From b73f328146a0863334247c56d29e58af3952826c Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 10 May 2013 18:56:23 +0000 Subject: [PATCH] Import cups.org releases git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/tags/release-1.2.9@4306 a1ca3aef-8c08-0410-bb20-df032aa958be --- CHANGES-1.0.txt | 217 + CHANGES-1.1.txt | 3462 +++ CHANGES.txt | 1123 + CREDITS.txt | 44 + INSTALL.txt | 174 + LICENSE.txt | 961 + Makedefs.in | 276 + Makefile | 270 + README.txt | 206 + backend/Dependencies | 39 + backend/Makefile | 226 + backend/backend-private.h | 73 + backend/betest.c | 87 + backend/ieee1284.c | 503 + backend/ipp.c | 1670 ++ backend/lpd.c | 1246 + backend/pap.c | 1598 + backend/parallel.c | 602 + backend/runloop.c | 262 + backend/scsi-irix.c | 235 + backend/scsi-linux.c | 253 + backend/scsi.c | 224 + backend/serial.c | 1230 + backend/snmp.c | 2463 ++ backend/snmp.txt | 172 + backend/socket.c | 402 + backend/test1284.c | 96 + backend/usb-darwin.c | 1407 + backend/usb-unix.c | 532 + backend/usb.c | 274 + berkeley/Dependencies | 16 + berkeley/Makefile | 125 + berkeley/lpc.c | 475 + berkeley/lpq.c | 680 + berkeley/lpr.c | 533 + berkeley/lprm.c | 298 + cgi-bin/Dependencies | 57 + cgi-bin/Makefile | 174 + cgi-bin/admin.c | 2955 ++ cgi-bin/cgi-private.h | 44 + cgi-bin/cgi.h | 109 + cgi-bin/classes.c | 467 + cgi-bin/help-index.c | 983 + cgi-bin/help-index.h | 77 + cgi-bin/help.c | 387 + cgi-bin/html.c | 187 + cgi-bin/ipp-var.c | 1284 + cgi-bin/jobs.c | 203 + cgi-bin/multipart.dat | Bin 0 -> 50411 bytes cgi-bin/printers.c | 642 + cgi-bin/search.c | 370 + cgi-bin/template.c | 674 + cgi-bin/testcgi.c | 84 + cgi-bin/testhi.c | 118 + cgi-bin/testhi.html | 29 + cgi-bin/testtemplate.c | 112 + cgi-bin/var.c | 1031 + conf/Makefile | 106 + conf/cupsd.conf.in | 77 + conf/mime.convs | 118 + conf/mime.types | 171 + conf/pam.darwin | 7 + conf/pam.irix | 3 + conf/pam.std.in | 2 + config-scripts/cups-3264.m4 | 149 + config-scripts/cups-common.m4 | 268 + config-scripts/cups-compiler.m4 | 439 + config-scripts/cups-defaults.m4 | 256 + config-scripts/cups-directories.m4 | 347 + config-scripts/cups-image.m4 | 118 + config-scripts/cups-largefile.m4 | 61 + config-scripts/cups-launchd.m4 | 53 + config-scripts/cups-ldap.m4 | 50 + config-scripts/cups-libtool.m4 | 49 + config-scripts/cups-manpages.m4 | 113 + config-scripts/cups-network.m4 | 94 + config-scripts/cups-opsys.m4 | 44 + config-scripts/cups-pam.m4 | 98 + config-scripts/cups-pap.m4 | 37 + config-scripts/cups-pdf.m4 | 43 + config-scripts/cups-scripting.m4 | 104 + config-scripts/cups-sharedlibs.m4 | 196 + config-scripts/cups-slp.m4 | 48 + config-scripts/cups-ssl.m4 | 137 + config-scripts/cups-threads.m4 | 63 + config.h.in | 475 + configure.in | 88 + cups-config.in | 155 + cups/Dependencies | 294 + cups/Makefile | 454 + cups/adminutil.c | 2132 ++ cups/adminutil.h | 89 + cups/api-array.shtml | 54 + cups/api-cups.shtml | 56 + cups/api-filedir.shtml | 66 + cups/api-filter.shtml | 51 + cups/api-httpipp.shtml | 52 + cups/api-ppd.shtml | 52 + cups/array.c | 966 + cups/array.h | 85 + cups/attr.c | 167 + cups/auth.c | 263 + cups/backchannel.c | 209 + cups/backend.c | 67 + cups/backend.h | 57 + cups/cups.h | 255 + cups/custom.c | 127 + cups/debug.h | 59 + cups/dest.c | 1089 + cups/dir.c | 466 + cups/dir.h | 77 + cups/emit.c | 950 + cups/encode.c | 571 + cups/file.c | 2139 ++ cups/file.h | 113 + cups/getifaddrs.c | 276 + cups/getputfile.c | 492 + cups/globals.c | 230 + cups/globals.h | 152 + cups/http-addr.c | 566 + cups/http-addrlist.c | 609 + cups/http-private.h | 192 + cups/http-support.c | 1331 + cups/http.c | 3106 ++ cups/http.h | 517 + cups/i18n.h | 118 + cups/ipp-private.h | 78 + cups/ipp-support.c | 368 + cups/ipp.c | 2839 ++ cups/ipp.h | 503 + cups/langprintf.c | 228 + cups/language.c | 1330 + cups/language.h | 123 + cups/libcups_s.exp | 34 + cups/localize.c | 206 + cups/mark.c | 683 + cups/md5-apple.h | 39 + cups/md5.c | 344 + cups/md5.h | 74 + cups/md5passwd.c | 151 + cups/notify.c | 211 + cups/options.c | 638 + cups/page.c | 213 + cups/ppd.c | 3050 ++ cups/ppd.h | 409 + cups/request.c | 483 + cups/snprintf.c | 373 + cups/string.c | 747 + cups/string.h | 162 + cups/tempfile.c | 242 + cups/test.ppd | 189 + cups/testadmin.c | 129 + cups/testarray.c | 529 + cups/testfile.c | 472 + cups/testhttp.c | 537 + cups/testi18n.c | 559 + cups/testipp.c | 662 + cups/testlang.c | 89 + cups/testppd.c | 312 + cups/transcode.c | 1659 ++ cups/transcode.h | 88 + cups/usersys.c | 504 + cups/utf8demo.txt | 213 + cups/util.c | 1664 ++ data/HPGLprolog | 37 + data/Makefile | 184 + data/classified | 277 + data/confidential | 277 + data/cups.irix | 3 + data/cups.pam | 2 + data/cups.suse | 2 + data/euc-cn.txt | 7536 +++++ data/euc-jp.txt | 15184 ++++++++++ data/euc-kr.txt | 8371 ++++++ data/euc-tw.txt | 17840 ++++++++++++ data/iso-8859-1 | 251 + data/iso-8859-1.txt | 303 + data/iso-8859-10 | 251 + data/iso-8859-10.txt | 303 + data/iso-8859-11.txt | 249 + data/iso-8859-13 | 251 + data/iso-8859-13.txt | 299 + data/iso-8859-14 | 251 + data/iso-8859-14.txt | 301 + data/iso-8859-15 | 251 + data/iso-8859-15.txt | 303 + data/iso-8859-16.txt | 299 + data/iso-8859-2 | 253 + data/iso-8859-2.txt | 303 + data/iso-8859-3 | 244 + data/iso-8859-3.txt | 296 + data/iso-8859-4 | 251 + data/iso-8859-4.txt | 303 + data/iso-8859-5 | 251 + data/iso-8859-5.txt | 303 + data/iso-8859-6 | 206 + data/iso-8859-6.txt | 260 + data/iso-8859-7 | 246 + data/iso-8859-7.txt | 302 + data/iso-8859-8 | 214 + data/iso-8859-8.txt | 270 + data/iso-8859-9 | 251 + data/iso-8859-9.txt | 307 + data/koi8-r | 261 + data/koi8-r.txt | 257 + data/koi8-u | 259 + data/koi8-u.txt | 257 + data/mac-roman.txt | 223 + data/psglyphs | 1051 + data/secret | 277 + data/smiley.ps | 28 + data/standard | 261 + data/testprint.ps | 637 + data/topsecret | 277 + data/unclassified | 277 + data/utf-8 | 39 + data/windows-1250 | 254 + data/windows-1250.txt | 274 + data/windows-1251 | 258 + data/windows-1251.txt | 274 + data/windows-1252 | 254 + data/windows-1252.txt | 274 + data/windows-1253 | 243 + data/windows-1253.txt | 274 + data/windows-1254 | 252 + data/windows-1254.txt | 274 + data/windows-1255 | 236 + data/windows-1255.txt | 274 + data/windows-1256 | 259 + data/windows-1256.txt | 274 + data/windows-1257 | 247 + data/windows-1257.txt | 274 + data/windows-1258 | 250 + data/windows-1258.txt | 274 + data/windows-1361.txt | 17396 +++++++++++ data/windows-874 | 228 + data/windows-874.txt | 274 + data/windows-932.txt | 9403 ++++++ data/windows-936.txt | 24071 ++++++++++++++++ data/windows-949.txt | 17367 +++++++++++ data/windows-950.txt | 19841 +++++++++++++ desktop/cups-128.png | Bin 0 -> 5530 bytes desktop/cups-16.png | Bin 0 -> 848 bytes desktop/cups-32.png | Bin 0 -> 1900 bytes desktop/cups-64.png | Bin 0 -> 3945 bytes desktop/cups.desktop | 29 + doc/Makefile | 264 + doc/cups-printable.css | 144 + doc/cups.css | 256 + doc/de/images/button-accept-jobs.gif | Bin 0 -> 633 bytes doc/de/images/button-add-class.gif | Bin 0 -> 626 bytes doc/de/images/button-add-printer.gif | Bin 0 -> 631 bytes doc/de/images/button-add-this-printer.gif | Bin 0 -> 764 bytes doc/de/images/button-cancel-all-jobs.gif | Bin 0 -> 728 bytes doc/de/images/button-cancel-job.gif | Bin 0 -> 633 bytes doc/de/images/button-change-settings.gif | Bin 0 -> 635 bytes doc/de/images/button-clean-print-heads.gif | Bin 0 -> 661 bytes doc/de/images/button-clear.gif | Bin 0 -> 371 bytes doc/de/images/button-continue.gif | Bin 0 -> 467 bytes doc/de/images/button-delete-class.gif | Bin 0 -> 552 bytes doc/de/images/button-delete-printer.gif | Bin 0 -> 568 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 837 bytes doc/de/images/button-export-samba.gif | Bin 0 -> 874 bytes doc/de/images/button-help.gif | Bin 0 -> 321 bytes doc/de/images/button-hold-job.gif | Bin 0 -> 585 bytes doc/de/images/button-manage-classes.gif | Bin 0 -> 639 bytes doc/de/images/button-manage-jobs.gif | Bin 0 -> 669 bytes doc/de/images/button-manage-printers.gif | Bin 0 -> 632 bytes doc/de/images/button-manage-server.gif | Bin 0 -> 611 bytes doc/de/images/button-modify-class.gif | Bin 0 -> 553 bytes doc/de/images/button-modify-printer.gif | Bin 0 -> 565 bytes doc/de/images/button-move-job.gif | Bin 0 -> 686 bytes doc/de/images/button-move-jobs.gif | Bin 0 -> 783 bytes doc/de/images/button-print-self-test-page.gif | Bin 0 -> 726 bytes doc/de/images/button-print-test-page.gif | Bin 0 -> 596 bytes doc/de/images/button-publish-printer.gif | Bin 0 -> 626 bytes doc/de/images/button-reject-jobs.gif | Bin 0 -> 643 bytes doc/de/images/button-release-job.gif | Bin 0 -> 619 bytes doc/de/images/button-restart-job.gif | Bin 0 -> 635 bytes doc/de/images/button-save-changes.gif | Bin 0 -> 702 bytes doc/de/images/button-search.gif | Bin 0 -> 395 bytes doc/de/images/button-set-allowed-users.gif | Bin 0 -> 774 bytes doc/de/images/button-set-as-default.gif | Bin 0 -> 738 bytes doc/de/images/button-set-printer-options.gif | Bin 0 -> 844 bytes doc/de/images/button-show-active.gif | Bin 0 -> 788 bytes doc/de/images/button-show-all.gif | Bin 0 -> 713 bytes doc/de/images/button-show-completed.gif | Bin 0 -> 757 bytes doc/de/images/button-show-next.gif | Bin 0 -> 643 bytes doc/de/images/button-show-previous.gif | Bin 0 -> 679 bytes doc/de/images/button-sort-ascending.gif | Bin 0 -> 779 bytes doc/de/images/button-sort-descending.gif | Bin 0 -> 774 bytes doc/de/images/button-start-class.gif | Bin 0 -> 552 bytes doc/de/images/button-start-printer.gif | Bin 0 -> 560 bytes doc/de/images/button-stop-class.gif | Bin 0 -> 589 bytes doc/de/images/button-stop-printer.gif | Bin 0 -> 574 bytes doc/de/images/button-unpublish-printer.gif | Bin 0 -> 821 bytes doc/de/images/button-view-access-log.gif | Bin 0 -> 802 bytes doc/de/images/button-view-error-log.gif | Bin 0 -> 742 bytes doc/de/images/button-view-page-log.gif | Bin 0 -> 772 bytes .../images/button-view-printable-version.gif | Bin 0 -> 833 bytes doc/de/index.html.in | 143 + doc/es/images/button-accept-jobs.gif | Bin 0 -> 623 bytes doc/es/images/button-add-class.gif | Bin 0 -> 527 bytes doc/es/images/button-add-printer.gif | Bin 0 -> 617 bytes doc/es/images/button-add-this-printer.gif | Bin 0 -> 706 bytes doc/es/images/button-cancel-all-jobs.gif | Bin 0 -> 769 bytes doc/es/images/button-cancel-job.gif | Bin 0 -> 560 bytes doc/es/images/button-change-settings.gif | Bin 0 -> 777 bytes doc/es/images/button-clean-print-heads.gif | Bin 0 -> 882 bytes doc/es/images/button-clear.gif | Bin 0 -> 359 bytes doc/es/images/button-continue.gif | Bin 0 -> 461 bytes doc/es/images/button-delete-class.gif | Bin 0 -> 483 bytes doc/es/images/button-delete-printer.gif | Bin 0 -> 562 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 788 bytes doc/es/images/button-export-samba.gif | Bin 0 -> 838 bytes doc/es/images/button-help.gif | Bin 0 -> 393 bytes doc/es/images/button-hold-job.gif | Bin 0 -> 567 bytes doc/es/images/button-manage-classes.gif | Bin 0 -> 636 bytes doc/es/images/button-manage-jobs.gif | Bin 0 -> 658 bytes doc/es/images/button-manage-printers.gif | Bin 0 -> 718 bytes doc/es/images/button-manage-server.gif | Bin 0 -> 672 bytes doc/es/images/button-modify-class.gif | Bin 0 -> 579 bytes doc/es/images/button-modify-printer.gif | Bin 0 -> 659 bytes doc/es/images/button-move-job.gif | Bin 0 -> 551 bytes doc/es/images/button-move-jobs.gif | Bin 0 -> 744 bytes doc/es/images/button-print-self-test-page.gif | Bin 0 -> 856 bytes doc/es/images/button-print-test-page.gif | Bin 0 -> 783 bytes doc/es/images/button-publish-printer.gif | Bin 0 -> 625 bytes doc/es/images/button-reject-jobs.gif | Bin 0 -> 642 bytes doc/es/images/button-release-job.gif | Bin 0 -> 550 bytes doc/es/images/button-restart-job.gif | Bin 0 -> 615 bytes doc/es/images/button-save-changes.gif | Bin 0 -> 601 bytes doc/es/images/button-search.gif | Bin 0 -> 389 bytes doc/es/images/button-set-allowed-users.gif | Bin 0 -> 822 bytes doc/es/images/button-set-as-default.gif | Bin 0 -> 794 bytes doc/es/images/button-set-printer-options.gif | Bin 0 -> 809 bytes doc/es/images/button-show-active.gif | Bin 0 -> 726 bytes doc/es/images/button-show-all.gif | Bin 0 -> 747 bytes doc/es/images/button-show-completed.gif | Bin 0 -> 853 bytes doc/es/images/button-show-next.gif | Bin 0 -> 622 bytes doc/es/images/button-show-previous.gif | Bin 0 -> 562 bytes doc/es/images/button-sort-ascending.gif | Bin 0 -> 721 bytes doc/es/images/button-sort-descending.gif | Bin 0 -> 736 bytes doc/es/images/button-start-class.gif | Bin 0 -> 491 bytes doc/es/images/button-start-printer.gif | Bin 0 -> 586 bytes doc/es/images/button-stop-class.gif | Bin 0 -> 526 bytes doc/es/images/button-stop-printer.gif | Bin 0 -> 619 bytes doc/es/images/button-unpublish-printer.gif | Bin 0 -> 698 bytes doc/es/images/button-use-default-config.gif | Bin 0 -> 1119 bytes doc/es/images/button-view-access-log.gif | Bin 0 -> 940 bytes doc/es/images/button-view-error-log.gif | Bin 0 -> 900 bytes doc/es/images/button-view-page-log.gif | Bin 0 -> 949 bytes .../images/button-view-printable-version.gif | Bin 0 -> 706 bytes doc/es/index.html.in | 146 + doc/et/images/button-accept-jobs.gif | Bin 0 -> 595 bytes doc/et/images/button-add-class.gif | Bin 0 -> 443 bytes doc/et/images/button-add-printer.gif | Bin 0 -> 472 bytes doc/et/images/button-add-this-printer.gif | Bin 0 -> 563 bytes doc/et/images/button-cancel-all-jobs.gif | Bin 0 -> 636 bytes doc/et/images/button-cancel-job.gif | Bin 0 -> 513 bytes doc/et/images/button-change-settings.gif | Bin 0 -> 612 bytes doc/et/images/button-clean-print-heads.gif | Bin 0 -> 644 bytes doc/et/images/button-clear.gif | Bin 0 -> 419 bytes doc/et/images/button-continue.gif | Bin 0 -> 355 bytes doc/et/images/button-delete-class.gif | Bin 0 -> 506 bytes doc/et/images/button-delete-printer.gif | Bin 0 -> 522 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 721 bytes doc/et/images/button-export-samba.gif | Bin 0 -> 874 bytes doc/et/images/button-help.gif | Bin 0 -> 313 bytes doc/et/images/button-hold-job.gif | Bin 0 -> 451 bytes doc/et/images/button-manage-classes.gif | Bin 0 -> 523 bytes doc/et/images/button-manage-jobs.gif | Bin 0 -> 450 bytes doc/et/images/button-manage-printers.gif | Bin 0 -> 571 bytes doc/et/images/button-manage-server.gif | Bin 0 -> 541 bytes doc/et/images/button-modify-class.gif | Bin 0 -> 537 bytes doc/et/images/button-modify-printer.gif | Bin 0 -> 552 bytes doc/et/images/button-move-job.gif | Bin 0 -> 475 bytes doc/et/images/button-move-jobs.gif | Bin 0 -> 606 bytes doc/et/images/button-print-self-test-page.gif | Bin 0 -> 768 bytes doc/et/images/button-print-test-page.gif | Bin 0 -> 630 bytes doc/et/images/button-publish-printer.gif | Bin 0 -> 560 bytes doc/et/images/button-reject-jobs.gif | Bin 0 -> 649 bytes doc/et/images/button-release-job.gif | Bin 0 -> 534 bytes doc/et/images/button-restart-job.gif | Bin 0 -> 551 bytes doc/et/images/button-save-changes.gif | Bin 0 -> 709 bytes doc/et/images/button-search.gif | Bin 0 -> 329 bytes doc/et/images/button-set-allowed-users.gif | Bin 0 -> 753 bytes doc/et/images/button-set-as-default.gif | Bin 0 -> 742 bytes doc/et/images/button-set-printer-options.gif | Bin 0 -> 696 bytes doc/et/images/button-show-active.gif | Bin 0 -> 683 bytes doc/et/images/button-show-all.gif | Bin 0 -> 567 bytes doc/et/images/button-show-completed.gif | Bin 0 -> 683 bytes doc/et/images/button-show-next.gif | Bin 0 -> 556 bytes doc/et/images/button-show-previous.gif | Bin 0 -> 529 bytes doc/et/images/button-sort-ascending.gif | Bin 0 -> 607 bytes doc/et/images/button-sort-descending.gif | Bin 0 -> 624 bytes doc/et/images/button-start-class.gif | Bin 0 -> 537 bytes doc/et/images/button-start-printer.gif | Bin 0 -> 567 bytes doc/et/images/button-stop-class.gif | Bin 0 -> 491 bytes doc/et/images/button-stop-printer.gif | Bin 0 -> 500 bytes doc/et/images/button-unpublish-printer.gif | Bin 0 -> 638 bytes doc/et/images/button-use-default-config.gif | Bin 0 -> 903 bytes doc/et/images/button-view-access-log.gif | Bin 0 -> 687 bytes doc/et/images/button-view-error-log.gif | Bin 0 -> 550 bytes doc/et/images/button-view-page-log.gif | Bin 0 -> 576 bytes .../images/button-view-printable-version.gif | Bin 0 -> 758 bytes doc/et/index.html.in | 141 + doc/favicon.ico | Bin 0 -> 3638 bytes doc/fr/images/button-accept-jobs.gif | Bin 0 -> 668 bytes doc/fr/images/button-add-class.gif | Bin 0 -> 628 bytes doc/fr/images/button-add-printer.gif | Bin 0 -> 679 bytes doc/fr/images/button-add-this-printer.gif | Bin 0 -> 715 bytes doc/fr/images/button-cancel-all-jobs.gif | Bin 0 -> 725 bytes doc/fr/images/button-cancel-job.gif | Bin 0 -> 568 bytes doc/fr/images/button-change-settings.gif | Bin 0 -> 732 bytes doc/fr/images/button-clean-print-heads.gif | Bin 0 -> 856 bytes doc/fr/images/button-clear.gif | Bin 0 -> 466 bytes doc/fr/images/button-continue.gif | Bin 0 -> 482 bytes doc/fr/images/button-delete-class.gif | Bin 0 -> 636 bytes doc/fr/images/button-delete-printer.gif | Bin 0 -> 645 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 810 bytes doc/fr/images/button-export-samba.gif | Bin 0 -> 958 bytes doc/fr/images/button-help.gif | Bin 0 -> 361 bytes doc/fr/images/button-hold-job.gif | Bin 0 -> 565 bytes doc/fr/images/button-manage-classes.gif | Bin 0 -> 702 bytes doc/fr/images/button-manage-jobs.gif | Bin 0 -> 694 bytes doc/fr/images/button-manage-printers.gif | Bin 0 -> 760 bytes doc/fr/images/button-manage-server.gif | Bin 0 -> 891 bytes doc/fr/images/button-modify-class.gif | Bin 0 -> 618 bytes doc/fr/images/button-modify-printer.gif | Bin 0 -> 644 bytes doc/fr/images/button-move-job.gif | Bin 0 -> 610 bytes doc/fr/images/button-move-jobs.gif | Bin 0 -> 785 bytes doc/fr/images/button-print-self-test-page.gif | Bin 0 -> 946 bytes doc/fr/images/button-print-test-page.gif | Bin 0 -> 859 bytes doc/fr/images/button-publish-printer.gif | Bin 0 -> 616 bytes doc/fr/images/button-reject-jobs.gif | Bin 0 -> 632 bytes doc/fr/images/button-release-job.gif | Bin 0 -> 574 bytes doc/fr/images/button-restart-job.gif | Bin 0 -> 601 bytes doc/fr/images/button-save-changes.gif | Bin 0 -> 775 bytes doc/fr/images/button-search.gif | Bin 0 -> 482 bytes doc/fr/images/button-set-allowed-users.gif | Bin 0 -> 702 bytes doc/fr/images/button-set-as-default.gif | Bin 0 -> 624 bytes doc/fr/images/button-set-printer-options.gif | Bin 0 -> 867 bytes doc/fr/images/button-show-active.gif | Bin 0 -> 781 bytes doc/fr/images/button-show-all.gif | Bin 0 -> 756 bytes doc/fr/images/button-show-completed.gif | Bin 0 -> 802 bytes doc/fr/images/button-show-next.gif | Bin 0 -> 685 bytes doc/fr/images/button-show-previous.gif | Bin 0 -> 730 bytes doc/fr/images/button-sort-ascending.gif | Bin 0 -> 707 bytes doc/fr/images/button-sort-descending.gif | Bin 0 -> 764 bytes doc/fr/images/button-start-class.gif | Bin 0 -> 635 bytes doc/fr/images/button-start-printer.gif | Bin 0 -> 646 bytes doc/fr/images/button-stop-class.gif | Bin 0 -> 608 bytes doc/fr/images/button-stop-printer.gif | Bin 0 -> 635 bytes doc/fr/images/button-unpublish-printer.gif | Bin 0 -> 620 bytes doc/fr/images/button-use-default-config.gif | Bin 0 -> 880 bytes doc/fr/images/button-view-access-log.gif | Bin 0 -> 568 bytes doc/fr/images/button-view-error-log.gif | Bin 0 -> 569 bytes doc/fr/images/button-view-page-log.gif | Bin 0 -> 580 bytes .../images/button-view-printable-version.gif | Bin 0 -> 637 bytes doc/fr/index.html.in | 278 + doc/help/api-array.html | 468 + doc/help/api-cups.html | 1429 + doc/help/api-filedir.html | 766 + doc/help/api-filter.html | 138 + doc/help/api-httpipp.html | 3112 ++ doc/help/api-ppd.html | 1552 + doc/help/api-raster.html | 597 + doc/help/cgi.html | 91 + doc/help/glossary.html | 219 + doc/help/license.html | 1065 + doc/help/network.html | 672 + doc/help/options.html | 497 + doc/help/overview.html | 108 + doc/help/policies.html | 677 + doc/help/ref-access_log.html | 137 + doc/help/ref-classes-conf.html | 609 + doc/help/ref-client-conf.html | 53 + doc/help/ref-cupsd-conf.html | 2746 ++ doc/help/ref-error_log.html | 52 + doc/help/ref-mailto-conf.html | 105 + doc/help/ref-page_log.html | 53 + doc/help/ref-printers-conf.html | 651 + doc/help/ref-snmp-conf.html | 117 + doc/help/ref-subscriptions-conf.html | 351 + doc/help/security.html | 169 + doc/help/spec-cmp.html | 1277 + doc/help/spec-command.html | 108 + doc/help/spec-design.html | 396 + doc/help/spec-ipp.html | 2183 ++ doc/help/spec-ppd.html | 981 + doc/help/spec-raster.html | 745 + doc/help/spec-stp.html | 130 + doc/help/standard.html.in | 174 + doc/help/translation.html | 1073 + doc/help/whatsnew.html | 538 + doc/images/bottom-left.gif | Bin 0 -> 122 bytes doc/images/bottom-right.gif | Bin 0 -> 123 bytes doc/images/button-accept-jobs.gif | Bin 0 -> 527 bytes doc/images/button-add-class.gif | Bin 0 -> 484 bytes doc/images/button-add-printer.gif | Bin 0 -> 487 bytes doc/images/button-add-this-printer.gif | Bin 0 -> 577 bytes doc/images/button-cancel-all-jobs.gif | Bin 0 -> 568 bytes doc/images/button-cancel-job.gif | Bin 0 -> 474 bytes doc/images/button-change-settings.gif | Bin 0 -> 615 bytes doc/images/button-clean-print-heads.gif | Bin 0 -> 615 bytes doc/images/button-clear.gif | Bin 0 -> 359 bytes doc/images/button-continue.gif | Bin 0 -> 423 bytes doc/images/button-delete-class.gif | Bin 0 -> 520 bytes doc/images/button-delete-printer.gif | Bin 0 -> 508 bytes doc/images/button-edit-configuration-file.gif | Bin 0 -> 699 bytes doc/images/button-export-samba.gif | Bin 0 -> 771 bytes doc/images/button-help.gif | Bin 0 -> 327 bytes doc/images/button-hold-job.gif | Bin 0 -> 436 bytes doc/images/button-manage-classes.gif | Bin 0 -> 619 bytes doc/images/button-manage-jobs.gif | Bin 0 -> 556 bytes doc/images/button-manage-printers.gif | Bin 0 -> 610 bytes doc/images/button-manage-server.gif | Bin 0 -> 599 bytes doc/images/button-modify-class.gif | Bin 0 -> 559 bytes doc/images/button-modify-printer.gif | Bin 0 -> 559 bytes doc/images/button-move-job.gif | Bin 0 -> 463 bytes doc/images/button-move-jobs.gif | Bin 0 -> 574 bytes doc/images/button-print-self-test-page.gif | Bin 0 -> 674 bytes doc/images/button-print-test-page.gif | Bin 0 -> 564 bytes doc/images/button-publish-printer.gif | Bin 0 -> 550 bytes doc/images/button-reject-jobs.gif | Bin 0 -> 509 bytes doc/images/button-release-job.gif | Bin 0 -> 536 bytes doc/images/button-restart-job.gif | Bin 0 -> 493 bytes doc/images/button-save-changes.gif | Bin 0 -> 580 bytes doc/images/button-search.gif | Bin 0 -> 410 bytes doc/images/button-set-allowed-users.gif | Bin 0 -> 673 bytes doc/images/button-set-as-default.gif | Bin 0 -> 585 bytes doc/images/button-set-printer-options.gif | Bin 0 -> 649 bytes doc/images/button-show-active.gif | Bin 0 -> 662 bytes doc/images/button-show-all.gif | Bin 0 -> 570 bytes doc/images/button-show-completed.gif | Bin 0 -> 764 bytes doc/images/button-show-next.gif | Bin 0 -> 514 bytes doc/images/button-show-previous.gif | Bin 0 -> 582 bytes doc/images/button-sort-ascending.gif | Bin 0 -> 699 bytes doc/images/button-sort-descending.gif | Bin 0 -> 723 bytes doc/images/button-start-class.gif | Bin 0 -> 498 bytes doc/images/button-start-printer.gif | Bin 0 -> 500 bytes doc/images/button-stop-class.gif | Bin 0 -> 500 bytes doc/images/button-stop-printer.gif | Bin 0 -> 501 bytes doc/images/button-unpublish-printer.gif | Bin 0 -> 594 bytes doc/images/button-use-default-config.gif | Bin 0 -> 864 bytes doc/images/button-view-access-log.gif | Bin 0 -> 638 bytes doc/images/button-view-error-log.gif | Bin 0 -> 554 bytes doc/images/button-view-page-log.gif | Bin 0 -> 590 bytes doc/images/button-view-printable-version.gif | Bin 0 -> 743 bytes doc/images/classes.gif | Bin 0 -> 3970 bytes doc/images/classes.svg | 121 + doc/images/cups-black-button-2.2.scm | 80 + doc/images/cups-black-button.scm | 80 + doc/images/cups-block-diagram.gif | Bin 0 -> 41582 bytes doc/images/cups-block-diagram.svg | 820 + doc/images/cups-green-button-2.2.scm | 80 + doc/images/cups-green-button.scm | 80 + doc/images/cups-large.gif | Bin 0 -> 7457 bytes doc/images/cups-medium.gif | Bin 0 -> 3163 bytes doc/images/cups-red-button-2.2.scm | 80 + doc/images/cups-red-button.scm | 80 + doc/images/cups-small.gif | Bin 0 -> 1266 bytes doc/images/cups-standard-button-2.2.scm | 80 + doc/images/cups-standard-button.scm | 80 + doc/images/draft.gif | Bin 0 -> 926 bytes doc/images/esp-logo.gif | Bin 0 -> 2529 bytes doc/images/happy.gif | Bin 0 -> 3522 bytes doc/images/logo.gif | Bin 0 -> 1958 bytes doc/images/printer-idle.gif | Bin 0 -> 2546 bytes doc/images/printer-idle.svg | 37 + doc/images/printer-processing.gif | Bin 0 -> 2737 bytes doc/images/printer-processing.svg | 52 + doc/images/printer-stopped.gif | Bin 0 -> 2933 bytes doc/images/printer-stopped.svg | 52 + doc/images/smiley.jpg | Bin 0 -> 14120 bytes doc/images/tab-left.gif | Bin 0 -> 46 bytes doc/images/tab-right.gif | Bin 0 -> 47 bytes doc/images/top-left.gif | Bin 0 -> 473 bytes doc/images/top-middle.gif | Bin 0 -> 1144 bytes doc/images/top-right.gif | Bin 0 -> 121 bytes doc/images/web-add-this-printer.gif | Bin 0 -> 23429 bytes doc/images/web-password.gif | Bin 0 -> 20956 bytes doc/images/web-printer-driver.gif | Bin 0 -> 20917 bytes doc/images/web-printer-status.gif | Bin 0 -> 24271 bytes doc/images/web-set-printer-options.gif | Bin 0 -> 19998 bytes doc/images/web-test-page.gif | Bin 0 -> 19005 bytes doc/index.html.in | 141 + doc/it/images/button-accept-jobs.gif | Bin 0 -> 667 bytes doc/it/images/button-add-class.gif | Bin 0 -> 626 bytes doc/it/images/button-add-printer.gif | Bin 0 -> 699 bytes doc/it/images/button-add-this-printer.gif | Bin 0 -> 854 bytes doc/it/images/button-cancel-all-jobs.gif | Bin 0 -> 682 bytes doc/it/images/button-cancel-job.gif | Bin 0 -> 588 bytes doc/it/images/button-change-settings.gif | Bin 0 -> 658 bytes doc/it/images/button-clean-print-heads.gif | Bin 0 -> 496 bytes doc/it/images/button-clear.gif | Bin 0 -> 346 bytes doc/it/images/button-continue.gif | Bin 0 -> 406 bytes doc/it/images/button-delete-class.gif | Bin 0 -> 520 bytes doc/it/images/button-delete-printer.gif | Bin 0 -> 547 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 778 bytes doc/it/images/button-export-samba.gif | Bin 0 -> 766 bytes doc/it/images/button-help.gif | Bin 0 -> 354 bytes doc/it/images/button-hold-job.gif | Bin 0 -> 646 bytes doc/it/images/button-manage-classes.gif | Bin 0 -> 558 bytes doc/it/images/button-manage-jobs.gif | Bin 0 -> 628 bytes doc/it/images/button-manage-printers.gif | Bin 0 -> 624 bytes doc/it/images/button-manage-server.gif | Bin 0 -> 558 bytes doc/it/images/button-modify-class.gif | Bin 0 -> 558 bytes doc/it/images/button-modify-printer.gif | Bin 0 -> 630 bytes doc/it/images/button-move-job.gif | Bin 0 -> 623 bytes doc/it/images/button-move-jobs.gif | Bin 0 -> 733 bytes doc/it/images/button-print-self-test-page.gif | Bin 0 -> 826 bytes doc/it/images/button-print-test-page.gif | Bin 0 -> 711 bytes doc/it/images/button-publish-printer.gif | Bin 0 -> 628 bytes doc/it/images/button-reject-jobs.gif | Bin 0 -> 579 bytes doc/it/images/button-release-job.gif | Bin 0 -> 613 bytes doc/it/images/button-restart-job.gif | Bin 0 -> 579 bytes doc/it/images/button-save-changes.gif | Bin 0 -> 583 bytes doc/it/images/button-search.gif | Bin 0 -> 356 bytes doc/it/images/button-set-allowed-users.gif | Bin 0 -> 697 bytes doc/it/images/button-set-as-default.gif | Bin 0 -> 723 bytes doc/it/images/button-set-printer-options.gif | Bin 0 -> 734 bytes doc/it/images/button-show-active.gif | Bin 0 -> 709 bytes doc/it/images/button-show-all.gif | Bin 0 -> 714 bytes doc/it/images/button-show-completed.gif | Bin 0 -> 804 bytes doc/it/images/button-show-next.gif | Bin 0 -> 613 bytes doc/it/images/button-show-previous.gif | Bin 0 -> 625 bytes doc/it/images/button-sort-ascending.gif | Bin 0 -> 564 bytes doc/it/images/button-sort-descending.gif | Bin 0 -> 618 bytes doc/it/images/button-start-class.gif | Bin 0 -> 515 bytes doc/it/images/button-start-printer.gif | Bin 0 -> 589 bytes doc/it/images/button-stop-class.gif | Bin 0 -> 490 bytes doc/it/images/button-stop-printer.gif | Bin 0 -> 547 bytes doc/it/images/button-unpublish-printer.gif | Bin 0 -> 729 bytes doc/it/images/button-use-default-config.gif | Bin 0 -> 909 bytes doc/it/images/button-view-access-log.gif | Bin 0 -> 697 bytes doc/it/images/button-view-error-log.gif | Bin 0 -> 631 bytes doc/it/images/button-view-page-log.gif | Bin 0 -> 694 bytes .../images/button-view-printable-version.gif | Bin 0 -> 778 bytes doc/it/index.html.in | 138 + doc/ja/images/button-accept-jobs.gif | Bin 0 -> 703 bytes doc/ja/images/button-add-class.gif | Bin 0 -> 590 bytes doc/ja/images/button-add-printer.gif | Bin 0 -> 634 bytes doc/ja/images/button-add-this-printer.gif | Bin 0 -> 726 bytes doc/ja/images/button-cancel-all-jobs.gif | Bin 0 -> 877 bytes doc/ja/images/button-cancel-job.gif | Bin 0 -> 672 bytes doc/ja/images/button-change-settings.gif | Bin 0 -> 603 bytes doc/ja/images/button-continue.gif | Bin 0 -> 469 bytes doc/ja/images/button-delete-class.gif | Bin 0 -> 579 bytes doc/ja/images/button-delete-printer.gif | Bin 0 -> 611 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 773 bytes doc/ja/images/button-export-samba.gif | Bin 0 -> 939 bytes doc/ja/images/button-help.gif | Bin 0 -> 386 bytes doc/ja/images/button-hold-job.gif | Bin 0 -> 633 bytes doc/ja/images/button-manage-classes.gif | Bin 0 -> 583 bytes doc/ja/images/button-manage-jobs.gif | Bin 0 -> 578 bytes doc/ja/images/button-manage-printers.gif | Bin 0 -> 631 bytes doc/ja/images/button-manage-server.gif | Bin 0 -> 569 bytes doc/ja/images/button-modify-class.gif | Bin 0 -> 617 bytes doc/ja/images/button-modify-printer.gif | Bin 0 -> 655 bytes doc/ja/images/button-move-job.gif | Bin 0 -> 638 bytes doc/ja/images/button-move-jobs.gif | Bin 0 -> 861 bytes doc/ja/images/button-print-test-page.gif | Bin 0 -> 688 bytes doc/ja/images/button-publish-printer.gif | Bin 0 -> 646 bytes doc/ja/images/button-reject-jobs.gif | Bin 0 -> 578 bytes doc/ja/images/button-release-job.gif | Bin 0 -> 625 bytes doc/ja/images/button-restart-job.gif | Bin 0 -> 604 bytes doc/ja/images/button-save-changes.gif | Bin 0 -> 592 bytes doc/ja/images/button-search.gif | Bin 0 -> 394 bytes doc/ja/images/button-set-allowed-users.gif | Bin 0 -> 782 bytes doc/ja/images/button-set-as-default.gif | Bin 0 -> 653 bytes doc/ja/images/button-set-printer-options.gif | Bin 0 -> 854 bytes doc/ja/images/button-show-active.gif | Bin 0 -> 858 bytes doc/ja/images/button-show-all.gif | Bin 0 -> 812 bytes doc/ja/images/button-show-completed.gif | Bin 0 -> 771 bytes doc/ja/images/button-show-next.gif | Bin 0 -> 529 bytes doc/ja/images/button-show-previous.gif | Bin 0 -> 509 bytes doc/ja/images/button-sort-ascending.gif | Bin 0 -> 604 bytes doc/ja/images/button-sort-descending.gif | Bin 0 -> 620 bytes doc/ja/images/button-start-class.gif | Bin 0 -> 603 bytes doc/ja/images/button-start-printer.gif | Bin 0 -> 656 bytes doc/ja/images/button-stop-class.gif | Bin 0 -> 570 bytes doc/ja/images/button-stop-printer.gif | Bin 0 -> 606 bytes doc/ja/images/button-unpublish-printer.gif | Bin 0 -> 698 bytes doc/ja/images/button-use-default-config.gif | Bin 0 -> 1017 bytes doc/ja/images/button-view-access-log.gif | Bin 0 -> 743 bytes doc/ja/images/button-view-error-log.gif | Bin 0 -> 606 bytes doc/ja/images/button-view-page-log.gif | Bin 0 -> 658 bytes doc/ja/images/show-all-jobs.gif | Bin 0 -> 812 bytes doc/ja/index.html.in | 141 + doc/pl/images/button-accept-jobs.gif | Bin 0 -> 627 bytes doc/pl/images/button-add-class.gif | Bin 0 -> 536 bytes doc/pl/images/button-add-printer.gif | Bin 0 -> 571 bytes doc/pl/images/button-add-this-printer.gif | Bin 0 -> 608 bytes doc/pl/images/button-cancel-all-jobs.gif | Bin 0 -> 797 bytes doc/pl/images/button-cancel-job.gif | Bin 0 -> 531 bytes doc/pl/images/button-change-settings.gif | Bin 0 -> 580 bytes doc/pl/images/button-clean-print-heads.gif | Bin 0 -> 878 bytes doc/pl/images/button-clear.gif | Bin 0 -> 469 bytes doc/pl/images/button-continue.gif | Bin 0 -> 339 bytes doc/pl/images/button-delete-class.gif | Bin 0 -> 463 bytes doc/pl/images/button-delete-printer.gif | Bin 0 -> 513 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 673 bytes doc/pl/images/button-export-samba.gif | Bin 0 -> 657 bytes doc/pl/images/button-help.gif | Bin 0 -> 363 bytes doc/pl/images/button-hold-job.gif | Bin 0 -> 649 bytes doc/pl/images/button-manage-classes.gif | Bin 0 -> 605 bytes doc/pl/images/button-manage-jobs.gif | Bin 0 -> 697 bytes doc/pl/images/button-manage-printers.gif | Bin 0 -> 643 bytes doc/pl/images/button-manage-server.gif | Bin 0 -> 669 bytes doc/pl/images/button-modify-class.gif | Bin 0 -> 592 bytes doc/pl/images/button-modify-printer.gif | Bin 0 -> 659 bytes doc/pl/images/button-move-job.gif | Bin 0 -> 608 bytes doc/pl/images/button-move-jobs.gif | Bin 0 -> 843 bytes doc/pl/images/button-print-self-test-page.gif | Bin 0 -> 711 bytes doc/pl/images/button-print-test-page.gif | Bin 0 -> 709 bytes doc/pl/images/button-publish-printer.gif | Bin 0 -> 579 bytes doc/pl/images/button-reject-jobs.gif | Bin 0 -> 638 bytes doc/pl/images/button-release-job.gif | Bin 0 -> 613 bytes doc/pl/images/button-restart-job.gif | Bin 0 -> 653 bytes doc/pl/images/button-save-changes.gif | Bin 0 -> 536 bytes doc/pl/images/button-search.gif | Bin 0 -> 381 bytes doc/pl/images/button-set-allowed-users.gif | Bin 0 -> 909 bytes doc/pl/images/button-set-as-default.gif | Bin 0 -> 706 bytes doc/pl/images/button-set-printer-options.gif | Bin 0 -> 691 bytes doc/pl/images/button-show-active.gif | Bin 0 -> 764 bytes doc/pl/images/button-show-all.gif | Bin 0 -> 813 bytes doc/pl/images/button-show-completed.gif | Bin 0 -> 809 bytes doc/pl/images/button-show-next.gif | Bin 0 -> 605 bytes doc/pl/images/button-show-previous.gif | Bin 0 -> 568 bytes doc/pl/images/button-sort-ascending.gif | Bin 0 -> 648 bytes doc/pl/images/button-sort-descending.gif | Bin 0 -> 673 bytes doc/pl/images/button-start-class.gif | Bin 0 -> 544 bytes doc/pl/images/button-start-printer.gif | Bin 0 -> 606 bytes doc/pl/images/button-stop-class.gif | Bin 0 -> 573 bytes doc/pl/images/button-stop-printer.gif | Bin 0 -> 638 bytes doc/pl/images/button-unpublish-printer.gif | Bin 0 -> 613 bytes doc/pl/images/button-use-default-config.gif | Bin 0 -> 930 bytes doc/pl/images/button-view-access-log.gif | Bin 0 -> 711 bytes doc/pl/images/button-view-error-log.gif | Bin 0 -> 717 bytes doc/pl/images/button-view-page-log.gif | Bin 0 -> 793 bytes .../images/button-view-printable-version.gif | Bin 0 -> 819 bytes doc/pl/index.html.in | 141 + doc/printing-overview.shtml | 125 + doc/robots.txt | 31 + doc/sv/images/button-accept-jobs.gif | Bin 0 -> 595 bytes doc/sv/images/button-add-class.gif | Bin 0 -> 534 bytes doc/sv/images/button-add-printer.gif | Bin 0 -> 603 bytes doc/sv/images/button-add-this-printer.gif | Bin 0 -> 717 bytes doc/sv/images/button-cancel-all-jobs.gif | Bin 0 -> 589 bytes doc/sv/images/button-cancel-job.gif | Bin 0 -> 505 bytes doc/sv/images/button-change-settings.gif | Bin 0 -> 625 bytes doc/sv/images/button-clean-print-heads.gif | Bin 0 -> 744 bytes doc/sv/images/button-clear.gif | Bin 0 -> 331 bytes doc/sv/images/button-continue.gif | Bin 0 -> 418 bytes doc/sv/images/button-delete-class.gif | Bin 0 -> 494 bytes doc/sv/images/button-delete-printer.gif | Bin 0 -> 553 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 763 bytes doc/sv/images/button-export-samba.gif | Bin 0 -> 833 bytes doc/sv/images/button-help.gif | Bin 0 -> 361 bytes doc/sv/images/button-hold-job.gif | Bin 0 -> 538 bytes doc/sv/images/button-manage-classes.gif | Bin 0 -> 562 bytes doc/sv/images/button-manage-jobs.gif | Bin 0 -> 525 bytes doc/sv/images/button-manage-printers.gif | Bin 0 -> 583 bytes doc/sv/images/button-manage-server.gif | Bin 0 -> 547 bytes doc/sv/images/button-modify-class.gif | Bin 0 -> 588 bytes doc/sv/images/button-modify-printer.gif | Bin 0 -> 640 bytes doc/sv/images/button-move-job.gif | Bin 0 -> 481 bytes doc/sv/images/button-move-jobs.gif | Bin 0 -> 552 bytes doc/sv/images/button-print-self-test-page.gif | Bin 0 -> 702 bytes doc/sv/images/button-print-test-page.gif | Bin 0 -> 607 bytes doc/sv/images/button-publish-printer.gif | Bin 0 -> 631 bytes doc/sv/images/button-reject-jobs.gif | Bin 0 -> 510 bytes doc/sv/images/button-release-job.gif | Bin 0 -> 485 bytes doc/sv/images/button-restart-job.gif | Bin 0 -> 624 bytes doc/sv/images/button-save-changes.gif | Bin 0 -> 585 bytes doc/sv/images/button-search.gif | Bin 0 -> 355 bytes doc/sv/images/button-set-allowed-users.gif | Bin 0 -> 743 bytes doc/sv/images/button-set-as-default.gif | Bin 0 -> 651 bytes doc/sv/images/button-set-printer-options.gif | Bin 0 -> 707 bytes doc/sv/images/button-show-active.gif | Bin 0 -> 619 bytes doc/sv/images/button-show-all.gif | Bin 0 -> 553 bytes doc/sv/images/button-show-completed.gif | Bin 0 -> 634 bytes doc/sv/images/button-show-next.gif | Bin 0 -> 491 bytes doc/sv/images/button-show-previous.gif | Bin 0 -> 644 bytes doc/sv/images/button-sort-ascending.gif | Bin 0 -> 712 bytes doc/sv/images/button-sort-descending.gif | Bin 0 -> 693 bytes doc/sv/images/button-start-class.gif | Bin 0 -> 519 bytes doc/sv/images/button-start-printer.gif | Bin 0 -> 571 bytes doc/sv/images/button-stop-class.gif | Bin 0 -> 543 bytes doc/sv/images/button-stop-printer.gif | Bin 0 -> 610 bytes doc/sv/images/button-unpublish-printer.gif | Bin 0 -> 698 bytes doc/sv/images/button-use-default-config.gif | Bin 0 -> 893 bytes doc/sv/images/button-view-access-log.gif | Bin 0 -> 655 bytes doc/sv/images/button-view-error-log.gif | Bin 0 -> 545 bytes doc/sv/images/button-view-page-log.gif | Bin 0 -> 538 bytes .../images/button-view-printable-version.gif | Bin 0 -> 747 bytes doc/sv/index.html.in | 137 + doc/system-overview.shtml | 19 + driver/testdriver.c | 179 + filter/Dependencies | 447 + filter/Makefile | 393 + filter/api-raster.shtml | 60 + filter/common.c | 544 + filter/common.h | 93 + filter/form-main.c | 62 + filter/form-ps.c | 49 + filter/form-tree.c | 624 + filter/form.h | 177 + filter/gziptoany.c | 131 + filter/hpgl-attr.c | 454 + filter/hpgl-char.c | 640 + filter/hpgl-config.c | 645 + filter/hpgl-input.c | 273 + filter/hpgl-main.c | 274 + filter/hpgl-polygon.c | 394 + filter/hpgl-prolog.c | 377 + filter/hpgl-vector.c | 775 + filter/hpgltops.h | 241 + filter/image-bmp.c | 539 + filter/image-colorspace.c | 1577 + filter/image-gif.c | 699 + filter/image-jpeg.c | 324 + filter/image-photocd.c | 317 + filter/image-pix.c | 236 + filter/image-png.c | 284 + filter/image-pnm.c | 305 + filter/image-private.h | 226 + filter/image-sgi.c | 283 + filter/image-sgi.h | 96 + filter/image-sgilib.c | 859 + filter/image-sun.c | 393 + filter/image-tiff.c | 1724 ++ filter/image-zoom.c | 370 + filter/image.c | 845 + filter/image.h | 139 + filter/imagetops.c | 1067 + filter/imagetoraster.c | 4314 +++ filter/interpret.c | 1504 + filter/libcupsimage_s.exp | 16 + filter/pstops.c | 3292 +++ filter/raster.c | 932 + filter/raster.h | 342 + filter/rasterbench.c | 355 + filter/rastertoepson.c | 1152 + filter/rastertohp.c | 888 + filter/rastertolabel.c | 1018 + filter/testimage.c | 108 + filter/testraster.c | 939 + filter/textcommon.c | 1195 + filter/textcommon.h | 123 + filter/texttops.c | 1311 + fonts/Courier | 1494 + fonts/Courier-Bold | 1652 ++ fonts/Courier-BoldOblique | 1686 ++ fonts/Courier-Oblique | 1448 + fonts/Makefile | 80 + fonts/Symbol | 1150 + init/Localizable.strings | 9 + init/PrintingServices | 45 + init/StartupParameters.plist | 7 + init/cups-lpd.in | 11 + init/cups.sh.in | 243 + init/org.cups.cups-lpd.plist | 33 + init/org.cups.cupsd.plist | 37 + install-sh | 251 + locale/Makefile | 116 + locale/cups.footer | 5 + locale/cups.header | 26 + locale/cups.pot | 2663 ++ locale/cups_de.po | 3002 ++ locale/cups_es.po | 2872 ++ locale/cups_et.po | 2959 ++ locale/cups_fr.po | 2845 ++ locale/cups_it.po | 3001 ++ locale/cups_ja.po | 2990 ++ locale/cups_pl.po | 3001 ++ locale/cups_sv.po | 2875 ++ locale/locale.txt | 32 + locale/translate.c | 452 + man/Makefile | 188 + man/accept.man | 88 + man/backend.man | 188 + man/cancel.man | 84 + man/classes.conf.man | 127 + man/client.conf.man.in | 58 + man/cups-config.man | 119 + man/cups-deviced.man.in | 53 + man/cups-driverd.man.in | 114 + man/cups-lpd.man.in | 127 + man/cups-polld.man | 47 + man/cups-snmp.conf.man | 82 + man/cupsaddsmb.man.in | 219 + man/cupsd.conf.man.in | 613 + man/cupsd.man.in | 78 + man/cupsenable.man | 93 + man/cupstestdsc.man | 59 + man/cupstestppd.man | 115 + man/filter.man | 230 + man/lp.man | 252 + man/lpadmin.man | 209 + man/lpc.man | 80 + man/lpinfo.man | 74 + man/lpmove.man | 75 + man/lpoptions.man.in | 144 + man/lppasswd.man | 70 + man/lpq.man | 81 + man/lpr.man | 127 + man/lprm.man | 74 + man/lpstat.man | 148 + man/mailto.conf.man | 69 + man/mantohtml.c | 729 + man/mime.convs.man | 55 + man/mime.types.man | 103 + man/printers.conf.man | 131 + man/subscriptions.conf.man | 98 + monitor/Dependencies | 8 + monitor/Makefile | 107 + monitor/bcp.c | 286 + monitor/tbcp.c | 283 + notifier/Dependencies | 8 + notifier/Makefile | 103 + notifier/mailto.c | 799 + notifier/testnotify.c | 293 + packaging/LICENSE.rtf | 462 + packaging/WELCOME.rtf | 24 + packaging/cups-dbus.conf | 13 + packaging/cups-desc.plist.in | 15 + packaging/cups-info.plist.in | 24 + packaging/cups.list.in | 647 + packaging/cups.readme | 138 + packaging/cups.spec.in | 501 + packaging/installer.gif | Bin 0 -> 2686 bytes packaging/installer.tif | Bin 0 -> 6076 bytes packaging/installer.xcf.gz | Bin 0 -> 7026 bytes pdftops/Annot.cxx | 317 + pdftops/Annot.h | 73 + pdftops/Array.cxx | 73 + pdftops/Array.h | 58 + pdftops/BuiltinFont.cxx | 65 + pdftops/BuiltinFont.h | 57 + pdftops/BuiltinFontTables.cxx | 4284 +++ pdftops/BuiltinFontTables.h | 23 + pdftops/CMap.cxx | 408 + pdftops/CMap.h | 102 + pdftops/COPYING | 339 + pdftops/Catalog.cxx | 353 + pdftops/Catalog.h | 92 + pdftops/CharCodeToUnicode.cxx | 540 + pdftops/CharCodeToUnicode.h | 117 + pdftops/CharTypes.h | 24 + pdftops/CompactFontTables.h | 464 + pdftops/Decrypt.cxx | 417 + pdftops/Decrypt.h | 63 + pdftops/Dependencies | 104 + pdftops/Dict.cxx | 95 + pdftops/Dict.h | 77 + pdftops/Error.cxx | 38 + pdftops/Error.h | 23 + pdftops/ErrorCodes.h | 36 + pdftops/FoFiBase.cxx | 156 + pdftops/FoFiBase.h | 57 + pdftops/FoFiEncodings.cxx | 994 + pdftops/FoFiEncodings.h | 36 + pdftops/FoFiTrueType.cxx | 1753 ++ pdftops/FoFiTrueType.h | 140 + pdftops/FoFiType1.cxx | 207 + pdftops/FoFiType1.h | 59 + pdftops/FoFiType1C.cxx | 2481 ++ pdftops/FoFiType1C.h | 232 + pdftops/FontEncodingTables.cxx | 1824 ++ pdftops/FontEncodingTables.h | 20 + pdftops/Function.cxx | 1536 + pdftops/Function.h | 225 + pdftops/GHash.cxx | 380 + pdftops/GHash.h | 78 + pdftops/GList.cxx | 97 + pdftops/GList.h | 96 + pdftops/GMutex.h | 49 + pdftops/GString.cxx | 319 + pdftops/GString.h | 97 + pdftops/Gfx.cxx | 3623 +++ pdftops/Gfx.h | 294 + pdftops/GfxFont.cxx | 1546 + pdftops/GfxFont.h | 315 + pdftops/GfxState.cxx | 3946 +++ pdftops/GfxState.h | 1206 + pdftops/GlobalParams.cxx | 1995 ++ pdftops/GlobalParams.h | 336 + pdftops/JArithmeticDecoder.cxx | 322 + pdftops/JArithmeticDecoder.h | 109 + pdftops/JBIG2Stream.cxx | 3403 +++ pdftops/JBIG2Stream.h | 143 + pdftops/JPXStream.cxx | 2955 ++ pdftops/JPXStream.h | 349 + pdftops/Lexer.cxx | 485 + pdftops/Lexer.h | 80 + pdftops/Link.cxx | 907 + pdftops/Link.h | 409 + pdftops/Makefile | 147 + pdftops/NameToCharCode.cxx | 116 + pdftops/NameToCharCode.h | 42 + pdftops/NameToUnicodeTable.h | 1097 + pdftops/Object.cxx | 231 + pdftops/Object.h | 303 + pdftops/Outline.cxx | 151 + pdftops/Outline.h | 76 + pdftops/OutputDev.cxx | 129 + pdftops/OutputDev.h | 205 + pdftops/PDFDoc.cxx | 431 + pdftops/PDFDoc.h | 182 + pdftops/PDFDocEncoding.cxx | 44 + pdftops/PDFDocEncoding.h | 16 + pdftops/PSOutputDev.cxx | 5030 ++++ pdftops/PSOutputDev.h | 354 + pdftops/PSTokenizer.cxx | 135 + pdftops/PSTokenizer.h | 41 + pdftops/Page.cxx | 367 + pdftops/Page.h | 175 + pdftops/Parser.cxx | 214 + pdftops/Parser.h | 56 + pdftops/README | 446 + pdftops/SecurityHandler.cxx | 378 + pdftops/SecurityHandler.h | 155 + pdftops/Stream-CCITT.h | 459 + pdftops/Stream.cxx | 4582 +++ pdftops/Stream.h | 846 + pdftops/UTF8.h | 56 + pdftops/UnicodeMap.cxx | 293 + pdftops/UnicodeMap.h | 123 + pdftops/UnicodeMapTables.h | 361 + pdftops/UnicodeTypeTable.cxx | 949 + pdftops/UnicodeTypeTable.h | 20 + pdftops/XRef.cxx | 888 + pdftops/XRef.h | 131 + pdftops/XpdfPluginAPI.cxx | 262 + pdftops/XpdfPluginAPI.h | 323 + pdftops/config.h | 112 + pdftops/gfile.cxx | 707 + pdftops/gfile.h | 126 + pdftops/gmem.c | 239 + pdftops/gmem.h | 62 + pdftops/gmempp.cxx | 32 + pdftops/gtypes.h | 29 + pdftops/parseargs.c | 190 + pdftops/parseargs.h | 71 + pdftops/pdftops.cxx | 352 + ppd/Makefile | 83 + ppd/deskjet.ppd | 199 + ppd/deskjet2.ppd | 218 + ppd/dymo.ppd | 156 + ppd/epson24.ppd | 139 + ppd/epson9.ppd | 137 + ppd/laserjet.ppd | 201 + ppd/okidat24.ppd | 129 + ppd/okidata9.ppd | 127 + ppd/stcolor.ppd | 133 + ppd/stcolor2.ppd | 133 + ppd/stphoto.ppd | 133 + ppd/stphoto2.ppd | 133 + ppd/zebra.ppd | 483 + ppd/zebracpl.ppd | 280 + ppd/zebraep1.ppd | 330 + ppd/zebraep2.ppd | 342 + scheduler/Dependencies | 212 + scheduler/Makefile | 306 + scheduler/auth.c | 2174 ++ scheduler/auth.h | 162 + scheduler/banners.c | 219 + scheduler/banners.h | 54 + scheduler/cert.c | 430 + scheduler/cert.h | 60 + scheduler/classes.c | 913 + scheduler/classes.h | 46 + scheduler/client.c | 4281 +++ scheduler/client.h | 127 + scheduler/conf.c | 3293 +++ scheduler/conf.h | 215 + scheduler/cups-deviced.c | 504 + scheduler/cups-driverd.c | 1126 + scheduler/cups-lpd.c | 1729 ++ scheduler/cups-polld.c | 482 + scheduler/cups.pam | 2 + scheduler/cupsd.h | 208 + scheduler/dirsvc.c | 3199 ++ scheduler/dirsvc.h | 185 + scheduler/env.c | 249 + scheduler/filter.c | 415 + scheduler/ipp.c | 9165 ++++++ scheduler/job.c | 3471 +++ scheduler/job.h | 126 + scheduler/listen.c | 448 + scheduler/log.c | 556 + scheduler/main.c | 2344 ++ scheduler/mime.c | 742 + scheduler/mime.h | 157 + scheduler/network.c | 318 + scheduler/network.h | 61 + scheduler/policy.c | 334 + scheduler/policy.h | 66 + scheduler/printers.c | 3361 +++ scheduler/printers.h | 151 + scheduler/process.c | 348 + scheduler/quotas.c | 234 + scheduler/server.c | 215 + scheduler/statbuf.c | 334 + scheduler/statbuf.h | 59 + scheduler/subscriptions.c | 1631 ++ scheduler/subscriptions.h | 172 + scheduler/sysman.c | 761 + scheduler/sysman.h | 49 + scheduler/testdirsvc.c | 335 + scheduler/testlpd.c | 555 + scheduler/testmime.c | 335 + scheduler/testspeed.c | 307 + scheduler/testsub.c | 531 + scheduler/type.c | 1165 + scheduler/util.c | 281 + scheduler/util.h | 59 + scripting/java/CUPSPrinter.java | 438 + .../java/classes/com/easysw/cups/Cups.class | Bin 0 -> 12601 bytes .../classes/com/easysw/cups/CupsJob.class | Bin 0 -> 2830 bytes .../classes/com/easysw/cups/CupsPrinter.class | Bin 0 -> 11088 bytes .../java/classes/com/easysw/cups/IPP.class | Bin 0 -> 2100 bytes .../com/easysw/cups/IPPAttribute.class | Bin 0 -> 6695 bytes .../com/easysw/cups/IPPBase64Encoder.class | Bin 0 -> 362 bytes .../classes/com/easysw/cups/IPPCalendar.class | Bin 0 -> 382 bytes .../classes/com/easysw/cups/IPPDefs.class | Bin 0 -> 7640 bytes .../classes/com/easysw/cups/IPPError.class | Bin 0 -> 2663 bytes .../classes/com/easysw/cups/IPPHttp.class | Bin 0 -> 16865 bytes .../java/classes/com/easysw/cups/IPPMD5.class | Bin 0 -> 1912 bytes .../classes/com/easysw/cups/IPPRequest.class | Bin 0 -> 627 bytes .../classes/com/easysw/cups/IPPStatus.class | Bin 0 -> 2402 bytes .../com/easysw/cups/IPPURLConnection.class | Bin 0 -> 413 bytes .../classes/com/easysw/cups/IPPValue.class | Bin 0 -> 1979 bytes scripting/java/cups.jar | Bin 0 -> 37208 bytes scripting/java/docs/allclasses-frame.html | 49 + scripting/java/docs/com/easysw/cups/Cups.html | 600 + .../java/docs/com/easysw/cups/CupsJob.html | 547 + .../docs/com/easysw/cups/CupsPrinter.html | 533 + scripting/java/docs/com/easysw/cups/IPP.html | 417 + .../docs/com/easysw/cups/IPPAttribute.html | 466 + .../java/docs/com/easysw/cups/IPPDefs.html | 3330 +++ .../java/docs/com/easysw/cups/IPPError.html | 178 + .../java/docs/com/easysw/cups/IPPHttp.html | 2596 ++ .../java/docs/com/easysw/cups/IPPRequest.html | 251 + .../java/docs/com/easysw/cups/IPPStatus.html | 185 + .../com/easysw/cups/IPPURLConnection.html | 262 + .../java/docs/com/easysw/cups/IPPValue.html | 376 + scripting/java/docs/deprecated-list.html | 89 + scripting/java/docs/help-doc.html | 138 + scripting/java/docs/index-all.html | 1588 + scripting/java/docs/index.html | 22 + scripting/java/docs/overview-tree.html | 101 + scripting/java/docs/package-list | 1 + scripting/java/docs/packages.html | 26 + scripting/java/docs/serialized-form.html | 89 + scripting/java/docs/stylesheet.css | 29 + scripting/java/example/GLP.class | Bin 0 -> 1163 bytes scripting/java/example/GLP.java | 59 + scripting/java/example/GLPcolors.class | Bin 0 -> 838 bytes scripting/java/example/GLPcolors.java | 22 + scripting/java/example/GLPdetail.class | Bin 0 -> 5600 bytes scripting/java/example/GLPdetail.java | 279 + scripting/java/example/GLPjobList.class | Bin 0 -> 3587 bytes scripting/java/example/GLPjobList.java | 150 + scripting/java/example/GLPjobTableModel.class | Bin 0 -> 1849 bytes scripting/java/example/GLPjobTableModel.java | 104 + scripting/java/example/GLPoptions$1.class | Bin 0 -> 1025 bytes .../example/GLPoptions$MyTextListener.class | Bin 0 -> 1217 bytes scripting/java/example/GLPoptions.class | Bin 0 -> 11082 bytes scripting/java/example/GLPoptions.java | 662 + scripting/java/example/GLPprinterDetail.class | Bin 0 -> 4832 bytes scripting/java/example/GLPprinterDetail.java | 244 + scripting/java/example/GLPprinters.class | Bin 0 -> 8749 bytes scripting/java/example/GLPprinters.java | 509 + scripting/java/example/GLPsearch.class | Bin 0 -> 2428 bytes scripting/java/example/GLPsearch.java | 121 + .../example/GLPsearchProgressPanel$1.class | Bin 0 -> 2470 bytes .../example/GLPsearchProgressPanel$2.class | Bin 0 -> 1188 bytes ...LPsearchProgressPanel$ButtonListener.class | Bin 0 -> 1686 bytes .../java/example/GLPsearchProgressPanel.class | Bin 0 -> 2709 bytes .../java/example/GLPsearchProgressPanel.java | 195 + scripting/java/example/GLPserver.class | Bin 0 -> 4304 bytes scripting/java/example/GLPserver.java | 192 + scripting/java/example/GLPtabs$1.class | Bin 0 -> 1097 bytes scripting/java/example/GLPtabs.class | Bin 0 -> 2611 bytes scripting/java/example/GLPtabs.java | 117 + scripting/java/example/GLPvars.class | Bin 0 -> 1592 bytes scripting/java/example/GLPvars.java | 93 + scripting/java/example/buildit | 4 + scripting/java/example/class.list | 13 + scripting/java/example/images/left.gif | Bin 0 -> 110 bytes .../java/example/images/print-test-page.gif | Bin 0 -> 519 bytes .../java/example/images/printer-idle.gif | Bin 0 -> 706 bytes .../java/example/images/printer-stopped.gif | Bin 0 -> 794 bytes scripting/java/example/images/restart-job.gif | Bin 0 -> 440 bytes scripting/java/example/images/show-active.gif | Bin 0 -> 581 bytes .../java/example/images/show-completed.gif | Bin 0 -> 657 bytes scripting/java/example/runit | 2 + .../java/src/com/easysw/cups/Base64Coder.java | 145 + scripting/java/src/com/easysw/cups/Cups.java | 1415 + .../java/src/com/easysw/cups/CupsJob.java | 216 + .../java/src/com/easysw/cups/CupsPrinter.java | 837 + scripting/java/src/com/easysw/cups/IPP.java | 251 + .../src/com/easysw/cups/IPPAttribute.java | 593 + .../src/com/easysw/cups/IPPBase64Encoder.java | 0 .../java/src/com/easysw/cups/IPPCalendar.java | 62 + .../java/src/com/easysw/cups/IPPDefs.java | 310 + .../java/src/com/easysw/cups/IPPError.java | 159 + .../java/src/com/easysw/cups/IPPHttp.java | 1352 + .../java/src/com/easysw/cups/IPPMD5.java | 134 + .../java/src/com/easysw/cups/IPPRequest.java | 97 + .../java/src/com/easysw/cups/IPPStatus.java | 195 + .../src/com/easysw/cups/IPPURLConnection.java | 78 + .../java/src/com/easysw/cups/IPPValue.java | 264 + scripting/java/src/com/easysw/cups/buildit | 9 + scripting/java/src/com/easysw/cups/class.list | 14 + scripting/java/src/com/easysw/cups/cups.nfo | 34 + scripting/perl/CUPS.pm | 144 + scripting/perl/CUPS.xs | 270 + scripting/perl/Makefile.PL | 17 + scripting/perl/README | 35 + scripting/perl/test.pl | 17 + scripting/php/Dependencies | 6 + scripting/php/Makefile | 116 + scripting/php/README | 157 + scripting/php/phpcups.c | 458 + scripting/php/phpcups.h | 79 + scripting/php/phpcups.php | 69 + standards/Makefile | 121 + standards/X.690-0207.pdf | Bin 0 -> 524444 bytes standards/pwg5100.1.doc | Bin 0 -> 245760 bytes standards/pwg5100.1.pdf | Bin 0 -> 37359 bytes standards/pwg5100.2.doc | Bin 0 -> 217088 bytes standards/pwg5100.2.pdf | Bin 0 -> 37360 bytes standards/pwg5100.3.doc | Bin 0 -> 1183232 bytes standards/pwg5100.3.pdf | Bin 0 -> 262279 bytes standards/pwg5100.5.doc | Bin 0 -> 1406976 bytes standards/pwg5100.5.pdf | Bin 0 -> 2288291 bytes standards/pwg5100.6.doc | Bin 0 -> 436224 bytes standards/pwg5100.6.pdf | Bin 0 -> 500649 bytes standards/pwg5100.7.doc | Bin 0 -> 773120 bytes standards/pwg5100.7.pdf | Bin 0 -> 1090862 bytes standards/pwg5100.8.doc | Bin 0 -> 305664 bytes standards/pwg5100.8.pdf | Bin 0 -> 395397 bytes standards/pwg5101.1.doc | Bin 0 -> 430080 bytes standards/pwg5101.1.pdf | Bin 0 -> 924222 bytes standards/pwg5105.1.doc | Bin 0 -> 1698816 bytes standards/pwg5105.1.pdf | Bin 0 -> 2021826 bytes standards/rfc1155.txt | 1235 + standards/rfc1157.txt | 2019 ++ standards/rfc1179.txt | 787 + standards/rfc1213.txt | 3923 +++ standards/rfc1321.txt | 1179 + standards/rfc2222.txt | 899 + standards/rfc2246.txt | 4483 +++ standards/rfc2487.txt | 451 + standards/rfc2554.txt | 619 + standards/rfc2567.txt | 2411 ++ standards/rfc2568.txt | 563 + standards/rfc2569.txt | 1571 + standards/rfc2578.txt | 2541 ++ standards/rfc2595.txt | 843 + standards/rfc2616.txt | 9859 +++++++ standards/rfc2617.txt | 1907 ++ standards/rfc2712.txt | 395 + standards/rfc2790.txt | 2803 ++ standards/rfc2817.txt | 731 + standards/rfc2818.txt | 395 + standards/rfc2821.txt | 4427 +++ standards/rfc2822.txt | 2859 ++ standards/rfc2910.txt | 2579 ++ standards/rfc2911.txt | 12547 ++++++++ standards/rfc2965.txt | 1459 + standards/rfc3196.txt | 5379 ++++ standards/rfc3239.txt | 843 + standards/rfc3380.txt | 3307 +++ standards/rfc3381.txt | 955 + standards/rfc3382.txt | 2131 ++ standards/rfc3391.txt | 1403 + standards/rfc3510.txt | 899 + standards/rfc3712.txt | 1851 ++ standards/rfc3805.txt | 9579 ++++++ standards/rfc3986.txt | 3419 +++ standards/rfc3995.txt | 5323 ++++ standards/rfc3996.txt | 1739 ++ standards/rfc3997.txt | 955 + standards/rfc3998.txt | 2579 ++ standards/rfc4122.txt | 1795 ++ standards/rfctohtml.c | 505 + standards/wake-on-lan.pdf | Bin 0 -> 37276 bytes standards/wd-ippmailto10-20050519.pdf | Bin 0 -> 75741 bytes systemv/Dependencies | 49 + systemv/Makefile | 229 + systemv/accept.c | 292 + systemv/cancel.c | 396 + systemv/cupsaddsmb.c | 298 + systemv/cupstestdsc.c | 456 + systemv/cupstestppd.c | 1937 ++ systemv/lp.c | 844 + systemv/lpadmin.c | 1990 ++ systemv/lpinfo.c | 440 + systemv/lpmove.c | 239 + systemv/lpoptions.c | 488 + systemv/lppasswd.c | 515 + systemv/lpstat.c | 2252 ++ templates/Makefile | 160 + templates/add-class.tmpl | 33 + templates/add-printer.tmpl | 28 + templates/admin.tmpl | 77 + templates/choose-device.tmpl | 26 + templates/choose-make.tmpl | 42 + templates/choose-model.tmpl | 34 + templates/choose-serial.tmpl | 47 + templates/choose-uri.tmpl | 42 + templates/class-added.tmpl | 2 + templates/class-confirm.tmpl | 7 + templates/class-deleted.tmpl | 1 + templates/class-jobs-header.tmpl | 1 + templates/class-modified.tmpl | 2 + templates/classes-header.tmpl | 1 + templates/classes.tmpl | 54 + templates/de/add-class.tmpl | 33 + templates/de/add-printer.tmpl | 28 + templates/de/admin.tmpl | 77 + templates/de/choose-device.tmpl | 26 + templates/de/choose-make.tmpl | 42 + templates/de/choose-model.tmpl | 34 + templates/de/choose-serial.tmpl | 47 + templates/de/choose-uri.tmpl | 42 + templates/de/class-added.tmpl | 2 + templates/de/class-confirm.tmpl | 7 + templates/de/class-deleted.tmpl | 1 + templates/de/class-jobs-header.tmpl | 1 + templates/de/class-modified.tmpl | 2 + templates/de/classes-header.tmpl | 1 + templates/de/classes.tmpl | 54 + templates/de/edit-config.tmpl.in | 91 + templates/de/error-op.tmpl | 3 + templates/de/error.tmpl | 3 + templates/de/header.tmpl.in | 63 + templates/de/help-header.tmpl | 46 + templates/de/help-printable.tmpl | 11 + templates/de/job-cancel.tmpl | 1 + templates/de/job-hold.tmpl | 1 + templates/de/job-move.tmpl | 22 + templates/de/job-moved.tmpl | 2 + templates/de/job-release.tmpl | 1 + templates/de/job-restart.tmpl | 1 + templates/de/jobs-header.tmpl | 15 + templates/de/jobs.tmpl | 42 + templates/de/maintenance.tmpl | 2 + templates/de/modify-class.tmpl | 34 + templates/de/modify-printer.tmpl | 29 + templates/de/option-boolean.tmpl | 6 + templates/de/option-conflict.tmpl | 7 + templates/de/option-header.tmpl | 3 + templates/de/option-pickmany.tmpl | 6 + templates/de/option-pickone.tmpl | 6 + templates/de/option-trailer.tmpl | 5 + templates/de/pager.tmpl | 7 + templates/de/printer-accept.tmpl | 3 + templates/de/printer-added.tmpl | 2 + templates/de/printer-configured.tmpl | 2 + templates/de/printer-confirm.tmpl | 7 + templates/de/printer-default.tmpl | 7 + templates/de/printer-deleted.tmpl | 1 + templates/de/printer-jobs-header.tmpl | 1 + templates/de/printer-modified.tmpl | 2 + templates/de/printer-purge.tmpl | 3 + templates/de/printer-reject.tmpl | 3 + templates/de/printer-start.tmpl | 3 + templates/de/printer-stop.tmpl | 3 + templates/de/printers-header.tmpl | 1 + templates/de/printers.tmpl | 64 + templates/de/restart.tmpl | 1 + templates/de/samba-export.tmpl | 55 + templates/de/samba-exported.tmpl | 1 + templates/de/search.tmpl | 13 + templates/de/set-printer-options-header.tmpl | 3 + templates/de/set-printer-options-trailer.tmpl | 1 + templates/de/test-page.tmpl | 2 + templates/de/trailer.tmpl | 21 + templates/de/users.tmpl | 26 + templates/edit-config.tmpl.in | 91 + templates/error-op.tmpl | 3 + templates/error.tmpl | 3 + templates/es/add-class.tmpl | 33 + templates/es/add-printer.tmpl | 28 + templates/es/admin.tmpl | 77 + templates/es/choose-device.tmpl | 26 + templates/es/choose-make.tmpl | 42 + templates/es/choose-model.tmpl | 34 + templates/es/choose-serial.tmpl | 47 + templates/es/choose-uri.tmpl | 42 + templates/es/class-added.tmpl | 1 + templates/es/class-confirm.tmpl | 7 + templates/es/class-deleted.tmpl | 1 + templates/es/class-jobs-header.tmpl | 1 + templates/es/class-modified.tmpl | 1 + templates/es/classes-header.tmpl | 1 + templates/es/classes.tmpl | 54 + templates/es/edit-config.tmpl.in | 91 + templates/es/error-op.tmpl | 3 + templates/es/error.tmpl | 3 + templates/es/header.tmpl.in | 63 + templates/es/help-header.tmpl | 47 + templates/es/help-printable.tmpl | 11 + templates/es/job-cancel.tmpl | 1 + templates/es/job-hold.tmpl | 1 + templates/es/job-move.tmpl | 22 + templates/es/job-moved.tmpl | 2 + templates/es/job-release.tmpl | 1 + templates/es/job-restart.tmpl | 1 + templates/es/jobs-header.tmpl | 15 + templates/es/jobs.tmpl | 42 + templates/es/maintenance.tmpl | 2 + templates/es/modify-class.tmpl | 34 + templates/es/modify-printer.tmpl | 29 + templates/es/norestart.tmpl | 2 + templates/es/option-boolean.tmpl | 6 + templates/es/option-conflict.tmpl | 7 + templates/es/option-header.tmpl | 3 + templates/es/option-pickmany.tmpl | 6 + templates/es/option-pickone.tmpl | 6 + templates/es/option-trailer.tmpl | 5 + templates/es/pager.tmpl | 7 + templates/es/printer-accept.tmpl | 3 + templates/es/printer-added.tmpl | 1 + templates/es/printer-configured.tmpl | 1 + templates/es/printer-confirm.tmpl | 7 + templates/es/printer-default.tmpl | 7 + templates/es/printer-deleted.tmpl | 1 + templates/es/printer-jobs-header.tmpl | 1 + templates/es/printer-modified.tmpl | 1 + templates/es/printer-purge.tmpl | 2 + templates/es/printer-reject.tmpl | 3 + templates/es/printer-start.tmpl | 3 + templates/es/printer-stop.tmpl | 3 + templates/es/printers-header.tmpl | 1 + templates/es/printers.tmpl | 64 + templates/es/restart.tmpl | 1 + templates/es/samba-export.tmpl | 55 + templates/es/samba-exported.tmpl | 1 + templates/es/search.tmpl | 13 + templates/es/set-printer-options-header.tmpl | 3 + templates/es/set-printer-options-trailer.tmpl | 1 + templates/es/test-page.tmpl | 2 + templates/es/trailer.tmpl | 21 + templates/es/users.tmpl | 26 + templates/et/add-class.tmpl | 33 + templates/et/add-printer.tmpl | 28 + templates/et/admin.tmpl | 77 + templates/et/choose-device.tmpl | 26 + templates/et/choose-make.tmpl | 42 + templates/et/choose-model.tmpl | 34 + templates/et/choose-serial.tmpl | 47 + templates/et/choose-uri.tmpl | 42 + templates/et/class-added.tmpl | 2 + templates/et/class-confirm.tmpl | 7 + templates/et/class-deleted.tmpl | 1 + templates/et/class-jobs-header.tmpl | 1 + templates/et/class-modified.tmpl | 2 + templates/et/classes-header.tmpl | 1 + templates/et/classes.tmpl | 54 + templates/et/edit-config.tmpl.in | 91 + templates/et/error-op.tmpl | 3 + templates/et/error.tmpl | 3 + templates/et/header.tmpl.in | 63 + templates/et/help-header.tmpl | 46 + templates/et/help-printable.tmpl | 11 + templates/et/job-cancel.tmpl | 1 + templates/et/job-hold.tmpl | 1 + templates/et/job-moved.tmpl | 2 + templates/et/job-release.tmpl | 1 + templates/et/job-restart.tmpl | 1 + templates/et/jobs-header.tmpl | 15 + templates/et/jobs.tmpl | 42 + templates/et/maintenance.tmpl | 2 + templates/et/modify-class.tmpl | 34 + templates/et/modify-printer.tmpl | 29 + templates/et/norestart.tmpl | 1 + templates/et/option-boolean.tmpl | 6 + templates/et/option-conflict.tmpl | 7 + templates/et/option-header.tmpl | 3 + templates/et/option-pickmany.tmpl | 6 + templates/et/option-pickone.tmpl | 6 + templates/et/option-trailer.tmpl | 5 + templates/et/pager.tmpl | 7 + templates/et/printer-accept.tmpl | 3 + templates/et/printer-added.tmpl | 2 + templates/et/printer-configured.tmpl | 2 + templates/et/printer-confirm.tmpl | 7 + templates/et/printer-default.tmpl | 6 + templates/et/printer-deleted.tmpl | 1 + templates/et/printer-jobs-header.tmpl | 1 + templates/et/printer-modified.tmpl | 2 + templates/et/printer-purge.tmpl | 3 + templates/et/printer-reject.tmpl | 3 + templates/et/printer-start.tmpl | 3 + templates/et/printer-stop.tmpl | 3 + templates/et/printers-header.tmpl | 1 + templates/et/printers.tmpl | 64 + templates/et/restart.tmpl | 1 + templates/et/samba-export.tmpl | 55 + templates/et/samba-exported.tmpl | 1 + templates/et/search.tmpl | 13 + templates/et/set-printer-options-header.tmpl | 3 + templates/et/set-printer-options-trailer.tmpl | 1 + templates/et/test-page.tmpl | 2 + templates/et/trailer.tmpl | 21 + templates/et/users.tmpl | 26 + templates/fr/add-class.tmpl | 33 + templates/fr/add-printer.tmpl | 29 + templates/fr/admin.tmpl | 84 + templates/fr/choose-device.tmpl | 26 + templates/fr/choose-make.tmpl | 42 + templates/fr/choose-model.tmpl | 34 + templates/fr/choose-serial.tmpl | 47 + templates/fr/choose-uri.tmpl | 42 + templates/fr/class-added.tmpl | 1 + templates/fr/class-confirm.tmpl | 7 + templates/fr/class-deleted.tmpl | 1 + templates/fr/class-jobs-header.tmpl | 1 + templates/fr/class-modified.tmpl | 1 + templates/fr/classes-header.tmpl | 1 + templates/fr/classes.tmpl | 54 + templates/fr/edit-config.tmpl.in | 92 + templates/fr/error-op.tmpl | 3 + templates/fr/error.tmpl | 3 + templates/fr/header.tmpl.in | 63 + templates/fr/help-header.tmpl | 52 + templates/fr/help-printable.tmpl | 11 + templates/fr/job-cancel.tmpl | 1 + templates/fr/job-hold.tmpl | 1 + templates/fr/job-move.tmpl | 22 + templates/fr/job-moved.tmpl | 2 + templates/fr/job-release.tmpl | 1 + templates/fr/job-restart.tmpl | 1 + templates/fr/jobs-header.tmpl | 16 + templates/fr/jobs.tmpl | 42 + templates/fr/maintenance.tmpl | 2 + templates/fr/modify-class.tmpl | 34 + templates/fr/modify-printer.tmpl | 29 + templates/fr/norestart.tmpl | 1 + templates/fr/option-boolean.tmpl | 7 + templates/fr/option-conflict.tmpl | 7 + templates/fr/option-header.tmpl | 3 + templates/fr/option-pickmany.tmpl | 7 + templates/fr/option-pickone.tmpl | 7 + templates/fr/option-trailer.tmpl | 6 + templates/fr/pager.tmpl | 11 + templates/fr/printer-accept.tmpl | 3 + templates/fr/printer-added.tmpl | 1 + templates/fr/printer-configured.tmpl | 1 + templates/fr/printer-confirm.tmpl | 7 + templates/fr/printer-default.tmpl | 7 + templates/fr/printer-deleted.tmpl | 1 + templates/fr/printer-jobs-header.tmpl | 1 + templates/fr/printer-modified.tmpl | 1 + templates/fr/printer-purge.tmpl | 3 + templates/fr/printer-reject.tmpl | 3 + templates/fr/printer-start.tmpl | 3 + templates/fr/printer-stop.tmpl | 3 + templates/fr/printers-header.tmpl | 1 + templates/fr/printers.tmpl | 66 + templates/fr/restart.tmpl | 1 + templates/fr/samba-export.tmpl | 53 + templates/fr/samba-exported.tmpl | 1 + templates/fr/search.tmpl | 13 + templates/fr/set-printer-options-header.tmpl | 3 + templates/fr/set-printer-options-trailer.tmpl | 1 + templates/fr/test-page.tmpl | 2 + templates/fr/trailer.tmpl | 21 + templates/fr/users.tmpl | 26 + templates/header.tmpl.in | 63 + templates/help-header.tmpl | 47 + templates/help-printable.tmpl | 11 + templates/it/add-class.tmpl | 33 + templates/it/add-printer.tmpl | 28 + templates/it/admin.tmpl | 77 + templates/it/choose-device.tmpl | 26 + templates/it/choose-make.tmpl | 42 + templates/it/choose-model.tmpl | 34 + templates/it/choose-serial.tmpl | 47 + templates/it/choose-uri.tmpl | 42 + templates/it/class-added.tmpl | 2 + templates/it/class-confirm.tmpl | 7 + templates/it/class-deleted.tmpl | 1 + templates/it/class-jobs-header.tmpl | 1 + templates/it/class-modified.tmpl | 2 + templates/it/classes-header.tmpl | 1 + templates/it/classes.tmpl | 54 + templates/it/edit-config.tmpl.in | 91 + templates/it/error-op.tmpl | 3 + templates/it/error.tmpl | 3 + templates/it/header.tmpl.in | 63 + templates/it/help-header.tmpl | 47 + templates/it/help-printable.tmpl | 11 + templates/it/job-cancel.tmpl | 1 + templates/it/job-hold.tmpl | 1 + templates/it/job-move.tmpl | 22 + templates/it/job-moved.tmpl | 2 + templates/it/job-release.tmpl | 1 + templates/it/job-restart.tmpl | 1 + templates/it/jobs-header.tmpl | 15 + templates/it/jobs.tmpl | 42 + templates/it/maintenance.tmpl | 2 + templates/it/modify-class.tmpl | 34 + templates/it/modify-printer.tmpl | 29 + templates/it/norestart.tmpl | 2 + templates/it/option-boolean.tmpl | 6 + templates/it/option-conflict.tmpl | 7 + templates/it/option-header.tmpl | 3 + templates/it/option-pickmany.tmpl | 6 + templates/it/option-pickone.tmpl | 6 + templates/it/option-trailer.tmpl | 5 + templates/it/pager.tmpl | 7 + templates/it/printer-accept.tmpl | 3 + templates/it/printer-added.tmpl | 2 + templates/it/printer-configured.tmpl | 2 + templates/it/printer-confirm.tmpl | 7 + templates/it/printer-default.tmpl | 7 + templates/it/printer-deleted.tmpl | 1 + templates/it/printer-jobs-header.tmpl | 1 + templates/it/printer-modified.tmpl | 2 + templates/it/printer-purge.tmpl | 3 + templates/it/printer-reject.tmpl | 3 + templates/it/printer-start.tmpl | 3 + templates/it/printer-stop.tmpl | 3 + templates/it/printers-header.tmpl | 1 + templates/it/printers.tmpl | 64 + templates/it/restart.tmpl | 1 + templates/it/samba-export.tmpl | 54 + templates/it/samba-exported.tmpl | 1 + templates/it/search.tmpl | 13 + templates/it/set-printer-options-header.tmpl | 3 + templates/it/set-printer-options-trailer.tmpl | 1 + templates/it/test-page.tmpl | 2 + templates/it/trailer.tmpl | 21 + templates/it/users.tmpl | 26 + templates/ja/add-class.tmpl | 33 + templates/ja/add-printer.tmpl | 28 + templates/ja/admin.tmpl | 75 + templates/ja/choose-device.tmpl | 26 + templates/ja/choose-make.tmpl | 42 + templates/ja/choose-model.tmpl | 34 + templates/ja/choose-serial.tmpl | 47 + templates/ja/choose-uri.tmpl | 43 + templates/ja/class-added.tmpl | 1 + templates/ja/class-confirm.tmpl | 7 + templates/ja/class-deleted.tmpl | 1 + templates/ja/class-jobs-header.tmpl | 1 + templates/ja/class-modified.tmpl | 1 + templates/ja/classes-header.tmpl | 1 + templates/ja/classes.tmpl | 56 + templates/ja/edit-config.tmpl.in | 91 + templates/ja/error-op.tmpl | 3 + templates/ja/error.tmpl | 3 + templates/ja/header.tmpl.in | 63 + templates/ja/help-header.tmpl | 28 + templates/ja/job-cancel.tmpl | 2 + templates/ja/job-hold.tmpl | 2 + templates/ja/job-move.tmpl | 22 + templates/ja/job-moved.tmpl | 2 + templates/ja/job-release.tmpl | 2 + templates/ja/job-restart.tmpl | 1 + templates/ja/jobs-header.tmpl | 15 + templates/ja/jobs.tmpl | 42 + templates/ja/maintenance.tmpl | 2 + templates/ja/modify-class.tmpl | 34 + templates/ja/modify-printer.tmpl | 29 + templates/ja/option-conflict.tmpl | 7 + templates/ja/option-trailer.tmpl | 5 + templates/ja/pager.tmpl | 7 + templates/ja/printer-accept.tmpl | 3 + templates/ja/printer-added.tmpl | 1 + templates/ja/printer-configured.tmpl | 1 + templates/ja/printer-confirm.tmpl | 7 + templates/ja/printer-default.tmpl | 6 + templates/ja/printer-deleted.tmpl | 1 + templates/ja/printer-jobs-header.tmpl | 1 + templates/ja/printer-modified.tmpl | 1 + templates/ja/printer-purge.tmpl | 3 + templates/ja/printer-reject.tmpl | 3 + templates/ja/printer-start.tmpl | 3 + templates/ja/printer-stop.tmpl | 3 + templates/ja/printers-header.tmpl | 1 + templates/ja/printers.tmpl | 60 + templates/ja/restart.tmpl | 1 + templates/ja/samba-export.tmpl | 56 + templates/ja/samba-exported.tmpl | 1 + templates/ja/search.tmpl | 10 + templates/ja/test-page.tmpl | 2 + templates/ja/users.tmpl | 26 + templates/job-cancel.tmpl | 1 + templates/job-hold.tmpl | 1 + templates/job-move.tmpl | 22 + templates/job-moved.tmpl | 2 + templates/job-release.tmpl | 1 + templates/job-restart.tmpl | 1 + templates/jobs-header.tmpl | 15 + templates/jobs.tmpl | 42 + templates/maintenance.tmpl | 2 + templates/modify-class.tmpl | 34 + templates/modify-printer.tmpl | 29 + templates/norestart.tmpl | 2 + templates/option-boolean.tmpl | 6 + templates/option-conflict.tmpl | 7 + templates/option-header.tmpl | 3 + templates/option-pickmany.tmpl | 6 + templates/option-pickone.tmpl | 6 + templates/option-trailer.tmpl | 5 + templates/pager.tmpl | 7 + templates/pl/add-class.tmpl | 33 + templates/pl/add-printer.tmpl | 28 + templates/pl/admin.tmpl | 75 + templates/pl/choose-device.tmpl | 26 + templates/pl/choose-make.tmpl | 42 + templates/pl/choose-model.tmpl | 34 + templates/pl/choose-serial.tmpl | 47 + templates/pl/choose-uri.tmpl | 41 + templates/pl/class-added.tmpl | 1 + templates/pl/class-confirm.tmpl | 7 + templates/pl/class-deleted.tmpl | 1 + templates/pl/class-jobs-header.tmpl | 1 + templates/pl/class-modified.tmpl | 1 + templates/pl/classes-header.tmpl | 1 + templates/pl/classes.tmpl | 54 + templates/pl/edit-config.tmpl.in | 91 + templates/pl/error-op.tmpl | 3 + templates/pl/error.tmpl | 3 + templates/pl/header.tmpl.in | 63 + templates/pl/help-header.tmpl | 47 + templates/pl/help-printable.tmpl | 11 + templates/pl/job-cancel.tmpl | 1 + templates/pl/job-hold.tmpl | 1 + templates/pl/job-move.tmpl | 22 + templates/pl/job-moved.tmpl | 2 + templates/pl/job-release.tmpl | 1 + templates/pl/job-restart.tmpl | 1 + templates/pl/jobs-header.tmpl | 15 + templates/pl/jobs.tmpl | 42 + templates/pl/maintenance.tmpl | 2 + templates/pl/modify-class.tmpl | 34 + templates/pl/modify-printer.tmpl | 29 + templates/pl/option-boolean.tmpl | 6 + templates/pl/option-conflict.tmpl | 7 + templates/pl/option-header.tmpl | 3 + templates/pl/option-pickmany.tmpl | 6 + templates/pl/option-pickone.tmpl | 6 + templates/pl/option-trailer.tmpl | 5 + templates/pl/pager.tmpl | 7 + templates/pl/printer-accept.tmpl | 3 + templates/pl/printer-added.tmpl | 1 + templates/pl/printer-configured.tmpl | 1 + templates/pl/printer-confirm.tmpl | 7 + templates/pl/printer-default.tmpl | 7 + templates/pl/printer-deleted.tmpl | 1 + templates/pl/printer-jobs-header.tmpl | 1 + templates/pl/printer-modified.tmpl | 2 + templates/pl/printer-purge.tmpl | 3 + templates/pl/printer-reject.tmpl | 3 + templates/pl/printer-start.tmpl | 3 + templates/pl/printer-stop.tmpl | 3 + templates/pl/printers-header.tmpl | 1 + templates/pl/printers.tmpl | 64 + templates/pl/restart.tmpl | 1 + templates/pl/samba-export.tmpl | 55 + templates/pl/samba-exported.tmpl | 1 + templates/pl/search.tmpl | 13 + templates/pl/set-printer-options-header.tmpl | 3 + templates/pl/set-printer-options-trailer.tmpl | 1 + templates/pl/test-page.tmpl | 2 + templates/pl/trailer.tmpl | 21 + templates/pl/users.tmpl | 26 + templates/printer-accept.tmpl | 3 + templates/printer-added.tmpl | 2 + templates/printer-configured.tmpl | 2 + templates/printer-confirm.tmpl | 7 + templates/printer-default.tmpl | 7 + templates/printer-deleted.tmpl | 1 + templates/printer-jobs-header.tmpl | 1 + templates/printer-modified.tmpl | 2 + templates/printer-purge.tmpl | 3 + templates/printer-reject.tmpl | 3 + templates/printer-start.tmpl | 3 + templates/printer-stop.tmpl | 3 + templates/printers-header.tmpl | 1 + templates/printers.tmpl | 64 + templates/restart.tmpl | 1 + templates/samba-export.tmpl | 55 + templates/samba-exported.tmpl | 1 + templates/search.tmpl | 13 + templates/set-printer-options-header.tmpl | 3 + templates/set-printer-options-trailer.tmpl | 1 + templates/sv/add-class.tmpl | 33 + templates/sv/add-printer.tmpl | 28 + templates/sv/admin.tmpl | 77 + templates/sv/choose-device.tmpl | 26 + templates/sv/choose-make.tmpl | 42 + templates/sv/choose-model.tmpl | 34 + templates/sv/choose-serial.tmpl | 47 + templates/sv/choose-uri.tmpl | 42 + templates/sv/class-added.tmpl | 1 + templates/sv/class-confirm.tmpl | 7 + templates/sv/class-deleted.tmpl | 1 + templates/sv/class-jobs-header.tmpl | 1 + templates/sv/class-modified.tmpl | 2 + templates/sv/classes-header.tmpl | 1 + templates/sv/classes.tmpl | 54 + templates/sv/edit-config.tmpl.in | 91 + templates/sv/error-op.tmpl | 3 + templates/sv/error.tmpl | 3 + templates/sv/header.tmpl.in | 63 + templates/sv/help-header.tmpl | 47 + templates/sv/help-printable.tmpl | 11 + templates/sv/job-cancel.tmpl | 1 + templates/sv/job-hold.tmpl | 1 + templates/sv/job-move.tmpl | 22 + templates/sv/job-moved.tmpl | 2 + templates/sv/job-release.tmpl | 1 + templates/sv/job-restart.tmpl | 1 + templates/sv/jobs-header.tmpl | 15 + templates/sv/jobs.tmpl | 42 + templates/sv/maintenance.tmpl | 2 + templates/sv/modify-class.tmpl | 34 + templates/sv/modify-printer.tmpl | 29 + templates/sv/option-boolean.tmpl | 6 + templates/sv/option-conflict.tmpl | 7 + templates/sv/option-header.tmpl | 3 + templates/sv/option-pickmany.tmpl | 6 + templates/sv/option-pickone.tmpl | 6 + templates/sv/option-trailer.tmpl | 5 + templates/sv/pager.tmpl | 7 + templates/sv/printer-accept.tmpl | 3 + templates/sv/printer-added.tmpl | 1 + templates/sv/printer-configured.tmpl | 1 + templates/sv/printer-confirm.tmpl | 7 + templates/sv/printer-default.tmpl | 7 + templates/sv/printer-deleted.tmpl | 1 + templates/sv/printer-jobs-header.tmpl | 1 + templates/sv/printer-modified.tmpl | 1 + templates/sv/printer-purge.tmpl | 3 + templates/sv/printer-reject.tmpl | 3 + templates/sv/printer-start.tmpl | 3 + templates/sv/printer-stop.tmpl | 3 + templates/sv/printers-header.tmpl | 1 + templates/sv/printers.tmpl | 64 + templates/sv/restart.tmpl | 1 + templates/sv/samba-export.tmpl | 55 + templates/sv/samba-exported.tmpl | 1 + templates/sv/search.tmpl | 13 + templates/sv/set-printer-options-header.tmpl | 3 + templates/sv/set-printer-options-trailer.tmpl | 1 + templates/sv/test-page.tmpl | 2 + templates/sv/trailer.tmpl | 21 + templates/sv/users.tmpl | 26 + templates/test-page.tmpl | 2 + templates/trailer.tmpl | 21 + templates/users.tmpl | 26 + test/4.1-requests.test | 140 + test/4.2-cups-printer-ops.test | 262 + test/4.3-job-ops.test | 301 + test/4.4-subscription-ops.test | 122 + test/5.1-lpadmin.sh | 64 + test/5.2-lpc.sh | 40 + test/5.3-lpq.sh | 40 + test/5.4-lpstat.sh | 40 + test/5.5-lp.sh | 71 + test/5.6-lpr.sh | 71 + test/5.7-lprm.sh | 52 + test/5.8-cancel.sh | 52 + test/5.9-lpinfo.sh | 52 + test/Dependencies | 5 + test/Makefile | 84 + test/create-job-format.test | 56 + test/create-job-sheets.test | 55 + test/create-job-timeout.test | 55 + test/create-job.test | 54 + test/get-devices.test | 21 + test/get-job-attributes.test | 27 + test/get-job-attributes2.test | 28 + test/get-ppds.test | 21 + test/get-printer-attributes.test | 43 + test/get-printers.test | 19 + test/ipptest.c | 928 + test/print-job-hold.test | 33 + test/print-job.test | 32 + test/run-stp-tests.sh | 588 + test/set-attrs-hold.test | 180 + test/str-header.html | 25 + test/str-trailer.html | 2 + test/testfile.jpg | Bin 0 -> 598930 bytes test/testfile.pdf | Bin 0 -> 36613 bytes test/testfile.ps | 594 + test/testfile.txt | 60 + test/testhp.ppd | 195 + test/testps.ppd | 192 + tools/checkglobals | 34 + tools/checkpo | 22 + tools/listpublic | 12 + tools/makesrcdist | 85 + tools/testosx | 110 + tools/testrpm | 32 + vcnet/config.h | 460 + vcnet/cups.sln | 41 + vcnet/libcups2.def | 289 + vcnet/libcups2.vcproj | 683 + vcnet/testfile.vcproj | 134 + vcnet/testhttp.vcproj | 134 + 1913 files changed, 608442 insertions(+) create mode 100644 CHANGES-1.0.txt create mode 100644 CHANGES-1.1.txt create mode 100644 CHANGES.txt create mode 100644 CREDITS.txt create mode 100644 INSTALL.txt create mode 100644 LICENSE.txt create mode 100644 Makedefs.in create mode 100644 Makefile create mode 100644 README.txt create mode 100644 backend/Dependencies create mode 100644 backend/Makefile create mode 100644 backend/backend-private.h create mode 100644 backend/betest.c create mode 100644 backend/ieee1284.c create mode 100644 backend/ipp.c create mode 100644 backend/lpd.c create mode 100644 backend/pap.c create mode 100644 backend/parallel.c create mode 100644 backend/runloop.c create mode 100644 backend/scsi-irix.c create mode 100644 backend/scsi-linux.c create mode 100644 backend/scsi.c create mode 100644 backend/serial.c create mode 100644 backend/snmp.c create mode 100644 backend/snmp.txt create mode 100644 backend/socket.c create mode 100644 backend/test1284.c create mode 100644 backend/usb-darwin.c create mode 100644 backend/usb-unix.c create mode 100644 backend/usb.c create mode 100644 berkeley/Dependencies create mode 100644 berkeley/Makefile create mode 100644 berkeley/lpc.c create mode 100644 berkeley/lpq.c create mode 100644 berkeley/lpr.c create mode 100644 berkeley/lprm.c create mode 100644 cgi-bin/Dependencies create mode 100644 cgi-bin/Makefile create mode 100644 cgi-bin/admin.c create mode 100644 cgi-bin/cgi-private.h create mode 100644 cgi-bin/cgi.h create mode 100644 cgi-bin/classes.c create mode 100644 cgi-bin/help-index.c create mode 100644 cgi-bin/help-index.h create mode 100644 cgi-bin/help.c create mode 100644 cgi-bin/html.c create mode 100644 cgi-bin/ipp-var.c create mode 100644 cgi-bin/jobs.c create mode 100644 cgi-bin/multipart.dat create mode 100644 cgi-bin/printers.c create mode 100644 cgi-bin/search.c create mode 100644 cgi-bin/template.c create mode 100644 cgi-bin/testcgi.c create mode 100644 cgi-bin/testhi.c create mode 100644 cgi-bin/testhi.html create mode 100644 cgi-bin/testtemplate.c create mode 100644 cgi-bin/var.c create mode 100644 conf/Makefile create mode 100644 conf/cupsd.conf.in create mode 100644 conf/mime.convs create mode 100644 conf/mime.types create mode 100644 conf/pam.darwin create mode 100644 conf/pam.irix create mode 100644 conf/pam.std.in create mode 100644 config-scripts/cups-3264.m4 create mode 100644 config-scripts/cups-common.m4 create mode 100644 config-scripts/cups-compiler.m4 create mode 100644 config-scripts/cups-defaults.m4 create mode 100644 config-scripts/cups-directories.m4 create mode 100644 config-scripts/cups-image.m4 create mode 100644 config-scripts/cups-largefile.m4 create mode 100644 config-scripts/cups-launchd.m4 create mode 100644 config-scripts/cups-ldap.m4 create mode 100644 config-scripts/cups-libtool.m4 create mode 100644 config-scripts/cups-manpages.m4 create mode 100644 config-scripts/cups-network.m4 create mode 100644 config-scripts/cups-opsys.m4 create mode 100644 config-scripts/cups-pam.m4 create mode 100644 config-scripts/cups-pap.m4 create mode 100644 config-scripts/cups-pdf.m4 create mode 100644 config-scripts/cups-scripting.m4 create mode 100644 config-scripts/cups-sharedlibs.m4 create mode 100644 config-scripts/cups-slp.m4 create mode 100644 config-scripts/cups-ssl.m4 create mode 100644 config-scripts/cups-threads.m4 create mode 100644 config.h.in create mode 100644 configure.in create mode 100755 cups-config.in create mode 100644 cups/Dependencies create mode 100644 cups/Makefile create mode 100644 cups/adminutil.c create mode 100644 cups/adminutil.h create mode 100644 cups/api-array.shtml create mode 100644 cups/api-cups.shtml create mode 100644 cups/api-filedir.shtml create mode 100644 cups/api-filter.shtml create mode 100644 cups/api-httpipp.shtml create mode 100644 cups/api-ppd.shtml create mode 100644 cups/array.c create mode 100644 cups/array.h create mode 100644 cups/attr.c create mode 100644 cups/auth.c create mode 100644 cups/backchannel.c create mode 100644 cups/backend.c create mode 100644 cups/backend.h create mode 100644 cups/cups.h create mode 100644 cups/custom.c create mode 100644 cups/debug.h create mode 100644 cups/dest.c create mode 100644 cups/dir.c create mode 100644 cups/dir.h create mode 100644 cups/emit.c create mode 100644 cups/encode.c create mode 100644 cups/file.c create mode 100644 cups/file.h create mode 100644 cups/getifaddrs.c create mode 100644 cups/getputfile.c create mode 100644 cups/globals.c create mode 100644 cups/globals.h create mode 100644 cups/http-addr.c create mode 100644 cups/http-addrlist.c create mode 100644 cups/http-private.h create mode 100644 cups/http-support.c create mode 100644 cups/http.c create mode 100644 cups/http.h create mode 100644 cups/i18n.h create mode 100644 cups/ipp-private.h create mode 100644 cups/ipp-support.c create mode 100644 cups/ipp.c create mode 100644 cups/ipp.h create mode 100644 cups/langprintf.c create mode 100644 cups/language.c create mode 100644 cups/language.h create mode 100644 cups/libcups_s.exp create mode 100644 cups/localize.c create mode 100644 cups/mark.c create mode 100644 cups/md5-apple.h create mode 100644 cups/md5.c create mode 100644 cups/md5.h create mode 100644 cups/md5passwd.c create mode 100644 cups/notify.c create mode 100644 cups/options.c create mode 100644 cups/page.c create mode 100644 cups/ppd.c create mode 100644 cups/ppd.h create mode 100644 cups/request.c create mode 100644 cups/snprintf.c create mode 100644 cups/string.c create mode 100644 cups/string.h create mode 100644 cups/tempfile.c create mode 100644 cups/test.ppd create mode 100644 cups/testadmin.c create mode 100644 cups/testarray.c create mode 100644 cups/testfile.c create mode 100644 cups/testhttp.c create mode 100644 cups/testi18n.c create mode 100644 cups/testipp.c create mode 100644 cups/testlang.c create mode 100644 cups/testppd.c create mode 100644 cups/transcode.c create mode 100644 cups/transcode.h create mode 100644 cups/usersys.c create mode 100644 cups/utf8demo.txt create mode 100644 cups/util.c create mode 100644 data/HPGLprolog create mode 100644 data/Makefile create mode 100644 data/classified create mode 100644 data/confidential create mode 100644 data/cups.irix create mode 100644 data/cups.pam create mode 100644 data/cups.suse create mode 100644 data/euc-cn.txt create mode 100644 data/euc-jp.txt create mode 100644 data/euc-kr.txt create mode 100644 data/euc-tw.txt create mode 100644 data/iso-8859-1 create mode 100644 data/iso-8859-1.txt create mode 100644 data/iso-8859-10 create mode 100644 data/iso-8859-10.txt create mode 100644 data/iso-8859-11.txt create mode 100644 data/iso-8859-13 create mode 100644 data/iso-8859-13.txt create mode 100644 data/iso-8859-14 create mode 100644 data/iso-8859-14.txt create mode 100644 data/iso-8859-15 create mode 100644 data/iso-8859-15.txt create mode 100644 data/iso-8859-16.txt create mode 100644 data/iso-8859-2 create mode 100644 data/iso-8859-2.txt create mode 100644 data/iso-8859-3 create mode 100644 data/iso-8859-3.txt create mode 100644 data/iso-8859-4 create mode 100644 data/iso-8859-4.txt create mode 100644 data/iso-8859-5 create mode 100644 data/iso-8859-5.txt create mode 100644 data/iso-8859-6 create mode 100644 data/iso-8859-6.txt create mode 100644 data/iso-8859-7 create mode 100644 data/iso-8859-7.txt create mode 100644 data/iso-8859-8 create mode 100644 data/iso-8859-8.txt create mode 100644 data/iso-8859-9 create mode 100644 data/iso-8859-9.txt create mode 100644 data/koi8-r create mode 100644 data/koi8-r.txt create mode 100644 data/koi8-u create mode 100644 data/koi8-u.txt create mode 100644 data/mac-roman.txt create mode 100644 data/psglyphs create mode 100644 data/secret create mode 100644 data/smiley.ps create mode 100644 data/standard create mode 100644 data/testprint.ps create mode 100644 data/topsecret create mode 100644 data/unclassified create mode 100644 data/utf-8 create mode 100644 data/windows-1250 create mode 100644 data/windows-1250.txt create mode 100644 data/windows-1251 create mode 100644 data/windows-1251.txt create mode 100644 data/windows-1252 create mode 100644 data/windows-1252.txt create mode 100644 data/windows-1253 create mode 100644 data/windows-1253.txt create mode 100644 data/windows-1254 create mode 100644 data/windows-1254.txt create mode 100644 data/windows-1255 create mode 100644 data/windows-1255.txt create mode 100644 data/windows-1256 create mode 100644 data/windows-1256.txt create mode 100644 data/windows-1257 create mode 100644 data/windows-1257.txt create mode 100644 data/windows-1258 create mode 100644 data/windows-1258.txt create mode 100644 data/windows-1361.txt create mode 100644 data/windows-874 create mode 100644 data/windows-874.txt create mode 100644 data/windows-932.txt create mode 100644 data/windows-936.txt create mode 100644 data/windows-949.txt create mode 100644 data/windows-950.txt create mode 100644 desktop/cups-128.png create mode 100644 desktop/cups-16.png create mode 100644 desktop/cups-32.png create mode 100644 desktop/cups-64.png create mode 100644 desktop/cups.desktop create mode 100644 doc/Makefile create mode 100644 doc/cups-printable.css create mode 100644 doc/cups.css create mode 100644 doc/de/images/button-accept-jobs.gif create mode 100644 doc/de/images/button-add-class.gif create mode 100644 doc/de/images/button-add-printer.gif create mode 100644 doc/de/images/button-add-this-printer.gif create mode 100644 doc/de/images/button-cancel-all-jobs.gif create mode 100644 doc/de/images/button-cancel-job.gif create mode 100644 doc/de/images/button-change-settings.gif create mode 100644 doc/de/images/button-clean-print-heads.gif create mode 100644 doc/de/images/button-clear.gif create mode 100644 doc/de/images/button-continue.gif create mode 100644 doc/de/images/button-delete-class.gif create mode 100644 doc/de/images/button-delete-printer.gif create mode 100644 doc/de/images/button-edit-configuration-file.gif create mode 100644 doc/de/images/button-export-samba.gif create mode 100644 doc/de/images/button-help.gif create mode 100644 doc/de/images/button-hold-job.gif create mode 100644 doc/de/images/button-manage-classes.gif create mode 100644 doc/de/images/button-manage-jobs.gif create mode 100644 doc/de/images/button-manage-printers.gif create mode 100644 doc/de/images/button-manage-server.gif create mode 100644 doc/de/images/button-modify-class.gif create mode 100644 doc/de/images/button-modify-printer.gif create mode 100644 doc/de/images/button-move-job.gif create mode 100644 doc/de/images/button-move-jobs.gif create mode 100644 doc/de/images/button-print-self-test-page.gif create mode 100644 doc/de/images/button-print-test-page.gif create mode 100644 doc/de/images/button-publish-printer.gif create mode 100644 doc/de/images/button-reject-jobs.gif create mode 100644 doc/de/images/button-release-job.gif create mode 100644 doc/de/images/button-restart-job.gif create mode 100644 doc/de/images/button-save-changes.gif create mode 100644 doc/de/images/button-search.gif create mode 100644 doc/de/images/button-set-allowed-users.gif create mode 100644 doc/de/images/button-set-as-default.gif create mode 100644 doc/de/images/button-set-printer-options.gif create mode 100644 doc/de/images/button-show-active.gif create mode 100644 doc/de/images/button-show-all.gif create mode 100644 doc/de/images/button-show-completed.gif create mode 100644 doc/de/images/button-show-next.gif create mode 100644 doc/de/images/button-show-previous.gif create mode 100644 doc/de/images/button-sort-ascending.gif create mode 100644 doc/de/images/button-sort-descending.gif create mode 100644 doc/de/images/button-start-class.gif create mode 100644 doc/de/images/button-start-printer.gif create mode 100644 doc/de/images/button-stop-class.gif create mode 100644 doc/de/images/button-stop-printer.gif create mode 100644 doc/de/images/button-unpublish-printer.gif create mode 100644 doc/de/images/button-view-access-log.gif create mode 100644 doc/de/images/button-view-error-log.gif create mode 100644 doc/de/images/button-view-page-log.gif create mode 100644 doc/de/images/button-view-printable-version.gif create mode 100644 doc/de/index.html.in create mode 100644 doc/es/images/button-accept-jobs.gif create mode 100644 doc/es/images/button-add-class.gif create mode 100644 doc/es/images/button-add-printer.gif create mode 100644 doc/es/images/button-add-this-printer.gif create mode 100644 doc/es/images/button-cancel-all-jobs.gif create mode 100644 doc/es/images/button-cancel-job.gif create mode 100644 doc/es/images/button-change-settings.gif create mode 100644 doc/es/images/button-clean-print-heads.gif create mode 100644 doc/es/images/button-clear.gif create mode 100644 doc/es/images/button-continue.gif create mode 100644 doc/es/images/button-delete-class.gif create mode 100644 doc/es/images/button-delete-printer.gif create mode 100644 doc/es/images/button-edit-configuration-file.gif create mode 100644 doc/es/images/button-export-samba.gif create mode 100644 doc/es/images/button-help.gif create mode 100644 doc/es/images/button-hold-job.gif create mode 100644 doc/es/images/button-manage-classes.gif create mode 100644 doc/es/images/button-manage-jobs.gif create mode 100644 doc/es/images/button-manage-printers.gif create mode 100644 doc/es/images/button-manage-server.gif create mode 100644 doc/es/images/button-modify-class.gif create mode 100644 doc/es/images/button-modify-printer.gif create mode 100644 doc/es/images/button-move-job.gif create mode 100644 doc/es/images/button-move-jobs.gif create mode 100644 doc/es/images/button-print-self-test-page.gif create mode 100644 doc/es/images/button-print-test-page.gif create mode 100644 doc/es/images/button-publish-printer.gif create mode 100644 doc/es/images/button-reject-jobs.gif create mode 100644 doc/es/images/button-release-job.gif create mode 100644 doc/es/images/button-restart-job.gif create mode 100644 doc/es/images/button-save-changes.gif create mode 100644 doc/es/images/button-search.gif create mode 100644 doc/es/images/button-set-allowed-users.gif create mode 100644 doc/es/images/button-set-as-default.gif create mode 100644 doc/es/images/button-set-printer-options.gif create mode 100644 doc/es/images/button-show-active.gif create mode 100644 doc/es/images/button-show-all.gif create mode 100644 doc/es/images/button-show-completed.gif create mode 100644 doc/es/images/button-show-next.gif create mode 100644 doc/es/images/button-show-previous.gif create mode 100644 doc/es/images/button-sort-ascending.gif create mode 100644 doc/es/images/button-sort-descending.gif create mode 100644 doc/es/images/button-start-class.gif create mode 100644 doc/es/images/button-start-printer.gif create mode 100644 doc/es/images/button-stop-class.gif create mode 100644 doc/es/images/button-stop-printer.gif create mode 100644 doc/es/images/button-unpublish-printer.gif create mode 100644 doc/es/images/button-use-default-config.gif create mode 100644 doc/es/images/button-view-access-log.gif create mode 100644 doc/es/images/button-view-error-log.gif create mode 100644 doc/es/images/button-view-page-log.gif create mode 100644 doc/es/images/button-view-printable-version.gif create mode 100644 doc/es/index.html.in create mode 100644 doc/et/images/button-accept-jobs.gif create mode 100644 doc/et/images/button-add-class.gif create mode 100644 doc/et/images/button-add-printer.gif create mode 100644 doc/et/images/button-add-this-printer.gif create mode 100644 doc/et/images/button-cancel-all-jobs.gif create mode 100644 doc/et/images/button-cancel-job.gif create mode 100644 doc/et/images/button-change-settings.gif create mode 100644 doc/et/images/button-clean-print-heads.gif create mode 100644 doc/et/images/button-clear.gif create mode 100644 doc/et/images/button-continue.gif create mode 100644 doc/et/images/button-delete-class.gif create mode 100644 doc/et/images/button-delete-printer.gif create mode 100644 doc/et/images/button-edit-configuration-file.gif create mode 100644 doc/et/images/button-export-samba.gif create mode 100644 doc/et/images/button-help.gif create mode 100644 doc/et/images/button-hold-job.gif create mode 100644 doc/et/images/button-manage-classes.gif create mode 100644 doc/et/images/button-manage-jobs.gif create mode 100644 doc/et/images/button-manage-printers.gif create mode 100644 doc/et/images/button-manage-server.gif create mode 100644 doc/et/images/button-modify-class.gif create mode 100644 doc/et/images/button-modify-printer.gif create mode 100644 doc/et/images/button-move-job.gif create mode 100644 doc/et/images/button-move-jobs.gif create mode 100644 doc/et/images/button-print-self-test-page.gif create mode 100644 doc/et/images/button-print-test-page.gif create mode 100644 doc/et/images/button-publish-printer.gif create mode 100644 doc/et/images/button-reject-jobs.gif create mode 100644 doc/et/images/button-release-job.gif create mode 100644 doc/et/images/button-restart-job.gif create mode 100644 doc/et/images/button-save-changes.gif create mode 100644 doc/et/images/button-search.gif create mode 100644 doc/et/images/button-set-allowed-users.gif create mode 100644 doc/et/images/button-set-as-default.gif create mode 100644 doc/et/images/button-set-printer-options.gif create mode 100644 doc/et/images/button-show-active.gif create mode 100644 doc/et/images/button-show-all.gif create mode 100644 doc/et/images/button-show-completed.gif create mode 100644 doc/et/images/button-show-next.gif create mode 100644 doc/et/images/button-show-previous.gif create mode 100644 doc/et/images/button-sort-ascending.gif create mode 100644 doc/et/images/button-sort-descending.gif create mode 100644 doc/et/images/button-start-class.gif create mode 100644 doc/et/images/button-start-printer.gif create mode 100644 doc/et/images/button-stop-class.gif create mode 100644 doc/et/images/button-stop-printer.gif create mode 100644 doc/et/images/button-unpublish-printer.gif create mode 100644 doc/et/images/button-use-default-config.gif create mode 100644 doc/et/images/button-view-access-log.gif create mode 100644 doc/et/images/button-view-error-log.gif create mode 100644 doc/et/images/button-view-page-log.gif create mode 100644 doc/et/images/button-view-printable-version.gif create mode 100644 doc/et/index.html.in create mode 100644 doc/favicon.ico create mode 100644 doc/fr/images/button-accept-jobs.gif create mode 100644 doc/fr/images/button-add-class.gif create mode 100644 doc/fr/images/button-add-printer.gif create mode 100644 doc/fr/images/button-add-this-printer.gif create mode 100644 doc/fr/images/button-cancel-all-jobs.gif create mode 100644 doc/fr/images/button-cancel-job.gif create mode 100644 doc/fr/images/button-change-settings.gif create mode 100644 doc/fr/images/button-clean-print-heads.gif create mode 100644 doc/fr/images/button-clear.gif create mode 100644 doc/fr/images/button-continue.gif create mode 100644 doc/fr/images/button-delete-class.gif create mode 100644 doc/fr/images/button-delete-printer.gif create mode 100644 doc/fr/images/button-edit-configuration-file.gif create mode 100644 doc/fr/images/button-export-samba.gif create mode 100644 doc/fr/images/button-help.gif create mode 100644 doc/fr/images/button-hold-job.gif create mode 100644 doc/fr/images/button-manage-classes.gif create mode 100644 doc/fr/images/button-manage-jobs.gif create mode 100644 doc/fr/images/button-manage-printers.gif create mode 100644 doc/fr/images/button-manage-server.gif create mode 100644 doc/fr/images/button-modify-class.gif create mode 100644 doc/fr/images/button-modify-printer.gif create mode 100644 doc/fr/images/button-move-job.gif create mode 100644 doc/fr/images/button-move-jobs.gif create mode 100644 doc/fr/images/button-print-self-test-page.gif create mode 100644 doc/fr/images/button-print-test-page.gif create mode 100644 doc/fr/images/button-publish-printer.gif create mode 100644 doc/fr/images/button-reject-jobs.gif create mode 100644 doc/fr/images/button-release-job.gif create mode 100644 doc/fr/images/button-restart-job.gif create mode 100644 doc/fr/images/button-save-changes.gif create mode 100644 doc/fr/images/button-search.gif create mode 100644 doc/fr/images/button-set-allowed-users.gif create mode 100644 doc/fr/images/button-set-as-default.gif create mode 100644 doc/fr/images/button-set-printer-options.gif create mode 100644 doc/fr/images/button-show-active.gif create mode 100644 doc/fr/images/button-show-all.gif create mode 100644 doc/fr/images/button-show-completed.gif create mode 100644 doc/fr/images/button-show-next.gif create mode 100644 doc/fr/images/button-show-previous.gif create mode 100644 doc/fr/images/button-sort-ascending.gif create mode 100644 doc/fr/images/button-sort-descending.gif create mode 100644 doc/fr/images/button-start-class.gif create mode 100644 doc/fr/images/button-start-printer.gif create mode 100644 doc/fr/images/button-stop-class.gif create mode 100644 doc/fr/images/button-stop-printer.gif create mode 100644 doc/fr/images/button-unpublish-printer.gif create mode 100644 doc/fr/images/button-use-default-config.gif create mode 100644 doc/fr/images/button-view-access-log.gif create mode 100644 doc/fr/images/button-view-error-log.gif create mode 100644 doc/fr/images/button-view-page-log.gif create mode 100644 doc/fr/images/button-view-printable-version.gif create mode 100644 doc/fr/index.html.in create mode 100644 doc/help/api-array.html create mode 100644 doc/help/api-cups.html create mode 100644 doc/help/api-filedir.html create mode 100644 doc/help/api-filter.html create mode 100644 doc/help/api-httpipp.html create mode 100644 doc/help/api-ppd.html create mode 100644 doc/help/api-raster.html create mode 100644 doc/help/cgi.html create mode 100644 doc/help/glossary.html create mode 100644 doc/help/license.html create mode 100644 doc/help/network.html create mode 100644 doc/help/options.html create mode 100644 doc/help/overview.html create mode 100644 doc/help/policies.html create mode 100644 doc/help/ref-access_log.html create mode 100644 doc/help/ref-classes-conf.html create mode 100644 doc/help/ref-client-conf.html create mode 100644 doc/help/ref-cupsd-conf.html create mode 100644 doc/help/ref-error_log.html create mode 100644 doc/help/ref-mailto-conf.html create mode 100644 doc/help/ref-page_log.html create mode 100644 doc/help/ref-printers-conf.html create mode 100644 doc/help/ref-snmp-conf.html create mode 100644 doc/help/ref-subscriptions-conf.html create mode 100644 doc/help/security.html create mode 100644 doc/help/spec-cmp.html create mode 100644 doc/help/spec-command.html create mode 100644 doc/help/spec-design.html create mode 100644 doc/help/spec-ipp.html create mode 100644 doc/help/spec-ppd.html create mode 100644 doc/help/spec-raster.html create mode 100644 doc/help/spec-stp.html create mode 100644 doc/help/standard.html.in create mode 100644 doc/help/translation.html create mode 100644 doc/help/whatsnew.html create mode 100644 doc/images/bottom-left.gif create mode 100644 doc/images/bottom-right.gif create mode 100644 doc/images/button-accept-jobs.gif create mode 100644 doc/images/button-add-class.gif create mode 100644 doc/images/button-add-printer.gif create mode 100644 doc/images/button-add-this-printer.gif create mode 100644 doc/images/button-cancel-all-jobs.gif create mode 100644 doc/images/button-cancel-job.gif create mode 100644 doc/images/button-change-settings.gif create mode 100644 doc/images/button-clean-print-heads.gif create mode 100644 doc/images/button-clear.gif create mode 100644 doc/images/button-continue.gif create mode 100644 doc/images/button-delete-class.gif create mode 100644 doc/images/button-delete-printer.gif create mode 100644 doc/images/button-edit-configuration-file.gif create mode 100644 doc/images/button-export-samba.gif create mode 100644 doc/images/button-help.gif create mode 100644 doc/images/button-hold-job.gif create mode 100644 doc/images/button-manage-classes.gif create mode 100644 doc/images/button-manage-jobs.gif create mode 100644 doc/images/button-manage-printers.gif create mode 100644 doc/images/button-manage-server.gif create mode 100644 doc/images/button-modify-class.gif create mode 100644 doc/images/button-modify-printer.gif create mode 100644 doc/images/button-move-job.gif create mode 100644 doc/images/button-move-jobs.gif create mode 100644 doc/images/button-print-self-test-page.gif create mode 100644 doc/images/button-print-test-page.gif create mode 100644 doc/images/button-publish-printer.gif create mode 100644 doc/images/button-reject-jobs.gif create mode 100644 doc/images/button-release-job.gif create mode 100644 doc/images/button-restart-job.gif create mode 100644 doc/images/button-save-changes.gif create mode 100644 doc/images/button-search.gif create mode 100644 doc/images/button-set-allowed-users.gif create mode 100644 doc/images/button-set-as-default.gif create mode 100644 doc/images/button-set-printer-options.gif create mode 100644 doc/images/button-show-active.gif create mode 100644 doc/images/button-show-all.gif create mode 100644 doc/images/button-show-completed.gif create mode 100644 doc/images/button-show-next.gif create mode 100644 doc/images/button-show-previous.gif create mode 100644 doc/images/button-sort-ascending.gif create mode 100644 doc/images/button-sort-descending.gif create mode 100644 doc/images/button-start-class.gif create mode 100644 doc/images/button-start-printer.gif create mode 100644 doc/images/button-stop-class.gif create mode 100644 doc/images/button-stop-printer.gif create mode 100644 doc/images/button-unpublish-printer.gif create mode 100644 doc/images/button-use-default-config.gif create mode 100644 doc/images/button-view-access-log.gif create mode 100644 doc/images/button-view-error-log.gif create mode 100644 doc/images/button-view-page-log.gif create mode 100644 doc/images/button-view-printable-version.gif create mode 100644 doc/images/classes.gif create mode 100644 doc/images/classes.svg create mode 100644 doc/images/cups-black-button-2.2.scm create mode 100644 doc/images/cups-black-button.scm create mode 100644 doc/images/cups-block-diagram.gif create mode 100644 doc/images/cups-block-diagram.svg create mode 100644 doc/images/cups-green-button-2.2.scm create mode 100644 doc/images/cups-green-button.scm create mode 100644 doc/images/cups-large.gif create mode 100644 doc/images/cups-medium.gif create mode 100644 doc/images/cups-red-button-2.2.scm create mode 100644 doc/images/cups-red-button.scm create mode 100644 doc/images/cups-small.gif create mode 100644 doc/images/cups-standard-button-2.2.scm create mode 100644 doc/images/cups-standard-button.scm create mode 100644 doc/images/draft.gif create mode 100644 doc/images/esp-logo.gif create mode 100644 doc/images/happy.gif create mode 100644 doc/images/logo.gif create mode 100644 doc/images/printer-idle.gif create mode 100644 doc/images/printer-idle.svg create mode 100644 doc/images/printer-processing.gif create mode 100644 doc/images/printer-processing.svg create mode 100644 doc/images/printer-stopped.gif create mode 100644 doc/images/printer-stopped.svg create mode 100644 doc/images/smiley.jpg create mode 100644 doc/images/tab-left.gif create mode 100644 doc/images/tab-right.gif create mode 100644 doc/images/top-left.gif create mode 100644 doc/images/top-middle.gif create mode 100644 doc/images/top-right.gif create mode 100644 doc/images/web-add-this-printer.gif create mode 100644 doc/images/web-password.gif create mode 100644 doc/images/web-printer-driver.gif create mode 100644 doc/images/web-printer-status.gif create mode 100644 doc/images/web-set-printer-options.gif create mode 100644 doc/images/web-test-page.gif create mode 100644 doc/index.html.in create mode 100644 doc/it/images/button-accept-jobs.gif create mode 100644 doc/it/images/button-add-class.gif create mode 100644 doc/it/images/button-add-printer.gif create mode 100644 doc/it/images/button-add-this-printer.gif create mode 100644 doc/it/images/button-cancel-all-jobs.gif create mode 100644 doc/it/images/button-cancel-job.gif create mode 100644 doc/it/images/button-change-settings.gif create mode 100644 doc/it/images/button-clean-print-heads.gif create mode 100644 doc/it/images/button-clear.gif create mode 100644 doc/it/images/button-continue.gif create mode 100644 doc/it/images/button-delete-class.gif create mode 100644 doc/it/images/button-delete-printer.gif create mode 100644 doc/it/images/button-edit-configuration-file.gif create mode 100644 doc/it/images/button-export-samba.gif create mode 100644 doc/it/images/button-help.gif create mode 100644 doc/it/images/button-hold-job.gif create mode 100644 doc/it/images/button-manage-classes.gif create mode 100644 doc/it/images/button-manage-jobs.gif create mode 100644 doc/it/images/button-manage-printers.gif create mode 100644 doc/it/images/button-manage-server.gif create mode 100644 doc/it/images/button-modify-class.gif create mode 100644 doc/it/images/button-modify-printer.gif create mode 100644 doc/it/images/button-move-job.gif create mode 100644 doc/it/images/button-move-jobs.gif create mode 100644 doc/it/images/button-print-self-test-page.gif create mode 100644 doc/it/images/button-print-test-page.gif create mode 100644 doc/it/images/button-publish-printer.gif create mode 100644 doc/it/images/button-reject-jobs.gif create mode 100644 doc/it/images/button-release-job.gif create mode 100644 doc/it/images/button-restart-job.gif create mode 100644 doc/it/images/button-save-changes.gif create mode 100644 doc/it/images/button-search.gif create mode 100644 doc/it/images/button-set-allowed-users.gif create mode 100644 doc/it/images/button-set-as-default.gif create mode 100644 doc/it/images/button-set-printer-options.gif create mode 100644 doc/it/images/button-show-active.gif create mode 100644 doc/it/images/button-show-all.gif create mode 100644 doc/it/images/button-show-completed.gif create mode 100644 doc/it/images/button-show-next.gif create mode 100644 doc/it/images/button-show-previous.gif create mode 100644 doc/it/images/button-sort-ascending.gif create mode 100644 doc/it/images/button-sort-descending.gif create mode 100644 doc/it/images/button-start-class.gif create mode 100644 doc/it/images/button-start-printer.gif create mode 100644 doc/it/images/button-stop-class.gif create mode 100644 doc/it/images/button-stop-printer.gif create mode 100644 doc/it/images/button-unpublish-printer.gif create mode 100644 doc/it/images/button-use-default-config.gif create mode 100644 doc/it/images/button-view-access-log.gif create mode 100644 doc/it/images/button-view-error-log.gif create mode 100644 doc/it/images/button-view-page-log.gif create mode 100644 doc/it/images/button-view-printable-version.gif create mode 100644 doc/it/index.html.in create mode 100644 doc/ja/images/button-accept-jobs.gif create mode 100644 doc/ja/images/button-add-class.gif create mode 100644 doc/ja/images/button-add-printer.gif create mode 100644 doc/ja/images/button-add-this-printer.gif create mode 100644 doc/ja/images/button-cancel-all-jobs.gif create mode 100644 doc/ja/images/button-cancel-job.gif create mode 100644 doc/ja/images/button-change-settings.gif create mode 100644 doc/ja/images/button-continue.gif create mode 100644 doc/ja/images/button-delete-class.gif create mode 100644 doc/ja/images/button-delete-printer.gif create mode 100644 doc/ja/images/button-edit-configuration-file.gif create mode 100644 doc/ja/images/button-export-samba.gif create mode 100644 doc/ja/images/button-help.gif create mode 100644 doc/ja/images/button-hold-job.gif create mode 100644 doc/ja/images/button-manage-classes.gif create mode 100644 doc/ja/images/button-manage-jobs.gif create mode 100644 doc/ja/images/button-manage-printers.gif create mode 100644 doc/ja/images/button-manage-server.gif create mode 100644 doc/ja/images/button-modify-class.gif create mode 100644 doc/ja/images/button-modify-printer.gif create mode 100644 doc/ja/images/button-move-job.gif create mode 100644 doc/ja/images/button-move-jobs.gif create mode 100644 doc/ja/images/button-print-test-page.gif create mode 100644 doc/ja/images/button-publish-printer.gif create mode 100644 doc/ja/images/button-reject-jobs.gif create mode 100644 doc/ja/images/button-release-job.gif create mode 100644 doc/ja/images/button-restart-job.gif create mode 100644 doc/ja/images/button-save-changes.gif create mode 100644 doc/ja/images/button-search.gif create mode 100644 doc/ja/images/button-set-allowed-users.gif create mode 100644 doc/ja/images/button-set-as-default.gif create mode 100644 doc/ja/images/button-set-printer-options.gif create mode 100644 doc/ja/images/button-show-active.gif create mode 100644 doc/ja/images/button-show-all.gif create mode 100644 doc/ja/images/button-show-completed.gif create mode 100644 doc/ja/images/button-show-next.gif create mode 100644 doc/ja/images/button-show-previous.gif create mode 100644 doc/ja/images/button-sort-ascending.gif create mode 100644 doc/ja/images/button-sort-descending.gif create mode 100644 doc/ja/images/button-start-class.gif create mode 100644 doc/ja/images/button-start-printer.gif create mode 100644 doc/ja/images/button-stop-class.gif create mode 100644 doc/ja/images/button-stop-printer.gif create mode 100644 doc/ja/images/button-unpublish-printer.gif create mode 100644 doc/ja/images/button-use-default-config.gif create mode 100644 doc/ja/images/button-view-access-log.gif create mode 100644 doc/ja/images/button-view-error-log.gif create mode 100644 doc/ja/images/button-view-page-log.gif create mode 100644 doc/ja/images/show-all-jobs.gif create mode 100644 doc/ja/index.html.in create mode 100644 doc/pl/images/button-accept-jobs.gif create mode 100644 doc/pl/images/button-add-class.gif create mode 100644 doc/pl/images/button-add-printer.gif create mode 100644 doc/pl/images/button-add-this-printer.gif create mode 100644 doc/pl/images/button-cancel-all-jobs.gif create mode 100644 doc/pl/images/button-cancel-job.gif create mode 100644 doc/pl/images/button-change-settings.gif create mode 100644 doc/pl/images/button-clean-print-heads.gif create mode 100644 doc/pl/images/button-clear.gif create mode 100644 doc/pl/images/button-continue.gif create mode 100644 doc/pl/images/button-delete-class.gif create mode 100644 doc/pl/images/button-delete-printer.gif create mode 100644 doc/pl/images/button-edit-configuration-file.gif create mode 100644 doc/pl/images/button-export-samba.gif create mode 100644 doc/pl/images/button-help.gif create mode 100644 doc/pl/images/button-hold-job.gif create mode 100644 doc/pl/images/button-manage-classes.gif create mode 100644 doc/pl/images/button-manage-jobs.gif create mode 100644 doc/pl/images/button-manage-printers.gif create mode 100644 doc/pl/images/button-manage-server.gif create mode 100644 doc/pl/images/button-modify-class.gif create mode 100644 doc/pl/images/button-modify-printer.gif create mode 100644 doc/pl/images/button-move-job.gif create mode 100644 doc/pl/images/button-move-jobs.gif create mode 100644 doc/pl/images/button-print-self-test-page.gif create mode 100644 doc/pl/images/button-print-test-page.gif create mode 100644 doc/pl/images/button-publish-printer.gif create mode 100644 doc/pl/images/button-reject-jobs.gif create mode 100644 doc/pl/images/button-release-job.gif create mode 100644 doc/pl/images/button-restart-job.gif create mode 100644 doc/pl/images/button-save-changes.gif create mode 100644 doc/pl/images/button-search.gif create mode 100644 doc/pl/images/button-set-allowed-users.gif create mode 100644 doc/pl/images/button-set-as-default.gif create mode 100644 doc/pl/images/button-set-printer-options.gif create mode 100644 doc/pl/images/button-show-active.gif create mode 100644 doc/pl/images/button-show-all.gif create mode 100644 doc/pl/images/button-show-completed.gif create mode 100644 doc/pl/images/button-show-next.gif create mode 100644 doc/pl/images/button-show-previous.gif create mode 100644 doc/pl/images/button-sort-ascending.gif create mode 100644 doc/pl/images/button-sort-descending.gif create mode 100644 doc/pl/images/button-start-class.gif create mode 100644 doc/pl/images/button-start-printer.gif create mode 100644 doc/pl/images/button-stop-class.gif create mode 100644 doc/pl/images/button-stop-printer.gif create mode 100644 doc/pl/images/button-unpublish-printer.gif create mode 100644 doc/pl/images/button-use-default-config.gif create mode 100644 doc/pl/images/button-view-access-log.gif create mode 100644 doc/pl/images/button-view-error-log.gif create mode 100644 doc/pl/images/button-view-page-log.gif create mode 100644 doc/pl/images/button-view-printable-version.gif create mode 100644 doc/pl/index.html.in create mode 100644 doc/printing-overview.shtml create mode 100644 doc/robots.txt create mode 100644 doc/sv/images/button-accept-jobs.gif create mode 100644 doc/sv/images/button-add-class.gif create mode 100644 doc/sv/images/button-add-printer.gif create mode 100644 doc/sv/images/button-add-this-printer.gif create mode 100644 doc/sv/images/button-cancel-all-jobs.gif create mode 100644 doc/sv/images/button-cancel-job.gif create mode 100644 doc/sv/images/button-change-settings.gif create mode 100644 doc/sv/images/button-clean-print-heads.gif create mode 100644 doc/sv/images/button-clear.gif create mode 100644 doc/sv/images/button-continue.gif create mode 100644 doc/sv/images/button-delete-class.gif create mode 100644 doc/sv/images/button-delete-printer.gif create mode 100644 doc/sv/images/button-edit-configuration-file.gif create mode 100644 doc/sv/images/button-export-samba.gif create mode 100644 doc/sv/images/button-help.gif create mode 100644 doc/sv/images/button-hold-job.gif create mode 100644 doc/sv/images/button-manage-classes.gif create mode 100644 doc/sv/images/button-manage-jobs.gif create mode 100644 doc/sv/images/button-manage-printers.gif create mode 100644 doc/sv/images/button-manage-server.gif create mode 100644 doc/sv/images/button-modify-class.gif create mode 100644 doc/sv/images/button-modify-printer.gif create mode 100644 doc/sv/images/button-move-job.gif create mode 100644 doc/sv/images/button-move-jobs.gif create mode 100644 doc/sv/images/button-print-self-test-page.gif create mode 100644 doc/sv/images/button-print-test-page.gif create mode 100644 doc/sv/images/button-publish-printer.gif create mode 100644 doc/sv/images/button-reject-jobs.gif create mode 100644 doc/sv/images/button-release-job.gif create mode 100644 doc/sv/images/button-restart-job.gif create mode 100644 doc/sv/images/button-save-changes.gif create mode 100644 doc/sv/images/button-search.gif create mode 100644 doc/sv/images/button-set-allowed-users.gif create mode 100644 doc/sv/images/button-set-as-default.gif create mode 100644 doc/sv/images/button-set-printer-options.gif create mode 100644 doc/sv/images/button-show-active.gif create mode 100644 doc/sv/images/button-show-all.gif create mode 100644 doc/sv/images/button-show-completed.gif create mode 100644 doc/sv/images/button-show-next.gif create mode 100644 doc/sv/images/button-show-previous.gif create mode 100644 doc/sv/images/button-sort-ascending.gif create mode 100644 doc/sv/images/button-sort-descending.gif create mode 100644 doc/sv/images/button-start-class.gif create mode 100644 doc/sv/images/button-start-printer.gif create mode 100644 doc/sv/images/button-stop-class.gif create mode 100644 doc/sv/images/button-stop-printer.gif create mode 100644 doc/sv/images/button-unpublish-printer.gif create mode 100644 doc/sv/images/button-use-default-config.gif create mode 100644 doc/sv/images/button-view-access-log.gif create mode 100644 doc/sv/images/button-view-error-log.gif create mode 100644 doc/sv/images/button-view-page-log.gif create mode 100644 doc/sv/images/button-view-printable-version.gif create mode 100644 doc/sv/index.html.in create mode 100644 doc/system-overview.shtml create mode 100644 driver/testdriver.c create mode 100644 filter/Dependencies create mode 100644 filter/Makefile create mode 100644 filter/api-raster.shtml create mode 100644 filter/common.c create mode 100644 filter/common.h create mode 100644 filter/form-main.c create mode 100644 filter/form-ps.c create mode 100644 filter/form-tree.c create mode 100644 filter/form.h create mode 100644 filter/gziptoany.c create mode 100644 filter/hpgl-attr.c create mode 100644 filter/hpgl-char.c create mode 100644 filter/hpgl-config.c create mode 100644 filter/hpgl-input.c create mode 100644 filter/hpgl-main.c create mode 100644 filter/hpgl-polygon.c create mode 100644 filter/hpgl-prolog.c create mode 100644 filter/hpgl-vector.c create mode 100644 filter/hpgltops.h create mode 100644 filter/image-bmp.c create mode 100644 filter/image-colorspace.c create mode 100644 filter/image-gif.c create mode 100644 filter/image-jpeg.c create mode 100644 filter/image-photocd.c create mode 100644 filter/image-pix.c create mode 100644 filter/image-png.c create mode 100644 filter/image-pnm.c create mode 100644 filter/image-private.h create mode 100644 filter/image-sgi.c create mode 100644 filter/image-sgi.h create mode 100644 filter/image-sgilib.c create mode 100644 filter/image-sun.c create mode 100644 filter/image-tiff.c create mode 100644 filter/image-zoom.c create mode 100644 filter/image.c create mode 100644 filter/image.h create mode 100644 filter/imagetops.c create mode 100644 filter/imagetoraster.c create mode 100644 filter/interpret.c create mode 100644 filter/libcupsimage_s.exp create mode 100644 filter/pstops.c create mode 100644 filter/raster.c create mode 100644 filter/raster.h create mode 100644 filter/rasterbench.c create mode 100644 filter/rastertoepson.c create mode 100644 filter/rastertohp.c create mode 100644 filter/rastertolabel.c create mode 100644 filter/testimage.c create mode 100644 filter/testraster.c create mode 100644 filter/textcommon.c create mode 100644 filter/textcommon.h create mode 100644 filter/texttops.c create mode 100644 fonts/Courier create mode 100644 fonts/Courier-Bold create mode 100644 fonts/Courier-BoldOblique create mode 100644 fonts/Courier-Oblique create mode 100644 fonts/Makefile create mode 100644 fonts/Symbol create mode 100644 init/Localizable.strings create mode 100755 init/PrintingServices create mode 100644 init/StartupParameters.plist create mode 100644 init/cups-lpd.in create mode 100755 init/cups.sh.in create mode 100644 init/org.cups.cups-lpd.plist create mode 100644 init/org.cups.cupsd.plist create mode 100755 install-sh create mode 100644 locale/Makefile create mode 100644 locale/cups.footer create mode 100644 locale/cups.header create mode 100644 locale/cups.pot create mode 100644 locale/cups_de.po create mode 100644 locale/cups_es.po create mode 100644 locale/cups_et.po create mode 100644 locale/cups_fr.po create mode 100644 locale/cups_it.po create mode 100644 locale/cups_ja.po create mode 100644 locale/cups_pl.po create mode 100644 locale/cups_sv.po create mode 100644 locale/locale.txt create mode 100644 locale/translate.c create mode 100644 man/Makefile create mode 100644 man/accept.man create mode 100644 man/backend.man create mode 100644 man/cancel.man create mode 100644 man/classes.conf.man create mode 100644 man/client.conf.man.in create mode 100644 man/cups-config.man create mode 100644 man/cups-deviced.man.in create mode 100644 man/cups-driverd.man.in create mode 100644 man/cups-lpd.man.in create mode 100644 man/cups-polld.man create mode 100644 man/cups-snmp.conf.man create mode 100644 man/cupsaddsmb.man.in create mode 100644 man/cupsd.conf.man.in create mode 100644 man/cupsd.man.in create mode 100644 man/cupsenable.man create mode 100644 man/cupstestdsc.man create mode 100644 man/cupstestppd.man create mode 100644 man/filter.man create mode 100644 man/lp.man create mode 100644 man/lpadmin.man create mode 100644 man/lpc.man create mode 100644 man/lpinfo.man create mode 100644 man/lpmove.man create mode 100644 man/lpoptions.man.in create mode 100644 man/lppasswd.man create mode 100644 man/lpq.man create mode 100644 man/lpr.man create mode 100644 man/lprm.man create mode 100644 man/lpstat.man create mode 100644 man/mailto.conf.man create mode 100644 man/mantohtml.c create mode 100644 man/mime.convs.man create mode 100644 man/mime.types.man create mode 100644 man/printers.conf.man create mode 100644 man/subscriptions.conf.man create mode 100644 monitor/Dependencies create mode 100644 monitor/Makefile create mode 100644 monitor/bcp.c create mode 100644 monitor/tbcp.c create mode 100644 notifier/Dependencies create mode 100644 notifier/Makefile create mode 100644 notifier/mailto.c create mode 100644 notifier/testnotify.c create mode 100644 packaging/LICENSE.rtf create mode 100644 packaging/WELCOME.rtf create mode 100644 packaging/cups-dbus.conf create mode 100644 packaging/cups-desc.plist.in create mode 100644 packaging/cups-info.plist.in create mode 100644 packaging/cups.list.in create mode 100644 packaging/cups.readme create mode 100644 packaging/cups.spec.in create mode 100644 packaging/installer.gif create mode 100644 packaging/installer.tif create mode 100644 packaging/installer.xcf.gz create mode 100644 pdftops/Annot.cxx create mode 100644 pdftops/Annot.h create mode 100644 pdftops/Array.cxx create mode 100644 pdftops/Array.h create mode 100644 pdftops/BuiltinFont.cxx create mode 100644 pdftops/BuiltinFont.h create mode 100644 pdftops/BuiltinFontTables.cxx create mode 100644 pdftops/BuiltinFontTables.h create mode 100644 pdftops/CMap.cxx create mode 100644 pdftops/CMap.h create mode 100644 pdftops/COPYING create mode 100644 pdftops/Catalog.cxx create mode 100644 pdftops/Catalog.h create mode 100644 pdftops/CharCodeToUnicode.cxx create mode 100644 pdftops/CharCodeToUnicode.h create mode 100644 pdftops/CharTypes.h create mode 100644 pdftops/CompactFontTables.h create mode 100644 pdftops/Decrypt.cxx create mode 100644 pdftops/Decrypt.h create mode 100644 pdftops/Dependencies create mode 100644 pdftops/Dict.cxx create mode 100644 pdftops/Dict.h create mode 100644 pdftops/Error.cxx create mode 100644 pdftops/Error.h create mode 100644 pdftops/ErrorCodes.h create mode 100644 pdftops/FoFiBase.cxx create mode 100644 pdftops/FoFiBase.h create mode 100644 pdftops/FoFiEncodings.cxx create mode 100644 pdftops/FoFiEncodings.h create mode 100644 pdftops/FoFiTrueType.cxx create mode 100644 pdftops/FoFiTrueType.h create mode 100644 pdftops/FoFiType1.cxx create mode 100644 pdftops/FoFiType1.h create mode 100644 pdftops/FoFiType1C.cxx create mode 100644 pdftops/FoFiType1C.h create mode 100644 pdftops/FontEncodingTables.cxx create mode 100644 pdftops/FontEncodingTables.h create mode 100644 pdftops/Function.cxx create mode 100644 pdftops/Function.h create mode 100644 pdftops/GHash.cxx create mode 100644 pdftops/GHash.h create mode 100644 pdftops/GList.cxx create mode 100644 pdftops/GList.h create mode 100644 pdftops/GMutex.h create mode 100644 pdftops/GString.cxx create mode 100644 pdftops/GString.h create mode 100644 pdftops/Gfx.cxx create mode 100644 pdftops/Gfx.h create mode 100644 pdftops/GfxFont.cxx create mode 100644 pdftops/GfxFont.h create mode 100644 pdftops/GfxState.cxx create mode 100644 pdftops/GfxState.h create mode 100644 pdftops/GlobalParams.cxx create mode 100644 pdftops/GlobalParams.h create mode 100644 pdftops/JArithmeticDecoder.cxx create mode 100644 pdftops/JArithmeticDecoder.h create mode 100644 pdftops/JBIG2Stream.cxx create mode 100644 pdftops/JBIG2Stream.h create mode 100644 pdftops/JPXStream.cxx create mode 100644 pdftops/JPXStream.h create mode 100644 pdftops/Lexer.cxx create mode 100644 pdftops/Lexer.h create mode 100644 pdftops/Link.cxx create mode 100644 pdftops/Link.h create mode 100644 pdftops/Makefile create mode 100644 pdftops/NameToCharCode.cxx create mode 100644 pdftops/NameToCharCode.h create mode 100644 pdftops/NameToUnicodeTable.h create mode 100644 pdftops/Object.cxx create mode 100644 pdftops/Object.h create mode 100644 pdftops/Outline.cxx create mode 100644 pdftops/Outline.h create mode 100644 pdftops/OutputDev.cxx create mode 100644 pdftops/OutputDev.h create mode 100644 pdftops/PDFDoc.cxx create mode 100644 pdftops/PDFDoc.h create mode 100644 pdftops/PDFDocEncoding.cxx create mode 100644 pdftops/PDFDocEncoding.h create mode 100644 pdftops/PSOutputDev.cxx create mode 100644 pdftops/PSOutputDev.h create mode 100644 pdftops/PSTokenizer.cxx create mode 100644 pdftops/PSTokenizer.h create mode 100644 pdftops/Page.cxx create mode 100644 pdftops/Page.h create mode 100644 pdftops/Parser.cxx create mode 100644 pdftops/Parser.h create mode 100644 pdftops/README create mode 100644 pdftops/SecurityHandler.cxx create mode 100644 pdftops/SecurityHandler.h create mode 100644 pdftops/Stream-CCITT.h create mode 100644 pdftops/Stream.cxx create mode 100644 pdftops/Stream.h create mode 100644 pdftops/UTF8.h create mode 100644 pdftops/UnicodeMap.cxx create mode 100644 pdftops/UnicodeMap.h create mode 100644 pdftops/UnicodeMapTables.h create mode 100644 pdftops/UnicodeTypeTable.cxx create mode 100644 pdftops/UnicodeTypeTable.h create mode 100644 pdftops/XRef.cxx create mode 100644 pdftops/XRef.h create mode 100644 pdftops/XpdfPluginAPI.cxx create mode 100644 pdftops/XpdfPluginAPI.h create mode 100644 pdftops/config.h create mode 100644 pdftops/gfile.cxx create mode 100644 pdftops/gfile.h create mode 100644 pdftops/gmem.c create mode 100644 pdftops/gmem.h create mode 100644 pdftops/gmempp.cxx create mode 100644 pdftops/gtypes.h create mode 100644 pdftops/parseargs.c create mode 100644 pdftops/parseargs.h create mode 100644 pdftops/pdftops.cxx create mode 100644 ppd/Makefile create mode 100644 ppd/deskjet.ppd create mode 100644 ppd/deskjet2.ppd create mode 100644 ppd/dymo.ppd create mode 100644 ppd/epson24.ppd create mode 100644 ppd/epson9.ppd create mode 100644 ppd/laserjet.ppd create mode 100644 ppd/okidat24.ppd create mode 100644 ppd/okidata9.ppd create mode 100644 ppd/stcolor.ppd create mode 100644 ppd/stcolor2.ppd create mode 100644 ppd/stphoto.ppd create mode 100644 ppd/stphoto2.ppd create mode 100644 ppd/zebra.ppd create mode 100644 ppd/zebracpl.ppd create mode 100644 ppd/zebraep1.ppd create mode 100644 ppd/zebraep2.ppd create mode 100644 scheduler/Dependencies create mode 100644 scheduler/Makefile create mode 100644 scheduler/auth.c create mode 100644 scheduler/auth.h create mode 100644 scheduler/banners.c create mode 100644 scheduler/banners.h create mode 100644 scheduler/cert.c create mode 100644 scheduler/cert.h create mode 100644 scheduler/classes.c create mode 100644 scheduler/classes.h create mode 100644 scheduler/client.c create mode 100644 scheduler/client.h create mode 100644 scheduler/conf.c create mode 100644 scheduler/conf.h create mode 100644 scheduler/cups-deviced.c create mode 100644 scheduler/cups-driverd.c create mode 100644 scheduler/cups-lpd.c create mode 100644 scheduler/cups-polld.c create mode 100644 scheduler/cups.pam create mode 100644 scheduler/cupsd.h create mode 100644 scheduler/dirsvc.c create mode 100644 scheduler/dirsvc.h create mode 100644 scheduler/env.c create mode 100644 scheduler/filter.c create mode 100644 scheduler/ipp.c create mode 100644 scheduler/job.c create mode 100644 scheduler/job.h create mode 100644 scheduler/listen.c create mode 100644 scheduler/log.c create mode 100644 scheduler/main.c create mode 100644 scheduler/mime.c create mode 100644 scheduler/mime.h create mode 100644 scheduler/network.c create mode 100644 scheduler/network.h create mode 100644 scheduler/policy.c create mode 100644 scheduler/policy.h create mode 100644 scheduler/printers.c create mode 100644 scheduler/printers.h create mode 100644 scheduler/process.c create mode 100644 scheduler/quotas.c create mode 100644 scheduler/server.c create mode 100644 scheduler/statbuf.c create mode 100644 scheduler/statbuf.h create mode 100644 scheduler/subscriptions.c create mode 100644 scheduler/subscriptions.h create mode 100644 scheduler/sysman.c create mode 100644 scheduler/sysman.h create mode 100644 scheduler/testdirsvc.c create mode 100644 scheduler/testlpd.c create mode 100644 scheduler/testmime.c create mode 100644 scheduler/testspeed.c create mode 100644 scheduler/testsub.c create mode 100644 scheduler/type.c create mode 100644 scheduler/util.c create mode 100644 scheduler/util.h create mode 100644 scripting/java/CUPSPrinter.java create mode 100644 scripting/java/classes/com/easysw/cups/Cups.class create mode 100644 scripting/java/classes/com/easysw/cups/CupsJob.class create mode 100644 scripting/java/classes/com/easysw/cups/CupsPrinter.class create mode 100644 scripting/java/classes/com/easysw/cups/IPP.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPAttribute.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPBase64Encoder.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPCalendar.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPDefs.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPError.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPHttp.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPMD5.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPRequest.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPStatus.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPURLConnection.class create mode 100644 scripting/java/classes/com/easysw/cups/IPPValue.class create mode 100644 scripting/java/cups.jar create mode 100644 scripting/java/docs/allclasses-frame.html create mode 100644 scripting/java/docs/com/easysw/cups/Cups.html create mode 100644 scripting/java/docs/com/easysw/cups/CupsJob.html create mode 100644 scripting/java/docs/com/easysw/cups/CupsPrinter.html create mode 100644 scripting/java/docs/com/easysw/cups/IPP.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPAttribute.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPDefs.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPError.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPHttp.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPRequest.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPStatus.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPURLConnection.html create mode 100644 scripting/java/docs/com/easysw/cups/IPPValue.html create mode 100644 scripting/java/docs/deprecated-list.html create mode 100644 scripting/java/docs/help-doc.html create mode 100644 scripting/java/docs/index-all.html create mode 100644 scripting/java/docs/index.html create mode 100644 scripting/java/docs/overview-tree.html create mode 100644 scripting/java/docs/package-list create mode 100644 scripting/java/docs/packages.html create mode 100644 scripting/java/docs/serialized-form.html create mode 100644 scripting/java/docs/stylesheet.css create mode 100644 scripting/java/example/GLP.class create mode 100644 scripting/java/example/GLP.java create mode 100644 scripting/java/example/GLPcolors.class create mode 100644 scripting/java/example/GLPcolors.java create mode 100644 scripting/java/example/GLPdetail.class create mode 100644 scripting/java/example/GLPdetail.java create mode 100644 scripting/java/example/GLPjobList.class create mode 100644 scripting/java/example/GLPjobList.java create mode 100644 scripting/java/example/GLPjobTableModel.class create mode 100644 scripting/java/example/GLPjobTableModel.java create mode 100644 scripting/java/example/GLPoptions$1.class create mode 100644 scripting/java/example/GLPoptions$MyTextListener.class create mode 100644 scripting/java/example/GLPoptions.class create mode 100644 scripting/java/example/GLPoptions.java create mode 100644 scripting/java/example/GLPprinterDetail.class create mode 100644 scripting/java/example/GLPprinterDetail.java create mode 100644 scripting/java/example/GLPprinters.class create mode 100644 scripting/java/example/GLPprinters.java create mode 100644 scripting/java/example/GLPsearch.class create mode 100644 scripting/java/example/GLPsearch.java create mode 100644 scripting/java/example/GLPsearchProgressPanel$1.class create mode 100644 scripting/java/example/GLPsearchProgressPanel$2.class create mode 100644 scripting/java/example/GLPsearchProgressPanel$ButtonListener.class create mode 100644 scripting/java/example/GLPsearchProgressPanel.class create mode 100644 scripting/java/example/GLPsearchProgressPanel.java create mode 100644 scripting/java/example/GLPserver.class create mode 100644 scripting/java/example/GLPserver.java create mode 100644 scripting/java/example/GLPtabs$1.class create mode 100644 scripting/java/example/GLPtabs.class create mode 100644 scripting/java/example/GLPtabs.java create mode 100644 scripting/java/example/GLPvars.class create mode 100644 scripting/java/example/GLPvars.java create mode 100755 scripting/java/example/buildit create mode 100644 scripting/java/example/class.list create mode 100644 scripting/java/example/images/left.gif create mode 100644 scripting/java/example/images/print-test-page.gif create mode 100644 scripting/java/example/images/printer-idle.gif create mode 100644 scripting/java/example/images/printer-stopped.gif create mode 100644 scripting/java/example/images/restart-job.gif create mode 100644 scripting/java/example/images/show-active.gif create mode 100644 scripting/java/example/images/show-completed.gif create mode 100755 scripting/java/example/runit create mode 100644 scripting/java/src/com/easysw/cups/Base64Coder.java create mode 100644 scripting/java/src/com/easysw/cups/Cups.java create mode 100644 scripting/java/src/com/easysw/cups/CupsJob.java create mode 100644 scripting/java/src/com/easysw/cups/CupsPrinter.java create mode 100644 scripting/java/src/com/easysw/cups/IPP.java create mode 100644 scripting/java/src/com/easysw/cups/IPPAttribute.java create mode 100644 scripting/java/src/com/easysw/cups/IPPBase64Encoder.java create mode 100644 scripting/java/src/com/easysw/cups/IPPCalendar.java create mode 100644 scripting/java/src/com/easysw/cups/IPPDefs.java create mode 100644 scripting/java/src/com/easysw/cups/IPPError.java create mode 100644 scripting/java/src/com/easysw/cups/IPPHttp.java create mode 100644 scripting/java/src/com/easysw/cups/IPPMD5.java create mode 100644 scripting/java/src/com/easysw/cups/IPPRequest.java create mode 100644 scripting/java/src/com/easysw/cups/IPPStatus.java create mode 100644 scripting/java/src/com/easysw/cups/IPPURLConnection.java create mode 100644 scripting/java/src/com/easysw/cups/IPPValue.java create mode 100755 scripting/java/src/com/easysw/cups/buildit create mode 100644 scripting/java/src/com/easysw/cups/class.list create mode 100644 scripting/java/src/com/easysw/cups/cups.nfo create mode 100644 scripting/perl/CUPS.pm create mode 100644 scripting/perl/CUPS.xs create mode 100644 scripting/perl/Makefile.PL create mode 100644 scripting/perl/README create mode 100644 scripting/perl/test.pl create mode 100644 scripting/php/Dependencies create mode 100644 scripting/php/Makefile create mode 100644 scripting/php/README create mode 100644 scripting/php/phpcups.c create mode 100644 scripting/php/phpcups.h create mode 100755 scripting/php/phpcups.php create mode 100644 standards/Makefile create mode 100644 standards/X.690-0207.pdf create mode 100644 standards/pwg5100.1.doc create mode 100644 standards/pwg5100.1.pdf create mode 100644 standards/pwg5100.2.doc create mode 100644 standards/pwg5100.2.pdf create mode 100644 standards/pwg5100.3.doc create mode 100644 standards/pwg5100.3.pdf create mode 100644 standards/pwg5100.5.doc create mode 100644 standards/pwg5100.5.pdf create mode 100644 standards/pwg5100.6.doc create mode 100644 standards/pwg5100.6.pdf create mode 100644 standards/pwg5100.7.doc create mode 100644 standards/pwg5100.7.pdf create mode 100644 standards/pwg5100.8.doc create mode 100644 standards/pwg5100.8.pdf create mode 100644 standards/pwg5101.1.doc create mode 100644 standards/pwg5101.1.pdf create mode 100644 standards/pwg5105.1.doc create mode 100644 standards/pwg5105.1.pdf create mode 100644 standards/rfc1155.txt create mode 100644 standards/rfc1157.txt create mode 100644 standards/rfc1179.txt create mode 100644 standards/rfc1213.txt create mode 100644 standards/rfc1321.txt create mode 100644 standards/rfc2222.txt create mode 100644 standards/rfc2246.txt create mode 100644 standards/rfc2487.txt create mode 100644 standards/rfc2554.txt create mode 100644 standards/rfc2567.txt create mode 100644 standards/rfc2568.txt create mode 100644 standards/rfc2569.txt create mode 100644 standards/rfc2578.txt create mode 100644 standards/rfc2595.txt create mode 100644 standards/rfc2616.txt create mode 100644 standards/rfc2617.txt create mode 100644 standards/rfc2712.txt create mode 100644 standards/rfc2790.txt create mode 100644 standards/rfc2817.txt create mode 100644 standards/rfc2818.txt create mode 100644 standards/rfc2821.txt create mode 100644 standards/rfc2822.txt create mode 100644 standards/rfc2910.txt create mode 100644 standards/rfc2911.txt create mode 100644 standards/rfc2965.txt create mode 100644 standards/rfc3196.txt create mode 100644 standards/rfc3239.txt create mode 100644 standards/rfc3380.txt create mode 100644 standards/rfc3381.txt create mode 100644 standards/rfc3382.txt create mode 100644 standards/rfc3391.txt create mode 100644 standards/rfc3510.txt create mode 100644 standards/rfc3712.txt create mode 100644 standards/rfc3805.txt create mode 100644 standards/rfc3986.txt create mode 100644 standards/rfc3995.txt create mode 100644 standards/rfc3996.txt create mode 100644 standards/rfc3997.txt create mode 100644 standards/rfc3998.txt create mode 100644 standards/rfc4122.txt create mode 100644 standards/rfctohtml.c create mode 100644 standards/wake-on-lan.pdf create mode 100644 standards/wd-ippmailto10-20050519.pdf create mode 100644 systemv/Dependencies create mode 100644 systemv/Makefile create mode 100644 systemv/accept.c create mode 100644 systemv/cancel.c create mode 100644 systemv/cupsaddsmb.c create mode 100644 systemv/cupstestdsc.c create mode 100644 systemv/cupstestppd.c create mode 100644 systemv/lp.c create mode 100644 systemv/lpadmin.c create mode 100644 systemv/lpinfo.c create mode 100644 systemv/lpmove.c create mode 100644 systemv/lpoptions.c create mode 100644 systemv/lppasswd.c create mode 100644 systemv/lpstat.c create mode 100644 templates/Makefile create mode 100644 templates/add-class.tmpl create mode 100644 templates/add-printer.tmpl create mode 100644 templates/admin.tmpl create mode 100644 templates/choose-device.tmpl create mode 100644 templates/choose-make.tmpl create mode 100644 templates/choose-model.tmpl create mode 100644 templates/choose-serial.tmpl create mode 100644 templates/choose-uri.tmpl create mode 100644 templates/class-added.tmpl create mode 100644 templates/class-confirm.tmpl create mode 100644 templates/class-deleted.tmpl create mode 100644 templates/class-jobs-header.tmpl create mode 100644 templates/class-modified.tmpl create mode 100644 templates/classes-header.tmpl create mode 100644 templates/classes.tmpl create mode 100644 templates/de/add-class.tmpl create mode 100644 templates/de/add-printer.tmpl create mode 100644 templates/de/admin.tmpl create mode 100644 templates/de/choose-device.tmpl create mode 100644 templates/de/choose-make.tmpl create mode 100644 templates/de/choose-model.tmpl create mode 100644 templates/de/choose-serial.tmpl create mode 100644 templates/de/choose-uri.tmpl create mode 100644 templates/de/class-added.tmpl create mode 100644 templates/de/class-confirm.tmpl create mode 100644 templates/de/class-deleted.tmpl create mode 100644 templates/de/class-jobs-header.tmpl create mode 100644 templates/de/class-modified.tmpl create mode 100644 templates/de/classes-header.tmpl create mode 100644 templates/de/classes.tmpl create mode 100644 templates/de/edit-config.tmpl.in create mode 100644 templates/de/error-op.tmpl create mode 100644 templates/de/error.tmpl create mode 100644 templates/de/header.tmpl.in create mode 100644 templates/de/help-header.tmpl create mode 100644 templates/de/help-printable.tmpl create mode 100644 templates/de/job-cancel.tmpl create mode 100644 templates/de/job-hold.tmpl create mode 100644 templates/de/job-move.tmpl create mode 100644 templates/de/job-moved.tmpl create mode 100644 templates/de/job-release.tmpl create mode 100644 templates/de/job-restart.tmpl create mode 100644 templates/de/jobs-header.tmpl create mode 100644 templates/de/jobs.tmpl create mode 100644 templates/de/maintenance.tmpl create mode 100644 templates/de/modify-class.tmpl create mode 100644 templates/de/modify-printer.tmpl create mode 100644 templates/de/option-boolean.tmpl create mode 100644 templates/de/option-conflict.tmpl create mode 100644 templates/de/option-header.tmpl create mode 100644 templates/de/option-pickmany.tmpl create mode 100644 templates/de/option-pickone.tmpl create mode 100644 templates/de/option-trailer.tmpl create mode 100644 templates/de/pager.tmpl create mode 100644 templates/de/printer-accept.tmpl create mode 100644 templates/de/printer-added.tmpl create mode 100644 templates/de/printer-configured.tmpl create mode 100644 templates/de/printer-confirm.tmpl create mode 100644 templates/de/printer-default.tmpl create mode 100644 templates/de/printer-deleted.tmpl create mode 100644 templates/de/printer-jobs-header.tmpl create mode 100644 templates/de/printer-modified.tmpl create mode 100644 templates/de/printer-purge.tmpl create mode 100644 templates/de/printer-reject.tmpl create mode 100644 templates/de/printer-start.tmpl create mode 100644 templates/de/printer-stop.tmpl create mode 100644 templates/de/printers-header.tmpl create mode 100644 templates/de/printers.tmpl create mode 100644 templates/de/restart.tmpl create mode 100644 templates/de/samba-export.tmpl create mode 100644 templates/de/samba-exported.tmpl create mode 100644 templates/de/search.tmpl create mode 100644 templates/de/set-printer-options-header.tmpl create mode 100644 templates/de/set-printer-options-trailer.tmpl create mode 100644 templates/de/test-page.tmpl create mode 100644 templates/de/trailer.tmpl create mode 100644 templates/de/users.tmpl create mode 100644 templates/edit-config.tmpl.in create mode 100644 templates/error-op.tmpl create mode 100644 templates/error.tmpl create mode 100644 templates/es/add-class.tmpl create mode 100644 templates/es/add-printer.tmpl create mode 100644 templates/es/admin.tmpl create mode 100644 templates/es/choose-device.tmpl create mode 100644 templates/es/choose-make.tmpl create mode 100644 templates/es/choose-model.tmpl create mode 100644 templates/es/choose-serial.tmpl create mode 100644 templates/es/choose-uri.tmpl create mode 100644 templates/es/class-added.tmpl create mode 100644 templates/es/class-confirm.tmpl create mode 100644 templates/es/class-deleted.tmpl create mode 100644 templates/es/class-jobs-header.tmpl create mode 100644 templates/es/class-modified.tmpl create mode 100644 templates/es/classes-header.tmpl create mode 100644 templates/es/classes.tmpl create mode 100644 templates/es/edit-config.tmpl.in create mode 100644 templates/es/error-op.tmpl create mode 100644 templates/es/error.tmpl create mode 100644 templates/es/header.tmpl.in create mode 100644 templates/es/help-header.tmpl create mode 100644 templates/es/help-printable.tmpl create mode 100644 templates/es/job-cancel.tmpl create mode 100644 templates/es/job-hold.tmpl create mode 100644 templates/es/job-move.tmpl create mode 100644 templates/es/job-moved.tmpl create mode 100644 templates/es/job-release.tmpl create mode 100644 templates/es/job-restart.tmpl create mode 100644 templates/es/jobs-header.tmpl create mode 100644 templates/es/jobs.tmpl create mode 100644 templates/es/maintenance.tmpl create mode 100644 templates/es/modify-class.tmpl create mode 100644 templates/es/modify-printer.tmpl create mode 100644 templates/es/norestart.tmpl create mode 100644 templates/es/option-boolean.tmpl create mode 100644 templates/es/option-conflict.tmpl create mode 100644 templates/es/option-header.tmpl create mode 100644 templates/es/option-pickmany.tmpl create mode 100644 templates/es/option-pickone.tmpl create mode 100644 templates/es/option-trailer.tmpl create mode 100644 templates/es/pager.tmpl create mode 100644 templates/es/printer-accept.tmpl create mode 100644 templates/es/printer-added.tmpl create mode 100644 templates/es/printer-configured.tmpl create mode 100644 templates/es/printer-confirm.tmpl create mode 100644 templates/es/printer-default.tmpl create mode 100644 templates/es/printer-deleted.tmpl create mode 100644 templates/es/printer-jobs-header.tmpl create mode 100644 templates/es/printer-modified.tmpl create mode 100644 templates/es/printer-purge.tmpl create mode 100644 templates/es/printer-reject.tmpl create mode 100644 templates/es/printer-start.tmpl create mode 100644 templates/es/printer-stop.tmpl create mode 100644 templates/es/printers-header.tmpl create mode 100644 templates/es/printers.tmpl create mode 100644 templates/es/restart.tmpl create mode 100644 templates/es/samba-export.tmpl create mode 100644 templates/es/samba-exported.tmpl create mode 100644 templates/es/search.tmpl create mode 100644 templates/es/set-printer-options-header.tmpl create mode 100644 templates/es/set-printer-options-trailer.tmpl create mode 100644 templates/es/test-page.tmpl create mode 100644 templates/es/trailer.tmpl create mode 100644 templates/es/users.tmpl create mode 100644 templates/et/add-class.tmpl create mode 100644 templates/et/add-printer.tmpl create mode 100644 templates/et/admin.tmpl create mode 100644 templates/et/choose-device.tmpl create mode 100644 templates/et/choose-make.tmpl create mode 100644 templates/et/choose-model.tmpl create mode 100644 templates/et/choose-serial.tmpl create mode 100644 templates/et/choose-uri.tmpl create mode 100644 templates/et/class-added.tmpl create mode 100644 templates/et/class-confirm.tmpl create mode 100644 templates/et/class-deleted.tmpl create mode 100644 templates/et/class-jobs-header.tmpl create mode 100644 templates/et/class-modified.tmpl create mode 100644 templates/et/classes-header.tmpl create mode 100644 templates/et/classes.tmpl create mode 100644 templates/et/edit-config.tmpl.in create mode 100644 templates/et/error-op.tmpl create mode 100644 templates/et/error.tmpl create mode 100644 templates/et/header.tmpl.in create mode 100644 templates/et/help-header.tmpl create mode 100644 templates/et/help-printable.tmpl create mode 100644 templates/et/job-cancel.tmpl create mode 100644 templates/et/job-hold.tmpl create mode 100644 templates/et/job-moved.tmpl create mode 100644 templates/et/job-release.tmpl create mode 100644 templates/et/job-restart.tmpl create mode 100644 templates/et/jobs-header.tmpl create mode 100644 templates/et/jobs.tmpl create mode 100644 templates/et/maintenance.tmpl create mode 100644 templates/et/modify-class.tmpl create mode 100644 templates/et/modify-printer.tmpl create mode 100644 templates/et/norestart.tmpl create mode 100644 templates/et/option-boolean.tmpl create mode 100644 templates/et/option-conflict.tmpl create mode 100644 templates/et/option-header.tmpl create mode 100644 templates/et/option-pickmany.tmpl create mode 100644 templates/et/option-pickone.tmpl create mode 100644 templates/et/option-trailer.tmpl create mode 100644 templates/et/pager.tmpl create mode 100644 templates/et/printer-accept.tmpl create mode 100644 templates/et/printer-added.tmpl create mode 100644 templates/et/printer-configured.tmpl create mode 100644 templates/et/printer-confirm.tmpl create mode 100644 templates/et/printer-default.tmpl create mode 100644 templates/et/printer-deleted.tmpl create mode 100644 templates/et/printer-jobs-header.tmpl create mode 100644 templates/et/printer-modified.tmpl create mode 100644 templates/et/printer-purge.tmpl create mode 100644 templates/et/printer-reject.tmpl create mode 100644 templates/et/printer-start.tmpl create mode 100644 templates/et/printer-stop.tmpl create mode 100644 templates/et/printers-header.tmpl create mode 100644 templates/et/printers.tmpl create mode 100644 templates/et/restart.tmpl create mode 100644 templates/et/samba-export.tmpl create mode 100644 templates/et/samba-exported.tmpl create mode 100644 templates/et/search.tmpl create mode 100644 templates/et/set-printer-options-header.tmpl create mode 100644 templates/et/set-printer-options-trailer.tmpl create mode 100644 templates/et/test-page.tmpl create mode 100644 templates/et/trailer.tmpl create mode 100644 templates/et/users.tmpl create mode 100644 templates/fr/add-class.tmpl create mode 100644 templates/fr/add-printer.tmpl create mode 100644 templates/fr/admin.tmpl create mode 100644 templates/fr/choose-device.tmpl create mode 100644 templates/fr/choose-make.tmpl create mode 100644 templates/fr/choose-model.tmpl create mode 100644 templates/fr/choose-serial.tmpl create mode 100644 templates/fr/choose-uri.tmpl create mode 100644 templates/fr/class-added.tmpl create mode 100644 templates/fr/class-confirm.tmpl create mode 100644 templates/fr/class-deleted.tmpl create mode 100644 templates/fr/class-jobs-header.tmpl create mode 100644 templates/fr/class-modified.tmpl create mode 100644 templates/fr/classes-header.tmpl create mode 100644 templates/fr/classes.tmpl create mode 100644 templates/fr/edit-config.tmpl.in create mode 100644 templates/fr/error-op.tmpl create mode 100644 templates/fr/error.tmpl create mode 100644 templates/fr/header.tmpl.in create mode 100644 templates/fr/help-header.tmpl create mode 100644 templates/fr/help-printable.tmpl create mode 100644 templates/fr/job-cancel.tmpl create mode 100644 templates/fr/job-hold.tmpl create mode 100644 templates/fr/job-move.tmpl create mode 100644 templates/fr/job-moved.tmpl create mode 100644 templates/fr/job-release.tmpl create mode 100644 templates/fr/job-restart.tmpl create mode 100644 templates/fr/jobs-header.tmpl create mode 100644 templates/fr/jobs.tmpl create mode 100644 templates/fr/maintenance.tmpl create mode 100644 templates/fr/modify-class.tmpl create mode 100644 templates/fr/modify-printer.tmpl create mode 100644 templates/fr/norestart.tmpl create mode 100644 templates/fr/option-boolean.tmpl create mode 100644 templates/fr/option-conflict.tmpl create mode 100644 templates/fr/option-header.tmpl create mode 100644 templates/fr/option-pickmany.tmpl create mode 100644 templates/fr/option-pickone.tmpl create mode 100644 templates/fr/option-trailer.tmpl create mode 100644 templates/fr/pager.tmpl create mode 100644 templates/fr/printer-accept.tmpl create mode 100644 templates/fr/printer-added.tmpl create mode 100644 templates/fr/printer-configured.tmpl create mode 100644 templates/fr/printer-confirm.tmpl create mode 100644 templates/fr/printer-default.tmpl create mode 100644 templates/fr/printer-deleted.tmpl create mode 100644 templates/fr/printer-jobs-header.tmpl create mode 100644 templates/fr/printer-modified.tmpl create mode 100644 templates/fr/printer-purge.tmpl create mode 100644 templates/fr/printer-reject.tmpl create mode 100644 templates/fr/printer-start.tmpl create mode 100644 templates/fr/printer-stop.tmpl create mode 100644 templates/fr/printers-header.tmpl create mode 100644 templates/fr/printers.tmpl create mode 100644 templates/fr/restart.tmpl create mode 100644 templates/fr/samba-export.tmpl create mode 100644 templates/fr/samba-exported.tmpl create mode 100644 templates/fr/search.tmpl create mode 100644 templates/fr/set-printer-options-header.tmpl create mode 100644 templates/fr/set-printer-options-trailer.tmpl create mode 100644 templates/fr/test-page.tmpl create mode 100644 templates/fr/trailer.tmpl create mode 100644 templates/fr/users.tmpl create mode 100644 templates/header.tmpl.in create mode 100644 templates/help-header.tmpl create mode 100644 templates/help-printable.tmpl create mode 100644 templates/it/add-class.tmpl create mode 100644 templates/it/add-printer.tmpl create mode 100644 templates/it/admin.tmpl create mode 100644 templates/it/choose-device.tmpl create mode 100644 templates/it/choose-make.tmpl create mode 100644 templates/it/choose-model.tmpl create mode 100644 templates/it/choose-serial.tmpl create mode 100644 templates/it/choose-uri.tmpl create mode 100644 templates/it/class-added.tmpl create mode 100644 templates/it/class-confirm.tmpl create mode 100644 templates/it/class-deleted.tmpl create mode 100644 templates/it/class-jobs-header.tmpl create mode 100644 templates/it/class-modified.tmpl create mode 100644 templates/it/classes-header.tmpl create mode 100644 templates/it/classes.tmpl create mode 100644 templates/it/edit-config.tmpl.in create mode 100644 templates/it/error-op.tmpl create mode 100644 templates/it/error.tmpl create mode 100644 templates/it/header.tmpl.in create mode 100644 templates/it/help-header.tmpl create mode 100644 templates/it/help-printable.tmpl create mode 100644 templates/it/job-cancel.tmpl create mode 100644 templates/it/job-hold.tmpl create mode 100644 templates/it/job-move.tmpl create mode 100644 templates/it/job-moved.tmpl create mode 100644 templates/it/job-release.tmpl create mode 100644 templates/it/job-restart.tmpl create mode 100644 templates/it/jobs-header.tmpl create mode 100644 templates/it/jobs.tmpl create mode 100644 templates/it/maintenance.tmpl create mode 100644 templates/it/modify-class.tmpl create mode 100644 templates/it/modify-printer.tmpl create mode 100644 templates/it/norestart.tmpl create mode 100644 templates/it/option-boolean.tmpl create mode 100644 templates/it/option-conflict.tmpl create mode 100644 templates/it/option-header.tmpl create mode 100644 templates/it/option-pickmany.tmpl create mode 100644 templates/it/option-pickone.tmpl create mode 100644 templates/it/option-trailer.tmpl create mode 100644 templates/it/pager.tmpl create mode 100644 templates/it/printer-accept.tmpl create mode 100644 templates/it/printer-added.tmpl create mode 100644 templates/it/printer-configured.tmpl create mode 100644 templates/it/printer-confirm.tmpl create mode 100644 templates/it/printer-default.tmpl create mode 100644 templates/it/printer-deleted.tmpl create mode 100644 templates/it/printer-jobs-header.tmpl create mode 100644 templates/it/printer-modified.tmpl create mode 100644 templates/it/printer-purge.tmpl create mode 100644 templates/it/printer-reject.tmpl create mode 100644 templates/it/printer-start.tmpl create mode 100644 templates/it/printer-stop.tmpl create mode 100644 templates/it/printers-header.tmpl create mode 100644 templates/it/printers.tmpl create mode 100644 templates/it/restart.tmpl create mode 100644 templates/it/samba-export.tmpl create mode 100644 templates/it/samba-exported.tmpl create mode 100644 templates/it/search.tmpl create mode 100644 templates/it/set-printer-options-header.tmpl create mode 100644 templates/it/set-printer-options-trailer.tmpl create mode 100644 templates/it/test-page.tmpl create mode 100644 templates/it/trailer.tmpl create mode 100644 templates/it/users.tmpl create mode 100644 templates/ja/add-class.tmpl create mode 100644 templates/ja/add-printer.tmpl create mode 100644 templates/ja/admin.tmpl create mode 100644 templates/ja/choose-device.tmpl create mode 100644 templates/ja/choose-make.tmpl create mode 100644 templates/ja/choose-model.tmpl create mode 100644 templates/ja/choose-serial.tmpl create mode 100644 templates/ja/choose-uri.tmpl create mode 100644 templates/ja/class-added.tmpl create mode 100644 templates/ja/class-confirm.tmpl create mode 100644 templates/ja/class-deleted.tmpl create mode 100644 templates/ja/class-jobs-header.tmpl create mode 100644 templates/ja/class-modified.tmpl create mode 100644 templates/ja/classes-header.tmpl create mode 100644 templates/ja/classes.tmpl create mode 100644 templates/ja/edit-config.tmpl.in create mode 100644 templates/ja/error-op.tmpl create mode 100644 templates/ja/error.tmpl create mode 100644 templates/ja/header.tmpl.in create mode 100644 templates/ja/help-header.tmpl create mode 100644 templates/ja/job-cancel.tmpl create mode 100644 templates/ja/job-hold.tmpl create mode 100644 templates/ja/job-move.tmpl create mode 100644 templates/ja/job-moved.tmpl create mode 100644 templates/ja/job-release.tmpl create mode 100644 templates/ja/job-restart.tmpl create mode 100644 templates/ja/jobs-header.tmpl create mode 100644 templates/ja/jobs.tmpl create mode 100644 templates/ja/maintenance.tmpl create mode 100644 templates/ja/modify-class.tmpl create mode 100644 templates/ja/modify-printer.tmpl create mode 100644 templates/ja/option-conflict.tmpl create mode 100644 templates/ja/option-trailer.tmpl create mode 100644 templates/ja/pager.tmpl create mode 100644 templates/ja/printer-accept.tmpl create mode 100644 templates/ja/printer-added.tmpl create mode 100644 templates/ja/printer-configured.tmpl create mode 100644 templates/ja/printer-confirm.tmpl create mode 100644 templates/ja/printer-default.tmpl create mode 100644 templates/ja/printer-deleted.tmpl create mode 100644 templates/ja/printer-jobs-header.tmpl create mode 100644 templates/ja/printer-modified.tmpl create mode 100644 templates/ja/printer-purge.tmpl create mode 100644 templates/ja/printer-reject.tmpl create mode 100644 templates/ja/printer-start.tmpl create mode 100644 templates/ja/printer-stop.tmpl create mode 100644 templates/ja/printers-header.tmpl create mode 100644 templates/ja/printers.tmpl create mode 100644 templates/ja/restart.tmpl create mode 100644 templates/ja/samba-export.tmpl create mode 100644 templates/ja/samba-exported.tmpl create mode 100644 templates/ja/search.tmpl create mode 100644 templates/ja/test-page.tmpl create mode 100644 templates/ja/users.tmpl create mode 100644 templates/job-cancel.tmpl create mode 100644 templates/job-hold.tmpl create mode 100644 templates/job-move.tmpl create mode 100644 templates/job-moved.tmpl create mode 100644 templates/job-release.tmpl create mode 100644 templates/job-restart.tmpl create mode 100644 templates/jobs-header.tmpl create mode 100644 templates/jobs.tmpl create mode 100644 templates/maintenance.tmpl create mode 100644 templates/modify-class.tmpl create mode 100644 templates/modify-printer.tmpl create mode 100644 templates/norestart.tmpl create mode 100644 templates/option-boolean.tmpl create mode 100644 templates/option-conflict.tmpl create mode 100644 templates/option-header.tmpl create mode 100644 templates/option-pickmany.tmpl create mode 100644 templates/option-pickone.tmpl create mode 100644 templates/option-trailer.tmpl create mode 100644 templates/pager.tmpl create mode 100644 templates/pl/add-class.tmpl create mode 100644 templates/pl/add-printer.tmpl create mode 100644 templates/pl/admin.tmpl create mode 100644 templates/pl/choose-device.tmpl create mode 100644 templates/pl/choose-make.tmpl create mode 100644 templates/pl/choose-model.tmpl create mode 100644 templates/pl/choose-serial.tmpl create mode 100644 templates/pl/choose-uri.tmpl create mode 100644 templates/pl/class-added.tmpl create mode 100644 templates/pl/class-confirm.tmpl create mode 100644 templates/pl/class-deleted.tmpl create mode 100644 templates/pl/class-jobs-header.tmpl create mode 100644 templates/pl/class-modified.tmpl create mode 100644 templates/pl/classes-header.tmpl create mode 100644 templates/pl/classes.tmpl create mode 100644 templates/pl/edit-config.tmpl.in create mode 100644 templates/pl/error-op.tmpl create mode 100644 templates/pl/error.tmpl create mode 100644 templates/pl/header.tmpl.in create mode 100644 templates/pl/help-header.tmpl create mode 100644 templates/pl/help-printable.tmpl create mode 100644 templates/pl/job-cancel.tmpl create mode 100644 templates/pl/job-hold.tmpl create mode 100644 templates/pl/job-move.tmpl create mode 100644 templates/pl/job-moved.tmpl create mode 100644 templates/pl/job-release.tmpl create mode 100644 templates/pl/job-restart.tmpl create mode 100644 templates/pl/jobs-header.tmpl create mode 100644 templates/pl/jobs.tmpl create mode 100644 templates/pl/maintenance.tmpl create mode 100644 templates/pl/modify-class.tmpl create mode 100644 templates/pl/modify-printer.tmpl create mode 100644 templates/pl/option-boolean.tmpl create mode 100644 templates/pl/option-conflict.tmpl create mode 100644 templates/pl/option-header.tmpl create mode 100644 templates/pl/option-pickmany.tmpl create mode 100644 templates/pl/option-pickone.tmpl create mode 100644 templates/pl/option-trailer.tmpl create mode 100644 templates/pl/pager.tmpl create mode 100644 templates/pl/printer-accept.tmpl create mode 100644 templates/pl/printer-added.tmpl create mode 100644 templates/pl/printer-configured.tmpl create mode 100644 templates/pl/printer-confirm.tmpl create mode 100644 templates/pl/printer-default.tmpl create mode 100644 templates/pl/printer-deleted.tmpl create mode 100644 templates/pl/printer-jobs-header.tmpl create mode 100644 templates/pl/printer-modified.tmpl create mode 100644 templates/pl/printer-purge.tmpl create mode 100644 templates/pl/printer-reject.tmpl create mode 100644 templates/pl/printer-start.tmpl create mode 100644 templates/pl/printer-stop.tmpl create mode 100644 templates/pl/printers-header.tmpl create mode 100644 templates/pl/printers.tmpl create mode 100644 templates/pl/restart.tmpl create mode 100644 templates/pl/samba-export.tmpl create mode 100644 templates/pl/samba-exported.tmpl create mode 100644 templates/pl/search.tmpl create mode 100644 templates/pl/set-printer-options-header.tmpl create mode 100644 templates/pl/set-printer-options-trailer.tmpl create mode 100644 templates/pl/test-page.tmpl create mode 100644 templates/pl/trailer.tmpl create mode 100644 templates/pl/users.tmpl create mode 100644 templates/printer-accept.tmpl create mode 100644 templates/printer-added.tmpl create mode 100644 templates/printer-configured.tmpl create mode 100644 templates/printer-confirm.tmpl create mode 100644 templates/printer-default.tmpl create mode 100644 templates/printer-deleted.tmpl create mode 100644 templates/printer-jobs-header.tmpl create mode 100644 templates/printer-modified.tmpl create mode 100644 templates/printer-purge.tmpl create mode 100644 templates/printer-reject.tmpl create mode 100644 templates/printer-start.tmpl create mode 100644 templates/printer-stop.tmpl create mode 100644 templates/printers-header.tmpl create mode 100644 templates/printers.tmpl create mode 100644 templates/restart.tmpl create mode 100644 templates/samba-export.tmpl create mode 100644 templates/samba-exported.tmpl create mode 100644 templates/search.tmpl create mode 100644 templates/set-printer-options-header.tmpl create mode 100644 templates/set-printer-options-trailer.tmpl create mode 100644 templates/sv/add-class.tmpl create mode 100644 templates/sv/add-printer.tmpl create mode 100644 templates/sv/admin.tmpl create mode 100644 templates/sv/choose-device.tmpl create mode 100644 templates/sv/choose-make.tmpl create mode 100644 templates/sv/choose-model.tmpl create mode 100644 templates/sv/choose-serial.tmpl create mode 100644 templates/sv/choose-uri.tmpl create mode 100644 templates/sv/class-added.tmpl create mode 100644 templates/sv/class-confirm.tmpl create mode 100644 templates/sv/class-deleted.tmpl create mode 100644 templates/sv/class-jobs-header.tmpl create mode 100644 templates/sv/class-modified.tmpl create mode 100644 templates/sv/classes-header.tmpl create mode 100644 templates/sv/classes.tmpl create mode 100644 templates/sv/edit-config.tmpl.in create mode 100644 templates/sv/error-op.tmpl create mode 100644 templates/sv/error.tmpl create mode 100644 templates/sv/header.tmpl.in create mode 100644 templates/sv/help-header.tmpl create mode 100644 templates/sv/help-printable.tmpl create mode 100644 templates/sv/job-cancel.tmpl create mode 100644 templates/sv/job-hold.tmpl create mode 100644 templates/sv/job-move.tmpl create mode 100644 templates/sv/job-moved.tmpl create mode 100644 templates/sv/job-release.tmpl create mode 100644 templates/sv/job-restart.tmpl create mode 100644 templates/sv/jobs-header.tmpl create mode 100644 templates/sv/jobs.tmpl create mode 100644 templates/sv/maintenance.tmpl create mode 100644 templates/sv/modify-class.tmpl create mode 100644 templates/sv/modify-printer.tmpl create mode 100644 templates/sv/option-boolean.tmpl create mode 100644 templates/sv/option-conflict.tmpl create mode 100644 templates/sv/option-header.tmpl create mode 100644 templates/sv/option-pickmany.tmpl create mode 100644 templates/sv/option-pickone.tmpl create mode 100644 templates/sv/option-trailer.tmpl create mode 100644 templates/sv/pager.tmpl create mode 100644 templates/sv/printer-accept.tmpl create mode 100644 templates/sv/printer-added.tmpl create mode 100644 templates/sv/printer-configured.tmpl create mode 100644 templates/sv/printer-confirm.tmpl create mode 100644 templates/sv/printer-default.tmpl create mode 100644 templates/sv/printer-deleted.tmpl create mode 100644 templates/sv/printer-jobs-header.tmpl create mode 100644 templates/sv/printer-modified.tmpl create mode 100644 templates/sv/printer-purge.tmpl create mode 100644 templates/sv/printer-reject.tmpl create mode 100644 templates/sv/printer-start.tmpl create mode 100644 templates/sv/printer-stop.tmpl create mode 100644 templates/sv/printers-header.tmpl create mode 100644 templates/sv/printers.tmpl create mode 100644 templates/sv/restart.tmpl create mode 100644 templates/sv/samba-export.tmpl create mode 100644 templates/sv/samba-exported.tmpl create mode 100644 templates/sv/search.tmpl create mode 100644 templates/sv/set-printer-options-header.tmpl create mode 100644 templates/sv/set-printer-options-trailer.tmpl create mode 100644 templates/sv/test-page.tmpl create mode 100644 templates/sv/trailer.tmpl create mode 100644 templates/sv/users.tmpl create mode 100644 templates/test-page.tmpl create mode 100644 templates/trailer.tmpl create mode 100644 templates/users.tmpl create mode 100644 test/4.1-requests.test create mode 100644 test/4.2-cups-printer-ops.test create mode 100644 test/4.3-job-ops.test create mode 100644 test/4.4-subscription-ops.test create mode 100755 test/5.1-lpadmin.sh create mode 100755 test/5.2-lpc.sh create mode 100755 test/5.3-lpq.sh create mode 100755 test/5.4-lpstat.sh create mode 100755 test/5.5-lp.sh create mode 100755 test/5.6-lpr.sh create mode 100755 test/5.7-lprm.sh create mode 100755 test/5.8-cancel.sh create mode 100755 test/5.9-lpinfo.sh create mode 100644 test/Dependencies create mode 100644 test/Makefile create mode 100644 test/create-job-format.test create mode 100644 test/create-job-sheets.test create mode 100644 test/create-job-timeout.test create mode 100644 test/create-job.test create mode 100644 test/get-devices.test create mode 100644 test/get-job-attributes.test create mode 100644 test/get-job-attributes2.test create mode 100644 test/get-ppds.test create mode 100644 test/get-printer-attributes.test create mode 100644 test/get-printers.test create mode 100644 test/ipptest.c create mode 100644 test/print-job-hold.test create mode 100644 test/print-job.test create mode 100755 test/run-stp-tests.sh create mode 100644 test/set-attrs-hold.test create mode 100644 test/str-header.html create mode 100644 test/str-trailer.html create mode 100644 test/testfile.jpg create mode 100644 test/testfile.pdf create mode 100644 test/testfile.ps create mode 100644 test/testfile.txt create mode 100644 test/testhp.ppd create mode 100644 test/testps.ppd create mode 100755 tools/checkglobals create mode 100755 tools/checkpo create mode 100755 tools/listpublic create mode 100755 tools/makesrcdist create mode 100755 tools/testosx create mode 100755 tools/testrpm create mode 100644 vcnet/config.h create mode 100644 vcnet/cups.sln create mode 100644 vcnet/libcups2.def create mode 100644 vcnet/libcups2.vcproj create mode 100644 vcnet/testfile.vcproj create mode 100644 vcnet/testhttp.vcproj diff --git a/CHANGES-1.0.txt b/CHANGES-1.0.txt new file mode 100644 index 0000000000..296d89f791 --- /dev/null +++ b/CHANGES-1.0.txt @@ -0,0 +1,217 @@ +CHANGES-1.0.txt +--------------- + +CHANGES IN CUPS v1.0.5 + + - The HP-GL/2 filter did not correctly set the pen color + for pens other than #1. + - The scheduler would only accept 26 simultaneous jobs + under some OS releases (mkstemp() limitation.) It now + handles up to 2^32 simultaneous jobs. + - The PostScript filter loaded the printer's PPD file + twice. + - The PAM authentication code now uses pam_strerror() to + provide a textual error message in the error_log file. + - The scheduler now copies PPD and interface script + files instead of moving them; this fixes installations + with a separate requests directory. + - The PostScript RIP did not generate correct 6-color + output. + - Several filters were marking PPD options twice when + they didn't need to. + - The scheduler did not save the printer or class state + after an accept-jobs or reject-jobs operation. + - The cupsGetDefault() function now ignores the PRINTER + environment variable if it is set to "lp". + - New ippErrorString() function to get textual error + messages. + - Better error reporting in the System V commands. + - The lpadmin and lpstat commands always tried to + connect to the default server. + - The text filter didn't load the charset files from the + correct location. + - Wasn't sending a WWW-Authenticate: field to HTTP + clients when authentication was required. + - httpSeparate() didn't always set the default port + number for known methods. + - The HP-GL/2 filter now looks for "PSwidth,length" + instead of (the correct) "PSlength,width" as + documented by HP. It appears that many major CAD + applications are broken and this change allows the + auto-rotation to work with them. + - The IPP "printer-resolution" option was not being + translated. + - The charset files did not include the Microsoft + "standard" characters from 128 to 159 (unused by the + ISO-8859-x charsets) + - The scheduler was chunking the Content-Type field from + CGI programs; this problem was most noticeable with + Microsoft Internet Explorer 5. + - By popular demand, the printers, jobs, and classes + CGIs no longer force a reload of the page every 10/30 + seconds. + - The scheduler incorrectly required that the IPP client + provide a document-format attribute for the + validate-job operation. + - Clients that sent bad IPP requests without the + required attributes-natural-language and + attributes-charset attributes would crash the + scheduler. + + +CHANGES IN CUPS v1.0.4 + + - Documentation updates. + - Jobs would get stuck in the queue and wouldn't print + until you enabled the queue. + - The lp and lpr commands now catch SIGHUP and SIGINTR. + - The lp and lpr commands now use sigaction or sigset + when available. + - CUPS library updates for WIN32/OS-2 + + +CHANGES IN CUPS v1.0.3 + + - Documentation updates. + - The lpq man page was missing. + - The configure script was not properly detecting the + image libraries. + - The top-level makefile was calling "make" instead of + "$(MAKE)". + - PostScript filter fixes for number-up, OutputOrder, + and %Trailer. + - The imagetops filter didn't end the base-85 encoding + properly if the image data was not a multiple of 4 + bytes in length. + - The imagetoraster filter didn't generate good banded + RGB or CMY data (was dividing the line width by 4 + instead of 3...) + - The imagetoraster filter now records the bounding + box of the image on the page. + - The CUPS image library cache code wasn't working as + designed; images larger than the maximum RIP cache + would eventually thrash using the same cache tile. + - The CUPS image library TIFF loading code didn't + handle unknown resolution units properly; the fixed + code uses a default resolution of 128 PPI. + - cupsGetClasses() and cupsGetPrinters() did not free + existing strings if they ran out of memory. + - The scheduler logs incorrectly contained 3 digits for + the timezone offset instead of 4. + - The scheduler now does a lookup for the default user + and group ID; the previous hardcoded values caused + problems with the LPD backend. + - The cancel-job operation now allows any user in the + system group to cancel any job. + - The cancel-job operation stopped the print queue if + the job was being printed. + - Now only stop printers if the backend fails. If the + filter fails then the failure is noted in the + error_log and printing continues with the next file in + the queue. + - Now log whether a filter fails because of a signal + or because it returned a non-zero exit status. + - The root user now always passes the system group test. + - Printers with an interface script and remote printers + and classes didn't have a printer-make-and-model + attribute. + - Added logging of lost/timed-out remote printers. + - The HP-GL/2 filter was scaling the pen width twice. + - Updated the HP-GL/2 filter to use a single SP (Set + Pen) procedure. This makes the output smaller and is + more appropriate since the filter keeps track of the + pen states already. + - The scheduler didn't handle passwords with spaces. + - The IPP backend now does multiple copies and retries + if the destination server requires it (e.g. HP + JetDirect.) + - The disable command didn't implement the "-c" option + (cancel all jobs.) + - Changed the CMYK generation function for the image file + and PostScript RIPs. + - The lp command didn't support the "-h" option as + documented. + - The AppSocket, IPP, and LPD backends now retry on all + network errors. This should prevent stopped queues + caused by a printer being disconnected from the + network or powered off. + - The scheduler now restarts a job if the corresponding + printer is modified. + - The image RIPs now rotate the image if needed to fit + on the page. + + +CHANGES IN CUPS v1.0.2 + + - The HP-GL/2 filter didn't always scale the output + correctly. + - The HP-GL/2 filter now supports changing the page size + automatically when the "fitplot" option is not used. + - The cancel-job operation was expecting a resource name + of the form "/job/#" instead of "/jobs/#"; this + prevented the cancel and lprm commands from working. + - The backends didn't log pages when files were printed + using the "-oraw" option. + - The authorization code did not work with the Slackware + long shadow password package because its crypt() can + return NULL. + - The chunking code didn't work for reading the response + of a POST request. + - cupsGetPPD() now does authentication as needed. + - The N-up code in the PostScript filter didn't work + with some printers (grestoreall would restore the + default blank page and device settings). + - The N-up code in the PostScript filter didn't scale + the pages to fit within the imageable area of the + page. + - Wasn't doing an fchown() on the request files. This + caused problems when the default root account group + and CUPS group were not the same. + + +CHANGES IN CUPS v1.0.1 + + - Documentation updates. + - Fixed a bunch of possible buffer-overflow conditions. + - The scheduler now supports authentication using PAM. + - Updated the Italian message file. + - httpEncode64() didn't add an extra "=" if there was + only one byte in the last three-byte group. + - Now drop any trailing character set from the locale + string (e.g. "en_US.ISO_8859-1" becomes "en_US") + - Fixed "timezone" vs "tm_gmtoff" usage for BSD-based + operating systems. + - Updated IPP security so that "get" operations can be + done from any resource name; this allows the CGIs to + work with printer authentication enabled so long as + authentication isn't turned on for the whole "site". + - The IPP code didn't properly handle the "unsupported" + group; this caused problems with the HP JetDirect since + it doesn't seem to support the "copies" attribute. + - The HTTP chunking code was missing a CR LF pair at the + end of a 0-length chunk. + - The httpSeparate() function didn't handle embedded + usernames and passwords in the URI properly. + - Doing "lpadmin -p printer -E" didn't restart printing + if there were pending jobs. + - The cancel-job operation now requires either a + requesting-user-name attribute or an authenticated + username. + - The add-printer code did not report errors if the + interface script or PPD file could not be renamed. + - Request files are now created without world read + permissions. + - Added a cupsLastError() function to the CUPS API to + retrieve the IPP error code from the last request. + - Options are now case-insensitive. + - The lpq command now provides 10 characters for the + username instead of the original (Berkeley standard) + 7. + - The cancel command needed a local CUPS server to work + (or the appropriate ServerName in cupsd.conf) + - The cancel and lprm commands didn't report the IPP + error if the job could not be cancelled. + - The lp and lpr commands didn't intercept SIGTERM to + remove temporary files when printing from stdin. + - The lp and lpr commands didn't report the IPP error if + the job could not be printed. diff --git a/CHANGES-1.1.txt b/CHANGES-1.1.txt new file mode 100644 index 0000000000..c641e794a3 --- /dev/null +++ b/CHANGES-1.1.txt @@ -0,0 +1,3462 @@ +CHANGES-1.1.txt +--------------- + +CHANGES IN CUPS V1.1.23 + + - Updated the Spanish man pages (STR #1041) + - The lpstat man page contained a typo (STR #1040) + - The scheduler's is_path_absolute() code could cause a + DoS (STR #1042) + - The scheduler's device loading code used the wrong + size limits for the make/model and info parameters + (STR #1035) + - The PNG loading code did not use a "long unsigned + integer" format specifier for the width and height + (STR #1032) + - The web interface only showed the first 4 or 8 + characters of "{variable-name}" for undefined template + variables (STR #1031) + - The hpgltops filter did not handle a common PCL + command to enter HP-GL/2 mode (STR #1037) + + +CHANGES IN CUPS V1.1.23rc1 + + - The lpr man page did not document the "-U" option (STR + #998) + - The scheduler no longer sends the page-set option when + printing banner pages (STR #995) + - Fixed a debug message in the imagetops filter (STR + #1012) + - The lprm man page listed the "-" option in the wrong + order (STR #911) + - The hpgltops filter contained two buffer overflows + that could potentially allow remote access to the "lp" + account (STR #1024) + - The lppasswd command did not protect against file + descriptor or ulimit attacks (STR #1023) + - The "lpc status" command used the wrong resource path + when querying the list of printers and jobs, causing + unnecessary authentication requests (STR #1018) + - The httpWait() function did not handle signal + interruptions (STR #1020) + - The USB backend used the wrong size status variable + when checking the printer status (STR #1017) + - The scheduler did not delete classes from other + classes or implicit classes, which could cause a crash + (STR #1015) + - The IPP backend now logs the remote print job ID at + log level NOTICE instead of INFO (so it shows up in + the error_log file...) + + +CHANGES IN CUPS V1.1.22 + + - The lpstat man page incorrectly listed the "-s" option + as using the equivalent of the "-p" option to list the + printers; it uses the "-v" option to list the printers + (STR #986) + - Now allow 0-length reads in the CUPS file API (STR + #985) + - cupsDoFileRequest() now sets cupsLastError() to + IPP_ERROR on network errors (STR #953) + - The pdftops filter didn't scale small pages up to the + output page size when the fitplot option was used (STR + #984) + - Fixed the ipptest program usage message (STR #959) + - Added Spanish man pages (STR #963) + - Fixed the order of comparisons in the client.conf + reading code (STR #971) + - cupsLangGet() incorrectly set the current locale (STR + #970) + + +CHANGES IN CUPS V1.1.22rc2 + + - The pdftops filter didn't check the range of all + integer attributes (STR #972) + - Documentation corrections (STR #944, STR #946) + - Also sanitize device URI in argv[0] (STR #933) + - cupsRasterReadHeader() didn't swap bytes for the + numeric fields properly (STR #930) + + +CHANGES IN CUPS V1.1.22rc1 + + - Now sanitize the device URI that is reported in the + error_log file (STR #920) + - Fixed some memory and file descriptor leaks in the job + dispatch code (STR #921) + - Deleting a printer could cause a crash with browsing + enabled (STR #865, STR #881, STR #928) + - Browsing would turn off if the scheduler got an EAGAIN + error (STR #924) + - The mime.types file didn't recognize PostScript as a + PJL language name (STR #925) + + +CHANGES IN CUPS V1.1.21 + + - The scheduler did not separate Digest authentication + parameters with commas (STR #882) + - Fixed some problems with image printing to custom page + sizes (STR #891) + - Removed the remaining scheduler code that did not use + the "close-on-exec" file descriptor flag to speed up + program invocations (STR #890) + - The "lpr -r" command removed the print file even if it + was not printed. It now only removes the file if the + job is successfully created (STR #886) + - Revamped the custom page size orientation fix (STR + #127) + - The lp, lpq, lpr, and lpstat commands now report when + an environment variable is pointing to a non-existent + printer instead of just saying "no default + destination" (STR #879) + - Queue names with 2 periods (e.g. "printer..2") were + not supported (STR #866) + + +CHANGES IN CUPS V1.1.21rc2 + + - Fixed a denial-of-service bug in the CUPS browse + protocol support (STR #863) + - The scheduler used a select() timeout of INT_MAX + seconds when there was nothing to do, which doesn't + work on IRIX (STR #864) + - Updated the cupsaddsmb program to use the new Windows + 2000 PostScript drivers instead of the Windows NT + printer drivers (STR #390) + - The gziptoany filter did not produce copies for raw + print jobs (STR #808) + - The cupsLangGet() function now uses nl_langinfo(), + when available, to get the current encoding (STR #856) + - Added a ReloadTimeout directive to control how long + the scheduler waits for jobs to complete before + restarting the scheduler (STR #861) + - Added a note to the default cupsd.conf file which + mentions that you must allow connections from + localhost for the command-line and web interfaces to + work (STR #850) + - The IPP backend incorrectly used the local port when + communicating with a remote server; this caused + problems with some custom configurations (STR #852) + - The cups-lpd mini-daemon wasn't using the right + default banner option (STR #851) + - Updated the new httpDecode64_2() and httpEncode64_2() + functions to handle arbitrary binary data, not just + text (STR #860) + - String options with quotes in their values were not + quoted properly by the scheduler (STR #839) + - Configure script changes for GNU/Hurd (STR #838) + - The lppasswd program was not installed properly by GNU + install when the installer was not root (STR #836) + - Updated the cups-lpd man page (STR #843) + - Fixed a typo in the cupsd man page (STR #833) + - The USB backend now defaults to using the newer + /dev/usb/lpN filenames; this helps on systems which + use the devfs filesystem type on Linux (STR #818) + - The config.h file did not define the HAVE_USERSEC_H + constant when the configure script detected the + usersec.h header file. This caused authentication + errors on AIX (STR #832) + - The lp and lpr commands now report the temporary + filename and error if they are unable to create a + temporary file (STR #812) + - Added ServerTokens directive to control the Server + header in HTTP responses (STR #792) + - Added new httpDecode64_2(), httpEncode64_2(), and + httpSeparate2() functions which offer buffer size + arguments (STR #797) + - The cupsGetFile() and cupsPutFile() code did not + support CDSA or GNUTLS (STR #794) + - The httpSeparate() function did not decode all + character escapes (STR #795) + - The cupstestppd program now checks for invalid Duplex + option choices and fails PPD files that use + non-standard values (STR #791) + - Updated the printer name error message to indicate + that spaces are not allowed (STR #675) + - The scheduler didn't handle HTTP GET form data + properly (STR #744) + - The pstops filter now makes sure that the prolog code + is sent before the setup code (STR #776) + - The pstops filter now handles print files that + incorrectly start @PJL commands without a language + escape (STR #734) + - Miscellaneous build fixes for NetBSD (STR #788) + - Added support for quoted system group names (STR #784) + - Added "version" option to IPP backend to workaround + serious bug in Linksys's IPP implementation (STR #767) + - Added Spanish translation of web interface (STR #772, + STR #802) + - The LPD backend now uses geteuid() instead of getuid() + when it is available (STR #752) + - The IPP backend did not report the printer state if + the wait option was set to "no" (STR #761) + - The printer state was not updated for "STATE: foo,bar" + messages (STR #745) + - Added new CUPS API convenience functions which accept + a HTTP connection to eliminate extra username/password + prompts. This resolves a previous authentication + caching issue (STR #729, STR #743) + - The scheduler did not correctly throttle the browse + broadcasts, resulting in missing printers on client + machines (STR #754) + - The scheduler did not pass the correct CUPS_ENCRYPTION + setting to CGI programs which caused problems on + systems which used non-standard encryption settings + (STR #773) + - The lpq command showed 11st, 12nd, and 13rd instead of + 11th, 12th, and 13th for the rank (STR #769) + - "make install" didn't work on some platforms due to an + error in the man page makefiles (STR #775) + - Changed some calls to snprintf() in the scheduler to + SetStringf() (STR #740) + + +CHANGES IN CUPS V1.1.21rc1 + + - Fixed some "type-punned" warnings produced by GCC when + -fstrict-aliasing is specified (STR #679) + - The PDF filter incorrectly calculated the bounding box + of a page (STR #682) + - The IPP backend did not use SSL when printing over a + port other than 443 (STR #730) + - The scheduler could crash when processing a Limit or + LimitExcept directive (STR #728) + - The lpq, lpr, and lp commands did not differentiate + between the server being unresponsive and the lack of + a default printer (STR #728) + - The PAM checks in the configure script did not stop + after the first match (STR #728) + - The cups-config man page was incorrectly placed in + section 3 (STR #728) + - The cupstestppd utility did not show a warning message + when a PPD file indicated BCP protocol support with + PJL (STR #720) + - The scheduler did not return the correct exit code + when startup failed (STR #718) + - The cupsRasterReadPixels() function checked for + EAGAIN, which caused problems on FreeBSD (STR #723) + - The cupsGetDests() function did not use the current + encryption setting (STR #653) + - The scheduler did not properly parse name-based + BrowseRelay directives in the cupsd.conf file (STR + #711) + - The IPP backend now supports the following options in + the device URI: encryption, waitjob, and waitprinter + (STR #699) + - The parallel, serial, socket, and USB backends did not + return a non-zero exit status when a job failed to + print in the middle of sending it (STR #715) + - Location directives in the cupsd.conf file were + case-sensitive for printer and class names, so + queue-specific access control was not reliable (STR + #700) + - cupsDoFileRequest() did not handle HTTP continue + status messages in all cases, causing sporatic + problems with IPP printers from some vendors (STR + #716) + - The rastertodymo driver now supports the Zebra ZPL + language (STR #713) + - The test suite no longer generates a printcap file, + which caused problems when testing as the root user + (STR #693) + - The scheduler now updates the accepting state of an + implicit class based upon the accepting state of its + member printers (STR #697) + - The pstops filter didn't properly skip leading PJL + commands (STR #664) + - The reinterpret_cast keyword was not highlighted when + printing C/C++ source files in prettyprint mode (STR + #694) + - Fixed a segfault problem with some of the client + programs (STR #668) + - When using RunAsUser, the scheduler did not correctly + set the ownership of the log files, preventing log + file rotation (STR #686) + - The image filters did not correctly load 1-bit PNG + files (STR #687) + - The pdftops filter did not show all annotation objects + in a PDF file (STR #674) + - The pdftops filter did not print the contents of + textual form elements, making it impossible to print a + filled-in form (STR #663) + - Integrated the MacOS X/Darwin USB backend into the + CUPS baseline (STR #661) + - The USB backend incorrectly reported "media tray + empty" (STR #660) + - The scheduler did not use a case-insensitive + comparison when checking for group membership, which + caused problems with Win9x clients printing via SAMBA + (STR #647) + - The scheduler did not report the addresses associated + with certain network errors, making troubleshooting + difficult (STR #648, #649) + - The cupstestppd program did not allow a default choice + of "Unknown" as required by the PPD spec (STR #651) + - The select() buffers are now allocated to be at least + as large as sizeof(fd_set) (STR #639) + - The LPD backend now supports overriding the print job + username via the device URI (STR #631) + - The scheduler did not handle an unknown MIME type when + checking for a CGI script (STR #603) + - Added a timeout optimization to the scheduler's main + loop to allow CUPS to sleep more of the time (STR + #629) + - The USB backend now retries printing to devices of the + form "usb://make/model" if any USB port shows up as + "busy" (STR #617) + - The httpGetHostByName() function did not range check + IP address values (STR #608) + - The httpUpdate() function could return HTTP_ERROR + instead of the HTTP status if the server closed the + connection before the client received the whole + response (STR #611) + - The LPD mini-daemon did not allow the administrator to + force banner pages on (STR #605) + - Added PAM support for Darwin/MacOS X (STR #550) + - The web interface now provides a "Set As Default" + button to set the default printer or class on a server + (STR #577) + - The HTTP authentication cache was broken (STR #517) + - The cupstestppd utility now fails PPD files that have + a DefaultOption keyword for a non-existance option + name (STR #476) + - Optimized the scanning of new PPD files on scheduler + startup (STR #424) + - The EPM list file did not include the bin, lib, or + sbin directories (STR #598) + - The web interface did not redirect administration + tasks to the primary server for a class or printer + (STR #491, #652) + - The cups-lpd mini-daemon did not reject print jobs to + queues that were rejecting new print jobs (STR #515) + - Some calls to the ctype functions did not account for + platforms that use a signed char type by default (STR + #518) + - The scheduler could use excess amounts of CPU if a CGI + program was sending data faster than the client could + take it (STR #595) + - Updated the Ghostscript 8.x integration stuff (STR + #484) + - The lpd backend used a source port of 732 by default, + which is outside of the range defined by RFC 1179; + also added a new (default) "reserve=any" option for + any priviledged port from 1 to 1023 (STR #474) + - The scheduler did not check for a valid Listen/Port + configuration (STR #499) + - The cupsPrintFiles() function did not always set the + last IPP error message (STR #538) + - The pstops filter did not write the PostScript header + line if the file began with a PJL escape sequence (STR + #574) + - The printer-is-accepting-jobs status of remote + printers was not sent to clients via browsing or + polling (STR #571) + - Browse packets did not indicate whether a printer + was accepting or rejecting jobs. + - The web interface did not show the printer state + history information (STR #592) + - The rastertoepson filter would crash under certain + cirsumstances (STR #583) + - The USB backend did not handle serial numbers using + the (incorrect) SN keyword and did not terminate the + make and model name strings properly (STR #471, STR + #588) + - The USB backend did not build on Solaris x86 (STR + #585) + - The cupsDoAuthentication() function did not use the + method name for Digest authentication (STR #584) + - The scheduler could crash if a print job could not be + printed and the PreserveJobHistory option was turned + off (STR #535) + - cups-lpd now logs the temporary filenames that could + not be opened in order to make troubleshooting easier + (STR #565) + - cupsGetJobs() now returns -1 on error (STR #569) + - Added localization for Belarusian (STR #575) + - The LPD backend used the full length of the hostname + when creating the data and control filenames, which + causes problems with older systems that can't handle + long filenames (STR #560) + - The scheduler did not refresh the common printer data + after a fast reload; this prevented banner and other + information from being updated (STR #562) + - The scheduler did not send common or history data to + the client when processing a CUPS-Get-Default request + (STR #559) + - The httpFlush() function did not always flush the + remaining response data in requests (STR #558) + - The scheduler could complete a job before it collected + the exit status from all filters and the backend (STR + #448) + - The PPD conformance tests did not catch group + translation strings that exceeded the maximum allowed + size (STR #454) + - Updated the client code in the scheduler to close the + client connection on errors rather than shutting down + the receive end of the socket; this caused resource + problems on some systems (STR #434) + - cups-polld didn't compile on Tru64 5.1B (STR #436) + - "lpc stat" crashed if the device URI was empty (STR + #548) + - The scheduler did not compile without zlib (STR #433) + - std:floor() cast needed on IRIX 6.5 with SGI C++ + compiler (STR #497) + - cupsRasterReadPixels() and cupsRasterWritePixels() did + not handle EAGAIN and EINTR properly (STR #473) + - RequiresPageRegion should not be consulted for Manual + Feed (STR #514) + - International characters were not substituted in + banner files properly (STR #468) + - Updated pdftops to Xpdf 2.03 code to fix printing bugs + (STR #470) + - The Digest authentication code did not include the + (required) "uri" attribute in the Authorization + response, preventing interoperation with Apache + (STR #408) + - The web interface could lockup when displaying certain + URLs (STR #459) + - The PostScript filters now convert underscores ("_") + to spaces for custom classification names (STR #555) + + +CHANGES IN CUPS V1.1.20 + + - The pstops filter didn't properly handle collated, + duplexed copies of documents with an odd number of + pages on printers that did not do their own collated + copies (STR #389) + - Tru64 doesn't define a prototype for hstrerror() (STR + #430) + - Updated the pdftops filter to use the annotation flags + instead of the subtype to determine whether to print + an annotation (STR #425) + - The French web interface localization did not use + absolute paths for the navigation bar (STR #428) + - The CUPS test suite did not undefine the PRINTER and + LPDEST environment variables. This could lead to bogus + test results (STR #380) + - The cupsLangDefault() function now works if you don't + have the base OS localization installed (STR #418) + - The pdftops filter no longer needs to create temporary + files with tmpnam (STR #406) + - The HTTP code did not use a case-insensitive + comparison when checking for the Basic authentication + method (STR #407) + - The httpEncode() function always added a trailing "=" + character, which is not required by the Base64 + encoding specification (STR #407) + - The signal handlers did not need to call sigset(); + this caused a recursion problem on some versions of + IRIX (STR #422) + - Moved the scheduler termination code into the mainline + to be consistent with the way other signals are + handled (STR #423) + - The cupsaddsmb program didn't export the new CUPS + driver for Windows properly (STR #390) + - The ppdOpen() functions did not issue an error when a + translation string exceeded the maximum allowed by the + Adobe PPD specification (STR #399) + - The default landscape orientation was not the same as + that defined in the PPD file (STR #397) + - Updated the pstoraster patch files and CUPS driver to + work with Ghostscript 8 (STR #402) + - The hpgltops filter did not skip PJL commands (STR + #379) + + +CHANGES IN CUPS V1.1.20rc6 + + - "lp -i jobid -H restart" would often return an error + even though the job restarted successfully (STR #362) + - The scheduler did not check for invalid allow/deny + addresses such as "11.22.33.44/24". It now masks off + the extra address bits and logs a warning message in + the error_log file (STR #337) + - The cupstestppd utility now checks for missing + ImageableArea and PaperDimension attributes for each + defined PageSize (STR #365) + - The IPP code did not wait for a reply indefinitely on + HTTP connections in "blocking" mode (STR #377) + - The web interfaces did not rewrite the default printer + URI properly (STR #299 and #369) + - The LPD backend passed the C and L commands in the + wrong order (STR #378) + - The Dymo label printer driver did not set the label + length properly (STR #373) + - The scheduler did not support job IDs higher than + 99999 (STR #371) + - The Visual C++ project files did not work (STR #366) + - The scheduler's cupsLangSeek() function did not reset + the "EOF" flag, preventing compressed files from being + typed properly in some cases (STR #368) + - The cupsLangGet() cache was only used if the locale + name provided an explicit character set name (STR + #354) + - The CUPS API convenience functions did not call + cupsLangFree() when they were done with the + localization data (STR #354) + - The scheduler did not return the + job-hold-until-supported or job-hold-until-default + attributes (STR #356) + - The cupsaddsmb program did not support the new CUPS + driver for Windows (STR #357) + + +CHANGES IN CUPS V1.1.20rc5 + + - The scheduler did not initialize the browse socket + file descriptor properly when only SLP browsing was + enabled (STR #259) + - The scheduler accessed the job attributes before they + were set (STR #347, fix to STR #335) + - The cupsCancelJob() function did not return 0 when the + job could not be canceled (STR #340) + + +CHANGES IN CUPS V1.1.20rc4 + + - The scheduler did not move the incoming job attributes + in the operation group to the job group (STR #335) + - The cupsDoFileRequest() function did not check for an + early HTTP response while sending the file (STR #314) + - The web interfaces did not quote #, ?, or . in printer + names, which caused some problems with the generated + URLs (STR #320) + - CUPS couldn't be completely compiled with the -dDEBUG + option (STR #331) + + +CHANGES IN CUPS V1.1.20rc3 + + - More SLP changes (STR #259) + - Revamped the child signal handling code to completely + avoid deadlock issues on Solaris (STR #325) + - The lpadmin command displayed an incorrect error + message when the "-u" option was provided with no + arguments (STR #313) + - The web admin interface did not display an error + message if the PPD file could not be loaded (STR #308) + - The ppdEmit() functions did not use the correct + orientation value position for custom page sizes (STR + #292) + + +CHANGES IN CUPS V1.1.20rc2 + + - The serial backend set the IXANY option on the port + for XON/XOFF flow control; this caused problems with + printers that returned status info but were not ready + for more print data (STR #287) + - The scheduler didn't support scripted index files + (index.php, index.pl, etc. - STR #290) + - The scheduler did not correctly localize script files + with "GET" variables (STR #268) + - Changes in job classification are now logged (STR + #289) + - Fixed a few more SLP-related bugs (STR #259) + - Updated the user/group configure checks for MacOS X + 10.3 (STR #270) + - Fixed an offset bug in the PDF filter (STR #284) + - The cupsDoRequest() and cupsDoFileRequest() functions + did not map several HTTP status codes to their IPP + counterparts. This made detecting certain conditions + very difficult (STR #277) + - Config, spool, and status files are now owned by the + scheduler user (usually root) with read permission for + the filter group (STR #283) + - The HP-GL/2 filter did not support the SI command, + some values for the AD and SD commands, and did not + rotate labels properly via the DI command (STR #282) + - The fax support did not update/set the job-hold-until + attribute when a fax job fails (STR #269) + - The cupsLangGet() function didn't support locales of + the form "ll.charset" (STR #271) + - The scheduler did not use the charset when getting the + language localization for a request; this caused extra + disk IO for every request (STR #271) + - The scheduler did not support requests with more than + one language specified (STR #267) + + +CHANGES IN CUPS V1.1.20rc1 + + - The scheduler now waits up to 60 seconds before + restarting to allow active jobs to complete printing + and pending requests to be processed (STR #226) + - The web interface did not work on systems where time_t + is 64 bits (STR #262) + - Added backend tweeks and content-length check from Red + Hat (STR #253) + - The USB backend now uses the 8255 constants instead of + the standard constants when reporting printer status + bits on Linux (STR #254) + - Added new cupsDoAuthentication(), cupsGetFd(), + cupsGetFile(), cupsPutFd(), and cupsPutFile() functions + to the CUPS API (STR #112) + - The PDF filter always scaled and offset pages; this + caused problems under MacOS X, so now the "fitplot" + option controls whether PDF files are scaled to fit + within the printable area of the page (STR #250) + - The LPD backend did not support the port number in a + URI (STR #247) + - Some filters didn't properly support boolean options + (STR #249) + - Landscape PDF files were not always offset by the + correct amount when rotating (STR #243) + - The scheduler could hang in a call to localtime() when + logging messages from the signal handler (STR #242) + - The PDF filter no longer prints form widgets; this + duplicates the behavior of Acrobat Reader (STR #241) + - cupsGetPPD() didn't handle a late termination of a + HTTP connection with the server (STR #220) + - ppdOpen() did not correctly check for "*PPD-Adobe-4." + on the first line of a PPD file. This caused incorrect + PASS results for some PPD files (STR #233) + - cupsEncodeOptions() did not allow boolean options to + use "yes" and "on" for true values (STR #227) + - The pstops filter only sent the TBCP exit sequence if + it was defined in the JCLEnd attribute in the PPD file + (STR #224) + - Support for more than 1024 files was broken on Solaris + 9 (STR #217) + - The setgroups() calls now pass in 1 group (the + configured group) instead of 0 for compatibility with + BSD and Darwin (STR #213) + - The scheduler's built-in broadcast throttling was + ineffective since incoming packets would cause the + next group of outgoing packets to be sent immediately + rather than waiting for the next time slot (STR #211) + - Added a new ppdSetConformance() function to set the + conformance requirements for PPD files. Currently only + two levels are defined, PPD_CONFORM_RELAXED and + PPD_CONFORM_STRICT, and the default is the relaxed + level (STR #212) + - The IPP backend did not correctly execute the + pictwpstops filter on OSX (STR #210) + - The LPD backend did not set the banner class when the + "banner=yes" option was specified in the device URI + (STR #209) + - The imagetoraster filter did not support all of the + page device attributes (STR #208) + - The pdftops filter incorrectly auto-rotated pages when + the user already had specified the proper orientation + (STR #207) + - Fixed AIX shared library support (STR #201) + - Added support for live testing with Valgrind (STR + #193) + - The CGI programs now collect the list of needed + attributes for the class, job, and printer template + files (STR #192) + - The scheduler now passes the first port that is bound + to the local loopback or "any" addresses to the CGI + programs rather than the port that the browser + connected to (STR #103) + - The cupstestppd program now checks for bad + JobPatchFile attributes and incorrect versions of the + Manufacturer attribute for HP printers (STR #155) + - The filter makefile incorrectly installed + libcupsimage.a in the filter directory (STR #180) + - The scheduler did not verify that the job history + files define the job-priority and + job-originating-user-name attributes (STR #178) + - The pstops filter didn't handle poorly-formed binary + PostScript files that had CTRL-D's in them (STR #156) + - The ppdOpen*() and cupsLangGet() functions did not + make a copy of the old locale strings when using the + POSIX locale when reading files, which apparently + caused problems with some implementations of the + standard C library. (STR #159) + - The pdftops filter did not work properly with some + embedded Type1C fonts (STR #177) + - Updated the pdftops filter to be based upon Xpdf + 2.02pl1 (STR #191) + - The scheduler did not reset the group list when + running CGI and filter processes (STR #185) + - The scheduler no longer calls malloc and free from the + signal handlers (STR #190) + - The USB backend now uses the manufacturer and model + strings if the description string is not available + (STR #174) + - The ppdOpen functions still supported the + VariablePaperSize attribute, which was removed in v4.0 + of the PPD spec. This caused problems with PPD files + that relocated the PageSize option to a non-standard + group (STR #158) + - The cups.list file referenced MAN1EXT, MAN3EXT, and + MAN5EXT, but none of those were actually defined (STR + #147) + - Chunked requests could cause a Denial of Service if + the connection is terminated before the first byte of + chunk data is sent/received (STR #143) + - Printers with special characters in their names were + not accessible from the web interface (STR #120) + - The lpstat command now shows the correct interface + script or PPD file, if any, for a print queue (STR #89) + - The lpstat command now shows the printer-state-message + and printer-state-reasons attributes whenever they are + not blank (STR #152) + - The French and German option-conflict.tmpl template + files did not get installed (STR #148) + - The cups.list.in file did not work when compiling + without shared libraries (STR #149) + - The DSOFLAGS included the LDFLAGS, which causes + problems on at least HP-UX (STR #150) + - The fax printer support did not keep track of the fax + capability bit (STR #144) + - The appleLangDefault() function could leak a small + amount of memory (STR #145) + - The ppdOpen() functions now mirror all normal + attributes to the attribute list; previously only + certain unassigned attributes would be added (STR + #139) + - The ppdEmitJCL() function wrote JCL commands to stdout + instead of the passed file pointer (STR #142) + - The httpGets() function could, in certain states, + block waiting for data (STR #132) + - The cupsEmitJCL() function not outputs an empty @PJL + command after the PJL language escape to work around + bugs in certain PJL implementations (STR #131) + - The cupsEmit*() functions didn't set the orientation + value properly (STR #127) + - The cups.spec file didn't list the rc2.d init + directory or the cupstestppd file (STR #134) + + +CHANGES IN CUPS V1.1.19 + + - The GNU TLS code incorrectly used + gnutls_check_pending() instead of + gnutls_record_check_pending() (STR #128) + - The ppdEmit() functions output "PageSize Custom" + instead of "CustomPageSize True" in the DSC comments. + Also, the custom page size code did not use the + ParamCustomPageSize attributes (STR #127) + - The cupstestppd command did not list the conflicting + options (STR #123) + - The lpq command did not ensure that there was + whitespace between the fields in the job listing (STR + #117) + - The German web templates had errors (STR #119) + - The configure script didn't specify the static + libraries properly when configuring with the + --disable-shared option (STR #104) + - The cups.list file used file dependencies for package + formats other than portable, RPM, and Debian (STR #98) + - cupsLangGet() didn't use its language cache (STR #97) + - "lpq -P" would segfault instead of showing a usage + message (STR #94) + - Fixed compiler warnings in pdftops filter (STR #96) + + +CHANGES IN CUPS V1.1.19rc5 + + - Jobs with banner pages that were printed to implicit + classes would get double banner pages for each + file/banner in the job (STR #68) + - The mime.convs file was missing the filter definition + for Windows BMP (image/x-bitmap) files (STR #85) + - The scheduler allowed some READ-ONLY job attributes to + be set, which could cause the scheduler to fail on the + next restart (STR #82) + - The lp and lpr commands did not report when the + scheduler was not responding; instead, the user would + incorrectly see a "no default destination" error (STR + #70) + - cupsLangGet() could fail on OSX due to a corrupt + language preference (STR #78) + - Added more checks for HTTP request timeouts. + - The scheduler dropped the first non-alpha character + after an open brace when doing attribute substitutions + in banner pages (STR #77) + - The scheduler child might send SIGUSR1 to the parent + before the signal handler was installed; this didn't + prevent the scheduler from starting but produced an + annoying error message (STR #45) + + +CHANGES IN CUPS V1.1.19rc4 + + - The lp command did not accept "-" for printing from + the standard input as required by POSIX 1003.1 (STR + #59) + - Added the job-originating-host-name information for + the page_log file documentation in the SAM (STR #31) + - The German web interface templates did not use the + right paths for job operations (STR #54) + - The scheduler would consume all available CPU if + started with a pending job in the queue (STR #35) + - The polling daemon allocated an extra localization + buffer but did not free it, causing cups-polld to + eventually use all available memory (STR #40) + + +CHANGES IN CUPS V1.1.19rc3 + + - The scheduler could get in an infinite loop cancelling + jobs using "cancel -u user dest" (STR #48) + - The "cancel -u user" command did nothing (it should + cancel all jobs on all printers owned by the named + user - STR #48) + - The scheduler would write 0-length job control files + (STR #46) + - Updated the French man pages (translation provided by + Gilles QUERRET) + - The scheduler would delete all printers from + printers.conf if a job was active when a HUP signal + was handled (STR #47) + - The cups-polld program would leak memory if it was + unable to send browse packets to the loopback + interface (STR #40) + - The scheduler did not put the + job-originating-host-name attribute in the job + attributes group. + - The text filter did not default to wrapping text as + defined by the IPP implementation document. + - Scan backends first, PPDs second (STR #37) + - Updated the Netatalk documentation in the SAM (STR #38 + and #39) + - The test suite sent text files to a non-PS print queue, + which requires ESP Ghostscript (provided separately). + Now send the JPEG test file (STR #33) + - The test suite did not show the estimated disk space + requirements (STR #33) + - The test suite did not set the MaxLogSize directive to + 0 to prevent log file rotation (STR #33) + - The test suite still setup the old CUPS Ghostscript + symlinks (STR #33) + - The pstops filter did not report the correct number of + copies for the page_log file when printing collated + copies to a printer that doesn't support them in + hardware (STR #32) + - cupsLangGet() needs to set the CTYPE locale to "C" + (POSIX) to avoid erroneous tolower/toupper values (fix + suggested by Bjoern Jacke) + - Fixed a typo in the cups.list.in file. + - Updated all of the Western European locales to default + to ISO-8859-15 (for Euro support, suggested by Bjoern + Jacke) + - Updated the German message catalog (update provided by + Bjoern Jacke) + + +CHANGES IN CUPS V1.1.19rc2 + + - cupsLangGet() now sets the encoding field based on the + trailing charset in the locale name, and doesn't look + for a message catalog in a specific locale.charset + directory. This fixes STR #26 and is more in line + with the CUPS 1.2 implementation. + - The configure script now aborts if the "ar" command or + compilers cannot be found. + - The static cupsimage library was not built by default. + - The path for the "ln" command was hardcoded in + Makedefs.in instead of being checked at configure time + (STR #28). + - Banner pages containing unescaped { characters would + not work. + - The printer-state-time collection attribute was + encoded as an enumeration instead of an integer. + - The printer-is-accepting-jobs collection attribute was + was not added to the collection value. + - The printer-state-sequence-number collection attribute + was not added to the collection value. + - Fixed typo and const mismatch in IPP backend. + - Updated the man pages for the new configuration + directives. + - Updated the SAM for MacOS 10.2, the CUPS drivers for + windows, the available LPD backend options, and the + new configuration directives. + - The imagetops filter didn't position images properly + on the page (STR #18) + - The configure script didn't add CPPFLAGS to the + compiler options or LDFLAGS to the DSO options (STR + #13) + - The scheduler would try to write a debug log message + when starting a job that contained a NULL string. + Since not all versions of snprintf() support NULL + string pointers this caused some problems (STR #20) + - The testipp program now supports reading of IPP + message files such as those used for the job history + in /var/spool/cups. + + +CHANGES IN CUPS V1.1.19rc1 + + - Added CUPS support files for Java, Perl, and PHP + (located in the "scripting" subdirectory...) + - The scheduler now supports fast-reloads of the + cupsd.conf file when it is updated via HTTP. + - The scheduler always changed the ownership of log + files; it now only does so if they are not in the /dev + directory (i.e. don't want to change the ownership and + permissions of /dev/null...) + - Added libpaper support (patch from Jeff Licquia) + - Added a new istring() rule for MIME types files that + does a case-insensitive comparison of strings. + - The cups-lpd mini-daemon now sends jobs to the default + queue when an empty queue name (or "lp" and there is + no "lp" queue) is sent. + - The scheduler now supports fax queues identified by a + "*cupsFax: True" attribute in the PPD file. When a job + can't be sent, it is held for 5 minutes by default + while other jobs are attempted. The FaxRetryLimit and + FaxRetryInterval directives control the number of + retries and the time between retries. + - The scheduler now preserves the default options of PPD + files when modifying/upgrading an existing PPD file. + When installing a new printer, the scheduler sets the + default media size to Letter or A4 as appropriate for + your locale. + - The scheduler no longer limits the number of + BrowseAddress, BrowsePoll, BrowseRelay, Listen, Port, + SSLListen, and SSLPort directives to 10. + - The scheduler now supports print files that have been + compressed using gzip. + - The scheduler used the stdio functions to read any job + ticket information in a PostScript print job. Since + some platforms limit the number of stdio files to 256, + job ticket information was ignored when the server had + a large number of clients connected to the system. + - Filters and backends may now report the total number + of pages ("PAGE: total NNN") to the scheduler. + - The LPD backend now supports timeout and + sanitize_title options (default to 300 and yes, + respectively) and has some additional changes to + reduce the chances of multiple copies being printed + when only one copy was requested. + - Fixed a polygon drawing bug in the HP-GL/2 filter. + - Added a robots.txt file to the standard install to + prevent search engines from indexing the CUPS server. + - Added support for STATE: messages + (printer-state-reasons), printer-state-history, and + printer-state-time to the scheduler. + - When using RunAsUser, the scheduler would initially + start any previously queued (pending) jobs with + RunAsUser disabled - all backends would be running as + root. + - If a backend failed for a printer, CUPS would + incorrectly requeue the job for printing again. + - Added support for IPP collections and files. + - Added experimental support for generic CGI scripts and + programs, Java, Perl, PHP, and Python to the + scheduler. See the file "CGI.txt" for more + information. + - The CUPS API now supports HTTP cookies and the Expect: + field. + - The cancel command now correctly supports the "-u + user" option to cancel all jobs for the named user. + - The Purge-Jobs operation now supports the my-jobs + boolean attribute and a new purge-jobs boolean + attribute to control whether job history data is + purged from the scheduler; the default is false for + my-jobs and true for purge-jobs to match the original + implementation. + - The scheduler would not timeout printers when only + using SLP browsing. + - If the scheduler was unable to execute a filter, it + would try to restart the job indefinitely until the + filter could be executed. + - When writing BSD printcap files, the scheduler now + includes the rm and rp attributes, allowing the file + to be exported to LPD clients. [Patch from Dominic + Kubla] + - The scheduler optimization to reference IPP attribute + data instead of performing a full copy caused problems + when the referenced data was deleted before it was + sent. It now only references attributes that change + only when the scheduler is restarted. The change also + reduced the memory footprint of a printer object to + 2k. + - The scheduler now holds signals while logging messages + to avoid potential deadlock issues when handling + signals on Solaris 8. + - The lpadmin command now allows printer access control + by group name as well as user name. + - "lpoptions -l" got in an infinite loop if no default + printer was available. + - The scheduler now logs the job-originating-host-name + attribute in the page_log file, and uses "-" for any + empty fields (patch from Dominik Kubla). + - The pdftops filter now scales PDF pages within the + printable area of the page. + - The pstops filter didn't include the page-label and + classification boxes when printing EPS or non- + conformant PS files. + - The imagetops filter didn't always correctly position + the image on the page when printing in landscape + orientation. + - The ppdEmit() functions now support the + RequiresPageRegion attribute when sending InputSlot + and ManualFeed commands. + - The PPD loading code now supports standard options + outside of OpenUI/CloseUI as required by the PPD spec. + - The cupstestppd program has been upgraded to provide a + concise PASS/FAIL report, additional detailed + conformance testing, and support for gzip'd PPD files. + - The PPD loading code is now much more strict when + loading a PPD file, and tracks more format errors. + - The scheduler ignored child signals when gathering the + list of available devices, when it should have been + using the default signal handler. + - The cupsEncodeOptions() function could encode an + option with a NULL last string. + - The socket backend could report the wrong number of + backchannel bytes if an error occurred on the link. + - The cups-polld program now only sleeps after getting + all printers and classes. This allows for longer + intervals without excessive delays before classes show + up... + - Added a new httpWait() function to support waiting for + data for a specific number of milliseconds. + - httpGets() now times out after 1 second on + non-blocking HTTP connections. + - The scheduler no longer accepts rangeOfInteger values + that are out of order (e.g. 5-1) + - The sides attribute was incorrectly sent as a name + value; it is a keyword value. + - The IPP backend now detects if the destination queue + has gone away and reports an error. + - The scheduler and HTTP API now allocate their select() + sets to support larger numbers of clients on systems + that support it. + - The scheduler now sets the CFProcessPath environment + variable under MacOS X. + - The cupsLangDefault() function now uses the + CoreFoundation localization API under MacOS X. + - The httpSeparate() function didn't handle file URIs of + the form "file:///path" properly. + - The lpadmin command now supports a "protocol" option + for specifying the binary communications protocol to + use when printing binary PostScript data. + - The scheduler did not properly parse the SystemGroup + directive, so only the first group would be used. + - Revamped how strings are stored in the scheduler, + providing a substantial improvement in memory usage + for systems with large numbers of printers. + - The PostScript filter now supports binary PostScript + files and files beginning with the PJL language escape + sequence. + - The PPD API now provides additional information from + the PPD file. + - The USB backend didn't compile on Solaris Intel. + - The cupstestppd utility now supports the "-q" option + (quiet) for use in scripts, etc. + - Merged several weight-reducing changes into the CUPS + baseline donated by Apple. + - Added preliminary support for CDSA; patch provided by + Apple. + - Implicit classes are now created from identical + printer classes on the network. + - The lp command now supports a "-H restart" option to + restart previously printed jobs. This functionality + only works if you have enabled the PreserveJobFiles + option. + - The scheduler now supports URIs in HTTP request lines + to conform to the HTTP/1.1 specification. + - The time-at-xyz attributes were not recognized in + banner files if prefixed by a question mark, e.g. + "{?time-at-creation}". + - Added support for pre-filtering application/pictwps + files on MacOS clients before sending them to a server + via IPP. + - The scheduler now allows file:/dev/null device URIs + even if FileDevices is set to No. + - CUPS uses strerror() for hostname resolution errors, + when it should have used hstrerror(). + - The USB backend no longer tries to guess the serial + number of a device from the USB devices file; this + means that printers that don't report their serial + numbers in the device ID string will not be + individually selectable. + - The pstops filter didn't handle page ranges properly + when a page contained an embedded document. + - Added a translation of the web interface to German. + - When printing using the OutputOrder=Reverse option + with duplexing, the output order is now truly + reversed; the order of sub-pages when printing N-up is + the same. + - The pstops filter did not always output the extra + blank page when printing a document with an odd number + of pages with duplexing enabled. + - The ippAddXYZ functions no longer allow the + application to add less than 1 value. + - Fixed a URL rewrite bug in the web interface - local + access was sometimes redirected away from localhost... + - The ppdOpen() functions could get in an infinite loop + if the PPD file contained a keyword or text that was + too large for the buffer. + - Added preliminary support for GNU TLS; patch provided + by Jeff Licquia. + - Now timeout IPP attribute reads after 1 second inside + an attribute definition. + - Now timeout connections that have been shutdown (due + to errors) after 30 seconds instead of the Timeout + setting (300 seconds by default). This provides + faster recovery from DoS attacks. + - A denial-of-service attack warning message was being + written to the log files by the scheduler for every + detection. This caused a DoS of its own in some + situations. The warning message is now written no more + than once per minute. + - Fixed the CIE colorspace support code in the image and + PS RIPs. + - The job-quota-period, job-page-limit, and job-k-limit + attributes were not flagged as integers, so setting + quotas would not work. + - Added an additional response check in the scheduler to + more quickly recover from denial-of-service attacks. + - The cupstestppd file was incorrectly installed in the + /usr/sbin directory instead of /usr/bin. + - The EPM list file did not include the cupstestppd + program or man page files. + + +CHANGES IN CUPS V1.1.18 + + - Fixed a bug in the Set-Job-Attributes code in the + scheduler that would cause it to crash or continuously + write a job control file. + - SECURITY FIX: The scheduler now provides a FileDevice + directive to control whether new printers can be added + using device URIs of the form "file:/filename". The + default is to not allow printers with these device + URIs. + - The scheduler did not compute the cost of filters + properly, nor did it choose a multi-filter solution + with a lower cost than a single filter solution. + - Now install CUPS PPD file test utility (cupstestppd) + to support basic conformance testing of PPD files. + - The scheduler now logs an error message when it sees a + non-conforming PPD file. + - Upgraded pdftops filter to Xpdf 2.01 with fixes for + TrueType fonts. + - Added a MaxClientsPerHost configuration directive to + provide limited protection against Denial of Service + attacks. + - SECURITY FIX: Potential underflow/overflow bug in web + interface. + - SECURITY FIX: Race condition in certificate creation. + - SECURITY FIX: Bad URIs in browse packets could be used + to exploint the web interface underflow/overflow bug. + - SECURITY FIX: Some types of Denial of Service attacks + were not handled properly, so once the attack was over + the scheduler did not close the connections + immediately on all platforms. + - SECURITY FIXES: Added integer overflow/underflow + checks for all image formats. + - The pstops filter didn't reset the showpage operator + back to its original at the end of a job; this + prevented the concatenation of documents (used + primarily for CUPS 1.2...) + - The cupsGetPPD() function didn't always set the + cupsLastError() value when an error occurred. + - The IPP media, output-bin, and sides attributes took + precedence over the corresponding PPD options, which + caused inconsistent behavior under MacOS X with some + PPD files. + - The cupsaddsmb utility specified the wrong number of + arguments to the adddriver command when adding the + Win9x PostScript drivers. + - The web interface did not always report the correct + error message. + - The scheduler did not clear the POSIX signal action + structure when waiting for the child to send it a + SIGUSR1 signal; this could cause the signal handler + not to be called properly, preventing the parent + process from returning. + + +CHANGES IN CUPS V1.1.17 + + - The "manual_copies" option did not work when the LPD + backend had to retry a print job. + - The image filters did not convert GIF images properly. + - The RunAsUser option was incompatible with the new + daemon-mode code in 1.1.16. + - Fixed a problem with the Set-Job-Attributes and + PostScript job ticket code in the scheduler - the + "last" attribute pointer was never updated, which + could cause the scheduler to crash when applying job + ticket data. + - Fixed a problem in the scheduler that caused it to + continue processing HTTP requests on a connection + after it was shutdown. + - The scheduler now allows accounts authenticated via + PAM to not have a corresponding UNIX account, but + group membership still requires the account name to be + listed in the UNIX group file(s)... + - The scheduler used a fixed-size (16k) buffer for + encoding job options for filters; it now dynamically + allocates and expands the buffer as needed depending + on the options that are sent in a job. + - The pdftops filter didn't support all of the MacOS + characters for MacRoman encoded fonts. + - The cupsEncodeOptions() and cupsParseOptions() + functions now conform to the grammer defined by the + current draft of the PAPI specification. The main + difference is that option=yes and option=no are no + longer treated as boolean options. + - The IPP backend didn't honor the encryption settings + in /etc/cups/client.conf. + - Fixed a potential bug in the HTTP code which was + caused by servers sending the status line and + newline(s) in separate packets. + - User-defined classification strings are now printed + verbatim - previously the classification box would be + empty. + - Re-added Spanish to the list of PPD languages that + CUPS supports. + - CUPS API library user and temp file updates for + Windows. + - The image filters did not properly handle grayscale + printing of Sun Raster images. + - The scheduler never reset the NumJobs variable before + loading the job list (previously this only happened on + a full start, so the problem was never apparent...) + - The HTTP and IPP read/write code didn't handle EINTR + (interrupted system call) errors. + - When under high load, the scheduler could abort due to + the wrong errno value after a select() call. This was + caused by the child signal handler. + - Added new load tests to the test target to verify that + cupsd can handle hundreds of simultaneous jobs without + error. + - The Solaris USB backend now supports the new device + URI syntax. + - The ppdOpen*() functions now reset the numeric locale + settings while loading a PPD file. + - Fixed the libtool build rules. + - The manpage make rules didn't use $(MAKE) and + $(MFLAGS) for the language subdirectories. + - Now set the LC_TIME locale category to get the + properly localized time string. + - Fixed a problem in the scheduler that would cause the + web interface problems when adding, modifying, or + configuring a printer or class. + - The backends now ignore SIGPIPE so that failed job + filters will not stop a print queue. + - The lpstat command did not allow for destination lists + ("lpstat -v printer1,printer2") + - Fixed parsing of long filter status messages in the + scheduler. + - Added some startup performance enhancements to the + scheduler so that the printer object information is + regenerated fewer times and the MIME type database is + not filled with lots of empty filters for raw/direct + queues. + - The LPD backend now sends the job title as the print + filename. + - Added support for variable sizes in the EPSON dot + matrix printer drivers. This allows for pages as + short as 1/2" (1 row of labels) and does not do an + automatic form feed. + - French translation updates. + - The filters did not quote the page label string when + embedding it in PostScript output. + - The serial backend now enumerates serial ports under + MacOS X. + - The pdftops filter contained font rasterizer code that + wasn't being used and that depended on X11. This code + has been removed. + + +CHANGES IN CUPS V1.1.16 + + - The cancel and lprm commands now both display an error + message and return a non-zero exit status if an + attempt is made to cancel a job on a non-existent + printer. + - The lpoptions command incorrectly complained if a + request to delete a non-existent printer was made. + - If the client.conf file defines an alternate server + name, the "configure printer" action in the web + interface might not work. + - The lpstat command now supports a "-W" option so that + you can display completed jobs as well as + not-completed (pending) jobs. + - The lp and lpr commands did not return an error when + one or more files in a set of files for printing could + not be printed. + - The lp, lpadmin, and lpstat commands now consistently + return with a non-zero exit status when an error + occurs. + - The scheduler would not accept print jobs sent to a + stopped remote printer. + - The texttops filter incorrectly converted the page + numbers in the prettyprint header to double-byte + characters when printing a non-Unicode text file. This + caused an extra space to appear between each digit in + the page number. + - The scheduler did not use a case-insensitive + comparison when adding filters for a printer. + - Upgraded the pdftops filter to Xpdf 1.01. + - The scheduler no longer passes the page-border and + number-up-layout attributes to filters when printing + banner pages. + - The LPD backend now uses a 30-second timeout when + sending commands and control files, and a 30-second + timeout when retrieving responses from an LPD server. + If a timeout occurs, it retries indefinitely. This + helps to make LPD printing over VPNs work more + reliably. + - The USB backend now supports device URIs based on the + printer serial number and/or model number under Linux. + This avoids the "wrong device filename" problem when + using more than one USB printer. + - Now just shutdown the receiving end of a client + connection when sending an error that requires the + server to disconnect from the client afterwards. This + fixes a problem when doing remote administration with + encryption enabled. + - The scheduler did not send a printer-state-message + attribute if the string was empty; it now always sends + this attribute. This caused the printer message to be + displayed for other printers in the web interface. + - The LPD backend now supports a "manual_copies" option, + e.g.: "lpd://server/queue?manual_copies=no", in order + to handle copies for raw jobs to printers that don't + implement the LPD protocol properly... + - The "mirror" option was not being handled by the + PostScript or image filters. + - Updated the cupsaddsmb command to support the new CUPS + driver for Windows NT/2k/XP. + - Filter status lines longer than 1023 characters could + cause the scheduler to get into an infinite loop. + - The scheduler didn't reset the job state to pending + when modifying an active printer. + - Now limit the maximum number of recursion steps when + searching for a filter for a job, in case a user + defines a circular filter rule. + - The PostScript filter would embed an invalid + requirements comment in some cases. + - Added support for embedded job tickets in PostScript + files. + - The PostScript filter now detects EPS files and should + better handle printing EPS files. + - The cancel command now ignores a trailing destination + name when cancelling a specific job ID (Solaris + compatibility). + - The scheduler now rejects jobs with copies outside the + range of 1 to MaxCopies, inclusive. + - Added new MaxCopies directive to set the maximum + number of copies that a user can request. + - The scheduler didn't block signals while it processed + others and when it forked processes. + - The scheduler checked for new jobs to print when + stopping a job. This caused jobs to restart before a + shutdown. + - Updated the CUPS startup script to better support + different timezones and to support the RedHat/Mandrake + init script functions, if available. + - The scheduler did not properly handle backslashes in + banner files; it incorrectly assumed that "\c" should + always be replaced by "c", instead of only looking for + "\{" and replacing it by "{". + - The texttops filter didn't handle prettyprint=no. + - The text and HP-GL/2 filters didn't check for other + common duplex option names like cupsMarkOptions() did. + - "lpoptions -x printer" no longer clears the "default + printer" status of the printer. + - cupsTempFd() now stops trying to create a temporary + file after 1000 tries, and aborts on any error other + than EEXIST. This should prevent lp/lpr hangs due to + a bad or missing temporary directory. + - The lpadmin command did not send the right URI to the + scheduler when setting options on classes. This + caused a client-error-bad-request error. + - The CUPS API convenience functions would attempt to + connect to the remote server name in a + "printer@server" printer name instead of dealing with + the default (usually local) server. Aside from + causing user confusion, the remote server name might + not be resolved properly, causing further problems. + - "lp -q" would cause the "lp" command to segfault, as + the program would try to print the option letter that + caused the error using the wrong index into the + command-line; bugfix from Debian. + - Fixed a minor inconsistancy in the encoding of boolean + attributes from printer options in + cupsEncodeOptions(). + - Added a FilterNice directive which sets the priority + of job filter processes that are run by the scheduler. + - Added Solaris x86 USB printer support. + - The USB backend now reports both the ulpt and unlpt + devices under *BSD. + - The "lpstat -o" command would truncate the + "printer-jobid" string if it was longer than 21 + characters. + - The PJL-based MIME type rules now look in the first + 1024 bytes instead of just the first 512 bytes to find + the language mode. + - The image file types are now listed explicitly in the + mime.convs file so that additional image file formats + do not use the standard CUPS image filters by default. + - Updated the Software Programmers Manual to include + all of the CUPS API functions. + - ppdOpen*() no longer sorts choices for an option. + - The web interface now enforces constraints in PPD + files when configuring a printer. + - When stopping a printer, the scheduler didn't set the + printer state before stopping the current job. + - The cupsaddsmb utility now lists all data files for + Win9x and WinMe clients when installing that Windows + driver. + - Jobs submitted to a class now bounce immediately to + the next available printer rather than waiting until + that printer is available. + - Filters and backends now also get the CLASS + environment variable set when a job is printed to a + printer class instead of a normal printer. + - Added French translations of the web interface, CUPS + Overview, Software Administrators Manual, and Software + Users Manual contributed by Marian REYT-LLABRES. + - Added several "hint" messages for common configuration + problems that are stored in the error_log file. + - httpSeparate() now unquotes %xx characters in the + username:password field of a URI. + - When starting the scheduler in daemon mode, the parent + process now waits for the child to signal it is ready + to accept connections. + - Added -F option to cupsd to run cupsd in the + foreground but detach from the controlling terminal + and current directory. + - The scheduler did not reload jobs when receiving a HUP + signal; this would cause problems since the pointers + into the file type database would no longer be valid + for existing jobs. + - The scheduler did not save the network interface list + update time, thus no caching of the network data was + actually provided. + - Updated the SuSE PAM configuration file. + - The LPD backend now supports a "reserve" option and no + longer reserves a priviledged port by default. + - The cupsaddsmb command now continues past printers + that do not have a PPD file to export. + - The lpstat command didn't treat printer names as + case-insensitive. + - The lpstat command now reports the printer location + attribute with "lpstat -l -p". + - Fixed a bug in the vsnprintf() emulation function, + which was used on old versions of HP-UX, IRIX, and + Solaris. + - The number-up option was incorrectly being used when + printing banner pages. + - Added support for Greek and Slovak PPD files. + - CUPS now supports printer names containing any + printable character, e.g. "123-abc", "foo-bar", etc. + - The null filter was not supported in mime.convs due to + a bug in the filter validation code. + - Changes in the default printer and printer attributes + were not always reflected in the generated printcap + file. + - Implicit classes did not inherit the location or + description from member printers. + - The httpGetHostByName() function did not handle + hostnames that started with a number. + - Updated the filters to use the %cupsRotation comment + instead of %%Orientation to auto-rotate pages, since + the use of %%Orientation is inconsistent. + - Added the RootCertDuration directive to control how + often the root authentication certificate is updated. + - Increased the size of the IPP write buffer to 32k to + allow for larger attribute values and to provide more + efficient output of large numbers of attributes. + - The polling daemon now retries the initial connection + to the remote server; this fixes a problem when the + remote server is unavailable when the scheduler starts + up... + - The scheduler didn't validate Digest users against the + system group(s), so Digest and BasicDigest + authentication didn't work for administration + operations. + - The scheduler now passes the SHLIB_PATH environment + variable to child processes (HP-UX shared libraries) + - The scheduler now maps accesses from the loopback + interface to "localhost". + - The cups-lpd mini-daemon sent a status code byte in + response to queue state commands, but those commands + only return textual data. + + +CHANGES IN CUPS V1.1.15-1 + + - The lpc and lprm sources didn't include the CUPS + string function header, which is required on systems + that don't have their own snprintf() function. + - The French manpage Makefile tried to install the + language subdirectories when it (obviously) didn't + have to. + + +CHANGES IN CUPS V1.1.15 + + - Updated the CUPS license agreement for the new MacOS + license exception. + - The printer-info attribute now defaults to the printer + name if no value has been set. + - ppdOpen() and friends now add an "Auto" InputSlot + option if none is provided to automatically select the + correct tray. + - Updated the ppdEmit() and ppdEmitFd() functions to + (re)mark the correct PageSize or PageRegion option + depending on the selected ManualFeed or InputSlot + options. + - ppdEmitFd() didn't handle custom page sizes. + - Darwin uses instead of + . + - The jobs.cgi web interface now handles all job + operations, allowing the administrator to allow "job + administrators" or operators to manage jobs (but not + queues) on the server. + - The cupsDoFileRequest() function now checks if the + filename passed into the function is a directory, and + returns the IPP_NOT_POSSIBLE error if so. + - New SCSI printer backend. + - Cleaned up handling of locales with trailing character + set definitions. + - Fixed handling of invalid PPD attributes inside + OpenUI/CloseUI. + - Fixed a problem with SSL and the job, printer, and + admin CGIs on ports other than 443. + - The scheduler didn't handle AuthClass properly. + - Added French translation of man pages. + - Updated the text filter to support the const_cast, + dynamic_cast, and static_cast keywords in ISO C++. + - Now use strlcat() and strlcpy() (or emulation + functions) for easier string/buffer protection. + - The auto-generated printcap/printers.conf files now + have a small comment header explaining where the file + comes from... + - The PostScript filter now supports 6, 9, and 16-up + output, as well as new page-border and + number-up-layout options. + - The lpoptions command didn't set options properly when + using the default printer. + - Added ConfigFilePerm and LogFilePerm directives. + - Increased maximum size of MIME types to IPP_MAX_NAME + to allow for longer printer names. + - No longer create remote printers when loading job + history data. + - The printer-make-and-model attribute wasn't set when + the PPD file didn't contain a NickName attribute. + - Now handle PPD files with translation strings longer + than 80 bytes - they are truncated if they go over... + - The scheduler didn't handle signals until after it + loaded the configuration files the first time; this + caused problems on some installations that would + restart the scheduler as the system booted into run + level 3. + - Now throttle broadcasts like we do for polling. + - Fixed a bug in the reading of PPD files using CR's + instead of CR LF's or LF's. + - The scheduler would crash if cupsd.conf contained a + BrowseProtocols line with no protocols listed. + - The HTML job operation templates now link back to the + destination printer or class. + - The serial backend now detects USB serial devices. + - The LPD mini-daemon (cups-lpd) now passes the + job-originating-host-name attribute to the scheduler + (cupsd). + - Updated the IPP backend to reconnect after downgrading + from IPP/1.1 to 1.0, and when sending requests to HP + JetDirect interfaces that don't support HTTP + Keep-Alive like they should. + - Now pass NLSPATH and DYLD_LIBRARY_PATH environment + variables, if defined, to CGI and job processes. + - Removed the pstoraster filter (based on GNU + Ghostscript 5.50) and now provide the raster "driver" + and patch file necessary to use the current GNU + Ghostscript 7.05 release. + - Removed unnecessary fonts and updated the Courier and + Symbol fonts to the latest versions to better support + non-ISOLatin1 text. + - The text filter now always embeds the Courier and + Symbol fonts to ensure that they contain the full set + of glyphs. + - The lp and lpr commands now only override the SIGINT + handler if it is not being ignored (patch from Robert + Ambrose for some interactive software that catches + SIGINT and will gracefully cancel the print...) + - The PostScript image filter (imagetops) now supports + printing CMYK images using the CMYK colorspace. + - The image filters now support CMYK JPEG files, and + correctly handles the inverted files from Photoshop + (which seems to save RGBW data, not CMYK...) + - Added a "check" target to the top-level makefile to + conform with GNU standards (same as "test"). + - The IPP code didn't always map the POSIX locale "C" to + the proper IPP language code. + - The cupsaddsmb program was updated to use the + setdriver command instead of addprinter. + - Banner pages were not handled properly for implicit + classes. + - When tunneling to a remote system using SSH, the + printer URIs for local printers on the remote system + did not reflect the correct port number. + - The Allow, Deny, BrowseAllow, BrowseDeny, and + BrowseAddress directives now support the network + interface names "@LOCAL" and "@IF(name)" for access + control and browsing based on the current interface + addresses instead of fixed names or IP addresses. + - The texttops filter did not properly recognize the + "nowrap" (wrap=false) option. + - The InstallableOptions group name in a PPD file is now + translated separately (CUPS_MSG_OPTIONS_INSTALLED) so + that UIs can accurately detect the presence of this + group. + - The scheduler no longer keeps job history data for + remote printers on the client (just on the server.) + - The parallel and USB backends now retry if the backend + detects that the printer is not connected to the + system (rather than stopping the queue...) + - The network backends now retry if the backend detects + that the printer is not connected to the network or is + unreachable (rather than stopping the queue...) + - The cupsGetDests() function no longer lists options + and instances for printers that no longer exist. + - The scheduler now converts the document language to + the correct LANG string. + - The cupsaddsmb program now supports alternative CUPS + and SAMBA server names. + - The PostScript filter now supports the Orientation + comment and rotates the page as needed automatically. + - Revamped the makefiles slightly to use automatically + generated dependencies. + - Build fixes for OS X. + - The TIFF reading code depended on the newest version + of libtiff; now conditionally compile that portion of + the loader. + - The PPD code now decodes all JCL options in the + JCLSetup group, not just those options that start with + the prefix "JCL". + - The backends now read print data using the read() + system call to ensure that the current page is printed + while the next page is being processed. + - The pdftops filter did not support shading type 3 + (radial fill) for the "sh" operator. + - The cups-polld program now throttles the local + broadcasts of polled printers and classes so that the + local system is not overwhelmed with hundreds of + printers and classes all at once. + - Updated the serial backend to support 230,400 baud for + the Linux PPC port. + - The cupsGetJobs() function wouldn't report completed + jobs that did not have a document-format attribute + value. + - The cupsEncodeOptions() function now maintains a table + of known boolean and numeric options, and encodes all + other options as strings. + - Now add a newline before the end-of-page code in the + PostScript filter; this fixes a problem with files + that don't end with a newline. + - The image filters looked for the "orientation" option + instead of the correctly named "orientation-requested" + option. + - The cupsEncodeOptions() function now handles mixed + integers and ranges. + - New translation guide for developers to provide native + language support for CUPS. + + +CHANGES IN CUPS V1.1.14 + + - The ippRead() function did not verify that the + attribute name length or string with language value + was not larger than the read buffer. + - The scheduler set the signal handlers before loading + the configuration files the first time; this prevented + the RunAsUser directive from blocking server reloads. + - Added Swedish message catalog. + - The parallel backend now recognizes the /dev/printers + device directory under Linux 2.4.x. + - MacOS X fixes. + - The cupsaddsmb utility sent the server name after the + user information when executing the rpcclient program. + This caused problems with some versions of SAMBA + 2.2.x. + - The IPP backend did not pass the requesting user name + when checking on the print job status. This prevented + it from waiting for the job to complete when + communicating with some IPP implementations that + require it. + + +CHANGES IN CUPS V1.1.13 + + - The lpstat command did not report jobs submitted to + regular printer classes. + - The texttops filter didn't use sufficient precision + when positioning text with some values of cpi and lpi. + This could cause the alignment of text to stray. + - cupsGetDests() didn't merge the options from the + /etc/cups/lpoptions file with ~/.lpoptions - options + in ~/.lpoptions overrode them completely. + - Added support for KOI8-R and KOI8-U character sets, + and added several Russian message catalogs. + - The scheduler put the wrong timezone offset in the log + files (e.g. +0500 instead of -0500 for EST...) + - The scheduler did not ignore trailing whitespace in + *.convs files. + - The scheduler now forces all processes to exit (kill + -9) when it is stopped. This prevents parallel and + USB devices from running in the background after cupsd + goes away. + - The cupsParseOptions() function didn't skip trailing + whitespace after quoted values. + - More changes to support CUPS on OS/2. + - Added Simplified Chinese message catalog. + - Added PAM support for IRIX. + - The cupsGetPPD() function didn't remove the @server + portion of the printer name, and since it would + connect immediately to the remote server instead of + the local server, the printer would not be found. + - Classification and page labels were not rotated to + match the page orientation. + - Now set the TCP "no delay" option on network + connections to improve performance/response time. + - Improved the IRIX printing tools support with patches + from Andrea Suatoni. + - Added a new PrintcapGUI directive to specify the GUI + option panel program to use for the IRIX printing + tools support. + - The cupsGetDests() function did not check to see if a + user-defined default printer (set via lpoptions) still + existed. + - The pstops filter no longer assumes that the default + dictionary is writable when doing N-up processing. + - The pstops filter now supports printing N-up with the + page-set option. + - The imagetoraster filter now supports direct printing + of CMYK image data without conversion/correction. + - The IPP backend now reports printer state/error + conditions when possible (toner low, media empty, + etc.) + - The lpstat command now supports the (undocumented) + IRIX -l option ("-lprintername") for a compact job + listing for a printer. + - The lpstat command now includes printer date/time + information in the output (always Jan 01 00:00) to + make third-party tools happy. + - The text filter now supports non-integer cpi and lpi + values. + - The Margins field in the CUPS raster header was not + initialized by the pstoraster filter. + - Added --with-optim="flags" option to configure script. + - Updated the Italian message translations. + - Updated the cups.list file to install the correct + files. + - The pstoraster filter accessed the third element of a + 2 element array. + - The scheduler did not setup a status pipe for polling + processes, so error messages went to whatever file + descriptor 2 was pointing to when they were started. + - The httpMD5Final() function didn't put a colon between + the password and nonce strings. + - The pstops filter did not default to Binary data for + "%%BeginData:". + - The pstops filter did not stop processing when a line + containing a CTRL-D is seen. + - The scheduler no longer replaces the JobSheets values + from the printers.conf and classes.conf files with the + classification level, if set. This way the original + banner settings are preserved when classification + levels are changed or turned off. + - The serial backend didn't drain the output queue, nor + did it restore the original settings. + - Updated the default system group under MacOS X. + - If no SystemGroup was defined in cupsd.conf, the + system default group was not used. + - The cups-lpd mini-daemon now supports LPD clients that + send multiple control files. + - httpConnectEncrypt() now always uses encryption for + connections on port 443, since port 443 is reserved + for the "https" scheme. + - Group authentication via certificates did not work + from the web interface for accounts other than + "root". + - The serial port backend did not clear the OPOST + option, which could cause problems with some printers. + - The cups-lpd mini-daemon didn't lookup the client IP + address properly. + - The parallel backend now identifies the polled and + interrupt-driven devices under *BSD. + - The scheduler allowed the "always" encryption mode + inside a Location, which is not valid. + - The CUPS startup script now checks for the timezone + information under Linux. + - Now also map the sides attribute to the JCLDuplex + option (if present) in PPD files. + - Updated pdftops to Xpdf 0.93a. + - Added support for MD5 passwords under Slackware. + - Added new AuthType BasicDigest that does Basic + authentication using the MD5 password file managed by + the lppasswd command. + - The banner page attribute substitution code now + retains {name} sequences in banner files when the + named attribute is undefined. Use {?name} to + conditionally substitute an IPP attribute. + - The scheduler now ensures that the ServerRoot + directory and configuration files are owned by and + writable by the User and Group in cupsd.conf. + - The USB backend now lists all USB printer devices + regardless of whether a printer is connected or not. + This allows new USB printers to be connected without + restarting cupsd. + - Added some more minor performance tweeks to the IPP + protocol code to reduce copying and array indexing. + - The cupsaddsmb utility now uses the -c option with + smbclient and rpcclient to avoid the read length limit + for commands on the standard input. + - Added an include file to the CRD handling code in + pstoraster so that it would compile properly on 64-bit + pointer platforms... + + +CHANGES IN CUPS V1.1.12 + + - Added "Polish" to the list of known languages for PPD + files. + - Added missing directory definition to cups-config. + - The CUPS-Move-Job operation did not set the + destination type for the new destination. + - The CUPS-Add-Printer operation did not support the + allow=all or deny=none values to clear the per-user + printer ACLs. + - The SetPrinterAttrs() function did not handle invalid + PPD files that were missing the required NickName + attribute. It now looks for NickName, ModelName, and + then substitutes the string "Bad PPD File" for the + printer-make-and-model attribute. + + +CHANGES IN CUPS V1.1.11 + + - Added support for embedded TrueType fonts in PDF + files. + - Added support for PostScript functions in PDF + files. + - Added new "cupsaddsmb" utility for exporting + CUPS printer drivers to SAMBA/Windows clients. + - Added preliminary support for Darwin/MacOS X. + - The CUPS-Add-Printer operation no longer allows + arbitrary scheme names in device URIs to be used - it + now restricts the available schemes to those found in + the device list (lpinfo -m). + - The ippRead() and ipp_read_file() functions could not + handle more than IPP_MAX_VALUES (100) values in a + 1setOf attribute. These functions have been updated + to dynamically allocate more memory as needed, and the + IPP_MAX_VALUES constant now represents the allocation + increment. [this caused some versions of the + GIMP-print drivers to fail since the number of media + options exceeded 100...] + - The scheduler could crash when BrowseShortNames + was set to "No". + - The scheduler did not prevent MaxClients from being + set to 0, which could cause the scheduler to go in an + infinite loop when accepting a request. + - Made some performance optimizations in the ippRead() + functions to make IPP request/response processing + faster. + - The accept/reject/enable/disable command did not + support properly support the "-h" or default + server name. + - The scheduler did not save the quota configuration + when the job-quota-period attribute was set to 0. + - The LPDEST and PRINTER environment variables did not + support printer instances. + - The text filter now handles more types of boldface and + underline formatting. + - The cupsTempFd() function did not fail if the + temporary directory did not exist; this would cause it + to loop indefinitely instead of returning an error + (-1). + - Stopping (disabling) a printer class did not stop jobs + from printing to printers in that class. + - The cupsGetDests() function was sending the + requested-attributes attribute as a name instead of a + keyword; this caused a serious performance problem on + slower systems since more information had to be + transferred from server to client. + - The web interfaces did not always quote < and & in + things like the job title. This had the potential for + browser-based security violations (on the browser's + machine); bug report from SuSE. + - The scheduler now treats unauthenticated usernames as + case-insensitive when doing quota and allow/deny + processing. + - The lp command sent the "request ID is ..." message + to stderr instead of stdout... + - The PostScript filter (pstops) now handles EPS files, + adding a showpage command to the files as needed. + - The configure script checked for the header + file before the JPEG libraries; since the JPEG headers + can define HAVE_STDLIB_H, the configure check would + cause the JPEG check to fail on some systems. + - The scheduler now supports localized banner files, + using the subdirectory approach, e.g. the "es" + subdirectory under /usr/share/cups/banners is used for + the Spanish banner files. + - Updated the scheduler so it knows the correct + language abbreviation to use for all supported + PPD LanguageVersion values. The new code also + supports country codes as well, so "English-GB" + maps to the "en_GB" locale. + - The cups-lpd mini-daemon did not support + anonymous printing (no username specified). + While the username is REQUIRED by RFC-1179, + MacOS clients do not send the REQUIRED username + information when printing via LPD. + - Added many warning and informational messages + to cups-lpd where they were missing. + - Added Czech message file contributed by SuSE. + - The cups-lpd mini-daemon now returns a non-zero + status if an invalid destination or job ID is + provided. + - The scheduler did not honor the KeepAlive setting in + cupsd.conf. + - Increased the size of the file read/write buffers to + 32k. + - *BSD static library creation fixes. + - Use mkstemps() instead of tmpnam() in pdftops whenever + possible. + - Added httpGetHostByName() function as a wrapper around + gethostbyname() - some implementations of this + function do not support IP addresses (e.g. MacOS X.) + - Added casts to all printf's of file lengths, since + there is currently no standard way of formatting long + long values. + - The client filename field was not cleared in all + instances, resulting in old form data being submitted + to CGIs. + - The httpConnect*() functions now try all available + addresses for a host when connecting for the first + time. + - The pstoraster filter would "lose" all drawing + commands when the PageSize was set but the printer + bitmap was not reallocated. This was most noticeable + with the output from StarOffice 6 beta and would + result in a blank page being output... + - The IPP backend was sending a PAGE comment even when + printing the output from a filter (it should only send + page comments when printing files directly...) + - The pdftops filter didn't properly map glyph names of + embedded Asian TrueType fonts. + - Changed the CUPS startup script to look for a program + named "cupsd", not just any program with "cupsd" in + the name (this caused the apcupsd UPS monitoring + daemon to be stopped/restarted...) + - The CUPS-Move-Job operation did not change the + internal destination name for held jobs, so moved (but + held) jobs would still show up as queued on the + original destination. + - The cups-polld program didn't send the + requested-attributes attribute in the + CUPS-Get-Printers and CUPS-Get-Classes requests, which + made it use more CPU and bandwidth than required. + - The scheduler and CUPS API incorrectly added a + job-sheets-default attribute for remote printers. This + caused banner pages to be omitted from client system + prints. + + +CHANGES IN CUPS V1.1.10-1 + + - Minor fixes to the filter, systemv, and template + makefiles to install files properly. + + +CHANGES IN CUPS V1.1.10 + + - Added a driver for DYMO label printers. + - Added new ClassifyOverride directive to allow users + to override the classification of individual jobs. + - Added new BrowseProtocols directive to control which + browse protocols are used (currently CUPS and SLP). + - Added SLPv2 support (thanks to Matt Peterson for + contributing the initial implementation for CUPS.) + - Adding a raw printer on a remote CUPS server now + correctly redirects PPD file requests to the remote + server. + - The serial backend now limits writes to 1/10th + second worth of data to avoid buffer overflows + with some types of flow control. + - The scheduler did not properly process PUT requests, + so configuration files could not be uploaded to the + server. + - The scheduler did not strip trailing whitespace on + lines in the configuration files. + - The httpWrite() function did not transition the PUT + request to the HTTP_STATUS state to get the status + from the server. + - The scheduler did not properly handle trailing null + ("-") filters when testing a driver that sent data + to the file: pseudo-backend. + - The IPP backend now only sends a document-format of + "application/vnd.cups-raw" when printing to another + CUPS server using a local printer driver or interface + script. Previously the job's document format was + used, which was incorrect. + - The lpadmin command didn't use the ppd-name attribute + with the -m option; this prevented the use of the + "raw" model from the command-line. + - The pstoraster filter output draft (1-bit) 6-color + output in the wrong order; this resulted in yellow + being printed instead of black on Stylus Photo + printers. + - The pdftops filter did not have the Japanese and + Chinese text support compiled into it. + - The IPP and AppSocket backends did not clear the + "waiting for print job to complete" status message, + which caused some confusion... :) + - The serial backend now opens the port in "no delay" + mode to avoid DCD detection problems with some OS's. + + +CHANGES IN CUPS V1.1.9-1 + + - The configure script did not substitute the + correct user and group names. + - The configure script did not use the full path + to the install-sh script when it was used. + - The pstoraster filter did not correctly support + DuplexTumble mode for printers that used flip + duplexing. + - The cups.list.in file was missing from the + distribution. + - The New DeskJet series driver did not use the + correct OrderDependency for the Duplex option. + - Use read() instead of fread() to read piped + print files in lpr/lp. This avoids a bug in the + HP-UX 10.20 fread() function. + - Updated the pstoraster filter to use the MIPS_FIXADE + system call under IRIX to fix bus error problems on + R12000 processors (Ghostscript is not 64-bit clean...) + - Some Xerox PPD files (most notably the Phaser 790) + have illegal whitespace in the option keyword in the + OpenUI line. This caused the PageRegion option to not + be recognized properly for the Phaser 790. + + +CHANGES IN CUPS V1.1.9 + + - Revamped the configure script to use a modular + approach for the various tests. + - Added --with-openssl-* options to properly reference + the OpenSSL libraries in DSOs. + - Added --with-cups-user and --with-cups-group + options to specify the default user and group for + CUPS. + - Added AIX shared library support. + - Added AIX device discovery for the serial and + parallel ports. + - Now use install program or script to install + directories, files, and symlinks. + - Updated pstops filter to use strict handling of EPS + files embedded in a PostScript document. The %%EOF + handling in 1.1.8 caused some dvips files not to + print. + - Fixed yet another memory allocation bug in pstoraster + that would cause it to crash. This fix also ensures + that all memory allocations are done on (at least) a + 64-bit boundary. + - Fixed Digest authentication - httpGetSubField() didn't + skip the Digest keyword. + - The scheduler did not properly handle Digest + authentication with the new multiple-group support. + - The scheduler did not allow usernames that were + not in the UNIX password file to be used for Digest + authentication from passwd.md5. + - The scheduler could not scan PPD files that only used + a carriage return (i.e. MacOS PPD files); the new code + is also about 40% faster, so servers with thousands of + PPD files should start much faster now. + - The scheduler now stores the PPD file size and + modification times in the ppds.dat file, so it can now + incrementally update the PPD database from the model + directory, resulting in significantly faster startup + times. + - The lpinfo command did not return a non-zero status + code if an error occurred. + - Fixed a bug in the scheduler's UpdateJob() function. + Basically, all jobs shared the same status buffer, and + the "buffer start" pointer could point to 1 byte + before the beginning of the buffer. The new + implementation uses a separate buffer for each job and + eliminates the buffer start bug. + - The IPP backend would send N copies of a document if + the receiving device didn't support the copies + attribute, even if the upstream driver already added + the necessary commands to generate the copies. This + was most noticeable with HP printers where N * N + copies would come out instead of N. + - The PostScript filter (pstops) did not properly handle + duplex printing on inkjet printers that provide this + option. Copies would be put on the front and back + sides of the duplexed page, and the filter did not + output an even number of pages. + - The backends always caught SIGTERM after they + connected to the printer. This prevented raw jobs + from being cancelled early. + - The cupsSetDests() function now removes any printers, + instances, and options that are not defined by the + user or server. This should prevent old system-wide + options from being used in individual user accounts. + - Updated the EPSON printer driver and added PPDs for + the newer EPSON Stylus printers that only support the + "ESC i" graphics command. + - The lpadmin command didn't allow you to add remote + printers to a local class. + - The lpadmin command didn't allow you to set the + options (quotas, etc.) for a class. + - The scheduler did not load or save the + job-sheets-default attribute for classes. + - The scheduler did not automatically recreate remote + printers that were part of a class. + - It was possible for a printer class to list the same + printer more than once. + - The scheduler now makes a backup copy of classes.conf + and printers.conf before writing the new file. + - The lppasswd program incorrectly asked for a new + password when deleting an existing MD5 password + account. + - The scheduler did not match "/printers/name.ppd" + against a location of "/printers/name". + - The client code did not always handle HTTP encryption + upgrades properly. + - The client code now caches the last Digest password so + it can retry using a new resource path or nonce value, + which are included in the MD5 sum sent to the server. + This should eliminate unnecessary password prompts + when using Digest authentication. + - The lppasswd command didn't have a man page. + - Updated the PJL detection rules to allow the universal + escape to occur anywhere in the first 128 bytes of the + file. + - The cups-polld program would poll servers continuously + with no delay if there was an error contacting the + server. + - The IPP backend would send an empty job-name or + requesting-user-name attribute if the corresponding + job attribute was an empty string. While this is + allowed by the IPP specification, some HP JetDirect + implementations return a client-error-bad-request + error if an empty name attribute value is received. + The new code only sends these attributes if they are + not the empty string. + - At least some versions of the HP JetDirect firmware + do not correctly implement IPP. Added additional + checks to the IPP backend to eliminate extra, + unsupported attributes which should normally be + ignored by a compliant IPP device. + - The scheduler did not copy the complete list of + supported file types into the + document-format-supported attribute. This caused + clients to not send the local file type (such as + application/vnd.cups-raw for raw print files) and the + corresponding bad output in some cases. + - The scheduler did not fully copy attributes from a + set-job-attributes request - string attributes were + only referenced, which could cause cupsd to crash + or behave irratically. + - The lp command didn't send the right value for the + job-hold-until attribute when "-H resume" was + specified. + - The IPP backend now returns as soon as a job is + completed or reported as "pending-held". + - Added new ImplicitAnyClasses and HideImplicitMembers + directives to the cupsd.conf file to make implicit + classes more usable/transparent to the user. + - Clients can now (with the appropriate authentication) + retrieve and update the server configuration files + using HTTP GET and PUT requests. + - The web interface didn't allow you to modify the + location or description of the printer. + - The pdftops filter now uses its own temporary file + function to work with PDF files using LZW compression + (which use the uncompress program or gunzip) + - The SystemGroup directive now supports specification of + multiple groups. + - Added new Include directive to cupsd.conf, a la + Apache. + - Added new pseudo-driver/PPD called "raw" that can be + used to create/convert a raw queue. This also allows + raw queues to be created in the web interface. + - The pdftops filter didn't handle image objects that + used JPEG and Flate compression together. + - The pstops filter counted pages wrong when using the + N-up and even/odd printing options. This prevented + the page-ranges option from working properly. + - Added another fix to pstoraster for a bus error + condition caused by a lack of parenthesis in the + Ghostscript code. + - Added new "natural-scaling" option which scales the + natural size of the image (percent of natural image + size instead of percent of page size.) + - The lppasswd program is now setuid to the CUPS user + instead of root. + - The PPD functions did not allow for PPD files that + defined the page sizes and margins before the page + size options. + - The mime.types file now checks for the PJL "LANGUAGE = + Postscript" command for PostScript files. + - The scheduler did not truncate file: output files. + - The PPD file reading code did not handle options with + raw quotes (") in the human-readable names. + - The pdftops filter now remaps the space character when + (bad) PDF files contain a .notdef glyph for the space + character. + + +CHANGES IN CUPS V1.1.8 + + - Updated spec file to generate separate cups-pstoraster + package for pstoraster. + - The spec file wasn't setting LOGDIR in the install. + - The scheduler might restart a stopped printer after + stopping a print job. Thanks to Florent + Guiliani for finding this bug! + - The init script showed run level 0 for the Red Hat + chkconfig program. This is incorrect because Red Hat + doesn't use run level 0 for shutdown scripts. + - The IPP backend did not handle the + client-error-not-found error when checking the status + of the job that was sent. This caused remote queues + to stop on client machines when the server had job + history disabled. + - Added httpConnectEncrypt() function to avoid + performance penalty for setting up encrypted + connections initially. + - Use httpConnectEncrypt() in all client apps and in the + CUPS API to ensure consistent usage of encryption + throughout. + - Jobs weren't queued to remote classes (fix from + Richard Begg.) + - AIX changes from Richard Begg. + - Fixed the pstops fix for GNOME output - no longer use + the page numbers in the %%Page: comment since GNOME + puts a filename instead (!?@!#?!). There is still an + issue with N-up printing since GNOME defines its fonts + in the first page instead of the document setup section + (pages must be independent according to the DSC spec) + People with GNOME printing problems should consult bug + #54489... + - The imagetops filter produced PAGE: messages when + generating PostScript for a non-PostScript printer + (only affects page-label and Classification + options.) + - The updated pdftops filter was looking for an options + file called xpdf.conf instead of pdftops.conf. + + +CHANGES IN CUPS V1.1.7 + + - Configuration script changes, including new + "--with-docdir=/dir" option to relocate CUPS + documentation and web content according to your + favorite version of the FHS. + - Documentation updates for encryption, SLP, etc. + - New Software Test Plan and automated test script to + test CUPS prior to installation. + - All scheduler configuration files are now case + insensitive to match Apache. + - Added support for Apache ListenBackLog, Require, + Satisfy, , , and LimitRequestSize + directives. + - Added support for all Apache log levels... + - Added support for "double" HostNameLookups. + - Added new "RunAsUser" directive to support non-root + configurations on the standard (priviledged) ports. + - Added support for non-root invocation of the lpd + backend (does no reserve a priviledged port, which + might not work with some LPD servers...) + - Added new PrintcapFormat directive to control the + output format of the printcap file (BSD or Solaris + formats are supported at present.) + - The CUPS directory service routines now handle + ECONNREFUSED errors gracefully rather than shutting + all browsing off. + - ippErrorString() now returns the recommended error + messages from the IPP/1.1 Model and Semantics + document. + - Fixed a minor IPP compliance issue with responses + to requests without the attributes-charset or + attributes-natural-language attributes. + - Sun fix: need httpFlush() call for chunked IPP + requests in cupsDoFileRequest(). + - httpConnect() now looks up "localhost" by name and + by address (127.0.0.1) for users the go to the + trouble of removing the required localhost entry + in /etc/hosts or on their DNS server... + - Added support for Linux 2.4.x devfs parallel port + filenames (/dev/parallel/N). + - cupsDo[File]Request() and cupsGetPPD() no longer + block trying to reconnect to a crashed or inaccessable + server. + - Added new ppdEmitJCL() function to better handle + PJL commands from PPD files. + - A bug in UpdateJob() would cause the scheduler to + consume 100% CPU until another request was submitted. + - The cancel command did not support the "-" option to + cancel all jobs on all printers. + - The cancel and lprm commands did not support cancelling + the next/current job in the queue. + - The pdftops and pstoraster filters were using unsafe + temporary file functions; while this is not a problem + in normal configurations (the CUPS temporary directory + is restricted), they now use the cupsTempFd() function. + - The mime.types file was missing the recognition rule + for Sun Raster images. + - The admin CGI was passing a printer make string to + ippSetCGIVars() that was being replaced in that + function. + - "lpoptions -l" would resave the options... + - The EPSON drivers now send the "end packet mode" + command when printing to USB devices. + - The scheduler initialized certificates before loading + the cupsd.conf file. + - The scheduler used /dev/random to collect random data, + which could block if insufficient entropy information + had been collected by the kernel. Now use + /dev/urandom. + - Fixed a bug in the whitespace skipping code in + httpGetSubField(). + - The LPD backend now supports a new "order" option: + "lpd://server/queue?order=control,data" (default) and + "lpd://server/queue?order=data,control". + - The scheduler enforced a 30 second timeout on all + clients regardless of the Timeout directive and if a + CGI was currently running. + - cupsParseOptions() now sets boolean options to + option=true or option=false. + - The "percent complete" calculations in the LPD backend + could overflow on large files, causing the percentage + to wrap to 0 every 40MB or so. + - Fixed a memory reallocation bug in pstoraster that + could cause it to crash. + - The LPD backend now sanitizes the job title to avoid + potential problems on remote LPD servers. + - The lp command did not send the requesting-user-name + attribute when altering a job. + - The pstops filter did not handle PostScript files with + lines longer than 8191 bytes. + - The scheduler no longer uses inet_addr() to convert IP + addresses in dot format (mmm.nnn.ooo.ppp) to the + 32-bit format, since it will not work for IPv6 + addresses. + - New "Classification" directive to force labeling of + the current classification on each page. + - New "page-label" attribute to add per-page labels + ("For Official Use Only", "Draft", etc.) + - The scheduler now sets the HTTPS environment variable + for CGI programs when a client connects using + encryption. + - Fixed a recursion bug in the scheduler that could + cause cupsd to crash when a printer was removed. + - The LPDEST and PRINTER environment variables didn't + support instances. + - Dropped the "file" backend from the device list that + is reported, since it is only available for *testing* + and should never be used in a production environment. + The file: device can still be used, but it won't show + up in the list of devices from lpinfo or the web + interface. + - Added support for /dev/lpa# parallel ports under *BSD. + - Added META variables to the CGI header template to + prevent caching of the results. + - Fixed an unaligned memory buffer for the pstoraster + clist states; this caused bus errors for some + combinations of printers, drivers, and options. + - Re-added black reduction for colorful colors; this + helps to prevent dark colors from getting desaturated. + (only used when converting RGB to CMYK) + - Added two new directives - MaxJobsPerPrinter and + MaxJobsPerUser - to allow an administrator to set + the maximum number of pending jobs in a queue or + submitted by a user. + - The scheduler no longer stops a printer if it can't + create the status pipe or run the filters or backend. + This will allow heavily loaded servers to service + clients or start print jobs as the load allows. + - Fixed a bug in the Set-Job-Attributes code that could + crash the scheduler (patch from Martin Zielinski) + - cupsSetDests() did not quote option values with + embedded spaces. + - Added support for the Enable-Printer and + Disable-Printer extension operations (same as + CUPS-Accept-Jobs and CUPS-Reject-Jobs.) + - The AppSocket and IPP backends now wait for the print + job to be finished before exiting; this should prevent + the loss of print jobs with older JetDirect firmware + and make consecutive print jobs print faster. + - The BMP loading code did not handle resolution values + of 0. This is a problem with BMP image files produced + by the GIMP. + - The HTTP Upgrade code (upgrade to TLS encryption) + bypassed the authentication checks. + - The HTTP Upgrade code did not send a 426 status code + to the client and end the current request. This caused + a race condition between the client and server for the + upgrade to TLS. + - Fixed a bug in the EOF and Trailer detection code in + the pstops filter. + - The imagetoraster filter did not add the margins to + the custom page size in the raster header. + - The imagetops filter did not adjust the custom page + size to the size of the printed image. + - The imagetops filter did not include DSC comments + which are required by some printers. + - The imagetops filter did not insert newlines in + Base85 encoded output, causing files to contain + lines longer than 255 characters (violation of the + DSC). + - Added support for the DeskJet 900 series duplexer + and CRET color modes in the HP driver. + - Added support for PPD-defined margins in the HP + driver. + - Fixed the debugging output from pstoraster - the + font list was not terminated by a newline. + - Some versions of the HP-UX pam_unix authentication + module apparently do not pass the appdata_ptr argument + to the conversation function, preventing the scheduler + from authenticating users using PAM under HP-UX. A + workaround using a static variable has been added to + address this problem. + - Fixed a bug in the scheduler SortPrinters() function + that could cause printers to disappear or the + scheduler to crash when adding a printer. + - Changed the pstops filter to not do per-page filtering + if the file does not conform to at least version 3.0 + of the document structuring conventions. This seems + to "fix" printing with broken apps. + - The image filters did not handle older TIFF files that + lacked the samples-per-pixel and bits-per-pixel tags. + - Added new cupsGetJobs() and cupsFreeJobs() functions + to manage print jobs. + - cupsEncodeOptions() would encode names of 0 length and + cupsAddOption() and cupsParseOptions() would add names + of 0 length. + - The scheduler might block waiting for status messages + after starting a new print job. Thanks to Florent + Guiliani for finding this bug! + + +CHANGES IN CUPS V1.1.6-3 + + - The configure script put the JPEG library before the + TIFF library; this caused problems in some + configurations since the TIFF library also supports + JPEG compression of TIFF images. + - Updated the configure script and makefiles to handle + admin man pages with the "1m" extension (HP-UX, IRIX, + Solaris, Tru64) and in odd directories (IRIX) + - The updated cupsTempFile() function did not return + the filename when called with a filename buffer of + NULL (previously it used a static buffer.) + - FreeBSD uses /dev/unlptN, but NetBSD and OpenBSD use + /dev/ulptN. + - DeletePrinter() didn't remove the printer from any + classes it was a member of. + - DeletePrinterFromClass() didn't preserve the + implicit status of a class. + - DeletePrinterFromClasses() didn't remove printers + from implicit classes. + - StartJob() didn't send the job-sheets, job-priority, + and job-hold-until attributes to remote printers. + - LoadAllJobs() was looking for job-sheets-completed + instead of job-media-sheets-completed. This would + prevent accumulation of page data after a restart + of the scheduler. + - The pstops and imagetops filters now generate copies + using the appropriate method for a Level 1, 2, or 3 + printer since some Level 2/3 printers don't support + the /#copies variable anymore. + - The man page for cups-lpd did not mention the "-o" + option. + - The IPP backend didn't handle version-not-supported + errors and revert to IPP/1.0 (previously it only checked + for a bad-request error) + - Caldera fix: lpc now reports unimplemented commands as + unimplemented, not invalid. + - Caldera fix: lpq didn't recognize BSD lpq "-a" option. + - Caldera fix: lpr didn't recognize BSD lpr "-1", "-2", + "-3", "-4", "-q", or "-U" options. + - RedHat fixes: patches to GNU Ghostscript + - SuSE fix: temp file creation patch to GNU Ghostscript + (pstoraster). + - SuSE fix: remove cgi-bin/abort.c and cgi-bin/email.c, + which are not used. + - SuSE fix: missing NULL check in cgi_initialize_post(). + - SuSE fix: potential buffer overflows in + cgi_initialize_string(). + - SuSE fix: potential buffer overflows in + ippSetCGIVars() + - SuSE fix: more NULL checks in ppdOpen(); also make + sure that all memory is freed on error to avoid memory + leaks. + - SuSE fix: Exit from child if setgid() or setuid() + fails. + - SuSE fix: Added setgroups() calls after setgid() and + setuid() calls. + - SuSE fix: potential buffer overflows in httpEncode64() + calls. + - SuSE fix: potential buffer overflows in httpSeparate() + - SuSE fix: potential buffer overflows in ippWrite() for + bad input. + - SuSE fix: potential nul skip in ppd_decode() for + missing hex digits. + + +CHANGES IN CUPS V1.1.6-2 + + - Added changes to support NetBSD startup scripts. + - Added separate compiler options for pstoraster + (Ghostscript) to avoid compiler-induced errors + from Ghostscript's twisted code. + - The mime.types file contained syntax errors. + - Updated the *BSD USB device filenames to use + the /dev/unlptN files so that the USB device + is not reset prior to printing (causes print + corruption on many printers) + - Added new cupsTempFd() function to avoid serious + security bug in glibc fopen() function. The glibc + fopen() function unlinks a file before creating it, + which opens up possible symlink attacks. + - Now reject 0-length names in add-printer and add-class + requests. + - Fix for pstoraster when ZLIB is not available. + - cupsGetPPD() didn't reconnect when a HTTP connection + was lost. + - SuSE fix: httpConnect() didn't check that the + value from gethostbyname() was a valid IPv4 address. + - SuSE fix: httpConnect() didn't allow file descriptor 0 + to be used for a socket. + - SuSE fix: ippRead() didn't confirm that all values in + a set were numeric or string types. + - SuSE fix: lppasswd race condition fixes. + - SuSE fix: directive names could overflow buffer when + reading *.conf files. + - SuSE fix: HEAD requests for PPD files did not use the + same logic as GET requests. + - SuSE fix: possible buffer overflow when adding + /index.html to requested directory name. + - SuSE fix: possible buffer overflow when converting + IPP attributes to string options for filters. + - SuSE fix: creating file: device output with mode 0666 + instead of mode 0600. + - SuSE fix: creating job info files with mode 0640 + instead of 0600. + - SuSE fix: don't rely on snprintf() for including + system name in log filenames. + - SuSE fix: add bounds checking when copying quoted + and hex strings. + + +CHANGES IN CUPS V1.1.6-1 + + - Added configure check for getting the correct + strftime() format string; %c is not Y2k safe, + and %KC and NULL are not universally supported. + + +CHANGES IN CUPS V1.1.6 + + - Fixed another possible DoS attack in httpGets() + - Added check for "LANGUAGE = PCL" and "LANGUAGE = + POSTSCRIPT" in mime.types. + - Resolution options were not being passed into the + filter programs properly. + - The default compiler options for GCC no longer include + "-g3", which apparently is deprecated in newer + versions of GCC. + - CheckJobs() could cause cupsd to crash if a job is + cancelled in StartJob(). + - The printers.conf and classes.conf files are now + written with restricted permissions. + - The round-robin algorithm used by FindAvailablePrinter() + had problems; fixes contributed by Joel Fredrikson. + - If LoadAllJobs() is unable to determine the file type + of a print job, assume "application/vnd.cups-raw". + - The web interface now provides a job_printer_name + value for any corresponding job_printer_uri value. + - The cups-lpd mini-daemon now logs the client address + and hostname as well as all commands and errors in the + syslog file. + - The IPP backend now detects the supported file formats + and only specifies the document format if it is + supported. This makes IPP printing to network print + servers and cards more reliable without affecting the + capabilities of CUPS servers. + - The time_at_xyz attributes are now converted to human- + readable dates and times for the web interfaces. + - The HP and EPSON sample drivers now correctly catch + signals and eject the current page when a job is + cancelled. + - Fixed bug in CGI code - did not ignore control + characters (e.g. newlines) in form data. This caused + sporatic web interface problems. + - The file type logging code in the scheduler referenced + the optional document-format attribute; the new code + uses the resolved MIME type instead. + - The client.conf parsing code now removes trailing + whitespace. + - The MaxJobs directive was being treated as a boolean + instead of an integer. + - The scheduler would not timeout remote printers if + BrowseInterval was set to 0. + - The lpadmin command now supports setting of options + and user-level access control. + - Added "-E" option to all printing commands to force + encryption. + - The client code did not consume the response to the + OPTIONS request when switching to secure mode. + - The scheduler did not output a Content-Length field + when responding to an OPTIONS request. + - Added documentation on using cups-lpd with xinetd + to the man page. + - The socket backend now starts retries at 5 seconds and + increases the interval to 30 seconds. This should + provide faster printing when multiple jobs/files are + queued for a printer. + - The filters and backends no longer buffer output to + stderr. This should provide much more accurate status + reporting. + + +CHANGES IN CUPS V1.1.5-2 + + - Fixed configure check for OpenSSL to work with RSA + code. + - Added configure check for , and use this + check in backend/serial.c. + - Updated configure script handling of data, + configuration, and state directories to use datadir, + sysconfdir, and localstatedir variables. + - NetBSD uses different serial port filenames than + FreeBSD and OpenBSD. + - The pdftops filter didn't need some X-specific files. + - The scheduler makefile doesn't do a chown anymore when + installing (cupsd did this automatically on startup + anyways) + + +CHANGES IN CUPS V1.1.5-1 + + - There was a typo in the top-level Makefile + - The top-level Makefile did not install an init script + for run level 5. + - The configure script did not add the "crypto" library + when checking for the OpenSSL library. + - The OKIDATA PPD files were missing. + - The config.h.in file defined the wrong version number. + - The serial backend did not define "funky_hex" under *BSD. + - Updated the Visual C++ project files and some of the + CUPS API sources to compile under Windows again. + + +CHANGES IN CUPS V1.1.5 + + - Security updates - new default configuration does + not broadcast printer information and only allows + access from the local system. + - EXPERIMENTAL encryption support - CUPS now optionally + supports TLS/SSL encryption via the OpenSSL library. + - Documentation updates. + - Makefile/configure script updates. + - The RPM spec file didn't work out-of-the-box under + RedHat or Mandrake. + - Minor code cleanup to remove extraneous compiler + warnings. + - cupsTempFile() was using %p for the temporary + filename; this should have been %08x (just 8 digit + hex) + - Deleting a printer with active print jobs would still + crash the server. + - ippWrite() and ipp_write_file() didn't send the + correct value length for name-with-language and + text-with-language attributes. + - Updated IPP code to support copied strings (that + should not be freed); this provides slightly more + efficient IPP server performance. + - Updated PDF filter to Xpdf 0.91. + - httpGets() could go into an infinite loop if a line + longer than the input buffer size was sent by a + client. This could be used in a Denial-of-Service + attack. + - The lpstat and CUPS API functions now request only the + data required when getting the list of printer or + class information. This should improve performance + with large numbers of printers on slower machines. + - The scheduler was always enforcing the FilterLimit, + even if FilterLimit was set to 0. + - Updated the Linux USB backend to support Mandrake's + /dev/usb/usblp# filenames. + - The PRINTER and LPDEST environment variables did not + override the lpoptions default printer. + - The PPD read functions incorrectly included trailing + characters (usually whitespace) after quoted string + attributes. + - The multiple-document-handling attribute handling code + did not check for the correct value for collated + copies (separate-documents-uncollated-copies). + - The EPSON driver did not work with OKIDATA printers in + EPSON emulation mode (needed change-emulation command) + - The HP-GL/2 filter did not scale the plot properly in + scale mode 2. + - Added PPD files for 9-pin and 24-pin OKIDATA printers. + - The httpSeparate() function didn't handle passwords + that started with a number. + - ippDelete() could free the character set string + multiple times in name-with-language and + text-with-language attributes. + - The scheduler would access freed memory right after + freeing it (for debug messages); these parts of the + code have been reordered to avoid this situation + which was causing sporatic errors and crashes. + - The ppdClose() function didn't free all of the strings + in the ppd_file_t structure. + - The LoadAllJobs() function in the scheduler did not + close the spool directory. + - Changed all sprintf's that use string formats to + snprintf's, even if the destination buffer is + larger than the source string(s); this protects + against buffer overflows caused outside of CUPS... + - Changed all strcpy's to strncpy's between local and + global variables, even if the destination buffer is + larger than the source string; this protects + against buffer overflows caused outside of CUPS... + - The CUPS certificate functions didn't use the + CUPS_SERVERROOT environment variable when set. + - The directory services code was copying instead of + comparing the remote printer info, resulting in + unnecessary updates of the printer attributes for + remote printers. + - Added new mime.types rules to allow automatic raw + printing of PCL and ESC/P files; PJL headers are + parsed to differentiate between PostScript and + PCL job files. This should eliminate a lot of + the reports of SAMBA printing problems due to + the missing "-oraw" or "-l" options. + - The mimeLoadType() function didn't handle the + 3-argument contains() function. + - The LoadPPDs() function in the scheduler didn't + properly set the alloc_ppds variable or handle a PPD + database containing 0 printers. + - The scheduler FindAvailablePrinter() function didn't + use the same queuing logic as the CheckJobs() + function. This caused classes to stall if a remote + printer was always busy. + - Jobs are now assigned to printers in a class + round-robin style. This should prevent the first + server in the class from bearing the brunt of the + jobs. + - The scheduler's LoadAllJobs() function didn't always + restore remote printers for queued jobs on startup. + - The serial backend didn't support the higher baud + rates with the old termios interface. It now supports + 57600 and 115200 baud. + - The serial backend now supports different types of + flow control; previously it ignored the flow=XYZ + option in the device URI. + - The serial backend now supports DTR/DSR flow control, + which is popular on dot-matrix printers (access with + "flow=dtrdsr" in the device URI) + - Added new job-originating-host-name attribute for + jobs. The new attribute provides the hostname or + IP address of the machine that submitted the job. + - The set-job-attributes code no longer allows read-only + job attributes to be changed. + - Expanded the click area for the navigation bar in the + web interface. + - Updated the lp and cancel commands to support all of + the Solaris print options (some are simply ignored + since they do not map) + - Updated the scheduler to limit the number of file + descriptors to the maximum select() set size. This + was causing problems on Solaris systems where the + max FD count was increased beyond 1024. + - The scheduler's LoadDevices() function was getting + interrupted by the SIGCHLD signal handler; now ignore + child signals while loading devices. + - Added quota and allow/deny user support for printers + and classes. + - Removed black/CMY adjustment code from the PS and + image file RIPs; it was interfering with some CUPS + driver dithering code. + - The lpc program stopped listing the queue statuses + after the first active printer. + - The cups-lpd program used an output format that the + Solaris printing system did not understand. + - Updated the lpq program to use the Solaris format + except under Tru64 UNIX. + - Some DEC PPD files incorrectly use "Off" for the null + value in UI constraints. Added "Off" to the list of + accepted null values. + - Changed the *BSD define constants to __*BSD__ in all + of the backends. + - Added support for "lpstat printername", which is an + undocumented feature in Solaris. + - The HP-GL/2 filter now only sets the plot size if it + is set in the plot file. + - The lpmove command wasn't sending the requesting + user name, causing it to always fail. + - Updated the cupsTempFile() code to use GetTempPath() + under Windows. + - The cups-lpd mini-daemon didn't limit the number of + data files accepted, didn't use cupsTempFile(), + didn't handle control file job information in any + order, and didn't free job options after printing + a file. + - The scheduler copy_banner() function did not + explicitly set the owner and permissions of the banner + files, which could prevent the banner pages from + printing on some systems. + - The lpstat program wasn't listing remote classes. + - The scheduler did not verify that the printer-uri + attribute was specified in all requests that required + it. + + +CHANGES IN CUPS v1.1.4 + + - Makefile and configure script fixes. + - **** Changed the default Printcap setting **** to + /etc/printcap. There are just too many people asking + why application XYZ doesn't see their printers! + - The web admin interface now displays an error if it + can't get the list of printer drivers from cupsd. + - The IPP backend was putting the copies option before + the other job options were set. This caused the IPP + request to contain attribute groups in the wrong + order, which prevented remote printing. + - Added checks in scheduler to free memory used for + IPP requests and language information when closing + a client connection. + - Fixed the duplex option in the HP LaserJet driver. It + should now work with all LaserJet printers (and + compatibles) + - The add-printer web interface didn't initialize the + "old info" data pointer, which caused random crashes + on many OS's. + - Fixed many page sizes defined in the Level 1 + compatibility file "gs_statd.ps" to match reality. + - Fixed another bug in the setpagedevice "code" in + Ghostscript. It should now accept all standard + Adobe attributes on all platforms. + - Fixed pstoraster so that it reallocates memory for + color depth changes as well as size/resolution + changes. This removes an ordering constraint on + the color, page size, and resolution options in + PPD files. + - The IPP backend didn't use the job's character set + when the destination printer supported it. This + caused problems when printing text files to other + CUPS servers. + - Updated the logic used to determine when to rebuild + the PPD file database. The scheduler now checks the + dates and the number of PPD files (was just checking + the dates.) + - Updated the ippSetCGIVars() function (used by the + web interfaces) to only filter valid string values. + - The PostScript filter was scaling 2-up pages + incorrectly. This caused the edges of some pages to + be clipped. + + +CHANGES IN CUPS v1.1.3 + + - Makefile fixes. + - RPM spec file changes. + - Documentation updates. + - Enabled pstoraster debug messages for everything + (only logged when LogLevel set to "debug"...) + - Changed the Input/OutputAttributes fix in + pstoraster so that it works on all platforms. + - The HP-GL/2 filter didn't set the right green + color value in encoded polylines or text. + - Updated the "fitplot" code to handle plot sizes + specified as "PSwidth,length" and "PSlength,width". + - Updated the Linux parallel and USB backends to open + the device files prior to looking in /proc for + autoprobe info. This makes sure that loadable device + driver modules are in fact loaded... + - Added new FilterLimit directive to limit the number + of processing jobs/filters on a system. + - set-job-attributes didn't change the job-state to + held/pending when the job-hold-until attribute was + specified. + - set-job-attributes didn't save the new job attributes. + - Now change the "requesting-user-name" attribute in + requests from remote systems to "remroot" when an + unauthenticated "root" user is sent. This can be + changed using the new RemoteRoot directive in + cupsd.conf. + - The cancel-job, hold-job, release-job, and restart-job + operations didn't log the authenticated username. + - The cups-lpd mini-daemon now checks for a + document-format option before forcing raw mode with + filter mode 'l'. + - The cups-lpd mini-daemon now supports "-o" options + on the command-line (passed by inetd) to set global + defaults for all print queues. + - The pstops filter assumed that a file with a Trailer + comment would also have an EOF comment. + - Added new cupsSetPasswordCB(), cupsSetServer(), + cupsSetUser(), and ippSetPort() functions to better + support client applications (especially GUIs...) + - The CUPS-add-class and CUPS-add-printer operations + didn't reset the printer-name attribute on remote + print queues that had to be renamed when a local + printer was defined with the same name. + - The lpoptions command now supports a "-r" option to + remove options for a printer or instance. + - The lpadmin and admin.cgi programs no longer allow + class and printer names to begin with a number; this + caused the command-line utilities to become confused. + - The Linux USB backend now looks for both the parallel + and usblp driver names in the device list. + - Added a new FontPath directive to cupsd.conf, and also + a "--with-fontpath" option for the configure script to + specify alternate font paths for pstoraster. + - The CUPS-move-job operation didn't update the + job-printer-uri attribute. + - The scheduler only looked up printers and classes by + name in IPP requests, instead of using the full URI. + This caused problems with KUPS and friends with + remote printers. + - The scheduler now handles better localization of + hostnames (e.g. server is host.foo.com, remote is + host.subfoo.foo.com, localized is not host.subfoo...) + - The scheduler logging functions now use a common + log file checking/rotation function (courtesy of + Crutcher Dunnavant at Red Hat) + - The scheduler could accept more client connections + than it allocated for if more than one Port or Listen + line was present in cupsd.conf. + - Other minor scheduler performance tweeks. + - The lpq and lprm commands didn't support the default + printer set using lpoptions. + - The lpoptions command now supports a "-l" option to + list the printer-specific options and their current + settings. + - The web printer and class lists now show a link to the + default printer or class at the top of the page. + - The text filter now supports pretty printing of shell + and perl scripts as well as C/C++ source files. + - The top and bottom margins were reversed for landscape + text printing. + - The lpq and lprm commands didn't understand printer + instances. + - The scheduler only selected on the first 100 file + descriptors instead of the maximum file descriptor + limit. + - The scheduler client, listener, and mainline functions + now share code to disable and enable monitoring for + new client connections. + - The imagetoraster filter didn't support all of the + required pagedevice parameters. + - The serial backend now checks for 100 serial ports + under Linux. + - The scheduler used sscanf() to pull out the remote + printer location, description, and make/model strings, + but if any of these options was empty then sscanf() + would stop processing. + - Added "debug2" log level to provide a little less + verbose debugging information at the "debug" level. + - The scheduler would crash if you stopped a printer + that was currently printing a job. + - The scheduler incorrectly allowed jobs in the cancelled, + aborted, or completed state to be cancelled. + - The image filters did not load TIFF images properly + for bottom-to-top and right-to-left orientations. + - Added new cupsEncodeOptions() function to encode + CUPS options as IPP job attributes. + - The IPP backend, LPD mini-daemon, client commands, + and CUPS API did not properly encode multiple + option values separated by commas. + - Added new scheduler malloc logging in debug mode + (provides summary of total arena size, allocated, + and free bytes once a minute) + - The EPM-based distributions didn't install the + correct symlinks for a few man pages. + - Fixed a memory leak in the scheduler - wasn't + freeing old filters when deleting or renaming + printers. + - The scheduler now queries the primary IP address + for the name of the server and maps any incoming + requests from that address to the server name. + This fixes web admin mapping problems from + server.domain.com to localhost. + - The web printer modify interface now remembers + the previous device and driver settings (except + for serial ports.) + - The job-k-octets attribute is now stored as part of + the job attributes; this preserves the information + after a job is completed when job file history is + turned off. + - Dropped option sub-group parsing code for the moment, + since many Xerox PPD files abuse this feature in PPD + files and don't follow the hierarchy rules. + - Added new wrapper code around options so that duplex + options for some HP printers don't prevent prints. + - Added support for Digital UNIX/Tru64 UNIX/OSF/1 format + for "lpstat -v" output. + - Now show the URI for remote printers instead of + /dev/null in "lpstat -v" output. + - Creating classes and adding printers to a class with + the lpadmin command didn't work. + - The banner pages and test page should now format + correctly in both portrait and landscape orientations. + - Updated banner page substitution so that { can appear + by itself without quoting. + + +CHANGES IN CUPS v1.1.2 + + - Makefile/configure fixes + - RPM spec file and EPM list file fixes + - The cupsTempFile() function now uses a different + algorithm for generating temp files and "reserves" + them to avoid possible security exploitation. + - Now use /dev/random (if available) to seed the random + number generator for certificates. + - The /var/spool/cups and /var/spool/cups/tmp directories + were incorrectly owned by root; they are now owned by + the filter user, typically "lp". + - The scheduler now resets the permissions on the spool + and temp directories as needed to match the filter + user. + - Now expose ppdCollect() as an externally callable + function. + - The image filters now support filtering from the + standard input. + - The imagetoraster filter now collects all printer + options and job patch files and applies them to the + page header as needed. + - Added format and banner options to LPD backend. + - The send-document operation didn't start a job + immediately when last-document was true. + - The set-job-attributes operation didn't correctly + replace the current job-hold-until value. + - Removed the option wrapper code from ppdEmit() and + friends since it caused problems with Ghostscript + and many PS printers. + - Was setting TZ environment variable twice for job + filters. + - Added syslog logging in cups-lpd to aide in + debugging problems. + - The HP-UX parallel port backend did not list the + available parallel ports on some systems (printf + calling problem...) + - The lp and lpr commands overrode user options if + -d/-P were specified after -o. + - The scheduler would crash with a */* filter. + - Added support for a "default" filter for unknown file + types. The example provided in the mime.types and + mime.convs file prints unknown files as if "-oraw" was + specified for the job. This functionality is disabled + by default. + - The "compatibility" mode fix for older backends did not + work for smbspool. Added a workaround for it. + - The HP-GL/2 filter didn't perform the right pen scaling + with some files and the "fitplot" option. + - New Software Performance Specification document that + describes the memory, disk, and CPU usage of all the + CUPS software. + + +CHANGES IN CUPS v1.1.1 + + - The pstoraster Makefile still referenced one of the + old PDF filter files. + - The filter Makefile used INSTALL_DATA instead of + INSTALL_LIB to install the CUPS image library. + - The administration CGI didn't work properly with + network devices. + - The BrowseACL variable was not updated after the + cupsd.conf file was loaded. + - The lpd mini-daemon didn't support printer instances. + - Now use a default umask of 077 for child processes. + - Now put temp files in /var/spool/cups/tmp for child + processes and the root user, unless TMPDIR or TempDir + is defined otherwise. + - cupsGetPPD() no longer uses easy-to-guess filenames. + - The CUPS-Delete-Class and CUPS-Delete-Printer + operations now save classes.conf file as needed. + - The lppasswd command wouldn't add a user. + - The ppdOpen() function could cause a segfault if a + 0-length PPD file was read. + - The image filters were not handling images with + different X and Y resolutions properly. + - The imagetoraster filter defaulted to RGB output + instead of black output like pstoraster. + - The pstops filter didn't handle binary data properly. + - The pstops filter didn't handle copies properly for + PS files lacking DSC comments. + - The pstops filter now appends %%EOF to the end of + documents if they don't have it. + - The cupsGetPPD() function didn't work with remote + printers lacking the @server in the name. + - The configure script didn't work right when only + --prefix was specified. + - The ppdEmit() code now wraps all printer commands so + that buggy PostScript printers will still print a file + after receiving an option that isn't available. + - Fixed the DeskJet margin bug, and disabled 600dpi + color mode until it can be fixed. + - The cupsAddDest() function didn't sort instances + correctly in all cases. + - The time-at-xyz attributes now expand to the date and + time in banner files. + + +CHANGES IN CUPS v1.1 + + - Documentation updates. + - Configuration script updates. + - Didn't map charset and language value strings to lowercase + and _ to - as required by SLP and IPP. + - ppdLoadXYZ() didn't add the list of available fonts to the + ppd_file_t structure. + - The text filter common code was freeing the PPD file data + before it was used. + - The text filter now embeds missing fonts. + - The CGI interface now maps local access to the server to + the localhost address. + - The HP-GL/2 filter didn't use the specified (or default) + color ranges, resulting in strange colors. + - The HP-GL/2 filter didn't default to no input window, which + caused unnecessary clipping of plots. + - Integrated Xpdf's pdftops filter into CUPS, which is a + lightweight and reliable replacement for Ghostscript's + PDF support. + - Removed all PDF support from Ghostscript. + - Updated HP driver to set top margin; this seems to fix + the offset problem seen on HP DeskJet printers. + - Fixed dependencies on the ZLIB and JPEG libraries in + pstoraster. + - The lpr command wasn't using the lpoptions defined by + the user. + - The lpr command would segfault if the CUPS server was + not running. + - The top-level makefile was not installing the CUPS + initialization script. It now does so if it sees there + is an init.d directory in /sbin, /etc/rc.d, or /etc. + - "lpstat -v all" didn't work. + - pstoraster would crash on some platforms doing the + setpagedevice operator. + - The web administration interface now allows you to set + the default banner pages. + - Images can now be positioned on the page using the new + "position" option. + - The AccessLog, ErrorLog, and PageLog directives now + support "%s" to insert the server name. + - Added a new BrowseShortNames directive to allow for + short remote printer names ("printer" instead of + "printer@server") when possible. + - The scheduler could crash if given an invalid PPD file + with no PageSize attributes. + - Updated the serial, parallel, and usb backends to do + multiple writes and ignore ioctl() errors as needed; + this should fix problems with serial printing on old + serial drivers and with the UltraSPARC parallel port + driver under Solaris 2.7. + - Now propagate LD_LIBRARY_PATH to child processes from + cupsd. + - New DataDir directive for installing in alternate + locations. + - New CUPS_SERVERROOT and CUPS_DATADIR environment + variables to specify installation directories as + needed. + - Queued remote jobs recreate remote printers as needed + when the scheduler is started. + - Deleting a printer also purges all jobs on that + printer. + - Old job and control files that don't belong to a + printer are automatically deleted. + - Wasn't updating time-at-processing and + time-at-completed attributes in job. + - Didn't send required multiple-operation-time-out + attribute in response to a get-printer-attributes + request. + - cups-lpd now supports options set with lpoptions. + - The job-hold-until attribute is now provided with all + jobs. For jobs that are not currently held the value + is "no-hold". + - The scheduler was not sending "unknown" values in IPP + responses. + - The lpoptions command now accumulates options from + previous runs rather than replacing all options for a + printer. + - The IPP backend now switches to IPP/1.0 if a 1.1 + request fails. + - The lpadmin and admin.cgi programs now validate new + printer and class names. + - The access_log file now includes the number of IPP bytes + received in a POST request. + + +CHANGES IN CUPS v1.1b5 + + - Documentation updates. + - The pstoraster filter didn't compile without the JPEG library. + - The cupsd server didn't support the HTTP OPTIONS request + method. + - Dropped the "CLOSE" method supported by the cupsd server. + (not defined in HTTP specification) + - Makefile/configure script fixes. + - Missing the job-restart template. + - Added IPP test suite for testing. + - Missing IPP documentation from binary distributions. + - Fixed multiple-document handling code when last-document + not specified. + - Added more checks to IPP requests to prevent bad requests + from getting through. + - Not all of the Ghostscript error output was being sent to + stderr. + - The PostScript filter now added PJL commands to set the + job name and display string, if supported. + - The scheduler would crash if the browse socket could not + be bound. Now disables browsing if port 631 (reserved for + IPP) is being used by a misbehaving daemon. + - The USB backend now looks for the older Linux 2.2.x USB + printer device filenames as well as the newer ones. + - The IPP backend now uses the UTF-8 charset exclusively, + since apparently only CUPS handles more than US-ASCII and + UTF-8... + - Wasn't quoting ( in PostScript banners... + - Send-document requests with no document-format attribute + could cause cupsd to crash. + - Old jobs in the spool directory might cause cupsd to + crash. + - CUPS now supports all of the recommended job-hold-until + keywords as well as name values of the form "HH:MM" and + "HH:MM:SS". + - Added placeholder pointer for TLS encryption to the HTTP + connection structure. + - Fixed the "fast poll" bug reported by DISA - the + status pipe wasn't being closed for multi-file jobs. + - Revamped put_params code in pstoraster to fix bitmap + allocation bug with FrameMaker output. + - Ripped out filename, etc. code from pstoraster as it + is a potential security hole. + - Added support for RIP_CACHE environment variable in the + new pstoraster. + - Fixed USB device filenames for Linux; now support new + pre-2.4 devices (/dev/usb/lp#) and 2.2 devices + (/dev/usblp#) + - Fixed accept-jobs crash with classes. + - Didn't include dot-matrix EPSON drivers in previous + release. + + +CHANGES IN CUPS v1.1b4 + + - Documentation updates. + - Many makefile and configuration script fixes (should + now compile better under *BSD.) + - The MediaPosition attribute was being mishandled by + GhostScript, causing the RIP to fail whenever a paper + tray was selected. + - The scheduler now logs the final line of log information + from a filter, even if it doesn't end with a newline; this + primarily affects GhostScript error output. + - The scheduler was saving implicit classes, so after a few + restarts you'll end up with AnyPrinter, AnyAnyPrinter, etc. + - The JPEG autodetection didn't work with some JPEG files that + came from digital cameras (JPEG but not JFIF); the new + magic types should work with all images that the JPEG library + can handle. + - Fixed a bug in the new contains() MIME type rule that could + cause cupsd to crash. + - Switched to using strtol() in the MIME type code so that you + can use hex, octal, or decimal constants as desired in the + mime.types file. + - Banner files are now treated as templates, allowing any type + of file to be used as a banner. + - Added a 30-second timeout to backend device reports so that a + hung backend will not prevent the scheduler from starting. + - Backends are once again terminated when jobs are stopped; the + CUPS-supplied backends will stay alive until the downstream + filters have had a chance to clear out old page data. + - The charset lookup in the CUPS localization support was wrong + (iso8859-x instead of iso-8859-x) + - Changed the "cpNNNN" code page files to "windows-NNNN" to match + the IANA registrations. + - New PostScript banner pages. + - Added Windows BMP and Alias PIX image file support to the image + filter. + - The PNG reading coded didn't free all of its buffers. + - Added Digest authentication support to the client and server + code. + - Added Solaris options to System V commands. + - Now support the output-bin job template attribute. + - Now log the job-billing attribute in the page_log file, and + keep track of the total number of pages in the + job-media-sheets-completed attribute. + - The penwidth option is now in micrometers to support more + accurate width specification. + - The image filters now support interlaced and transparent PNG + files. + - Didn't handle Keep-Alive for HTTP/1.0 clients. + - The BrowsePoll support didn't handle when BrowseInterval + was set to 0 (now uses 30 seconds if BrowseInterval is 0) + - The DeskJet driver now supports 600 DPI color for printers + that support it. + - New lpinfo and lpmove commands. + - The lpq command now supports the Digital UNIX output format. + - The LPD mini-daemon now supports all required LPD operations. + - Implemented timeouts for multi-file documents. + - New cupsPrintFiles() function in the CUPS API library to + print multiple files using create-job and send-document + requests (1 job ID for multiple files) + - The lp command now sends multiple files as a single job, + matching the behavior of the System V command. + - The "cancel -a" command now purges job history files. + + +CHANGES IN CUPS v1.1b3 + + - Documentation updates. + - The startup script redirected stderr before stdout, + which caused problems with some versions of Bourne + shell and Bash. + - Fixed a bug in the scheduler's PPD language reading + code. + - Fixed a bug in the scheduler's check for the + manufacturer in the PPD. + - The pstoraster filter didn't allow some input and + output attributes to be set. + - Added banner page support. + - Added missing PAM configuration file. + - Configuration script fixes for Linux and *BSD. + - The log file code was using the wrong sign for the + timezone offset. + - The default printcap file is now empty (no printcap + file is generated). + - The scheduler did not start jobs destined for remote + printers when they became available. + - The scheduler now sends jobs to remote printers + immediately. (when sending jobs to a class, the remote + printer is only used when it becomes available) + - The scheduler now supports printing of banner pages + via the job-sheets attribute (banner files go in + /usr/share/cups/banners) + - The cupsd process now forks itself into the background + (override with -f) + - Added several *BSD enhancements. + - Added UNSUPPORTED libtool option to configuration + script to allow the use of libtool. Note that this is + UNSUPPORTED by us, but added by request of the *BSD + folks. + - The parallel, serial, and usb backends now retry the + opening of their ports. This allows multiple print + queues to be associated with a single physical port, + and will allow CUPS to support several types of + parallel port auto-switches in the near future. + - Set-Job-Attributes now supports adding, changing, and + deleting job template attributes, and no longer allows + job-printer-uri to be set (see CUPS-Move-Job) + - Added CUPS-Move-Job operation to support moving of jobs. + - The CGI template functionality now supports multiple + languages (still only have templates for English) + - The CUPS-Get-Printers and CUPS-Get-Classes operations + now support filtering as defined in the IDD. + - The Get-Jobs, CUPS-Get-Printers, and CUPS-Get-Classes + operations no longer limit themselves to 1000 jobs, + printers, or classes (believe it or not, this is + needed for some sites) + - The web interfaces now support language-specific + templates. + - The web admin interface now supports class management. + - The web admin interface now shows a list of + manufacturers before selecting the PPD/driver for a + specific printer. + - The web admin interface now supports configuration of + the default printer options in the PPD file. + - The web interface now uses printer/class + authentication for the test page instead of admin + authentication. + - Updated the RPM spec file for the current release. + - Updated language support for Windows code pages. + - 8-bit character set files can now use multiple fonts + (needed for Arabic, Greek, Hebrew, etc.) + - Added basic right-to-left text support in the text + filter. + - The POSIX locale now uses ISO-8859-1 instead of + US-ASCII. + - Fixed PDF printing problems. + - Fixed PostScript RIP page device dictionary elements + that weren't getting passed in cups_get_params(). + - Added a new "contains" rule for the magic file typing. + - The "printable" rule now accepts characters from 128 to 255 + (needed for Microsoft character sets) + - Added support for ~/.cupsrc as well as /etc/cups/client.conf + so that the default server can be configured on a per-user + basis without environment variables. + - Added LPD mini-daemon to support incoming LPD jobs. + + +CHANGES IN CUPS v1.1b2 + + - Documentation updates. + - The lp command didn't always load the user-defined + destinations, preventing it from seeing the default + printer. + - Many configure script and makefile fixes. + - The Microsoft code page files were missing from the + distribution. + - Added a workaround for the HP IPP client (which is sending + an invalid printer-uri in requests) + - Fixed the encoding of text-with-language and name-with-language + to match the IPP spec. + - Added support for unknown value tags in the IPP routines + (previously they would be ignored) + - Integrated GNU GhostScript 5.50 into the pstoraster filter. + - Client hostname resolution was broken on little-endian + machines. + - Now look at client.conf file for client's default server + and printer. + - The cupsServer() function did not close the client.conf file + if it contained a ServerName directive. + - Added BrowseAllow, BrowseDeny, BrowseOrder, BrowsePoll, and + BrowseRelay directives. + - BrowseInterval 0 disables advertising of local printers, but + still receives information on remote printers. + - New browse polling daemon (for polling servers on different + networks) + - New PPD cache file for faster startup times with large numbers + of PPD files. + - The Host: field was incorrectly required for HTTP/1.0 clients. + - New set-job-attributes operation now supported. + - The mime_load_types() and mime_load_convs() functions did not + close their input files. + + +CHANGES IN CUPS v1.1b1 + + - NEW web-based administration interface. + - NEW EPSON printer drivers. + - NEW user-defined printers and options. + - NEW persistent jobs and job history + - NEW IPP/1.1 support + - NEW template-based web interfaces. + - NEW CUPS-get-devices and CUPS-get-ppds operations. + - NEW support for create-job and send-file operations. + - NEW certificate-based authentication for local + administration. + - NEW USB backend. + - The lpr command now produces human-readable error messages. + - The lpq command now produces BSD standard format output + instead of OSF/1 output. This should resolve the SAMBA + print queue problems that have been reported. + - The IPP backend did not always detect when the "raw" option + was being used. + - The "lpstat -p" command would stop after the first active + printer. + - The "lpstat -v" command would stop before the first remote + printer. diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000000..f9c30a7203 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,1123 @@ +CHANGES.txt - 2007-03-15 +------------------------ + +CHANGES IN CUPS V1.2.9 + + - The scheduler did not use the default job-sheets + (banners) for implicit classes (STR #2284) + - The scheduler could crash when listing complete jobs + that had been unloaded from memory (STR #2288) + - The French localization was doubled up (STR #2287) + - Build system fixes for several platforms (STR #2260, + STR #2275) + - The scheduler's openssl certificate generation code was + broken on some platforms (STR #2282) + - The scheduler's log rotation check for devices was + broken (STR #2278) + - The LPD mini-daemon did not handle the document-format + option correctly (STR #2266) + - The pdftops filter ignored the "match" size option in the + pdftops.conf file (STR #2285) + - cupstestppd now validates UTF-8 text strings in + globalized PPD files (STR #2283) + - The outputorder=reverse option did not work with all + printers (STR #2279) + - Classes containing other classes did not always work + (STR #2255) + - Printer location and description information was lost + if the corresponding string contained the "#" character + (STR #2254) + - cupsRemoveOption() did not work properly (STR #2264) + - The USB backend did not work with some USB to parallel + cables on Mac OS X. + - The test page did not print the rulers properly on + large media sizes (STR #2252) + - The text filter could crash when pretty printing certain + types of files (STR #2158) + + +CHANGES IN CUPS V1.2.8 + + - Documentation fixes (STR #2141, STR #2157) + - The HTTP upgrade redirection used by the scheduler did + not work with Internet Explorer (STR #2235) + - Members of a class with Unicode names did not appear + correctly in the web interface (STR #2154) + - Changing the "Save debugging information" setting in + the web interface no longer affects the other server + settings (STR #1993) + - The scheduler did not choose SSL certificates correctly + on Mac OS X (STR #2225) + - The scheduler could get in an infinite loop when + printing to a remote class (STR #2228) + - The jobs web page did not have separating space after + the number of pages column (STR #2230) + - Added French localization (STR #2221) + - Updated Spanish localization (STR #2223) + - Updated Japanese localization (STR #2216) + - cupsBorderlessScalingFacter was limited to a range of + 0.9 to 1.1, but some printers need larger values (STR + #2222) + - Landscape printing of PDF files did not always work + (STR #2149) + - Fixed slow USB printing on Minolta printers (STR #2104, + STR #2219) + - The ZPL label printer driver could produce stretched + output (PR #6448) + - The IPP backend now clears the printer-state-message + when there are no outstanding errors or warnings (STR + #2126) + - The CUPS Java scripting support did not work with + recent versions of Java due to the use of Sun's private + Base64 class (STR #2152) + - The scheduler did not pass HTTP GET form variables to + custom CGI programs (STR #2173) + - The lpoptions command now displays the reason why a PPD + file cannot be found (STR #2184) + - The scheduler did not accept "none" as a browse + protocol name (STR #2200) + - The scheduler still loaded the remote printer cache, + even when browsing was disabled (STR #2198) + - The SNMP backend now shows OfficeJet printers with the + "HP" manufacturer prefix (STR #2151) + - Web interface HTML cleanup (STR #2153) + - The parallel backend consumed 100% CPU on FreeBSD due + to an apparently common parallel port driver bug (STR + #2161) + - ippReadIO() incorrectly returned IPP_IDLE when the + initial IPP message header could not be read (STR + #2179) + - cupsRasterInterpretPPD() did not support custom options + (STR #1960) + - Collated output produced by the PostScript filter could + lose some options (STR #2137) + - job-hold-until with time values for the next day would + be held for 60 days (STR #2144) + - Some types of Sun raster files did not print correctly + (STR #2107) + - Raw PBM files did not print correctly (STR #2106) + - The SNMP backend no longer uses IPP with HP printers, + as some recent firmware versions appear to not work + (STR #2055) + - cupsMarkOptions() did not handle the + multiple-document-handling option (STR #2135) + - lpstat did not show the local job ID of active printers + (STR #2125) + - The backends incorrectly used STATUS: + media-tray-empty-error messages for out-of-paper + conditions (STR #2123, STR #2124) + - cupsGetPPD2() returned the wrong error when the PPD + file did not exist (STR #2122) + - cupsDoAuthentication() did not translate the password + prompt (STR #2121) + - httpGetLength2() did not handle error messages without + content correctly (STR #2133) + - Added support for 32/64-bit libraries on HP-UX Itanium + systems (STR #2115) + - Fixed a configure script problem with the 32/64-bit + library support (STR #2114) + - The PostScript filter did not properly output document + setup commands for reversed output (STR #2111) + - The scheduler did not parse IPv6 netmasks properly (STR + #2117) + + +CHANGES IN CUPS V1.2.7 + + - Documentation updates (STR #2089) + - Added an Italian translation (STR #2105) + - The PostScript filter now rotates the bounding box + values as needed (STR #2079) + - The scheduler no longer loads the remote printer cache + when browsing is disabled (STR #2084) + - The scheduler no longer writes a new launchd + configuration file if it doesn't have to (STR #2083) + - Updated the USB and PAP backends for Mac OS X (STR + #2086) + - The scheduler now picks up on changes to IPv6 and DNS + configuration on Mac OS X (STR #2085) + - The lpstat program could still hang (STR #2098) + - Fixed an inefficiency in the SNMP IPP detection code + (STR #2100) + - The SSL negotiation code did not implement short + timeouts (STR #2091) + + +CHANGES IN CUPS V1.2.6 + + - The web interface was not localized on Mac OS X (STR + #2075) + - "lpc status" did not show the number of queued jobs for + disabled queues (STR #2069) + - The lpstat program could hang (STR #2073) + - The serial backend did not support the new USB serial + filenames on Linux (STR #2061) + - The parallel backend did not support bidirectional I/O + properly (STR #2056) + - The network backends now log the numeric address that + is being used (STR #2046) + - Fixed a compile error when using libpaper. + - Fixed a compile error when compiling on Solaris with + threading enabled (STR #2049, STR #2050) + - Missing printer-state-changed event for + printer-state-message updates (STR #2047) + + +CHANGES IN CUPS V1.2.5 + + - Documentation updates (STR #2038) + - The SNMP backend no longer uses IPP for Epson printers + (STR #2028) + - Updated the configure script for Tru64 UNIX 5.1 (STR + #2033) + - Tru64 5.1B's getaddrinfo() and getnameinfo() functions + leak file descriptors (STR #2034) + - cupsAddDest() didn't add the parent destination's + options and attributes. + - ppdConflicts() did not handle custom option + constraints. + - Raw printing of gzip'd files did not work (STR #2009) + - The scheduler no longer preserves default option + choices when the new PPD no longer provides the old + default choice (STR #1929) + - The Linux SCSI backend is now only built if the SCSI + development headers are installed. + - USB printing to Minolta printers did not work (STR + #2019) + - Windows clients could not monitor the queue status (STR + #2006) + - The scheduler didn't log the operation name in the + access_log file for Create-Job and Print-Job requests. + - The PostScript filter now separates collated copies + with any required JCL commands so that JCL-based + finishing options act on the individual copies and not + all of the copies as a single document. + - The PostScript filter now disables duplex printing when + printing a 1-page document. + - cups-lpd didn't pass the correct + job-originating-host-name value (STR #2023) + - Fixed some speling errors in the German message catalog + (STR #2012) + - cupstestppd did not catch PPD files with bad + UIConstraints values (STR #2016) + - The USB backend did not work with the current udev- + created printers if the first printer was disconnected + (STR #2017) + - Mirrored and rotated printing did not work with some + documents (STR #2004) + - 2-sided printing with banners did not work properly on + some printers (STR #2018) + - Updated the raw type rule to handle PJL within the + first 4k of a print job (STR #1969) + - Added an Estonian translation (STR #1957) + - Clarified the documentation for the cupsd.conf @LOCAL + and @IF(name) allow/deny functionality (STR #1992) + - The PostScript filters did not escape the Title and For + comments in the print job header (STR #1988) + - The scheduler would use 100% CPU if browsing was + disabled and the cupsd.conf file contained BrowsePoll + lines (STR #1994) + - The cupsDirRead() function did not work properly on + non-POSIX-compliant systems (STR #2001) + - The cupsFile functions didn't handle read/write errors + properly (STR #1996) + - The DBUS support now works with older versions of the + DBUS library. + + +CHANGES IN CUPS V1.2.4 + + - The --with-printcap configure option did not work (STR + #1984) + - The character set reported by cupsLangGet() did not + always reflect the default character set of a given + locale (STR #1983) + - Older Lexmark and Tektronix printers did not work with + IPP (STR #1980) + - Failsafe printing did not work (PR #6328) + - Some web interface redirects did not work (STR #1978) + - The web interface change settings button could + introduce a "Port 0" line in cupsd.conf if there was no + loopback connection available (STR #1979) + - The web interface change settings and edit + configuration file buttons would truncate the + cupsd.conf file (STR #1976) + - The German web interface used the wrong printer icon + images (STR #1973) + - The "All Documents" link in the on-line help was + missing a trailing slash (STR #1971) + - The Polish web interface translation used the wrong + URLs for the job history (STR #1963) + - The "reprint job" button did not work (STR #1956) + - The scheduler did not always report printer or job + events properly (STR #1955) + - The scheduler always stopped the queue on error, + regardless of the exit code, if the error policy was + set to "stop-printer" (STR #1959) + - ppdEmitJCL() included UTF-8 characters in the JCL job + name, which caused problems on some printers (STR + #1959) + - Fixed a buffering problem that cause high CPU usage + (STR #1968) + - The command-line applications did not convert + command-line strings to UTF-8 as needed (STR #1958) + - cupsDirRead() incorrectly aborted when reading a + symbolic link that pointed to a file/directory that did + not exist (STR #1953) + - The cupsInterpretRasterPPD() function did not handle + custom page sizes properly. + + +CHANGES IN CUPS V1.2.3 + + - The scheduler did not send job-state or + job-config-changed events when a job was held, + released, or changed (STR #1947) + - The scheduler now aborts if the configuration file and + directory checks fail (STR #1941) + - Fixed a problem with ippPort() not using the port + number that was set via the client.conf file or + CUPS_SERVER environment variable (STR #1945) + - HTTP headers were not buffered (STR #1899) + - Some IPP printers (HP) did not like UTF-8 job names + (STR #1837) + - The CUPS desktop icon is now localized for Polish (STR + #1920) + - Printer options were not always honored when printing + from Windows clients (STR #1839) + - The openssl command would lock up the scheduler when + generating an encryption certificate on some platforms + due to a lack of entropy for the random number + generator (STR #1876) + - The web admin page did not recognize that "Listen 631" + enabled remote access (STR #1908) + - The web admin page did not check whether changes were + made to the Basic Server Settings check boxes (STR + #1908) + - The IPP backend could generate N*N copies in certain + edge cases. + - The scheduler did not restore remote printers properly + when BrowseShortNames was enabled (STR #1893) + - Polling did not handle changes to the network + environment on Mac OS X (STR #1896) + - The "make test" subscription tests used invalid + notify-recipient-uri values (STR #1910) + - Printers could be left in an undefined state on system + sleep (STR #1905) + - The Berkeley and System V commands did not always use + the expected character set (STR #1915) + - Remote printing fixes (STR #1881) + - The cupstestppd utility did not validate translation + strings for custom options properly. + - Multi-language PPD files were not properly localized in + the web interface (STR #1913) + - The admin page's simple settings options did not check + for local domain socket or IPv6 addresses and did not + use "localhost" as the listen address. + - An empty BrowseProtocols, BrowseLocalProtocols, or + BrowseRemoteProtocols line would crash the scheduler + instead of disabling the corresponding browsing options. + - The scheduler now logs IPP operation status as debug + messages instead of info or error. + - cupsFileRewind() didn't clear the end-of-file state. + - cupstestppd didn't report the actual misspelling of the + 1284DeviceID attribute (STR #1849) + - BrowseRelay didn't work on Debian (STR #1887) + - configure --without-languages didn't work (STR #1879) + - Manually added remote printers did not work (STR #1881) + - The header was not installed. + - Updated the build files for Autoconf 2.60 (STR #1853) + - The scheduler incorrectly terminated the polling + processes after receiving a partial log line. + - The cups-lpd mini-daemon reported "No printer-state + attribute found" errors when reporting the queue status + (PR #6250, STR #1821) + - SNMP backend improvements (STR #1737, STR #1742, STR + #1790, STR #1835, STR #1880) + - The scheduler erroneously reported an error with the + CGI pipe (STR #1860) + - Fixed HP-UX compile problems (STR #1858, STR #1859) + - cupstestppd crashed with some PPD files (STR #1864) + - The and header files did not + work with C++. + + +CHANGES IN CUPS V1.2.2 + + - Documentation updates (STR #1765, STR #1780) + - CUPS didn't know about alternate character set names + for Asian text (STR #1819) + - The lpoptions -o and -r options did not work unless you + specified a printer. + - The lpoptions command incorrectly allowed users to set + printer attributes like printer-type (STR #1791) + - httpWait() did not flush the write buffer, causing "bad + request" errors when communicating with CUPS 1.1.x + servers (STR #1717) + - Polling did not sanitize the printer description, + location, or make and model strings like broadcasts + did. + - Polled printers did not show the server's default + job-sheets option value. + - The Samba password prompt was not properly localized + (STR #1814) + - Added a German translation (STR #1842) + - The scheduler now creates self-signed SSL certficates + automatically when using OpenSSL and CDSA for + encryption, just as for GNU TLS. + - The SNMP backend sporatically reported some printers as + "unknown" (STR #1774) + - The scheduler now forces BrowseTimeout to be at least + twice the BrowseInterval value and non-zero to avoid + common configuration errors. + - The scheduler incorrectly returned printer URIs of the + form "ipp://server/printers/classname" for classes (STR + #1813) + - Updated Japanese localization (STR #1805) + - The scheduler's SSL certificate/key directory was not + created on installation (STR #1788) + - Added a mailto.conf man page and help page (STR #1754) + - The parallel and USB backends no longer wait for the + printer to go on-line - this caused problems with + certain printers that don't follow with the IEEE-1284 + standard (STR #1738) + - The scheduler could crash on a reload when implicit + classes were present (STR #1828) + - The IPP backend incorrectly used the CUPS_ENCRYPTION + environment variable to determine the default + encryption mode when printing (STR #1820) + - USB printing did not work on Solaris (STR #1756) + - The scheduler sorted job priorities in the wrong order + (STR #1811) + - The scheduler did not automatically restart notifiers + that exited or crashed (STR #1793) + - IPv6 support did not work on NetBSD (STR #1834) + - The EPM packaging file did not work (STR #1804) + - The scheduler used up the CPU if BrowseRemoteProtocols + was empty (STR #1792) + - Custom page sizes did not work (STR #1787) + - The SNMP backend could crash on some systems when SNMP + logging was enabled (STR #1789) + - Browsing could produce some funny printer names when + ServerName was set to an IP address (STR #1799) + - Fixed the log message for BrowseRelay (STR #1798) + - Fixes to allow CUPS to compile on MirBSD (STR #1796) + - The scheduler incorrectly set the FINAL_CONTENT_TYPE + environment variable (STR #1795) + - The pdftops filter incorrectly embedded a "produced by" + comment, causing PDF printing not to work on some + operating systems (STR #1801) + - Sending raw jobs from a client system could cause the + client's scheduler to eventually crash (STR #1786) + - The scheduler now checks that the notifier exists prior + to accepting a new subscription request. + - The scheduler now reports the supported + notify-recipient schemes based on the contents of the + ServerBin/notifier directory. + - Event notifications did not include the + notify-sequence-number or other required attributes + (STR #1747) + - Allow/Deny addresses of the form "11.22.33.*" did not + work on Linux (STR #1769) + - cupsGetPPD() did not work if the scheduler was only + listening on a domain socket (STR #1766) + - The scheduler could crash advertising a class (STR + #1768) + - The scheduler could crash if the default printer was + deleted (STR #1776) + - Added a new default CUPS raster format (v3) which does + not compress the raster stream in order to provide the + same cupsRasterReadPixels() and cupsRasterWritePixels() + performance as CUPS 1.1.x. + - The cupsaddsmb man page listed the wrong files for the + CUPS driver. + - Some configure --with options did not work (STR #1746) + - "Allow @IF(name)" didn't work if "name" wasn't the + first network interface (STR #1758) + - The lpstat command did not use the correct character + set when reporting the date and time (STR #1751) + - The cupsaddsmb command and web interface did not update + the Windows PPD files properly, resulting in corrupt + PPD files for the Windows client to use (STR #1750) + - The cupsd.conf man page didn't describe the Listen + domain socket syntax (STR #1753) + - The scheduler no longer tries to support more than + FD_SETSIZE file descriptors. + - CDSA (encryption) support fixes for MacOS X. + - The lppasswd program needs to be setuid to root to + create and update the /etc/cups/passwd.md5 file (STR + #1735) + - 32/64-bit library installation was broken (STR #1741) + - The USB backend now reports a "no such device" error + when using the old filename-based USB URIs instead of + the "success" error. + - Increased the HTTP and IPP read timeouts to 10 seconds, + as 1 second was too short on congested networks (STR + #1719) + - The SNMP backend now uses the device description over + the printer-make-and-model attribute when the attribute + contains a generic name (STR #1728) + - Fixed another file descriptor leak when printing raw + files (STR #1736) + - Raw queues were not shared via LDAP (STR #1739) + - The pstops filter didn't always embed PageSetup + commands from the PPD file (STR #1740) + - "make install" didn't work if you disabled all of the + localizations. + - The scheduler didn't always choose the least costly + filter. + - Fixed parsing of IPv6 addresses in Allow, Deny, + BrowseAllow, BrowseDeny, and BrowseRelay directives + (STR #1713) + - Printers that were shared via LDAP did not get added to + the LDAP server properly (STR #1733) + - LDAP browsing would crash the scheduler if a required + value was missing (STR #1731) + - Special cases for the "localhost" hostname did not + work, causing printing to not work when the /etc/hosts + file did not contain a localhost entry (STR #1723) + - Updated the Spanish translation (STR #1720, STR #1770) + - Reverse-order page output was broken when N-up or + landscape orientations were used (STR #1725) + - The parallel, serial, socket, and USB backends needed + print data before they would report back-channel data, + causing problems with several new drivers (STR #1724) + + +CHANGES IN CUPS V1.2.1 + + - "lprm -h hostname" did not work (STR #1800) + - The web interface did not handle reloads properly for + MSIE (STR #1716) + - The configure script no longer adds linker rpath + options when they are unnecessary. + - The scheduler could crash printing a debug message on + Solaris (STR #1714) + - The --enable-32bit and --enable-64bit configure options + did not always work. + - The password prompt showed the domain socket address + instead of "localhost" for local authentication (STR + #1706) + - The web interface filtered the list of printers even if + the user wasn't logged in (STR #1700) + - The IPP backend did not work reliably with some Xerox + printers (STR #1704) + - Trailing banners were not added when printing a single + file (STR #1698) + - The web interface support programs crashed on Solaris + (STR #1699) + - cupstestppd incorrectly reported problems with + *1284DeviceID attributes (STR #1710) + - Browsing could get disabled after a restart (STR #1670) + - Custom page sizes were not parsed properly (STR #1709) + - The -U option wasn't supported by lpadmin (STR #1702) + - The -u option didn't work with lpadmin (STR #1703) + - The scheduler did not create non-blocking back-channel + pipes, which caused problems when the printer driver + did not read the back-channel data (STR #1705) + - The scheduler no longer uses chunking in responses to + clients - this caused problems with older versions of + CUPS like 1.1.17 (PR #6143) + - Automatic raw printing was broken (STR #1667) + - 6-up printing was broken (STR #1697) + - The pstops filter did not disable CTRL-D processing on + the printer/RIP. + - ppdOpen*() did not load custom options properly (STR + #1680) + - "Set Printer Options" in the web interface did not + update the DefaultImageableArea or + DefaultPaperDimension attributes in the PPD file (STR + #1689) + - Fixed compile errors (STR #1682, STR #1684, STR #1685, + STR #1690) + - The lpstat command displayed the wrong error message + for a missing destination (STR #1683) + - Revised and completed the Polish translation (STR + #1669) + - Stopped jobs did not show up in the list of active jobs + (STR #1676) + - The configure script did not use the GNU TLS + "libgnutls-config" script to find the proper compiler + and linker options. + - The imagetoraster filter did not correctly generate + several 1, 2, and 4-bit color modes. + - cupsRasterWritePixels() could lose track of the current + output row. + - cupsRasterReadPixels() did not automatically swap + 12/16-bit chunked pixel data. + - Moved the private _cups_raster_s structure out of the + public header. + - Updated the CUPS raster format specification to include + encoding rules and colorspace definitions. + - The Zebra PPD files had the wrong PostScript code for + the "default" option choices. + - The imagetoraster filter did not generate correct CIE + XYZ or Lab color data. + - The cups-config script did not work when invoked from a + source directory (STR #1673) + - The SNMP backend did not compile on systems that used + the getifaddrs emulation functions (STR #1668) + + +CHANGES IN CUPS V1.2.0 + + - Documentation updates (STR #1618, STR #1620, STR #1622, + STR #1637) + - Static file copy buffers reduced from 64k to 32k to + work around bogus MallocDebug library assumptions (STR + #1660) + - The scheduler did not decode the backend exit code + properly (STR #1648) + - The MacOS X USB backend did not report the 1284 device ID, + nor did it fix device IDs returned by HP printers. + - The scheduler started more slowly than 1.1.x with large + numbers of printers (STR #1653) + - cupsRasterInterpretPPD() didn't support the + cupsPreferredBitsPerColor attribute, and imagetoraster + didn't use the new API. + - The "make test" script did not create all of the necessary + subdirectories for testing (STR #1638) + - The scheduler did not prevent rotation of logs + redirected to /dev/null (STR #1651) + - "make test" did not include the SNMP backend in the + test environment (STR #1625) + - The EPM packaging files did not work (STR #1621) + - "Use Default Configuration" inserted a broken + configuration file (STR #1624) + - Redirects in the web interface did not always preserve + the encrypted status of a connection (STR #1603) + - Added the Apple "pap" backend. + - Added CUPS library to CUPS Image shared library + linkage to support Linux --as-needed linker option + (STR #1606) + - Fixed support for --enable-pie (STR #1609) + - The pdftops filter did not validate the length of the + encryption key (STR #1608) + - Updated the Polish localization. + - "Encryption Required" in the cupsd.conf file now only + requires encryption when the connection is not over the + loopback interface or domain socket. + - Printer names containing "+" were not quoted properly in + the web interface (STR #1600) + - The SNMP backend now reports the make and model in the + information string so that the auto-generated printer + name is more useful than just an IP address. + + +CHANGES IN CUPS V1.2rc3 + + - The cups-lpd program always did reverse lookups on the + client address, which could be a performance problem. + Added a "-n" option to disable lookups. + - When configured with SSL support, require encryption by + default when displaying the /admin location (STR #1592) + - The next job ID was not computed correctly if the job + cache file got out of sync with the spool directory + (STR #1582) + - The PNG image handling code used deprecated functions + from libpng (STR #1587) + - Added a Polish translation (STR #1584, STR #1586) + - More changes to the scheduler to improve battery life + on portable devices (STR #1583) + - Changed the default log level for status messages back + to "DEBUG" to be consistent with CUPS 1.1.x (STR #1579) + - The error string was not set properly when + cupsDoFileRequest() was given the name of a directory + (STR #1578) + - Fixed handling of job-hold-until (STR #1581) + - Added explicit notes to the cupsaddsmb man page + explaining that the driver filenames are case-sensitive + under UNIX and that they must be all lowercase (Windows + 2000) or all UPPERCASE (Windows 95/98/Me) to work (STR + #1568) + - The USB backend incorrectly split the manufacturer name + if it contained spaces (STR #1566) + - The scheduler would hang when listing PPD files for a + manufacturer whose name contained spaces (STR #1567) + - Added the SNMP backend for network printer discovery + (STR #1555) + - cupstestppd now fails PPD files with 1284DeviceId + instead of 1284DeviceID, and cups-driverd uses a + case-insensitive comparison when looking for it (STR + #1573) + - cupsDoFileRequest() and cupsDoRequest() now work + properly with non-blocking HTTP connections. + - Added Swedish translation (STR #1569) + - "make install" now installs the MIME files with world + read permissions (STR #1565) + - More CDSA encryption support fixes (STR #1563) + - Updated the default mime.types file to support printing + of files that do not have a locally-recognized MIME + media type to raw or System V queues. + - Updated the serial port detection code on Linux (STR + #1562) + - Added some more error checking to httpGetHostname() + (STR #1561) + - The title of some administration pages was not + localized (STR #1548) + - The edit-config.tmpl file was not generated or + installed for the Spanish or Japanese localizations + (STR #1547) + - The mimeDelete() function freed the types before the + filters, but the filters needed the type data (STR #1558) + - The scheduler didn't keep track of the status pipes + properly, leading to a bad select() for multi-file jobs + (STR #1559) + - The cupstestdsc program didn't validate the ordinal + page number value for %%Page: comments. + + +CHANGES IN CUPS V1.2rc2 + + - The scheduler was not always using the string pool, + causing random crashes. + - The lpmove and the web interface's Move Job button did + not work with stopped jobs (STR #1534) + - The PostScript filter did not handle the page-set + option properly with number-up printing (STR #1543) + - The scheduler now only warns about unsupported ACLs + once (STR #1532) + - The "fitplot" option did not work with output from + Mozilla (STR #1542) + - The imagetops filter did not work with Level 2 or 3 + printers (STR #1533) + - The scheduler now recognizes PostScript files with PJL + commands that do not include an ENTER LANGUAGE command. + - Added --with-printcap configure option. + - 64-bit SSL fixes for MacOS X. + - The scheduler didn't send some printer state change + events. + - The scheduler didn't send jobs to busy remote printers. + - Fixed some problems with the launchd support. + - Added new USB printer backend for MacOS X. + - The PostScript filter now handles files that start with + an incomplete PJL header (PR #6076) + - The web interface language selection code did not try + the generic language localization (STR #1531) + - The language cache, string pool, and transcoding caches + are now process global instead of per-thread to avoid + problems with GNOME and to allow for data sharing + between threads (STR #1530) + - Fixed a CUPS 1.1.x compatibility bug (STR #1528) + - The web interface redirection after certain printer + administration tasks was broken (STR #1516) + - Web interface authorization could get stuck (STR #1512) + - Localization updates (STR #1513, STR #1518, STR #1520) + - The pstops filter didn't work with some files (STR + #1523) + - "./configure --enable-static" didn't work (STR #1522) + - The scheduler was not using the configured default + Group (STR #1521) + - The web interface still did not show the localized time + and date for some locales and systems (STR #1509) + - httpAddrGetList() would crash on systems without + getaddrinfo(). + - Socket URIs without a trailing slash would cause the + port number to not be accepted (STR #1519) + - Local raw and System V printers were not advertised as + such for printer browsing (STR #1502) + - The RPM spec file incorrectly put duplicate copies of + the Japanese and Spanish web interface templates in the + main cups package (STR #1517) + - cupsSetDests() did not explicitly set the permissions + of the /etc/cups/lpoptions file (STR #1508) + - The lpq command crashed with the -h option (STR #1515) + + +CHANGES IN CUPS V1.2rc1 + + - Documentation updates (STR #1497, STR #1498) + - The scheduler now redirects browsers to https: URLs + when encryption is required. + - The scheduler would crash when printing with a banner + (STR #1500) + - cups-driverd did not use the LanguageEncoding attribute + in PPD files to convert the NickName to UTF-8 (STR + #1503) + - The lpadmin command could not set the + printer-error-policy attribute (STR #1504) + - The web interface did not show the time and date in the + correct format for the locale (STR #1505) + - CUPS no longer accepts print jobs if a printer does not + support the file format (STR #1501) + - Cleaned up the PostScript filter (pstops) so that it + properly supports %%IncludeFeature and page scaling + (STR #1453) + - Fixed the cupsFileRewind() and cupsFileSeek() functions + to work properly with uncompressed files. + - Added cupsFileGetLine(), cupsFileStderr(), + cupsFileStdin(), and cupsFileStdout() functions to the + CUPS library. + - Added a new cupstestdsc program to test the DSC + conformance of PostScript files. + - Added KDE/GNOME icons and a Manage Printers menu item. + - Added --enable-image and --enable-pdftops configure + options to control whether the image and PDF filters + are built and installed (default = yes for all + platforms but MacOS X) + - Fixed a minor memory leak in the PPD API. + - Fixed transcoding issues (STR #1493) + - The scheduler now enforces a minimum job cost of 100 + when doing FilterLimit checks. + - The scheduler would leak file descriptors when printing + to raw queues (STR #1491) + - The IPv6 support did not compile on Tru64 UNIX (STR + #1488) + - ppdOpen2() now converts the NickName and all UI text to + UTF-8 (STR #1475) + - The Set Allowed Users web page did not work (STR #1486) + - When the default policy was not set or set to a non- + existing policy, the scheduler did not set the default + policy name to "default" (STR #1484) + - The Zebra CPCL driver did not use the correct righthand + margin for the 4" wide label sizes. + - Fixed a problem with the parsing of fractional real + numbers in PPD files. + - Added Spanish localization files (STR #1480) + - Fixed localization of a few scheduler messages (STR + #1478) + - Fixed support for HEAD requests in the scheduler (STR + #1481) + + +CHANGES IN CUPS V1.2b2 + + - Updated the CUPS design description. + - Added --enable-32bit and --enable-64bit configure + options to allow building of separate 32/64-bit + libraries on systems that support both environments + (STR #1472) + - Various compiler warning fixes. + - Fixes for Solaris 10 builds against old GNU TLS and + LDAP libraries. + - Added a cupsArrayUserData() function to retrieve the + user data pointer for an array (useful for typing + arrays) + - The ppdEmitString() function did not compute the + required buffer size properly, leading to dropped + characters on the end of the printer commands in pstops + and imagetops (STR #1470) + + +CHANGES IN CUPS V1.2b1 + + - The serial backend now supports Equinox 8-port serial + hubs (STR #526) + - The IPP backend now supports a compression option to + compress print files as they are sent to the remote + server (STR #956) + - The CUPS browse protocol now supports passing of + default options and browse timeout values from the + server to the clients (STR #800) + - Implicit classes that timed out could cause the + scheduler to crash (STR #1439) + - Added DragonFly support in local device backends (STR + #1362) + - Added LDAP printer browsing support (STR #338) + - Added official support for printer maintenance commands + via the CUPS Command file format and hooks in the + printer-type and web interfaces (STR #932) + - The HP-GL/2 filter could get in an infinite loop trying + to convert HP-PCL files (STR #1415) + - CUPS now implements the HTTP/1.1 Expect header (STR + #1407) + - Options in PPD files are no longer automatically put in + an "Extra" group; rather, all options that are not + inside an Open/CloseGroup will be placed in the + "General" group (STR #1385) + - The scheduler now creates a job-uuid attribute that + uniquely identifies a job on a network (STR #1410) + - The init script now unsets the TMPDIR environment + variable to prevent user temporary directories from + being used by cupsd accidentally (STR #1424) + - Added support for launchd on MacOS X. + - Added support for notify_post on MacOS X. + - Added support for DBUS on Linux. + - All of the Berkeley (except for lpc) and System V + commands now support specification of user, host, and + port (STR #1028, STR #1029, STR #1087) + - The lpmove command now allows you to move all jobs for + a given queue (STR #56) + - The web interface now supports moving of a job or jobs + to another queue (STR #56) + - The web interface now provides searching, paging, and + changing of the sort/display order of classes, jobs, + and printers. + - cupsaddsmb now accepts a password on the command-line + and supports passwords with special characters (STR + #822, STR #1236) + - ppdLoad*() no longer tries to "fix" bad characters in + UI text (STR #1101) + - Printer names can now (reliably) contain Unicode + characters (STR #896) + - The lpstat command now shows the time and date of the + last printer state change instead of the hardcoded "Jan + 01 00:00" (STR #659) + - The scheduler now adds a job-actual-printer-uri + attribute to job objects when printing to a class (STR + #116) + - The scheduler now logs log file open errors to the + system log (STR #1289) + - The scheduler now sets the job-originating-user-name to + the authenticated username, if available (STR #1318) + - The scheduler now only updates the permissions of SSL + keys and certificates when they are under the + ServerRoot directory (STR #1324) + - The rastertodymo driver has been renamed to + rastertolabel (a symlink is installed so that existing + queues continue to work) and now also supports Zebra's + CPCL language. + - The lpstat command could show the wrong active job for + a printer (STR #1301) + - Fixed a potential crash problem in the scheduler when + aborting a CGI program (STR #1290) + - Added a "cancel all jobs" button to the class and + printer web interfaces (STR #1140) + - The add-printer web page now shows the + set-printer-options page after the printer has been + added (STR #690) + - The classes web page now provides links to each of the + member printers (STR #307) + - CUPS now handles HTTP request/response lines up to 32k + in length; this is mainly for better cookie support + (STR #1274) + - Added support for the Apache PassEnv and SetEnv + directives to cupsd.conf (STR #853) + - Added large file (64-bit) support (STR #541) + - Fixed a performance issue with the ippReadIO() + implementation (STR #1284) + - Fixed a performance issue with the scheduler's implicit + class implementation (STR #1283) + - The pdftops filter now adds the Title and Creator + fields from the PDF file to the PostScript document + comments section (STR #539, STR #830) + - Added a new cups_array_t and cupsArray*() functions to + the CUPS API to support sorted lists of data. + - Made the CUPS API library thread-safe (STR #1276) + - Added "media" option support for EFI EFMediaType option + (STR #902) + - Added write buffering to the HTTP code to improve + performance (STR #547) + - The scheduler now uses the attributes-natural-language + attribute to localize banner pages (STR #386) + - The scheduler now returns the address that was used to + connect to it (STR #1076) + - Fixed a problem with N-up printing and OpenOffice (STR + #576) + - Added support for the GCC position independent + executable options (STR #1209) + - Added new BrowseLocalProtocols and + BrowseRemoteProtocols directives to cupsd.conf, + allowing for different browse protocols for local and + remote printers (STR #877) + - PPD files can now contain strings up to 256k in length + (STR #1215) + - The pstops filter now supports the IncludeFeature DSC + comment (STR #1212) + - The pstops filter now disables the setpagedevice + procedure when doing N-up printing (STR #1161) + - The serial backend now supports "stop=1", "stop=2", + "parity=space", and "parity=mark" options (STR #1155) + - "make install" no longer overwrites an existing PAM + configuration file (STR #1064) + - The scheduler now closes all files on startup when run + in daemon mode (STR #1009) + - Added a new RGBW colorspace to the CUPS raster format + (STR #1071) + - The pdftops filter now sets the page size based on the + media box when not scaling the output (STR #912) + - The pdftops filter now supports masked images (STR + #281) + - The pdftops filter produced large output when rendering + PDF files containing lot of repeated images (STR #327) + - The pdftops filter now minimizes print processing of + PDF files when using the page-ranges option (STR #273) + - Updated pdftops filter to Xpdf 3.01. + - Added new cupsBackchannelRead() and + cupsBackchannelWrite() functions, as well as + backchannel support to the parallel, serial, socket, + and USB backends (STR #1252) + - The parallel and USB backends now treat a "no space + available" error as an out-of-paper condition (STR + #1225) + - The "lpc" command now supports the "status all" command + (STR #1004) + - ippReadIO() did not read collections properly (STR + #1249) + - The "make test" script now creates the test files in + "/tmp/cups-$USER" instead of "/tmp/$USER" (STR #981) + - All backends now abort on error when printing a job to + a class - this allows the next printer in the class to + print the job (STR #1084) + - The scheduler now verifies that a printer supports + Letter or A4 media sizes before setting them as the + initial default (STR #1250) + - The cupstestppd program now flags bad Resolution + options (STR #1269) + - The USB backend now retries printing when the printer + is disconnected or turned off (STR #1267) + - Added new httpGetHostname() function to CUPS API, and + use it instead of gethostname() so that the web + interface will work correctly on systems whose hostname + is not the FQDN (STR #1266) + - The scheduler now stops printers if the backend for the + queue is missing on startup (STR #1265) + - The configure script now supports "--disable-library" + to disable particular image file format support + libraries, even if they are available on the build + system (STR #1248) + - The IPP backend did not always report on the total + number of pages that were printed (STR #1251) + - The lpstat program could display garbage date and time + values for locales whose date format exceeded 31 + characters (STR #1263) + - The cupstestppd program would segfault when testing + certain broken PPD files (STR #1268) + - Dramatically reduced the overhead of implicit classes. + - Added new cupsDir*() functions to CUPS API. + - Printers can now be published individually for sharing. + - Fixed a bug in the scheduler's startup signalling code + which caused cupsd to send the SIGUSR1 signal to the + init process instead of the original parent process + (STR #1258) + - Added new on-line help CGI to web interface to provide + searchable help. + - Devices are now tracked dynamically, with each query + doing a new device scan. This eliminates a previous + startup delay caused by slow backends and allows new + printers to be seen without restarting the server, + however it limits the amount of device URI checking + that can be done (basically now the scheduler only + requires a URI with a method that is a listed backend) + - Added new printer auto-detection, server configuration, + and log file viewing to the administration web page. + - Added new "set allowed users" web interface to set the + list of allowed users for a printer or class. + - The scheduler, command-line, and web interfaces now + limit the list of printers and classes to those + accessible by a user. + - cupsMarkOptions() now handles more non-standard + duplexing options and choices (STR #915) + - cups-lpd now honors remote banner requests with the + "standard" banner whenever a printer does not have one + defined (STR #1220) + - The scheduler's denial-of-service checks did not work + properly with IPv6 addresses (STR #1134) + - The lp and lpr commands did not error out properly when + they were unable to write to a temporary file (STR + #1129) + - The pstops filter did not handle Adobe-specific + comments in Windows NT driver output (STR #1085) + - "lpstat -l -p" incorrectly reported the printer + interface (STR #936) + - The web interface now operates exclusively with the + UTF-8 encoding, and sends the appropriate character set + and header information to the web browser (STR #919, + STR #1007) + - Added a "set allowed users" interface to the web + interface so that you can set the list of allowed or + denied users/groups for a printer or class. + - Disallow the "#" character in printer names, since it + has special meaning in the shell, config files, and in + URIs (STR #917, STR #1202) + - Added a new application/x-csource MIME type, and + support for it to the texttops filter so that you can + pretty print plain text files without the C/C++ + keywords being highlighted. + - The pdftops filter did not compile with GCC 4.0 (STR + #1226) + - The texttops filter did not highlight preprocessor + directives followed by a tab properly. + - HP PJL output now uses both JOB DISPLAY and RDYMSG + commands to show the current job on the printer's + display (STR #1218) + - Local authentication certificates are now stored in + /var/run/cups/certs by default instead of + /etc/cups/certs (STR #1211) + - Backends now use "&" to separate options in device + URIs; "+" is still recognized but is deprecated (STR + #842) + - The USB backend no longer supports the usb:/dev/foo + format on systems that support device ID queries. + - Forced classification markings did not work when the + job-sheets parameters were "none,none". + - "lpstat -l -p" incorrectly showed all users as allowed, + even if the queue was restricted to certain users (STR + #801) + - The scheduler now automatically detects SSL/TLS clients + without using the SSLPort/SSLListen directives. + - The CUPS API and scheduler no longer support SSLv2- + encrypted connections. + - Updated the cupsaddsmb utility to correctly export the + CUPS driver for Windows. + - Fixed a signal-handling bug in httpRead() which + ultimately caused the server to print multiple copies + when it was busy (STR #1184) + - The cupsFile API now uses the O_APPEND option when + opening files in append mode (STR #990) + - The md5.h header and md5_* functions are now officially + private and have been renamed to avoid conflicts with + other implementations with the same name. + - The pdftops filter incorrectly embedded some Type1 + fonts (STR #1093) + - The scheduler didn't detect a closed connection in the + middle of an IPP request (STR #1153) + - The scheduler could block trying to read the job status + if there was input pending and the job was cancelled in + the same input cycle (STR #1157) + - The scheduler could crash when deleting a class due to + infinite recursion. + - Updated the Zebra ZPL label printer driver to use the + run-length encoding and support more options. + - Updated serial backend to scan for /dev/ttyC* as well + as /dev/ttyc* for Cyclades serial ports (STR #1049) + - The scheduler could hang reading the job status under + certain circumstances (STR #1068) + - The USB backend termination signal code was inverted + (STR #1046) + - Moved enable and disable commands to sbindir to be + consistent. + - Added new cupsRasterInterpretPPD() function for RIP + filters to setup the raster page header from + PostScript commands in a PPD file. + - The CUPS browsing protocol now offers a "delete" bit + to remove printers as soon as they are deleted on the + server or as soon as the server shuts down gracefully + (STR #793) + - The CUPS_SERVER and ServerName directives (client.conf + and ~/.cupsrc) may now contain names of the form + "server:port" and "/path/to/domain/socket". + - The "cancel -u user" command now works for ordinary + users (STR #751) + - Added test run support to "make test" target (STR #64) + - Added domain socket support (STR #656) + - Added BrowseLocalOptions directive to allow the + administrator to add printer URI options to the browse + URI, e.g. "encryption=required" (STR #732) + - Added BrowseRemoteOptions directive to allow the + administrator to add standard URI options to the + remote printer URI, e.g. "encryption=required" (STR + #732) + - Now put "-I.." compiler option in front of all others + to ensure that local CUPS headers are used before + installed headers (STR #437) + - New cupsLangPrintf() and cupsLangPuts() for localized + interfaces. + - Now support custom attributes and extended options in + PPD files. + - Now provide functions to save PPD files. + - New policy mechanism allows per-operation and + per-printer control over what users and groups are + allowed to do various IPP operations. + - New error policy mechanism to control how aborted + backend errors are handled by the scheduler + (abort-job, retry-job, requeue-job, stop-printer) + - Updated the printer test page with a better color + wheel and a separate grayscale ramp. + - A single backend process is now run to send all print + data for a job. + - Backends and filters can now send and receive + backchannel data over file descriptor 3. + - Updated the raster stream format to support more + user-defined attributes and to do compression of the + page data. diff --git a/CREDITS.txt b/CREDITS.txt new file mode 100644 index 0000000000..c839ba1e4c --- /dev/null +++ b/CREDITS.txt @@ -0,0 +1,44 @@ +CREDITS.txt - 2007-02-05 +------------------------ + +Few projects are completed by one person, and CUPS is no exception. We'd +like to thank the following individuals for their contributions: + + Nathaniel Barbour - Lots of testing and feedback. + N. Becker - setsid(). + Philippe Combes - French localization. + Jean-Eric Cuendet - GhostScript filters for CUPS. + Van Dang - HTTP and IPP policeman. + L. Peter Deutsch - MD5 code. + Dr. ZP Han - setgid()/setuid(). + Guy Harris - *BSD shared libraries and lots of other + fixes. + Bjoern Jacke - I18N stuff. + Wang Jian - CUPS RPM corrections. + Roderick Johnstone - Beta tester of the millenium. + Till Kamppeter - Bug fixes, beta testing, evangelism. + Kenshi Muto - Japanese localization, patches, and + testing. + Kiko - Bug fixes. + Sergey V. Kovalyov - ESP Print Pro and CUPS beta tester. + Marek Laane - Estonian translation. + Mark Lawrence - Microsoft interoperability testing. + Jeff Licquia - Bug fixes, beta testing, evangelism. + Jason McMullan - Original CUPS RPM distributions. + Wes Morgan - *BSD fixes. + Daniel Nylander - Swedish localization. + Giulio Orsero - Bug fixes and testing. + Michal Osowiecki - Polish localization. + Kurt Pfeifle - Bug fixes, beta testing, evangelism. + Vincenzo Reale - Italian localization. + Petter Reinholdtsen - HP-UX compiler stuff. + Juan Pablo González Riopedre - Spanish localization. + Stuart Stevens - HP JetDirect IPP information. + Andrea Suatoni - IRIX desktop integration and testing. + Tomohiro Kato - Japanese localization. + Tim Waugh - Lots of patches, testing, and Linux + integration. + Yugami - LDAP browsing support. + +If I've missed someone, please let me know by sending an email to +"mike@easysw.com". diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000000..af8d86a17e --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,174 @@ +INSTALL - CUPS v1.2.9 - 2007-03-15 +---------------------------------- + +This file describes how to compile and install CUPS from source +code. For more information on CUPS see the file called +"README.txt". A complete change log can be found in +"CHANGES.txt". + +**** IF YOU HAVE A NON-POSTSCRIPT PRINTER, YOU WILL ALSO **** +**** NEED TO INSTALL ESP GHOSTSCRIPT AFTER YOU INSTALL CUPS **** + + +BEFORE YOU BEGIN + + You'll need ANSI-compliant C and C++ compilers, plus a make + program and Bourne shell. The GNU compiler tools work well - + we've tested the current CUPS code against several versions + of GCC with excellent results. + + The makefiles used by the project should work with all + versions of make. We've tested them with GNU make as well as + the make programs shipped by Compaq, HP, SGI, and Sun. + FreeBSD users should use GNU make (gmake). + + Besides these tools you'll want the JPEG, PNG, TIFF, and ZLIB + libraries for image support, the CDSA, GNU TLS, or OpenSSL + libraries for encryption support, and the OpenLDAP and + OpenSLP libraries for directory services support. CUPS will + compile and run without these, however you'll miss out on + many of the features provided by CUPS. + + Also, please note that CUPS no longer includes the + Ghostscript- based pstoraster filter. You *must* download + ESP Ghostscript separately from the CUPS web site if you want + to print PostScript files to non-PostScript printers. + + +COMPILING FROM SUBVERSION + + The CUPS Subversion repository doesn't hold a copy of the + pre-built configure script. You'll need to run the GNU + autoconf software (2.52 or higher) before compiling the + software from Subversion: + + autoconf -f + + +CONFIGURATION + + CUPS uses GNU autoconf, so you should find the usual + "configure" script in the main CUPS source directory. To + configure CUPS for your system, type: + + ./configure + + The default installation will put the CUPS software in the + "/etc", "/usr", and "/var" directories on your system, which + will overwrite any existing printing commands on your system. + Use the "--prefix" option to install the CUPS software in + another location: + + ./configure --prefix=/some/directory + + To see a complete list of configuration options, use the + --help option: + + ./configure --help + + If any of the dependent libraries are not installed in a + system default location (typically "/usr/include" and + "/usr/lib") you'll need to set the CFLAGS, CPPFLAGS, + CXXFLAGS, DSOFLAGS, and LDFLAGS environment variables prior + to running configure: + + setenv CFLAGS "-I/some/directory" + setenv CPPFLAGS "-I/some/directory" + setenv CXXFLAGS "-I/some/directory" + setenv DSOFLAGS "-L/some/directory" + setenv LDFLAGS "-L/some/directory" + ./configure ... + + or: + + CFLAGS="-I/some/directory" \ + CPPFLAGS="-I/some/directory" \ + CXXFLAGS="-I/some/directory" \ + DSOFLAGS="-L/some/directory" \ + LDFLAGS="-L/some/directory" \ + ./configure ... + + Once you have configured things, just type: + + make ENTER + + or if you have FreeBSD, NetBSD, or OpenBSD type: + + gmake ENTER + + to build the software. + + +INSTALLING THE SOFTWARE + + Once you have built the software you need to install it. The + "install" target provides a quick way to install the software + on your local system: + + make install ENTER + + or for FreeBSD, NetBSD, or OpenBSD: + + gmake install ENTER + + You can also build binary packages that can be installed on + other machines using the RPM spec file + ("packaging/cups.spec") or EPM list file + ("packaging/cups.list"). The latter also supports building + of binary RPMs, so it may be more convenient to use - we use + EPM to build all of our binary distributions. + + You can find the RPM software at: + + http://www.rpm.org/ + + The EPM software is available at: + + http://www.easysw.com/epm/ + + +CREATING BINARY DISTRIBUTIONS WITH EPM + + The top level makefile supports generation of many types of binary + distributions using EPM. To build a binary distribution type: + + make ENTER + + or + + gmake ENTER + + for FreeBSD, NetBSD, and OpenBSD. The target is one of + the following: + + epm - Builds a script + tarfile package + aix - Builds an AIX package + bsd - Builds a *BSD package + deb - Builds a Debian package + depot - Builds a HP-UX package (also swinstall) + inst - Builds an IRIX package (also tardist) + osx - Builds a MacOS X package + pkg - Builds a Solaris package + rpm - Builds a RPM package + setld - Build a Tru64 UNIX package + slackware - Build a Slackware package + swinstall - Build a HP-UX package (also depot) + tardist - Builds an IRIX package (also inst) + + +REPORTING PROBLEMS + + If you have problems, READ THE DOCUMENTATION FIRST! If the + documentation does not solve your problems, please post a + message on the "cups.general" forum at: + + http://www.cups.org/newsgroups.php + + Include your operating system and version, compiler and + version, and any errors or problems you've run into. The + "config.log" file and the output from the configure script + and make should also be sent, as it often helps to determine + the cause of your problem. + + If you are running a version of Linux, be sure to provide the + Linux distribution you have, too. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000000..4a3e913c35 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,961 @@ + Common UNIX Printing System License Agreement + + Copyright 1997-2007 by Easy Software Products + 44141 AIRPORT VIEW DR STE 204 + HOLLYWOOD, MARYLAND 20636 USA + + Voice: +1.301.373.9600 + Email: cups-info@cups.org + WWW: http://www.cups.org + + +INTRODUCTION + +The Common UNIX Printing System(tm), ("CUPS(tm)"), is provided +under the GNU General Public License ("GPL") and GNU Library +General Public License ("LGPL"), Version 2, with exceptions for +Apple operating systems and the OpenSSL toolkit. A copy of the +exceptions and licenses follow this introduction. + +The GNU LGPL applies to the CUPS and CUPS Imaging libraries +located in the "cups" and "filter" subdirectories of the CUPS +source distribution and in the "cups" include directory and +library files in the binary distributions. The GNU GPL applies to +the remainder of the CUPS distribution, including the "pdftops" +filter which is based upon Xpdf. + +For those not familiar with the GNU GPL, the license basically +allows you to: + + - Use the CUPS software at no charge. + - Distribute verbatim copies of the software in source or + binary form. + - Sell verbatim copies of the software for a media fee, or + sell support for the software. + +What this license *does not* allow you to do is make changes or +add features to CUPS and then sell a binary distribution without +source code. You must provide source for any changes or additions +to the software, and all code must be provided under the GPL or +LGPL as appropriate. The only exceptions to this are the portions +of the CUPS software covered by the Apple operating system +license exceptions outlined later in this license agreement. + +The GNU LGPL relaxes the "link-to" restriction, allowing you to +develop applications that use the CUPS and CUPS Imaging libraries +under other licenses and/or conditions as appropriate for your +application, driver, or filter. + + +LICENSE EXCEPTIONS + +In addition, as the copyright holder of CUPS, Easy Software +Products grants the following special exceptions: + + 1. Apple Operating System Development License Exception; + + a. Software that is developed by any person or entity + for an Apple Operating System ("Apple OS-Developed + Software"), including but not limited to Apple and + third party printer drivers, filters, and backends + for an Apple Operating System, that is linked to the + CUPS imaging library or based on any sample filters + or backends provided with CUPS shall not be + considered to be a derivative work or collective work + based on the CUPS program and is exempt from the + mandatory source code release clauses of the GNU GPL. + You may therefore distribute linked combinations of + the CUPS imaging library with Apple OS-Developed + Software without releasing the source code of the + Apple OS-Developed Software. You may also use sample + filters and backends provided with CUPS to develop + Apple OS-Developed Software without releasing the + source code of the Apple OS-Developed Software. + + b. An Apple Operating System means any operating system + software developed and/or marketed by Apple Computer, + Inc., including but not limited to all existing + releases and versions of Apple's Darwin, Mac OS X, + and Mac OS X Server products and all follow-on + releases and future versions thereof. + + c. This exception is only available for Apple + OS-Developed Software and does not apply to software + that is distributed for use on other operating + systems. + + d. All CUPS software that falls under this license + exception have the following text at the top of each + source file: + + This file is subject to the Apple OS-Developed + Software exception. + + 2. OpenSSL Toolkit License Exception; + + a. Easy Software Products explicitly allows the + compilation and distribution of the CUPS software + with the OpenSSL Toolkit. + +No developer is required to provide these exceptions in a +derived work. + + +TRADEMARKS + +Easy Software Products has trademarked the Common UNIX Printing +System, CUPS, and CUPS logo. You may use these names and logos +in any direct port or binary distribution of CUPS. Please +contact Easy Software Products for written permission to use +them in derivative products. Our intention is to protect the +value of these trademarks and ensure that any derivative product +meets the same high-quality standards as the original. + + +BINARY DISTRIBUTION RIGHTS + +Easy Software Products also sells rights to the CUPS source code +under a binary distribution license for vendors that are unable +to release source code for their additions and modifications to +CUPS under the GNU GPL and LGPL. For information please contact +us at the address shown above. + +The Common UNIX Printing System provides a "pdftops" filter that +is based on the Xpdf software. For binary distribution licensing +of this software, please contact: + + Derek B. Noonburg + Email: derekn@glyphandcog.com + WWW: http://www.glyphandcog.com/ + + +SUPPORT + +Easy Software Products sells software support for CUPS as well +as a commercial printing product based on CUPS called ESP Print +Pro. You can find out more at our web site: + + http://www.easysw.com/ + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. + + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + [This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/Makedefs.in b/Makedefs.in new file mode 100644 index 0000000000..319195deaf --- /dev/null +++ b/Makedefs.in @@ -0,0 +1,276 @@ +# +# "$Id$" +# +# Common makefile definitions for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +# +# Programs... +# + +AR = @AR@ +AWK = @AWK@ +CC = @LIBTOOL@ @CC@ +CXX = @LIBTOOL@ @CXX@ +DSO = @DSO@ +HTMLDOC = @HTMLDOC@ +INSTALL = @INSTALL@ +LD = @LD@ +LIBTOOL = @LIBTOOL@ +LN = @LN@ -sf +MV = @MV@ +PHPCONFIG = @PHPCONFIG@ +RANLIB = @RANLIB@ +RM = @RM@ -f +RMDIR = @RMDIR@ +SED = @SED@ +SHELL = /bin/sh +STRIP = @STRIP@ + +# +# Installation programs... +# + +INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 +INSTALL_CONFIG = $(INSTALL) -m @CUPS_CONFIG_FILE_PERM@ +INSTALL_DATA = $(INSTALL) -m 644 +INSTALL_DIR = $(INSTALL) -d +INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755 +INSTALL_MAN = $(INSTALL) -m 644 +INSTALL_SCRIPT = $(INSTALL) -m 755 + +# +# Default user, group, and system groups for the scheduler... +# + +CUPS_USER = @CUPS_USER@ +CUPS_GROUP = @CUPS_GROUP@ +CUPS_SYSTEM_GROUPS = @CUPS_SYSTEM_GROUPS@ +CUPS_PRIMARY_SYSTEM_GROUP = @CUPS_PRIMARY_SYSTEM_GROUP@ + +# +# Default permissions... +# + +CUPS_CONFIG_FILE_PERM = @CUPS_CONFIG_FILE_PERM@ +CUPS_LOG_FILE_PERM = @CUPS_LOG_FILE_PERM@ + +# +# Languages to install... +# + +LANGUAGES = @LANGUAGES@ +INSTALL_LANGUAGES = @INSTALL_LANGUAGES@ +UNINSTALL_LANGUAGES = @UNINSTALL_LANGUAGES@ + +# +# Libraries... +# + +LIBCUPS = @LIBCUPS@ +LIBCUPSIMAGE = @LIBCUPSIMAGE@ +LIBJPEG = @LIBJPEG@ +LIBLDAP = @LIBLDAP@ +LIBMALLOC = @LIBMALLOC@ +LIBPAPER = @LIBPAPER@ +LIBPNG = @LIBPNG@ +LIBSLP = @LIBSLP@ +LIBTIFF = @LIBTIFF@ +LIBZ = @LIBZ@ + +# +# Install static libraries? +# + +INSTALLSTATIC = @INSTALLSTATIC@ + +# +# Program options... +# +# ARCHFLAGS Defines the default architecture build options, used +# when compiling separate 32/64-bit libraries. +# ARCH32FLAGS Defines the 32-bit architecture build options, used +# when compiling separate 32/64-bit libraries. +# ARCH64FLAGS Defines the 64-bit architecture build options, used +# when compiling separate 32/64-bit libraries. +# OPTIM Defines the common compiler optimization/debugging options +# for all architectures. +# OPTIONS Defines other compile-time options (currently only -DDEBUG +# for extra debug info) +# + +ARCHFLAGS = @ARCHFLAGS@ +ARFLAGS = @ARFLAGS@ +BACKLIBS = @BACKLIBS@ +CFLAGS = -I.. $(SSLFLAGS) @CPPFLAGS@ @CFLAGS@ \ + @LARGEFILE@ @PTHREAD_FLAGS@ $(OPTIONS) +COMMONLIBS = @LIBS@ +CUPSDLIBS = @CUPSDLIBS@ +CXXFLAGS = -I.. $(SSLFLAGS) @CPPFLAGS@ @CXXFLAGS@ \ + @LARGEFILE@ @PTHREAD_FLAGS@ $(OPTIONS) +CXXLIBS = @CXXLIBS@ +DSOFLAGS = @DSOFLAGS@ +DSOLIBS = @DSOLIBS@ $(COMMONLIBS) +IMGLIBS = @IMGLIBS@ +IMGFILTERS = @IMGFILTERS@ +LDFLAGS = -L../cups -L../filter $(ARCHFLAGS) \ + @LDFLAGS@ @PIEFLAGS@ $(OPTIM) +LINKCUPS = @LINKCUPS@ $(SSLLIBS) +LINKCUPSIMAGE = @LINKCUPSIMAGE@ +LIBS = $(LINKCUPS) $(COMMONLIBS) +OPTIM = @OPTIM@ +OPTIONS = +PAMLIBS = @PAMLIBS@ +PAP = @PAP@ +PDFTOPS = @PDFTOPS@ +PHPDIR = @PHPDIR@ +SSLFLAGS = @SSLFLAGS@ +SSLLIBS = @SSLLIBS@ +LAUNCHDLIBS = @LAUNCHDLIBS@ + +# +# Separate 32/64-bit library support... +# + +ARCH32FLAGS = @ARCH32FLAGS@ +DSO32FLAGS = @DSO32FLAGS@ +INSTALL32 = @INSTALL32@ +LIB32CUPS = @LIB32CUPS@ +LIB32CUPSIMAGE = @LIB32CUPSIMAGE@ +LIB32DIR = $(BUILDROOT)@LIB32DIR@ +UNINSTALL32 = @UNINSTALL32@ + +ARCH64FLAGS = @ARCH64FLAGS@ +DSO64FLAGS = @DSO64FLAGS@ +INSTALL64 = @INSTALL64@ +LIB64CUPS = @LIB64CUPS@ +LIB64CUPSIMAGE = @LIB64CUPSIMAGE@ +LIB64DIR = $(BUILDROOT)@LIB64DIR@ +UNINSTALL64 = @UNINSTALL64@ + +# +# Directories... +# +# The first section uses the GNU names (which are *extremely* +# difficult to find in a makefile because they are lowercase...) +# We have to define these first because autoconf uses ${prefix} +# and ${exec_prefix} for most of the other directories... +# +# The "datarootdir" variable may not get defined if you are using +# a version of autoconf prior to 2.60. +# +# This is immediately followed by definition in ALL CAPS for the +# needed directories... +# + +bindir = @bindir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +exec_prefix = @exec_prefix@ +includedir = @includedir@ +infodir = @infodir@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +top_srcdir = @top_srcdir@ + +BUILDROOT = $(DSTROOT) + +AMANDIR = $(BUILDROOT)@AMANDIR@ +BINDIR = $(BUILDROOT)@bindir@ +CACHEDIR = $(BUILDROOT)@CUPS_CACHEDIR@ +DATADIR = $(BUILDROOT)@CUPS_DATADIR@ +DOCDIR = $(BUILDROOT)@CUPS_DOCROOT@ +INCLUDEDIR = $(BUILDROOT)$(includedir) +INITDIR = @INITDIR@ +INITDDIR = @INITDDIR@ +LIBDIR = $(BUILDROOT)$(libdir) +LOCALEDIR = $(BUILDROOT)@CUPS_LOCALEDIR@ +LOGDIR = $(BUILDROOT)@CUPS_LOGDIR@ +MANDIR = $(BUILDROOT)@mandir@ +PMANDIR = $(BUILDROOT)@PMANDIR@ +RCLEVELS = @RCLEVELS@ +RCSTART = @RCSTART@ +RCSTOP = @RCSTOP@ +REQUESTS = $(BUILDROOT)@CUPS_REQUESTS@ +SBINDIR = $(BUILDROOT)@sbindir@ +SERVERBIN = $(BUILDROOT)@CUPS_SERVERBIN@ +SERVERROOT = $(BUILDROOT)@CUPS_SERVERROOT@ +STATEDIR = $(BUILDROOT)@CUPS_STATEDIR@ +XINETD = @XINETD@ + +MAN1EXT = @MAN1EXT@ +MAN5EXT = @MAN5EXT@ +MAN7EXT = @MAN7EXT@ +MAN8EXT = @MAN8EXT@ +MAN8DIR = @MAN8DIR@ + +PAMDIR = @PAMDIR@ +PAMFILE = @PAMFILE@ + +DEFAULT_LAUNCHD_CONF = @DEFAULT_LAUNCHD_CONF@ +DBUSDIR = @DBUSDIR@ + + +# +# Rules... +# + +.SILENT: +.SUFFIXES: .1 .1.gz .1m .1m.gz .5 .5.gz .7 .7.gz .8 .8.gz .a .c .cxx .h .man .o .32.o .64.o .gz + +.c.o: + echo Compiling $<... + $(CC) $(ARCHFLAGS) $(OPTIM) $(CFLAGS) -c $< + +.c.32.o: + echo Compiling 32-bit $<... + $(CC) $(ARCH32FLAGS) $(OPTIM) $(CFLAGS) -c -o $@ $< + +.c.64.o: + echo Compiling 64-bit $<... + $(CC) $(ARCH64FLAGS) $(OPTIM) $(CFLAGS) -c -o $@ $< + +.cxx.o: + echo Compiling $<... + $(CXX) $(ARCHFLAGS) $(OPTIM) $(CXXFLAGS) -c $< + +.man.1 .man.1m .man.5 .man.7 .man.8: + echo Linking $<... + $(RM) $@ + $(LN) $< $@ + +.man.1.gz .man.1m.gz .man.5.gz .man.7.gz .man.8.gz .man.gz: + echo -n Compressing $<... + $(RM) $@ + gzip -v9 <$< >$@ + + +# +# End of "$Id$" +# diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..ab6acf7e8f --- /dev/null +++ b/Makefile @@ -0,0 +1,270 @@ +# +# "$Id$" +# +# Top-level Makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636-3142 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include Makedefs + +# +# Directories to make... +# + +DIRS = cups backend berkeley cgi-bin filter locale man monitor \ + notifier $(PDFTOPS) scheduler systemv test \ + $(PHPDIR) \ + conf data doc fonts ppd templates + + +# +# Make all targets... +# + +all: + chmod +x cups-config + for dir in $(DIRS); do\ + echo Making all in $$dir... ;\ + (cd $$dir ; $(MAKE) $(MFLAGS)) || exit 1;\ + done + + +# +# Remove object and target files... +# + +clean: + for dir in $(DIRS); do\ + echo Cleaning in $$dir... ;\ + (cd $$dir; $(MAKE) $(MFLAGS) clean) || exit 1;\ + done + + +# +# Remove all non-distribution files... +# + +distclean: clean + $(RM) Makedefs config.h config.log config.status + $(RM) cups-config conf/cupsd.conf conf/pam.std + $(RM) doc/help/standard.html doc/index.html + $(RM) init/cups.sh init/cups-lpd + $(RM) man/cups-deviced.man man/cups-driverd.man + $(RM) man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man + $(RM) man/cupsd.conf.man man/lpoptions.man + $(RM) packaging/cups templates/edit-config.tmpl templates/header.tmpl + -$(RM) doc/*/index.html + -$(RM) templates/*/edit-config.tmpl + -$(RM) templates/*/header.tmpl + -$(RM) -r autom4te*.cache + + +# +# Make dependencies +# + +depend: + for dir in $(DIRS); do\ + echo Making dependencies in $$dir... ;\ + (cd $$dir; $(MAKE) $(MFLAGS) depend) || exit 1;\ + done + + +# +# Install object and target files... +# + +install: installhdrs + for dir in $(DIRS); do\ + echo Installing in $$dir... ;\ + (cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\ + done + echo Installing cups-config script... + $(INSTALL_DIR) -m 755 $(BINDIR) + $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config + if test "x$(INITDIR)" != x; then \ + echo Installing init scripts...; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \ + $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \ + for level in $(RCLEVELS); do \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc$${level}.d; \ + $(LN) ../init.d/cups $(BUILDROOT)$(INITDIR)/rc$${level}.d/S$(RCSTART)cups; \ + if test `uname` = HP-UX; then \ + level=`expr $$level - 1`; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc$${level}.d; \ + fi; \ + $(LN) ../init.d/cups $(BUILDROOT)$(INITDIR)/rc$${level}.d/K$(RCSTOP)cups; \ + done; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/rc0.d; \ + $(LN) ../init.d/cups $(BUILDROOT)$(INITDIR)/rc0.d/K$(RCSTOP)cups; \ + fi + if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \ + $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \ + if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \ + echo Installing StartupItems files...; \ + $(INSTALL_SCRIPT) init/PrintingServices $(BUILDROOT)$(INITDDIR)/PrintingServices; \ + $(INSTALL_DATA) init/StartupParameters.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \ + $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \ + elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \ + echo Installing LaunchDaemons configuration files...; \ + $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \ + $(INSTALL_DATA) init/org.cups.cups-lpd.plist $(BUILDROOT)/System/Library/LaunchDaemons; \ + else \ + echo Installing RC script...; \ + $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \ + fi \ + fi + if test "x$(DBUSDIR)" != x; then \ + echo Installing cups.conf in $(DBUSDIR)...;\ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(DBUSDIR); \ + $(INSTALL_DATA) packaging/cups-dbus.conf $(BUILDROOT)$(DBUSDIR)/cups.conf; \ + fi + if test "x$(XINETD)" != x; then \ + echo Installing xinetd configuration file for cups-lpd...; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \ + $(INSTALL_DATA) init/cups-lpd $(BUILDROOT)$(XINETD)/cups-lpd; \ + fi + if test -d /usr/share/applications; then \ + echo Installing desktop icons...; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/applications; \ + $(INSTALL_DATA) desktop/cups.desktop $(BUILDROOT)/usr/share/applications; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/16x16/apps; \ + $(INSTALL_DATA) desktop/cups-16.png $(BUILDROOT)/usr/share/icons/hicolor/16x16/apps/cups.png; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/32x32/apps; \ + $(INSTALL_DATA) desktop/cups-32.png $(BUILDROOT)/usr/share/icons/hicolor/32x32/apps/cups.png; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps; \ + $(INSTALL_DATA) desktop/cups-64.png $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps; \ + $(INSTALL_DATA) desktop/cups-128.png $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png; \ + fi + + +# +# Install source and header files... +# + +installsrc: + gnutar --dereference --exclude=.svn -cf - . | gnutar -C $(SRCROOT) -xf - + +installhdrs: + (cd cups ; $(MAKE) $(MFLAGS) installhdrs) || exit 1;\ + (cd filter ; $(MAKE) $(MFLAGS) installhdrs) || exit 1; + + +# +# Uninstall object and target files... +# + +uninstall: + for dir in $(DIRS); do\ + echo Uninstalling in $$dir... ;\ + (cd $$dir; $(MAKE) $(MFLAGS) uninstall) || exit 1;\ + done + echo Uninstalling cups-config script... + $(RM) $(BINDIR)/cups-config + -$(RMDIR) $(BINDIR) + echo Uninstalling startup script... + if test "x$(INITDIR)" != x; then \ + $(RM) $(BUILDROOT)$(INITDIR)/init.d/cups; \ + $(RMDIR) $(BUILDROOT)$(INITDIR)/init.d; \ + $(RM) $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \ + $(RMDIR) $(BUILDROOT)$(INITDIR)/rc0.d; \ + $(RM) $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \ + $(RMDIR) $(BUILDROOT)$(INITDIR)/rc2.d; \ + $(RM) $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \ + $(RMDIR) $(BUILDROOT)$(INITDIR)/rc3.d; \ + $(RM) $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \ + $(RMDIR) $(BUILDROOT)$(INITDIR)/rc5.d; \ + fi + if test "x$(INITDIR)" = x -a "x$(INITDDIR)" != x; then \ + if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \ + $(RM) $(BUILDROOT)$(INITDDIR)/PrintingServices; \ + $(RM) $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \ + $(RM) $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \ + $(RMDIR) $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \ + elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \ + $(RM) $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \ + else \ + $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \ + fi \ + $(RMDIR) $(BUILDROOT)$(INITDDIR); \ + fi + if test "x$(DBUSDIR)" != x; then \ + echo Uninstalling cups.conf in $(DBUSDIR)...;\ + $(RM) $(BUILDROOT)$(DBUSDIR)/cups.conf; \ + $(RMDIR) $(BUILDROOT)$(DBUSDIR); \ + fi + $(RM) $(BUILDROOT)/etc/xinetd.d/cups-lpd + $(RM) $(BUILDROOT)/usr/share/applications/cups.desktop + $(RM) $(BUILDROOT)/usr/share/icons/hicolor/16x16/apps/cups.png + $(RM) $(BUILDROOT)/usr/share/icons/hicolor/32x32/apps/cups.png + $(RM) $(BUILDROOT)/usr/share/icons/hicolor/64x64/apps/cups.png + $(RM) $(BUILDROOT)/usr/share/icons/hicolor/128x128/apps/cups.png + + +# +# Run the test suite... +# + +test: all + echo Running CUPS test suite... + cd test; ./run-stp-tests.sh + + +check: all + echo Running CUPS test suite with defaults... + cd test; ./run-stp-tests.sh 1 0 n + + +# +# Make software distributions using EPM (http://www.easysw.com/epm/)... +# + +EPMFLAGS = -v --output-dir dist $(EPMARCH) + +aix bsd deb depot inst pkg setld slackware swinstall tardist: + epm $(EPMFLAGS) -f $@ cups packaging/cups.list + +epm: + epm $(EPMFLAGS) -s packaging/installer.gif cups packaging/cups.list + +osx: + epm $(EPMFLAGS) -f osx -s packaging/installer.tif cups packaging/cups.list + +rpm: + epm $(EPMFLAGS) -f rpm -s packaging/installer.gif cups packaging/cups.list + +.PHONEY: dist +dist: all + $(RM) -r dist + $(MAKE) $(MFLAGS) epm + case `uname` in \ + *BSD*) $(MAKE) $(MFLAGS) bsd;; \ + Darwin*) $(MAKE) $(MFLAGS) osx;; \ + IRIX*) $(MAKE) $(MFLAGS) tardist;; \ + Linux*) $(MAKE) $(MFLAGS) rpm;; \ + SunOS*) $(MAKE) $(MFLAGS) pkg;; \ + esac + + +# +# End of "$Id$". +# diff --git a/README.txt b/README.txt new file mode 100644 index 0000000000..b0a2dbbe40 --- /dev/null +++ b/README.txt @@ -0,0 +1,206 @@ +README - CUPS v1.2.9 - 2007-03-15 +--------------------------------- + +Looking for compile instructions? Read the file "INSTALL.txt" +instead... + + +INTRODUCTION + + CUPS provides a portable printing layer for UNIX(r)-based + operating systems. It has been developed by Easy Software + Products to promote a standard printing solution for all UNIX + vendors and users. CUPS provides the System V and Berkeley + command-line interfaces. + + CUPS uses the Internet Printing Protocol ("IPP") as the basis + for managing print jobs and queues. The Line Printer Daemon + ("LPD") Server Message Block ("SMB"), and AppSocket (a.k.a. + JetDirect) protocols are also supported with reduced + functionality. CUPS adds network printer browsing and + PostScript Printer Description ("PPD") based printing options + to support real-world printing under UNIX. + + CUPS includes an image file RIP that supports printing of + image files to non-PostScript printers. A customized version + of GPL Ghostscript for CUPS called ESP Ghostscript is + available separately to support printing of PostScript files + within the CUPS driver framework. Sample drivers for Dymo, + EPSON, HP, OKIDATA, and Zebra printers are included that use + these filters. + + Drivers for thousands of printers are provided with our ESP + Print Pro software, available at: + + http://www.easysw.com/printpro/ + + CUPS is licensed under the GNU General Public License and GNU + Library General Public License. Please contact Easy Software + Products for commercial support and "binary distribution" + rights. + + +READING THE DOCUMENTATION + + Once you have installed the software you can access the + documentation (and a bunch of other stuff) on-line at: + + http://localhost:631/ + + If you're having trouble getting that far, the documentation + is located under the "doc/help" directory. + + Please read the documentation before asking questions. + + +GETTING SUPPORT AND OTHER RESOURCES + + If you have problems, READ THE DOCUMENTATION FIRST! We also + provide many discussion forums which are available at: + + http://www.cups.org/newsgroups.php + + Commercial support (with a guaranteed response time) is + available from Easy Software Products. For more information + see: + + http://www.easysw.com/cups/ + + See the CUPS web site at "http://www.cups.org/" for other + site links. + + +SETTING UP PRINTER QUEUES USING YOUR WEB BROWSER + + CUPS 1.2 includes a web-based administration tool that allows + you to manage printers, classes, and jobs on your server. + Open the following URL in your browser to access the printer + administration tools: + + http://localhost:631/admin/ + + DO NOT use the hostname for your machine - it will not work + with the default CUPS configuration. To enable + administration access on other addresses, check the "Allow + Remote Administration" box and click on the "Change Settings" + button. + + You will be asked for the administration password (root or + any other user in the sys/system/root group on your system) + when performing any administrative function. + + +SETTING UP PRINTER QUEUES FROM THE COMMAND-LINE + + CUPS works best with PPD (PostScript Printer Description) + files. In a pinch you can also use System V style printer + interface scripts. + + CUPS includes several sample PPD files you can use: + + Driver PPD File + ----------------------------- ------------ + Dymo Label Printers dymo.ppd + EPSON Stylus Color Series stcolor.ppd + EPSON Stylus Photo Series stphoto.ppd + EPSON Stylus New Color Series stcolor2.ppd + EPSON Stylus New Photo Series stphoto2.ppd + EPSON 9-pin Series epson9.ppd + EPSON 24-pin Series epson24.ppd + HP DeskJet Series deskjet.ppd + HP New DeskJet Series deskjet2.ppd + HP LaserJet Series laserjet.ppd + OKIDATA 9-Pin Series okidata9.ppd + OKIDATA 24-Pin Series okidat24.ppd + Zebra CPCL Label Printer zebracpl.ppd + Zebra EPL1 Label Printer zebraep1.ppd + Zebra EPL2 Label Printer zebraep2.ppd + Zebra ZPL Label Printer zebra.ppd + + Run the "lpinfo" command to list the available printers: + + lpinfo -v + + Then use the correct URI to add the printer using the + "lpadmin" command: + + lpadmin -p printername -E -v URI -m filename.ppd + + Network printers typically use "socket" or "lpd" URIs: + + lpadmin -p printername -E -v socket://11.22.33.44 -m filename.ppd + lpadmin -p printername -E -v lpd://11.22.33.44/ -m filename.ppd + + The sample drivers provide basic printing capabilities, but + generally do not exercise the full potential of the printers + or CUPS. For fully-functional commercial printer drivers + check out our ESP Print Pro software at: + + http://www.easysw.com/printpro/ + + +PRINTING FILES + + CUPS provides both the System V "lp" and Berkeley "lpr" + commands for printing: + + lp filename + lpr filename + + Both the "lp" and "lpr" commands support printing options for + the driver: + + lp -omedia=A4 -oresolution=600dpi filename + lpr -omedia=A4 -oresolution=600dpi filename + + CUPS recognizes many types of images files as well as PDF, + PostScript, HP-GL/2, and text files, so you can print those + files directly rather than through an application. + + If you have an application that generates output specifically + for your printer then you need to use the "-oraw" or "-l" + options: + + lp -oraw filename + lpr -l filename + + This will prevent the filters from misinterpreting your print + file. + + +LEGAL STUFF + + CUPS is Copyright 1993-2007 by Easy Software Products. CUPS, + the CUPS logo, and the Common UNIX Printing System are the + trademark property of Easy Software Products. + + The MD5 Digest code is Copyright 1999 Aladdin Enterprises. + + The PDF filter (pdftops) is based on the Xpdf software, + Copyright 1996-2005 by Derek B. Noonburg. + + This software is based in part on the work of the Independent + JPEG Group. + + CUPS is provided under the terms of the GNU General Public + License and GNU Library General Public License. This program + is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + "doc/help/license.html" or "LICENSE.txt" files for more + information. + + For commercial licensing information, please contact: + + Attn: CUPS Licensing Information + Easy Software Products + 44141 Airport View Drive, Suite 204 + Hollywood, Maryland 20636 USA + + Voice: +1.301.373.9600 + Email: cups-info@cups.org + WWW: http://www.cups.org/ + + Note that commercial licensors may also require a license from + Derek B. Noonburg who developed the Xpdf software used to print + PDF files. diff --git a/backend/Dependencies b/backend/Dependencies new file mode 100644 index 0000000000..0683438215 --- /dev/null +++ b/backend/Dependencies @@ -0,0 +1,39 @@ +# DO NOT DELETE + +betest.o: ../cups/string.h ../config.h +ipp.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +ipp.o: ../cups/ipp-private.h ../cups/ipp.h ../cups/backend.h ../cups/cups.h +ipp.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +ipp.o: ../cups/language.h ../cups/string.h +lpd.o: ../cups/backend.h ../cups/http-private.h ../config.h ../cups/http.h +lpd.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/cups.h +lpd.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +lpd.o: ../cups/string.h +pap.o: ../cups/http.h ../cups/md5.h +parallel.o: backend-private.h ../cups/backend.h ../cups/cups.h ../cups/ipp.h +parallel.o: ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h +parallel.o: ../cups/file.h ../cups/language.h ../cups/debug.h +parallel.o: ../cups/string.h ../config.h +scsi.o: ../cups/backend.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +scsi.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +scsi.o: ../cups/language.h ../cups/string.h ../config.h +serial.o: backend-private.h ../cups/backend.h ../cups/cups.h ../cups/ipp.h +serial.o: ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h +serial.o: ../cups/file.h ../cups/language.h ../cups/debug.h ../cups/string.h +serial.o: ../config.h +snmp.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +snmp.o: ../cups/ipp-private.h ../cups/ipp.h backend-private.h +snmp.o: ../cups/backend.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +snmp.o: ../cups/file.h ../cups/language.h ../cups/debug.h ../cups/string.h +snmp.o: ../cups/array.h ../cups/file.h +socket.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +socket.o: ../cups/ipp-private.h ../cups/ipp.h backend-private.h +socket.o: ../cups/backend.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +socket.o: ../cups/file.h ../cups/language.h ../cups/debug.h ../cups/string.h +test1284.o: ../cups/string.h ../config.h ieee1284.c backend-private.h +test1284.o: ../cups/backend.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +test1284.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +test1284.o: ../cups/language.h ../cups/debug.h +usb.o: ../cups/backend.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +usb.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +usb.o: ../cups/language.h ../cups/string.h ../config.h diff --git a/backend/Makefile b/backend/Makefile new file mode 100644 index 0000000000..6e8179bf0d --- /dev/null +++ b/backend/Makefile @@ -0,0 +1,226 @@ +# +# "$Id$" +# +# Backend makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +# This file is subject to the Apple OS-Developed Software exception. +# + +include ../Makedefs + +RBACKENDS = ipp lpd +UBACKENDS = $(PAP) parallel scsi serial snmp socket usb +TARGETS = betest test1284 libbackend.a $(RBACKENDS) $(UBACKENDS) +LIBOBJS = ieee1284.o runloop.o +OBJS = betest.o ipp.o lpd.o pap.o parallel.o scsi.o \ + serial.o snmp.o socket.o test1284.o usb.o + + +# +# Make all targets... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) $(TARGETS) $(LIBOBJS) http + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1 + + +# +# Install all targets... +# + +install: all + $(INSTALL_DIR) -m 755 $(SERVERBIN)/backend + for file in $(RBACKENDS); do \ + $(LIBTOOL) $(INSTALL) -m 700 $$file $(SERVERBIN)/backend; \ + done + for file in $(UBACKENDS); do \ + $(INSTALL_BIN) $$file $(SERVERBIN)/backend; \ + done + $(RM) $(SERVERBIN)/backend/http + $(LN) ipp $(SERVERBIN)/backend/http + + +# +# Uninstall all targets... +# + +uninstall: + for file in $(RBACKENDS) $(UBACKENDS); do \ + $(RM) $(SERVERBIN)/backend/$$file; \ + done + $(RM) $(SERVERBIN)/backend/http + -$(RMDIR) $(SERVERBIN)/backend + -$(RMDIR) $(SERVERBIN) + + +# +# betest +# + +betest: betest.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o betest betest.o $(LIBS) + + +# +# test1284 +# + +test1284: test1284.o ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o test1284 test1284.o ../cups/libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# libbackend.a +# + +libbackend.a: $(LIBOBJS) + echo Archiving $@... + $(RM) $@ + $(AR) $(ARFLAGS) $@ $(LIBOBJS) + $(RANLIB) $@ + + +# +# ieee1394 +# + +ieee1394: ieee1394.o ieee1394-linux.o + echo Linking $@... + $(CC) $(LDFLAGS) -o ieee1394 ieee1394.o ieee1394-linux.o -lraw1394 $(LIBS) + +ieee1394.o: ieee1394.h +ieee1394-linux.o: ieee1394.h + + +# +# ipp +# + +ipp: ipp.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o ipp ipp.o $(LIBS) + $(RM) http + $(LN) ipp http + + +# +# lpd +# + +lpd: lpd.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpd lpd.o $(LIBS) + + +# +# pap +# + +pap: pap.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o pap pap.o $(BACKLIBS) $(LIBS) -framework AppleTalk + + +# +# parallel +# + +parallel: parallel.o ../cups/$(LIBCUPS) libbackend.a + echo Linking $@... + $(CC) $(LDFLAGS) -o parallel parallel.o libbackend.a $(LIBS) + + +# +# scsi +# + +scsi: scsi.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o scsi scsi.o $(LIBS) + +scsi.o: scsi.c scsi-irix.c scsi-linux.c + + +# +# serial +# + +serial: serial.o ../cups/$(LIBCUPS) libbackend.a + echo Linking $@... + $(CC) $(LDFLAGS) -o serial serial.o libbackend.a $(BACKLIBS) $(LIBS) + + +# +# snmp +# + +snmp: snmp.o ../cups/$(LIBCUPS) libbackend.a + echo Linking $@... + $(CC) $(LDFLAGS) -o snmp snmp.o libbackend.a $(LIBS) + + +# +# socket +# + +socket: socket.o ../cups/$(LIBCUPS) libbackend.a + echo Linking $@... + $(CC) $(LDFLAGS) -o socket socket.o libbackend.a $(LIBS) + + +# +# usb +# + +usb: usb.o ../cups/$(LIBCUPS) libbackend.a + echo Linking $@... + $(CC) $(LDFLAGS) -o usb usb.o libbackend.a $(BACKLIBS) $(LIBS) +usb.o: usb.c usb-darwin.c usb-unix.c + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/backend/backend-private.h b/backend/backend-private.h new file mode 100644 index 0000000000..3a3172488d --- /dev/null +++ b/backend/backend-private.h @@ -0,0 +1,73 @@ +/* + * "$Id$" + * + * Backend support definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_BACKEND_PRIVATE_H_ +# define _CUPS_BACKEND_PRIVATE_H_ + + +/* + * Include necessary headers. + */ + +# include +# include +# include +# include +# include +# include +# include + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Prototypes... + */ + +extern int backendGetDeviceID(int fd, char *device_id, int device_id_size, + char *make_model, int make_model_size, + const char *scheme, char *uri, int uri_size); +extern int backendGetMakeModel(const char *device_id, char *make_model, + int make_model_size); +extern ssize_t backendRunLoop(int print_fd, int device_fd, int use_bc); + + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_BACKEND_PRIVATE_H_ */ + + +/* + * End of "$Id$". + */ diff --git a/backend/betest.c b/backend/betest.c new file mode 100644 index 0000000000..10c5faf5e1 --- /dev/null +++ b/backend/betest.c @@ -0,0 +1,87 @@ +/* + * "$Id$" + * + * Backend test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Run the named backend. + */ + +/* + * Include necessary headers. + */ + +#include +#include +#include +#include + + +/* + * 'main()' - Run the named backend. + * + * Usage: + * + * betest device-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (7 or 8) */ + char *argv[]) /* I - Command-line arguments */ +{ + char backend[255]; /* Method in URI */ + + + if (argc < 7 || argc > 8) + { + fputs("Usage: betest device-uri job-id user title copies options [file]\n", + stderr); + return (1); + } + + /* + * Extract the method from the device-uri - that's the program we want to + * execute. + */ + + if (sscanf(argv[1], "%254[^:]", backend) != 1) + { + fputs("betest: Bad device-uri - no colon!\n", stderr); + return (1); + } + + /* + * Execute and return + */ + + execl(backend, argv[1], argv[2], argv[3], argv[4], argv[5], argv[6], argv[7], + NULL); + + return (1); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/ieee1284.c b/backend/ieee1284.c new file mode 100644 index 0000000000..90003cd2dd --- /dev/null +++ b/backend/ieee1284.c @@ -0,0 +1,503 @@ +/* + * "$Id$" + * + * IEEE-1284 support functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * backendGetDeviceID() - Get the IEEE-1284 device ID string and + * corresponding URI. + * backendGetMakeModel() - Get the make and model string from the device ID. + */ + +/* + * Include necessary headers. + */ + +#include "backend-private.h" + +#ifdef __linux +# include +# include +# define IOCNR_GET_DEVICE_ID 1 +# define LPIOC_GET_DEVICE_ID(len) _IOC(_IOC_READ, 'P', IOCNR_GET_DEVICE_ID, len) +#endif /* __linux */ + +#ifdef __sun +# ifdef __sparc +# include +# else +# include +# include +# endif /* __sparc */ +#endif /* __sun */ + + +/* + * 'backendGetDeviceID()' - Get the IEEE-1284 device ID string and + * corresponding URI. + */ + +int /* O - 0 on success, -1 on failure */ +backendGetDeviceID( + int fd, /* I - File descriptor */ + char *device_id, /* O - 1284 device ID */ + int device_id_size, /* I - Size of buffer */ + char *make_model, /* O - Make/model */ + int make_model_size, /* I - Size of buffer */ + const char *scheme, /* I - URI scheme */ + char *uri, /* O - Device URI */ + int uri_size) /* I - Size of buffer */ +{ + char *attr, /* 1284 attribute */ + *delim, /* 1284 delimiter */ + *uriptr, /* Pointer into URI */ + manufacturer[256], /* Manufacturer string */ + serial_number[1024]; /* Serial number string */ + int manulen; /* Length of manufacturer string */ +#ifdef __linux + int length; /* Length of device ID info */ +#endif /* __linux */ +#if defined(__sun) && defined(ECPPIOC_GETDEVID) + struct ecpp_device_id did; /* Device ID buffer */ +#endif /* __sun && ECPPIOC_GETDEVID */ + + + DEBUG_printf(("backendGetDeviceID(fd=%d, device_id=%p, device_id_size=%d, " + "make_model=%p, make_model_size=%d, scheme=\"%s\", " + "uri=%p, uri_size=%d)\n", fd, device_id, device_id_size, + make_model, make_model_size, scheme ? scheme : "(null)", + uri, uri_size)); + + /* + * Range check input... + */ + + if (fd < 0 || + !device_id || device_id_size < 32 || + !make_model || make_model_size < 32) + { + DEBUG_puts("backendGetDeviceID: Bad args!"); + return (-1); + } + + *device_id = '\0'; + *make_model = '\0'; + + if (uri) + *uri = '\0'; + + /* + * Get the device ID string... + */ + +#ifdef __linux + if (!ioctl(fd, LPIOC_GET_DEVICE_ID(device_id_size), device_id)) + { + /* + * Extract the length of the device ID string from the first two + * bytes. The 1284 spec says the length is stored MSB first... + */ + + length = (((unsigned)device_id[0] & 255) << 8) + + ((unsigned)device_id[1] & 255); + + /* + * Check to see if the length is larger than our buffer; first + * assume that the vendor incorrectly implemented the 1284 spec, + * and then limit the length to the size of our buffer... + */ + + if (length > (device_id_size - 2)) + length = (((unsigned)device_id[1] & 255) << 8) + + ((unsigned)device_id[0] & 255); + + if (length > (device_id_size - 2)) + length = device_id_size - 2; + + /* + * Copy the device ID text to the beginning of the buffer and + * nul-terminate. + */ + + memmove(device_id, device_id + 2, length); + device_id[length] = '\0'; + } +# ifdef DEBUG + else + printf("backendGetDeviceID: ioctl failed - %s\n", strerror(errno)); +# endif /* DEBUG */ +#endif /* __linux */ + +#if defined(__sun) && defined(ECPPIOC_GETDEVID) + did.mode = ECPP_CENTRONICS; + did.len = device_id_size - 1; + did.rlen = 0; + did.addr = device_id; + + if (!ioctl(fd, ECPPIOC_GETDEVID, &did)) + { + /* + * Nul-terminate the device ID text. + */ + + if (did.rlen < (device_id_size - 1)) + device_id[did.rlen] = '\0'; + else + device_id[device_id_size - 1] = '\0'; + } +# ifdef DEBUG + else + printf("backendGetDeviceID: ioctl failed - %s\n", strerror(errno)); +# endif /* DEBUG */ +#endif /* __sun && ECPPIOC_GETDEVID */ + + DEBUG_printf(("backendGetDeviceID: device_id=\"%s\"\n", device_id)); + + if (!*device_id) + return (-1); + + /* + * Get the make and model... + */ + + backendGetMakeModel(device_id, make_model, make_model_size); + + /* + * Then generate a device URI... + */ + + if (scheme && uri && uri_size > 32) + { + /* + * Look for the serial number field... + */ + + if ((attr = strstr(device_id, "SERN:")) != NULL) + attr += 5; + else if ((attr = strstr(device_id, "SERIALNUMBER:")) != NULL) + attr += 13; + else if ((attr = strstr(device_id, ";SN:")) != NULL) + attr += 4; + + if (attr) + { + strlcpy(serial_number, attr, sizeof(serial_number)); + + if ((delim = strchr(serial_number, ';')) != NULL) + *delim = '\0'; + } + else + serial_number[0] = '\0'; + + /* + * Generate the device URI from the manufacturer, make_model, and + * serial number strings. + */ + + snprintf(uri, uri_size, "%s://", scheme); + + if ((attr = strstr(device_id, "MANUFACTURER:")) != NULL) + attr += 13; + else if ((attr = strstr(device_id, "Manufacturer:")) != NULL) + attr += 13; + else if ((attr = strstr(device_id, "MFG:")) != NULL) + attr += 4; + + if (attr) + { + strlcpy(manufacturer, attr, sizeof(manufacturer)); + + if ((delim = strchr(manufacturer, ';')) != NULL) + *delim = '\0'; + + if (!strcasecmp(manufacturer, "Hewlett-Packard")) + strcpy(manufacturer, "HP"); + else if (!strcasecmp(manufacturer, "Lexmark International")) + strcpy(manufacturer, "Lexmark"); + } + else + { + strlcpy(manufacturer, make_model, sizeof(manufacturer)); + + if ((delim = strchr(manufacturer, ' ')) != NULL) + *delim = '\0'; + } + + manulen = strlen(manufacturer); + + for (uriptr = uri + strlen(uri), delim = manufacturer; + *delim && uriptr < (uri + uri_size - 3); + delim ++) + if (*delim == ' ') + { + *uriptr++ = '%'; + *uriptr++ = '2'; + *uriptr++ = '0'; + } + else + *uriptr++ = *delim; + + *uriptr++ = '/'; + + if (!strncasecmp(make_model, manufacturer, manulen)) + { + delim = make_model + manulen; + + while (isspace(*delim & 255)) + delim ++; + } + else + delim = make_model; + + for (; *delim && uriptr < (uri + uri_size - 3); delim ++) + if (*delim == ' ') + { + *uriptr++ = '%'; + *uriptr++ = '2'; + *uriptr++ = '0'; + } + else + *uriptr++ = *delim; + + if (serial_number[0]) + { + /* + * Add the serial number to the URI... + */ + + strlcpy(uriptr, "?serial=", uri_size - (uriptr - uri)); + strlcat(uriptr, serial_number, uri_size - (uriptr - uri)); + } + else + *uriptr = '\0'; + } + + return (0); +} + + +/* + * 'backendGetMakeModel()' - Get the make and model string from the device ID. + */ + +int /* O - 0 on success, -1 on failure */ +backendGetMakeModel( + const char *device_id, /* O - 1284 device ID */ + char *make_model, /* O - Make/model */ + int make_model_size) /* I - Size of buffer */ +{ + char *attr, /* 1284 attribute */ + *delim, /* 1284 delimiter */ + *mfg, /* Manufacturer string */ + *mdl; /* Model string */ + + + DEBUG_printf(("backendGetMakeModel(device_id=\"%s\", " + "make_model=%p, make_model_size=%d)\n", device_id, + make_model, make_model_size)); + + /* + * Range check input... + */ + + if (!device_id || !*device_id || !make_model || make_model_size < 32) + { + DEBUG_puts("backendGetMakeModel: Bad args!"); + return (-1); + } + + *make_model = '\0'; + + /* + * Look for the description field... + */ + + if ((attr = strstr(device_id, "DES:")) != NULL) + attr += 4; + else if ((attr = strstr(device_id, "DESCRIPTION:")) != NULL) + attr += 12; + + if (attr) + { + /* + * Make sure the description contains something useful, since some + * printer manufacturers (HP) apparently don't follow the standards + * they helped to define... + * + * Here we require the description to be 8 or more characters in length, + * containing at least one space and one letter. + */ + + if ((delim = strchr(attr, ';')) == NULL) + delim = attr + strlen(attr); + + if ((delim - attr) < 8) + attr = NULL; + else + { + char *ptr; /* Pointer into description */ + int letters, /* Number of letters seen */ + spaces; /* Number of spaces seen */ + + + for (ptr = attr, letters = 0, spaces = 0; ptr < delim; ptr ++) + { + if (isspace(*ptr & 255)) + spaces ++; + else if (isalpha(*ptr & 255)) + letters ++; + + if (spaces && letters) + break; + } + + if (!spaces || !letters) + attr = NULL; + } + } + + if ((mfg = strstr(device_id, "MANUFACTURER:")) != NULL) + mfg += 13; + else if ((mfg = strstr(device_id, "Manufacturer:")) != NULL) + mfg += 13; + else if ((mfg = strstr(device_id, "MFG:")) != NULL) + mfg += 4; + + if ((mdl = strstr(device_id, "MODEL:")) != NULL) + mdl += 6; + else if ((mdl = strstr(device_id, "Model:")) != NULL) + mdl += 6; + else if ((mdl = strstr(device_id, "MDL:")) != NULL) + mdl += 4; + + if (mdl) + { + /* + * Build a make-model string from the manufacturer and model attributes... + */ + + if (mfg) + { + if (!strncasecmp(mfg, "Hewlett-Packard", 15)) + strlcpy(make_model, "HP", make_model_size); + else if (!strncasecmp(mfg, "Lexmark International", 21)) + strlcpy(make_model, "Lexmark", make_model_size); + else + strlcpy(make_model, mfg, make_model_size); + + if ((delim = strchr(make_model, ';')) != NULL) + *delim = '\0'; + + if (!strncasecmp(make_model, mdl, strlen(make_model))) + { + /* + * Just copy model string, since it has the manufacturer... + */ + + strlcpy(make_model, mdl, make_model_size); + } + else + { + /* + * Concatenate the make and model... + */ + + strlcat(make_model, " ", make_model_size); + strlcat(make_model, mdl, make_model_size); + } + } + else + { + /* + * Just copy model string, since it has the manufacturer... + */ + + strlcpy(make_model, mdl, make_model_size); + } + } + else if (attr) + { + /* + * Use description... + */ + + if (!strncasecmp(attr, "Hewlett-Packard hp ", 19)) + { + /* + * Check for a common HP bug... + */ + + strlcpy(make_model, "HP ", make_model_size); + strlcpy(make_model + 3, attr + 19, make_model_size - 3); + } + else if (!strncasecmp(attr, "Hewlett-Packard ", 16)) + { + strlcpy(make_model, "HP ", make_model_size); + strlcpy(make_model + 3, attr + 16, make_model_size - 3); + } + else + { + strlcpy(make_model, attr, make_model_size); + } + } + else + { + /* + * Use "Unknown" as the printer make and model... + */ + + strlcpy(make_model, "Unknown", make_model_size); + } + + /* + * Strip trailing data... + */ + + if ((delim = strchr(make_model, ';')) != NULL) + *delim = '\0'; + + /* + * Strip trailing whitespace... + */ + + for (delim = make_model + strlen(make_model) - 1; delim >= make_model; delim --) + if (isspace(*delim & 255)) + *delim = '\0'; + else + break; + + /* + * Return... + */ + + if (make_model[0]) + return (0); + else + return (-1); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/ipp.c b/backend/ipp.c new file mode 100644 index 0000000000..38b3a88fc6 --- /dev/null +++ b/backend/ipp.c @@ -0,0 +1,1670 @@ +/* + * "$Id$" + * + * IPP backend for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Send a file to the printer or server. + * cancel_job() - Cancel a print job. + * check_printer_state() - Check the printer state... + * compress_files() - Compress print files... + * password_cb() - Disable the password prompt for + * cupsDoFileRequest(). + * report_printer_state() - Report the printer state. + * run_pictwps_filter() - Convert PICT files to PostScript when printing + * remotely. + * sigterm_handler() - Handle 'terminate' signals that stop the backend. + */ + +/* + * Include necessary headers. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +/* + * Globals... + */ + +static char *password = NULL; /* Password for device URI */ +#ifdef __APPLE__ +static char pstmpname[1024] = ""; /* Temporary PostScript file name */ +#endif /* __APPLE__ */ +static char tmpfilename[1024] = ""; /* Temporary spool file name */ +static int job_cancelled = 0; /* Job cancelled? */ + + +/* + * Local functions... + */ + +static void cancel_job(http_t *http, const char *uri, int id, + const char *resource, const char *user, int version); +static void check_printer_state(http_t *http, const char *uri, + const char *resource, const char *user, + int version); +#ifdef HAVE_LIBZ +static void compress_files(int num_files, char **files); +#endif /* HAVE_LIBZ */ +static const char *password_cb(const char *); +static int report_printer_state(ipp_t *ipp); + +#ifdef __APPLE__ +static int run_pictwps_filter(char **argv, const char *filename); +#endif /* __APPLE__ */ +static void sigterm_handler(int sig); + + +/* + * 'main()' - Send a file to the printer or server. + * + * Usage: + * + * printer-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + int num_options; /* Number of printer options */ + cups_option_t *options; /* Printer options */ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info */ + resource[1024], /* Resource info (printer name) */ + addrname[256], /* Address name */ + *optptr, /* Pointer to URI options */ + name[255], /* Name of option */ + value[255], /* Value of option */ + *ptr; /* Pointer into name or value */ + int num_files; /* Number of files to print */ + char **files, /* Files to print */ + *filename; /* Pointer to single filename */ + int port; /* Port number (not used) */ + char uri[HTTP_MAX_URI]; /* Updated URI without user/pass */ + ipp_status_t ipp_status; /* Status of IPP request */ + http_t *http; /* HTTP connection */ + ipp_t *request, /* IPP request */ + *response, /* IPP response */ + *supported; /* get-printer-attributes response */ + int compression, /* Do compression of the job data? */ + waitjob, /* Wait for job complete? */ + waitprinter; /* Wait for printer ready? */ + ipp_attribute_t *job_id_attr; /* job-id attribute */ + int job_id; /* job-id value */ + ipp_attribute_t *job_sheets; /* job-media-sheets-completed */ + ipp_attribute_t *job_state; /* job-state */ + ipp_attribute_t *copies_sup; /* copies-supported */ + ipp_attribute_t *format_sup; /* document-format-supported */ + ipp_attribute_t *printer_state; /* printer-state attribute */ + ipp_attribute_t *printer_accepting; /* printer-is-accepting-jobs */ + int copies, /* Number of copies for job */ + copies_remaining; /* Number of copies remaining */ + const char *content_type; /* CONTENT_TYPE environment variable */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + int version; /* IPP version */ + static const char * const pattrs[] = + { /* Printer attributes we want */ + "copies-supported", + "document-format-supported", + "printer-is-accepting-jobs", + "printer-state", + "printer-state-reasons", + }; + static const char * const jattrs[] = + { /* Job attributes we want */ + "job-media-sheets-completed", + "job-state" + }; + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE and catch SIGTERM signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); + sigset(SIGTERM, sigterm_handler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGTERM); + action.sa_handler = sigterm_handler; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); + signal(SIGTERM, sigterm_handler); +#endif /* HAVE_SIGSET */ + + /* + * Check command-line... + */ + + if (argc == 1) + { + char *s; + + if ((s = strrchr(argv[0], '/')) != NULL) + s ++; + else + s = argv[0]; + + printf("network %s \"Unknown\" \"Internet Printing Protocol (%s)\"\n", + s, s); + return (CUPS_BACKEND_OK); + } + else if (argc < 6) + { + fprintf(stderr, + "Usage: %s job-id user title copies options [file ... fileN]\n", + argv[0]); + return (CUPS_BACKEND_STOP); + } + + /* + * Get the (final) content type... + */ + + if ((content_type = getenv("FINAL_CONTENT_TYPE")) == NULL) + if ((content_type = getenv("CONTENT_TYPE")) == NULL) + content_type = "application/octet-stream"; + + if (!strncmp(content_type, "printer/", 8)) + content_type = "application/vnd.cups-raw"; + + /* + * Extract the hostname and printer name from the URI... + */ + + if (httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv), + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)) < HTTP_URI_OK) + { + fputs("ERROR: Missing device URI on command-line and no DEVICE_URI " + "environment variable!\n", stderr); + return (CUPS_BACKEND_STOP); + } + + if (!strcmp(method, "https")) + cupsSetEncryption(HTTP_ENCRYPT_ALWAYS); + else + cupsSetEncryption(HTTP_ENCRYPT_IF_REQUESTED); + + /* + * See if there are any options... + */ + + compression = 0; + version = 1; + waitjob = 1; + waitprinter = 1; + + if ((optptr = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the optptr... + */ + + *optptr++ = '\0'; + + /* + * Then parse the optptr... + */ + + while (*optptr) + { + /* + * Get the name... + */ + + for (ptr = name; *optptr && *optptr != '=';) + if (ptr < (name + sizeof(name) - 1)) + *ptr++ = *optptr++; + *ptr = '\0'; + + if (*optptr == '=') + { + /* + * Get the value... + */ + + optptr ++; + + for (ptr = value; *optptr && *optptr != '+' && *optptr != '&';) + if (ptr < (value + sizeof(value) - 1)) + *ptr++ = *optptr++; + *ptr = '\0'; + + if (*optptr == '+' || *optptr == '&') + optptr ++; + } + else + value[0] = '\0'; + + /* + * Process the option... + */ + + if (!strcasecmp(name, "waitjob")) + { + /* + * Wait for job completion? + */ + + waitjob = !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || + !strcasecmp(value, "true"); + } + else if (!strcasecmp(name, "waitprinter")) + { + /* + * Wait for printer idle? + */ + + waitprinter = !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || + !strcasecmp(value, "true"); + } + else if (!strcasecmp(name, "encryption")) + { + /* + * Enable/disable encryption? + */ + + if (!strcasecmp(value, "always")) + cupsSetEncryption(HTTP_ENCRYPT_ALWAYS); + else if (!strcasecmp(value, "required")) + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + else if (!strcasecmp(value, "never")) + cupsSetEncryption(HTTP_ENCRYPT_NEVER); + else if (!strcasecmp(value, "ifrequested")) + cupsSetEncryption(HTTP_ENCRYPT_IF_REQUESTED); + else + { + fprintf(stderr, "ERROR: Unknown encryption option value \"%s\"!\n", + value); + } + } + else if (!strcasecmp(name, "version")) + { + if (!strcmp(value, "1.0")) + version = 0; + else if (!strcmp(value, "1.1")) + version = 1; + else + { + fprintf(stderr, "ERROR: Unknown version option value \"%s\"!\n", + value); + } + } +#ifdef HAVE_LIBZ + else if (!strcasecmp(name, "compression")) + { + compression = !strcasecmp(value, "true") || + !strcasecmp(value, "yes") || + !strcasecmp(value, "on") || + !strcasecmp(value, "gzip"); + } +#endif /* HAVE_LIBZ */ + else + { + /* + * Unknown option... + */ + + fprintf(stderr, "ERROR: Unknown option \"%s\" with value \"%s\"!\n", + name, value); + } + } + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, copy stdin to a temporary file and print the temporary + * file. + */ + + if (argc == 6) + { + /* + * Copy stdin to a temporary file... + */ + + int fd; /* File descriptor */ + cups_file_t *fp; /* Temporary file */ + char buffer[8192]; /* Buffer for copying */ + int bytes; /* Number of bytes read */ + + + if ((fd = cupsTempFd(tmpfilename, sizeof(tmpfilename))) < 0) + { + perror("ERROR: unable to create temporary file"); + return (CUPS_BACKEND_FAILED); + } + + if ((fp = cupsFileOpenFd(fd, compression ? "w9" : "w")) == NULL) + { + perror("ERROR: unable to open temporary file"); + close(fd); + unlink(tmpfilename); + return (CUPS_BACKEND_FAILED); + } + + while ((bytes = fread(buffer, 1, sizeof(buffer), stdin)) > 0) + if (cupsFileWrite(fp, buffer, bytes) < bytes) + { + perror("ERROR: unable to write to temporary file"); + cupsFileClose(fp); + unlink(tmpfilename); + return (CUPS_BACKEND_FAILED); + } + + cupsFileClose(fp); + + /* + * Point to the single file from stdin... + */ + + filename = tmpfilename; + files = &filename; + num_files = 1; + } + else + { + /* + * Point to the files on the command-line... + */ + + num_files = argc - 6; + files = argv + 6; + +#ifdef HAVE_LIBZ + if (compression) + compress_files(num_files, files); +#endif /* HAVE_LIBZ */ + } + + fprintf(stderr, "DEBUG: %d files to send in job...\n", num_files); + + /* + * Set the authentication info, if any... + */ + + cupsSetPasswordCB(password_cb); + + if (username[0]) + { + /* + * Use authenticaion information in the device URI... + */ + + if ((password = strchr(username, ':')) != NULL) + *password++ = '\0'; + + cupsSetUser(username); + } + else if (!getuid()) + { + /* + * Try loading authentication information from the a##### file. + */ + + const char *request_root; /* CUPS_REQUESTROOT env var */ + char afilename[1024], /* a##### filename */ + aline[1024]; /* Line from file */ + FILE *fp; /* File pointer */ + + + if ((request_root = getenv("CUPS_REQUESTROOT")) != NULL) + { + /* + * Try opening authentication cache file... + */ + + snprintf(afilename, sizeof(afilename), "%s/a%05d", request_root, + atoi(argv[1])); + if ((fp = fopen(afilename, "r")) != NULL) + { + /* + * Read username... + */ + + if (fgets(aline, sizeof(aline), fp)) + { + /* + * Decode username... + */ + + i = sizeof(username); + httpDecode64_2(username, &i, aline); + + /* + * Read password... + */ + + if (fgets(aline, sizeof(aline), fp)) + { + /* + * Decode password... + */ + + i = sizeof(password); + httpDecode64_2(password, &i, aline); + } + } + + /* + * Close the file... + */ + + fclose(fp); + } + } + } + + /* + * Try connecting to the remote server... + */ + + fputs("STATE: +connecting-to-device\n", stderr); + + do + { + fprintf(stderr, "INFO: Connecting to %s on port %d...\n", hostname, port); + + if ((http = httpConnectEncrypt(hostname, port, cupsEncryption())) == NULL) + { + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fprintf(stderr, + "INFO: Unable to connect to %s, queuing on next printer in " + "class...\n", + hostname); + + if (argc == 6 || strcmp(filename, argv[6])) + unlink(filename); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + + if (errno == ECONNREFUSED || errno == EHOSTDOWN || + errno == EHOSTUNREACH) + { + fprintf(stderr, + "INFO: Network host \'%s\' is busy; will retry in 30 " + "seconds...\n", + hostname); + sleep(30); + } + else if (h_errno) + { + fprintf(stderr, "INFO: Unable to lookup host \'%s\' - %s\n", + hostname, hstrerror(h_errno)); + sleep(30); + } + else + { + perror("ERROR: Unable to connect to IPP host"); + sleep(30); + } + } + } + while (http == NULL); + + fputs("STATE: -connecting-to-device\n", stderr); + fprintf(stderr, "INFO: Connected to %s...\n", hostname); + +#ifdef AF_INET6 + if (http->hostaddr->addr.sa_family == AF_INET6) + fprintf(stderr, "DEBUG: Connected to [%s]:%d (IPv6)...\n", + httpAddrString(http->hostaddr, addrname, sizeof(addrname)), + ntohs(http->hostaddr->ipv6.sin6_port)); + else +#endif /* AF_INET6 */ + if (http->hostaddr->addr.sa_family == AF_INET) + fprintf(stderr, "DEBUG: Connected to %s:%d (IPv4)...\n", + httpAddrString(http->hostaddr, addrname, sizeof(addrname)), + ntohs(http->hostaddr->ipv4.sin_port)); + + /* + * Build a URI for the printer and fill the standard IPP attributes for + * an IPP_PRINT_FILE request. We can't use the URI in argv[0] because it + * might contain username:password information... + */ + + snprintf(uri, sizeof(uri), "%s://%s:%d%s", method, hostname, port, resource); + + /* + * First validate the destination and see if the device supports multiple + * copies. We have to do this because some IPP servers (e.g. HP JetDirect) + * don't support the copies attribute... + */ + + copies_sup = NULL; + format_sup = NULL; + supported = NULL; + + do + { + /* + * Build the IPP request... + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + request->request.op.version[1] = version; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), + NULL, pattrs); + + /* + * Do the request... + */ + + fputs("DEBUG: Getting supported attributes...\n", stderr); + + if ((supported = cupsDoRequest(http, request, resource)) == NULL) + ipp_status = cupsLastError(); + else + ipp_status = supported->request.status.status_code; + + if (ipp_status > IPP_OK_CONFLICT) + { + if (ipp_status == IPP_PRINTER_BUSY || + ipp_status == IPP_SERVICE_UNAVAILABLE) + { + fputs("INFO: Printer busy; will retry in 10 seconds...\n", stderr); + report_printer_state(supported); + sleep(10); + } + else if ((ipp_status == IPP_BAD_REQUEST || + ipp_status == IPP_VERSION_NOT_SUPPORTED) && version == 1) + { + /* + * Switch to IPP/1.0... + */ + + fputs("INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n", + stderr); + version = 0; + httpReconnect(http); + } + else if (ipp_status == IPP_NOT_FOUND) + { + fputs("ERROR: Destination printer does not exist!\n", stderr); + + if (supported) + ippDelete(supported); + + return (CUPS_BACKEND_STOP); + } + else + { + fprintf(stderr, "ERROR: Unable to get printer status (%s)!\n", + ippErrorString(ipp_status)); + sleep(10); + } + + if (supported) + ippDelete(supported); + + continue; + } + else if ((copies_sup = ippFindAttribute(supported, "copies-supported", + IPP_TAG_RANGE)) != NULL) + { + /* + * Has the "copies-supported" attribute - does it have an upper + * bound > 1? + */ + + if (copies_sup->values[0].range.upper <= 1) + copies_sup = NULL; /* No */ + } + + format_sup = ippFindAttribute(supported, "document-format-supported", + IPP_TAG_MIMETYPE); + + if (format_sup) + { + fprintf(stderr, "DEBUG: document-format-supported (%d values)\n", + format_sup->num_values); + for (i = 0; i < format_sup->num_values; i ++) + fprintf(stderr, "DEBUG: [%d] = \"%s\"\n", i, + format_sup->values[i].string.text); + } + + report_printer_state(supported); + } + while (ipp_status > IPP_OK_CONFLICT); + + /* + * See if the printer is accepting jobs and is not stopped; if either + * condition is true and we are printing to a class, requeue the job... + */ + + if (getenv("CLASS") != NULL) + { + printer_state = ippFindAttribute(supported, "printer-state", + IPP_TAG_ENUM); + printer_accepting = ippFindAttribute(supported, "printer-is-accepting-jobs", + IPP_TAG_BOOLEAN); + + if (printer_state == NULL || + (printer_state->values[0].integer > IPP_PRINTER_PROCESSING && + waitprinter) || + printer_accepting == NULL || + !printer_accepting->values[0].boolean) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fprintf(stderr, + "INFO: Unable to queue job on %s, queuing on next printer in " + "class...\n", + hostname); + + ippDelete(supported); + httpClose(http); + + if (argc == 6 || strcmp(filename, argv[6])) + unlink(filename); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + } + + /* + * See if the printer supports multiple copies... + */ + + copies = atoi(argv[4]); + + if (copies_sup || argc < 7) + { + copies_remaining = 1; + + if (argc < 7) + copies = 1; + } + else + copies_remaining = copies; + + /* + * Then issue the print-job request... + */ + + job_id = 0; + + while (copies_remaining > 0) + { + /* + * Build the IPP request... + */ + + if (job_cancelled) + break; + + if (num_files > 1) + request = ippNewRequest(IPP_CREATE_JOB); + else + request = ippNewRequest(IPP_PRINT_JOB); + + request->request.op.version[1] = version; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + fprintf(stderr, "DEBUG: printer-uri = \"%s\"\n", uri); + + if (argv[2][0]) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, argv[2]); + + fprintf(stderr, "DEBUG: requesting-user-name = \"%s\"\n", argv[2]); + + /* + * Only add a "job-name" attribute if the remote server supports + * copy generation - some IPP implementations like HP's don't seem + * to like UTF-8 job names (STR #1837)... + */ + + if (argv[3][0] && copies_sup) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", NULL, + argv[3]); + + fprintf(stderr, "DEBUG: job-name = \"%s\"\n", argv[3]); + +#ifdef HAVE_LIBZ + if (compression) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "compression", NULL, "gzip"); +#endif /* HAVE_LIBZ */ + + /* + * Handle options on the command-line... + */ + + options = NULL; + num_options = cupsParseOptions(argv[5], 0, &options); + +#ifdef __APPLE__ + if (content_type != NULL && + !strcasecmp(content_type, "application/pictwps") && num_files == 1) + { + if (format_sup != NULL) + { + for (i = 0; i < format_sup->num_values; i ++) + if (!strcasecmp(content_type, format_sup->values[i].string.text)) + break; + } + + if (format_sup == NULL || i >= format_sup->num_values) + { + /* + * Remote doesn't support "application/pictwps" (i.e. it's not MacOS X) + * so convert the document to PostScript... + */ + + if (run_pictwps_filter(argv, filename)) + return (CUPS_BACKEND_FAILED); + + filename = pstmpname; + + /* + * Change the MIME type to application/postscript and change the + * number of copies to 1... + */ + + content_type = "application/postscript"; + copies = 1; + copies_remaining = 1; + } + } +#endif /* __APPLE__ */ + + if (content_type != NULL && format_sup != NULL) + { + for (i = 0; i < format_sup->num_values; i ++) + if (!strcasecmp(content_type, format_sup->values[i].string.text)) + break; + + if (i < format_sup->num_values) + num_options = cupsAddOption("document-format", content_type, + num_options, &options); + } + + if (copies_sup && version > 0) + { + /* + * Only send options if the destination printer supports the copies + * attribute and IPP/1.1. This is a hack for the HP and Lexmark + * implementations of IPP, which do not accept extension attributes + * and incorrectly report a client-error-bad-request error instead of + * the successful-ok-unsupported-attributes status. In short, at least + * some HP and Lexmark implementations of IPP are non-compliant. + */ + + cupsEncodeOptions(request, num_options, options); + + ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_INTEGER, "copies", + copies); + } + + cupsFreeOptions(num_options, options); + + /* + * If copies aren't supported, then we are likely dealing with an HP + * JetDirect. The HP IPP implementation seems to close the connection + * after every request - that is, it does *not* implement HTTP Keep- + * Alive, which is REQUIRED by HTTP/1.1... + */ + + if (!copies_sup) + httpReconnect(http); + + /* + * Do the request... + */ + + if (num_files > 1) + response = cupsDoRequest(http, request, resource); + else + response = cupsDoFileRequest(http, request, resource, files[0]); + + ipp_status = cupsLastError(); + + if (ipp_status > IPP_OK_CONFLICT) + { + job_id = 0; + + if (job_cancelled) + break; + + if (ipp_status == IPP_SERVICE_UNAVAILABLE || + ipp_status == IPP_PRINTER_BUSY) + { + fputs("INFO: Printer is busy; retrying print job...\n", stderr); + sleep(10); + } + else if ((ipp_status == IPP_BAD_REQUEST || + ipp_status == IPP_VERSION_NOT_SUPPORTED) && version == 1) + { + /* + * Switch to IPP/1.0... + */ + + fputs("INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n", + stderr); + version = 0; + httpReconnect(http); + } + else + fprintf(stderr, "ERROR: Print file was not accepted (%s)!\n", + cupsLastErrorString()); + } + else if ((job_id_attr = ippFindAttribute(response, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + fputs("NOTICE: Print file accepted - job ID unknown.\n", stderr); + job_id = 0; + } + else + { + job_id = job_id_attr->values[0].integer; + fprintf(stderr, "NOTICE: Print file accepted - job ID %d.\n", job_id); + } + + ippDelete(response); + + if (job_cancelled) + break; + + if (job_id && num_files > 1) + { + for (i = 0; i < num_files; i ++) + { + request = ippNewRequest(IPP_SEND_DOCUMENT); + + request->request.op.version[1] = version; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", + job_id); + + if (argv[2][0]) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, argv[2]); + + if ((i + 1) == num_files) + ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", 1); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, + "document-format", NULL, content_type); + + ippDelete(cupsDoFileRequest(http, request, resource, files[i])); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + ipp_status = cupsLastError(); + + fprintf(stderr, "ERROR: Unable to add file %d to job: %s\n", + job_id, cupsLastErrorString()); + break; + } + } + } + + if (ipp_status <= IPP_OK_CONFLICT && argc > 6) + { + fprintf(stderr, "PAGE: 1 %d\n", copies_sup ? atoi(argv[4]) : 1); + copies_remaining --; + } + else if (ipp_status == IPP_SERVICE_UNAVAILABLE || + ipp_status == IPP_PRINTER_BUSY) + break; + else + copies_remaining --; + + /* + * Wait for the job to complete... + */ + + if (!job_id || !waitjob) + continue; + + fputs("INFO: Waiting for job to complete...\n", stderr); + + for (; !job_cancelled;) + { + /* + * Build an IPP_GET_JOB_ATTRIBUTES request... + */ + + request = ippNewRequest(IPP_GET_JOB_ATTRIBUTES); + request->request.op.version[1] = version; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", + job_id); + + if (argv[2][0]) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, argv[2]); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(jattrs) / sizeof(jattrs[0]), + NULL, jattrs); + + /* + * Do the request... + */ + + if (!copies_sup) + httpReconnect(http); + + response = cupsDoRequest(http, request, resource); + ipp_status = cupsLastError(); + + if (ipp_status == IPP_NOT_FOUND) + { + /* + * Job has gone away and/or the server has no job history... + */ + + ippDelete(response); + + ipp_status = IPP_OK; + break; + } + + if (ipp_status > IPP_OK_CONFLICT) + { + if (ipp_status != IPP_SERVICE_UNAVAILABLE && + ipp_status != IPP_PRINTER_BUSY) + { + ippDelete(response); + + fprintf(stderr, "ERROR: Unable to get job %d attributes (%s)!\n", + job_id, ippErrorString(ipp_status)); + break; + } + } + + if (response) + { + if ((job_state = ippFindAttribute(response, "job-state", + IPP_TAG_ENUM)) != NULL) + { + /* + * Stop polling if the job is finished or pending-held... + */ + + if (job_state->values[0].integer > IPP_JOB_PROCESSING || + job_state->values[0].integer == IPP_JOB_HELD) + { + if ((job_sheets = ippFindAttribute(response, + "job-media-sheets-completed", + IPP_TAG_INTEGER)) != NULL) + fprintf(stderr, "PAGE: total %d\n", + job_sheets->values[0].integer); + + ippDelete(response); + break; + } + } + } + + ippDelete(response); + + /* + * Check the printer state and report it if necessary... + */ + + check_printer_state(http, uri, resource, argv[2], version); + + /* + * Wait 10 seconds before polling again... + */ + + sleep(10); + } + } + + /* + * Cancel the job as needed... + */ + + if (job_cancelled && job_id) + cancel_job(http, uri, job_id, resource, argv[2], version); + + /* + * Check the printer state and report it if necessary... + */ + + check_printer_state(http, uri, resource, argv[2], version); + + /* + * Free memory... + */ + + httpClose(http); + + ippDelete(supported); + + /* + * Remove the temporary file(s) if necessary... + */ + + if (tmpfilename[0]) + unlink(tmpfilename); + +#ifdef HAVE_LIBZ + if (compression) + { + for (i = 0; i < num_files; i ++) + unlink(files[i]); + } +#endif /* HAVE_LIBZ */ + +#ifdef __APPLE__ + if (pstmpname[0]) + unlink(pstmpname); +#endif /* __APPLE__ */ + + /* + * Return the queue status... + */ + + return (ipp_status > IPP_OK_CONFLICT ? CUPS_BACKEND_FAILED : CUPS_BACKEND_OK); +} + + +/* + * 'cancel_job()' - Cancel a print job. + */ + +static void +cancel_job(http_t *http, /* I - HTTP connection */ + const char *uri, /* I - printer-uri */ + int id, /* I - job-id */ + const char *resource, /* I - Resource path */ + const char *user, /* I - requesting-user-name */ + int version) /* I - IPP version */ +{ + ipp_t *request; /* Cancel-Job request */ + + + fputs("INFO: Cancelling print job...\n", stderr); + + request = ippNewRequest(IPP_CANCEL_JOB); + request->request.op.version[1] = version; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", id); + + if (user && user[0]) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + /* + * Do the request... + */ + + ippDelete(cupsDoRequest(http, request, resource)); + + if (cupsLastError() > IPP_OK_CONFLICT) + fprintf(stderr, "ERROR: Unable to cancel job %d: %s\n", id, + cupsLastErrorString()); +} + + +/* + * 'check_printer_state()' - Check the printer state... + */ + +static void +check_printer_state( + http_t *http, /* I - HTTP connection */ + const char *uri, /* I - Printer URI */ + const char *resource, /* I - Resource path */ + const char *user, /* I - Username, if any */ + int version) /* I - IPP version */ +{ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + + + /* + * Check on the printer state... + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + request->request.op.version[1] = version; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + if (user && user[0]) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "printer-state-reasons"); + + /* + * Do the request... + */ + + if ((response = cupsDoRequest(http, request, resource)) != NULL) + { + report_printer_state(response); + ippDelete(response); + } +} + + +#ifdef HAVE_LIBZ +/* + * 'compress_files()' - Compress print files... + */ + +static void +compress_files(int num_files, /* I - Number of files */ + char **files) /* I - Files */ +{ + int i, /* Looping var */ + fd; /* Temporary file descriptor */ + ssize_t bytes; /* Bytes read/written */ + size_t total; /* Total bytes read */ + cups_file_t *in, /* Input file */ + *out; /* Output file */ + struct stat outinfo; /* Output file information */ + char filename[1024], /* Temporary filename */ + buffer[32768]; /* Copy buffer */ + + + fprintf(stderr, "DEBUG: Compressing %d job files...\n", num_files); + for (i = 0; i < num_files; i ++) + { + if ((fd = cupsTempFd(filename, sizeof(filename))) < 0) + { + perror("ERROR: Unable to create temporary compressed print file"); + exit(CUPS_BACKEND_FAILED); + } + + if ((out = cupsFileOpenFd(fd, "w9")) == NULL) + { + perror("ERROR: Unable to open temporary compressed print file"); + exit(CUPS_BACKEND_FAILED); + } + + if ((in = cupsFileOpen(files[i], "r")) == NULL) + { + fprintf(stderr, "ERROR: Unable to open print file \"%s\": %s\n", + files[i], strerror(errno)); + cupsFileClose(out); + exit(CUPS_BACKEND_FAILED); + } + + total = 0; + while ((bytes = cupsFileRead(in, buffer, sizeof(buffer))) > 0) + if (cupsFileWrite(out, buffer, bytes) < bytes) + { + fprintf(stderr, "ERROR: Unable to write " CUPS_LLFMT " bytes to \"%s\": %s\n", + CUPS_LLCAST bytes, filename, strerror(errno)); + cupsFileClose(in); + cupsFileClose(out); + exit(CUPS_BACKEND_FAILED); + } + else + total += bytes; + + cupsFileClose(out); + cupsFileClose(in); + + files[i] = strdup(filename); + + if (!stat(filename, &outinfo)) + fprintf(stderr, + "DEBUG: File %d compressed to %.1f%% of original size, " + CUPS_LLFMT " bytes...\n", + i + 1, 100.0 * outinfo.st_size / total, + CUPS_LLCAST outinfo.st_size); + } +} +#endif /* HAVE_LIBZ */ + + +/* + * 'password_cb()' - Disable the password prompt for cupsDoFileRequest(). + */ + +static const char * /* O - Password */ +password_cb(const char *prompt) /* I - Prompt (not used) */ +{ + (void)prompt; + + if (password) + return (password); + else + { + /* + * If there is no password set in the device URI, return the + * "authentication required" exit code... + */ + + if (tmpfilename[0]) + unlink(tmpfilename); + +#ifdef __APPLE__ + if (pstmpname[0]) + unlink(pstmpname); +#endif /* __APPLE__ */ + + exit(CUPS_BACKEND_AUTH_REQUIRED); + + return (NULL); /* Eliminate compiler warning */ + } +} + + +/* + * 'report_printer_state()' - Report the printer state. + */ + +static int /* O - Number of reasons shown */ +report_printer_state(ipp_t *ipp) /* I - IPP response */ +{ + int i; /* Looping var */ + int count; /* Count of reasons shown... */ + ipp_attribute_t *reasons; /* printer-state-reasons */ + const char *reason; /* Current reason */ + const char *message; /* Message to show */ + char unknown[1024]; /* Unknown message string */ + const char *prefix; /* Prefix for STATE: line */ + char state[1024]; /* State string */ + + + if ((reasons = ippFindAttribute(ipp, "printer-state-reasons", + IPP_TAG_KEYWORD)) == NULL) + return (0); + + state[0] = '\0'; + prefix = "STATE: "; + + for (i = 0, count = 0; i < reasons->num_values; i ++) + { + reason = reasons->values[i].string.text; + + strlcat(state, prefix, sizeof(state)); + strlcat(state, reason, sizeof(state)); + + prefix = ","; + message = ""; + + if (!strncmp(reason, "media-needed", 12)) + message = "Media tray needs to be filled."; + else if (!strncmp(reason, "media-jam", 9)) + message = "Media jam!"; + else if (!strncmp(reason, "moving-to-paused", 16) || + !strncmp(reason, "paused", 6) || + !strncmp(reason, "shutdown", 8)) + message = "Printer off-line."; + else if (!strncmp(reason, "toner-low", 9)) + message = "Toner low."; + else if (!strncmp(reason, "toner-empty", 11)) + message = "Out of toner!"; + else if (!strncmp(reason, "cover-open", 10)) + message = "Cover open."; + else if (!strncmp(reason, "interlock-open", 14)) + message = "Interlock open."; + else if (!strncmp(reason, "door-open", 9)) + message = "Door open."; + else if (!strncmp(reason, "input-tray-missing", 18)) + message = "Media tray missing!"; + else if (!strncmp(reason, "media-low", 9)) + message = "Media tray almost empty."; + else if (!strncmp(reason, "media-empty", 11)) + message = "Media tray empty!"; + else if (!strncmp(reason, "output-tray-missing", 19)) + message = "Output tray missing!"; + else if (!strncmp(reason, "output-area-almost-full", 23)) + message = "Output bin almost full."; + else if (!strncmp(reason, "output-area-full", 16)) + message = "Output bin full!"; + else if (!strncmp(reason, "marker-supply-low", 17)) + message = "Ink/toner almost empty."; + else if (!strncmp(reason, "marker-supply-empty", 19)) + message = "Ink/toner empty!"; + else if (!strncmp(reason, "marker-waste-almost-full", 24)) + message = "Ink/toner waste bin almost full."; + else if (!strncmp(reason, "marker-waste-full", 17)) + message = "Ink/toner waste bin full!"; + else if (!strncmp(reason, "fuser-over-temp", 15)) + message = "Fuser temperature high!"; + else if (!strncmp(reason, "fuser-under-temp", 16)) + message = "Fuser temperature low!"; + else if (!strncmp(reason, "opc-near-eol", 12)) + message = "OPC almost at end-of-life."; + else if (!strncmp(reason, "opc-life-over", 13)) + message = "OPC at end-of-life!"; + else if (!strncmp(reason, "developer-low", 13)) + message = "Developer almost empty."; + else if (!strncmp(reason, "developer-empty", 15)) + message = "Developer empty!"; + else if (strstr(reason, "error") != NULL) + { + message = unknown; + + snprintf(unknown, sizeof(unknown), "Unknown printer error (%s)!", + reason); + } + + if (message) + { + count ++; + if (strstr(reasons->values[i].string.text, "error")) + fprintf(stderr, "ERROR: %s\n", message); + else if (strstr(reasons->values[i].string.text, "warning")) + fprintf(stderr, "WARNING: %s\n", message); + else + fprintf(stderr, "INFO: %s\n", message); + } + } + + fprintf(stderr, "%s\n", state); + + return (count); +} + + +#ifdef __APPLE__ +/* + * 'run_pictwps_filter()' - Convert PICT files to PostScript when printing + * remotely. + * + * This step is required because the PICT format is not documented and + * subject to change, so developing a filter for other OS's is infeasible. + * Also, fonts required by the PICT file need to be embedded on the + * client side (which has the fonts), so we run the filter to get a + * PostScript file for printing... + */ + +static int /* O - Exit status of filter */ +run_pictwps_filter(char **argv, /* I - Command-line arguments */ + const char *filename)/* I - Filename */ +{ + struct stat fileinfo; /* Print file information */ + const char *ppdfile; /* PPD file for destination printer */ + int pid; /* Child process ID */ + int fd; /* Temporary file descriptor */ + int status; /* Exit status of filter */ + const char *printer; /* PRINTER env var */ + static char ppdenv[1024]; /* PPD environment variable */ + + + /* + * First get the PPD file for the printer... + */ + + printer = getenv("PRINTER"); + if (!printer) + { + fputs("ERROR: PRINTER environment variable not defined!\n", stderr); + return (-1); + } + + if ((ppdfile = cupsGetPPD(printer)) == NULL) + { + fprintf(stderr, "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n", + printer, ippErrorString(cupsLastError())); + /*return (-1);*/ + } + else + { + snprintf(ppdenv, sizeof(ppdenv), "PPD=%s", ppdfile); + putenv(ppdenv); + } + + /* + * Then create a temporary file for printing... + */ + + if ((fd = cupsTempFd(pstmpname, sizeof(pstmpname))) < 0) + { + fprintf(stderr, "ERROR: Unable to create temporary file - %s.\n", + strerror(errno)); + if (ppdfile) + unlink(ppdfile); + return (-1); + } + + /* + * Get the owner of the spool file - it is owned by the user we want to run + * as... + */ + + if (argv[6]) + stat(argv[6], &fileinfo); + else + { + /* + * Use the OSX defaults, as an up-stream filter created the PICT + * file... + */ + + fileinfo.st_uid = 1; + fileinfo.st_gid = 80; + } + + if (ppdfile) + chown(ppdfile, fileinfo.st_uid, fileinfo.st_gid); + + fchown(fd, fileinfo.st_uid, fileinfo.st_gid); + + /* + * Finally, run the filter to convert the file... + */ + + if ((pid = fork()) == 0) + { + /* + * Child process for pictwpstops... Redirect output of pictwpstops to a + * file... + */ + + close(1); + dup(fd); + close(fd); + + if (!getuid()) + { + /* + * Change to an unpriviledged user... + */ + + setgid(fileinfo.st_gid); + setuid(fileinfo.st_uid); + } + + execlp("pictwpstops", printer, argv[1], argv[2], argv[3], argv[4], argv[5], + filename, NULL); + perror("ERROR: Unable to exec pictwpstops"); + return (errno); + } + + close(fd); + + if (pid < 0) + { + /* + * Error! + */ + + perror("ERROR: Unable to fork pictwpstops"); + unlink(filename); + if (ppdfile) + unlink(ppdfile); + return (-1); + } + + /* + * Now wait for the filter to complete... + */ + + if (wait(&status) < 0) + { + perror("ERROR: Unable to wait for pictwpstops"); + close(fd); + unlink(filename); + if (ppdfile) + unlink(ppdfile); + return (-1); + } + + if (ppdfile) + unlink(ppdfile); + + close(fd); + + if (status) + { + if (status >= 256) + fprintf(stderr, "ERROR: pictwpstops exited with status %d!\n", + status / 256); + else + fprintf(stderr, "ERROR: pictwpstops exited on signal %d!\n", + status); + + unlink(filename); + return (status); + } + + /* + * Return with no errors.. + */ + + return (0); +} +#endif /* __APPLE__ */ + + +/* + * 'sigterm_handler()' - Handle 'terminate' signals that stop the backend. + */ + +static void +sigterm_handler(int sig) /* I - Signal */ +{ + (void)sig; /* remove compiler warnings... */ + + if (!job_cancelled) + { + /* + * Flag that the job should be cancelled... + */ + + job_cancelled = 1; + return; + } + + /* + * The scheduler already tried to cancel us once, now just terminate + * after removing our temp files! + */ + + if (tmpfilename[0]) + unlink(tmpfilename); + +#ifdef __APPLE__ + if (pstmpname[0]) + unlink(pstmpname); +#endif /* __APPLE__ */ + + exit(1); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/lpd.c b/backend/lpd.c new file mode 100644 index 0000000000..dc5d7356ce --- /dev/null +++ b/backend/lpd.c @@ -0,0 +1,1246 @@ +/* + * "$Id$" + * + * Line Printer Daemon backend for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Send a file to the printer or server. + * lpd_command() - Send an LPR command sequence and wait for a reply. + * lpd_queue() - Queue a file using the Line Printer Daemon protocol. + * lpd_timeout() - Handle timeout alarms... + * lpd_write() - Write a buffer of data to an LPD server. + * rresvport_af() - A simple implementation of rresvport_af(). + * sigterm_handler() - Handle 'terminate' signals that stop the backend. + */ + +/* + * Include necessary headers. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef WIN32 +# include +#else +# include +# include +# include +# include +#endif /* WIN32 */ +#ifdef __APPLE__ +# include +# include +#endif /* __APPLE__ */ + + +/* + * Globals... + */ + +static char tmpfilename[1024] = ""; /* Temporary spool file name */ +static int abort_job = 0; /* Non-zero if we get SIGTERM */ + + +/* + * The order for control and data files in LPD requests... + */ + +#define ORDER_CONTROL_DATA 0 /* Control file first, then data */ +#define ORDER_DATA_CONTROL 1 /* Data file first, then control */ + + +/* + * What to reserve... + */ + +#define RESERVE_NONE 0 /* Don't reserve a priviledged port */ +#define RESERVE_RFC1179 1 /* Reserve port 721-731 */ +#define RESERVE_ANY 2 /* Reserve port 1-1023 */ + + +/* + * Local functions... + */ + +static int lpd_command(int lpd_fd, int timeout, char *format, ...); +static int lpd_queue(const char *hostname, int port, const char *printer, + const char *filename, + const char *user, const char *title, int copies, + int banner, int format, int order, int reserve, + int manual_copies, int timeout, int contimeout); +static void lpd_timeout(int sig); +static int lpd_write(int lpd_fd, char *buffer, int length); +#ifndef HAVE_RRESVPORT_AF +static int rresvport_af(int *port, int family); +#endif /* !HAVE_RRESVPORT_AF */ +static void sigterm_handler(int sig); + + +/* + * 'main()' - Send a file to the printer or server. + * + * Usage: + * + * printer-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info */ + resource[1024], /* Resource info (printer name) */ + *options, /* Pointer to options */ + name[255], /* Name of option */ + value[255], /* Value of option */ + *ptr, /* Pointer into name or value */ + *filename, /* File to print */ + title[256]; /* Title string */ + int port; /* Port number */ + int status; /* Status of LPD job */ + int banner; /* Print banner page? */ + int format; /* Print format */ + int order; /* Order of control/data files */ + int reserve; /* Reserve priviledged port? */ + int sanitize_title; /* Sanitize title string? */ + int manual_copies, /* Do manual copies? */ + timeout, /* Timeout */ + contimeout, /* Connection timeout */ + copies; /* Number of copies */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE and catch SIGTERM signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); + sigset(SIGTERM, sigterm_handler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGTERM); + action.sa_handler = sigterm_handler; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); + signal(SIGTERM, sigterm_handler); +#endif /* HAVE_SIGSET */ + + /* + * Check command-line... + */ + + if (argc == 1) + { + puts("network lpd \"Unknown\" \"LPD/LPR Host or Printer\""); + return (CUPS_BACKEND_OK); + } + else if (argc < 6 || argc > 7) + { + fprintf(stderr, "Usage: %s job-id user title copies options [file]\n", + argv[0]); + return (CUPS_BACKEND_FAILED); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, copy stdin to a temporary file and print the temporary + * file. + */ + + if (argc == 6) + { + /* + * Copy stdin to a temporary file... + */ + + int fd; /* Temporary file */ + char buffer[8192]; /* Buffer for copying */ + int bytes; /* Number of bytes read */ + + + if ((fd = cupsTempFd(tmpfilename, sizeof(tmpfilename))) < 0) + { + perror("ERROR: unable to create temporary file"); + return (CUPS_BACKEND_FAILED); + } + + while ((bytes = fread(buffer, 1, sizeof(buffer), stdin)) > 0) + if (write(fd, buffer, bytes) < bytes) + { + perror("ERROR: unable to write to temporary file"); + close(fd); + unlink(tmpfilename); + return (CUPS_BACKEND_FAILED); + } + + close(fd); + filename = tmpfilename; + } + else + filename = argv[6]; + + /* + * Extract the hostname and printer name from the URI... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv), + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + if (!username[0]) + { + /* + * If no username is in the device URI, then use the print job user... + */ + + strlcpy(username, argv[2], sizeof(username)); + } + + /* + * See if there are any options... + */ + + banner = 0; + format = 'l'; + order = ORDER_CONTROL_DATA; + reserve = RESERVE_ANY; + manual_copies = 1; + timeout = 300; + contimeout = 7 * 24 * 60 * 60; + +#ifdef __APPLE__ + /* We want to pass utf-8 characters, not re-map them (3071945) */ + sanitize_title = 0; + + /* Get the default timeout from a system preference... */ + { + CFPropertyListRef pvalue; /* Preference value */ + SInt32 toval; /* Timeout value */ + + + pvalue = CFPreferencesCopyValue(CFSTR("timeout"), + CFSTR("com.apple.print.backends"), + kCFPreferencesAnyUser, + kCFPreferencesCurrentHost); + if (pvalue) + { + if (CFGetTypeID(pvalue) == CFNumberGetTypeID()) + { + CFNumberGetValue(pvalue, kCFNumberSInt32Type, &toval); + contimeout = (int)toval; + } + + CFRelease(pvalue); + } + } +#else + sanitize_title = 1; +#endif /* __APPLE__ */ + + if ((options = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the options... + */ + + *options++ = '\0'; + + /* + * Parse options... + */ + + while (*options) + { + /* + * Get the name... + */ + + for (ptr = name; *options && *options != '=';) + if (ptr < (name + sizeof(name) - 1)) + *ptr++ = *options++; + *ptr = '\0'; + + if (*options == '=') + { + /* + * Get the value... + */ + + options ++; + + for (ptr = value; *options && *options != '+' && *options != '&';) + if (ptr < (value + sizeof(value) - 1)) + *ptr++ = *options++; + *ptr = '\0'; + + if (*options == '+' || *options == '&') + options ++; + } + else + value[0] = '\0'; + + /* + * Process the option... + */ + + if (!strcasecmp(name, "banner")) + { + /* + * Set the banner... + */ + + banner = !value[0] || !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || !strcasecmp(value, "true"); + } + else if (!strcasecmp(name, "format") && value[0]) + { + /* + * Set output format... + */ + + if (strchr("cdfglnoprtv", value[0])) + format = value[0]; + else + fprintf(stderr, "ERROR: Unknown format character \"%c\"\n", value[0]); + } + else if (!strcasecmp(name, "order") && value[0]) + { + /* + * Set control/data order... + */ + + if (!strcasecmp(value, "control,data")) + order = ORDER_CONTROL_DATA; + else if (!strcasecmp(value, "data,control")) + order = ORDER_DATA_CONTROL; + else + fprintf(stderr, "ERROR: Unknown file order \"%s\"\n", value); + } + else if (!strcasecmp(name, "reserve")) + { + /* + * Set port reservation mode... + */ + + if (!value[0] || !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || !strcasecmp(value, "true") || + !strcasecmp(value, "rfc1179")) + reserve = RESERVE_RFC1179; + else if (!strcasecmp(value, "any")) + reserve = RESERVE_ANY; + else + reserve = RESERVE_NONE; + } + else if (!strcasecmp(name, "manual_copies")) + { + /* + * Set manual copies... + */ + + manual_copies = !value[0] || !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || !strcasecmp(value, "true"); + } + else if (!strcasecmp(name, "sanitize_title")) + { + /* + * Set sanitize title... + */ + + sanitize_title = !value[0] || !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || !strcasecmp(value, "true"); + } + else if (!strcasecmp(name, "timeout")) + { + /* + * Set the timeout... + */ + + if (atoi(value) > 0) + timeout = atoi(value); + } + else if (!strcasecmp(name, "contimeout")) + { + /* + * Set the timeout... + */ + + if (atoi(value) > 0) + contimeout = atoi(value); + } + } + } + + /* + * Sanitize the document title... + */ + + strlcpy(title, argv[3], sizeof(title)); + + if (sanitize_title) + { + /* + * Sanitize the title string so that we don't cause problems on + * the remote end... + */ + + for (ptr = title; *ptr; ptr ++) + if (!isalnum(*ptr & 255) && !isspace(*ptr & 255)) + *ptr = '_'; + } + + /* + * Queue the job... + */ + + if (argc > 6) + { + if (manual_copies) + { + manual_copies = atoi(argv[4]); + copies = 1; + } + else + { + manual_copies = 1; + copies = atoi(argv[4]); + } + + status = lpd_queue(hostname, port, resource + 1, filename, + username, title, copies, + banner, format, order, reserve, manual_copies, + timeout, contimeout); + + if (!status) + fprintf(stderr, "PAGE: 1 %d\n", atoi(argv[4])); + } + else + status = lpd_queue(hostname, port, resource + 1, filename, + username, title, 1, + banner, format, order, reserve, 1, + timeout, contimeout); + + /* + * Remove the temporary file if necessary... + */ + + if (tmpfilename[0]) + unlink(tmpfilename); + + /* + * Return the queue status... + */ + + return (status); +} + + +/* + * 'lpd_command()' - Send an LPR command sequence and wait for a reply. + */ + +static int /* O - Status of command */ +lpd_command(int fd, /* I - Socket connection to LPD host */ + int timeout, /* I - Seconds to wait for a response */ + char *format, /* I - printf()-style format string */ + ...) /* I - Additional args as necessary */ +{ + va_list ap; /* Argument pointer */ + char buf[1024]; /* Output buffer */ + int bytes; /* Number of bytes to output */ + char status; /* Status from command */ + + + /* + * Don't try to send commands if the job has been cancelled... + */ + + if (abort_job) + return (-1); + + /* + * Format the string... + */ + + va_start(ap, format); + bytes = vsnprintf(buf, sizeof(buf), format, ap); + va_end(ap); + + fprintf(stderr, "DEBUG: lpd_command %2.2x %s", buf[0], buf + 1); + + /* + * Send the command... + */ + + fprintf(stderr, "DEBUG: Sending command string (%d bytes)...\n", bytes); + + if (lpd_write(fd, buf, bytes) < bytes) + { + perror("ERROR: Unable to send LPD command"); + return (-1); + } + + /* + * Read back the status from the command and return it... + */ + + fprintf(stderr, "DEBUG: Reading command status...\n"); + + alarm(timeout); + + if (recv(fd, &status, 1, 0) < 1) + { + fprintf(stderr, "WARNING: Remote host did not respond with command " + "status byte after %d seconds!\n", timeout); + status = errno; + } + + alarm(0); + + fprintf(stderr, "DEBUG: lpd_command returning %d\n", status); + + return (status); +} + + +/* + * 'lpd_queue()' - Queue a file using the Line Printer Daemon protocol. + */ + +static int /* O - Zero on success, non-zero on failure */ +lpd_queue(const char *hostname, /* I - Host to connect to */ + int port, /* I - Port to connect on */ + const char *printer, /* I - Printer/queue name */ + const char *filename, /* I - File to print */ + const char *user, /* I - Requesting user */ + const char *title, /* I - Job title */ + int copies, /* I - Number of copies */ + int banner, /* I - Print LPD banner? */ + int format, /* I - Format specifier */ + int order, /* I - Order of data/control files */ + int reserve, /* I - Reserve ports? */ + int manual_copies, /* I - Do copies by hand... */ + int timeout, /* I - Timeout... */ + int contimeout) /* I - Connection timeout */ +{ + FILE *fp; /* Job file */ + char localhost[255]; /* Local host name */ + int error; /* Error number */ + struct stat filestats; /* File statistics */ + int lport; /* LPD connection local port */ + int fd; /* LPD socket */ + char control[10240], /* LPD control 'file' */ + *cptr; /* Pointer into control file string */ + char status; /* Status byte from command */ + char portname[255]; /* Port name */ + char addrname[256]; /* Address name */ + http_addrlist_t *addrlist, /* Address list */ + *addr; /* Socket address */ + int copy; /* Copies written */ + time_t start_time; /* Time of first connect */ +#ifdef __APPLE__ + int recoverable; /* Recoverable error shown? */ +#endif /* __APPLE__ */ + size_t nbytes; /* Number of bytes written */ + off_t tbytes; /* Total bytes written */ + char buffer[32768]; /* Output buffer */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Setup an alarm handler for timeouts... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGALRM, lpd_timeout); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = lpd_timeout; + sigaction(SIGALRM, &action, NULL); +#else + signal(SIGALRM, lpd_timeout); +#endif /* HAVE_SIGSET */ + + /* + * Find the printer... + */ + + sprintf(portname, "%d", port); + + if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portname)) == NULL) + { + fprintf(stderr, "ERROR: Unable to locate printer \'%s\'!\n", + hostname); + return (CUPS_BACKEND_STOP); + } + + /* + * Remember when we starting trying to connect to the printer... + */ + +#ifdef __APPLE__ + recoverable = 0; +#endif /* __APPLE__ */ + start_time = time(NULL); + + /* + * Loop forever trying to print the file... + */ + + while (!abort_job) + { + /* + * First try to reserve a port for this connection... + */ + + fputs("STATE: +connecting-to-device\n", stderr); + fprintf(stderr, "INFO: Attempting to connect to host %s for printer %s\n", + hostname, printer); + + for (lport = reserve == RESERVE_RFC1179 ? 732 : 1024, addr = addrlist;; + addr = addr->next) + { + /* + * Stop if this job has been cancelled... + */ + + if (abort_job) + { + httpAddrFreeList(addrlist); + + return (CUPS_BACKEND_FAILED); + } + + /* + * Choose the next priviledged port... + */ + + if (!addr) + addr = addrlist; + + lport --; + + if (lport < 721 && reserve == RESERVE_RFC1179) + lport = 731; + else if (lport < 1) + lport = 1023; + +#ifdef HAVE_GETEUID + if (geteuid() || !reserve) +#else + if (getuid() || !reserve) +#endif /* HAVE_GETEUID */ + { + /* + * Just create a regular socket... + */ + + if ((fd = socket(addr->addr.addr.sa_family, SOCK_STREAM, 0)) < 0) + { + perror("ERROR: Unable to create socket"); + sleep(1); + + continue; + } + + lport = 0; + } + else + { + /* + * We're running as root and want to comply with RFC 1179. Reserve a + * priviledged lport between 721 and 731... + */ + + if ((fd = rresvport_af(&lport, addr->addr.addr.sa_family)) < 0) + { + perror("ERROR: Unable to reserve port"); + sleep(1); + + continue; + } + } + + /* + * Connect to the printer or server... + */ + + if (abort_job) + { + httpAddrFreeList(addrlist); + + close(fd); + + return (CUPS_BACKEND_FAILED); + } + + if (!connect(fd, &(addr->addr.addr), httpAddrLength(&(addr->addr)))) + break; + + error = errno; + close(fd); + fd = -1; + + if (addr->next) + continue; + + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fprintf(stderr, "INFO: Unable to connect to %s, queuing on next printer in class...\n", + hostname); + + httpAddrFreeList(addrlist); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + + if (error == ECONNREFUSED || error == EHOSTDOWN || + error == EHOSTUNREACH) + { + if (contimeout && (time(NULL) - start_time) > contimeout) + { + fputs("ERROR: Printer not responding!\n", stderr); + return (CUPS_BACKEND_FAILED); + } + +#ifdef __APPLE__ + recoverable = 1; + fprintf(stderr, "WARNING: recoverable: " + "Network host \'%s\' is busy, down, or " + "unreachable; will retry in 30 seconds...\n", + hostname); +#else + fprintf(stderr, "WARNING: " + "Network host \'%s\' is busy, down, or " + "unreachable; will retry in 30 seconds...\n", + hostname); +#endif /* __APPLE__ */ + sleep(30); + } + else if (error == EADDRINUSE) + { + /* + * Try on another port... + */ + + sleep(1); + } + else + { +#ifdef __APPLE__ + recoverable = 1; + perror("ERROR: recoverable: " + "Unable to connect to printer; will retry in 30 seconds..."); +#else + perror("ERROR: " + "Unable to connect to printer; will retry in 30 seconds..."); +#endif /* __APPLE__ */ + sleep(30); + } + } + +#ifdef __APPLE__ + if (recoverable) + { + /* + * If we've shown a recoverable error make sure the printer proxies + * have a chance to see the recovered message. Not pretty but + * necessary for now... + */ + + fputs("INFO: recovered: \n", stderr); + sleep(5); + } +#endif /* __APPLE__ */ + + fputs("STATE: -connecting-to-device\n", stderr); + fprintf(stderr, "INFO: Connected to %s...\n", hostname); + +#ifdef AF_INET6 + if (addr->addr.addr.sa_family == AF_INET6) + fprintf(stderr, "DEBUG: Connected to [%s]:%d (IPv6) (local port %d)...\n", + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv6.sin6_port), lport); + else +#endif /* AF_INET6 */ + if (addr->addr.addr.sa_family == AF_INET) + fprintf(stderr, "DEBUG: Connected to %s:%d (IPv4) (local port %d)...\n", + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv4.sin_port), lport); + + /* + * Next, open the print file and figure out its size... + */ + + if (stat(filename, &filestats)) + { + httpAddrFreeList(addrlist); + close(fd); + + perror("ERROR: unable to stat print file"); + return (CUPS_BACKEND_FAILED); + } + + filestats.st_size *= manual_copies; + + if ((fp = fopen(filename, "rb")) == NULL) + { + httpAddrFreeList(addrlist); + close(fd); + + perror("ERROR: unable to open print file for reading"); + return (CUPS_BACKEND_FAILED); + } + + /* + * Send a job header to the printer, specifying no banner page and + * literal output... + */ + + if (lpd_command(fd, timeout, "\002%s\n", + printer)) /* Receive print job(s) */ + { + httpAddrFreeList(addrlist); + close(fd); + return (CUPS_BACKEND_FAILED); + } + + httpGetHostname(NULL, localhost, sizeof(localhost)); + + snprintf(control, sizeof(control), + "H%.31s\n" /* RFC 1179, Section 7.2 - host name <= 31 chars */ + "P%.31s\n" /* RFC 1179, Section 7.2 - user name <= 31 chars */ + "J%.99s\n", /* RFC 1179, Section 7.2 - job name <= 99 chars */ + localhost, user, title); + cptr = control + strlen(control); + + if (banner) + { + snprintf(cptr, sizeof(control) - (cptr - control), + "C%.31s\n" /* RFC 1179, Section 7.2 - class name <= 31 chars */ + "L%s\n", + localhost, user); + cptr += strlen(cptr); + } + + while (copies > 0) + { + snprintf(cptr, sizeof(control) - (cptr - control), "%cdfA%03d%.15s\n", + format, (int)getpid() % 1000, localhost); + cptr += strlen(cptr); + copies --; + } + + snprintf(cptr, sizeof(control) - (cptr - control), + "UdfA%03d%.15s\n" + "N%.131s\n", /* RFC 1179, Section 7.2 - sourcefile name <= 131 chars */ + (int)getpid() % 1000, localhost, title); + + fprintf(stderr, "DEBUG: Control file is:\n%s", control); + + if (order == ORDER_CONTROL_DATA) + { + if (lpd_command(fd, timeout, "\002%d cfA%03.3d%.15s\n", strlen(control), + (int)getpid() % 1000, localhost)) + { + httpAddrFreeList(addrlist); + close(fd); + + return (CUPS_BACKEND_FAILED); + } + + fprintf(stderr, "INFO: Sending control file (%u bytes)\n", + (unsigned)strlen(control)); + + if (lpd_write(fd, control, strlen(control) + 1) < (strlen(control) + 1)) + { + status = errno; + perror("ERROR: Unable to write control file"); + } + else + { + alarm(timeout); + + if (read(fd, &status, 1) < 1) + { + fprintf(stderr, "WARNING: Remote host did not respond with control " + "status byte after %d seconds!\n", timeout); + status = errno; + } + + alarm(0); + } + + if (status != 0) + fprintf(stderr, "ERROR: Remote host did not accept control file (%d)\n", + status); + else + fputs("INFO: Control file sent successfully\n", stderr); + } + else + status = 0; + + if (status == 0) + { + /* + * Send the print file... + */ + + if (lpd_command(fd, timeout, "\003" CUPS_LLFMT " dfA%03.3d%.15s\n", + CUPS_LLCAST filestats.st_size, (int)getpid() % 1000, + localhost)) + { + httpAddrFreeList(addrlist); + close(fd); + + return (CUPS_BACKEND_FAILED); + } + + fprintf(stderr, "INFO: Sending data file (" CUPS_LLFMT " bytes)\n", + CUPS_LLCAST filestats.st_size); + + tbytes = 0; + for (copy = 0; copy < manual_copies; copy ++) + { + rewind(fp); + + while ((nbytes = fread(buffer, 1, sizeof(buffer), fp)) > 0) + { + fprintf(stderr, "INFO: Spooling LPR job, %.0f%% complete...\n", + 100.0 * tbytes / filestats.st_size); + + if (lpd_write(fd, buffer, nbytes) < nbytes) + { + perror("ERROR: Unable to send print file to printer"); + break; + } + else + tbytes += nbytes; + } + } + + if (tbytes < filestats.st_size) + status = errno; + else if (lpd_write(fd, "", 1) < 1) + { + perror("ERROR: Unable to send trailing nul to printer"); + status = errno; + } + else + { + /* + * Read the status byte from the printer; if we can't read the byte + * back now, we should set status to "errno", however at this point + * we know the printer got the whole file and we don't necessarily + * want to requeue it over and over... + */ + + alarm(timeout); + + if (recv(fd, &status, 1, 0) < 1) + { + fprintf(stderr, "WARNING: Remote host did not respond with data " + "status byte after %d seconds!\n", timeout); + status = 0; + } + + alarm(0); + } + + if (status != 0) + fprintf(stderr, "ERROR: Remote host did not accept data file (%d)\n", + status); + else + fputs("INFO: Data file sent successfully\n", stderr); + } + + if (status == 0 && order == ORDER_DATA_CONTROL) + { + if (lpd_command(fd, timeout, "\002%d cfA%03.3d%.15s\n", strlen(control), + (int)getpid() % 1000, localhost)) + { + httpAddrFreeList(addrlist); + close(fd); + + return (CUPS_BACKEND_FAILED); + } + + fprintf(stderr, "INFO: Sending control file (%lu bytes)\n", + (unsigned long)strlen(control)); + + if (lpd_write(fd, control, strlen(control) + 1) < (strlen(control) + 1)) + { + status = errno; + perror("ERROR: Unable to write control file"); + } + else + { + alarm(timeout); + + if (read(fd, &status, 1) < 1) + { + fprintf(stderr, "WARNING: Remote host did not respond with control " + "status byte after %d seconds!\n", timeout); + status = errno; + } + + alarm(0); + } + + if (status != 0) + fprintf(stderr, "ERROR: Remote host did not accept control file (%d)\n", + status); + else + fputs("INFO: Control file sent successfully\n", stderr); + } + + /* + * Close the socket connection and input file... + */ + + close(fd); + fclose(fp); + + if (status == 0) + { + httpAddrFreeList(addrlist); + + return (CUPS_BACKEND_OK); + } + + /* + * Waiting for a retry... + */ + + sleep(30); + } + + httpAddrFreeList(addrlist); + + /* + * If we get here, then the job has been cancelled... + */ + + return (CUPS_BACKEND_FAILED); +} + + +/* + * 'lpd_timeout()' - Handle timeout alarms... + */ + +static void +lpd_timeout(int sig) /* I - Signal number */ +{ + (void)sig; + +#if !defined(HAVE_SIGSET) && !defined(HAVE_SIGACTION) + signal(SIGALRM, lpd_timeout); +#endif /* !HAVE_SIGSET && !HAVE_SIGACTION */ +} + + +/* + * 'lpd_write()' - Write a buffer of data to an LPD server. + */ + +static int /* O - Number of bytes written or -1 on error */ +lpd_write(int lpd_fd, /* I - LPD socket */ + char *buffer, /* I - Buffer to write */ + int length) /* I - Number of bytes to write */ +{ + int bytes, /* Number of bytes written */ + total; /* Total number of bytes written */ + + + if (abort_job) + return (-1); + + total = 0; + while ((bytes = send(lpd_fd, buffer, length - total, 0)) >= 0) + { + total += bytes; + buffer += bytes; + + if (total == length) + break; + } + + if (bytes < 0) + return (-1); + else + return (length); +} + + +#ifndef HAVE_RRESVPORT_AF +/* + * 'rresvport_af()' - A simple implementation of rresvport_af(). + */ + +static int /* O - Socket or -1 on error */ +rresvport_af(int *port, /* IO - Port number to bind to */ + int family) /* I - Address family */ +{ + http_addr_t addr; /* Socket address */ + int fd; /* Socket file descriptor */ + + + /* + * Try to create an IPv4 socket... + */ + + if ((fd = socket(family, SOCK_STREAM, 0)) < 0) + return (-1); + + /* + * Initialize the address buffer... + */ + + memset(&addr, 0, sizeof(addr)); + addr.addr.sa_family = family; + + /* + * Try to bind the socket to a reserved port... + */ + + while (*port > 511) + { + /* + * Set the port number... + */ + +# ifdef AF_INET6 + if (family == AF_INET6) + addr.ipv6.sin6_port = htons(*port); + else +# endif /* AF_INET6 */ + addr.ipv4.sin_port = htons(*port); + + /* + * Try binding the port to the socket; return if all is OK... + */ + + if (!bind(fd, (struct sockaddr *)&addr, sizeof(addr))) + return (fd); + + /* + * Stop if we have any error other than "address already in use"... + */ + + if (errno != EADDRINUSE) + { +# ifdef WIN32 + closesocket(fd); +# else + close(fd); +# endif /* WIN32 */ + + return (-1); + } + + /* + * Try the next port... + */ + + (*port)--; + } + + /* + * Wasn't able to bind to a reserved port, so close the socket and return + * -1... + */ + +# ifdef WIN32 + closesocket(fd); +# else + close(fd); +# endif /* WIN32 */ + + return (-1); +} +#endif /* !HAVE_RRESVPORT_AF */ + + +/* + * 'sigterm_handler()' - Handle 'terminate' signals that stop the backend. + */ + +static void +sigterm_handler(int sig) /* I - Signal */ +{ + (void)sig; /* remove compiler warnings... */ + + abort_job = 1; +} + + +/* + * End of "$Id$". + */ diff --git a/backend/pap.c b/backend/pap.c new file mode 100644 index 0000000000..bc7e0e17bd --- /dev/null +++ b/backend/pap.c @@ -0,0 +1,1598 @@ +/* +* "$Id$" +* +* © Copyright 2004 Apple Computer, Inc. All rights reserved. +* +* IMPORTANT: This Apple software is supplied to you by Apple Computer, +* Inc. ("Apple") in consideration of your agreement to the following +* terms, and your use, installation, modification or redistribution of +* this Apple software constitutes acceptance of these terms. If you do +* not agree with these terms, please do not use, install, modify or +* redistribute this Apple software. +* +* In consideration of your agreement to abide by the following terms, and +* subject to these terms, Apple grants you a personal, non-exclusive +* license, under AppleÕs copyrights in this original Apple software (the +* "Apple Software"), to use, reproduce, modify and redistribute the Apple +* Software, with or without modifications, in source and/or binary forms; +* provided that if you redistribute the Apple Software in its entirety and +* without modifications, you must retain this notice and the following +* text and disclaimers in all such redistributions of the Apple Software. +* Neither the name, trademarks, service marks or logos of Apple Computer, +* Inc. may be used to endorse or promote products derived from the Apple +* Software without specific prior written permission from Apple. Except +* as expressly stated in this notice, no other rights or licenses, express +* or implied, are granted by Apple herein, including but not limited to +* any patent rights that may be infringed by your derivative works or by +* other works in which the Apple Software may be incorporated. +* +* The Apple Software is provided by Apple on an "AS IS" basis. APPLE +* MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION +* THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS +* FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND +* OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS. +* +* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL +* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +* INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, +* MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED +* AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), +* STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE +* POSSIBILITY OF SUCH DAMAGE. +* +* +* This program implements the Printer Access Protocol (PAP) on top of AppleTalk +* Transaction Protocol (ATP). If it were to use the blocking pap functions of +* the AppleTalk library it would need seperate threads for reading, writing +* and status. +* +* Contents: +* +* main() - Send a file to the specified Appletalk printer. +* listDevices() - List all LaserWriter printers in the local zone. +* printFile() - Print file. +* papOpen() - Open a pap session to a printer. +* papClose() - Close a pap session. +* papWrite() - Write bytes to a printer. +* papCloseResp() - Send a pap close response. +* papSendRequest() - Fomrat and send a pap packet. +* papCancelRequest() - Cancel a pending pap request. +* statusUpdate() - Print printer status to stderr. +* parseUri() - Extract the print name and zone from a uri. +* addPercentEscapes() - Encode a string with percent escapes. +* removePercentEscapes - Remove percent escape sequences from a string. +* nbptuple_compare() - Compare routine for qsort. +* okayToUseAppleTalk() - Returns true if AppleTalk is available and enabled. +* packet_name() - Returns packet name string. +* connectTimeout() - Returns the connect timeout preference value. +* signalHandler() - handle SIGINT to close the session before quiting. +*/ + +#include + +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +#include +#include + +#include + +#ifdef HAVE_APPLETALK_AT_PROTO_H +# include +#else +/* These definitions come from at_proto.h... */ +# define ZIP_DEF_INTERFACE NULL +enum { RUNNING, NOTLOADED, LOADED, OTHERERROR }; + +extern int atp_abort(int fd, at_inet_t *dest, u_short tid); +extern int atp_close(int fd); +extern int atp_getreq(int fd, at_inet_t *src, char *buf, int *len, int *userdata, + int *xo, u_short *tid, u_char *bitmap, int nowait); +extern int atp_getresp(int fd, u_short *tid, at_resp_t *resp); +extern int atp_look(int fd); +extern int atp_open(at_socket *sock); +extern int atp_sendreq(int fd, at_inet_t *dest, char *buf, int len, + int userdata, int xo, int xo_relt, u_short *tid, + at_resp_t *resp, at_retry_t *retry, int nowait); +extern int atp_sendrsp(int fd, at_inet_t *dest, int xo, u_short tid, + at_resp_t *resp); +extern int checkATStack(); +extern int nbp_lookup(at_entity_t *entity, at_nbptuple_t *buf, int max, + at_retry_t *retry); +extern int nbp_make_entity(at_entity_t *entity, char *obj, char *type, + char *zone); +extern int zip_getmyzone(char *ifName, at_nvestr_t *zone); +#endif /* HAVE_APPLETALK_AT_PROTO_H */ + +#include +#include +#include + +/* Defines */ +#define MAX_PRINTERS 500 /* Max number of printers we can lookup */ +#define PAP_CONNID 0 +#define PAP_TYPE 1 +#define PAP_EOF 2 + +#define CONNID_OF(p) (((u_char *)&p)[0]) +#define TYPE_OF(p) (((u_char *)&p)[1]) +#define SEQUENCE_NUM(p) (((u_char *)&p)[2]) +#define IS_PAP_EOF(p) (((u_char *)&p)[2]) + +#ifndef true +#define true 1 +#define false 0 +#endif + +/* Globals */ +int gSockfd = 0; /* Socket descriptor */ +at_inet_t gSessionAddr = { 0 }; /* Address of the session responding socket */ +u_char gConnID = 0; /* PAP session connection id */ +u_short gSendDataID = 0; /* Transaction id of pending send-data request */ +u_short gTickleID = 0; /* Transaction id of outstanding tickle request*/ +int gWaitEOF = false; /* Option: wait for a remote's EOF */ +int gStatusInterval= 5; /* Option: 0=off else seconds between status requests*/ +int gErrorlogged = false; /* If an error was logged don't send any more INFO messages */ +int gDebug = 0; /* Option: emit debugging info */ + +/* Local functions */ +static int listDevices(void); +static int printFile(char* name, char* type, char* zone, int fdin, int fdout, + int fderr, int copies, int argc); +static int papOpen(at_nbptuple_t* tuple, u_char* connID, int* fd, + at_inet_t* pap_to, u_char* flowQuantum); +static int papClose(); +static int papWrite(int sockfd, at_inet_t* dest, u_short tid, u_char connID, + u_char flowQuantum, char* data, int len, int eof); +static int papCloseResp(int sockfd, at_inet_t* dest, int xo, u_short tid, + u_char connID); +static int papSendRequest(int sockfd, at_inet_t* dest, u_char connID, + int function, u_char bitmap, int xo, int seqno); +static int papCancelRequest(int sockfd, u_short tid); +static void statusUpdate(char* status, u_char statusLen); +static int parseUri(const char* argv0, char* name, char* type, char* zone); +static int addPercentEscapes(const char* src, char* dst, int dstMax); +static int removePercentEscapes(const char* src, char* dst, int dstMax); +static int nbptuple_compare(const void *p1, const void *p2); +static int okayToUseAppleTalk(void); +static const char *packet_name(u_char x); +static int connectTimeout(void); +static void signalHandler(int sigraised); + + +/*! + * @function main + * @abstract Send a file to the specified AppleTalk PAP address. + * + * Usage: printer-uri job-id user title copies options [file] + * + * @param argc # of arguments + * @param argv array of arguments + * + * @result A non-zero return value for errors + */ +int main (int argc, const char * argv[]) +{ + int err = 0; + FILE *fp; /* Print file */ + int copies; /* Number of copies to print */ + char name[NBP_NVE_STR_SIZE + 1]; /* +1 for a nul */ + char type[NBP_NVE_STR_SIZE + 1]; /* +1 for a nul */ + char zone[NBP_NVE_STR_SIZE + 1]; /* +1 for a nul */ + + /* Make sure status messages are not buffered... */ + setbuf(stderr, NULL); + + if (argc == 1 || (argc == 2 && strcmp(argv[1], "-discover") == 0)) + { + /* If listDevices() didn't find any devices or returns an error output a + * legacy style announcement. + * + */ + if (listDevices() <= 0) + puts("network pap \"Unknown\" \"AppleTalk Printer Access Protocol (pap)\""); + + return 0; + } + + if (argc < 6 || argc > 7) + { + fprintf(stderr, "argc = %d\n", argc); + for (err = 0; err < argc; err++) { + fprintf(stderr, "%02d:%s\n", err, argv[err]); + } + fprintf(stderr, "Usage: pap job-id user title copies options [file]\n"); + exit(EINVAL); + } + + /* If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + if (argc == 6) + { + fp = stdin; + copies = 1; + } + else + { + fprintf(stderr, "DEBUG: opening print file \"%s\"\n", argv[6]); + + /* Try to open the print file... */ + if ((fp = fopen(argv[6], "rb")) == NULL) + { + fprintf(stderr, "ERROR: unable to open print file \"%s\": %s\n", argv[6], strerror(errno)); + return (1); + } + + copies = atoi(argv[4]); + } + + /* Extract the device name and options from the URI... */ + parseUri(cupsBackendDeviceURI((char **)argv), name, type, zone); + + err = printFile(name, type, zone, fileno(fp), STDOUT_FILENO, STDERR_FILENO, copies, argc); + + if (fp != stdin) + fclose(fp); + + /* Only clear the last status if there wasn't an error */ + if (err == noErr && !gErrorlogged) + fprintf(stderr, "INFO:\n"); + + return err; +} + + +/*! + * @function listDevices + * @abstract Print a list of all LaserWriter type devices registered in the default zone. + * + * @result A non-zero return value for errors + */ +static int listDevices(void) +{ + int err = noErr; + int i; + int numberFound; + + at_nvestr_t at_zone; + at_entity_t entity; + at_nbptuple_t buf[MAX_PRINTERS]; + at_retry_t retry; + char name[NBP_NVE_STR_SIZE+1]; + char encodedName[(3 * NBP_NVE_STR_SIZE) + 1]; + char zone[NBP_NVE_STR_SIZE+1]; + char encodedZone[(3 * NBP_NVE_STR_SIZE) + 1]; + + /* Make sure it's okay to use appletalk */ + if (!okayToUseAppleTalk()) + { + fprintf(stderr, "ERROR: AppleTalk disabled in System Preferences\n"); + return -1; /* Network is down */ + } + + if ((err = zip_getmyzone(ZIP_DEF_INTERFACE, &at_zone)) != 0) + { + perror("ERROR: Unable to get default AppleTalk zone"); + return -2; + } + + memcpy(zone, at_zone.str, MIN(at_zone.len, sizeof(zone)-1)); + zone[MIN(at_zone.len, sizeof(zone)-1)] = '\0'; + + fprintf(stderr, "INFO: Using default AppleTalk zone \"%s\"\n", zone); + + addPercentEscapes(zone, encodedZone, sizeof(encodedZone)); + + /* Look up all the printers in our zone */ + nbp_make_entity(&entity, "=", "LaserWriter", zone); + retry.retries = 1; + retry.interval = 1; + retry.backoff = 1; + + if ((numberFound = nbp_lookup(&entity, buf, MAX_PRINTERS, &retry)) < 0) + { + perror("ERROR: Unable to lookup AppleTalk printers"); + return numberFound; + } + + if (numberFound >= MAX_PRINTERS) + fprintf(stderr, "WARNING: Adding only the first %d printers found", MAX_PRINTERS); + + /* Not required but sort them so they look nice */ + qsort(buf, numberFound, sizeof(at_nbptuple_t), nbptuple_compare); + + for (i = 0; i < numberFound; i++) + { + memcpy(name, buf[i].enu_entity.object.str, MIN(buf[i].enu_entity.object.len, sizeof(name)-1)); + name[MIN(buf[i].enu_entity.object.len, sizeof(name)-1)] = '\0'; + + if (addPercentEscapes(name, encodedName, sizeof(encodedName)) == 0) + { + /* Each line is of the form: "class URI "make model" "info" */ + char make_model[128], /* Make and model */ + *ptr; + + + if ((ptr = strchr(name, ' ')) != NULL) + { + /* + * If the printer name contains spaces, it is probably a make and + * model... + */ + + if (!strncmp(name, "ET00", 4)) + { + /* + * Drop leading ethernet address info... + */ + + strlcpy(make_model, ptr + 1, sizeof(make_model)); + } + else + strlcpy(make_model, name, sizeof(make_model)); + } + else + strcpy(make_model, "Unknown"); + + printf("network pap://%s/%s/LaserWriter \"%s\" \"%s AppleTalk\"\n", + encodedZone, encodedName, make_model, name); + } + } + return numberFound; +} + + +/*! + * @function printFile + * @abstract Open a PAP session and send the data from the input socket to the printer. + * + * @param name NBP name + * @param zone NBP zone + * @param type NBP type + * @param fdin File descriptor to read data from + * @param fdout File descriptor to write printer responses to + * @param fderr File descriptor to write printer status to + * @param copies # of copies to send (in case in the converter couldn't handle this for us). + * @param argc # of command line arguments. + * + * @result A non-zero return value for errors + */ +static int printFile(char* name, char* type, char* zone, int fdin, int fdout, int fderr, int copies, int argc) +{ + int err; + int rc; + int val; + int len, i; + + char fileBuffer[4096]; /* File buffer */ + int fileBufferNbytes; + off_t fileTbytes; + int fileEOFRead; + int fileEOFSent; + + char sockBuffer[4096 + 1]; /* Socket buffer with room for nul */ + char atpReqBuf[AT_PAP_DATA_SIZE]; + fd_set readSet; + + at_nbptuple_t tuple; + at_inet_t sendDataAddr; + at_inet_t src; + at_resp_t resp; + int userdata, xo, reqlen; + u_short tid; + u_char bitmap; + int maxfdp1, + nbp_failures = 0; + struct timeval timeout, *timeoutPtr; + u_char flowQuantum = 1; + u_short recvSequence = 0; + time_t now, + start_time, + elasped_time, + sleep_time, + connect_timeout = -1, + nextStatusTime = 0; + at_entity_t entity; + at_retry_t retry; + +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + /* try to find our printer */ + if ((err = nbp_make_entity(&entity, name, type, zone)) != noErr) + { + fprintf(stderr, "ERROR: Unable to make AppleTalk address: %s\n", strerror(errno)); + goto Exit; + } + + /* + * Remember when we started looking for the printer. + */ + + start_time = time(NULL); + + retry.interval = 1; + retry.retries = 5; + retry.backoff = 0; + + fprintf(stderr, "STATE: +connecting-to-device\n"); + + /* Loop forever trying to get an open session with the printer. */ + for (;;) + { + /* Make sure it's okay to use appletalk */ + if (okayToUseAppleTalk()) + { + /* Clear this printer-state-reason in case we've set it */ + fprintf(stderr, "STATE: -apple-appletalk-disabled-warning\n"); + + /* Resolve the name into an address. Returns the number found or an error */ + if ((err = nbp_lookup(&entity, &tuple, 1, &retry)) > 0) + { + if (err > 1) + fprintf(stderr, "DEBUG: Found more than one printer with the name \"%s\"\n", name); + + if (nbp_failures) + { + fprintf(stderr, "STATE: -apple-nbp-lookup-warning\n"); + nbp_failures = 0; + } + + /* Open a connection to the device */ + if ((err = papOpen(&tuple, &gConnID, &gSockfd, &gSessionAddr, &flowQuantum)) == 0) + break; + + fprintf(stderr, "WARNING: Unable to open \"%s:%s\": %s\n", name, zone, strerror(err)); + } + else + { + /* It's not unusual to have to call nbp_lookup() twice before it's sucessful... */ + if (++nbp_failures > 2) + { + retry.interval = 2; + retry.retries = 3; + fprintf(stderr, "STATE: +apple-nbp-lookup-warning\n"); + fprintf(stderr, "WARNING: Printer not responding\n"); + } + } + } + else + { + fprintf(stderr, "STATE: +apple-appletalk-disabled-warning\n"); + fprintf(stderr, "INFO: AppleTalk disabled in System Preferences.\n"); + } + + elasped_time = time(NULL) - start_time; + + if (connect_timeout == -1) + connect_timeout = connectTimeout(); + + if (connect_timeout && elasped_time > connect_timeout) + { + fprintf(stderr, "ERROR: Printer not responding\n"); + err = ETIMEDOUT; + goto Exit; /* Waiting too long... */ + } + else if (elasped_time < (30 * 60)) + sleep_time = 10; /* Waiting < 30 minutes */ + else if (elasped_time < (24 * 60 * 60)) + sleep_time = 30; /* Waiting < 24 hours */ + else + sleep_time = 60; /* Waiting > 24 hours */ + + fprintf(stderr, "DEBUG: sleeping %d seconds...\n", (int)sleep_time); + sleep(sleep_time); + } + + fprintf(stderr, "STATE: -connecting-to-device\n"); + + /* + * Now that we are connected to the printer ignore SIGTERM so that we + * can finish out any page data the driver sends (e.g. to eject the + * current page... if we are printing data from a file then catch the + * signal so we can send a PAP Close packet (otherwise you can't cancel + * raw jobs...) + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, (argc < 7) ? SIG_IGN : signalHandler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = (argc < 7) ? SIG_IGN : signalHandler; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, (argc < 7) ? SIG_IGN : signalHandler); + +#ifdef DEBUG + /* Makes debugging easier; otherwise printer will be busy for several minutes */ + signal(SIGINT, signalHandler); +#endif /* DEBUG */ + +#endif /* HAVE_SIGSET */ + + fprintf(stderr, "INFO: Sending data\n"); + + sendDataAddr = tuple.enu_addr; + + /* Start the tickle packets and set a timeout alarm */ + if ((err = papSendRequest(gSockfd, &gSessionAddr, gConnID, AT_PAP_TYPE_TICKLE, 0, false, false)) < 0) + { + perror("ERROR: Unable to send PAP tickle request"); + goto Exit; + } + signal(SIGALRM, signalHandler); + alarm(PAP_TIMEOUT); + + /* Prime the pump with an initial send-data packet */ + if ((err = papSendRequest(gSockfd, &gSessionAddr, gConnID, AT_PAP_TYPE_SEND_DATA, 0xFF, true, true)) < 0) + { + perror("ERROR: Unable to send initial PAP send data request"); + goto Exit; + } + + /* Set non-blocking mode on our data source descriptor */ + val = fcntl(fdin, F_GETFL, 0); + fcntl(fdin, F_SETFL, val | O_NONBLOCK); + + fileBufferNbytes = 0; + fileTbytes = 0; + fileEOFRead = fileEOFSent = false; + maxfdp1 = MAX(fdin, gSockfd) + 1; + + if (gStatusInterval != 0) + { + timeout.tv_usec = 0; + nextStatusTime = time(NULL) + gStatusInterval; + timeoutPtr = &timeout; + } + else + timeoutPtr = NULL; + + + for (;;) + { + /* Set up our descriptors for the select */ + FD_ZERO(&readSet); + FD_SET(gSockfd, &readSet); + + if (fileBufferNbytes == 0 && fileEOFRead == false) + FD_SET(fdin, &readSet); + + /* Set the select timeout value based on the next status interval */ + if (gStatusInterval != 0) + { + now = time(NULL); + timeout.tv_sec = (nextStatusTime > now) ? nextStatusTime - now : 1; + } + + /* Wait here for something interesting to happen */ + if ((err = select(maxfdp1, &readSet, 0, 0, timeoutPtr)) < 0) + { + perror("ERROR: select"); + break; + } + + if (err == 0 || (gStatusInterval != 0 && time(NULL) >= nextStatusTime)) + { + /* Time to send a status request */ + if ((err = papSendRequest(gSockfd, &tuple.enu_addr, 0, AT_PAP_TYPE_SEND_STATUS, 0x01, false, false)) < 0) + perror("WARNING: Unable to send PAP status request"); + + if (gStatusInterval) + nextStatusTime = time(NULL) + gStatusInterval; + } + + /* Was there an event on the input stream? */ + if (FD_ISSET(fdin, &readSet)) + { + FD_CLR(fdin, &readSet); + + assert(fileBufferNbytes == 0); + fileBufferNbytes = read(fdin, fileBuffer, MIN(sizeof(fileBuffer), AT_PAP_DATA_SIZE * flowQuantum)); + if (fileBufferNbytes == 0) + fileEOFRead = true; + + if (fileEOFSent == false && fileBufferNbytes >= 0 && gSendDataID != 0) + { + fprintf(stderr, "DEBUG: -> PAP_DATA %d bytes %s\n", fileBufferNbytes, fileEOFRead ? "with EOF" : ""); + papWrite(gSockfd, &sendDataAddr, gSendDataID, gConnID, flowQuantum, fileBuffer, fileBufferNbytes, fileEOFRead); + + fileTbytes += fileBufferNbytes; + if (argc > 6 && !gErrorlogged) + fprintf(stderr, "DEBUG: Sending print file, %qd bytes\n", (off_t)fileTbytes); + + fileBufferNbytes = 0; + gSendDataID = 0; + if (fileEOFRead) + { + fileEOFSent = true; + if (gWaitEOF == false || fileTbytes == 0) + { + err = 0; + goto Exit; + } + } + } + } + + /* Was there an event on the output stream? */ + if (FD_ISSET(gSockfd, &readSet)) + { + if ((rc = atp_look(gSockfd)) < 0) + { + perror("ERROR: Unable to look for PAP response"); + break; + } + + if (rc > 0) + { + /* It's an ATP response */ + resp.resp[0].iov_base = sockBuffer; + resp.resp[0].iov_len = sizeof(sockBuffer) - 1; + resp.bitmap = 0x01; + + if ((err = atp_getresp(gSockfd, &tid, &resp)) < 0) + { + perror("ERROR: Unable to get PAP response"); + break; + } + userdata = resp.userdata[0]; + } + else + { + /* It's an ATP request */ + reqlen = sizeof(atpReqBuf); + if ((err = atp_getreq(gSockfd, &src, atpReqBuf, &reqlen, &userdata, &xo, &tid, &bitmap, 0)) < 0) + { + perror("ERROR: Unable to get PAP request"); + break; + } + } + + fprintf(stderr, "DEBUG: <- %s\n", packet_name(TYPE_OF(userdata))); + + switch (TYPE_OF(userdata)) + { + case AT_PAP_TYPE_SEND_STS_REPLY: /* Send-Status-Reply packet */ + if (resp.bitmap & 1) + { + char *iov_base = (char *)resp.resp[0].iov_base; + statusUpdate(&iov_base[5], iov_base[4]); + } + break; + + case AT_PAP_TYPE_SEND_DATA: /* Send-Data packet */ + sendDataAddr.socket = src.socket; + gSendDataID = tid; + recvSequence = OSReadBigInt16(&SEQUENCE_NUM(userdata), 0); + + if ((fileBufferNbytes > 0 || fileEOFRead) && fileEOFSent == false) + { + fprintf(stderr, "DEBUG: -> PAP_DATA %d bytes %s\n", fileBufferNbytes, fileEOFRead ? "with EOF" : ""); + papWrite(gSockfd, &sendDataAddr, gSendDataID, gConnID, flowQuantum, fileBuffer, fileBufferNbytes, fileEOFRead); + + fileTbytes += fileBufferNbytes; + if (argc > 6 && !gErrorlogged) + fprintf(stderr, "DEBUG: Sending print file, %qd bytes\n", (off_t)fileTbytes); + + fileBufferNbytes = 0; + gSendDataID = 0; + if (fileEOFRead) + { + fileEOFSent = true; + if (gWaitEOF == false) + { + err = 0; + goto Exit; + } + } + } + break; + + case AT_PAP_TYPE_DATA: /* Data packet */ + for (len=0, i=0; i < ATP_TRESP_MAX; i++) + { + if (resp.bitmap & (1 << i)) + len += resp.resp[i].iov_len; + } + + fprintf(stderr, "DEBUG: <- PAP_DATA %d bytes %s\n", len, IS_PAP_EOF(userdata) ? "with EOF" : ""); + + if (len > 0) + { + char *pLineBegin, *pCommentEnd, *pChar; + char *logLevel; + char logstr[512]; + int logstrlen; + + cupsBackChannelWrite(sockBuffer, len, 1.0); + + sockBuffer[len] = '\0'; /* We always reserve room for the nul so we can use strstr() below*/ + pLineBegin = sockBuffer; + + /* If there are PostScript status comments in the buffer log them. + * + * This logic shouldn't be in the backend but until we get backchannel + * data in CUPS 1.2 it has to live here. + */ + while (pLineBegin < sockBuffer + len && + (pLineBegin = strstr(pLineBegin, "%%[")) != NULL && + (pCommentEnd = strstr(pLineBegin, "]%%")) != NULL) + { + pCommentEnd += 3; /* Skip past "]%%" */ + *pCommentEnd = '\0'; /* There's always room for the nul */ + + /* Strip the CRs & LFs before writing it to stderr */ + for (pChar = pLineBegin; pChar < pCommentEnd; pChar++) + if (*pChar == '\r' || *pChar == '\n') + *pChar = ' '; + + if (strncasecmp(pLineBegin, "%%[ Error:", 10) == 0) + { + /* logLevel should be "ERROR" here but this causes PrintCenter + * to pause the queue which in turn clears this error, which + * restarts the job. So the job ends up in an infinite loop with + * the queue being held/un-held. Just make it DEBUG for now until + * we fix notifications later. + */ + logLevel = "DEBUG"; + gErrorlogged = true; + } + else if (strncasecmp(pLineBegin, "%%[ Flushing", 12) == 0) + logLevel = "DEBUG"; + else + logLevel = "INFO"; + + if ((logstrlen = snprintf(logstr, sizeof(logstr), "%s: %s\n", logLevel, pLineBegin)) >= sizeof(logstr)) + { + /* If the string was trucnated make sure it has a linefeed before the nul */ + logstrlen = sizeof(logstr) - 1; + logstr[logstrlen - 1] = '\n'; + } + + write(fderr, logstr, logstrlen); + + pLineBegin = pCommentEnd + 1; + } + } + + if (IS_PAP_EOF(userdata) != 0) + { + /* If this is EOF then were we expecting it? */ + if (fileEOFSent == true) + goto Exit; + else + { + fprintf(stderr, "WARNING: Printer sent unexpected EOF\n"); + } + } + + if ((err = papSendRequest(gSockfd, &gSessionAddr, gConnID, AT_PAP_TYPE_SEND_DATA, 0xFF, true, true)) < 0) + { + fprintf(stderr, "ERROR: Error %d sending PAPSendData resuest: %s\n", err, strerror(errno)); + goto Exit; + } + break; + + case AT_PAP_TYPE_TICKLE: /* Tickle packet */ + break; + + case AT_PAP_TYPE_CLOSE_CONN: /* Close-Connection packet */ + /* We shouldn't normally see this. */ + papCloseResp(gSockfd, &gSessionAddr, xo, tid, gConnID); + + /* If this is EOF then were we expecting it? */ + if (fileEOFSent == true) + { + fprintf(stderr, "WARNING: Printer sent unexpected EOF\n"); + } + else + { + fprintf(stderr, "ERROR: Printer sent unexpected EOF\n"); + } + goto Exit; + break; + + case AT_PAP_TYPE_OPEN_CONN: /* Open-Connection packet */ + case AT_PAP_TYPE_OPEN_CONN_REPLY: /* Open-Connection-Reply packet */ + case AT_PAP_TYPE_SEND_STATUS: /* Send-Status packet */ + case AT_PAP_TYPE_CLOSE_CONN_REPLY: /* Close-Connection-Reply packet */ + fprintf(stderr, "WARNING: Unexpected PAP packet of type %d\n", TYPE_OF(userdata)); + break; + + default: + fprintf(stderr, "WARNING: Unknown PAP packet of type %d\n", TYPE_OF(userdata)); + break; + } + + if (CONNID_OF(userdata) == gConnID) + { + /* Reset tickle timer */ + alarm(0); + alarm(PAP_TIMEOUT); + } + } + } + +Exit: + /* + * Close the socket and return... + */ + papClose(); + + return err; +} + + +#pragma mark - +/*! + * @function papOpen + * @abstract Open a pap session to a printer. + * + * @param tuple nbp address of printer + * @param connID returned pap connection id + * @param fd returned socket descriptor + * @param sessionAddr returned session address + * @param flowQuantum returned flow quantum (usually 8) + * + * @result A non-zero return value for errors + */ +static int papOpen(at_nbptuple_t* tuple, u_char* connID, int* fd, + at_inet_t* sessionAddr, u_char* flowQuantum) +{ + int result, + open_result, + userdata, + atp_err; + time_t tm, + waitTime; + char data[10], + rdata[ATP_DATA_SIZE]; + u_char *puserdata; + at_socket socketfd; + at_resp_t resp; + at_retry_t retry; + + result = 0; + socketfd = 0; + puserdata = (u_char *)&userdata; + + fprintf(stderr, "INFO: Opening connection\n"); + + if ((*fd = atp_open(&socketfd)) < 0) + return -1; + + /* + * Build the open connection request packet. + */ + + tm = time(NULL); + srand(tm); + + *connID = (rand()&0xff) | 0x01; + puserdata[0] = *connID; + puserdata[1] = AT_PAP_TYPE_OPEN_CONN; + puserdata[2] = 0; + puserdata[3] = 0; + + retry.interval = 2; + retry.retries = 5; + + resp.bitmap = 0x01; + resp.resp[0].iov_base = rdata; + resp.resp[0].iov_len = sizeof(rdata); + + data[0] = socketfd; + data[1] = 8; + + for (;;) + { + waitTime = time(NULL) - tm; + OSWriteBigInt16(&data[2], 0, (u_short)waitTime); + + fprintf(stderr, "DEBUG: -> %s\n", packet_name(AT_PAP_TYPE_OPEN_CONN)); + + if ((atp_err = atp_sendreq(*fd, &tuple->enu_addr, data, 4, userdata, 1, 0, + 0, &resp, &retry, 0)) < 0) + { + statusUpdate("Destination unreachable", 23); + result = EHOSTUNREACH; + break; + } + + puserdata = (u_char *)&resp.userdata[0]; + open_result = OSReadBigInt16(&rdata[2], 0); + + fprintf(stderr, "DEBUG: <- %s, status %d\n", packet_name(puserdata[1]), + open_result); + + /* + * Just for the sake of our sanity check the other fields in the packet + */ + + if (puserdata[1] != AT_PAP_TYPE_OPEN_CONN_REPLY || + (open_result == 0 && (puserdata[0] & 0xff) != *connID)) + { + result = EINVAL; + break; + } + + statusUpdate(&rdata[5], rdata[4] & 0xff); + + /* + * if the connection established okay exit from the loop + */ + + if (open_result == 0) + break; + + sleep(1); + } + + if (result == 0) + { + /* Update the session address + */ + sessionAddr->net = tuple->enu_addr.net; + sessionAddr->node = tuple->enu_addr.node; + sessionAddr->socket = rdata[0]; + *flowQuantum = rdata[1]; + } + else + { + atp_close(*fd); + *fd = 0; + sleep(1); + } + + return result; +} + + +/*! + * @function papClose + * @abstract End a PAP session by canceling outstanding send-data & tickle + * transactions and sending a PAP close request. + * + * @result A non-zero return value for errors + */ +static int papClose() +{ + int fd; + u_short tmpID; + int result; + unsigned char rdata[ATP_DATA_SIZE]; + int userdata; + u_char *puserdata = (u_char *)&userdata; + at_resp_t resp; + at_retry_t retry; + + if (gSockfd != 0) + { + fd = gSockfd; + gSockfd = 0; + + alarm(0); + + /* Cancel the pending send-data and tickle trnsactions + */ + if (gSendDataID) + { + tmpID = gSendDataID; + gSendDataID = 0; + papCancelRequest(fd, tmpID); + } + + if (gTickleID) + { + tmpID = gTickleID; + gTickleID = 0; + papCancelRequest(fd, tmpID); + } + + /* This is a workaround for bug #2735145. The problem is papWrite() + * returns before the ATP TRel arrives for it. If we send the pap close packet + * before this release then the printer can drop the last data packets. + * The effect on an Epson printer is the last page doesn't print, on HP it + * doesn't close the pap session. + */ + if (gWaitEOF == false) + sleep(2); + + fprintf(stderr, "DEBUG: -> %s\n", packet_name(AT_PAP_TYPE_CLOSE_CONN)); + + puserdata[0] = gConnID; + puserdata[1] = AT_PAP_TYPE_CLOSE_CONN; + puserdata[2] = 0; + puserdata[3] = 0; + + retry.interval = 2; + retry.retries = 5; + + resp.bitmap = 0x01; + resp.resp[0].iov_base = rdata; + resp.resp[0].iov_len = sizeof(rdata); + + result = atp_sendreq(fd, &gSessionAddr, 0, 0, userdata, 1, 0, 0, &resp, &retry, 0); + + result = close(fd); + } + return noErr; +} + + +/*! + * @function papWrite + * @abstract Write bytes to a printer. + * + * @param sockfd socket descriptor + * @param dest destination address + * @param tid transaction id + * @param connID connection id + * @param flowQuantum returned flow quantum (usually 8) + * @param data pointer to the data + * @param len number of bytes to send + * @param eof pap eof flag + * + * @result A non-zero return value for errors + */ +static int papWrite(int sockfd, at_inet_t* dest, u_short tid, u_char connID, u_char flowQuantum, char* data, int len, int eof) +{ + int result; + int i; + u_char* puserdata; + at_resp_t resp; + + /* fprintf(stderr, "DEBUG: papWrite(%d%s) to %d,%d,%d; %d\n", len, eof ? " EOF":"", dest->net, dest->node, dest->socket, connID); */ + + if (len > AT_PAP_DATA_SIZE * flowQuantum) + { + fprintf(stderr, "DEBUG: papWrite() len of %d is too big!\n", len); + errno = E2BIG; + return -1; + } + + /* + * Break up the outgoing data into a set of + * response packets to reply to an incoming + * PAP 'SENDDATA' request + */ + for (i = 0; i < flowQuantum; i++) + { + resp.userdata[i] = 0; + puserdata = (u_char *)&resp.userdata[i]; + + puserdata[PAP_CONNID] = connID; + puserdata[PAP_TYPE] = AT_PAP_TYPE_DATA; + puserdata[PAP_EOF] = eof ? 1 : 0; + + resp.resp[i].iov_base = (caddr_t)data; + + if (data) + data += AT_PAP_DATA_SIZE; + + resp.resp[i].iov_len = MIN((int)len, (int)AT_PAP_DATA_SIZE); + len -= resp.resp[i].iov_len; + if (len == 0) + break; + } + resp.bitmap = (1 << (i + 1)) - 1; + + /* + * Write out the data as a PAP 'DATA' response + */ + errno = 0; + if ((result = atp_sendrsp(sockfd, dest, true, tid, &resp)) < 0) + { + fprintf(stderr, "DEBUG: atp_sendrsp() returns %d, errno %d \"%s\"\n", result, errno, strerror(errno)); + return -1; + } + return(0); +} + + +/*! + * @function papCloseResp + * @abstract Send a pap close response in the rare case we receive a close connection request. + * + * @param sockfd socket descriptor + * @param dest destination address + * @param tid transaction id + * @param connID connection id + * + * @result A non-zero return value for errors + */ +static int papCloseResp(int sockfd, at_inet_t* dest, int xo, u_short tid, u_char connID) +{ + int result; + at_resp_t resp; + + resp.bitmap = 1; + resp.userdata[0] = 0; + + ((u_char*)&resp.userdata[0])[PAP_CONNID] = connID; + ((u_char*)&resp.userdata[0])[PAP_TYPE] = AT_PAP_TYPE_CLOSE_CONN_REPLY; + + resp.resp[0].iov_base = NULL; + resp.resp[0].iov_len = 0; + + if ((result = atp_sendrsp(sockfd, dest, xo, tid, &resp)) < 0) + { + fprintf(stderr, "DEBUG: atp_sendrsp() returns %d, errno %d \"%s\"\n", result, errno, strerror(errno)); + return -1; + } + return 0; +} + + +/*! + * @function papSendRequest + * @abstract Send a pap close response in the rare case we receive a close connection request. + * + * @param sockfd socket descriptor + * @param dest destination address + * @param function pap function + * @param bitmap bitmap + * @param xo exactly once + * @param seqno sequence number + * + * @result A non-zero return value for errors + */ +static int papSendRequest(int sockfd, at_inet_t* dest, u_char connID, int function, u_char bitmap, int xo, int seqno) +{ + u_short tid; + int err; + sigset_t sv, osv; + int userdata; + u_char *puserdata = (u_char *)&userdata; + at_retry_t retry; + at_resp_t resp; + static u_short pap_send_count = 0; + + fprintf(stderr, "DEBUG: -> %s\n", packet_name(function)); + + puserdata[0] = connID; + puserdata[1] = function; + resp.bitmap = bitmap; + retry.interval = 10; + retry.retries = -1; /* was ATP_INFINITE_RETRIES */ + if (seqno) + { + pap_send_count++; + if (pap_send_count == 0) + pap_send_count = 1; + + OSWriteBigInt16(&puserdata[2], 0, pap_send_count); + } + else + OSWriteBigInt16(&puserdata[2], 0, 0); + + sigemptyset(&sv); + sigaddset(&sv, SIGIO); + sigprocmask(SIG_SETMASK, &sv, &osv); + + err = atp_sendreq(sockfd, dest, 0, 0, userdata, xo, 0, &tid, &resp, &retry, 1); + + sigprocmask(SIG_SETMASK, &osv, NULL); + + return err; +} + + +/*! + * @function papCancelRequest + * @abstract Cancel a pending pap request. + * + * @param sockfd socket descriptor + * @param tid transaction ID + * + * @result A non-zero return value for errors + */ +int papCancelRequest(int sockfd, u_short tid) +{ + sigset_t sv, osv; + + sigemptyset(&sv); + sigaddset(&sv, SIGIO); + sigprocmask(SIG_SETMASK, &sv, &osv); + + if (atp_abort(sockfd, NULL, tid) < 0) + { + sigprocmask(SIG_SETMASK, &osv, NULL); + return -1; + } + sigprocmask(SIG_SETMASK, &osv, NULL); + + return 0; +} + + +#pragma mark - +/*! + * @function statusUpdate + * @abstract Format and print a PAP status response to stderr. + * + * @param status The status response string + * @param statusLen The length of the status response string + */ +void statusUpdate(char* status, u_char statusLen) +{ + static char status_str[255]; + static u_char last_statusLen = 0xFF; + + /* Only send this if the status has changed */ + if (statusLen != last_statusLen || memcmp(status, status_str, statusLen) != 0) + { + if (statusLen > sizeof(status_str)-1) + statusLen = sizeof(status_str)-1; + last_statusLen = statusLen; + memcpy(status_str, status, statusLen); + status_str[(int)statusLen] = '\0'; + + /* + * Make sure the status string is in the form of a PostScript comment. + */ + + if (statusLen > 3 && memcmp(status, "%%[", 3) == 0) + fprintf(stderr, "INFO: %s\n", status_str); + else + fprintf(stderr, "INFO: %%%%[ %s ]%%%%\n", status_str); + } + return; +} + + +/*! + * @function parseUri + * @abstract Parse a PAP URI into it's NBP components. + * + * @param argv0 The PAP URI to parse + * @param name NBP name + * @param zone NBP zone + * @param type NBP type + * + * @result A non-zero return value for errors + */ +static int parseUri(const char* argv0, char* name, char* type, char* zone) +{ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info (not used) */ + resource[1024], /* Resource info (device and options) */ + *resourcePtr, + *typePtr, + *options, /* Pointer to options */ + optionName[255], /* Name of option */ + value[255], /* Value of option */ + *ptr; /* Pointer into name or value */ + int port; /* Port number (not used) */ + int statusInterval; /* */ + + /* + * Extract the device name and options from the URI... + */ + method[0] = username[0] = hostname[0] = resource[0] = '\0'; + port = 0; + + httpSeparateURI(HTTP_URI_CODING_NONE, argv0, method, sizeof(method), + username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + /* + * See if there are any options... + */ + if ((options = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the options... + */ + *options++ = '\0'; + + while (*options != '\0') + { + /* + * Get the name... + */ + for (ptr = optionName; *options && *options != '=' && *options != '+'; ) + *ptr++ = *options++; + + *ptr = '\0'; + value[0] = '\0'; + + if (*options == '=') + { + /* + * Get the value... + */ + + options ++; + + for (ptr = value; *options && *options != '+';) + *ptr++ = *options++; + + *ptr = '\0'; + + if (*options == '+') + options ++; + } + else if (*options == '+') + { + options ++; + } + + /* + * Process the option... + */ + if (strcasecmp(optionName, "waiteof") == 0) + { + /* + * Set the banner... + */ + if (strcasecmp(value, "on") == 0 || + strcasecmp(value, "yes") == 0 || + strcasecmp(value, "true") == 0) + { + gWaitEOF = true; + } + else if (strcasecmp(value, "off") == 0 || + strcasecmp(value, "no") == 0 || + strcasecmp(value, "false") == 0) + { + gWaitEOF = false; + } + else + { + fprintf(stderr, "WARNING: Boolean expected for waiteof option \"%s\"\n", value); + } + } + else if (strcasecmp(optionName, "status") == 0) + { + statusInterval = atoi(value); + if (value[0] < '0' || value[0] > '9' || + statusInterval < 0) + { + fprintf(stderr, "WARNING: number expected for status option \"%s\"\n", value); + } + else + { + gStatusInterval = statusInterval; + } + } + } + } + + resourcePtr = resource; + + if (*resourcePtr == '/') + resourcePtr++; + + /* If the resource has a slash we assume the slash seperates the AppleTalk object + * name from the AppleTalk type. If the slash is not present we assume the AppleTalk + * type is LaserWriter. + */ + typePtr = strchr(resourcePtr, '/'); + if (typePtr != NULL) { + *typePtr++ = '\0'; + } else { + typePtr = "LaserWriter"; + } + + removePercentEscapes(hostname, zone, NBP_NVE_STR_SIZE + 1); + removePercentEscapes(resourcePtr, name, NBP_NVE_STR_SIZE + 1); + removePercentEscapes(typePtr, type, NBP_NVE_STR_SIZE + 1); + + return 0; +} + + +/*! + * @function addPercentEscapes + * @abstract Encode a string with percent escapes + * + * @param src The source C string + * @param dst Desination buffer + * @param dstMax Size of desination buffer + * + * @result A non-zero return value for errors + */ +static int addPercentEscapes(const char* src, char* dst, int dstMax) +{ + char c; + char *dstEnd = dst + dstMax - 1; /* -1 to leave room for the NUL */ + + while (*src) + { + c = *src++; + + if ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') || + (c >= '0' && c <= '9') || (c == '.' || c == '-' || c == '*' || c == '_')) + { + if (dst >= dstEnd) + return -1; + + *dst++ = c; + } + else + { + if (dst >= dstEnd - 2) + return -1; + + snprintf(dst, dstEnd - dst, "%%%02x", c); + dst += 3; + } + } + + *dst = '\0'; + return 0; +} + + +/*! + * @function removePercentEscapes + * @abstract Returns a string with any percent escape sequences replaced with their equivalent character + * + * @param src Source buffer + * @param srclen Number of bytes in source buffer + * @param dst Desination buffer + * @param dstMax Size of desination buffer + * + * @result A non-zero return value for errors + */ +static int removePercentEscapes(const char* src, char* dst, int dstMax) +{ + int c; + const char *dstEnd = dst + dstMax; + + while (*src && dst < dstEnd) + { + c = *src++; + + if (c == '%') + { + sscanf(src, "%02x", &c); + src += 2; + } + *dst++ = (char)c; + } + + if (dst >= dstEnd) + return -1; + + *dst = '\0'; + return 0; +} + + +/*! + * @function nbptuple_compare + * @abstract An NBP comparator for qsort. + * + * @result p1p2: 1 + */ +int nbptuple_compare(const void *p1, const void *p2) +{ + int result; + int len = MIN(((at_nbptuple_t*)p1)->enu_entity.object.len, + ((at_nbptuple_t*)p2)->enu_entity.object.len); + + if ((result = memcmp(((at_nbptuple_t*)p1)->enu_entity.object.str, ((at_nbptuple_t*)p2)->enu_entity.object.str, len)) == 0) + { + if (((at_nbptuple_t*)p1)->enu_entity.object.len < ((at_nbptuple_t*)p2)->enu_entity.object.len) + result = -1; + else if (((at_nbptuple_t*)p1)->enu_entity.object.len > ((at_nbptuple_t*)p2)->enu_entity.object.len) + result = 1; + else + result = 0; + } + return result; +} + + +/*! + * @function okayToUseAppleTalk + * @abstract Returns true if AppleTalk is available and enabled. + * + * @result non-zero if AppleTalk is enabled + */ +static int okayToUseAppleTalk() +{ + int atStatus = checkATStack(); + + /* I think the test should be: + * return atStatus == RUNNING || atStatus == LOADED; + * but when I disable AppleTalk from the network control panel and + * reboot, AppleTalk shows up as loaded. The test empirically becomes + * the following: + */ + return atStatus == RUNNING; +} + + +/*! + * @function packet_name + * @abstract Returns packet name string. + * + * @result A string + */ +static const char *packet_name(u_char x) +{ + switch (x) + { + case AT_PAP_TYPE_OPEN_CONN: return "PAP_OPEN_CONN"; + case AT_PAP_TYPE_OPEN_CONN_REPLY: return "PAP_OPEN_CONN_REPLY"; + case AT_PAP_TYPE_SEND_DATA: return "PAP_SEND_DATA"; + case AT_PAP_TYPE_DATA: return "PAP_DATA"; + case AT_PAP_TYPE_TICKLE: return "PAP_TICKLE"; + case AT_PAP_TYPE_CLOSE_CONN: return "PAP_CLOSE_CONN"; + case AT_PAP_TYPE_CLOSE_CONN_REPLY: return "PAP_CLOSE_CONN_REPLY"; + case AT_PAP_TYPE_SEND_STATUS: return "PAP_SEND_STATUS"; + case AT_PAP_TYPE_SEND_STS_REPLY: return "PAP_SEND_STS_REPLY"; + case AT_PAP_TYPE_READ_LW: return "PAP_READ_LW"; + } + return ""; +} + + +/*! + * @function connectTimeout + * @abstract Returns the connect timeout preference value. + */ +static int connectTimeout() +{ + CFPropertyListRef value; + SInt32 connect_timeout = (7 * 24 * 60 * 60); /* Default timeout is one week... */ + + value = CFPreferencesCopyValue(CFSTR("timeout"), CFSTR("com.apple.print.backends"), + kCFPreferencesAnyUser, kCFPreferencesCurrentHost); + if (value != NULL) + { + if (CFGetTypeID(value) == CFNumberGetTypeID()) + CFNumberGetValue(value, kCFNumberSInt32Type, &connect_timeout); + + CFRelease(value); + } + + return connect_timeout; +} + + +/*! + * @function signalHandler + * @abstract A signal handler so we can clean up the pap session before exiting. + * + * @param sigraised The signal raised + * + * @result Never returns + */ +static void signalHandler(int sigraised) +{ + fprintf(stderr, "ERROR: There was a timeout error while sending data to the printer\n"); + + papClose(); + + _exit(1); +} diff --git a/backend/parallel.c b/backend/parallel.c new file mode 100644 index 0000000000..8418023c40 --- /dev/null +++ b/backend/parallel.c @@ -0,0 +1,602 @@ +/* + * "$Id$" + * + * Parallel port backend for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Send a file to the specified parallel port. + * list_devices() - List all parallel devices. + */ + +/* + * Include necessary headers. + */ + +#include "backend-private.h" + +#ifdef __hpux +# include +#else +# include +#endif /* __hpux */ + +#ifdef WIN32 +# include +#else +# include +# include +# include +# include +#endif /* WIN32 */ + +#ifdef __sgi +# include +# ifndef INV_EPP_ECP_PLP +# define INV_EPP_ECP_PLP 6 /* From 6.3/6.4/6.5 sys/invent.h */ +# define INV_ASO_SERIAL 14 /* serial portion of SGI ASO board */ +# define INV_IOC3_DMA 16 /* DMA mode IOC3 serial */ +# define INV_IOC3_PIO 17 /* PIO mode IOC3 serial */ +# define INV_ISA_DMA 19 /* DMA mode ISA serial -- O2 */ +# endif /* !INV_EPP_ECP_PLP */ +#endif /* __sgi */ + + +/* + * Local functions... + */ + +void list_devices(void); + + +/* + * 'main()' - Send a file to the specified parallel port. + * + * Usage: + * + * printer-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info (not used) */ + resource[1024], /* Resource info (device and options) */ + *options; /* Pointer to options */ + int port; /* Port number (not used) */ + int print_fd, /* Print file */ + device_fd, /* Parallel device */ + use_bc; /* Read back-channel data? */ + int copies; /* Number of copies to print */ + size_t tbytes; /* Total number of bytes written */ + struct termios opts; /* Parallel port options */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Check command-line... + */ + + if (argc == 1) + { + list_devices(); + return (CUPS_BACKEND_OK); + } + else if (argc < 6 || argc > 7) + { + fputs("Usage: parallel job-id user title copies options [file]\n", stderr); + return (CUPS_BACKEND_FAILED); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + { + print_fd = 0; + copies = 1; + } + else + { + /* + * Try to open the print file... + */ + + if ((print_fd = open(argv[6], O_RDONLY)) < 0) + { + perror("ERROR: unable to open print file"); + return (CUPS_BACKEND_FAILED); + } + + copies = atoi(argv[4]); + } + + /* + * Extract the device name and options from the URI... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv), + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + /* + * See if there are any options... + */ + + if ((options = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the options... + */ + + *options++ = '\0'; + } + + /* + * Open the parallel port device... + */ + + fputs("STATE: +connecting-to-device\n", stderr); + + do + { +#if defined(__linux) || defined(__FreeBSD__) + /* + * The Linux and FreeBSD parallel port drivers currently are broken WRT + * select() and bidirection I/O... + */ + + device_fd = open(resource, O_WRONLY | O_EXCL); + use_bc = 0; + +#else + if ((device_fd = open(resource, O_RDWR | O_EXCL)) < 0) + { + device_fd = open(resource, O_WRONLY | O_EXCL); + use_bc = 0; + } + else + use_bc = 1; +#endif /* __linux || __FreeBSD__ */ + + if (device_fd == -1) + { + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fputs("INFO: Unable to open parallel port, queuing on next printer " + "in class...\n", stderr); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + + if (errno == EBUSY) + { + fputs("INFO: Parallel port busy; will retry in 30 seconds...\n", + stderr); + sleep(30); + } + else if (errno == ENXIO || errno == EIO || errno == ENOENT) + { + fputs("INFO: Printer not connected; will retry in 30 seconds...\n", + stderr); + sleep(30); + } + else + { + fprintf(stderr, + "ERROR: Unable to open parallel port device file \"%s\": %s\n", + resource, strerror(errno)); + return (CUPS_BACKEND_FAILED); + } + } + } + while (device_fd < 0); + + fputs("STATE: -connecting-to-device\n", stderr); + + /* + * Set any options provided... + */ + + tcgetattr(device_fd, &opts); + + opts.c_lflag &= ~(ICANON | ECHO | ISIG); /* Raw mode */ + + /**** No options supported yet ****/ + + tcsetattr(device_fd, TCSANOW, &opts); + + /* + * Finally, send the print file... + */ + + tbytes = 0; + + while (copies > 0 && tbytes >= 0) + { + copies --; + + if (print_fd != 0) + { + fputs("PAGE: 1 1\n", stderr); + lseek(print_fd, 0, SEEK_SET); + } + + tbytes = backendRunLoop(print_fd, device_fd, use_bc); + + if (print_fd != 0 && tbytes >= 0) + fprintf(stderr, "INFO: Sent print file, " CUPS_LLFMT " bytes...\n", + CUPS_LLCAST tbytes); + } + + /* + * Close the socket connection and input file and return... + */ + + close(device_fd); + + if (print_fd != 0) + close(print_fd); + + return (tbytes < 0 ? CUPS_BACKEND_FAILED : CUPS_BACKEND_OK); +} + + +/* + * 'list_devices()' - List all parallel devices. + */ + +void +list_devices(void) +{ +#if defined(__hpux) || defined(__sgi) || defined(__sun) + static char *funky_hex = "0123456789abcdefghijklmnopqrstuvwxyz"; + /* Funky hex numbering used for some devices */ +#endif /* __hpux || __sgi || __sun */ + +#ifdef __linux + int i; /* Looping var */ + int fd; /* File descriptor */ + char device[255], /* Device filename */ + basedevice[255], /* Base device filename for ports */ + device_id[1024], /* Device ID string */ + make_model[1024]; /* Make and model */ + + + if (!access("/dev/parallel/", 0)) + strcpy(basedevice, "/dev/parallel/"); + else if (!access("/dev/printers/", 0)) + strcpy(basedevice, "/dev/printers/"); + else + strcpy(basedevice, "/dev/lp"); + + for (i = 0; i < 4; i ++) + { + /* + * Open the port, if available... + */ + + sprintf(device, "%s%d", basedevice, i); + if ((fd = open(device, O_RDWR | O_EXCL)) < 0) + fd = open(device, O_WRONLY); + + if (fd >= 0) + { + /* + * Now grab the IEEE 1284 device ID string... + */ + + if (!backendGetDeviceID(fd, device_id, sizeof(device_id), + make_model, sizeof(make_model), + NULL, NULL, 0)) + printf("direct parallel:%s \"%s\" \"%s LPT #%d\" \"%s\"\n", device, + make_model, make_model, i + 1, device_id); + else + printf("direct parallel:%s \"Unknown\" \"LPT #%d\"\n", device, i + 1); + + close(fd); + } + } +#elif defined(__sgi) + int i, j, n; /* Looping vars */ + char device[255]; /* Device filename */ + inventory_t *inv; /* Hardware inventory info */ + + + /* + * IRIX maintains a hardware inventory of most devices... + */ + + setinvent(); + + while ((inv = getinvent()) != NULL) + { + if (inv->inv_class == INV_PARALLEL && + (inv->inv_type == INV_ONBOARD_PLP || + inv->inv_type == INV_EPP_ECP_PLP)) + { + /* + * Standard parallel port... + */ + + puts("direct parallel:/dev/plp \"Unknown\" \"Onboard Parallel Port\""); + } + else if (inv->inv_class == INV_PARALLEL && + inv->inv_type == INV_EPC_PLP) + { + /* + * EPC parallel port... + */ + + printf("direct parallel:/dev/plp%d \"Unknown\" \"Integral EPC parallel port, Ebus slot %d\"\n", + inv->inv_controller, inv->inv_controller); + } + } + + endinvent(); + + /* + * Central Data makes serial and parallel "servers" that can be + * connected in a number of ways. Look for ports... + */ + + for (i = 0; i < 10; i ++) + for (j = 0; j < 8; j ++) + for (n = 0; n < 32; n ++) + { + if (i == 8) /* EtherLite */ + sprintf(device, "/dev/lpn%d%c", j, funky_hex[n]); + else if (i == 9) /* PCI */ + sprintf(device, "/dev/lpp%d%c", j, funky_hex[n]); + else /* SCSI */ + sprintf(device, "/dev/lp%d%d%c", i, j, funky_hex[n]); + + if (access(device, 0) == 0) + { + if (i == 8) + printf("direct parallel:%s \"Unknown\" \"Central Data EtherLite Parallel Port, ID %d, port %d\"\n", + device, j, n); + else if (i == 9) + printf("direct parallel:%s \"Unknown\" \"Central Data PCI Parallel Port, ID %d, port %d\"\n", + device, j, n); + else + printf("direct parallel:%s \"Unknown\" \"Central Data SCSI Parallel Port, logical bus %d, ID %d, port %d\"\n", + device, i, j, n); + } + } +#elif defined(__sun) + int i, j, n; /* Looping vars */ + char device[255]; /* Device filename */ + + + /* + * Standard parallel ports... + */ + + for (i = 0; i < 10; i ++) + { + sprintf(device, "/dev/ecpp%d", i); + if (access(device, 0) == 0) + printf("direct parallel:%s \"Unknown\" \"Sun IEEE-1284 Parallel Port #%d\"\n", + device, i + 1); + } + + for (i = 0; i < 10; i ++) + { + sprintf(device, "/dev/bpp%d", i); + if (access(device, 0) == 0) + printf("direct parallel:%s \"Unknown\" \"Sun Standard Parallel Port #%d\"\n", + device, i + 1); + } + + for (i = 0; i < 3; i ++) + { + sprintf(device, "/dev/lp%d", i); + + if (access(device, 0) == 0) + printf("direct parallel:%s \"Unknown\" \"PC Parallel Port #%d\"\n", + device, i + 1); + } + + /* + * MAGMA parallel ports... + */ + + for (i = 0; i < 40; i ++) + { + sprintf(device, "/dev/pm%02d", i); + if (access(device, 0) == 0) + printf("direct parallel:%s \"Unknown\" \"MAGMA Parallel Board #%d Port #%d\"\n", + device, (i / 10) + 1, (i % 10) + 1); + } + + /* + * Central Data parallel ports... + */ + + for (i = 0; i < 9; i ++) + for (j = 0; j < 8; j ++) + for (n = 0; n < 32; n ++) + { + if (i == 8) /* EtherLite */ + sprintf(device, "/dev/sts/lpN%d%c", j, funky_hex[n]); + else + sprintf(device, "/dev/sts/lp%c%d%c", i + 'C', j, + funky_hex[n]); + + if (access(device, 0) == 0) + { + if (i == 8) + printf("direct parallel:%s \"Unknown\" \"Central Data EtherLite Parallel Port, ID %d, port %d\"\n", + device, j, n); + else + printf("direct parallel:%s \"Unknown\" \"Central Data SCSI Parallel Port, logical bus %d, ID %d, port %d\"\n", + device, i, j, n); + } + } +#elif defined(__hpux) + int i, j, n; /* Looping vars */ + char device[255]; /* Device filename */ + + + /* + * Standard parallel ports... + */ + + if (access("/dev/rlp", 0) == 0) + puts("direct parallel:/dev/rlp \"Unknown\" \"Standard Parallel Port (/dev/rlp)\""); + + for (i = 0; i < 7; i ++) + for (j = 0; j < 7; j ++) + { + sprintf(device, "/dev/c%dt%dd0_lp", i, j); + if (access(device, 0) == 0) + printf("direct parallel:%s \"Unknown\" \"Parallel Port #%d,%d\"\n", + device, i, j); + } + + /* + * Central Data parallel ports... + */ + + for (i = 0; i < 9; i ++) + for (j = 0; j < 8; j ++) + for (n = 0; n < 32; n ++) + { + if (i == 8) /* EtherLite */ + sprintf(device, "/dev/lpN%d%c", j, funky_hex[n]); + else + sprintf(device, "/dev/lp%c%d%c", i + 'C', j, + funky_hex[n]); + + if (access(device, 0) == 0) + { + if (i == 8) + printf("direct parallel:%s \"Unknown\" \"Central Data EtherLite Parallel Port, ID %d, port %d\"\n", + device, j, n); + else + printf("direct parallel:%s \"Unknown\" \"Central Data SCSI Parallel Port, logical bus %d, ID %d, port %d\"\n", + device, i, j, n); + } + } +#elif defined(__osf__) + int i; /* Looping var */ + int fd; /* File descriptor */ + char device[255]; /* Device filename */ + + + for (i = 0; i < 3; i ++) + { + sprintf(device, "/dev/lp%d", i); + if ((fd = open(device, O_WRONLY)) >= 0) + { + close(fd); + printf("direct parallel:%s \"Unknown\" \"Parallel Port #%d\"\n", device, i + 1); + } + } +#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + int i; /* Looping var */ + int fd; /* File descriptor */ + char device[255]; /* Device filename */ + + + for (i = 0; i < 3; i ++) + { + sprintf(device, "/dev/lpt%d", i); + if ((fd = open(device, O_WRONLY)) >= 0) + { + close(fd); + printf("direct parallel:%s \"Unknown\" \"Parallel Port #%d (interrupt-driven)\"\n", device, i + 1); + } + + sprintf(device, "/dev/lpa%d", i); + if ((fd = open(device, O_WRONLY)) >= 0) + { + close(fd); + printf("direct parallel:%s \"Unknown\" \"Parallel Port #%d (polled)\"\n", device, i + 1); + } + } +#elif defined(_AIX) + int i; /* Looping var */ + int fd; /* File descriptor */ + char device[255]; /* Device filename */ + + + for (i = 0; i < 8; i ++) + { + sprintf(device, "/dev/lp%d", i); + if ((fd = open(device, O_WRONLY)) >= 0) + { + close(fd); + printf("direct parallel:%s \"Unknown\" \"Parallel Port #%d\"\n", device, i + 1); + } + } +#endif +} + + +/* + * End of "$Id$". + */ diff --git a/backend/runloop.c b/backend/runloop.c new file mode 100644 index 0000000000..67dc0ed53f --- /dev/null +++ b/backend/runloop.c @@ -0,0 +1,262 @@ +/* + * "$Id$" + * + * Common run loop API for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * backendRunLoop() - Read and write print and back-channel data. + */ + +/* + * Include necessary headers. + */ + +#include "backend-private.h" +#ifdef __hpux +# include +#else +# include +#endif /* __hpux */ + + +/* + * 'backendRunLoop()' - Read and write print and back-channel data. + */ + +ssize_t /* O - Total bytes on success, -1 on error */ +backendRunLoop(int print_fd, /* I - Print file descriptor */ + int device_fd, /* I - Device file descriptor */ + int use_bc) /* I - Use back-channel? */ +{ + int nfds; /* Maximum file descriptor value + 1 */ + fd_set input, /* Input set for reading */ + output; /* Output set for writing */ + ssize_t print_bytes, /* Print bytes read */ + bc_bytes, /* Backchannel bytes read */ + total_bytes, /* Total bytes written */ + bytes; /* Bytes written */ + int paperout; /* "Paper out" status */ + int offline; /* "Off-line" status */ + char print_buffer[8192], /* Print data buffer */ + *print_ptr, /* Pointer into print data buffer */ + bc_buffer[1024]; /* Back-channel data buffer */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + fprintf(stderr, "DEBUG: backendRunLoop(print_fd=%d, device_fd=%d, use_bc=%d)\n", + print_fd, device_fd, use_bc); + + /* + * If we are printing data from a print driver on stdin, ignore SIGTERM + * so that the driver can finish out any page data, e.g. to eject the + * current page. We only do this for stdin printing as otherwise there + * is no way to cancel a raw print job... + */ + + if (!print_fd) + { +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, SIG_IGN); +#endif /* HAVE_SIGSET */ + } + + /* + * Figure out the maximum file descriptor value to use with select()... + */ + + nfds = (print_fd > device_fd ? print_fd : device_fd) + 1; + + /* + * Now loop until we are out of data from print_fd... + */ + + for (print_bytes = 0, print_ptr = print_buffer, offline = 0, paperout = 0, total_bytes = 0;;) + { + /* + * Use select() to determine whether we have data to copy around... + */ + + FD_ZERO(&input); + if (!print_bytes) + FD_SET(print_fd, &input); + if (use_bc) + FD_SET(device_fd, &input); + + FD_ZERO(&output); + if (print_bytes || !use_bc) + FD_SET(device_fd, &output); + + if (use_bc) + { + if (select(nfds, &input, &output, NULL, NULL) < 0) + { + /* + * Pause printing to clear any pending errors... + */ + + if (errno == ENXIO && !offline) + { + fputs("STATE: +offline-error\n", stderr); + fputs("INFO: Printer is currently off-line.\n", stderr); + offline = 1; + } + + sleep(1); + continue; + } + } + + /* + * Check if we have back-channel data ready... + */ + + if (FD_ISSET(device_fd, &input)) + { + if ((bc_bytes = read(device_fd, bc_buffer, sizeof(bc_buffer))) > 0) + { + fprintf(stderr, + "DEBUG: Received " CUPS_LLFMT " bytes of back-channel data!\n", + CUPS_LLCAST bc_bytes); + cupsBackChannelWrite(bc_buffer, bc_bytes, 1.0); + } + } + + /* + * Check if we have print data ready... + */ + + if (FD_ISSET(print_fd, &input)) + { + if ((print_bytes = read(print_fd, print_buffer, + sizeof(print_buffer))) < 0) + { + /* + * Read error - bail if we don't see EAGAIN or EINTR... + */ + + if (errno != EAGAIN || errno != EINTR) + { + perror("ERROR: Unable to read print data"); + return (-1); + } + + print_bytes = 0; + } + else if (print_bytes == 0) + { + /* + * End of file, break out of the loop... + */ + + break; + } + + print_ptr = print_buffer; + + fprintf(stderr, "DEBUG: Read %d bytes of print data...\n", + (int)print_bytes); + } + + /* + * Check if the device is ready to receive data and we have data to + * send... + */ + + if (print_bytes && FD_ISSET(device_fd, &output)) + { + if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0) + { + /* + * Write error - bail if we don't see an error we can retry... + */ + + if (errno == ENOSPC) + { + if (!paperout) + { + fputs("ERROR: Out of paper!\n", stderr); + fputs("STATE: +media-empty-error\n", stderr); + paperout = 1; + } + } + else if (errno == ENXIO) + { + if (!offline) + { + fputs("STATE: +offline-error\n", stderr); + fputs("INFO: Printer is currently off-line.\n", stderr); + offline = 1; + } + } + else if (errno != EAGAIN && errno != EINTR && errno != ENOTTY) + { + perror("ERROR: Unable to write print data"); + return (-1); + } + } + else + { + if (paperout) + { + fputs("STATE: -media-empty-error\n", stderr); + paperout = 0; + } + + if (offline) + { + fputs("STATE: -offline-error\n", stderr); + fputs("INFO: Printer is now on-line.\n", stderr); + offline = 0; + } + + fprintf(stderr, "DEBUG: Wrote %d bytes of print data...\n", (int)bytes); + + print_bytes -= bytes; + print_ptr += bytes; + total_bytes += bytes; + } + } + } + + /* + * Return with success... + */ + + return (total_bytes); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/scsi-irix.c b/backend/scsi-irix.c new file mode 100644 index 0000000000..ae9be69143 --- /dev/null +++ b/backend/scsi-irix.c @@ -0,0 +1,235 @@ +/* + * "$Id$" + * + * IRIX SCSI printer support for the Common UNIX Printing System (CUPS). + * + * Copyright 2003-2005 by Easy Software Products, all rights reserved. + * + * Redistribution and use in source and binary forms, with or + * without modification, are permitted provided that the + * following conditions are met: + * + * 1. Redistributions of source code must retain the above + * copyright notice, this list of conditions and the + * following disclaimer. + * + * 2. Redistributions in binary form must reproduce the + * above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or + * other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use + * of this software must display the following + * acknowledgement: + * + * This product includes software developed by Easy + * Software Products. + * + * 4. The name of Easy Software Products may not be used to + * endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * Contents: + * + * list_devices() - List the available SCSI printer devices. + * print_device() - Print a file to a SCSI device. + */ + +/* + * Include necessary headers. + */ + +#include /* memcpy() and friends */ +#include /* SCSI interface stuff */ + + +/* + * 'list_devices()' - List the available SCSI printer devices. + */ + +void +list_devices(void) +{ + puts("direct scsi \"Unknown\" \"SCSI Printer\""); +} + + +/* + * 'print_device()' - Print a file to a SCSI device. + */ + +int /* O - Print status */ +print_device(const char *resource, /* I - SCSI device */ + int fd, /* I - File to print */ + int copies) /* I - Number of copies to print */ +{ + int scsi_fd; /* SCSI file descriptor */ + char buffer[8192]; /* Data buffer */ + int bytes; /* Number of bytes */ + int try; /* Current try */ + dsreq_t scsi_req; /* SCSI request */ + char scsi_cmd[6]; /* SCSI command data */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure we have a valid resource name... + */ + + if (strncmp(resource, "/dev/scsi/", 10) != 0) + { + fprintf(stderr, "ERROR: Bad SCSI device file \"%s\"!\n", resource); + return (CUPS_BACKEND_STOP); + } + + /* + * Open the SCSI device file... + */ + + fputs("STATE: +connecting-to-device\n", stderr); + + do + { + if ((scsi_fd = open(resource, O_RDWR | O_EXCL)) == -1) + { + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fputs("INFO: Unable to open SCSI device, queuing on next printer in class...\n", + stderr); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (1); + } + + if (errno != EAGAIN && errno != EBUSY) + { + fprintf(stderr, "ERROR: Unable to open SCSI device \"%s\" - %s\n", + resource, strerror(errno)); + return (CUPS_BACKEND_FAILED); + } + else + { + fprintf(stderr, "INFO: SCSI device \"%s\" busy; retrying...\n", + resource); + sleep(30); + } + } + } + while (scsi_fd == -1); + + fputs("STATE: -connecting-to-device\n", stderr); + + /* + * Now that we are "connected" to the port, ignore SIGTERM so that we + * can finish out any page data the driver sends (e.g. to eject the + * current page... Only ignore SIGTERM if we are printing data from + * stdin (otherwise you can't cancel raw jobs...) + */ + + if (fd != 0) + { +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, SIG_IGN); +#endif /* HAVE_SIGSET */ + } + + /* + * Copy the print file to the device... + */ + + while (copies > 0) + { + if (fd != 0) + lseek(fd, 0, SEEK_SET); + + while ((bytes = read(fd, buffer, sizeof(buffer))) > 0) + { + memset(&scsi_req, 0, sizeof(scsi_req)); + + scsi_req.ds_flags = DSRQ_WRITE; + scsi_req.ds_time = 60 * 1000; + scsi_req.ds_cmdbuf = scsi_cmd; + scsi_req.ds_cmdlen = 6; + scsi_req.ds_databuf = buffer; + scsi_req.ds_datalen = bytes; + + scsi_cmd[0] = 0x0a; /* Group 0 print command */ + scsi_cmd[1] = 0x00; + scsi_cmd[2] = bytes / 65536; + scsi_cmd[3] = bytes / 256; + scsi_cmd[4] = bytes; + scsi_cmd[5] = 0x00; + + for (try = 0; try < 10; try ++) + if (ioctl(scsi_fd, DS_ENTER, &scsi_req) < 0 || + scsi_req.ds_status != 0) + { + fprintf(stderr, "WARNING: SCSI command timed out (%d); retrying...\n", + scsi_req.ds_status); + sleep(try + 1); + } + else + break; + + if (try >= 10) + { + fprintf(stderr, "ERROR: Unable to send print data (%d)\n", + scsi_req.ds_status); + close(scsi_fd); + return (CUPS_BACKEND_FAILED); + } + } + + copies --; + } + + /* + * Close the device and return... + */ + + close(fd); + + return (CUPS_BACKEND_OK); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/scsi-linux.c b/backend/scsi-linux.c new file mode 100644 index 0000000000..763977d3e5 --- /dev/null +++ b/backend/scsi-linux.c @@ -0,0 +1,253 @@ +/* + * "$Id$" + * + * Linux SCSI printer support for the Common UNIX Printing System (CUPS). + * + * Copyright 2003-2005 by Easy Software Products, all rights reserved. + * + * Redistribution and use in source and binary forms, with or + * without modification, are permitted provided that the + * following conditions are met: + * + * 1. Redistributions of source code must retain the above + * copyright notice, this list of conditions and the + * following disclaimer. + * + * 2. Redistributions in binary form must reproduce the + * above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or + * other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use + * of this software must display the following + * acknowledgement: + * + * This product includes software developed by Easy + * Software Products. + * + * 4. The name of Easy Software Products may not be used to + * endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * Contents: + * + * list_devices() - List the available SCSI printer devices. + * print_device() - Print a file to a SCSI device. + */ + +/* + * Include necessary headers. + */ + +#include + + +/* + * We currently only support the Linux 2.4 generic SCSI interface. + */ + +#ifndef SG_DXFER_TO_DEV +/* + * Dummy functions that do nothing on unsupported platforms... + */ +void list_devices(void) {} +int print_device(const char *resource, int fd, int copies) { return (1); } +#else + + +/* + * 'list_devices()' - List the available SCSI printer devices. + */ + +void +list_devices(void) +{ + puts("direct scsi \"Unknown\" \"SCSI Printer\""); +} + + +/* + * 'print_device()' - Print a file to a SCSI device. + */ + +int /* O - Print status */ +print_device(const char *resource, /* I - SCSI device */ + int fd, /* I - File to print */ + int copies) /* I - Number of copies to print */ +{ + int scsi_fd; /* SCSI file descriptor */ + char buffer[8192]; /* Data buffer */ + int bytes; /* Number of bytes */ + int try; /* Current try */ + sg_io_hdr_t scsi_req; /* SCSI request */ + unsigned char scsi_cmd[6], /* SCSI command data */ + scsi_sense[32]; /* SCSI sense data */ +# if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +# endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure we have a valid resource name... + */ + + if (strncmp(resource, "/dev/sg", 7) != 0) + { + fprintf(stderr, "ERROR: Bad SCSI device file \"%s\"!\n", resource); + return (CUPS_BACKEND_STOP); + } + + /* + * Open the SCSI device file... + */ + + fputs("STATE: +connecting-to-device\n", stderr); + + do + { + if ((scsi_fd = open(resource, O_RDWR | O_EXCL)) == -1) + { + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fputs("INFO: Unable to open SCSI device, queuing on next printer in class...\n", + stderr); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + + if (errno != EAGAIN && errno != EBUSY) + { + fprintf(stderr, "ERROR: Unable to open SCSI device \"%s\" - %s\n", + resource, strerror(errno)); + return (CUPS_BACKEND_FAILED); + } + else + { + fprintf(stderr, "INFO: SCSI device \"%s\" busy; retrying...\n", + resource); + sleep(30); + } + } + } + while (scsi_fd == -1); + + fputs("STATE: -connecting-to-device\n", stderr); + + /* + * Now that we are "connected" to the port, ignore SIGTERM so that we + * can finish out any page data the driver sends (e.g. to eject the + * current page... Only ignore SIGTERM if we are printing data from + * stdin (otherwise you can't cancel raw jobs...) + */ + + if (fd != 0) + { +# ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +# elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +# else + signal(SIGTERM, SIG_IGN); +# endif /* HAVE_SIGSET */ + } + + /* + * Copy the print file to the device... + */ + + while (copies > 0) + { + if (fd != 0) + lseek(fd, 0, SEEK_SET); + + while ((bytes = read(fd, buffer, sizeof(buffer))) > 0) + { + memset(&scsi_req, 0, sizeof(scsi_req)); + + scsi_req.interface_id = 'S'; + scsi_req.dxfer_direction = SG_DXFER_TO_DEV; + scsi_req.cmd_len = 6; + scsi_req.mx_sb_len = sizeof(scsi_sense); + scsi_req.iovec_count = 0; + scsi_req.dxfer_len = bytes; + scsi_req.dxferp = buffer; + scsi_req.cmdp = scsi_cmd; + scsi_req.sbp = scsi_sense; + scsi_req.timeout = 60 * 1000; + + scsi_cmd[0] = 0x0a; /* Group 0 print command */ + scsi_cmd[1] = 0x00; + scsi_cmd[2] = bytes / 65536; + scsi_cmd[3] = bytes / 256; + scsi_cmd[4] = bytes; + scsi_cmd[5] = 0x00; + + for (try = 0; try < 10; try ++) + if (ioctl(scsi_fd, SG_IO, &scsi_req) < 0 || + scsi_req.status != 0) + { + fprintf(stderr, "WARNING: SCSI command timed out (%d); retrying...\n", + scsi_req.status); + sleep(try + 1); + } + else + break; + + if (try >= 10) + { + fprintf(stderr, "ERROR: Unable to send print data (%d)\n", + scsi_req.status); + close(scsi_fd); + return (CUPS_BACKEND_FAILED); + } + } + + copies --; + } + + /* + * Close the device and return... + */ + + close(fd); + + return (CUPS_BACKEND_OK); +} +#endif /* !SG_DXFER_TO_DEV */ + + +/* + * End of "$Id$". + */ diff --git a/backend/scsi.c b/backend/scsi.c new file mode 100644 index 0000000000..6654bfbdb3 --- /dev/null +++ b/backend/scsi.c @@ -0,0 +1,224 @@ +/* + * "$Id$" + * + * SCSI printer backend for the Common UNIX Printing System (CUPS). + * + * Copyright 2003-2006 by Easy Software Products, all rights reserved. + * + * Redistribution and use in source and binary forms, with or + * without modification, are permitted provided that the + * following conditions are met: + * + * 1. Redistributions of source code must retain the above + * copyright notice, this list of conditions and the + * following disclaimer. + * + * 2. Redistributions in binary form must reproduce the + * above copyright notice, this list of conditions and + * the following disclaimer in the documentation and/or + * other materials provided with the distribution. + * + * 3. All advertising materials mentioning features or use + * of this software must display the following + * acknowledgement: + * + * This product includes software developed by Easy + * Software Products. + * + * 4. The name of Easy Software Products may not be used to + * endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS + * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGE. + * + * Contents: + * + * main() - Send a file to the specified SCSI printer. + */ + +/* + * Include necessary headers. + */ + +#include +#include +#include +#include +#include +#include +#include + +#ifdef WIN32 +# include +#else +# include +# include +# ifdef HAVE_SYS_IOCTL_H +# include +# endif /* HAVE_SYS_IOCTL_H */ +#endif /* WIN32 */ + + +/* + * Local functions... + */ + +void list_devices(void); +int print_device(const char *resource, int fd, int copies); + + +#if defined(__linux__) && defined(HAVE_SCSI_SG_H) +# include "scsi-linux.c" +#elif defined(__sgi) +# include "scsi-irix.c" +#else +/* + * Dummy functions that do nothing on unsupported platforms... + */ +void list_devices(void) {} +int print_device(const char *resource, int fd, int copies) { return (CUPS_BACKEND_FAILED); } +#endif /* __linux && HAVE_SCSI_SG_H */ + + +/* + * 'main()' - Send a file to the specified SCSI printer. + * + * Usage: + * + * printer-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info (not used) */ + resource[1024], /* Resource info (device and options) */ + *options; /* Pointer to options */ + int port; /* Port number (not used) */ + int fp; /* Print file */ + int copies; /* Number of copies to print */ + int status; /* Exit status */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Check command-line... + */ + + if (argc == 1) + { + list_devices(); + return (CUPS_BACKEND_OK); + } + else if (argc < 6 || argc > 7) + { + fputs("Usage: scsi:/dev/file job-id user title copies options [file]\n", stderr); + return (CUPS_BACKEND_FAILED); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + { + fp = 0; + copies = 1; + } + else + { + /* + * Try to open the print file... + */ + + if ((fp = open(argv[6], O_RDONLY)) < 0) + { + perror("ERROR: unable to open print file"); + return (CUPS_BACKEND_FAILED); + } + + copies = atoi(argv[4]); + } + + /* + * Extract the device name and options from the URI... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv), + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + /* + * See if there are any options... + */ + + if ((options = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the options... + */ + + *options++ = '\0'; + } + + /* + * Finally, send the print file... + */ + + status = print_device(resource, fp, copies); + + /* + * Close input file and return... + */ + + if (fp != 0) + close(fp); + + return (status); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/serial.c b/backend/serial.c new file mode 100644 index 0000000000..650fda8d20 --- /dev/null +++ b/backend/serial.c @@ -0,0 +1,1230 @@ +/* + * "$Id$" + * + * Serial port backend for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Send a file to the printer or server. + * list_devices() - List all serial devices. + */ + +/* + * Include necessary headers. + */ + +#include "backend-private.h" + +#ifdef __hpux +# include +#endif /* __hpux */ + +#ifdef WIN32 +# include +#else +# include +# include +# include +# ifdef __hpux +# include +# else +# include +# endif /* __hpux */ +# ifdef HAVE_SYS_IOCTL_H +# include +# endif /* HAVE_SYS_IOCTL_H */ +#endif /* WIN32 */ + +#ifdef __sgi +# include +# ifndef INV_EPP_ECP_PLP +# define INV_EPP_ECP_PLP 6 /* From 6.3/6.4/6.5 sys/invent.h */ +# define INV_ASO_SERIAL 14 /* serial portion of SGI ASO board */ +# define INV_IOC3_DMA 16 /* DMA mode IOC3 serial */ +# define INV_IOC3_PIO 17 /* PIO mode IOC3 serial */ +# define INV_ISA_DMA 19 /* DMA mode ISA serial -- O2 */ +# endif /* !INV_EPP_ECP_PLP */ +#endif /* __sgi */ + +#ifndef CRTSCTS +# ifdef CNEW_RTSCTS +# define CRTSCTS CNEW_RTSCTS +# else +# define CRTSCTS 0 +# endif /* CNEW_RTSCTS */ +#endif /* !CRTSCTS */ + +#if defined(__APPLE__) +# include +# include +# include +# include +#endif /* __APPLE__ */ + +#if defined(__linux) && defined(TIOCGSERIAL) +# include +# include +#endif /* __linux && TIOCGSERIAL */ + + +/* + * Local functions... + */ + +void list_devices(void); + + +/* + * 'main()' - Send a file to the printer or server. + * + * Usage: + * + * printer-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info (not used) */ + resource[1024], /* Resource info (device and options) */ + *options, /* Pointer to options */ + name[255], /* Name of option */ + value[255], /* Value of option */ + *ptr; /* Pointer into name or value */ + int port; /* Port number (not used) */ + int copies; /* Number of copies to print */ + int print_fd, /* Print file */ + device_fd; /* Serial device */ + int nfds; /* Maximum file descriptor value + 1 */ + fd_set input, /* Input set for reading */ + output; /* Output set for writing */ + ssize_t print_bytes, /* Print bytes read */ + bc_bytes, /* Backchannel bytes read */ + total_bytes, /* Total bytes written */ + bytes; /* Bytes written */ + int dtrdsr; /* Do dtr/dsr flow control? */ + int print_size; /* Size of output buffer for writes */ + char print_buffer[8192], /* Print data buffer */ + *print_ptr, /* Pointer into print data buffer */ + bc_buffer[1024]; /* Back-channel data buffer */ + struct termios opts; /* Serial port options */ + struct termios origopts; /* Original port options */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Check command-line... + */ + + if (argc == 1) + { + list_devices(); + return (CUPS_BACKEND_OK); + } + else if (argc < 6 || argc > 7) + { + fputs("Usage: serial job-id user title copies options [file]\n", stderr); + return (CUPS_BACKEND_FAILED); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + { + print_fd = 0; + copies = 1; + } + else + { + /* + * Try to open the print file... + */ + + if ((print_fd = open(argv[6], O_RDONLY)) < 0) + { + perror("ERROR: unable to open print file"); + return (CUPS_BACKEND_FAILED); + } + + copies = atoi(argv[4]); + } + + /* + * Extract the device name and options from the URI... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv), + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + /* + * See if there are any options... + */ + + if ((options = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the options... + */ + + *options++ = '\0'; + } + + /* + * Open the serial port device... + */ + + fputs("STATE: +connecting-to-device\n", stderr); + + do + { + if ((device_fd = open(resource, O_RDWR | O_NOCTTY | O_EXCL | + O_NDELAY)) == -1) + { + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fputs("INFO: Unable to open serial port, queuing on next printer in class...\n", + stderr); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + + if (errno == EBUSY) + { + fputs("INFO: Serial port busy; will retry in 30 seconds...\n", stderr); + sleep(30); + } + else + { + fprintf(stderr, "ERROR: Unable to open serial port device file \"%s\": %s\n", + resource, strerror(errno)); + return (CUPS_BACKEND_FAILED); + } + } + } + while (device_fd < 0); + + fputs("STATE: -connecting-to-device\n", stderr); + + /* + * Set any options provided... + */ + + tcgetattr(device_fd, &origopts); + tcgetattr(device_fd, &opts); + + opts.c_lflag &= ~(ICANON | ECHO | ISIG); + /* Raw mode */ + opts.c_oflag &= ~OPOST; /* Don't post-process */ + + print_size = 96; /* 9600 baud / 10 bits/char / 10Hz */ + dtrdsr = 0; /* No dtr/dsr flow control */ + + if (options) + { + while (*options) + { + /* + * Get the name... + */ + + for (ptr = name; *options && *options != '=';) + if (ptr < (name + sizeof(name) - 1)) + *ptr++ = *options++; + *ptr = '\0'; + + if (*options == '=') + { + /* + * Get the value... + */ + + options ++; + + for (ptr = value; *options && *options != '+' && *options != '&';) + if (ptr < (value + sizeof(value) - 1)) + *ptr++ = *options++; + *ptr = '\0'; + + if (*options == '+' || *options == '&') + options ++; + } + else + value[0] = '\0'; + + /* + * Process the option... + */ + + if (!strcasecmp(name, "baud")) + { + /* + * Set the baud rate... + */ + + print_size = atoi(value) / 100; + +#if B19200 == 19200 + cfsetispeed(&opts, atoi(value)); + cfsetospeed(&opts, atoi(value)); +#else + switch (atoi(value)) + { + case 1200 : + cfsetispeed(&opts, B1200); + cfsetospeed(&opts, B1200); + break; + case 2400 : + cfsetispeed(&opts, B2400); + cfsetospeed(&opts, B2400); + break; + case 4800 : + cfsetispeed(&opts, B4800); + cfsetospeed(&opts, B4800); + break; + case 9600 : + cfsetispeed(&opts, B9600); + cfsetospeed(&opts, B9600); + break; + case 19200 : + cfsetispeed(&opts, B19200); + cfsetospeed(&opts, B19200); + break; + case 38400 : + cfsetispeed(&opts, B38400); + cfsetospeed(&opts, B38400); + break; +# ifdef B57600 + case 57600 : + cfsetispeed(&opts, B57600); + cfsetospeed(&opts, B57600); + break; +# endif /* B57600 */ +# ifdef B115200 + case 115200 : + cfsetispeed(&opts, B115200); + cfsetospeed(&opts, B115200); + break; +# endif /* B115200 */ +# ifdef B230400 + case 230400 : + cfsetispeed(&opts, B230400); + cfsetospeed(&opts, B230400); + break; +# endif /* B230400 */ + default : + fprintf(stderr, "WARNING: Unsupported baud rate %s!\n", value); + break; + } +#endif /* B19200 == 19200 */ + } + else if (!strcasecmp(name, "bits")) + { + /* + * Set number of data bits... + */ + + switch (atoi(value)) + { + case 7 : + opts.c_cflag &= ~CSIZE; + opts.c_cflag |= CS7; + opts.c_cflag |= PARENB; + opts.c_cflag &= ~PARODD; + break; + case 8 : + opts.c_cflag &= ~CSIZE; + opts.c_cflag |= CS8; + opts.c_cflag &= ~PARENB; + break; + } + } + else if (!strcasecmp(name, "parity")) + { + /* + * Set parity checking... + */ + + if (!strcasecmp(value, "even")) + { + opts.c_cflag |= PARENB; + opts.c_cflag &= ~PARODD; + } + else if (!strcasecmp(value, "odd")) + { + opts.c_cflag |= PARENB; + opts.c_cflag |= PARODD; + } + else if (!strcasecmp(value, "none")) + opts.c_cflag &= ~PARENB; + else if (!strcasecmp(value, "space")) + { + /* + * Note: we only support space parity with 7 bits per character... + */ + + opts.c_cflag &= ~CSIZE; + opts.c_cflag |= CS8; + opts.c_cflag &= ~PARENB; + } + else if (!strcasecmp(value, "mark")) + { + /* + * Note: we only support mark parity with 7 bits per character + * and 1 stop bit... + */ + + opts.c_cflag &= ~CSIZE; + opts.c_cflag |= CS7; + opts.c_cflag &= ~PARENB; + opts.c_cflag |= CSTOPB; + } + } + else if (!strcasecmp(name, "flow")) + { + /* + * Set flow control... + */ + + if (!strcasecmp(value, "none")) + { + opts.c_iflag &= ~(IXON | IXOFF); + opts.c_cflag &= ~CRTSCTS; + } + else if (!strcasecmp(value, "soft")) + { + opts.c_iflag |= IXON | IXOFF; + opts.c_cflag &= ~CRTSCTS; + } + else if (!strcasecmp(value, "hard") || + !strcasecmp(value, "rtscts")) + { + opts.c_iflag &= ~(IXON | IXOFF); + opts.c_cflag |= CRTSCTS; + } + else if (!strcasecmp(value, "dtrdsr")) + { + opts.c_iflag &= ~(IXON | IXOFF); + opts.c_cflag &= ~CRTSCTS; + + dtrdsr = 1; + } + } + else if (!strcasecmp(name, "stop")) + { + switch (atoi(value)) + { + case 1 : + opts.c_cflag &= ~CSTOPB; + break; + + case 2 : + opts.c_cflag |= CSTOPB; + break; + } + } + } + } + + tcsetattr(device_fd, TCSANOW, &opts); + fcntl(device_fd, F_SETFL, 0); + + /* + * Now that we are "connected" to the port, ignore SIGTERM so that we + * can finish out any page data the driver sends (e.g. to eject the + * current page... Only ignore SIGTERM if we are printing data from + * stdin (otherwise you can't cancel raw jobs...) + */ + + if (print_fd != 0) + { +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, SIG_IGN); +#endif /* HAVE_SIGSET */ + } + + /* + * Figure out the maximum file descriptor value to use with select()... + */ + + nfds = (print_fd > device_fd ? print_fd : device_fd) + 1; + + /* + * Finally, send the print file. Ordinarily we would just use the + * backendRunLoop() function, however since we need to use smaller + * writes and may need to do DSR/DTR flow control, we duplicate much + * of the code here instead... + */ + + if (print_size > sizeof(print_buffer)) + print_size = sizeof(print_buffer); + + total_bytes = 0; + + while (copies > 0) + { + copies --; + + if (print_fd != 0) + { + fputs("PAGE: 1 1\n", stderr); + lseek(print_fd, 0, SEEK_SET); + } + + /* + * Now loop until we are out of data from print_fd... + */ + + for (print_bytes = 0, print_ptr = print_buffer;;) + { + /* + * Use select() to determine whether we have data to copy around... + */ + + FD_ZERO(&input); + if (!print_bytes) + FD_SET(print_fd, &input); + FD_SET(device_fd, &input); + + FD_ZERO(&output); + if (print_bytes) + FD_SET(device_fd, &output); + + if (select(nfds, &input, &output, NULL, NULL) < 0) + continue; /* Ignore errors here */ + + /* + * Check if we have back-channel data ready... + */ + + if (FD_ISSET(device_fd, &input)) + { + if ((bc_bytes = read(device_fd, bc_buffer, sizeof(bc_buffer))) > 0) + { + fprintf(stderr, + "DEBUG: Received " CUPS_LLFMT " bytes of back-channel data!\n", + CUPS_LLCAST bc_bytes); + cupsBackChannelWrite(bc_buffer, bc_bytes, 1.0); + } + } + + /* + * Check if we have print data ready... + */ + + if (FD_ISSET(print_fd, &input)) + { + if ((print_bytes = read(print_fd, print_buffer, print_size)) < 0) + { + /* + * Read error - bail if we don't see EAGAIN or EINTR... + */ + + if (errno != EAGAIN || errno != EINTR) + { + perror("ERROR: Unable to read print data"); + + tcsetattr(device_fd, TCSADRAIN, &origopts); + + close(device_fd); + + if (print_fd != 0) + close(print_fd); + + return (CUPS_BACKEND_FAILED); + } + + print_bytes = 0; + } + else if (print_bytes == 0) + { + /* + * End of file, break out of the loop... + */ + + break; + } + + print_ptr = print_buffer; + } + + /* + * Check if the device is ready to receive data and we have data to + * send... + */ + + if (print_bytes && FD_ISSET(device_fd, &output)) + { + if (dtrdsr) + { + /* + * Check the port and sleep until DSR is set... + */ + + int status; + + + if (!ioctl(device_fd, TIOCMGET, &status)) + if (!(status & TIOCM_DSR)) + { + /* + * Wait for DSR to go high... + */ + + fputs("DEBUG: DSR is low; waiting for device...\n", stderr); + + do + { + /* + * Poll every 100ms... + */ + + usleep(100000); + + if (ioctl(device_fd, TIOCMGET, &status)) + break; + } + while (!(status & TIOCM_DSR)); + + fputs("DEBUG: DSR is high; writing to device...\n", stderr); + } + } + + if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0) + { + /* + * Write error - bail if we don't see an error we can retry... + */ + + if (errno != EAGAIN && errno != EINTR && errno != ENOTTY) + { + perror("ERROR: Unable to write print data"); + + tcsetattr(device_fd, TCSADRAIN, &origopts); + + close(device_fd); + + if (print_fd != 0) + close(print_fd); + + return (CUPS_BACKEND_FAILED); + } + } + else + { + fprintf(stderr, "DEBUG: Wrote %d bytes...\n", (int)bytes); + + print_bytes -= bytes; + print_ptr += bytes; + total_bytes += bytes; + } + } + } + } + + /* + * Close the serial port and input file and return... + */ + + tcsetattr(device_fd, TCSADRAIN, &origopts); + + close(device_fd); + + if (print_fd != 0) + close(print_fd); + + return (total_bytes < 0 ? CUPS_BACKEND_FAILED : CUPS_BACKEND_OK); +} + + +/* + * 'list_devices()' - List all serial devices. + */ + +void +list_devices(void) +{ +#if defined(__hpux) || defined(__sgi) || defined(__sun) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + static char *funky_hex = "0123456789abcdefghijklmnopqrstuvwxyz"; + /* Funky hex numbering used for some * + * devices */ +#endif /* __hpux || __sgi || __sun || __FreeBSD__ || __OpenBSD__ */ + +#ifdef __linux + int i, j; /* Looping vars */ + int fd; /* File descriptor */ + char device[255]; /* Device filename */ +# ifdef TIOCGSERIAL + struct serial_struct serinfo; /* serial port info */ +# endif /* TIOCGSERIAL */ + + + for (i = 0; i < 100; i ++) + { + sprintf(device, "/dev/ttyS%d", i); + + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { +# ifdef TIOCGSERIAL + /* + * See if this port exists... + */ + + serinfo.reserved_char[0] = 0; + + if (!ioctl(fd, TIOCGSERIAL, &serinfo)) + { + if (serinfo.type == PORT_UNKNOWN) + { + /* + * Nope... + */ + + close(fd); + continue; + } + } +# endif /* TIOCGSERIAL */ + + close(fd); + +# if defined(_ARCH_PPC) || defined(powerpc) || defined(__powerpc) + printf("serial serial:%s?baud=230400 \"Unknown\" \"Serial Port #%d\"\n", + device, i + 1); +# else + printf("serial serial:%s?baud=115200 \"Unknown\" \"Serial Port #%d\"\n", + device, i + 1); +# endif /* _ARCH_PPC || powerpc || __powerpc */ + } + } + + for (i = 0; i < 16; i ++) + { + sprintf(device, "/dev/usb/ttyUSB%d", i); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=230400 \"Unknown\" \"USB Serial Port #%d\"\n", + device, i + 1); + } + + sprintf(device, "/dev/ttyUSB%d", i); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=230400 \"Unknown\" \"USB Serial Port #%d\"\n", + device, i + 1); + } + } + + for (i = 0; i < 64; i ++) + { + for (j = 0; j < 8; j ++) + { + sprintf(device, "/dev/ttyQ%02de%d", i, j); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" " + "\"Equinox ESP %d Port #%d\"\n", + device, i, j + 1); + } + } + } +#elif defined(__sgi) + int i, j, n; /* Looping vars */ + char device[255]; /* Device filename */ + inventory_t *inv; /* Hardware inventory info */ + + + /* + * IRIX maintains a hardware inventory of most devices... + */ + + setinvent(); + + while ((inv = getinvent()) != NULL) + { + if (inv->inv_class == INV_SERIAL) + { + /* + * Some sort of serial port... + */ + + if (inv->inv_type == INV_CDSIO || inv->inv_type == INV_CDSIO_E) + { + /* + * CDSIO port... + */ + + for (n = 0; n < 6; n ++) + printf("serial serial:/dev/ttyd%d?baud=38400 \"Unknown\" \"CDSIO Board %d Serial Port #%d\"\n", + n + 5 + 8 * inv->inv_controller, inv->inv_controller, n + 1); + } + else if (inv->inv_type == INV_EPC_SERIAL) + { + /* + * Everest serial port... + */ + + if (inv->inv_unit == 0) + i = 1; + else + i = 41 + 4 * (int)inv->inv_controller; + + for (n = 0; n < (int)inv->inv_state; n ++) + printf("serial serial:/dev/ttyd%d?baud=38400 \"Unknown\" \"EPC Serial Port %d, Ebus slot %d\"\n", + n + i, n + 1, (int)inv->inv_controller); + } + else if (inv->inv_state > 1) + { + /* + * Standard serial port under IRIX 6.4 and earlier... + */ + + for (n = 0; n < (int)inv->inv_state; n ++) + printf("serial serial:/dev/ttyd%d?baud=38400 \"Unknown\" \"Onboard Serial Port %d\"\n", + n + (int)inv->inv_unit + 1, n + (int)inv->inv_unit + 1); + } + else + { + /* + * Standard serial port under IRIX 6.5 and beyond... + */ + + printf("serial serial:/dev/ttyd%d?baud=115200 \"Unknown\" \"Onboard Serial Port %d\"\n", + (int)inv->inv_controller, (int)inv->inv_controller); + } + } + } + + endinvent(); + + /* + * Central Data makes serial and parallel "servers" that can be + * connected in a number of ways. Look for ports... + */ + + for (i = 0; i < 10; i ++) + for (j = 0; j < 8; j ++) + for (n = 0; n < 32; n ++) + { + if (i == 8) /* EtherLite */ + sprintf(device, "/dev/ttydn%d%c", j, funky_hex[n]); + else if (i == 9) /* PCI */ + sprintf(device, "/dev/ttydp%d%c", j, funky_hex[n]); + else /* SCSI */ + sprintf(device, "/dev/ttyd%d%d%c", i, j, funky_hex[n]); + + if (access(device, 0) == 0) + { + if (i == 8) + printf("serial serial:%s?baud=38400 \"Unknown\" \"Central Data EtherLite Serial Port, ID %d, port %d\"\n", + device, j, n); + else if (i == 9) + printf("serial serial:%s?baud=38400 \"Unknown\" \"Central Data PCI Serial Port, ID %d, port %d\"\n", + device, j, n); + else + printf("serial serial:%s?baud=38400 \"Unknown\" \"Central Data SCSI Serial Port, logical bus %d, ID %d, port %d\"\n", + device, i, j, n); + } + } +#elif defined(__sun) + int i, j, n; /* Looping vars */ + char device[255]; /* Device filename */ + + + /* + * Standard serial ports... + */ + + for (i = 0; i < 26; i ++) + { + sprintf(device, "/dev/cua/%c", 'a' + i); + if (access(device, 0) == 0) +# ifdef B115200 + printf("serial serial:%s?baud=115200 \"Unknown\" \"Serial Port #%d\"\n", + device, i + 1); +# else + printf("serial serial:%s?baud=38400 \"Unknown\" \"Serial Port #%d\"\n", + device, i + 1); +# endif /* B115200 */ + } + + /* + * MAGMA serial ports... + */ + + for (i = 0; i < 40; i ++) + { + sprintf(device, "/dev/term/%02d", i); + if (access(device, 0) == 0) + printf("serial serial:%s?baud=38400 \"Unknown\" \"MAGMA Serial Board #%d Port #%d\"\n", + device, (i / 10) + 1, (i % 10) + 1); + } + + /* + * Central Data serial ports... + */ + + for (i = 0; i < 9; i ++) + for (j = 0; j < 8; j ++) + for (n = 0; n < 32; n ++) + { + if (i == 8) /* EtherLite */ + sprintf(device, "/dev/sts/ttyN%d%c", j, funky_hex[n]); + else + sprintf(device, "/dev/sts/tty%c%d%c", i + 'C', j, + funky_hex[n]); + + if (access(device, 0) == 0) + { + if (i == 8) + printf("serial serial:%s?baud=38400 \"Unknown\" \"Central Data EtherLite Serial Port, ID %d, port %d\"\n", + device, j, n); + else + printf("serial serial:%s?baud=38400 \"Unknown\" \"Central Data SCSI Serial Port, logical bus %d, ID %d, port %d\"\n", + device, i, j, n); + } + } +#elif defined(__hpux) + int i, j, n; /* Looping vars */ + char device[255]; /* Device filename */ + + + /* + * Standard serial ports... + */ + + for (i = 0; i < 10; i ++) + { + sprintf(device, "/dev/tty%dp0", i); + if (access(device, 0) == 0) + printf("serial serial:%s?baud=38400 \"Unknown\" \"Serial Port #%d\"\n", + device, i + 1); + } + + /* + * Central Data serial ports... + */ + + for (i = 0; i < 9; i ++) + for (j = 0; j < 8; j ++) + for (n = 0; n < 32; n ++) + { + if (i == 8) /* EtherLite */ + sprintf(device, "/dev/ttyN%d%c", j, funky_hex[n]); + else + sprintf(device, "/dev/tty%c%d%c", i + 'C', j, + funky_hex[n]); + + if (access(device, 0) == 0) + { + if (i == 8) + printf("serial serial:%s?baud=38400 \"Unknown\" \"Central Data EtherLite Serial Port, ID %d, port %d\"\n", + device, j, n); + else + printf("serial serial:%s?baud=38400 \"Unknown\" \"Central Data SCSI Serial Port, logical bus %d, ID %d, port %d\"\n", + device, i, j, n); + } + } +#elif defined(__osf__) + int i; /* Looping var */ + char device[255]; /* Device filename */ + + + /* + * Standard serial ports... + */ + + for (i = 0; i < 100; i ++) + { + sprintf(device, "/dev/tty%02d", i); + if (access(device, 0) == 0) + printf("serial serial:%s?baud=38400 \"Unknown\" \"Serial Port #%d\"\n", + device, i + 1); + } +#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + int i, j; /* Looping vars */ + int fd; /* File descriptor */ + char device[255]; /* Device filename */ + + + /* + * SIO ports... + */ + + for (i = 0; i < 32; i ++) + { + sprintf(device, "/dev/ttyd%c", funky_hex[i]); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"Standard Serial Port #%d\"\n", + device, i + 1); + } + } + + /* + * Cyclades ports... + */ + + for (i = 0; i < 16; i ++) /* Should be up to 65536 boards... */ + for (j = 0; j < 32; j ++) + { + sprintf(device, "/dev/ttyc%d%c", i, funky_hex[j]); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"Cyclades #%d Serial Port #%d\"\n", + device, i, j + 1); + } + + sprintf(device, "/dev/ttyC%d%c", i, funky_hex[j]); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"Cyclades #%d Serial Port #%d\"\n", + device, i, j + 1); + } + } + + /* + * Digiboard ports... + */ + + for (i = 0; i < 16; i ++) /* Should be up to 65536 boards... */ + for (j = 0; j < 32; j ++) + { + sprintf(device, "/dev/ttyD%d%c", i, funky_hex[j]); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"Digiboard #%d Serial Port #%d\"\n", + device, i, j + 1); + } + } + + /* + * Stallion ports... + */ + + for (i = 0; i < 32; i ++) + { + sprintf(device, "/dev/ttyE%c", funky_hex[i]); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"Stallion Serial Port #%d\"\n", + device, i + 1); + } + } + + /* + * SX ports... + */ + + for (i = 0; i < 128; i ++) + { + sprintf(device, "/dev/ttyA%d", i + 1); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"SX Serial Port #%d\"\n", + device, i + 1); + } + } +#elif defined(__NetBSD__) + int i, j; /* Looping vars */ + int fd; /* File descriptor */ + char device[255]; /* Device filename */ + + + /* + * Standard serial ports... + */ + + for (i = 0; i < 4; i ++) + { + sprintf(device, "/dev/tty%02d", i); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"Serial Port #%d\"\n", + device, i + 1); + } + } + + /* + * Cyclades-Z ports... + */ + + for (i = 0; i < 16; i ++) /* Should be up to 65536 boards... */ + for (j = 0; j < 64; j ++) + { + sprintf(device, "/dev/ttyCZ%02d%02d", i, j); + if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) + { + close(fd); + printf("serial serial:%s?baud=115200 \"Unknown\" \"Cyclades #%d Serial Prt #%d\"\n", + device, i, j + 1); + } + } +#elif defined(__APPLE__) + /* + * Standard serial ports on MacOS X... + */ + + kern_return_t kernResult; + mach_port_t masterPort; + io_iterator_t serialPortIterator; + CFMutableDictionaryRef classesToMatch; + io_object_t serialService; + + + kernResult = IOMasterPort(MACH_PORT_NULL, &masterPort); + if (KERN_SUCCESS != kernResult) + return; + + /* + * Serial devices are instances of class IOSerialBSDClient. + */ + + classesToMatch = IOServiceMatching(kIOSerialBSDServiceValue); + if (classesToMatch != NULL) + { + CFDictionarySetValue(classesToMatch, CFSTR(kIOSerialBSDTypeKey), + CFSTR(kIOSerialBSDRS232Type)); + + kernResult = IOServiceGetMatchingServices(masterPort, classesToMatch, + &serialPortIterator); + if (kernResult == KERN_SUCCESS) + { + while ((serialService = IOIteratorNext(serialPortIterator))) + { + CFTypeRef serialNameAsCFString; + CFTypeRef bsdPathAsCFString; + char serialName[128]; + char bsdPath[1024]; + Boolean result; + + + serialNameAsCFString = + IORegistryEntryCreateCFProperty(serialService, + CFSTR(kIOTTYDeviceKey), + kCFAllocatorDefault, 0); + if (serialNameAsCFString) + { + result = CFStringGetCString(serialNameAsCFString, serialName, + sizeof(serialName), + kCFStringEncodingASCII); + CFRelease(serialNameAsCFString); + + if (result) + { + bsdPathAsCFString = + IORegistryEntryCreateCFProperty(serialService, + CFSTR(kIOCalloutDeviceKey), + kCFAllocatorDefault, 0); + if (bsdPathAsCFString) + { + result = CFStringGetCString(bsdPathAsCFString, bsdPath, + sizeof(bsdPath), + kCFStringEncodingASCII); + CFRelease(bsdPathAsCFString); + + if (result) + printf("serial serial:%s?baud=115200 \"Unknown\" \"%s\"\n", + bsdPath, serialName); + } + } + } + + IOObjectRelease(serialService); + } + + /* + * Release the iterator. + */ + + IOObjectRelease(serialPortIterator); + } + } +#endif +} + + +/* + * End of "$Id$". + */ diff --git a/backend/snmp.c b/backend/snmp.c new file mode 100644 index 0000000000..e6273ace69 --- /dev/null +++ b/backend/snmp.c @@ -0,0 +1,2463 @@ +/* + * "$Id$" + * + * SNMP discovery backend for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Discover printers via SNMP. + * add_array() - Add a string to an array. + * add_cache() - Add a cached device... + * alarm_handler() - Handle alarm signals... + * asn1_decode_snmp() - Decode a SNMP packet. + * asn1_debug() - Decode an ASN1-encoded message. + * asn1_encode_snmp() - Encode a SNMP packet. + * asn1_get_integer() - Get an integer value. + * asn1_get_length() - Get a value length. + * asn1_get_oid() - Get an OID value. + * asn1_get_packed() - Get a packed integer value. + * asn1_get_string() - Get a string value. + * asn1_get_type() - Get a value type. + * asn1_set_integer() - Set an integer value. + * asn1_set_length() - Set a value length. + * asn1_set_oid() - Set an OID value. + * asn1_set_packed() - Set a packed integer value. + * asn1_size_integer() - Figure out the number of bytes needed for an + * integer value. + * asn1_size_length() - Figure out the number of bytes needed for a + * length value. + * asn1_size_oid() - Figure out the numebr of bytes needed for an + * OID value. + * asn1_size_packed() - Figure out the number of bytes needed for a + * packed integer value. + * compare_cache() - Compare two cache entries. + * debug_printf() - Display some debugging information. + * do_request() - Do a non-blocking IPP request. + * fix_make_model() - Fix common problems in the make-and-model + * string. + * free_array() - Free an array of strings. + * free_cache() - Free the array of cached devices. + * get_interface_addresses() - Get the broadcast address(es) associated + * with an interface. + * hex_debug() - Output hex debugging data... + * list_device() - List a device we found... + * open_snmp_socket() - Open the SNMP broadcast socket. + * password_cb() - Handle authentication requests. + * probe_device() - Probe a device to discover whether it is a + * printer. + * read_snmp_conf() - Read the snmp.conf file. + * read_snmp_response() - Read and parse a SNMP response... + * run_time() - Return the total running time... + * scan_devices() - Scan for devices using SNMP. + * send_snmp_query() - Send an SNMP query packet. + * try_connect() - Try connecting on a port... + * update_cache() - Update a cached device... + */ + +/* + * Include necessary headers. + */ + +#include +#include "backend-private.h" +#include +#include + + +/* + * This backend implements SNMP printer discovery. It uses a broadcast- + * based approach to get SNMP response packets from potential printers + * and then interrogates each responder by trying to connect on port + * 631, 9100, and 515. + * + * The current focus is on printers with internal network cards, although + * the code also works with many external print servers as well. Future + * versions will support scanning for vendor-specific SNMP OIDs and the + * new PWG Port Monitor MIB and not just the Host MIB OIDs. + * + * The backend reads the snmp.conf file from the CUPS_SERVERROOT directory + * which can contain comments, blank lines, or any number of the following + * directives: + * + * Address ip-address + * Address @LOCAL + * Address @IF(name) + * Community name + * DebugLevel N + * HostNameLookups on + * HostNameLookups off + * + * The default is to use: + * + * Address @LOCAL + * Community public + * DebugLevel 0 + * HostNameLookups off + * + * This backend is known to work with the following network printers and + * print servers: + * + * Axis OfficeBasic, 5400, 5600 + * EPSON + * Genicom + * HP JetDirect + * Lexmark + * Sharp + * Tektronix + * Xerox + * + * It does not currently work with: + * + * DLink + * Linksys + * Netgear + * Okidata + * + * (for all of these, they do not support the Host MIB) + */ + +/* + * Constants... + */ + +#define SNMP_PORT 161 /* SNMP well-known port */ +#define SNMP_MAX_OID 64 /* Maximum number of OID numbers */ +#define SNMP_MAX_PACKET 1472 /* Maximum size of SNMP packet */ +#define SNMP_MAX_STRING 512 /* Maximum size of string */ +#define SNMP_VERSION_1 0 /* SNMPv1 */ + +#define ASN1_END_OF_CONTENTS 0x00 /* End-of-contents */ +#define ASN1_BOOLEAN 0x01 /* BOOLEAN */ +#define ASN1_INTEGER 0x02 /* INTEGER or ENUMERATION */ +#define ASN1_BIT_STRING 0x03 /* BIT STRING */ +#define ASN1_OCTET_STRING 0x04 /* OCTET STRING */ +#define ASN1_NULL_VALUE 0x05 /* NULL VALUE */ +#define ASN1_OID 0x06 /* OBJECT IDENTIFIER */ +#define ASN1_SEQUENCE 0x30 /* SEQUENCE */ +#define ASN1_GET_REQUEST 0xa0 /* Get-Request-PDU */ +#define ASN1_GET_RESPONSE 0xa2 /* Get-Response-PDU */ + + +/* + * Types... + */ + +typedef struct snmp_cache_s /**** SNMP scan cache ****/ +{ + http_addr_t address; /* Address of device */ + char *addrname, /* Name of device */ + *uri, /* device-uri */ + *id, /* device-id */ + *make_and_model; /* device-make-and-model */ +} snmp_cache_t; + +typedef struct snmp_packet_s /**** SNMP packet ****/ +{ + const char *error; /* Encode/decode error */ + int version; /* Version number */ + char community[SNMP_MAX_STRING]; + /* Community name */ + int request_type; /* Request type */ + int request_id; /* request-id value */ + int error_status; /* error-status value */ + int error_index; /* error-index value */ + int object_name[SNMP_MAX_OID]; + /* object-name value */ + int object_type; /* object-value type */ + union + { + int boolean; /* Boolean value */ + int integer; /* Integer value */ + int oid[SNMP_MAX_OID]; /* OID value */ + char string[SNMP_MAX_STRING];/* String value */ + } object_value; /* object-value value */ +} snmp_packet_t; + + +/* + * Private CUPS API to set the last error... + */ + +extern void _cupsSetError(ipp_status_t status, const char *message); + + +/* + * Local functions... + */ + +static char *add_array(cups_array_t *a, const char *s); +static void add_cache(http_addr_t *addr, const char *addrname, + const char *uri, const char *id, + const char *make_and_model); +static void alarm_handler(int sig); +static int asn1_decode_snmp(unsigned char *buffer, size_t len, + snmp_packet_t *packet); +static void asn1_debug(unsigned char *buffer, size_t len, + int indent); +static int asn1_encode_snmp(unsigned char *buffer, size_t len, + snmp_packet_t *packet); +static int asn1_get_integer(unsigned char **buffer, + unsigned char *bufend, + int length); +static int asn1_get_oid(unsigned char **buffer, + unsigned char *bufend, + int length, int *oid, int oidsize); +static int asn1_get_packed(unsigned char **buffer, + unsigned char *bufend); +static char *asn1_get_string(unsigned char **buffer, + unsigned char *bufend, + int length, char *string, + int strsize); +static int asn1_get_length(unsigned char **buffer, + unsigned char *bufend); +static int asn1_get_type(unsigned char **buffer, + unsigned char *bufend); +static void asn1_set_integer(unsigned char **buffer, + int integer); +static void asn1_set_length(unsigned char **buffer, + int length); +static void asn1_set_oid(unsigned char **buffer, + const int *oid); +static void asn1_set_packed(unsigned char **buffer, + int integer); +static int asn1_size_integer(int integer); +static int asn1_size_length(int length); +static int asn1_size_oid(const int *oid); +static int asn1_size_packed(int integer); +static int compare_cache(snmp_cache_t *a, snmp_cache_t *b); +static void debug_printf(const char *format, ...); +static ipp_t *do_request(http_t *http, ipp_t *request, + const char *resource); +static void fix_make_model(char *make_model, + const char *old_make_model, + int make_model_size); +static void free_array(cups_array_t *a); +static void free_cache(void); +static http_addrlist_t *get_interface_addresses(const char *ifname); +static void hex_debug(unsigned char *buffer, size_t len); +static void list_device(snmp_cache_t *cache); +static int open_snmp_socket(void); +static const char *password_cb(const char *prompt); +static void probe_device(snmp_cache_t *device); +static void read_snmp_conf(const char *address); +static void read_snmp_response(int fd); +static double run_time(void); +static void scan_devices(int fd); +static void send_snmp_query(int fd, http_addr_t *addr, int version, + const char *community, + const unsigned request_id, + const int *oid); +static int try_connect(http_addr_t *addr, const char *addrname, + int port); +static void update_cache(snmp_cache_t *device, const char *uri, + const char *id, const char *make_model); + + +/* + * Local globals... + */ + +static cups_array_t *Addresses = NULL; +static cups_array_t *Communities = NULL; +static cups_array_t *Devices = NULL; +static int DebugLevel = 0; +static int DeviceTypeOID[] = { 1, 3, 6, 1, 2, 1, 25, 3, + 2, 1, 2, 1, 0 }; +static int DeviceDescOID[] = { 1, 3, 6, 1, 2, 1, 25, 3, + 2, 1, 3, 1, 0 }; +static unsigned DeviceTypeRequest; +static unsigned DeviceDescRequest; +static int HostNameLookups = 0; +static int MaxRunTime = 10; +static struct timeval StartTime; + + +/* + * 'main()' - Discover printers via SNMP. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + int fd; /* SNMP socket */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Check command-line options... + */ + + if (argc > 2) + { + fputs("Usage: snmp [host-or-ip-address]\n", stderr); + return (1); + } + + /* + * Set the password callback for IPP operations... + */ + + cupsSetPasswordCB(password_cb); + + /* + * Catch SIGALRM signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGALRM, alarm_handler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGALRM); + action.sa_handler = alarm_handler; + sigaction(SIGALRM, &action, NULL); +#else + signal(SIGALRM, alarm_handler); +#endif /* HAVE_SIGSET */ + + /* + * Open the SNMP socket... + */ + + if ((fd = open_snmp_socket()) < 0) + return (1); + + /* + * Read the configuration file and any cache data... + */ + + read_snmp_conf(argv[1]); + + Devices = cupsArrayNew((cups_array_func_t)compare_cache, NULL); + + /* + * Scan for devices... + */ + + scan_devices(fd); + + /* + * Close, free, and return with no errors... + */ + + close(fd); + + free_array(Addresses); + free_array(Communities); + free_cache(); + + return (0); +} + + +/* + * 'add_array()' - Add a string to an array. + */ + +static char * /* O - New string */ +add_array(cups_array_t *a, /* I - Array */ + const char *s) /* I - String to add */ +{ + char *dups; /* New string */ + + + dups = strdup(s); + + cupsArrayAdd(a, dups); + + return (dups); +} + + +/* + * 'add_cache()' - Add a cached device... + */ + +static void +add_cache(http_addr_t *addr, /* I - Device IP address */ + const char *addrname, /* I - IP address or name string */ + const char *uri, /* I - Device URI */ + const char *id, /* I - 1284 device ID */ + const char *make_and_model) /* I - Make and model */ +{ + snmp_cache_t *temp; /* New device entry */ + + + debug_printf("DEBUG: add_cache(addr=%p, addrname=\"%s\", uri=\"%s\", " + "id=\"%s\", make_and_model=\"%s\")\n", + addr, addrname, uri ? uri : "(null)", id ? id : "(null)", + make_and_model ? make_and_model : "(null)"); + + temp = calloc(1, sizeof(snmp_cache_t)); + memcpy(&(temp->address), addr, sizeof(temp->address)); + + temp->addrname = strdup(addrname); + + if (uri) + temp->uri = strdup(uri); + + if (id) + temp->id = strdup(id); + + if (make_and_model) + temp->make_and_model = strdup(make_and_model); + + cupsArrayAdd(Devices, temp); + + if (uri) + list_device(temp); +} + + +/* + * 'alarm_handler()' - Handle alarm signals... + */ + +static void +alarm_handler(int sig) /* I - Signal number */ +{ + /* + * Do nothing... + */ + + (void)sig; + +#if !defined(HAVE_SIGSET) && !defined(HAVE_SIGACTION) + signal(SIGALRM, alarm_handler); +#endif /* !HAVE_SIGSET && !HAVE_SIGACTION */ + + if (DebugLevel) + write(2, "DEBUG: ALARM!\n", 14); +} + + +/* + * 'asn1_decode_snmp()' - Decode a SNMP packet. + */ + +static int /* O - 0 on success, -1 on error */ +asn1_decode_snmp(unsigned char *buffer, /* I - Buffer */ + size_t len, /* I - Size of buffer */ + snmp_packet_t *packet) /* I - SNMP packet */ +{ + unsigned char *bufptr, /* Pointer into the data */ + *bufend; /* End of data */ + int length; /* Length of value */ + + + /* + * Initialize the decoding... + */ + + memset(packet, 0, sizeof(snmp_packet_t)); + + bufptr = buffer; + bufend = buffer + len; + + if (asn1_get_type(&bufptr, bufend) != ASN1_SEQUENCE) + packet->error = "Packet does not start with SEQUENCE"; + else if (asn1_get_length(&bufptr, bufend) == 0) + packet->error = "SEQUENCE uses indefinite length"; + else if (asn1_get_type(&bufptr, bufend) != ASN1_INTEGER) + packet->error = "No version number"; + else if ((length = asn1_get_length(&bufptr, bufend)) == 0) + packet->error = "Version uses indefinite length"; + else if ((packet->version = asn1_get_integer(&bufptr, bufend, length)) + != SNMP_VERSION_1) + packet->error = "Bad SNMP version number"; + else if (asn1_get_type(&bufptr, bufend) != ASN1_OCTET_STRING) + packet->error = "No community name"; + else if ((length = asn1_get_length(&bufptr, bufend)) == 0) + packet->error = "Community name uses indefinite length"; + else + { + asn1_get_string(&bufptr, bufend, length, packet->community, + sizeof(packet->community)); + + if ((packet->request_type = asn1_get_type(&bufptr, bufend)) + != ASN1_GET_RESPONSE) + packet->error = "Packet does not contain a Get-Response-PDU"; + else if (asn1_get_length(&bufptr, bufend) == 0) + packet->error = "Get-Response-PDU uses indefinite length"; + else if (asn1_get_type(&bufptr, bufend) != ASN1_INTEGER) + packet->error = "No request-id"; + else if ((length = asn1_get_length(&bufptr, bufend)) == 0) + packet->error = "request-id uses indefinite length"; + else + { + packet->request_id = asn1_get_integer(&bufptr, bufend, length); + + if (asn1_get_type(&bufptr, bufend) != ASN1_INTEGER) + packet->error = "No error-status"; + else if ((length = asn1_get_length(&bufptr, bufend)) == 0) + packet->error = "error-status uses indefinite length"; + else + { + packet->error_status = asn1_get_integer(&bufptr, bufend, length); + + if (asn1_get_type(&bufptr, bufend) != ASN1_INTEGER) + packet->error = "No error-index"; + else if ((length = asn1_get_length(&bufptr, bufend)) == 0) + packet->error = "error-index uses indefinite length"; + else + { + packet->error_index = asn1_get_integer(&bufptr, bufend, length); + + if (asn1_get_type(&bufptr, bufend) != ASN1_SEQUENCE) + packet->error = "No variable-bindings SEQUENCE"; + else if (asn1_get_length(&bufptr, bufend) == 0) + packet->error = "variable-bindings uses indefinite length"; + else if (asn1_get_type(&bufptr, bufend) != ASN1_SEQUENCE) + packet->error = "No VarBind SEQUENCE"; + else if (asn1_get_length(&bufptr, bufend) == 0) + packet->error = "VarBind uses indefinite length"; + else if (asn1_get_type(&bufptr, bufend) != ASN1_OID) + packet->error = "No name OID"; + else if ((length = asn1_get_length(&bufptr, bufend)) == 0) + packet->error = "Name OID uses indefinite length"; + else + { + asn1_get_oid(&bufptr, bufend, length, packet->object_name, + SNMP_MAX_OID); + + packet->object_type = asn1_get_type(&bufptr, bufend); + + if ((length = asn1_get_length(&bufptr, bufend)) == 0 && + packet->object_type != ASN1_NULL_VALUE && + packet->object_type != ASN1_OCTET_STRING) + packet->error = "Value uses indefinite length"; + else + { + switch (packet->object_type) + { + case ASN1_BOOLEAN : + packet->object_value.boolean = + asn1_get_integer(&bufptr, bufend, length); + break; + + case ASN1_INTEGER : + packet->object_value.integer = + asn1_get_integer(&bufptr, bufend, length); + break; + + case ASN1_NULL_VALUE : + break; + + case ASN1_OCTET_STRING : + asn1_get_string(&bufptr, bufend, length, + packet->object_value.string, + SNMP_MAX_STRING); + break; + + case ASN1_OID : + asn1_get_oid(&bufptr, bufend, length, + packet->object_value.oid, SNMP_MAX_OID); + break; + + default : + packet->error = "Unsupported value type"; + break; + } + } + } + } + } + } + } + + return (packet->error ? -1 : 0); +} + + +/* + * 'asn1_debug()' - Decode an ASN1-encoded message. + */ + +static void +asn1_debug(unsigned char *buffer, /* I - Buffer */ + size_t len, /* I - Length of buffer */ + int indent) /* I - Indentation */ +{ + int i; /* Looping var */ + unsigned char *bufend; /* End of buffer */ + int integer; /* Number value */ + int oid[SNMP_MAX_OID]; /* OID value */ + char string[SNMP_MAX_STRING];/* String value */ + unsigned char value_type; /* Type of value */ + int value_length; /* Length of value */ + + + bufend = buffer + len; + + while (buffer < bufend) + { + /* + * Get value type... + */ + + value_type = asn1_get_type(&buffer, bufend); + value_length = asn1_get_length(&buffer, bufend); + + switch (value_type) + { + case ASN1_BOOLEAN : + integer = asn1_get_integer(&buffer, bufend, value_length); + + fprintf(stderr, "DEBUG: %*sBOOLEAN %d bytes %d\n", indent, "", + value_length, integer); + break; + + case ASN1_INTEGER : + integer = asn1_get_integer(&buffer, bufend, value_length); + + fprintf(stderr, "DEBUG: %*sINTEGER %d bytes %d\n", indent, "", + value_length, integer); + break; + + case ASN1_OCTET_STRING : + fprintf(stderr, "DEBUG: %*sOCTET STRING %d bytes \"%s\"\n", indent, "", + value_length, asn1_get_string(&buffer, bufend, + value_length, string, + sizeof(string))); + break; + + case ASN1_NULL_VALUE : + fprintf(stderr, "DEBUG: %*sNULL VALUE %d bytes\n", indent, "", + value_length); + + buffer += value_length; + break; + + case ASN1_OID : + asn1_get_oid(&buffer, bufend, value_length, oid, SNMP_MAX_OID); + + fprintf(stderr, "DEBUG: %*sOID %d bytes ", indent, "", + value_length); + for (i = 0; oid[i]; i ++) + fprintf(stderr, ".%d", oid[i]); + putc('\n', stderr); + break; + + case ASN1_SEQUENCE : + fprintf(stderr, "DEBUG: %*sSEQUENCE %d bytes\n", indent, "", + value_length); + asn1_debug(buffer, value_length, indent + 4); + + buffer += value_length; + break; + + case ASN1_GET_REQUEST : + fprintf(stderr, "DEBUG: %*sGet-Request-PDU %d bytes\n", indent, "", + value_length); + asn1_debug(buffer, value_length, indent + 4); + + buffer += value_length; + break; + + case ASN1_GET_RESPONSE : + fprintf(stderr, "DEBUG: %*sGet-Response-PDU %d bytes\n", indent, "", + value_length); + asn1_debug(buffer, value_length, indent + 4); + + buffer += value_length; + break; + + default : + fprintf(stderr, "DEBUG: %*sUNKNOWN(%x) %d bytes\n", indent, "", + value_type, value_length); + + buffer += value_length; + break; + } + } +} + + +/* + * 'asn1_encode_snmp()' - Encode a SNMP packet. + */ + +static int /* O - Length on success, -1 on error */ +asn1_encode_snmp(unsigned char *buffer, /* I - Buffer */ + size_t bufsize, /* I - Size of buffer */ + snmp_packet_t *packet) /* I - SNMP packet */ +{ + unsigned char *bufptr; /* Pointer into buffer */ + int total, /* Total length */ + msglen, /* Length of entire message */ + commlen, /* Length of community string */ + reqlen, /* Length of request */ + listlen, /* Length of variable list */ + varlen, /* Length of variable */ + namelen, /* Length of object name OID */ + valuelen; /* Length of object value */ + + + /* + * Get the lengths of the community string, OID, and message... + */ + + namelen = asn1_size_oid(packet->object_name); + + switch (packet->object_type) + { + case ASN1_NULL_VALUE : + valuelen = 0; + break; + + case ASN1_BOOLEAN : + valuelen = asn1_size_integer(packet->object_value.boolean); + break; + + case ASN1_INTEGER : + valuelen = asn1_size_integer(packet->object_value.integer); + break; + + case ASN1_OCTET_STRING : + valuelen = strlen(packet->object_value.string); + break; + + case ASN1_OID : + valuelen = asn1_size_oid(packet->object_value.oid); + break; + + default : + packet->error = "Unknown object type"; + return (-1); + } + + varlen = 1 + asn1_size_length(namelen) + namelen + + 1 + asn1_size_length(valuelen) + valuelen; + listlen = 1 + asn1_size_length(varlen) + varlen; + reqlen = 2 + asn1_size_integer(packet->request_id) + + 2 + asn1_size_integer(packet->error_status) + + 2 + asn1_size_integer(packet->error_index) + + 1 + asn1_size_length(listlen) + listlen; + commlen = strlen(packet->community); + msglen = 2 + asn1_size_integer(packet->version) + + 1 + asn1_size_length(commlen) + commlen + + 1 + asn1_size_length(reqlen) + reqlen; + total = 1 + asn1_size_length(msglen) + msglen; + + if (total > bufsize) + { + packet->error = "Message too large for buffer"; + return (-1); + } + + /* + * Then format the message... + */ + + bufptr = buffer; + + *bufptr++ = ASN1_SEQUENCE; /* SNMPv1 message header */ + asn1_set_length(&bufptr, msglen); + + asn1_set_integer(&bufptr, packet->version); + /* version */ + + *bufptr++ = ASN1_OCTET_STRING; /* community */ + asn1_set_length(&bufptr, commlen); + memcpy(bufptr, packet->community, commlen); + bufptr += commlen; + + *bufptr++ = packet->request_type; /* Get-Request-PDU */ + asn1_set_length(&bufptr, reqlen); + + asn1_set_integer(&bufptr, packet->request_id); + + asn1_set_integer(&bufptr, packet->error_status); + + asn1_set_integer(&bufptr, packet->error_index); + + *bufptr++ = ASN1_SEQUENCE; /* variable-bindings */ + asn1_set_length(&bufptr, listlen); + + *bufptr++ = ASN1_SEQUENCE; /* variable */ + asn1_set_length(&bufptr, varlen); + + asn1_set_oid(&bufptr, packet->object_name); + /* ObjectName */ + + switch (packet->object_type) + { + case ASN1_NULL_VALUE : + *bufptr++ = ASN1_NULL_VALUE; /* ObjectValue */ + *bufptr++ = 0; /* Length */ + break; + + case ASN1_BOOLEAN : + asn1_set_integer(&bufptr, packet->object_value.boolean); + break; + + case ASN1_INTEGER : + asn1_set_integer(&bufptr, packet->object_value.integer); + break; + + case ASN1_OCTET_STRING : + *bufptr++ = ASN1_OCTET_STRING; + asn1_set_length(&bufptr, valuelen); + memcpy(bufptr, packet->object_value.string, valuelen); + bufptr += valuelen; + break; + + case ASN1_OID : + asn1_set_oid(&bufptr, packet->object_value.oid); + break; + } + + return (bufptr - buffer); +} + + +/* + * 'asn1_get_integer()' - Get an integer value. + */ + +static int /* O - Integer value */ +asn1_get_integer( + unsigned char **buffer, /* IO - Pointer in buffer */ + unsigned char *bufend, /* I - End of buffer */ + int length) /* I - Length of value */ +{ + int value; /* Integer value */ + + + for (value = 0; + length > 0 && *buffer < bufend; + length --, (*buffer) ++) + value = (value << 8) | **buffer; + + return (value); +} + + +/* + * 'asn1_get_length()' - Get a value length. + */ + +static int /* O - Length */ +asn1_get_length(unsigned char **buffer, /* IO - Pointer in buffer */ + unsigned char *bufend) /* I - End of buffer */ +{ + int length; /* Length */ + + + length = **buffer; + (*buffer) ++; + + if (length & 128) + length = asn1_get_integer(buffer, bufend, length & 127); + + return (length); +} + + +/* + * 'asn1_get_oid()' - Get an OID value. + */ + +static int /* O - Last OID number */ +asn1_get_oid( + unsigned char **buffer, /* IO - Pointer in buffer */ + unsigned char *bufend, /* I - End of buffer */ + int length, /* I - Length of value */ + int *oid, /* I - OID buffer */ + int oidsize) /* I - Size of OID buffer */ +{ + unsigned char *valend; /* End of value */ + int *oidend; /* End of OID buffer */ + int number; /* OID number */ + + + valend = *buffer + length; + oidend = oid + oidsize - 1; + + if (valend > bufend) + valend = bufend; + + number = asn1_get_packed(buffer, bufend); + + if (number < 80) + { + *oid++ = number / 40; + number = number % 40; + *oid++ = number; + } + else + { + *oid++ = 2; + number -= 80; + *oid++ = number; + } + + while (*buffer < valend) + { + number = asn1_get_packed(buffer, bufend); + + if (oid < oidend) + *oid++ = number; + } + + *oid = 0; + + return (number); +} + + +/* + * 'asn1_get_packed()' - Get a packed integer value. + */ + +static int /* O - Value */ +asn1_get_packed( + unsigned char **buffer, /* IO - Pointer in buffer */ + unsigned char *bufend) /* I - End of buffer */ +{ + int value; /* Value */ + + + value = 0; + + while ((**buffer & 128) && *buffer < bufend) + { + value = (value << 7) | (**buffer & 127); + (*buffer) ++; + } + + if (*buffer < bufend) + { + value = (value << 7) | **buffer; + (*buffer) ++; + } + + return (value); +} + + +/* + * 'asn1_get_string()' - Get a string value. + */ + +static char * /* O - String */ +asn1_get_string( + unsigned char **buffer, /* IO - Pointer in buffer */ + unsigned char *bufend, /* I - End of buffer */ + int length, /* I - Value length */ + char *string, /* I - String buffer */ + int strsize) /* I - String buffer size */ +{ + if (length < strsize) + { + memcpy(string, *buffer, length); + string[length] = '\0'; + } + else + { + memcpy(string, buffer, strsize - 1); + string[strsize - 1] = '\0'; + } + + (*buffer) += length; + + return (string); +} + + +/* + * 'asn1_get_type()' - Get a value type. + */ + +static int /* O - Type */ +asn1_get_type(unsigned char **buffer, /* IO - Pointer in buffer */ + unsigned char *bufend) /* I - End of buffer */ +{ + int type; /* Type */ + + + type = **buffer; + (*buffer) ++; + + if ((type & 31) == 31) + type = asn1_get_packed(buffer, bufend); + + return (type); +} + + +/* + * 'asn1_set_integer()' - Set an integer value. + */ + +static void +asn1_set_integer(unsigned char **buffer,/* IO - Pointer in buffer */ + int integer) /* I - Integer value */ +{ + **buffer = ASN1_INTEGER; + (*buffer) ++; + + if (integer > 0x7fffff || integer < -0x800000) + { + **buffer = 4; + (*buffer) ++; + **buffer = integer >> 24; + (*buffer) ++; + **buffer = integer >> 16; + (*buffer) ++; + **buffer = integer >> 8; + (*buffer) ++; + **buffer = integer; + (*buffer) ++; + } + else if (integer > 0x7fff || integer < -0x8000) + { + **buffer = 3; + (*buffer) ++; + **buffer = integer >> 16; + (*buffer) ++; + **buffer = integer >> 8; + (*buffer) ++; + **buffer = integer; + (*buffer) ++; + } + else if (integer > 0x7f || integer < -0x80) + { + **buffer = 2; + (*buffer) ++; + **buffer = integer >> 8; + (*buffer) ++; + **buffer = integer; + (*buffer) ++; + } + else + { + **buffer = 1; + (*buffer) ++; + **buffer = integer; + (*buffer) ++; + } +} + + +/* + * 'asn1_set_length()' - Set a value length. + */ + +static void +asn1_set_length(unsigned char **buffer, /* IO - Pointer in buffer */ + int length) /* I - Length value */ +{ + if (length > 255) + { + **buffer = 0x82; /* 2-byte length */ + (*buffer) ++; + **buffer = length >> 8; + (*buffer) ++; + **buffer = length; + (*buffer) ++; + } + else if (length > 127) + { + **buffer = 0x81; /* 1-byte length */ + (*buffer) ++; + **buffer = length; + (*buffer) ++; + } + else + { + **buffer = length; /* Length */ + (*buffer) ++; + } +} + + +/* + * 'asn1_set_oid()' - Set an OID value. + */ + +static void +asn1_set_oid(unsigned char **buffer, /* IO - Pointer in buffer */ + const int *oid) /* I - OID value */ +{ + **buffer = ASN1_OID; + (*buffer) ++; + + asn1_set_length(buffer, asn1_size_oid(oid)); + + asn1_set_packed(buffer, oid[0] * 40 + oid[1]); + + for (oid += 2; *oid; oid ++) + asn1_set_packed(buffer, *oid); +} + + +/* + * 'asn1_set_packed()' - Set a packed integer value. + */ + +static void +asn1_set_packed(unsigned char **buffer, /* IO - Pointer in buffer */ + int integer) /* I - Integer value */ +{ + if (integer > 0xfffffff) + { + **buffer = (integer >> 28) & 0x7f; + (*buffer) ++; + } + + if (integer > 0x1fffff) + { + **buffer = (integer >> 21) & 0x7f; + (*buffer) ++; + } + + if (integer > 0x3fff) + { + **buffer = (integer >> 14) & 0x7f; + (*buffer) ++; + } + + if (integer > 0x7f) + { + **buffer = (integer >> 7) & 0x7f; + (*buffer) ++; + } + + **buffer = integer & 0x7f; + (*buffer) ++; +} + +/* + * 'asn1_size_integer()' - Figure out the number of bytes needed for an + * integer value. + */ + +static int /* O - Size in bytes */ +asn1_size_integer(int integer) /* I - Integer value */ +{ + if (integer > 0x7fffff || integer < -0x800000) + return (4); + else if (integer > 0x7fff || integer < -0x8000) + return (3); + else if (integer > 0x7f || integer < -0x80) + return (2); + else + return (1); +} + + +/* + * 'asn1_size_length()' - Figure out the number of bytes needed for a + * length value. + */ + +static int /* O - Size in bytes */ +asn1_size_length(int length) /* I - Length value */ +{ + if (length > 0xff) + return (3); + else if (length > 0x7f) + return (2); + else + return (1); +} + + +/* + * 'asn1_size_oid()' - Figure out the numebr of bytes needed for an + * OID value. + */ + +static int /* O - Size in bytes */ +asn1_size_oid(const int *oid) /* I - OID value */ +{ + int length; /* Length of value */ + + + for (length = asn1_size_packed(oid[0] * 40 + oid[1]), oid += 2; *oid; oid ++) + length += asn1_size_packed(*oid); + + return (length); +} + + +/* + * 'asn1_size_packed()' - Figure out the number of bytes needed for a + * packed integer value. + */ + +static int /* O - Size in bytes */ +asn1_size_packed(int integer) /* I - Integer value */ +{ + if (integer > 0xfffffff) + return (5); + else if (integer > 0x1fffff) + return (4); + else if (integer > 0x3fff) + return (3); + else if (integer > 0x7f) + return (2); + else + return (1); +} + + +/* + * 'compare_cache()' - Compare two cache entries. + */ + +static int /* O - Result of comparison */ +compare_cache(snmp_cache_t *a, /* I - First cache entry */ + snmp_cache_t *b) /* I - Second cache entry */ +{ + return (strcasecmp(a->addrname, b->addrname)); +} + + +/* + * 'debug_printf()' - Display some debugging information. + */ + +static void +debug_printf(const char *format, /* I - Printf-style format string */ + ...) /* I - Additional arguments as needed */ +{ + va_list ap; /* Pointer to arguments */ + + + if (!DebugLevel) + return; + + va_start(ap, format); + vfprintf(stderr, format, ap); + va_end(ap); +} + + +/* + * 'do_request()' - Do a non-blocking IPP request. + */ + +static ipp_t * /* O - Response data or NULL */ +do_request(http_t *http, /* I - HTTP connection to server */ + ipp_t *request, /* I - IPP request */ + const char *resource) /* I - HTTP resource for POST */ +{ + ipp_t *response; /* IPP response data */ + http_status_t status; /* Status of HTTP request */ + ipp_state_t state; /* State of IPP processing */ + + + /* + * Setup the HTTP variables needed... + */ + + httpClearFields(http); + httpSetLength(http, ippLength(request)); + httpSetField(http, HTTP_FIELD_CONTENT_TYPE, "application/ipp"); + + /* + * Do the POST request... + */ + + debug_printf("DEBUG: %.3f POST %s...\n", run_time(), resource); + + if (httpPost(http, resource)) + { + if (httpReconnect(http)) + { + _cupsSetError(IPP_DEVICE_ERROR, "Unable to reconnect"); + return (NULL); + } + else if (httpPost(http, resource)) + { + _cupsSetError(IPP_GONE, "Unable to POST"); + return (NULL); + } + } + + /* + * Send the IPP data... + */ + + request->state = IPP_IDLE; + status = HTTP_CONTINUE; + + while ((state = ippWrite(http, request)) != IPP_DATA) + if (state == IPP_ERROR) + { + status = HTTP_ERROR; + break; + } + else if (httpCheck(http)) + { + if ((status = httpUpdate(http)) != HTTP_CONTINUE) + break; + } + + /* + * Get the server's return status... + */ + + debug_printf("DEBUG: %.3f Getting response...\n", run_time()); + + while (status == HTTP_CONTINUE) + if (httpWait(http, 1000)) + status = httpUpdate(http); + else + { + status = HTTP_ERROR; + http->error = ETIMEDOUT; + } + + if (status != HTTP_OK) + { + /* + * Flush any error message... + */ + + httpFlush(http); + response = NULL; + } + else + { + /* + * Read the response... + */ + + response = ippNew(); + + while ((state = ippRead(http, response)) != IPP_DATA) + if (state == IPP_ERROR) + { + /* + * Delete the response... + */ + + ippDelete(response); + response = NULL; + + _cupsSetError(IPP_SERVICE_UNAVAILABLE, strerror(errno)); + break; + } + } + + /* + * Delete the original request and return the response... + */ + + ippDelete(request); + + if (response) + { + ipp_attribute_t *attr; /* status-message attribute */ + + + attr = ippFindAttribute(response, "status-message", IPP_TAG_TEXT); + + _cupsSetError(response->request.status.status_code, + attr ? attr->values[0].string.text : + ippErrorString(response->request.status.status_code)); + } + else if (status != HTTP_OK) + { + switch (status) + { + case HTTP_NOT_FOUND : + _cupsSetError(IPP_NOT_FOUND, httpStatus(status)); + break; + + case HTTP_UNAUTHORIZED : + _cupsSetError(IPP_NOT_AUTHORIZED, httpStatus(status)); + break; + + case HTTP_FORBIDDEN : + _cupsSetError(IPP_FORBIDDEN, httpStatus(status)); + break; + + case HTTP_BAD_REQUEST : + _cupsSetError(IPP_BAD_REQUEST, httpStatus(status)); + break; + + case HTTP_REQUEST_TOO_LARGE : + _cupsSetError(IPP_REQUEST_VALUE, httpStatus(status)); + break; + + case HTTP_NOT_IMPLEMENTED : + _cupsSetError(IPP_OPERATION_NOT_SUPPORTED, httpStatus(status)); + break; + + case HTTP_NOT_SUPPORTED : + _cupsSetError(IPP_VERSION_NOT_SUPPORTED, httpStatus(status)); + break; + + default : + _cupsSetError(IPP_SERVICE_UNAVAILABLE, httpStatus(status)); + break; + } + } + + return (response); +} + + +/* + * 'fix_make_model()' - Fix common problems in the make-and-model string. + */ + +static void +fix_make_model( + char *make_model, /* I - New make-and-model string */ + const char *old_make_model, /* I - Old make-and-model string */ + int make_model_size) /* I - Size of new string buffer */ +{ + char *mmptr; /* Pointer into make-and-model string */ + + + /* + * Fix some common problems with the make-and-model string so + * that printer driver detection works better... + */ + + if (!strncasecmp(old_make_model, "Hewlett-Packard", 15)) + { + /* + * Strip leading Hewlett-Packard and hp prefixes and replace + * with a single HP manufacturer prefix... + */ + + mmptr = (char *)old_make_model + 15; + + while (isspace(*mmptr & 255)) + mmptr ++; + + if (!strncasecmp(mmptr, "hp", 2)) + { + mmptr += 2; + + while (isspace(*mmptr & 255)) + mmptr ++; + } + + make_model[0] = 'H'; + make_model[1] = 'P'; + make_model[2] = ' '; + strlcpy(make_model + 3, mmptr, make_model_size - 3); + } + else if (!strncasecmp(old_make_model, "deskjet", 7)) + snprintf(make_model, make_model_size, "HP DeskJet%s", old_make_model + 7); + else if (!strncasecmp(old_make_model, "officejet", 9)) + snprintf(make_model, make_model_size, "HP OfficeJet%s", old_make_model + 9); + else if (!strncasecmp(old_make_model, "stylus_pro_", 11)) + snprintf(make_model, make_model_size, "EPSON Stylus Pro %s", + old_make_model + 11); + else + strlcpy(make_model, old_make_model, make_model_size); + + if ((mmptr = strstr(make_model, ", Inc.,")) != NULL) + { + /* + * Strip inc. from name, e.g. "Tektronix, Inc., Phaser 560" + * becomes "Tektronix Phaser 560"... + */ + + _cups_strcpy(mmptr, mmptr + 7); + } + + if ((mmptr = strstr(make_model, " Network")) != NULL) + { + /* + * Drop unnecessary informational text, e.g. "Xerox DocuPrint N2025 + * Network LaserJet - 2.12" becomes "Xerox DocuPrint N2025"... + */ + + *mmptr = '\0'; + } + + if ((mmptr = strchr(make_model, ',')) != NULL) + { + /* + * Drop anything after a trailing comma... + */ + + *mmptr = '\0'; + } +} + + +/* + * 'free_array()' - Free an array of strings. + */ + +static void +free_array(cups_array_t *a) /* I - Array */ +{ + char *s; /* Current string */ + + + for (s = (char *)cupsArrayFirst(a); s; s = (char *)cupsArrayNext(a)) + free(s); + + cupsArrayDelete(a); +} + + +/* + * 'free_cache()' - Free the array of cached devices. + */ + +static void +free_cache(void) +{ + snmp_cache_t *cache; /* Cached device */ + + + for (cache = (snmp_cache_t *)cupsArrayFirst(Devices); + cache; + cache = (snmp_cache_t *)cupsArrayNext(Devices)) + { + free(cache->addrname); + + if (cache->uri) + free(cache->uri); + + if (cache->id) + free(cache->id); + + if (cache->make_and_model) + free(cache->make_and_model); + + free(cache); + } + + cupsArrayDelete(Devices); + Devices = NULL; +} + + +/* + * 'get_interface_addresses()' - Get the broadcast address(es) associated + * with an interface. + */ + +static http_addrlist_t * /* O - List of addresses */ +get_interface_addresses( + const char *ifname) /* I - Interface name */ +{ + struct ifaddrs *addrs, /* Interface address list */ + *addr; /* Current interface address */ + http_addrlist_t *first, /* First address in list */ + *last, /* Last address in list */ + *current; /* Current address */ + + + if (getifaddrs(&addrs) < 0) + return (NULL); + + for (addr = addrs, first = NULL, last = NULL; addr; addr = addr->ifa_next) + if ((addr->ifa_flags & IFF_BROADCAST) && addr->ifa_broadaddr && + addr->ifa_broadaddr->sa_family == AF_INET && + (!ifname || !strcmp(ifname, addr->ifa_name))) + { + current = calloc(1, sizeof(http_addrlist_t)); + + memcpy(&(current->addr), addr->ifa_broadaddr, + sizeof(struct sockaddr_in)); + + if (!last) + first = current; + else + last->next = current; + + last = current; + } + + freeifaddrs(addrs); + + return (first); +} + + +/* + * 'hex_debug()' - Output hex debugging data... + */ + +static void +hex_debug(unsigned char *buffer, /* I - Buffer */ + size_t len) /* I - Number of bytes */ +{ + int col; /* Current column */ + + + fputs("DEBUG: Hex dump of packet:\n", stderr); + + for (col = 0; len > 0; col ++, buffer ++, len --) + { + if ((col & 15) == 0) + fprintf(stderr, "DEBUG: %04X ", col); + + fprintf(stderr, " %02X", *buffer); + + if ((col & 15) == 15) + putc('\n', stderr); + } + + if (col & 15) + putc('\n', stderr); +} + + +/* + * 'list_device()' - List a device we found... + */ + +static void +list_device(snmp_cache_t *cache) /* I - Cached device */ +{ + if (cache->uri) + printf("network %s \"%s\" \"%s %s\" \"%s\"\n", + cache->uri, + cache->make_and_model ? cache->make_and_model : "Unknown", + cache->make_and_model ? cache->make_and_model : "Unknown", + cache->addrname, cache->id ? cache->id : ""); +} + + +/* + * 'open_snmp_socket()' - Open the SNMP broadcast socket. + */ + +static int /* O - SNMP socket file descriptor */ +open_snmp_socket(void) +{ + int fd; /* SNMP socket file descriptor */ + int val; /* Socket option value */ + + + /* + * Create the SNMP socket... + */ + + if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) < 0) + { + fprintf(stderr, "ERROR: Unable to create SNMP socket - %s\n", + strerror(errno)); + + return (-1); + } + + /* + * Set the "broadcast" flag... + */ + + val = 1; + + if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &val, sizeof(val))) + { + fprintf(stderr, "ERROR: Unable to set broadcast mode - %s\n", + strerror(errno)); + + close(fd); + + return (-1); + } + + return (fd); +} + + +/* + * 'password_cb()' - Handle authentication requests. + * + * All we do right now is return NULL, indicating that no authentication + * is possible. + */ + +static const char * /* O - Password (NULL) */ +password_cb(const char *prompt) /* I - Prompt message */ +{ + (void)prompt; /* Anti-compiler-warning-code */ + + return (NULL); +} + + +/* + * 'probe_device()' - Probe a device to discover whether it is a printer. + * + * TODO: Try using the Port Monitor MIB to discover the correct protocol + * to use - first need a commercially-available printer that supports + * it, though... + */ + +static void +probe_device(snmp_cache_t *device) /* I - Device */ +{ + int i, j; /* Looping vars */ + http_t *http; /* HTTP connection for IPP */ + char uri[1024]; /* Full device URI */ + + + /* + * Try connecting via IPP first... + */ + + debug_printf("DEBUG: %.3f Probing %s...\n", run_time(), device->addrname); + + if (device->make_and_model && + (!strncasecmp(device->make_and_model, "Epson", 5) || + !strncasecmp(device->make_and_model, "HP ", 3) || + !strncasecmp(device->make_and_model, "Hewlett", 7) || + !strncasecmp(device->make_and_model, "Kyocera", 7) || + !strncasecmp(device->make_and_model, "Lexmark", 7) || + !strncasecmp(device->make_and_model, "Tektronix", 9) || + !strncasecmp(device->make_and_model, "Xerox", 5))) + { + /* + * Epson, HP, Kyocera, Lexmark, Tektronix, and Xerox printers often lock + * up on IPP probes, so exclude them from the IPP connection test... + */ + + http = NULL; + } + else + { + /* + * Otherwise, try connecting for up to 1 second... + */ + + alarm(1); + http = httpConnect(device->addrname, 631); + alarm(0); + } + + if (http) + { + /* + * IPP is supported... + */ + + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *model, /* printer-make-and-model attribute */ + *info, /* printer-info attribute */ + *supported; /* printer-uri-supported attribute */ + char make_model[256],/* Make and model string to use */ + temp[256]; /* Temporary make/model string */ + int num_uris; /* Number of good URIs */ + static const char * const resources[] = + { /* Common resource paths for IPP */ + "/ipp", + /*"/ipp/port2",*/ + /*"/ipp/port3",*/ + /*"/EPSON_IPP_Printer",*/ + "/LPT1", + "/LPT2", + "/COM1", + "/" + }; + + + /* + * Use non-blocking IO... + */ + + httpBlocking(http, 0); + + /* + * Loop through a list of common resources that covers 99% of the + * IPP-capable printers on the market today... + */ + + for (i = 0, num_uris = 0; + i < (int)(sizeof(resources) / sizeof(resources[0])); + i ++) + { + /* + * Stop early if we are out of time... + */ + + if (MaxRunTime > 0 && run_time() >= MaxRunTime) + break; + + /* + * Don't look past /ipp if we have found a working URI... + */ + + if (num_uris > 0 && strncmp(resources[i], "/ipp", 4)) + break; + + httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + device->addrname, 631, resources[i]); + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + response = do_request(http, request, resources[i]); + + debug_printf("DEBUG: %.3f %s %s (%s)\n", run_time(), uri, + ippErrorString(cupsLastError()), cupsLastErrorString()); + + if (response && response->request.status.status_code == IPP_OK) + { + model = ippFindAttribute(response, "printer-make-and-model", + IPP_TAG_TEXT); + info = ippFindAttribute(response, "printer-info", IPP_TAG_TEXT); + supported = ippFindAttribute(response, "printer-uri-supported", + IPP_TAG_URI); + + if (!supported) + { + fprintf(stderr, "ERROR: Missing printer-uri-supported from %s!\n", + device->addrname); + + httpClose(http); + return; + } + + debug_printf("DEBUG: printer-info=\"%s\"\n", + info ? info->values[0].string.text : "(null)"); + debug_printf("DEBUG: printer-make-and-model=\"%s\"\n", + model ? model->values[0].string.text : "(null)"); + + /* + * Don't advertise this port if the printer actually only supports + * a more generic version... + */ + + if (!strncmp(resources[i], "/ipp/", 5)) + { + for (j = 0; j < supported->num_values; j ++) + if (strstr(supported->values[j].string.text, "/ipp/")) + break; + + if (j >= supported->num_values) + { + ippDelete(response); + break; + } + } + + /* + * Don't use the printer-info attribute if it does not contain the + * IEEE-1284 device ID data... + */ + + if (info && + (!strchr(info->values[0].string.text, ':') || + !strchr(info->values[0].string.text, ';'))) + info = NULL; + + /* + * Don't use the printer-make-and-model if it contains a generic + * string like "Ricoh IPP Printer"... + */ + + if (model && strstr(model->values[0].string.text, "IPP Printer")) + model = NULL; + + /* + * If we don't have a printer-make-and-model string from the printer + * but do have the 1284 device ID string, generate a make-and-model + * string from the device ID info... + */ + + if (model) + strlcpy(temp, model->values[0].string.text, sizeof(temp)); + else if (info) + backendGetMakeModel(info->values[0].string.text, temp, sizeof(temp)); + else + temp[0] = '\0'; + + fix_make_model(make_model, temp, sizeof(make_model)); + + /* + * Update the current device or add a new printer to the cache... + */ + + if (num_uris == 0) + update_cache(device, uri, + info ? info->values[0].string.text : NULL, + make_model[0] ? make_model : NULL); + else + add_cache(&(device->address), device->addrname, uri, + info ? info->values[0].string.text : NULL, + make_model[0] ? make_model : NULL); + + num_uris ++; + } + + ippDelete(response); + + if (num_uris > 0 && cupsLastError() != IPP_OK) + break; + } + + httpClose(http); + + if (num_uris > 0) + return; + } + + /* + * OK, now try the standard ports... + */ + + if (!try_connect(&(device->address), device->addrname, 9100)) + { + debug_printf("DEBUG: %s supports AppSocket!\n", device->addrname); + + snprintf(uri, sizeof(uri), "socket://%s", device->addrname); + update_cache(device, uri, NULL, NULL); + } + else if (!try_connect(&(device->address), device->addrname, 515)) + { + debug_printf("DEBUG: %s supports LPD!\n", device->addrname); + + snprintf(uri, sizeof(uri), "lpd://%s/", device->addrname); + update_cache(device, uri, NULL, NULL); + } +} + + +/* + * 'read_snmp_conf()' - Read the snmp.conf file. + */ + +static void +read_snmp_conf(const char *address) /* I - Single address to probe */ +{ + cups_file_t *fp; /* File pointer */ + char filename[1024], /* Filename */ + line[1024], /* Line from file */ + *value; /* Value on line */ + int linenum; /* Line number */ + const char *cups_serverroot; /* CUPS_SERVERROOT env var */ + const char *debug; /* CUPS_DEBUG_LEVEL env var */ + const char *runtime; /* CUPS_MAX_RUN_TIME env var */ + + + /* + * Initialize the global address and community lists... + */ + + Addresses = cupsArrayNew(NULL, NULL); + Communities = cupsArrayNew(NULL, NULL); + + if (address) + add_array(Addresses, address); + + if ((debug = getenv("CUPS_DEBUG_LEVEL")) != NULL) + DebugLevel = atoi(debug); + + if ((runtime = getenv("CUPS_MAX_RUN_TIME")) != NULL) + MaxRunTime = atoi(runtime); + + /* + * Find the snmp.conf file... + */ + + if ((cups_serverroot = getenv("CUPS_SERVERROOT")) == NULL) + cups_serverroot = CUPS_SERVERROOT; + + snprintf(filename, sizeof(filename), "%s/snmp.conf", cups_serverroot); + + if ((fp = cupsFileOpen(filename, "r")) != NULL) + { + /* + * Read the snmp.conf file... + */ + + linenum = 0; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + if (!value) + fprintf(stderr, "ERROR: Missing value on line %d of %s!\n", linenum, + filename); + else if (!strcasecmp(line, "Address")) + { + if (!address) + add_array(Addresses, value); + } + else if (!strcasecmp(line, "Community")) + add_array(Communities, value); + else if (!strcasecmp(line, "DebugLevel")) + DebugLevel = atoi(value); + else if (!strcasecmp(line, "HostNameLookups")) + HostNameLookups = !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || + !strcasecmp(value, "true") || + !strcasecmp(value, "double"); + else if (!strcasecmp(line, "MaxRunTime")) + MaxRunTime = atoi(value); + else + fprintf(stderr, "ERROR: Unknown directive %s on line %d of %s!\n", + line, linenum, filename); + } + + cupsFileClose(fp); + } + + /* + * Use defaults if parameters are undefined... + */ + + if (cupsArrayCount(Addresses) == 0) + { + fputs("INFO: Using default SNMP Address @LOCAL\n", stderr); + add_array(Addresses, "@LOCAL"); + } + + if (cupsArrayCount(Communities) == 0) + { + fputs("INFO: Using default SNMP Community public\n", stderr); + add_array(Communities, "public"); + } +} + + +/* + * 'read_snmp_response()' - Read and parse a SNMP response... + */ + +static void +read_snmp_response(int fd) /* I - SNMP socket file descriptor */ +{ + unsigned char buffer[SNMP_MAX_PACKET];/* Data packet */ + int bytes; /* Number of bytes received */ + http_addr_t addr; /* Source address */ + socklen_t addrlen; /* Source address length */ + char addrname[256]; /* Source address name */ + snmp_packet_t packet; /* Decoded packet */ + snmp_cache_t key, /* Search key */ + *device; /* Matching device */ + + + /* + * Read the response data... + */ + + addrlen = sizeof(addr); + + if ((bytes = recvfrom(fd, buffer, sizeof(buffer), 0, (void *)&addr, + &addrlen)) < 0) + { + fprintf(stderr, "ERROR: Unable to read data from socket: %s\n", + strerror(errno)); + return; + } + + if (HostNameLookups) + httpAddrLookup(&addr, addrname, sizeof(addrname)); + else + httpAddrString(&addr, addrname, sizeof(addrname)); + + debug_printf("DEBUG: %.3f Received %d bytes from %s...\n", run_time(), + bytes, addrname); + + /* + * Look for the response status code in the SNMP message header... + */ + + if (asn1_decode_snmp(buffer, bytes, &packet)) + { + fprintf(stderr, "ERROR: Bad SNMP packet from %s: %s\n", addrname, + packet.error); + + asn1_debug(buffer, bytes, 0); + hex_debug(buffer, bytes); + + return; + } + + debug_printf("DEBUG: community=\"%s\"\n", packet.community); + debug_printf("DEBUG: request-id=%d\n", packet.request_id); + debug_printf("DEBUG: error-status=%d\n", packet.error_status); + + if (DebugLevel > 1) + asn1_debug(buffer, bytes, 0); + + if (DebugLevel > 2) + hex_debug(buffer, bytes); + + if (packet.error_status) + return; + + /* + * Find a matching device in the cache... + */ + + key.addrname = addrname; + device = (snmp_cache_t *)cupsArrayFind(Devices, &key); + + /* + * Process the message... + */ + + if (packet.request_id == DeviceTypeRequest) + { + /* + * Got the device type response... + */ + + if (device) + { + debug_printf("DEBUG: Discarding duplicate device type for \"%s\"...\n", + addrname); + return; + } + + /* + * Add the device and request the device description... + */ + + add_cache(&addr, addrname, NULL, NULL, NULL); + + send_snmp_query(fd, &addr, SNMP_VERSION_1, packet.community, + DeviceDescRequest, DeviceDescOID); + } + else if (packet.request_id == DeviceDescRequest && + packet.object_type == ASN1_OCTET_STRING) + { + /* + * Update an existing cache entry... + */ + + char make_model[256]; /* Make and model */ + + + if (!device) + { + debug_printf("DEBUG: Discarding device description for \"%s\"...\n", + addrname); + return; + } + + /* + * Convert the description to a make and model string... + */ + + if (strchr(packet.object_value.string, ':') && + strchr(packet.object_value.string, ';')) + { + /* + * Description is the IEEE-1284 device ID... + */ + + backendGetMakeModel(packet.object_value.string, make_model, + sizeof(make_model)); + } + else + { + /* + * Description is plain text... + */ + + fix_make_model(make_model, packet.object_value.string, + sizeof(make_model)); + } + + if (device->make_and_model) + free(device->make_and_model); + + device->make_and_model = strdup(make_model); + } +} + + +/* + * 'run_time()' - Return the total running time... + */ + +static double /* O - Number of seconds */ +run_time(void) +{ + struct timeval curtime; /* Current time */ + + + gettimeofday(&curtime, NULL); + + return (curtime.tv_sec - StartTime.tv_sec + + 0.000001 * (curtime.tv_usec - StartTime.tv_usec)); +} + + +/* + * 'scan_devices()' - Scan for devices using SNMP. + */ + +static void +scan_devices(int fd) /* I - SNMP socket */ +{ + char *address, /* Current address */ + *community; /* Current community */ + fd_set input; /* Input set for select() */ + struct timeval timeout; /* Timeout for select() */ + time_t endtime; /* End time for scan */ + http_addrlist_t *addrs, /* List of addresses */ + *addr; /* Current address */ + snmp_cache_t *device; /* Current device */ + + + /* + * Setup the request IDs... + */ + + gettimeofday(&StartTime, NULL); + + DeviceTypeRequest = StartTime.tv_sec; + DeviceDescRequest = StartTime.tv_sec + 1; + + /* + * First send all of the broadcast queries... + */ + + for (address = (char *)cupsArrayFirst(Addresses); + address; + address = (char *)cupsArrayNext(Addresses)) + { + if (!strcmp(address, "@LOCAL")) + addrs = get_interface_addresses(NULL); + else if (!strncmp(address, "@IF(", 4)) + { + char ifname[255]; /* Interface name */ + + + strlcpy(ifname, address + 4, sizeof(ifname)); + if (ifname[0]) + ifname[strlen(ifname) - 1] = '\0'; + + addrs = get_interface_addresses(ifname); + } + else + addrs = httpAddrGetList(address, AF_INET, NULL); + + if (!addrs) + { + fprintf(stderr, "ERROR: Unable to scan \"%s\"!\n", address); + continue; + } + + for (community = (char *)cupsArrayFirst(Communities); + community; + community = (char *)cupsArrayNext(Communities)) + { + debug_printf("DEBUG: Scanning for devices in \"%s\" via \"%s\"...\n", + community, address); + + for (addr = addrs; addr; addr = addr->next) + send_snmp_query(fd, &(addr->addr), SNMP_VERSION_1, community, + DeviceTypeRequest, DeviceTypeOID); + } + + httpAddrFreeList(addrs); + } + + /* + * Then read any responses that come in over the next 3 seconds... + */ + + endtime = time(NULL) + 3; + + FD_ZERO(&input); + + while (time(NULL) < endtime) + { + timeout.tv_sec = 1; + timeout.tv_usec = 0; + + FD_SET(fd, &input); + if (select(fd + 1, &input, NULL, NULL, &timeout) < 0) + { + fprintf(stderr, "ERROR: %.3f select() for %d failed: %s\n", run_time(), + fd, strerror(errno)); + break; + } + + if (FD_ISSET(fd, &input)) + read_snmp_response(fd); + else + break; + } + + /* + * Finally, probe all of the printers we discovered to see how they are + * connected... + */ + + for (device = (snmp_cache_t *)cupsArrayFirst(Devices); + device; + device = (snmp_cache_t *)cupsArrayNext(Devices)) + if (MaxRunTime > 0 && run_time() >= MaxRunTime) + break; + else if (!device->uri) + probe_device(device); + + debug_printf("DEBUG: %.3f Scan complete!\n", run_time()); +} + + +/* + * 'send_snmp_query()' - Send an SNMP query packet. + */ + +static void +send_snmp_query( + int fd, /* I - SNMP socket */ + http_addr_t *addr, /* I - Address to send to */ + int version, /* I - SNMP version */ + const char *community, /* I - Community name */ + const unsigned request_id, /* I - Request ID */ + const int *oid) /* I - OID */ +{ + int i; /* Looping var */ + snmp_packet_t packet; /* SNMP message packet */ + unsigned char buffer[SNMP_MAX_PACKET];/* SNMP message buffer */ + int bytes; /* Size of message */ + char addrname[32]; /* Address name */ + + + /* + * Create the SNMP message... + */ + + memset(&packet, 0, sizeof(packet)); + + packet.version = version; + packet.request_type = ASN1_GET_REQUEST; + packet.request_id = request_id; + packet.object_type = ASN1_NULL_VALUE; + + strlcpy(packet.community, community, sizeof(packet.community)); + + for (i = 0; oid[i]; i ++) + packet.object_name[i] = oid[i]; + + bytes = asn1_encode_snmp(buffer, sizeof(buffer), &packet); + + if (bytes < 0) + { + fprintf(stderr, "ERROR: Unable to send SNMP query: %s\n", packet.error); + return; + } + + /* + * Send the message... + */ + + debug_printf("DEBUG: %.3f Sending %d bytes to %s...\n", run_time(), + bytes, httpAddrString(addr, addrname, sizeof(addrname))); + if (DebugLevel > 1) + asn1_debug(buffer, bytes, 0); + if (DebugLevel > 2) + hex_debug(buffer, bytes); + + addr->ipv4.sin_port = htons(SNMP_PORT); + + if (sendto(fd, buffer, bytes, 0, (void *)addr, sizeof(addr->ipv4)) < bytes) + fprintf(stderr, "ERROR: Unable to send %d bytes to %s: %s\n", + bytes, addrname, strerror(errno)); +} + + +/* + * 'try_connect()' - Try connecting on a port... + */ + +static int /* O - 0 on success or -1 on error */ +try_connect(http_addr_t *addr, /* I - Socket address */ + const char *addrname, /* I - Hostname or IP address */ + int port) /* I - Port number */ +{ + int fd; /* Socket */ + int status; /* Connection status */ + + + debug_printf("DEBUG: %.3f Trying %s://%s:%d...\n", run_time(), + port == 515 ? "lpd" : "socket", addrname, port); + + if ((fd = socket(AF_INET, SOCK_STREAM, 0)) < 0) + { + fprintf(stderr, "ERROR: Unable to create socket: %s\n", strerror(errno)); + return (-1); + } + + addr->ipv4.sin_port = htons(port); + + alarm(1); + + status = connect(fd, (void *)addr, httpAddrLength(addr)); + + close(fd); + alarm(0); + + return (status); +} + + +/* + * 'update_cache()' - Update a cached device... + */ + +static void +update_cache(snmp_cache_t *device, /* I - Device */ + const char *uri, /* I - Device URI */ + const char *id, /* I - Device ID */ + const char *make_model) /* I - Device make and model */ +{ + if (device->uri) + free(device->uri); + + device->uri = strdup(uri); + + if (id) + { + if (device->id) + free(device->id); + + device->id = strdup(id); + } + + if (make_model) + { + if (device->make_and_model) + free(device->make_and_model); + + device->make_and_model = strdup(make_model); + } + + list_device(device); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/snmp.txt b/backend/snmp.txt new file mode 100644 index 0000000000..77a38c498d --- /dev/null +++ b/backend/snmp.txt @@ -0,0 +1,172 @@ +snmp.txt - 2006-04-19 +--------------------- + +This file lists the "interesting" bits from the command: + + snmpwalk -v 1 -c public HOST .1 + +for many network print servers and internal cards. It is mainly here +for SNMP documentation and development purposes. + + +AXIS 5600 + +SNMPv2-MIB::sysDescr.0 = STRING: HP ETHERNET MULTI-ENVIRONMENT,ROM J.sp.00,JETDIRECT EX,JD28,EEPROM 6.16.5 +SNMPv2-MIB::sysName.0 = STRING: +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceType.3 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Hewlett-Packard hp LaserJet 3380 +HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: Axis AXIS 5600 +HOST-RESOURCES-MIB::hrDeviceDescr.3 = STRING: Axis AXIS 5600 +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero +HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero +HOST-RESOURCES-MIB::hrDeviceID.3 = OID: SNMPv2-SMI::zeroDotZero +SNMPv2-SMI::enterprises.11.2.4.3.10.8.0 = STRING: "AXIS433AE8" +SNMPv2-SMI::enterprises.368.2.3.2.601.0 = INTEGER: 9100 +SNMPv2-SMI::enterprises.368.2.3.2.602.0 = INTEGER: 9101 +SNMPv2-SMI::enterprises.368.2.3.2.603.0 = INTEGER: 9102 +SNMPv2-SMI::enterprises.368.2.3.10.901.0 = STRING: "AXIS433AE8" + + +AXIS OfficeBasic + +SNMPv2-MIB::sysDescr.0 = STRING: AXIS OfficeBasic Parallel Network Print Server V6.43 Sep 4 2003 +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: EPSON Stylus Photo 870 +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero + + +DLink DP-301P+ + +SNMPv2-MIB::sysDescr.0 = STRING: D-Link DP-301P+ Print Server + + +Genicom ML280 + +SNMPv2-MIB::sysDescr.0 = STRING: GENICOM microLaser 280 +SNMPv2-MIB::sysName.0 = STRING: PRQ_004F75 +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: MANUFACTURER:GENICOM;MODEL:microLaser 280; +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.3369.1.1.2.4 + + +EPSON Type-B Network Card + +SNMPv2-MIB::sysDescr.0 = STRING: EPSON Type-B 10Base-T/100Base-TX Print Server +SNMPv2-MIB::sysName.0 = STRING: StylusPro7600-BB87A8 +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: EPSON Stylus Pro 7600 +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.1248.1.2.1.22.69.109.117.108.97.116.101.83.116.121.108.117.115.32.80.114.111.32.55.54.48.48 +SNMPv2-SMI::enterprises.11.2.3.9.1.1.7.0 = STRING: "MFG:EPSON;CMD:ESCPL2,BDC;MDL:Stylus Pro 7600;CLS:PRINTER;DES:EPSON Stylus Pro 7600;" +SNMPv2-SMI::enterprises.1248.1.2.2.1.1.1.1.1 = STRING: "MFG:EPSON;CMD:ESCPL2,BDC;MDL:Stylus Pro 7600;CLS:PRINTER;DES:EPSON Stylus Pro 7600;" + + +EPSON Wireless 802.11b Print Server + +SNMPv2-MIB::sysDescr.0 = STRING: EPSON Wireless LAN Print Interface compatible with an HP JETDIRECT EX +SNMPv2-MIB::sysName.0 = STRING: EAI_0F550B +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero + + +HP JetDirect EX3plus + +SNMPv2-MIB::sysDescr.0 = STRING: HP ETHERNET MULTI-ENVIRONMENT,ROM D.04.03,JETDIRECT EX,JD26,EEPROM D.05.22 +SNMPv2-MIB::sysName.0 = STRING: NPID1EC0F + + +HP LJ4000 + +SNMPv2-MIB::sysDescr.0 = STRING: HP ETHERNET MULTI-ENVIRONMENT,ROM G.05.34,JETDIRECT,JD30,EEPROM G.08.32 +SNMPv2-MIB::sysName.0 = STRING: +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: HP LaserJet 4000 Series +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.11.2.3.9.1.2.5 + + +HP CLJ4550 + +SNMPv2-MIB::sysDescr.0 = STRING: HP ETHERNET MULTI-ENVIRONMENT,ROM L.20.07,JETDIRECT,JD84,EEPROM L.21.22,CIDATE 07/06/2001 +SNMPv2-MIB::sysName.0 = STRING: NPI02FDE7 +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: HP Color LaserJet 4550 +HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: Hewlett-Packard Dynamic RAM Disk +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.11.2.3.9.1.2.14 + + +Lexmark C522 + +SNMPv2-MIB::sysDescr.0 = STRING: Lexmark C522 version NS.NP.N212 kernel 2.6.6 All-N-1 +SNMPv2-MIB::sysName.0 = STRING: ET0004000D0CCA +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDeviceNonVolatileMemory +HOST-RESOURCES-MIB::hrDeviceType.3 = OID: HOST-RESOURCES-TYPES::hrDeviceProcessor +HOST-RESOURCES-MIB::hrDeviceType.4 = OID: HOST-RESOURCES-TYPES::hrDeviceSerialPort +HOST-RESOURCES-MIB::hrDeviceType.5 = OID: HOST-RESOURCES-TYPES::hrDeviceNetwork +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Lexmark C522 9421TTV LS.FA.P129 +HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: Nonvolatile RAM +HOST-RESOURCES-MIB::hrDeviceDescr.3 = STRING: IBM 750 Rev CXr +HOST-RESOURCES-MIB::hrDeviceDescr.4 = STRING: USB Interface +HOST-RESOURCES-MIB::hrDeviceDescr.5 = STRING: Network Interface +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::zeroDotZero +HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero +HOST-RESOURCES-MIB::hrDeviceID.3 = OID: SNMPv2-SMI::zeroDotZero +HOST-RESOURCES-MIB::hrDeviceID.4 = OID: SNMPv2-SMI::zeroDotZero +HOST-RESOURCES-MIB::hrDeviceID.5 = OID: SNMPv2-SMI::enterprises.641.1 +SNMPv2-SMI::enterprises.641.2.1.2.1.2.1 = STRING: "Lexmark C522" +SNMPv2-SMI::enterprises.641.2.1.2.1.3.1 = STRING: "MANUFACTURER:Lexmark International;COMMAND SET:;MODEL:Lexmark C522" + + +Linksys EPSX3 + +SNMPv2-MIB::sysDescr.0 = STRING: ETHERNET MULTI-ENVIRONMENT.ROM, JETDIRECT EX, EEPROM 6016 + + +NetGear PS113 + +SNMPv2-MIB::sysDescr.0 = STRING: A SNMP proxy agent. + + +Okidata C7200 + +SNMPv2-MIB::sysDescr.0 = STRING: OkiLAN 6200e +SNMPv2-MIB::sysName.0 = STRING: OKI7009715 +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDeviceNonVolat +ileMemory +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: C7200 +HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: FLASH0 +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.2001.1.1.1.1 +HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero +SNMPv2-SMI::mib-2.43.14.1.1.3.1.1 = STRING: "IEEE 1284" +SNMPv2-SMI::mib-2.43.14.1.1.3.1.2 = STRING: "EtherTalk Phase 2" +SNMPv2-SMI::mib-2.43.14.1.1.3.1.3 = STRING: "LPD" +SNMPv2-SMI::mib-2.43.14.1.1.3.1.4 = STRING: "Netware Rprinter" +SNMPv2-SMI::mib-2.43.14.1.1.3.1.5 = STRING: "Netware Bindery or NDS Pserver" +SNMPv2-SMI::mib-2.43.14.1.1.3.1.6 = STRING: "Raw TCP Port 9100" +SNMPv2-SMI::mib-2.43.14.1.1.3.1.7 = STRING: "FTP" +SNMPv2-SMI::mib-2.43.14.1.1.3.1.8 = STRING: "DLC/LLC" +SNMPv2-SMI::enterprises.2001.1.1.1.1.1.3530.0 = STRING: "C7200" + + +Xerox N2025 + +SNMPv2-MIB::sysDescr.0 = STRING: Xerox DocuPrint N2025 Network Laser Printer - 2.12-02 +SNMPv2-MIB::sysName.0 = STRING: +HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter +HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDeviceParallelPort +HOST-RESOURCES-MIB::hrDeviceType.3 = OID: HOST-RESOURCES-TYPES::hrDeviceNetwork +HOST-RESOURCES-MIB::hrDeviceType.6 = OID: HOST-RESOURCES-TYPES::hrDeviceProcessor +HOST-RESOURCES-MIB::hrDeviceType.7 = OID: HOST-RESOURCES-TYPES::hrDeviceOther +HOST-RESOURCES-MIB::hrDeviceType.9 = OID: HOST-RESOURCES-TYPES::hrDeviceVolatileMemory +HOST-RESOURCES-MIB::hrDeviceType.10 = OID: HOST-RESOURCES-TYPES::hrDeviceNonVolatileMemory +HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Xerox DocuPrint N2025 Network Laser Printer - 2.12-02 +HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: IEEE 1284 port +HOST-RESOURCES-MIB::hrDeviceDescr.3 = STRING: Ethernet port +HOST-RESOURCES-MIB::hrDeviceDescr.6 = STRING: Motorola Power PC +HOST-RESOURCES-MIB::hrDeviceDescr.7 = STRING: USB Port +HOST-RESOURCES-MIB::hrDeviceDescr.9 = STRING: RAM Memory +HOST-RESOURCES-MIB::hrDeviceDescr.10 = STRING: ROM Memory +HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.253.8.62.1.3.2.17.1 + diff --git a/backend/socket.c b/backend/socket.c new file mode 100644 index 0000000000..497da6f639 --- /dev/null +++ b/backend/socket.c @@ -0,0 +1,402 @@ +/* + * "$Id$" + * + * AppSocket backend for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Send a file to the printer or server. + */ + +/* + * Include necessary headers. + */ + +#include +#include "backend-private.h" +#include +#include +#include + +#ifdef WIN32 +# include +#else +# include +# include +# include +# include +# include +# include +#endif /* WIN32 */ + + +/* + * 'main()' - Send a file to the printer or server. + * + * Usage: + * + * printer-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info (not used) */ + resource[1024], /* Resource info (not used) */ + *options, /* Pointer to options */ + name[255], /* Name of option */ + value[255], /* Value of option */ + *ptr; /* Pointer into name or value */ + int print_fd; /* Print file */ + int copies; /* Number of copies to print */ + int waiteof; /* Wait for end-of-file? */ + int port; /* Port number */ + char portname[255]; /* Port name */ + int delay; /* Delay for retries... */ + int device_fd; /* AppSocket */ + int error; /* Error code (if any) */ + http_addrlist_t *addrlist, /* Address list */ + *addr; /* Connected address */ + char addrname[256]; /* Address name */ + ssize_t tbytes; /* Total number of bytes written */ + struct timeval timeout; /* Timeout for select() */ + fd_set input; /* Input set for select() */ + ssize_t bc_bytes; /* Number of back-channel bytes read */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Check command-line... + */ + + if (argc == 1) + { + puts("network socket \"Unknown\" \"AppSocket/HP JetDirect\""); + return (CUPS_BACKEND_OK); + } + else if (argc < 6 || argc > 7) + { + fprintf(stderr, "Usage: %s job-id user title copies options [file]\n", + argv[0]); + return (CUPS_BACKEND_FAILED); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + { + print_fd = 0; + copies = 1; + } + else + { + /* + * Try to open the print file... + */ + + if ((print_fd = open(argv[6], O_RDONLY)) < 0) + { + perror("ERROR: unable to open print file"); + return (CUPS_BACKEND_FAILED); + } + + copies = atoi(argv[4]); + } + + /* + * Extract the hostname and port number from the URI... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv), + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + if (port == 0) + port = 9100; /* Default to HP JetDirect/Tektronix PhaserShare */ + + /* + * Get options, if any... + */ + + waiteof = 1; + + if ((options = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the options... + */ + + *options++ = '\0'; + + /* + * Parse options... + */ + + while (*options) + { + /* + * Get the name... + */ + + for (ptr = name; *options && *options != '=';) + if (ptr < (name + sizeof(name) - 1)) + *ptr++ = *options++; + *ptr = '\0'; + + if (*options == '=') + { + /* + * Get the value... + */ + + options ++; + + for (ptr = value; *options && *options != '+' && *options != '&';) + if (ptr < (value + sizeof(value) - 1)) + *ptr++ = *options++; + *ptr = '\0'; + + if (*options == '+' || *options == '&') + options ++; + } + else + value[0] = '\0'; + + /* + * Process the option... + */ + + if (!strcasecmp(name, "waiteof")) + { + /* + * Set the wait-for-eof value... + */ + + waiteof = !value[0] || !strcasecmp(value, "on") || + !strcasecmp(value, "yes") || !strcasecmp(value, "true"); + } + } + } + + /* + * Then try to connect to the remote host... + */ + + sprintf(portname, "%d", port); + + if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portname)) == NULL) + { + fprintf(stderr, "ERROR: Unable to locate printer \'%s\'!\n", hostname); + return (CUPS_BACKEND_STOP); + } + + fprintf(stderr, "INFO: Attempting to connect to host %s on port %d\n", + hostname, port); + + fputs("STATE: +connecting-to-device\n", stderr); + + for (delay = 5;;) + { + if ((addr = httpAddrConnect(addrlist, &device_fd)) == NULL) + { + error = errno; + device_fd = -1; + + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fprintf(stderr, "INFO: Unable to connect to \"%s\", queuing on next printer in class...\n", + hostname); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + + if (error == ECONNREFUSED || error == EHOSTDOWN || + error == EHOSTUNREACH) + { + fprintf(stderr, + "INFO: Network host \'%s\' is busy; will retry in %d seconds...\n", + hostname, delay); + sleep(delay); + + if (delay < 30) + delay += 5; + } + else + { + perror("ERROR: Unable to connect to printer (retrying in 30 seconds)"); + sleep(30); + } + } + else + break; + } + + fputs("STATE: -connecting-to-device\n", stderr); + fprintf(stderr, "INFO: Connected to %s...\n", hostname); + +#ifdef AF_INET6 + if (addr->addr.addr.sa_family == AF_INET6) + fprintf(stderr, "DEBUG: Connected to [%s]:%d (IPv6)...\n", + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv6.sin6_port)); + else +#endif /* AF_INET6 */ + if (addr->addr.addr.sa_family == AF_INET) + fprintf(stderr, "DEBUG: Connected to %s:%d (IPv4)...\n", + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv4.sin_port)); + + /* + * Print everything... + */ + + tbytes = 0; + + while (copies > 0 && tbytes >= 0) + { + copies --; + + if (print_fd != 0) + { + fputs("PAGE: 1 1\n", stderr); + lseek(print_fd, 0, SEEK_SET); + } + + tbytes = backendRunLoop(print_fd, device_fd, 1); + + if (print_fd != 0 && tbytes >= 0) + fprintf(stderr, "INFO: Sent print file, " CUPS_LLFMT " bytes...\n", + CUPS_LLCAST tbytes); + } + + if (waiteof) + { + /* + * Shutdown the socket and wait for the other end to finish... + */ + + fputs("INFO: Print file sent, waiting for printer to finish...\n", stderr); + + shutdown(device_fd, 1); + + for (;;) + { + /* + * Wait a maximum of 90 seconds for backchannel data or a closed + * connection... + */ + + timeout.tv_sec = 90; + timeout.tv_usec = 0; + + FD_ZERO(&input); + FD_SET(device_fd, &input); + + if (select(device_fd + 1, &input, NULL, NULL, &timeout) > 0) + { + /* + * Grab the data coming back and spit it out to stderr... + */ + + if ((bc_bytes = read(device_fd, resource, sizeof(resource))) > 0) + { + fprintf(stderr, "DEBUG: Received %d bytes of back-channel data!\n", + (int)bc_bytes); + cupsBackChannelWrite(resource, bc_bytes, 1.0); + } + else + break; + } + else + break; + } + } + + /* + * Close the socket connection... + */ + + close(device_fd); + + httpAddrFreeList(addrlist); + + /* + * Close the input file and return... + */ + + if (print_fd != 0) + close(print_fd); + + if (tbytes >= 0) + fputs("INFO: Ready to print.\n", stderr); + + return (tbytes < 0 ? CUPS_BACKEND_FAILED : CUPS_BACKEND_OK); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/test1284.c b/backend/test1284.c new file mode 100644 index 0000000000..4d77cc68fd --- /dev/null +++ b/backend/test1284.c @@ -0,0 +1,96 @@ +/* + * "$Id$" + * + * IEEE-1284 support functions test program for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + */ + +/* + * Include necessary headers. + */ + +#include +#include +#include +#ifdef WIN32 +# include +#else +# include +# include +#endif /* WIN32 */ + +#define DEBUG +#include "ieee1284.c" + + +/* + * 'main()' - Test the device-ID functions. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, /* Looping var */ + fd; /* File descriptor */ + char device_id[1024], /* 1284 device ID string */ + make_model[1024], /* make-and-model string */ + uri[1024]; /* URI string */ + + + if (argc < 2) + { + puts("Usage: test1284 device-file [... device-file-N]"); + exit(1); + } + + for (i = 1; i < argc; i ++) + { + if ((fd = open(argv[i], O_RDWR)) < 0) + { + perror(argv[i]); + return (errno); + } + + printf("%s:\n", argv[i]); + + backendGetDeviceID(fd, device_id, sizeof(device_id), make_model, + sizeof(make_model), "test", uri, sizeof(uri)); + + printf(" device_id=\"%s\"\n", device_id); + printf(" make_model=\"%s\"\n", make_model); + printf(" uri=\"%s\"\n", uri); + + close(fd); + } + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/backend/usb-darwin.c b/backend/usb-darwin.c new file mode 100644 index 0000000000..098e8ce285 --- /dev/null +++ b/backend/usb-darwin.c @@ -0,0 +1,1407 @@ +/* + * "$Id$" + * + * © Copyright 2005-2006 Apple Computer, Inc. All rights reserved. + * + * IMPORTANT: This Apple software is supplied to you by Apple Computer, + * Inc. ("Apple") in consideration of your agreement to the following + * terms, and your use, installation, modification or redistribution of + * this Apple software constitutes acceptance of these terms. If you do + * not agree with these terms, please do not use, install, modify or + * redistribute this Apple software. + * + * In consideration of your agreement to abide by the following terms, and + * subject to these terms, Apple grants you a personal, non-exclusive + * license, under Apple's copyrights in this original Apple software (the + * "Apple Software"), to use, reproduce, modify and redistribute the Apple + * Software, with or without modifications, in source and/or binary forms; + * provided that if you redistribute the Apple Software in its entirety and + * without modifications, you must retain this notice and the following + * text and disclaimers in all such redistributions of the Apple Software. + * Neither the name, trademarks, service marks or logos of Apple Computer, + * Inc. may be used to endorse or promote products derived from the Apple + * Software without specific prior written permission from Apple. Except + * as expressly stated in this notice, no other rights or licenses, express + * or implied, are granted by Apple herein, including but not limited to + * any patent rights that may be infringed by your derivative works or by + * other works in which the Apple Software may be incorporated. + * + * The Apple Software is provided by Apple on an "AS IS" basis. APPLE + * MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION + * THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND + * OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS. + * + * IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL + * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, + * MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED + * AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), + * STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ + +/* + * USB port on Darwin backend for the Common UNIX Printing System (CUPS). + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include + +/* + * WAITEOF_DELAY is number of seconds we'll wait for responses from + * the printer after we've finished sending all the data + */ +#define WAITEOF_DELAY 7 +#define DEFAULT_TIMEOUT 60L + +#define USB_INTERFACE_KIND CFUUIDGetUUIDBytes(kIOUSBInterfaceInterfaceID190) +#define kUSBLanguageEnglish 0x409 + +#define PRINTER_POLLING_INTERVAL 5 /* seconds */ +#define INITIAL_LOG_INTERVAL (PRINTER_POLLING_INTERVAL) +#define SUBSEQUENT_LOG_INTERVAL (3*INITIAL_LOG_INTERVAL) + +#define kUSBPrinterClassTypeID (CFUUIDGetConstantUUIDWithBytes(NULL, 0x06, 0x04, 0x7D, 0x16, 0x53, 0xA2, 0x11, 0xD6, 0x92, 0x06, 0x00, 0x30, 0x65, 0x52, 0x45, 0x92)) +#define kUSBPrinterClassInterfaceID (CFUUIDGetConstantUUIDWithBytes(NULL, 0x03, 0x34, 0x6D, 0x74, 0x53, 0xA3, 0x11, 0xD6, 0x9E, 0xA1, 0x76, 0x30, 0x65, 0x52, 0x45, 0x92)) + +#define kUSBClassDriverProperty CFSTR("USB Printing Class") + +#define kUSBGenericTOPrinterClassDriver CFSTR("/System/Library/Printers/Libraries/USBGenericTOPrintingClass.plugin") +#define kUSBPrinterClassDeviceNotOpen -9664 /*kPMInvalidIOMContext*/ + + +#pragma mark - +/* + * Section 5.3 USB Printing Class spec + */ +#define kUSBPrintingSubclass 1 +#define kUSBPrintingProtocolNoOpen 0 +#define kUSBPrintingProtocolUnidirectional 1 +#define kUSBPrintingProtocolBidirectional 2 + +typedef IOUSBInterfaceInterface190 **printer_interface_t; + +typedef struct iodevice_request_s /**** Device request ****/ +{ + UInt8 requestType; + UInt8 request; + UInt16 value; + UInt16 index; + UInt16 length; + void *buffer; +} iodevice_request_t; + +typedef union { /**** Centronics status byte ****/ + char b; + struct { + unsigned reserved0:2; + unsigned paperError:1; + unsigned select:1; + unsigned notError:1; + unsigned reserved1:3; + } status; +} centronics_status_t; + +typedef struct classdriver_context_s /**** Classdriver context ****/ +{ + IUNKNOWN_C_GUTS; + CFPlugInRef plugin; /* release plugin */ + IUnknownVTbl **factory; /* Factory */ + void *vendorReference; /* vendor class specific usage */ + UInt32 location; /* unique location in bus topology */ + UInt8 interfaceNumber; /* Interface number */ + UInt16 vendorID; /* Vendor id */ + UInt16 productID; /* Product id */ + printer_interface_t interface; /* identify the device to IOKit */ + UInt8 outpipe; /* mandatory bulkOut pipe */ + UInt8 inpipe; /* optional bulkIn pipe */ + + /* general class requests */ + kern_return_t (*DeviceRequest)( struct classdriver_context_s **printer, iodevice_request_t *iorequest, UInt16 timeout ); + kern_return_t (*GetString)( struct classdriver_context_s **printer, UInt8 whichString, UInt16 language, UInt16 timeout, CFStringRef *result ); + + /* standard printer class requests */ + kern_return_t (*SoftReset)( struct classdriver_context_s **printer, UInt16 timeout ); + kern_return_t (*GetCentronicsStatus)( struct classdriver_context_s **printer, centronics_status_t *result, UInt16 timeout ); + kern_return_t (*GetDeviceID)( struct classdriver_context_s **printer, CFStringRef *devid, UInt16 timeout ); + + /* standard bulk device requests */ + kern_return_t (*ReadPipe)( struct classdriver_context_s **printer, UInt8 *buffer, UInt32 *count ); + kern_return_t (*WritePipe)( struct classdriver_context_s **printer, UInt8 *buffer, UInt32 *count, Boolean eoj ); + + /* interface requests */ + kern_return_t (*Open)( struct classdriver_context_s **printer, UInt32 location, UInt8 protocol ); + kern_return_t (*Abort)( struct classdriver_context_s **printer ); + kern_return_t (*Close)( struct classdriver_context_s **printer ); + + /* initialize and terminate */ + kern_return_t (*Initialize)( struct classdriver_context_s **printer, struct classdriver_context_s **baseclass ); + kern_return_t (*Terminate)( struct classdriver_context_s **printer ); + +} classdriver_context_t; + + +typedef Boolean (*iterator_callback_t)(void *refcon, io_service_t obj); + +typedef struct iterator_reference_s { /**** Iterator reference data */ + iterator_callback_t callback; + void *userdata; + Boolean keepRunning; +} iterator_reference_t; + +typedef struct printer_data_s { /**** Printer context data ****/ + io_service_t printerObj; + classdriver_context_t **printerDriver; + + pthread_cond_t readCompleteCondition; + pthread_mutex_t readMutex; + int done; + + const char *uri; + CFStringRef make; + CFStringRef model; + CFStringRef serial; + + UInt32 location; + Boolean waitEOF; + +} printer_data_t; + + +/* + * Local functions... + */ + +static Boolean list_device_callback(void *refcon, io_service_t obj); +static Boolean find_device_callback(void *refcon, io_service_t obj); +static void iterate_printers(iterator_callback_t callBack, void *userdata); +static void device_added(void *userdata, io_iterator_t iterator); +static void copy_deviceinfo(CFStringRef deviceIDString, CFStringRef *make, CFStringRef *model, CFStringRef *serial); +static void release_deviceinfo(CFStringRef *make, CFStringRef *model, CFStringRef *serial); +static kern_return_t load_classdriver(CFStringRef driverPath, printer_interface_t intf, classdriver_context_t ***driver); +static kern_return_t unload_classdriver(classdriver_context_t ***classDriver); +static kern_return_t load_printerdriver(printer_data_t *printer, CFStringRef *driverBundlePath); +static kern_return_t registry_open(printer_data_t *printer, CFStringRef *driverBundlePath); +static kern_return_t registry_close(printer_data_t *printer); +static OSStatus copy_deviceid(classdriver_context_t **printer, CFStringRef *deviceID); +static void copy_devicestring(io_service_t usbInterface, CFStringRef *deviceID, UInt32 *deviceLocation); +static CFStringRef copy_value_for_key(CFStringRef deviceID, CFStringRef *keys); +static CFStringRef cfstr_create_and_trim(const char *cstr); +static void parse_options(const char *options, char *serial, UInt32 *location, Boolean *waitEOF); +static void setup_cfLanguage(void); +static void *read_thread(void *reference); + + +#if defined(__i386__) +static pid_t child_pid; /* Child PID */ +static void run_ppc_backend(int argc, char *argv[], int fd); /* Starts child backend process running as a ppc executable */ +static void sigterm_handler(int sig); /* SIGTERM handler */ +#endif /* __i386__ */ + +#ifdef PARSE_PS_ERRORS +static const char *next_line (const char *buffer); +static void parse_pserror (char *sockBuffer, int len); +#endif /* PARSE_PS_ERRORS */ + +#pragma mark - + +/* + * 'list_devices()' - List all USB devices. + */ + +void list_devices() +{ + iterate_printers(list_device_callback, NULL); +} + + +/* + * 'print_device()' - Print a file to a USB device. + */ + +int /* O - Exit status */ +print_device(const char *uri, /* I - Device URI */ + const char *hostname, /* I - Hostname/manufacturer */ + const char *resource, /* I - Resource/modelname */ + const char *options, /* I - Device options/serial number */ + int fd, /* I - File descriptor to print */ + int copies, /* I - Copies to print */ + int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + printer_data_t printer_data = { 0x0 }; /* Printer context */ + char serial[1024]; /* Serial number buffer */ + OSStatus status = noErr; /* Function results */ + pthread_t thr; /* Read thread */ + char buffer[2048]; /* Write buffer */ + int thread_created = 0; /* Thread created? */ + int countdown = INITIAL_LOG_INTERVAL; /* Logging interval */ + pthread_cond_t *readCompleteConditionPtr = NULL; /* Read complete condition */ + pthread_mutex_t *readMutexPtr = NULL; /* Read mutex */ + CFStringRef driverBundlePath; /* Class driver path */ + + setup_cfLanguage(); + parse_options(options, serial, &printer_data.location, &printer_data.waitEOF); + + if (resource[0] == '/') + resource++; + + printer_data.uri = uri; + + printer_data.make = cfstr_create_and_trim(hostname); + printer_data.model = cfstr_create_and_trim(resource); + printer_data.serial = cfstr_create_and_trim(serial); + + fputs("STATE: +connecting-to-device\n", stderr); + + do { + if (printer_data.printerObj != 0x0) { + IOObjectRelease(printer_data.printerObj); + unload_classdriver(&printer_data.printerDriver); + printer_data.printerObj = 0x0; + printer_data.printerDriver = 0x0; + } + + fprintf(stderr, "INFO: Looking for '%s %s'\n", hostname, resource); + iterate_printers(find_device_callback, &printer_data); + + fprintf(stderr, "INFO: Opening Connection\n"); + + driverBundlePath = NULL; + status = registry_open(&printer_data, &driverBundlePath); +#if defined(__i386__) + /* + * If we were unable to load the class drivers for this printer it's probably because they're ppc-only. + * In this case try to fork & exec this backend as a ppc executable so we can use them... + */ + if (status == -2 /* kPMInvalidIOMContext */) { + run_ppc_backend(argc, argv, fd); + /* Never returns here */ + } +#endif /* __i386__ */ + if (status == -2) { + /* + * If we still were unable to load the class drivers for this printer log + * the error and stop the queue... + */ + + if (driverBundlePath == NULL || !CFStringGetCString(driverBundlePath, buffer, sizeof(buffer), kCFStringEncodingUTF8)) + strlcpy(buffer, "USB class driver", sizeof(buffer)); + + fprintf(stderr, "STATE: +apple-missing-usbclassdriver-error\n" \ + "FATAL: Could not load %s\n", buffer); + + if (driverBundlePath) + CFRelease(driverBundlePath); + + return CUPS_BACKEND_STOP; + } + + if (driverBundlePath) + CFRelease(driverBundlePath); + + if (status != noErr) { + sleep( PRINTER_POLLING_INTERVAL ); + countdown -= PRINTER_POLLING_INTERVAL; + if ( countdown <= 0 ) { + fprintf(stderr, "INFO: Printer busy (status:0x%08x)\n", (int)status); + countdown = SUBSEQUENT_LOG_INTERVAL; /* subsequent log entries, every 15 seconds */ + } + } + } while (status != noErr); + + fputs("STATE: -connecting-to-device\n", stderr); + + /* + * Now that we are "connected" to the port, ignore SIGTERM so that we + * can finish out any page data the driver sends (e.g. to eject the + * current page... Only ignore SIGTERM if we are printing data from + * stdin (otherwise you can't cancel raw jobs...) + */ + + if (!fd) { +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, SIG_IGN); +#endif /* HAVE_SIGSET */ + } + + if (status == noErr) { + if (pthread_cond_init(&printer_data.readCompleteCondition, NULL) == 0) + readCompleteConditionPtr = &printer_data.readCompleteCondition; + + if (pthread_mutex_init(&printer_data.readMutex, NULL) == 0) + readMutexPtr = &printer_data.readMutex; + + if (pthread_create(&thr, NULL, read_thread, &printer_data) == 0) + thread_created = 1; + + if (thread_created == 0) + fprintf(stderr, "WARNING: Couldn't create read channel\n"); + } + + /* + * The main thread sends the print file... + */ + + while (status == noErr && copies-- > 0) { + UInt32 wbytes; /* Number of bytes written */ + ssize_t nbytes; /* Number of bytes read */ + off_t tbytes = 0; /* Total number of bytes written */ + + fprintf(stderr, "INFO: Sending data\n"); + + if (STDIN_FILENO != fd) { + fputs("PAGE: 1 1", stderr); + lseek( fd, 0, SEEK_SET ); + } + + while (status == noErr && (nbytes = read(fd, buffer, sizeof(buffer))) > 0) { + char *bufptr = buffer; + tbytes += nbytes; + + while (nbytes > 0 && status == noErr) { + wbytes = nbytes; + status = (*(printer_data.printerDriver))->WritePipe( printer_data.printerDriver, (UInt8*)bufptr, &wbytes, 0 /* nbytes > wbytes? 0: feof(fp) */ ); + if (wbytes < 0 || noErr != status) { + OSStatus err = (*(printer_data.printerDriver))->Abort(printer_data.printerDriver); + fprintf(stderr, "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n", status, err); + break; + } + + nbytes -= wbytes; + bufptr += wbytes; + } + + if (fd != 0 && status == noErr) + fprintf(stderr, "DEBUG: Sending print file, %qd bytes...\n", (off_t)tbytes); + } + } + + if (thread_created) { + /* Signal the read thread that we are done... */ + printer_data.done = 1; + + /* Give the read thread WAITEOF_DELAY seconds to complete all the data. If + * we are not signaled in that time then force the thread to exit by setting + * the waiteof to be false. Plese note that this relies on us using the timeout + * class driver. + */ + struct timespec sleepUntil = { time(NULL) + WAITEOF_DELAY, 0 }; + pthread_mutex_lock(&printer_data.readMutex); + if (pthread_cond_timedwait(&printer_data.readCompleteCondition, &printer_data.readMutex, (const struct timespec *)&sleepUntil) != 0) + printer_data.waitEOF = false; + pthread_mutex_unlock(&printer_data.readMutex); + pthread_join( thr,NULL); /* wait for the child thread to return */ + } + + /* + * Close the connection and input file and general clean up... + */ + registry_close(&printer_data); + + if (STDIN_FILENO != fd) + close(fd); + + if (readCompleteConditionPtr != NULL) + pthread_cond_destroy(&printer_data.readCompleteCondition); + + if (readMutexPtr != NULL) + pthread_mutex_destroy(&printer_data.readMutex); + + if (printer_data.make != NULL) + CFRelease(printer_data.make); + + if (printer_data.model != NULL) + CFRelease(printer_data.model); + + if (printer_data.serial != NULL) + CFRelease(printer_data.serial); + + if (printer_data.printerObj != 0x0) + IOObjectRelease(printer_data.printerObj); + + return status; +} + +#pragma mark - +/* + * 'list_device_callback()' - list_device iterator callback. + */ + +static Boolean list_device_callback(void *refcon, io_service_t obj) +{ + Boolean keepRunning = (obj != 0x0); + + if (keepRunning) { + CFStringRef deviceIDString = NULL; + UInt32 deviceLocation = 0; + + copy_devicestring(obj, &deviceIDString, &deviceLocation); + if (deviceIDString != NULL) { + CFStringRef make = NULL, model = NULL, serial = NULL; + char uristr[1024], makestr[1024], modelstr[1024], serialstr[1024]; + char optionsstr[1024], idstr[1024]; + + copy_deviceinfo(deviceIDString, &make, &model, &serial); + + modelstr[0] = '/'; + + CFStringGetCString(deviceIDString, idstr, sizeof(idstr), + kCFStringEncodingUTF8); + + if (make) + CFStringGetCString(make, makestr, sizeof(makestr), + kCFStringEncodingUTF8); + else + strcpy(makestr, "Unknown"); + + if (model) + CFStringGetCString(model, &modelstr[1], sizeof(modelstr)-1, + kCFStringEncodingUTF8); + else + strcpy(modelstr + 1, "Printer"); + + /* + * Fix common HP 1284 bug... + */ + + if (!strcasecmp(makestr, "Hewlett-Packard")) + strcpy(makestr, "HP"); + + if (!strncasecmp(modelstr + 1, "hp ", 3)) + _cups_strcpy(modelstr + 1, modelstr + 4); + + optionsstr[0] = '\0'; + if (serial != NULL) + { + CFStringGetCString(serial, serialstr, sizeof(serialstr), kCFStringEncodingUTF8); + snprintf(optionsstr, sizeof(optionsstr), "?serial=%s", serialstr); + } + else if (deviceLocation != 0) + { + snprintf(optionsstr, sizeof(optionsstr), "?location=%lx", deviceLocation); + } + + httpAssembleURI(HTTP_URI_CODING_ALL, uristr, sizeof(uristr), "usb", NULL, makestr, 0, modelstr); + strncat(uristr, optionsstr, sizeof(uristr)); + + printf("direct %s \"%s %s\" \"%s %s USB\" \"%s\"\n", uristr, makestr, + &modelstr[1], makestr, &modelstr[1], idstr); + + release_deviceinfo(&make, &model, &serial); + CFRelease(deviceIDString); + } + } + + return keepRunning; +} + + +/* + * 'find_device_callback()' - print_device iterator callback. + */ + +static Boolean find_device_callback(void *refcon, io_service_t obj) +{ + Boolean keepLooking = true; + + if (obj != 0x0 && refcon != NULL) { + CFStringRef idString = NULL; + UInt32 location = -1; + printer_data_t *userData = (printer_data_t *)refcon; + + copy_devicestring(obj, &idString, &location); + if (idString != NULL) { + CFStringRef make = NULL, model = NULL, serial = NULL; + + copy_deviceinfo(idString, &make, &model, &serial); + if (CFStringCompare(make, userData->make, kCFCompareCaseInsensitive) == kCFCompareEqualTo) { + if (CFStringCompare(model, userData->model, kCFCompareCaseInsensitive) == kCFCompareEqualTo) { + if (userData->serial != NULL) { + if (serial != NULL && CFStringCompare(serial, userData->serial, kCFCompareCaseInsensitive) == kCFCompareEqualTo) { + IOObjectRetain(obj); + userData->printerObj = obj; + keepLooking = false; + } + } + else { + if (userData->printerObj != 0) { + IOObjectRetain(userData->printerObj); + } + userData->printerObj = obj; + IOObjectRetain(obj); + + if (userData->location == 0 || userData->location == location) { + keepLooking = false; + } + } + } + } + + release_deviceinfo(&make, &model, &serial); + CFRelease(idString); + } + } + else { + keepLooking = (refcon != NULL && ((printer_data_t *)refcon)->printerObj == 0); + } + + return keepLooking; +} + + +#pragma mark - +/* + * 'iterate_printers()' - iterate over all the printers. + */ + +static void iterate_printers(iterator_callback_t callBack, void *userdata) +{ + mach_port_t masterPort = 0x0; + kern_return_t kr = IOMasterPort (bootstrap_port, &masterPort); + + if (kr == kIOReturnSuccess && masterPort != 0x0) { + io_iterator_t addIterator = 0x0; + + iterator_reference_t reference = { callBack, userdata, true }; + IONotificationPortRef addNotification = IONotificationPortCreate(masterPort); + + int klass = kUSBPrintingClass; + int subklass = kUSBPrintingSubclass; + + CFNumberRef usb_klass = CFNumberCreate(NULL, kCFNumberIntType, &klass); + CFNumberRef usb_subklass = CFNumberCreate(NULL, kCFNumberIntType, &subklass); + CFMutableDictionaryRef usbPrinterMatchDictionary = IOServiceMatching(kIOUSBInterfaceClassName); + + CFDictionaryAddValue(usbPrinterMatchDictionary, CFSTR("bInterfaceClass"), usb_klass); + CFDictionaryAddValue(usbPrinterMatchDictionary, CFSTR("bInterfaceSubClass"), usb_subklass); + + CFRelease(usb_klass); + CFRelease(usb_subklass); + + kr = IOServiceAddMatchingNotification(addNotification, kIOMatchedNotification, usbPrinterMatchDictionary, &device_added, &reference, &addIterator); + if (addIterator != 0x0) { + device_added (&reference, addIterator); + + if (reference.keepRunning) { + CFRunLoopAddSource(CFRunLoopGetCurrent(), IONotificationPortGetRunLoopSource(addNotification), kCFRunLoopDefaultMode); + CFRunLoopRun(); + } + IOObjectRelease(addIterator); + } + mach_port_deallocate(mach_task_self(), masterPort); + } +} + + +/* + * 'device_added()' - device added notifier. + */ + +static void device_added(void *userdata, io_iterator_t iterator) +{ + iterator_reference_t *reference = userdata; + + io_service_t obj; + while (reference->keepRunning && (obj = IOIteratorNext(iterator)) != 0x0) { + if (reference->callback != NULL) { + reference->keepRunning = reference->callback(reference->userdata, obj); + } + IOObjectRelease(obj); + } + + /* One last call to the call back now that we are not longer have printers left to iterate... + */ + if (reference->keepRunning) + reference->keepRunning = reference->callback(reference->userdata, 0x0); + + if (!reference->keepRunning) { + CFRunLoopStop(CFRunLoopGetCurrent()); + } +} + + +#pragma mark - +/* + * 'copy_deviceinfo()' - Copy strings from the 1284 device ID. + */ + +static void copy_deviceinfo(CFStringRef deviceIDString, CFStringRef *make, CFStringRef *model, CFStringRef *serial) +{ + CFStringRef modelKeys[] = { CFSTR("MDL:"), CFSTR("MODEL:"), NULL }; + CFStringRef makeKeys[] = { CFSTR("MFG:"), CFSTR("MANUFACTURER:"), NULL }; + CFStringRef serialKeys[] = { CFSTR("SN:"), CFSTR("SERN:"), NULL }; + + if (make != NULL) + *make = copy_value_for_key(deviceIDString, makeKeys); + if (model != NULL) + *model = copy_value_for_key(deviceIDString, modelKeys); + if (serial != NULL) + *serial = copy_value_for_key(deviceIDString, serialKeys); +} + + +/* + * 'release_deviceinfo()' - Release deviceinfo strings. + */ + +static void release_deviceinfo(CFStringRef *make, CFStringRef *model, CFStringRef *serial) +{ + if (make != NULL && *make != NULL) { + CFRelease(*make); + *make = NULL; + } + + if (model != NULL && *model != NULL) { + CFRelease(*model); + *model = NULL; + } + + if (serial != NULL && *serial != NULL) { + CFRelease(*serial); + *serial = NULL; + } +} + + +#pragma mark - +/* + * 'load_classdriver()' - Load a classdriver. + */ + +static kern_return_t load_classdriver(CFStringRef driverPath, printer_interface_t intf, classdriver_context_t ***printerDriver) +{ + kern_return_t kr = kUSBPrinterClassDeviceNotOpen; + classdriver_context_t **driver = NULL; + CFStringRef bundle = (driverPath == NULL ? kUSBGenericTOPrinterClassDriver : driverPath); + + if ( NULL != bundle ) { + CFURLRef url = CFURLCreateWithFileSystemPath(NULL, bundle, kCFURLPOSIXPathStyle, true); + CFPlugInRef plugin = (url != NULL ? CFPlugInCreate(NULL, url) : NULL); + + if (url != NULL) + CFRelease(url); + + if (plugin != NULL) { + CFArrayRef factories = CFPlugInFindFactoriesForPlugInTypeInPlugIn(kUSBPrinterClassTypeID, plugin); + if (factories != NULL && CFArrayGetCount(factories) > 0) { + CFUUIDRef factoryID = CFArrayGetValueAtIndex(factories, 0); + IUnknownVTbl **iunknown = CFPlugInInstanceCreate(NULL, factoryID, kUSBPrinterClassTypeID); + if (NULL != iunknown) { + kr = (*iunknown)->QueryInterface(iunknown, CFUUIDGetUUIDBytes(kUSBPrinterClassInterfaceID), (LPVOID *)&driver); + if (kr == kIOReturnSuccess && driver != NULL) { + classdriver_context_t **genericDriver = NULL; + if (driverPath != NULL && CFStringCompare(driverPath, kUSBGenericTOPrinterClassDriver, 0) != kCFCompareEqualTo) { + kr = load_classdriver(NULL, intf, &genericDriver); + } + + if (kr == kIOReturnSuccess) { + (*driver)->interface = intf; + (*driver)->Initialize(driver, genericDriver); + + (*driver)->plugin = plugin; + (*driver)->interface = intf; + *printerDriver = driver; + } + } + (*iunknown)->Release(iunknown); + } + CFRelease(factories); + } + } + } + +#ifdef DEBUG + char bundlestr[1024]; + CFStringGetCString(bundle, bundlestr, sizeof(bundlestr), kCFStringEncodingUTF8); + fprintf(stderr, "DEBUG:load_classdriver(%s) (kr:0x%08x)\n", bundlestr, (int)kr); +#endif /* DEBUG */ + + return kr; +} + + +/* + * 'unload_classdriver()' - Unload a classdriver. + */ + +static kern_return_t unload_classdriver(classdriver_context_t ***classDriver) +{ + if (*classDriver != NULL) { + (**classDriver)->Release(*classDriver); + *classDriver = NULL; + } + + return kIOReturnSuccess; +} + + +/* + * 'load_printerdriver()' - Load a vendor's (or generic) classdriver. + * + * If driverBundlePath is not NULL on return it is the callers responsbility to release it! + */ + +static kern_return_t load_printerdriver(printer_data_t *printer, CFStringRef *driverBundlePath) +{ + IOCFPlugInInterface **iodev = NULL; + SInt32 score; + + kern_return_t kr = IOCreatePlugInInterfaceForService(printer->printerObj, kIOUSBInterfaceUserClientTypeID, kIOCFPlugInInterfaceID, &iodev, &score); + if (kr == kIOReturnSuccess) { + printer_interface_t intf; + HRESULT res = (*iodev)->QueryInterface(iodev, USB_INTERFACE_KIND, (LPVOID *) &intf); + if (res == noErr) { + CFMutableDictionaryRef properties = NULL; + + kr = IORegistryEntryCreateCFProperties(printer->printerObj, &properties, NULL, kNilOptions); + if (kr == kIOReturnSuccess) { + if (properties != NULL) { + *driverBundlePath = (CFStringRef) CFDictionaryGetValue(properties, kUSBClassDriverProperty); + } + kr = load_classdriver(*driverBundlePath, intf, &printer->printerDriver); + } + + if (kr != kIOReturnSuccess) + (*intf)->Release(intf); + } + IODestroyPlugInInterface(iodev); + } + return kr; +} + + +/* + * 'registry_open()' - Open a connection to the printer. + */ + +static kern_return_t registry_open(printer_data_t *printer, CFStringRef *driverBundlePath) +{ + kern_return_t kr = load_printerdriver(printer, driverBundlePath); + if (kr != kIOReturnSuccess) { + kr = -2; + } + + if (printer->printerDriver != NULL) { + kr = (*(printer->printerDriver))->Open(printer->printerDriver, printer->location, kUSBPrintingProtocolBidirectional); + if (kr != kIOReturnSuccess || (*(printer->printerDriver))->interface == NULL) { + kr = (*(printer->printerDriver))->Open(printer->printerDriver, printer->location, kUSBPrintingProtocolUnidirectional); + if (kr == kIOReturnSuccess) { + if ((*(printer->printerDriver))->interface == NULL) { + (*(printer->printerDriver))->Close(printer->printerDriver); + kr = -1; + } + } + } + } + + if (kr != kIOReturnSuccess) { + unload_classdriver(&printer->printerDriver); + } + + return kr; +} + + +/* + * 'registry_close()' - Close the connection to the printer. + */ + +static kern_return_t registry_close(printer_data_t *printer) +{ + if (printer->printerDriver != NULL) { + (*(printer->printerDriver))->Close(printer->printerDriver); + } + unload_classdriver(&printer->printerDriver); + return kIOReturnSuccess; +} + + +/* + * 'copy_deviceid()' - Copy the 1284 device id string. + */ + +static OSStatus copy_deviceid(classdriver_context_t **printer, CFStringRef *deviceID) +{ + CFStringRef devID = NULL, + + deviceMake = NULL, + deviceModel = NULL, + deviceSerial = NULL; + + OSStatus err = (*printer)->GetDeviceID(printer, &devID, DEFAULT_TIMEOUT); + + copy_deviceinfo(devID, &deviceMake, &deviceModel, &deviceSerial); + + if (deviceMake == NULL || deviceModel == NULL || deviceSerial == NULL) { + IOUSBDeviceDescriptor desc; + iodevice_request_t request; + + request.requestType = USBmakebmRequestType( kUSBIn, kUSBStandard, kUSBDevice ); + request.request = kUSBRqGetDescriptor; + request.value = (kUSBDeviceDesc << 8) | 0; + request.index = 0; + request.length = sizeof(desc); + request.buffer = &desc; + err = (*printer)->DeviceRequest(printer, &request, DEFAULT_TIMEOUT); + if (err == kIOReturnSuccess) { + CFMutableStringRef newDevID = CFStringCreateMutable(NULL, 0); + + if (deviceMake == NULL) { + CFStringRef data = NULL; + err = (*printer)->GetString(printer, desc.iManufacturer, kUSBLanguageEnglish, DEFAULT_TIMEOUT, &data); + if (data != NULL) { + CFStringAppendFormat(newDevID, NULL, CFSTR("MFG:%@;"), data); + CFRelease(data); + } + } + + if (deviceModel == NULL) { + CFStringRef data = NULL; + err = (*printer)->GetString(printer, desc.iProduct, kUSBLanguageEnglish, DEFAULT_TIMEOUT, &data); + if (data != NULL) { + CFStringAppendFormat(newDevID, NULL, CFSTR("MDL:%@;"), data); + CFRelease(data); + } + } + + if (deviceSerial == NULL && desc.iSerialNumber != 0) { + CFStringRef data = NULL; + err = (*printer)->GetString(printer, desc.iSerialNumber, kUSBLanguageEnglish, DEFAULT_TIMEOUT, &data); + if (data != NULL) { + CFStringAppendFormat(newDevID, NULL, CFSTR("SERN:%@;"), data); + CFRelease(data); + } + } + + if (devID != NULL) { + CFStringAppend(newDevID, devID); + CFRelease(devID); + } + + *deviceID = newDevID; + } + } + else { + *deviceID = devID; + } + release_deviceinfo(&deviceMake, &deviceModel, &deviceSerial); + + return err; +} + + +/* + * 'copy_devicestring()' - Copy the 1284 device id string. + */ + +static void copy_devicestring(io_service_t usbInterface, CFStringRef *deviceID, UInt32 *deviceLocation) +{ + IOCFPlugInInterface **iodev = NULL; + SInt32 score; + + kern_return_t kr = IOCreatePlugInInterfaceForService(usbInterface, kIOUSBInterfaceUserClientTypeID, + kIOCFPlugInInterfaceID, &iodev, &score); + if (kr == kIOReturnSuccess) { + printer_interface_t intf; + + HRESULT res = (*iodev)->QueryInterface(iodev, USB_INTERFACE_KIND, (LPVOID *) &intf); + if (res == noErr) { + /* ignore the result for location id... */ + (void)(*intf)->GetLocationID(intf, deviceLocation); + + CFMutableDictionaryRef properties = NULL; + kr = IORegistryEntryCreateCFProperties(usbInterface, &properties, NULL, kNilOptions); + if (kIOReturnSuccess == kr) { + classdriver_context_t **klassDriver = NULL; + CFStringRef driverBundlePath = NULL; + + if (properties != NULL) { + driverBundlePath = (CFStringRef) CFDictionaryGetValue(properties, kUSBClassDriverProperty); + } + + kr = load_classdriver(driverBundlePath, intf, &klassDriver); + if (kr != kIOReturnSuccess && driverBundlePath != NULL) + kr = load_classdriver(NULL, intf, &klassDriver); + if (kr == kIOReturnSuccess && klassDriver != NULL) { + kr = copy_deviceid(klassDriver, deviceID); + } + unload_classdriver(&klassDriver); + + if (properties != NULL) + CFRelease(properties); + } + + /* (*intf)->Release(intf); */ + } + IODestroyPlugInInterface(iodev); + } +} + + +#pragma mark - +/* + * 'copy_value_for_key()' - Copy value string associated with a key. + */ + +static CFStringRef copy_value_for_key(CFStringRef deviceID, CFStringRef *keys) +{ + CFStringRef value = NULL; + CFArrayRef kvPairs = deviceID != NULL ? CFStringCreateArrayBySeparatingStrings(NULL, deviceID, CFSTR(";")) : NULL; + CFIndex max = kvPairs != NULL ? CFArrayGetCount(kvPairs) : 0; + CFIndex idx = 0; + + while (idx < max && value == NULL) { + CFStringRef kvpair = CFArrayGetValueAtIndex(kvPairs, idx); + CFIndex idxx = 0; + while (keys[idxx] != NULL && value == NULL) { + CFRange range = CFStringFind(kvpair, keys[idxx], kCFCompareCaseInsensitive); + if (range.length != -1) { + if (range.location != 0) { + CFMutableStringRef theString = CFStringCreateMutableCopy(NULL, 0, kvpair); + CFStringTrimWhitespace(theString); + range = CFStringFind(theString, keys[idxx], kCFCompareCaseInsensitive); + if (range.location == 0) { + value = CFStringCreateWithSubstring(NULL, theString, CFRangeMake(range.length, CFStringGetLength(theString) - range.length)); + } + CFRelease(theString); + } + else { + CFStringRef theString = CFStringCreateWithSubstring(NULL, kvpair, CFRangeMake(range.length, CFStringGetLength(kvpair) - range.length)); + CFMutableStringRef theString2 = CFStringCreateMutableCopy(NULL, 0, theString); + CFRelease(theString); + + CFStringTrimWhitespace(theString2); + value = theString2; + } + } + idxx++; + } + idx++; + } + + if (kvPairs != NULL) + CFRelease(kvPairs); + return value; +} + + +/* + * 'cfstr_create_and_trim()' - Create a CFString from a c-string and + * trim it's whitespace characters. + */ + +CFStringRef cfstr_create_and_trim(const char *cstr) +{ + CFStringRef cfstr; + CFMutableStringRef cfmutablestr = NULL; + + if ((cfstr = CFStringCreateWithCString(NULL, cstr, kCFStringEncodingUTF8)) != NULL) + { + if ((cfmutablestr = CFStringCreateMutableCopy(NULL, 1024, cfstr)) != NULL) + CFStringTrimWhitespace(cfmutablestr); + + CFRelease(cfstr); + } + return (CFStringRef) cfmutablestr; +} + + +#pragma mark - +/* + * 'parse_options()' - Parse uri options. + */ + +static void parse_options(const char *options, char *serial, UInt32 *location, Boolean *waitEOF) +{ + char *serialnumber; /* ?serial= or ?location= */ + char optionName[255], /* Name of option */ + value[255], /* Value of option */ + *ptr; /* Pointer into name or value */ + + if (serial) + *serial = '\0'; + if (location) + *location = 0; + + if (!options) + return; + + serialnumber = NULL; + + while (*options != '\0') { + /* Get the name... */ + for (ptr = optionName; *options && *options != '=' && *options != '+'; ) + *ptr++ = *options++; + + *ptr = '\0'; + value[0] = '\0'; + + if (*options == '=') { + /* Get the value... */ + options ++; + + for (ptr = value; *options && *options != '+';) + *ptr++ = *options++; + + *ptr = '\0'; + + if (*options == '+') + options ++; + } + else if (*options == '+') { + options ++; + } + + /* + * Process the option... + */ + if (strcasecmp(optionName, "waiteof") == 0) { + if (strcasecmp(value, "on") == 0 || + strcasecmp(value, "yes") == 0 || + strcasecmp(value, "true") == 0) { + *waitEOF = true; + } + else if (strcasecmp(value, "off") == 0 || + strcasecmp(value, "no") == 0 || + strcasecmp(value, "false") == 0) { + *waitEOF = false; + } + else { + fprintf(stderr, "WARNING: Boolean expected for waiteof option \"%s\"\n", value); + } + } + else if (strcasecmp(optionName, "serial") == 0) { + strcpy(serial, value); + serialnumber = serial; + } + else if (strcasecmp(optionName, "location") == 0 && location) { + *location = strtol(value, NULL, 16); + } + } + + return; +} + + +/*! + * @function setup_cfLanguage + * @abstract Convert the contents of the CUPS 'LANG' environment + * variable into a one element CF array of languages. + * + * @discussion Each submitted job comes with a natural language. CUPS passes + * that language in an environment variable. We take that language + * and jam it into the AppleLanguages array so that CF will use + * it when reading localized resources. We need to do this before + * any CF code reads and caches the languages array, so this function + * should be called early in main() + */ +static void setup_cfLanguage(void) +{ + CFStringRef lang[1] = {NULL}; + CFArrayRef langArray = NULL; + const char *requestedLang = NULL; + + requestedLang = getenv("LANG"); + if (requestedLang != NULL) { + lang[0] = CFStringCreateWithCString(kCFAllocatorDefault, requestedLang, kCFStringEncodingUTF8); + langArray = CFArrayCreate(kCFAllocatorDefault, (const void **)lang, sizeof(lang) / sizeof(lang[0]), &kCFTypeArrayCallBacks); + + CFPreferencesSetAppValue(CFSTR("AppleLanguages"), langArray, kCFPreferencesCurrentApplication); + DEBUG_printf((stderr, "DEBUG: usb: AppleLanguages = \"%s\"\n", requestedLang)); + + CFRelease(lang[0]); + CFRelease(langArray); + } else { + fprintf(stderr, "DEBUG: usb: LANG environment variable missing.\n"); + } +} + +#pragma mark - +#if defined(__i386__) +/*! + * @function run_ppc_backend + * + * @abstract Starts child backend process running as a ppc executable. + * + * @result Never returns; always calls exit(). + * + * @discussion + */ +static void run_ppc_backend(int argc, char *argv[], int fd) +{ + int i; + int exitstatus = 0; + int childstatus; + pid_t waitpid_status; + char *my_argv[32]; + char *usb_ppc_status; + + /* + * If we're running as i386 and couldn't load the class driver (because they'it's + * ppc-only) then try to re-exec ourselves in ppc mode to try again. If we don't have + * a ppc architecture we may be running i386 again so guard against this by setting + * and testing an environment variable... + */ + usb_ppc_status = getenv("USB_PPC_STATUS"); + + if (usb_ppc_status == NULL) { + /* Catch SIGTERM if we are _not_ printing data from + * stdin (otherwise you can't cancel raw jobs...) + */ + + if (fd != 0) { +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, sigterm_handler); +#elif defined(HAVE_SIGACTION) + struct sigaction action; /* Actions for POSIX signals */ + memset(&action, 0, sizeof(action)); + sigaddset(&action.sa_mask, SIGTERM); + action.sa_handler = sigterm_handler; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, sigterm_handler); +#endif /* HAVE_SIGSET */ + } + + if ((child_pid = fork()) == 0) { + /* Child comes here. */ + setenv("USB_PPC_STATUS", "1", false); + + /* Tell the kernel we want the next exec call to favor the ppc architecture... */ + int mib[] = { CTL_KERN, KERN_AFFINITY, 1, 1 }; + int namelen = 4; + sysctl(mib, namelen, NULL, NULL, NULL, 0); + + /* Set up the arguments and call exec... */ + for (i = 0; i < argc && i < (sizeof(my_argv)/sizeof(my_argv[0])) - 1; i++) + my_argv[i] = argv[i]; + + my_argv[i] = NULL; + + execv("/usr/libexec/cups/backend/usb", my_argv); + + fprintf(stderr, "DEBUG: execv: %s\n", strerror(errno)); + exitstatus = errno; + } + else if (child_pid > 0) { + /* Parent comes here. + * + * Close the fds we won't be using then wait for the child backend to exit. + */ + close(fd); + close(1); + + fprintf(stderr, "DEBUG: Started usb(ppc) backend (PID %d)\n", (int)child_pid); + + while ((waitpid_status = waitpid(child_pid, &childstatus, 0)) == (pid_t)-1 && errno == EINTR) + usleep(1000); + + if (WIFSIGNALED(childstatus)) { + exitstatus = WTERMSIG(childstatus); + fprintf(stderr, "DEBUG: usb(ppc) backend %d crashed on signal %d!\n", child_pid, exitstatus); + } + else { + if ((exitstatus = WEXITSTATUS(childstatus)) != 0) + fprintf(stderr, "DEBUG: usb(ppc) backend %d stopped with status %d!\n", child_pid, exitstatus); + else + fprintf(stderr, "DEBUG: PID %d exited with no errors\n", child_pid); + } + } + else { + /* fork() error */ + fprintf(stderr, "DEBUG: fork: %s\n", strerror(errno)); + exitstatus = errno; + } + } + else { + fprintf(stderr, "DEBUG: usb child running i386 again\n"); + exitstatus = ENOENT; + } + + exit(exitstatus); +} + +/* + * 'sigterm_handler()' - SIGTERM handler. + */ + +static void sigterm_handler(int sig) +{ + /* If we started a child process pass the signal on to it... + */ + if (child_pid) + kill(child_pid, sig); + + exit(1); +} + +#endif /* __i386__ */ + + +#ifdef PARSE_PS_ERRORS +/* + * 'next_line()' - Find the next line in a buffer. + */ + +static const char *next_line (const char *buffer) +{ + const char *cptr, *lptr = NULL; + + for (cptr = buffer; *cptr && lptr == NULL; cptr++) + if (*cptr == '\n' || *cptr == '\r') + lptr = cptr; + return lptr; +} + + +/* + * 'parse_pserror()' - Scan the backchannel data for postscript errors. + */ + +static void parse_pserror (char *sockBuffer, int len) +{ + static char gErrorBuffer[1024] = ""; + static char *gErrorBufferPtr = gErrorBuffer; + static char *gErrorBufferEndPtr = gErrorBuffer + sizeof(gErrorBuffer); + + char *pCommentBegin, *pCommentEnd, *pLineEnd; + char *logLevel; + char logstr[1024]; + int logstrlen; + + if (gErrorBufferPtr + len > gErrorBufferEndPtr - 1) + gErrorBufferPtr = gErrorBuffer; + if (len > sizeof(gErrorBuffer) - 1) + len = sizeof(gErrorBuffer) - 1; + + memcpy(gErrorBufferPtr, (const void *)sockBuffer, len); + gErrorBufferPtr += len; + *(gErrorBufferPtr + 1) = '\0'; + + + pLineEnd = (char *)next_line((const char *)gErrorBuffer); + while (pLineEnd != NULL) { + *pLineEnd++ = '\0'; + + pCommentBegin = strstr(gErrorBuffer,"%%["); + pCommentEnd = strstr(gErrorBuffer, "]%%"); + if (pCommentBegin != gErrorBuffer && pCommentEnd != NULL) { + pCommentEnd += 3; /* Skip past "]%%" */ + *pCommentEnd = '\0'; /* There's always room for the nul */ + + if (strncasecmp(pCommentBegin, "%%[ Error:", 10) == 0) + logLevel = "DEBUG"; + else if (strncasecmp(pCommentBegin, "%%[ Flushing", 12) == 0) + logLevel = "DEBUG"; + else + logLevel = "INFO"; + + if ((logstrlen = snprintf(logstr, sizeof(logstr), "%s: %s\n", logLevel, pCommentBegin)) >= sizeof(logstr)) { + /* If the string was trucnated make sure it has a linefeed before the nul */ + logstrlen = sizeof(logstr) - 1; + logstr[logstrlen - 1] = '\n'; + } + write(STDERR_FILENO, logstr, logstrlen); + } + + /* move everything over... */ + strcpy(gErrorBuffer, pLineEnd); + gErrorBufferPtr = gErrorBuffer; + pLineEnd = (char *)next_line((const char *)gErrorBuffer); + } +} +#endif /* PARSE_PS_ERRORS */ + + +/* + * 'read_thread()' - A thread to read the backchannel data. + */ + +static void *read_thread(void *reference) +{ + /* post a read to the device and write results to stdout + * the final pending read will be Aborted in the main thread + */ + UInt8 readbuffer[512]; + UInt32 rbytes; + kern_return_t readstatus; + printer_data_t *userData = (printer_data_t *)reference; + classdriver_context_t **classdriver = userData->printerDriver; + struct mach_timebase_info timeBaseInfo; + uint64_t start, + delay; + + /* Calculate what 250 milliSeconds are in mach absolute time... + */ + mach_timebase_info(&timeBaseInfo); + delay = ((uint64_t)250000000 * (uint64_t)timeBaseInfo.denom) / (uint64_t)timeBaseInfo.numer; + + do { + /* Remember when we started so we can throttle the loop after the read call... + */ + start = mach_absolute_time(); + + rbytes = sizeof(readbuffer); + readstatus = (*classdriver)->ReadPipe( classdriver, readbuffer, &rbytes ); + if ( kIOReturnSuccess == readstatus && rbytes > 0 ) { + + cupsBackChannelWrite((char*)readbuffer, rbytes, 1.0); + + /* cntrl-d is echoed by the printer. + * NOTES: + * Xerox Phaser 6250D doesn't echo the cntrl-d. + * Xerox Phaser 6250D doesn't always send the product query. + */ + if (userData->waitEOF && readbuffer[rbytes-1] == 0x4) + break; +#ifdef PARSE_PS_ERRORS + parse_pserror(readbuffer, rbytes); +#endif + } + + /* Make sure this loop executes no more than once every 250 miliseconds... + */ + if ((readstatus != kIOReturnSuccess || rbytes == 0) && (userData->waitEOF || !userData->done)) + mach_wait_until(start + delay); + + } while ( userData->waitEOF || !userData->done ); /* Abort from main thread tests error here */ + + /* Let the other thread (main thread) know that we have completed the read thread... + */ + pthread_mutex_lock(&userData->readMutex); + pthread_cond_signal(&userData->readCompleteCondition); + pthread_mutex_unlock(&userData->readMutex); + + return NULL; +} + +/* + * End of "$Id$". + */ diff --git a/backend/usb-unix.c b/backend/usb-unix.c new file mode 100644 index 0000000000..c574258c7f --- /dev/null +++ b/backend/usb-unix.c @@ -0,0 +1,532 @@ +/* + * "$Id$" + * + * USB port backend for the Common UNIX Printing System (CUPS). + * + * This file is included from "usb.c" when compiled on UNIX/Linux. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * print_device() - Print a file to a USB device. + * list_devices() - List all USB devices. + * open_device() - Open a USB device... + */ + +/* + * Include necessary headers. + */ + +#include "ieee1284.c" +#include + + +/* + * Local functions... + */ + +int open_device(const char *uri, int *use_bc); + + +/* + * 'print_device()' - Print a file to a USB device. + */ + +int /* O - Exit status */ +print_device(const char *uri, /* I - Device URI */ + const char *hostname, /* I - Hostname/manufacturer */ + const char *resource, /* I - Resource/modelname */ + const char *options, /* I - Device options/serial number */ + int print_fd, /* I - File descriptor to print */ + int copies, /* I - Copies to print */ + int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + int use_bc; /* Use backchannel path? */ + int device_fd; /* USB device */ + size_t tbytes; /* Total number of bytes written */ + struct termios opts; /* Parallel port options */ + + + (void)argc; + (void)argv; + + /* + * Open the USB port device... + */ + + fputs("STATE: +connecting-to-device\n", stderr); + + do + { + /* + * Disable backchannel data when printing to Brother, Canon, or + * Minolta USB printers - apparently these printers will return + * the IEEE-1284 device ID over and over and over when they get + * a read request... + */ + + use_bc = strcasecmp(hostname, "Brother") && + strcasecmp(hostname, "Canon") && + strcasecmp(hostname, "Konica Minolta") && + strcasecmp(hostname, "Minolta"); + + if ((device_fd = open_device(uri, &use_bc)) == -1) + { + if (getenv("CLASS") != NULL) + { + /* + * If the CLASS environment variable is set, the job was submitted + * to a class and not to a specific queue. In this case, we want + * to abort immediately so that the job can be requeued on the next + * available printer in the class. + */ + + fputs("INFO: Unable to open USB device, queuing on next printer in class...\n", + stderr); + + /* + * Sleep 5 seconds to keep the job from requeuing too rapidly... + */ + + sleep(5); + + return (CUPS_BACKEND_FAILED); + } + + if (errno == EBUSY) + { + fputs("INFO: USB port busy; will retry in 30 seconds...\n", stderr); + sleep(30); + } + else if (errno == ENXIO || errno == EIO || errno == ENOENT || + errno == ENODEV) + { + fputs("INFO: Printer not connected; will retry in 30 seconds...\n", stderr); + sleep(30); + } + else + { + fprintf(stderr, "ERROR: Unable to open USB device \"%s\": %s\n", + uri, strerror(errno)); + return (CUPS_BACKEND_FAILED); + } + } + } + while (device_fd < 0); + + fputs("STATE: -connecting-to-device\n", stderr); + + /* + * Set any options provided... + */ + + tcgetattr(device_fd, &opts); + + opts.c_lflag &= ~(ICANON | ECHO | ISIG); /* Raw mode */ + + /**** No options supported yet ****/ + + tcsetattr(device_fd, TCSANOW, &opts); + + /* + * Finally, send the print file... + */ + + tbytes = 0; + + while (copies > 0 && tbytes >= 0) + { + copies --; + + if (print_fd != 0) + { + fputs("PAGE: 1 1\n", stderr); + lseek(print_fd, 0, SEEK_SET); + } + + tbytes = backendRunLoop(print_fd, device_fd, use_bc); + + if (print_fd != 0 && tbytes >= 0) + fprintf(stderr, "INFO: Sent print file, " CUPS_LLFMT " bytes...\n", + CUPS_LLCAST tbytes); + } + + /* + * Close the USB port and return... + */ + + close(device_fd); + + return (tbytes < 0 ? CUPS_BACKEND_FAILED : CUPS_BACKEND_OK); +} + + +/* + * 'list_devices()' - List all USB devices. + */ + +void +list_devices(void) +{ +#ifdef __linux + int i; /* Looping var */ + int fd; /* File descriptor */ + char device[255], /* Device filename */ + device_id[1024], /* Device ID string */ + device_uri[1024], /* Device URI string */ + make_model[1024]; /* Make and model */ + + /* + * Try to open each USB device... + */ + + for (i = 0; i < 16; i ++) + { + /* + * Linux has a long history of changing the standard filenames used + * for USB printer devices. We get the honor of trying them all... + */ + + sprintf(device, "/dev/usblp%d", i); + + if ((fd = open(device, O_RDWR | O_EXCL)) < 0) + { + if (errno != ENOENT) + continue; + + sprintf(device, "/dev/usb/lp%d", i); + + if ((fd = open(device, O_RDWR | O_EXCL)) < 0) + { + if (errno != ENOENT) + continue; + + sprintf(device, "/dev/usb/usblp%d", i); + + if ((fd = open(device, O_RDWR | O_EXCL)) < 0) + continue; + } + } + + if (!backendGetDeviceID(fd, device_id, sizeof(device_id), + make_model, sizeof(make_model), + "usb", device_uri, sizeof(device_uri))) + printf("direct %s \"%s\" \"%s USB #%d\" \"%s\"\n", device_uri, + make_model, make_model, i + 1, device_id); + + close(fd); + } +#elif defined(__sgi) +#elif defined(__sun) && defined(ECPPIOC_GETDEVID) + int i; /* Looping var */ + int fd; /* File descriptor */ + char device[255], /* Device filename */ + device_id[1024], /* Device ID string */ + device_uri[1024], /* Device URI string */ + make_model[1024]; /* Make and model */ + + + /* + * Open each USB device... + */ + + for (i = 0; i < 8; i ++) + { + sprintf(device, "/dev/usb/printer%d", i); + + if ((fd = open(device, O_WRONLY | O_EXCL)) >= 0) + { + if (!backendGetDeviceID(fd, device_id, sizeof(device_id), + make_model, sizeof(make_model), + "usb", device_uri, sizeof(device_uri))) + printf("direct %s \"%s\" \"%s USB #%d\" \"%s\"\n", device_uri, + make_model, make_model, i + 1, device_id); + + close(fd); + } + } +#elif defined(__hpux) +#elif defined(__osf) +#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) + int i; /* Looping var */ + char device[255]; /* Device filename */ + + + for (i = 0; i < 8; i ++) + { + sprintf(device, "/dev/ulpt%d", i); + if (!access(device, 0)) + printf("direct usb:%s \"Unknown\" \"USB Printer #%d\"\n", device, i + 1); + + sprintf(device, "/dev/unlpt%d", i); + if (!access(device, 0)) + printf("direct usb:%s \"Unknown\" \"USB Printer #%d (no reset)\"\n", device, i + 1); + } +#endif +} + + +/* + * 'open_device()' - Open a USB device... + */ + +int /* O - File descriptor or -1 on error */ +open_device(const char *uri, /* I - Device URI */ + int *use_bc) /* O - Set to 0 for unidirectional */ +{ + int fd; /* File descriptor */ + + + /* + * The generic implementation just treats the URI as a device filename... + * Specific operating systems may also support using the device serial + * number and/or make/model. + */ + + if (!strncmp(uri, "usb:/dev/", 9)) +#ifdef __linux + { + /* + * Do not allow direct devices anymore... + */ + + errno = ENODEV; + return (-1); + } + else if (!strncmp(uri, "usb://", 6)) + { + /* + * For Linux, try looking up the device serial number or model... + */ + + int i; /* Looping var */ + int busy; /* Are any ports busy? */ + char device[255], /* Device filename */ + device_id[1024], /* Device ID string */ + make_model[1024], /* Make and model */ + device_uri[1024]; /* Device URI string */ + + + /* + * Find the correct USB device... + */ + + do + { + for (busy = 0, i = 0; i < 16; i ++) + { + /* + * Linux has a long history of changing the standard filenames used + * for USB printer devices. We get the honor of trying them all... + */ + + sprintf(device, "/dev/usblp%d", i); + + if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT) + { + sprintf(device, "/dev/usb/lp%d", i); + + if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT) + { + sprintf(device, "/dev/usb/usblp%d", i); + + if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT) + continue; + } + } + + if (fd >= 0) + { + backendGetDeviceID(fd, device_id, sizeof(device_id), + make_model, sizeof(make_model), + "usb", device_uri, sizeof(device_uri)); + } + else + { + /* + * If the open failed because it was busy, flag it so we retry + * as needed... + */ + + if (errno == EBUSY) + busy = 1; + + device_uri[0] = '\0'; + } + + if (!strcmp(uri, device_uri)) + { + /* + * Yes, return this file descriptor... + */ + + fprintf(stderr, "DEBUG: Printer using device file \"%s\"...\n", device); + + return (fd); + } + + /* + * This wasn't the one... + */ + + if (fd >= 0) + close(fd); + } + + /* + * If we get here and at least one of the printer ports showed up + * as "busy", then sleep for a bit and retry... + */ + + if (busy) + { + fputs("INFO: USB printer is busy; will retry in 5 seconds...\n", + stderr); + sleep(5); + } + } + while (busy); + + /* + * Couldn't find the printer, return "no such device or address"... + */ + + errno = ENODEV; + + return (-1); + } +#elif defined(__sun) && defined(ECPPIOC_GETDEVID) + { + /* + * Do not allow direct devices anymore... + */ + + errno = ENODEV; + return (-1); + } + else if (!strncmp(uri, "usb://", 6)) + { + /* + * For Solaris, try looking up the device serial number or model... + */ + + int i; /* Looping var */ + int busy; /* Are any ports busy? */ + char device[255], /* Device filename */ + device_id[1024], /* Device ID string */ + make_model[1024], /* Make and model */ + device_uri[1024]; /* Device URI string */ + + + /* + * Find the correct USB device... + */ + + do + { + for (i = 0, busy = 0; i < 8; i ++) + { + sprintf(device, "/dev/usb/printer%d", i); + + if ((fd = open(device, O_WRONLY | O_EXCL)) >= 0) + backendGetDeviceID(fd, device_id, sizeof(device_id), + make_model, sizeof(make_model), + "usb", device_uri, sizeof(device_uri)); + else + { + /* + * If the open failed because it was busy, flag it so we retry + * as needed... + */ + + if (errno == EBUSY) + busy = 1; + + device_uri[0] = '\0'; + } + + if (!strcmp(uri, device_uri)) + { + /* + * Yes, return this file descriptor... + */ + + fputs("DEBUG: Setting use_bc to 0!\n", stderr); + + *use_bc = 0; + + return (fd); + } + + /* + * This wasn't the one... + */ + + if (fd >= 0) + close(fd); + } + + /* + * If we get here and at least one of the printer ports showed up + * as "busy", then sleep for a bit and retry... + */ + + if (busy) + { + fputs("INFO: USB printer is busy; will retry in 5 seconds...\n", + stderr); + sleep(5); + } + } + while (busy); + + /* + * Couldn't find the printer, return "no such device or address"... + */ + + errno = ENODEV; + + return (-1); + } +#else + { + if ((fd = open(uri + 4, O_RDWR | O_EXCL)) < 0) + { + fd = open(uri + 4, O_WRONLY | O_EXCL); + *use_bc = 0; + } + + return (fd); + } +#endif /* __linux */ + else + { + errno = ENODEV; + return (-1); + } +} + + +/* + * End of "$Id$". + */ diff --git a/backend/usb.c b/backend/usb.c new file mode 100644 index 0000000000..eb9a0540c4 --- /dev/null +++ b/backend/usb.c @@ -0,0 +1,274 @@ +/* + * "$Id$" + * + * USB port backend for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * list_devices() - List all available USB devices to stdout. + * print_device() - Print a file to a USB device. + * main() - Send a file to the specified USB port. + */ + +/* + * Include necessary headers. + */ + +#ifdef __APPLE__ + /* A header order dependency requires this be first */ +# include +#endif /* __APPLE__ */ + +#include +#include +#include +#include +#include +#include +#include + +#ifdef WIN32 +# include +#else +# include +# include +# include +#endif /* WIN32 */ + + +/* + * Local functions... + */ + +void list_devices(void); +int print_device(const char *uri, const char *hostname, + const char *resource, const char *options, + int print_fd, int copies, int argc, char *argv[]); + + +/* + * Include the vendor-specific USB implementation... + */ + +#ifdef __APPLE__ +# include "usb-darwin.c" +#elif defined(__linux) || defined(__sun) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) +# include "usb-unix.c" +#else +/* + * Use dummy functions that do nothing on unsupported platforms... + * These can be used as templates for implementing USB printing on new + * platforms... + */ + +/* + * 'list_devices()' - List all available USB devices to stdout. + */ + +void +list_devices(void) +{ + /* + * Don't have any devices to list... Use output of the form: + * + * direct usb:/make/model?serial=foo "Make Model" "USB Printer" + * + * Note that "Hewlett Packard" or any other variation MUST be mapped to + * "HP" for compatibility with the PPD and ICC specs. + */ +} + + +/* + * 'print_device()' - Print a file to a USB device. + */ + +int /* O - Exit status */ +print_device(const char *uri, /* I - Device URI */ + const char *hostname, /* I - Hostname/manufacturer */ + const char *resource, /* I - Resource/modelname */ + const char *options, /* I - Device options/serial number */ + int print_fd, /* I - File descriptor to print */ + int copies, /* I - Copies to print */ + int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + /* + * Can't print, so just reference the arguments to eliminate compiler + * warnings and return and exit status of 1. Normally you would use the + * arguments to send a file to the printer and return 0 if everything + * worked OK and non-zero if there was an error. + */ + + (void)uri; + (void)hostname; + (void)resource; + (void)options; + (void)print_fd; + (void)copies; + (void)argc; + (void)argv; + + return (CUPS_BACKEND_FAILED); +} +#endif /* __APPLE__ */ + + +/* + * 'main()' - Send a file to the specified USB port. + * + * Usage: + * + * printer-uri job-id user title copies options [file] + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments (6 or 7) */ + char *argv[]) /* I - Command-line arguments */ +{ + int print_fd; /* Print file */ + int copies; /* Number of copies to print */ + int status; /* Exit status */ + int port; /* Port number (not used) */ + const char *uri; /* Device URI */ + char method[255], /* Method in URI */ + hostname[1024], /* Hostname */ + username[255], /* Username info (not used) */ + resource[1024], /* Resource info (device and options) */ + *options; /* Pointer to options */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Check command-line... + */ + + if (argc == 1) + { + list_devices(); + return (CUPS_BACKEND_OK); + } + else if (argc < 6 || argc > 7) + { + fputs("Usage: usb job-id user title copies options [file]\n", stderr); + return (CUPS_BACKEND_FAILED); + } + + /* + * Extract the device name and options from the URI... + */ + + uri = cupsBackendDeviceURI(argv); + + if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, + method, sizeof(method), username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)) < HTTP_URI_OK) + { + fputs("ERROR: No device URI found in argv[0] or in DEVICE_URI environment variable!\n", stderr); + return (1); + } + + /* + * See if there are any options... + */ + + if ((options = strchr(resource, '?')) != NULL) + { + /* + * Yup, terminate the device name string and move to the first + * character of the options... + */ + + *options++ = '\0'; + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + { + print_fd = 0; + copies = 1; + } + else + { + /* + * Try to open the print file... + */ + + if ((print_fd = open(argv[6], O_RDONLY)) < 0) + { + fprintf(stderr, "ERROR: unable to open print file %s - %s\n", + argv[6], strerror(errno)); + return (CUPS_BACKEND_FAILED); + } + + copies = atoi(argv[4]); + } + + /* + * Finally, send the print file... + */ + + status = print_device(uri, hostname, resource, options, print_fd, copies, + argc, argv); + + /* + * Close the input file and return... + */ + + if (print_fd != 0) + close(print_fd); + + return (status); +} + + +/* + * End of "$Id$". + */ diff --git a/berkeley/Dependencies b/berkeley/Dependencies new file mode 100644 index 0000000000..767d33e1c4 --- /dev/null +++ b/berkeley/Dependencies @@ -0,0 +1,16 @@ +# DO NOT DELETE + +lpc.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +lpc.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +lpc.o: ../cups/i18n.h ../cups/transcode.h ../cups/debug.h ../cups/string.h +lpc.o: ../config.h +lpq.o: ../cups/string.h ../config.h ../cups/cups.h ../cups/ipp.h +lpq.o: ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h +lpq.o: ../cups/file.h ../cups/language.h ../cups/i18n.h ../cups/transcode.h +lpq.o: ../cups/debug.h +lpr.o: ../cups/string.h ../config.h ../cups/cups.h ../cups/ipp.h +lpr.o: ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h +lpr.o: ../cups/file.h ../cups/language.h ../cups/i18n.h ../cups/transcode.h +lprm.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +lprm.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +lprm.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h diff --git a/berkeley/Makefile b/berkeley/Makefile new file mode 100644 index 0000000000..c6abed8f3b --- /dev/null +++ b/berkeley/Makefile @@ -0,0 +1,125 @@ +# +# "$Id$" +# +# Berkeley commands makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +TARGETS = lpc lpq lpr lprm +OBJS = lpc.o lpq.o lpr.o lprm.o + + +# +# Make all targets... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) $(TARGETS) + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1 + + +# +# Install all targets... +# + +install: all + $(INSTALL_DIR) -m 755 $(BINDIR) + $(INSTALL_BIN) lpq $(BINDIR) + $(INSTALL_BIN) lpr $(BINDIR) + $(INSTALL_BIN) lprm $(BINDIR) + $(INSTALL_DIR) -m 755 $(SBINDIR) + $(INSTALL_BIN) lpc $(SBINDIR) + + +# +# Uninstall all targets... +# + +uninstall: + $(RM) $(BINDIR)/lpq + $(RM) $(BINDIR)/lpr + $(RM) $(BINDIR)/lprm + $(RM) $(SBINDIR)/lpc + -$(RMDIR) $(SBINDIR) + -$(RMDIR) $(BINDIR) + + +# +# lpc +# + +lpc: lpc.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpc lpc.o $(LIBS) + + +# +# lpq +# + +lpq: lpq.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpq lpq.o $(LIBS) + + +# +# lpr +# + +lpr: lpr.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpr lpr.o $(LIBS) + + +# +# lprm +# + +lprm: lprm.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lprm lprm.o $(LIBS) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/berkeley/lpc.c b/berkeley/lpc.c new file mode 100644 index 0000000000..a9bc3f6642 --- /dev/null +++ b/berkeley/lpc.c @@ -0,0 +1,475 @@ +/* + * "$Id$" + * + * "lpc" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and commands. + * compare_strings() - Compare two command-line strings. + * do_command() - Do an lpc command... + * show_help() - Show help messages. + * show_status() - Show printers. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static int compare_strings(const char *, const char *, int); +static void do_command(http_t *, const char *, const char *); +static void show_help(const char *); +static void show_status(http_t *, const char *); + + +/* + * 'main()' - Parse options and commands. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + http_t *http; /* Connection to server */ + char line[1024], /* Input line from user */ + *params; /* Pointer to parameters */ + + + _cupsSetLocale(argv); + + /* + * Connect to the scheduler... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + if (argc > 1) + { + /* + * Process a single command on the command-line... + */ + + do_command(http, argv[1], argv[2]); + } + else + { + /* + * Do the command prompt thing... + */ + + _cupsLangPuts(stdout, _("lpc> ")); + while (fgets(line, sizeof(line), stdin) != NULL) + { + /* + * Strip trailing whitespace... + */ + + for (params = line + strlen(line) - 1; params >= line;) + if (!isspace(*params & 255)) + break; + else + *params-- = '\0'; + + /* + * Strip leading whitespace... + */ + + for (params = line; isspace(*params & 255); params ++); + + if (params > line) + _cups_strcpy(line, params); + + if (!line[0]) + { + /* + * Nothing left, just show a prompt... + */ + + _cupsLangPuts(stdout, _("lpc> ")); + continue; + } + + /* + * Find any options in the string... + */ + + for (params = line; *params != '\0'; params ++) + if (isspace(*params & 255)) + break; + + /* + * Remove whitespace between the command and parameters... + */ + + while (isspace(*params & 255)) + *params++ = '\0'; + + /* + * The "quit" and "exit" commands exit; otherwise, process as needed... + */ + + if (!compare_strings(line, "quit", 1) || + !compare_strings(line, "exit", 2)) + break; + + if (*params == '\0') + do_command(http, line, NULL); + else + do_command(http, line, params); + + /* + * Put another prompt out to the user... + */ + + _cupsLangPuts(stdout, _("lpc> ")); + } + } + + /* + * Close the connection to the server and return... + */ + + httpClose(http); + + return (0); +} + + +/* + * 'compare_strings()' - Compare two command-line strings. + */ + +static int /* O - -1 or 1 = no match, 0 = match */ +compare_strings(const char *s, /* I - Command-line string */ + const char *t, /* I - Option string */ + int tmin) /* I - Minimum number of unique chars in option */ +{ + int slen; /* Length of command-line string */ + + + slen = strlen(s); + if (slen < tmin) + return (-1); + else + return (strncmp(s, t, slen)); +} + + +/* + * 'do_command()' - Do an lpc command... + */ + +static void +do_command(http_t *http, /* I - HTTP connection to server */ + const char *command, /* I - Command string */ + const char *params) /* I - Parameters for command */ +{ + if (!compare_strings(command, "status", 4)) + show_status(http, params); + else if (!compare_strings(command, "help", 1) || !strcmp(command, "?")) + show_help(params); + else + _cupsLangPrintf(stdout, + _("%s is not implemented by the CUPS version of lpc.\n"), + command); +} + + +/* + * 'show_help()' - Show help messages. + */ + +static void +show_help(const char *command) /* I - Command to describe or NULL */ +{ + if (!command) + { + _cupsLangPrintf(stdout, + _("Commands may be abbreviated. Commands are:\n" + "\n" + "exit help quit status ?\n")); + } + else if (!compare_strings(command, "help", 1) || !strcmp(command, "?")) + _cupsLangPrintf(stdout, _("help\t\tget help on commands\n")); + else if (!compare_strings(command, "status", 4)) + _cupsLangPrintf(stdout, _("status\t\tshow status of daemon and queue\n")); + else + _cupsLangPrintf(stdout, _("?Invalid help command unknown\n")); +} + + +/* + * 'show_status()' - Show printers. + */ + +static void +show_status(http_t *http, /* I - HTTP connection to server */ + const char *dests) /* I - Destinations */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + cups_lang_t *language; /* Default language */ + char *printer, /* Printer name */ + *device, /* Device URI */ + *delimiter; /* Char search result */ + ipp_pstate_t pstate; /* Printer state */ + int accepting; /* Is printer accepting jobs? */ + int jobcount; /* Count of current jobs */ + const char *dptr, /* Pointer into destination list */ + *ptr; /* Pointer into printer name */ + int match; /* Non-zero if this job matches */ + static const char *requested[] = /* Requested attributes */ + { + "device-uri", + "printer-is-accepting-jobs", + "printer-name", + "printer-state", + "queued-job-count" + }; + + + DEBUG_printf(("show_status(http=%p, dests=\"%s\")\n", http, dests)); + + if (http == NULL) + return; + + /* + * Build a CUPS_GET_PRINTERS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + */ + + request = ippNew(); + + request->request.op.operation_id = CUPS_GET_PRINTERS; + request->request.op.request_id = 1; + + language = cupsLangDefault(); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, language->language); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(requested) / sizeof(requested[0]), + NULL, requested); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + DEBUG_puts("show_status: request succeeded..."); + + /* + * Loop through the printers returned in the list and display + * their status... + */ + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + printer = NULL; + device = "file:/dev/null"; + pstate = IPP_PRINTER_IDLE; + jobcount = 0; + accepting = 1; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "device-uri") && + attr->value_tag == IPP_TAG_URI) + device = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-is-accepting-jobs") && + attr->value_tag == IPP_TAG_BOOLEAN) + accepting = attr->values[0].boolean; + else if (!strcmp(attr->name, "printer-name") && + attr->value_tag == IPP_TAG_NAME) + printer = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-state") && + attr->value_tag == IPP_TAG_ENUM) + pstate = (ipp_pstate_t)attr->values[0].integer; + else if (!strcmp(attr->name, "queued-job-count") && + attr->value_tag == IPP_TAG_INTEGER) + jobcount = attr->values[0].integer; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (printer == NULL) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * A single 'all' printer name is special, meaning all printers. + */ + + if (dests != NULL && !strcmp(dests, "all")) + dests = NULL; + + /* + * See if this is a printer we're interested in... + */ + + match = dests == NULL; + + if (dests != NULL) + { + for (dptr = dests; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Compare names... + */ + + for (ptr = printer; + *ptr != '\0' && *dptr != '\0' && *ptr == *dptr; + ptr ++, dptr ++); + + if (*ptr == '\0' && (*dptr == '\0' || *dptr == ',' || + isspace(*dptr & 255))) + { + match = 1; + break; + } + + /* + * Skip trailing junk... + */ + + while (!isspace(*dptr & 255) && *dptr != '\0') + dptr ++; + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + } + } + + /* + * Display the printer entry if needed... + */ + + if (match) + { + /* + * Display it... + */ + + printf("%s:\n", printer); + if (!strncmp(device, "file:", 5)) + _cupsLangPrintf(stdout, + _("\tprinter is on device \'%s\' speed -1\n"), + device + 5); + else + { + /* + * Just show the scheme... + */ + + if ((delimiter = strchr(device, ':')) != NULL ) + { + *delimiter = '\0'; + _cupsLangPrintf(stdout, + _("\tprinter is on device \'%s\' speed -1\n"), + device); + } + } + + if (accepting) + _cupsLangPuts(stdout, _("\tqueuing is enabled\n")); + else + _cupsLangPuts(stdout, _("\tqueuing is disabled\n")); + + if (pstate != IPP_PRINTER_STOPPED) + _cupsLangPuts(stdout, _("\tprinting is enabled\n")); + else + _cupsLangPuts(stdout, _("\tprinting is disabled\n")); + + if (jobcount == 0) + _cupsLangPuts(stdout, _("\tno entries\n")); + else + _cupsLangPrintf(stdout, _("\t%d entries\n"), jobcount); + + _cupsLangPuts(stdout, _("\tdaemon present\n")); + } + + if (attr == NULL) + break; + } + + ippDelete(response); + } +} + + +/* + * End of "$Id$". + */ diff --git a/berkeley/lpq.c b/berkeley/lpq.c new file mode 100644 index 0000000000..67db3119e6 --- /dev/null +++ b/berkeley/lpq.c @@ -0,0 +1,680 @@ +/* + * "$Id$" + * + * "lpq" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and commands. + * show_jobs() - Show jobs. + * show_printer() - Show printer status. + * usage() - Show program usage. + */ + +/* + * Include necessary headers... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static http_t *connect_server(const char *, http_t *); +static int show_jobs(const char *, http_t *, const char *, + const char *, const int, const int); +static void show_printer(const char *, http_t *, const char *); +static void usage(void); + + +/* + * 'main()' - Parse options and commands. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + http_t *http; /* Connection to server */ + const char *dest, /* Desired printer */ + *user, /* Desired user */ + *val; /* Environment variable name */ + char *instance; /* Printer instance */ + int id, /* Desired job ID */ + all, /* All printers */ + interval, /* Reporting interval */ + longstatus; /* Show file details */ + int num_dests; /* Number of destinations */ + cups_dest_t *dests; /* Destinations */ + + + _cupsSetLocale(argv); + + /* + * Check for command-line options... + */ + + http = NULL; + dest = NULL; + user = NULL; + id = 0; + interval = 0; + longstatus = 0; + all = 0; + num_dests = 0; + dests = NULL; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '+') + interval = atoi(argv[i] + 1); + else if (argv[i][0] == '-') + { + switch (argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + + if (http) + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + argv[0]); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'P' : /* Printer */ + if (argv[i][2]) + dest = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + httpClose(http); + cupsFreeDests(num_dests, dests); + + usage(); + } + + dest = argv[i]; + } + + if ((instance = strchr(dest, '/')) != NULL) + *instance++ = '\0'; + + http = connect_server(argv[0], http); + + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + if (cupsGetDest(dest, instance, num_dests, dests) == NULL) + { + if (instance) + _cupsLangPrintf(stderr, + _("%s: Error - unknown destination \"%s/%s\"!\n"), + argv[0], dest, instance); + else + _cupsLangPrintf(stderr, + _("%s: Unknown destination \"%s\"!\n"), + argv[0], dest); + + return (1); + } + break; + + case 'a' : /* All printers */ + all = 1; + break; + + case 'h' : /* Connect to host */ + if (http) + { + httpClose(http); + http = NULL; + } + + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hostname after " + "\'-h\' option!\n"), + argv[0]); + return (1); + } + else + cupsSetServer(argv[i]); + } + break; + + case 'l' : /* Long status */ + longstatus = 1; + break; + + default : + httpClose(http); + cupsFreeDests(num_dests, dests); + + usage(); + break; + } + } + else if (isdigit(argv[i][0] & 255)) + id = atoi(argv[i]); + else + user = argv[i]; + + http = connect_server(argv[0], http); + + if (dest == NULL && !all) + { + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + for (i = 0; i < num_dests; i ++) + if (dests[i].is_default) + dest = dests[i].name; + + if (dest == NULL) + { + val = NULL; + + if ((dest = getenv("LPDEST")) == NULL) + { + if ((dest = getenv("PRINTER")) != NULL) + { + if (!strcmp(dest, "lp")) + dest = NULL; + else + val = "PRINTER"; + } + } + else + val = "LPDEST"; + + if (dest && !cupsGetDest(dest, NULL, num_dests, dests)) + _cupsLangPrintf(stderr, + _("%s: error - %s environment variable names " + "non-existent destination \"%s\"!\n"), + argv[0], val, dest); + else + _cupsLangPrintf(stderr, + _("%s: error - no default destination available.\n"), + argv[0]); + httpClose(http); + cupsFreeDests(num_dests, dests); + return (1); + } + } + + /* + * Show the status in a loop... + */ + + for (;;) + { + if (dest) + show_printer(argv[0], http, dest); + + i = show_jobs(argv[0], http, dest, user, id, longstatus); + + if (i && interval) + { + fflush(stdout); + sleep(interval); + } + else + break; + } + + /* + * Close the connection to the server and return... + */ + + cupsFreeDests(num_dests, dests); + httpClose(http); + + return (0); +} + + +/* + * 'connect_server()' - Connect to the server as necessary... + */ + +static http_t * /* O - New HTTP connection */ +connect_server(const char *command, /* I - Command name */ + http_t *http) /* I - Current HTTP connection */ +{ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, _("%s: Unable to connect to server\n"), command); + exit(1); + } + } + + return (http); +} + + +/* + * 'show_jobs()' - Show jobs. + */ + +static int /* O - Number of jobs in queue */ +show_jobs(const char *command, /* I - Command name */ + http_t *http, /* I - HTTP connection to server */ + const char *dest, /* I - Destination */ + const char *user, /* I - User */ + const int id, /* I - Job ID */ + const int longstatus) /* I - 1 if long report desired */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + const char *jobdest, /* Pointer into job-printer-uri */ + *jobuser, /* Pointer to job-originating-user-name */ + *jobname; /* Pointer to job-name */ + ipp_jstate_t jobstate; /* job-state */ + int jobid, /* job-id */ + jobsize, /* job-k-octets */ +#ifdef __osf__ + jobpriority, /* job-priority */ +#endif /* __osf__ */ + jobcount, /* Number of jobs */ + jobcopies, /* Number of copies */ + rank; /* Rank of job */ + char resource[1024]; /* Resource string */ + char rankstr[255]; /* Rank string */ + char namestr[1024]; /* Job name string */ + static const char *ranks[10] = /* Ranking strings */ + { + "th", + "st", + "nd", + "rd", + "th", + "th", + "th", + "th", + "th", + "th" + }; + + + DEBUG_printf(("show_jobs(%08x, %08x, %08x, %d, %d)\n", http, dest, user, id, + longstatus)); + + if (http == NULL) + return (0); + + /* + * Build an IPP_GET_JOBS or IPP_GET_JOB_ATTRIBUTES request, which requires + * the following attributes: + * + * attributes-charset + * attributes-natural-language + * job-uri or printer-uri + */ + + request = ippNewRequest(id ? IPP_GET_JOB_ATTRIBUTES : IPP_GET_JOBS); + + if (dest == NULL) + { + if (id) + sprintf(resource, "ipp://localhost/jobs/%d", id); + else + strcpy(resource, "ipp://localhost/jobs"); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", + NULL, resource); + } + else + { + httpAssembleURIf(HTTP_URI_CODING_ALL, resource, sizeof(resource), "ipp", + NULL, "localhost", 0, "/printers/%s", dest); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, resource); + } + + if (user) + { + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + ippAddBoolean(request, IPP_TAG_OPERATION, "my-jobs", 1); + } + + /* + * Do the request and get back a response... + */ + + jobcount = 0; + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + ippDelete(response); + return (0); + } + + rank = 1; + + /* + * Loop through the job list and display them... + */ + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_JOB) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + jobid = 0; + jobsize = 0; +#ifdef __osf__ + jobpriority = 50; +#endif /* __osf__ */ + jobstate = IPP_JOB_PENDING; + jobname = "untitled"; + jobuser = NULL; + jobdest = NULL; + jobcopies = 1; + + while (attr != NULL && attr->group_tag == IPP_TAG_JOB) + { + if (!strcmp(attr->name, "job-id") && + attr->value_tag == IPP_TAG_INTEGER) + jobid = attr->values[0].integer; + + if (!strcmp(attr->name, "job-k-octets") && + attr->value_tag == IPP_TAG_INTEGER) + jobsize = attr->values[0].integer; + +#ifdef __osf__ + if (!strcmp(attr->name, "job-priority") && + attr->value_tag == IPP_TAG_INTEGER) + jobpriority = attr->values[0].integer; +#endif /* __osf__ */ + + if (!strcmp(attr->name, "job-state") && + attr->value_tag == IPP_TAG_ENUM) + jobstate = (ipp_jstate_t)attr->values[0].integer; + + if (!strcmp(attr->name, "job-printer-uri") && + attr->value_tag == IPP_TAG_URI) + if ((jobdest = strrchr(attr->values[0].string.text, '/')) != NULL) + jobdest ++; + + if (!strcmp(attr->name, "job-originating-user-name") && + attr->value_tag == IPP_TAG_NAME) + jobuser = attr->values[0].string.text; + + if (!strcmp(attr->name, "job-name") && + attr->value_tag == IPP_TAG_NAME) + jobname = attr->values[0].string.text; + + if (!strcmp(attr->name, "copies") && + attr->value_tag == IPP_TAG_INTEGER) + jobcopies = attr->values[0].integer; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (jobdest == NULL || jobid == 0) + { + if (attr == NULL) + break; + else + continue; + } + + if (!longstatus && jobcount == 0) +#ifdef __osf__ + _cupsLangPuts(stdout, + _("Rank Owner Pri Job Files" + " Total Size\n")); +#else + _cupsLangPuts(stdout, + _("Rank Owner Job File(s)" + " Total Size\n")); +#endif /* __osf__ */ + + jobcount ++; + + /* + * Display the job... + */ + + if (jobstate == IPP_JOB_PROCESSING) + strcpy(rankstr, "active"); + else + { + /* + * Make the rank show the "correct" suffix for each number + * (11-13 are the only special cases, for English anyways...) + */ + + if ((rank % 100) >= 11 && (rank % 100) <= 13) + snprintf(rankstr, sizeof(rankstr), "%dth", rank); + else + snprintf(rankstr, sizeof(rankstr), "%d%s", rank, ranks[rank % 10]); + + rank ++; + } + + if (longstatus) + { + _cupsLangPuts(stdout, "\n"); + + if (jobcopies > 1) + snprintf(namestr, sizeof(namestr), "%d copies of %s", jobcopies, + jobname); + else + strlcpy(namestr, jobname, sizeof(namestr)); + + _cupsLangPrintf(stdout, _("%s: %-33.33s [job %d localhost]\n"), + jobuser, rankstr, jobid); + _cupsLangPrintf(stdout, _(" %-39.39s %.0f bytes\n"), + namestr, 1024.0 * jobsize); + } + else +#ifdef __osf__ + _cupsLangPrintf(stdout, + _("%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n"), + rankstr, jobuser, jobpriority, jobid, jobname, + 1024.0 * jobsize); +#else + _cupsLangPrintf(stdout, + _("%-7s %-7.7s %-7d %-31.31s %.0f bytes\n"), + rankstr, jobuser, jobid, jobname, 1024.0 * jobsize); +#endif /* __osf */ + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + return (0); + } + + if (jobcount == 0) + _cupsLangPuts(stdout, _("no entries\n")); + + return (jobcount); +} + + +/* + * 'show_printer()' - Show printer status. + */ + +static void +show_printer(const char *command, /* I - Command name */ + http_t *http, /* I - HTTP connection to server */ + const char *dest) /* I - Destination */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_pstate_t state; /* Printer state */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + + + if (http == NULL) + return; + + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", dest); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + ippDelete(response); + return; + } + + if ((attr = ippFindAttribute(response, "printer-state", IPP_TAG_ENUM)) != NULL) + state = (ipp_pstate_t)attr->values[0].integer; + else + state = IPP_PRINTER_STOPPED; + + switch (state) + { + case IPP_PRINTER_IDLE : + _cupsLangPrintf(stdout, _("%s is ready\n"), dest); + break; + case IPP_PRINTER_PROCESSING : + _cupsLangPrintf(stdout, _("%s is ready and printing\n"), + dest); + break; + case IPP_PRINTER_STOPPED : + _cupsLangPrintf(stdout, _("%s is not ready\n"), dest); + break; + } + + ippDelete(response); + } + else + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); +} + + +/* + * 'usage()' - Show program usage. + */ + +static void +usage(void) +{ + _cupsLangPuts(stderr, + _("Usage: lpq [-P dest] [-U username] [-h hostname[:port]] " + "[-l] [+interval]\n")); + exit(1); +} + + +/* + * End of "$Id$". + */ diff --git a/berkeley/lpr.c b/berkeley/lpr.c new file mode 100644 index 0000000000..631cee65bf --- /dev/null +++ b/berkeley/lpr.c @@ -0,0 +1,533 @@ +/* + * "$Id$" + * + * "lpr" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and send files for printing. + * sighandler() - Signal catcher for when we print from stdin... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include + +#include +#include +#include + +#ifndef WIN32 +# include +# include + + +/* + * Local functions. + */ + +void sighandler(int); +#endif /* !WIN32 */ + + +/* + * Globals... + */ + +char tempfile[1024]; /* Temporary file for printing from stdin */ + + +/* + * 'main()' - Parse options and send files for printing. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, j; /* Looping var */ + int job_id; /* Job ID */ + char ch; /* Option character */ + char *printer, /* Destination printer or class */ + *instance; /* Instance */ + const char *title, /* Job title */ + *val; /* Environment variable name */ + int num_copies; /* Number of copies per file */ + int num_files; /* Number of files to print */ + const char *files[1000]; /* Files to print */ + int num_dests; /* Number of destinations */ + cups_dest_t *dests, /* Destinations */ + *dest; /* Selected destination */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + int deletefile; /* Delete file after print? */ + char buffer[8192]; /* Copy buffer */ + ssize_t bytes; /* Bytes copied */ + off_t filesize; /* Size of temp file */ + int temp; /* Temporary file descriptor */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Signal action */ + struct sigaction oldaction; /* Old signal action */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + _cupsSetLocale(argv); + + deletefile = 0; + printer = NULL; + num_dests = 0; + dests = NULL; + num_options = 0; + options = NULL; + num_files = 0; + title = NULL; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + switch (ch = argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + argv[0]); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'H' : /* Connect to host */ + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hostname after " + "\'-H\' option!\n"), + argv[0]); + return (1); + } + else + cupsSetServer(argv[i]); + } + break; + + case '1' : /* TROFF font set 1 */ + case '2' : /* TROFF font set 2 */ + case '3' : /* TROFF font set 3 */ + case '4' : /* TROFF font set 4 */ + case 'i' : /* indent */ + case 'w' : /* width */ + if (argv[i][2] == '\0') + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected value after \'-%c\' " + "option!\n"), argv[0], ch); + return (1); + } + } + + case 'c' : /* CIFPLOT */ + case 'd' : /* DVI */ + case 'f' : /* FORTRAN */ + case 'g' : /* plot */ + case 'n' : /* Ditroff */ + case 't' : /* Troff */ + case 'v' : /* Raster image */ + _cupsLangPrintf(stderr, + _("%s: Warning - \'%c\' format modifier not " + "supported - output may not be correct!\n"), + argv[0], ch); + break; + + case 'o' : /* Option */ + if (argv[i][2] != '\0') + num_options = cupsParseOptions(argv[i] + 2, num_options, &options); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: error - expected option=value after " + "\'-o\' option!\n"), + argv[0]); + return (1); + } + + num_options = cupsParseOptions(argv[i], num_options, &options); + } + break; + + case 'l' : /* Literal/raw */ + num_options = cupsAddOption("raw", "", num_options, &options); + break; + + case 'p' : /* Prettyprint */ + num_options = cupsAddOption("prettyprint", "", num_options, + &options); + break; + + case 'h' : /* Suppress burst page */ + num_options = cupsAddOption("job-sheets", "none", num_options, + &options); + break; + + case 's' : /* Don't use symlinks */ + break; + + case 'm' : /* Mail on completion */ + { + char email[1024]; /* EMail address */ + + + snprintf(email, sizeof(email), "mailto:%s@%s", cupsUser(), + httpGetHostname(NULL, buffer, sizeof(buffer))); + num_options = cupsAddOption("notify-recipient", email, + num_options, &options); + } + break; + + case 'q' : /* Queue file but don't print */ + num_options = cupsAddOption("job-hold-until", "indefinite", + num_options, &options); + break; + + case 'r' : /* Remove file after printing */ + deletefile = 1; + break; + + case 'P' : /* Destination printer or class */ + if (argv[i][2] != '\0') + printer = argv[i] + 2; + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected destination after " + "\'-P\' option!\n"), + argv[0]); + return (1); + } + + printer = argv[i]; + } + + if ((instance = strrchr(printer, '/')) != NULL) + *instance++ = '\0'; + + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(printer, instance, num_dests, dests)) != NULL) + { + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, + options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + } + break; + + case '#' : /* Number of copies */ + if (argv[i][2] != '\0') + num_copies = atoi(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected copy count after " + "\'-#\' option!\n"), + argv[0]); + return (1); + } + + num_copies = atoi(argv[i]); + } + + sprintf(buffer, "%d", num_copies); + num_options = cupsAddOption("copies", buffer, num_options, &options); + break; + + case 'C' : /* Class */ + case 'J' : /* Job name */ + case 'T' : /* Title */ + if (argv[i][2] != '\0') + title = argv[i] + 2; + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected name after \'-%c\' " + "option!\n"), argv[0], ch); + return (1); + } + + title = argv[i]; + } + break; + + default : + _cupsLangPrintf(stderr, + _("%s: Error - unknown option \'%c\'!\n"), + argv[0], argv[i][1]); + return (1); + } + else if (num_files < 1000) + { + /* + * Print a file... + */ + + if (access(argv[i], R_OK) != 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - unable to access \"%s\" - %s\n"), + argv[0], argv[i], strerror(errno)); + return (1); + } + + files[num_files] = argv[i]; + num_files ++; + + if (title == NULL) + { + if ((title = strrchr(argv[i], '/')) != NULL) + title ++; + else + title = argv[i]; + } + } + else + _cupsLangPrintf(stderr, + _("%s: Error - too many files - \"%s\"\n"), + argv[0], argv[i]); + /* + * See if we have any files to print; if not, print from stdin... + */ + + if (printer == NULL) + { + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) != NULL) + { + printer = dest->name; + + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + } + } + + if (printer == NULL) + { + val = NULL; + + if ((printer = getenv("LPDEST")) == NULL) + { + if ((printer = getenv("PRINTER")) != NULL) + { + if (!strcmp(printer, "lp")) + printer = NULL; + else + val = "PRINTER"; + } + } + else + val = "LPDEST"; + + if (printer && !cupsGetDest(printer, NULL, num_dests, dests)) + _cupsLangPrintf(stderr, + _("%s: Error - %s environment variable names " + "non-existent destination \"%s\"!\n"), + argv[0], val, printer); + else if (cupsLastError() == IPP_NOT_FOUND) + _cupsLangPrintf(stderr, + _("%s: Error - no default destination available.\n"), + argv[0]); + else + _cupsLangPrintf(stderr, + _("%s: Error - scheduler not responding!\n"), + argv[0]); + + return (1); + } + + if (num_files > 0) + { + job_id = cupsPrintFiles(printer, num_files, files, title, num_options, options); + + if (deletefile && job_id > 0) + { + /* + * Delete print files after printing... + */ + + for (i = 0; i < num_files; i ++) + unlink(files[i]); + } + } + else + { + num_files = 1; + +#ifndef WIN32 +# if defined(HAVE_SIGSET) + sigset(SIGHUP, sighandler); + if (sigset(SIGINT, sighandler) == SIG_IGN) + sigset(SIGINT, SIG_IGN); + sigset(SIGTERM, sighandler); +# elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = sighandler; + + sigaction(SIGHUP, &action, NULL); + sigaction(SIGINT, NULL, &oldaction); + if (oldaction.sa_handler != SIG_IGN) + sigaction(SIGINT, &action, NULL); + sigaction(SIGTERM, &action, NULL); +# else + signal(SIGHUP, sighandler); + if (signal(SIGINT, sighandler) == SIG_IGN) + signal(SIGINT, SIG_IGN); + signal(SIGTERM, sighandler); +# endif +#endif /* !WIN32 */ + + if ((temp = cupsTempFd(tempfile, sizeof(tempfile))) < 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - unable to create temporary file " + "\"%s\" - %s\n"), + argv[0], tempfile, strerror(errno)); + return (1); + } + + while ((bytes = read(0, buffer, sizeof(buffer))) > 0) + if (write(temp, buffer, bytes) < 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - unable to write to temporary file " + "\"%s\" - %s\n"), + argv[0], tempfile, strerror(errno)); + close(temp); + unlink(tempfile); + return (1); + } + + filesize = lseek(temp, 0, SEEK_CUR); + close(temp); + + if (filesize <= 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - stdin is empty, so no job has been sent.\n"), + argv[0]); + unlink(tempfile); + return (1); + } + + if (title) + job_id = cupsPrintFile(printer, tempfile, title, num_options, options); + else + job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options); + + unlink(tempfile); + } + + if (job_id < 1) + { + _cupsLangPrintf(stderr, "%s: %s\n", argv[0], cupsLastErrorString()); + return (1); + } + + return (0); +} + + +#ifndef WIN32 +/* + * 'sighandler()' - Signal catcher for when we print from stdin... + */ + +void +sighandler(int s) /* I - Signal number */ +{ + /* + * Remove the temporary file we're using to print from stdin... + */ + + unlink(tempfile); + + /* + * Exit... + */ + + exit(s); +} +#endif /* !WIN32 */ + + +/* + * End of "$Id$". + */ diff --git a/berkeley/lprm.c b/berkeley/lprm.c new file mode 100644 index 0000000000..5878532453 --- /dev/null +++ b/berkeley/lprm.c @@ -0,0 +1,298 @@ +/* + * "$Id$" + * + * "lprm" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and cancel jobs. + */ + +/* + * Include necessary headers... + */ + +#include +#include + +#include +#include +#include + + +/* + * 'main()' - Parse options and cancel jobs. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + http_t *http; /* HTTP connection to server */ + int i; /* Looping var */ + int job_id; /* Job ID */ + const char *dest; /* Destination printer */ + char *instance; /* Pointer to instance name */ + char uri[1024]; /* Printer or job URI */ + ipp_t *request; /* IPP request */ + ipp_t *response; /* IPP response */ + ipp_op_t op; /* Operation */ + int num_dests; /* Number of destinations */ + cups_dest_t *dests, /* Destinations */ + *defdest; /* Default destination */ + http_encryption_t encryption; /* Encryption? */ + + + _cupsSetLocale(argv); + + /* + * Setup to cancel individual print jobs... + */ + + op = IPP_CANCEL_JOB; + job_id = 0; + dest = NULL; + response = NULL; + http = NULL; + encryption = cupsEncryption(); + + /* + * Open a connection to the server... + */ + + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), encryption)) == NULL) + { + _cupsLangPuts(stderr, _("lprm: Unable to contact server!\n")); + return (1); + } + + num_dests = cupsGetDests2(http, &dests); + defdest = cupsGetDest(NULL, NULL, num_dests, dests); + dest = defdest ? defdest->name : NULL; + + /* + * Process command-line arguments... + */ + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-' && argv[i][1] != '\0') + switch (argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + encryption = HTTP_ENCRYPT_REQUIRED; + + httpEncryption(http, encryption); + cupsSetEncryption(encryption); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'P' : /* Cancel jobs on a printer */ + if (argv[i][2]) + dest = argv[i] + 2; + else + { + i ++; + dest = argv[i]; + } + + if ((instance = strchr(dest, '/')) != NULL) + *instance = '\0'; + + if (cupsGetDest(dest, NULL, num_dests, dests) == NULL) + { + _cupsLangPrintf(stderr, + _("%s: Error - unknown destination \"%s\"!\n"), + argv[0], dest); + cupsFreeDests(num_dests, dests); + httpClose(http); + return(1); + } + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + argv[0]); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'h' : /* Connect to host */ + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hostname after " + "\'-h\' option!\n"), + argv[0]); + return (1); + } + else + cupsSetServer(argv[i]); + } + + httpClose(http); + cupsFreeDests(num_dests, dests); + + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + encryption)) == NULL) + { + _cupsLangPuts(stderr, _("lprm: Unable to contact server!\n")); + return (1); + } + + num_dests = cupsGetDests2(http, &dests); + defdest = cupsGetDest(NULL, NULL, num_dests, dests); + dest = defdest ? defdest->name : NULL; + break; + + default : + _cupsLangPrintf(stderr, + _("%s: Error - unknown option \'%c\'!\n"), + argv[0], argv[i][1]); + cupsFreeDests(num_dests, dests); + httpClose(http); + return (1); + } + else + { + /* + * Cancel a job or printer... + */ + + if (isdigit(argv[i][0] & 255) && + cupsGetDest(argv[i], NULL, num_dests, dests) == NULL) + { + dest = NULL; + op = IPP_CANCEL_JOB; + job_id = atoi(argv[i]); + } + else if (!strcmp(argv[i], "-")) + { + /* + * Cancel all jobs + */ + + op = IPP_PURGE_JOBS; + } + else + { + dest = argv[i]; + job_id = 0; + } + + /* + * Build an IPP request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + job-id *or* job-uri + * [requesting-user-name] + */ + + request = ippNewRequest(op); + + if (dest) + { + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", dest); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", + job_id); + } + else + { + sprintf(uri, "ipp://localhost/jobs/%d", job_id); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, + uri); + } + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + /* + * Do the request and get back a response... + */ + + if (op == IPP_PURGE_JOBS) + response = cupsDoRequest(http, request, "/admin/"); + else + response = cupsDoRequest(http, request, "/jobs/"); + + ippDelete(response); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "%s: %s\n", argv[0], cupsLastErrorString()); + + cupsFreeDests(num_dests, dests); + httpClose(http); + return (1); + } + } + + /* + * If nothing has been canceled yet, cancel the current job on the specified + * (or default) printer... + */ + + if (response == NULL) + if (!cupsCancelJob(dest, 0)) + { + _cupsLangPrintf(stderr, "%s: %s\n", argv[0], cupsLastErrorString()); + cupsFreeDests(num_dests, dests); + httpClose(http); + return (1); + } + + cupsFreeDests(num_dests, dests); + httpClose(http); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/Dependencies b/cgi-bin/Dependencies new file mode 100644 index 0000000000..7e976859d1 --- /dev/null +++ b/cgi-bin/Dependencies @@ -0,0 +1,57 @@ +# DO NOT DELETE + +help-index.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +help-index.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +help-index.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +help-index.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +help-index.o: ../cups/dir.h +html.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +html.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +html.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +html.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +ipp-var.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +ipp-var.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +ipp-var.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +ipp-var.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +search.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +search.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +search.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +search.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +template.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +template.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +template.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +template.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +var.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +var.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +var.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +var.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +admin.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +admin.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +admin.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +admin.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +admin.o: ../cups/adminutil.h ../cups/cups.h ../cups/file.h +classes.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +classes.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +classes.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +classes.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +help.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +help.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +help.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +help.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +jobs.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +jobs.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +jobs.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +jobs.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +printers.o: cgi-private.h cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +printers.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +printers.o: ../cups/language.h ../cups/array.h help-index.h ../cups/debug.h +printers.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +testcgi.o: cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +testcgi.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +testcgi.o: ../cups/array.h help-index.h +testhi.o: cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +testhi.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +testhi.o: ../cups/array.h help-index.h +testtemplate.o: cgi.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +testtemplate.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +testtemplate.o: ../cups/language.h ../cups/array.h help-index.h diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile new file mode 100644 index 0000000000..7fb8a24eba --- /dev/null +++ b/cgi-bin/Makefile @@ -0,0 +1,174 @@ +# +# "$Id$" +# +# CGI makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +CGIS = admin.cgi classes.cgi help.cgi jobs.cgi printers.cgi +TARGETS = libcgi.a $(CGIS) testcgi testhi testtemplate +LIBOBJS = help-index.o html.o ipp-var.o search.o template.o var.o +OBJS = $(LIBOBJS) admin.o classes.o help.o \ + jobs.o printers.o testcgi.o testhi.o testtemplate.o + + +# +# Make all targets... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) $(TARGETS) + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1 + + +# +# Install all targets... +# + +install: all + $(INSTALL_DIR) -m 755 $(SERVERBIN)/cgi-bin + for file in $(CGIS); do \ + $(INSTALL_BIN) $$file $(SERVERBIN)/cgi-bin; \ + done + + +# +# Uninstall all targets... +# + +uninstall: + for file in $(CGIS); do \ + $(RM) $(SERVERBIN)/cgi-bin/$$file; \ + done + -$(RMDIR) $(SERVERBIN)/cgi-bin + + +# +# libcgi.a +# + +libcgi.a: $(LIBOBJS) + echo Archiving $@... + $(RM) $@ + $(AR) $(ARFLAGS) $@ $(LIBOBJS) + $(RANLIB) $@ + + +# +# admin.cgi +# + +admin.cgi: admin.o ../Makedefs ../cups/$(LIBCUPS) libcgi.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ admin.o libcgi.a $(LIBS) + + +# +# classes.cgi +# + +classes.cgi: classes.o ../Makedefs ../cups/$(LIBCUPS) libcgi.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ classes.o libcgi.a $(LIBS) + + +# +# help.cgi +# + +help.cgi: help.o ../Makedefs libcgi.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ help.o libcgi.a $(LIBS) + + +# +# jobs.cgi +# + +jobs.cgi: jobs.o ../Makedefs ../cups/$(LIBCUPS) libcgi.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ jobs.o libcgi.a $(LIBS) + + +# +# printers.cgi +# + +printers.cgi: printers.o ../Makedefs ../cups/$(LIBCUPS) libcgi.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ printers.o libcgi.a $(LIBS) + + +# +# testcgi +# + +testcgi: testcgi.o ../Makedefs libcgi.a ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testcgi.o libcgi.a ../cups/libcups.a \ + $(COMMONLIBS) $(SSLLIBS) $(LIBZ) + + +# +# testhi +# + +testhi: testhi.o ../Makedefs libcgi.a ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testhi.o libcgi.a ../cups/libcups.a \ + $(COMMONLIBS) $(SSLLIBS) $(LIBZ) + + +# +# testtemplate +# + +testtemplate: testtemplate.o ../Makedefs libcgi.a ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testtemplate.o libcgi.a ../cups/libcups.a \ + $(COMMONLIBS) $(SSLLIBS) $(LIBZ) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/cgi-bin/admin.c b/cgi-bin/admin.c new file mode 100644 index 0000000000..e0feee730f --- /dev/null +++ b/cgi-bin/admin.c @@ -0,0 +1,2955 @@ +/* + * "$Id$" + * + * Administration CGI for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for CGI. + * do_am_class() - Add or modify a class. + * do_am_printer() - Add or modify a printer. + * do_config_printer() - Configure the default options for a printer. + * do_config_server() - Configure server settings. + * do_delete_class() - Delete a class... + * do_delete_printer() - Delete a printer... + * do_export() - Export printers to Samba... + * do_menu() - Show the main menu... + * do_printer_op() - Do a printer operation. + * do_set_allowed_users() - Set the allowed/denied users for a queue. + * do_set_sharing() - Set printer-is-shared value... + * match_string() - Return the number of matching characters. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static void do_am_class(http_t *http, int modify); +static void do_am_printer(http_t *http, int modify); +static void do_config_printer(http_t *http); +static void do_config_server(http_t *http); +static void do_delete_class(http_t *http); +static void do_delete_printer(http_t *http); +static void do_export(http_t *http); +static void do_menu(http_t *http); +static void do_printer_op(http_t *http, + ipp_op_t op, const char *title); +static void do_set_allowed_users(http_t *http); +static void do_set_sharing(http_t *http); +static int match_string(const char *a, const char *b); + + +/* + * 'main()' - Main entry for CGI. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + http_t *http; /* Connection to the server */ + const char *op; /* Operation name */ + + + /* + * Connect to the HTTP server... + */ + + fputs("DEBUG: admin.cgi started...\n", stderr); + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + if (!http) + { + perror("ERROR: Unable to connect to cupsd"); + fprintf(stderr, "DEBUG: cupsServer()=\"%s\"\n", + cupsServer() ? cupsServer() : "(null)"); + fprintf(stderr, "DEBUG: ippPort()=%d\n", ippPort()); + fprintf(stderr, "DEBUG: cupsEncryption()=%d\n", cupsEncryption()); + exit(1); + } + + fprintf(stderr, "DEBUG: http=%p\n", http); + + /* + * Set the web interface section... + */ + + cgiSetVariable("SECTION", "admin"); + + /* + * See if we have form data... + */ + + if (!cgiInitialize()) + { + /* + * Nope, send the administration menu... + */ + + fputs("DEBUG: No form data, showing main menu...\n", stderr); + + do_menu(http); + } + else if ((op = cgiGetVariable("OP")) != NULL) + { + /* + * Do the operation... + */ + + fprintf(stderr, "DEBUG: op=\"%s\"...\n", op); + + if (!strcmp(op, "redirect")) + { + const char *url; /* Redirection URL... */ + char prefix[1024]; /* URL prefix */ + + + if (getenv("HTTPS")) + snprintf(prefix, sizeof(prefix), "https://%s:%s", + getenv("SERVER_NAME"), getenv("SERVER_PORT")); + else + snprintf(prefix, sizeof(prefix), "http://%s:%s", + getenv("SERVER_NAME"), getenv("SERVER_PORT")); + + if ((url = cgiGetVariable("URL")) != NULL) + printf("Location: %s%s\n\n", prefix, url); + else + printf("Location: %s/admin\n\n", prefix); + } + else if (!strcmp(op, "start-printer")) + do_printer_op(http, IPP_RESUME_PRINTER, cgiText(_("Start Printer"))); + else if (!strcmp(op, "stop-printer")) + do_printer_op(http, IPP_PAUSE_PRINTER, cgiText(_("Stop Printer"))); + else if (!strcmp(op, "start-class")) + do_printer_op(http, IPP_RESUME_PRINTER, cgiText(_("Start Class"))); + else if (!strcmp(op, "stop-class")) + do_printer_op(http, IPP_PAUSE_PRINTER, cgiText(_("Stop Class"))); + else if (!strcmp(op, "accept-jobs")) + do_printer_op(http, CUPS_ACCEPT_JOBS, cgiText(_("Accept Jobs"))); + else if (!strcmp(op, "reject-jobs")) + do_printer_op(http, CUPS_REJECT_JOBS, cgiText(_("Reject Jobs"))); + else if (!strcmp(op, "purge-jobs")) + do_printer_op(http, IPP_PURGE_JOBS, cgiText(_("Purge Jobs"))); + else if (!strcmp(op, "set-allowed-users")) + do_set_allowed_users(http); + else if (!strcmp(op, "set-as-default")) + do_printer_op(http, CUPS_SET_DEFAULT, cgiText(_("Set As Default"))); + else if (!strcmp(op, "set-sharing")) + do_set_sharing(http); + else if (!strcmp(op, "add-class")) + do_am_class(http, 0); + else if (!strcmp(op, "add-printer")) + do_am_printer(http, 0); + else if (!strcmp(op, "modify-class")) + do_am_class(http, 1); + else if (!strcmp(op, "modify-printer")) + do_am_printer(http, 1); + else if (!strcmp(op, "delete-class")) + do_delete_class(http); + else if (!strcmp(op, "delete-printer")) + do_delete_printer(http); + else if (!strcmp(op, "set-printer-options")) + do_config_printer(http); + else if (!strcmp(op, "config-server")) + do_config_server(http); + else if (!strcmp(op, "export-samba")) + do_export(http); + else + { + /* + * Bad operation code... Display an error... + */ + + cgiStartHTML(cgiText(_("Administration"))); + cgiCopyTemplateLang("error-op.tmpl"); + cgiEndHTML(); + } + } + else + { + /* + * Form data but no operation code... Display an error... + */ + + cgiStartHTML(cgiText(_("Administration"))); + cgiCopyTemplateLang("error-op.tmpl"); + cgiEndHTML(); + } + + /* + * Close the HTTP server connection... + */ + + httpClose(http); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'do_am_class()' - Add or modify a class. + */ + +static void +do_am_class(http_t *http, /* I - HTTP connection */ + int modify) /* I - Modify the printer? */ +{ + int i, j; /* Looping vars */ + int element; /* Element number */ + int num_printers; /* Number of printers */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* member-uris attribute */ + char uri[HTTP_MAX_URI]; /* Device or printer URI */ + const char *name, /* Pointer to class name */ + *ptr; /* Pointer to CGI variable */ + const char *title; /* Title of page */ + static const char * const pattrs[] = /* Requested printer attributes */ + { + "member-names", + "printer-info", + "printer-location" + }; + + + title = cgiText(modify ? _("Modify Class") : _("Add Class")); + name = cgiGetVariable("PRINTER_NAME"); + + if (cgiGetVariable("PRINTER_LOCATION") == NULL) + { + /* + * Build a CUPS_GET_PRINTERS request, which requires the + * following attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, "ipp://localhost/printers"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Create MEMBER_URIS and MEMBER_NAMES arrays... + */ + + for (element = 0, attr = response->attrs; + attr != NULL; + attr = attr->next) + if (attr->name && !strcmp(attr->name, "printer-uri-supported")) + { + if ((ptr = strrchr(attr->values[0].string.text, '/')) != NULL && + (!name || strcasecmp(name, ptr + 1))) + { + /* + * Don't show the current class... + */ + + cgiSetArray("MEMBER_URIS", element, attr->values[0].string.text); + element ++; + } + } + + for (element = 0, attr = response->attrs; + attr != NULL; + attr = attr->next) + if (attr->name && !strcmp(attr->name, "printer-name")) + { + if (!name || strcasecmp(name, attr->values[0].string.text)) + { + /* + * Don't show the current class... + */ + + cgiSetArray("MEMBER_NAMES", element, attr->values[0].string.text); + element ++; + } + } + + num_printers = cgiGetSize("MEMBER_URIS"); + + ippDelete(response); + } + else + num_printers = 0; + + if (modify) + { + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the + * following attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/classes/%s", name); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + (int)(sizeof(pattrs) / sizeof(pattrs[0])), + NULL, pattrs); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if ((attr = ippFindAttribute(response, "member-names", + IPP_TAG_NAME)) != NULL) + { + /* + * Mark any current members in the class... + */ + + for (j = 0; j < num_printers; j ++) + cgiSetArray("MEMBER_SELECTED", j, ""); + + for (i = 0; i < attr->num_values; i ++) + { + for (j = 0; j < num_printers; j ++) + { + if (!strcasecmp(attr->values[i].string.text, + cgiGetArray("MEMBER_NAMES", j))) + { + cgiSetArray("MEMBER_SELECTED", j, "SELECTED"); + break; + } + } + } + } + + if ((attr = ippFindAttribute(response, "printer-info", + IPP_TAG_TEXT)) != NULL) + cgiSetVariable("PRINTER_INFO", attr->values[0].string.text); + + if ((attr = ippFindAttribute(response, "printer-location", + IPP_TAG_TEXT)) != NULL) + cgiSetVariable("PRINTER_LOCATION", attr->values[0].string.text); + + ippDelete(response); + } + + /* + * Update the location and description of an existing printer... + */ + + cgiStartHTML(title); + cgiCopyTemplateLang("modify-class.tmpl"); + } + else + { + /* + * Get the name, location, and description for a new printer... + */ + + cgiStartHTML(title); + cgiCopyTemplateLang("add-class.tmpl"); + } + + cgiEndHTML(); + + return; + } + + for (ptr = name; *ptr; ptr ++) + if ((*ptr >= 0 && *ptr <= ' ') || *ptr == 127 || *ptr == '/' || *ptr == '#') + break; + + if (*ptr || ptr == name || strlen(name) > 127) + { + cgiSetVariable("ERROR", + cgiText(_("The class name may only contain up to " + "127 printable characters and may not " + "contain spaces, slashes (/), or the " + "pound sign (#)."))); + cgiStartHTML(title); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + /* + * Build a CUPS_ADD_CLASS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * printer-location + * printer-info + * printer-is-accepting-jobs + * printer-state + * member-uris + */ + + request = ippNewRequest(CUPS_ADD_CLASS); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/classes/%s", + cgiGetVariable("PRINTER_NAME")); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-location", + NULL, cgiGetVariable("PRINTER_LOCATION")); + + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-info", + NULL, cgiGetVariable("PRINTER_INFO")); + + ippAddBoolean(request, IPP_TAG_PRINTER, "printer-is-accepting-jobs", 1); + + ippAddInteger(request, IPP_TAG_PRINTER, IPP_TAG_ENUM, "printer-state", + IPP_PRINTER_IDLE); + + if ((num_printers = cgiGetSize("MEMBER_URIS")) > 0) + { + attr = ippAddStrings(request, IPP_TAG_PRINTER, IPP_TAG_URI, "member-uris", + num_printers, NULL, NULL); + for (i = 0; i < num_printers; i ++) + attr->values[i].string.text = strdup(cgiGetArray("MEMBER_URIS", i)); + } + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/admin/")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + cgiStartHTML(title); + cgiShowIPPError(modify ? _("Unable to modify class:") : + _("Unable to add class:")); + } + else + { + /* + * Redirect successful updates back to the class page... + */ + + char refresh[1024]; /* Refresh URL */ + + cgiFormEncode(uri, name, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "5;URL=/admin/?OP=redirect&URL=/classes/%s", + uri); + cgiSetVariable("refresh_page", refresh); + + cgiStartHTML(title); + + if (modify) + cgiCopyTemplateLang("class-modified.tmpl"); + else + cgiCopyTemplateLang("class-added.tmpl"); + } + + cgiEndHTML(); +} + + +/* + * 'do_am_printer()' - Add or modify a printer. + */ + +static void +do_am_printer(http_t *http, /* I - HTTP connection */ + int modify) /* I - Modify the printer? */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_t *request, /* IPP request */ + *response, /* IPP response */ + *oldinfo; /* Old printer information */ + const cgi_file_t *file; /* Uploaded file, if any */ + const char *var; /* CGI variable */ + char uri[HTTP_MAX_URI], /* Device or printer URI */ + *uriptr; /* Pointer into URI */ + int maxrate; /* Maximum baud rate */ + char baudrate[255]; /* Baud rate string */ + const char *name, /* Pointer to class name */ + *ptr; /* Pointer to CGI variable */ + const char *title; /* Title of page */ + static int baudrates[] = /* Baud rates */ + { + 1200, + 2400, + 4800, + 9600, + 19200, + 38400, + 57600, + 115200, + 230400, + 460800 + }; + + + ptr = cgiGetVariable("DEVICE_URI"); + fprintf(stderr, "DEBUG: do_am_printer: DEVICE_URI=\"%s\"\n", + ptr ? ptr : "(null)"); + + title = cgiText(modify ? _("Modify Printer") : _("Add Printer")); + + if (modify) + { + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the + * following attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", + cgiGetVariable("PRINTER_NAME")); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + /* + * Do the request and get back a response... + */ + + oldinfo = cupsDoRequest(http, request, "/"); + } + else + oldinfo = NULL; + + if ((name = cgiGetVariable("PRINTER_NAME")) == NULL || + cgiGetVariable("PRINTER_LOCATION") == NULL) + { + cgiStartHTML(title); + + if (modify) + { + /* + * Update the location and description of an existing printer... + */ + + if (oldinfo) + cgiSetIPPVars(oldinfo, NULL, NULL, NULL, 0); + + cgiCopyTemplateLang("modify-printer.tmpl"); + } + else + { + /* + * Get the name, location, and description for a new printer... + */ + + cgiCopyTemplateLang("add-printer.tmpl"); + } + + cgiEndHTML(); + + if (oldinfo) + ippDelete(oldinfo); + + return; + } + + for (ptr = name; *ptr; ptr ++) + if ((*ptr >= 0 && *ptr <= ' ') || *ptr == 127 || *ptr == '/' || *ptr == '#') + break; + + if (*ptr || ptr == name || strlen(name) > 127) + { + cgiSetVariable("ERROR", + cgiText(_("The printer name may only contain up to " + "127 printable characters and may not " + "contain spaces, slashes (/), or the " + "pound sign (#)."))); + cgiStartHTML(title); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + file = cgiGetFile(); + + if (file) + { + fprintf(stderr, "DEBUG: file->tempfile=%s\n", file->tempfile); + fprintf(stderr, "DEBUG: file->name=%s\n", file->name); + fprintf(stderr, "DEBUG: file->filename=%s\n", file->filename); + fprintf(stderr, "DEBUG: file->mimetype=%s\n", file->mimetype); + } + + if ((var = cgiGetVariable("DEVICE_URI")) == NULL) + { + /* + * Build a CUPS_GET_DEVICES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + fputs("DEBUG: Getting list of devices...\n", stderr); + + request = ippNewRequest(CUPS_GET_DEVICES); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, "ipp://localhost/printers/"); + + /* + * Do the request and get back a response... + */ + + fprintf(stderr, "DEBUG: http=%p (%s)\n", http, http->hostname); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + fputs("DEBUG: Got device list!\n", stderr); + + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + ippDelete(response); + } + else + fprintf(stderr, + "ERROR: CUPS-Get-Devices request failed with status %x: %s\n", + cupsLastError(), cupsLastErrorString()); + + /* + * Let the user choose... + */ + + if ((attr = ippFindAttribute(oldinfo, "device-uri", IPP_TAG_URI)) != NULL) + { + strlcpy(uri, attr->values[0].string.text, sizeof(uri)); + if ((uriptr = strchr(uri, ':')) != NULL && strncmp(uriptr, "://", 3) == 0) + *uriptr = '\0'; + + cgiSetVariable("CURRENT_DEVICE_URI", attr->values[0].string.text); + cgiSetVariable("CURRENT_DEVICE_SCHEME", uri); + } + + cgiStartHTML(title); + cgiCopyTemplateLang("choose-device.tmpl"); + cgiEndHTML(); + } + else if (strchr(var, '/') == NULL) + { + if ((attr = ippFindAttribute(oldinfo, "device-uri", IPP_TAG_URI)) != NULL) + { + /* + * Set the current device URI for the form to the old one... + */ + + if (strncmp(attr->values[0].string.text, var, strlen(var)) == 0) + cgiSetVariable("DEVICE_URI", attr->values[0].string.text); + } + + /* + * User needs to set the full URI... + */ + + cgiStartHTML(title); + cgiCopyTemplateLang("choose-uri.tmpl"); + cgiEndHTML(); + } + else if (!strncmp(var, "serial:", 7) && !cgiGetVariable("BAUDRATE")) + { + /* + * Need baud rate, parity, etc. + */ + + if ((var = strchr(var, '?')) != NULL && + strncmp(var, "?baud=", 6) == 0) + maxrate = atoi(var + 6); + else + maxrate = 19200; + + for (i = 0; i < 10; i ++) + if (baudrates[i] > maxrate) + break; + else + { + sprintf(baudrate, "%d", baudrates[i]); + cgiSetArray("BAUDRATES", i, baudrate); + } + + cgiStartHTML(title); + cgiCopyTemplateLang("choose-serial.tmpl"); + cgiEndHTML(); + } + else if (!file && (var = cgiGetVariable("PPD_NAME")) == NULL) + { + if (modify) + { + /* + * Get the PPD file... + */ + + int fd; /* PPD file */ + char filename[1024]; /* PPD filename */ + ppd_file_t *ppd; /* PPD information */ + char buffer[1024]; /* Buffer */ + int bytes; /* Number of bytes */ + http_status_t get_status; /* Status of GET */ + + + /* TODO: Use cupsGetFile() API... */ + snprintf(uri, sizeof(uri), "/printers/%s.ppd", name); + + if (httpGet(http, uri)) + httpGet(http, uri); + + while ((get_status = httpUpdate(http)) == HTTP_CONTINUE); + + if (get_status != HTTP_OK) + { + fprintf(stderr, "ERROR: Unable to get PPD file %s: %d - %s\n", + uri, get_status, httpStatus(get_status)); + } + else if ((fd = cupsTempFd(filename, sizeof(filename))) >= 0) + { + while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) + write(fd, buffer, bytes); + + close(fd); + + if ((ppd = ppdOpenFile(filename)) != NULL) + { + if (ppd->manufacturer) + cgiSetVariable("CURRENT_MAKE", ppd->manufacturer); + + if (ppd->nickname) + cgiSetVariable("CURRENT_MAKE_AND_MODEL", ppd->nickname); + + ppdClose(ppd); + unlink(filename); + } + else + { + fprintf(stderr, "ERROR: Unable to open PPD file %s: %s\n", + filename, ppdErrorString(ppdLastError(&bytes))); + } + } + else + { + httpFlush(http); + + fprintf(stderr, + "ERROR: Unable to create temporary file for PPD file: %s\n", + strerror(errno)); + } + } + else if ((uriptr = strrchr(cgiGetVariable("DEVICE_URI"), '|')) != NULL) + { + /* + * Extract make and make/model from device URI string... + */ + + char make[1024], /* Make string */ + *makeptr; /* Pointer into make */ + + + *uriptr++ = '\0'; + + strlcpy(make, uriptr, sizeof(make)); + + if ((makeptr = strchr(make, ' ')) != NULL) + *makeptr = '\0'; + else if ((makeptr = strchr(make, '-')) != NULL) + *makeptr = '\0'; + else if (!strncasecmp(make, "laserjet", 8) || + !strncasecmp(make, "deskjet", 7) || + !strncasecmp(make, "designjet", 9)) + strcpy(make, "HP"); + else if (!strncasecmp(make, "phaser", 6)) + strcpy(make, "Xerox"); + else if (!strncasecmp(make, "stylus", 6)) + strcpy(make, "Epson"); + else + strcpy(make, "Generic"); + + cgiSetVariable("CURRENT_MAKE", make); + cgiSetVariable("PPD_MAKE", make); + cgiSetVariable("CURRENT_MAKE_AND_MODEL", uriptr); + } + + /* + * Build a CUPS_GET_PPDS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_GET_PPDS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, "ipp://localhost/printers/"); + + if ((var = cgiGetVariable("PPD_MAKE")) != NULL) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_TEXT, + "ppd-make", NULL, var); + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "ppd-make"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Got the list of PPDs, see if the user has selected a make... + */ + + if (cgiSetIPPVars(response, NULL, NULL, NULL, 0) == 0) + { + /* + * No PPD files with this make, try again with all makes... + */ + + ippDelete(response); + + request = ippNewRequest(CUPS_GET_PPDS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, "ipp://localhost/printers/"); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "ppd-make"); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + + cgiStartHTML(title); + cgiCopyTemplateLang("choose-make.tmpl"); + cgiEndHTML(); + } + else if (!var) + { + cgiStartHTML(title); + cgiCopyTemplateLang("choose-make.tmpl"); + cgiEndHTML(); + } + else + { + /* + * Let the user choose a model... + */ + + const char *make_model; /* Current make/model string */ + + + if ((make_model = cgiGetVariable("CURRENT_MAKE_AND_MODEL")) != NULL) + { + /* + * Scan for "close" matches... + */ + + int match, /* Current match */ + best_match, /* Best match so far */ + count; /* Number of drivers */ + const char *best, /* Best matching string */ + *current; /* Current string */ + + + count = cgiGetSize("PPD_MAKE_AND_MODEL"); + + for (i = 0, best_match = 0, best = NULL; i < count; i ++) + { + current = cgiGetArray("PPD_MAKE_AND_MODEL", i); + match = match_string(make_model, current); + + if (match > best_match) + { + best_match = match; + best = current; + } + } + + if (best_match > strlen(var)) + { + /* + * Found a match longer than the make... + */ + + cgiSetVariable("CURRENT_MAKE_AND_MODEL", best); + } + } + + cgiStartHTML(title); + cgiCopyTemplateLang("choose-model.tmpl"); + cgiEndHTML(); + } + + ippDelete(response); + } + else + { + cgiStartHTML(title); + cgiShowIPPError(_("Unable to get list of printer drivers:")); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + } + } + else + { + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * printer-location + * printer-info + * ppd-name + * device-uri + * printer-is-accepting-jobs + * printer-state + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", + cgiGetVariable("PRINTER_NAME")); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-location", + NULL, cgiGetVariable("PRINTER_LOCATION")); + + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-info", + NULL, cgiGetVariable("PRINTER_INFO")); + + if (!file) + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_NAME, "ppd-name", + NULL, cgiGetVariable("PPD_NAME")); + + strlcpy(uri, cgiGetVariable("DEVICE_URI"), sizeof(uri)); + + /* + * Strip make and model from URI... + */ + + if ((uriptr = strrchr(uri, '|')) != NULL) + *uriptr = '\0'; + + if (!strncmp(uri, "serial:", 7)) + { + /* + * Update serial port URI to include baud rate, etc. + */ + + if ((uriptr = strchr(uri, '?')) == NULL) + uriptr = uri + strlen(uri); + + snprintf(uriptr, sizeof(uri) - (uriptr - uri), + "?baud=%s+bits=%s+parity=%s+flow=%s", + cgiGetVariable("BAUDRATE"), cgiGetVariable("BITS"), + cgiGetVariable("PARITY"), cgiGetVariable("FLOW")); + } + + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_URI, "device-uri", + NULL, uri); + + ippAddBoolean(request, IPP_TAG_PRINTER, "printer-is-accepting-jobs", 1); + + ippAddInteger(request, IPP_TAG_PRINTER, IPP_TAG_ENUM, "printer-state", + IPP_PRINTER_IDLE); + + /* + * Do the request and get back a response... + */ + + if (file) + ippDelete(cupsDoFileRequest(http, request, "/admin/", file->tempfile)); + else + ippDelete(cupsDoRequest(http, request, "/admin/")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + cgiStartHTML(title); + cgiShowIPPError(modify ? _("Unable to modify printer:") : + _("Unable to add printer:")); + } + else + { + /* + * Redirect successful updates back to the printer or set-options pages... + */ + + char refresh[1024]; /* Refresh URL */ + + + cgiFormEncode(uri, name, sizeof(uri)); + + if (modify) + snprintf(refresh, sizeof(refresh), + "5;/admin/?OP=redirect&URL=/printers/%s", uri); + else + snprintf(refresh, sizeof(refresh), + "5;URL=/admin/?OP=set-printer-options&PRINTER_NAME=%s", uri); + + cgiSetVariable("refresh_page", refresh); + + cgiStartHTML(title); + + if (modify) + cgiCopyTemplateLang("printer-modified.tmpl"); + else + cgiCopyTemplateLang("printer-added.tmpl"); + } + + cgiEndHTML(); + } + + if (oldinfo) + ippDelete(oldinfo); +} + + +/* + * 'do_config_printer()' - Configure the default options for a printer. + */ + +static void +do_config_printer(http_t *http) /* I - HTTP connection */ +{ + int i, j, k, m; /* Looping vars */ + int have_options; /* Have options? */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + char uri[HTTP_MAX_URI]; /* Job URI */ + const char *var; /* Variable value */ + const char *printer; /* Printer printer name */ + const char *filename; /* PPD filename */ + char tempfile[1024]; /* Temporary filename */ + cups_file_t *in, /* Input file */ + *out; /* Output file */ + char line[1024]; /* Line from PPD file */ + char keyword[1024], /* Keyword from Default line */ + *keyptr; /* Pointer into keyword... */ + ppd_file_t *ppd; /* PPD file */ + ppd_group_t *group; /* Option group */ + ppd_option_t *option; /* Option */ + ppd_attr_t *protocol; /* cupsProtocol attribute */ + const char *title; /* Page title */ + + + title = cgiText(_("Set Printer Options")); + + fprintf(stderr, "DEBUG: do_config_printer(http=%p)\n", http); + + /* + * Get the printer name... + */ + + if ((printer = cgiGetVariable("PRINTER_NAME")) != NULL) + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + else + { + cgiSetVariable("ERROR", cgiText(_("Missing form variable!"))); + cgiStartHTML(title); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + fprintf(stderr, "DEBUG: printer=\"%s\", uri=\"%s\"...\n", printer, uri); + + /* + * Get the PPD file... + */ + + if ((filename = cupsGetPPD2(http, printer)) == NULL) + { + fputs("DEBUG: No PPD file!?!\n", stderr); + + cgiStartHTML(title); + cgiShowIPPError(_("Unable to get PPD file!")); + cgiEndHTML(); + return; + } + + fprintf(stderr, "DEBUG: Got PPD file: \"%s\"\n", filename); + + if ((ppd = ppdOpenFile(filename)) == NULL) + { + cgiSetVariable("ERROR", ppdErrorString(ppdLastError(&i))); + cgiSetVariable("MESSAGE", cgiText(_("Unable to open PPD file:"))); + cgiStartHTML(title); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + if (cgiGetVariable("job_sheets_start") != NULL || + cgiGetVariable("job_sheets_end") != NULL) + have_options = 1; + else + have_options = 0; + + ppdMarkDefaults(ppd); + + DEBUG_printf(("

ppd->num_groups = %d\n" + "

    \n", ppd->num_groups)); + + for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) + { + DEBUG_printf(("
  • %s
      \n", group->text)); + + for (j = group->num_options, option = group->options; + j > 0; + j --, option ++) + if ((var = cgiGetVariable(option->keyword)) != NULL) + { + DEBUG_printf(("
    • %s = \"%s\"
    • \n", option->keyword, var)); + have_options = 1; + ppdMarkOption(ppd, option->keyword, var); + } +#ifdef DEBUG + else + printf("
    • %s not defined!
    • \n", option->keyword); +#endif /* DEBUG */ + + DEBUG_puts("
  • "); + } + + DEBUG_printf(("
\n" + "

ppdConflicts(ppd) = %d\n", ppdConflicts(ppd))); + + if (!have_options || ppdConflicts(ppd)) + { + /* + * Show the options to the user... + */ + + fputs("DEBUG: Showing options...\n", stderr); + + ppdLocalize(ppd); + + cgiStartHTML(cgiText(_("Set Printer Options"))); + cgiCopyTemplateLang("set-printer-options-header.tmpl"); + + if (ppdConflicts(ppd)) + { + for (i = ppd->num_groups, k = 0, group = ppd->groups; + i > 0; + i --, group ++) + for (j = group->num_options, option = group->options; + j > 0; + j --, option ++) + if (option->conflicted) + { + cgiSetArray("ckeyword", k, option->keyword); + cgiSetArray("ckeytext", k, option->text); + k ++; + } + + cgiCopyTemplateLang("option-conflict.tmpl"); + } + + for (i = ppd->num_groups, group = ppd->groups; + i > 0; + i --, group ++) + { + if (!strcmp(group->name, "InstallableOptions")) + cgiSetVariable("GROUP", cgiText(_("Options Installed"))); + else + cgiSetVariable("GROUP", group->text); + + cgiCopyTemplateLang("option-header.tmpl"); + + for (j = group->num_options, option = group->options; + j > 0; + j --, option ++) + { + if (!strcmp(option->keyword, "PageRegion")) + continue; + + cgiSetVariable("KEYWORD", option->keyword); + cgiSetVariable("KEYTEXT", option->text); + + if (option->conflicted) + cgiSetVariable("CONFLICTED", "1"); + else + cgiSetVariable("CONFLICTED", "0"); + + cgiSetSize("CHOICES", 0); + cgiSetSize("TEXT", 0); + for (k = 0, m = 0; k < option->num_choices; k ++) + { + /* + * Hide custom option values... + */ + + if (!strcmp(option->choices[k].choice, "Custom")) + continue; + + cgiSetArray("CHOICES", m, option->choices[k].choice); + cgiSetArray("TEXT", m, option->choices[k].text); + + m ++; + + if (option->choices[k].marked) + cgiSetVariable("DEFCHOICE", option->choices[k].choice); + } + + switch (option->ui) + { + case PPD_UI_BOOLEAN : + cgiCopyTemplateLang("option-boolean.tmpl"); + break; + case PPD_UI_PICKONE : + cgiCopyTemplateLang("option-pickone.tmpl"); + break; + case PPD_UI_PICKMANY : + cgiCopyTemplateLang("option-pickmany.tmpl"); + break; + } + } + + cgiCopyTemplateLang("option-trailer.tmpl"); + } + + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the + * following attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if ((attr = ippFindAttribute(response, "job-sheets-supported", + IPP_TAG_ZERO)) != NULL) + { + /* + * Add the job sheets options... + */ + + cgiSetVariable("GROUP", cgiText(_("Banners"))); + cgiCopyTemplateLang("option-header.tmpl"); + + cgiSetSize("CHOICES", attr->num_values); + cgiSetSize("TEXT", attr->num_values); + for (k = 0; k < attr->num_values; k ++) + { + cgiSetArray("CHOICES", k, attr->values[k].string.text); + cgiSetArray("TEXT", k, attr->values[k].string.text); + } + + attr = ippFindAttribute(response, "job-sheets-default", IPP_TAG_ZERO); + + cgiSetVariable("KEYWORD", "job_sheets_start"); + cgiSetVariable("KEYTEXT", cgiText(_("Starting Banner"))); + cgiSetVariable("DEFCHOICE", attr == NULL ? + "" : attr->values[0].string.text); + + cgiCopyTemplateLang("option-pickone.tmpl"); + + cgiSetVariable("KEYWORD", "job_sheets_end"); + cgiSetVariable("KEYTEXT", cgiText(_("Ending Banner"))); + cgiSetVariable("DEFCHOICE", attr == NULL && attr->num_values > 1 ? + "" : attr->values[1].string.text); + + cgiCopyTemplateLang("option-pickone.tmpl"); + + cgiCopyTemplateLang("option-trailer.tmpl"); + } + + if (ippFindAttribute(response, "printer-error-policy-supported", + IPP_TAG_ZERO) || + ippFindAttribute(response, "printer-op-policy-supported", + IPP_TAG_ZERO)) + { + /* + * Add the error and operation policy options... + */ + + cgiSetVariable("GROUP", cgiText(_("Policies"))); + cgiCopyTemplateLang("option-header.tmpl"); + + /* + * Error policy... + */ + + attr = ippFindAttribute(response, "printer-error-policy-supported", + IPP_TAG_ZERO); + + if (attr) + { + cgiSetSize("CHOICES", attr->num_values); + cgiSetSize("TEXT", attr->num_values); + for (k = 0; k < attr->num_values; k ++) + { + cgiSetArray("CHOICES", k, attr->values[k].string.text); + cgiSetArray("TEXT", k, attr->values[k].string.text); + } + + attr = ippFindAttribute(response, "printer-error-policy", + IPP_TAG_ZERO); + + cgiSetVariable("KEYWORD", "printer_error_policy"); + cgiSetVariable("KEYTEXT", cgiText(_("Error Policy"))); + cgiSetVariable("DEFCHOICE", attr == NULL ? + "" : attr->values[0].string.text); + } + + cgiCopyTemplateLang("option-pickone.tmpl"); + + /* + * Operation policy... + */ + + attr = ippFindAttribute(response, "printer-op-policy-supported", + IPP_TAG_ZERO); + + if (attr) + { + cgiSetSize("CHOICES", attr->num_values); + cgiSetSize("TEXT", attr->num_values); + for (k = 0; k < attr->num_values; k ++) + { + cgiSetArray("CHOICES", k, attr->values[k].string.text); + cgiSetArray("TEXT", k, attr->values[k].string.text); + } + + attr = ippFindAttribute(response, "printer-op-policy", IPP_TAG_ZERO); + + cgiSetVariable("KEYWORD", "printer_op_policy"); + cgiSetVariable("KEYTEXT", cgiText(_("Operation Policy"))); + cgiSetVariable("DEFCHOICE", attr == NULL ? + "" : attr->values[0].string.text); + + cgiCopyTemplateLang("option-pickone.tmpl"); + } + + cgiCopyTemplateLang("option-trailer.tmpl"); + } + + ippDelete(response); + } + + /* + * Binary protocol support... + */ + + if (ppd->protocols && strstr(ppd->protocols, "BCP")) + { + protocol = ppdFindAttr(ppd, "cupsProtocol", NULL); + + cgiSetVariable("GROUP", cgiText(_("PS Binary Protocol"))); + cgiCopyTemplateLang("option-header.tmpl"); + + cgiSetSize("CHOICES", 2); + cgiSetSize("TEXT", 2); + cgiSetArray("CHOICES", 0, "None"); + cgiSetArray("TEXT", 0, cgiText(_("None"))); + + if (strstr(ppd->protocols, "TBCP")) + { + cgiSetArray("CHOICES", 1, "TBCP"); + cgiSetArray("TEXT", 1, "TBCP"); + } + else + { + cgiSetArray("CHOICES", 1, "BCP"); + cgiSetArray("TEXT", 1, "BCP"); + } + + cgiSetVariable("KEYWORD", "protocol"); + cgiSetVariable("KEYTEXT", cgiText(_("PS Binary Protocol"))); + cgiSetVariable("DEFCHOICE", protocol ? protocol->value : "None"); + + cgiCopyTemplateLang("option-pickone.tmpl"); + + cgiCopyTemplateLang("option-trailer.tmpl"); + } + + cgiCopyTemplateLang("set-printer-options-trailer.tmpl"); + cgiEndHTML(); + } + else + { + /* + * Set default options... + */ + + fputs("DEBUG: Setting options...\n", stderr); + + out = cupsTempFile2(tempfile, sizeof(tempfile)); + in = cupsFileOpen(filename, "r"); + + if (!in || !out) + { + cgiSetVariable("ERROR", strerror(errno)); + cgiStartHTML(cgiText(_("Set Printer Options"))); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + if (in) + cupsFileClose(in); + + if (out) + { + cupsFileClose(out); + unlink(tempfile); + } + + unlink(filename); + return; + } + + while (cupsFileGets(in, line, sizeof(line))) + { + if (!strncmp(line, "*cupsProtocol:", 14) && cgiGetVariable("protocol")) + continue; + else if (strncmp(line, "*Default", 8)) + cupsFilePrintf(out, "%s\n", line); + else + { + /* + * Get default option name... + */ + + strlcpy(keyword, line + 8, sizeof(keyword)); + + for (keyptr = keyword; *keyptr; keyptr ++) + if (*keyptr == ':' || isspace(*keyptr & 255)) + break; + + *keyptr = '\0'; + + if (!strcmp(keyword, "PageRegion") || + !strcmp(keyword, "PaperDimension") || + !strcmp(keyword, "ImageableArea")) + var = cgiGetVariable("PageSize"); + else + var = cgiGetVariable(keyword); + + if (var != NULL) + cupsFilePrintf(out, "*Default%s: %s\n", keyword, var); + else + cupsFilePrintf(out, "%s\n", line); + } + } + + if ((var = cgiGetVariable("protocol")) != NULL) + cupsFilePrintf(out, "*cupsProtocol: %s\n", cgiGetVariable("protocol")); + + cupsFileClose(in); + cupsFileClose(out); + + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * job-sheets-default + * [ppd file] + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", + cgiGetVariable("PRINTER_NAME")); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + attr = ippAddStrings(request, IPP_TAG_PRINTER, IPP_TAG_NAME, + "job-sheets-default", 2, NULL, NULL); + attr->values[0].string.text = strdup(cgiGetVariable("job_sheets_start")); + attr->values[1].string.text = strdup(cgiGetVariable("job_sheets_end")); + + if ((var = cgiGetVariable("printer_error_policy")) != NULL) + attr = ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_NAME, + "printer-error-policy", NULL, var); + + if ((var = cgiGetVariable("printer_op_policy")) != NULL) + attr = ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_NAME, + "printer-op-policy", NULL, var); + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoFileRequest(http, request, "/admin/", tempfile)); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + cgiStartHTML(title); + cgiShowIPPError(_("Unable to set options:")); + } + else + { + /* + * Redirect successful updates back to the printer page... + */ + + char refresh[1024]; /* Refresh URL */ + + + cgiFormEncode(uri, printer, sizeof(uri)); + snprintf(refresh, sizeof(refresh), + "5;URL=/admin/?OP=redirect&URL=/printers/%s", uri); + cgiSetVariable("refresh_page", refresh); + + cgiStartHTML(title); + + cgiCopyTemplateLang("printer-configured.tmpl"); + } + + cgiEndHTML(); + + unlink(tempfile); + } + + unlink(filename); +} + + +/* + * 'do_config_server()' - Configure server settings. + */ + +static void +do_config_server(http_t *http) /* I - HTTP connection */ +{ + if (cgiIsPOST() && !cgiGetVariable("CUPSDCONF")) + { + /* + * Save basic setting changes... + */ + + int num_settings; /* Number of server settings */ + cups_option_t *settings; /* Server settings */ + const char *debug_logging, /* DEBUG_LOGGING value */ + *remote_admin, /* REMOTE_ADMIN value */ + *remote_printers, + /* REMOTE_PRINTERS value */ + *share_printers,/* SHARE_PRINTERS value */ + *user_cancel_any; + /* USER_CANCEL_ANY value */ + + + /* + * Get the checkbox values from the form... + */ + + debug_logging = cgiGetVariable("DEBUG_LOGGING") ? "1" : "0"; + remote_admin = cgiGetVariable("REMOTE_ADMIN") ? "1" : "0"; + remote_printers = cgiGetVariable("REMOTE_PRINTERS") ? "1" : "0"; + share_printers = cgiGetVariable("SHARE_PRINTERS") ? "1" : "0"; + user_cancel_any = cgiGetVariable("USER_CANCEL_ANY") ? "1" : "0"; + + /* + * Get the current server settings... + */ + + if (!_cupsAdminGetServerSettings(http, &num_settings, &settings)) + { + cgiStartHTML(cgiText(_("Change Settings"))); + cgiSetVariable("MESSAGE", + cgiText(_("Unable to change server settings:"))); + cgiSetVariable("ERROR", cupsLastErrorString()); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + /* + * See if the settings have changed... + */ + + if (strcmp(debug_logging, cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, + num_settings, settings)) || + strcmp(remote_admin, cupsGetOption(CUPS_SERVER_REMOTE_ADMIN, + num_settings, settings)) || + strcmp(remote_printers, cupsGetOption(CUPS_SERVER_REMOTE_PRINTERS, + num_settings, settings)) || + strcmp(share_printers, cupsGetOption(CUPS_SERVER_SHARE_PRINTERS, + num_settings, settings)) || + strcmp(user_cancel_any, cupsGetOption(CUPS_SERVER_USER_CANCEL_ANY, + num_settings, settings))) + { + /* + * Settings *have* changed, so save the changes... + */ + + cupsFreeOptions(num_settings, settings); + + num_settings = 0; + num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, + debug_logging, num_settings, &settings); + num_settings = cupsAddOption(CUPS_SERVER_REMOTE_ADMIN, + remote_admin, num_settings, &settings); + num_settings = cupsAddOption(CUPS_SERVER_REMOTE_PRINTERS, + remote_printers, num_settings, &settings); + num_settings = cupsAddOption(CUPS_SERVER_SHARE_PRINTERS, + share_printers, num_settings, &settings); + num_settings = cupsAddOption(CUPS_SERVER_USER_CANCEL_ANY, + user_cancel_any, num_settings, &settings); + + if (!_cupsAdminSetServerSettings(http, num_settings, settings)) + { + cgiStartHTML(cgiText(_("Change Settings"))); + cgiSetVariable("MESSAGE", + cgiText(_("Unable to change server settings:"))); + cgiSetVariable("ERROR", cupsLastErrorString()); + cgiCopyTemplateLang("error.tmpl"); + } + else + { + cgiSetVariable("refresh_page", "5;URL=/admin/?OP=redirect"); + cgiStartHTML(cgiText(_("Change Settings"))); + cgiCopyTemplateLang("restart.tmpl"); + } + } + else + { + /* + * No changes... + */ + + cgiSetVariable("refresh_page", "5;URL=/admin/?OP=redirect"); + cgiStartHTML(cgiText(_("Change Settings"))); + cgiCopyTemplateLang("norestart.tmpl"); + } + + cupsFreeOptions(num_settings, settings); + + cgiEndHTML(); + } + else if (cgiIsPOST()) + { + /* + * Save hand-edited config file... + */ + + http_status_t status; /* PUT status */ + char tempfile[1024]; /* Temporary new cupsd.conf */ + int tempfd; /* Temporary file descriptor */ + cups_file_t *temp; /* Temporary file */ + const char *start, /* Start of line */ + *end; /* End of line */ + + + /* + * Create a temporary file for the new cupsd.conf file... + */ + + if ((tempfd = cupsTempFd(tempfile, sizeof(tempfile))) < 0) + { + cgiStartHTML(cgiText(_("Edit Configuration File"))); + cgiSetVariable("MESSAGE", cgiText(_("Unable to create temporary file:"))); + cgiSetVariable("ERROR", strerror(errno)); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + perror(tempfile); + return; + } + + if ((temp = cupsFileOpenFd(tempfd, "w")) == NULL) + { + cgiStartHTML(cgiText(_("Edit Configuration File"))); + cgiSetVariable("MESSAGE", cgiText(_("Unable to create temporary file:"))); + cgiSetVariable("ERROR", strerror(errno)); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + perror(tempfile); + close(tempfd); + unlink(tempfile); + return; + } + + /* + * Copy the cupsd.conf text from the form variable... + */ + + start = cgiGetVariable("CUPSDCONF"); + while (start) + { + if ((end = strstr(start, "\r\n")) == NULL) + if ((end = strstr(start, "\n")) == NULL) + end = start + strlen(start); + + cupsFileWrite(temp, start, end - start); + cupsFilePutChar(temp, '\n'); + + if (*end == '\r') + start = end + 2; + else if (*end == '\n') + start = end + 1; + else + start = NULL; + } + + cupsFileClose(temp); + + /* + * Upload the configuration file to the server... + */ + + status = cupsPutFile(http, "/admin/conf/cupsd.conf", tempfile); + + if (status != HTTP_CREATED) + { + cgiSetVariable("MESSAGE", + cgiText(_("Unable to upload cupsd.conf file:"))); + cgiSetVariable("ERROR", httpStatus(status)); + + cgiStartHTML(cgiText(_("Edit Configuration File"))); + cgiCopyTemplateLang("error.tmpl"); + } + else + { + cgiSetVariable("refresh_page", "5;URL=/admin/?OP=redirect"); + + cgiStartHTML(cgiText(_("Edit Configuration File"))); + cgiCopyTemplateLang("restart.tmpl"); + } + + cgiEndHTML(); + + unlink(tempfile); + } + else + { + struct stat info; /* cupsd.conf information */ + cups_file_t *cupsd; /* cupsd.conf file */ + char *buffer; /* Buffer for entire file */ + char filename[1024]; /* Filename */ + const char *server_root; /* Location of config files */ + + + /* + * Locate the cupsd.conf file... + */ + + if ((server_root = getenv("CUPS_SERVERROOT")) == NULL) + server_root = CUPS_SERVERROOT; + + snprintf(filename, sizeof(filename), "%s/cupsd.conf", server_root); + + /* + * Figure out the size... + */ + + if (stat(filename, &info)) + { + cgiStartHTML(cgiText(_("Edit Configuration File"))); + cgiSetVariable("MESSAGE", + cgiText(_("Unable to access cupsd.conf file:"))); + cgiSetVariable("ERROR", strerror(errno)); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + perror(filename); + return; + } + + if (info.st_size > (1024 * 1024)) + { + cgiStartHTML(cgiText(_("Edit Configuration File"))); + cgiSetVariable("MESSAGE", + cgiText(_("Unable to access cupsd.conf file:"))); + cgiSetVariable("ERROR", + cgiText(_("Unable to edit cupsd.conf files larger than " + "1MB!"))); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + fprintf(stderr, "ERROR: \"%s\" too large (%ld) to edit!\n", filename, + (long)info.st_size); + return; + } + + /* + * Open the cupsd.conf file... + */ + + if ((cupsd = cupsFileOpen(filename, "r")) == NULL) + { + /* + * Unable to open - log an error... + */ + + cgiStartHTML(cgiText(_("Edit Configuration File"))); + cgiSetVariable("MESSAGE", + cgiText(_("Unable to access cupsd.conf file:"))); + cgiSetVariable("ERROR", strerror(errno)); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + perror(filename); + return; + } + + /* + * Allocate memory and load the file into a string buffer... + */ + + buffer = calloc(1, info.st_size + 1); + + cupsFileRead(cupsd, buffer, info.st_size); + cupsFileClose(cupsd); + + cgiSetVariable("CUPSDCONF", buffer); + free(buffer); + + /* + * Show the current config file... + */ + + cgiStartHTML(cgiText(_("Edit Configuration File"))); + + printf("\n", filename); + + cgiCopyTemplateLang("edit-config.tmpl"); + + cgiEndHTML(); + } +} + + +/* + * 'do_delete_class()' - Delete a class... + */ + +static void +do_delete_class(http_t *http) /* I - HTTP connection */ +{ + ipp_t *request; /* IPP request */ + char uri[HTTP_MAX_URI]; /* Job URI */ + const char *pclass; /* Printer class name */ + + + /* + * Get form variables... + */ + + if (cgiGetVariable("CONFIRM") == NULL) + { + cgiStartHTML(cgiText(_("Delete Class"))); + cgiCopyTemplateLang("class-confirm.tmpl"); + cgiEndHTML(); + return; + } + + if ((pclass = cgiGetVariable("PRINTER_NAME")) != NULL) + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/classes/%s", pclass); + else + { + cgiStartHTML(cgiText(_("Delete Class"))); + cgiSetVariable("ERROR", cgiText(_("Missing form variable!"))); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + /* + * Build a CUPS_DELETE_CLASS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_DELETE_CLASS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/admin/")); + + /* + * Show the results... + */ + + cgiStartHTML(cgiText(_("Delete Class"))); + + if (cupsLastError() > IPP_OK_CONFLICT) + cgiShowIPPError(_("Unable to delete class:")); + else + cgiCopyTemplateLang("class-deleted.tmpl"); + + cgiEndHTML(); +} + + +/* + * 'do_delete_printer()' - Delete a printer... + */ + +static void +do_delete_printer(http_t *http) /* I - HTTP connection */ +{ + ipp_t *request; /* IPP request */ + char uri[HTTP_MAX_URI]; /* Job URI */ + const char *printer; /* Printer printer name */ + + + /* + * Get form variables... + */ + + if (cgiGetVariable("CONFIRM") == NULL) + { + cgiStartHTML(cgiText(_("Delete Printer"))); + cgiCopyTemplateLang("printer-confirm.tmpl"); + cgiEndHTML(); + return; + } + + if ((printer = cgiGetVariable("PRINTER_NAME")) != NULL) + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + else + { + cgiStartHTML(cgiText(_("Delete Printer"))); + cgiSetVariable("ERROR", cgiText(_("Missing form variable!"))); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + /* + * Build a CUPS_DELETE_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_DELETE_PRINTER); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/admin/")); + + /* + * Show the results... + */ + + cgiStartHTML(cgiText(_("Delete Printer"))); + + if (cupsLastError() > IPP_OK_CONFLICT) + cgiShowIPPError(_("Unable to delete printer:")); + else + cgiCopyTemplateLang("printer-deleted.tmpl"); + + cgiEndHTML(); +} + + +/* + * 'do_export()' - Export printers to Samba... + */ + +static void +do_export(http_t *http) /* I - HTTP connection */ +{ + int i, j; /* Looping vars */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + const char *username, /* Samba username */ + *password, /* Samba password */ + *export_all; /* Export all printers? */ + int export_count, /* Number of printers to export */ + printer_count; /* Number of available printers */ + const char *name, /* What name to pull */ + *dest; /* Current destination */ + char ppd[1024]; /* PPD file */ + + + /* + * Get form data... + */ + + username = cgiGetVariable("USERNAME"); + password = cgiGetVariable("PASSWORD"); + export_all = cgiGetVariable("EXPORT_ALL"); + export_count = cgiGetSize("EXPORT_NAME"); + + /* + * Get list of available printers... + */ + + cgiSetSize("PRINTER_NAME", 0); + cgiSetSize("PRINTER_EXPORT", 0); + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type", 0); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type-mask", CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE | + CUPS_PRINTER_IMPLICIT); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "printer-name"); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + ippDelete(response); + + if (!export_all) + { + printer_count = cgiGetSize("PRINTER_NAME"); + + for (i = 0; i < printer_count; i ++) + { + dest = cgiGetArray("PRINTER_NAME", i); + + for (j = 0; j < export_count; j ++) + if (!strcasecmp(dest, cgiGetArray("EXPORT_NAME", j))) + break; + + cgiSetArray("PRINTER_EXPORT", i, j < export_count ? "Y" : ""); + } + } + } + + /* + * Export or get the printers to export... + */ + + if (username && *username && password && *password && + (export_all || export_count > 0)) + { + /* + * Do export... + */ + + fputs("DEBUG: Export printers...\n", stderr); + + if (export_all) + { + name = "PRINTER_NAME"; + export_count = cgiGetSize("PRINTER_NAME"); + } + else + name = "EXPORT_NAME"; + + for (i = 0; i < export_count; i ++) + { + dest = cgiGetArray(name, i); + + if (!cupsAdminCreateWindowsPPD(http, dest, ppd, sizeof(ppd))) + break; + + j = cupsAdminExportSamba(dest, ppd, "localhost", username, password, + stderr); + + unlink(ppd); + + if (!j) + break; + } + + if (i < export_count) + cgiSetVariable("ERROR", cupsLastErrorString()); + else + { + cgiStartHTML(cgiText(_("Export Printers to Samba"))); + cgiCopyTemplateLang("samba-exported.tmpl"); + cgiEndHTML(); + return; + } + } + else if (username && !*username) + cgiSetVariable("ERROR", + cgiText(_("A Samba username is required to export " + "printer drivers!"))); + else if (username && (!password || !*password)) + cgiSetVariable("ERROR", + cgiText(_("A Samba password is required to export " + "printer drivers!"))); + + /* + * Show form... + */ + + cgiStartHTML(cgiText(_("Export Printers to Samba"))); + cgiCopyTemplateLang("samba-export.tmpl"); + cgiEndHTML(); +} + + +/* + * 'do_menu()' - Show the main menu... + */ + +static void +do_menu(http_t *http) /* I - HTTP connection */ +{ + int num_settings; /* Number of server settings */ + cups_option_t *settings; /* Server settings */ + const char *val; /* Setting value */ + char filename[1024]; /* Temporary filename */ + const char *datadir; /* Location of data files */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + + + /* + * Get the current server settings... + */ + + if (!_cupsAdminGetServerSettings(http, &num_settings, &settings)) + { + cgiSetVariable("SETTINGS_MESSAGE", + cgiText(_("Unable to open cupsd.conf file:"))); + cgiSetVariable("SETTINGS_ERROR", cupsLastErrorString()); + } + + if ((val = cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, num_settings, + settings)) != NULL && atoi(val)) + cgiSetVariable("DEBUG_LOGGING", "CHECKED"); + + if ((val = cupsGetOption(CUPS_SERVER_REMOTE_ADMIN, num_settings, + settings)) != NULL && atoi(val)) + cgiSetVariable("REMOTE_ADMIN", "CHECKED"); + + if ((val = cupsGetOption(CUPS_SERVER_REMOTE_PRINTERS, num_settings, + settings)) != NULL && atoi(val)) + cgiSetVariable("REMOTE_PRINTERS", "CHECKED"); + + if ((val = cupsGetOption(CUPS_SERVER_SHARE_PRINTERS, num_settings, + settings)) != NULL && atoi(val)) + cgiSetVariable("SHARE_PRINTERS", "CHECKED"); + + if ((val = cupsGetOption(CUPS_SERVER_USER_CANCEL_ANY, num_settings, + settings)) != NULL && atoi(val)) + cgiSetVariable("USER_CANCEL_ANY", "CHECKED"); + + cupsFreeOptions(num_settings, settings); + + /* + * Get the list of printers and their devices... + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "device-uri"); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type", + CUPS_PRINTER_LOCAL); + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type-mask", + CUPS_PRINTER_LOCAL); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Got the printer list, now load the devices... + */ + + int i; /* Looping var */ + cups_array_t *printer_devices; /* Printer devices for local printers */ + char *printer_device; /* Current printer device */ + + + /* + * Allocate an array and copy the device strings... + */ + + printer_devices = cupsArrayNew((cups_array_func_t)strcmp, NULL); + + for (attr = ippFindAttribute(response, "device-uri", IPP_TAG_URI); + attr; + attr = ippFindNextAttribute(response, "device-uri", IPP_TAG_URI)) + { + cupsArrayAdd(printer_devices, strdup(attr->values[0].string.text)); + } + + /* + * Free the printer list and get the device list... + */ + + ippDelete(response); + + request = ippNewRequest(CUPS_GET_DEVICES); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Got the device list, let's parse it... + */ + + const char *device_uri, /* device-uri attribute value */ + *device_make_and_model, /* device-make-and-model value */ + *device_info; /* device-info value */ + + + for (i = 0, attr = response->attrs; attr; attr = attr->next) + { + /* + * Skip leading attributes until we hit a device... + */ + + while (attr && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (!attr) + break; + + /* + * Pull the needed attributes from this device... + */ + + device_info = NULL; + device_make_and_model = NULL; + device_uri = NULL; + + while (attr && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "device-info") && + attr->value_tag == IPP_TAG_TEXT) + device_info = attr->values[0].string.text; + + if (!strcmp(attr->name, "device-make-and-model") && + attr->value_tag == IPP_TAG_TEXT) + device_make_and_model = attr->values[0].string.text; + + if (!strcmp(attr->name, "device-uri") && + attr->value_tag == IPP_TAG_URI) + device_uri = attr->values[0].string.text; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (device_info && device_make_and_model && device_uri && + strcasecmp(device_make_and_model, "unknown") && + strchr(device_uri, ':')) + { + /* + * Yes, now see if there is already a printer for this + * device... + */ + + if (!cupsArrayFind(printer_devices, (void *)device_uri)) + { + /* + * Not found, so it must be a new printer... + */ + + char options[1024], /* Form variables for this device */ + *options_ptr; /* Pointer into string */ + const char *ptr; /* Pointer into device string */ + + + /* + * Format the printer name variable for this device... + * + * We use the device-info string first, then device-uri, + * and finally device-make-and-model to come up with a + * suitable name. + */ + + strcpy(options, "PRINTER_NAME="); + options_ptr = options + strlen(options); + + if (strncasecmp(device_info, "unknown", 7)) + ptr = device_info; + else if ((ptr = strstr(device_uri, "://")) != NULL) + ptr += 3; + else + ptr = device_make_and_model; + + for (; + options_ptr < (options + sizeof(options) - 1) && *ptr; + ptr ++) + if (isalnum(*ptr & 255) || *ptr == '_' || *ptr == '-' || + *ptr == '.') + *options_ptr++ = *ptr; + else if ((*ptr == ' ' || *ptr == '/') && options_ptr[-1] != '_') + *options_ptr++ = '_'; + else if (*ptr == '?' || *ptr == '(') + break; + + /* + * Then add the make and model in the printer info, so + * that MacOS clients see something reasonable... + */ + + strlcpy(options_ptr, "&PRINTER_LOCATION=Local+Printer" + "&PRINTER_INFO=", + sizeof(options) - (options_ptr - options)); + options_ptr += strlen(options_ptr); + + cgiFormEncode(options_ptr, device_make_and_model, + sizeof(options) - (options_ptr - options)); + options_ptr += strlen(options_ptr); + + /* + * Then copy the device URI... + */ + + strlcpy(options_ptr, "&DEVICE_URI=", + sizeof(options) - (options_ptr - options)); + options_ptr += strlen(options_ptr); + + cgiFormEncode(options_ptr, device_uri, + sizeof(options) - (options_ptr - options)); + options_ptr += strlen(options_ptr); + + if (options_ptr < (options + sizeof(options) - 1)) + { + *options_ptr++ = '|'; + cgiFormEncode(options_ptr, device_make_and_model, + sizeof(options) - (options_ptr - options)); + } + + /* + * Finally, set the form variables for this printer... + */ + + cgiSetArray("device_info", i, device_info); + cgiSetArray("device_make_and_model", i, device_make_and_model); + cgiSetArray("device_options", i, options); + cgiSetArray("device_uri", i, device_uri); + i ++; + } + } + + if (!attr) + break; + } + + ippDelete(response); + + /* + * Free the device list... + */ + + for (printer_device = (char *)cupsArrayFirst(printer_devices); + printer_device; + printer_device = (char *)cupsArrayNext(printer_devices)) + free(printer_device); + + cupsArrayDelete(printer_devices); + } + } + + /* + * See if Samba and the Windows drivers are installed... + */ + + if ((datadir = getenv("CUPS_DATADIR")) == NULL) + datadir = CUPS_DATADIR; + + snprintf(filename, sizeof(filename), "%s/drivers/pscript5.dll", datadir); + if (!access(filename, R_OK)) + { + /* + * Found Windows 2000 driver file, see if we have smbclient and + * rpcclient... + */ + + if (cupsFileFind("smbclient", getenv("PATH"), 1, filename, + sizeof(filename)) && + cupsFileFind("rpcclient", getenv("PATH"), 1, filename, + sizeof(filename))) + cgiSetVariable("HAVE_SAMBA", "Y"); + else + { + if (!cupsFileFind("smbclient", getenv("PATH"), 1, filename, + sizeof(filename))) + fputs("ERROR: smbclient not found!\n", stderr); + + if (!cupsFileFind("rpcclient", getenv("PATH"), 1, filename, + sizeof(filename))) + fputs("ERROR: rpcclient not found!\n", stderr); + } + } + else + perror(filename); + + /* + * Finally, show the main menu template... + */ + + cgiStartHTML(cgiText(_("Administration"))); + + cgiCopyTemplateLang("admin.tmpl"); + + cgiEndHTML(); +} + + +/* + * 'do_printer_op()' - Do a printer operation. + */ + +static void +do_printer_op(http_t *http, /* I - HTTP connection */ + ipp_op_t op, /* I - Operation to perform */ + const char *title) /* I - Title of page */ +{ + ipp_t *request; /* IPP request */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + const char *printer, /* Printer name (purge-jobs) */ + *is_class; /* Is a class? */ + + + is_class = cgiGetVariable("IS_CLASS"); + printer = cgiGetVariable("PRINTER_NAME"); + + if (!printer) + { + cgiSetVariable("ERROR", cgiText(_("Missing form variable!"))); + cgiStartHTML(title); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + /* + * Build a printer request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(op); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, is_class ? "/classes/%s" : "/printers/%s", + printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/admin/")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + cgiStartHTML(title); + cgiShowIPPError(_("Unable to change printer:")); + } + else + { + /* + * Redirect successful updates back to the printer page... + */ + + char url[1024], /* Printer/class URL */ + refresh[1024]; /* Refresh URL */ + + + cgiRewriteURL(uri, url, sizeof(url), NULL); + cgiFormEncode(uri, url, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "5;URL=/admin/?OP=redirect&URL=%s", uri); + cgiSetVariable("refresh_page", refresh); + + cgiStartHTML(title); + + if (op == IPP_PAUSE_PRINTER) + cgiCopyTemplateLang("printer-stop.tmpl"); + else if (op == IPP_RESUME_PRINTER) + cgiCopyTemplateLang("printer-start.tmpl"); + else if (op == CUPS_ACCEPT_JOBS) + cgiCopyTemplateLang("printer-accept.tmpl"); + else if (op == CUPS_REJECT_JOBS) + cgiCopyTemplateLang("printer-reject.tmpl"); + else if (op == IPP_PURGE_JOBS) + cgiCopyTemplateLang("printer-purge.tmpl"); + else if (op == CUPS_SET_DEFAULT) + cgiCopyTemplateLang("printer-default.tmpl"); + } + + cgiEndHTML(); +} + + +/* + * 'do_set_allowed_users()' - Set the allowed/denied users for a queue. + */ + +static void +do_set_allowed_users(http_t *http) /* I - HTTP connection */ +{ + int i; /* Looping var */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + const char *printer, /* Printer name (purge-jobs) */ + *is_class, /* Is a class? */ + *users, /* List of users or groups */ + *type; /* Allow/deny type */ + int num_users; /* Number of users */ + char *ptr, /* Pointer into users string */ + *end, /* Pointer to end of users string */ + quote; /* Quote character */ + ipp_attribute_t *attr; /* Attribute */ + static const char * const attrs[] = /* Requested attributes */ + { + "requesting-user-name-allowed", + "requesting-user-name-denied" + }; + + + is_class = cgiGetVariable("IS_CLASS"); + printer = cgiGetVariable("PRINTER_NAME"); + + if (!printer) + { + cgiSetVariable("ERROR", cgiText(_("Missing form variable!"))); + cgiStartHTML(cgiText(_("Set Allowed Users"))); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + users = cgiGetVariable("users"); + type = cgiGetVariable("type"); + + if (!users || !type || + (strcmp(type, "requesting-user-name-allowed") && + strcmp(type, "requesting-user-name-denied"))) + { + /* + * Build a Get-Printer-Attributes request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requested-attributes + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, is_class ? "/classes/%s" : "/printers/%s", + printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + (int)(sizeof(attrs) / sizeof(attrs[0])), NULL, attrs); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + + ippDelete(response); + } + + cgiStartHTML(cgiText(_("Set Allowed Users"))); + + if (cupsLastError() > IPP_OK_CONFLICT) + cgiShowIPPError(_("Unable to get printer attributes:")); + else + cgiCopyTemplateLang("users.tmpl"); + + cgiEndHTML(); + } + else + { + /* + * Save the changes... + */ + + for (num_users = 0, ptr = (char *)users; *ptr; num_users ++) + { + /* + * Skip whitespace and commas... + */ + + while (*ptr == ',' || isspace(*ptr & 255)) + ptr ++; + + if (*ptr == '\'' || *ptr == '\"') + { + /* + * Scan quoted name... + */ + + quote = *ptr++; + + for (end = ptr; *end; end ++) + if (*end == quote) + break; + } + else + { + /* + * Scan space or comma-delimited name... + */ + + for (end = ptr; *end; end ++) + if (isspace(*end & 255) || *end == ',') + break; + } + + /* + * Advance to the next name... + */ + + ptr = end; + } + + /* + * Build a CUPS-Add-Printer/Class request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requesting-user-name-{allowed,denied} + */ + + request = ippNewRequest(is_class ? CUPS_ADD_CLASS : CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, is_class ? "/classes/%s" : "/printers/%s", + printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + if (num_users == 0) + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_NAME, + "requesting-user-name-allowed", NULL, "all"); + else + { + attr = ippAddStrings(request, IPP_TAG_PRINTER, IPP_TAG_NAME, + type, num_users, NULL, NULL); + + for (i = 0, ptr = (char *)users; *ptr; i ++) + { + /* + * Skip whitespace and commas... + */ + + while (*ptr == ',' || isspace(*ptr & 255)) + ptr ++; + + if (*ptr == '\'' || *ptr == '\"') + { + /* + * Scan quoted name... + */ + + quote = *ptr++; + + for (end = ptr; *end; end ++) + if (*end == quote) + break; + } + else + { + /* + * Scan space or comma-delimited name... + */ + + for (end = ptr; *end; end ++) + if (isspace(*end & 255) || *end == ',') + break; + } + + /* + * Terminate the name... + */ + + if (*end) + *end++ = '\0'; + + /* + * Add the name... + */ + + attr->values[i].string.text = strdup(ptr); + + /* + * Advance to the next name... + */ + + ptr = end; + } + } + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/admin/")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + cgiStartHTML(cgiText(_("Set Allowed Users"))); + cgiShowIPPError(_("Unable to change printer:")); + } + else + { + /* + * Redirect successful updates back to the printer page... + */ + + char url[1024], /* Printer/class URL */ + refresh[1024]; /* Refresh URL */ + + + cgiRewriteURL(uri, url, sizeof(url), NULL); + cgiFormEncode(uri, url, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "5;URL=/admin/?OP=redirect&URL=%s", + uri); + cgiSetVariable("refresh_page", refresh); + + cgiStartHTML(cgiText(_("Set Allowed Users"))); + + cgiCopyTemplateLang(is_class ? "class-modified.tmpl" : + "printer-modified.tmpl"); + } + + cgiEndHTML(); + } +} + + +/* + * 'do_set_sharing()' - Set printer-is-shared value... + */ + +static void +do_set_sharing(http_t *http) /* I - HTTP connection */ +{ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + const char *printer, /* Printer name */ + *is_class, /* Is a class? */ + *shared; /* Sharing value */ + + + is_class = cgiGetVariable("IS_CLASS"); + printer = cgiGetVariable("PRINTER_NAME"); + shared = cgiGetVariable("SHARED"); + + if (!printer || !shared) + { + cgiSetVariable("ERROR", cgiText(_("Missing form variable!"))); + cgiStartHTML(cgiText(_("Set Publishing"))); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + /* + * Build a CUPS-Add-Printer/CUPS-Add-Class request, which requires the + * following attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * printer-is-shared + */ + + request = ippNewRequest(is_class ? CUPS_ADD_CLASS : CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, is_class ? "/classes/%s" : "/printers/%s", + printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddBoolean(request, IPP_TAG_OPERATION, "printer-is-shared", atoi(shared)); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) + { + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + + ippDelete(response); + } + + if (cupsLastError() > IPP_OK_CONFLICT) + { + cgiStartHTML(cgiText(_("Set Publishing"))); + cgiShowIPPError(_("Unable to change printer-is-shared attribute:")); + } + else + { + /* + * Redirect successful updates back to the printer page... + */ + + char url[1024], /* Printer/class URL */ + refresh[1024]; /* Refresh URL */ + + + cgiRewriteURL(uri, url, sizeof(url), NULL); + cgiFormEncode(uri, url, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "5;URL=/admin/?OP=redirect&URL=%s", uri); + cgiSetVariable("refresh_page", refresh); + + cgiStartHTML(cgiText(_("Set Publishing"))); + cgiCopyTemplateLang(is_class ? "class-modified.tmpl" : + "printer-modified.tmpl"); + } + + cgiEndHTML(); +} + + +/* + * 'match_string()' - Return the number of matching characters. + */ + +static int /* O - Number of matching characters */ +match_string(const char *a, /* I - First string */ + const char *b) /* I - Second string */ +{ + int count; /* Number of matching characters */ + + + /* + * Loop through both strings until we hit the end of either or we find + * a non-matching character. For the purposes of comparison, we ignore + * whitespace and do a case-insensitive comparison so that we have a + * better chance of finding a match... + */ + + for (count = 0; *a && *b; a++, b++, count ++) + { + /* + * Skip leading whitespace characters... + */ + + while (isspace(*a & 255)) + a ++; + + while (isspace(*b & 255)) + b ++; + + /* + * Break out if we run out of characters... + */ + + if (!*a || !*b) + break; + + /* + * Do a case-insensitive comparison of the next two chars... + */ + + if (tolower(*a & 255) != tolower(*b & 255)) + break; + } + + return (count); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/cgi-private.h b/cgi-bin/cgi-private.h new file mode 100644 index 0000000000..649d5ac24d --- /dev/null +++ b/cgi-bin/cgi-private.h @@ -0,0 +1,44 @@ +/* + * "$Id$" + * + * Private CGI definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Include necessary headers... + */ + +#include "cgi.h" +#include +#include +#include + + +/* + * Limits... + */ + +#define CUPS_PAGE_MAX 10 /* Maximum items per page */ + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/cgi.h b/cgi-bin/cgi.h new file mode 100644 index 0000000000..02236b85e4 --- /dev/null +++ b/cgi-bin/cgi.h @@ -0,0 +1,109 @@ +/* + * "$Id$" + * + * CGI support library definitions. + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_CGI_H_ +# define _CUPS_CGI_H_ + +# include +# include +# include +# include + +# ifdef WIN32 +# include +# include +# else +# include +# endif /* WIN32 */ + +# include +# include +# include "help-index.h" + + +/* + * Types... + */ + +typedef struct cgi_file_s /**** Uploaded file data ****/ +{ + char tempfile[1024], /* Temporary file containing data */ + *name, /* Variable name */ + *filename, /* Original filename */ + *mimetype; /* MIME media type */ + size_t filesize; /* Size of uploaded file */ +} cgi_file_t; + + +/* + * Prototypes... + */ + +extern void cgiAbort(const char *title, const char *stylesheet, + const char *format, ...); +extern int cgiCheckVariables(const char *names); +extern void *cgiCompileSearch(const char *query); +extern void cgiCopyTemplateFile(FILE *out, const char *tmpl); +extern void cgiCopyTemplateLang(const char *tmpl); +extern int cgiDoSearch(void *search, const char *text); +extern void cgiEndHTML(void); +extern char *cgiFormEncode(char *dst, const char *src, size_t dstsize); +extern void cgiFreeSearch(void *search); +extern const char *cgiGetArray(const char *name, int element); +extern void cgiGetAttributes(ipp_t *request, const char *tmpl); +extern char *cgiGetCookie(const char *name, char *buf, int buflen); +extern const cgi_file_t *cgiGetFile(void); +extern cups_array_t *cgiGetIPPObjects(ipp_t *response, void *search); +extern int cgiGetSize(const char *name); +extern char *cgiGetTemplateDir(void); +extern const char *cgiGetVariable(const char *name); +extern int cgiInitialize(void); +extern int cgiIsPOST(void); +extern void cgiMoveJobs(http_t *http, const char *dest, int job_id); +extern void cgiPrintTestPage(http_t *http, const char *dest); +extern char *cgiRewriteURL(const char *uri, char *url, int urlsize, + const char *newresource); +extern void cgiSetArray(const char *name, int element, + const char *value); +extern void cgiSetCookie(const char *name, const char *value, + const char *path, const char *domain, + time_t expires, int secure); +extern ipp_attribute_t *cgiSetIPPObjectVars(ipp_attribute_t *obj, + const char *prefix, int element); +extern int cgiSetIPPVars(ipp_t *response, const char *filter_name, + const char *filter_value, + const char *prefix, int parent_el); +extern void cgiSetServerVersion(void); +extern void cgiSetSize(const char *name, int size); +extern void cgiSetVariable(const char *name, const char *value); +extern void cgiShowIPPError(const char *message); +extern void cgiShowJobs(http_t *http, const char *dest); +extern void cgiStartHTML(const char *title); +extern const char *cgiText(const char *message); + +#endif /* !_CUPS_CGI_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/classes.c b/cgi-bin/classes.c new file mode 100644 index 0000000000..600dc30ad0 --- /dev/null +++ b/cgi-bin/classes.c @@ -0,0 +1,467 @@ +/* + * "$Id$" + * + * Class status CGI for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for CGI. + * show_all_classes() - Show all classes... + * show_class() - Show a single class. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" + + +/* + * Local functions... + */ + +void show_all_classes(http_t *http, const char *username); +void show_class(http_t *http, const char *printer); + + +/* + * 'main()' - Main entry for CGI. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + const char *pclass; /* Class name */ + const char *user; /* Username */ + http_t *http; /* Connection to the server */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + const char *op; /* Operation to perform, if any */ + static const char *def_attrs[] = /* Attributes for default printer */ + { + "printer-name", + "printer-uri-supported" + }; + + + /* + * Get any form variables... + */ + + cgiInitialize(); + + op = cgiGetVariable("OP"); + + /* + * Set the web interface section... + */ + + cgiSetVariable("SECTION", "classes"); + + /* + * See if we are displaying a printer or all classes... + */ + + if ((pclass = getenv("PATH_INFO")) != NULL) + { + pclass ++; + + if (!*pclass) + pclass = NULL; + } + + /* + * See who is logged in... + */ + + user = getenv("REMOTE_USER"); + + /* + * Connect to the HTTP server... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + /* + * Get the default printer... + */ + + if (!op) + { + /* + * Get the default destination... + */ + + request = ippNewRequest(CUPS_GET_DEFAULT); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + sizeof(def_attrs) / sizeof(def_attrs[0]), NULL, def_attrs); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if ((attr = ippFindAttribute(response, "printer-name", IPP_TAG_NAME)) != NULL) + cgiSetVariable("DEFAULT_NAME", attr->values[0].string.text); + + if ((attr = ippFindAttribute(response, "printer-uri-supported", IPP_TAG_URI)) != NULL) + { + char url[HTTP_MAX_URI]; /* New URL */ + + + cgiSetVariable("DEFAULT_URI", + cgiRewriteURL(attr->values[0].string.text, + url, sizeof(url), NULL)); + } + + ippDelete(response); + } + + /* + * See if we need to show a list of classes or the status of a + * single printer... + */ + + if (!pclass) + show_all_classes(http, user); + else + show_class(http, pclass); + } + else if (!strcasecmp(op, "print-test-page") && pclass) + cgiPrintTestPage(http, pclass); + else if (!strcasecmp(op, "move-jobs") && pclass) + cgiMoveJobs(http, pclass, 0); + else + { + /* + * Unknown/bad operation... + */ + + if (pclass) + cgiStartHTML(pclass); + else + cgiStartHTML(cgiText(_("Classes"))); + + cgiCopyTemplateLang("error-op.tmpl"); + cgiEndHTML(); + } + + /* + * Close the HTTP server connection... + */ + + httpClose(http); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'show_all_classes()' - Show all classes... + */ + +void +show_all_classes(http_t *http, /* I - Connection to server */ + const char *user) /* I - Username */ +{ + int i; /* Looping var */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + cups_array_t *classes; /* Array of class objects */ + ipp_attribute_t *pclass; /* Class object */ + int ascending, /* Order of classes (0 = descending) */ + first, /* First class to show */ + count; /* Number of classes */ + const char *var; /* Form variable */ + void *search; /* Search data */ + char url[1024], /* URL for prev/next/this */ + *urlptr, /* Position in URL */ + *urlend; /* End of URL */ + + + /* + * Show the standard header... + */ + + cgiStartHTML(cgiText(_("Classes"))); + + /* + * Build a CUPS_GET_CLASSES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * requesting-user-name + */ + + request = ippNewRequest(CUPS_GET_CLASSES); + + if (user) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + cgiGetAttributes(request, "classes.tmpl"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Get a list of matching job objects. + */ + + if ((var = cgiGetVariable("QUERY")) != NULL) + search = cgiCompileSearch(var); + else + search = NULL; + + classes = cgiGetIPPObjects(response, search); + count = cupsArrayCount(classes); + + if (search) + cgiFreeSearch(search); + + /* + * Figure out which classes to display... + */ + + if ((var = cgiGetVariable("FIRST")) != NULL) + first = atoi(var); + else + first = 0; + + if (first >= count) + first = count - CUPS_PAGE_MAX; + + first = (first / CUPS_PAGE_MAX) * CUPS_PAGE_MAX; + + if (first < 0) + first = 0; + + sprintf(url, "%d", count); + cgiSetVariable("TOTAL", url); + + if ((var = cgiGetVariable("ORDER")) != NULL) + ascending = !strcasecmp(var, "asc"); + else + ascending = 1; + + if (ascending) + { + for (i = 0, pclass = (ipp_attribute_t *)cupsArrayIndex(classes, first); + i < CUPS_PAGE_MAX && pclass; + i ++, pclass = (ipp_attribute_t *)cupsArrayNext(classes)) + cgiSetIPPObjectVars(pclass, NULL, i); + } + else + { + for (i = 0, pclass = (ipp_attribute_t *)cupsArrayIndex(classes, count - first - 1); + i < CUPS_PAGE_MAX && pclass; + i ++, pclass = (ipp_attribute_t *)cupsArrayPrev(classes)) + cgiSetIPPObjectVars(pclass, NULL, i); + } + + /* + * Save navigation URLs... + */ + + urlend = url + sizeof(url); + + if ((var = cgiGetVariable("QUERY")) != NULL) + { + strlcpy(url, "/classes/?QUERY=", sizeof(url)); + urlptr = url + strlen(url); + + cgiFormEncode(urlptr, var, urlend - urlptr); + urlptr += strlen(urlptr); + + strlcpy(urlptr, "&", urlend - urlptr); + urlptr += strlen(urlptr); + } + else + { + strlcpy(url, "/classes/?", sizeof(url)); + urlptr = url + strlen(url); + } + + snprintf(urlptr, urlend - urlptr, "FIRST=%d", first); + cgiSetVariable("THISURL", url); + + if (first > 0) + { + snprintf(urlptr, urlend - urlptr, "FIRST=%d&ORDER=%s", + first - CUPS_PAGE_MAX, ascending ? "asc" : "dec"); + cgiSetVariable("PREVURL", url); + } + + if ((first + CUPS_PAGE_MAX) < count) + { + snprintf(urlptr, urlend - urlptr, "FIRST=%d&ORDER=%s", + first + CUPS_PAGE_MAX, ascending ? "asc" : "dec"); + cgiSetVariable("NEXTURL", url); + } + + /* + * Then show everything... + */ + + cgiCopyTemplateLang("search.tmpl"); + + cgiCopyTemplateLang("classes-header.tmpl"); + + if (count > 0) + cgiCopyTemplateLang("pager.tmpl"); + + cgiCopyTemplateLang("classes.tmpl"); + + if (count > 0) + cgiCopyTemplateLang("pager.tmpl"); + + /* + * Delete the response... + */ + + cupsArrayDelete(classes); + ippDelete(response); + } + else + { + /* + * Show the error... + */ + + cgiShowIPPError(_("Unable to get class list:")); + } + + cgiEndHTML(); +} + + +/* + * 'show_class()' - Show a single class. + */ + +void +show_class(http_t *http, /* I - Connection to server */ + const char *pclass) /* I - Name of class */ +{ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + char refresh[1024]; /* Refresh URL */ + + + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/classes/%s", pclass); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, + uri); + + cgiGetAttributes(request, "classes.tmpl"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Got the result; set the CGI variables and check the status of a + * single-queue request... + */ + + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + + if (pclass && (attr = ippFindAttribute(response, "printer-state", + IPP_TAG_ENUM)) != NULL && + attr->values[0].integer == IPP_PRINTER_PROCESSING) + { + /* + * Class is processing - automatically refresh the page until we + * are done printing... + */ + + cgiFormEncode(uri, pclass, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "10;URL=/classes/%s", uri); + cgiSetVariable("refresh_page", refresh); + } + + /* + * Delete the response... + */ + + ippDelete(response); + + /* + * Show the standard header... + */ + + cgiStartHTML(pclass); + + /* + * Show the class status... + */ + + cgiCopyTemplateLang("classes.tmpl"); + + /* + * Show jobs for the specified class... + */ + + cgiCopyTemplateLang("class-jobs-header.tmpl"); + cgiShowJobs(http, pclass); + } + else + { + /* + * Show the IPP error... + */ + + cgiStartHTML(pclass); + cgiShowIPPError(_("Unable to get class status:")); + } + + cgiEndHTML(); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/help-index.c b/cgi-bin/help-index.c new file mode 100644 index 0000000000..b27ca06665 --- /dev/null +++ b/cgi-bin/help-index.c @@ -0,0 +1,983 @@ +/* + * "$Id$" + * + * On-line help index routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * helpDeleteIndex() - Delete an index, freeing all memory used. + * helpFindNode() - Find a node in an index. + * helpLoadIndex() - Load a help index from disk. + * helpSaveIndex() - Save a help index to disk. + * helpSearchIndex() - Search an index. + * help_compile_search() - Convert a search string into a regular expression. + * help_delete_node() - Free all memory used by a node. + * help_load_directory() - Load a directory of files into an index. + * help_load_file() - Load a HTML files into an index. + * help_new_node() - Create a new node and add it to an index. + * help_sort_nodes_by_name() - Sort nodes by section, filename, and anchor. + * help_sort_nodes_by_score() - Sort nodes by score and text. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" +#include + + +/* + * Local functions... + */ + +static void help_delete_node(help_node_t *n); +static int help_load_directory(help_index_t *hi, + const char *directory, + const char *relative); +static int help_load_file(help_index_t *hi, + const char *filename, + const char *relative, + time_t mtime); +static help_node_t *help_new_node(const char *filename, const char *anchor, + const char *section, const char *text, + time_t mtime, off_t offset, + size_t length); +static int help_sort_by_name(help_node_t *p1, help_node_t *p2); +static int help_sort_by_score(help_node_t *p1, help_node_t *p2); + + +/* + * 'helpDeleteIndex()' - Delete an index, freeing all memory used. + */ + +void +helpDeleteIndex(help_index_t *hi) /* I - Help index */ +{ + help_node_t *node; /* Current node */ + + + DEBUG_printf(("helpDeleteIndex(hi=%p)\n", hi)); + + if (!hi) + return; + + for (node = (help_node_t *)cupsArrayFirst(hi->nodes); + node; + node = (help_node_t *)cupsArrayNext(hi->nodes)) + { + cupsArrayRemove(hi->nodes, node); + cupsArrayRemove(hi->sorted, node); + + if (!hi->search) + help_delete_node(node); + } + + cupsArrayDelete(hi->nodes); + cupsArrayDelete(hi->sorted); + + free(hi); +} + + +/* + * 'helpFindNode()' - Find a node in an index. + */ + +help_node_t * /* O - Node pointer or NULL */ +helpFindNode(help_index_t *hi, /* I - Index */ + const char *filename, /* I - Filename */ + const char *anchor) /* I - Anchor */ +{ + help_node_t key; /* Search key */ + + + DEBUG_printf(("helpFindNode(hi=%p, filename=\"%s\", anchor=\"%s\")\n", + hi, filename ? filename : "(nil)", anchor ? anchor : "(nil)")); + + /* + * Range check input... + */ + + if (!hi || !filename) + return (NULL); + + /* + * Initialize the search key... + */ + + key.filename = (char *)filename; + key.anchor = (char *)anchor; + + /* + * Return any match... + */ + + return ((help_node_t *)cupsArrayFind(hi->nodes, &key)); +} + + +/* + * 'helpLoadIndex()' - Load a help index from disk. + */ + +help_index_t * /* O - Index pointer or NULL */ +helpLoadIndex(const char *hifile, /* I - Index filename */ + const char *directory) /* I - Directory that is indexed */ +{ + help_index_t *hi; /* Help index */ + cups_file_t *fp; /* Current file */ + char line[2048], /* Line from file */ + *ptr, /* Pointer into line */ + *filename, /* Filename in line */ + *anchor, /* Anchor in line */ + *sectptr, /* Section pointer in line */ + section[1024], /* Section name */ + *text; /* Text in line */ + time_t mtime; /* Modification time */ + off_t offset; /* Offset into file */ + size_t length; /* Length in bytes */ + int update; /* Update? */ + help_node_t *node; /* Current node */ + + + DEBUG_printf(("helpLoadIndex(hifile=\"%s\", directory=\"%s\")\n", + hifile, directory)); + + /* + * Create a new, empty index. + */ + + if ((hi = (help_index_t *)calloc(1, sizeof(help_index_t))) == NULL) + return (NULL); + + hi->nodes = cupsArrayNew((cups_array_func_t)help_sort_by_name, NULL); + hi->sorted = cupsArrayNew((cups_array_func_t)help_sort_by_score, NULL); + + if (!hi->nodes || !hi->sorted) + { + cupsArrayDelete(hi->nodes); + cupsArrayDelete(hi->sorted); + free(hi); + return (NULL); + } + + /* + * Try loading the existing index file... + */ + + if ((fp = cupsFileOpen(hifile, "r")) != NULL) + { + /* + * Lock the file and then read the first line... + */ + + cupsFileLock(fp, 1); + + if (cupsFileGets(fp, line, sizeof(line)) && !strcmp(line, "HELPV1")) + { + /* + * Got a valid header line, now read the data lines... + */ + + while (cupsFileGets(fp, line, sizeof(line))) + { + /* + * Each line looks like one of the following: + * + * filename mtime offset length "section" "text" + * filename#anchor offset length "text" + */ + + filename = line; + + if ((ptr = strchr(line, ' ')) == NULL) + break; + + while (isspace(*ptr & 255)) + *ptr++ = '\0'; + + if ((anchor = strrchr(filename, '#')) != NULL) + { + *anchor++ = '\0'; + mtime = 0; + } + else + mtime = strtol(ptr, &ptr, 10); + + offset = strtoll(ptr, &ptr, 10); + length = strtoll(ptr, &ptr, 10); + + while (isspace(*ptr & 255)) + ptr ++; + + if (!anchor) + { + /* + * Get section... + */ + + if (*ptr != '\"') + break; + + ptr ++; + sectptr = ptr; + + while (*ptr && *ptr != '\"') + ptr ++; + + if (*ptr != '\"') + break; + + *ptr++ = '\0'; + + strlcpy(section, sectptr, sizeof(section)); + + while (isspace(*ptr & 255)) + ptr ++; + } + + if (*ptr != '\"') + break; + + ptr ++; + text = ptr; + + while (*ptr && *ptr != '\"') + ptr ++; + + if (*ptr != '\"') + break; + + *ptr++ = '\0'; + + if ((node = help_new_node(filename, anchor, section, text, + mtime, offset, length)) == NULL) + break; + + node->score = -1; + + cupsArrayAdd(hi->nodes, node); + } + } + + cupsFileClose(fp); + } + + /* + * Scan for new/updated files... + */ + + update = help_load_directory(hi, directory, NULL); + + /* + * Remove any files that are no longer installed... + */ + + for (node = (help_node_t *)cupsArrayFirst(hi->nodes); + node; + node = (help_node_t *)cupsArrayNext(hi->nodes)) + if (node->score < 0) + { + /* + * Delete this node... + */ + + cupsArrayRemove(hi->nodes, node); + help_delete_node(node); + } + + /* + * Add nodes to the sorted array... + */ + + for (node = (help_node_t *)cupsArrayFirst(hi->nodes); + node; + node = (help_node_t *)cupsArrayNext(hi->nodes)) + cupsArrayAdd(hi->sorted, node); + + /* + * Save the index if we updated it... + */ + + if (update) + helpSaveIndex(hi, hifile); + + /* + * Return the index... + */ + + return (hi); +} + + +/* + * 'helpSaveIndex()' - Save a help index to disk. + */ + +int /* O - 0 on success, -1 on error */ +helpSaveIndex(help_index_t *hi, /* I - Index */ + const char *hifile) /* I - Index filename */ +{ + cups_file_t *fp; /* Index file */ + help_node_t *node; /* Current node */ + + + DEBUG_printf(("helpSaveIndex(hi=%p, hifile=\"%s\")\n", hi, hifile)); + + /* + * Try creating a new index file... + */ + + if ((fp = cupsFileOpen(hifile, "w9")) == NULL) + return (-1); + + /* + * Lock the file while we write it... + */ + + cupsFileLock(fp, 1); + + cupsFilePuts(fp, "HELPV1\n"); + + for (node = (help_node_t *)cupsArrayFirst(hi->nodes); + node; + node = (help_node_t *)cupsArrayNext(hi->nodes)) + { + /* + * Write the current node with/without the anchor... + */ + + if (node->anchor) + { + if (cupsFilePrintf(fp, "%s#%s " CUPS_LLFMT " " CUPS_LLFMT " \"%s\"\n", + node->filename, node->anchor, + CUPS_LLCAST node->offset, CUPS_LLCAST node->length, + node->text) < 0) + break; + } + else + { + if (cupsFilePrintf(fp, "%s %d " CUPS_LLFMT " " CUPS_LLFMT " \"%s\" \"%s\"\n", + node->filename, node->mtime, + CUPS_LLCAST node->offset, CUPS_LLCAST node->length, + node->section ? node->section : "", node->text) < 0) + break; + } + } + + cupsFileFlush(fp); + + if (cupsFileClose(fp) < 0) + return (-1); + else if (node) + return (-1); + else + return (0); +} + + +/* + * 'helpSearchIndex()' - Search an index. + */ + +help_index_t * /* O - Search index */ +helpSearchIndex(help_index_t *hi, /* I - Index */ + const char *query, /* I - Query string */ + const char *section, /* I - Limit search to this section */ + const char *filename) /* I - Limit search to this file */ +{ + help_index_t *search; /* Search index */ + help_node_t *node; /* Current node */ + void *sc; /* Search context */ + int matches; /* Number of matches */ + + + DEBUG_printf(("helpSearchIndex(hi=%p, query=\"%s\", filename=\"%s\")\n", + hi, query ? query : "(nil)", + filename ? filename : "(nil)")); + + /* + * Range check... + */ + + if (!hi || !query) + return (NULL); + + /* + * Reset the scores of all nodes to 0... + */ + + for (node = (help_node_t *)cupsArrayFirst(hi->nodes); + node; + node = (help_node_t *)cupsArrayNext(hi->nodes)) + node->score = 0; + + /* + * Find the first node to search in... + */ + + if (filename) + { + node = helpFindNode(hi, filename, NULL); + if (!node) + return (NULL); + } + else + node = (help_node_t *)cupsArrayFirst(hi->nodes); + + /* + * Convert the query into a regular expression... + */ + + sc = cgiCompileSearch(query); + if (!sc) + return (NULL); + + /* + * Allocate a search index... + */ + + search = calloc(1, sizeof(help_index_t)); + if (!search) + { + cgiFreeSearch(sc); + return (NULL); + } + + search->nodes = cupsArrayNew((cups_array_func_t)help_sort_by_name, NULL); + search->sorted = cupsArrayNew((cups_array_func_t)help_sort_by_score, NULL); + + if (!search->nodes || !search->sorted) + { + cupsArrayDelete(search->nodes); + cupsArrayDelete(search->sorted); + free(search); + cgiFreeSearch(sc); + return (NULL); + } + + search->search = 1; + + /* + * Check each node in the index, adding matching nodes to the + * search index... + */ + + for (; node; node = (help_node_t *)cupsArrayNext(hi->nodes)) + if (section && strcmp(node->section, section)) + continue; + else if (filename && strcmp(node->filename, filename)) + continue; + else if ((matches = cgiDoSearch(sc, node->text)) > 0) + { + /* + * Found a match, add the node to the search index... + */ + + node->score = matches; + + cupsArrayAdd(search->nodes, node); + cupsArrayAdd(search->sorted, node); + } + + /* + * Free the search context... + */ + + cgiFreeSearch(sc); + + /* + * Return the results... + */ + + return (search); +} + + +/* + * 'help_delete_node()' - Free all memory used by a node. + */ + +static void +help_delete_node(help_node_t *n) /* I - Node */ +{ + DEBUG_printf(("help_delete_node(n=%p)\n", n)); + + if (!n) + return; + + if (n->filename) + free(n->filename); + + if (n->anchor) + free(n->anchor); + + if (n->section) + free(n->section); + + if (n->text) + free(n->text); + + free(n); +} + + +/* + * 'help_load_directory()' - Load a directory of files into an index. + */ + +static int /* O - 0 = success, -1 = error, 1 = updated */ +help_load_directory( + help_index_t *hi, /* I - Index */ + const char *directory, /* I - Directory */ + const char *relative) /* I - Relative path */ +{ + cups_dir_t *dir; /* Directory file */ + cups_dentry_t *dent; /* Directory entry */ + char *ext, /* Pointer to extension */ + filename[1024], /* Full filename */ + relname[1024]; /* Relative filename */ + int update; /* Updated? */ + help_node_t *node; /* Current node */ + + + DEBUG_printf(("help_load_directory(hi=%p, directory=\"%s\", relative=\"%s\")\n", + hi, directory ? directory : "(nil)", relative ? relative : "(nil)")); + + /* + * Open the directory and scan it... + */ + + if ((dir = cupsDirOpen(directory)) == NULL) + return (0); + + update = 0; + + while ((dent = cupsDirRead(dir)) != NULL) + { + /* + * Skip "." files... + */ + + if (dent->filename[0] == '.') + continue; + + /* + * Get absolute and relative filenames... + */ + + snprintf(filename, sizeof(filename), "%s/%s", directory, dent->filename); + if (relative) + snprintf(relname, sizeof(relname), "%s/%s", relative, dent->filename); + else + strlcpy(relname, dent->filename, sizeof(relname)); + + /* + * Check if we have a HTML file... + */ + + if ((ext = strstr(dent->filename, ".html")) != NULL && + (!ext[5] || !strcmp(ext + 5, ".gz"))) + { + /* + * HTML file, see if we have already indexed the file... + */ + + if ((node = helpFindNode(hi, relname, NULL)) != NULL) + { + /* + * File already indexed - check dates to confirm that the + * index is up-to-date... + */ + + if (node->mtime == dent->fileinfo.st_mtime) + { + /* + * Same modification time, so mark all of the nodes + * for this file as up-to-date... + */ + + for (; node; node = (help_node_t *)cupsArrayNext(hi->nodes)) + if (!strcmp(node->filename, relname)) + node->score = 0; + else + break; + + continue; + } + } + + update = 1; + + help_load_file(hi, filename, relname, dent->fileinfo.st_mtime); + } + else if (S_ISDIR(dent->fileinfo.st_mode)) + { + /* + * Process sub-directory... + */ + + if (help_load_directory(hi, filename, relname) == 1) + update = 1; + } + } + + cupsDirClose(dir); + + return (update); +} + + +/* + * 'help_load_file()' - Load a HTML files into an index. + */ + +static int /* O - 0 = success, -1 = error */ +help_load_file( + help_index_t *hi, /* I - Index */ + const char *filename, /* I - Filename */ + const char *relative, /* I - Relative path */ + time_t mtime) /* I - Modification time */ +{ + cups_file_t *fp; /* HTML file */ + help_node_t *node; /* Current node */ + char line[1024], /* Line from file */ + section[1024], /* Section */ + *ptr, /* Pointer into line */ + *anchor, /* Anchor name */ + *text; /* Text for anchor */ + off_t offset; /* File offset */ + char quote; /* Quote character */ + + + DEBUG_printf(("help_load_file(hi=%p, filename=\"%s\", relative=\"%s\", mtime=%ld)\n", + hi, filename ? filename : "(nil)", + relative ? relative : "(nil)", mtime)); + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + return (-1); + + node = NULL; + offset = 0; + + strcpy(section, "Other"); + + while (cupsFileGets(fp, line, sizeof(line))) + { + /* + * Look for "", "<A NAME", or "<!-- SECTION:" prefix... + */ + + if (!strncasecmp(line, "<!-- SECTION:", 13)) + { + /* + * Got section line, copy it! + */ + + for (ptr = line + 13; isspace(*ptr & 255); ptr ++); + + strlcpy(section, ptr, sizeof(section)); + if ((ptr = strstr(section, "-->")) != NULL) + { + /* + * Strip comment stuff from end of line... + */ + + for (*ptr-- = '\0'; ptr > line && isspace(*ptr & 255); *ptr-- = '\0'); + + if (isspace(*ptr & 255)) + *ptr = '\0'; + } + continue; + } + + for (ptr = line; (ptr = strchr(ptr, '<')) != NULL;) + { + ptr ++; + + if (!strncasecmp(ptr, "TITLE>", 6)) + { + /* + * Found the title... + */ + + anchor = NULL; + ptr += 6; + } + else if (!strncasecmp(ptr, "A NAME=", 7)) + { + /* + * Found an anchor... + */ + + ptr += 7; + + if (*ptr == '\"' || *ptr == '\'') + { + /* + * Get quoted anchor... + */ + + quote = *ptr; + anchor = ptr + 1; + if ((ptr = strchr(anchor, quote)) != NULL) + *ptr++ = '\0'; + else + break; + } + else + { + /* + * Get unquoted anchor... + */ + + anchor = ptr + 1; + + for (ptr = anchor; *ptr && *ptr != '>' && !isspace(*ptr & 255); ptr ++); + + if (*ptr) + *ptr++ = '\0'; + else + break; + } + + /* + * Got the anchor, now lets find the end... + */ + + while (*ptr && *ptr != '>') + ptr ++; + + if (*ptr != '>') + break; + + ptr ++; + } + else + continue; + + /* + * Now collect text for the link... + */ + + text = ptr; + while ((ptr = strchr(text, '<')) == NULL) + { + ptr = text + strlen(text); + if (ptr >= (line + sizeof(line) - 2)) + break; + + *ptr++ = ' '; + + if (!cupsFileGets(fp, ptr, sizeof(line) - (ptr - line) - 1)) + break; + } + + *ptr = '\0'; + + if (node) + node->length = offset - node->offset; + + if (!*text) + { + node = NULL; + break; + } + + if ((node = helpFindNode(hi, relative, anchor)) != NULL) + { + /* + * Node already in the index, so replace the text and other + * data... + */ + + cupsArrayRemove(hi->nodes, node); + + if (node->section) + free(node->section); + + if (node->text) + free(node->text); + + node->section = section[0] ? strdup(section) : NULL; + node->text = strdup(text); + node->mtime = mtime; + node->offset = offset; + node->score = 0; + } + else + { + /* + * New node... + */ + + node = help_new_node(relative, anchor, section, text, mtime, offset, 0); + } + + /* + * Go through the text value and replace tabs and newlines with + * whitespace and eliminate extra whitespace... + */ + + for (ptr = node->text, text = node->text; *ptr;) + if (isspace(*ptr & 255)) + { + while (isspace(*ptr & 255)) + ptr ++; + + *text++ = ' '; + } + else if (text != ptr) + *text++ = *ptr++; + else + { + text ++; + ptr ++; + } + + *text = '\0'; + + /* + * (Re)add the node to the array... + */ + + cupsArrayAdd(hi->nodes, node); + break; + } + + /* + * Get the offset of the next line... + */ + + offset = cupsFileTell(fp); + } + + cupsFileClose(fp); + + if (node) + node->length = offset - node->offset; + + return (0); +} + + +/* + * 'help_new_node()' - Create a new node and add it to an index. + */ + +static help_node_t * /* O - Node pointer or NULL on error */ +help_new_node(const char *filename, /* I - Filename */ + const char *anchor, /* I - Anchor */ + const char *section, /* I - Section */ + const char *text, /* I - Text */ + time_t mtime, /* I - Modification time */ + off_t offset, /* I - Offset in file */ + size_t length) /* I - Length in bytes */ +{ + help_node_t *n; /* Node */ + + + DEBUG_printf(("help_new_node(filename=\"%s\", anchor=\"%s\", text=\"%s\", " + "mtime=%ld, offset=%ld, length=%ld)\n", + filename ? filename : "(nil)", anchor ? anchor : "(nil)", + text ? text : "(nil)", (long)mtime, (long)offset, + (long)length)); + + n = (help_node_t *)calloc(1, sizeof(help_node_t)); + if (!n) + return (NULL); + + n->filename = strdup(filename); + n->anchor = anchor ? strdup(anchor) : NULL; + n->section = (section && *section) ? strdup(section) : NULL; + n->text = strdup(text); + n->mtime = mtime; + n->offset = offset; + n->length = length; + + return (n); +} + + +/* + * 'help_sort_nodes_by_name()' - Sort nodes by section, filename, and anchor. + */ + +static int /* O - Difference */ +help_sort_by_name(help_node_t *n1, /* I - First node */ + help_node_t *n2) /* I - Second node */ +{ + int diff; /* Difference */ + + + DEBUG_printf(("help_sort_by_name(n1=%p(%s#%s), n2=%p(%s#%s)\n", + n1, n1->filename, n1->anchor ? n1->anchor : "", + n2, n2->filename, n2->anchor ? n2->anchor : "")); + + if ((diff = strcmp(n1->filename, n2->filename)) != 0) + return (diff); + + if (!n1->anchor && !n2->anchor) + return (0); + else if (!n1->anchor) + return (-1); + else if (!n2->anchor) + return (1); + else + return (strcmp(n1->anchor, n2->anchor)); +} + + +/* + * 'help_sort_nodes_by_score()' - Sort nodes by score and text. + */ + +static int /* O - Difference */ +help_sort_by_score(help_node_t *n1, /* I - First node */ + help_node_t *n2) /* I - Second node */ +{ + int diff; /* Difference */ + + + DEBUG_printf(("help_sort_by_score(n1=%p(%d \"%s\" \"%s\"), " + "n2=%p(%d \"%s\" \"%s\")\n", + n1, n1->score, n1->section ? n1->section : "", n1->text, + n2, n2->score, n2->section ? n2->section : "", n2->text)); + + if (n1->score != n2->score) + return (n1->score - n2->score); + + if (n1->section && !n2->section) + return (1); + else if (!n1->section && n2->section) + return (-1); + else if (n1->section && n2->section && + (diff = strcmp(n1->section, n2->section)) != 0) + return (diff); + + return (strcasecmp(n1->text, n2->text)); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/help-index.h b/cgi-bin/help-index.h new file mode 100644 index 0000000000..fd587b0e4c --- /dev/null +++ b/cgi-bin/help-index.h @@ -0,0 +1,77 @@ +/* + * "$Id$" + * + * On-line help index definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_HELP_INDEX_H_ +# define _CUPS_HELP_INDEX_H_ + +/* + * Include necessary headers... + */ + +# include <cups/array.h> + + +/* + * Data structures... + */ + +typedef struct /**** Help node structure... ****/ +{ + char *filename; /* Filename, relative to help dir */ + char *section; /* Section name (NULL if none) */ + char *anchor; /* Anchor name (NULL if none) */ + char *text; /* Text in anchor */ + time_t mtime; /* Last modification time */ + off_t offset; /* Offset in file */ + size_t length; /* Length in bytes */ + int score; /* Search score */ +} help_node_t; + +typedef struct /**** Help index structure ****/ +{ + int search; /* 1 = search index, 0 = normal */ + cups_array_t *nodes; /* Nodes sorted by filename */ + cups_array_t *sorted; /* Nodes sorted by score + text */ +} help_index_t; + + +/* + * Functions... + */ + +extern void helpDeleteIndex(help_index_t *hi); +extern help_node_t *helpFindNode(help_index_t *hi, const char *filename, + const char *anchor); +extern help_index_t *helpLoadIndex(const char *hifile, const char *directory); +extern int helpSaveIndex(help_index_t *hi, const char *hifile); +extern help_index_t *helpSearchIndex(help_index_t *hi, const char *query, + const char *section, + const char *filename); + + +#endif /* !_CUPS_HELP_INDEX_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/help.c b/cgi-bin/help.c new file mode 100644 index 0000000000..0d554de711 --- /dev/null +++ b/cgi-bin/help.c @@ -0,0 +1,387 @@ +/* + * "$Id$" + * + * On-line help CGI for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for CGI. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" + + +/* + * 'main()' - Main entry for CGI. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + help_index_t *hi, /* Help index */ + *si; /* Search index */ + help_node_t *n; /* Current help node */ + int i; /* Looping var */ + const char *query; /* Search query */ + const char *cache_dir; /* CUPS_CACHEDIR environment variable */ + const char *docroot; /* CUPS_DOCROOT environment variable */ + const char *helpfile; /* Current help file */ + const char *topic; /* Current topic */ + char topic_data[1024]; /* Topic form data */ + const char *section; /* Current section */ + char filename[1024], /* Filename */ + directory[1024]; /* Directory */ + cups_file_t *fp; /* Help file */ + char line[1024]; /* Line from file */ + int printable; /* Show printable version? */ + + + /* + * Get any form variables... + */ + + cgiInitialize(); + + printable = cgiGetVariable("PRINTABLE") != NULL; + + /* + * Set the web interface section... + */ + + cgiSetVariable("SECTION", "help"); + + /* + * Load the help index... + */ + + if ((cache_dir = getenv("CUPS_CACHEDIR")) == NULL) + cache_dir = CUPS_CACHEDIR; + + snprintf(filename, sizeof(filename), "%s/help.index", cache_dir); + + if ((docroot = getenv("CUPS_DOCROOT")) == NULL) + docroot = CUPS_DOCROOT; + + snprintf(directory, sizeof(directory), "%s/help", docroot); + + fprintf(stderr, "DEBUG: helpLoadIndex(filename=\"%s\", directory=\"%s\")\n", + filename, directory); + + hi = helpLoadIndex(filename, directory); + if (!hi) + { + perror(filename); + + cgiStartHTML(cgiText(_("Help"))); + cgiSetVariable("ERROR", "Unable to load help index!"); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + return (1); + } + + fprintf(stderr, "DEBUG: %d nodes in help index...\n", + cupsArrayCount(hi->nodes)); + + /* + * See if we are viewing a file... + */ + + for (i = 0; i < argc; i ++) + fprintf(stderr, "argv[%d]=\"%s\"\n", i, argv[i]); + + if ((helpfile = getenv("PATH_INFO")) != NULL) + { + helpfile ++; + + if (!*helpfile) + helpfile = NULL; + } + + if (helpfile) + { + /* + * Verify that the help file exists and is part of the index... + */ + + snprintf(filename, sizeof(filename), "%s/help/%s", docroot, helpfile); + + fprintf(stderr, "DEBUG: helpfile=\"%s\", filename=\"%s\"\n", + helpfile, filename); + + if (access(filename, R_OK)) + { + perror(filename); + + cgiStartHTML(cgiText(_("Help"))); + cgiSetVariable("ERROR", "Unable to access help file!"); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + return (1); + } + + if ((n = helpFindNode(hi, helpfile, NULL)) == NULL) + { + cgiStartHTML(cgiText(_("Help"))); + cgiSetVariable("ERROR", "Help file not in index!"); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + + return (1); + } + + /* + * Set the page title and save the help file... + */ + + cgiSetVariable("HELPFILE", helpfile); + cgiSetVariable("HELPTITLE", n->text); + + /* + * Send a standard page header... + */ + + if (printable) + puts("Content-Type: text/html;charset=utf-8\n"); + else + cgiStartHTML(n->text); + } + else + { + /* + * Send a standard page header... + */ + + cgiStartHTML(cgiText(_("Help"))); + } + + /* + * Do a search as needed... + */ + + query = cgiGetVariable("QUERY"); + topic = cgiGetVariable("TOPIC"); + si = helpSearchIndex(hi, query, topic, helpfile); + + fprintf(stderr, "DEBUG: query=\"%s\", topic=\"%s\"\n", + query ? query : "(null)", topic ? topic : "(null)"); + + if (si) + { + help_node_t *nn; /* Parent node */ + + + fprintf(stderr, + "DEBUG: si=%p, si->sorted=%p, cupsArrayCount(si->sorted)=%d\n", si, + si->sorted, cupsArrayCount(si->sorted)); + + for (i = 0, n = (help_node_t *)cupsArrayFirst(si->sorted); + n; + i ++, n = (help_node_t *)cupsArrayNext(si->sorted)) + { + if (helpfile && n->anchor) + snprintf(line, sizeof(line), "#%s", n->anchor); + else if (n->anchor) + snprintf(line, sizeof(line), "/help/%s?QUERY=%s#%s", n->filename, + query ? query : "", n->anchor); + else + snprintf(line, sizeof(line), "/help/%s?QUERY=%s", n->filename, + query ? query : ""); + + cgiSetArray("QTEXT", i, n->text); + cgiSetArray("QLINK", i, line); + + if (!helpfile && n->anchor) + { + nn = helpFindNode(hi, n->filename, NULL); + + snprintf(line, sizeof(line), "/help/%s?QUERY=%s", nn->filename, + query ? query : ""); + + cgiSetArray("QPTEXT", i, nn->text); + cgiSetArray("QPLINK", i, line); + } + else + { + cgiSetArray("QPTEXT", i, ""); + cgiSetArray("QPLINK", i, ""); + } + + fprintf(stderr, "DEBUG: [%d] = \"%s\" @ \"%s\"\n", i, n->text, line); + } + + helpDeleteIndex(si); + } + + /* + * OK, now list the bookmarks within the index... + */ + + for (i = 0, section = NULL, n = (help_node_t *)cupsArrayFirst(hi->sorted); + n; + n = (help_node_t *)cupsArrayNext(hi->sorted)) + { + if (n->anchor) + continue; + + /* + * Add a section link as needed... + */ + + if (n->section && + (!section || strcmp(n->section, section))) + { + /* + * Add a link for this node... + */ + + snprintf(line, sizeof(line), "/help/?TOPIC=%s&QUERY=%s", + cgiFormEncode(topic_data, n->section, sizeof(topic_data)), + query ? query : ""); + cgiSetArray("BMLINK", i, line); + cgiSetArray("BMTEXT", i, n->section); + cgiSetArray("BMINDENT", i, "0"); + + i ++; + section = n->section; + } + + if (!topic || strcmp(n->section, topic)) + continue; + + /* + * Add a link for this node... + */ + + snprintf(line, sizeof(line), "/help/%s?TOPIC=%s&QUERY=%s", n->filename, + cgiFormEncode(topic_data, n->section, sizeof(topic_data)), + query ? query : ""); + cgiSetArray("BMLINK", i, line); + cgiSetArray("BMTEXT", i, n->text); + cgiSetArray("BMINDENT", i, "1"); + + i ++; + + if (helpfile && !strcmp(helpfile, n->filename)) + { + help_node_t *nn; /* Pointer to sub-node */ + + + cupsArraySave(hi->sorted); + + for (nn = (help_node_t *)cupsArrayFirst(hi->sorted); + nn; + nn = (help_node_t *)cupsArrayNext(hi->sorted)) + if (nn->anchor && !strcmp(helpfile, nn->filename)) + { + /* + * Add a link for this node... + */ + + snprintf(line, sizeof(line), "#%s", nn->anchor); + cgiSetArray("BMLINK", i, line); + cgiSetArray("BMTEXT", i, nn->text); + cgiSetArray("BMINDENT", i, "2"); + + i ++; + } + + cupsArrayRestore(hi->sorted); + } + } + + /* + * Show the search and bookmark content... + */ + + if (!helpfile || !printable) + cgiCopyTemplateLang("help-header.tmpl"); + else + cgiCopyTemplateLang("help-printable.tmpl"); + + /* + * If we are viewing a file, copy it in now... + */ + + if (helpfile) + { + if ((fp = cupsFileOpen(filename, "r")) != NULL) + { + int inbody; /* Are we inside the body? */ + + + inbody = 0; + + while (cupsFileGets(fp, line, sizeof(line))) + { + if (inbody) + { + if (!strncasecmp(line, "</BODY>", 7)) + break; + + printf("%s\n", line); + } + else if (!strncasecmp(line, "<BODY", 5)) + inbody = 1; + } + + cupsFileClose(fp); + } + else + { + perror(filename); + cgiSetVariable("ERROR", "Unable to open help file."); + cgiCopyTemplateLang("error.tmpl"); + } + } + + /* + * Send a standard trailer... + */ + + if (!printable) + cgiEndHTML(); + else + puts("</BODY>\n</HTML>"); + + /* + * Delete the index... + */ + + helpDeleteIndex(hi); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/html.c b/cgi-bin/html.c new file mode 100644 index 0000000000..45cb9f78be --- /dev/null +++ b/cgi-bin/html.c @@ -0,0 +1,187 @@ +/* + * "$Id$" + * + * HTML support functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cgiEndHTML() - End a HTML page. + * cgiFormEncode() - Encode a string as a form variable... + * cgiStartHTML() - Start a HTML page. + * cgi_null_passwd() - Return a NULL password for authentication. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" + + +/* + * Local functions... + */ + +static const char *cgi_null_passwd(const char *prompt); + + +/* + * 'cgiEndHTML()' - End a HTML page. + */ + +void +cgiEndHTML(void) +{ + /* + * Send the standard trailer... + */ + + cgiCopyTemplateLang("trailer.tmpl"); +} + + +/* + * 'cgiFormEncode()' - Encode a string as a form variable... + */ + +char * /* O - Destination string */ +cgiFormEncode(char *dst, /* I - Destination string */ + const char *src, /* I - Source string */ + size_t dstsize) /* I - Size of destination string */ +{ + char *dstptr, /* Pointer into destination */ + *dstend; /* End of destination */ + static const char *hex = /* Hexadecimal characters */ + "0123456789ABCDEF"; + + + /* + * Mark the end of the string... + */ + + dstend = dst + dstsize - 1; + + /* + * Loop through the source string and copy... + */ + + for (dstptr = dst; *src && dstptr < dstend;) + { + switch (*src) + { + case ' ' : + /* + * Encode spaces with a "+"... + */ + + *dstptr++ = '+'; + src ++; + break; + + case '&' : + case '%' : + case '+' : + /* + * Encode special characters with %XX escape... + */ + + if (dstptr < (dstend - 2)) + { + *dstptr++ = '%'; + *dstptr++ = hex[(*src & 255) >> 4]; + *dstptr++ = hex[*src & 15]; + src ++; + } + break; + + default : + /* + * Copy other characters literally... + */ + + *dstptr++ = *src++; + break; + } + } + + /* + * Nul-terminate the destination string... + */ + + *dstptr = '\0'; + + /* + * Return the encoded string... + */ + + return (dst); +} + + +/* + * 'cgiStartHTML()' - Start a HTML page. + */ + +void +cgiStartHTML(const char *title) /* I - Title of page */ +{ + /* + * Disable any further authentication attempts... + */ + + cupsSetPasswordCB(cgi_null_passwd); + + /* + * Tell the client to expect UTF-8 encoded HTML... + */ + + puts("Content-Type: text/html;charset=utf-8\n"); + + /* + * Send a standard header... + */ + + cgiSetVariable("TITLE", title); + cgiSetServerVersion(); + + cgiCopyTemplateLang("header.tmpl"); +} + + +/* + * 'cgi_null_passwd()' - Return a NULL password for authentication. + */ + +static const char * /* O - NULL */ +cgi_null_passwd(const char *prompt) /* I - Prompt string (unused) */ +{ + (void)prompt; + + fprintf(stderr, "DEBUG: cgi_null_passwd(prompt=\"%s\") called!\n", + prompt ? prompt : "(null)"); + + return (NULL); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/ipp-var.c b/cgi-bin/ipp-var.c new file mode 100644 index 0000000000..8006eb77e6 --- /dev/null +++ b/cgi-bin/ipp-var.c @@ -0,0 +1,1284 @@ +/* + * "$Id$" + * + * CGI <-> IPP variable routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cgiGetAttributes() - Get the list of attributes that are needed + * by the template file. + * cgiGetIPPObjects() - Get the objects in an IPP response. + * cgiMoveJobs() - Move one or more jobs. + * cgiPrintTestPage() - Print a test page. + * cgiRewriteURL() - Rewrite a printer URI into a web browser URL... + * cgiSetIPPObjectVars() - Set CGI variables from an IPP object. + * cgiSetIPPVars() - Set CGI variables from an IPP response. + * cgiShowIPPError() - Show the last IPP error message. + * cgiShowJobs() - Show print jobs. + * cgiText() - Return localized text. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" + + +/* + * 'cgiGetAttributes()' - Get the list of attributes that are needed + * by the template file. + */ + +void +cgiGetAttributes(ipp_t *request, /* I - IPP request */ + const char *tmpl) /* I - Base filename */ +{ + int num_attrs; /* Number of attributes */ + char *attrs[1000]; /* Attributes */ + int i; /* Looping var */ + char filename[1024], /* Filename */ + locale[16]; /* Locale name */ + const char *directory, /* Directory */ + *lang; /* Language */ + FILE *in; /* Input file */ + int ch; /* Character from file */ + char name[255], /* Name of variable */ + *nameptr; /* Pointer into name */ + + + /* + * Convert the language to a locale name... + */ + + if ((lang = getenv("LANG")) != NULL) + { + for (i = 0; lang[i] && i < 15; i ++) + if (isalnum(lang[i] & 255)) + locale[i] = tolower(lang[i]); + else + locale[i] = '_'; + + locale[i] = '\0'; + } + else + locale[0] = '\0'; + + /* + * See if we have a template file for this language... + */ + + directory = cgiGetTemplateDir(); + + snprintf(filename, sizeof(filename), "%s/%s/%s", directory, locale, tmpl); + if (access(filename, 0)) + { + locale[2] = '\0'; + + snprintf(filename, sizeof(filename), "%s/%s/%s", directory, locale, tmpl); + if (access(filename, 0)) + snprintf(filename, sizeof(filename), "%s/%s", directory, tmpl); + } + + /* + * Open the template file... + */ + + if ((in = fopen(filename, "r")) == NULL) + return; + + /* + * Loop through the file adding attribute names as needed... + */ + + num_attrs = 0; + attrs[0] = NULL; /* Eliminate compiler warning */ + + while ((ch = getc(in)) != EOF) + if (ch == '\\') + getc(in); + else if (ch == '{' && num_attrs < (sizeof(attrs) / sizeof(attrs[0]))) + { + /* + * Grab the name... + */ + + for (nameptr = name; (ch = getc(in)) != EOF;) + if (strchr("}]<>=! \t\n", ch)) + break; + else if (nameptr > name && ch == '?') + break; + else if (nameptr < (name + sizeof(name) - 1)) + { + if (ch == '_') + *nameptr++ = '-'; + else + *nameptr++ = ch; + } + + *nameptr = '\0'; + + if (!strncmp(name, "printer_state_history", 21)) + strcpy(name, "printer_state_history"); + + /* + * Possibly add it to the list of attributes... + */ + + for (i = 0; i < num_attrs; i ++) + if (!strcmp(attrs[i], name)) + break; + + if (i >= num_attrs) + { + attrs[num_attrs] = strdup(name); + num_attrs ++; + } + } + + /* + * If we have attributes, add a requested-attributes attribute to the + * request... + */ + + if (num_attrs > 0) + { + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", num_attrs, NULL, (const char **)attrs); + + for (i = 0; i < num_attrs; i ++) + free(attrs[i]); + } +} + + +/* + * 'cgiGetIPPObjects()' - Get the objects in an IPP response. + */ + +cups_array_t * /* O - Array of objects */ +cgiGetIPPObjects(ipp_t *response, /* I - IPP response */ + void *search) /* I - Search filter */ +{ + int i; /* Looping var */ + cups_array_t *objs; /* Array of objects */ + ipp_attribute_t *attr, /* Current attribute */ + *first; /* First attribute for object */ + ipp_tag_t group; /* Current group tag */ + int add; /* Add this object to the array? */ + + + if (!response) + return (0); + + for (add = 0, first = NULL, objs = cupsArrayNew(NULL, NULL), + group = IPP_TAG_ZERO, attr = response->attrs; + attr; + attr = attr->next) + { + if (attr->group_tag != group) + { + group = attr->group_tag; + + if (group != IPP_TAG_ZERO && group != IPP_TAG_OPERATION) + { + first = attr; + add = 0; + } + else if (add && first) + { + cupsArrayAdd(objs, first); + + add = 0; + first = NULL; + } + } + + if (attr->name && attr->group_tag != IPP_TAG_OPERATION && !add) + { + if (!search) + { + /* + * Add all objects if there is no search... + */ + + add = 1; + } + else + { + /* + * Check the search string against the string and integer values. + */ + + switch (attr->value_tag) + { + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + case IPP_TAG_MIMETYPE : + for (i = 0; !add && i < attr->num_values; i ++) + if (cgiDoSearch(search, attr->values[i].string.text)) + add = 1; + break; + + case IPP_TAG_INTEGER : + for (i = 0; !add && i < attr->num_values; i ++) + { + char buf[255]; /* Number buffer */ + + + sprintf(buf, "%d", attr->values[i].integer); + + if (cgiDoSearch(search, buf)) + add = 1; + } + break; + + default : + break; + } + } + } + } + + if (add && first) + cupsArrayAdd(objs, first); + + return (objs); +} + + +/* + * 'cgiMoveJobs()' - Move one or more jobs. + * + * At least one of dest or job_id must be non-zero/NULL. + */ + +void +cgiMoveJobs(http_t *http, /* I - Connection to server */ + const char *dest, /* I - Destination or NULL */ + int job_id) /* I - Job ID or 0 for all */ +{ + int i; /* Looping var */ + const char *user; /* Username */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* Current attribute */ + const char *name; /* Destination name */ + const char *job_printer_uri; /* JOB_PRINTER_URI form variable */ + char current_dest[1024]; /* Current destination */ + + + /* + * See who is logged in... + */ + + if ((user = getenv("REMOTE_USER")) == NULL) + user = "guest"; + + /* + * See if the user has already selected a new destination... + */ + + if ((job_printer_uri = cgiGetVariable("JOB_PRINTER_URI")) == NULL) + { + /* + * Make sure necessary form variables are set... + */ + + if (job_id) + { + char temp[255]; /* Temporary string */ + + + sprintf(temp, "%d", job_id); + cgiSetVariable("JOB_ID", temp); + } + + if (dest) + cgiSetVariable("PRINTER_NAME", dest); + + /* + * No new destination specified, show the user what the available + * printers/classes are... + */ + + if (!dest) + { + /* + * Get the current destination for job N... + */ + + char job_uri[1024]; /* Job URI */ + + + request = ippNewRequest(IPP_GET_JOB_ATTRIBUTES); + + snprintf(job_uri, sizeof(job_uri), "ipp://localhost/jobs/%d", job_id); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", + NULL, job_uri); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "job-printer-uri"); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if ((attr = ippFindAttribute(response, "job-printer-uri", + IPP_TAG_URI)) != NULL) + { + /* + * Pull the name from the URI... + */ + + strlcpy(current_dest, strrchr(attr->values[0].string.text, '/') + 1, + sizeof(current_dest)); + dest = current_dest; + } + + ippDelete(response); + } + + if (!dest) + { + /* + * Couldn't get the current destination... + */ + + cgiStartHTML(cgiText(_("Move Job"))); + cgiShowIPPError(_("Unable to find destination for job!")); + cgiEndHTML(); + return; + } + } + + /* + * Get the list of available destinations... + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "printer-uri-supported"); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + for (i = 0, attr = ippFindAttribute(response, "printer-uri-supported", + IPP_TAG_URI); + attr; + attr = ippFindNextAttribute(response, "printer-uri-supported", + IPP_TAG_URI)) + { + /* + * Pull the name from the URI... + */ + + name = strrchr(attr->values[0].string.text, '/') + 1; + + /* + * If the name is not the same as the current destination, add it! + */ + + if (strcasecmp(name, dest)) + { + cgiSetArray("JOB_PRINTER_URI", i, attr->values[0].string.text); + cgiSetArray("JOB_PRINTER_NAME", i, name); + i ++; + } + } + + ippDelete(response); + } + + /* + * Show the form... + */ + + if (job_id) + cgiStartHTML(cgiText(_("Move Job"))); + else + cgiStartHTML(cgiText(_("Move All Jobs"))); + + cgiCopyTemplateLang("job-move.tmpl"); + } + else + { + /* + * Try moving the job or jobs... + */ + + char uri[1024], /* Job/printer URI */ + resource[1024], /* Post resource */ + refresh[1024]; /* Refresh URL */ + const char *job_printer_name; /* New printer name */ + + + request = ippNewRequest(CUPS_MOVE_JOB); + + if (job_id) + { + /* + * Move 1 job... + */ + + snprintf(resource, sizeof(resource), "/jobs/%d", job_id); + + snprintf(uri, sizeof(uri), "ipp://localhost/jobs/%d", job_id); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", + NULL, uri); + } + else + { + /* + * Move all active jobs on a destination... + */ + + snprintf(resource, sizeof(resource), "/%s/%s", + cgiGetVariable("SECTION"), dest); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", ippPort(), "/%s/%s", + cgiGetVariable("SECTION"), dest); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + } + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-printer-uri", + NULL, job_printer_uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + ippDelete(cupsDoRequest(http, request, resource)); + + /* + * Show the results... + */ + + job_printer_name = strrchr(job_printer_uri, '/') + 1; + + if (cupsLastError() <= IPP_OK_CONFLICT) + { + cgiRewriteURL(job_printer_uri, resource, sizeof(resource), NULL); + cgiFormEncode(uri, resource, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "2;URL=%s", uri); + cgiSetVariable("refresh_page", refresh); + } + + if (job_id) + cgiStartHTML(cgiText(_("Move Job"))); + else + cgiStartHTML(cgiText(_("Move All Jobs"))); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + if (job_id) + cgiShowIPPError(_("Unable to move job")); + else + cgiShowIPPError(_("Unable to move jobs")); + } + else + { + cgiSetVariable("JOB_PRINTER_NAME", job_printer_name); + cgiCopyTemplateLang("job-moved.tmpl"); + } + } + + cgiEndHTML(); +} + + +/* + * 'cgiPrintTestPage()' - Print a test page. + */ + +void +cgiPrintTestPage(http_t *http, /* I - Connection to server */ + const char *dest) /* I - Destination printer/class */ +{ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + char uri[HTTP_MAX_URI], /* Printer URI */ + resource[1024], /* POST resource path */ + refresh[1024], /* Refresh URL */ + filename[1024]; /* Test page filename */ + const char *datadir; /* CUPS_DATADIR env var */ + const char *user; /* Username */ + + + /* + * See who is logged in... + */ + + if ((user = getenv("REMOTE_USER")) == NULL) + user = "guest"; + + /* + * Locate the test page file... + */ + + if ((datadir = getenv("CUPS_DATADIR")) == NULL) + datadir = CUPS_DATADIR; + + snprintf(filename, sizeof(filename), "%s/data/testprint.ps", datadir); + + /* + * Point to the printer/class... + */ + + snprintf(resource, sizeof(resource), "/%s/%s", cgiGetVariable("SECTION"), + dest); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", ippPort(), "/%s/%s", cgiGetVariable("SECTION"), + dest); + + /* + * Build an IPP_PRINT_JOB request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requesting-user-name + * document-format + */ + + request = ippNewRequest(IPP_PRINT_JOB); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", + NULL, "Test Page"); + + ippAddString(request, IPP_TAG_JOB, IPP_TAG_MIMETYPE, "document-format", + NULL, "application/postscript"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoFileRequest(http, request, resource, + filename)) != NULL) + { + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + + ippDelete(response); + } + + if (cupsLastError() <= IPP_OK_CONFLICT) + { + /* + * Automatically reload the printer status page... + */ + + cgiFormEncode(uri, resource, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "2;URL=%s", uri); + cgiSetVariable("refresh_page", refresh); + } + + cgiStartHTML(cgiText(_("Print Test Page"))); + + if (cupsLastError() > IPP_OK_CONFLICT) + cgiShowIPPError(_("Unable to print test page:")); + else + { + cgiSetVariable("PRINTER_NAME", dest); + + cgiCopyTemplateLang("test-page.tmpl"); + } + + cgiEndHTML(); +} + + +/* + * 'cgiRewriteURL()' - Rewrite a printer URI into a web browser URL... + */ + +char * /* O - New URL */ +cgiRewriteURL(const char *uri, /* I - Current URI */ + char *url, /* O - New URL */ + int urlsize, /* I - Size of URL buffer */ + const char *newresource) /* I - Replacement resource */ +{ + char method[HTTP_MAX_URI], + userpass[HTTP_MAX_URI], + hostname[HTTP_MAX_URI], + rawresource[HTTP_MAX_URI], + resource[HTTP_MAX_URI], + /* URI components... */ + *rawptr, /* Pointer into rawresource */ + *resptr; /* Pointer into resource */ + int port; /* Port number */ + static int ishttps = -1; /* Using encryption? */ + static const char *server; /* Name of server */ + static char servername[1024]; + /* Local server name */ + static const char hexchars[] = "0123456789ABCDEF"; + /* Hexadecimal conversion characters */ + + + /* + * Check if we have been called before... + */ + + if (ishttps < 0) + { + /* + * No, initialize static vars for the conversion... + * + * First get the server name associated with the client interface as + * well as the locally configured hostname. We'll check *both* of + * these to see if the printer URL is local... + */ + + if ((server = getenv("SERVER_NAME")) == NULL) + server = ""; + + httpGetHostname(NULL, servername, sizeof(servername)); + + /* + * Then flag whether we are using SSL on this connection... + */ + + ishttps = getenv("HTTPS") != NULL; + } + + /* + * Convert the URI to a URL... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri, method, sizeof(method), userpass, + sizeof(userpass), hostname, sizeof(hostname), &port, + rawresource, sizeof(rawresource)); + + if (!strcmp(method, "ipp") || + !strcmp(method, "http") || + !strcmp(method, "https")) + { + if (newresource) + { + /* + * Force the specified resource name instead of the one in the URL... + */ + + strlcpy(resource, newresource, sizeof(resource)); + } + else + { + /* + * Rewrite the resource string so it doesn't contain any + * illegal chars... + */ + + for (rawptr = rawresource, resptr = resource; *rawptr; rawptr ++) + if ((*rawptr & 128) || *rawptr == '%' || *rawptr == ' ' || + *rawptr == '#' || *rawptr == '?' || + *rawptr == '.') /* For MSIE */ + { + if (resptr < (resource + sizeof(resource) - 3)) + { + *resptr++ = '%'; + *resptr++ = hexchars[(*rawptr >> 4) & 15]; + *resptr++ = hexchars[*rawptr & 15]; + } + } + else if (resptr < (resource + sizeof(resource) - 1)) + *resptr++ = *rawptr; + + *resptr = '\0'; + } + + /* + * Map local access to a local URI... + */ + + if (!strcasecmp(hostname, "localhost") || + !strncasecmp(hostname, "localhost.", 10) || + !strcasecmp(hostname, server) || + !strcasecmp(hostname, servername)) + { + /* + * Make URI relative to the current server... + */ + + strlcpy(url, resource, urlsize); + } + else + { + /* + * Rewrite URI with HTTP/HTTPS scheme... + */ + + if (userpass[0]) + snprintf(url, urlsize, "%s://%s@%s:%d%s", + ishttps ? "https" : "http", + userpass, hostname, port, resource); + else + snprintf(url, urlsize, "%s://%s:%d%s", + ishttps ? "https" : "http", + hostname, port, resource); + } + } + else + strlcpy(url, uri, urlsize); + + return (url); +} + + +/* + * 'cgiSetIPPObjectVars()' - Set CGI variables from an IPP object. + */ + +ipp_attribute_t * /* O - Next object */ +cgiSetIPPObjectVars( + ipp_attribute_t *obj, /* I - Response data to be copied... */ + const char *prefix, /* I - Prefix for name or NULL */ + int element) /* I - Parent element number */ +{ + ipp_attribute_t *attr; /* Attribute in response... */ + int i; /* Looping var */ + char name[1024], /* Name of attribute */ + *nameptr, /* Pointer into name */ + value[16384], /* Value(s) */ + *valptr; /* Pointer into value */ + struct tm *date; /* Date information */ + + + fprintf(stderr, "DEBUG2: cgiSetIPPObjectVars(obj=%p, prefix=\"%s\", " + "element=%d)\n", + obj, prefix ? prefix : "(null)", element); + + /* + * Set common CGI template variables... + */ + + if (!prefix) + cgiSetServerVersion(); + + /* + * Loop through the attributes and set them for the template... + */ + + for (attr = obj; attr && attr->group_tag != IPP_TAG_ZERO; attr = attr->next) + { + /* + * Copy the attribute name, substituting "_" for "-"... + */ + + if (!attr->name) + continue; + + if (prefix) + { + snprintf(name, sizeof(name), "%s.", prefix); + nameptr = name + strlen(name); + } + else + nameptr = name; + + for (i = 0; attr->name[i] && nameptr < (name + sizeof(name) - 1); i ++) + if (attr->name[i] == '-') + *nameptr++ = '_'; + else + *nameptr++ = attr->name[i]; + + *nameptr = '\0'; + + /* + * Add "job_printer_name" variable if we have a "job_printer_uri" + * attribute... + */ + + if (!strcmp(name, "job_printer_uri")) + { + if ((valptr = strrchr(attr->values[0].string.text, '/')) == NULL) + valptr = "unknown"; + else + valptr ++; + + cgiSetArray("job_printer_name", element, valptr); + } + + /* + * Add "admin_uri" variable if we have a "printer_uri_supported" + * attribute... + */ + + if (!strcmp(name, "printer_uri_supported")) + { + cgiRewriteURL(attr->values[0].string.text, value, sizeof(value), + "/admin/"); + + cgiSetArray("admin_uri", element, value); + } + + /* + * Copy values... + */ + + value[0] = '\0'; /* Initially an empty string */ + valptr = value; /* Start at the beginning */ + + for (i = 0; i < attr->num_values; i ++) + { + if (i) + strlcat(valptr, ",", sizeof(value) - (valptr - value)); + + valptr += strlen(valptr); + + switch (attr->value_tag) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + if (strncmp(name, "time_at_", 8) == 0) + { + time_t t; /* Temporary time value */ + + t = (time_t)attr->values[i].integer; + date = localtime(&t); + + strftime(valptr, sizeof(value) - (valptr - value), "%c", date); + } + else + snprintf(valptr, sizeof(value) - (valptr - value), + "%d", attr->values[i].integer); + break; + + case IPP_TAG_BOOLEAN : + snprintf(valptr, sizeof(value) - (valptr - value), + "%d", attr->values[i].boolean); + break; + + case IPP_TAG_NOVALUE : + strlcat(valptr, "novalue", sizeof(value) - (valptr - value)); + break; + + case IPP_TAG_RANGE : + snprintf(valptr, sizeof(value) - (valptr - value), + "%d-%d", attr->values[i].range.lower, + attr->values[i].range.upper); + break; + + case IPP_TAG_RESOLUTION : + snprintf(valptr, sizeof(value) - (valptr - value), + "%dx%d%s", attr->values[i].resolution.xres, + attr->values[i].resolution.yres, + attr->values[i].resolution.units == IPP_RES_PER_INCH ? + "dpi" : "dpc"); + break; + + case IPP_TAG_URI : + if (strchr(attr->values[i].string.text, ':') && + strcmp(name, "device_uri")) + { + /* + * Rewrite URIs... + */ + + if (!strcmp(name, "member_uris")) + { + char url[1024]; /* URL for class member... */ + + + cgiRewriteURL(attr->values[i].string.text, url, + sizeof(url), NULL); + + snprintf(valptr, sizeof(value) - (valptr - value), + "<A HREF=\"%s\">%s</A>", url, + strrchr(attr->values[i].string.text, '/') + 1); + } + else + cgiRewriteURL(attr->values[i].string.text, valptr, + sizeof(value) - (valptr - value), NULL); + break; + } + + case IPP_TAG_STRING : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + strlcat(valptr, attr->values[i].string.text, + sizeof(value) - (valptr - value)); + break; + + case IPP_TAG_BEGIN_COLLECTION : + snprintf(value, sizeof(value), "%s%d", name, i + 1); + cgiSetIPPVars(attr->values[i].collection, NULL, NULL, value, + element); + break; + + default : + break; /* anti-compiler-warning-code */ + } + } + + /* + * Add the element... + */ + + if (attr->value_tag != IPP_TAG_BEGIN_COLLECTION) + { + cgiSetArray(name, element, value); + + fprintf(stderr, "DEBUG2: %s[%d]=\"%s\"\n", name, element, value); + } + } + + return (attr ? attr->next : NULL); +} + + +/* + * 'cgiSetIPPVars()' - Set CGI variables from an IPP response. + */ + +int /* O - Maximum number of elements */ +cgiSetIPPVars(ipp_t *response, /* I - Response data to be copied... */ + const char *filter_name, /* I - Filter name */ + const char *filter_value, /* I - Filter value */ + const char *prefix, /* I - Prefix for name or NULL */ + int parent_el) /* I - Parent element number */ +{ + int element; /* Element in CGI array */ + ipp_attribute_t *attr, /* Attribute in response... */ + *filter; /* Filtering attribute */ + + + fprintf(stderr, "DEBUG2: cgiSetIPPVars(response=%p, filter_name=\"%s\", " + "filter_value=\"%s\", prefix=\"%s\", parent_el=%d)\n", + response, filter_name ? filter_name : "(null)", + filter_value ? filter_value : "(null)", + prefix ? prefix : "(null)", parent_el); + + /* + * Set common CGI template variables... + */ + + if (!prefix) + cgiSetServerVersion(); + + /* + * Loop through the attributes and set them for the template... + */ + + attr = response->attrs; + + if (!prefix) + while (attr && attr->group_tag == IPP_TAG_OPERATION) + attr = attr->next; + + for (element = parent_el; attr; element ++) + { + /* + * Copy attributes to a separator... + */ + + while (attr && attr->group_tag == IPP_TAG_ZERO) + attr= attr->next; + + if (!attr) + break; + + if (filter_name) + { + for (filter = attr; + filter != NULL && filter->group_tag != IPP_TAG_ZERO; + filter = filter->next) + if (filter->name && !strcmp(filter->name, filter_name) && + (filter->value_tag == IPP_TAG_STRING || + (filter->value_tag >= IPP_TAG_TEXTLANG && + filter->value_tag <= IPP_TAG_MIMETYPE)) && + filter->values[0].string.text != NULL && + !strcasecmp(filter->values[0].string.text, filter_value)) + break; + + if (!filter) + return (element + 1); + + if (filter->group_tag == IPP_TAG_ZERO) + { + attr = filter; + element --; + continue; + } + } + + attr = cgiSetIPPObjectVars(attr, prefix, element); + } + + fprintf(stderr, "DEBUG2: Returing %d from cgiSetIPPVars()...\n", element); + + return (element); +} + + +/* + * 'cgiShowIPPError()' - Show the last IPP error message. + * + * The caller must still call cgiStartHTML() and cgiEndHTML(). + */ + +void +cgiShowIPPError(const char *message) /* I - Contextual message */ +{ + cgiSetVariable("MESSAGE", cgiText(message)); + cgiSetVariable("ERROR", cupsLastErrorString()); + cgiCopyTemplateLang("error.tmpl"); +} + + +/* + * 'cgiShowJobs()' - Show print jobs. + */ + +void +cgiShowJobs(http_t *http, /* I - Connection to server */ + const char *dest) /* I - Destination name or NULL */ +{ + int i; /* Looping var */ + const char *which_jobs; /* Which jobs to show */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + cups_array_t *jobs; /* Array of job objects */ + ipp_attribute_t *job; /* Job object */ + int ascending, /* Order of jobs (0 = descending) */ + first, /* First job to show */ + count; /* Number of jobs */ + const char *var; /* Form variable */ + void *search; /* Search data */ + char url[1024], /* URL for prev/next/this */ + *urlptr, /* Position in URL */ + *urlend; /* End of URL */ + + + /* + * Build an IPP_GET_JOBS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_JOBS); + + if (dest) + { + httpAssembleURIf(HTTP_URI_CODING_ALL, url, sizeof(url), "ipp", NULL, + "localhost", ippPort(), "/printers/%s", dest); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, url); + } + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, + "ipp://localhost/jobs"); + + if ((which_jobs = cgiGetVariable("which_jobs")) != NULL) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "which-jobs", + NULL, which_jobs); + + cgiGetAttributes(request, "jobs.tmpl"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Get a list of matching job objects. + */ + + if ((var = cgiGetVariable("QUERY")) != NULL) + search = cgiCompileSearch(var); + else + search = NULL; + + jobs = cgiGetIPPObjects(response, search); + count = cupsArrayCount(jobs); + + if (search) + cgiFreeSearch(search); + + /* + * Figure out which jobs to display... + */ + + if ((var = cgiGetVariable("FIRST")) != NULL) + first = atoi(var); + else + first = 0; + + if (first >= count) + first = count - CUPS_PAGE_MAX; + + first = (first / CUPS_PAGE_MAX) * CUPS_PAGE_MAX; + + if (first < 0) + first = 0; + + sprintf(url, "%d", count); + cgiSetVariable("TOTAL", url); + + if ((var = cgiGetVariable("ORDER")) != NULL) + ascending = !strcasecmp(var, "asc"); + else + { + ascending = !which_jobs || !strcasecmp(which_jobs, "not-completed"); + cgiSetVariable("ORDER", ascending ? "asc" : "dec"); + } + + if (ascending) + { + for (i = 0, job = (ipp_attribute_t *)cupsArrayIndex(jobs, first); + i < CUPS_PAGE_MAX && job; + i ++, job = (ipp_attribute_t *)cupsArrayNext(jobs)) + cgiSetIPPObjectVars(job, NULL, i); + } + else + { + for (i = 0, job = (ipp_attribute_t *)cupsArrayIndex(jobs, count - first - 1); + i < CUPS_PAGE_MAX && job; + i ++, job = (ipp_attribute_t *)cupsArrayPrev(jobs)) + cgiSetIPPObjectVars(job, NULL, i); + } + + /* + * Save navigation URLs... + */ + + urlend = url + sizeof(url); + + if ((var = cgiGetVariable("QUERY")) != NULL) + { + if (dest) + snprintf(url, sizeof(url), "/%s/%s?QUERY=", cgiGetVariable("SECTION"), + dest); + else + strlcpy(url, "/jobs/?QUERY=", sizeof(url)); + + urlptr = url + strlen(url); + + cgiFormEncode(urlptr, var, urlend - urlptr); + urlptr += strlen(urlptr); + + strlcpy(urlptr, "&", urlend - urlptr); + urlptr += strlen(urlptr); + } + else + { + if (dest) + snprintf(url, sizeof(url), "/%s/%s?", cgiGetVariable("SECTION"), dest); + else + strlcpy(url, "/jobs/?", sizeof(url)); + + urlptr = url + strlen(url); + } + + if (which_jobs) + { + strlcpy(urlptr, "WHICH_JOBS=", urlend - urlptr); + urlptr += strlen(urlptr); + + cgiFormEncode(urlptr, which_jobs, urlend - urlptr); + urlptr += strlen(urlptr); + + strlcpy(urlptr, "&", urlend - urlptr); + urlptr += strlen(urlptr); + } + + snprintf(urlptr, urlend - urlptr, "FIRST=%d", first); + cgiSetVariable("THISURL", url); + + if (first > 0) + { + snprintf(urlptr, urlend - urlptr, "FIRST=%d&ORDER=%s", + first - CUPS_PAGE_MAX, ascending ? "asc" : "dec"); + cgiSetVariable("PREVURL", url); + } + + if ((first + CUPS_PAGE_MAX) < count) + { + snprintf(urlptr, urlend - urlptr, "FIRST=%d&ORDER=%s", + first + CUPS_PAGE_MAX, ascending ? "asc" : "dec"); + cgiSetVariable("NEXTURL", url); + } + + /* + * Then show everything... + */ + + if (dest) + cgiSetVariable("SEARCH_DEST", dest); + + cgiCopyTemplateLang("search.tmpl"); + + cgiCopyTemplateLang("jobs-header.tmpl"); + + if (count > 0) + cgiCopyTemplateLang("pager.tmpl"); + + cgiCopyTemplateLang("jobs.tmpl"); + + if (count > 0) + cgiCopyTemplateLang("pager.tmpl"); + + cupsArrayDelete(jobs); + ippDelete(response); + } +} + + +/* + * 'cgiText()' - Return localized text. + */ + +const char * /* O - Localized message */ +cgiText(const char *message) /* I - Message */ +{ + static cups_lang_t *language = NULL; + /* Language */ + + + if (!language) + language = cupsLangDefault(); + + return (_cupsLangString(language, message)); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/jobs.c b/cgi-bin/jobs.c new file mode 100644 index 0000000000..d31fdd7f5f --- /dev/null +++ b/cgi-bin/jobs.c @@ -0,0 +1,203 @@ +/* + * "$Id$" + * + * Job status CGI for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for CGI. + * do_job_op() - Do a job operation. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" + + +/* + * Local functions... + */ + +static void do_job_op(http_t *http, int job_id, ipp_op_t op); + + +/* + * 'main()' - Main entry for CGI. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + http_t *http; /* Connection to the server */ + const char *op; /* Operation name */ + const char *job_id_var; /* Job ID form variable */ + int job_id; /* Job ID */ + + + /* + * Get any form variables... + */ + + cgiInitialize(); + + /* + * Set the web interface section... + */ + + cgiSetVariable("SECTION", "jobs"); + + /* + * Connect to the HTTP server... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + /* + * Get the job ID, if any... + */ + + if ((job_id_var = cgiGetVariable("JOB_ID")) != NULL) + job_id = atoi(job_id_var); + else + job_id = 0; + + /* + * Do the operation... + */ + + if ((op = cgiGetVariable("OP")) != NULL && job_id > 0) + { + /* + * Do the operation... + */ + + if (!strcmp(op, "cancel-job")) + do_job_op(http, job_id, IPP_CANCEL_JOB); + else if (!strcmp(op, "hold-job")) + do_job_op(http, job_id, IPP_HOLD_JOB); + else if (!strcmp(op, "move-job")) + cgiMoveJobs(http, NULL, job_id); + else if (!strcmp(op, "release-job")) + do_job_op(http, job_id, IPP_RELEASE_JOB); + else if (!strcmp(op, "restart-job")) + do_job_op(http, job_id, IPP_RESTART_JOB); + else + { + /* + * Bad operation code... Display an error... + */ + + cgiStartHTML(cgiText(_("Jobs"))); + cgiCopyTemplateLang("error-op.tmpl"); + cgiEndHTML(); + } + } + else + { + /* + * Show a list of jobs... + */ + + cgiStartHTML(cgiText(_("Jobs"))); + cgiShowJobs(http, NULL); + cgiEndHTML(); + } + + /* + * Close the HTTP server connection... + */ + + httpClose(http); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'do_job_op()' - Do a job operation. + */ + +static void +do_job_op(http_t *http, /* I - HTTP connection */ + int job_id, /* I - Job ID */ + ipp_op_t op) /* I - Operation to perform */ +{ + ipp_t *request; /* IPP request */ + char uri[HTTP_MAX_URI]; /* Job URI */ + const char *user; /* Username */ + + + /* + * Build a job request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * job-uri or printer-uri (purge-jobs) + * requesting-user-name + */ + + request = ippNewRequest(op); + + snprintf(uri, sizeof(uri), "ipp://localhost/jobs/%d", job_id); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", + NULL, uri); + + if ((user = getenv("REMOTE_USER")) == NULL) + user = "guest"; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/jobs")); + + cgiStartHTML(cgiText(_("Jobs"))); + + if (cupsLastError() > IPP_OK_CONFLICT) + cgiShowIPPError(_("Job operation failed:")); + else if (op == IPP_CANCEL_JOB) + cgiCopyTemplateLang("job-cancel.tmpl"); + else if (op == IPP_HOLD_JOB) + cgiCopyTemplateLang("job-hold.tmpl"); + else if (op == IPP_RELEASE_JOB) + cgiCopyTemplateLang("job-release.tmpl"); + else if (op == IPP_RESTART_JOB) + cgiCopyTemplateLang("job-restart.tmpl"); + + cgiEndHTML(); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/multipart.dat b/cgi-bin/multipart.dat new file mode 100644 index 0000000000000000000000000000000000000000..91c5bb5b4c0e039c6692bc116be57983b836be68 GIT binary patch literal 50411 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 literal 0 Hc-jL100001 diff --git a/cgi-bin/printers.c b/cgi-bin/printers.c new file mode 100644 index 0000000000..40060a6b33 --- /dev/null +++ b/cgi-bin/printers.c @@ -0,0 +1,642 @@ +/* + * "$Id$" + * + * Printer status CGI for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for CGI. + * print_command() - Send a print command to the printer. + * show_all_printers() - Show all printers... + * show_printer() - Show a single printer. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" +#include <errno.h> + + +/* + * Local functions... + */ + +void print_command(http_t *http, const char *printer, const char *command); +void show_all_printers(http_t *http, const char *username); +void show_printer(http_t *http, const char *printer); + + +/* + * 'main()' - Main entry for CGI. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + const char *printer; /* Printer name */ + const char *user; /* Username */ + http_t *http; /* Connection to the server */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + const char *op; /* Operation to perform, if any */ + static const char *def_attrs[] = /* Attributes for default printer */ + { + "printer-name", + "printer-uri-supported" + }; + + + /* + * Get any form variables... + */ + + cgiInitialize(); + + op = cgiGetVariable("OP"); + + /* + * Set the web interface section... + */ + + cgiSetVariable("SECTION", "printers"); + + /* + * See if we are displaying a printer or all printers... + */ + + if ((printer = getenv("PATH_INFO")) != NULL) + { + printer ++; + + if (!*printer) + printer = NULL; + } + + /* + * See who is logged in... + */ + + user = getenv("REMOTE_USER"); + + /* + * Connect to the HTTP server... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + /* + * Get the default printer... + */ + + if (!op) + { + /* + * Get the default destination... + */ + + request = ippNewRequest(CUPS_GET_DEFAULT); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + sizeof(def_attrs) / sizeof(def_attrs[0]), NULL, def_attrs); + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if ((attr = ippFindAttribute(response, "printer-name", IPP_TAG_NAME)) != NULL) + cgiSetVariable("DEFAULT_NAME", attr->values[0].string.text); + + if ((attr = ippFindAttribute(response, "printer-uri-supported", IPP_TAG_URI)) != NULL) + { + char url[HTTP_MAX_URI]; /* New URL */ + + + cgiSetVariable("DEFAULT_URI", + cgiRewriteURL(attr->values[0].string.text, + url, sizeof(url), NULL)); + } + + ippDelete(response); + } + + /* + * See if we need to show a list of printers or the status of a + * single printer... + */ + + if (!printer) + show_all_printers(http, user); + else + show_printer(http, printer); + } + else if (!strcasecmp(op, "print-self-test-page") && printer) + print_command(http, printer, "PrintSelfTestPage"); + else if (!strcasecmp(op, "clean-print-heads") && printer) + print_command(http, printer, "Clean all"); + else if (!strcasecmp(op, "print-test-page") && printer) + cgiPrintTestPage(http, printer); + else if (!strcasecmp(op, "move-jobs") && printer) + cgiMoveJobs(http, printer, 0); + else + { + /* + * Unknown/bad operation... + */ + + if (printer) + cgiStartHTML(printer); + else + cgiStartHTML(cgiText(_("Printers"))); + + cgiCopyTemplateLang("error-op.tmpl"); + cgiEndHTML(); + } + + /* + * Close the HTTP server connection... + */ + + httpClose(http); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'print_command()' - Send a print command to the printer. + */ + +void +print_command(http_t *http, /* I - Connection to server */ + const char *printer, /* I - Printer */ + const char *command) /* I - Command to send */ +{ + cups_file_t *fp; /* File pointer */ + char filename[1024]; /* Temporary file */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + char uri[HTTP_MAX_URI], /* Printer URI */ + resource[1024], /* POST resource path */ + refresh[1024]; /* Refresh URL */ + const char *user; /* Username */ + + + /* + * See who is logged in... + */ + + if ((user = getenv("REMOTE_USER")) == NULL) + user = "guest"; + + /* + * Create the CUPS command file to print... + */ + + if ((fp = cupsTempFile2(filename, sizeof(filename))) == NULL) + { + cgiStartHTML(cgiText(_("Printer Maintenance"))); + cgiSetVariable("MESSAGE", _("Unable to create temporary file:")); + cgiSetVariable("ERROR", strerror(errno)); + cgiCopyTemplateLang("error.tmpl"); + cgiEndHTML(); + return; + } + + cupsFilePuts(fp, "#CUPS-COMMAND\n"); + cupsFilePrintf(fp, "%s\n", command); + cupsFileClose(fp); + + /* + * Point to the printer... + */ + + snprintf(resource, sizeof(resource), "/printers/%s", printer); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", ippPort(), "/printers/%s", printer); + + /* + * Build an IPP_PRINT_JOB request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requesting-user-name + * document-format + */ + + request = ippNewRequest(IPP_PRINT_JOB); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", + NULL, "Printer Maintenance"); + + ippAddString(request, IPP_TAG_JOB, IPP_TAG_MIMETYPE, "document-format", + NULL, "application/postscript"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoFileRequest(http, request, resource, + filename)) != NULL) + { + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + + ippDelete(response); + } + + unlink(filename); + + if (cupsLastError() <= IPP_OK_CONFLICT) + { + /* + * Automatically reload the printer status page... + */ + + cgiFormEncode(uri, resource, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "2;URL=%s", uri); + cgiSetVariable("refresh_page", refresh); + } + + cgiStartHTML(cgiText(_("Printer Maintenance"))); + + if (cupsLastError() > IPP_OK_CONFLICT) + cgiShowIPPError(_("Unable to send maintenance job:")); + else + { + cgiSetVariable("PRINTER_NAME", printer); + + cgiCopyTemplateLang("maintenance.tmpl"); + } + + cgiEndHTML(); +} + + +/* + * 'show_all_printers()' - Show all printers... + */ + +void +show_all_printers(http_t *http, /* I - Connection to server */ + const char *user) /* I - Username */ +{ + int i; /* Looping var */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + cups_array_t *printers; /* Array of printer objects */ + ipp_attribute_t *printer, /* Printer object */ + *attr; /* Current attribute */ + int ascending, /* Order of printers (0 = descending) */ + first, /* First printer to show */ + count; /* Number of printers */ + const char *var; /* Form variable */ + void *search; /* Search data */ + char url[1024], /* URL for prev/next/this */ + *urlptr, /* Position in URL */ + *urlend; /* End of URL */ + + + fprintf(stderr, "DEBUG: show_all_printers(http=%p, user=\"%s\")\n", + http, user ? user : "(null)"); + + /* + * Show the standard header... + */ + + cgiStartHTML(cgiText(_("Printers"))); + + /* + * Build a CUPS_GET_PRINTERS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-type + * printer-type-mask + * requesting-user-name + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type", 0); + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type-mask", CUPS_PRINTER_CLASS); + + if (user) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + cgiGetAttributes(request, "printers.tmpl"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Get a list of matching job objects. + */ + + if ((var = cgiGetVariable("QUERY")) != NULL) + search = cgiCompileSearch(var); + else + search = NULL; + + printers = cgiGetIPPObjects(response, search); + count = cupsArrayCount(printers); + + if (search) + cgiFreeSearch(search); + + /* + * Figure out which printers to display... + */ + + if ((var = cgiGetVariable("FIRST")) != NULL) + first = atoi(var); + else + first = 0; + + if (first >= count) + first = count - CUPS_PAGE_MAX; + + first = (first / CUPS_PAGE_MAX) * CUPS_PAGE_MAX; + + if (first < 0) + first = 0; + + sprintf(url, "%d", count); + cgiSetVariable("TOTAL", url); + + if ((var = cgiGetVariable("ORDER")) != NULL) + ascending = !strcasecmp(var, "asc"); + else + ascending = 1; + + if (ascending) + { + for (i = 0, printer = (ipp_attribute_t *)cupsArrayIndex(printers, first); + i < CUPS_PAGE_MAX && printer; + i ++, printer = (ipp_attribute_t *)cupsArrayNext(printers)) + { + cgiSetIPPObjectVars(printer, NULL, i); + + cgiSetArray("cupscommand", i, "0"); + + for (attr = printer; attr; attr = attr->next) + if (attr->group_tag != IPP_TAG_PRINTER || !attr->name) + break; + else if (!strcmp(attr->name, "printer-type")) + { + if (attr->values[0].integer & CUPS_PRINTER_COMMANDS) + cgiSetArray("cupscommand", i, "1"); + break; + } + } + } + else + { + for (i = 0, printer = (ipp_attribute_t *)cupsArrayIndex(printers, count - first - 1); + i < CUPS_PAGE_MAX && printer; + i ++, printer = (ipp_attribute_t *)cupsArrayPrev(printers)) + { + cgiSetIPPObjectVars(printer, NULL, i); + + cgiSetArray("cupscommand", i, "0"); + + for (attr = printer; attr; attr = attr->next) + if (attr->group_tag == IPP_TAG_ZERO || !attr->name) + break; + else if (!strcmp(attr->name, "printer-type")) + { + if (attr->values[0].integer & CUPS_PRINTER_COMMANDS) + cgiSetArray("cupscommand", i, "1"); + break; + } + } + } + + /* + * Save navigation URLs... + */ + + urlend = url + sizeof(url); + + if ((var = cgiGetVariable("QUERY")) != NULL) + { + strlcpy(url, "/printers/?QUERY=", sizeof(url)); + urlptr = url + strlen(url); + + cgiFormEncode(urlptr, var, urlend - urlptr); + urlptr += strlen(urlptr); + + strlcpy(urlptr, "&", urlend - urlptr); + urlptr += strlen(urlptr); + } + else + { + strlcpy(url, "/printers/?", sizeof(url)); + urlptr = url + strlen(url); + } + + snprintf(urlptr, urlend - urlptr, "FIRST=%d", first); + cgiSetVariable("THISURL", url); + + if (first > 0) + { + snprintf(urlptr, urlend - urlptr, "FIRST=%d&ORDER=%s", + first - CUPS_PAGE_MAX, ascending ? "asc" : "dec"); + cgiSetVariable("PREVURL", url); + } + + if ((first + CUPS_PAGE_MAX) < count) + { + snprintf(urlptr, urlend - urlptr, "FIRST=%d&ORDER=%s", + first + CUPS_PAGE_MAX, ascending ? "asc" : "dec"); + cgiSetVariable("NEXTURL", url); + } + + /* + * Then show everything... + */ + + cgiCopyTemplateLang("search.tmpl"); + + cgiCopyTemplateLang("printers-header.tmpl"); + + if (count > 0) + cgiCopyTemplateLang("pager.tmpl"); + + cgiCopyTemplateLang("printers.tmpl"); + + if (count > 0) + cgiCopyTemplateLang("pager.tmpl"); + + /* + * Delete the response... + */ + + cupsArrayDelete(printers); + ippDelete(response); + } + else + { + /* + * Show the error... + */ + + cgiShowIPPError(_("Unable to get printer list:")); + } + + cgiEndHTML(); +} + + +/* + * 'show_printer()' - Show a single printer. + */ + +void +show_printer(http_t *http, /* I - Connection to server */ + const char *printer) /* I - Name of printer */ +{ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + char refresh[1024]; /* Refresh URL */ + + + fprintf(stderr, "DEBUG: show_printer(http=%p, printer=\"%s\")\n", + http, printer ? printer : "(null)"); + + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, + uri); + + cgiGetAttributes(request, "printers.tmpl"); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Got the result; set the CGI variables and check the status of a + * single-queue request... + */ + + cgiSetIPPVars(response, NULL, NULL, NULL, 0); + + if ((attr = ippFindAttribute(response, "printer-type", + IPP_TAG_ENUM)) != NULL) + { + cgiSetVariable("cupscommand", + (attr->values[0].integer & CUPS_PRINTER_COMMANDS) ? + "1" : "0"); + } + + if (printer && (attr = ippFindAttribute(response, "printer-state", + IPP_TAG_ENUM)) != NULL && + attr->values[0].integer == IPP_PRINTER_PROCESSING) + { + /* + * Printer is processing - automatically refresh the page until we + * are done printing... + */ + + cgiFormEncode(uri, printer, sizeof(uri)); + snprintf(refresh, sizeof(refresh), "10;URL=/printers/%s", uri); + cgiSetVariable("refresh_page", refresh); + } + + /* + * Delete the response... + */ + + ippDelete(response); + + /* + * Show the standard header... + */ + + cgiStartHTML(printer); + + /* + * Show the printer status... + */ + + cgiCopyTemplateLang("printers.tmpl"); + + /* + * Show jobs for the specified printer... + */ + + cgiCopyTemplateLang("printer-jobs-header.tmpl"); + cgiShowJobs(http, printer); + } + else + { + /* + * Show the IPP error... + */ + + cgiStartHTML(printer); + cgiShowIPPError(_("Unable to get printer status:")); + } + + cgiEndHTML(); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/search.c b/cgi-bin/search.c new file mode 100644 index 0000000000..432d2a4523 --- /dev/null +++ b/cgi-bin/search.c @@ -0,0 +1,370 @@ +/* + * "$Id$" + * + * Search routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cgiCompileSearch() - Compile a search string. + * cgiDoSearch() - Do a search of some text. + * cgiFreeSearch() - Free a compiled search context. + */ + +/* + * Include necessary headers... + */ + +#include "cgi-private.h" +#include <regex.h> + + +/* + * 'cgiCompileSearch()' - Compile a search string. + */ + +void * /* O - Search context */ +cgiCompileSearch(const char *query) /* I - Query string */ +{ + regex_t *re; /* Regular expression */ + char *s, /* Regular expression string */ + *sptr, /* Pointer into RE string */ + *sword; /* Pointer to start of word */ + int slen; /* Allocated size of RE string */ + const char *qptr, /* Pointer into query string */ + *qend; /* End of current word */ + const char *prefix; /* Prefix to add to next word */ + int quoted; /* Word is quoted */ + int wlen; /* Word length */ + char *lword; /* Last word in query */ + + + DEBUG_printf(("help_compile_search(query=\"%s\")\n", query ? query : "(nil)")); + + /* + * Allocate a regular expression storage structure... + */ + + re = (regex_t *)calloc(1, sizeof(regex_t)); + + /* + * Allocate a buffer to hold the regular expression string, starting + * at 1024 bytes or 3 times the length of the query string, whichever + * is greater. We'll expand the string as needed... + */ + + slen = strlen(query) * 3; + if (slen < 1024) + slen = 1024; + + s = (char *)malloc(slen); + + /* + * Copy the query string to the regular expression, handling basic + * AND and OR logic... + */ + + prefix = ".*"; + qptr = query; + sptr = s; + lword = NULL; + + while (*qptr) + { + /* + * Skip leading whitespace... + */ + + while (isspace(*qptr & 255)) + qptr ++; + + if (!*qptr) + break; + + /* + * Find the end of the current word... + */ + + if (*qptr == '\"' || *qptr == '\'') + { + /* + * Scan quoted string... + */ + + quoted = *qptr ++; + for (qend = qptr; *qend && *qend != quoted; qend ++); + + if (!*qend) + { + /* + * No closing quote, error out! + */ + + free(s); + free(re); + + if (lword) + free(lword); + + return (NULL); + } + } + else + { + /* + * Scan whitespace-delimited string... + */ + + quoted = 0; + for (qend = qptr + 1; *qend && !isspace(*qend); qend ++); + } + + wlen = qend - qptr; + + /* + * Look for logic words: AND, OR + */ + + if (wlen == 3 && !strncasecmp(qptr, "AND", 3)) + { + /* + * Logical AND with the following text... + */ + + if (sptr > s) + prefix = ".*"; + + qptr = qend; + } + else if (wlen == 2 && !strncasecmp(qptr, "OR", 2)) + { + /* + * Logical OR with the following text... + */ + + if (sptr > s) + prefix = ".*|.*"; + + qptr = qend; + } + else + { + /* + * Add a search word, making sure we have enough room for the + * string + RE overhead... + */ + + wlen = (sptr - s) + 4 * wlen + 2 * strlen(prefix) + 4; + + if (wlen > slen) + { + /* + * Expand the RE string buffer... + */ + + char *temp; /* Temporary string pointer */ + + + slen = wlen + 128; + temp = (char *)realloc(s, slen); + if (!temp) + { + free(s); + free(re); + + if (lword) + free(lword); + + return (NULL); + } + + sptr = temp + (sptr - s); + s = temp; + } + + /* + * Add the prefix string... + */ + + strcpy(sptr, prefix); + sptr += strlen(sptr); + + /* + * Then quote the remaining word characters as needed for the + * RE... + */ + + sword = sptr; + + while (qptr < qend) + { + /* + * Quote: ^ . [ $ ( ) | * + ? { \ + */ + + if (strchr("^.[$()|*+?{\\", *qptr)) + *sptr++ = '\\'; + + *sptr++ = *qptr++; + } + + *sptr = '\0'; + + /* + * For "word1 AND word2", add reciprocal "word2 AND word1"... + */ + + if (!strcmp(prefix, ".*") && lword) + { + char *lword2; /* New "last word" */ + + + lword2 = strdup(sword); + + strcpy(sptr, ".*|.*"); + sptr += 5; + + strcpy(sptr, lword2); + sptr += strlen(sptr); + + strcpy(sptr, ".*"); + sptr += 2; + + strcpy(sptr, lword); + sptr += strlen(sptr); + + free(lword); + lword = lword2; + } + else + { + if (lword) + free(lword); + + lword = strdup(sword); + } + + prefix = ".*|.*"; + } + + /* + * Advance to the next string... + */ + + if (quoted) + qptr ++; + } + + if (lword) + free(lword); + + if (sptr > s) + strcpy(sptr, ".*"); + else + { + /* + * No query data, return NULL... + */ + + free(s); + free(re); + + return (NULL); + } + + /* + * Compile the regular expression... + */ + + DEBUG_printf((" s=\"%s\"\n", s)); + + if (regcomp(re, s, REG_EXTENDED | REG_ICASE)) + { + free(re); + free(s); + + return (NULL); + } + + /* + * Free the RE string and return the new regular expression we compiled... + */ + + free(s); + + return ((void *)re); +} + + +/* + * 'cgiDoSearch()' - Do a search of some text. + */ + +int /* O - Number of matches */ +cgiDoSearch(void *search, /* I - Search context */ + const char *text) /* I - Text to search */ +{ + int i; /* Looping var */ + regmatch_t matches[100]; /* RE matches */ + + + /* + * Range check... + */ + + if (!search || !text) + return (0); + + /* + * Do a lookup... + */ + + if (!regexec((regex_t *)search, text, sizeof(matches) / sizeof(matches[0]), + matches, 0)) + { + /* + * Figure out the number of matches in the string... + */ + + for (i = 0; i < (int)(sizeof(matches) / sizeof(matches[0])); i ++) + if (matches[i].rm_so < 0) + break; + + return (i); + } + else + return (0); +} + + +/* + * 'cgiFreeSearch()' - Free a compiled search context. + */ + +void +cgiFreeSearch(void *search) /* I - Search context */ +{ + regfree((regex_t *)search); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/template.c b/cgi-bin/template.c new file mode 100644 index 0000000000..7fbe92f52e --- /dev/null +++ b/cgi-bin/template.c @@ -0,0 +1,674 @@ +/* + * "$Id$" + * + * CGI template function. + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cgiCopyTemplateFile() - Copy a template file and replace all the + * '{variable}' strings with the variable value. + * cgiCopyTemplateLang() - Copy a template file using a language... + * cgiGetTemplateDir() - Get the templates directory... + * cgiSetServerVersion() - Set the server name and CUPS version... + * cgi_copy() - Copy the template file, substituting as needed... + * cgi_puts() - Put a string to the output file, quoting as + * needed... + */ + +#include "cgi-private.h" +#include <errno.h> + + +/* + * Local functions... + */ + +static void cgi_copy(FILE *out, FILE *in, int element, char term, + int indent); +static void cgi_puts(const char *s, FILE *out); +static void cgi_puturi(const char *s, FILE *out); + + +/* + * 'cgiCopyTemplateFile()' - Copy a template file and replace all the + * '{variable}' strings with the variable value. + */ + +void +cgiCopyTemplateFile(FILE *out, /* I - Output file */ + const char *tmpl) /* I - Template file to read */ +{ + FILE *in; /* Input file */ + + + fprintf(stderr, "DEBUG: cgiCopyTemplateFile(out=%p, tmpl=\"%s\")\n", out, + tmpl ? tmpl : "(null)"); + + /* + * Open the template file... + */ + + if ((in = fopen(tmpl, "r")) == NULL) + { + fprintf(stderr, "ERROR: Unable to open template file \"%s\" - %s\n", + tmpl ? tmpl : "(null)", strerror(errno)); + return; + } + + /* + * Parse the file to the end... + */ + + cgi_copy(out, in, 0, 0, 0); + + /* + * Close the template file and return... + */ + + fclose(in); +} + + +/* + * 'cgiCopyTemplateLang()' - Copy a template file using a language... + */ + +void +cgiCopyTemplateLang(const char *tmpl) /* I - Base filename */ +{ + int i; /* Looping var */ + char filename[1024], /* Filename */ + locale[16]; /* Locale name */ + const char *directory, /* Directory for templates */ + *lang; /* Language */ + FILE *in; /* Input file */ + + + fprintf(stderr, "DEBUG: cgiCopyTemplateLang(tmpl=\"%s\")\n", + tmpl ? tmpl : "(null)"); + + /* + * Convert the language to a locale name... + */ + + if ((lang = getenv("LANG")) != NULL) + { + for (i = 0; lang[i] && i < 15; i ++) + if (isalnum(lang[i] & 255) || lang[i] == '_') + locale[i] = tolower(lang[i]); + else if (lang[i] == '-') + locale[i] = '_'; + else + break; + + locale[i] = '\0'; + } + else + locale[0] = '\0'; + + fprintf(stderr, "DEBUG: locale=\"%s\"...\n", locale); + + /* + * See if we have a template file for this language... + */ + + directory = cgiGetTemplateDir(); + + snprintf(filename, sizeof(filename), "%s/%s/%s", directory, locale, tmpl); + if (access(filename, 0)) + { + locale[2] = '\0'; + + snprintf(filename, sizeof(filename), "%s/%s/%s", directory, locale, tmpl); + if (access(filename, 0)) + snprintf(filename, sizeof(filename), "%s/%s", directory, tmpl); + } + + fprintf(stderr, "DEBUG: Template file is \"%s\"...\n", filename); + + /* + * Open the template file... + */ + + if ((in = fopen(filename, "r")) == NULL) + { + fprintf(stderr, "ERROR: Unable to open template file \"%s\" - %s\n", + filename, strerror(errno)); + return; + } + + /* + * Parse the file to the end... + */ + + cgi_copy(stdout, in, 0, 0, 0); + + /* + * Close the template file and return... + */ + + fclose(in); +} + + +/* + * 'cgiGetTemplateDir()' - Get the templates directory... + */ + +char * /* O - Template directory */ +cgiGetTemplateDir(void) +{ + const char *datadir; /* CUPS_DATADIR env var */ + static char templates[1024] = ""; /* Template directory */ + + + if (!templates[0]) + { + /* + * Build the template directory pathname... + */ + + if ((datadir = getenv("CUPS_DATADIR")) == NULL) + datadir = CUPS_DATADIR; + + snprintf(templates, sizeof(templates), "%s/templates", datadir); + } + + return (templates); +} + + +/* + * 'cgiSetServerVersion()' - Set the server name and CUPS version... + */ + +void +cgiSetServerVersion(void) +{ + cgiSetVariable("SERVER_NAME", getenv("SERVER_NAME")); + cgiSetVariable("REMOTE_USER", getenv("REMOTE_USER")); + cgiSetVariable("CUPS_VERSION", CUPS_SVERSION); + +#ifdef LC_TIME + setlocale(LC_TIME, ""); +#endif /* LC_TIME */ +} + + +/* + * 'cgi_copy()' - Copy the template file, substituting as needed... + */ + +static void +cgi_copy(FILE *out, /* I - Output file */ + FILE *in, /* I - Input file */ + int element, /* I - Element number (0 to N) */ + char term, /* I - Terminating character */ + int indent) /* I - Debug info indentation */ +{ + int ch; /* Character from file */ + char op; /* Operation */ + char name[255], /* Name of variable */ + *nameptr, /* Pointer into name */ + innername[255], /* Inner comparison name */ + *innerptr, /* Pointer into inner name */ + *s; /* String pointer */ + const char *value; /* Value of variable */ + const char *innerval; /* Inner value */ + const char *outptr; /* Output string pointer */ + char outval[1024], /* Formatted output string */ + compare[1024]; /* Comparison string */ + int result; /* Result of comparison */ + int uriencode; /* Encode as URI */ + + + fprintf(stderr, "DEBUG: %*sStarting at file position %ld...\n", indent, "", + ftell(in)); + + /* + * Parse the file to the end... + */ + + while ((ch = getc(in)) != EOF) + if (ch == term) + break; + else if (ch == '{') + { + /* + * Get a variable name... + */ + + uriencode = 0; + + for (s = name; (ch = getc(in)) != EOF;) + if (strchr("}]<>=! \t\n", ch)) + break; + else if (s == name && ch == '%') + uriencode = 1; + else if (s > name && ch == '?') + break; + else if (s < (name + sizeof(name) - 1)) + *s++ = ch; + + *s = '\0'; + + if (s == name && isspace(ch & 255)) + { + fprintf(stderr, "DEBUG: %*sLone { at %ld...\n", indent, "", ftell(in)); + + if (out) + { + putc('{', out); + putc(ch, out); + } + + continue; + } + + if (ch == '}') + fprintf(stderr, "DEBUG: %*s\"{%s}\" at %ld...\n", indent, "", name, + ftell(in)); + + /* + * See if it has a value... + */ + + if (name[0] == '?') + { + /* + * Insert value only if it exists... + */ + + if ((nameptr = strrchr(name, '-')) != NULL && isdigit(nameptr[1] & 255)) + { + *nameptr++ = '\0'; + + if ((value = cgiGetArray(name + 1, atoi(nameptr) - 1)) != NULL) + outptr = value; + else + { + outval[0] = '\0'; + outptr = outval; + } + } + else if ((value = cgiGetArray(name + 1, element)) != NULL) + outptr = value; + else + { + outval[0] = '\0'; + outptr = outval; + } + } + else if (name[0] == '#') + { + /* + * Insert count... + */ + + if (name[1]) + sprintf(outval, "%d", cgiGetSize(name + 1)); + else + sprintf(outval, "%d", element + 1); + + outptr = outval; + } + else if (name[0] == '[') + { + /* + * Loop for # of elements... + */ + + int i; /* Looping var */ + long pos; /* File position */ + int count; /* Number of elements */ + + + if (isdigit(name[1] & 255)) + count = atoi(name + 1); + else + count = cgiGetSize(name + 1); + + pos = ftell(in); + + fprintf(stderr, "DEBUG: %*sLooping on \"%s\" at %ld, count=%d...\n", + indent, "", name + 1, pos, count); + + if (count > 0) + { + for (i = 0; i < count; i ++) + { + if (i) + fseek(in, pos, SEEK_SET); + + cgi_copy(out, in, i, '}', indent + 2); + } + } + else + cgi_copy(NULL, in, 0, '}', indent + 2); + + fprintf(stderr, "DEBUG: %*sFinished looping on \"%s\"...\n", indent, + "", name + 1); + + continue; + } + else + { + /* + * Insert variable or variable name (if element is NULL)... + */ + + if ((nameptr = strrchr(name, '-')) != NULL && isdigit(nameptr[1] & 255)) + { + *nameptr++ = '\0'; + if ((value = cgiGetArray(name, atoi(nameptr) - 1)) == NULL) + { + snprintf(outval, sizeof(outval), "{%s}", name); + outptr = outval; + } + else + outptr = value; + } + else if ((value = cgiGetArray(name, element)) == NULL) + { + snprintf(outval, sizeof(outval), "{%s}", name); + outptr = outval; + } + else + outptr = value; + } + + /* + * See if the terminating character requires another test... + */ + + if (ch == '}') + { + /* + * End of substitution... + */ + + if (out) + { + if (uriencode) + cgi_puturi(outptr, out); + else + cgi_puts(outptr, out); + } + + continue; + } + + /* + * OK, process one of the following checks: + * + * {name?exist:not-exist} Exists? + * {name=value?true:false} Equal + * {name<value?true:false} Less than + * {name>value?true:false} Greater than + * {name!value?true:false} Not equal + */ + + op = ch; + + if (ch == '?') + { + /* + * Test for existance... + */ + + result = cgiGetArray(name, element) != NULL && outptr[0]; + compare[0] = '\0'; + } + else + { + /* + * Compare to a string... + */ + + for (s = compare; (ch = getc(in)) != EOF;) + if (ch == '?') + break; + else if (s >= (compare + sizeof(compare) - 1)) + continue; + else if (ch == '#') + { + sprintf(s, "%d", element + 1); + s += strlen(s); + } + else if (ch == '{') + { + /* + * Grab the value of a variable... + */ + + innerptr = innername; + while ((ch = getc(in)) != EOF && ch != '}') + if (innerptr < (innername + sizeof(innername) - 1)) + *innerptr++ = ch; + *innerptr = '\0'; + + if (innername[0] == '#') + sprintf(s, "%d", cgiGetSize(innername + 1)); + else if ((innerptr = strrchr(innername, '-')) != NULL && + isdigit(innerptr[1] & 255)) + { + *innerptr++ = '\0'; + if ((innerval = cgiGetArray(innername, atoi(innerptr) - 1)) == NULL) + *s = '\0'; + else + strlcpy(s, innerval, sizeof(compare) - (s - compare)); + } + else if (innername[0] == '?') + { + if ((innerval = cgiGetArray(innername + 1, element)) == NULL) + *s = '\0'; + else + strlcpy(s, innerval, sizeof(compare) - (s - compare)); + } + else if ((innerval = cgiGetArray(innername, element)) == NULL) + snprintf(s, sizeof(compare) - (s - compare), "{%s}", innername); + else + strlcpy(s, innerval, sizeof(compare) - (s - compare)); + + s += strlen(s); + } + else if (ch == '\\') + *s++ = getc(in); + else + *s++ = ch; + + *s = '\0'; + + if (ch != '?') + { + fprintf(stderr, + "DEBUG: %*sBad terminator '%c' at file position %ld...\n", + indent, "", ch, ftell(in)); + return; + } + + /* + * Do the comparison... + */ + + switch (op) + { + case '<' : + result = strcasecmp(outptr, compare) < 0; + break; + case '>' : + result = strcasecmp(outptr, compare) > 0; + break; + case '=' : + result = strcasecmp(outptr, compare) == 0; + break; + case '!' : + result = strcasecmp(outptr, compare) != 0; + break; + default : + result = 1; + break; + } + } + + fprintf(stderr, + "DEBUG: %*sStarting \"{%s%c%s\" at %ld, result=%d...\n", + indent, "", name, op, compare, ftell(in), result); + + if (result) + { + /* + * Comparison true; output first part and ignore second... + */ + + fprintf(stderr, "DEBUG: %*sOutput first part...\n", indent, ""); + cgi_copy(out, in, element, ':', indent + 2); + + fprintf(stderr, "DEBUG: %*sSkip second part...\n", indent, ""); + cgi_copy(NULL, in, element, '}', indent + 2); + } + else + { + /* + * Comparison false; ignore first part and output second... + */ + + fprintf(stderr, "DEBUG: %*sSkip first part...\n", indent, ""); + cgi_copy(NULL, in, element, ':', indent + 2); + + fprintf(stderr, "DEBUG: %*sOutput second part...\n", indent, ""); + cgi_copy(out, in, element, '}', indent + 2); + } + + fprintf(stderr, "DEBUG: %*sFinished \"{%s%c%s\", out=%p...\n", indent, "", + name, op, compare, out); + } + else if (ch == '\\') /* Quoted char */ + { + if (out) + putc(getc(in), out); + else + getc(in); + } + else if (out) + putc(ch, out); + + if (ch == EOF) + fprintf(stderr, "DEBUG: %*sReturning at file position %ld on EOF...\n", + indent, "", ftell(in)); + else + fprintf(stderr, + "DEBUG: %*sReturning at file position %ld on character '%c'...\n", + indent, "", ftell(in), ch); + + if (ch == EOF && term) + fprintf(stderr, "ERROR: %*sSaw EOF, expected '%c'!\n", indent, "", term); + + /* + * Flush any pending output... + */ + + if (out) + fflush(out); +} + + +/* + * 'cgi_puts()' - Put a string to the output file, quoting as needed... + */ + +static void +cgi_puts(const char *s, /* I - String to output */ + FILE *out) /* I - Output file */ +{ + while (*s) + { + if (*s == '<') + { + /* + * Pass <A HREF="url"> and </A>, otherwise quote it... + */ + + if (!strncasecmp(s, "<A HREF=\"", 9)) + { + fputs("<A HREF=\"", out); + s += 9; + + while (*s && *s != '\"') + { + if (*s == '&') + fputs("&", out); + else + putc(*s, out); + + s ++; + } + + if (*s) + s ++; + + fputs("\">", out); + } + else if (!strncasecmp(s, "</A>", 4)) + { + fputs("</A>", out); + s += 3; + } + else + fputs("<", out); + } + else if (*s == '>') + fputs(">", out); + else if (*s == '\"') + fputs(""", out); + else if (*s == '&') + fputs("&", out); + else + putc(*s, out); + + s ++; + } +} + + +/* + * 'cgi_puturi()' - Put a URI string to the output file, quoting as needed... + */ + +static void +cgi_puturi(const char *s, /* I - String to output */ + FILE *out) /* I - Output file */ +{ + while (*s) + { + if (strchr("%&+ <>#=", *s) || *s & 128) + fprintf(out, "%%%02X", *s & 255); + else + putc(*s, out); + + s ++; + } +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/testcgi.c b/cgi-bin/testcgi.c new file mode 100644 index 0000000000..e5ac7029d0 --- /dev/null +++ b/cgi-bin/testcgi.c @@ -0,0 +1,84 @@ +/* + * "$Id$" + * + * CGI test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Test the help index code. + * list_nodes() - List nodes in an array... + */ + +/* + * Include necessary headers... + */ + +#include "cgi.h" + + +/* + * 'main()' - Test the CGI code. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + /* + * Test file upload/multi-part submissions... + */ + + freopen("multipart.dat", "rb", stdin); + + putenv("CONTENT_TYPE=multipart/form-data; " + "boundary=---------------------------1977426492562745908748943111"); + putenv("REQUEST_METHOD=POST"); + + printf("cgiInitialize: "); + if (cgiInitialize()) + { + const cgi_file_t *file; /* Upload file */ + + if ((file = cgiGetFile()) != NULL) + { + puts("PASS"); + printf(" tempfile=\"%s\"\n", file->tempfile); + printf(" name=\"%s\"\n", file->name); + printf(" filename=\"%s\"\n", file->filename); + printf(" mimetype=\"%s\"\n", file->mimetype); + } + else + puts("FAIL (no file!)"); + } + else + puts("FAIL (init)"); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/testhi.c b/cgi-bin/testhi.c new file mode 100644 index 0000000000..3270ddd135 --- /dev/null +++ b/cgi-bin/testhi.c @@ -0,0 +1,118 @@ +/* + * "$Id$" + * + * Help index test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Test the help index code. + * list_nodes() - List nodes in an array... + */ + +/* + * Include necessary headers... + */ + +#include "cgi.h" + + +/* + * Local functions... + */ + +static void list_nodes(const char *title, cups_array_t *nodes); + + +/* + * 'main()' - Test the help index code. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + help_index_t *hi, /* Help index */ + *search; /* Search index */ + + + /* + * Load the help index... + */ + + hi = helpLoadIndex("testhi.index", "."); + + list_nodes("nodes", hi->nodes); + list_nodes("sorted", hi->sorted); + + /* + * Do any searches... + */ + + if (argc > 1) + { + search = helpSearchIndex(hi, argv[1], NULL, argv[2]); + + if (search) + { + list_nodes(argv[1], search->sorted); + helpDeleteIndex(search); + } + else + printf("%s (0 nodes)\n", argv[1]); + } + + helpDeleteIndex(hi); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'list_nodes()' - List nodes in an array... + */ + +static void +list_nodes(const char *title, /* I - Title string */ + cups_array_t *nodes) /* I - Nodes */ +{ + int i; /* Looping var */ + help_node_t *node; /* Current node */ + + + printf("%s (%d nodes):\n", title, cupsArrayCount(nodes)); + for (i = 1, node = (help_node_t *)cupsArrayFirst(nodes); + node; + i ++, node = (help_node_t *)cupsArrayNext(nodes)) + if (node->anchor) + printf(" %d: %s#%s \"%s\"\n", i, node->filename, node->anchor, + node->text); + else + printf(" %d: %s \"%s\"\n", i, node->filename, node->text); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/testhi.html b/cgi-bin/testhi.html new file mode 100644 index 0000000000..747b5ea315 --- /dev/null +++ b/cgi-bin/testhi.html @@ -0,0 +1,29 @@ +<HTML> +<HEAD> + <TITLE>Test File for Help Index Code + + + +

This is a test file for the help index code. The help index +code reads plain HTML and indexes the title and any anchored +text, ignoring all other markup. Anchor tags must be on a single +line, although the text they wrap may cross multiple lines and be +up to 1024 bytes in length.

+ +

This is the First Anchor

+ +

This is some text for the first anchor.

+ + +

This is the Second Anchor

+ +

This is some text for the first anchor.

+ + +

This is the Third Anchor

+ +

This is some text for the third anchor. This +is an in-line anchor that crosses a line.

+ + + diff --git a/cgi-bin/testtemplate.c b/cgi-bin/testtemplate.c new file mode 100644 index 0000000000..1311deb50e --- /dev/null +++ b/cgi-bin/testtemplate.c @@ -0,0 +1,112 @@ +/* + * "$Id$" + * + * CGI template test program for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Test the template code. + */ + +/* + * Include necessary headers... + */ + +#include "cgi.h" + + +/* + * 'main()' - Test the template code. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + char *value; /* Value in name=value */ + FILE *out; /* Where to send output */ + + + /* + * Don't buffer stdout or stderr so that the mixed output is sane... + */ + + setbuf(stdout, NULL); + setbuf(stderr, NULL); + + /* + * Loop through the command-line, assigning variables for any args with + * "name=value"... + */ + + out = stdout; + + for (i = 1; i < argc; i ++) + { + if (!strcmp(argv[i], "-o")) + { + i ++; + if (i < argc) + { + out = fopen(argv[i], "w"); + if (!out) + { + perror(argv[i]); + return (1); + } + } + } + else if (!strcmp(argv[i], "-e")) + { + i ++; + + if (i < argc) + { + if (!freopen(argv[i], "w", stderr)) + { + perror(argv[i]); + return (1); + } + } + } + else if (!strcmp(argv[i], "-q")) + freopen("/dev/null", "w", stderr); + else if ((value = strchr(argv[i], '=')) != NULL) + { + *value++ = '\0'; + cgiSetVariable(argv[i], value); + } + else + cgiCopyTemplateFile(out, argv[i]); + } + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/cgi-bin/var.c b/cgi-bin/var.c new file mode 100644 index 0000000000..e64c54dbaa --- /dev/null +++ b/cgi-bin/var.c @@ -0,0 +1,1031 @@ +/* + * "$Id$" + * + * CGI form variable and array functions. + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cgiCheckVariables() - Check for the presence of "required" variables. + * cgiGetArray() - Get an element from a form array... + * cgiGetFile() - Get the file (if any) that was submitted in the form. + * cgiGetSize() - Get the size of a form array value. + * cgiGetVariable() - Get a CGI variable from the database... + * cgiInitialize() - Initialize the CGI variable "database"... + * cgiIsPOST() - Determine whether this page was POSTed. + * cgiSetArray() - Set array element N to the specified string. + * cgiSetSize() - Set the array size. + * cgiSetVariable() - Set a CGI variable in the database... + * cgi_add_variable() - Add a form variable. + * cgi_compare_variables() - Compare two variables. + * cgi_find_variable() - Find a variable... + * cgi_initialize_get() - Initialize form variables using the GET method. + * cgi_initialize_multipart() - Initialize variables and file using the POST method. + * cgi_initialize_post() - Initialize variables using the POST method. + * cgi_initialize_string() - Initialize form variables from a string. + * cgi_passwd() - Catch authentication requests and notify the server. + * cgi_sort_variables() - Sort all form variables for faster lookup. + * cgi_unlink_file() - Remove the uploaded form. + */ + +/*#define DEBUG*/ +#include "cgi-private.h" +#include + + +/* + * Data structure to hold all the CGI form variables and arrays... + */ + +typedef struct /**** Form variable structure ****/ +{ + const char *name; /* Name of variable */ + int nvalues, /* Number of values */ + avalues; /* Number of values allocated */ + const char **values; /* Value(s) of variable */ +} _cgi_var_t; + + +/* + * Local globals... + */ + +static int form_count = 0, /* Form variable count */ + form_alloc = 0; /* Number of variables allocated */ +static _cgi_var_t *form_vars = NULL; + /* Form variables */ +static cgi_file_t *form_file = NULL; + /* Uploaded file */ + + +/* + * Local functions... + */ + +static void cgi_add_variable(const char *name, int element, + const char *value); +static int cgi_compare_variables(const _cgi_var_t *v1, + const _cgi_var_t *v2); +static _cgi_var_t *cgi_find_variable(const char *name); +static int cgi_initialize_get(void); +static int cgi_initialize_multipart(const char *boundary); +static int cgi_initialize_post(void); +static int cgi_initialize_string(const char *data); +static const char *cgi_passwd(const char *prompt); +static void cgi_sort_variables(void); +static void cgi_unlink_file(void); + + +/* + * 'cgiCheckVariables()' - Check for the presence of "required" variables. + * + * Names may be separated by spaces and/or commas. + */ + +int /* O - 1 if all variables present, 0 otherwise */ +cgiCheckVariables(const char *names) /* I - Variables to look for */ +{ + char name[255], /* Current variable name */ + *s; /* Pointer in string */ + const char *val; /* Value of variable */ + int element; /* Array element number */ + + + if (names == NULL) + return (1); + + while (*names != '\0') + { + while (*names == ' ' || *names == ',') + names ++; + + for (s = name; *names != '\0' && *names != ' ' && *names != ','; s ++, names ++) + *s = *names; + + *s = 0; + if (name[0] == '\0') + break; + + if ((s = strrchr(name, '-')) != NULL) + { + *s = '\0'; + element = atoi(s + 1) - 1; + val = cgiGetArray(name, element); + } + else + val = cgiGetVariable(name); + + if (val == NULL) + return (0); + + if (*val == '\0') + return (0); /* Can't be blank, either! */ + } + + return (1); +} + + +/* + * 'cgiGetArray()' - Get an element from a form array... + */ + +const char * /* O - Element value or NULL */ +cgiGetArray(const char *name, /* I - Name of array variable */ + int element) /* I - Element number (0 to N) */ +{ + _cgi_var_t *var; /* Pointer to variable */ + + + if ((var = cgi_find_variable(name)) == NULL) + return (NULL); + + if (var->nvalues == 1) + return (var->values[0]); + + if (element < 0 || element >= var->nvalues) + return (NULL); + + return (var->values[element]); +} + + +/* + * 'cgiGetFile()' - Get the file (if any) that was submitted in the form. + */ + +const cgi_file_t * /* O - Attached file or NULL */ +cgiGetFile(void) +{ + return (form_file); +} + + +/* + * 'cgiGetSize()' - Get the size of a form array value. + */ + +int /* O - Number of elements */ +cgiGetSize(const char *name) /* I - Name of variable */ +{ + _cgi_var_t *var; /* Pointer to variable */ + + + if ((var = cgi_find_variable(name)) == NULL) + return (0); + + return (var->nvalues); +} + + +/* + * 'cgiGetVariable()' - Get a CGI variable from the database... + * + * Returns NULL if the variable doesn't exist. If the variable is an + * array of values, returns the last element... + */ + +const char * /* O - Value of variable */ +cgiGetVariable(const char *name) /* I - Name of variable */ +{ + const _cgi_var_t *var; /* Returned variable */ + + + var = cgi_find_variable(name); + +#ifdef DEBUG + if (var == NULL) + printf("cgiGetVariable(\"%s\") is returning NULL...\n", name); + else + printf("cgiGetVariable(\"%s\") is returning \"%s\"...\n", name, + var->values[var->nvalues - 1]); +#endif /* DEBUG */ + + return ((var == NULL) ? NULL : var->values[var->nvalues - 1]); +} + + +/* + * 'cgiInitialize()' - Initialize the CGI variable "database"... + */ + +int /* O - Non-zero if there was form data */ +cgiInitialize(void) +{ + const char *method; /* Form posting method */ + const char *content_type; /* Content-Type of post data */ + + + /* + * Setup a password callback for authentication... + */ + + cupsSetPasswordCB(cgi_passwd); + + /* + * Set the locale so that times, etc. are formatted properly... + */ + + setlocale(LC_ALL, ""); + +#ifdef DEBUG + /* + * Disable output buffering to find bugs... + */ + + setbuf(stdout, NULL); + puts("Content-type: text/plain\n"); +#endif /* DEBUG */ + + /* + * Get the request method (GET or POST)... + */ + + method = getenv("REQUEST_METHOD"); + content_type = getenv("CONTENT_TYPE"); + if (!method) + return (0); + + /* + * Grab form data from the corresponding location... + */ + + if (!strcasecmp(method, "GET")) + return (cgi_initialize_get()); + else if (!strcasecmp(method, "POST") && content_type) + { + const char *boundary = strstr(content_type, "boundary="); + + if (boundary) + boundary += 9; + + if (content_type && !strncmp(content_type, "multipart/form-data; ", 21)) + return (cgi_initialize_multipart(boundary)); + else + return (cgi_initialize_post()); + } + else + return (0); +} + + +/* + * 'cgiIsPOST()' - Determine whether this page was POSTed. + */ + +int /* O - 1 if POST, 0 if GET */ +cgiIsPOST(void) +{ + const char *method; /* REQUEST_METHOD environment variable */ + + + if ((method = getenv("REQUEST_METHOD")) == NULL) + return (0); + else + return (!strcmp(method, "POST")); +} + + +/* + * 'cgiSetArray()' - Set array element N to the specified string. + * + * If the variable array is smaller than (element + 1), the intervening + * elements are set to NULL. + */ + +void +cgiSetArray(const char *name, /* I - Name of variable */ + int element, /* I - Element number (0 to N) */ + const char *value) /* I - Value of variable */ +{ + int i; /* Looping var */ + _cgi_var_t *var; /* Returned variable */ + + + if (name == NULL || value == NULL || element < 0 || element > 100000) + return; + + if ((var = cgi_find_variable(name)) == NULL) + { + cgi_add_variable(name, element, value); + cgi_sort_variables(); + } + else + { + if (element >= var->avalues) + { + var->avalues = element + 16; + var->values = (const char **)realloc((void *)(var->values), + sizeof(char *) * var->avalues); + } + + if (element >= var->nvalues) + { + for (i = var->nvalues; i < element; i ++) + var->values[i] = NULL; + + var->nvalues = element + 1; + } + else if (var->values[element]) + free((char *)var->values[element]); + + var->values[element] = strdup(value); + } +} + + +/* + * 'cgiSetSize()' - Set the array size. + */ + +void +cgiSetSize(const char *name, /* I - Name of variable */ + int size) /* I - Number of elements (0 to N) */ +{ + int i; /* Looping var */ + _cgi_var_t *var; /* Returned variable */ + + + if (name == NULL || size < 0 || size > 100000) + return; + + if ((var = cgi_find_variable(name)) == NULL) + return; + + if (size >= var->avalues) + { + var->avalues = size + 16; + var->values = (const char **)realloc((void *)(var->values), + sizeof(char *) * var->avalues); + } + + if (size > var->nvalues) + { + for (i = var->nvalues; i < size; i ++) + var->values[i] = NULL; + } + else if (size < var->nvalues) + { + for (i = size; i < var->nvalues; i ++) + if (var->values[i]) + free((void *)(var->values[i])); + } + + var->nvalues = size; +} + + +/* + * 'cgiSetVariable()' - Set a CGI variable in the database... + * + * If the variable is an array, this truncates the array to a single element. + */ + +void +cgiSetVariable(const char *name, /* I - Name of variable */ + const char *value) /* I - Value of variable */ +{ + int i; /* Looping var */ + _cgi_var_t *var; /* Returned variable */ + + + if (name == NULL || value == NULL) + return; + + if ((var = cgi_find_variable(name)) == NULL) + { + cgi_add_variable(name, 0, value); + cgi_sort_variables(); + } + else + { + for (i = 0; i < var->nvalues; i ++) + if (var->values[i]) + free((char *)var->values[i]); + + var->values[0] = strdup(value); + var->nvalues = 1; + } +} + + +/* + * 'cgi_add_variable()' - Add a form variable. + */ + +static void +cgi_add_variable(const char *name, /* I - Variable name */ + int element, /* I - Array element number */ + const char *value) /* I - Variable value */ +{ + _cgi_var_t *var; /* New variable */ + + + if (name == NULL || value == NULL || element < 0 || element > 100000) + return; + +#ifdef DEBUG + printf("Adding variable \'%s\' with value \'%s\'...\n", name, value); +#endif /* DEBUG */ + + if (form_count >= form_alloc) + { + if (form_alloc == 0) + form_vars = malloc(sizeof(_cgi_var_t) * 16); + else + form_vars = realloc(form_vars, (form_alloc + 16) * sizeof(_cgi_var_t)); + + form_alloc += 16; + } + + var = form_vars + form_count; + var->name = strdup(name); + var->nvalues = element + 1; + var->avalues = element + 1; + var->values = calloc(element + 1, sizeof(char *)); + var->values[element] = strdup(value); + + form_count ++; +} + + +/* + * 'cgi_compare_variables()' - Compare two variables. + */ + +static int /* O - Result of comparison */ +cgi_compare_variables( + const _cgi_var_t *v1, /* I - First variable */ + const _cgi_var_t *v2) /* I - Second variable */ +{ + return (strcasecmp(v1->name, v2->name)); +} + + +/* + * 'cgi_find_variable()' - Find a variable... + */ + +static _cgi_var_t * /* O - Variable pointer or NULL */ +cgi_find_variable(const char *name) /* I - Name of variable */ +{ + _cgi_var_t key; /* Search key */ + + + if (form_count < 1 || name == NULL) + return (NULL); + + key.name = name; + + return ((_cgi_var_t *)bsearch(&key, form_vars, form_count, sizeof(_cgi_var_t), + (int (*)(const void *, const void *))cgi_compare_variables)); +} + + +/* + * 'cgi_initialize_get()' - Initialize form variables using the GET method. + */ + +static int /* O - 1 if form data read */ +cgi_initialize_get(void) +{ + char *data; /* Pointer to form data string */ + + +#ifdef DEBUG + puts("Initializing variables using GET method..."); +#endif /* DEBUG */ + + /* + * Check to see if there is anything for us to read... + */ + + data = getenv("QUERY_STRING"); + if (data == NULL || strlen(data) == 0) + return (0); + + /* + * Parse it out and return... + */ + + return (cgi_initialize_string(data)); +} + + +/* + * 'cgi_initialize_multipart()' - Initialize variables and file using the POST method. + * + * TODO: Update to support files > 2GB. + */ + +static int /* O - 1 if form data was read */ +cgi_initialize_multipart( + const char *boundary) /* I - Boundary string */ +{ + char line[10240], /* MIME header line */ + name[1024], /* Form variable name */ + filename[1024], /* Form filename */ + mimetype[1024], /* MIME media type */ + bstring[256], /* Boundary string to look for */ + *ptr, /* Pointer into name/filename */ + *end; /* End of buffer */ + int ch, /* Character from file */ + fd, /* Temporary file descriptor */ + blen; /* Length of boundary string */ + + + DEBUG_printf(("cgi_initialize_multipart(boundary=\"%s\")\n", boundary)); + + /* + * Read multipart form data until we run out... + */ + + name[0] = '\0'; + filename[0] = '\0'; + mimetype[0] = '\0'; + + snprintf(bstring, sizeof(bstring), "\r\n--%s", boundary); + blen = strlen(bstring); + + while (fgets(line, sizeof(line), stdin)) + { + if (!strcmp(line, "\r\n")) + { + /* + * End of headers, grab value... + */ + + if (filename[0]) + { + /* + * Read an embedded file... + */ + + if (form_file) + { + /* + * Remove previous file... + */ + + cgi_unlink_file(); + } + + /* + * Allocate memory for the new file... + */ + + if ((form_file = calloc(1, sizeof(cgi_file_t))) == NULL) + return (0); + + form_file->name = strdup(name); + form_file->filename = strdup(filename); + form_file->mimetype = strdup(mimetype); + + fd = cupsTempFd(form_file->tempfile, sizeof(form_file->tempfile)); + + if (fd < 0) + return (0); + + atexit(cgi_unlink_file); + + /* + * Copy file data to the temp file... + */ + + ptr = line; + + while ((ch = getchar()) != EOF) + { + *ptr++ = ch; + + if ((ptr - line) >= blen && !memcmp(ptr - blen, bstring, blen)) + { + ptr -= blen; + break; + } + + if ((ptr - line - blen) >= 8192) + { + /* + * Write out the first 8k of the buffer... + */ + + write(fd, line, 8192); + memmove(line, line + 8192, ptr - line - 8192); + ptr -= 8192; + } + } + + /* + * Write the rest of the data and close the temp file... + */ + + if (ptr > line) + write(fd, line, ptr - line); + + close(fd); + } + else + { + /* + * Just get a form variable; the current code only handles + * form values up to 10k in size... + */ + + ptr = line; + end = line + sizeof(line) - 1; + + while ((ch = getchar()) != EOF) + { + if (ptr < end) + *ptr++ = ch; + + if ((ptr - line) >= blen && !memcmp(ptr - blen, bstring, blen)) + { + ptr -= blen; + break; + } + } + + *ptr = '\0'; + + /* + * Set the form variable... + */ + + if ((ptr = strrchr(name, '-')) != NULL && isdigit(ptr[1] & 255)) + { + /* + * Set a specific index in the array... + */ + + *ptr++ = '\0'; + if (line[0]) + cgiSetArray(name, atoi(ptr) - 1, line); + } + else if (cgiGetVariable(name)) + { + /* + * Add another element in the array... + */ + + cgiSetArray(name, cgiGetSize(name), line); + } + else + { + /* + * Just set the line... + */ + + cgiSetVariable(name, line); + } + } + + /* + * Read the rest of the current line... + */ + + fgets(line, sizeof(line), stdin); + + /* + * Clear the state vars... + */ + + name[0] = '\0'; + filename[0] = '\0'; + mimetype[0] = '\0'; + } + else if (!strncasecmp(line, "Content-Disposition:", 20)) + { + if ((ptr = strstr(line + 20, " name=\"")) != NULL) + { + strlcpy(name, ptr + 7, sizeof(name)); + + if ((ptr = strchr(name, '\"')) != NULL) + *ptr = '\0'; + } + + if ((ptr = strstr(line + 20, " filename=\"")) != NULL) + { + strlcpy(filename, ptr + 11, sizeof(filename)); + + if ((ptr = strchr(filename, '\"')) != NULL) + *ptr = '\0'; + } + } + else if (!strncasecmp(line, "Content-Type:", 13)) + { + for (ptr = line + 13; isspace(*ptr & 255); ptr ++); + + strlcpy(mimetype, ptr, sizeof(mimetype)); + + for (ptr = mimetype + strlen(mimetype) - 1; + ptr > mimetype && isspace(*ptr & 255); + *ptr-- = '\0'); + } + } + + /* + * Return 1 for "form data found"... + */ + + return (1); +} + + +/* + * 'cgi_initialize_post()' - Initialize variables using the POST method. + */ + +static int /* O - 1 if form data was read */ +cgi_initialize_post(void) +{ + char *content_length, /* Length of input data (string) */ + *data; /* Pointer to form data string */ + int length, /* Length of input data */ + nbytes, /* Number of bytes read this read() */ + tbytes, /* Total number of bytes read */ + status; /* Return status */ + + +#ifdef DEBUG + puts("Initializing variables using POST method..."); +#endif /* DEBUG */ + + /* + * Check to see if there is anything for us to read... + */ + + content_length = getenv("CONTENT_LENGTH"); + if (content_length == NULL || atoi(content_length) <= 0) + return (0); + + /* + * Get the length of the input stream and allocate a buffer for it... + */ + + length = atoi(content_length); + data = malloc(length + 1); + + if (data == NULL) + return (0); + + /* + * Read the data into the buffer... + */ + + for (tbytes = 0; tbytes < length; tbytes += nbytes) + if ((nbytes = read(0, data + tbytes, length - tbytes)) < 0) + if (errno != EAGAIN) + { + free(data); + return (0); + } + + data[length] = '\0'; + + /* + * Parse it out... + */ + + status = cgi_initialize_string(data); + + /* + * Free the data and return... + */ + + free(data); + + return (status); +} + + +/* + * 'cgi_initialize_string()' - Initialize form variables from a string. + */ + +static int /* O - 1 if form data was processed */ +cgi_initialize_string(const char *data) /* I - Form data string */ +{ + int done; /* True if we're done reading a form variable */ + char *s, /* Pointer to current form string */ + ch, /* Temporary character */ + name[255], /* Name of form variable */ + value[65536]; /* Variable value... */ + + + /* + * Check input... + */ + + if (data == NULL) + return (0); + + /* + * Loop until we've read all the form data... + */ + + while (*data != '\0') + { + /* + * Get the variable name... + */ + + for (s = name; *data != '\0'; data ++) + if (*data == '=') + break; + else if (*data >= ' ' && s < (name + sizeof(name) - 1)) + *s++ = *data; + + *s = '\0'; + if (*data == '=') + data ++; + else + return (0); + + /* + * Read the variable value... + */ + + for (s = value, done = 0; !done && *data != '\0'; data ++) + switch (*data) + { + case '&' : /* End of data... */ + done = 1; + break; + + case '+' : /* Escaped space character */ + if (s < (value + sizeof(value) - 1)) + *s++ = ' '; + break; + + case '%' : /* Escaped control character */ + /* + * Read the hex code... + */ + + if (s < (value + sizeof(value) - 1)) + { + data ++; + ch = *data - '0'; + if (ch > 9) + ch -= 7; + *s = ch << 4; + + data ++; + ch = *data - '0'; + if (ch > 9) + ch -= 7; + *s++ |= ch; + } + else + data += 2; + break; + + default : /* Other characters come straight through */ + if (*data >= ' ' && s < (value + sizeof(value) - 1)) + *s++ = *data; + break; + } + + *s = '\0'; /* nul terminate the string */ + + /* + * Remove trailing whitespace... + */ + + if (s > value) + s --; + + while (s >= value && *s == ' ') + *s-- = '\0'; + + /* + * Add the string to the variable "database"... + */ + + if ((s = strrchr(name, '-')) != NULL && isdigit(s[1] & 255)) + { + *s++ = '\0'; + if (value[0]) + cgiSetArray(name, atoi(s) - 1, value); + } + else if (cgiGetVariable(name) != NULL) + cgiSetArray(name, cgiGetSize(name), value); + else + cgiSetVariable(name, value); + } + + return (1); +} + + +/* + * 'cgi_passwd()' - Catch authentication requests and notify the server. + * + * This function sends a Status header and exits, forcing authentication + * for this request. + */ + +static const char * /* O - NULL (no return) */ +cgi_passwd(const char *prompt) /* I - Prompt (not used) */ +{ + (void)prompt; + + fprintf(stderr, "DEBUG: cgi_passwd(prompt=\"%s\") called!\n", + prompt ? prompt : "(null)"); + + /* + * Send a 401 (unauthorized) status to the server, so it can notify + * the client that authentication is required. + */ + + puts("Status: 401\n"); + exit(0); + + /* + * This code is never executed, but is present to satisfy the compiler. + */ + + return (NULL); +} + + +/* + * 'cgi_sort_variables()' - Sort all form variables for faster lookup. + */ + +static void +cgi_sort_variables(void) +{ +#ifdef DEBUG + int i; + + + puts("Sorting variables..."); +#endif /* DEBUG */ + + if (form_count < 2) + return; + + qsort(form_vars, form_count, sizeof(_cgi_var_t), + (int (*)(const void *, const void *))cgi_compare_variables); + +#ifdef DEBUG + puts("Sorted variable list is:"); + for (i = 0; i < form_count; i ++) + printf("%d: %s (%d) = \"%s\" ...\n", i, form_vars[i].name, + form_vars[i].nvalues, form_vars[i].values[0]); +#endif /* DEBUG */ +} + + +/* + * 'cgi_unlink_file()' - Remove the uploaded form. + */ + +static void +cgi_unlink_file(void) +{ + if (form_file) + { + /* + * Remove the temporary file... + */ + + unlink(form_file->tempfile); + + /* + * Free memory used... + */ + + free(form_file->name); + free(form_file->filename); + free(form_file->mimetype); + free(form_file); + + form_file = NULL; + } +} + + +/* + * End of "$Id$". + */ diff --git a/conf/Makefile b/conf/Makefile new file mode 100644 index 0000000000..af0ddbb5af --- /dev/null +++ b/conf/Makefile @@ -0,0 +1,106 @@ +# +# "$Id$" +# +# Configuration file makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1993-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +# +# Config files... +# + +KEEP = cupsd.conf +REPLACE = mime.convs mime.types + + +# +# Make everything... +# + +all: + + +# +# Clean all config and object files... +# + +clean: + + +# +# Dummy depend... +# + +depend: + + +# +# Install files... +# + +install: all + $(INSTALL_DIR) -m 755 $(SERVERROOT) + for file in $(KEEP); do \ + if test -r $(SERVERROOT)/$$file ; then \ + $(INSTALL_CONFIG) $$file $(SERVERROOT)/$$file.N ; \ + chgrp $(CUPS_GROUP) $(SERVERROOT)/$$file.N || true; \ + else \ + $(INSTALL_CONFIG) $$file $(SERVERROOT) ; \ + chgrp $(CUPS_GROUP) $(SERVERROOT)/$$file || true; \ + fi ; \ + done + $(INSTALL_CONFIG) cupsd.conf $(SERVERROOT)/cupsd.conf.default + -chgrp $(CUPS_GROUP) $(SERVERROOT)/cupsd.conf.default + for file in $(REPLACE); do \ + if test -r $(SERVERROOT)/$$file ; then \ + $(MV) $(SERVERROOT)/$$file $(SERVERROOT)/$$file.O ; \ + fi ; \ + $(INSTALL_DATA) $$file $(SERVERROOT) ; \ + done + -if test x$(PAMDIR) != x; then \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)$(PAMDIR); \ + if test -r $(BUILDROOT)$(PAMDIR)/cups/$(PAMFILE) ; then \ + $(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups.N ; \ + else \ + $(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups ; \ + fi ; \ + fi + + +# +# Uninstall files... +# + +uninstall: + for file in $(KEEP) $(REPLACE) cupsd.conf.default; do \ + $(RM) $(SERVERROOT)/$$file; \ + done + -$(RMDIR) $(SERVERROOT) + -if test x$(PAMDIR) != x; then \ + $(RM) $(BUILDROOT)$(PAMDIR)/cups; \ + $(RMDIR) $(BUILDROOT)$(PAMDIR); \ + fi + + +# +# End of "$Id$". +# diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in new file mode 100644 index 0000000000..aa558ce53f --- /dev/null +++ b/conf/cupsd.conf.in @@ -0,0 +1,77 @@ +# +# "$Id$" +# +# Sample configuration file for the Common UNIX Printing System (CUPS) +# scheduler. See "man cupsd.conf" for a complete description of this +# file. +# + +# Log general information in error_log - change "info" to "debug" for +# troubleshooting... +LogLevel info + +# Administrator user group... +SystemGroup @CUPS_SYSTEM_GROUPS@ + +# Only listen for connections from the local machine. +Listen localhost:@DEFAULT_IPP_PORT@ +@CUPS_LISTEN_DOMAINSOCKET@ + +# Show shared printers on the local network. +Browsing On +BrowseOrder allow,deny +BrowseAllow @LOCAL + +# Default authentication type, when authentication is required... +DefaultAuthType Basic + +# Restrict access to the server... + + Order allow,deny + Allow localhost + + +# Restrict access to the admin pages... + +@ENCRYPTION_REQUIRED@ + Order allow,deny + Allow localhost + + +# Restrict access to configuration files... + + AuthType Basic + Require user @SYSTEM + Order allow,deny + Allow localhost + + +# Set the default printer/job policies... + + # Job-related operations must be done by the owner or an adminstrator... + + Require user @OWNER @SYSTEM + Order deny,allow + + + # All administration operations require an adminstrator to authenticate... + + AuthType Basic + Require user @SYSTEM + Order deny,allow + + + # Only the owner or an administrator can cancel or authenticate a job... + + Require user @OWNER @SYSTEM + Order deny,allow + + + + Order deny,allow + + + +# +# End of "$Id$". +# diff --git a/conf/mime.convs b/conf/mime.convs new file mode 100644 index 0000000000..f07342df80 --- /dev/null +++ b/conf/mime.convs @@ -0,0 +1,118 @@ +# +# "$Id: mime.convs 5402 2006-04-14 19:21:03Z mike $" +# +# MIME converts file for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2005 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +######################################################################## +# +# Format of Lines: +# +# source/type destination/type cost filter +# +# General Notes: +# +# The "cost" field is used to find the least costly filters to run +# when converting a job file to a printable format. +# +# All filters *must* accept the standard command-line arguments +# (job-id, user, title, copies, options, [filename or stdin]) to +# work with CUPS. +# + +######################################################################## +# +# PostScript filters +# + +application/pdf application/postscript 33 pdftops +application/postscript application/vnd.cups-postscript 66 pstops +application/vnd.hp-HPGL application/postscript 66 hpgltops +application/x-cshell application/postscript 33 texttops +application/x-csource application/postscript 33 texttops +application/x-perl application/postscript 33 texttops +application/x-shell application/postscript 33 texttops +text/plain application/postscript 33 texttops +text/html application/postscript 33 texttops +image/gif application/vnd.cups-postscript 66 imagetops +image/png application/vnd.cups-postscript 66 imagetops +image/jpeg application/vnd.cups-postscript 66 imagetops +image/tiff application/vnd.cups-postscript 66 imagetops +image/x-bitmap application/vnd.cups-postscript 66 imagetops +image/x-photocd application/vnd.cups-postscript 66 imagetops +image/x-portable-anymap application/vnd.cups-postscript 66 imagetops +image/x-portable-bitmap application/vnd.cups-postscript 66 imagetops +image/x-portable-graymap application/vnd.cups-postscript 66 imagetops +image/x-portable-pixmap application/vnd.cups-postscript 66 imagetops +image/x-sgi-rgb application/vnd.cups-postscript 66 imagetops +image/x-xbitmap application/vnd.cups-postscript 66 imagetops +image/x-xpixmap application/vnd.cups-postscript 66 imagetops +#image/x-xwindowdump application/vnd.cups-postscript 66 imagetops +image/x-sun-raster application/vnd.cups-postscript 66 imagetops + + +######################################################################## +# +# Form filter... +# +# This filter does not currently exist, but the file format is defined +# in the IDD and registered with the IANA for future use... +# + +#application/vnd.cups-form application/vnd.cups-postscript 33 formtops + +######################################################################## +# +# Raster filters... +# + +image/gif application/vnd.cups-raster 100 imagetoraster +image/png application/vnd.cups-raster 100 imagetoraster +image/jpeg application/vnd.cups-raster 100 imagetoraster +image/tiff application/vnd.cups-raster 100 imagetoraster +image/x-bitmap application/vnd.cups-raster 100 imagetoraster +image/x-photocd application/vnd.cups-raster 100 imagetoraster +image/x-portable-anymap application/vnd.cups-raster 100 imagetoraster +image/x-portable-bitmap application/vnd.cups-raster 100 imagetoraster +image/x-portable-graymap application/vnd.cups-raster 100 imagetoraster +image/x-portable-pixmap application/vnd.cups-raster 100 imagetoraster +image/x-sgi-rgb application/vnd.cups-raster 100 imagetoraster +image/x-xbitmap application/vnd.cups-raster 100 imagetoraster +image/x-xpixmap application/vnd.cups-raster 100 imagetoraster +#image/x-xwindowdump application/vnd.cups-raster 100 imagetoraster +image/x-sun-raster application/vnd.cups-raster 100 imagetoraster + +# pstoraster is now part of ESP Ghostscript... +#application/vnd.cups-postscript application/vnd.cups-raster 100 pstoraster + +######################################################################## +# +# Raw filter... +# +# Uncomment the following filter to allow printing of arbitrary files +# without the -oraw option. +# + +#application/octet-stream application/vnd.cups-raw 0 - + +# +# End of "$Id: mime.convs 5402 2006-04-14 19:21:03Z mike $". +# diff --git a/conf/mime.types b/conf/mime.types new file mode 100644 index 0000000000..e5a522df51 --- /dev/null +++ b/conf/mime.types @@ -0,0 +1,171 @@ +# +# "$Id: mime.types 6003 2006-10-02 16:26:04Z mike $" +# +# MIME types file for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2005 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +######################################################################## +# +# Format of Lines: +# +# super/type rules +# +# "rules" can be any combination of: +# +# ( expr ) Parenthesis for expression grouping +# + Logical AND +# , or whitespace Logical OR +# ! Logical NOT +# match("pattern") Pattern match on filename +# extension Pattern match on "*.extension" +# ascii(offset,length) True if bytes are valid printable ASCII +# (CR, NL, TAB, BS, 32-126) +# printable(offset,length) True if bytes are printable 8-bit chars +# (CR, NL, TAB, BS, 32-126, 128-254) +# string(offset,"string") True if bytes are identical to string +# istring(offset,"string") True if bytes are identical to +# case-insensitive string +# char(offset,value) True if byte is identical +# short(offset,value) True if 16-bit integer is identical +# int(offset,value) True if 32-bit integer is identical +# locale("string") True if current locale matches string +# contains(offset,range,"string") True if the range contains the string +# +# General Notes: +# +# MIME type names are case-insensitive. Internally they are converted +# to lowercase. Multiple occurrences of a type will cause the provided +# rules to be appended to the existing definition. Type names are sorted +# in ascending order, so if two types use the same rules to resolve a type +# (e.g. doc extension for two types), the returned type will be the first +# type in the sorted list. +# +# The "printable" rule differs from the "ascii" rule in that it also +# accepts 8-bit characters in the range 128-255. +# +# String constants must be surrounded by "" if they contain whitespace. +# To insert binary data into a string, use the notation. +# + +######################################################################## +# +# Application-generated files... +# + +#application/msword doc string(0,) +application/pdf pdf string(0,%PDF) +application/postscript ai eps ps string(0,%!) string(0,<04>%!) \ + contains(0,128,<1B>%-12345X) + \ + (contains(0,1024,"LANGUAGE=POSTSCRIPT") \ + contains(0,1024,"LANGUAGE = Postscript") \ + contains(0,1024,"LANGUAGE = PostScript") \ + contains(0,1024,"LANGUAGE = POSTSCRIPT") \ + (contains(0,1024,<0a>%!) + \ + !contains(0,1024,"ENTER LANGUAGE"))) +application/vnd.hp-HPGL hpgl string(0,<1B>&)\ + string(0,<1B>E<1B>%0B) \ + string(0,<1B>%-1B) string(0,<201B>)\ + string(0,BP;) string(0,IN;) string(0,DF;) \ + string(0,BPINPS;) \ + (contains(0,128,<1B>%-12345X) + \ + (contains(0,1024,"LANGUAGE=HPGL") \ + contains(0,1024,"LANGUAGE = HPGL"))) + +######################################################################## +# +# Image files... +# + +image/gif gif string(0,GIF87a) string(0,GIF89a) +image/png png string(0,<89>PNG) +image/jpeg jpeg jpg jpe string(0,) &&\ + (char(3,0xe0) char(3,0xe1) char(3,0xe2) char(3,0xe3)\ + char(3,0xe4) char(3,0xe5) char(3,0xe6) char(3,0xe7)\ + char(3,0xe8) char(3,0xe9) char(3,0xea) char(3,0xeb)\ + char(3,0xec) char(3,0xed) char(3,0xee) char(3,0xef)) +image/tiff tiff tif string(0,MM) string(0,II) +image/x-photocd pcd string(2048,PCD_IPI) +image/x-portable-anymap pnm +image/x-portable-bitmap pbm string(0,P1) string(0,P4) +image/x-portable-graymap pgm string(0,P2) string(0,P5) +image/x-portable-pixmap ppm string(0,P3) string(0,P6) +image/x-sgi-rgb rgb sgi bw icon short(0,474) +image/x-xbitmap xbm +image/x-xpixmap xpm ascii(0,1024) + string(3,"XPM") +#image/x-xwindowdump xwd string(4,<00000007>) +image/x-sun-raster ras string(0,<59a66a95>) + +#image/fpx fpx +image/x-alias pix short(8,8) short(8,24) +image/x-bitmap bmp string(0,BM) && !printable(2,14) +image/x-icon ico + +######################################################################## +# +# Text files... +# + +application/x-cshell csh printable(0,1024) + string(0,#!) +\ + (contains(2,80,/csh) contains(2,80,/tcsh)) +application/x-perl pl printable(0,1024) + string(0,#!) +\ + contains(2,80,/perl) +application/x-shell sh printable(0,1024) + string(0,#!) +\ + (contains(2,80,/bash) contains(2,80,/ksh)\ + contains(2,80,/sh) contains(2,80,/zsh)) +application/x-csource c cxx cpp cc C h hpp \ + printable(0,1024) + \ + (string(0,/*) string(0,//) + string(0,#include) contains(0,1024,<0a>#include) \ + string(0,#define) contains(0,1024,<0a>#define)) +text/html html htm printable(0,1024) +\ + (istring(0,"") istring(0,"") +application/vnd.cups-pdf +application/vnd.cups-postscript +application/vnd.cups-ppd ppd string(0,"*PPD-Adobe:") +application/vnd.cups-raster string(0,"RaSt") string(0,"tSaR") +application/vnd.cups-raw (string(0,<1B>E) + !string(2,<1B>%0B)) \ + string(0,<1B>@) \ + (contains(0,128,<1B>%-12345X) + \ + (contains(0,4096,"LANGUAGE=PCL") \ + contains(0,4096,"LANGUAGE = PCL"))) + +######################################################################## +# +# Raw print file support... +# +# Comment the following type to prevent raw file printing. +# + +application/octet-stream + +# +# End of "$Id: mime.types 6003 2006-10-02 16:26:04Z mike $". +# diff --git a/conf/pam.darwin b/conf/pam.darwin new file mode 100644 index 0000000000..ff724da4d6 --- /dev/null +++ b/conf/pam.darwin @@ -0,0 +1,7 @@ +# cups: auth account password session +auth sufficient pam_securityserver.so +auth sufficient pam_unix.so +auth required pam_deny.so +account required pam_permit.so +password required pam_deny.so +session required pam_permit.so diff --git a/conf/pam.irix b/conf/pam.irix new file mode 100644 index 0000000000..476383acb5 --- /dev/null +++ b/conf/pam.irix @@ -0,0 +1,3 @@ +#%PAM-1.0 +auth required pam_unix.so shadow nodelay nullok +account required pam_unix.so diff --git a/conf/pam.std.in b/conf/pam.std.in new file mode 100644 index 0000000000..3ddcdd0d35 --- /dev/null +++ b/conf/pam.std.in @@ -0,0 +1,2 @@ +auth required @PAMMOD@ nullok shadow +account required @PAMMOD@ diff --git a/config-scripts/cups-3264.m4 b/config-scripts/cups-3264.m4 new file mode 100644 index 0000000000..1ce80df9d0 --- /dev/null +++ b/config-scripts/cups-3264.m4 @@ -0,0 +1,149 @@ +dnl +dnl "$Id$" +dnl +dnl 32/64-bit library support stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl Setup support for separate 32/64-bit library generation... +AC_ARG_ENABLE(32bit, [ --enable-32bit generate 32-bit libraries on 32/64-bit systems, default=no]) + +INSTALL32="" +LIB32CUPS="" +LIB32CUPSIMAGE="" +LIB32DIR="" +UNINSTALL32="" + +AC_SUBST(INSTALL32) +AC_SUBST(LIB32CUPS) +AC_SUBST(LIB32CUPSIMAGE) +AC_SUBST(LIB32DIR) +AC_SUBST(UNINSTALL32) + +AC_ARG_ENABLE(64bit, [ --enable-64bit generate 64-bit libraries on 32/64-bit systems, default=no]) + +INSTALL64="" +LIB64CUPS="" +LIB64CUPSIMAGE="" +LIB64DIR="" +UNINSTALL64="" + +AC_SUBST(INSTALL64) +AC_SUBST(LIB64CUPS) +AC_SUBST(LIB64CUPSIMAGE) +AC_SUBST(LIB64DIR) +AC_SUBST(UNINSTALL64) + +case "$uname" in + HP-UX*) + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + INSTALL32="install32bit" + LIB32CUPS="32bit/libcups.so.2" + LIB32CUPSIMAGE="32bit/libcupsimage.so.2" + LIB32DIR="$exec_prefix/lib" + if test -d /usr/lib/hpux32; then + LIB32DIR="${LIB32DIR}/hpux32" + fi + UNINSTALL32="uninstall32bit" + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + INSTALL64="install64bit" + LIB64CUPS="64bit/libcups.so.2" + LIB64CUPSIMAGE="64bit/libcupsimage.so.2" + LIB64DIR="$exec_prefix/lib" + if test -d /usr/lib/hpux64; then + LIB64DIR="${LIB64DIR}/hpux64" + fi + UNINSTALL64="uninstall64bit" + fi + ;; + + IRIX) + if test "x$enable_32bit" = xyes; then + INSTALL32="install32bit" + LIB32CUPS="32bit/libcups.so.2" + LIB32CUPSIMAGE="32bit/libcupsimage.so.2" + LIB32DIR="$prefix/lib32" + UNINSTALL32="uninstall32bit" + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + INSTALL64="install64bit" + LIB64CUPS="64bit/libcups.so.2" + LIB64CUPSIMAGE="64bit/libcupsimage.so.2" + LIB64DIR="$prefix/lib64" + UNINSTALL64="uninstall64bit" + fi + ;; + + Linux*) + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + INSTALL32="install32bit" + LIB32CUPS="32bit/libcups.so.2" + LIB32CUPSIMAGE="32bit/libcupsimage.so.2" + LIB32DIR="$exec_prefix/lib" + if test -d /usr/lib32; then + LIB32DIR="${LIB32DIR}32" + fi + UNINSTALL32="uninstall32bit" + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + INSTALL64="install64bit" + LIB64CUPS="64bit/libcups.so.2" + LIB64CUPSIMAGE="64bit/libcupsimage.so.2" + LIB64DIR="$exec_prefix/lib" + if test -d /usr/lib64; then + LIB64DIR="${LIB64DIR}64" + fi + UNINSTALL64="uninstall64bit" + fi + ;; + + SunOS*) + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + INSTALL32="install32bit" + LIB32CUPS="32bit/libcups.so.2" + LIB32CUPSIMAGE="32bit/libcupsimage.so.2" + LIB32DIR="$exec_prefix/lib/32" + UNINSTALL32="uninstall32bit" + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + INSTALL64="install64bit" + LIB64CUPS="64bit/libcups.so.2" + LIB64CUPSIMAGE="64bit/libcupsimage.so.2" + LIB64DIR="$exec_prefix/lib/64" + UNINSTALL64="uninstall64bit" + fi + ;; +esac + +dnl +dnl End of "$Id$". +dnl diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 new file mode 100644 index 0000000000..7e92cc00fa --- /dev/null +++ b/config-scripts/cups-common.m4 @@ -0,0 +1,268 @@ +dnl +dnl "$Id: cups-common.m4 6296 2007-02-20 16:33:25Z mike $" +dnl +dnl Common configuration stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl We need at least autoconf 2.50... +AC_PREREQ(2.50) + +dnl Set the name of the config header file... +AC_CONFIG_HEADER(config.h) + +dnl Version number information... +CUPS_VERSION="1.2.9" +CUPS_REVISION="" + +AC_SUBST(CUPS_VERSION) +AC_SUBST(CUPS_REVISION) +AC_DEFINE_UNQUOTED(CUPS_SVERSION, "CUPS v$CUPS_VERSION$CUPS_REVISION") +AC_DEFINE_UNQUOTED(CUPS_MINIMAL, "CUPS/$CUPS_VERSION$CUPS_REVISION") + +dnl Default compiler flags... +CFLAGS="${CFLAGS:=}" +CPPFLAGS="${CPPFLAGS:=}" +CXXFLAGS="${CXXFLAGS:=}" +LDFLAGS="${LDFLAGS:=}" + +dnl Checks for programs... +AC_PROG_AWK +AC_PROG_CC +AC_PROG_CXX +AC_PROG_CPP +AC_PROG_INSTALL +if test "$INSTALL" = "$ac_install_sh"; then + # Use full path to install-sh script... + INSTALL="`pwd`/install-sh -c" +fi +AC_PROG_RANLIB +AC_PATH_PROG(AR,ar) +AC_PATH_PROG(HTMLDOC,htmldoc) +AC_PATH_PROG(LD,ld) +AC_PATH_PROG(LN,ln) +AC_PATH_PROG(MV,mv) +AC_PATH_PROG(RM,rm) +AC_PATH_PROG(RMDIR,rmdir) +AC_PATH_PROG(SED,sed) +AC_PATH_PROG(STRIP,strip) + +if test "x$AR" = x; then + AC_MSG_ERROR([Unable to find required library archive command.]) +fi +if test "x$CC" = x; then + AC_MSG_ERROR([Unable to find required C compiler command.]) +fi +if test "x$CXX" = x; then + AC_MSG_ERROR([Unable to find required C++ compiler command.]) +fi + +dnl Static library option... +INSTALLSTATIC="" +AC_ARG_ENABLE(static, [ --enable-static install static libraries, default=no]) + +if test x$enable_static = xyes; then + echo Installing static libraries... + INSTALLSTATIC="installstatic" +fi + +AC_SUBST(INSTALLSTATIC) + +dnl Check for libraries... +AC_SEARCH_LIBS(crypt, crypt) +AC_SEARCH_LIBS(getspent, sec gen) + +LIBMALLOC="" +AC_ARG_ENABLE(mallinfo, [ --enable-mallinfo turn on malloc debug information, default=no]) + +if test x$enable_mallinfo = xyes; then + AC_CHECK_LIB(c,mallinfo,LIBS="$LIBS"; AC_DEFINE(HAVE_MALLINFO),LIBS="$LIBS") + if test "$ac_cv_lib_c_mallinfo" = "no"; then + AC_CHECK_LIB(malloc,mallinfo, + LIBS="$LIBS" + LIBMALLOC="-lmalloc" + AC_DEFINE(HAVE_MALLINFO), + LIBS="$LIBS") + fi +fi + +AC_SUBST(LIBMALLOC) + +dnl Check for libpaper support... +AC_ARG_ENABLE(libpaper, [ --enable-libpaper turn on libpaper support, default=no]) + +if test x$enable_libpaper = xyes; then + AC_CHECK_LIB(paper,systempapername, + AC_DEFINE(HAVE_LIBPAPER) + LIBPAPER="-lpaper", + LIBPAPER="") +else + LIBPAPER="" +fi +AC_SUBST(LIBPAPER) + +dnl Checks for header files. +AC_HEADER_STDC +AC_CHECK_HEADER(crypt.h,AC_DEFINE(HAVE_CRYPT_H)) +AC_CHECK_HEADER(langinfo.h,AC_DEFINE(HAVE_LANGINFO_H)) +AC_CHECK_HEADER(malloc.h,AC_DEFINE(HAVE_MALLOC_H)) +AC_CHECK_HEADER(shadow.h,AC_DEFINE(HAVE_SHADOW_H)) +AC_CHECK_HEADER(string.h,AC_DEFINE(HAVE_STRING_H)) +AC_CHECK_HEADER(strings.h,AC_DEFINE(HAVE_STRINGS_H)) +AC_CHECK_HEADER(bstring.h,AC_DEFINE(HAVE_BSTRING_H)) +AC_CHECK_HEADER(usersec.h,AC_DEFINE(HAVE_USERSEC_H)) +AC_CHECK_HEADER(sys/ioctl.h,AC_DEFINE(HAVE_SYS_IOCTL_H)) +AC_CHECK_HEADER(scsi/sg.h,AC_DEFINE(HAVE_SCSI_SG_H)) + +dnl Checks for string functions. +AC_CHECK_FUNCS(strdup strcasecmp strncasecmp strlcat strlcpy) +if test "$uname" = "HP-UX" -a "$uversion" = "1020"; then + echo Forcing snprintf emulation for HP-UX. +else + AC_CHECK_FUNCS(snprintf vsnprintf) +fi + +dnl Checks for mkstemp and mkstemps functions. +AC_CHECK_FUNCS(mkstemp mkstemps) + +dnl Check for geteuid function. +AC_CHECK_FUNCS(geteuid) + +dnl Check for vsyslog function. +AC_CHECK_FUNCS(vsyslog) + +dnl Checks for signal functions. +case "$uname" in + Linux | GNU) + # Do not use sigset on Linux or GNU HURD + ;; + *) + # Use sigset on other platforms, if available + AC_CHECK_FUNCS(sigset) + ;; +esac + +AC_CHECK_FUNCS(sigaction) + +dnl Checks for wait functions. +AC_CHECK_FUNCS(waitpid) +AC_CHECK_FUNCS(wait3) + +dnl See if the tm structure has the tm_gmtoff member... +AC_MSG_CHECKING(for tm_gmtoff member in tm structure) +AC_TRY_COMPILE([#include ],[struct tm t; + int o = t.tm_gmtoff;], + AC_MSG_RESULT(yes) + AC_DEFINE(HAVE_TM_GMTOFF), + AC_MSG_RESULT(no)) + +dnl Flags for "ar" command... +case $uname in + Darwin* | *BSD*) + ARFLAGS="-rcv" + ;; + *) + ARFLAGS="crvs" + ;; +esac + +AC_SUBST(ARFLAGS) + +dnl Extra platform-specific libraries... +BACKLIBS="" +CUPSDLIBS="" +DBUSDIR="" + +AC_ARG_ENABLE(dbus, [ --enable-dbus enable DBUS support, default=auto]) + +case $uname in + Darwin*) + BACKLIBS="-framework IOKit" + CUPSDLIBS="-framework IOKit -framework SystemConfiguration" + LIBS="-framework CoreFoundation $LIBS" + + dnl Check for CFLocaleCreateCanonicalLocaleIdentifierFromString... + AC_MSG_CHECKING(for CFLocaleCreateCanonicalLocaleIdentifierFromString) + if test "$uname" = "Darwin" -a $uversion -ge 70; then + AC_DEFINE(HAVE_CF_LOCALE_ID) + AC_MSG_RESULT(yes) + else + AC_MSG_RESULT(no) + fi + + dnl Check for framework headers... + AC_CHECK_HEADER(CoreFoundation/CoreFoundation.h,AC_DEFINE(HAVE_COREFOUNDATION_H)) + AC_CHECK_HEADER(CoreFoundation/CFPriv.h,AC_DEFINE(HAVE_CFPRIV_H)) + AC_CHECK_HEADER(CoreFoundation/CFBundlePriv.h,AC_DEFINE(HAVE_CFBUNDLEPRIV_H)) + + dnl Check for the new membership functions in MacOSX 10.4 (Tiger)... + AC_CHECK_HEADER(membership.h,AC_DEFINE(HAVE_MEMBERSHIP_H)) + AC_CHECK_FUNCS(mbr_uid_to_uuid) + + dnl Check for notify_post support + AC_CHECK_HEADER(notify.h,AC_DEFINE(HAVE_NOTIFY_H)) + AC_CHECK_FUNCS(notify_post) + ;; + + Linux*) + dnl Check for DBUS support + if test "x$enable_dbus" != xno; then + AC_PATH_PROG(PKGCONFIG, pkg-config) + if test "x$PKGCONFIG" != x; then + AC_MSG_CHECKING(for DBUS) + if $PKGCONFIG --exists dbus-1; then + AC_MSG_RESULT(yes) + AC_DEFINE(HAVE_DBUS) + CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1` -DDBUS_API_SUBJECT_TO_CHANGE" + CUPSDLIBS="`$PKGCONFIG --libs dbus-1`" + DBUSDIR="/etc/dbus-1/system.d" + AC_CHECK_LIB(dbus-1, + dbus_message_iter_init_append, + AC_DEFINE(HAVE_DBUS_MESSAGE_ITER_INIT_APPEND)) + else + AC_MSG_RESULT(no) + fi + fi + fi + ;; +esac + +dnl See if we have POSIX ACL support... +SAVELIBS="$LIBS" +LIBS="" +AC_SEARCH_LIBS(acl_init, acl, AC_DEFINE(HAVE_ACL_INIT)) +CUPSDLIBS="$CUPSDLIBS $LIBS" +LIBS="$SAVELIBS" + +AC_SUBST(BACKLIBS) +AC_SUBST(CUPSDLIBS) +AC_SUBST(DBUSDIR) + +dnl New default port definition for IPP... +AC_ARG_WITH(ipp-port, [ --with-ipp-port set default port number for IPP ], + DEFAULT_IPP_PORT="$withval", + DEFAULT_IPP_PORT="631") + +AC_SUBST(DEFAULT_IPP_PORT) +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_IPP_PORT,$DEFAULT_IPP_PORT) + +dnl +dnl End of "$Id: cups-common.m4 6296 2007-02-20 16:33:25Z mike $". +dnl diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4 new file mode 100644 index 0000000000..9a15cb535b --- /dev/null +++ b/config-scripts/cups-compiler.m4 @@ -0,0 +1,439 @@ +dnl +dnl "$Id: cups-compiler.m4 6145 2006-12-06 20:10:16Z mike $" +dnl +dnl Compiler stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl Clear the debugging and non-shared library options unless the user asks +dnl for them... +OPTIM="" +AC_SUBST(OPTIM) + +AC_ARG_WITH(optim, [ --with-optim="flags" set optimization flags ]) +AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging, default=no], + [if test x$enable_debug = xyes; then + OPTIM="-g" + fi]) + +dnl Setup general architecture flags... +AC_ARG_WITH(archflags, [ --with-archflags="flags" + set default architecture flags ]) + +if test -z "$with_archflags"; then + ARCHFLAGS="" +else + ARCHFLAGS="$with_archflags" +fi + +AC_SUBST(ARCHFLAGS) + +dnl Setup support for separate 32/64-bit library generation... +AC_ARG_WITH(arch32flags, [ --with-arch32flags="flags" + specifies 32-bit architecture flags]) +ARCH32FLAGS="" +AC_SUBST(ARCH32FLAGS) + +AC_ARG_WITH(arch64flags, [ --with-arch64flags="flags" + specifies 64-bit architecture flags]) +ARCH64FLAGS="" +AC_SUBST(ARCH64FLAGS) + +dnl Position-Independent Executable support on Linux and *BSD... +AC_ARG_ENABLE(pie, [ --enable-pie use GCC -fPIE option, default=no]) + +dnl Update compiler options... +CXXLIBS="" +AC_SUBST(CXXLIBS) + +PIEFLAGS="" +AC_SUBST(PIEFLAGS) + +if test -n "$GCC"; then + # Add GCC-specific compiler options... + if test -z "$OPTIM"; then + if test "x$with_optim" = x; then + # Default to optimize-for-size and debug + OPTIM="-Os -g" + else + OPTIM="$with_optim $OPTIM" + fi + fi + + if test $PICFLAG = 1 -a $uname != AIX; then + OPTIM="-fPIC $OPTIM" + fi + + case $uname in + Linux*) + if test x$enable_pie = xyes; then + PIEFLAGS="-pie -fPIE" + fi + ;; + + *) + if test x$enable_pie = xyes; then + echo "Sorry, --enable-pie is not supported on this OS!" + fi + ;; + esac + + if test "x$with_optim" = x; then + # Add useful warning options for tracking down problems... + OPTIM="-Wall -Wno-format-y2k $OPTIM" + # Additional warning options for alpha testing... + OPTIM="-Wshadow -Wunused $OPTIM" + fi + + case "$uname" in + HP-UX*) + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + if test -z "$with_arch32flags"; then + ARCH32FLAGS="-milp32" + else + ARCH32FLAGS="$with_arch32flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch64flags"; then + ARCHFLAGS="-mlp64" + else + ARCHFLAGS="$with_arch64flags" + fi + fi + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + if test -z "$with_arch64flags"; then + ARCH64FLAGS="-mlp64" + else + ARCH64FLAGS="$with_arch64flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch32flags"; then + ARCHFLAGS="-milp32" + else + ARCHFLAGS="$with_arch32flags" + fi + fi + fi + ;; + + IRIX) + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + if test -z "$with_arch32flags"; then + ARCH32FLAGS="-n32 -mips3" + else + ARCH32FLAGS="$with_arch32flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch64flags"; then + ARCHFLAGS="-64 -mips4" + else + ARCHFLAGS="$with_arch64flags" + fi + fi + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + if test -z "$with_arch64flags"; then + ARCH64FLAGS="-64 -mips4" + else + ARCH64FLAGS="$with_arch64flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch32flags"; then + ARCHFLAGS="-n32 -mips3" + else + ARCHFLAGS="$with_arch32flags" + fi + fi + fi + ;; + + Linux*) + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + if test -z "$with_arch32flags"; then + ARCH32FLAGS="-m32" + else + ARCH32FLAGS="$with_arch32flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch64flags"; then + ARCHFLAGS="-m64" + else + ARCHFLAGS="$with_arch64flags" + fi + fi + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + if test -z "$with_arch64flags"; then + ARCH64FLAGS="-m64" + else + ARCH64FLAGS="$with_arch64flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch32flags"; then + ARCHFLAGS="-m32" + else + ARCHFLAGS="$with_arch32flags" + fi + fi + fi + ;; + + SunOS*) + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + if test -z "$with_arch32flags"; then + ARCH32FLAGS="-m32" + else + ARCH32FLAGS="$with_arch32flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch64flags"; then + ARCHFLAGS="-m64" + else + ARCHFLAGS="$with_arch64flags" + fi + fi + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + if test -z "$with_arch64flags"; then + ARCH64FLAGS="-m64" + else + ARCH64FLAGS="$with_arch64flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch32flags"; then + ARCHFLAGS="-m32" + else + ARCHFLAGS="$with_arch32flags" + fi + fi + fi + ;; + esac +else + # Add vendor-specific compiler options... + case $uname in + AIX*) + if test -z "$OPTIM"; then + if test "x$with_optim" = x; then + OPTIM="-O2 -qmaxmem=6000" + else + OPTIM="$with_optim $OPTIM" + fi + fi + ;; + HP-UX*) + if test -z "$OPTIM"; then + if test "x$with_optim" = x; then + OPTIM="+O2" + else + OPTIM="$with_optim $OPTIM" + fi + fi + + CFLAGS="-Ae $CFLAGS" + # Warning 336 is "empty translation unit" + # Warning 829 is passing constant string as char * + CXXFLAGS="+W336,829 $CXXFLAGS" + + if test $PICFLAG = 1; then + OPTIM="+z $OPTIM" + fi + ;; + IRIX) + if test -z "$OPTIM"; then + if test "x$with_optim" = x; then + OPTIM="-O2" + else + OPTIM="$with_optim $OPTIM" + fi + fi + + if test "x$with_optim" = x; then + OPTIM="-fullwarn -woff 1183,1209,1349,1506,3201 $OPTIM" + fi + + if test "x$enable_32bit" = xyes; then + # Build 32-bit libraries, 64-bit base... + if test -z "$with_arch32flags"; then + ARCH32FLAGS="-n32 -mips3" + else + ARCH32FLAGS="$with_arch32flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch64flags"; then + ARCHFLAGS="-64 -mips4" + else + ARCHFLAGS="$with_arch64flags" + fi + fi + fi + + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries, 32-bit base... + if test -z "$with_arch64flags"; then + ARCH64FLAGS="-64 -mips4" + else + ARCH64FLAGS="$with_arch64flags" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch32flags"; then + ARCHFLAGS="-n32 -mips3" + else + ARCHFLAGS="$with_arch32flags" + fi + fi + fi + ;; + OSF*) + # Tru64 UNIX aka Digital UNIX aka OSF/1 + if test -z "$OPTIM"; then + if test "x$with_optim" = x; then + OPTIM="-O" + else + OPTIM="$with_optim" + fi + fi + ;; + SunOS*) + # Solaris + if test -z "$OPTIM"; then + if test "x$with_optim" = x; then + OPTIM="-xO2" + else + OPTIM="$with_optim $OPTIM" + fi + fi + + if test $PICFLAG = 1; then + OPTIM="-KPIC $OPTIM" + fi + + if test "x$enable_32bit" = xyes; then + # Compiling on a Solaris system, build 64-bit + # binaries with separate 32-bit libraries... + ARCH32FLAGS="-xarch=generic" + + if test "x$with_optim" = x; then + # Suppress all of Sun's questionable + # warning messages, and default to + # 64-bit compiles of everything else... + OPTIM="-w $OPTIM" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch64flags"; then + ARCHFLAGS="-xarch=generic64" + else + ARCHFLAGS="$with_arch64flags" + fi + fi + else + if test "x$enable_64bit" = xyes; then + # Build 64-bit libraries... + ARCH64FLAGS="-xarch=generic64" + fi + + if test "x$with_optim" = x; then + # Suppress all of Sun's questionable + # warning messages, and default to + # 32-bit compiles of everything else... + OPTIM="-w $OPTIM" + fi + + if test -z "$with_archflags"; then + if test -z "$with_arch32flags"; then + ARCHFLAGS="-xarch=generic" + else + ARCHFLAGS="$with_arch32flags" + fi + fi + fi + ;; + UNIX_SVR*) + # UnixWare + if test -z "$OPTIM"; then + if test "x$with_optim" = x; then + OPTIM="-O" + else + OPTIM="$with_optim $OPTIM" + fi + fi + + if test $PICFLAG = 1; then + OPTIM="-KPIC $OPTIM" + fi + ;; + *) + # Running some other operating system; inform the user they + # should contribute the necessary options to + # cups-support@cups.org... + echo "Building CUPS with default compiler optimizations; contact" + echo "cups-bugs@cups.org with uname and compiler options needed" + echo "for your platform, or set the CFLAGS and CXXFLAGS" + echo "environment variable before running configure." + ;; + esac +fi + +# Add general compiler options per platform... +case $uname in + HP-UX*) + # HP-UX 10.20 (at least) needs this definition to get the + # h_errno global... + OPTIM="$OPTIM -D_XOPEN_SOURCE_EXTENDED" + + # HP-UX 11.00 (at least) needs this definition to get the + # u_short type used by the IP headers... + OPTIM="$OPTIM -D_INCLUDE_HPUX_SOURCE" + ;; + + OSF*) + # Tru64 UNIX aka Digital UNIX aka OSF/1 need to be told + # to be POSIX-compliant... + OPTIM="$OPTIM -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_OSF_SOURCE" + ;; +esac + +dnl +dnl End of "$Id: cups-compiler.m4 6145 2006-12-06 20:10:16Z mike $". +dnl diff --git a/config-scripts/cups-defaults.m4 b/config-scripts/cups-defaults.m4 new file mode 100644 index 0000000000..48b3aea5f4 --- /dev/null +++ b/config-scripts/cups-defaults.m4 @@ -0,0 +1,256 @@ +dnl +dnl "$Id: cups-defaults.m4 6234 2007-02-05 20:25:50Z mike $" +dnl +dnl Default cupsd configuration settings for the Common UNIX Printing System +dnl (CUPS). +dnl +dnl Copyright 2006-2007 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl Default langugages... +AC_ARG_WITH(languages, [ --with-languages set installed languages, default="de es et fr it ja pl sv" ], + if test "x$withval" != xno; then + LANGUAGES="$withval" + fi, + LANGUAGES="de es et fr it ja pl sv") +AC_SUBST(LANGUAGES) + +dnl Default ConfigFilePerm +AC_ARG_WITH(config_file_perm, [ --with-config-file-perm set default ConfigFilePerm value, default=0640], + CUPS_CONFIG_FILE_PERM="$withval", + if test "x$uname" = xDarwin; then + CUPS_CONFIG_FILE_PERM="644" + else + CUPS_CONFIG_FILE_PERM="640" + fi) +AC_SUBST(CUPS_CONFIG_FILE_PERM) +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_CONFIG_FILE_PERM, 0$CUPS_CONFIG_FILE_PERM) + +dnl Default LogFilePerm +AC_ARG_WITH(log_file_perm, [ --with-log-file-perm set default LogFilePerm value, default=0644], + CUPS_LOG_FILE_PERM="$withval", + CUPS_LOG_FILE_PERM="644") +AC_SUBST(CUPS_LOG_FILE_PERM) +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_LOG_FILE_PERM, 0$CUPS_LOG_FILE_PERM) + +dnl Default Browsing +AC_ARG_ENABLE(browsing, [ --enable-browsing enable Browsing by default, default=yes]) +if test "x$enable_browsing" = xno; then + CUPS_BROWSING="No" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_BROWSING, 0) +else + CUPS_BROWSING="Yes" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_BROWSING, 1) +fi +AC_SUBST(CUPS_BROWSING) + +dnl Default BrowseLocalProtocols +AC_ARG_WITH(local_protocols, [ --with-local-protocols set default BrowseLocalProtocols, default="CUPS"], + CUPS_BROWSE_LOCAL_PROTOCOLS="$withval", + CUPS_BROWSE_LOCAL_PROTOCOLS="CUPS") +AC_SUBST(CUPS_BROWSE_LOCAL_PROTOCOLS) +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS, + "$CUPS_BROWSE_LOCAL_PROTOCOLS") + +dnl Default BrowseRemoteProtocols +AC_ARG_WITH(remote_protocols, [ --with-remote-protocols set default BrowseRemoteProtocols, default="CUPS"], + CUPS_BROWSE_REMOTE_PROTOCOLS="$withval", + CUPS_BROWSE_REMOTE_PROTOCOLS="CUPS") +AC_SUBST(CUPS_BROWSE_REMOTE_PROTOCOLS) +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_BROWSE_REMOTE_PROTOCOLS, + "$CUPS_BROWSE_REMOTE_PROTOCOLS") + +dnl Default BrowseShortNames +AC_ARG_ENABLE(browse_short, [ --enable-browse-short-names + enable BrowseShortNames by default, default=yes]) +if test "x$enable_browse_short" = xno; then + CUPS_BROWSE_SHORT_NAMES="No" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_BROWSE_SHORT_NAMES, 0) +else + CUPS_BROWSE_SHORT_NAMES="Yes" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_BROWSE_SHORT_NAMES, 1) +fi +AC_SUBST(CUPS_BROWSE_SHORT_NAMES) + +dnl Default DefaultShared +AC_ARG_ENABLE(default_shared, [ --enable-default-shared enable DefaultShared by default, default=yes]) +if test "x$enable_default_shared" = xno; then + CUPS_DEFAULT_SHARED="No" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_DEFAULT_SHARED, 0) +else + CUPS_DEFAULT_SHARED="Yes" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_DEFAULT_SHARED, 1) +fi +AC_SUBST(CUPS_DEFAULT_SHARED) + +dnl Default ImplicitClasses +AC_ARG_ENABLE(implicit, [ --enable-implicit-classes + enable ImplicitClasses by default, default=yes]) +if test "x$enable_implicit" = xno; then + CUPS_IMPLICIT_CLASSES="No" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_IMPLICIT_CLASSES, 0) +else + CUPS_IMPLICIT_CLASSES="Yes" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_IMPLICIT_CLASSES, 1) +fi +AC_SUBST(CUPS_IMPLICIT_CLASSES) + +dnl Default UseNetworkDefault +AC_ARG_ENABLE(network_default, [ --enable-use-network-default + enable UseNetworkDefault by default, default=auto]) +if test "x$enable_network_default" != xno; then + AC_MSG_CHECKING(whether to use network default printers) + if test "x$enable_network_default" = xyes -o $uname != Darwin; then + CUPS_USE_NETWORK_DEFAULT="Yes" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_USE_NETWORK_DEFAULT, 1) + AC_MSG_RESULT(yes) + else + CUPS_USE_NETWORK_DEFAULT="No" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_USE_NETWORK_DEFAULT, 0) + AC_MSG_RESULT(no) + fi +else + CUPS_USE_NETWORK_DEFAULT="No" + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_USE_NETWORK_DEFAULT, 0) +fi +AC_SUBST(CUPS_USE_NETWORK_DEFAULT) + +dnl Determine the correct username and group for this OS... +AC_ARG_WITH(cups_user, [ --with-cups-user set default user for CUPS], + CUPS_USER="$withval", + AC_MSG_CHECKING(for default print user) + if test -f /etc/passwd; then + CUPS_USER="" + for user in lp lpd guest daemon nobody; do + if test "`grep \^${user}: /etc/passwd`" != ""; then + CUPS_USER="$user" + AC_MSG_RESULT($user) + break; + fi + done + + if test x$CUPS_USER = x; then + CUPS_USER="nobody" + AC_MSG_RESULT(not found, using "$CUPS_USER") + fi + else + CUPS_USER="nobody" + AC_MSG_RESULT(no password file, using "$CUPS_USER") + fi) + +AC_ARG_WITH(cups_group, [ --with-cups-group set default group for CUPS], + CUPS_GROUP="$withval", + AC_MSG_CHECKING(for default print group) + if test -f /etc/group; then + GROUP_LIST="lp nobody" + CUPS_GROUP="" + for group in $GROUP_LIST; do + if test "`grep \^${group}: /etc/group`" != ""; then + CUPS_GROUP="$group" + AC_MSG_RESULT($group) + break; + fi + done + + if test x$CUPS_GROUP = x; then + CUPS_GROUP="nobody" + AC_MSG_RESULT(not found, using "$CUPS_GROUP") + fi + else + CUPS_GROUP="nobody" + AC_MSG_RESULT(no group file, using "$CUPS_GROUP") + fi) + +AC_ARG_WITH(system_groups, [ --with-system-groups set default system groups for CUPS], + CUPS_SYSTEM_GROUPS="$withval", + if test x$uname = xDarwin; then + GROUP_LIST="admin" + else + GROUP_LIST="lpadmin sys system root" + fi + + AC_MSG_CHECKING(for default system groups) + if test -f /etc/group; then + CUPS_SYSTEM_GROUPS="" + for group in $GROUP_LIST; do + if test "`grep \^${group}: /etc/group`" != ""; then + if test "x$CUPS_SYSTEM_GROUPS" = x; then + CUPS_SYSTEM_GROUPS="$group" + else + CUPS_SYSTEM_GROUPS="$CUPS_SYSTEM_GROUPS $group" + fi + fi + done + + if test "x$CUPS_SYSTEM_GROUPS" = x; then + CUPS_SYSTEM_GROUPS="$GROUP_LIST" + AC_MSG_RESULT(no groups found, using "$CUPS_SYSTEM_GROUPS") + else + AC_MSG_RESULT("$CUPS_SYSTEM_GROUPS") + fi + else + CUPS_SYSTEM_GROUPS="$GROUP_LIST" + AC_MSG_RESULT(no group file, using "$CUPS_SYSTEM_GROUPS") + fi) + +CUPS_PRIMARY_SYSTEM_GROUP="`echo $CUPS_SYSTEM_GROUPS | awk '{print $1}'`" + +AC_SUBST(CUPS_USER) +AC_SUBST(CUPS_GROUP) +AC_SUBST(CUPS_SYSTEM_GROUPS) +AC_SUBST(CUPS_PRIMARY_SYSTEM_GROUP) + +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_USER, "$CUPS_USER") +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_GROUP, "$CUPS_GROUP") +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_SYSTEM_GROUPS, "$CUPS_SYSTEM_GROUPS") + +dnl Default printcap file... +AC_ARG_WITH(printcap, [ --with-printcap set default printcap file], + default_printcap="$withval", + default_printcap="default") + +if test x$default_printcap != xno; then + if test "x$default_printcap" = "xdefault"; then + case $uname in + Darwin*) + if test $uversion -ge 90; then + CUPS_DEFAULT_PRINTCAP="" + else + CUPS_DEFAULT_PRINTCAP="/etc/printcap" + fi + ;; + SunOS*) + CUPS_DEFAULT_PRINTCAP="/etc/printers.conf" + ;; + *) + CUPS_DEFAULT_PRINTCAP="/etc/printcap" + ;; + esac + else + CUPS_DEFAULT_PRINTCAP="$default_printcap" + fi +else + CUPS_DEFAULT_PRINTCAP="" +fi + +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_PRINTCAP, "$CUPS_DEFAULT_PRINTCAP") + +dnl +dnl End of "$Id: cups-defaults.m4 6234 2007-02-05 20:25:50Z mike $". +dnl diff --git a/config-scripts/cups-directories.m4 b/config-scripts/cups-directories.m4 new file mode 100644 index 0000000000..2d7e4d7c9d --- /dev/null +++ b/config-scripts/cups-directories.m4 @@ -0,0 +1,347 @@ +dnl +dnl "$Id: cups-directories.m4 6333 2007-03-12 20:49:13Z mike $" +dnl +dnl Directory stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_PREFIX_DEFAULT(/) + +dnl Fix "prefix" variable if it hasn't been specified... +if test "$prefix" = "NONE"; then + prefix="/" +fi + +dnl Fix "exec_prefix" variable if it hasn't been specified... +if test "$exec_prefix" = "NONE"; then + if test "$prefix" = "/"; then + exec_prefix="/usr" + else + exec_prefix="$prefix" + fi +fi + +dnl Fix "bindir" variable... +if test "$bindir" = "\${exec_prefix}/bin"; then + bindir="$exec_prefix/bin" +fi + +AC_DEFINE_UNQUOTED(CUPS_BINDIR, "$bindir") + +dnl Fix "sbindir" variable... +if test "$sbindir" = "\${exec_prefix}/sbin"; then + sbindir="$exec_prefix/sbin" +fi + +AC_DEFINE_UNQUOTED(CUPS_SBINDIR, "$sbindir") + +dnl Fix "sharedstatedir" variable if it hasn't been specified... +if test "$sharedstatedir" = "\${prefix}/com" -a "$prefix" = "/"; then + sharedstatedir="/usr/com" +fi + +dnl Fix "datarootdir" variable if it hasn't been specified... +if test "$datarootdir" = "\${prefix}/share"; then + if test "$prefix" = "/"; then + datarootdir="/usr/share" + else + datarootdir="$prefix/share" + fi +fi + +dnl Fix "datadir" variable if it hasn't been specified... +if test "$datadir" = "\${prefix}/share"; then + if test "$prefix" = "/"; then + datadir="/usr/share" + else + datadir="$prefix/share" + fi +elif test "$datadir" = "\${datarootdir}"; then + datadir="$datarootdir" +fi + +dnl Fix "includedir" variable if it hasn't been specified... +if test "$includedir" = "\${prefix}/include" -a "$prefix" = "/"; then + includedir="/usr/include" +fi + +dnl Fix "localstatedir" variable if it hasn't been specified... +if test "$localstatedir" = "\${prefix}/var"; then + if test "$prefix" = "/"; then + if test "$uname" = Darwin; then + localstatedir="/private/var" + else + localstatedir="/var" + fi + else + localstatedir="$prefix/var" + fi +fi + +dnl Fix "sysconfdir" variable if it hasn't been specified... +if test "$sysconfdir" = "\${prefix}/etc"; then + if test "$prefix" = "/"; then + if test "$uname" = Darwin; then + sysconfdir="/private/etc" + else + sysconfdir="/etc" + fi + else + sysconfdir="$prefix/etc" + fi +fi + +dnl Fix "libdir" variable for IRIX 6.x... +if test "$libdir" = "\${exec_prefix}/lib"; then + if test "$uname" = "IRIX"; then + libdir="$exec_prefix/lib32" + else + if test "$uname" = Linux -a -d /usr/lib64; then + libdir="$exec_prefix/lib64" + else + libdir="$exec_prefix/lib" + fi + fi +fi + +dnl Setup init.d locations... +AC_ARG_WITH(rcdir, [ --with-rcdir set path for rc scripts],rcdir="$withval",rcdir="") +AC_ARG_WITH(rclevels, [ --with-rclevels set run levels for rc scripts],rclevels="$withval",rclevels="2 3 5") +AC_ARG_WITH(rcstart, [ --with-rcstart set start number for rc scripts],rcstart="$withval",rcstart="99") +AC_ARG_WITH(rcstop, [ --with-rcstop set stop number for rc scripts],rcstop="$withval",rcstop="00") + +INITDIR="" +INITDDIR="" +RCLEVELS="$rclevels" +RCSTART="$rcstart" +RCSTOP="$rcstop" + +if test x$rcdir = x; then + case "$uname" in + AIX*) + INITDIR="/etc/rc.d" + ;; + + Darwin*) + # Darwin and MacOS X... + if test -x /sbin/launchd; then + INITDDIR="/System/Library/LaunchDaemons" + else + INITDDIR="/System/Library/StartupItems/PrintingServices" + fi + ;; + + FreeBSD* | OpenBSD* | MirBsD* | ekkoBSD*) + # FreeBSD and OpenBSD + ;; + + HP-UX*) + INITDIR="/sbin" + RCLEVELS="2" + RCSTART="620" + RCSTOP="380" + ;; + + IRIX*) + # IRIX + INITDIR="/etc" + RCSTART="60" + RCSTOP="25" + ;; + + Linux | GNU) + # Linux/HURD seems to choose an init.d directory at random... + if test -d /sbin/init.d; then + # SuSE + INITDIR="/sbin/init.d" + else + if test -d /etc/init.d; then + # Others + INITDIR="/etc" + else + # RedHat + INITDIR="/etc/rc.d" + fi + fi + RCSTART="81" + RCSTOP="36" + ;; + + NetBSD*) + # NetBSD + INITDDIR="/etc/rc.d" + ;; + + OSF1*) + INITDIR="/sbin" + ;; + + SunOS*) + # Solaris + INITDIR="/etc" + RCSTART="81" + ;; + + *) + INITDIR="/etc" + ;; + + esac +else + if test "x$rclevels" = x; then + INITDDIR="$rcdir" + else + INITDIR="$rcdir" + fi +fi + +AC_SUBST(INITDIR) +AC_SUBST(INITDDIR) +AC_SUBST(RCLEVELS) +AC_SUBST(RCSTART) +AC_SUBST(RCSTOP) + +dnl Xinetd support... +XINETD="" + +if test ! -x /sbin/launchd; then + for dir in /private/etc/xinetd.d /etc/xinetd.d /usr/local/etc/xinetd.d; do + if test -d $dir; then + XINETD="$dir" + break + fi + done +fi + +AC_SUBST(XINETD) + +dnl Setup default locations... +# Cache data... +AC_ARG_WITH(cachedir, [ --with-cachedir set path for cache files],cachedir="$withval",cachedir="") + +if test x$cachedir = x; then + if test "x$uname" = xDarwin; then + CUPS_CACHEDIR="$localstatedir/spool/cups/cache" + else + CUPS_CACHEDIR="$localstatedir/cache/cups" + fi +else + CUPS_CACHEDIR="$cachedir" +fi +AC_DEFINE_UNQUOTED(CUPS_CACHEDIR, "$CUPS_CACHEDIR") +AC_SUBST(CUPS_CACHEDIR) + +# Data files +CUPS_DATADIR="$datadir/cups" +AC_DEFINE_UNQUOTED(CUPS_DATADIR, "$datadir/cups") +AC_SUBST(CUPS_DATADIR) + +# Documentation files +AC_ARG_WITH(docdir, [ --with-docdir set path for documentation],docdir="$withval",docdir="") + +if test x$docdir = x; then + CUPS_DOCROOT="$datadir/doc/cups" + docdir="$datadir/doc/cups" +else + CUPS_DOCROOT="$docdir" +fi + +AC_DEFINE_UNQUOTED(CUPS_DOCROOT, "$docdir") +AC_SUBST(CUPS_DOCROOT) + +# Fonts +AC_ARG_WITH(fontpath, [ --with-fontpath set font path for pstoraster],fontpath="$withval",fontpath="") + +if test "x$fontpath" = "x"; then + CUPS_FONTPATH="$datadir/cups/fonts" +else + CUPS_FONTPATH="$fontpath" +fi + +AC_SUBST(CUPS_FONTPATH) +AC_DEFINE_UNQUOTED(CUPS_FONTPATH, "$CUPS_FONTPATH") + +# Locale data +case "$uname" in + Linux | GNU | *BSD* | Darwin*) + CUPS_LOCALEDIR="$datadir/locale" + ;; + + OSF1* | AIX*) + CUPS_LOCALEDIR="$exec_prefix/lib/nls/msg" + ;; + + *) + # This is the standard System V location... + CUPS_LOCALEDIR="$exec_prefix/lib/locale" + ;; +esac + +AC_DEFINE_UNQUOTED(CUPS_LOCALEDIR, "$CUPS_LOCALEDIR") +AC_SUBST(CUPS_LOCALEDIR) + +# Log files... +AC_ARG_WITH(logdir, [ --with-logdir set path for log files],logdir="$withval",logdir="") + +if test x$logdir = x; then + CUPS_LOGDIR="$localstatedir/log/cups" + AC_DEFINE_UNQUOTED(CUPS_LOGDIR, "$localstatedir/log/cups") +else + CUPS_LOGDIR="$logdir" +fi +AC_DEFINE_UNQUOTED(CUPS_LOGDIR, "$CUPS_LOGDIR") +AC_SUBST(CUPS_LOGDIR) + +# Longer-term spool data +CUPS_REQUESTS="$localstatedir/spool/cups" +AC_DEFINE_UNQUOTED(CUPS_REQUESTS, "$localstatedir/spool/cups") +AC_SUBST(CUPS_REQUESTS) + +# Server executables... +case "$uname" in + *BSD* | Darwin*) + # *BSD and Darwin (MacOS X) + INSTALL_SYSV="" + CUPS_SERVERBIN="$exec_prefix/libexec/cups" + ;; + *) + # All others + INSTALL_SYSV="install-sysv" + CUPS_SERVERBIN="$exec_prefix/lib/cups" + ;; +esac + +AC_DEFINE_UNQUOTED(CUPS_SERVERBIN, "$CUPS_SERVERBIN") +AC_SUBST(CUPS_SERVERBIN) +AC_SUBST(INSTALL_SYSV) + +# Configuration files +CUPS_SERVERROOT="$sysconfdir/cups" +AC_DEFINE_UNQUOTED(CUPS_SERVERROOT, "$sysconfdir/cups") +AC_SUBST(CUPS_SERVERROOT) + +# Transient run-time state +CUPS_STATEDIR="$localstatedir/run/cups" +AC_DEFINE_UNQUOTED(CUPS_STATEDIR, "$localstatedir/run/cups") +AC_SUBST(CUPS_STATEDIR) + +dnl +dnl End of "$Id: cups-directories.m4 6333 2007-03-12 20:49:13Z mike $". +dnl diff --git a/config-scripts/cups-image.m4 b/config-scripts/cups-image.m4 new file mode 100644 index 0000000000..22cb798f49 --- /dev/null +++ b/config-scripts/cups-image.m4 @@ -0,0 +1,118 @@ +dnl +dnl "$Id: cups-image.m4 5580 2006-05-23 19:30:23Z mike $" +dnl +dnl Image library/filter stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl See if we want the image filters included at all... +AC_ARG_ENABLE(image, [ --enable-image turn on image filters, default=auto]) + +IMGFILTERS="" +if test "x$enable_image" != xno; then + AC_MSG_CHECKING(whether to build image filters) + if test "x$enable_image" = xyes -o $uname != Darwin; then + IMGFILTERS="imagetops imagetoraster" + AC_MSG_RESULT(yes) + else + AC_MSG_RESULT(no) + fi +fi + +AC_SUBST(IMGFILTERS) + +dnl Check for image libraries... +AC_ARG_ENABLE(jpeg, [ --enable-jpeg turn on JPEG support, default=yes]) +AC_ARG_ENABLE(png, [ --enable-png turn on PNG support, default=yes]) +AC_ARG_ENABLE(tiff, [ --enable-tiff turn on TIFF support, default=yes]) + +LIBJPEG="" +LIBPNG="" +LIBTIFF="" +LIBZ="" + +AC_SUBST(LIBJPEG) +AC_SUBST(LIBPNG) +AC_SUBST(LIBTIFF) +AC_SUBST(LIBZ) + +dnl Image libraries use math library functions... +AC_SEARCH_LIBS(pow, m) + +dnl Save the current libraries since we don't want the image libraries +dnl included with every program... +SAVELIBS="$LIBS" + +dnl JPEG library... +if test x$enable_jpeg != xno; then + AC_CHECK_HEADER(jpeglib.h, + AC_CHECK_LIB(jpeg, jpeg_destroy_decompress, + AC_DEFINE(HAVE_LIBJPEG) + LIBJPEG="-ljpeg" + LIBS="$LIBS -ljpeg")) +else + AC_MSG_NOTICE([JPEG support disabled with --disable-jpeg.]) +fi + +dnl ZLIB library... +AC_CHECK_HEADER(zlib.h, + AC_CHECK_LIB(z, gzgets, + AC_DEFINE(HAVE_LIBZ) + LIBZ="-lz" + LIBS="$LIBS -lz")) + +dnl PNG library... +if test x$enable_png != xno; then + AC_CHECK_HEADER(png.h, + AC_CHECK_LIB(png, png_create_read_struct, + AC_DEFINE(HAVE_LIBPNG) + LIBPNG="-lpng")) +else + AC_MSG_NOTICE([PNG support disabled with --disable-png.]) +fi + +dnl TIFF library... +if test x$enable_tiff != xno; then + AC_CHECK_HEADER(tiff.h, + AC_CHECK_LIB(tiff, TIFFReadScanline, + AC_DEFINE(HAVE_LIBTIFF) + LIBTIFF="-ltiff")) +else + AC_MSG_NOTICE([TIFF support disabled with --disable-tiff.]) +fi + +dnl Restore original LIBS settings... +LIBS="$SAVELIBS" + +EXPORT_LIBJPEG="$LIBJPEG" +EXPORT_LIBPNG="$LIBPNG" +EXPORT_LIBTIFF="$LIBTIFF" +EXPORT_LIBZ="$LIBZ" + +AC_SUBST(EXPORT_LIBJPEG) +AC_SUBST(EXPORT_LIBPNG) +AC_SUBST(EXPORT_LIBTIFF) +AC_SUBST(EXPORT_LIBZ) + +AC_CHECK_HEADER(stdlib.h,AC_DEFINE(HAVE_STDLIB_H)) + +dnl +dnl End of "$Id: cups-image.m4 5580 2006-05-23 19:30:23Z mike $". +dnl diff --git a/config-scripts/cups-largefile.m4 b/config-scripts/cups-largefile.m4 new file mode 100644 index 0000000000..2ddf89dc71 --- /dev/null +++ b/config-scripts/cups-largefile.m4 @@ -0,0 +1,61 @@ +dnl +dnl "$Id: cups-largefile.m4 6333 2007-03-12 20:49:13Z mike $" +dnl +dnl Large file support stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl Check for largefile support... +AC_SYS_LARGEFILE + +dnl Define largefile options as needed... +LARGEFILE="" +if test x$enable_largefile != xno; then + LARGEFILE="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" + + if test x$ac_cv_sys_large_files = x1; then + LARGEFILE="$LARGEFILE -D_LARGE_FILES" + fi + + if test x$ac_cv_sys_file_offset_bits = x64; then + LARGEFILE="$LARGEFILE -D_FILE_OFFSET_BITS=64" + fi +fi +AC_SUBST(LARGEFILE) + +dnl Check for "long long" support... +AC_CACHE_CHECK(for long long int, ac_cv_c_long_long, + [if test "$GCC" = yes; then + ac_cv_c_long_long=yes + else + AC_TRY_COMPILE(,[long long int i;], + ac_cv_c_long_long=yes, + ac_cv_c_long_long=no) + fi]) + +if test $ac_cv_c_long_long = yes; then + AC_DEFINE(HAVE_LONG_LONG) +fi + +AC_CHECK_FUNC(strtoll, AC_DEFINE(HAVE_STRTOLL)) + +dnl +dnl End of "$Id: cups-largefile.m4 6333 2007-03-12 20:49:13Z mike $". +dnl diff --git a/config-scripts/cups-launchd.m4 b/config-scripts/cups-launchd.m4 new file mode 100644 index 0000000000..ded893b077 --- /dev/null +++ b/config-scripts/cups-launchd.m4 @@ -0,0 +1,53 @@ +dnl +dnl "$Id: cups-launchd.m4 5466 2006-04-26 19:52:27Z mike $" +dnl +dnl launchd stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + + +AC_ARG_ENABLE(launchd, [ --enable-launchd turn on launchd support, default=yes]) + +DEFAULT_LAUNCHD_CONF="" +LAUNCHDLIBS="" + +if test x$enable_launchd != xno; then + AC_CHECK_FUNC(launch_msg, AC_DEFINE(HAVE_LAUNCHD)) + AC_CHECK_HEADER(launch.h, AC_DEFINE(HAVE_LAUNCH_H)) + + case "$uname" in + Darwin*) + # Darwin, MacOS X + DEFAULT_LAUNCHD_CONF="/System/Library/LaunchDaemons/org.cups.cupsd.plist" + # liblaunch is already part of libSystem + ;; + *) + # All others; this test will need to be updated + ;; + esac +fi + +AC_DEFINE_UNQUOTED(CUPS_DEFAULT_LAUNCHD_CONF, "$DEFAULT_LAUNCHD_CONF") +AC_SUBST(DEFAULT_LAUNCHD_CONF) +AC_SUBST(LAUNCHDLIBS) + +dnl +dnl End of "$Id: cups-launchd.m4 5466 2006-04-26 19:52:27Z mike $". +dnl diff --git a/config-scripts/cups-ldap.m4 b/config-scripts/cups-ldap.m4 new file mode 100644 index 0000000000..c78e175098 --- /dev/null +++ b/config-scripts/cups-ldap.m4 @@ -0,0 +1,50 @@ +dnl +dnl "$Id: cups-ldap.m4 5564 2006-05-22 00:59:11Z mike $" +dnl +dnl LDAP configuration stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 2003-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org/ +dnl + +AC_ARG_ENABLE(ldap, [ --enable-ldap turn on LDAP support, default=yes]) +AC_ARG_WITH(openldap-libs, [ --with-openldap-libs set directory for OpenLDAP library], + LDFLAGS="-L$withval $LDFLAGS" + DSOFLAGS="-L$withval $DSOFLAGS",) +AC_ARG_WITH(openldap-includes, [ --with-openldap-includes + set directory for OpenLDAP includes], + CFLAGS="-I$withval $CFLAGS" + CXXFLAGS="-I$withval $CXXFLAGS" + CPPFLAGS="-I$withval $CPPFLAGS",) + +LIBLDAP="" + +if test x$enable_ldap != xno; then + AC_CHECK_HEADER(ldap.h, + AC_CHECK_LIB(ldap, ldap_initialize, + AC_DEFINE(HAVE_LDAP) + AC_DEFINE(HAVE_OPENLDAP) + LIBLDAP="-lldap")) +fi + +AC_SUBST(LIBLDAP) + + +dnl +dnl End of "$Id: cups-ldap.m4 5564 2006-05-22 00:59:11Z mike $". +dnl diff --git a/config-scripts/cups-libtool.m4 b/config-scripts/cups-libtool.m4 new file mode 100644 index 0000000000..5b68a70809 --- /dev/null +++ b/config-scripts/cups-libtool.m4 @@ -0,0 +1,49 @@ +dnl +dnl "$Id: cups-libtool.m4 5466 2006-04-26 19:52:27Z mike $" +dnl +dnl Libtool stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_ARG_ENABLE(libtool_unsupported, [ --enable-libtool-unsupported=LIBTOOL_PATH + turn on building with libtool (UNSUPPORTED!), default=no], + [if test x$enable_libtool_unsupported != xno; then + LIBTOOL="$enable_libtool_unsupported" + enable_shared=no + echo "WARNING: libtool is not supported or endorsed by Easy Software Products." + echo " WE DO NOT PROVIDE TECHNICAL SUPPORT FOR LIBTOOL PROBLEMS." + echo " (even if you have a support contract)" + else + LIBTOOL="" + fi]) + +AC_SUBST(LIBTOOL) + +if test x$LIBTOOL != x; then + LIBCUPS="libcups.la" + LIBCUPSIMAGE="libcupsimage.la" + LINKCUPS="../cups/\$(LIBCUPS)" + LINKCUPSIMAGE="../filter/\$(LIBCUPSIMAGE)" + DSO="\$(CC)" +fi + +dnl +dnl End of "$Id: cups-libtool.m4 5466 2006-04-26 19:52:27Z mike $". +dnl diff --git a/config-scripts/cups-manpages.m4 b/config-scripts/cups-manpages.m4 new file mode 100644 index 0000000000..41e8190cba --- /dev/null +++ b/config-scripts/cups-manpages.m4 @@ -0,0 +1,113 @@ +dnl +dnl "$Id: cups-manpages.m4 5799 2006-08-03 00:54:38Z mike $" +dnl +dnl Manpage stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl Fix "mandir" variable... +if test "$mandir" = "\${datarootdir}/man" -a "$prefix" = "/"; then + # New GNU "standards" break previous ones, so make sure we use + # the right default location for the operating system... + mandir="\${prefix}/man" +fi + +if test "$mandir" = "\${prefix}/man" -a "$prefix" = "/"; then + case "$uname" in + Darwin* | Linux | GNU | *BSD* | AIX*) + # Darwin, MacOS X, Linux, GNU HURD, *BSD, and AIX + mandir="/usr/share/man" + AMANDIR="/usr/share/man" + PMANDIR="/usr/share/man" + ;; + IRIX) + # SGI IRIX + mandir="/usr/share/catman/u_man" + AMANDIR="/usr/share/catman/a_man" + PMANDIR="/usr/share/catman/p_man" + ;; + *) + # All others + mandir="/usr/man" + AMANDIR="/usr/man" + PMANDIR="/usr/man" + ;; + esac +else + AMANDIR="$mandir" + PMANDIR="$mandir" +fi + +AC_SUBST(AMANDIR) +AC_SUBST(PMANDIR) + +dnl Setup manpage extensions... +case "$uname" in + *BSD* | Darwin*) + # *BSD + MAN1EXT=1 + MAN5EXT=5 + MAN7EXT=7 + MAN8EXT=8 + MAN8DIR=8 + ;; + IRIX*) + # SGI IRIX + MAN1EXT=1 + MAN5EXT=5 + MAN7EXT=7 + MAN8EXT=1m + MAN8DIR=1 + ;; + SunOS* | HP-UX*) + # Solaris and HP-UX + MAN1EXT=1 + MAN5EXT=5 + MAN7EXT=7 + MAN8EXT=1m + MAN8DIR=1m + ;; + Linux* | GNU*) + # Linux and GNU Hurd + MAN1EXT=1.gz + MAN5EXT=5.gz + MAN7EXT=7.gz + MAN8EXT=8.gz + MAN8DIR=8 + ;; + *) + # All others + MAN1EXT=1 + MAN5EXT=5 + MAN7EXT=7 + MAN8EXT=8 + MAN8DIR=8 + ;; +esac + +AC_SUBST(MAN1EXT) +AC_SUBST(MAN5EXT) +AC_SUBST(MAN7EXT) +AC_SUBST(MAN8EXT) +AC_SUBST(MAN8DIR) + +dnl +dnl End of "$Id: cups-manpages.m4 5799 2006-08-03 00:54:38Z mike $". +dnl diff --git a/config-scripts/cups-network.m4 b/config-scripts/cups-network.m4 new file mode 100644 index 0000000000..abe2ebcf0b --- /dev/null +++ b/config-scripts/cups-network.m4 @@ -0,0 +1,94 @@ +dnl +dnl "$Id: cups-network.m4 6049 2006-10-20 15:07:21Z mike $" +dnl +dnl Networking stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_SEARCH_LIBS(socket, socket) +AC_SEARCH_LIBS(gethostbyaddr, nsl) +AC_SEARCH_LIBS(getifaddrs, nsl, AC_DEFINE(HAVE_GETIFADDRS)) +AC_SEARCH_LIBS(hstrerror, nsl socket resolv, AC_DEFINE(HAVE_HSTRERROR)) +AC_SEARCH_LIBS(rresvport_af, nsl, AC_DEFINE(HAVE_RRESVPORT_AF)) + +# Tru64 5.1b leaks file descriptors with these functions; disable until +# we can come up with a test for this... +if test "$uname" != "OSF1"; then + AC_SEARCH_LIBS(getaddrinfo, nsl, AC_DEFINE(HAVE_GETADDRINFO)) + AC_SEARCH_LIBS(getnameinfo, nsl, AC_DEFINE(HAVE_GETNAMEINFO)) +fi + +AC_CHECK_MEMBER(struct sockaddr.sa_len,,, [#include ]) +AC_CHECK_HEADER(sys/sockio.h, AC_DEFINE(HAVE_SYS_SOCKIO_H)) + +if test "$uname" = "SunOS"; then + case "$uversion" in + 55* | 56*) + maxfiles=1024 + ;; + *) + maxfiles=4096 + ;; + esac +else + maxfiles=4096 +fi + +AC_ARG_WITH(maxfiles, [ --with-maxfiles=N set maximum number of file descriptors for scheduler (deprecated) ], + maxfiles=$withval) + +AC_DEFINE_UNQUOTED(CUPS_MAX_FDS, $maxfiles) + +CUPS_DEFAULT_DOMAINSOCKET="" + +dnl Domain socket support... +AC_ARG_WITH(domainsocket, [ --with-domainsocket set unix domain socket name], + default_domainsocket="$withval", + default_domainsocket="") + +if test x$enable_domainsocket != xno -a x$default_domainsocket != xno; then + if test "x$default_domainsocket" = x; then + case "$uname" in + Darwin*) + # Darwin and MaxOS X do their own thing... + CUPS_DEFAULT_DOMAINSOCKET="$localstatedir/run/cupsd" + ;; + *) + # All others use FHS standard... + CUPS_DEFAULT_DOMAINSOCKET="$CUPS_STATEDIR/cups.sock" + ;; + esac + else + CUPS_DEFAULT_DOMAINSOCKET="$default_domainsocket" + fi + + CUPS_LISTEN_DOMAINSOCKET="Listen $CUPS_DEFAULT_DOMAINSOCKET" + + AC_DEFINE_UNQUOTED(CUPS_DEFAULT_DOMAINSOCKET, "$CUPS_DEFAULT_DOMAINSOCKET") +else + CUPS_LISTEN_DOMAINSOCKET="" +fi + +AC_SUBST(CUPS_DEFAULT_DOMAINSOCKET) +AC_SUBST(CUPS_LISTEN_DOMAINSOCKET) + +dnl +dnl End of "$Id: cups-network.m4 6049 2006-10-20 15:07:21Z mike $". +dnl diff --git a/config-scripts/cups-opsys.m4 b/config-scripts/cups-opsys.m4 new file mode 100644 index 0000000000..8d510da91a --- /dev/null +++ b/config-scripts/cups-opsys.m4 @@ -0,0 +1,44 @@ +dnl +dnl "$Id: cups-opsys.m4 6145 2006-12-06 20:10:16Z mike $" +dnl +dnl Operating system stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl Get the operating system, version number, and architecture... +uname=`uname` +uversion=`uname -r | sed -e '1,$s/^[[^0-9]]*\([[0-9]]*\)\.\([[0-9]]*\).*/\1\2/'` +uarch=`uname -m` + +case "$uname" in + GNU* | GNU/*) + uname="GNU" + ;; + IRIX*) + uname="IRIX" + ;; + Linux*) + uname="Linux" + ;; +esac + +dnl +dnl "$Id: cups-opsys.m4 6145 2006-12-06 20:10:16Z mike $" +dnl diff --git a/config-scripts/cups-pam.m4 b/config-scripts/cups-pam.m4 new file mode 100644 index 0000000000..df445a2b7f --- /dev/null +++ b/config-scripts/cups-pam.m4 @@ -0,0 +1,98 @@ +dnl +dnl "$Id: cups-pam.m4 5466 2006-04-26 19:52:27Z mike $" +dnl +dnl PAM stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_ARG_ENABLE(pam, [ --enable-pam turn on PAM support, default=yes]) + +dnl Don't use PAM with AIX... +if test $uname = AIX; then + enable_pam=no +fi + +PAMDIR="" +PAMFILE="" +PAMLIBS="" +PAMMOD="pam_unknown.so" + +if test x$enable_pam != xno; then + SAVELIBS="$LIBS" + + AC_CHECK_LIB(dl,dlopen) + AC_CHECK_LIB(pam,pam_start) + AC_CHECK_HEADER(security/pam_appl.h) + if test x$ac_cv_header_security_pam_appl_h != xyes; then + AC_CHECK_HEADER(pam/pam_appl.h, + AC_DEFINE(HAVE_PAM_PAM_APPL_H)) + fi + + if test x$ac_cv_lib_pam_pam_start != xno; then + # Set the necessary libraries for PAM... + if test x$ac_cv_lib_dl_dlopen != xno; then + PAMLIBS="-lpam -ldl" + else + PAMLIBS="-lpam" + fi + + # Find the PAM configuration directory, if any... + for dir in /private/etc/pam.d /etc/pam.d; do + if test -d $dir; then + PAMDIR=$dir + break; + fi + done + fi + + LIBS="$SAVELIBS" + + case "$uname" in + Darwin*) + # Darwin, MacOS X + PAMFILE="pam.darwin" + ;; + IRIX) + # SGI IRIX + PAMFILE="pam.irix" + ;; + *) + # All others; this test might need to be updated + # as Linux distributors move things around... + for mod in pam_unix2.so pam_unix.so pam_pwdb.so; do + if test -f /lib/security/$mod; then + PAMMOD="$mod" + break; + fi + done + + PAMFILE="pam.std" + ;; + esac +fi + +AC_SUBST(PAMDIR) +AC_SUBST(PAMFILE) +AC_SUBST(PAMLIBS) +AC_SUBST(PAMMOD) + +dnl +dnl End of "$Id: cups-pam.m4 5466 2006-04-26 19:52:27Z mike $". +dnl diff --git a/config-scripts/cups-pap.m4 b/config-scripts/cups-pap.m4 new file mode 100644 index 0000000000..2fbed6776d --- /dev/null +++ b/config-scripts/cups-pap.m4 @@ -0,0 +1,37 @@ +dnl +dnl "$Id: cups-pam.m4 5466 2006-04-26 19:52:27Z mike $" +dnl +dnl PAP (AppleTalk) stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +# Currently the PAP backend is only supported on MacOS X with the AppleTalk +# SDK installed... +PAP="" +if test $uname = Darwin; then + PAP="pap" + AC_CHECK_HEADER(AppleTalk/at_proto.h) +fi + +AC_SUBST(PAP) + +dnl +dnl End of "$Id: cups-pam.m4 5466 2006-04-26 19:52:27Z mike $". +dnl diff --git a/config-scripts/cups-pdf.m4 b/config-scripts/cups-pdf.m4 new file mode 100644 index 0000000000..f769748837 --- /dev/null +++ b/config-scripts/cups-pdf.m4 @@ -0,0 +1,43 @@ +dnl +dnl "$Id: cups-pdf.m4 5466 2006-04-26 19:52:27Z mike $" +dnl +dnl PDF filter configuration stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_ARG_ENABLE(pdftops, [ --enable-pdftops build pdftops filter, default=auto ]) + +PDFTOPS="" + +if test "x$enable_pdftops" != xno; then + AC_MSG_CHECKING(whether to build pdftops filter) + if test "x$enable_pdftops" = xyes -o $uname != Darwin; then + PDFTOPS="pdftops" + AC_MSG_RESULT(yes) + else + AC_MSG_RESULT(no) + fi +fi + +AC_SUBST(PDFTOPS) + +dnl +dnl End of "$Id: cups-pdf.m4 5466 2006-04-26 19:52:27Z mike $". +dnl diff --git a/config-scripts/cups-scripting.m4 b/config-scripts/cups-scripting.m4 new file mode 100644 index 0000000000..ee00b8a2e2 --- /dev/null +++ b/config-scripts/cups-scripting.m4 @@ -0,0 +1,104 @@ +dnl +dnl "$Id: cups-scripting.m4 5466 2006-04-26 19:52:27Z mike $" +dnl +dnl Scripting configuration stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +dnl Do we have Java? +AC_ARG_WITH(java, [ --with-java set Java interpreter for web interfaces ], + CUPS_JAVA="$withval", + CUPS_JAVA="") + +if test "x$CUPS_JAVA" = x; then + AC_PATH_PROG(JAVA,java) + CUPS_JAVA="$JAVA" +fi + +AC_DEFINE_UNQUOTED(CUPS_JAVA, "$CUPS_JAVA") + +if test "x$CUPS_JAVA" != x; then + AC_DEFINE(HAVE_JAVA) +fi + +dnl Do we have Perl? +AC_ARG_WITH(perl, [ --with-perl set Perl interpreter for web interfaces ], + CUPS_PERL="$withval", + CUPS_PERL="") + +if test "x$CUPS_PERL" = x; then + AC_PATH_PROG(PERL,perl) + CUPS_PERL="$PERL" +fi + +AC_DEFINE_UNQUOTED(CUPS_PERL, "$CUPS_PERL") + +if test "x$CUPS_PERL" != x; then + AC_DEFINE(HAVE_PERL) +fi + +dnl Do we have PHP? +AC_ARG_WITH(php, [ --with-php set PHP interpreter for web interfaces ], + CUPS_PHP="$withval", + CUPS_PHP="") + +if test "x$CUPS_PHP" = x; then + AC_PATH_PROG(PHP,php) + CUPS_PHP="$PHP" +fi + +AC_DEFINE_UNQUOTED(CUPS_PHP, "$CUPS_PHP") + +if test "x$CUPS_PHP" = x; then + CUPS_PHP="no" +else + AC_DEFINE(HAVE_PHP) +fi + +PHPDIR="" +if test "x$CUPS_PHP" != xno; then + AC_PATH_PROG(PHPCONFIG, php-config) + + if test "x$PHPCONFIG" != x; then + PHPDIR="scripting/php" + fi +fi + +AC_SUBST(PHPDIR) + +dnl Do we have Python? +AC_ARG_WITH(python, [ --with-python set Python interpreter for web interfaces ], + CUPS_PYTHON="$withval", + CUPS_PYTHON="") + +if test "x$CUPS_PYTHON" = x; then + AC_PATH_PROG(PYTHON,python) + CUPS_PYTHON="$PYTHON" +fi + +AC_DEFINE_UNQUOTED(CUPS_PYTHON, "$CUPS_PYTHON") + +if test "x$CUPS_PYTHON" != x; then + AC_DEFINE(HAVE_PYTHON) +fi + +dnl +dnl End of "$Id: cups-scripting.m4 5466 2006-04-26 19:52:27Z mike $". +dnl diff --git a/config-scripts/cups-sharedlibs.m4 b/config-scripts/cups-sharedlibs.m4 new file mode 100644 index 0000000000..ca695aa134 --- /dev/null +++ b/config-scripts/cups-sharedlibs.m4 @@ -0,0 +1,196 @@ +dnl +dnl "$Id: cups-sharedlibs.m4 6145 2006-12-06 20:10:16Z mike $" +dnl +dnl Shared library support for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +PICFLAG=1 +DSOFLAGS="${DSOFLAGS:=}" + +AC_ARG_ENABLE(shared, [ --enable-shared turn on shared libraries, default=yes]) + +if test x$enable_shared != xno; then + case "$uname" in + SunOS* | UNIX_S*) + LIBCUPS="libcups.so.2" + LIBCUPSIMAGE="libcupsimage.so.2" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -Wl,-h,\`basename \$@\` -G \$(OPTIM)" + ;; + HP-UX*) + case "$uarch" in + ia64) + LIBCUPS="libcups.so.2" + LIBCUPSIMAGE="libcupsimage.so.2" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -Wl,-b,-z,+h,\`basename \$@\`" + ;; + *) + LIBCUPS="libcups.sl.2" + LIBCUPSIMAGE="libcupsimage.sl.2" + DSO="\$(LD)" + DSOFLAGS="$DSOFLAGS -b -z +h \`basename \$@\`" + ;; + esac + ;; + IRIX) + LIBCUPS="libcups.so.2" + LIBCUPSIMAGE="libcupsimage.so.2" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -set_version,sgi2.6,-soname,\`basename \$@\` -shared \$(OPTIM)" + ;; + OSF1* | Linux | GNU | *BSD*) + LIBCUPS="libcups.so.2" + LIBCUPSIMAGE="libcupsimage.so.2" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -Wl,-soname,\`basename \$@\` -shared \$(OPTIM)" + ;; + Darwin*) + LIBCUPS="libcups.2.dylib" + LIBCUPSIMAGE="libcupsimage.2.dylib" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -dynamiclib -single_module -lc" + ;; + AIX*) + LIBCUPS="libcups_s.a" + LIBCUPSIMAGE="libcupsimage_s.a" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -Wl,-bexpall,-bM:SRE,-bnoentry,-blibpath:\$(libdir)" + ;; + *) + echo "Warning: shared libraries may not be supported. Trying -shared" + echo " option with compiler." + LIBCUPS="libcups.so.2" + LIBCUPSIMAGE="libcupsimage.so.2" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -Wl,-soname,\`basename \$@\` -shared \$(OPTIM)" + ;; + esac +else + PICFLAG=0 + LIBCUPS="libcups.a" + LIBCUPSIMAGE="libcupsimage.a" + DSO=":" +fi + +# 32-bit and 64-bit libraries need variations of the standard +# DSOFLAGS... +DSO32FLAGS="$DSOFLAGS" +DSO64FLAGS="$DSOFLAGS" + +AC_SUBST(DSO) +AC_SUBST(DSOFLAGS) +AC_SUBST(DSO32FLAGS) +AC_SUBST(DSO64FLAGS) +AC_SUBST(LIBCUPS) +AC_SUBST(LIBCUPSIMAGE) + +if test x$enable_shared = xno; then + LINKCUPS="../cups/libcups.a" + LINKCUPSIMAGE="../filter/libcupsimage.a" +else + if test $uname = AIX; then + LINKCUPS="-lcups_s" + LINKCUPSIMAGE="-lcupsimage_s" + else + LINKCUPS="-lcups" + LINKCUPSIMAGE="-lcupsimage" + fi +fi + +AC_SUBST(LINKCUPS) +AC_SUBST(LINKCUPSIMAGE) + +dnl Update libraries for DSOs... +EXPORT_LDFLAGS="" + +if test "$DSO" != ":"; then + # When using DSOs the image libraries are linked to libcupsimage.so + # rather than to the executables. This makes things smaller if you + # are using any static libraries, and it also allows us to distribute + # a single DSO rather than a bunch... + DSOLIBS="\$(LIBTIFF) \$(LIBPNG) \$(LIBJPEG) \$(LIBZ)" + IMGLIBS="" + + # Tell the run-time linkers where to find a DSO. Some platforms + # need this option, even when the library is installed in a + # standard location... + case $uname in + HP-UX*) + # HP-UX needs the path, even for /usr/lib... + case "$uarch" in + ia64) + DSOFLAGS="-Wl,+s,+b,$libdir $DSOFLAGS" + DSO32FLAGS="-Wl,+s,+b,$LIB32DIR $DSO32FLAGS" + DSO64FLAGS="-Wl,+s,+b,$LIB64DIR $DSO64FLAGS" + ;; + *) + DSOFLAGS="+s +b $libdir $DSOFLAGS" + DSO32FLAGS="+s +b $LIB32DIR $DSO32FLAGS" + DSO64FLAGS="+s +b $LIB64DIR $DSO64FLAGS" + ;; + esac + LDFLAGS="$LDFLAGS -Wl,+s,+b,$libdir" + EXPORT_LDFLAGS="-Wl,+s,+b,$libdir" + ;; + SunOS*) + # Solaris... + if test $exec_prefix != /usr; then + DSOFLAGS="-R$libdir $DSOFLAGS" + DSO32FLAGS="-R$LIB32DIR $DSO32FLAGS" + DSO64FLAGS="-R$LIB64DIR $DSO64FLAGS" + LDFLAGS="$LDFLAGS -R$libdir" + EXPORT_LDFLAGS="-R$libdir" + fi + ;; + *BSD*) + # *BSD... + if test $exec_prefix != /usr; then + DSOFLAGS="-Wl,-R$libdir $DSOFLAGS" + DSO32FLAGS="-Wl,-R$LIB32DIR $DSO32FLAGS" + DSO64FLAGS="-Wl,-R$LIB64DIR $DSO64FLAGS" + LDFLAGS="$LDFLAGS -Wl,-R$libdir" + EXPORT_LDFLAGS="-Wl,-R$libdir" + fi + ;; + IRIX | Linux | GNU) + # IRIX, Linux, and HURD... + if test $exec_prefix != /usr; then + DSOFLAGS="-Wl,-rpath,$libdir $DSOFLAGS" + DSO32FLAGS="-Wl,-rpath,$LIB32DIR $DSO32FLAGS" + DSO64FLAGS="-Wl,-rpath,$LIB64DIR $DSO64FLAGS" + LDFLAGS="$LDFLAGS -Wl,-rpath,$libdir" + EXPORT_LDFLAGS="-Wl,-rpath,$libdir" + fi + ;; + esac +else + DSOLIBS="" + IMGLIBS="\$(LIBTIFF) \$(LIBPNG) \$(LIBJPEG) \$(LIBZ)" +fi + +AC_SUBST(DSOLIBS) +AC_SUBST(IMGLIBS) +AC_SUBST(EXPORT_LDFLAGS) + +dnl +dnl End of "$Id: cups-sharedlibs.m4 6145 2006-12-06 20:10:16Z mike $". +dnl diff --git a/config-scripts/cups-slp.m4 b/config-scripts/cups-slp.m4 new file mode 100644 index 0000000000..0afbbca31e --- /dev/null +++ b/config-scripts/cups-slp.m4 @@ -0,0 +1,48 @@ +dnl +dnl "$Id: cups-slp.m4 5466 2006-04-26 19:52:27Z mike $" +dnl +dnl OpenSLP configuration stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_ARG_ENABLE(slp, [ --enable-slp turn on SLP support, default=yes]) +AC_ARG_WITH(openslp-libs, [ --with-openslp-libs set directory for OpenSLP library], + LDFLAGS="-L$withval $LDFLAGS" + DSOFLAGS="-L$withval $DSOFLAGS",) +AC_ARG_WITH(openslp-includes, [ --with-openslp-includes set directory for OpenSLP includes], + CFLAGS="-I$withval $CFLAGS" + CXXFLAGS="-I$withval $CXXFLAGS" + CPPFLAGS="-I$withval $CPPFLAGS",) + +LIBSLP="" + +if test x$enable_slp != xno; then + AC_CHECK_HEADER(slp.h, + AC_CHECK_LIB(slp, SLPOpen, + AC_DEFINE(HAVE_LIBSLP) + LIBSLP="-lslp")) +fi + +AC_SUBST(LIBSLP) + + +dnl +dnl End of "$Id: cups-slp.m4 5466 2006-04-26 19:52:27Z mike $". +dnl diff --git a/config-scripts/cups-ssl.m4 b/config-scripts/cups-ssl.m4 new file mode 100644 index 0000000000..2522e9b161 --- /dev/null +++ b/config-scripts/cups-ssl.m4 @@ -0,0 +1,137 @@ +dnl +dnl "$Id: cups-ssl.m4 6238 2007-02-06 16:04:25Z mike $" +dnl +dnl OpenSSL/GNUTLS stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_ARG_ENABLE(ssl, [ --enable-ssl turn on SSL/TLS support, default=yes]) +AC_ARG_ENABLE(cdsassl, [ --enable-cdsassl use CDSA for SSL/TLS support, default=first]) +AC_ARG_ENABLE(gnutls, [ --enable-gnutls use GNU TLS for SSL/TLS support, default=second]) +AC_ARG_ENABLE(openssl, [ --enable-openssl use OpenSSL for SSL/TLS support, default=third]) +AC_ARG_WITH(openssl-libs, [ --with-openssl-libs set directory for OpenSSL library], + LDFLAGS="-L$withval $LDFLAGS" + DSOFLAGS="-L$withval $DSOFLAGS",) +AC_ARG_WITH(openssl-includes, [ --with-openssl-includes set directory for OpenSSL includes], + CFLAGS="-I$withval $CFLAGS" + CXXFLAGS="-I$withval $CXXFLAGS" + CPPFLAGS="-I$withval $CPPFLAGS",) + +SSLFLAGS="" +SSLLIBS="" +ENCRYPTION_REQUIRED="" + +if test x$enable_ssl != xno; then + dnl Look for CDSA... + if test "x${SSLLIBS}" = "x" -a "x${enable_cdsassl}" != "xno"; then + if test $uname = Darwin; then + AC_CHECK_HEADER(Security/SecureTransport.h, [ + SSLLIBS="-framework CoreFoundation -framework Security" + # MacOS X doesn't (yet) come with pre-installed encryption + # certificates for CUPS, so don't enable encryption on + # /admin just yet... + #ENCRYPTION_REQUIRED=" Encryption Required" + AC_DEFINE(HAVE_SSL) + AC_DEFINE(HAVE_CDSASSL) + + dnl Check for the various security headers... + AC_CHECK_HEADER(Security/SecPolicy.h, + AC_DEFINE(HAVE_SECPOLICY_H)) + AC_CHECK_HEADER(Security/SecPolicyPriv.h, + AC_DEFINE(HAVE_SECPOLICYPRIV_H)) + AC_CHECK_HEADER(Security/SecBasePriv.h, + AC_DEFINE(HAVE_SECBASEPRIV_H)) + AC_CHECK_HEADER(Security/SecIdentitySearchPriv.h, + AC_DEFINE(HAVE_SECIDENTITYSEARCHPRIV_H)) + + dnl Check for SecIdentitySearchCreateWithPolicy... + AC_MSG_CHECKING(for SecIdentitySearchCreateWithPolicy) + if test $uversion -ge 80; then + AC_DEFINE(HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY) + AC_MSG_RESULT(yes) + else + AC_MSG_RESULT(no) + fi]) + fi + fi + + dnl Then look for GNU TLS... + if test "x${SSLLIBS}" = "x" -a "x${enable_gnutls}" != "xno"; then + AC_PATH_PROG(LIBGNUTLSCONFIG,libgnutls-config) + if test "x$LIBGNUTLSCONFIG" != x; then + SSLLIBS=`$LIBGNUTLSCONFIG --libs` + SSLFLAGS=`$LIBGNUTLSCONFIG --cflags` + ENCRYPTION_REQUIRED=" Encryption Required" + AC_DEFINE(HAVE_SSL) + AC_DEFINE(HAVE_GNUTLS) + fi + fi + + dnl Check for the OpenSSL library last... + if test "x${SSLLIBS}" = "x" -a "x${enable_openssl}" != "xno"; then + AC_CHECK_HEADER(openssl/ssl.h, + dnl Save the current libraries so the crypto stuff isn't always + dnl included... + SAVELIBS="$LIBS" + + dnl Some ELF systems can't resolve all the symbols in libcrypto + dnl if libcrypto was linked against RSAREF, and fail to link the + dnl test program correctly, even though a correct installation + dnl of OpenSSL exists. So we test the linking three times in + dnl case the RSAREF libraries are needed. + + for libcrypto in \ + "-lcrypto" \ + "-lcrypto -lrsaref" \ + "-lcrypto -lRSAglue -lrsaref" + do + AC_CHECK_LIB(ssl,SSL_new, + [SSLFLAGS="-DOPENSSL_DISABLE_OLD_DES_SUPPORT" + SSLLIBS="-lssl $libcrypto" + ENCRYPTION_REQUIRED=" Encryption Required" + AC_DEFINE(HAVE_SSL) + AC_DEFINE(HAVE_LIBSSL)],, + $libcrypto) + + if test "x${SSLLIBS}" != "x"; then + break + fi + done + + LIBS="$SAVELIBS") + fi +fi + +if test "x$SSLLIBS" != x; then + AC_MSG_RESULT([ Using SSLLIBS="$SSLLIBS"]) + AC_MSG_RESULT([ Using SSLFLAGS="$SSLFLAGS"]) +fi + +AC_SUBST(SSLFLAGS) +AC_SUBST(SSLLIBS) +AC_SUBST(ENCRYPTION_REQUIRED) + +EXPORT_SSLLIBS="$SSLLIBS" +AC_SUBST(EXPORT_SSLLIBS) + + +dnl +dnl End of "$Id: cups-ssl.m4 6238 2007-02-06 16:04:25Z mike $". +dnl diff --git a/config-scripts/cups-threads.m4 b/config-scripts/cups-threads.m4 new file mode 100644 index 0000000000..dbf5afaf2f --- /dev/null +++ b/config-scripts/cups-threads.m4 @@ -0,0 +1,63 @@ +dnl +dnl "$Id: cups-threads.m4 6061 2006-10-23 00:26:52Z mike $" +dnl +dnl Threading stuff for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2005 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_ARG_ENABLE(threads, [ --enable-threads enable multi-threading support]) + +have_pthread=no +PTHREAD_FLAGS="" + +if test "x$enable_threads" != xno; then + AC_CHECK_HEADER(pthread.h, AC_DEFINE(HAVE_PTHREAD_H)) + + if test x$ac_cv_header_pthread_h = xyes; then + dnl Check various threading options for the platforms we support + for flag in -lpthreads -lpthread -pthread; do + AC_MSG_CHECKING([for pthread_create using $flag]) + SAVELIBS="$LIBS" + LIBS="$flag $LIBS" + AC_TRY_LINK([#include ], + [pthread_create(0, 0, 0, 0);], + have_pthread=yes, + LIBS="$SAVELIBS") + AC_MSG_RESULT([$have_pthread]) + + if test $have_pthread = yes; then + PTHREAD_FLAGS="-D_THREAD_SAFE -D_REENTRANT" + + # Solaris requires -D_POSIX_PTHREAD_SEMANTICS to + # be POSIX-compliant... :( + if test $uname = SunOS; then + PTHREAD_FLAGS="$PTHREAD_FLAGS -D_POSIX_PTHREAD_SEMANTICS" + fi + break + fi + done + fi +fi + +AC_SUBST(PTHREAD_FLAGS) + +dnl +dnl End of "$Id: cups-threads.m4 6061 2006-10-23 00:26:52Z mike $". +dnl diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000000..c2b46be0b4 --- /dev/null +++ b/config.h.in @@ -0,0 +1,475 @@ +/* + * "$Id$" + * + * Configuration file for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_CONFIG_H_ +#define _CUPS_CONFIG_H_ + +/* + * Version of software... + */ + +#define CUPS_SVERSION "" +#define CUPS_MINIMAL "" + + +/* + * Default user and groups... + */ + +#define CUPS_DEFAULT_USER "lp" +#define CUPS_DEFAULT_GROUP "sys" +#define CUPS_DEFAULT_SYSTEM_GROUPS "sys root system" + + +/* + * Default file permissions... + */ + +#define CUPS_DEFAULT_CONFIG_FILE_PERM 0640 +#define CUPS_DEFAULT_LOG_FILE_PERM 0644 + + +/* + * Default browsing settings... + */ + +#define CUPS_DEFAULT_BROWSING 1 +#define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS "CUPS" +#define CUPS_DEFAULT_BROWSE_REMOTE_PROTOCOLS "CUPS" +#define CUPS_DEFAULT_BROWSE_SHORT_NAMES 1 +#define CUPS_DEFAULT_DEFAULT_SHARED 1 +#define CUPS_DEFAULT_IMPLICIT_CLASSES 1 +#define CUPS_DEFAULT_USE_NETWORK_DEFAULT 1 + + +/* + * Default IPP port... + */ + +#define CUPS_DEFAULT_IPP_PORT 631 + + +/* + * Default printcap file... + */ + +#define CUPS_DEFAULT_PRINTCAP "/etc/printcap" + + +/* + * Maximum number of file descriptors to support. + */ + +#define CUPS_MAX_FDS 4096 + + +/* + * Do we have domain socket support? + */ + +#undef CUPS_DEFAULT_DOMAINSOCKET + + +/* + * Where are files stored? + * + * Note: These are defaults, which can be overridden by environment + * variables at run-time... + */ + +#define CUPS_BINDIR "/usr/bin" +#define CUPS_CACHEDIR "/var/cache/cups" +#define CUPS_DATADIR "/usr/share/cups" +#define CUPS_DOCROOT "/usr/share/doc/cups" +#define CUPS_FONTPATH "/usr/share/cups/fonts" +#define CUPS_LOCALEDIR "/usr/share/locale" +#define CUPS_LOGDIR "/var/logs/cups" +#define CUPS_REQUESTS "/var/spool/cups" +#define CUPS_SBINDIR "/usr/sbin" +#define CUPS_SERVERBIN "/usr/lib/cups" +#define CUPS_SERVERROOT "/etc/cups" +#define CUPS_STATEDIR "/var/run/cups" + + +/* + * Do we have various image libraries? + */ + +#undef HAVE_LIBPNG +#undef HAVE_LIBZ +#undef HAVE_LIBJPEG +#undef HAVE_LIBTIFF + + +/* + * Do we have PAM stuff? + */ + +#ifndef HAVE_LIBPAM +#define HAVE_LIBPAM 0 +#endif /* !HAVE_LIBPAM */ + +#undef HAVE_PAM_PAM_APPL_H + + +/* + * Do we have ? + */ + +#undef HAVE_SHADOW_H + + +/* + * Do we have ? + */ + +#undef HAVE_CRYPT_H + + +/* + * Do we have ? + */ + +#undef HAVE_SCSI_SG_H + + +/* + * Use , , and/or ? + */ + +#undef HAVE_STRING_H +#undef HAVE_STRINGS_H +#undef HAVE_BSTRING_H + +/* + * Do we have the long long type? + */ + +#undef HAVE_LONG_LONG + +#ifdef HAVE_LONG_LONG +# define CUPS_LLFMT "%lld" +# define CUPS_LLCAST (long long) +#else +# define CUPS_LLFMT "%ld" +# define CUPS_LLCAST (long) +#endif /* HAVE_LONG_LONG */ + +/* + * Do we have the strtoll() function? + */ + +#undef HAVE_STRTOLL + +#ifndef HAVE_STRTOLL +# define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base)) +#endif /* !HAVE_STRTOLL */ + +/* + * Do we have the strXXX() functions? + */ + +#undef HAVE_STRDUP +#undef HAVE_STRCASECMP +#undef HAVE_STRNCASECMP +#undef HAVE_STRLCAT +#undef HAVE_STRLCPY + + +/* + * Do we have the geteuid() function? + */ + +#undef HAVE_GETEUID + + +/* + * Do we have the vsyslog() function? + */ + +#undef HAVE_VSYSLOG + + +/* + * Do we have the (v)snprintf() functions? + */ + +#undef HAVE_SNPRINTF +#undef HAVE_VSNPRINTF + + +/* + * What signal functions to use? + */ + +#undef HAVE_SIGSET +#undef HAVE_SIGACTION + + +/* + * What wait functions to use? + */ + +#undef HAVE_WAITPID +#undef HAVE_WAIT3 + + +/* + * Do we have the mallinfo function and malloc.h? + */ + +#undef HAVE_MALLINFO +#undef HAVE_MALLOC_H + + +/* + * Do we have the POSIX ACL functions? + */ + +#undef HAVE_ACL_INIT + + +/* + * Do we have the langinfo.h header file? + */ + +#undef HAVE_LANGINFO_H + + +/* + * Which encryption libraries do we have? + */ + +#undef HAVE_CDSASSL +#undef HAVE_GNUTLS +#undef HAVE_LIBSSL +#undef HAVE_SSL + + +/* + * What Security framework headers do we have? + */ + +#undef HAVE_SECPOLICY_H +#undef HAVE_SECPOLICYPRIV_H +#undef HAVE_SECBASEPRIV_H +#undef HAVE_SECIDENTITYSEARCHPRIV_H + + +/* + * Do we have the SecIdentitySearchCreateWithPolicy function? + */ + +#undef HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY + + +/* + * Do we have the SLP library? + */ + +#undef HAVE_LIBSLP + + +/* + * Do we have an LDAP library? + */ + +#undef HAVE_LDAP +#undef HAVE_OPENLDAP + + +/* + * Do we have libpaper? + */ + +#undef HAVE_LIBPAPER + + +/* + * Do we have ? + */ + +#undef HAVE_SYS_IOCTL_H + + +/* + * Do we have mkstemp() and/or mkstemps()? + */ + +#undef HAVE_MKSTEMP +#undef HAVE_MKSTEMPS + + +/* + * Does the "tm" structure contain the "tm_gmtoff" member? + */ + +#undef HAVE_TM_GMTOFF + + +/* + * Do we have rresvport_af()? + */ + +#undef HAVE_RRESVPORT_AF + + +/* + * Do we have getaddrinfo()? + */ + +#undef HAVE_GETADDRINFO + + +/* + * Do we have getnameinfo()? + */ + +#undef HAVE_GETNAMEINFO + + +/* + * Do we have getifaddrs()? + */ + +#undef HAVE_GETIFADDRS + + +/* + * Do we have hstrerror()? + */ + +#undef HAVE_HSTRERROR + + +/* + * Do we have the header file? + */ + +#undef HAVE_SYS_SOCKIO_H + + +/* + * Does the sockaddr structure contain an sa_len parameter? + */ + +#undef HAVE_STRUCT_SOCKADDR_SA_LEN + + +/* + * Do we have the AIX usersec.h header file? + */ + +#undef HAVE_USERSEC_H + +/* + * Do we have pthread support? + */ + +#undef HAVE_PTHREAD_H + + +/* + * Do we have launchd support? + */ + +#undef HAVE_LAUNCH_H +#undef HAVE_LAUNCHD +#define CUPS_DEFAULT_LAUNCHD_CONF "" + + +/* + * Various scripting languages... + */ + +#undef HAVE_JAVA +#define CUPS_JAVA "/usr/bin/java" +#undef HAVE_PERL +#define CUPS_PERL "/usr/bin/perl" +#undef HAVE_PHP +#define CUPS_PHP "/usr/bin/php" +#undef HAVE_PYTHON +#define CUPS_PYTHON "/usr/bin/python" + + +/* + * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks? + */ + +#undef HAVE_COREFOUNDATION +#undef HAVE_SYSTEMCONFIGURATION + + +/* + * Do we have CoreFoundation public and private headers? + */ + +#undef HAVE_COREFOUNDATION_H +#undef HAVE_CFPRIV_H +#undef HAVE_CFBUNDLEPRIV_H + + +/* + * Do we have CFLocaleCreateCanonicalLocaleIdentifierFromString()? + */ + +#undef HAVE_CF_LOCALE_ID + + +/* + * Do we have MacOSX 10.4's mbr_XXX functions()? + */ + +#undef HAVE_MEMBERSHIP_H +#undef HAVE_MBR_UID_TO_UUID + + +/* + * Do we have Darwin's notify_post() header and function? + */ + +#undef HAVE_NOTIFY_H +#undef HAVE_NOTIFY_POST + + +/* + * Do we have DBUS? + */ + +#undef HAVE_DBUS +#undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND + + +/* + * Do we have the AppleTalk/at_proto.h header? + */ + +#undef HAVE_APPLETALK_AT_PROTO_H + + +#endif /* !_CUPS_CONFIG_H_ */ + +/* + * End of "$Id$". + */ diff --git a/configure.in b/configure.in new file mode 100644 index 0000000000..7a5fdefe5a --- /dev/null +++ b/configure.in @@ -0,0 +1,88 @@ +dnl +dnl "$Id$" +dnl +dnl Configuration script for the Common UNIX Printing System (CUPS). +dnl +dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl +dnl These coded instructions, statements, and computer programs are the +dnl property of Easy Software Products and are protected by Federal +dnl copyright law. Distribution and use rights are outlined in the file +dnl "LICENSE.txt" which should have been included with this file. If this +dnl file is missing or damaged please contact Easy Software Products +dnl at: +dnl +dnl Attn: CUPS Licensing Information +dnl Easy Software Products +dnl 44141 Airport View Drive, Suite 204 +dnl Hollywood, Maryland 20636 USA +dnl +dnl Voice: (301) 373-9600 +dnl EMail: cups-info@cups.org +dnl WWW: http://www.cups.org +dnl + +AC_INIT(cups/cups.h) + +sinclude(config-scripts/cups-opsys.m4) +sinclude(config-scripts/cups-common.m4) +sinclude(config-scripts/cups-directories.m4) +sinclude(config-scripts/cups-manpages.m4) + +sinclude(config-scripts/cups-3264.m4) +sinclude(config-scripts/cups-sharedlibs.m4) +sinclude(config-scripts/cups-libtool.m4) +sinclude(config-scripts/cups-compiler.m4) + +sinclude(config-scripts/cups-image.m4) +sinclude(config-scripts/cups-network.m4) +sinclude(config-scripts/cups-slp.m4) +sinclude(config-scripts/cups-ldap.m4) +sinclude(config-scripts/cups-ssl.m4) +sinclude(config-scripts/cups-pam.m4) +sinclude(config-scripts/cups-threads.m4) +sinclude(config-scripts/cups-largefile.m4) +sinclude(config-scripts/cups-launchd.m4) +sinclude(config-scripts/cups-defaults.m4) +sinclude(config-scripts/cups-pap.m4) +sinclude(config-scripts/cups-pdf.m4) +sinclude(config-scripts/cups-scripting.m4) + +INSTALL_LANGUAGES="" +UNINSTALL_LANGUAGES="" +LANGFILES="" +if test "x$LANGUAGES" != x; then + INSTALL_LANGUAGES="install-languages" + UNINSTALL_LANGUAGES="uninstall-languages" + for lang in $LANGUAGES; do + if test -f doc/$lang/index.html.in; then + LANGFILES="$LANGFILES doc/$lang/index.html" + fi + + if test -f templates/$lang/edit-config.tmpl.in; then + LANGFILES="$LANGFILES templates/$lang/edit-config.tmpl" + fi + + if test -f templates/$lang/header.tmpl.in; then + LANGFILES="$LANGFILES templates/$lang/header.tmpl" + fi + done +fi + +AC_SUBST(INSTALL_LANGUAGES) +AC_SUBST(UNINSTALL_LANGUAGES) + +AC_OUTPUT(Makedefs packaging/cups.list init/cups.sh init/cups-lpd cups-config + conf/cupsd.conf conf/pam.std doc/index.html + doc/help/standard.html man/client.conf.man + man/cups-deviced.man man/cups-driverd.man + man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man + man/cupsd.conf.man man/lpoptions.man + templates/edit-config.tmpl templates/header.tmpl + $LANGFILES) + +chmod +x cups-config + +dnl +dnl End of "$Id$". +dnl diff --git a/cups-config.in b/cups-config.in new file mode 100755 index 0000000000..e294817b3a --- /dev/null +++ b/cups-config.in @@ -0,0 +1,155 @@ +#! /bin/sh +# +# "$Id$" +# +# CUPS configuration utility. +# +# Copyright 2001-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +VERSION="@CUPS_VERSION@" +APIVERSION="1.2" + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +bindir=@bindir@ +includedir=@includedir@ +libdir=@libdir@ +imagelibdir=@libdir@ +datarootdir=@datadir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ +cups_datadir=@CUPS_DATADIR@ +cups_serverbin=@CUPS_SERVERBIN@ +cups_serverroot=@CUPS_SERVERROOT@ +INSTALLSTATIC=@INSTALLSTATIC@ + +# flags for C++ compiler: +CFLAGS="" +LDFLAGS="@EXPORT_LDFLAGS@" +LIBS="@EXPORT_SSLLIBS@ @EXPORT_LIBZ@ @LIBS@" +IMGLIBS="@EXPORT_LIBTIFF@ @EXPORT_LIBJPEG@ @EXPORT_LIBPNG@" + +# Check for local invocation... +selfdir=`dirname $0` + +if test -f "$selfdir/cups/cups.h"; then + CFLAGS="-I$selfdir" + LDFLAGS="-L$selfdir/cups -L$selfdir/filter $LDFLAGS" + libdir="$selfdir/cups" + imagelibdir="$selfdir/filter" + if test ! -f "$selfdir/cups/raster.h"; then + ln -s ../filter/raster.h "$selfdir/cups" + fi +else + if test $includedir != /usr/include; then + CFLAGS="$CFLAGS -I$includedir" + fi + + if test $libdir != /usr/lib -a $libdir != /usr/lib32 -a $libdir != /usr/lib64; then + LDFLAGS="$LDFLAGS -L$libdir" + fi +fi + + +usage () +{ + echo "Usage: cups-config --api-version" + echo " cups-config --cflags" + echo " cups-config --datadir" + echo " cups-config --help" + echo " cups-config --ldflags" + echo " cups-config [--image] [--static] --libs" + echo " cups-config --serverbin" + echo " cups-config --serverroot" + echo " cups-config --version" + + exit $1 +} + +if test $# -eq 0; then + usage 1 +fi + +# Parse command line options +static=no +image=no + +while test $# -gt 0; do + case $1 in + --api-version) + echo $APIVERSION + ;; + --cflags) + echo $CFLAGS + ;; + --datadir) + echo $cups_datadir + ;; + --help) + usage 0 + ;; + --image) + image=yes + ;; + --ldflags) + echo $LDFLAGS + ;; + --libs) + if test $static = no; then + if test $image = no; then + echo -lcups $LIBS + else + echo -lcupsimage -lcups $IMGLIBS $LIBS + fi + else + if test $image = no; then + echo $libdir/libcups.a $LIBS + else + echo $imagelibdir/libcupsimage.a $libdir/libcups.a $IMGLIBS $LIBS + fi + fi + ;; + --serverbin) + echo $cups_serverbin + ;; + --serverroot) + echo $cups_serverroot + ;; + --static) + if test -z "$INSTALLSTATIC"; then + echo "WARNING: Static libraries not installed!" >&2 + else + static=yes + fi + ;; + --version) + echo $VERSION + ;; + *) + usage 1 + ;; + esac + + shift +done + +# +# End of "$Id$". +# diff --git a/cups/Dependencies b/cups/Dependencies new file mode 100644 index 0000000000..cedd9bdedb --- /dev/null +++ b/cups/Dependencies @@ -0,0 +1,294 @@ +# DO NOT DELETE + +adminutil.o: adminutil.h cups.h ipp.h http.h md5.h ppd.h array.h file.h +adminutil.o: language.h globals.h string.h ../config.h http-private.h +adminutil.o: ipp-private.h i18n.h transcode.h debug.h +array.o: array.h string.h ../config.h debug.h +attr.o: ppd.h array.h file.h debug.h string.h ../config.h +auth.o: globals.h string.h ../config.h http-private.h http.h md5.h +auth.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +auth.o: transcode.h debug.h +backchannel.o: cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +backend.o: backend.h string.h ../config.h +custom.o: globals.h string.h ../config.h http-private.h http.h md5.h +custom.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +custom.o: transcode.h debug.h +dest.o: globals.h string.h ../config.h http-private.h http.h md5.h +dest.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +dest.o: transcode.h +dir.o: dir.h string.h ../config.h debug.h +emit.o: ppd.h array.h file.h string.h ../config.h debug.h +encode.o: cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +encode.o: ipp-private.h string.h ../config.h debug.h +file.o: http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +file.o: string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +file.o: debug.h +getifaddrs.o: http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +getputfile.o: cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +getputfile.o: string.h ../config.h debug.h +globals.o: http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +globals.o: globals.h string.h cups.h ppd.h array.h file.h language.h i18n.h +globals.o: transcode.h debug.h +http.o: http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +http.o: string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +http.o: debug.h +http-addr.o: globals.h string.h ../config.h http-private.h http.h md5.h +http-addr.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +http-addr.o: i18n.h transcode.h debug.h +http-addrlist.o: http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +http-addrlist.o: globals.h string.h cups.h ppd.h array.h file.h language.h +http-addrlist.o: i18n.h transcode.h debug.h +http-support.o: debug.h globals.h string.h ../config.h http-private.h http.h +http-support.o: md5.h ipp-private.h ipp.h cups.h ppd.h array.h file.h +http-support.o: language.h i18n.h transcode.h +ipp.o: http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +ipp.o: string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +ipp.o: debug.h +ipp-support.o: globals.h string.h ../config.h http-private.h http.h md5.h +ipp-support.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +ipp-support.o: i18n.h transcode.h debug.h +langprintf.o: globals.h string.h ../config.h http-private.h http.h md5.h +langprintf.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +langprintf.o: i18n.h transcode.h +language.o: globals.h string.h ../config.h http-private.h http.h md5.h +language.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +language.o: transcode.h debug.h +localize.o: globals.h string.h ../config.h http-private.h http.h md5.h +localize.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +localize.o: transcode.h debug.h +mark.o: cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h string.h +mark.o: ../config.h debug.h +md5.o: md5.h string.h ../config.h +md5passwd.o: http.h md5.h string.h ../config.h +notify.o: globals.h string.h ../config.h http-private.h http.h md5.h +notify.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +notify.o: transcode.h +options.o: cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h string.h +options.o: ../config.h debug.h +page.o: ppd.h array.h file.h string.h ../config.h +ppd.o: globals.h string.h ../config.h http-private.h http.h md5.h +ppd.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +ppd.o: transcode.h debug.h +request.o: globals.h string.h ../config.h http-private.h http.h md5.h +request.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +request.o: transcode.h debug.h +snprintf.o: string.h ../config.h +string.o: array.h debug.h string.h ../config.h +tempfile.o: globals.h string.h ../config.h http-private.h http.h md5.h +tempfile.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +tempfile.o: transcode.h debug.h +transcode.o: globals.h string.h ../config.h http-private.h http.h md5.h +transcode.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +transcode.o: i18n.h transcode.h debug.h +usersys.o: http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +usersys.o: globals.h string.h cups.h ppd.h array.h file.h language.h i18n.h +usersys.o: transcode.h debug.h +util.o: globals.h string.h ../config.h http-private.h http.h md5.h +util.o: ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +util.o: transcode.h debug.h +testadmin.o: adminutil.h cups.h ipp.h http.h md5.h ppd.h array.h file.h +testadmin.o: language.h string.h ../config.h +testarray.o: ../cups/string.h ../config.h string.h array.h dir.h debug.h +testfile.o: string.h ../config.h file.h debug.h +testhttp.o: http.h md5.h string.h ../config.h +testi18n.o: i18n.h transcode.h language.h array.h string.h ../config.h +testipp.o: ../cups/string.h ../config.h string.h ipp-private.h ipp.h http.h +testipp.o: md5.h +testlang.o: i18n.h transcode.h language.h array.h +testppd.o: ../cups/string.h ../config.h string.h ppd.h array.h file.h +# DO NOT DELETE + +adminutil.32.o: adminutil.c adminutil.h cups.h ipp.h http.h md5.h ppd.h array.h file.h +adminutil.32.o: adminutil.c language.h globals.h string.h ../config.h http-private.h +adminutil.32.o: adminutil.c ipp-private.h i18n.h transcode.h debug.h +array.32.o: array.c array.h string.h ../config.h debug.h +attr.32.o: attr.c ppd.h array.h file.h debug.h string.h ../config.h +auth.32.o: auth.c globals.h string.h ../config.h http-private.h http.h md5.h +auth.32.o: auth.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +auth.32.o: auth.c transcode.h debug.h +backchannel.32.o: backchannel.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +backend.32.o: backend.c backend.h string.h ../config.h +custom.32.o: custom.c globals.h string.h ../config.h http-private.h http.h md5.h +custom.32.o: custom.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +custom.32.o: custom.c transcode.h debug.h +dest.32.o: dest.c globals.h string.h ../config.h http-private.h http.h md5.h +dest.32.o: dest.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +dest.32.o: dest.c transcode.h +dir.32.o: dir.c dir.h string.h ../config.h debug.h +emit.32.o: emit.c ppd.h array.h file.h string.h ../config.h debug.h +encode.32.o: encode.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +encode.32.o: encode.c ipp-private.h string.h ../config.h debug.h +file.32.o: file.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +file.32.o: file.c string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +file.32.o: file.c debug.h +getifaddrs.32.o: getifaddrs.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +getputfile.32.o: getputfile.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +getputfile.32.o: getputfile.c string.h ../config.h debug.h +globals.32.o: globals.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +globals.32.o: globals.c globals.h string.h cups.h ppd.h array.h file.h language.h i18n.h +globals.32.o: globals.c transcode.h debug.h +http.32.o: http.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +http.32.o: http.c string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +http.32.o: http.c debug.h +http-addr.32.o: http-addr.c globals.h string.h ../config.h http-private.h http.h md5.h +http-addr.32.o: http-addr.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +http-addr.32.o: http-addr.c i18n.h transcode.h debug.h +http-addrlist.32.o: http-addrlist.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +http-addrlist.32.o: http-addrlist.c globals.h string.h cups.h ppd.h array.h file.h language.h +http-addrlist.32.o: http-addrlist.c i18n.h transcode.h debug.h +http-support.32.o: http-support.c debug.h globals.h string.h ../config.h http-private.h http.h +http-support.32.o: http-support.c md5.h ipp-private.h ipp.h cups.h ppd.h array.h file.h +http-support.32.o: http-support.c language.h i18n.h transcode.h +ipp.32.o: ipp.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +ipp.32.o: ipp.c string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +ipp.32.o: ipp.c debug.h +ipp-support.32.o: ipp-support.c globals.h string.h ../config.h http-private.h http.h md5.h +ipp-support.32.o: ipp-support.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +ipp-support.32.o: ipp-support.c i18n.h transcode.h debug.h +langprintf.32.o: langprintf.c globals.h string.h ../config.h http-private.h http.h md5.h +langprintf.32.o: langprintf.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +langprintf.32.o: langprintf.c i18n.h transcode.h +language.32.o: language.c globals.h string.h ../config.h http-private.h http.h md5.h +language.32.o: language.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +language.32.o: language.c transcode.h debug.h +localize.32.o: localize.c globals.h string.h ../config.h http-private.h http.h md5.h +localize.32.o: localize.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +localize.32.o: localize.c transcode.h debug.h +mark.32.o: mark.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h string.h +mark.32.o: mark.c ../config.h debug.h +md5.32.o: md5.c md5.h string.h ../config.h +md5passwd.32.o: md5passwd.c http.h md5.h string.h ../config.h +notify.32.o: notify.c globals.h string.h ../config.h http-private.h http.h md5.h +notify.32.o: notify.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +notify.32.o: notify.c transcode.h +options.32.o: options.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h string.h +options.32.o: options.c ../config.h debug.h +page.32.o: page.c ppd.h array.h file.h string.h ../config.h +ppd.32.o: ppd.c globals.h string.h ../config.h http-private.h http.h md5.h +ppd.32.o: ppd.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +ppd.32.o: ppd.c transcode.h debug.h +request.32.o: request.c globals.h string.h ../config.h http-private.h http.h md5.h +request.32.o: request.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +request.32.o: request.c transcode.h debug.h +snprintf.32.o: snprintf.c string.h ../config.h +string.32.o: string.c array.h debug.h string.h ../config.h +tempfile.32.o: tempfile.c globals.h string.h ../config.h http-private.h http.h md5.h +tempfile.32.o: tempfile.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +tempfile.32.o: tempfile.c transcode.h debug.h +transcode.32.o: transcode.c globals.h string.h ../config.h http-private.h http.h md5.h +transcode.32.o: transcode.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +transcode.32.o: transcode.c i18n.h transcode.h debug.h +usersys.32.o: usersys.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +usersys.32.o: usersys.c globals.h string.h cups.h ppd.h array.h file.h language.h i18n.h +usersys.32.o: usersys.c transcode.h debug.h +util.32.o: util.c globals.h string.h ../config.h http-private.h http.h md5.h +util.32.o: util.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +util.32.o: util.c transcode.h debug.h +testadmin.32.o: testadmin.c adminutil.h cups.h ipp.h http.h md5.h ppd.h array.h file.h +testadmin.32.o: testadmin.c language.h string.h ../config.h +testarray.32.o: testarray.c ../cups/string.h ../config.h string.h array.h dir.h debug.h +testfile.32.o: testfile.c string.h ../config.h file.h debug.h +testhttp.32.o: testhttp.c http.h md5.h string.h ../config.h +testi18n.32.o: testi18n.c i18n.h transcode.h language.h array.h string.h ../config.h +testipp.32.o: testipp.c ../cups/string.h ../config.h string.h ipp-private.h ipp.h http.h +testipp.32.o: testipp.c md5.h +testlang.32.o: testlang.c i18n.h transcode.h language.h array.h +testppd.32.o: testppd.c ../cups/string.h ../config.h string.h ppd.h array.h file.h +# DO NOT DELETE + +adminutil.64.o: adminutil.c adminutil.h cups.h ipp.h http.h md5.h ppd.h array.h file.h +adminutil.64.o: adminutil.c language.h globals.h string.h ../config.h http-private.h +adminutil.64.o: adminutil.c ipp-private.h i18n.h transcode.h debug.h +array.64.o: array.c array.h string.h ../config.h debug.h +attr.64.o: attr.c ppd.h array.h file.h debug.h string.h ../config.h +auth.64.o: auth.c globals.h string.h ../config.h http-private.h http.h md5.h +auth.64.o: auth.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +auth.64.o: auth.c transcode.h debug.h +backchannel.64.o: backchannel.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +backend.64.o: backend.c backend.h string.h ../config.h +custom.64.o: custom.c globals.h string.h ../config.h http-private.h http.h md5.h +custom.64.o: custom.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +custom.64.o: custom.c transcode.h debug.h +dest.64.o: dest.c globals.h string.h ../config.h http-private.h http.h md5.h +dest.64.o: dest.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +dest.64.o: dest.c transcode.h +dir.64.o: dir.c dir.h string.h ../config.h debug.h +emit.64.o: emit.c ppd.h array.h file.h string.h ../config.h debug.h +encode.64.o: encode.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +encode.64.o: encode.c ipp-private.h string.h ../config.h debug.h +file.64.o: file.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +file.64.o: file.c string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +file.64.o: file.c debug.h +getifaddrs.64.o: getifaddrs.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +getputfile.64.o: getputfile.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h +getputfile.64.o: getputfile.c string.h ../config.h debug.h +globals.64.o: globals.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +globals.64.o: globals.c globals.h string.h cups.h ppd.h array.h file.h language.h i18n.h +globals.64.o: globals.c transcode.h debug.h +http.64.o: http.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +http.64.o: http.c string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +http.64.o: http.c debug.h +http-addr.64.o: http-addr.c globals.h string.h ../config.h http-private.h http.h md5.h +http-addr.64.o: http-addr.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +http-addr.64.o: http-addr.c i18n.h transcode.h debug.h +http-addrlist.64.o: http-addrlist.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +http-addrlist.64.o: http-addrlist.c globals.h string.h cups.h ppd.h array.h file.h language.h +http-addrlist.64.o: http-addrlist.c i18n.h transcode.h debug.h +http-support.64.o: http-support.c debug.h globals.h string.h ../config.h http-private.h http.h +http-support.64.o: http-support.c md5.h ipp-private.h ipp.h cups.h ppd.h array.h file.h +http-support.64.o: http-support.c language.h i18n.h transcode.h +ipp.64.o: ipp.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h globals.h +ipp.64.o: ipp.c string.h cups.h ppd.h array.h file.h language.h i18n.h transcode.h +ipp.64.o: ipp.c debug.h +ipp-support.64.o: ipp-support.c globals.h string.h ../config.h http-private.h http.h md5.h +ipp-support.64.o: ipp-support.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +ipp-support.64.o: ipp-support.c i18n.h transcode.h debug.h +langprintf.64.o: langprintf.c globals.h string.h ../config.h http-private.h http.h md5.h +langprintf.64.o: langprintf.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +langprintf.64.o: langprintf.c i18n.h transcode.h +language.64.o: language.c globals.h string.h ../config.h http-private.h http.h md5.h +language.64.o: language.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +language.64.o: language.c transcode.h debug.h +localize.64.o: localize.c globals.h string.h ../config.h http-private.h http.h md5.h +localize.64.o: localize.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +localize.64.o: localize.c transcode.h debug.h +mark.64.o: mark.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h string.h +mark.64.o: mark.c ../config.h debug.h +md5.64.o: md5.c md5.h string.h ../config.h +md5passwd.64.o: md5passwd.c http.h md5.h string.h ../config.h +notify.64.o: notify.c globals.h string.h ../config.h http-private.h http.h md5.h +notify.64.o: notify.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +notify.64.o: notify.c transcode.h +options.64.o: options.c cups.h ipp.h http.h md5.h ppd.h array.h file.h language.h string.h +options.64.o: options.c ../config.h debug.h +page.64.o: page.c ppd.h array.h file.h string.h ../config.h +ppd.64.o: ppd.c globals.h string.h ../config.h http-private.h http.h md5.h +ppd.64.o: ppd.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +ppd.64.o: ppd.c transcode.h debug.h +request.64.o: request.c globals.h string.h ../config.h http-private.h http.h md5.h +request.64.o: request.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +request.64.o: request.c transcode.h debug.h +snprintf.64.o: snprintf.c string.h ../config.h +string.64.o: string.c array.h debug.h string.h ../config.h +tempfile.64.o: tempfile.c globals.h string.h ../config.h http-private.h http.h md5.h +tempfile.64.o: tempfile.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +tempfile.64.o: tempfile.c transcode.h debug.h +transcode.64.o: transcode.c globals.h string.h ../config.h http-private.h http.h md5.h +transcode.64.o: transcode.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h +transcode.64.o: transcode.c i18n.h transcode.h debug.h +usersys.64.o: usersys.c http-private.h ../config.h http.h md5.h ipp-private.h ipp.h +usersys.64.o: usersys.c globals.h string.h cups.h ppd.h array.h file.h language.h i18n.h +usersys.64.o: usersys.c transcode.h debug.h +util.64.o: util.c globals.h string.h ../config.h http-private.h http.h md5.h +util.64.o: util.c ipp-private.h ipp.h cups.h ppd.h array.h file.h language.h i18n.h +util.64.o: util.c transcode.h debug.h +testadmin.64.o: testadmin.c adminutil.h cups.h ipp.h http.h md5.h ppd.h array.h file.h +testadmin.64.o: testadmin.c language.h string.h ../config.h +testarray.64.o: testarray.c ../cups/string.h ../config.h string.h array.h dir.h debug.h +testfile.64.o: testfile.c string.h ../config.h file.h debug.h +testhttp.64.o: testhttp.c http.h md5.h string.h ../config.h +testi18n.64.o: testi18n.c i18n.h transcode.h language.h array.h string.h ../config.h +testipp.64.o: testipp.c ../cups/string.h ../config.h string.h ipp-private.h ipp.h http.h +testipp.64.o: testipp.c md5.h +testlang.64.o: testlang.c i18n.h transcode.h language.h array.h +testppd.64.o: testppd.c ../cups/string.h ../config.h string.h ppd.h array.h file.h diff --git a/cups/Makefile b/cups/Makefile new file mode 100644 index 0000000000..ef3fb5f46d --- /dev/null +++ b/cups/Makefile @@ -0,0 +1,454 @@ +# +# "$Id$" +# +# API library Makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +# This file is subject to the Apple OS-Developed Software exception. +# + +include ../Makedefs + +# +# Object files... +# + +LIBOBJS = \ + adminutil.o \ + array.o \ + attr.o \ + auth.o \ + backchannel.o \ + backend.o \ + custom.o \ + dest.o \ + dir.o \ + emit.o \ + encode.o \ + file.o \ + getifaddrs.o \ + getputfile.o \ + globals.o \ + http.o \ + http-addr.o \ + http-addrlist.o \ + http-support.o \ + ipp.o \ + ipp-support.o \ + langprintf.o \ + language.o \ + localize.o \ + mark.o \ + md5.o \ + md5passwd.o \ + notify.o \ + options.o \ + page.o \ + ppd.o \ + request.o \ + snprintf.o \ + string.o \ + tempfile.o \ + transcode.o \ + usersys.o \ + util.o +LIB32OBJS = $(LIBOBJS:.o=.32.o) +LIB64OBJS = $(LIBOBJS:.o=.64.o) +OBJS = \ + $(LIBOBJS) \ + $(LIB32OBJS) \ + $(LIB64OBJS) \ + testadmin.o \ + testarray.o \ + testfile.o \ + testhttp.o \ + testi18n.o \ + testipp.o \ + testlang.o \ + testppd.o \ + php_cups_wrap.o + + +# +# Header files to install... +# + +HEADERS = \ + adminutil.h \ + array.h \ + backend.h \ + cups.h \ + dir.h \ + file.h \ + http.h \ + i18n.h \ + ipp.h \ + language.h \ + md5.h \ + ppd.h \ + transcode.h + + +# +# Targets in this directory... +# + +TARGETS = \ + $(LIBCUPS) \ + $(LIB32CUPS) \ + $(LIB64CUPS) \ + libcups.a \ + testadmin \ + testarray \ + testfile \ + testhttp \ + testi18n \ + testipp \ + testlang \ + testppd + + +# +# Make all targets... +# + +all: $(TARGETS) + + +# +# Remove object and target files... +# + +clean: + $(RM) $(OBJS) $(TARGETS) + $(RM) libcups.so libcups.sl libcups.dylib + $(RM) -r 32bit 64bit + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + touch Dependencies.tmp + makedepend -Y -I.. -fDependencies.tmp $(OBJS:.o=.c) >/dev/null 2>&1 + $(RM) Dependencies + cp Dependencies.tmp Dependencies + sed -r -e '1,$$s/^([^.]+)\.o:/\1\.32.o: \1\.c /' Dependencies.tmp >>Dependencies + sed -r -e '1,$$s/^([^.]+)\.o:/\1\.64.o: \1\.c /' Dependencies.tmp >>Dependencies + $(RM) Dependencies.tmp + + +# +# Install object and target files... +# + +install: all installhdrs $(INSTALLSTATIC) $(INSTALL32) $(INSTALL64) + $(INSTALL_DIR) -m 755 $(LIBDIR) + $(INSTALL_LIB) $(LIBCUPS) $(LIBDIR) + if test $(LIBCUPS) = "libcups.so.2" -o $(LIBCUPS) = "libcups.sl.2"; then \ + $(RM) $(LIBDIR)/`basename $(LIBCUPS) .2`; \ + $(LN) $(LIBCUPS) $(LIBDIR)/`basename $(LIBCUPS) .2`; \ + fi + if test $(LIBCUPS) = "libcups.2.dylib"; then \ + $(STRIP) -x $(LIBDIR)/$(LIBCUPS); \ + $(RM) $(LIBDIR)/libcups.dylib; \ + $(LN) $(LIBCUPS) $(LIBDIR)/libcups.dylib; \ + fi + +installstatic: + $(INSTALL_DIR) -m 755 $(LIBDIR) + $(INSTALL_LIB) libcups.a $(LIBDIR) + $(RANLIB) $(LIBDIR)/libcups.a + +installhdrs: + $(INSTALL_DIR) -m 755 $(INCLUDEDIR)/cups + for file in $(HEADERS); do \ + $(INSTALL_DATA) $$file $(INCLUDEDIR)/cups; \ + done + +install32bit: + $(INSTALL_DIR) -m 755 $(LIB32DIR) + $(INSTALL_LIB) 32bit/libcups.so.2 $(LIB32DIR)/libcups.so.2 + $(LN) libcups.so.2 $(LIB32DIR)/libcups.so + +install64bit: + $(INSTALL_DIR) -m 755 $(LIB64DIR) + $(INSTALL_LIB) 64bit/libcups.so.2 $(LIB64DIR)/libcups.so.2 + $(LN) libcups.so.2 $(LIB64DIR)/libcups.so + + +# +# Uninstall object and target files... +# + +uninstall: $(UNINSTALL32) $(UNINSTALL64) + $(RM) $(LIBDIR)/libcups.2.dylib + $(RM) $(LIBDIR)/libcups.a + $(RM) $(LIBDIR)/libcups.dylib + $(RM) $(LIBDIR)/libcups_s.a + $(RM) $(LIBDIR)/libcups.sl + $(RM) $(LIBDIR)/libcups.sl.2 + $(RM) $(LIBDIR)/libcups.so + $(RM) $(LIBDIR)/libcups.so.2 + -$(RMDIR) $(LIBDIR) + for file in $(HEADERS); do \ + $(RM) $(INCLUDEDIR)/cups/$$file; \ + done + -$(RMDIR) $(INCLUDEDIR)/cups + +uninstall32bit: + $(RM) $(LIB32DIR)/libcups.so + $(RM) $(LIB32DIR)/libcups.so.2 + -$(RMDIR) $(LIB32DIR) + +uninstall64bit: + $(RM) $(LIB64DIR)/libcups.so + $(RM) $(LIB64DIR)/libcups.so.2 + -$(RMDIR) $(LIB64DIR) + + +# +# libcups.so.2, libcups.sl.2 +# + +libcups.so.2 libcups.sl.2: $(LIBOBJS) + echo Linking $@... + $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS) $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + $(RM) `basename $@ .2` + $(LN) $@ `basename $@ .2` + + +# +# 32bit/libcups.so.2 +# + +32bit/libcups.so.2: $(LIB32OBJS) + echo Linking 32-bit $@... + -mkdir 32bit + $(DSO) $(ARCH32FLAGS) $(DSO32FLAGS) -o $@ $(LIB32OBJS) $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + $(RM) 32bit/libcups.so + $(LN) libcups.so.2 32bit/libcups.so + + +# +# 64bit/libcups.so.2 +# + +64bit/libcups.so.2: $(LIB64OBJS) + echo Linking 64-bit $@... + -mkdir 64bit + $(DSO) $(ARCH64FLAGS) $(DSO64FLAGS) -o $@ $(LIB64OBJS) $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + $(RM) 64bit/libcups.so + $(LN) libcups.so.2 64bit/libcups.so + + +# +# libcups.2.dylib +# + +libcups.2.dylib: $(LIBOBJS) + echo Linking $@... + $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ \ + -install_name $(libdir)/$@ \ + -current_version 2.7.0 \ + -compatibility_version 2.0.0 \ + $(LIBOBJS) $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + $(RM) libcups.dylib + $(LN) $@ libcups.dylib + + +# +# libcups_s.a +# + +libcups_s.a: $(LIBOBJS) libcups_s.exp + echo Creating $@... + $(DSO) $(DSOFLAGS) -Wl,-bexport:libcups_s.exp -o libcups_s.o $(LIBOBJS) $(SSLLIBS) $(COMMONLIBS) $(LIBZ) -lm + $(RM) $@ + $(AR) $(ARFLAGS) $@ libcups_s.o + + +# +# libcups.la +# + +libcups.la: $(LIBOBJS) + echo Linking $@... + $(CC) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS:.o=.lo) -rpath $(LIBDIR) \ + -version-info 2:7 $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# libcups.a +# + +libcups.a: $(LIBOBJS) + echo Archiving $@... + $(RM) $@ + $(AR) $(ARFLAGS) $@ $(LIBOBJS) + $(RANLIB) $@ + + +# +# CUPS language bindings for various scripting languages... +# +# NOTE: Not currently used or functional - see the scripting/php directory +# for the hand-written bindings... +# + +phpcups.so: $(LIBCUPS) php_cups_wrap.o + echo Linking $@... + if test `uname` = Darwin; then \ + DSOFLAGS="-bundle -flat_namespace -undefined suppress"; \ + else \ + DSOFLAGS="$(DSOFLAGS)"; \ + fi; \ + $(DSO) $$DSOFLAGS -o $@ php_cups_wrap.o $(LIBS) `php-config --ldflags --libs` + +php_cups_wrap.o: php_cups_wrap.c + echo Compiling $<... + $(CC) $(CFLAGS) `php-config --includes` -c $< +php_cups_wrap.c: cups.h + echo Creating $< using SWIG... + swig -php -o $@ -module cups cups.h + + +# +# testadmin (dependency on static CUPS library is intentional) +# + +testadmin: testadmin.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testadmin.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# testarray (dependency on static CUPS library is intentional) +# + +testarray: testarray.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testarray.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# testfile (dependency on static CUPS library is intentional) +# + +testfile: testfile.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testfile.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# testhttp (dependency on static CUPS library is intentional) +# + +testhttp: testhttp.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testhttp.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# testipp (dependency on static CUPS library is intentional) +# + +testipp: testipp.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testipp.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# testi18n (dependency on static CUPS library is intentional) +# + +testi18n: testi18n.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testi18n.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# testlang (dependency on static CUPS library is intentional) +# + +testlang: testlang.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testlang.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# testppd (dependency on static CUPS library is intentional) +# + +testppd: testppd.o libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testppd.o libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# Automatic API help files... +# + +apihelp: + echo Generating CUPS API help files... + mxmldoc --section "Programming" --title "Array API" \ + --intro api-array.shtml \ + array.h array.c >../doc/help/api-array.html + mxmldoc --section "Programming" --title "CUPS API" \ + --intro api-cups.shtml \ + cups.h dest.c getputfile.c language.c \ + options.c tempfile.c usersys.c \ + util.c >../doc/help/api-cups.html + mxmldoc --section "Programming" --title "File and Directory APIs" \ + --intro api-filedir.shtml \ + file.h file.c dir.h dir.c >../doc/help/api-filedir.html + mxmldoc --section "Programming" --title "PPD API" \ + --intro api-ppd.shtml \ + ppd.h attr.c custom.c emit.c localize.c mark.c page.c \ + ppd.c >../doc/help/api-ppd.html + mxmldoc --section "Programming" --title "HTTP and IPP APIs" \ + --intro api-httpipp.shtml \ + http.h ipp.h auth.c encode.c http.c http-addr.c \ + http-support.c ipp.c ipp-support.c md5passwd.c \ + request.c >../doc/help/api-httpipp.html + mxmldoc --section "Programming" --title "Filter and Backend APIs" \ + --intro api-filter.shtml \ + backchannel.c >../doc/help/api-filter.html + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/cups/adminutil.c b/cups/adminutil.c new file mode 100644 index 0000000000..d44a65863f --- /dev/null +++ b/cups/adminutil.c @@ -0,0 +1,2132 @@ +/* + * "$Id$" + * + * Administration utility API definitions for the Common UNIX Printing + * System (CUPS). + * + * MANY OF THE FUNCTIONS IN THIS HEADER ARE PRIVATE AND SUBJECT TO + * CHANGE AT ANY TIME. USE AT YOUR OWN RISK. + * + * Copyright 2001-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsAdminCreateWindowsPPD() - Create the Windows PPD file for a printer. + * cupsAdminExportSamba() - Export a printer to Samba. + * _cupsAdminGetServerSettings() - Get settings from the server. + * _cupsAdminSetServerSettings() - Set settings on the server. + * do_samba_command() - Do a SAMBA command. + * get_cupsd_conf() - Get the current cupsd.conf file. + * invalidate_cupsd_cache() - Invalidate the cached cupsd.conf settings. + * write_option() - Write a CUPS option to a PPD file. + */ + +/* + * Include necessary headers... + */ + +#include "adminutil.h" +#include "globals.h" +#include "debug.h" +#include +#include +#include +#ifdef WIN32 +#else +# include +# include +#endif /* WIN32 */ + + +/* + * Local functions... + */ + +static int do_samba_command(const char *command, + const char *address, + const char *subcommand, + const char *authfile, + FILE *logfile); +static http_status_t get_cupsd_conf(http_t *http, _cups_globals_t *cg, + time_t last_update, char *name, + int namelen, int *remote); +static void invalidate_cupsd_cache(_cups_globals_t *cg); +static void write_option(cups_file_t *dstfp, int order, + const char *name, const char *text, + const char *attrname, + ipp_attribute_t *suppattr, + ipp_attribute_t *defattr, int defval, + int valcount); + + +/* + * 'cupsAdminCreateWindowsPPD()' - Create the Windows PPD file for a printer. + */ + +char * /* O - PPD file or NULL */ +cupsAdminCreateWindowsPPD( + http_t *http, /* I - Connection to server */ + const char *dest, /* I - Printer or class */ + char *buffer, /* I - Filename buffer */ + int bufsize) /* I - Size of filename buffer */ +{ + const char *src; /* Source PPD filename */ + cups_file_t *srcfp, /* Source PPD file */ + *dstfp; /* Destination PPD file */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *suppattr, /* IPP -supported attribute */ + *defattr; /* IPP -default attribute */ + cups_lang_t *language; /* Current language */ + char line[256], /* Line from PPD file */ + junk[256], /* Extra junk to throw away */ + *ptr, /* Pointer into line */ + uri[1024], /* Printer URI */ + option[41], /* Option */ + choice[41]; /* Choice */ + int jcloption, /* In a JCL option? */ + linenum; /* Current line number */ + time_t curtime; /* Current time */ + struct tm *curdate; /* Current date */ + static const char * const pattrs[] = /* Printer attributes we want */ + { + "job-hold-until-supported", + "job-hold-until-default", + "job-sheets-supported", + "job-sheets-default", + "job-priority-supported", + "job-priority-default" + }; + + + /* + * Range check the input... + */ + + if (buffer) + *buffer = '\0'; + + if (!http || !dest || !buffer || bufsize < 2) + return (NULL); + + /* + * Get the PPD file... + */ + + if ((src = cupsGetPPD2(http, dest)) == NULL) + return (NULL); + + /* + * Get the supported banner pages, etc. for the printer... + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", dest); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), + NULL, pattrs); + + /* + * Do the request and get back a response... + */ + + response = cupsDoRequest(http, request, "/"); + if (!response || cupsLastError() > IPP_OK_CONFLICT) + { + unlink(src); + return (NULL); + } + + /* + * Open the original PPD file... + */ + + if ((srcfp = cupsFileOpen(src, "rb")) == NULL) + return (NULL); + + /* + * Create a temporary output file using the destination buffer... + */ + + if ((dstfp = cupsTempFile2(buffer, bufsize)) == NULL) + { + cupsFileClose(srcfp); + + unlink(src); + + return (NULL); + } + + /* + * Write a new header explaining that this isn't the original PPD... + */ + + cupsFilePuts(dstfp, "*PPD-Adobe: \"4.3\"\n"); + + curtime = time(NULL); + curdate = gmtime(&curtime); + + cupsFilePrintf(dstfp, "*%% Modified on %04d%02d%02d%02d%02d%02d+0000 " + "for CUPS Windows Driver\n", + curdate->tm_year + 1900, curdate->tm_mon + 1, curdate->tm_mday, + curdate->tm_hour, curdate->tm_min, curdate->tm_sec); + + /* + * Read the existing PPD file, converting all PJL commands to CUPS + * job ticket comments... + */ + + jcloption = 0; + linenum = 0; + language = cupsLangDefault(); + + while (cupsFileGets(srcfp, line, sizeof(line))) + { + linenum ++; + + if (!strncmp(line, "*PPD-Adobe:", 11)) + { + /* + * Already wrote the PPD header... + */ + + continue; + } + else if (!strncmp(line, "*JCLBegin:", 10) || + !strncmp(line, "*JCLToPSInterpreter:", 20) || + !strncmp(line, "*JCLEnd:", 8) || + !strncmp(line, "*Protocols:", 11)) + { + /* + * Don't use existing JCL keywords; we'll create our own, below... + */ + + cupsFilePrintf(dstfp, "*%% Commented out for CUPS Windows Driver...\n" + "*%%%s\n", line + 1); + continue; + } + else if (!strncmp(line, "*JCLOpenUI", 10)) + { + jcloption = 1; + cupsFilePrintf(dstfp, "%s\n", line); + } + else if (!strncmp(line, "*JCLCloseUI", 11)) + { + jcloption = 0; + cupsFilePrintf(dstfp, "%s\n", line); + } + else if (jcloption && + strncmp(line, "*End", 4) && + strncmp(line, "*Default", 8) && + strncmp(line, "*OrderDependency", 16)) + { + if ((ptr = strchr(line, ':')) == NULL) + { + snprintf(line, sizeof(line), + _cupsLangString(language, _("Missing value on line %d!")), + linenum); + _cupsSetError(IPP_DOCUMENT_FORMAT_ERROR, line); + + cupsFileClose(srcfp); + cupsFileClose(dstfp); + + unlink(src); + unlink(buffer); + + *buffer = '\0'; + + return (NULL); + } + + if ((ptr = strchr(ptr, '\"')) == NULL) + { + snprintf(line, sizeof(line), + _cupsLangString(language, + _("Missing double quote on line %d!")), + linenum); + _cupsSetError(IPP_DOCUMENT_FORMAT_ERROR, line); + + cupsFileClose(srcfp); + cupsFileClose(dstfp); + + unlink(src); + unlink(buffer); + + *buffer = '\0'; + + return (NULL); + } + + if (sscanf(line, "*%40s%*[ \t]%40[^/]", option, choice) != 2) + { + snprintf(line, sizeof(line), + _cupsLangString(language, + _("Bad option + choice on line %d!")), + linenum); + _cupsSetError(IPP_DOCUMENT_FORMAT_ERROR, line); + + cupsFileClose(srcfp); + cupsFileClose(dstfp); + + unlink(src); + unlink(buffer); + + *buffer = '\0'; + + return (NULL); + } + + if (strchr(ptr + 1, '\"') == NULL) + { + /* + * Skip remaining... + */ + + while (cupsFileGets(srcfp, junk, sizeof(junk)) != NULL) + { + linenum ++; + + if (!strncmp(junk, "*End", 4)) + break; + } + } + + snprintf(ptr + 1, sizeof(line) - (ptr - line + 1), + "%%cupsJobTicket: %s=%s\n\"\n*End", option, choice); + + cupsFilePrintf(dstfp, "*%% Changed for CUPS Windows Driver...\n%s\n", + line); + } + else + cupsFilePrintf(dstfp, "%s\n", line); + } + + cupsFileClose(srcfp); + unlink(src); + + if (linenum == 0) + { + snprintf(line, sizeof(line), + _cupsLangString(language, _("Empty PPD file!")), + linenum); + _cupsSetError(IPP_DOCUMENT_FORMAT_ERROR, line); + + cupsFileClose(dstfp); + unlink(buffer); + + *buffer = '\0'; + + return (NULL); + } + + /* + * Now add the CUPS-specific attributes and options... + */ + + cupsFilePuts(dstfp, "\n*% CUPS Job Ticket support and options...\n"); + cupsFilePuts(dstfp, "*Protocols: PJL\n"); + cupsFilePuts(dstfp, "*JCLBegin: \"%!PS-Adobe-3.0<0A>\"\n"); + cupsFilePuts(dstfp, "*JCLToPSInterpreter: \"\"\n"); + cupsFilePuts(dstfp, "*JCLEnd: \"\"\n"); + + cupsFilePuts(dstfp, "\n*OpenGroup: CUPS/CUPS Options\n\n"); + + if ((defattr = ippFindAttribute(response, "job-hold-until-default", + IPP_TAG_ZERO)) != NULL && + (suppattr = ippFindAttribute(response, "job-hold-until-supported", + IPP_TAG_ZERO)) != NULL) + write_option(dstfp, 10, "cupsJobHoldUntil", "Hold Until", "job-hold-until", + suppattr, defattr, 0, 1); + + if ((defattr = ippFindAttribute(response, "job-priority-default", + IPP_TAG_INTEGER)) != NULL && + (suppattr = ippFindAttribute(response, "job-priority-supported", + IPP_TAG_RANGE)) != NULL) + write_option(dstfp, 11, "cupsJobPriority", "Priority", "job-priority", + suppattr, defattr, 0, 1); + + if ((defattr = ippFindAttribute(response, "job-sheets-default", + IPP_TAG_ZERO)) != NULL && + (suppattr = ippFindAttribute(response, "job-sheets-supported", + IPP_TAG_ZERO)) != NULL) + { + write_option(dstfp, 20, "cupsJobSheetsStart", "Start Banner", + "job-sheets", suppattr, defattr, 0, 2); + write_option(dstfp, 21, "cupsJobSheetsEnd", "End Banner", + "job-sheets", suppattr, defattr, 1, 2); + } + + cupsFilePuts(dstfp, "*CloseGroup: CUPS\n"); + cupsFileClose(dstfp); + + ippDelete(response); + + return (buffer); +} + + +/* + * 'cupsAdminExportSamba()' - Export a printer to Samba. + */ + +int /* O - 1 on success, 0 on failure */ +cupsAdminExportSamba( + const char *dest, /* I - Destination to export */ + const char *ppd, /* I - PPD file */ + const char *samba_server, /* I - Samba server */ + const char *samba_user, /* I - Samba username */ + const char *samba_password, /* I - Samba password */ + FILE *logfile) /* I - Log file, if any */ +{ + int status; /* Status of Samba commands */ + int have_drivers; /* Have drivers? */ + char file[1024], /* File to test for */ + authfile[1024], /* Temporary authentication file */ + address[1024], /* Address for command */ + subcmd[1024], /* Sub-command */ + message[1024]; /* Error message */ + cups_file_t *fp; /* Authentication file */ + cups_lang_t *language; /* Current language */ + _cups_globals_t *cg = _cupsGlobals(); + /* Global data */ + + + /* + * Range check input... + */ + + if (!dest || !ppd || !samba_server || !samba_user || !samba_password) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + return (0); + } + + /* + * Create a temporary authentication file for Samba... + */ + + if ((fp = cupsTempFile2(authfile, sizeof(authfile))) == NULL) + { + _cupsSetError(IPP_INTERNAL_ERROR, strerror(errno)); + return (0); + } + + cupsFilePrintf(fp, "username = %s\n", samba_user); + cupsFilePrintf(fp, "password = %s\n", samba_password); + cupsFileClose(fp); + + /* + * See which drivers are available; the new CUPS v6 and Adobe drivers + * depend on the Windows 2k PS driver, so copy that driver first: + * + * Files: + * + * ps5ui.dll + * pscript.hlp + * pscript.ntf + * pscript5.dll + */ + + have_drivers = 0; + language = cupsLangDefault(); + + snprintf(file, sizeof(file), "%s/drivers/pscript5.dll", cg->cups_datadir); + if (!access(file, 0)) + { + have_drivers |= 1; + + /* + * Windows 2k driver is installed; do the smbclient commands needed + * to copy the Win2k drivers over... + */ + + snprintf(address, sizeof(address), "//%s/print$", samba_server); + + snprintf(subcmd, sizeof(subcmd), + "mkdir W32X86;" + "put %s W32X86/%s.ppd;" + "put %s/drivers/ps5ui.dll W32X86/ps5ui.dll;" + "put %s/drivers/pscript.hlp W32X86/pscript.hlp;" + "put %s/drivers/pscript.ntf W32X86/pscript.ntf;" + "put %s/drivers/pscript5.dll W32X86/pscript5.dll", + ppd, dest, cg->cups_datadir, cg->cups_datadir, + cg->cups_datadir, cg->cups_datadir); + + if ((status = do_samba_command("smbclient", address, subcmd, + authfile, logfile)) != 0) + { + snprintf(message, sizeof(message), + _cupsLangString(language, + _("Unable to copy Windows 2000 printer " + "driver files (%d)!")), status); + + _cupsSetError(IPP_INTERNAL_ERROR, message); + + if (logfile) + _cupsLangPrintf(logfile, "%s\n", message); + + unlink(authfile); + + return (0); + } + + /* + * See if we also have the CUPS driver files; if so, use them! + */ + + snprintf(file, sizeof(file), "%s/drivers/cupsps6.dll", cg->cups_datadir); + if (!access(file, 0)) + { + /* + * Copy the CUPS driver files over... + */ + + snprintf(subcmd, sizeof(subcmd), + "put %s/drivers/cups6.ini W32X86/cups6.ini;" + "put %s/drivers/cupsps6.dll W32X86/cupsps6.dll;" + "put %s/drivers/cupsui6.dll W32X86/cupsui6.dll", + cg->cups_datadir, cg->cups_datadir, cg->cups_datadir); + + if ((status = do_samba_command("smbclient", address, subcmd, + authfile, logfile)) != 0) + { + snprintf(message, sizeof(message), + _cupsLangString(language, + _("Unable to copy CUPS printer driver " + "files (%d)!")), status); + + _cupsSetError(IPP_INTERNAL_ERROR, message); + + if (logfile) + _cupsLangPrintf(logfile, "%s\n", message); + + unlink(authfile); + + return (0); + } + + /* + * Do the rpcclient command needed for the CUPS drivers... + */ + + snprintf(subcmd, sizeof(subcmd), + "adddriver \"Windows NT x86\" \"%s:" + "pscript5.dll:%s.ppd:ps5ui.dll:pscript.hlp:NULL:RAW:" + "pscript5.dll,%s.ppd,ps5ui.dll,pscript.hlp,pscript.ntf," + "cups6.ini,cupsps6.dll,cupsui6.dll\"", + dest, dest, dest); + } + else + { + /* + * Don't have the CUPS drivers, so just use the standard Windows + * drivers... + */ + + snprintf(subcmd, sizeof(subcmd), + "adddriver \"Windows NT x86\" \"%s:" + "pscript5.dll:%s.ppd:ps5ui.dll:pscript.hlp:NULL:RAW:" + "pscript5.dll,%s.ppd,ps5ui.dll,pscript.hlp,pscript.ntf\"", + dest, dest, dest); + } + + if ((status = do_samba_command("rpcclient", samba_server, subcmd, + authfile, logfile)) != 0) + { + snprintf(message, sizeof(message), + _cupsLangString(language, + _("Unable to install Windows 2000 printer " + "driver files (%d)!")), status); + + _cupsSetError(IPP_INTERNAL_ERROR, message); + + if (logfile) + _cupsLangPrintf(logfile, "%s\n", message); + + unlink(authfile); + + return (0); + } + } + + snprintf(file, sizeof(file), "%s/drivers/ADOBEPS4.DRV", cg->cups_datadir); + if (!access(file, 0)) + { + have_drivers |= 2; + + /* + * Do the smbclient commands needed for the Adobe Win9x drivers... + */ + + snprintf(address, sizeof(address), "//%s/print$", samba_server); + + snprintf(subcmd, sizeof(subcmd), + "mkdir WIN40;" + "put %s WIN40/%s.PPD;" + "put %s/drivers/ADFONTS.MFM WIN40/ADFONTS.MFM;" + "put %s/drivers/ADOBEPS4.DRV WIN40/ADOBEPS4.DRV;" + "put %s/drivers/ADOBEPS4.HLP WIN40/ADOBEPS4.HLP;" + "put %s/drivers/ICONLIB.DLL WIN40/ICONLIB.DLL;" + "put %s/drivers/PSMON.DLL WIN40/PSMON.DLL;", + ppd, dest, cg->cups_datadir, cg->cups_datadir, + cg->cups_datadir, cg->cups_datadir, cg->cups_datadir); + + if ((status = do_samba_command("smbclient", address, subcmd, + authfile, logfile)) != 0) + { + snprintf(message, sizeof(message), + _cupsLangString(language, + _("Unable to copy Windows 9x printer " + "driver files (%d)!")), status); + + _cupsSetError(IPP_INTERNAL_ERROR, message); + + if (logfile) + _cupsLangPrintf(logfile, "%s\n", message); + + unlink(authfile); + + return (0); + } + + /* + * Do the rpcclient commands needed for the Adobe Win9x drivers... + */ + + snprintf(subcmd, sizeof(subcmd), + "adddriver \"Windows 4.0\" \"%s:ADOBEPS4.DRV:%s.PPD:NULL:" + "ADOBEPS4.HLP:PSMON.DLL:RAW:" + "ADOBEPS4.DRV,%s.PPD,ADOBEPS4.HLP,PSMON.DLL,ADFONTS.MFM," + "ICONLIB.DLL\"", + dest, dest, dest); + + if ((status = do_samba_command("rpcclient", samba_server, subcmd, + authfile, logfile)) != 0) + { + snprintf(message, sizeof(message), + _cupsLangString(language, + _("Unable to install Windows 9x printer " + "driver files (%d)!")), status); + + _cupsSetError(IPP_INTERNAL_ERROR, message); + + if (logfile) + _cupsLangPrintf(logfile, "%s\n", message); + + unlink(authfile); + + return (0); + } + } + + if (logfile && !(have_drivers & 1)) + { + if (!have_drivers) + strlcpy(message, + _cupsLangString(language, + _("No Windows printer drivers are installed!")), + sizeof(message)); + else + strlcpy(message, + _cupsLangString(language, + _("Warning, no Windows 2000 printer drivers " + "are installed!")), + sizeof(message)); + + _cupsSetError(IPP_INTERNAL_ERROR, message); + _cupsLangPrintf(logfile, "%s\n", message); + } + + if (have_drivers == 0) + return (0); + + /* + * Finally, associate the drivers we just added with the queue... + */ + + snprintf(subcmd, sizeof(subcmd), "setdriver %s %s", dest, dest); + + if ((status = do_samba_command("rpcclient", samba_server, subcmd, + authfile, logfile)) != 0) + { + snprintf(message, sizeof(message), + _cupsLangString(language, + _("Unable to set Windows printer driver (%d)!")), + status); + + _cupsSetError(IPP_INTERNAL_ERROR, message); + + if (logfile) + _cupsLangPrintf(logfile, "%s\n", message); + + unlink(authfile); + + return (0); + } + + unlink(authfile); + + return (1); +} + + +/* + * '_cupsAdminGetServerSettings()' - Get settings from the server. + * + * The returned settings should be freed with cupsFreeOptions() when + * you are done with them. + * + * @since CUPS 1.2@ + */ + +int /* O - 1 on success, 0 on failure */ +_cupsAdminGetServerSettings( + http_t *http, /* I - Connection to server */ + int *num_settings, /* O - Number of settings */ + cups_option_t **settings) /* O - Settings */ +{ + int i; /* Looping var */ + cups_file_t *cupsd; /* cupsd.conf file */ + char cupsdconf[1024]; /* cupsd.conf filename */ + int remote; /* Remote cupsd.conf file? */ + http_status_t status; /* Status of getting cupsd.conf */ + char line[1024], /* Line from cupsd.conf file */ + *value; /* Value on line */ + cups_option_t *setting; /* Current setting */ + _cups_globals_t *cg = _cupsGlobals(); /* Global data */ + + + /* + * Range check input... + */ + + if (!http || !num_settings || !settings) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + if (num_settings) + *num_settings = 0; + + if (settings) + *settings = NULL; + + return (0); + } + + *num_settings = 0; + *settings = NULL; + + /* + * Get the cupsd.conf file... + */ + + if ((status = get_cupsd_conf(http, cg, cg->cupsd_update, cupsdconf, + sizeof(cupsdconf), &remote)) == HTTP_OK) + { + if ((cupsd = cupsFileOpen(cupsdconf, "r")) == NULL) + { + char message[1024]; /* Message string */ + + + snprintf(message, sizeof(message), + _cupsLangString(cupsLangDefault(), _("open of %s failed: %s")), + cupsdconf, strerror(errno)); + _cupsSetError(IPP_INTERNAL_ERROR, message); + } + } + else + cupsd = NULL; + + if (cupsd) + { + /* + * Read the file, keeping track of what settings are enabled... + */ + + int remote_access = 0, /* Remote access allowed? */ + remote_admin = 0, /* Remote administration allowed? */ + browsing = 1, /* Browsing enabled? */ + browse_allow = 1, /* Browse address set? */ + browse_address = 0, /* Browse address set? */ + cancel_policy = 1, /* Cancel-job policy set? */ + debug_logging = 0; /* LogLevel debug set? */ + int linenum = 0, /* Line number in file */ + in_location = 0, /* In a location section? */ + in_policy = 0, /* In a policy section? */ + in_cancel_job = 0, /* In a cancel-job section? */ + in_admin_location = 0; /* In the /admin location? */ + + + invalidate_cupsd_cache(cg); + + cg->cupsd_update = time(NULL); + httpGetHostname(http, cg->cupsd_hostname, sizeof(cg->cupsd_hostname)); + + while (cupsFileGetConf(cupsd, line, sizeof(line), &value, &linenum)) + { + if (!value) + continue; + + if (!strcasecmp(line, "Port") || !strcasecmp(line, "Listen")) + { + char *port; /* Pointer to port number, if any */ + + + if ((port = strrchr(value, ':')) != NULL) + *port = '\0'; + else if (isdigit(*value & 255)) + { + /* + * Listen on a port number implies remote access... + */ + + remote_access = 1; + continue; + } + + if (strcasecmp(value, "localhost") && strcmp(value, "127.0.0.1") +#ifdef AF_LOCAL + && *value != '/' +#endif /* AF_LOCAL */ +#ifdef AF_INET6 + && strcmp(value, "::1") +#endif /* AF_INET6 */ + ) + remote_access = 1; + } + else if (!strcasecmp(line, "Browsing")) + { + browsing = !strcasecmp(value, "yes") || !strcasecmp(value, "on") || + !strcasecmp(value, "true"); + } + else if (!strcasecmp(line, "BrowseAddress")) + { + browse_address = 1; + } + else if (!strcasecmp(line, "BrowseAllow")) + { + browse_allow = 1; + } + else if (!strcasecmp(line, "BrowseOrder")) + { + browse_allow = !strncasecmp(value, "deny,", 5); + } + else if (!strcasecmp(line, "LogLevel")) + { + debug_logging = !strncasecmp(value, "debug", 5); + } + else if (!strcasecmp(line, "")) + { + in_policy = 0; + } + else if (!strcasecmp(line, "")) + { + in_cancel_job = 0; + } + else if (!strcasecmp(line, "Require") && in_cancel_job) + { + cancel_policy = 0; + } + else if (!strcasecmp(line, "")) + { + in_admin_location = 0; + in_location = 0; + } + else if (!strcasecmp(line, "Allow") && in_admin_location && + strcasecmp(value, "localhost") && strcasecmp(value, "127.0.0.1") +#ifdef AF_LOCAL + && *value != '/' +#endif /* AF_LOCAL */ +#ifdef AF_INET6 + && strcmp(value, "::1") +#endif /* AF_INET6 */ + ) + { + remote_admin = 1; + } + else if (line[0] != '<' && !in_location && !in_policy) + cg->cupsd_num_settings = cupsAddOption(line, value, + cg->cupsd_num_settings, + &(cg->cupsd_settings)); + } + + cupsFileClose(cupsd); + + cg->cupsd_num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, + debug_logging ? "1" : "0", + cg->cupsd_num_settings, + &(cg->cupsd_settings)); + + cg->cupsd_num_settings = cupsAddOption(CUPS_SERVER_REMOTE_ADMIN, + (remote_access && remote_admin) ? + "1" : "0", + cg->cupsd_num_settings, + &(cg->cupsd_settings)); + + cg->cupsd_num_settings = cupsAddOption(CUPS_SERVER_REMOTE_PRINTERS, + (browsing && browse_allow) ? + "1" : "0", + cg->cupsd_num_settings, + &(cg->cupsd_settings)); + + cg->cupsd_num_settings = cupsAddOption(CUPS_SERVER_SHARE_PRINTERS, + (remote_access && browsing && + browse_address) ? "1" : "0", + cg->cupsd_num_settings, + &(cg->cupsd_settings)); + + cg->cupsd_num_settings = cupsAddOption(CUPS_SERVER_USER_CANCEL_ANY, + cancel_policy ? "1" : "0", + cg->cupsd_num_settings, + &(cg->cupsd_settings)); + } + else if (status != HTTP_NOT_MODIFIED) + invalidate_cupsd_cache(cg); + + /* + * Remove any temporary files and copy the settings array... + */ + + if (remote) + unlink(cupsdconf); + + for (i = cg->cupsd_num_settings, setting = cg->cupsd_settings; + i > 0; + i --, setting ++) + *num_settings = cupsAddOption(setting->name, setting->value, + *num_settings, settings); + + return (cg->cupsd_num_settings > 0); +} + + +/* + * '_cupsAdminSetServerSettings()' - Set settings on the server. + * + * @since CUPS 1.2@ + */ + +int /* O - 1 on success, 0 on failure */ +_cupsAdminSetServerSettings( + http_t *http, /* I - Connection to server */ + int num_settings, /* I - Number of settings */ + cups_option_t *settings) /* I - Settings */ +{ + int i; /* Looping var */ + http_status_t status; /* GET/PUT status */ + const char *server_port_env; /* SERVER_PORT env var */ + int server_port; /* IPP port for server */ + cups_file_t *cupsd; /* cupsd.conf file */ + char cupsdconf[1024]; /* cupsd.conf filename */ + int remote; /* Remote cupsd.conf file? */ + char tempfile[1024]; /* Temporary new cupsd.conf */ + cups_file_t *temp; /* Temporary file */ + char line[1024], /* Line from cupsd.conf file */ + *value; /* Value on line */ + int linenum, /* Line number in file */ + in_location, /* In a location section? */ + in_policy, /* In a policy section? */ + in_default_policy, /* In the default policy section? */ + in_cancel_job, /* In a cancel-job section? */ + in_admin_location, /* In the /admin location? */ + in_conf_location, /* In the /admin/conf location? */ + in_root_location; /* In the / location? */ + const char *val; /* Setting value */ + int remote_printers, /* Show remote printers */ + share_printers, /* Share local printers */ + remote_admin, /* Remote administration allowed? */ + user_cancel_any, /* Cancel-job policy set? */ + debug_logging; /* LogLevel debug set? */ + int wrote_port_listen, /* Wrote the port/listen lines? */ + wrote_browsing, /* Wrote the browsing lines? */ + wrote_policy, /* Wrote the policy? */ + wrote_loglevel, /* Wrote the LogLevel line? */ + wrote_admin_location, /* Wrote the /admin location? */ + wrote_conf_location, /* Wrote the /admin/conf location? */ + wrote_root_location; /* Wrote the / location? */ + int indent; /* Indentation */ + int cupsd_num_settings; /* New number of settings */ + int old_remote_printers, /* Show remote printers */ + old_share_printers, /* Share local printers */ + old_remote_admin, /* Remote administration allowed? */ + old_user_cancel_any, /* Cancel-job policy set? */ + old_debug_logging; /* LogLevel debug set? */ + cups_option_t *cupsd_settings, /* New settings */ + *setting; /* Current setting */ + _cups_globals_t *cg = _cupsGlobals(); /* Global data */ + + + /* + * Range check input... + */ + + if (!http || !num_settings || !settings) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (0); + } + + /* + * Get the cupsd.conf file... + */ + + if ((status = get_cupsd_conf(http, cg, 0, cupsdconf, sizeof(cupsdconf), + &remote)) == HTTP_OK) + { + if ((cupsd = cupsFileOpen(cupsdconf, "r")) == NULL) + { + _cupsSetError(IPP_INTERNAL_ERROR, strerror(errno)); + return (0); + } + } + else + return (0); + + /* + * Get current settings... + */ + + if (!_cupsAdminGetServerSettings(http, &cupsd_num_settings, + &cupsd_settings)) + return (0); + + if ((val = cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, cupsd_num_settings, + cupsd_settings)) != NULL) + old_debug_logging = atoi(val); + else + old_debug_logging = 0; + + if ((val = cupsGetOption(CUPS_SERVER_REMOTE_ADMIN, cupsd_num_settings, + cupsd_settings)) != NULL) + old_remote_admin = atoi(val); + else + old_remote_admin = 0; + + if ((val = cupsGetOption(CUPS_SERVER_REMOTE_PRINTERS, cupsd_num_settings, + cupsd_settings)) != NULL) + old_remote_printers = atoi(val); + else + old_remote_printers = 1; + + if ((val = cupsGetOption(CUPS_SERVER_SHARE_PRINTERS, cupsd_num_settings, + cupsd_settings)) != NULL) + old_share_printers = atoi(val); + else + old_share_printers = 0; + + if ((val = cupsGetOption(CUPS_SERVER_USER_CANCEL_ANY, cupsd_num_settings, + cupsd_settings)) != NULL) + old_user_cancel_any = atoi(val); + else + old_user_cancel_any = 0; + + cupsFreeOptions(cupsd_num_settings, cupsd_settings); + + /* + * Get basic settings... + */ + + if ((val = cupsGetOption(CUPS_SERVER_DEBUG_LOGGING, num_settings, + settings)) != NULL) + { + debug_logging = atoi(val); + + if (debug_logging == old_debug_logging) + { + /* + * No change to this setting... + */ + + debug_logging = -1; + } + } + else + debug_logging = -1; + + if ((val = cupsGetOption(CUPS_SERVER_REMOTE_ADMIN, num_settings, + settings)) != NULL) + { + remote_admin = atoi(val); + + if (remote_admin == old_remote_admin) + { + /* + * No change to this setting... + */ + + remote_admin = -1; + } + } + else + remote_admin = -1; + + if ((val = cupsGetOption(CUPS_SERVER_REMOTE_PRINTERS, num_settings, + settings)) != NULL) + { + remote_printers = atoi(val); + + if (remote_printers == old_remote_printers) + { + /* + * No change to this setting... + */ + + remote_printers = -1; + } + } + else + remote_printers = -1; + + if ((val = cupsGetOption(CUPS_SERVER_SHARE_PRINTERS, num_settings, + settings)) != NULL) + { + share_printers = atoi(val); + + if (share_printers == old_share_printers) + { + /* + * No change to this setting... + */ + + share_printers = -1; + } + } + else + share_printers = -1; + + if ((val = cupsGetOption(CUPS_SERVER_USER_CANCEL_ANY, num_settings, + settings)) != NULL) + { + user_cancel_any = atoi(val); + + if (user_cancel_any == old_user_cancel_any) + { + /* + * No change to this setting... + */ + + user_cancel_any = -1; + } + } + else + user_cancel_any = -1; + + /* + * Create a temporary file for the new cupsd.conf file... + */ + + if ((temp = cupsTempFile2(tempfile, sizeof(tempfile))) == NULL) + { + cupsFileClose(cupsd); + + if (remote) + unlink(cupsdconf); + + _cupsSetError(IPP_INTERNAL_ERROR, strerror(errno)); + return (0); + } + + /* + * Copy the old file to the new, making changes along the way... + */ + + cupsd_num_settings = 0; + in_admin_location = 0; + in_cancel_job = 0; + in_conf_location = 0; + in_default_policy = 0; + in_location = 0; + in_policy = 0; + in_root_location = 0; + linenum = 0; + wrote_admin_location = 0; + wrote_browsing = 0; + wrote_conf_location = 0; + wrote_loglevel = 0; + wrote_policy = 0; + wrote_port_listen = 0; + wrote_root_location = 0; + indent = 0; + + if ((server_port_env = getenv("SERVER_PORT")) != NULL) + { + if ((server_port = atoi(server_port_env)) <= 0) + server_port = ippPort(); + } + else + server_port = ippPort(); + + if (server_port <= 0) + server_port = IPP_PORT; + + while (cupsFileGetConf(cupsd, line, sizeof(line), &value, &linenum)) + { + if ((!strcasecmp(line, "Port") || !strcasecmp(line, "Listen")) && + (share_printers >= 0 || remote_admin >= 0)) + { + if (!wrote_port_listen) + { + wrote_port_listen = 1; + + if (share_printers > 0 || remote_admin > 0) + { + cupsFilePuts(temp, "# Allow remote access\n"); + cupsFilePrintf(temp, "Port %d\n", server_port); + } + else + { + cupsFilePuts(temp, "# Only listen for connections from the local " + "machine.\n"); + cupsFilePrintf(temp, "Listen localhost:%d\n", server_port); + } + +#ifdef CUPS_DEFAULT_DOMAINSOCKET + if ((!value || strcmp(CUPS_DEFAULT_DOMAINSOCKET, value)) && + !access(CUPS_DEFAULT_DOMAINSOCKET, 0)) + cupsFilePuts(temp, "Listen " CUPS_DEFAULT_DOMAINSOCKET "\n"); +#endif /* CUPS_DEFAULT_DOMAINSOCKET */ + } + else if (value && value[0] == '/' +#ifdef CUPS_DEFAULT_DOMAINSOCKET + && strcmp(CUPS_DEFAULT_DOMAINSOCKET, value) +#endif /* CUPS_DEFAULT_DOMAINSOCKET */ + ) + cupsFilePrintf(temp, "Listen %s\n", value); + } + else if ((!strcasecmp(line, "Browsing") || + !strcasecmp(line, "BrowseAddress") || + !strcasecmp(line, "BrowseAllow") || + !strcasecmp(line, "BrowseDeny") || + !strcasecmp(line, "BrowseOrder")) && + (remote_printers >= 0 || share_printers >= 0)) + { + if (!wrote_browsing) + { + wrote_browsing = 1; + + if (remote_printers > 0 || share_printers > 0) + { + if (remote_printers > 0 && share_printers > 0) + cupsFilePuts(temp, + "# Enable printer sharing and shared printers.\n"); + else if (remote_printers > 0) + cupsFilePuts(temp, + "# Show shared printers on the local network.\n"); + else + cupsFilePuts(temp, + "# Share local printers on the local network.\n"); + + cupsFilePuts(temp, "Browsing On\n"); + cupsFilePuts(temp, "BrowseOrder allow,deny\n"); + + if (remote_printers > 0) + cupsFilePuts(temp, "BrowseAllow @LOCAL\n"); + + if (share_printers > 0) + cupsFilePuts(temp, "BrowseAddress @LOCAL\n"); + } + else + { + cupsFilePuts(temp, + "# Disable printer sharing and shared printers.\n"); + cupsFilePuts(temp, "Browsing Off\n"); + } + } + } + else if (!strcasecmp(line, "LogLevel") && debug_logging >= 0) + { + wrote_loglevel = 1; + + if (debug_logging) + { + cupsFilePuts(temp, + "# Show troubleshooting information in error_log.\n"); + cupsFilePuts(temp, "LogLevel debug\n"); + } + else + { + cupsFilePuts(temp, "# Show general information in error_log.\n"); + cupsFilePuts(temp, "LogLevel info\n"); + } + } + else if (!strcasecmp(line, "\n", line, value); + indent += 2; + } + else if (!strcasecmp(line, "")) + { + indent -= 2; + if (!wrote_policy && in_default_policy) + { + wrote_policy = 1; + + if (!user_cancel_any) + cupsFilePuts(temp, " # Only the owner or an administrator can " + "cancel a job...\n" + " \n" + " Order deny,allow\n" + " Allow @SYSTEM\n" + " Allow @OWNER\n" + " \n"); + } + + in_policy = 0; + in_default_policy = 0; + + cupsFilePuts(temp, "\n"); + } + else if (!strcasecmp(line, "\n", line, value); + } + else if (!strcasecmp(line, "
")) + { + in_location = 0; + indent -= 2; + if (in_admin_location && remote_admin >= 0) + { + wrote_admin_location = 1; + + if (remote_admin) + cupsFilePuts(temp, " # Allow remote administration...\n"); + else if (remote_admin == 0) + cupsFilePuts(temp, " # Restrict access to the admin pages...\n"); + + cupsFilePuts(temp, " Order allow,deny\n"); + + if (remote_admin) + cupsFilePuts(temp, " Allow @LOCAL\n"); + else + cupsFilePuts(temp, " Allow localhost\n"); + } + else if (in_conf_location && remote_admin >= 0) + { + wrote_conf_location = 1; + + if (remote_admin) + cupsFilePuts(temp, " # Allow remote access to the configuration " + "files...\n"); + else + cupsFilePuts(temp, " # Restrict access to the configuration " + "files...\n"); + + cupsFilePuts(temp, " Order allow,deny\n"); + + if (remote_admin) + cupsFilePuts(temp, " Allow @LOCAL\n"); + else + cupsFilePuts(temp, " Allow localhost\n"); + } + else if (in_root_location && (remote_admin >= 0 || share_printers >= 0)) + { + wrote_root_location = 1; + + if (remote_admin > 0 && share_printers > 0) + cupsFilePuts(temp, " # Allow shared printing and remote " + "administration...\n"); + else if (remote_admin > 0) + cupsFilePuts(temp, " # Allow remote administration...\n"); + else if (share_printers > 0) + cupsFilePuts(temp, " # Allow shared printing...\n"); + else + cupsFilePuts(temp, " # Restrict access to the server...\n"); + + cupsFilePuts(temp, " Order allow,deny\n"); + + if (remote_admin > 0 || share_printers > 0) + cupsFilePuts(temp, " Allow @LOCAL\n"); + else + cupsFilePuts(temp, " Allow localhost\n"); + } + + in_admin_location = 0; + in_conf_location = 0; + in_root_location = 0; + + cupsFilePuts(temp, "\n"); + } + else if (!strcasecmp(line, "= 0) + { + /* + * Don't write anything for this limit section... + */ + + in_cancel_job = 2; + } + else + { + cupsFilePrintf(temp, " %s", line); + + while (*value) + { + for (valptr = value; !isspace(*valptr & 255) && *valptr; valptr ++); + + if (*valptr) + *valptr++ = '\0'; + + if (!strcasecmp(value, "cancel-job") && user_cancel_any >= 0) + { + /* + * Write everything except for this definition... + */ + + in_cancel_job = 1; + } + else + cupsFilePrintf(temp, " %s", value); + + for (value = valptr; isspace(*value & 255); value ++); + } + + cupsFilePuts(temp, ">\n"); + } + } + else if (!strcasecmp(line, "
") && in_cancel_job) + { + indent -= 2; + + if (in_cancel_job == 1) + cupsFilePuts(temp, " \n"); + + wrote_policy = 1; + + if (!user_cancel_any) + cupsFilePuts(temp, " # Only the owner or an administrator can cancel " + "a job...\n" + " \n" + " Order deny,allow\n" + " Require user @OWNER @SYSTEM\n" + " \n"); + + in_cancel_job = 0; + } + else if ((((in_admin_location || in_conf_location || in_root_location) && + remote_admin >= 0) || + (in_root_location && share_printers >= 0)) && + (!strcasecmp(line, "Allow") || !strcasecmp(line, "Deny") || + !strcasecmp(line, "Order"))) + continue; + else if (in_cancel_job == 2) + continue; + else if (!strcasecmp(line, "\n", line, value); + else if (line[0] == '<') + { + if (value) + { + cupsFilePrintf(temp, "%*s%s %s>\n", indent, "", line, value); + indent += 2; + } + else + { + if (line[1] == '/') + indent -= 2; + + cupsFilePrintf(temp, "%*s%s\n", indent, "", line); + } + } + else if (!in_policy && !in_location && + (val = cupsGetOption(line, num_settings, settings)) != NULL && + !cupsGetOption(line, cupsd_num_settings, cupsd_settings)) + { + /* + * Add this directive to the list of directives we have written... + */ + + cupsd_num_settings = cupsAddOption(line, value, cupsd_num_settings, + &cupsd_settings); + + /* + * Write the new value in its place, without indentation since we + * only support setting root directives, not in sections... + */ + + cupsFilePrintf(temp, "%s %s\n", line, value); + } + else if (value) + { + if (!in_policy && !in_location) + { + /* + * Record the non-policy, non-location directives that we find + * in the server settings, since we cache this info and record it + * in _cupsAdminGetServerSettings()... + */ + + cupsd_num_settings = cupsAddOption(line, value, cupsd_num_settings, + &cupsd_settings); + } + + cupsFilePrintf(temp, "%*s%s %s\n", indent, "", line, value); + } + else + cupsFilePrintf(temp, "%*s%s\n", indent, "", line); + } + + /* + * Write any missing info... + */ + + if (!wrote_browsing && (remote_printers >= 0 || share_printers >= 0)) + { + if (remote_printers > 0 || share_printers > 0) + { + if (remote_printers > 0 && share_printers > 0) + cupsFilePuts(temp, "# Enable printer sharing and shared printers.\n"); + else if (remote_printers > 0) + cupsFilePuts(temp, "# Show shared printers on the local network.\n"); + else + cupsFilePuts(temp, "# Share local printers on the local network.\n"); + + cupsFilePuts(temp, "Browsing On\n"); + cupsFilePuts(temp, "BrowseOrder allow,deny\n"); + + if (remote_printers > 0) + cupsFilePuts(temp, "BrowseAllow @LOCAL\n"); + + if (share_printers > 0) + cupsFilePuts(temp, "BrowseAddress @LOCAL\n"); + } + else + { + cupsFilePuts(temp, "# Disable printer sharing and shared printers.\n"); + cupsFilePuts(temp, "Browsing Off\n"); + } + } + + if (!wrote_loglevel && debug_logging >= 0) + { + if (debug_logging) + { + cupsFilePuts(temp, "# Show troubleshooting information in error_log.\n"); + cupsFilePuts(temp, "LogLevel debug\n"); + } + else + { + cupsFilePuts(temp, "# Show general information in error_log.\n"); + cupsFilePuts(temp, "LogLevel info\n"); + } + } + + if (!wrote_port_listen && (share_printers >= 0 || remote_admin >= 0)) + { + if (share_printers > 0 || remote_admin > 0) + { + cupsFilePuts(temp, "# Allow remote access\n"); + cupsFilePrintf(temp, "Port %d\n", ippPort()); + } + else + { + cupsFilePuts(temp, + "# Only listen for connections from the local machine.\n"); + cupsFilePrintf(temp, "Listen localhost:%d\n", ippPort()); + } + +#ifdef CUPS_DEFAULT_DOMAINSOCKET + if (!access(CUPS_DEFAULT_DOMAINSOCKET, 0)) + cupsFilePuts(temp, "Listen " CUPS_DEFAULT_DOMAINSOCKET "\n"); +#endif /* CUPS_DEFAULT_DOMAINSOCKET */ + } + + if (!wrote_root_location && (remote_admin >= 0 || share_printers >= 0)) + { + if (remote_admin > 0 && share_printers > 0) + cupsFilePuts(temp, + "# Allow shared printing and remote administration...\n"); + else if (remote_admin > 0) + cupsFilePuts(temp, "# Allow remote administration...\n"); + else if (share_printers > 0) + cupsFilePuts(temp, "# Allow shared printing...\n"); + else + cupsFilePuts(temp, "# Restrict access to the server...\n"); + + cupsFilePuts(temp, "\n" + " Order allow,deny\n"); + + if (remote_admin > 0 || share_printers > 0) + cupsFilePuts(temp, " Allow @LOCAL\n"); + else + cupsFilePuts(temp, " Allow localhost\n"); + + cupsFilePuts(temp, "\n"); + } + + if (!wrote_admin_location && remote_admin >= 0) + { + if (remote_admin) + cupsFilePuts(temp, "# Allow remote administration...\n"); + else + cupsFilePuts(temp, "# Restrict access to the admin pages...\n"); + + cupsFilePuts(temp, "\n" + " Order allow,deny\n"); + + if (remote_admin) + cupsFilePuts(temp, " Allow @LOCAL\n"); + else + cupsFilePuts(temp, " Allow localhost\n"); + + cupsFilePuts(temp, "\n"); + } + + if (!wrote_conf_location && remote_admin >= 0) + { + if (remote_admin) + cupsFilePuts(temp, + "# Allow remote access to the configuration files...\n"); + else + cupsFilePuts(temp, "# Restrict access to the configuration files...\n"); + + cupsFilePuts(temp, "\n" + " AuthType Basic\n" + " Require user @SYSTEM\n" + " Order allow,deny\n"); + + if (remote_admin) + cupsFilePuts(temp, " Allow @LOCAL\n"); + else + cupsFilePuts(temp, " Allow localhost\n"); + + cupsFilePuts(temp, "\n"); + } + + if (!wrote_policy && user_cancel_any >= 0) + { + cupsFilePuts(temp, "\n" + " # Job-related operations must be done by the owner " + "or an adminstrator...\n" + " \n" + " Require user @OWNER @SYSTEM\n" + " Order deny,allow\n" + " \n" + " # All administration operations require an " + "adminstrator to authenticate...\n" + " \n" + " AuthType Basic\n" + " Require user @SYSTEM\n" + " Order deny,allow\n" + "\n"); + + if (!user_cancel_any) + cupsFilePuts(temp, " # Only the owner or an administrator can cancel " + "a job...\n" + " \n" + " Require user @OWNER @SYSTEM\n" + " Order deny,allow\n" + " \n"); + + cupsFilePuts(temp, " \n" + " Order deny,allow\n" + " \n" + "\n"); + } + + for (i = num_settings, setting = settings; i > 0; i --, setting ++) + if (setting->name[0] != '_' && + !cupsGetOption(setting->name, cupsd_num_settings, cupsd_settings)) + { + /* + * Add this directive to the list of directives we have written... + */ + + cupsd_num_settings = cupsAddOption(setting->name, setting->value, + cupsd_num_settings, &cupsd_settings); + + /* + * Write the new value in its place, without indentation since we + * only support setting root directives, not in sections... + */ + + cupsFilePrintf(temp, "%s %s\n", setting->name, setting->value); + } + + cupsFileClose(cupsd); + cupsFileClose(temp); + + /* + * Upload the configuration file to the server... + */ + + status = cupsPutFile(http, "/admin/conf/cupsd.conf", tempfile); + + if (status == HTTP_CREATED) + { + /* + * Updated OK, add the basic settings... + */ + + if (debug_logging >= 0) + cupsd_num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, + debug_logging ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + else + cupsd_num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, + old_debug_logging ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + + if (remote_admin >= 0) + cupsd_num_settings = cupsAddOption(CUPS_SERVER_REMOTE_ADMIN, + remote_admin ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + else + cupsd_num_settings = cupsAddOption(CUPS_SERVER_REMOTE_ADMIN, + old_remote_admin ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + + if (remote_printers >= 0) + cupsd_num_settings = cupsAddOption(CUPS_SERVER_REMOTE_PRINTERS, + remote_printers ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + else + cupsd_num_settings = cupsAddOption(CUPS_SERVER_REMOTE_PRINTERS, + old_remote_printers ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + + if (share_printers >= 0) + cupsd_num_settings = cupsAddOption(CUPS_SERVER_SHARE_PRINTERS, + share_printers ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + else + cupsd_num_settings = cupsAddOption(CUPS_SERVER_SHARE_PRINTERS, + old_share_printers ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + + if (user_cancel_any >= 0) + cupsd_num_settings = cupsAddOption(CUPS_SERVER_USER_CANCEL_ANY, + user_cancel_any ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + else + cupsd_num_settings = cupsAddOption(CUPS_SERVER_USER_CANCEL_ANY, + old_user_cancel_any ? "1" : "0", + cupsd_num_settings, &cupsd_settings); + + /* + * Save the new values... + */ + + invalidate_cupsd_cache(cg); + + cg->cupsd_num_settings = cupsd_num_settings; + cg->cupsd_settings = cupsd_settings; + cg->cupsd_update = time(NULL); + + httpGetHostname(http, cg->cupsd_hostname, sizeof(cg->cupsd_hostname)); + } + else + cupsFreeOptions(cupsd_num_settings, cupsd_settings); + + /* + * Remote our temp files and return... + */ + + if (remote) + unlink(cupsdconf); + + unlink(tempfile); + + return (status == HTTP_CREATED); +} + + +/* + * 'do_samba_command()' - Do a SAMBA command. + */ + +static int /* O - Status of command */ +do_samba_command(const char *command, /* I - Command to run */ + const char *address, /* I - Address for command */ + const char *subcmd, /* I - Sub-command */ + const char *authfile, /* I - Samba authentication file */ + FILE *logfile) /* I - Optional log file */ +{ +#ifdef WIN32 + return (1); /* Always fail on Windows... */ + +#else + int status; /* Status of command */ + int pid; /* Process ID of child */ + + + if (logfile) + _cupsLangPrintf(logfile, + _("Running command: %s %s -N -A %s -c \'%s\'\n"), + command, address, authfile, subcmd); + + if ((pid = fork()) == 0) + { + /* + * Child goes here, redirect stdin/out/err and execute the command... + */ + + close(0); + open("/dev/null", O_RDONLY); + + close(1); + + if (logfile) + dup(fileno(logfile)); + else + open("/dev/null", O_WRONLY); + + close(2); + dup(1); + + execlp(command, command, address, "-N", "-A", authfile, "-c", subcmd, + (char *)0); + exit(errno); + } + else if (pid < 0) + { + status = -1; + + if (logfile) + _cupsLangPrintf(logfile, _("Unable to run \"%s\": %s\n"), + command, strerror(errno)); + } + else + { + /* + * Wait for the process to complete... + */ + + while (wait(&status) != pid); + } + + if (logfile) + _cupsLangPuts(logfile, "\n"); + + DEBUG_printf(("status=%d\n", status)); + + if (WIFEXITED(status)) + return (WEXITSTATUS(status)); + else + return (-WTERMSIG(status)); +#endif /* WIN32 */ +} + + +/* + * 'get_cupsd_conf()' - Get the current cupsd.conf file. + */ + +static http_status_t /* O - Status of request */ +get_cupsd_conf( + http_t *http, /* I - Connection to server */ + _cups_globals_t *cg, /* I - Global data */ + time_t last_update, /* I - Last update time for file */ + char *name, /* I - Filename buffer */ + int namesize, /* I - Size of filename buffer */ + int *remote) /* O - Remote file? */ +{ + int fd; /* Temporary file descriptor */ +#ifndef WIN32 + struct stat info; /* cupsd.conf file information */ +#endif /* WIN32 */ + http_status_t status; /* Status of getting cupsd.conf */ + char host[HTTP_MAX_HOST]; /* Hostname for connection */ + + + /* + * See if we already have the data we need... + */ + + httpGetHostname(http, host, sizeof(host)); + + if (strcasecmp(cg->cupsd_hostname, host)) + invalidate_cupsd_cache(cg); + + snprintf(name, namesize, "%s/cupsd.conf", cg->cups_serverroot); + *remote = 0; + +#ifndef WIN32 + if (!strcasecmp(host, "localhost") && !access(name, R_OK)) + { + /* + * Read the local file rather than using HTTP... + */ + + if (stat(name, &info)) + { + char message[1024]; /* Message string */ + + + snprintf(message, sizeof(message), + _cupsLangString(cupsLangDefault(), _("stat of %s failed: %s")), + name, strerror(errno)); + _cupsSetError(IPP_INTERNAL_ERROR, message); + + *name = '\0'; + + return (HTTP_SERVER_ERROR); + } + else if (last_update && info.st_mtime <= last_update) + status = HTTP_NOT_MODIFIED; + else + status = HTTP_OK; + } + else +#endif /* !WIN32 */ + { + /* + * Read cupsd.conf via a HTTP GET request... + */ + + if ((fd = cupsTempFd(name, namesize)) < 0) + { + *name = '\0'; + + _cupsSetError(IPP_INTERNAL_ERROR, strerror(errno)); + + invalidate_cupsd_cache(cg); + + return (HTTP_SERVER_ERROR); + } + + *remote = 1; + + httpClearFields(http); + + if (last_update) + httpSetField(http, HTTP_FIELD_IF_MODIFIED_SINCE, + httpGetDateString(last_update)); + + status = cupsGetFd(http, "/admin/conf/cupsd.conf", fd); + + close(fd); + + if (status != HTTP_OK) + { + unlink(name); + *name = '\0'; + } + } + + return (status); +} + + +/* + * 'invalidate_cupsd_cache()' - Invalidate the cached cupsd.conf settings. + */ + +static void +invalidate_cupsd_cache( + _cups_globals_t *cg) /* I - Global data */ +{ + cupsFreeOptions(cg->cupsd_num_settings, cg->cupsd_settings); + + cg->cupsd_hostname[0] = '\0'; + cg->cupsd_update = 0; + cg->cupsd_num_settings = 0; + cg->cupsd_settings = NULL; +} + + +/* + * 'write_option()' - Write a CUPS option to a PPD file. + */ + +static void +write_option(cups_file_t *dstfp, /* I - PPD file */ + int order, /* I - Order dependency */ + const char *name, /* I - Option name */ + const char *text, /* I - Option text */ + const char *attrname, /* I - Attribute name */ + ipp_attribute_t *suppattr, /* I - IPP -supported attribute */ + ipp_attribute_t *defattr, /* I - IPP -default attribute */ + int defval, /* I - Default value number */ + int valcount) /* I - Number of values */ +{ + int i; /* Looping var */ + + + cupsFilePrintf(dstfp, "*JCLOpenUI *%s/%s: PickOne\n" + "*OrderDependency: %d JCLSetup *%s\n", + name, text, order, name); + + if (defattr->value_tag == IPP_TAG_INTEGER) + { + /* + * Do numeric options with a range or list... + */ + + cupsFilePrintf(dstfp, "*Default%s: %d\n", name, + defattr->values[defval].integer); + + if (suppattr->value_tag == IPP_TAG_RANGE) + { + /* + * List each number in the range... + */ + + for (i = suppattr->values[0].range.lower; + i <= suppattr->values[0].range.upper; + i ++) + { + cupsFilePrintf(dstfp, "*%s %d: \"", name, i); + + if (valcount == 1) + cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%d\n\"\n*End\n", + attrname, i); + else if (defval == 0) + cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%d\"\n", attrname, i); + else if (defval < (valcount - 1)) + cupsFilePrintf(dstfp, ",%d\"\n", i); + else + cupsFilePrintf(dstfp, ",%d\n\"\n*End\n", i); + } + } + else + { + /* + * List explicit numbers... + */ + + for (i = 0; i < suppattr->num_values; i ++) + { + cupsFilePrintf(dstfp, "*%s %d: \"", name, suppattr->values[i].integer); + + if (valcount == 1) + cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%d\n\"\n*End\n", attrname, + suppattr->values[i].integer); + else if (defval == 0) + cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%d\"\n", attrname, + suppattr->values[i].integer); + else if (defval < (valcount - 1)) + cupsFilePrintf(dstfp, ",%d\"\n", suppattr->values[i].integer); + else + cupsFilePrintf(dstfp, ",%d\n\"\n*End\n", suppattr->values[i].integer); + } + } + } + else + { + /* + * Do text options with a list... + */ + + cupsFilePrintf(dstfp, "*Default%s: %s\n", name, + defattr->values[defval].string.text); + + for (i = 0; i < suppattr->num_values; i ++) + { + cupsFilePrintf(dstfp, "*%s %s: \"", name, + suppattr->values[i].string.text); + + if (valcount == 1) + cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%s\n\"\n*End\n", attrname, + suppattr->values[i].string.text); + else if (defval == 0) + cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%s\"\n", attrname, + suppattr->values[i].string.text); + else if (defval < (valcount - 1)) + cupsFilePrintf(dstfp, ",%s\"\n", suppattr->values[i].string.text); + else + cupsFilePrintf(dstfp, ",%s\n\"\n*End\n", + suppattr->values[i].string.text); + } + } + + cupsFilePrintf(dstfp, "*JCLCloseUI: *%s\n\n", name); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/adminutil.h b/cups/adminutil.h new file mode 100644 index 0000000000..6d755c63aa --- /dev/null +++ b/cups/adminutil.h @@ -0,0 +1,89 @@ +/* + * "$Id$" + * + * Administration utility API definitions for the Common UNIX Printing + * System (CUPS). + * + * MANY OF THE FUNCTIONS IN THIS HEADER ARE PRIVATE AND SUBJECT TO + * CHANGE AT ANY TIME. USE AT YOUR OWN RISK. + * + * Copyright 2001-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_ADMINUTIL_H_ +# define _CUPS_ADMINUTIL_H_ + +/* + * Include necessary headers... + */ + +# include "cups.h" + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Constants... + */ + +# define CUPS_SERVER_DEBUG_LOGGING "_debug_logging" +# define CUPS_SERVER_REMOTE_ADMIN "_remote_admin" +# define CUPS_SERVER_REMOTE_PRINTERS "_remote_printers" +# define CUPS_SERVER_SHARE_PRINTERS "_share_printers" +# define CUPS_SERVER_USER_CANCEL_ANY "_user_cancel_any" + + +/* + * Functions... + */ + +extern int cupsAdminExportSamba(const char *dest, const char *ppd, + const char *samba_server, + const char *samba_user, + const char *samba_password, + FILE *logfile); +extern char *cupsAdminCreateWindowsPPD(http_t *http, const char *dest, + char *buffer, int bufsize); + +extern int _cupsAdminGetServerSettings(http_t *http, + int *num_settings, + cups_option_t **settings); +extern int _cupsAdminSetServerSettings(http_t *http, + int num_settings, + cups_option_t *settings); + + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_ADMINUTIL_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/api-array.shtml b/cups/api-array.shtml new file mode 100644 index 0000000000..433ce5d28a --- /dev/null +++ b/cups/api-array.shtml @@ -0,0 +1,54 @@ + + +

Introduction

+ +

The CUPS array API provides a high-performance generic array +container. The contents of the array container can be sorted and +the container itself is designed for optimal speed and memory +usage under a wide variety of conditions.

+ +

The CUPS scheduler (cupsd) and many of the CUPS API +functions use the array API to efficiently manage large lists of +data.

+ +

General Usage

+ +

The <cups/array.h> header file must be +included to use the cupsArray functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

All of these functions require CUPS 1.2 or higher.

diff --git a/cups/api-cups.shtml b/cups/api-cups.shtml new file mode 100644 index 0000000000..e53b36ef7c --- /dev/null +++ b/cups/api-cups.shtml @@ -0,0 +1,56 @@ + + +

Introduction

+ +

The CUPS library provides a whole collection of interfaces +needed to support the internal needs of the CUPS software as well +as the needs of applications, filters, printer drivers, and +backends.

+ +

Unlike the rest of CUPS, the CUPS API library is provided +under the GNU Library General Public License. This means that you +can use the CUPS API library in both proprietary and open-source +programs.

+ +

General Usage

+ +

The <cups/cups.h> header file must be included to +use the CUPS functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

Unless otherwise specified, the CUPS API functions require +CUPS 1.1 or higher.

diff --git a/cups/api-filedir.shtml b/cups/api-filedir.shtml new file mode 100644 index 0000000000..3e6e944337 --- /dev/null +++ b/cups/api-filedir.shtml @@ -0,0 +1,66 @@ + + +

Introduction

+ +

The CUPS file and directory APIs provide portable interfaces +for manipulating files and listing files and directories. Unlike +stdio FILE streams, the cupsFile functions +allow you to open more than 256 files at any given time. They +also manage the platform-specific details of locking, large file +support, line endings (CR, LF, or CR LF), and reading and writing +files using Flate ("gzip") compression. Finally, you can also +connect, read from, and write to network connections using the +cupsFile functions.

+ +

The cupsDir functions manage the platform-specific +details of directory access/listing and provide a convenient way +to get both a list of files and the information (permissions, +size, timestamp, etc.) for each of those files.

+ +

The CUPS scheduler (cupsd), mailto notifier, +and many of the CUPS API functions use these functions for +everything except console (stdin, stdout, stderr) I/O.

+ +

General Usage

+ +

The <cups/dir.h> and +<cups/file.h> header files must be included to +use the cupsDir and cupsFile functions, +respectively.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

All of these functions require CUPS 1.2 or higher.

diff --git a/cups/api-filter.shtml b/cups/api-filter.shtml new file mode 100644 index 0000000000..66f5e0a099 --- /dev/null +++ b/cups/api-filter.shtml @@ -0,0 +1,51 @@ + + +

Introduction

+ +

The CUPS filter and backend APIs define standard exit codes +and provide access to the backchannel data stream. They are only +used when writing backends, filters, and port monitors.

+ +

General Usage

+ +

The <cups/backend.h> and +<cups/cups.h> header files must be included to +use the CUPS_BACKEND_ constants and +cupsBackChannel functions, respectively.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

All of these functions require CUPS 1.2 or higher.

diff --git a/cups/api-httpipp.shtml b/cups/api-httpipp.shtml new file mode 100644 index 0000000000..9b860bfd30 --- /dev/null +++ b/cups/api-httpipp.shtml @@ -0,0 +1,52 @@ + + +

Introduction

+ +

The CUPS HTTP and IPP APIs provide low-level access to the +HTTP and IPP protocols and CUPS scheduler. They are typically +used by monitoring and administration programs to perform +specific functions not supported by the high-level CUPS API +functions.

+ +

General Usage

+ +

The <cups/cups.h> header file must be included to +use the HTTP and IPP functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

Unless otherwise specified, the HTTP and IPP API functions +require CUPS 1.1 or higher.

diff --git a/cups/api-ppd.shtml b/cups/api-ppd.shtml new file mode 100644 index 0000000000..4dcd749098 --- /dev/null +++ b/cups/api-ppd.shtml @@ -0,0 +1,52 @@ + + +

Introduction

+ +

The CUPS PPD API provides read-only access the data in +PostScript Printer Description ("PPD") files. With it you can +display printer options to users, mark option choices and check +for conflicting choices, and output marked choices in PostScript +output.

+ +

General Usage

+ +

The <cups/ppd.h> header file must be included +to use the ppd functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

Unless otherwise specified, the PPD API functions require CUPS +1.1 or higher.

diff --git a/cups/array.c b/cups/array.c new file mode 100644 index 0000000000..674a4b4d48 --- /dev/null +++ b/cups/array.c @@ -0,0 +1,966 @@ +/* + * "$Id$" + * + * Sorted array routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsArrayAdd() - Add an element to the array. + * cupsArrayClear() - Clear the array. + * cupsArrayCount() - Get the number of elements in the array. + * cupsArrayCurrent() - Return the current element in the array. + * cupsArrayDelete() - Free all memory used by the array. + * cupsArrayDup() - Duplicate the array. + * cupsArrayFind() - Find an element in the array. + * cupsArrayFirst() - Get the first element in the array. + * cupsArrayIndex() - Get the N-th element in the array. + * cupsArrayInsert() - Insert an element in the array. + * cupsArrayLast() - Get the last element in the array. + * cupsArrayNew() - Create a new array. + * cupsArrayNext() - Get the next element in the array. + * cupsArrayPrev() - Get the previous element in the array. + * cupsArrayRemove() - Remove an element from the array. + * cupsArrayRestore() - Reset the current element to the last cupsArraySave. + * cupsArraySave() - Mark the current element for a later + * cupsArrayRestore. + * cupsArrayUserData() - Return the user data for an array. + * cups_array_add() - Insert or append an element to the array... + * cups_array_find() - Find an element in the array... + */ + +/* + * Include necessary headers... + */ + +#include "array.h" +#include "string.h" +#include "debug.h" + + +/* + * Limits... + */ + +#define _CUPS_MAXSAVE 32 /**** Maximum number of saves ****/ + + +/* + * Types and structures... + */ + +struct _cups_array_s /**** CUPS array structure ****/ +{ + /* + * The current implementation uses an insertion sort into an array of + * sorted pointers. We leave the array type private/opaque so that we + * can change the underlying implementation without affecting the users + * of this API. + */ + + int num_elements, /* Number of array elements */ + alloc_elements, /* Allocated array elements */ + current, /* Current element */ + insert, /* Last inserted element */ + unique, /* Are all elements unique? */ + num_saved, /* Number of saved elements */ + saved[_CUPS_MAXSAVE]; + /* Saved elements */ + void **elements; /* Array elements */ + cups_array_func_t compare; /* Element comparison function */ + void *data; /* User data passed to compare */ +}; + + +/* + * Local functions... + */ + +static int cups_array_add(cups_array_t *a, void *e, int insert); +static int cups_array_find(cups_array_t *a, void *e, int prev, int *rdiff); + + +/* + * 'cupsArrayAdd()' - Add an element to the array. + * + * When adding an element to a sorted array, non-unique elements are + * appended at the end of the run. For unsorted arrays, the element + * is inserted at the end of the array. + */ + +int /* O - 1 on success, 0 on failure */ +cupsArrayAdd(cups_array_t *a, /* I - Array */ + void *e) /* I - Element */ +{ + DEBUG_printf(("cupsArrayAdd(a=%p, e=%p)\n", a, e)); + + /* + * Range check input... + */ + + if (!a || !e) + { + DEBUG_puts("cupsArrayAdd: returning 0"); + return (0); + } + + /* + * Append the element... + */ + + return (cups_array_add(a, e, 0)); +} + + +/* + * 'cupsArrayClear()' - Clear the array. + */ + +void +cupsArrayClear(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return; + + /* + * Set the number of elements to 0; we don't actually free the memory + * here - that is done in cupsArrayDelete()... + */ + + a->num_elements = 0; + a->current = -1; + a->insert = -1; + a->unique = 1; + a->num_saved = 0; +} + + +/* + * 'cupsArrayCount()' - Get the number of elements in the array. + */ + +int /* O - Number of elements */ +cupsArrayCount(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return (0); + + /* + * Return the number of elements... + */ + + return (a->num_elements); +} + + +/* + * 'cupsArrayCurrent()' - Return the current element in the array. + */ + +void * /* O - Element */ +cupsArrayCurrent(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return (NULL); + + /* + * Return the current element... + */ + + if (a->current >= 0 && a->current < a->num_elements) + return (a->elements[a->current]); + else + return (NULL); +} + + +/* + * 'cupsArrayDelete()' - Free all memory used by the array. + */ + +void +cupsArrayDelete(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return; + + /* + * Free the array of element pointers - the caller is responsible + * for freeing the elements themselves... + */ + + if (a->alloc_elements) + free(a->elements); + + free(a); +} + + +/* + * 'cupsArrayDup()' - Duplicate the array. + */ + +cups_array_t * /* O - Duplicate array */ +cupsArrayDup(cups_array_t *a) /* I - Array */ +{ + cups_array_t *da; /* Duplicate array */ + + + /* + * Range check input... + */ + + if (!a) + return (NULL); + + /* + * Allocate memory for the array... + */ + + da = calloc(1, sizeof(cups_array_t)); + if (!da) + return (NULL); + + da->compare = a->compare; + da->data = a->data; + da->current = a->current; + da->insert = a->insert; + da->unique = a->unique; + da->num_saved = a->num_saved; + + memcpy(da->saved, a->saved, sizeof(a->saved)); + + if (a->num_elements) + { + /* + * Allocate memory for the elements... + */ + + da->elements = malloc(a->num_elements * sizeof(void *)); + if (!da->elements) + { + free(da); + return (NULL); + } + + /* + * Copy the element pointers... + */ + + memcpy(da->elements, a->elements, a->num_elements * sizeof(void *)); + da->num_elements = a->num_elements; + da->alloc_elements = a->num_elements; + } + + /* + * Return the new array... + */ + + return (da); +} + + +/* + * 'cupsArrayFind()' - Find an element in the array. + */ + +void * /* O - Element found or NULL */ +cupsArrayFind(cups_array_t *a, /* I - Array */ + void *e) /* I - Element */ +{ + int current, /* Current element */ + diff; /* Difference */ + + + /* + * Range check input... + */ + + if (!a || !e) + return (NULL); + + /* + * See if we have any elements... + */ + + if (!a->num_elements) + return (NULL); + + /* + * Yes, look for a match... + */ + + current = cups_array_find(a, e, a->current, &diff); + if (!diff) + { + /* + * Found a match! If the array does not contain unique values, find + * the first element that is the same... + */ + + if (!a->unique && a->compare) + { + /* + * The array is not unique, find the first match... + */ + + while (current > 0 && !(*(a->compare))(e, a->elements[current - 1], + a->data)) + current --; + } + + a->current = current; + + return (a->elements[current]); + } + else + { + /* + * No match... + */ + + a->current = -1; + + return (NULL); + } +} + + +/* + * 'cupsArrayFirst()' - Get the first element in the array. + */ + +void * /* O - First element or NULL */ +cupsArrayFirst(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return (NULL); + + /* + * Return the first element... + */ + + a->current = 0; + + return (cupsArrayCurrent(a)); +} + + +/* + * 'cupsArrayIndex()' - Get the N-th element in the array. + */ + +void * /* O - N-th element or NULL */ +cupsArrayIndex(cups_array_t *a, /* I - Array */ + int n) /* I - Index into array, starting at 0 */ +{ + if (!a) + return (NULL); + + a->current = n; + + return (cupsArrayCurrent(a)); +} + + +/* + * 'cupsArrayInsert()' - Insert an element in the array. + * + * When inserting an element in a sorted array, non-unique elements are + * inserted at the beginning of the run. For unsorted arrays, the element + * is inserted at the beginning of the array. + */ + +int /* O - 0 on failure, 1 on success */ +cupsArrayInsert(cups_array_t *a, /* I - Array */ + void *e) /* I - Element */ +{ + DEBUG_printf(("cupsArrayInsert(a=%p, e=%p)\n", a, e)); + + /* + * Range check input... + */ + + if (!a || !e) + { + DEBUG_puts("cupsArrayInsert: returning 0"); + return (0); + } + + /* + * Insert the element... + */ + + return (cups_array_add(a, e, 1)); +} + + +/* + * 'cupsArrayLast()' - Get the last element in the array. + */ + +void * /* O - Last element or NULL */ +cupsArrayLast(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return (NULL); + + /* + * Return the last element... + */ + + a->current = a->num_elements - 1; + + return (cupsArrayCurrent(a)); +} + + +/* + * 'cupsArrayNew()' - Create a new array. + */ + +cups_array_t * /* O - Array */ +cupsArrayNew(cups_array_func_t f, /* I - Comparison function */ + void *d) /* I - User data */ +{ + cups_array_t *a; /* Array */ + + + /* + * Allocate memory for the array... + */ + + a = calloc(1, sizeof(cups_array_t)); + if (!a) + return (NULL); + + a->compare = f; + a->data = d; + a->current = -1; + a->insert = -1; + a->num_saved = 0; + a->unique = 1; + + return (a); +} + + +/* + * 'cupsArrayNext()' - Get the next element in the array. + */ + +void * /* O - Next element or NULL */ +cupsArrayNext(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return (NULL); + + /* + * Return the next element... + */ + + if (a->current < a->num_elements) + a->current ++; + + return (cupsArrayCurrent(a)); +} + + +/* + * 'cupsArrayPrev()' - Get the previous element in the array. + */ + +void * /* O - Previous element or NULL */ +cupsArrayPrev(cups_array_t *a) /* I - Array */ +{ + /* + * Range check input... + */ + + if (!a) + return (NULL); + + /* + * Return the previous element... + */ + + if (a->current >= 0) + a->current --; + + return (cupsArrayCurrent(a)); +} + + +/* + * 'cupsArrayRemove()' - Remove an element from the array. + */ + +int /* O - 1 on success, 0 on failure */ +cupsArrayRemove(cups_array_t *a, /* I - Array */ + void *e) /* I - Element */ +{ + int i, /* Looping var */ + current, /* Current element */ + diff; /* Difference */ + + + /* + * Range check input... + */ + + if (!a || !e) + return (0); + + /* + * See if the element is in the array... + */ + + if (!a->num_elements) + return (0); + + current = cups_array_find(a, e, a->current, &diff); + if (diff) + return (0); + + /* + * Yes, now remove it... + */ + + a->num_elements --; + + if (current < a->num_elements) + memmove(a->elements + current, a->elements + current + 1, + (a->num_elements - current) * sizeof(void *)); + + if (current <= a->current) + a->current --; + + if (current <= a->insert) + a->insert --; + + for (i = 0; i < a->num_saved; i ++) + if (current <= a->saved[i]) + a->saved[i] --; + + if (a->num_elements <= 1) + a->unique = 1; + + return (1); +} + + +/* + * 'cupsArrayRestore()' - Reset the current element to the last cupsArraySave. + */ + +void * /* O - New current element */ +cupsArrayRestore(cups_array_t *a) /* I - Array */ +{ + if (!a) + return (NULL); + + if (a->num_saved <= 0) + return (NULL); + + a->num_saved --; + a->current = a->saved[a->num_saved]; + + if (a->current >= 0 && a->current < a->num_elements) + return (a->elements[a->current]); + else + return (NULL); +} + + +/* + * 'cupsArraySave()' - Mark the current element for a later cupsArrayRestore. + * + * The save/restore stack is guaranteed to be at least 32 elements deep. + */ + +int /* O - 1 on success, 0 on failure */ +cupsArraySave(cups_array_t *a) /* I - Array */ +{ + if (!a) + return (0); + + if (a->num_saved >= _CUPS_MAXSAVE) + return (0); + + a->saved[a->num_saved] = a->current; + a->num_saved ++; + + return (1); +} + + +/* + * 'cupsArrayUserData()' - Return the user data for an array. + */ + +void * /* O - User data */ +cupsArrayUserData(cups_array_t *a) /* I - Array */ +{ + if (a) + return (a->data); + else + return (NULL); +} + + +/* + * 'cups_array_add()' - Insert or append an element to the array... + */ + +static int /* O - 1 on success, 0 on failure */ +cups_array_add(cups_array_t *a, /* I - Array */ + void *e, /* I - Element to add */ + int insert) /* I - 1 = insert, 0 = append */ +{ + int i, /* Looping var */ + current, /* Current element */ + diff; /* Comparison with current element */ + + + DEBUG_printf(("cups_array_add(a=%p, e=%p, insert=%d)\n", a, e, insert)); + + /* + * Verify we have room for the new element... + */ + + if (a->num_elements >= a->alloc_elements) + { + /* + * Allocate additional elements; start with 16 elements, then + * double the size until 1024 elements, then add 1024 elements + * thereafter... + */ + + void **temp; /* New array elements */ + int count; /* New allocation count */ + + + if (a->alloc_elements == 0) + { + count = 16; + temp = malloc(count * sizeof(void *)); + } + else + { + if (a->alloc_elements < 1024) + count = a->alloc_elements * 2; + else + count = a->alloc_elements + 1024; + + temp = realloc(a->elements, count * sizeof(void *)); + } + + DEBUG_printf(("cups_array_add: count=%d\n", count)); + + if (!temp) + { + DEBUG_puts("cupsAddAdd: allocation failed, returning 0"); + return (0); + } + + a->alloc_elements = count; + a->elements = temp; + } + + /* + * Find the insertion point for the new element; if there is no + * compare function or elements, just add it to the beginning or end... + */ + + if (!a->num_elements || !a->compare) + { + /* + * No elements or comparison function, insert/append as needed... + */ + + if (insert) + current = 0; /* Insert at beginning */ + else + current = a->num_elements; /* Append to the end */ + } + else + { + /* + * Do a binary search for the insertion point... + */ + + current = cups_array_find(a, e, a->insert, &diff); + + if (diff > 0) + { + /* + * Insert after the current element... + */ + + current ++; + } + else if (!diff) + { + /* + * Compared equal, make sure we add to the begining or end of + * the current run of equal elements... + */ + + a->unique = 0; + + if (insert) + { + /* + * Insert at beginning of run... + */ + + while (current > 0 && !(*(a->compare))(e, a->elements[current - 1], + a->data)) + current --; + } + else + { + /* + * Append at end of run... + */ + + do + { + current ++; + } + while (current < a->num_elements && + !(*(a->compare))(e, a->elements[current], a->data)); + } + } + } + + /* + * Insert or append the element... + */ + + if (current < a->num_elements) + { + /* + * Shift other elements to the right... + */ + + memmove(a->elements + current + 1, a->elements + current, + (a->num_elements - current) * sizeof(void *)); + + if (a->current >= current) + a->current ++; + + for (i = 0; i < a->num_saved; i ++) + if (a->saved[i] >= current) + a->saved[i] ++; + + DEBUG_printf(("cups_array_add: insert element at index %d...\n", current)); + } +#ifdef DEBUG + else + printf("cups_array_add: append element at %d...\n", current); +#endif /* DEBUG */ + + a->elements[current] = e; + a->num_elements ++; + a->insert = current; + +#ifdef DEBUG + for (current = 0; current < a->num_elements; current ++) + printf("cups_array_add: a->elements[%d]=%p\n", current, a->elements[current]); +#endif /* DEBUG */ + + DEBUG_puts("cups_array_add: returning 1"); + + return (1); +} + + +/* + * 'cups_array_find()' - Find an element in the array... + */ + +static int /* O - Index of match */ +cups_array_find(cups_array_t *a, /* I - Array */ + void *e, /* I - Element */ + int prev, /* I - Previous index */ + int *rdiff) /* O - Difference of match */ +{ + int left, /* Left side of search */ + right, /* Right side of search */ + current, /* Current element */ + diff; /* Comparison with current element */ + + + DEBUG_printf(("cups_array_find(a=%p, e=%p, prev=%d, rdiff=%p)\n", a, e, prev, + rdiff)); + + if (a->compare) + { + /* + * Do a binary search for the element... + */ + + DEBUG_puts("cups_array_find: binary search"); + + if (prev >= 0 && prev < a->num_elements) + { + /* + * Start search on either side of previous... + */ + + if ((diff = (*(a->compare))(e, a->elements[prev], a->data)) == 0 || + (diff < 0 && prev == 0) || + (diff > 0 && prev == (a->num_elements - 1))) + { + /* + * Exact or edge match, return it! + */ + + DEBUG_printf(("cups_array_find: Returning %d, diff=%d\n", prev, diff)); + + *rdiff = diff; + + return (prev); + } + else if (diff < 0) + { + /* + * Start with previous on right side... + */ + + left = 0; + right = prev; + } + else + { + /* + * Start wih previous on left side... + */ + + left = prev; + right = a->num_elements - 1; + } + } + else + { + /* + * Start search in the middle... + */ + + left = 0; + right = a->num_elements - 1; + } + + do + { + current = (left + right) / 2; + diff = (*(a->compare))(e, a->elements[current], a->data); + + DEBUG_printf(("cups_array_find: left=%d, right=%d, current=%d, diff=%d\n", + left, right, current, diff)); + + if (diff == 0) + break; + else if (diff < 0) + right = current; + else + left = current; + } + while ((right - left) > 1); + + if (diff != 0) + { + /* + * Check the last 1 or 2 elements... + */ + + if ((diff = (*(a->compare))(e, a->elements[left], a->data)) <= 0) + current = left; + else + { + diff = (*(a->compare))(e, a->elements[right], a->data); + current = right; + } + } + } + else + { + /* + * Do a linear pointer search... + */ + + DEBUG_puts("cups_array_find: linear search"); + + diff = 1; + + for (current = 0; current < a->num_elements; current ++) + if (a->elements[current] == e) + { + diff = 0; + break; + } + } + + /* + * Return the closest element and the difference... + */ + + DEBUG_printf(("cups_array_find: Returning %d, diff=%d\n", current, diff)); + + *rdiff = diff; + + return (current); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/array.h b/cups/array.h new file mode 100644 index 0000000000..9919656fe0 --- /dev/null +++ b/cups/array.h @@ -0,0 +1,85 @@ +/* + * "$Id$" + * + * Sorted array definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_ARRAY_H_ +# define _CUPS_ARRAY_H_ + +/* + * Include necessary headers... + */ + +# include + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Types and structures... + */ + +typedef struct _cups_array_s cups_array_t; + /**** CUPS array type ****/ +typedef int (*cups_array_func_t)(void *first, void *second, void *data); + /**** Array comparison function ****/ + +/* + * Functions... + */ + +extern int cupsArrayAdd(cups_array_t *a, void *e); +extern void cupsArrayClear(cups_array_t *a); +extern int cupsArrayCount(cups_array_t *a); +extern void *cupsArrayCurrent(cups_array_t *a); +extern void cupsArrayDelete(cups_array_t *a); +extern cups_array_t *cupsArrayDup(cups_array_t *a); +extern void *cupsArrayFind(cups_array_t *a, void *e); +extern void *cupsArrayFirst(cups_array_t *a); +extern void *cupsArrayIndex(cups_array_t *a, int n); +extern int cupsArrayInsert(cups_array_t *a, void *e); +extern void *cupsArrayLast(cups_array_t *a); +extern cups_array_t *cupsArrayNew(cups_array_func_t f, void *d); +extern void *cupsArrayNext(cups_array_t *a); +extern void *cupsArrayPrev(cups_array_t *a); +extern int cupsArrayRemove(cups_array_t *a, void *e); +extern void *cupsArrayRestore(cups_array_t *a); +extern int cupsArraySave(cups_array_t *a); +extern void *cupsArrayUserData(cups_array_t *a); + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_ARRAY_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/attr.c b/cups/attr.c new file mode 100644 index 0000000000..a57ea6013d --- /dev/null +++ b/cups/attr.c @@ -0,0 +1,167 @@ +/* + * "$Id$" + * + * PPD model-specific attribute routines for the Common UNIX Printing System + * (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * ppdFindAttr() - Find the first matching attribute... + * ppdFindNextAttr() - Find the next matching attribute... + */ + +/* + * Include necessary headers... + */ + +#include "ppd.h" +#include "debug.h" +#include "string.h" +#include + + +/* + * 'ppdFindAttr()' - Find the first matching attribute... + * + * @since CUPS 1.1.19@ + */ + +ppd_attr_t * /* O - Attribute or NULL if not found */ +ppdFindAttr(ppd_file_t *ppd, /* I - PPD file data */ + const char *name, /* I - Attribute name */ + const char *spec) /* I - Specifier string or NULL */ +{ + ppd_attr_t key, /* Search key */ + *attr; /* Current attribute */ + int diff; /* Current difference */ + + + DEBUG_printf(("ppdFindAttr(ppd=%p, name=\"%s\", spec=\"%s\")\n", ppd, + name ? name : "(null)", spec ? spec : "(null)")); + + /* + * Range check input... + */ + + if (!ppd || !name || ppd->num_attrs == 0) + return (NULL); + + /* + * Search for a matching attribute... + */ + + memset(&key, 0, sizeof(key)); + strlcpy(key.name, name, sizeof(key.name)); + if (spec) + strlcpy(key.spec, spec, sizeof(key.spec)); + + /* + * Return the first matching attribute, if any... + */ + + if ((attr = (ppd_attr_t *)cupsArrayFind(ppd->sorted_attrs, &key)) != NULL) + return (attr); + else if (spec) + return (NULL); + + /* + * No match found, loop through the sorted attributes to see if we can + * find a "wildcard" match for the attribute... + */ + + for (attr = (ppd_attr_t *)cupsArrayFirst(ppd->sorted_attrs); + attr; + attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) + { + if ((diff = strcasecmp(attr->name, name)) == 0) + break; + + if (diff > 0) + { + /* + * All remaining attributes are > than the one we are trying to find... + */ + + cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); + + return (NULL); + } + } + + return (attr); +} + + +/* + * 'ppdFindNextAttr()' - Find the next matching attribute... + * + * @since CUPS 1.1.19@ + */ + +ppd_attr_t * /* O - Attribute or NULL if not found */ +ppdFindNextAttr(ppd_file_t *ppd, /* I - PPD file data */ + const char *name, /* I - Attribute name */ + const char *spec) /* I - Specifier string or NULL */ +{ + ppd_attr_t *attr; /* Current attribute */ + + + /* + * Range check input... + */ + + if (!ppd || !name || ppd->num_attrs == 0 || + !cupsArrayCurrent(ppd->sorted_attrs)) + return (NULL); + + /* + * See if there are more attributes to return... + */ + + if ((attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) == NULL) + return (NULL); + + /* + * Check the next attribute to see if it is a match... + */ + + if (strcasecmp(attr->name, name) || (spec && strcasecmp(attr->spec, spec))) + { + /* + * Nope, reset the current pointer to the end of the array... + */ + + cupsArrayIndex(ppd->sorted_attrs, cupsArrayCount(ppd->sorted_attrs)); + + return (NULL); + } + + /* + * Return the next attribute's value... + */ + + return (attr); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/auth.c b/cups/auth.c new file mode 100644 index 0000000000..73bcd3d95e --- /dev/null +++ b/cups/auth.c @@ -0,0 +1,263 @@ +/* + * "$Id$" + * + * Authentication functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsDoAuthentication() - Authenticate a request. + * cups_local_auth() - Get the local authorization certificate if + * available/applicable... + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include +#include +#include +#include +#include +#if defined(WIN32) || defined(__EMX__) +# include +#else +# include +#endif /* WIN32 || __EMX__ */ + + +/* + * Local functions... + */ + +static int cups_local_auth(http_t *http); + + +/* + * 'cupsDoAuthentication()' - Authenticate a request. + * + * This function should be called in response to a HTTP_UNAUTHORIZED + * status, prior to resubmitting your request. + * + * @since CUPS 1.1.20@ + */ + +int /* O - 0 on success, -1 on error */ +cupsDoAuthentication(http_t *http, /* I - HTTP connection to server */ + const char *method,/* I - Request method (GET, POST, PUT) */ + const char *resource) + /* I - Resource path */ +{ + const char *password; /* Password string */ + char prompt[1024], /* Prompt for user */ + realm[HTTP_MAX_VALUE], /* realm="xyz" string */ + nonce[HTTP_MAX_VALUE], /* nonce="xyz" string */ + encode[512]; /* Encoded username:password */ + _cups_globals_t *cg; /* Global data */ + + + DEBUG_printf(("cupsDoAuthentication(http=%p, method=\"%s\", resource=\"%s\")\n", + http, method, resource)); + DEBUG_printf(("cupsDoAuthentication: digest_tries=%d, userpass=\"%s\"\n", + http->digest_tries, http->userpass)); + DEBUG_printf(("cupsDoAuthentication: WWW-Authenticate=\"%s\"\n", + httpGetField(http, HTTP_FIELD_WWW_AUTHENTICATE))); + + /* + * Clear the current authentication string... + */ + + http->authstring[0] = '\0'; + + /* + * See if we can do local authentication... + */ + + if (http->digest_tries < 3 && !cups_local_auth(http)) + { + DEBUG_printf(("cupsDoAuthentication: authstring=\"%s\"\n", http->authstring)); + + if (http->status == HTTP_UNAUTHORIZED) + http->digest_tries ++; + + return (0); + } + + /* + * Nope, see if we should retry the current username:password... + */ + + if (http->digest_tries > 1 || !http->userpass[0]) + { + /* + * Nope - get a new password from the user... + */ + + cg = _cupsGlobals(); + + if (!cg->lang_default) + cg->lang_default = cupsLangDefault(); + + snprintf(prompt, sizeof(prompt), + _cupsLangString(cg->lang_default, _("Password for %s on %s? ")), + cupsUser(), + http->hostname[0] == '/' ? "localhost" : http->hostname); + + http->digest_tries = strncasecmp(http->fields[HTTP_FIELD_WWW_AUTHENTICATE], + "Digest", 5) != 0; + http->userpass[0] = '\0'; + + if ((password = cupsGetPassword(prompt)) == NULL) + return (-1); + + if (!password[0]) + return (-1); + + snprintf(http->userpass, sizeof(http->userpass), "%s:%s", cupsUser(), + password); + } + else if (http->status == HTTP_UNAUTHORIZED) + http->digest_tries ++; + + /* + * Got a password; encode it for the server... + */ + + if (strncmp(http->fields[HTTP_FIELD_WWW_AUTHENTICATE], "Digest", 6)) + { + /* + * Basic authentication... + */ + + httpEncode64_2(encode, sizeof(encode), http->userpass, + (int)strlen(http->userpass)); + snprintf(http->authstring, sizeof(http->authstring), "Basic %s", encode); + } + else + { + /* + * Digest authentication... + */ + + httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, "realm", realm); + httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, "nonce", nonce); + + httpMD5(cupsUser(), realm, strchr(http->userpass, ':') + 1, encode); + httpMD5Final(nonce, method, resource, encode); + snprintf(http->authstring, sizeof(http->authstring), + "Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", " + "uri=\"%s\", response=\"%s\"", cupsUser(), realm, nonce, + resource, encode); + } + + DEBUG_printf(("cupsDoAuthentication: authstring=\"%s\"\n", http->authstring)); + + return (0); +} + + +/* + * 'cups_local_auth()' - Get the local authorization certificate if + * available/applicable... + */ + +static int /* O - 0 if available, -1 if not */ +cups_local_auth(http_t *http) /* I - HTTP connection to server */ +{ +#if defined(WIN32) || defined(__EMX__) + /* + * Currently WIN32 and OS-2 do not support the CUPS server... + */ + + return (-1); +#else + int pid; /* Current process ID */ + FILE *fp; /* Certificate file */ + char filename[1024], /* Certificate filename */ + certificate[33]; /* Certificate string */ + _cups_globals_t *cg = _cupsGlobals(); /* Global data */ + + + DEBUG_printf(("cups_local_auth(http=%p) hostaddr=%s, hostname=\"%s\"\n", + http, httpAddrString(http->hostaddr, filename, sizeof(filename)), http->hostname)); + + /* + * See if we are accessing localhost... + */ + + if (!httpAddrLocalhost(http->hostaddr) && + strcasecmp(http->hostname, "localhost") != 0) + { + DEBUG_puts("cups_local_auth: Not a local connection!"); + return (-1); + } + + /* + * Try opening a certificate file for this PID. If that fails, + * try the root certificate... + */ + + pid = getpid(); + snprintf(filename, sizeof(filename), "%s/certs/%d", cg->cups_statedir, pid); + if ((fp = fopen(filename, "r")) == NULL && pid > 0) + { + DEBUG_printf(("cups_local_auth: Unable to open file %s: %s\n", + filename, strerror(errno))); + + snprintf(filename, sizeof(filename), "%s/certs/0", cg->cups_statedir); + fp = fopen(filename, "r"); + } + + if (fp == NULL) + { + DEBUG_printf(("cups_local_auth: Unable to open file %s: %s\n", + filename, strerror(errno))); + return (-1); + } + + /* + * Read the certificate from the file... + */ + + fgets(certificate, sizeof(certificate), fp); + fclose(fp); + + /* + * Set the authorization string and return... + */ + + snprintf(http->authstring, sizeof(http->authstring), "Local %s", certificate); + + DEBUG_printf(("cups_local_auth: Returning authstring = \"%s\"\n", + http->authstring)); + + return (0); +#endif /* WIN32 || __EMX__ */ +} + + +/* + * End of "$Id$". + */ diff --git a/cups/backchannel.c b/cups/backchannel.c new file mode 100644 index 0000000000..3e0e971850 --- /dev/null +++ b/cups/backchannel.c @@ -0,0 +1,209 @@ +/* + * "$Id$" + * + * Backchannel functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsBackChannelRead() - Read data from the backchannel. + * cupsBackChannelWrite() - Write data to the backchannel. + * cups_setup() - Setup select() + */ + +/* + * Include necessary headers... + */ + +#include "cups.h" +#include +#ifdef WIN32 +# include +# include +#else +# include +#endif /* WIN32 */ + + +/* + * Local functions... + */ + +static void cups_setup(fd_set *set, struct timeval *tval, + double timeout); + + +/* + * 'cupsBackChannelRead()' - Read data from the backchannel. + * + * Reads up to "bytes" bytes from the backchannel. The "timeout" + * parameter controls how many seconds to wait for the data - use + * 0.0 to return immediately if there is no data, -1.0 to wait + * for data indefinitely. + * + * @since CUPS 1.2@ + */ + +ssize_t /* O - Bytes read or -1 on error */ +cupsBackChannelRead(char *buffer, /* I - Buffer to read */ + size_t bytes, /* I - Bytes to read */ + double timeout) /* I - Timeout in seconds */ +{ + fd_set input; /* Input set */ + struct timeval tval; /* Timeout value */ + int status; /* Select status */ + + + /* + * Wait for input ready. + */ + + do + { + cups_setup(&input, &tval, timeout); + + if (timeout < 0.0) + status = select(4, &input, NULL, NULL, NULL); + else + status = select(4, &input, NULL, NULL, &tval); + } + while (status < 0 && errno != EINTR); + + if (status < 0) + return (-1); /* Timeout! */ + + /* + * Read bytes from the pipe... + */ + +#ifdef WIN32 + return ((ssize_t)read(3, buffer, (unsigned)bytes)); +#else + return (read(3, buffer, bytes)); +#endif /* WIN32 */ +} + + +/* + * 'cupsBackChannelWrite()' - Write data to the backchannel. + * + * Writes "bytes" bytes to the backchannel. The "timeout" parameter + * controls how many seconds to wait for the data to be written - use + * 0.0 to return immediately if the data cannot be written, -1.0 to wait + * indefinitely. + * + * @since CUPS 1.2@ + */ + +ssize_t /* O - Bytes written or -1 on error */ +cupsBackChannelWrite( + const char *buffer, /* I - Buffer to write */ + size_t bytes, /* I - Bytes to write */ + double timeout) /* I - Timeout in seconds */ +{ + fd_set output; /* Output set */ + struct timeval tval; /* Timeout value */ + int status; /* Select status */ + ssize_t count; /* Current bytes */ + size_t total; /* Total bytes */ + + + /* + * Write all bytes... + */ + + total = 0; + + while (total < bytes) + { + /* + * Wait for write-ready... + */ + + do + { + cups_setup(&output, &tval, timeout); + + if (timeout < 0.0) + status = select(4, NULL, &output, NULL, NULL); + else + status = select(4, NULL, &output, NULL, &tval); + } + while (status < 0 && errno != EINTR); + + if (status < 0) + return (-1); /* Timeout! */ + + /* + * Write bytes to the pipe... + */ + +#ifdef WIN32 + count = (ssize_t)write(3, buffer, (unsigned)(bytes - total)); +#else + count = write(3, buffer, bytes - total); +#endif /* WIN32 */ + + if (count < 0) + { + /* + * Write error - abort on fatal errors... + */ + + if (errno != EINTR) + return (-1); + } + else + { + /* + * Write succeeded, update buffer pointer and total count... + */ + + buffer += count; + total += count; + } + } + + return ((ssize_t)bytes); +} + + +/* + * 'cups_setup()' - Setup select() + */ + +static void +cups_setup(fd_set *set, /* I - Set for select() */ + struct timeval *tval, /* I - Timer value */ + double timeout) /* I - Timeout in seconds */ +{ + tval->tv_sec = (int)timeout; + tval->tv_usec = (int)(1000000.0 * (timeout - tval->tv_sec)); + + FD_ZERO(set); + FD_SET(3, set); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/backend.c b/cups/backend.c new file mode 100644 index 0000000000..f846a2a3a7 --- /dev/null +++ b/cups/backend.c @@ -0,0 +1,67 @@ +/* + * "$Id$" + * + * Backend functions for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsBackendDeviceURI() - Get the device URI for a backend. + */ + +/* + * Include necessary headers... + */ + +#include +#include "backend.h" +#include "string.h" + + +/* + * 'cupsBackendDeviceURI()' - Get the device URI for a backend. + * + * The "argv" argument is the argv argument passed to main(). This + * function returns the device URI passed in the DEVICE_URI environment + * variable or the device URI passed in argv[0], whichever is found + * first. + */ + +const char * /* O - Device URI or NULL */ +cupsBackendDeviceURI(char **argv) /* I - Command-line arguments */ +{ + const char *device_uri; /* Device URI */ + + + if ((device_uri = getenv("DEVICE_URI")) != NULL) + return (device_uri); + + if (!argv || !argv[0] || !strchr(argv[0], ':')) + return (NULL); + else + return (argv[0]); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/backend.h b/cups/backend.h new file mode 100644 index 0000000000..e9bd2d04b6 --- /dev/null +++ b/cups/backend.h @@ -0,0 +1,57 @@ +/* + * "$Id$" + * + * Backend definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_BACKEND_H_ +# define _CUPS_BACKEND_H_ + + +/* + * Constants... + */ + +typedef enum cups_backend_e /**** Backend exit codes ****/ +{ + CUPS_BACKEND_OK = 0, /* Job completed successfully */ + CUPS_BACKEND_FAILED = 1, /* Job failed, use error-policy */ + CUPS_BACKEND_AUTH_REQUIRED = 2, /* Job failed, authentication required */ + CUPS_BACKEND_HOLD = 3, /* Job failed, hold job */ + CUPS_BACKEND_STOP = 4, /* Job failed, stop queue */ + CUPS_BACKEND_CANCEL = 5 /* Job failed, cancel job */ +} cups_backend_t; + + +/* + * Prototypes... + */ + +extern const char *cupsBackendDeviceURI(char **argv); + + +#endif /* !_CUPS_BACKEND_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/cups.h b/cups/cups.h new file mode 100644 index 0000000000..72eae26edc --- /dev/null +++ b/cups/cups.h @@ -0,0 +1,255 @@ +/* + * "$Id$" + * + * API definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_CUPS_H_ +# define _CUPS_CUPS_H_ + +/* + * Include necessary headers... + */ + +# include +# if defined(WIN32) && !defined(__CUPS_SSIZE_T_DEFINED) +# define __CUPS_SSIZE_T_DEFINED +/* Windows does not support the ssize_t type, so map it to off_t... */ +typedef off_t ssize_t; /* @private@ */ +# endif /* WIN32 && !__CUPS_SSIZE_T_DEFINED */ + +# include "ipp.h" +# include "ppd.h" +# include "language.h" + + +/* + * With GCC 3.0 and higher, we can mark old APIs "deprecated" so you get + * a warning at compile-time. + */ + +# if defined(__GNUC__) && __GNUC__ > 2 +# define _CUPS_DEPRECATED __attribute__ ((__deprecated__)) +# else +# define _CUPS_DEPRECATED +# endif /* __GNUC__ && __GNUC__ > 2 */ + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Constants... + */ + +# define CUPS_VERSION 1.0209 +# define CUPS_VERSION_MAJOR 1 +# define CUPS_VERSION_MINOR 2 +# define CUPS_VERSION_PATCH 9 +# define CUPS_DATE_ANY -1 + + +/* + * Types and structures... + */ + +typedef unsigned cups_ptype_t; /**** Printer Type/Capability Bits ****/ +enum cups_ptype_e /* Not a typedef'd enum so we can OR */ +{ + CUPS_PRINTER_LOCAL = 0x0000, /* Local printer or class */ + CUPS_PRINTER_CLASS = 0x0001, /* Printer class */ + CUPS_PRINTER_REMOTE = 0x0002, /* Remote printer or class */ + CUPS_PRINTER_BW = 0x0004, /* Can do B&W printing */ + CUPS_PRINTER_COLOR = 0x0008, /* Can do color printing */ + CUPS_PRINTER_DUPLEX = 0x0010, /* Can do duplexing */ + CUPS_PRINTER_STAPLE = 0x0020, /* Can staple output */ + CUPS_PRINTER_COPIES = 0x0040, /* Can do copies */ + CUPS_PRINTER_COLLATE = 0x0080, /* Can collage copies */ + CUPS_PRINTER_PUNCH = 0x0100, /* Can punch output */ + CUPS_PRINTER_COVER = 0x0200, /* Can cover output */ + CUPS_PRINTER_BIND = 0x0400, /* Can bind output */ + CUPS_PRINTER_SORT = 0x0800, /* Can sort output */ + CUPS_PRINTER_SMALL = 0x1000, /* Can do Letter/Legal/A4 */ + CUPS_PRINTER_MEDIUM = 0x2000, /* Can do Tabloid/B/C/A3/A2 */ + CUPS_PRINTER_LARGE = 0x4000, /* Can do D/E/A1/A0 */ + CUPS_PRINTER_VARIABLE = 0x8000, /* Can do variable sizes */ + CUPS_PRINTER_IMPLICIT = 0x10000, /* Implicit class */ + CUPS_PRINTER_DEFAULT = 0x20000, /* Default printer on network */ + CUPS_PRINTER_FAX = 0x40000, /* Fax queue */ + CUPS_PRINTER_REJECTING = 0x80000, /* Printer is rejecting jobs */ + CUPS_PRINTER_DELETE = 0x100000, /* Delete printer @since CUPS 1.2@ */ + CUPS_PRINTER_NOT_SHARED = 0x200000, /* Printer is not shared @since CUPS 1.2@ */ + CUPS_PRINTER_AUTHENTICATED = 0x400000,/* Printer requires authentication @since CUPS 1.2@ */ + CUPS_PRINTER_COMMANDS = 0x800000, /* Printer supports maintenance commands @since CUPS 1.2@ */ + CUPS_PRINTER_OPTIONS = 0xe6fffc /* ~(CLASS | REMOTE | IMPLICIT) */ +}; + +typedef const char *(*cups_password_cb_t)(const char *); + /**** Password callback ****/ + +typedef struct cups_option_s /**** Printer Options ****/ +{ + char *name; /* Name of option */ + char *value; /* Value of option */ +} cups_option_t; + +typedef struct cups_dest_s /**** Destination ****/ +{ + char *name, /* Printer or class name */ + *instance; /* Local instance name or NULL */ + int is_default; /* Is this printer the default? */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ +} cups_dest_t; + +typedef struct cups_job_s /**** Job ****/ +{ + int id; /* The job ID */ + char *dest; /* Printer or class name */ + char *title; /* Title/job name */ + char *user; /* User the submitted the job */ + char *format; /* Document format */ + ipp_jstate_t state; /* Job state */ + int size; /* Size in kilobytes */ + int priority; /* Priority (1-100) */ + time_t completed_time; /* Time the job was completed */ + time_t creation_time; /* Time the job was created */ + time_t processing_time; /* Time the job was processed */ +} cups_job_t; + + +/* + * Functions... + */ + +extern int cupsCancelJob(const char *printer, int job); +extern ipp_t *cupsDoFileRequest(http_t *http, ipp_t *request, + const char *resource, + const char *filename); +extern ipp_t *cupsDoRequest(http_t *http, ipp_t *request, + const char *resource); +extern http_encryption_t cupsEncryption(void); +extern void cupsFreeJobs(int num_jobs, cups_job_t *jobs); +extern int cupsGetClasses(char ***classes) _CUPS_DEPRECATED; +extern const char *cupsGetDefault(void); +extern int cupsGetJobs(cups_job_t **jobs, const char *dest, + int myjobs, int completed); +extern const char *cupsGetPPD(const char *printer); +extern int cupsGetPrinters(char ***printers) _CUPS_DEPRECATED; +extern ipp_status_t cupsLastError(void); +extern int cupsPrintFile(const char *printer, const char *filename, + const char *title, int num_options, + cups_option_t *options); +extern int cupsPrintFiles(const char *printer, int num_files, + const char **files, const char *title, + int num_options, cups_option_t *options); +extern char *cupsTempFile(char *filename, int len) _CUPS_DEPRECATED; +extern int cupsTempFd(char *filename, int len); + +extern int cupsAddDest(const char *name, const char *instance, + int num_dests, cups_dest_t **dests); +extern void cupsFreeDests(int num_dests, cups_dest_t *dests); +extern cups_dest_t *cupsGetDest(const char *name, const char *instance, + int num_dests, cups_dest_t *dests); +extern int cupsGetDests(cups_dest_t **dests); +extern void cupsSetDests(int num_dests, cups_dest_t *dests); + +extern int cupsAddOption(const char *name, const char *value, + int num_options, cups_option_t **options); +extern void cupsEncodeOptions(ipp_t *ipp, int num_options, + cups_option_t *options); +extern void cupsFreeOptions(int num_options, cups_option_t *options); +extern const char *cupsGetOption(const char *name, int num_options, + cups_option_t *options); +extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, + cups_option_t *options); +extern int cupsParseOptions(const char *arg, int num_options, + cups_option_t **options); + +extern const char *cupsGetPassword(const char *prompt); +extern const char *cupsServer(void); +extern void cupsSetEncryption(http_encryption_t e); +extern void cupsSetPasswordCB(cups_password_cb_t cb); +extern void cupsSetServer(const char *server); +extern void cupsSetUser(const char *user); +extern const char *cupsUser(void); + +/**** New in CUPS 1.1.20 ****/ +extern int cupsDoAuthentication(http_t *http, const char *method, + const char *resource); +extern http_status_t cupsGetFile(http_t *http, const char *resource, + const char *filename); +extern http_status_t cupsGetFd(http_t *http, const char *resource, int fd); +extern http_status_t cupsPutFile(http_t *http, const char *resource, + const char *filename); +extern http_status_t cupsPutFd(http_t *http, const char *resource, int fd); + +/**** New in CUPS 1.1.21 ****/ +extern const char *cupsGetDefault2(http_t *http); +extern int cupsGetDests2(http_t *http, cups_dest_t **dests); +extern int cupsGetJobs2(http_t *http, cups_job_t **jobs, + const char *dest, int myjobs, + int completed); +extern const char *cupsGetPPD2(http_t *http, const char *printer); +extern int cupsPrintFile2(http_t *http, const char *printer, + const char *filename, + const char *title, int num_options, + cups_option_t *options); +extern int cupsPrintFiles2(http_t *http, const char *printer, + int num_files, const char **files, + const char *title, int num_options, + cups_option_t *options); +extern int cupsSetDests2(http_t *http, int num_dests, + cups_dest_t *dests); + +/**** New in CUPS 1.2 ****/ +extern ssize_t cupsBackChannelRead(char *buffer, size_t bytes, + double timeout); +extern ssize_t cupsBackChannelWrite(const char *buffer, size_t bytes, + double timeout); +extern void cupsEncodeOptions2(ipp_t *ipp, int num_options, + cups_option_t *options, + ipp_tag_t group_tag); +extern const char *cupsLastErrorString(void); +extern char *cupsNotifySubject(cups_lang_t *lang, ipp_t *event); +extern char *cupsNotifyText(cups_lang_t *lang, ipp_t *event); +extern int cupsRemoveOption(const char *name, int num_options, + cups_option_t **options); +extern cups_file_t *cupsTempFile2(char *filename, int len); + + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_CUPS_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/custom.c b/cups/custom.c new file mode 100644 index 0000000000..78b8e3ef0b --- /dev/null +++ b/cups/custom.c @@ -0,0 +1,127 @@ +/* + * "$Id$" + * + * PPD custom option routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This code and any derivative of it may be used and distributed + * freely under the terms of the GNU General Public License when + * used with GNU Ghostscript or its derivatives. Use of the code + * (or any derivative of it) with software other than GNU + * GhostScript (or its derivatives) is governed by the CUPS license + * agreement. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ppdFindCustomOption() - Find a custom option. + * ppdFindCustomParam() - Find a parameter for a custom option. + * ppdFirstCustomParam() - Return the first parameter for a custom option. + * ppdNextCustomParam() - Return the next parameter for a custom option. + */ + +/* + * Include necessary headers. + */ + +#include "globals.h" +#include "debug.h" + + +/* + * 'ppdFindCustomOption()' - Find a custom option. + * + * @since CUPS 1.2@ + */ + +ppd_coption_t * /* O - Custom option or NULL */ +ppdFindCustomOption(ppd_file_t *ppd, /* I - PPD file */ + const char *keyword)/* I - Custom option name */ +{ + ppd_coption_t key; /* Custom option search key */ + + + if (!ppd) + return (NULL); + + strlcpy(key.keyword, keyword, sizeof(key.keyword)); + return ((ppd_coption_t *)cupsArrayFind(ppd->coptions, &key)); +} + + +/* + * 'ppdFindCustomParam()' - Find a parameter for a custom option. + * + * @since CUPS 1.2@ + */ + +ppd_cparam_t * /* O - Custom parameter or NULL */ +ppdFindCustomParam(ppd_coption_t *opt, /* I - Custom option */ + const char *name) /* I - Parameter name */ +{ + ppd_cparam_t key; /* Custom parameter search key */ + + + if (!opt) + return (NULL); + + strlcpy(key.name, name, sizeof(key.name)); + return ((ppd_cparam_t *)cupsArrayFind(opt->params, &key)); +} + + +/* + * 'ppdFirstCustomParam()' - Return the first parameter for a custom option. + * + * @since CUPS 1.2@ + */ + +ppd_cparam_t * /* O - Custom parameter or NULL */ +ppdFirstCustomParam(ppd_coption_t *opt) /* I - Custom option */ +{ + if (!opt) + return (NULL); + + return ((ppd_cparam_t *)cupsArrayFirst(opt->params)); +} + + +/* + * 'ppdNextCustomParam()' - Return the next parameter for a custom option. + * + * @since CUPS 1.2@ + */ + +ppd_cparam_t * /* O - Custom parameter or NULL */ +ppdNextCustomParam(ppd_coption_t *opt) /* I - Custom option */ +{ + if (!opt) + return (NULL); + + return ((ppd_cparam_t *)cupsArrayNext(opt->params)); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/debug.h b/cups/debug.h new file mode 100644 index 0000000000..09e305f4d8 --- /dev/null +++ b/cups/debug.h @@ -0,0 +1,59 @@ +/* + * "$Id$" + * + * Debugging macros for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_DEBUG_H_ +# define _CUPS_DEBUG_H_ + +/* + * Include necessary headers... + */ + +# include + +/* + * The debug macros are used if you compile with DEBUG defined. + * + * Usage: + * + * DEBUG_puts("string") + * DEBUG_printf(("format string", arg, arg, ...)); + * + * Note the extra parenthesis around the DEBUG_printf macro... + */ + +# ifdef DEBUG +# define DEBUG_puts(x) puts(x) +# define DEBUG_printf(x) printf x +# else +# define DEBUG_puts(x) +# define DEBUG_printf(x) +# endif /* DEBUG */ + +#endif /* !_CUPS_DEBUG_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/dest.c b/cups/dest.c new file mode 100644 index 0000000000..5aeb666a04 --- /dev/null +++ b/cups/dest.c @@ -0,0 +1,1089 @@ +/* + * "$Id$" + * + * User-defined destination (and option) support for the Common UNIX + * Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsAddDest() - Add a destination to the list of destinations. + * cupsFreeDests() - Free the memory used by the list of destinations. + * cupsGetDest() - Get the named destination from the list. + * cupsGetDests() - Get the list of destinations from the default server. + * cupsGetDests2() - Get the list of destinations from the specified server. + * cupsSetDests() - Set the list of destinations for the default server. + * cupsSetDests2() - Set the list of destinations for the specified server. + * cups_get_dests() - Get destinations from a file. + * cups_get_sdests() - Get destinations from a server. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include +#include +#include + +#ifdef HAVE_NOTIFY_H +# include +#endif /* HAVE_NOTIFY_H */ + + +/* + * Local functions... + */ + +static int cups_get_dests(const char *filename, int num_dests, + cups_dest_t **dests); +static int cups_get_sdests(http_t *http, ipp_op_t op, int num_dests, + cups_dest_t **dests); + + +/* + * 'cupsAddDest()' - Add a destination to the list of destinations. + * + * This function cannot be used to add a new class or printer queue, + * it only adds a new container of saved options for the named + * destination or instance. + * + * If the named destination already exists, the destination list is + * returned unchanged. Adding a new instance of a destination creates + * a copy of that destination's options. + * + * Use the cupsSaveDests() function to save the updated list of + * destinations to the user's lpoptions file. + */ + +int /* O - New number of destinations */ +cupsAddDest(const char *name, /* I - Destination name */ + const char *instance, /* I - Instance name or NULL for none/primary */ + int num_dests, /* I - Number of destinations */ + cups_dest_t **dests) /* IO - Destinations */ +{ + int i; /* Looping var */ + cups_dest_t *dest; /* Destination pointer */ + cups_dest_t *parent; /* Parent destination */ + cups_option_t *option; /* Current option */ + + + if (!name || !dests) + return (0); + + if ((dest = cupsGetDest(name, instance, num_dests, *dests)) != NULL) + return (num_dests); + + /* + * Add new destination... + */ + + if (num_dests == 0) + dest = malloc(sizeof(cups_dest_t)); + else + dest = realloc(*dests, sizeof(cups_dest_t) * (num_dests + 1)); + + if (dest == NULL) + return (num_dests); + + *dests = dest; + + /* + * Find where to insert the destination... + */ + + for (i = num_dests; i > 0; i --, dest ++) + if (strcasecmp(name, dest->name) < 0) + break; + else if (!instance && dest->instance) + break; + else if (!strcasecmp(name, dest->name) && + instance && dest->instance && + strcasecmp(instance, dest->instance) < 0) + break; + + if (i > 0) + memmove(dest + 1, dest, i * sizeof(cups_dest_t)); + + /* + * Initialize the destination... + */ + + dest->name = strdup(name); + dest->is_default = 0; + dest->num_options = 0; + dest->options = (cups_option_t *)0; + + if (!instance) + dest->instance = NULL; + else + { + /* + * Copy options from the primary instance... + */ + + dest->instance = strdup(instance); + + if ((parent = cupsGetDest(name, NULL, num_dests + 1, *dests)) != NULL) + { + for (i = parent->num_options, option = parent->options; + i > 0; + i --, option ++) + dest->num_options = cupsAddOption(option->name, option->value, + dest->num_options, + &(dest->options)); + } + } + + return (num_dests + 1); +} + + +/* + * 'cupsFreeDests()' - Free the memory used by the list of destinations. + */ + +void +cupsFreeDests(int num_dests, /* I - Number of destinations */ + cups_dest_t *dests) /* I - Destinations */ +{ + int i; /* Looping var */ + cups_dest_t *dest; /* Current destination */ + + + if (num_dests == 0 || dests == NULL) + return; + + for (i = num_dests, dest = dests; i > 0; i --, dest ++) + { + free(dest->name); + + if (dest->instance) + free(dest->instance); + + cupsFreeOptions(dest->num_options, dest->options); + } + + free(dests); +} + + +/* + * 'cupsGetDest()' - Get the named destination from the list. + * + * Use the cupsGetDests() or cupsGetDests2() functions to get a + * list of supported destinations for the current user. + */ + +cups_dest_t * /* O - Destination pointer or NULL */ +cupsGetDest(const char *name, /* I - Destination name or NULL for the default destination */ + const char *instance, /* I - Instance name or NULL */ + int num_dests, /* I - Number of destinations */ + cups_dest_t *dests) /* I - Destinations */ +{ + int comp; /* Result of comparison */ + + + if (num_dests <= 0 || !dests) + return (NULL); + + if (!name) + { + /* + * NULL name for default printer. + */ + + while (num_dests > 0) + { + if (dests->is_default) + return (dests); + + num_dests --; + dests ++; + } + } + else + { + /* + * Lookup name and optionally the instance... + */ + + while (num_dests > 0) + { + if ((comp = strcasecmp(name, dests->name)) < 0) + return (NULL); + else if (comp == 0) + { + if ((!instance && !dests->instance) || + (instance != NULL && dests->instance != NULL && + !strcasecmp(instance, dests->instance))) + return (dests); + } + + num_dests --; + dests ++; + } + } + + return (NULL); +} + + +/* + * 'cupsGetDests()' - Get the list of destinations from the default server. + * + * Starting with CUPS 1.2, the returned list of destinations include the + * printer-info, printer-is-accepting-jobs, printer-is-shared, + * printer-make-and-model, printer-state, printer-state-change-time, + * printer-state-reasons, and printer-type attributes as options. + * + * Use the cupsFreeDests() function to free the destination list and + * the cupsGetDest() function to find a particular destination. + */ + +int /* O - Number of destinations */ +cupsGetDests(cups_dest_t **dests) /* O - Destinations */ +{ + int num_dests; /* Number of destinations */ + http_t *http; /* HTTP connection */ + + + /* + * Connect to the CUPS server and get the destination list and options... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + num_dests = cupsGetDests2(http, dests); + + if (http) + httpClose(http); + + return (num_dests); +} + + +/* + * 'cupsGetDests2()' - Get the list of destinations from the specified server. + * + * Starting with CUPS 1.2, the returned list of destinations include the + * printer-info, printer-is-accepting-jobs, printer-is-shared, + * printer-make-and-model, printer-state, printer-state-change-time, + * printer-state-reasons, and printer-type attributes as options. + * + * Use the cupsFreeDests() function to free the destination list and + * the cupsGetDest() function to find a particular destination. + * + * @since CUPS 1.1.21@ + */ + +int /* O - Number of destinations */ +cupsGetDests2(http_t *http, /* I - HTTP connection */ + cups_dest_t **dests) /* O - Destinations */ +{ + int i; /* Looping var */ + int num_dests; /* Number of destinations */ + cups_dest_t *dest; /* Destination pointer */ + const char *home; /* HOME environment variable */ + char filename[1024]; /* Local ~/.cups/lpoptions file */ + const char *defprinter; /* Default printer */ + char name[1024], /* Copy of printer name */ + *instance; /* Pointer to instance name */ + int num_reals; /* Number of real queues */ + cups_dest_t *reals; /* Real queues */ + _cups_globals_t *cg = _cupsGlobals(); /* Global data */ + + + /* + * Range check the input... + */ + + if (!http || !dests) + return (0); + + /* + * Initialize destination array... + */ + + num_dests = 0; + *dests = (cups_dest_t *)0; + + /* + * Grab the printers and classes... + */ + + num_dests = cups_get_sdests(http, CUPS_GET_PRINTERS, num_dests, dests); + num_dests = cups_get_sdests(http, CUPS_GET_CLASSES, num_dests, dests); + + /* + * Make a copy of the "real" queues for a later sanity check... + */ + + if (num_dests > 0) + { + num_reals = num_dests; + reals = calloc(num_reals, sizeof(cups_dest_t)); + + if (reals) + memcpy(reals, *dests, num_reals * sizeof(cups_dest_t)); + else + num_reals = 0; + } + else + { + num_reals = 0; + reals = NULL; + } + + /* + * Grab the default destination... + */ + + if ((defprinter = cupsGetDefault2(http)) != NULL) + { + /* + * Grab printer and instance name... + */ + + strlcpy(name, defprinter, sizeof(name)); + + if ((instance = strchr(name, '/')) != NULL) + *instance++ = '\0'; + + /* + * Lookup the printer and instance and make it the default... + */ + + if ((dest = cupsGetDest(name, instance, num_dests, *dests)) != NULL) + dest->is_default = 1; + } + else + { + /* + * This initialization of "instance" is unnecessary, but avoids a + * compiler warning... + */ + + instance = NULL; + } + + /* + * Load the /etc/cups/lpoptions and ~/.cups/lpoptions files... + */ + + snprintf(filename, sizeof(filename), "%s/lpoptions", cg->cups_serverroot); + num_dests = cups_get_dests(filename, num_dests, dests); + + if ((home = getenv("HOME")) != NULL) + { + snprintf(filename, sizeof(filename), "%s/.cups/lpoptions", home); + if (access(filename, 0)) + snprintf(filename, sizeof(filename), "%s/.lpoptions", home); + + num_dests = cups_get_dests(filename, num_dests, dests); + } + + /* + * Validate the current default destination - this prevents old + * Default lines in /etc/cups/lpoptions and ~/.cups/lpoptions from + * pointing to a non-existent printer or class... + */ + + if (num_reals) + { + /* + * See if we have a default printer... + */ + + if ((dest = cupsGetDest(NULL, NULL, num_dests, *dests)) != NULL) + { + /* + * Have a default; see if it is real... + */ + + dest = cupsGetDest(dest->name, NULL, num_reals, reals); + } + + /* + * If dest is NULL, then no default (that exists) is set, so we + * need to set a default if one exists... + */ + + if (dest == NULL && defprinter != NULL) + { + for (i = 0; i < num_dests; i ++) + (*dests)[i].is_default = 0; + + if ((dest = cupsGetDest(name, instance, num_dests, *dests)) != NULL) + dest->is_default = 1; + } + + /* + * Free memory... + */ + + free(reals); + } + + /* + * Return the number of destinations... + */ + + return (num_dests); +} + + +/* + * 'cupsSetDests()' - Save the list of destinations for the default server. + * + * This function saves the destinations to /etc/cups/lpoptions when run + * as root and ~/.cups/lpoptions when run as a normal user. + */ + +void +cupsSetDests(int num_dests, /* I - Number of destinations */ + cups_dest_t *dests) /* I - Destinations */ +{ + http_t *http; /* HTTP connection */ + + + /* + * Connect to the CUPS server and save the destination list and options... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + cupsSetDests2(http, num_dests, dests); + + if (http) + httpClose(http); +} + + +/* + * 'cupsSetDests2()' - Save the list of destinations for the specified server. + * + * This function saves the destinations to /etc/cups/lpoptions when run + * as root and ~/.cups/lpoptions when run as a normal user. + * + * @since CUPS 1.1.21@ + */ + +int /* O - 0 on success, -1 on error */ +cupsSetDests2(http_t *http, /* I - HTTP connection */ + int num_dests, /* I - Number of destinations */ + cups_dest_t *dests) /* I - Destinations */ +{ + int i, j; /* Looping vars */ + int wrote; /* Wrote definition? */ + cups_dest_t *dest; /* Current destination */ + cups_option_t *option; /* Current option */ + _ipp_option_t *match; /* Matching attribute for option */ + FILE *fp; /* File pointer */ +#ifndef WIN32 + const char *home; /* HOME environment variable */ +#endif /* WIN32 */ + char filename[1024]; /* lpoptions file */ + int num_temps; /* Number of temporary destinations */ + cups_dest_t *temps, /* Temporary destinations */ + *temp; /* Current temporary dest */ + const char *val; /* Value of temporary option */ + _cups_globals_t *cg = _cupsGlobals(); /* Global data */ + + + /* + * Range check the input... + */ + + if (!http || !num_dests || !dests) + return (-1); + + /* + * Get the server destinations... + */ + + num_temps = cups_get_sdests(http, CUPS_GET_PRINTERS, 0, &temps); + num_temps = cups_get_sdests(http, CUPS_GET_CLASSES, num_temps, &temps); + + /* + * Figure out which file to write to... + */ + + snprintf(filename, sizeof(filename), "%s/lpoptions", cg->cups_serverroot); + +#ifndef WIN32 + if (getuid()) + { + /* + * Merge in server defaults... + */ + + num_temps = cups_get_dests(filename, num_temps, &temps); + + /* + * Point to user defaults... + */ + + if ((home = getenv("HOME")) != NULL) + { + /* + * Remove the old ~/.lpoptions file... + */ + + snprintf(filename, sizeof(filename), "%s/.lpoptions", home); + unlink(filename); + + /* + * Create ~/.cups subdirectory... + */ + + snprintf(filename, sizeof(filename), "%s/.cups", home); + if (access(filename, 0)) + mkdir(filename, 0700); + + snprintf(filename, sizeof(filename), "%s/.cups/lpoptions", home); + } + } +#endif /* !WIN32 */ + + /* + * Try to open the file... + */ + + if ((fp = fopen(filename, "w")) == NULL) + { + cupsFreeDests(num_temps, temps); + return (-1); + } + +#ifndef WIN32 + /* + * Set the permissions to 0644 when saving to the /etc/cups/lpoptions + * file... + */ + + if (!getuid()) + fchmod(fileno(fp), 0644); +#endif /* !WIN32 */ + + /* + * Write each printer; each line looks like: + * + * Dest name[/instance] options + * Default name[/instance] options + */ + + for (i = num_dests, dest = dests; i > 0; i --, dest ++) + if (dest->instance != NULL || dest->num_options != 0 || dest->is_default) + { + if (dest->is_default) + { + fprintf(fp, "Default %s", dest->name); + if (dest->instance) + fprintf(fp, "/%s", dest->instance); + + wrote = 1; + } + else + wrote = 0; + + if ((temp = cupsGetDest(dest->name, dest->instance, num_temps, temps)) == NULL) + temp = cupsGetDest(dest->name, NULL, num_temps, temps); + + for (j = dest->num_options, option = dest->options; j > 0; j --, option ++) + { + /* + * See if this option is a printer attribute; if so, skip it... + */ + + if ((match = _ippFindOption(option->name)) != NULL && + match->group_tag == IPP_TAG_PRINTER) + continue; + + /* + * See if the server/global options match these; if so, don't + * write 'em. + */ + + if (temp && + (val = cupsGetOption(option->name, temp->num_options, + temp->options)) != NULL && + !strcasecmp(val, option->value)) + continue; + + /* + * Options don't match, write to the file... + */ + + if (!wrote) + { + fprintf(fp, "Dest %s", dest->name); + if (dest->instance) + fprintf(fp, "/%s", dest->instance); + wrote = 1; + } + + if (option->value[0]) + { + if (strchr(option->value, ' ') || + strchr(option->value, '\\') || + strchr(option->value, '\"') || + strchr(option->value, '\'')) + { + /* + * Quote the value... + */ + + fprintf(fp, " %s=\"", option->name); + + for (val = option->value; *val; val ++) + { + if (strchr("\"\'\\", *val)) + putc('\\', fp); + + putc(*val, fp); + } + + putc('\"', fp); + } + else + { + /* + * Store the literal value... + */ + + fprintf(fp, " %s=%s", option->name, option->value); + } + } + else + fprintf(fp, " %s", option->name); + } + + if (wrote) + fputs("\n", fp); + } + + /* + * Free the temporary destinations and close the file... + */ + + cupsFreeDests(num_temps, temps); + + fclose(fp); + +#ifdef HAVE_NOTIFY_POST + /* + * Send a notification so that MacOS X applications can know about the + * change, too. + */ + + notify_post("com.apple.printerListChange"); +#endif /* HAVE_NOTIFY_POST */ + + return (0); +} + + +/* + * 'cups_get_dests()' - Get destinations from a file. + */ + +static int /* O - Number of destinations */ +cups_get_dests(const char *filename, /* I - File to read from */ + int num_dests, /* I - Number of destinations */ + cups_dest_t **dests) /* IO - Destinations */ +{ + int i; /* Looping var */ + cups_dest_t *dest; /* Current destination */ + FILE *fp; /* File pointer */ + char line[8192], /* Line from file */ + *lineptr, /* Pointer into line */ + *name, /* Name of destination/option */ + *instance; /* Instance of destination */ + const char *printer; /* PRINTER or LPDEST */ + + + /* + * Check environment variables... + */ + + if ((printer = getenv("LPDEST")) == NULL) + if ((printer = getenv("PRINTER")) != NULL) + if (strcmp(printer, "lp") == 0) + printer = NULL; + + /* + * Try to open the file... + */ + + if ((fp = fopen(filename, "r")) == NULL) + return (num_dests); + + /* + * Read each printer; each line looks like: + * + * Dest name[/instance] options + * Default name[/instance] options + */ + + while (fgets(line, sizeof(line), fp) != NULL) + { + /* + * See what type of line it is... + */ + + if (strncasecmp(line, "dest", 4) == 0 && isspace(line[4] & 255)) + lineptr = line + 4; + else if (strncasecmp(line, "default", 7) == 0 && isspace(line[7] & 255)) + lineptr = line + 7; + else + continue; + + /* + * Skip leading whitespace... + */ + + while (isspace(*lineptr & 255)) + lineptr ++; + + if (!*lineptr) + continue; + + name = lineptr; + + /* + * Search for an instance... + */ + + while (!isspace(*lineptr & 255) && *lineptr && *lineptr != '/') + lineptr ++; + + if (!*lineptr) + continue; + + if (*lineptr == '/') + { + /* + * Found an instance... + */ + + *lineptr++ = '\0'; + instance = lineptr; + + /* + * Search for an instance... + */ + + while (!isspace(*lineptr & 255) && *lineptr) + lineptr ++; + } + else + instance = NULL; + + *lineptr++ = '\0'; + + /* + * See if the primary instance of the destination exists; if not, + * ignore this entry and move on... + */ + + if (cupsGetDest(name, NULL, num_dests, *dests) == NULL) + continue; + + /* + * Add the destination... + */ + + num_dests = cupsAddDest(name, instance, num_dests, dests); + + if ((dest = cupsGetDest(name, instance, num_dests, *dests)) == NULL) + { + /* + * Out of memory! + */ + + fclose(fp); + return (num_dests); + } + + /* + * Add options until we hit the end of the line... + */ + + dest->num_options = cupsParseOptions(lineptr, dest->num_options, + &(dest->options)); + + /* + * Set this as default if needed... + */ + + if (strncasecmp(line, "default", 7) == 0 && printer == NULL) + { + for (i = 0; i < num_dests; i ++) + (*dests)[i].is_default = 0; + + dest->is_default = 1; + } + } + + /* + * Close the file and return... + */ + + fclose(fp); + + return (num_dests); +} + + +/* + * 'cups_get_sdests()' - Get destinations from a server. + */ + +static int /* O - Number of destinations */ +cups_get_sdests(http_t *http, /* I - HTTP connection */ + ipp_op_t op, /* I - get-printers or get-classes */ + int num_dests, /* I - Number of destinations */ + cups_dest_t **dests) /* IO - Destinations */ +{ + int i; /* Looping var */ + cups_dest_t *dest; /* Current destination */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + int accepting, /* printer-is-accepting-jobs attribute */ + shared, /* printer-is-shared attribute */ + state, /* printer-state attribute */ + change_time, /* printer-state-change-time attribute */ + type; /* printer-type attribute */ + const char *info, /* printer-info attribute */ + *make_model, /* printer-make-and-model attribute */ + *name; /* printer-name attribute */ + char job_sheets[1024], /* job-sheets option */ + reasons[1024], /* printer-state-reasons attribute */ + *rptr, /* Pointer into reasons string */ + temp[255]; /* Temporary string for numbers */ + static const char * const pattrs[] = /* Attributes we're interested in */ + { + "job-sheets-default", + "printer-info", + "printer-is-accepting-jobs", + "printer-is-shared", + "printer-make-and-model", + "printer-name", + "printer-state", + "printer-state-change-time", + "printer-state-reasons", + "printer-type" + }; + + + /* + * Build a CUPS_GET_PRINTERS or CUPS_GET_CLASSES request, which require + * the following attributes: + * + * attributes-charset + * attributes-natural-language + * requesting-user-name + */ + + request = ippNewRequest(op); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), + NULL, pattrs); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a printer... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + accepting = 0; + change_time = 0; + info = NULL; + make_model = NULL; + name = NULL; + shared = 1; + state = IPP_PRINTER_IDLE; + type = CUPS_PRINTER_LOCAL; + + strcpy(job_sheets, ""); + strcpy(reasons, ""); + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "job-sheets-default") && + (attr->value_tag == IPP_TAG_KEYWORD || + attr->value_tag == IPP_TAG_NAME)) + { + if (attr->num_values == 2) + snprintf(job_sheets, sizeof(job_sheets), "%s,%s", + attr->values[0].string.text, attr->values[1].string.text); + else + strlcpy(job_sheets, attr->values[0].string.text, + sizeof(job_sheets)); + } + else if (!strcmp(attr->name, "printer-info") && + attr->value_tag == IPP_TAG_TEXT) + info = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-is-accepting-jobs") && + attr->value_tag == IPP_TAG_BOOLEAN) + accepting = attr->values[0].boolean; + else if (!strcmp(attr->name, "printer-is-shared") && + attr->value_tag == IPP_TAG_BOOLEAN) + shared = attr->values[0].boolean; + else if (!strcmp(attr->name, "printer-make-and-model") && + attr->value_tag == IPP_TAG_TEXT) + make_model = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-name") && + attr->value_tag == IPP_TAG_NAME) + name = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-state") && + attr->value_tag == IPP_TAG_ENUM) + state = attr->values[0].integer; + else if (!strcmp(attr->name, "printer-state-change-time") && + attr->value_tag == IPP_TAG_INTEGER) + change_time = attr->values[0].integer; + else if (!strcmp(attr->name, "printer-state-reasons") && + attr->value_tag == IPP_TAG_KEYWORD) + { + strlcpy(reasons, attr->values[0].string.text, sizeof(reasons)); + for (i = 1, rptr = reasons + strlen(reasons); + i < attr->num_values; + i ++) + { + snprintf(rptr, sizeof(reasons) - (rptr - reasons), ",%s", + attr->values[i].string.text); + rptr += strlen(rptr); + } + } + else if (!strcmp(attr->name, "printer-type") && + attr->value_tag == IPP_TAG_ENUM) + type = attr->values[0].integer; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (!name) + { + if (attr == NULL) + break; + else + continue; + } + + num_dests = cupsAddDest(name, NULL, num_dests, dests); + + if ((dest = cupsGetDest(name, NULL, num_dests, *dests)) != NULL) + { + if (job_sheets[0]) + dest->num_options = cupsAddOption("job-sheets", job_sheets, + dest->num_options, + &(dest->options)); + + if (info) + dest->num_options = cupsAddOption("printer-info", info, + dest->num_options, + &(dest->options)); + + sprintf(temp, "%d", accepting); + dest->num_options = cupsAddOption("printer-is-accepting-jobs", temp, + dest->num_options, + &(dest->options)); + + sprintf(temp, "%d", shared); + dest->num_options = cupsAddOption("printer-is-shared", temp, + dest->num_options, + &(dest->options)); + + if (make_model) + dest->num_options = cupsAddOption("printer-make-and-model", + make_model, dest->num_options, + &(dest->options)); + + sprintf(temp, "%d", state); + dest->num_options = cupsAddOption("printer-state", temp, + dest->num_options, + &(dest->options)); + + if (change_time) + { + sprintf(temp, "%d", change_time); + dest->num_options = cupsAddOption("printer-state-change-time", temp, + dest->num_options, + &(dest->options)); + } + + if (reasons[0]) + dest->num_options = cupsAddOption("printer-state-reasons", reasons, + dest->num_options, + &(dest->options)); + + sprintf(temp, "%d", type); + dest->num_options = cupsAddOption("printer-type", temp, + dest->num_options, + &(dest->options)); + } + + if (attr == NULL) + break; + } + + ippDelete(response); + } + + /* + * Return the count... + */ + + return (num_dests); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/dir.c b/cups/dir.c new file mode 100644 index 0000000000..c130bd8653 --- /dev/null +++ b/cups/dir.c @@ -0,0 +1,466 @@ +/* + * "$Id$" + * + * Public directory routines for the Common UNIX Printing System (CUPS). + * + * This set of APIs abstracts enumeration of directory entries. + * + * Copyright 1997-2005 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * _cups_dir_time() - Convert a FILETIME value to a UNIX time value. + * cupsDirClose() - Close a directory. + * cupsDirOpen() - Open a directory. + * cupsDirRead() - Read the next directory entry. + * cupsDirRewind() - Rewind to the start of the directory. + * cupsDirClose() - Close a directory. + * cupsDirOpen() - Open a directory. + * cupsDirRead() - Read the next directory entry. + * cupsDirRewind() - Rewind to the start of the directory. + */ + +/* + * Include necessary headers... + */ + +#include "dir.h" +#include "string.h" +#include "debug.h" +#include +#include + + +/* + * Windows implementation... + */ + +#ifdef WIN32 +# include + +/* + * Types and structures... + */ + +struct _cups_dir_s /**** Directory data structure ****/ +{ + char directory[1024]; /* Directory filename */ + HANDLE dir; /* Directory handle */ + cups_dentry_t entry; /* Directory entry */ +}; + + +/* + * '_cups_dir_time()' - Convert a FILETIME value to a UNIX time value. + */ + +time_t /* O - UNIX time */ +_cups_dir_time(FILETIME ft) /* I - File time */ +{ + ULONGLONG val; /* File time in 0.1 usecs */ + + + /* + * Convert file time (1/10 microseconds since Jan 1, 1601) to UNIX + * time (seconds since Jan 1, 1970). There are 11,644,732,800 seconds + * between them... + */ + + val = ft.dwLowDateTime + (ft.dwHighDateTime << 32); + return ((time_t)(val / 10000000 - 11644732800)); +} + + +/* + * 'cupsDirClose()' - Close a directory. + */ + +void +cupsDirClose(cups_dir_t *dp) /* I - Directory */ +{ + /* + * Range check input... + */ + + if (!dp) + return; + + /* + * Close an open directory handle... + */ + + if (dp->dir != INVALID_HANDLE_VALUE) + FindClose(dp->dir); + + /* + * Free memory used... + */ + + free(dp); +} + + +/* + * 'cupsDirOpen()' - Open a directory. + */ + +cups_dir_t * /* O - Directory */ +cupsDirOpen(const char *directory) /* I - Directory name */ +{ + cups_dir_t *dp; /* Directory */ + + + /* + * Range check input... + */ + + if (!directory) + return (NULL); + + /* + * Allocate memory for the directory structure... + */ + + dp = (cups_dir_t *)calloc(1, sizeof(cups_dir_t)); + if (!dp) + return (NULL); + + /* + * Copy the directory name for later use... + */ + + dp->dir = INVALID_HANDLE_VALUE; + + strlcpy(dp->directory, directory, sizeof(dp->directory)); + + /* + * Return the new directory structure... + */ + + return (dp); +} + + +/* + * 'cupsDirRead()' - Read the next directory entry. + */ + +cups_dentry_t * /* O - Directory entry */ +cupsDirRead(cups_dir_t *dp) /* I - Directory */ +{ + WIN32_FIND_DATA entry; /* Directory entry data */ + + + /* + * Range check input... + */ + + if (!dp) + return (NULL); + + /* + * See if we have already started finding files... + */ + + if (dp->dir == INVALID_HANDLE_VALUE) + { + /* + * No, find the first file... + */ + + dp->dir = FindFirstFile(dp->directory, &entry); + if (dp->dir == INVALID_HANDLE_VALUE) + return (NULL); + } + else if (!FindNextFile(dp->dir, &entry)) + return (NULL); + + /* + * Copy the name over and convert the file information... + */ + + strlcpy(dp->entry.filename, entry.cFileName, sizeof(dp->entry.filename)); + + if (entry.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) + dp->entry.fileinfo.st_mode = 0755 | S_IFDIR; + else + dp->entry.fileinfo.st_mode = 0644; + + dp->entry.fileinfo.st_atime = _cups_dir_time(entry.ftLastAccessTime); + dp->entry.fileinfo.st_ctime = _cups_dir_time(entry.ftCreationTime); + dp->entry.fileinfo.st_mtime = _cups_dir_time(entry.ftLastWriteTime); + dp->entry.fileinfo.st_size = entry.nFileSizeLow + (entry.nFileSizeHigh << 32); + + /* + * Return the entry... + */ + + return (&(dp->entry)); +} + + +/* + * 'cupsDirRewind()' - Rewind to the start of the directory. + */ + +void +cupsDirRewind(cups_dir_t *dp) /* I - Directory */ +{ + /* + * Range check input... + */ + + if (!dp) + return; + + /* + * Close an open directory handle... + */ + + if (dp->dir != INVALID_HANDLE_VALUE) + { + FindClose(dp->dir); + dp->dir = INVALID_HANDLE_VALUE; + } +} + + +#else + +/* + * POSIX implementation... + */ + +# include +# include + + +/* + * Types and structures... + */ + +struct _cups_dir_s /**** Directory data structure ****/ +{ + char directory[1024]; /* Directory filename */ + DIR *dir; /* Directory file */ + cups_dentry_t entry; /* Directory entry */ +}; + + +/* + * 'cupsDirClose()' - Close a directory. + */ + +void +cupsDirClose(cups_dir_t *dp) /* I - Directory */ +{ + DEBUG_printf(("cupsDirClose(dp=%p)\n", dp)); + + /* + * Range check input... + */ + + if (!dp) + return; + + /* + * Close the directory and free memory... + */ + + closedir(dp->dir); + free(dp); +} + + +/* + * 'cupsDirOpen()' - Open a directory. + */ + +cups_dir_t * /* O - Directory */ +cupsDirOpen(const char *directory) /* I - Directory name */ +{ + cups_dir_t *dp; /* Directory */ + + + DEBUG_printf(("cupsDirOpen(directory=\"%s\")\n", directory)); + + /* + * Range check input... + */ + + if (!directory) + return (NULL); + + /* + * Allocate memory for the directory structure... + */ + + dp = (cups_dir_t *)calloc(1, sizeof(cups_dir_t)); + if (!dp) + return (NULL); + + /* + * Open the directory... + */ + + dp->dir = opendir(directory); + if (!dp->dir) + { + free(dp); + return (NULL); + } + + /* + * Copy the directory name for later use... + */ + + strlcpy(dp->directory, directory, sizeof(dp->directory)); + + /* + * Return the new directory structure... + */ + + return (dp); +} + + +/* + * 'cupsDirRead()' - Read the next directory entry. + */ + +cups_dentry_t * /* O - Directory entry */ +cupsDirRead(cups_dir_t *dp) /* I - Directory */ +{ + struct dirent *entry; /* Pointer to entry */ + char filename[1024]; /* Full filename */ +# ifdef HAVE_PTHREAD_H + char buffer[sizeof(struct dirent) + 1024]; + /* Directory entry buffer */ +# endif /* HAVE_PTHREAD_H */ + + + DEBUG_printf(("cupsDirRead(dp=%p)\n", dp)); + + /* + * Range check input... + */ + + if (!dp) + return (NULL); + + /* + * Try reading an entry that is not "." or ".."... + */ + + for (;;) + { +# ifdef HAVE_PTHREAD_H + /* + * Read the next entry using the reentrant version of readdir... + */ + + if (readdir_r(dp->dir, (struct dirent *)buffer, &entry)) + { + DEBUG_printf((" readdir_r() failed - %s\n", strerror(errno))); + return (NULL); + } + + if (!entry) + { + DEBUG_puts(" readdir_r() returned a NULL pointer!"); + return (NULL); + } + + DEBUG_printf((" readdir_r() returned \"%s\"...\n", entry->d_name)); + +# else + /* + * Read the next entry using the original version of readdir... + */ + + if ((entry = readdir(dp->dir)) == NULL) + { + DEBUG_puts(" readdir() returned a NULL pointer!"); + return (NULL); + } + + DEBUG_printf((" readdir() returned \"%s\"...\n", entry->d_name)); + +# endif /* HAVE_PTHREAD_H */ + + /* + * Skip "." and ".."... + */ + + if (!strcmp(entry->d_name, ".") || !strcmp(entry->d_name, "..")) + continue; + + /* + * Copy the name over and get the file information... + */ + + strlcpy(dp->entry.filename, entry->d_name, sizeof(dp->entry.filename)); + + snprintf(filename, sizeof(filename), "%s/%s", dp->directory, entry->d_name); + + if (stat(filename, &(dp->entry.fileinfo))) + { + DEBUG_printf((" stat() failed for \"%s\" - %s...\n", filename, + strerror(errno))); + continue; + } + + /* + * Return the entry... + */ + + return (&(dp->entry)); + } +} + + +/* + * 'cupsDirRewind()' - Rewind to the start of the directory. + */ + +void +cupsDirRewind(cups_dir_t *dp) /* I - Directory */ +{ + DEBUG_printf(("cupsDirRewind(dp=%p)\n", dp)); + + /* + * Range check input... + */ + + if (!dp) + return; + + /* + * Rewind the directory... + */ + + rewinddir(dp->dir); +} + + +#endif /* WIN32 */ + +/* + * End of "$Id$". + */ diff --git a/cups/dir.h b/cups/dir.h new file mode 100644 index 0000000000..ac5c5fc080 --- /dev/null +++ b/cups/dir.h @@ -0,0 +1,77 @@ +/* + * "$Id$" + * + * Public directory definitions for the Common UNIX Printing System (CUPS). + * + * This set of APIs abstracts enumeration of directory entries. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_DIR_H_ +# define _CUPS_DIR_H_ + + +/* + * Include necessary headers... + */ + +# include + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Data types... + */ + +typedef struct _cups_dir_s cups_dir_t; /**** Directory type ****/ + +typedef struct cups_dentry_s /**** Directory entry type ****/ +{ + char filename[260]; /* File name */ + struct stat fileinfo; /* File information */ +} cups_dentry_t; + + +/* + * Prototypes... + */ + +extern void cupsDirClose(cups_dir_t *dp); +extern cups_dir_t *cupsDirOpen(const char *directory); +extern cups_dentry_t *cupsDirRead(cups_dir_t *dp); +extern void cupsDirRewind(cups_dir_t *dp); + + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_DIR_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/emit.c b/cups/emit.c new file mode 100644 index 0000000000..b02bba524d --- /dev/null +++ b/cups/emit.c @@ -0,0 +1,950 @@ +/* + * "$Id$" + * + * PPD code emission routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ppdCollect() - Collect all marked options that reside in the + * specified section. + * ppdCollect2() - Collect all marked options that reside in the + * specified section and minimum order. + * ppdEmit() - Emit code for marked options to a file. + * ppdEmitAfterOrder() - Emit a subset of the code for marked options to a + * file. + * ppdEmitFd() - Emit code for marked options to a file. + * ppdEmitJCL() - Emit code for JCL options to a file. + * ppdEmitJCLEnd() - Emit JCLEnd code to a file. + * ppdEmitString() - Get a string containing the code for marked options. + * ppd_handle_media() - Handle media selection... + * ppd_sort() - Sort options by ordering numbers... + */ + +/* + * Include necessary headers... + */ + +#include "ppd.h" +#include +#include "string.h" +#include +#include "debug.h" + +#if defined(WIN32) || defined(__EMX__) +# include +#else +# include +#endif /* WIN32 || __EMX__ */ + + +/* + * Local functions... + */ + +static void ppd_handle_media(ppd_file_t *ppd); +static int ppd_sort(ppd_choice_t **c1, ppd_choice_t **c2); + + +/* + * Local globals... + */ + +static const char ppd_custom_code[] = + "pop pop pop\n" + "<>setpagedevice\n"; + + +/* + * 'ppdCollect()' - Collect all marked options that reside in the specified + * section. + */ + +int /* O - Number of options marked */ +ppdCollect(ppd_file_t *ppd, /* I - PPD file data */ + ppd_section_t section, /* I - Section to collect */ + ppd_choice_t ***choices) /* O - Pointers to choices */ +{ + return (ppdCollect2(ppd, section, 0.0, choices)); +} + + +/* + * 'ppdCollect2()' - Collect all marked options that reside in the + * specified section and minimum order. + * + * @since CUPS 1.2@ + */ + +int /* O - Number of options marked */ +ppdCollect2(ppd_file_t *ppd, /* I - PPD file data */ + ppd_section_t section, /* I - Section to collect */ + float min_order, /* I - Minimum OrderDependency value */ + ppd_choice_t ***choices) /* O - Pointers to choices */ +{ + int i, j, k, m; /* Looping vars */ + ppd_group_t *g, /* Current group */ + *sg; /* Current sub-group */ + ppd_option_t *o; /* Current option */ + ppd_choice_t *c; /* Current choice */ + int count; /* Number of choices collected */ + ppd_choice_t **collect; /* Collected choices */ + + + DEBUG_printf(("ppdCollect2(ppd=%p, section=%d, min_order=%f, choices=%p)\n", + ppd, section, min_order, choices)); + + if (ppd == NULL) + return (0); + + /* + * Allocate memory for up to 1000 selected choices... + */ + + count = 0; + collect = calloc(sizeof(ppd_choice_t *), 1000); + + /* + * Loop through all options and add choices as needed... + */ + + for (i = ppd->num_groups, g = ppd->groups; i > 0; i --, g ++) + { + for (j = g->num_options, o = g->options; j > 0; j --, o ++) + if (o->section == section && o->order >= min_order) + for (k = o->num_choices, c = o->choices; k > 0; k --, c ++) + if (c->marked && count < 1000) + { + DEBUG_printf(("ppdCollect2: %s=%s marked...\n", o->keyword, + c->choice)); + collect[count] = c; + count ++; + } + + for (j = g->num_subgroups, sg = g->subgroups; j > 0; j --, sg ++) + for (k = sg->num_options, o = sg->options; k > 0; k --, o ++) + if (o->section == section && o->order >= min_order) + for (m = o->num_choices, c = o->choices; m > 0; m --, c ++) + if (c->marked && count < 1000) + { + DEBUG_printf(("ppdCollect2: %s=%s marked...\n", o->keyword, + c->choice)); + collect[count] = c; + count ++; + } + } + + /* + * If we have more than 1 marked choice, sort them... + */ + + if (count > 1) + qsort(collect, count, sizeof(ppd_choice_t *), + (int (*)(const void *, const void *))ppd_sort); + + DEBUG_printf(("ppdCollect2: %d marked choices...\n", count)); + + /* + * Return the array and number of choices; if 0, free the array since + * it isn't needed. + */ + + if (count > 0) + { + *choices = collect; + return (count); + } + else + { + *choices = NULL; + free(collect); + return (0); + } +} + + +/* + * 'ppdEmit()' - Emit code for marked options to a file. + */ + +int /* O - 0 on success, -1 on failure */ +ppdEmit(ppd_file_t *ppd, /* I - PPD file record */ + FILE *fp, /* I - File to write to */ + ppd_section_t section) /* I - Section to write */ +{ + return (ppdEmitAfterOrder(ppd, fp, section, 0, 0.0)); +} + + +/* + * 'ppdEmitAfterOrder()' - Emit a subset of the code for marked options to a file. + * + * When "limit" is non-zero, this function only emits options whose + * OrderDependency value is greater than or equal to "min_order". + * + * When "limit" is zero, this function is identical to ppdEmit(). + * + * @since CUPS 1.2@ + */ + +int /* O - 0 on success, -1 on failure */ +ppdEmitAfterOrder( + ppd_file_t *ppd, /* I - PPD file record */ + FILE *fp, /* I - File to write to */ + ppd_section_t section, /* I - Section to write */ + int limit, /* I - Non-zero to use min_order */ + float min_order) /* I - Lowest OrderDependency */ +{ + char *buffer; /* Option code */ + int status; /* Return status */ + + + /* + * Range check input... + */ + + if (!ppd || !fp) + return (-1); + + /* + * Get the string... + */ + + buffer = ppdEmitString(ppd, section, min_order); + + /* + * Write it as needed and return... + */ + + if (buffer) + { + status = fputs(buffer, fp) < 0 ? -1 : 0; + + free(buffer); + } + else + status = 0; + + return (status); +} + + +/* + * 'ppdEmitFd()' - Emit code for marked options to a file. + */ + +int /* O - 0 on success, -1 on failure */ +ppdEmitFd(ppd_file_t *ppd, /* I - PPD file record */ + int fd, /* I - File to write to */ + ppd_section_t section) /* I - Section to write */ +{ + char *buffer, /* Option code */ + *bufptr; /* Pointer into code */ + size_t buflength; /* Length of option code */ + ssize_t bytes; /* Bytes written */ + int status; /* Return status */ + + + /* + * Range check input... + */ + + if (!ppd || fd < 0) + return (-1); + + /* + * Get the string... + */ + + buffer = ppdEmitString(ppd, section, 0.0); + + /* + * Write it as needed and return... + */ + + if (buffer) + { + buflength = strlen(buffer); + bufptr = buffer; + bytes = 0; + + while (buflength > 0) + { +#ifdef WIN32 + if ((bytes = (ssize_t)write(fd, bufptr, (unsigned)buflength)) < 0) +#else + if ((bytes = write(fd, bufptr, buflength)) < 0) +#endif /* WIN32 */ + { + if (errno == EAGAIN || errno == EINTR) + continue; + + break; + } + + buflength -= bytes; + bufptr += bytes; + } + + status = bytes < 0 ? -1 : 0; + + free(buffer); + } + else + status = 0; + + return (status); +} + + +/* + * 'ppdEmitJCL()' - Emit code for JCL options to a file. + */ + +int /* O - 0 on success, -1 on failure */ +ppdEmitJCL(ppd_file_t *ppd, /* I - PPD file record */ + FILE *fp, /* I - File to write to */ + int job_id, /* I - Job ID */ + const char *user, /* I - Username */ + const char *title) /* I - Title */ +{ + char *ptr; /* Pointer into JCL string */ + char temp[81]; /* Local title string */ + + + /* + * Range check the input... + */ + + if (!ppd || !ppd->jcl_begin || !ppd->jcl_ps) + return (0); + + /* + * See if the printer supports HP PJL... + */ + + if (!strncmp(ppd->jcl_begin, "\033%-12345X@", 10)) + { + /* + * This printer uses HP PJL commands for output; filter the output + * so that we only have a single "@PJL JOB" command in the header... + * + * To avoid bugs in the PJL implementation of certain vendors' products + * (Xerox in particular), we add a dummy "@PJL" command at the beginning + * of the PJL commands to initialize PJL processing. + */ + + fputs("\033%-12345X@PJL\n", fp); + for (ptr = ppd->jcl_begin + 9; *ptr;) + if (!strncmp(ptr, "@PJL JOB", 8)) + { + /* + * Skip job command... + */ + + for (;*ptr; ptr ++) + if (*ptr == '\n') + break; + + if (*ptr) + ptr ++; + } + else + { + /* + * Copy line... + */ + + for (;*ptr; ptr ++) + { + putc(*ptr, fp); + if (*ptr == '\n') + break; + } + + if (*ptr) + ptr ++; + } + + /* + * Eliminate any path info from the job title... + */ + + if ((ptr = strrchr(title, '/')) != NULL) + title = ptr + 1; + + /* + * Replace double quotes with single quotes and 8-bit characters with + * question marks so that the title does not cause a PJL syntax error. + */ + + strlcpy(temp, title, sizeof(temp)); + + for (ptr = temp; *ptr; ptr ++) + if (*ptr == '\"') + *ptr = '\''; + else if (*ptr & 128) + *ptr = '?'; + + /* + * Send PJL JOB and PJL RDYMSG commands before we enter PostScript mode... + */ + + fprintf(fp, "@PJL JOB NAME = \"%s\" DISPLAY = \"%d %s %s\"\n", temp, + job_id, user, temp); + fprintf(fp, "@PJL RDYMSG DISPLAY = \"%d %s %s\"\n", job_id, user, temp); + } + else + fputs(ppd->jcl_begin, fp); + + ppdEmit(ppd, fp, PPD_ORDER_JCL); + fputs(ppd->jcl_ps, fp); + + return (0); +} + + +/* + * 'ppdEmitJCLEnd()' - Emit JCLEnd code to a file. + * + * @since CUPS 1.2@ + */ + +int /* O - 0 on success, -1 on failure */ +ppdEmitJCLEnd(ppd_file_t *ppd, /* I - PPD file record */ + FILE *fp) /* I - File to write to */ +{ + /* + * Range check the input... + */ + + if (!ppd) + return (0); + + if (!ppd->jcl_end) + { + if (ppd->num_filters == 0) + putc(0x04, fp); + + return (0); + } + + /* + * See if the printer supports HP PJL... + */ + + if (!strncmp(ppd->jcl_end, "\033%-12345X@", 10)) + { + /* + * This printer uses HP PJL commands for output; filter the output + * so that we only have a single "@PJL JOB" command in the header... + * + * To avoid bugs in the PJL implementation of certain vendors' products + * (Xerox in particular), we add a dummy "@PJL" command at the beginning + * of the PJL commands to initialize PJL processing. + */ + + fputs("\033%-12345X@PJL\n", fp); + fputs("@PJL RDYMSG DISPLAY = \"READY\"\n", fp); + fputs(ppd->jcl_end + 9, fp); + } + else + fputs(ppd->jcl_end, fp); + + return (0); +} + + +/* + * 'ppdEmitString()' - Get a string containing the code for marked options. + * + * When "min_order" is greater than zero, this function only includes options + * whose OrderDependency value is greater than or equal to "min_order". + * Otherwise, all options in the specified section are included in the + * returned string. + * + * The return string is allocated on the heap and should be freed using + * free() when you are done with it. + * + * @since CUPS 1.2@ + */ + +char * /* O - String containing option code */ +ppdEmitString(ppd_file_t *ppd, /* I - PPD file record */ + ppd_section_t section, /* I - Section to write */ + float min_order) /* I - Lowest OrderDependency */ +{ + int i, j, /* Looping vars */ + count; /* Number of choices */ + ppd_choice_t **choices; /* Choices */ + ppd_size_t *size; /* Custom page size */ + ppd_coption_t *coption; /* Custom option */ + ppd_cparam_t *cparam; /* Custom parameter */ + size_t bufsize; /* Size of string buffer needed */ + char *buffer, /* String buffer */ + *bufptr, /* Pointer into buffer */ + *bufend; /* End of buffer */ + struct lconv *loc; /* Locale data */ + + + DEBUG_printf(("ppdEmitString(ppd=%p, section=%d, min_order=%f)\n", + ppd, section, min_order)); + + /* + * Range check input... + */ + + if (!ppd) + return (NULL); + + /* + * Use PageSize or PageRegion as required... + */ + + ppd_handle_media(ppd); + + /* + * Collect the options we need to emit... + */ + + if ((count = ppdCollect2(ppd, section, min_order, &choices)) == 0) + return (NULL); + + /* + * Count the number of bytes that are required to hold all of the + * option code... + */ + + for (i = 0, bufsize = 1; i < count; i ++) + { + if (section != PPD_ORDER_EXIT && section != PPD_ORDER_JCL) + { + bufsize += 3; /* [{\n */ + + if ((!strcasecmp(choices[i]->option->keyword, "PageSize") || + !strcasecmp(choices[i]->option->keyword, "PageRegion")) && + !strcasecmp(choices[i]->choice, "Custom")) + { + DEBUG_puts("ppdEmitString: Custom size set!"); + + bufsize += 37; /* %%BeginFeature: *CustomPageSize True\n */ + bufsize += 50; /* Five 9-digit numbers + newline */ + } + else if (!strcasecmp(choices[i]->choice, "Custom") && + (coption = ppdFindCustomOption(ppd, + choices[i]->option->keyword)) + != NULL) + { + bufsize += 17 + strlen(choices[i]->option->keyword) + 6; + /* %%BeginFeature: *keyword True\n */ + + + for (cparam = (ppd_cparam_t *)cupsArrayFirst(coption->params); + cparam; + cparam = (ppd_cparam_t *)cupsArrayNext(coption->params)) + { + switch (cparam->type) + { + case PPD_CUSTOM_CURVE : + case PPD_CUSTOM_INVCURVE : + case PPD_CUSTOM_POINTS : + case PPD_CUSTOM_REAL : + case PPD_CUSTOM_INT : + bufsize += 10; + break; + + case PPD_CUSTOM_PASSCODE : + case PPD_CUSTOM_PASSWORD : + case PPD_CUSTOM_STRING : + bufsize += 3 + 4 * strlen(cparam->current.custom_string); + break; + } + } + } + else + bufsize += 17 + strlen(choices[i]->option->keyword) + 1 + + strlen(choices[i]->choice) + 1; + /* %%BeginFeature: *keyword choice\n */ + + bufsize += 13; /* %%EndFeature\n */ + bufsize += 22; /* } stopped cleartomark\n */ + } + + if (choices[i]->code) + bufsize += strlen(choices[i]->code) + 1; + else + bufsize += strlen(ppd_custom_code); + } + + /* + * Allocate memory... + */ + + DEBUG_printf(("ppdEmitString: Allocating %d bytes for string...\n", bufsize)); + + if ((buffer = calloc(1, bufsize)) == NULL) + { + free(choices); + return (NULL); + } + + bufend = buffer + bufsize - 1; + loc = localeconv(); + + /* + * Copy the option code to the buffer... + */ + + for (i = 0, bufptr = buffer; i < count; i ++, bufptr += strlen(bufptr)) + if (section != PPD_ORDER_EXIT && section != PPD_ORDER_JCL) + { + /* + * Add wrapper commands to prevent printer errors for unsupported + * options... + */ + + strlcpy(bufptr, "[{\n", bufend - bufptr + 1); + bufptr += 3; + + /* + * Send DSC comments with option... + */ + + DEBUG_printf(("Adding code for %s=%s...\n", choices[i]->option->keyword, + choices[i]->choice)); + + if ((!strcasecmp(choices[i]->option->keyword, "PageSize") || + !strcasecmp(choices[i]->option->keyword, "PageRegion")) && + !strcasecmp(choices[i]->choice, "Custom")) + { + /* + * Variable size; write out standard size options, using the + * parameter positions defined in the PPD file... + */ + + ppd_attr_t *attr; /* PPD attribute */ + int pos, /* Position of custom value */ + orientation; /* Orientation to use */ + float values[5]; /* Values for custom command */ + + + strlcpy(bufptr, "%%BeginFeature: *CustomPageSize True\n", + bufend - bufptr + 1); + bufptr += 37; + + size = ppdPageSize(ppd, "Custom"); + + memset(values, 0, sizeof(values)); + + if ((attr = ppdFindAttr(ppd, "ParamCustomPageSize", "Width")) != NULL) + { + pos = atoi(attr->value) - 1; + + if (pos < 0 || pos > 4) + pos = 0; + } + else + pos = 0; + + values[pos] = size->width; + + if ((attr = ppdFindAttr(ppd, "ParamCustomPageSize", "Height")) != NULL) + { + pos = atoi(attr->value) - 1; + + if (pos < 0 || pos > 4) + pos = 1; + } + else + pos = 1; + + values[pos] = size->length; + + /* + * According to the Adobe PPD specification, an orientation of 1 + * will produce a print that comes out upside-down with the X + * axis perpendicular to the direction of feed, which is exactly + * what we want to be consistent with non-PS printers. + * + * We could also use an orientation of 3 to produce output that + * comes out rightside-up (this is the default for many large format + * printer PPDs), however for consistency we will stick with the + * value 1. + * + * If we wanted to get fancy, we could use orientations of 0 or + * 2 and swap the width and length, however we don't want to get + * fancy, we just want it to work consistently. + * + * The orientation value is range limited by the Orientation + * parameter definition, so certain non-PS printer drivers that + * only support an Orientation of 0 will get the value 0 as + * expected. + */ + + orientation = 1; + + if ((attr = ppdFindAttr(ppd, "ParamCustomPageSize", + "Orientation")) != NULL) + { + int min_orient, max_orient; /* Minimum and maximum orientations */ + + + if (sscanf(attr->value, "%d%*s%d%d", &pos, &min_orient, + &max_orient) != 3) + pos = 4; + else + { + pos --; + + if (pos < 0 || pos > 4) + pos = 4; + + if (orientation > max_orient) + orientation = max_orient; + else if (orientation < min_orient) + orientation = min_orient; + } + } + else + pos = 4; + + values[pos] = (float)orientation; + + for (pos = 0; pos < 5; pos ++) + { + bufptr = _cupsStrFormatd(bufptr, bufend, values[pos], loc); + *bufptr++ = '\n'; + } + + if (!choices[i]->code) + { + /* + * This can happen with certain buggy PPD files that don't include + * a CustomPageSize command sequence... We just use a generic + * Level 2 command sequence... + */ + + strlcpy(bufptr, ppd_custom_code, bufend - bufptr + 1); + bufptr += strlen(bufptr); + } + } + else if (!strcasecmp(choices[i]->choice, "Custom") && + (coption = ppdFindCustomOption(ppd, + choices[i]->option->keyword)) + != NULL) + { + /* + * Custom option... + */ + + const char *s; /* Pointer into string value */ + + + snprintf(bufptr, bufend - bufptr + 1, + "%%%%BeginFeature: *Custom%s True\n", coption->keyword); + bufptr += strlen(bufptr); + + for (cparam = (ppd_cparam_t *)cupsArrayFirst(coption->params); + cparam; + cparam = (ppd_cparam_t *)cupsArrayNext(coption->params)) + { + switch (cparam->type) + { + case PPD_CUSTOM_CURVE : + case PPD_CUSTOM_INVCURVE : + case PPD_CUSTOM_POINTS : + case PPD_CUSTOM_REAL : + bufptr = _cupsStrFormatd(bufptr, bufend, + cparam->current.custom_real, loc); + *bufptr++ = '\n'; + break; + + case PPD_CUSTOM_INT : + snprintf(bufptr, bufend - bufptr + 1, "%d\n", + cparam->current.custom_int); + bufptr += strlen(bufptr); + break; + + case PPD_CUSTOM_PASSCODE : + case PPD_CUSTOM_PASSWORD : + case PPD_CUSTOM_STRING : + *bufptr++ = '('; + + for (s = cparam->current.custom_string; *s; s ++) + if (*s < ' ' || *s == '(' || *s == ')' || *s >= 127) + { + snprintf(bufptr, bufend - bufptr + 1, "\\%03o", *s & 255); + bufptr += strlen(bufptr); + } + else + *bufptr++ = *s; + + *bufptr++ = ')'; + *bufptr++ = '\n'; + break; + } + } + } + else + { + snprintf(bufptr, bufend - bufptr + 1, "%%%%BeginFeature: *%s %s\n", + choices[i]->option->keyword, choices[i]->choice); + bufptr += strlen(bufptr); + } + + if (choices[i]->code && choices[i]->code[0]) + { + j = (int)strlen(choices[i]->code); + memcpy(bufptr, choices[i]->code, j); + bufptr += j; + + if (choices[i]->code[j - 1] != '\n') + *bufptr++ = '\n'; + } + + strlcpy(bufptr, "%%EndFeature\n" + "} stopped cleartomark\n", bufend - bufptr + 1); + bufptr += strlen(bufptr); + + DEBUG_printf(("ppdEmitString: Offset in string is %d...\n", + bufptr - buffer)); + } + else + { + strlcpy(bufptr, choices[i]->code, bufend - bufptr + 1); + bufptr += strlen(bufptr); + } + + /* + * Nul-terminate, free, and return... + */ + + *bufptr = '\0'; + + free(choices); + + return (buffer); +} + + +/* + * 'ppd_handle_media()' - Handle media selection... + */ + +static void +ppd_handle_media(ppd_file_t *ppd) +{ + ppd_choice_t *manual_feed, /* ManualFeed choice, if any */ + *input_slot, /* InputSlot choice, if any */ + *page; /* PageSize/PageRegion */ + ppd_size_t *size; /* Current media size */ + ppd_attr_t *rpr; /* RequiresPageRegion value */ + + + /* + * This function determines if the user has selected a media source + * via the InputSlot or ManualFeed options; if so, it marks the + * PageRegion option corresponding to the current media size. + * Otherwise it marks the PageSize option. + */ + + if ((size = ppdPageSize(ppd, NULL)) == NULL) + return; + + manual_feed = ppdFindMarkedChoice(ppd, "ManualFeed"); + input_slot = ppdFindMarkedChoice(ppd, "InputSlot"); + + if (input_slot != NULL) + rpr = ppdFindAttr(ppd, "RequiresPageRegion", input_slot->choice); + else + rpr = NULL; + + if (!rpr) + rpr = ppdFindAttr(ppd, "RequiresPageRegion", "All"); + + if (!strcasecmp(size->name, "Custom") || (!manual_feed && !input_slot) || + !((manual_feed && !strcasecmp(manual_feed->choice, "True")) || + (input_slot && input_slot->code && input_slot->code[0]))) + { + /* + * Manual feed was not selected and/or the input slot selection does + * not contain any PostScript code. Use the PageSize option... + */ + + ppdMarkOption(ppd, "PageSize", size->name); + } + else + { + /* + * Manual feed was selected and/or the input slot selection contains + * PostScript code. Use the PageRegion option... + */ + + ppdMarkOption(ppd, "PageRegion", size->name); + + /* + * RequiresPageRegion does not apply to manual feed so we need to + * check that we are not doing manual feed before unmarking PageRegion. + */ + + if (!(manual_feed && !strcasecmp(manual_feed->choice, "True")) && + ((rpr && rpr->value && !strcmp(rpr->value, "False")) || + (!rpr && !ppd->num_filters))) + { + /* + * Either the PPD file specifies no PageRegion code or the PPD file + * not for a CUPS raster driver and thus defaults to no PageRegion + * code... Unmark the PageRegion choice so that we don't output the + * code... + */ + + page = ppdFindMarkedChoice(ppd, "PageRegion"); + + if (page) + page->marked = 0; + } + } +} + + +/* + * 'ppd_sort()' - Sort options by ordering numbers... + */ + +static int /* O - -1 if c1 < c2, 0 if equal, 1 otherwise */ +ppd_sort(ppd_choice_t **c1, /* I - First choice */ + ppd_choice_t **c2) /* I - Second choice */ +{ + if ((*c1)->option->order < (*c2)->option->order) + return (-1); + else if ((*c1)->option->order > (*c2)->option->order) + return (1); + else + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/encode.c b/cups/encode.c new file mode 100644 index 0000000000..9cd237c85a --- /dev/null +++ b/cups/encode.c @@ -0,0 +1,571 @@ +/* + * "$Id$" + * + * Option encoding routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsEncodeOptions() - Encode printer options into IPP attributes. + * cupsEncodeOptions2() - Encode printer options into IPP attributes for + * a group. + * _ippFindOption() - Find the attribute information for an option. + * compare_ipp_options() - Compare two IPP options. + */ + +/* + * Include necessary headers... + */ + +#include "cups.h" +#include "ipp-private.h" +#include +#include +#include "string.h" +#include "debug.h" + + +/* + * Local list of option names and the value tags they should use... + * + * **** THIS LIST MUST BE SORTED **** + */ + +static const _ipp_option_t ipp_options[] = +{ + { "blackplot", IPP_TAG_BOOLEAN, IPP_TAG_JOB }, + { "blackplot-default", IPP_TAG_BOOLEAN, IPP_TAG_PRINTER }, + { "brightness", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "brightness-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "columns", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "columns-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "copies", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "copies-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "document-format", IPP_TAG_MIMETYPE, IPP_TAG_OPERATION }, + { "finishings", IPP_TAG_ENUM, IPP_TAG_JOB }, + { "finishings-default", IPP_TAG_ENUM, IPP_TAG_PRINTER }, + { "fitplot", IPP_TAG_BOOLEAN, IPP_TAG_JOB }, + { "fitplot-default", IPP_TAG_BOOLEAN, IPP_TAG_PRINTER }, + { "gamma", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "gamma-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "hue", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "hue-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "job-k-limit", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "job-page-limit", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "job-priority", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "job-quota-period", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "job-uuid", IPP_TAG_URI, IPP_TAG_JOB }, + { "landscape", IPP_TAG_BOOLEAN, IPP_TAG_JOB }, + { "media", IPP_TAG_KEYWORD, IPP_TAG_JOB }, + { "mirror", IPP_TAG_BOOLEAN, IPP_TAG_JOB }, + { "mirror-default", IPP_TAG_BOOLEAN, IPP_TAG_PRINTER }, + { "natural-scaling", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "natural-scaling-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "notify-charset", IPP_TAG_CHARSET, IPP_TAG_SUBSCRIPTION }, + { "notify-events", IPP_TAG_KEYWORD, IPP_TAG_SUBSCRIPTION }, + { "notify-lease-duration", IPP_TAG_INTEGER, IPP_TAG_SUBSCRIPTION }, + { "notify-natural-language", IPP_TAG_LANGUAGE, IPP_TAG_SUBSCRIPTION }, + { "notify-pull-method", IPP_TAG_KEYWORD, IPP_TAG_SUBSCRIPTION }, + { "notify-recipient", IPP_TAG_URI, IPP_TAG_SUBSCRIPTION }, + { "notify-time-interval", IPP_TAG_INTEGER, IPP_TAG_SUBSCRIPTION }, + { "notify-user-data", IPP_TAG_STRING, IPP_TAG_SUBSCRIPTION }, + { "number-up", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "number-up-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "orientation-requested", IPP_TAG_ENUM, IPP_TAG_JOB }, + { "orientation-requested-default", IPP_TAG_ENUM, IPP_TAG_PRINTER }, + { "page-bottom", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "page-bottom-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "page-left", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "page-left-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "page-ranges", IPP_TAG_RANGE, IPP_TAG_JOB }, + { "page-ranges-default", IPP_TAG_RANGE, IPP_TAG_PRINTER }, + { "page-right", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "page-right-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "page-top", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "page-top-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "penwidth", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "penwidth-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "ppi", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "ppi-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "prettyprint", IPP_TAG_BOOLEAN, IPP_TAG_JOB }, + { "prettyprint-default", IPP_TAG_BOOLEAN, IPP_TAG_PRINTER }, + { "print-quality", IPP_TAG_ENUM, IPP_TAG_JOB }, + { "print-quality-default", IPP_TAG_ENUM, IPP_TAG_PRINTER }, + { "printer-error-policy", IPP_TAG_NAME, IPP_TAG_PRINTER }, + { "printer-info", IPP_TAG_TEXT, IPP_TAG_PRINTER }, + { "printer-is-accepting-jobs",IPP_TAG_BOOLEAN, IPP_TAG_PRINTER }, + { "printer-is-shared", IPP_TAG_BOOLEAN, IPP_TAG_PRINTER }, + { "printer-make-and-model", IPP_TAG_TEXT, IPP_TAG_PRINTER }, + { "printer-more-info", IPP_TAG_URI, IPP_TAG_PRINTER }, + { "printer-op-policy", IPP_TAG_NAME, IPP_TAG_PRINTER }, + { "printer-resolution", IPP_TAG_RESOLUTION, IPP_TAG_JOB }, + { "printer-state", IPP_TAG_ENUM, IPP_TAG_PRINTER }, + { "printer-state-change-time",IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "printer-state-reasons", IPP_TAG_KEYWORD, IPP_TAG_PRINTER }, + { "printer-type", IPP_TAG_ENUM, IPP_TAG_PRINTER }, + { "printer-uri", IPP_TAG_URI, IPP_TAG_OPERATION }, + { "queued-job-count", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "raw", IPP_TAG_MIMETYPE, IPP_TAG_OPERATION }, + { "requesting-user-name-allowed", IPP_TAG_NAME, IPP_TAG_PRINTER }, + { "requesting-user-name-denied", IPP_TAG_NAME, IPP_TAG_PRINTER }, + { "resolution", IPP_TAG_RESOLUTION, IPP_TAG_JOB }, + { "resolution-default", IPP_TAG_RESOLUTION, IPP_TAG_PRINTER }, + { "saturation", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "saturation-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "scaling", IPP_TAG_INTEGER, IPP_TAG_JOB }, + { "scaling-default", IPP_TAG_INTEGER, IPP_TAG_PRINTER }, + { "sides", IPP_TAG_KEYWORD, IPP_TAG_JOB }, + { "sides-default", IPP_TAG_KEYWORD, IPP_TAG_PRINTER }, + { "wrap", IPP_TAG_BOOLEAN, IPP_TAG_JOB }, + { "wrap-default", IPP_TAG_BOOLEAN, IPP_TAG_PRINTER } +}; + + +/* + * Local functions... + */ + +static int compare_ipp_options(_ipp_option_t *a, _ipp_option_t *b); + + +/* + * 'cupsEncodeOptions()' - Encode printer options into IPP attributes. + * + * This function adds operation, job, and then subscription attributes, + * in that order. Use the cupsEncodeOptions2() function to add attributes + * for a single group. + */ + +void +cupsEncodeOptions(ipp_t *ipp, /* I - Request to add to */ + int num_options, /* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + DEBUG_printf(("cupsEncodeOptions(%p, %d, %p)\n", ipp, num_options, options)); + + /* + * Add the options in the proper groups & order... + */ + + cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_OPERATION); + cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_JOB); + cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_SUBSCRIPTION); +} + + +/* + * 'cupsEncodeOptions2()' - Encode printer options into IPP attributes for a group. + * + * This function only adds attributes for a single group. Call this + * function multiple times for each group, or use cupsEncodeOptions() + * to add the standard groups. + * + * @since CUPS 1.2@ + */ + +void +cupsEncodeOptions2( + ipp_t *ipp, /* I - Request to add to */ + int num_options, /* I - Number of options */ + cups_option_t *options, /* I - Options */ + ipp_tag_t group_tag) /* I - Group to encode */ +{ + int i, j; /* Looping vars */ + int count; /* Number of values */ + char *s, /* Pointer into option value */ + *val, /* Pointer to option value */ + *copy, /* Copy of option value */ + *sep; /* Option separator */ + ipp_attribute_t *attr; /* IPP attribute */ + ipp_tag_t value_tag; /* IPP value tag */ + cups_option_t *option; /* Current option */ + + + DEBUG_printf(("cupsEncodeOptions2(ipp=%p, num_options=%d, options=%p, " + "group_tag=%x)\n", ipp, num_options, options, group_tag)); + + /* + * Range check input... + */ + + if (!ipp || num_options < 1 || !options) + return; + + /* + * Do special handling for the document-format/raw options... + */ + + if (group_tag == IPP_TAG_OPERATION) + { + /* + * Handle the document format stuff first... + */ + + if ((val = (char *)cupsGetOption("document-format", num_options, options)) != NULL) + ippAddString(ipp, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, "document-format", + NULL, val); + else if (cupsGetOption("raw", num_options, options)) + ippAddString(ipp, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, "document-format", + NULL, "application/vnd.cups-raw"); + else + ippAddString(ipp, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, "document-format", + NULL, "application/octet-stream"); + } + + /* + * Then loop through the options... + */ + + for (i = num_options, option = options; i > 0; i --, option ++) + { + _ipp_option_t *match; /* Matching attribute */ + + + /* + * Skip document format options that are handled above... + */ + + if (!strcasecmp(option->name, "raw") || + !strcasecmp(option->name, "document-format") || + !option->name[0]) + continue; + + /* + * Figure out the proper value and group tags for this option... + */ + + if ((match = _ippFindOption(option->name)) != NULL) + { + if (match->group_tag != group_tag) + continue; + + value_tag = match->value_tag; + } + else + { + int namelen; /* Length of name */ + + + namelen = (int)strlen(option->name); + + if (namelen < 9 || strcmp(option->name + namelen - 8, "-default")) + { + if (group_tag != IPP_TAG_JOB) + continue; + } + else if (group_tag != IPP_TAG_PRINTER) + continue; + + if (!strcasecmp(option->value, "true") || + !strcasecmp(option->value, "false")) + value_tag = IPP_TAG_BOOLEAN; + else + value_tag = IPP_TAG_NAME; + } + + /* + * Count the number of values... + */ + + for (count = 1, sep = option->value; *sep; sep ++) + { + if (*sep == '\'') + { + /* + * Skip quoted option value... + */ + + sep ++; + + while (*sep && *sep != '\'') + sep ++; + + if (!*sep) + sep --; + } + else if (*sep == '\"') + { + /* + * Skip quoted option value... + */ + + sep ++; + + while (*sep && *sep != '\"') + sep ++; + + if (!*sep) + sep --; + } + else if (*sep == ',') + count ++; + else if (*sep == '\\' && sep[1]) + sep ++; + } + + DEBUG_printf(("cupsEncodeOptions2: option = \'%s\', count = %d\n", + option->name, count)); + + /* + * Allocate memory for the attribute values... + */ + + if ((attr = _ippAddAttr(ipp, count)) == NULL) + { + /* + * Ran out of memory! + */ + + DEBUG_puts("cupsEncodeOptions2: Ran out of memory for attributes!"); + return; + } + + /* + * Now figure out what type of value we have... + */ + + attr->group_tag = group_tag; + attr->value_tag = value_tag; + + /* + * Copy the name over... + */ + + if ((attr->name = _cupsStrAlloc(option->name)) == NULL) + { + /* + * Ran out of memory! + */ + + DEBUG_puts("cupsEncodeOptions2: Ran out of memory for name!"); + return; + } + + if (count > 1) + { + /* + * Make a copy of the value we can fiddle with... + */ + + if ((copy = strdup(option->value)) == NULL) + { + /* + * Ran out of memory! + */ + + DEBUG_puts("cupsEncodeOptions2: Ran out of memory for value copy!"); + return; + } + + val = copy; + } + else + { + /* + * Since we have a single value, use the value directly... + */ + + val = option->value; + copy = NULL; + } + + /* + * Scan the value string for values... + */ + + for (j = 0; j < count; val = sep, j ++) + { + /* + * Find the end of this value and mark it if needed... + */ + + if ((sep = strchr(val, ',')) != NULL) + *sep++ = '\0'; + else + sep = val + strlen(val); + + /* + * Copy the option value(s) over as needed by the type... + */ + + switch (attr->value_tag) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + /* + * Integer/enumeration value... + */ + + attr->values[j].integer = strtol(val, &s, 0); + + DEBUG_printf(("cupsEncodeOptions2: Added integer option value %d...\n", + attr->values[j].integer)); + break; + + case IPP_TAG_BOOLEAN : + if (!strcasecmp(val, "true") || + !strcasecmp(val, "on") || + !strcasecmp(val, "yes")) + { + /* + * Boolean value - true... + */ + + attr->values[j].boolean = 1; + + DEBUG_puts("cupsEncodeOptions2: Added boolean true value..."); + } + else + { + /* + * Boolean value - false... + */ + + attr->values[j].boolean = 0; + + DEBUG_puts("cupsEncodeOptions2: Added boolean false value..."); + } + break; + + case IPP_TAG_RANGE : + /* + * Range... + */ + + if (*val == '-') + { + attr->values[j].range.lower = 1; + s = val; + } + else + attr->values[j].range.lower = strtol(val, &s, 0); + + if (*s == '-') + { + if (s[1]) + attr->values[j].range.upper = strtol(s + 1, NULL, 0); + else + attr->values[j].range.upper = 2147483647; + } + else + attr->values[j].range.upper = attr->values[j].range.lower; + + DEBUG_printf(("cupsEncodeOptions2: Added range option value %d-%d...\n", + attr->values[j].range.lower, + attr->values[j].range.upper)); + break; + + case IPP_TAG_RESOLUTION : + /* + * Resolution... + */ + + attr->values[j].resolution.xres = strtol(val, &s, 0); + + if (*s == 'x') + attr->values[j].resolution.yres = strtol(s + 1, &s, 0); + else + attr->values[j].resolution.yres = attr->values[j].resolution.xres; + + if (!strcasecmp(s, "dpc")) + attr->values[j].resolution.units = IPP_RES_PER_CM; + else + attr->values[j].resolution.units = IPP_RES_PER_INCH; + + DEBUG_printf(("cupsEncodeOptions2: Added resolution option value %s...\n", + val)); + break; + + case IPP_TAG_STRING : + /* + * octet-string + */ + + attr->values[j].unknown.length = (int)strlen(val); + attr->values[j].unknown.data = _cupsStrAlloc(val); + + DEBUG_printf(("cupsEncodeOptions2: Added octet-string value \"%s\"...\n", + attr->values[j].unknown.data)); + break; + + default : + if ((attr->values[j].string.text = _cupsStrAlloc(val)) == NULL) + { + /* + * Ran out of memory! + */ + + DEBUG_puts("cupsEncodeOptions2: Ran out of memory for string!"); + return; + } + + DEBUG_printf(("cupsEncodeOptions2: Added string value \"%s\"...\n", + val)); + break; + } + } + + if (copy) + free(copy); + } +} + + +/* + * '_ippFindOption()' - Find the attribute information for an option. + */ + +_ipp_option_t * /* O - Attribute information */ +_ippFindOption(const char *name) /* I - Option/attribute name */ +{ + _ipp_option_t key; /* Search key */ + + + /* + * Lookup the proper value and group tags for this option... + */ + + key.name = name; + + return ((_ipp_option_t *)bsearch(&key, ipp_options, + sizeof(ipp_options) / sizeof(ipp_options[0]), + sizeof(ipp_options[0]), + (int (*)(const void *, const void *)) + compare_ipp_options)); +} + + +/* + * 'compare_ipp_options()' - Compare two IPP options. + */ + +static int /* O - Result of comparison */ +compare_ipp_options(_ipp_option_t *a, /* I - First option */ + _ipp_option_t *b) /* I - Second option */ +{ + return (strcmp(a->name, b->name)); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/file.c b/cups/file.c new file mode 100644 index 0000000000..80e1c3f0c5 --- /dev/null +++ b/cups/file.c @@ -0,0 +1,2139 @@ +/* + * "$Id$" + * + * File functions for the Common UNIX Printing System (CUPS). + * + * Since stdio files max out at 256 files on many systems, we have to + * write similar functions without this limit. At the same time, using + * our own file functions allows us to provide transparent support of + * gzip'd print files, PPD files, etc. + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsFileClose() - Close a CUPS file. + * cupsFileCompression() - Return whether a file is compressed. + * cupsFileEOF() - Return the end-of-file status. + * cupsFileFind() - Find a file using the specified path. + * cupsFileFlush() - Flush pending output. + * cupsFileGetChar() - Get a single character from a file. + * cupsFileGetConf() - Get a line from a configuration file... + * cupsFileGetLine() - Get a CR and/or LF-terminated line that may + * contain binary data. + * cupsFileGets() - Get a CR and/or LF-terminated line. + * cupsFileLock() - Temporarily lock access to a file. + * cupsFileNumber() - Return the file descriptor associated with a CUPS + * file. + * cupsFileOpen() - Open a CUPS file. + * cupsFileOpenFd() - Open a CUPS file using a file descriptor. + * cupsFilePeekChar() - Peek at the next character from a file. + * cupsFilePrintf() - Write a formatted string. + * cupsFilePutChar() - Write a character. + * cupsFilePuts() - Write a string. + * cupsFileRead() - Read from a file. + * cupsFileRewind() - Rewind a file. + * cupsFileSeek() - Seek in a file. + * cupsFileStderr() - Return a CUPS file associated with stderr. + * cupsFileStdin() - Return a CUPS file associated with stdin. + * cupsFileStdout() - Return a CUPS file associated with stdout. + * cupsFileTell() - Return the current file position. + * cupsFileUnlock() - Unlock access to a file. + * cupsFileWrite() - Write to a file. + * cups_compress() - Compress a buffer of data... + * cups_fill() - Fill the input buffer... + * cups_read() - Read from a file descriptor. + * cups_write() - Write to a file descriptor. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include "http-private.h" +#include "globals.h" +#include "debug.h" + +#ifdef HAVE_LIBZ +# include +#endif /* HAVE_LIBZ */ +#ifdef WIN32 +# include +# include +#endif /* WIN32 */ + + +/* + * Some operating systems support large files via open flag O_LARGEFILE... + */ + +#ifndef O_LARGEFILE +# define O_LARGEFILE 0 +#endif /* !O_LARGEFILE */ + + +/* + * Some operating systems don't define O_BINARY, which is used by Microsoft + * and IBM to flag binary files... + */ + +#ifndef O_BINARY +# define O_BINARY 0 +#endif /* !O_BINARY */ + + +/* + * Types and structures... + */ + +struct _cups_file_s /**** CUPS file structure... ****/ + +{ + int fd; /* File descriptor */ + char mode, /* Mode ('r' or 'w') */ + compressed, /* Compression used? */ + is_stdio, /* stdin/out/err? */ + eof, /* End of file? */ + buf[4096], /* Buffer */ + *ptr, /* Pointer into buffer */ + *end; /* End of buffer data */ + off_t pos; /* File position for start of buffer */ + +#ifdef HAVE_LIBZ + z_stream stream; /* (De)compression stream */ + Bytef cbuf[4096]; /* (De)compression buffer */ + uLong crc; /* (De)compression CRC */ +#endif /* HAVE_LIBZ */ +}; + + +/* + * Local functions... + */ + +#ifdef HAVE_LIBZ +static ssize_t cups_compress(cups_file_t *fp, const char *buf, size_t bytes); +#endif /* HAVE_LIBZ */ +static ssize_t cups_fill(cups_file_t *fp); +static ssize_t cups_read(cups_file_t *fp, char *buf, size_t bytes); +static ssize_t cups_write(cups_file_t *fp, const char *buf, size_t bytes); + + +/* + * 'cupsFileClose()' - Close a CUPS file. + */ + +int /* O - 0 on success, -1 on error */ +cupsFileClose(cups_file_t *fp) /* I - CUPS file */ +{ + int fd; /* File descriptor */ + char mode; /* Open mode */ + int status; /* Return status */ + int is_stdio; /* Is a stdio file? */ + + + DEBUG_printf(("cupsFileClose(fp=%p)\n", fp)); + + /* + * Range check... + */ + + if (!fp) + return (-1); + + /* + * Flush pending write data... + */ + + if (fp->mode == 'w') + status = cupsFileFlush(fp); + else + status = 0; + +#ifdef HAVE_LIBZ + if (fp->compressed && status >= 0) + { + if (fp->mode == 'r') + { + /* + * Free decompression data... + */ + + inflateEnd(&fp->stream); + } + else + { + /* + * Flush any remaining compressed data... + */ + + unsigned char trailer[8]; /* Trailer CRC and length */ + int done; /* Done writing... */ + + + fp->stream.avail_in = 0; + + for (done = 0;;) + { + if (fp->stream.next_out > fp->cbuf) + { + if (cups_write(fp, (char *)fp->cbuf, + fp->stream.next_out - fp->cbuf) < 0) + status = -1; + + fp->stream.next_out = fp->cbuf; + fp->stream.avail_out = sizeof(fp->cbuf); + } + + if (done || status < 0) + break; + + done = deflate(&fp->stream, Z_FINISH) == Z_STREAM_END && + fp->stream.next_out == fp->cbuf; + } + + /* + * Write the CRC and length... + */ + + trailer[0] = fp->crc; + trailer[1] = fp->crc >> 8; + trailer[2] = fp->crc >> 16; + trailer[3] = fp->crc >> 24; + trailer[4] = fp->pos; + trailer[5] = fp->pos >> 8; + trailer[6] = fp->pos >> 16; + trailer[7] = fp->pos >> 24; + + if (cups_write(fp, (char *)trailer, 8) < 0) + status = -1; + + /* + * Free all memory used by the compression stream... + */ + + deflateEnd(&(fp->stream)); + } + } +#endif /* HAVE_LIBZ */ + + /* + * Save the file descriptor we used and free memory... + */ + + fd = fp->fd; + mode = fp->mode; + is_stdio = fp->is_stdio; + + free(fp); + + /* + * Close the file, returning the close status... + */ + + if (mode == 's') + { + if (closesocket(fd) < 0) + status = -1; + } + else if (!is_stdio) + { + if (close(fd) < 0) + status = -1; + } + + return (status); +} + + +/* + * 'cupsFileCompression()' - Return whether a file is compressed. + */ + +int /* O - CUPS_FILE_NONE or CUPS_FILE_GZIP */ +cupsFileCompression(cups_file_t *fp) /* I - CUPS file */ +{ + return (fp ? fp->compressed : CUPS_FILE_NONE); +} + + +/* + * 'cupsFileEOF()' - Return the end-of-file status. + */ + +int /* O - 1 on EOF, 0 otherwise */ +cupsFileEOF(cups_file_t *fp) /* I - CUPS file */ +{ + return (fp ? fp->eof : 1); +} + + +/* + * 'cupsFileFind()' - Find a file using the specified path. + * + * This function allows the paths in the path string to be separated by + * colons (UNIX standard) or semicolons (Windows standard) and stores the + * result in the buffer supplied. If the file cannot be found in any of + * the supplied paths, NULL is returned. A NULL path only matches the + * current directory. + */ + +const char * /* O - Full path to file or NULL */ +cupsFileFind(const char *filename, /* I - File to find */ + const char *path, /* I - Colon/semicolon-separated path */ + int executable, /* I - 1 = executable files, 0 = any file/dir */ + char *buffer, /* I - Filename buffer */ + int bufsize) /* I - Size of filename buffer */ +{ + char *bufptr, /* Current position in buffer */ + *bufend; /* End of buffer */ + + + /* + * Range check input... + */ + + if (!filename || !buffer || bufsize < 2) + return (NULL); + + if (!path) + { + /* + * No path, so check current directory... + */ + + if (!access(filename, 0)) + { + strlcpy(buffer, filename, bufsize); + return (buffer); + } + else + return (NULL); + } + + /* + * Now check each path and return the first match... + */ + + bufend = buffer + bufsize - 1; + bufptr = buffer; + + while (*path) + { +#ifdef WIN32 + if (*path == ';' || (*path == ':' && ((bufptr - buffer) > 1 || !isalpha(buffer[0] & 255)))) +#else + if (*path == ';' || *path == ':') +#endif /* WIN32 */ + { + if (bufptr > buffer && bufptr[-1] != '/' && bufptr < bufend) + *bufptr++ = '/'; + + strlcpy(bufptr, filename, bufend - bufptr); + +#ifdef WIN32 + if (!access(buffer, 0)) +#else + if (!access(buffer, executable ? X_OK : 0)) +#endif /* WIN32 */ + { + DEBUG_printf(("cupsFileFind: Returning \"%s\"\n", buffer)); + return (buffer); + } + + bufptr = buffer; + } + else if (bufptr < bufend) + *bufptr++ = *path; + + path ++; + } + + /* + * Check the last path... + */ + + if (bufptr > buffer && bufptr[-1] != '/' && bufptr < bufend) + *bufptr++ = '/'; + + strlcpy(bufptr, filename, bufend - bufptr); + + if (!access(buffer, 0)) + { + DEBUG_printf(("cupsFileFind: Returning \"%s\"\n", buffer)); + return (buffer); + } + else + { + DEBUG_puts("cupsFileFind: Returning NULL"); + return (NULL); + } +} + + +/* + * 'cupsFileFlush()' - Flush pending output. + */ + +int /* O - 0 on success, -1 on error */ +cupsFileFlush(cups_file_t *fp) /* I - CUPS file */ +{ + ssize_t bytes; /* Bytes to write */ + + + DEBUG_printf(("cupsFileFlush(fp=%p)\n", fp)); + + /* + * Range check input... + */ + + if (!fp || fp->mode != 'w') + { + DEBUG_puts(" Attempt to flush a read-only file..."); + return (-1); + } + + bytes = (ssize_t)(fp->ptr - fp->buf); + + DEBUG_printf((" Flushing %ld bytes...\n", (long)bytes)); + + if (bytes > 0) + { +#ifdef HAVE_LIBZ + if (fp->compressed) + bytes = cups_compress(fp, fp->buf, bytes); + else +#endif /* HAVE_LIBZ */ + bytes = cups_write(fp, fp->buf, bytes); + + if (bytes < 0) + return (-1); + + fp->ptr = fp->buf; + } + + return (0); +} + + +/* + * 'cupsFileGetChar()' - Get a single character from a file. + */ + +int /* O - Character or -1 on EOF */ +cupsFileGetChar(cups_file_t *fp) /* I - CUPS file */ +{ + /* + * Range check input... + */ + + if (!fp || (fp->mode != 'r' && fp->mode != 's')) + { + DEBUG_puts("cupsFileGetChar: Bad arguments!"); + return (-1); + } + + /* + * If the input buffer is empty, try to read more data... + */ + + if (fp->ptr >= fp->end) + if (cups_fill(fp) < 0) + { + DEBUG_puts("cupsFileGetChar: Unable to fill buffer!"); + return (-1); + } + + /* + * Return the next character in the buffer... + */ + + DEBUG_printf(("cupsFileGetChar: Returning %d...\n", *(fp->ptr) & 255)); + + return (*(fp->ptr)++ & 255); +} + + +/* + * 'cupsFileGetConf()' - Get a line from a configuration file... + */ + +char * /* O - Line read or NULL on eof/error */ +cupsFileGetConf(cups_file_t *fp, /* I - CUPS file */ + char *buf, /* O - String buffer */ + size_t buflen, /* I - Size of string buffer */ + char **value, /* O - Pointer to value */ + int *linenum) /* IO - Current line number */ +{ + char *ptr; /* Pointer into line */ + + + /* + * Range check input... + */ + + if (!fp || (fp->mode != 'r' && fp->mode != 's') || + !buf || buflen < 2 || !value) + { + if (value) + *value = NULL; + + return (NULL); + } + + /* + * Read the next non-comment line... + */ + + *value = NULL; + + while (cupsFileGets(fp, buf, buflen)) + { + (*linenum) ++; + + /* + * Strip any comments... + */ + + if ((ptr = strchr(buf, '#')) != NULL) + { + if (ptr > buf && ptr[-1] == '\\') + { + // Unquote the #... + _cups_strcpy(ptr - 1, ptr); + } + else + { + // Strip the comment and any trailing whitespace... + while (ptr > buf) + { + if (!isspace(ptr[-1] & 255)) + break; + + ptr --; + } + + *ptr = '\0'; + } + } + + /* + * Strip leading whitespace... + */ + + for (ptr = buf; isspace(*ptr & 255); ptr ++); + + if (ptr > buf) + _cups_strcpy(buf, ptr); + + /* + * See if there is anything left... + */ + + if (buf[0]) + { + /* + * Yes, grab any value and return... + */ + + for (ptr = buf; *ptr; ptr ++) + if (isspace(*ptr & 255)) + break; + + if (*ptr) + { + /* + * Have a value, skip any other spaces... + */ + + while (isspace(*ptr & 255)) + *ptr++ = '\0'; + + if (*ptr) + *value = ptr; + + /* + * Strip trailing whitespace and > for lines that begin with <... + */ + + ptr += strlen(ptr) - 1; + + if (buf[0] == '<' && *ptr == '>') + *ptr-- = '\0'; + else if (buf[0] == '<' && *ptr != '>') + { + /* + * Syntax error... + */ + + *value = NULL; + return (buf); + } + + while (ptr > *value && isspace(*ptr & 255)) + *ptr-- = '\0'; + } + + /* + * Return the line... + */ + + return (buf); + } + } + + return (NULL); +} + + +/* + * 'cupsFileGetLine()' - Get a CR and/or LF-terminated line that may + * contain binary data. + * + * This function differs from cupsFileGets() in that the trailing CR and LF + * are preserved, as is any binary data on the line. The buffer is nul- + * terminated, however you should use the returned length to determine + * the number of bytes on the line. + */ + +size_t /* O - Number of bytes on line or 0 on EOF */ +cupsFileGetLine(cups_file_t *fp, /* I - File to read from */ + char *buf, /* I - Buffer */ + size_t buflen) /* I - Size of buffer */ +{ + int ch; /* Character from file */ + char *ptr, /* Current position in line buffer */ + *end; /* End of line buffer */ + + + /* + * Range check input... + */ + + if (!fp || (fp->mode != 'r' && fp->mode != 's') || !buf || buflen < 3) + return (0); + + /* + * Now loop until we have a valid line... + */ + + for (ptr = buf, end = buf + buflen - 2; ptr < end ;) + { + if (fp->ptr >= fp->end) + if (cups_fill(fp) <= 0) + break; + + *ptr++ = ch = *(fp->ptr)++; + + if (ch == '\r') + { + /* + * Check for CR LF... + */ + + if (fp->ptr >= fp->end) + if (cups_fill(fp) <= 0) + break; + + if (*(fp->ptr) == '\n') + *ptr++ = *(fp->ptr)++; + + break; + } + else if (ch == '\n') + { + /* + * Line feed ends a line... + */ + + break; + } + } + + *ptr = '\0'; + + return (ptr - buf); +} + + +/* + * 'cupsFileGets()' - Get a CR and/or LF-terminated line. + */ + +char * /* O - Line read or NULL on eof/error */ +cupsFileGets(cups_file_t *fp, /* I - CUPS file */ + char *buf, /* O - String buffer */ + size_t buflen) /* I - Size of string buffer */ +{ + int ch; /* Character from file */ + char *ptr, /* Current position in line buffer */ + *end; /* End of line buffer */ + + + /* + * Range check input... + */ + + if (!fp || (fp->mode != 'r' && fp->mode != 's') || !buf || buflen < 2) + return (NULL); + + /* + * Now loop until we have a valid line... + */ + + for (ptr = buf, end = buf + buflen - 1; ptr < end ;) + { + if (fp->ptr >= fp->end) + if (cups_fill(fp) <= 0) + { + if (ptr == buf) + return (NULL); + else + break; + } + + ch = *(fp->ptr)++; + + if (ch == '\r') + { + /* + * Check for CR LF... + */ + + if (fp->ptr >= fp->end) + if (cups_fill(fp) <= 0) + break; + + if (*(fp->ptr) == '\n') + fp->ptr ++; + + break; + } + else if (ch == '\n') + { + /* + * Line feed ends a line... + */ + + break; + } + else + *ptr++ = ch; + } + + *ptr = '\0'; + + return (buf); +} + + +/* + * 'cupsFileLock()' - Temporarily lock access to a file. + */ + +int /* O - 0 on success, -1 on error */ +cupsFileLock(cups_file_t *fp, /* I - File to lock */ + int block) /* I - 1 to wait for the lock, 0 to fail right away */ +{ + /* + * Range check... + */ + + if (!fp || fp->mode == 's') + return (-1); + + /* + * Try the lock... + */ + +#ifdef WIN32 + return (locking(fp->fd, block ? _LK_LOCK : _LK_NBLCK, 0)); +#else + return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0)); +#endif /* WIN32 */ +} + + +/* + * 'cupsFileNumber()' - Return the file descriptor associated with a CUPS file. + */ + +int /* O - File descriptor */ +cupsFileNumber(cups_file_t *fp) /* I - CUPS file */ +{ + return (fp->fd); +} + + +/* + * 'cupsFileOpen()' - Open a CUPS file. + */ + +cups_file_t * /* O - CUPS file or NULL */ +cupsFileOpen(const char *filename, /* I - Name of file */ + const char *mode) /* I - Open mode */ +{ + cups_file_t *fp; /* New CUPS file */ + int fd; /* File descriptor */ + char hostname[1024], /* Hostname */ + *portname; /* Port "name" (number or service) */ + http_addrlist_t *addrlist; /* Host address list */ + + + DEBUG_printf(("cupsFileOpen(filename=\"%s\", mode=\"%s\")\n", filename, + mode)); + + /* + * Range check input... + */ + + if (!filename || !mode || + (*mode != 'r' && *mode != 'w' && *mode != 'a' && *mode != 's')) + return (NULL); + + /* + * Open the file... + */ + + switch (*mode) + { + case 'a' : /* Append file */ + fd = open(filename, O_RDWR | O_CREAT | O_APPEND | O_LARGEFILE | O_BINARY, 0666); + break; + + case 'r' : /* Read file */ + fd = open(filename, O_RDONLY | O_LARGEFILE | O_BINARY, 0); + break; + + case 'w' : /* Write file */ + fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT | O_LARGEFILE | O_BINARY, 0666); + break; + + case 's' : /* Read/write socket */ + strlcpy(hostname, filename, sizeof(hostname)); + if ((portname = strrchr(hostname, ':')) != NULL) + *portname++ = '\0'; + else + return (NULL); + + /* + * Lookup the hostname and service... + */ + + if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portname)) == NULL) + return (NULL); + + /* + * Connect to the server... + */ + + if (!httpAddrConnect(addrlist, &fd)) + { + httpAddrFreeList(addrlist); + return (NULL); + } + + httpAddrFreeList(addrlist); + break; + + default : /* Remove bogus compiler warning... */ + return (NULL); + } + + if (fd < 0) + return (NULL); + + /* + * Create the CUPS file structure... + */ + + if ((fp = cupsFileOpenFd(fd, mode)) == NULL) + { + if (*mode == 's') + closesocket(fd); + else + close(fd); + } + + /* + * Return it... + */ + + return (fp); +} + +/* + * 'cupsFileOpenFd()' - Open a CUPS file using a file descriptor. + */ + +cups_file_t * /* O - CUPS file or NULL */ +cupsFileOpenFd(int fd, /* I - File descriptor */ + const char *mode) /* I - Open mode */ +{ + cups_file_t *fp; /* New CUPS file */ + + + DEBUG_printf(("cupsFileOpenFd(fd=%d, mode=\"%s\")\n", fd, mode)); + + /* + * Range check input... + */ + + if (fd < 0 || !mode || + (*mode != 'r' && *mode != 'w' && *mode != 'a' && *mode != 's')) + return (NULL); + + /* + * Allocate memory... + */ + + if ((fp = calloc(1, sizeof(cups_file_t))) == NULL) + return (NULL); + + /* + * Open the file... + */ + + fp->fd = fd; + + switch (*mode) + { + case 'w' : + case 'a' : + fp->mode = 'w'; + fp->ptr = fp->buf; + fp->end = fp->buf + sizeof(fp->buf); + +#ifdef HAVE_LIBZ + if (mode[1] >= '1' && mode[1] <= '9') + { + /* + * Open a compressed stream, so write the standard gzip file + * header... + */ + + unsigned char header[10]; /* gzip file header */ + time_t curtime; /* Current time */ + + + curtime = time(NULL); + header[0] = 0x1f; + header[1] = 0x8b; + header[2] = Z_DEFLATED; + header[3] = 0; + header[4] = curtime; + header[5] = curtime >> 8; + header[6] = curtime >> 16; + header[7] = curtime >> 24; + header[8] = 0; + header[9] = 0x03; + + cups_write(fp, (char *)header, 10); + + /* + * Initialize the compressor... + */ + + deflateInit2(&(fp->stream), mode[1] - '0', Z_DEFLATED, -15, 8, + Z_DEFAULT_STRATEGY); + + fp->stream.next_out = fp->cbuf; + fp->stream.avail_out = sizeof(fp->cbuf); + fp->compressed = 1; + fp->crc = crc32(0L, Z_NULL, 0); + } +#endif /* HAVE_LIBZ */ + break; + + case 'r' : + fp->mode = 'r'; + break; + + case 's' : + fp->mode = 's'; + break; + + default : /* Remove bogus compiler warning... */ + return (NULL); + } + + /* + * Don't pass this file to child processes... + */ + +#ifndef WIN32 + fcntl(fp->fd, F_SETFD, fcntl(fp->fd, F_GETFD) | FD_CLOEXEC); +#endif /* !WIN32 */ + + return (fp); +} + + +/* + * 'cupsFilePeekChar()' - Peek at the next character from a file. + */ + +int /* O - Character or -1 on EOF */ +cupsFilePeekChar(cups_file_t *fp) /* I - CUPS file */ +{ + /* + * Range check input... + */ + + if (!fp || (fp->mode != 'r' && fp->mode != 's')) + return (-1); + + /* + * If the input buffer is empty, try to read more data... + */ + + if (fp->ptr >= fp->end) + if (cups_fill(fp) < 0) + return (-1); + + /* + * Return the next character in the buffer... + */ + + return (*(fp->ptr) & 255); +} + + +/* + * 'cupsFilePrintf()' - Write a formatted string. + */ + +int /* O - Number of bytes written or -1 */ +cupsFilePrintf(cups_file_t *fp, /* I - CUPS file */ + const char *format, /* I - Printf-style format string */ + ...) /* I - Additional args as necessary */ +{ + va_list ap; /* Argument list */ + ssize_t bytes; /* Formatted size */ + char buf[8192]; /* Formatted text */ + + + DEBUG_printf(("cupsFilePrintf(fp=%p, format=\"%s\", ...)\n", fp, format)); + + if (!fp || !format || (fp->mode != 'w' && fp->mode != 's')) + return (-1); + + va_start(ap, format); + bytes = vsnprintf(buf, sizeof(buf), format, ap); + va_end(ap); + + if (bytes >= sizeof(buf)) + return (-1); + + if (fp->mode == 's') + return (cups_write(fp, buf, bytes)); + + if ((fp->ptr + bytes) > fp->end) + if (cupsFileFlush(fp)) + return (-1); + + fp->pos += bytes; + + if (bytes > sizeof(fp->buf)) + { +#ifdef HAVE_LIBZ + if (fp->compressed) + return (cups_compress(fp, buf, bytes)); + else +#endif /* HAVE_LIBZ */ + return (cups_write(fp, buf, bytes)); + } + else + { + memcpy(fp->ptr, buf, bytes); + fp->ptr += bytes; + return (bytes); + } +} + + +/* + * 'cupsFilePutChar()' - Write a character. + */ + +int /* O - 0 on success, -1 on error */ +cupsFilePutChar(cups_file_t *fp, /* I - CUPS file */ + int c) /* I - Character to write */ +{ + /* + * Range check input... + */ + + if (!fp || (fp->mode != 'w' && fp->mode != 's')) + return (-1); + + if (fp->mode == 's') + { + /* + * Send character immediately over socket... + */ + + char ch; /* Output character */ + + + ch = c; + + if (send(fp->fd, &ch, 1, 0) < 1) + return (-1); + } + else + { + /* + * Buffer it up... + */ + + if (fp->ptr >= fp->end) + if (cupsFileFlush(fp)) + return (-1); + + *(fp->ptr) ++ = c; + } + + fp->pos ++; + + return (0); +} + + +/* + * 'cupsFilePuts()' - Write a string. + */ + +int /* O - Number of bytes written or -1 */ +cupsFilePuts(cups_file_t *fp, /* I - CUPS file */ + const char *s) /* I - String to write */ +{ + ssize_t bytes; /* Bytes to write */ + + + /* + * Range check input... + */ + + if (!fp || !s || (fp->mode != 'w' && fp->mode != 's')) + return (-1); + + /* + * Write the string... + */ + + bytes = (int)strlen(s); + + if (fp->mode == 's') + { + if (cups_write(fp, s, bytes) < 0) + return (-1); + + fp->pos += bytes; + + return (bytes); + } + + if ((fp->ptr + bytes) > fp->end) + if (cupsFileFlush(fp)) + return (-1); + + fp->pos += bytes; + + if (bytes > sizeof(fp->buf)) + { +#ifdef HAVE_LIBZ + if (fp->compressed) + return (cups_compress(fp, s, bytes)); + else +#endif /* HAVE_LIBZ */ + return (cups_write(fp, s, bytes)); + } + else + { + memcpy(fp->ptr, s, bytes); + fp->ptr += bytes; + return (bytes); + } +} + + +/* + * 'cupsFileRead()' - Read from a file. + */ + +ssize_t /* O - Number of bytes read or -1 */ +cupsFileRead(cups_file_t *fp, /* I - CUPS file */ + char *buf, /* O - Buffer */ + size_t bytes) /* I - Number of bytes to read */ +{ + size_t total; /* Total bytes read */ + ssize_t count; /* Bytes read */ + + + DEBUG_printf(("cupsFileRead(fp=%p, buf=%p, bytes=%ld)\n", fp, buf, + (long)bytes)); + + /* + * Range check input... + */ + + if (!fp || !buf || bytes < 0 || (fp->mode != 'r' && fp->mode != 's')) + return (-1); + + if (bytes == 0) + return (0); + + /* + * Loop until all bytes are read... + */ + + total = 0; + while (bytes > 0) + { + if (fp->ptr >= fp->end) + if (cups_fill(fp) <= 0) + { + DEBUG_printf((" cups_fill() returned -1, total=%d\n", total)); + + if (total > 0) + return ((ssize_t)total); + else + return (-1); + } + + count = (ssize_t)(fp->end - fp->ptr); + if (count > (ssize_t)bytes) + count = (ssize_t)bytes; + + memcpy(buf, fp->ptr, count); + fp->ptr += count; + + /* + * Update the counts for the last read... + */ + + bytes -= count; + total += count; + buf += count; + } + + /* + * Return the total number of bytes read... + */ + + DEBUG_printf((" total=%d\n", total)); + + return ((ssize_t)total); +} + + +/* + * 'cupsFileRewind()' - Rewind a file. + */ + +off_t /* O - New file position or -1 */ +cupsFileRewind(cups_file_t *fp) /* I - CUPS file */ +{ + /* + * Range check input... + */ + + if (!fp || fp->mode != 'r') + return (-1); + + /* + * Handle special cases... + */ + + if (fp->pos == 0) + { + /* + * No seeking necessary... + */ + + if (fp->ptr) + { + fp->ptr = fp->buf; + fp->eof = 0; + } + + return (0); + } + + /* + * Otherwise, seek in the file and cleanup any compression buffers... + */ + +#ifdef HAVE_LIBZ + if (fp->compressed) + { + inflateEnd(&fp->stream); + fp->compressed = 0; + } +#endif /* HAVE_LIBZ */ + + lseek(fp->fd, 0, SEEK_SET); + + fp->pos = 0; + fp->ptr = NULL; + fp->end = NULL; + fp->eof = 0; + + return (0); +} + + +/* + * 'cupsFileSeek()' - Seek in a file. + */ + +off_t /* O - New file position or -1 */ +cupsFileSeek(cups_file_t *fp, /* I - CUPS file */ + off_t pos) /* I - Position in file */ +{ + ssize_t bytes; /* Number bytes in buffer */ + + + DEBUG_printf(("cupsFileSeek(fp=%p, pos=" CUPS_LLFMT ")\n", fp, pos)); + DEBUG_printf((" fp->pos=" CUPS_LLFMT "\n", fp->pos)); + DEBUG_printf((" fp->ptr=%p, fp->end=%p\n", fp->ptr, fp->end)); + + /* + * Range check input... + */ + + if (!fp || pos < 0 || fp->mode != 'r') + return (-1); + + /* + * Handle special cases... + */ + + if (pos == 0) + return (cupsFileRewind(fp)); + + if (fp->pos == pos) + { + /* + * No seeking necessary... + */ + + if (fp->ptr) + { + fp->ptr = fp->buf; + fp->eof = 0; + } + + return (pos); + } + +#ifdef HAVE_LIBZ + if (!fp->compressed && !fp->ptr) + { + /* + * Preload a buffer to determine whether the file is compressed... + */ + + if (cups_fill(fp) < 0) + return (-1); + } +#endif /* HAVE_LIBZ */ + + /* + * Figure out the number of bytes in the current buffer, and then + * see if we are outside of it... + */ + + if (fp->ptr) + bytes = (ssize_t)(fp->end - fp->buf); + else + bytes = 0; + + fp->eof = 0; + + DEBUG_printf((" bytes=" CUPS_LLFMT "\n", CUPS_LLCAST bytes)); + + if (pos < fp->pos) + { + /* + * Need to seek backwards... + */ + + DEBUG_puts(" SEEK BACKWARDS"); + +#ifdef HAVE_LIBZ + if (fp->compressed) + { + inflateEnd(&fp->stream); + + lseek(fp->fd, 0, SEEK_SET); + fp->pos = 0; + fp->ptr = NULL; + fp->end = NULL; + + while ((bytes = cups_fill(fp)) > 0) + if (pos >= fp->pos && pos < (fp->pos + bytes)) + break; + + if (bytes <= 0) + return (-1); + + fp->ptr = fp->buf + pos - fp->pos; + } + else +#endif /* HAVE_LIBZ */ + { + fp->pos = lseek(fp->fd, pos, SEEK_SET); + fp->ptr = NULL; + fp->end = NULL; + + DEBUG_printf((" lseek() returned %ld...\n", (long)fp->pos)); + } + } + else if (pos >= (fp->pos + bytes)) + { + /* + * Need to seek forwards... + */ + + DEBUG_puts(" SEEK FORWARDS"); + +#ifdef HAVE_LIBZ + if (fp->compressed) + { + while ((bytes = cups_fill(fp)) > 0) + { + if (pos >= fp->pos && pos < (fp->pos + bytes)) + break; + } + + if (bytes <= 0) + return (-1); + + fp->ptr = fp->buf + pos - fp->pos; + } + else +#endif /* HAVE_LIBZ */ + { + fp->pos = lseek(fp->fd, pos, SEEK_SET); + fp->ptr = NULL; + fp->end = NULL; + + DEBUG_printf((" lseek() returned " CUPS_LLFMT "...\n", fp->pos)); + } + } + else + { + /* + * Just reposition the current pointer, since we have the right + * range... + */ + + DEBUG_puts(" SEEK INSIDE BUFFER"); + + fp->ptr = fp->buf + pos - fp->pos; + } + + return (fp->pos); +} + + +/* + * 'cupsFileStderr()' - Return a CUPS file associated with stderr. + */ + +cups_file_t * +cupsFileStderr(void) +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals... */ + + + /* + * Open file descriptor 2 as needed... + */ + + if (!cg->stdio_files[2]) + { + /* + * Flush any pending output on the stdio file... + */ + + fflush(stderr); + + /* + * Open file descriptor 2... + */ + + if ((cg->stdio_files[2] = cupsFileOpenFd(2, "w")) != NULL) + cg->stdio_files[2]->is_stdio = 1; + } + + return (cg->stdio_files[2]); +} + + +/* + * 'cupsFileStdin()' - Return a CUPS file associated with stdin. + */ + +cups_file_t * +cupsFileStdin(void) +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals... */ + + + /* + * Open file descriptor 0 as needed... + */ + + if (!cg->stdio_files[0]) + { + /* + * Open file descriptor 0... + */ + + if ((cg->stdio_files[0] = cupsFileOpenFd(0, "r")) != NULL) + cg->stdio_files[0]->is_stdio = 1; + } + + return (cg->stdio_files[0]); +} + + +/* + * 'cupsFileStdout()' - Return a CUPS file associated with stdout. + */ + +cups_file_t * +cupsFileStdout(void) +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals... */ + + + /* + * Open file descriptor 1 as needed... + */ + + if (!cg->stdio_files[1]) + { + /* + * Flush any pending output on the stdio file... + */ + + fflush(stdout); + + /* + * Open file descriptor 1... + */ + + if ((cg->stdio_files[1] = cupsFileOpenFd(1, "w")) != NULL) + cg->stdio_files[1]->is_stdio = 1; + } + + return (cg->stdio_files[1]); +} + + +/* + * 'cupsFileTell()' - Return the current file position. + */ + +off_t /* O - File position */ +cupsFileTell(cups_file_t *fp) /* I - CUPS file */ +{ + return (fp ? fp->pos : 0); +} + + +/* + * 'cupsFileUnlock()' - Unlock access to a file. + */ + +int /* O - 0 on success, -1 on error */ +cupsFileUnlock(cups_file_t *fp) /* I - File to lock */ +{ + /* + * Range check... + */ + + if (!fp || fp->mode == 's') + return (-1); + + /* + * Unlock... + */ + +#ifdef WIN32 + return (locking(fp->fd, _LK_UNLCK, 0)); +#else + return (lockf(fp->fd, F_ULOCK, 0)); +#endif /* WIN32 */ +} + + +/* + * 'cupsFileWrite()' - Write to a file. + */ + +ssize_t /* O - Number of bytes written */ +cupsFileWrite(cups_file_t *fp, /* I - CUPS file */ + const char *buf, /* I - Buffer */ + size_t bytes) /* I - Number of bytes to write */ +{ + /* + * Range check input... + */ + + if (!fp || !buf || bytes < 0 || (fp->mode != 'w' && fp->mode != 's')) + return (-1); + + if (bytes == 0) + return (0); + + /* + * Write the buffer... + */ + + if (fp->mode == 's') + { + if (cups_write(fp, buf, bytes) < 0) + return (-1); + + fp->pos += (off_t)bytes; + + return ((ssize_t)bytes); + } + + if ((fp->ptr + bytes) > fp->end) + if (cupsFileFlush(fp)) + return (-1); + + fp->pos += (off_t)bytes; + + if (bytes > sizeof(fp->buf)) + { +#ifdef HAVE_LIBZ + if (fp->compressed) + return (cups_compress(fp, buf, bytes)); + else +#endif /* HAVE_LIBZ */ + return (cups_write(fp, buf, bytes)); + } + else + { + memcpy(fp->ptr, buf, bytes); + fp->ptr += bytes; + return ((ssize_t)bytes); + } +} + + +#ifdef HAVE_LIBZ +/* + * 'cups_compress()' - Compress a buffer of data... + */ + +static ssize_t /* O - Number of bytes written or -1 */ +cups_compress(cups_file_t *fp, /* I - CUPS file */ + const char *buf, /* I - Buffer */ + size_t bytes) /* I - Number bytes */ +{ + DEBUG_printf(("cups_compress(fp=%p, buf=%p, bytes=%ld)\n", fp, buf, + (long)bytes)); + + /* + * Update the CRC... + */ + + fp->crc = crc32(fp->crc, (const Bytef *)buf, bytes); + + /* + * Deflate the bytes... + */ + + fp->stream.next_in = (Bytef *)buf; + fp->stream.avail_in = bytes; + + while (fp->stream.avail_in > 0) + { + /* + * Flush the current buffer... + */ + + DEBUG_printf((" avail_in=%d, avail_out=%d\n", fp->stream.avail_in, + fp->stream.avail_out)); + + if (fp->stream.avail_out < (int)(sizeof(fp->cbuf) / 8)) + { + if (cups_write(fp, (char *)fp->cbuf, fp->stream.next_out - fp->cbuf) < 0) + return (-1); + + fp->stream.next_out = fp->cbuf; + fp->stream.avail_out = sizeof(fp->cbuf); + } + + deflate(&(fp->stream), Z_NO_FLUSH); + } + + return (bytes); +} +#endif /* HAVE_LIBZ */ + + +/* + * 'cups_fill()' - Fill the input buffer... + */ + +static ssize_t /* O - Number of bytes or -1 */ +cups_fill(cups_file_t *fp) /* I - CUPS file */ +{ + ssize_t bytes; /* Number of bytes read */ +#ifdef HAVE_LIBZ + const unsigned char *ptr, /* Pointer into buffer */ + *end; /* End of buffer */ +#endif /* HAVE_LIBZ */ + + + DEBUG_printf(("cups_fill(fp=%p)\n", fp)); + DEBUG_printf((" fp->ptr=%p, fp->end=%p, fp->buf=%p, " + "fp->pos=" CUPS_LLFMT ", fp->eof=%d\n", + fp->ptr, fp->end, fp->buf, fp->pos, fp->eof)); + + /* + * Update the "pos" element as needed... + */ + + if (fp->ptr && fp->end) + fp->pos += (off_t)(fp->end - fp->buf); + +#ifdef HAVE_LIBZ + DEBUG_printf((" fp->compressed=%d\n", fp->compressed)); + + while (!fp->ptr || fp->compressed) + { + /* + * Check to see if we have read any data yet; if not, see if we have a + * compressed file... + */ + + if (!fp->ptr) + { + /* + * Reset the file position in case we are seeking... + */ + + fp->compressed = 0; + + /* + * Read the first bytes in the file to determine if we have a gzip'd + * file... + */ + + if ((bytes = cups_read(fp, (char *)fp->buf, sizeof(fp->buf))) < 0) + { + /* + * Can't read from file! + */ + + DEBUG_printf((" cups_read() returned " CUPS_LLFMT "!\n", + CUPS_LLCAST bytes)); + + return (-1); + } + + if (bytes < 10 || fp->buf[0] != 0x1f || + (fp->buf[1] & 255) != 0x8b || + fp->buf[2] != 8 || (fp->buf[3] & 0xe0) != 0) + { + /* + * Not a gzip'd file! + */ + + fp->ptr = fp->buf; + fp->end = fp->buf + bytes; + + DEBUG_printf((" returning " CUPS_LLFMT "!\n", CUPS_LLCAST bytes)); + + return (bytes); + } + + /* + * Parse header junk: extra data, original name, and comment... + */ + + ptr = (unsigned char *)fp->buf + 10; + end = (unsigned char *)fp->buf + bytes; + + if (fp->buf[3] & 0x04) + { + /* + * Skip extra data... + */ + + if ((ptr + 2) > end) + { + /* + * Can't read from file! + */ + + return (-1); + } + + bytes = ((unsigned char)ptr[1] << 8) | (unsigned char)ptr[0]; + ptr += 2 + bytes; + + if (ptr > end) + { + /* + * Can't read from file! + */ + + return (-1); + } + } + + if (fp->buf[3] & 0x08) + { + /* + * Skip original name data... + */ + + while (ptr < end && *ptr) + ptr ++; + + if (ptr < end) + ptr ++; + else + { + /* + * Can't read from file! + */ + + return (-1); + } + } + + if (fp->buf[3] & 0x10) + { + /* + * Skip comment data... + */ + + while (ptr < end && *ptr) + ptr ++; + + if (ptr < end) + ptr ++; + else + { + /* + * Can't read from file! + */ + + return (-1); + } + } + + if (fp->buf[3] & 0x02) + { + /* + * Skip header CRC data... + */ + + ptr += 2; + + if (ptr > end) + { + /* + * Can't read from file! + */ + + return (-1); + } + } + + /* + * Copy the flate-compressed data to the compression buffer... + */ + + if ((bytes = end - ptr) > 0) + memcpy(fp->cbuf, ptr, bytes); + + /* + * Setup the decompressor data... + */ + + fp->stream.zalloc = (alloc_func)0; + fp->stream.zfree = (free_func)0; + fp->stream.opaque = (voidpf)0; + fp->stream.next_in = (Bytef *)fp->cbuf; + fp->stream.next_out = NULL; + fp->stream.avail_in = bytes; + fp->stream.avail_out = 0; + fp->crc = crc32(0L, Z_NULL, 0); + + if (inflateInit2(&(fp->stream), -15) != Z_OK) + return (-1); + + fp->compressed = 1; + } + + if (fp->compressed) + { + /* + * If we have reached end-of-file, return immediately... + */ + + if (fp->eof) + return (-1); + + /* + * Fill the decompression buffer as needed... + */ + + if (fp->stream.avail_in == 0) + { + if ((bytes = cups_read(fp, (char *)fp->cbuf, sizeof(fp->cbuf))) <= 0) + return (-1); + + fp->stream.next_in = fp->cbuf; + fp->stream.avail_in = bytes; + } + + /* + * Decompress data from the buffer... + */ + + fp->stream.next_out = (Bytef *)fp->buf; + fp->stream.avail_out = sizeof(fp->buf); + + if (inflate(&(fp->stream), Z_NO_FLUSH) == Z_STREAM_END) + { + /* + * Read the CRC and length... + */ + + unsigned char trailer[8]; /* Trailer bytes */ + uLong tcrc; /* Trailer CRC */ + + + if (read(fp->fd, trailer, sizeof(trailer)) < sizeof(trailer)) + { + /* + * Can't get it, so mark end-of-file... + */ + + fp->eof = 1; + } + else + { + tcrc = (((((trailer[3] << 8) | trailer[2]) << 8) | trailer[1]) << 8) | + trailer[0]; + + if (tcrc != fp->crc) + { + /* + * Bad CRC, mark end-of-file... + */ + + fp->eof = 1; + + return (-1); + } + + /* + * Otherwise, reset the compressed flag so that we re-read the + * file header... + */ + + fp->compressed = 0; + } + } + + bytes = sizeof(fp->buf) - fp->stream.avail_out; + + /* + * Return the decompressed data... + */ + + fp->ptr = fp->buf; + fp->end = fp->buf + bytes; + + if (bytes) + return (bytes); + } + } +#endif /* HAVE_LIBZ */ + + /* + * Read a buffer's full of data... + */ + + if ((bytes = cups_read(fp, fp->buf, sizeof(fp->buf))) <= 0) + { + /* + * Can't read from file! + */ + + fp->eof = 1; + fp->ptr = fp->buf; + fp->end = fp->buf; + + return (-1); + } + + /* + * Return the bytes we read... + */ + + fp->eof = 0; + fp->ptr = fp->buf; + fp->end = fp->buf + bytes; + + return (bytes); +} + + +/* + * 'cups_read()' - Read from a file descriptor. + */ + +static ssize_t /* O - Number of bytes read or -1 */ +cups_read(cups_file_t *fp, /* I - CUPS file */ + char *buf, /* I - Buffer */ + size_t bytes) /* I - Number bytes */ +{ + ssize_t total; /* Total bytes read */ + + + /* + * Loop until we read at least 0 bytes... + */ + + for (;;) + { +#ifdef WIN32 + if (fp->mode == 's') + total = (ssize_t)recv(fp->fd, buf, (unsigned)bytes, 0); + else + total = (ssize_t)read(fp->fd, buf, (unsigned)bytes); +#else + if (fp->mode == 's') + total = recv(fp->fd, buf, bytes, 0); + else + total = read(fp->fd, buf, bytes); +#endif /* WIN32 */ + + if (total >= 0) + break; + + /* + * Reads can be interrupted by signals and unavailable resources... + */ + + if (errno == EAGAIN || errno == EINTR) + continue; + else + return (-1); + } + + /* + * Return the total number of bytes read... + */ + + return (total); +} + + +/* + * 'cups_write()' - Write to a file descriptor. + */ + +static ssize_t /* O - Number of bytes written or -1 */ +cups_write(cups_file_t *fp, /* I - CUPS file */ + const char *buf, /* I - Buffer */ + size_t bytes) /* I - Number bytes */ +{ + size_t total; /* Total bytes written */ + ssize_t count; /* Count this time */ + + + DEBUG_printf(("cups_write(fp=%p, buf=%p, bytes=%ld)\n", fp, buf, + (long)bytes)); + + /* + * Loop until all bytes are written... + */ + + total = 0; + while (bytes > 0) + { +#ifdef WIN32 + if (fp->mode == 's') + count = (ssize_t)send(fp->fd, buf, (unsigned)bytes, 0); + else + count = (ssize_t)write(fp->fd, buf, (unsigned)bytes); +#else + if (fp->mode == 's') + count = send(fp->fd, buf, bytes, 0); + else + count = write(fp->fd, buf, bytes); +#endif /* WIN32 */ + + if (count < 0) + { + /* + * Writes can be interrupted by signals and unavailable resources... + */ + + if (errno == EAGAIN || errno == EINTR) + continue; + else + return (-1); + } + + DEBUG_printf((" count=%ld\n", (long)count)); + + /* + * Update the counts for the last write call... + */ + + bytes -= count; + total += count; + buf += count; + } + + /* + * Return the total number of bytes written... + */ + + return ((ssize_t)total); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/file.h b/cups/file.h new file mode 100644 index 0000000000..0255ea9f53 --- /dev/null +++ b/cups/file.h @@ -0,0 +1,113 @@ +/* + * "$Id$" + * + * Public file definitions for the Common UNIX Printing System (CUPS). + * + * Since stdio files max out at 256 files on many systems, we have to + * write similar functions without this limit. At the same time, using + * our own file functions allows us to provide transparent support of + * gzip'd print files, PPD files, etc. + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_FILE_H_ +# define _CUPS_FILE_H_ + + +/* + * Include necessary headers... + */ + +# include +# if defined(WIN32) && !defined(__CUPS_SSIZE_T_DEFINED) +# define __CUPS_SSIZE_T_DEFINED +/* Windows does not support the ssize_t type, so map it to off_t... */ +typedef off_t ssize_t; /* @private@ */ +# endif /* WIN32 && !__CUPS_SSIZE_T_DEFINED */ + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * CUPS file definitions... + */ + +# define CUPS_FILE_NONE 0 /* No compression */ +# define CUPS_FILE_GZIP 1 /* GZIP compression */ + + +/* + * Types and structures... + */ + +typedef struct _cups_file_s cups_file_t;/**** CUPS file type ****/ + + +/* + * Prototypes... + */ + +extern int cupsFileClose(cups_file_t *fp); +extern int cupsFileCompression(cups_file_t *fp); +extern int cupsFileEOF(cups_file_t *fp); +extern const char *cupsFileFind(const char *filename, const char *path, + int executable, char *buffer, + int bufsize); +extern int cupsFileFlush(cups_file_t *fp); +extern int cupsFileGetChar(cups_file_t *fp); +extern char *cupsFileGetConf(cups_file_t *fp, char *buf, size_t buflen, + char **value, int *linenum); +extern size_t cupsFileGetLine(cups_file_t *fp, char *buf, + size_t buflen); +extern char *cupsFileGets(cups_file_t *fp, char *buf, size_t buflen); +extern int cupsFileLock(cups_file_t *fp, int block); +extern int cupsFileNumber(cups_file_t *fp); +extern cups_file_t *cupsFileOpen(const char *filename, const char *mode); +extern cups_file_t *cupsFileOpenFd(int fd, const char *mode); +extern int cupsFilePeekChar(cups_file_t *fp); +extern int cupsFilePrintf(cups_file_t *fp, const char *format, ...); +extern int cupsFilePutChar(cups_file_t *fp, int c); +extern int cupsFilePuts(cups_file_t *fp, const char *s); +extern ssize_t cupsFileRead(cups_file_t *fp, char *buf, size_t bytes); +extern off_t cupsFileRewind(cups_file_t *fp); +extern off_t cupsFileSeek(cups_file_t *fp, off_t pos); +extern cups_file_t *cupsFileStderr(void); +extern cups_file_t *cupsFileStdin(void); +extern cups_file_t *cupsFileStdout(void); +extern off_t cupsFileTell(cups_file_t *fp); +extern int cupsFileUnlock(cups_file_t *fp); +extern ssize_t cupsFileWrite(cups_file_t *fp, const char *buf, size_t bytes); + + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_FILE_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/getifaddrs.c b/cups/getifaddrs.c new file mode 100644 index 0000000000..abecd43a18 --- /dev/null +++ b/cups/getifaddrs.c @@ -0,0 +1,276 @@ +/* + * "$Id$" + * + * Network interface functions for the Common UNIX Printing System + * (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * _cups_getifaddrs() - Get a list of network interfaces on the system. + * _cups_freeifaddrs() - Free an interface list... + */ + +/* + * Include necessary headers. + */ + +#include "http-private.h" + + +#ifndef HAVE_GETIFADDRS +/* + * '_cups_getifaddrs()' - Get a list of network interfaces on the system. + */ + +int /* O - 0 on success, -1 on error */ +_cups_getifaddrs(struct ifaddrs **addrs)/* O - List of interfaces */ +{ + int sock; /* Socket */ + char buffer[65536], /* Buffer for address info */ + *bufptr, /* Pointer into buffer */ + *bufend; /* End of buffer */ + struct ifconf conf; /* Interface configurations */ + struct sockaddr addr; /* Address data */ + struct ifreq *ifp; /* Interface data */ + int ifpsize; /* Size of interface data */ + struct ifaddrs *temp; /* Pointer to current interface */ + struct ifreq request; /* Interface request */ + + + /* + * Start with an empty list... + */ + + if (addrs == NULL) + return (-1); + + *addrs = NULL; + + /* + * Create a UDP socket to get the interface data... + */ + + memset (&addr, 0, sizeof(addr)); + if ((sock = socket(AF_INET, SOCK_DGRAM, 0)) < 0) + return (-1); + + /* + * Try to get the list of interfaces... + */ + + conf.ifc_len = sizeof(buffer); + conf.ifc_buf = buffer; + + if (ioctl(sock, SIOCGIFCONF, &conf) < 0) + { + /* + * Couldn't get the list of interfaces... + */ + + close(sock); + return (-1); + } + + /* + * OK, got the list of interfaces, now lets step through the + * buffer to pull them out... + */ + +# ifdef HAVE_STRUCT_SOCKADDR_SA_LEN +# define sockaddr_len(a) ((a)->sa_len) +# else +# define sockaddr_len(a) (sizeof(struct sockaddr)) +# endif /* HAVE_STRUCT_SOCKADDR_SA_LEN */ + + for (bufptr = buffer, bufend = buffer + conf.ifc_len; + bufptr < bufend; + bufptr += ifpsize) + { + /* + * Get the current interface information... + */ + + ifp = (struct ifreq *)bufptr; + ifpsize = sizeof(ifp->ifr_name) + sockaddr_len(&(ifp->ifr_addr)); + + if (ifpsize < sizeof(struct ifreq)) + ifpsize = sizeof(struct ifreq); + + memset(&request, 0, sizeof(request)); + memcpy(request.ifr_name, ifp->ifr_name, sizeof(ifp->ifr_name)); + + /* + * Check the status of the interface... + */ + + if (ioctl(sock, SIOCGIFFLAGS, &request) < 0) + continue; + + /* + * Allocate memory for a single interface record... + */ + + if ((temp = calloc(1, sizeof(struct ifaddrs))) == NULL) + { + /* + * Unable to allocate memory... + */ + + close(sock); + return (-1); + } + + /* + * Add this record to the front of the list and copy the name, flags, + * and network address... + */ + + temp->ifa_next = *addrs; + *addrs = temp; + temp->ifa_name = strdup(ifp->ifr_name); + temp->ifa_flags = request.ifr_flags; + if ((temp->ifa_addr = calloc(1, sockaddr_len(&(ifp->ifr_addr)))) != NULL) + memcpy(temp->ifa_addr, &(ifp->ifr_addr), sockaddr_len(&(ifp->ifr_addr))); + + /* + * Try to get the netmask for the interface... + */ + + if (!ioctl(sock, SIOCGIFNETMASK, &request)) + { + /* + * Got it, make a copy... + */ + + if ((temp->ifa_netmask = calloc(1, sizeof(request.ifr_netmask))) != NULL) + memcpy(temp->ifa_netmask, &(request.ifr_netmask), + sizeof(request.ifr_netmask)); + } + + /* + * Then get the broadcast or point-to-point (destination) address, + * if applicable... + */ + + if (temp->ifa_flags & IFF_BROADCAST) + { + /* + * Have a broadcast address, so get it! + */ + + if (!ioctl(sock, SIOCGIFBRDADDR, &request)) + { + /* + * Got it, make a copy... + */ + + if ((temp->ifa_broadaddr = + calloc(1, sizeof(request.ifr_broadaddr))) != NULL) + memcpy(temp->ifa_broadaddr, &(request.ifr_broadaddr), + sizeof(request.ifr_broadaddr)); + } + } + else if (temp->ifa_flags & IFF_POINTOPOINT) + { + /* + * Point-to-point interface; grab the remote address... + */ + + if (!ioctl(sock, SIOCGIFDSTADDR, &request)) + { + temp->ifa_dstaddr = malloc(sizeof(request.ifr_dstaddr)); + memcpy(temp->ifa_dstaddr, &(request.ifr_dstaddr), + sizeof(request.ifr_dstaddr)); + } + } + } + + /* + * OK, we're done with the socket, close it and return 0... + */ + + close(sock); + + return (0); +} + + +/* + * '_cups_freeifaddrs()' - Free an interface list... + */ + +void +_cups_freeifaddrs(struct ifaddrs *addrs)/* I - Interface list to free */ +{ + struct ifaddrs *next; /* Next interface in list */ + + + while (addrs != NULL) + { + /* + * Make a copy of the next interface pointer... + */ + + next = addrs->ifa_next; + + /* + * Free data values as needed... + */ + + if (addrs->ifa_name) + { + free(addrs->ifa_name); + addrs->ifa_name = NULL; + } + + if (addrs->ifa_addr) + { + free(addrs->ifa_addr); + addrs->ifa_addr = NULL; + } + + if (addrs->ifa_netmask) + { + free(addrs->ifa_netmask); + addrs->ifa_netmask = NULL; + } + + if (addrs->ifa_dstaddr) + { + free(addrs->ifa_dstaddr); + addrs->ifa_dstaddr = NULL; + } + + /* + * Free this node and continue to the next... + */ + + free(addrs); + + addrs = next; + } +} +#endif /* !HAVE_GETIFADDRS */ + + +/* + * End of "$Id$". + */ diff --git a/cups/getputfile.c b/cups/getputfile.c new file mode 100644 index 0000000000..9e4056746c --- /dev/null +++ b/cups/getputfile.c @@ -0,0 +1,492 @@ +/* + * "$Id$" + * + * Get/put file functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsGetFd() - Get a file from the server. + * cupsGetFile() - Get a file from the server. + * cupsPutFd() - Put a file on the server. + * cupsPutFile() - Put a file on the server. + */ + +/* + * Include necessary headers... + */ + +#include "cups.h" +#include "ipp.h" +#include "language.h" +#include "string.h" +#include "debug.h" +#include +#include +#include +#include +#include +#if defined(WIN32) || defined(__EMX__) +# include +#else +# include +#endif /* WIN32 || __EMX__ */ + + +/* + * 'cupsGetFd()' - Get a file from the server. + * + * This function returns HTTP_OK when the file is successfully retrieved. + * + * @since CUPS 1.1.20@ + */ + +http_status_t /* O - HTTP status */ +cupsGetFd(http_t *http, /* I - HTTP connection to server */ + const char *resource, /* I - Resource name */ + int fd) /* I - File descriptor */ +{ + int bytes; /* Number of bytes read */ + char buffer[8192]; /* Buffer for file */ + http_status_t status; /* HTTP status from server */ + char if_modified_since[HTTP_MAX_VALUE]; + /* If-Modified-Since header */ + + + /* + * Range check input... + */ + + DEBUG_printf(("cupsGetFd(http=%p, resource=\"%s\", fd=%d)\n", http, + resource, fd)); + + if (!http || !resource || fd < 0) + { + if (http) + http->error = EINVAL; + + return (HTTP_ERROR); + } + + /* + * Then send GET requests to the HTTP server... + */ + + strlcpy(if_modified_since, httpGetField(http, HTTP_FIELD_IF_MODIFIED_SINCE), + sizeof(if_modified_since)); + + do + { + httpClearFields(http); + httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring); + httpSetField(http, HTTP_FIELD_IF_MODIFIED_SINCE, if_modified_since); + + if (httpGet(http, resource)) + { + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + else + { + status = HTTP_UNAUTHORIZED; + continue; + } + } + + while ((status = httpUpdate(http)) == HTTP_CONTINUE); + + if (status == HTTP_UNAUTHORIZED) + { + /* + * Flush any error message... + */ + + httpFlush(http); + + /* + * See if we can do authentication... + */ + + if (cupsDoAuthentication(http, "GET", resource)) + break; + + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + + continue; + } +#ifdef HAVE_SSL + else if (status == HTTP_UPGRADE_REQUIRED) + { + /* Flush any error message... */ + httpFlush(http); + + /* Reconnect... */ + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + + /* Upgrade with encryption... */ + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); + + /* Try again, this time with encryption enabled... */ + continue; + } +#endif /* HAVE_SSL */ + } + while (status == HTTP_UNAUTHORIZED || status == HTTP_UPGRADE_REQUIRED); + + /* + * See if we actually got the file or an error... + */ + + if (status == HTTP_OK) + { + /* + * Yes, copy the file... + */ + + while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) + write(fd, buffer, bytes); + } + else + httpFlush(http); + + /* + * Return the request status... + */ + + return (status); +} + + +/* + * 'cupsGetFile()' - Get a file from the server. + * + * This function returns HTTP_OK when the file is successfully retrieved. + * + * @since CUPS 1.1.20@ + */ + +http_status_t /* O - HTTP status */ +cupsGetFile(http_t *http, /* I - HTTP connection to server */ + const char *resource, /* I - Resource name */ + const char *filename) /* I - Filename */ +{ + int fd; /* File descriptor */ + http_status_t status; /* Status */ + + + /* + * Range check input... + */ + + if (!http || !resource || !filename) + { + if (http) + http->error = EINVAL; + + return (HTTP_ERROR); + } + + /* + * Create the file... + */ + + if ((fd = open(filename, O_WRONLY | O_EXCL | O_TRUNC)) < 0) + { + /* + * Couldn't open the file! + */ + + http->error = errno; + + return (HTTP_ERROR); + } + + /* + * Get the file... + */ + + status = cupsGetFd(http, resource, fd); + + /* + * If the file couldn't be gotten, then remove the file... + */ + + close(fd); + + if (status != HTTP_OK) + unlink(filename); + + /* + * Return the HTTP status code... + */ + + return (status); +} + + +/* + * 'cupsPutFd()' - Put a file on the server. + * + * This function returns HTTP_CREATED when the file is stored successfully. + * + * @since CUPS 1.1.20@ + */ + +http_status_t /* O - HTTP status */ +cupsPutFd(http_t *http, /* I - HTTP connection to server */ + const char *resource, /* I - Resource name */ + int fd) /* I - File descriptor */ +{ + int bytes, /* Number of bytes read */ + retries; /* Number of retries */ + char buffer[8192]; /* Buffer for file */ + http_status_t status; /* HTTP status from server */ + + + /* + * Range check input... + */ + + DEBUG_printf(("cupsPutFd(http=%p, resource=\"%s\", fd=%d)\n", http, + resource, fd)); + + if (!http || !resource || fd < 0) + { + if (http) + http->error = EINVAL; + + return (HTTP_ERROR); + } + + /* + * Then send PUT requests to the HTTP server... + */ + + retries = 0; + + do + { + DEBUG_printf(("cupsPutFd: starting attempt, authstring=\"%s\"...\n", + http->authstring)); + + httpClearFields(http); + httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring); + httpSetField(http, HTTP_FIELD_TRANSFER_ENCODING, "chunked"); + httpSetExpect(http, HTTP_CONTINUE); + + if (httpPut(http, resource)) + { + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + else + { + status = HTTP_UNAUTHORIZED; + continue; + } + } + + /* + * Wait up to 1 second for a 100-continue response... + */ + + if (httpWait(http, 1000)) + status = httpUpdate(http); + else + status = HTTP_CONTINUE; + + if (status == HTTP_CONTINUE) + { + /* + * Copy the file... + */ + + lseek(fd, 0, SEEK_SET); + + while ((bytes = read(fd, buffer, sizeof(buffer))) > 0) + if (httpCheck(http)) + { + if ((status = httpUpdate(http)) != HTTP_CONTINUE) + break; + } + else + httpWrite2(http, buffer, bytes); + } + + if (status == HTTP_CONTINUE) + { + httpWrite2(http, buffer, 0); + + while ((status = httpUpdate(http)) == HTTP_CONTINUE); + } + + if (status == HTTP_ERROR && !retries) + { + DEBUG_printf(("cupsPutFd: retry on status %d\n", status)); + + retries ++; + + /* Flush any error message... */ + httpFlush(http); + + /* Reconnect... */ + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + + /* Try again... */ + continue; + } + + DEBUG_printf(("cupsPutFd: status=%d\n", status)); + + if (status == HTTP_UNAUTHORIZED) + { + /* + * Flush any error message... + */ + + httpFlush(http); + + /* + * See if we can do authentication... + */ + + if (cupsDoAuthentication(http, "PUT", resource)) + break; + + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + + continue; + } +#ifdef HAVE_SSL + else if (status == HTTP_UPGRADE_REQUIRED) + { + /* Flush any error message... */ + httpFlush(http); + + /* Reconnect... */ + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + + /* Upgrade with encryption... */ + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); + + /* Try again, this time with encryption enabled... */ + continue; + } +#endif /* HAVE_SSL */ + } + while (status == HTTP_UNAUTHORIZED || status == HTTP_UPGRADE_REQUIRED || + (status == HTTP_ERROR && retries < 2)); + + /* + * See if we actually put the file or an error... + */ + + if (status != HTTP_CREATED) + httpFlush(http); + + return (status); +} + + +/* + * 'cupsPutFile()' - Put a file on the server. + * + * This function returns HTTP_CREATED when the file is stored successfully. + * + * @since CUPS 1.1.20@ + */ + +http_status_t /* O - HTTP status */ +cupsPutFile(http_t *http, /* I - HTTP connection to server */ + const char *resource, /* I - Resource name */ + const char *filename) /* I - Filename */ +{ + int fd; /* File descriptor */ + http_status_t status; /* Status */ + + + /* + * Range check input... + */ + + if (!http || !resource || !filename) + { + if (http) + http->error = EINVAL; + + return (HTTP_ERROR); + } + + /* + * Open the local file... + */ + + if ((fd = open(filename, O_RDONLY)) < 0) + { + /* + * Couldn't open the file! + */ + + http->error = errno; + + return (HTTP_ERROR); + } + + /* + * Put the file... + */ + + status = cupsPutFd(http, resource, fd); + + close(fd); + + return (status); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/globals.c b/cups/globals.c new file mode 100644 index 0000000000..0f4efd26a7 --- /dev/null +++ b/cups/globals.c @@ -0,0 +1,230 @@ +/* + * "$Id$" + * + * Global variable access routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsGlobals() - Return a pointer to thread local storage. + * cups_env_init() - Initialize environment variables. + * globals_init() - Initialize globals once. + * globals_destructor() - Free memory allocated by _cupsGlobals(). + */ + +/* + * Include necessary headers... + */ + +#include "http-private.h" +#include "globals.h" +#include "debug.h" +#include + + +/* + * 'cups_env_init()' - Initialize environment variables. + */ + +static void +cups_env_init(_cups_globals_t *g) /* I - Global data */ +{ + if ((g->cups_datadir = getenv("CUPS_DATADIR")) == NULL) + g->cups_datadir = CUPS_DATADIR; + + if ((g->cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL) + g->cups_serverbin = CUPS_SERVERBIN; + + if ((g->cups_serverroot = getenv("CUPS_SERVERROOT")) == NULL) + g->cups_serverroot = CUPS_SERVERROOT; + + if ((g->cups_statedir = getenv("CUPS_STATEDIR")) == NULL) + g->cups_statedir = CUPS_STATEDIR; + + if ((g->localedir = getenv("LOCALEDIR")) == NULL) + g->localedir = CUPS_LOCALEDIR; +} + + +#ifdef HAVE_PTHREAD_H +/* + * Implement per-thread globals... + */ + +/* + * Local globals... + */ + +static pthread_key_t globals_key = -1; + /* Thread local storage key */ +static pthread_once_t globals_key_once = PTHREAD_ONCE_INIT; + /* One-time initialization object */ + + +/* + * Local functions... + */ + +static void globals_init(); +static void globals_destructor(void *value); + + +/* + * '_cupsGlobals()' - Return a pointer to thread local storage + */ + +_cups_globals_t * /* O - Pointer to global data */ +_cupsGlobals(void) +{ + _cups_globals_t *globals; /* Pointer to global data */ + + + /* + * Initialize the global data exactly once... + */ + + DEBUG_printf(("_cupsGlobals(): globals_key_once=%d\n", globals_key_once)); + + pthread_once(&globals_key_once, globals_init); + + /* + * See if we have allocated the data yet... + */ + + if ((globals = (_cups_globals_t *)pthread_getspecific(globals_key)) == NULL) + { + DEBUG_puts("_cupsGlobals: allocating memory for thread..."); + + /* + * No, allocate memory as set the pointer for the key... + */ + + globals = calloc(1, sizeof(_cups_globals_t)); + pthread_setspecific(globals_key, globals); + + DEBUG_printf((" globals=%p\n", globals)); + + /* + * Initialize variables that have non-zero values + */ + + globals->encryption = (http_encryption_t)-1; + globals->password_cb = _cupsGetPassword; + + cups_env_init(globals); + } + + /* + * Return the pointer to the data... + */ + + return (globals); +} + + +/* + * 'globals_init()' - Initialize globals once. + */ + +static void +globals_init() +{ + pthread_key_create(&globals_key, globals_destructor); + + DEBUG_printf(("globals_init(): globals_key=%x(%u)\n", globals_key, + globals_key)); +} + + +/* + * 'globals_destructor()' - Free memory allocated by _cupsGlobals(). + */ + +static void +globals_destructor(void *value) /* I - Data to free */ +{ + int i; /* Looping var */ + _cups_globals_t *cg; /* Global data */ + + + DEBUG_printf(("globals_destructor(value=%p)\n", value)); + + cg = (_cups_globals_t *)value; + + httpClose(cg->http); + + for (i = 0; i < 3; i ++) + cupsFileClose(cg->stdio_files[i]); + + if (cg->last_status_message) + free(cg->last_status_message); + + cupsFreeOptions(cg->cupsd_num_settings, cg->cupsd_settings); + + free(value); +} + + +#else +/* + * Implement static globals... + */ + +/* + * '_cupsGlobals()' - Return a pointer to thread local storage. + */ + +_cups_globals_t * /* O - Pointer to global data */ +_cupsGlobals(void) +{ + static _cups_globals_t globals; /* Global data */ + static int initialized = 0;/* Global data initialized? */ + + + /* + * Initialize global data as needed... + */ + + if (!initialized) + { + initialized = 1; + + /* + * Initialize global variables... + */ + + memset(&globals, 0, sizeof(globals)); + + globals.encryption = (http_encryption_t)-1; + globals.password_cb = _cupsGetPassword; + + cups_env_init(&globals); + } + + return (&globals); +} +#endif /* HAVE_PTHREAD_H */ + + +/* + * End of "$Id$". + */ diff --git a/cups/globals.h b/cups/globals.h new file mode 100644 index 0000000000..88bd7d5109 --- /dev/null +++ b/cups/globals.h @@ -0,0 +1,152 @@ +/* + * "$Id$" + * + * Global variable definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_GLOBALS_H_ +# define _CUPS_GLOBALS_H_ + +/* + * Include necessary headers... + */ + +# include "string.h" +# include "http-private.h" +# include "cups.h" +# include "i18n.h" + +# ifdef HAVE_PTHREAD_H +# include +# endif /* HAVE_PTHREAD_H */ + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * To make libcups thread safe, define thread safe globals (aka thread- + * specific data) for the static variables used in the library. + */ + +typedef struct _cups_globals_s /**** CUPS global state data ****/ +{ + /* Multiple places... */ + const char *cups_datadir, /* CUPS_DATADIR environment var */ + *cups_serverbin,/* CUPS_SERVERBIN environment var */ + *cups_serverroot, + /* CUPS_SERVERROOT environment var */ + *cups_statedir, /* CUPS_STATEDIR environment var */ + *localedir; /* LOCALDIR environment var */ + + /* adminutil.c */ + time_t cupsd_update; /* Last time we got or set cupsd.conf */ + char cupsd_hostname[HTTP_MAX_HOST]; + /* Hostname for connection */ + int cupsd_num_settings; + /* Number of server settings */ + cups_option_t *cupsd_settings;/* Server settings */ + + /* file.c */ + cups_file_t *stdio_files[3];/* stdin, stdout, stderr */ + + /* http.c */ + char http_date[256]; /* Date+time buffer */ + + /* http-addr.c */ + unsigned ip_addr; /* Packed IPv4 address */ + char *ip_ptrs[2]; /* Pointer to packed address */ + struct hostent hostent; /* Host entry for IP address */ +# ifdef HAVE_GETADDRINFO + char hostname[1024]; /* Hostname */ +# endif /* HAVE_GETADDRINFO */ + + /* ipp.c */ + ipp_uchar_t ipp_date[11]; /* RFC-1903 date/time data */ + + /* ipp-support.c */ + int ipp_port; /* IPP port number */ + char ipp_unknown[255]; + /* Unknown error statuses */ + + /* language.c */ + cups_lang_t *lang_default; /* Default language */ +# ifdef __APPLE__ + char language[32]; /* Cached language */ +# endif /* __APPLE__ */ + + /* ppd.c */ + ppd_status_t ppd_status; /* Status of last ppdOpen*() */ + int ppd_line; /* Current line number */ + ppd_conform_t ppd_conform; /* Level of conformance required */ + + /* tempfile.c */ + char tempfile[1024]; /* cupsTempFd/File buffer */ + + /* usersys.c */ + http_encryption_t encryption; /* Encryption setting */ + char user[65], /* User name */ + server[256], /* Server address */ + servername[256];/* Server hostname */ + cups_password_cb_t password_cb; /* Password callback */ + + /* util.c */ + http_t *http; /* Current server connection */ + ipp_status_t last_error; /* Last IPP error */ + char *last_status_message; + /* Last IPP status-message */ + + char def_printer[256]; + /* Default printer */ + char ppd_filename[HTTP_MAX_URI]; + /* PPD filename */ +} _cups_globals_t; + + +/* + * Prototypes... + */ + +extern const char *_cupsGetPassword(const char *prompt); +extern _cups_globals_t *_cupsGlobals(void); +extern void _cupsSetError(ipp_status_t status, const char *message); + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_GLOBALS_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/http-addr.c b/cups/http-addr.c new file mode 100644 index 0000000000..170558e73f --- /dev/null +++ b/cups/http-addr.c @@ -0,0 +1,566 @@ +/* + * "$Id$" + * + * HTTP address routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * httpAddrAny() - Check for the "any" address. + * httpAddrEqual() - Compare two addresses. + * httpAddrLocalhost() - Check for the local loopback address. + * httpAddrLookup() - Lookup the hostname associated with the address. + * httpAddrString() - Convert an IP address to a dotted string. + * httpGetHostByName() - Lookup a hostname or IP address, and return + * address records for the specified name. + * httpGetHostname() - Get the FQDN for the local system. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include +#include + + +/* + * 'httpAddrAny()' - Check for the "any" address. + * + * @since CUPS 1.2@ + */ + +int /* O - 1 if "any", 0 otherwise */ +httpAddrAny(const http_addr_t *addr) /* I - Address to check */ +{ + if (!addr) + return (0); + +#ifdef AF_INET6 + if (addr->addr.sa_family == AF_INET6 && + IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr))) + return (1); +#endif /* AF_INET6 */ + + if (addr->addr.sa_family == AF_INET && + ntohl(addr->ipv4.sin_addr.s_addr) == 0x00000000) + return (1); + + return (0); +} + + +/* + * 'httpAddrEqual()' - Compare two addresses. + * + * @since CUPS 1.2@ + */ + +int /* O - 1 if equal, 0 if not */ +httpAddrEqual(const http_addr_t *addr1, /* I - First address */ + const http_addr_t *addr2) /* I - Second address */ +{ + if (!addr1 && !addr2) + return (1); + + if (!addr1 || !addr2) + return (0); + + if (addr1->addr.sa_family != addr2->addr.sa_family) + return (0); + +#ifdef AF_LOCAL + if (addr1->addr.sa_family == AF_LOCAL) + return (!strcmp(addr1->un.sun_path, addr2->un.sun_path)); +#endif /* AF_LOCAL */ + +#ifdef AF_INET6 + if (addr1->addr.sa_family == AF_INET6) + return (!memcmp(&(addr1->ipv6.sin6_addr), &(addr2->ipv6.sin6_addr), 16)); +#endif /* AF_INET6 */ + + return (addr1->ipv4.sin_addr.s_addr == addr2->ipv4.sin_addr.s_addr); +} + + +/* + * 'httpAddrLength()' - Return the length of the address in bytes. + * + * @since CUPS 1.2@ + */ + +int /* O - Length in bytes */ +httpAddrLength(const http_addr_t *addr) /* I - Address */ +{ + if (!addr) + return (0); + +#ifdef AF_INET6 + if (addr->addr.sa_family == AF_INET6) + return (sizeof(addr->ipv6)); + else +#endif /* AF_INET6 */ +#ifdef AF_LOCAL + if (addr->addr.sa_family == AF_LOCAL) + return (offsetof(struct sockaddr_un, sun_path) + + strlen(addr->un.sun_path) + 1); + else +#endif /* AF_LOCAL */ + if (addr->addr.sa_family == AF_INET) + return (sizeof(addr->ipv4)); + else + return (0); + +} + + +/* + * 'httpAddrLocalhost()' - Check for the local loopback address. + * + * @since CUPS 1.2@ + */ + +int /* O - 1 if local host, 0 otherwise */ +httpAddrLocalhost( + const http_addr_t *addr) /* I - Address to check */ +{ + if (!addr) + return (1); + +#ifdef AF_INET6 + if (addr->addr.sa_family == AF_INET6 && + IN6_IS_ADDR_LOOPBACK(&(addr->ipv6.sin6_addr))) + return (1); +#endif /* AF_INET6 */ + +#ifdef AF_LOCAL + if (addr->addr.sa_family == AF_LOCAL) + return (1); +#endif /* AF_LOCAL */ + + if (addr->addr.sa_family == AF_INET && + ntohl(addr->ipv4.sin_addr.s_addr) == 0x7f000001) + return (1); + + return (0); +} + + +#ifdef __sgi +# define ADDR_CAST (struct sockaddr *) +#else +# define ADDR_CAST (char *) +#endif /* __sgi */ + + +/* + * 'httpAddrLookup()' - Lookup the hostname associated with the address. + * + * @since CUPS 1.2@ + */ + +char * /* O - Host name */ +httpAddrLookup( + const http_addr_t *addr, /* I - Address to lookup */ + char *name, /* I - Host name buffer */ + int namelen) /* I - Size of name buffer */ +{ + DEBUG_printf(("httpAddrLookup(addr=%p, name=%p, namelen=%d)\n", + addr, name, namelen)); + + /* + * Range check input... + */ + + if (!addr || !name || namelen <= 2) + { + if (name && namelen >= 1) + *name = '\0'; + + return (NULL); + } + +#ifdef AF_LOCAL + if (addr->addr.sa_family == AF_LOCAL) + strlcpy(name, addr->un.sun_path, namelen); + else +#endif /* AF_LOCAL */ +#ifdef HAVE_GETNAMEINFO + { + if (getnameinfo(&addr->addr, httpAddrLength(addr), name, namelen, + NULL, 0, 0)) + { + /* + * If we get an error back, then the address type is not supported + * and we should zero out the buffer... + */ + + name[0] = '\0'; + + return (NULL); + } + } +#else + { + struct hostent *host; /* Host from name service */ + + +# ifdef AF_INET6 + if (addr->addr.sa_family == AF_INET6) + host = gethostbyaddr(ADDR_CAST &(addr->ipv6.sin6_addr), + sizeof(struct in_addr), AF_INET6); + else +# endif /* AF_INET6 */ + host = gethostbyaddr(ADDR_CAST &(addr->ipv4.sin_addr), + sizeof(struct in_addr), AF_INET); + + if (host == NULL) + { + /* + * No hostname, so return the raw address... + */ + + httpAddrString(addr, name, namelen); + return (NULL); + } + + strlcpy(name, host->h_name, namelen); + } +#endif /* HAVE_GETNAMEINFO */ + + return (name); +} + + +/* + * 'httpAddrString()' - Convert an address to a numeric string. + * + * @since CUPS 1.2@ + */ + +char * /* O - Numeric address string */ +httpAddrString(const http_addr_t *addr, /* I - Address to convert */ + char *s, /* I - String buffer */ + int slen) /* I - Length of string */ +{ + DEBUG_printf(("httpAddrString(addr=%p, s=%p, slen=%d)\n", + addr, s, slen)); + + /* + * Range check input... + */ + + if (!addr || !s || slen <= 2) + { + if (s && slen >= 1) + *s = '\0'; + + return (NULL); + } + +#ifdef AF_LOCAL + if (addr->addr.sa_family == AF_LOCAL) + strlcpy(s, addr->un.sun_path, slen); + else +#endif /* AF_LOCAL */ + if (addr->addr.sa_family == AF_INET) + { + unsigned temp; /* Temporary address */ + + + temp = ntohl(addr->ipv4.sin_addr.s_addr); + + snprintf(s, slen, "%d.%d.%d.%d", (temp >> 24) & 255, + (temp >> 16) & 255, (temp >> 8) & 255, temp & 255); + } +#ifdef AF_INET6 + else if (addr->addr.sa_family == AF_INET6) + { +# ifdef HAVE_GETNAMEINFO + if (getnameinfo(&addr->addr, httpAddrLength(addr), s, slen, + NULL, 0, NI_NUMERICHOST)) + { + /* + * If we get an error back, then the address type is not supported + * and we should zero out the buffer... + */ + + s[0] = '\0'; + + return (NULL); + } +# else + char *sptr; /* Pointer into string */ + int i; /* Looping var */ + unsigned temp; /* Current value */ + const char *prefix; /* Prefix for address */ + + + prefix = ""; + for (sptr = s, i = 0; i < 4 && addr->ipv6.sin6_addr.s6_addr32[i]; i ++) + { + temp = ntohl(addr->ipv6.sin6_addr.s6_addr32[i]); + + snprintf(sptr, slen, "%s%x", prefix, (temp >> 16) & 0xffff); + prefix = ":"; + slen -= strlen(sptr); + sptr += strlen(sptr); + + temp &= 0xffff; + + if (temp || i == 3 || addr->ipv6.sin6_addr.s6_addr32[i + 1]) + { + snprintf(sptr, slen, "%s%x", prefix, temp); + slen -= strlen(sptr); + sptr += strlen(sptr); + } + } + + if (i < 4) + { + while (i < 4 && !addr->ipv6.sin6_addr.s6_addr32[i]) + i ++; + + if (i < 4) + { + snprintf(sptr, slen, "%s:", prefix); + prefix = ":"; + slen -= strlen(sptr); + sptr += strlen(sptr); + + for (; i < 4; i ++) + { + temp = ntohl(addr->ipv6.sin6_addr.s6_addr32[i]); + + if ((temp & 0xffff0000) || addr->ipv6.sin6_addr.s6_addr32[i - 1]) + { + snprintf(sptr, slen, "%s%x", prefix, (temp >> 16) & 0xffff); + slen -= strlen(sptr); + sptr += strlen(sptr); + } + + snprintf(sptr, slen, "%s%x", prefix, temp & 0xffff); + slen -= strlen(sptr); + sptr += strlen(sptr); + } + } + else if (sptr == s) + { + /* + * Empty address... + */ + + strlcpy(s, "::", slen); + sptr = s + 2; + slen -= 2; + } + else + { + /* + * Empty at end... + */ + + strlcpy(sptr, "::", slen); + sptr += 2; + slen -= 2; + } + } +# endif /* HAVE_GETNAMEINFO */ + } +#endif /* AF_INET6 */ + else + strlcpy(s, "UNKNOWN", slen); + + DEBUG_printf(("httpAddrString: returning \"%s\"...\n", s)); + + return (s); +} + + +/* + * 'httpGetHostByName()' - Lookup a hostname or IPv4 address, and return + * address records for the specified name. + * + * @deprecated@ + */ + +struct hostent * /* O - Host entry */ +httpGetHostByName(const char *name) /* I - Hostname or IP address */ +{ + const char *nameptr; /* Pointer into name */ + unsigned ip[4]; /* IP address components */ + _cups_globals_t *cg = _cupsGlobals(); + /* Pointer to library globals */ + + + DEBUG_printf(("httpGetHostByName(name=\"%s\")\n", name)); + + /* + * Avoid lookup delays and configuration problems when connecting + * to the localhost address... + */ + + if (!strcmp(name, "localhost")) + name = "127.0.0.1"; + + /* + * This function is needed because some operating systems have a + * buggy implementation of gethostbyname() that does not support + * IP addresses. If the first character of the name string is a + * number, then sscanf() is used to extract the IP components. + * We then pack the components into an IPv4 address manually, + * since the inet_aton() function is deprecated. We use the + * htonl() macro to get the right byte order for the address. + * + * We also support domain sockets when supported by the underlying + * OS... + */ + +#ifdef AF_LOCAL + if (name[0] == '/') + { + /* + * A domain socket address, so make an AF_LOCAL entry and return it... + */ + + cg->hostent.h_name = (char *)name; + cg->hostent.h_aliases = NULL; + cg->hostent.h_addrtype = AF_LOCAL; + cg->hostent.h_length = strlen(name) + 1; + cg->hostent.h_addr_list = cg->ip_ptrs; + cg->ip_ptrs[0] = (char *)name; + cg->ip_ptrs[1] = NULL; + + DEBUG_puts("httpGetHostByName: returning domain socket address..."); + + return (&cg->hostent); + } +#endif /* AF_LOCAL */ + + for (nameptr = name; isdigit(*nameptr & 255) || *nameptr == '.'; nameptr ++); + + if (!*nameptr) + { + /* + * We have an IPv4 address; break it up and provide the host entry + * to the caller. + */ + + if (sscanf(name, "%u.%u.%u.%u", ip, ip + 1, ip + 2, ip + 3) != 4) + return (NULL); /* Must have 4 numbers */ + + if (ip[0] > 255 || ip[1] > 255 || ip[2] > 255 || ip[3] > 255) + return (NULL); /* Invalid byte ranges! */ + + cg->ip_addr = htonl(((((((ip[0] << 8) | ip[1]) << 8) | ip[2]) << 8) | + ip[3])); + + /* + * Fill in the host entry and return it... + */ + + cg->hostent.h_name = (char *)name; + cg->hostent.h_aliases = NULL; + cg->hostent.h_addrtype = AF_INET; + cg->hostent.h_length = 4; + cg->hostent.h_addr_list = cg->ip_ptrs; + cg->ip_ptrs[0] = (char *)&(cg->ip_addr); + cg->ip_ptrs[1] = NULL; + + DEBUG_puts("httpGetHostByName: returning IPv4 address..."); + + return (&cg->hostent); + } + else + { + /* + * Use the gethostbyname() function to get the IPv4 address for + * the name... + */ + + DEBUG_puts("httpGetHostByName: returning domain lookup address(es)..."); + + return (gethostbyname(name)); + } +} + + +/* + * 'httpGetHostname()' - Get the FQDN for the connection or local system. + * + * When "http" points to a connected socket, return the hostname or + * address that was used in the call to httpConnect() or httpConnectEncrypt(). + * Otherwise, return the FQDN for the local system using both gethostname() + * and gethostbyname() to get the local hostname with domain. + * + * @since CUPS 1.2@ + */ + +const char * /* O - FQDN for connection or system */ +httpGetHostname(http_t *http, /* I - HTTP connection or NULL */ + char *s, /* I - String buffer for name */ + int slen) /* I - Size of buffer */ +{ + struct hostent *host; /* Host entry to get FQDN */ + + + if (!s || slen <= 1) + return (NULL); + + if (http) + { + if (http->hostname[0] == '/') + strlcpy(s, "localhost", slen); + else + strlcpy(s, http->hostname, slen); + } + else + { + /* + * Get the hostname... + */ + + if (gethostname(s, slen) < 0) + strlcpy(s, "localhost", slen); + + if (!strchr(s, '.')) + { + /* + * The hostname is not a FQDN, so look it up... + */ + + if ((host = gethostbyname(s)) != NULL && host->h_name) + strlcpy(s, host->h_name, slen); + } + } + + /* + * Return the hostname with as much domain info as we have... + */ + + return (s); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/http-addrlist.c b/cups/http-addrlist.c new file mode 100644 index 0000000000..99d75d34bb --- /dev/null +++ b/cups/http-addrlist.c @@ -0,0 +1,609 @@ +/* + * "$Id$" + * + * HTTP address list routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * httpAddrConnect() - Connect to any of the addresses in the list. + * httpAddrFreeList() - Free an address list. + * httpAddrGetList() - Get a list of addresses for a hostname. + */ + +/* + * Include necessary headers... + */ + +#include "http-private.h" +#include "globals.h" +#include "debug.h" +#include + + +/* + * 'httpAddrConnect()' - Connect to any of the addresses in the list. + * + * @since CUPS 1.2@ + */ + +http_addrlist_t * /* O - Connected address or NULL on failure */ +httpAddrConnect( + http_addrlist_t *addrlist, /* I - List of potential addresses */ + int *sock) /* O - Socket */ +{ + int val; /* Socket option value */ + + + /* + * Loop through each address until we connect or run out of addresses... + */ + + while (addrlist) + { + /* + * Create the socket... + */ + + if ((*sock = (int)socket(addrlist->addr.addr.sa_family, SOCK_STREAM, 0)) < 0) + { + /* + * Don't abort yet, as this could just be an issue with the local + * system not being configured with IPv4/IPv6/domain socket enabled... + */ + + addrlist = addrlist->next; + continue; + } + + /* + * Set options... + */ + + val = 1; +#ifdef WIN32 + setsockopt(*sock, SOL_SOCKET, SO_REUSEADDR, (const char *)&val, + sizeof(val)); +#else + setsockopt(*sock, SOL_SOCKET, SO_REUSEADDR, &val, sizeof(val)); +#endif /* WIN32 */ + +#ifdef SO_REUSEPORT + val = 1; + setsockopt(*sock, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val)); +#endif /* SO_REUSEPORT */ + +#ifdef SO_NOSIGPIPE + val = 1; + setsockopt(*sock, SOL_SOCKET, SO_NOSIGPIPE, &val, sizeof(val)); +#endif /* SO_NOSIGPIPE */ + + /* + * Using TCP_NODELAY improves responsiveness, especially on systems + * with a slow loopback interface... + */ + + val = 1; +#ifdef WIN32 + setsockopt(*sock, IPPROTO_TCP, TCP_NODELAY, (const char *)&val, + sizeof(val)); +#else + setsockopt(*sock, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)); +#endif /* WIN32 */ + +#ifdef FD_CLOEXEC + /* + * Close this socket when starting another process... + */ + + fcntl(*sock, F_SETFD, FD_CLOEXEC); +#endif /* FD_CLOEXEC */ + + /* + * Then connect... + */ + + if (!connect(*sock, &(addrlist->addr.addr), + httpAddrLength(&(addrlist->addr)))) + break; + + /* + * Close this socket and move to the next address... + */ + +#ifdef WIN32 + closesocket(*sock); +#else + close(*sock); +#endif /* WIN32 */ + + addrlist = addrlist->next; + } + + return (addrlist); +} + + +/* + * 'httpAddrFreeList()' - Free an address list. + * + * @since CUPS 1.2@ + */ + +void +httpAddrFreeList( + http_addrlist_t *addrlist) /* I - Address list to free */ +{ + http_addrlist_t *next; /* Next address in list */ + + + /* + * Free each address in the list... + */ + + while (addrlist) + { + next = addrlist->next; + + free(addrlist); + + addrlist = next; + } +} + + +/* + * 'httpAddrGetList()' - Get a list of addresses for a hostname. + * + * @since CUPS 1.2@ + */ + +http_addrlist_t * /* O - List of addresses or NULL */ +httpAddrGetList(const char *hostname, /* I - Hostname, IP address, or NULL for passive listen address */ + int family, /* I - Address family or AF_UNSPEC */ + const char *service) /* I - Service name or port number */ +{ + http_addrlist_t *first, /* First address in list */ + *addr, /* Current address in list */ + *temp; /* New address */ + + +#ifdef DEBUG + printf("httpAddrGetList(hostname=\"%s\", family=AF_%s, service=\"%s\")\n", + hostname ? hostname : "(nil)", + family == AF_UNSPEC ? "UNSPEC" : +# ifdef AF_LOCAL + family == AF_LOCAL ? "LOCAL" : +# endif /* AF_LOCAL */ +# ifdef AF_INET6 + family == AF_INET6 ? "INET6" : +# endif /* AF_INET6 */ + family == AF_INET ? "INET" : "???", service); +#endif /* DEBUG */ + + /* + * Lookup the address the best way we can... + */ + + first = addr = NULL; + +#ifdef AF_LOCAL + if (hostname && hostname[0] == '/') + { + /* + * Domain socket address... + */ + + first = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + first->addr.un.sun_family = AF_LOCAL; + strlcpy(first->addr.un.sun_path, hostname, sizeof(first->addr.un.sun_path)); + } + else +#endif /* AF_LOCAL */ + { +#ifdef HAVE_GETADDRINFO + struct addrinfo hints, /* Address lookup hints */ + *results, /* Address lookup results */ + *current; /* Current result */ + char ipv6[1024], /* IPv6 address */ + *ipv6zone; /* Pointer to zone separator */ + int ipv6len; /* Length of IPv6 address */ + + /* + * Lookup the address as needed... + */ + + memset(&hints, 0, sizeof(hints)); + hints.ai_family = family; + hints.ai_flags = hostname ? 0 : AI_PASSIVE; + hints.ai_socktype = SOCK_STREAM; + + if (hostname && *hostname == '[') + { + /* + * Remove brackets from numeric IPv6 address... + */ + + if (!strncmp(hostname, "[v1.", 4)) + { + /* + * Copy the newer address format which supports link-local addresses... + */ + + strlcpy(ipv6, hostname + 4, sizeof(ipv6)); + if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']') + { + ipv6[ipv6len] = '\0'; + hostname = ipv6; + + /* + * Convert "+zone" in address to "%zone"... + */ + + if ((ipv6zone = strrchr(ipv6, '+')) != NULL) + *ipv6zone = '%'; + } + } + else + { + /* + * Copy the regular non-link-local IPv6 address... + */ + + strlcpy(ipv6, hostname + 1, sizeof(ipv6)); + if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']') + { + ipv6[ipv6len] = '\0'; + hostname = ipv6; + } + } + } + + if (!getaddrinfo(hostname, service, &hints, &results)) + { + /* + * Copy the results to our own address list structure... + */ + + for (current = results; current; current = current->ai_next) + if (current->ai_family == AF_INET || current->ai_family == AF_INET6) + { + /* + * Copy the address over... + */ + + temp = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + if (!temp) + { + httpAddrFreeList(first); + return (NULL); + } + + if (current->ai_family == AF_INET6) + memcpy(&(temp->addr.ipv6), current->ai_addr, + sizeof(temp->addr.ipv6)); + else + memcpy(&(temp->addr.ipv4), current->ai_addr, + sizeof(temp->addr.ipv4)); + + /* + * Append the address to the list... + */ + + if (!first) + first = temp; + + if (addr) + addr->next = temp; + + addr = temp; + } + + /* + * Free the results from getaddrinfo()... + */ + + freeaddrinfo(results); + } +#else + if (hostname) + { + int i; /* Looping vars */ + unsigned ip[4]; /* IPv4 address components */ + const char *ptr; /* Pointer into hostname */ + struct hostent *host; /* Result of lookup */ + struct servent *port; /* Port number for service */ + int portnum; /* Port number */ + + + /* + * Lookup the service... + */ + + if (!service) + portnum = 0; + else if (isdigit(*service & 255)) + portnum = atoi(service); + else if ((port = getservbyname(service, NULL)) != NULL) + portnum = ntohs(port->s_port); + else if (!strcmp(service, "http")) + portnum = 80; + else if (!strcmp(service, "https")) + portnum = 443; + else if (!strcmp(service, "ipp")) + portnum = 631; + else if (!strcmp(service, "lpd")) + portnum = 515; + else if (!strcmp(service, "socket")) + portnum = 9100; + else + return (NULL); + + /* + * This code is needed because some operating systems have a + * buggy implementation of gethostbyname() that does not support + * IPv4 addresses. If the hostname string is an IPv4 address, then + * sscanf() is used to extract the IPv4 components. We then pack + * the components into an IPv4 address manually, since the + * inet_aton() function is deprecated. We use the htonl() macro + * to get the right byte order for the address. + */ + + for (ptr = hostname; isdigit(*ptr & 255) || *ptr == '.'; ptr ++); + + if (!*ptr) + { + /* + * We have an IPv4 address; break it up and create an IPv4 address... + */ + + if (sscanf(hostname, "%u.%u.%u.%u", ip, ip + 1, ip + 2, ip + 3) == 4 && + ip[0] <= 255 && ip[1] <= 255 && ip[2] <= 255 && ip[3] <= 255) + { + first = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + if (!first) + return (NULL); + + first->addr.ipv4.sin_family = AF_INET; + first->addr.ipv4.sin_addr.s_addr = htonl(((((((ip[0] << 8) | + ip[1]) << 8) | + ip[2]) << 8) | ip[3])); + first->addr.ipv4.sin_port = htons(portnum); + } + } + else if ((host = gethostbyname(hostname)) != NULL && +# ifdef AF_INET6 + (host->h_addrtype == AF_INET || host->h_addrtype == AF_INET6)) +# else + host->h_addrtype == AF_INET) +# endif /* AF_INET6 */ + { + for (i = 0; host->h_addr_list[i]; i ++) + { + /* + * Copy the address over... + */ + + temp = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + if (!temp) + { + httpAddrFreeList(first); + return (NULL); + } + +# ifdef AF_INET6 + if (host->h_addrtype == AF_INET6) + { + temp->addr.ipv6.sin6_family = AF_INET6; + memcpy(&(temp->addr.ipv6.sin6_addr), host->h_addr_list[i], + sizeof(temp->addr.ipv6)); + temp->addr.ipv6.sin6_port = htons(portnum); + } + else +# endif /* AF_INET6 */ + { + temp->addr.ipv4.sin_family = AF_INET; + memcpy(&(temp->addr.ipv4.sin_addr), host->h_addr_list[i], + sizeof(temp->addr.ipv4)); + temp->addr.ipv4.sin_port = htons(portnum); + } + + /* + * Append the address to the list... + */ + + if (!first) + first = temp; + + if (addr) + addr->next = temp; + + addr = temp; + } + } + } +#endif /* HAVE_GETADDRINFO */ + } + + /* + * Detect some common errors and handle them sanely... + */ + + if (!addr && (!hostname || !strcmp(hostname, "localhost"))) + { + struct servent *port; /* Port number for service */ + int portnum; /* Port number */ + + + /* + * Lookup the service... + */ + + if (!service) + portnum = 0; + else if (isdigit(*service & 255)) + portnum = atoi(service); + else if ((port = getservbyname(service, NULL)) != NULL) + portnum = ntohs(port->s_port); + else if (!strcmp(service, "http")) + portnum = 80; + else if (!strcmp(service, "https")) + portnum = 443; + else if (!strcmp(service, "ipp")) + portnum = 631; + else if (!strcmp(service, "lpd")) + portnum = 515; + else if (!strcmp(service, "socket")) + portnum = 9100; + else + return (NULL); + + if (hostname && !strcmp(hostname, "localhost")) + { + /* + * Unfortunately, some users ignore all of the warnings in the + * /etc/hosts file and delete "localhost" from it. If we get here + * then we were unable to resolve the name, so use the IPv6 and/or + * IPv4 loopback interface addresses... + */ + +#ifdef AF_INET6 + if (family != AF_INET) + { + /* + * Add [::1] to the address list... + */ + + temp = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + if (!temp) + { + httpAddrFreeList(first); + return (NULL); + } + + temp->addr.ipv6.sin6_family = AF_INET6; + temp->addr.ipv6.sin6_port = htons(portnum); +# ifdef WIN32 + temp->addr.ipv6.sin6_addr.u.Byte[15] = 1; +# else + temp->addr.ipv6.sin6_addr.s6_addr32[3] = htonl(1); +# endif /* WIN32 */ + + if (!first) + first = temp; + + addr = temp; + } + + if (family != AF_INET6) +#endif /* AF_INET6 */ + { + /* + * Add 127.0.0.1 to the address list... + */ + + temp = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + if (!temp) + { + httpAddrFreeList(first); + return (NULL); + } + + temp->addr.ipv4.sin_family = AF_INET; + temp->addr.ipv4.sin_port = htons(portnum); + temp->addr.ipv4.sin_addr.s_addr = htonl(0x7f000001); + + if (!first) + first = temp; + + if (addr) + addr->next = temp; + else + addr = temp; + } + } + else if (!hostname) + { + /* + * Provide one or more passive listening addresses... + */ + +#ifdef AF_INET6 + if (family != AF_INET) + { + /* + * Add [::] to the address list... + */ + + temp = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + if (!temp) + { + httpAddrFreeList(first); + return (NULL); + } + + temp->addr.ipv6.sin6_family = AF_INET6; + temp->addr.ipv6.sin6_port = htons(portnum); + + if (!first) + first = temp; + + addr = temp; + } + + if (family != AF_INET6) +#endif /* AF_INET6 */ + { + /* + * Add 0.0.0.0 to the address list... + */ + + temp = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t)); + if (!temp) + { + httpAddrFreeList(first); + return (NULL); + } + + temp->addr.ipv4.sin_family = AF_INET; + temp->addr.ipv4.sin_port = htons(portnum); + + if (!first) + first = temp; + + if (addr) + addr->next = temp; + else + addr = temp; + } + } + } + + /* + * Return the address list... + */ + + return (first); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/http-private.h b/cups/http-private.h new file mode 100644 index 0000000000..a64fdbdd80 --- /dev/null +++ b/cups/http-private.h @@ -0,0 +1,192 @@ +/* + * "$Id$" + * + * Private HTTP definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_HTTP_PRIVATE_H_ +# define _CUPS_HTTP_PRIVATE_H_ + +/* + * Include necessary headers... + */ + +# include +# include + +# ifdef __sun +/* + * Define FD_SETSIZE to CUPS_MAX_FDS on Solaris to get the correct version of + * select() for large numbers of file descriptors. + */ + +# define FD_SETSIZE CUPS_MAX_FDS +# include +# endif /* __sun */ + +# include +# ifdef WIN32 +# include +# include +# else +# include +# include +# include +# define closesocket(f) close(f) +# endif /* WIN32 */ + +# if defined(__sgi) || (defined(__APPLE__) && !defined(_SOCKLEN_T)) +/* + * IRIX and MacOS X 10.2.x do not define socklen_t, and in fact use an int instead of + * unsigned type for length values... + */ + +typedef int socklen_t; +# endif /* __sgi || (__APPLE__ && !_SOCKLEN_T) */ + +# include "http.h" +# include "ipp-private.h" + +# if defined HAVE_LIBSSL +/* + * The OpenSSL library provides its own SSL/TLS context structure for its + * IO and protocol management. However, we need to provide our own BIO + * (basic IO) implementation to do timeouts... + */ + +# include +# include +# include + +typedef SSL http_tls_t; + +extern BIO_METHOD *_httpBIOMethods(void); + +# elif defined HAVE_GNUTLS +/* + * The GNU TLS library is more of a "bare metal" SSL/TLS library... + */ +# include + +typedef struct +{ + gnutls_session session; /* GNU TLS session object */ + void *credentials; /* GNU TLS credentials object */ +} http_tls_t; + +extern ssize_t _httpReadGNUTLS(gnutls_transport_ptr ptr, void *data, + size_t length); +extern ssize_t _httpWriteGNUTLS(gnutls_transport_ptr ptr, const void *data, + size_t length); + +# elif defined(HAVE_CDSASSL) +/* + * Darwin's Security framework provides its own SSL/TLS context structure + * for its IO and protocol management... + */ + +# include + +typedef struct /**** CDSA connection information ****/ +{ + SSLContextRef session; /* CDSA session object */ + CFArrayRef certsArray; /* Certificates array */ +} http_tls_t; + +extern OSStatus _httpReadCDSA(SSLConnectionRef connection, void *data, + size_t *dataLength); +extern OSStatus _httpWriteCDSA(SSLConnectionRef connection, const void *data, + size_t *dataLength); +# endif /* HAVE_LIBSSL */ + +/* + * Some OS's don't have hstrerror(), most notably Solaris... + */ + +# ifndef HAVE_HSTRERROR +extern const char *_cups_hstrerror(int error); +# define hstrerror _cups_hstrerror +# elif defined(_AIX) || defined(__osf__) +/* + * AIX and Tru64 UNIX don't provide a prototype but do provide the function... + */ +extern const char *hstrerror(int error); +# endif /* !HAVE_HSTRERROR */ + + +/* + * Some OS's don't have getifaddrs() and freeifaddrs()... + */ + +# ifndef WIN32 +# include +# ifdef HAVE_GETIFADDRS +# include +# else +# include +# ifdef HAVE_SYS_SOCKIO_H +# include +# endif /* HAVE_SYS_SOCKIO_H */ + +# ifdef ifa_dstaddr +# undef ifa_dstaddr +# endif /* ifa_dstaddr */ +# ifndef ifr_netmask +# define ifr_netmask ifr_addr +# endif /* !ifr_netmask */ + +struct ifaddrs /**** Interface Structure ****/ +{ + struct ifaddrs *ifa_next; /* Next interface in list */ + char *ifa_name; /* Name of interface */ + unsigned int ifa_flags; /* Flags (up, point-to-point, etc.) */ + struct sockaddr *ifa_addr, /* Network address */ + *ifa_netmask; /* Address mask */ + union + { + struct sockaddr *ifu_broadaddr; /* Broadcast address of this interface. */ + struct sockaddr *ifu_dstaddr; /* Point-to-point destination address. */ + } ifa_ifu; + + void *ifa_data; /* Interface statistics */ +}; + +# ifndef ifa_broadaddr +# define ifa_broadaddr ifa_ifu.ifu_broadaddr +# endif /* !ifa_broadaddr */ +# ifndef ifa_dstaddr +# define ifa_dstaddr ifa_ifu.ifu_dstaddr +# endif /* !ifa_dstaddr */ + +extern int _cups_getifaddrs(struct ifaddrs **addrs); +# define getifaddrs _cups_getifaddrs +extern void _cups_freeifaddrs(struct ifaddrs *addrs); +# define freeifaddrs _cups_freeifaddrs +# endif /* HAVE_GETIFADDRS */ +# endif /* !WIN32 */ + +#endif /* !_CUPS_HTTP_PRIVATE_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/http-support.c b/cups/http-support.c new file mode 100644 index 0000000000..1d1965260a --- /dev/null +++ b/cups/http-support.c @@ -0,0 +1,1331 @@ +/* + * "$Id$" + * + * HTTP support routines for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * httpAssembleURI() - Assemble a uniform resource identifier from its + * components. + * httpAssembleURIf() - Assemble a uniform resource identifier from its + * components with a formatted resource. + * httpDecode64() - Base64-decode a string. + * httpDecode64_2() - Base64-decode a string. + * httpEncode64() - Base64-encode a string. + * httpEncode64_2() - Base64-encode a string. + * httpGetDateString() - Get a formatted date/time string from a time value. + * httpGetDateString2() - Get a formatted date/time string from a time value. + * httpGetDateTime() - Get a time value from a formatted date/time string. + * httpSeparate() - Separate a Universal Resource Identifier into its + * components. + * httpSeparate2() - Separate a Universal Resource Identifier into its + * components. + * httpSeparateURI() - Separate a Universal Resource Identifier into its + * components. + * httpStatus() - Return a short string describing a HTTP status code. + * _cups_hstrerror() - hstrerror() emulation function for Solaris and + * others... + * http_copy_decode() - Copy and decode a URI. + * http_copy_encode() - Copy and encode a URI. + */ + +/* + * Include necessary headers... + */ + +#include "debug.h" +#include "globals.h" +#include + + +/* + * Local globals... + */ + +static const char * const http_days[7] = + { + "Sun", "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + }; +static const char * const http_months[12] = + { + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + }; + + +/* + * Local functions... + */ + +static const char *http_copy_decode(char *dst, const char *src, + int dstsize, const char *term, + int decode); +static char *http_copy_encode(char *dst, const char *src, + char *dstend, const char *reserved, + const char *term, int encode); + + +/* + * 'httpAssembleURI()' - Assemble a uniform resource identifier from its + * components. + * + * This function escapes reserved characters in the URI depending on the + * value of the "encoding" argument. You should use this function in + * place of traditional string functions whenever you need to create a + * URI string. + * + * @since CUPS 1.2@ + */ + +http_uri_status_t /* O - URI status */ +httpAssembleURI( + http_uri_coding_t encoding, /* I - Encoding flags */ + char *uri, /* I - URI buffer */ + int urilen, /* I - Size of URI buffer */ + const char *scheme, /* I - Scheme name */ + const char *username, /* I - Username */ + const char *host, /* I - Hostname or address */ + int port, /* I - Port number */ + const char *resource) /* I - Resource */ +{ + char *ptr, /* Pointer into URI buffer */ + *end; /* End of URI buffer */ + + + /* + * Range check input... + */ + + if (!uri || urilen < 1 || !scheme || port < 0) + { + if (uri) + *uri = '\0'; + + return (HTTP_URI_BAD_ARGUMENTS); + } + + /* + * Assemble the URI starting with the scheme... + */ + + end = uri + urilen - 1; + ptr = http_copy_encode(uri, scheme, end, NULL, NULL, 0); + + if (!ptr) + goto assemble_overflow; + + if (!strcmp(scheme, "mailto:")) + { + /* + * mailto: only has :, no //... + */ + + if (ptr < end) + *ptr++ = ':'; + else + goto assemble_overflow; + } + else + { + /* + * Schemes other than mailto: all have //... + */ + + if ((ptr + 2) < end) + { + *ptr++ = ':'; + *ptr++ = '/'; + *ptr++ = '/'; + } + else + goto assemble_overflow; + } + + /* + * Next the username and hostname, if any... + */ + + if (host) + { + if (username && *username) + { + /* + * Add username@ first... + */ + + ptr = http_copy_encode(ptr, username, end, "/?@", NULL, + encoding & HTTP_URI_CODING_USERNAME); + + if (!ptr) + goto assemble_overflow; + + if (ptr < end) + *ptr++ = '@'; + else + goto assemble_overflow; + } + + /* + * Then add the hostname. Since IPv6 is a particular pain to deal + * with, we have several special cases to deal with... If we get + * an IPv6 address with brackets around it, assume it is already in + * URI format... + */ + + if (host[0] != '[' && strchr(host, ':')) + { + /* + * We have an IPv6 address... + */ + + if (strchr(host, '%')) + { + /* + * We have a link-local address, add "[v1." prefix... + */ + + if ((ptr + 4) < end) + { + *ptr++ = '['; + *ptr++ = 'v'; + *ptr++ = '1'; + *ptr++ = '.'; + } + else + goto assemble_overflow; + } + else + { + /* + * We have a normal address, add "[" prefix... + */ + + if (ptr < end) + *ptr++ = '['; + else + goto assemble_overflow; + } + + /* + * Copy the rest of the IPv6 address, and terminate with "]". + */ + + while (ptr < end && *host) + { + if (*host == '%') + { + *ptr++ = '+'; /* Convert zone separator */ + host ++; + } + else + *ptr++ = *host++; + } + + if (*host) + goto assemble_overflow; + + if (ptr < end) + *ptr++ = ']'; + else + goto assemble_overflow; + } + else + { + /* + * Otherwise, just copy the host string... + */ + + ptr = http_copy_encode(ptr, host, end, NULL, NULL, + encoding & HTTP_URI_CODING_HOSTNAME); + + if (!ptr) + goto assemble_overflow; + } + + /* + * Finish things off with the port number... + */ + + if (port > 0) + { + snprintf(ptr, end - ptr + 1, ":%d", port); + ptr += strlen(ptr); + + if (ptr >= end) + goto assemble_overflow; + } + } + + /* + * Last but not least, add the resource string... + */ + + if (resource) + { + char *query; /* Pointer to query string */ + + + /* + * Copy the resource string up to the query string if present... + */ + + query = strchr(resource, '?'); + ptr = http_copy_encode(ptr, resource, end, NULL, "?", + encoding & HTTP_URI_CODING_RESOURCE); + if (!ptr) + goto assemble_overflow; + + if (query) + { + /* + * Copy query string without encoding... + */ + + ptr = http_copy_encode(ptr, query, end, NULL, NULL, + encoding & HTTP_URI_CODING_QUERY); + if (!ptr) + goto assemble_overflow; + } + } + else if (ptr < end) + *ptr++ = '/'; + else + goto assemble_overflow; + + /* + * Nul-terminate the URI buffer and return with no errors... + */ + + *ptr = '\0'; + + return (HTTP_URI_OK); + + /* + * Clear the URI string and return an overflow error; I don't usually + * like goto's, but in this case it makes sense... + */ + + assemble_overflow: + + *uri = '\0'; + return (HTTP_URI_OVERFLOW); +} + + +/* + * 'httpAssembleURIf()' - Assemble a uniform resource identifier from its + * components with a formatted resource. + * + * This function creates a formatted version of the resource string + * argument "resourcef" and escapes reserved characters in the URI + * depending on the value of the "encoding" argument. You should use + * this function in place of traditional string functions whenever + * you need to create a URI string. + * + * @since CUPS 1.2@ + */ + +http_uri_status_t /* O - URI status */ +httpAssembleURIf( + http_uri_coding_t encoding, /* I - Encoding flags */ + char *uri, /* I - URI buffer */ + int urilen, /* I - Size of URI buffer */ + const char *scheme, /* I - Scheme name */ + const char *username, /* I - Username */ + const char *host, /* I - Hostname or address */ + int port, /* I - Port number */ + const char *resourcef, /* I - Printf-style resource */ + ...) /* I - Additional arguments as needed */ +{ + va_list ap; /* Pointer to additional arguments */ + char resource[1024]; /* Formatted resource string */ + int bytes; /* Bytes in formatted string */ + + + /* + * Range check input... + */ + + if (!uri || urilen < 1 || !scheme || port < 0 || !resourcef) + { + if (uri) + *uri = '\0'; + + return (HTTP_URI_BAD_ARGUMENTS); + } + + /* + * Format the resource string and assemble the URI... + */ + + va_start(ap, resourcef); + bytes = vsnprintf(resource, sizeof(resource), resourcef, ap); + va_end(ap); + + if (bytes >= sizeof(resource)) + { + *uri = '\0'; + return (HTTP_URI_OVERFLOW); + } + else + return (httpAssembleURI(encoding, uri, urilen, scheme, username, host, + port, resource)); +} + + +/* + * 'httpDecode64()' - Base64-decode a string. + * + * This function is deprecated. Use the httpDecode64_2() function instead + * which provides buffer length arguments. + * + * @deprecated@ + */ + +char * /* O - Decoded string */ +httpDecode64(char *out, /* I - String to write to */ + const char *in) /* I - String to read from */ +{ + int outlen; /* Output buffer length */ + + + /* + * Use the old maximum buffer size for binary compatibility... + */ + + outlen = 512; + + return (httpDecode64_2(out, &outlen, in)); +} + + +/* + * 'httpDecode64_2()' - Base64-decode a string. + * + * @since CUPS 1.1.21@ + */ + +char * /* O - Decoded string */ +httpDecode64_2(char *out, /* I - String to write to */ + int *outlen, /* IO - Size of output string */ + const char *in) /* I - String to read from */ +{ + int pos, /* Bit position */ + base64; /* Value of this character */ + char *outptr, /* Output pointer */ + *outend; /* End of output buffer */ + + + /* + * Range check input... + */ + + if (!out || !outlen || *outlen < 1 || !in) + return (NULL); + + if (!*in) + { + *out = '\0'; + *outlen = 0; + + return (out); + } + + /* + * Convert from base-64 to bytes... + */ + + for (outptr = out, outend = out + *outlen - 1, pos = 0; *in != '\0'; in ++) + { + /* + * Decode this character into a number from 0 to 63... + */ + + if (*in >= 'A' && *in <= 'Z') + base64 = *in - 'A'; + else if (*in >= 'a' && *in <= 'z') + base64 = *in - 'a' + 26; + else if (*in >= '0' && *in <= '9') + base64 = *in - '0' + 52; + else if (*in == '+') + base64 = 62; + else if (*in == '/') + base64 = 63; + else if (*in == '=') + break; + else + continue; + + /* + * Store the result in the appropriate chars... + */ + + switch (pos) + { + case 0 : + if (outptr < outend) + *outptr = base64 << 2; + pos ++; + break; + case 1 : + if (outptr < outend) + *outptr++ |= (base64 >> 4) & 3; + if (outptr < outend) + *outptr = (base64 << 4) & 255; + pos ++; + break; + case 2 : + if (outptr < outend) + *outptr++ |= (base64 >> 2) & 15; + if (outptr < outend) + *outptr = (base64 << 6) & 255; + pos ++; + break; + case 3 : + if (outptr < outend) + *outptr++ |= base64; + pos = 0; + break; + } + } + + *outptr = '\0'; + + /* + * Return the decoded string and size... + */ + + *outlen = (int)(outptr - out); + + return (out); +} + + +/* + * 'httpEncode64()' - Base64-encode a string. + * + * This function is deprecated. Use the httpEncode64_2() function instead + * which provides buffer length arguments. + * + * @deprecated@ + */ + +char * /* O - Encoded string */ +httpEncode64(char *out, /* I - String to write to */ + const char *in) /* I - String to read from */ +{ + return (httpEncode64_2(out, 512, in, (int)strlen(in))); +} + + +/* + * 'httpEncode64_2()' - Base64-encode a string. + * + * @since CUPS 1.1.21@ + */ + +char * /* O - Encoded string */ +httpEncode64_2(char *out, /* I - String to write to */ + int outlen, /* I - Size of output string */ + const char *in, /* I - String to read from */ + int inlen) /* I - Size of input string */ +{ + char *outptr, /* Output pointer */ + *outend; /* End of output buffer */ + static const char base64[] = /* Base64 characters... */ + { + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "abcdefghijklmnopqrstuvwxyz" + "0123456789" + "+/" + }; + + + /* + * Range check input... + */ + + if (!out || outlen < 1 || !in) + return (NULL); + + /* + * Convert bytes to base-64... + */ + + for (outptr = out, outend = out + outlen - 1; inlen > 0; in ++, inlen --) + { + /* + * Encode the up to 3 characters as 4 Base64 numbers... + */ + + if (outptr < outend) + *outptr ++ = base64[(in[0] & 255) >> 2]; + + if (outptr < outend) + { + if (inlen > 1) + *outptr ++ = base64[(((in[0] & 255) << 4) | ((in[1] & 255) >> 4)) & 63]; + else + *outptr ++ = base64[((in[0] & 255) << 4) & 63]; + } + + in ++; + inlen --; + if (inlen <= 0) + { + if (outptr < outend) + *outptr ++ = '='; + if (outptr < outend) + *outptr ++ = '='; + break; + } + + if (outptr < outend) + { + if (inlen > 1) + *outptr ++ = base64[(((in[0] & 255) << 2) | ((in[1] & 255) >> 6)) & 63]; + else + *outptr ++ = base64[((in[0] & 255) << 2) & 63]; + } + + in ++; + inlen --; + if (inlen <= 0) + { + if (outptr < outend) + *outptr ++ = '='; + break; + } + + if (outptr < outend) + *outptr ++ = base64[in[0] & 63]; + } + + *outptr = '\0'; + + /* + * Return the encoded string... + */ + + return (out); +} + + +/* + * 'httpGetDateString()' - Get a formatted date/time string from a time value. + * + * @deprecated@ + */ + +const char * /* O - Date/time string */ +httpGetDateString(time_t t) /* I - UNIX time */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + return (httpGetDateString2(t, cg->http_date, sizeof(cg->http_date))); +} + + +/* + * 'httpGetDateString2()' - Get a formatted date/time string from a time value. + * + * @since CUPS 1.2@ + */ + +const char * /* O - Date/time string */ +httpGetDateString2(time_t t, /* I - UNIX time */ + char *s, /* I - String buffer */ + int slen) /* I - Size of string buffer */ +{ + struct tm *tdate; /* UNIX date/time data */ + + + tdate = gmtime(&t); + snprintf(s, slen, "%s, %02d %s %d %02d:%02d:%02d GMT", + http_days[tdate->tm_wday], tdate->tm_mday, + http_months[tdate->tm_mon], tdate->tm_year + 1900, + tdate->tm_hour, tdate->tm_min, tdate->tm_sec); + + return (s); +} + + +/* + * 'httpGetDateTime()' - Get a time value from a formatted date/time string. + */ + +time_t /* O - UNIX time */ +httpGetDateTime(const char *s) /* I - Date/time string */ +{ + int i; /* Looping var */ + char mon[16]; /* Abbreviated month name */ + int day, year; /* Day of month and year */ + int hour, min, sec; /* Time */ + int days; /* Number of days since 1970 */ + static const int normal_days[] = /* Days to a month, normal years */ + { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }; + static const int leap_days[] = /* Days to a month, leap years */ + { 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366 }; + + + DEBUG_printf(("httpGetDateTime(s=\"%s\")\n", s)); + + /* + * Extract the date and time from the formatted string... + */ + + if (sscanf(s, "%*s%d%15s%d%d:%d:%d", &day, mon, &year, &hour, &min, &sec) < 6) + return (0); + + DEBUG_printf((" day=%d, mon=\"%s\", year=%d, hour=%d, min=%d, sec=%d\n", + day, mon, year, hour, min, sec)); + + /* + * Convert the month name to a number from 0 to 11. + */ + + for (i = 0; i < 12; i ++) + if (!strcasecmp(mon, http_months[i])) + break; + + if (i >= 12) + return (0); + + DEBUG_printf((" i=%d\n", i)); + + /* + * Now convert the date and time to a UNIX time value in seconds since + * 1970. We can't use mktime() since the timezone may not be UTC but + * the date/time string *is* UTC. + */ + + if ((year & 3) == 0 && ((year % 100) != 0 || (year % 400) == 0)) + days = leap_days[i] + day - 1; + else + days = normal_days[i] + day - 1; + + DEBUG_printf((" days=%d\n", days)); + + days += (year - 1970) * 365 + /* 365 days per year (normally) */ + ((year - 1) / 4 - 492) - /* + leap days */ + ((year - 1) / 100 - 19) + /* - 100 year days */ + ((year - 1) / 400 - 4); /* + 400 year days */ + + DEBUG_printf((" days=%d\n", days)); + + return (days * 86400 + hour * 3600 + min * 60 + sec); +} + + +/* + * 'httpSeparate()' - Separate a Universal Resource Identifier into its + * components. + * + * This function is deprecated; use the httpSeparateURI() function instead. + * + * @deprecated@ + */ + +void +httpSeparate(const char *uri, /* I - Universal Resource Identifier */ + char *scheme, /* O - Scheme [32] (http, https, etc.) */ + char *username, /* O - Username [1024] */ + char *host, /* O - Hostname [1024] */ + int *port, /* O - Port number to use */ + char *resource) /* O - Resource/filename [1024] */ +{ + httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, 32, username, + HTTP_MAX_URI, host, HTTP_MAX_URI, port, resource, + HTTP_MAX_URI); +} + + +/* + * 'httpSeparate2()' - Separate a Universal Resource Identifier into its + * components. + * + * This function is deprecated; use the httpSeparateURI() function instead. + * + * @since CUPS 1.1.21@ + * @deprecated@ + */ + +void +httpSeparate2(const char *uri, /* I - Universal Resource Identifier */ + char *scheme, /* O - Scheme (http, https, etc.) */ + int schemelen, /* I - Size of scheme buffer */ + char *username, /* O - Username */ + int usernamelen, /* I - Size of username buffer */ + char *host, /* O - Hostname */ + int hostlen, /* I - Size of hostname buffer */ + int *port, /* O - Port number to use */ + char *resource, /* O - Resource/filename */ + int resourcelen) /* I - Size of resource buffer */ +{ + httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, schemelen, username, + usernamelen, host, hostlen, port, resource, resourcelen); +} + + +/* + * 'httpSeparateURI()' - Separate a Universal Resource Identifier into its + * components. + * + * @since CUPS 1.2@ + */ + +http_uri_status_t /* O - Result of separation */ +httpSeparateURI( + http_uri_coding_t decoding, /* I - Decoding flags */ + const char *uri, /* I - Universal Resource Identifier */ + char *scheme, /* O - Scheme (http, https, etc.) */ + int schemelen, /* I - Size of scheme buffer */ + char *username, /* O - Username */ + int usernamelen, /* I - Size of username buffer */ + char *host, /* O - Hostname */ + int hostlen, /* I - Size of hostname buffer */ + int *port, /* O - Port number to use */ + char *resource, /* O - Resource/filename */ + int resourcelen) /* I - Size of resource buffer */ +{ + char *ptr, /* Pointer into string... */ + *end; /* End of string */ + const char *sep; /* Separator character */ + http_uri_status_t status; /* Result of separation */ + + + /* + * Initialize everything to blank... + */ + + if (scheme && schemelen > 0) + *scheme = '\0'; + + if (username && usernamelen > 0) + *username = '\0'; + + if (host && hostlen > 0) + *host = '\0'; + + if (port) + *port = 0; + + if (resource && resourcelen > 0) + *resource = '\0'; + + /* + * Range check input... + */ + + if (!uri || !port || !scheme || schemelen <= 0 || !username || + usernamelen <= 0 || !host || hostlen <= 0 || !resource || + resourcelen <= 0) + return (HTTP_URI_BAD_ARGUMENTS); + + if (!*uri) + return (HTTP_URI_BAD_URI); + + /* + * Grab the scheme portion of the URI... + */ + + status = HTTP_URI_OK; + + if (!strncmp(uri, "//", 2)) + { + /* + * Workaround for HP IPP client bug... + */ + + strlcpy(scheme, "ipp", schemelen); + status = HTTP_URI_MISSING_SCHEME; + } + else if (*uri == '/') + { + /* + * Filename... + */ + + strlcpy(scheme, "file", schemelen); + status = HTTP_URI_MISSING_SCHEME; + } + else + { + /* + * Standard URI with scheme... + */ + + for (ptr = scheme, end = scheme + schemelen - 1; + *uri && *uri != ':' && ptr < end;) + if (isalnum(*uri & 255) || *uri == '-' || *uri == '+' || *uri == '.') + *ptr++ = *uri++; + else + break; + + *ptr = '\0'; + + if (*uri != ':') + { + *scheme = '\0'; + return (HTTP_URI_BAD_SCHEME); + } + + uri ++; + } + + /* + * Set the default port number... + */ + + if (!strcmp(scheme, "http")) + *port = 80; + else if (!strcmp(scheme, "https")) + *port = 443; + else if (!strcmp(scheme, "ipp")) + *port = 631; + else if (!strcasecmp(scheme, "lpd")) + *port = 515; + else if (!strcmp(scheme, "socket")) /* Not yet registered with IANA... */ + *port = 9100; + else if (strcmp(scheme, "file") && strcmp(scheme, "mailto")) + status = HTTP_URI_UNKNOWN_SCHEME; + + /* + * Now see if we have a hostname... + */ + + if (!strncmp(uri, "//", 2)) + { + /* + * Yes, extract it... + */ + + uri += 2; + + /* + * Grab the username, if any... + */ + + if ((sep = strpbrk(uri, "@/")) != NULL && *sep == '@') + { + /* + * Get a username:password combo... + */ + + uri = http_copy_decode(username, uri, usernamelen, "@", + decoding & HTTP_URI_CODING_USERNAME); + + if (!uri) + { + *username = '\0'; + return (HTTP_URI_BAD_USERNAME); + } + + uri ++; + } + + /* + * Then the hostname/IP address... + */ + + if (*uri == '[') + { + /* + * Grab IPv6 address... + */ + + uri ++; + if (!strncmp(uri, "v1.", 3)) + uri += 3; /* Skip IPvN leader... */ + + uri = http_copy_decode(host, uri, hostlen, "]", + decoding & HTTP_URI_CODING_HOSTNAME); + + if (!uri) + { + *host = '\0'; + return (HTTP_URI_BAD_HOSTNAME); + } + + /* + * Validate value... + */ + + if (*uri != ']') + { + *host = '\0'; + return (HTTP_URI_BAD_HOSTNAME); + } + + uri ++; + + for (ptr = host; *ptr; ptr ++) + if (*ptr == '+') + { + /* + * Convert zone separator to % and stop here... + */ + + *ptr = '%'; + break; + } + else if (*ptr != ':' && *ptr != '.' && !isxdigit(*ptr & 255)) + { + *host = '\0'; + return (HTTP_URI_BAD_HOSTNAME); + } + } + else + { + /* + * Validate the hostname or IPv4 address first... + */ + + for (ptr = (char *)uri; *ptr; ptr ++) + if (strchr(":?/", *ptr)) + break; + else if (!strchr("abcdefghijklmnopqrstuvwxyz" + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "0123456789" + "-._~" + "%" + "!$&'()*+,;=", *ptr)) + { + *host = '\0'; + return (HTTP_URI_BAD_HOSTNAME); + } + + /* + * Then copy the hostname or IPv4 address to the buffer... + */ + + uri = http_copy_decode(host, uri, hostlen, ":?/", + decoding & HTTP_URI_CODING_HOSTNAME); + + if (!uri) + { + *host = '\0'; + return (HTTP_URI_BAD_HOSTNAME); + } + } + + /* + * Validate hostname for file scheme - only empty and localhost are + * acceptable. + */ + + if (!strcmp(scheme, "file") && strcmp(host, "localhost") && host[0]) + { + *host = '\0'; + return (HTTP_URI_BAD_HOSTNAME); + } + + /* + * See if we have a port number... + */ + + if (*uri == ':') + { + /* + * Yes, collect the port number... + */ + + *port = strtol(uri + 1, (char **)&uri, 10); + + if (*uri != '/' && *uri) + { + *port = 0; + return (HTTP_URI_BAD_PORT); + } + } + } + + /* + * The remaining portion is the resource string... + */ + + if (*uri == '?' || !*uri) + { + /* + * Hostname but no path... + */ + + status = HTTP_URI_MISSING_RESOURCE; + *resource = '/'; + + /* + * Copy any query string... + */ + + if (*uri == '?') + uri = http_copy_decode(resource + 1, uri, resourcelen - 1, NULL, + decoding & HTTP_URI_CODING_QUERY); + else + resource[1] = '\0'; + } + else + { + uri = http_copy_decode(resource, uri, resourcelen, "?", + decoding & HTTP_URI_CODING_RESOURCE); + + if (uri && *uri == '?') + { + /* + * Concatenate any query string... + */ + + char *resptr = resource + strlen(resource); + + uri = http_copy_decode(resptr, uri, resourcelen - (int)(resptr - resource), + NULL, decoding & HTTP_URI_CODING_QUERY); + } + } + + if (!uri) + { + *resource = '\0'; + return (HTTP_URI_BAD_RESOURCE); + } + + /* + * Return the URI separation status... + */ + + return (status); +} + + +/* + * 'httpStatus()' - Return a short string describing a HTTP status code. + */ + +const char * /* O - String or NULL */ +httpStatus(http_status_t status) /* I - HTTP status code */ +{ + switch (status) + { + case HTTP_CONTINUE : + return ("Continue"); + case HTTP_SWITCHING_PROTOCOLS : + return ("Switching Protocols"); + case HTTP_OK : + return ("OK"); + case HTTP_CREATED : + return ("Created"); + case HTTP_ACCEPTED : + return ("Accepted"); + case HTTP_NO_CONTENT : + return ("No Content"); + case HTTP_MOVED_PERMANENTLY : + return ("Moved Permanently"); + case HTTP_SEE_OTHER : + return ("See Other"); + case HTTP_NOT_MODIFIED : + return ("Not Modified"); + case HTTP_BAD_REQUEST : + return ("Bad Request"); + case HTTP_UNAUTHORIZED : + return ("Unauthorized"); + case HTTP_FORBIDDEN : + return ("Forbidden"); + case HTTP_NOT_FOUND : + return ("Not Found"); + case HTTP_REQUEST_TOO_LARGE : + return ("Request Entity Too Large"); + case HTTP_URI_TOO_LONG : + return ("URI Too Long"); + case HTTP_UPGRADE_REQUIRED : + return ("Upgrade Required"); + case HTTP_NOT_IMPLEMENTED : + return ("Not Implemented"); + case HTTP_NOT_SUPPORTED : + return ("Not Supported"); + case HTTP_EXPECTATION_FAILED : + return ("Expectation Failed"); + + default : + return ("Unknown"); + } +} + + +#ifndef HAVE_HSTRERROR +/* + * '_cups_hstrerror()' - hstrerror() emulation function for Solaris and others... + */ + +const char * /* O - Error string */ +_cups_hstrerror(int error) /* I - Error number */ +{ + static const char * const errors[] = /* Error strings */ + { + "OK", + "Host not found.", + "Try again.", + "Unrecoverable lookup error.", + "No data associated with name." + }; + + + if (error < 0 || error > 4) + return ("Unknown hostname lookup error."); + else + return (errors[error]); +} +#endif /* !HAVE_HSTRERROR */ + + +/* + * 'http_copy_decode()' - Copy and decode a URI. + */ + +static const char * /* O - New source pointer or NULL on error */ +http_copy_decode(char *dst, /* O - Destination buffer */ + const char *src, /* I - Source pointer */ + int dstsize, /* I - Destination size */ + const char *term, /* I - Terminating characters */ + int decode) /* I - Decode %-encoded values */ +{ + char *ptr, /* Pointer into buffer */ + *end; /* End of buffer */ + int quoted; /* Quoted character */ + + + /* + * Copy the src to the destination until we hit a terminating character + * or the end of the string. + */ + + for (ptr = dst, end = dst + dstsize - 1; + *src && (!term || !strchr(term, *src)); + src ++) + if (ptr < end) + { + if (*src == '%' && decode) + { + if (isxdigit(src[1] & 255) && isxdigit(src[2] & 255)) + { + /* + * Grab a hex-encoded character... + */ + + src ++; + if (isalpha(*src)) + quoted = (tolower(*src) - 'a' + 10) << 4; + else + quoted = (*src - '0') << 4; + + src ++; + if (isalpha(*src)) + quoted |= tolower(*src) - 'a' + 10; + else + quoted |= *src - '0'; + + *ptr++ = quoted; + } + else + { + /* + * Bad hex-encoded character... + */ + + *ptr = '\0'; + return (NULL); + } + } + else + *ptr++ = *src; + } + + *ptr = '\0'; + + return (src); +} + + +/* + * 'http_copy_encode()' - Copy and encode a URI. + */ + +static char * /* O - End of current URI */ +http_copy_encode(char *dst, /* O - Destination buffer */ + const char *src, /* I - Source pointer */ + char *dstend, /* I - End of destination buffer */ + const char *reserved, /* I - Extra reserved characters */ + const char *term, /* I - Terminating characters */ + int encode) /* I - %-encode reserved chars? */ +{ + static const char *hex = "0123456789ABCDEF"; + + + while (*src && dst < dstend) + { + if (term && *src == *term) + return (dst); + + if (encode && (*src == '%' || *src <= ' ' || *src & 128 || + (reserved && strchr(reserved, *src)))) + { + /* + * Hex encode reserved characters... + */ + + if ((dst + 2) >= dstend) + break; + + *dst++ = '%'; + *dst++ = hex[(*src >> 4) & 15]; + *dst++ = hex[*src & 15]; + + src ++; + } + else + *dst++ = *src++; + } + + if (*src) + return (NULL); + else + return (dst); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/http.c b/cups/http.c new file mode 100644 index 0000000000..d657dc0f3c --- /dev/null +++ b/cups/http.c @@ -0,0 +1,3106 @@ +/* + * "$Id$" + * + * HTTP routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _httpBIOMethods() - Get the OpenSSL BIO methods for HTTP connections. + * httpBlocking() - Set blocking/non-blocking behavior on a connection. + * httpCheck() - Check to see if there is a pending response from + * the server. + * httpClearCookie() - Clear the cookie value(s). + * httpClearFields() - Clear HTTP request fields. + * httpClose() - Close an HTTP connection... + * httpConnect() - Connect to a HTTP server. + * httpConnectEncrypt() - Connect to a HTTP server using encryption. + * httpDelete() - Send a DELETE request to the server. + * httpEncryption() - Set the required encryption on the link. + * httpError() - Get the last error on a connection. + * httpFlush() - Flush data from a HTTP connection. + * httpFlushWrite() - Flush data in write buffer. + * httpGet() - Send a GET request to the server. + * httpGetBlocking() - Get the blocking/non-block state of a connection. + * httpGetCookie() - Get any cookie data from the response. + * httpGetFd() - Get the file descriptor associated with a + * connection. + * httpGetField() - Get a field value from a request/response. + * httpGetLength() - Get the amount of data remaining from the + * content-length or transfer-encoding fields. + * httpGetLength2() - Get the amount of data remaining from the + * content-length or transfer-encoding fields. + * httpGetStatus() - Get the status of the last HTTP request. + * httpGetSubField() - Get a sub-field value. + * httpGets() - Get a line of text from a HTTP connection. + * httpHead() - Send a HEAD request to the server. + * httpInitialize() - Initialize the HTTP interface library and set the + * default HTTP proxy (if any). + * httpOptions() - Send an OPTIONS request to the server. + * httpPost() - Send a POST request to the server. + * httpPrintf() - Print a formatted string to a HTTP connection. + * httpPut() - Send a PUT request to the server. + * httpRead() - Read data from a HTTP connection. + * httpRead2() - Read data from a HTTP connection. + * _httpReadCDSA() - Read function for the CDSA library. + * _httpReadGNUTLS() - Read function for the GNU TLS library. + * httpReconnect() - Reconnect to a HTTP server... + * httpSetCookie() - Set the cookie value(s)... + * httpSetExpect() - Set the Expect: header in a request. + * httpSetField() - Set the value of an HTTP header. + * httpSetLength() - Set the content-length and transfer-encoding. + * httpTrace() - Send an TRACE request to the server. + * httpUpdate() - Update the current HTTP state for incoming data. + * httpWait() - Wait for data available on a connection. + * httpWrite() - Write data to a HTTP connection. + * httpWrite2() - Write data to a HTTP connection. + * _httpWriteCDSA() - Write function for the CDSA library. + * _httpWriteGNUTLS() - Write function for the GNU TLS library. + * http_bio_ctrl() - Control the HTTP connection. + * http_bio_free() - Free OpenSSL data. + * http_bio_new() - Initialize an OpenSSL BIO structure. + * http_bio_puts() - Send a string for OpenSSL. + * http_bio_read() - Read data for OpenSSL. + * http_bio_write() - Write data for OpenSSL. + * http_field() - Return the field index for a field name. + * http_read_ssl() - Read from a SSL/TLS connection. + * http_send() - Send a request with all fields and the trailing + * blank line. + * http_setup_ssl() - Set up SSL/TLS on a connection. + * http_shutdown_ssl() - Shut down SSL/TLS on a connection. + * http_upgrade() - Force upgrade to TLS encryption. + * http_wait() - Wait for data available on a connection. + * http_write() - Write data to a connection. + * http_write_ssl() - Write to a SSL/TLS connection. + */ + +/* + * Include necessary headers... + */ + +#include "http-private.h" +#include "globals.h" +#include "debug.h" +#include +#include +#include +#ifndef WIN32 +# include +# include +# include +#endif /* !WIN32 */ + + +/* + * Some operating systems have done away with the Fxxxx constants for + * the fcntl() call; this works around that "feature"... + */ + +#ifndef FNONBLK +# define FNONBLK O_NONBLOCK +#endif /* !FNONBLK */ + + +/* + * Local functions... + */ + +static http_field_t http_field(const char *name); +static int http_send(http_t *http, http_state_t request, + const char *uri); +static int http_wait(http_t *http, int msec, int usessl); +static int http_write(http_t *http, const char *buffer, + int length); +static int http_write_chunk(http_t *http, const char *buffer, + int length); +#ifdef HAVE_SSL +static int http_read_ssl(http_t *http, char *buf, int len); +static int http_setup_ssl(http_t *http); +static void http_shutdown_ssl(http_t *http); +static int http_upgrade(http_t *http); +static int http_write_ssl(http_t *http, const char *buf, int len); +#endif /* HAVE_SSL */ + + +/* + * Local globals... + */ + +static const char * const http_fields[] = + { + "Accept-Language", + "Accept-Ranges", + "Authorization", + "Connection", + "Content-Encoding", + "Content-Language", + "Content-Length", + "Content-Location", + "Content-MD5", + "Content-Range", + "Content-Type", + "Content-Version", + "Date", + "Host", + "If-Modified-Since", + "If-Unmodified-since", + "Keep-Alive", + "Last-Modified", + "Link", + "Location", + "Range", + "Referer", + "Retry-After", + "Transfer-Encoding", + "Upgrade", + "User-Agent", + "WWW-Authenticate" + }; + + +#if defined(HAVE_SSL) && defined(HAVE_LIBSSL) +/* + * BIO methods for OpenSSL... + */ + +static int http_bio_write(BIO *h, const char *buf, int num); +static int http_bio_read(BIO *h, char *buf, int size); +static int http_bio_puts(BIO *h, const char *str); +static long http_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2); +static int http_bio_new(BIO *h); +static int http_bio_free(BIO *data); + +static BIO_METHOD http_bio_methods = + { + BIO_TYPE_SOCKET, + "http", + http_bio_write, + http_bio_read, + http_bio_puts, + NULL, /* http_bio_gets, */ + http_bio_ctrl, + http_bio_new, + http_bio_free, + NULL, + }; + + +/* + * '_httpBIOMethods()' - Get the OpenSSL BIO methods for HTTP connections. + */ + +BIO_METHOD * /* O - BIO methods for OpenSSL */ +_httpBIOMethods(void) +{ + return (&http_bio_methods); +} +#endif /* HAVE_SSL && HAVE_LIBSSL */ + + +/* + * 'httpBlocking()' - Set blocking/non-blocking behavior on a connection. + */ + +void +httpBlocking(http_t *http, /* I - HTTP connection */ + int b) /* I - 1 = blocking, 0 = non-blocking */ +{ + if (http) + http->blocking = b; +} + + +/* + * 'httpCheck()' - Check to see if there is a pending response from the server. + */ + +int /* O - 0 = no data, 1 = data available */ +httpCheck(http_t *http) /* I - HTTP connection */ +{ + return (httpWait(http, 0)); +} + + +/* + * 'httpClearCookie()' - Clear the cookie value(s). + * + * @since CUPS 1.1.19@ + */ + +void +httpClearCookie(http_t *http) /* I - HTTP connection */ +{ + if (!http) + return; + + if (http->cookie) + { + free(http->cookie); + http->cookie = NULL; + } +} + + +/* + * 'httpClearFields()' - Clear HTTP request fields. + */ + +void +httpClearFields(http_t *http) /* I - HTTP connection */ +{ + if (http) + { + memset(http->fields, 0, sizeof(http->fields)); + if (http->hostname[0] == '/') + httpSetField(http, HTTP_FIELD_HOST, "localhost"); + else + httpSetField(http, HTTP_FIELD_HOST, http->hostname); + + http->expect = (http_status_t)0; + } +} + + +/* + * 'httpClose()' - Close an HTTP connection... + */ + +void +httpClose(http_t *http) /* I - HTTP connection */ +{ + DEBUG_printf(("httpClose(http=%p)\n", http)); + + if (!http) + return; + + httpAddrFreeList(http->addrlist); + + if (http->input_set) + free(http->input_set); + + if (http->cookie) + free(http->cookie); + +#ifdef HAVE_SSL + if (http->tls) + http_shutdown_ssl(http); +#endif /* HAVE_SSL */ + +#ifdef WIN32 + closesocket(http->fd); +#else + close(http->fd); +#endif /* WIN32 */ + + free(http); +} + + +/* + * 'httpConnect()' - Connect to a HTTP server. + */ + +http_t * /* O - New HTTP connection */ +httpConnect(const char *host, /* I - Host to connect to */ + int port) /* I - Port number */ +{ + http_encryption_t encryption; /* Type of encryption to use */ + + + /* + * Set the default encryption status... + */ + + if (port == 443) + encryption = HTTP_ENCRYPT_ALWAYS; + else + encryption = HTTP_ENCRYPT_IF_REQUESTED; + + return (httpConnectEncrypt(host, port, encryption)); +} + + +/* + * 'httpConnectEncrypt()' - Connect to a HTTP server using encryption. + */ + +http_t * /* O - New HTTP connection */ +httpConnectEncrypt( + const char *host, /* I - Host to connect to */ + int port, /* I - Port number */ + http_encryption_t encryption) /* I - Type of encryption to use */ +{ + http_t *http; /* New HTTP connection */ + http_addrlist_t *addrlist; /* Host address data */ + char service[255]; /* Service name */ + + + DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encryption=%d)\n", + host ? host : "(null)", port, encryption)); + + if (!host) + return (NULL); + + httpInitialize(); + + /* + * Lookup the host... + */ + + sprintf(service, "%d", port); + + if ((addrlist = httpAddrGetList(host, AF_UNSPEC, service)) == NULL) + return (NULL); + + /* + * Allocate memory for the structure... + */ + + http = calloc(sizeof(http_t), 1); + if (http == NULL) + return (NULL); + + http->version = HTTP_1_1; + http->blocking = 1; + http->activity = time(NULL); + http->fd = -1; + + /* + * Set the encryption status... + */ + + if (port == 443) /* Always use encryption for https */ + http->encryption = HTTP_ENCRYPT_ALWAYS; + else + http->encryption = encryption; + + /* + * Loop through the addresses we have until one of them connects... + */ + + strlcpy(http->hostname, host, sizeof(http->hostname)); + + /* + * Connect to the remote system... + */ + + http->addrlist = addrlist; + + if (!httpReconnect(http)) + return (http); + + /* + * Could not connect to any known address - bail out! + */ + + httpAddrFreeList(addrlist); + + free(http); + + return (NULL); +} + + +/* + * 'httpDelete()' - Send a DELETE request to the server. + */ + +int /* O - Status of call (0 = success) */ +httpDelete(http_t *http, /* I - HTTP connection */ + const char *uri) /* I - URI to delete */ +{ + return (http_send(http, HTTP_DELETE, uri)); +} + + +/* + * 'httpEncryption()' - Set the required encryption on the link. + */ + +int /* O - -1 on error, 0 on success */ +httpEncryption(http_t *http, /* I - HTTP connection */ + http_encryption_t e) /* I - New encryption preference */ +{ + DEBUG_printf(("httpEncryption(http=%p, e=%d)\n", http, e)); + +#ifdef HAVE_SSL + if (!http) + return (0); + + http->encryption = e; + + if ((http->encryption == HTTP_ENCRYPT_ALWAYS && !http->tls) || + (http->encryption == HTTP_ENCRYPT_NEVER && http->tls)) + return (httpReconnect(http)); + else if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) + return (http_upgrade(http)); + else + return (0); +#else + if (e == HTTP_ENCRYPT_ALWAYS || e == HTTP_ENCRYPT_REQUIRED) + return (-1); + else + return (0); +#endif /* HAVE_SSL */ +} + + +/* + * 'httpError()' - Get the last error on a connection. + */ + +int /* O - Error code (errno) value */ +httpError(http_t *http) /* I - HTTP connection */ +{ + if (http) + return (http->error); + else + return (EINVAL); +} + + +/* + * 'httpFlush()' - Flush data from a HTTP connection. + */ + +void +httpFlush(http_t *http) /* I - HTTP connection */ +{ + char buffer[8192]; /* Junk buffer */ + int blocking; /* To block or not to block */ + + + DEBUG_printf(("httpFlush(http=%p), state=%d\n", http, http->state)); + + /* + * Temporarily set non-blocking mode so we don't get stuck in httpRead()... + */ + + blocking = http->blocking; + http->blocking = 0; + + /* + * Read any data we can... + */ + + while (httpRead2(http, buffer, sizeof(buffer)) > 0); + + /* + * Restore blocking and reset the connection if we didn't get all of + * the remaining data... + */ + + http->blocking = blocking; + + if (http->state != HTTP_WAITING && http->fd >= 0) + { + /* + * Didn't get the data back, so close the current connection. + */ + + http->state = HTTP_WAITING; + +#ifdef HAVE_SSL + if (http->tls) + http_shutdown_ssl(http); +#endif /* HAVE_SSL */ + +#ifdef WIN32 + closesocket(http->fd); +#else + close(http->fd); +#endif /* WIN32 */ + + http->fd = -1; + } +} + + +/* + * 'httpFlushWrite()' - Flush data in write buffer. + * + * @since CUPS 1.2@ + */ + +int /* O - Bytes written or -1 on error */ +httpFlushWrite(http_t *http) /* I - HTTP connection */ +{ + int bytes; /* Bytes written */ + + + DEBUG_printf(("httpFlushWrite(http=%p)\n", http)); + + if (!http || !http->wused) + return (0); + + if (http->data_encoding == HTTP_ENCODE_CHUNKED) + bytes = http_write_chunk(http, http->wbuffer, http->wused); + else + bytes = http_write(http, http->wbuffer, http->wused); + + http->wused = 0; + + return (bytes); +} + + +/* + * 'httpGet()' - Send a GET request to the server. + */ + +int /* O - Status of call (0 = success) */ +httpGet(http_t *http, /* I - HTTP connection */ + const char *uri) /* I - URI to get */ +{ + return (http_send(http, HTTP_GET, uri)); +} + + +/* + * 'httpGetBlocking()' - Get the blocking/non-block state of a connection. + * + * @since CUPS 1.2@ + */ + +int /* O - 1 if blocking, 0 if non-blocking */ +httpGetBlocking(http_t *http) /* I - HTTP connection */ +{ + return (http ? http->blocking : 0); +} + + +/* + * 'httpGetCookie()' - Get any cookie data from the response. + * + * @since CUPS 1.1.19@ + */ + +const char * /* O - Cookie data or NULL */ +httpGetCookie(http_t *http) /* I - HTTP connecion */ +{ + return (http ? http->cookie : NULL); +} + + +/* + * 'httpGetFd()' - Get the file descriptor associated with a connection. + * + * @since CUPS 1.2@ + */ + +int /* O - File descriptor or -1 if none */ +httpGetFd(http_t *http) /* I - HTTP connection */ +{ + return (http ? http->fd : -1); +} + + +/* + * 'httpGetField()' - Get a field value from a request/response. + */ + +const char * /* O - Field value */ +httpGetField(http_t *http, /* I - HTTP connection */ + http_field_t field) /* I - Field to get */ +{ + if (!http || field <= HTTP_FIELD_UNKNOWN || field >= HTTP_FIELD_MAX) + return (NULL); + else + return (http->fields[field]); +} + + +/* + * 'httpGetLength()' - Get the amount of data remaining from the + * content-length or transfer-encoding fields. + * + * This function is deprecated and will not return lengths larger than + * 2^31 - 1; use httpGetLength2() instead. + * + * @deprecated@ + */ + +int /* O - Content length */ +httpGetLength(http_t *http) /* I - HTTP connection */ +{ + /* + * Get the read content length and return the 32-bit value. + */ + + if (http) + { + httpGetLength2(http); + + return (http->_data_remaining); + } + else + return (-1); +} + + +/* + * 'httpGetLength2()' - Get the amount of data remaining from the + * content-length or transfer-encoding fields. + * + * This function returns the complete content length, even for + * content larger than 2^31 - 1. + * + * @since CUPS 1.2@ + */ + +off_t /* O - Content length */ +httpGetLength2(http_t *http) /* I - HTTP connection */ +{ + DEBUG_printf(("httpGetLength2(http=%p), state=%d\n", http, http->state)); + + if (!http) + return (-1); + + if (!strcasecmp(http->fields[HTTP_FIELD_TRANSFER_ENCODING], "chunked")) + { + DEBUG_puts("httpGetLength2: chunked request!"); + + http->data_encoding = HTTP_ENCODE_CHUNKED; + http->data_remaining = 0; + } + else + { + http->data_encoding = HTTP_ENCODE_LENGTH; + + /* + * The following is a hack for HTTP servers that don't send a + * content-length or transfer-encoding field... + * + * If there is no content-length then the connection must close + * after the transfer is complete... + */ + + if (!http->fields[HTTP_FIELD_CONTENT_LENGTH][0]) + { + /* + * Default content length is 0 for errors and 2^31-1 for other + * successful requests... + */ + + if (http->status >= HTTP_MULTIPLE_CHOICES) + http->data_remaining = 0; + else + http->data_remaining = 2147483647; + } + else + http->data_remaining = strtoll(http->fields[HTTP_FIELD_CONTENT_LENGTH], + NULL, 10); + + DEBUG_printf(("httpGetLength2: content_length=" CUPS_LLFMT "\n", + CUPS_LLCAST http->data_remaining)); + } + + if (http->data_remaining <= INT_MAX) + http->_data_remaining = (int)http->data_remaining; + else + http->_data_remaining = INT_MAX; + + return (http->data_remaining); +} + + +/* + * 'httpGetStatus()' - Get the status of the last HTTP request. + * + * @since CUPS 1.2@ + */ + +http_status_t /* O - HTTP status */ +httpGetStatus(http_t *http) /* I - HTTP connection */ +{ + return (http ? http->status : HTTP_ERROR); +} + + +/* + * 'httpGetSubField()' - Get a sub-field value. + * + * @deprecated@ + */ + +char * /* O - Value or NULL */ +httpGetSubField(http_t *http, /* I - HTTP connection */ + http_field_t field, /* I - Field index */ + const char *name, /* I - Name of sub-field */ + char *value) /* O - Value string */ +{ + return (httpGetSubField2(http, field, name, value, HTTP_MAX_VALUE)); +} + + +/* + * 'httpGetSubField2()' - Get a sub-field value. + * + * @since CUPS 1.2@ + */ + +char * /* O - Value or NULL */ +httpGetSubField2(http_t *http, /* I - HTTP connection */ + http_field_t field, /* I - Field index */ + const char *name, /* I - Name of sub-field */ + char *value, /* O - Value string */ + int valuelen) /* I - Size of value buffer */ +{ + const char *fptr; /* Pointer into field */ + char temp[HTTP_MAX_VALUE], /* Temporary buffer for name */ + *ptr, /* Pointer into string buffer */ + *end; /* End of value buffer */ + + DEBUG_printf(("httpGetSubField2(http=%p, field=%d, name=\"%s\", value=%p, valuelen=%d)\n", + http, field, name, value, valuelen)); + + if (!http || !name || !value || valuelen < 2 || + field <= HTTP_FIELD_UNKNOWN || field >= HTTP_FIELD_MAX) + return (NULL); + + end = value + valuelen - 1; + + for (fptr = http->fields[field]; *fptr;) + { + /* + * Skip leading whitespace... + */ + + while (isspace(*fptr & 255)) + fptr ++; + + if (*fptr == ',') + { + fptr ++; + continue; + } + + /* + * Get the sub-field name... + */ + + for (ptr = temp; + *fptr && *fptr != '=' && !isspace(*fptr & 255) && + ptr < (temp + sizeof(temp) - 1); + *ptr++ = *fptr++); + + *ptr = '\0'; + + DEBUG_printf(("httpGetSubField: name=\"%s\"\n", temp)); + + /* + * Skip trailing chars up to the '='... + */ + + while (isspace(*fptr & 255)) + fptr ++; + + if (!*fptr) + break; + + if (*fptr != '=') + continue; + + /* + * Skip = and leading whitespace... + */ + + fptr ++; + + while (isspace(*fptr & 255)) + fptr ++; + + if (*fptr == '\"') + { + /* + * Read quoted string... + */ + + for (ptr = value, fptr ++; + *fptr && *fptr != '\"' && ptr < end; + *ptr++ = *fptr++); + + *ptr = '\0'; + + while (*fptr && *fptr != '\"') + fptr ++; + + if (*fptr) + fptr ++; + } + else + { + /* + * Read unquoted string... + */ + + for (ptr = value; + *fptr && !isspace(*fptr & 255) && *fptr != ',' && ptr < end; + *ptr++ = *fptr++); + + *ptr = '\0'; + + while (*fptr && !isspace(*fptr & 255) && *fptr != ',') + fptr ++; + } + + DEBUG_printf(("httpGetSubField: value=\"%s\"\n", value)); + + /* + * See if this is the one... + */ + + if (!strcmp(name, temp)) + return (value); + } + + value[0] = '\0'; + + return (NULL); +} + + +/* + * 'httpGets()' - Get a line of text from a HTTP connection. + */ + +char * /* O - Line or NULL */ +httpGets(char *line, /* I - Line to read into */ + int length, /* I - Max length of buffer */ + http_t *http) /* I - HTTP connection */ +{ + char *lineptr, /* Pointer into line */ + *lineend, /* End of line */ + *bufptr, /* Pointer into input buffer */ + *bufend; /* Pointer to end of buffer */ + int bytes, /* Number of bytes read */ + eol; /* End-of-line? */ + + + DEBUG_printf(("httpGets(line=%p, length=%d, http=%p)\n", line, length, http)); + + if (http == NULL || line == NULL) + return (NULL); + + /* + * Read a line from the buffer... + */ + + lineptr = line; + lineend = line + length - 1; + eol = 0; + + while (lineptr < lineend) + { + /* + * Pre-load the buffer as needed... + */ + +#ifdef WIN32 + WSASetLastError(0); +#else + errno = 0; +#endif /* WIN32 */ + + while (http->used == 0) + { + /* + * No newline; see if there is more data to be read... + */ + + if (!http->blocking && !http_wait(http, 10000, 1)) + { + DEBUG_puts("httpGets: Timed out!"); +#ifdef WIN32 + http->error = WSAETIMEDOUT; +#else + http->error = ETIMEDOUT; +#endif /* WIN32 */ + return (NULL); + } + +#ifdef HAVE_SSL + if (http->tls) + bytes = http_read_ssl(http, http->buffer + http->used, + HTTP_MAX_BUFFER - http->used); + else +#endif /* HAVE_SSL */ + bytes = recv(http->fd, http->buffer + http->used, + HTTP_MAX_BUFFER - http->used, 0); + + DEBUG_printf(("httpGets: read %d bytes...\n", bytes)); + + if (bytes < 0) + { + /* + * Nope, can't get a line this time... + */ + +#ifdef WIN32 + if (WSAGetLastError() != http->error) + { + http->error = WSAGetLastError(); + continue; + } + + DEBUG_printf(("httpGets: recv() error %d!\n", WSAGetLastError())); +#else + DEBUG_printf(("httpGets: recv() error %d!\n", errno)); + + if (errno == EINTR) + continue; + else if (errno != http->error) + { + http->error = errno; + continue; + } +#endif /* WIN32 */ + + return (NULL); + } + else if (bytes == 0) + { + http->error = EPIPE; + + return (NULL); + } + + /* + * Yup, update the amount used... + */ + + http->used += bytes; + } + + /* + * Now copy as much of the current line as possible... + */ + + for (bufptr = http->buffer, bufend = http->buffer + http->used; + lineptr < lineend && bufptr < bufend;) + { + if (*bufptr == 0x0a) + { + eol = 1; + bufptr ++; + break; + } + else if (*bufptr == 0x0d) + bufptr ++; + else + *lineptr++ = *bufptr++; + } + + http->used -= (int)(bufptr - http->buffer); + if (http->used > 0) + memmove(http->buffer, bufptr, http->used); + + if (eol) + { + /* + * End of line... + */ + + http->activity = time(NULL); + + *lineptr = '\0'; + + DEBUG_printf(("httpGets: Returning \"%s\"\n", line)); + + return (line); + } + } + + DEBUG_puts("httpGets: No new line available!"); + + return (NULL); +} + + +/* + * 'httpHead()' - Send a HEAD request to the server. + */ + +int /* O - Status of call (0 = success) */ +httpHead(http_t *http, /* I - HTTP connection */ + const char *uri) /* I - URI for head */ +{ + return (http_send(http, HTTP_HEAD, uri)); +} + + +/* + * 'httpInitialize()' - Initialize the HTTP interface library and set the + * default HTTP proxy (if any). + */ + +void +httpInitialize(void) +{ +#ifdef HAVE_LIBSSL +# ifndef WIN32 + struct timeval curtime; /* Current time in microseconds */ +# endif /* !WIN32 */ + int i; /* Looping var */ + unsigned char data[1024]; /* Seed data */ +#endif /* HAVE_LIBSSL */ + +#ifdef WIN32 + WSADATA winsockdata; /* WinSock data */ + static int initialized = 0; /* Has WinSock been initialized? */ + + + if (!initialized) + WSAStartup(MAKEWORD(1,1), &winsockdata); +#elif !defined(SO_NOSIGPIPE) + /* + * Ignore SIGPIPE signals... + */ + +# ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); +# elif defined(HAVE_SIGACTION) + struct sigaction action; /* POSIX sigaction data */ + + + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); +# else + signal(SIGPIPE, SIG_IGN); +# endif /* !SO_NOSIGPIPE */ +#endif /* WIN32 */ + +#ifdef HAVE_GNUTLS + gnutls_global_init(); +#endif /* HAVE_GNUTLS */ + +#ifdef HAVE_LIBSSL + SSL_load_error_strings(); + SSL_library_init(); + + /* + * Using the current time is a dubious random seed, but on some systems + * it is the best we can do (on others, this seed isn't even used...) + */ + +#ifdef WIN32 +#else + gettimeofday(&curtime, NULL); + srand(curtime.tv_sec + curtime.tv_usec); +#endif /* WIN32 */ + + for (i = 0; i < sizeof(data); i ++) + data[i] = rand(); /* Yes, this is a poor source of random data... */ + + RAND_seed(&data, sizeof(data)); +#endif /* HAVE_LIBSSL */ +} + + +/* + * 'httpOptions()' - Send an OPTIONS request to the server. + */ + +int /* O - Status of call (0 = success) */ +httpOptions(http_t *http, /* I - HTTP connection */ + const char *uri) /* I - URI for options */ +{ + return (http_send(http, HTTP_OPTIONS, uri)); +} + + +/* + * 'httpPost()' - Send a POST request to the server. + */ + +int /* O - Status of call (0 = success) */ +httpPost(http_t *http, /* I - HTTP connection */ + const char *uri) /* I - URI for post */ +{ + return (http_send(http, HTTP_POST, uri)); +} + + +/* + * 'httpPrintf()' - Print a formatted string to a HTTP connection. + * + * @private@ + */ + +int /* O - Number of bytes written */ +httpPrintf(http_t *http, /* I - HTTP connection */ + const char *format, /* I - printf-style format string */ + ...) /* I - Additional args as needed */ +{ + int bytes; /* Number of bytes to write */ + char buf[16384]; /* Buffer for formatted string */ + va_list ap; /* Variable argument pointer */ + + + DEBUG_printf(("httpPrintf(http=%p, format=\"%s\", ...)\n", http, format)); + + va_start(ap, format); + bytes = vsnprintf(buf, sizeof(buf), format, ap); + va_end(ap); + + DEBUG_printf(("httpPrintf: %s", buf)); + + if (http->data_encoding == HTTP_ENCODE_FIELDS) + return (httpWrite2(http, buf, bytes)); + else + { + if (http->wused) + { + DEBUG_puts(" flushing existing data..."); + + if (httpFlushWrite(http) < 0) + return (-1); + } + + return (http_write(http, buf, bytes)); + } +} + + +/* + * 'httpPut()' - Send a PUT request to the server. + */ + +int /* O - Status of call (0 = success) */ +httpPut(http_t *http, /* I - HTTP connection */ + const char *uri) /* I - URI to put */ +{ + return (http_send(http, HTTP_PUT, uri)); +} + + +/* + * 'httpRead()' - Read data from a HTTP connection. + * + * This function is deprecated. Use the httpRead2() function which can + * read more than 2GB of data. + * + * @deprecated@ + */ + +int /* O - Number of bytes read */ +httpRead(http_t *http, /* I - HTTP connection */ + char *buffer, /* I - Buffer for data */ + int length) /* I - Maximum number of bytes */ +{ + return ((int)httpRead2(http, buffer, length)); +} + + +/* + * 'httpRead2()' - Read data from a HTTP connection. + * + * @since CUPS 1.2@ + */ + +ssize_t /* O - Number of bytes read */ +httpRead2(http_t *http, /* I - HTTP connection */ + char *buffer, /* I - Buffer for data */ + size_t length) /* I - Maximum number of bytes */ +{ + ssize_t bytes; /* Bytes read */ + char len[32]; /* Length string */ + + + DEBUG_printf(("httpRead(http=%p, buffer=%p, length=%d)\n", + http, buffer, length)); + + if (http == NULL || buffer == NULL) + return (-1); + + http->activity = time(NULL); + + if (length <= 0) + return (0); + + if (http->data_encoding == HTTP_ENCODE_CHUNKED && + http->data_remaining <= 0) + { + DEBUG_puts("httpRead2: Getting chunk length..."); + + if (httpGets(len, sizeof(len), http) == NULL) + { + DEBUG_puts("httpRead2: Could not get length!"); + return (0); + } + + http->data_remaining = strtoll(len, NULL, 16); + if (http->data_remaining < 0) + { + DEBUG_puts("httpRead2: Negative chunk length!"); + return (0); + } + } + + DEBUG_printf(("httpRead2: data_remaining=" CUPS_LLFMT "\n", + CUPS_LLCAST http->data_remaining)); + + if (http->data_remaining <= 0) + { + /* + * A zero-length chunk ends a transfer; unless we are reading POST + * data, go idle... + */ + + if (http->data_encoding == HTTP_ENCODE_CHUNKED) + httpGets(len, sizeof(len), http); + + if (http->state == HTTP_POST_RECV) + http->state ++; + else + http->state = HTTP_WAITING; + + /* + * Prevent future reads for this request... + */ + + http->data_encoding = HTTP_ENCODE_LENGTH; + + return (0); + } + else if (length > (size_t)http->data_remaining) + length = (size_t)http->data_remaining; + + if (http->used == 0 && length <= 256) + { + /* + * Buffer small reads for better performance... + */ + + if (!http->blocking && !httpWait(http, 10000)) + return (0); + + if (http->data_remaining > sizeof(http->buffer)) + bytes = sizeof(http->buffer); + else + bytes = http->data_remaining; + +#ifdef HAVE_SSL + if (http->tls) + bytes = http_read_ssl(http, http->buffer, bytes); + else +#endif /* HAVE_SSL */ + { + DEBUG_printf(("httpRead2: reading %d bytes from socket into buffer...\n", + bytes)); + + bytes = recv(http->fd, http->buffer, bytes, 0); + + DEBUG_printf(("httpRead2: read %d bytes from socket into buffer...\n", + bytes)); + } + + if (bytes > 0) + http->used = bytes; + else if (bytes < 0) + { +#ifdef WIN32 + http->error = WSAGetLastError(); + return (-1); +#else + if (errno != EINTR) + { + http->error = errno; + return (-1); + } +#endif /* WIN32 */ + } + else + { + http->error = EPIPE; + return (0); + } + } + + if (http->used > 0) + { + if (length > (size_t)http->used) + length = (size_t)http->used; + + bytes = (ssize_t)length; + + DEBUG_printf(("httpRead2: grabbing %d bytes from input buffer...\n", bytes)); + + memcpy(buffer, http->buffer, length); + http->used -= (int)length; + + if (http->used > 0) + memmove(http->buffer, http->buffer + length, http->used); + } +#ifdef HAVE_SSL + else if (http->tls) + { + if (!http->blocking && !httpWait(http, 10000)) + return (0); + + bytes = (ssize_t)http_read_ssl(http, buffer, (int)length); + } +#endif /* HAVE_SSL */ + else + { + if (!http->blocking && !httpWait(http, 10000)) + return (0); + + DEBUG_printf(("httpRead2: reading %d bytes from socket...\n", length)); + +#ifdef WIN32 + bytes = (ssize_t)recv(http->fd, buffer, (int)length, 0); +#else + while ((bytes = recv(http->fd, buffer, length, 0)) < 0) + if (errno != EINTR) + break; +#endif /* WIN32 */ + + DEBUG_printf(("httpRead2: read %d bytes from socket...\n", bytes)); + } + + if (bytes > 0) + { + http->data_remaining -= bytes; + + if (http->data_remaining <= INT_MAX) + http->_data_remaining = (int)http->data_remaining; + else + http->_data_remaining = INT_MAX; + } + else if (bytes < 0) + { +#ifdef WIN32 + http->error = WSAGetLastError(); +#else + if (errno == EINTR) + bytes = 0; + else + http->error = errno; +#endif /* WIN32 */ + } + else + { + http->error = EPIPE; + return (0); + } + + if (http->data_remaining == 0) + { + if (http->data_encoding == HTTP_ENCODE_CHUNKED) + httpGets(len, sizeof(len), http); + + if (http->data_encoding != HTTP_ENCODE_CHUNKED) + { + if (http->state == HTTP_POST_RECV) + http->state ++; + else + http->state = HTTP_WAITING; + } + } + +#ifdef DEBUG + { + int i, j, ch; + printf("httpRead2: Read %d bytes:\n", bytes); + for (i = 0; i < bytes; i += 16) + { + printf(" "); + + for (j = 0; j < 16 && (i + j) < bytes; j ++) + printf(" %02X", buffer[i + j] & 255); + + while (j < 16) + { + printf(" "); + j ++; + } + + printf(" "); + for (j = 0; j < 16 && (i + j) < bytes; j ++) + { + ch = buffer[i + j] & 255; + + if (ch < ' ' || ch >= 127) + ch = '.'; + + putchar(ch); + } + putchar('\n'); + } + } +#endif /* DEBUG */ + + return (bytes); +} + + +#if defined(HAVE_SSL) && defined(HAVE_CDSASSL) +/* + * '_httpReadCDSA()' - Read function for the CDSA library. + */ + +OSStatus /* O - -1 on error, 0 on success */ +_httpReadCDSA( + SSLConnectionRef connection, /* I - SSL/TLS connection */ + void *data, /* I - Data buffer */ + size_t *dataLength) /* IO - Number of bytes */ +{ + OSStatus result; /* Return value */ + ssize_t bytes; /* Number of bytes read */ + http_t *http; /* HTTP connection */ + + + http = (http_t *)connection; + + if (!http->blocking) + { + /* + * Make sure we have data before we read... + */ + + if (!http_wait(http, 10000, 0)) + { + http->error = ETIMEDOUT; + return (-1); + } + } + + do + { + bytes = recv(http->fd, data, *dataLength, 0); + } + while (bytes == -1 && errno == EINTR); + + if (bytes == *dataLength) + { + result = 0; + } + else if (bytes > 0) + { + *dataLength = bytes; + result = errSSLWouldBlock; + } + else + { + *dataLength = 0; + + if (bytes == 0) + result = errSSLClosedGraceful; + else if (errno == EAGAIN) + result = errSSLWouldBlock; + else + result = errSSLClosedAbort; + } + + return (result); +} +#endif /* HAVE_SSL && HAVE_CDSASSL */ + + +#if defined(HAVE_SSL) && defined(HAVE_GNUTLS) +/* + * '_httpReadGNUTLS()' - Read function for the GNU TLS library. + */ + +ssize_t /* O - Number of bytes read or -1 on error */ +_httpReadGNUTLS( + gnutls_transport_ptr ptr, /* I - HTTP connection */ + void *data, /* I - Buffer */ + size_t length) /* I - Number of bytes to read */ +{ + http_t *http; /* HTTP connection */ + + + http = (http_t *)ptr; + + if (!http->blocking) + { + /* + * Make sure we have data before we read... + */ + + if (!http_wait(http, 10000, 0)) + { + http->error = ETIMEDOUT; + return (-1); + } + } + + return (recv(http->fd, data, length, 0)); +} +#endif /* HAVE_SSL && HAVE_GNUTLS */ + + +/* + * 'httpReconnect()' - Reconnect to a HTTP server. + */ + +int /* O - 0 on success, non-zero on failure */ +httpReconnect(http_t *http) /* I - HTTP connection */ +{ + http_addrlist_t *addr; /* Connected address */ + + + DEBUG_printf(("httpReconnect(http=%p)\n", http)); + + if (!http) + return (-1); + +#ifdef HAVE_SSL + if (http->tls) + http_shutdown_ssl(http); +#endif /* HAVE_SSL */ + + /* + * Close any previously open socket... + */ + + if (http->fd >= 0) + { +#ifdef WIN32 + closesocket(http->fd); +#else + close(http->fd); +#endif /* WIN32 */ + + http->fd = -1; + } + + /* + * Connect to the server... + */ + + if ((addr = httpAddrConnect(http->addrlist, &(http->fd))) == NULL) + { + /* + * Unable to connect... + */ + +#ifdef WIN32 + http->error = WSAGetLastError(); +#else + http->error = errno; +#endif /* WIN32 */ + http->status = HTTP_ERROR; + + return (-1); + } + + http->hostaddr = &(addr->addr); + http->error = 0; + http->status = HTTP_CONTINUE; + +#ifdef HAVE_SSL + if (http->encryption == HTTP_ENCRYPT_ALWAYS) + { + /* + * Always do encryption via SSL. + */ + + if (http_setup_ssl(http) != 0) + { +#ifdef WIN32 + closesocket(http->fd); +#else + close(http->fd); +#endif /* WIN32 */ + + return (-1); + } + } + else if (http->encryption == HTTP_ENCRYPT_REQUIRED) + return (http_upgrade(http)); +#endif /* HAVE_SSL */ + + return (0); +} + + +/* + * 'httpSetCookie()' - Set the cookie value(s)... + * + * @since CUPS 1.1.19@ + */ + +void +httpSetCookie(http_t *http, /* I - Connection */ + const char *cookie) /* I - Cookie string */ +{ + if (!http) + return; + + if (http->cookie) + free(http->cookie); + + if (cookie) + http->cookie = strdup(cookie); + else + http->cookie = NULL; +} + + +/* + * 'httpSetExpect()' - Set the Expect: header in a request. + * + * Currently only HTTP_CONTINUE is supported for the "expect" argument. + * + * @since CUPS 1.2@ + */ + +void +httpSetExpect(http_t *http, /* I - HTTP connection */ + http_status_t expect) /* I - HTTP status to expect (HTTP_CONTINUE) */ +{ + if (http) + http->expect = expect; +} + + +/* + * 'httpSetField()' - Set the value of an HTTP header. + */ + +void +httpSetField(http_t *http, /* I - HTTP connection */ + http_field_t field, /* I - Field index */ + const char *value) /* I - Value */ +{ + if (http == NULL || + field < HTTP_FIELD_ACCEPT_LANGUAGE || + field > HTTP_FIELD_WWW_AUTHENTICATE || + value == NULL) + return; + + strlcpy(http->fields[field], value, HTTP_MAX_VALUE); +} + + +/* + * 'httpSetLength()' - Set the content-length and content-encoding. + * + * @since CUPS 1.2@ + */ + +void +httpSetLength(http_t *http, /* I - HTTP connection */ + size_t length) /* I - Length (0 for chunked) */ +{ + if (!http) + return; + + if (!length) + { + strcpy(http->fields[HTTP_FIELD_TRANSFER_ENCODING], "chunked"); + http->fields[HTTP_FIELD_CONTENT_LENGTH][0] = '\0'; + } + else + { + http->fields[HTTP_FIELD_TRANSFER_ENCODING][0] = '\0'; + snprintf(http->fields[HTTP_FIELD_CONTENT_LENGTH], HTTP_MAX_VALUE, + CUPS_LLFMT, CUPS_LLCAST length); + } +} + + +/* + * 'httpTrace()' - Send an TRACE request to the server. + */ + +int /* O - Status of call (0 = success) */ +httpTrace(http_t *http, /* I - HTTP connection */ + const char *uri) /* I - URI for trace */ +{ + return (http_send(http, HTTP_TRACE, uri)); +} + + +/* + * 'httpUpdate()' - Update the current HTTP state for incoming data. + */ + +http_status_t /* O - HTTP status */ +httpUpdate(http_t *http) /* I - HTTP connection */ +{ + char line[32768], /* Line from connection... */ + *value; /* Pointer to value on line */ + http_field_t field; /* Field index */ + int major, minor, /* HTTP version numbers */ + status; /* Request status */ + + + DEBUG_printf(("httpUpdate(http=%p), state=%d\n", http, http->state)); + + /* + * Flush pending data, if any... + */ + + if (http->wused) + { + DEBUG_puts(" flushing buffer..."); + + if (httpFlushWrite(http) < 0) + return (HTTP_ERROR); + } + + /* + * If we haven't issued any commands, then there is nothing to "update"... + */ + + if (http->state == HTTP_WAITING) + return (HTTP_CONTINUE); + + /* + * Grab all of the lines we can from the connection... + */ + + while (httpGets(line, sizeof(line), http) != NULL) + { + DEBUG_printf(("httpUpdate: Got \"%s\"\n", line)); + + if (line[0] == '\0') + { + /* + * Blank line means the start of the data section (if any). Return + * the result code, too... + * + * If we get status 100 (HTTP_CONTINUE), then we *don't* change states. + * Instead, we just return HTTP_CONTINUE to the caller and keep on + * tryin'... + */ + + if (http->status == HTTP_CONTINUE) + return (http->status); + + if (http->status < HTTP_BAD_REQUEST) + http->digest_tries = 0; + +#ifdef HAVE_SSL + if (http->status == HTTP_SWITCHING_PROTOCOLS && !http->tls) + { + if (http_setup_ssl(http) != 0) + { +# ifdef WIN32 + closesocket(http->fd); +# else + close(http->fd); +# endif /* WIN32 */ + + return (HTTP_ERROR); + } + + return (HTTP_CONTINUE); + } +#endif /* HAVE_SSL */ + + httpGetLength2(http); + + switch (http->state) + { + case HTTP_GET : + case HTTP_POST : + case HTTP_POST_RECV : + case HTTP_PUT : + http->state ++; + case HTTP_POST_SEND : + case HTTP_HEAD : + break; + + default : + http->state = HTTP_WAITING; + break; + } + + return (http->status); + } + else if (strncmp(line, "HTTP/", 5) == 0) + { + /* + * Got the beginning of a response... + */ + + if (sscanf(line, "HTTP/%d.%d%d", &major, &minor, &status) != 3) + return (HTTP_ERROR); + + http->version = (http_version_t)(major * 100 + minor); + http->status = (http_status_t)status; + } + else if ((value = strchr(line, ':')) != NULL) + { + /* + * Got a value... + */ + + *value++ = '\0'; + while (isspace(*value & 255)) + value ++; + + /* + * Be tolerants of servers that send unknown attribute fields... + */ + + if (!strcasecmp(line, "expect")) + { + /* + * "Expect: 100-continue" or similar... + */ + + http->expect = (http_status_t)atoi(value); + } + else if (!strcasecmp(line, "cookie")) + { + /* + * "Cookie: name=value[; name=value ...]" - replaces previous cookies... + */ + + httpSetCookie(http, value); + } + else if ((field = http_field(line)) == HTTP_FIELD_UNKNOWN) + { + DEBUG_printf(("httpUpdate: unknown field %s seen!\n", line)); + continue; + } + else + httpSetField(http, field, value); + } + else + { + http->status = HTTP_ERROR; + return (HTTP_ERROR); + } + } + + /* + * See if there was an error... + */ + + if (http->error == EPIPE && http->status > HTTP_CONTINUE) + return (http->status); + + if (http->error) + { + DEBUG_printf(("httpUpdate: socket error %d - %s\n", http->error, + strerror(http->error))); + http->status = HTTP_ERROR; + return (HTTP_ERROR); + } + + /* + * If we haven't already returned, then there is nothing new... + */ + + return (HTTP_CONTINUE); +} + + +/* + * 'httpWait()' - Wait for data available on a connection. + * + * @since CUPS 1.1.19@ + */ + +int /* O - 1 if data is available, 0 otherwise */ +httpWait(http_t *http, /* I - HTTP connection */ + int msec) /* I - Milliseconds to wait */ +{ + /* + * First see if there is data in the buffer... + */ + + if (http == NULL) + return (0); + + if (http->used) + return (1); + + /* + * Flush pending data, if any... + */ + + if (http->wused) + { + if (httpFlushWrite(http) < 0) + return (0); + } + + /* + * If not, check the SSL/TLS buffers and do a select() on the connection... + */ + + return (http_wait(http, msec, 1)); +} + + +/* + * 'httpWrite()' - Write data to a HTTP connection. + * + * This function is deprecated. Use the httpWrite2() function which can + * write more than 2GB of data. + * + * @deprecated@ + */ + +int /* O - Number of bytes written */ +httpWrite(http_t *http, /* I - HTTP connection */ + const char *buffer, /* I - Buffer for data */ + int length) /* I - Number of bytes to write */ +{ + return ((int)httpWrite2(http, buffer, length)); +} + + +/* + * 'httpWrite2()' - Write data to a HTTP connection. + * + * @since CUPS 1.2@ + */ + +ssize_t /* O - Number of bytes written */ +httpWrite2(http_t *http, /* I - HTTP connection */ + const char *buffer, /* I - Buffer for data */ + size_t length) /* I - Number of bytes to write */ +{ + ssize_t bytes; /* Bytes written */ + + + DEBUG_printf(("httpWrite(http=%p, buffer=%p, length=%d)\n", http, + buffer, length)); + + /* + * Range check input... + */ + + if (http == NULL || buffer == NULL) + return (-1); + + /* + * Mark activity on the connection... + */ + + http->activity = time(NULL); + + /* + * Buffer small writes for better performance... + */ + + if (length > 0) + { + if (http->wused && (length + http->wused) > sizeof(http->wbuffer)) + { + DEBUG_printf((" flushing buffer (wused=%d, length=%d)\n", + http->wused, length)); + + httpFlushWrite(http); + } + + if ((length + http->wused) <= sizeof(http->wbuffer)) + { + /* + * Write to buffer... + */ + + DEBUG_printf((" copying %d bytes to wbuffer...\n", length)); + + memcpy(http->wbuffer + http->wused, buffer, length); + http->wused += (int)length; + bytes = (ssize_t)length; + } + else + { + /* + * Otherwise write the data directly... + */ + + DEBUG_printf((" writing %d bytes to socket...\n", length)); + + if (http->data_encoding == HTTP_ENCODE_CHUNKED) + bytes = (ssize_t)http_write_chunk(http, buffer, (int)length); + else + bytes = (ssize_t)http_write(http, buffer, (int)length); + + DEBUG_printf((" wrote %d bytes...\n", bytes)); + } + + if (http->data_encoding == HTTP_ENCODE_LENGTH) + http->data_remaining -= bytes; + } + else + bytes = 0; + + /* + * Handle end-of-request processing... + */ + + if ((http->data_encoding == HTTP_ENCODE_CHUNKED && length == 0) || + (http->data_encoding == HTTP_ENCODE_LENGTH && http->data_remaining == 0)) + { + /* + * Finished with the transfer; unless we are sending POST or PUT + * data, go idle... + */ + + DEBUG_puts("httpWrite: changing states..."); + + if (http->wused) + httpFlushWrite(http); + + if (http->data_encoding == HTTP_ENCODE_CHUNKED) + { + /* + * Send a 0-length chunk at the end of the request... + */ + + http_write(http, "0\r\n\r\n", 5); + + /* + * Reset the data state... + */ + + http->data_encoding = HTTP_ENCODE_LENGTH; + http->data_remaining = 0; + } + + if (http->state == HTTP_POST_RECV) + http->state ++; + else if (http->state == HTTP_PUT_RECV) + http->state = HTTP_STATUS; + else + http->state = HTTP_WAITING; + } + + return (bytes); +} + + +#if defined(HAVE_SSL) && defined(HAVE_CDSASSL) +/* + * '_httpWriteCDSA()' - Write function for the CDSA library. + */ + +OSStatus /* O - -1 on error, 0 on success */ +_httpWriteCDSA( + SSLConnectionRef connection, /* I - SSL/TLS connection */ + const void *data, /* I - Data buffer */ + size_t *dataLength) /* IO - Number of bytes */ +{ + OSStatus result; /* Return value */ + ssize_t bytes; /* Number of bytes read */ + http_t *http; /* HTTP connection */ + + + http = (http_t *)connection; + + do + { + bytes = write(http->fd, data, *dataLength); + } + while (bytes == -1 && errno == EINTR); + + if (bytes == *dataLength) + { + result = 0; + } + else if (bytes >= 0) + { + *dataLength = bytes; + result = errSSLWouldBlock; + } + else + { + *dataLength = 0; + + if (errno == EAGAIN) + result = errSSLWouldBlock; + else + result = errSSLClosedAbort; + } + + return (result); +} +#endif /* HAVE_SSL && HAVE_CDSASSL */ + + +#if defined(HAVE_SSL) && defined(HAVE_GNUTLS) +/* + * '_httpWriteGNUTLS()' - Write function for the GNU TLS library. + */ + +ssize_t /* O - Number of bytes written or -1 on error */ +_httpWriteGNUTLS( + gnutls_transport_ptr ptr, /* I - HTTP connection */ + const void *data, /* I - Data buffer */ + size_t length) /* I - Number of bytes to write */ +{ + return (send(((http_t *)ptr)->fd, data, length, 0)); +} +#endif /* HAVE_SSL && HAVE_GNUTLS */ + + +#if defined(HAVE_SSL) && defined(HAVE_LIBSSL) +/* + * 'http_bio_ctrl()' - Control the HTTP connection. + */ + +static long /* O - Result/data */ +http_bio_ctrl(BIO *h, /* I - BIO data */ + int cmd, /* I - Control command */ + long arg1, /* I - First argument */ + void *arg2) /* I - Second argument */ +{ + switch (cmd) + { + default : + return (0); + + case BIO_CTRL_RESET : + h->ptr = NULL; + return (0); + + case BIO_C_SET_FILE_PTR : + h->ptr = arg2; + h->init = 1; + return (1); + + case BIO_C_GET_FILE_PTR : + if (arg2) + { + *((void **)arg2) = h->ptr; + return (1); + } + else + return (0); + + case BIO_CTRL_DUP : + case BIO_CTRL_FLUSH : + return (1); + } +} + + +/* + * 'http_bio_free()' - Free OpenSSL data. + */ + +static int /* O - 1 on success, 0 on failure */ +http_bio_free(BIO *h) /* I - BIO data */ +{ + if (!h) + return (0); + + if (h->shutdown) + { + h->init = 0; + h->flags = 0; + } + + return (1); +} + + +/* + * 'http_bio_new()' - Initialize an OpenSSL BIO structure. + */ + +static int /* O - 1 on success, 0 on failure */ +http_bio_new(BIO *h) /* I - BIO data */ +{ + if (!h) + return (0); + + h->init = 0; + h->num = 0; + h->ptr = NULL; + h->flags = 0; + + return (1); +} + + +/* + * 'http_bio_puts()' - Send a string for OpenSSL. + */ + +static int /* O - Bytes written */ +http_bio_puts(BIO *h, /* I - BIO data */ + const char *str) /* I - String to write */ +{ +#ifdef WIN32 + return (send(((http_t *)h->ptr)->fd, str, (int)strlen(str), 0)); +#else + return (send(((http_t *)h->ptr)->fd, str, strlen(str), 0)); +#endif /* WIN32 */ +} + + +/* + * 'http_bio_read()' - Read data for OpenSSL. + */ + +static int /* O - Bytes read */ +http_bio_read(BIO *h, /* I - BIO data */ + char *buf, /* I - Buffer */ + int size) /* I - Number of bytes to read */ +{ + http_t *http; /* HTTP connection */ + + + http = (http_t *)h->ptr; + + if (!http->blocking) + { + /* + * Make sure we have data before we read... + */ + + if (!http_wait(http, 10000, 0)) + { +#ifdef WIN32 + http->error = WSAETIMEDOUT; +#else + http->error = ETIMEDOUT; +#endif /* WIN32 */ + + return (-1); + } + } + + return (recv(http->fd, buf, size, 0)); +} + + +/* + * 'http_bio_write()' - Write data for OpenSSL. + */ + +static int /* O - Bytes written */ +http_bio_write(BIO *h, /* I - BIO data */ + const char *buf, /* I - Buffer to write */ + int num) /* I - Number of bytes to write */ +{ + return (send(((http_t *)h->ptr)->fd, buf, num, 0)); +} +#endif /* HAVE_SSL && HAVE_LIBSSL */ + + +/* + * 'http_field()' - Return the field index for a field name. + */ + +static http_field_t /* O - Field index */ +http_field(const char *name) /* I - String name */ +{ + int i; /* Looping var */ + + + for (i = 0; i < HTTP_FIELD_MAX; i ++) + if (strcasecmp(name, http_fields[i]) == 0) + return ((http_field_t)i); + + return (HTTP_FIELD_UNKNOWN); +} + + +#ifdef HAVE_SSL +/* + * 'http_read_ssl()' - Read from a SSL/TLS connection. + */ + +static int /* O - Bytes read */ +http_read_ssl(http_t *http, /* I - HTTP connection */ + char *buf, /* I - Buffer to store data */ + int len) /* I - Length of buffer */ +{ +# if defined(HAVE_LIBSSL) + return (SSL_read((SSL *)(http->tls), buf, len)); + +# elif defined(HAVE_GNUTLS) + return (gnutls_record_recv(((http_tls_t *)(http->tls))->session, buf, len)); + +# elif defined(HAVE_CDSASSL) + int result; /* Return value */ + OSStatus error; /* Error info */ + size_t processed; /* Number of bytes processed */ + + + error = SSLRead(((http_tls_t *)http->tls)->session, buf, len, &processed); + + switch (error) + { + case 0 : + result = (int)processed; + break; + case errSSLClosedGraceful : + result = 0; + break; + case errSSLWouldBlock : + if (processed) + result = (int)processed; + else + { + result = -1; + errno = EINTR; + } + break; + default : + errno = EPIPE; + result = -1; + break; + } + + return (result); +# endif /* HAVE_LIBSSL */ +} +#endif /* HAVE_SSL */ + + +/* + * 'http_send()' - Send a request with all fields and the trailing blank line. + */ + +static int /* O - 0 on success, non-zero on error */ +http_send(http_t *http, /* I - HTTP connection */ + http_state_t request, /* I - Request code */ + const char *uri) /* I - URI */ +{ + int i; /* Looping var */ + char *ptr, /* Pointer in buffer */ + buf[1024]; /* Encoded URI buffer */ + static const char * const codes[] = + { /* Request code strings */ + NULL, + "OPTIONS", + "GET", + NULL, + "HEAD", + "POST", + NULL, + NULL, + "PUT", + NULL, + "DELETE", + "TRACE", + "CLOSE" + }; + static const char hex[] = "0123456789ABCDEF"; + /* Hex digits */ + + + DEBUG_printf(("http_send(http=%p, request=HTTP_%s, uri=\"%s\")\n", + http, codes[request], uri)); + + if (http == NULL || uri == NULL) + return (-1); + + /* + * Set the User-Agent field if it isn't already... + */ + + if (!http->fields[HTTP_FIELD_USER_AGENT][0]) + httpSetField(http, HTTP_FIELD_USER_AGENT, CUPS_MINIMAL); + + /* + * Encode the URI as needed... + */ + + for (ptr = buf; *uri != '\0' && ptr < (buf + sizeof(buf) - 1); uri ++) + if (*uri <= ' ' || *uri >= 127) + { + if (ptr < (buf + sizeof(buf) - 1)) + *ptr ++ = '%'; + if (ptr < (buf + sizeof(buf) - 1)) + *ptr ++ = hex[(*uri >> 4) & 15]; + if (ptr < (buf + sizeof(buf) - 1)) + *ptr ++ = hex[*uri & 15]; + } + else + *ptr ++ = *uri; + + *ptr = '\0'; + + /* + * See if we had an error the last time around; if so, reconnect... + */ + + if (http->status == HTTP_ERROR || http->status >= HTTP_BAD_REQUEST) + if (httpReconnect(http)) + return (-1); + + /* + * Flush any written data that is pending... + */ + + if (http->wused) + httpFlushWrite(http); + + /* + * Send the request header... + */ + + http->state = request; + http->data_encoding = HTTP_ENCODE_FIELDS; + + if (request == HTTP_POST || request == HTTP_PUT) + http->state ++; + + http->status = HTTP_CONTINUE; + +#ifdef HAVE_SSL + if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) + { + httpSetField(http, HTTP_FIELD_CONNECTION, "Upgrade"); + httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.0,SSL/2.0,SSL/3.0"); + } +#endif /* HAVE_SSL */ + + if (httpPrintf(http, "%s %s HTTP/1.1\r\n", codes[request], buf) < 1) + { + http->status = HTTP_ERROR; + return (-1); + } + + for (i = 0; i < HTTP_FIELD_MAX; i ++) + if (http->fields[i][0] != '\0') + { + DEBUG_printf(("%s: %s\n", http_fields[i], http->fields[i])); + + if (httpPrintf(http, "%s: %s\r\n", http_fields[i], http->fields[i]) < 1) + { + http->status = HTTP_ERROR; + return (-1); + } + } + + if (http->cookie) + if (httpPrintf(http, "Cookie: $Version=0; %s\r\n", http->cookie) < 1) + { + http->status = HTTP_ERROR; + return (-1); + } + + if (http->expect == HTTP_CONTINUE && + (http->state == HTTP_POST_RECV || http->state == HTTP_PUT_RECV)) + if (httpPrintf(http, "Expect: 100-continue\r\n") < 1) + { + http->status = HTTP_ERROR; + return (-1); + } + + if (httpPrintf(http, "\r\n") < 1) + { + http->status = HTTP_ERROR; + return (-1); + } + + httpFlushWrite(http); + httpGetLength2(http); + httpClearFields(http); + + return (0); +} + + +#ifdef HAVE_SSL +/* + * 'http_setup_ssl()' - Set up SSL/TLS support on a connection. + */ + +static int /* O - Status of connection */ +http_setup_ssl(http_t *http) /* I - HTTP connection */ +{ +# ifdef HAVE_LIBSSL + SSL_CTX *context; /* Context for encryption */ + SSL *conn; /* Connection for encryption */ + BIO *bio; /* BIO data */ +# elif defined(HAVE_GNUTLS) + http_tls_t *conn; /* TLS session object */ + gnutls_certificate_client_credentials *credentials; + /* TLS credentials */ +# elif defined(HAVE_CDSASSL) + OSStatus error; /* Error code */ + http_tls_t *conn; /* CDSA connection information */ +# endif /* HAVE_LIBSSL */ + + + DEBUG_printf(("http_setup_ssl(http=%p)\n", http)); + +# ifdef HAVE_LIBSSL + context = SSL_CTX_new(SSLv23_client_method()); + + SSL_CTX_set_options(context, SSL_OP_NO_SSLv2); /* Only use SSLv3 or TLS */ + + bio = BIO_new(_httpBIOMethods()); + BIO_ctrl(bio, BIO_C_SET_FILE_PTR, 0, (char *)http); + + conn = SSL_new(context); + SSL_set_bio(conn, bio, bio); + + if (SSL_connect(conn) != 1) + { +# ifdef DEBUG + unsigned long error; /* Error code */ + + while ((error = ERR_get_error()) != 0) + printf("http_setup_ssl: %s\n", ERR_error_string(error, NULL)); +# endif /* DEBUG */ + + SSL_CTX_free(context); + SSL_free(conn); + +# ifdef WIN32 + http->error = WSAGetLastError(); +# else + http->error = errno; +# endif /* WIN32 */ + http->status = HTTP_ERROR; + + return (HTTP_ERROR); + } + +# elif defined(HAVE_GNUTLS) + if ((conn = (http_tls_t *)malloc(sizeof(http_tls_t))) == NULL) + { + http->error = errno; + http->status = HTTP_ERROR; + + return (-1); + } + + credentials = (gnutls_certificate_client_credentials *) + malloc(sizeof(gnutls_certificate_client_credentials)); + if (credentials == NULL) + { + free(conn); + + http->error = errno; + http->status = HTTP_ERROR; + + return (-1); + } + + gnutls_certificate_allocate_credentials(credentials); + + gnutls_init(&(conn->session), GNUTLS_CLIENT); + gnutls_set_default_priority(conn->session); + gnutls_credentials_set(conn->session, GNUTLS_CRD_CERTIFICATE, *credentials); + gnutls_transport_set_ptr(conn->session, (gnutls_transport_ptr)http); + gnutls_transport_set_pull_function(conn->session, _httpReadGNUTLS); + gnutls_transport_set_push_function(conn->session, _httpWriteGNUTLS); + + if ((gnutls_handshake(conn->session)) != GNUTLS_E_SUCCESS) + { + http->error = errno; + http->status = HTTP_ERROR; + + return (-1); + } + + conn->credentials = credentials; + +# elif defined(HAVE_CDSASSL) + conn = (http_tls_t *)calloc(1, sizeof(http_tls_t)); + + if (conn == NULL) + return (-1); + + if ((error = SSLNewContext(false, &conn->session))) + { + http->error = error; + http->status = HTTP_ERROR; + + free(conn); + return (-1); + } + + /* + * Use a union to resolve warnings about int/pointer size mismatches... + */ + + error = SSLSetConnection(conn->session, http); + + if (!error) + error = SSLSetIOFuncs(conn->session, _httpReadCDSA, _httpWriteCDSA); + + if (!error) + error = SSLSetAllowsExpiredCerts(conn->session, true); + + if (!error) + error = SSLSetAllowsAnyRoot(conn->session, true); + + if (!error) + error = SSLSetProtocolVersionEnabled(conn->session, kSSLProtocol2, false); + + if (!error) + { + while ((error = SSLHandshake(conn->session)) == errSSLWouldBlock) + usleep(1000); + } + + if (error) + { + http->error = error; + http->status = HTTP_ERROR; + + SSLDisposeContext(conn->session); + + free(conn); + + return (-1); + } +# endif /* HAVE_CDSASSL */ + + http->tls = conn; + return (0); +} +#endif /* HAVE_SSL */ + + +#ifdef HAVE_SSL +/* + * 'http_shutdown_ssl()' - Shut down SSL/TLS on a connection. + */ + +static void +http_shutdown_ssl(http_t *http) /* I - HTTP connection */ +{ +# ifdef HAVE_LIBSSL + SSL_CTX *context; /* Context for encryption */ + SSL *conn; /* Connection for encryption */ + + + conn = (SSL *)(http->tls); + context = SSL_get_SSL_CTX(conn); + + SSL_shutdown(conn); + SSL_CTX_free(context); + SSL_free(conn); + +# elif defined(HAVE_GNUTLS) + http_tls_t *conn; /* Encryption session */ + gnutls_certificate_client_credentials *credentials; + /* TLS credentials */ + + + conn = (http_tls_t *)(http->tls); + credentials = (gnutls_certificate_client_credentials *)(conn->credentials); + + gnutls_bye(conn->session, GNUTLS_SHUT_RDWR); + gnutls_deinit(conn->session); + gnutls_certificate_free_credentials(*credentials); + free(credentials); + free(conn); + +# elif defined(HAVE_CDSASSL) + http_tls_t *conn; /* CDSA connection information */ + + + conn = (http_tls_t *)(http->tls); + + while (SSLClose(conn->session) == errSSLWouldBlock) + usleep(1000); + + SSLDisposeContext(conn->session); + + if (conn->certsArray) + CFRelease(conn->certsArray); + + free(conn); +# endif /* HAVE_LIBSSL */ + + http->tls = NULL; +} +#endif /* HAVE_SSL */ + + +#ifdef HAVE_SSL +/* + * 'http_upgrade()' - Force upgrade to TLS encryption. + */ + +static int /* O - Status of connection */ +http_upgrade(http_t *http) /* I - HTTP connection */ +{ + int ret; /* Return value */ + http_t myhttp; /* Local copy of HTTP data */ + + + DEBUG_printf(("http_upgrade(%p)\n", http)); + + /* + * Copy the HTTP data to a local variable so we can do the OPTIONS + * request without interfering with the existing request data... + */ + + memcpy(&myhttp, http, sizeof(myhttp)); + + /* + * Send an OPTIONS request to the server, requiring SSL or TLS + * encryption on the link... + */ + + httpClearFields(http); + httpSetField(http, HTTP_FIELD_CONNECTION, "upgrade"); + httpSetField(http, HTTP_FIELD_UPGRADE, "TLS/1.0, SSL/2.0, SSL/3.0"); + + if ((ret = httpOptions(http, "*")) == 0) + { + /* + * Wait for the secure connection... + */ + + while (httpUpdate(http) == HTTP_CONTINUE); + } + + httpFlush(http); + + /* + * Restore the HTTP request data... + */ + + memcpy(http->fields, myhttp.fields, sizeof(http->fields)); + http->data_encoding = myhttp.data_encoding; + http->data_remaining = myhttp.data_remaining; + http->_data_remaining = myhttp._data_remaining; + http->expect = myhttp.expect; + + /* + * See if we actually went secure... + */ + + if (!http->tls) + { + /* + * Server does not support HTTP upgrade... + */ + + DEBUG_puts("Server does not support HTTP upgrade!"); + +# ifdef WIN32 + closesocket(http->fd); +# else + close(http->fd); +# endif + + http->fd = -1; + + return (-1); + } + else + return (ret); +} +#endif /* HAVE_SSL */ + + +/* + * 'http_wait()' - Wait for data available on a connection. + */ + +static int /* O - 1 if data is available, 0 otherwise */ +http_wait(http_t *http, /* I - HTTP connection */ + int msec, /* I - Milliseconds to wait */ + int usessl) /* I - Use SSL context? */ +{ +#ifndef WIN32 + struct rlimit limit; /* Runtime limit */ + int set_size; /* Size of select set */ +#endif /* !WIN32 */ + struct timeval timeout; /* Timeout */ + int nfds; /* Result from select() */ + + + DEBUG_printf(("http_wait(http=%p, msec=%d)\n", http, msec)); + + if (http->fd < 0) + return (0); + + /* + * Check the SSL/TLS buffers for data first... + */ + +#ifdef HAVE_SSL + if (http->tls && usessl) + { +# ifdef HAVE_LIBSSL + if (SSL_pending((SSL *)(http->tls))) + return (1); +# elif defined(HAVE_GNUTLS) + if (gnutls_record_check_pending(((http_tls_t *)(http->tls))->session)) + return (1); +# elif defined(HAVE_CDSASSL) + size_t bytes; /* Bytes that are available */ + + if (!SSLGetBufferedReadSize(((http_tls_t *)http->tls)->session, &bytes) && bytes > 0) + return (1); +# endif /* HAVE_LIBSSL */ + } +#endif /* HAVE_SSL */ + + /* + * Then try doing a select() to poll the socket... + */ + + if (!http->input_set) + { +#ifdef WIN32 + /* + * Windows has a fixed-size select() structure, different (surprise, + * surprise!) from all UNIX implementations. Just allocate this + * fixed structure... + */ + + http->input_set = calloc(1, sizeof(fd_set)); +#else + /* + * Allocate the select() input set based upon the max number of file + * descriptors available for this process... + */ + + getrlimit(RLIMIT_NOFILE, &limit); + + set_size = (limit.rlim_cur + 31) / 8 + 4; + if (set_size < sizeof(fd_set)) + set_size = sizeof(fd_set); + + http->input_set = calloc(1, set_size); +#endif /* WIN32 */ + + if (!http->input_set) + return (0); + } + + do + { + FD_SET(http->fd, http->input_set); + + DEBUG_printf(("http_wait: msec=%d, http->fd=%d\n", msec, http->fd)); + + if (msec >= 0) + { + timeout.tv_sec = msec / 1000; + timeout.tv_usec = (msec % 1000) * 1000; + + nfds = select(http->fd + 1, http->input_set, NULL, NULL, &timeout); + } + else + nfds = select(http->fd + 1, http->input_set, NULL, NULL, NULL); + + DEBUG_printf(("http_wait: select() returned %d...\n", nfds)); + } +#ifdef WIN32 + while (nfds < 0 && WSAGetLastError() == WSAEINTR); +#else + while (nfds < 0 && errno == EINTR); +#endif /* WIN32 */ + + FD_CLR(http->fd, http->input_set); + + DEBUG_printf(("http_wait: returning with nfds=%d...\n", nfds)); + + return (nfds > 0); +} + + +/* + * 'http_write()' - Write a buffer to a HTTP connection. + */ + +static int /* O - Number of bytes written */ +http_write(http_t *http, /* I - HTTP connection */ + const char *buffer, /* I - Buffer for data */ + int length) /* I - Number of bytes to write */ +{ + int tbytes, /* Total bytes sent */ + bytes; /* Bytes sent */ + + + tbytes = 0; + + while (length > 0) + { +#ifdef HAVE_SSL + if (http->tls) + bytes = http_write_ssl(http, buffer, length); + else +#endif /* HAVE_SSL */ + bytes = send(http->fd, buffer, length, 0); + + if (bytes < 0) + { +#ifdef WIN32 + if (WSAGetLastError() != http->error) + { + http->error = WSAGetLastError(); + continue; + } +#else + if (errno == EINTR) + continue; + else if (errno != http->error && errno != ECONNRESET) + { + http->error = errno; + continue; + } +#endif /* WIN32 */ + + DEBUG_puts("http_write: error writing data...\n"); + + return (-1); + } + + buffer += bytes; + tbytes += bytes; + length -= bytes; + } + +#ifdef DEBUG + { + int i, j, ch; + printf("http_write: wrote %d bytes: \n", tbytes); + for (i = 0, buffer -= tbytes; i < tbytes; i += 16) + { + printf(" "); + + for (j = 0; j < 16 && (i + j) < tbytes; j ++) + printf(" %02X", buffer[i + j] & 255); + + while (j < 16) + { + printf(" "); + j ++; + } + + printf(" "); + for (j = 0; j < 16 && (i + j) < tbytes; j ++) + { + ch = buffer[i + j] & 255; + + if (ch < ' ' || ch == 127) + ch = '.'; + + putchar(ch); + } + putchar('\n'); + } + } +#endif /* DEBUG */ + + return (tbytes); +} + + +/* + * 'http_write_chunk()' - Write a chunked buffer. + */ + +static int /* O - Number bytes written */ +http_write_chunk(http_t *http, /* I - HTTP connection */ + const char *buffer, /* I - Buffer to write */ + int length) /* I - Length of buffer */ +{ + char header[255]; /* Chunk header */ + int bytes; /* Bytes written */ + + DEBUG_printf(("http_write_chunk(http=%p, buffer=%p, length=%d)\n", + http, buffer, length)); + + /* + * Write the chunk header, data, and trailer. + */ + + sprintf(header, "%x\r\n", length); + if (http_write(http, header, (int)strlen(header)) < 0) + { + DEBUG_puts(" http_write of length failed!"); + return (-1); + } + + if ((bytes = http_write(http, buffer, length)) < 0) + { + DEBUG_puts(" http_write of buffer failed!"); + return (-1); + } + + if (http_write(http, "\r\n", 2) < 0) + { + DEBUG_puts(" http_write of CR LF failed!"); + return (-1); + } + + return (bytes); +} + + +#ifdef HAVE_SSL +/* + * 'http_write_ssl()' - Write to a SSL/TLS connection. + */ + +static int /* O - Bytes written */ +http_write_ssl(http_t *http, /* I - HTTP connection */ + const char *buf, /* I - Buffer holding data */ + int len) /* I - Length of buffer */ +{ +# if defined(HAVE_LIBSSL) + return (SSL_write((SSL *)(http->tls), buf, len)); + +# elif defined(HAVE_GNUTLS) + return (gnutls_record_send(((http_tls_t *)(http->tls))->session, buf, len)); +# elif defined(HAVE_CDSASSL) + int result; /* Return value */ + OSStatus error; /* Error info */ + size_t processed; /* Number of bytes processed */ + + + error = SSLWrite(((http_tls_t *)http->tls)->session, buf, len, &processed); + + switch (error) + { + case 0 : + result = (int)processed; + break; + case errSSLClosedGraceful : + result = 0; + break; + case errSSLWouldBlock : + if (processed) + result = (int)processed; + else + { + result = -1; + errno = EINTR; + } + break; + default : + errno = EPIPE; + result = -1; + break; + } + + return (result); +# endif /* HAVE_LIBSSL */ +} +#endif /* HAVE_SSL */ + + +/* + * End of "$Id$". + */ diff --git a/cups/http.h b/cups/http.h new file mode 100644 index 0000000000..965656adf4 --- /dev/null +++ b/cups/http.h @@ -0,0 +1,517 @@ +/* + * "$Id$" + * + * Hyper-Text Transport Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_HTTP_H_ +# define _CUPS_HTTP_H_ + +/* + * Include necessary headers... + */ + +# include +# include +# include +# ifdef WIN32 +# ifndef __CUPS_SSIZE_T_DEFINED +# define __CUPS_SSIZE_T_DEFINED +/* Windows does not support the ssize_t type, so map it to off_t... */ +typedef off_t ssize_t; /* @private@ */ +# endif /* !__CUPS_SSIZE_T_DEFINED */ +# include +# include +# else +# ifdef __sgi +# define INET6 /* IRIX IPv6 support... */ +# endif /* __sgi */ +# include +# include +# include +# include +# include +# include +# include +# include +# if !defined(__APPLE__) || !defined(TCP_NODELAY) +# include +# endif /* !__APPLE__ || !TCP_NODELAY */ +# if defined(AF_UNIX) && !defined(AF_LOCAL) +# define AF_LOCAL AF_UNIX /* Older UNIX's have old names... */ +# endif /* AF_UNIX && !AF_LOCAL */ +# ifdef AF_LOCAL +# include +# endif /* AF_LOCAL */ +# endif /* WIN32 */ + +# include "md5.h" + +/* + * With GCC 3.0 and higher, we can mark old APIs "deprecated" so you get + * a warning at compile-time. + */ + +# if defined(__GNUC__) && __GNUC__ > 2 +# define _HTTP_DEPRECATED __attribute__ ((__deprecated__)) +# else +# define _HTTP_DEPRECATED +# endif /* __GNUC__ && __GNUC__ > 2 */ + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Oh, the wonderful world of IPv6 compatibility. Apparently some + * implementations expose the (more logical) 32-bit address parts + * to everyone, while others only expose it to kernel code... To + * make supporting IPv6 even easier, each vendor chose different + * core structure and union names, so the same defines or code + * can't be used on all platforms. + * + * The following will likely need tweaking on new platforms that + * support IPv6 - the "s6_addr32" define maps to the 32-bit integer + * array in the in6_addr union, which is named differently on various + * platforms. + */ + +#if defined(AF_INET6) && !defined(s6_addr32) +# if defined(__sun) +# define s6_addr32 _S6_un._S6_u32 +# elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) +# define s6_addr32 __u6_addr.__u6_addr32 +# elif defined(__osf__) +# define s6_addr32 s6_un.sa6_laddr +# elif defined(WIN32) +/* + * Windows only defines byte and 16-bit word members of the union and + * requires special casing of all raw address code... + */ +# define s6_addr32 error_need_win32_specific_code +# endif /* __sun */ +#endif /* AF_INET6 && !s6_addr32 */ + + +/* + * Limits... + */ + +# define HTTP_MAX_URI 1024 /* Max length of URI string */ +# define HTTP_MAX_HOST 256 /* Max length of hostname string */ +# define HTTP_MAX_BUFFER 2048 /* Max length of data buffer */ +# define HTTP_MAX_VALUE 256 /* Max header field value length */ + + +/* + * Types and structures... + */ + +typedef enum http_auth_e /**** HTTP authentication types ****/ +{ + HTTP_AUTH_NONE, /* No authentication in use */ + HTTP_AUTH_BASIC, /* Basic authentication in use */ + HTTP_AUTH_MD5, /* Digest authentication in use */ + HTTP_AUTH_MD5_SESS, /* MD5-session authentication in use */ + HTTP_AUTH_MD5_INT, /* Digest authentication in use for body */ + HTTP_AUTH_MD5_SESS_INT /* MD5-session authentication in use for body */ +} http_auth_t; + +typedef enum http_encoding_e /**** HTTP transfer encoding values ****/ +{ + HTTP_ENCODE_LENGTH, /* Data is sent with Content-Length */ + HTTP_ENCODE_CHUNKED, /* Data is chunked */ + HTTP_ENCODE_FIELDS /* Sending HTTP fields */ +} http_encoding_t; + +typedef enum http_encryption_e /**** HTTP encryption values ****/ +{ + HTTP_ENCRYPT_IF_REQUESTED, /* Encrypt if requested (TLS upgrade) */ + HTTP_ENCRYPT_NEVER, /* Never encrypt */ + HTTP_ENCRYPT_REQUIRED, /* Encryption is required (TLS upgrade) */ + HTTP_ENCRYPT_ALWAYS /* Always encrypt (SSL) */ +} http_encryption_t; + +typedef enum http_field_e /**** HTTP field names ****/ +{ + HTTP_FIELD_UNKNOWN = -1, /* Unknown field */ + HTTP_FIELD_ACCEPT_LANGUAGE, /* Accept-Language field */ + HTTP_FIELD_ACCEPT_RANGES, /* Accept-Ranges field */ + HTTP_FIELD_AUTHORIZATION, /* Authorization field */ + HTTP_FIELD_CONNECTION, /* Connection field */ + HTTP_FIELD_CONTENT_ENCODING, /* Content-Encoding field */ + HTTP_FIELD_CONTENT_LANGUAGE, /* Content-Language field */ + HTTP_FIELD_CONTENT_LENGTH, /* Content-Length field */ + HTTP_FIELD_CONTENT_LOCATION, /* Content-Location field */ + HTTP_FIELD_CONTENT_MD5, /* Content-MD5 field */ + HTTP_FIELD_CONTENT_RANGE, /* Content-Range field */ + HTTP_FIELD_CONTENT_TYPE, /* Content-Type field */ + HTTP_FIELD_CONTENT_VERSION, /* Content-Version field */ + HTTP_FIELD_DATE, /* Date field */ + HTTP_FIELD_HOST, /* Host field */ + HTTP_FIELD_IF_MODIFIED_SINCE, /* If-Modified-Since field */ + HTTP_FIELD_IF_UNMODIFIED_SINCE, /* If-Unmodified-Since field */ + HTTP_FIELD_KEEP_ALIVE, /* Keep-Alive field */ + HTTP_FIELD_LAST_MODIFIED, /* Last-Modified field */ + HTTP_FIELD_LINK, /* Link field */ + HTTP_FIELD_LOCATION, /* Location field */ + HTTP_FIELD_RANGE, /* Range field */ + HTTP_FIELD_REFERER, /* Referer field */ + HTTP_FIELD_RETRY_AFTER, /* Retry-After field */ + HTTP_FIELD_TRANSFER_ENCODING, /* Transfer-Encoding field */ + HTTP_FIELD_UPGRADE, /* Upgrade field */ + HTTP_FIELD_USER_AGENT, /* User-Agent field */ + HTTP_FIELD_WWW_AUTHENTICATE, /* WWW-Authenticate field */ + HTTP_FIELD_MAX /* Maximum field index */ +} http_field_t; + +typedef enum http_keepalive_e /**** HTTP keep-alive values ****/ +{ + HTTP_KEEPALIVE_OFF = 0, /* No keep alive support */ + HTTP_KEEPALIVE_ON /* Use keep alive */ +} http_keepalive_t; + +typedef enum http_state_e /**** HTTP state values; states + **** are server-oriented... + ****/ +{ + HTTP_WAITING, /* Waiting for command */ + HTTP_OPTIONS, /* OPTIONS command, waiting for blank line */ + HTTP_GET, /* GET command, waiting for blank line */ + HTTP_GET_SEND, /* GET command, sending data */ + HTTP_HEAD, /* HEAD command, waiting for blank line */ + HTTP_POST, /* POST command, waiting for blank line */ + HTTP_POST_RECV, /* POST command, receiving data */ + HTTP_POST_SEND, /* POST command, sending data */ + HTTP_PUT, /* PUT command, waiting for blank line */ + HTTP_PUT_RECV, /* PUT command, receiving data */ + HTTP_DELETE, /* DELETE command, waiting for blank line */ + HTTP_TRACE, /* TRACE command, waiting for blank line */ + HTTP_CLOSE, /* CLOSE command, waiting for blank line */ + HTTP_STATUS /* Command complete, sending status */ +} http_state_t; + +typedef enum http_status_e /**** HTTP status codes ****/ +{ + HTTP_ERROR = -1, /* An error response from httpXxxx() */ + + HTTP_CONTINUE = 100, /* Everything OK, keep going... */ + HTTP_SWITCHING_PROTOCOLS, /* HTTP upgrade to TLS/SSL */ + + HTTP_OK = 200, /* OPTIONS/GET/HEAD/POST/TRACE command was successful */ + HTTP_CREATED, /* PUT command was successful */ + HTTP_ACCEPTED, /* DELETE command was successful */ + HTTP_NOT_AUTHORITATIVE, /* Information isn't authoritative */ + HTTP_NO_CONTENT, /* Successful command, no new data */ + HTTP_RESET_CONTENT, /* Content was reset/recreated */ + HTTP_PARTIAL_CONTENT, /* Only a partial file was recieved/sent */ + + HTTP_MULTIPLE_CHOICES = 300, /* Multiple files match request */ + HTTP_MOVED_PERMANENTLY, /* Document has moved permanently */ + HTTP_MOVED_TEMPORARILY, /* Document has moved temporarily */ + HTTP_SEE_OTHER, /* See this other link... */ + HTTP_NOT_MODIFIED, /* File not modified */ + HTTP_USE_PROXY, /* Must use a proxy to access this URI */ + + HTTP_BAD_REQUEST = 400, /* Bad request */ + HTTP_UNAUTHORIZED, /* Unauthorized to access host */ + HTTP_PAYMENT_REQUIRED, /* Payment required */ + HTTP_FORBIDDEN, /* Forbidden to access this URI */ + HTTP_NOT_FOUND, /* URI was not found */ + HTTP_METHOD_NOT_ALLOWED, /* Method is not allowed */ + HTTP_NOT_ACCEPTABLE, /* Not Acceptable */ + HTTP_PROXY_AUTHENTICATION, /* Proxy Authentication is Required */ + HTTP_REQUEST_TIMEOUT, /* Request timed out */ + HTTP_CONFLICT, /* Request is self-conflicting */ + HTTP_GONE, /* Server has gone away */ + HTTP_LENGTH_REQUIRED, /* A content length or encoding is required */ + HTTP_PRECONDITION, /* Precondition failed */ + HTTP_REQUEST_TOO_LARGE, /* Request entity too large */ + HTTP_URI_TOO_LONG, /* URI too long */ + HTTP_UNSUPPORTED_MEDIATYPE, /* The requested media type is unsupported */ + HTTP_REQUESTED_RANGE, /* The requested range is not satisfiable */ + HTTP_EXPECTATION_FAILED, /* The expectation given in an Expect header field was not met */ + HTTP_UPGRADE_REQUIRED = 426, /* Upgrade to SSL/TLS required */ + + HTTP_SERVER_ERROR = 500, /* Internal server error */ + HTTP_NOT_IMPLEMENTED, /* Feature not implemented */ + HTTP_BAD_GATEWAY, /* Bad gateway */ + HTTP_SERVICE_UNAVAILABLE, /* Service is unavailable */ + HTTP_GATEWAY_TIMEOUT, /* Gateway connection timed out */ + HTTP_NOT_SUPPORTED /* HTTP version not supported */ +} http_status_t; + +typedef enum http_uri_status_e /**** URI separation status @since CUPS1.2@ ****/ +{ + HTTP_URI_OVERFLOW = -8, /* URI buffer for httpAssembleURI is too small */ + HTTP_URI_BAD_ARGUMENTS = -7, /* Bad arguments to function (error) */ + HTTP_URI_BAD_RESOURCE = -6, /* Bad resource in URI (error) */ + HTTP_URI_BAD_PORT = -5, /* Bad port number in URI (error) */ + HTTP_URI_BAD_HOSTNAME = -4, /* Bad hostname in URI (error) */ + HTTP_URI_BAD_USERNAME = -3, /* Bad username in URI (error) */ + HTTP_URI_BAD_SCHEME = -2, /* Bad scheme in URI (error) */ + HTTP_URI_BAD_URI = -1, /* Bad/empty URI (error) */ + HTTP_URI_OK = 0, /* URI decoded OK */ + HTTP_URI_MISSING_SCHEME, /* Missing scheme in URI (warning) */ + HTTP_URI_UNKNOWN_SCHEME, /* Unknown scheme in URI (warning) */ + HTTP_URI_MISSING_RESOURCE /* Missing resource in URI (warning) */ +} http_uri_status_t; + +typedef enum http_uri_coding_e /**** URI en/decode flags ****/ +{ + HTTP_URI_CODING_NONE = 0, /* Don't en/decode anything */ + HTTP_URI_CODING_USERNAME = 1, /* En/decode the username portion */ + HTTP_URI_CODING_HOSTNAME = 2, /* En/decode the hostname portion */ + HTTP_URI_CODING_RESOURCE = 4, /* En/decode the resource portion */ + HTTP_URI_CODING_MOST = 7, /* En/decode all but the query */ + HTTP_URI_CODING_QUERY = 8, /* En/decode the query portion */ + HTTP_URI_CODING_ALL = 15 /* En/decode everything */ +} http_uri_coding_t; + +typedef enum http_version_e /**** HTTP version numbers ****/ +{ + HTTP_0_9 = 9, /* HTTP/0.9 */ + HTTP_1_0 = 100, /* HTTP/1.0 */ + HTTP_1_1 = 101 /* HTTP/1.1 */ +} http_version_t; + +typedef union _http_addr_u /**** Socket address union, which + **** makes using IPv6 and other + **** address types easier and + **** more portable. @since CUPS 1.2@ + ****/ +{ + struct sockaddr addr; /* Base structure for family value */ + struct sockaddr_in ipv4; /* IPv4 address */ +#ifdef AF_INET6 + struct sockaddr_in6 ipv6; /* IPv6 address */ +#endif /* AF_INET6 */ +#ifdef AF_LOCAL + struct sockaddr_un un; /* Domain socket file */ +#endif /* AF_LOCAL */ + char pad[256]; /* Padding to ensure binary compatibility */ +} http_addr_t; + +typedef struct http_addrlist_s /**** Socket address list, which is + **** used to enumerate all of the + **** addresses that are associated + **** with a hostname. @since CUPS 1.2@ + ****/ +{ + struct http_addrlist_s *next; /* Pointer to next address in list */ + http_addr_t addr; /* Address */ +} http_addrlist_t; + +typedef struct _http_s /**** HTTP connection structure. ****/ +{ + /* + * DO NOT ACCESS MEMBERS OF THIS STRUCTURE DIRECTLY; INSTEAD, USE THE + * PROVIDED APIS FOR ACCESSING THE VALUES INSTEAD. + * + * This structure definition will be removed from the public headers in + * CUPS 1.3. + */ + + int fd; /* File descriptor for this socket */ + int blocking; /* To block or not to block */ + int error; /* Last error on read */ + time_t activity; /* Time since last read/write */ + http_state_t state; /* State of client */ + http_status_t status; /* Status of last request */ + http_version_t version; /* Protocol version */ + http_keepalive_t keep_alive; /* Keep-alive supported? */ + struct sockaddr_in _hostaddr; /* Address of connected host @deprecated@ */ + char hostname[HTTP_MAX_HOST], + /* Name of connected host */ + fields[HTTP_FIELD_MAX][HTTP_MAX_VALUE]; + /* Field values */ + char *data; /* Pointer to data buffer */ + http_encoding_t data_encoding; /* Chunked or not */ + int _data_remaining;/* Number of bytes left @deprecated@ */ + int used; /* Number of bytes used in buffer */ + char buffer[HTTP_MAX_BUFFER]; + /* Buffer for incoming data */ + int auth_type; /* Authentication in use */ + _cups_md5_state_t md5_state; /* MD5 state */ + char nonce[HTTP_MAX_VALUE]; + /* Nonce value */ + int nonce_count; /* Nonce count */ + void *tls; /* TLS state information */ + http_encryption_t encryption; /* Encryption requirements */ + /**** New in CUPS 1.1.19 ****/ + fd_set *input_set; /* select() set for httpWait() @since CUPS 1.1.19@ */ + http_status_t expect; /* Expect: header @since CUPS 1.1.19@ */ + char *cookie; /* Cookie value(s) @since CUPS 1.1.19@ */ + /**** New in CUPS 1.1.20 ****/ + char authstring[HTTP_MAX_VALUE], + /* Current Authentication value @since CUPS 1.1.20@ */ + userpass[HTTP_MAX_VALUE]; + /* Username:password string @since CUPS 1.1.20@ */ + int digest_tries; /* Number of tries for digest auth @since CUPS 1.1.20@ */ + /**** New in CUPS 1.2 ****/ + off_t data_remaining; /* Number of bytes left @since CUPS 1.2@ */ + http_addr_t *hostaddr; /* Current host address and port @since CUPS 1.2@ */ + http_addrlist_t *addrlist; /* List of valid addresses @since CUPS 1.2@ */ + char wbuffer[HTTP_MAX_BUFFER]; + /* Buffer for outgoing data */ + int wused; /* Write buffer bytes used @since CUPS 1.2@ */ +} http_t; + + +/* + * Prototypes... + */ + +extern void httpBlocking(http_t *http, int b); +extern int httpCheck(http_t *http); +extern void httpClearFields(http_t *http); +extern void httpClose(http_t *http); +extern http_t *httpConnect(const char *host, int port); +extern http_t *httpConnectEncrypt(const char *host, int port, + http_encryption_t encryption); +extern int httpDelete(http_t *http, const char *uri); +extern int httpEncryption(http_t *http, http_encryption_t e); +extern int httpError(http_t *http); +extern void httpFlush(http_t *http); +extern int httpGet(http_t *http, const char *uri); +extern char *httpGets(char *line, int length, http_t *http); +extern const char *httpGetDateString(time_t t); +extern time_t httpGetDateTime(const char *s); +extern const char *httpGetField(http_t *http, http_field_t field); +extern struct hostent *httpGetHostByName(const char *name); +extern char *httpGetSubField(http_t *http, http_field_t field, + const char *name, char *value); +extern int httpHead(http_t *http, const char *uri); +extern void httpInitialize(void); +extern int httpOptions(http_t *http, const char *uri); +extern int httpPost(http_t *http, const char *uri); +extern int httpPrintf(http_t *http, const char *format, ...) +# ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 2, 3))) +# endif /* __GNUC__ */ +; +extern int httpPut(http_t *http, const char *uri); +extern int httpRead(http_t *http, char *buffer, int length) _HTTP_DEPRECATED; +extern int httpReconnect(http_t *http); +extern void httpSeparate(const char *uri, char *method, + char *username, char *host, int *port, + char *resource) _HTTP_DEPRECATED; +extern void httpSetField(http_t *http, http_field_t field, + const char *value); +extern const char *httpStatus(http_status_t status); +extern int httpTrace(http_t *http, const char *uri); +extern http_status_t httpUpdate(http_t *http); +extern int httpWrite(http_t *http, const char *buffer, int length) _HTTP_DEPRECATED; +extern char *httpEncode64(char *out, const char *in) _HTTP_DEPRECATED; +extern char *httpDecode64(char *out, const char *in) _HTTP_DEPRECATED; +extern int httpGetLength(http_t *http) _HTTP_DEPRECATED; +extern char *httpMD5(const char *, const char *, const char *, + char [33]); +extern char *httpMD5Final(const char *, const char *, const char *, + char [33]); +extern char *httpMD5String(const unsigned char *, char [33]); + +/**** New in CUPS 1.1.19 ****/ +extern void httpClearCookie(http_t *http); +extern const char *httpGetCookie(http_t *http); +extern void httpSetCookie(http_t *http, const char *cookie); +extern int httpWait(http_t *http, int msec); + +/**** New in CUPS 1.1.21 ****/ +extern char *httpDecode64_2(char *out, int *outlen, const char *in); +extern char *httpEncode64_2(char *out, int outlen, const char *in, + int inlen); +extern void httpSeparate2(const char *uri, + char *method, int methodlen, + char *username, int usernamelen, + char *host, int hostlen, int *port, + char *resource, int resourcelen) _HTTP_DEPRECATED; + +/**** New in CUPS 1.2 ****/ +extern int httpAddrAny(const http_addr_t *addr); +extern http_addrlist_t *httpAddrConnect(http_addrlist_t *addrlist, int *sock); +extern int httpAddrEqual(const http_addr_t *addr1, + const http_addr_t *addr2); +extern void httpAddrFreeList(http_addrlist_t *addrlist); +extern http_addrlist_t *httpAddrGetList(const char *hostname, int family, + const char *service); +extern int httpAddrLength(const http_addr_t *addr); +extern int httpAddrLocalhost(const http_addr_t *addr); +extern char *httpAddrLookup(const http_addr_t *addr, + char *name, int namelen); +extern char *httpAddrString(const http_addr_t *addr, + char *s, int slen); +extern http_uri_status_t httpAssembleURI(http_uri_coding_t encoding, + char *uri, int urilen, + const char *scheme, + const char *username, + const char *host, int port, + const char *resource); +extern http_uri_status_t httpAssembleURIf(http_uri_coding_t encoding, + char *uri, int urilen, + const char *scheme, + const char *username, + const char *host, int port, + const char *resourcef, ...); +extern int httpFlushWrite(http_t *http); +extern int httpGetBlocking(http_t *http); +extern const char *httpGetDateString2(time_t t, char *s, int slen); +extern int httpGetFd(http_t *http); +extern const char *httpGetHostname(http_t *http, char *s, int slen); +extern off_t httpGetLength2(http_t *http); +extern http_status_t httpGetStatus(http_t *http); +extern char *httpGetSubField2(http_t *http, http_field_t field, + const char *name, char *value, + int valuelen); +extern ssize_t httpRead2(http_t *http, char *buffer, size_t length); +extern http_uri_status_t httpSeparateURI(http_uri_coding_t decoding, + const char *uri, + char *scheme, int schemelen, + char *username, int usernamelen, + char *host, int hostlen, int *port, + char *resource, int resourcelen); +extern void httpSetExpect(http_t *http, http_status_t expect); +extern void httpSetLength(http_t *http, size_t length); +extern ssize_t httpWrite2(http_t *http, const char *buffer, + size_t length); + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_HTTP_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/i18n.h b/cups/i18n.h new file mode 100644 index 0000000000..d4775376d6 --- /dev/null +++ b/cups/i18n.h @@ -0,0 +1,118 @@ +/* + * "$Id$" + * + * (Private) localization support for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_I18N_H_ +# define _CUPS_I18N_H_ + +/* + * Include necessary headers... + */ + +# include +# include "transcode.h" + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Macro for localized text... + */ + +# define _(x) x + + +/* + * Types... + */ + +typedef struct _cups_message_s /**** Message catalog entry ****/ +{ + char *id, /* Original string */ + *str; /* Localized string */ +} _cups_message_t; + +typedef struct _cups_cmap_s /**** SBCS Charmap Struct ****/ +{ + struct _cups_cmap_s *next; /* Next charmap in cache */ + int used; /* Number of times entry used */ + cups_encoding_t encoding; /* Legacy charset encoding */ + cups_ucs2_t char2uni[256]; /* Map Legacy SBCS -> UCS-2 */ + cups_sbcs_t *uni2char[256]; /* Map UCS-2 -> Legacy SBCS */ +} _cups_cmap_t; + +typedef struct _cups_wide2uni_s /**** Wide to Unicode ****/ +{ + cups_vbcs_t widechar; /* VBCS 32-bit Char (EUC) */ + cups_ucs2_t unichar; /* UCS-2 Char */ +} _cups_wide2uni_t; + +typedef struct _cups_vmap_s /**** VBCS Charmap Struct ****/ +{ + struct _cups_vmap_s *next; /* Next charmap in cache */ + int used; /* Number of times entry used */ + cups_encoding_t encoding; /* Legacy charset encoding */ + cups_ucs2_t *char2uni[256]; /* Map 16-bit Char -> UCS-2 */ + int charcount; /* Count of 16-bit VBCS Chars */ + _cups_wide2uni_t *wide2uni; /* Map 32-bit Char -> UCS-2 */ + int widecount; /* Count of 32-bit VBCS Chars */ + cups_vbcs_t *uni2char[256]; /* Map UCS-2 -> 32-bit VBCS */ + cups_sbcs_t lead2char[256]; /* Legacy Lead Char - 2-byte */ + cups_sbcs_t lead3char[256]; /* Legacy Lead Char - 3-byte */ + cups_sbcs_t lead4char[256]; /* Legacy Lead Char - 4-byte */ +} _cups_vmap_t; + + +/* + * Prototypes... + */ + +extern void _cupsCharmapFlush(void); +extern void _cupsCharmapFree(const cups_encoding_t encoding); +extern void *_cupsCharmapGet(const cups_encoding_t encoding); +extern const char *_cupsEncodingName(cups_encoding_t encoding); +extern int _cupsLangPrintf(FILE *fp, const char *message, ...) +# ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 2, 3))) +# endif /* __GNUC__ */ +; +extern int _cupsLangPuts(FILE *fp, const char *message); +extern const char *_cupsLangString(cups_lang_t *lang, const char *message); +extern void _cupsMessageFree(cups_array_t *a); +extern cups_array_t *_cupsMessageLoad(const char *filename); +extern const char *_cupsMessageLookup(cups_array_t *a, const char *m); +extern void _cupsSetLocale(char *argv[]); + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_I18N_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/ipp-private.h b/cups/ipp-private.h new file mode 100644 index 0000000000..f81458b582 --- /dev/null +++ b/cups/ipp-private.h @@ -0,0 +1,78 @@ +/* + * "$Id$" + * + * Private IPP definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_IPP_PRIVATE_H_ +# define _CUPS_IPP_PRIVATE_H_ + +/* + * Include necessary headers... + */ + +# include "ipp.h" + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Structures... + */ + +typedef struct /**** Attribute mapping data ****/ +{ + const char *name; /* Option/attribute name */ + ipp_tag_t value_tag; /* Value tag for this attribute */ + ipp_tag_t group_tag; /* Group tag for this attribute */ +} _ipp_option_t; + + +/* + * Prototypes for private functions... + */ + +extern ipp_attribute_t *_ippAddAttr(ipp_t *, int); +extern _ipp_option_t *_ippFindOption(const char *name); +extern void _ippFreeAttr(ipp_attribute_t *); + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_IPP_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/ipp-support.c b/cups/ipp-support.c new file mode 100644 index 0000000000..d1ea6cf9ae --- /dev/null +++ b/cups/ipp-support.c @@ -0,0 +1,368 @@ +/* + * "$Id$" + * + * Internet Printing Protocol support functions for the Common UNIX + * Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ippErrorString() - Return a name for the given status code. + * ippErrorValue() - Return a status code for the given name. + * ippOpString() - Return a name for the given operation id. + * ippOpValue() - Return an operation id for the given name. + * ippPort() - Return the default IPP port number. + * ippSetPort() - Set the default port number. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include + + +/* + * Local globals... + */ + +static const char * const ipp_status_oks[] = /* "OK" status codes */ + { + "successful-ok", + "successful-ok-ignored-or-substituted-attributes", + "successful-ok-conflicting-attributes", + "successful-ok-ignored-subscriptions", + "successful-ok-ignored-notifications", + "successful-ok-too-many-events", + "successful-ok-but-cancel-subscription", + "successful-ok-events-complete" + }, + * const ipp_status_400s[] = /* Client errors */ + { + "client-error-bad-request", + "client-error-forbidden", + "client-error-not-authenticated", + "client-error-not-authorized", + "client-error-not-possible", + "client-error-timeout", + "client-error-not-found", + "client-error-gone", + "client-error-request-entity-too-large", + "client-error-request-value-too-long", + "client-error-document-format-not-supported", + "client-error-attributes-or-values-not-supported", + "client-error-uri-scheme-not-supported", + "client-error-charset-not-supported", + "client-error-conflicting-attributes", + "client-error-compression-not-supported", + "client-error-compression-error", + "client-error-document-format-error", + "client-error-document-access-error", + "client-error-attributes-not-settable", + "client-error-ignored-all-subscriptions", + "client-error-too-many-subscriptions", + "client-error-ignored-all-notifications", + "client-error-print-support-file-not-found" + }, + * const ipp_status_500s[] = /* Server errors */ + { + "server-error-internal-error", + "server-error-operation-not-supported", + "server-error-service-unavailable", + "server-error-version-not-supported", + "server-error-device-error", + "server-error-temporary-error", + "server-error-not-accepting-jobs", + "server-error-busy", + "server-error-job-canceled", + "server-error-multiple-document-jobs-not-supported", + "server-error-printer-is-deactivated" + }; +static char * const ipp_std_ops[] = + { + /* 0x0000 - 0x000f */ + "", "", "Print-Job", "Print-URI", + "Validate-Job", "Create-Job", "Send-Document", + "Send-URI", "Cancel-Job", "Get-Job-Attributes", + "Get-Jobs", "Get-Printer-Attributes", + "Hold-Job", "Release-Job", "Restart-Job", "", + + /* 0x0010 - 0x001f */ + "Pause-Printer", "Resume-Printer", + "Purge-Jobs", "Set-Printer-Attributes", + "Set-Job-Attributes", + "Get-Printer-Supported-Values", + "Create-Printer-Subscription", + "Create-Job-Subscription", + "Get-Subscription-Attributes", + "Get-Subscriptions", "Renew-Subscription", + "Cancel-Subscription", "Get-Notifications", + "Send-Notifications", "", "", + + /* 0x0020 - 0x002f */ + "", + "Get-Printer-Support-Files", + "Enable-Printer", + "Disable-Printer", + "Pause-Printer-After-Current-Job", + "Hold-New-Jobs", + "Release-Held-New-Jobs", + "Deactivate-Printer", + "Activate-Printer", + "Restart-Printer", + "Shutdown-Printer", + "Startup-Printer", + "Reprocess-Job", + "Cancel-Current-Job", + "Suspend-Current-Job", + "Resume-Job", + + /* 0x0030 - 0x0031 */ + "Promote-Job", + "Schedule-Job-After" + }, + * const ipp_cups_ops[] = + { + "CUPS-Get-Default", + "CUPS-Get-Printers", + "CUPS-Add-Modify-Printer", + "CUPS-Delete-Printer", + "CUPS-Get-Classes", + "CUPS-Add-Modify-Class", + "CUPS-Delete-Class", + "CUPS-Accept-Jobs", + "CUPS-Reject-Jobs", + "CUPS-Set-Default", + "CUPS-Get-Devices", + "CUPS-Get-PPDs", + "CUPS-Move-Job", + "CUPS-Authenticate-Job" + }; + + +/* + * 'ippErrorString()' - Return a name for the given status code. + */ + +const char * /* O - Text string */ +ippErrorString(ipp_status_t error) /* I - Error status */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * See if the error code is a known value... + */ + + if (error >= IPP_OK && error <= IPP_OK_EVENTS_COMPLETE) + return (ipp_status_oks[error]); + else if (error == IPP_REDIRECTION_OTHER_SITE) + return ("redirection-other-site"); + else if (error >= IPP_BAD_REQUEST && error <= IPP_PRINT_SUPPORT_FILE_NOT_FOUND) + return (ipp_status_400s[error - IPP_BAD_REQUEST]); + else if (error >= IPP_INTERNAL_ERROR && error <= IPP_PRINTER_IS_DEACTIVATED) + return (ipp_status_500s[error - IPP_INTERNAL_ERROR]); + + /* + * No, build an "unknown-xxxx" error string... + */ + + sprintf(cg->ipp_unknown, "unknown-%04x", error); + + return (cg->ipp_unknown); +} + + +/* + * 'ippErrorValue()' - Return a status code for the given name. + * + * @since CUPS 1.2@ + */ + +ipp_status_t /* O - IPP status code */ +ippErrorValue(const char *name) /* I - Name */ +{ + int i; + + + for (i = 0; i < (sizeof(ipp_status_oks) / sizeof(ipp_status_oks[0])); i ++) + if (!strcasecmp(name, ipp_status_oks[i])) + return ((ipp_status_t)i); + + if (!strcasecmp(name, "redirection-other-site")) + return (IPP_REDIRECTION_OTHER_SITE); + + for (i = 0; i < (sizeof(ipp_status_400s) / sizeof(ipp_status_400s[0])); i ++) + if (!strcasecmp(name, ipp_status_400s[i])) + return ((ipp_status_t)(i + 0x400)); + + for (i = 0; i < (sizeof(ipp_status_500s) / sizeof(ipp_status_500s[0])); i ++) + if (!strcasecmp(name, ipp_status_500s[i])) + return ((ipp_status_t)(i + 0x500)); + + return ((ipp_status_t)-1); +} + + +/* + * 'ippOpString()' - Return a name for the given operation id. + * + * @since CUPS 1.2@ + */ + +const char * /* O - Name */ +ippOpString(ipp_op_t op) /* I - Operation ID */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * See if the operation ID is a known value... + */ + + if (op >= IPP_PRINT_JOB && op <= IPP_SCHEDULE_JOB_AFTER) + return (ipp_std_ops[op]); + else if (op == IPP_PRIVATE) + return ("windows-ext"); + else if (op >= CUPS_GET_DEFAULT && op <= CUPS_AUTHENTICATE_JOB) + return (ipp_cups_ops[op - CUPS_GET_DEFAULT]); + + /* + * No, build an "unknown-xxxx" operation string... + */ + + sprintf(cg->ipp_unknown, "unknown-%04x", op); + + return (cg->ipp_unknown); +} + + +/* + * 'ippOpValue()' - Return an operation id for the given name. + * + * @since CUPS 1.2@ + */ + +ipp_op_t /* O - Operation ID */ +ippOpValue(const char *name) /* I - Textual name */ +{ + int i; + + + for (i = 0; i < (sizeof(ipp_std_ops) / sizeof(ipp_std_ops[0])); i ++) + if (!strcasecmp(name, ipp_std_ops[i])) + return ((ipp_op_t)i); + + if (!strcasecmp(name, "windows-ext")) + return (IPP_PRIVATE); + + for (i = 0; i < (sizeof(ipp_cups_ops) / sizeof(ipp_cups_ops[0])); i ++) + if (!strcasecmp(name, ipp_cups_ops[i])) + return ((ipp_op_t)(i + 0x4001)); + + if (!strcasecmp(name, "CUPS-Add-Class")) + return (CUPS_ADD_MODIFY_CLASS); + + if (!strcasecmp(name, "CUPS-Add-Printer")) + return (CUPS_ADD_MODIFY_PRINTER); + + return ((ipp_op_t)-1); +} + + +/* + * 'ippPort()' - Return the default IPP port number. + */ + +int /* O - Port number */ +ippPort(void) +{ + const char *ipp_port; /* IPP_PORT environment variable */ + struct servent *port; /* Port number info */ + int portnum; /* Port number */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + DEBUG_puts("ippPort()"); + + if (!cg->ipp_port) + { + /* + * See if the server definition includes the port number... + */ + + DEBUG_puts("ippPort: Not initialized..."); + + cupsServer(); + +#ifdef DEBUG + if (cg->ipp_port) + puts("ippPort: Set via cupsServer()..."); +#endif /* DEBUG */ + } + + if (!cg->ipp_port) + { + if ((ipp_port = getenv("IPP_PORT")) != NULL) + { + DEBUG_puts("ippPort: Set via IPP_PORT..."); + portnum = atoi(ipp_port); + } + else if ((port = getservbyname("ipp", NULL)) == NULL) + { + DEBUG_puts("ippPort: Set via CUPS_DEFAULT_IPP_PORT..."); + portnum = CUPS_DEFAULT_IPP_PORT; + } + else + { + DEBUG_puts("ippPort: Set via ipp service entry..."); + portnum = ntohs(port->s_port); + } + + if (portnum > 0) + cg->ipp_port = portnum; + } + + DEBUG_printf(("ippPort: Returning %d...\n", cg->ipp_port)); + + return (cg->ipp_port); +} + + +/* + * 'ippSetPort()' - Set the default port number. + */ + +void +ippSetPort(int p) /* I - Port number to use */ +{ + DEBUG_printf(("ippSetPort(p=%d)\n", p)); + + _cupsGlobals()->ipp_port = p; +} + + +/* + * End of "$Id$". + */ diff --git a/cups/ipp.c b/cups/ipp.c new file mode 100644 index 0000000000..fde28b196f --- /dev/null +++ b/cups/ipp.c @@ -0,0 +1,2839 @@ +/* + * "$Id$" + * + * Internet Printing Protocol support functions for the Common UNIX + * Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ippAddBoolean() - Add a boolean attribute to an IPP message. + * ippAddBooleans() - Add an array of boolean values. + * ippAddDate() - Add a date attribute to an IPP message. + * ippAddInteger() - Add a integer attribute to an IPP message. + * ippAddIntegers() - Add an array of integer values. + * ippAddOctetString() - Add an octetString value to an IPP message. + * ippAddString() - Add a language-encoded string to an IPP message. + * ippAddStrings() - Add language-encoded strings to an IPP message. + * ippAddRange() - Add a range of values to an IPP message. + * ippAddRanges() - Add ranges of values to an IPP message. + * ippAddResolution() - Add a resolution value to an IPP message. + * ippAddResolutions() - Add resolution values to an IPP message. + * ippAddSeparator() - Add a group separator to an IPP message. + * ippDateToTime() - Convert from RFC 1903 Date/Time format to + * UNIX time in seconds. + * ippDelete() - Delete an IPP message. + * ippDeleteAttribute() - Delete a single attribute in an IPP message. + * ippFindAttribute() - Find a named attribute in a request... + * ippFindNextAttribute() - Find the next named attribute in a request... + * ippLength() - Compute the length of an IPP message. + * ippNew() - Allocate a new IPP message. + * ippNewRequest() - Allocate a new IPP message. + * ippRead() - Read data for an IPP message from a HTTP + * connection. + * ippReadFile() - Read data for an IPP message from a file. + * ippReadIO() - Read data for an IPP message. + * ippTimeToDate() - Convert from UNIX time to RFC 1903 format. + * ippWrite() - Write data for an IPP message to a HTTP + * connection. + * ippWriteFile() - Write data for an IPP message to a file. + * ippWriteIO() - Write data for an IPP message. + * _ippAddAttr() - Add a new attribute to the request. + * _ippFreeAttr() - Free an attribute. + * ipp_length() - Compute the length of an IPP message or + * collection value. + * ipp_read_http() - Semi-blocking read on a HTTP connection... + * ipp_read_file() - Read IPP data from a file. + * ipp_write_file() - Write IPP data to a file. + */ + +/* + * Include necessary headers... + */ + +#include "http-private.h" +#include "globals.h" +#include "debug.h" +#include +#include +#ifdef WIN32 +# include +#endif /* WIN32 */ + + +/* + * Local functions... + */ + +static size_t ipp_length(ipp_t *ipp, int collection); +static ssize_t ipp_read_http(http_t *http, ipp_uchar_t *buffer, + size_t length); +static ssize_t ipp_read_file(int *fd, ipp_uchar_t *buffer, + size_t length); +static ssize_t ipp_write_file(int *fd, ipp_uchar_t *buffer, + size_t length); + + +/* + * 'ippAddBoolean()' - Add a boolean attribute to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddBoolean(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + char value) /* I - Value of attribute */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + DEBUG_printf(("ippAddBoolean(%p, %02x, \'%s\', %d)\n", ipp, group, name, value)); + + if (ipp == NULL || name == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_BOOLEAN; + attr->values[0].boolean = value; + + return (attr); +} + + +/* + * 'ippAddBooleans()' - Add an array of boolean values. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddBooleans(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + int num_values, /* I - Number of values */ + const char *values) /* I - Values */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* New attribute */ + ipp_value_t *value; /* Current value */ + + + DEBUG_printf(("ippAddBooleans(%p, %02x, \'%s\', %d, %p)\n", ipp, + group, name, num_values, values)); + + if (ipp == NULL || name == NULL || num_values < 1) + return (NULL); + + if ((attr = _ippAddAttr(ipp, num_values)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_BOOLEAN; + + if (values != NULL) + for (i = 0, value = attr->values; + i < num_values; + i ++, value ++) + value->boolean = values[i]; + + return (attr); +} + + +/* + * 'ippAddCollection()' - Add a collection value. + * + * @since CUPS 1.1.19@ + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddCollection(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + ipp_t *value) /* I - Value */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + DEBUG_printf(("ippAddCollection(%p, %02x, \'%s\', %p)\n", ipp, group, name, + value)); + + if (ipp == NULL || name == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_BEGIN_COLLECTION; + attr->values[0].collection = value; + + return (attr); +} + + +/* + * 'ippAddCollections()' - Add an array of collection values. + * + * @since CUPS 1.1.19@ + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddCollections( + ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + int num_values, /* I - Number of values */ + const ipp_t **values) /* I - Values */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* New attribute */ + ipp_value_t *value; /* Current value */ + + + DEBUG_printf(("ippAddCollections(%p, %02x, \'%s\', %d, %p)\n", ipp, + group, name, num_values, values)); + + if (ipp == NULL || name == NULL || num_values < 1) + return (NULL); + + if ((attr = _ippAddAttr(ipp, num_values)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_BEGIN_COLLECTION; + + if (values != NULL) + for (i = 0, value = attr->values; + i < num_values; + i ++, value ++) + value->collection = (ipp_t *)values[i]; + + return (attr); +} + + +/* + * 'ippAddDate()' - Add a date attribute to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddDate(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + const ipp_uchar_t *value) /* I - Value */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + DEBUG_printf(("ippAddDate(%p, %02x, \'%s\', %p)\n", ipp, group, name, + value)); + + if (ipp == NULL || name == NULL || value == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_DATE; + memcpy(attr->values[0].date, value, 11); + + return (attr); +} + + +/* + * 'ippAddInteger()' - Add a integer attribute to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddInteger(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + ipp_tag_t type, /* I - Type of attribute */ + const char *name, /* I - Name of attribute */ + int value) /* I - Value of attribute */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + DEBUG_printf(("ippAddInteger(%p, %d, \'%s\', %d)\n", ipp, group, name, + value)); + + if (ipp == NULL || name == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = type; + attr->values[0].integer = value; + + return (attr); +} + + +/* + * 'ippAddIntegers()' - Add an array of integer values. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddIntegers(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + ipp_tag_t type, /* I - Type of attribute */ + const char *name, /* I - Name of attribute */ + int num_values, /* I - Number of values */ + const int *values) /* I - Values */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* New attribute */ + ipp_value_t *value; /* Current value */ + + + if (ipp == NULL || name == NULL || num_values < 1) + return (NULL); + + if ((attr = _ippAddAttr(ipp, num_values)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = type; + + if (values != NULL) + for (i = 0, value = attr->values; + i < num_values; + i ++, value ++) + value->integer = values[i]; + + return (attr); +} + + +/* + * 'ippAddOctetString()' - Add an octetString value to an IPP message. + * + * @since CUPS 1.2@ + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddOctetString(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + const void *data, /* I - octetString data */ + int datalen) /* I - Length of data in bytes */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + if (ipp == NULL || name == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + /* + * Initialize the attribute data... + */ + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_STRING; + attr->values[0].unknown.length = datalen; + + if (data) + { + attr->values[0].unknown.data = malloc(datalen); + memcpy(attr->values[0].unknown.data, data, datalen); + } + + /* + * Return the new attribute... + */ + + return (attr); +} + + +/* + * 'ippAddString()' - Add a language-encoded string to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddString(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + ipp_tag_t type, /* I - Type of attribute */ + const char *name, /* I - Name of attribute */ + const char *charset, /* I - Character set */ + const char *value) /* I - Value */ +{ + ipp_attribute_t *attr; /* New attribute */ + char buffer[1024], /* Language/charset value buffer */ + *bufptr; /* Pointer into buffer */ + + + if (ipp == NULL || name == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + /* + * Force value to be English for the POSIX locale... + */ + + if (type == IPP_TAG_LANGUAGE && !strcasecmp(value, "C")) + value = "en"; + + /* + * Convert language values to lowercase and change _ to - as needed... + */ + + if ((type == IPP_TAG_LANGUAGE || type == IPP_TAG_CHARSET) && value) + { + strlcpy(buffer, value, sizeof(buffer)); + value = buffer; + + for (bufptr = buffer; *bufptr; bufptr ++) + if (*bufptr == '_') + *bufptr = '-'; + else + *bufptr = tolower(*bufptr & 255); + } + + /* + * Initialize the attribute data... + */ + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = type; + attr->values[0].string.charset = ((int)type & IPP_TAG_COPY) ? (char *)charset : + charset ? _cupsStrAlloc(charset) : NULL; + attr->values[0].string.text = ((int)type & IPP_TAG_COPY) ? (char *)value : + value ? _cupsStrAlloc(value) : NULL; + + return (attr); +} + + +/* + * 'ippAddStrings()' - Add language-encoded strings to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddStrings( + ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + ipp_tag_t type, /* I - Type of attribute */ + const char *name, /* I - Name of attribute */ + int num_values, /* I - Number of values */ + const char *charset, /* I - Character set */ + const char * const *values) /* I - Values */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* New attribute */ + ipp_value_t *value; /* Current value */ + + + if (ipp == NULL || name == NULL || num_values < 1) + return (NULL); + + if ((attr = _ippAddAttr(ipp, num_values)) == NULL) + return (NULL); + + /* + * Initialize the attribute data... + */ + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = type; + + for (i = 0, value = attr->values; + i < num_values; + i ++, value ++) + { + if (i == 0) + value->string.charset = ((int)type & IPP_TAG_COPY) ? (char *)charset : + charset ? _cupsStrAlloc(charset) : NULL; + else + value->string.charset = attr->values[0].string.charset; + + if (values != NULL) + { + /* + * Force language to be English for the POSIX locale... + */ + + if (type == IPP_TAG_LANGUAGE && !strcasecmp(values[i], "C")) + value->string.text = ((int)type & IPP_TAG_COPY) ? "en" : + _cupsStrAlloc("en"); + else + value->string.text = ((int)type & IPP_TAG_COPY) ? (char *)values[i] : + _cupsStrAlloc(values[i]); + } + } + + return (attr); +} + + +/* + * 'ippAddRange()' - Add a range of values to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddRange(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + int lower, /* I - Lower value */ + int upper) /* I - Upper value */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + if (ipp == NULL || name == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_RANGE; + attr->values[0].range.lower = lower; + attr->values[0].range.upper = upper; + + return (attr); +} + + +/* + * 'ippAddRanges()' - Add ranges of values to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddRanges(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + int num_values, /* I - Number of values */ + const int *lower, /* I - Lower values */ + const int *upper) /* I - Upper values */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* New attribute */ + ipp_value_t *value; /* Current value */ + + + if (ipp == NULL || name == NULL || num_values < 1) + return (NULL); + + if ((attr = _ippAddAttr(ipp, num_values)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_RANGE; + + if (lower != NULL && upper != NULL) + for (i = 0, value = attr->values; + i < num_values; + i ++, value ++) + { + value->range.lower = lower[i]; + value->range.upper = upper[i]; + } + + return (attr); +} + + +/* + * 'ippAddResolution()' - Add a resolution value to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddResolution(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + ipp_res_t units, /* I - Units for resolution */ + int xres, /* I - X resolution */ + int yres) /* I - Y resolution */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + if (ipp == NULL || name == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 1)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_RESOLUTION; + attr->values[0].resolution.xres = xres; + attr->values[0].resolution.yres = yres; + attr->values[0].resolution.units = units; + + return (attr); +} + + +/* + * 'ippAddResolutions()' - Add resolution values to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddResolutions(ipp_t *ipp, /* I - IPP message */ + ipp_tag_t group, /* I - IPP group */ + const char *name, /* I - Name of attribute */ + int num_values,/* I - Number of values */ + ipp_res_t units, /* I - Units for resolution */ + const int *xres, /* I - X resolutions */ + const int *yres) /* I - Y resolutions */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* New attribute */ + ipp_value_t *value; /* Current value */ + + + if (ipp == NULL || name == NULL || num_values < 1) + return (NULL); + + if ((attr = _ippAddAttr(ipp, num_values)) == NULL) + return (NULL); + + attr->name = _cupsStrAlloc(name); + attr->group_tag = group; + attr->value_tag = IPP_TAG_RESOLUTION; + + if (xres != NULL && yres != NULL) + for (i = 0, value = attr->values; + i < num_values; + i ++, value ++) + { + value->resolution.xres = xres[i]; + value->resolution.yres = yres[i]; + value->resolution.units = units; + } + + return (attr); +} + + +/* + * 'ippAddSeparator()' - Add a group separator to an IPP message. + */ + +ipp_attribute_t * /* O - New attribute */ +ippAddSeparator(ipp_t *ipp) /* I - IPP message */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + DEBUG_printf(("ippAddSeparator(%p)\n", ipp)); + + if (ipp == NULL) + return (NULL); + + if ((attr = _ippAddAttr(ipp, 0)) == NULL) + return (NULL); + + attr->group_tag = IPP_TAG_ZERO; + attr->value_tag = IPP_TAG_ZERO; + + return (attr); +} + + +/* + * 'ippDateToTime()' - Convert from RFC 1903 Date/Time format to UNIX time + * in seconds. + */ + +time_t /* O - UNIX time value */ +ippDateToTime(const ipp_uchar_t *date) /* I - RFC 1903 date info */ +{ + struct tm unixdate; /* UNIX date/time info */ + time_t t; /* Computed time */ + + + memset(&unixdate, 0, sizeof(unixdate)); + + /* + * RFC-1903 date/time format is: + * + * Byte(s) Description + * ------- ----------- + * 0-1 Year (0 to 65535) + * 2 Month (1 to 12) + * 3 Day (1 to 31) + * 4 Hours (0 to 23) + * 5 Minutes (0 to 59) + * 6 Seconds (0 to 60, 60 = "leap second") + * 7 Deciseconds (0 to 9) + * 8 +/- UTC + * 9 UTC hours (0 to 11) + * 10 UTC minutes (0 to 59) + */ + + unixdate.tm_year = ((date[0] << 8) | date[1]) - 1900; + unixdate.tm_mon = date[2] - 1; + unixdate.tm_mday = date[3]; + unixdate.tm_hour = date[4]; + unixdate.tm_min = date[5]; + unixdate.tm_sec = date[6]; + + t = mktime(&unixdate); + + if (date[8] == '-') + t += date[9] * 3600 + date[10] * 60; + else + t -= date[9] * 3600 + date[10] * 60; + + return (t); +} + + +/* + * 'ippDelete()' - Delete an IPP message. + */ + +void +ippDelete(ipp_t *ipp) /* I - IPP message */ +{ + ipp_attribute_t *attr, /* Current attribute */ + *next; /* Next attribute */ + + + DEBUG_printf(("ippDelete(): %p\n", ipp)); + + if (ipp == NULL) + return; + + for (attr = ipp->attrs; attr != NULL; attr = next) + { + next = attr->next; + _ippFreeAttr(attr); + } + + free(ipp); +} + + +/* + * 'ippDeleteAttribute()' - Delete a single attribute in an IPP message. + * + * @since CUPS 1.1.19@ + */ + +void +ippDeleteAttribute( + ipp_t *ipp, /* I - IPP message */ + ipp_attribute_t *attr) /* I - Attribute to delete */ +{ + ipp_attribute_t *current, /* Current attribute */ + *prev; /* Previous attribute */ + + + /* + * Find the attribute in the list... + */ + + for (current = ipp->attrs, prev = NULL; + current != NULL && current != attr; + prev = current, current = current->next); + + if (current) + { + /* + * Found it, remove the attribute from the list... + */ + + if (prev) + prev->next = current->next; + else + ipp->attrs = current->next; + + if (current == ipp->last) + ipp->last = prev; + + /* + * Free memory used by the attribute... + */ + + _ippFreeAttr(current); + } +} + + +/* + * 'ippFindAttribute()' - Find a named attribute in a request... + */ + +ipp_attribute_t * /* O - Matching attribute */ +ippFindAttribute(ipp_t *ipp, /* I - IPP message */ + const char *name, /* I - Name of attribute */ + ipp_tag_t type) /* I - Type of attribute */ +{ + DEBUG_printf(("ippFindAttribute(%p, \'%s\')\n", ipp, name)); + + if (ipp == NULL || name == NULL) + return (NULL); + + /* + * Reset the current pointer... + */ + + ipp->current = NULL; + + /* + * Search for the attribute... + */ + + return (ippFindNextAttribute(ipp, name, type)); +} + + +/* + * 'ippFindNextAttribute()' - Find the next named attribute in a request... + */ + +ipp_attribute_t * /* O - Matching attribute */ +ippFindNextAttribute(ipp_t *ipp, /* I - IPP message */ + const char *name, /* I - Name of attribute */ + ipp_tag_t type) /* I - Type of attribute */ +{ + ipp_attribute_t *attr; /* Current atttribute */ + ipp_tag_t value_tag; /* Value tag */ + + + DEBUG_printf(("ippFindNextAttribute(%p, \'%s\')\n", ipp, name)); + + if (ipp == NULL || name == NULL) + return (NULL); + + if (ipp->current) + { + ipp->prev = ipp->current; + attr = ipp->current->next; + } + else + { + ipp->prev = NULL; + attr = ipp->attrs; + } + + for (; attr != NULL; ipp->prev = attr, attr = attr->next) + { + DEBUG_printf(("ippFindAttribute: attr = %p, name = \'%s\'\n", attr, + attr->name)); + + value_tag = (ipp_tag_t)(attr->value_tag & IPP_TAG_MASK); + + if (attr->name != NULL && strcasecmp(attr->name, name) == 0 && + (value_tag == type || type == IPP_TAG_ZERO || + (value_tag == IPP_TAG_TEXTLANG && type == IPP_TAG_TEXT) || + (value_tag == IPP_TAG_NAMELANG && type == IPP_TAG_NAME))) + { + ipp->current = attr; + + return (attr); + } + } + + ipp->current = NULL; + ipp->prev = NULL; + + return (NULL); +} + + +/* + * 'ippLength()' - Compute the length of an IPP message. + */ + +size_t /* O - Size of IPP message */ +ippLength(ipp_t *ipp) /* I - IPP message */ +{ + return (ipp_length(ipp, 0)); +} + + +/* + * 'ippNew()' - Allocate a new IPP message. + */ + +ipp_t * /* O - New IPP message */ +ippNew(void) +{ + ipp_t *temp; /* New IPP message */ + + + DEBUG_puts("ippNew()"); + + if ((temp = (ipp_t *)calloc(1, sizeof(ipp_t))) != NULL) + { + /* + * Default to IPP 1.1... + */ + + temp->request.any.version[0] = 1; + temp->request.any.version[1] = 1; + } + + DEBUG_printf(("ippNew: %p\n", temp)); + + return (temp); +} + + +/* + * 'ippNewRequest()' - Allocate a new IPP request message. + * + * The new request message is initialized with the attributes-charset and + * attributes-natural-language attributes added. The + * attributes-natural-language value is derived from the current locale. + * + * @since CUPS 1.2@ + */ + +ipp_t * /* O - IPP request message */ +ippNewRequest(ipp_op_t op) /* I - Operation code */ +{ + ipp_t *request; /* IPP request message */ + cups_lang_t *language; /* Current language localization */ + + + /* + * Create a new IPP message... + */ + + if ((request = ippNew()) == NULL) + return (NULL); + + /* + * Set the operation and request ID... + */ + + request->request.op.operation_id = op; + request->request.op.request_id = 1; + + /* + * Use UTF-8 as the character set... + */ + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, "utf-8"); + + /* + * Get the language from the current locale... + */ + + language = cupsLangDefault(); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, language->language); + + /* + * Return the new request... + */ + + return (request); +} + + +/* + * 'ippRead()' - Read data for an IPP message from a HTTP connection. + */ + +ipp_state_t /* O - Current state */ +ippRead(http_t *http, /* I - HTTP connection */ + ipp_t *ipp) /* I - IPP data */ +{ + DEBUG_printf(("ippRead(http=%p, ipp=%p), data_remaining=" CUPS_LLFMT "\n", + http, ipp, CUPS_LLCAST (http ? http->data_remaining : -1))); + + if (http == NULL) + return (IPP_ERROR); + + DEBUG_printf(("http->state = %d\n", http->state)); + + return (ippReadIO(http, (ipp_iocb_t)ipp_read_http, + http->blocking || http->used != 0, NULL, ipp)); +} + + +/* + * 'ippReadFile()' - Read data for an IPP message from a file. + * + * @since CUPS 1.1.19@ + */ + +ipp_state_t /* O - Current state */ +ippReadFile(int fd, /* I - HTTP data */ + ipp_t *ipp) /* I - IPP data */ +{ + DEBUG_printf(("ippReadFile(%d, %p)\n", fd, ipp)); + + return (ippReadIO(&fd, (ipp_iocb_t)ipp_read_file, 1, NULL, ipp)); +} + + +/* + * 'ippReadIO()' - Read data for an IPP message. + * + * @since CUPS 1.2@ + */ + +ipp_state_t /* O - Current state */ +ippReadIO(void *src, /* I - Data source */ + ipp_iocb_t cb, /* I - Read callback function */ + int blocking, /* I - Use blocking IO? */ + ipp_t *parent, /* I - Parent request, if any */ + ipp_t *ipp) /* I - IPP data */ +{ + int n; /* Length of data */ + unsigned char buffer[32768], /* Data buffer */ + string[255], /* Small string buffer */ + *bufptr; /* Pointer into buffer */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_tag_t tag; /* Current tag */ + ipp_tag_t value_tag; /* Current value tag */ + ipp_value_t *value; /* Current value */ + + + DEBUG_printf(("ippReadIO(%p, %p, %d, %p, %p)\n", src, cb, blocking, + parent, ipp)); + DEBUG_printf(("ippReadIO: ipp->state=%d\n", ipp->state)); + + if (src == NULL || ipp == NULL) + return (IPP_ERROR); + + switch (ipp->state) + { + case IPP_IDLE : + ipp->state ++; /* Avoid common problem... */ + + case IPP_HEADER : + if (parent == NULL) + { + /* + * Get the request header... + */ + + if ((n = (*cb)(src, buffer, 8)) < 8) + { + DEBUG_printf(("ippReadIO: Unable to read header (%d bytes read)!\n", n)); + return (IPP_ERROR); + } + + /* + * Verify the major version number... + */ + + if (buffer[0] != 1) + { + DEBUG_printf(("ippReadIO: version number (%d.%d) is bad.\n", buffer[0], + buffer[1])); + return (IPP_ERROR); + } + + /* + * Then copy the request header over... + */ + + ipp->request.any.version[0] = buffer[0]; + ipp->request.any.version[1] = buffer[1]; + ipp->request.any.op_status = (buffer[2] << 8) | buffer[3]; + ipp->request.any.request_id = (((((buffer[4] << 8) | buffer[5]) << 8) | + buffer[6]) << 8) | buffer[7]; + + DEBUG_printf(("ippReadIO: version=%d.%d\n", buffer[0], buffer[1])); + DEBUG_printf(("ippReadIO: op_status=%04x\n", + ipp->request.any.op_status)); + DEBUG_printf(("ippReadIO: request_id=%d\n", + ipp->request.any.request_id)); + } + + ipp->state = IPP_ATTRIBUTE; + ipp->current = NULL; + ipp->curtag = IPP_TAG_ZERO; + ipp->prev = ipp->last; + + /* + * If blocking is disabled, stop here... + */ + + if (!blocking) + break; + + case IPP_ATTRIBUTE : + for (;;) + { + if ((*cb)(src, buffer, 1) < 1) + return (IPP_ERROR); + + DEBUG_printf(("ippReadIO: ipp->current=%p, ipp->prev=%p\n", + ipp->current, ipp->prev)); + + /* + * Read this attribute... + */ + + tag = (ipp_tag_t)buffer[0]; + + if (tag == IPP_TAG_END) + { + /* + * No more attributes left... + */ + + DEBUG_puts("ippReadIO: IPP_TAG_END!"); + + ipp->state = IPP_DATA; + break; + } + else if (tag < IPP_TAG_UNSUPPORTED_VALUE) + { + /* + * Group tag... Set the current group and continue... + */ + + if (ipp->curtag == tag) + ipp->prev = ippAddSeparator(ipp); + else if (ipp->current) + ipp->prev = ipp->current; + + ipp->curtag = tag; + ipp->current = NULL; + DEBUG_printf(("ippReadIO: group tag = %x, ipp->prev=%p\n", tag, + ipp->prev)); + continue; + } + + DEBUG_printf(("ippReadIO: value tag = %x\n", tag)); + + /* + * Get the name... + */ + + if ((*cb)(src, buffer, 2) < 2) + { + DEBUG_puts("ippReadIO: unable to read name length!"); + return (IPP_ERROR); + } + + n = (buffer[0] << 8) | buffer[1]; + + if (n > (sizeof(buffer) - 1)) + { + DEBUG_printf(("ippReadIO: bad name length %d!\n", n)); + return (IPP_ERROR); + } + + DEBUG_printf(("ippReadIO: name length = %d\n", n)); + + if (n == 0 && tag != IPP_TAG_MEMBERNAME && + tag != IPP_TAG_END_COLLECTION) + { + /* + * More values for current attribute... + */ + + if (ipp->current == NULL) + return (IPP_ERROR); + + attr = ipp->current; + value_tag = (ipp_tag_t)(attr->value_tag & IPP_TAG_MASK); + + /* + * Make sure we aren't adding a new value of a different + * type... + */ + + if (value_tag == IPP_TAG_ZERO) + { + /* + * Setting the value of a collection member... + */ + + attr->value_tag = tag; + } + else if (value_tag == IPP_TAG_STRING || + (value_tag >= IPP_TAG_TEXTLANG && + value_tag <= IPP_TAG_MIMETYPE)) + { + /* + * String values can sometimes come across in different + * forms; accept sets of differing values... + */ + + if (tag != IPP_TAG_STRING && + (tag < IPP_TAG_TEXTLANG || tag > IPP_TAG_MIMETYPE)) + return (IPP_ERROR); + } + else if (value_tag != tag) + return (IPP_ERROR); + + /* + * Finally, reallocate the attribute array as needed... + */ + + if (attr->num_values == 1 || + (attr->num_values > 0 && + (attr->num_values & (IPP_MAX_VALUES - 1)) == 0)) + { + ipp_attribute_t *temp; /* Pointer to new buffer */ + + + DEBUG_printf(("ippReadIO: reallocating for up to %d values...\n", + attr->num_values + IPP_MAX_VALUES)); + + /* + * Reallocate memory... + */ + + if ((temp = realloc(attr, sizeof(ipp_attribute_t) + + (attr->num_values + IPP_MAX_VALUES - 1) * + sizeof(ipp_value_t))) == NULL) + return (IPP_ERROR); + + if (temp != attr) + { + /* + * Reset pointers in the list... + */ + + if (ipp->prev) + ipp->prev->next = temp; + else + ipp->attrs = temp; + + attr = ipp->current = ipp->last = temp; + } + } + } + else if (tag == IPP_TAG_MEMBERNAME) + { + /* + * Name must be length 0! + */ + + if (n) + { + DEBUG_puts("ippReadIO: member name not empty!"); + return (IPP_ERROR); + } + + if (ipp->current) + ipp->prev = ipp->current; + + attr = ipp->current = _ippAddAttr(ipp, 1); + + DEBUG_printf(("ippReadIO: membername, ipp->current=%p, ipp->prev=%p\n", + ipp->current, ipp->prev)); + + attr->group_tag = ipp->curtag; + attr->value_tag = IPP_TAG_ZERO; + attr->num_values = 0; + } + else if (tag != IPP_TAG_END_COLLECTION) + { + /* + * New attribute; read the name and add it... + */ + + if ((*cb)(src, buffer, n) < n) + { + DEBUG_puts("ippReadIO: unable to read name!"); + return (IPP_ERROR); + } + + buffer[n] = '\0'; + + if (ipp->current) + ipp->prev = ipp->current; + + attr = ipp->current = _ippAddAttr(ipp, 1); + + DEBUG_printf(("ippReadIO: name=\'%s\', ipp->current=%p, ipp->prev=%p\n", + buffer, ipp->current, ipp->prev)); + + attr->group_tag = ipp->curtag; + attr->value_tag = tag; + attr->name = _cupsStrAlloc((char *)buffer); + attr->num_values = 0; + } + else + attr = NULL; + + if (tag != IPP_TAG_END_COLLECTION) + value = attr->values + attr->num_values; + else + value = NULL; + + if ((*cb)(src, buffer, 2) < 2) + { + DEBUG_puts("ippReadIO: unable to read value length!"); + return (IPP_ERROR); + } + + n = (buffer[0] << 8) | buffer[1]; + DEBUG_printf(("ippReadIO: value length = %d\n", n)); + + switch (tag) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + if ((*cb)(src, buffer, 4) < 4) + { + DEBUG_puts("ippReadIO: Unable to read integer value!"); + return (IPP_ERROR); + } + + n = (((((buffer[0] << 8) | buffer[1]) << 8) | buffer[2]) << 8) | + buffer[3]; + + value->integer = n; + break; + case IPP_TAG_BOOLEAN : + if ((*cb)(src, buffer, 1) < 1) + { + DEBUG_puts("ippReadIO: Unable to read boolean value!"); + return (IPP_ERROR); + } + + value->boolean = buffer[0]; + break; + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_STRING : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + if ((*cb)(src, buffer, n) < n) + { + DEBUG_puts("ippReadIO: unable to read name!"); + return (IPP_ERROR); + } + + buffer[n] = '\0'; + value->string.text = _cupsStrAlloc((char *)buffer); + DEBUG_printf(("ippReadIO: value = \'%s\'\n", + value->string.text)); + break; + case IPP_TAG_DATE : + if ((*cb)(src, value->date, 11) < 11) + { + DEBUG_puts("ippReadIO: Unable to date integer value!"); + return (IPP_ERROR); + } + break; + case IPP_TAG_RESOLUTION : + if ((*cb)(src, buffer, 9) < 9) + { + DEBUG_puts("ippReadIO: Unable to read resolution value!"); + return (IPP_ERROR); + } + + value->resolution.xres = + (((((buffer[0] << 8) | buffer[1]) << 8) | buffer[2]) << 8) | + buffer[3]; + value->resolution.yres = + (((((buffer[4] << 8) | buffer[5]) << 8) | buffer[6]) << 8) | + buffer[7]; + value->resolution.units = + (ipp_res_t)buffer[8]; + break; + case IPP_TAG_RANGE : + if ((*cb)(src, buffer, 8) < 8) + { + DEBUG_puts("ippReadIO: Unable to read range value!"); + return (IPP_ERROR); + } + + value->range.lower = + (((((buffer[0] << 8) | buffer[1]) << 8) | buffer[2]) << 8) | + buffer[3]; + value->range.upper = + (((((buffer[4] << 8) | buffer[5]) << 8) | buffer[6]) << 8) | + buffer[7]; + break; + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + if (n > sizeof(buffer) || n < 4) + { + DEBUG_printf(("ippReadIO: bad value length %d!\n", n)); + return (IPP_ERROR); + } + + if ((*cb)(src, buffer, n) < n) + { + DEBUG_puts("ippReadIO: Unable to read string w/language value!"); + return (IPP_ERROR); + } + + bufptr = buffer; + + /* + * text-with-language and name-with-language are composite + * values: + * + * charset-length + * charset + * text-length + * text + */ + + n = (bufptr[0] << 8) | bufptr[1]; + + if (n >= sizeof(string)) + { + memcpy(string, bufptr + 2, sizeof(string) - 1); + string[sizeof(string) - 1] = '\0'; + } + else + { + memcpy(string, bufptr + 2, n); + string[n] = '\0'; + } + + value->string.charset = _cupsStrAlloc((char *)string); + + bufptr += 2 + n; + n = (bufptr[0] << 8) | bufptr[1]; + + bufptr[2 + n] = '\0'; + value->string.text = _cupsStrAlloc((char *)bufptr + 2); + break; + + case IPP_TAG_BEGIN_COLLECTION : + /* + * Oh, boy, here comes a collection value, so read it... + */ + + value->collection = ippNew(); + + if (n > 0) + { + DEBUG_puts("ippReadIO: begCollection tag with value length > 0!"); + return (IPP_ERROR); + } + + if (ippReadIO(src, cb, 1, ipp, value->collection) == IPP_ERROR) + { + DEBUG_puts("ippReadIO: Unable to read collection value!"); + return (IPP_ERROR); + } + break; + + case IPP_TAG_END_COLLECTION : + if (n > 0) + { + DEBUG_puts("ippReadIO: endCollection tag with value length > 0!"); + return (IPP_ERROR); + } + + DEBUG_puts("ippReadIO: endCollection tag..."); + + return (ipp->state = IPP_DATA); + + case IPP_TAG_MEMBERNAME : + /* + * The value the name of the member in the collection, which + * we need to carry over... + */ + + if ((*cb)(src, buffer, n) < n) + { + DEBUG_puts("ippReadIO: Unable to read member name value!"); + return (IPP_ERROR); + } + + buffer[n] = '\0'; + attr->name = _cupsStrAlloc((char *)buffer); + + /* + * Since collection members are encoded differently than + * regular attributes, make sure we don't start with an + * empty value... + */ + + attr->num_values --; + + DEBUG_printf(("ippReadIO: member name = \"%s\"\n", attr->name)); + break; + + default : /* Other unsupported values */ + value->unknown.length = n; + if (n > 0) + { + value->unknown.data = malloc(n); + if ((*cb)(src, value->unknown.data, n) < n) + { + DEBUG_puts("ippReadIO: Unable to read unsupported value!"); + return (IPP_ERROR); + } + } + else + value->unknown.data = NULL; + break; + } + + attr->num_values ++; + + /* + * If blocking is disabled, stop here... + */ + + if (!blocking) + break; + } + break; + + case IPP_DATA : + break; + + default : + break; /* anti-compiler-warning-code */ + } + + DEBUG_printf(("ippReadIO: returning ipp->state=%d!\n", ipp->state)); + + return (ipp->state); +} + + +/* + * 'ippTimeToDate()' - Convert from UNIX time to RFC 1903 format. + */ + +const ipp_uchar_t * /* O - RFC-1903 date/time data */ +ippTimeToDate(time_t t) /* I - UNIX time value */ +{ + struct tm *unixdate; /* UNIX unixdate/time info */ + ipp_uchar_t *date = _cupsGlobals()->ipp_date; + /* RFC-1903 date/time data */ + + + /* + * RFC-1903 date/time format is: + * + * Byte(s) Description + * ------- ----------- + * 0-1 Year (0 to 65535) + * 2 Month (1 to 12) + * 3 Day (1 to 31) + * 4 Hours (0 to 23) + * 5 Minutes (0 to 59) + * 6 Seconds (0 to 60, 60 = "leap second") + * 7 Deciseconds (0 to 9) + * 8 +/- UTC + * 9 UTC hours (0 to 11) + * 10 UTC minutes (0 to 59) + */ + + unixdate = gmtime(&t); + unixdate->tm_year += 1900; + + date[0] = unixdate->tm_year >> 8; + date[1] = unixdate->tm_year; + date[2] = unixdate->tm_mon + 1; + date[3] = unixdate->tm_mday; + date[4] = unixdate->tm_hour; + date[5] = unixdate->tm_min; + date[6] = unixdate->tm_sec; + date[7] = 0; + date[8] = '+'; + date[9] = 0; + date[10] = 0; + + return (date); +} + + +/* + * 'ippWrite()' - Write data for an IPP message to a HTTP connection. + */ + +ipp_state_t /* O - Current state */ +ippWrite(http_t *http, /* I - HTTP connection */ + ipp_t *ipp) /* I - IPP data */ +{ + DEBUG_printf(("ippWrite(%p, %p)\n", http, ipp)); + + if (http == NULL) + return (IPP_ERROR); + + return (ippWriteIO(http, (ipp_iocb_t)httpWrite2, + http->blocking, NULL, ipp)); +} + + +/* + * 'ippWriteFile()' - Write data for an IPP message to a file. + * + * @since CUPS 1.1.19@ + */ + +ipp_state_t /* O - Current state */ +ippWriteFile(int fd, /* I - HTTP data */ + ipp_t *ipp) /* I - IPP data */ +{ + DEBUG_printf(("ippWriteFile(%d, %p)\n", fd, ipp)); + + ipp->state = IPP_IDLE; + + return (ippWriteIO(&fd, (ipp_iocb_t)ipp_write_file, 1, NULL, ipp)); +} + + +/* + * 'ippWriteIO()' - Write data for an IPP message. + * + * @since CUPS 1.2@ + */ + +ipp_state_t /* O - Current state */ +ippWriteIO(void *dst, /* I - Destination */ + ipp_iocb_t cb, /* I - Write callback function */ + int blocking, /* I - Use blocking IO? */ + ipp_t *parent, /* I - Parent IPP message */ + ipp_t *ipp) /* I - IPP data */ +{ + int i; /* Looping var */ + int n; /* Length of data */ + unsigned char buffer[32768], /* Data buffer */ + *bufptr; /* Pointer into buffer */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_value_t *value; /* Current value */ + + + DEBUG_printf(("ippWriteIO(%p, %p, %d, %p, %p)\n", dst, cb, blocking, + parent, ipp)); + + if (dst == NULL || ipp == NULL) + return (IPP_ERROR); + + switch (ipp->state) + { + case IPP_IDLE : + ipp->state ++; /* Avoid common problem... */ + + case IPP_HEADER : + if (parent == NULL) + { + /* + * Send the request header: + * + * Version = 2 bytes + * Operation/Status Code = 2 bytes + * Request ID = 4 bytes + * Total = 8 bytes + */ + + bufptr = buffer; + + *bufptr++ = ipp->request.any.version[0]; + *bufptr++ = ipp->request.any.version[1]; + *bufptr++ = ipp->request.any.op_status >> 8; + *bufptr++ = ipp->request.any.op_status; + *bufptr++ = ipp->request.any.request_id >> 24; + *bufptr++ = ipp->request.any.request_id >> 16; + *bufptr++ = ipp->request.any.request_id >> 8; + *bufptr++ = ipp->request.any.request_id; + + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP header..."); + return (IPP_ERROR); + } + } + + /* + * Reset the state engine to point to the first attribute + * in the request/response, with no current group. + */ + + ipp->state = IPP_ATTRIBUTE; + ipp->current = ipp->attrs; + ipp->curtag = IPP_TAG_ZERO; + + DEBUG_printf(("ippWriteIO: version=%d.%d\n", buffer[0], buffer[1])); + DEBUG_printf(("ippWriteIO: op_status=%04x\n", ipp->request.any.op_status)); + DEBUG_printf(("ippWriteIO: request_id=%d\n", ipp->request.any.request_id)); + + /* + * If blocking is disabled, stop here... + */ + + if (!blocking) + break; + + case IPP_ATTRIBUTE : + while (ipp->current != NULL) + { + /* + * Write this attribute... + */ + + bufptr = buffer; + attr = ipp->current; + + ipp->current = ipp->current->next; + + if (ipp->curtag != attr->group_tag && parent == NULL) + { + /* + * Send a group tag byte... + */ + + ipp->curtag = attr->group_tag; + + if (attr->group_tag == IPP_TAG_ZERO) + continue; + + DEBUG_printf(("ippWriteIO: wrote group tag = %x\n", attr->group_tag)); + *bufptr++ = attr->group_tag; + } + else if (attr->group_tag == IPP_TAG_ZERO) + continue; + + /* + * Write the attribute tag and name. The current implementation + * does not support the extension value tags above 0x7f, so all + * value tags are 1 byte. + * + * The attribute name length does not include the trailing nul + * character in the source string. + * + * Collection values (parent != NULL) are written differently... + */ + + if (parent == NULL) + { + /* + * Get the length of the attribute name, and make sure it won't + * overflow the buffer... + */ + + if ((n = (int)strlen(attr->name)) > (sizeof(buffer) - 4)) + return (IPP_ERROR); + + /* + * Write the value tag, name length, and name string... + */ + + DEBUG_printf(("ippWriteIO: writing value tag = %x\n", attr->value_tag)); + DEBUG_printf(("ippWriteIO: writing name = %d, \'%s\'\n", n, attr->name)); + + *bufptr++ = attr->value_tag; + *bufptr++ = n >> 8; + *bufptr++ = n; + memcpy(bufptr, attr->name, n); + bufptr += n; + } + else + { + /* + * Get the length of the attribute name, and make sure it won't + * overflow the buffer... + */ + + if ((n = (int)strlen(attr->name)) > (sizeof(buffer) - 7)) + return (IPP_ERROR); + + /* + * Write the member name tag, name length, name string, value tag, + * and empty name for the collection member attribute... + */ + + DEBUG_printf(("ippWriteIO: writing value tag = %x\n", + IPP_TAG_MEMBERNAME)); + DEBUG_printf(("ippWriteIO: writing name = %d, \'%s\'\n", n, attr->name)); + DEBUG_printf(("ippWriteIO: writing value tag = %x\n", attr->value_tag)); + DEBUG_puts("ippWriteIO: writing name = 0, \'\'\n"); + + *bufptr++ = IPP_TAG_MEMBERNAME; + *bufptr++ = 0; + *bufptr++ = 0; + *bufptr++ = n >> 8; + *bufptr++ = n; + memcpy(bufptr, attr->name, n); + bufptr += n; + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * Now write the attribute value(s)... + */ + + switch (attr->value_tag & ~IPP_TAG_COPY) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if ((sizeof(buffer) - (bufptr - buffer)) < 9) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * Integers and enumerations are both 4-byte signed + * (twos-complement) values. + * + * Put the 2-byte length and 4-byte value into the buffer... + */ + + *bufptr++ = 0; + *bufptr++ = 4; + *bufptr++ = value->integer >> 24; + *bufptr++ = value->integer >> 16; + *bufptr++ = value->integer >> 8; + *bufptr++ = value->integer; + } + break; + + case IPP_TAG_BOOLEAN : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if ((sizeof(buffer) - (bufptr - buffer)) < 6) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * Boolean values are 1-byte; 0 = false, 1 = true. + * + * Put the 2-byte length and 1-byte value into the buffer... + */ + + *bufptr++ = 0; + *bufptr++ = 1; + *bufptr++ = value->boolean; + } + break; + + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_STRING : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + DEBUG_printf(("ippWriteIO: writing value tag = %x\n", + attr->value_tag)); + DEBUG_printf(("ippWriteIO: writing name = 0, \'\'\n")); + + if ((sizeof(buffer) - (bufptr - buffer)) < 3) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + if (value->string.text != NULL) + n = (int)strlen(value->string.text); + else + n = 0; + + if (n > (sizeof(buffer) - 2)) + return (IPP_ERROR); + + DEBUG_printf(("ippWriteIO: writing string = %d, \'%s\'\n", n, + value->string.text)); + + if ((int)(sizeof(buffer) - (bufptr - buffer)) < (n + 2)) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + /* + * All simple strings consist of the 2-byte length and + * character data without the trailing nul normally found + * in C strings. Also, strings cannot be longer than 32767 + * bytes since the 2-byte length is a signed (twos-complement) + * value. + * + * Put the 2-byte length and string characters in the buffer. + */ + + *bufptr++ = n >> 8; + *bufptr++ = n; + + if (n > 0) + { + memcpy(bufptr, value->string.text, n); + bufptr += n; + } + } + break; + + case IPP_TAG_DATE : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if ((sizeof(buffer) - (bufptr - buffer)) < 16) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * Date values consist of a 2-byte length and an + * 11-byte date/time structure defined by RFC 1903. + * + * Put the 2-byte length and 11-byte date/time + * structure in the buffer. + */ + + *bufptr++ = 0; + *bufptr++ = 11; + memcpy(bufptr, value->date, 11); + bufptr += 11; + } + break; + + case IPP_TAG_RESOLUTION : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if ((sizeof(buffer) - (bufptr - buffer)) < 14) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * Resolution values consist of a 2-byte length, + * 4-byte horizontal resolution value, 4-byte vertical + * resolution value, and a 1-byte units value. + * + * Put the 2-byte length and resolution value data + * into the buffer. + */ + + *bufptr++ = 0; + *bufptr++ = 9; + *bufptr++ = value->resolution.xres >> 24; + *bufptr++ = value->resolution.xres >> 16; + *bufptr++ = value->resolution.xres >> 8; + *bufptr++ = value->resolution.xres; + *bufptr++ = value->resolution.yres >> 24; + *bufptr++ = value->resolution.yres >> 16; + *bufptr++ = value->resolution.yres >> 8; + *bufptr++ = value->resolution.yres; + *bufptr++ = value->resolution.units; + } + break; + + case IPP_TAG_RANGE : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if ((sizeof(buffer) - (bufptr - buffer)) < 13) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * Range values consist of a 2-byte length, + * 4-byte lower value, and 4-byte upper value. + * + * Put the 2-byte length and range value data + * into the buffer. + */ + + *bufptr++ = 0; + *bufptr++ = 8; + *bufptr++ = value->range.lower >> 24; + *bufptr++ = value->range.lower >> 16; + *bufptr++ = value->range.lower >> 8; + *bufptr++ = value->range.lower; + *bufptr++ = value->range.upper >> 24; + *bufptr++ = value->range.upper >> 16; + *bufptr++ = value->range.upper >> 8; + *bufptr++ = value->range.upper; + } + break; + + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + if ((sizeof(buffer) - (bufptr - buffer)) < 3) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * textWithLanguage and nameWithLanguage values consist + * of a 2-byte length for both strings and their + * individual lengths, a 2-byte length for the + * character string, the character string without the + * trailing nul, a 2-byte length for the character + * set string, and the character set string without + * the trailing nul. + */ + + n = 4; + + if (value->string.charset != NULL) + n += (int)strlen(value->string.charset); + + if (value->string.text != NULL) + n += (int)strlen(value->string.text); + + if (n > (sizeof(buffer) - 2)) + return (IPP_ERROR); + + if ((int)(sizeof(buffer) - (bufptr - buffer)) < (n + 2)) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + /* Length of entire value */ + *bufptr++ = n >> 8; + *bufptr++ = n; + + /* Length of charset */ + if (value->string.charset != NULL) + n = (int)strlen(value->string.charset); + else + n = 0; + + *bufptr++ = n >> 8; + *bufptr++ = n; + + /* Charset */ + if (n > 0) + { + memcpy(bufptr, value->string.charset, n); + bufptr += n; + } + + /* Length of text */ + if (value->string.text != NULL) + n = (int)strlen(value->string.text); + else + n = 0; + + *bufptr++ = n >> 8; + *bufptr++ = n; + + /* Text */ + if (n > 0) + { + memcpy(bufptr, value->string.text, n); + bufptr += n; + } + } + break; + + case IPP_TAG_BEGIN_COLLECTION : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + /* + * Collections are written with the begin-collection + * tag first with a value of 0 length, followed by the + * attributes in the collection, then the end-collection + * value... + */ + + if ((sizeof(buffer) - (bufptr - buffer)) < 5) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * Write a data length of 0 and flush the buffer... + */ + + *bufptr++ = 0; + *bufptr++ = 0; + + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + + /* + * Then write the collection attribute... + */ + + value->collection->state = IPP_IDLE; + + if (ippWriteIO(dst, cb, 1, ipp, value->collection) == IPP_ERROR) + return (IPP_ERROR); + } + break; + + default : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if (i) + { + /* + * Arrays and sets are done by sending additional + * values with a zero-length name... + */ + + if ((sizeof(buffer) - (bufptr - buffer)) < 3) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + *bufptr++ = attr->value_tag; + *bufptr++ = 0; + *bufptr++ = 0; + } + + /* + * An unknown value might some new value that a + * vendor has come up with. It consists of a + * 2-byte length and the bytes in the unknown + * value buffer. + */ + + n = value->unknown.length; + + if (n > (sizeof(buffer) - 2)) + return (IPP_ERROR); + + if ((int)(sizeof(buffer) - (bufptr - buffer)) < (n + 2)) + { + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + bufptr = buffer; + } + + /* Length of unknown value */ + *bufptr++ = n >> 8; + *bufptr++ = n; + + /* Value */ + if (n > 0) + { + memcpy(bufptr, value->unknown.data, n); + bufptr += n; + } + } + break; + } + + /* + * Write the data out... + */ + + if ((*cb)(dst, buffer, (int)(bufptr - buffer)) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP attribute..."); + return (IPP_ERROR); + } + + DEBUG_printf(("ippWriteIO: wrote %d bytes\n", bufptr - buffer)); + + /* + * If blocking is disabled, stop here... + */ + + if (!blocking) + break; + } + + if (ipp->current == NULL) + { + /* + * Done with all of the attributes; add the end-of-attributes + * tag or end-collection attribute... + */ + + if (parent == NULL) + { + buffer[0] = IPP_TAG_END; + n = 1; + } + else + { + buffer[0] = IPP_TAG_END_COLLECTION; + buffer[1] = 0; /* empty name */ + buffer[2] = 0; + buffer[3] = 0; /* empty value */ + buffer[4] = 0; + n = 5; + } + + if ((*cb)(dst, buffer, n) < 0) + { + DEBUG_puts("ippWriteIO: Could not write IPP end-tag..."); + return (IPP_ERROR); + } + + ipp->state = IPP_DATA; + } + break; + + case IPP_DATA : + break; + + default : + break; /* anti-compiler-warning-code */ + } + + return (ipp->state); +} + + +/* + * '_ippAddAttr()' - Add a new attribute to the request. + */ + +ipp_attribute_t * /* O - New attribute */ +_ippAddAttr(ipp_t *ipp, /* I - IPP message */ + int num_values) /* I - Number of values */ +{ + ipp_attribute_t *attr; /* New attribute */ + + + DEBUG_printf(("_ippAddAttr(%p, %d)\n", ipp, num_values)); + + if (ipp == NULL || num_values < 0) + return (NULL); + + attr = calloc(sizeof(ipp_attribute_t) + + (num_values - 1) * sizeof(ipp_value_t), 1); + + if (attr != NULL) + { + attr->num_values = num_values; + + if (ipp->last == NULL) + ipp->attrs = attr; + else + ipp->last->next = attr; + + ipp->last = attr; + } + + DEBUG_printf(("_ippAddAttr(): %p\n", attr)); + + return (attr); +} + + +/* + * '_ippFreeAttr()' - Free an attribute. + */ + +void +_ippFreeAttr(ipp_attribute_t *attr) /* I - Attribute to free */ +{ + int i; /* Looping var */ + ipp_value_t *value; /* Current value */ + + + DEBUG_printf(("_ippFreeAttr(): %p\n", attr)); + + switch (attr->value_tag) + { + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_STRING : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + _cupsStrFree(value->string.text); + break; + + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if (value->string.charset && i == 0) + _cupsStrFree(value->string.charset); + _cupsStrFree(value->string.text); + } + break; + + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + case IPP_TAG_BOOLEAN : + case IPP_TAG_DATE : + case IPP_TAG_RESOLUTION : + case IPP_TAG_RANGE : + break; + + case IPP_TAG_BEGIN_COLLECTION : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + ippDelete(value->collection); + break; + + default : + if (!((int)attr->value_tag & IPP_TAG_COPY)) + { + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + if (value->unknown.data) + free(value->unknown.data); + } + break; + } + + if (attr->name) + _cupsStrFree(attr->name); + + free(attr); +} + + +/* + * 'ipp_length()' - Compute the length of an IPP message or collection value. + */ + +static size_t /* O - Size of IPP message */ +ipp_length(ipp_t *ipp, /* I - IPP message or collection */ + int collection) /* I - 1 if a collection, 0 otherwise */ +{ + int i; /* Looping var */ + int bytes; /* Number of bytes */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_tag_t group; /* Current group */ + ipp_value_t *value; /* Current value */ + + + if (ipp == NULL) + return (0); + + /* + * Start with 8 bytes for the IPP message header... + */ + + bytes = collection ? 0 : 8; + + /* + * Then add the lengths of each attribute... + */ + + group = IPP_TAG_ZERO; + + for (attr = ipp->attrs; attr != NULL; attr = attr->next) + { + if (attr->group_tag != group && !collection) + { + group = attr->group_tag; + if (group == IPP_TAG_ZERO) + continue; + + bytes ++; /* Group tag */ + } + + if (!attr->name) + continue; + + DEBUG_printf(("attr->name = %s, attr->num_values = %d, bytes = %d\n", + attr->name, attr->num_values, bytes)); + + bytes += (int)strlen(attr->name); /* Name */ + bytes += attr->num_values; /* Value tag for each value */ + bytes += 2 * attr->num_values; /* Name lengths */ + bytes += 2 * attr->num_values; /* Value lengths */ + + if (collection) + bytes += 5; /* Add membername overhead */ + + switch (attr->value_tag & ~IPP_TAG_COPY) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + bytes += 4 * attr->num_values; + break; + + case IPP_TAG_BOOLEAN : + bytes += attr->num_values; + break; + + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_STRING : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + if (value->string.text != NULL) + bytes += (int)strlen(value->string.text); + break; + + case IPP_TAG_DATE : + bytes += 11 * attr->num_values; + break; + + case IPP_TAG_RESOLUTION : + bytes += 9 * attr->num_values; + break; + + case IPP_TAG_RANGE : + bytes += 8 * attr->num_values; + break; + + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + bytes += 4 * attr->num_values;/* Charset + text length */ + + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + { + if (value->string.charset != NULL) + bytes += (int)strlen(value->string.charset); + + if (value->string.text != NULL) + bytes += (int)strlen(value->string.text); + } + break; + + case IPP_TAG_BEGIN_COLLECTION : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + bytes += (int)ipp_length(value->collection, 1); + break; + + default : + for (i = 0, value = attr->values; + i < attr->num_values; + i ++, value ++) + bytes += value->unknown.length; + break; + } + } + + /* + * Finally, add 1 byte for the "end of attributes" tag or 5 bytes + * for the "end of collection" tag and return... + */ + + if (collection) + bytes += 5; + else + bytes ++; + + DEBUG_printf(("bytes = %d\n", bytes)); + + return (bytes); +} + + +/* + * 'ipp_read_http()' - Semi-blocking read on a HTTP connection... + */ + +static ssize_t /* O - Number of bytes read */ +ipp_read_http(http_t *http, /* I - Client connection */ + ipp_uchar_t *buffer, /* O - Buffer for data */ + size_t length) /* I - Total length */ +{ + int tbytes, /* Total bytes read */ + bytes; /* Bytes read this pass */ + char len[32]; /* Length string */ + + + DEBUG_printf(("ipp_read_http(http=%p, buffer=%p, length=%d)\n", + http, buffer, length)); + + /* + * Loop until all bytes are read... + */ + + for (tbytes = 0, bytes = 0; tbytes < (int)length; tbytes += bytes, buffer += bytes) + { + DEBUG_printf(("tbytes = %d, http->state = %d\n", tbytes, http->state)); + + if (http->state == HTTP_WAITING) + break; + + if (http->used > 0 && http->data_encoding == HTTP_ENCODE_LENGTH) + { + /* + * Do "fast read" from HTTP buffer directly... + */ + + if (http->used > (int)(length - tbytes)) + bytes = (int)(length - tbytes); + else + bytes = http->used; + + if (bytes == 1) + buffer[0] = http->buffer[0]; + else + memcpy(buffer, http->buffer, bytes); + + http->used -= bytes; + http->data_remaining -= bytes; + + if (http->data_remaining <= INT_MAX) + http->_data_remaining = (int)http->data_remaining; + else + http->_data_remaining = INT_MAX; + + if (http->used > 0) + memmove(http->buffer, http->buffer + bytes, http->used); + + if (http->data_remaining == 0) + { + if (http->data_encoding == HTTP_ENCODE_CHUNKED) + { + /* + * Get the trailing CR LF after the chunk... + */ + + if (!httpGets(len, sizeof(len), http)) + return (-1); + } + + if (http->data_encoding != HTTP_ENCODE_CHUNKED) + { + if (http->state == HTTP_POST_RECV) + http->state ++; + else + http->state = HTTP_WAITING; + } + } + } + else + { + /* + * Wait a maximum of 1 second for data... + */ + + if (!http->blocking) + { + /* + * Wait up to 10 seconds for more data on non-blocking sockets... + */ + + if (!httpWait(http, 10000)) + { + /* + * Signal no data... + */ + + bytes = -1; + break; + } + } + + if ((bytes = httpRead2(http, (char *)buffer, length - tbytes)) <= 0) + break; + } + } + + /* + * Return the number of bytes read... + */ + + if (tbytes == 0 && bytes < 0) + tbytes = -1; + + DEBUG_printf(("returning %d bytes...\n", tbytes)); + + return (tbytes); +} + + +/* + * 'ipp_read_file()' - Read IPP data from a file. + */ + +static ssize_t /* O - Number of bytes read */ +ipp_read_file(int *fd, /* I - File descriptor */ + ipp_uchar_t *buffer, /* O - Read buffer */ + size_t length) /* I - Number of bytes to read */ +{ +#ifdef WIN32 + return ((ssize_t)read(*fd, buffer, (unsigned)length)); +#else + return (read(*fd, buffer, length)); +#endif /* WIN32 */ +} + + +/* + * 'ipp_write_file()' - Write IPP data to a file. + */ + +static ssize_t /* O - Number of bytes written */ +ipp_write_file(int *fd, /* I - File descriptor */ + ipp_uchar_t *buffer, /* I - Data to write */ + size_t length) /* I - Number of bytes to write */ +{ +#ifdef WIN32 + return ((ssize_t)write(*fd, buffer, (unsigned)length)); +#else + return (write(*fd, buffer, length)); +#endif /* WIN32 */ +} + + +#ifdef __linux +/* + * The following symbol definitions are provided only for KDE + * compatibility during the CUPS 1.2 testing period and will be + * removed in a future release of CUPS. These are PRIVATE APIs + * from CUPS 1.1.x that the KDE developers chose to use... + */ + +ipp_attribute_t * /* O - New attribute */ +_ipp_add_attr(ipp_t *ipp, /* I - IPP message */ + int num_values) /* I - Number of values */ +{ + return (_ippAddAttr(ipp, num_values)); +} + +void +_ipp_free_attr(ipp_attribute_t *attr) /* I - Attribute to free */ +{ + _ippFreeAttr(attr); +} +#endif /* __linux */ + + +/* + * End of "$Id$". + */ diff --git a/cups/ipp.h b/cups/ipp.h new file mode 100644 index 0000000000..e3532424b3 --- /dev/null +++ b/cups/ipp.h @@ -0,0 +1,503 @@ +/* + * "$Id$" + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_IPP_H_ +# define _CUPS_IPP_H_ + +/* + * Include necessary headers... + */ + +# include "http.h" + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * IPP version string... + */ + +# define IPP_VERSION "\001\001" + +/* + * IPP registered port number... + * + * Note: Applications should never use IPP_PORT, but instead use the + * ippPort() function to allow overrides via the IPP_PORT environment + * variable and services file if needed! + */ + +# define IPP_PORT 631 + +/* + * Common limits... + */ + +# define IPP_MAX_NAME 256 +# define IPP_MAX_VALUES 8 /* Power-of-2 allocation increment */ + + +/* + * Types and structures... + */ + +typedef enum ipp_tag_e /**** Format tags for attributes... ****/ +{ + IPP_TAG_ZERO = 0x00, /* Zero tag - used for separators */ + IPP_TAG_OPERATION, /* Operation group */ + IPP_TAG_JOB, /* Job group */ + IPP_TAG_END, /* End-of-attributes */ + IPP_TAG_PRINTER, /* Printer group */ + IPP_TAG_UNSUPPORTED_GROUP, /* Unsupported attributes group */ + IPP_TAG_SUBSCRIPTION, /* Subscription group */ + IPP_TAG_EVENT_NOTIFICATION, /* Event group */ + IPP_TAG_UNSUPPORTED_VALUE = 0x10, /* Unsupported value */ + IPP_TAG_DEFAULT, /* Default value */ + IPP_TAG_UNKNOWN, /* Unknown value */ + IPP_TAG_NOVALUE, /* No-value value */ + IPP_TAG_NOTSETTABLE = 0x15, /* Not-settable value */ + IPP_TAG_DELETEATTR, /* Delete-attribute value */ + IPP_TAG_ADMINDEFINE, /* Admin-defined value */ + IPP_TAG_INTEGER = 0x21, /* Integer value */ + IPP_TAG_BOOLEAN, /* Boolean value */ + IPP_TAG_ENUM, /* Enumeration value */ + IPP_TAG_STRING = 0x30, /* Octet string value */ + IPP_TAG_DATE, /* Date/time value */ + IPP_TAG_RESOLUTION, /* Resolution value */ + IPP_TAG_RANGE, /* Range value */ + IPP_TAG_BEGIN_COLLECTION, /* Beginning of collection value */ + IPP_TAG_TEXTLANG, /* Text-with-language value */ + IPP_TAG_NAMELANG, /* Name-with-language value */ + IPP_TAG_END_COLLECTION, /* End of collection value */ + IPP_TAG_TEXT = 0x41, /* Text value */ + IPP_TAG_NAME, /* Name value */ + IPP_TAG_KEYWORD = 0x44, /* Keyword value */ + IPP_TAG_URI, /* URI value */ + IPP_TAG_URISCHEME, /* URI scheme value */ + IPP_TAG_CHARSET, /* Character set value */ + IPP_TAG_LANGUAGE, /* Language value */ + IPP_TAG_MIMETYPE, /* MIME media type value */ + IPP_TAG_MEMBERNAME, /* Collection member name value */ + IPP_TAG_MASK = 0x7fffffff, /* Mask for copied attribute values */ + IPP_TAG_COPY = -0x7fffffff-1 /* Bitflag for copied attribute values */ +} ipp_tag_t; + +typedef enum ipp_res_e /**** Resolution units... ****/ +{ + IPP_RES_PER_INCH = 3, /* Pixels per inch */ + IPP_RES_PER_CM /* Pixels per centimeter */ +} ipp_res_t; + +typedef enum ipp_finish_e /**** Finishings... ****/ +{ + IPP_FINISHINGS_NONE = 3, /* No finishing */ + IPP_FINISHINGS_STAPLE, /* Staple (any location) */ + IPP_FINISHINGS_PUNCH, /* Punch (any location/count) */ + IPP_FINISHINGS_COVER, /* Add cover */ + IPP_FINISHINGS_BIND, /* Bind */ + IPP_FINISHINGS_SADDLE_STITCH, /* Staple interior */ + IPP_FINISHINGS_EDGE_STITCH, /* Stitch along any side */ + IPP_FINISHINGS_FOLD, /* Fold (any type) */ + IPP_FINISHINGS_TRIM, /* Trim (any type) */ + IPP_FINISHINGS_BALE, /* Bale (any type) */ + IPP_FINISHINGS_BOOKLET_MAKER, /* Fold to make booklet */ + IPP_FINISHINGS_JOB_OFFSET, /* Offset for binding (any type) */ + IPP_FINISHINGS_STAPLE_TOP_LEFT = 20, /* Staple top left corner */ + IPP_FINISHINGS_STAPLE_BOTTOM_LEFT, /* Staple bottom left corner */ + IPP_FINISHINGS_STAPLE_TOP_RIGHT, /* Staple top right corner */ + IPP_FINISHINGS_STAPLE_BOTTOM_RIGHT, /* Staple bottom right corner */ + IPP_FINISHINGS_EDGE_STITCH_LEFT, /* Stitch along left side */ + IPP_FINISHINGS_EDGE_STITCH_TOP, /* Stitch along top edge */ + IPP_FINISHINGS_EDGE_STITCH_RIGHT, /* Stitch along right side */ + IPP_FINISHINGS_EDGE_STITCH_BOTTOM, /* Stitch along bottom edge */ + IPP_FINISHINGS_STAPLE_DUAL_LEFT, /* Two staples on left */ + IPP_FINISHINGS_STAPLE_DUAL_TOP, /* Two staples on top */ + IPP_FINISHINGS_STAPLE_DUAL_RIGHT, /* Two staples on right */ + IPP_FINISHINGS_STAPLE_DUAL_BOTTOM, /* Two staples on bottom */ + IPP_FINISHINGS_BIND_LEFT = 50, /* Bind on left */ + IPP_FINISHINGS_BIND_TOP, /* Bind on top */ + IPP_FINISHINGS_BIND_RIGHT, /* Bind on right */ + IPP_FINISHINGS_BIND_BOTTOM /* Bind on bottom */ +} ipp_finish_t; + +typedef enum ipp_orient_e /**** Orientation... ****/ +{ + IPP_PORTRAIT = 3, /* No rotation */ + IPP_LANDSCAPE, /* 90 degrees counter-clockwise */ + IPP_REVERSE_LANDSCAPE, /* 90 degrees clockwise */ + IPP_REVERSE_PORTRAIT /* 180 degrees */ +} ipp_orient_t; + +typedef enum ipp_quality_e /**** Qualities... ****/ +{ + IPP_QUALITY_DRAFT = 3, /* Draft quality */ + IPP_QUALITY_NORMAL, /* Normal quality */ + IPP_QUALITY_HIGH /* High quality */ +} ipp_quality_t; + +typedef enum ipp_jstate_e /**** Job States.... */ +{ + IPP_JOB_PENDING = 3, /* Job is waiting to be printed */ + IPP_JOB_HELD, /* Job is held for printing */ + IPP_JOB_PROCESSING, /* Job is currently printing */ + IPP_JOB_STOPPED, /* Job has been stopped */ + IPP_JOB_CANCELED, /* Job has been canceled */ + IPP_JOB_ABORTED, /* Job has aborted due to error */ + IPP_JOB_COMPLETED /* Job has completed successfully */ +} ipp_jstate_t; +#define IPP_JOB_CANCELLED IPP_JOB_CANCELED + +typedef enum ipp_pstate_e /**** Printer States.... */ +{ + IPP_PRINTER_IDLE = 3, /* Printer is idle */ + IPP_PRINTER_PROCESSING, /* Printer is working */ + IPP_PRINTER_STOPPED /* Printer is stopped */ +} ipp_pstate_t; + +typedef enum ipp_state_e /**** IPP states... ****/ +{ + IPP_ERROR = -1, /* An error occurred */ + IPP_IDLE, /* Nothing is happening/request completed */ + IPP_HEADER, /* The request header needs to be sent/received */ + IPP_ATTRIBUTE, /* One or more attributes need to be sent/received */ + IPP_DATA /* IPP request data needs to be sent/received */ +} ipp_state_t; + +typedef enum ipp_op_e /**** IPP operations... ****/ +{ + IPP_PRINT_JOB = 0x0002, /* Print a single file */ + IPP_PRINT_URI, /* Print a single URL @private@ */ + IPP_VALIDATE_JOB, /* Validate job options */ + IPP_CREATE_JOB, /* Create an empty print job */ + IPP_SEND_DOCUMENT, /* Add a file to a job */ + IPP_SEND_URI, /* Add a URL to a job @private@ */ + IPP_CANCEL_JOB, /* Cancel a job */ + IPP_GET_JOB_ATTRIBUTES, /* Get job attributes */ + IPP_GET_JOBS, /* Get a list of jobs */ + IPP_GET_PRINTER_ATTRIBUTES, /* Get printer attributes */ + IPP_HOLD_JOB, /* Hold a job for printing */ + IPP_RELEASE_JOB, /* Release a job for printing */ + IPP_RESTART_JOB, /* Reprint a job */ + IPP_PAUSE_PRINTER = 0x0010, /* Stop a printer */ + IPP_RESUME_PRINTER, /* Start a printer */ + IPP_PURGE_JOBS, /* Cancel all jobs */ + IPP_SET_PRINTER_ATTRIBUTES, /* Set printer attributes @private@ */ + IPP_SET_JOB_ATTRIBUTES, /* Set job attributes */ + IPP_GET_PRINTER_SUPPORTED_VALUES, /* Get supported attribute values */ + IPP_CREATE_PRINTER_SUBSCRIPTION, /* Create a printer subscription @since CUPS 1.2@ */ + IPP_CREATE_JOB_SUBSCRIPTION, /* Create a job subscription @since CUPS 1.2@ */ + IPP_GET_SUBSCRIPTION_ATTRIBUTES, /* Get subscription attributes @since CUPS 1.2@ */ + IPP_GET_SUBSCRIPTIONS, /* Get list of subscriptions @since CUPS 1.2@ */ + IPP_RENEW_SUBSCRIPTION, /* Renew a printer subscription @since CUPS 1.2@ */ + IPP_CANCEL_SUBSCRIPTION, /* Cancel a subscription @since CUPS 1.2@ */ + IPP_GET_NOTIFICATIONS, /* Get notification events @since CUPS 1.2@ */ + IPP_SEND_NOTIFICATIONS, /* Send notification events @private@ */ + IPP_GET_PRINT_SUPPORT_FILES = 0x0021, /* Get printer support files @private@ */ + IPP_ENABLE_PRINTER, /* Start a printer */ + IPP_DISABLE_PRINTER, /* Stop a printer */ + IPP_PAUSE_PRINTER_AFTER_CURRENT_JOB, /* Stop printer after the current job @private@ */ + IPP_HOLD_NEW_JOBS, /* Hold new jobs @private@ */ + IPP_RELEASE_HELD_NEW_JOBS, /* Release new jobs @private@ */ + IPP_DEACTIVATE_PRINTER, /* Stop a printer @private@ */ + IPP_ACTIVATE_PRINTER, /* Start a printer @private@ */ + IPP_RESTART_PRINTER, /* Restart a printer @private@ */ + IPP_SHUTDOWN_PRINTER, /* Turn a printer off @private@ */ + IPP_STARTUP_PRINTER, /* Turn a printer on @private@ */ + IPP_REPROCESS_JOB, /* Reprint a job @private@ */ + IPP_CANCEL_CURRENT_JOB, /* Cancel the current job @private@ */ + IPP_SUSPEND_CURRENT_JOB, /* Suspend the current job @private@ */ + IPP_RESUME_JOB, /* Resume the current job @private@ */ + IPP_PROMOTE_JOB, /* Promote a job to print sooner @private@ */ + IPP_SCHEDULE_JOB_AFTER, /* Schedule a job to print after another @private@ */ + IPP_PRIVATE = 0x4000, /* Reserved @private@ */ + CUPS_GET_DEFAULT, /* Get the default printer */ + CUPS_GET_PRINTERS, /* Get a list of printers and/or classes */ + CUPS_ADD_MODIFY_PRINTER, /* Add or modify a printer */ + CUPS_DELETE_PRINTER, /* Delete a printer */ + CUPS_GET_CLASSES, /* Get a list of classes @deprecated@ */ + CUPS_ADD_MODIFY_CLASS, /* Add or modify a class */ + CUPS_DELETE_CLASS, /* Delete a class */ + CUPS_ACCEPT_JOBS, /* Accept new jobs on a printer */ + CUPS_REJECT_JOBS, /* Reject new jobs on a printer */ + CUPS_SET_DEFAULT, /* Set the default printer */ + CUPS_GET_DEVICES, /* Get a list of supported devices */ + CUPS_GET_PPDS, /* Get a list of supported drivers */ + CUPS_MOVE_JOB, /* Move a job to a different printer */ + CUPS_AUTHENTICATE_JOB /* Authenticate a job @since CUPS 1.2@ */ +} ipp_op_t; + +/* Old names for the operations */ +#define CUPS_ADD_PRINTER CUPS_ADD_MODIFY_PRINTER +#define CUPS_ADD_CLASS CUPS_ADD_MODIFY_CLASS + +typedef enum ipp_status_e /**** IPP status codes... ****/ +{ + IPP_OK = 0x0000, /* successful-ok */ + IPP_OK_SUBST, /* successful-ok-ignored-or-substituted-attributes */ + IPP_OK_CONFLICT, /* successful-ok-conflicting-attributes */ + IPP_OK_IGNORED_SUBSCRIPTIONS, /* successful-ok-ignored-subscriptions */ + IPP_OK_IGNORED_NOTIFICATIONS, /* successful-ok-ignored-notifications */ + IPP_OK_TOO_MANY_EVENTS, /* successful-ok-too-many-events */ + IPP_OK_BUT_CANCEL_SUBSCRIPTION, /* successful-ok-but-cancel-subscription */ + IPP_OK_EVENTS_COMPLETE, /* successful-ok-events-complete */ + IPP_REDIRECTION_OTHER_SITE = 0x300, /* */ + IPP_BAD_REQUEST = 0x0400, /* client-error-bad-request */ + IPP_FORBIDDEN, /* client-error-forbidden */ + IPP_NOT_AUTHENTICATED, /* client-error-not-authenticated */ + IPP_NOT_AUTHORIZED, /* client-error-not-authorized */ + IPP_NOT_POSSIBLE, /* client-error-not-possible */ + IPP_TIMEOUT, /* client-error-timeout */ + IPP_NOT_FOUND, /* client-error-not-found */ + IPP_GONE, /* client-error-gone */ + IPP_REQUEST_ENTITY, /* client-error-request-entity-too-large */ + IPP_REQUEST_VALUE, /* client-error-request-value-too-long */ + IPP_DOCUMENT_FORMAT, /* client-error-document-format-not-supported */ + IPP_ATTRIBUTES, /* client-error-attributes-or-values-not-supported */ + IPP_URI_SCHEME, /* client-error-uri-scheme-not-supported */ + IPP_CHARSET, /* client-error-charset-not-supported */ + IPP_CONFLICT, /* client-error-conflicting-attributes */ + IPP_COMPRESSION_NOT_SUPPORTED, /* client-error-compression-not-supported */ + IPP_COMPRESSION_ERROR, /* client-error-compression-error */ + IPP_DOCUMENT_FORMAT_ERROR, /* client-error-document-format-error */ + IPP_DOCUMENT_ACCESS_ERROR, /* client-error-document-access-error */ + IPP_ATTRIBUTES_NOT_SETTABLE, /* client-error-attributes-not-settable */ + IPP_IGNORED_ALL_SUBSCRIPTIONS, /* client-error-ignored-all-subscriptions */ + IPP_TOO_MANY_SUBSCRIPTIONS, /* client-error-too-many-subscriptions */ + IPP_IGNORED_ALL_NOTIFICATIONS, /* client-error-ignored-all-notifications */ + IPP_PRINT_SUPPORT_FILE_NOT_FOUND, /* client-error-print-support-file-not-found */ + + IPP_INTERNAL_ERROR = 0x0500, /* server-error-internal-error */ + IPP_OPERATION_NOT_SUPPORTED, /* server-error-operation-not-supported */ + IPP_SERVICE_UNAVAILABLE, /* server-error-service-unavailable */ + IPP_VERSION_NOT_SUPPORTED, /* server-error-version-not-supported */ + IPP_DEVICE_ERROR, /* server-error-device-error */ + IPP_TEMPORARY_ERROR, /* server-error-temporary-error */ + IPP_NOT_ACCEPTING, /* server-error-not-accepting-jobs */ + IPP_PRINTER_BUSY, /* server-error-busy */ + IPP_ERROR_JOB_CANCELED, /* server-error-job-canceled */ + IPP_MULTIPLE_JOBS_NOT_SUPPORTED, /* server-error-multiple-document-jobs-not-supported */ + IPP_PRINTER_IS_DEACTIVATED /* server-error-printer-is-deactivated */ +} ipp_status_t; +#define IPP_ERROR_JOB_CANCELLED IPP_ERROR_JOB_CANCELED + +typedef unsigned char ipp_uchar_t; /**** Unsigned 8-bit integer/character ****/ + +/**** New in CUPS 1.2 ****/ +typedef ssize_t (*ipp_iocb_t)(void *, ipp_uchar_t *, size_t); + /**** IPP IO Callback Function @since CUPS 1.2@ ****/ + +typedef union ipp_request_u /**** Request Header ****/ +{ + struct /* Any Header */ + { + ipp_uchar_t version[2]; /* Protocol version number */ + int op_status; /* Operation ID or status code*/ + int request_id; /* Request ID */ + } any; + + struct /* Operation Header */ + { + ipp_uchar_t version[2]; /* Protocol version number */ + ipp_op_t operation_id; /* Operation ID */ + int request_id; /* Request ID */ + } op; + + struct /* Status Header */ + { + ipp_uchar_t version[2]; /* Protocol version number */ + ipp_status_t status_code; /* Status code */ + int request_id; /* Request ID */ + } status; + + /**** New in CUPS 1.1.19 ****/ + struct /* Event Header */ + { + ipp_uchar_t version[2]; /* Protocol version number */ + ipp_status_t status_code; /* Status code */ + int request_id; /* Request ID */ + } event; +} ipp_request_t; + +/**** New in CUPS 1.1.19 ****/ +typedef struct ipp_s ipp_t; + +typedef union ipp_value_u /**** Attribute Value ****/ +{ + int integer; /* Integer/enumerated value */ + + char boolean; /* Boolean value */ + + ipp_uchar_t date[11]; /* Date/time value */ + + struct + { + int xres, /* Horizontal resolution */ + yres; /* Vertical resolution */ + ipp_res_t units; /* Resolution units */ + } resolution; /* Resolution value */ + + struct + { + int lower, /* Lower value */ + upper; /* Upper value */ + } range; /* Range of integers value */ + + struct + { + char *charset; /* Character set */ + char *text; /* String */ + } string; /* String with language value */ + + struct + { + int length; /* Length of attribute */ + void *data; /* Data in attribute */ + } unknown; /* Unknown attribute type */ + +/**** New in CUPS 1.1.19 ****/ + ipp_t *collection; /* Collection value */ +} ipp_value_t; + +typedef struct ipp_attribute_s /**** Attribute ****/ +{ + struct ipp_attribute_s *next; /* Next attribute in list */ + ipp_tag_t group_tag, /* Job/Printer/Operation group tag */ + value_tag; /* What type of value is it? */ + char *name; /* Name of attribute */ + int num_values; /* Number of values */ + ipp_value_t values[1]; /* Values */ +} ipp_attribute_t; + +struct ipp_s /**** IPP Request/Response/Notification ****/ +{ + ipp_state_t state; /* State of request */ + ipp_request_t request; /* Request header */ + ipp_attribute_t *attrs; /* Attributes */ + ipp_attribute_t *last; /* Last attribute in list */ + ipp_attribute_t *current; /* Current attribute (for read/write) */ + ipp_tag_t curtag; /* Current attribute group tag */ + +/**** New in CUPS 1.2 ****/ + ipp_attribute_t *prev; /* Previous attribute (for read) */ +}; + + +/* + * Prototypes... + */ + +extern ipp_attribute_t *ippAddBoolean(ipp_t *ipp, ipp_tag_t group, + const char *name, char value); +extern ipp_attribute_t *ippAddBooleans(ipp_t *ipp, ipp_tag_t group, + const char *name, int num_values, + const char *values); +extern ipp_attribute_t *ippAddDate(ipp_t *ipp, ipp_tag_t group, + const char *name, const ipp_uchar_t *value); +extern ipp_attribute_t *ippAddInteger(ipp_t *ipp, ipp_tag_t group, + ipp_tag_t type, const char *name, + int value); +extern ipp_attribute_t *ippAddIntegers(ipp_t *ipp, ipp_tag_t group, + ipp_tag_t type, const char *name, + int num_values, const int *values); +extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group, + const char *name, int lower, int upper); +extern ipp_attribute_t *ippAddRanges(ipp_t *ipp, ipp_tag_t group, + const char *name, int num_values, + const int *lower, const int *upper); +extern ipp_attribute_t *ippAddResolution(ipp_t *ipp, ipp_tag_t group, + const char *name, ipp_res_t units, + int xres, int yres); +extern ipp_attribute_t *ippAddResolutions(ipp_t *ipp, ipp_tag_t group, + const char *name, int num_values, + ipp_res_t units, const int *xres, + const int *yres); +extern ipp_attribute_t *ippAddSeparator(ipp_t *ipp); +extern ipp_attribute_t *ippAddString(ipp_t *ipp, ipp_tag_t group, + ipp_tag_t type, const char *name, + const char *charset, const char *value); +extern ipp_attribute_t *ippAddStrings(ipp_t *ipp, ipp_tag_t group, + ipp_tag_t type, const char *name, + int num_values, const char *charset, + const char * const *values); +extern time_t ippDateToTime(const ipp_uchar_t *date); +extern void ippDelete(ipp_t *ipp); +extern const char *ippErrorString(ipp_status_t error); +extern ipp_attribute_t *ippFindAttribute(ipp_t *ipp, const char *name, + ipp_tag_t type); +extern ipp_attribute_t *ippFindNextAttribute(ipp_t *ipp, const char *name, + ipp_tag_t type); +extern size_t ippLength(ipp_t *ipp); +extern ipp_t *ippNew(void); +extern ipp_state_t ippRead(http_t *http, ipp_t *ipp); +extern const ipp_uchar_t *ippTimeToDate(time_t t); +extern ipp_state_t ippWrite(http_t *http, ipp_t *ipp); +extern int ippPort(void); +extern void ippSetPort(int p); + +/**** New in CUPS 1.1.19 ****/ +extern ipp_attribute_t *ippAddCollection(ipp_t *ipp, ipp_tag_t group, + const char *name, ipp_t *value); +extern ipp_attribute_t *ippAddCollections(ipp_t *ipp, ipp_tag_t group, + const char *name, int num_values, + const ipp_t **values); +extern void ippDeleteAttribute(ipp_t *ipp, ipp_attribute_t *attr); +extern ipp_state_t ippReadFile(int fd, ipp_t *ipp); +extern ipp_state_t ippWriteFile(int fd, ipp_t *ipp); + +/**** New in CUPS 1.2 ****/ +extern ipp_attribute_t *ippAddOctetString(ipp_t *ipp, ipp_tag_t group, + const char *name, + const void *data, int datalen); +extern ipp_status_t ippErrorValue(const char *name); +extern ipp_t *ippNewRequest(ipp_op_t op); +extern const char *ippOpString(ipp_op_t op); +extern ipp_op_t ippOpValue(const char *name); +extern ipp_state_t ippReadIO(void *src, ipp_iocb_t cb, int blocking, + ipp_t *parent, ipp_t *ipp); +extern ipp_state_t ippWriteIO(void *dst, ipp_iocb_t cb, int blocking, + ipp_t *parent, ipp_t *ipp); + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_IPP_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/langprintf.c b/cups/langprintf.c new file mode 100644 index 0000000000..a78bb0145f --- /dev/null +++ b/cups/langprintf.c @@ -0,0 +1,228 @@ +/* + * "$Id$" + * + * Localized printf/puts functions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 2002-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsLangPrintf() - Print a formatted message string to a file. + * _cupsLangPuts() - Print a static message string to a file. + * _cupsSetLocale() - Set the current locale and transcode the command-line. + */ + +/* + * Include necessary headers... + */ + +#include +#include "globals.h" + + +/* + * '_cupsLangPrintf()' - Print a formatted message string to a file. + */ + +int /* O - Number of bytes written */ +_cupsLangPrintf(FILE *fp, /* I - File to write to */ + const char *message, /* I - Message string to use */ + ...) /* I - Additional arguments as needed */ +{ + int bytes; /* Number of bytes formatted */ + char buffer[2048], /* Message buffer */ + output[8192]; /* Output buffer */ + va_list ap; /* Pointer to additional arguments */ + _cups_globals_t *cg; /* Global data */ + + + /* + * Range check... + */ + + if (!fp || !message) + return (-1); + + cg = _cupsGlobals(); + + if (!cg->lang_default) + cg->lang_default = cupsLangDefault(); + + /* + * Format the string... + */ + + va_start(ap, message); + bytes = vsnprintf(buffer, sizeof(buffer), + _cupsLangString(cg->lang_default, message), ap); + va_end(ap); + + /* + * Transcode to the destination charset... + */ + + bytes = cupsUTF8ToCharset(output, (cups_utf8_t *)buffer, sizeof(output), + cg->lang_default->encoding); + + /* + * Write the string and return the number of bytes written... + */ + + if (bytes > 0) + return ((int)fwrite(output, 1, bytes, fp)); + else + return (bytes); +} + + +/* + * '_cupsLangPuts()' - Print a static message string to a file. + */ + +int /* O - Number of bytes written */ +_cupsLangPuts(FILE *fp, /* I - File to write to */ + const char *message) /* I - Message string to use */ +{ + int bytes; /* Number of bytes formatted */ + char output[2048]; /* Message buffer */ + _cups_globals_t *cg; /* Global data */ + + + /* + * Range check... + */ + + if (!fp || !message) + return (-1); + + cg = _cupsGlobals(); + + if (!cg->lang_default) + cg->lang_default = cupsLangDefault(); + + /* + * Transcode to the destination charset... + */ + + bytes = cupsUTF8ToCharset(output, + (cups_utf8_t *)_cupsLangString(cg->lang_default, + message), + sizeof(output), cg->lang_default->encoding); + + /* + * Write the string and return the number of bytes written... + */ + + if (bytes > 0) + return ((int)fwrite(output, 1, bytes, fp)); + else + return (bytes); +} + + +/* + * '_cupsSetLocale()' - Set the current locale and transcode the command-line. + */ + +void +_cupsSetLocale(char *argv[]) /* IO - Command-line arguments */ +{ + int i; /* Looping var */ + char buffer[8192]; /* Command-line argument buffer */ + _cups_globals_t *cg; /* Global data */ +#ifdef LC_TIME + const char *lc_time; /* Current LC_TIME value */ + char new_lc_time[255], /* New LC_TIME value */ + *charset; /* Pointer to character set */ +#endif /* LC_TIME */ + + + /* + * Set the locale so that times, etc. are displayed properly. + * + * Unfortunately, while we need the localized time value, we *don't* + * want to use the localized charset for the time value, so we need + * to set LC_TIME to the locale name with .UTF-8 on the end (if + * the locale includes a character set specifier...) + */ + + setlocale(LC_ALL, ""); + +#ifdef LC_TIME + if ((lc_time = setlocale(LC_TIME, NULL)) == NULL) + lc_time = setlocale(LC_ALL, NULL); + + if (lc_time) + { + strlcpy(new_lc_time, lc_time, sizeof(new_lc_time)); + if ((charset = strchr(new_lc_time, '.')) == NULL) + charset = new_lc_time + strlen(new_lc_time); + + strlcpy(charset, ".UTF-8", sizeof(new_lc_time) - (charset - new_lc_time)); + } + else + strcpy(new_lc_time, "C"); + + setlocale(LC_TIME, new_lc_time); +#endif /* LC_TIME */ + + /* + * Initialize the default language info... + */ + + cg = _cupsGlobals(); + + if (!cg->lang_default) + cg->lang_default = cupsLangDefault(); + + /* + * Transcode the command-line arguments from the locale charset to + * UTF-8... + */ + + if (cg->lang_default->encoding != CUPS_US_ASCII && + cg->lang_default->encoding != CUPS_UTF8) + { + for (i = 1; argv[i]; i ++) + { + /* + * Try converting from the locale charset to UTF-8... + */ + + if (cupsCharsetToUTF8((cups_utf8_t *)buffer, argv[i], sizeof(buffer), + cg->lang_default->encoding) < 0) + continue; + + /* + * Save the new string if it differs from the original... + */ + + if (strcmp(buffer, argv[i])) + argv[i] = strdup(buffer); + } + } +} + + +/* + * End of "$Id$". + */ diff --git a/cups/language.c b/cups/language.c new file mode 100644 index 0000000000..f9b77f5bdd --- /dev/null +++ b/cups/language.c @@ -0,0 +1,1330 @@ +/* + * "$Id$" + * + * I18N/language support for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsEncodingName() - Return the character encoding name string + * for the given encoding enumeration. + * cupsLangDefault() - Return the default language. + * cupsLangEncoding() - Return the character encoding (us-ascii, etc.) + * for the given language. + * cupsLangFlush() - Flush all language data out of the cache. + * cupsLangFree() - Free language data. + * cupsLangGet() - Get a language. + * _cupsLangString() - Get a message string. + * _cupsMessageFree() - Free a messages array. + * _cupsMessageLoad() - Load a .po file into a messages array. + * _cupsMessageLookup() - Lookup a message string. + * appleLangDefault() - Get the default locale string. + * cups_cache_lookup() - Lookup a language in the cache... + * cups_message_compare() - Compare two messages. + * cups_unquote() - Unquote characters in strings... + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include +#include +#ifdef HAVE_LANGINFO_H +# include +#endif /* HAVE_LANGINFO_H */ +#ifdef WIN32 +# include +#else +# include +#endif /* WIN32 */ +#ifdef HAVE_COREFOUNDATION_H +# include +#endif /* HAVE_COREFOUNDATION_H */ + + +/* + * Local globals... + */ + +#ifdef HAVE_PTHREAD_H +static pthread_mutex_t lang_mutex = PTHREAD_MUTEX_INITIALIZER; + /* Mutex to control access to cache */ +#endif /* HAVE_PTHREAD_H */ +static cups_lang_t *lang_cache = NULL; + /* Language string cache */ + + +/* + * Local functions... + */ + +#ifdef __APPLE__ +static const char *appleLangDefault(void); +#endif /* __APPLE__ */ +static cups_lang_t *cups_cache_lookup(const char *name, + cups_encoding_t encoding); +static int cups_message_compare(_cups_message_t *m1, + _cups_message_t *m2); +static void cups_unquote(char *d, const char *s); + + +/* + * Local globals... + */ + +static const char * const lang_encodings[] = + { /* Encoding strings */ + "us-ascii", "iso-8859-1", + "iso-8859-2", "iso-8859-3", + "iso-8859-4", "iso-8859-5", + "iso-8859-6", "iso-8859-7", + "iso-8859-8", "iso-8859-9", + "iso-8859-10", "utf-8", + "iso-8859-13", "iso-8859-14", + "iso-8859-15", "windows-874", + "windows-1250", "windows-1251", + "windows-1252", "windows-1253", + "windows-1254", "windows-1255", + "windows-1256", "windows-1257", + "windows-1258", "koi8-r", + "koi8-u", "iso-8859-11", + "iso-8859-16", "mac-roman", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "windows-932", "windows-936", + "windows-949", "windows-950", + "windows-1361", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "unknown", "unknown", + "euc-cn", "euc-jp", + "euc-kr", "euc-tw" + }; + + +/* + * '_cupsEncodingName()' - Return the character encoding name string + * for the given encoding enumeration. + */ + +const char * /* O - Character encoding */ +_cupsEncodingName( + cups_encoding_t encoding) /* I - Encoding value */ +{ + if (encoding < 0 || + encoding >= (sizeof(lang_encodings) / sizeof(const char *))) + return (lang_encodings[0]); + else + return (lang_encodings[encoding]); +} + + +/* + * 'cupsLangDefault()' - Return the default language. + */ + +cups_lang_t * /* O - Language data */ +cupsLangDefault(void) +{ + return (cupsLangGet(NULL)); +} + + +/* + * 'cupsLangEncoding()' - Return the character encoding (us-ascii, etc.) + * for the given language. + */ + +const char * /* O - Character encoding */ +cupsLangEncoding(cups_lang_t *lang) /* I - Language data */ +{ + if (lang == NULL) + return ((char*)lang_encodings[0]); + else + return ((char*)lang_encodings[lang->encoding]); +} + + +/* + * 'cupsLangFlush()' - Flush all language data out of the cache. + */ + +void +cupsLangFlush(void) +{ + cups_lang_t *lang, /* Current language */ + *next; /* Next language */ + + + /* + * Free all languages in the cache... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ + + for (lang = lang_cache; lang != NULL; lang = next) + { + /* + * Free all messages... + */ + + _cupsMessageFree(lang->strings); + + /* + * Then free the language structure itself... + */ + + next = lang->next; + free(lang); + } + + lang_cache = NULL; + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ +} + + +/* + * 'cupsLangFree()' - Free language data. + * + * This does not actually free anything; use cupsLangFlush() for that. + */ + +void +cupsLangFree(cups_lang_t *lang) /* I - Language to free */ +{ +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ + + if (lang != NULL && lang->used > 0) + lang->used --; + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ +} + + +/* + * 'cupsLangGet()' - Get a language. + */ + +cups_lang_t * /* O - Language data */ +cupsLangGet(const char *language) /* I - Language or locale */ +{ + int i; /* Looping var */ +#ifndef __APPLE__ + char locale[255]; /* Copy of locale name */ +#endif /* !__APPLE__ */ + char langname[16], /* Requested language name */ + country[16], /* Country code */ + charset[16], /* Character set */ + *csptr, /* Pointer to CODESET string */ + *ptr, /* Pointer into language/charset */ + real[48], /* Real language name */ + filename[1024]; /* Filename for language locale file */ + cups_encoding_t encoding; /* Encoding to use */ + cups_lang_t *lang; /* Current language... */ + _cups_globals_t *cg = _cupsGlobals(); + /* Pointer to library globals */ + static const char * const locale_encodings[] = + { /* Locale charset names */ + "ASCII", "ISO88591", "ISO88592", "ISO88593", + "ISO88594", "ISO88595", "ISO88596", "ISO88597", + "ISO88598", "ISO88599", "ISO885910", "UTF8", + "ISO885913", "ISO885914", "ISO885915", "CP874", + "CP1250", "CP1251", "CP1252", "CP1253", + "CP1254", "CP1255", "CP1256", "CP1257", + "CP1258", "KOI8R", "KOI8U", "ISO885911", + "ISO885916", "MACROMAN", "", "", + + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + + "CP932", "CP936", "CP949", "CP950", + "CP1361", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + "", "", "", "", + + "EUCCN", "EUCJP", "EUCKR", "EUCTW" + }; + + + DEBUG_printf(("cupsLangGet(language=\"%s\")\n", language ? language : "(null)")); + +#ifdef __APPLE__ + /* + * Set the character set to UTF-8... + */ + + strcpy(charset, "UTF8"); + + /* + * Apple's setlocale doesn't give us the user's localization + * preference so we have to look it up this way... + */ + + if (!language) + language = appleLangDefault(); + +#else + /* + * Set the charset to "unknown"... + */ + + charset[0] = '\0'; + + /* + * Use setlocale() to determine the currently set locale, and then + * fallback to environment variables to avoid setting the locale, + * since setlocale() is not thread-safe! + */ + + if (!language) + { + /* + * First see if the locale has been set; if it is still "C" or + * "POSIX", use the environment to get the default... + */ + +# ifdef LC_MESSAGES + ptr = setlocale(LC_MESSAGES, NULL); +# else + ptr = setlocale(LC_ALL, NULL); +# endif /* LC_MESSAGES */ + + DEBUG_printf(("cupsLangGet: current locale is \"%s\"\n", + ptr ? ptr : "(null)")); + + if (!ptr || !strcmp(ptr, "C") || !strcmp(ptr, "POSIX")) + { + /* + * Get the character set from the LC_CTYPE locale setting... + */ + + if ((ptr = getenv("LC_CTYPE")) == NULL) + if ((ptr = getenv("LC_ALL")) == NULL) + if ((ptr = getenv("LANG")) == NULL) + ptr = "en_US"; + + if ((csptr = strchr(ptr, '.')) != NULL) + { + /* + * Extract the character set from the environment... + */ + + for (ptr = charset, csptr ++; *csptr; csptr ++) + if (ptr < (charset + sizeof(charset) - 1) && isalnum(*csptr & 255)) + *ptr++ = *csptr; + + *ptr = '\0'; + } + + /* + * Get the locale for messages from the LC_MESSAGES locale setting... + */ + + if ((ptr = getenv("LC_MESSAGES")) == NULL) + if ((ptr = getenv("LC_ALL")) == NULL) + if ((ptr = getenv("LANG")) == NULL) + ptr = "en_US"; + } + + if (ptr) + { + strlcpy(locale, ptr, sizeof(locale)); + language = locale; + + DEBUG_printf(("cupsLangGet: new language value is \"%s\"\n", + language ? language : "(null)")); + } + } +#endif /* __APPLE__ */ + + /* + * If "language" is NULL at this point, then chances are we are using + * a language that is not installed for the base OS. + */ + + if (!language) + { + /* + * Switch to the POSIX ("C") locale... + */ + + language = "C"; + } + +#ifdef CODESET + /* + * On systems that support the nl_langinfo(CODESET) call, use + * this value as the character set... + */ + + if (!charset[0] && (csptr = nl_langinfo(CODESET)) != NULL) + { + /* + * Copy all of the letters and numbers in the CODESET string... + */ + + for (ptr = charset; *csptr; csptr ++) + if (isalnum(*csptr & 255) && ptr < (charset + sizeof(charset) - 1)) + *ptr++ = *csptr; + + *ptr = '\0'; + + DEBUG_printf(("cupsLangGet: charset set to \"%s\" via nl_langinfo(CODESET)...\n", + charset)); + } +#endif /* CODESET */ + + /* + * If we don't have a character set by now, default to UTF-8... + */ + + if (!charset[0]) + strcpy(charset, "UTF8"); + + /* + * Parse the language string passed in to a locale string. "C" is the + * standard POSIX locale and is copied unchanged. Otherwise the + * language string is converted from ll-cc[.charset] (language-country) + * to ll_CC[.CHARSET] to match the file naming convention used by all + * POSIX-compliant operating systems. Invalid language names are mapped + * to the POSIX locale. + */ + + country[0] = '\0'; + + if (language == NULL || !language[0] || + !strcmp(language, "POSIX")) + strcpy(langname, "C"); + else + { + /* + * Copy the parts of the locale string over safely... + */ + + for (ptr = langname; *language; language ++) + if (*language == '_' || *language == '-' || *language == '.') + break; + else if (ptr < (langname + sizeof(langname) - 1)) + *ptr++ = tolower(*language & 255); + + *ptr = '\0'; + + if (*language == '_' || *language == '-') + { + /* + * Copy the country code... + */ + + for (language ++, ptr = country; *language; language ++) + if (*language == '.') + break; + else if (ptr < (country + sizeof(country) - 1)) + *ptr++ = toupper(*language & 255); + + *ptr = '\0'; + } + + if (*language == '.' && !charset[0]) + { + /* + * Copy the encoding... + */ + + for (language ++, ptr = charset; *language; language ++) + if (isalnum(*language & 255) && ptr < (charset + sizeof(charset) - 1)) + *ptr++ = toupper(*language & 255); + + *ptr = '\0'; + } + + /* + * Force a POSIX locale for an invalid language name... + */ + + if (strlen(langname) != 2) + { + strcpy(langname, "C"); + country[0] = '\0'; + charset[0] = '\0'; + } + } + + DEBUG_printf(("cupsLangGet: langname=\"%s\", country=\"%s\", charset=\"%s\"\n", + langname, country, charset)); + + /* + * Figure out the desired encoding... + */ + + encoding = CUPS_AUTO_ENCODING; + + if (charset[0]) + { + for (i = 0; + i < (int)(sizeof(locale_encodings) / sizeof(locale_encodings[0])); + i ++) + if (!strcasecmp(charset, locale_encodings[i])) + { + encoding = (cups_encoding_t)i; + break; + } + + if (encoding == CUPS_AUTO_ENCODING) + { + /* + * Map alternate names for various character sets... + */ + + if (!strcasecmp(charset, "iso-2022-jp") || + !strcasecmp(charset, "sjis")) + encoding = CUPS_WINDOWS_932; + else if (!strcasecmp(charset, "iso-2022-cn")) + encoding = CUPS_WINDOWS_936; + else if (!strcasecmp(charset, "iso-2022-kr")) + encoding = CUPS_WINDOWS_949; + else if (!strcasecmp(charset, "big5")) + encoding = CUPS_WINDOWS_950; + } + } + + DEBUG_printf(("cupsLangGet: encoding=%d(%s)\n", encoding, + encoding == CUPS_AUTO_ENCODING ? "auto" : + lang_encodings[encoding])); + + /* + * See if we already have this language/country loaded... + */ + + if (country[0]) + { + snprintf(real, sizeof(real), "%s_%s", langname, country); + + snprintf(filename, sizeof(filename), "%s/%s/cups_%s.po", cg->localedir, + real, real); + } + else + { + strcpy(real, langname); + filename[0] = '\0'; /* anti-compiler-warning-code */ + } + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ + + if ((lang = cups_cache_lookup(langname, encoding)) != NULL) + { +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (lang); + } + + if (!country[0] || access(filename, 0)) + { + /* + * Country localization not available, look for generic localization... + */ + + snprintf(filename, sizeof(filename), "%s/%s/cups_%s.po", cg->localedir, + langname, langname); + + if (access(filename, 0)) + { + /* + * No generic localization, so use POSIX... + */ + + DEBUG_printf(("access(\"%s\", 0): %s\n", filename, strerror(errno))); + + snprintf(filename, sizeof(filename), "%s/C/cups_C.po", cg->localedir); + } + } + + /* + * See if there is a free language available; if so, use that + * record... + */ + + for (lang = lang_cache; lang != NULL; lang = lang->next) + if (lang->used == 0) + break; + + if (lang == NULL) + { + /* + * Allocate memory for the language and add it to the cache. + */ + + if ((lang = calloc(sizeof(cups_lang_t), 1)) == NULL) + { +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (NULL); + } + + lang->next = lang_cache; + lang_cache = lang; + } + else + { + /* + * Free all old strings as needed... + */ + + _cupsMessageFree(lang->strings); + } + + /* + * Then assign the language and encoding fields... + */ + + lang->used ++; + strlcpy(lang->language, real, sizeof(lang->language)); + + if (encoding != CUPS_AUTO_ENCODING) + lang->encoding = encoding; + else + lang->encoding = CUPS_UTF8; + + /* + * Read the strings from the file... + */ + + lang->strings = _cupsMessageLoad(filename); + + /* + * Return... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&lang_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (lang); +} + + +/* + * '_cupsLangString()' - Get a message string. + * + * The returned string is UTF-8 encoded; use cupsUTF8ToCharset() to + * convert the string to the language encoding. + */ + +const char * /* O - Localized message */ +_cupsLangString(cups_lang_t *lang, /* I - Language */ + const char *message) /* I - Message */ +{ + /* + * Range check input... + */ + + if (!lang || !message) + return (message); + +#ifdef HAVE_PTHREAD_H + { + const char *s; /* Localized message */ + + pthread_mutex_lock(&lang_mutex); + + s = _cupsMessageLookup(lang->strings, message); + + pthread_mutex_unlock(&lang_mutex); + + return (s); + } +#else + return (_cupsMessageLookup(lang->strings, message)); +#endif /* HAVE_PTHREAD_H */ +} + + +/* + * '_cupsMessageFree()' - Free a messages array. + */ + +void +_cupsMessageFree(cups_array_t *a) /* I - Message array */ +{ + _cups_message_t *m; /* Current message */ + + + for (m = (_cups_message_t *)cupsArrayFirst(a); + m; + m = (_cups_message_t *)cupsArrayNext(a)) + { + /* + * Remove the message from the array, then free the message and strings. + */ + + cupsArrayRemove(a, m); + + if (m->id) + free(m->id); + + if (m->str) + free(m->str); + + free(m); + } + + /* + * Free the array... + */ + + cupsArrayDelete(a); +} + + +/* + * '_cupsMessageLoad()' - Load a .po file into a messages array. + */ + +cups_array_t * /* O - New message array */ +_cupsMessageLoad(const char *filename) /* I - Message catalog to load */ +{ + cups_file_t *fp; /* Message file */ + cups_array_t *a; /* Message array */ + _cups_message_t *m; /* Current message */ + char s[4096], /* String buffer */ + *ptr, /* Pointer into buffer */ + *temp; /* New string */ + int length; /* Length of combined strings */ + + + DEBUG_printf(("_cupsMessageLoad(filename=\"%s\")\n", filename)); + + /* + * Create an array to hold the messages... + */ + + if ((a = cupsArrayNew((cups_array_func_t)cups_message_compare, NULL)) == NULL) + return (NULL); + + /* + * Open the message catalog file... + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + return (a); + + /* + * Read messages from the catalog file until EOF... + * + * The format is the GNU gettext .po format, which is fairly simple: + * + * msgid "some text" + * msgstr "localized text" + * + * The ID and localized text can span multiple lines using the form: + * + * msgid "" + * "some long text" + * msgstr "" + * "localized text spanning " + * "multiple lines" + */ + + m = NULL; + + while (cupsFileGets(fp, s, sizeof(s)) != NULL) + { + /* + * Skip blank and comment lines... + */ + + if (s[0] == '#' || !s[0]) + continue; + + /* + * Strip the trailing quote... + */ + + if ((ptr = strrchr(s, '\"')) == NULL) + continue; + + *ptr = '\0'; + + /* + * Find start of value... + */ + + if ((ptr = strchr(s, '\"')) == NULL) + continue; + + ptr ++; + + /* + * Unquote the text... + */ + + cups_unquote(ptr, ptr); + + /* + * Create or add to a message... + */ + + if (!strncmp(s, "msgid", 5)) + { + /* + * Add previous message as needed... + */ + + if (m) + cupsArrayAdd(a, m); + + /* + * Create a new message with the given msgid string... + */ + + if ((m = (_cups_message_t *)calloc(1, sizeof(_cups_message_t))) == NULL) + { + cupsFileClose(fp); + return (a); + } + + m->id = strdup(ptr); + } + else if (s[0] == '\"' && m) + { + /* + * Append to current string... + */ + + length = (int)strlen(m->str ? m->str : m->id); + + if ((temp = realloc(m->str ? m->str : m->id, + length + strlen(ptr) + 1)) == NULL) + { + cupsFileClose(fp); + return (a); + } + + if (m->str) + { + /* + * Copy the new portion to the end of the msgstr string - safe + * to use strcpy because the buffer is allocated to the correct + * size... + */ + + m->str = temp; + + strcpy(m->str + length, ptr); + } + else + { + /* + * Copy the new portion to the end of the msgid string - safe + * to use strcpy because the buffer is allocated to the correct + * size... + */ + + m->id = temp; + + strcpy(m->id + length, ptr); + } + } + else if (!strncmp(s, "msgstr", 6) && m) + { + /* + * Set the string... + */ + + m->str = strdup(ptr); + } + } + + /* + * Add the last message string to the array as needed... + */ + + if (m) + cupsArrayAdd(a, m); + + /* + * Close the message catalog file and return the new array... + */ + + cupsFileClose(fp); + + return (a); +} + + +/* + * '_cupsMessageLookup()' - Lookup a message string. + */ + +const char * /* O - Localized message */ +_cupsMessageLookup(cups_array_t *a, /* I - Message array */ + const char *m) /* I - Message */ +{ + _cups_message_t key, /* Search key */ + *match; /* Matching message */ + + + /* + * Lookup the message string; if it doesn't exist in the catalog, + * then return the message that was passed to us... + */ + + key.id = (char *)m; + match = (_cups_message_t *)cupsArrayFind(a, &key); + + if (match && match->str) + return (match->str); + else + return (m); +} + + +#ifdef __APPLE__ +/* + * Code & data to translate OSX's language names to their ISO 639-1 locale. + * + * The first version uses the new CoreFoundation API added in 10.3 (Panther), + * the second is for 10.2 (Jaguar). + */ + +# ifdef HAVE_CF_LOCALE_ID +/* + * 'appleLangDefault()' - Get the default locale string. + */ + +static const char * /* O - Locale string */ +appleLangDefault(void) +{ + CFPropertyListRef localizationList; + /* List of localization data */ + CFStringRef languageName; /* Current name */ + CFStringRef localeName; /* Canonical from of name */ + char *lang; /* LANG environment variable */ + _cups_globals_t *cg = _cupsGlobals(); + /* Pointer to library globals */ + + + /* + * Only do the lookup and translation the first time. + */ + + if (!cg->language[0]) + { + if ((lang = getenv("LANG"))) + strlcpy(cg->language, lang, sizeof(cg->language)); + else + { + localizationList = + CFPreferencesCopyAppValue(CFSTR("AppleLanguages"), + kCFPreferencesCurrentApplication); + + if (localizationList != NULL) + { + if (CFGetTypeID(localizationList) == CFArrayGetTypeID() && + CFArrayGetCount(localizationList) > 0) + { + languageName = CFArrayGetValueAtIndex(localizationList, 0); + + if (languageName != NULL && + CFGetTypeID(languageName) == CFStringGetTypeID()) + { + localeName = CFLocaleCreateCanonicalLocaleIdentifierFromString( + kCFAllocatorDefault, languageName); + + if (localeName != NULL) + { + CFStringGetCString(localeName, cg->language, sizeof(cg->language), + kCFStringEncodingASCII); + CFRelease(localeName); + + if (!strcmp(cg->language, "en")) + strlcpy(cg->language, "en_US.UTF-8", sizeof(cg->language)); + else if (strchr(cg->language, '.') == NULL) + strlcat(cg->language, ".UTF-8", sizeof(cg->language)); + } + } + } + + CFRelease(localizationList); + } + } + + /* + * If we didn't find the language, default to en_US... + */ + + if (!cg->language[0]) + strlcpy(cg->language, "en_US.UTF-8", sizeof(cg->language)); + } + + /* + * Return the cached locale... + */ + + return (cg->language); +} +# else +/* + * Code & data to translate OSX 10.2's language names to their ISO 639-1 + * locale. + */ + +typedef struct +{ + const char * const name; /* Language name */ + const char * const locale; /* Locale name */ +} _apple_name_locale_t; + +static const _apple_name_locale_t apple_name_locale[] = +{ + { "English" , "en_US.UTF-8" }, { "French" , "fr.UTF-8" }, + { "German" , "de.UTF-8" }, { "Italian" , "it.UTF-8" }, + { "Dutch" , "nl.UTF-8" }, { "Swedish" , "sv.UTF-8" }, + { "Spanish" , "es.UTF-8" }, { "Danish" , "da.UTF-8" }, + { "Portuguese" , "pt.UTF-8" }, { "Norwegian" , "no.UTF-8" }, + { "Hebrew" , "he.UTF-8" }, { "Japanese" , "ja.UTF-8" }, + { "Arabic" , "ar.UTF-8" }, { "Finnish" , "fi.UTF-8" }, + { "Greek" , "el.UTF-8" }, { "Icelandic" , "is.UTF-8" }, + { "Maltese" , "mt.UTF-8" }, { "Turkish" , "tr.UTF-8" }, + { "Croatian" , "hr.UTF-8" }, { "Chinese" , "zh.UTF-8" }, + { "Urdu" , "ur.UTF-8" }, { "Hindi" , "hi.UTF-8" }, + { "Thai" , "th.UTF-8" }, { "Korean" , "ko.UTF-8" }, + { "Lithuanian" , "lt.UTF-8" }, { "Polish" , "pl.UTF-8" }, + { "Hungarian" , "hu.UTF-8" }, { "Estonian" , "et.UTF-8" }, + { "Latvian" , "lv.UTF-8" }, { "Sami" , "se.UTF-8" }, + { "Faroese" , "fo.UTF-8" }, { "Farsi" , "fa.UTF-8" }, + { "Russian" , "ru.UTF-8" }, { "Chinese" , "zh.UTF-8" }, + { "Dutch" , "nl.UTF-8" }, { "Irish" , "ga.UTF-8" }, + { "Albanian" , "sq.UTF-8" }, { "Romanian" , "ro.UTF-8" }, + { "Czech" , "cs.UTF-8" }, { "Slovak" , "sk.UTF-8" }, + { "Slovenian" , "sl.UTF-8" }, { "Yiddish" , "yi.UTF-8" }, + { "Serbian" , "sr.UTF-8" }, { "Macedonian" , "mk.UTF-8" }, + { "Bulgarian" , "bg.UTF-8" }, { "Ukrainian" , "uk.UTF-8" }, + { "Byelorussian", "be.UTF-8" }, { "Uzbek" , "uz.UTF-8" }, + { "Kazakh" , "kk.UTF-8" }, { "Azerbaijani", "az.UTF-8" }, + { "Azerbaijani" , "az.UTF-8" }, { "Armenian" , "hy.UTF-8" }, + { "Georgian" , "ka.UTF-8" }, { "Moldavian" , "mo.UTF-8" }, + { "Kirghiz" , "ky.UTF-8" }, { "Tajiki" , "tg.UTF-8" }, + { "Turkmen" , "tk.UTF-8" }, { "Mongolian" , "mn.UTF-8" }, + { "Mongolian" , "mn.UTF-8" }, { "Pashto" , "ps.UTF-8" }, + { "Kurdish" , "ku.UTF-8" }, { "Kashmiri" , "ks.UTF-8" }, + { "Sindhi" , "sd.UTF-8" }, { "Tibetan" , "bo.UTF-8" }, + { "Nepali" , "ne.UTF-8" }, { "Sanskrit" , "sa.UTF-8" }, + { "Marathi" , "mr.UTF-8" }, { "Bengali" , "bn.UTF-8" }, + { "Assamese" , "as.UTF-8" }, { "Gujarati" , "gu.UTF-8" }, + { "Punjabi" , "pa.UTF-8" }, { "Oriya" , "or.UTF-8" }, + { "Malayalam" , "ml.UTF-8" }, { "Kannada" , "kn.UTF-8" }, + { "Tamil" , "ta.UTF-8" }, { "Telugu" , "te.UTF-8" }, + { "Sinhalese" , "si.UTF-8" }, { "Burmese" , "my.UTF-8" }, + { "Khmer" , "km.UTF-8" }, { "Lao" , "lo.UTF-8" }, + { "Vietnamese" , "vi.UTF-8" }, { "Indonesian" , "id.UTF-8" }, + { "Tagalog" , "tl.UTF-8" }, { "Malay" , "ms.UTF-8" }, + { "Malay" , "ms.UTF-8" }, { "Amharic" , "am.UTF-8" }, + { "Tigrinya" , "ti.UTF-8" }, { "Oromo" , "om.UTF-8" }, + { "Somali" , "so.UTF-8" }, { "Swahili" , "sw.UTF-8" }, + { "Kinyarwanda" , "rw.UTF-8" }, { "Rundi" , "rn.UTF-8" }, + { "Nyanja" , "" }, { "Malagasy" , "mg.UTF-8" }, + { "Esperanto" , "eo.UTF-8" }, { "Welsh" , "cy.UTF-8" }, + { "Basque" , "eu.UTF-8" }, { "Catalan" , "ca.UTF-8" }, + { "Latin" , "la.UTF-8" }, { "Quechua" , "qu.UTF-8" }, + { "Guarani" , "gn.UTF-8" }, { "Aymara" , "ay.UTF-8" }, + { "Tatar" , "tt.UTF-8" }, { "Uighur" , "ug.UTF-8" }, + { "Dzongkha" , "dz.UTF-8" }, { "Javanese" , "jv.UTF-8" }, + { "Sundanese" , "su.UTF-8" }, { "Galician" , "gl.UTF-8" }, + { "Afrikaans" , "af.UTF-8" }, { "Breton" , "br.UTF-8" }, + { "Inuktitut" , "iu.UTF-8" }, { "Scottish" , "gd.UTF-8" }, + { "Manx" , "gv.UTF-8" }, { "Irish" , "ga.UTF-8" }, + { "Tongan" , "to.UTF-8" }, { "Greek" , "el.UTF-8" }, + { "Greenlandic" , "kl.UTF-8" }, { "Azerbaijani", "az.UTF-8" } +}; + + +/* + * 'appleLangDefault()' - Get the default locale string. + */ + +static const char * /* O - Locale string */ +appleLangDefault(void) +{ + int i; /* Looping var */ + CFPropertyListRef localizationList; + /* List of localization data */ + CFStringRef localizationName; + /* Current name */ + char buff[256]; /* Temporary buffer */ + _cups_globals_t *cg = _cupsGlobals(); + /* Pointer to library globals */ + char *lang; /* LANG environment variable */ + + + /* + * Only do the lookup and translation the first time. + */ + + if (!cg->language[0]) + { + if ((lang = getenv("LANG"))) + strlcpy(cg->language, lang, sizeof(cg->language)); + else + { + localizationList = + CFPreferencesCopyAppValue(CFSTR("AppleLanguages"), + kCFPreferencesCurrentApplication); + + if (localizationList != NULL) + { + if (CFGetTypeID(localizationList) == CFArrayGetTypeID() && + CFArrayGetCount(localizationList) > 0) + { + localizationName = CFArrayGetValueAtIndex(localizationList, 0); + + if (localizationName != NULL && + CFGetTypeID(localizationName) == CFStringGetTypeID()) + { + CFIndex length = CFStringGetLength(localizationName); + + if (length <= sizeof(buff) && + CFStringGetCString(localizationName, buff, sizeof(buff), + kCFStringEncodingASCII)) + { + buff[sizeof(buff) - 1] = '\0'; + + for (i = 0; + i < sizeof(apple_name_locale) / sizeof(apple_name_locale[0]); + i++) + { + if (!strcasecmp(buff, apple_name_locale[i].name)) + { + strlcpy(cg->language, apple_name_locale[i].locale, + sizeof(cg->language)); + break; + } + } + } + } + } + + CFRelease(localizationList); + } + } + + /* + * If we didn't find the language, default to en_US... + */ + + if (!cg->language[0]) + strlcpy(cg->language, apple_name_locale[0].locale, sizeof(cg->language)); + } + + /* + * Return the cached locale... + */ + + return (cg->language); +} +# endif /* HAVE_CF_LOCALE_ID */ +#endif /* __APPLE__ */ + + +/* + * 'cups_cache_lookup()' - Lookup a language in the cache... + */ + +static cups_lang_t * /* O - Language data or NULL */ +cups_cache_lookup(const char *name,/* I - Name of locale */ + cups_encoding_t encoding) + /* I - Encoding of locale */ +{ + cups_lang_t *lang; /* Current language */ + + + DEBUG_printf(("cups_cache_lookup(name=\"%s\", encoding=%d(%s))\n", name, + encoding, encoding == CUPS_AUTO_ENCODING ? "auto" : + lang_encodings[encoding])); + + /* + * Loop through the cache and return a match if found... + */ + + for (lang = lang_cache; lang != NULL; lang = lang->next) + { + DEBUG_printf(("cups_cache_lookup: lang=%p, language=\"%s\", encoding=%d(%s)\n", + lang, lang->language, lang->encoding, + lang_encodings[lang->encoding])); + + if (!strcmp(lang->language, name) && + (encoding == CUPS_AUTO_ENCODING || encoding == lang->encoding)) + { + lang->used ++; + + DEBUG_puts("cups_cache_lookup: returning match!"); + + return (lang); + } + } + + DEBUG_puts("cups_cache_lookup: returning NULL!"); + + return (NULL); +} + + +/* + * 'cups_message_compare()' - Compare two messages. + */ + +static int /* O - Result of comparison */ +cups_message_compare( + _cups_message_t *m1, /* I - First message */ + _cups_message_t *m2) /* I - Second message */ +{ + return (strcmp(m1->id, m2->id)); +} + + +/* + * 'cups_unquote()' - Unquote characters in strings... + */ + +static void +cups_unquote(char *d, /* O - Unquoted string */ + const char *s) /* I - Original string */ +{ + while (*s) + { + if (*s == '\\') + { + s ++; + if (isdigit(*s)) + { + *d = 0; + + while (isdigit(*s)) + { + *d = *d * 8 + *s - '0'; + s ++; + } + + d ++; + } + else + { + if (*s == 'n') + *d ++ = '\n'; + else if (*s == 'r') + *d ++ = '\r'; + else if (*s == 't') + *d ++ = '\t'; + else + *d++ = *s; + + s ++; + } + } + else + *d++ = *s++; + } + + *d = '\0'; +} + + +/* + * End of "$Id$". + */ diff --git a/cups/language.h b/cups/language.h new file mode 100644 index 0000000000..011eb18822 --- /dev/null +++ b/cups/language.h @@ -0,0 +1,123 @@ +/* + * "$Id$" + * + * Multi-language support for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_LANGUAGE_H_ +# define _CUPS_LANGUAGE_H_ + +/* + * Include necessary headers... + */ + +# include +# include "array.h" + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Types... + */ + +typedef enum cups_encoding_e /**** Language Encodings ****/ +{ + CUPS_AUTO_ENCODING = -1, /* Auto-detect the encoding @private@ */ + CUPS_US_ASCII, /* US ASCII */ + CUPS_ISO8859_1, /* ISO-8859-1 */ + CUPS_ISO8859_2, /* ISO-8859-2 */ + CUPS_ISO8859_3, /* ISO-8859-3 */ + CUPS_ISO8859_4, /* ISO-8859-4 */ + CUPS_ISO8859_5, /* ISO-8859-5 */ + CUPS_ISO8859_6, /* ISO-8859-6 */ + CUPS_ISO8859_7, /* ISO-8859-7 */ + CUPS_ISO8859_8, /* ISO-8859-8 */ + CUPS_ISO8859_9, /* ISO-8859-9 */ + CUPS_ISO8859_10, /* ISO-8859-10 */ + CUPS_UTF8, /* UTF-8 */ + CUPS_ISO8859_13, /* ISO-8859-13 */ + CUPS_ISO8859_14, /* ISO-8859-14 */ + CUPS_ISO8859_15, /* ISO-8859-15 */ + CUPS_WINDOWS_874, /* CP-874 */ + CUPS_WINDOWS_1250, /* CP-1250 */ + CUPS_WINDOWS_1251, /* CP-1251 */ + CUPS_WINDOWS_1252, /* CP-1252 */ + CUPS_WINDOWS_1253, /* CP-1253 */ + CUPS_WINDOWS_1254, /* CP-1254 */ + CUPS_WINDOWS_1255, /* CP-1255 */ + CUPS_WINDOWS_1256, /* CP-1256 */ + CUPS_WINDOWS_1257, /* CP-1257 */ + CUPS_WINDOWS_1258, /* CP-1258 */ + CUPS_KOI8_R, /* KOI-8-R */ + CUPS_KOI8_U, /* KOI-8-U */ + CUPS_ISO8859_11, /* ISO-8859-11 */ + CUPS_ISO8859_16, /* ISO-8859-16 */ + CUPS_MAC_ROMAN, /* MacRoman */ + CUPS_ENCODING_SBCS_END = 63, /* End of single-bybte encodings @private@ */ + + CUPS_WINDOWS_932, /* Japanese JIS X0208-1990 */ + CUPS_WINDOWS_936, /* Simplified Chinese GB 2312-80 */ + CUPS_WINDOWS_949, /* Korean KS C5601-1992 */ + CUPS_WINDOWS_950, /* Traditional Chinese Big Five */ + CUPS_WINDOWS_1361, /* Korean Johab */ + CUPS_ENCODING_DBCS_END = 127, /* End of double-byte encodings @private@ */ + + CUPS_EUC_CN, /* EUC Simplified Chinese */ + CUPS_EUC_JP, /* EUC Japanese */ + CUPS_EUC_KR, /* EUC Korean */ + CUPS_EUC_TW, /* EUC Traditional Chinese */ + CUPS_ENCODING_VBCS_END = 191 /* End of variable-length encodings @private@ */ +} cups_encoding_t; + +typedef struct cups_lang_s /**** Language Cache Structure ****/ +{ + struct cups_lang_s *next; /* Next language in cache */ + int used; /* Number of times this entry has been used. */ + cups_encoding_t encoding; /* Text encoding */ + char language[16]; /* Language/locale name */ + cups_array_t *strings; /* Message strings @private@ */ +} cups_lang_t; + + +/* + * Prototypes... + */ + +extern cups_lang_t *cupsLangDefault(void); +extern const char *cupsLangEncoding(cups_lang_t *lang); +extern void cupsLangFlush(void); +extern void cupsLangFree(cups_lang_t *lang); +extern cups_lang_t *cupsLangGet(const char *language); + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_LANGUAGE_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/libcups_s.exp b/cups/libcups_s.exp new file mode 100644 index 0000000000..71f9c7e69a --- /dev/null +++ b/cups/libcups_s.exp @@ -0,0 +1,34 @@ +_cupsAdminGetServerSettings +_cupsAdminSetServerSettings +_cupsCharmapFlush +_cupsCharmapFree +_cupsCharmapGet +_cupsEncodingName +_cupsGetPassword +_cupsGlobals +_cupsLangPrintf +_cupsLangPuts +_cupsLangString +_cupsMD5Append +_cupsMD5Finish +_cupsMD5Init +_cupsMessageFree +_cupsMessageLoad +_cupsMessageLookup +_cupsSetError +_cupsSetLocale +_cupsStrAlloc +_cupsStrFlush +_cupsStrFormatd +_cupsStrFree +_cupsStrScand +_cupsStrStatistics +_cups_getifaddrs +_cups_freeifaddrs +_cups_strcpy +_cups_strlcat +_cups_strlcpy +_httpBIOMethods +_ippAddAttr +_ippFreeAttr +_ppdGetEncoding diff --git a/cups/localize.c b/cups/localize.c new file mode 100644 index 0000000000..ef699ddf2f --- /dev/null +++ b/cups/localize.c @@ -0,0 +1,206 @@ +/* + * "$Id$" + * + * PPD custom option routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This code and any derivative of it may be used and distributed + * freely under the terms of the GNU General Public License when + * used with GNU Ghostscript or its derivatives. Use of the code + * (or any derivative of it) with software other than GNU + * GhostScript (or its derivatives) is governed by the CUPS license + * agreement. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ppdLocalize() - Localize the PPD file to the current locale. + */ + +/* + * Include necessary headers. + */ + +#include "globals.h" +#include "debug.h" + + +/* + * Local functions... + */ + +static const char *ppd_text(ppd_file_t *ppd, const char *keyword, + const char *spec, const char *ll_CC, + const char *ll); + + +/* + * 'ppdLocalize()' - Localize the PPD file to the current locale. + * + * @since CUPS 1.2@ + */ + +int /* O - 0 on success, -1 on error */ +ppdLocalize(ppd_file_t *ppd) /* I - PPD file */ +{ + int i, j, k; /* Looping vars */ + ppd_group_t *group; /* Current group */ + ppd_option_t *option; /* Current option */ + ppd_choice_t *choice; /* Current choice */ + ppd_coption_t *coption; /* Current custom option */ + ppd_cparam_t *cparam; /* Current custom parameter */ + cups_lang_t *lang; /* Current language */ + char ckeyword[PPD_MAX_NAME], /* Custom keyword */ + ll_CC[6], /* Language + country locale */ + ll[3]; /* Language locale */ + const char *text; /* Localized text */ + + + /* + * Range check input... + */ + + DEBUG_printf(("ppdLocalize(ppd=%p)\n", ppd)); + + if (!ppd) + return (-1); + + /* + * Get the default language... + */ + + if ((lang = cupsLangDefault()) == NULL) + return (-1); + + strlcpy(ll_CC, lang->language, sizeof(ll_CC)); + strlcpy(ll, lang->language, sizeof(ll)); + + DEBUG_printf((" lang->language=\"%s\", ll=\"%s\", ll_CC=\"%s\"...\n", + lang->language, ll, ll_CC)); + + /* + * Now lookup all of the groups, options, choices, etc. + */ + + for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) + { + if ((text = ppd_text(ppd, "Translation", group->name, ll_CC, ll)) != NULL) + strlcpy(group->text, text, sizeof(group->text)); + + for (j = group->num_options, option = group->options; j > 0; j --, option ++) + { + if ((text = ppd_text(ppd, "Translation", option->keyword, ll_CC, + ll)) != NULL) + strlcpy(option->text, text, sizeof(option->text)); + + for (k = option->num_choices, choice = option->choices; + k > 0; + k --, choice ++) + { + if (strcmp(choice->choice, "Custom")) + text = ppd_text(ppd, option->keyword, choice->choice, ll_CC, ll); + else + { + snprintf(ckeyword, sizeof(ckeyword), "Custom%s", option->keyword); + + text = ppd_text(ppd, ckeyword, "True", ll_CC, ll); + } + + if (text) + strlcpy(choice->text, text, sizeof(choice->text)); + } + } + } + + /* + * Translate any custom parameters... + */ + + for (coption = (ppd_coption_t *)cupsArrayFirst(ppd->coptions); + coption; + coption = (ppd_coption_t *)cupsArrayNext(ppd->coptions)) + { + for (cparam = (ppd_cparam_t *)cupsArrayFirst(coption->params); + cparam; + cparam = (ppd_cparam_t *)cupsArrayNext(coption->params)) + { + snprintf(ckeyword, sizeof(ckeyword), "ParamCustom%s", coption->keyword); + + if ((text = ppd_text(ppd, ckeyword, cparam->name, ll_CC, ll)) != NULL) + strlcpy(cparam->text, text, sizeof(cparam->text)); + } + } + + return (0); +} + + +/* + * 'ppd_text()' - Find the localized text as needed... + */ + +static const char * /* O - Localized text or NULL */ +ppd_text(ppd_file_t *ppd, /* I - PPD file */ + const char *keyword, /* I - Main keyword */ + const char *spec, /* I - Option keyword */ + const char *ll_CC, /* I - Language + country locale */ + const char *ll) /* I - Language locale */ +{ + char lkeyword[PPD_MAX_NAME]; /* Localization keyword */ + ppd_attr_t *attr; /* Current attribute */ + + + DEBUG_printf(("ppd_text(ppd=%p, keyword=\"%s\", spec=\"%s\", " + "ll_CC=\"%s\", ll=\"%s\")\n", + ppd, keyword, spec, ll_CC, ll)); + + /* + * Look for Keyword.ll_CC, then Keyword.ll... + */ + + snprintf(lkeyword, sizeof(lkeyword), "%s.%s", ll_CC, keyword); + if ((attr = ppdFindAttr(ppd, lkeyword, spec)) == NULL) + { + snprintf(lkeyword, sizeof(lkeyword), "%s.%s", ll, keyword); + attr = ppdFindAttr(ppd, lkeyword, spec); + } + +#ifdef DEBUG + if (attr) + printf(" *%s %s/%s: \"%s\"\n", attr->name, attr->spec, attr->text, + attr->value ? attr->value : ""); + else + puts(" NOT FOUND"); +#endif /* DEBUG */ + + /* + * Return text if we find it... + */ + + return (attr ? attr->text : NULL); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/mark.c b/cups/mark.c new file mode 100644 index 0000000000..02183fb498 --- /dev/null +++ b/cups/mark.c @@ -0,0 +1,683 @@ +/* + * "$Id$" + * + * Option marking routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ppdConflicts() - Check to see if there are any conflicts. + * ppdFindChoice() - Return a pointer to an option choice. + * ppdFindMarkedChoice() - Return the marked choice for the specified option. + * ppdFindOption() - Return a pointer to the specified option. + * ppdFirstOption() - Return the first option in the PPD file. + * ppdNextOption() - Return the next option in the PPD file. + * ppdIsMarked() - Check to see if an option is marked... + * ppdMarkDefaults() - Mark all default options in the PPD file. + * ppdMarkOption() - Mark an option in a PPD file. + * ppd_defaults() - Set the defaults for this group and all sub-groups. + */ + +/* + * Include necessary headers... + */ + +#include "cups.h" +#include "string.h" +#include "debug.h" + + +/* + * Local functions... + */ + +static void ppd_defaults(ppd_file_t *ppd, ppd_group_t *g); + + +/* + * 'ppdConflicts()' - Check to see if there are any conflicts. + */ + +int /* O - Number of conflicts found */ +ppdConflicts(ppd_file_t *ppd) /* I - PPD to check */ +{ + int i, j, /* Looping variables */ + conflicts; /* Number of conflicts */ + ppd_const_t *c; /* Current constraint */ + ppd_option_t *o1, *o2; /* Options */ + ppd_choice_t *c1, *c2; /* Choices */ + + + if (!ppd) + return (0); + + /* + * Clear all conflicts... + */ + + conflicts = 0; + + for (o1 = ppdFirstOption(ppd); o1; o1 = ppdNextOption(ppd)) + o1->conflicted = 0; + + /* + * Loop through all of the UI constraints and flag any options + * that conflict... + */ + + for (i = ppd->num_consts, c = ppd->consts; i > 0; i --, c ++) + { + /* + * Grab pointers to the first option... + */ + + o1 = ppdFindOption(ppd, c->option1); + + if (!o1) + continue; + else if (c->choice1[0]) + { + /* + * This constraint maps to a specific choice. + */ + + c1 = ppdFindChoice(o1, c->choice1); + } + else + { + /* + * This constraint applies to any choice for this option. + */ + + for (j = o1->num_choices, c1 = o1->choices; j > 0; j --, c1 ++) + if (c1->marked) + break; + + if (!j || + !strcasecmp(c1->choice, "None") || + !strcasecmp(c1->choice, "Off") || + !strcasecmp(c1->choice, "False")) + c1 = NULL; + } + + /* + * Grab pointers to the second option... + */ + + o2 = ppdFindOption(ppd, c->option2); + + if (!o2) + continue; + else if (c->choice2[0]) + { + /* + * This constraint maps to a specific choice. + */ + + c2 = ppdFindChoice(o2, c->choice2); + } + else + { + /* + * This constraint applies to any choice for this option. + */ + + for (j = o2->num_choices, c2 = o2->choices; j > 0; j --, c2 ++) + if (c2->marked) + break; + + if (!j || + !strcasecmp(c2->choice, "None") || + !strcasecmp(c2->choice, "Off") || + !strcasecmp(c2->choice, "False")) + c2 = NULL; + } + + /* + * If both options are marked then there is a conflict... + */ + + if (c1 && c1->marked && c2 && c2->marked) + { + DEBUG_printf(("%s->%s conflicts with %s->%s (%s %s %s %s)\n", + o1->keyword, c1->choice, o2->keyword, c2->choice, + c->option1, c->choice1, c->option2, c->choice2)); + conflicts ++; + o1->conflicted = 1; + o2->conflicted = 1; + } + } + + /* + * Return the number of conflicts found... + */ + + return (conflicts); +} + + +/* + * 'ppdFindChoice()' - Return a pointer to an option choice. + */ + +ppd_choice_t * /* O - Choice pointer or NULL */ +ppdFindChoice(ppd_option_t *o, /* I - Pointer to option */ + const char *choice) /* I - Name of choice */ +{ + int i; /* Looping var */ + ppd_choice_t *c; /* Current choice */ + + + if (o == NULL || choice == NULL) + return (NULL); + + for (i = o->num_choices, c = o->choices; i > 0; i --, c ++) + if (strcasecmp(c->choice, choice) == 0) + return (c); + + return (NULL); +} + + +/* + * 'ppdFindMarkedChoice()' - Return the marked choice for the specified option. + */ + +ppd_choice_t * /* O - Pointer to choice or NULL */ +ppdFindMarkedChoice(ppd_file_t *ppd, /* I - PPD file */ + const char *option) /* I - Keyword/option name */ +{ + int i; /* Looping var */ + ppd_option_t *o; /* Pointer to option */ + ppd_choice_t *c; /* Pointer to choice */ + + + if ((o = ppdFindOption(ppd, option)) == NULL) + return (NULL); + + for (i = o->num_choices, c = o->choices; i > 0; i --, c ++) + if (c->marked) + return (c); + + return (NULL); +} + + +/* + * 'ppdFindOption()' - Return a pointer to the specified option. + */ + +ppd_option_t * /* O - Pointer to option or NULL */ +ppdFindOption(ppd_file_t *ppd, /* I - PPD file data */ + const char *option) /* I - Option/Keyword name */ +{ + /* + * Range check input... + */ + + if (!ppd || !option) + return (NULL); + + if (ppd->options) + { + /* + * Search in the array... + */ + + ppd_option_t key; /* Option search key */ + + + strlcpy(key.keyword, option, sizeof(key.keyword)); + + return ((ppd_option_t *)cupsArrayFind(ppd->options, &key)); + } + else + { + /* + * Search in each group... + */ + + int i, j; /* Looping vars */ + ppd_group_t *group; /* Current group */ + ppd_option_t *optptr; /* Current option */ + + + for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) + for (j = group->num_options, optptr = group->options; + j > 0; + j --, optptr ++) + if (!strcasecmp(optptr->keyword, option)) + return (optptr); + + return (NULL); + } +} + + +/* + * 'ppdIsMarked()' - Check to see if an option is marked... + */ + +int /* O - Non-zero if option is marked */ +ppdIsMarked(ppd_file_t *ppd, /* I - PPD file data */ + const char *option, /* I - Option/Keyword name */ + const char *choice) /* I - Choice name */ +{ + ppd_option_t *o; /* Option pointer */ + ppd_choice_t *c; /* Choice pointer */ + + + if (ppd == NULL) + return (0); + + if ((o = ppdFindOption(ppd, option)) == NULL) + return (0); + + if ((c = ppdFindChoice(o, choice)) == NULL) + return (0); + + return (c->marked); +} + + +/* + * 'ppdMarkDefaults()' - Mark all default options in the PPD file. + */ + +void +ppdMarkDefaults(ppd_file_t *ppd)/* I - PPD file record */ +{ + int i; /* Looping variables */ + ppd_group_t *g; /* Current group */ + + + if (ppd == NULL) + return; + + for (i = ppd->num_groups, g = ppd->groups; i > 0; i --, g ++) + ppd_defaults(ppd, g); +} + + +/* + * 'ppdMarkOption()' - Mark an option in a PPD file. + * + * Notes: + * + * -1 is returned if the given option would conflict with any currently + * selected option. + */ + +int /* O - Number of conflicts */ +ppdMarkOption(ppd_file_t *ppd, /* I - PPD file record */ + const char *option, /* I - Keyword */ + const char *choice) /* I - Option name */ +{ + int i, j; /* Looping vars */ + ppd_option_t *o; /* Option pointer */ + ppd_choice_t *c; /* Choice pointer */ + struct lconv *loc; /* Locale data */ + + + DEBUG_printf(("ppdMarkOption(ppd=%p, option=\"%s\", choice=\"%s\")\n", + ppd, option, choice)); + + /* + * Range check input... + */ + + if (!ppd || !option || !choice) + return (0); + + /* + * AP_D_InputSlot is the "default input slot" on MacOS X, and setting + * it clears the regular InputSlot choices... + */ + + if (!strcasecmp(option, "AP_D_InputSlot")) + { + if ((o = ppdFindOption(ppd, "InputSlot")) != NULL) + for (i = 0; i < o->num_choices; i ++) + o->choices[i].marked = 0; + } + + /* + * Check for custom options... + */ + + if ((o = ppdFindOption(ppd, option)) == NULL) + return (0); + + loc = localeconv(); + + if (!strncasecmp(choice, "Custom.", 7)) + { + /* + * Handle a custom option... + */ + + if ((c = ppdFindChoice(o, "Custom")) == NULL) + return (0); + + if (!strcasecmp(option, "PageSize")) + { + /* + * Handle custom page sizes... + */ + + ppdPageSize(ppd, choice); + } + else + { + /* + * Handle other custom options... + */ + + ppd_coption_t *coption; /* Custom option */ + ppd_cparam_t *cparam; /* Custom parameter */ + char *units; /* Custom points units */ + + + if ((coption = ppdFindCustomOption(ppd, option)) != NULL) + { + if ((cparam = (ppd_cparam_t *)cupsArrayFirst(coption->params)) == NULL) + return (0); + + switch (cparam->type) + { + case PPD_CUSTOM_CURVE : + case PPD_CUSTOM_INVCURVE : + case PPD_CUSTOM_REAL : + cparam->current.custom_real = (float)_cupsStrScand(choice + 7, + NULL, loc); + break; + + case PPD_CUSTOM_POINTS : + cparam->current.custom_points = (float)_cupsStrScand(choice + 7, + &units, + loc); + + if (units) + { + if (!strcasecmp(units, "cm")) + cparam->current.custom_points *= 72.0f / 2.54f; + else if (!strcasecmp(units, "mm")) + cparam->current.custom_points *= 72.0f / 25.4f; + else if (!strcasecmp(units, "m")) + cparam->current.custom_points *= 72.0f / 0.0254f; + else if (!strcasecmp(units, "in")) + cparam->current.custom_points *= 72.0f; + else if (!strcasecmp(units, "ft")) + cparam->current.custom_points *= 12.0f * 72.0f; + } + break; + + case PPD_CUSTOM_INT : + cparam->current.custom_int = atoi(choice + 7); + break; + + case PPD_CUSTOM_PASSCODE : + case PPD_CUSTOM_PASSWORD : + case PPD_CUSTOM_STRING : + if (cparam->current.custom_string) + free(cparam->current.custom_string); + + cparam->current.custom_string = strdup(choice + 7); + break; + } + } + } + + /* + * Make sure that we keep the option marked below... + */ + + choice = "Custom"; + } + else if (choice[0] == '{') + { + /* + * Handle multi-value custom options... + */ + + ppd_coption_t *coption; /* Custom option */ + ppd_cparam_t *cparam; /* Custom parameter */ + char *units; /* Custom points units */ + int num_vals; /* Number of values */ + cups_option_t *vals, /* Values */ + *val; /* Value */ + + + if ((c = ppdFindChoice(o, "Custom")) == NULL) + return (0); + + if ((coption = ppdFindCustomOption(ppd, option)) != NULL) + { + num_vals = cupsParseOptions(choice + 1, 0, &vals); + + for (i = 0, val = vals; i < num_vals; i ++, val ++) + { + if ((cparam = ppdFindCustomParam(coption, val->name)) == NULL) + continue; + + switch (cparam->type) + { + case PPD_CUSTOM_CURVE : + case PPD_CUSTOM_INVCURVE : + case PPD_CUSTOM_REAL : + cparam->current.custom_real = (float)_cupsStrScand(val->value, + NULL, loc); + break; + + case PPD_CUSTOM_POINTS : + cparam->current.custom_points = (float)_cupsStrScand(val->value, + &units, + loc); + + if (units) + { + if (!strcasecmp(units, "cm")) + cparam->current.custom_points *= 72.0f / 2.54f; + else if (!strcasecmp(units, "mm")) + cparam->current.custom_points *= 72.0f / 25.4f; + else if (!strcasecmp(units, "m")) + cparam->current.custom_points *= 72.0f / 0.0254f; + else if (!strcasecmp(units, "in")) + cparam->current.custom_points *= 72.0f; + else if (!strcasecmp(units, "ft")) + cparam->current.custom_points *= 12.0f * 72.0f; + } + break; + + case PPD_CUSTOM_INT : + cparam->current.custom_int = atoi(val->value); + break; + + case PPD_CUSTOM_PASSCODE : + case PPD_CUSTOM_PASSWORD : + case PPD_CUSTOM_STRING : + if (cparam->current.custom_string) + free(cparam->current.custom_string); + + cparam->current.custom_string = strdup(val->value); + break; + } + } + + cupsFreeOptions(num_vals, vals); + } + } + else + { + for (i = o->num_choices, c = o->choices; i > 0; i --, c ++) + if (!strcasecmp(c->choice, choice)) + break; + + if (!i) + return (0); + } + + /* + * Option found; mark it and then handle unmarking any other options. + */ + + c->marked = 1; + + if (o->ui != PPD_UI_PICKMANY) + { + /* + * Unmark all other choices... + */ + + for (i = o->num_choices, c = o->choices; i > 0; i --, c ++) + if (strcasecmp(c->choice, choice)) + { + c->marked = 0; + + if (!strcasecmp(option, "PageSize") || + !strcasecmp(option, "PageRegion")) + { + /* + * Mark current page size... + */ + + for (j = 0; j < ppd->num_sizes; j ++) + ppd->sizes[j].marked = !strcasecmp(ppd->sizes[j].name, + choice); + + /* + * Unmark the current PageSize or PageRegion setting, as + * appropriate... + */ + + if (!strcasecmp(option, "PageSize")) + { + if ((o = ppdFindOption(ppd, "PageRegion")) != NULL) + for (j = 0; j < o->num_choices; j ++) + o->choices[j].marked = 0; + } + else + { + if ((o = ppdFindOption(ppd, "PageSize")) != NULL) + for (j = 0; j < o->num_choices; j ++) + o->choices[j].marked = 0; + } + } + else if (!strcasecmp(option, "InputSlot")) + { + /* + * Unmark ManualFeed True and possibly mark ManualFeed False + * option... + */ + + if ((o = ppdFindOption(ppd, "ManualFeed")) != NULL) + for (j = 0; j < o->num_choices; j ++) + o->choices[j].marked = !strcasecmp(o->choices[j].choice, "False"); + } + else if (!strcasecmp(option, "ManualFeed") && + !strcasecmp(choice, "True")) + { + /* + * Unmark InputSlot option... + */ + + if ((o = ppdFindOption(ppd, "InputSlot")) != NULL) + for (j = 0; j < o->num_choices; j ++) + o->choices[j].marked = 0; + } + } + } + + /* + * Return the number of conflicts... + */ + + return (ppdConflicts(ppd)); +} + + +/* + * 'ppdFirstOption()' - Return the first option in the PPD file. + * + * Options are returned from all groups in sorted order. + * + * @since CUPS 1.2@ + */ + +ppd_option_t * /* O - First option or NULL */ +ppdFirstOption(ppd_file_t *ppd) /* I - PPD file */ +{ + if (!ppd) + return (NULL); + else + return ((ppd_option_t *)cupsArrayFirst(ppd->options)); +} + + +/* + * 'ppdNextOption()' - Return the next option in the PPD file. + * + * Options are returned from all groups in sorted order. + * + * @since CUPS 1.2@ + */ + +ppd_option_t * /* O - Next option or NULL */ +ppdNextOption(ppd_file_t *ppd) /* I - PPD file */ +{ + if (!ppd) + return (NULL); + else + return ((ppd_option_t *)cupsArrayNext(ppd->options)); +} + + +/* + * 'ppd_defaults()' - Set the defaults for this group and all sub-groups. + */ + +static void +ppd_defaults(ppd_file_t *ppd, /* I - PPD file */ + ppd_group_t *g) /* I - Group to default */ +{ + int i; /* Looping var */ + ppd_option_t *o; /* Current option */ + ppd_group_t *sg; /* Current sub-group */ + + + if (g == NULL) + return; + + for (i = g->num_options, o = g->options; i > 0; i --, o ++) + if (strcasecmp(o->keyword, "PageRegion") != 0) + ppdMarkOption(ppd, o->keyword, o->defchoice); + + for (i = g->num_subgroups, sg = g->subgroups; i > 0; i --, sg ++) + ppd_defaults(ppd, sg); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/md5-apple.h b/cups/md5-apple.h new file mode 100644 index 0000000000..456235150c --- /dev/null +++ b/cups/md5-apple.h @@ -0,0 +1,39 @@ +/* + * "$Id$" + * + * MD5 MacOS X compatibility header for the Common UNIX Printing + * System (CUPS). + * + * This file just defines aliases to the (private) CUPS MD5 functions. + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +void md5_init(_cups_md5_state_t *pms) + { _cupsMD5Init(pms); } +void md5_append(_cups_md5_state_t *pms, const unsigned char *data, int nbytes) + { _cupsMD5Append(pms, data, nbytes); } +void md5_finish(_cups_md5_state_t *pms, unsigned char digest[16]) + { _cupsMD5Finish(pms, digest); } + +/* + * End of "$Id$". + */ diff --git a/cups/md5.c b/cups/md5.c new file mode 100644 index 0000000000..5fa8c6df7e --- /dev/null +++ b/cups/md5.c @@ -0,0 +1,344 @@ +/* + Copyright 2005 by Easy Software Products + + This source file implements private APIs and should not be used in + CUPS-based applications. + + Copyright (C) 1999 Aladdin Enterprises. All rights reserved. + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + L. Peter Deutsch + ghost@aladdin.com + + */ +/*$Id$ */ +/* + Independent implementation of MD5 (RFC 1321). + + This code implements the MD5 Algorithm defined in RFC 1321. + It is derived directly from the text of the RFC and not from the + reference implementation. + + The original and principal author of md5.c is L. Peter Deutsch + . Other authors are noted in the change history + that follows (in reverse chronological order): + + 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. + 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5). + 1999-05-03 lpd Original version. + */ + +#include "md5.h" +#include "string.h" +#ifdef __APPLE__ +# include "md5-apple.h" +#endif /* __APPLE__ */ + +#define T1 0xd76aa478 +#define T2 0xe8c7b756 +#define T3 0x242070db +#define T4 0xc1bdceee +#define T5 0xf57c0faf +#define T6 0x4787c62a +#define T7 0xa8304613 +#define T8 0xfd469501 +#define T9 0x698098d8 +#define T10 0x8b44f7af +#define T11 0xffff5bb1 +#define T12 0x895cd7be +#define T13 0x6b901122 +#define T14 0xfd987193 +#define T15 0xa679438e +#define T16 0x49b40821 +#define T17 0xf61e2562 +#define T18 0xc040b340 +#define T19 0x265e5a51 +#define T20 0xe9b6c7aa +#define T21 0xd62f105d +#define T22 0x02441453 +#define T23 0xd8a1e681 +#define T24 0xe7d3fbc8 +#define T25 0x21e1cde6 +#define T26 0xc33707d6 +#define T27 0xf4d50d87 +#define T28 0x455a14ed +#define T29 0xa9e3e905 +#define T30 0xfcefa3f8 +#define T31 0x676f02d9 +#define T32 0x8d2a4c8a +#define T33 0xfffa3942 +#define T34 0x8771f681 +#define T35 0x6d9d6122 +#define T36 0xfde5380c +#define T37 0xa4beea44 +#define T38 0x4bdecfa9 +#define T39 0xf6bb4b60 +#define T40 0xbebfbc70 +#define T41 0x289b7ec6 +#define T42 0xeaa127fa +#define T43 0xd4ef3085 +#define T44 0x04881d05 +#define T45 0xd9d4d039 +#define T46 0xe6db99e5 +#define T47 0x1fa27cf8 +#define T48 0xc4ac5665 +#define T49 0xf4292244 +#define T50 0x432aff97 +#define T51 0xab9423a7 +#define T52 0xfc93a039 +#define T53 0x655b59c3 +#define T54 0x8f0ccc92 +#define T55 0xffeff47d +#define T56 0x85845dd1 +#define T57 0x6fa87e4f +#define T58 0xfe2ce6e0 +#define T59 0xa3014314 +#define T60 0x4e0811a1 +#define T61 0xf7537e82 +#define T62 0xbd3af235 +#define T63 0x2ad7d2bb +#define T64 0xeb86d391 + +static void +_cups_md5_process(_cups_md5_state_t *pms, const unsigned char *data /*[64]*/) +{ + unsigned int + a = pms->abcd[0], b = pms->abcd[1], + c = pms->abcd[2], d = pms->abcd[3]; + unsigned int t; + +#ifndef ARCH_IS_BIG_ENDIAN +# define ARCH_IS_BIG_ENDIAN 1 /* slower, default implementation */ +#endif +#if ARCH_IS_BIG_ENDIAN + + /* + * On big-endian machines, we must arrange the bytes in the right + * order. (This also works on machines of unknown byte order.) + */ + unsigned int X[16]; + const unsigned char *xp = data; + int i; + + for (i = 0; i < 16; ++i, xp += 4) + X[i] = xp[0] + (xp[1] << 8) + (xp[2] << 16) + (xp[3] << 24); + +#else /* !ARCH_IS_BIG_ENDIAN */ + + /* + * On little-endian machines, we can process properly aligned data + * without copying it. + */ + unsigned int xbuf[16]; + const unsigned int *X; + + if (!((data - (const unsigned char *)0) & 3)) { + /* data are properly aligned */ + X = (const unsigned int *)data; + } else { + /* not aligned */ + memcpy(xbuf, data, 64); + X = xbuf; + } +#endif + +#define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) + + /* Round 1. */ + /* Let [abcd k s i] denote the operation + a = b + ((a + F(b,c,d) + X[k] + T[i]) <<< s). */ +#define F(x, y, z) (((x) & (y)) | (~(x) & (z))) +#define SET(a, b, c, d, k, s, Ti)\ + t = a + F(b,c,d) + X[k] + Ti;\ + a = ROTATE_LEFT(t, s) + b + /* Do the following 16 operations. */ + SET(a, b, c, d, 0, 7, T1); + SET(d, a, b, c, 1, 12, T2); + SET(c, d, a, b, 2, 17, T3); + SET(b, c, d, a, 3, 22, T4); + SET(a, b, c, d, 4, 7, T5); + SET(d, a, b, c, 5, 12, T6); + SET(c, d, a, b, 6, 17, T7); + SET(b, c, d, a, 7, 22, T8); + SET(a, b, c, d, 8, 7, T9); + SET(d, a, b, c, 9, 12, T10); + SET(c, d, a, b, 10, 17, T11); + SET(b, c, d, a, 11, 22, T12); + SET(a, b, c, d, 12, 7, T13); + SET(d, a, b, c, 13, 12, T14); + SET(c, d, a, b, 14, 17, T15); + SET(b, c, d, a, 15, 22, T16); +#undef SET + + /* Round 2. */ + /* Let [abcd k s i] denote the operation + a = b + ((a + G(b,c,d) + X[k] + T[i]) <<< s). */ +#define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) +#define SET(a, b, c, d, k, s, Ti)\ + t = a + G(b,c,d) + X[k] + Ti;\ + a = ROTATE_LEFT(t, s) + b + /* Do the following 16 operations. */ + SET(a, b, c, d, 1, 5, T17); + SET(d, a, b, c, 6, 9, T18); + SET(c, d, a, b, 11, 14, T19); + SET(b, c, d, a, 0, 20, T20); + SET(a, b, c, d, 5, 5, T21); + SET(d, a, b, c, 10, 9, T22); + SET(c, d, a, b, 15, 14, T23); + SET(b, c, d, a, 4, 20, T24); + SET(a, b, c, d, 9, 5, T25); + SET(d, a, b, c, 14, 9, T26); + SET(c, d, a, b, 3, 14, T27); + SET(b, c, d, a, 8, 20, T28); + SET(a, b, c, d, 13, 5, T29); + SET(d, a, b, c, 2, 9, T30); + SET(c, d, a, b, 7, 14, T31); + SET(b, c, d, a, 12, 20, T32); +#undef SET + + /* Round 3. */ + /* Let [abcd k s t] denote the operation + a = b + ((a + H(b,c,d) + X[k] + T[i]) <<< s). */ +#define H(x, y, z) ((x) ^ (y) ^ (z)) +#define SET(a, b, c, d, k, s, Ti)\ + t = a + H(b,c,d) + X[k] + Ti;\ + a = ROTATE_LEFT(t, s) + b + /* Do the following 16 operations. */ + SET(a, b, c, d, 5, 4, T33); + SET(d, a, b, c, 8, 11, T34); + SET(c, d, a, b, 11, 16, T35); + SET(b, c, d, a, 14, 23, T36); + SET(a, b, c, d, 1, 4, T37); + SET(d, a, b, c, 4, 11, T38); + SET(c, d, a, b, 7, 16, T39); + SET(b, c, d, a, 10, 23, T40); + SET(a, b, c, d, 13, 4, T41); + SET(d, a, b, c, 0, 11, T42); + SET(c, d, a, b, 3, 16, T43); + SET(b, c, d, a, 6, 23, T44); + SET(a, b, c, d, 9, 4, T45); + SET(d, a, b, c, 12, 11, T46); + SET(c, d, a, b, 15, 16, T47); + SET(b, c, d, a, 2, 23, T48); +#undef SET + + /* Round 4. */ + /* Let [abcd k s t] denote the operation + a = b + ((a + I(b,c,d) + X[k] + T[i]) <<< s). */ +#define I(x, y, z) ((y) ^ ((x) | ~(z))) +#define SET(a, b, c, d, k, s, Ti)\ + t = a + I(b,c,d) + X[k] + Ti;\ + a = ROTATE_LEFT(t, s) + b + /* Do the following 16 operations. */ + SET(a, b, c, d, 0, 6, T49); + SET(d, a, b, c, 7, 10, T50); + SET(c, d, a, b, 14, 15, T51); + SET(b, c, d, a, 5, 21, T52); + SET(a, b, c, d, 12, 6, T53); + SET(d, a, b, c, 3, 10, T54); + SET(c, d, a, b, 10, 15, T55); + SET(b, c, d, a, 1, 21, T56); + SET(a, b, c, d, 8, 6, T57); + SET(d, a, b, c, 15, 10, T58); + SET(c, d, a, b, 6, 15, T59); + SET(b, c, d, a, 13, 21, T60); + SET(a, b, c, d, 4, 6, T61); + SET(d, a, b, c, 11, 10, T62); + SET(c, d, a, b, 2, 15, T63); + SET(b, c, d, a, 9, 21, T64); +#undef SET + + /* Then perform the following additions. (That is increment each + of the four registers by the value it had before this block + was started.) */ + pms->abcd[0] += a; + pms->abcd[1] += b; + pms->abcd[2] += c; + pms->abcd[3] += d; +} + +void +_cupsMD5Init(_cups_md5_state_t *pms) +{ + pms->count[0] = pms->count[1] = 0; + pms->abcd[0] = 0x67452301; + pms->abcd[1] = 0xefcdab89; + pms->abcd[2] = 0x98badcfe; + pms->abcd[3] = 0x10325476; +} + +void +_cupsMD5Append(_cups_md5_state_t *pms, const unsigned char *data, int nbytes) +{ + const unsigned char *p = data; + int left = nbytes; + int offset = (pms->count[0] >> 3) & 63; + unsigned int nbits = (unsigned int)(nbytes << 3); + + if (nbytes <= 0) + return; + + /* Update the message length. */ + pms->count[1] += nbytes >> 29; + pms->count[0] += nbits; + if (pms->count[0] < nbits) + pms->count[1]++; + + /* Process an initial partial block. */ + if (offset) { + int copy = (offset + nbytes > 64 ? 64 - offset : nbytes); + + memcpy(pms->buf + offset, p, copy); + if (offset + copy < 64) + return; + p += copy; + left -= copy; + _cups_md5_process(pms, pms->buf); + } + + /* Process full blocks. */ + for (; left >= 64; p += 64, left -= 64) + _cups_md5_process(pms, p); + + /* Process a final partial block. */ + if (left) + memcpy(pms->buf, p, left); +} + +void +_cupsMD5Finish(_cups_md5_state_t *pms, unsigned char digest[16]) +{ + static const unsigned char pad[64] = { + 0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 + }; + unsigned char data[8]; + int i; + + /* Save the length before padding. */ + for (i = 0; i < 8; ++i) + data[i] = (unsigned char)(pms->count[i >> 2] >> ((i & 3) << 3)); + /* Pad to 56 bytes mod 64. */ + _cupsMD5Append(pms, pad, ((55 - (pms->count[0] >> 3)) & 63) + 1); + /* Append the length. */ + _cupsMD5Append(pms, data, 8); + for (i = 0; i < 16; ++i) + digest[i] = (unsigned char)(pms->abcd[i >> 2] >> ((i & 3) << 3)); +} diff --git a/cups/md5.h b/cups/md5.h new file mode 100644 index 0000000000..3d39b8db4c --- /dev/null +++ b/cups/md5.h @@ -0,0 +1,74 @@ +/* + Copyright 2005 by Easy Software Products + + This header file defines private APIs and should not be used in + CUPS-based applications. + + Copyright (C) 1999 Aladdin Enterprises. All rights reserved. + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + L. Peter Deutsch + ghost@aladdin.com + + */ +/*$Id$ */ +/* + Independent implementation of MD5 (RFC 1321). + + This code implements the MD5 Algorithm defined in RFC 1321. + It is derived directly from the text of the RFC and not from the + reference implementation. + + The original and principal author of md5.h is L. Peter Deutsch + . Other authors are noted in the change history + that follows (in reverse chronological order): + + 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. + 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5); + added conditionalization for C++ compilation from Martin + Purschke . + 1999-05-03 lpd Original version. + */ + +#ifndef _CUPS_MD5_H_ +# define _CUPS_MD5_H_ + +/* Define the state of the MD5 Algorithm. */ +typedef struct _cups_md5_state_s { + unsigned int count[2]; /* message length in bits, lsw first */ + unsigned int abcd[4]; /* digest buffer */ + unsigned char buf[64]; /* accumulate block */ +} _cups_md5_state_t; + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + +/* Initialize the algorithm. */ +void _cupsMD5Init(_cups_md5_state_t *pms); + +/* Append a string to the message. */ +void _cupsMD5Append(_cups_md5_state_t *pms, const unsigned char *data, int nbytes); + +/* Finish the message and return the digest. */ +void _cupsMD5Finish(_cups_md5_state_t *pms, unsigned char digest[16]); + +# ifdef __cplusplus +} /* end extern "C" */ +# endif /* __cplusplus */ +#endif /* !_CUPS_MD5_H_ */ diff --git a/cups/md5passwd.c b/cups/md5passwd.c new file mode 100644 index 0000000000..1c903a9d63 --- /dev/null +++ b/cups/md5passwd.c @@ -0,0 +1,151 @@ +/* + * "$Id$" + * + * MD5 password support for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * httpMD5() - Compute the MD5 sum of the username:group:password. + * httpMD5Nonce() - Combine the MD5 sum of the username, group, and password + * with the server-supplied nonce value. + * httpMD5String() - Convert an MD5 sum to a character string. + */ + +/* + * Include necessary headers... + */ + +#include "http.h" +#include "string.h" + + +/* + * 'httpMD5()' - Compute the MD5 sum of the username:group:password. + */ + +char * /* O - MD5 sum */ +httpMD5(const char *username, /* I - User name */ + const char *realm, /* I - Realm name */ + const char *passwd, /* I - Password string */ + char md5[33]) /* O - MD5 string */ +{ + _cups_md5_state_t state; /* MD5 state info */ + unsigned char sum[16]; /* Sum data */ + char line[256]; /* Line to sum */ + + + /* + * Compute the MD5 sum of the user name, group name, and password. + */ + + snprintf(line, sizeof(line), "%s:%s:%s", username, realm, passwd); + _cupsMD5Init(&state); + _cupsMD5Append(&state, (unsigned char *)line, (int)strlen(line)); + _cupsMD5Finish(&state, sum); + + /* + * Return the sum... + */ + + return (httpMD5String(sum, md5)); +} + + +/* + * 'httpMD5Final()' - Combine the MD5 sum of the username, group, and password + * with the server-supplied nonce value, method, and + * request-uri. + */ + +char * /* O - New sum */ +httpMD5Final(const char *nonce, /* I - Server nonce value */ + const char *method, /* I - METHOD (GET, POST, etc.) */ + const char *resource, /* I - Resource path */ + char md5[33]) /* IO - MD5 sum */ +{ + _cups_md5_state_t state; /* MD5 state info */ + unsigned char sum[16]; /* Sum data */ + char line[1024]; /* Line of data */ + char a2[33]; /* Hash of method and resource */ + + + /* + * First compute the MD5 sum of the method and resource... + */ + + snprintf(line, sizeof(line), "%s:%s", method, resource); + _cupsMD5Init(&state); + _cupsMD5Append(&state, (unsigned char *)line, (int)strlen(line)); + _cupsMD5Finish(&state, sum); + httpMD5String(sum, a2); + + /* + * Then combine A1 (MD5 of username, realm, and password) with the nonce + * and A2 (method + resource) values to get the final MD5 sum for the + * request... + */ + + snprintf(line, sizeof(line), "%s:%s:%s", md5, nonce, a2); + + _cupsMD5Init(&state); + _cupsMD5Append(&state, (unsigned char *)line, (int)strlen(line)); + _cupsMD5Finish(&state, sum); + + return (httpMD5String(sum, md5)); +} + + +/* + * 'httpMD5String()' - Convert an MD5 sum to a character string. + */ + +char * /* O - MD5 sum in hex */ +httpMD5String(const unsigned char *sum, /* I - MD5 sum data */ + char md5[33]) + /* O - MD5 sum in hex */ +{ + int i; /* Looping var */ + char *md5ptr; /* Pointer into MD5 string */ + static const char hex[] = "0123456789abcdef"; + /* Hex digits */ + + + /* + * Convert the MD5 sum to hexadecimal... + */ + + for (i = 16, md5ptr = md5; i > 0; i --, sum ++) + { + *md5ptr++ = hex[*sum >> 4]; + *md5ptr++ = hex[*sum & 15]; + } + + *md5ptr = '\0'; + + return (md5); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/notify.c b/cups/notify.c new file mode 100644 index 0000000000..f0c9268cce --- /dev/null +++ b/cups/notify.c @@ -0,0 +1,211 @@ +/* + * "$Id$" + * + * Notification routines for the Common UNIX Printing System (CUPS). + * + * Copyright 2005-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsNotifySubject() - Return the subject for the given notification + * message. + * cupsNotifyText() - Return the text for the given notification message. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" + + +/* + * 'cupsNotifySubject()' - Return the subject for the given notification message. + * + * The returned string must be freed by the caller using free(). + * + * @since CUPS 1.2@ + */ + +char * /* O - Subject string or NULL */ +cupsNotifySubject(cups_lang_t *lang, /* I - Language data */ + ipp_t *event) /* I - Event data */ +{ + char buffer[1024]; /* Subject buffer */ + const char *prefix, /* Prefix on subject */ + *state; /* Printer/job state string */ + ipp_attribute_t *job_id, /* notify-job-id */ + *job_name, /* job-name */ + *job_state, /* job-state */ + *printer_name, /* printer-name */ + *printer_state, /* printer-state */ + *printer_uri, /* notify-printer-uri */ + *subscribed; /* notify-subscribed-event */ + + + /* + * Range check input... + */ + + if (!event || !lang) + return (NULL); + + /* + * Get the required attributes... + */ + + job_id = ippFindAttribute(event, "notify-job-id", IPP_TAG_INTEGER); + job_name = ippFindAttribute(event, "job-name", IPP_TAG_NAME); + job_state = ippFindAttribute(event, "job-state", IPP_TAG_ENUM); + printer_name = ippFindAttribute(event, "printer-name", IPP_TAG_NAME); + printer_state = ippFindAttribute(event, "printer-state", IPP_TAG_ENUM); + printer_uri = ippFindAttribute(event, "notify-printer-uri", IPP_TAG_URI); + subscribed = ippFindAttribute(event, "notify-subscribed-event", + IPP_TAG_KEYWORD); + + + if (job_id && printer_name && printer_uri && job_state) + { + /* + * Job event... + */ + + prefix = _cupsLangString(lang, _("Print Job:")); + + switch (job_state->values[0].integer) + { + case IPP_JOB_PENDING : + state = _cupsLangString(lang, _("pending")); + break; + case IPP_JOB_HELD : + state = _cupsLangString(lang, _("held")); + break; + case IPP_JOB_PROCESSING : + state = _cupsLangString(lang, _("processing")); + break; + case IPP_JOB_STOPPED : + state = _cupsLangString(lang, _("stopped")); + break; + case IPP_JOB_CANCELED : + state = _cupsLangString(lang, _("canceled")); + break; + case IPP_JOB_ABORTED : + state = _cupsLangString(lang, _("aborted")); + break; + case IPP_JOB_COMPLETED : + state = _cupsLangString(lang, _("completed")); + break; + default : + state = _cupsLangString(lang, _("unknown")); + break; + } + + snprintf(buffer, sizeof(buffer), "%s %s-%d (%s) %s", + prefix, + printer_name->values[0].string.text, + job_id->values[0].integer, + job_name ? job_name->values[0].string.text : + _cupsLangString(lang, _("untitled")), + state); + } + else if (printer_uri && printer_name && printer_state) + { + /* + * Printer event... + */ + + prefix = _cupsLangString(lang, _("Printer:")); + + switch (printer_state->values[0].integer) + { + case IPP_PRINTER_IDLE : + state = _cupsLangString(lang, _("idle")); + break; + case IPP_PRINTER_PROCESSING : + state = _cupsLangString(lang, _("processing")); + break; + case IPP_PRINTER_STOPPED : + state = _cupsLangString(lang, _("stopped")); + break; + default : + state = _cupsLangString(lang, _("unknown")); + break; + } + + snprintf(buffer, sizeof(buffer), "%s %s %s", + prefix, + printer_name->values[0].string.text, + state); + } + else if (subscribed) + strlcpy(buffer, subscribed->values[0].string.text, sizeof(buffer)); + else + return (NULL); + + /* + * Duplicate and return the subject string... + */ + + return (strdup(buffer)); +} + + +/* + * 'cupsNotifyText()' - Return the text for the given notification message. + * + * The returned string must be freed by the caller using free(). + * + * @since CUPS 1.2@ + */ + +char * /* O - Message text or NULL */ +cupsNotifyText(cups_lang_t *lang, /* I - Language data */ + ipp_t *event) /* I - Event data */ +{ + ipp_attribute_t *notify_text; /* notify-text */ + + + /* + * Range check input... + */ + + if (!event || !lang) + return (NULL); + + /* + * Get the notify-text attribute from the server... + */ + + if ((notify_text = ippFindAttribute(event, "notify-text", + IPP_TAG_TEXT)) == NULL) + return (NULL); + + /* + * Return a copy... + */ + + return (strdup(notify_text->values[0].string.text)); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/options.c b/cups/options.c new file mode 100644 index 0000000000..dec0d3121c --- /dev/null +++ b/cups/options.c @@ -0,0 +1,638 @@ +/* + * "$Id$" + * + * Option routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsAddOption() - Add an option to an option array. + * cupsFreeOptions() - Free all memory used by options. + * cupsGetOption() - Get an option value. + * cupsMarkOptions() - Mark command-line options in a PPD file. + * cupsParseOptions() - Parse options from a command-line argument. + * cupsRemoveOptions() - Remove an option from an option array. + */ + +/* + * Include necessary headers... + */ + +#include "cups.h" +#include +#include +#include "string.h" +#include "debug.h" + + +/* + * 'cupsAddOption()' - Add an option to an option array. + */ + +int /* O - Number of options */ +cupsAddOption(const char *name, /* I - Name of option */ + const char *value, /* I - Value of option */ + int num_options,/* I - Number of options */ + cups_option_t **options) /* IO - Pointer to options */ +{ + int i; /* Looping var */ + cups_option_t *temp; /* Pointer to new option */ + + + if (name == NULL || !name[0] || value == NULL || + options == NULL || num_options < 0) + return (num_options); + + /* + * Look for an existing option with the same name... + */ + + for (i = 0, temp = *options; i < num_options; i ++, temp ++) + if (strcasecmp(temp->name, name) == 0) + break; + + if (i >= num_options) + { + /* + * No matching option name... + */ + + if (num_options == 0) + temp = (cups_option_t *)malloc(sizeof(cups_option_t)); + else + temp = (cups_option_t *)realloc(*options, sizeof(cups_option_t) * + (num_options + 1)); + + if (temp == NULL) + return (0); + + *options = temp; + temp += num_options; + temp->name = strdup(name); + num_options ++; + } + else + { + /* + * Match found; free the old value... + */ + + free(temp->value); + } + + temp->value = strdup(value); + + return (num_options); +} + + +/* + * 'cupsFreeOptions()' - Free all memory used by options. + */ + +void +cupsFreeOptions( + int num_options, /* I - Number of options */ + cups_option_t *options) /* I - Pointer to options */ +{ + int i; /* Looping var */ + + + if (num_options <= 0 || options == NULL) + return; + + for (i = 0; i < num_options; i ++) + { + free(options[i].name); + free(options[i].value); + } + + free(options); +} + + +/* + * 'cupsGetOption()' - Get an option value. + */ + +const char * /* O - Option value or NULL */ +cupsGetOption(const char *name, /* I - Name of option */ + int num_options,/* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + int i; /* Looping var */ + + + if (name == NULL || num_options <= 0 || options == NULL) + return (NULL); + + for (i = 0; i < num_options; i ++) + if (strcasecmp(options[i].name, name) == 0) + return (options[i].value); + + return (NULL); +} + + +/* + * 'cupsMarkOptions()' - Mark command-line options in a PPD file. + */ + +int /* O - 1 if conflicting */ +cupsMarkOptions( + ppd_file_t *ppd, /* I - PPD file */ + int num_options, /* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + int i, j, k; /* Looping vars */ + int conflict; /* Option conflicts */ + char *val, /* Pointer into value */ + *ptr, /* Pointer into string */ + s[255]; /* Temporary string */ + const char *page_size; /* PageSize option */ + cups_option_t *optptr; /* Current option */ + ppd_option_t *option; /* PPD option */ + static const char * const duplex_options[] = + { /* Duplex option names */ + "Duplex", /* Adobe */ + "EFDuplex", /* EFI */ + "EFDuplexing", /* EFI */ + "KD03Duplex", /* Kodak */ + "JCLDuplex" /* Samsung */ + }; + static const char * const duplex_one[] = + { /* one-sided names */ + "None", + "False" + }; + static const char * const duplex_two_long[] = + { /* two-sided-long-edge names */ + "DuplexNoTumble", /* Adobe */ + "LongEdge", /* EFI */ + "Top" /* EFI */ + }; + static const char * const duplex_two_short[] = + { /* two-sided-long-edge names */ + "DuplexTumble", /* Adobe */ + "ShortEdge", /* EFI */ + "Bottom" /* EFI */ + }; + + + /* + * Check arguments... + */ + + if (ppd == NULL || num_options <= 0 || options == NULL) + return (0); + + /* + * Mark options... + */ + + conflict = 0; + + for (i = num_options, optptr = options; i > 0; i --, optptr ++) + if (!strcasecmp(optptr->name, "media")) + { + /* + * Loop through the option string, separating it at commas and + * marking each individual option as long as the corresponding + * PPD option (PageSize, InputSlot, etc.) is not also set. + * + * For PageSize, we also check for an empty option value since + * some versions of MacOS X use it to specify auto-selection + * of the media based solely on the size. + */ + + page_size = cupsGetOption("PageSize", num_options, options); + + for (val = optptr->value; *val;) + { + /* + * Extract the sub-option from the string... + */ + + for (ptr = s; *val && *val != ',' && (ptr - s) < (sizeof(s) - 1);) + *ptr++ = *val++; + *ptr++ = '\0'; + + if (*val == ',') + val ++; + + /* + * Mark it... + */ + + if (!page_size || !page_size[0]) + if (ppdMarkOption(ppd, "PageSize", s)) + conflict = 1; + + if (cupsGetOption("InputSlot", num_options, options) == NULL) + if (ppdMarkOption(ppd, "InputSlot", s)) + conflict = 1; + + if (cupsGetOption("MediaType", num_options, options) == NULL) + if (ppdMarkOption(ppd, "MediaType", s)) + conflict = 1; + + if (cupsGetOption("EFMediaType", num_options, options) == NULL) + if (ppdMarkOption(ppd, "EFMediaType", s)) + conflict = 1; + + if (cupsGetOption("EFMediaQualityMode", num_options, options) == NULL) + if (ppdMarkOption(ppd, "EFMediaQualityMode", s)) /* EFI */ + conflict = 1; + + if (strcasecmp(s, "manual") == 0 && + cupsGetOption("ManualFeed", num_options, options) == NULL) + if (ppdMarkOption(ppd, "ManualFeed", "True")) + conflict = 1; + } + } + else if (!strcasecmp(optptr->name, "sides")) + { + for (j = 0; j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0])); j ++) + if (cupsGetOption(duplex_options[j], num_options, options) != NULL) + break; + + if (j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0]))) + { + /* + * Don't override the PPD option with the IPP attribute... + */ + + continue; + } + + if (!strcasecmp(optptr->value, "one-sided")) + { + /* + * Mark the appropriate duplex option for one-sided output... + */ + + for (j = 0; j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0])); j ++) + if ((option = ppdFindOption(ppd, duplex_options[j])) != NULL) + break; + + if (j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0]))) + { + for (k = 0; k < (int)(sizeof(duplex_one) / sizeof(duplex_one[0])); k ++) + if (ppdFindChoice(option, duplex_one[k])) + { + if (ppdMarkOption(ppd, duplex_options[j], duplex_one[k])) + conflict = 1; + + break; + } + } + } + else if (!strcasecmp(optptr->value, "two-sided-long-edge")) + { + /* + * Mark the appropriate duplex option for two-sided-long-edge output... + */ + + for (j = 0; j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0])); j ++) + if ((option = ppdFindOption(ppd, duplex_options[j])) != NULL) + break; + + if (j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0]))) + { + for (k = 0; k < (int)(sizeof(duplex_two_long) / sizeof(duplex_two_long[0])); k ++) + if (ppdFindChoice(option, duplex_two_long[k])) + { + if (ppdMarkOption(ppd, duplex_options[j], duplex_two_long[k])) + conflict = 1; + + break; + } + } + } + else if (!strcasecmp(optptr->value, "two-sided-short-edge")) + { + /* + * Mark the appropriate duplex option for two-sided-short-edge output... + */ + + for (j = 0; j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0])); j ++) + if ((option = ppdFindOption(ppd, duplex_options[j])) != NULL) + break; + + if (j < (int)(sizeof(duplex_options) / sizeof(duplex_options[0]))) + { + for (k = 0; k < (int)(sizeof(duplex_two_short) / sizeof(duplex_two_short[0])); k ++) + if (ppdFindChoice(option, duplex_two_short[k])) + { + if (ppdMarkOption(ppd, duplex_options[j], duplex_two_short[k])) + conflict = 1; + + break; + } + } + } + } + else if (!strcasecmp(optptr->name, "resolution") || + !strcasecmp(optptr->name, "printer-resolution")) + { + if (ppdMarkOption(ppd, "Resolution", optptr->value)) + conflict = 1; + if (ppdMarkOption(ppd, "SetResolution", optptr->value)) + /* Calcomp, Linotype, QMS, Summagraphics, Tektronix, Varityper */ + conflict = 1; + if (ppdMarkOption(ppd, "JCLResolution", optptr->value)) /* HP */ + conflict = 1; + if (ppdMarkOption(ppd, "CNRes_PGP", optptr->value)) /* Canon */ + conflict = 1; + } + else if (!strcasecmp(optptr->name, "output-bin")) + { + if (cupsGetOption("OutputBin", num_options, options) == NULL) + if (ppdMarkOption(ppd, "OutputBin", optptr->value)) + conflict = 1; + } + else if (ppdMarkOption(ppd, optptr->name, optptr->value)) + conflict = 1; + + return (conflict); +} + + +/* + * 'cupsParseOptions()' - Parse options from a command-line argument. + * + * This function converts space-delimited name/value pairs according + * to the PAPI text option ABNF specification. Collection values + * ("name={a=... b=... c=...}") are stored with the curley brackets + * intact - use cupsParseOptions() on the value to extract the collection + * attributes. + */ + +int /* O - Number of options found */ +cupsParseOptions( + const char *arg, /* I - Argument to parse */ + int num_options, /* I - Number of options */ + cups_option_t **options) /* O - Options found */ +{ + char *copyarg, /* Copy of input string */ + *ptr, /* Pointer into string */ + *name, /* Pointer to name */ + *value; /* Pointer to value */ + + + if (arg == NULL || options == NULL || num_options < 0) + return (0); + + /* + * Make a copy of the argument string and then divide it up... + */ + + copyarg = strdup(arg); + ptr = copyarg; + + /* + * Skip leading spaces... + */ + + while (isspace(*ptr & 255)) + ptr ++; + + /* + * Loop through the string... + */ + + while (*ptr != '\0') + { + /* + * Get the name up to a SPACE, =, or end-of-string... + */ + + name = ptr; + while (!isspace(*ptr & 255) && *ptr != '=' && *ptr != '\0') + ptr ++; + + /* + * Avoid an empty name... + */ + + if (ptr == name) + break; + + /* + * Skip trailing spaces... + */ + + while (isspace(*ptr & 255)) + *ptr++ = '\0'; + + if (*ptr != '=') + { + /* + * Start of another option... + */ + + if (strncasecmp(name, "no", 2) == 0) + num_options = cupsAddOption(name + 2, "false", num_options, + options); + else + num_options = cupsAddOption(name, "true", num_options, options); + + continue; + } + + /* + * Remove = and parse the value... + */ + + *ptr++ = '\0'; + + if (*ptr == '\'') + { + /* + * Quoted string constant... + */ + + ptr ++; + value = ptr; + + while (*ptr != '\'' && *ptr != '\0') + { + if (*ptr == '\\') + _cups_strcpy(ptr, ptr + 1); + + ptr ++; + } + + if (*ptr != '\0') + *ptr++ = '\0'; + } + else if (*ptr == '\"') + { + /* + * Double-quoted string constant... + */ + + ptr ++; + value = ptr; + + while (*ptr != '\"' && *ptr != '\0') + { + if (*ptr == '\\') + _cups_strcpy(ptr, ptr + 1); + + ptr ++; + } + + if (*ptr != '\0') + *ptr++ = '\0'; + } + else if (*ptr == '{') + { + /* + * Collection value... + */ + + int depth; + + value = ptr; + + for (depth = 1; *ptr; ptr ++) + if (*ptr == '{') + depth ++; + else if (*ptr == '}') + { + depth --; + if (!depth) + { + ptr ++; + + if (*ptr != ',') + break; + } + } + else if (*ptr == '\\') + _cups_strcpy(ptr, ptr + 1); + + if (*ptr != '\0') + *ptr++ = '\0'; + } + else + { + /* + * Normal space-delimited string... + */ + + value = ptr; + + while (!isspace(*ptr & 255) && *ptr != '\0') + { + if (*ptr == '\\') + _cups_strcpy(ptr, ptr + 1); + + ptr ++; + } + } + + /* + * Skip trailing whitespace... + */ + + while (isspace(*ptr & 255)) + *ptr++ = '\0'; + + /* + * Add the string value... + */ + + num_options = cupsAddOption(name, value, num_options, options); + } + + /* + * Free the copy of the argument we made and return the number of options + * found. + */ + + free(copyarg); + + return (num_options); +} + + +/* + * 'cupsRemoveOption()' - Remove an option from an option array. + * + * @since CUPS 1.2@ + */ + +int /* O - New number of options */ +cupsRemoveOption( + const char *name, /* I - Option name */ + int num_options, /* I - Current number of options */ + cups_option_t **options) /* IO - Options */ +{ + int i; /* Looping var */ + cups_option_t *option; /* Current option */ + + + /* + * Range check input... + */ + + if (!name || num_options < 1 || !options) + return (num_options); + + /* + * Loop for the option... + */ + + for (i = num_options, option = *options; i > 0; i --, option ++) + if (!strcasecmp(name, option->name)) + break; + + if (i) + { + /* + * Remove this option from the array... + */ + + num_options --; + i --; + + free(option->name); + if (option->value) + free(option->value); + + if (i > 0) + memmove(option, option + 1, i * sizeof(cups_option_t)); + } + + /* + * Return the new number of options... + */ + + return (num_options); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/page.c b/cups/page.c new file mode 100644 index 0000000000..4b4e202638 --- /dev/null +++ b/cups/page.c @@ -0,0 +1,213 @@ +/* + * "$Id$" + * + * Page size functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ppdPageSize() - Get the page size record for the given size. + * ppdPageWidth() - Get the page width for the given size. + * ppdPageLength() - Get the page length for the given size. + */ + +/* + * Include necessary headers... + */ + +#include "ppd.h" +#include "string.h" +#include + + +/* + * 'ppdPageSize()' - Get the page size record for the given size. + */ + +ppd_size_t * /* O - Size record for page or NULL */ +ppdPageSize(ppd_file_t *ppd, /* I - PPD file record */ + const char *name) /* I - Size name */ +{ + int i; /* Looping var */ + ppd_size_t *size; /* Current page size */ + float w, l; /* Width and length of page */ + char *nameptr; /* Pointer into name */ + struct lconv *loc; /* Locale data */ + ppd_coption_t *coption; /* Custom option for page size */ + ppd_cparam_t *cparam; /* Custom option parameter */ + + + if (!ppd) + return (NULL); + + if (name) + { + if (!strncmp(name, "Custom.", 7) && ppd->variable_sizes) + { + /* + * Find the custom page size... + */ + + for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++) + if (!strcmp("Custom", size->name)) + break; + + if (!i) + return (NULL); + + /* + * Variable size; size name can be one of the following: + * + * Custom.WIDTHxLENGTHin - Size in inches + * Custom.WIDTHxLENGTHcm - Size in centimeters + * Custom.WIDTHxLENGTHmm - Size in millimeters + * Custom.WIDTHxLENGTH[pt] - Size in points + */ + + loc = localeconv(); + w = (float)_cupsStrScand(name + 7, &nameptr, loc); + if (!nameptr || *nameptr != 'x') + return (NULL); + + l = (float)_cupsStrScand(nameptr + 1, &nameptr, loc); + if (!nameptr) + return (NULL); + + if (!strcasecmp(nameptr, "in")) + { + w *= 72.0f; + l *= 72.0f; + } + else if (!strcasecmp(nameptr, "ft")) + { + w *= 12.0f * 72.0f; + l *= 12.0f * 72.0f; + } + else if (!strcasecmp(nameptr, "mm")) + { + w *= 72.0f / 25.4f; + l *= 72.0f / 25.4f; + } + else if (!strcasecmp(nameptr, "cm")) + { + w *= 72.0f / 2.54f; + l *= 72.0f / 2.54f; + } + else if (!strcasecmp(nameptr, "m")) + { + w *= 72.0f / 0.0254f; + l *= 72.0f / 0.0254f; + } + + size->width = w; + size->length = l; + size->left = ppd->custom_margins[0]; + size->bottom = ppd->custom_margins[1]; + size->right = w - ppd->custom_margins[2]; + size->top = l - ppd->custom_margins[3]; + + /* + * Update the custom option records for the page size, too... + */ + + if ((coption = ppdFindCustomOption(ppd, "PageSize")) != NULL) + { + if ((cparam = ppdFindCustomParam(coption, "Width")) != NULL) + cparam->current.custom_points = w; + + if ((cparam = ppdFindCustomParam(coption, "Height")) != NULL) + cparam->current.custom_points = l; + } + + /* + * Return the page size... + */ + + return (size); + } + else + { + /* + * Lookup by name... + */ + + for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++) + if (!strcmp(name, size->name)) + return (size); + } + } + else + { + /* + * Find default... + */ + + for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++) + if (size->marked) + return (size); + } + + return (NULL); +} + + +/* + * 'ppdPageWidth()' - Get the page width for the given size. + */ + +float /* O - Width of page in points or 0.0 */ +ppdPageWidth(ppd_file_t *ppd, /* I - PPD file record */ + const char *name) /* I - Size name */ +{ + ppd_size_t *size; /* Page size */ + + + if ((size = ppdPageSize(ppd, name)) == NULL) + return (0.0); + else + return (size->width); +} + + +/* + * 'ppdPageLength()' - Get the page length for the given size. + */ + +float /* O - Length of page in points or 0.0 */ +ppdPageLength(ppd_file_t *ppd, /* I - PPD file */ + const char *name) /* I - Size name */ +{ + ppd_size_t *size; /* Page size */ + + + if ((size = ppdPageSize(ppd, name)) == NULL) + return (0.0); + else + return (size->length); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/ppd.c b/cups/ppd.c new file mode 100644 index 0000000000..44022bc016 --- /dev/null +++ b/cups/ppd.c @@ -0,0 +1,3050 @@ +/* + * "$Id$" + * + * PPD file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This code and any derivative of it may be used and distributed + * freely under the terms of the GNU General Public License when + * used with GNU Ghostscript or its derivatives. Use of the code + * (or any derivative of it) with software other than GNU + * GhostScript (or its derivatives) is governed by the CUPS license + * agreement. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ppdClose() - Free all memory used by the PPD file. + * ppdErrorString() - Returns the text assocated with a status. + * _ppdGetEncoding() - Get the CUPS encoding value for the given + * LanguageEncoding. + * ppdLastError() - Return the status from the last ppdOpen*(). + * ppdOpen() - Read a PPD file into memory. + * ppdOpen2() - Read a PPD file into memory. + * ppdOpenFd() - Read a PPD file into memory. + * ppdOpenFile() - Read a PPD file into memory. + * ppdSetConformance() - Set the conformance level for PPD files. + * ppd_add_attr() - Add an attribute to the PPD data. + * ppd_add_choice() - Add a choice to an option. + * ppd_add_size() - Add a page size. + * ppd_compare_attrs() - Compare two attributes. + * ppd_compare_coptions() - Compare two custom options. + * ppd_compare_cparams() - Compare two custom parameters. + * ppd_compare_options() - Compare two options. + * ppd_decode() - Decode a string value... + * ppd_free_group() - Free a single UI group. + * ppd_free_option() - Free a single option. + * ppd_get_coption() - Get a custom option record. + * ppd_get_cparam() - Get a custom parameter record. + * ppd_get_group() - Find or create the named group as needed. + * ppd_get_option() - Find or create the named option as needed. + * ppd_read() - Read a line from a PPD file, skipping comment + * lines as necessary. + */ + +/* + * Include necessary headers. + */ + +#include "globals.h" +#include "debug.h" +#include + + +/* + * Definitions... + */ + +#if defined(WIN32) || defined(__EMX__) +# define READ_BINARY "rb" /* Open a binary file for reading */ +# define WRITE_BINARY "wb" /* Open a binary file for writing */ +#else +# define READ_BINARY "r" /* Open a binary file for reading */ +# define WRITE_BINARY "w" /* Open a binary file for writing */ +#endif /* WIN32 || __EMX__ */ + +#define ppd_free(p) if (p) free(p) /* Safe free macro */ + +#define PPD_KEYWORD 1 /* Line contained a keyword */ +#define PPD_OPTION 2 /* Line contained an option name */ +#define PPD_TEXT 4 /* Line contained human-readable text */ +#define PPD_STRING 8 /* Line contained a string or code */ + + +/* + * Local functions... + */ + +static ppd_attr_t *ppd_add_attr(ppd_file_t *ppd, const char *name, + const char *spec, const char *text, + const char *value); +static ppd_choice_t *ppd_add_choice(ppd_option_t *option, const char *name); +static ppd_size_t *ppd_add_size(ppd_file_t *ppd, const char *name); +static int ppd_compare_attrs(ppd_attr_t *a, ppd_attr_t *b); +static int ppd_compare_coptions(ppd_coption_t *a, + ppd_coption_t *b); +static int ppd_compare_cparams(ppd_cparam_t *a, ppd_cparam_t *b); +static int ppd_compare_options(ppd_option_t *a, ppd_option_t *b); +static int ppd_decode(char *string); +static void ppd_free_group(ppd_group_t *group); +static void ppd_free_option(ppd_option_t *option); +static ppd_coption_t *ppd_get_coption(ppd_file_t *ppd, const char *name); +static ppd_cparam_t *ppd_get_cparam(ppd_coption_t *opt, + const char *param, + const char *text); +static ppd_group_t *ppd_get_group(ppd_file_t *ppd, const char *name, + const char *text, _cups_globals_t *cg, + cups_encoding_t encoding); +static ppd_option_t *ppd_get_option(ppd_group_t *group, const char *name); +static int ppd_read(cups_file_t *fp, char *keyword, char *option, + char *text, char **string, int ignoreblank, + _cups_globals_t *cg); + + +/* + * 'ppdClose()' - Free all memory used by the PPD file. + */ + +void +ppdClose(ppd_file_t *ppd) /* I - PPD file record */ +{ + int i; /* Looping var */ + ppd_emul_t *emul; /* Current emulation */ + ppd_group_t *group; /* Current group */ + char **font; /* Current font */ + char **filter; /* Current filter */ + ppd_attr_t **attr; /* Current attribute */ + ppd_coption_t *coption; /* Current custom option */ + ppd_cparam_t *cparam; /* Current custom parameter */ + + + /* + * Range check arguments... + */ + + if (!ppd) + return; + + /* + * Free all strings at the top level... + */ + + ppd_free(ppd->lang_encoding); + ppd_free(ppd->nickname); + ppd_free(ppd->patches); + ppd_free(ppd->jcl_begin); + ppd_free(ppd->jcl_end); + ppd_free(ppd->jcl_ps); + + /* + * Free any emulations... + */ + + if (ppd->num_emulations > 0) + { + for (i = ppd->num_emulations, emul = ppd->emulations; i > 0; i --, emul ++) + { + ppd_free(emul->start); + ppd_free(emul->stop); + } + + ppd_free(ppd->emulations); + } + + /* + * Free any UI groups, subgroups, and options... + */ + + if (ppd->num_groups > 0) + { + for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) + ppd_free_group(group); + + ppd_free(ppd->groups); + } + + cupsArrayDelete(ppd->options); + + /* + * Free any page sizes... + */ + + if (ppd->num_sizes > 0) + ppd_free(ppd->sizes); + + /* + * Free any constraints... + */ + + if (ppd->num_consts > 0) + ppd_free(ppd->consts); + + /* + * Free any filters... + */ + + if (ppd->num_filters > 0) + { + for (i = ppd->num_filters, filter = ppd->filters; i > 0; i --, filter ++) + { + ppd_free(*filter); + } + + ppd_free(ppd->filters); + } + + /* + * Free any fonts... + */ + + if (ppd->num_fonts > 0) + { + for (i = ppd->num_fonts, font = ppd->fonts; i > 0; i --, font ++) + { + ppd_free(*font); + } + + ppd_free(ppd->fonts); + } + + /* + * Free any profiles... + */ + + if (ppd->num_profiles > 0) + ppd_free(ppd->profiles); + + /* + * Free any attributes... + */ + + if (ppd->num_attrs > 0) + { + for (i = ppd->num_attrs, attr = ppd->attrs; i > 0; i --, attr ++) + { + ppd_free((*attr)->value); + ppd_free(*attr); + } + + ppd_free(ppd->attrs); + } + + cupsArrayDelete(ppd->sorted_attrs); + + /* + * Free custom options... + */ + + for (coption = (ppd_coption_t *)cupsArrayFirst(ppd->coptions); + coption; + coption = (ppd_coption_t *)cupsArrayNext(ppd->coptions)) + { + for (cparam = (ppd_cparam_t *)cupsArrayFirst(coption->params); + cparam; + cparam = (ppd_cparam_t *)cupsArrayNext(coption->params)) + { + switch (cparam->type) + { + case PPD_CUSTOM_PASSCODE : + case PPD_CUSTOM_PASSWORD : + case PPD_CUSTOM_STRING : + ppd_free(cparam->current.custom_string); + break; + + default : + break; + } + + free(cparam); + } + + cupsArrayDelete(coption->params); + + free(coption); + } + + cupsArrayDelete(ppd->coptions); + + /* + * Free the whole record... + */ + + ppd_free(ppd); +} + + +/* + * 'ppdErrorString()' - Returns the text assocated with a status. + * + * @since CUPS 1.1.19@ + */ + +const char * /* O - Status string */ +ppdErrorString(ppd_status_t status) /* I - PPD status */ +{ + static const char * const messages[] =/* Status messages */ + { + _("OK"), + _("Unable to open PPD file"), + _("NULL PPD file pointer"), + _("Memory allocation error"), + _("Missing PPD-Adobe-4.x header"), + _("Missing value string"), + _("Internal error"), + _("Bad OpenGroup"), + _("OpenGroup without a CloseGroup first"), + _("Bad OpenUI/JCLOpenUI"), + _("OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first"), + _("Bad OrderDependency"), + _("Bad UIConstraints"), + _("Missing asterisk in column 1"), + _("Line longer than the maximum allowed (255 characters)"), + _("Illegal control character"), + _("Illegal main keyword string"), + _("Illegal option keyword string"), + _("Illegal translation string"), + _("Illegal whitespace character"), + _("Bad custom parameter") + }; + + + if (status < PPD_OK || status > PPD_ILLEGAL_WHITESPACE) + return (_cupsLangString(cupsLangDefault(), _("Unknown"))); + else + return (_cupsLangString(cupsLangDefault(), messages[status])); +} + + +/* + * '_ppdGetEncoding()' - Get the CUPS encoding value for the given + * LanguageEncoding. + */ + +cups_encoding_t /* O - CUPS encoding value */ +_ppdGetEncoding(const char *name) /* I - LanguageEncoding string */ +{ + if (!strcasecmp(name, "ISOLatin1")) + return (CUPS_ISO8859_1); + else if (!strcasecmp(name, "ISOLatin2")) + return (CUPS_ISO8859_2); + else if (!strcasecmp(name, "ISOLatin5")) + return (CUPS_ISO8859_5); + else if (!strcasecmp(name, "JIS83-RKSJ")) + return (CUPS_WINDOWS_932); + else if (!strcasecmp(name, "MacStandard")) + return (CUPS_MAC_ROMAN); + else if (!strcasecmp(name, "WindowsANSI")) + return (CUPS_WINDOWS_1252); + else + return (CUPS_UTF8); +} + + +/* + * 'ppdLastError()' - Return the status from the last ppdOpen*(). + * + * @since CUPS 1.1.19@ + */ + +ppd_status_t /* O - Status code */ +ppdLastError(int *line) /* O - Line number */ +{ + _cups_globals_t *cg = _cupsGlobals(); + /* Global data */ + + + if (line) + *line = cg->ppd_line; + + return (cg->ppd_status); +} + + +/* + * 'ppdOpen()' - Read a PPD file into memory. + */ + +ppd_file_t * /* O - PPD file record */ +ppdOpen(FILE *fp) /* I - File to read from */ +{ + ppd_file_t *ppd; /* PPD file record */ + cups_file_t *cf; /* CUPS file */ + + + /* + * Reopen the stdio file as a CUPS file... + */ + + if ((cf = cupsFileOpenFd(fileno(fp), "r")) == NULL) + return (NULL); + + /* + * Load the PPD file using the newer API... + */ + + ppd = ppdOpen2(cf); + + /* + * Close the CUPS file and return the PPD... + */ + + cupsFileClose(cf); + + return (ppd); +} + + +/* + * 'ppdOpen2()' - Read a PPD file into memory. + * + * @since CUPS 1.2@ + */ + +ppd_file_t * /* O - PPD file record */ +ppdOpen2(cups_file_t *fp) /* I - File to read from */ +{ + int i, j, k; /* Looping vars */ + int count; /* Temporary count */ + ppd_file_t *ppd; /* PPD file record */ + ppd_group_t *group, /* Current group */ + *subgroup; /* Current sub-group */ + ppd_option_t *option; /* Current option */ + ppd_choice_t *choice; /* Current choice */ + ppd_const_t *constraint; /* Current constraint */ + ppd_size_t *size; /* Current page size */ + int mask; /* Line data mask */ + char keyword[PPD_MAX_NAME], + /* Keyword from file */ + name[PPD_MAX_NAME], + /* Option from file */ + text[PPD_MAX_LINE], + /* Human-readable text from file */ + *string, /* Code/text from file */ + *sptr, /* Pointer into string */ + *nameptr, /* Pointer into name */ + *temp, /* Temporary string pointer */ + **tempfonts; /* Temporary fonts pointer */ + float order; /* Order dependency number */ + ppd_section_t section; /* Order dependency section */ + ppd_profile_t *profile; /* Pointer to color profile */ + char **filter; /* Pointer to filter */ + cups_lang_t *language; /* Default language */ + struct lconv *loc; /* Locale data */ + int ui_keyword; /* Is this line a UI keyword? */ + cups_encoding_t encoding; /* Encoding of PPD file */ + _cups_globals_t *cg = _cupsGlobals(); + /* Global data */ + static const char * const ui_keywords[] = + { +#ifdef CUPS_USE_FULL_UI_KEYWORDS_LIST + /* + * Adobe defines some 41 keywords as "UI", meaning that they are + * user interface elements and that they should be treated as such + * even if the PPD creator doesn't use Open/CloseUI around them. + * + * Since this can cause previously invisible options to appear and + * confuse users, the default is to only treat the PageSize and + * PageRegion keywords this way. + */ + /* Boolean keywords */ + "BlackSubstitution", + "Booklet", + "Collate", + "ManualFeed", + "MirrorPrint", + "NegativePrint", + "Sorter", + "TraySwitch", + + /* PickOne keywords */ + "AdvanceMedia", + "BindColor", + "BindEdge", + "BindType", + "BindWhen", + "BitsPerPixel", + "ColorModel", + "CutMedia", + "Duplex", + "FoldType", + "FoldWhen", + "InputSlot", + "JCLFrameBufferSize", + "JCLResolution", + "Jog", + "MediaColor", + "MediaType", + "MediaWeight", + "OutputBin", + "OutputMode", + "OutputOrder", + "PageRegion", + "PageSize", + "Resolution", + "Separations", + "Signature", + "Slipsheet", + "Smoothing", + "StapleLocation", + "StapleOrientation", + "StapleWhen", + "StapleX", + "StapleY" +#else /* !CUPS_USE_FULL_UI_KEYWORDS_LIST */ + "PageRegion", + "PageSize" +#endif /* CUPS_USE_FULL_UI_KEYWORDS_LIST */ + }; + + + /* + * Default to "OK" status... + */ + + cg->ppd_status = PPD_OK; + cg->ppd_line = 0; + + /* + * Range check input... + */ + + if (fp == NULL) + { + cg->ppd_status = PPD_NULL_FILE; + return (NULL); + } + + /* + * Grab the first line and make sure it reads '*PPD-Adobe: "major.minor"'... + */ + + mask = ppd_read(fp, keyword, name, text, &string, 0, cg); + + DEBUG_printf(("mask=%x, keyword=\"%s\"...\n", mask, keyword)); + + if (mask == 0 || + strcmp(keyword, "PPD-Adobe") || + string == NULL || string[0] != '4') + { + /* + * Either this is not a PPD file, or it is not a 4.x PPD file. + */ + + if (cg->ppd_status == PPD_OK) + cg->ppd_status = PPD_MISSING_PPDADOBE4; + + ppd_free(string); + + return (NULL); + } + + DEBUG_printf(("ppdOpen: keyword = %s, string = %p\n", keyword, string)); + + ppd_free(string); + + /* + * Allocate memory for the PPD file record... + */ + + if ((ppd = calloc(1, sizeof(ppd_file_t))) == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + return (NULL); + } + + ppd->language_level = 1; + ppd->color_device = 0; + ppd->colorspace = PPD_CS_GRAY; + ppd->landscape = -90; + ppd->coptions = cupsArrayNew((cups_array_func_t)ppd_compare_coptions, + NULL); + + /* + * Get the default language for the user... + */ + + language = cupsLangDefault(); + loc = localeconv(); + + /* + * Read lines from the PPD file and add them to the file record... + */ + + group = NULL; + subgroup = NULL; + option = NULL; + choice = NULL; + ui_keyword = 0; + encoding = CUPS_ISO8859_1; + + while ((mask = ppd_read(fp, keyword, name, text, &string, 1, cg)) != 0) + { +#ifdef DEBUG + printf("mask = %x, keyword = \"%s\"", mask, keyword); + + if (name[0] != '\0') + printf(", name = \"%s\"", name); + + if (text[0] != '\0') + printf(", text = \"%s\"", text); + + if (string != NULL) + { + if (strlen(string) > 40) + printf(", string = %p", string); + else + printf(", string = \"%s\"", string); + } + + puts(""); +#endif /* DEBUG */ + + if (strcmp(keyword, "CloseUI") && strcmp(keyword, "CloseGroup") && + strcmp(keyword, "CloseSubGroup") && strncmp(keyword, "Default", 7) && + strcmp(keyword, "JCLCloseUI") && strcmp(keyword, "JCLOpenUI") && + strcmp(keyword, "OpenUI") && strcmp(keyword, "OpenGroup") && + strcmp(keyword, "OpenSubGroup") && string == NULL) + { + /* + * Need a string value! + */ + + cg->ppd_status = PPD_MISSING_VALUE; + + goto error; + } + + /* + * Certain main keywords (as defined by the PPD spec) may be used + * without the usual OpenUI/CloseUI stuff. Presumably this is just + * so that Adobe wouldn't completely break compatibility with PPD + * files prior to v4.0 of the spec, but it is hopelessly + * inconsistent... Catch these main keywords and automatically + * create the corresponding option, as needed... + */ + + if (ui_keyword) + { + /* + * Previous line was a UI keyword... + */ + + option = NULL; + ui_keyword = 0; + } + + if (option == NULL && + (mask & (PPD_KEYWORD | PPD_OPTION | PPD_STRING)) == + (PPD_KEYWORD | PPD_OPTION | PPD_STRING)) + { + for (i = 0; i < (int)(sizeof(ui_keywords) / sizeof(ui_keywords[0])); i ++) + if (!strcmp(keyword, ui_keywords[i])) + break; + + if (i < (int)(sizeof(ui_keywords) / sizeof(ui_keywords[0]))) + { + /* + * Create the option in the appropriate group... + */ + + ui_keyword = 1; + + DEBUG_printf(("**** FOUND ADOBE UI KEYWORD %s WITHOUT OPENUI!\n", + keyword)); + + if (!group) + { + if ((group = ppd_get_group(ppd, "General", _("General"), cg, + encoding)) == NULL) + goto error; + + DEBUG_printf(("Adding to group %s...\n", group->text)); + option = ppd_get_option(group, keyword); + group = NULL; + } + else + option = ppd_get_option(group, keyword); + + if (option == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + /* + * Now fill in the initial information for the option... + */ + + if (!strncmp(keyword, "JCL", 3)) + option->section = PPD_ORDER_JCL; + else + option->section = PPD_ORDER_ANY; + + option->order = 10.0f; + + if (i < 8) + option->ui = PPD_UI_BOOLEAN; + else + option->ui = PPD_UI_PICKONE; + + for (j = 0; j < ppd->num_attrs; j ++) + if (!strncmp(ppd->attrs[j]->name, "Default", 7) && + !strcmp(ppd->attrs[j]->name + 7, keyword) && + ppd->attrs[j]->value) + { + DEBUG_printf(("Setting Default%s to %s via attribute...\n", + option->keyword, ppd->attrs[j]->value)); + strlcpy(option->defchoice, ppd->attrs[j]->value, + sizeof(option->defchoice)); + break; + } + + if (!strcmp(keyword, "PageSize")) + strlcpy(option->text, _("Media Size"), sizeof(option->text)); + else if (!strcmp(keyword, "MediaType")) + strlcpy(option->text, _("Media Type"), sizeof(option->text)); + else if (!strcmp(keyword, "InputSlot")) + strlcpy(option->text, _("Media Source"), sizeof(option->text)); + else if (!strcmp(keyword, "ColorModel")) + strlcpy(option->text, _("Output Mode"), sizeof(option->text)); + else if (!strcmp(keyword, "Resolution")) + strlcpy(option->text, _("Resolution"), sizeof(option->text)); + else + strlcpy(option->text, keyword, sizeof(option->text)); + } + } + + if (!strcmp(keyword, "LanguageLevel")) + ppd->language_level = atoi(string); + else if (!strcmp(keyword, "LanguageEncoding")) + { + /* + * Say all PPD files are UTF-8, since we convert to UTF-8... + */ + + ppd->lang_encoding = strdup("UTF-8"); + encoding = _ppdGetEncoding(string); + } + else if (!strcmp(keyword, "LanguageVersion")) + ppd->lang_version = string; + else if (!strcmp(keyword, "Manufacturer")) + ppd->manufacturer = string; + else if (!strcmp(keyword, "ModelName")) + ppd->modelname = string; + else if (!strcmp(keyword, "Protocols")) + ppd->protocols = string; + else if (!strcmp(keyword, "PCFileName")) + ppd->pcfilename = string; + else if (!strcmp(keyword, "NickName")) + { + if (encoding != CUPS_UTF8) + { + cups_utf8_t utf8[256]; /* UTF-8 version of NickName */ + + + cupsCharsetToUTF8(utf8, string, sizeof(utf8), encoding); + ppd->nickname = strdup((char *)utf8); + } + else + ppd->nickname = strdup(string); + } + else if (!strcmp(keyword, "Product")) + ppd->product = string; + else if (!strcmp(keyword, "ShortNickName")) + ppd->shortnickname = string; + else if (!strcmp(keyword, "TTRasterizer")) + ppd->ttrasterizer = string; + else if (!strcmp(keyword, "JCLBegin")) + { + ppd->jcl_begin = strdup(string); + ppd_decode(ppd->jcl_begin); /* Decode quoted string */ + } + else if (!strcmp(keyword, "JCLEnd")) + { + ppd->jcl_end = strdup(string); + ppd_decode(ppd->jcl_end); /* Decode quoted string */ + } + else if (!strcmp(keyword, "JCLToPSInterpreter")) + { + ppd->jcl_ps = strdup(string); + ppd_decode(ppd->jcl_ps); /* Decode quoted string */ + } + else if (!strcmp(keyword, "AccurateScreensSupport")) + ppd->accurate_screens = !strcmp(string, "True"); + else if (!strcmp(keyword, "ColorDevice")) + ppd->color_device = !strcmp(string, "True"); + else if (!strcmp(keyword, "ContoneOnly")) + ppd->contone_only = !strcmp(string, "True"); + else if (!strcmp(keyword, "cupsFlipDuplex")) + ppd->flip_duplex = !strcmp(string, "True"); + else if (!strcmp(keyword, "cupsManualCopies")) + ppd->manual_copies = !strcmp(string, "True"); + else if (!strcmp(keyword, "cupsModelNumber")) + ppd->model_number = atoi(string); + else if (!strcmp(keyword, "cupsColorProfile")) + { + if (ppd->num_profiles == 0) + profile = malloc(sizeof(ppd_profile_t)); + else + profile = realloc(ppd->profiles, sizeof(ppd_profile_t) * + (ppd->num_profiles + 1)); + + ppd->profiles = profile; + profile += ppd->num_profiles; + ppd->num_profiles ++; + + memset(profile, 0, sizeof(ppd_profile_t)); + strlcpy(profile->resolution, name, sizeof(profile->resolution)); + strlcpy(profile->media_type, text, sizeof(profile->media_type)); + + profile->density = (float)_cupsStrScand(string, &sptr, loc); + profile->gamma = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[0][0] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[0][1] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[0][2] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[1][0] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[1][1] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[1][2] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[2][0] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[2][1] = (float)_cupsStrScand(sptr, &sptr, loc); + profile->matrix[2][2] = (float)_cupsStrScand(sptr, &sptr, loc); + } + else if (!strcmp(keyword, "cupsFilter")) + { + if (ppd->num_filters == 0) + filter = malloc(sizeof(char *)); + else + filter = realloc(ppd->filters, sizeof(char *) * (ppd->num_filters + 1)); + + if (filter == NULL) + { + ppd_free(filter); + + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + ppd->filters = filter; + filter += ppd->num_filters; + ppd->num_filters ++; + + /* + * Copy filter string and prevent it from being freed below... + */ + + *filter = string; + string = NULL; + } + else if (!strcmp(keyword, "Throughput")) + ppd->throughput = atoi(string); + else if (!strcmp(keyword, "Font")) + { + /* + * Add this font to the list of available fonts... + */ + + if (ppd->num_fonts == 0) + tempfonts = (char **)malloc(sizeof(char *)); + else + tempfonts = (char **)realloc(ppd->fonts, + sizeof(char *) * (ppd->num_fonts + 1)); + + if (tempfonts == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + ppd->fonts = tempfonts; + ppd->fonts[ppd->num_fonts] = strdup(name); + ppd->num_fonts ++; + } + else if (!strncmp(keyword, "ParamCustom", 11)) + { + ppd_coption_t *coption; /* Custom option */ + ppd_cparam_t *cparam; /* Custom parameter */ + int corder; /* Order number */ + char ctype[33], /* Data type */ + cminimum[65], /* Minimum value */ + cmaximum[65]; /* Maximum value */ + + + /* + * Get the custom option and parameter... + */ + + if ((coption = ppd_get_coption(ppd, keyword + 11)) == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + if ((cparam = ppd_get_cparam(coption, name, text)) == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + /* + * Get the parameter data... + */ + + if (sscanf(string, "%d%32s%64s%64s", &corder, ctype, cminimum, + cmaximum) != 4) + { + cg->ppd_status = PPD_BAD_CUSTOM_PARAM; + + goto error; + } + + cparam->order = corder; + + if (!strcmp(ctype, "curve")) + { + cparam->type = PPD_CUSTOM_CURVE; + cparam->minimum.custom_curve = (float)_cupsStrScand(cminimum, NULL, loc); + cparam->maximum.custom_curve = (float)_cupsStrScand(cmaximum, NULL, loc); + } + else if (!strcmp(ctype, "int")) + { + cparam->type = PPD_CUSTOM_INT; + cparam->minimum.custom_int = atoi(cminimum); + cparam->maximum.custom_int = atoi(cmaximum); + } + else if (!strcmp(ctype, "invcurve")) + { + cparam->type = PPD_CUSTOM_INVCURVE; + cparam->minimum.custom_invcurve = (float)_cupsStrScand(cminimum, NULL, loc); + cparam->maximum.custom_invcurve = (float)_cupsStrScand(cmaximum, NULL, loc); + } + else if (!strcmp(ctype, "passcode")) + { + cparam->type = PPD_CUSTOM_PASSCODE; + cparam->minimum.custom_passcode = atoi(cminimum); + cparam->maximum.custom_passcode = atoi(cmaximum); + } + else if (!strcmp(ctype, "password")) + { + cparam->type = PPD_CUSTOM_PASSWORD; + cparam->minimum.custom_password = atoi(cminimum); + cparam->maximum.custom_password = atoi(cmaximum); + } + else if (!strcmp(ctype, "points")) + { + cparam->type = PPD_CUSTOM_POINTS; + cparam->minimum.custom_points = (float)_cupsStrScand(cminimum, NULL, loc); + cparam->maximum.custom_points = (float)_cupsStrScand(cmaximum, NULL, loc); + } + else if (!strcmp(ctype, "real")) + { + cparam->type = PPD_CUSTOM_REAL; + cparam->minimum.custom_real = (float)_cupsStrScand(cminimum, NULL, loc); + cparam->maximum.custom_real = (float)_cupsStrScand(cmaximum, NULL, loc); + } + else if (!strcmp(ctype, "string")) + { + cparam->type = PPD_CUSTOM_STRING; + cparam->minimum.custom_string = atoi(cminimum); + cparam->maximum.custom_string = atoi(cmaximum); + } + else + { + cg->ppd_status = PPD_BAD_CUSTOM_PARAM; + + goto error; + } + + /* + * Now special-case for CustomPageSize... + */ + + if (!strcmp(coption->keyword, "PageSize")) + { + if (!strcmp(name, "Width")) + { + ppd->custom_min[0] = cparam->minimum.custom_points; + ppd->custom_max[0] = cparam->maximum.custom_points; + } + else if (!strcmp(name, "Height")) + { + ppd->custom_min[1] = cparam->minimum.custom_points; + ppd->custom_max[1] = cparam->maximum.custom_points; + } + } + } + else if (!strcmp(keyword, "HWMargins")) + { + for (i = 0, sptr = string; i < 4; i ++) + ppd->custom_margins[i] = (float)_cupsStrScand(sptr, &sptr, loc); + } + else if (!strncmp(keyword, "Custom", 6) && !strcmp(name, "True")) + { + DEBUG_puts("Processing Custom option..."); + + /* + * Get the option and custom option... + */ + + if ((option = ppdFindOption(ppd, keyword + 6)) == NULL) + { + ppd_group_t *gtemp; /* Temporary group */ + + + DEBUG_printf(("%s option not found for %s...\n", keyword + 6, keyword)); + + if ((gtemp = ppd_get_group(ppd, "General", _("General"), cg, + encoding)) == NULL) + { + DEBUG_puts("Unable to get general group!"); + + goto error; + } + + if ((option = ppd_get_option(gtemp, keyword + 6)) == NULL) + { + DEBUG_printf(("Unable to get %s option!\n", keyword + 6)); + + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + } + + if (!ppd_get_coption(ppd, keyword + 6)) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + /* + * Add the "custom" option... + */ + + if ((choice = ppd_add_choice(option, "Custom")) == NULL) + { + DEBUG_puts("Unable to add Custom choice!"); + + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + strlcpy(choice->text, text[0] ? text : _("Custom"), + sizeof(choice->text)); + + choice->code = string; + string = NULL; /* Don't add as an attribute below */ + option = NULL; + + /* + * Now process custom page sizes specially... + */ + + if (!strcmp(keyword, "CustomPageSize")) + { + ppd->variable_sizes = 1; + + /* + * Add a "Custom" page size entry... + */ + + ppd_add_size(ppd, "Custom"); + } + } + else if (!strcmp(keyword, "LandscapeOrientation")) + { + if (!strcmp(string, "Minus90")) + ppd->landscape = -90; + else if (!strcmp(string, "Plus90")) + ppd->landscape = 90; + } + else if (!strcmp(keyword, "Emulators")) + { + for (count = 1, sptr = string; sptr != NULL;) + if ((sptr = strchr(sptr, ' ')) != NULL) + { + count ++; + while (*sptr == ' ') + sptr ++; + } + + ppd->num_emulations = count; + ppd->emulations = calloc(count, sizeof(ppd_emul_t)); + + for (i = 0, sptr = string; i < count; i ++) + { + for (nameptr = ppd->emulations[i].name; + *sptr != '\0' && *sptr != ' '; + sptr ++) + if (nameptr < (ppd->emulations[i].name + sizeof(ppd->emulations[i].name) - 1)) + *nameptr++ = *sptr; + + *nameptr = '\0'; + + while (*sptr == ' ') + sptr ++; + } + } + else if (!strncmp(keyword, "StartEmulator_", 14)) + { + ppd_decode(string); + + for (i = 0; i < ppd->num_emulations; i ++) + if (!strcmp(keyword + 14, ppd->emulations[i].name)) + { + ppd->emulations[i].start = string; + string = NULL; + } + } + else if (!strncmp(keyword, "StopEmulator_", 13)) + { + ppd_decode(string); + + for (i = 0; i < ppd->num_emulations; i ++) + if (!strcmp(keyword + 13, ppd->emulations[i].name)) + { + ppd->emulations[i].stop = string; + string = NULL; + } + } + else if (!strcmp(keyword, "JobPatchFile")) + { + if (ppd->patches == NULL) + ppd->patches = strdup(string); + else + { + temp = realloc(ppd->patches, strlen(ppd->patches) + + strlen(string) + 1); + if (temp == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + ppd->patches = temp; + + strcpy(ppd->patches + strlen(ppd->patches), string); + } + } + else if (!strcmp(keyword, "OpenUI")) + { + /* + * Don't allow nesting of options... + */ + + if (option && cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_NESTED_OPEN_UI; + + goto error; + } + + /* + * Add an option record to the current sub-group, group, or file... + */ + + if (name[0] == '*') + _cups_strcpy(name, name + 1); /* Eliminate leading asterisk */ + + for (i = (int)strlen(name) - 1; i > 0 && isspace(name[i] & 255); i --) + name[i] = '\0'; /* Eliminate trailing spaces */ + + DEBUG_printf(("OpenUI of %s in group %s...\n", name, + group ? group->text : "(null)")); + + if (subgroup != NULL) + option = ppd_get_option(subgroup, name); + else if (group == NULL) + { + if ((group = ppd_get_group(ppd, "General", _("General"), cg, + encoding)) == NULL) + goto error; + + DEBUG_printf(("Adding to group %s...\n", group->text)); + option = ppd_get_option(group, name); + group = NULL; + } + else + option = ppd_get_option(group, name); + + if (option == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + /* + * Now fill in the initial information for the option... + */ + + if (string && !strcmp(string, "PickMany")) + option->ui = PPD_UI_PICKMANY; + else if (string && !strcmp(string, "Boolean")) + option->ui = PPD_UI_BOOLEAN; + else if (string && !strcmp(string, "PickOne")) + option->ui = PPD_UI_PICKONE; + else if (cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_BAD_OPEN_UI; + + goto error; + } + else + option->ui = PPD_UI_PICKONE; + + for (j = 0; j < ppd->num_attrs; j ++) + if (!strncmp(ppd->attrs[j]->name, "Default", 7) && + !strcmp(ppd->attrs[j]->name + 7, name) && + ppd->attrs[j]->value) + { + DEBUG_printf(("Setting Default%s to %s via attribute...\n", + option->keyword, ppd->attrs[j]->value)); + strlcpy(option->defchoice, ppd->attrs[j]->value, + sizeof(option->defchoice)); + break; + } + + if (text[0]) + cupsCharsetToUTF8((cups_utf8_t *)option->text, text, + sizeof(option->text), encoding); + else + { + if (!strcmp(name, "PageSize")) + strlcpy(option->text, _("Media Size"), sizeof(option->text)); + else if (!strcmp(name, "MediaType")) + strlcpy(option->text, _("Media Type"), sizeof(option->text)); + else if (!strcmp(name, "InputSlot")) + strlcpy(option->text, _("Media Source"), sizeof(option->text)); + else if (!strcmp(name, "ColorModel")) + strlcpy(option->text, _("Output Mode"), sizeof(option->text)); + else if (!strcmp(name, "Resolution")) + strlcpy(option->text, _("Resolution"), sizeof(option->text)); + else + strlcpy(option->text, name, sizeof(option->text)); + } + + option->section = PPD_ORDER_ANY; + + ppd_free(string); + string = NULL; + } + else if (!strcmp(keyword, "JCLOpenUI")) + { + /* + * Don't allow nesting of options... + */ + + if (option && cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_NESTED_OPEN_UI; + + goto error; + } + + /* + * Find the JCL group, and add if needed... + */ + + group = ppd_get_group(ppd, "JCL", _("JCL"), cg, encoding); + + if (group == NULL) + goto error; + + /* + * Add an option record to the current JCLs... + */ + + if (name[0] == '*') + _cups_strcpy(name, name + 1); + + option = ppd_get_option(group, name); + + if (option == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + /* + * Now fill in the initial information for the option... + */ + + if (string && !strcmp(string, "PickMany")) + option->ui = PPD_UI_PICKMANY; + else if (string && !strcmp(string, "Boolean")) + option->ui = PPD_UI_BOOLEAN; + else if (string && !strcmp(string, "PickOne")) + option->ui = PPD_UI_PICKONE; + else + { + cg->ppd_status = PPD_BAD_OPEN_UI; + + goto error; + } + + for (j = 0; j < ppd->num_attrs; j ++) + if (!strncmp(ppd->attrs[j]->name, "Default", 7) && + !strcmp(ppd->attrs[j]->name + 7, name) && + ppd->attrs[j]->value) + { + DEBUG_printf(("Setting Default%s to %s via attribute...\n", + option->keyword, ppd->attrs[j]->value)); + strlcpy(option->defchoice, ppd->attrs[j]->value, + sizeof(option->defchoice)); + break; + } + + if (text[0]) + cupsCharsetToUTF8((cups_utf8_t *)option->text, text, + sizeof(option->text), encoding); + else + strlcpy(option->text, name, sizeof(option->text)); + + option->section = PPD_ORDER_JCL; + group = NULL; + + ppd_free(string); + string = NULL; + } + else if (!strcmp(keyword, "CloseUI") || !strcmp(keyword, "JCLCloseUI")) + { + option = NULL; + + ppd_free(string); + string = NULL; + } + else if (!strcmp(keyword, "OpenGroup")) + { + /* + * Open a new group... + */ + + if (group != NULL) + { + cg->ppd_status = PPD_NESTED_OPEN_GROUP; + + goto error; + } + + if (!string) + { + cg->ppd_status = PPD_BAD_OPEN_GROUP; + + goto error; + } + + /* + * Separate the group name from the text (name/text)... + */ + + if ((sptr = strchr(string, '/')) != NULL) + *sptr++ = '\0'; + else + sptr = string; + + /* + * Fix up the text... + */ + + ppd_decode(sptr); + + /* + * Find/add the group... + */ + + group = ppd_get_group(ppd, string, sptr, cg, encoding); + + if (group == NULL) + goto error; + + ppd_free(string); + string = NULL; + } + else if (!strcmp(keyword, "CloseGroup")) + { + group = NULL; + + ppd_free(string); + string = NULL; + } + else if (!strcmp(keyword, "OrderDependency") || + !strcmp(keyword, "NonUIOrderDependency")) + { + order = (float)_cupsStrScand(string, &sptr, loc); + + if (!sptr || sscanf(sptr, "%40s%40s", name, keyword) != 2) + { + cg->ppd_status = PPD_BAD_ORDER_DEPENDENCY; + + goto error; + } + + if (keyword[0] == '*') + _cups_strcpy(keyword, keyword + 1); + + if (!strcmp(name, "ExitServer")) + section = PPD_ORDER_EXIT; + else if (!strcmp(name, "Prolog")) + section = PPD_ORDER_PROLOG; + else if (!strcmp(name, "DocumentSetup")) + section = PPD_ORDER_DOCUMENT; + else if (!strcmp(name, "PageSetup")) + section = PPD_ORDER_PAGE; + else if (!strcmp(name, "JCLSetup")) + section = PPD_ORDER_JCL; + else + section = PPD_ORDER_ANY; + + if (option == NULL) + { + ppd_group_t *gtemp; + + + /* + * Only valid for Non-UI options... + */ + + for (i = ppd->num_groups, gtemp = ppd->groups; i > 0; i --, gtemp ++) + if (gtemp->text[0] == '\0') + break; + + if (i > 0) + for (i = 0; i < gtemp->num_options; i ++) + if (!strcmp(keyword, gtemp->options[i].keyword)) + { + gtemp->options[i].section = section; + gtemp->options[i].order = order; + break; + } + } + else + { + option->section = section; + option->order = order; + } + + ppd_free(string); + string = NULL; + } + else if (!strncmp(keyword, "Default", 7)) + { + if (string == NULL) + continue; + + /* + * Drop UI text, if any, from value... + */ + + if (strchr(string, '/') != NULL) + *strchr(string, '/') = '\0'; + + /* + * Assign the default value as appropriate... + */ + + if (!strcmp(keyword, "DefaultColorSpace")) + { + /* + * Set default colorspace... + */ + + if (!strcmp(string, "CMY")) + ppd->colorspace = PPD_CS_CMY; + else if (!strcmp(string, "CMYK")) + ppd->colorspace = PPD_CS_CMYK; + else if (!strcmp(string, "RGB")) + ppd->colorspace = PPD_CS_RGB; + else if (!strcmp(string, "RGBK")) + ppd->colorspace = PPD_CS_RGBK; + else if (!strcmp(string, "N")) + ppd->colorspace = PPD_CS_N; + else + ppd->colorspace = PPD_CS_GRAY; + } + else if (option && !strcmp(keyword + 7, option->keyword)) + { + /* + * Set the default as part of the current option... + */ + + DEBUG_printf(("Setting %s to %s...\n", keyword, string)); + + strlcpy(option->defchoice, string, sizeof(option->defchoice)); + + DEBUG_printf(("%s is now %s...\n", keyword, option->defchoice)); + } + else + { + /* + * Lookup option and set if it has been defined... + */ + + ppd_option_t *toption; /* Temporary option */ + + + if ((toption = ppdFindOption(ppd, keyword + 7)) != NULL) + { + DEBUG_printf(("Setting %s to %s...\n", keyword, string)); + strlcpy(toption->defchoice, string, sizeof(toption->defchoice)); + } + } + } + else if (!strcmp(keyword, "UIConstraints") || + !strcmp(keyword, "NonUIConstraints")) + { + if (ppd->num_consts == 0) + constraint = calloc(1, sizeof(ppd_const_t)); + else + constraint = realloc(ppd->consts, + (ppd->num_consts + 1) * sizeof(ppd_const_t)); + + if (constraint == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + ppd->consts = constraint; + constraint += ppd->num_consts; + ppd->num_consts ++; + + switch (sscanf(string, "%40s%40s%40s%40s", constraint->option1, + constraint->choice1, constraint->option2, + constraint->choice2)) + { + case 0 : /* Error */ + case 1 : /* Error */ + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + + case 2 : /* Two options... */ + /* + * Check for broken constraints like "* Option"... + */ + + if (cg->ppd_conform == PPD_CONFORM_STRICT && + (!strcmp(constraint->option1, "*") || + !strcmp(constraint->choice1, "*"))) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + /* + * The following strcpy's are safe, as optionN and + * choiceN are all the same size (size defined by PPD spec...) + */ + + if (constraint->option1[0] == '*') + _cups_strcpy(constraint->option1, constraint->option1 + 1); + else if (cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + if (constraint->choice1[0] == '*') + _cups_strcpy(constraint->option2, constraint->choice1 + 1); + else if (cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + constraint->choice1[0] = '\0'; + constraint->choice2[0] = '\0'; + break; + + case 3 : /* Two options, one choice... */ + /* + * Check for broken constraints like "* Option"... + */ + + if (cg->ppd_conform == PPD_CONFORM_STRICT && + (!strcmp(constraint->option1, "*") || + !strcmp(constraint->choice1, "*") || + !strcmp(constraint->option2, "*"))) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + /* + * The following _cups_strcpy's are safe, as optionN and + * choiceN are all the same size (size defined by PPD spec...) + */ + + if (constraint->option1[0] == '*') + _cups_strcpy(constraint->option1, constraint->option1 + 1); + else if (cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + if (constraint->choice1[0] == '*') + { + if (cg->ppd_conform == PPD_CONFORM_STRICT && + constraint->option2[0] == '*') + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + _cups_strcpy(constraint->choice2, constraint->option2); + _cups_strcpy(constraint->option2, constraint->choice1 + 1); + constraint->choice1[0] = '\0'; + } + else + { + if (constraint->option2[0] == '*') + _cups_strcpy(constraint->option2, constraint->option2 + 1); + else if (cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + constraint->choice2[0] = '\0'; + } + break; + + case 4 : /* Two options, two choices... */ + /* + * Check for broken constraints like "* Option"... + */ + + if (cg->ppd_conform == PPD_CONFORM_STRICT && + (!strcmp(constraint->option1, "*") || + !strcmp(constraint->choice1, "*") || + !strcmp(constraint->option2, "*") || + !strcmp(constraint->choice2, "*"))) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + if (constraint->option1[0] == '*') + _cups_strcpy(constraint->option1, constraint->option1 + 1); + else if (cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + if (cg->ppd_conform == PPD_CONFORM_STRICT && + constraint->choice1[0] == '*') + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + if (constraint->option2[0] == '*') + _cups_strcpy(constraint->option2, constraint->option2 + 1); + else if (cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + + if (cg->ppd_conform == PPD_CONFORM_STRICT && + constraint->choice2[0] == '*') + { + cg->ppd_status = PPD_BAD_UI_CONSTRAINTS; + goto error; + } + break; + } + + /* + * Handle CustomFoo option constraints... + */ + + if (!strncasecmp(constraint->option1, "Custom", 6) && + !strcasecmp(constraint->choice1, "True")) + { + _cups_strcpy(constraint->option1, constraint->option1 + 6); + strcpy(constraint->choice1, "Custom"); + } + + if (!strncasecmp(constraint->option2, "Custom", 6) && + !strcasecmp(constraint->choice2, "True")) + { + _cups_strcpy(constraint->option2, constraint->option2 + 6); + strcpy(constraint->choice2, "Custom"); + } + + /* + * Don't add this one as an attribute... + */ + + ppd_free(string); + string = NULL; + } + else if (!strcmp(keyword, "PaperDimension")) + { + if ((size = ppdPageSize(ppd, name)) == NULL) + size = ppd_add_size(ppd, name); + + if (size == NULL) + { + /* + * Unable to add or find size! + */ + + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + size->width = (float)_cupsStrScand(string, &sptr, loc); + size->length = (float)_cupsStrScand(sptr, NULL, loc); + + ppd_free(string); + string = NULL; + } + else if (!strcmp(keyword, "ImageableArea")) + { + if ((size = ppdPageSize(ppd, name)) == NULL) + size = ppd_add_size(ppd, name); + + if (size == NULL) + { + /* + * Unable to add or find size! + */ + + cg->ppd_status = PPD_ALLOC_ERROR; + + goto error; + } + + size->left = (float)_cupsStrScand(string, &sptr, loc); + size->bottom = (float)_cupsStrScand(sptr, &sptr, loc); + size->right = (float)_cupsStrScand(sptr, &sptr, loc); + size->top = (float)_cupsStrScand(sptr, NULL, loc); + + ppd_free(string); + string = NULL; + } + else if (option != NULL && + (mask & (PPD_KEYWORD | PPD_OPTION | PPD_STRING)) == + (PPD_KEYWORD | PPD_OPTION | PPD_STRING) && + !strcmp(keyword, option->keyword)) + { + DEBUG_printf(("group = %p, subgroup = %p\n", group, subgroup)); + + if (!strcmp(keyword, "PageSize")) + { + /* + * Add a page size... + */ + + if (ppdPageSize(ppd, name) == NULL) + ppd_add_size(ppd, name); + } + + /* + * Add the option choice... + */ + + choice = ppd_add_choice(option, name); + + if (text[0]) + cupsCharsetToUTF8((cups_utf8_t *)choice->text, text, + sizeof(choice->text), encoding); + else if (!strcmp(name, "True")) + strcpy(choice->text, _("Yes")); + else if (!strcmp(name, "False")) + strcpy(choice->text, _("No")); + else + strlcpy(choice->text, name, sizeof(choice->text)); + + if (option->section == PPD_ORDER_JCL) + ppd_decode(string); /* Decode quoted string */ + + choice->code = string; + string = NULL; /* Don't add as an attribute below */ + } + + /* + * Add remaining lines with keywords and string values as attributes... + */ + + if (string && + (mask & (PPD_KEYWORD | PPD_STRING)) == (PPD_KEYWORD | PPD_STRING)) + ppd_add_attr(ppd, keyword, name, text, string); + else + ppd_free(string); + } + + /* + * Reset language preferences... + */ + + cupsLangFree(language); + +#ifdef DEBUG + if (!feof(fp)) + printf("Premature EOF at %lu...\n", (unsigned long)ftell(fp)); +#endif /* DEBUG */ + + if (cg->ppd_status != PPD_OK) + { + /* + * Had an error reading the PPD file, cannot continue! + */ + + ppdClose(ppd); + + return (NULL); + } + + /* + * Create the sorted options array and set the option back-pointer for + * each choice and custom option... + */ + + ppd->options = cupsArrayNew((cups_array_func_t)ppd_compare_options, NULL); + + for (i = ppd->num_groups, group = ppd->groups; + i > 0; + i --, group ++) + { + for (j = group->num_options, option = group->options; + j > 0; + j --, option ++) + { + ppd_coption_t *coption; /* Custom option */ + + + cupsArrayAdd(ppd->options, option); + + for (k = 0; k < option->num_choices; k ++) + option->choices[k].option = option; + + if ((coption = ppdFindCustomOption(ppd, option->keyword)) != NULL) + coption->option = option; + } + } + + /* + * Return the PPD file structure... + */ + + return (ppd); + + /* + * Common exit point for errors to save code size... + */ + + error: + + ppd_free(string); + + ppdClose(ppd); + + cupsLangFree(language); + + return (NULL); +} + + +/* + * 'ppdOpenFd()' - Read a PPD file into memory. + */ + +ppd_file_t * /* O - PPD file record */ +ppdOpenFd(int fd) /* I - File to read from */ +{ + cups_file_t *fp; /* CUPS file pointer */ + ppd_file_t *ppd; /* PPD file record */ + _cups_globals_t *cg = _cupsGlobals(); + /* Global data */ + + + /* + * Set the line number to 0... + */ + + cg->ppd_line = 0; + + /* + * Range check input... + */ + + if (fd < 0) + { + cg->ppd_status = PPD_NULL_FILE; + + return (NULL); + } + + /* + * Try to open the file and parse it... + */ + + if ((fp = cupsFileOpenFd(fd, "r")) != NULL) + { + ppd = ppdOpen2(fp); + + cupsFileClose(fp); + } + else + { + cg->ppd_status = PPD_FILE_OPEN_ERROR; + ppd = NULL; + } + + return (ppd); +} + + +/* + * 'ppdOpenFile()' - Read a PPD file into memory. + */ + +ppd_file_t * /* O - PPD file record */ +ppdOpenFile(const char *filename) /* I - File to read from */ +{ + cups_file_t *fp; /* File pointer */ + ppd_file_t *ppd; /* PPD file record */ + _cups_globals_t *cg = _cupsGlobals(); + /* Global data */ + + + /* + * Set the line number to 0... + */ + + cg->ppd_line = 0; + + /* + * Range check input... + */ + + if (filename == NULL) + { + cg->ppd_status = PPD_NULL_FILE; + + return (NULL); + } + + /* + * Try to open the file and parse it... + */ + + if ((fp = cupsFileOpen(filename, "r")) != NULL) + { + ppd = ppdOpen2(fp); + + cupsFileClose(fp); + } + else + { + cg->ppd_status = PPD_FILE_OPEN_ERROR; + ppd = NULL; + } + + return (ppd); +} + + +/* + * 'ppdSetConformance()' - Set the conformance level for PPD files. + * + * @since CUPS 1.1.20@ + */ + +void +ppdSetConformance(ppd_conform_t c) /* I - Conformance level */ +{ + _cups_globals_t *cg = _cupsGlobals(); + /* Global data */ + + + cg->ppd_conform = c; +} + + +/* + * 'ppd_add_attr()' - Add an attribute to the PPD data. + */ + +static ppd_attr_t * /* O - New attribute */ +ppd_add_attr(ppd_file_t *ppd, /* I - PPD file data */ + const char *name, /* I - Attribute name */ + const char *spec, /* I - Specifier string, if any */ + const char *text, /* I - Text string, if any */ + const char *value) /* I - Value of attribute */ +{ + ppd_attr_t **ptr, /* New array */ + *temp; /* New attribute */ + + + /* + * Range check input... + */ + + if (ppd == NULL || name == NULL || spec == NULL) + return (NULL); + + /* + * Create the array as needed... + */ + + if (!ppd->sorted_attrs) + ppd->sorted_attrs = cupsArrayNew((cups_array_func_t)ppd_compare_attrs, + NULL); + + /* + * Allocate memory for the new attribute... + */ + + if (ppd->num_attrs == 0) + ptr = malloc(sizeof(ppd_attr_t *)); + else + ptr = realloc(ppd->attrs, (ppd->num_attrs + 1) * sizeof(ppd_attr_t *)); + + if (ptr == NULL) + return (NULL); + + ppd->attrs = ptr; + ptr += ppd->num_attrs; + + if ((temp = calloc(1, sizeof(ppd_attr_t))) == NULL) + return (NULL); + + *ptr = temp; + + ppd->num_attrs ++; + + /* + * Copy data over... + */ + + strlcpy(temp->name, name, sizeof(temp->name)); + strlcpy(temp->spec, spec, sizeof(temp->spec)); + strlcpy(temp->text, text, sizeof(temp->text)); + temp->value = (char *)value; + + /* + * Add the attribute to the sorted array... + */ + + cupsArrayAdd(ppd->sorted_attrs, temp); + + /* + * Return the attribute... + */ + + return (temp); +} + + +/* + * 'ppd_add_choice()' - Add a choice to an option. + */ + +static ppd_choice_t * /* O - Named choice */ +ppd_add_choice(ppd_option_t *option, /* I - Option */ + const char *name) /* I - Name of choice */ +{ + ppd_choice_t *choice; /* Choice */ + + + if (option->num_choices == 0) + choice = malloc(sizeof(ppd_choice_t)); + else + choice = realloc(option->choices, + sizeof(ppd_choice_t) * (option->num_choices + 1)); + + if (choice == NULL) + return (NULL); + + option->choices = choice; + choice += option->num_choices; + option->num_choices ++; + + memset(choice, 0, sizeof(ppd_choice_t)); + strlcpy(choice->choice, name, sizeof(choice->choice)); + + return (choice); +} + + +/* + * 'ppd_add_size()' - Add a page size. + */ + +static ppd_size_t * /* O - Named size */ +ppd_add_size(ppd_file_t *ppd, /* I - PPD file */ + const char *name) /* I - Name of size */ +{ + ppd_size_t *size; /* Size */ + + + if (ppd->num_sizes == 0) + size = malloc(sizeof(ppd_size_t)); + else + size = realloc(ppd->sizes, sizeof(ppd_size_t) * (ppd->num_sizes + 1)); + + if (size == NULL) + return (NULL); + + ppd->sizes = size; + size += ppd->num_sizes; + ppd->num_sizes ++; + + memset(size, 0, sizeof(ppd_size_t)); + strlcpy(size->name, name, sizeof(size->name)); + + return (size); +} + + +/* + * 'ppd_compare_attrs()' - Compare two attributes. + */ + +static int /* O - Result of comparison */ +ppd_compare_attrs(ppd_attr_t *a, /* I - First attribute */ + ppd_attr_t *b) /* I - Second attribute */ +{ + int ret; /* Result of comparison */ + + + if ((ret = strcasecmp(a->name, b->name)) != 0) + return (ret); + else + return (strcasecmp(a->spec, b->spec)); +} + + +/* + * 'ppd_compare_coptions()' - Compare two custom options. + */ + +static int /* O - Result of comparison */ +ppd_compare_coptions(ppd_coption_t *a, /* I - First option */ + ppd_coption_t *b) /* I - Second option */ +{ + return (strcasecmp(a->keyword, b->keyword)); +} + + +/* + * 'ppd_compare_cparams()' - Compare two custom parameters. + */ + +static int /* O - Result of comparison */ +ppd_compare_cparams(ppd_cparam_t *a, /* I - First parameter */ + ppd_cparam_t *b) /* I - Second parameter */ +{ + return (strcasecmp(a->name, b->name)); +} + + +/* + * 'ppd_compare_options()' - Compare two options. + */ + +static int /* O - Result of comparison */ +ppd_compare_options(ppd_option_t *a, /* I - First option */ + ppd_option_t *b) /* I - Second option */ +{ + return (strcasecmp(a->keyword, b->keyword)); +} + + +/* + * 'ppd_decode()' - Decode a string value... + */ + +static int /* O - Length of decoded string */ +ppd_decode(char *string) /* I - String to decode */ +{ + char *inptr, /* Input pointer */ + *outptr; /* Output pointer */ + + + inptr = string; + outptr = string; + + while (*inptr != '\0') + if (*inptr == '<' && isxdigit(inptr[1] & 255)) + { + /* + * Convert hex to 8-bit values... + */ + + inptr ++; + while (isxdigit(*inptr & 255)) + { + if (isalpha(*inptr)) + *outptr = (tolower(*inptr) - 'a' + 10) << 4; + else + *outptr = (*inptr - '0') << 4; + + inptr ++; + + if (!isxdigit(*inptr & 255)) + break; + + if (isalpha(*inptr)) + *outptr |= tolower(*inptr) - 'a' + 10; + else + *outptr |= *inptr - '0'; + + inptr ++; + outptr ++; + } + + while (*inptr != '>' && *inptr != '\0') + inptr ++; + while (*inptr == '>') + inptr ++; + } + else + *outptr++ = *inptr++; + + *outptr = '\0'; + + return ((int)(outptr - string)); +} + + +/* + * 'ppd_free_group()' - Free a single UI group. + */ + +static void +ppd_free_group(ppd_group_t *group) /* I - Group to free */ +{ + int i; /* Looping var */ + ppd_option_t *option; /* Current option */ + ppd_group_t *subgroup; /* Current sub-group */ + + + if (group->num_options > 0) + { + for (i = group->num_options, option = group->options; + i > 0; + i --, option ++) + ppd_free_option(option); + + ppd_free(group->options); + } + + if (group->num_subgroups > 0) + { + for (i = group->num_subgroups, subgroup = group->subgroups; + i > 0; + i --, subgroup ++) + ppd_free_group(subgroup); + + ppd_free(group->subgroups); + } +} + + +/* + * 'ppd_free_option()' - Free a single option. + */ + +static void +ppd_free_option(ppd_option_t *option) /* I - Option to free */ +{ + int i; /* Looping var */ + ppd_choice_t *choice; /* Current choice */ + + + if (option->num_choices > 0) + { + for (i = option->num_choices, choice = option->choices; + i > 0; + i --, choice ++) + { + ppd_free(choice->code); + } + + ppd_free(option->choices); + } +} + + +/* + * 'ppd_get_coption()' - Get a custom option record. + */ + +static ppd_coption_t * /* O - Custom option... */ +ppd_get_coption(ppd_file_t *ppd, /* I - PPD file */ + const char *name) /* I - Name of option */ +{ + ppd_coption_t *copt; /* New custom option */ + + + /* + * See if the option already exists... + */ + + if ((copt = ppdFindCustomOption(ppd, name)) != NULL) + return (copt); + + /* + * Not found, so create the custom option record... + */ + + if ((copt = calloc(1, sizeof(ppd_coption_t))) == NULL) + return (NULL); + + strlcpy(copt->keyword, name, sizeof(copt->keyword)); + + copt->params = cupsArrayNew((cups_array_func_t)ppd_compare_cparams, NULL); + + cupsArrayAdd(ppd->coptions, copt); + + /* + * Return the new record... + */ + + return (copt); +} + + +/* + * 'ppd_get_cparam()' - Get a custom parameter record. + */ + +static ppd_cparam_t * /* O - Extended option... */ +ppd_get_cparam(ppd_coption_t *opt, /* I - PPD file */ + const char *param, /* I - Name of parameter */ + const char *text) /* I - Human-readable text */ +{ + ppd_cparam_t *cparam; /* New custom parameter */ + + + /* + * See if the parameter already exists... + */ + + if ((cparam = ppdFindCustomParam(opt, param)) != NULL) + return (cparam); + + /* + * Not found, so create the custom parameter record... + */ + + if ((cparam = calloc(1, sizeof(ppd_cparam_t))) == NULL) + return (NULL); + + strlcpy(cparam->name, param, sizeof(cparam->name)); + strlcpy(cparam->text, text[0] ? text : param, sizeof(cparam->text)); + + /* + * Add this record to the array... + */ + + cupsArrayAdd(opt->params, cparam); + + /* + * Return the new record... + */ + + return (cparam); +} + + +/* + * 'ppd_get_group()' - Find or create the named group as needed. + */ + +static ppd_group_t * /* O - Named group */ +ppd_get_group(ppd_file_t *ppd, /* I - PPD file */ + const char *name, /* I - Name of group */ + const char *text, /* I - Text for group */ + _cups_globals_t *cg, /* I - Global data */ + cups_encoding_t encoding) /* I - Encoding of text */ +{ + int i; /* Looping var */ + ppd_group_t *group; /* Group */ + + + DEBUG_printf(("ppd_get_group(ppd=%p, name=\"%s\", text=\"%s\", cg=%p)\n", + ppd, name, text, cg)); + + for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) + if (!strcmp(group->name, name)) + break; + + if (i == 0) + { + DEBUG_printf(("Adding group %s...\n", name)); + + if (cg->ppd_conform == PPD_CONFORM_STRICT && strlen(text) >= sizeof(group->text)) + { + cg->ppd_status = PPD_ILLEGAL_TRANSLATION; + + return (NULL); + } + + if (ppd->num_groups == 0) + group = malloc(sizeof(ppd_group_t)); + else + group = realloc(ppd->groups, + (ppd->num_groups + 1) * sizeof(ppd_group_t)); + + if (group == NULL) + { + cg->ppd_status = PPD_ALLOC_ERROR; + + return (NULL); + } + + ppd->groups = group; + group += ppd->num_groups; + ppd->num_groups ++; + + memset(group, 0, sizeof(ppd_group_t)); + strlcpy(group->name, name, sizeof(group->name)); + + cupsCharsetToUTF8((cups_utf8_t *)group->text, text, + sizeof(group->text), encoding); + } + + return (group); +} + + +/* + * 'ppd_get_option()' - Find or create the named option as needed. + */ + +static ppd_option_t * /* O - Named option */ +ppd_get_option(ppd_group_t *group, /* I - Group */ + const char *name) /* I - Name of option */ +{ + int i; /* Looping var */ + ppd_option_t *option; /* Option */ + + + DEBUG_printf(("ppd_get_option(group=%p(\"%s\"), name=\"%s\")\n", + group, group->name, name)); + + for (i = group->num_options, option = group->options; i > 0; i --, option ++) + if (!strcmp(option->keyword, name)) + break; + + if (i == 0) + { + if (group->num_options == 0) + option = malloc(sizeof(ppd_option_t)); + else + option = realloc(group->options, + (group->num_options + 1) * sizeof(ppd_option_t)); + + if (option == NULL) + return (NULL); + + group->options = option; + option += group->num_options; + group->num_options ++; + + memset(option, 0, sizeof(ppd_option_t)); + strlcpy(option->keyword, name, sizeof(option->keyword)); + } + + return (option); +} + + +/* + * 'ppd_read()' - Read a line from a PPD file, skipping comment lines as + * necessary. + */ + +static int /* O - Bitmask of fields read */ +ppd_read(cups_file_t *fp, /* I - File to read from */ + char *keyword, /* O - Keyword from line */ + char *option, /* O - Option from line */ + char *text, /* O - Human-readable text from line */ + char **string, /* O - Code/string data */ + int ignoreblank, /* I - Ignore blank lines? */ + _cups_globals_t *cg) /* I - Global data */ +{ + int ch, /* Character from file */ + col, /* Column in line */ + colon, /* Colon seen? */ + endquote, /* Waiting for an end quote */ + mask, /* Mask to be returned */ + startline, /* Start line */ + textlen; /* Length of text */ + char *keyptr, /* Keyword pointer */ + *optptr, /* Option pointer */ + *textptr, /* Text pointer */ + *strptr, /* Pointer into string */ + *lineptr, /* Current position in line buffer */ + *line; /* Line buffer */ + int linesize; /* Current size of line buffer */ + + /* + * Range check everything... + */ + + if (!fp || !keyword || !option || !text || !string) + return (0); + + /* + * Now loop until we have a valid line... + */ + + *string = NULL; + col = 0; + startline = cg->ppd_line + 1; + linesize = 1024; + line = malloc(linesize); + + if (!line) + return (0); + + do + { + /* + * Read the line... + */ + + lineptr = line; + endquote = 0; + colon = 0; + + while ((ch = cupsFileGetChar(fp)) != EOF) + { + if (lineptr >= (line + linesize - 1)) + { + /* + * Expand the line buffer... + */ + + char *temp; /* Temporary line pointer */ + + + linesize += 1024; + if (linesize > 262144) + { + /* + * Don't allow lines longer than 256k! + */ + + cg->ppd_line = startline; + cg->ppd_status = PPD_LINE_TOO_LONG; + + free(line); + + return (0); + } + + temp = realloc(line, linesize); + if (!temp) + { + cg->ppd_line = startline; + cg->ppd_status = PPD_LINE_TOO_LONG; + + free(line); + + return (0); + } + + lineptr = temp + (lineptr - line); + line = temp; + } + + if (ch == '\r' || ch == '\n') + { + /* + * Line feed or carriage return... + */ + + cg->ppd_line ++; + col = 0; + + if (ch == '\r') + { + /* + * Check for a trailing line feed... + */ + + if ((ch = cupsFilePeekChar(fp)) == EOF) + { + ch = '\n'; + break; + } + + if (ch == 0x0a) + cupsFileGetChar(fp); + } + + if (lineptr == line && ignoreblank) + continue; /* Skip blank lines */ + + ch = '\n'; + + if (!endquote) /* Continue for multi-line text */ + break; + + *lineptr++ = '\n'; + } + else if (ch < ' ' && ch != '\t' && cg->ppd_conform == PPD_CONFORM_STRICT) + { + /* + * Other control characters... + */ + + cg->ppd_line = startline; + cg->ppd_status = PPD_ILLEGAL_CHARACTER; + + free(line); + + return (0); + } + else if (ch != 0x1a) + { + /* + * Any other character... + */ + + *lineptr++ = ch; + col ++; + + if (col > (PPD_MAX_LINE - 1)) + { + /* + * Line is too long... + */ + + cg->ppd_line = startline; + cg->ppd_status = PPD_LINE_TOO_LONG; + + free(line); + + return (0); + } + + if (ch == ':' && strncmp(line, "*%", 2) != 0) + colon = 1; + + if (ch == '\"' && colon) + endquote = !endquote; + } + } + + if (endquote) + { + /* + * Didn't finish this quoted string... + */ + + while ((ch = cupsFileGetChar(fp)) != EOF) + if (ch == '\"') + break; + else if (ch == '\r' || ch == '\n') + { + cg->ppd_line ++; + col = 0; + + if (ch == '\r') + { + /* + * Check for a trailing line feed... + */ + + if ((ch = cupsFilePeekChar(fp)) == EOF) + break; + if (ch == 0x0a) + cupsFileGetChar(fp); + } + + ch = '\n'; + } + else if (ch < ' ' && ch != '\t' && cg->ppd_conform == PPD_CONFORM_STRICT) + { + /* + * Other control characters... + */ + + cg->ppd_line = startline; + cg->ppd_status = PPD_ILLEGAL_CHARACTER; + + free(line); + + return (0); + } + else if (ch != 0x1a) + { + col ++; + + if (col > (PPD_MAX_LINE - 1)) + { + /* + * Line is too long... + */ + + cg->ppd_line = startline; + cg->ppd_status = PPD_LINE_TOO_LONG; + + free(line); + + return (0); + } + } + } + + if (ch != '\n') + { + /* + * Didn't finish this line... + */ + + while ((ch = cupsFileGetChar(fp)) != EOF) + if (ch == '\r' || ch == '\n') + { + /* + * Line feed or carriage return... + */ + + cg->ppd_line ++; + col = 0; + + if (ch == '\r') + { + /* + * Check for a trailing line feed... + */ + + if ((ch = cupsFilePeekChar(fp)) == EOF) + break; + if (ch == 0x0a) + cupsFileGetChar(fp); + } + + break; + } + else if (ch < ' ' && ch != '\t' && cg->ppd_conform == PPD_CONFORM_STRICT) + { + /* + * Other control characters... + */ + + cg->ppd_line = startline; + cg->ppd_status = PPD_ILLEGAL_CHARACTER; + + free(line); + + return (0); + } + else if (ch != 0x1a) + { + col ++; + + if (col > (PPD_MAX_LINE - 1)) + { + /* + * Line is too long... + */ + + cg->ppd_line = startline; + cg->ppd_status = PPD_LINE_TOO_LONG; + + free(line); + + return (0); + } + } + } + + if (lineptr > line && lineptr[-1] == '\n') + lineptr --; + + *lineptr = '\0'; + + DEBUG_printf(("LINE = \"%s\"\n", line)); + + /* + * The dynamically created PPDs for older style Mac OS X + * drivers include a large blob of data inserted as comments + * at the end of the file. As an optimization we can stop + * reading the PPD when we get to the start of this data. + */ + + if (!strcmp(line, "*%APLWORKSET START")) + { + free(line); + return (0); + } + + if (ch == EOF && lineptr == line) + { + free(line); + return (0); + } + + /* + * Now parse it... + */ + + mask = 0; + lineptr = line + 1; + + keyword[0] = '\0'; + option[0] = '\0'; + text[0] = '\0'; + *string = NULL; + + if ((!line[0] || /* Blank line */ + !strncmp(line, "*%", 2) || /* Comment line */ + !strcmp(line, "*End")) && /* End of multi-line string */ + ignoreblank) /* Ignore these? */ + { + startline = cg->ppd_line + 1; + continue; + } + + if (!strcmp(line, "*")) /* (Bad) comment line */ + { + if (cg->ppd_conform == PPD_CONFORM_RELAXED) + { + startline = cg->ppd_line + 1; + continue; + } + else + { + cg->ppd_line = startline; + cg->ppd_status = PPD_ILLEGAL_MAIN_KEYWORD; + + free(line); + return (0); + } + } + + if (line[0] != '*') /* All lines start with an asterisk */ + { + /* + * Allow lines consisting of just whitespace... + */ + + for (lineptr = line; *lineptr; lineptr ++) + if (!isspace(*lineptr & 255)) + break; + + if (*lineptr) + { + cg->ppd_status = PPD_MISSING_ASTERISK; + free(line); + return (0); + } + else if (ignoreblank) + continue; + else + { + free(line); + return (0); + } + } + + /* + * Get a keyword... + */ + + keyptr = keyword; + + while (*lineptr != '\0' && *lineptr != ':' && !isspace(*lineptr & 255)) + { + if (*lineptr <= ' ' || *lineptr > 126 || *lineptr == '/' || + (keyptr - keyword) >= (PPD_MAX_NAME - 1)) + { + cg->ppd_status = PPD_ILLEGAL_MAIN_KEYWORD; + free(line); + return (0); + } + + *keyptr++ = *lineptr++; + } + + *keyptr = '\0'; + + if (!strcmp(keyword, "End")) + continue; + + mask |= PPD_KEYWORD; + +/* DEBUG_printf(("keyword = \"%s\", lineptr = \"%s\"\n", keyword, lineptr));*/ + + if (isspace(*lineptr & 255)) + { + /* + * Get an option name... + */ + + while (isspace(*lineptr & 255)) + lineptr ++; + + optptr = option; + + while (*lineptr != '\0' && !isspace(*lineptr & 255) && *lineptr != ':' && + *lineptr != '/') + { + if (*lineptr <= ' ' || *lineptr > 126 || + (optptr - option) >= (PPD_MAX_NAME - 1)) + { + cg->ppd_status = PPD_ILLEGAL_OPTION_KEYWORD; + free(line); + return (0); + } + + *optptr++ = *lineptr++; + } + + *optptr = '\0'; + + if (isspace(*lineptr & 255) && cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_ILLEGAL_WHITESPACE; + free(line); + return (0); + } + + while (isspace(*lineptr & 255)) + lineptr ++; + + mask |= PPD_OPTION; + +/* DEBUG_printf(("option = \"%s\", lineptr = \"%s\"\n", option, lineptr));*/ + + if (*lineptr == '/') + { + /* + * Get human-readable text... + */ + + lineptr ++; + + textptr = text; + + while (*lineptr != '\0' && *lineptr != '\n' && *lineptr != ':') + { + if (((unsigned char)*lineptr < ' ' && *lineptr != '\t') || + (textptr - text) >= (PPD_MAX_LINE - 1)) + { + cg->ppd_status = PPD_ILLEGAL_TRANSLATION; + free(line); + return (0); + } + + *textptr++ = *lineptr++; + } + + *textptr = '\0'; + textlen = ppd_decode(text); + + if (textlen > PPD_MAX_TEXT && cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_ILLEGAL_TRANSLATION; + free(line); + return (0); + } + + mask |= PPD_TEXT; + } + +/* DEBUG_printf(("text = \"%s\", lineptr = \"%s\"\n", text, lineptr));*/ + } + + if (isspace(*lineptr & 255) && cg->ppd_conform == PPD_CONFORM_STRICT) + { + cg->ppd_status = PPD_ILLEGAL_WHITESPACE; + free(line); + return (0); + } + + while (isspace(*lineptr & 255)) + lineptr ++; + + if (*lineptr == ':') + { + /* + * Get string after triming leading and trailing whitespace... + */ + + lineptr ++; + while (isspace(*lineptr & 255)) + lineptr ++; + + strptr = lineptr + strlen(lineptr) - 1; + while (strptr >= lineptr && isspace(*strptr & 255)) + *strptr-- = '\0'; + + if (*strptr == '\"') + { + /* + * Quoted string by itself... + */ + + *string = malloc(strlen(lineptr) + 1); + + strptr = *string; + + for (; *lineptr != '\0'; lineptr ++) + if (*lineptr != '\"') + *strptr++ = *lineptr; + + *strptr = '\0'; + } + else + *string = strdup(lineptr); + +/* DEBUG_printf(("string = \"%s\", lineptr = \"%s\"\n", *string, lineptr));*/ + + mask |= PPD_STRING; + } + } + while (mask == 0); + + free(line); + + return (mask); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/ppd.h b/cups/ppd.h new file mode 100644 index 0000000000..d24db5afd4 --- /dev/null +++ b/cups/ppd.h @@ -0,0 +1,409 @@ +/* + * "$Id$" + * + * PostScript Printer Description definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This code and any derivative of it may be used and distributed + * freely under the terms of the GNU General Public License when + * used with GNU Ghostscript or its derivatives. Use of the code + * (or any derivative of it) with software other than GNU + * GhostScript (or its derivatives) is governed by the CUPS license + * agreement. + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_PPD_H_ +# define _CUPS_PPD_H_ + +/* + * Include necessary headers... + */ + +# include +# include "array.h" +# include "file.h" + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * PPD version... + */ + +# define PPD_VERSION 4.3 /* Kept in sync with Adobe version number */ + + +/* + * PPD size limits (defined in Adobe spec) + */ + +# define PPD_MAX_NAME 41 /* Maximum size of name + 1 for nul */ +# define PPD_MAX_TEXT 81 /* Maximum size of text + 1 for nul */ +# define PPD_MAX_LINE 256 /* Maximum size of line + 1 for nul */ + + +/* + * Types and structures... + */ + +typedef enum ppd_ui_e /**** UI Types ****/ +{ + PPD_UI_BOOLEAN, /* True or False option */ + PPD_UI_PICKONE, /* Pick one from a list */ + PPD_UI_PICKMANY /* Pick zero or more from a list */ +} ppd_ui_t; + +typedef enum ppd_section_e /**** Order dependency sections ****/ +{ + PPD_ORDER_ANY, /* Option code can be anywhere in the file */ + PPD_ORDER_DOCUMENT, /* ... must be in the DocumentSetup section */ + PPD_ORDER_EXIT, /* ... must be sent prior to the document */ + PPD_ORDER_JCL, /* ... must be sent as a JCL command */ + PPD_ORDER_PAGE, /* ... must be in the PageSetup section */ + PPD_ORDER_PROLOG /* ... must be in the Prolog section */ +} ppd_section_t; + +typedef enum ppd_cs_e /**** Colorspaces ****/ +{ + PPD_CS_CMYK = -4, /* CMYK colorspace */ + PPD_CS_CMY, /* CMY colorspace */ + PPD_CS_GRAY = 1, /* Grayscale colorspace */ + PPD_CS_RGB = 3, /* RGB colorspace */ + PPD_CS_RGBK, /* RGBK (K = gray) colorspace */ + PPD_CS_N /* DeviceN colorspace */ +} ppd_cs_t; + +typedef enum ppd_status_e /**** Status Codes @since CUPS 1.1.19@ ****/ +{ + PPD_OK = 0, /* OK */ + PPD_FILE_OPEN_ERROR, /* Unable to open PPD file */ + PPD_NULL_FILE, /* NULL PPD file pointer */ + PPD_ALLOC_ERROR, /* Memory allocation error */ + PPD_MISSING_PPDADOBE4, /* Missing PPD-Adobe-4.x header */ + PPD_MISSING_VALUE, /* Missing value string */ + PPD_INTERNAL_ERROR, /* Internal error */ + PPD_BAD_OPEN_GROUP, /* Bad OpenGroup */ + PPD_NESTED_OPEN_GROUP, /* OpenGroup without a CloseGroup first */ + PPD_BAD_OPEN_UI, /* Bad OpenUI/JCLOpenUI */ + PPD_NESTED_OPEN_UI, /* OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first */ + PPD_BAD_ORDER_DEPENDENCY, /* Bad OrderDependency */ + PPD_BAD_UI_CONSTRAINTS, /* Bad UIConstraints */ + PPD_MISSING_ASTERISK, /* Missing asterisk in column 0 */ + PPD_LINE_TOO_LONG, /* Line longer than 255 chars */ + PPD_ILLEGAL_CHARACTER, /* Illegal control character */ + PPD_ILLEGAL_MAIN_KEYWORD, /* Illegal main keyword string */ + PPD_ILLEGAL_OPTION_KEYWORD, /* Illegal option keyword string */ + PPD_ILLEGAL_TRANSLATION, /* Illegal translation string */ + PPD_ILLEGAL_WHITESPACE, /* Illegal whitespace character */ + PPD_BAD_CUSTOM_PARAM /* Bad custom parameter */ +} ppd_status_t; + +typedef enum ppd_conform_e /**** Conformance Levels @since CUPS 1.1.19@ ****/ +{ + PPD_CONFORM_RELAXED, /* Relax whitespace and control char */ + PPD_CONFORM_STRICT /* Require strict conformance */ +} ppd_conform_t; + +typedef struct ppd_attr_s /**** PPD Attribute Structure @since CUPS 1.1.19@ ****/ +{ + char name[PPD_MAX_NAME]; /* Name of attribute (cupsXYZ) */ + char spec[PPD_MAX_NAME]; /* Specifier string, if any */ + char text[PPD_MAX_TEXT]; /* Human-readable text, if any */ + char *value; /* Value string */ +} ppd_attr_t; + +typedef struct ppd_option_s ppd_option_t; + /**** Options ****/ + +typedef struct ppd_choice_s /**** Option choices ****/ +{ + char marked; /* 0 if not selected, 1 otherwise */ + char choice[PPD_MAX_NAME]; /* Computer-readable option name */ + char text[PPD_MAX_TEXT]; /* Human-readable option name */ + char *code; /* Code to send for this option */ + ppd_option_t *option; /* Pointer to parent option structure */ +} ppd_choice_t; + +struct ppd_option_s /**** Options ****/ +{ + char conflicted; /* 0 if no conflicts exist, 1 otherwise */ + char keyword[PPD_MAX_NAME]; /* Option keyword name ("PageSize", etc.) */ + char defchoice[PPD_MAX_NAME];/* Default option choice */ + char text[PPD_MAX_TEXT]; /* Human-readable text */ + ppd_ui_t ui; /* Type of UI option */ + ppd_section_t section; /* Section for command */ + float order; /* Order number */ + int num_choices; /* Number of option choices */ + ppd_choice_t *choices; /* Option choices */ +}; + +typedef struct ppd_group_s /**** Groups ****/ +{ + /**** Group text strings are limited to 39 chars + nul in order to + **** preserve binary compatibility and allow applications to get + **** the group's keyword name. + ****/ + char text[PPD_MAX_TEXT - PPD_MAX_NAME]; + /* Human-readable group name */ + char name[PPD_MAX_NAME]; /* Group name @since CUPS 1.1.18@ */ + int num_options; /* Number of options */ + ppd_option_t *options; /* Options */ + int num_subgroups; /* Number of sub-groups */ + struct ppd_group_s *subgroups; /* Sub-groups (max depth = 1) */ +} ppd_group_t; + +typedef struct /**** Constraints ****/ +{ + char option1[PPD_MAX_NAME]; /* First keyword */ + char choice1[PPD_MAX_NAME]; /* First option/choice (blank for all) */ + char option2[PPD_MAX_NAME]; /* Second keyword */ + char choice2[PPD_MAX_NAME]; /* Second option/choice (blank for all) */ +} ppd_const_t; + +typedef struct ppd_size_s /**** Page Sizes ****/ +{ + int marked; /* Page size selected? */ + char name[PPD_MAX_NAME]; /* Media size option */ + float width; /* Width of media in points */ + float length; /* Length of media in points */ + float left; /* Left printable margin in points */ + float bottom; /* Bottom printable margin in points */ + float right; /* Right printable margin in points */ + float top; /* Top printable margin in points */ +} ppd_size_t; + +typedef struct ppd_emul_s /**** Emulators ****/ +{ + char name[PPD_MAX_NAME]; /* Emulator name */ + char *start; /* Code to switch to this emulation */ + char *stop; /* Code to stop this emulation */ +} ppd_emul_t; + +typedef struct ppd_profile_s /**** sRGB Color Profiles ****/ +{ + char resolution[PPD_MAX_NAME]; + /* Resolution or "-" */ + char media_type[PPD_MAX_NAME]; + /* Media type or "-" */ + float density; /* Ink density to use */ + float gamma; /* Gamma correction to use */ + float matrix[3][3]; /* Transform matrix */ +} ppd_profile_t; + +/**** New in CUPS 1.2 ****/ +typedef enum ppd_cptype_e /**** Custom Parameter Type @since CUPS 1.2@ ****/ +{ + PPD_CUSTOM_CURVE, /* Curve value for f(x) = x^value */ + PPD_CUSTOM_INT, /* Integer number value */ + PPD_CUSTOM_INVCURVE, /* Curve value for f(x) = x^(1/value) */ + PPD_CUSTOM_PASSCODE, /* String of (hidden) numbers */ + PPD_CUSTOM_PASSWORD, /* String of (hidden) characters */ + PPD_CUSTOM_POINTS, /* Measurement value in points */ + PPD_CUSTOM_REAL, /* Real number value */ + PPD_CUSTOM_STRING /* String of characters */ +} ppd_cptype_t; + +typedef union ppd_cplimit_u /**** Custom Parameter Limit @since CUPS 1.2@ ****/ +{ + float custom_curve; /* Gamma value */ + int custom_int; /* Integer value */ + float custom_invcurve; /* Gamma value */ + int custom_passcode; /* Passcode length */ + int custom_password; /* Password length */ + float custom_points; /* Measurement value */ + float custom_real; /* Real value */ + int custom_string; /* String length */ +} ppd_cplimit_t; + +typedef union ppd_cpvalue_u /**** Custom Parameter Value @since CUPS 1.2@ ****/ +{ + float custom_curve; /* Gamma value */ + int custom_int; /* Integer value */ + float custom_invcurve; /* Gamma value */ + char *custom_passcode; /* Passcode value */ + char *custom_password; /* Password value */ + float custom_points; /* Measurement value */ + float custom_real; /* Real value */ + char *custom_string; /* String value */ +} ppd_cpvalue_t; + +typedef struct ppd_cparam_s /**** Custom Parameter @since CUPS 1.2@ ****/ +{ + char name[PPD_MAX_NAME]; /* Parameter name */ + char text[PPD_MAX_TEXT]; /* Human-readable text */ + int order; /* Order (0 to N) */ + ppd_cptype_t type; /* Parameter type */ + ppd_cplimit_t minimum, /* Minimum value */ + maximum; /* Maximum value */ + ppd_cpvalue_t current; /* Current value */ +} ppd_cparam_t; + +typedef struct ppd_coption_s /**** Custom Option @since CUPS 1.2@ ****/ +{ + char keyword[PPD_MAX_NAME]; /* Name of option that is being extended... */ + ppd_option_t *option; /* Option that is being extended... */ + int marked; /* Extended option is marked */ + cups_array_t *params; /* Parameters */ +} ppd_coption_t; + +typedef struct ppd_file_s /**** PPD File ****/ +{ + int language_level; /* Language level of device */ + int color_device; /* 1 = color device, 0 = grayscale */ + int variable_sizes; /* 1 = supports variable sizes, 0 = doesn't */ + int accurate_screens; /* 1 = supports accurate screens, 0 = not */ + int contone_only; /* 1 = continuous tone only, 0 = not */ + int landscape; /* -90 or 90 */ + int model_number; /* Device-specific model number */ + int manual_copies; /* 1 = Copies done manually, 0 = hardware */ + int throughput; /* Pages per minute */ + ppd_cs_t colorspace; /* Default colorspace */ + char *patches; /* Patch commands to be sent to printer */ + int num_emulations; /* Number of emulations supported */ + ppd_emul_t *emulations; /* Emulations and the code to invoke them */ + char *jcl_begin; /* Start JCL commands */ + char *jcl_ps; /* Enter PostScript interpreter */ + char *jcl_end; /* End JCL commands */ + char *lang_encoding; /* Language encoding */ + char *lang_version; /* Language version (English, Spanish, etc.) */ + char *modelname; /* Model name (general) */ + char *ttrasterizer; /* Truetype rasterizer */ + char *manufacturer; /* Manufacturer name */ + char *product; /* Product name (from PS RIP/interpreter) */ + char *nickname; /* Nickname (specific) */ + char *shortnickname; /* Short version of nickname */ + int num_groups; /* Number of UI groups */ + ppd_group_t *groups; /* UI groups */ + int num_sizes; /* Number of page sizes */ + ppd_size_t *sizes; /* Page sizes */ + float custom_min[2]; /* Minimum variable page size */ + float custom_max[2]; /* Maximum variable page size */ + float custom_margins[4]; /* Margins around page */ + int num_consts; /* Number of UI/Non-UI constraints */ + ppd_const_t *consts; /* UI/Non-UI constraints */ + int num_fonts; /* Number of pre-loaded fonts */ + char **fonts; /* Pre-loaded fonts */ + int num_profiles; /* Number of sRGB color profiles */ + ppd_profile_t *profiles; /* sRGB color profiles */ + int num_filters; /* Number of filters */ + char **filters; /* Filter strings... */ + + /**** New in CUPS 1.1 ****/ + int flip_duplex; /* 1 = Flip page for back sides @since CUPS 1.1@ */ + + /**** New in CUPS 1.1.19 ****/ + char *protocols; /* Protocols (BCP, TBCP) string @since CUPS 1.1.19@ */ + char *pcfilename; /* PCFileName string @since CUPS 1.1.19@ */ + int num_attrs; /* Number of attributes @since CUPS 1.1.19@ @private@ */ + int cur_attr; /* Current attribute @since CUPS 1.1.19@ @private@ */ + ppd_attr_t **attrs; /* Attributes @since CUPS 1.1.19@ @private@ */ + + /**** New in CUPS 1.2 ****/ + cups_array_t *sorted_attrs; /* Attribute lookup array @since CUPS 1.2@ @private@ */ + cups_array_t *options; /* Option lookup array @since CUPS 1.2@ @private@ */ + cups_array_t *coptions; /* Custom options array @since CUPS 1.2@ @private@ */ +} ppd_file_t; + + +/* + * Prototypes... + */ + +extern void ppdClose(ppd_file_t *ppd); +extern int ppdCollect(ppd_file_t *ppd, ppd_section_t section, + ppd_choice_t ***choices); +extern int ppdConflicts(ppd_file_t *ppd); +extern int ppdEmit(ppd_file_t *ppd, FILE *fp, + ppd_section_t section); +extern int ppdEmitFd(ppd_file_t *ppd, int fd, + ppd_section_t section); +extern int ppdEmitJCL(ppd_file_t *ppd, FILE *fp, int job_id, + const char *user, const char *title); +extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option); +extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, const char *keyword); +extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword); +extern int ppdIsMarked(ppd_file_t *ppd, const char *keyword, + const char *option); +extern void ppdMarkDefaults(ppd_file_t *ppd); +extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, + const char *option); +extern ppd_file_t *ppdOpen(FILE *fp); +extern ppd_file_t *ppdOpenFd(int fd); +extern ppd_file_t *ppdOpenFile(const char *filename); +extern float ppdPageLength(ppd_file_t *ppd, const char *name); +extern ppd_size_t *ppdPageSize(ppd_file_t *ppd, const char *name); +extern float ppdPageWidth(ppd_file_t *ppd, const char *name); + +/**** New in CUPS 1.1.19 ****/ +extern const char *ppdErrorString(ppd_status_t status); +extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, + const char *spec); +extern ppd_attr_t *ppdFindNextAttr(ppd_file_t *ppd, const char *name, + const char *spec); +extern ppd_status_t ppdLastError(int *line); + +/**** New in CUPS 1.1.20 ****/ +extern void ppdSetConformance(ppd_conform_t c); + +/**** New in CUPS 1.2 ****/ +extern int ppdCollect2(ppd_file_t *ppd, ppd_section_t section, + float min_order, ppd_choice_t ***choices); +extern int ppdEmitAfterOrder(ppd_file_t *ppd, FILE *fp, + ppd_section_t section, int limit, + float min_order); +extern int ppdEmitJCLEnd(ppd_file_t *ppd, FILE *fp); +extern char *ppdEmitString(ppd_file_t *ppd, ppd_section_t section, + float min_order); +extern ppd_coption_t *ppdFindCustomOption(ppd_file_t *ppd, + const char *keyword); +extern ppd_cparam_t *ppdFindCustomParam(ppd_coption_t *opt, + const char *name); +extern ppd_cparam_t *ppdFirstCustomParam(ppd_coption_t *opt); +extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd); +extern ppd_cparam_t *ppdNextCustomParam(ppd_coption_t *opt); +extern ppd_option_t *ppdNextOption(ppd_file_t *ppd); +extern int ppdLocalize(ppd_file_t *ppd); +extern ppd_file_t *ppdOpen2(cups_file_t *fp); + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_PPD_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/request.c b/cups/request.c new file mode 100644 index 0000000000..982e4b62b0 --- /dev/null +++ b/cups/request.c @@ -0,0 +1,483 @@ +/* + * "$Id$" + * + * IPP utilities for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsDoFileRequest() - Do an IPP request with a file. + * cupsDoRequest() - Do an IPP request. + * _cupsSetError() - Set the last IPP status code and status-message. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include +#include +#include +#include +#if defined(WIN32) || defined(__EMX__) +# include +#else +# include +#endif /* WIN32 || __EMX__ */ + + +/* + * 'cupsDoFileRequest()' - Do an IPP request with a file. + * + * This function sends the IPP request to the specified server, retrying + * and authenticating as necessary. The request is freed with ippDelete() + * after receiving a valid IPP response. + */ + +ipp_t * /* O - Response data */ +cupsDoFileRequest(http_t *http, /* I - HTTP connection to server */ + ipp_t *request, /* I - IPP request */ + const char *resource, /* I - HTTP resource for POST */ + const char *filename) /* I - File to send or NULL for none */ +{ + ipp_t *response; /* IPP response data */ + size_t length; /* Content-Length value */ + http_status_t status; /* Status of HTTP request */ + int got_status; /* Did we get the status? */ + ipp_state_t state; /* State of IPP processing */ + FILE *file; /* File to send */ + struct stat fileinfo; /* File information */ + int bytes; /* Number of bytes read/written */ + char buffer[32768]; /* Output buffer */ + http_status_t expect; /* Expect: header to use */ + + + DEBUG_printf(("cupsDoFileRequest(%p, %p, \'%s\', \'%s\')\n", + http, request, resource ? resource : "(null)", + filename ? filename : "(null)")); + + if (http == NULL || request == NULL || resource == NULL) + { + if (request != NULL) + ippDelete(request); + + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (NULL); + } + + /* + * See if we have a file to send... + */ + + if (filename != NULL) + { + if (stat(filename, &fileinfo)) + { + /* + * Can't get file information! + */ + + _cupsSetError(errno == ENOENT ? IPP_NOT_FOUND : IPP_NOT_AUTHORIZED, + strerror(errno)); + + ippDelete(request); + + return (NULL); + } + +#ifdef WIN32 + if (fileinfo.st_mode & _S_IFDIR) +#else + if (S_ISDIR(fileinfo.st_mode)) +#endif /* WIN32 */ + { + /* + * Can't send a directory... + */ + + ippDelete(request); + + _cupsSetError(IPP_NOT_POSSIBLE, strerror(EISDIR)); + + return (NULL); + } + + if ((file = fopen(filename, "rb")) == NULL) + { + /* + * Can't open file! + */ + + _cupsSetError(errno == ENOENT ? IPP_NOT_FOUND : IPP_NOT_AUTHORIZED, + strerror(errno)); + + ippDelete(request); + + return (NULL); + } + } + else + file = NULL; + + /* + * Loop until we can send the request without authorization problems. + */ + + response = NULL; + status = HTTP_ERROR; + expect = HTTP_CONTINUE; + + while (response == NULL) + { + DEBUG_puts("cupsDoFileRequest: setup..."); + + /* + * Setup the HTTP variables needed... + */ + + length = ippLength(request); + if (filename) + length += fileinfo.st_size; + + httpClearFields(http); + httpSetLength(http, length); + httpSetField(http, HTTP_FIELD_CONTENT_TYPE, "application/ipp"); + httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring); + httpSetExpect(http, expect); + + DEBUG_printf(("cupsDoFileRequest: authstring=\"%s\"\n", http->authstring)); + + /* + * Try the request... + */ + + DEBUG_puts("cupsDoFileRequest: post..."); + + if (httpPost(http, resource)) + { + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + else + continue; + } + + /* + * Send the IPP data... + */ + + DEBUG_puts("cupsDoFileRequest: ipp write..."); + + request->state = IPP_IDLE; + status = HTTP_CONTINUE; + got_status = 0; + + while ((state = ippWrite(http, request)) != IPP_DATA) + if (state == IPP_ERROR) + break; + else if (httpCheck(http)) + { + got_status = 1; + + if ((status = httpUpdate(http)) != HTTP_CONTINUE) + break; + } + + if (!got_status) + { + /* + * Wait up to 1 second to get the 100-continue response... + */ + + if (httpWait(http, 1000)) + status = httpUpdate(http); + } + else if (httpCheck(http)) + status = httpUpdate(http); + + if (status == HTTP_CONTINUE && state == IPP_DATA && filename) + { + DEBUG_puts("cupsDoFileRequest: file write..."); + + /* + * Send the file... + */ + + rewind(file); + + while ((bytes = (int)fread(buffer, 1, sizeof(buffer), file)) > 0) + { + if (httpCheck(http)) + { + if ((status = httpUpdate(http)) != HTTP_CONTINUE) + break; + } + + if (httpWrite2(http, buffer, bytes) < bytes) + break; + } + } + + /* + * Get the server's return status... + */ + + DEBUG_puts("cupsDoFileRequest: update..."); + + while (status == HTTP_CONTINUE) + status = httpUpdate(http); + + DEBUG_printf(("cupsDoFileRequest: status = %d\n", status)); + + if (status == HTTP_UNAUTHORIZED) + { + DEBUG_puts("cupsDoFileRequest: unauthorized..."); + + /* + * Flush any error message... + */ + + httpFlush(http); + + /* + * See if we can do authentication... + */ + + if (cupsDoAuthentication(http, "POST", resource)) + break; + + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + + continue; + } + else if (status == HTTP_ERROR) + { + DEBUG_printf(("cupsDoFileRequest: http->error=%d (%s)\n", http->error, + strerror(http->error))); + +#ifdef WIN32 + if (http->error != WSAENETDOWN && http->error != WSAENETUNREACH && + http->error != WSAETIMEDOUT) +#else + if (http->error != ENETDOWN && http->error != ENETUNREACH && + http->error != ETIMEDOUT) +#endif /* WIN32 */ + continue; + else + break; + } +#ifdef HAVE_SSL + else if (status == HTTP_UPGRADE_REQUIRED) + { + /* Flush any error message... */ + httpFlush(http); + + /* Reconnect... */ + if (httpReconnect(http)) + { + status = HTTP_ERROR; + break; + } + + /* Upgrade with encryption... */ + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); + + /* Try again, this time with encryption enabled... */ + continue; + } +#endif /* HAVE_SSL */ + else if (status == HTTP_EXPECTATION_FAILED) + { + /* + * Don't try using the Expect: header the next time around... + */ + + expect = (http_status_t)0; + } + else if (status != HTTP_OK) + { + DEBUG_printf(("cupsDoFileRequest: error %d...\n", status)); + + /* + * Flush any error message... + */ + + httpFlush(http); + break; + } + else + { + /* + * Read the response... + */ + + DEBUG_puts("cupsDoFileRequest: response..."); + + response = ippNew(); + + while ((state = ippRead(http, response)) != IPP_DATA) + if (state == IPP_ERROR) + { + /* + * Delete the response... + */ + + DEBUG_puts("IPP read error!"); + ippDelete(response); + response = NULL; + + _cupsSetError(IPP_SERVICE_UNAVAILABLE, strerror(errno)); + + break; + } + } + } + + /* + * Close the file if needed... + */ + + if (filename != NULL) + fclose(file); + + /* + * Flush any remaining data... + */ + + httpFlush(http); + + /* + * Delete the original request and return the response... + */ + + ippDelete(request); + + if (response) + { + ipp_attribute_t *attr; /* status-message attribute */ + + + attr = ippFindAttribute(response, "status-message", IPP_TAG_TEXT); + + _cupsSetError(response->request.status.status_code, + attr ? attr->values[0].string.text : + ippErrorString(response->request.status.status_code)); + } + else if (status != HTTP_OK) + { + switch (status) + { + case HTTP_NOT_FOUND : + _cupsSetError(IPP_NOT_FOUND, httpStatus(status)); + break; + + case HTTP_UNAUTHORIZED : + _cupsSetError(IPP_NOT_AUTHORIZED, httpStatus(status)); + break; + + case HTTP_FORBIDDEN : + _cupsSetError(IPP_FORBIDDEN, httpStatus(status)); + break; + + case HTTP_BAD_REQUEST : + _cupsSetError(IPP_BAD_REQUEST, httpStatus(status)); + break; + + case HTTP_REQUEST_TOO_LARGE : + _cupsSetError(IPP_REQUEST_VALUE, httpStatus(status)); + break; + + case HTTP_NOT_IMPLEMENTED : + _cupsSetError(IPP_OPERATION_NOT_SUPPORTED, httpStatus(status)); + break; + + case HTTP_NOT_SUPPORTED : + _cupsSetError(IPP_VERSION_NOT_SUPPORTED, httpStatus(status)); + break; + + default : + DEBUG_printf(("HTTP error %d mapped to IPP_SERVICE_UNAVAILABLE!\n", + status)); + _cupsSetError(IPP_SERVICE_UNAVAILABLE, httpStatus(status)); + break; + } + } + + return (response); +} + + +/* + * 'cupsDoRequest()' - Do an IPP request. + * + * This function sends the IPP request to the specified server, retrying + * and authenticating as necessary. The request is freed with ippDelete() + * after receiving a valid IPP response. + */ + +ipp_t * /* O - Response data */ +cupsDoRequest(http_t *http, /* I - HTTP connection to server */ + ipp_t *request, /* I - IPP request */ + const char *resource) /* I - HTTP resource for POST */ +{ + return (cupsDoFileRequest(http, request, resource, NULL)); +} + + +/* + * '_cupsSetError()' - Set the last IPP status code and status-message. + */ + +void +_cupsSetError(ipp_status_t status, /* I - IPP status code */ + const char *message) /* I - status-message value */ +{ + _cups_globals_t *cg; /* Global data */ + + + cg = _cupsGlobals(); + cg->last_error = status; + + if (cg->last_status_message) + { + free(cg->last_status_message); + + cg->last_status_message = NULL; + } + + if (message) + cg->last_status_message = strdup(message); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/snprintf.c b/cups/snprintf.c new file mode 100644 index 0000000000..4c83f24c12 --- /dev/null +++ b/cups/snprintf.c @@ -0,0 +1,373 @@ +/* + * "$Id$" + * + * snprintf functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cups_vsnprintf() - Format a string into a fixed size buffer. + * _cups_snprintf() - Format a string into a fixed size buffer. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include "string.h" + + +#ifndef HAVE_VSNPRINTF +/* + * '_cups_vsnprintf()' - Format a string into a fixed size buffer. + */ + +int /* O - Number of bytes formatted */ +_cups_vsnprintf(char *buffer, /* O - Output buffer */ + size_t bufsize, /* O - Size of output buffer */ + const char *format, /* I - printf-style format string */ + va_list ap) /* I - Pointer to additional arguments */ +{ + char *bufptr, /* Pointer to position in buffer */ + *bufend, /* Pointer to end of buffer */ + sign, /* Sign of format width */ + size, /* Size character (h, l, L) */ + type; /* Format type character */ + int width, /* Width of field */ + prec; /* Number of characters of precision */ + char tformat[100], /* Temporary format string for sprintf() */ + *tptr, /* Pointer into temporary format */ + temp[1024]; /* Buffer for formatted numbers */ + char *s; /* Pointer to string */ + int slen; /* Length of string */ + int bytes; /* Total number of bytes needed */ + + + /* + * Loop through the format string, formatting as needed... + */ + + bufptr = buffer; + bufend = buffer + bufsize - 1; + bytes = 0; + + while (*format) + { + if (*format == '%') + { + tptr = tformat; + *tptr++ = *format++; + + if (*format == '%') + { + if (bufptr && bufptr < bufend) *bufptr++ = *format; + bytes ++; + format ++; + continue; + } + else if (strchr(" -+#\'", *format)) + { + *tptr++ = *format; + sign = *format++; + } + else + sign = 0; + + if (*format == '*') + { + /* + * Get width from argument... + */ + + format ++; + width = va_arg(ap, int); + + snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width); + tptr += strlen(tptr); + } + else + { + width = 0; + + while (isdigit(*format & 255)) + { + if (tptr < (tformat + sizeof(tformat) - 1)) + *tptr++ = *format; + + width = width * 10 + *format++ - '0'; + } + } + + if (*format == '.') + { + if (tptr < (tformat + sizeof(tformat) - 1)) + *tptr++ = *format; + + format ++; + + if (*format == '*') + { + /* + * Get precision from argument... + */ + + format ++; + prec = va_arg(ap, int); + + snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", prec); + tptr += strlen(tptr); + } + else + { + prec = 0; + + while (isdigit(*format & 255)) + { + if (tptr < (tformat + sizeof(tformat) - 1)) + *tptr++ = *format; + + prec = prec * 10 + *format++ - '0'; + } + } + } + else + prec = -1; + + if (*format == 'l' && format[1] == 'l') + { + size = 'L'; + + if (tptr < (tformat + sizeof(tformat) - 2)) + { + *tptr++ = 'l'; + *tptr++ = 'l'; + } + + format += 2; + } + else if (*format == 'h' || *format == 'l' || *format == 'L') + { + if (tptr < (tformat + sizeof(tformat) - 1)) + *tptr++ = *format; + + size = *format++; + } + + if (!*format) + break; + + if (tptr < (tformat + sizeof(tformat) - 1)) + *tptr++ = *format; + + type = *format++; + *tptr = '\0'; + + switch (type) + { + case 'E' : /* Floating point formats */ + case 'G' : + case 'e' : + case 'f' : + case 'g' : + if ((width + 2) > sizeof(temp)) + break; + + sprintf(temp, tformat, va_arg(ap, double)); + + bytes += (int)strlen(temp); + + if (bufptr) + { + if ((bufptr + strlen(temp)) > bufend) + { + strncpy(bufptr, temp, (size_t)(bufend - bufptr)); + bufptr = bufend; + } + else + { + strcpy(bufptr, temp); + bufptr += strlen(temp); + } + } + break; + + case 'B' : /* Integer formats */ + case 'X' : + case 'b' : + case 'd' : + case 'i' : + case 'o' : + case 'u' : + case 'x' : + if ((width + 2) > sizeof(temp)) + break; + + sprintf(temp, tformat, va_arg(ap, int)); + + bytes += (int)strlen(temp); + + if (bufptr) + { + if ((bufptr + strlen(temp)) > bufend) + { + strncpy(bufptr, temp, (size_t)(bufend - bufptr)); + bufptr = bufend; + } + else + { + strcpy(bufptr, temp); + bufptr += strlen(temp); + } + } + break; + + case 'p' : /* Pointer value */ + if ((width + 2) > sizeof(temp)) + break; + + sprintf(temp, tformat, va_arg(ap, void *)); + + bytes += (int)strlen(temp); + + if (bufptr) + { + if ((bufptr + strlen(temp)) > bufend) + { + strncpy(bufptr, temp, (size_t)(bufend - bufptr)); + bufptr = bufend; + } + else + { + strcpy(bufptr, temp); + bufptr += strlen(temp); + } + } + break; + + case 'c' : /* Character or character array */ + bytes += width; + + if (bufptr) + { + if (width <= 1) + *bufptr++ = va_arg(ap, int); + else + { + if ((bufptr + width) > bufend) + width = (int)(bufend - bufptr); + + memcpy(bufptr, va_arg(ap, char *), (size_t)width); + bufptr += width; + } + } + break; + + case 's' : /* String */ + if ((s = va_arg(ap, char *)) == NULL) + s = "(null)"; + + slen = (int)strlen(s); + if (slen > width && prec != width) + width = slen; + + bytes += width; + + if (bufptr) + { + if ((bufptr + width) > bufend) + width = (int)(bufend - bufptr); + + if (slen > width) + slen = width; + + if (sign == '-') + { + strncpy(bufptr, s, (size_t)slen); + memset(bufptr + slen, ' ', (size_t)(width - slen)); + } + else + { + memset(bufptr, ' ', (size_t)(width - slen)); + strncpy(bufptr + width - slen, s, (size_t)slen); + } + + bufptr += width; + } + break; + + case 'n' : /* Output number of chars so far */ + *(va_arg(ap, int *)) = bytes; + break; + } + } + else + { + bytes ++; + + if (bufptr && bufptr < bufend) + *bufptr++ = *format; + + format ++; + } + } + + /* + * Nul-terminate the string and return the number of characters needed. + */ + + *bufptr = '\0'; + + return (bytes); +} +#endif /* !HAVE_VSNPRINT */ + + +#ifndef HAVE_SNPRINTF +/* + * '_cups_snprintf()' - Format a string into a fixed size buffer. + */ + +int /* O - Number of bytes formatted */ +_cups_snprintf(char *buffer, /* O - Output buffer */ + size_t bufsize, /* O - Size of output buffer */ + const char *format, /* I - printf-style format string */ + ...) /* I - Additional arguments as needed */ +{ + int bytes; /* Number of bytes formatted */ + va_list ap; /* Pointer to additional arguments */ + + + va_start(ap, format); + bytes = vsnprintf(buffer, bufsize, format, ap); + va_end(ap); + + return (bytes); +} +#endif /* !HAVE_SNPRINTF */ + + +/* + * End of "$Id$". + */ + diff --git a/cups/string.c b/cups/string.c new file mode 100644 index 0000000000..8cf1741f66 --- /dev/null +++ b/cups/string.c @@ -0,0 +1,747 @@ +/* + * "$Id$" + * + * String functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsStrAlloc() - Allocate/reference a string. + * _cupsStrFlush() - Flush the string pool... + * _cupsStrFormatd() - Format a floating-point number. + * _cupsStrFree() - Free/dereference a string. + * _cupsStrScand() - Scan a string for a floating-point number. + * _cupsStrStatistics() - Return allocation statistics for string pool. + * _cups_strcpy() - Copy a string allowing for overlapping strings. + * _cups_strdup() - Duplicate a string. + * _cups_strcasecmp() - Do a case-insensitive comparison. + * _cups_strncasecmp() - Do a case-insensitive comparison on up to N chars. + * _cups_strlcat() - Safely concatenate two strings. + * _cups_strlcpy() - Safely copy two strings. + * compare_sp_items() - Compare two string pool items... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include "array.h" +#include "debug.h" +#include "string.h" +#ifdef HAVE_PTHREAD_H +# include +#endif /* HAVE_PTHREAD_H */ + + +/* + * Local globals... + */ + +#ifdef HAVE_PTHREAD_H +static pthread_mutex_t sp_mutex = PTHREAD_MUTEX_INITIALIZER; + /* Mutex to control access to pool */ +#endif /* HAVE_PTHREAD_H */ +static cups_array_t *stringpool = NULL; + /* Global string pool */ + + +/* + * Local functions... + */ + +static int compare_sp_items(_cups_sp_item_t *a, _cups_sp_item_t *b); + + +/* + * '_cupsStrAlloc()' - Allocate/reference a string. + */ + +char * /* O - String pointer */ +_cupsStrAlloc(const char *s) /* I - String */ +{ + _cups_sp_item_t *item, /* String pool item */ + key; /* Search key */ + + + /* + * Range check input... + */ + + if (!s) + return (NULL); + + /* + * Get the string pool... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + if (!stringpool) + stringpool = cupsArrayNew((cups_array_func_t)compare_sp_items, NULL); + + if (!stringpool) + { +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (NULL); + } + + /* + * See if the string is already in the pool... + */ + + key.str = (char *)s; + + if ((item = (_cups_sp_item_t *)cupsArrayFind(stringpool, &key)) != NULL) + { + /* + * Found it, return the cached string... + */ + + item->ref_count ++; + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (item->str); + } + + /* + * Not found, so allocate a new one... + */ + + item = (_cups_sp_item_t *)calloc(1, sizeof(_cups_sp_item_t)); + if (!item) + { +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (NULL); + } + + item->ref_count = 1; + item->str = strdup(s); + + if (!item->str) + { + free(item); + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (NULL); + } + + /* + * Add the string to the pool and return it... + */ + + cupsArrayAdd(stringpool, item); + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (item->str); +} + + +/* + * '_cupsStrFlush()' - Flush the string pool... + */ + +void +_cupsStrFlush(void) +{ + _cups_sp_item_t *item; /* Current item */ + + + DEBUG_printf(("_cupsStrFlush(cg=%p)\n", cg)); + DEBUG_printf((" %d strings in array\n", cupsArrayCount(stringpool))); + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + for (item = (_cups_sp_item_t *)cupsArrayFirst(stringpool); + item; + item = (_cups_sp_item_t *)cupsArrayNext(stringpool)) + { + free(item->str); + free(item); + } + + cupsArrayDelete(stringpool); + stringpool = NULL; + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ +} + + +/* + * '_cupsStrFormatd()' - Format a floating-point number. + */ + +char * /* O - Pointer to end of string */ +_cupsStrFormatd(char *buf, /* I - String */ + char *bufend, /* I - End of string buffer */ + double number, /* I - Number to format */ + struct lconv *loc) /* I - Locale data */ +{ + char *bufptr, /* Pointer into buffer */ + temp[1024], /* Temporary string */ + *tempdec, /* Pointer to decimal point */ + *tempptr; /* Pointer into temporary string */ + const char *dec; /* Decimal point */ + int declen; /* Length of decimal point */ + + + /* + * Format the number using the "%.12f" format and then eliminate + * unnecessary trailing 0's. + */ + + snprintf(temp, sizeof(temp), "%.12f", number); + for (tempptr = temp + strlen(temp) - 1; + tempptr > temp && *tempptr == '0'; + *tempptr-- = '\0'); + + /* + * Next, find the decimal point... + */ + + if (loc && loc->decimal_point) + { + dec = loc->decimal_point; + declen = (int)strlen(dec); + } + else + { + dec = "."; + declen = 1; + } + + if (declen == 1) + tempdec = strchr(temp, *dec); + else + tempdec = strstr(temp, dec); + + /* + * Copy everything up to the decimal point... + */ + + if (tempdec) + { + for (tempptr = temp, bufptr = buf; + tempptr < tempdec && bufptr < bufend; + *bufptr++ = *tempptr++); + + tempdec += declen; + + if (*tempdec && bufptr < bufend) + { + *bufptr++ = '.'; + + while (*tempptr && bufptr < bufend) + *bufptr++ = *tempptr++; + } + + *bufptr = '\0'; + } + else + { + strlcpy(buf, temp, bufend - buf + 1); + bufptr = buf + strlen(buf); + } + + return (bufptr); +} + + +/* + * '_cupsStrFree()' - Free/dereference a string. + */ + +void +_cupsStrFree(const char *s) /* I - String to free */ +{ + _cups_sp_item_t *item, /* String pool item */ + key; /* Search key */ + + + /* + * Range check input... + */ + + if (!s) + return; + + /* + * Check the string pool... + * + * We don't need to lock the mutex yet, as we only want to know if + * the stringpool is initialized. The rest of the code will still + * work if it is initialized before we lock... + */ + + if (!stringpool) + return; + + /* + * See if the string is already in the pool... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + key.str = (char *)s; + + if ((item = (_cups_sp_item_t *)cupsArrayFind(stringpool, &key)) != NULL && + item->str == s) + { + /* + * Found it, dereference... + */ + + item->ref_count --; + + if (!item->ref_count) + { + /* + * Remove and free... + */ + + cupsArrayRemove(stringpool, item); + + free(item->str); + free(item); + } + } + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ +} + + +/* + * '_cupsStrScand()' - Scan a string for a floating-point number. + * + * This function handles the locale-specific BS so that a decimal + * point is always the period (".")... + */ + +double /* O - Number */ +_cupsStrScand(const char *buf, /* I - Pointer to number */ + char **bufptr, /* O - New pointer or NULL on error */ + struct lconv *loc) /* I - Locale data */ +{ + char temp[1024], /* Temporary buffer */ + *tempptr; /* Pointer into temporary buffer */ + + + /* + * Range check input... + */ + + if (!buf) + return (0.0); + + /* + * Skip leading whitespace... + */ + + while (isspace(*buf & 255)) + buf ++; + + /* + * Copy leading sign, numbers, period, and then numbers... + */ + + tempptr = temp; + if (*buf == '-' || *buf == '+') + *tempptr++ = *buf++; + + while (isdigit(*buf & 255)) + if (tempptr < (temp + sizeof(temp) - 1)) + *tempptr++ = *buf++; + else + { + if (bufptr) + *bufptr = NULL; + + return (0.0); + } + + if (*buf == '.') + { + /* + * Read fractional portion of number... + */ + + buf ++; + + if (loc && loc->decimal_point) + { + strlcpy(tempptr, loc->decimal_point, sizeof(temp) - (tempptr - temp)); + tempptr += strlen(tempptr); + } + else if (tempptr < (temp + sizeof(temp) - 1)) + *tempptr++ = '.'; + else + { + if (bufptr) + *bufptr = NULL; + + return (0.0); + } + + while (isdigit(*buf & 255)) + if (tempptr < (temp + sizeof(temp) - 1)) + *tempptr++ = *buf++; + else + { + if (bufptr) + *bufptr = NULL; + + return (0.0); + } + } + + if (*buf == 'e' || *buf == 'E') + { + /* + * Read exponent... + */ + + if (tempptr < (temp + sizeof(temp) - 1)) + *tempptr++ = *buf++; + else + { + if (bufptr) + *bufptr = NULL; + + return (0.0); + } + + if (*buf == '+' || *buf == '-') + { + if (tempptr < (temp + sizeof(temp) - 1)) + *tempptr++ = *buf++; + else + { + if (bufptr) + *bufptr = NULL; + + return (0.0); + } + } + + while (isdigit(*buf & 255)) + if (tempptr < (temp + sizeof(temp) - 1)) + *tempptr++ = *buf++; + else + { + if (bufptr) + *bufptr = NULL; + + return (0.0); + } + } + + /* + * Nul-terminate the temporary string and return the value... + */ + + if (bufptr) + *bufptr = (char *)buf; + + *tempptr = '\0'; + + return (strtod(temp, NULL)); +} + + +/* + * '_cupsStrStatistics()' - Return allocation statistics for string pool. + */ + +size_t /* O - Number of strings */ +_cupsStrStatistics(size_t *alloc_bytes, /* O - Allocated bytes */ + size_t *total_bytes) /* O - Total string bytes */ +{ + size_t count, /* Number of strings */ + abytes, /* Allocated string bytes */ + tbytes, /* Total string bytes */ + len; /* Length of string */ + _cups_sp_item_t *item; /* Current item */ + + + /* + * Loop through strings in pool, counting everything up... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + for (count = 0, abytes = 0, tbytes = 0, + item = (_cups_sp_item_t *)cupsArrayFirst(stringpool); + item; + item = (_cups_sp_item_t *)cupsArrayNext(stringpool)) + { + /* + * Count allocated memory, using a 64-bit aligned buffer as a basis. + */ + + count += item->ref_count; + len = (strlen(item->str) + 8) & ~7; + abytes += sizeof(_cups_sp_item_t) + len; + tbytes += item->ref_count * len; + } + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&sp_mutex); +#endif /* HAVE_PTHREAD_H */ + + /* + * Return values... + */ + + if (alloc_bytes) + *alloc_bytes = abytes; + + if (total_bytes) + *total_bytes = tbytes; + + return (count); +} + + +/* + * '_cups_strcpy()' - Copy a string allowing for overlapping strings. + */ + +void +_cups_strcpy(char *dst, /* I - Destination string */ + const char *src) /* I - Source string */ +{ + while (*src) + *dst++ = *src++; + + *dst = '\0'; +} + + +/* + * '_cups_strdup()' - Duplicate a string. + */ + +#ifndef HAVE_STRDUP +char * /* O - New string pointer */ +_cups_strdup(const char *s) /* I - String to duplicate */ +{ + char *t; /* New string pointer */ + + + if (s == NULL) + return (NULL); + + if ((t = malloc(strlen(s) + 1)) == NULL) + return (NULL); + + return (strcpy(t, s)); +} +#endif /* !HAVE_STRDUP */ + + +/* + * '_cups_strcasecmp()' - Do a case-insensitive comparison. + */ + +#ifndef HAVE_STRCASECMP +int /* O - Result of comparison (-1, 0, or 1) */ +_cups_strcasecmp(const char *s, /* I - First string */ + const char *t) /* I - Second string */ +{ + while (*s != '\0' && *t != '\0') + { + if (tolower(*s & 255) < tolower(*t & 255)) + return (-1); + else if (tolower(*s & 255) > tolower(*t & 255)) + return (1); + + s ++; + t ++; + } + + if (*s == '\0' && *t == '\0') + return (0); + else if (*s != '\0') + return (1); + else + return (-1); +} +#endif /* !HAVE_STRCASECMP */ + +/* + * '_cups_strncasecmp()' - Do a case-insensitive comparison on up to N chars. + */ + +#ifndef HAVE_STRNCASECMP +int /* O - Result of comparison (-1, 0, or 1) */ +_cups_strncasecmp(const char *s, /* I - First string */ + vconst char *t, /* I - Second string */ + size_t n) /* I - Maximum number of characters to compare */ +{ + while (*s != '\0' && *t != '\0' && n > 0) + { + if (tolower(*s & 255) < tolower(*t & 255)) + return (-1); + else if (tolower(*s & 255) > tolower(*t & 255)) + return (1); + + s ++; + t ++; + n --; + } + + if (n == 0) + return (0); + else if (*s == '\0' && *t == '\0') + return (0); + else if (*s != '\0') + return (1); + else + return (-1); +} +#endif /* !HAVE_STRNCASECMP */ + + +#ifndef HAVE_STRLCAT +/* + * '_cups_strlcat()' - Safely concatenate two strings. + */ + +size_t /* O - Length of string */ +_cups_strlcat(char *dst, /* O - Destination string */ + const char *src, /* I - Source string */ + size_t size) /* I - Size of destination string buffer */ +{ + size_t srclen; /* Length of source string */ + size_t dstlen; /* Length of destination string */ + + + /* + * Figure out how much room is left... + */ + + dstlen = strlen(dst); + size -= dstlen + 1; + + if (!size) + return (dstlen); /* No room, return immediately... */ + + /* + * Figure out how much room is needed... + */ + + srclen = strlen(src); + + /* + * Copy the appropriate amount... + */ + + if (srclen > size) + srclen = size; + + memcpy(dst + dstlen, src, srclen); + dst[dstlen + srclen] = '\0'; + + return (dstlen + srclen); +} +#endif /* !HAVE_STRLCAT */ + + +#ifndef HAVE_STRLCPY +/* + * '_cups_strlcpy()' - Safely copy two strings. + */ + +size_t /* O - Length of string */ +_cups_strlcpy(char *dst, /* O - Destination string */ + const char *src, /* I - Source string */ + size_t size) /* I - Size of destination string buffer */ +{ + size_t srclen; /* Length of source string */ + + + /* + * Figure out how much room is needed... + */ + + size --; + + srclen = strlen(src); + + /* + * Copy the appropriate amount... + */ + + if (srclen > size) + srclen = size; + + memcpy(dst, src, srclen); + dst[srclen] = '\0'; + + return (srclen); +} +#endif /* !HAVE_STRLCPY */ + + +/* + * 'compare_sp_items()' - Compare two string pool items... + */ + +static int /* O - Result of comparison */ +compare_sp_items(_cups_sp_item_t *a, /* I - First item */ + _cups_sp_item_t *b) /* I - Second item */ +{ + return (strcmp(a->str, b->str)); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/string.h b/cups/string.h new file mode 100644 index 0000000000..966068a9c6 --- /dev/null +++ b/cups/string.h @@ -0,0 +1,162 @@ +/* + * "$Id$" + * + * String definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_STRING_H_ +# define _CUPS_STRING_H_ + +/* + * Include necessary headers... + */ + +# include +# include +# include +# include +# include + +# include + +# ifdef HAVE_STRING_H +# include +# endif /* HAVE_STRING_H */ + +# ifdef HAVE_STRINGS_H +# include +# endif /* HAVE_STRINGS_H */ + +# ifdef HAVE_BSTRING_H +# include +# endif /* HAVE_BSTRING_H */ + + +/* + * Stuff for WIN32 and OS/2... + */ + +# if defined(WIN32) || defined(__EMX__) +# define strcasecmp stricmp +# define strncasecmp strnicmp +# endif /* WIN32 || __EMX__ */ + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * String pool structures... + */ + +typedef struct _cups_sp_item_s /**** String Pool Item ****/ +{ + char *str; /* String */ + unsigned int ref_count; /* Reference count */ +} _cups_sp_item_t; + + +/* + * Prototypes... + */ + +extern void _cups_strcpy(char *dst, const char *src); + +# ifndef HAVE_STRDUP +extern char *_cups_strdup(const char *); +# define strdup _cups_strdup +# endif /* !HAVE_STRDUP */ + +# ifndef HAVE_STRCASECMP +extern int _cups_strcasecmp(const char *, const char *); +# define strcasecmp _cups_strcasecmp +# endif /* !HAVE_STRCASECMP */ + +# ifndef HAVE_STRNCASECMP +extern int _cups_strncasecmp(const char *, const char *, size_t n); +# define strncasecmp _cups_strncasecmp +# endif /* !HAVE_STRNCASECMP */ + +# ifndef HAVE_STRLCAT +extern size_t _cups_strlcat(char *, const char *, size_t); +# define strlcat _cups_strlcat +# endif /* !HAVE_STRLCAT */ + +# ifndef HAVE_STRLCPY +extern size_t _cups_strlcpy(char *, const char *, size_t); +# define strlcpy _cups_strlcpy +# endif /* !HAVE_STRLCPY */ + +# ifndef HAVE_SNPRINTF +extern int _cups_snprintf(char *, size_t, const char *, ...) +# ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 3, 4))) +# endif /* __GNUC__ */ +; +# define snprintf _cups_snprintf +# endif /* !HAVE_SNPRINTF */ + +# ifndef HAVE_VSNPRINTF +extern int _cups_vsnprintf(char *, size_t, const char *, va_list); +# define vsnprintf _cups_vsnprintf +# endif /* !HAVE_VSNPRINTF */ + +/* + * String pool functions... + */ + +extern char *_cupsStrAlloc(const char *s); +extern void _cupsStrFlush(void); +extern void _cupsStrFree(const char *s); +extern size_t _cupsStrStatistics(size_t *alloc_bytes, size_t *total_bytes); + + +/* + * Floating point number functions... + */ + +extern char *_cupsStrFormatd(char *buf, char *bufend, double number, + struct lconv *loc); +extern double _cupsStrScand(const char *buf, char **bufptr, + struct lconv *loc); + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_STRING_H_ */ + +/* + * End of "$Id$". + */ diff --git a/cups/tempfile.c b/cups/tempfile.c new file mode 100644 index 0000000000..12bd3588d5 --- /dev/null +++ b/cups/tempfile.c @@ -0,0 +1,242 @@ +/* + * "$Id$" + * + * Temp file utilities for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsTempFd() - Creates a temporary file. + * cupsTempFile() - Generates a temporary filename. + * cupsTempFile2() - Creates a temporary CUPS file. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include +#include +#include +#include +#if defined(WIN32) || defined(__EMX__) +# include +#else +# include +#endif /* WIN32 || __EMX__ */ + + +/* + * 'cupsTempFd()' - Creates a temporary file. + * + * The temporary filename is returned in the filename buffer. + * The temporary file is opened for reading and writing. + */ + +int /* O - New file descriptor or -1 on error */ +cupsTempFd(char *filename, /* I - Pointer to buffer */ + int len) /* I - Size of buffer */ +{ + int fd; /* File descriptor for temp file */ + int tries; /* Number of tries */ + const char *tmpdir; /* TMPDIR environment var */ +#ifdef WIN32 + char tmppath[1024]; /* Windows temporary directory */ + DWORD curtime; /* Current time */ +#else + struct timeval curtime; /* Current time */ +#endif /* WIN32 */ + + + /* + * See if TMPDIR is defined... + */ + +#ifdef WIN32 + if ((tmpdir = getenv("TEMP")) == NULL) + { + GetTempPath(sizeof(tmppath), tmppath); + tmpdir = tmppath; + } +#else + if ((tmpdir = getenv("TMPDIR")) == NULL) + { + /* + * Put root temp files in restricted temp directory... + */ + + if (getuid() == 0) + tmpdir = CUPS_REQUESTS "/tmp"; + else + tmpdir = "/tmp"; + } +#endif /* WIN32 */ + + /* + * Make the temporary name using the specified directory... + */ + + tries = 0; + + do + { +#ifdef WIN32 + /* + * Get the current time of day... + */ + + curtime = GetTickCount() + tries; + + /* + * Format a string using the hex time values... + */ + + snprintf(filename, len - 1, "%s/%05lx%08lx", tmpdir, + GetCurrentProcessId(), curtime); +#else + /* + * Get the current time of day... + */ + + gettimeofday(&curtime, NULL); + + /* + * Format a string using the hex time values... + */ + + snprintf(filename, len - 1, "%s/%08lx%05lx", tmpdir, + (unsigned long)curtime.tv_sec, (unsigned long)curtime.tv_usec); +#endif /* WIN32 */ + + /* + * Open the file in "exclusive" mode, making sure that we don't + * stomp on an existing file or someone's symlink crack... + */ + +#ifdef WIN32 + fd = open(filename, _O_CREAT | _O_RDWR | _O_TRUNC | _O_BINARY, + _S_IREAD | _S_IWRITE); +#elif defined(O_NOFOLLOW) + fd = open(filename, O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW, 0600); +#else + fd = open(filename, O_RDWR | O_CREAT | O_EXCL, 0600); +#endif /* WIN32 */ + + if (fd < 0 && errno != EEXIST) + break; + + tries ++; + } + while (fd < 0 && tries < 1000); + + /* + * Return the file descriptor... + */ + + return (fd); +} + + +/* + * 'cupsTempFile()' - Generates a temporary filename. + * + * The temporary filename is returned in the filename buffer. + * This function is deprecated - use cupsTempFd() or cupsTempFile2() + * instead. + * + * @deprecated@ + */ + +char * /* O - Filename or NULL on error */ +cupsTempFile(char *filename, /* I - Pointer to buffer */ + int len) /* I - Size of buffer */ +{ + int fd; /* File descriptor for temp file */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * See if a filename was specified... + */ + + if (filename == NULL) + { + filename = cg->tempfile; + len = sizeof(cg->tempfile); + } + + /* + * Create the temporary file... + */ + + if ((fd = cupsTempFd(filename, len)) < 0) + return (NULL); + + /* + * Close the temp file - it'll be reopened later as needed... + */ + + close(fd); + + /* + * Return the temp filename... + */ + + return (filename); +} + + +/* + * 'cupsTempFile2()' - Creates a temporary CUPS file. + * + * The temporary filename is returned in the filename buffer. + * The temporary file is opened for writing. + * + * @since CUPS 1.2@ + */ + +cups_file_t * /* O - CUPS file or NULL on error */ +cupsTempFile2(char *filename, /* I - Pointer to buffer */ + int len) /* I - Size of buffer */ +{ + cups_file_t *file; /* CUPS file */ + int fd; /* File descriptor */ + + + if ((fd = cupsTempFd(filename, len)) < 0) + return (NULL); + else if ((file = cupsFileOpenFd(fd, "w")) == NULL) + { + close(fd); + unlink(filename); + return (NULL); + } + else + return (file); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/test.ppd b/cups/test.ppd new file mode 100644 index 0000000000..c829700e33 --- /dev/null +++ b/cups/test.ppd @@ -0,0 +1,189 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Test PPD file for the Common UNIX Printing System (CUPS). +*% +*% This file is used to test the CUPS PPD API functions and cannot be +*% used with any known printers. Look at the PPD files in the "ppd" +*% subdirectory as well as the CUPS web site for working PPD files. +*% +*% If you are a PPD file developer, consider using the CUPS DDK to +*% create your PPD files - not only will it save you time, it produces +*% consistently high-quality files. +*% +*% Copyright 2002-2006 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636-3111 USA +*% +*% Voice: (301) 373-9603 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "TEST.PPD" +*Manufacturer: "ESP" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsFilter: "application/vnd.cups-raster 0 rastertotest" +*cupsModelNumber: 1 +*ModelName: "Test" +*ShortNickName: "Test" +*NickName: "Test for CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*TTRasterizer: Type42 + +*% These constraints are used to test ppdConflicts() +*UIConstraints: *PageSize Letter *InputSlot Envelope +*UIConstraints: *InputSlot Envelope *PageSize Letter + +*% For PageSize, we have put all of the translations in-line... +*OpenUI *PageSize/Page Size: PickOne +*fr.Translation PageSize/French Page Size: "" +*fr_CA.Translation PageSize/French Canadian Page Size: "" +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/US Letter: "PageSize=Letter" +*fr.PageSize Letter/French US Letter: "" +*fr_CA.PageSize Letter/French Canadian US Letter: "" +*PageSize A4/A4: "PageSize=A4" +*fr.PageSize A4/French A4: "" +*fr_CA.PageSize A4/French Canadian A4: "" +*PageSize Env10/#10 Envelope: "PageSize=Env10" +*fr.PageSize Env10/French #10 Envelope: "" +*fr_CA.PageSize Env10/French Canadian #10 Envelope: "" +*CloseUI: *PageSize + +*% For PageRegion, we have separated the translations... +*OpenUI *PageRegion/Page Region: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/US Letter: "PageRegion=Letter" +*PageRegion A4/A4: "PageRegion=A4" +*PageRegion Env10/#10 Envelope: "PageRegion=Env10" +*CloseUI: *PageRegion + +*fr.Translation PageRegion/French Page Region: "" +*fr.PageRegion Letter/French US Letter: "" +*fr.PageRegion A4/French A4: "" +*fr.PageRegion Env10/French #10 Envelope: "" + +*fr_CA.Translation PageRegion/French Canadian Page Region: "" +*fr_CA.PageRegion Letter/French Canadian US Letter: "" +*fr_CA.PageRegion A4/French Canadian A4: "" +*fr_CA.PageRegion Env10/French Canadian #10 Envelope: "" + +*DefaultImageableArea: Letter +*ImageableArea Letter: "18 36 594 756" +*ImageableArea A4: "18 36 577 806" +*ImageableArea Env10: "18 36 279 648" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension A4: "595 842" +*PaperDimension Env10: "297 684" + +*% Custom page size support +*HWMargins: 0 0 0 0 +*CustomPageSize True/Custom Page Size: "PageSize=Custom" +*ParamCustomPageSize Width: 1 points 36 1080 +*ParamCustomPageSize Height: 2 points 36 86400 +*ParamCustomPageSize WidthOffset/Width Offset: 3 points 0 0 +*ParamCustomPageSize HeightOffset/Height Offset: 4 points 0 0 +*ParamCustomPageSize Orientation: 5 int 0 0 + +*OpenUI *InputSlot/Input Slot: PickOne +*OrderDependency: 10 AnySetup *InputSlot +*DefaultInputSlot: Tray +*InputSlot Tray/Tray: "InputSlot=Tray" +*InputSlot Manual/Manual Feed: "InputSlot=Manual" +*InputSlot Envelope/Envelope Feed: "InputSlot=Envelope" +*CloseUI: *InputSlot + +*% Custom options... +*OpenGroup: Extended/Extended Options + +*OpenUI IntOption/Integer: PickOne +*OrderDependency: 10 AnySetup *IntOption +*DefaultIntOption: None +*IntOption None: "" +*IntOption 1: "IntOption=1" +*IntOption 2: "IntOption=2" +*IntOption 3: "IntOption=3" +*CloseUI: *IntOption + +*CustomIntOption True/Custom Integer: "IntOption=Custom" +*ParamCustomIntOption Integer: 1 int -100 100 + +*OpenUI StringOption/String: PickOne +*OrderDependency: 10 AnySetup *StringOption +*DefaultStringOption: None +*StringOption None: "" +*StringOption foo: "StringOption=foo" +*StringOption bar: "StringOption=bar" +*CloseUI: *StringOption + +*CustomStringOption True/Custom String: "StringOption=Custom" +*ParamCustomStringOption String: 1 string 1 10 + +*CloseGroup: Extended + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/cups/testadmin.c b/cups/testadmin.c new file mode 100644 index 0000000000..f92d256c03 --- /dev/null +++ b/cups/testadmin.c @@ -0,0 +1,129 @@ +/* + * "$Id$" + * + * Admin function test program for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry. + * show_settings() - Show settings in the array... + */ + +/* + * Include necessary headers... + */ + +#include "adminutil.h" +#include "string.h" + + +/* + * Local functions... + */ + +static void show_settings(int num_settings, cups_option_t *settings); + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, /* Looping var */ + num_settings; /* Number of settings */ + cups_option_t *settings; /* Settings */ + http_t *http; /* Connection to server */ + + + /* + * Connect to the server using the defaults... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + /* + * Set the current configuration if we have anything on the command-line... + */ + + if (argc > 1) + { + for (i = 1, num_settings = 0; i < argc; i ++) + num_settings = cupsParseOptions(argv[i], num_settings, &settings); + + if (_cupsAdminSetServerSettings(http, num_settings, settings)) + { + puts("New server settings:"); + cupsFreeOptions(num_settings, settings); + } + else + { + printf("Server settings not changed: %s\n", cupsLastErrorString()); + return (1); + } + } + else + puts("Current server settings:"); + + /* + * Get the current configuration... + */ + + if (_cupsAdminGetServerSettings(http, &num_settings, &settings)) + { + show_settings(num_settings, settings); + cupsFreeOptions(num_settings, settings); + return (0); + } + else + { + printf(" %s\n", cupsLastErrorString()); + return (1); + } +} + + +/* + * 'show_settings()' - Show settings in the array... + */ + +static void +show_settings( + int num_settings, /* I - Number of settings */ + cups_option_t *settings) /* I - Settings */ +{ + while (num_settings > 0) + { + printf(" %s=%s\n", settings->name, settings->value); + + settings ++; + num_settings --; + } +} + + +/* + * End of "$Id$". + */ diff --git a/cups/testarray.c b/cups/testarray.c new file mode 100644 index 0000000000..23cf696367 --- /dev/null +++ b/cups/testarray.c @@ -0,0 +1,529 @@ +/* + * "$Id$" + * + * Array test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry. + * get_seconds() - Get the current time in seconds... + * load_words() - Load words from a file. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include "array.h" +#include "dir.h" +#include "debug.h" + + +/* + * Local functions... + */ + +static double get_seconds(void); +static int load_words(const char *filename, cups_array_t *array); + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + cups_array_t *array, /* Test array */ + *dup_array; /* Duplicate array */ + int status; /* Exit status */ + char *text; /* Text from array */ + char word[256]; /* Word from file */ + double start, /* Start time */ + end; /* End time */ + cups_dir_t *dir; /* Current directory */ + cups_dentry_t *dent; /* Directory entry */ + char *saved[32]; /* Saved entries */ + void *data; /* User data for arrays */ + + + /* + * No errors so far... + */ + + status = 0; + + /* + * cupsArrayNew() + */ + + fputs("cupsArrayNew: ", stdout); + + data = (void *)"testarray"; + array = cupsArrayNew((cups_array_func_t)strcmp, data); + + if (array) + puts("PASS"); + else + { + puts("FAIL (returned NULL, expected pointer)"); + status ++; + } + + /* + * cupsArrayUserData() + */ + + fputs("cupsArrayUserData: ", stdout); + if (cupsArrayUserData(array) == data) + puts("PASS"); + else + { + printf("FAIL (returned %p instead of %p!)\n", cupsArrayUserData(array), + data); + status ++; + } + + /* + * cupsArrayAdd() + */ + + fputs("cupsArrayAdd: ", stdout); + + if (!cupsArrayAdd(array, strdup("One Fish"))) + { + puts("FAIL (\"One Fish\")"); + status ++; + } + else + { +#ifdef DEBUG + putchar('\n'); + for (text = (char *)cupsArrayFirst(array), i = 0; + text; + text = (char *)cupsArrayNext(array), i ++) + printf(" #1 array[%d]=\"%s\"\n", i, text); +#endif /* DEBUG */ + + if (!cupsArrayAdd(array, strdup("Two Fish"))) + { + puts("FAIL (\"Two Fish\")"); + status ++; + } + else + { +#ifdef DEBUG + for (text = (char *)cupsArrayFirst(array), i = 0; + text; + text = (char *)cupsArrayNext(array), i ++) + printf(" #2 array[%d]=\"%s\"\n", i, text); +#endif /* DEBUG */ + + if (!cupsArrayAdd(array, strdup("Red Fish"))) + { + puts("FAIL (\"Red Fish\")"); + status ++; + } + else + { +#ifdef DEBUG + for (text = (char *)cupsArrayFirst(array), i = 0; + text; + text = (char *)cupsArrayNext(array), i ++) + printf(" #3 array[%d]=\"%s\"\n", i, text); +#endif /* DEBUG */ + + if (!cupsArrayAdd(array, strdup("Blue Fish"))) + { + puts("FAIL (\"Blue Fish\")"); + status ++; + } + else + { +#ifdef DEBUG + for (text = (char *)cupsArrayFirst(array), i = 0; + text; + text = (char *)cupsArrayNext(array), i ++) + printf(" #4 array[%d]=\"%s\"\n", i, text); +#endif /* DEBUG */ + + puts("PASS"); + } + } + } + } + + /* + * cupsArrayCount() + */ + + fputs("cupsArrayCount: ", stdout); + if (cupsArrayCount(array) == 4) + puts("PASS"); + else + { + printf("FAIL (returned %d, expected 4)\n", cupsArrayCount(array)); + status ++; + } + + /* + * cupsArrayFirst() + */ + + fputs("cupsArrayFirst: ", stdout); + if ((text = (char *)cupsArrayFirst(array)) != NULL && + !strcmp(text, "Blue Fish")) + puts("PASS"); + else + { + printf("FAIL (returned \"%s\", expected \"Blue Fish\")\n", text); + status ++; + } + + /* + * cupsArrayNext() + */ + + fputs("cupsArrayNext: ", stdout); + if ((text = (char *)cupsArrayNext(array)) != NULL && + !strcmp(text, "One Fish")) + puts("PASS"); + else + { + printf("FAIL (returned \"%s\", expected \"One Fish\")\n", text); + status ++; + } + + /* + * cupsArrayLast() + */ + + fputs("cupsArrayLast: ", stdout); + if ((text = (char *)cupsArrayLast(array)) != NULL && + !strcmp(text, "Two Fish")) + puts("PASS"); + else + { + printf("FAIL (returned \"%s\", expected \"Two Fish\")\n", text); + status ++; + } + + /* + * cupsArrayPrev() + */ + + fputs("cupsArrayPrev: ", stdout); + if ((text = (char *)cupsArrayPrev(array)) != NULL && + !strcmp(text, "Red Fish")) + puts("PASS"); + else + { + printf("FAIL (returned \"%s\", expected \"Red Fish\")\n", text); + status ++; + } + + /* + * cupsArrayFind() + */ + + fputs("cupsArrayFind: ", stdout); + if ((text = (char *)cupsArrayFind(array, (void *)"One Fish")) != NULL && + !strcmp(text, "One Fish")) + puts("PASS"); + else + { + printf("FAIL (returned \"%s\", expected \"One Fish\")\n", text); + status ++; + } + + /* + * cupsArrayCurrent() + */ + + fputs("cupsArrayCurrent: ", stdout); + if ((text = (char *)cupsArrayCurrent(array)) != NULL && + !strcmp(text, "One Fish")) + puts("PASS"); + else + { + printf("FAIL (returned \"%s\", expected \"One Fish\")\n", text); + status ++; + } + + /* + * cupsArrayDup() + */ + + fputs("cupsArrayDup: ", stdout); + if ((dup_array = cupsArrayDup(array)) != NULL && + cupsArrayCount(dup_array) == 4) + puts("PASS"); + else + { + printf("FAIL (returned %p with %d elements, expected pointer with 4 elements)\n", + dup_array, cupsArrayCount(dup_array)); + status ++; + } + + /* + * cupsArrayRemove() + */ + + fputs("cupsArrayRemove: ", stdout); + if (cupsArrayRemove(array, (void *)"One Fish") && + cupsArrayCount(array) == 3) + puts("PASS"); + else + { + printf("FAIL (returned 0 with %d elements, expected 1 with 4 elements)\n", + cupsArrayCount(array)); + status ++; + } + + /* + * cupsArrayClear() + */ + + fputs("cupsArrayClear: ", stdout); + cupsArrayClear(array); + if (cupsArrayCount(array) == 0) + puts("PASS"); + else + { + printf("FAIL (%d elements, expected 0 elements)\n", + cupsArrayCount(array)); + status ++; + } + + /* + * Now load this source file and grab all of the unique words... + */ + + fputs("Load unique words: ", stdout); + fflush(stdout); + + start = get_seconds(); + + if ((dir = cupsDirOpen(".")) == NULL) + { + puts("FAIL (cupsDirOpen failed)"); + status ++; + } + else + { + while ((dent = cupsDirRead(dir)) != NULL) + { + i = strlen(dent->filename) - 2; + + if (i > 0 && dent->filename[i] == '.' && + (dent->filename[i + 1] == 'c' || + dent->filename[i + 1] == 'h')) + load_words(dent->filename, array); + } + + cupsDirClose(dir); + + end = get_seconds(); + + printf("%d words in %.3f seconds (%.0f words/sec), ", cupsArrayCount(array), + end - start, cupsArrayCount(array) / (end - start)); + fflush(stdout); + + for (text = (char *)cupsArrayFirst(array); text;) + { + /* + * Copy this word to the word buffer (safe because we strdup'd from + * the same buffer in the first place... :) + */ + + strcpy(word, text); + + /* + * Grab the next word and compare... + */ + + if ((text = (char *)cupsArrayNext(array)) == NULL) + break; + + if (strcmp(word, text) >= 0) + break; + } + + if (text) + { + printf("FAIL (\"%s\" >= \"%s\"!)\n", word, text); + status ++; + } + else + puts("PASS"); + } + + /* + * Test deleting with iteration... + */ + + fputs("Delete While Iterating: ", stdout); + + text = (char *)cupsArrayFirst(array); + cupsArrayRemove(array, text); + free(text); + + text = (char *)cupsArrayNext(array); + if (!text) + { + puts("FAIL (cupsArrayNext returned NULL!)"); + status ++; + } + else + puts("PASS"); + + /* + * Test save/restore... + */ + + fputs("cupsArraySave: ", stdout); + + for (i = 0, text = (char *)cupsArrayFirst(array); + i < 32; + i ++, text = (char *)cupsArrayNext(array)) + { + saved[i] = text; + + if (!cupsArraySave(array)) + break; + } + + if (i < 32) + printf("FAIL (depth = %d)\n", i); + else + puts("PASS"); + + fputs("cupsArrayRestore: ", stdout); + + while (i > 0) + { + i --; + + text = cupsArrayRestore(array); + if (text != saved[i]) + break; + } + + if (i) + printf("FAIL (depth = %d)\n", i); + else + puts("PASS"); + + /* + * Delete the arrays... + */ + + cupsArrayDelete(array); + cupsArrayDelete(dup_array); + + /* + * Summarize the results and return... + */ + + if (!status) + puts("\nALL TESTS PASSED!"); + else + printf("\n%d TEST(S) FAILED!\n", status); + + return (status); +} + + +/* + * 'get_seconds()' - Get the current time in seconds... + */ + +#ifdef WIN32 +# include + + +static double +get_seconds(void) +{ +} +#else +# include + + +static double +get_seconds(void) +{ + struct timeval curtime; /* Current time */ + + + gettimeofday(&curtime, NULL); + return (curtime.tv_sec + 0.000001 * curtime.tv_usec); +} +#endif /* WIN32 */ + + +/* + * 'load_words()' - Load words from a file. + */ + +static int /* O - 1 on success, 0 on failure */ +load_words(const char *filename, /* I - File to load */ + cups_array_t *array) /* I - Array to add to */ +{ + FILE *fp; /* Test file */ + char word[256]; /* Word from file */ + + + DEBUG_printf((" Loading \"%s\"...\n", filename)); + + if ((fp = fopen(filename, "r")) == NULL) + { + perror(filename); + return (0); + } + + while (fscanf(fp, "%255s", word) == 1) + { + if (!cupsArrayFind(array, word)) + { + DEBUG_printf((" Adding \"%s\"...\n", word)); + + cupsArrayAdd(array, strdup(word)); + } + } + + fclose(fp); + + return (1); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/testfile.c b/cups/testfile.c new file mode 100644 index 0000000000..eb7780843e --- /dev/null +++ b/cups/testfile.c @@ -0,0 +1,472 @@ +/* + * "$Id$" + * + * File test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include "string.h" +#include "file.h" +#include "debug.h" +#ifdef HAVE_LIBZ +# include +#endif /* HAVE_LIBZ */ + + +/* + * Local functions... + */ + +static int read_write_tests(int compression); + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int status; /* Exit status */ + char filename[1024]; /* Filename buffer */ + + + if (argc == 1) + { + /* + * Do uncompressed file tests... + */ + + status = read_write_tests(0); + +#ifdef HAVE_LIBZ + /* + * Do compressed file tests... + */ + + putchar('\n'); + + status += read_write_tests(1); +#endif /* HAVE_LIBZ */ + + /* + * Test path functions... + */ + + fputs("cupsFileFind: ", stdout); +#ifdef WIN32 + if (cupsFileFind("notepad.exe", "C:/WINDOWS", 1, filename, sizeof(filename)) && + cupsFileFind("notepad.exe", "C:/WINDOWS;C:/WINDOWS/SYSTEM32", 1, filename, sizeof(filename))) +#else + if (cupsFileFind("cat", "/bin", 1, filename, sizeof(filename)) && + cupsFileFind("cat", "/bin:/usr/bin", 1, filename, sizeof(filename))) +#endif /* WIN32 */ + printf("PASS (%s)\n", filename); + else + { + puts("FAIL"); + status ++; + } + + /* + * Summarize the results and return... + */ + + if (!status) + puts("\nALL TESTS PASSED!"); + else + printf("\n%d TEST(S) FAILED!\n", status); + } + else + { + /* + * Cat the filename on the command-line... + */ + + cups_file_t *fp; /* File pointer */ + char line[1024]; /* Line from file */ + + + if ((fp = cupsFileOpen(argv[1], "r")) == NULL) + { + perror(argv[1]); + status = 1; + } + else + { + status = 0; + + while (cupsFileGets(fp, line, sizeof(line))) + puts(line); + + if (!cupsFileEOF(fp)) + perror(argv[1]); + + cupsFileClose(fp); + } + } + + return (status); +} + + +/* + * 'read_write_tests()' - Perform read/write tests. + */ + +static int /* O - Status */ +read_write_tests(int compression) /* I - Use compression? */ +{ + int i; /* Looping var */ + cups_file_t *fp; /* First file */ + int status; /* Exit status */ + char line[1024], /* Line from file */ + *value; /* Directive value from line */ + int linenum; /* Line number */ + unsigned char readbuf[8192], /* Read buffer */ + writebuf[8192]; /* Write buffer */ + int byte; /* Byte from file */ + + + /* + * No errors so far... + */ + + status = 0; + + /* + * Initialize the write buffer with random data... + */ + +#ifdef WIN32 + srand((unsigned)time(NULL)); +#else + srand(time(NULL)); +#endif /* WIN32 */ + + for (i = 0; i < (int)sizeof(writebuf); i ++) + writebuf[i] = rand(); + + /* + * cupsFileOpen(write) + */ + + printf("cupsFileOpen(write%s): ", compression ? " compressed" : ""); + + fp = cupsFileOpen(compression ? "testfile.dat.gz" : "testfile.dat", + compression ? "w9" : "w"); + if (fp) + { + puts("PASS"); + + /* + * cupsFileCompression() + */ + + fputs("cupsFileCompression(): ", stdout); + + if (cupsFileCompression(fp) == compression) + puts("PASS"); + else + { + printf("FAIL (Got %d, expected %d)\n", cupsFileCompression(fp), + compression); + status ++; + } + + /* + * cupsFilePuts() + */ + + fputs("cupsFilePuts(): ", stdout); + + if (cupsFilePuts(fp, "# Hello, World\n") > 0) + puts("PASS"); + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFilePrintf() + */ + + fputs("cupsFilePrintf(): ", stdout); + + for (i = 0; i < 1000; i ++) + if (cupsFilePrintf(fp, "TestLine %d\n", i) < 0) + break; + + if (i >= 1000) + puts("PASS"); + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFilePutChar() + */ + + fputs("cupsFilePutChar(): ", stdout); + + for (i = 0; i < 256; i ++) + if (cupsFilePutChar(fp, i) < 0) + break; + + if (i >= 256) + puts("PASS"); + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFileWrite() + */ + + fputs("cupsFileWrite(): ", stdout); + + for (i = 0; i < 100; i ++) + if (cupsFileWrite(fp, (char *)writebuf, sizeof(writebuf)) < 0) + break; + + if (i >= 100) + puts("PASS"); + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFileClose() + */ + + fputs("cupsFileClose(): ", stdout); + + if (!cupsFileClose(fp)) + puts("PASS"); + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + } + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFileOpen(read) + */ + + fputs("cupsFileOpen(read): ", stdout); + + fp = cupsFileOpen(compression ? "testfile.dat.gz" : "testfile.dat", "r"); + if (fp) + { + puts("PASS"); + + /* + * cupsFileGets() + */ + + fputs("cupsFileGets(): ", stdout); + + if (cupsFileGets(fp, line, sizeof(line))) + { + if (line[0] == '#') + puts("PASS"); + else + { + printf("FAIL (Got line \"%s\", expected comment line)\n", line); + status ++; + } + } + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFileCompression() + */ + + fputs("cupsFileCompression(): ", stdout); + + if (cupsFileCompression(fp) == compression) + puts("PASS"); + else + { + printf("FAIL (Got %d, expected %d)\n", cupsFileCompression(fp), + compression); + status ++; + } + + /* + * cupsFileGetConf() + */ + + linenum = 1; + + fputs("cupsFileGetConf(): ", stdout); + + for (i = 0; i < 1000; i ++) + if (!cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + break; + else if (strcasecmp(line, "TestLine") || !value || atoi(value) != i || + linenum != (i + 2)) + break; + + if (i >= 1000) + puts("PASS"); + else if (line[0]) + { + printf("FAIL (Line %d, directive \"%s\", value \"%s\")\n", linenum, + line, value ? value : "(null)"); + status ++; + } + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFileGetChar() + */ + + fputs("cupsFileGetChar(): ", stdout); + +#ifdef DEBUG + puts("\ni byte\n----- -----"); + + for (i = 0; i < 256; i ++) + { + byte = cupsFileGetChar(fp); + + printf("%-5d %-5d\n", i, byte); + + if (byte != i) + break; + } +#else + for (i = 0; i < 256; i ++) + if ((byte = cupsFileGetChar(fp)) != i) + break; +#endif /* DEBUG */ + + if (i >= 256) + puts("PASS"); + else if (byte >= 0) + { + printf("FAIL (Got %d, expected %d)\n", byte, i); + status ++; + } + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFileRead() + */ + + fputs("cupsFileRead(): ", stdout); + + for (i = 0; i < 100; i ++) + if ((byte = cupsFileRead(fp, (char *)readbuf, sizeof(readbuf))) < 0) + break; + else if (memcmp(readbuf, writebuf, sizeof(readbuf))) + break; + + if (i >= 100) + puts("PASS"); + else if (byte > 0) + { + printf("FAIL (Pass %d, ", i); + + for (i = 0; i < (int)sizeof(readbuf); i ++) + if (readbuf[i] != writebuf[i]) + break; + + printf("match failed at offset %d - got %02X, expected %02X)\n", + i, readbuf[i], writebuf[i]); + } + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * cupsFileClose() + */ + + fputs("cupsFileClose(): ", stdout); + + if (!cupsFileClose(fp)) + puts("PASS"); + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + } + else + { + printf("FAIL (%s)\n", strerror(errno)); + status ++; + } + + /* + * Return the test status... + */ + + return (status); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/testhttp.c b/cups/testhttp.c new file mode 100644 index 0000000000..e0dafa7f9e --- /dev/null +++ b/cups/testhttp.c @@ -0,0 +1,537 @@ +/* + * "$Id$" + * + * HTTP test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include "http.h" +#include "string.h" + + +/* + * Types and structures... + */ + +typedef struct uri_test_s /**** URI test cases ****/ +{ + http_uri_status_t result; /* Expected return value */ + const char *uri, /* URI */ + *scheme, /* Scheme string */ + *username, /* Username:password string */ + *hostname, /* Hostname string */ + *resource; /* Resource string */ + int port, /* Port number */ + assemble_port; /* Port number for httpAssembleURI() */ +} uri_test_t; + + +/* + * Local globals... + */ + +static uri_test_t uri_tests[] = /* URI test data */ + { + /* Start with valid URIs */ + { HTTP_URI_OK, "file:/filename", + "file", "", "", "/filename", 0, 0 }, + { HTTP_URI_OK, "file:/filename%20with%20spaces", + "file", "", "", "/filename with spaces", 0, 0 }, + { HTTP_URI_OK, "file:///filename", + "file", "", "", "/filename", 0, 0 }, + { HTTP_URI_OK, "file:///filename%20with%20spaces", + "file", "", "", "/filename with spaces", 0, 0 }, + { HTTP_URI_OK, "file://localhost/filename", + "file", "", "localhost", "/filename", 0, 0 }, + { HTTP_URI_OK, "file://localhost/filename%20with%20spaces", + "file", "", "localhost", "/filename with spaces", 0, 0 }, + { HTTP_URI_OK, "http://server/", + "http", "", "server", "/", 80, 0 }, + { HTTP_URI_OK, "http://username@server/", + "http", "username", "server", "/", 80, 0 }, + { HTTP_URI_OK, "http://username:passwor%64@server/", + "http", "username:password", "server", "/", 80, 0 }, + { HTTP_URI_OK, "http://username:passwor%64@server:8080/", + "http", "username:password", "server", "/", 8080, 8080 }, + { HTTP_URI_OK, "http://username:passwor%64@server:8080/directory/filename", + "http", "username:password", "server", "/directory/filename", 8080, 8080 }, + { HTTP_URI_OK, "http://[2000::10:100]:631/ipp", + "http", "", "2000::10:100", "/ipp", 631, 631 }, + { HTTP_URI_OK, "https://username:passwor%64@server/directory/filename", + "https", "username:password", "server", "/directory/filename", 443, 0 }, + { HTTP_URI_OK, "ipp://username:passwor%64@[::1]/ipp", + "ipp", "username:password", "::1", "/ipp", 631, 0 }, + { HTTP_URI_OK, "lpd://server/queue?reserve=yes", + "lpd", "", "server", "/queue?reserve=yes", 515, 0 }, + { HTTP_URI_OK, "mailto:user@domain.com", + "mailto", "", "", "user@domain.com", 0, 0 }, + { HTTP_URI_OK, "socket://server/", + "socket", "", "server", "/", 9100, 0 }, + { HTTP_URI_OK, "socket://192.168.1.1:9101/", + "socket", "", "192.168.1.1", "/", 9101, 9101 }, + { HTTP_URI_OK, "ipp://username:password@[v1.fe80::200:1234:5678:9abc+eth0]:999/ipp", + "ipp", "username:password", "fe80::200:1234:5678:9abc%eth0", "/ipp", 999, 999 }, + { HTTP_URI_OK, "http://server/admin?DEVICE_URI=usb://HP/Photosmart%25202600%2520series?serial=MY53OK70V10400", + "http", "", "server", "/admin?DEVICE_URI=usb://HP/Photosmart%25202600%2520series?serial=MY53OK70V10400", 80, 0 }, + + /* Missing scheme */ + { HTTP_URI_MISSING_SCHEME, "/path/to/file/index.html", + "file", "", "", "/path/to/file/index.html", 0, 0 }, + { HTTP_URI_MISSING_SCHEME, "//server/ipp", + "ipp", "", "server", "/ipp", 631, 0 }, + + /* Unknown scheme */ + { HTTP_URI_UNKNOWN_SCHEME, "vendor://server/resource", + "vendor", "", "server", "/resource", 0, 0 }, + + /* Missing resource */ + { HTTP_URI_MISSING_RESOURCE, "socket://[::192.168.2.1]", + "socket", "", "::192.168.2.1", "/", 9100, 0 }, + { HTTP_URI_MISSING_RESOURCE, "socket://192.168.1.1:9101", + "socket", "", "192.168.1.1", "/", 9101 }, + + /* Bad URI */ + { HTTP_URI_BAD_URI, "", + "", "", "", "", 0, 0 }, + + /* Bad scheme */ + { HTTP_URI_BAD_SCHEME, "bad_scheme://server/resource", + "", "", "", "", 0, 0 }, + + /* Bad username */ + { HTTP_URI_BAD_USERNAME, "http://username:passwor%6@server/resource", + "http", "", "", "", 80, 0 }, + + /* Bad hostname */ + { HTTP_URI_BAD_HOSTNAME, "http://[/::1]/index.html", + "http", "", "", "", 80, 0 }, + { HTTP_URI_BAD_HOSTNAME, "http://[", + "http", "", "", "", 80, 0 }, + { HTTP_URI_BAD_HOSTNAME, "http://serve%7/index.html", + "http", "", "", "", 80, 0 }, + + /* Bad port number */ + { HTTP_URI_BAD_PORT, "http://127.0.0.1:9999a/index.html", + "http", "", "127.0.0.1", "", 0, 0 }, + + /* Bad resource */ + { HTTP_URI_BAD_RESOURCE, "http://server/index.html%", + "http", "", "server", "", 80, 0 } + }; +static const char * const base64_tests[][2] = + { + { "A", "QQ==" }, + /* 010000 01 */ + { "AB", "QUI=" }, + /* 010000 010100 0010 */ + { "ABC", "QUJD" }, + /* 010000 010100 001001 000011 */ + { "ABCD", "QUJDRA==" }, + /* 010000 010100 001001 000011 010001 00 */ + { "ABCDE", "QUJDREU=" }, + /* 010000 010100 001001 000011 010001 000100 0101 */ + { "ABCDEF", "QUJDREVG" }, + /* 010000 010100 001001 000011 010001 000100 010101 000110 */ + }; + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, j, k; /* Looping vars */ + http_t *http; /* HTTP connection */ + http_status_t status; /* Status of GET command */ + int failures; /* Number of test failures */ + char buffer[8192]; /* Input buffer */ + long bytes; /* Number of bytes read */ + FILE *out; /* Output file */ + char encode[256], /* Base64-encoded string */ + decode[256]; /* Base64-decoded string */ + int decodelen; /* Length of decoded string */ + char scheme[HTTP_MAX_URI], /* Scheme from URI */ + hostname[HTTP_MAX_URI], /* Hostname from URI */ + username[HTTP_MAX_URI], /* Username:password from URI */ + resource[HTTP_MAX_URI]; /* Resource from URI */ + int port; /* Port number from URI */ + http_uri_status_t uri_status; /* Status of URI separation */ + http_addrlist_t *addrlist, /* Address list */ + *addr; /* Current address */ + off_t length, total; /* Length and total bytes */ + time_t start, current; /* Start and end time */ + static const char * const uri_status_strings[] = + { + "HTTP_URI_OVERFLOW", + "HTTP_URI_BAD_ARGUMENTS", + "HTTP_URI_BAD_RESOURCE", + "HTTP_URI_BAD_PORT", + "HTTP_URI_BAD_HOSTNAME", + "HTTP_URI_BAD_USERNAME", + "HTTP_URI_BAD_SCHEME", + "HTTP_URI_BAD_URI", + "HTTP_URI_OK", + "HTTP_URI_MISSING_SCHEME", + "HTTP_URI_UNKNOWN_SCHEME", + "HTTP_URI_MISSING_RESOURCE" + }; + + + /* + * Do API tests if we don't have a URL on the command-line... + */ + + if (argc == 1) + { + failures = 0; + + /* + * httpGetDateString()/httpGetDateTime() + */ + + fputs("httpGetDateString()/httpGetDateTime(): ", stdout); + + start = time(NULL); + strcpy(buffer, httpGetDateString(start)); + current = httpGetDateTime(buffer); + + i = (int)(current - start); + if (i < 0) + i = -i; + + if (!i) + puts("PASS"); + else + { + failures ++; + puts("FAIL"); + printf(" Difference is %d seconds, %02d:%02d:%02d...\n", i, i / 3600, + (i / 60) % 60, i % 60); + printf(" httpGetDateString(%d) returned \"%s\"\n", (int)start, buffer); + printf(" httpGetDateTime(\"%s\") returned %d\n", buffer, (int)current); + printf(" httpGetDateString(%d) returned \"%s\"\n", (int)current, + httpGetDateString(current)); + } + + /* + * httpDecode64_2()/httpEncode64_2() + */ + + fputs("httpDecode64_2()/httpEncode64_2(): ", stdout); + + for (i = 0, j = 0; i < (int)(sizeof(base64_tests) / sizeof(base64_tests[0])); i ++) + { + httpEncode64_2(encode, sizeof(encode), base64_tests[i][0], + strlen(base64_tests[i][0])); + decodelen = (int)sizeof(decode); + httpDecode64_2(decode, &decodelen, base64_tests[i][1]); + + if (strcmp(decode, base64_tests[i][0])) + { + failures ++; + + if (j) + { + puts("FAIL"); + j = 1; + } + + printf(" httpDecode64_2() returned \"%s\", expected \"%s\"...\n", + decode, base64_tests[i][0]); + } + + if (strcmp(encode, base64_tests[i][1])) + { + failures ++; + + if (j) + { + puts("FAIL"); + j = 1; + } + + printf(" httpEncode64_2() returned \"%s\", expected \"%s\"...\n", + encode, base64_tests[i][1]); + } + } + + if (!j) + puts("PASS"); + + /* + * httpGetHostname() + */ + + fputs("httpGetHostname(): ", stdout); + + if (httpGetHostname(NULL, hostname, sizeof(hostname))) + printf("PASS (%s)\n", hostname); + else + { + failures ++; + puts("FAIL"); + } + + /* + * httpAddrGetList() + */ + + fputs("httpAddrGetList(): ", stdout); + + addrlist = httpAddrGetList(hostname, AF_UNSPEC, NULL); + if (addrlist) + { + for (i = 0, addr = addrlist; addr; i ++, addr = addr->next) + { + char numeric[1024]; /* Numeric IP address */ + + + httpAddrString(&(addr->addr), numeric, sizeof(numeric)); + if (!strcmp(numeric, "UNKNOWN")) + break; + } + + if (addr) + printf("FAIL (bad address for %s)\n", hostname); + else + printf("PASS (%d address(es) for %s)\n", i, hostname); + + httpAddrFreeList(addrlist); + } + else + { + failures ++; + puts("FAIL"); + } + + /* + * Test httpSeparateURI()... + */ + + fputs("httpSeparateURI(): ", stdout); + for (i = 0, j = 0; i < (int)(sizeof(uri_tests) / sizeof(uri_tests[0])); i ++) + { + uri_status = httpSeparateURI(HTTP_URI_CODING_MOST, + uri_tests[i].uri, scheme, sizeof(scheme), + username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + if (uri_status != uri_tests[i].result || + strcmp(scheme, uri_tests[i].scheme) || + strcmp(username, uri_tests[i].username) || + strcmp(hostname, uri_tests[i].hostname) || + port != uri_tests[i].port || + strcmp(resource, uri_tests[i].resource)) + { + failures ++; + + if (!j) + { + puts("FAIL"); + j = 1; + } + + printf(" \"%s\":\n", uri_tests[i].uri); + + if (uri_status != uri_tests[i].result) + printf(" Returned %s instead of %s\n", + uri_status_strings[uri_status + 8], + uri_status_strings[uri_tests[i].result + 8]); + + if (strcmp(scheme, uri_tests[i].scheme)) + printf(" Scheme \"%s\" instead of \"%s\"\n", + scheme, uri_tests[i].scheme); + + if (strcmp(username, uri_tests[i].username)) + printf(" Username \"%s\" instead of \"%s\"\n", + username, uri_tests[i].username); + + if (strcmp(hostname, uri_tests[i].hostname)) + printf(" Hostname \"%s\" instead of \"%s\"\n", + hostname, uri_tests[i].hostname); + + if (port != uri_tests[i].port) + printf(" Port %d instead of %d\n", + port, uri_tests[i].port); + + if (strcmp(resource, uri_tests[i].resource)) + printf(" Resource \"%s\" instead of \"%s\"\n", + resource, uri_tests[i].resource); + } + } + + if (!j) + printf("PASS (%d URIs tested)\n", + (int)(sizeof(uri_tests) / sizeof(uri_tests[0]))); + + /* + * Test httpAssembleURI()... + */ + + fputs("httpAssembleURI(): ", stdout); + for (i = 0, j = 0, k = 0; + i < (int)(sizeof(uri_tests) / sizeof(uri_tests[0])); + i ++) + if (uri_tests[i].result == HTTP_URI_OK && + !strstr(uri_tests[i].uri, "%64") && + strstr(uri_tests[i].uri, "//")) + { + k ++; + uri_status = httpAssembleURI(HTTP_URI_CODING_MOST, + buffer, sizeof(buffer), + uri_tests[i].scheme, + uri_tests[i].username, + uri_tests[i].hostname, + uri_tests[i].assemble_port, + uri_tests[i].resource); + + if (uri_status != HTTP_URI_OK) + { + failures ++; + + if (!j) + { + puts("FAIL"); + j = 1; + } + + printf(" \"%s\": %s\n", uri_tests[i].uri, + uri_status_strings[uri_status + 8]); + } + else if (strcmp(buffer, uri_tests[i].uri)) + { + failures ++; + + if (!j) + { + puts("FAIL"); + j = 1; + } + + printf(" \"%s\": assembled = \"%s\"\n", uri_tests[i].uri, + buffer); + } + } + + if (!j) + printf("PASS (%d URIs tested)\n", k); + + /* + * Show a summary and return... + */ + + if (failures) + printf("\n%d TESTS FAILED!\n", failures); + else + puts("\nALL TESTS PASSED!"); + + return (failures); + } + + /* + * Test HTTP GET requests... + */ + + http = NULL; + out = stdout; + + for (i = 1; i < argc; i ++) + { + if (!strcmp(argv[i], "-o")) + { + i ++; + if (i >= argc) + break; + + out = fopen(argv[i], "wb"); + continue; + } + + httpSeparateURI(HTTP_URI_CODING_MOST, argv[i], scheme, sizeof(scheme), + username, sizeof(username), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + http = httpConnectEncrypt(hostname, port, HTTP_ENCRYPT_IF_REQUESTED); + if (http == NULL) + { + perror(hostname); + continue; + } + printf("Requesting file \"%s\"...\n", resource); + httpClearFields(http); + httpSetField(http, HTTP_FIELD_ACCEPT_LANGUAGE, "en"); + httpGet(http, resource); + while ((status = httpUpdate(http)) == HTTP_CONTINUE); + + if (status == HTTP_OK) + puts("GET OK:"); + else + printf("GET failed with status %d...\n", status); + + + start = time(NULL); + length = httpGetLength2(http); + total = 0; + + while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0) + { + total += bytes; + fwrite(buffer, bytes, 1, out); + if (out != stdout) + { + current = time(NULL); + if (current == start) current ++; + printf("\r" CUPS_LLFMT "/" CUPS_LLFMT " bytes (" + CUPS_LLFMT " bytes/sec) ", CUPS_LLCAST total, + CUPS_LLCAST length, CUPS_LLCAST (total / (current - start))); + fflush(stdout); + } + } + } + + puts("Closing connection to server..."); + httpClose(http); + + if (out != stdout) + fclose(out); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/testi18n.c b/cups/testi18n.c new file mode 100644 index 0000000000..613c1112f0 --- /dev/null +++ b/cups/testi18n.c @@ -0,0 +1,559 @@ +/* + * "$Id$" + * + * Internationalization test for Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are + * the property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the + * file "LICENSE.txt" which should have been included with this file. + * If this file is missing or damaged please contact Easy Software + * Products at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for internationalization test module. + * print_utf8() - Print UTF-8 string with (optional) message. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include + +#include "i18n.h" +#include "string.h" + + +/* + * Local functions... + */ + +static void print_utf8(const char *msg, const cups_utf8_t *src); + + +/* + * 'main()' - Main entry for internationalization test module. + */ + +int /* O - Exit code */ +main(int argc, /* I - Argument Count */ + char *argv[]) /* I - Arguments */ +{ + FILE *fp; /* File pointer */ + int count; /* File line counter */ + int status, /* Status of current test */ + errors; /* Error count */ + char line[1024]; /* File line source string */ + int len; /* Length (count) of string */ + char legsrc[1024], /* Legacy source string */ + legdest[1024], /* Legacy destination string */ + *legptr; /* Pointer into legacy string */ + cups_utf8_t utf8latin[] = /* UTF-8 Latin-1 source */ + { 0x41, 0x20, 0x21, 0x3D, 0x20, 0xC3, 0x84, 0x2E, 0x00 }; + /* "A != ." - use ISO 8859-1 */ + cups_utf8_t utf8repla[] = /* UTF-8 Latin-1 replacement */ + { 0x41, 0x20, 0xE2, 0x89, 0xA2, 0x20, 0xC3, 0x84, 0x2E, 0x00 }; + /* "A ." */ + cups_utf8_t utf8greek[] = /* UTF-8 Greek source string */ + { 0x41, 0x20, 0x21, 0x3D, 0x20, 0xCE, 0x91, 0x2E, 0x00 }; + /* "A != ." - use ISO 8859-7 */ + cups_utf8_t utf8japan[] = /* UTF-8 Japanese source */ + { 0x41, 0x20, 0x21, 0x3D, 0x20, 0xEE, 0x9C, 0x80, 0x2E, 0x00 }; + /* "A != ." - use Windows 932 or EUC-JP */ + cups_utf8_t utf8taiwan[] = /* UTF-8 Chinese source */ + { 0x41, 0x20, 0x21, 0x3D, 0x20, 0xE4, 0xB9, 0x82, 0x2E, 0x00 }; + /* "A != ." - use Windows 950 (Big5) or EUC-TW */ + cups_utf8_t utf8dest[1024]; /* UTF-8 destination string */ + cups_utf32_t utf32dest[1024]; /* UTF-32 destination string */ + + + /* + * Make sure we have a symbolic link from the data directory to a + * "charmaps" directory, and then point the library at it... + */ + + if (access("charmaps", 0)) + symlink("../data", "charmaps"); + + putenv("CUPS_DATADIR=."); + + /* + * Start with some conversion tests from a UTF-8 test file. + */ + + errors = 0; + + if ((fp = fopen("utf8demo.txt", "r")) == NULL) + { + perror("utf8demo.txt"); + return (1); + } + + /* + * cupsUTF8ToUTF32 + */ + + fputs("cupsUTF8ToUTF32 of utfdemo.txt: ", stdout); + + for (count = 0, status = 0; fgets(line, sizeof(line), fp);) + { + count ++; + + if (cupsUTF8ToUTF32(utf32dest, (cups_utf8_t *)line, 1024) < 0) + { + printf("FAIL (UTF-8 to UTF-32 on line %d)\n", count); + errors ++; + status = 1; + break; + } + } + + if (!status) + puts("PASS"); + + /* + * cupsUTF8ToCharset(CUPS_EUC_JP) + */ + + fputs("cupsUTF8ToCharset(CUPS_EUC_JP) of utfdemo.txt: ", stdout); + + rewind(fp); + + for (count = 0, status = 0; fgets(line, sizeof(line), fp);) + { + count ++; + + len = cupsUTF8ToCharset(legdest, (cups_utf8_t *)line, 1024, CUPS_EUC_JP); + if (len < 0) + { + printf("FAIL (UTF-8 to EUC-JP on line %d)\n", count); + errors ++; + status = 1; + break; + } + } + + if (!status) + puts("PASS"); + + fclose(fp); + + /* + * Test charmap load for ISO-8859-1... + */ + + fputs("_cupsCharmapGet(CUPS_ISO8859_1): ", stdout); + + if (!_cupsCharmapGet(CUPS_ISO8859_1)) + { + errors ++; + puts("FAIL"); + } + else + puts("PASS"); + + /* + * Test charmap load for Windows-932 (Shift-JIS)... + */ + + fputs("_cupsCharmapGet(CUPS_WINDOWS_932): ", stdout); + + if (!_cupsCharmapGet(CUPS_WINDOWS_932)) + { + errors ++; + puts("FAIL"); + } + else + puts("PASS"); + + /* + * Test VBCS charmap load for EUC-JP... + */ + + fputs("_cupsCharmapGet(CUPS_EUC_JP): ", stdout); + + if (!_cupsCharmapGet(CUPS_EUC_JP)) + { + errors ++; + puts("FAIL"); + } + else + puts("PASS"); + + /* + * Test VBCS charmap load for EUC-TW... + */ + + fputs("_cupsCharmapGet(CUPS_EUC_TW): ", stdout); + + if (!_cupsCharmapGet(CUPS_EUC_TW)) + { + errors ++; + puts("FAIL"); + } + else + puts("PASS"); + + /* + * Test UTF-8 to legacy charset (ISO 8859-1)... + */ + + fputs("cupsUTF8ToCharset(CUPS_ISO8859_1): ", stdout); + + legdest[0] = 0; + + len = cupsUTF8ToCharset(legdest, utf8latin, 1024, CUPS_ISO8859_1); + if (len < 0) + { + printf("FAIL (len=%d)\n", len); + errors ++; + } + else + puts("PASS"); + + /* + * cupsCharsetToUTF8 + */ + + fputs("cupsCharsetToUTF8(CUPS_ISO8859_1): ", stdout); + + strcpy(legsrc, legdest); + + len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_ISO8859_1); + if (len != strlen((char *)utf8latin)) + { + printf("FAIL (len=%d, expected %d)\n", len, (int)strlen((char *)utf8latin)); + print_utf8(" utf8latin", utf8latin); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else if (memcmp(utf8latin, utf8dest, len)) + { + puts("FAIL (results do not match)"); + print_utf8(" utf8latin", utf8latin); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else if (cupsUTF8ToCharset(legdest, utf8repla, 1024, CUPS_ISO8859_1) < 0) + { + puts("FAIL (replacement characters do not work!)"); + errors ++; + } + else + puts("PASS"); + + /* + * Test UTF-8 to/from legacy charset (ISO 8859-7)... + */ + + fputs("cupsUTF8ToCharset(CUPS_ISO8859_7): ", stdout); + + if (cupsUTF8ToCharset(legdest, utf8greek, 1024, CUPS_ISO8859_7) < 0) + { + puts("FAIL"); + errors ++; + } + else + { + for (legptr = legdest; *legptr && *legptr != '?'; legptr ++); + + if (*legptr) + { + puts("FAIL (unknown character)"); + errors ++; + } + else + puts("PASS"); + } + + fputs("cupsCharsetToUTF8(CUPS_ISO8859_7): ", stdout); + + strcpy(legsrc, legdest); + + len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_ISO8859_7); + if (len != strlen((char *)utf8greek)) + { + printf("FAIL (len=%d, expected %d)\n", len, (int)strlen((char *)utf8greek)); + print_utf8(" utf8greek", utf8greek); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else if (memcmp(utf8greek, utf8dest, len)) + { + puts("FAIL (results do not match)"); + print_utf8(" utf8greek", utf8greek); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else + puts("PASS"); + + /* + * Test UTF-8 to/from legacy charset (Windows 932)... + */ + + fputs("cupsUTF8ToCharset(CUPS_WINDOWS_932): ", stdout); + + if (cupsUTF8ToCharset(legdest, utf8japan, 1024, CUPS_WINDOWS_932) < 0) + { + puts("FAIL"); + errors ++; + } + else + { + for (legptr = legdest; *legptr && *legptr != '?'; legptr ++); + + if (*legptr) + { + puts("FAIL (unknown character)"); + errors ++; + } + else + puts("PASS"); + } + + fputs("cupsCharsetToUTF8(CUPS_WINDOWS_932): ", stdout); + + strcpy(legsrc, legdest); + + len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_WINDOWS_932); + if (len != strlen((char *)utf8japan)) + { + printf("FAIL (len=%d, expected %d)\n", len, (int)strlen((char *)utf8japan)); + print_utf8(" utf8japan", utf8japan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else if (memcmp(utf8japan, utf8dest, len)) + { + puts("FAIL (results do not match)"); + print_utf8(" utf8japan", utf8japan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else + puts("PASS"); + + /* + * Test UTF-8 to/from legacy charset (EUC-JP)... + */ + + fputs("cupsUTF8ToCharset(CUPS_EUC_JP): ", stdout); + + if (cupsUTF8ToCharset(legdest, utf8japan, 1024, CUPS_EUC_JP) < 0) + { + puts("FAIL"); + errors ++; + } + else + { + for (legptr = legdest; *legptr && *legptr != '?'; legptr ++); + + if (*legptr) + { + puts("FAIL (unknown character)"); + errors ++; + } + else + puts("PASS"); + } + + fputs("cupsCharsetToUTF8(CUPS_EUC_JP): ", stdout); + + strcpy(legsrc, legdest); + + len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_EUC_JP); + if (len != strlen((char *)utf8japan)) + { + printf("FAIL (len=%d, expected %d)\n", len, (int)strlen((char *)utf8japan)); + print_utf8(" utf8japan", utf8japan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else if (memcmp(utf8japan, utf8dest, len)) + { + puts("FAIL (results do not match)"); + print_utf8(" utf8japan", utf8japan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else + puts("PASS"); + + /* + * Test UTF-8 to/from legacy charset (Windows 950)... + */ + + fputs("cupsUTF8ToCharset(CUPS_WINDOWS_950): ", stdout); + + if (cupsUTF8ToCharset(legdest, utf8taiwan, 1024, CUPS_WINDOWS_950) < 0) + { + puts("FAIL"); + errors ++; + } + else + { + for (legptr = legdest; *legptr && *legptr != '?'; legptr ++); + + if (*legptr) + { + puts("FAIL (unknown character)"); + errors ++; + } + else + puts("PASS"); + } + + fputs("cupsCharsetToUTF8(CUPS_WINDOWS_950): ", stdout); + + strcpy(legsrc, legdest); + + len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_WINDOWS_950); + if (len != strlen((char *)utf8taiwan)) + { + printf("FAIL (len=%d, expected %d)\n", len, (int)strlen((char *)utf8taiwan)); + print_utf8(" utf8taiwan", utf8taiwan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else if (memcmp(utf8taiwan, utf8dest, len)) + { + puts("FAIL (results do not match)"); + print_utf8(" utf8taiwan", utf8taiwan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else + puts("PASS"); + + /* + * Test UTF-8 to/from legacy charset (EUC-TW)... + */ + + fputs("cupsUTF8ToCharset(CUPS_EUC_TW): ", stdout); + + if (cupsUTF8ToCharset(legdest, utf8taiwan, 1024, CUPS_EUC_TW) < 0) + { + puts("FAIL"); + errors ++; + } + else + { + for (legptr = legdest; *legptr && *legptr != '?'; legptr ++); + + if (*legptr) + { + puts("FAIL (unknown character)"); + errors ++; + } + else + puts("PASS"); + } + + fputs("cupsCharsetToUTF8(CUPS_EUC_TW): ", stdout); + + strcpy(legsrc, legdest); + + len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_EUC_TW); + if (len != strlen((char *)utf8taiwan)) + { + printf("FAIL (len=%d, expected %d)\n", len, (int)strlen((char *)utf8taiwan)); + print_utf8(" utf8taiwan", utf8taiwan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else if (memcmp(utf8taiwan, utf8dest, len)) + { + puts("FAIL (results do not match)"); + print_utf8(" utf8taiwan", utf8taiwan); + print_utf8(" utf8dest", utf8dest); + errors ++; + } + else + puts("PASS"); + +#if 0 + /* + * Test UTF-8 (16-bit) to UTF-32 (w/ BOM)... + */ + if (verbose) + printf("\ntesti18n: Testing UTF-8 to UTF-32 (w/ BOM)...\n"); + len = cupsUTF8ToUTF32(utf32dest, utf8good, 1024); + if (len < 0) + return (1); + if (verbose) + { + print_utf8(" utf8good ", utf8good); + print_utf32(" utf32dest", utf32dest); + } + memcpy (utf32src, utf32dest, (len + 1) * sizeof(cups_utf32_t)); + len = cupsUTF32ToUTF8(utf8dest, utf32src, 1024); + if (len < 0) + return (1); + if (len != strlen ((char *) utf8good)) + return (1); + if (memcmp(utf8good, utf8dest, len) != 0) + return (1); + + /* + * Test invalid UTF-8 (16-bit) to UTF-32 (w/ BOM)... + */ + if (verbose) + printf("\ntesti18n: Testing UTF-8 bad 16-bit source string...\n"); + len = cupsUTF8ToUTF32(utf32dest, utf8bad, 1024); + if (len >= 0) + return (1); + if (verbose) + print_utf8(" utf8bad ", utf8bad); + + /* + * Test _cupsCharmapFlush()... + */ + if (verbose) + printf("\ntesti18n: Testing _cupsCharmapFlush()...\n"); + _cupsCharmapFlush(); + return (0); +#endif /* 0 */ + + return (errors > 0); +} + + +/* + * 'print_utf8()' - Print UTF-8 string with (optional) message. + */ + +static void +print_utf8(const char *msg, /* I - Message String */ + const cups_utf8_t *src) /* I - UTF-8 Source String */ +{ + if (msg) + printf("%s:", msg); + + for (; *src; src ++) + printf(" %02x", *src); + + putchar('\n'); +} + + +/* + * End of "$Id$" + */ diff --git a/cups/testipp.c b/cups/testipp.c new file mode 100644 index 0000000000..00c70bad18 --- /dev/null +++ b/cups/testipp.c @@ -0,0 +1,662 @@ +/* + * "$Id$" + * + * IPP test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include "ipp-private.h" +#ifdef WIN32 +# include +#else +# include +# include +#endif /* WIN32 */ + + +/* + * Local globals... + */ + +int rpos; /* Current position in buffer */ +ipp_uchar_t wbuffer[8192]; /* Write buffer */ +int wused; /* Number of bytes in buffer */ +ipp_uchar_t collection[] = /* Collection buffer */ + { + 0x01, 0x01, /* IPP version */ + 0x00, 0x02, /* Print-Job operation */ + 0x00, 0x00, 0x00, 0x01, /* Request ID */ + + IPP_TAG_OPERATION, + + IPP_TAG_CHARSET, + 0x00, 0x12, /* Name length + name */ + 'a','t','t','r','i','b','u','t','e','s','-', + 'c','h','a','r','s','e','t', + 0x00, 0x05, /* Value length + value */ + 'u','t','f','-','8', + + IPP_TAG_LANGUAGE, + 0x00, 0x1b, /* Name length + name */ + 'a','t','t','r','i','b','u','t','e','s','-', + 'n','a','t','u','r','a','l','-','l','a','n', + 'g','u','a','g','e', + 0x00, 0x02, /* Value length + value */ + 'e','n', + + IPP_TAG_URI, + 0x00, 0x0b, /* Name length + name */ + 'p','r','i','n','t','e','r','-','u','r','i', + 0x00, 0x1c, /* Value length + value */ + 'i','p','p',':','/','/','l','o','c','a','l', + 'h','o','s','t','/','p','r','i','n','t','e', + 'r','s','/','f','o','o', + + IPP_TAG_JOB, /* job group tag */ + + IPP_TAG_BEGIN_COLLECTION, /* begCollection tag */ + 0x00, 0x09, /* Name length + name */ + 'm', 'e', 'd', 'i', 'a', '-', 'c', 'o', 'l', + 0x00, 0x00, /* No value */ + IPP_TAG_MEMBERNAME, /* memberAttrName tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x0b, /* Value length + value */ + 'm', 'e', 'd', 'i', 'a', '-', 'c', 'o', 'l', 'o', 'r', + IPP_TAG_KEYWORD, /* keyword tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x04, /* Value length + value */ + 'b', 'l', 'u', 'e', + + IPP_TAG_MEMBERNAME, /* memberAttrName tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x0a, /* Value length + value */ + 'm', 'e', 'd', 'i', 'a', '-', 't', 'y', 'p', 'e', + IPP_TAG_KEYWORD, /* keyword tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x05, /* Value length + value */ + 'p', 'l', 'a', 'i', 'n', + IPP_TAG_END_COLLECTION, /* endCollection tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x00, /* No value */ + + IPP_TAG_BEGIN_COLLECTION, /* begCollection tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x00, /* No value */ + IPP_TAG_MEMBERNAME, /* memberAttrName tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x0b, /* Value length + value */ + 'm', 'e', 'd', 'i', 'a', '-', 'c', 'o', 'l', 'o', 'r', + IPP_TAG_KEYWORD, /* keyword tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x05, /* Value length + value */ + 'p', 'l', 'a', 'i', 'd', + + IPP_TAG_MEMBERNAME, /* memberAttrName tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x0a, /* Value length + value */ + 'm', 'e', 'd', 'i', 'a', '-', 't', 'y', 'p', 'e', + IPP_TAG_KEYWORD, /* keyword tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x06, /* Value length + value */ + 'g', 'l', 'o', 's', 's', 'y', + IPP_TAG_END_COLLECTION, /* endCollection tag */ + 0x00, 0x00, /* No name */ + 0x00, 0x00, /* No value */ + + IPP_TAG_END /* end tag */ + }; + + +/* + * Local functions... + */ + +void hex_dump(const char *title, ipp_uchar_t *buffer, int bytes); +void print_attributes(ipp_t *ipp, int indent); +ssize_t read_cb(void *data, ipp_uchar_t *buffer, size_t bytes); +ssize_t write_cb(void *data, ipp_uchar_t *buffer, size_t bytes); + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + ipp_t *cols[2]; /* Collections */ + ipp_t *request; /* Request */ + ipp_state_t state; /* State */ + int length; /* Length of data */ + int fd; /* File descriptor */ + int i; /* Looping var */ + int status; /* Status of tests (0 = success, 1 = fail) */ + + + status = 0; + + if (argc == 1) + { + /* + * Test request generation code... + */ + + printf("Create Sample Request: "); + + request = ippNew(); + request->request.op.version[0] = 0x01; + request->request.op.version[1] = 0x01; + request->request.op.operation_id = IPP_PRINT_JOB; + request->request.op.request_id = 1; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, "utf-8"); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, "en"); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, "ipp://localhost/printers/foo"); + + cols[0] = ippNew(); + ippAddString(cols[0], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-color", NULL, "blue"); + ippAddString(cols[0], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-type", NULL, "plain"); + + cols[1] = ippNew(); + ippAddString(cols[1], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-color", NULL, "plaid"); + ippAddString(cols[1], IPP_TAG_JOB, IPP_TAG_KEYWORD, "media-type", NULL, "glossy"); + + ippAddCollections(request, IPP_TAG_JOB, "media-col", 2, (const ipp_t **)cols); + + length = ippLength(request); + if (length != sizeof(collection)) + { + printf("FAIL - wrong ippLength(), %d instead of %d bytes!\n", + length, (int)sizeof(collection)); + status = 1; + } + else + puts("PASS"); + + /* + * Write test #1... + */ + + printf("Write Sample to Memory: "); + + wused = 0; + while ((state = ippWriteIO(wbuffer, write_cb, 1, NULL, request)) != IPP_DATA) + if (state == IPP_ERROR) + break; + + if (state != IPP_DATA) + { + printf("FAIL - %d bytes written.\n", wused); + status = 1; + } + else if (wused != sizeof(collection)) + { + printf("FAIL - wrote %d bytes, expected %d bytes!\n", wused, + (int)sizeof(collection)); + hex_dump("Bytes Written", wbuffer, wused); + hex_dump("Baseline", collection, sizeof(collection)); + status = 1; + } + else if (memcmp(wbuffer, collection, wused)) + { + puts("FAIL - output does not match baseline!"); + hex_dump("Bytes Written", wbuffer, wused); + hex_dump("Baseline", collection, sizeof(collection)); + status = 1; + } + else + puts("PASS"); + + ippDelete(request); + + /* + * Read the data back in and confirm... + */ + + printf("Read Sample from Memory: "); + + request = ippNew(); + rpos = 0; + + while ((state = ippReadIO(wbuffer, read_cb, 1, NULL, request)) != IPP_DATA) + if (state == IPP_ERROR) + break; + + length = ippLength(request); + + if (state != IPP_DATA) + { + printf("FAIL - %d bytes read.\n", rpos); + status = 1; + } + else if (rpos != wused) + { + printf("FAIL - read %d bytes, expected %d bytes!\n", rpos, wused); + print_attributes(request, 8); + status = 1; + } + else if (length != sizeof(collection)) + { + printf("FAIL - wrong ippLength(), %d instead of %d bytes!\n", + length, (int)sizeof(collection)); + print_attributes(request, 8); + status = 1; + } + else + puts("PASS"); + + ippDelete(request); + + /* + * Test _ippFindOption() private API... + */ + + fputs("_ippFindOption(\"printer-type\"): ", stdout); + if (_ippFindOption("printer-type")) + puts("PASS"); + else + { + puts("FAIL"); + status = 1; + } + + /* + * Summarize... + */ + + putchar('\n'); + + if (status) + puts("Core IPP tests failed."); + else + puts("Core IPP tests passed."); + } + else + { + /* + * Read IPP files... + */ + + for (i = 1; i < argc; i ++) + { + if ((fd = open(argv[i], O_RDONLY)) < 0) + { + printf("Unable to open \"%s\" - %s\n", argv[i], strerror(errno)); + status = 1; + continue; + } + + request = ippNew(); + while ((state = ippReadFile(fd, request)) == IPP_ATTRIBUTE); + + if (state != IPP_DATA) + { + printf("Error reading IPP message from \"%s\"!\n", argv[i]); + status = 1; + } + else + { + printf("\n%s:\n", argv[i]); + print_attributes(request, 4); + } + + ippDelete(request); + close(fd); + } + } + + return (status); +} + + +/* + * 'hex_dump()' - Produce a hex dump of a buffer. + */ + +void +hex_dump(const char *title, /* I - Title */ + ipp_uchar_t *buffer, /* I - Buffer to dump */ + int bytes) /* I - Number of bytes */ +{ + int i, j; /* Looping vars */ + int ch; /* Current ASCII char */ + + + /* + * Show lines of 16 bytes at a time... + */ + + printf(" %s:\n", title); + + for (i = 0; i < bytes; i += 16) + { + /* + * Show the offset... + */ + + printf(" %04x ", i); + + /* + * Then up to 16 bytes in hex... + */ + + for (j = 0; j < 16; j ++) + if ((i + j) < bytes) + printf(" %02x", buffer[i + j]); + else + printf(" "); + + /* + * Then the ASCII representation of the bytes... + */ + + putchar(' '); + putchar(' '); + + for (j = 0; j < 16 && (i + j) < bytes; j ++) + { + ch = buffer[i + j] & 127; + + if (ch < ' ' || ch == 127) + putchar('.'); + else + putchar(ch); + } + + putchar('\n'); + } +} + + +/* + * 'print_attributes()' - Print the attributes in a request... + */ + +void +print_attributes(ipp_t *ipp, /* I - IPP request */ + int indent) /* I - Indentation */ +{ + int i; /* Looping var */ + ipp_tag_t group; /* Current group */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_value_t *val; /* Current value */ + static const char * const tags[] = /* Value/group tag strings */ + { + "reserved-00", + "operation-attributes-tag", + "job-attributes-tag", + "end-of-attributes-tag", + "printer-attributes-tag", + "unsupported-attributes-tag", + "subscription-attributes-tag", + "event-attributes-tag", + "reserved-08", + "reserved-09", + "reserved-0A", + "reserved-0B", + "reserved-0C", + "reserved-0D", + "reserved-0E", + "reserved-0F", + "unsupported", + "default", + "unknown", + "no-value", + "reserved-14", + "not-settable", + "delete-attr", + "admin-define", + "reserved-18", + "reserved-19", + "reserved-1A", + "reserved-1B", + "reserved-1C", + "reserved-1D", + "reserved-1E", + "reserved-1F", + "reserved-20", + "integer", + "boolean", + "enum", + "reserved-24", + "reserved-25", + "reserved-26", + "reserved-27", + "reserved-28", + "reserved-29", + "reserved-2a", + "reserved-2b", + "reserved-2c", + "reserved-2d", + "reserved-2e", + "reserved-2f", + "octetString", + "dateTime", + "resolution", + "rangeOfInteger", + "begCollection", + "textWithLanguage", + "nameWithLanguage", + "endCollection", + "reserved-38", + "reserved-39", + "reserved-3a", + "reserved-3b", + "reserved-3c", + "reserved-3d", + "reserved-3e", + "reserved-3f", + "reserved-40", + "textWithoutLanguage", + "nameWithoutLanguage", + "reserved-43", + "keyword", + "uri", + "uriScheme", + "charset", + "naturalLanguage", + "mimeMediaType", + "memberName" + }; + + + for (group = IPP_TAG_ZERO, attr = ipp->attrs; attr; attr = attr->next) + { + if ((attr->group_tag == IPP_TAG_ZERO && indent <= 8) || !attr->name) + { + group = IPP_TAG_ZERO; + putchar('\n'); + continue; + } + + if (group != attr->group_tag) + { + group = attr->group_tag; + + putchar('\n'); + for (i = 4; i < indent; i ++) + putchar(' '); + + printf("%s:\n\n", tags[group]); + } + + for (i = 0; i < indent; i ++) + putchar(' '); + + printf("%s (", attr->name); + if (attr->num_values > 1) + printf("1setOf "); + printf("%s):", tags[attr->value_tag]); + + switch (attr->value_tag) + { + case IPP_TAG_ENUM : + case IPP_TAG_INTEGER : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %d", val->integer); + putchar('\n'); + break; + + case IPP_TAG_BOOLEAN : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %s", val->boolean ? "true" : "false"); + putchar('\n'); + break; + + case IPP_TAG_RANGE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %d-%d", val->range.lower, val->range.upper); + putchar('\n'); + break; + + case IPP_TAG_DATE : + { + time_t vtime; /* Date/Time value */ + struct tm *vdate; /* Date info */ + char vstring[256]; /* Formatted time */ + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + vtime = ippDateToTime(val->date); + vdate = localtime(&vtime); + strftime(vstring, sizeof(vstring), "%c", vdate); + printf(" (%s)", vstring); + } + } + putchar('\n'); + break; + + case IPP_TAG_RESOLUTION : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %dx%d%s", val->resolution.xres, val->resolution.yres, + val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpc"); + putchar('\n'); + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" \"%s\"", val->string.text); + putchar('\n'); + break; + + case IPP_TAG_BEGIN_COLLECTION : + putchar('\n'); + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + if (i) + putchar('\n'); + print_attributes(val->collection, indent + 4); + } + break; + + default : + printf("UNKNOWN (%d values)\n", attr->num_values); + break; + } + } +} + + +/* + * 'read_cb()' - Read data from a buffer. + */ + +ssize_t /* O - Number of bytes read */ +read_cb(void *data, /* I - Data */ + ipp_uchar_t *buffer, /* O - Buffer to read */ + size_t bytes) /* I - Number of bytes to read */ +{ + int count; /* Number of bytes */ + + + /* + * Copy bytes from the data buffer to the read buffer... + */ + + for (count = bytes; count > 0 && rpos < wused; count --, rpos ++) + *buffer++ = wbuffer[rpos]; + + /* + * Return the number of bytes read... + */ + + return (bytes - count); +} + + +/* + * 'write_cb()' - Write data into a buffer. + */ + +ssize_t /* O - Number of bytes written */ +write_cb(void *data, /* I - Data */ + ipp_uchar_t *buffer, /* I - Buffer to write */ + size_t bytes) /* I - Number of bytes to write */ +{ + int count; /* Number of bytes */ + + + /* + * Loop until all bytes are written... + */ + + for (count = bytes; count > 0 && wused < sizeof(wbuffer); count --, wused ++) + wbuffer[wused] = *buffer++; + + /* + * Return the number of bytes written... + */ + + return (bytes - count); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/testlang.c b/cups/testlang.c new file mode 100644 index 0000000000..068119893e --- /dev/null +++ b/cups/testlang.c @@ -0,0 +1,89 @@ +/* + * "$Id$" + * + * Localization test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Load the specified language and show the strings for yes and no. + */ + +/* + * Include necessary headers... + */ + +#include +#include "i18n.h" + + +/* + * 'main()' - Load the specified language and show the strings for yes and no. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + cups_lang_t *language; /* Message catalog */ + cups_lang_t *language2; /* Message catalog */ + + + if (argc == 1) + { + language = cupsLangDefault(); + language2 = cupsLangDefault(); + } + else + { + language = cupsLangGet(argv[1]); + language2 = cupsLangGet(argv[1]); + } + + if (language != language2) + { + puts("**** ERROR: Language cache did not work! ****"); + puts("First result from cupsLangGet:"); + } + + printf("Language = \"%s\"\n", language->language); + printf("Encoding = \"%s\"\n", _cupsEncodingName(language->encoding)); + printf("No = \"%s\"\n", _cupsLangString(language, "No")); + printf("Yes = \"%s\"\n", _cupsLangString(language, "Yes")); + + if (language != language2) + { + puts("Second result from cupsLangGet:"); + + printf("Language = \"%s\"\n", language2->language); + printf("Encoding = \"%s\"\n", _cupsEncodingName(language2->encoding)); + printf("No = \"%s\"\n", _cupsLangString(language2, "No")); + printf("Yes = \"%s\"\n", _cupsLangString(language2, "Yes")); + } + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/testppd.c b/cups/testppd.c new file mode 100644 index 0000000000..5376c1d623 --- /dev/null +++ b/cups/testppd.c @@ -0,0 +1,312 @@ +/* + * "$Id$" + * + * PPD test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include "ppd.h" +#ifdef WIN32 +# include +#else +# include +# include +#endif /* WIN32 */ + + +/* + * Test data... + */ + +static const char *default_code = + "[{\n" + "%%BeginFeature: *PageRegion Letter\n" + "PageRegion=Letter\n" + "%%EndFeature\n" + "} stopped cleartomark\n" + "[{\n" + "%%BeginFeature: *InputSlot Tray\n" + "InputSlot=Tray\n" + "%%EndFeature\n" + "} stopped cleartomark\n" + "[{\n" + "%%BeginFeature: *IntOption None\n" + "%%EndFeature\n" + "} stopped cleartomark\n" + "[{\n" + "%%BeginFeature: *StringOption None\n" + "%%EndFeature\n" + "} stopped cleartomark\n"; + +static const char *custom_code = + "[{\n" + "%%BeginFeature: *CustomPageSize True\n" + "400\n" + "500\n" + "0\n" + "0\n" + "0\n" + "PageSize=Custom\n" + "%%EndFeature\n" + "} stopped cleartomark\n" + "[{\n" + "%%BeginFeature: *InputSlot Tray\n" + "InputSlot=Tray\n" + "%%EndFeature\n" + "} stopped cleartomark\n" + "[{\n" + "%%BeginFeature: *IntOption None\n" + "%%EndFeature\n" + "} stopped cleartomark\n" + "[{\n" + "%%BeginFeature: *StringOption None\n" + "%%EndFeature\n" + "} stopped cleartomark\n"; + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + ppd_file_t *ppd; /* PPD file loaded from disk */ + int status; /* Status of tests (0 = success, 1 = fail) */ + int conflicts; /* Number of conflicts */ + char *s; /* String */ + + + status = 0; + + if (argc == 1) + { + fputs("ppdOpenFile: ", stdout); + + if ((ppd = ppdOpenFile("test.ppd")) != NULL) + puts("PASS"); + else + { + ppd_status_t err; /* Last error in file */ + int line; /* Line number in file */ + + + status ++; + err = ppdLastError(&line); + + printf("FAIL (%s on line %d)\n", ppdErrorString(err), line); + } + + fputs("ppdMarkDefaults: ", stdout); + ppdMarkDefaults(ppd); + + if ((conflicts = ppdConflicts(ppd)) == 0) + puts("PASS"); + else + { + status ++; + printf("FAIL (%d conflicts)\n", conflicts); + } + + fputs("ppdEmitString (defaults): ", stdout); + if ((s = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL && + !strcmp(s, default_code)) + puts("PASS"); + else + { + printf("FAIL (%d bytes instead of %d)\n", s ? (int)strlen(s) : 0, + (int)strlen(default_code)); + + if (s) + puts(s); + } + + if (s) + free(s); + + fputs("ppdEmitString (custom size): ", stdout); + ppdMarkOption(ppd, "PageSize", "Custom.400x500"); + + if ((s = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL && + !strcmp(s, custom_code)) + puts("PASS"); + else + { + printf("FAIL (%d bytes instead of %d)\n", s ? (int)strlen(s) : 0, + (int)strlen(custom_code)); + + if (s) + puts(s); + } + + if (s) + free(s); + + ppdClose(ppd); + } + else + { + if ((ppd = ppdOpenFile(argv[1])) == NULL) + { + ppd_status_t err; /* Last error in file */ + int line; /* Line number in file */ + + + status ++; + err = ppdLastError(&line); + + printf("%s: %s on line %d\n", argv[1], ppdErrorString(err), line); + } + else + { + int i, j, k; /* Looping vars */ + ppd_attr_t *attr; /* Current attribute */ + ppd_group_t *group; /* Option group */ + ppd_option_t *option; /* Option */ + ppd_coption_t *coption; /* Custom option */ + ppd_cparam_t *cparam; /* Custom parameter */ + char lang[255]; /* LANG environment variable */ + + + if (argc > 2) + { + snprintf(lang, sizeof(lang), "LANG=%s", argv[2]); + putenv(lang); + } + + ppdLocalize(ppd); + + for (i = ppd->num_groups, group = ppd->groups; + i > 0; + i --, group ++) + { + printf("%s (%s):\n", group->name, group->text); + + for (j = group->num_options, option = group->options; + j > 0; + j --, option ++) + { + printf(" %s (%s):\n", option->keyword, option->text); + + for (k = 0; k < option->num_choices; k ++) + printf(" - %s (%s)\n", option->choices[k].choice, + option->choices[k].text); + + if ((coption = ppdFindCustomOption(ppd, option->keyword)) != NULL) + { + for (cparam = (ppd_cparam_t *)cupsArrayFirst(coption->params); + cparam; + cparam = (ppd_cparam_t *)cupsArrayNext(coption->params)) + { + switch (cparam->type) + { + case PPD_CUSTOM_CURVE : + printf(" %s(%s): PPD_CUSTOM_CURVE (%g to %g)\n", + cparam->name, cparam->text, + cparam->minimum.custom_curve, + cparam->maximum.custom_curve); + break; + + case PPD_CUSTOM_INT : + printf(" %s(%s): PPD_CUSTOM_INT (%d to %d)\n", + cparam->name, cparam->text, + cparam->minimum.custom_int, + cparam->maximum.custom_int); + break; + + case PPD_CUSTOM_INVCURVE : + printf(" %s(%s): PPD_CUSTOM_INVCURVE (%g to %g)\n", + cparam->name, cparam->text, + cparam->minimum.custom_invcurve, + cparam->maximum.custom_invcurve); + break; + + case PPD_CUSTOM_PASSCODE : + printf(" %s(%s): PPD_CUSTOM_PASSCODE (%d to %d)\n", + cparam->name, cparam->text, + cparam->minimum.custom_passcode, + cparam->maximum.custom_passcode); + break; + + case PPD_CUSTOM_PASSWORD : + printf(" %s(%s): PPD_CUSTOM_PASSWORD (%d to %d)\n", + cparam->name, cparam->text, + cparam->minimum.custom_password, + cparam->maximum.custom_password); + break; + + case PPD_CUSTOM_POINTS : + printf(" %s(%s): PPD_CUSTOM_POINTS (%g to %g)\n", + cparam->name, cparam->text, + cparam->minimum.custom_points, + cparam->maximum.custom_points); + break; + + case PPD_CUSTOM_REAL : + printf(" %s(%s): PPD_CUSTOM_REAL (%g to %g)\n", + cparam->name, cparam->text, + cparam->minimum.custom_real, + cparam->maximum.custom_real); + break; + + case PPD_CUSTOM_STRING : + printf(" %s(%s): PPD_CUSTOM_STRING (%d to %d)\n", + cparam->name, cparam->text, + cparam->minimum.custom_string, + cparam->maximum.custom_string); + break; + } + } + } + } + } + + puts("Attributes:"); + + for (attr = (ppd_attr_t *)cupsArrayFirst(ppd->sorted_attrs); + attr; + attr = (ppd_attr_t *)cupsArrayNext(ppd->sorted_attrs)) + printf(" *%s %s/%s: \"%s\"\n", attr->name, attr->spec, + attr->text, attr->value ? attr->value : ""); + } + } + + return (status); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/transcode.c b/cups/transcode.c new file mode 100644 index 0000000000..bb48bd0155 --- /dev/null +++ b/cups/transcode.c @@ -0,0 +1,1659 @@ +/* + * "$Id$" + * + * Transcoding support for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are + * the property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the + * file "LICENSE.txt" which should have been included with this file. + * If this file is missing or damaged please contact Easy Software + * Products at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * _cupsCharmapFlush() - Flush all character set maps out of cache. + * _cupsCharmapFree() - Free a character set map. + * _cupsCharmapGet() - Get a character set map. + * cupsCharsetToUTF8() - Convert legacy character set to UTF-8. + * cupsUTF8ToCharset() - Convert UTF-8 to legacy character set. + * cupsUTF8ToUTF32() - Convert UTF-8 to UTF-32. + * cupsUTF32ToUTF8() - Convert UTF-32 to UTF-8. + * compare_wide() - Compare key for wide (VBCS) match. + * conv_sbcs_to_utf8() - Convert legacy SBCS to UTF-8. + * conv_utf8_to_sbcs() - Convert UTF-8 to legacy SBCS. + * conv_utf8_to_vbcs() - Convert UTF-8 to legacy DBCS/VBCS. + * conv_vbcs_to_utf8() - Convert legacy DBCS/VBCS to UTF-8. + * free_sbcs_charmap() - Free memory used by a single byte character set. + * free_vbcs_charmap() - Free memory used by a variable byte character set. + * get_charmap() - Lookup or get a character set map (private). + * get_charmap_count() - Count lines in a charmap file. + * get_sbcs_charmap() - Get SBCS Charmap. + * get_vbcs_charmap() - Get DBCS/VBCS Charmap. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include +#include +#include +#include + + +/* + * Local globals... + */ + +#ifdef HAVE_PTHREAD_H +static pthread_mutex_t map_mutex = PTHREAD_MUTEX_INITIALIZER; + /* Mutex to control access to maps */ +#endif /* HAVE_PTHREAD_H */ +static _cups_cmap_t *cmap_cache = NULL; + /* SBCS Charmap Cache */ +static _cups_vmap_t *vmap_cache = NULL; + /* VBCS Charmap Cache */ + + +/* + * Local functions... + */ + +static int compare_wide(const void *k1, const void *k2); +static int conv_sbcs_to_utf8(cups_utf8_t *dest, + const cups_sbcs_t *src, + int maxout, + const cups_encoding_t encoding); +static int conv_utf8_to_sbcs(cups_sbcs_t *dest, + const cups_utf8_t *src, + int maxout, + const cups_encoding_t encoding); +static int conv_utf8_to_vbcs(cups_sbcs_t *dest, + const cups_utf8_t *src, + int maxout, + const cups_encoding_t encoding); +static int conv_vbcs_to_utf8(cups_utf8_t *dest, + const cups_sbcs_t *src, + int maxout, + const cups_encoding_t encoding); +static void free_sbcs_charmap(_cups_cmap_t *sbcs); +static void free_vbcs_charmap(_cups_vmap_t *vbcs); +static void *get_charmap(const cups_encoding_t encoding); +static int get_charmap_count(cups_file_t *fp); +static _cups_cmap_t *get_sbcs_charmap(const cups_encoding_t encoding, + const char *filename); +static _cups_vmap_t *get_vbcs_charmap(const cups_encoding_t encoding, + const char *filename); + + +/* + * '_cupsCharmapFlush()' - Flush all character set maps out of cache. + */ + +void +_cupsCharmapFlush(void) +{ + _cups_cmap_t *cmap, /* Legacy SBCS / Unicode Charset Map */ + *cnext; /* Next Legacy SBCS Charset Map */ + _cups_vmap_t *vmap, /* Legacy VBCS / Unicode Charset Map */ + *vnext; /* Next Legacy VBCS Charset Map */ + + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + /* + * Loop through SBCS charset map cache, free all memory... + */ + + for (cmap = cmap_cache; cmap; cmap = cnext) + { + cnext = cmap->next; + + free_sbcs_charmap(cmap); + } + + cmap_cache = NULL; + + /* + * Loop through DBCS/VBCS charset map cache, free all memory... + */ + + for (vmap = vmap_cache; vmap; vmap = vnext) + { + vnext = vmap->next; + + free_vbcs_charmap(vmap); + + free(vmap); + } + + vmap_cache = NULL; + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ +} + + +/* + * '_cupsCharmapFree()' - Free a character set map. + * + * This does not actually free; use '_cupsCharmapFlush()' for that. + */ + +void +_cupsCharmapFree( + const cups_encoding_t encoding) /* I - Encoding */ +{ + _cups_cmap_t *cmap; /* Legacy SBCS / Unicode Charset Map */ + _cups_vmap_t *vmap; /* Legacy VBCS / Unicode Charset Map */ + + + /* + * See if we already have this SBCS charset map loaded... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + for (cmap = cmap_cache; cmap; cmap = cmap->next) + { + if (cmap->encoding == encoding) + { + if (cmap->used > 0) + cmap->used --; + break; + } + } + + /* + * See if we already have this DBCS/VBCS charset map loaded... + */ + + for (vmap = vmap_cache; vmap; vmap = vmap->next) + { + if (vmap->encoding == encoding) + { + if (vmap->used > 0) + vmap->used --; + break; + } + } + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ +} + + +/* + * '_cupsCharmapGet()' - Get a character set map. + * + * This code handles single-byte (SBCS), double-byte (DBCS), and + * variable-byte (VBCS) character sets _without_ charset escapes... + * This code does not handle multiple-byte character sets (MBCS) + * (such as ISO-2022-JP) with charset switching via escapes... + */ + +void * /* O - Charset map pointer */ +_cupsCharmapGet( + const cups_encoding_t encoding) /* I - Encoding */ +{ + void *charmap; /* Charset map pointer */ + + + DEBUG_printf(("_cupsCharmapGet(encoding=%d)\n", encoding)); + + /* + * Check for valid arguments... + */ + + if (encoding < 0 || encoding >= CUPS_ENCODING_VBCS_END) + { + DEBUG_puts(" Bad encoding, returning NULL!"); + return (NULL); + } + + /* + * Lookup or get the charset map pointer and return... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + charmap = get_charmap(encoding); + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (charmap); +} + + +/* + * 'cupsCharsetToUTF8()' - Convert legacy character set to UTF-8. + * + * This code handles single-byte (SBCS), double-byte (DBCS), and + * variable-byte (VBCS) character sets _without_ charset escapes... + * This code does not handle multiple-byte character sets (MBCS) + * (such as ISO-2022-JP) with charset switching via escapes... + */ + +int /* O - Count or -1 on error */ +cupsCharsetToUTF8( + cups_utf8_t *dest, /* O - Target string */ + const char *src, /* I - Source string */ + const int maxout, /* I - Max output */ + const cups_encoding_t encoding) /* I - Encoding */ +{ + int bytes; /* Number of bytes converted */ + + + /* + * Check for valid arguments... + */ + + DEBUG_printf(("cupsCharsetToUTF8(dest=%p, src=\"%s\", maxout=%d, encoding=%d)\n", + dest, src, maxout, encoding)); + + if (dest) + *dest = '\0'; + + if (!dest || !src || maxout < 1 || maxout > CUPS_MAX_USTRING) + { + DEBUG_puts(" Bad arguments, returning -1"); + return (-1); + } + + /* + * Handle identity conversions... + */ + + if (encoding == CUPS_UTF8 || + encoding < 0 || encoding >= CUPS_ENCODING_VBCS_END) + { + strlcpy((char *)dest, src, maxout); + return ((int)strlen((char *)dest)); + } + + /* + * Handle ISO-8859-1 to UTF-8 directly... + */ + + if (encoding == CUPS_ISO8859_1) + { + int ch; /* Character from string */ + cups_utf8_t *destptr, /* Pointer into UTF-8 buffer */ + *destend; /* End of UTF-8 buffer */ + + + destptr = dest; + destend = dest + maxout - 2; + + while (*src && destptr < destend) + { + ch = *src++ & 255; + + if (ch & 128) + { + *destptr++ = 0xc0 | (ch >> 6); + *destptr++ = 0x80 | (ch & 0x3f); + } + else + *destptr++ = ch; + } + + *destptr = '\0'; + + return ((int)(destptr - dest)); + } + + /* + * Convert input legacy charset to UTF-8... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + if (encoding < CUPS_ENCODING_SBCS_END) + bytes = conv_sbcs_to_utf8(dest, (cups_sbcs_t *)src, maxout, encoding); + else if (encoding < CUPS_ENCODING_VBCS_END) + bytes = conv_vbcs_to_utf8(dest, (cups_sbcs_t *)src, maxout, encoding); + else + { + DEBUG_puts(" Bad encoding, returning -1"); + bytes = -1; + } + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (bytes); +} + + +/* + * 'cupsUTF8ToCharset()' - Convert UTF-8 to legacy character set. + * + * This code handles single-byte (SBCS), double-byte (DBCS), and + * variable-byte (VBCS) character sets _without_ charset escapes... + * This code does not handle multiple-byte character sets (MBCS) + * (such as ISO-2022-JP) with charset switching via escapes... + */ + +int /* O - Count or -1 on error */ +cupsUTF8ToCharset( + char *dest, /* O - Target string */ + const cups_utf8_t *src, /* I - Source string */ + const int maxout, /* I - Max output */ + const cups_encoding_t encoding) /* I - Encoding */ +{ + int bytes; /* Number of bytes converted */ + + + /* + * Check for valid arguments... + */ + + if (!dest || !src || maxout < 1 || maxout > CUPS_MAX_USTRING) + { + if (dest) + *dest = '\0'; + + return (-1); + } + + /* + * Handle identity conversions... + */ + + if (encoding == CUPS_UTF8 || + encoding < 0 || encoding >= CUPS_ENCODING_VBCS_END) + { + strlcpy(dest, (char *)src, maxout); + return ((int)strlen(dest)); + } + + /* + * Handle UTF-8 to ISO-8859-1 directly... + */ + + if (encoding == CUPS_ISO8859_1) + { + int ch; /* Character from string */ + char *destptr, /* Pointer into ISO-8859-1 buffer */ + *destend; /* End of ISO-8859-1 buffer */ + + + destptr = dest; + destend = dest + maxout - 1; + + while (*src && destptr < destend) + { + ch = *src++; + + if ((ch & 0xe0) == 0xc0) + { + ch = ((ch & 0x1f) << 6) | (*src++ & 0x3f); + + if (ch < 256) + *destptr++ = ch; + else + *destptr++ = '?'; + } + else if ((ch & 0xf0) == 0xe0 || + (ch & 0xf8) == 0xf0) + *destptr++ = '?'; + else if (!(ch & 0x80)) + *destptr++ = ch; + } + + *destptr = '\0'; + + return ((int)(destptr - dest)); + } + + /* + * Convert input UTF-8 to legacy charset... + */ + +#ifdef HAVE_PTHREAD_H + pthread_mutex_lock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + if (encoding < CUPS_ENCODING_SBCS_END) + bytes = conv_utf8_to_sbcs((cups_sbcs_t *)dest, src, maxout, encoding); + else if (encoding < CUPS_ENCODING_VBCS_END) + bytes = conv_utf8_to_vbcs((cups_sbcs_t *)dest, src, maxout, encoding); + else + bytes = -1; + +#ifdef HAVE_PTHREAD_H + pthread_mutex_unlock(&map_mutex); +#endif /* HAVE_PTHREAD_H */ + + return (bytes); +} + + +/* + * 'cupsUTF8ToUTF32()' - Convert UTF-8 to UTF-32. + * + * 32-bit UTF-32 (actually 21-bit) maps to UTF-8 as follows... + * + * UTF-32 char UTF-8 char(s) + * -------------------------------------------------- + * 0 to 127 = 0xxxxxxx (US-ASCII) + * 128 to 2047 = 110xxxxx 10yyyyyy + * 2048 to 65535 = 1110xxxx 10yyyyyy 10zzzzzz + * > 65535 = 11110xxx 10yyyyyy 10zzzzzz 10xxxxxx + * + * UTF-32 prohibits chars beyond Plane 16 (> 0x10ffff) in UCS-4, + * which would convert to five- or six-octet UTF-8 sequences... + */ + +int /* O - Count or -1 on error */ +cupsUTF8ToUTF32( + cups_utf32_t *dest, /* O - Target string */ + const cups_utf8_t *src, /* I - Source string */ + const int maxout) /* I - Max output */ +{ + int i; /* Looping variable */ + cups_utf8_t ch; /* Character value */ + cups_utf8_t next; /* Next character value */ + cups_utf32_t ch32; /* UTF-32 character value */ + + + /* + * Check for valid arguments and clear output... + */ + + if (dest) + *dest = 0; + + if (!dest || !src || maxout < 1 || maxout > CUPS_MAX_USTRING) + return (-1); + + /* + * Convert input UTF-8 to output UTF-32 (and insert BOM)... + */ + + *dest++ = 0xfeff; + + for (i = maxout - 1; *src && i > 0; i --) + { + ch = *src++; + + /* + * Convert UTF-8 character(s) to UTF-32 character... + */ + + if (!(ch & 0x80)) + { + /* + * One-octet UTF-8 <= 127 (US-ASCII)... + */ + + *dest++ = ch; + continue; + } + else if ((ch & 0xe0) == 0xc0) + { + /* + * Two-octet UTF-8 <= 2047 (Latin-x)... + */ + + next = *src++; + if (!next) + return (-1); + + ch32 = ((ch & 0x1f) << 6) | (next & 0x3f); + + /* + * Check for non-shortest form (invalid UTF-8)... + */ + + if (ch32 < 0x80) + return (-1); + + *dest++ = ch32; + } + else if ((ch & 0xf0) == 0xe0) + { + /* + * Three-octet UTF-8 <= 65535 (Plane 0 - BMP)... + */ + + next = *src++; + if (!next) + return (-1); + + ch32 = ((ch & 0x0f) << 6) | (next & 0x3f); + + next = *src++; + if (!next) + return (-1); + + ch32 = (ch32 << 6) | (next & 0x3f); + + /* + * Check for non-shortest form (invalid UTF-8)... + */ + + if (ch32 < 0x800) + return (-1); + + *dest++ = ch32; + } + else if ((ch & 0xf8) == 0xf0) + { + /* + * Four-octet UTF-8... + */ + + next = *src++; + if (!next) + return (-1); + + ch32 = ((ch & 0x07) << 6) | (next & 0x3f); + + next = *src++; + if (!next) + return (-1); + + ch32 = (ch32 << 6) | (next & 0x3f); + + next = *src++; + if (!next) + return (-1); + + ch32 = (ch32 << 6) | (next & 0x3f); + + /* + * Check for non-shortest form (invalid UTF-8)... + */ + + if (ch32 < 0x10000) + return (-1); + + *dest++ = ch32; + } + else + { + /* + * More than 4-octet (invalid UTF-8 sequence)... + */ + + return (-1); + } + + /* + * Check for UTF-16 surrogate (illegal UTF-8)... + */ + + if (ch32 >= 0xd800 && ch32 <= 0xdfff) + return (-1); + } + + *dest = 0; + + return (i); +} + + +/* + * 'cupsUTF32ToUTF8()' - Convert UTF-32 to UTF-8. + * + * 32-bit UTF-32 (actually 21-bit) maps to UTF-8 as follows... + * + * UTF-32 char UTF-8 char(s) + * -------------------------------------------------- + * 0 to 127 = 0xxxxxxx (US-ASCII) + * 128 to 2047 = 110xxxxx 10yyyyyy + * 2048 to 65535 = 1110xxxx 10yyyyyy 10zzzzzz + * > 65535 = 11110xxx 10yyyyyy 10zzzzzz 10xxxxxx + * + * UTF-32 prohibits chars beyond Plane 16 (> 0x10ffff) in UCS-4, + * which would convert to five- or six-octet UTF-8 sequences... + */ + +int /* O - Count or -1 on error */ +cupsUTF32ToUTF8( + cups_utf8_t *dest, /* O - Target string */ + const cups_utf32_t *src, /* I - Source string */ + const int maxout) /* I - Max output */ +{ + cups_utf8_t *start; /* Start of destination string */ + int i; /* Looping variable */ + int swap; /* Byte-swap input to output */ + cups_utf32_t ch; /* Character value */ + + + /* + * Check for valid arguments and clear output... + */ + + if (dest) + *dest = '\0'; + + if (!dest || !src || maxout < 1) + return (-1); + + /* + * Check for leading BOM in UTF-32 and inverted BOM... + */ + + start = dest; + swap = *src == 0xfffe0000; + + if (*src == 0xfffe0000 || *src == 0xfeff) + src ++; + + /* + * Convert input UTF-32 to output UTF-8... + */ + + for (i = maxout - 1; *src && i > 0;) + { + ch = *src++; + + /* + * Byte swap input UTF-32, if necessary... + * (only byte-swapping 24 of 32 bits) + */ + + if (swap) + ch = ((ch >> 24) | ((ch >> 8) & 0xff00) | ((ch << 8) & 0xff0000)); + + /* + * Check for beyond Plane 16 (invalid UTF-32)... + */ + + if (ch > 0x10ffff) + return (-1); + + /* + * Convert UTF-32 character to UTF-8 character(s)... + */ + + if (ch < 0x80) + { + /* + * One-octet UTF-8 <= 127 (US-ASCII)... + */ + + *dest++ = (cups_utf8_t)ch; + i --; + } + else if (ch < 0x800) + { + /* + * Two-octet UTF-8 <= 2047 (Latin-x)... + */ + + if (i < 2) + return (-1); + + *dest++ = (cups_utf8_t)(0xc0 | ((ch >> 6) & 0x1f)); + *dest++ = (cups_utf8_t)(0x80 | (ch & 0x3f)); + i -= 2; + } + else if (ch < 0x10000) + { + /* + * Three-octet UTF-8 <= 65535 (Plane 0 - BMP)... + */ + + if (i < 3) + return (-1); + + *dest++ = (cups_utf8_t)(0xe0 | ((ch >> 12) & 0x0f)); + *dest++ = (cups_utf8_t)(0x80 | ((ch >> 6) & 0x3f)); + *dest++ = (cups_utf8_t)(0x80 | (ch & 0x3f)); + i -= 3; + } + else + { + /* + * Four-octet UTF-8... + */ + + if (i < 4) + return (-1); + + *dest++ = (cups_utf8_t)(0xf0 | ((ch >> 18) & 0x07)); + *dest++ = (cups_utf8_t)(0x80 | ((ch >> 12) & 0x3f)); + *dest++ = (cups_utf8_t)(0x80 | ((ch >> 6) & 0x3f)); + *dest++ = (cups_utf8_t)(0x80 | (ch & 0x3f)); + i -= 4; + } + } + + *dest = '\0'; + + return ((int)(dest - start)); +} + + +/* + * 'compare_wide()' - Compare key for wide (VBCS) match. + */ + +static int +compare_wide(const void *k1, /* I - Key char */ + const void *k2) /* I - Map char */ +{ + cups_vbcs_t key; /* Legacy key character */ + cups_vbcs_t map; /* Legacy map character */ + + + key = *((cups_vbcs_t *)k1); + map = ((_cups_wide2uni_t *)k2)->widechar; + + return ((int)(key - map)); +} + + +/* + * 'conv_sbcs_to_utf8()' - Convert legacy SBCS to UTF-8. + */ + +static int /* O - Count or -1 on error */ +conv_sbcs_to_utf8( + cups_utf8_t *dest, /* O - Target string */ + const cups_sbcs_t *src, /* I - Source string */ + int maxout, /* I - Max output */ + const cups_encoding_t encoding) /* I - Encoding */ +{ + _cups_cmap_t *cmap; /* Legacy SBCS / Unicode Charset Map */ + cups_ucs2_t *crow; /* Pointer to UCS-2 row in 'char2uni' */ + cups_sbcs_t legchar; /* Legacy character value */ + cups_utf32_t work[CUPS_MAX_USTRING], /* Internal UCS-4 string */ + *workptr; /* Pointer into string */ + + + /* + * Find legacy charset map in cache... + */ + + if ((cmap = (_cups_cmap_t *)get_charmap(encoding)) == NULL) + return (-1); + + /* + * Convert input legacy charset to internal UCS-4 (and insert BOM)... + */ + + work[0] = 0xfeff; + for (workptr = work + 1; *src && workptr < (work + CUPS_MAX_USTRING - 1);) + { + legchar = *src++; + + /* + * Convert ASCII verbatim (optimization)... + */ + + if (legchar < 0x80) + *workptr++ = (cups_utf32_t)legchar; + else + { + /* + * Convert unknown character to Replacement Character... + */ + + crow = cmap->char2uni + legchar; + + if (!*crow) + *workptr++ = 0xfffd; + else + *workptr++ = (cups_utf32_t)*crow; + } + } + + *workptr = 0; + + /* + * Convert internal UCS-4 to output UTF-8 (and delete BOM)... + */ + + cmap->used --; + + return (cupsUTF32ToUTF8(dest, work, maxout)); +} + + +/* + * 'conv_utf8_to_sbcs()' - Convert UTF-8 to legacy SBCS. + */ + +static int /* O - Count or -1 on error */ +conv_utf8_to_sbcs( + cups_sbcs_t *dest, /* O - Target string */ + const cups_utf8_t *src, /* I - Source string */ + int maxout, /* I - Max output */ + const cups_encoding_t encoding) /* I - Encoding */ +{ + cups_sbcs_t *start; /* Start of destination string */ + _cups_cmap_t *cmap; /* Legacy SBCS / Unicode Charset Map */ + cups_sbcs_t *srow; /* Pointer to SBCS row in 'uni2char' */ + cups_utf32_t unichar; /* Character value */ + cups_utf32_t work[CUPS_MAX_USTRING], /* Internal UCS-4 string */ + *workptr; /* Pointer into string */ + + + /* + * Find legacy charset map in cache... + */ + + if ((cmap = (_cups_cmap_t *)get_charmap(encoding)) == NULL) + return (-1); + + /* + * Convert input UTF-8 to internal UCS-4 (and insert BOM)... + */ + + if (cupsUTF8ToUTF32(work, src, CUPS_MAX_USTRING) < 0) + return (-1); + + /* + * Convert internal UCS-4 to SBCS legacy charset (and delete BOM)... + */ + + for (workptr = work + 1, start = dest; *workptr && maxout > 1; maxout --) + { + unichar = *workptr++; + if (!unichar) + break; + + /* + * Convert ASCII verbatim (optimization)... + */ + + if (unichar < 0x80) + { + *dest++ = (cups_sbcs_t)unichar; + continue; + } + + /* + * Convert unknown character to visible replacement... + */ + + srow = cmap->uni2char[(int)((unichar >> 8) & 0xff)]; + + if (srow) + srow += (int)(unichar & 0xff); + + if (!srow || !*srow) + *dest++ = '?'; + else + *dest++ = *srow; + } + + *dest = '\0'; + + cmap->used --; + + return ((int)(dest - start)); +} + + +/* + * 'conv_utf8_to_vbcs()' - Convert UTF-8 to legacy DBCS/VBCS. + */ + +static int /* O - Count or -1 on error */ +conv_utf8_to_vbcs( + cups_sbcs_t *dest, /* O - Target string */ + const cups_utf8_t *src, /* I - Source string */ + int maxout, /* I - Max output */ + const cups_encoding_t encoding) /* I - Encoding */ +{ + cups_sbcs_t *start; /* Start of destination string */ + _cups_vmap_t *vmap; /* Legacy DBCS / Unicode Charset Map */ + cups_vbcs_t *vrow; /* Pointer to VBCS row in 'uni2char' */ + cups_utf32_t unichar; /* Character value */ + cups_vbcs_t legchar; /* Legacy character value */ + cups_utf32_t work[CUPS_MAX_USTRING], /* Internal UCS-4 string */ + *workptr; /* Pointer into string */ + + + /* + * Find legacy charset map in cache... + */ + + if ((vmap = (_cups_vmap_t *)get_charmap(encoding)) == NULL) + return (-1); + + /* + * Convert input UTF-8 to internal UCS-4 (and insert BOM)... + */ + + if (cupsUTF8ToUTF32(work, src, CUPS_MAX_USTRING) < 0) + return (-1); + + /* + * Convert internal UCS-4 to VBCS legacy charset (and delete BOM)... + */ + + for (start = dest, workptr = work + 1; *workptr && maxout > 1; maxout --) + { + unichar = *workptr++; + if (!unichar) + break; + + /* + * Convert ASCII verbatim (optimization)... + */ + + if (unichar < 0x80) + { + *dest++ = (cups_sbcs_t)unichar; + continue; + } + + /* + * Convert unknown character to visible replacement... + */ + + vrow = vmap->uni2char[(int)((unichar >> 8) & 0xff)]; + + if (vrow) + vrow += (int)(unichar & 0xff); + + if (!vrow || !*vrow) + legchar = (cups_vbcs_t)'?'; + else + legchar = (cups_vbcs_t)*vrow; + + /* + * Save n-byte legacy character... + */ + + if (legchar > 0xffffff) + { + if (maxout < 5) + return (-1); + + *dest++ = (cups_sbcs_t)(legchar >> 24); + *dest++ = (cups_sbcs_t)(legchar >> 16); + *dest++ = (cups_sbcs_t)(legchar >> 8); + *dest++ = (cups_sbcs_t)legchar; + + maxout -= 3; + } + else if (legchar > 0xffff) + { + if (maxout < 4) + return (-1); + + *dest++ = (cups_sbcs_t)(legchar >> 16); + *dest++ = (cups_sbcs_t)(legchar >> 8); + *dest++ = (cups_sbcs_t)legchar; + + maxout -= 2; + } + else if (legchar > 0xff) + { + *dest++ = (cups_sbcs_t)(legchar >> 8); + *dest++ = (cups_sbcs_t)legchar; + + maxout --; + } + } + + *dest = '\0'; + + vmap->used --; + + return ((int)(dest - start)); +} + + +/* + * 'conv_vbcs_to_utf8()' - Convert legacy DBCS/VBCS to UTF-8. + */ + +static int /* O - Count or -1 on error */ +conv_vbcs_to_utf8( + cups_utf8_t *dest, /* O - Target string */ + const cups_sbcs_t *src, /* I - Source string */ + int maxout, /* I - Max output */ + const cups_encoding_t encoding) /* I - Encoding */ +{ + _cups_vmap_t *vmap; /* Legacy VBCS / Unicode Charset Map */ + cups_ucs2_t *crow; /* Pointer to UCS-2 row in 'char2uni' */ + _cups_wide2uni_t *wide2uni; /* Pointer to row in 'wide2uni' */ + cups_sbcs_t leadchar; /* Lead char of n-byte legacy char */ + cups_vbcs_t legchar; /* Legacy character value */ + cups_utf32_t work[CUPS_MAX_USTRING], /* Internal UCS-4 string */ + *workptr; /* Pointer into string */ + + + /* + * Find legacy charset map in cache... + */ + + if ((vmap = (_cups_vmap_t *)get_charmap(encoding)) == NULL) + return (-1); + + /* + * Convert input legacy charset to internal UCS-4 (and insert BOM)... + */ + + work[0] = 0xfeff; + for (workptr = work + 1; *src && workptr < (work + CUPS_MAX_USTRING - 1);) + { + legchar = *src++; + leadchar = (cups_sbcs_t)legchar; + + /* + * Convert ASCII verbatim (optimization)... + */ + + if (legchar < 0x80) + { + *workptr++ = (cups_utf32_t)legchar; + continue; + } + + /* + * Convert 2-byte legacy character... + */ + + if (vmap->lead2char[(int)leadchar] == leadchar) + { + if (!*src) + return (-1); + + legchar = (legchar << 8) | *src++; + + /* + * Convert unknown character to Replacement Character... + */ + + crow = vmap->char2uni[(int)((legchar >> 8) & 0xff)]; + if (crow) + crow += (int) (legchar & 0xff); + + if (!crow || !*crow) + *workptr++ = 0xfffd; + else + *workptr++ = (cups_utf32_t)*crow; + continue; + } + + /* + * Fetch 3-byte or 4-byte legacy character... + */ + + if (vmap->lead3char[(int)leadchar] == leadchar) + { + if (!*src || !src[1]) + return (-1); + + legchar = (legchar << 8) | *src++; + legchar = (legchar << 8) | *src++; + } + else if (vmap->lead4char[(int)leadchar] == leadchar) + { + if (!*src || !src[1] || !src[2]) + return (-1); + + legchar = (legchar << 8) | *src++; + legchar = (legchar << 8) | *src++; + legchar = (legchar << 8) | *src++; + } + else + return (-1); + + /* + * Find 3-byte or 4-byte legacy character... + */ + + wide2uni = (_cups_wide2uni_t *)bsearch(&legchar, + vmap->wide2uni, + vmap->widecount, + sizeof(_cups_wide2uni_t), + compare_wide); + + /* + * Convert unknown character to Replacement Character... + */ + + if (!wide2uni || !wide2uni->unichar) + *workptr++ = 0xfffd; + else + *workptr++ = wide2uni->unichar; + } + + *workptr = 0; + + vmap->used --; + + /* + * Convert internal UCS-4 to output UTF-8 (and delete BOM)... + */ + + return (cupsUTF32ToUTF8(dest, work, maxout)); +} + + +/* + * 'free_sbcs_charmap()' - Free memory used by a single byte character set. + */ + +static void +free_sbcs_charmap(_cups_cmap_t *cmap) /* I - Character set */ +{ + int i; /* Looping variable */ + + + for (i = 0; i < 256; i ++) + if (cmap->uni2char[i]) + free(cmap->uni2char[i]); + + free(cmap); +} + + +/* + * 'free_vbcs_charmap()' - Free memory used by a variable byte character set. + */ + +static void +free_vbcs_charmap(_cups_vmap_t *vmap) /* I - Character set */ +{ + int i; /* Looping variable */ + + + for (i = 0; i < 256; i ++) + if (vmap->char2uni[i]) + free(vmap->char2uni[i]); + + for (i = 0; i < 256; i ++) + if (vmap->uni2char[i]) + free(vmap->uni2char[i]); + + if (vmap->wide2uni) + free(vmap->wide2uni); + + free(vmap); +} + + +/* + * 'get_charmap()' - Lookup or get a character set map (private). + * + * This code handles single-byte (SBCS), double-byte (DBCS), and + * variable-byte (VBCS) character sets _without_ charset escapes... + * This code does not handle multiple-byte character sets (MBCS) + * (such as ISO-2022-JP) with charset switching via escapes... + */ + + +static void * /* O - Charset map pointer */ +get_charmap( + const cups_encoding_t encoding) /* I - Encoding */ +{ + char filename[1024]; /* Filename for charset map file */ + _cups_globals_t *cg = _cupsGlobals(); /* Global data */ + + + /* + * Get the data directory and charset map name... + */ + + snprintf(filename, sizeof(filename), "%s/charmaps/%s.txt", + cg->cups_datadir, _cupsEncodingName(encoding)); + + DEBUG_printf((" filename=\"%s\"\n", filename)); + + /* + * Read charset map input file into cache... + */ + + if (encoding < CUPS_ENCODING_SBCS_END) + return (get_sbcs_charmap(encoding, filename)); + else if (encoding < CUPS_ENCODING_VBCS_END) + return (get_vbcs_charmap(encoding, filename)); + else + return (NULL); +} + + +/* + * 'get_charmap_count()' - Count lines in a charmap file. + */ + +static int /* O - Count or -1 on error */ +get_charmap_count(cups_file_t *fp) /* I - File to read from */ +{ + int count; /* Number of lines */ + char line[256]; /* Line from input map file */ + + + /* + * Count lines in map input file... + */ + + count = 0; + + while (cupsFileGets(fp, line, sizeof(line))) + if (line[0] == '0') + count ++; + + /* + * Return the number of lines... + */ + + if (count > 0) + return (count); + else + return (-1); +} + + +/* + * 'get_sbcs_charmap()' - Get SBCS Charmap. + */ + +static _cups_cmap_t * /* O - Charmap or 0 on error */ +get_sbcs_charmap( + const cups_encoding_t encoding, /* I - Charmap Encoding */ + const char *filename) /* I - Charmap Filename */ +{ + unsigned long legchar; /* Legacy character value */ + cups_utf32_t unichar; /* Unicode character value */ + _cups_cmap_t *cmap; /* Legacy SBCS / Unicode Charset Map */ + cups_file_t *fp; /* Charset map file pointer */ + char *s; /* Line parsing pointer */ + cups_ucs2_t *crow; /* Pointer to UCS-2 row in 'char2uni' */ + cups_sbcs_t *srow; /* Pointer to SBCS row in 'uni2char' */ + char line[256]; /* Line from charset map file */ + + + /* + * See if we already have this SBCS charset map loaded... + */ + + for (cmap = cmap_cache; cmap; cmap = cmap->next) + { + if (cmap->encoding == encoding) + { + cmap->used ++; + DEBUG_printf((" returning existing cmap=%p\n", cmap)); + + return ((void *)cmap); + } + } + + /* + * Open SBCS charset map input file... + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + return (NULL); + + /* + * Allocate memory for SBCS charset map... + */ + + if ((cmap = (_cups_cmap_t *)calloc(1, sizeof(_cups_cmap_t))) == NULL) + { + cupsFileClose(fp); + DEBUG_puts(" Unable to allocate memory!"); + + return (NULL); + } + + cmap->used ++; + cmap->encoding = encoding; + + /* + * Save SBCS charset map into memory for transcoding... + */ + + while (cupsFileGets(fp, line, sizeof(line))) + { + if (line[0] != '0') + continue; + + legchar = strtol(line, &s, 16); + if (legchar < 0 || legchar > 0xff) + goto sbcs_error; + + unichar = strtol(s, NULL, 16); + if (unichar < 0 || unichar > 0xffff) + goto sbcs_error; + + /* + * Save legacy to Unicode mapping in direct lookup table... + */ + + crow = cmap->char2uni + legchar; + *crow = (cups_ucs2_t)(unichar & 0xffff); + + /* + * Save Unicode to legacy mapping in indirect lookup table... + */ + + srow = cmap->uni2char[(unichar >> 8) & 0xff]; + if (!srow) + { + srow = (cups_sbcs_t *)calloc(256, sizeof(cups_sbcs_t)); + if (!srow) + goto sbcs_error; + + cmap->uni2char[(unichar >> 8) & 0xff] = srow; + } + + srow += unichar & 0xff; + + /* + * Convert Replacement Character to visible replacement... + */ + + if (unichar == 0xfffd) + legchar = (unsigned long)'?'; + + /* + * First (oldest) legacy character uses Unicode mapping cell... + */ + + if (!*srow) + *srow = (cups_sbcs_t)legchar; + } + + cupsFileClose(fp); + + /* + * Add it to the cache and return... + */ + + cmap->next = cmap_cache; + cmap_cache = cmap; + + DEBUG_printf((" returning new cmap=%p\n", cmap)); + + return (cmap); + + /* + * If we get here, there was an error in the cmap file... + */ + + sbcs_error: + + free_sbcs_charmap(cmap); + + cupsFileClose(fp); + + DEBUG_puts(" Error, returning NULL!"); + + return (NULL); +} + + +/* + * 'get_vbcs_charmap()' - Get DBCS/VBCS Charmap. + */ + +static _cups_vmap_t * /* O - Charmap or 0 on error */ +get_vbcs_charmap( + const cups_encoding_t encoding, /* I - Charmap Encoding */ + const char *filename) /* I - Charmap Filename */ +{ + _cups_vmap_t *vmap; /* Legacy VBCS / Unicode Charset Map */ + cups_ucs2_t *crow; /* Pointer to UCS-2 row in 'char2uni' */ + cups_vbcs_t *vrow; /* Pointer to VBCS row in 'uni2char' */ + _cups_wide2uni_t *wide2uni; /* Pointer to row in 'wide2uni' */ + cups_sbcs_t leadchar; /* Lead char of 2-byte legacy char */ + unsigned long legchar; /* Legacy character value */ + cups_utf32_t unichar; /* Unicode character value */ + int mapcount; /* Count of lines in charmap file */ + cups_file_t *fp; /* Charset map file pointer */ + char *s; /* Line parsing pointer */ + char line[256]; /* Line from charset map file */ + int i; /* Loop variable */ + int wide; /* 32-bit legacy char */ + + + DEBUG_printf(("get_vbcs_charmap(encoding=%d, filename=\"%s\")\n", + encoding, filename)); + + /* + * See if we already have this DBCS/VBCS charset map loaded... + */ + + for (vmap = vmap_cache; vmap; vmap = vmap->next) + { + if (vmap->encoding == encoding) + { + vmap->used ++; + DEBUG_printf((" returning existing vmap=%p\n", vmap)); + + return ((void *)vmap); + } + } + + /* + * Open VBCS charset map input file... + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + { + DEBUG_printf((" Unable to open file: %s\n", strerror(errno))); + + return (NULL); + } + + /* + * Count lines in charmap file... + */ + + if ((mapcount = get_charmap_count(fp)) <= 0) + { + DEBUG_puts(" Unable to get charmap count!"); + + return (NULL); + } + + DEBUG_printf((" mapcount=%d\n", mapcount)); + + /* + * Allocate memory for DBCS/VBCS charset map... + */ + + if ((vmap = (_cups_vmap_t *)calloc(1, sizeof(_cups_vmap_t))) == NULL) + { + cupsFileClose(fp); + DEBUG_puts(" Unable to allocate memory!"); + + return (NULL); + } + + vmap->used ++; + vmap->encoding = encoding; + + /* + * Save DBCS/VBCS charset map into memory for transcoding... + */ + + leadchar = 0; + wide2uni = NULL; + + cupsFileRewind(fp); + + i = 0; + wide = 0; + + while (cupsFileGets(fp, line, sizeof(line))) + { + if (line[0] != '0') + continue; + + legchar = strtoul(line, &s, 16); + if (legchar == ULONG_MAX) + goto vbcs_error; + + unichar = strtol(s, NULL, 16); + if (unichar < 0 || unichar > 0xffff) + goto vbcs_error; + + i ++; + +/* DEBUG_printf((" i=%d, legchar=0x%08lx, unichar=0x%04x\n", i, + legchar, (unsigned)unichar)); */ + + /* + * Save lead char of 2/3/4-byte legacy char... + */ + + if (legchar > 0xff && legchar <= 0xffff) + { + leadchar = (cups_sbcs_t)(legchar >> 8); + vmap->lead2char[leadchar] = leadchar; + } + + if (legchar > 0xffff && legchar <= 0xffffff) + { + leadchar = (cups_sbcs_t)(legchar >> 16); + vmap->lead3char[leadchar] = leadchar; + } + + if (legchar > 0xffffff) + { + leadchar = (cups_sbcs_t)(legchar >> 24); + vmap->lead4char[leadchar] = leadchar; + } + + /* + * Save Legacy to Unicode mapping... + */ + + if (legchar <= 0xffff) + { + /* + * Save DBCS 16-bit to Unicode mapping in indirect lookup table... + */ + + crow = vmap->char2uni[(int)leadchar]; + if (!crow) + { + crow = (cups_ucs2_t *)calloc(256, sizeof(cups_ucs2_t)); + if (!crow) + goto vbcs_error; + + vmap->char2uni[(int)leadchar] = crow; + } + + crow[(int)(legchar & 0xff)] = (cups_ucs2_t)unichar; + } + else + { + /* + * Save VBCS 32-bit to Unicode mapping in sorted list table... + */ + + if (!wide) + { + wide = 1; + vmap->widecount = (mapcount - i + 1); + wide2uni = (_cups_wide2uni_t *)calloc(vmap->widecount, + sizeof(_cups_wide2uni_t)); + if (!wide2uni) + goto vbcs_error; + + vmap->wide2uni = wide2uni; + } + + wide2uni->widechar = (cups_vbcs_t)legchar; + wide2uni->unichar = (cups_ucs2_t)unichar; + wide2uni ++; + } + + /* + * Save Unicode to legacy mapping in indirect lookup table... + */ + + vrow = vmap->uni2char[(int)((unichar >> 8) & 0xff)]; + if (!vrow) + { + vrow = (cups_vbcs_t *)calloc(256, sizeof(cups_vbcs_t)); + if (!vrow) + goto vbcs_error; + + vmap->uni2char[(int) ((unichar >> 8) & 0xff)] = vrow; + } + + vrow += (int)(unichar & 0xff); + + /* + * Convert Replacement Character to visible replacement... + */ + + if (unichar == 0xfffd) + legchar = (unsigned long)'?'; + + /* + * First (oldest) legacy character uses Unicode mapping cell... + */ + + if (!*vrow) + *vrow = (cups_vbcs_t)legchar; + } + + vmap->charcount = (i - vmap->widecount); + + cupsFileClose(fp); + + /* + * Add it to the cache and return... + */ + + vmap->next = vmap_cache; + vmap_cache = vmap; + + DEBUG_printf((" returning new vmap=%p\n", vmap)); + + return (vmap); + + /* + * If we get here, the file contains errors... + */ + + vbcs_error: + + free_vbcs_charmap(vmap); + + cupsFileClose(fp); + + DEBUG_puts(" Error, returning NULL!"); + + return (NULL); +} + + +/* + * End of "$Id$" + */ diff --git a/cups/transcode.h b/cups/transcode.h new file mode 100644 index 0000000000..a8cb300b5d --- /dev/null +++ b/cups/transcode.h @@ -0,0 +1,88 @@ +/* + * "$Id$" + * + * Transcoding definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are + * the property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the + * file "LICENSE.txt" which should have been included with this file. + * If this file is missing or damaged please contact Easy Software + * Products at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_TRANSCODE_H_ +# define _CUPS_TRANSCODE_H_ + +/* + * Include necessary headers... + */ + +# include "language.h" + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Constants... + */ + +# define CUPS_MAX_USTRING 8192 /* Max size of Unicode string */ + + +/* + * Types... + */ + +typedef unsigned char cups_utf8_t; /* UTF-8 Unicode/ISO-10646 unit */ +typedef unsigned long cups_utf32_t; /* UTF-32 Unicode/ISO-10646 unit */ +typedef unsigned short cups_ucs2_t; /* UCS-2 Unicode/ISO-10646 unit */ +typedef unsigned long cups_ucs4_t; /* UCS-4 Unicode/ISO-10646 unit */ +typedef unsigned char cups_sbcs_t; /* SBCS Legacy 8-bit unit */ +typedef unsigned short cups_dbcs_t; /* DBCS Legacy 16-bit unit */ +typedef unsigned long cups_vbcs_t; /* VBCS Legacy 32-bit unit */ + /* EUC uses 8, 16, 24, 32-bit */ + + +/* + * Prototypes... + */ + +extern int cupsCharsetToUTF8(cups_utf8_t *dest, + const char *src, + const int maxout, + const cups_encoding_t encoding); +extern int cupsUTF8ToCharset(char *dest, + const cups_utf8_t *src, + const int maxout, + const cups_encoding_t encoding); +extern int cupsUTF8ToUTF32(cups_utf32_t *dest, + const cups_utf8_t *src, + const int maxout); +extern int cupsUTF32ToUTF8(cups_utf8_t *dest, + const cups_utf32_t *src, + const int maxout); + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_TRANSCODE_H_ */ + + +/* + * End of "$Id$" + */ diff --git a/cups/usersys.c b/cups/usersys.c new file mode 100644 index 0000000000..37e0ed4c22 --- /dev/null +++ b/cups/usersys.c @@ -0,0 +1,504 @@ +/* + * "$Id$" + * + * User, system, and password routines for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsEncryption() - Get the default encryption settings. + * cupsGetPassword() - Get a password from the user. + * cupsServer() - Return the hostname of the default server. + * cupsSetEncryption() - Set the encryption preference. + * cupsSetPasswordCB() - Set the password callback for CUPS. + * cupsSetServer() - Set the default server name. + * cupsSetUser() - Set the default user name. + * cupsUser() - Return the current users name. + * _cupsGetPassword() - Get a password from the user. + * cups_open_client_conf() - Open the client.conf file. + */ + +/* + * Include necessary headers... + */ + +#include "http-private.h" +#include "globals.h" +#include +#include +#ifdef WIN32 +# include +#endif /* WIN32 */ +#include "debug.h" + + +/* + * Local functions... + */ + +static cups_file_t *cups_open_client_conf(void); + + +/* + * 'cupsEncryption()' - Get the default encryption settings. + * + * The default encryption setting comes from the CUPS_ENCRYPTION + * environment variable, then the ~/.cupsrc file, and finally the + * /etc/cups/client.conf file. If not set, the default is + * HTTP_ENCRYPT_IF_REQUESTED. + */ + +http_encryption_t /* O - Encryption settings */ +cupsEncryption(void) +{ + cups_file_t *fp; /* client.conf file */ + char *encryption; /* CUPS_ENCRYPTION variable */ + char line[1024], /* Line from file */ + *value; /* Value on line */ + int linenum; /* Line number */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * First see if we have already set the encryption stuff... + */ + + if (cg->encryption == (http_encryption_t)-1) + { + /* + * Then see if the CUPS_ENCRYPTION environment variable is set... + */ + + if ((encryption = getenv("CUPS_ENCRYPTION")) == NULL) + { + /* + * No, open the client.conf file... + */ + + fp = cups_open_client_conf(); + encryption = "IfRequested"; + + if (fp) + { + /* + * Read the config file and look for an Encryption line... + */ + + linenum = 0; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum) != NULL) + if (!strcasecmp(line, "Encryption") && value) + { + /* + * Got it! + */ + + encryption = value; + break; + } + + cupsFileClose(fp); + } + } + + /* + * Set the encryption preference... + */ + + if (!strcasecmp(encryption, "never")) + cg->encryption = HTTP_ENCRYPT_NEVER; + else if (!strcasecmp(encryption, "always")) + cg->encryption = HTTP_ENCRYPT_ALWAYS; + else if (!strcasecmp(encryption, "required")) + cg->encryption = HTTP_ENCRYPT_REQUIRED; + else + cg->encryption = HTTP_ENCRYPT_IF_REQUESTED; + } + + return (cg->encryption); +} + + +/* + * 'cupsGetPassword()' - Get a password from the user. + * + * Uses the current password callback function. Returns NULL if the + * user does not provide a password. + */ + +const char * /* O - Password */ +cupsGetPassword(const char *prompt) /* I - Prompt string */ +{ + return ((*_cupsGlobals()->password_cb)(prompt)); +} + + +/* + * 'cupsSetEncryption()' - Set the encryption preference. + */ + +void +cupsSetEncryption(http_encryption_t e) /* I - New encryption preference */ +{ + _cupsGlobals()->encryption = e; +} + + +/* + * 'cupsServer()' - Return the hostname/address of the default server. + * + * The returned value can be a fully-qualified hostname, a numeric + * IPv4 or IPv6 address, or a domain socket pathname. + */ + +const char * /* O - Server name */ +cupsServer(void) +{ + cups_file_t *fp; /* client.conf file */ + char *server; /* Pointer to server name */ + char *port; /* Port number */ + char line[1024], /* Line from file */ + *value; /* Value on line */ + int linenum; /* Line number in file */ +#ifdef CUPS_DEFAULT_DOMAINSOCKET + struct stat sockinfo; /* Domain socket information */ +#endif /* CUPS_DEFAULT_DOMAINSOCKET */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * First see if we have already set the server name... + */ + + if (!cg->server[0]) + { + /* + * Then see if the CUPS_SERVER environment variable is set... + */ + + if ((server = getenv("CUPS_SERVER")) == NULL) + { + /* + * No environment variable, try the client.conf file... + */ + + fp = cups_open_client_conf(); + +#ifdef CUPS_DEFAULT_DOMAINSOCKET + /* + * If we are compiled with domain socket support, only use the + * domain socket if it exists and has the right permissions... + */ + + if (!stat(CUPS_DEFAULT_DOMAINSOCKET, &sockinfo) && + (sockinfo.st_mode & S_IRWXO) == S_IRWXO) + server = CUPS_DEFAULT_DOMAINSOCKET; + else +#endif /* CUPS_DEFAULT_DOMAINSOCKET */ + server = "localhost"; + + if (fp) + { + /* + * Read the config file and look for a ServerName line... + */ + + linenum = 0; + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum) != NULL) + { + DEBUG_printf(("cupsServer: %d: %s %s\n", linenum, line, + value ? value : "(null)")); + + if (!strcasecmp(line, "ServerName") && value) + { + /* + * Got it! + */ + + DEBUG_puts("cupsServer: Got a ServerName line!"); + server = value; + break; + } + } + + cupsFileClose(fp); + } + } + + /* + * Copy the server name over and set the port number, if any... + */ + + DEBUG_printf(("cupsServer: Using server \"%s\"...\n", server)); + + strlcpy(cg->server, server, sizeof(cg->server)); + + if (cg->server[0] != '/' && (port = strrchr(cg->server, ':')) != NULL && + !strchr(port, ']') && isdigit(port[1] & 255)) + { + *port++ = '\0'; + + DEBUG_printf(("cupsServer: Using port %d...\n", atoi(port))); + ippSetPort(atoi(port)); + } + + if (cg->server[0] == '/') + strcpy(cg->servername, "localhost"); + else + strlcpy(cg->servername, cg->server, sizeof(cg->servername)); + } + + return (cg->server); +} + + +/* + * 'cupsSetPasswordCB()' - Set the password callback for CUPS. + * + * Pass NULL to restore the default (console) password callback. + */ + +void +cupsSetPasswordCB(cups_password_cb_t cb)/* I - Callback function */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if (cb == (const char *(*)(const char *))0) + cg->password_cb = _cupsGetPassword; + else + cg->password_cb = cb; +} + + +/* + * 'cupsSetServer()' - Set the default server name. + * + * The "server" string can be a fully-qualified hostname, a numeric + * IPv4 or IPv6 address, or a domain socket pathname. Pass NULL to + * restore the default server name. + */ + +void +cupsSetServer(const char *server) /* I - Server name */ +{ + char *port; /* Pointer to port */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if (server) + { + strlcpy(cg->server, server, sizeof(cg->server)); + + if (cg->server[0] != '/' && (port = strrchr(cg->server, ':')) != NULL && + !strchr(port, ']') && isdigit(port[1] & 255)) + { + *port++ = '\0'; + + ippSetPort(atoi(port)); + } + + if (cg->server[0] == '/') + strcpy(cg->servername, "localhost"); + else + strlcpy(cg->servername, cg->server, sizeof(cg->servername)); + } + else + { + cg->server[0] = '\0'; + cg->servername[0] = '\0'; + } +} + + +/* + * 'cupsSetUser()' - Set the default user name. + * + * Pass NULL to restore the default user name. + */ + +void +cupsSetUser(const char *user) /* I - User name */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if (user) + strlcpy(cg->user, user, sizeof(cg->user)); + else + cg->user[0] = '\0'; +} + + +#if defined(WIN32) +/* + * WIN32 username and password stuff. + */ + +/* + * 'cupsUser()' - Return the current user's name. + */ + +const char * /* O - User name */ +cupsUser(void) +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if (!cg->user[0]) + { + DWORD size; /* Size of string */ + + + size = sizeof(cg->user); + if (!GetUserName(cg->user, &size)) + { + /* + * Use the default username... + */ + + strcpy(cg->user, "unknown"); + } + } + + return (cg->user); +} + + +/* + * '_cupsGetPassword()' - Get a password from the user. + */ + +const char * /* O - Password */ +_cupsGetPassword(const char *prompt) /* I - Prompt string */ +{ + return (NULL); +} +#else +/* + * UNIX username and password stuff... + */ + +# include + +/* + * 'cupsUser()' - Return the current user's name. + */ + +const char * /* O - User name */ +cupsUser(void) +{ + struct passwd *pwd; /* User/password entry */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if (!cg->user[0]) + { + /* + * Rewind the password file... + */ + + setpwent(); + + /* + * Lookup the password entry for the current user. + */ + + if ((pwd = getpwuid(getuid())) == NULL) + strcpy(cg->user, "unknown"); /* Unknown user! */ + else + { + /* + * Copy the username... + */ + + setpwent(); + + strlcpy(cg->user, pwd->pw_name, sizeof(cg->user)); + } + + /* + * Rewind the password file again... + */ + + setpwent(); + } + + return (cg->user); +} + + +/* + * '_cupsGetPassword()' - Get a password from the user. + */ + +const char * /* O - Password */ +_cupsGetPassword(const char *prompt) /* I - Prompt string */ +{ + return (getpass(prompt)); +} +#endif /* WIN32 */ + + +/* + * 'cups_open_client_conf()' - Open the client.conf file. + */ + +static cups_file_t * /* O - File or NULL */ +cups_open_client_conf(void) +{ + cups_file_t *fp; /* File */ + const char *home; /* Home directory of user */ + char filename[1024]; /* Filename */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if ((home = getenv("HOME")) != NULL) + { + /* + * Look for ~/.cups/client.conf or ~/.cupsrc... + */ + + snprintf(filename, sizeof(filename), "%s/.cups/client.conf", home); + if ((fp = cupsFileOpen(filename, "r")) != NULL) + { + DEBUG_printf(("cups_open_client_conf: Using \"%s\"...\n", filename)); + return (fp); + } + + snprintf(filename, sizeof(filename), "%s/.cupsrc", home); + if ((fp = cupsFileOpen(filename, "r")) != NULL) + { + DEBUG_printf(("cups_open_client_conf: Using \"%s\"...\n", filename)); + return (fp); + } + } + + snprintf(filename, sizeof(filename), "%s/client.conf", cg->cups_serverroot); + return (cupsFileOpen(filename, "r")); +} + + +/* + * End of "$Id$". + */ diff --git a/cups/utf8demo.txt b/cups/utf8demo.txt new file mode 100644 index 0000000000..03802e4d7a --- /dev/null +++ b/cups/utf8demo.txt @@ -0,0 +1,213 @@ +UTF-8 encoded sample plain-text file +‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ + +Markus Kuhn [ˈmaʳkʊs kuːn] — 2002-07-25 + + +The ASCII compatible UTF-8 encoding used in this plain-text file +is defined in Unicode, ISO 10646-1, and RFC 2279. + + +Using Unicode/UTF-8, you can write in emails and source code things such as + +Mathematics and sciences: + + ∮ E⋅da = Q, n → ∞, ∑ f(i) = ∏ g(i), ⎧⎡⎛┌─────┐⎞⎤⎫ + ⎪⎢⎜│a²+b³ ⎟⎥⎪ + ∀x∈ℝ: ⌈x⌉ = −⌊−x⌋, α ∧ ¬β = ¬(¬α ∨ β), ⎪⎢⎜│───── ⎟⎥⎪ + ⎪⎢⎜⎷ c₈ ⎟⎥⎪ + ℕ ⊆ ℕ₀ ⊂ ℤ ⊂ ℚ ⊂ ℝ ⊂ ℂ, ⎨⎢⎜ ⎟⎥⎬ + ⎪⎢⎜ ∞ ⎟⎥⎪ + ⊥ < a ≠ b ≡ c ≤ d ≪ ⊤ ⇒ (⟦A⟧ ⇔ ⟪B⟫), ⎪⎢⎜ ⎲ ⎟⎥⎪ + ⎪⎢⎜ ⎳aⁱ-bⁱ⎟⎥⎪ + 2H₂ + O₂ ⇌ 2H₂O, R = 4.7 kΩ, ⌀ 200 mm ⎩⎣⎝i=1 ⎠⎦⎭ + +Linguistics and dictionaries: + + ði ıntəˈnæʃənəl fəˈnɛtık əsoʊsiˈeıʃn + Y [ˈʏpsilɔn], Yen [jɛn], Yoga [ˈjoːgɑ] + +APL: + + ((V⍳V)=⍳⍴V)/V←,V ⌷←⍳→⍴∆∇⊃‾⍎⍕⌈ + +Nicer typography in plain text files: + + ╔══════════════════════════════════════════╗ + ║ ║ + ║ • ‘single’ and “double” quotes ║ + ║ ║ + ║ • Curly apostrophes: “We’ve been here” ║ + ║ ║ + ║ • Latin-1 apostrophe and accents: '´` ║ + ║ ║ + ║ • ‚deutsche‘ „Anführungszeichen“ ║ + ║ ║ + ║ • †, ‡, ‰, •, 3–4, —, −5/+5, ™, … ║ + ║ ║ + ║ • ASCII safety test: 1lI|, 0OD, 8B ║ + ║ ╭─────────╮ ║ + ║ • the euro symbol: │ 14.95 € │ ║ + ║ ╰─────────╯ ║ + ╚══════════════════════════════════════════╝ + +Combining characters: + + STARGΛ̊TE SG-1, a = v̇ = r̈, a⃑ ⊥ b⃑ + +Greek (in Polytonic): + + The Greek anthem: + + Σὲ γνωρίζω ἀπὸ τὴν κόψη + τοῦ σπαθιοῦ τὴν τρομερή, + σὲ γνωρίζω ἀπὸ τὴν ὄψη + ποὺ μὲ βία μετράει τὴ γῆ. + + ᾿Απ᾿ τὰ κόκκαλα βγαλμένη + τῶν ῾Ελλήνων τὰ ἱερά + καὶ σὰν πρῶτα ἀνδρειωμένη + χαῖρε, ὦ χαῖρε, ᾿Ελευθεριά! + + From a speech of Demosthenes in the 4th century BC: + + Οὐχὶ ταὐτὰ παρίσταταί μοι γιγνώσκειν, ὦ ἄνδρες ᾿Αθηναῖοι, + ὅταν τ᾿ εἰς τὰ πράγματα ἀποβλέψω καὶ ὅταν πρὸς τοὺς + λόγους οὓς ἀκούω· τοὺς μὲν γὰρ λόγους περὶ τοῦ + τιμωρήσασθαι Φίλιππον ὁρῶ γιγνομένους, τὰ δὲ πράγματ᾿ + εἰς τοῦτο προήκοντα, ὥσθ᾿ ὅπως μὴ πεισόμεθ᾿ αὐτοὶ + πρότερον κακῶς σκέψασθαι δέον. οὐδέν οὖν ἄλλο μοι δοκοῦσιν + οἱ τὰ τοιαῦτα λέγοντες ἢ τὴν ὑπόθεσιν, περὶ ἧς βουλεύεσθαι, + οὐχὶ τὴν οὖσαν παριστάντες ὑμῖν ἁμαρτάνειν. ἐγὼ δέ, ὅτι μέν + ποτ᾿ ἐξῆν τῇ πόλει καὶ τὰ αὑτῆς ἔχειν ἀσφαλῶς καὶ Φίλιππον + τιμωρήσασθαι, καὶ μάλ᾿ ἀκριβῶς οἶδα· ἐπ᾿ ἐμοῦ γάρ, οὐ πάλαι + γέγονεν ταῦτ᾿ ἀμφότερα· νῦν μέντοι πέπεισμαι τοῦθ᾿ ἱκανὸν + προλαβεῖν ἡμῖν εἶναι τὴν πρώτην, ὅπως τοὺς συμμάχους + σώσομεν. ἐὰν γὰρ τοῦτο βεβαίως ὑπάρξῃ, τότε καὶ περὶ τοῦ + τίνα τιμωρήσεταί τις καὶ ὃν τρόπον ἐξέσται σκοπεῖν· πρὶν δὲ + τὴν ἀρχὴν ὀρθῶς ὑποθέσθαι, μάταιον ἡγοῦμαι περὶ τῆς + τελευτῆς ὁντινοῦν ποιεῖσθαι λόγον. + + Δημοσθένους, Γ´ ᾿Ολυνθιακὸς + +Georgian: + + From a Unicode conference invitation: + + გთხოვთ ახლავე გაიაროთ რეგისტრაცია Unicode-ის მეათე საერთაშორისო + კონფერენციაზე დასასწრებად, რომელიც გაიმართება 10-12 მარტს, + ქ. მაინცში, გერმანიაში. კონფერენცია შეჰკრებს ერთად მსოფლიოს + ექსპერტებს ისეთ დარგებში როგორიცაა ინტერნეტი და Unicode-ი, + ინტერნაციონალიზაცია და ლოკალიზაცია, Unicode-ის გამოყენება + ოპერაციულ სისტემებსა, და გამოყენებით პროგრამებში, შრიფტებში, + ტექსტების დამუშავებასა და მრავალენოვან კომპიუტერულ სისტემებში. + +Russian: + + From a Unicode conference invitation: + + Зарегистрируйтесь сейчас на Десятую Международную Конференцию по + Unicode, которая состоится 10-12 марта 1997 года в Майнце в Германии. + Конференция соберет широкий круг экспертов по вопросам глобального + Интернета и Unicode, локализации и интернационализации, воплощению и + применению Unicode в различных операционных системах и программных + приложениях, шрифтах, верстке и многоязычных компьютерных системах. + +Thai (UCS Level 2): + + Excerpt from a poetry on The Romance of The Three Kingdoms (a Chinese + classic 'San Gua'): + + [----------------------------|------------------------] + ๏ แผ่นดินฮั่นเสื่อมโทรมแสนสังเวช พระปกเกศกองบู๊กู้ขึ้นใหม่ + สิบสองกษัตริย์ก่อนหน้าแลถัดไป สององค์ไซร้โง่เขลาเบาปัญญา + ทรงนับถือขันทีเป็นที่พึ่ง บ้านเมืองจึงวิปริตเป็นนักหนา + โฮจิ๋นเรียกทัพทั่วหัวเมืองมา หมายจะฆ่ามดชั่วตัวสำคัญ + เหมือนขับไสไล่เสือจากเคหา รับหมาป่าเข้ามาเลยอาสัญ + ฝ่ายอ้องอุ้นยุแยกให้แตกกัน ใช้สาวนั้นเป็นชนวนชื่นชวนใจ + พลันลิฉุยกุยกีกลับก่อเหตุ ช่างอาเพศจริงหนาฟ้าร้องไห้ + ต้องรบราฆ่าฟันจนบรรลัย ฤๅหาใครค้ำชูกู้บรรลังก์ ฯ + + (The above is a two-column text. If combining characters are handled + correctly, the lines of the second column should be aligned with the + | character above.) + +Ethiopian: + + Proverbs in the Amharic language: + + ሰማይ አይታረስ ንጉሥ አይከሰስ። + ብላ ካለኝ እንደአባቴ በቆመጠኝ። + ጌጥ ያለቤቱ ቁምጥና ነው። + ደሀ በሕልሙ ቅቤ ባይጠጣ ንጣት በገደለው። + የአፍ ወለምታ በቅቤ አይታሽም። + አይጥ በበላ ዳዋ ተመታ። + ሲተረጉሙ ይደረግሙ። + ቀስ በቀስ፥ ዕንቁላል በእግሩ ይሄዳል። + ድር ቢያብር አንበሳ ያስር። + ሰው እንደቤቱ እንጅ እንደ ጉረቤቱ አይተዳደርም። + እግዜር የከፈተውን ጉሮሮ ሳይዘጋው አይድርም። + የጎረቤት ሌባ፥ ቢያዩት ይስቅ ባያዩት ያጠልቅ። + ሥራ ከመፍታት ልጄን ላፋታት። + ዓባይ ማደሪያ የለው፥ ግንድ ይዞ ይዞራል። + የእስላም አገሩ መካ የአሞራ አገሩ ዋርካ። + ተንጋሎ ቢተፉ ተመልሶ ባፉ። + ወዳጅህ ማር ቢሆን ጨርስህ አትላሰው። + እግርህን በፍራሽህ ልክ ዘርጋ። + +Runes: + + ᚻᛖ ᚳᚹᚫᚦ ᚦᚫᛏ ᚻᛖ ᛒᚢᛞᛖ ᚩᚾ ᚦᚫᛗ ᛚᚪᚾᛞᛖ ᚾᚩᚱᚦᚹᛖᚪᚱᛞᚢᛗ ᚹᛁᚦ ᚦᚪ ᚹᛖᛥᚫ + + (Old English, which transcribed into Latin reads 'He cwaeth that he + bude thaem lande northweardum with tha Westsae.' and means 'He said + that he lived in the northern land near the Western Sea.') + +Braille: + + ⡌⠁⠧⠑ ⠼⠁⠒ ⡍⠜⠇⠑⠹⠰⠎ ⡣⠕⠌ + + ⡍⠜⠇⠑⠹ ⠺⠁⠎ ⠙⠑⠁⠙⠒ ⠞⠕ ⠃⠑⠛⠔ ⠺⠊⠹⠲ ⡹⠻⠑ ⠊⠎ ⠝⠕ ⠙⠳⠃⠞ + ⠱⠁⠞⠑⠧⠻ ⠁⠃⠳⠞ ⠹⠁⠞⠲ ⡹⠑ ⠗⠑⠛⠊⠌⠻ ⠕⠋ ⠙⠊⠎ ⠃⠥⠗⠊⠁⠇ ⠺⠁⠎ + ⠎⠊⠛⠝⠫ ⠃⠹ ⠹⠑ ⠊⠇⠻⠛⠹⠍⠁⠝⠂ ⠹⠑ ⠊⠇⠻⠅⠂ ⠹⠑ ⠥⠝⠙⠻⠞⠁⠅⠻⠂ + ⠁⠝⠙ ⠹⠑ ⠡⠊⠑⠋ ⠍⠳⠗⠝⠻⠲ ⡎⠊⠗⠕⠕⠛⠑ ⠎⠊⠛⠝⠫ ⠊⠞⠲ ⡁⠝⠙ + ⡎⠊⠗⠕⠕⠛⠑⠰⠎ ⠝⠁⠍⠑ ⠺⠁⠎ ⠛⠕⠕⠙ ⠥⠏⠕⠝ ⠰⡡⠁⠝⠛⠑⠂ ⠋⠕⠗ ⠁⠝⠹⠹⠔⠛ ⠙⠑ + ⠡⠕⠎⠑ ⠞⠕ ⠏⠥⠞ ⠙⠊⠎ ⠙⠁⠝⠙ ⠞⠕⠲ + + ⡕⠇⠙ ⡍⠜⠇⠑⠹ ⠺⠁⠎ ⠁⠎ ⠙⠑⠁⠙ ⠁⠎ ⠁ ⠙⠕⠕⠗⠤⠝⠁⠊⠇⠲ + + ⡍⠔⠙⠖ ⡊ ⠙⠕⠝⠰⠞ ⠍⠑⠁⠝ ⠞⠕ ⠎⠁⠹ ⠹⠁⠞ ⡊ ⠅⠝⠪⠂ ⠕⠋ ⠍⠹ + ⠪⠝ ⠅⠝⠪⠇⠫⠛⠑⠂ ⠱⠁⠞ ⠹⠻⠑ ⠊⠎ ⠏⠜⠞⠊⠊⠥⠇⠜⠇⠹ ⠙⠑⠁⠙ ⠁⠃⠳⠞ + ⠁ ⠙⠕⠕⠗⠤⠝⠁⠊⠇⠲ ⡊ ⠍⠊⠣⠞ ⠙⠁⠧⠑ ⠃⠑⠲ ⠔⠊⠇⠔⠫⠂ ⠍⠹⠎⠑⠇⠋⠂ ⠞⠕ + ⠗⠑⠛⠜⠙ ⠁ ⠊⠕⠋⠋⠔⠤⠝⠁⠊⠇ ⠁⠎ ⠹⠑ ⠙⠑⠁⠙⠑⠌ ⠏⠊⠑⠊⠑ ⠕⠋ ⠊⠗⠕⠝⠍⠕⠝⠛⠻⠹ + ⠔ ⠹⠑ ⠞⠗⠁⠙⠑⠲ ⡃⠥⠞ ⠹⠑ ⠺⠊⠎⠙⠕⠍ ⠕⠋ ⠳⠗ ⠁⠝⠊⠑⠌⠕⠗⠎ + ⠊⠎ ⠔ ⠹⠑ ⠎⠊⠍⠊⠇⠑⠆ ⠁⠝⠙ ⠍⠹ ⠥⠝⠙⠁⠇⠇⠪⠫ ⠙⠁⠝⠙⠎ + ⠩⠁⠇⠇ ⠝⠕⠞ ⠙⠊⠌⠥⠗⠃ ⠊⠞⠂ ⠕⠗ ⠹⠑ ⡊⠳⠝⠞⠗⠹⠰⠎ ⠙⠕⠝⠑ ⠋⠕⠗⠲ ⡹⠳ + ⠺⠊⠇⠇ ⠹⠻⠑⠋⠕⠗⠑ ⠏⠻⠍⠊⠞ ⠍⠑ ⠞⠕ ⠗⠑⠏⠑⠁⠞⠂ ⠑⠍⠏⠙⠁⠞⠊⠊⠁⠇⠇⠹⠂ ⠹⠁⠞ + ⡍⠜⠇⠑⠹ ⠺⠁⠎ ⠁⠎ ⠙⠑⠁⠙ ⠁⠎ ⠁ ⠙⠕⠕⠗⠤⠝⠁⠊⠇⠲ + + (The first couple of paragraphs of "A Christmas Carol" by Dickens) + +Compact font selection example text: + + ABCDEFGHIJKLMNOPQRSTUVWXYZ /0123456789 + abcdefghijklmnopqrstuvwxyz £©µÀÆÖÞßéöÿ + –—‘“”„†•…‰™œŠŸž€ ΑΒΓΔΩαβγδω АБВГДабвгд + ∀∂∈ℝ∧∪≡∞ ↑↗↨↻⇣ ┐┼╔╘░►☺♀ fi?⑀₂ἠḂӥẄɐː⍎אԱა + +Greetings in various languages: + + Hello world, Καλημέρα κόσμε, コンニチハ + +Box drawing alignment tests: █ + ▉ + ╔══╦══╗ ┌──┬──┐ ╭──┬──╮ ╭──┬──╮ ┏━━┳━━┓ ┎┒┏┑ ╷ ╻ ┏┯┓ ┌┰┐ ▊ ╱╲╱╲╳╳╳ + ║┌─╨─┐║ │╔═╧═╗│ │╒═╪═╕│ │╓─╁─╖│ ┃┌─╂─┐┃ ┗╃╄┙ ╶┼╴╺╋╸┠┼┨ ┝╋┥ ▋ ╲╱╲╱╳╳╳ + ║│╲ ╱│║ │║ ║│ ││ │ ││ │║ ┃ ║│ ┃│ ╿ │┃ ┍╅╆┓ ╵ ╹ ┗┷┛ └┸┘ ▌ ╱╲╱╲╳╳╳ + ╠╡ ╳ ╞╣ ├╢ ╟┤ ├┼─┼─┼┤ ├╫─╂─╫┤ ┣┿╾┼╼┿┫ ┕┛┖┚ ┌┄┄┐ ╎ ┏┅┅┓ ┋ ▍ ╲╱╲╱╳╳╳ + ║│╱ ╲│║ │║ ║│ ││ │ ││ │║ ┃ ║│ ┃│ ╽ │┃ ░░▒▒▓▓██ ┊ ┆ ╎ ╏ ┇ ┋ ▎ + ║└─╥─┘║ │╚═╤═╝│ │╘═╪═╛│ │╙─╀─╜│ ┃└─╂─┘┃ ░░▒▒▓▓██ ┊ ┆ ╎ ╏ ┇ ┋ ▏ + ╚══╩══╝ └──┴──┘ ╰──┴──╯ ╰──┴──╯ ┗━━┻━━┛ ▗▄▖▛▀▜ └╌╌┘ ╎ ┗╍╍┛ ┋ ▁▂▃▄▅▆▇█ + ▝▀▘▙▄▟ + + diff --git a/cups/util.c b/cups/util.c new file mode 100644 index 0000000000..19dbec24c5 --- /dev/null +++ b/cups/util.c @@ -0,0 +1,1664 @@ +/* + * "$Id$" + * + * Printing utilities for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsCancelJob() - Cancel a print job on the default server. + * cupsFreeJobs() - Free memory used by job data. + * cupsGetClasses() - Get a list of printer classes from the default + * server. + * cupsGetDefault() - Get the default printer or class from the default + * server. + * cupsGetDefault2() - Get the default printer or class from the + * specified server. + * cupsGetJobs() - Get the jobs from the default server. + * cupsGetJobs2() - Get the jobs from the specified server. + * cupsGetPPD() - Get the PPD file for a printer on the default + * server. + * cupsGetPPD2() - Get the PPD file for a printer on the specified + * server. + * cupsGetPrinters() - Get a list of printers from the default server. + * cupsLastError() - Return the last IPP status code. + * cupsLastErrorString() - Return the last IPP status-message. + * cupsPrintFile() - Print a file to a printer or class on the default + * server. + * cupsPrintFile2() - Print a file to a printer or class on the + * specified server. + * cupsPrintFiles() - Print one or more files to a printer or class on + * the default server. + * cupsPrintFiles2() - Print one or more files to a printer or class on + * the specified server. + * cups_connect() - Connect to the specified host... + * cups_get_printer_uri() - Get the printer-uri-supported attribute for the + * first printer in a class. + */ + +/* + * Include necessary headers... + */ + +#include "globals.h" +#include "debug.h" +#include +#include +#include +#include +#if defined(WIN32) || defined(__EMX__) +# include +#else +# include +#endif /* WIN32 || __EMX__ */ + + +/* + * Local functions... + */ + +static char *cups_connect(const char *name, char *printer, char *hostname); +static int cups_get_printer_uri(http_t *http, const char *name, + char *host, int hostsize, int *port, + char *resource, int resourcesize, + int depth); + + +/* + * 'cupsCancelJob()' - Cancel a print job on the default server. + * + * Use the cupsLastError() and cupsLastErrorString() functions to get + * the cause of any failure. + */ + +int /* O - 1 on success, 0 on failure */ +cupsCancelJob(const char *name, /* I - Name of printer or class */ + int job) /* I - Job ID */ +{ + char printer[HTTP_MAX_URI], /* Printer name */ + hostname[HTTP_MAX_URI], /* Hostname */ + uri[HTTP_MAX_URI]; /* Printer URI */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + cups_lang_t *language; /* Language info */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * See if we can connect to the server... + */ + + if (!cups_connect(name, printer, hostname)) + { + DEBUG_puts("Unable to connect to server!"); + + return (0); + } + + /* + * Create a printer URI... + */ + + if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer) != HTTP_URI_OK) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (0); + } + + /* + * Build an IPP_CANCEL_JOB request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * job-id + * [requesting-user-name] + */ + + request = ippNew(); + + request->request.op.operation_id = IPP_CANCEL_JOB; + request->request.op.request_id = 1; + + language = cupsLangDefault(); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, + language != NULL ? language->language : "C"); + + cupsLangFree(language); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + /* + * Do the request... + */ + + if ((response = cupsDoRequest(cg->http, request, "/jobs/")) != NULL) + ippDelete(response); + + return (cg->last_error < IPP_REDIRECTION_OTHER_SITE); +} + + +/* + * 'cupsFreeJobs()' - Free memory used by job data. + */ + +void +cupsFreeJobs(int num_jobs, /* I - Number of jobs */ + cups_job_t *jobs) /* I - Jobs */ +{ + int i; /* Looping var */ + + + if (num_jobs <= 0 || jobs == NULL) + return; + + for (i = 0; i < num_jobs; i ++) + { + free(jobs[i].dest); + free(jobs[i].user); + free(jobs[i].format); + free(jobs[i].title); + } + + free(jobs); +} + + +/* + * 'cupsGetClasses()' - Get a list of printer classes from the default server. + * + * This function is deprecated - use cupsGetDests() instead. + * + * @deprecated@ + */ + +int /* O - Number of classes */ +cupsGetClasses(char ***classes) /* O - Classes */ +{ + int n; /* Number of classes */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + cups_lang_t *language; /* Default language */ + char **temp; /* Temporary pointer */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if (classes == NULL) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (0); + } + + /* + * Try to connect to the server... + */ + + if (!cups_connect("default", NULL, NULL)) + { + DEBUG_puts("Unable to connect to server!"); + + return (0); + } + + /* + * Build a CUPS_GET_CLASSES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * requested-attributes + */ + + request = ippNew(); + + request->request.op.operation_id = CUPS_GET_CLASSES; + request->request.op.request_id = 1; + + language = cupsLangDefault(); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, language->language); + + cupsLangFree(language); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "printer-name"); + + /* + * Do the request and get back a response... + */ + + n = 0; + *classes = NULL; + + if ((response = cupsDoRequest(cg->http, request, "/")) != NULL) + { + for (attr = response->attrs; attr != NULL; attr = attr->next) + if (attr->name != NULL && + strcasecmp(attr->name, "printer-name") == 0 && + attr->value_tag == IPP_TAG_NAME) + { + if (n == 0) + temp = malloc(sizeof(char *)); + else + temp = realloc(*classes, sizeof(char *) * (n + 1)); + + if (temp == NULL) + { + /* + * Ran out of memory! + */ + + while (n > 0) + { + n --; + free((*classes)[n]); + } + + free(*classes); + ippDelete(response); + return (0); + } + + *classes = temp; + temp[n] = strdup(attr->values[0].string.text); + n ++; + } + + ippDelete(response); + } + + return (n); +} + + +/* + * 'cupsGetDefault()' - Get the default printer or class for the default server. + * + * This function returns the default printer or class as defined by + * the LPDEST or PRINTER environment variables. If these environment + * variables are not set, the server default destination is returned. + * Applications should use the cupsGetDests() and cupsGetDest() functions + * to get the user-defined default printer, as this function does not + * support the lpoptions-defined default printer. + */ + +const char * /* O - Default printer or NULL */ +cupsGetDefault(void) +{ + const char *var; /* Environment variable */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * First see if the LPDEST or PRINTER environment variables are + * set... However, if PRINTER is set to "lp", ignore it to work + * around a "feature" in most Linux distributions - the default + * user login scripts set PRINTER to "lp"... + */ + + if ((var = getenv("LPDEST")) != NULL) + return (var); + else if ((var = getenv("PRINTER")) != NULL && strcmp(var, "lp") != 0) + return (var); + + /* + * Try to connect to the server... + */ + + if (!cups_connect("default", NULL, NULL)) + { + DEBUG_puts("Unable to connect to server!"); + + return (NULL); + } + + /* + * Return the default printer... + */ + + return (cupsGetDefault2(cg->http)); +} + + +/* + * 'cupsGetDefault2()' - Get the default printer or class for the specified server. + * + * This function returns the default printer or class as defined by + * the LPDEST or PRINTER environment variables. If these environment + * variables are not set, the server default destination is returned. + * Applications should use the cupsGetDests() and cupsGetDest() functions + * to get the user-defined default printer, as this function does not + * support the lpoptions-defined default printer. + * + * @since CUPS 1.1.21@ + */ + +const char * /* O - Default printer or NULL */ +cupsGetDefault2(http_t *http) /* I - HTTP connection */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + cups_lang_t *language; /* Default language */ + const char *var; /* Environment variable */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * First see if the LPDEST or PRINTER environment variables are + * set... However, if PRINTER is set to "lp", ignore it to work + * around a "feature" in most Linux distributions - the default + * user login scripts set PRINTER to "lp"... + */ + + if ((var = getenv("LPDEST")) != NULL) + return (var); + else if ((var = getenv("PRINTER")) != NULL && strcmp(var, "lp") != 0) + return (var); + + /* + * Range check input... + */ + + if (!http) + return (NULL); + + /* + * Build a CUPS_GET_DEFAULT request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + */ + + request = ippNew(); + + request->request.op.operation_id = CUPS_GET_DEFAULT; + request->request.op.request_id = 1; + + language = cupsLangDefault(); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, language->language); + + cupsLangFree(language); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if ((attr = ippFindAttribute(response, "printer-name", IPP_TAG_NAME)) != NULL) + { + strlcpy(cg->def_printer, attr->values[0].string.text, sizeof(cg->def_printer)); + ippDelete(response); + return (cg->def_printer); + } + + ippDelete(response); + } + + return (NULL); +} + + +/* + * 'cupsGetJobs()' - Get the jobs from the default server. + */ + +int /* O - Number of jobs */ +cupsGetJobs(cups_job_t **jobs, /* O - Job data */ + const char *mydest, /* I - NULL = all destinations, * + * otherwise show jobs for mydest */ + int myjobs, /* I - 0 = all users, 1 = mine */ + int completed) /* I - -1 = show all, 0 = active, * + * 1 = completed jobs */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + /* + * Try to connect to the server... + */ + + if (!cups_connect("default", NULL, NULL)) + { + DEBUG_puts("Unable to connect to server!"); + + return (-1); + } + + /* + * Return the jobs... + */ + + return (cupsGetJobs2(cg->http, jobs, mydest, myjobs, completed)); +} + + + +/* + * 'cupsGetJobs2()' - Get the jobs from the specified server. + * + * @since CUPS 1.1.21@ + */ + +int /* O - Number of jobs */ +cupsGetJobs2(http_t *http, /* I - HTTP connection */ + cups_job_t **jobs, /* O - Job data */ + const char *mydest, /* I - NULL = all destinations, * + * otherwise show jobs for mydest */ + int myjobs, /* I - 0 = all users, 1 = mine */ + int completed) /* I - -1 = show all, 0 = active, * + * 1 = completed jobs */ +{ + int n; /* Number of jobs */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + cups_lang_t *language; /* Default language */ + cups_job_t *temp; /* Temporary pointer */ + int id, /* job-id */ + priority, /* job-priority */ + size; /* job-k-octets */ + ipp_jstate_t state; /* job-state */ + time_t completed_time, /* time-at-completed */ + creation_time, /* time-at-creation */ + processing_time; /* time-at-processing */ + const char *dest, /* job-printer-uri */ + *format, /* document-format */ + *title, /* job-name */ + *user; /* job-originating-user-name */ + char uri[HTTP_MAX_URI]; /* URI for jobs */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + static const char * const attrs[] = /* Requested attributes */ + { + "job-id", + "job-priority", + "job-k-octets", + "job-state", + "time-at-completed", + "time-at-creation", + "time-at-processing", + "job-printer-uri", + "document-format", + "job-name", + "job-originating-user-name" + }; + + + /* + * Range check input... + */ + + if (!http || !jobs) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (-1); + } + + /* + * Get the right URI... + */ + + if (mydest) + { + if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", mydest) != HTTP_URI_OK) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (-1); + } + } + else + strcpy(uri, "ipp://localhost/jobs"); + + + /* + * Build an IPP_GET_JOBS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requesting-user-name + * which-jobs + * my-jobs + * requested-attributes + */ + + request = ippNew(); + + request->request.op.operation_id = IPP_GET_JOBS; + request->request.op.request_id = 1; + + language = cupsLangDefault(); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, language->language); + + cupsLangFree(language); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + if (myjobs) + ippAddBoolean(request, IPP_TAG_OPERATION, "my-jobs", 1); + + if (completed > 0) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "which-jobs", NULL, "completed"); + else if (completed < 0) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "which-jobs", NULL, "all"); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(attrs) / sizeof(attrs[0]), + NULL, attrs); + + /* + * Do the request and get back a response... + */ + + n = 0; + *jobs = NULL; + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_JOB) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + id = 0; + size = 0; + priority = 50; + state = IPP_JOB_PENDING; + user = "unknown"; + dest = NULL; + format = "application/octet-stream"; + title = "untitled"; + creation_time = 0; + completed_time = 0; + processing_time = 0; + + while (attr != NULL && attr->group_tag == IPP_TAG_JOB) + { + if (strcmp(attr->name, "job-id") == 0 && + attr->value_tag == IPP_TAG_INTEGER) + id = attr->values[0].integer; + else if (strcmp(attr->name, "job-state") == 0 && + attr->value_tag == IPP_TAG_ENUM) + state = (ipp_jstate_t)attr->values[0].integer; + else if (strcmp(attr->name, "job-priority") == 0 && + attr->value_tag == IPP_TAG_INTEGER) + priority = attr->values[0].integer; + else if (strcmp(attr->name, "job-k-octets") == 0 && + attr->value_tag == IPP_TAG_INTEGER) + size = attr->values[0].integer; + else if (strcmp(attr->name, "time-at-completed") == 0 && + attr->value_tag == IPP_TAG_INTEGER) + completed_time = attr->values[0].integer; + else if (strcmp(attr->name, "time-at-creation") == 0 && + attr->value_tag == IPP_TAG_INTEGER) + creation_time = attr->values[0].integer; + else if (strcmp(attr->name, "time-at-processing") == 0 && + attr->value_tag == IPP_TAG_INTEGER) + processing_time = attr->values[0].integer; + else if (strcmp(attr->name, "job-printer-uri") == 0 && + attr->value_tag == IPP_TAG_URI) + { + if ((dest = strrchr(attr->values[0].string.text, '/')) != NULL) + dest ++; + } + else if (strcmp(attr->name, "job-originating-user-name") == 0 && + attr->value_tag == IPP_TAG_NAME) + user = attr->values[0].string.text; + else if (strcmp(attr->name, "document-format") == 0 && + attr->value_tag == IPP_TAG_MIMETYPE) + format = attr->values[0].string.text; + else if (strcmp(attr->name, "job-name") == 0 && + (attr->value_tag == IPP_TAG_TEXT || + attr->value_tag == IPP_TAG_NAME)) + title = attr->values[0].string.text; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (dest == NULL || id == 0) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * Allocate memory for the job... + */ + + if (n == 0) + temp = malloc(sizeof(cups_job_t)); + else + temp = realloc(*jobs, sizeof(cups_job_t) * (n + 1)); + + if (temp == NULL) + { + /* + * Ran out of memory! + */ + + cupsFreeJobs(n, *jobs); + *jobs = NULL; + + ippDelete(response); + return (0); + } + + *jobs = temp; + temp += n; + n ++; + + /* + * Copy the data over... + */ + + temp->dest = strdup(dest); + temp->user = strdup(user); + temp->format = strdup(format); + temp->title = strdup(title); + temp->id = id; + temp->priority = priority; + temp->state = state; + temp->size = size; + temp->completed_time = completed_time; + temp->creation_time = creation_time; + temp->processing_time = processing_time; + + if (attr == NULL) + break; + } + + ippDelete(response); + } + + if (n == 0 && cg->last_error >= IPP_BAD_REQUEST) + return (-1); + else + return (n); +} + + +/* + * 'cupsGetPPD()' - Get the PPD file for a printer on the default server. + * + * For classes, cupsGetPPD() returns the PPD file for the first printer + * in the class. + */ + +const char * /* O - Filename for PPD file */ +cupsGetPPD(const char *name) /* I - Printer name */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + /* + * See if we can connect to the server... + */ + + if (!cups_connect(name, NULL, NULL)) + { + DEBUG_puts("Unable to connect to server!"); + + return (NULL); + } + + /* + * Return the PPD file... + */ + + return (cupsGetPPD2(cg->http, name)); +} + + +/* + * 'cupsGetPPD2()' - Get the PPD file for a printer from the specified server. + * + * For classes, cupsGetPPD2() returns the PPD file for the first printer + * in the class. + * + * @since CUPS 1.1.21@ + */ + +const char * /* O - Filename for PPD file */ +cupsGetPPD2(http_t *http, /* I - HTTP connection */ + const char *name) /* I - Printer name */ +{ + int http_port; /* Port number */ + char http_hostname[HTTP_MAX_HOST]; + /* Hostname associated with connection */ + http_t *http2; /* Alternate HTTP connection */ + int fd; /* PPD file */ + char localhost[HTTP_MAX_URI],/* Local hostname */ + hostname[HTTP_MAX_URI], /* Hostname */ + resource[HTTP_MAX_URI]; /* Resource name */ + int port; /* Port number */ + http_status_t status; /* HTTP status from server */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + /* + * Range check input... + */ + + DEBUG_printf(("cupsGetPPD2(http=%p, name=\"%s\")\n", http, + name ? name : "(null)")); + + if (!http || !name) + { + if (!http) + _cupsSetError(IPP_INTERNAL_ERROR, "No HTTP connection!"); + else + _cupsSetError(IPP_INTERNAL_ERROR, "No printer name!"); + + return (NULL); + } + + /* + * Try finding a printer URI for this printer... + */ + + if (!cups_get_printer_uri(http, name, hostname, sizeof(hostname), &port, + resource, sizeof(resource), 0)) + return (NULL); + + DEBUG_printf(("Printer hostname=\"%s\", port=%d\n", hostname, port)); + + /* + * Remap local hostname to localhost... + */ + + httpGetHostname(NULL, localhost, sizeof(localhost)); + + DEBUG_printf(("Local hostname=\"%s\"\n", localhost)); + + if (!strcasecmp(localhost, hostname)) + strcpy(hostname, "localhost"); + + /* + * Get the hostname and port number we are connected to... + */ + + httpGetHostname(http, http_hostname, sizeof(http_hostname)); + +#ifdef AF_INET6 + if (http->hostaddr->addr.sa_family == AF_INET6) + http_port = ntohs(http->hostaddr->ipv6.sin6_port); + else +#endif /* AF_INET6 */ + if (http->hostaddr->addr.sa_family == AF_INET) + http_port = ntohs(http->hostaddr->ipv4.sin_port); + else + http_port = ippPort(); + + DEBUG_printf(("Connection hostname=\"%s\", port=%d\n", http_hostname, + http_port)); + + /* + * Reconnect to the correct server as needed... + */ + + if (!strcasecmp(http_hostname, hostname) && port == http_port) + http2 = http; + else if ((http2 = httpConnectEncrypt(hostname, port, + cupsEncryption())) == NULL) + { + DEBUG_puts("Unable to connect to server!"); + + return (NULL); + } + + /* + * Get a temp file... + */ + + if ((fd = cupsTempFd(cg->ppd_filename, sizeof(cg->ppd_filename))) < 0) + { + /* + * Can't open file; close the server connection and return NULL... + */ + + _cupsSetError(IPP_INTERNAL_ERROR, strerror(errno)); + + if (http2 != http) + httpClose(http2); + + return (NULL); + } + + /* + * And send a request to the HTTP server... + */ + + strlcat(resource, ".ppd", sizeof(resource)); + + status = cupsGetFd(http2, resource, fd); + + close(fd); + + if (http2 != http) + httpClose(http2); + + /* + * See if we actually got the file or an error... + */ + + if (status != HTTP_OK) + { + switch (status) + { + case HTTP_NOT_FOUND : + _cupsSetError(IPP_NOT_FOUND, httpStatus(status)); + break; + + case HTTP_UNAUTHORIZED : + _cupsSetError(IPP_NOT_AUTHORIZED, httpStatus(status)); + break; + + default : + DEBUG_printf(("HTTP error %d mapped to IPP_SERVICE_UNAVAILABLE!\n", + status)); + _cupsSetError(IPP_SERVICE_UNAVAILABLE, httpStatus(status)); + break; + } + + unlink(cg->ppd_filename); + + return (NULL); + } + + /* + * Return the PPD file... + */ + + return (cg->ppd_filename); +} + + +/* + * 'cupsGetPrinters()' - Get a list of printers from the default server. + * + * This function is deprecated - use cupsGetDests() instead. + * + * @deprecated@ + */ + +int /* O - Number of printers */ +cupsGetPrinters(char ***printers) /* O - Printers */ +{ + int n; /* Number of printers */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + cups_lang_t *language; /* Default language */ + char **temp; /* Temporary pointer */ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + + if (printers == NULL) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (0); + } + + /* + * Try to connect to the server... + */ + + if (!cups_connect("default", NULL, NULL)) + { + DEBUG_puts("Unable to connect to server!"); + + return (0); + } + + /* + * Build a CUPS_GET_PRINTERS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * requested-attributes + */ + + request = ippNew(); + + request->request.op.operation_id = CUPS_GET_PRINTERS; + request->request.op.request_id = 1; + + language = cupsLangDefault(); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, language->language); + + cupsLangFree(language); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "printer-name"); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type", 0); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type-mask", CUPS_PRINTER_CLASS); + + /* + * Do the request and get back a response... + */ + + n = 0; + *printers = NULL; + + if ((response = cupsDoRequest(cg->http, request, "/")) != NULL) + { + for (attr = response->attrs; attr != NULL; attr = attr->next) + if (attr->name != NULL && + strcasecmp(attr->name, "printer-name") == 0 && + attr->value_tag == IPP_TAG_NAME) + { + if (n == 0) + temp = malloc(sizeof(char *)); + else + temp = realloc(*printers, sizeof(char *) * (n + 1)); + + if (temp == NULL) + { + /* + * Ran out of memory! + */ + + while (n > 0) + { + n --; + free((*printers)[n]); + } + + free(*printers); + ippDelete(response); + return (0); + } + + *printers = temp; + temp[n] = strdup(attr->values[0].string.text); + n ++; + } + + ippDelete(response); + } + + return (n); +} + + +/* + * 'cupsLastError()' - Return the last IPP status code. + */ + +ipp_status_t /* O - IPP status code from last request */ +cupsLastError(void) +{ + return (_cupsGlobals()->last_error); +} + + +/* + * 'cupsLastErrorString()' - Return the last IPP status-message. + * + * @since CUPS 1.2@ + */ + +const char * /* O - status-message text from last request */ +cupsLastErrorString(void) +{ + return (_cupsGlobals()->last_status_message); +} + + +/* + * 'cupsPrintFile()' - Print a file to a printer or class on the default server. + */ + +int /* O - Job ID */ +cupsPrintFile(const char *name, /* I - Printer or class name */ + const char *filename, /* I - File to print */ + const char *title, /* I - Title of job */ + int num_options,/* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + DEBUG_printf(("cupsPrintFile(name=\"%s\", filename=\"%s\", " + "title=\"%s\", num_options=%d, options=%p)\n", + name, filename, title, num_options, options)); + + return (cupsPrintFiles(name, 1, &filename, title, num_options, options)); +} + + +/* + * 'cupsPrintFile2()' - Print a file to a printer or class on the specified server. + * + * @since CUPS 1.1.21@ + */ + +int /* O - Job ID */ +cupsPrintFile2(http_t *http, /* I - HTTP connection */ + const char *name, /* I - Printer or class name */ + const char *filename, /* I - File to print */ + const char *title, /* I - Title of job */ + int num_options, + /* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + DEBUG_printf(("cupsPrintFile2(http=%p, name=\"%s\", filename=\"%s\", " + "title=\"%s\", num_options=%d, options=%p)\n", + http, name, filename, title, num_options, options)); + + return (cupsPrintFiles2(http, name, 1, &filename, title, num_options, options)); +} + + +/* + * 'cupsPrintFiles()' - Print one or more files to a printer or class on the + * default server. + */ + +int /* O - Job ID */ +cupsPrintFiles(const char *name, /* I - Printer or class name */ + int num_files, /* I - Number of files */ + const char **files, /* I - File(s) to print */ + const char *title, /* I - Title of job */ + int num_options, + /* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ + + DEBUG_printf(("cupsPrintFiles(name=\"%s\", num_files=%d, " + "files=%p, title=\"%s\", num_options=%d, options=%p)\n", + name, num_files, files, title, num_options, options)); + + + /* + * Setup a connection and request data... + */ + + if (!cups_connect(name, NULL, NULL)) + { + DEBUG_printf(("cupsPrintFiles: Unable to open connection - %s.\n", + strerror(errno))); + DEBUG_puts("Unable to connect to server!"); + + return (0); + } + + /* + * Print the file(s)... + */ + + return (cupsPrintFiles2(cg->http, name, num_files, files, title, + num_options, options)); +} + + + +/* + * 'cupsPrintFiles2()' - Print one or more files to a printer or class on the + * specified server. + * + * @since CUPS 1.1.21@ + */ + +int /* O - Job ID */ +cupsPrintFiles2(http_t *http, /* I - HTTP connection */ + const char *name, /* I - Printer or class name */ + int num_files,/* I - Number of files */ + const char **files, /* I - File(s) to print */ + const char *title, /* I - Title of job */ + int num_options, + /* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + int i; /* Looping var */ + const char *val; /* Pointer to option value */ + ipp_t *request; /* IPP request */ + ipp_t *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP job-id attribute */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + cups_lang_t *language; /* Language to use */ + int jobid; /* New job ID */ + const char *base; /* Basename of current filename */ + + + DEBUG_printf(("cupsPrintFiles(http=%p, name=\"%s\", num_files=%d, " + "files=%p, title=\"%s\", num_options=%d, options=%p)\n", + http, name, num_files, files, title, num_options, options)); + + /* + * Range check input... + */ + + if (!http || !name || num_files < 1 || files == NULL) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (0); + } + + /* + * Setup the printer URI... + */ + + if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", name) != HTTP_URI_OK) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (0); + } + + /* + * Setup the request data... + */ + + language = cupsLangDefault(); + + /* + * Build a standard CUPS URI for the printer and fill the standard IPP + * attributes... + */ + + if ((request = ippNew()) == NULL) + { + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + return (0); + } + + request->request.op.operation_id = num_files == 1 ? IPP_PRINT_JOB : + IPP_CREATE_JOB; + request->request.op.request_id = 1; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, + language != NULL ? language->language : "C"); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + if (title) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", NULL, + title); + + /* + * Then add all options... + */ + + cupsEncodeOptions(request, num_options, options); + + /* + * Do the request... + */ + + snprintf(uri, sizeof(uri), "/printers/%s", name); + + if (num_files == 1) + response = cupsDoFileRequest(http, request, uri, *files); + else + response = cupsDoRequest(http, request, uri); + + if (response == NULL) + jobid = 0; + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + DEBUG_printf(("IPP response code was 0x%x!\n", + response->request.status.status_code)); + jobid = 0; + } + else if ((attr = ippFindAttribute(response, "job-id", IPP_TAG_INTEGER)) == NULL) + { + DEBUG_puts("No job ID!"); + + _cupsSetError(IPP_INTERNAL_ERROR, NULL); + + jobid = 0; + } + else + jobid = attr->values[0].integer; + + if (response != NULL) + ippDelete(response); + + /* + * Handle multiple file jobs if the create-job operation worked... + */ + + if (jobid > 0 && num_files > 1) + for (i = 0; i < num_files; i ++) + { + /* + * Build a standard CUPS URI for the job and fill the standard IPP + * attributes... + */ + + if ((request = ippNew()) == NULL) + return (0); + + request->request.op.operation_id = IPP_SEND_DOCUMENT; + request->request.op.request_id = 1; + + snprintf(uri, sizeof(uri), "ipp://localhost/jobs/%d", jobid); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, + language != NULL ? language->language : "C"); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", + NULL, uri); + + /* + * Handle raw print files... + */ + + if (cupsGetOption("raw", num_options, options)) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, + "document-format", NULL, "application/vnd.cups-raw"); + else if ((val = cupsGetOption("document-format", num_options, + options)) != NULL) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, + "document-format", NULL, val); + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, + "document-format", NULL, "application/octet-stream"); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + /* + * Add the original document filename... + */ + + if ((base = strrchr(files[i], '/')) != NULL) + base ++; + else + base = files[i]; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "document-name", + NULL, base); + + /* + * Is this the last document? + */ + + if (i == (num_files - 1)) + ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", 1); + + /* + * Send the file... + */ + + snprintf(uri, sizeof(uri), "/printers/%s", name); + + if ((response = cupsDoFileRequest(http, request, uri, + files[i])) != NULL) + ippDelete(response); + } + + cupsLangFree(language); + + return (jobid); +} + + +/* + * 'cups_connect()' - Connect to the specified host... + */ + +static char * /* I - Printer name or NULL */ +cups_connect(const char *name, /* I - Destination (printer[@host]) */ + char *printer, /* O - Printer name [HTTP_MAX_URI] */ + char *hostname) /* O - Hostname [HTTP_MAX_URI] */ +{ + char hostbuf[HTTP_MAX_URI], /* Name of host */ + http_hostname[HTTP_MAX_HOST]; /* Hostname associated with connection */ + _cups_globals_t *cg = _cupsGlobals();/* Pointer to library globals */ + + + DEBUG_printf(("cups_connect(\"%s\", %p, %p)\n", name, printer, hostname)); + + if (name == NULL) + { + _cupsSetError(IPP_BAD_REQUEST, NULL); + + return (NULL); + } + + /* + * All jobs are now queued to cupsServer() to avoid hostname + * resolution problems and to ensure that the user sees all + * locally queued jobs locally. + */ + + strlcpy(hostbuf, cupsServer(), sizeof(hostbuf)); + + httpGetHostname(cg->http, http_hostname, sizeof(http_hostname)); + + if (hostname != NULL) + strlcpy(hostname, hostbuf, HTTP_MAX_URI); + else + hostname = hostbuf; + + if (printer != NULL) + strlcpy(printer, name, HTTP_MAX_URI); + else + printer = (char *)name; + + if (cg->http != NULL) + { + if (!strcasecmp(http_hostname, hostname)) + return (printer); + + httpClose(cg->http); + } + + DEBUG_printf(("connecting to %s on port %d...\n", hostname, ippPort())); + + if ((cg->http = httpConnectEncrypt(hostname, ippPort(), + cupsEncryption())) == NULL) + { + DEBUG_puts("Unable to connect to server!"); + + _cupsSetError(IPP_SERVICE_UNAVAILABLE, strerror(errno)); + + return (NULL); + } + else + return (printer); +} + + +/* + * 'cups_get_printer_uri()' - Get the printer-uri-supported attribute for the first printer in a class. + */ + +static int /* O - 1 on success, 0 on failure */ +cups_get_printer_uri( + http_t *http, /* I - HTTP connection */ + const char *name, /* I - Name of printer or class */ + char *host, /* I - Hostname buffer */ + int hostsize, /* I - Size of hostname buffer */ + int *port, /* O - Port number */ + char *resource, /* I - Resource buffer */ + int resourcesize, /* I - Size of resource buffer */ + int depth) /* I - Depth of query */ +{ + int i; /* Looping var */ + int http_port; /* Port number */ + http_t *http2; /* Alternate HTTP connection */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* Current attribute */ + char uri[HTTP_MAX_URI], /* printer-uri attribute */ + scheme[HTTP_MAX_URI], /* Scheme name */ + username[HTTP_MAX_URI], /* Username:password */ + classname[255], /* Temporary class name */ + http_hostname[HTTP_MAX_HOST]; + /* Hostname associated with connection */ + static const char * const requested_attrs[] = + { /* Requested attributes */ + "printer-uri-supported", + "printer-type", + "member-uris" + }; + + + DEBUG_printf(("cups_get_printer_uri(http=%p, name=\"%s\", host=%p, " + "hostsize=%d, resource=%p, resourcesize=%d, depth=%d)\n", + http, name ? name : "(null)", host, hostsize, + resource, resourcesize, depth)); + + /* + * Setup the printer URI... + */ + + if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", name) != HTTP_URI_OK) + { + _cupsSetError(IPP_INTERNAL_ERROR, "Unable to create printer-uri!"); + + *host = '\0'; + *resource = '\0'; + + return (0); + } + + DEBUG_printf(("cups_get_printer_uri: printer-uri=\"%s\"\n", uri)); + + /* + * Get the hostname and port number we are connected to... + */ + + httpGetHostname(http, http_hostname, sizeof(http_hostname)); + +#ifdef AF_INET6 + if (http->hostaddr->addr.sa_family == AF_INET6) + http_port = ntohs(http->hostaddr->ipv6.sin6_port); + else +#endif /* AF_INET6 */ + if (http->hostaddr->addr.sa_family == AF_INET) + http_port = ntohs(http->hostaddr->ipv4.sin_port); + else + http_port = ippPort(); + + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requested-attributes + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requested-attributes", + sizeof(requested_attrs) / sizeof(requested_attrs[0]), + NULL, requested_attrs); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + if ((attr = ippFindAttribute(response, "member-uris", IPP_TAG_URI)) != NULL) + { + /* + * Get the first actual printer name in the class... + */ + + for (i = 0; i < attr->num_values; i ++) + { + httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, + scheme, sizeof(scheme), username, sizeof(username), + host, hostsize, port, resource, resourcesize); + if (!strncmp(resource, "/printers/", 10)) + { + /* + * Found a printer! + */ + + ippDelete(response); + + return (1); + } + } + + /* + * No printers in this class - try recursively looking for a printer, + * but not more than 3 levels deep... + */ + + if (depth < 3) + { + for (i = 0; i < attr->num_values; i ++) + { + httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, + scheme, sizeof(scheme), username, sizeof(username), + host, hostsize, port, resource, resourcesize); + if (!strncmp(resource, "/classes/", 9)) + { + /* + * Found a class! Connect to the right server... + */ + + if (!strcasecmp(http_hostname, host) && *port == http_port) + http2 = http; + else if ((http2 = httpConnectEncrypt(host, *port, + cupsEncryption())) == NULL) + { + DEBUG_puts("Unable to connect to server!"); + + continue; + } + + /* + * Look up printers on that server... + */ + + strlcpy(classname, resource + 9, sizeof(classname)); + + cups_get_printer_uri(http2, classname, host, hostsize, port, + resource, resourcesize, depth + 1); + + /* + * Close the connection as needed... + */ + + if (http2 != http) + httpClose(http2); + + if (*host) + return (1); + } + } + } + } + else if ((attr = ippFindAttribute(response, "printer-uri-supported", + IPP_TAG_URI)) != NULL) + { + httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text, + scheme, sizeof(scheme), username, sizeof(username), + host, hostsize, port, resource, resourcesize); + ippDelete(response); + + return (1); + } + + ippDelete(response); + } + + if (cupsLastError() != IPP_NOT_FOUND) + _cupsSetError(IPP_INTERNAL_ERROR, "No printer-uri found!"); + + *host = '\0'; + *resource = '\0'; + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/data/HPGLprolog b/data/HPGLprolog new file mode 100644 index 0000000000..eed0a04875 --- /dev/null +++ b/data/HPGLprolog @@ -0,0 +1,37 @@ +%%BeginResource: procset hpgltops 1.1 0 +% +% "$Id: HPGLprolog 4494 2005-02-18 02:18:11Z mike $" +% +% HP-GL/2 filter procset for the Common UNIX Printing System (CUPS). +% +% This procset contains the basic drawing commands that are used to +% reduce output size. Note the 'MP' (make newpath) definition - this +% should be called 'NP' (newpath), but GhostScript uses the 'NP' name +% for 'noaccess put' in some of its font files... +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/MO { moveto } bind def +/LI { lineto } bind def +/FI { fill } bind def +/ST { stroke } bind def +/CP { closepath } bind def +/MP { newpath } bind def +/SP { setlinewidth setrgbcolor } bind def +%%EndResource diff --git a/data/Makefile b/data/Makefile new file mode 100644 index 0000000000..0b0f8cf5f7 --- /dev/null +++ b/data/Makefile @@ -0,0 +1,184 @@ +# +# "$Id$" +# +# Datafile makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1993-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +# +# Data files... +# + +BANNERS = \ + classified \ + confidential \ + secret \ + standard \ + topsecret \ + unclassified + +CHARMAPS = \ + euc-cn.txt \ + euc-jp.txt \ + euc-kr.txt \ + euc-tw.txt \ + iso-8859-10.txt \ + iso-8859-11.txt \ + iso-8859-13.txt \ + iso-8859-14.txt \ + iso-8859-15.txt \ + iso-8859-16.txt \ + iso-8859-1.txt \ + iso-8859-2.txt \ + iso-8859-3.txt \ + iso-8859-4.txt \ + iso-8859-5.txt \ + iso-8859-6.txt \ + iso-8859-7.txt \ + iso-8859-8.txt \ + iso-8859-9.txt \ + koi8-r.txt \ + koi8-u.txt \ + mac-roman.txt \ + windows-1250.txt \ + windows-1251.txt \ + windows-1252.txt \ + windows-1253.txt \ + windows-1254.txt \ + windows-1255.txt \ + windows-1256.txt \ + windows-1257.txt \ + windows-1258.txt \ + windows-1361.txt \ + windows-874.txt \ + windows-932.txt \ + windows-936.txt \ + windows-949.txt \ + windows-950.txt + +CHARSETS = \ + windows-874 \ + windows-1250 \ + windows-1251 \ + windows-1252 \ + windows-1253 \ + windows-1254 \ + windows-1255 \ + windows-1256 \ + windows-1257 \ + windows-1258 \ + koi8-r \ + koi8-u \ + iso-8859-1 \ + iso-8859-2 \ + iso-8859-3 \ + iso-8859-4 \ + iso-8859-5 \ + iso-8859-6 \ + iso-8859-7 \ + iso-8859-8 \ + iso-8859-9 \ + iso-8859-10 \ + iso-8859-13 \ + iso-8859-14 \ + iso-8859-15 \ + utf-8 + +DATAFILES = \ + HPGLprolog \ + psglyphs \ + testprint.ps + + +# +# Make everything... +# + +all: + + +# +# Clean all config and object files... +# + +clean: + + +# +# Dummy depend... +# + +depend: + + +# +# Install files... +# + +install: all + $(INSTALL_DIR) -m 755 $(DATADIR)/banners + for file in $(BANNERS); do \ + $(INSTALL_DATA) $$file $(DATADIR)/banners; \ + done + $(INSTALL_DIR) -m 755 $(DATADIR)/charmaps + for file in $(CHARMAPS); do \ + $(INSTALL_DATA) $$file $(DATADIR)/charmaps; \ + done + $(INSTALL_DIR) -m 755 $(DATADIR)/charsets + for file in $(CHARSETS); do \ + $(INSTALL_DATA) $$file $(DATADIR)/charsets; \ + done + $(INSTALL_DIR) -m 755 $(DATADIR)/data + for file in $(DATAFILES); do \ + $(INSTALL_DATA) $$file $(DATADIR)/data; \ + done + $(INSTALL_DIR) -m 755 $(DATADIR)/profiles + + +# +# Uninstall files... +# + +uninstall: + for file in $(BANNERS); do \ + $(RM) $(DATADIR)/banners/$$file; \ + done + for file in $(CHARMAPS); do \ + $(RM) $(DATADIR)/charmaps/$$file; \ + done + for file in $(CHARSETS); do \ + $(RM) $(DATADIR)/charsets/$$file; \ + done + for file in $(DATAFILES); do \ + $(RM) $(DATADIR)/data/$$file; \ + done + -$(RMDIR) $(DATADIR)/profiles + -$(RMDIR) $(DATADIR)/data + -$(RMDIR) $(DATADIR)/charsets + -$(RMDIR) $(DATADIR)/charmaps + -$(RMDIR) $(DATADIR)/banners + -$(RMDIR) $(DATADIR) + + +# +# End of "$Id$". +# diff --git a/data/classified b/data/classified new file mode 100644 index 0000000000..3f8a1ab821 --- /dev/null +++ b/data/classified @@ -0,0 +1,277 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset bannerprint/1.0 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: May 10, 2000 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset bannerprint 1.1 0 +% +% PostScript banner page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + % Compute the size of the logo... + 0 0 + 2 index 1.5 mul 3 index + + % Do the "metallic" fill from 10% black to 40% black... + 1 -0.001 0 { + dup % loopval + -0.15 mul % loopval * -0.15 + 0.9 add % 0.9 - loopval * 0.15 + setgray % set gray shade + + 0 % x + 1 index neg % loopval + 1 add % 1 - loopval + 3 index % height + mul % height * (1 - loopval) + moveto % starting point + + dup % loopval + 3 index % width + mul % loopval * width + 2 index % height + lineto % Next point + + 0 % x + 2 index % height + lineto % Next point + + closepath + fill + + dup % loopval + 0.15 mul % loopval * 0.15 + 0.6 add % 0.6 + loopval * 0.15 + setgray + + dup % loopval + neg 1 add % 1 - loopval + 3 index % width + mul % (1 - loopval) * width + 0 % y + moveto % Starting point + + 2 index % width + exch % loopval + 2 index % height + mul % loopval * height + lineto % Next point + + 1 index % width + 0 % y + lineto % Next point + + closepath + fill + } for + + 0 setgray rectstroke + + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont + dup 40 div + + dup 4 mul 1 index 25 mul moveto (E) show + dup 10 mul 1 index 15 mul moveto (S) show + dup 16 mul 1 index 5 mul moveto (P) show + + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont + dup 14 mul 1 index 29 mul moveto (asy) show + dup 20 mul 1 index 19 mul moveto (oftware) show + dup 26 mul 1 index 9 mul moveto (roducts) show + + pop +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + /boxWidth % width of text box + pageWidth pageHeight lt + { pageWidth 54 mul } + { pageHeight 42 mul } + ifelse def + + newpath % Clear bounding path + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Draw the label at the top and bottom... + 0 setgray % Color + + pageWidth 36 mul % Center of page + pageHeight 72 mul % Top of page + pageWidth -7 mul add % - 2 lines + moveto % Position text + bigFont setfont % Font + (Classified) CENTER % Show text centered + + pageWidth 36 mul % Center of page + pageHeight 6 mul % Bottom of page + moveto % Position text + bigFont setfont % Font + (Classified) CENTER % Show text centered + + % Job information box... + pageWidth 36 mul 9 add % x = pageWidth * 1/2 * 72 + 9 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul 9 sub % y = pageHeight * 1/2 * 72 - 9 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + 0.5 setgray rectfill % Draw a shadow + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul % y = pageHeight * 1/4 * 72 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + % Job information text... + mediumFont setfont % Medium sized font + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 5 mul add % y += 2 lines + 2 copy % Copy X & Y + moveto + (Job ID: ) RIGHT + moveto + ({printer-name}-{job-id}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 2 mul add % y += 1 line + 2 copy % Copy X & Y + moveto + (Title: ) RIGHT + moveto + ({job-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -1 mul add % y -= 1 line + 2 copy % Copy X & Y + moveto + (Requesting User: ) RIGHT + moveto + ({job-originating-user-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -4 mul add % y -= 2 lines + 2 copy % Copy X & Y + moveto + (Billing Info: ) RIGHT + moveto + ({job-billing}) show + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageWidth 6 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 59 mul + pageWidth 6 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: classified 4494 2005-02-18 02:18:11Z mike $". +% +%%EOF diff --git a/data/confidential b/data/confidential new file mode 100644 index 0000000000..27d29fbcc5 --- /dev/null +++ b/data/confidential @@ -0,0 +1,277 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset bannerprint/1.0 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: May 10, 2000 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset bannerprint 1.1 0 +% +% PostScript banner page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + % Compute the size of the logo... + 0 0 + 2 index 1.5 mul 3 index + + % Do the "metallic" fill from 10% black to 40% black... + 1 -0.001 0 { + dup % loopval + -0.15 mul % loopval * -0.15 + 0.9 add % 0.9 - loopval * 0.15 + setgray % set gray shade + + 0 % x + 1 index neg % loopval + 1 add % 1 - loopval + 3 index % height + mul % height * (1 - loopval) + moveto % starting point + + dup % loopval + 3 index % width + mul % loopval * width + 2 index % height + lineto % Next point + + 0 % x + 2 index % height + lineto % Next point + + closepath + fill + + dup % loopval + 0.15 mul % loopval * 0.15 + 0.6 add % 0.6 + loopval * 0.15 + setgray + + dup % loopval + neg 1 add % 1 - loopval + 3 index % width + mul % (1 - loopval) * width + 0 % y + moveto % Starting point + + 2 index % width + exch % loopval + 2 index % height + mul % loopval * height + lineto % Next point + + 1 index % width + 0 % y + lineto % Next point + + closepath + fill + } for + + 0 setgray rectstroke + + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont + dup 40 div + + dup 4 mul 1 index 25 mul moveto (E) show + dup 10 mul 1 index 15 mul moveto (S) show + dup 16 mul 1 index 5 mul moveto (P) show + + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont + dup 14 mul 1 index 29 mul moveto (asy) show + dup 20 mul 1 index 19 mul moveto (oftware) show + dup 26 mul 1 index 9 mul moveto (roducts) show + + pop +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + /boxWidth % width of text box + pageWidth pageHeight lt + { pageWidth 54 mul } + { pageHeight 42 mul } + ifelse def + + newpath % Clear bounding path + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Draw the label at the top and bottom... + 0 setgray % Color + + pageWidth 36 mul % Center of page + pageHeight 72 mul % Top of page + pageWidth -7 mul add % - 2 lines + moveto % Position text + bigFont setfont % Font + (Confidential) CENTER % Show text centered + + pageWidth 36 mul % Center of page + pageHeight 6 mul % Bottom of page + moveto % Position text + bigFont setfont % Font + (Confidential) CENTER % Show text centered + + % Job information box... + pageWidth 36 mul 9 add % x = pageWidth * 1/2 * 72 + 9 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul 9 sub % y = pageHeight * 1/2 * 72 - 9 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + 0.5 setgray rectfill % Draw a shadow + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul % y = pageHeight * 1/4 * 72 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + % Job information text... + mediumFont setfont % Medium sized font + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 5 mul add % y += 2 lines + 2 copy % Copy X & Y + moveto + (Job ID: ) RIGHT + moveto + ({printer-name}-{job-id}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 2 mul add % y += 1 line + 2 copy % Copy X & Y + moveto + (Title: ) RIGHT + moveto + ({job-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -1 mul add % y -= 1 line + 2 copy % Copy X & Y + moveto + (Requesting User: ) RIGHT + moveto + ({job-originating-user-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -4 mul add % y -= 2 lines + 2 copy % Copy X & Y + moveto + (Billing Info: ) RIGHT + moveto + ({job-billing}) show + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageWidth 6 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 59 mul + pageWidth 6 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: confidential 4494 2005-02-18 02:18:11Z mike $". +% +%%EOF diff --git a/data/cups.irix b/data/cups.irix new file mode 100644 index 0000000000..476383acb5 --- /dev/null +++ b/data/cups.irix @@ -0,0 +1,3 @@ +#%PAM-1.0 +auth required pam_unix.so shadow nodelay nullok +account required pam_unix.so diff --git a/data/cups.pam b/data/cups.pam new file mode 100644 index 0000000000..f38e70184a --- /dev/null +++ b/data/cups.pam @@ -0,0 +1,2 @@ +auth required /lib/security/pam_pwdb.so nullok shadow +account required /lib/security/pam_pwdb.so diff --git a/data/cups.suse b/data/cups.suse new file mode 100644 index 0000000000..a9369e1619 --- /dev/null +++ b/data/cups.suse @@ -0,0 +1,2 @@ +auth required pam_unix2.so nullok shadow +account required pam_unix2.so diff --git a/data/euc-cn.txt b/data/euc-cn.txt new file mode 100644 index 0000000000..72726c5fad --- /dev/null +++ b/data/euc-cn.txt @@ -0,0 +1,7536 @@ +# euc-cn.txt - EUC to Unicode charmap +0x00000000 0x0000 # 0 +0x00000001 0x0001 # 0 +0x00000002 0x0002 # 0 +0x00000003 0x0003 # 0 +0x00000004 0x0004 # 0 +0x00000005 0x0005 # 0 +0x00000006 0x0006 # 0 +0x00000007 0x0007 # 0 +0x00000008 0x0008 # 0 +0x00000009 0x0009 # 0 +0x0000000A 0x000A # 0 +0x0000000B 0x000B # 0 +0x0000000C 0x000C # 0 +0x0000000D 0x000D # 0 +0x0000000E 0x000E # 0 +0x0000000F 0x000F # 0 +0x00000010 0x0010 # 0 +0x00000011 0x0011 # 0 +0x00000012 0x0012 # 0 +0x00000013 0x0013 # 0 +0x00000014 0x0014 # 0 +0x00000015 0x0015 # 0 +0x00000016 0x0016 # 0 +0x00000017 0x0017 # 0 +0x00000018 0x0018 # 0 +0x00000019 0x0019 # 0 +0x0000001A 0x001A # 0 +0x0000001B 0x001B # 0 +0x0000001C 0x001C # 0 +0x0000001D 0x001D # 0 +0x0000001E 0x001E # 0 +0x0000001F 0x001F # 0 +0x00000020 0x0020 # 0 +0x00000021 0x0021 # 0 +0x00000022 0x0022 # 0 +0x00000023 0x0023 # 0 +0x00000024 0x0024 # 0 +0x00000025 0x0025 # 0 +0x00000026 0x0026 # 0 +0x00000027 0x0027 # 0 +0x00000028 0x0028 # 0 +0x00000029 0x0029 # 0 +0x0000002A 0x002A # 0 +0x0000002B 0x002B # 0 +0x0000002C 0x002C # 0 +0x0000002D 0x002D # 0 +0x0000002E 0x002E # 0 +0x0000002F 0x002F # 0 +0x00000030 0x0030 # 0 +0x00000031 0x0031 # 0 +0x00000032 0x0032 # 0 +0x00000033 0x0033 # 0 +0x00000034 0x0034 # 0 +0x00000035 0x0035 # 0 +0x00000036 0x0036 # 0 +0x00000037 0x0037 # 0 +0x00000038 0x0038 # 0 +0x00000039 0x0039 # 0 +0x0000003A 0x003A # 0 +0x0000003B 0x003B # 0 +0x0000003C 0x003C # 0 +0x0000003D 0x003D # 0 +0x0000003E 0x003E # 0 +0x0000003F 0x003F # 0 +0x00000040 0x0040 # 0 +0x00000041 0x0041 # 0 +0x00000042 0x0042 # 0 +0x00000043 0x0043 # 0 +0x00000044 0x0044 # 0 +0x00000045 0x0045 # 0 +0x00000046 0x0046 # 0 +0x00000047 0x0047 # 0 +0x00000048 0x0048 # 0 +0x00000049 0x0049 # 0 +0x0000004A 0x004A # 0 +0x0000004B 0x004B # 0 +0x0000004C 0x004C # 0 +0x0000004D 0x004D # 0 +0x0000004E 0x004E # 0 +0x0000004F 0x004F # 0 +0x00000050 0x0050 # 0 +0x00000051 0x0051 # 0 +0x00000052 0x0052 # 0 +0x00000053 0x0053 # 0 +0x00000054 0x0054 # 0 +0x00000055 0x0055 # 0 +0x00000056 0x0056 # 0 +0x00000057 0x0057 # 0 +0x00000058 0x0058 # 0 +0x00000059 0x0059 # 0 +0x0000005A 0x005A # 0 +0x0000005B 0x005B # 0 +0x0000005C 0x005C # 0 +0x0000005D 0x005D # 0 +0x0000005E 0x005E # 0 +0x0000005F 0x005F # 0 +0x00000060 0x0060 # 0 +0x00000061 0x0061 # 0 +0x00000062 0x0062 # 0 +0x00000063 0x0063 # 0 +0x00000064 0x0064 # 0 +0x00000065 0x0065 # 0 +0x00000066 0x0066 # 0 +0x00000067 0x0067 # 0 +0x00000068 0x0068 # 0 +0x00000069 0x0069 # 0 +0x0000006A 0x006A # 0 +0x0000006B 0x006B # 0 +0x0000006C 0x006C # 0 +0x0000006D 0x006D # 0 +0x0000006E 0x006E # 0 +0x0000006F 0x006F # 0 +0x00000070 0x0070 # 0 +0x00000071 0x0071 # 0 +0x00000072 0x0072 # 0 +0x00000073 0x0073 # 0 +0x00000074 0x0074 # 0 +0x00000075 0x0075 # 0 +0x00000076 0x0076 # 0 +0x00000077 0x0077 # 0 +0x00000078 0x0078 # 0 +0x00000079 0x0079 # 0 +0x0000007A 0x007A # 0 +0x0000007B 0x007B # 0 +0x0000007C 0x007C # 0 +0x0000007D 0x007D # 0 +0x0000007E 0x007E # 0 +0x0000007F 0x007F # 0 +0x0000A1A1 0x3000 # 0 +0x0000A1A2 0x3001 # 0 +0x0000A1A3 0x3002 # 0 +0x0000A1A4 0x30FB # 0 +0x0000A1A5 0x203E # 0 +0x0000A1A6 0x02C7 # 0 +0x0000A1A7 0x00A8 # 0 +0x0000A1A8 0x3003 # 0 +0x0000A1A9 0x3005 # 0 +0x0000A1AA 0x2015 # 0 +0x0000A1AB 0x30FC # 0 +0x0000A1AC 0x2225 # 0 +0x0000A1AD 0x2026 # 0 +0x0000A1AE 0x2018 # 0 +0x0000A1AF 0x2019 # 0 +0x0000A1B0 0x201C # 0 +0x0000A1B1 0x201D # 0 +0x0000A1B2 0x3014 # 0 +0x0000A1B3 0x3015 # 0 +0x0000A1B4 0x3008 # 0 +0x0000A1B5 0x3009 # 0 +0x0000A1B6 0x300A # 0 +0x0000A1B7 0x300B # 0 +0x0000A1B8 0x300C # 0 +0x0000A1B9 0x300D # 0 +0x0000A1BA 0x300E # 0 +0x0000A1BB 0x300F # 0 +0x0000A1BC 0x3016 # 0 +0x0000A1BD 0x3017 # 0 +0x0000A1BE 0x3010 # 0 +0x0000A1BF 0x3011 # 0 +0x0000A1C0 0x00B1 # 0 +0x0000A1C1 0x00D7 # 0 +0x0000A1C2 0x00F7 # 0 +0x0000A1C3 0x2236 # 0 +0x0000A1C4 0x2227 # 0 +0x0000A1C5 0x2228 # 0 +0x0000A1C6 0x2211 # 0 +0x0000A1C7 0x220F # 0 +0x0000A1C8 0x222A # 0 +0x0000A1C9 0x2229 # 0 +0x0000A1CA 0x2208 # 0 +0x0000A1CB 0x2237 # 0 +0x0000A1CC 0x221A # 0 +0x0000A1CD 0x22A5 # 0 +0x0000A1CF 0x2220 # 0 +0x0000A1D0 0x2312 # 0 +0x0000A1D1 0x2299 # 0 +0x0000A1D2 0x222B # 0 +0x0000A1D3 0x222E # 0 +0x0000A1D4 0x2261 # 0 +0x0000A1D5 0x224C # 0 +0x0000A1D6 0x2248 # 0 +0x0000A1D7 0x223D # 0 +0x0000A1D8 0x221D # 0 +0x0000A1D9 0x2260 # 0 +0x0000A1DA 0x226E # 0 +0x0000A1DB 0x226F # 0 +0x0000A1DC 0x2264 # 0 +0x0000A1DD 0x2265 # 0 +0x0000A1DE 0x221E # 0 +0x0000A1DF 0x2235 # 0 +0x0000A1E0 0x2234 # 0 +0x0000A1E1 0x2642 # 0 +0x0000A1E2 0x2640 # 0 +0x0000A1E3 0x00B0 # 0 +0x0000A1E4 0x2032 # 0 +0x0000A1E5 0x2033 # 0 +0x0000A1E6 0x2103 # 0 +0x0000A1E8 0x00A4 # 0 +0x0000A1E9 0x00A2 # 0 +0x0000A1EA 0x00A3 # 0 +0x0000A1EB 0x2030 # 0 +0x0000A1EC 0x00A7 # 0 +0x0000A1ED 0x2116 # 0 +0x0000A1EE 0x2606 # 0 +0x0000A1EF 0x2605 # 0 +0x0000A1F0 0x25CB # 0 +0x0000A1F1 0x25CF # 0 +0x0000A1F2 0x25CE # 0 +0x0000A1F3 0x25C7 # 0 +0x0000A1F4 0x25C6 # 0 +0x0000A1F5 0x25A1 # 0 +0x0000A1F6 0x25A0 # 0 +0x0000A1F7 0x25B3 # 0 +0x0000A1F8 0x25B2 # 0 +0x0000A1F9 0x203B # 0 +0x0000A1FA 0x2192 # 0 +0x0000A1FB 0x2190 # 0 +0x0000A1FC 0x2191 # 0 +0x0000A1FD 0x2193 # 0 +0x0000A1FE 0x3013 # 0 +0x0000A2B1 0x2488 # 0 +0x0000A2B2 0x2489 # 0 +0x0000A2B3 0x248A # 0 +0x0000A2B4 0x248B # 0 +0x0000A2B5 0x248C # 0 +0x0000A2B6 0x248D # 0 +0x0000A2B7 0x248E # 0 +0x0000A2B8 0x248F # 0 +0x0000A2B9 0x2490 # 0 +0x0000A2BA 0x2491 # 0 +0x0000A2BB 0x2492 # 0 +0x0000A2BC 0x2493 # 0 +0x0000A2BD 0x2494 # 0 +0x0000A2BE 0x2495 # 0 +0x0000A2BF 0x2496 # 0 +0x0000A2C0 0x2497 # 0 +0x0000A2C1 0x2498 # 0 +0x0000A2C2 0x2499 # 0 +0x0000A2C3 0x249A # 0 +0x0000A2C4 0x249B # 0 +0x0000A2C5 0x2474 # 0 +0x0000A2C6 0x2475 # 0 +0x0000A2C7 0x2476 # 0 +0x0000A2C8 0x2477 # 0 +0x0000A2C9 0x2478 # 0 +0x0000A2CA 0x2479 # 0 +0x0000A2CB 0x247A # 0 +0x0000A2CC 0x247B # 0 +0x0000A2CD 0x247C # 0 +0x0000A2CE 0x247D # 0 +0x0000A2CF 0x247E # 0 +0x0000A2D0 0x247F # 0 +0x0000A2D1 0x2480 # 0 +0x0000A2D2 0x2481 # 0 +0x0000A2D3 0x2482 # 0 +0x0000A2D4 0x2483 # 0 +0x0000A2D5 0x2484 # 0 +0x0000A2D6 0x2485 # 0 +0x0000A2D7 0x2486 # 0 +0x0000A2D8 0x2487 # 0 +0x0000A2D9 0x2460 # 0 +0x0000A2DA 0x2461 # 0 +0x0000A2DB 0x2462 # 0 +0x0000A2DC 0x2463 # 0 +0x0000A2DD 0x2464 # 0 +0x0000A2DE 0x2465 # 0 +0x0000A2DF 0x2466 # 0 +0x0000A2E0 0x2467 # 0 +0x0000A2E1 0x2468 # 0 +0x0000A2E2 0x2469 # 0 +0x0000A2F1 0x2160 # 0 +0x0000A2F2 0x2161 # 0 +0x0000A2F3 0x2162 # 0 +0x0000A2F4 0x2163 # 0 +0x0000A2F5 0x2164 # 0 +0x0000A2F6 0x2165 # 0 +0x0000A2F7 0x2166 # 0 +0x0000A2F8 0x2167 # 0 +0x0000A2F9 0x2168 # 0 +0x0000A2FA 0x2169 # 0 +0x0000A2FB 0x216A # 0 +0x0000A2FC 0x216B # 0 +0x0000A3A1 0xFF01 # 0 +0x0000A3A2 0xFF02 # 0 +0x0000A3A3 0xFF03 # 0 +0x0000A3A4 0xFF04 # 0 +0x0000A3A5 0xFF05 # 0 +0x0000A3A6 0xFF06 # 0 +0x0000A3A7 0xFF07 # 0 +0x0000A3A8 0xFF08 # 0 +0x0000A3A9 0xFF09 # 0 +0x0000A3AA 0xFF0A # 0 +0x0000A3AB 0xFF0B # 0 +0x0000A3AC 0xFF0C # 0 +0x0000A3AD 0xFF0D # 0 +0x0000A3AE 0xFF0E # 0 +0x0000A3AF 0xFF0F # 0 +0x0000A3B0 0xFF10 # 0 +0x0000A3B1 0xFF11 # 0 +0x0000A3B2 0xFF12 # 0 +0x0000A3B3 0xFF13 # 0 +0x0000A3B4 0xFF14 # 0 +0x0000A3B5 0xFF15 # 0 +0x0000A3B6 0xFF16 # 0 +0x0000A3B7 0xFF17 # 0 +0x0000A3B8 0xFF18 # 0 +0x0000A3B9 0xFF19 # 0 +0x0000A3BA 0xFF1A # 0 +0x0000A3BB 0xFF1B # 0 +0x0000A3BC 0xFF1C # 0 +0x0000A3BD 0xFF1D # 0 +0x0000A3BE 0xFF1E # 0 +0x0000A3BF 0xFF1F # 0 +0x0000A3C0 0xFF20 # 0 +0x0000A3C1 0xFF21 # 0 +0x0000A3C2 0xFF22 # 0 +0x0000A3C3 0xFF23 # 0 +0x0000A3C4 0xFF24 # 0 +0x0000A3C5 0xFF25 # 0 +0x0000A3C6 0xFF26 # 0 +0x0000A3C7 0xFF27 # 0 +0x0000A3C8 0xFF28 # 0 +0x0000A3C9 0xFF29 # 0 +0x0000A3CA 0xFF2A # 0 +0x0000A3CB 0xFF2B # 0 +0x0000A3CC 0xFF2C # 0 +0x0000A3CD 0xFF2D # 0 +0x0000A3CE 0xFF2E # 0 +0x0000A3CF 0xFF2F # 0 +0x0000A3D0 0xFF30 # 0 +0x0000A3D1 0xFF31 # 0 +0x0000A3D2 0xFF32 # 0 +0x0000A3D3 0xFF33 # 0 +0x0000A3D4 0xFF34 # 0 +0x0000A3D5 0xFF35 # 0 +0x0000A3D6 0xFF36 # 0 +0x0000A3D7 0xFF37 # 0 +0x0000A3D8 0xFF38 # 0 +0x0000A3D9 0xFF39 # 0 +0x0000A3DA 0xFF3A # 0 +0x0000A3DB 0xFF3B # 0 +0x0000A3DC 0xFF3C # 0 +0x0000A3DD 0xFF3D # 0 +0x0000A3DE 0xFF3E # 0 +0x0000A3DF 0xFF3F # 0 +0x0000A3E0 0xFF40 # 0 +0x0000A3E1 0xFF41 # 0 +0x0000A3E2 0xFF42 # 0 +0x0000A3E3 0xFF43 # 0 +0x0000A3E4 0xFF44 # 0 +0x0000A3E5 0xFF45 # 0 +0x0000A3E6 0xFF46 # 0 +0x0000A3E7 0xFF47 # 0 +0x0000A3E8 0xFF48 # 0 +0x0000A3E9 0xFF49 # 0 +0x0000A3EA 0xFF4A # 0 +0x0000A3EB 0xFF4B # 0 +0x0000A3EC 0xFF4C # 0 +0x0000A3ED 0xFF4D # 0 +0x0000A3EE 0xFF4E # 0 +0x0000A3EF 0xFF4F # 0 +0x0000A3F0 0xFF50 # 0 +0x0000A3F1 0xFF51 # 0 +0x0000A3F2 0xFF52 # 0 +0x0000A3F3 0xFF53 # 0 +0x0000A3F4 0xFF54 # 0 +0x0000A3F5 0xFF55 # 0 +0x0000A3F6 0xFF56 # 0 +0x0000A3F7 0xFF57 # 0 +0x0000A3F8 0xFF58 # 0 +0x0000A3F9 0xFF59 # 0 +0x0000A3FA 0xFF5A # 0 +0x0000A3FB 0xFF5B # 0 +0x0000A3FC 0xFF5C # 0 +0x0000A3FD 0xFF5D # 0 +0x0000A3FE 0xFF5E # 0 +0x0000A4A1 0x3041 # 0 +0x0000A4A2 0x3042 # 0 +0x0000A4A3 0x3043 # 0 +0x0000A4A4 0x3044 # 0 +0x0000A4A5 0x3045 # 0 +0x0000A4A6 0x3046 # 0 +0x0000A4A7 0x3047 # 0 +0x0000A4A8 0x3048 # 0 +0x0000A4A9 0x3049 # 0 +0x0000A4AA 0x304A # 0 +0x0000A4AB 0x304B # 0 +0x0000A4AC 0x304C # 0 +0x0000A4AD 0x304D # 0 +0x0000A4AE 0x304E # 0 +0x0000A4AF 0x304F # 0 +0x0000A4B0 0x3050 # 0 +0x0000A4B1 0x3051 # 0 +0x0000A4B2 0x3052 # 0 +0x0000A4B3 0x3053 # 0 +0x0000A4B4 0x3054 # 0 +0x0000A4B5 0x3055 # 0 +0x0000A4B6 0x3056 # 0 +0x0000A4B7 0x3057 # 0 +0x0000A4B8 0x3058 # 0 +0x0000A4B9 0x3059 # 0 +0x0000A4BA 0x305A # 0 +0x0000A4BB 0x305B # 0 +0x0000A4BC 0x305C # 0 +0x0000A4BD 0x305D # 0 +0x0000A4BE 0x305E # 0 +0x0000A4BF 0x305F # 0 +0x0000A4C0 0x3060 # 0 +0x0000A4C1 0x3061 # 0 +0x0000A4C2 0x3062 # 0 +0x0000A4C3 0x3063 # 0 +0x0000A4C4 0x3064 # 0 +0x0000A4C5 0x3065 # 0 +0x0000A4C6 0x3066 # 0 +0x0000A4C7 0x3067 # 0 +0x0000A4C8 0x3068 # 0 +0x0000A4C9 0x3069 # 0 +0x0000A4CA 0x306A # 0 +0x0000A4CB 0x306B # 0 +0x0000A4CC 0x306C # 0 +0x0000A4CD 0x306D # 0 +0x0000A4CE 0x306E # 0 +0x0000A4CF 0x306F # 0 +0x0000A4D0 0x3070 # 0 +0x0000A4D1 0x3071 # 0 +0x0000A4D2 0x3072 # 0 +0x0000A4D3 0x3073 # 0 +0x0000A4D4 0x3074 # 0 +0x0000A4D5 0x3075 # 0 +0x0000A4D6 0x3076 # 0 +0x0000A4D7 0x3077 # 0 +0x0000A4D8 0x3078 # 0 +0x0000A4D9 0x3079 # 0 +0x0000A4DA 0x307A # 0 +0x0000A4DB 0x307B # 0 +0x0000A4DC 0x307C # 0 +0x0000A4DD 0x307D # 0 +0x0000A4DE 0x307E # 0 +0x0000A4DF 0x307F # 0 +0x0000A4E0 0x3080 # 0 +0x0000A4E1 0x3081 # 0 +0x0000A4E2 0x3082 # 0 +0x0000A4E3 0x3083 # 0 +0x0000A4E4 0x3084 # 0 +0x0000A4E5 0x3085 # 0 +0x0000A4E6 0x3086 # 0 +0x0000A4E7 0x3087 # 0 +0x0000A4E8 0x3088 # 0 +0x0000A4E9 0x3089 # 0 +0x0000A4EA 0x308A # 0 +0x0000A4EB 0x308B # 0 +0x0000A4EC 0x308C # 0 +0x0000A4ED 0x308D # 0 +0x0000A4EE 0x308E # 0 +0x0000A4EF 0x308F # 0 +0x0000A4F0 0x3090 # 0 +0x0000A4F1 0x3091 # 0 +0x0000A4F2 0x3092 # 0 +0x0000A4F3 0x3093 # 0 +0x0000A5A1 0x30A1 # 0 +0x0000A5A2 0x30A2 # 0 +0x0000A5A3 0x30A3 # 0 +0x0000A5A4 0x30A4 # 0 +0x0000A5A5 0x30A5 # 0 +0x0000A5A6 0x30A6 # 0 +0x0000A5A7 0x30A7 # 0 +0x0000A5A8 0x30A8 # 0 +0x0000A5A9 0x30A9 # 0 +0x0000A5AA 0x30AA # 0 +0x0000A5AB 0x30AB # 0 +0x0000A5AC 0x30AC # 0 +0x0000A5AD 0x30AD # 0 +0x0000A5AE 0x30AE # 0 +0x0000A5AF 0x30AF # 0 +0x0000A5B0 0x30B0 # 0 +0x0000A5B1 0x30B1 # 0 +0x0000A5B2 0x30B2 # 0 +0x0000A5B3 0x30B3 # 0 +0x0000A5B4 0x30B4 # 0 +0x0000A5B5 0x30B5 # 0 +0x0000A5B6 0x30B6 # 0 +0x0000A5B7 0x30B7 # 0 +0x0000A5B8 0x30B8 # 0 +0x0000A5B9 0x30B9 # 0 +0x0000A5BA 0x30BA # 0 +0x0000A5BB 0x30BB # 0 +0x0000A5BC 0x30BC # 0 +0x0000A5BD 0x30BD # 0 +0x0000A5BE 0x30BE # 0 +0x0000A5BF 0x30BF # 0 +0x0000A5C0 0x30C0 # 0 +0x0000A5C1 0x30C1 # 0 +0x0000A5C2 0x30C2 # 0 +0x0000A5C3 0x30C3 # 0 +0x0000A5C4 0x30C4 # 0 +0x0000A5C5 0x30C5 # 0 +0x0000A5C6 0x30C6 # 0 +0x0000A5C7 0x30C7 # 0 +0x0000A5C8 0x30C8 # 0 +0x0000A5C9 0x30C9 # 0 +0x0000A5CA 0x30CA # 0 +0x0000A5CB 0x30CB # 0 +0x0000A5CC 0x30CC # 0 +0x0000A5CD 0x30CD # 0 +0x0000A5CE 0x30CE # 0 +0x0000A5CF 0x30CF # 0 +0x0000A5D0 0x30D0 # 0 +0x0000A5D1 0x30D1 # 0 +0x0000A5D2 0x30D2 # 0 +0x0000A5D3 0x30D3 # 0 +0x0000A5D4 0x30D4 # 0 +0x0000A5D5 0x30D5 # 0 +0x0000A5D6 0x30D6 # 0 +0x0000A5D7 0x30D7 # 0 +0x0000A5D8 0x30D8 # 0 +0x0000A5D9 0x30D9 # 0 +0x0000A5DA 0x30DA # 0 +0x0000A5DB 0x30DB # 0 +0x0000A5DC 0x30DC # 0 +0x0000A5DD 0x30DD # 0 +0x0000A5DE 0x30DE # 0 +0x0000A5DF 0x30DF # 0 +0x0000A5E0 0x30E0 # 0 +0x0000A5E1 0x30E1 # 0 +0x0000A5E2 0x30E2 # 0 +0x0000A5E3 0x30E3 # 0 +0x0000A5E4 0x30E4 # 0 +0x0000A5E5 0x30E5 # 0 +0x0000A5E6 0x30E6 # 0 +0x0000A5E7 0x30E7 # 0 +0x0000A5E8 0x30E8 # 0 +0x0000A5E9 0x30E9 # 0 +0x0000A5EA 0x30EA # 0 +0x0000A5EB 0x30EB # 0 +0x0000A5EC 0x30EC # 0 +0x0000A5ED 0x30ED # 0 +0x0000A5EE 0x30EE # 0 +0x0000A5EF 0x30EF # 0 +0x0000A5F0 0x30F0 # 0 +0x0000A5F1 0x30F1 # 0 +0x0000A5F2 0x30F2 # 0 +0x0000A5F3 0x30F3 # 0 +0x0000A5F4 0x30F4 # 0 +0x0000A5F5 0x30F5 # 0 +0x0000A5F6 0x30F6 # 0 +0x0000A6A1 0x0391 # 0 +0x0000A6A2 0x0392 # 0 +0x0000A6A3 0x0393 # 0 +0x0000A6A4 0x0394 # 0 +0x0000A6A5 0x0395 # 0 +0x0000A6A6 0x0396 # 0 +0x0000A6A7 0x0397 # 0 +0x0000A6A8 0x0398 # 0 +0x0000A6A9 0x0399 # 0 +0x0000A6AA 0x039A # 0 +0x0000A6AB 0x039B # 0 +0x0000A6AC 0x039C # 0 +0x0000A6AD 0x039D # 0 +0x0000A6AE 0x039E # 0 +0x0000A6AF 0x039F # 0 +0x0000A6B0 0x03A0 # 0 +0x0000A6B1 0x03A1 # 0 +0x0000A6B2 0x03A3 # 0 +0x0000A6B3 0x03A4 # 0 +0x0000A6B4 0x03A5 # 0 +0x0000A6B5 0x03A6 # 0 +0x0000A6B6 0x03A7 # 0 +0x0000A6B7 0x03A8 # 0 +0x0000A6B8 0x03A9 # 0 +0x0000A6C1 0x03B1 # 0 +0x0000A6C2 0x03B2 # 0 +0x0000A6C3 0x03B3 # 0 +0x0000A6C4 0x03B4 # 0 +0x0000A6C5 0x03B5 # 0 +0x0000A6C6 0x03B6 # 0 +0x0000A6C7 0x03B7 # 0 +0x0000A6C8 0x03B8 # 0 +0x0000A6C9 0x03B9 # 0 +0x0000A6CA 0x03BA # 0 +0x0000A6CB 0x03BB # 0 +0x0000A6CC 0x03BC # 0 +0x0000A6CD 0x03BD # 0 +0x0000A6CE 0x03BE # 0 +0x0000A6CF 0x03BF # 0 +0x0000A6D0 0x03C0 # 0 +0x0000A6D1 0x03C1 # 0 +0x0000A6D2 0x03C3 # 0 +0x0000A6D3 0x03C4 # 0 +0x0000A6D4 0x03C5 # 0 +0x0000A6D5 0x03C6 # 0 +0x0000A6D6 0x03C7 # 0 +0x0000A6D7 0x03C8 # 0 +0x0000A6D8 0x03C9 # 0 +0x0000A7A1 0x0410 # 0 +0x0000A7A2 0x0411 # 0 +0x0000A7A3 0x0412 # 0 +0x0000A7A4 0x0413 # 0 +0x0000A7A5 0x0414 # 0 +0x0000A7A6 0x0415 # 0 +0x0000A7A7 0x0401 # 0 +0x0000A7A8 0x0416 # 0 +0x0000A7A9 0x0417 # 0 +0x0000A7AA 0x0418 # 0 +0x0000A7AB 0x0419 # 0 +0x0000A7AC 0x041A # 0 +0x0000A7AD 0x041B # 0 +0x0000A7AE 0x041C # 0 +0x0000A7AF 0x041D # 0 +0x0000A7B0 0x041E # 0 +0x0000A7B1 0x041F # 0 +0x0000A7B2 0x0420 # 0 +0x0000A7B3 0x0421 # 0 +0x0000A7B4 0x0422 # 0 +0x0000A7B5 0x0423 # 0 +0x0000A7B6 0x0424 # 0 +0x0000A7B7 0x0425 # 0 +0x0000A7B8 0x0426 # 0 +0x0000A7B9 0x0427 # 0 +0x0000A7BA 0x0428 # 0 +0x0000A7BB 0x0429 # 0 +0x0000A7BC 0x042A # 0 +0x0000A7BD 0x042B # 0 +0x0000A7BE 0x042C # 0 +0x0000A7BF 0x042D # 0 +0x0000A7C0 0x042E # 0 +0x0000A7C1 0x042F # 0 +0x0000A7D1 0x0430 # 0 +0x0000A7D2 0x0431 # 0 +0x0000A7D3 0x0432 # 0 +0x0000A7D4 0x0433 # 0 +0x0000A7D5 0x0434 # 0 +0x0000A7D6 0x0435 # 0 +0x0000A7D7 0x0451 # 0 +0x0000A7D8 0x0436 # 0 +0x0000A7D9 0x0437 # 0 +0x0000A7DA 0x0438 # 0 +0x0000A7DB 0x0439 # 0 +0x0000A7DC 0x043A # 0 +0x0000A7DD 0x043B # 0 +0x0000A7DE 0x043C # 0 +0x0000A7DF 0x043D # 0 +0x0000A7E0 0x043E # 0 +0x0000A7E1 0x043F # 0 +0x0000A7E2 0x0440 # 0 +0x0000A7E3 0x0441 # 0 +0x0000A7E4 0x0442 # 0 +0x0000A7E5 0x0443 # 0 +0x0000A7E6 0x0444 # 0 +0x0000A7E7 0x0445 # 0 +0x0000A7E8 0x0446 # 0 +0x0000A7E9 0x0447 # 0 +0x0000A7EA 0x0448 # 0 +0x0000A7EB 0x0449 # 0 +0x0000A7EC 0x044A # 0 +0x0000A7ED 0x044B # 0 +0x0000A7EE 0x044C # 0 +0x0000A7EF 0x044D # 0 +0x0000A7F0 0x044E # 0 +0x0000A7F1 0x044F # 0 +0x0000A8C5 0x3105 # 0 +0x0000A8C6 0x3106 # 0 +0x0000A8C7 0x3107 # 0 +0x0000A8C8 0x3108 # 0 +0x0000A8C9 0x3109 # 0 +0x0000A8CA 0x310A # 0 +0x0000A8CB 0x310B # 0 +0x0000A8CC 0x310C # 0 +0x0000A8CD 0x310D # 0 +0x0000A8CE 0x310E # 0 +0x0000A8CF 0x310F # 0 +0x0000A8D0 0x3110 # 0 +0x0000A8D1 0x3111 # 0 +0x0000A8D2 0x3112 # 0 +0x0000A8D3 0x3113 # 0 +0x0000A8D4 0x3114 # 0 +0x0000A8D5 0x3115 # 0 +0x0000A8D6 0x3116 # 0 +0x0000A8D7 0x3117 # 0 +0x0000A8D8 0x3118 # 0 +0x0000A8D9 0x3119 # 0 +0x0000A8DA 0x311A # 0 +0x0000A8DB 0x311B # 0 +0x0000A8DC 0x311C # 0 +0x0000A8DD 0x311D # 0 +0x0000A8DE 0x311E # 0 +0x0000A8DF 0x311F # 0 +0x0000A8E0 0x3120 # 0 +0x0000A8E1 0x3121 # 0 +0x0000A8E2 0x3122 # 0 +0x0000A8E3 0x3123 # 0 +0x0000A8E4 0x3124 # 0 +0x0000A8E5 0x3125 # 0 +0x0000A8E6 0x3126 # 0 +0x0000A8E7 0x3127 # 0 +0x0000A8E8 0x3128 # 0 +0x0000A8E9 0x3129 # 0 +0x0000A9A4 0x2500 # 0 +0x0000A9A5 0x2501 # 0 +0x0000A9A6 0x2502 # 0 +0x0000A9A7 0x2503 # 0 +0x0000A9A8 0x2504 # 0 +0x0000A9A9 0x2505 # 0 +0x0000A9AA 0x2506 # 0 +0x0000A9AB 0x2507 # 0 +0x0000A9AC 0x2508 # 0 +0x0000A9AD 0x2509 # 0 +0x0000A9AE 0x250A # 0 +0x0000A9AF 0x250B # 0 +0x0000A9B0 0x250C # 0 +0x0000A9B1 0x250D # 0 +0x0000A9B2 0x250E # 0 +0x0000A9B3 0x250F # 0 +0x0000A9B4 0x2510 # 0 +0x0000A9B5 0x2511 # 0 +0x0000A9B6 0x2512 # 0 +0x0000A9B7 0x2513 # 0 +0x0000A9B8 0x2514 # 0 +0x0000A9B9 0x2515 # 0 +0x0000A9BA 0x2516 # 0 +0x0000A9BB 0x2517 # 0 +0x0000A9BC 0x2518 # 0 +0x0000A9BD 0x2519 # 0 +0x0000A9BE 0x251A # 0 +0x0000A9BF 0x251B # 0 +0x0000A9C0 0x251C # 0 +0x0000A9C1 0x251D # 0 +0x0000A9C2 0x251E # 0 +0x0000A9C3 0x251F # 0 +0x0000A9C4 0x2520 # 0 +0x0000A9C5 0x2521 # 0 +0x0000A9C6 0x2522 # 0 +0x0000A9C7 0x2523 # 0 +0x0000A9C8 0x2524 # 0 +0x0000A9C9 0x2525 # 0 +0x0000A9CA 0x2526 # 0 +0x0000A9CB 0x2527 # 0 +0x0000A9CC 0x2528 # 0 +0x0000A9CD 0x2529 # 0 +0x0000A9CE 0x252A # 0 +0x0000A9CF 0x252B # 0 +0x0000A9D0 0x252C # 0 +0x0000A9D1 0x252D # 0 +0x0000A9D2 0x252E # 0 +0x0000A9D3 0x252F # 0 +0x0000A9D4 0x2530 # 0 +0x0000A9D5 0x2531 # 0 +0x0000A9D6 0x2532 # 0 +0x0000A9D7 0x2533 # 0 +0x0000A9D8 0x2534 # 0 +0x0000A9D9 0x2535 # 0 +0x0000A9DA 0x2536 # 0 +0x0000A9DB 0x2537 # 0 +0x0000A9DC 0x2538 # 0 +0x0000A9DD 0x2539 # 0 +0x0000A9DE 0x253A # 0 +0x0000A9DF 0x253B # 0 +0x0000A9E0 0x253C # 0 +0x0000A9E1 0x253D # 0 +0x0000A9E2 0x253E # 0 +0x0000A9E3 0x253F # 0 +0x0000A9E4 0x2540 # 0 +0x0000A9E5 0x2541 # 0 +0x0000A9E6 0x2542 # 0 +0x0000A9E7 0x2543 # 0 +0x0000A9E8 0x2544 # 0 +0x0000A9E9 0x2545 # 0 +0x0000A9EA 0x2546 # 0 +0x0000A9EB 0x2547 # 0 +0x0000A9EC 0x2548 # 0 +0x0000A9ED 0x2549 # 0 +0x0000A9EE 0x254A # 0 +0x0000A9EF 0x254B # 0 +0x0000B0A1 0x554A # 0 +0x0000B0A2 0x963F # 0 +0x0000B0A3 0x57C3 # 0 +0x0000B0A4 0x6328 # 0 +0x0000B0A5 0x54CE # 0 +0x0000B0A6 0x5509 # 0 +0x0000B0A7 0x54C0 # 0 +0x0000B0A8 0x7691 # 0 +0x0000B0A9 0x764C # 0 +0x0000B0AA 0x853C # 0 +0x0000B0AB 0x77EE # 0 +0x0000B0AC 0x827E # 0 +0x0000B0AD 0x788D # 0 +0x0000B0AE 0x7231 # 0 +0x0000B0AF 0x9698 # 0 +0x0000B0B0 0x978D # 0 +0x0000B0B1 0x6C28 # 0 +0x0000B0B2 0x5B89 # 0 +0x0000B0B3 0x4FFA # 0 +0x0000B0B4 0x6309 # 0 +0x0000B0B5 0x6697 # 0 +0x0000B0B6 0x5CB8 # 0 +0x0000B0B7 0x80FA # 0 +0x0000B0B8 0x6848 # 0 +0x0000B0B9 0x80AE # 0 +0x0000B0BA 0x6602 # 0 +0x0000B0BB 0x76CE # 0 +0x0000B0BC 0x51F9 # 0 +0x0000B0BD 0x6556 # 0 +0x0000B0BE 0x71AC # 0 +0x0000B0BF 0x7FF1 # 0 +0x0000B0C0 0x8884 # 0 +0x0000B0C1 0x50B2 # 0 +0x0000B0C2 0x5965 # 0 +0x0000B0C3 0x61CA # 0 +0x0000B0C4 0x6FB3 # 0 +0x0000B0C5 0x82AD # 0 +0x0000B0C6 0x634C # 0 +0x0000B0C7 0x6252 # 0 +0x0000B0C8 0x53ED # 0 +0x0000B0C9 0x5427 # 0 +0x0000B0CA 0x7B06 # 0 +0x0000B0CB 0x516B # 0 +0x0000B0CC 0x75A4 # 0 +0x0000B0CD 0x5DF4 # 0 +0x0000B0CE 0x62D4 # 0 +0x0000B0CF 0x8DCB # 0 +0x0000B0D0 0x9776 # 0 +0x0000B0D1 0x628A # 0 +0x0000B0D2 0x8019 # 0 +0x0000B0D3 0x575D # 0 +0x0000B0D4 0x9738 # 0 +0x0000B0D5 0x7F62 # 0 +0x0000B0D6 0x7238 # 0 +0x0000B0D7 0x767D # 0 +0x0000B0D8 0x67CF # 0 +0x0000B0D9 0x767E # 0 +0x0000B0DA 0x6446 # 0 +0x0000B0DB 0x4F70 # 0 +0x0000B0DC 0x8D25 # 0 +0x0000B0DD 0x62DC # 0 +0x0000B0DE 0x7A17 # 0 +0x0000B0DF 0x6591 # 0 +0x0000B0E0 0x73ED # 0 +0x0000B0E1 0x642C # 0 +0x0000B0E2 0x6273 # 0 +0x0000B0E3 0x822C # 0 +0x0000B0E4 0x9881 # 0 +0x0000B0E5 0x677F # 0 +0x0000B0E6 0x7248 # 0 +0x0000B0E7 0x626E # 0 +0x0000B0E8 0x62CC # 0 +0x0000B0E9 0x4F34 # 0 +0x0000B0EA 0x74E3 # 0 +0x0000B0EB 0x534A # 0 +0x0000B0EC 0x529E # 0 +0x0000B0ED 0x7ECA # 0 +0x0000B0EE 0x90A6 # 0 +0x0000B0EF 0x5E2E # 0 +0x0000B0F0 0x6886 # 0 +0x0000B0F1 0x699C # 0 +0x0000B0F2 0x8180 # 0 +0x0000B0F3 0x7ED1 # 0 +0x0000B0F4 0x68D2 # 0 +0x0000B0F5 0x78C5 # 0 +0x0000B0F6 0x868C # 0 +0x0000B0F7 0x9551 # 0 +0x0000B0F8 0x508D # 0 +0x0000B0F9 0x8C24 # 0 +0x0000B0FA 0x82DE # 0 +0x0000B0FB 0x80DE # 0 +0x0000B0FC 0x5305 # 0 +0x0000B0FD 0x8912 # 0 +0x0000B0FE 0x5265 # 0 +0x0000B1A1 0x8584 # 0 +0x0000B1A2 0x96F9 # 0 +0x0000B1A3 0x4FDD # 0 +0x0000B1A4 0x5821 # 0 +0x0000B1A5 0x9971 # 0 +0x0000B1A6 0x5B9D # 0 +0x0000B1A7 0x62B1 # 0 +0x0000B1A8 0x62A5 # 0 +0x0000B1A9 0x66B4 # 0 +0x0000B1AA 0x8C79 # 0 +0x0000B1AB 0x9C8D # 0 +0x0000B1AC 0x7206 # 0 +0x0000B1AD 0x676F # 0 +0x0000B1AE 0x7891 # 0 +0x0000B1AF 0x60B2 # 0 +0x0000B1B0 0x5351 # 0 +0x0000B1B1 0x5317 # 0 +0x0000B1B2 0x8F88 # 0 +0x0000B1B3 0x80CC # 0 +0x0000B1B4 0x8D1D # 0 +0x0000B1B5 0x94A1 # 0 +0x0000B1B6 0x500D # 0 +0x0000B1B7 0x72C8 # 0 +0x0000B1B8 0x5907 # 0 +0x0000B1B9 0x60EB # 0 +0x0000B1BA 0x7119 # 0 +0x0000B1BB 0x88AB # 0 +0x0000B1BC 0x5954 # 0 +0x0000B1BD 0x82EF # 0 +0x0000B1BE 0x672C # 0 +0x0000B1BF 0x7B28 # 0 +0x0000B1C0 0x5D29 # 0 +0x0000B1C1 0x7EF7 # 0 +0x0000B1C2 0x752D # 0 +0x0000B1C3 0x6CF5 # 0 +0x0000B1C4 0x8E66 # 0 +0x0000B1C5 0x8FF8 # 0 +0x0000B1C6 0x903C # 0 +0x0000B1C7 0x9F3B # 0 +0x0000B1C8 0x6BD4 # 0 +0x0000B1C9 0x9119 # 0 +0x0000B1CA 0x7B14 # 0 +0x0000B1CB 0x5F7C # 0 +0x0000B1CC 0x78A7 # 0 +0x0000B1CD 0x84D6 # 0 +0x0000B1CE 0x853D # 0 +0x0000B1CF 0x6BD5 # 0 +0x0000B1D0 0x6BD9 # 0 +0x0000B1D1 0x6BD6 # 0 +0x0000B1D2 0x5E01 # 0 +0x0000B1D3 0x5E87 # 0 +0x0000B1D4 0x75F9 # 0 +0x0000B1D5 0x95ED # 0 +0x0000B1D6 0x655D # 0 +0x0000B1D7 0x5F0A # 0 +0x0000B1D8 0x5FC5 # 0 +0x0000B1D9 0x8F9F # 0 +0x0000B1DA 0x58C1 # 0 +0x0000B1DB 0x81C2 # 0 +0x0000B1DC 0x907F # 0 +0x0000B1DD 0x965B # 0 +0x0000B1DE 0x97AD # 0 +0x0000B1DF 0x8FB9 # 0 +0x0000B1E0 0x7F16 # 0 +0x0000B1E1 0x8D2C # 0 +0x0000B1E2 0x6241 # 0 +0x0000B1E3 0x4FBF # 0 +0x0000B1E4 0x53D8 # 0 +0x0000B1E5 0x535E # 0 +0x0000B1E6 0x8FA8 # 0 +0x0000B1E7 0x8FA9 # 0 +0x0000B1E8 0x8FAB # 0 +0x0000B1E9 0x904D # 0 +0x0000B1EA 0x6807 # 0 +0x0000B1EB 0x5F6A # 0 +0x0000B1EC 0x8198 # 0 +0x0000B1ED 0x8868 # 0 +0x0000B1EE 0x9CD6 # 0 +0x0000B1EF 0x618B # 0 +0x0000B1F0 0x522B # 0 +0x0000B1F1 0x762A # 0 +0x0000B1F2 0x5F6C # 0 +0x0000B1F3 0x658C # 0 +0x0000B1F4 0x6FD2 # 0 +0x0000B1F5 0x6EE8 # 0 +0x0000B1F6 0x5BBE # 0 +0x0000B1F7 0x6448 # 0 +0x0000B1F8 0x5175 # 0 +0x0000B1F9 0x51B0 # 0 +0x0000B1FA 0x67C4 # 0 +0x0000B1FB 0x4E19 # 0 +0x0000B1FC 0x79C9 # 0 +0x0000B1FD 0x997C # 0 +0x0000B1FE 0x70B3 # 0 +0x0000B2A1 0x75C5 # 0 +0x0000B2A2 0x5E76 # 0 +0x0000B2A3 0x73BB # 0 +0x0000B2A4 0x83E0 # 0 +0x0000B2A5 0x64AD # 0 +0x0000B2A6 0x62E8 # 0 +0x0000B2A7 0x94B5 # 0 +0x0000B2A8 0x6CE2 # 0 +0x0000B2A9 0x535A # 0 +0x0000B2AA 0x52C3 # 0 +0x0000B2AB 0x640F # 0 +0x0000B2AC 0x94C2 # 0 +0x0000B2AD 0x7B94 # 0 +0x0000B2AE 0x4F2F # 0 +0x0000B2AF 0x5E1B # 0 +0x0000B2B0 0x8236 # 0 +0x0000B2B1 0x8116 # 0 +0x0000B2B2 0x818A # 0 +0x0000B2B3 0x6E24 # 0 +0x0000B2B4 0x6CCA # 0 +0x0000B2B5 0x9A73 # 0 +0x0000B2B6 0x6355 # 0 +0x0000B2B7 0x535C # 0 +0x0000B2B8 0x54FA # 0 +0x0000B2B9 0x8865 # 0 +0x0000B2BA 0x57E0 # 0 +0x0000B2BB 0x4E0D # 0 +0x0000B2BC 0x5E03 # 0 +0x0000B2BD 0x6B65 # 0 +0x0000B2BE 0x7C3F # 0 +0x0000B2BF 0x90E8 # 0 +0x0000B2C0 0x6016 # 0 +0x0000B2C1 0x64E6 # 0 +0x0000B2C2 0x731C # 0 +0x0000B2C3 0x88C1 # 0 +0x0000B2C4 0x6750 # 0 +0x0000B2C5 0x624D # 0 +0x0000B2C6 0x8D22 # 0 +0x0000B2C7 0x776C # 0 +0x0000B2C8 0x8E29 # 0 +0x0000B2C9 0x91C7 # 0 +0x0000B2CA 0x5F69 # 0 +0x0000B2CB 0x83DC # 0 +0x0000B2CC 0x8521 # 0 +0x0000B2CD 0x9910 # 0 +0x0000B2CE 0x53C2 # 0 +0x0000B2CF 0x8695 # 0 +0x0000B2D0 0x6B8B # 0 +0x0000B2D1 0x60ED # 0 +0x0000B2D2 0x60E8 # 0 +0x0000B2D3 0x707F # 0 +0x0000B2D4 0x82CD # 0 +0x0000B2D5 0x8231 # 0 +0x0000B2D6 0x4ED3 # 0 +0x0000B2D7 0x6CA7 # 0 +0x0000B2D8 0x85CF # 0 +0x0000B2D9 0x64CD # 0 +0x0000B2DA 0x7CD9 # 0 +0x0000B2DB 0x69FD # 0 +0x0000B2DC 0x66F9 # 0 +0x0000B2DD 0x8349 # 0 +0x0000B2DE 0x5395 # 0 +0x0000B2DF 0x7B56 # 0 +0x0000B2E0 0x4FA7 # 0 +0x0000B2E1 0x518C # 0 +0x0000B2E2 0x6D4B # 0 +0x0000B2E3 0x5C42 # 0 +0x0000B2E4 0x8E6D # 0 +0x0000B2E5 0x63D2 # 0 +0x0000B2E6 0x53C9 # 0 +0x0000B2E7 0x832C # 0 +0x0000B2E8 0x8336 # 0 +0x0000B2E9 0x67E5 # 0 +0x0000B2EA 0x78B4 # 0 +0x0000B2EB 0x643D # 0 +0x0000B2EC 0x5BDF # 0 +0x0000B2ED 0x5C94 # 0 +0x0000B2EE 0x5DEE # 0 +0x0000B2EF 0x8BE7 # 0 +0x0000B2F0 0x62C6 # 0 +0x0000B2F1 0x67F4 # 0 +0x0000B2F2 0x8C7A # 0 +0x0000B2F3 0x6400 # 0 +0x0000B2F4 0x63BA # 0 +0x0000B2F5 0x8749 # 0 +0x0000B2F6 0x998B # 0 +0x0000B2F7 0x8C17 # 0 +0x0000B2F8 0x7F20 # 0 +0x0000B2F9 0x94F2 # 0 +0x0000B2FA 0x4EA7 # 0 +0x0000B2FB 0x9610 # 0 +0x0000B2FC 0x98A4 # 0 +0x0000B2FD 0x660C # 0 +0x0000B2FE 0x7316 # 0 +0x0000B3A1 0x573A # 0 +0x0000B3A2 0x5C1D # 0 +0x0000B3A3 0x5E38 # 0 +0x0000B3A4 0x957F # 0 +0x0000B3A5 0x507F # 0 +0x0000B3A6 0x80A0 # 0 +0x0000B3A7 0x5382 # 0 +0x0000B3A8 0x655E # 0 +0x0000B3A9 0x7545 # 0 +0x0000B3AA 0x5531 # 0 +0x0000B3AB 0x5021 # 0 +0x0000B3AC 0x8D85 # 0 +0x0000B3AD 0x6284 # 0 +0x0000B3AE 0x949E # 0 +0x0000B3AF 0x671D # 0 +0x0000B3B0 0x5632 # 0 +0x0000B3B1 0x6F6E # 0 +0x0000B3B2 0x5DE2 # 0 +0x0000B3B3 0x5435 # 0 +0x0000B3B4 0x7092 # 0 +0x0000B3B5 0x8F66 # 0 +0x0000B3B6 0x626F # 0 +0x0000B3B7 0x64A4 # 0 +0x0000B3B8 0x63A3 # 0 +0x0000B3B9 0x5F7B # 0 +0x0000B3BA 0x6F88 # 0 +0x0000B3BB 0x90F4 # 0 +0x0000B3BC 0x81E3 # 0 +0x0000B3BD 0x8FB0 # 0 +0x0000B3BE 0x5C18 # 0 +0x0000B3BF 0x6668 # 0 +0x0000B3C0 0x5FF1 # 0 +0x0000B3C1 0x6C89 # 0 +0x0000B3C2 0x9648 # 0 +0x0000B3C3 0x8D81 # 0 +0x0000B3C4 0x886C # 0 +0x0000B3C5 0x6491 # 0 +0x0000B3C6 0x79F0 # 0 +0x0000B3C7 0x57CE # 0 +0x0000B3C8 0x6A59 # 0 +0x0000B3C9 0x6210 # 0 +0x0000B3CA 0x5448 # 0 +0x0000B3CB 0x4E58 # 0 +0x0000B3CC 0x7A0B # 0 +0x0000B3CD 0x60E9 # 0 +0x0000B3CE 0x6F84 # 0 +0x0000B3CF 0x8BDA # 0 +0x0000B3D0 0x627F # 0 +0x0000B3D1 0x901E # 0 +0x0000B3D2 0x9A8B # 0 +0x0000B3D3 0x79E4 # 0 +0x0000B3D4 0x5403 # 0 +0x0000B3D5 0x75F4 # 0 +0x0000B3D6 0x6301 # 0 +0x0000B3D7 0x5319 # 0 +0x0000B3D8 0x6C60 # 0 +0x0000B3D9 0x8FDF # 0 +0x0000B3DA 0x5F1B # 0 +0x0000B3DB 0x9A70 # 0 +0x0000B3DC 0x803B # 0 +0x0000B3DD 0x9F7F # 0 +0x0000B3DE 0x4F88 # 0 +0x0000B3DF 0x5C3A # 0 +0x0000B3E0 0x8D64 # 0 +0x0000B3E1 0x7FC5 # 0 +0x0000B3E2 0x65A5 # 0 +0x0000B3E3 0x70BD # 0 +0x0000B3E4 0x5145 # 0 +0x0000B3E5 0x51B2 # 0 +0x0000B3E6 0x866B # 0 +0x0000B3E7 0x5D07 # 0 +0x0000B3E8 0x5BA0 # 0 +0x0000B3E9 0x62BD # 0 +0x0000B3EA 0x916C # 0 +0x0000B3EB 0x7574 # 0 +0x0000B3EC 0x8E0C # 0 +0x0000B3ED 0x7A20 # 0 +0x0000B3EE 0x6101 # 0 +0x0000B3EF 0x7B79 # 0 +0x0000B3F0 0x4EC7 # 0 +0x0000B3F1 0x7EF8 # 0 +0x0000B3F2 0x7785 # 0 +0x0000B3F3 0x4E11 # 0 +0x0000B3F4 0x81ED # 0 +0x0000B3F5 0x521D # 0 +0x0000B3F6 0x51FA # 0 +0x0000B3F7 0x6A71 # 0 +0x0000B3F8 0x53A8 # 0 +0x0000B3F9 0x8E87 # 0 +0x0000B3FA 0x9504 # 0 +0x0000B3FB 0x96CF # 0 +0x0000B3FC 0x6EC1 # 0 +0x0000B3FD 0x9664 # 0 +0x0000B3FE 0x695A # 0 +0x0000B4A1 0x7840 # 0 +0x0000B4A2 0x50A8 # 0 +0x0000B4A3 0x77D7 # 0 +0x0000B4A4 0x6410 # 0 +0x0000B4A5 0x89E6 # 0 +0x0000B4A6 0x5904 # 0 +0x0000B4A7 0x63E3 # 0 +0x0000B4A8 0x5DDD # 0 +0x0000B4A9 0x7A7F # 0 +0x0000B4AA 0x693D # 0 +0x0000B4AB 0x4F20 # 0 +0x0000B4AC 0x8239 # 0 +0x0000B4AD 0x5598 # 0 +0x0000B4AE 0x4E32 # 0 +0x0000B4AF 0x75AE # 0 +0x0000B4B0 0x7A97 # 0 +0x0000B4B1 0x5E62 # 0 +0x0000B4B2 0x5E8A # 0 +0x0000B4B3 0x95EF # 0 +0x0000B4B4 0x521B # 0 +0x0000B4B5 0x5439 # 0 +0x0000B4B6 0x708A # 0 +0x0000B4B7 0x6376 # 0 +0x0000B4B8 0x9524 # 0 +0x0000B4B9 0x5782 # 0 +0x0000B4BA 0x6625 # 0 +0x0000B4BB 0x693F # 0 +0x0000B4BC 0x9187 # 0 +0x0000B4BD 0x5507 # 0 +0x0000B4BE 0x6DF3 # 0 +0x0000B4BF 0x7EAF # 0 +0x0000B4C0 0x8822 # 0 +0x0000B4C1 0x6233 # 0 +0x0000B4C2 0x7EF0 # 0 +0x0000B4C3 0x75B5 # 0 +0x0000B4C4 0x8328 # 0 +0x0000B4C5 0x78C1 # 0 +0x0000B4C6 0x96CC # 0 +0x0000B4C7 0x8F9E # 0 +0x0000B4C8 0x6148 # 0 +0x0000B4C9 0x74F7 # 0 +0x0000B4CA 0x8BCD # 0 +0x0000B4CB 0x6B64 # 0 +0x0000B4CC 0x523A # 0 +0x0000B4CD 0x8D50 # 0 +0x0000B4CE 0x6B21 # 0 +0x0000B4CF 0x806A # 0 +0x0000B4D0 0x8471 # 0 +0x0000B4D1 0x56F1 # 0 +0x0000B4D2 0x5306 # 0 +0x0000B4D3 0x4ECE # 0 +0x0000B4D4 0x4E1B # 0 +0x0000B4D5 0x51D1 # 0 +0x0000B4D6 0x7C97 # 0 +0x0000B4D7 0x918B # 0 +0x0000B4D8 0x7C07 # 0 +0x0000B4D9 0x4FC3 # 0 +0x0000B4DA 0x8E7F # 0 +0x0000B4DB 0x7BE1 # 0 +0x0000B4DC 0x7A9C # 0 +0x0000B4DD 0x6467 # 0 +0x0000B4DE 0x5D14 # 0 +0x0000B4DF 0x50AC # 0 +0x0000B4E0 0x8106 # 0 +0x0000B4E1 0x7601 # 0 +0x0000B4E2 0x7CB9 # 0 +0x0000B4E3 0x6DEC # 0 +0x0000B4E4 0x7FE0 # 0 +0x0000B4E5 0x6751 # 0 +0x0000B4E6 0x5B58 # 0 +0x0000B4E7 0x5BF8 # 0 +0x0000B4E8 0x78CB # 0 +0x0000B4E9 0x64AE # 0 +0x0000B4EA 0x6413 # 0 +0x0000B4EB 0x63AA # 0 +0x0000B4EC 0x632B # 0 +0x0000B4ED 0x9519 # 0 +0x0000B4EE 0x642D # 0 +0x0000B4EF 0x8FBE # 0 +0x0000B4F0 0x7B54 # 0 +0x0000B4F1 0x7629 # 0 +0x0000B4F2 0x6253 # 0 +0x0000B4F3 0x5927 # 0 +0x0000B4F4 0x5446 # 0 +0x0000B4F5 0x6B79 # 0 +0x0000B4F6 0x50A3 # 0 +0x0000B4F7 0x6234 # 0 +0x0000B4F8 0x5E26 # 0 +0x0000B4F9 0x6B86 # 0 +0x0000B4FA 0x4EE3 # 0 +0x0000B4FB 0x8D37 # 0 +0x0000B4FC 0x888B # 0 +0x0000B4FD 0x5F85 # 0 +0x0000B4FE 0x902E # 0 +0x0000B5A1 0x6020 # 0 +0x0000B5A2 0x803D # 0 +0x0000B5A3 0x62C5 # 0 +0x0000B5A4 0x4E39 # 0 +0x0000B5A5 0x5355 # 0 +0x0000B5A6 0x90F8 # 0 +0x0000B5A7 0x63B8 # 0 +0x0000B5A8 0x80C6 # 0 +0x0000B5A9 0x65E6 # 0 +0x0000B5AA 0x6C2E # 0 +0x0000B5AB 0x4F46 # 0 +0x0000B5AC 0x60EE # 0 +0x0000B5AD 0x6DE1 # 0 +0x0000B5AE 0x8BDE # 0 +0x0000B5AF 0x5F39 # 0 +0x0000B5B0 0x86CB # 0 +0x0000B5B1 0x5F53 # 0 +0x0000B5B2 0x6321 # 0 +0x0000B5B3 0x515A # 0 +0x0000B5B4 0x8361 # 0 +0x0000B5B5 0x6863 # 0 +0x0000B5B6 0x5200 # 0 +0x0000B5B7 0x6363 # 0 +0x0000B5B8 0x8E48 # 0 +0x0000B5B9 0x5012 # 0 +0x0000B5BA 0x5C9B # 0 +0x0000B5BB 0x7977 # 0 +0x0000B5BC 0x5BFC # 0 +0x0000B5BD 0x5230 # 0 +0x0000B5BE 0x7A3B # 0 +0x0000B5BF 0x60BC # 0 +0x0000B5C0 0x9053 # 0 +0x0000B5C1 0x76D7 # 0 +0x0000B5C2 0x5FB7 # 0 +0x0000B5C3 0x5F97 # 0 +0x0000B5C4 0x7684 # 0 +0x0000B5C5 0x8E6C # 0 +0x0000B5C6 0x706F # 0 +0x0000B5C7 0x767B # 0 +0x0000B5C8 0x7B49 # 0 +0x0000B5C9 0x77AA # 0 +0x0000B5CA 0x51F3 # 0 +0x0000B5CB 0x9093 # 0 +0x0000B5CC 0x5824 # 0 +0x0000B5CD 0x4F4E # 0 +0x0000B5CE 0x6EF4 # 0 +0x0000B5CF 0x8FEA # 0 +0x0000B5D0 0x654C # 0 +0x0000B5D1 0x7B1B # 0 +0x0000B5D2 0x72C4 # 0 +0x0000B5D3 0x6DA4 # 0 +0x0000B5D4 0x7FDF # 0 +0x0000B5D5 0x5AE1 # 0 +0x0000B5D6 0x62B5 # 0 +0x0000B5D7 0x5E95 # 0 +0x0000B5D8 0x5730 # 0 +0x0000B5D9 0x8482 # 0 +0x0000B5DA 0x7B2C # 0 +0x0000B5DB 0x5E1D # 0 +0x0000B5DC 0x5F1F # 0 +0x0000B5DD 0x9012 # 0 +0x0000B5DE 0x7F14 # 0 +0x0000B5DF 0x98A0 # 0 +0x0000B5E0 0x6382 # 0 +0x0000B5E1 0x6EC7 # 0 +0x0000B5E2 0x7898 # 0 +0x0000B5E3 0x70B9 # 0 +0x0000B5E4 0x5178 # 0 +0x0000B5E5 0x975B # 0 +0x0000B5E6 0x57AB # 0 +0x0000B5E7 0x7535 # 0 +0x0000B5E8 0x4F43 # 0 +0x0000B5E9 0x7538 # 0 +0x0000B5EA 0x5E97 # 0 +0x0000B5EB 0x60E6 # 0 +0x0000B5EC 0x5960 # 0 +0x0000B5ED 0x6DC0 # 0 +0x0000B5EE 0x6BBF # 0 +0x0000B5EF 0x7889 # 0 +0x0000B5F0 0x53FC # 0 +0x0000B5F1 0x96D5 # 0 +0x0000B5F2 0x51CB # 0 +0x0000B5F3 0x5201 # 0 +0x0000B5F4 0x6389 # 0 +0x0000B5F5 0x540A # 0 +0x0000B5F6 0x9493 # 0 +0x0000B5F7 0x8C03 # 0 +0x0000B5F8 0x8DCC # 0 +0x0000B5F9 0x7239 # 0 +0x0000B5FA 0x789F # 0 +0x0000B5FB 0x8776 # 0 +0x0000B5FC 0x8FED # 0 +0x0000B5FD 0x8C0D # 0 +0x0000B5FE 0x53E0 # 0 +0x0000B6A1 0x4E01 # 0 +0x0000B6A2 0x76EF # 0 +0x0000B6A3 0x53EE # 0 +0x0000B6A4 0x9489 # 0 +0x0000B6A5 0x9876 # 0 +0x0000B6A6 0x9F0E # 0 +0x0000B6A7 0x952D # 0 +0x0000B6A8 0x5B9A # 0 +0x0000B6A9 0x8BA2 # 0 +0x0000B6AA 0x4E22 # 0 +0x0000B6AB 0x4E1C # 0 +0x0000B6AC 0x51AC # 0 +0x0000B6AD 0x8463 # 0 +0x0000B6AE 0x61C2 # 0 +0x0000B6AF 0x52A8 # 0 +0x0000B6B0 0x680B # 0 +0x0000B6B1 0x4F97 # 0 +0x0000B6B2 0x606B # 0 +0x0000B6B3 0x51BB # 0 +0x0000B6B4 0x6D1E # 0 +0x0000B6B5 0x515C # 0 +0x0000B6B6 0x6296 # 0 +0x0000B6B7 0x6597 # 0 +0x0000B6B8 0x9661 # 0 +0x0000B6B9 0x8C46 # 0 +0x0000B6BA 0x9017 # 0 +0x0000B6BB 0x75D8 # 0 +0x0000B6BC 0x90FD # 0 +0x0000B6BD 0x7763 # 0 +0x0000B6BE 0x6BD2 # 0 +0x0000B6BF 0x728A # 0 +0x0000B6C0 0x72EC # 0 +0x0000B6C1 0x8BFB # 0 +0x0000B6C2 0x5835 # 0 +0x0000B6C3 0x7779 # 0 +0x0000B6C4 0x8D4C # 0 +0x0000B6C5 0x675C # 0 +0x0000B6C6 0x9540 # 0 +0x0000B6C7 0x809A # 0 +0x0000B6C8 0x5EA6 # 0 +0x0000B6C9 0x6E21 # 0 +0x0000B6CA 0x5992 # 0 +0x0000B6CB 0x7AEF # 0 +0x0000B6CC 0x77ED # 0 +0x0000B6CD 0x953B # 0 +0x0000B6CE 0x6BB5 # 0 +0x0000B6CF 0x65AD # 0 +0x0000B6D0 0x7F0E # 0 +0x0000B6D1 0x5806 # 0 +0x0000B6D2 0x5151 # 0 +0x0000B6D3 0x961F # 0 +0x0000B6D4 0x5BF9 # 0 +0x0000B6D5 0x58A9 # 0 +0x0000B6D6 0x5428 # 0 +0x0000B6D7 0x8E72 # 0 +0x0000B6D8 0x6566 # 0 +0x0000B6D9 0x987F # 0 +0x0000B6DA 0x56E4 # 0 +0x0000B6DB 0x949D # 0 +0x0000B6DC 0x76FE # 0 +0x0000B6DD 0x9041 # 0 +0x0000B6DE 0x6387 # 0 +0x0000B6DF 0x54C6 # 0 +0x0000B6E0 0x591A # 0 +0x0000B6E1 0x593A # 0 +0x0000B6E2 0x579B # 0 +0x0000B6E3 0x8EB2 # 0 +0x0000B6E4 0x6735 # 0 +0x0000B6E5 0x8DFA # 0 +0x0000B6E6 0x8235 # 0 +0x0000B6E7 0x5241 # 0 +0x0000B6E8 0x60F0 # 0 +0x0000B6E9 0x5815 # 0 +0x0000B6EA 0x86FE # 0 +0x0000B6EB 0x5CE8 # 0 +0x0000B6EC 0x9E45 # 0 +0x0000B6ED 0x4FC4 # 0 +0x0000B6EE 0x989D # 0 +0x0000B6EF 0x8BB9 # 0 +0x0000B6F0 0x5A25 # 0 +0x0000B6F1 0x6076 # 0 +0x0000B6F2 0x5384 # 0 +0x0000B6F3 0x627C # 0 +0x0000B6F4 0x904F # 0 +0x0000B6F5 0x9102 # 0 +0x0000B6F6 0x997F # 0 +0x0000B6F7 0x6069 # 0 +0x0000B6F8 0x800C # 0 +0x0000B6F9 0x513F # 0 +0x0000B6FA 0x8033 # 0 +0x0000B6FB 0x5C14 # 0 +0x0000B6FC 0x9975 # 0 +0x0000B6FD 0x6D31 # 0 +0x0000B6FE 0x4E8C # 0 +0x0000B7A1 0x8D30 # 0 +0x0000B7A2 0x53D1 # 0 +0x0000B7A3 0x7F5A # 0 +0x0000B7A4 0x7B4F # 0 +0x0000B7A5 0x4F10 # 0 +0x0000B7A6 0x4E4F # 0 +0x0000B7A7 0x9600 # 0 +0x0000B7A8 0x6CD5 # 0 +0x0000B7A9 0x73D0 # 0 +0x0000B7AA 0x85E9 # 0 +0x0000B7AB 0x5E06 # 0 +0x0000B7AC 0x756A # 0 +0x0000B7AD 0x7FFB # 0 +0x0000B7AE 0x6A0A # 0 +0x0000B7AF 0x77FE # 0 +0x0000B7B0 0x9492 # 0 +0x0000B7B1 0x7E41 # 0 +0x0000B7B2 0x51E1 # 0 +0x0000B7B3 0x70E6 # 0 +0x0000B7B4 0x53CD # 0 +0x0000B7B5 0x8FD4 # 0 +0x0000B7B6 0x8303 # 0 +0x0000B7B7 0x8D29 # 0 +0x0000B7B8 0x72AF # 0 +0x0000B7B9 0x996D # 0 +0x0000B7BA 0x6CDB # 0 +0x0000B7BB 0x574A # 0 +0x0000B7BC 0x82B3 # 0 +0x0000B7BD 0x65B9 # 0 +0x0000B7BE 0x80AA # 0 +0x0000B7BF 0x623F # 0 +0x0000B7C0 0x9632 # 0 +0x0000B7C1 0x59A8 # 0 +0x0000B7C2 0x4EFF # 0 +0x0000B7C3 0x8BBF # 0 +0x0000B7C4 0x7EBA # 0 +0x0000B7C5 0x653E # 0 +0x0000B7C6 0x83F2 # 0 +0x0000B7C7 0x975E # 0 +0x0000B7C8 0x5561 # 0 +0x0000B7C9 0x98DE # 0 +0x0000B7CA 0x80A5 # 0 +0x0000B7CB 0x532A # 0 +0x0000B7CC 0x8BFD # 0 +0x0000B7CD 0x5420 # 0 +0x0000B7CE 0x80BA # 0 +0x0000B7CF 0x5E9F # 0 +0x0000B7D0 0x6CB8 # 0 +0x0000B7D1 0x8D39 # 0 +0x0000B7D2 0x82AC # 0 +0x0000B7D3 0x915A # 0 +0x0000B7D4 0x5429 # 0 +0x0000B7D5 0x6C1B # 0 +0x0000B7D6 0x5206 # 0 +0x0000B7D7 0x7EB7 # 0 +0x0000B7D8 0x575F # 0 +0x0000B7D9 0x711A # 0 +0x0000B7DA 0x6C7E # 0 +0x0000B7DB 0x7C89 # 0 +0x0000B7DC 0x594B # 0 +0x0000B7DD 0x4EFD # 0 +0x0000B7DE 0x5FFF # 0 +0x0000B7DF 0x6124 # 0 +0x0000B7E0 0x7CAA # 0 +0x0000B7E1 0x4E30 # 0 +0x0000B7E2 0x5C01 # 0 +0x0000B7E3 0x67AB # 0 +0x0000B7E4 0x8702 # 0 +0x0000B7E5 0x5CF0 # 0 +0x0000B7E6 0x950B # 0 +0x0000B7E7 0x98CE # 0 +0x0000B7E8 0x75AF # 0 +0x0000B7E9 0x70FD # 0 +0x0000B7EA 0x9022 # 0 +0x0000B7EB 0x51AF # 0 +0x0000B7EC 0x7F1D # 0 +0x0000B7ED 0x8BBD # 0 +0x0000B7EE 0x5949 # 0 +0x0000B7EF 0x51E4 # 0 +0x0000B7F0 0x4F5B # 0 +0x0000B7F1 0x5426 # 0 +0x0000B7F2 0x592B # 0 +0x0000B7F3 0x6577 # 0 +0x0000B7F4 0x80A4 # 0 +0x0000B7F5 0x5B75 # 0 +0x0000B7F6 0x6276 # 0 +0x0000B7F7 0x62C2 # 0 +0x0000B7F8 0x8F90 # 0 +0x0000B7F9 0x5E45 # 0 +0x0000B7FA 0x6C1F # 0 +0x0000B7FB 0x7B26 # 0 +0x0000B7FC 0x4F0F # 0 +0x0000B7FD 0x4FD8 # 0 +0x0000B7FE 0x670D # 0 +0x0000B8A1 0x6D6E # 0 +0x0000B8A2 0x6DAA # 0 +0x0000B8A3 0x798F # 0 +0x0000B8A4 0x88B1 # 0 +0x0000B8A5 0x5F17 # 0 +0x0000B8A6 0x752B # 0 +0x0000B8A7 0x629A # 0 +0x0000B8A8 0x8F85 # 0 +0x0000B8A9 0x4FEF # 0 +0x0000B8AA 0x91DC # 0 +0x0000B8AB 0x65A7 # 0 +0x0000B8AC 0x812F # 0 +0x0000B8AD 0x8151 # 0 +0x0000B8AE 0x5E9C # 0 +0x0000B8AF 0x8150 # 0 +0x0000B8B0 0x8D74 # 0 +0x0000B8B1 0x526F # 0 +0x0000B8B2 0x8986 # 0 +0x0000B8B3 0x8D4B # 0 +0x0000B8B4 0x590D # 0 +0x0000B8B5 0x5085 # 0 +0x0000B8B6 0x4ED8 # 0 +0x0000B8B7 0x961C # 0 +0x0000B8B8 0x7236 # 0 +0x0000B8B9 0x8179 # 0 +0x0000B8BA 0x8D1F # 0 +0x0000B8BB 0x5BCC # 0 +0x0000B8BC 0x8BA3 # 0 +0x0000B8BD 0x9644 # 0 +0x0000B8BE 0x5987 # 0 +0x0000B8BF 0x7F1A # 0 +0x0000B8C0 0x5490 # 0 +0x0000B8C1 0x5676 # 0 +0x0000B8C2 0x560E # 0 +0x0000B8C3 0x8BE5 # 0 +0x0000B8C4 0x6539 # 0 +0x0000B8C5 0x6982 # 0 +0x0000B8C6 0x9499 # 0 +0x0000B8C7 0x76D6 # 0 +0x0000B8C8 0x6E89 # 0 +0x0000B8C9 0x5E72 # 0 +0x0000B8CA 0x7518 # 0 +0x0000B8CB 0x6746 # 0 +0x0000B8CC 0x67D1 # 0 +0x0000B8CD 0x7AFF # 0 +0x0000B8CE 0x809D # 0 +0x0000B8CF 0x8D76 # 0 +0x0000B8D0 0x611F # 0 +0x0000B8D1 0x79C6 # 0 +0x0000B8D2 0x6562 # 0 +0x0000B8D3 0x8D63 # 0 +0x0000B8D4 0x5188 # 0 +0x0000B8D5 0x521A # 0 +0x0000B8D6 0x94A2 # 0 +0x0000B8D7 0x7F38 # 0 +0x0000B8D8 0x809B # 0 +0x0000B8D9 0x7EB2 # 0 +0x0000B8DA 0x5C97 # 0 +0x0000B8DB 0x6E2F # 0 +0x0000B8DC 0x6760 # 0 +0x0000B8DD 0x7BD9 # 0 +0x0000B8DE 0x768B # 0 +0x0000B8DF 0x9AD8 # 0 +0x0000B8E0 0x818F # 0 +0x0000B8E1 0x7F94 # 0 +0x0000B8E2 0x7CD5 # 0 +0x0000B8E3 0x641E # 0 +0x0000B8E4 0x9550 # 0 +0x0000B8E5 0x7A3F # 0 +0x0000B8E6 0x544A # 0 +0x0000B8E7 0x54E5 # 0 +0x0000B8E8 0x6B4C # 0 +0x0000B8E9 0x6401 # 0 +0x0000B8EA 0x6208 # 0 +0x0000B8EB 0x9E3D # 0 +0x0000B8EC 0x80F3 # 0 +0x0000B8ED 0x7599 # 0 +0x0000B8EE 0x5272 # 0 +0x0000B8EF 0x9769 # 0 +0x0000B8F0 0x845B # 0 +0x0000B8F1 0x683C # 0 +0x0000B8F2 0x86E4 # 0 +0x0000B8F3 0x9601 # 0 +0x0000B8F4 0x9694 # 0 +0x0000B8F5 0x94EC # 0 +0x0000B8F6 0x4E2A # 0 +0x0000B8F7 0x5404 # 0 +0x0000B8F8 0x7ED9 # 0 +0x0000B8F9 0x6839 # 0 +0x0000B8FA 0x8DDF # 0 +0x0000B8FB 0x8015 # 0 +0x0000B8FC 0x66F4 # 0 +0x0000B8FD 0x5E9A # 0 +0x0000B8FE 0x7FB9 # 0 +0x0000B9A1 0x57C2 # 0 +0x0000B9A2 0x803F # 0 +0x0000B9A3 0x6897 # 0 +0x0000B9A4 0x5DE5 # 0 +0x0000B9A5 0x653B # 0 +0x0000B9A6 0x529F # 0 +0x0000B9A7 0x606D # 0 +0x0000B9A8 0x9F9A # 0 +0x0000B9A9 0x4F9B # 0 +0x0000B9AA 0x8EAC # 0 +0x0000B9AB 0x516C # 0 +0x0000B9AC 0x5BAB # 0 +0x0000B9AD 0x5F13 # 0 +0x0000B9AE 0x5DE9 # 0 +0x0000B9AF 0x6C5E # 0 +0x0000B9B0 0x62F1 # 0 +0x0000B9B1 0x8D21 # 0 +0x0000B9B2 0x5171 # 0 +0x0000B9B3 0x94A9 # 0 +0x0000B9B4 0x52FE # 0 +0x0000B9B5 0x6C9F # 0 +0x0000B9B6 0x82DF # 0 +0x0000B9B7 0x72D7 # 0 +0x0000B9B8 0x57A2 # 0 +0x0000B9B9 0x6784 # 0 +0x0000B9BA 0x8D2D # 0 +0x0000B9BB 0x591F # 0 +0x0000B9BC 0x8F9C # 0 +0x0000B9BD 0x83C7 # 0 +0x0000B9BE 0x5495 # 0 +0x0000B9BF 0x7B8D # 0 +0x0000B9C0 0x4F30 # 0 +0x0000B9C1 0x6CBD # 0 +0x0000B9C2 0x5B64 # 0 +0x0000B9C3 0x59D1 # 0 +0x0000B9C4 0x9F13 # 0 +0x0000B9C5 0x53E4 # 0 +0x0000B9C6 0x86CA # 0 +0x0000B9C7 0x9AA8 # 0 +0x0000B9C8 0x8C37 # 0 +0x0000B9C9 0x80A1 # 0 +0x0000B9CA 0x6545 # 0 +0x0000B9CB 0x987E # 0 +0x0000B9CC 0x56FA # 0 +0x0000B9CD 0x96C7 # 0 +0x0000B9CE 0x522E # 0 +0x0000B9CF 0x74DC # 0 +0x0000B9D0 0x5250 # 0 +0x0000B9D1 0x5BE1 # 0 +0x0000B9D2 0x6302 # 0 +0x0000B9D3 0x8902 # 0 +0x0000B9D4 0x4E56 # 0 +0x0000B9D5 0x62D0 # 0 +0x0000B9D6 0x602A # 0 +0x0000B9D7 0x68FA # 0 +0x0000B9D8 0x5173 # 0 +0x0000B9D9 0x5B98 # 0 +0x0000B9DA 0x51A0 # 0 +0x0000B9DB 0x89C2 # 0 +0x0000B9DC 0x7BA1 # 0 +0x0000B9DD 0x9986 # 0 +0x0000B9DE 0x7F50 # 0 +0x0000B9DF 0x60EF # 0 +0x0000B9E0 0x704C # 0 +0x0000B9E1 0x8D2F # 0 +0x0000B9E2 0x5149 # 0 +0x0000B9E3 0x5E7F # 0 +0x0000B9E4 0x901B # 0 +0x0000B9E5 0x7470 # 0 +0x0000B9E6 0x89C4 # 0 +0x0000B9E7 0x572D # 0 +0x0000B9E8 0x7845 # 0 +0x0000B9E9 0x5F52 # 0 +0x0000B9EA 0x9F9F # 0 +0x0000B9EB 0x95FA # 0 +0x0000B9EC 0x8F68 # 0 +0x0000B9ED 0x9B3C # 0 +0x0000B9EE 0x8BE1 # 0 +0x0000B9EF 0x7678 # 0 +0x0000B9F0 0x6842 # 0 +0x0000B9F1 0x67DC # 0 +0x0000B9F2 0x8DEA # 0 +0x0000B9F3 0x8D35 # 0 +0x0000B9F4 0x523D # 0 +0x0000B9F5 0x8F8A # 0 +0x0000B9F6 0x6EDA # 0 +0x0000B9F7 0x68CD # 0 +0x0000B9F8 0x9505 # 0 +0x0000B9F9 0x90ED # 0 +0x0000B9FA 0x56FD # 0 +0x0000B9FB 0x679C # 0 +0x0000B9FC 0x88F9 # 0 +0x0000B9FD 0x8FC7 # 0 +0x0000B9FE 0x54C8 # 0 +0x0000BAA1 0x9AB8 # 0 +0x0000BAA2 0x5B69 # 0 +0x0000BAA3 0x6D77 # 0 +0x0000BAA4 0x6C26 # 0 +0x0000BAA5 0x4EA5 # 0 +0x0000BAA6 0x5BB3 # 0 +0x0000BAA7 0x9A87 # 0 +0x0000BAA8 0x9163 # 0 +0x0000BAA9 0x61A8 # 0 +0x0000BAAA 0x90AF # 0 +0x0000BAAB 0x97E9 # 0 +0x0000BAAC 0x542B # 0 +0x0000BAAD 0x6DB5 # 0 +0x0000BAAE 0x5BD2 # 0 +0x0000BAAF 0x51FD # 0 +0x0000BAB0 0x558A # 0 +0x0000BAB1 0x7F55 # 0 +0x0000BAB2 0x7FF0 # 0 +0x0000BAB3 0x64BC # 0 +0x0000BAB4 0x634D # 0 +0x0000BAB5 0x65F1 # 0 +0x0000BAB6 0x61BE # 0 +0x0000BAB7 0x608D # 0 +0x0000BAB8 0x710A # 0 +0x0000BAB9 0x6C57 # 0 +0x0000BABA 0x6C49 # 0 +0x0000BABB 0x592F # 0 +0x0000BABC 0x676D # 0 +0x0000BABD 0x822A # 0 +0x0000BABE 0x58D5 # 0 +0x0000BABF 0x568E # 0 +0x0000BAC0 0x8C6A # 0 +0x0000BAC1 0x6BEB # 0 +0x0000BAC2 0x90DD # 0 +0x0000BAC3 0x597D # 0 +0x0000BAC4 0x8017 # 0 +0x0000BAC5 0x53F7 # 0 +0x0000BAC6 0x6D69 # 0 +0x0000BAC7 0x5475 # 0 +0x0000BAC8 0x559D # 0 +0x0000BAC9 0x8377 # 0 +0x0000BACA 0x83CF # 0 +0x0000BACB 0x6838 # 0 +0x0000BACC 0x79BE # 0 +0x0000BACD 0x548C # 0 +0x0000BACE 0x4F55 # 0 +0x0000BACF 0x5408 # 0 +0x0000BAD0 0x76D2 # 0 +0x0000BAD1 0x8C89 # 0 +0x0000BAD2 0x9602 # 0 +0x0000BAD3 0x6CB3 # 0 +0x0000BAD4 0x6DB8 # 0 +0x0000BAD5 0x8D6B # 0 +0x0000BAD6 0x8910 # 0 +0x0000BAD7 0x9E64 # 0 +0x0000BAD8 0x8D3A # 0 +0x0000BAD9 0x563F # 0 +0x0000BADA 0x9ED1 # 0 +0x0000BADB 0x75D5 # 0 +0x0000BADC 0x5F88 # 0 +0x0000BADD 0x72E0 # 0 +0x0000BADE 0x6068 # 0 +0x0000BADF 0x54FC # 0 +0x0000BAE0 0x4EA8 # 0 +0x0000BAE1 0x6A2A # 0 +0x0000BAE2 0x8861 # 0 +0x0000BAE3 0x6052 # 0 +0x0000BAE4 0x8F70 # 0 +0x0000BAE5 0x54C4 # 0 +0x0000BAE6 0x70D8 # 0 +0x0000BAE7 0x8679 # 0 +0x0000BAE8 0x9E3F # 0 +0x0000BAE9 0x6D2A # 0 +0x0000BAEA 0x5B8F # 0 +0x0000BAEB 0x5F18 # 0 +0x0000BAEC 0x7EA2 # 0 +0x0000BAED 0x5589 # 0 +0x0000BAEE 0x4FAF # 0 +0x0000BAEF 0x7334 # 0 +0x0000BAF0 0x543C # 0 +0x0000BAF1 0x539A # 0 +0x0000BAF2 0x5019 # 0 +0x0000BAF3 0x540E # 0 +0x0000BAF4 0x547C # 0 +0x0000BAF5 0x4E4E # 0 +0x0000BAF6 0x5FFD # 0 +0x0000BAF7 0x745A # 0 +0x0000BAF8 0x58F6 # 0 +0x0000BAF9 0x846B # 0 +0x0000BAFA 0x80E1 # 0 +0x0000BAFB 0x8774 # 0 +0x0000BAFC 0x72D0 # 0 +0x0000BAFD 0x7CCA # 0 +0x0000BAFE 0x6E56 # 0 +0x0000BBA1 0x5F27 # 0 +0x0000BBA2 0x864E # 0 +0x0000BBA3 0x552C # 0 +0x0000BBA4 0x62A4 # 0 +0x0000BBA5 0x4E92 # 0 +0x0000BBA6 0x6CAA # 0 +0x0000BBA7 0x6237 # 0 +0x0000BBA8 0x82B1 # 0 +0x0000BBA9 0x54D7 # 0 +0x0000BBAA 0x534E # 0 +0x0000BBAB 0x733E # 0 +0x0000BBAC 0x6ED1 # 0 +0x0000BBAD 0x753B # 0 +0x0000BBAE 0x5212 # 0 +0x0000BBAF 0x5316 # 0 +0x0000BBB0 0x8BDD # 0 +0x0000BBB1 0x69D0 # 0 +0x0000BBB2 0x5F8A # 0 +0x0000BBB3 0x6000 # 0 +0x0000BBB4 0x6DEE # 0 +0x0000BBB5 0x574F # 0 +0x0000BBB6 0x6B22 # 0 +0x0000BBB7 0x73AF # 0 +0x0000BBB8 0x6853 # 0 +0x0000BBB9 0x8FD8 # 0 +0x0000BBBA 0x7F13 # 0 +0x0000BBBB 0x6362 # 0 +0x0000BBBC 0x60A3 # 0 +0x0000BBBD 0x5524 # 0 +0x0000BBBE 0x75EA # 0 +0x0000BBBF 0x8C62 # 0 +0x0000BBC0 0x7115 # 0 +0x0000BBC1 0x6DA3 # 0 +0x0000BBC2 0x5BA6 # 0 +0x0000BBC3 0x5E7B # 0 +0x0000BBC4 0x8352 # 0 +0x0000BBC5 0x614C # 0 +0x0000BBC6 0x9EC4 # 0 +0x0000BBC7 0x78FA # 0 +0x0000BBC8 0x8757 # 0 +0x0000BBC9 0x7C27 # 0 +0x0000BBCA 0x7687 # 0 +0x0000BBCB 0x51F0 # 0 +0x0000BBCC 0x60F6 # 0 +0x0000BBCD 0x714C # 0 +0x0000BBCE 0x6643 # 0 +0x0000BBCF 0x5E4C # 0 +0x0000BBD0 0x604D # 0 +0x0000BBD1 0x8C0E # 0 +0x0000BBD2 0x7070 # 0 +0x0000BBD3 0x6325 # 0 +0x0000BBD4 0x8F89 # 0 +0x0000BBD5 0x5FBD # 0 +0x0000BBD6 0x6062 # 0 +0x0000BBD7 0x86D4 # 0 +0x0000BBD8 0x56DE # 0 +0x0000BBD9 0x6BC1 # 0 +0x0000BBDA 0x6094 # 0 +0x0000BBDB 0x6167 # 0 +0x0000BBDC 0x5349 # 0 +0x0000BBDD 0x60E0 # 0 +0x0000BBDE 0x6666 # 0 +0x0000BBDF 0x8D3F # 0 +0x0000BBE0 0x79FD # 0 +0x0000BBE1 0x4F1A # 0 +0x0000BBE2 0x70E9 # 0 +0x0000BBE3 0x6C47 # 0 +0x0000BBE4 0x8BB3 # 0 +0x0000BBE5 0x8BF2 # 0 +0x0000BBE6 0x7ED8 # 0 +0x0000BBE7 0x8364 # 0 +0x0000BBE8 0x660F # 0 +0x0000BBE9 0x5A5A # 0 +0x0000BBEA 0x9B42 # 0 +0x0000BBEB 0x6D51 # 0 +0x0000BBEC 0x6DF7 # 0 +0x0000BBED 0x8C41 # 0 +0x0000BBEE 0x6D3B # 0 +0x0000BBEF 0x4F19 # 0 +0x0000BBF0 0x706B # 0 +0x0000BBF1 0x83B7 # 0 +0x0000BBF2 0x6216 # 0 +0x0000BBF3 0x60D1 # 0 +0x0000BBF4 0x970D # 0 +0x0000BBF5 0x8D27 # 0 +0x0000BBF6 0x7978 # 0 +0x0000BBF7 0x51FB # 0 +0x0000BBF8 0x573E # 0 +0x0000BBF9 0x57FA # 0 +0x0000BBFA 0x673A # 0 +0x0000BBFB 0x7578 # 0 +0x0000BBFC 0x7A3D # 0 +0x0000BBFD 0x79EF # 0 +0x0000BBFE 0x7B95 # 0 +0x0000BCA1 0x808C # 0 +0x0000BCA2 0x9965 # 0 +0x0000BCA3 0x8FF9 # 0 +0x0000BCA4 0x6FC0 # 0 +0x0000BCA5 0x8BA5 # 0 +0x0000BCA6 0x9E21 # 0 +0x0000BCA7 0x59EC # 0 +0x0000BCA8 0x7EE9 # 0 +0x0000BCA9 0x7F09 # 0 +0x0000BCAA 0x5409 # 0 +0x0000BCAB 0x6781 # 0 +0x0000BCAC 0x68D8 # 0 +0x0000BCAD 0x8F91 # 0 +0x0000BCAE 0x7C4D # 0 +0x0000BCAF 0x96C6 # 0 +0x0000BCB0 0x53CA # 0 +0x0000BCB1 0x6025 # 0 +0x0000BCB2 0x75BE # 0 +0x0000BCB3 0x6C72 # 0 +0x0000BCB4 0x5373 # 0 +0x0000BCB5 0x5AC9 # 0 +0x0000BCB6 0x7EA7 # 0 +0x0000BCB7 0x6324 # 0 +0x0000BCB8 0x51E0 # 0 +0x0000BCB9 0x810A # 0 +0x0000BCBA 0x5DF1 # 0 +0x0000BCBB 0x84DF # 0 +0x0000BCBC 0x6280 # 0 +0x0000BCBD 0x5180 # 0 +0x0000BCBE 0x5B63 # 0 +0x0000BCBF 0x4F0E # 0 +0x0000BCC0 0x796D # 0 +0x0000BCC1 0x5242 # 0 +0x0000BCC2 0x60B8 # 0 +0x0000BCC3 0x6D4E # 0 +0x0000BCC4 0x5BC4 # 0 +0x0000BCC5 0x5BC2 # 0 +0x0000BCC6 0x8BA1 # 0 +0x0000BCC7 0x8BB0 # 0 +0x0000BCC8 0x65E2 # 0 +0x0000BCC9 0x5FCC # 0 +0x0000BCCA 0x9645 # 0 +0x0000BCCB 0x5993 # 0 +0x0000BCCC 0x7EE7 # 0 +0x0000BCCD 0x7EAA # 0 +0x0000BCCE 0x5609 # 0 +0x0000BCCF 0x67B7 # 0 +0x0000BCD0 0x5939 # 0 +0x0000BCD1 0x4F73 # 0 +0x0000BCD2 0x5BB6 # 0 +0x0000BCD3 0x52A0 # 0 +0x0000BCD4 0x835A # 0 +0x0000BCD5 0x988A # 0 +0x0000BCD6 0x8D3E # 0 +0x0000BCD7 0x7532 # 0 +0x0000BCD8 0x94BE # 0 +0x0000BCD9 0x5047 # 0 +0x0000BCDA 0x7A3C # 0 +0x0000BCDB 0x4EF7 # 0 +0x0000BCDC 0x67B6 # 0 +0x0000BCDD 0x9A7E # 0 +0x0000BCDE 0x5AC1 # 0 +0x0000BCDF 0x6B7C # 0 +0x0000BCE0 0x76D1 # 0 +0x0000BCE1 0x575A # 0 +0x0000BCE2 0x5C16 # 0 +0x0000BCE3 0x7B3A # 0 +0x0000BCE4 0x95F4 # 0 +0x0000BCE5 0x714E # 0 +0x0000BCE6 0x517C # 0 +0x0000BCE7 0x80A9 # 0 +0x0000BCE8 0x8270 # 0 +0x0000BCE9 0x5978 # 0 +0x0000BCEA 0x7F04 # 0 +0x0000BCEB 0x8327 # 0 +0x0000BCEC 0x68C0 # 0 +0x0000BCED 0x67EC # 0 +0x0000BCEE 0x78B1 # 0 +0x0000BCEF 0x7877 # 0 +0x0000BCF0 0x62E3 # 0 +0x0000BCF1 0x6361 # 0 +0x0000BCF2 0x7B80 # 0 +0x0000BCF3 0x4FED # 0 +0x0000BCF4 0x526A # 0 +0x0000BCF5 0x51CF # 0 +0x0000BCF6 0x8350 # 0 +0x0000BCF7 0x69DB # 0 +0x0000BCF8 0x9274 # 0 +0x0000BCF9 0x8DF5 # 0 +0x0000BCFA 0x8D31 # 0 +0x0000BCFB 0x89C1 # 0 +0x0000BCFC 0x952E # 0 +0x0000BCFD 0x7BAD # 0 +0x0000BCFE 0x4EF6 # 0 +0x0000BDA1 0x5065 # 0 +0x0000BDA2 0x8230 # 0 +0x0000BDA3 0x5251 # 0 +0x0000BDA4 0x996F # 0 +0x0000BDA5 0x6E10 # 0 +0x0000BDA6 0x6E85 # 0 +0x0000BDA7 0x6DA7 # 0 +0x0000BDA8 0x5EFA # 0 +0x0000BDA9 0x50F5 # 0 +0x0000BDAA 0x59DC # 0 +0x0000BDAB 0x5C06 # 0 +0x0000BDAC 0x6D46 # 0 +0x0000BDAD 0x6C5F # 0 +0x0000BDAE 0x7586 # 0 +0x0000BDAF 0x848B # 0 +0x0000BDB0 0x6868 # 0 +0x0000BDB1 0x5956 # 0 +0x0000BDB2 0x8BB2 # 0 +0x0000BDB3 0x5320 # 0 +0x0000BDB4 0x9171 # 0 +0x0000BDB5 0x964D # 0 +0x0000BDB6 0x8549 # 0 +0x0000BDB7 0x6912 # 0 +0x0000BDB8 0x7901 # 0 +0x0000BDB9 0x7126 # 0 +0x0000BDBA 0x80F6 # 0 +0x0000BDBB 0x4EA4 # 0 +0x0000BDBC 0x90CA # 0 +0x0000BDBD 0x6D47 # 0 +0x0000BDBE 0x9A84 # 0 +0x0000BDBF 0x5A07 # 0 +0x0000BDC0 0x56BC # 0 +0x0000BDC1 0x6405 # 0 +0x0000BDC2 0x94F0 # 0 +0x0000BDC3 0x77EB # 0 +0x0000BDC4 0x4FA5 # 0 +0x0000BDC5 0x811A # 0 +0x0000BDC6 0x72E1 # 0 +0x0000BDC7 0x89D2 # 0 +0x0000BDC8 0x997A # 0 +0x0000BDC9 0x7F34 # 0 +0x0000BDCA 0x7EDE # 0 +0x0000BDCB 0x527F # 0 +0x0000BDCC 0x6559 # 0 +0x0000BDCD 0x9175 # 0 +0x0000BDCE 0x8F7F # 0 +0x0000BDCF 0x8F83 # 0 +0x0000BDD0 0x53EB # 0 +0x0000BDD1 0x7A96 # 0 +0x0000BDD2 0x63ED # 0 +0x0000BDD3 0x63A5 # 0 +0x0000BDD4 0x7686 # 0 +0x0000BDD5 0x79F8 # 0 +0x0000BDD6 0x8857 # 0 +0x0000BDD7 0x9636 # 0 +0x0000BDD8 0x622A # 0 +0x0000BDD9 0x52AB # 0 +0x0000BDDA 0x8282 # 0 +0x0000BDDB 0x6854 # 0 +0x0000BDDC 0x6770 # 0 +0x0000BDDD 0x6377 # 0 +0x0000BDDE 0x776B # 0 +0x0000BDDF 0x7AED # 0 +0x0000BDE0 0x6D01 # 0 +0x0000BDE1 0x7ED3 # 0 +0x0000BDE2 0x89E3 # 0 +0x0000BDE3 0x59D0 # 0 +0x0000BDE4 0x6212 # 0 +0x0000BDE5 0x85C9 # 0 +0x0000BDE6 0x82A5 # 0 +0x0000BDE7 0x754C # 0 +0x0000BDE8 0x501F # 0 +0x0000BDE9 0x4ECB # 0 +0x0000BDEA 0x75A5 # 0 +0x0000BDEB 0x8BEB # 0 +0x0000BDEC 0x5C4A # 0 +0x0000BDED 0x5DFE # 0 +0x0000BDEE 0x7B4B # 0 +0x0000BDEF 0x65A4 # 0 +0x0000BDF0 0x91D1 # 0 +0x0000BDF1 0x4ECA # 0 +0x0000BDF2 0x6D25 # 0 +0x0000BDF3 0x895F # 0 +0x0000BDF4 0x7D27 # 0 +0x0000BDF5 0x9526 # 0 +0x0000BDF6 0x4EC5 # 0 +0x0000BDF7 0x8C28 # 0 +0x0000BDF8 0x8FDB # 0 +0x0000BDF9 0x9773 # 0 +0x0000BDFA 0x664B # 0 +0x0000BDFB 0x7981 # 0 +0x0000BDFC 0x8FD1 # 0 +0x0000BDFD 0x70EC # 0 +0x0000BDFE 0x6D78 # 0 +0x0000BEA1 0x5C3D # 0 +0x0000BEA2 0x52B2 # 0 +0x0000BEA3 0x8346 # 0 +0x0000BEA4 0x5162 # 0 +0x0000BEA5 0x830E # 0 +0x0000BEA6 0x775B # 0 +0x0000BEA7 0x6676 # 0 +0x0000BEA8 0x9CB8 # 0 +0x0000BEA9 0x4EAC # 0 +0x0000BEAA 0x60CA # 0 +0x0000BEAB 0x7CBE # 0 +0x0000BEAC 0x7CB3 # 0 +0x0000BEAD 0x7ECF # 0 +0x0000BEAE 0x4E95 # 0 +0x0000BEAF 0x8B66 # 0 +0x0000BEB0 0x666F # 0 +0x0000BEB1 0x9888 # 0 +0x0000BEB2 0x9759 # 0 +0x0000BEB3 0x5883 # 0 +0x0000BEB4 0x656C # 0 +0x0000BEB5 0x955C # 0 +0x0000BEB6 0x5F84 # 0 +0x0000BEB7 0x75C9 # 0 +0x0000BEB8 0x9756 # 0 +0x0000BEB9 0x7ADF # 0 +0x0000BEBA 0x7ADE # 0 +0x0000BEBB 0x51C0 # 0 +0x0000BEBC 0x70AF # 0 +0x0000BEBD 0x7A98 # 0 +0x0000BEBE 0x63EA # 0 +0x0000BEBF 0x7A76 # 0 +0x0000BEC0 0x7EA0 # 0 +0x0000BEC1 0x7396 # 0 +0x0000BEC2 0x97ED # 0 +0x0000BEC3 0x4E45 # 0 +0x0000BEC4 0x7078 # 0 +0x0000BEC5 0x4E5D # 0 +0x0000BEC6 0x9152 # 0 +0x0000BEC7 0x53A9 # 0 +0x0000BEC8 0x6551 # 0 +0x0000BEC9 0x65E7 # 0 +0x0000BECA 0x81FC # 0 +0x0000BECB 0x8205 # 0 +0x0000BECC 0x548E # 0 +0x0000BECD 0x5C31 # 0 +0x0000BECE 0x759A # 0 +0x0000BECF 0x97A0 # 0 +0x0000BED0 0x62D8 # 0 +0x0000BED1 0x72D9 # 0 +0x0000BED2 0x75BD # 0 +0x0000BED3 0x5C45 # 0 +0x0000BED4 0x9A79 # 0 +0x0000BED5 0x83CA # 0 +0x0000BED6 0x5C40 # 0 +0x0000BED7 0x5480 # 0 +0x0000BED8 0x77E9 # 0 +0x0000BED9 0x4E3E # 0 +0x0000BEDA 0x6CAE # 0 +0x0000BEDB 0x805A # 0 +0x0000BEDC 0x62D2 # 0 +0x0000BEDD 0x636E # 0 +0x0000BEDE 0x5DE8 # 0 +0x0000BEDF 0x5177 # 0 +0x0000BEE0 0x8DDD # 0 +0x0000BEE1 0x8E1E # 0 +0x0000BEE2 0x952F # 0 +0x0000BEE3 0x4FF1 # 0 +0x0000BEE4 0x53E5 # 0 +0x0000BEE5 0x60E7 # 0 +0x0000BEE6 0x70AC # 0 +0x0000BEE7 0x5267 # 0 +0x0000BEE8 0x6350 # 0 +0x0000BEE9 0x9E43 # 0 +0x0000BEEA 0x5A1F # 0 +0x0000BEEB 0x5026 # 0 +0x0000BEEC 0x7737 # 0 +0x0000BEED 0x5377 # 0 +0x0000BEEE 0x7EE2 # 0 +0x0000BEEF 0x6485 # 0 +0x0000BEF0 0x652B # 0 +0x0000BEF1 0x6289 # 0 +0x0000BEF2 0x6398 # 0 +0x0000BEF3 0x5014 # 0 +0x0000BEF4 0x7235 # 0 +0x0000BEF5 0x89C9 # 0 +0x0000BEF6 0x51B3 # 0 +0x0000BEF7 0x8BC0 # 0 +0x0000BEF8 0x7EDD # 0 +0x0000BEF9 0x5747 # 0 +0x0000BEFA 0x83CC # 0 +0x0000BEFB 0x94A7 # 0 +0x0000BEFC 0x519B # 0 +0x0000BEFD 0x541B # 0 +0x0000BEFE 0x5CFB # 0 +0x0000BFA1 0x4FCA # 0 +0x0000BFA2 0x7AE3 # 0 +0x0000BFA3 0x6D5A # 0 +0x0000BFA4 0x90E1 # 0 +0x0000BFA5 0x9A8F # 0 +0x0000BFA6 0x5580 # 0 +0x0000BFA7 0x5496 # 0 +0x0000BFA8 0x5361 # 0 +0x0000BFA9 0x54AF # 0 +0x0000BFAA 0x5F00 # 0 +0x0000BFAB 0x63E9 # 0 +0x0000BFAC 0x6977 # 0 +0x0000BFAD 0x51EF # 0 +0x0000BFAE 0x6168 # 0 +0x0000BFAF 0x520A # 0 +0x0000BFB0 0x582A # 0 +0x0000BFB1 0x52D8 # 0 +0x0000BFB2 0x574E # 0 +0x0000BFB3 0x780D # 0 +0x0000BFB4 0x770B # 0 +0x0000BFB5 0x5EB7 # 0 +0x0000BFB6 0x6177 # 0 +0x0000BFB7 0x7CE0 # 0 +0x0000BFB8 0x625B # 0 +0x0000BFB9 0x6297 # 0 +0x0000BFBA 0x4EA2 # 0 +0x0000BFBB 0x7095 # 0 +0x0000BFBC 0x8003 # 0 +0x0000BFBD 0x62F7 # 0 +0x0000BFBE 0x70E4 # 0 +0x0000BFBF 0x9760 # 0 +0x0000BFC0 0x5777 # 0 +0x0000BFC1 0x82DB # 0 +0x0000BFC2 0x67EF # 0 +0x0000BFC3 0x68F5 # 0 +0x0000BFC4 0x78D5 # 0 +0x0000BFC5 0x9897 # 0 +0x0000BFC6 0x79D1 # 0 +0x0000BFC7 0x58F3 # 0 +0x0000BFC8 0x54B3 # 0 +0x0000BFC9 0x53EF # 0 +0x0000BFCA 0x6E34 # 0 +0x0000BFCB 0x514B # 0 +0x0000BFCC 0x523B # 0 +0x0000BFCD 0x5BA2 # 0 +0x0000BFCE 0x8BFE # 0 +0x0000BFCF 0x80AF # 0 +0x0000BFD0 0x5543 # 0 +0x0000BFD1 0x57A6 # 0 +0x0000BFD2 0x6073 # 0 +0x0000BFD3 0x5751 # 0 +0x0000BFD4 0x542D # 0 +0x0000BFD5 0x7A7A # 0 +0x0000BFD6 0x6050 # 0 +0x0000BFD7 0x5B54 # 0 +0x0000BFD8 0x63A7 # 0 +0x0000BFD9 0x62A0 # 0 +0x0000BFDA 0x53E3 # 0 +0x0000BFDB 0x6263 # 0 +0x0000BFDC 0x5BC7 # 0 +0x0000BFDD 0x67AF # 0 +0x0000BFDE 0x54ED # 0 +0x0000BFDF 0x7A9F # 0 +0x0000BFE0 0x82E6 # 0 +0x0000BFE1 0x9177 # 0 +0x0000BFE2 0x5E93 # 0 +0x0000BFE3 0x88E4 # 0 +0x0000BFE4 0x5938 # 0 +0x0000BFE5 0x57AE # 0 +0x0000BFE6 0x630E # 0 +0x0000BFE7 0x8DE8 # 0 +0x0000BFE8 0x80EF # 0 +0x0000BFE9 0x5757 # 0 +0x0000BFEA 0x7B77 # 0 +0x0000BFEB 0x4FA9 # 0 +0x0000BFEC 0x5FEB # 0 +0x0000BFED 0x5BBD # 0 +0x0000BFEE 0x6B3E # 0 +0x0000BFEF 0x5321 # 0 +0x0000BFF0 0x7B50 # 0 +0x0000BFF1 0x72C2 # 0 +0x0000BFF2 0x6846 # 0 +0x0000BFF3 0x77FF # 0 +0x0000BFF4 0x7736 # 0 +0x0000BFF5 0x65F7 # 0 +0x0000BFF6 0x51B5 # 0 +0x0000BFF7 0x4E8F # 0 +0x0000BFF8 0x76D4 # 0 +0x0000BFF9 0x5CBF # 0 +0x0000BFFA 0x7AA5 # 0 +0x0000BFFB 0x8475 # 0 +0x0000BFFC 0x594E # 0 +0x0000BFFD 0x9B41 # 0 +0x0000BFFE 0x5080 # 0 +0x0000C0A1 0x9988 # 0 +0x0000C0A2 0x6127 # 0 +0x0000C0A3 0x6E83 # 0 +0x0000C0A4 0x5764 # 0 +0x0000C0A5 0x6606 # 0 +0x0000C0A6 0x6346 # 0 +0x0000C0A7 0x56F0 # 0 +0x0000C0A8 0x62EC # 0 +0x0000C0A9 0x6269 # 0 +0x0000C0AA 0x5ED3 # 0 +0x0000C0AB 0x9614 # 0 +0x0000C0AC 0x5783 # 0 +0x0000C0AD 0x62C9 # 0 +0x0000C0AE 0x5587 # 0 +0x0000C0AF 0x8721 # 0 +0x0000C0B0 0x814A # 0 +0x0000C0B1 0x8FA3 # 0 +0x0000C0B2 0x5566 # 0 +0x0000C0B3 0x83B1 # 0 +0x0000C0B4 0x6765 # 0 +0x0000C0B5 0x8D56 # 0 +0x0000C0B6 0x84DD # 0 +0x0000C0B7 0x5A6A # 0 +0x0000C0B8 0x680F # 0 +0x0000C0B9 0x62E6 # 0 +0x0000C0BA 0x7BEE # 0 +0x0000C0BB 0x9611 # 0 +0x0000C0BC 0x5170 # 0 +0x0000C0BD 0x6F9C # 0 +0x0000C0BE 0x8C30 # 0 +0x0000C0BF 0x63FD # 0 +0x0000C0C0 0x89C8 # 0 +0x0000C0C1 0x61D2 # 0 +0x0000C0C2 0x7F06 # 0 +0x0000C0C3 0x70C2 # 0 +0x0000C0C4 0x6EE5 # 0 +0x0000C0C5 0x7405 # 0 +0x0000C0C6 0x6994 # 0 +0x0000C0C7 0x72FC # 0 +0x0000C0C8 0x5ECA # 0 +0x0000C0C9 0x90CE # 0 +0x0000C0CA 0x6717 # 0 +0x0000C0CB 0x6D6A # 0 +0x0000C0CC 0x635E # 0 +0x0000C0CD 0x52B3 # 0 +0x0000C0CE 0x7262 # 0 +0x0000C0CF 0x8001 # 0 +0x0000C0D0 0x4F6C # 0 +0x0000C0D1 0x59E5 # 0 +0x0000C0D2 0x916A # 0 +0x0000C0D3 0x70D9 # 0 +0x0000C0D4 0x6D9D # 0 +0x0000C0D5 0x52D2 # 0 +0x0000C0D6 0x4E50 # 0 +0x0000C0D7 0x96F7 # 0 +0x0000C0D8 0x956D # 0 +0x0000C0D9 0x857E # 0 +0x0000C0DA 0x78CA # 0 +0x0000C0DB 0x7D2F # 0 +0x0000C0DC 0x5121 # 0 +0x0000C0DD 0x5792 # 0 +0x0000C0DE 0x64C2 # 0 +0x0000C0DF 0x808B # 0 +0x0000C0E0 0x7C7B # 0 +0x0000C0E1 0x6CEA # 0 +0x0000C0E2 0x68F1 # 0 +0x0000C0E3 0x695E # 0 +0x0000C0E4 0x51B7 # 0 +0x0000C0E5 0x5398 # 0 +0x0000C0E6 0x68A8 # 0 +0x0000C0E7 0x7281 # 0 +0x0000C0E8 0x9ECE # 0 +0x0000C0E9 0x7BF1 # 0 +0x0000C0EA 0x72F8 # 0 +0x0000C0EB 0x79BB # 0 +0x0000C0EC 0x6F13 # 0 +0x0000C0ED 0x7406 # 0 +0x0000C0EE 0x674E # 0 +0x0000C0EF 0x91CC # 0 +0x0000C0F0 0x9CA4 # 0 +0x0000C0F1 0x793C # 0 +0x0000C0F2 0x8389 # 0 +0x0000C0F3 0x8354 # 0 +0x0000C0F4 0x540F # 0 +0x0000C0F5 0x6817 # 0 +0x0000C0F6 0x4E3D # 0 +0x0000C0F7 0x5389 # 0 +0x0000C0F8 0x52B1 # 0 +0x0000C0F9 0x783E # 0 +0x0000C0FA 0x5386 # 0 +0x0000C0FB 0x5229 # 0 +0x0000C0FC 0x5088 # 0 +0x0000C0FD 0x4F8B # 0 +0x0000C0FE 0x4FD0 # 0 +0x0000C1A1 0x75E2 # 0 +0x0000C1A2 0x7ACB # 0 +0x0000C1A3 0x7C92 # 0 +0x0000C1A4 0x6CA5 # 0 +0x0000C1A5 0x96B6 # 0 +0x0000C1A6 0x529B # 0 +0x0000C1A7 0x7483 # 0 +0x0000C1A8 0x54E9 # 0 +0x0000C1A9 0x4FE9 # 0 +0x0000C1AA 0x8054 # 0 +0x0000C1AB 0x83B2 # 0 +0x0000C1AC 0x8FDE # 0 +0x0000C1AD 0x9570 # 0 +0x0000C1AE 0x5EC9 # 0 +0x0000C1AF 0x601C # 0 +0x0000C1B0 0x6D9F # 0 +0x0000C1B1 0x5E18 # 0 +0x0000C1B2 0x655B # 0 +0x0000C1B3 0x8138 # 0 +0x0000C1B4 0x94FE # 0 +0x0000C1B5 0x604B # 0 +0x0000C1B6 0x70BC # 0 +0x0000C1B7 0x7EC3 # 0 +0x0000C1B8 0x7CAE # 0 +0x0000C1B9 0x51C9 # 0 +0x0000C1BA 0x6881 # 0 +0x0000C1BB 0x7CB1 # 0 +0x0000C1BC 0x826F # 0 +0x0000C1BD 0x4E24 # 0 +0x0000C1BE 0x8F86 # 0 +0x0000C1BF 0x91CF # 0 +0x0000C1C0 0x667E # 0 +0x0000C1C1 0x4EAE # 0 +0x0000C1C2 0x8C05 # 0 +0x0000C1C3 0x64A9 # 0 +0x0000C1C4 0x804A # 0 +0x0000C1C5 0x50DA # 0 +0x0000C1C6 0x7597 # 0 +0x0000C1C7 0x71CE # 0 +0x0000C1C8 0x5BE5 # 0 +0x0000C1C9 0x8FBD # 0 +0x0000C1CA 0x6F66 # 0 +0x0000C1CB 0x4E86 # 0 +0x0000C1CC 0x6482 # 0 +0x0000C1CD 0x9563 # 0 +0x0000C1CE 0x5ED6 # 0 +0x0000C1CF 0x6599 # 0 +0x0000C1D0 0x5217 # 0 +0x0000C1D1 0x88C2 # 0 +0x0000C1D2 0x70C8 # 0 +0x0000C1D3 0x52A3 # 0 +0x0000C1D4 0x730E # 0 +0x0000C1D5 0x7433 # 0 +0x0000C1D6 0x6797 # 0 +0x0000C1D7 0x78F7 # 0 +0x0000C1D8 0x9716 # 0 +0x0000C1D9 0x4E34 # 0 +0x0000C1DA 0x90BB # 0 +0x0000C1DB 0x9CDE # 0 +0x0000C1DC 0x6DCB # 0 +0x0000C1DD 0x51DB # 0 +0x0000C1DE 0x8D41 # 0 +0x0000C1DF 0x541D # 0 +0x0000C1E0 0x62CE # 0 +0x0000C1E1 0x73B2 # 0 +0x0000C1E2 0x83F1 # 0 +0x0000C1E3 0x96F6 # 0 +0x0000C1E4 0x9F84 # 0 +0x0000C1E5 0x94C3 # 0 +0x0000C1E6 0x4F36 # 0 +0x0000C1E7 0x7F9A # 0 +0x0000C1E8 0x51CC # 0 +0x0000C1E9 0x7075 # 0 +0x0000C1EA 0x9675 # 0 +0x0000C1EB 0x5CAD # 0 +0x0000C1EC 0x9886 # 0 +0x0000C1ED 0x53E6 # 0 +0x0000C1EE 0x4EE4 # 0 +0x0000C1EF 0x6E9C # 0 +0x0000C1F0 0x7409 # 0 +0x0000C1F1 0x69B4 # 0 +0x0000C1F2 0x786B # 0 +0x0000C1F3 0x998F # 0 +0x0000C1F4 0x7559 # 0 +0x0000C1F5 0x5218 # 0 +0x0000C1F6 0x7624 # 0 +0x0000C1F7 0x6D41 # 0 +0x0000C1F8 0x67F3 # 0 +0x0000C1F9 0x516D # 0 +0x0000C1FA 0x9F99 # 0 +0x0000C1FB 0x804B # 0 +0x0000C1FC 0x5499 # 0 +0x0000C1FD 0x7B3C # 0 +0x0000C1FE 0x7ABF # 0 +0x0000C2A1 0x9686 # 0 +0x0000C2A2 0x5784 # 0 +0x0000C2A3 0x62E2 # 0 +0x0000C2A4 0x9647 # 0 +0x0000C2A5 0x697C # 0 +0x0000C2A6 0x5A04 # 0 +0x0000C2A7 0x6402 # 0 +0x0000C2A8 0x7BD3 # 0 +0x0000C2A9 0x6F0F # 0 +0x0000C2AA 0x964B # 0 +0x0000C2AB 0x82A6 # 0 +0x0000C2AC 0x5362 # 0 +0x0000C2AD 0x9885 # 0 +0x0000C2AE 0x5E90 # 0 +0x0000C2AF 0x7089 # 0 +0x0000C2B0 0x63B3 # 0 +0x0000C2B1 0x5364 # 0 +0x0000C2B2 0x864F # 0 +0x0000C2B3 0x9C81 # 0 +0x0000C2B4 0x9E93 # 0 +0x0000C2B5 0x788C # 0 +0x0000C2B6 0x9732 # 0 +0x0000C2B7 0x8DEF # 0 +0x0000C2B8 0x8D42 # 0 +0x0000C2B9 0x9E7F # 0 +0x0000C2BA 0x6F5E # 0 +0x0000C2BB 0x7984 # 0 +0x0000C2BC 0x5F55 # 0 +0x0000C2BD 0x9646 # 0 +0x0000C2BE 0x622E # 0 +0x0000C2BF 0x9A74 # 0 +0x0000C2C0 0x5415 # 0 +0x0000C2C1 0x94DD # 0 +0x0000C2C2 0x4FA3 # 0 +0x0000C2C3 0x65C5 # 0 +0x0000C2C4 0x5C65 # 0 +0x0000C2C5 0x5C61 # 0 +0x0000C2C6 0x7F15 # 0 +0x0000C2C7 0x8651 # 0 +0x0000C2C8 0x6C2F # 0 +0x0000C2C9 0x5F8B # 0 +0x0000C2CA 0x7387 # 0 +0x0000C2CB 0x6EE4 # 0 +0x0000C2CC 0x7EFF # 0 +0x0000C2CD 0x5CE6 # 0 +0x0000C2CE 0x631B # 0 +0x0000C2CF 0x5B6A # 0 +0x0000C2D0 0x6EE6 # 0 +0x0000C2D1 0x5375 # 0 +0x0000C2D2 0x4E71 # 0 +0x0000C2D3 0x63A0 # 0 +0x0000C2D4 0x7565 # 0 +0x0000C2D5 0x62A1 # 0 +0x0000C2D6 0x8F6E # 0 +0x0000C2D7 0x4F26 # 0 +0x0000C2D8 0x4ED1 # 0 +0x0000C2D9 0x6CA6 # 0 +0x0000C2DA 0x7EB6 # 0 +0x0000C2DB 0x8BBA # 0 +0x0000C2DC 0x841D # 0 +0x0000C2DD 0x87BA # 0 +0x0000C2DE 0x7F57 # 0 +0x0000C2DF 0x903B # 0 +0x0000C2E0 0x9523 # 0 +0x0000C2E1 0x7BA9 # 0 +0x0000C2E2 0x9AA1 # 0 +0x0000C2E3 0x88F8 # 0 +0x0000C2E4 0x843D # 0 +0x0000C2E5 0x6D1B # 0 +0x0000C2E6 0x9A86 # 0 +0x0000C2E7 0x7EDC # 0 +0x0000C2E8 0x5988 # 0 +0x0000C2E9 0x9EBB # 0 +0x0000C2EA 0x739B # 0 +0x0000C2EB 0x7801 # 0 +0x0000C2EC 0x8682 # 0 +0x0000C2ED 0x9A6C # 0 +0x0000C2EE 0x9A82 # 0 +0x0000C2EF 0x561B # 0 +0x0000C2F0 0x5417 # 0 +0x0000C2F1 0x57CB # 0 +0x0000C2F2 0x4E70 # 0 +0x0000C2F3 0x9EA6 # 0 +0x0000C2F4 0x5356 # 0 +0x0000C2F5 0x8FC8 # 0 +0x0000C2F6 0x8109 # 0 +0x0000C2F7 0x7792 # 0 +0x0000C2F8 0x9992 # 0 +0x0000C2F9 0x86EE # 0 +0x0000C2FA 0x6EE1 # 0 +0x0000C2FB 0x8513 # 0 +0x0000C2FC 0x66FC # 0 +0x0000C2FD 0x6162 # 0 +0x0000C2FE 0x6F2B # 0 +0x0000C3A1 0x8C29 # 0 +0x0000C3A2 0x8292 # 0 +0x0000C3A3 0x832B # 0 +0x0000C3A4 0x76F2 # 0 +0x0000C3A5 0x6C13 # 0 +0x0000C3A6 0x5FD9 # 0 +0x0000C3A7 0x83BD # 0 +0x0000C3A8 0x732B # 0 +0x0000C3A9 0x8305 # 0 +0x0000C3AA 0x951A # 0 +0x0000C3AB 0x6BDB # 0 +0x0000C3AC 0x77DB # 0 +0x0000C3AD 0x94C6 # 0 +0x0000C3AE 0x536F # 0 +0x0000C3AF 0x8302 # 0 +0x0000C3B0 0x5192 # 0 +0x0000C3B1 0x5E3D # 0 +0x0000C3B2 0x8C8C # 0 +0x0000C3B3 0x8D38 # 0 +0x0000C3B4 0x4E48 # 0 +0x0000C3B5 0x73AB # 0 +0x0000C3B6 0x679A # 0 +0x0000C3B7 0x6885 # 0 +0x0000C3B8 0x9176 # 0 +0x0000C3B9 0x9709 # 0 +0x0000C3BA 0x7164 # 0 +0x0000C3BB 0x6CA1 # 0 +0x0000C3BC 0x7709 # 0 +0x0000C3BD 0x5A92 # 0 +0x0000C3BE 0x9541 # 0 +0x0000C3BF 0x6BCF # 0 +0x0000C3C0 0x7F8E # 0 +0x0000C3C1 0x6627 # 0 +0x0000C3C2 0x5BD0 # 0 +0x0000C3C3 0x59B9 # 0 +0x0000C3C4 0x5A9A # 0 +0x0000C3C5 0x95E8 # 0 +0x0000C3C6 0x95F7 # 0 +0x0000C3C7 0x4EEC # 0 +0x0000C3C8 0x840C # 0 +0x0000C3C9 0x8499 # 0 +0x0000C3CA 0x6AAC # 0 +0x0000C3CB 0x76DF # 0 +0x0000C3CC 0x9530 # 0 +0x0000C3CD 0x731B # 0 +0x0000C3CE 0x68A6 # 0 +0x0000C3CF 0x5B5F # 0 +0x0000C3D0 0x772F # 0 +0x0000C3D1 0x919A # 0 +0x0000C3D2 0x9761 # 0 +0x0000C3D3 0x7CDC # 0 +0x0000C3D4 0x8FF7 # 0 +0x0000C3D5 0x8C1C # 0 +0x0000C3D6 0x5F25 # 0 +0x0000C3D7 0x7C73 # 0 +0x0000C3D8 0x79D8 # 0 +0x0000C3D9 0x89C5 # 0 +0x0000C3DA 0x6CCC # 0 +0x0000C3DB 0x871C # 0 +0x0000C3DC 0x5BC6 # 0 +0x0000C3DD 0x5E42 # 0 +0x0000C3DE 0x68C9 # 0 +0x0000C3DF 0x7720 # 0 +0x0000C3E0 0x7EF5 # 0 +0x0000C3E1 0x5195 # 0 +0x0000C3E2 0x514D # 0 +0x0000C3E3 0x52C9 # 0 +0x0000C3E4 0x5A29 # 0 +0x0000C3E5 0x7F05 # 0 +0x0000C3E6 0x9762 # 0 +0x0000C3E7 0x82D7 # 0 +0x0000C3E8 0x63CF # 0 +0x0000C3E9 0x7784 # 0 +0x0000C3EA 0x85D0 # 0 +0x0000C3EB 0x79D2 # 0 +0x0000C3EC 0x6E3A # 0 +0x0000C3ED 0x5E99 # 0 +0x0000C3EE 0x5999 # 0 +0x0000C3EF 0x8511 # 0 +0x0000C3F0 0x706D # 0 +0x0000C3F1 0x6C11 # 0 +0x0000C3F2 0x62BF # 0 +0x0000C3F3 0x76BF # 0 +0x0000C3F4 0x654F # 0 +0x0000C3F5 0x60AF # 0 +0x0000C3F6 0x95FD # 0 +0x0000C3F7 0x660E # 0 +0x0000C3F8 0x879F # 0 +0x0000C3F9 0x9E23 # 0 +0x0000C3FA 0x94ED # 0 +0x0000C3FB 0x540D # 0 +0x0000C3FC 0x547D # 0 +0x0000C3FD 0x8C2C # 0 +0x0000C3FE 0x6478 # 0 +0x0000C4A1 0x6479 # 0 +0x0000C4A2 0x8611 # 0 +0x0000C4A3 0x6A21 # 0 +0x0000C4A4 0x819C # 0 +0x0000C4A5 0x78E8 # 0 +0x0000C4A6 0x6469 # 0 +0x0000C4A7 0x9B54 # 0 +0x0000C4A8 0x62B9 # 0 +0x0000C4A9 0x672B # 0 +0x0000C4AA 0x83AB # 0 +0x0000C4AB 0x58A8 # 0 +0x0000C4AC 0x9ED8 # 0 +0x0000C4AD 0x6CAB # 0 +0x0000C4AE 0x6F20 # 0 +0x0000C4AF 0x5BDE # 0 +0x0000C4B0 0x964C # 0 +0x0000C4B1 0x8C0B # 0 +0x0000C4B2 0x725F # 0 +0x0000C4B3 0x67D0 # 0 +0x0000C4B4 0x62C7 # 0 +0x0000C4B5 0x7261 # 0 +0x0000C4B6 0x4EA9 # 0 +0x0000C4B7 0x59C6 # 0 +0x0000C4B8 0x6BCD # 0 +0x0000C4B9 0x5893 # 0 +0x0000C4BA 0x66AE # 0 +0x0000C4BB 0x5E55 # 0 +0x0000C4BC 0x52DF # 0 +0x0000C4BD 0x6155 # 0 +0x0000C4BE 0x6728 # 0 +0x0000C4BF 0x76EE # 0 +0x0000C4C0 0x7766 # 0 +0x0000C4C1 0x7267 # 0 +0x0000C4C2 0x7A46 # 0 +0x0000C4C3 0x62FF # 0 +0x0000C4C4 0x54EA # 0 +0x0000C4C5 0x5450 # 0 +0x0000C4C6 0x94A0 # 0 +0x0000C4C7 0x90A3 # 0 +0x0000C4C8 0x5A1C # 0 +0x0000C4C9 0x7EB3 # 0 +0x0000C4CA 0x6C16 # 0 +0x0000C4CB 0x4E43 # 0 +0x0000C4CC 0x5976 # 0 +0x0000C4CD 0x8010 # 0 +0x0000C4CE 0x5948 # 0 +0x0000C4CF 0x5357 # 0 +0x0000C4D0 0x7537 # 0 +0x0000C4D1 0x96BE # 0 +0x0000C4D2 0x56CA # 0 +0x0000C4D3 0x6320 # 0 +0x0000C4D4 0x8111 # 0 +0x0000C4D5 0x607C # 0 +0x0000C4D6 0x95F9 # 0 +0x0000C4D7 0x6DD6 # 0 +0x0000C4D8 0x5462 # 0 +0x0000C4D9 0x9981 # 0 +0x0000C4DA 0x5185 # 0 +0x0000C4DB 0x5AE9 # 0 +0x0000C4DC 0x80FD # 0 +0x0000C4DD 0x59AE # 0 +0x0000C4DE 0x9713 # 0 +0x0000C4DF 0x502A # 0 +0x0000C4E0 0x6CE5 # 0 +0x0000C4E1 0x5C3C # 0 +0x0000C4E2 0x62DF # 0 +0x0000C4E3 0x4F60 # 0 +0x0000C4E4 0x533F # 0 +0x0000C4E5 0x817B # 0 +0x0000C4E6 0x9006 # 0 +0x0000C4E7 0x6EBA # 0 +0x0000C4E8 0x852B # 0 +0x0000C4E9 0x62C8 # 0 +0x0000C4EA 0x5E74 # 0 +0x0000C4EB 0x78BE # 0 +0x0000C4EC 0x64B5 # 0 +0x0000C4ED 0x637B # 0 +0x0000C4EE 0x5FF5 # 0 +0x0000C4EF 0x5A18 # 0 +0x0000C4F0 0x917F # 0 +0x0000C4F1 0x9E1F # 0 +0x0000C4F2 0x5C3F # 0 +0x0000C4F3 0x634F # 0 +0x0000C4F4 0x8042 # 0 +0x0000C4F5 0x5B7D # 0 +0x0000C4F6 0x556E # 0 +0x0000C4F7 0x954A # 0 +0x0000C4F8 0x954D # 0 +0x0000C4F9 0x6D85 # 0 +0x0000C4FA 0x60A8 # 0 +0x0000C4FB 0x67E0 # 0 +0x0000C4FC 0x72DE # 0 +0x0000C4FD 0x51DD # 0 +0x0000C4FE 0x5B81 # 0 +0x0000C5A1 0x62E7 # 0 +0x0000C5A2 0x6CDE # 0 +0x0000C5A3 0x725B # 0 +0x0000C5A4 0x626D # 0 +0x0000C5A5 0x94AE # 0 +0x0000C5A6 0x7EBD # 0 +0x0000C5A7 0x8113 # 0 +0x0000C5A8 0x6D53 # 0 +0x0000C5A9 0x519C # 0 +0x0000C5AA 0x5F04 # 0 +0x0000C5AB 0x5974 # 0 +0x0000C5AC 0x52AA # 0 +0x0000C5AD 0x6012 # 0 +0x0000C5AE 0x5973 # 0 +0x0000C5AF 0x6696 # 0 +0x0000C5B0 0x8650 # 0 +0x0000C5B1 0x759F # 0 +0x0000C5B2 0x632A # 0 +0x0000C5B3 0x61E6 # 0 +0x0000C5B4 0x7CEF # 0 +0x0000C5B5 0x8BFA # 0 +0x0000C5B6 0x54E6 # 0 +0x0000C5B7 0x6B27 # 0 +0x0000C5B8 0x9E25 # 0 +0x0000C5B9 0x6BB4 # 0 +0x0000C5BA 0x85D5 # 0 +0x0000C5BB 0x5455 # 0 +0x0000C5BC 0x5076 # 0 +0x0000C5BD 0x6CA4 # 0 +0x0000C5BE 0x556A # 0 +0x0000C5BF 0x8DB4 # 0 +0x0000C5C0 0x722C # 0 +0x0000C5C1 0x5E15 # 0 +0x0000C5C2 0x6015 # 0 +0x0000C5C3 0x7436 # 0 +0x0000C5C4 0x62CD # 0 +0x0000C5C5 0x6392 # 0 +0x0000C5C6 0x724C # 0 +0x0000C5C7 0x5F98 # 0 +0x0000C5C8 0x6E43 # 0 +0x0000C5C9 0x6D3E # 0 +0x0000C5CA 0x6500 # 0 +0x0000C5CB 0x6F58 # 0 +0x0000C5CC 0x76D8 # 0 +0x0000C5CD 0x78D0 # 0 +0x0000C5CE 0x76FC # 0 +0x0000C5CF 0x7554 # 0 +0x0000C5D0 0x5224 # 0 +0x0000C5D1 0x53DB # 0 +0x0000C5D2 0x4E53 # 0 +0x0000C5D3 0x5E9E # 0 +0x0000C5D4 0x65C1 # 0 +0x0000C5D5 0x802A # 0 +0x0000C5D6 0x80D6 # 0 +0x0000C5D7 0x629B # 0 +0x0000C5D8 0x5486 # 0 +0x0000C5D9 0x5228 # 0 +0x0000C5DA 0x70AE # 0 +0x0000C5DB 0x888D # 0 +0x0000C5DC 0x8DD1 # 0 +0x0000C5DD 0x6CE1 # 0 +0x0000C5DE 0x5478 # 0 +0x0000C5DF 0x80DA # 0 +0x0000C5E0 0x57F9 # 0 +0x0000C5E1 0x88F4 # 0 +0x0000C5E2 0x8D54 # 0 +0x0000C5E3 0x966A # 0 +0x0000C5E4 0x914D # 0 +0x0000C5E5 0x4F69 # 0 +0x0000C5E6 0x6C9B # 0 +0x0000C5E7 0x55B7 # 0 +0x0000C5E8 0x76C6 # 0 +0x0000C5E9 0x7830 # 0 +0x0000C5EA 0x62A8 # 0 +0x0000C5EB 0x70F9 # 0 +0x0000C5EC 0x6F8E # 0 +0x0000C5ED 0x5F6D # 0 +0x0000C5EE 0x84EC # 0 +0x0000C5EF 0x68DA # 0 +0x0000C5F0 0x787C # 0 +0x0000C5F1 0x7BF7 # 0 +0x0000C5F2 0x81A8 # 0 +0x0000C5F3 0x670B # 0 +0x0000C5F4 0x9E4F # 0 +0x0000C5F5 0x6367 # 0 +0x0000C5F6 0x78B0 # 0 +0x0000C5F7 0x576F # 0 +0x0000C5F8 0x7812 # 0 +0x0000C5F9 0x9739 # 0 +0x0000C5FA 0x6279 # 0 +0x0000C5FB 0x62AB # 0 +0x0000C5FC 0x5288 # 0 +0x0000C5FD 0x7435 # 0 +0x0000C5FE 0x6BD7 # 0 +0x0000C6A1 0x5564 # 0 +0x0000C6A2 0x813E # 0 +0x0000C6A3 0x75B2 # 0 +0x0000C6A4 0x76AE # 0 +0x0000C6A5 0x5339 # 0 +0x0000C6A6 0x75DE # 0 +0x0000C6A7 0x50FB # 0 +0x0000C6A8 0x5C41 # 0 +0x0000C6A9 0x8B6C # 0 +0x0000C6AA 0x7BC7 # 0 +0x0000C6AB 0x504F # 0 +0x0000C6AC 0x7247 # 0 +0x0000C6AD 0x9A97 # 0 +0x0000C6AE 0x98D8 # 0 +0x0000C6AF 0x6F02 # 0 +0x0000C6B0 0x74E2 # 0 +0x0000C6B1 0x7968 # 0 +0x0000C6B2 0x6487 # 0 +0x0000C6B3 0x77A5 # 0 +0x0000C6B4 0x62FC # 0 +0x0000C6B5 0x9891 # 0 +0x0000C6B6 0x8D2B # 0 +0x0000C6B7 0x54C1 # 0 +0x0000C6B8 0x8058 # 0 +0x0000C6B9 0x4E52 # 0 +0x0000C6BA 0x576A # 0 +0x0000C6BB 0x82F9 # 0 +0x0000C6BC 0x840D # 0 +0x0000C6BD 0x5E73 # 0 +0x0000C6BE 0x51ED # 0 +0x0000C6BF 0x74F6 # 0 +0x0000C6C0 0x8BC4 # 0 +0x0000C6C1 0x5C4F # 0 +0x0000C6C2 0x5761 # 0 +0x0000C6C3 0x6CFC # 0 +0x0000C6C4 0x9887 # 0 +0x0000C6C5 0x5A46 # 0 +0x0000C6C6 0x7834 # 0 +0x0000C6C7 0x9B44 # 0 +0x0000C6C8 0x8FEB # 0 +0x0000C6C9 0x7C95 # 0 +0x0000C6CA 0x5256 # 0 +0x0000C6CB 0x6251 # 0 +0x0000C6CC 0x94FA # 0 +0x0000C6CD 0x4EC6 # 0 +0x0000C6CE 0x8386 # 0 +0x0000C6CF 0x8461 # 0 +0x0000C6D0 0x83E9 # 0 +0x0000C6D1 0x84B2 # 0 +0x0000C6D2 0x57D4 # 0 +0x0000C6D3 0x6734 # 0 +0x0000C6D4 0x5703 # 0 +0x0000C6D5 0x666E # 0 +0x0000C6D6 0x6D66 # 0 +0x0000C6D7 0x8C31 # 0 +0x0000C6D8 0x66DD # 0 +0x0000C6D9 0x7011 # 0 +0x0000C6DA 0x671F # 0 +0x0000C6DB 0x6B3A # 0 +0x0000C6DC 0x6816 # 0 +0x0000C6DD 0x621A # 0 +0x0000C6DE 0x59BB # 0 +0x0000C6DF 0x4E03 # 0 +0x0000C6E0 0x51C4 # 0 +0x0000C6E1 0x6F06 # 0 +0x0000C6E2 0x67D2 # 0 +0x0000C6E3 0x6C8F # 0 +0x0000C6E4 0x5176 # 0 +0x0000C6E5 0x68CB # 0 +0x0000C6E6 0x5947 # 0 +0x0000C6E7 0x6B67 # 0 +0x0000C6E8 0x7566 # 0 +0x0000C6E9 0x5D0E # 0 +0x0000C6EA 0x8110 # 0 +0x0000C6EB 0x9F50 # 0 +0x0000C6EC 0x65D7 # 0 +0x0000C6ED 0x7948 # 0 +0x0000C6EE 0x7941 # 0 +0x0000C6EF 0x9A91 # 0 +0x0000C6F0 0x8D77 # 0 +0x0000C6F1 0x5C82 # 0 +0x0000C6F2 0x4E5E # 0 +0x0000C6F3 0x4F01 # 0 +0x0000C6F4 0x542F # 0 +0x0000C6F5 0x5951 # 0 +0x0000C6F6 0x780C # 0 +0x0000C6F7 0x5668 # 0 +0x0000C6F8 0x6C14 # 0 +0x0000C6F9 0x8FC4 # 0 +0x0000C6FA 0x5F03 # 0 +0x0000C6FB 0x6C7D # 0 +0x0000C6FC 0x6CE3 # 0 +0x0000C6FD 0x8BAB # 0 +0x0000C6FE 0x6390 # 0 +0x0000C7A1 0x6070 # 0 +0x0000C7A2 0x6D3D # 0 +0x0000C7A3 0x7275 # 0 +0x0000C7A4 0x6266 # 0 +0x0000C7A5 0x948E # 0 +0x0000C7A6 0x94C5 # 0 +0x0000C7A7 0x5343 # 0 +0x0000C7A8 0x8FC1 # 0 +0x0000C7A9 0x7B7E # 0 +0x0000C7AA 0x4EDF # 0 +0x0000C7AB 0x8C26 # 0 +0x0000C7AC 0x4E7E # 0 +0x0000C7AD 0x9ED4 # 0 +0x0000C7AE 0x94B1 # 0 +0x0000C7AF 0x94B3 # 0 +0x0000C7B0 0x524D # 0 +0x0000C7B1 0x6F5C # 0 +0x0000C7B2 0x9063 # 0 +0x0000C7B3 0x6D45 # 0 +0x0000C7B4 0x8C34 # 0 +0x0000C7B5 0x5811 # 0 +0x0000C7B6 0x5D4C # 0 +0x0000C7B7 0x6B20 # 0 +0x0000C7B8 0x6B49 # 0 +0x0000C7B9 0x67AA # 0 +0x0000C7BA 0x545B # 0 +0x0000C7BB 0x8154 # 0 +0x0000C7BC 0x7F8C # 0 +0x0000C7BD 0x5899 # 0 +0x0000C7BE 0x8537 # 0 +0x0000C7BF 0x5F3A # 0 +0x0000C7C0 0x62A2 # 0 +0x0000C7C1 0x6A47 # 0 +0x0000C7C2 0x9539 # 0 +0x0000C7C3 0x6572 # 0 +0x0000C7C4 0x6084 # 0 +0x0000C7C5 0x6865 # 0 +0x0000C7C6 0x77A7 # 0 +0x0000C7C7 0x4E54 # 0 +0x0000C7C8 0x4FA8 # 0 +0x0000C7C9 0x5DE7 # 0 +0x0000C7CA 0x9798 # 0 +0x0000C7CB 0x64AC # 0 +0x0000C7CC 0x7FD8 # 0 +0x0000C7CD 0x5CED # 0 +0x0000C7CE 0x4FCF # 0 +0x0000C7CF 0x7A8D # 0 +0x0000C7D0 0x5207 # 0 +0x0000C7D1 0x8304 # 0 +0x0000C7D2 0x4E14 # 0 +0x0000C7D3 0x602F # 0 +0x0000C7D4 0x7A83 # 0 +0x0000C7D5 0x94A6 # 0 +0x0000C7D6 0x4FB5 # 0 +0x0000C7D7 0x4EB2 # 0 +0x0000C7D8 0x79E6 # 0 +0x0000C7D9 0x7434 # 0 +0x0000C7DA 0x52E4 # 0 +0x0000C7DB 0x82B9 # 0 +0x0000C7DC 0x64D2 # 0 +0x0000C7DD 0x79BD # 0 +0x0000C7DE 0x5BDD # 0 +0x0000C7DF 0x6C81 # 0 +0x0000C7E0 0x9752 # 0 +0x0000C7E1 0x8F7B # 0 +0x0000C7E2 0x6C22 # 0 +0x0000C7E3 0x503E # 0 +0x0000C7E4 0x537F # 0 +0x0000C7E5 0x6E05 # 0 +0x0000C7E6 0x64CE # 0 +0x0000C7E7 0x6674 # 0 +0x0000C7E8 0x6C30 # 0 +0x0000C7E9 0x60C5 # 0 +0x0000C7EA 0x9877 # 0 +0x0000C7EB 0x8BF7 # 0 +0x0000C7EC 0x5E86 # 0 +0x0000C7ED 0x743C # 0 +0x0000C7EE 0x7A77 # 0 +0x0000C7EF 0x79CB # 0 +0x0000C7F0 0x4E18 # 0 +0x0000C7F1 0x90B1 # 0 +0x0000C7F2 0x7403 # 0 +0x0000C7F3 0x6C42 # 0 +0x0000C7F4 0x56DA # 0 +0x0000C7F5 0x914B # 0 +0x0000C7F6 0x6CC5 # 0 +0x0000C7F7 0x8D8B # 0 +0x0000C7F8 0x533A # 0 +0x0000C7F9 0x86C6 # 0 +0x0000C7FA 0x66F2 # 0 +0x0000C7FB 0x8EAF # 0 +0x0000C7FC 0x5C48 # 0 +0x0000C7FD 0x9A71 # 0 +0x0000C7FE 0x6E20 # 0 +0x0000C8A1 0x53D6 # 0 +0x0000C8A2 0x5A36 # 0 +0x0000C8A3 0x9F8B # 0 +0x0000C8A4 0x8DA3 # 0 +0x0000C8A5 0x53BB # 0 +0x0000C8A6 0x5708 # 0 +0x0000C8A7 0x98A7 # 0 +0x0000C8A8 0x6743 # 0 +0x0000C8A9 0x919B # 0 +0x0000C8AA 0x6CC9 # 0 +0x0000C8AB 0x5168 # 0 +0x0000C8AC 0x75CA # 0 +0x0000C8AD 0x62F3 # 0 +0x0000C8AE 0x72AC # 0 +0x0000C8AF 0x5238 # 0 +0x0000C8B0 0x529D # 0 +0x0000C8B1 0x7F3A # 0 +0x0000C8B2 0x7094 # 0 +0x0000C8B3 0x7638 # 0 +0x0000C8B4 0x5374 # 0 +0x0000C8B5 0x9E4A # 0 +0x0000C8B6 0x69B7 # 0 +0x0000C8B7 0x786E # 0 +0x0000C8B8 0x96C0 # 0 +0x0000C8B9 0x88D9 # 0 +0x0000C8BA 0x7FA4 # 0 +0x0000C8BB 0x7136 # 0 +0x0000C8BC 0x71C3 # 0 +0x0000C8BD 0x5189 # 0 +0x0000C8BE 0x67D3 # 0 +0x0000C8BF 0x74E4 # 0 +0x0000C8C0 0x58E4 # 0 +0x0000C8C1 0x6518 # 0 +0x0000C8C2 0x56B7 # 0 +0x0000C8C3 0x8BA9 # 0 +0x0000C8C4 0x9976 # 0 +0x0000C8C5 0x6270 # 0 +0x0000C8C6 0x7ED5 # 0 +0x0000C8C7 0x60F9 # 0 +0x0000C8C8 0x70ED # 0 +0x0000C8C9 0x58EC # 0 +0x0000C8CA 0x4EC1 # 0 +0x0000C8CB 0x4EBA # 0 +0x0000C8CC 0x5FCD # 0 +0x0000C8CD 0x97E7 # 0 +0x0000C8CE 0x4EFB # 0 +0x0000C8CF 0x8BA4 # 0 +0x0000C8D0 0x5203 # 0 +0x0000C8D1 0x598A # 0 +0x0000C8D2 0x7EAB # 0 +0x0000C8D3 0x6254 # 0 +0x0000C8D4 0x4ECD # 0 +0x0000C8D5 0x65E5 # 0 +0x0000C8D6 0x620E # 0 +0x0000C8D7 0x8338 # 0 +0x0000C8D8 0x84C9 # 0 +0x0000C8D9 0x8363 # 0 +0x0000C8DA 0x878D # 0 +0x0000C8DB 0x7194 # 0 +0x0000C8DC 0x6EB6 # 0 +0x0000C8DD 0x5BB9 # 0 +0x0000C8DE 0x7ED2 # 0 +0x0000C8DF 0x5197 # 0 +0x0000C8E0 0x63C9 # 0 +0x0000C8E1 0x67D4 # 0 +0x0000C8E2 0x8089 # 0 +0x0000C8E3 0x8339 # 0 +0x0000C8E4 0x8815 # 0 +0x0000C8E5 0x5112 # 0 +0x0000C8E6 0x5B7A # 0 +0x0000C8E7 0x5982 # 0 +0x0000C8E8 0x8FB1 # 0 +0x0000C8E9 0x4E73 # 0 +0x0000C8EA 0x6C5D # 0 +0x0000C8EB 0x5165 # 0 +0x0000C8EC 0x8925 # 0 +0x0000C8ED 0x8F6F # 0 +0x0000C8EE 0x962E # 0 +0x0000C8EF 0x854A # 0 +0x0000C8F0 0x745E # 0 +0x0000C8F1 0x9510 # 0 +0x0000C8F2 0x95F0 # 0 +0x0000C8F3 0x6DA6 # 0 +0x0000C8F4 0x82E5 # 0 +0x0000C8F5 0x5F31 # 0 +0x0000C8F6 0x6492 # 0 +0x0000C8F7 0x6D12 # 0 +0x0000C8F8 0x8428 # 0 +0x0000C8F9 0x816E # 0 +0x0000C8FA 0x9CC3 # 0 +0x0000C8FB 0x585E # 0 +0x0000C8FC 0x8D5B # 0 +0x0000C8FD 0x4E09 # 0 +0x0000C8FE 0x53C1 # 0 +0x0000C9A1 0x4F1E # 0 +0x0000C9A2 0x6563 # 0 +0x0000C9A3 0x6851 # 0 +0x0000C9A4 0x55D3 # 0 +0x0000C9A5 0x4E27 # 0 +0x0000C9A6 0x6414 # 0 +0x0000C9A7 0x9A9A # 0 +0x0000C9A8 0x626B # 0 +0x0000C9A9 0x5AC2 # 0 +0x0000C9AA 0x745F # 0 +0x0000C9AB 0x8272 # 0 +0x0000C9AC 0x6DA9 # 0 +0x0000C9AD 0x68EE # 0 +0x0000C9AE 0x50E7 # 0 +0x0000C9AF 0x838E # 0 +0x0000C9B0 0x7802 # 0 +0x0000C9B1 0x6740 # 0 +0x0000C9B2 0x5239 # 0 +0x0000C9B3 0x6C99 # 0 +0x0000C9B4 0x7EB1 # 0 +0x0000C9B5 0x50BB # 0 +0x0000C9B6 0x5565 # 0 +0x0000C9B7 0x715E # 0 +0x0000C9B8 0x7B5B # 0 +0x0000C9B9 0x6652 # 0 +0x0000C9BA 0x73CA # 0 +0x0000C9BB 0x82EB # 0 +0x0000C9BC 0x6749 # 0 +0x0000C9BD 0x5C71 # 0 +0x0000C9BE 0x5220 # 0 +0x0000C9BF 0x717D # 0 +0x0000C9C0 0x886B # 0 +0x0000C9C1 0x95EA # 0 +0x0000C9C2 0x9655 # 0 +0x0000C9C3 0x64C5 # 0 +0x0000C9C4 0x8D61 # 0 +0x0000C9C5 0x81B3 # 0 +0x0000C9C6 0x5584 # 0 +0x0000C9C7 0x6C55 # 0 +0x0000C9C8 0x6247 # 0 +0x0000C9C9 0x7F2E # 0 +0x0000C9CA 0x5892 # 0 +0x0000C9CB 0x4F24 # 0 +0x0000C9CC 0x5546 # 0 +0x0000C9CD 0x8D4F # 0 +0x0000C9CE 0x664C # 0 +0x0000C9CF 0x4E0A # 0 +0x0000C9D0 0x5C1A # 0 +0x0000C9D1 0x88F3 # 0 +0x0000C9D2 0x68A2 # 0 +0x0000C9D3 0x634E # 0 +0x0000C9D4 0x7A0D # 0 +0x0000C9D5 0x70E7 # 0 +0x0000C9D6 0x828D # 0 +0x0000C9D7 0x52FA # 0 +0x0000C9D8 0x97F6 # 0 +0x0000C9D9 0x5C11 # 0 +0x0000C9DA 0x54E8 # 0 +0x0000C9DB 0x90B5 # 0 +0x0000C9DC 0x7ECD # 0 +0x0000C9DD 0x5962 # 0 +0x0000C9DE 0x8D4A # 0 +0x0000C9DF 0x86C7 # 0 +0x0000C9E0 0x820C # 0 +0x0000C9E1 0x820D # 0 +0x0000C9E2 0x8D66 # 0 +0x0000C9E3 0x6444 # 0 +0x0000C9E4 0x5C04 # 0 +0x0000C9E5 0x6151 # 0 +0x0000C9E6 0x6D89 # 0 +0x0000C9E7 0x793E # 0 +0x0000C9E8 0x8BBE # 0 +0x0000C9E9 0x7837 # 0 +0x0000C9EA 0x7533 # 0 +0x0000C9EB 0x547B # 0 +0x0000C9EC 0x4F38 # 0 +0x0000C9ED 0x8EAB # 0 +0x0000C9EE 0x6DF1 # 0 +0x0000C9EF 0x5A20 # 0 +0x0000C9F0 0x7EC5 # 0 +0x0000C9F1 0x795E # 0 +0x0000C9F2 0x6C88 # 0 +0x0000C9F3 0x5BA1 # 0 +0x0000C9F4 0x5A76 # 0 +0x0000C9F5 0x751A # 0 +0x0000C9F6 0x80BE # 0 +0x0000C9F7 0x614E # 0 +0x0000C9F8 0x6E17 # 0 +0x0000C9F9 0x58F0 # 0 +0x0000C9FA 0x751F # 0 +0x0000C9FB 0x7525 # 0 +0x0000C9FC 0x7272 # 0 +0x0000C9FD 0x5347 # 0 +0x0000C9FE 0x7EF3 # 0 +0x0000CAA1 0x7701 # 0 +0x0000CAA2 0x76DB # 0 +0x0000CAA3 0x5269 # 0 +0x0000CAA4 0x80DC # 0 +0x0000CAA5 0x5723 # 0 +0x0000CAA6 0x5E08 # 0 +0x0000CAA7 0x5931 # 0 +0x0000CAA8 0x72EE # 0 +0x0000CAA9 0x65BD # 0 +0x0000CAAA 0x6E7F # 0 +0x0000CAAB 0x8BD7 # 0 +0x0000CAAC 0x5C38 # 0 +0x0000CAAD 0x8671 # 0 +0x0000CAAE 0x5341 # 0 +0x0000CAAF 0x77F3 # 0 +0x0000CAB0 0x62FE # 0 +0x0000CAB1 0x65F6 # 0 +0x0000CAB2 0x4EC0 # 0 +0x0000CAB3 0x98DF # 0 +0x0000CAB4 0x8680 # 0 +0x0000CAB5 0x5B9E # 0 +0x0000CAB6 0x8BC6 # 0 +0x0000CAB7 0x53F2 # 0 +0x0000CAB8 0x77E2 # 0 +0x0000CAB9 0x4F7F # 0 +0x0000CABA 0x5C4E # 0 +0x0000CABB 0x9A76 # 0 +0x0000CABC 0x59CB # 0 +0x0000CABD 0x5F0F # 0 +0x0000CABE 0x793A # 0 +0x0000CABF 0x58EB # 0 +0x0000CAC0 0x4E16 # 0 +0x0000CAC1 0x67FF # 0 +0x0000CAC2 0x4E8B # 0 +0x0000CAC3 0x62ED # 0 +0x0000CAC4 0x8A93 # 0 +0x0000CAC5 0x901D # 0 +0x0000CAC6 0x52BF # 0 +0x0000CAC7 0x662F # 0 +0x0000CAC8 0x55DC # 0 +0x0000CAC9 0x566C # 0 +0x0000CACA 0x9002 # 0 +0x0000CACB 0x4ED5 # 0 +0x0000CACC 0x4F8D # 0 +0x0000CACD 0x91CA # 0 +0x0000CACE 0x9970 # 0 +0x0000CACF 0x6C0F # 0 +0x0000CAD0 0x5E02 # 0 +0x0000CAD1 0x6043 # 0 +0x0000CAD2 0x5BA4 # 0 +0x0000CAD3 0x89C6 # 0 +0x0000CAD4 0x8BD5 # 0 +0x0000CAD5 0x6536 # 0 +0x0000CAD6 0x624B # 0 +0x0000CAD7 0x9996 # 0 +0x0000CAD8 0x5B88 # 0 +0x0000CAD9 0x5BFF # 0 +0x0000CADA 0x6388 # 0 +0x0000CADB 0x552E # 0 +0x0000CADC 0x53D7 # 0 +0x0000CADD 0x7626 # 0 +0x0000CADE 0x517D # 0 +0x0000CADF 0x852C # 0 +0x0000CAE0 0x67A2 # 0 +0x0000CAE1 0x68B3 # 0 +0x0000CAE2 0x6B8A # 0 +0x0000CAE3 0x6292 # 0 +0x0000CAE4 0x8F93 # 0 +0x0000CAE5 0x53D4 # 0 +0x0000CAE6 0x8212 # 0 +0x0000CAE7 0x6DD1 # 0 +0x0000CAE8 0x758F # 0 +0x0000CAE9 0x4E66 # 0 +0x0000CAEA 0x8D4E # 0 +0x0000CAEB 0x5B70 # 0 +0x0000CAEC 0x719F # 0 +0x0000CAED 0x85AF # 0 +0x0000CAEE 0x6691 # 0 +0x0000CAEF 0x66D9 # 0 +0x0000CAF0 0x7F72 # 0 +0x0000CAF1 0x8700 # 0 +0x0000CAF2 0x9ECD # 0 +0x0000CAF3 0x9F20 # 0 +0x0000CAF4 0x5C5E # 0 +0x0000CAF5 0x672F # 0 +0x0000CAF6 0x8FF0 # 0 +0x0000CAF7 0x6811 # 0 +0x0000CAF8 0x675F # 0 +0x0000CAF9 0x620D # 0 +0x0000CAFA 0x7AD6 # 0 +0x0000CAFB 0x5885 # 0 +0x0000CAFC 0x5EB6 # 0 +0x0000CAFD 0x6570 # 0 +0x0000CAFE 0x6F31 # 0 +0x0000CBA1 0x6055 # 0 +0x0000CBA2 0x5237 # 0 +0x0000CBA3 0x800D # 0 +0x0000CBA4 0x6454 # 0 +0x0000CBA5 0x8870 # 0 +0x0000CBA6 0x7529 # 0 +0x0000CBA7 0x5E05 # 0 +0x0000CBA8 0x6813 # 0 +0x0000CBA9 0x62F4 # 0 +0x0000CBAA 0x971C # 0 +0x0000CBAB 0x53CC # 0 +0x0000CBAC 0x723D # 0 +0x0000CBAD 0x8C01 # 0 +0x0000CBAE 0x6C34 # 0 +0x0000CBAF 0x7761 # 0 +0x0000CBB0 0x7A0E # 0 +0x0000CBB1 0x542E # 0 +0x0000CBB2 0x77AC # 0 +0x0000CBB3 0x987A # 0 +0x0000CBB4 0x821C # 0 +0x0000CBB5 0x8BF4 # 0 +0x0000CBB6 0x7855 # 0 +0x0000CBB7 0x6714 # 0 +0x0000CBB8 0x70C1 # 0 +0x0000CBB9 0x65AF # 0 +0x0000CBBA 0x6495 # 0 +0x0000CBBB 0x5636 # 0 +0x0000CBBC 0x601D # 0 +0x0000CBBD 0x79C1 # 0 +0x0000CBBE 0x53F8 # 0 +0x0000CBBF 0x4E1D # 0 +0x0000CBC0 0x6B7B # 0 +0x0000CBC1 0x8086 # 0 +0x0000CBC2 0x5BFA # 0 +0x0000CBC3 0x55E3 # 0 +0x0000CBC4 0x56DB # 0 +0x0000CBC5 0x4F3A # 0 +0x0000CBC6 0x4F3C # 0 +0x0000CBC7 0x9972 # 0 +0x0000CBC8 0x5DF3 # 0 +0x0000CBC9 0x677E # 0 +0x0000CBCA 0x8038 # 0 +0x0000CBCB 0x6002 # 0 +0x0000CBCC 0x9882 # 0 +0x0000CBCD 0x9001 # 0 +0x0000CBCE 0x5B8B # 0 +0x0000CBCF 0x8BBC # 0 +0x0000CBD0 0x8BF5 # 0 +0x0000CBD1 0x641C # 0 +0x0000CBD2 0x8258 # 0 +0x0000CBD3 0x64DE # 0 +0x0000CBD4 0x55FD # 0 +0x0000CBD5 0x82CF # 0 +0x0000CBD6 0x9165 # 0 +0x0000CBD7 0x4FD7 # 0 +0x0000CBD8 0x7D20 # 0 +0x0000CBD9 0x901F # 0 +0x0000CBDA 0x7C9F # 0 +0x0000CBDB 0x50F3 # 0 +0x0000CBDC 0x5851 # 0 +0x0000CBDD 0x6EAF # 0 +0x0000CBDE 0x5BBF # 0 +0x0000CBDF 0x8BC9 # 0 +0x0000CBE0 0x8083 # 0 +0x0000CBE1 0x9178 # 0 +0x0000CBE2 0x849C # 0 +0x0000CBE3 0x7B97 # 0 +0x0000CBE4 0x867D # 0 +0x0000CBE5 0x968B # 0 +0x0000CBE6 0x968F # 0 +0x0000CBE7 0x7EE5 # 0 +0x0000CBE8 0x9AD3 # 0 +0x0000CBE9 0x788E # 0 +0x0000CBEA 0x5C81 # 0 +0x0000CBEB 0x7A57 # 0 +0x0000CBEC 0x9042 # 0 +0x0000CBED 0x96A7 # 0 +0x0000CBEE 0x795F # 0 +0x0000CBEF 0x5B59 # 0 +0x0000CBF0 0x635F # 0 +0x0000CBF1 0x7B0B # 0 +0x0000CBF2 0x84D1 # 0 +0x0000CBF3 0x68AD # 0 +0x0000CBF4 0x5506 # 0 +0x0000CBF5 0x7F29 # 0 +0x0000CBF6 0x7410 # 0 +0x0000CBF7 0x7D22 # 0 +0x0000CBF8 0x9501 # 0 +0x0000CBF9 0x6240 # 0 +0x0000CBFA 0x584C # 0 +0x0000CBFB 0x4ED6 # 0 +0x0000CBFC 0x5B83 # 0 +0x0000CBFD 0x5979 # 0 +0x0000CBFE 0x5854 # 0 +0x0000CCA1 0x736D # 0 +0x0000CCA2 0x631E # 0 +0x0000CCA3 0x8E4B # 0 +0x0000CCA4 0x8E0F # 0 +0x0000CCA5 0x80CE # 0 +0x0000CCA6 0x82D4 # 0 +0x0000CCA7 0x62AC # 0 +0x0000CCA8 0x53F0 # 0 +0x0000CCA9 0x6CF0 # 0 +0x0000CCAA 0x915E # 0 +0x0000CCAB 0x592A # 0 +0x0000CCAC 0x6001 # 0 +0x0000CCAD 0x6C70 # 0 +0x0000CCAE 0x574D # 0 +0x0000CCAF 0x644A # 0 +0x0000CCB0 0x8D2A # 0 +0x0000CCB1 0x762B # 0 +0x0000CCB2 0x6EE9 # 0 +0x0000CCB3 0x575B # 0 +0x0000CCB4 0x6A80 # 0 +0x0000CCB5 0x75F0 # 0 +0x0000CCB6 0x6F6D # 0 +0x0000CCB7 0x8C2D # 0 +0x0000CCB8 0x8C08 # 0 +0x0000CCB9 0x5766 # 0 +0x0000CCBA 0x6BEF # 0 +0x0000CCBB 0x8892 # 0 +0x0000CCBC 0x78B3 # 0 +0x0000CCBD 0x63A2 # 0 +0x0000CCBE 0x53F9 # 0 +0x0000CCBF 0x70AD # 0 +0x0000CCC0 0x6C64 # 0 +0x0000CCC1 0x5858 # 0 +0x0000CCC2 0x642A # 0 +0x0000CCC3 0x5802 # 0 +0x0000CCC4 0x68E0 # 0 +0x0000CCC5 0x819B # 0 +0x0000CCC6 0x5510 # 0 +0x0000CCC7 0x7CD6 # 0 +0x0000CCC8 0x5018 # 0 +0x0000CCC9 0x8EBA # 0 +0x0000CCCA 0x6DCC # 0 +0x0000CCCB 0x8D9F # 0 +0x0000CCCC 0x70EB # 0 +0x0000CCCD 0x638F # 0 +0x0000CCCE 0x6D9B # 0 +0x0000CCCF 0x6ED4 # 0 +0x0000CCD0 0x7EE6 # 0 +0x0000CCD1 0x8404 # 0 +0x0000CCD2 0x6843 # 0 +0x0000CCD3 0x9003 # 0 +0x0000CCD4 0x6DD8 # 0 +0x0000CCD5 0x9676 # 0 +0x0000CCD6 0x8BA8 # 0 +0x0000CCD7 0x5957 # 0 +0x0000CCD8 0x7279 # 0 +0x0000CCD9 0x85E4 # 0 +0x0000CCDA 0x817E # 0 +0x0000CCDB 0x75BC # 0 +0x0000CCDC 0x8A8A # 0 +0x0000CCDD 0x68AF # 0 +0x0000CCDE 0x5254 # 0 +0x0000CCDF 0x8E22 # 0 +0x0000CCE0 0x9511 # 0 +0x0000CCE1 0x63D0 # 0 +0x0000CCE2 0x9898 # 0 +0x0000CCE3 0x8E44 # 0 +0x0000CCE4 0x557C # 0 +0x0000CCE5 0x4F53 # 0 +0x0000CCE6 0x66FF # 0 +0x0000CCE7 0x568F # 0 +0x0000CCE8 0x60D5 # 0 +0x0000CCE9 0x6D95 # 0 +0x0000CCEA 0x5243 # 0 +0x0000CCEB 0x5C49 # 0 +0x0000CCEC 0x5929 # 0 +0x0000CCED 0x6DFB # 0 +0x0000CCEE 0x586B # 0 +0x0000CCEF 0x7530 # 0 +0x0000CCF0 0x751C # 0 +0x0000CCF1 0x606C # 0 +0x0000CCF2 0x8214 # 0 +0x0000CCF3 0x8146 # 0 +0x0000CCF4 0x6311 # 0 +0x0000CCF5 0x6761 # 0 +0x0000CCF6 0x8FE2 # 0 +0x0000CCF7 0x773A # 0 +0x0000CCF8 0x8DF3 # 0 +0x0000CCF9 0x8D34 # 0 +0x0000CCFA 0x94C1 # 0 +0x0000CCFB 0x5E16 # 0 +0x0000CCFC 0x5385 # 0 +0x0000CCFD 0x542C # 0 +0x0000CCFE 0x70C3 # 0 +0x0000CDA1 0x6C40 # 0 +0x0000CDA2 0x5EF7 # 0 +0x0000CDA3 0x505C # 0 +0x0000CDA4 0x4EAD # 0 +0x0000CDA5 0x5EAD # 0 +0x0000CDA6 0x633A # 0 +0x0000CDA7 0x8247 # 0 +0x0000CDA8 0x901A # 0 +0x0000CDA9 0x6850 # 0 +0x0000CDAA 0x916E # 0 +0x0000CDAB 0x77B3 # 0 +0x0000CDAC 0x540C # 0 +0x0000CDAD 0x94DC # 0 +0x0000CDAE 0x5F64 # 0 +0x0000CDAF 0x7AE5 # 0 +0x0000CDB0 0x6876 # 0 +0x0000CDB1 0x6345 # 0 +0x0000CDB2 0x7B52 # 0 +0x0000CDB3 0x7EDF # 0 +0x0000CDB4 0x75DB # 0 +0x0000CDB5 0x5077 # 0 +0x0000CDB6 0x6295 # 0 +0x0000CDB7 0x5934 # 0 +0x0000CDB8 0x900F # 0 +0x0000CDB9 0x51F8 # 0 +0x0000CDBA 0x79C3 # 0 +0x0000CDBB 0x7A81 # 0 +0x0000CDBC 0x56FE # 0 +0x0000CDBD 0x5F92 # 0 +0x0000CDBE 0x9014 # 0 +0x0000CDBF 0x6D82 # 0 +0x0000CDC0 0x5C60 # 0 +0x0000CDC1 0x571F # 0 +0x0000CDC2 0x5410 # 0 +0x0000CDC3 0x5154 # 0 +0x0000CDC4 0x6E4D # 0 +0x0000CDC5 0x56E2 # 0 +0x0000CDC6 0x63A8 # 0 +0x0000CDC7 0x9893 # 0 +0x0000CDC8 0x817F # 0 +0x0000CDC9 0x8715 # 0 +0x0000CDCA 0x892A # 0 +0x0000CDCB 0x9000 # 0 +0x0000CDCC 0x541E # 0 +0x0000CDCD 0x5C6F # 0 +0x0000CDCE 0x81C0 # 0 +0x0000CDCF 0x62D6 # 0 +0x0000CDD0 0x6258 # 0 +0x0000CDD1 0x8131 # 0 +0x0000CDD2 0x9E35 # 0 +0x0000CDD3 0x9640 # 0 +0x0000CDD4 0x9A6E # 0 +0x0000CDD5 0x9A7C # 0 +0x0000CDD6 0x692D # 0 +0x0000CDD7 0x59A5 # 0 +0x0000CDD8 0x62D3 # 0 +0x0000CDD9 0x553E # 0 +0x0000CDDA 0x6316 # 0 +0x0000CDDB 0x54C7 # 0 +0x0000CDDC 0x86D9 # 0 +0x0000CDDD 0x6D3C # 0 +0x0000CDDE 0x5A03 # 0 +0x0000CDDF 0x74E6 # 0 +0x0000CDE0 0x889C # 0 +0x0000CDE1 0x6B6A # 0 +0x0000CDE2 0x5916 # 0 +0x0000CDE3 0x8C4C # 0 +0x0000CDE4 0x5F2F # 0 +0x0000CDE5 0x6E7E # 0 +0x0000CDE6 0x73A9 # 0 +0x0000CDE7 0x987D # 0 +0x0000CDE8 0x4E38 # 0 +0x0000CDE9 0x70F7 # 0 +0x0000CDEA 0x5B8C # 0 +0x0000CDEB 0x7897 # 0 +0x0000CDEC 0x633D # 0 +0x0000CDED 0x665A # 0 +0x0000CDEE 0x7696 # 0 +0x0000CDEF 0x60CB # 0 +0x0000CDF0 0x5B9B # 0 +0x0000CDF1 0x5A49 # 0 +0x0000CDF2 0x4E07 # 0 +0x0000CDF3 0x8155 # 0 +0x0000CDF4 0x6C6A # 0 +0x0000CDF5 0x738B # 0 +0x0000CDF6 0x4EA1 # 0 +0x0000CDF7 0x6789 # 0 +0x0000CDF8 0x7F51 # 0 +0x0000CDF9 0x5F80 # 0 +0x0000CDFA 0x65FA # 0 +0x0000CDFB 0x671B # 0 +0x0000CDFC 0x5FD8 # 0 +0x0000CDFD 0x5984 # 0 +0x0000CDFE 0x5A01 # 0 +0x0000CEA1 0x5DCD # 0 +0x0000CEA2 0x5FAE # 0 +0x0000CEA3 0x5371 # 0 +0x0000CEA4 0x97E6 # 0 +0x0000CEA5 0x8FDD # 0 +0x0000CEA6 0x6845 # 0 +0x0000CEA7 0x56F4 # 0 +0x0000CEA8 0x552F # 0 +0x0000CEA9 0x60DF # 0 +0x0000CEAA 0x4E3A # 0 +0x0000CEAB 0x6F4D # 0 +0x0000CEAC 0x7EF4 # 0 +0x0000CEAD 0x82C7 # 0 +0x0000CEAE 0x840E # 0 +0x0000CEAF 0x59D4 # 0 +0x0000CEB0 0x4F1F # 0 +0x0000CEB1 0x4F2A # 0 +0x0000CEB2 0x5C3E # 0 +0x0000CEB3 0x7EAC # 0 +0x0000CEB4 0x672A # 0 +0x0000CEB5 0x851A # 0 +0x0000CEB6 0x5473 # 0 +0x0000CEB7 0x754F # 0 +0x0000CEB8 0x80C3 # 0 +0x0000CEB9 0x5582 # 0 +0x0000CEBA 0x9B4F # 0 +0x0000CEBB 0x4F4D # 0 +0x0000CEBC 0x6E2D # 0 +0x0000CEBD 0x8C13 # 0 +0x0000CEBE 0x5C09 # 0 +0x0000CEBF 0x6170 # 0 +0x0000CEC0 0x536B # 0 +0x0000CEC1 0x761F # 0 +0x0000CEC2 0x6E29 # 0 +0x0000CEC3 0x868A # 0 +0x0000CEC4 0x6587 # 0 +0x0000CEC5 0x95FB # 0 +0x0000CEC6 0x7EB9 # 0 +0x0000CEC7 0x543B # 0 +0x0000CEC8 0x7A33 # 0 +0x0000CEC9 0x7D0A # 0 +0x0000CECA 0x95EE # 0 +0x0000CECB 0x55E1 # 0 +0x0000CECC 0x7FC1 # 0 +0x0000CECD 0x74EE # 0 +0x0000CECE 0x631D # 0 +0x0000CECF 0x8717 # 0 +0x0000CED0 0x6DA1 # 0 +0x0000CED1 0x7A9D # 0 +0x0000CED2 0x6211 # 0 +0x0000CED3 0x65A1 # 0 +0x0000CED4 0x5367 # 0 +0x0000CED5 0x63E1 # 0 +0x0000CED6 0x6C83 # 0 +0x0000CED7 0x5DEB # 0 +0x0000CED8 0x545C # 0 +0x0000CED9 0x94A8 # 0 +0x0000CEDA 0x4E4C # 0 +0x0000CEDB 0x6C61 # 0 +0x0000CEDC 0x8BEC # 0 +0x0000CEDD 0x5C4B # 0 +0x0000CEDE 0x65E0 # 0 +0x0000CEDF 0x829C # 0 +0x0000CEE0 0x68A7 # 0 +0x0000CEE1 0x543E # 0 +0x0000CEE2 0x5434 # 0 +0x0000CEE3 0x6BCB # 0 +0x0000CEE4 0x6B66 # 0 +0x0000CEE5 0x4E94 # 0 +0x0000CEE6 0x6342 # 0 +0x0000CEE7 0x5348 # 0 +0x0000CEE8 0x821E # 0 +0x0000CEE9 0x4F0D # 0 +0x0000CEEA 0x4FAE # 0 +0x0000CEEB 0x575E # 0 +0x0000CEEC 0x620A # 0 +0x0000CEED 0x96FE # 0 +0x0000CEEE 0x6664 # 0 +0x0000CEEF 0x7269 # 0 +0x0000CEF0 0x52FF # 0 +0x0000CEF1 0x52A1 # 0 +0x0000CEF2 0x609F # 0 +0x0000CEF3 0x8BEF # 0 +0x0000CEF4 0x6614 # 0 +0x0000CEF5 0x7199 # 0 +0x0000CEF6 0x6790 # 0 +0x0000CEF7 0x897F # 0 +0x0000CEF8 0x7852 # 0 +0x0000CEF9 0x77FD # 0 +0x0000CEFA 0x6670 # 0 +0x0000CEFB 0x563B # 0 +0x0000CEFC 0x5438 # 0 +0x0000CEFD 0x9521 # 0 +0x0000CEFE 0x727A # 0 +0x0000CFA1 0x7A00 # 0 +0x0000CFA2 0x606F # 0 +0x0000CFA3 0x5E0C # 0 +0x0000CFA4 0x6089 # 0 +0x0000CFA5 0x819D # 0 +0x0000CFA6 0x5915 # 0 +0x0000CFA7 0x60DC # 0 +0x0000CFA8 0x7184 # 0 +0x0000CFA9 0x70EF # 0 +0x0000CFAA 0x6EAA # 0 +0x0000CFAB 0x6C50 # 0 +0x0000CFAC 0x7280 # 0 +0x0000CFAD 0x6A84 # 0 +0x0000CFAE 0x88AD # 0 +0x0000CFAF 0x5E2D # 0 +0x0000CFB0 0x4E60 # 0 +0x0000CFB1 0x5AB3 # 0 +0x0000CFB2 0x559C # 0 +0x0000CFB3 0x94E3 # 0 +0x0000CFB4 0x6D17 # 0 +0x0000CFB5 0x7CFB # 0 +0x0000CFB6 0x9699 # 0 +0x0000CFB7 0x620F # 0 +0x0000CFB8 0x7EC6 # 0 +0x0000CFB9 0x778E # 0 +0x0000CFBA 0x867E # 0 +0x0000CFBB 0x5323 # 0 +0x0000CFBC 0x971E # 0 +0x0000CFBD 0x8F96 # 0 +0x0000CFBE 0x6687 # 0 +0x0000CFBF 0x5CE1 # 0 +0x0000CFC0 0x4FA0 # 0 +0x0000CFC1 0x72ED # 0 +0x0000CFC2 0x4E0B # 0 +0x0000CFC3 0x53A6 # 0 +0x0000CFC4 0x590F # 0 +0x0000CFC5 0x5413 # 0 +0x0000CFC6 0x6380 # 0 +0x0000CFC7 0x9528 # 0 +0x0000CFC8 0x5148 # 0 +0x0000CFC9 0x4ED9 # 0 +0x0000CFCA 0x9C9C # 0 +0x0000CFCB 0x7EA4 # 0 +0x0000CFCC 0x54B8 # 0 +0x0000CFCD 0x8D24 # 0 +0x0000CFCE 0x8854 # 0 +0x0000CFCF 0x8237 # 0 +0x0000CFD0 0x95F2 # 0 +0x0000CFD1 0x6D8E # 0 +0x0000CFD2 0x5F26 # 0 +0x0000CFD3 0x5ACC # 0 +0x0000CFD4 0x663E # 0 +0x0000CFD5 0x9669 # 0 +0x0000CFD6 0x73B0 # 0 +0x0000CFD7 0x732E # 0 +0x0000CFD8 0x53BF # 0 +0x0000CFD9 0x817A # 0 +0x0000CFDA 0x9985 # 0 +0x0000CFDB 0x7FA1 # 0 +0x0000CFDC 0x5BAA # 0 +0x0000CFDD 0x9677 # 0 +0x0000CFDE 0x9650 # 0 +0x0000CFDF 0x7EBF # 0 +0x0000CFE0 0x76F8 # 0 +0x0000CFE1 0x53A2 # 0 +0x0000CFE2 0x9576 # 0 +0x0000CFE3 0x9999 # 0 +0x0000CFE4 0x7BB1 # 0 +0x0000CFE5 0x8944 # 0 +0x0000CFE6 0x6E58 # 0 +0x0000CFE7 0x4E61 # 0 +0x0000CFE8 0x7FD4 # 0 +0x0000CFE9 0x7965 # 0 +0x0000CFEA 0x8BE6 # 0 +0x0000CFEB 0x60F3 # 0 +0x0000CFEC 0x54CD # 0 +0x0000CFED 0x4EAB # 0 +0x0000CFEE 0x9879 # 0 +0x0000CFEF 0x5DF7 # 0 +0x0000CFF0 0x6A61 # 0 +0x0000CFF1 0x50CF # 0 +0x0000CFF2 0x5411 # 0 +0x0000CFF3 0x8C61 # 0 +0x0000CFF4 0x8427 # 0 +0x0000CFF5 0x785D # 0 +0x0000CFF6 0x9704 # 0 +0x0000CFF7 0x524A # 0 +0x0000CFF8 0x54EE # 0 +0x0000CFF9 0x56A3 # 0 +0x0000CFFA 0x9500 # 0 +0x0000CFFB 0x6D88 # 0 +0x0000CFFC 0x5BB5 # 0 +0x0000CFFD 0x6DC6 # 0 +0x0000CFFE 0x6653 # 0 +0x0000D0A1 0x5C0F # 0 +0x0000D0A2 0x5B5D # 0 +0x0000D0A3 0x6821 # 0 +0x0000D0A4 0x8096 # 0 +0x0000D0A5 0x5578 # 0 +0x0000D0A6 0x7B11 # 0 +0x0000D0A7 0x6548 # 0 +0x0000D0A8 0x6954 # 0 +0x0000D0A9 0x4E9B # 0 +0x0000D0AA 0x6B47 # 0 +0x0000D0AB 0x874E # 0 +0x0000D0AC 0x978B # 0 +0x0000D0AD 0x534F # 0 +0x0000D0AE 0x631F # 0 +0x0000D0AF 0x643A # 0 +0x0000D0B0 0x90AA # 0 +0x0000D0B1 0x659C # 0 +0x0000D0B2 0x80C1 # 0 +0x0000D0B3 0x8C10 # 0 +0x0000D0B4 0x5199 # 0 +0x0000D0B5 0x68B0 # 0 +0x0000D0B6 0x5378 # 0 +0x0000D0B7 0x87F9 # 0 +0x0000D0B8 0x61C8 # 0 +0x0000D0B9 0x6CC4 # 0 +0x0000D0BA 0x6CFB # 0 +0x0000D0BB 0x8C22 # 0 +0x0000D0BC 0x5C51 # 0 +0x0000D0BD 0x85AA # 0 +0x0000D0BE 0x82AF # 0 +0x0000D0BF 0x950C # 0 +0x0000D0C0 0x6B23 # 0 +0x0000D0C1 0x8F9B # 0 +0x0000D0C2 0x65B0 # 0 +0x0000D0C3 0x5FFB # 0 +0x0000D0C4 0x5FC3 # 0 +0x0000D0C5 0x4FE1 # 0 +0x0000D0C6 0x8845 # 0 +0x0000D0C7 0x661F # 0 +0x0000D0C8 0x8165 # 0 +0x0000D0C9 0x7329 # 0 +0x0000D0CA 0x60FA # 0 +0x0000D0CB 0x5174 # 0 +0x0000D0CC 0x5211 # 0 +0x0000D0CD 0x578B # 0 +0x0000D0CE 0x5F62 # 0 +0x0000D0CF 0x90A2 # 0 +0x0000D0D0 0x884C # 0 +0x0000D0D1 0x9192 # 0 +0x0000D0D2 0x5E78 # 0 +0x0000D0D3 0x674F # 0 +0x0000D0D4 0x6027 # 0 +0x0000D0D5 0x59D3 # 0 +0x0000D0D6 0x5144 # 0 +0x0000D0D7 0x51F6 # 0 +0x0000D0D8 0x80F8 # 0 +0x0000D0D9 0x5308 # 0 +0x0000D0DA 0x6C79 # 0 +0x0000D0DB 0x96C4 # 0 +0x0000D0DC 0x718A # 0 +0x0000D0DD 0x4F11 # 0 +0x0000D0DE 0x4FEE # 0 +0x0000D0DF 0x7F9E # 0 +0x0000D0E0 0x673D # 0 +0x0000D0E1 0x55C5 # 0 +0x0000D0E2 0x9508 # 0 +0x0000D0E3 0x79C0 # 0 +0x0000D0E4 0x8896 # 0 +0x0000D0E5 0x7EE3 # 0 +0x0000D0E6 0x589F # 0 +0x0000D0E7 0x620C # 0 +0x0000D0E8 0x9700 # 0 +0x0000D0E9 0x865A # 0 +0x0000D0EA 0x5618 # 0 +0x0000D0EB 0x987B # 0 +0x0000D0EC 0x5F90 # 0 +0x0000D0ED 0x8BB8 # 0 +0x0000D0EE 0x84C4 # 0 +0x0000D0EF 0x9157 # 0 +0x0000D0F0 0x53D9 # 0 +0x0000D0F1 0x65ED # 0 +0x0000D0F2 0x5E8F # 0 +0x0000D0F3 0x755C # 0 +0x0000D0F4 0x6064 # 0 +0x0000D0F5 0x7D6E # 0 +0x0000D0F6 0x5A7F # 0 +0x0000D0F7 0x7EEA # 0 +0x0000D0F8 0x7EED # 0 +0x0000D0F9 0x8F69 # 0 +0x0000D0FA 0x55A7 # 0 +0x0000D0FB 0x5BA3 # 0 +0x0000D0FC 0x60AC # 0 +0x0000D0FD 0x65CB # 0 +0x0000D0FE 0x7384 # 0 +0x0000D1A1 0x9009 # 0 +0x0000D1A2 0x7663 # 0 +0x0000D1A3 0x7729 # 0 +0x0000D1A4 0x7EDA # 0 +0x0000D1A5 0x9774 # 0 +0x0000D1A6 0x859B # 0 +0x0000D1A7 0x5B66 # 0 +0x0000D1A8 0x7A74 # 0 +0x0000D1A9 0x96EA # 0 +0x0000D1AA 0x8840 # 0 +0x0000D1AB 0x52CB # 0 +0x0000D1AC 0x718F # 0 +0x0000D1AD 0x5FAA # 0 +0x0000D1AE 0x65EC # 0 +0x0000D1AF 0x8BE2 # 0 +0x0000D1B0 0x5BFB # 0 +0x0000D1B1 0x9A6F # 0 +0x0000D1B2 0x5DE1 # 0 +0x0000D1B3 0x6B89 # 0 +0x0000D1B4 0x6C5B # 0 +0x0000D1B5 0x8BAD # 0 +0x0000D1B6 0x8BAF # 0 +0x0000D1B7 0x900A # 0 +0x0000D1B8 0x8FC5 # 0 +0x0000D1B9 0x538B # 0 +0x0000D1BA 0x62BC # 0 +0x0000D1BB 0x9E26 # 0 +0x0000D1BC 0x9E2D # 0 +0x0000D1BD 0x5440 # 0 +0x0000D1BE 0x4E2B # 0 +0x0000D1BF 0x82BD # 0 +0x0000D1C0 0x7259 # 0 +0x0000D1C1 0x869C # 0 +0x0000D1C2 0x5D16 # 0 +0x0000D1C3 0x8859 # 0 +0x0000D1C4 0x6DAF # 0 +0x0000D1C5 0x96C5 # 0 +0x0000D1C6 0x54D1 # 0 +0x0000D1C7 0x4E9A # 0 +0x0000D1C8 0x8BB6 # 0 +0x0000D1C9 0x7109 # 0 +0x0000D1CA 0x54BD # 0 +0x0000D1CB 0x9609 # 0 +0x0000D1CC 0x70DF # 0 +0x0000D1CD 0x6DF9 # 0 +0x0000D1CE 0x76D0 # 0 +0x0000D1CF 0x4E25 # 0 +0x0000D1D0 0x7814 # 0 +0x0000D1D1 0x8712 # 0 +0x0000D1D2 0x5CA9 # 0 +0x0000D1D3 0x5EF6 # 0 +0x0000D1D4 0x8A00 # 0 +0x0000D1D5 0x989C # 0 +0x0000D1D6 0x960E # 0 +0x0000D1D7 0x708E # 0 +0x0000D1D8 0x6CBF # 0 +0x0000D1D9 0x5944 # 0 +0x0000D1DA 0x63A9 # 0 +0x0000D1DB 0x773C # 0 +0x0000D1DC 0x884D # 0 +0x0000D1DD 0x6F14 # 0 +0x0000D1DE 0x8273 # 0 +0x0000D1DF 0x5830 # 0 +0x0000D1E0 0x71D5 # 0 +0x0000D1E1 0x538C # 0 +0x0000D1E2 0x781A # 0 +0x0000D1E3 0x96C1 # 0 +0x0000D1E4 0x5501 # 0 +0x0000D1E5 0x5F66 # 0 +0x0000D1E6 0x7130 # 0 +0x0000D1E7 0x5BB4 # 0 +0x0000D1E8 0x8C1A # 0 +0x0000D1E9 0x9A8C # 0 +0x0000D1EA 0x6B83 # 0 +0x0000D1EB 0x592E # 0 +0x0000D1EC 0x9E2F # 0 +0x0000D1ED 0x79E7 # 0 +0x0000D1EE 0x6768 # 0 +0x0000D1EF 0x626C # 0 +0x0000D1F0 0x4F6F # 0 +0x0000D1F1 0x75A1 # 0 +0x0000D1F2 0x7F8A # 0 +0x0000D1F3 0x6D0B # 0 +0x0000D1F4 0x9633 # 0 +0x0000D1F5 0x6C27 # 0 +0x0000D1F6 0x4EF0 # 0 +0x0000D1F7 0x75D2 # 0 +0x0000D1F8 0x517B # 0 +0x0000D1F9 0x6837 # 0 +0x0000D1FA 0x6F3E # 0 +0x0000D1FB 0x9080 # 0 +0x0000D1FC 0x8170 # 0 +0x0000D1FD 0x5996 # 0 +0x0000D1FE 0x7476 # 0 +0x0000D2A1 0x6447 # 0 +0x0000D2A2 0x5C27 # 0 +0x0000D2A3 0x9065 # 0 +0x0000D2A4 0x7A91 # 0 +0x0000D2A5 0x8C23 # 0 +0x0000D2A6 0x59DA # 0 +0x0000D2A7 0x54AC # 0 +0x0000D2A8 0x8200 # 0 +0x0000D2A9 0x836F # 0 +0x0000D2AA 0x8981 # 0 +0x0000D2AB 0x8000 # 0 +0x0000D2AC 0x6930 # 0 +0x0000D2AD 0x564E # 0 +0x0000D2AE 0x8036 # 0 +0x0000D2AF 0x7237 # 0 +0x0000D2B0 0x91CE # 0 +0x0000D2B1 0x51B6 # 0 +0x0000D2B2 0x4E5F # 0 +0x0000D2B3 0x9875 # 0 +0x0000D2B4 0x6396 # 0 +0x0000D2B5 0x4E1A # 0 +0x0000D2B6 0x53F6 # 0 +0x0000D2B7 0x66F3 # 0 +0x0000D2B8 0x814B # 0 +0x0000D2B9 0x591C # 0 +0x0000D2BA 0x6DB2 # 0 +0x0000D2BB 0x4E00 # 0 +0x0000D2BC 0x58F9 # 0 +0x0000D2BD 0x533B # 0 +0x0000D2BE 0x63D6 # 0 +0x0000D2BF 0x94F1 # 0 +0x0000D2C0 0x4F9D # 0 +0x0000D2C1 0x4F0A # 0 +0x0000D2C2 0x8863 # 0 +0x0000D2C3 0x9890 # 0 +0x0000D2C4 0x5937 # 0 +0x0000D2C5 0x9057 # 0 +0x0000D2C6 0x79FB # 0 +0x0000D2C7 0x4EEA # 0 +0x0000D2C8 0x80F0 # 0 +0x0000D2C9 0x7591 # 0 +0x0000D2CA 0x6C82 # 0 +0x0000D2CB 0x5B9C # 0 +0x0000D2CC 0x59E8 # 0 +0x0000D2CD 0x5F5D # 0 +0x0000D2CE 0x6905 # 0 +0x0000D2CF 0x8681 # 0 +0x0000D2D0 0x501A # 0 +0x0000D2D1 0x5DF2 # 0 +0x0000D2D2 0x4E59 # 0 +0x0000D2D3 0x77E3 # 0 +0x0000D2D4 0x4EE5 # 0 +0x0000D2D5 0x827A # 0 +0x0000D2D6 0x6291 # 0 +0x0000D2D7 0x6613 # 0 +0x0000D2D8 0x9091 # 0 +0x0000D2D9 0x5C79 # 0 +0x0000D2DA 0x4EBF # 0 +0x0000D2DB 0x5F79 # 0 +0x0000D2DC 0x81C6 # 0 +0x0000D2DD 0x9038 # 0 +0x0000D2DE 0x8084 # 0 +0x0000D2DF 0x75AB # 0 +0x0000D2E0 0x4EA6 # 0 +0x0000D2E1 0x88D4 # 0 +0x0000D2E2 0x610F # 0 +0x0000D2E3 0x6BC5 # 0 +0x0000D2E4 0x5FC6 # 0 +0x0000D2E5 0x4E49 # 0 +0x0000D2E6 0x76CA # 0 +0x0000D2E7 0x6EA2 # 0 +0x0000D2E8 0x8BE3 # 0 +0x0000D2E9 0x8BAE # 0 +0x0000D2EA 0x8C0A # 0 +0x0000D2EB 0x8BD1 # 0 +0x0000D2EC 0x5F02 # 0 +0x0000D2ED 0x7FFC # 0 +0x0000D2EE 0x7FCC # 0 +0x0000D2EF 0x7ECE # 0 +0x0000D2F0 0x8335 # 0 +0x0000D2F1 0x836B # 0 +0x0000D2F2 0x56E0 # 0 +0x0000D2F3 0x6BB7 # 0 +0x0000D2F4 0x97F3 # 0 +0x0000D2F5 0x9634 # 0 +0x0000D2F6 0x59FB # 0 +0x0000D2F7 0x541F # 0 +0x0000D2F8 0x94F6 # 0 +0x0000D2F9 0x6DEB # 0 +0x0000D2FA 0x5BC5 # 0 +0x0000D2FB 0x996E # 0 +0x0000D2FC 0x5C39 # 0 +0x0000D2FD 0x5F15 # 0 +0x0000D2FE 0x9690 # 0 +0x0000D3A1 0x5370 # 0 +0x0000D3A2 0x82F1 # 0 +0x0000D3A3 0x6A31 # 0 +0x0000D3A4 0x5A74 # 0 +0x0000D3A5 0x9E70 # 0 +0x0000D3A6 0x5E94 # 0 +0x0000D3A7 0x7F28 # 0 +0x0000D3A8 0x83B9 # 0 +0x0000D3A9 0x8424 # 0 +0x0000D3AA 0x8425 # 0 +0x0000D3AB 0x8367 # 0 +0x0000D3AC 0x8747 # 0 +0x0000D3AD 0x8FCE # 0 +0x0000D3AE 0x8D62 # 0 +0x0000D3AF 0x76C8 # 0 +0x0000D3B0 0x5F71 # 0 +0x0000D3B1 0x9896 # 0 +0x0000D3B2 0x786C # 0 +0x0000D3B3 0x6620 # 0 +0x0000D3B4 0x54DF # 0 +0x0000D3B5 0x62E5 # 0 +0x0000D3B6 0x4F63 # 0 +0x0000D3B7 0x81C3 # 0 +0x0000D3B8 0x75C8 # 0 +0x0000D3B9 0x5EB8 # 0 +0x0000D3BA 0x96CD # 0 +0x0000D3BB 0x8E0A # 0 +0x0000D3BC 0x86F9 # 0 +0x0000D3BD 0x548F # 0 +0x0000D3BE 0x6CF3 # 0 +0x0000D3BF 0x6D8C # 0 +0x0000D3C0 0x6C38 # 0 +0x0000D3C1 0x607F # 0 +0x0000D3C2 0x52C7 # 0 +0x0000D3C3 0x7528 # 0 +0x0000D3C4 0x5E7D # 0 +0x0000D3C5 0x4F18 # 0 +0x0000D3C6 0x60A0 # 0 +0x0000D3C7 0x5FE7 # 0 +0x0000D3C8 0x5C24 # 0 +0x0000D3C9 0x7531 # 0 +0x0000D3CA 0x90AE # 0 +0x0000D3CB 0x94C0 # 0 +0x0000D3CC 0x72B9 # 0 +0x0000D3CD 0x6CB9 # 0 +0x0000D3CE 0x6E38 # 0 +0x0000D3CF 0x9149 # 0 +0x0000D3D0 0x6709 # 0 +0x0000D3D1 0x53CB # 0 +0x0000D3D2 0x53F3 # 0 +0x0000D3D3 0x4F51 # 0 +0x0000D3D4 0x91C9 # 0 +0x0000D3D5 0x8BF1 # 0 +0x0000D3D6 0x53C8 # 0 +0x0000D3D7 0x5E7C # 0 +0x0000D3D8 0x8FC2 # 0 +0x0000D3D9 0x6DE4 # 0 +0x0000D3DA 0x4E8E # 0 +0x0000D3DB 0x76C2 # 0 +0x0000D3DC 0x6986 # 0 +0x0000D3DD 0x865E # 0 +0x0000D3DE 0x611A # 0 +0x0000D3DF 0x8206 # 0 +0x0000D3E0 0x4F59 # 0 +0x0000D3E1 0x4FDE # 0 +0x0000D3E2 0x903E # 0 +0x0000D3E3 0x9C7C # 0 +0x0000D3E4 0x6109 # 0 +0x0000D3E5 0x6E1D # 0 +0x0000D3E6 0x6E14 # 0 +0x0000D3E7 0x9685 # 0 +0x0000D3E8 0x4E88 # 0 +0x0000D3E9 0x5A31 # 0 +0x0000D3EA 0x96E8 # 0 +0x0000D3EB 0x4E0E # 0 +0x0000D3EC 0x5C7F # 0 +0x0000D3ED 0x79B9 # 0 +0x0000D3EE 0x5B87 # 0 +0x0000D3EF 0x8BED # 0 +0x0000D3F0 0x7FBD # 0 +0x0000D3F1 0x7389 # 0 +0x0000D3F2 0x57DF # 0 +0x0000D3F3 0x828B # 0 +0x0000D3F4 0x90C1 # 0 +0x0000D3F5 0x5401 # 0 +0x0000D3F6 0x9047 # 0 +0x0000D3F7 0x55BB # 0 +0x0000D3F8 0x5CEA # 0 +0x0000D3F9 0x5FA1 # 0 +0x0000D3FA 0x6108 # 0 +0x0000D3FB 0x6B32 # 0 +0x0000D3FC 0x72F1 # 0 +0x0000D3FD 0x80B2 # 0 +0x0000D3FE 0x8A89 # 0 +0x0000D4A1 0x6D74 # 0 +0x0000D4A2 0x5BD3 # 0 +0x0000D4A3 0x88D5 # 0 +0x0000D4A4 0x9884 # 0 +0x0000D4A5 0x8C6B # 0 +0x0000D4A6 0x9A6D # 0 +0x0000D4A7 0x9E33 # 0 +0x0000D4A8 0x6E0A # 0 +0x0000D4A9 0x51A4 # 0 +0x0000D4AA 0x5143 # 0 +0x0000D4AB 0x57A3 # 0 +0x0000D4AC 0x8881 # 0 +0x0000D4AD 0x539F # 0 +0x0000D4AE 0x63F4 # 0 +0x0000D4AF 0x8F95 # 0 +0x0000D4B0 0x56ED # 0 +0x0000D4B1 0x5458 # 0 +0x0000D4B2 0x5706 # 0 +0x0000D4B3 0x733F # 0 +0x0000D4B4 0x6E90 # 0 +0x0000D4B5 0x7F18 # 0 +0x0000D4B6 0x8FDC # 0 +0x0000D4B7 0x82D1 # 0 +0x0000D4B8 0x613F # 0 +0x0000D4B9 0x6028 # 0 +0x0000D4BA 0x9662 # 0 +0x0000D4BB 0x66F0 # 0 +0x0000D4BC 0x7EA6 # 0 +0x0000D4BD 0x8D8A # 0 +0x0000D4BE 0x8DC3 # 0 +0x0000D4BF 0x94A5 # 0 +0x0000D4C0 0x5CB3 # 0 +0x0000D4C1 0x7CA4 # 0 +0x0000D4C2 0x6708 # 0 +0x0000D4C3 0x60A6 # 0 +0x0000D4C4 0x9605 # 0 +0x0000D4C5 0x8018 # 0 +0x0000D4C6 0x4E91 # 0 +0x0000D4C7 0x90E7 # 0 +0x0000D4C8 0x5300 # 0 +0x0000D4C9 0x9668 # 0 +0x0000D4CA 0x5141 # 0 +0x0000D4CB 0x8FD0 # 0 +0x0000D4CC 0x8574 # 0 +0x0000D4CD 0x915D # 0 +0x0000D4CE 0x6655 # 0 +0x0000D4CF 0x97F5 # 0 +0x0000D4D0 0x5B55 # 0 +0x0000D4D1 0x531D # 0 +0x0000D4D2 0x7838 # 0 +0x0000D4D3 0x6742 # 0 +0x0000D4D4 0x683D # 0 +0x0000D4D5 0x54C9 # 0 +0x0000D4D6 0x707E # 0 +0x0000D4D7 0x5BB0 # 0 +0x0000D4D8 0x8F7D # 0 +0x0000D4D9 0x518D # 0 +0x0000D4DA 0x5728 # 0 +0x0000D4DB 0x54B1 # 0 +0x0000D4DC 0x6512 # 0 +0x0000D4DD 0x6682 # 0 +0x0000D4DE 0x8D5E # 0 +0x0000D4DF 0x8D43 # 0 +0x0000D4E0 0x810F # 0 +0x0000D4E1 0x846C # 0 +0x0000D4E2 0x906D # 0 +0x0000D4E3 0x7CDF # 0 +0x0000D4E4 0x51FF # 0 +0x0000D4E5 0x85FB # 0 +0x0000D4E6 0x67A3 # 0 +0x0000D4E7 0x65E9 # 0 +0x0000D4E8 0x6FA1 # 0 +0x0000D4E9 0x86A4 # 0 +0x0000D4EA 0x8E81 # 0 +0x0000D4EB 0x566A # 0 +0x0000D4EC 0x9020 # 0 +0x0000D4ED 0x7682 # 0 +0x0000D4EE 0x7076 # 0 +0x0000D4EF 0x71E5 # 0 +0x0000D4F0 0x8D23 # 0 +0x0000D4F1 0x62E9 # 0 +0x0000D4F2 0x5219 # 0 +0x0000D4F3 0x6CFD # 0 +0x0000D4F4 0x8D3C # 0 +0x0000D4F5 0x600E # 0 +0x0000D4F6 0x589E # 0 +0x0000D4F7 0x618E # 0 +0x0000D4F8 0x66FE # 0 +0x0000D4F9 0x8D60 # 0 +0x0000D4FA 0x624E # 0 +0x0000D4FB 0x55B3 # 0 +0x0000D4FC 0x6E23 # 0 +0x0000D4FD 0x672D # 0 +0x0000D4FE 0x8F67 # 0 +0x0000D5A1 0x94E1 # 0 +0x0000D5A2 0x95F8 # 0 +0x0000D5A3 0x7728 # 0 +0x0000D5A4 0x6805 # 0 +0x0000D5A5 0x69A8 # 0 +0x0000D5A6 0x548B # 0 +0x0000D5A7 0x4E4D # 0 +0x0000D5A8 0x70B8 # 0 +0x0000D5A9 0x8BC8 # 0 +0x0000D5AA 0x6458 # 0 +0x0000D5AB 0x658B # 0 +0x0000D5AC 0x5B85 # 0 +0x0000D5AD 0x7A84 # 0 +0x0000D5AE 0x503A # 0 +0x0000D5AF 0x5BE8 # 0 +0x0000D5B0 0x77BB # 0 +0x0000D5B1 0x6BE1 # 0 +0x0000D5B2 0x8A79 # 0 +0x0000D5B3 0x7C98 # 0 +0x0000D5B4 0x6CBE # 0 +0x0000D5B5 0x76CF # 0 +0x0000D5B6 0x65A9 # 0 +0x0000D5B7 0x8F97 # 0 +0x0000D5B8 0x5D2D # 0 +0x0000D5B9 0x5C55 # 0 +0x0000D5BA 0x8638 # 0 +0x0000D5BB 0x6808 # 0 +0x0000D5BC 0x5360 # 0 +0x0000D5BD 0x6218 # 0 +0x0000D5BE 0x7AD9 # 0 +0x0000D5BF 0x6E5B # 0 +0x0000D5C0 0x7EFD # 0 +0x0000D5C1 0x6A1F # 0 +0x0000D5C2 0x7AE0 # 0 +0x0000D5C3 0x5F70 # 0 +0x0000D5C4 0x6F33 # 0 +0x0000D5C5 0x5F20 # 0 +0x0000D5C6 0x638C # 0 +0x0000D5C7 0x6DA8 # 0 +0x0000D5C8 0x6756 # 0 +0x0000D5C9 0x4E08 # 0 +0x0000D5CA 0x5E10 # 0 +0x0000D5CB 0x8D26 # 0 +0x0000D5CC 0x4ED7 # 0 +0x0000D5CD 0x80C0 # 0 +0x0000D5CE 0x7634 # 0 +0x0000D5CF 0x969C # 0 +0x0000D5D0 0x62DB # 0 +0x0000D5D1 0x662D # 0 +0x0000D5D2 0x627E # 0 +0x0000D5D3 0x6CBC # 0 +0x0000D5D4 0x8D75 # 0 +0x0000D5D5 0x7167 # 0 +0x0000D5D6 0x7F69 # 0 +0x0000D5D7 0x5146 # 0 +0x0000D5D8 0x8087 # 0 +0x0000D5D9 0x53EC # 0 +0x0000D5DA 0x906E # 0 +0x0000D5DB 0x6298 # 0 +0x0000D5DC 0x54F2 # 0 +0x0000D5DD 0x86F0 # 0 +0x0000D5DE 0x8F99 # 0 +0x0000D5DF 0x8005 # 0 +0x0000D5E0 0x9517 # 0 +0x0000D5E1 0x8517 # 0 +0x0000D5E2 0x8FD9 # 0 +0x0000D5E3 0x6D59 # 0 +0x0000D5E4 0x73CD # 0 +0x0000D5E5 0x659F # 0 +0x0000D5E6 0x771F # 0 +0x0000D5E7 0x7504 # 0 +0x0000D5E8 0x7827 # 0 +0x0000D5E9 0x81FB # 0 +0x0000D5EA 0x8D1E # 0 +0x0000D5EB 0x9488 # 0 +0x0000D5EC 0x4FA6 # 0 +0x0000D5ED 0x6795 # 0 +0x0000D5EE 0x75B9 # 0 +0x0000D5EF 0x8BCA # 0 +0x0000D5F0 0x9707 # 0 +0x0000D5F1 0x632F # 0 +0x0000D5F2 0x9547 # 0 +0x0000D5F3 0x9635 # 0 +0x0000D5F4 0x84B8 # 0 +0x0000D5F5 0x6323 # 0 +0x0000D5F6 0x7741 # 0 +0x0000D5F7 0x5F81 # 0 +0x0000D5F8 0x72F0 # 0 +0x0000D5F9 0x4E89 # 0 +0x0000D5FA 0x6014 # 0 +0x0000D5FB 0x6574 # 0 +0x0000D5FC 0x62EF # 0 +0x0000D5FD 0x6B63 # 0 +0x0000D5FE 0x653F # 0 +0x0000D6A1 0x5E27 # 0 +0x0000D6A2 0x75C7 # 0 +0x0000D6A3 0x90D1 # 0 +0x0000D6A4 0x8BC1 # 0 +0x0000D6A5 0x829D # 0 +0x0000D6A6 0x679D # 0 +0x0000D6A7 0x652F # 0 +0x0000D6A8 0x5431 # 0 +0x0000D6A9 0x8718 # 0 +0x0000D6AA 0x77E5 # 0 +0x0000D6AB 0x80A2 # 0 +0x0000D6AC 0x8102 # 0 +0x0000D6AD 0x6C41 # 0 +0x0000D6AE 0x4E4B # 0 +0x0000D6AF 0x7EC7 # 0 +0x0000D6B0 0x804C # 0 +0x0000D6B1 0x76F4 # 0 +0x0000D6B2 0x690D # 0 +0x0000D6B3 0x6B96 # 0 +0x0000D6B4 0x6267 # 0 +0x0000D6B5 0x503C # 0 +0x0000D6B6 0x4F84 # 0 +0x0000D6B7 0x5740 # 0 +0x0000D6B8 0x6307 # 0 +0x0000D6B9 0x6B62 # 0 +0x0000D6BA 0x8DBE # 0 +0x0000D6BB 0x53EA # 0 +0x0000D6BC 0x65E8 # 0 +0x0000D6BD 0x7EB8 # 0 +0x0000D6BE 0x5FD7 # 0 +0x0000D6BF 0x631A # 0 +0x0000D6C0 0x63B7 # 0 +0x0000D6C1 0x81F3 # 0 +0x0000D6C2 0x81F4 # 0 +0x0000D6C3 0x7F6E # 0 +0x0000D6C4 0x5E1C # 0 +0x0000D6C5 0x5CD9 # 0 +0x0000D6C6 0x5236 # 0 +0x0000D6C7 0x667A # 0 +0x0000D6C8 0x79E9 # 0 +0x0000D6C9 0x7A1A # 0 +0x0000D6CA 0x8D28 # 0 +0x0000D6CB 0x7099 # 0 +0x0000D6CC 0x75D4 # 0 +0x0000D6CD 0x6EDE # 0 +0x0000D6CE 0x6CBB # 0 +0x0000D6CF 0x7A92 # 0 +0x0000D6D0 0x4E2D # 0 +0x0000D6D1 0x76C5 # 0 +0x0000D6D2 0x5FE0 # 0 +0x0000D6D3 0x949F # 0 +0x0000D6D4 0x8877 # 0 +0x0000D6D5 0x7EC8 # 0 +0x0000D6D6 0x79CD # 0 +0x0000D6D7 0x80BF # 0 +0x0000D6D8 0x91CD # 0 +0x0000D6D9 0x4EF2 # 0 +0x0000D6DA 0x4F17 # 0 +0x0000D6DB 0x821F # 0 +0x0000D6DC 0x5468 # 0 +0x0000D6DD 0x5DDE # 0 +0x0000D6DE 0x6D32 # 0 +0x0000D6DF 0x8BCC # 0 +0x0000D6E0 0x7CA5 # 0 +0x0000D6E1 0x8F74 # 0 +0x0000D6E2 0x8098 # 0 +0x0000D6E3 0x5E1A # 0 +0x0000D6E4 0x5492 # 0 +0x0000D6E5 0x76B1 # 0 +0x0000D6E6 0x5B99 # 0 +0x0000D6E7 0x663C # 0 +0x0000D6E8 0x9AA4 # 0 +0x0000D6E9 0x73E0 # 0 +0x0000D6EA 0x682A # 0 +0x0000D6EB 0x86DB # 0 +0x0000D6EC 0x6731 # 0 +0x0000D6ED 0x732A # 0 +0x0000D6EE 0x8BF8 # 0 +0x0000D6EF 0x8BDB # 0 +0x0000D6F0 0x9010 # 0 +0x0000D6F1 0x7AF9 # 0 +0x0000D6F2 0x70DB # 0 +0x0000D6F3 0x716E # 0 +0x0000D6F4 0x62C4 # 0 +0x0000D6F5 0x77A9 # 0 +0x0000D6F6 0x5631 # 0 +0x0000D6F7 0x4E3B # 0 +0x0000D6F8 0x8457 # 0 +0x0000D6F9 0x67F1 # 0 +0x0000D6FA 0x52A9 # 0 +0x0000D6FB 0x86C0 # 0 +0x0000D6FC 0x8D2E # 0 +0x0000D6FD 0x94F8 # 0 +0x0000D6FE 0x7B51 # 0 +0x0000D7A1 0x4F4F # 0 +0x0000D7A2 0x6CE8 # 0 +0x0000D7A3 0x795D # 0 +0x0000D7A4 0x9A7B # 0 +0x0000D7A5 0x6293 # 0 +0x0000D7A6 0x722A # 0 +0x0000D7A7 0x62FD # 0 +0x0000D7A8 0x4E13 # 0 +0x0000D7A9 0x7816 # 0 +0x0000D7AA 0x8F6C # 0 +0x0000D7AB 0x64B0 # 0 +0x0000D7AC 0x8D5A # 0 +0x0000D7AD 0x7BC6 # 0 +0x0000D7AE 0x6869 # 0 +0x0000D7AF 0x5E84 # 0 +0x0000D7B0 0x88C5 # 0 +0x0000D7B1 0x5986 # 0 +0x0000D7B2 0x649E # 0 +0x0000D7B3 0x58EE # 0 +0x0000D7B4 0x72B6 # 0 +0x0000D7B5 0x690E # 0 +0x0000D7B6 0x9525 # 0 +0x0000D7B7 0x8FFD # 0 +0x0000D7B8 0x8D58 # 0 +0x0000D7B9 0x5760 # 0 +0x0000D7BA 0x7F00 # 0 +0x0000D7BB 0x8C06 # 0 +0x0000D7BC 0x51C6 # 0 +0x0000D7BD 0x6349 # 0 +0x0000D7BE 0x62D9 # 0 +0x0000D7BF 0x5353 # 0 +0x0000D7C0 0x684C # 0 +0x0000D7C1 0x7422 # 0 +0x0000D7C2 0x8301 # 0 +0x0000D7C3 0x914C # 0 +0x0000D7C4 0x5544 # 0 +0x0000D7C5 0x7740 # 0 +0x0000D7C6 0x707C # 0 +0x0000D7C7 0x6D4A # 0 +0x0000D7C8 0x5179 # 0 +0x0000D7C9 0x54A8 # 0 +0x0000D7CA 0x8D44 # 0 +0x0000D7CB 0x59FF # 0 +0x0000D7CC 0x6ECB # 0 +0x0000D7CD 0x6DC4 # 0 +0x0000D7CE 0x5B5C # 0 +0x0000D7CF 0x7D2B # 0 +0x0000D7D0 0x4ED4 # 0 +0x0000D7D1 0x7C7D # 0 +0x0000D7D2 0x6ED3 # 0 +0x0000D7D3 0x5B50 # 0 +0x0000D7D4 0x81EA # 0 +0x0000D7D5 0x6E0D # 0 +0x0000D7D6 0x5B57 # 0 +0x0000D7D7 0x9B03 # 0 +0x0000D7D8 0x68D5 # 0 +0x0000D7D9 0x8E2A # 0 +0x0000D7DA 0x5B97 # 0 +0x0000D7DB 0x7EFC # 0 +0x0000D7DC 0x603B # 0 +0x0000D7DD 0x7EB5 # 0 +0x0000D7DE 0x90B9 # 0 +0x0000D7DF 0x8D70 # 0 +0x0000D7E0 0x594F # 0 +0x0000D7E1 0x63CD # 0 +0x0000D7E2 0x79DF # 0 +0x0000D7E3 0x8DB3 # 0 +0x0000D7E4 0x5352 # 0 +0x0000D7E5 0x65CF # 0 +0x0000D7E6 0x7956 # 0 +0x0000D7E7 0x8BC5 # 0 +0x0000D7E8 0x963B # 0 +0x0000D7E9 0x7EC4 # 0 +0x0000D7EA 0x94BB # 0 +0x0000D7EB 0x7E82 # 0 +0x0000D7EC 0x5634 # 0 +0x0000D7ED 0x9189 # 0 +0x0000D7EE 0x6700 # 0 +0x0000D7EF 0x7F6A # 0 +0x0000D7F0 0x5C0A # 0 +0x0000D7F1 0x9075 # 0 +0x0000D7F2 0x6628 # 0 +0x0000D7F3 0x5DE6 # 0 +0x0000D7F4 0x4F50 # 0 +0x0000D7F5 0x67DE # 0 +0x0000D7F6 0x505A # 0 +0x0000D7F7 0x4F5C # 0 +0x0000D7F8 0x5750 # 0 +0x0000D7F9 0x5EA7 # 0 +0x0000D8A1 0x4E8D # 0 +0x0000D8A2 0x4E0C # 0 +0x0000D8A3 0x5140 # 0 +0x0000D8A4 0x4E10 # 0 +0x0000D8A5 0x5EFF # 0 +0x0000D8A6 0x5345 # 0 +0x0000D8A7 0x4E15 # 0 +0x0000D8A8 0x4E98 # 0 +0x0000D8A9 0x4E1E # 0 +0x0000D8AA 0x9B32 # 0 +0x0000D8AB 0x5B6C # 0 +0x0000D8AC 0x5669 # 0 +0x0000D8AD 0x4E28 # 0 +0x0000D8AE 0x79BA # 0 +0x0000D8AF 0x4E3F # 0 +0x0000D8B0 0x5315 # 0 +0x0000D8B1 0x4E47 # 0 +0x0000D8B2 0x592D # 0 +0x0000D8B3 0x723B # 0 +0x0000D8B4 0x536E # 0 +0x0000D8B5 0x6C10 # 0 +0x0000D8B6 0x56DF # 0 +0x0000D8B7 0x80E4 # 0 +0x0000D8B8 0x9997 # 0 +0x0000D8B9 0x6BD3 # 0 +0x0000D8BA 0x777E # 0 +0x0000D8BB 0x9F17 # 0 +0x0000D8BC 0x4E36 # 0 +0x0000D8BD 0x4E9F # 0 +0x0000D8BE 0x9F10 # 0 +0x0000D8BF 0x4E5C # 0 +0x0000D8C0 0x4E69 # 0 +0x0000D8C1 0x4E93 # 0 +0x0000D8C2 0x8288 # 0 +0x0000D8C3 0x5B5B # 0 +0x0000D8C4 0x556C # 0 +0x0000D8C5 0x560F # 0 +0x0000D8C6 0x4EC4 # 0 +0x0000D8C7 0x538D # 0 +0x0000D8C8 0x539D # 0 +0x0000D8C9 0x53A3 # 0 +0x0000D8CA 0x53A5 # 0 +0x0000D8CB 0x53AE # 0 +0x0000D8CC 0x9765 # 0 +0x0000D8CD 0x8D5D # 0 +0x0000D8CE 0x531A # 0 +0x0000D8CF 0x53F5 # 0 +0x0000D8D0 0x5326 # 0 +0x0000D8D1 0x532E # 0 +0x0000D8D2 0x533E # 0 +0x0000D8D3 0x8D5C # 0 +0x0000D8D4 0x5366 # 0 +0x0000D8D5 0x5363 # 0 +0x0000D8D6 0x5202 # 0 +0x0000D8D7 0x5208 # 0 +0x0000D8D8 0x520E # 0 +0x0000D8D9 0x522D # 0 +0x0000D8DA 0x5233 # 0 +0x0000D8DB 0x523F # 0 +0x0000D8DC 0x5240 # 0 +0x0000D8DD 0x524C # 0 +0x0000D8DE 0x525E # 0 +0x0000D8DF 0x5261 # 0 +0x0000D8E0 0x525C # 0 +0x0000D8E1 0x84AF # 0 +0x0000D8E2 0x527D # 0 +0x0000D8E3 0x5282 # 0 +0x0000D8E4 0x5281 # 0 +0x0000D8E5 0x5290 # 0 +0x0000D8E6 0x5293 # 0 +0x0000D8E7 0x5182 # 0 +0x0000D8E8 0x7F54 # 0 +0x0000D8E9 0x4EBB # 0 +0x0000D8EA 0x4EC3 # 0 +0x0000D8EB 0x4EC9 # 0 +0x0000D8EC 0x4EC2 # 0 +0x0000D8ED 0x4EE8 # 0 +0x0000D8EE 0x4EE1 # 0 +0x0000D8EF 0x4EEB # 0 +0x0000D8F0 0x4EDE # 0 +0x0000D8F1 0x4F1B # 0 +0x0000D8F2 0x4EF3 # 0 +0x0000D8F3 0x4F22 # 0 +0x0000D8F4 0x4F64 # 0 +0x0000D8F5 0x4EF5 # 0 +0x0000D8F6 0x4F25 # 0 +0x0000D8F7 0x4F27 # 0 +0x0000D8F8 0x4F09 # 0 +0x0000D8F9 0x4F2B # 0 +0x0000D8FA 0x4F5E # 0 +0x0000D8FB 0x4F67 # 0 +0x0000D8FC 0x6538 # 0 +0x0000D8FD 0x4F5A # 0 +0x0000D8FE 0x4F5D # 0 +0x0000D9A1 0x4F5F # 0 +0x0000D9A2 0x4F57 # 0 +0x0000D9A3 0x4F32 # 0 +0x0000D9A4 0x4F3D # 0 +0x0000D9A5 0x4F76 # 0 +0x0000D9A6 0x4F74 # 0 +0x0000D9A7 0x4F91 # 0 +0x0000D9A8 0x4F89 # 0 +0x0000D9A9 0x4F83 # 0 +0x0000D9AA 0x4F8F # 0 +0x0000D9AB 0x4F7E # 0 +0x0000D9AC 0x4F7B # 0 +0x0000D9AD 0x4FAA # 0 +0x0000D9AE 0x4F7C # 0 +0x0000D9AF 0x4FAC # 0 +0x0000D9B0 0x4F94 # 0 +0x0000D9B1 0x4FE6 # 0 +0x0000D9B2 0x4FE8 # 0 +0x0000D9B3 0x4FEA # 0 +0x0000D9B4 0x4FC5 # 0 +0x0000D9B5 0x4FDA # 0 +0x0000D9B6 0x4FE3 # 0 +0x0000D9B7 0x4FDC # 0 +0x0000D9B8 0x4FD1 # 0 +0x0000D9B9 0x4FDF # 0 +0x0000D9BA 0x4FF8 # 0 +0x0000D9BB 0x5029 # 0 +0x0000D9BC 0x504C # 0 +0x0000D9BD 0x4FF3 # 0 +0x0000D9BE 0x502C # 0 +0x0000D9BF 0x500F # 0 +0x0000D9C0 0x502E # 0 +0x0000D9C1 0x502D # 0 +0x0000D9C2 0x4FFE # 0 +0x0000D9C3 0x501C # 0 +0x0000D9C4 0x500C # 0 +0x0000D9C5 0x5025 # 0 +0x0000D9C6 0x5028 # 0 +0x0000D9C7 0x507E # 0 +0x0000D9C8 0x5043 # 0 +0x0000D9C9 0x5055 # 0 +0x0000D9CA 0x5048 # 0 +0x0000D9CB 0x504E # 0 +0x0000D9CC 0x506C # 0 +0x0000D9CD 0x507B # 0 +0x0000D9CE 0x50A5 # 0 +0x0000D9CF 0x50A7 # 0 +0x0000D9D0 0x50A9 # 0 +0x0000D9D1 0x50BA # 0 +0x0000D9D2 0x50D6 # 0 +0x0000D9D3 0x5106 # 0 +0x0000D9D4 0x50ED # 0 +0x0000D9D5 0x50EC # 0 +0x0000D9D6 0x50E6 # 0 +0x0000D9D7 0x50EE # 0 +0x0000D9D8 0x5107 # 0 +0x0000D9D9 0x510B # 0 +0x0000D9DA 0x4EDD # 0 +0x0000D9DB 0x6C3D # 0 +0x0000D9DC 0x4F58 # 0 +0x0000D9DD 0x4F65 # 0 +0x0000D9DE 0x4FCE # 0 +0x0000D9DF 0x9FA0 # 0 +0x0000D9E0 0x6C46 # 0 +0x0000D9E1 0x7C74 # 0 +0x0000D9E2 0x516E # 0 +0x0000D9E3 0x5DFD # 0 +0x0000D9E4 0x9EC9 # 0 +0x0000D9E5 0x9998 # 0 +0x0000D9E6 0x5181 # 0 +0x0000D9E7 0x5914 # 0 +0x0000D9E8 0x52F9 # 0 +0x0000D9E9 0x530D # 0 +0x0000D9EA 0x8A07 # 0 +0x0000D9EB 0x5310 # 0 +0x0000D9EC 0x51EB # 0 +0x0000D9ED 0x5919 # 0 +0x0000D9EE 0x5155 # 0 +0x0000D9EF 0x4EA0 # 0 +0x0000D9F0 0x5156 # 0 +0x0000D9F1 0x4EB3 # 0 +0x0000D9F2 0x886E # 0 +0x0000D9F3 0x88A4 # 0 +0x0000D9F4 0x4EB5 # 0 +0x0000D9F5 0x8114 # 0 +0x0000D9F6 0x88D2 # 0 +0x0000D9F7 0x7980 # 0 +0x0000D9F8 0x5B34 # 0 +0x0000D9F9 0x8803 # 0 +0x0000D9FA 0x7FB8 # 0 +0x0000D9FB 0x51AB # 0 +0x0000D9FC 0x51B1 # 0 +0x0000D9FD 0x51BD # 0 +0x0000D9FE 0x51BC # 0 +0x0000DAA1 0x51C7 # 0 +0x0000DAA2 0x5196 # 0 +0x0000DAA3 0x51A2 # 0 +0x0000DAA4 0x51A5 # 0 +0x0000DAA5 0x8BA0 # 0 +0x0000DAA6 0x8BA6 # 0 +0x0000DAA7 0x8BA7 # 0 +0x0000DAA8 0x8BAA # 0 +0x0000DAA9 0x8BB4 # 0 +0x0000DAAA 0x8BB5 # 0 +0x0000DAAB 0x8BB7 # 0 +0x0000DAAC 0x8BC2 # 0 +0x0000DAAD 0x8BC3 # 0 +0x0000DAAE 0x8BCB # 0 +0x0000DAAF 0x8BCF # 0 +0x0000DAB0 0x8BCE # 0 +0x0000DAB1 0x8BD2 # 0 +0x0000DAB2 0x8BD3 # 0 +0x0000DAB3 0x8BD4 # 0 +0x0000DAB4 0x8BD6 # 0 +0x0000DAB5 0x8BD8 # 0 +0x0000DAB6 0x8BD9 # 0 +0x0000DAB7 0x8BDC # 0 +0x0000DAB8 0x8BDF # 0 +0x0000DAB9 0x8BE0 # 0 +0x0000DABA 0x8BE4 # 0 +0x0000DABB 0x8BE8 # 0 +0x0000DABC 0x8BE9 # 0 +0x0000DABD 0x8BEE # 0 +0x0000DABE 0x8BF0 # 0 +0x0000DABF 0x8BF3 # 0 +0x0000DAC0 0x8BF6 # 0 +0x0000DAC1 0x8BF9 # 0 +0x0000DAC2 0x8BFC # 0 +0x0000DAC3 0x8BFF # 0 +0x0000DAC4 0x8C00 # 0 +0x0000DAC5 0x8C02 # 0 +0x0000DAC6 0x8C04 # 0 +0x0000DAC7 0x8C07 # 0 +0x0000DAC8 0x8C0C # 0 +0x0000DAC9 0x8C0F # 0 +0x0000DACA 0x8C11 # 0 +0x0000DACB 0x8C12 # 0 +0x0000DACC 0x8C14 # 0 +0x0000DACD 0x8C15 # 0 +0x0000DACE 0x8C16 # 0 +0x0000DACF 0x8C19 # 0 +0x0000DAD0 0x8C1B # 0 +0x0000DAD1 0x8C18 # 0 +0x0000DAD2 0x8C1D # 0 +0x0000DAD3 0x8C1F # 0 +0x0000DAD4 0x8C20 # 0 +0x0000DAD5 0x8C21 # 0 +0x0000DAD6 0x8C25 # 0 +0x0000DAD7 0x8C27 # 0 +0x0000DAD8 0x8C2A # 0 +0x0000DAD9 0x8C2B # 0 +0x0000DADA 0x8C2E # 0 +0x0000DADB 0x8C2F # 0 +0x0000DADC 0x8C32 # 0 +0x0000DADD 0x8C33 # 0 +0x0000DADE 0x8C35 # 0 +0x0000DADF 0x8C36 # 0 +0x0000DAE0 0x5369 # 0 +0x0000DAE1 0x537A # 0 +0x0000DAE2 0x961D # 0 +0x0000DAE3 0x9622 # 0 +0x0000DAE4 0x9621 # 0 +0x0000DAE5 0x9631 # 0 +0x0000DAE6 0x962A # 0 +0x0000DAE7 0x963D # 0 +0x0000DAE8 0x963C # 0 +0x0000DAE9 0x9642 # 0 +0x0000DAEA 0x9649 # 0 +0x0000DAEB 0x9654 # 0 +0x0000DAEC 0x965F # 0 +0x0000DAED 0x9667 # 0 +0x0000DAEE 0x966C # 0 +0x0000DAEF 0x9672 # 0 +0x0000DAF0 0x9674 # 0 +0x0000DAF1 0x9688 # 0 +0x0000DAF2 0x968D # 0 +0x0000DAF3 0x9697 # 0 +0x0000DAF4 0x96B0 # 0 +0x0000DAF5 0x9097 # 0 +0x0000DAF6 0x909B # 0 +0x0000DAF7 0x909D # 0 +0x0000DAF8 0x9099 # 0 +0x0000DAF9 0x90AC # 0 +0x0000DAFA 0x90A1 # 0 +0x0000DAFB 0x90B4 # 0 +0x0000DAFC 0x90B3 # 0 +0x0000DAFD 0x90B6 # 0 +0x0000DAFE 0x90BA # 0 +0x0000DBA1 0x90B8 # 0 +0x0000DBA2 0x90B0 # 0 +0x0000DBA3 0x90CF # 0 +0x0000DBA4 0x90C5 # 0 +0x0000DBA5 0x90BE # 0 +0x0000DBA6 0x90D0 # 0 +0x0000DBA7 0x90C4 # 0 +0x0000DBA8 0x90C7 # 0 +0x0000DBA9 0x90D3 # 0 +0x0000DBAA 0x90E6 # 0 +0x0000DBAB 0x90E2 # 0 +0x0000DBAC 0x90DC # 0 +0x0000DBAD 0x90D7 # 0 +0x0000DBAE 0x90DB # 0 +0x0000DBAF 0x90EB # 0 +0x0000DBB0 0x90EF # 0 +0x0000DBB1 0x90FE # 0 +0x0000DBB2 0x9104 # 0 +0x0000DBB3 0x9122 # 0 +0x0000DBB4 0x911E # 0 +0x0000DBB5 0x9123 # 0 +0x0000DBB6 0x9131 # 0 +0x0000DBB7 0x912F # 0 +0x0000DBB8 0x9139 # 0 +0x0000DBB9 0x9143 # 0 +0x0000DBBA 0x9146 # 0 +0x0000DBBB 0x520D # 0 +0x0000DBBC 0x5942 # 0 +0x0000DBBD 0x52A2 # 0 +0x0000DBBE 0x52AC # 0 +0x0000DBBF 0x52AD # 0 +0x0000DBC0 0x52BE # 0 +0x0000DBC1 0x54FF # 0 +0x0000DBC2 0x52D0 # 0 +0x0000DBC3 0x52D6 # 0 +0x0000DBC4 0x52F0 # 0 +0x0000DBC5 0x53DF # 0 +0x0000DBC6 0x71EE # 0 +0x0000DBC7 0x77CD # 0 +0x0000DBC8 0x5EF4 # 0 +0x0000DBC9 0x51F5 # 0 +0x0000DBCA 0x51FC # 0 +0x0000DBCB 0x9B2F # 0 +0x0000DBCC 0x53B6 # 0 +0x0000DBCD 0x5F01 # 0 +0x0000DBCE 0x755A # 0 +0x0000DBCF 0x5DEF # 0 +0x0000DBD0 0x574C # 0 +0x0000DBD1 0x57A9 # 0 +0x0000DBD2 0x57A1 # 0 +0x0000DBD3 0x587E # 0 +0x0000DBD4 0x58BC # 0 +0x0000DBD5 0x58C5 # 0 +0x0000DBD6 0x58D1 # 0 +0x0000DBD7 0x5729 # 0 +0x0000DBD8 0x572C # 0 +0x0000DBD9 0x572A # 0 +0x0000DBDA 0x5733 # 0 +0x0000DBDB 0x5739 # 0 +0x0000DBDC 0x572E # 0 +0x0000DBDD 0x572F # 0 +0x0000DBDE 0x575C # 0 +0x0000DBDF 0x573B # 0 +0x0000DBE0 0x5742 # 0 +0x0000DBE1 0x5769 # 0 +0x0000DBE2 0x5785 # 0 +0x0000DBE3 0x576B # 0 +0x0000DBE4 0x5786 # 0 +0x0000DBE5 0x577C # 0 +0x0000DBE6 0x577B # 0 +0x0000DBE7 0x5768 # 0 +0x0000DBE8 0x576D # 0 +0x0000DBE9 0x5776 # 0 +0x0000DBEA 0x5773 # 0 +0x0000DBEB 0x57AD # 0 +0x0000DBEC 0x57A4 # 0 +0x0000DBED 0x578C # 0 +0x0000DBEE 0x57B2 # 0 +0x0000DBEF 0x57CF # 0 +0x0000DBF0 0x57A7 # 0 +0x0000DBF1 0x57B4 # 0 +0x0000DBF2 0x5793 # 0 +0x0000DBF3 0x57A0 # 0 +0x0000DBF4 0x57D5 # 0 +0x0000DBF5 0x57D8 # 0 +0x0000DBF6 0x57DA # 0 +0x0000DBF7 0x57D9 # 0 +0x0000DBF8 0x57D2 # 0 +0x0000DBF9 0x57B8 # 0 +0x0000DBFA 0x57F4 # 0 +0x0000DBFB 0x57EF # 0 +0x0000DBFC 0x57F8 # 0 +0x0000DBFD 0x57E4 # 0 +0x0000DBFE 0x57DD # 0 +0x0000DCA1 0x580B # 0 +0x0000DCA2 0x580D # 0 +0x0000DCA3 0x57FD # 0 +0x0000DCA4 0x57ED # 0 +0x0000DCA5 0x5800 # 0 +0x0000DCA6 0x581E # 0 +0x0000DCA7 0x5819 # 0 +0x0000DCA8 0x5844 # 0 +0x0000DCA9 0x5820 # 0 +0x0000DCAA 0x5865 # 0 +0x0000DCAB 0x586C # 0 +0x0000DCAC 0x5881 # 0 +0x0000DCAD 0x5889 # 0 +0x0000DCAE 0x589A # 0 +0x0000DCAF 0x5880 # 0 +0x0000DCB0 0x99A8 # 0 +0x0000DCB1 0x9F19 # 0 +0x0000DCB2 0x61FF # 0 +0x0000DCB3 0x8279 # 0 +0x0000DCB4 0x827D # 0 +0x0000DCB5 0x827F # 0 +0x0000DCB6 0x828F # 0 +0x0000DCB7 0x828A # 0 +0x0000DCB8 0x82A8 # 0 +0x0000DCB9 0x8284 # 0 +0x0000DCBA 0x828E # 0 +0x0000DCBB 0x8291 # 0 +0x0000DCBC 0x8297 # 0 +0x0000DCBD 0x8299 # 0 +0x0000DCBE 0x82AB # 0 +0x0000DCBF 0x82B8 # 0 +0x0000DCC0 0x82BE # 0 +0x0000DCC1 0x82B0 # 0 +0x0000DCC2 0x82C8 # 0 +0x0000DCC3 0x82CA # 0 +0x0000DCC4 0x82E3 # 0 +0x0000DCC5 0x8298 # 0 +0x0000DCC6 0x82B7 # 0 +0x0000DCC7 0x82AE # 0 +0x0000DCC8 0x82CB # 0 +0x0000DCC9 0x82CC # 0 +0x0000DCCA 0x82C1 # 0 +0x0000DCCB 0x82A9 # 0 +0x0000DCCC 0x82B4 # 0 +0x0000DCCD 0x82A1 # 0 +0x0000DCCE 0x82AA # 0 +0x0000DCCF 0x829F # 0 +0x0000DCD0 0x82C4 # 0 +0x0000DCD1 0x82CE # 0 +0x0000DCD2 0x82A4 # 0 +0x0000DCD3 0x82E1 # 0 +0x0000DCD4 0x8309 # 0 +0x0000DCD5 0x82F7 # 0 +0x0000DCD6 0x82E4 # 0 +0x0000DCD7 0x830F # 0 +0x0000DCD8 0x8307 # 0 +0x0000DCD9 0x82DC # 0 +0x0000DCDA 0x82F4 # 0 +0x0000DCDB 0x82D2 # 0 +0x0000DCDC 0x82D8 # 0 +0x0000DCDD 0x830C # 0 +0x0000DCDE 0x82FB # 0 +0x0000DCDF 0x82D3 # 0 +0x0000DCE0 0x8311 # 0 +0x0000DCE1 0x831A # 0 +0x0000DCE2 0x8306 # 0 +0x0000DCE3 0x8314 # 0 +0x0000DCE4 0x8315 # 0 +0x0000DCE5 0x82E0 # 0 +0x0000DCE6 0x82D5 # 0 +0x0000DCE7 0x831C # 0 +0x0000DCE8 0x8351 # 0 +0x0000DCE9 0x835B # 0 +0x0000DCEA 0x835C # 0 +0x0000DCEB 0x8308 # 0 +0x0000DCEC 0x8392 # 0 +0x0000DCED 0x833C # 0 +0x0000DCEE 0x8334 # 0 +0x0000DCEF 0x8331 # 0 +0x0000DCF0 0x839B # 0 +0x0000DCF1 0x835E # 0 +0x0000DCF2 0x832F # 0 +0x0000DCF3 0x834F # 0 +0x0000DCF4 0x8347 # 0 +0x0000DCF5 0x8343 # 0 +0x0000DCF6 0x835F # 0 +0x0000DCF7 0x8340 # 0 +0x0000DCF8 0x8317 # 0 +0x0000DCF9 0x8360 # 0 +0x0000DCFA 0x832D # 0 +0x0000DCFB 0x833A # 0 +0x0000DCFC 0x8333 # 0 +0x0000DCFD 0x8366 # 0 +0x0000DCFE 0x8365 # 0 +0x0000DDA1 0x8368 # 0 +0x0000DDA2 0x831B # 0 +0x0000DDA3 0x8369 # 0 +0x0000DDA4 0x836C # 0 +0x0000DDA5 0x836A # 0 +0x0000DDA6 0x836D # 0 +0x0000DDA7 0x836E # 0 +0x0000DDA8 0x83B0 # 0 +0x0000DDA9 0x8378 # 0 +0x0000DDAA 0x83B3 # 0 +0x0000DDAB 0x83B4 # 0 +0x0000DDAC 0x83A0 # 0 +0x0000DDAD 0x83AA # 0 +0x0000DDAE 0x8393 # 0 +0x0000DDAF 0x839C # 0 +0x0000DDB0 0x8385 # 0 +0x0000DDB1 0x837C # 0 +0x0000DDB2 0x83B6 # 0 +0x0000DDB3 0x83A9 # 0 +0x0000DDB4 0x837D # 0 +0x0000DDB5 0x83B8 # 0 +0x0000DDB6 0x837B # 0 +0x0000DDB7 0x8398 # 0 +0x0000DDB8 0x839E # 0 +0x0000DDB9 0x83A8 # 0 +0x0000DDBA 0x83BA # 0 +0x0000DDBB 0x83BC # 0 +0x0000DDBC 0x83C1 # 0 +0x0000DDBD 0x8401 # 0 +0x0000DDBE 0x83E5 # 0 +0x0000DDBF 0x83D8 # 0 +0x0000DDC0 0x5807 # 0 +0x0000DDC1 0x8418 # 0 +0x0000DDC2 0x840B # 0 +0x0000DDC3 0x83DD # 0 +0x0000DDC4 0x83FD # 0 +0x0000DDC5 0x83D6 # 0 +0x0000DDC6 0x841C # 0 +0x0000DDC7 0x8438 # 0 +0x0000DDC8 0x8411 # 0 +0x0000DDC9 0x8406 # 0 +0x0000DDCA 0x83D4 # 0 +0x0000DDCB 0x83DF # 0 +0x0000DDCC 0x840F # 0 +0x0000DDCD 0x8403 # 0 +0x0000DDCE 0x83F8 # 0 +0x0000DDCF 0x83F9 # 0 +0x0000DDD0 0x83EA # 0 +0x0000DDD1 0x83C5 # 0 +0x0000DDD2 0x83C0 # 0 +0x0000DDD3 0x8426 # 0 +0x0000DDD4 0x83F0 # 0 +0x0000DDD5 0x83E1 # 0 +0x0000DDD6 0x845C # 0 +0x0000DDD7 0x8451 # 0 +0x0000DDD8 0x845A # 0 +0x0000DDD9 0x8459 # 0 +0x0000DDDA 0x8473 # 0 +0x0000DDDB 0x8487 # 0 +0x0000DDDC 0x8488 # 0 +0x0000DDDD 0x847A # 0 +0x0000DDDE 0x8489 # 0 +0x0000DDDF 0x8478 # 0 +0x0000DDE0 0x843C # 0 +0x0000DDE1 0x8446 # 0 +0x0000DDE2 0x8469 # 0 +0x0000DDE3 0x8476 # 0 +0x0000DDE4 0x848C # 0 +0x0000DDE5 0x848E # 0 +0x0000DDE6 0x8431 # 0 +0x0000DDE7 0x846D # 0 +0x0000DDE8 0x84C1 # 0 +0x0000DDE9 0x84CD # 0 +0x0000DDEA 0x84D0 # 0 +0x0000DDEB 0x84E6 # 0 +0x0000DDEC 0x84BD # 0 +0x0000DDED 0x84D3 # 0 +0x0000DDEE 0x84CA # 0 +0x0000DDEF 0x84BF # 0 +0x0000DDF0 0x84BA # 0 +0x0000DDF1 0x84E0 # 0 +0x0000DDF2 0x84A1 # 0 +0x0000DDF3 0x84B9 # 0 +0x0000DDF4 0x84B4 # 0 +0x0000DDF5 0x8497 # 0 +0x0000DDF6 0x84E5 # 0 +0x0000DDF7 0x84E3 # 0 +0x0000DDF8 0x850C # 0 +0x0000DDF9 0x750D # 0 +0x0000DDFA 0x8538 # 0 +0x0000DDFB 0x84F0 # 0 +0x0000DDFC 0x8539 # 0 +0x0000DDFD 0x851F # 0 +0x0000DDFE 0x853A # 0 +0x0000DEA1 0x8556 # 0 +0x0000DEA2 0x853B # 0 +0x0000DEA3 0x84FF # 0 +0x0000DEA4 0x84FC # 0 +0x0000DEA5 0x8559 # 0 +0x0000DEA6 0x8548 # 0 +0x0000DEA7 0x8568 # 0 +0x0000DEA8 0x8564 # 0 +0x0000DEA9 0x855E # 0 +0x0000DEAA 0x857A # 0 +0x0000DEAB 0x77A2 # 0 +0x0000DEAC 0x8543 # 0 +0x0000DEAD 0x8572 # 0 +0x0000DEAE 0x857B # 0 +0x0000DEAF 0x85A4 # 0 +0x0000DEB0 0x85A8 # 0 +0x0000DEB1 0x8587 # 0 +0x0000DEB2 0x858F # 0 +0x0000DEB3 0x8579 # 0 +0x0000DEB4 0x85AE # 0 +0x0000DEB5 0x859C # 0 +0x0000DEB6 0x8585 # 0 +0x0000DEB7 0x85B9 # 0 +0x0000DEB8 0x85B7 # 0 +0x0000DEB9 0x85B0 # 0 +0x0000DEBA 0x85D3 # 0 +0x0000DEBB 0x85C1 # 0 +0x0000DEBC 0x85DC # 0 +0x0000DEBD 0x85FF # 0 +0x0000DEBE 0x8627 # 0 +0x0000DEBF 0x8605 # 0 +0x0000DEC0 0x8629 # 0 +0x0000DEC1 0x8616 # 0 +0x0000DEC2 0x863C # 0 +0x0000DEC3 0x5EFE # 0 +0x0000DEC4 0x5F08 # 0 +0x0000DEC5 0x593C # 0 +0x0000DEC6 0x5941 # 0 +0x0000DEC7 0x8037 # 0 +0x0000DEC8 0x5955 # 0 +0x0000DEC9 0x595A # 0 +0x0000DECA 0x5958 # 0 +0x0000DECB 0x530F # 0 +0x0000DECC 0x5C22 # 0 +0x0000DECD 0x5C25 # 0 +0x0000DECE 0x5C2C # 0 +0x0000DECF 0x5C34 # 0 +0x0000DED0 0x624C # 0 +0x0000DED1 0x626A # 0 +0x0000DED2 0x629F # 0 +0x0000DED3 0x62BB # 0 +0x0000DED4 0x62CA # 0 +0x0000DED5 0x62DA # 0 +0x0000DED6 0x62D7 # 0 +0x0000DED7 0x62EE # 0 +0x0000DED8 0x6322 # 0 +0x0000DED9 0x62F6 # 0 +0x0000DEDA 0x6339 # 0 +0x0000DEDB 0x634B # 0 +0x0000DEDC 0x6343 # 0 +0x0000DEDD 0x63AD # 0 +0x0000DEDE 0x63F6 # 0 +0x0000DEDF 0x6371 # 0 +0x0000DEE0 0x637A # 0 +0x0000DEE1 0x638E # 0 +0x0000DEE2 0x63B4 # 0 +0x0000DEE3 0x636D # 0 +0x0000DEE4 0x63AC # 0 +0x0000DEE5 0x638A # 0 +0x0000DEE6 0x6369 # 0 +0x0000DEE7 0x63AE # 0 +0x0000DEE8 0x63BC # 0 +0x0000DEE9 0x63F2 # 0 +0x0000DEEA 0x63F8 # 0 +0x0000DEEB 0x63E0 # 0 +0x0000DEEC 0x63FF # 0 +0x0000DEED 0x63C4 # 0 +0x0000DEEE 0x63DE # 0 +0x0000DEEF 0x63CE # 0 +0x0000DEF0 0x6452 # 0 +0x0000DEF1 0x63C6 # 0 +0x0000DEF2 0x63BE # 0 +0x0000DEF3 0x6445 # 0 +0x0000DEF4 0x6441 # 0 +0x0000DEF5 0x640B # 0 +0x0000DEF6 0x641B # 0 +0x0000DEF7 0x6420 # 0 +0x0000DEF8 0x640C # 0 +0x0000DEF9 0x6426 # 0 +0x0000DEFA 0x6421 # 0 +0x0000DEFB 0x645E # 0 +0x0000DEFC 0x6484 # 0 +0x0000DEFD 0x646D # 0 +0x0000DEFE 0x6496 # 0 +0x0000DFA1 0x647A # 0 +0x0000DFA2 0x64B7 # 0 +0x0000DFA3 0x64B8 # 0 +0x0000DFA4 0x6499 # 0 +0x0000DFA5 0x64BA # 0 +0x0000DFA6 0x64C0 # 0 +0x0000DFA7 0x64D0 # 0 +0x0000DFA8 0x64D7 # 0 +0x0000DFA9 0x64E4 # 0 +0x0000DFAA 0x64E2 # 0 +0x0000DFAB 0x6509 # 0 +0x0000DFAC 0x6525 # 0 +0x0000DFAD 0x652E # 0 +0x0000DFAE 0x5F0B # 0 +0x0000DFAF 0x5FD2 # 0 +0x0000DFB0 0x7519 # 0 +0x0000DFB1 0x5F11 # 0 +0x0000DFB2 0x535F # 0 +0x0000DFB3 0x53F1 # 0 +0x0000DFB4 0x53FD # 0 +0x0000DFB5 0x53E9 # 0 +0x0000DFB6 0x53E8 # 0 +0x0000DFB7 0x53FB # 0 +0x0000DFB8 0x5412 # 0 +0x0000DFB9 0x5416 # 0 +0x0000DFBA 0x5406 # 0 +0x0000DFBB 0x544B # 0 +0x0000DFBC 0x5452 # 0 +0x0000DFBD 0x5453 # 0 +0x0000DFBE 0x5454 # 0 +0x0000DFBF 0x5456 # 0 +0x0000DFC0 0x5443 # 0 +0x0000DFC1 0x5421 # 0 +0x0000DFC2 0x5457 # 0 +0x0000DFC3 0x5459 # 0 +0x0000DFC4 0x5423 # 0 +0x0000DFC5 0x5432 # 0 +0x0000DFC6 0x5482 # 0 +0x0000DFC7 0x5494 # 0 +0x0000DFC8 0x5477 # 0 +0x0000DFC9 0x5471 # 0 +0x0000DFCA 0x5464 # 0 +0x0000DFCB 0x549A # 0 +0x0000DFCC 0x549B # 0 +0x0000DFCD 0x5484 # 0 +0x0000DFCE 0x5476 # 0 +0x0000DFCF 0x5466 # 0 +0x0000DFD0 0x549D # 0 +0x0000DFD1 0x54D0 # 0 +0x0000DFD2 0x54AD # 0 +0x0000DFD3 0x54C2 # 0 +0x0000DFD4 0x54B4 # 0 +0x0000DFD5 0x54D2 # 0 +0x0000DFD6 0x54A7 # 0 +0x0000DFD7 0x54A6 # 0 +0x0000DFD8 0x54D3 # 0 +0x0000DFD9 0x54D4 # 0 +0x0000DFDA 0x5472 # 0 +0x0000DFDB 0x54A3 # 0 +0x0000DFDC 0x54D5 # 0 +0x0000DFDD 0x54BB # 0 +0x0000DFDE 0x54BF # 0 +0x0000DFDF 0x54CC # 0 +0x0000DFE0 0x54D9 # 0 +0x0000DFE1 0x54DA # 0 +0x0000DFE2 0x54DC # 0 +0x0000DFE3 0x54A9 # 0 +0x0000DFE4 0x54AA # 0 +0x0000DFE5 0x54A4 # 0 +0x0000DFE6 0x54DD # 0 +0x0000DFE7 0x54CF # 0 +0x0000DFE8 0x54DE # 0 +0x0000DFE9 0x551B # 0 +0x0000DFEA 0x54E7 # 0 +0x0000DFEB 0x5520 # 0 +0x0000DFEC 0x54FD # 0 +0x0000DFED 0x5514 # 0 +0x0000DFEE 0x54F3 # 0 +0x0000DFEF 0x5522 # 0 +0x0000DFF0 0x5523 # 0 +0x0000DFF1 0x550F # 0 +0x0000DFF2 0x5511 # 0 +0x0000DFF3 0x5527 # 0 +0x0000DFF4 0x552A # 0 +0x0000DFF5 0x5567 # 0 +0x0000DFF6 0x558F # 0 +0x0000DFF7 0x55B5 # 0 +0x0000DFF8 0x5549 # 0 +0x0000DFF9 0x556D # 0 +0x0000DFFA 0x5541 # 0 +0x0000DFFB 0x5555 # 0 +0x0000DFFC 0x553F # 0 +0x0000DFFD 0x5550 # 0 +0x0000DFFE 0x553C # 0 +0x0000E0A1 0x5537 # 0 +0x0000E0A2 0x5556 # 0 +0x0000E0A3 0x5575 # 0 +0x0000E0A4 0x5576 # 0 +0x0000E0A5 0x5577 # 0 +0x0000E0A6 0x5533 # 0 +0x0000E0A7 0x5530 # 0 +0x0000E0A8 0x555C # 0 +0x0000E0A9 0x558B # 0 +0x0000E0AA 0x55D2 # 0 +0x0000E0AB 0x5583 # 0 +0x0000E0AC 0x55B1 # 0 +0x0000E0AD 0x55B9 # 0 +0x0000E0AE 0x5588 # 0 +0x0000E0AF 0x5581 # 0 +0x0000E0B0 0x559F # 0 +0x0000E0B1 0x557E # 0 +0x0000E0B2 0x55D6 # 0 +0x0000E0B3 0x5591 # 0 +0x0000E0B4 0x557B # 0 +0x0000E0B5 0x55DF # 0 +0x0000E0B6 0x55BD # 0 +0x0000E0B7 0x55BE # 0 +0x0000E0B8 0x5594 # 0 +0x0000E0B9 0x5599 # 0 +0x0000E0BA 0x55EA # 0 +0x0000E0BB 0x55F7 # 0 +0x0000E0BC 0x55C9 # 0 +0x0000E0BD 0x561F # 0 +0x0000E0BE 0x55D1 # 0 +0x0000E0BF 0x55EB # 0 +0x0000E0C0 0x55EC # 0 +0x0000E0C1 0x55D4 # 0 +0x0000E0C2 0x55E6 # 0 +0x0000E0C3 0x55DD # 0 +0x0000E0C4 0x55C4 # 0 +0x0000E0C5 0x55EF # 0 +0x0000E0C6 0x55E5 # 0 +0x0000E0C7 0x55F2 # 0 +0x0000E0C8 0x55F3 # 0 +0x0000E0C9 0x55CC # 0 +0x0000E0CA 0x55CD # 0 +0x0000E0CB 0x55E8 # 0 +0x0000E0CC 0x55F5 # 0 +0x0000E0CD 0x55E4 # 0 +0x0000E0CE 0x8F94 # 0 +0x0000E0CF 0x561E # 0 +0x0000E0D0 0x5608 # 0 +0x0000E0D1 0x560C # 0 +0x0000E0D2 0x5601 # 0 +0x0000E0D3 0x5624 # 0 +0x0000E0D4 0x5623 # 0 +0x0000E0D5 0x55FE # 0 +0x0000E0D6 0x5600 # 0 +0x0000E0D7 0x5627 # 0 +0x0000E0D8 0x562D # 0 +0x0000E0D9 0x5658 # 0 +0x0000E0DA 0x5639 # 0 +0x0000E0DB 0x5657 # 0 +0x0000E0DC 0x562C # 0 +0x0000E0DD 0x564D # 0 +0x0000E0DE 0x5662 # 0 +0x0000E0DF 0x5659 # 0 +0x0000E0E0 0x565C # 0 +0x0000E0E1 0x564C # 0 +0x0000E0E2 0x5654 # 0 +0x0000E0E3 0x5686 # 0 +0x0000E0E4 0x5664 # 0 +0x0000E0E5 0x5671 # 0 +0x0000E0E6 0x566B # 0 +0x0000E0E7 0x567B # 0 +0x0000E0E8 0x567C # 0 +0x0000E0E9 0x5685 # 0 +0x0000E0EA 0x5693 # 0 +0x0000E0EB 0x56AF # 0 +0x0000E0EC 0x56D4 # 0 +0x0000E0ED 0x56D7 # 0 +0x0000E0EE 0x56DD # 0 +0x0000E0EF 0x56E1 # 0 +0x0000E0F0 0x56F5 # 0 +0x0000E0F1 0x56EB # 0 +0x0000E0F2 0x56F9 # 0 +0x0000E0F3 0x56FF # 0 +0x0000E0F4 0x5704 # 0 +0x0000E0F5 0x570A # 0 +0x0000E0F6 0x5709 # 0 +0x0000E0F7 0x571C # 0 +0x0000E0F8 0x5E0F # 0 +0x0000E0F9 0x5E19 # 0 +0x0000E0FA 0x5E14 # 0 +0x0000E0FB 0x5E11 # 0 +0x0000E0FC 0x5E31 # 0 +0x0000E0FD 0x5E3B # 0 +0x0000E0FE 0x5E3C # 0 +0x0000E1A1 0x5E37 # 0 +0x0000E1A2 0x5E44 # 0 +0x0000E1A3 0x5E54 # 0 +0x0000E1A4 0x5E5B # 0 +0x0000E1A5 0x5E5E # 0 +0x0000E1A6 0x5E61 # 0 +0x0000E1A7 0x5C8C # 0 +0x0000E1A8 0x5C7A # 0 +0x0000E1A9 0x5C8D # 0 +0x0000E1AA 0x5C90 # 0 +0x0000E1AB 0x5C96 # 0 +0x0000E1AC 0x5C88 # 0 +0x0000E1AD 0x5C98 # 0 +0x0000E1AE 0x5C99 # 0 +0x0000E1AF 0x5C91 # 0 +0x0000E1B0 0x5C9A # 0 +0x0000E1B1 0x5C9C # 0 +0x0000E1B2 0x5CB5 # 0 +0x0000E1B3 0x5CA2 # 0 +0x0000E1B4 0x5CBD # 0 +0x0000E1B5 0x5CAC # 0 +0x0000E1B6 0x5CAB # 0 +0x0000E1B7 0x5CB1 # 0 +0x0000E1B8 0x5CA3 # 0 +0x0000E1B9 0x5CC1 # 0 +0x0000E1BA 0x5CB7 # 0 +0x0000E1BB 0x5CC4 # 0 +0x0000E1BC 0x5CD2 # 0 +0x0000E1BD 0x5CE4 # 0 +0x0000E1BE 0x5CCB # 0 +0x0000E1BF 0x5CE5 # 0 +0x0000E1C0 0x5D02 # 0 +0x0000E1C1 0x5D03 # 0 +0x0000E1C2 0x5D27 # 0 +0x0000E1C3 0x5D26 # 0 +0x0000E1C4 0x5D2E # 0 +0x0000E1C5 0x5D24 # 0 +0x0000E1C6 0x5D1E # 0 +0x0000E1C7 0x5D06 # 0 +0x0000E1C8 0x5D1B # 0 +0x0000E1C9 0x5D58 # 0 +0x0000E1CA 0x5D3E # 0 +0x0000E1CB 0x5D34 # 0 +0x0000E1CC 0x5D3D # 0 +0x0000E1CD 0x5D6C # 0 +0x0000E1CE 0x5D5B # 0 +0x0000E1CF 0x5D6F # 0 +0x0000E1D0 0x5D5D # 0 +0x0000E1D1 0x5D6B # 0 +0x0000E1D2 0x5D4B # 0 +0x0000E1D3 0x5D4A # 0 +0x0000E1D4 0x5D69 # 0 +0x0000E1D5 0x5D74 # 0 +0x0000E1D6 0x5D82 # 0 +0x0000E1D7 0x5D99 # 0 +0x0000E1D8 0x5D9D # 0 +0x0000E1D9 0x8C73 # 0 +0x0000E1DA 0x5DB7 # 0 +0x0000E1DB 0x5DC5 # 0 +0x0000E1DC 0x5F73 # 0 +0x0000E1DD 0x5F77 # 0 +0x0000E1DE 0x5F82 # 0 +0x0000E1DF 0x5F87 # 0 +0x0000E1E0 0x5F89 # 0 +0x0000E1E1 0x5F8C # 0 +0x0000E1E2 0x5F95 # 0 +0x0000E1E3 0x5F99 # 0 +0x0000E1E4 0x5F9C # 0 +0x0000E1E5 0x5FA8 # 0 +0x0000E1E6 0x5FAD # 0 +0x0000E1E7 0x5FB5 # 0 +0x0000E1E8 0x5FBC # 0 +0x0000E1E9 0x8862 # 0 +0x0000E1EA 0x5F61 # 0 +0x0000E1EB 0x72AD # 0 +0x0000E1EC 0x72B0 # 0 +0x0000E1ED 0x72B4 # 0 +0x0000E1EE 0x72B7 # 0 +0x0000E1EF 0x72B8 # 0 +0x0000E1F0 0x72C3 # 0 +0x0000E1F1 0x72C1 # 0 +0x0000E1F2 0x72CE # 0 +0x0000E1F3 0x72CD # 0 +0x0000E1F4 0x72D2 # 0 +0x0000E1F5 0x72E8 # 0 +0x0000E1F6 0x72EF # 0 +0x0000E1F7 0x72E9 # 0 +0x0000E1F8 0x72F2 # 0 +0x0000E1F9 0x72F4 # 0 +0x0000E1FA 0x72F7 # 0 +0x0000E1FB 0x7301 # 0 +0x0000E1FC 0x72F3 # 0 +0x0000E1FD 0x7303 # 0 +0x0000E1FE 0x72FA # 0 +0x0000E2A1 0x72FB # 0 +0x0000E2A2 0x7317 # 0 +0x0000E2A3 0x7313 # 0 +0x0000E2A4 0x7321 # 0 +0x0000E2A5 0x730A # 0 +0x0000E2A6 0x731E # 0 +0x0000E2A7 0x731D # 0 +0x0000E2A8 0x7315 # 0 +0x0000E2A9 0x7322 # 0 +0x0000E2AA 0x7339 # 0 +0x0000E2AB 0x7325 # 0 +0x0000E2AC 0x732C # 0 +0x0000E2AD 0x7338 # 0 +0x0000E2AE 0x7331 # 0 +0x0000E2AF 0x7350 # 0 +0x0000E2B0 0x734D # 0 +0x0000E2B1 0x7357 # 0 +0x0000E2B2 0x7360 # 0 +0x0000E2B3 0x736C # 0 +0x0000E2B4 0x736F # 0 +0x0000E2B5 0x737E # 0 +0x0000E2B6 0x821B # 0 +0x0000E2B7 0x5925 # 0 +0x0000E2B8 0x98E7 # 0 +0x0000E2B9 0x5924 # 0 +0x0000E2BA 0x5902 # 0 +0x0000E2BB 0x9963 # 0 +0x0000E2BC 0x9967 # 0 +0x0000E2BD 0x9968 # 0 +0x0000E2BE 0x9969 # 0 +0x0000E2BF 0x996A # 0 +0x0000E2C0 0x996B # 0 +0x0000E2C1 0x996C # 0 +0x0000E2C2 0x9974 # 0 +0x0000E2C3 0x9977 # 0 +0x0000E2C4 0x997D # 0 +0x0000E2C5 0x9980 # 0 +0x0000E2C6 0x9984 # 0 +0x0000E2C7 0x9987 # 0 +0x0000E2C8 0x998A # 0 +0x0000E2C9 0x998D # 0 +0x0000E2CA 0x9990 # 0 +0x0000E2CB 0x9991 # 0 +0x0000E2CC 0x9993 # 0 +0x0000E2CD 0x9994 # 0 +0x0000E2CE 0x9995 # 0 +0x0000E2CF 0x5E80 # 0 +0x0000E2D0 0x5E91 # 0 +0x0000E2D1 0x5E8B # 0 +0x0000E2D2 0x5E96 # 0 +0x0000E2D3 0x5EA5 # 0 +0x0000E2D4 0x5EA0 # 0 +0x0000E2D5 0x5EB9 # 0 +0x0000E2D6 0x5EB5 # 0 +0x0000E2D7 0x5EBE # 0 +0x0000E2D8 0x5EB3 # 0 +0x0000E2D9 0x8D53 # 0 +0x0000E2DA 0x5ED2 # 0 +0x0000E2DB 0x5ED1 # 0 +0x0000E2DC 0x5EDB # 0 +0x0000E2DD 0x5EE8 # 0 +0x0000E2DE 0x5EEA # 0 +0x0000E2DF 0x81BA # 0 +0x0000E2E0 0x5FC4 # 0 +0x0000E2E1 0x5FC9 # 0 +0x0000E2E2 0x5FD6 # 0 +0x0000E2E3 0x5FCF # 0 +0x0000E2E4 0x6003 # 0 +0x0000E2E5 0x5FEE # 0 +0x0000E2E6 0x6004 # 0 +0x0000E2E7 0x5FE1 # 0 +0x0000E2E8 0x5FE4 # 0 +0x0000E2E9 0x5FFE # 0 +0x0000E2EA 0x6005 # 0 +0x0000E2EB 0x6006 # 0 +0x0000E2EC 0x5FEA # 0 +0x0000E2ED 0x5FED # 0 +0x0000E2EE 0x5FF8 # 0 +0x0000E2EF 0x6019 # 0 +0x0000E2F0 0x6035 # 0 +0x0000E2F1 0x6026 # 0 +0x0000E2F2 0x601B # 0 +0x0000E2F3 0x600F # 0 +0x0000E2F4 0x600D # 0 +0x0000E2F5 0x6029 # 0 +0x0000E2F6 0x602B # 0 +0x0000E2F7 0x600A # 0 +0x0000E2F8 0x603F # 0 +0x0000E2F9 0x6021 # 0 +0x0000E2FA 0x6078 # 0 +0x0000E2FB 0x6079 # 0 +0x0000E2FC 0x607B # 0 +0x0000E2FD 0x607A # 0 +0x0000E2FE 0x6042 # 0 +0x0000E3A1 0x606A # 0 +0x0000E3A2 0x607D # 0 +0x0000E3A3 0x6096 # 0 +0x0000E3A4 0x609A # 0 +0x0000E3A5 0x60AD # 0 +0x0000E3A6 0x609D # 0 +0x0000E3A7 0x6083 # 0 +0x0000E3A8 0x6092 # 0 +0x0000E3A9 0x608C # 0 +0x0000E3AA 0x609B # 0 +0x0000E3AB 0x60EC # 0 +0x0000E3AC 0x60BB # 0 +0x0000E3AD 0x60B1 # 0 +0x0000E3AE 0x60DD # 0 +0x0000E3AF 0x60D8 # 0 +0x0000E3B0 0x60C6 # 0 +0x0000E3B1 0x60DA # 0 +0x0000E3B2 0x60B4 # 0 +0x0000E3B3 0x6120 # 0 +0x0000E3B4 0x6126 # 0 +0x0000E3B5 0x6115 # 0 +0x0000E3B6 0x6123 # 0 +0x0000E3B7 0x60F4 # 0 +0x0000E3B8 0x6100 # 0 +0x0000E3B9 0x610E # 0 +0x0000E3BA 0x612B # 0 +0x0000E3BB 0x614A # 0 +0x0000E3BC 0x6175 # 0 +0x0000E3BD 0x61AC # 0 +0x0000E3BE 0x6194 # 0 +0x0000E3BF 0x61A7 # 0 +0x0000E3C0 0x61B7 # 0 +0x0000E3C1 0x61D4 # 0 +0x0000E3C2 0x61F5 # 0 +0x0000E3C3 0x5FDD # 0 +0x0000E3C4 0x96B3 # 0 +0x0000E3C5 0x95E9 # 0 +0x0000E3C6 0x95EB # 0 +0x0000E3C7 0x95F1 # 0 +0x0000E3C8 0x95F3 # 0 +0x0000E3C9 0x95F5 # 0 +0x0000E3CA 0x95F6 # 0 +0x0000E3CB 0x95FC # 0 +0x0000E3CC 0x95FE # 0 +0x0000E3CD 0x9603 # 0 +0x0000E3CE 0x9604 # 0 +0x0000E3CF 0x9606 # 0 +0x0000E3D0 0x9608 # 0 +0x0000E3D1 0x960A # 0 +0x0000E3D2 0x960B # 0 +0x0000E3D3 0x960C # 0 +0x0000E3D4 0x960D # 0 +0x0000E3D5 0x960F # 0 +0x0000E3D6 0x9612 # 0 +0x0000E3D7 0x9615 # 0 +0x0000E3D8 0x9616 # 0 +0x0000E3D9 0x9617 # 0 +0x0000E3DA 0x9619 # 0 +0x0000E3DB 0x961A # 0 +0x0000E3DC 0x4E2C # 0 +0x0000E3DD 0x723F # 0 +0x0000E3DE 0x6215 # 0 +0x0000E3DF 0x6C35 # 0 +0x0000E3E0 0x6C54 # 0 +0x0000E3E1 0x6C5C # 0 +0x0000E3E2 0x6C4A # 0 +0x0000E3E3 0x6CA3 # 0 +0x0000E3E4 0x6C85 # 0 +0x0000E3E5 0x6C90 # 0 +0x0000E3E6 0x6C94 # 0 +0x0000E3E7 0x6C8C # 0 +0x0000E3E8 0x6C68 # 0 +0x0000E3E9 0x6C69 # 0 +0x0000E3EA 0x6C74 # 0 +0x0000E3EB 0x6C76 # 0 +0x0000E3EC 0x6C86 # 0 +0x0000E3ED 0x6CA9 # 0 +0x0000E3EE 0x6CD0 # 0 +0x0000E3EF 0x6CD4 # 0 +0x0000E3F0 0x6CAD # 0 +0x0000E3F1 0x6CF7 # 0 +0x0000E3F2 0x6CF8 # 0 +0x0000E3F3 0x6CF1 # 0 +0x0000E3F4 0x6CD7 # 0 +0x0000E3F5 0x6CB2 # 0 +0x0000E3F6 0x6CE0 # 0 +0x0000E3F7 0x6CD6 # 0 +0x0000E3F8 0x6CFA # 0 +0x0000E3F9 0x6CEB # 0 +0x0000E3FA 0x6CEE # 0 +0x0000E3FB 0x6CB1 # 0 +0x0000E3FC 0x6CD3 # 0 +0x0000E3FD 0x6CEF # 0 +0x0000E3FE 0x6CFE # 0 +0x0000E4A1 0x6D39 # 0 +0x0000E4A2 0x6D27 # 0 +0x0000E4A3 0x6D0C # 0 +0x0000E4A4 0x6D43 # 0 +0x0000E4A5 0x6D48 # 0 +0x0000E4A6 0x6D07 # 0 +0x0000E4A7 0x6D04 # 0 +0x0000E4A8 0x6D19 # 0 +0x0000E4A9 0x6D0E # 0 +0x0000E4AA 0x6D2B # 0 +0x0000E4AB 0x6D4D # 0 +0x0000E4AC 0x6D2E # 0 +0x0000E4AD 0x6D35 # 0 +0x0000E4AE 0x6D1A # 0 +0x0000E4AF 0x6D4F # 0 +0x0000E4B0 0x6D52 # 0 +0x0000E4B1 0x6D54 # 0 +0x0000E4B2 0x6D33 # 0 +0x0000E4B3 0x6D91 # 0 +0x0000E4B4 0x6D6F # 0 +0x0000E4B5 0x6D9E # 0 +0x0000E4B6 0x6DA0 # 0 +0x0000E4B7 0x6D5E # 0 +0x0000E4B8 0x6D93 # 0 +0x0000E4B9 0x6D94 # 0 +0x0000E4BA 0x6D5C # 0 +0x0000E4BB 0x6D60 # 0 +0x0000E4BC 0x6D7C # 0 +0x0000E4BD 0x6D63 # 0 +0x0000E4BE 0x6E1A # 0 +0x0000E4BF 0x6DC7 # 0 +0x0000E4C0 0x6DC5 # 0 +0x0000E4C1 0x6DDE # 0 +0x0000E4C2 0x6E0E # 0 +0x0000E4C3 0x6DBF # 0 +0x0000E4C4 0x6DE0 # 0 +0x0000E4C5 0x6E11 # 0 +0x0000E4C6 0x6DE6 # 0 +0x0000E4C7 0x6DDD # 0 +0x0000E4C8 0x6DD9 # 0 +0x0000E4C9 0x6E16 # 0 +0x0000E4CA 0x6DAB # 0 +0x0000E4CB 0x6E0C # 0 +0x0000E4CC 0x6DAE # 0 +0x0000E4CD 0x6E2B # 0 +0x0000E4CE 0x6E6E # 0 +0x0000E4CF 0x6E4E # 0 +0x0000E4D0 0x6E6B # 0 +0x0000E4D1 0x6EB2 # 0 +0x0000E4D2 0x6E5F # 0 +0x0000E4D3 0x6E86 # 0 +0x0000E4D4 0x6E53 # 0 +0x0000E4D5 0x6E54 # 0 +0x0000E4D6 0x6E32 # 0 +0x0000E4D7 0x6E25 # 0 +0x0000E4D8 0x6E44 # 0 +0x0000E4D9 0x6EDF # 0 +0x0000E4DA 0x6EB1 # 0 +0x0000E4DB 0x6E98 # 0 +0x0000E4DC 0x6EE0 # 0 +0x0000E4DD 0x6F2D # 0 +0x0000E4DE 0x6EE2 # 0 +0x0000E4DF 0x6EA5 # 0 +0x0000E4E0 0x6EA7 # 0 +0x0000E4E1 0x6EBD # 0 +0x0000E4E2 0x6EBB # 0 +0x0000E4E3 0x6EB7 # 0 +0x0000E4E4 0x6ED7 # 0 +0x0000E4E5 0x6EB4 # 0 +0x0000E4E6 0x6ECF # 0 +0x0000E4E7 0x6E8F # 0 +0x0000E4E8 0x6EC2 # 0 +0x0000E4E9 0x6E9F # 0 +0x0000E4EA 0x6F62 # 0 +0x0000E4EB 0x6F46 # 0 +0x0000E4EC 0x6F47 # 0 +0x0000E4ED 0x6F24 # 0 +0x0000E4EE 0x6F15 # 0 +0x0000E4EF 0x6EF9 # 0 +0x0000E4F0 0x6F2F # 0 +0x0000E4F1 0x6F36 # 0 +0x0000E4F2 0x6F4B # 0 +0x0000E4F3 0x6F74 # 0 +0x0000E4F4 0x6F2A # 0 +0x0000E4F5 0x6F09 # 0 +0x0000E4F6 0x6F29 # 0 +0x0000E4F7 0x6F89 # 0 +0x0000E4F8 0x6F8D # 0 +0x0000E4F9 0x6F8C # 0 +0x0000E4FA 0x6F78 # 0 +0x0000E4FB 0x6F72 # 0 +0x0000E4FC 0x6F7C # 0 +0x0000E4FD 0x6F7A # 0 +0x0000E4FE 0x6FD1 # 0 +0x0000E5A1 0x6FC9 # 0 +0x0000E5A2 0x6FA7 # 0 +0x0000E5A3 0x6FB9 # 0 +0x0000E5A4 0x6FB6 # 0 +0x0000E5A5 0x6FC2 # 0 +0x0000E5A6 0x6FE1 # 0 +0x0000E5A7 0x6FEE # 0 +0x0000E5A8 0x6FDE # 0 +0x0000E5A9 0x6FE0 # 0 +0x0000E5AA 0x6FEF # 0 +0x0000E5AB 0x701A # 0 +0x0000E5AC 0x7023 # 0 +0x0000E5AD 0x701B # 0 +0x0000E5AE 0x7039 # 0 +0x0000E5AF 0x7035 # 0 +0x0000E5B0 0x704F # 0 +0x0000E5B1 0x705E # 0 +0x0000E5B2 0x5B80 # 0 +0x0000E5B3 0x5B84 # 0 +0x0000E5B4 0x5B95 # 0 +0x0000E5B5 0x5B93 # 0 +0x0000E5B6 0x5BA5 # 0 +0x0000E5B7 0x5BB8 # 0 +0x0000E5B8 0x752F # 0 +0x0000E5B9 0x9A9E # 0 +0x0000E5BA 0x6434 # 0 +0x0000E5BB 0x5BE4 # 0 +0x0000E5BC 0x5BEE # 0 +0x0000E5BD 0x8930 # 0 +0x0000E5BE 0x5BF0 # 0 +0x0000E5BF 0x8E47 # 0 +0x0000E5C0 0x8B07 # 0 +0x0000E5C1 0x8FB6 # 0 +0x0000E5C2 0x8FD3 # 0 +0x0000E5C3 0x8FD5 # 0 +0x0000E5C4 0x8FE5 # 0 +0x0000E5C5 0x8FEE # 0 +0x0000E5C6 0x8FE4 # 0 +0x0000E5C7 0x8FE9 # 0 +0x0000E5C8 0x8FE6 # 0 +0x0000E5C9 0x8FF3 # 0 +0x0000E5CA 0x8FE8 # 0 +0x0000E5CB 0x9005 # 0 +0x0000E5CC 0x9004 # 0 +0x0000E5CD 0x900B # 0 +0x0000E5CE 0x9026 # 0 +0x0000E5CF 0x9011 # 0 +0x0000E5D0 0x900D # 0 +0x0000E5D1 0x9016 # 0 +0x0000E5D2 0x9021 # 0 +0x0000E5D3 0x9035 # 0 +0x0000E5D4 0x9036 # 0 +0x0000E5D5 0x902D # 0 +0x0000E5D6 0x902F # 0 +0x0000E5D7 0x9044 # 0 +0x0000E5D8 0x9051 # 0 +0x0000E5D9 0x9052 # 0 +0x0000E5DA 0x9050 # 0 +0x0000E5DB 0x9068 # 0 +0x0000E5DC 0x9058 # 0 +0x0000E5DD 0x9062 # 0 +0x0000E5DE 0x905B # 0 +0x0000E5DF 0x66B9 # 0 +0x0000E5E0 0x9074 # 0 +0x0000E5E1 0x907D # 0 +0x0000E5E2 0x9082 # 0 +0x0000E5E3 0x9088 # 0 +0x0000E5E4 0x9083 # 0 +0x0000E5E5 0x908B # 0 +0x0000E5E6 0x5F50 # 0 +0x0000E5E7 0x5F57 # 0 +0x0000E5E8 0x5F56 # 0 +0x0000E5E9 0x5F58 # 0 +0x0000E5EA 0x5C3B # 0 +0x0000E5EB 0x54AB # 0 +0x0000E5EC 0x5C50 # 0 +0x0000E5ED 0x5C59 # 0 +0x0000E5EE 0x5B71 # 0 +0x0000E5EF 0x5C63 # 0 +0x0000E5F0 0x5C66 # 0 +0x0000E5F1 0x7FBC # 0 +0x0000E5F2 0x5F2A # 0 +0x0000E5F3 0x5F29 # 0 +0x0000E5F4 0x5F2D # 0 +0x0000E5F5 0x8274 # 0 +0x0000E5F6 0x5F3C # 0 +0x0000E5F7 0x9B3B # 0 +0x0000E5F8 0x5C6E # 0 +0x0000E5F9 0x5981 # 0 +0x0000E5FA 0x5983 # 0 +0x0000E5FB 0x598D # 0 +0x0000E5FC 0x59A9 # 0 +0x0000E5FD 0x59AA # 0 +0x0000E5FE 0x59A3 # 0 +0x0000E6A1 0x5997 # 0 +0x0000E6A2 0x59CA # 0 +0x0000E6A3 0x59AB # 0 +0x0000E6A4 0x599E # 0 +0x0000E6A5 0x59A4 # 0 +0x0000E6A6 0x59D2 # 0 +0x0000E6A7 0x59B2 # 0 +0x0000E6A8 0x59AF # 0 +0x0000E6A9 0x59D7 # 0 +0x0000E6AA 0x59BE # 0 +0x0000E6AB 0x5A05 # 0 +0x0000E6AC 0x5A06 # 0 +0x0000E6AD 0x59DD # 0 +0x0000E6AE 0x5A08 # 0 +0x0000E6AF 0x59E3 # 0 +0x0000E6B0 0x59D8 # 0 +0x0000E6B1 0x59F9 # 0 +0x0000E6B2 0x5A0C # 0 +0x0000E6B3 0x5A09 # 0 +0x0000E6B4 0x5A32 # 0 +0x0000E6B5 0x5A34 # 0 +0x0000E6B6 0x5A11 # 0 +0x0000E6B7 0x5A23 # 0 +0x0000E6B8 0x5A13 # 0 +0x0000E6B9 0x5A40 # 0 +0x0000E6BA 0x5A67 # 0 +0x0000E6BB 0x5A4A # 0 +0x0000E6BC 0x5A55 # 0 +0x0000E6BD 0x5A3C # 0 +0x0000E6BE 0x5A62 # 0 +0x0000E6BF 0x5A75 # 0 +0x0000E6C0 0x80EC # 0 +0x0000E6C1 0x5AAA # 0 +0x0000E6C2 0x5A9B # 0 +0x0000E6C3 0x5A77 # 0 +0x0000E6C4 0x5A7A # 0 +0x0000E6C5 0x5ABE # 0 +0x0000E6C6 0x5AEB # 0 +0x0000E6C7 0x5AB2 # 0 +0x0000E6C8 0x5AD2 # 0 +0x0000E6C9 0x5AD4 # 0 +0x0000E6CA 0x5AB8 # 0 +0x0000E6CB 0x5AE0 # 0 +0x0000E6CC 0x5AE3 # 0 +0x0000E6CD 0x5AF1 # 0 +0x0000E6CE 0x5AD6 # 0 +0x0000E6CF 0x5AE6 # 0 +0x0000E6D0 0x5AD8 # 0 +0x0000E6D1 0x5ADC # 0 +0x0000E6D2 0x5B09 # 0 +0x0000E6D3 0x5B17 # 0 +0x0000E6D4 0x5B16 # 0 +0x0000E6D5 0x5B32 # 0 +0x0000E6D6 0x5B37 # 0 +0x0000E6D7 0x5B40 # 0 +0x0000E6D8 0x5C15 # 0 +0x0000E6D9 0x5C1C # 0 +0x0000E6DA 0x5B5A # 0 +0x0000E6DB 0x5B65 # 0 +0x0000E6DC 0x5B73 # 0 +0x0000E6DD 0x5B51 # 0 +0x0000E6DE 0x5B53 # 0 +0x0000E6DF 0x5B62 # 0 +0x0000E6E0 0x9A75 # 0 +0x0000E6E1 0x9A77 # 0 +0x0000E6E2 0x9A78 # 0 +0x0000E6E3 0x9A7A # 0 +0x0000E6E4 0x9A7F # 0 +0x0000E6E5 0x9A7D # 0 +0x0000E6E6 0x9A80 # 0 +0x0000E6E7 0x9A81 # 0 +0x0000E6E8 0x9A85 # 0 +0x0000E6E9 0x9A88 # 0 +0x0000E6EA 0x9A8A # 0 +0x0000E6EB 0x9A90 # 0 +0x0000E6EC 0x9A92 # 0 +0x0000E6ED 0x9A93 # 0 +0x0000E6EE 0x9A96 # 0 +0x0000E6EF 0x9A98 # 0 +0x0000E6F0 0x9A9B # 0 +0x0000E6F1 0x9A9C # 0 +0x0000E6F2 0x9A9D # 0 +0x0000E6F3 0x9A9F # 0 +0x0000E6F4 0x9AA0 # 0 +0x0000E6F5 0x9AA2 # 0 +0x0000E6F6 0x9AA3 # 0 +0x0000E6F7 0x9AA5 # 0 +0x0000E6F8 0x9AA7 # 0 +0x0000E6F9 0x7E9F # 0 +0x0000E6FA 0x7EA1 # 0 +0x0000E6FB 0x7EA3 # 0 +0x0000E6FC 0x7EA5 # 0 +0x0000E6FD 0x7EA8 # 0 +0x0000E6FE 0x7EA9 # 0 +0x0000E7A1 0x7EAD # 0 +0x0000E7A2 0x7EB0 # 0 +0x0000E7A3 0x7EBE # 0 +0x0000E7A4 0x7EC0 # 0 +0x0000E7A5 0x7EC1 # 0 +0x0000E7A6 0x7EC2 # 0 +0x0000E7A7 0x7EC9 # 0 +0x0000E7A8 0x7ECB # 0 +0x0000E7A9 0x7ECC # 0 +0x0000E7AA 0x7ED0 # 0 +0x0000E7AB 0x7ED4 # 0 +0x0000E7AC 0x7ED7 # 0 +0x0000E7AD 0x7EDB # 0 +0x0000E7AE 0x7EE0 # 0 +0x0000E7AF 0x7EE1 # 0 +0x0000E7B0 0x7EE8 # 0 +0x0000E7B1 0x7EEB # 0 +0x0000E7B2 0x7EEE # 0 +0x0000E7B3 0x7EEF # 0 +0x0000E7B4 0x7EF1 # 0 +0x0000E7B5 0x7EF2 # 0 +0x0000E7B6 0x7F0D # 0 +0x0000E7B7 0x7EF6 # 0 +0x0000E7B8 0x7EFA # 0 +0x0000E7B9 0x7EFB # 0 +0x0000E7BA 0x7EFE # 0 +0x0000E7BB 0x7F01 # 0 +0x0000E7BC 0x7F02 # 0 +0x0000E7BD 0x7F03 # 0 +0x0000E7BE 0x7F07 # 0 +0x0000E7BF 0x7F08 # 0 +0x0000E7C0 0x7F0B # 0 +0x0000E7C1 0x7F0C # 0 +0x0000E7C2 0x7F0F # 0 +0x0000E7C3 0x7F11 # 0 +0x0000E7C4 0x7F12 # 0 +0x0000E7C5 0x7F17 # 0 +0x0000E7C6 0x7F19 # 0 +0x0000E7C7 0x7F1C # 0 +0x0000E7C8 0x7F1B # 0 +0x0000E7C9 0x7F1F # 0 +0x0000E7CA 0x7F21 # 0 +0x0000E7CB 0x7F22 # 0 +0x0000E7CC 0x7F23 # 0 +0x0000E7CD 0x7F24 # 0 +0x0000E7CE 0x7F25 # 0 +0x0000E7CF 0x7F26 # 0 +0x0000E7D0 0x7F27 # 0 +0x0000E7D1 0x7F2A # 0 +0x0000E7D2 0x7F2B # 0 +0x0000E7D3 0x7F2C # 0 +0x0000E7D4 0x7F2D # 0 +0x0000E7D5 0x7F2F # 0 +0x0000E7D6 0x7F30 # 0 +0x0000E7D7 0x7F31 # 0 +0x0000E7D8 0x7F32 # 0 +0x0000E7D9 0x7F33 # 0 +0x0000E7DA 0x7F35 # 0 +0x0000E7DB 0x5E7A # 0 +0x0000E7DC 0x757F # 0 +0x0000E7DD 0x5DDB # 0 +0x0000E7DE 0x753E # 0 +0x0000E7DF 0x9095 # 0 +0x0000E7E0 0x738E # 0 +0x0000E7E1 0x7391 # 0 +0x0000E7E2 0x73AE # 0 +0x0000E7E3 0x73A2 # 0 +0x0000E7E4 0x739F # 0 +0x0000E7E5 0x73CF # 0 +0x0000E7E6 0x73C2 # 0 +0x0000E7E7 0x73D1 # 0 +0x0000E7E8 0x73B7 # 0 +0x0000E7E9 0x73B3 # 0 +0x0000E7EA 0x73C0 # 0 +0x0000E7EB 0x73C9 # 0 +0x0000E7EC 0x73C8 # 0 +0x0000E7ED 0x73E5 # 0 +0x0000E7EE 0x73D9 # 0 +0x0000E7EF 0x987C # 0 +0x0000E7F0 0x740A # 0 +0x0000E7F1 0x73E9 # 0 +0x0000E7F2 0x73E7 # 0 +0x0000E7F3 0x73DE # 0 +0x0000E7F4 0x73BA # 0 +0x0000E7F5 0x73F2 # 0 +0x0000E7F6 0x740F # 0 +0x0000E7F7 0x742A # 0 +0x0000E7F8 0x745B # 0 +0x0000E7F9 0x7426 # 0 +0x0000E7FA 0x7425 # 0 +0x0000E7FB 0x7428 # 0 +0x0000E7FC 0x7430 # 0 +0x0000E7FD 0x742E # 0 +0x0000E7FE 0x742C # 0 +0x0000E8A1 0x741B # 0 +0x0000E8A2 0x741A # 0 +0x0000E8A3 0x7441 # 0 +0x0000E8A4 0x745C # 0 +0x0000E8A5 0x7457 # 0 +0x0000E8A6 0x7455 # 0 +0x0000E8A7 0x7459 # 0 +0x0000E8A8 0x7477 # 0 +0x0000E8A9 0x746D # 0 +0x0000E8AA 0x747E # 0 +0x0000E8AB 0x749C # 0 +0x0000E8AC 0x748E # 0 +0x0000E8AD 0x7480 # 0 +0x0000E8AE 0x7481 # 0 +0x0000E8AF 0x7487 # 0 +0x0000E8B0 0x748B # 0 +0x0000E8B1 0x749E # 0 +0x0000E8B2 0x74A8 # 0 +0x0000E8B3 0x74A9 # 0 +0x0000E8B4 0x7490 # 0 +0x0000E8B5 0x74A7 # 0 +0x0000E8B6 0x74D2 # 0 +0x0000E8B7 0x74BA # 0 +0x0000E8B8 0x97EA # 0 +0x0000E8B9 0x97EB # 0 +0x0000E8BA 0x97EC # 0 +0x0000E8BB 0x674C # 0 +0x0000E8BC 0x6753 # 0 +0x0000E8BD 0x675E # 0 +0x0000E8BE 0x6748 # 0 +0x0000E8BF 0x6769 # 0 +0x0000E8C0 0x67A5 # 0 +0x0000E8C1 0x6787 # 0 +0x0000E8C2 0x676A # 0 +0x0000E8C3 0x6773 # 0 +0x0000E8C4 0x6798 # 0 +0x0000E8C5 0x67A7 # 0 +0x0000E8C6 0x6775 # 0 +0x0000E8C7 0x67A8 # 0 +0x0000E8C8 0x679E # 0 +0x0000E8C9 0x67AD # 0 +0x0000E8CA 0x678B # 0 +0x0000E8CB 0x6777 # 0 +0x0000E8CC 0x677C # 0 +0x0000E8CD 0x67F0 # 0 +0x0000E8CE 0x6809 # 0 +0x0000E8CF 0x67D8 # 0 +0x0000E8D0 0x680A # 0 +0x0000E8D1 0x67E9 # 0 +0x0000E8D2 0x67B0 # 0 +0x0000E8D3 0x680C # 0 +0x0000E8D4 0x67D9 # 0 +0x0000E8D5 0x67B5 # 0 +0x0000E8D6 0x67DA # 0 +0x0000E8D7 0x67B3 # 0 +0x0000E8D8 0x67DD # 0 +0x0000E8D9 0x6800 # 0 +0x0000E8DA 0x67C3 # 0 +0x0000E8DB 0x67B8 # 0 +0x0000E8DC 0x67E2 # 0 +0x0000E8DD 0x680E # 0 +0x0000E8DE 0x67C1 # 0 +0x0000E8DF 0x67FD # 0 +0x0000E8E0 0x6832 # 0 +0x0000E8E1 0x6833 # 0 +0x0000E8E2 0x6860 # 0 +0x0000E8E3 0x6861 # 0 +0x0000E8E4 0x684E # 0 +0x0000E8E5 0x6862 # 0 +0x0000E8E6 0x6844 # 0 +0x0000E8E7 0x6864 # 0 +0x0000E8E8 0x6883 # 0 +0x0000E8E9 0x681D # 0 +0x0000E8EA 0x6855 # 0 +0x0000E8EB 0x6866 # 0 +0x0000E8EC 0x6841 # 0 +0x0000E8ED 0x6867 # 0 +0x0000E8EE 0x6840 # 0 +0x0000E8EF 0x683E # 0 +0x0000E8F0 0x684A # 0 +0x0000E8F1 0x6849 # 0 +0x0000E8F2 0x6829 # 0 +0x0000E8F3 0x68B5 # 0 +0x0000E8F4 0x688F # 0 +0x0000E8F5 0x6874 # 0 +0x0000E8F6 0x6877 # 0 +0x0000E8F7 0x6893 # 0 +0x0000E8F8 0x686B # 0 +0x0000E8F9 0x68C2 # 0 +0x0000E8FA 0x696E # 0 +0x0000E8FB 0x68FC # 0 +0x0000E8FC 0x691F # 0 +0x0000E8FD 0x6920 # 0 +0x0000E8FE 0x68F9 # 0 +0x0000E9A1 0x6924 # 0 +0x0000E9A2 0x68F0 # 0 +0x0000E9A3 0x690B # 0 +0x0000E9A4 0x6901 # 0 +0x0000E9A5 0x6957 # 0 +0x0000E9A6 0x68E3 # 0 +0x0000E9A7 0x6910 # 0 +0x0000E9A8 0x6971 # 0 +0x0000E9A9 0x6939 # 0 +0x0000E9AA 0x6960 # 0 +0x0000E9AB 0x6942 # 0 +0x0000E9AC 0x695D # 0 +0x0000E9AD 0x6984 # 0 +0x0000E9AE 0x696B # 0 +0x0000E9AF 0x6980 # 0 +0x0000E9B0 0x6998 # 0 +0x0000E9B1 0x6978 # 0 +0x0000E9B2 0x6934 # 0 +0x0000E9B3 0x69CC # 0 +0x0000E9B4 0x6987 # 0 +0x0000E9B5 0x6988 # 0 +0x0000E9B6 0x69CE # 0 +0x0000E9B7 0x6989 # 0 +0x0000E9B8 0x6966 # 0 +0x0000E9B9 0x6963 # 0 +0x0000E9BA 0x6979 # 0 +0x0000E9BB 0x699B # 0 +0x0000E9BC 0x69A7 # 0 +0x0000E9BD 0x69BB # 0 +0x0000E9BE 0x69AB # 0 +0x0000E9BF 0x69AD # 0 +0x0000E9C0 0x69D4 # 0 +0x0000E9C1 0x69B1 # 0 +0x0000E9C2 0x69C1 # 0 +0x0000E9C3 0x69CA # 0 +0x0000E9C4 0x69DF # 0 +0x0000E9C5 0x6995 # 0 +0x0000E9C6 0x69E0 # 0 +0x0000E9C7 0x698D # 0 +0x0000E9C8 0x69FF # 0 +0x0000E9C9 0x6A2F # 0 +0x0000E9CA 0x69ED # 0 +0x0000E9CB 0x6A17 # 0 +0x0000E9CC 0x6A18 # 0 +0x0000E9CD 0x6A65 # 0 +0x0000E9CE 0x69F2 # 0 +0x0000E9CF 0x6A44 # 0 +0x0000E9D0 0x6A3E # 0 +0x0000E9D1 0x6AA0 # 0 +0x0000E9D2 0x6A50 # 0 +0x0000E9D3 0x6A5B # 0 +0x0000E9D4 0x6A35 # 0 +0x0000E9D5 0x6A8E # 0 +0x0000E9D6 0x6A79 # 0 +0x0000E9D7 0x6A3D # 0 +0x0000E9D8 0x6A28 # 0 +0x0000E9D9 0x6A58 # 0 +0x0000E9DA 0x6A7C # 0 +0x0000E9DB 0x6A91 # 0 +0x0000E9DC 0x6A90 # 0 +0x0000E9DD 0x6AA9 # 0 +0x0000E9DE 0x6A97 # 0 +0x0000E9DF 0x6AAB # 0 +0x0000E9E0 0x7337 # 0 +0x0000E9E1 0x7352 # 0 +0x0000E9E2 0x6B81 # 0 +0x0000E9E3 0x6B82 # 0 +0x0000E9E4 0x6B87 # 0 +0x0000E9E5 0x6B84 # 0 +0x0000E9E6 0x6B92 # 0 +0x0000E9E7 0x6B93 # 0 +0x0000E9E8 0x6B8D # 0 +0x0000E9E9 0x6B9A # 0 +0x0000E9EA 0x6B9B # 0 +0x0000E9EB 0x6BA1 # 0 +0x0000E9EC 0x6BAA # 0 +0x0000E9ED 0x8F6B # 0 +0x0000E9EE 0x8F6D # 0 +0x0000E9EF 0x8F71 # 0 +0x0000E9F0 0x8F72 # 0 +0x0000E9F1 0x8F73 # 0 +0x0000E9F2 0x8F75 # 0 +0x0000E9F3 0x8F76 # 0 +0x0000E9F4 0x8F78 # 0 +0x0000E9F5 0x8F77 # 0 +0x0000E9F6 0x8F79 # 0 +0x0000E9F7 0x8F7A # 0 +0x0000E9F8 0x8F7C # 0 +0x0000E9F9 0x8F7E # 0 +0x0000E9FA 0x8F81 # 0 +0x0000E9FB 0x8F82 # 0 +0x0000E9FC 0x8F84 # 0 +0x0000E9FD 0x8F87 # 0 +0x0000E9FE 0x8F8B # 0 +0x0000EAA1 0x8F8D # 0 +0x0000EAA2 0x8F8E # 0 +0x0000EAA3 0x8F8F # 0 +0x0000EAA4 0x8F98 # 0 +0x0000EAA5 0x8F9A # 0 +0x0000EAA6 0x8ECE # 0 +0x0000EAA7 0x620B # 0 +0x0000EAA8 0x6217 # 0 +0x0000EAA9 0x621B # 0 +0x0000EAAA 0x621F # 0 +0x0000EAAB 0x6222 # 0 +0x0000EAAC 0x6221 # 0 +0x0000EAAD 0x6225 # 0 +0x0000EAAE 0x6224 # 0 +0x0000EAAF 0x622C # 0 +0x0000EAB0 0x81E7 # 0 +0x0000EAB1 0x74EF # 0 +0x0000EAB2 0x74F4 # 0 +0x0000EAB3 0x74FF # 0 +0x0000EAB4 0x750F # 0 +0x0000EAB5 0x7511 # 0 +0x0000EAB6 0x7513 # 0 +0x0000EAB7 0x6534 # 0 +0x0000EAB8 0x65EE # 0 +0x0000EAB9 0x65EF # 0 +0x0000EABA 0x65F0 # 0 +0x0000EABB 0x660A # 0 +0x0000EABC 0x6619 # 0 +0x0000EABD 0x6772 # 0 +0x0000EABE 0x6603 # 0 +0x0000EABF 0x6615 # 0 +0x0000EAC0 0x6600 # 0 +0x0000EAC1 0x7085 # 0 +0x0000EAC2 0x66F7 # 0 +0x0000EAC3 0x661D # 0 +0x0000EAC4 0x6634 # 0 +0x0000EAC5 0x6631 # 0 +0x0000EAC6 0x6636 # 0 +0x0000EAC7 0x6635 # 0 +0x0000EAC8 0x8006 # 0 +0x0000EAC9 0x665F # 0 +0x0000EACA 0x6654 # 0 +0x0000EACB 0x6641 # 0 +0x0000EACC 0x664F # 0 +0x0000EACD 0x6656 # 0 +0x0000EACE 0x6661 # 0 +0x0000EACF 0x6657 # 0 +0x0000EAD0 0x6677 # 0 +0x0000EAD1 0x6684 # 0 +0x0000EAD2 0x668C # 0 +0x0000EAD3 0x66A7 # 0 +0x0000EAD4 0x669D # 0 +0x0000EAD5 0x66BE # 0 +0x0000EAD6 0x66DB # 0 +0x0000EAD7 0x66DC # 0 +0x0000EAD8 0x66E6 # 0 +0x0000EAD9 0x66E9 # 0 +0x0000EADA 0x8D32 # 0 +0x0000EADB 0x8D33 # 0 +0x0000EADC 0x8D36 # 0 +0x0000EADD 0x8D3B # 0 +0x0000EADE 0x8D3D # 0 +0x0000EADF 0x8D40 # 0 +0x0000EAE0 0x8D45 # 0 +0x0000EAE1 0x8D46 # 0 +0x0000EAE2 0x8D48 # 0 +0x0000EAE3 0x8D49 # 0 +0x0000EAE4 0x8D47 # 0 +0x0000EAE5 0x8D4D # 0 +0x0000EAE6 0x8D55 # 0 +0x0000EAE7 0x8D59 # 0 +0x0000EAE8 0x89C7 # 0 +0x0000EAE9 0x89CA # 0 +0x0000EAEA 0x89CB # 0 +0x0000EAEB 0x89CC # 0 +0x0000EAEC 0x89CE # 0 +0x0000EAED 0x89CF # 0 +0x0000EAEE 0x89D0 # 0 +0x0000EAEF 0x89D1 # 0 +0x0000EAF0 0x726E # 0 +0x0000EAF1 0x729F # 0 +0x0000EAF2 0x725D # 0 +0x0000EAF3 0x7266 # 0 +0x0000EAF4 0x726F # 0 +0x0000EAF5 0x727E # 0 +0x0000EAF6 0x727F # 0 +0x0000EAF7 0x7284 # 0 +0x0000EAF8 0x728B # 0 +0x0000EAF9 0x728D # 0 +0x0000EAFA 0x728F # 0 +0x0000EAFB 0x7292 # 0 +0x0000EAFC 0x6308 # 0 +0x0000EAFD 0x6332 # 0 +0x0000EAFE 0x63B0 # 0 +0x0000EBA1 0x643F # 0 +0x0000EBA2 0x64D8 # 0 +0x0000EBA3 0x8004 # 0 +0x0000EBA4 0x6BEA # 0 +0x0000EBA5 0x6BF3 # 0 +0x0000EBA6 0x6BFD # 0 +0x0000EBA7 0x6BF5 # 0 +0x0000EBA8 0x6BF9 # 0 +0x0000EBA9 0x6C05 # 0 +0x0000EBAA 0x6C07 # 0 +0x0000EBAB 0x6C06 # 0 +0x0000EBAC 0x6C0D # 0 +0x0000EBAD 0x6C15 # 0 +0x0000EBAE 0x6C18 # 0 +0x0000EBAF 0x6C19 # 0 +0x0000EBB0 0x6C1A # 0 +0x0000EBB1 0x6C21 # 0 +0x0000EBB2 0x6C29 # 0 +0x0000EBB3 0x6C24 # 0 +0x0000EBB4 0x6C2A # 0 +0x0000EBB5 0x6C32 # 0 +0x0000EBB6 0x6535 # 0 +0x0000EBB7 0x6555 # 0 +0x0000EBB8 0x656B # 0 +0x0000EBB9 0x724D # 0 +0x0000EBBA 0x7252 # 0 +0x0000EBBB 0x7256 # 0 +0x0000EBBC 0x7230 # 0 +0x0000EBBD 0x8662 # 0 +0x0000EBBE 0x5216 # 0 +0x0000EBBF 0x809F # 0 +0x0000EBC0 0x809C # 0 +0x0000EBC1 0x8093 # 0 +0x0000EBC2 0x80BC # 0 +0x0000EBC3 0x670A # 0 +0x0000EBC4 0x80BD # 0 +0x0000EBC5 0x80B1 # 0 +0x0000EBC6 0x80AB # 0 +0x0000EBC7 0x80AD # 0 +0x0000EBC8 0x80B4 # 0 +0x0000EBC9 0x80B7 # 0 +0x0000EBCA 0x80E7 # 0 +0x0000EBCB 0x80E8 # 0 +0x0000EBCC 0x80E9 # 0 +0x0000EBCD 0x80EA # 0 +0x0000EBCE 0x80DB # 0 +0x0000EBCF 0x80C2 # 0 +0x0000EBD0 0x80C4 # 0 +0x0000EBD1 0x80D9 # 0 +0x0000EBD2 0x80CD # 0 +0x0000EBD3 0x80D7 # 0 +0x0000EBD4 0x6710 # 0 +0x0000EBD5 0x80DD # 0 +0x0000EBD6 0x80EB # 0 +0x0000EBD7 0x80F1 # 0 +0x0000EBD8 0x80F4 # 0 +0x0000EBD9 0x80ED # 0 +0x0000EBDA 0x810D # 0 +0x0000EBDB 0x810E # 0 +0x0000EBDC 0x80F2 # 0 +0x0000EBDD 0x80FC # 0 +0x0000EBDE 0x6715 # 0 +0x0000EBDF 0x8112 # 0 +0x0000EBE0 0x8C5A # 0 +0x0000EBE1 0x8136 # 0 +0x0000EBE2 0x811E # 0 +0x0000EBE3 0x812C # 0 +0x0000EBE4 0x8118 # 0 +0x0000EBE5 0x8132 # 0 +0x0000EBE6 0x8148 # 0 +0x0000EBE7 0x814C # 0 +0x0000EBE8 0x8153 # 0 +0x0000EBE9 0x8174 # 0 +0x0000EBEA 0x8159 # 0 +0x0000EBEB 0x815A # 0 +0x0000EBEC 0x8171 # 0 +0x0000EBED 0x8160 # 0 +0x0000EBEE 0x8169 # 0 +0x0000EBEF 0x817C # 0 +0x0000EBF0 0x817D # 0 +0x0000EBF1 0x816D # 0 +0x0000EBF2 0x8167 # 0 +0x0000EBF3 0x584D # 0 +0x0000EBF4 0x5AB5 # 0 +0x0000EBF5 0x8188 # 0 +0x0000EBF6 0x8182 # 0 +0x0000EBF7 0x8191 # 0 +0x0000EBF8 0x6ED5 # 0 +0x0000EBF9 0x81A3 # 0 +0x0000EBFA 0x81AA # 0 +0x0000EBFB 0x81CC # 0 +0x0000EBFC 0x6726 # 0 +0x0000EBFD 0x81CA # 0 +0x0000EBFE 0x81BB # 0 +0x0000ECA1 0x81C1 # 0 +0x0000ECA2 0x81A6 # 0 +0x0000ECA3 0x6B24 # 0 +0x0000ECA4 0x6B37 # 0 +0x0000ECA5 0x6B39 # 0 +0x0000ECA6 0x6B43 # 0 +0x0000ECA7 0x6B46 # 0 +0x0000ECA8 0x6B59 # 0 +0x0000ECA9 0x98D1 # 0 +0x0000ECAA 0x98D2 # 0 +0x0000ECAB 0x98D3 # 0 +0x0000ECAC 0x98D5 # 0 +0x0000ECAD 0x98D9 # 0 +0x0000ECAE 0x98DA # 0 +0x0000ECAF 0x6BB3 # 0 +0x0000ECB0 0x5F40 # 0 +0x0000ECB1 0x6BC2 # 0 +0x0000ECB2 0x89F3 # 0 +0x0000ECB3 0x6590 # 0 +0x0000ECB4 0x9F51 # 0 +0x0000ECB5 0x6593 # 0 +0x0000ECB6 0x65BC # 0 +0x0000ECB7 0x65C6 # 0 +0x0000ECB8 0x65C4 # 0 +0x0000ECB9 0x65C3 # 0 +0x0000ECBA 0x65CC # 0 +0x0000ECBB 0x65CE # 0 +0x0000ECBC 0x65D2 # 0 +0x0000ECBD 0x65D6 # 0 +0x0000ECBE 0x7080 # 0 +0x0000ECBF 0x709C # 0 +0x0000ECC0 0x7096 # 0 +0x0000ECC1 0x709D # 0 +0x0000ECC2 0x70BB # 0 +0x0000ECC3 0x70C0 # 0 +0x0000ECC4 0x70B7 # 0 +0x0000ECC5 0x70AB # 0 +0x0000ECC6 0x70B1 # 0 +0x0000ECC7 0x70E8 # 0 +0x0000ECC8 0x70CA # 0 +0x0000ECC9 0x7110 # 0 +0x0000ECCA 0x7113 # 0 +0x0000ECCB 0x7116 # 0 +0x0000ECCC 0x712F # 0 +0x0000ECCD 0x7131 # 0 +0x0000ECCE 0x7173 # 0 +0x0000ECCF 0x715C # 0 +0x0000ECD0 0x7168 # 0 +0x0000ECD1 0x7145 # 0 +0x0000ECD2 0x7172 # 0 +0x0000ECD3 0x714A # 0 +0x0000ECD4 0x7178 # 0 +0x0000ECD5 0x717A # 0 +0x0000ECD6 0x7198 # 0 +0x0000ECD7 0x71B3 # 0 +0x0000ECD8 0x71B5 # 0 +0x0000ECD9 0x71A8 # 0 +0x0000ECDA 0x71A0 # 0 +0x0000ECDB 0x71E0 # 0 +0x0000ECDC 0x71D4 # 0 +0x0000ECDD 0x71E7 # 0 +0x0000ECDE 0x71F9 # 0 +0x0000ECDF 0x721D # 0 +0x0000ECE0 0x7228 # 0 +0x0000ECE1 0x706C # 0 +0x0000ECE2 0x7118 # 0 +0x0000ECE3 0x7166 # 0 +0x0000ECE4 0x71B9 # 0 +0x0000ECE5 0x623E # 0 +0x0000ECE6 0x623D # 0 +0x0000ECE7 0x6243 # 0 +0x0000ECE8 0x6248 # 0 +0x0000ECE9 0x6249 # 0 +0x0000ECEA 0x793B # 0 +0x0000ECEB 0x7940 # 0 +0x0000ECEC 0x7946 # 0 +0x0000ECED 0x7949 # 0 +0x0000ECEE 0x795B # 0 +0x0000ECEF 0x795C # 0 +0x0000ECF0 0x7953 # 0 +0x0000ECF1 0x795A # 0 +0x0000ECF2 0x7962 # 0 +0x0000ECF3 0x7957 # 0 +0x0000ECF4 0x7960 # 0 +0x0000ECF5 0x796F # 0 +0x0000ECF6 0x7967 # 0 +0x0000ECF7 0x797A # 0 +0x0000ECF8 0x7985 # 0 +0x0000ECF9 0x798A # 0 +0x0000ECFA 0x799A # 0 +0x0000ECFB 0x79A7 # 0 +0x0000ECFC 0x79B3 # 0 +0x0000ECFD 0x5FD1 # 0 +0x0000ECFE 0x5FD0 # 0 +0x0000EDA1 0x603C # 0 +0x0000EDA2 0x605D # 0 +0x0000EDA3 0x605A # 0 +0x0000EDA4 0x6067 # 0 +0x0000EDA5 0x6041 # 0 +0x0000EDA6 0x6059 # 0 +0x0000EDA7 0x6063 # 0 +0x0000EDA8 0x60AB # 0 +0x0000EDA9 0x6106 # 0 +0x0000EDAA 0x610D # 0 +0x0000EDAB 0x615D # 0 +0x0000EDAC 0x61A9 # 0 +0x0000EDAD 0x619D # 0 +0x0000EDAE 0x61CB # 0 +0x0000EDAF 0x61D1 # 0 +0x0000EDB0 0x6206 # 0 +0x0000EDB1 0x8080 # 0 +0x0000EDB2 0x807F # 0 +0x0000EDB3 0x6C93 # 0 +0x0000EDB4 0x6CF6 # 0 +0x0000EDB5 0x6DFC # 0 +0x0000EDB6 0x77F6 # 0 +0x0000EDB7 0x77F8 # 0 +0x0000EDB8 0x7800 # 0 +0x0000EDB9 0x7809 # 0 +0x0000EDBA 0x7817 # 0 +0x0000EDBB 0x7818 # 0 +0x0000EDBC 0x7811 # 0 +0x0000EDBD 0x65AB # 0 +0x0000EDBE 0x782D # 0 +0x0000EDBF 0x781C # 0 +0x0000EDC0 0x781D # 0 +0x0000EDC1 0x7839 # 0 +0x0000EDC2 0x783A # 0 +0x0000EDC3 0x783B # 0 +0x0000EDC4 0x781F # 0 +0x0000EDC5 0x783C # 0 +0x0000EDC6 0x7825 # 0 +0x0000EDC7 0x782C # 0 +0x0000EDC8 0x7823 # 0 +0x0000EDC9 0x7829 # 0 +0x0000EDCA 0x784E # 0 +0x0000EDCB 0x786D # 0 +0x0000EDCC 0x7856 # 0 +0x0000EDCD 0x7857 # 0 +0x0000EDCE 0x7826 # 0 +0x0000EDCF 0x7850 # 0 +0x0000EDD0 0x7847 # 0 +0x0000EDD1 0x784C # 0 +0x0000EDD2 0x786A # 0 +0x0000EDD3 0x789B # 0 +0x0000EDD4 0x7893 # 0 +0x0000EDD5 0x789A # 0 +0x0000EDD6 0x7887 # 0 +0x0000EDD7 0x789C # 0 +0x0000EDD8 0x78A1 # 0 +0x0000EDD9 0x78A3 # 0 +0x0000EDDA 0x78B2 # 0 +0x0000EDDB 0x78B9 # 0 +0x0000EDDC 0x78A5 # 0 +0x0000EDDD 0x78D4 # 0 +0x0000EDDE 0x78D9 # 0 +0x0000EDDF 0x78C9 # 0 +0x0000EDE0 0x78EC # 0 +0x0000EDE1 0x78F2 # 0 +0x0000EDE2 0x7905 # 0 +0x0000EDE3 0x78F4 # 0 +0x0000EDE4 0x7913 # 0 +0x0000EDE5 0x7924 # 0 +0x0000EDE6 0x791E # 0 +0x0000EDE7 0x7934 # 0 +0x0000EDE8 0x9F9B # 0 +0x0000EDE9 0x9EF9 # 0 +0x0000EDEA 0x9EFB # 0 +0x0000EDEB 0x9EFC # 0 +0x0000EDEC 0x76F1 # 0 +0x0000EDED 0x7704 # 0 +0x0000EDEE 0x770D # 0 +0x0000EDEF 0x76F9 # 0 +0x0000EDF0 0x7707 # 0 +0x0000EDF1 0x7708 # 0 +0x0000EDF2 0x771A # 0 +0x0000EDF3 0x7722 # 0 +0x0000EDF4 0x7719 # 0 +0x0000EDF5 0x772D # 0 +0x0000EDF6 0x7726 # 0 +0x0000EDF7 0x7735 # 0 +0x0000EDF8 0x7738 # 0 +0x0000EDF9 0x7750 # 0 +0x0000EDFA 0x7751 # 0 +0x0000EDFB 0x7747 # 0 +0x0000EDFC 0x7743 # 0 +0x0000EDFD 0x775A # 0 +0x0000EDFE 0x7768 # 0 +0x0000EEA1 0x7762 # 0 +0x0000EEA2 0x7765 # 0 +0x0000EEA3 0x777F # 0 +0x0000EEA4 0x778D # 0 +0x0000EEA5 0x777D # 0 +0x0000EEA6 0x7780 # 0 +0x0000EEA7 0x778C # 0 +0x0000EEA8 0x7791 # 0 +0x0000EEA9 0x779F # 0 +0x0000EEAA 0x77A0 # 0 +0x0000EEAB 0x77B0 # 0 +0x0000EEAC 0x77B5 # 0 +0x0000EEAD 0x77BD # 0 +0x0000EEAE 0x753A # 0 +0x0000EEAF 0x7540 # 0 +0x0000EEB0 0x754E # 0 +0x0000EEB1 0x754B # 0 +0x0000EEB2 0x7548 # 0 +0x0000EEB3 0x755B # 0 +0x0000EEB4 0x7572 # 0 +0x0000EEB5 0x7579 # 0 +0x0000EEB6 0x7583 # 0 +0x0000EEB7 0x7F58 # 0 +0x0000EEB8 0x7F61 # 0 +0x0000EEB9 0x7F5F # 0 +0x0000EEBA 0x8A48 # 0 +0x0000EEBB 0x7F68 # 0 +0x0000EEBC 0x7F74 # 0 +0x0000EEBD 0x7F71 # 0 +0x0000EEBE 0x7F79 # 0 +0x0000EEBF 0x7F81 # 0 +0x0000EEC0 0x7F7E # 0 +0x0000EEC1 0x76CD # 0 +0x0000EEC2 0x76E5 # 0 +0x0000EEC3 0x8832 # 0 +0x0000EEC4 0x9485 # 0 +0x0000EEC5 0x9486 # 0 +0x0000EEC6 0x9487 # 0 +0x0000EEC7 0x948B # 0 +0x0000EEC8 0x948A # 0 +0x0000EEC9 0x948C # 0 +0x0000EECA 0x948D # 0 +0x0000EECB 0x948F # 0 +0x0000EECC 0x9490 # 0 +0x0000EECD 0x9494 # 0 +0x0000EECE 0x9497 # 0 +0x0000EECF 0x9495 # 0 +0x0000EED0 0x949A # 0 +0x0000EED1 0x949B # 0 +0x0000EED2 0x949C # 0 +0x0000EED3 0x94A3 # 0 +0x0000EED4 0x94A4 # 0 +0x0000EED5 0x94AB # 0 +0x0000EED6 0x94AA # 0 +0x0000EED7 0x94AD # 0 +0x0000EED8 0x94AC # 0 +0x0000EED9 0x94AF # 0 +0x0000EEDA 0x94B0 # 0 +0x0000EEDB 0x94B2 # 0 +0x0000EEDC 0x94B4 # 0 +0x0000EEDD 0x94B6 # 0 +0x0000EEDE 0x94B7 # 0 +0x0000EEDF 0x94B8 # 0 +0x0000EEE0 0x94B9 # 0 +0x0000EEE1 0x94BA # 0 +0x0000EEE2 0x94BC # 0 +0x0000EEE3 0x94BD # 0 +0x0000EEE4 0x94BF # 0 +0x0000EEE5 0x94C4 # 0 +0x0000EEE6 0x94C8 # 0 +0x0000EEE7 0x94C9 # 0 +0x0000EEE8 0x94CA # 0 +0x0000EEE9 0x94CB # 0 +0x0000EEEA 0x94CC # 0 +0x0000EEEB 0x94CD # 0 +0x0000EEEC 0x94CE # 0 +0x0000EEED 0x94D0 # 0 +0x0000EEEE 0x94D1 # 0 +0x0000EEEF 0x94D2 # 0 +0x0000EEF0 0x94D5 # 0 +0x0000EEF1 0x94D6 # 0 +0x0000EEF2 0x94D7 # 0 +0x0000EEF3 0x94D9 # 0 +0x0000EEF4 0x94D8 # 0 +0x0000EEF5 0x94DB # 0 +0x0000EEF6 0x94DE # 0 +0x0000EEF7 0x94DF # 0 +0x0000EEF8 0x94E0 # 0 +0x0000EEF9 0x94E2 # 0 +0x0000EEFA 0x94E4 # 0 +0x0000EEFB 0x94E5 # 0 +0x0000EEFC 0x94E7 # 0 +0x0000EEFD 0x94E8 # 0 +0x0000EEFE 0x94EA # 0 +0x0000EFA1 0x94E9 # 0 +0x0000EFA2 0x94EB # 0 +0x0000EFA3 0x94EE # 0 +0x0000EFA4 0x94EF # 0 +0x0000EFA5 0x94F3 # 0 +0x0000EFA6 0x94F4 # 0 +0x0000EFA7 0x94F5 # 0 +0x0000EFA8 0x94F7 # 0 +0x0000EFA9 0x94F9 # 0 +0x0000EFAA 0x94FC # 0 +0x0000EFAB 0x94FD # 0 +0x0000EFAC 0x94FF # 0 +0x0000EFAD 0x9503 # 0 +0x0000EFAE 0x9502 # 0 +0x0000EFAF 0x9506 # 0 +0x0000EFB0 0x9507 # 0 +0x0000EFB1 0x9509 # 0 +0x0000EFB2 0x950A # 0 +0x0000EFB3 0x950D # 0 +0x0000EFB4 0x950E # 0 +0x0000EFB5 0x950F # 0 +0x0000EFB6 0x9512 # 0 +0x0000EFB7 0x9513 # 0 +0x0000EFB8 0x9514 # 0 +0x0000EFB9 0x9515 # 0 +0x0000EFBA 0x9516 # 0 +0x0000EFBB 0x9518 # 0 +0x0000EFBC 0x951B # 0 +0x0000EFBD 0x951D # 0 +0x0000EFBE 0x951E # 0 +0x0000EFBF 0x951F # 0 +0x0000EFC0 0x9522 # 0 +0x0000EFC1 0x952A # 0 +0x0000EFC2 0x952B # 0 +0x0000EFC3 0x9529 # 0 +0x0000EFC4 0x952C # 0 +0x0000EFC5 0x9531 # 0 +0x0000EFC6 0x9532 # 0 +0x0000EFC7 0x9534 # 0 +0x0000EFC8 0x9536 # 0 +0x0000EFC9 0x9537 # 0 +0x0000EFCA 0x9538 # 0 +0x0000EFCB 0x953C # 0 +0x0000EFCC 0x953E # 0 +0x0000EFCD 0x953F # 0 +0x0000EFCE 0x9542 # 0 +0x0000EFCF 0x9535 # 0 +0x0000EFD0 0x9544 # 0 +0x0000EFD1 0x9545 # 0 +0x0000EFD2 0x9546 # 0 +0x0000EFD3 0x9549 # 0 +0x0000EFD4 0x954C # 0 +0x0000EFD5 0x954E # 0 +0x0000EFD6 0x954F # 0 +0x0000EFD7 0x9552 # 0 +0x0000EFD8 0x9553 # 0 +0x0000EFD9 0x9554 # 0 +0x0000EFDA 0x9556 # 0 +0x0000EFDB 0x9557 # 0 +0x0000EFDC 0x9558 # 0 +0x0000EFDD 0x9559 # 0 +0x0000EFDE 0x955B # 0 +0x0000EFDF 0x955E # 0 +0x0000EFE0 0x955F # 0 +0x0000EFE1 0x955D # 0 +0x0000EFE2 0x9561 # 0 +0x0000EFE3 0x9562 # 0 +0x0000EFE4 0x9564 # 0 +0x0000EFE5 0x9565 # 0 +0x0000EFE6 0x9566 # 0 +0x0000EFE7 0x9567 # 0 +0x0000EFE8 0x9568 # 0 +0x0000EFE9 0x9569 # 0 +0x0000EFEA 0x956A # 0 +0x0000EFEB 0x956B # 0 +0x0000EFEC 0x956C # 0 +0x0000EFED 0x956F # 0 +0x0000EFEE 0x9571 # 0 +0x0000EFEF 0x9572 # 0 +0x0000EFF0 0x9573 # 0 +0x0000EFF1 0x953A # 0 +0x0000EFF2 0x77E7 # 0 +0x0000EFF3 0x77EC # 0 +0x0000EFF4 0x96C9 # 0 +0x0000EFF5 0x79D5 # 0 +0x0000EFF6 0x79ED # 0 +0x0000EFF7 0x79E3 # 0 +0x0000EFF8 0x79EB # 0 +0x0000EFF9 0x7A06 # 0 +0x0000EFFA 0x5D47 # 0 +0x0000EFFB 0x7A03 # 0 +0x0000EFFC 0x7A02 # 0 +0x0000EFFD 0x7A1E # 0 +0x0000EFFE 0x7A14 # 0 +0x0000F0A1 0x7A39 # 0 +0x0000F0A2 0x7A37 # 0 +0x0000F0A3 0x7A51 # 0 +0x0000F0A4 0x9ECF # 0 +0x0000F0A5 0x99A5 # 0 +0x0000F0A6 0x7A70 # 0 +0x0000F0A7 0x7688 # 0 +0x0000F0A8 0x768E # 0 +0x0000F0A9 0x7693 # 0 +0x0000F0AA 0x7699 # 0 +0x0000F0AB 0x76A4 # 0 +0x0000F0AC 0x74DE # 0 +0x0000F0AD 0x74E0 # 0 +0x0000F0AE 0x752C # 0 +0x0000F0AF 0x9E20 # 0 +0x0000F0B0 0x9E22 # 0 +0x0000F0B1 0x9E28 # 0 +0x0000F0B2 0x9E29 # 0 +0x0000F0B3 0x9E2A # 0 +0x0000F0B4 0x9E2B # 0 +0x0000F0B5 0x9E2C # 0 +0x0000F0B6 0x9E32 # 0 +0x0000F0B7 0x9E31 # 0 +0x0000F0B8 0x9E36 # 0 +0x0000F0B9 0x9E38 # 0 +0x0000F0BA 0x9E37 # 0 +0x0000F0BB 0x9E39 # 0 +0x0000F0BC 0x9E3A # 0 +0x0000F0BD 0x9E3E # 0 +0x0000F0BE 0x9E41 # 0 +0x0000F0BF 0x9E42 # 0 +0x0000F0C0 0x9E44 # 0 +0x0000F0C1 0x9E46 # 0 +0x0000F0C2 0x9E47 # 0 +0x0000F0C3 0x9E48 # 0 +0x0000F0C4 0x9E49 # 0 +0x0000F0C5 0x9E4B # 0 +0x0000F0C6 0x9E4C # 0 +0x0000F0C7 0x9E4E # 0 +0x0000F0C8 0x9E51 # 0 +0x0000F0C9 0x9E55 # 0 +0x0000F0CA 0x9E57 # 0 +0x0000F0CB 0x9E5A # 0 +0x0000F0CC 0x9E5B # 0 +0x0000F0CD 0x9E5C # 0 +0x0000F0CE 0x9E5E # 0 +0x0000F0CF 0x9E63 # 0 +0x0000F0D0 0x9E66 # 0 +0x0000F0D1 0x9E67 # 0 +0x0000F0D2 0x9E68 # 0 +0x0000F0D3 0x9E69 # 0 +0x0000F0D4 0x9E6A # 0 +0x0000F0D5 0x9E6B # 0 +0x0000F0D6 0x9E6C # 0 +0x0000F0D7 0x9E71 # 0 +0x0000F0D8 0x9E6D # 0 +0x0000F0D9 0x9E73 # 0 +0x0000F0DA 0x7592 # 0 +0x0000F0DB 0x7594 # 0 +0x0000F0DC 0x7596 # 0 +0x0000F0DD 0x75A0 # 0 +0x0000F0DE 0x759D # 0 +0x0000F0DF 0x75AC # 0 +0x0000F0E0 0x75A3 # 0 +0x0000F0E1 0x75B3 # 0 +0x0000F0E2 0x75B4 # 0 +0x0000F0E3 0x75B8 # 0 +0x0000F0E4 0x75C4 # 0 +0x0000F0E5 0x75B1 # 0 +0x0000F0E6 0x75B0 # 0 +0x0000F0E7 0x75C3 # 0 +0x0000F0E8 0x75C2 # 0 +0x0000F0E9 0x75D6 # 0 +0x0000F0EA 0x75CD # 0 +0x0000F0EB 0x75E3 # 0 +0x0000F0EC 0x75E8 # 0 +0x0000F0ED 0x75E6 # 0 +0x0000F0EE 0x75E4 # 0 +0x0000F0EF 0x75EB # 0 +0x0000F0F0 0x75E7 # 0 +0x0000F0F1 0x7603 # 0 +0x0000F0F2 0x75F1 # 0 +0x0000F0F3 0x75FC # 0 +0x0000F0F4 0x75FF # 0 +0x0000F0F5 0x7610 # 0 +0x0000F0F6 0x7600 # 0 +0x0000F0F7 0x7605 # 0 +0x0000F0F8 0x760C # 0 +0x0000F0F9 0x7617 # 0 +0x0000F0FA 0x760A # 0 +0x0000F0FB 0x7625 # 0 +0x0000F0FC 0x7618 # 0 +0x0000F0FD 0x7615 # 0 +0x0000F0FE 0x7619 # 0 +0x0000F1A1 0x761B # 0 +0x0000F1A2 0x763C # 0 +0x0000F1A3 0x7622 # 0 +0x0000F1A4 0x7620 # 0 +0x0000F1A5 0x7640 # 0 +0x0000F1A6 0x762D # 0 +0x0000F1A7 0x7630 # 0 +0x0000F1A8 0x763F # 0 +0x0000F1A9 0x7635 # 0 +0x0000F1AA 0x7643 # 0 +0x0000F1AB 0x763E # 0 +0x0000F1AC 0x7633 # 0 +0x0000F1AD 0x764D # 0 +0x0000F1AE 0x765E # 0 +0x0000F1AF 0x7654 # 0 +0x0000F1B0 0x765C # 0 +0x0000F1B1 0x7656 # 0 +0x0000F1B2 0x766B # 0 +0x0000F1B3 0x766F # 0 +0x0000F1B4 0x7FCA # 0 +0x0000F1B5 0x7AE6 # 0 +0x0000F1B6 0x7A78 # 0 +0x0000F1B7 0x7A79 # 0 +0x0000F1B8 0x7A80 # 0 +0x0000F1B9 0x7A86 # 0 +0x0000F1BA 0x7A88 # 0 +0x0000F1BB 0x7A95 # 0 +0x0000F1BC 0x7AA6 # 0 +0x0000F1BD 0x7AA0 # 0 +0x0000F1BE 0x7AAC # 0 +0x0000F1BF 0x7AA8 # 0 +0x0000F1C0 0x7AAD # 0 +0x0000F1C1 0x7AB3 # 0 +0x0000F1C2 0x8864 # 0 +0x0000F1C3 0x8869 # 0 +0x0000F1C4 0x8872 # 0 +0x0000F1C5 0x887D # 0 +0x0000F1C6 0x887F # 0 +0x0000F1C7 0x8882 # 0 +0x0000F1C8 0x88A2 # 0 +0x0000F1C9 0x88C6 # 0 +0x0000F1CA 0x88B7 # 0 +0x0000F1CB 0x88BC # 0 +0x0000F1CC 0x88C9 # 0 +0x0000F1CD 0x88E2 # 0 +0x0000F1CE 0x88CE # 0 +0x0000F1CF 0x88E3 # 0 +0x0000F1D0 0x88E5 # 0 +0x0000F1D1 0x88F1 # 0 +0x0000F1D2 0x891A # 0 +0x0000F1D3 0x88FC # 0 +0x0000F1D4 0x88E8 # 0 +0x0000F1D5 0x88FE # 0 +0x0000F1D6 0x88F0 # 0 +0x0000F1D7 0x8921 # 0 +0x0000F1D8 0x8919 # 0 +0x0000F1D9 0x8913 # 0 +0x0000F1DA 0x891B # 0 +0x0000F1DB 0x890A # 0 +0x0000F1DC 0x8934 # 0 +0x0000F1DD 0x892B # 0 +0x0000F1DE 0x8936 # 0 +0x0000F1DF 0x8941 # 0 +0x0000F1E0 0x8966 # 0 +0x0000F1E1 0x897B # 0 +0x0000F1E2 0x758B # 0 +0x0000F1E3 0x80E5 # 0 +0x0000F1E4 0x76B2 # 0 +0x0000F1E5 0x76B4 # 0 +0x0000F1E6 0x77DC # 0 +0x0000F1E7 0x8012 # 0 +0x0000F1E8 0x8014 # 0 +0x0000F1E9 0x8016 # 0 +0x0000F1EA 0x801C # 0 +0x0000F1EB 0x8020 # 0 +0x0000F1EC 0x8022 # 0 +0x0000F1ED 0x8025 # 0 +0x0000F1EE 0x8026 # 0 +0x0000F1EF 0x8027 # 0 +0x0000F1F0 0x8029 # 0 +0x0000F1F1 0x8028 # 0 +0x0000F1F2 0x8031 # 0 +0x0000F1F3 0x800B # 0 +0x0000F1F4 0x8035 # 0 +0x0000F1F5 0x8043 # 0 +0x0000F1F6 0x8046 # 0 +0x0000F1F7 0x804D # 0 +0x0000F1F8 0x8052 # 0 +0x0000F1F9 0x8069 # 0 +0x0000F1FA 0x8071 # 0 +0x0000F1FB 0x8983 # 0 +0x0000F1FC 0x9878 # 0 +0x0000F1FD 0x9880 # 0 +0x0000F1FE 0x9883 # 0 +0x0000F2A1 0x9889 # 0 +0x0000F2A2 0x988C # 0 +0x0000F2A3 0x988D # 0 +0x0000F2A4 0x988F # 0 +0x0000F2A5 0x9894 # 0 +0x0000F2A6 0x989A # 0 +0x0000F2A7 0x989B # 0 +0x0000F2A8 0x989E # 0 +0x0000F2A9 0x989F # 0 +0x0000F2AA 0x98A1 # 0 +0x0000F2AB 0x98A2 # 0 +0x0000F2AC 0x98A5 # 0 +0x0000F2AD 0x98A6 # 0 +0x0000F2AE 0x864D # 0 +0x0000F2AF 0x8654 # 0 +0x0000F2B0 0x866C # 0 +0x0000F2B1 0x866E # 0 +0x0000F2B2 0x867F # 0 +0x0000F2B3 0x867A # 0 +0x0000F2B4 0x867C # 0 +0x0000F2B5 0x867B # 0 +0x0000F2B6 0x86A8 # 0 +0x0000F2B7 0x868D # 0 +0x0000F2B8 0x868B # 0 +0x0000F2B9 0x86AC # 0 +0x0000F2BA 0x869D # 0 +0x0000F2BB 0x86A7 # 0 +0x0000F2BC 0x86A3 # 0 +0x0000F2BD 0x86AA # 0 +0x0000F2BE 0x8693 # 0 +0x0000F2BF 0x86A9 # 0 +0x0000F2C0 0x86B6 # 0 +0x0000F2C1 0x86C4 # 0 +0x0000F2C2 0x86B5 # 0 +0x0000F2C3 0x86CE # 0 +0x0000F2C4 0x86B0 # 0 +0x0000F2C5 0x86BA # 0 +0x0000F2C6 0x86B1 # 0 +0x0000F2C7 0x86AF # 0 +0x0000F2C8 0x86C9 # 0 +0x0000F2C9 0x86CF # 0 +0x0000F2CA 0x86B4 # 0 +0x0000F2CB 0x86E9 # 0 +0x0000F2CC 0x86F1 # 0 +0x0000F2CD 0x86F2 # 0 +0x0000F2CE 0x86ED # 0 +0x0000F2CF 0x86F3 # 0 +0x0000F2D0 0x86D0 # 0 +0x0000F2D1 0x8713 # 0 +0x0000F2D2 0x86DE # 0 +0x0000F2D3 0x86F4 # 0 +0x0000F2D4 0x86DF # 0 +0x0000F2D5 0x86D8 # 0 +0x0000F2D6 0x86D1 # 0 +0x0000F2D7 0x8703 # 0 +0x0000F2D8 0x8707 # 0 +0x0000F2D9 0x86F8 # 0 +0x0000F2DA 0x8708 # 0 +0x0000F2DB 0x870A # 0 +0x0000F2DC 0x870D # 0 +0x0000F2DD 0x8709 # 0 +0x0000F2DE 0x8723 # 0 +0x0000F2DF 0x873B # 0 +0x0000F2E0 0x871E # 0 +0x0000F2E1 0x8725 # 0 +0x0000F2E2 0x872E # 0 +0x0000F2E3 0x871A # 0 +0x0000F2E4 0x873E # 0 +0x0000F2E5 0x8748 # 0 +0x0000F2E6 0x8734 # 0 +0x0000F2E7 0x8731 # 0 +0x0000F2E8 0x8729 # 0 +0x0000F2E9 0x8737 # 0 +0x0000F2EA 0x873F # 0 +0x0000F2EB 0x8782 # 0 +0x0000F2EC 0x8722 # 0 +0x0000F2ED 0x877D # 0 +0x0000F2EE 0x877E # 0 +0x0000F2EF 0x877B # 0 +0x0000F2F0 0x8760 # 0 +0x0000F2F1 0x8770 # 0 +0x0000F2F2 0x874C # 0 +0x0000F2F3 0x876E # 0 +0x0000F2F4 0x878B # 0 +0x0000F2F5 0x8753 # 0 +0x0000F2F6 0x8763 # 0 +0x0000F2F7 0x877C # 0 +0x0000F2F8 0x8764 # 0 +0x0000F2F9 0x8759 # 0 +0x0000F2FA 0x8765 # 0 +0x0000F2FB 0x8793 # 0 +0x0000F2FC 0x87AF # 0 +0x0000F2FD 0x87A8 # 0 +0x0000F2FE 0x87D2 # 0 +0x0000F3A1 0x87C6 # 0 +0x0000F3A2 0x8788 # 0 +0x0000F3A3 0x8785 # 0 +0x0000F3A4 0x87AD # 0 +0x0000F3A5 0x8797 # 0 +0x0000F3A6 0x8783 # 0 +0x0000F3A7 0x87AB # 0 +0x0000F3A8 0x87E5 # 0 +0x0000F3A9 0x87AC # 0 +0x0000F3AA 0x87B5 # 0 +0x0000F3AB 0x87B3 # 0 +0x0000F3AC 0x87CB # 0 +0x0000F3AD 0x87D3 # 0 +0x0000F3AE 0x87BD # 0 +0x0000F3AF 0x87D1 # 0 +0x0000F3B0 0x87C0 # 0 +0x0000F3B1 0x87CA # 0 +0x0000F3B2 0x87DB # 0 +0x0000F3B3 0x87EA # 0 +0x0000F3B4 0x87E0 # 0 +0x0000F3B5 0x87EE # 0 +0x0000F3B6 0x8816 # 0 +0x0000F3B7 0x8813 # 0 +0x0000F3B8 0x87FE # 0 +0x0000F3B9 0x880A # 0 +0x0000F3BA 0x881B # 0 +0x0000F3BB 0x8821 # 0 +0x0000F3BC 0x8839 # 0 +0x0000F3BD 0x883C # 0 +0x0000F3BE 0x7F36 # 0 +0x0000F3BF 0x7F42 # 0 +0x0000F3C0 0x7F44 # 0 +0x0000F3C1 0x7F45 # 0 +0x0000F3C2 0x8210 # 0 +0x0000F3C3 0x7AFA # 0 +0x0000F3C4 0x7AFD # 0 +0x0000F3C5 0x7B08 # 0 +0x0000F3C6 0x7B03 # 0 +0x0000F3C7 0x7B04 # 0 +0x0000F3C8 0x7B15 # 0 +0x0000F3C9 0x7B0A # 0 +0x0000F3CA 0x7B2B # 0 +0x0000F3CB 0x7B0F # 0 +0x0000F3CC 0x7B47 # 0 +0x0000F3CD 0x7B38 # 0 +0x0000F3CE 0x7B2A # 0 +0x0000F3CF 0x7B19 # 0 +0x0000F3D0 0x7B2E # 0 +0x0000F3D1 0x7B31 # 0 +0x0000F3D2 0x7B20 # 0 +0x0000F3D3 0x7B25 # 0 +0x0000F3D4 0x7B24 # 0 +0x0000F3D5 0x7B33 # 0 +0x0000F3D6 0x7B3E # 0 +0x0000F3D7 0x7B1E # 0 +0x0000F3D8 0x7B58 # 0 +0x0000F3D9 0x7B5A # 0 +0x0000F3DA 0x7B45 # 0 +0x0000F3DB 0x7B75 # 0 +0x0000F3DC 0x7B4C # 0 +0x0000F3DD 0x7B5D # 0 +0x0000F3DE 0x7B60 # 0 +0x0000F3DF 0x7B6E # 0 +0x0000F3E0 0x7B7B # 0 +0x0000F3E1 0x7B62 # 0 +0x0000F3E2 0x7B72 # 0 +0x0000F3E3 0x7B71 # 0 +0x0000F3E4 0x7B90 # 0 +0x0000F3E5 0x7BA6 # 0 +0x0000F3E6 0x7BA7 # 0 +0x0000F3E7 0x7BB8 # 0 +0x0000F3E8 0x7BAC # 0 +0x0000F3E9 0x7B9D # 0 +0x0000F3EA 0x7BA8 # 0 +0x0000F3EB 0x7B85 # 0 +0x0000F3EC 0x7BAA # 0 +0x0000F3ED 0x7B9C # 0 +0x0000F3EE 0x7BA2 # 0 +0x0000F3EF 0x7BAB # 0 +0x0000F3F0 0x7BB4 # 0 +0x0000F3F1 0x7BD1 # 0 +0x0000F3F2 0x7BC1 # 0 +0x0000F3F3 0x7BCC # 0 +0x0000F3F4 0x7BDD # 0 +0x0000F3F5 0x7BDA # 0 +0x0000F3F6 0x7BE5 # 0 +0x0000F3F7 0x7BE6 # 0 +0x0000F3F8 0x7BEA # 0 +0x0000F3F9 0x7C0C # 0 +0x0000F3FA 0x7BFE # 0 +0x0000F3FB 0x7BFC # 0 +0x0000F3FC 0x7C0F # 0 +0x0000F3FD 0x7C16 # 0 +0x0000F3FE 0x7C0B # 0 +0x0000F4A1 0x7C1F # 0 +0x0000F4A2 0x7C2A # 0 +0x0000F4A3 0x7C26 # 0 +0x0000F4A4 0x7C38 # 0 +0x0000F4A5 0x7C41 # 0 +0x0000F4A6 0x7C40 # 0 +0x0000F4A7 0x81FE # 0 +0x0000F4A8 0x8201 # 0 +0x0000F4A9 0x8202 # 0 +0x0000F4AA 0x8204 # 0 +0x0000F4AB 0x81EC # 0 +0x0000F4AC 0x8844 # 0 +0x0000F4AD 0x8221 # 0 +0x0000F4AE 0x8222 # 0 +0x0000F4AF 0x8223 # 0 +0x0000F4B0 0x822D # 0 +0x0000F4B1 0x822F # 0 +0x0000F4B2 0x8228 # 0 +0x0000F4B3 0x822B # 0 +0x0000F4B4 0x8238 # 0 +0x0000F4B5 0x823B # 0 +0x0000F4B6 0x8233 # 0 +0x0000F4B7 0x8234 # 0 +0x0000F4B8 0x823E # 0 +0x0000F4B9 0x8244 # 0 +0x0000F4BA 0x8249 # 0 +0x0000F4BB 0x824B # 0 +0x0000F4BC 0x824F # 0 +0x0000F4BD 0x825A # 0 +0x0000F4BE 0x825F # 0 +0x0000F4BF 0x8268 # 0 +0x0000F4C0 0x887E # 0 +0x0000F4C1 0x8885 # 0 +0x0000F4C2 0x8888 # 0 +0x0000F4C3 0x88D8 # 0 +0x0000F4C4 0x88DF # 0 +0x0000F4C5 0x895E # 0 +0x0000F4C6 0x7F9D # 0 +0x0000F4C7 0x7F9F # 0 +0x0000F4C8 0x7FA7 # 0 +0x0000F4C9 0x7FAF # 0 +0x0000F4CA 0x7FB0 # 0 +0x0000F4CB 0x7FB2 # 0 +0x0000F4CC 0x7C7C # 0 +0x0000F4CD 0x6549 # 0 +0x0000F4CE 0x7C91 # 0 +0x0000F4CF 0x7C9D # 0 +0x0000F4D0 0x7C9C # 0 +0x0000F4D1 0x7C9E # 0 +0x0000F4D2 0x7CA2 # 0 +0x0000F4D3 0x7CB2 # 0 +0x0000F4D4 0x7CBC # 0 +0x0000F4D5 0x7CBD # 0 +0x0000F4D6 0x7CC1 # 0 +0x0000F4D7 0x7CC7 # 0 +0x0000F4D8 0x7CCC # 0 +0x0000F4D9 0x7CCD # 0 +0x0000F4DA 0x7CC8 # 0 +0x0000F4DB 0x7CC5 # 0 +0x0000F4DC 0x7CD7 # 0 +0x0000F4DD 0x7CE8 # 0 +0x0000F4DE 0x826E # 0 +0x0000F4DF 0x66A8 # 0 +0x0000F4E0 0x7FBF # 0 +0x0000F4E1 0x7FCE # 0 +0x0000F4E2 0x7FD5 # 0 +0x0000F4E3 0x7FE5 # 0 +0x0000F4E4 0x7FE1 # 0 +0x0000F4E5 0x7FE6 # 0 +0x0000F4E6 0x7FE9 # 0 +0x0000F4E7 0x7FEE # 0 +0x0000F4E8 0x7FF3 # 0 +0x0000F4E9 0x7CF8 # 0 +0x0000F4EA 0x7D77 # 0 +0x0000F4EB 0x7DA6 # 0 +0x0000F4EC 0x7DAE # 0 +0x0000F4ED 0x7E47 # 0 +0x0000F4EE 0x7E9B # 0 +0x0000F4EF 0x9EB8 # 0 +0x0000F4F0 0x9EB4 # 0 +0x0000F4F1 0x8D73 # 0 +0x0000F4F2 0x8D84 # 0 +0x0000F4F3 0x8D94 # 0 +0x0000F4F4 0x8D91 # 0 +0x0000F4F5 0x8DB1 # 0 +0x0000F4F6 0x8D67 # 0 +0x0000F4F7 0x8D6D # 0 +0x0000F4F8 0x8C47 # 0 +0x0000F4F9 0x8C49 # 0 +0x0000F4FA 0x914A # 0 +0x0000F4FB 0x9150 # 0 +0x0000F4FC 0x914E # 0 +0x0000F4FD 0x914F # 0 +0x0000F4FE 0x9164 # 0 +0x0000F5A1 0x9162 # 0 +0x0000F5A2 0x9161 # 0 +0x0000F5A3 0x9170 # 0 +0x0000F5A4 0x9169 # 0 +0x0000F5A5 0x916F # 0 +0x0000F5A6 0x917D # 0 +0x0000F5A7 0x917E # 0 +0x0000F5A8 0x9172 # 0 +0x0000F5A9 0x9174 # 0 +0x0000F5AA 0x9179 # 0 +0x0000F5AB 0x918C # 0 +0x0000F5AC 0x9185 # 0 +0x0000F5AD 0x9190 # 0 +0x0000F5AE 0x918D # 0 +0x0000F5AF 0x9191 # 0 +0x0000F5B0 0x91A2 # 0 +0x0000F5B1 0x91A3 # 0 +0x0000F5B2 0x91AA # 0 +0x0000F5B3 0x91AD # 0 +0x0000F5B4 0x91AE # 0 +0x0000F5B5 0x91AF # 0 +0x0000F5B6 0x91B5 # 0 +0x0000F5B7 0x91B4 # 0 +0x0000F5B8 0x91BA # 0 +0x0000F5B9 0x8C55 # 0 +0x0000F5BA 0x9E7E # 0 +0x0000F5BB 0x8DB8 # 0 +0x0000F5BC 0x8DEB # 0 +0x0000F5BD 0x8E05 # 0 +0x0000F5BE 0x8E59 # 0 +0x0000F5BF 0x8E69 # 0 +0x0000F5C0 0x8DB5 # 0 +0x0000F5C1 0x8DBF # 0 +0x0000F5C2 0x8DBC # 0 +0x0000F5C3 0x8DBA # 0 +0x0000F5C4 0x8DC4 # 0 +0x0000F5C5 0x8DD6 # 0 +0x0000F5C6 0x8DD7 # 0 +0x0000F5C7 0x8DDA # 0 +0x0000F5C8 0x8DDE # 0 +0x0000F5C9 0x8DCE # 0 +0x0000F5CA 0x8DCF # 0 +0x0000F5CB 0x8DDB # 0 +0x0000F5CC 0x8DC6 # 0 +0x0000F5CD 0x8DEC # 0 +0x0000F5CE 0x8DF7 # 0 +0x0000F5CF 0x8DF8 # 0 +0x0000F5D0 0x8DE3 # 0 +0x0000F5D1 0x8DF9 # 0 +0x0000F5D2 0x8DFB # 0 +0x0000F5D3 0x8DE4 # 0 +0x0000F5D4 0x8E09 # 0 +0x0000F5D5 0x8DFD # 0 +0x0000F5D6 0x8E14 # 0 +0x0000F5D7 0x8E1D # 0 +0x0000F5D8 0x8E1F # 0 +0x0000F5D9 0x8E2C # 0 +0x0000F5DA 0x8E2E # 0 +0x0000F5DB 0x8E23 # 0 +0x0000F5DC 0x8E2F # 0 +0x0000F5DD 0x8E3A # 0 +0x0000F5DE 0x8E40 # 0 +0x0000F5DF 0x8E39 # 0 +0x0000F5E0 0x8E35 # 0 +0x0000F5E1 0x8E3D # 0 +0x0000F5E2 0x8E31 # 0 +0x0000F5E3 0x8E49 # 0 +0x0000F5E4 0x8E41 # 0 +0x0000F5E5 0x8E42 # 0 +0x0000F5E6 0x8E51 # 0 +0x0000F5E7 0x8E52 # 0 +0x0000F5E8 0x8E4A # 0 +0x0000F5E9 0x8E70 # 0 +0x0000F5EA 0x8E76 # 0 +0x0000F5EB 0x8E7C # 0 +0x0000F5EC 0x8E6F # 0 +0x0000F5ED 0x8E74 # 0 +0x0000F5EE 0x8E85 # 0 +0x0000F5EF 0x8E8F # 0 +0x0000F5F0 0x8E94 # 0 +0x0000F5F1 0x8E90 # 0 +0x0000F5F2 0x8E9C # 0 +0x0000F5F3 0x8E9E # 0 +0x0000F5F4 0x8C78 # 0 +0x0000F5F5 0x8C82 # 0 +0x0000F5F6 0x8C8A # 0 +0x0000F5F7 0x8C85 # 0 +0x0000F5F8 0x8C98 # 0 +0x0000F5F9 0x8C94 # 0 +0x0000F5FA 0x659B # 0 +0x0000F5FB 0x89D6 # 0 +0x0000F5FC 0x89DE # 0 +0x0000F5FD 0x89DA # 0 +0x0000F5FE 0x89DC # 0 +0x0000F6A1 0x89E5 # 0 +0x0000F6A2 0x89EB # 0 +0x0000F6A3 0x89EF # 0 +0x0000F6A4 0x8A3E # 0 +0x0000F6A5 0x8B26 # 0 +0x0000F6A6 0x9753 # 0 +0x0000F6A7 0x96E9 # 0 +0x0000F6A8 0x96F3 # 0 +0x0000F6A9 0x96EF # 0 +0x0000F6AA 0x9706 # 0 +0x0000F6AB 0x9701 # 0 +0x0000F6AC 0x9708 # 0 +0x0000F6AD 0x970F # 0 +0x0000F6AE 0x970E # 0 +0x0000F6AF 0x972A # 0 +0x0000F6B0 0x972D # 0 +0x0000F6B1 0x9730 # 0 +0x0000F6B2 0x973E # 0 +0x0000F6B3 0x9F80 # 0 +0x0000F6B4 0x9F83 # 0 +0x0000F6B5 0x9F85 # 0 +0x0000F6B6 0x9F86 # 0 +0x0000F6B7 0x9F87 # 0 +0x0000F6B8 0x9F88 # 0 +0x0000F6B9 0x9F89 # 0 +0x0000F6BA 0x9F8A # 0 +0x0000F6BB 0x9F8C # 0 +0x0000F6BC 0x9EFE # 0 +0x0000F6BD 0x9F0B # 0 +0x0000F6BE 0x9F0D # 0 +0x0000F6BF 0x96B9 # 0 +0x0000F6C0 0x96BC # 0 +0x0000F6C1 0x96BD # 0 +0x0000F6C2 0x96CE # 0 +0x0000F6C3 0x96D2 # 0 +0x0000F6C4 0x77BF # 0 +0x0000F6C5 0x96E0 # 0 +0x0000F6C6 0x928E # 0 +0x0000F6C7 0x92AE # 0 +0x0000F6C8 0x92C8 # 0 +0x0000F6C9 0x933E # 0 +0x0000F6CA 0x936A # 0 +0x0000F6CB 0x93CA # 0 +0x0000F6CC 0x938F # 0 +0x0000F6CD 0x943E # 0 +0x0000F6CE 0x946B # 0 +0x0000F6CF 0x9C7F # 0 +0x0000F6D0 0x9C82 # 0 +0x0000F6D1 0x9C85 # 0 +0x0000F6D2 0x9C86 # 0 +0x0000F6D3 0x9C87 # 0 +0x0000F6D4 0x9C88 # 0 +0x0000F6D5 0x7A23 # 0 +0x0000F6D6 0x9C8B # 0 +0x0000F6D7 0x9C8E # 0 +0x0000F6D8 0x9C90 # 0 +0x0000F6D9 0x9C91 # 0 +0x0000F6DA 0x9C92 # 0 +0x0000F6DB 0x9C94 # 0 +0x0000F6DC 0x9C95 # 0 +0x0000F6DD 0x9C9A # 0 +0x0000F6DE 0x9C9B # 0 +0x0000F6DF 0x9C9E # 0 +0x0000F6E0 0x9C9F # 0 +0x0000F6E1 0x9CA0 # 0 +0x0000F6E2 0x9CA1 # 0 +0x0000F6E3 0x9CA2 # 0 +0x0000F6E4 0x9CA3 # 0 +0x0000F6E5 0x9CA5 # 0 +0x0000F6E6 0x9CA6 # 0 +0x0000F6E7 0x9CA7 # 0 +0x0000F6E8 0x9CA8 # 0 +0x0000F6E9 0x9CA9 # 0 +0x0000F6EA 0x9CAB # 0 +0x0000F6EB 0x9CAD # 0 +0x0000F6EC 0x9CAE # 0 +0x0000F6ED 0x9CB0 # 0 +0x0000F6EE 0x9CB1 # 0 +0x0000F6EF 0x9CB2 # 0 +0x0000F6F0 0x9CB3 # 0 +0x0000F6F1 0x9CB4 # 0 +0x0000F6F2 0x9CB5 # 0 +0x0000F6F3 0x9CB6 # 0 +0x0000F6F4 0x9CB7 # 0 +0x0000F6F5 0x9CBA # 0 +0x0000F6F6 0x9CBB # 0 +0x0000F6F7 0x9CBC # 0 +0x0000F6F8 0x9CBD # 0 +0x0000F6F9 0x9CC4 # 0 +0x0000F6FA 0x9CC5 # 0 +0x0000F6FB 0x9CC6 # 0 +0x0000F6FC 0x9CC7 # 0 +0x0000F6FD 0x9CCA # 0 +0x0000F6FE 0x9CCB # 0 +0x0000F7A1 0x9CCC # 0 +0x0000F7A2 0x9CCD # 0 +0x0000F7A3 0x9CCE # 0 +0x0000F7A4 0x9CCF # 0 +0x0000F7A5 0x9CD0 # 0 +0x0000F7A6 0x9CD3 # 0 +0x0000F7A7 0x9CD4 # 0 +0x0000F7A8 0x9CD5 # 0 +0x0000F7A9 0x9CD7 # 0 +0x0000F7AA 0x9CD8 # 0 +0x0000F7AB 0x9CD9 # 0 +0x0000F7AC 0x9CDC # 0 +0x0000F7AD 0x9CDD # 0 +0x0000F7AE 0x9CDF # 0 +0x0000F7AF 0x9CE2 # 0 +0x0000F7B0 0x977C # 0 +0x0000F7B1 0x9785 # 0 +0x0000F7B2 0x9791 # 0 +0x0000F7B3 0x9792 # 0 +0x0000F7B4 0x9794 # 0 +0x0000F7B5 0x97AF # 0 +0x0000F7B6 0x97AB # 0 +0x0000F7B7 0x97A3 # 0 +0x0000F7B8 0x97B2 # 0 +0x0000F7B9 0x97B4 # 0 +0x0000F7BA 0x9AB1 # 0 +0x0000F7BB 0x9AB0 # 0 +0x0000F7BC 0x9AB7 # 0 +0x0000F7BD 0x9E58 # 0 +0x0000F7BE 0x9AB6 # 0 +0x0000F7BF 0x9ABA # 0 +0x0000F7C0 0x9ABC # 0 +0x0000F7C1 0x9AC1 # 0 +0x0000F7C2 0x9AC0 # 0 +0x0000F7C3 0x9AC5 # 0 +0x0000F7C4 0x9AC2 # 0 +0x0000F7C5 0x9ACB # 0 +0x0000F7C6 0x9ACC # 0 +0x0000F7C7 0x9AD1 # 0 +0x0000F7C8 0x9B45 # 0 +0x0000F7C9 0x9B43 # 0 +0x0000F7CA 0x9B47 # 0 +0x0000F7CB 0x9B49 # 0 +0x0000F7CC 0x9B48 # 0 +0x0000F7CD 0x9B4D # 0 +0x0000F7CE 0x9B51 # 0 +0x0000F7CF 0x98E8 # 0 +0x0000F7D0 0x990D # 0 +0x0000F7D1 0x992E # 0 +0x0000F7D2 0x9955 # 0 +0x0000F7D3 0x9954 # 0 +0x0000F7D4 0x9ADF # 0 +0x0000F7D5 0x9AE1 # 0 +0x0000F7D6 0x9AE6 # 0 +0x0000F7D7 0x9AEF # 0 +0x0000F7D8 0x9AEB # 0 +0x0000F7D9 0x9AFB # 0 +0x0000F7DA 0x9AED # 0 +0x0000F7DB 0x9AF9 # 0 +0x0000F7DC 0x9B08 # 0 +0x0000F7DD 0x9B0F # 0 +0x0000F7DE 0x9B13 # 0 +0x0000F7DF 0x9B1F # 0 +0x0000F7E0 0x9B23 # 0 +0x0000F7E1 0x9EBD # 0 +0x0000F7E2 0x9EBE # 0 +0x0000F7E3 0x7E3B # 0 +0x0000F7E4 0x9E82 # 0 +0x0000F7E5 0x9E87 # 0 +0x0000F7E6 0x9E88 # 0 +0x0000F7E7 0x9E8B # 0 +0x0000F7E8 0x9E92 # 0 +0x0000F7E9 0x93D6 # 0 +0x0000F7EA 0x9E9D # 0 +0x0000F7EB 0x9E9F # 0 +0x0000F7EC 0x9EDB # 0 +0x0000F7ED 0x9EDC # 0 +0x0000F7EE 0x9EDD # 0 +0x0000F7EF 0x9EE0 # 0 +0x0000F7F0 0x9EDF # 0 +0x0000F7F1 0x9EE2 # 0 +0x0000F7F2 0x9EE9 # 0 +0x0000F7F3 0x9EE7 # 0 +0x0000F7F4 0x9EE5 # 0 +0x0000F7F5 0x9EEA # 0 +0x0000F7F6 0x9EEF # 0 +0x0000F7F7 0x9F22 # 0 +0x0000F7F8 0x9F2C # 0 +0x0000F7F9 0x9F2F # 0 +0x0000F7FA 0x9F39 # 0 +0x0000F7FB 0x9F37 # 0 +0x0000F7FC 0x9F3D # 0 +0x0000F7FD 0x9F3E # 0 +0x0000F7FE 0x9F44 # 0 diff --git a/data/euc-jp.txt b/data/euc-jp.txt new file mode 100644 index 0000000000..87af725e32 --- /dev/null +++ b/data/euc-jp.txt @@ -0,0 +1,15184 @@ +# euc-jp.txt - EUC to Unicode charmap +0x00000000 0x0000 # 0 +0x00000001 0x0001 # 0 +0x00000002 0x0002 # 0 +0x00000003 0x0003 # 0 +0x00000004 0x0004 # 0 +0x00000005 0x0005 # 0 +0x00000006 0x0006 # 0 +0x00000007 0x0007 # 0 +0x00000008 0x0008 # 0 +0x00000009 0x0009 # 0 +0x0000000A 0x000A # 0 +0x0000000B 0x000B # 0 +0x0000000C 0x000C # 0 +0x0000000D 0x000D # 0 +0x0000000E 0x000E # 0 +0x0000000F 0x000F # 0 +0x00000010 0x0010 # 0 +0x00000011 0x0011 # 0 +0x00000012 0x0012 # 0 +0x00000013 0x0013 # 0 +0x00000014 0x0014 # 0 +0x00000015 0x0015 # 0 +0x00000016 0x0016 # 0 +0x00000017 0x0017 # 0 +0x00000018 0x0018 # 0 +0x00000019 0x0019 # 0 +0x0000001A 0x001A # 0 +0x0000001B 0x001B # 0 +0x0000001C 0x001C # 0 +0x0000001D 0x001D # 0 +0x0000001E 0x001E # 0 +0x0000001F 0x001F # 0 +0x00000020 0x0020 # 0 +0x00000021 0x0021 # 0 +0x00000022 0x0022 # 0 +0x00000023 0x0023 # 0 +0x00000024 0x0024 # 0 +0x00000025 0x0025 # 0 +0x00000026 0x0026 # 0 +0x00000027 0x0027 # 0 +0x00000028 0x0028 # 0 +0x00000029 0x0029 # 0 +0x0000002A 0x002A # 0 +0x0000002B 0x002B # 0 +0x0000002C 0x002C # 0 +0x0000002D 0x002D # 0 +0x0000002E 0x002E # 0 +0x0000002F 0x002F # 0 +0x00000030 0x0030 # 0 +0x00000031 0x0031 # 0 +0x00000032 0x0032 # 0 +0x00000033 0x0033 # 0 +0x00000034 0x0034 # 0 +0x00000035 0x0035 # 0 +0x00000036 0x0036 # 0 +0x00000037 0x0037 # 0 +0x00000038 0x0038 # 0 +0x00000039 0x0039 # 0 +0x0000003A 0x003A # 0 +0x0000003B 0x003B # 0 +0x0000003C 0x003C # 0 +0x0000003D 0x003D # 0 +0x0000003E 0x003E # 0 +0x0000003F 0x003F # 0 +0x00000040 0x0040 # 0 +0x00000041 0x0041 # 0 +0x00000042 0x0042 # 0 +0x00000043 0x0043 # 0 +0x00000044 0x0044 # 0 +0x00000045 0x0045 # 0 +0x00000046 0x0046 # 0 +0x00000047 0x0047 # 0 +0x00000048 0x0048 # 0 +0x00000049 0x0049 # 0 +0x0000004A 0x004A # 0 +0x0000004B 0x004B # 0 +0x0000004C 0x004C # 0 +0x0000004D 0x004D # 0 +0x0000004E 0x004E # 0 +0x0000004F 0x004F # 0 +0x00000050 0x0050 # 0 +0x00000051 0x0051 # 0 +0x00000052 0x0052 # 0 +0x00000053 0x0053 # 0 +0x00000054 0x0054 # 0 +0x00000055 0x0055 # 0 +0x00000056 0x0056 # 0 +0x00000057 0x0057 # 0 +0x00000058 0x0058 # 0 +0x00000059 0x0059 # 0 +0x0000005A 0x005A # 0 +0x0000005B 0x005B # 0 +0x0000005C 0x005C # 0 +0x0000005D 0x005D # 0 +0x0000005E 0x005E # 0 +0x0000005F 0x005F # 0 +0x00000060 0x0060 # 0 +0x00000061 0x0061 # 0 +0x00000062 0x0062 # 0 +0x00000063 0x0063 # 0 +0x00000064 0x0064 # 0 +0x00000065 0x0065 # 0 +0x00000066 0x0066 # 0 +0x00000067 0x0067 # 0 +0x00000068 0x0068 # 0 +0x00000069 0x0069 # 0 +0x0000006A 0x006A # 0 +0x0000006B 0x006B # 0 +0x0000006C 0x006C # 0 +0x0000006D 0x006D # 0 +0x0000006E 0x006E # 0 +0x0000006F 0x006F # 0 +0x00000070 0x0070 # 0 +0x00000071 0x0071 # 0 +0x00000072 0x0072 # 0 +0x00000073 0x0073 # 0 +0x00000074 0x0074 # 0 +0x00000075 0x0075 # 0 +0x00000076 0x0076 # 0 +0x00000077 0x0077 # 0 +0x00000078 0x0078 # 0 +0x00000079 0x0079 # 0 +0x0000007A 0x007A # 0 +0x0000007B 0x007B # 0 +0x0000007C 0x007C # 0 +0x0000007D 0x007D # 0 +0x0000007E 0x007E # 0 +0x0000007F 0x007F # 0 +0x00008EA1 0xFF61 # 0 +0x00008EA2 0xFF62 # 0 +0x00008EA3 0xFF63 # 0 +0x00008EA4 0xFF64 # 0 +0x00008EA5 0xFF65 # 0 +0x00008EA6 0xFF66 # 0 +0x00008EA7 0xFF67 # 0 +0x00008EA8 0xFF68 # 0 +0x00008EA9 0xFF69 # 0 +0x00008EAA 0xFF6A # 0 +0x00008EAB 0xFF6B # 0 +0x00008EAC 0xFF6C # 0 +0x00008EAD 0xFF6D # 0 +0x00008EAE 0xFF6E # 0 +0x00008EAF 0xFF6F # 0 +0x00008EB0 0xFF70 # 0 +0x00008EB1 0xFF71 # 0 +0x00008EB2 0xFF72 # 0 +0x00008EB3 0xFF73 # 0 +0x00008EB4 0xFF74 # 0 +0x00008EB5 0xFF75 # 0 +0x00008EB6 0xFF76 # 0 +0x00008EB7 0xFF77 # 0 +0x00008EB8 0xFF78 # 0 +0x00008EB9 0xFF79 # 0 +0x00008EBA 0xFF7A # 0 +0x00008EBB 0xFF7B # 0 +0x00008EBC 0xFF7C # 0 +0x00008EBD 0xFF7D # 0 +0x00008EBE 0xFF7E # 0 +0x00008EBF 0xFF7F # 0 +0x00008EC0 0xFF80 # 0 +0x00008EC1 0xFF81 # 0 +0x00008EC2 0xFF82 # 0 +0x00008EC3 0xFF83 # 0 +0x00008EC4 0xFF84 # 0 +0x00008EC5 0xFF85 # 0 +0x00008EC6 0xFF86 # 0 +0x00008EC7 0xFF87 # 0 +0x00008EC8 0xFF88 # 0 +0x00008EC9 0xFF89 # 0 +0x00008ECA 0xFF8A # 0 +0x00008ECB 0xFF8B # 0 +0x00008ECC 0xFF8C # 0 +0x00008ECD 0xFF8D # 0 +0x00008ECE 0xFF8E # 0 +0x00008ECF 0xFF8F # 0 +0x00008ED0 0xFF90 # 0 +0x00008ED1 0xFF91 # 0 +0x00008ED2 0xFF92 # 0 +0x00008ED3 0xFF93 # 0 +0x00008ED4 0xFF94 # 0 +0x00008ED5 0xFF95 # 0 +0x00008ED6 0xFF96 # 0 +0x00008ED7 0xFF97 # 0 +0x00008ED8 0xFF98 # 0 +0x00008ED9 0xFF99 # 0 +0x00008EDA 0xFF9A # 0 +0x00008EDB 0xFF9B # 0 +0x00008EDC 0xFF9C # 0 +0x00008EDD 0xFF9D # 0 +0x00008EDE 0xFF9E # 0 +0x00008EDF 0xFF9F # 0 +0x0000A1A1 0x3000 # 0 +0x0000A1A2 0x3001 # 0 +0x0000A1A3 0x3002 # 0 +0x0000A1A4 0xFF0C # 0 +0x0000A1A5 0xFF0E # 0 +0x0000A1A6 0x30FB # 0 +0x0000A1A7 0xFF1A # 0 +0x0000A1A8 0xFF1B # 0 +0x0000A1A9 0xFF1F # 0 +0x0000A1AA 0xFF01 # 0 +0x0000A1AB 0x309B # 0 +0x0000A1AC 0x309C # 0 +0x0000A1AD 0x00B4 # 0 +0x0000A1AE 0xFF40 # 0 +0x0000A1AF 0x00A8 # 0 +0x0000A1B0 0xFF3E # 0 +0x0000A1B1 0xFFE3 # 0 +0x0000A1B2 0xFF3F # 0 +0x0000A1B3 0x30FD # 0 +0x0000A1B4 0x30FE # 0 +0x0000A1B5 0x309D # 0 +0x0000A1B6 0x309E # 0 +0x0000A1B7 0x3003 # 0 +0x0000A1B8 0x4EDD # 0 +0x0000A1B9 0x3005 # 0 +0x0000A1BA 0x3006 # 0 +0x0000A1BB 0x3007 # 0 +0x0000A1BC 0x30FC # 0 +0x0000A1BD 0x2015 # 0 +0x0000A1BE 0x2010 # 0 +0x0000A1BF 0xFF0F # 0 +0x0000A1C0 0xFF3C # 0 +0x0000A1C1 0x301C # 0 +0x0000A1C2 0x2016 # 0 +0x0000A1C3 0xFF5C # 0 +0x0000A1C4 0x2026 # 0 +0x0000A1C5 0x2025 # 0 +0x0000A1C6 0x2018 # 0 +0x0000A1C7 0x2019 # 0 +0x0000A1C8 0x201C # 0 +0x0000A1C9 0x201D # 0 +0x0000A1CA 0xFF08 # 0 +0x0000A1CB 0xFF09 # 0 +0x0000A1CC 0x3014 # 0 +0x0000A1CD 0x3015 # 0 +0x0000A1CE 0xFF3B # 0 +0x0000A1CF 0xFF3D # 0 +0x0000A1D0 0xFF5B # 0 +0x0000A1D1 0xFF5D # 0 +0x0000A1D2 0x3008 # 0 +0x0000A1D3 0x3009 # 0 +0x0000A1D4 0x300A # 0 +0x0000A1D5 0x300B # 0 +0x0000A1D6 0x300C # 0 +0x0000A1D7 0x300D # 0 +0x0000A1D8 0x300E # 0 +0x0000A1D9 0x300F # 0 +0x0000A1DA 0x3010 # 0 +0x0000A1DB 0x3011 # 0 +0x0000A1DC 0xFF0B # 0 +0x0000A1DD 0x2212 # 0 +0x0000A1DE 0x00B1 # 0 +0x0000A1DF 0x00D7 # 0 +0x0000A1E0 0x00F7 # 0 +0x0000A1E1 0xFF1D # 0 +0x0000A1E2 0x2260 # 0 +0x0000A1E3 0xFF1C # 0 +0x0000A1E4 0xFF1E # 0 +0x0000A1E5 0x2266 # 0 +0x0000A1E6 0x2267 # 0 +0x0000A1E7 0x221E # 0 +0x0000A1E8 0x2234 # 0 +0x0000A1E9 0x2642 # 0 +0x0000A1EA 0x2640 # 0 +0x0000A1EB 0x00B0 # 0 +0x0000A1EC 0x2032 # 0 +0x0000A1ED 0x2033 # 0 +0x0000A1EE 0x2103 # 0 +0x0000A1EF 0xFFE5 # 0 +0x0000A1F0 0xFF04 # 0 +0x0000A1F1 0x00A2 # 0 +0x0000A1F2 0x00A3 # 0 +0x0000A1F3 0xFF05 # 0 +0x0000A1F4 0xFF03 # 0 +0x0000A1F5 0xFF06 # 0 +0x0000A1F6 0xFF0A # 0 +0x0000A1F7 0xFF20 # 0 +0x0000A1F8 0x00A7 # 0 +0x0000A1F9 0x2606 # 0 +0x0000A1FA 0x2605 # 0 +0x0000A1FB 0x25CB # 0 +0x0000A1FC 0x25CF # 0 +0x0000A1FD 0x25CE # 0 +0x0000A1FE 0x25C7 # 0 +0x0000A2A1 0x25C6 # 0 +0x0000A2A2 0x25A1 # 0 +0x0000A2A3 0x25A0 # 0 +0x0000A2A4 0x25B3 # 0 +0x0000A2A5 0x25B2 # 0 +0x0000A2A6 0x25BD # 0 +0x0000A2A7 0x25BC # 0 +0x0000A2A8 0x203B # 0 +0x0000A2A9 0x3012 # 0 +0x0000A2AA 0x2192 # 0 +0x0000A2AB 0x2190 # 0 +0x0000A2AC 0x2191 # 0 +0x0000A2AD 0x2193 # 0 +0x0000A2AE 0x3013 # 0 +0x0000A2BA 0x2208 # 0 +0x0000A2BB 0x220B # 0 +0x0000A2BC 0x2286 # 0 +0x0000A2BD 0x2287 # 0 +0x0000A2BE 0x2282 # 0 +0x0000A2BF 0x2283 # 0 +0x0000A2C0 0x222A # 0 +0x0000A2C1 0x2229 # 0 +0x0000A2CA 0x2227 # 0 +0x0000A2CB 0x2228 # 0 +0x0000A2CC 0x00AC # 0 +0x0000A2CD 0x21D2 # 0 +0x0000A2CE 0x21D4 # 0 +0x0000A2CF 0x2200 # 0 +0x0000A2D0 0x2203 # 0 +0x0000A2DC 0x2220 # 0 +0x0000A2DD 0x22A5 # 0 +0x0000A2DE 0x2312 # 0 +0x0000A2DF 0x2202 # 0 +0x0000A2E0 0x2207 # 0 +0x0000A2E1 0x2261 # 0 +0x0000A2E2 0x2252 # 0 +0x0000A2E3 0x226A # 0 +0x0000A2E4 0x226B # 0 +0x0000A2E5 0x221A # 0 +0x0000A2E6 0x223D # 0 +0x0000A2E7 0x221D # 0 +0x0000A2E8 0x2235 # 0 +0x0000A2E9 0x222B # 0 +0x0000A2EA 0x222C # 0 +0x0000A2F2 0x212B # 0 +0x0000A2F3 0x2030 # 0 +0x0000A2F4 0x266F # 0 +0x0000A2F5 0x266D # 0 +0x0000A2F6 0x266A # 0 +0x0000A2F7 0x2020 # 0 +0x0000A2F8 0x2021 # 0 +0x0000A2F9 0x00B6 # 0 +0x0000A2FE 0x25EF # 0 +0x0000A3B0 0xFF10 # 0 +0x0000A3B1 0xFF11 # 0 +0x0000A3B2 0xFF12 # 0 +0x0000A3B3 0xFF13 # 0 +0x0000A3B4 0xFF14 # 0 +0x0000A3B5 0xFF15 # 0 +0x0000A3B6 0xFF16 # 0 +0x0000A3B7 0xFF17 # 0 +0x0000A3B8 0xFF18 # 0 +0x0000A3B9 0xFF19 # 0 +0x0000A3C1 0xFF21 # 0 +0x0000A3C2 0xFF22 # 0 +0x0000A3C3 0xFF23 # 0 +0x0000A3C4 0xFF24 # 0 +0x0000A3C5 0xFF25 # 0 +0x0000A3C6 0xFF26 # 0 +0x0000A3C7 0xFF27 # 0 +0x0000A3C8 0xFF28 # 0 +0x0000A3C9 0xFF29 # 0 +0x0000A3CA 0xFF2A # 0 +0x0000A3CB 0xFF2B # 0 +0x0000A3CC 0xFF2C # 0 +0x0000A3CD 0xFF2D # 0 +0x0000A3CE 0xFF2E # 0 +0x0000A3CF 0xFF2F # 0 +0x0000A3D0 0xFF30 # 0 +0x0000A3D1 0xFF31 # 0 +0x0000A3D2 0xFF32 # 0 +0x0000A3D3 0xFF33 # 0 +0x0000A3D4 0xFF34 # 0 +0x0000A3D5 0xFF35 # 0 +0x0000A3D6 0xFF36 # 0 +0x0000A3D7 0xFF37 # 0 +0x0000A3D8 0xFF38 # 0 +0x0000A3D9 0xFF39 # 0 +0x0000A3DA 0xFF3A # 0 +0x0000A3E1 0xFF41 # 0 +0x0000A3E2 0xFF42 # 0 +0x0000A3E3 0xFF43 # 0 +0x0000A3E4 0xFF44 # 0 +0x0000A3E5 0xFF45 # 0 +0x0000A3E6 0xFF46 # 0 +0x0000A3E7 0xFF47 # 0 +0x0000A3E8 0xFF48 # 0 +0x0000A3E9 0xFF49 # 0 +0x0000A3EA 0xFF4A # 0 +0x0000A3EB 0xFF4B # 0 +0x0000A3EC 0xFF4C # 0 +0x0000A3ED 0xFF4D # 0 +0x0000A3EE 0xFF4E # 0 +0x0000A3EF 0xFF4F # 0 +0x0000A3F0 0xFF50 # 0 +0x0000A3F1 0xFF51 # 0 +0x0000A3F2 0xFF52 # 0 +0x0000A3F3 0xFF53 # 0 +0x0000A3F4 0xFF54 # 0 +0x0000A3F5 0xFF55 # 0 +0x0000A3F6 0xFF56 # 0 +0x0000A3F7 0xFF57 # 0 +0x0000A3F8 0xFF58 # 0 +0x0000A3F9 0xFF59 # 0 +0x0000A3FA 0xFF5A # 0 +0x0000A4A1 0x3041 # 0 +0x0000A4A2 0x3042 # 0 +0x0000A4A3 0x3043 # 0 +0x0000A4A4 0x3044 # 0 +0x0000A4A5 0x3045 # 0 +0x0000A4A6 0x3046 # 0 +0x0000A4A7 0x3047 # 0 +0x0000A4A8 0x3048 # 0 +0x0000A4A9 0x3049 # 0 +0x0000A4AA 0x304A # 0 +0x0000A4AB 0x304B # 0 +0x0000A4AC 0x304C # 0 +0x0000A4AD 0x304D # 0 +0x0000A4AE 0x304E # 0 +0x0000A4AF 0x304F # 0 +0x0000A4B0 0x3050 # 0 +0x0000A4B1 0x3051 # 0 +0x0000A4B2 0x3052 # 0 +0x0000A4B3 0x3053 # 0 +0x0000A4B4 0x3054 # 0 +0x0000A4B5 0x3055 # 0 +0x0000A4B6 0x3056 # 0 +0x0000A4B7 0x3057 # 0 +0x0000A4B8 0x3058 # 0 +0x0000A4B9 0x3059 # 0 +0x0000A4BA 0x305A # 0 +0x0000A4BB 0x305B # 0 +0x0000A4BC 0x305C # 0 +0x0000A4BD 0x305D # 0 +0x0000A4BE 0x305E # 0 +0x0000A4BF 0x305F # 0 +0x0000A4C0 0x3060 # 0 +0x0000A4C1 0x3061 # 0 +0x0000A4C2 0x3062 # 0 +0x0000A4C3 0x3063 # 0 +0x0000A4C4 0x3064 # 0 +0x0000A4C5 0x3065 # 0 +0x0000A4C6 0x3066 # 0 +0x0000A4C7 0x3067 # 0 +0x0000A4C8 0x3068 # 0 +0x0000A4C9 0x3069 # 0 +0x0000A4CA 0x306A # 0 +0x0000A4CB 0x306B # 0 +0x0000A4CC 0x306C # 0 +0x0000A4CD 0x306D # 0 +0x0000A4CE 0x306E # 0 +0x0000A4CF 0x306F # 0 +0x0000A4D0 0x3070 # 0 +0x0000A4D1 0x3071 # 0 +0x0000A4D2 0x3072 # 0 +0x0000A4D3 0x3073 # 0 +0x0000A4D4 0x3074 # 0 +0x0000A4D5 0x3075 # 0 +0x0000A4D6 0x3076 # 0 +0x0000A4D7 0x3077 # 0 +0x0000A4D8 0x3078 # 0 +0x0000A4D9 0x3079 # 0 +0x0000A4DA 0x307A # 0 +0x0000A4DB 0x307B # 0 +0x0000A4DC 0x307C # 0 +0x0000A4DD 0x307D # 0 +0x0000A4DE 0x307E # 0 +0x0000A4DF 0x307F # 0 +0x0000A4E0 0x3080 # 0 +0x0000A4E1 0x3081 # 0 +0x0000A4E2 0x3082 # 0 +0x0000A4E3 0x3083 # 0 +0x0000A4E4 0x3084 # 0 +0x0000A4E5 0x3085 # 0 +0x0000A4E6 0x3086 # 0 +0x0000A4E7 0x3087 # 0 +0x0000A4E8 0x3088 # 0 +0x0000A4E9 0x3089 # 0 +0x0000A4EA 0x308A # 0 +0x0000A4EB 0x308B # 0 +0x0000A4EC 0x308C # 0 +0x0000A4ED 0x308D # 0 +0x0000A4EE 0x308E # 0 +0x0000A4EF 0x308F # 0 +0x0000A4F0 0x3090 # 0 +0x0000A4F1 0x3091 # 0 +0x0000A4F2 0x3092 # 0 +0x0000A4F3 0x3093 # 0 +0x0000A5A1 0x30A1 # 0 +0x0000A5A2 0x30A2 # 0 +0x0000A5A3 0x30A3 # 0 +0x0000A5A4 0x30A4 # 0 +0x0000A5A5 0x30A5 # 0 +0x0000A5A6 0x30A6 # 0 +0x0000A5A7 0x30A7 # 0 +0x0000A5A8 0x30A8 # 0 +0x0000A5A9 0x30A9 # 0 +0x0000A5AA 0x30AA # 0 +0x0000A5AB 0x30AB # 0 +0x0000A5AC 0x30AC # 0 +0x0000A5AD 0x30AD # 0 +0x0000A5AE 0x30AE # 0 +0x0000A5AF 0x30AF # 0 +0x0000A5B0 0x30B0 # 0 +0x0000A5B1 0x30B1 # 0 +0x0000A5B2 0x30B2 # 0 +0x0000A5B3 0x30B3 # 0 +0x0000A5B4 0x30B4 # 0 +0x0000A5B5 0x30B5 # 0 +0x0000A5B6 0x30B6 # 0 +0x0000A5B7 0x30B7 # 0 +0x0000A5B8 0x30B8 # 0 +0x0000A5B9 0x30B9 # 0 +0x0000A5BA 0x30BA # 0 +0x0000A5BB 0x30BB # 0 +0x0000A5BC 0x30BC # 0 +0x0000A5BD 0x30BD # 0 +0x0000A5BE 0x30BE # 0 +0x0000A5BF 0x30BF # 0 +0x0000A5C0 0x30C0 # 0 +0x0000A5C1 0x30C1 # 0 +0x0000A5C2 0x30C2 # 0 +0x0000A5C3 0x30C3 # 0 +0x0000A5C4 0x30C4 # 0 +0x0000A5C5 0x30C5 # 0 +0x0000A5C6 0x30C6 # 0 +0x0000A5C7 0x30C7 # 0 +0x0000A5C8 0x30C8 # 0 +0x0000A5C9 0x30C9 # 0 +0x0000A5CA 0x30CA # 0 +0x0000A5CB 0x30CB # 0 +0x0000A5CC 0x30CC # 0 +0x0000A5CD 0x30CD # 0 +0x0000A5CE 0x30CE # 0 +0x0000A5CF 0x30CF # 0 +0x0000A5D0 0x30D0 # 0 +0x0000A5D1 0x30D1 # 0 +0x0000A5D2 0x30D2 # 0 +0x0000A5D3 0x30D3 # 0 +0x0000A5D4 0x30D4 # 0 +0x0000A5D5 0x30D5 # 0 +0x0000A5D6 0x30D6 # 0 +0x0000A5D7 0x30D7 # 0 +0x0000A5D8 0x30D8 # 0 +0x0000A5D9 0x30D9 # 0 +0x0000A5DA 0x30DA # 0 +0x0000A5DB 0x30DB # 0 +0x0000A5DC 0x30DC # 0 +0x0000A5DD 0x30DD # 0 +0x0000A5DE 0x30DE # 0 +0x0000A5DF 0x30DF # 0 +0x0000A5E0 0x30E0 # 0 +0x0000A5E1 0x30E1 # 0 +0x0000A5E2 0x30E2 # 0 +0x0000A5E3 0x30E3 # 0 +0x0000A5E4 0x30E4 # 0 +0x0000A5E5 0x30E5 # 0 +0x0000A5E6 0x30E6 # 0 +0x0000A5E7 0x30E7 # 0 +0x0000A5E8 0x30E8 # 0 +0x0000A5E9 0x30E9 # 0 +0x0000A5EA 0x30EA # 0 +0x0000A5EB 0x30EB # 0 +0x0000A5EC 0x30EC # 0 +0x0000A5ED 0x30ED # 0 +0x0000A5EE 0x30EE # 0 +0x0000A5EF 0x30EF # 0 +0x0000A5F0 0x30F0 # 0 +0x0000A5F1 0x30F1 # 0 +0x0000A5F2 0x30F2 # 0 +0x0000A5F3 0x30F3 # 0 +0x0000A5F4 0x30F4 # 0 +0x0000A5F5 0x30F5 # 0 +0x0000A5F6 0x30F6 # 0 +0x0000A6A1 0x0391 # 0 +0x0000A6A2 0x0392 # 0 +0x0000A6A3 0x0393 # 0 +0x0000A6A4 0x0394 # 0 +0x0000A6A5 0x0395 # 0 +0x0000A6A6 0x0396 # 0 +0x0000A6A7 0x0397 # 0 +0x0000A6A8 0x0398 # 0 +0x0000A6A9 0x0399 # 0 +0x0000A6AA 0x039A # 0 +0x0000A6AB 0x039B # 0 +0x0000A6AC 0x039C # 0 +0x0000A6AD 0x039D # 0 +0x0000A6AE 0x039E # 0 +0x0000A6AF 0x039F # 0 +0x0000A6B0 0x03A0 # 0 +0x0000A6B1 0x03A1 # 0 +0x0000A6B2 0x03A3 # 0 +0x0000A6B3 0x03A4 # 0 +0x0000A6B4 0x03A5 # 0 +0x0000A6B5 0x03A6 # 0 +0x0000A6B6 0x03A7 # 0 +0x0000A6B7 0x03A8 # 0 +0x0000A6B8 0x03A9 # 0 +0x0000A6C1 0x03B1 # 0 +0x0000A6C2 0x03B2 # 0 +0x0000A6C3 0x03B3 # 0 +0x0000A6C4 0x03B4 # 0 +0x0000A6C5 0x03B5 # 0 +0x0000A6C6 0x03B6 # 0 +0x0000A6C7 0x03B7 # 0 +0x0000A6C8 0x03B8 # 0 +0x0000A6C9 0x03B9 # 0 +0x0000A6CA 0x03BA # 0 +0x0000A6CB 0x03BB # 0 +0x0000A6CC 0x03BC # 0 +0x0000A6CD 0x03BD # 0 +0x0000A6CE 0x03BE # 0 +0x0000A6CF 0x03BF # 0 +0x0000A6D0 0x03C0 # 0 +0x0000A6D1 0x03C1 # 0 +0x0000A6D2 0x03C3 # 0 +0x0000A6D3 0x03C4 # 0 +0x0000A6D4 0x03C5 # 0 +0x0000A6D5 0x03C6 # 0 +0x0000A6D6 0x03C7 # 0 +0x0000A6D7 0x03C8 # 0 +0x0000A6D8 0x03C9 # 0 +0x0000A7A1 0x0410 # 0 +0x0000A7A2 0x0411 # 0 +0x0000A7A3 0x0412 # 0 +0x0000A7A4 0x0413 # 0 +0x0000A7A5 0x0414 # 0 +0x0000A7A6 0x0415 # 0 +0x0000A7A7 0x0401 # 0 +0x0000A7A8 0x0416 # 0 +0x0000A7A9 0x0417 # 0 +0x0000A7AA 0x0418 # 0 +0x0000A7AB 0x0419 # 0 +0x0000A7AC 0x041A # 0 +0x0000A7AD 0x041B # 0 +0x0000A7AE 0x041C # 0 +0x0000A7AF 0x041D # 0 +0x0000A7B0 0x041E # 0 +0x0000A7B1 0x041F # 0 +0x0000A7B2 0x0420 # 0 +0x0000A7B3 0x0421 # 0 +0x0000A7B4 0x0422 # 0 +0x0000A7B5 0x0423 # 0 +0x0000A7B6 0x0424 # 0 +0x0000A7B7 0x0425 # 0 +0x0000A7B8 0x0426 # 0 +0x0000A7B9 0x0427 # 0 +0x0000A7BA 0x0428 # 0 +0x0000A7BB 0x0429 # 0 +0x0000A7BC 0x042A # 0 +0x0000A7BD 0x042B # 0 +0x0000A7BE 0x042C # 0 +0x0000A7BF 0x042D # 0 +0x0000A7C0 0x042E # 0 +0x0000A7C1 0x042F # 0 +0x0000A7D1 0x0430 # 0 +0x0000A7D2 0x0431 # 0 +0x0000A7D3 0x0432 # 0 +0x0000A7D4 0x0433 # 0 +0x0000A7D5 0x0434 # 0 +0x0000A7D6 0x0435 # 0 +0x0000A7D7 0x0451 # 0 +0x0000A7D8 0x0436 # 0 +0x0000A7D9 0x0437 # 0 +0x0000A7DA 0x0438 # 0 +0x0000A7DB 0x0439 # 0 +0x0000A7DC 0x043A # 0 +0x0000A7DD 0x043B # 0 +0x0000A7DE 0x043C # 0 +0x0000A7DF 0x043D # 0 +0x0000A7E0 0x043E # 0 +0x0000A7E1 0x043F # 0 +0x0000A7E2 0x0440 # 0 +0x0000A7E3 0x0441 # 0 +0x0000A7E4 0x0442 # 0 +0x0000A7E5 0x0443 # 0 +0x0000A7E6 0x0444 # 0 +0x0000A7E7 0x0445 # 0 +0x0000A7E8 0x0446 # 0 +0x0000A7E9 0x0447 # 0 +0x0000A7EA 0x0448 # 0 +0x0000A7EB 0x0449 # 0 +0x0000A7EC 0x044A # 0 +0x0000A7ED 0x044B # 0 +0x0000A7EE 0x044C # 0 +0x0000A7EF 0x044D # 0 +0x0000A7F0 0x044E # 0 +0x0000A7F1 0x044F # 0 +0x0000A8A1 0x2500 # 0 +0x0000A8A2 0x2502 # 0 +0x0000A8A3 0x250C # 0 +0x0000A8A4 0x2510 # 0 +0x0000A8A5 0x2518 # 0 +0x0000A8A6 0x2514 # 0 +0x0000A8A7 0x251C # 0 +0x0000A8A8 0x252C # 0 +0x0000A8A9 0x2524 # 0 +0x0000A8AA 0x2534 # 0 +0x0000A8AB 0x253C # 0 +0x0000A8AC 0x2501 # 0 +0x0000A8AD 0x2503 # 0 +0x0000A8AE 0x250F # 0 +0x0000A8AF 0x2513 # 0 +0x0000A8B0 0x251B # 0 +0x0000A8B1 0x2517 # 0 +0x0000A8B2 0x2523 # 0 +0x0000A8B3 0x2533 # 0 +0x0000A8B4 0x252B # 0 +0x0000A8B5 0x253B # 0 +0x0000A8B6 0x254B # 0 +0x0000A8B7 0x2520 # 0 +0x0000A8B8 0x252F # 0 +0x0000A8B9 0x2528 # 0 +0x0000A8BA 0x2537 # 0 +0x0000A8BB 0x253F # 0 +0x0000A8BC 0x251D # 0 +0x0000A8BD 0x2530 # 0 +0x0000A8BE 0x2525 # 0 +0x0000A8BF 0x2538 # 0 +0x0000A8C0 0x2542 # 0 +0x0000ADA1 0x2460 # 0 +0x0000ADA2 0x2461 # 0 +0x0000ADA3 0x2462 # 0 +0x0000ADA4 0x2463 # 0 +0x0000ADA5 0x2464 # 0 +0x0000ADA6 0x2465 # 0 +0x0000ADA7 0x2466 # 0 +0x0000ADA8 0x2467 # 0 +0x0000ADA9 0x2468 # 0 +0x0000ADAA 0x2469 # 0 +0x0000ADAB 0x246A # 0 +0x0000ADAC 0x246B # 0 +0x0000ADAD 0x246C # 0 +0x0000ADAE 0x246D # 0 +0x0000ADAF 0x246E # 0 +0x0000ADB0 0x246F # 0 +0x0000ADB1 0x2470 # 0 +0x0000ADB2 0x2471 # 0 +0x0000ADB3 0x2472 # 0 +0x0000ADB4 0x2473 # 0 +0x0000ADB5 0x2160 # 0 +0x0000ADB6 0x2161 # 0 +0x0000ADB7 0x2162 # 0 +0x0000ADB8 0x2163 # 0 +0x0000ADB9 0x2164 # 0 +0x0000ADBA 0x2165 # 0 +0x0000ADBB 0x2166 # 0 +0x0000ADBC 0x2167 # 0 +0x0000ADBD 0x2168 # 0 +0x0000ADBE 0x2169 # 0 +0x0000ADC0 0x3349 # 0 +0x0000ADC1 0x3314 # 0 +0x0000ADC2 0x3322 # 0 +0x0000ADC3 0x334D # 0 +0x0000ADC4 0x3318 # 0 +0x0000ADC5 0x3327 # 0 +0x0000ADC6 0x3303 # 0 +0x0000ADC7 0x3336 # 0 +0x0000ADC8 0x3351 # 0 +0x0000ADC9 0x3357 # 0 +0x0000ADCA 0x330D # 0 +0x0000ADCB 0x3326 # 0 +0x0000ADCC 0x3323 # 0 +0x0000ADCD 0x332B # 0 +0x0000ADCE 0x334A # 0 +0x0000ADCF 0x333B # 0 +0x0000ADD0 0x339C # 0 +0x0000ADD1 0x339D # 0 +0x0000ADD2 0x339E # 0 +0x0000ADD3 0x338E # 0 +0x0000ADD4 0x338F # 0 +0x0000ADD5 0x33C4 # 0 +0x0000ADD6 0x33A1 # 0 +0x0000ADDF 0x337B # 0 +0x0000ADE0 0x301D # 0 +0x0000ADE1 0x301F # 0 +0x0000ADE3 0x33CD # 0 +0x0000ADE4 0x2121 # 0 +0x0000ADE5 0x32A4 # 0 +0x0000ADE6 0x32A5 # 0 +0x0000ADE7 0x32A6 # 0 +0x0000ADE8 0x32A7 # 0 +0x0000ADE9 0x32A8 # 0 +0x0000ADEA 0x3231 # 0 +0x0000ADEB 0x3232 # 0 +0x0000ADEC 0x3239 # 0 +0x0000ADED 0x337E # 0 +0x0000ADEE 0x337D # 0 +0x0000ADEF 0x337C # 0 +0x0000ADF3 0x222E # 0 +0x0000ADF4 0x2211 # 0 +0x0000ADF8 0x221F # 0 +0x0000ADF9 0x22BF # 0 +0x0000B0A1 0x4E9C # 0 +0x0000B0A2 0x5516 # 0 +0x0000B0A3 0x5A03 # 0 +0x0000B0A4 0x963F # 0 +0x0000B0A5 0x54C0 # 0 +0x0000B0A6 0x611B # 0 +0x0000B0A7 0x6328 # 0 +0x0000B0A8 0x59F6 # 0 +0x0000B0A9 0x9022 # 0 +0x0000B0AA 0x8475 # 0 +0x0000B0AB 0x831C # 0 +0x0000B0AC 0x7A50 # 0 +0x0000B0AD 0x60AA # 0 +0x0000B0AE 0x63E1 # 0 +0x0000B0AF 0x6E25 # 0 +0x0000B0B0 0x65ED # 0 +0x0000B0B1 0x8466 # 0 +0x0000B0B2 0x82A6 # 0 +0x0000B0B3 0x9BF5 # 0 +0x0000B0B4 0x6893 # 0 +0x0000B0B5 0x5727 # 0 +0x0000B0B6 0x65A1 # 0 +0x0000B0B7 0x6271 # 0 +0x0000B0B8 0x5B9B # 0 +0x0000B0B9 0x59D0 # 0 +0x0000B0BA 0x867B # 0 +0x0000B0BB 0x98F4 # 0 +0x0000B0BC 0x7D62 # 0 +0x0000B0BD 0x7DBE # 0 +0x0000B0BE 0x9B8E # 0 +0x0000B0BF 0x6216 # 0 +0x0000B0C0 0x7C9F # 0 +0x0000B0C1 0x88B7 # 0 +0x0000B0C2 0x5B89 # 0 +0x0000B0C3 0x5EB5 # 0 +0x0000B0C4 0x6309 # 0 +0x0000B0C5 0x6697 # 0 +0x0000B0C6 0x6848 # 0 +0x0000B0C7 0x95C7 # 0 +0x0000B0C8 0x978D # 0 +0x0000B0C9 0x674F # 0 +0x0000B0CA 0x4EE5 # 0 +0x0000B0CB 0x4F0A # 0 +0x0000B0CC 0x4F4D # 0 +0x0000B0CD 0x4F9D # 0 +0x0000B0CE 0x5049 # 0 +0x0000B0CF 0x56F2 # 0 +0x0000B0D0 0x5937 # 0 +0x0000B0D1 0x59D4 # 0 +0x0000B0D2 0x5A01 # 0 +0x0000B0D3 0x5C09 # 0 +0x0000B0D4 0x60DF # 0 +0x0000B0D5 0x610F # 0 +0x0000B0D6 0x6170 # 0 +0x0000B0D7 0x6613 # 0 +0x0000B0D8 0x6905 # 0 +0x0000B0D9 0x70BA # 0 +0x0000B0DA 0x754F # 0 +0x0000B0DB 0x7570 # 0 +0x0000B0DC 0x79FB # 0 +0x0000B0DD 0x7DAD # 0 +0x0000B0DE 0x7DEF # 0 +0x0000B0DF 0x80C3 # 0 +0x0000B0E0 0x840E # 0 +0x0000B0E1 0x8863 # 0 +0x0000B0E2 0x8B02 # 0 +0x0000B0E3 0x9055 # 0 +0x0000B0E4 0x907A # 0 +0x0000B0E5 0x533B # 0 +0x0000B0E6 0x4E95 # 0 +0x0000B0E7 0x4EA5 # 0 +0x0000B0E8 0x57DF # 0 +0x0000B0E9 0x80B2 # 0 +0x0000B0EA 0x90C1 # 0 +0x0000B0EB 0x78EF # 0 +0x0000B0EC 0x4E00 # 0 +0x0000B0ED 0x58F1 # 0 +0x0000B0EE 0x6EA2 # 0 +0x0000B0EF 0x9038 # 0 +0x0000B0F0 0x7A32 # 0 +0x0000B0F1 0x8328 # 0 +0x0000B0F2 0x828B # 0 +0x0000B0F3 0x9C2F # 0 +0x0000B0F4 0x5141 # 0 +0x0000B0F5 0x5370 # 0 +0x0000B0F6 0x54BD # 0 +0x0000B0F7 0x54E1 # 0 +0x0000B0F8 0x56E0 # 0 +0x0000B0F9 0x59FB # 0 +0x0000B0FA 0x5F15 # 0 +0x0000B0FB 0x98F2 # 0 +0x0000B0FC 0x6DEB # 0 +0x0000B0FD 0x80E4 # 0 +0x0000B0FE 0x852D # 0 +0x0000B1A1 0x9662 # 0 +0x0000B1A2 0x9670 # 0 +0x0000B1A3 0x96A0 # 0 +0x0000B1A4 0x97FB # 0 +0x0000B1A5 0x540B # 0 +0x0000B1A6 0x53F3 # 0 +0x0000B1A7 0x5B87 # 0 +0x0000B1A8 0x70CF # 0 +0x0000B1A9 0x7FBD # 0 +0x0000B1AA 0x8FC2 # 0 +0x0000B1AB 0x96E8 # 0 +0x0000B1AC 0x536F # 0 +0x0000B1AD 0x9D5C # 0 +0x0000B1AE 0x7ABA # 0 +0x0000B1AF 0x4E11 # 0 +0x0000B1B0 0x7893 # 0 +0x0000B1B1 0x81FC # 0 +0x0000B1B2 0x6E26 # 0 +0x0000B1B3 0x5618 # 0 +0x0000B1B4 0x5504 # 0 +0x0000B1B5 0x6B1D # 0 +0x0000B1B6 0x851A # 0 +0x0000B1B7 0x9C3B # 0 +0x0000B1B8 0x59E5 # 0 +0x0000B1B9 0x53A9 # 0 +0x0000B1BA 0x6D66 # 0 +0x0000B1BB 0x74DC # 0 +0x0000B1BC 0x958F # 0 +0x0000B1BD 0x5642 # 0 +0x0000B1BE 0x4E91 # 0 +0x0000B1BF 0x904B # 0 +0x0000B1C0 0x96F2 # 0 +0x0000B1C1 0x834F # 0 +0x0000B1C2 0x990C # 0 +0x0000B1C3 0x53E1 # 0 +0x0000B1C4 0x55B6 # 0 +0x0000B1C5 0x5B30 # 0 +0x0000B1C6 0x5F71 # 0 +0x0000B1C7 0x6620 # 0 +0x0000B1C8 0x66F3 # 0 +0x0000B1C9 0x6804 # 0 +0x0000B1CA 0x6C38 # 0 +0x0000B1CB 0x6CF3 # 0 +0x0000B1CC 0x6D29 # 0 +0x0000B1CD 0x745B # 0 +0x0000B1CE 0x76C8 # 0 +0x0000B1CF 0x7A4E # 0 +0x0000B1D0 0x9834 # 0 +0x0000B1D1 0x82F1 # 0 +0x0000B1D2 0x885B # 0 +0x0000B1D3 0x8A60 # 0 +0x0000B1D4 0x92ED # 0 +0x0000B1D5 0x6DB2 # 0 +0x0000B1D6 0x75AB # 0 +0x0000B1D7 0x76CA # 0 +0x0000B1D8 0x99C5 # 0 +0x0000B1D9 0x60A6 # 0 +0x0000B1DA 0x8B01 # 0 +0x0000B1DB 0x8D8A # 0 +0x0000B1DC 0x95B2 # 0 +0x0000B1DD 0x698E # 0 +0x0000B1DE 0x53AD # 0 +0x0000B1DF 0x5186 # 0 +0x0000B1E0 0x5712 # 0 +0x0000B1E1 0x5830 # 0 +0x0000B1E2 0x5944 # 0 +0x0000B1E3 0x5BB4 # 0 +0x0000B1E4 0x5EF6 # 0 +0x0000B1E5 0x6028 # 0 +0x0000B1E6 0x63A9 # 0 +0x0000B1E7 0x63F4 # 0 +0x0000B1E8 0x6CBF # 0 +0x0000B1E9 0x6F14 # 0 +0x0000B1EA 0x708E # 0 +0x0000B1EB 0x7114 # 0 +0x0000B1EC 0x7159 # 0 +0x0000B1ED 0x71D5 # 0 +0x0000B1EE 0x733F # 0 +0x0000B1EF 0x7E01 # 0 +0x0000B1F0 0x8276 # 0 +0x0000B1F1 0x82D1 # 0 +0x0000B1F2 0x8597 # 0 +0x0000B1F3 0x9060 # 0 +0x0000B1F4 0x925B # 0 +0x0000B1F5 0x9D1B # 0 +0x0000B1F6 0x5869 # 0 +0x0000B1F7 0x65BC # 0 +0x0000B1F8 0x6C5A # 0 +0x0000B1F9 0x7525 # 0 +0x0000B1FA 0x51F9 # 0 +0x0000B1FB 0x592E # 0 +0x0000B1FC 0x5965 # 0 +0x0000B1FD 0x5F80 # 0 +0x0000B1FE 0x5FDC # 0 +0x0000B2A1 0x62BC # 0 +0x0000B2A2 0x65FA # 0 +0x0000B2A3 0x6A2A # 0 +0x0000B2A4 0x6B27 # 0 +0x0000B2A5 0x6BB4 # 0 +0x0000B2A6 0x738B # 0 +0x0000B2A7 0x7FC1 # 0 +0x0000B2A8 0x8956 # 0 +0x0000B2A9 0x9D2C # 0 +0x0000B2AA 0x9D0E # 0 +0x0000B2AB 0x9EC4 # 0 +0x0000B2AC 0x5CA1 # 0 +0x0000B2AD 0x6C96 # 0 +0x0000B2AE 0x837B # 0 +0x0000B2AF 0x5104 # 0 +0x0000B2B0 0x5C4B # 0 +0x0000B2B1 0x61B6 # 0 +0x0000B2B2 0x81C6 # 0 +0x0000B2B3 0x6876 # 0 +0x0000B2B4 0x7261 # 0 +0x0000B2B5 0x4E59 # 0 +0x0000B2B6 0x4FFA # 0 +0x0000B2B7 0x5378 # 0 +0x0000B2B8 0x6069 # 0 +0x0000B2B9 0x6E29 # 0 +0x0000B2BA 0x7A4F # 0 +0x0000B2BB 0x97F3 # 0 +0x0000B2BC 0x4E0B # 0 +0x0000B2BD 0x5316 # 0 +0x0000B2BE 0x4EEE # 0 +0x0000B2BF 0x4F55 # 0 +0x0000B2C0 0x4F3D # 0 +0x0000B2C1 0x4FA1 # 0 +0x0000B2C2 0x4F73 # 0 +0x0000B2C3 0x52A0 # 0 +0x0000B2C4 0x53EF # 0 +0x0000B2C5 0x5609 # 0 +0x0000B2C6 0x590F # 0 +0x0000B2C7 0x5AC1 # 0 +0x0000B2C8 0x5BB6 # 0 +0x0000B2C9 0x5BE1 # 0 +0x0000B2CA 0x79D1 # 0 +0x0000B2CB 0x6687 # 0 +0x0000B2CC 0x679C # 0 +0x0000B2CD 0x67B6 # 0 +0x0000B2CE 0x6B4C # 0 +0x0000B2CF 0x6CB3 # 0 +0x0000B2D0 0x706B # 0 +0x0000B2D1 0x73C2 # 0 +0x0000B2D2 0x798D # 0 +0x0000B2D3 0x79BE # 0 +0x0000B2D4 0x7A3C # 0 +0x0000B2D5 0x7B87 # 0 +0x0000B2D6 0x82B1 # 0 +0x0000B2D7 0x82DB # 0 +0x0000B2D8 0x8304 # 0 +0x0000B2D9 0x8377 # 0 +0x0000B2DA 0x83EF # 0 +0x0000B2DB 0x83D3 # 0 +0x0000B2DC 0x8766 # 0 +0x0000B2DD 0x8AB2 # 0 +0x0000B2DE 0x5629 # 0 +0x0000B2DF 0x8CA8 # 0 +0x0000B2E0 0x8FE6 # 0 +0x0000B2E1 0x904E # 0 +0x0000B2E2 0x971E # 0 +0x0000B2E3 0x868A # 0 +0x0000B2E4 0x4FC4 # 0 +0x0000B2E5 0x5CE8 # 0 +0x0000B2E6 0x6211 # 0 +0x0000B2E7 0x7259 # 0 +0x0000B2E8 0x753B # 0 +0x0000B2E9 0x81E5 # 0 +0x0000B2EA 0x82BD # 0 +0x0000B2EB 0x86FE # 0 +0x0000B2EC 0x8CC0 # 0 +0x0000B2ED 0x96C5 # 0 +0x0000B2EE 0x9913 # 0 +0x0000B2EF 0x99D5 # 0 +0x0000B2F0 0x4ECB # 0 +0x0000B2F1 0x4F1A # 0 +0x0000B2F2 0x89E3 # 0 +0x0000B2F3 0x56DE # 0 +0x0000B2F4 0x584A # 0 +0x0000B2F5 0x58CA # 0 +0x0000B2F6 0x5EFB # 0 +0x0000B2F7 0x5FEB # 0 +0x0000B2F8 0x602A # 0 +0x0000B2F9 0x6094 # 0 +0x0000B2FA 0x6062 # 0 +0x0000B2FB 0x61D0 # 0 +0x0000B2FC 0x6212 # 0 +0x0000B2FD 0x62D0 # 0 +0x0000B2FE 0x6539 # 0 +0x0000B3A1 0x9B41 # 0 +0x0000B3A2 0x6666 # 0 +0x0000B3A3 0x68B0 # 0 +0x0000B3A4 0x6D77 # 0 +0x0000B3A5 0x7070 # 0 +0x0000B3A6 0x754C # 0 +0x0000B3A7 0x7686 # 0 +0x0000B3A8 0x7D75 # 0 +0x0000B3A9 0x82A5 # 0 +0x0000B3AA 0x87F9 # 0 +0x0000B3AB 0x958B # 0 +0x0000B3AC 0x968E # 0 +0x0000B3AD 0x8C9D # 0 +0x0000B3AE 0x51F1 # 0 +0x0000B3AF 0x52BE # 0 +0x0000B3B0 0x5916 # 0 +0x0000B3B1 0x54B3 # 0 +0x0000B3B2 0x5BB3 # 0 +0x0000B3B3 0x5D16 # 0 +0x0000B3B4 0x6168 # 0 +0x0000B3B5 0x6982 # 0 +0x0000B3B6 0x6DAF # 0 +0x0000B3B7 0x788D # 0 +0x0000B3B8 0x84CB # 0 +0x0000B3B9 0x8857 # 0 +0x0000B3BA 0x8A72 # 0 +0x0000B3BB 0x93A7 # 0 +0x0000B3BC 0x9AB8 # 0 +0x0000B3BD 0x6D6C # 0 +0x0000B3BE 0x99A8 # 0 +0x0000B3BF 0x86D9 # 0 +0x0000B3C0 0x57A3 # 0 +0x0000B3C1 0x67FF # 0 +0x0000B3C2 0x86CE # 0 +0x0000B3C3 0x920E # 0 +0x0000B3C4 0x5283 # 0 +0x0000B3C5 0x5687 # 0 +0x0000B3C6 0x5404 # 0 +0x0000B3C7 0x5ED3 # 0 +0x0000B3C8 0x62E1 # 0 +0x0000B3C9 0x64B9 # 0 +0x0000B3CA 0x683C # 0 +0x0000B3CB 0x6838 # 0 +0x0000B3CC 0x6BBB # 0 +0x0000B3CD 0x7372 # 0 +0x0000B3CE 0x78BA # 0 +0x0000B3CF 0x7A6B # 0 +0x0000B3D0 0x899A # 0 +0x0000B3D1 0x89D2 # 0 +0x0000B3D2 0x8D6B # 0 +0x0000B3D3 0x8F03 # 0 +0x0000B3D4 0x90ED # 0 +0x0000B3D5 0x95A3 # 0 +0x0000B3D6 0x9694 # 0 +0x0000B3D7 0x9769 # 0 +0x0000B3D8 0x5B66 # 0 +0x0000B3D9 0x5CB3 # 0 +0x0000B3DA 0x697D # 0 +0x0000B3DB 0x984D # 0 +0x0000B3DC 0x984E # 0 +0x0000B3DD 0x639B # 0 +0x0000B3DE 0x7B20 # 0 +0x0000B3DF 0x6A2B # 0 +0x0000B3E0 0x6A7F # 0 +0x0000B3E1 0x68B6 # 0 +0x0000B3E2 0x9C0D # 0 +0x0000B3E3 0x6F5F # 0 +0x0000B3E4 0x5272 # 0 +0x0000B3E5 0x559D # 0 +0x0000B3E6 0x6070 # 0 +0x0000B3E7 0x62EC # 0 +0x0000B3E8 0x6D3B # 0 +0x0000B3E9 0x6E07 # 0 +0x0000B3EA 0x6ED1 # 0 +0x0000B3EB 0x845B # 0 +0x0000B3EC 0x8910 # 0 +0x0000B3ED 0x8F44 # 0 +0x0000B3EE 0x4E14 # 0 +0x0000B3EF 0x9C39 # 0 +0x0000B3F0 0x53F6 # 0 +0x0000B3F1 0x691B # 0 +0x0000B3F2 0x6A3A # 0 +0x0000B3F3 0x9784 # 0 +0x0000B3F4 0x682A # 0 +0x0000B3F5 0x515C # 0 +0x0000B3F6 0x7AC3 # 0 +0x0000B3F7 0x84B2 # 0 +0x0000B3F8 0x91DC # 0 +0x0000B3F9 0x938C # 0 +0x0000B3FA 0x565B # 0 +0x0000B3FB 0x9D28 # 0 +0x0000B3FC 0x6822 # 0 +0x0000B3FD 0x8305 # 0 +0x0000B3FE 0x8431 # 0 +0x0000B4A1 0x7CA5 # 0 +0x0000B4A2 0x5208 # 0 +0x0000B4A3 0x82C5 # 0 +0x0000B4A4 0x74E6 # 0 +0x0000B4A5 0x4E7E # 0 +0x0000B4A6 0x4F83 # 0 +0x0000B4A7 0x51A0 # 0 +0x0000B4A8 0x5BD2 # 0 +0x0000B4A9 0x520A # 0 +0x0000B4AA 0x52D8 # 0 +0x0000B4AB 0x52E7 # 0 +0x0000B4AC 0x5DFB # 0 +0x0000B4AD 0x559A # 0 +0x0000B4AE 0x582A # 0 +0x0000B4AF 0x59E6 # 0 +0x0000B4B0 0x5B8C # 0 +0x0000B4B1 0x5B98 # 0 +0x0000B4B2 0x5BDB # 0 +0x0000B4B3 0x5E72 # 0 +0x0000B4B4 0x5E79 # 0 +0x0000B4B5 0x60A3 # 0 +0x0000B4B6 0x611F # 0 +0x0000B4B7 0x6163 # 0 +0x0000B4B8 0x61BE # 0 +0x0000B4B9 0x63DB # 0 +0x0000B4BA 0x6562 # 0 +0x0000B4BB 0x67D1 # 0 +0x0000B4BC 0x6853 # 0 +0x0000B4BD 0x68FA # 0 +0x0000B4BE 0x6B3E # 0 +0x0000B4BF 0x6B53 # 0 +0x0000B4C0 0x6C57 # 0 +0x0000B4C1 0x6F22 # 0 +0x0000B4C2 0x6F97 # 0 +0x0000B4C3 0x6F45 # 0 +0x0000B4C4 0x74B0 # 0 +0x0000B4C5 0x7518 # 0 +0x0000B4C6 0x76E3 # 0 +0x0000B4C7 0x770B # 0 +0x0000B4C8 0x7AFF # 0 +0x0000B4C9 0x7BA1 # 0 +0x0000B4CA 0x7C21 # 0 +0x0000B4CB 0x7DE9 # 0 +0x0000B4CC 0x7F36 # 0 +0x0000B4CD 0x7FF0 # 0 +0x0000B4CE 0x809D # 0 +0x0000B4CF 0x8266 # 0 +0x0000B4D0 0x839E # 0 +0x0000B4D1 0x89B3 # 0 +0x0000B4D2 0x8ACC # 0 +0x0000B4D3 0x8CAB # 0 +0x0000B4D4 0x9084 # 0 +0x0000B4D5 0x9451 # 0 +0x0000B4D6 0x9593 # 0 +0x0000B4D7 0x9591 # 0 +0x0000B4D8 0x95A2 # 0 +0x0000B4D9 0x9665 # 0 +0x0000B4DA 0x97D3 # 0 +0x0000B4DB 0x9928 # 0 +0x0000B4DC 0x8218 # 0 +0x0000B4DD 0x4E38 # 0 +0x0000B4DE 0x542B # 0 +0x0000B4DF 0x5CB8 # 0 +0x0000B4E0 0x5DCC # 0 +0x0000B4E1 0x73A9 # 0 +0x0000B4E2 0x764C # 0 +0x0000B4E3 0x773C # 0 +0x0000B4E4 0x5CA9 # 0 +0x0000B4E5 0x7FEB # 0 +0x0000B4E6 0x8D0B # 0 +0x0000B4E7 0x96C1 # 0 +0x0000B4E8 0x9811 # 0 +0x0000B4E9 0x9854 # 0 +0x0000B4EA 0x9858 # 0 +0x0000B4EB 0x4F01 # 0 +0x0000B4EC 0x4F0E # 0 +0x0000B4ED 0x5371 # 0 +0x0000B4EE 0x559C # 0 +0x0000B4EF 0x5668 # 0 +0x0000B4F0 0x57FA # 0 +0x0000B4F1 0x5947 # 0 +0x0000B4F2 0x5B09 # 0 +0x0000B4F3 0x5BC4 # 0 +0x0000B4F4 0x5C90 # 0 +0x0000B4F5 0x5E0C # 0 +0x0000B4F6 0x5E7E # 0 +0x0000B4F7 0x5FCC # 0 +0x0000B4F8 0x63EE # 0 +0x0000B4F9 0x673A # 0 +0x0000B4FA 0x65D7 # 0 +0x0000B4FB 0x65E2 # 0 +0x0000B4FC 0x671F # 0 +0x0000B4FD 0x68CB # 0 +0x0000B4FE 0x68C4 # 0 +0x0000B5A1 0x6A5F # 0 +0x0000B5A2 0x5E30 # 0 +0x0000B5A3 0x6BC5 # 0 +0x0000B5A4 0x6C17 # 0 +0x0000B5A5 0x6C7D # 0 +0x0000B5A6 0x757F # 0 +0x0000B5A7 0x7948 # 0 +0x0000B5A8 0x5B63 # 0 +0x0000B5A9 0x7A00 # 0 +0x0000B5AA 0x7D00 # 0 +0x0000B5AB 0x5FBD # 0 +0x0000B5AC 0x898F # 0 +0x0000B5AD 0x8A18 # 0 +0x0000B5AE 0x8CB4 # 0 +0x0000B5AF 0x8D77 # 0 +0x0000B5B0 0x8ECC # 0 +0x0000B5B1 0x8F1D # 0 +0x0000B5B2 0x98E2 # 0 +0x0000B5B3 0x9A0E # 0 +0x0000B5B4 0x9B3C # 0 +0x0000B5B5 0x4E80 # 0 +0x0000B5B6 0x507D # 0 +0x0000B5B7 0x5100 # 0 +0x0000B5B8 0x5993 # 0 +0x0000B5B9 0x5B9C # 0 +0x0000B5BA 0x622F # 0 +0x0000B5BB 0x6280 # 0 +0x0000B5BC 0x64EC # 0 +0x0000B5BD 0x6B3A # 0 +0x0000B5BE 0x72A0 # 0 +0x0000B5BF 0x7591 # 0 +0x0000B5C0 0x7947 # 0 +0x0000B5C1 0x7FA9 # 0 +0x0000B5C2 0x87FB # 0 +0x0000B5C3 0x8ABC # 0 +0x0000B5C4 0x8B70 # 0 +0x0000B5C5 0x63AC # 0 +0x0000B5C6 0x83CA # 0 +0x0000B5C7 0x97A0 # 0 +0x0000B5C8 0x5409 # 0 +0x0000B5C9 0x5403 # 0 +0x0000B5CA 0x55AB # 0 +0x0000B5CB 0x6854 # 0 +0x0000B5CC 0x6A58 # 0 +0x0000B5CD 0x8A70 # 0 +0x0000B5CE 0x7827 # 0 +0x0000B5CF 0x6775 # 0 +0x0000B5D0 0x9ECD # 0 +0x0000B5D1 0x5374 # 0 +0x0000B5D2 0x5BA2 # 0 +0x0000B5D3 0x811A # 0 +0x0000B5D4 0x8650 # 0 +0x0000B5D5 0x9006 # 0 +0x0000B5D6 0x4E18 # 0 +0x0000B5D7 0x4E45 # 0 +0x0000B5D8 0x4EC7 # 0 +0x0000B5D9 0x4F11 # 0 +0x0000B5DA 0x53CA # 0 +0x0000B5DB 0x5438 # 0 +0x0000B5DC 0x5BAE # 0 +0x0000B5DD 0x5F13 # 0 +0x0000B5DE 0x6025 # 0 +0x0000B5DF 0x6551 # 0 +0x0000B5E0 0x673D # 0 +0x0000B5E1 0x6C42 # 0 +0x0000B5E2 0x6C72 # 0 +0x0000B5E3 0x6CE3 # 0 +0x0000B5E4 0x7078 # 0 +0x0000B5E5 0x7403 # 0 +0x0000B5E6 0x7A76 # 0 +0x0000B5E7 0x7AAE # 0 +0x0000B5E8 0x7B08 # 0 +0x0000B5E9 0x7D1A # 0 +0x0000B5EA 0x7CFE # 0 +0x0000B5EB 0x7D66 # 0 +0x0000B5EC 0x65E7 # 0 +0x0000B5ED 0x725B # 0 +0x0000B5EE 0x53BB # 0 +0x0000B5EF 0x5C45 # 0 +0x0000B5F0 0x5DE8 # 0 +0x0000B5F1 0x62D2 # 0 +0x0000B5F2 0x62E0 # 0 +0x0000B5F3 0x6319 # 0 +0x0000B5F4 0x6E20 # 0 +0x0000B5F5 0x865A # 0 +0x0000B5F6 0x8A31 # 0 +0x0000B5F7 0x8DDD # 0 +0x0000B5F8 0x92F8 # 0 +0x0000B5F9 0x6F01 # 0 +0x0000B5FA 0x79A6 # 0 +0x0000B5FB 0x9B5A # 0 +0x0000B5FC 0x4EA8 # 0 +0x0000B5FD 0x4EAB # 0 +0x0000B5FE 0x4EAC # 0 +0x0000B6A1 0x4F9B # 0 +0x0000B6A2 0x4FA0 # 0 +0x0000B6A3 0x50D1 # 0 +0x0000B6A4 0x5147 # 0 +0x0000B6A5 0x7AF6 # 0 +0x0000B6A6 0x5171 # 0 +0x0000B6A7 0x51F6 # 0 +0x0000B6A8 0x5354 # 0 +0x0000B6A9 0x5321 # 0 +0x0000B6AA 0x537F # 0 +0x0000B6AB 0x53EB # 0 +0x0000B6AC 0x55AC # 0 +0x0000B6AD 0x5883 # 0 +0x0000B6AE 0x5CE1 # 0 +0x0000B6AF 0x5F37 # 0 +0x0000B6B0 0x5F4A # 0 +0x0000B6B1 0x602F # 0 +0x0000B6B2 0x6050 # 0 +0x0000B6B3 0x606D # 0 +0x0000B6B4 0x631F # 0 +0x0000B6B5 0x6559 # 0 +0x0000B6B6 0x6A4B # 0 +0x0000B6B7 0x6CC1 # 0 +0x0000B6B8 0x72C2 # 0 +0x0000B6B9 0x72ED # 0 +0x0000B6BA 0x77EF # 0 +0x0000B6BB 0x80F8 # 0 +0x0000B6BC 0x8105 # 0 +0x0000B6BD 0x8208 # 0 +0x0000B6BE 0x854E # 0 +0x0000B6BF 0x90F7 # 0 +0x0000B6C0 0x93E1 # 0 +0x0000B6C1 0x97FF # 0 +0x0000B6C2 0x9957 # 0 +0x0000B6C3 0x9A5A # 0 +0x0000B6C4 0x4EF0 # 0 +0x0000B6C5 0x51DD # 0 +0x0000B6C6 0x5C2D # 0 +0x0000B6C7 0x6681 # 0 +0x0000B6C8 0x696D # 0 +0x0000B6C9 0x5C40 # 0 +0x0000B6CA 0x66F2 # 0 +0x0000B6CB 0x6975 # 0 +0x0000B6CC 0x7389 # 0 +0x0000B6CD 0x6850 # 0 +0x0000B6CE 0x7C81 # 0 +0x0000B6CF 0x50C5 # 0 +0x0000B6D0 0x52E4 # 0 +0x0000B6D1 0x5747 # 0 +0x0000B6D2 0x5DFE # 0 +0x0000B6D3 0x9326 # 0 +0x0000B6D4 0x65A4 # 0 +0x0000B6D5 0x6B23 # 0 +0x0000B6D6 0x6B3D # 0 +0x0000B6D7 0x7434 # 0 +0x0000B6D8 0x7981 # 0 +0x0000B6D9 0x79BD # 0 +0x0000B6DA 0x7B4B # 0 +0x0000B6DB 0x7DCA # 0 +0x0000B6DC 0x82B9 # 0 +0x0000B6DD 0x83CC # 0 +0x0000B6DE 0x887F # 0 +0x0000B6DF 0x895F # 0 +0x0000B6E0 0x8B39 # 0 +0x0000B6E1 0x8FD1 # 0 +0x0000B6E2 0x91D1 # 0 +0x0000B6E3 0x541F # 0 +0x0000B6E4 0x9280 # 0 +0x0000B6E5 0x4E5D # 0 +0x0000B6E6 0x5036 # 0 +0x0000B6E7 0x53E5 # 0 +0x0000B6E8 0x533A # 0 +0x0000B6E9 0x72D7 # 0 +0x0000B6EA 0x7396 # 0 +0x0000B6EB 0x77E9 # 0 +0x0000B6EC 0x82E6 # 0 +0x0000B6ED 0x8EAF # 0 +0x0000B6EE 0x99C6 # 0 +0x0000B6EF 0x99C8 # 0 +0x0000B6F0 0x99D2 # 0 +0x0000B6F1 0x5177 # 0 +0x0000B6F2 0x611A # 0 +0x0000B6F3 0x865E # 0 +0x0000B6F4 0x55B0 # 0 +0x0000B6F5 0x7A7A # 0 +0x0000B6F6 0x5076 # 0 +0x0000B6F7 0x5BD3 # 0 +0x0000B6F8 0x9047 # 0 +0x0000B6F9 0x9685 # 0 +0x0000B6FA 0x4E32 # 0 +0x0000B6FB 0x6ADB # 0 +0x0000B6FC 0x91E7 # 0 +0x0000B6FD 0x5C51 # 0 +0x0000B6FE 0x5C48 # 0 +0x0000B7A1 0x6398 # 0 +0x0000B7A2 0x7A9F # 0 +0x0000B7A3 0x6C93 # 0 +0x0000B7A4 0x9774 # 0 +0x0000B7A5 0x8F61 # 0 +0x0000B7A6 0x7AAA # 0 +0x0000B7A7 0x718A # 0 +0x0000B7A8 0x9688 # 0 +0x0000B7A9 0x7C82 # 0 +0x0000B7AA 0x6817 # 0 +0x0000B7AB 0x7E70 # 0 +0x0000B7AC 0x6851 # 0 +0x0000B7AD 0x936C # 0 +0x0000B7AE 0x52F2 # 0 +0x0000B7AF 0x541B # 0 +0x0000B7B0 0x85AB # 0 +0x0000B7B1 0x8A13 # 0 +0x0000B7B2 0x7FA4 # 0 +0x0000B7B3 0x8ECD # 0 +0x0000B7B4 0x90E1 # 0 +0x0000B7B5 0x5366 # 0 +0x0000B7B6 0x8888 # 0 +0x0000B7B7 0x7941 # 0 +0x0000B7B8 0x4FC2 # 0 +0x0000B7B9 0x50BE # 0 +0x0000B7BA 0x5211 # 0 +0x0000B7BB 0x5144 # 0 +0x0000B7BC 0x5553 # 0 +0x0000B7BD 0x572D # 0 +0x0000B7BE 0x73EA # 0 +0x0000B7BF 0x578B # 0 +0x0000B7C0 0x5951 # 0 +0x0000B7C1 0x5F62 # 0 +0x0000B7C2 0x5F84 # 0 +0x0000B7C3 0x6075 # 0 +0x0000B7C4 0x6176 # 0 +0x0000B7C5 0x6167 # 0 +0x0000B7C6 0x61A9 # 0 +0x0000B7C7 0x63B2 # 0 +0x0000B7C8 0x643A # 0 +0x0000B7C9 0x656C # 0 +0x0000B7CA 0x666F # 0 +0x0000B7CB 0x6842 # 0 +0x0000B7CC 0x6E13 # 0 +0x0000B7CD 0x7566 # 0 +0x0000B7CE 0x7A3D # 0 +0x0000B7CF 0x7CFB # 0 +0x0000B7D0 0x7D4C # 0 +0x0000B7D1 0x7D99 # 0 +0x0000B7D2 0x7E4B # 0 +0x0000B7D3 0x7F6B # 0 +0x0000B7D4 0x830E # 0 +0x0000B7D5 0x834A # 0 +0x0000B7D6 0x86CD # 0 +0x0000B7D7 0x8A08 # 0 +0x0000B7D8 0x8A63 # 0 +0x0000B7D9 0x8B66 # 0 +0x0000B7DA 0x8EFD # 0 +0x0000B7DB 0x981A # 0 +0x0000B7DC 0x9D8F # 0 +0x0000B7DD 0x82B8 # 0 +0x0000B7DE 0x8FCE # 0 +0x0000B7DF 0x9BE8 # 0 +0x0000B7E0 0x5287 # 0 +0x0000B7E1 0x621F # 0 +0x0000B7E2 0x6483 # 0 +0x0000B7E3 0x6FC0 # 0 +0x0000B7E4 0x9699 # 0 +0x0000B7E5 0x6841 # 0 +0x0000B7E6 0x5091 # 0 +0x0000B7E7 0x6B20 # 0 +0x0000B7E8 0x6C7A # 0 +0x0000B7E9 0x6F54 # 0 +0x0000B7EA 0x7A74 # 0 +0x0000B7EB 0x7D50 # 0 +0x0000B7EC 0x8840 # 0 +0x0000B7ED 0x8A23 # 0 +0x0000B7EE 0x6708 # 0 +0x0000B7EF 0x4EF6 # 0 +0x0000B7F0 0x5039 # 0 +0x0000B7F1 0x5026 # 0 +0x0000B7F2 0x5065 # 0 +0x0000B7F3 0x517C # 0 +0x0000B7F4 0x5238 # 0 +0x0000B7F5 0x5263 # 0 +0x0000B7F6 0x55A7 # 0 +0x0000B7F7 0x570F # 0 +0x0000B7F8 0x5805 # 0 +0x0000B7F9 0x5ACC # 0 +0x0000B7FA 0x5EFA # 0 +0x0000B7FB 0x61B2 # 0 +0x0000B7FC 0x61F8 # 0 +0x0000B7FD 0x62F3 # 0 +0x0000B7FE 0x6372 # 0 +0x0000B8A1 0x691C # 0 +0x0000B8A2 0x6A29 # 0 +0x0000B8A3 0x727D # 0 +0x0000B8A4 0x72AC # 0 +0x0000B8A5 0x732E # 0 +0x0000B8A6 0x7814 # 0 +0x0000B8A7 0x786F # 0 +0x0000B8A8 0x7D79 # 0 +0x0000B8A9 0x770C # 0 +0x0000B8AA 0x80A9 # 0 +0x0000B8AB 0x898B # 0 +0x0000B8AC 0x8B19 # 0 +0x0000B8AD 0x8CE2 # 0 +0x0000B8AE 0x8ED2 # 0 +0x0000B8AF 0x9063 # 0 +0x0000B8B0 0x9375 # 0 +0x0000B8B1 0x967A # 0 +0x0000B8B2 0x9855 # 0 +0x0000B8B3 0x9A13 # 0 +0x0000B8B4 0x9E78 # 0 +0x0000B8B5 0x5143 # 0 +0x0000B8B6 0x539F # 0 +0x0000B8B7 0x53B3 # 0 +0x0000B8B8 0x5E7B # 0 +0x0000B8B9 0x5F26 # 0 +0x0000B8BA 0x6E1B # 0 +0x0000B8BB 0x6E90 # 0 +0x0000B8BC 0x7384 # 0 +0x0000B8BD 0x73FE # 0 +0x0000B8BE 0x7D43 # 0 +0x0000B8BF 0x8237 # 0 +0x0000B8C0 0x8A00 # 0 +0x0000B8C1 0x8AFA # 0 +0x0000B8C2 0x9650 # 0 +0x0000B8C3 0x4E4E # 0 +0x0000B8C4 0x500B # 0 +0x0000B8C5 0x53E4 # 0 +0x0000B8C6 0x547C # 0 +0x0000B8C7 0x56FA # 0 +0x0000B8C8 0x59D1 # 0 +0x0000B8C9 0x5B64 # 0 +0x0000B8CA 0x5DF1 # 0 +0x0000B8CB 0x5EAB # 0 +0x0000B8CC 0x5F27 # 0 +0x0000B8CD 0x6238 # 0 +0x0000B8CE 0x6545 # 0 +0x0000B8CF 0x67AF # 0 +0x0000B8D0 0x6E56 # 0 +0x0000B8D1 0x72D0 # 0 +0x0000B8D2 0x7CCA # 0 +0x0000B8D3 0x88B4 # 0 +0x0000B8D4 0x80A1 # 0 +0x0000B8D5 0x80E1 # 0 +0x0000B8D6 0x83F0 # 0 +0x0000B8D7 0x864E # 0 +0x0000B8D8 0x8A87 # 0 +0x0000B8D9 0x8DE8 # 0 +0x0000B8DA 0x9237 # 0 +0x0000B8DB 0x96C7 # 0 +0x0000B8DC 0x9867 # 0 +0x0000B8DD 0x9F13 # 0 +0x0000B8DE 0x4E94 # 0 +0x0000B8DF 0x4E92 # 0 +0x0000B8E0 0x4F0D # 0 +0x0000B8E1 0x5348 # 0 +0x0000B8E2 0x5449 # 0 +0x0000B8E3 0x543E # 0 +0x0000B8E4 0x5A2F # 0 +0x0000B8E5 0x5F8C # 0 +0x0000B8E6 0x5FA1 # 0 +0x0000B8E7 0x609F # 0 +0x0000B8E8 0x68A7 # 0 +0x0000B8E9 0x6A8E # 0 +0x0000B8EA 0x745A # 0 +0x0000B8EB 0x7881 # 0 +0x0000B8EC 0x8A9E # 0 +0x0000B8ED 0x8AA4 # 0 +0x0000B8EE 0x8B77 # 0 +0x0000B8EF 0x9190 # 0 +0x0000B8F0 0x4E5E # 0 +0x0000B8F1 0x9BC9 # 0 +0x0000B8F2 0x4EA4 # 0 +0x0000B8F3 0x4F7C # 0 +0x0000B8F4 0x4FAF # 0 +0x0000B8F5 0x5019 # 0 +0x0000B8F6 0x5016 # 0 +0x0000B8F7 0x5149 # 0 +0x0000B8F8 0x516C # 0 +0x0000B8F9 0x529F # 0 +0x0000B8FA 0x52B9 # 0 +0x0000B8FB 0x52FE # 0 +0x0000B8FC 0x539A # 0 +0x0000B8FD 0x53E3 # 0 +0x0000B8FE 0x5411 # 0 +0x0000B9A1 0x540E # 0 +0x0000B9A2 0x5589 # 0 +0x0000B9A3 0x5751 # 0 +0x0000B9A4 0x57A2 # 0 +0x0000B9A5 0x597D # 0 +0x0000B9A6 0x5B54 # 0 +0x0000B9A7 0x5B5D # 0 +0x0000B9A8 0x5B8F # 0 +0x0000B9A9 0x5DE5 # 0 +0x0000B9AA 0x5DE7 # 0 +0x0000B9AB 0x5DF7 # 0 +0x0000B9AC 0x5E78 # 0 +0x0000B9AD 0x5E83 # 0 +0x0000B9AE 0x5E9A # 0 +0x0000B9AF 0x5EB7 # 0 +0x0000B9B0 0x5F18 # 0 +0x0000B9B1 0x6052 # 0 +0x0000B9B2 0x614C # 0 +0x0000B9B3 0x6297 # 0 +0x0000B9B4 0x62D8 # 0 +0x0000B9B5 0x63A7 # 0 +0x0000B9B6 0x653B # 0 +0x0000B9B7 0x6602 # 0 +0x0000B9B8 0x6643 # 0 +0x0000B9B9 0x66F4 # 0 +0x0000B9BA 0x676D # 0 +0x0000B9BB 0x6821 # 0 +0x0000B9BC 0x6897 # 0 +0x0000B9BD 0x69CB # 0 +0x0000B9BE 0x6C5F # 0 +0x0000B9BF 0x6D2A # 0 +0x0000B9C0 0x6D69 # 0 +0x0000B9C1 0x6E2F # 0 +0x0000B9C2 0x6E9D # 0 +0x0000B9C3 0x7532 # 0 +0x0000B9C4 0x7687 # 0 +0x0000B9C5 0x786C # 0 +0x0000B9C6 0x7A3F # 0 +0x0000B9C7 0x7CE0 # 0 +0x0000B9C8 0x7D05 # 0 +0x0000B9C9 0x7D18 # 0 +0x0000B9CA 0x7D5E # 0 +0x0000B9CB 0x7DB1 # 0 +0x0000B9CC 0x8015 # 0 +0x0000B9CD 0x8003 # 0 +0x0000B9CE 0x80AF # 0 +0x0000B9CF 0x80B1 # 0 +0x0000B9D0 0x8154 # 0 +0x0000B9D1 0x818F # 0 +0x0000B9D2 0x822A # 0 +0x0000B9D3 0x8352 # 0 +0x0000B9D4 0x884C # 0 +0x0000B9D5 0x8861 # 0 +0x0000B9D6 0x8B1B # 0 +0x0000B9D7 0x8CA2 # 0 +0x0000B9D8 0x8CFC # 0 +0x0000B9D9 0x90CA # 0 +0x0000B9DA 0x9175 # 0 +0x0000B9DB 0x9271 # 0 +0x0000B9DC 0x783F # 0 +0x0000B9DD 0x92FC # 0 +0x0000B9DE 0x95A4 # 0 +0x0000B9DF 0x964D # 0 +0x0000B9E0 0x9805 # 0 +0x0000B9E1 0x9999 # 0 +0x0000B9E2 0x9AD8 # 0 +0x0000B9E3 0x9D3B # 0 +0x0000B9E4 0x525B # 0 +0x0000B9E5 0x52AB # 0 +0x0000B9E6 0x53F7 # 0 +0x0000B9E7 0x5408 # 0 +0x0000B9E8 0x58D5 # 0 +0x0000B9E9 0x62F7 # 0 +0x0000B9EA 0x6FE0 # 0 +0x0000B9EB 0x8C6A # 0 +0x0000B9EC 0x8F5F # 0 +0x0000B9ED 0x9EB9 # 0 +0x0000B9EE 0x514B # 0 +0x0000B9EF 0x523B # 0 +0x0000B9F0 0x544A # 0 +0x0000B9F1 0x56FD # 0 +0x0000B9F2 0x7A40 # 0 +0x0000B9F3 0x9177 # 0 +0x0000B9F4 0x9D60 # 0 +0x0000B9F5 0x9ED2 # 0 +0x0000B9F6 0x7344 # 0 +0x0000B9F7 0x6F09 # 0 +0x0000B9F8 0x8170 # 0 +0x0000B9F9 0x7511 # 0 +0x0000B9FA 0x5FFD # 0 +0x0000B9FB 0x60DA # 0 +0x0000B9FC 0x9AA8 # 0 +0x0000B9FD 0x72DB # 0 +0x0000B9FE 0x8FBC # 0 +0x0000BAA1 0x6B64 # 0 +0x0000BAA2 0x9803 # 0 +0x0000BAA3 0x4ECA # 0 +0x0000BAA4 0x56F0 # 0 +0x0000BAA5 0x5764 # 0 +0x0000BAA6 0x58BE # 0 +0x0000BAA7 0x5A5A # 0 +0x0000BAA8 0x6068 # 0 +0x0000BAA9 0x61C7 # 0 +0x0000BAAA 0x660F # 0 +0x0000BAAB 0x6606 # 0 +0x0000BAAC 0x6839 # 0 +0x0000BAAD 0x68B1 # 0 +0x0000BAAE 0x6DF7 # 0 +0x0000BAAF 0x75D5 # 0 +0x0000BAB0 0x7D3A # 0 +0x0000BAB1 0x826E # 0 +0x0000BAB2 0x9B42 # 0 +0x0000BAB3 0x4E9B # 0 +0x0000BAB4 0x4F50 # 0 +0x0000BAB5 0x53C9 # 0 +0x0000BAB6 0x5506 # 0 +0x0000BAB7 0x5D6F # 0 +0x0000BAB8 0x5DE6 # 0 +0x0000BAB9 0x5DEE # 0 +0x0000BABA 0x67FB # 0 +0x0000BABB 0x6C99 # 0 +0x0000BABC 0x7473 # 0 +0x0000BABD 0x7802 # 0 +0x0000BABE 0x8A50 # 0 +0x0000BABF 0x9396 # 0 +0x0000BAC0 0x88DF # 0 +0x0000BAC1 0x5750 # 0 +0x0000BAC2 0x5EA7 # 0 +0x0000BAC3 0x632B # 0 +0x0000BAC4 0x50B5 # 0 +0x0000BAC5 0x50AC # 0 +0x0000BAC6 0x518D # 0 +0x0000BAC7 0x6700 # 0 +0x0000BAC8 0x54C9 # 0 +0x0000BAC9 0x585E # 0 +0x0000BACA 0x59BB # 0 +0x0000BACB 0x5BB0 # 0 +0x0000BACC 0x5F69 # 0 +0x0000BACD 0x624D # 0 +0x0000BACE 0x63A1 # 0 +0x0000BACF 0x683D # 0 +0x0000BAD0 0x6B73 # 0 +0x0000BAD1 0x6E08 # 0 +0x0000BAD2 0x707D # 0 +0x0000BAD3 0x91C7 # 0 +0x0000BAD4 0x7280 # 0 +0x0000BAD5 0x7815 # 0 +0x0000BAD6 0x7826 # 0 +0x0000BAD7 0x796D # 0 +0x0000BAD8 0x658E # 0 +0x0000BAD9 0x7D30 # 0 +0x0000BADA 0x83DC # 0 +0x0000BADB 0x88C1 # 0 +0x0000BADC 0x8F09 # 0 +0x0000BADD 0x969B # 0 +0x0000BADE 0x5264 # 0 +0x0000BADF 0x5728 # 0 +0x0000BAE0 0x6750 # 0 +0x0000BAE1 0x7F6A # 0 +0x0000BAE2 0x8CA1 # 0 +0x0000BAE3 0x51B4 # 0 +0x0000BAE4 0x5742 # 0 +0x0000BAE5 0x962A # 0 +0x0000BAE6 0x583A # 0 +0x0000BAE7 0x698A # 0 +0x0000BAE8 0x80B4 # 0 +0x0000BAE9 0x54B2 # 0 +0x0000BAEA 0x5D0E # 0 +0x0000BAEB 0x57FC # 0 +0x0000BAEC 0x7895 # 0 +0x0000BAED 0x9DFA # 0 +0x0000BAEE 0x4F5C # 0 +0x0000BAEF 0x524A # 0 +0x0000BAF0 0x548B # 0 +0x0000BAF1 0x643E # 0 +0x0000BAF2 0x6628 # 0 +0x0000BAF3 0x6714 # 0 +0x0000BAF4 0x67F5 # 0 +0x0000BAF5 0x7A84 # 0 +0x0000BAF6 0x7B56 # 0 +0x0000BAF7 0x7D22 # 0 +0x0000BAF8 0x932F # 0 +0x0000BAF9 0x685C # 0 +0x0000BAFA 0x9BAD # 0 +0x0000BAFB 0x7B39 # 0 +0x0000BAFC 0x5319 # 0 +0x0000BAFD 0x518A # 0 +0x0000BAFE 0x5237 # 0 +0x0000BBA1 0x5BDF # 0 +0x0000BBA2 0x62F6 # 0 +0x0000BBA3 0x64AE # 0 +0x0000BBA4 0x64E6 # 0 +0x0000BBA5 0x672D # 0 +0x0000BBA6 0x6BBA # 0 +0x0000BBA7 0x85A9 # 0 +0x0000BBA8 0x96D1 # 0 +0x0000BBA9 0x7690 # 0 +0x0000BBAA 0x9BD6 # 0 +0x0000BBAB 0x634C # 0 +0x0000BBAC 0x9306 # 0 +0x0000BBAD 0x9BAB # 0 +0x0000BBAE 0x76BF # 0 +0x0000BBAF 0x6652 # 0 +0x0000BBB0 0x4E09 # 0 +0x0000BBB1 0x5098 # 0 +0x0000BBB2 0x53C2 # 0 +0x0000BBB3 0x5C71 # 0 +0x0000BBB4 0x60E8 # 0 +0x0000BBB5 0x6492 # 0 +0x0000BBB6 0x6563 # 0 +0x0000BBB7 0x685F # 0 +0x0000BBB8 0x71E6 # 0 +0x0000BBB9 0x73CA # 0 +0x0000BBBA 0x7523 # 0 +0x0000BBBB 0x7B97 # 0 +0x0000BBBC 0x7E82 # 0 +0x0000BBBD 0x8695 # 0 +0x0000BBBE 0x8B83 # 0 +0x0000BBBF 0x8CDB # 0 +0x0000BBC0 0x9178 # 0 +0x0000BBC1 0x9910 # 0 +0x0000BBC2 0x65AC # 0 +0x0000BBC3 0x66AB # 0 +0x0000BBC4 0x6B8B # 0 +0x0000BBC5 0x4ED5 # 0 +0x0000BBC6 0x4ED4 # 0 +0x0000BBC7 0x4F3A # 0 +0x0000BBC8 0x4F7F # 0 +0x0000BBC9 0x523A # 0 +0x0000BBCA 0x53F8 # 0 +0x0000BBCB 0x53F2 # 0 +0x0000BBCC 0x55E3 # 0 +0x0000BBCD 0x56DB # 0 +0x0000BBCE 0x58EB # 0 +0x0000BBCF 0x59CB # 0 +0x0000BBD0 0x59C9 # 0 +0x0000BBD1 0x59FF # 0 +0x0000BBD2 0x5B50 # 0 +0x0000BBD3 0x5C4D # 0 +0x0000BBD4 0x5E02 # 0 +0x0000BBD5 0x5E2B # 0 +0x0000BBD6 0x5FD7 # 0 +0x0000BBD7 0x601D # 0 +0x0000BBD8 0x6307 # 0 +0x0000BBD9 0x652F # 0 +0x0000BBDA 0x5B5C # 0 +0x0000BBDB 0x65AF # 0 +0x0000BBDC 0x65BD # 0 +0x0000BBDD 0x65E8 # 0 +0x0000BBDE 0x679D # 0 +0x0000BBDF 0x6B62 # 0 +0x0000BBE0 0x6B7B # 0 +0x0000BBE1 0x6C0F # 0 +0x0000BBE2 0x7345 # 0 +0x0000BBE3 0x7949 # 0 +0x0000BBE4 0x79C1 # 0 +0x0000BBE5 0x7CF8 # 0 +0x0000BBE6 0x7D19 # 0 +0x0000BBE7 0x7D2B # 0 +0x0000BBE8 0x80A2 # 0 +0x0000BBE9 0x8102 # 0 +0x0000BBEA 0x81F3 # 0 +0x0000BBEB 0x8996 # 0 +0x0000BBEC 0x8A5E # 0 +0x0000BBED 0x8A69 # 0 +0x0000BBEE 0x8A66 # 0 +0x0000BBEF 0x8A8C # 0 +0x0000BBF0 0x8AEE # 0 +0x0000BBF1 0x8CC7 # 0 +0x0000BBF2 0x8CDC # 0 +0x0000BBF3 0x96CC # 0 +0x0000BBF4 0x98FC # 0 +0x0000BBF5 0x6B6F # 0 +0x0000BBF6 0x4E8B # 0 +0x0000BBF7 0x4F3C # 0 +0x0000BBF8 0x4F8D # 0 +0x0000BBF9 0x5150 # 0 +0x0000BBFA 0x5B57 # 0 +0x0000BBFB 0x5BFA # 0 +0x0000BBFC 0x6148 # 0 +0x0000BBFD 0x6301 # 0 +0x0000BBFE 0x6642 # 0 +0x0000BCA1 0x6B21 # 0 +0x0000BCA2 0x6ECB # 0 +0x0000BCA3 0x6CBB # 0 +0x0000BCA4 0x723E # 0 +0x0000BCA5 0x74BD # 0 +0x0000BCA6 0x75D4 # 0 +0x0000BCA7 0x78C1 # 0 +0x0000BCA8 0x793A # 0 +0x0000BCA9 0x800C # 0 +0x0000BCAA 0x8033 # 0 +0x0000BCAB 0x81EA # 0 +0x0000BCAC 0x8494 # 0 +0x0000BCAD 0x8F9E # 0 +0x0000BCAE 0x6C50 # 0 +0x0000BCAF 0x9E7F # 0 +0x0000BCB0 0x5F0F # 0 +0x0000BCB1 0x8B58 # 0 +0x0000BCB2 0x9D2B # 0 +0x0000BCB3 0x7AFA # 0 +0x0000BCB4 0x8EF8 # 0 +0x0000BCB5 0x5B8D # 0 +0x0000BCB6 0x96EB # 0 +0x0000BCB7 0x4E03 # 0 +0x0000BCB8 0x53F1 # 0 +0x0000BCB9 0x57F7 # 0 +0x0000BCBA 0x5931 # 0 +0x0000BCBB 0x5AC9 # 0 +0x0000BCBC 0x5BA4 # 0 +0x0000BCBD 0x6089 # 0 +0x0000BCBE 0x6E7F # 0 +0x0000BCBF 0x6F06 # 0 +0x0000BCC0 0x75BE # 0 +0x0000BCC1 0x8CEA # 0 +0x0000BCC2 0x5B9F # 0 +0x0000BCC3 0x8500 # 0 +0x0000BCC4 0x7BE0 # 0 +0x0000BCC5 0x5072 # 0 +0x0000BCC6 0x67F4 # 0 +0x0000BCC7 0x829D # 0 +0x0000BCC8 0x5C61 # 0 +0x0000BCC9 0x854A # 0 +0x0000BCCA 0x7E1E # 0 +0x0000BCCB 0x820E # 0 +0x0000BCCC 0x5199 # 0 +0x0000BCCD 0x5C04 # 0 +0x0000BCCE 0x6368 # 0 +0x0000BCCF 0x8D66 # 0 +0x0000BCD0 0x659C # 0 +0x0000BCD1 0x716E # 0 +0x0000BCD2 0x793E # 0 +0x0000BCD3 0x7D17 # 0 +0x0000BCD4 0x8005 # 0 +0x0000BCD5 0x8B1D # 0 +0x0000BCD6 0x8ECA # 0 +0x0000BCD7 0x906E # 0 +0x0000BCD8 0x86C7 # 0 +0x0000BCD9 0x90AA # 0 +0x0000BCDA 0x501F # 0 +0x0000BCDB 0x52FA # 0 +0x0000BCDC 0x5C3A # 0 +0x0000BCDD 0x6753 # 0 +0x0000BCDE 0x707C # 0 +0x0000BCDF 0x7235 # 0 +0x0000BCE0 0x914C # 0 +0x0000BCE1 0x91C8 # 0 +0x0000BCE2 0x932B # 0 +0x0000BCE3 0x82E5 # 0 +0x0000BCE4 0x5BC2 # 0 +0x0000BCE5 0x5F31 # 0 +0x0000BCE6 0x60F9 # 0 +0x0000BCE7 0x4E3B # 0 +0x0000BCE8 0x53D6 # 0 +0x0000BCE9 0x5B88 # 0 +0x0000BCEA 0x624B # 0 +0x0000BCEB 0x6731 # 0 +0x0000BCEC 0x6B8A # 0 +0x0000BCED 0x72E9 # 0 +0x0000BCEE 0x73E0 # 0 +0x0000BCEF 0x7A2E # 0 +0x0000BCF0 0x816B # 0 +0x0000BCF1 0x8DA3 # 0 +0x0000BCF2 0x9152 # 0 +0x0000BCF3 0x9996 # 0 +0x0000BCF4 0x5112 # 0 +0x0000BCF5 0x53D7 # 0 +0x0000BCF6 0x546A # 0 +0x0000BCF7 0x5BFF # 0 +0x0000BCF8 0x6388 # 0 +0x0000BCF9 0x6A39 # 0 +0x0000BCFA 0x7DAC # 0 +0x0000BCFB 0x9700 # 0 +0x0000BCFC 0x56DA # 0 +0x0000BCFD 0x53CE # 0 +0x0000BCFE 0x5468 # 0 +0x0000BDA1 0x5B97 # 0 +0x0000BDA2 0x5C31 # 0 +0x0000BDA3 0x5DDE # 0 +0x0000BDA4 0x4FEE # 0 +0x0000BDA5 0x6101 # 0 +0x0000BDA6 0x62FE # 0 +0x0000BDA7 0x6D32 # 0 +0x0000BDA8 0x79C0 # 0 +0x0000BDA9 0x79CB # 0 +0x0000BDAA 0x7D42 # 0 +0x0000BDAB 0x7E4D # 0 +0x0000BDAC 0x7FD2 # 0 +0x0000BDAD 0x81ED # 0 +0x0000BDAE 0x821F # 0 +0x0000BDAF 0x8490 # 0 +0x0000BDB0 0x8846 # 0 +0x0000BDB1 0x8972 # 0 +0x0000BDB2 0x8B90 # 0 +0x0000BDB3 0x8E74 # 0 +0x0000BDB4 0x8F2F # 0 +0x0000BDB5 0x9031 # 0 +0x0000BDB6 0x914B # 0 +0x0000BDB7 0x916C # 0 +0x0000BDB8 0x96C6 # 0 +0x0000BDB9 0x919C # 0 +0x0000BDBA 0x4EC0 # 0 +0x0000BDBB 0x4F4F # 0 +0x0000BDBC 0x5145 # 0 +0x0000BDBD 0x5341 # 0 +0x0000BDBE 0x5F93 # 0 +0x0000BDBF 0x620E # 0 +0x0000BDC0 0x67D4 # 0 +0x0000BDC1 0x6C41 # 0 +0x0000BDC2 0x6E0B # 0 +0x0000BDC3 0x7363 # 0 +0x0000BDC4 0x7E26 # 0 +0x0000BDC5 0x91CD # 0 +0x0000BDC6 0x9283 # 0 +0x0000BDC7 0x53D4 # 0 +0x0000BDC8 0x5919 # 0 +0x0000BDC9 0x5BBF # 0 +0x0000BDCA 0x6DD1 # 0 +0x0000BDCB 0x795D # 0 +0x0000BDCC 0x7E2E # 0 +0x0000BDCD 0x7C9B # 0 +0x0000BDCE 0x587E # 0 +0x0000BDCF 0x719F # 0 +0x0000BDD0 0x51FA # 0 +0x0000BDD1 0x8853 # 0 +0x0000BDD2 0x8FF0 # 0 +0x0000BDD3 0x4FCA # 0 +0x0000BDD4 0x5CFB # 0 +0x0000BDD5 0x6625 # 0 +0x0000BDD6 0x77AC # 0 +0x0000BDD7 0x7AE3 # 0 +0x0000BDD8 0x821C # 0 +0x0000BDD9 0x99FF # 0 +0x0000BDDA 0x51C6 # 0 +0x0000BDDB 0x5FAA # 0 +0x0000BDDC 0x65EC # 0 +0x0000BDDD 0x696F # 0 +0x0000BDDE 0x6B89 # 0 +0x0000BDDF 0x6DF3 # 0 +0x0000BDE0 0x6E96 # 0 +0x0000BDE1 0x6F64 # 0 +0x0000BDE2 0x76FE # 0 +0x0000BDE3 0x7D14 # 0 +0x0000BDE4 0x5DE1 # 0 +0x0000BDE5 0x9075 # 0 +0x0000BDE6 0x9187 # 0 +0x0000BDE7 0x9806 # 0 +0x0000BDE8 0x51E6 # 0 +0x0000BDE9 0x521D # 0 +0x0000BDEA 0x6240 # 0 +0x0000BDEB 0x6691 # 0 +0x0000BDEC 0x66D9 # 0 +0x0000BDED 0x6E1A # 0 +0x0000BDEE 0x5EB6 # 0 +0x0000BDEF 0x7DD2 # 0 +0x0000BDF0 0x7F72 # 0 +0x0000BDF1 0x66F8 # 0 +0x0000BDF2 0x85AF # 0 +0x0000BDF3 0x85F7 # 0 +0x0000BDF4 0x8AF8 # 0 +0x0000BDF5 0x52A9 # 0 +0x0000BDF6 0x53D9 # 0 +0x0000BDF7 0x5973 # 0 +0x0000BDF8 0x5E8F # 0 +0x0000BDF9 0x5F90 # 0 +0x0000BDFA 0x6055 # 0 +0x0000BDFB 0x92E4 # 0 +0x0000BDFC 0x9664 # 0 +0x0000BDFD 0x50B7 # 0 +0x0000BDFE 0x511F # 0 +0x0000BEA1 0x52DD # 0 +0x0000BEA2 0x5320 # 0 +0x0000BEA3 0x5347 # 0 +0x0000BEA4 0x53EC # 0 +0x0000BEA5 0x54E8 # 0 +0x0000BEA6 0x5546 # 0 +0x0000BEA7 0x5531 # 0 +0x0000BEA8 0x5617 # 0 +0x0000BEA9 0x5968 # 0 +0x0000BEAA 0x59BE # 0 +0x0000BEAB 0x5A3C # 0 +0x0000BEAC 0x5BB5 # 0 +0x0000BEAD 0x5C06 # 0 +0x0000BEAE 0x5C0F # 0 +0x0000BEAF 0x5C11 # 0 +0x0000BEB0 0x5C1A # 0 +0x0000BEB1 0x5E84 # 0 +0x0000BEB2 0x5E8A # 0 +0x0000BEB3 0x5EE0 # 0 +0x0000BEB4 0x5F70 # 0 +0x0000BEB5 0x627F # 0 +0x0000BEB6 0x6284 # 0 +0x0000BEB7 0x62DB # 0 +0x0000BEB8 0x638C # 0 +0x0000BEB9 0x6377 # 0 +0x0000BEBA 0x6607 # 0 +0x0000BEBB 0x660C # 0 +0x0000BEBC 0x662D # 0 +0x0000BEBD 0x6676 # 0 +0x0000BEBE 0x677E # 0 +0x0000BEBF 0x68A2 # 0 +0x0000BEC0 0x6A1F # 0 +0x0000BEC1 0x6A35 # 0 +0x0000BEC2 0x6CBC # 0 +0x0000BEC3 0x6D88 # 0 +0x0000BEC4 0x6E09 # 0 +0x0000BEC5 0x6E58 # 0 +0x0000BEC6 0x713C # 0 +0x0000BEC7 0x7126 # 0 +0x0000BEC8 0x7167 # 0 +0x0000BEC9 0x75C7 # 0 +0x0000BECA 0x7701 # 0 +0x0000BECB 0x785D # 0 +0x0000BECC 0x7901 # 0 +0x0000BECD 0x7965 # 0 +0x0000BECE 0x79F0 # 0 +0x0000BECF 0x7AE0 # 0 +0x0000BED0 0x7B11 # 0 +0x0000BED1 0x7CA7 # 0 +0x0000BED2 0x7D39 # 0 +0x0000BED3 0x8096 # 0 +0x0000BED4 0x83D6 # 0 +0x0000BED5 0x848B # 0 +0x0000BED6 0x8549 # 0 +0x0000BED7 0x885D # 0 +0x0000BED8 0x88F3 # 0 +0x0000BED9 0x8A1F # 0 +0x0000BEDA 0x8A3C # 0 +0x0000BEDB 0x8A54 # 0 +0x0000BEDC 0x8A73 # 0 +0x0000BEDD 0x8C61 # 0 +0x0000BEDE 0x8CDE # 0 +0x0000BEDF 0x91A4 # 0 +0x0000BEE0 0x9266 # 0 +0x0000BEE1 0x937E # 0 +0x0000BEE2 0x9418 # 0 +0x0000BEE3 0x969C # 0 +0x0000BEE4 0x9798 # 0 +0x0000BEE5 0x4E0A # 0 +0x0000BEE6 0x4E08 # 0 +0x0000BEE7 0x4E1E # 0 +0x0000BEE8 0x4E57 # 0 +0x0000BEE9 0x5197 # 0 +0x0000BEEA 0x5270 # 0 +0x0000BEEB 0x57CE # 0 +0x0000BEEC 0x5834 # 0 +0x0000BEED 0x58CC # 0 +0x0000BEEE 0x5B22 # 0 +0x0000BEEF 0x5E38 # 0 +0x0000BEF0 0x60C5 # 0 +0x0000BEF1 0x64FE # 0 +0x0000BEF2 0x6761 # 0 +0x0000BEF3 0x6756 # 0 +0x0000BEF4 0x6D44 # 0 +0x0000BEF5 0x72B6 # 0 +0x0000BEF6 0x7573 # 0 +0x0000BEF7 0x7A63 # 0 +0x0000BEF8 0x84B8 # 0 +0x0000BEF9 0x8B72 # 0 +0x0000BEFA 0x91B8 # 0 +0x0000BEFB 0x9320 # 0 +0x0000BEFC 0x5631 # 0 +0x0000BEFD 0x57F4 # 0 +0x0000BEFE 0x98FE # 0 +0x0000BFA1 0x62ED # 0 +0x0000BFA2 0x690D # 0 +0x0000BFA3 0x6B96 # 0 +0x0000BFA4 0x71ED # 0 +0x0000BFA5 0x7E54 # 0 +0x0000BFA6 0x8077 # 0 +0x0000BFA7 0x8272 # 0 +0x0000BFA8 0x89E6 # 0 +0x0000BFA9 0x98DF # 0 +0x0000BFAA 0x8755 # 0 +0x0000BFAB 0x8FB1 # 0 +0x0000BFAC 0x5C3B # 0 +0x0000BFAD 0x4F38 # 0 +0x0000BFAE 0x4FE1 # 0 +0x0000BFAF 0x4FB5 # 0 +0x0000BFB0 0x5507 # 0 +0x0000BFB1 0x5A20 # 0 +0x0000BFB2 0x5BDD # 0 +0x0000BFB3 0x5BE9 # 0 +0x0000BFB4 0x5FC3 # 0 +0x0000BFB5 0x614E # 0 +0x0000BFB6 0x632F # 0 +0x0000BFB7 0x65B0 # 0 +0x0000BFB8 0x664B # 0 +0x0000BFB9 0x68EE # 0 +0x0000BFBA 0x699B # 0 +0x0000BFBB 0x6D78 # 0 +0x0000BFBC 0x6DF1 # 0 +0x0000BFBD 0x7533 # 0 +0x0000BFBE 0x75B9 # 0 +0x0000BFBF 0x771F # 0 +0x0000BFC0 0x795E # 0 +0x0000BFC1 0x79E6 # 0 +0x0000BFC2 0x7D33 # 0 +0x0000BFC3 0x81E3 # 0 +0x0000BFC4 0x82AF # 0 +0x0000BFC5 0x85AA # 0 +0x0000BFC6 0x89AA # 0 +0x0000BFC7 0x8A3A # 0 +0x0000BFC8 0x8EAB # 0 +0x0000BFC9 0x8F9B # 0 +0x0000BFCA 0x9032 # 0 +0x0000BFCB 0x91DD # 0 +0x0000BFCC 0x9707 # 0 +0x0000BFCD 0x4EBA # 0 +0x0000BFCE 0x4EC1 # 0 +0x0000BFCF 0x5203 # 0 +0x0000BFD0 0x5875 # 0 +0x0000BFD1 0x58EC # 0 +0x0000BFD2 0x5C0B # 0 +0x0000BFD3 0x751A # 0 +0x0000BFD4 0x5C3D # 0 +0x0000BFD5 0x814E # 0 +0x0000BFD6 0x8A0A # 0 +0x0000BFD7 0x8FC5 # 0 +0x0000BFD8 0x9663 # 0 +0x0000BFD9 0x976D # 0 +0x0000BFDA 0x7B25 # 0 +0x0000BFDB 0x8ACF # 0 +0x0000BFDC 0x9808 # 0 +0x0000BFDD 0x9162 # 0 +0x0000BFDE 0x56F3 # 0 +0x0000BFDF 0x53A8 # 0 +0x0000BFE0 0x9017 # 0 +0x0000BFE1 0x5439 # 0 +0x0000BFE2 0x5782 # 0 +0x0000BFE3 0x5E25 # 0 +0x0000BFE4 0x63A8 # 0 +0x0000BFE5 0x6C34 # 0 +0x0000BFE6 0x708A # 0 +0x0000BFE7 0x7761 # 0 +0x0000BFE8 0x7C8B # 0 +0x0000BFE9 0x7FE0 # 0 +0x0000BFEA 0x8870 # 0 +0x0000BFEB 0x9042 # 0 +0x0000BFEC 0x9154 # 0 +0x0000BFED 0x9310 # 0 +0x0000BFEE 0x9318 # 0 +0x0000BFEF 0x968F # 0 +0x0000BFF0 0x745E # 0 +0x0000BFF1 0x9AC4 # 0 +0x0000BFF2 0x5D07 # 0 +0x0000BFF3 0x5D69 # 0 +0x0000BFF4 0x6570 # 0 +0x0000BFF5 0x67A2 # 0 +0x0000BFF6 0x8DA8 # 0 +0x0000BFF7 0x96DB # 0 +0x0000BFF8 0x636E # 0 +0x0000BFF9 0x6749 # 0 +0x0000BFFA 0x6919 # 0 +0x0000BFFB 0x83C5 # 0 +0x0000BFFC 0x9817 # 0 +0x0000BFFD 0x96C0 # 0 +0x0000BFFE 0x88FE # 0 +0x0000C0A1 0x6F84 # 0 +0x0000C0A2 0x647A # 0 +0x0000C0A3 0x5BF8 # 0 +0x0000C0A4 0x4E16 # 0 +0x0000C0A5 0x702C # 0 +0x0000C0A6 0x755D # 0 +0x0000C0A7 0x662F # 0 +0x0000C0A8 0x51C4 # 0 +0x0000C0A9 0x5236 # 0 +0x0000C0AA 0x52E2 # 0 +0x0000C0AB 0x59D3 # 0 +0x0000C0AC 0x5F81 # 0 +0x0000C0AD 0x6027 # 0 +0x0000C0AE 0x6210 # 0 +0x0000C0AF 0x653F # 0 +0x0000C0B0 0x6574 # 0 +0x0000C0B1 0x661F # 0 +0x0000C0B2 0x6674 # 0 +0x0000C0B3 0x68F2 # 0 +0x0000C0B4 0x6816 # 0 +0x0000C0B5 0x6B63 # 0 +0x0000C0B6 0x6E05 # 0 +0x0000C0B7 0x7272 # 0 +0x0000C0B8 0x751F # 0 +0x0000C0B9 0x76DB # 0 +0x0000C0BA 0x7CBE # 0 +0x0000C0BB 0x8056 # 0 +0x0000C0BC 0x58F0 # 0 +0x0000C0BD 0x88FD # 0 +0x0000C0BE 0x897F # 0 +0x0000C0BF 0x8AA0 # 0 +0x0000C0C0 0x8A93 # 0 +0x0000C0C1 0x8ACB # 0 +0x0000C0C2 0x901D # 0 +0x0000C0C3 0x9192 # 0 +0x0000C0C4 0x9752 # 0 +0x0000C0C5 0x9759 # 0 +0x0000C0C6 0x6589 # 0 +0x0000C0C7 0x7A0E # 0 +0x0000C0C8 0x8106 # 0 +0x0000C0C9 0x96BB # 0 +0x0000C0CA 0x5E2D # 0 +0x0000C0CB 0x60DC # 0 +0x0000C0CC 0x621A # 0 +0x0000C0CD 0x65A5 # 0 +0x0000C0CE 0x6614 # 0 +0x0000C0CF 0x6790 # 0 +0x0000C0D0 0x77F3 # 0 +0x0000C0D1 0x7A4D # 0 +0x0000C0D2 0x7C4D # 0 +0x0000C0D3 0x7E3E # 0 +0x0000C0D4 0x810A # 0 +0x0000C0D5 0x8CAC # 0 +0x0000C0D6 0x8D64 # 0 +0x0000C0D7 0x8DE1 # 0 +0x0000C0D8 0x8E5F # 0 +0x0000C0D9 0x78A9 # 0 +0x0000C0DA 0x5207 # 0 +0x0000C0DB 0x62D9 # 0 +0x0000C0DC 0x63A5 # 0 +0x0000C0DD 0x6442 # 0 +0x0000C0DE 0x6298 # 0 +0x0000C0DF 0x8A2D # 0 +0x0000C0E0 0x7A83 # 0 +0x0000C0E1 0x7BC0 # 0 +0x0000C0E2 0x8AAC # 0 +0x0000C0E3 0x96EA # 0 +0x0000C0E4 0x7D76 # 0 +0x0000C0E5 0x820C # 0 +0x0000C0E6 0x8749 # 0 +0x0000C0E7 0x4ED9 # 0 +0x0000C0E8 0x5148 # 0 +0x0000C0E9 0x5343 # 0 +0x0000C0EA 0x5360 # 0 +0x0000C0EB 0x5BA3 # 0 +0x0000C0EC 0x5C02 # 0 +0x0000C0ED 0x5C16 # 0 +0x0000C0EE 0x5DDD # 0 +0x0000C0EF 0x6226 # 0 +0x0000C0F0 0x6247 # 0 +0x0000C0F1 0x64B0 # 0 +0x0000C0F2 0x6813 # 0 +0x0000C0F3 0x6834 # 0 +0x0000C0F4 0x6CC9 # 0 +0x0000C0F5 0x6D45 # 0 +0x0000C0F6 0x6D17 # 0 +0x0000C0F7 0x67D3 # 0 +0x0000C0F8 0x6F5C # 0 +0x0000C0F9 0x714E # 0 +0x0000C0FA 0x717D # 0 +0x0000C0FB 0x65CB # 0 +0x0000C0FC 0x7A7F # 0 +0x0000C0FD 0x7BAD # 0 +0x0000C0FE 0x7DDA # 0 +0x0000C1A1 0x7E4A # 0 +0x0000C1A2 0x7FA8 # 0 +0x0000C1A3 0x817A # 0 +0x0000C1A4 0x821B # 0 +0x0000C1A5 0x8239 # 0 +0x0000C1A6 0x85A6 # 0 +0x0000C1A7 0x8A6E # 0 +0x0000C1A8 0x8CCE # 0 +0x0000C1A9 0x8DF5 # 0 +0x0000C1AA 0x9078 # 0 +0x0000C1AB 0x9077 # 0 +0x0000C1AC 0x92AD # 0 +0x0000C1AD 0x9291 # 0 +0x0000C1AE 0x9583 # 0 +0x0000C1AF 0x9BAE # 0 +0x0000C1B0 0x524D # 0 +0x0000C1B1 0x5584 # 0 +0x0000C1B2 0x6F38 # 0 +0x0000C1B3 0x7136 # 0 +0x0000C1B4 0x5168 # 0 +0x0000C1B5 0x7985 # 0 +0x0000C1B6 0x7E55 # 0 +0x0000C1B7 0x81B3 # 0 +0x0000C1B8 0x7CCE # 0 +0x0000C1B9 0x564C # 0 +0x0000C1BA 0x5851 # 0 +0x0000C1BB 0x5CA8 # 0 +0x0000C1BC 0x63AA # 0 +0x0000C1BD 0x66FE # 0 +0x0000C1BE 0x66FD # 0 +0x0000C1BF 0x695A # 0 +0x0000C1C0 0x72D9 # 0 +0x0000C1C1 0x758F # 0 +0x0000C1C2 0x758E # 0 +0x0000C1C3 0x790E # 0 +0x0000C1C4 0x7956 # 0 +0x0000C1C5 0x79DF # 0 +0x0000C1C6 0x7C97 # 0 +0x0000C1C7 0x7D20 # 0 +0x0000C1C8 0x7D44 # 0 +0x0000C1C9 0x8607 # 0 +0x0000C1CA 0x8A34 # 0 +0x0000C1CB 0x963B # 0 +0x0000C1CC 0x9061 # 0 +0x0000C1CD 0x9F20 # 0 +0x0000C1CE 0x50E7 # 0 +0x0000C1CF 0x5275 # 0 +0x0000C1D0 0x53CC # 0 +0x0000C1D1 0x53E2 # 0 +0x0000C1D2 0x5009 # 0 +0x0000C1D3 0x55AA # 0 +0x0000C1D4 0x58EE # 0 +0x0000C1D5 0x594F # 0 +0x0000C1D6 0x723D # 0 +0x0000C1D7 0x5B8B # 0 +0x0000C1D8 0x5C64 # 0 +0x0000C1D9 0x531D # 0 +0x0000C1DA 0x60E3 # 0 +0x0000C1DB 0x60F3 # 0 +0x0000C1DC 0x635C # 0 +0x0000C1DD 0x6383 # 0 +0x0000C1DE 0x633F # 0 +0x0000C1DF 0x63BB # 0 +0x0000C1E0 0x64CD # 0 +0x0000C1E1 0x65E9 # 0 +0x0000C1E2 0x66F9 # 0 +0x0000C1E3 0x5DE3 # 0 +0x0000C1E4 0x69CD # 0 +0x0000C1E5 0x69FD # 0 +0x0000C1E6 0x6F15 # 0 +0x0000C1E7 0x71E5 # 0 +0x0000C1E8 0x4E89 # 0 +0x0000C1E9 0x75E9 # 0 +0x0000C1EA 0x76F8 # 0 +0x0000C1EB 0x7A93 # 0 +0x0000C1EC 0x7CDF # 0 +0x0000C1ED 0x7DCF # 0 +0x0000C1EE 0x7D9C # 0 +0x0000C1EF 0x8061 # 0 +0x0000C1F0 0x8349 # 0 +0x0000C1F1 0x8358 # 0 +0x0000C1F2 0x846C # 0 +0x0000C1F3 0x84BC # 0 +0x0000C1F4 0x85FB # 0 +0x0000C1F5 0x88C5 # 0 +0x0000C1F6 0x8D70 # 0 +0x0000C1F7 0x9001 # 0 +0x0000C1F8 0x906D # 0 +0x0000C1F9 0x9397 # 0 +0x0000C1FA 0x971C # 0 +0x0000C1FB 0x9A12 # 0 +0x0000C1FC 0x50CF # 0 +0x0000C1FD 0x5897 # 0 +0x0000C1FE 0x618E # 0 +0x0000C2A1 0x81D3 # 0 +0x0000C2A2 0x8535 # 0 +0x0000C2A3 0x8D08 # 0 +0x0000C2A4 0x9020 # 0 +0x0000C2A5 0x4FC3 # 0 +0x0000C2A6 0x5074 # 0 +0x0000C2A7 0x5247 # 0 +0x0000C2A8 0x5373 # 0 +0x0000C2A9 0x606F # 0 +0x0000C2AA 0x6349 # 0 +0x0000C2AB 0x675F # 0 +0x0000C2AC 0x6E2C # 0 +0x0000C2AD 0x8DB3 # 0 +0x0000C2AE 0x901F # 0 +0x0000C2AF 0x4FD7 # 0 +0x0000C2B0 0x5C5E # 0 +0x0000C2B1 0x8CCA # 0 +0x0000C2B2 0x65CF # 0 +0x0000C2B3 0x7D9A # 0 +0x0000C2B4 0x5352 # 0 +0x0000C2B5 0x8896 # 0 +0x0000C2B6 0x5176 # 0 +0x0000C2B7 0x63C3 # 0 +0x0000C2B8 0x5B58 # 0 +0x0000C2B9 0x5B6B # 0 +0x0000C2BA 0x5C0A # 0 +0x0000C2BB 0x640D # 0 +0x0000C2BC 0x6751 # 0 +0x0000C2BD 0x905C # 0 +0x0000C2BE 0x4ED6 # 0 +0x0000C2BF 0x591A # 0 +0x0000C2C0 0x592A # 0 +0x0000C2C1 0x6C70 # 0 +0x0000C2C2 0x8A51 # 0 +0x0000C2C3 0x553E # 0 +0x0000C2C4 0x5815 # 0 +0x0000C2C5 0x59A5 # 0 +0x0000C2C6 0x60F0 # 0 +0x0000C2C7 0x6253 # 0 +0x0000C2C8 0x67C1 # 0 +0x0000C2C9 0x8235 # 0 +0x0000C2CA 0x6955 # 0 +0x0000C2CB 0x9640 # 0 +0x0000C2CC 0x99C4 # 0 +0x0000C2CD 0x9A28 # 0 +0x0000C2CE 0x4F53 # 0 +0x0000C2CF 0x5806 # 0 +0x0000C2D0 0x5BFE # 0 +0x0000C2D1 0x8010 # 0 +0x0000C2D2 0x5CB1 # 0 +0x0000C2D3 0x5E2F # 0 +0x0000C2D4 0x5F85 # 0 +0x0000C2D5 0x6020 # 0 +0x0000C2D6 0x614B # 0 +0x0000C2D7 0x6234 # 0 +0x0000C2D8 0x66FF # 0 +0x0000C2D9 0x6CF0 # 0 +0x0000C2DA 0x6EDE # 0 +0x0000C2DB 0x80CE # 0 +0x0000C2DC 0x817F # 0 +0x0000C2DD 0x82D4 # 0 +0x0000C2DE 0x888B # 0 +0x0000C2DF 0x8CB8 # 0 +0x0000C2E0 0x9000 # 0 +0x0000C2E1 0x902E # 0 +0x0000C2E2 0x968A # 0 +0x0000C2E3 0x9EDB # 0 +0x0000C2E4 0x9BDB # 0 +0x0000C2E5 0x4EE3 # 0 +0x0000C2E6 0x53F0 # 0 +0x0000C2E7 0x5927 # 0 +0x0000C2E8 0x7B2C # 0 +0x0000C2E9 0x918D # 0 +0x0000C2EA 0x984C # 0 +0x0000C2EB 0x9DF9 # 0 +0x0000C2EC 0x6EDD # 0 +0x0000C2ED 0x7027 # 0 +0x0000C2EE 0x5353 # 0 +0x0000C2EF 0x5544 # 0 +0x0000C2F0 0x5B85 # 0 +0x0000C2F1 0x6258 # 0 +0x0000C2F2 0x629E # 0 +0x0000C2F3 0x62D3 # 0 +0x0000C2F4 0x6CA2 # 0 +0x0000C2F5 0x6FEF # 0 +0x0000C2F6 0x7422 # 0 +0x0000C2F7 0x8A17 # 0 +0x0000C2F8 0x9438 # 0 +0x0000C2F9 0x6FC1 # 0 +0x0000C2FA 0x8AFE # 0 +0x0000C2FB 0x8338 # 0 +0x0000C2FC 0x51E7 # 0 +0x0000C2FD 0x86F8 # 0 +0x0000C2FE 0x53EA # 0 +0x0000C3A1 0x53E9 # 0 +0x0000C3A2 0x4F46 # 0 +0x0000C3A3 0x9054 # 0 +0x0000C3A4 0x8FB0 # 0 +0x0000C3A5 0x596A # 0 +0x0000C3A6 0x8131 # 0 +0x0000C3A7 0x5DFD # 0 +0x0000C3A8 0x7AEA # 0 +0x0000C3A9 0x8FBF # 0 +0x0000C3AA 0x68DA # 0 +0x0000C3AB 0x8C37 # 0 +0x0000C3AC 0x72F8 # 0 +0x0000C3AD 0x9C48 # 0 +0x0000C3AE 0x6A3D # 0 +0x0000C3AF 0x8AB0 # 0 +0x0000C3B0 0x4E39 # 0 +0x0000C3B1 0x5358 # 0 +0x0000C3B2 0x5606 # 0 +0x0000C3B3 0x5766 # 0 +0x0000C3B4 0x62C5 # 0 +0x0000C3B5 0x63A2 # 0 +0x0000C3B6 0x65E6 # 0 +0x0000C3B7 0x6B4E # 0 +0x0000C3B8 0x6DE1 # 0 +0x0000C3B9 0x6E5B # 0 +0x0000C3BA 0x70AD # 0 +0x0000C3BB 0x77ED # 0 +0x0000C3BC 0x7AEF # 0 +0x0000C3BD 0x7BAA # 0 +0x0000C3BE 0x7DBB # 0 +0x0000C3BF 0x803D # 0 +0x0000C3C0 0x80C6 # 0 +0x0000C3C1 0x86CB # 0 +0x0000C3C2 0x8A95 # 0 +0x0000C3C3 0x935B # 0 +0x0000C3C4 0x56E3 # 0 +0x0000C3C5 0x58C7 # 0 +0x0000C3C6 0x5F3E # 0 +0x0000C3C7 0x65AD # 0 +0x0000C3C8 0x6696 # 0 +0x0000C3C9 0x6A80 # 0 +0x0000C3CA 0x6BB5 # 0 +0x0000C3CB 0x7537 # 0 +0x0000C3CC 0x8AC7 # 0 +0x0000C3CD 0x5024 # 0 +0x0000C3CE 0x77E5 # 0 +0x0000C3CF 0x5730 # 0 +0x0000C3D0 0x5F1B # 0 +0x0000C3D1 0x6065 # 0 +0x0000C3D2 0x667A # 0 +0x0000C3D3 0x6C60 # 0 +0x0000C3D4 0x75F4 # 0 +0x0000C3D5 0x7A1A # 0 +0x0000C3D6 0x7F6E # 0 +0x0000C3D7 0x81F4 # 0 +0x0000C3D8 0x8718 # 0 +0x0000C3D9 0x9045 # 0 +0x0000C3DA 0x99B3 # 0 +0x0000C3DB 0x7BC9 # 0 +0x0000C3DC 0x755C # 0 +0x0000C3DD 0x7AF9 # 0 +0x0000C3DE 0x7B51 # 0 +0x0000C3DF 0x84C4 # 0 +0x0000C3E0 0x9010 # 0 +0x0000C3E1 0x79E9 # 0 +0x0000C3E2 0x7A92 # 0 +0x0000C3E3 0x8336 # 0 +0x0000C3E4 0x5AE1 # 0 +0x0000C3E5 0x7740 # 0 +0x0000C3E6 0x4E2D # 0 +0x0000C3E7 0x4EF2 # 0 +0x0000C3E8 0x5B99 # 0 +0x0000C3E9 0x5FE0 # 0 +0x0000C3EA 0x62BD # 0 +0x0000C3EB 0x663C # 0 +0x0000C3EC 0x67F1 # 0 +0x0000C3ED 0x6CE8 # 0 +0x0000C3EE 0x866B # 0 +0x0000C3EF 0x8877 # 0 +0x0000C3F0 0x8A3B # 0 +0x0000C3F1 0x914E # 0 +0x0000C3F2 0x92F3 # 0 +0x0000C3F3 0x99D0 # 0 +0x0000C3F4 0x6A17 # 0 +0x0000C3F5 0x7026 # 0 +0x0000C3F6 0x732A # 0 +0x0000C3F7 0x82E7 # 0 +0x0000C3F8 0x8457 # 0 +0x0000C3F9 0x8CAF # 0 +0x0000C3FA 0x4E01 # 0 +0x0000C3FB 0x5146 # 0 +0x0000C3FC 0x51CB # 0 +0x0000C3FD 0x558B # 0 +0x0000C3FE 0x5BF5 # 0 +0x0000C4A1 0x5E16 # 0 +0x0000C4A2 0x5E33 # 0 +0x0000C4A3 0x5E81 # 0 +0x0000C4A4 0x5F14 # 0 +0x0000C4A5 0x5F35 # 0 +0x0000C4A6 0x5F6B # 0 +0x0000C4A7 0x5FB4 # 0 +0x0000C4A8 0x61F2 # 0 +0x0000C4A9 0x6311 # 0 +0x0000C4AA 0x66A2 # 0 +0x0000C4AB 0x671D # 0 +0x0000C4AC 0x6F6E # 0 +0x0000C4AD 0x7252 # 0 +0x0000C4AE 0x753A # 0 +0x0000C4AF 0x773A # 0 +0x0000C4B0 0x8074 # 0 +0x0000C4B1 0x8139 # 0 +0x0000C4B2 0x8178 # 0 +0x0000C4B3 0x8776 # 0 +0x0000C4B4 0x8ABF # 0 +0x0000C4B5 0x8ADC # 0 +0x0000C4B6 0x8D85 # 0 +0x0000C4B7 0x8DF3 # 0 +0x0000C4B8 0x929A # 0 +0x0000C4B9 0x9577 # 0 +0x0000C4BA 0x9802 # 0 +0x0000C4BB 0x9CE5 # 0 +0x0000C4BC 0x52C5 # 0 +0x0000C4BD 0x6357 # 0 +0x0000C4BE 0x76F4 # 0 +0x0000C4BF 0x6715 # 0 +0x0000C4C0 0x6C88 # 0 +0x0000C4C1 0x73CD # 0 +0x0000C4C2 0x8CC3 # 0 +0x0000C4C3 0x93AE # 0 +0x0000C4C4 0x9673 # 0 +0x0000C4C5 0x6D25 # 0 +0x0000C4C6 0x589C # 0 +0x0000C4C7 0x690E # 0 +0x0000C4C8 0x69CC # 0 +0x0000C4C9 0x8FFD # 0 +0x0000C4CA 0x939A # 0 +0x0000C4CB 0x75DB # 0 +0x0000C4CC 0x901A # 0 +0x0000C4CD 0x585A # 0 +0x0000C4CE 0x6802 # 0 +0x0000C4CF 0x63B4 # 0 +0x0000C4D0 0x69FB # 0 +0x0000C4D1 0x4F43 # 0 +0x0000C4D2 0x6F2C # 0 +0x0000C4D3 0x67D8 # 0 +0x0000C4D4 0x8FBB # 0 +0x0000C4D5 0x8526 # 0 +0x0000C4D6 0x7DB4 # 0 +0x0000C4D7 0x9354 # 0 +0x0000C4D8 0x693F # 0 +0x0000C4D9 0x6F70 # 0 +0x0000C4DA 0x576A # 0 +0x0000C4DB 0x58F7 # 0 +0x0000C4DC 0x5B2C # 0 +0x0000C4DD 0x7D2C # 0 +0x0000C4DE 0x722A # 0 +0x0000C4DF 0x540A # 0 +0x0000C4E0 0x91E3 # 0 +0x0000C4E1 0x9DB4 # 0 +0x0000C4E2 0x4EAD # 0 +0x0000C4E3 0x4F4E # 0 +0x0000C4E4 0x505C # 0 +0x0000C4E5 0x5075 # 0 +0x0000C4E6 0x5243 # 0 +0x0000C4E7 0x8C9E # 0 +0x0000C4E8 0x5448 # 0 +0x0000C4E9 0x5824 # 0 +0x0000C4EA 0x5B9A # 0 +0x0000C4EB 0x5E1D # 0 +0x0000C4EC 0x5E95 # 0 +0x0000C4ED 0x5EAD # 0 +0x0000C4EE 0x5EF7 # 0 +0x0000C4EF 0x5F1F # 0 +0x0000C4F0 0x608C # 0 +0x0000C4F1 0x62B5 # 0 +0x0000C4F2 0x633A # 0 +0x0000C4F3 0x63D0 # 0 +0x0000C4F4 0x68AF # 0 +0x0000C4F5 0x6C40 # 0 +0x0000C4F6 0x7887 # 0 +0x0000C4F7 0x798E # 0 +0x0000C4F8 0x7A0B # 0 +0x0000C4F9 0x7DE0 # 0 +0x0000C4FA 0x8247 # 0 +0x0000C4FB 0x8A02 # 0 +0x0000C4FC 0x8AE6 # 0 +0x0000C4FD 0x8E44 # 0 +0x0000C4FE 0x9013 # 0 +0x0000C5A1 0x90B8 # 0 +0x0000C5A2 0x912D # 0 +0x0000C5A3 0x91D8 # 0 +0x0000C5A4 0x9F0E # 0 +0x0000C5A5 0x6CE5 # 0 +0x0000C5A6 0x6458 # 0 +0x0000C5A7 0x64E2 # 0 +0x0000C5A8 0x6575 # 0 +0x0000C5A9 0x6EF4 # 0 +0x0000C5AA 0x7684 # 0 +0x0000C5AB 0x7B1B # 0 +0x0000C5AC 0x9069 # 0 +0x0000C5AD 0x93D1 # 0 +0x0000C5AE 0x6EBA # 0 +0x0000C5AF 0x54F2 # 0 +0x0000C5B0 0x5FB9 # 0 +0x0000C5B1 0x64A4 # 0 +0x0000C5B2 0x8F4D # 0 +0x0000C5B3 0x8FED # 0 +0x0000C5B4 0x9244 # 0 +0x0000C5B5 0x5178 # 0 +0x0000C5B6 0x586B # 0 +0x0000C5B7 0x5929 # 0 +0x0000C5B8 0x5C55 # 0 +0x0000C5B9 0x5E97 # 0 +0x0000C5BA 0x6DFB # 0 +0x0000C5BB 0x7E8F # 0 +0x0000C5BC 0x751C # 0 +0x0000C5BD 0x8CBC # 0 +0x0000C5BE 0x8EE2 # 0 +0x0000C5BF 0x985B # 0 +0x0000C5C0 0x70B9 # 0 +0x0000C5C1 0x4F1D # 0 +0x0000C5C2 0x6BBF # 0 +0x0000C5C3 0x6FB1 # 0 +0x0000C5C4 0x7530 # 0 +0x0000C5C5 0x96FB # 0 +0x0000C5C6 0x514E # 0 +0x0000C5C7 0x5410 # 0 +0x0000C5C8 0x5835 # 0 +0x0000C5C9 0x5857 # 0 +0x0000C5CA 0x59AC # 0 +0x0000C5CB 0x5C60 # 0 +0x0000C5CC 0x5F92 # 0 +0x0000C5CD 0x6597 # 0 +0x0000C5CE 0x675C # 0 +0x0000C5CF 0x6E21 # 0 +0x0000C5D0 0x767B # 0 +0x0000C5D1 0x83DF # 0 +0x0000C5D2 0x8CED # 0 +0x0000C5D3 0x9014 # 0 +0x0000C5D4 0x90FD # 0 +0x0000C5D5 0x934D # 0 +0x0000C5D6 0x7825 # 0 +0x0000C5D7 0x783A # 0 +0x0000C5D8 0x52AA # 0 +0x0000C5D9 0x5EA6 # 0 +0x0000C5DA 0x571F # 0 +0x0000C5DB 0x5974 # 0 +0x0000C5DC 0x6012 # 0 +0x0000C5DD 0x5012 # 0 +0x0000C5DE 0x515A # 0 +0x0000C5DF 0x51AC # 0 +0x0000C5E0 0x51CD # 0 +0x0000C5E1 0x5200 # 0 +0x0000C5E2 0x5510 # 0 +0x0000C5E3 0x5854 # 0 +0x0000C5E4 0x5858 # 0 +0x0000C5E5 0x5957 # 0 +0x0000C5E6 0x5B95 # 0 +0x0000C5E7 0x5CF6 # 0 +0x0000C5E8 0x5D8B # 0 +0x0000C5E9 0x60BC # 0 +0x0000C5EA 0x6295 # 0 +0x0000C5EB 0x642D # 0 +0x0000C5EC 0x6771 # 0 +0x0000C5ED 0x6843 # 0 +0x0000C5EE 0x68BC # 0 +0x0000C5EF 0x68DF # 0 +0x0000C5F0 0x76D7 # 0 +0x0000C5F1 0x6DD8 # 0 +0x0000C5F2 0x6E6F # 0 +0x0000C5F3 0x6D9B # 0 +0x0000C5F4 0x706F # 0 +0x0000C5F5 0x71C8 # 0 +0x0000C5F6 0x5F53 # 0 +0x0000C5F7 0x75D8 # 0 +0x0000C5F8 0x7977 # 0 +0x0000C5F9 0x7B49 # 0 +0x0000C5FA 0x7B54 # 0 +0x0000C5FB 0x7B52 # 0 +0x0000C5FC 0x7CD6 # 0 +0x0000C5FD 0x7D71 # 0 +0x0000C5FE 0x5230 # 0 +0x0000C6A1 0x8463 # 0 +0x0000C6A2 0x8569 # 0 +0x0000C6A3 0x85E4 # 0 +0x0000C6A4 0x8A0E # 0 +0x0000C6A5 0x8B04 # 0 +0x0000C6A6 0x8C46 # 0 +0x0000C6A7 0x8E0F # 0 +0x0000C6A8 0x9003 # 0 +0x0000C6A9 0x900F # 0 +0x0000C6AA 0x9419 # 0 +0x0000C6AB 0x9676 # 0 +0x0000C6AC 0x982D # 0 +0x0000C6AD 0x9A30 # 0 +0x0000C6AE 0x95D8 # 0 +0x0000C6AF 0x50CD # 0 +0x0000C6B0 0x52D5 # 0 +0x0000C6B1 0x540C # 0 +0x0000C6B2 0x5802 # 0 +0x0000C6B3 0x5C0E # 0 +0x0000C6B4 0x61A7 # 0 +0x0000C6B5 0x649E # 0 +0x0000C6B6 0x6D1E # 0 +0x0000C6B7 0x77B3 # 0 +0x0000C6B8 0x7AE5 # 0 +0x0000C6B9 0x80F4 # 0 +0x0000C6BA 0x8404 # 0 +0x0000C6BB 0x9053 # 0 +0x0000C6BC 0x9285 # 0 +0x0000C6BD 0x5CE0 # 0 +0x0000C6BE 0x9D07 # 0 +0x0000C6BF 0x533F # 0 +0x0000C6C0 0x5F97 # 0 +0x0000C6C1 0x5FB3 # 0 +0x0000C6C2 0x6D9C # 0 +0x0000C6C3 0x7279 # 0 +0x0000C6C4 0x7763 # 0 +0x0000C6C5 0x79BF # 0 +0x0000C6C6 0x7BE4 # 0 +0x0000C6C7 0x6BD2 # 0 +0x0000C6C8 0x72EC # 0 +0x0000C6C9 0x8AAD # 0 +0x0000C6CA 0x6803 # 0 +0x0000C6CB 0x6A61 # 0 +0x0000C6CC 0x51F8 # 0 +0x0000C6CD 0x7A81 # 0 +0x0000C6CE 0x6934 # 0 +0x0000C6CF 0x5C4A # 0 +0x0000C6D0 0x9CF6 # 0 +0x0000C6D1 0x82EB # 0 +0x0000C6D2 0x5BC5 # 0 +0x0000C6D3 0x9149 # 0 +0x0000C6D4 0x701E # 0 +0x0000C6D5 0x5678 # 0 +0x0000C6D6 0x5C6F # 0 +0x0000C6D7 0x60C7 # 0 +0x0000C6D8 0x6566 # 0 +0x0000C6D9 0x6C8C # 0 +0x0000C6DA 0x8C5A # 0 +0x0000C6DB 0x9041 # 0 +0x0000C6DC 0x9813 # 0 +0x0000C6DD 0x5451 # 0 +0x0000C6DE 0x66C7 # 0 +0x0000C6DF 0x920D # 0 +0x0000C6E0 0x5948 # 0 +0x0000C6E1 0x90A3 # 0 +0x0000C6E2 0x5185 # 0 +0x0000C6E3 0x4E4D # 0 +0x0000C6E4 0x51EA # 0 +0x0000C6E5 0x8599 # 0 +0x0000C6E6 0x8B0E # 0 +0x0000C6E7 0x7058 # 0 +0x0000C6E8 0x637A # 0 +0x0000C6E9 0x934B # 0 +0x0000C6EA 0x6962 # 0 +0x0000C6EB 0x99B4 # 0 +0x0000C6EC 0x7E04 # 0 +0x0000C6ED 0x7577 # 0 +0x0000C6EE 0x5357 # 0 +0x0000C6EF 0x6960 # 0 +0x0000C6F0 0x8EDF # 0 +0x0000C6F1 0x96E3 # 0 +0x0000C6F2 0x6C5D # 0 +0x0000C6F3 0x4E8C # 0 +0x0000C6F4 0x5C3C # 0 +0x0000C6F5 0x5F10 # 0 +0x0000C6F6 0x8FE9 # 0 +0x0000C6F7 0x5302 # 0 +0x0000C6F8 0x8CD1 # 0 +0x0000C6F9 0x8089 # 0 +0x0000C6FA 0x8679 # 0 +0x0000C6FB 0x5EFF # 0 +0x0000C6FC 0x65E5 # 0 +0x0000C6FD 0x4E73 # 0 +0x0000C6FE 0x5165 # 0 +0x0000C7A1 0x5982 # 0 +0x0000C7A2 0x5C3F # 0 +0x0000C7A3 0x97EE # 0 +0x0000C7A4 0x4EFB # 0 +0x0000C7A5 0x598A # 0 +0x0000C7A6 0x5FCD # 0 +0x0000C7A7 0x8A8D # 0 +0x0000C7A8 0x6FE1 # 0 +0x0000C7A9 0x79B0 # 0 +0x0000C7AA 0x7962 # 0 +0x0000C7AB 0x5BE7 # 0 +0x0000C7AC 0x8471 # 0 +0x0000C7AD 0x732B # 0 +0x0000C7AE 0x71B1 # 0 +0x0000C7AF 0x5E74 # 0 +0x0000C7B0 0x5FF5 # 0 +0x0000C7B1 0x637B # 0 +0x0000C7B2 0x649A # 0 +0x0000C7B3 0x71C3 # 0 +0x0000C7B4 0x7C98 # 0 +0x0000C7B5 0x4E43 # 0 +0x0000C7B6 0x5EFC # 0 +0x0000C7B7 0x4E4B # 0 +0x0000C7B8 0x57DC # 0 +0x0000C7B9 0x56A2 # 0 +0x0000C7BA 0x60A9 # 0 +0x0000C7BB 0x6FC3 # 0 +0x0000C7BC 0x7D0D # 0 +0x0000C7BD 0x80FD # 0 +0x0000C7BE 0x8133 # 0 +0x0000C7BF 0x81BF # 0 +0x0000C7C0 0x8FB2 # 0 +0x0000C7C1 0x8997 # 0 +0x0000C7C2 0x86A4 # 0 +0x0000C7C3 0x5DF4 # 0 +0x0000C7C4 0x628A # 0 +0x0000C7C5 0x64AD # 0 +0x0000C7C6 0x8987 # 0 +0x0000C7C7 0x6777 # 0 +0x0000C7C8 0x6CE2 # 0 +0x0000C7C9 0x6D3E # 0 +0x0000C7CA 0x7436 # 0 +0x0000C7CB 0x7834 # 0 +0x0000C7CC 0x5A46 # 0 +0x0000C7CD 0x7F75 # 0 +0x0000C7CE 0x82AD # 0 +0x0000C7CF 0x99AC # 0 +0x0000C7D0 0x4FF3 # 0 +0x0000C7D1 0x5EC3 # 0 +0x0000C7D2 0x62DD # 0 +0x0000C7D3 0x6392 # 0 +0x0000C7D4 0x6557 # 0 +0x0000C7D5 0x676F # 0 +0x0000C7D6 0x76C3 # 0 +0x0000C7D7 0x724C # 0 +0x0000C7D8 0x80CC # 0 +0x0000C7D9 0x80BA # 0 +0x0000C7DA 0x8F29 # 0 +0x0000C7DB 0x914D # 0 +0x0000C7DC 0x500D # 0 +0x0000C7DD 0x57F9 # 0 +0x0000C7DE 0x5A92 # 0 +0x0000C7DF 0x6885 # 0 +0x0000C7E0 0x6973 # 0 +0x0000C7E1 0x7164 # 0 +0x0000C7E2 0x72FD # 0 +0x0000C7E3 0x8CB7 # 0 +0x0000C7E4 0x58F2 # 0 +0x0000C7E5 0x8CE0 # 0 +0x0000C7E6 0x966A # 0 +0x0000C7E7 0x9019 # 0 +0x0000C7E8 0x877F # 0 +0x0000C7E9 0x79E4 # 0 +0x0000C7EA 0x77E7 # 0 +0x0000C7EB 0x8429 # 0 +0x0000C7EC 0x4F2F # 0 +0x0000C7ED 0x5265 # 0 +0x0000C7EE 0x535A # 0 +0x0000C7EF 0x62CD # 0 +0x0000C7F0 0x67CF # 0 +0x0000C7F1 0x6CCA # 0 +0x0000C7F2 0x767D # 0 +0x0000C7F3 0x7B94 # 0 +0x0000C7F4 0x7C95 # 0 +0x0000C7F5 0x8236 # 0 +0x0000C7F6 0x8584 # 0 +0x0000C7F7 0x8FEB # 0 +0x0000C7F8 0x66DD # 0 +0x0000C7F9 0x6F20 # 0 +0x0000C7FA 0x7206 # 0 +0x0000C7FB 0x7E1B # 0 +0x0000C7FC 0x83AB # 0 +0x0000C7FD 0x99C1 # 0 +0x0000C7FE 0x9EA6 # 0 +0x0000C8A1 0x51FD # 0 +0x0000C8A2 0x7BB1 # 0 +0x0000C8A3 0x7872 # 0 +0x0000C8A4 0x7BB8 # 0 +0x0000C8A5 0x8087 # 0 +0x0000C8A6 0x7B48 # 0 +0x0000C8A7 0x6AE8 # 0 +0x0000C8A8 0x5E61 # 0 +0x0000C8A9 0x808C # 0 +0x0000C8AA 0x7551 # 0 +0x0000C8AB 0x7560 # 0 +0x0000C8AC 0x516B # 0 +0x0000C8AD 0x9262 # 0 +0x0000C8AE 0x6E8C # 0 +0x0000C8AF 0x767A # 0 +0x0000C8B0 0x9197 # 0 +0x0000C8B1 0x9AEA # 0 +0x0000C8B2 0x4F10 # 0 +0x0000C8B3 0x7F70 # 0 +0x0000C8B4 0x629C # 0 +0x0000C8B5 0x7B4F # 0 +0x0000C8B6 0x95A5 # 0 +0x0000C8B7 0x9CE9 # 0 +0x0000C8B8 0x567A # 0 +0x0000C8B9 0x5859 # 0 +0x0000C8BA 0x86E4 # 0 +0x0000C8BB 0x96BC # 0 +0x0000C8BC 0x4F34 # 0 +0x0000C8BD 0x5224 # 0 +0x0000C8BE 0x534A # 0 +0x0000C8BF 0x53CD # 0 +0x0000C8C0 0x53DB # 0 +0x0000C8C1 0x5E06 # 0 +0x0000C8C2 0x642C # 0 +0x0000C8C3 0x6591 # 0 +0x0000C8C4 0x677F # 0 +0x0000C8C5 0x6C3E # 0 +0x0000C8C6 0x6C4E # 0 +0x0000C8C7 0x7248 # 0 +0x0000C8C8 0x72AF # 0 +0x0000C8C9 0x73ED # 0 +0x0000C8CA 0x7554 # 0 +0x0000C8CB 0x7E41 # 0 +0x0000C8CC 0x822C # 0 +0x0000C8CD 0x85E9 # 0 +0x0000C8CE 0x8CA9 # 0 +0x0000C8CF 0x7BC4 # 0 +0x0000C8D0 0x91C6 # 0 +0x0000C8D1 0x7169 # 0 +0x0000C8D2 0x9812 # 0 +0x0000C8D3 0x98EF # 0 +0x0000C8D4 0x633D # 0 +0x0000C8D5 0x6669 # 0 +0x0000C8D6 0x756A # 0 +0x0000C8D7 0x76E4 # 0 +0x0000C8D8 0x78D0 # 0 +0x0000C8D9 0x8543 # 0 +0x0000C8DA 0x86EE # 0 +0x0000C8DB 0x532A # 0 +0x0000C8DC 0x5351 # 0 +0x0000C8DD 0x5426 # 0 +0x0000C8DE 0x5983 # 0 +0x0000C8DF 0x5E87 # 0 +0x0000C8E0 0x5F7C # 0 +0x0000C8E1 0x60B2 # 0 +0x0000C8E2 0x6249 # 0 +0x0000C8E3 0x6279 # 0 +0x0000C8E4 0x62AB # 0 +0x0000C8E5 0x6590 # 0 +0x0000C8E6 0x6BD4 # 0 +0x0000C8E7 0x6CCC # 0 +0x0000C8E8 0x75B2 # 0 +0x0000C8E9 0x76AE # 0 +0x0000C8EA 0x7891 # 0 +0x0000C8EB 0x79D8 # 0 +0x0000C8EC 0x7DCB # 0 +0x0000C8ED 0x7F77 # 0 +0x0000C8EE 0x80A5 # 0 +0x0000C8EF 0x88AB # 0 +0x0000C8F0 0x8AB9 # 0 +0x0000C8F1 0x8CBB # 0 +0x0000C8F2 0x907F # 0 +0x0000C8F3 0x975E # 0 +0x0000C8F4 0x98DB # 0 +0x0000C8F5 0x6A0B # 0 +0x0000C8F6 0x7C38 # 0 +0x0000C8F7 0x5099 # 0 +0x0000C8F8 0x5C3E # 0 +0x0000C8F9 0x5FAE # 0 +0x0000C8FA 0x6787 # 0 +0x0000C8FB 0x6BD8 # 0 +0x0000C8FC 0x7435 # 0 +0x0000C8FD 0x7709 # 0 +0x0000C8FE 0x7F8E # 0 +0x0000C9A1 0x9F3B # 0 +0x0000C9A2 0x67CA # 0 +0x0000C9A3 0x7A17 # 0 +0x0000C9A4 0x5339 # 0 +0x0000C9A5 0x758B # 0 +0x0000C9A6 0x9AED # 0 +0x0000C9A7 0x5F66 # 0 +0x0000C9A8 0x819D # 0 +0x0000C9A9 0x83F1 # 0 +0x0000C9AA 0x8098 # 0 +0x0000C9AB 0x5F3C # 0 +0x0000C9AC 0x5FC5 # 0 +0x0000C9AD 0x7562 # 0 +0x0000C9AE 0x7B46 # 0 +0x0000C9AF 0x903C # 0 +0x0000C9B0 0x6867 # 0 +0x0000C9B1 0x59EB # 0 +0x0000C9B2 0x5A9B # 0 +0x0000C9B3 0x7D10 # 0 +0x0000C9B4 0x767E # 0 +0x0000C9B5 0x8B2C # 0 +0x0000C9B6 0x4FF5 # 0 +0x0000C9B7 0x5F6A # 0 +0x0000C9B8 0x6A19 # 0 +0x0000C9B9 0x6C37 # 0 +0x0000C9BA 0x6F02 # 0 +0x0000C9BB 0x74E2 # 0 +0x0000C9BC 0x7968 # 0 +0x0000C9BD 0x8868 # 0 +0x0000C9BE 0x8A55 # 0 +0x0000C9BF 0x8C79 # 0 +0x0000C9C0 0x5EDF # 0 +0x0000C9C1 0x63CF # 0 +0x0000C9C2 0x75C5 # 0 +0x0000C9C3 0x79D2 # 0 +0x0000C9C4 0x82D7 # 0 +0x0000C9C5 0x9328 # 0 +0x0000C9C6 0x92F2 # 0 +0x0000C9C7 0x849C # 0 +0x0000C9C8 0x86ED # 0 +0x0000C9C9 0x9C2D # 0 +0x0000C9CA 0x54C1 # 0 +0x0000C9CB 0x5F6C # 0 +0x0000C9CC 0x658C # 0 +0x0000C9CD 0x6D5C # 0 +0x0000C9CE 0x7015 # 0 +0x0000C9CF 0x8CA7 # 0 +0x0000C9D0 0x8CD3 # 0 +0x0000C9D1 0x983B # 0 +0x0000C9D2 0x654F # 0 +0x0000C9D3 0x74F6 # 0 +0x0000C9D4 0x4E0D # 0 +0x0000C9D5 0x4ED8 # 0 +0x0000C9D6 0x57E0 # 0 +0x0000C9D7 0x592B # 0 +0x0000C9D8 0x5A66 # 0 +0x0000C9D9 0x5BCC # 0 +0x0000C9DA 0x51A8 # 0 +0x0000C9DB 0x5E03 # 0 +0x0000C9DC 0x5E9C # 0 +0x0000C9DD 0x6016 # 0 +0x0000C9DE 0x6276 # 0 +0x0000C9DF 0x6577 # 0 +0x0000C9E0 0x65A7 # 0 +0x0000C9E1 0x666E # 0 +0x0000C9E2 0x6D6E # 0 +0x0000C9E3 0x7236 # 0 +0x0000C9E4 0x7B26 # 0 +0x0000C9E5 0x8150 # 0 +0x0000C9E6 0x819A # 0 +0x0000C9E7 0x8299 # 0 +0x0000C9E8 0x8B5C # 0 +0x0000C9E9 0x8CA0 # 0 +0x0000C9EA 0x8CE6 # 0 +0x0000C9EB 0x8D74 # 0 +0x0000C9EC 0x961C # 0 +0x0000C9ED 0x9644 # 0 +0x0000C9EE 0x4FAE # 0 +0x0000C9EF 0x64AB # 0 +0x0000C9F0 0x6B66 # 0 +0x0000C9F1 0x821E # 0 +0x0000C9F2 0x8461 # 0 +0x0000C9F3 0x856A # 0 +0x0000C9F4 0x90E8 # 0 +0x0000C9F5 0x5C01 # 0 +0x0000C9F6 0x6953 # 0 +0x0000C9F7 0x98A8 # 0 +0x0000C9F8 0x847A # 0 +0x0000C9F9 0x8557 # 0 +0x0000C9FA 0x4F0F # 0 +0x0000C9FB 0x526F # 0 +0x0000C9FC 0x5FA9 # 0 +0x0000C9FD 0x5E45 # 0 +0x0000C9FE 0x670D # 0 +0x0000CAA1 0x798F # 0 +0x0000CAA2 0x8179 # 0 +0x0000CAA3 0x8907 # 0 +0x0000CAA4 0x8986 # 0 +0x0000CAA5 0x6DF5 # 0 +0x0000CAA6 0x5F17 # 0 +0x0000CAA7 0x6255 # 0 +0x0000CAA8 0x6CB8 # 0 +0x0000CAA9 0x4ECF # 0 +0x0000CAAA 0x7269 # 0 +0x0000CAAB 0x9B92 # 0 +0x0000CAAC 0x5206 # 0 +0x0000CAAD 0x543B # 0 +0x0000CAAE 0x5674 # 0 +0x0000CAAF 0x58B3 # 0 +0x0000CAB0 0x61A4 # 0 +0x0000CAB1 0x626E # 0 +0x0000CAB2 0x711A # 0 +0x0000CAB3 0x596E # 0 +0x0000CAB4 0x7C89 # 0 +0x0000CAB5 0x7CDE # 0 +0x0000CAB6 0x7D1B # 0 +0x0000CAB7 0x96F0 # 0 +0x0000CAB8 0x6587 # 0 +0x0000CAB9 0x805E # 0 +0x0000CABA 0x4E19 # 0 +0x0000CABB 0x4F75 # 0 +0x0000CABC 0x5175 # 0 +0x0000CABD 0x5840 # 0 +0x0000CABE 0x5E63 # 0 +0x0000CABF 0x5E73 # 0 +0x0000CAC0 0x5F0A # 0 +0x0000CAC1 0x67C4 # 0 +0x0000CAC2 0x4E26 # 0 +0x0000CAC3 0x853D # 0 +0x0000CAC4 0x9589 # 0 +0x0000CAC5 0x965B # 0 +0x0000CAC6 0x7C73 # 0 +0x0000CAC7 0x9801 # 0 +0x0000CAC8 0x50FB # 0 +0x0000CAC9 0x58C1 # 0 +0x0000CACA 0x7656 # 0 +0x0000CACB 0x78A7 # 0 +0x0000CACC 0x5225 # 0 +0x0000CACD 0x77A5 # 0 +0x0000CACE 0x8511 # 0 +0x0000CACF 0x7B86 # 0 +0x0000CAD0 0x504F # 0 +0x0000CAD1 0x5909 # 0 +0x0000CAD2 0x7247 # 0 +0x0000CAD3 0x7BC7 # 0 +0x0000CAD4 0x7DE8 # 0 +0x0000CAD5 0x8FBA # 0 +0x0000CAD6 0x8FD4 # 0 +0x0000CAD7 0x904D # 0 +0x0000CAD8 0x4FBF # 0 +0x0000CAD9 0x52C9 # 0 +0x0000CADA 0x5A29 # 0 +0x0000CADB 0x5F01 # 0 +0x0000CADC 0x97AD # 0 +0x0000CADD 0x4FDD # 0 +0x0000CADE 0x8217 # 0 +0x0000CADF 0x92EA # 0 +0x0000CAE0 0x5703 # 0 +0x0000CAE1 0x6355 # 0 +0x0000CAE2 0x6B69 # 0 +0x0000CAE3 0x752B # 0 +0x0000CAE4 0x88DC # 0 +0x0000CAE5 0x8F14 # 0 +0x0000CAE6 0x7A42 # 0 +0x0000CAE7 0x52DF # 0 +0x0000CAE8 0x5893 # 0 +0x0000CAE9 0x6155 # 0 +0x0000CAEA 0x620A # 0 +0x0000CAEB 0x66AE # 0 +0x0000CAEC 0x6BCD # 0 +0x0000CAED 0x7C3F # 0 +0x0000CAEE 0x83E9 # 0 +0x0000CAEF 0x5023 # 0 +0x0000CAF0 0x4FF8 # 0 +0x0000CAF1 0x5305 # 0 +0x0000CAF2 0x5446 # 0 +0x0000CAF3 0x5831 # 0 +0x0000CAF4 0x5949 # 0 +0x0000CAF5 0x5B9D # 0 +0x0000CAF6 0x5CF0 # 0 +0x0000CAF7 0x5CEF # 0 +0x0000CAF8 0x5D29 # 0 +0x0000CAF9 0x5E96 # 0 +0x0000CAFA 0x62B1 # 0 +0x0000CAFB 0x6367 # 0 +0x0000CAFC 0x653E # 0 +0x0000CAFD 0x65B9 # 0 +0x0000CAFE 0x670B # 0 +0x0000CBA1 0x6CD5 # 0 +0x0000CBA2 0x6CE1 # 0 +0x0000CBA3 0x70F9 # 0 +0x0000CBA4 0x7832 # 0 +0x0000CBA5 0x7E2B # 0 +0x0000CBA6 0x80DE # 0 +0x0000CBA7 0x82B3 # 0 +0x0000CBA8 0x840C # 0 +0x0000CBA9 0x84EC # 0 +0x0000CBAA 0x8702 # 0 +0x0000CBAB 0x8912 # 0 +0x0000CBAC 0x8A2A # 0 +0x0000CBAD 0x8C4A # 0 +0x0000CBAE 0x90A6 # 0 +0x0000CBAF 0x92D2 # 0 +0x0000CBB0 0x98FD # 0 +0x0000CBB1 0x9CF3 # 0 +0x0000CBB2 0x9D6C # 0 +0x0000CBB3 0x4E4F # 0 +0x0000CBB4 0x4EA1 # 0 +0x0000CBB5 0x508D # 0 +0x0000CBB6 0x5256 # 0 +0x0000CBB7 0x574A # 0 +0x0000CBB8 0x59A8 # 0 +0x0000CBB9 0x5E3D # 0 +0x0000CBBA 0x5FD8 # 0 +0x0000CBBB 0x5FD9 # 0 +0x0000CBBC 0x623F # 0 +0x0000CBBD 0x66B4 # 0 +0x0000CBBE 0x671B # 0 +0x0000CBBF 0x67D0 # 0 +0x0000CBC0 0x68D2 # 0 +0x0000CBC1 0x5192 # 0 +0x0000CBC2 0x7D21 # 0 +0x0000CBC3 0x80AA # 0 +0x0000CBC4 0x81A8 # 0 +0x0000CBC5 0x8B00 # 0 +0x0000CBC6 0x8C8C # 0 +0x0000CBC7 0x8CBF # 0 +0x0000CBC8 0x927E # 0 +0x0000CBC9 0x9632 # 0 +0x0000CBCA 0x5420 # 0 +0x0000CBCB 0x982C # 0 +0x0000CBCC 0x5317 # 0 +0x0000CBCD 0x50D5 # 0 +0x0000CBCE 0x535C # 0 +0x0000CBCF 0x58A8 # 0 +0x0000CBD0 0x64B2 # 0 +0x0000CBD1 0x6734 # 0 +0x0000CBD2 0x7267 # 0 +0x0000CBD3 0x7766 # 0 +0x0000CBD4 0x7A46 # 0 +0x0000CBD5 0x91E6 # 0 +0x0000CBD6 0x52C3 # 0 +0x0000CBD7 0x6CA1 # 0 +0x0000CBD8 0x6B86 # 0 +0x0000CBD9 0x5800 # 0 +0x0000CBDA 0x5E4C # 0 +0x0000CBDB 0x5954 # 0 +0x0000CBDC 0x672C # 0 +0x0000CBDD 0x7FFB # 0 +0x0000CBDE 0x51E1 # 0 +0x0000CBDF 0x76C6 # 0 +0x0000CBE0 0x6469 # 0 +0x0000CBE1 0x78E8 # 0 +0x0000CBE2 0x9B54 # 0 +0x0000CBE3 0x9EBB # 0 +0x0000CBE4 0x57CB # 0 +0x0000CBE5 0x59B9 # 0 +0x0000CBE6 0x6627 # 0 +0x0000CBE7 0x679A # 0 +0x0000CBE8 0x6BCE # 0 +0x0000CBE9 0x54E9 # 0 +0x0000CBEA 0x69D9 # 0 +0x0000CBEB 0x5E55 # 0 +0x0000CBEC 0x819C # 0 +0x0000CBED 0x6795 # 0 +0x0000CBEE 0x9BAA # 0 +0x0000CBEF 0x67FE # 0 +0x0000CBF0 0x9C52 # 0 +0x0000CBF1 0x685D # 0 +0x0000CBF2 0x4EA6 # 0 +0x0000CBF3 0x4FE3 # 0 +0x0000CBF4 0x53C8 # 0 +0x0000CBF5 0x62B9 # 0 +0x0000CBF6 0x672B # 0 +0x0000CBF7 0x6CAB # 0 +0x0000CBF8 0x8FC4 # 0 +0x0000CBF9 0x4FAD # 0 +0x0000CBFA 0x7E6D # 0 +0x0000CBFB 0x9EBF # 0 +0x0000CBFC 0x4E07 # 0 +0x0000CBFD 0x6162 # 0 +0x0000CBFE 0x6E80 # 0 +0x0000CCA1 0x6F2B # 0 +0x0000CCA2 0x8513 # 0 +0x0000CCA3 0x5473 # 0 +0x0000CCA4 0x672A # 0 +0x0000CCA5 0x9B45 # 0 +0x0000CCA6 0x5DF3 # 0 +0x0000CCA7 0x7B95 # 0 +0x0000CCA8 0x5CAC # 0 +0x0000CCA9 0x5BC6 # 0 +0x0000CCAA 0x871C # 0 +0x0000CCAB 0x6E4A # 0 +0x0000CCAC 0x84D1 # 0 +0x0000CCAD 0x7A14 # 0 +0x0000CCAE 0x8108 # 0 +0x0000CCAF 0x5999 # 0 +0x0000CCB0 0x7C8D # 0 +0x0000CCB1 0x6C11 # 0 +0x0000CCB2 0x7720 # 0 +0x0000CCB3 0x52D9 # 0 +0x0000CCB4 0x5922 # 0 +0x0000CCB5 0x7121 # 0 +0x0000CCB6 0x725F # 0 +0x0000CCB7 0x77DB # 0 +0x0000CCB8 0x9727 # 0 +0x0000CCB9 0x9D61 # 0 +0x0000CCBA 0x690B # 0 +0x0000CCBB 0x5A7F # 0 +0x0000CCBC 0x5A18 # 0 +0x0000CCBD 0x51A5 # 0 +0x0000CCBE 0x540D # 0 +0x0000CCBF 0x547D # 0 +0x0000CCC0 0x660E # 0 +0x0000CCC1 0x76DF # 0 +0x0000CCC2 0x8FF7 # 0 +0x0000CCC3 0x9298 # 0 +0x0000CCC4 0x9CF4 # 0 +0x0000CCC5 0x59EA # 0 +0x0000CCC6 0x725D # 0 +0x0000CCC7 0x6EC5 # 0 +0x0000CCC8 0x514D # 0 +0x0000CCC9 0x68C9 # 0 +0x0000CCCA 0x7DBF # 0 +0x0000CCCB 0x7DEC # 0 +0x0000CCCC 0x9762 # 0 +0x0000CCCD 0x9EBA # 0 +0x0000CCCE 0x6478 # 0 +0x0000CCCF 0x6A21 # 0 +0x0000CCD0 0x8302 # 0 +0x0000CCD1 0x5984 # 0 +0x0000CCD2 0x5B5F # 0 +0x0000CCD3 0x6BDB # 0 +0x0000CCD4 0x731B # 0 +0x0000CCD5 0x76F2 # 0 +0x0000CCD6 0x7DB2 # 0 +0x0000CCD7 0x8017 # 0 +0x0000CCD8 0x8499 # 0 +0x0000CCD9 0x5132 # 0 +0x0000CCDA 0x6728 # 0 +0x0000CCDB 0x9ED9 # 0 +0x0000CCDC 0x76EE # 0 +0x0000CCDD 0x6762 # 0 +0x0000CCDE 0x52FF # 0 +0x0000CCDF 0x9905 # 0 +0x0000CCE0 0x5C24 # 0 +0x0000CCE1 0x623B # 0 +0x0000CCE2 0x7C7E # 0 +0x0000CCE3 0x8CB0 # 0 +0x0000CCE4 0x554F # 0 +0x0000CCE5 0x60B6 # 0 +0x0000CCE6 0x7D0B # 0 +0x0000CCE7 0x9580 # 0 +0x0000CCE8 0x5301 # 0 +0x0000CCE9 0x4E5F # 0 +0x0000CCEA 0x51B6 # 0 +0x0000CCEB 0x591C # 0 +0x0000CCEC 0x723A # 0 +0x0000CCED 0x8036 # 0 +0x0000CCEE 0x91CE # 0 +0x0000CCEF 0x5F25 # 0 +0x0000CCF0 0x77E2 # 0 +0x0000CCF1 0x5384 # 0 +0x0000CCF2 0x5F79 # 0 +0x0000CCF3 0x7D04 # 0 +0x0000CCF4 0x85AC # 0 +0x0000CCF5 0x8A33 # 0 +0x0000CCF6 0x8E8D # 0 +0x0000CCF7 0x9756 # 0 +0x0000CCF8 0x67F3 # 0 +0x0000CCF9 0x85AE # 0 +0x0000CCFA 0x9453 # 0 +0x0000CCFB 0x6109 # 0 +0x0000CCFC 0x6108 # 0 +0x0000CCFD 0x6CB9 # 0 +0x0000CCFE 0x7652 # 0 +0x0000CDA1 0x8AED # 0 +0x0000CDA2 0x8F38 # 0 +0x0000CDA3 0x552F # 0 +0x0000CDA4 0x4F51 # 0 +0x0000CDA5 0x512A # 0 +0x0000CDA6 0x52C7 # 0 +0x0000CDA7 0x53CB # 0 +0x0000CDA8 0x5BA5 # 0 +0x0000CDA9 0x5E7D # 0 +0x0000CDAA 0x60A0 # 0 +0x0000CDAB 0x6182 # 0 +0x0000CDAC 0x63D6 # 0 +0x0000CDAD 0x6709 # 0 +0x0000CDAE 0x67DA # 0 +0x0000CDAF 0x6E67 # 0 +0x0000CDB0 0x6D8C # 0 +0x0000CDB1 0x7336 # 0 +0x0000CDB2 0x7337 # 0 +0x0000CDB3 0x7531 # 0 +0x0000CDB4 0x7950 # 0 +0x0000CDB5 0x88D5 # 0 +0x0000CDB6 0x8A98 # 0 +0x0000CDB7 0x904A # 0 +0x0000CDB8 0x9091 # 0 +0x0000CDB9 0x90F5 # 0 +0x0000CDBA 0x96C4 # 0 +0x0000CDBB 0x878D # 0 +0x0000CDBC 0x5915 # 0 +0x0000CDBD 0x4E88 # 0 +0x0000CDBE 0x4F59 # 0 +0x0000CDBF 0x4E0E # 0 +0x0000CDC0 0x8A89 # 0 +0x0000CDC1 0x8F3F # 0 +0x0000CDC2 0x9810 # 0 +0x0000CDC3 0x50AD # 0 +0x0000CDC4 0x5E7C # 0 +0x0000CDC5 0x5996 # 0 +0x0000CDC6 0x5BB9 # 0 +0x0000CDC7 0x5EB8 # 0 +0x0000CDC8 0x63DA # 0 +0x0000CDC9 0x63FA # 0 +0x0000CDCA 0x64C1 # 0 +0x0000CDCB 0x66DC # 0 +0x0000CDCC 0x694A # 0 +0x0000CDCD 0x69D8 # 0 +0x0000CDCE 0x6D0B # 0 +0x0000CDCF 0x6EB6 # 0 +0x0000CDD0 0x7194 # 0 +0x0000CDD1 0x7528 # 0 +0x0000CDD2 0x7AAF # 0 +0x0000CDD3 0x7F8A # 0 +0x0000CDD4 0x8000 # 0 +0x0000CDD5 0x8449 # 0 +0x0000CDD6 0x84C9 # 0 +0x0000CDD7 0x8981 # 0 +0x0000CDD8 0x8B21 # 0 +0x0000CDD9 0x8E0A # 0 +0x0000CDDA 0x9065 # 0 +0x0000CDDB 0x967D # 0 +0x0000CDDC 0x990A # 0 +0x0000CDDD 0x617E # 0 +0x0000CDDE 0x6291 # 0 +0x0000CDDF 0x6B32 # 0 +0x0000CDE0 0x6C83 # 0 +0x0000CDE1 0x6D74 # 0 +0x0000CDE2 0x7FCC # 0 +0x0000CDE3 0x7FFC # 0 +0x0000CDE4 0x6DC0 # 0 +0x0000CDE5 0x7F85 # 0 +0x0000CDE6 0x87BA # 0 +0x0000CDE7 0x88F8 # 0 +0x0000CDE8 0x6765 # 0 +0x0000CDE9 0x83B1 # 0 +0x0000CDEA 0x983C # 0 +0x0000CDEB 0x96F7 # 0 +0x0000CDEC 0x6D1B # 0 +0x0000CDED 0x7D61 # 0 +0x0000CDEE 0x843D # 0 +0x0000CDEF 0x916A # 0 +0x0000CDF0 0x4E71 # 0 +0x0000CDF1 0x5375 # 0 +0x0000CDF2 0x5D50 # 0 +0x0000CDF3 0x6B04 # 0 +0x0000CDF4 0x6FEB # 0 +0x0000CDF5 0x85CD # 0 +0x0000CDF6 0x862D # 0 +0x0000CDF7 0x89A7 # 0 +0x0000CDF8 0x5229 # 0 +0x0000CDF9 0x540F # 0 +0x0000CDFA 0x5C65 # 0 +0x0000CDFB 0x674E # 0 +0x0000CDFC 0x68A8 # 0 +0x0000CDFD 0x7406 # 0 +0x0000CDFE 0x7483 # 0 +0x0000CEA1 0x75E2 # 0 +0x0000CEA2 0x88CF # 0 +0x0000CEA3 0x88E1 # 0 +0x0000CEA4 0x91CC # 0 +0x0000CEA5 0x96E2 # 0 +0x0000CEA6 0x9678 # 0 +0x0000CEA7 0x5F8B # 0 +0x0000CEA8 0x7387 # 0 +0x0000CEA9 0x7ACB # 0 +0x0000CEAA 0x844E # 0 +0x0000CEAB 0x63A0 # 0 +0x0000CEAC 0x7565 # 0 +0x0000CEAD 0x5289 # 0 +0x0000CEAE 0x6D41 # 0 +0x0000CEAF 0x6E9C # 0 +0x0000CEB0 0x7409 # 0 +0x0000CEB1 0x7559 # 0 +0x0000CEB2 0x786B # 0 +0x0000CEB3 0x7C92 # 0 +0x0000CEB4 0x9686 # 0 +0x0000CEB5 0x7ADC # 0 +0x0000CEB6 0x9F8D # 0 +0x0000CEB7 0x4FB6 # 0 +0x0000CEB8 0x616E # 0 +0x0000CEB9 0x65C5 # 0 +0x0000CEBA 0x865C # 0 +0x0000CEBB 0x4E86 # 0 +0x0000CEBC 0x4EAE # 0 +0x0000CEBD 0x50DA # 0 +0x0000CEBE 0x4E21 # 0 +0x0000CEBF 0x51CC # 0 +0x0000CEC0 0x5BEE # 0 +0x0000CEC1 0x6599 # 0 +0x0000CEC2 0x6881 # 0 +0x0000CEC3 0x6DBC # 0 +0x0000CEC4 0x731F # 0 +0x0000CEC5 0x7642 # 0 +0x0000CEC6 0x77AD # 0 +0x0000CEC7 0x7A1C # 0 +0x0000CEC8 0x7CE7 # 0 +0x0000CEC9 0x826F # 0 +0x0000CECA 0x8AD2 # 0 +0x0000CECB 0x907C # 0 +0x0000CECC 0x91CF # 0 +0x0000CECD 0x9675 # 0 +0x0000CECE 0x9818 # 0 +0x0000CECF 0x529B # 0 +0x0000CED0 0x7DD1 # 0 +0x0000CED1 0x502B # 0 +0x0000CED2 0x5398 # 0 +0x0000CED3 0x6797 # 0 +0x0000CED4 0x6DCB # 0 +0x0000CED5 0x71D0 # 0 +0x0000CED6 0x7433 # 0 +0x0000CED7 0x81E8 # 0 +0x0000CED8 0x8F2A # 0 +0x0000CED9 0x96A3 # 0 +0x0000CEDA 0x9C57 # 0 +0x0000CEDB 0x9E9F # 0 +0x0000CEDC 0x7460 # 0 +0x0000CEDD 0x5841 # 0 +0x0000CEDE 0x6D99 # 0 +0x0000CEDF 0x7D2F # 0 +0x0000CEE0 0x985E # 0 +0x0000CEE1 0x4EE4 # 0 +0x0000CEE2 0x4F36 # 0 +0x0000CEE3 0x4F8B # 0 +0x0000CEE4 0x51B7 # 0 +0x0000CEE5 0x52B1 # 0 +0x0000CEE6 0x5DBA # 0 +0x0000CEE7 0x601C # 0 +0x0000CEE8 0x73B2 # 0 +0x0000CEE9 0x793C # 0 +0x0000CEEA 0x82D3 # 0 +0x0000CEEB 0x9234 # 0 +0x0000CEEC 0x96B7 # 0 +0x0000CEED 0x96F6 # 0 +0x0000CEEE 0x970A # 0 +0x0000CEEF 0x9E97 # 0 +0x0000CEF0 0x9F62 # 0 +0x0000CEF1 0x66A6 # 0 +0x0000CEF2 0x6B74 # 0 +0x0000CEF3 0x5217 # 0 +0x0000CEF4 0x52A3 # 0 +0x0000CEF5 0x70C8 # 0 +0x0000CEF6 0x88C2 # 0 +0x0000CEF7 0x5EC9 # 0 +0x0000CEF8 0x604B # 0 +0x0000CEF9 0x6190 # 0 +0x0000CEFA 0x6F23 # 0 +0x0000CEFB 0x7149 # 0 +0x0000CEFC 0x7C3E # 0 +0x0000CEFD 0x7DF4 # 0 +0x0000CEFE 0x806F # 0 +0x0000CFA1 0x84EE # 0 +0x0000CFA2 0x9023 # 0 +0x0000CFA3 0x932C # 0 +0x0000CFA4 0x5442 # 0 +0x0000CFA5 0x9B6F # 0 +0x0000CFA6 0x6AD3 # 0 +0x0000CFA7 0x7089 # 0 +0x0000CFA8 0x8CC2 # 0 +0x0000CFA9 0x8DEF # 0 +0x0000CFAA 0x9732 # 0 +0x0000CFAB 0x52B4 # 0 +0x0000CFAC 0x5A41 # 0 +0x0000CFAD 0x5ECA # 0 +0x0000CFAE 0x5F04 # 0 +0x0000CFAF 0x6717 # 0 +0x0000CFB0 0x697C # 0 +0x0000CFB1 0x6994 # 0 +0x0000CFB2 0x6D6A # 0 +0x0000CFB3 0x6F0F # 0 +0x0000CFB4 0x7262 # 0 +0x0000CFB5 0x72FC # 0 +0x0000CFB6 0x7BED # 0 +0x0000CFB7 0x8001 # 0 +0x0000CFB8 0x807E # 0 +0x0000CFB9 0x874B # 0 +0x0000CFBA 0x90CE # 0 +0x0000CFBB 0x516D # 0 +0x0000CFBC 0x9E93 # 0 +0x0000CFBD 0x7984 # 0 +0x0000CFBE 0x808B # 0 +0x0000CFBF 0x9332 # 0 +0x0000CFC0 0x8AD6 # 0 +0x0000CFC1 0x502D # 0 +0x0000CFC2 0x548C # 0 +0x0000CFC3 0x8A71 # 0 +0x0000CFC4 0x6B6A # 0 +0x0000CFC5 0x8CC4 # 0 +0x0000CFC6 0x8107 # 0 +0x0000CFC7 0x60D1 # 0 +0x0000CFC8 0x67A0 # 0 +0x0000CFC9 0x9DF2 # 0 +0x0000CFCA 0x4E99 # 0 +0x0000CFCB 0x4E98 # 0 +0x0000CFCC 0x9C10 # 0 +0x0000CFCD 0x8A6B # 0 +0x0000CFCE 0x85C1 # 0 +0x0000CFCF 0x8568 # 0 +0x0000CFD0 0x6900 # 0 +0x0000CFD1 0x6E7E # 0 +0x0000CFD2 0x7897 # 0 +0x0000CFD3 0x8155 # 0 +0x0000D0A1 0x5F0C # 0 +0x0000D0A2 0x4E10 # 0 +0x0000D0A3 0x4E15 # 0 +0x0000D0A4 0x4E2A # 0 +0x0000D0A5 0x4E31 # 0 +0x0000D0A6 0x4E36 # 0 +0x0000D0A7 0x4E3C # 0 +0x0000D0A8 0x4E3F # 0 +0x0000D0A9 0x4E42 # 0 +0x0000D0AA 0x4E56 # 0 +0x0000D0AB 0x4E58 # 0 +0x0000D0AC 0x4E82 # 0 +0x0000D0AD 0x4E85 # 0 +0x0000D0AE 0x8C6B # 0 +0x0000D0AF 0x4E8A # 0 +0x0000D0B0 0x8212 # 0 +0x0000D0B1 0x5F0D # 0 +0x0000D0B2 0x4E8E # 0 +0x0000D0B3 0x4E9E # 0 +0x0000D0B4 0x4E9F # 0 +0x0000D0B5 0x4EA0 # 0 +0x0000D0B6 0x4EA2 # 0 +0x0000D0B7 0x4EB0 # 0 +0x0000D0B8 0x4EB3 # 0 +0x0000D0B9 0x4EB6 # 0 +0x0000D0BA 0x4ECE # 0 +0x0000D0BB 0x4ECD # 0 +0x0000D0BC 0x4EC4 # 0 +0x0000D0BD 0x4EC6 # 0 +0x0000D0BE 0x4EC2 # 0 +0x0000D0BF 0x4ED7 # 0 +0x0000D0C0 0x4EDE # 0 +0x0000D0C1 0x4EED # 0 +0x0000D0C2 0x4EDF # 0 +0x0000D0C3 0x4EF7 # 0 +0x0000D0C4 0x4F09 # 0 +0x0000D0C5 0x4F5A # 0 +0x0000D0C6 0x4F30 # 0 +0x0000D0C7 0x4F5B # 0 +0x0000D0C8 0x4F5D # 0 +0x0000D0C9 0x4F57 # 0 +0x0000D0CA 0x4F47 # 0 +0x0000D0CB 0x4F76 # 0 +0x0000D0CC 0x4F88 # 0 +0x0000D0CD 0x4F8F # 0 +0x0000D0CE 0x4F98 # 0 +0x0000D0CF 0x4F7B # 0 +0x0000D0D0 0x4F69 # 0 +0x0000D0D1 0x4F70 # 0 +0x0000D0D2 0x4F91 # 0 +0x0000D0D3 0x4F6F # 0 +0x0000D0D4 0x4F86 # 0 +0x0000D0D5 0x4F96 # 0 +0x0000D0D6 0x5118 # 0 +0x0000D0D7 0x4FD4 # 0 +0x0000D0D8 0x4FDF # 0 +0x0000D0D9 0x4FCE # 0 +0x0000D0DA 0x4FD8 # 0 +0x0000D0DB 0x4FDB # 0 +0x0000D0DC 0x4FD1 # 0 +0x0000D0DD 0x4FDA # 0 +0x0000D0DE 0x4FD0 # 0 +0x0000D0DF 0x4FE4 # 0 +0x0000D0E0 0x4FE5 # 0 +0x0000D0E1 0x501A # 0 +0x0000D0E2 0x5028 # 0 +0x0000D0E3 0x5014 # 0 +0x0000D0E4 0x502A # 0 +0x0000D0E5 0x5025 # 0 +0x0000D0E6 0x5005 # 0 +0x0000D0E7 0x4F1C # 0 +0x0000D0E8 0x4FF6 # 0 +0x0000D0E9 0x5021 # 0 +0x0000D0EA 0x5029 # 0 +0x0000D0EB 0x502C # 0 +0x0000D0EC 0x4FFE # 0 +0x0000D0ED 0x4FEF # 0 +0x0000D0EE 0x5011 # 0 +0x0000D0EF 0x5006 # 0 +0x0000D0F0 0x5043 # 0 +0x0000D0F1 0x5047 # 0 +0x0000D0F2 0x6703 # 0 +0x0000D0F3 0x5055 # 0 +0x0000D0F4 0x5050 # 0 +0x0000D0F5 0x5048 # 0 +0x0000D0F6 0x505A # 0 +0x0000D0F7 0x5056 # 0 +0x0000D0F8 0x506C # 0 +0x0000D0F9 0x5078 # 0 +0x0000D0FA 0x5080 # 0 +0x0000D0FB 0x509A # 0 +0x0000D0FC 0x5085 # 0 +0x0000D0FD 0x50B4 # 0 +0x0000D0FE 0x50B2 # 0 +0x0000D1A1 0x50C9 # 0 +0x0000D1A2 0x50CA # 0 +0x0000D1A3 0x50B3 # 0 +0x0000D1A4 0x50C2 # 0 +0x0000D1A5 0x50D6 # 0 +0x0000D1A6 0x50DE # 0 +0x0000D1A7 0x50E5 # 0 +0x0000D1A8 0x50ED # 0 +0x0000D1A9 0x50E3 # 0 +0x0000D1AA 0x50EE # 0 +0x0000D1AB 0x50F9 # 0 +0x0000D1AC 0x50F5 # 0 +0x0000D1AD 0x5109 # 0 +0x0000D1AE 0x5101 # 0 +0x0000D1AF 0x5102 # 0 +0x0000D1B0 0x5116 # 0 +0x0000D1B1 0x5115 # 0 +0x0000D1B2 0x5114 # 0 +0x0000D1B3 0x511A # 0 +0x0000D1B4 0x5121 # 0 +0x0000D1B5 0x513A # 0 +0x0000D1B6 0x5137 # 0 +0x0000D1B7 0x513C # 0 +0x0000D1B8 0x513B # 0 +0x0000D1B9 0x513F # 0 +0x0000D1BA 0x5140 # 0 +0x0000D1BB 0x5152 # 0 +0x0000D1BC 0x514C # 0 +0x0000D1BD 0x5154 # 0 +0x0000D1BE 0x5162 # 0 +0x0000D1BF 0x7AF8 # 0 +0x0000D1C0 0x5169 # 0 +0x0000D1C1 0x516A # 0 +0x0000D1C2 0x516E # 0 +0x0000D1C3 0x5180 # 0 +0x0000D1C4 0x5182 # 0 +0x0000D1C5 0x56D8 # 0 +0x0000D1C6 0x518C # 0 +0x0000D1C7 0x5189 # 0 +0x0000D1C8 0x518F # 0 +0x0000D1C9 0x5191 # 0 +0x0000D1CA 0x5193 # 0 +0x0000D1CB 0x5195 # 0 +0x0000D1CC 0x5196 # 0 +0x0000D1CD 0x51A4 # 0 +0x0000D1CE 0x51A6 # 0 +0x0000D1CF 0x51A2 # 0 +0x0000D1D0 0x51A9 # 0 +0x0000D1D1 0x51AA # 0 +0x0000D1D2 0x51AB # 0 +0x0000D1D3 0x51B3 # 0 +0x0000D1D4 0x51B1 # 0 +0x0000D1D5 0x51B2 # 0 +0x0000D1D6 0x51B0 # 0 +0x0000D1D7 0x51B5 # 0 +0x0000D1D8 0x51BD # 0 +0x0000D1D9 0x51C5 # 0 +0x0000D1DA 0x51C9 # 0 +0x0000D1DB 0x51DB # 0 +0x0000D1DC 0x51E0 # 0 +0x0000D1DD 0x8655 # 0 +0x0000D1DE 0x51E9 # 0 +0x0000D1DF 0x51ED # 0 +0x0000D1E0 0x51F0 # 0 +0x0000D1E1 0x51F5 # 0 +0x0000D1E2 0x51FE # 0 +0x0000D1E3 0x5204 # 0 +0x0000D1E4 0x520B # 0 +0x0000D1E5 0x5214 # 0 +0x0000D1E6 0x520E # 0 +0x0000D1E7 0x5227 # 0 +0x0000D1E8 0x522A # 0 +0x0000D1E9 0x522E # 0 +0x0000D1EA 0x5233 # 0 +0x0000D1EB 0x5239 # 0 +0x0000D1EC 0x524F # 0 +0x0000D1ED 0x5244 # 0 +0x0000D1EE 0x524B # 0 +0x0000D1EF 0x524C # 0 +0x0000D1F0 0x525E # 0 +0x0000D1F1 0x5254 # 0 +0x0000D1F2 0x526A # 0 +0x0000D1F3 0x5274 # 0 +0x0000D1F4 0x5269 # 0 +0x0000D1F5 0x5273 # 0 +0x0000D1F6 0x527F # 0 +0x0000D1F7 0x527D # 0 +0x0000D1F8 0x528D # 0 +0x0000D1F9 0x5294 # 0 +0x0000D1FA 0x5292 # 0 +0x0000D1FB 0x5271 # 0 +0x0000D1FC 0x5288 # 0 +0x0000D1FD 0x5291 # 0 +0x0000D1FE 0x8FA8 # 0 +0x0000D2A1 0x8FA7 # 0 +0x0000D2A2 0x52AC # 0 +0x0000D2A3 0x52AD # 0 +0x0000D2A4 0x52BC # 0 +0x0000D2A5 0x52B5 # 0 +0x0000D2A6 0x52C1 # 0 +0x0000D2A7 0x52CD # 0 +0x0000D2A8 0x52D7 # 0 +0x0000D2A9 0x52DE # 0 +0x0000D2AA 0x52E3 # 0 +0x0000D2AB 0x52E6 # 0 +0x0000D2AC 0x98ED # 0 +0x0000D2AD 0x52E0 # 0 +0x0000D2AE 0x52F3 # 0 +0x0000D2AF 0x52F5 # 0 +0x0000D2B0 0x52F8 # 0 +0x0000D2B1 0x52F9 # 0 +0x0000D2B2 0x5306 # 0 +0x0000D2B3 0x5308 # 0 +0x0000D2B4 0x7538 # 0 +0x0000D2B5 0x530D # 0 +0x0000D2B6 0x5310 # 0 +0x0000D2B7 0x530F # 0 +0x0000D2B8 0x5315 # 0 +0x0000D2B9 0x531A # 0 +0x0000D2BA 0x5323 # 0 +0x0000D2BB 0x532F # 0 +0x0000D2BC 0x5331 # 0 +0x0000D2BD 0x5333 # 0 +0x0000D2BE 0x5338 # 0 +0x0000D2BF 0x5340 # 0 +0x0000D2C0 0x5346 # 0 +0x0000D2C1 0x5345 # 0 +0x0000D2C2 0x4E17 # 0 +0x0000D2C3 0x5349 # 0 +0x0000D2C4 0x534D # 0 +0x0000D2C5 0x51D6 # 0 +0x0000D2C6 0x535E # 0 +0x0000D2C7 0x5369 # 0 +0x0000D2C8 0x536E # 0 +0x0000D2C9 0x5918 # 0 +0x0000D2CA 0x537B # 0 +0x0000D2CB 0x5377 # 0 +0x0000D2CC 0x5382 # 0 +0x0000D2CD 0x5396 # 0 +0x0000D2CE 0x53A0 # 0 +0x0000D2CF 0x53A6 # 0 +0x0000D2D0 0x53A5 # 0 +0x0000D2D1 0x53AE # 0 +0x0000D2D2 0x53B0 # 0 +0x0000D2D3 0x53B6 # 0 +0x0000D2D4 0x53C3 # 0 +0x0000D2D5 0x7C12 # 0 +0x0000D2D6 0x96D9 # 0 +0x0000D2D7 0x53DF # 0 +0x0000D2D8 0x66FC # 0 +0x0000D2D9 0x71EE # 0 +0x0000D2DA 0x53EE # 0 +0x0000D2DB 0x53E8 # 0 +0x0000D2DC 0x53ED # 0 +0x0000D2DD 0x53FA # 0 +0x0000D2DE 0x5401 # 0 +0x0000D2DF 0x543D # 0 +0x0000D2E0 0x5440 # 0 +0x0000D2E1 0x542C # 0 +0x0000D2E2 0x542D # 0 +0x0000D2E3 0x543C # 0 +0x0000D2E4 0x542E # 0 +0x0000D2E5 0x5436 # 0 +0x0000D2E6 0x5429 # 0 +0x0000D2E7 0x541D # 0 +0x0000D2E8 0x544E # 0 +0x0000D2E9 0x548F # 0 +0x0000D2EA 0x5475 # 0 +0x0000D2EB 0x548E # 0 +0x0000D2EC 0x545F # 0 +0x0000D2ED 0x5471 # 0 +0x0000D2EE 0x5477 # 0 +0x0000D2EF 0x5470 # 0 +0x0000D2F0 0x5492 # 0 +0x0000D2F1 0x547B # 0 +0x0000D2F2 0x5480 # 0 +0x0000D2F3 0x5476 # 0 +0x0000D2F4 0x5484 # 0 +0x0000D2F5 0x5490 # 0 +0x0000D2F6 0x5486 # 0 +0x0000D2F7 0x54C7 # 0 +0x0000D2F8 0x54A2 # 0 +0x0000D2F9 0x54B8 # 0 +0x0000D2FA 0x54A5 # 0 +0x0000D2FB 0x54AC # 0 +0x0000D2FC 0x54C4 # 0 +0x0000D2FD 0x54C8 # 0 +0x0000D2FE 0x54A8 # 0 +0x0000D3A1 0x54AB # 0 +0x0000D3A2 0x54C2 # 0 +0x0000D3A3 0x54A4 # 0 +0x0000D3A4 0x54BE # 0 +0x0000D3A5 0x54BC # 0 +0x0000D3A6 0x54D8 # 0 +0x0000D3A7 0x54E5 # 0 +0x0000D3A8 0x54E6 # 0 +0x0000D3A9 0x550F # 0 +0x0000D3AA 0x5514 # 0 +0x0000D3AB 0x54FD # 0 +0x0000D3AC 0x54EE # 0 +0x0000D3AD 0x54ED # 0 +0x0000D3AE 0x54FA # 0 +0x0000D3AF 0x54E2 # 0 +0x0000D3B0 0x5539 # 0 +0x0000D3B1 0x5540 # 0 +0x0000D3B2 0x5563 # 0 +0x0000D3B3 0x554C # 0 +0x0000D3B4 0x552E # 0 +0x0000D3B5 0x555C # 0 +0x0000D3B6 0x5545 # 0 +0x0000D3B7 0x5556 # 0 +0x0000D3B8 0x5557 # 0 +0x0000D3B9 0x5538 # 0 +0x0000D3BA 0x5533 # 0 +0x0000D3BB 0x555D # 0 +0x0000D3BC 0x5599 # 0 +0x0000D3BD 0x5580 # 0 +0x0000D3BE 0x54AF # 0 +0x0000D3BF 0x558A # 0 +0x0000D3C0 0x559F # 0 +0x0000D3C1 0x557B # 0 +0x0000D3C2 0x557E # 0 +0x0000D3C3 0x5598 # 0 +0x0000D3C4 0x559E # 0 +0x0000D3C5 0x55AE # 0 +0x0000D3C6 0x557C # 0 +0x0000D3C7 0x5583 # 0 +0x0000D3C8 0x55A9 # 0 +0x0000D3C9 0x5587 # 0 +0x0000D3CA 0x55A8 # 0 +0x0000D3CB 0x55DA # 0 +0x0000D3CC 0x55C5 # 0 +0x0000D3CD 0x55DF # 0 +0x0000D3CE 0x55C4 # 0 +0x0000D3CF 0x55DC # 0 +0x0000D3D0 0x55E4 # 0 +0x0000D3D1 0x55D4 # 0 +0x0000D3D2 0x5614 # 0 +0x0000D3D3 0x55F7 # 0 +0x0000D3D4 0x5616 # 0 +0x0000D3D5 0x55FE # 0 +0x0000D3D6 0x55FD # 0 +0x0000D3D7 0x561B # 0 +0x0000D3D8 0x55F9 # 0 +0x0000D3D9 0x564E # 0 +0x0000D3DA 0x5650 # 0 +0x0000D3DB 0x71DF # 0 +0x0000D3DC 0x5634 # 0 +0x0000D3DD 0x5636 # 0 +0x0000D3DE 0x5632 # 0 +0x0000D3DF 0x5638 # 0 +0x0000D3E0 0x566B # 0 +0x0000D3E1 0x5664 # 0 +0x0000D3E2 0x562F # 0 +0x0000D3E3 0x566C # 0 +0x0000D3E4 0x566A # 0 +0x0000D3E5 0x5686 # 0 +0x0000D3E6 0x5680 # 0 +0x0000D3E7 0x568A # 0 +0x0000D3E8 0x56A0 # 0 +0x0000D3E9 0x5694 # 0 +0x0000D3EA 0x568F # 0 +0x0000D3EB 0x56A5 # 0 +0x0000D3EC 0x56AE # 0 +0x0000D3ED 0x56B6 # 0 +0x0000D3EE 0x56B4 # 0 +0x0000D3EF 0x56C2 # 0 +0x0000D3F0 0x56BC # 0 +0x0000D3F1 0x56C1 # 0 +0x0000D3F2 0x56C3 # 0 +0x0000D3F3 0x56C0 # 0 +0x0000D3F4 0x56C8 # 0 +0x0000D3F5 0x56CE # 0 +0x0000D3F6 0x56D1 # 0 +0x0000D3F7 0x56D3 # 0 +0x0000D3F8 0x56D7 # 0 +0x0000D3F9 0x56EE # 0 +0x0000D3FA 0x56F9 # 0 +0x0000D3FB 0x5700 # 0 +0x0000D3FC 0x56FF # 0 +0x0000D3FD 0x5704 # 0 +0x0000D3FE 0x5709 # 0 +0x0000D4A1 0x5708 # 0 +0x0000D4A2 0x570B # 0 +0x0000D4A3 0x570D # 0 +0x0000D4A4 0x5713 # 0 +0x0000D4A5 0x5718 # 0 +0x0000D4A6 0x5716 # 0 +0x0000D4A7 0x55C7 # 0 +0x0000D4A8 0x571C # 0 +0x0000D4A9 0x5726 # 0 +0x0000D4AA 0x5737 # 0 +0x0000D4AB 0x5738 # 0 +0x0000D4AC 0x574E # 0 +0x0000D4AD 0x573B # 0 +0x0000D4AE 0x5740 # 0 +0x0000D4AF 0x574F # 0 +0x0000D4B0 0x5769 # 0 +0x0000D4B1 0x57C0 # 0 +0x0000D4B2 0x5788 # 0 +0x0000D4B3 0x5761 # 0 +0x0000D4B4 0x577F # 0 +0x0000D4B5 0x5789 # 0 +0x0000D4B6 0x5793 # 0 +0x0000D4B7 0x57A0 # 0 +0x0000D4B8 0x57B3 # 0 +0x0000D4B9 0x57A4 # 0 +0x0000D4BA 0x57AA # 0 +0x0000D4BB 0x57B0 # 0 +0x0000D4BC 0x57C3 # 0 +0x0000D4BD 0x57C6 # 0 +0x0000D4BE 0x57D4 # 0 +0x0000D4BF 0x57D2 # 0 +0x0000D4C0 0x57D3 # 0 +0x0000D4C1 0x580A # 0 +0x0000D4C2 0x57D6 # 0 +0x0000D4C3 0x57E3 # 0 +0x0000D4C4 0x580B # 0 +0x0000D4C5 0x5819 # 0 +0x0000D4C6 0x581D # 0 +0x0000D4C7 0x5872 # 0 +0x0000D4C8 0x5821 # 0 +0x0000D4C9 0x5862 # 0 +0x0000D4CA 0x584B # 0 +0x0000D4CB 0x5870 # 0 +0x0000D4CC 0x6BC0 # 0 +0x0000D4CD 0x5852 # 0 +0x0000D4CE 0x583D # 0 +0x0000D4CF 0x5879 # 0 +0x0000D4D0 0x5885 # 0 +0x0000D4D1 0x58B9 # 0 +0x0000D4D2 0x589F # 0 +0x0000D4D3 0x58AB # 0 +0x0000D4D4 0x58BA # 0 +0x0000D4D5 0x58DE # 0 +0x0000D4D6 0x58BB # 0 +0x0000D4D7 0x58B8 # 0 +0x0000D4D8 0x58AE # 0 +0x0000D4D9 0x58C5 # 0 +0x0000D4DA 0x58D3 # 0 +0x0000D4DB 0x58D1 # 0 +0x0000D4DC 0x58D7 # 0 +0x0000D4DD 0x58D9 # 0 +0x0000D4DE 0x58D8 # 0 +0x0000D4DF 0x58E5 # 0 +0x0000D4E0 0x58DC # 0 +0x0000D4E1 0x58E4 # 0 +0x0000D4E2 0x58DF # 0 +0x0000D4E3 0x58EF # 0 +0x0000D4E4 0x58FA # 0 +0x0000D4E5 0x58F9 # 0 +0x0000D4E6 0x58FB # 0 +0x0000D4E7 0x58FC # 0 +0x0000D4E8 0x58FD # 0 +0x0000D4E9 0x5902 # 0 +0x0000D4EA 0x590A # 0 +0x0000D4EB 0x5910 # 0 +0x0000D4EC 0x591B # 0 +0x0000D4ED 0x68A6 # 0 +0x0000D4EE 0x5925 # 0 +0x0000D4EF 0x592C # 0 +0x0000D4F0 0x592D # 0 +0x0000D4F1 0x5932 # 0 +0x0000D4F2 0x5938 # 0 +0x0000D4F3 0x593E # 0 +0x0000D4F4 0x7AD2 # 0 +0x0000D4F5 0x5955 # 0 +0x0000D4F6 0x5950 # 0 +0x0000D4F7 0x594E # 0 +0x0000D4F8 0x595A # 0 +0x0000D4F9 0x5958 # 0 +0x0000D4FA 0x5962 # 0 +0x0000D4FB 0x5960 # 0 +0x0000D4FC 0x5967 # 0 +0x0000D4FD 0x596C # 0 +0x0000D4FE 0x5969 # 0 +0x0000D5A1 0x5978 # 0 +0x0000D5A2 0x5981 # 0 +0x0000D5A3 0x599D # 0 +0x0000D5A4 0x4F5E # 0 +0x0000D5A5 0x4FAB # 0 +0x0000D5A6 0x59A3 # 0 +0x0000D5A7 0x59B2 # 0 +0x0000D5A8 0x59C6 # 0 +0x0000D5A9 0x59E8 # 0 +0x0000D5AA 0x59DC # 0 +0x0000D5AB 0x598D # 0 +0x0000D5AC 0x59D9 # 0 +0x0000D5AD 0x59DA # 0 +0x0000D5AE 0x5A25 # 0 +0x0000D5AF 0x5A1F # 0 +0x0000D5B0 0x5A11 # 0 +0x0000D5B1 0x5A1C # 0 +0x0000D5B2 0x5A09 # 0 +0x0000D5B3 0x5A1A # 0 +0x0000D5B4 0x5A40 # 0 +0x0000D5B5 0x5A6C # 0 +0x0000D5B6 0x5A49 # 0 +0x0000D5B7 0x5A35 # 0 +0x0000D5B8 0x5A36 # 0 +0x0000D5B9 0x5A62 # 0 +0x0000D5BA 0x5A6A # 0 +0x0000D5BB 0x5A9A # 0 +0x0000D5BC 0x5ABC # 0 +0x0000D5BD 0x5ABE # 0 +0x0000D5BE 0x5ACB # 0 +0x0000D5BF 0x5AC2 # 0 +0x0000D5C0 0x5ABD # 0 +0x0000D5C1 0x5AE3 # 0 +0x0000D5C2 0x5AD7 # 0 +0x0000D5C3 0x5AE6 # 0 +0x0000D5C4 0x5AE9 # 0 +0x0000D5C5 0x5AD6 # 0 +0x0000D5C6 0x5AFA # 0 +0x0000D5C7 0x5AFB # 0 +0x0000D5C8 0x5B0C # 0 +0x0000D5C9 0x5B0B # 0 +0x0000D5CA 0x5B16 # 0 +0x0000D5CB 0x5B32 # 0 +0x0000D5CC 0x5AD0 # 0 +0x0000D5CD 0x5B2A # 0 +0x0000D5CE 0x5B36 # 0 +0x0000D5CF 0x5B3E # 0 +0x0000D5D0 0x5B43 # 0 +0x0000D5D1 0x5B45 # 0 +0x0000D5D2 0x5B40 # 0 +0x0000D5D3 0x5B51 # 0 +0x0000D5D4 0x5B55 # 0 +0x0000D5D5 0x5B5A # 0 +0x0000D5D6 0x5B5B # 0 +0x0000D5D7 0x5B65 # 0 +0x0000D5D8 0x5B69 # 0 +0x0000D5D9 0x5B70 # 0 +0x0000D5DA 0x5B73 # 0 +0x0000D5DB 0x5B75 # 0 +0x0000D5DC 0x5B78 # 0 +0x0000D5DD 0x6588 # 0 +0x0000D5DE 0x5B7A # 0 +0x0000D5DF 0x5B80 # 0 +0x0000D5E0 0x5B83 # 0 +0x0000D5E1 0x5BA6 # 0 +0x0000D5E2 0x5BB8 # 0 +0x0000D5E3 0x5BC3 # 0 +0x0000D5E4 0x5BC7 # 0 +0x0000D5E5 0x5BC9 # 0 +0x0000D5E6 0x5BD4 # 0 +0x0000D5E7 0x5BD0 # 0 +0x0000D5E8 0x5BE4 # 0 +0x0000D5E9 0x5BE6 # 0 +0x0000D5EA 0x5BE2 # 0 +0x0000D5EB 0x5BDE # 0 +0x0000D5EC 0x5BE5 # 0 +0x0000D5ED 0x5BEB # 0 +0x0000D5EE 0x5BF0 # 0 +0x0000D5EF 0x5BF6 # 0 +0x0000D5F0 0x5BF3 # 0 +0x0000D5F1 0x5C05 # 0 +0x0000D5F2 0x5C07 # 0 +0x0000D5F3 0x5C08 # 0 +0x0000D5F4 0x5C0D # 0 +0x0000D5F5 0x5C13 # 0 +0x0000D5F6 0x5C20 # 0 +0x0000D5F7 0x5C22 # 0 +0x0000D5F8 0x5C28 # 0 +0x0000D5F9 0x5C38 # 0 +0x0000D5FA 0x5C39 # 0 +0x0000D5FB 0x5C41 # 0 +0x0000D5FC 0x5C46 # 0 +0x0000D5FD 0x5C4E # 0 +0x0000D5FE 0x5C53 # 0 +0x0000D6A1 0x5C50 # 0 +0x0000D6A2 0x5C4F # 0 +0x0000D6A3 0x5B71 # 0 +0x0000D6A4 0x5C6C # 0 +0x0000D6A5 0x5C6E # 0 +0x0000D6A6 0x4E62 # 0 +0x0000D6A7 0x5C76 # 0 +0x0000D6A8 0x5C79 # 0 +0x0000D6A9 0x5C8C # 0 +0x0000D6AA 0x5C91 # 0 +0x0000D6AB 0x5C94 # 0 +0x0000D6AC 0x599B # 0 +0x0000D6AD 0x5CAB # 0 +0x0000D6AE 0x5CBB # 0 +0x0000D6AF 0x5CB6 # 0 +0x0000D6B0 0x5CBC # 0 +0x0000D6B1 0x5CB7 # 0 +0x0000D6B2 0x5CC5 # 0 +0x0000D6B3 0x5CBE # 0 +0x0000D6B4 0x5CC7 # 0 +0x0000D6B5 0x5CD9 # 0 +0x0000D6B6 0x5CE9 # 0 +0x0000D6B7 0x5CFD # 0 +0x0000D6B8 0x5CFA # 0 +0x0000D6B9 0x5CED # 0 +0x0000D6BA 0x5D8C # 0 +0x0000D6BB 0x5CEA # 0 +0x0000D6BC 0x5D0B # 0 +0x0000D6BD 0x5D15 # 0 +0x0000D6BE 0x5D17 # 0 +0x0000D6BF 0x5D5C # 0 +0x0000D6C0 0x5D1F # 0 +0x0000D6C1 0x5D1B # 0 +0x0000D6C2 0x5D11 # 0 +0x0000D6C3 0x5D14 # 0 +0x0000D6C4 0x5D22 # 0 +0x0000D6C5 0x5D1A # 0 +0x0000D6C6 0x5D19 # 0 +0x0000D6C7 0x5D18 # 0 +0x0000D6C8 0x5D4C # 0 +0x0000D6C9 0x5D52 # 0 +0x0000D6CA 0x5D4E # 0 +0x0000D6CB 0x5D4B # 0 +0x0000D6CC 0x5D6C # 0 +0x0000D6CD 0x5D73 # 0 +0x0000D6CE 0x5D76 # 0 +0x0000D6CF 0x5D87 # 0 +0x0000D6D0 0x5D84 # 0 +0x0000D6D1 0x5D82 # 0 +0x0000D6D2 0x5DA2 # 0 +0x0000D6D3 0x5D9D # 0 +0x0000D6D4 0x5DAC # 0 +0x0000D6D5 0x5DAE # 0 +0x0000D6D6 0x5DBD # 0 +0x0000D6D7 0x5D90 # 0 +0x0000D6D8 0x5DB7 # 0 +0x0000D6D9 0x5DBC # 0 +0x0000D6DA 0x5DC9 # 0 +0x0000D6DB 0x5DCD # 0 +0x0000D6DC 0x5DD3 # 0 +0x0000D6DD 0x5DD2 # 0 +0x0000D6DE 0x5DD6 # 0 +0x0000D6DF 0x5DDB # 0 +0x0000D6E0 0x5DEB # 0 +0x0000D6E1 0x5DF2 # 0 +0x0000D6E2 0x5DF5 # 0 +0x0000D6E3 0x5E0B # 0 +0x0000D6E4 0x5E1A # 0 +0x0000D6E5 0x5E19 # 0 +0x0000D6E6 0x5E11 # 0 +0x0000D6E7 0x5E1B # 0 +0x0000D6E8 0x5E36 # 0 +0x0000D6E9 0x5E37 # 0 +0x0000D6EA 0x5E44 # 0 +0x0000D6EB 0x5E43 # 0 +0x0000D6EC 0x5E40 # 0 +0x0000D6ED 0x5E4E # 0 +0x0000D6EE 0x5E57 # 0 +0x0000D6EF 0x5E54 # 0 +0x0000D6F0 0x5E5F # 0 +0x0000D6F1 0x5E62 # 0 +0x0000D6F2 0x5E64 # 0 +0x0000D6F3 0x5E47 # 0 +0x0000D6F4 0x5E75 # 0 +0x0000D6F5 0x5E76 # 0 +0x0000D6F6 0x5E7A # 0 +0x0000D6F7 0x9EBC # 0 +0x0000D6F8 0x5E7F # 0 +0x0000D6F9 0x5EA0 # 0 +0x0000D6FA 0x5EC1 # 0 +0x0000D6FB 0x5EC2 # 0 +0x0000D6FC 0x5EC8 # 0 +0x0000D6FD 0x5ED0 # 0 +0x0000D6FE 0x5ECF # 0 +0x0000D7A1 0x5ED6 # 0 +0x0000D7A2 0x5EE3 # 0 +0x0000D7A3 0x5EDD # 0 +0x0000D7A4 0x5EDA # 0 +0x0000D7A5 0x5EDB # 0 +0x0000D7A6 0x5EE2 # 0 +0x0000D7A7 0x5EE1 # 0 +0x0000D7A8 0x5EE8 # 0 +0x0000D7A9 0x5EE9 # 0 +0x0000D7AA 0x5EEC # 0 +0x0000D7AB 0x5EF1 # 0 +0x0000D7AC 0x5EF3 # 0 +0x0000D7AD 0x5EF0 # 0 +0x0000D7AE 0x5EF4 # 0 +0x0000D7AF 0x5EF8 # 0 +0x0000D7B0 0x5EFE # 0 +0x0000D7B1 0x5F03 # 0 +0x0000D7B2 0x5F09 # 0 +0x0000D7B3 0x5F5D # 0 +0x0000D7B4 0x5F5C # 0 +0x0000D7B5 0x5F0B # 0 +0x0000D7B6 0x5F11 # 0 +0x0000D7B7 0x5F16 # 0 +0x0000D7B8 0x5F29 # 0 +0x0000D7B9 0x5F2D # 0 +0x0000D7BA 0x5F38 # 0 +0x0000D7BB 0x5F41 # 0 +0x0000D7BC 0x5F48 # 0 +0x0000D7BD 0x5F4C # 0 +0x0000D7BE 0x5F4E # 0 +0x0000D7BF 0x5F2F # 0 +0x0000D7C0 0x5F51 # 0 +0x0000D7C1 0x5F56 # 0 +0x0000D7C2 0x5F57 # 0 +0x0000D7C3 0x5F59 # 0 +0x0000D7C4 0x5F61 # 0 +0x0000D7C5 0x5F6D # 0 +0x0000D7C6 0x5F73 # 0 +0x0000D7C7 0x5F77 # 0 +0x0000D7C8 0x5F83 # 0 +0x0000D7C9 0x5F82 # 0 +0x0000D7CA 0x5F7F # 0 +0x0000D7CB 0x5F8A # 0 +0x0000D7CC 0x5F88 # 0 +0x0000D7CD 0x5F91 # 0 +0x0000D7CE 0x5F87 # 0 +0x0000D7CF 0x5F9E # 0 +0x0000D7D0 0x5F99 # 0 +0x0000D7D1 0x5F98 # 0 +0x0000D7D2 0x5FA0 # 0 +0x0000D7D3 0x5FA8 # 0 +0x0000D7D4 0x5FAD # 0 +0x0000D7D5 0x5FBC # 0 +0x0000D7D6 0x5FD6 # 0 +0x0000D7D7 0x5FFB # 0 +0x0000D7D8 0x5FE4 # 0 +0x0000D7D9 0x5FF8 # 0 +0x0000D7DA 0x5FF1 # 0 +0x0000D7DB 0x5FDD # 0 +0x0000D7DC 0x60B3 # 0 +0x0000D7DD 0x5FFF # 0 +0x0000D7DE 0x6021 # 0 +0x0000D7DF 0x6060 # 0 +0x0000D7E0 0x6019 # 0 +0x0000D7E1 0x6010 # 0 +0x0000D7E2 0x6029 # 0 +0x0000D7E3 0x600E # 0 +0x0000D7E4 0x6031 # 0 +0x0000D7E5 0x601B # 0 +0x0000D7E6 0x6015 # 0 +0x0000D7E7 0x602B # 0 +0x0000D7E8 0x6026 # 0 +0x0000D7E9 0x600F # 0 +0x0000D7EA 0x603A # 0 +0x0000D7EB 0x605A # 0 +0x0000D7EC 0x6041 # 0 +0x0000D7ED 0x606A # 0 +0x0000D7EE 0x6077 # 0 +0x0000D7EF 0x605F # 0 +0x0000D7F0 0x604A # 0 +0x0000D7F1 0x6046 # 0 +0x0000D7F2 0x604D # 0 +0x0000D7F3 0x6063 # 0 +0x0000D7F4 0x6043 # 0 +0x0000D7F5 0x6064 # 0 +0x0000D7F6 0x6042 # 0 +0x0000D7F7 0x606C # 0 +0x0000D7F8 0x606B # 0 +0x0000D7F9 0x6059 # 0 +0x0000D7FA 0x6081 # 0 +0x0000D7FB 0x608D # 0 +0x0000D7FC 0x60E7 # 0 +0x0000D7FD 0x6083 # 0 +0x0000D7FE 0x609A # 0 +0x0000D8A1 0x6084 # 0 +0x0000D8A2 0x609B # 0 +0x0000D8A3 0x6096 # 0 +0x0000D8A4 0x6097 # 0 +0x0000D8A5 0x6092 # 0 +0x0000D8A6 0x60A7 # 0 +0x0000D8A7 0x608B # 0 +0x0000D8A8 0x60E1 # 0 +0x0000D8A9 0x60B8 # 0 +0x0000D8AA 0x60E0 # 0 +0x0000D8AB 0x60D3 # 0 +0x0000D8AC 0x60B4 # 0 +0x0000D8AD 0x5FF0 # 0 +0x0000D8AE 0x60BD # 0 +0x0000D8AF 0x60C6 # 0 +0x0000D8B0 0x60B5 # 0 +0x0000D8B1 0x60D8 # 0 +0x0000D8B2 0x614D # 0 +0x0000D8B3 0x6115 # 0 +0x0000D8B4 0x6106 # 0 +0x0000D8B5 0x60F6 # 0 +0x0000D8B6 0x60F7 # 0 +0x0000D8B7 0x6100 # 0 +0x0000D8B8 0x60F4 # 0 +0x0000D8B9 0x60FA # 0 +0x0000D8BA 0x6103 # 0 +0x0000D8BB 0x6121 # 0 +0x0000D8BC 0x60FB # 0 +0x0000D8BD 0x60F1 # 0 +0x0000D8BE 0x610D # 0 +0x0000D8BF 0x610E # 0 +0x0000D8C0 0x6147 # 0 +0x0000D8C1 0x613E # 0 +0x0000D8C2 0x6128 # 0 +0x0000D8C3 0x6127 # 0 +0x0000D8C4 0x614A # 0 +0x0000D8C5 0x613F # 0 +0x0000D8C6 0x613C # 0 +0x0000D8C7 0x612C # 0 +0x0000D8C8 0x6134 # 0 +0x0000D8C9 0x613D # 0 +0x0000D8CA 0x6142 # 0 +0x0000D8CB 0x6144 # 0 +0x0000D8CC 0x6173 # 0 +0x0000D8CD 0x6177 # 0 +0x0000D8CE 0x6158 # 0 +0x0000D8CF 0x6159 # 0 +0x0000D8D0 0x615A # 0 +0x0000D8D1 0x616B # 0 +0x0000D8D2 0x6174 # 0 +0x0000D8D3 0x616F # 0 +0x0000D8D4 0x6165 # 0 +0x0000D8D5 0x6171 # 0 +0x0000D8D6 0x615F # 0 +0x0000D8D7 0x615D # 0 +0x0000D8D8 0x6153 # 0 +0x0000D8D9 0x6175 # 0 +0x0000D8DA 0x6199 # 0 +0x0000D8DB 0x6196 # 0 +0x0000D8DC 0x6187 # 0 +0x0000D8DD 0x61AC # 0 +0x0000D8DE 0x6194 # 0 +0x0000D8DF 0x619A # 0 +0x0000D8E0 0x618A # 0 +0x0000D8E1 0x6191 # 0 +0x0000D8E2 0x61AB # 0 +0x0000D8E3 0x61AE # 0 +0x0000D8E4 0x61CC # 0 +0x0000D8E5 0x61CA # 0 +0x0000D8E6 0x61C9 # 0 +0x0000D8E7 0x61F7 # 0 +0x0000D8E8 0x61C8 # 0 +0x0000D8E9 0x61C3 # 0 +0x0000D8EA 0x61C6 # 0 +0x0000D8EB 0x61BA # 0 +0x0000D8EC 0x61CB # 0 +0x0000D8ED 0x7F79 # 0 +0x0000D8EE 0x61CD # 0 +0x0000D8EF 0x61E6 # 0 +0x0000D8F0 0x61E3 # 0 +0x0000D8F1 0x61F6 # 0 +0x0000D8F2 0x61FA # 0 +0x0000D8F3 0x61F4 # 0 +0x0000D8F4 0x61FF # 0 +0x0000D8F5 0x61FD # 0 +0x0000D8F6 0x61FC # 0 +0x0000D8F7 0x61FE # 0 +0x0000D8F8 0x6200 # 0 +0x0000D8F9 0x6208 # 0 +0x0000D8FA 0x6209 # 0 +0x0000D8FB 0x620D # 0 +0x0000D8FC 0x620C # 0 +0x0000D8FD 0x6214 # 0 +0x0000D8FE 0x621B # 0 +0x0000D9A1 0x621E # 0 +0x0000D9A2 0x6221 # 0 +0x0000D9A3 0x622A # 0 +0x0000D9A4 0x622E # 0 +0x0000D9A5 0x6230 # 0 +0x0000D9A6 0x6232 # 0 +0x0000D9A7 0x6233 # 0 +0x0000D9A8 0x6241 # 0 +0x0000D9A9 0x624E # 0 +0x0000D9AA 0x625E # 0 +0x0000D9AB 0x6263 # 0 +0x0000D9AC 0x625B # 0 +0x0000D9AD 0x6260 # 0 +0x0000D9AE 0x6268 # 0 +0x0000D9AF 0x627C # 0 +0x0000D9B0 0x6282 # 0 +0x0000D9B1 0x6289 # 0 +0x0000D9B2 0x627E # 0 +0x0000D9B3 0x6292 # 0 +0x0000D9B4 0x6293 # 0 +0x0000D9B5 0x6296 # 0 +0x0000D9B6 0x62D4 # 0 +0x0000D9B7 0x6283 # 0 +0x0000D9B8 0x6294 # 0 +0x0000D9B9 0x62D7 # 0 +0x0000D9BA 0x62D1 # 0 +0x0000D9BB 0x62BB # 0 +0x0000D9BC 0x62CF # 0 +0x0000D9BD 0x62FF # 0 +0x0000D9BE 0x62C6 # 0 +0x0000D9BF 0x64D4 # 0 +0x0000D9C0 0x62C8 # 0 +0x0000D9C1 0x62DC # 0 +0x0000D9C2 0x62CC # 0 +0x0000D9C3 0x62CA # 0 +0x0000D9C4 0x62C2 # 0 +0x0000D9C5 0x62C7 # 0 +0x0000D9C6 0x629B # 0 +0x0000D9C7 0x62C9 # 0 +0x0000D9C8 0x630C # 0 +0x0000D9C9 0x62EE # 0 +0x0000D9CA 0x62F1 # 0 +0x0000D9CB 0x6327 # 0 +0x0000D9CC 0x6302 # 0 +0x0000D9CD 0x6308 # 0 +0x0000D9CE 0x62EF # 0 +0x0000D9CF 0x62F5 # 0 +0x0000D9D0 0x6350 # 0 +0x0000D9D1 0x633E # 0 +0x0000D9D2 0x634D # 0 +0x0000D9D3 0x641C # 0 +0x0000D9D4 0x634F # 0 +0x0000D9D5 0x6396 # 0 +0x0000D9D6 0x638E # 0 +0x0000D9D7 0x6380 # 0 +0x0000D9D8 0x63AB # 0 +0x0000D9D9 0x6376 # 0 +0x0000D9DA 0x63A3 # 0 +0x0000D9DB 0x638F # 0 +0x0000D9DC 0x6389 # 0 +0x0000D9DD 0x639F # 0 +0x0000D9DE 0x63B5 # 0 +0x0000D9DF 0x636B # 0 +0x0000D9E0 0x6369 # 0 +0x0000D9E1 0x63BE # 0 +0x0000D9E2 0x63E9 # 0 +0x0000D9E3 0x63C0 # 0 +0x0000D9E4 0x63C6 # 0 +0x0000D9E5 0x63E3 # 0 +0x0000D9E6 0x63C9 # 0 +0x0000D9E7 0x63D2 # 0 +0x0000D9E8 0x63F6 # 0 +0x0000D9E9 0x63C4 # 0 +0x0000D9EA 0x6416 # 0 +0x0000D9EB 0x6434 # 0 +0x0000D9EC 0x6406 # 0 +0x0000D9ED 0x6413 # 0 +0x0000D9EE 0x6426 # 0 +0x0000D9EF 0x6436 # 0 +0x0000D9F0 0x651D # 0 +0x0000D9F1 0x6417 # 0 +0x0000D9F2 0x6428 # 0 +0x0000D9F3 0x640F # 0 +0x0000D9F4 0x6467 # 0 +0x0000D9F5 0x646F # 0 +0x0000D9F6 0x6476 # 0 +0x0000D9F7 0x644E # 0 +0x0000D9F8 0x652A # 0 +0x0000D9F9 0x6495 # 0 +0x0000D9FA 0x6493 # 0 +0x0000D9FB 0x64A5 # 0 +0x0000D9FC 0x64A9 # 0 +0x0000D9FD 0x6488 # 0 +0x0000D9FE 0x64BC # 0 +0x0000DAA1 0x64DA # 0 +0x0000DAA2 0x64D2 # 0 +0x0000DAA3 0x64C5 # 0 +0x0000DAA4 0x64C7 # 0 +0x0000DAA5 0x64BB # 0 +0x0000DAA6 0x64D8 # 0 +0x0000DAA7 0x64C2 # 0 +0x0000DAA8 0x64F1 # 0 +0x0000DAA9 0x64E7 # 0 +0x0000DAAA 0x8209 # 0 +0x0000DAAB 0x64E0 # 0 +0x0000DAAC 0x64E1 # 0 +0x0000DAAD 0x62AC # 0 +0x0000DAAE 0x64E3 # 0 +0x0000DAAF 0x64EF # 0 +0x0000DAB0 0x652C # 0 +0x0000DAB1 0x64F6 # 0 +0x0000DAB2 0x64F4 # 0 +0x0000DAB3 0x64F2 # 0 +0x0000DAB4 0x64FA # 0 +0x0000DAB5 0x6500 # 0 +0x0000DAB6 0x64FD # 0 +0x0000DAB7 0x6518 # 0 +0x0000DAB8 0x651C # 0 +0x0000DAB9 0x6505 # 0 +0x0000DABA 0x6524 # 0 +0x0000DABB 0x6523 # 0 +0x0000DABC 0x652B # 0 +0x0000DABD 0x6534 # 0 +0x0000DABE 0x6535 # 0 +0x0000DABF 0x6537 # 0 +0x0000DAC0 0x6536 # 0 +0x0000DAC1 0x6538 # 0 +0x0000DAC2 0x754B # 0 +0x0000DAC3 0x6548 # 0 +0x0000DAC4 0x6556 # 0 +0x0000DAC5 0x6555 # 0 +0x0000DAC6 0x654D # 0 +0x0000DAC7 0x6558 # 0 +0x0000DAC8 0x655E # 0 +0x0000DAC9 0x655D # 0 +0x0000DACA 0x6572 # 0 +0x0000DACB 0x6578 # 0 +0x0000DACC 0x6582 # 0 +0x0000DACD 0x6583 # 0 +0x0000DACE 0x8B8A # 0 +0x0000DACF 0x659B # 0 +0x0000DAD0 0x659F # 0 +0x0000DAD1 0x65AB # 0 +0x0000DAD2 0x65B7 # 0 +0x0000DAD3 0x65C3 # 0 +0x0000DAD4 0x65C6 # 0 +0x0000DAD5 0x65C1 # 0 +0x0000DAD6 0x65C4 # 0 +0x0000DAD7 0x65CC # 0 +0x0000DAD8 0x65D2 # 0 +0x0000DAD9 0x65DB # 0 +0x0000DADA 0x65D9 # 0 +0x0000DADB 0x65E0 # 0 +0x0000DADC 0x65E1 # 0 +0x0000DADD 0x65F1 # 0 +0x0000DADE 0x6772 # 0 +0x0000DADF 0x660A # 0 +0x0000DAE0 0x6603 # 0 +0x0000DAE1 0x65FB # 0 +0x0000DAE2 0x6773 # 0 +0x0000DAE3 0x6635 # 0 +0x0000DAE4 0x6636 # 0 +0x0000DAE5 0x6634 # 0 +0x0000DAE6 0x661C # 0 +0x0000DAE7 0x664F # 0 +0x0000DAE8 0x6644 # 0 +0x0000DAE9 0x6649 # 0 +0x0000DAEA 0x6641 # 0 +0x0000DAEB 0x665E # 0 +0x0000DAEC 0x665D # 0 +0x0000DAED 0x6664 # 0 +0x0000DAEE 0x6667 # 0 +0x0000DAEF 0x6668 # 0 +0x0000DAF0 0x665F # 0 +0x0000DAF1 0x6662 # 0 +0x0000DAF2 0x6670 # 0 +0x0000DAF3 0x6683 # 0 +0x0000DAF4 0x6688 # 0 +0x0000DAF5 0x668E # 0 +0x0000DAF6 0x6689 # 0 +0x0000DAF7 0x6684 # 0 +0x0000DAF8 0x6698 # 0 +0x0000DAF9 0x669D # 0 +0x0000DAFA 0x66C1 # 0 +0x0000DAFB 0x66B9 # 0 +0x0000DAFC 0x66C9 # 0 +0x0000DAFD 0x66BE # 0 +0x0000DAFE 0x66BC # 0 +0x0000DBA1 0x66C4 # 0 +0x0000DBA2 0x66B8 # 0 +0x0000DBA3 0x66D6 # 0 +0x0000DBA4 0x66DA # 0 +0x0000DBA5 0x66E0 # 0 +0x0000DBA6 0x663F # 0 +0x0000DBA7 0x66E6 # 0 +0x0000DBA8 0x66E9 # 0 +0x0000DBA9 0x66F0 # 0 +0x0000DBAA 0x66F5 # 0 +0x0000DBAB 0x66F7 # 0 +0x0000DBAC 0x670F # 0 +0x0000DBAD 0x6716 # 0 +0x0000DBAE 0x671E # 0 +0x0000DBAF 0x6726 # 0 +0x0000DBB0 0x6727 # 0 +0x0000DBB1 0x9738 # 0 +0x0000DBB2 0x672E # 0 +0x0000DBB3 0x673F # 0 +0x0000DBB4 0x6736 # 0 +0x0000DBB5 0x6741 # 0 +0x0000DBB6 0x6738 # 0 +0x0000DBB7 0x6737 # 0 +0x0000DBB8 0x6746 # 0 +0x0000DBB9 0x675E # 0 +0x0000DBBA 0x6760 # 0 +0x0000DBBB 0x6759 # 0 +0x0000DBBC 0x6763 # 0 +0x0000DBBD 0x6764 # 0 +0x0000DBBE 0x6789 # 0 +0x0000DBBF 0x6770 # 0 +0x0000DBC0 0x67A9 # 0 +0x0000DBC1 0x677C # 0 +0x0000DBC2 0x676A # 0 +0x0000DBC3 0x678C # 0 +0x0000DBC4 0x678B # 0 +0x0000DBC5 0x67A6 # 0 +0x0000DBC6 0x67A1 # 0 +0x0000DBC7 0x6785 # 0 +0x0000DBC8 0x67B7 # 0 +0x0000DBC9 0x67EF # 0 +0x0000DBCA 0x67B4 # 0 +0x0000DBCB 0x67EC # 0 +0x0000DBCC 0x67B3 # 0 +0x0000DBCD 0x67E9 # 0 +0x0000DBCE 0x67B8 # 0 +0x0000DBCF 0x67E4 # 0 +0x0000DBD0 0x67DE # 0 +0x0000DBD1 0x67DD # 0 +0x0000DBD2 0x67E2 # 0 +0x0000DBD3 0x67EE # 0 +0x0000DBD4 0x67B9 # 0 +0x0000DBD5 0x67CE # 0 +0x0000DBD6 0x67C6 # 0 +0x0000DBD7 0x67E7 # 0 +0x0000DBD8 0x6A9C # 0 +0x0000DBD9 0x681E # 0 +0x0000DBDA 0x6846 # 0 +0x0000DBDB 0x6829 # 0 +0x0000DBDC 0x6840 # 0 +0x0000DBDD 0x684D # 0 +0x0000DBDE 0x6832 # 0 +0x0000DBDF 0x684E # 0 +0x0000DBE0 0x68B3 # 0 +0x0000DBE1 0x682B # 0 +0x0000DBE2 0x6859 # 0 +0x0000DBE3 0x6863 # 0 +0x0000DBE4 0x6877 # 0 +0x0000DBE5 0x687F # 0 +0x0000DBE6 0x689F # 0 +0x0000DBE7 0x688F # 0 +0x0000DBE8 0x68AD # 0 +0x0000DBE9 0x6894 # 0 +0x0000DBEA 0x689D # 0 +0x0000DBEB 0x689B # 0 +0x0000DBEC 0x6883 # 0 +0x0000DBED 0x6AAE # 0 +0x0000DBEE 0x68B9 # 0 +0x0000DBEF 0x6874 # 0 +0x0000DBF0 0x68B5 # 0 +0x0000DBF1 0x68A0 # 0 +0x0000DBF2 0x68BA # 0 +0x0000DBF3 0x690F # 0 +0x0000DBF4 0x688D # 0 +0x0000DBF5 0x687E # 0 +0x0000DBF6 0x6901 # 0 +0x0000DBF7 0x68CA # 0 +0x0000DBF8 0x6908 # 0 +0x0000DBF9 0x68D8 # 0 +0x0000DBFA 0x6922 # 0 +0x0000DBFB 0x6926 # 0 +0x0000DBFC 0x68E1 # 0 +0x0000DBFD 0x690C # 0 +0x0000DBFE 0x68CD # 0 +0x0000DCA1 0x68D4 # 0 +0x0000DCA2 0x68E7 # 0 +0x0000DCA3 0x68D5 # 0 +0x0000DCA4 0x6936 # 0 +0x0000DCA5 0x6912 # 0 +0x0000DCA6 0x6904 # 0 +0x0000DCA7 0x68D7 # 0 +0x0000DCA8 0x68E3 # 0 +0x0000DCA9 0x6925 # 0 +0x0000DCAA 0x68F9 # 0 +0x0000DCAB 0x68E0 # 0 +0x0000DCAC 0x68EF # 0 +0x0000DCAD 0x6928 # 0 +0x0000DCAE 0x692A # 0 +0x0000DCAF 0x691A # 0 +0x0000DCB0 0x6923 # 0 +0x0000DCB1 0x6921 # 0 +0x0000DCB2 0x68C6 # 0 +0x0000DCB3 0x6979 # 0 +0x0000DCB4 0x6977 # 0 +0x0000DCB5 0x695C # 0 +0x0000DCB6 0x6978 # 0 +0x0000DCB7 0x696B # 0 +0x0000DCB8 0x6954 # 0 +0x0000DCB9 0x697E # 0 +0x0000DCBA 0x696E # 0 +0x0000DCBB 0x6939 # 0 +0x0000DCBC 0x6974 # 0 +0x0000DCBD 0x693D # 0 +0x0000DCBE 0x6959 # 0 +0x0000DCBF 0x6930 # 0 +0x0000DCC0 0x6961 # 0 +0x0000DCC1 0x695E # 0 +0x0000DCC2 0x695D # 0 +0x0000DCC3 0x6981 # 0 +0x0000DCC4 0x696A # 0 +0x0000DCC5 0x69B2 # 0 +0x0000DCC6 0x69AE # 0 +0x0000DCC7 0x69D0 # 0 +0x0000DCC8 0x69BF # 0 +0x0000DCC9 0x69C1 # 0 +0x0000DCCA 0x69D3 # 0 +0x0000DCCB 0x69BE # 0 +0x0000DCCC 0x69CE # 0 +0x0000DCCD 0x5BE8 # 0 +0x0000DCCE 0x69CA # 0 +0x0000DCCF 0x69DD # 0 +0x0000DCD0 0x69BB # 0 +0x0000DCD1 0x69C3 # 0 +0x0000DCD2 0x69A7 # 0 +0x0000DCD3 0x6A2E # 0 +0x0000DCD4 0x6991 # 0 +0x0000DCD5 0x69A0 # 0 +0x0000DCD6 0x699C # 0 +0x0000DCD7 0x6995 # 0 +0x0000DCD8 0x69B4 # 0 +0x0000DCD9 0x69DE # 0 +0x0000DCDA 0x69E8 # 0 +0x0000DCDB 0x6A02 # 0 +0x0000DCDC 0x6A1B # 0 +0x0000DCDD 0x69FF # 0 +0x0000DCDE 0x6B0A # 0 +0x0000DCDF 0x69F9 # 0 +0x0000DCE0 0x69F2 # 0 +0x0000DCE1 0x69E7 # 0 +0x0000DCE2 0x6A05 # 0 +0x0000DCE3 0x69B1 # 0 +0x0000DCE4 0x6A1E # 0 +0x0000DCE5 0x69ED # 0 +0x0000DCE6 0x6A14 # 0 +0x0000DCE7 0x69EB # 0 +0x0000DCE8 0x6A0A # 0 +0x0000DCE9 0x6A12 # 0 +0x0000DCEA 0x6AC1 # 0 +0x0000DCEB 0x6A23 # 0 +0x0000DCEC 0x6A13 # 0 +0x0000DCED 0x6A44 # 0 +0x0000DCEE 0x6A0C # 0 +0x0000DCEF 0x6A72 # 0 +0x0000DCF0 0x6A36 # 0 +0x0000DCF1 0x6A78 # 0 +0x0000DCF2 0x6A47 # 0 +0x0000DCF3 0x6A62 # 0 +0x0000DCF4 0x6A59 # 0 +0x0000DCF5 0x6A66 # 0 +0x0000DCF6 0x6A48 # 0 +0x0000DCF7 0x6A38 # 0 +0x0000DCF8 0x6A22 # 0 +0x0000DCF9 0x6A90 # 0 +0x0000DCFA 0x6A8D # 0 +0x0000DCFB 0x6AA0 # 0 +0x0000DCFC 0x6A84 # 0 +0x0000DCFD 0x6AA2 # 0 +0x0000DCFE 0x6AA3 # 0 +0x0000DDA1 0x6A97 # 0 +0x0000DDA2 0x8617 # 0 +0x0000DDA3 0x6ABB # 0 +0x0000DDA4 0x6AC3 # 0 +0x0000DDA5 0x6AC2 # 0 +0x0000DDA6 0x6AB8 # 0 +0x0000DDA7 0x6AB3 # 0 +0x0000DDA8 0x6AAC # 0 +0x0000DDA9 0x6ADE # 0 +0x0000DDAA 0x6AD1 # 0 +0x0000DDAB 0x6ADF # 0 +0x0000DDAC 0x6AAA # 0 +0x0000DDAD 0x6ADA # 0 +0x0000DDAE 0x6AEA # 0 +0x0000DDAF 0x6AFB # 0 +0x0000DDB0 0x6B05 # 0 +0x0000DDB1 0x8616 # 0 +0x0000DDB2 0x6AFA # 0 +0x0000DDB3 0x6B12 # 0 +0x0000DDB4 0x6B16 # 0 +0x0000DDB5 0x9B31 # 0 +0x0000DDB6 0x6B1F # 0 +0x0000DDB7 0x6B38 # 0 +0x0000DDB8 0x6B37 # 0 +0x0000DDB9 0x76DC # 0 +0x0000DDBA 0x6B39 # 0 +0x0000DDBB 0x98EE # 0 +0x0000DDBC 0x6B47 # 0 +0x0000DDBD 0x6B43 # 0 +0x0000DDBE 0x6B49 # 0 +0x0000DDBF 0x6B50 # 0 +0x0000DDC0 0x6B59 # 0 +0x0000DDC1 0x6B54 # 0 +0x0000DDC2 0x6B5B # 0 +0x0000DDC3 0x6B5F # 0 +0x0000DDC4 0x6B61 # 0 +0x0000DDC5 0x6B78 # 0 +0x0000DDC6 0x6B79 # 0 +0x0000DDC7 0x6B7F # 0 +0x0000DDC8 0x6B80 # 0 +0x0000DDC9 0x6B84 # 0 +0x0000DDCA 0x6B83 # 0 +0x0000DDCB 0x6B8D # 0 +0x0000DDCC 0x6B98 # 0 +0x0000DDCD 0x6B95 # 0 +0x0000DDCE 0x6B9E # 0 +0x0000DDCF 0x6BA4 # 0 +0x0000DDD0 0x6BAA # 0 +0x0000DDD1 0x6BAB # 0 +0x0000DDD2 0x6BAF # 0 +0x0000DDD3 0x6BB2 # 0 +0x0000DDD4 0x6BB1 # 0 +0x0000DDD5 0x6BB3 # 0 +0x0000DDD6 0x6BB7 # 0 +0x0000DDD7 0x6BBC # 0 +0x0000DDD8 0x6BC6 # 0 +0x0000DDD9 0x6BCB # 0 +0x0000DDDA 0x6BD3 # 0 +0x0000DDDB 0x6BDF # 0 +0x0000DDDC 0x6BEC # 0 +0x0000DDDD 0x6BEB # 0 +0x0000DDDE 0x6BF3 # 0 +0x0000DDDF 0x6BEF # 0 +0x0000DDE0 0x9EBE # 0 +0x0000DDE1 0x6C08 # 0 +0x0000DDE2 0x6C13 # 0 +0x0000DDE3 0x6C14 # 0 +0x0000DDE4 0x6C1B # 0 +0x0000DDE5 0x6C24 # 0 +0x0000DDE6 0x6C23 # 0 +0x0000DDE7 0x6C5E # 0 +0x0000DDE8 0x6C55 # 0 +0x0000DDE9 0x6C62 # 0 +0x0000DDEA 0x6C6A # 0 +0x0000DDEB 0x6C82 # 0 +0x0000DDEC 0x6C8D # 0 +0x0000DDED 0x6C9A # 0 +0x0000DDEE 0x6C81 # 0 +0x0000DDEF 0x6C9B # 0 +0x0000DDF0 0x6C7E # 0 +0x0000DDF1 0x6C68 # 0 +0x0000DDF2 0x6C73 # 0 +0x0000DDF3 0x6C92 # 0 +0x0000DDF4 0x6C90 # 0 +0x0000DDF5 0x6CC4 # 0 +0x0000DDF6 0x6CF1 # 0 +0x0000DDF7 0x6CD3 # 0 +0x0000DDF8 0x6CBD # 0 +0x0000DDF9 0x6CD7 # 0 +0x0000DDFA 0x6CC5 # 0 +0x0000DDFB 0x6CDD # 0 +0x0000DDFC 0x6CAE # 0 +0x0000DDFD 0x6CB1 # 0 +0x0000DDFE 0x6CBE # 0 +0x0000DEA1 0x6CBA # 0 +0x0000DEA2 0x6CDB # 0 +0x0000DEA3 0x6CEF # 0 +0x0000DEA4 0x6CD9 # 0 +0x0000DEA5 0x6CEA # 0 +0x0000DEA6 0x6D1F # 0 +0x0000DEA7 0x884D # 0 +0x0000DEA8 0x6D36 # 0 +0x0000DEA9 0x6D2B # 0 +0x0000DEAA 0x6D3D # 0 +0x0000DEAB 0x6D38 # 0 +0x0000DEAC 0x6D19 # 0 +0x0000DEAD 0x6D35 # 0 +0x0000DEAE 0x6D33 # 0 +0x0000DEAF 0x6D12 # 0 +0x0000DEB0 0x6D0C # 0 +0x0000DEB1 0x6D63 # 0 +0x0000DEB2 0x6D93 # 0 +0x0000DEB3 0x6D64 # 0 +0x0000DEB4 0x6D5A # 0 +0x0000DEB5 0x6D79 # 0 +0x0000DEB6 0x6D59 # 0 +0x0000DEB7 0x6D8E # 0 +0x0000DEB8 0x6D95 # 0 +0x0000DEB9 0x6FE4 # 0 +0x0000DEBA 0x6D85 # 0 +0x0000DEBB 0x6DF9 # 0 +0x0000DEBC 0x6E15 # 0 +0x0000DEBD 0x6E0A # 0 +0x0000DEBE 0x6DB5 # 0 +0x0000DEBF 0x6DC7 # 0 +0x0000DEC0 0x6DE6 # 0 +0x0000DEC1 0x6DB8 # 0 +0x0000DEC2 0x6DC6 # 0 +0x0000DEC3 0x6DEC # 0 +0x0000DEC4 0x6DDE # 0 +0x0000DEC5 0x6DCC # 0 +0x0000DEC6 0x6DE8 # 0 +0x0000DEC7 0x6DD2 # 0 +0x0000DEC8 0x6DC5 # 0 +0x0000DEC9 0x6DFA # 0 +0x0000DECA 0x6DD9 # 0 +0x0000DECB 0x6DE4 # 0 +0x0000DECC 0x6DD5 # 0 +0x0000DECD 0x6DEA # 0 +0x0000DECE 0x6DEE # 0 +0x0000DECF 0x6E2D # 0 +0x0000DED0 0x6E6E # 0 +0x0000DED1 0x6E2E # 0 +0x0000DED2 0x6E19 # 0 +0x0000DED3 0x6E72 # 0 +0x0000DED4 0x6E5F # 0 +0x0000DED5 0x6E3E # 0 +0x0000DED6 0x6E23 # 0 +0x0000DED7 0x6E6B # 0 +0x0000DED8 0x6E2B # 0 +0x0000DED9 0x6E76 # 0 +0x0000DEDA 0x6E4D # 0 +0x0000DEDB 0x6E1F # 0 +0x0000DEDC 0x6E43 # 0 +0x0000DEDD 0x6E3A # 0 +0x0000DEDE 0x6E4E # 0 +0x0000DEDF 0x6E24 # 0 +0x0000DEE0 0x6EFF # 0 +0x0000DEE1 0x6E1D # 0 +0x0000DEE2 0x6E38 # 0 +0x0000DEE3 0x6E82 # 0 +0x0000DEE4 0x6EAA # 0 +0x0000DEE5 0x6E98 # 0 +0x0000DEE6 0x6EC9 # 0 +0x0000DEE7 0x6EB7 # 0 +0x0000DEE8 0x6ED3 # 0 +0x0000DEE9 0x6EBD # 0 +0x0000DEEA 0x6EAF # 0 +0x0000DEEB 0x6EC4 # 0 +0x0000DEEC 0x6EB2 # 0 +0x0000DEED 0x6ED4 # 0 +0x0000DEEE 0x6ED5 # 0 +0x0000DEEF 0x6E8F # 0 +0x0000DEF0 0x6EA5 # 0 +0x0000DEF1 0x6EC2 # 0 +0x0000DEF2 0x6E9F # 0 +0x0000DEF3 0x6F41 # 0 +0x0000DEF4 0x6F11 # 0 +0x0000DEF5 0x704C # 0 +0x0000DEF6 0x6EEC # 0 +0x0000DEF7 0x6EF8 # 0 +0x0000DEF8 0x6EFE # 0 +0x0000DEF9 0x6F3F # 0 +0x0000DEFA 0x6EF2 # 0 +0x0000DEFB 0x6F31 # 0 +0x0000DEFC 0x6EEF # 0 +0x0000DEFD 0x6F32 # 0 +0x0000DEFE 0x6ECC # 0 +0x0000DFA1 0x6F3E # 0 +0x0000DFA2 0x6F13 # 0 +0x0000DFA3 0x6EF7 # 0 +0x0000DFA4 0x6F86 # 0 +0x0000DFA5 0x6F7A # 0 +0x0000DFA6 0x6F78 # 0 +0x0000DFA7 0x6F81 # 0 +0x0000DFA8 0x6F80 # 0 +0x0000DFA9 0x6F6F # 0 +0x0000DFAA 0x6F5B # 0 +0x0000DFAB 0x6FF3 # 0 +0x0000DFAC 0x6F6D # 0 +0x0000DFAD 0x6F82 # 0 +0x0000DFAE 0x6F7C # 0 +0x0000DFAF 0x6F58 # 0 +0x0000DFB0 0x6F8E # 0 +0x0000DFB1 0x6F91 # 0 +0x0000DFB2 0x6FC2 # 0 +0x0000DFB3 0x6F66 # 0 +0x0000DFB4 0x6FB3 # 0 +0x0000DFB5 0x6FA3 # 0 +0x0000DFB6 0x6FA1 # 0 +0x0000DFB7 0x6FA4 # 0 +0x0000DFB8 0x6FB9 # 0 +0x0000DFB9 0x6FC6 # 0 +0x0000DFBA 0x6FAA # 0 +0x0000DFBB 0x6FDF # 0 +0x0000DFBC 0x6FD5 # 0 +0x0000DFBD 0x6FEC # 0 +0x0000DFBE 0x6FD4 # 0 +0x0000DFBF 0x6FD8 # 0 +0x0000DFC0 0x6FF1 # 0 +0x0000DFC1 0x6FEE # 0 +0x0000DFC2 0x6FDB # 0 +0x0000DFC3 0x7009 # 0 +0x0000DFC4 0x700B # 0 +0x0000DFC5 0x6FFA # 0 +0x0000DFC6 0x7011 # 0 +0x0000DFC7 0x7001 # 0 +0x0000DFC8 0x700F # 0 +0x0000DFC9 0x6FFE # 0 +0x0000DFCA 0x701B # 0 +0x0000DFCB 0x701A # 0 +0x0000DFCC 0x6F74 # 0 +0x0000DFCD 0x701D # 0 +0x0000DFCE 0x7018 # 0 +0x0000DFCF 0x701F # 0 +0x0000DFD0 0x7030 # 0 +0x0000DFD1 0x703E # 0 +0x0000DFD2 0x7032 # 0 +0x0000DFD3 0x7051 # 0 +0x0000DFD4 0x7063 # 0 +0x0000DFD5 0x7099 # 0 +0x0000DFD6 0x7092 # 0 +0x0000DFD7 0x70AF # 0 +0x0000DFD8 0x70F1 # 0 +0x0000DFD9 0x70AC # 0 +0x0000DFDA 0x70B8 # 0 +0x0000DFDB 0x70B3 # 0 +0x0000DFDC 0x70AE # 0 +0x0000DFDD 0x70DF # 0 +0x0000DFDE 0x70CB # 0 +0x0000DFDF 0x70DD # 0 +0x0000DFE0 0x70D9 # 0 +0x0000DFE1 0x7109 # 0 +0x0000DFE2 0x70FD # 0 +0x0000DFE3 0x711C # 0 +0x0000DFE4 0x7119 # 0 +0x0000DFE5 0x7165 # 0 +0x0000DFE6 0x7155 # 0 +0x0000DFE7 0x7188 # 0 +0x0000DFE8 0x7166 # 0 +0x0000DFE9 0x7162 # 0 +0x0000DFEA 0x714C # 0 +0x0000DFEB 0x7156 # 0 +0x0000DFEC 0x716C # 0 +0x0000DFED 0x718F # 0 +0x0000DFEE 0x71FB # 0 +0x0000DFEF 0x7184 # 0 +0x0000DFF0 0x7195 # 0 +0x0000DFF1 0x71A8 # 0 +0x0000DFF2 0x71AC # 0 +0x0000DFF3 0x71D7 # 0 +0x0000DFF4 0x71B9 # 0 +0x0000DFF5 0x71BE # 0 +0x0000DFF6 0x71D2 # 0 +0x0000DFF7 0x71C9 # 0 +0x0000DFF8 0x71D4 # 0 +0x0000DFF9 0x71CE # 0 +0x0000DFFA 0x71E0 # 0 +0x0000DFFB 0x71EC # 0 +0x0000DFFC 0x71E7 # 0 +0x0000DFFD 0x71F5 # 0 +0x0000DFFE 0x71FC # 0 +0x0000E0A1 0x71F9 # 0 +0x0000E0A2 0x71FF # 0 +0x0000E0A3 0x720D # 0 +0x0000E0A4 0x7210 # 0 +0x0000E0A5 0x721B # 0 +0x0000E0A6 0x7228 # 0 +0x0000E0A7 0x722D # 0 +0x0000E0A8 0x722C # 0 +0x0000E0A9 0x7230 # 0 +0x0000E0AA 0x7232 # 0 +0x0000E0AB 0x723B # 0 +0x0000E0AC 0x723C # 0 +0x0000E0AD 0x723F # 0 +0x0000E0AE 0x7240 # 0 +0x0000E0AF 0x7246 # 0 +0x0000E0B0 0x724B # 0 +0x0000E0B1 0x7258 # 0 +0x0000E0B2 0x7274 # 0 +0x0000E0B3 0x727E # 0 +0x0000E0B4 0x7282 # 0 +0x0000E0B5 0x7281 # 0 +0x0000E0B6 0x7287 # 0 +0x0000E0B7 0x7292 # 0 +0x0000E0B8 0x7296 # 0 +0x0000E0B9 0x72A2 # 0 +0x0000E0BA 0x72A7 # 0 +0x0000E0BB 0x72B9 # 0 +0x0000E0BC 0x72B2 # 0 +0x0000E0BD 0x72C3 # 0 +0x0000E0BE 0x72C6 # 0 +0x0000E0BF 0x72C4 # 0 +0x0000E0C0 0x72CE # 0 +0x0000E0C1 0x72D2 # 0 +0x0000E0C2 0x72E2 # 0 +0x0000E0C3 0x72E0 # 0 +0x0000E0C4 0x72E1 # 0 +0x0000E0C5 0x72F9 # 0 +0x0000E0C6 0x72F7 # 0 +0x0000E0C7 0x500F # 0 +0x0000E0C8 0x7317 # 0 +0x0000E0C9 0x730A # 0 +0x0000E0CA 0x731C # 0 +0x0000E0CB 0x7316 # 0 +0x0000E0CC 0x731D # 0 +0x0000E0CD 0x7334 # 0 +0x0000E0CE 0x732F # 0 +0x0000E0CF 0x7329 # 0 +0x0000E0D0 0x7325 # 0 +0x0000E0D1 0x733E # 0 +0x0000E0D2 0x734E # 0 +0x0000E0D3 0x734F # 0 +0x0000E0D4 0x9ED8 # 0 +0x0000E0D5 0x7357 # 0 +0x0000E0D6 0x736A # 0 +0x0000E0D7 0x7368 # 0 +0x0000E0D8 0x7370 # 0 +0x0000E0D9 0x7378 # 0 +0x0000E0DA 0x7375 # 0 +0x0000E0DB 0x737B # 0 +0x0000E0DC 0x737A # 0 +0x0000E0DD 0x73C8 # 0 +0x0000E0DE 0x73B3 # 0 +0x0000E0DF 0x73CE # 0 +0x0000E0E0 0x73BB # 0 +0x0000E0E1 0x73C0 # 0 +0x0000E0E2 0x73E5 # 0 +0x0000E0E3 0x73EE # 0 +0x0000E0E4 0x73DE # 0 +0x0000E0E5 0x74A2 # 0 +0x0000E0E6 0x7405 # 0 +0x0000E0E7 0x746F # 0 +0x0000E0E8 0x7425 # 0 +0x0000E0E9 0x73F8 # 0 +0x0000E0EA 0x7432 # 0 +0x0000E0EB 0x743A # 0 +0x0000E0EC 0x7455 # 0 +0x0000E0ED 0x743F # 0 +0x0000E0EE 0x745F # 0 +0x0000E0EF 0x7459 # 0 +0x0000E0F0 0x7441 # 0 +0x0000E0F1 0x745C # 0 +0x0000E0F2 0x7469 # 0 +0x0000E0F3 0x7470 # 0 +0x0000E0F4 0x7463 # 0 +0x0000E0F5 0x746A # 0 +0x0000E0F6 0x7476 # 0 +0x0000E0F7 0x747E # 0 +0x0000E0F8 0x748B # 0 +0x0000E0F9 0x749E # 0 +0x0000E0FA 0x74A7 # 0 +0x0000E0FB 0x74CA # 0 +0x0000E0FC 0x74CF # 0 +0x0000E0FD 0x74D4 # 0 +0x0000E0FE 0x73F1 # 0 +0x0000E1A1 0x74E0 # 0 +0x0000E1A2 0x74E3 # 0 +0x0000E1A3 0x74E7 # 0 +0x0000E1A4 0x74E9 # 0 +0x0000E1A5 0x74EE # 0 +0x0000E1A6 0x74F2 # 0 +0x0000E1A7 0x74F0 # 0 +0x0000E1A8 0x74F1 # 0 +0x0000E1A9 0x74F8 # 0 +0x0000E1AA 0x74F7 # 0 +0x0000E1AB 0x7504 # 0 +0x0000E1AC 0x7503 # 0 +0x0000E1AD 0x7505 # 0 +0x0000E1AE 0x750C # 0 +0x0000E1AF 0x750E # 0 +0x0000E1B0 0x750D # 0 +0x0000E1B1 0x7515 # 0 +0x0000E1B2 0x7513 # 0 +0x0000E1B3 0x751E # 0 +0x0000E1B4 0x7526 # 0 +0x0000E1B5 0x752C # 0 +0x0000E1B6 0x753C # 0 +0x0000E1B7 0x7544 # 0 +0x0000E1B8 0x754D # 0 +0x0000E1B9 0x754A # 0 +0x0000E1BA 0x7549 # 0 +0x0000E1BB 0x755B # 0 +0x0000E1BC 0x7546 # 0 +0x0000E1BD 0x755A # 0 +0x0000E1BE 0x7569 # 0 +0x0000E1BF 0x7564 # 0 +0x0000E1C0 0x7567 # 0 +0x0000E1C1 0x756B # 0 +0x0000E1C2 0x756D # 0 +0x0000E1C3 0x7578 # 0 +0x0000E1C4 0x7576 # 0 +0x0000E1C5 0x7586 # 0 +0x0000E1C6 0x7587 # 0 +0x0000E1C7 0x7574 # 0 +0x0000E1C8 0x758A # 0 +0x0000E1C9 0x7589 # 0 +0x0000E1CA 0x7582 # 0 +0x0000E1CB 0x7594 # 0 +0x0000E1CC 0x759A # 0 +0x0000E1CD 0x759D # 0 +0x0000E1CE 0x75A5 # 0 +0x0000E1CF 0x75A3 # 0 +0x0000E1D0 0x75C2 # 0 +0x0000E1D1 0x75B3 # 0 +0x0000E1D2 0x75C3 # 0 +0x0000E1D3 0x75B5 # 0 +0x0000E1D4 0x75BD # 0 +0x0000E1D5 0x75B8 # 0 +0x0000E1D6 0x75BC # 0 +0x0000E1D7 0x75B1 # 0 +0x0000E1D8 0x75CD # 0 +0x0000E1D9 0x75CA # 0 +0x0000E1DA 0x75D2 # 0 +0x0000E1DB 0x75D9 # 0 +0x0000E1DC 0x75E3 # 0 +0x0000E1DD 0x75DE # 0 +0x0000E1DE 0x75FE # 0 +0x0000E1DF 0x75FF # 0 +0x0000E1E0 0x75FC # 0 +0x0000E1E1 0x7601 # 0 +0x0000E1E2 0x75F0 # 0 +0x0000E1E3 0x75FA # 0 +0x0000E1E4 0x75F2 # 0 +0x0000E1E5 0x75F3 # 0 +0x0000E1E6 0x760B # 0 +0x0000E1E7 0x760D # 0 +0x0000E1E8 0x7609 # 0 +0x0000E1E9 0x761F # 0 +0x0000E1EA 0x7627 # 0 +0x0000E1EB 0x7620 # 0 +0x0000E1EC 0x7621 # 0 +0x0000E1ED 0x7622 # 0 +0x0000E1EE 0x7624 # 0 +0x0000E1EF 0x7634 # 0 +0x0000E1F0 0x7630 # 0 +0x0000E1F1 0x763B # 0 +0x0000E1F2 0x7647 # 0 +0x0000E1F3 0x7648 # 0 +0x0000E1F4 0x7646 # 0 +0x0000E1F5 0x765C # 0 +0x0000E1F6 0x7658 # 0 +0x0000E1F7 0x7661 # 0 +0x0000E1F8 0x7662 # 0 +0x0000E1F9 0x7668 # 0 +0x0000E1FA 0x7669 # 0 +0x0000E1FB 0x766A # 0 +0x0000E1FC 0x7667 # 0 +0x0000E1FD 0x766C # 0 +0x0000E1FE 0x7670 # 0 +0x0000E2A1 0x7672 # 0 +0x0000E2A2 0x7676 # 0 +0x0000E2A3 0x7678 # 0 +0x0000E2A4 0x767C # 0 +0x0000E2A5 0x7680 # 0 +0x0000E2A6 0x7683 # 0 +0x0000E2A7 0x7688 # 0 +0x0000E2A8 0x768B # 0 +0x0000E2A9 0x768E # 0 +0x0000E2AA 0x7696 # 0 +0x0000E2AB 0x7693 # 0 +0x0000E2AC 0x7699 # 0 +0x0000E2AD 0x769A # 0 +0x0000E2AE 0x76B0 # 0 +0x0000E2AF 0x76B4 # 0 +0x0000E2B0 0x76B8 # 0 +0x0000E2B1 0x76B9 # 0 +0x0000E2B2 0x76BA # 0 +0x0000E2B3 0x76C2 # 0 +0x0000E2B4 0x76CD # 0 +0x0000E2B5 0x76D6 # 0 +0x0000E2B6 0x76D2 # 0 +0x0000E2B7 0x76DE # 0 +0x0000E2B8 0x76E1 # 0 +0x0000E2B9 0x76E5 # 0 +0x0000E2BA 0x76E7 # 0 +0x0000E2BB 0x76EA # 0 +0x0000E2BC 0x862F # 0 +0x0000E2BD 0x76FB # 0 +0x0000E2BE 0x7708 # 0 +0x0000E2BF 0x7707 # 0 +0x0000E2C0 0x7704 # 0 +0x0000E2C1 0x7729 # 0 +0x0000E2C2 0x7724 # 0 +0x0000E2C3 0x771E # 0 +0x0000E2C4 0x7725 # 0 +0x0000E2C5 0x7726 # 0 +0x0000E2C6 0x771B # 0 +0x0000E2C7 0x7737 # 0 +0x0000E2C8 0x7738 # 0 +0x0000E2C9 0x7747 # 0 +0x0000E2CA 0x775A # 0 +0x0000E2CB 0x7768 # 0 +0x0000E2CC 0x776B # 0 +0x0000E2CD 0x775B # 0 +0x0000E2CE 0x7765 # 0 +0x0000E2CF 0x777F # 0 +0x0000E2D0 0x777E # 0 +0x0000E2D1 0x7779 # 0 +0x0000E2D2 0x778E # 0 +0x0000E2D3 0x778B # 0 +0x0000E2D4 0x7791 # 0 +0x0000E2D5 0x77A0 # 0 +0x0000E2D6 0x779E # 0 +0x0000E2D7 0x77B0 # 0 +0x0000E2D8 0x77B6 # 0 +0x0000E2D9 0x77B9 # 0 +0x0000E2DA 0x77BF # 0 +0x0000E2DB 0x77BC # 0 +0x0000E2DC 0x77BD # 0 +0x0000E2DD 0x77BB # 0 +0x0000E2DE 0x77C7 # 0 +0x0000E2DF 0x77CD # 0 +0x0000E2E0 0x77D7 # 0 +0x0000E2E1 0x77DA # 0 +0x0000E2E2 0x77DC # 0 +0x0000E2E3 0x77E3 # 0 +0x0000E2E4 0x77EE # 0 +0x0000E2E5 0x77FC # 0 +0x0000E2E6 0x780C # 0 +0x0000E2E7 0x7812 # 0 +0x0000E2E8 0x7926 # 0 +0x0000E2E9 0x7820 # 0 +0x0000E2EA 0x792A # 0 +0x0000E2EB 0x7845 # 0 +0x0000E2EC 0x788E # 0 +0x0000E2ED 0x7874 # 0 +0x0000E2EE 0x7886 # 0 +0x0000E2EF 0x787C # 0 +0x0000E2F0 0x789A # 0 +0x0000E2F1 0x788C # 0 +0x0000E2F2 0x78A3 # 0 +0x0000E2F3 0x78B5 # 0 +0x0000E2F4 0x78AA # 0 +0x0000E2F5 0x78AF # 0 +0x0000E2F6 0x78D1 # 0 +0x0000E2F7 0x78C6 # 0 +0x0000E2F8 0x78CB # 0 +0x0000E2F9 0x78D4 # 0 +0x0000E2FA 0x78BE # 0 +0x0000E2FB 0x78BC # 0 +0x0000E2FC 0x78C5 # 0 +0x0000E2FD 0x78CA # 0 +0x0000E2FE 0x78EC # 0 +0x0000E3A1 0x78E7 # 0 +0x0000E3A2 0x78DA # 0 +0x0000E3A3 0x78FD # 0 +0x0000E3A4 0x78F4 # 0 +0x0000E3A5 0x7907 # 0 +0x0000E3A6 0x7912 # 0 +0x0000E3A7 0x7911 # 0 +0x0000E3A8 0x7919 # 0 +0x0000E3A9 0x792C # 0 +0x0000E3AA 0x792B # 0 +0x0000E3AB 0x7940 # 0 +0x0000E3AC 0x7960 # 0 +0x0000E3AD 0x7957 # 0 +0x0000E3AE 0x795F # 0 +0x0000E3AF 0x795A # 0 +0x0000E3B0 0x7955 # 0 +0x0000E3B1 0x7953 # 0 +0x0000E3B2 0x797A # 0 +0x0000E3B3 0x797F # 0 +0x0000E3B4 0x798A # 0 +0x0000E3B5 0x799D # 0 +0x0000E3B6 0x79A7 # 0 +0x0000E3B7 0x9F4B # 0 +0x0000E3B8 0x79AA # 0 +0x0000E3B9 0x79AE # 0 +0x0000E3BA 0x79B3 # 0 +0x0000E3BB 0x79B9 # 0 +0x0000E3BC 0x79BA # 0 +0x0000E3BD 0x79C9 # 0 +0x0000E3BE 0x79D5 # 0 +0x0000E3BF 0x79E7 # 0 +0x0000E3C0 0x79EC # 0 +0x0000E3C1 0x79E1 # 0 +0x0000E3C2 0x79E3 # 0 +0x0000E3C3 0x7A08 # 0 +0x0000E3C4 0x7A0D # 0 +0x0000E3C5 0x7A18 # 0 +0x0000E3C6 0x7A19 # 0 +0x0000E3C7 0x7A20 # 0 +0x0000E3C8 0x7A1F # 0 +0x0000E3C9 0x7980 # 0 +0x0000E3CA 0x7A31 # 0 +0x0000E3CB 0x7A3B # 0 +0x0000E3CC 0x7A3E # 0 +0x0000E3CD 0x7A37 # 0 +0x0000E3CE 0x7A43 # 0 +0x0000E3CF 0x7A57 # 0 +0x0000E3D0 0x7A49 # 0 +0x0000E3D1 0x7A61 # 0 +0x0000E3D2 0x7A62 # 0 +0x0000E3D3 0x7A69 # 0 +0x0000E3D4 0x9F9D # 0 +0x0000E3D5 0x7A70 # 0 +0x0000E3D6 0x7A79 # 0 +0x0000E3D7 0x7A7D # 0 +0x0000E3D8 0x7A88 # 0 +0x0000E3D9 0x7A97 # 0 +0x0000E3DA 0x7A95 # 0 +0x0000E3DB 0x7A98 # 0 +0x0000E3DC 0x7A96 # 0 +0x0000E3DD 0x7AA9 # 0 +0x0000E3DE 0x7AC8 # 0 +0x0000E3DF 0x7AB0 # 0 +0x0000E3E0 0x7AB6 # 0 +0x0000E3E1 0x7AC5 # 0 +0x0000E3E2 0x7AC4 # 0 +0x0000E3E3 0x7ABF # 0 +0x0000E3E4 0x9083 # 0 +0x0000E3E5 0x7AC7 # 0 +0x0000E3E6 0x7ACA # 0 +0x0000E3E7 0x7ACD # 0 +0x0000E3E8 0x7ACF # 0 +0x0000E3E9 0x7AD5 # 0 +0x0000E3EA 0x7AD3 # 0 +0x0000E3EB 0x7AD9 # 0 +0x0000E3EC 0x7ADA # 0 +0x0000E3ED 0x7ADD # 0 +0x0000E3EE 0x7AE1 # 0 +0x0000E3EF 0x7AE2 # 0 +0x0000E3F0 0x7AE6 # 0 +0x0000E3F1 0x7AED # 0 +0x0000E3F2 0x7AF0 # 0 +0x0000E3F3 0x7B02 # 0 +0x0000E3F4 0x7B0F # 0 +0x0000E3F5 0x7B0A # 0 +0x0000E3F6 0x7B06 # 0 +0x0000E3F7 0x7B33 # 0 +0x0000E3F8 0x7B18 # 0 +0x0000E3F9 0x7B19 # 0 +0x0000E3FA 0x7B1E # 0 +0x0000E3FB 0x7B35 # 0 +0x0000E3FC 0x7B28 # 0 +0x0000E3FD 0x7B36 # 0 +0x0000E3FE 0x7B50 # 0 +0x0000E4A1 0x7B7A # 0 +0x0000E4A2 0x7B04 # 0 +0x0000E4A3 0x7B4D # 0 +0x0000E4A4 0x7B0B # 0 +0x0000E4A5 0x7B4C # 0 +0x0000E4A6 0x7B45 # 0 +0x0000E4A7 0x7B75 # 0 +0x0000E4A8 0x7B65 # 0 +0x0000E4A9 0x7B74 # 0 +0x0000E4AA 0x7B67 # 0 +0x0000E4AB 0x7B70 # 0 +0x0000E4AC 0x7B71 # 0 +0x0000E4AD 0x7B6C # 0 +0x0000E4AE 0x7B6E # 0 +0x0000E4AF 0x7B9D # 0 +0x0000E4B0 0x7B98 # 0 +0x0000E4B1 0x7B9F # 0 +0x0000E4B2 0x7B8D # 0 +0x0000E4B3 0x7B9C # 0 +0x0000E4B4 0x7B9A # 0 +0x0000E4B5 0x7B8B # 0 +0x0000E4B6 0x7B92 # 0 +0x0000E4B7 0x7B8F # 0 +0x0000E4B8 0x7B5D # 0 +0x0000E4B9 0x7B99 # 0 +0x0000E4BA 0x7BCB # 0 +0x0000E4BB 0x7BC1 # 0 +0x0000E4BC 0x7BCC # 0 +0x0000E4BD 0x7BCF # 0 +0x0000E4BE 0x7BB4 # 0 +0x0000E4BF 0x7BC6 # 0 +0x0000E4C0 0x7BDD # 0 +0x0000E4C1 0x7BE9 # 0 +0x0000E4C2 0x7C11 # 0 +0x0000E4C3 0x7C14 # 0 +0x0000E4C4 0x7BE6 # 0 +0x0000E4C5 0x7BE5 # 0 +0x0000E4C6 0x7C60 # 0 +0x0000E4C7 0x7C00 # 0 +0x0000E4C8 0x7C07 # 0 +0x0000E4C9 0x7C13 # 0 +0x0000E4CA 0x7BF3 # 0 +0x0000E4CB 0x7BF7 # 0 +0x0000E4CC 0x7C17 # 0 +0x0000E4CD 0x7C0D # 0 +0x0000E4CE 0x7BF6 # 0 +0x0000E4CF 0x7C23 # 0 +0x0000E4D0 0x7C27 # 0 +0x0000E4D1 0x7C2A # 0 +0x0000E4D2 0x7C1F # 0 +0x0000E4D3 0x7C37 # 0 +0x0000E4D4 0x7C2B # 0 +0x0000E4D5 0x7C3D # 0 +0x0000E4D6 0x7C4C # 0 +0x0000E4D7 0x7C43 # 0 +0x0000E4D8 0x7C54 # 0 +0x0000E4D9 0x7C4F # 0 +0x0000E4DA 0x7C40 # 0 +0x0000E4DB 0x7C50 # 0 +0x0000E4DC 0x7C58 # 0 +0x0000E4DD 0x7C5F # 0 +0x0000E4DE 0x7C64 # 0 +0x0000E4DF 0x7C56 # 0 +0x0000E4E0 0x7C65 # 0 +0x0000E4E1 0x7C6C # 0 +0x0000E4E2 0x7C75 # 0 +0x0000E4E3 0x7C83 # 0 +0x0000E4E4 0x7C90 # 0 +0x0000E4E5 0x7CA4 # 0 +0x0000E4E6 0x7CAD # 0 +0x0000E4E7 0x7CA2 # 0 +0x0000E4E8 0x7CAB # 0 +0x0000E4E9 0x7CA1 # 0 +0x0000E4EA 0x7CA8 # 0 +0x0000E4EB 0x7CB3 # 0 +0x0000E4EC 0x7CB2 # 0 +0x0000E4ED 0x7CB1 # 0 +0x0000E4EE 0x7CAE # 0 +0x0000E4EF 0x7CB9 # 0 +0x0000E4F0 0x7CBD # 0 +0x0000E4F1 0x7CC0 # 0 +0x0000E4F2 0x7CC5 # 0 +0x0000E4F3 0x7CC2 # 0 +0x0000E4F4 0x7CD8 # 0 +0x0000E4F5 0x7CD2 # 0 +0x0000E4F6 0x7CDC # 0 +0x0000E4F7 0x7CE2 # 0 +0x0000E4F8 0x9B3B # 0 +0x0000E4F9 0x7CEF # 0 +0x0000E4FA 0x7CF2 # 0 +0x0000E4FB 0x7CF4 # 0 +0x0000E4FC 0x7CF6 # 0 +0x0000E4FD 0x7CFA # 0 +0x0000E4FE 0x7D06 # 0 +0x0000E5A1 0x7D02 # 0 +0x0000E5A2 0x7D1C # 0 +0x0000E5A3 0x7D15 # 0 +0x0000E5A4 0x7D0A # 0 +0x0000E5A5 0x7D45 # 0 +0x0000E5A6 0x7D4B # 0 +0x0000E5A7 0x7D2E # 0 +0x0000E5A8 0x7D32 # 0 +0x0000E5A9 0x7D3F # 0 +0x0000E5AA 0x7D35 # 0 +0x0000E5AB 0x7D46 # 0 +0x0000E5AC 0x7D73 # 0 +0x0000E5AD 0x7D56 # 0 +0x0000E5AE 0x7D4E # 0 +0x0000E5AF 0x7D72 # 0 +0x0000E5B0 0x7D68 # 0 +0x0000E5B1 0x7D6E # 0 +0x0000E5B2 0x7D4F # 0 +0x0000E5B3 0x7D63 # 0 +0x0000E5B4 0x7D93 # 0 +0x0000E5B5 0x7D89 # 0 +0x0000E5B6 0x7D5B # 0 +0x0000E5B7 0x7D8F # 0 +0x0000E5B8 0x7D7D # 0 +0x0000E5B9 0x7D9B # 0 +0x0000E5BA 0x7DBA # 0 +0x0000E5BB 0x7DAE # 0 +0x0000E5BC 0x7DA3 # 0 +0x0000E5BD 0x7DB5 # 0 +0x0000E5BE 0x7DC7 # 0 +0x0000E5BF 0x7DBD # 0 +0x0000E5C0 0x7DAB # 0 +0x0000E5C1 0x7E3D # 0 +0x0000E5C2 0x7DA2 # 0 +0x0000E5C3 0x7DAF # 0 +0x0000E5C4 0x7DDC # 0 +0x0000E5C5 0x7DB8 # 0 +0x0000E5C6 0x7D9F # 0 +0x0000E5C7 0x7DB0 # 0 +0x0000E5C8 0x7DD8 # 0 +0x0000E5C9 0x7DDD # 0 +0x0000E5CA 0x7DE4 # 0 +0x0000E5CB 0x7DDE # 0 +0x0000E5CC 0x7DFB # 0 +0x0000E5CD 0x7DF2 # 0 +0x0000E5CE 0x7DE1 # 0 +0x0000E5CF 0x7E05 # 0 +0x0000E5D0 0x7E0A # 0 +0x0000E5D1 0x7E23 # 0 +0x0000E5D2 0x7E21 # 0 +0x0000E5D3 0x7E12 # 0 +0x0000E5D4 0x7E31 # 0 +0x0000E5D5 0x7E1F # 0 +0x0000E5D6 0x7E09 # 0 +0x0000E5D7 0x7E0B # 0 +0x0000E5D8 0x7E22 # 0 +0x0000E5D9 0x7E46 # 0 +0x0000E5DA 0x7E66 # 0 +0x0000E5DB 0x7E3B # 0 +0x0000E5DC 0x7E35 # 0 +0x0000E5DD 0x7E39 # 0 +0x0000E5DE 0x7E43 # 0 +0x0000E5DF 0x7E37 # 0 +0x0000E5E0 0x7E32 # 0 +0x0000E5E1 0x7E3A # 0 +0x0000E5E2 0x7E67 # 0 +0x0000E5E3 0x7E5D # 0 +0x0000E5E4 0x7E56 # 0 +0x0000E5E5 0x7E5E # 0 +0x0000E5E6 0x7E59 # 0 +0x0000E5E7 0x7E5A # 0 +0x0000E5E8 0x7E79 # 0 +0x0000E5E9 0x7E6A # 0 +0x0000E5EA 0x7E69 # 0 +0x0000E5EB 0x7E7C # 0 +0x0000E5EC 0x7E7B # 0 +0x0000E5ED 0x7E83 # 0 +0x0000E5EE 0x7DD5 # 0 +0x0000E5EF 0x7E7D # 0 +0x0000E5F0 0x8FAE # 0 +0x0000E5F1 0x7E7F # 0 +0x0000E5F2 0x7E88 # 0 +0x0000E5F3 0x7E89 # 0 +0x0000E5F4 0x7E8C # 0 +0x0000E5F5 0x7E92 # 0 +0x0000E5F6 0x7E90 # 0 +0x0000E5F7 0x7E93 # 0 +0x0000E5F8 0x7E94 # 0 +0x0000E5F9 0x7E96 # 0 +0x0000E5FA 0x7E8E # 0 +0x0000E5FB 0x7E9B # 0 +0x0000E5FC 0x7E9C # 0 +0x0000E5FD 0x7F38 # 0 +0x0000E5FE 0x7F3A # 0 +0x0000E6A1 0x7F45 # 0 +0x0000E6A2 0x7F4C # 0 +0x0000E6A3 0x7F4D # 0 +0x0000E6A4 0x7F4E # 0 +0x0000E6A5 0x7F50 # 0 +0x0000E6A6 0x7F51 # 0 +0x0000E6A7 0x7F55 # 0 +0x0000E6A8 0x7F54 # 0 +0x0000E6A9 0x7F58 # 0 +0x0000E6AA 0x7F5F # 0 +0x0000E6AB 0x7F60 # 0 +0x0000E6AC 0x7F68 # 0 +0x0000E6AD 0x7F69 # 0 +0x0000E6AE 0x7F67 # 0 +0x0000E6AF 0x7F78 # 0 +0x0000E6B0 0x7F82 # 0 +0x0000E6B1 0x7F86 # 0 +0x0000E6B2 0x7F83 # 0 +0x0000E6B3 0x7F88 # 0 +0x0000E6B4 0x7F87 # 0 +0x0000E6B5 0x7F8C # 0 +0x0000E6B6 0x7F94 # 0 +0x0000E6B7 0x7F9E # 0 +0x0000E6B8 0x7F9D # 0 +0x0000E6B9 0x7F9A # 0 +0x0000E6BA 0x7FA3 # 0 +0x0000E6BB 0x7FAF # 0 +0x0000E6BC 0x7FB2 # 0 +0x0000E6BD 0x7FB9 # 0 +0x0000E6BE 0x7FAE # 0 +0x0000E6BF 0x7FB6 # 0 +0x0000E6C0 0x7FB8 # 0 +0x0000E6C1 0x8B71 # 0 +0x0000E6C2 0x7FC5 # 0 +0x0000E6C3 0x7FC6 # 0 +0x0000E6C4 0x7FCA # 0 +0x0000E6C5 0x7FD5 # 0 +0x0000E6C6 0x7FD4 # 0 +0x0000E6C7 0x7FE1 # 0 +0x0000E6C8 0x7FE6 # 0 +0x0000E6C9 0x7FE9 # 0 +0x0000E6CA 0x7FF3 # 0 +0x0000E6CB 0x7FF9 # 0 +0x0000E6CC 0x98DC # 0 +0x0000E6CD 0x8006 # 0 +0x0000E6CE 0x8004 # 0 +0x0000E6CF 0x800B # 0 +0x0000E6D0 0x8012 # 0 +0x0000E6D1 0x8018 # 0 +0x0000E6D2 0x8019 # 0 +0x0000E6D3 0x801C # 0 +0x0000E6D4 0x8021 # 0 +0x0000E6D5 0x8028 # 0 +0x0000E6D6 0x803F # 0 +0x0000E6D7 0x803B # 0 +0x0000E6D8 0x804A # 0 +0x0000E6D9 0x8046 # 0 +0x0000E6DA 0x8052 # 0 +0x0000E6DB 0x8058 # 0 +0x0000E6DC 0x805A # 0 +0x0000E6DD 0x805F # 0 +0x0000E6DE 0x8062 # 0 +0x0000E6DF 0x8068 # 0 +0x0000E6E0 0x8073 # 0 +0x0000E6E1 0x8072 # 0 +0x0000E6E2 0x8070 # 0 +0x0000E6E3 0x8076 # 0 +0x0000E6E4 0x8079 # 0 +0x0000E6E5 0x807D # 0 +0x0000E6E6 0x807F # 0 +0x0000E6E7 0x8084 # 0 +0x0000E6E8 0x8086 # 0 +0x0000E6E9 0x8085 # 0 +0x0000E6EA 0x809B # 0 +0x0000E6EB 0x8093 # 0 +0x0000E6EC 0x809A # 0 +0x0000E6ED 0x80AD # 0 +0x0000E6EE 0x5190 # 0 +0x0000E6EF 0x80AC # 0 +0x0000E6F0 0x80DB # 0 +0x0000E6F1 0x80E5 # 0 +0x0000E6F2 0x80D9 # 0 +0x0000E6F3 0x80DD # 0 +0x0000E6F4 0x80C4 # 0 +0x0000E6F5 0x80DA # 0 +0x0000E6F6 0x80D6 # 0 +0x0000E6F7 0x8109 # 0 +0x0000E6F8 0x80EF # 0 +0x0000E6F9 0x80F1 # 0 +0x0000E6FA 0x811B # 0 +0x0000E6FB 0x8129 # 0 +0x0000E6FC 0x8123 # 0 +0x0000E6FD 0x812F # 0 +0x0000E6FE 0x814B # 0 +0x0000E7A1 0x968B # 0 +0x0000E7A2 0x8146 # 0 +0x0000E7A3 0x813E # 0 +0x0000E7A4 0x8153 # 0 +0x0000E7A5 0x8151 # 0 +0x0000E7A6 0x80FC # 0 +0x0000E7A7 0x8171 # 0 +0x0000E7A8 0x816E # 0 +0x0000E7A9 0x8165 # 0 +0x0000E7AA 0x8166 # 0 +0x0000E7AB 0x8174 # 0 +0x0000E7AC 0x8183 # 0 +0x0000E7AD 0x8188 # 0 +0x0000E7AE 0x818A # 0 +0x0000E7AF 0x8180 # 0 +0x0000E7B0 0x8182 # 0 +0x0000E7B1 0x81A0 # 0 +0x0000E7B2 0x8195 # 0 +0x0000E7B3 0x81A4 # 0 +0x0000E7B4 0x81A3 # 0 +0x0000E7B5 0x815F # 0 +0x0000E7B6 0x8193 # 0 +0x0000E7B7 0x81A9 # 0 +0x0000E7B8 0x81B0 # 0 +0x0000E7B9 0x81B5 # 0 +0x0000E7BA 0x81BE # 0 +0x0000E7BB 0x81B8 # 0 +0x0000E7BC 0x81BD # 0 +0x0000E7BD 0x81C0 # 0 +0x0000E7BE 0x81C2 # 0 +0x0000E7BF 0x81BA # 0 +0x0000E7C0 0x81C9 # 0 +0x0000E7C1 0x81CD # 0 +0x0000E7C2 0x81D1 # 0 +0x0000E7C3 0x81D9 # 0 +0x0000E7C4 0x81D8 # 0 +0x0000E7C5 0x81C8 # 0 +0x0000E7C6 0x81DA # 0 +0x0000E7C7 0x81DF # 0 +0x0000E7C8 0x81E0 # 0 +0x0000E7C9 0x81E7 # 0 +0x0000E7CA 0x81FA # 0 +0x0000E7CB 0x81FB # 0 +0x0000E7CC 0x81FE # 0 +0x0000E7CD 0x8201 # 0 +0x0000E7CE 0x8202 # 0 +0x0000E7CF 0x8205 # 0 +0x0000E7D0 0x8207 # 0 +0x0000E7D1 0x820A # 0 +0x0000E7D2 0x820D # 0 +0x0000E7D3 0x8210 # 0 +0x0000E7D4 0x8216 # 0 +0x0000E7D5 0x8229 # 0 +0x0000E7D6 0x822B # 0 +0x0000E7D7 0x8238 # 0 +0x0000E7D8 0x8233 # 0 +0x0000E7D9 0x8240 # 0 +0x0000E7DA 0x8259 # 0 +0x0000E7DB 0x8258 # 0 +0x0000E7DC 0x825D # 0 +0x0000E7DD 0x825A # 0 +0x0000E7DE 0x825F # 0 +0x0000E7DF 0x8264 # 0 +0x0000E7E0 0x8262 # 0 +0x0000E7E1 0x8268 # 0 +0x0000E7E2 0x826A # 0 +0x0000E7E3 0x826B # 0 +0x0000E7E4 0x822E # 0 +0x0000E7E5 0x8271 # 0 +0x0000E7E6 0x8277 # 0 +0x0000E7E7 0x8278 # 0 +0x0000E7E8 0x827E # 0 +0x0000E7E9 0x828D # 0 +0x0000E7EA 0x8292 # 0 +0x0000E7EB 0x82AB # 0 +0x0000E7EC 0x829F # 0 +0x0000E7ED 0x82BB # 0 +0x0000E7EE 0x82AC # 0 +0x0000E7EF 0x82E1 # 0 +0x0000E7F0 0x82E3 # 0 +0x0000E7F1 0x82DF # 0 +0x0000E7F2 0x82D2 # 0 +0x0000E7F3 0x82F4 # 0 +0x0000E7F4 0x82F3 # 0 +0x0000E7F5 0x82FA # 0 +0x0000E7F6 0x8393 # 0 +0x0000E7F7 0x8303 # 0 +0x0000E7F8 0x82FB # 0 +0x0000E7F9 0x82F9 # 0 +0x0000E7FA 0x82DE # 0 +0x0000E7FB 0x8306 # 0 +0x0000E7FC 0x82DC # 0 +0x0000E7FD 0x8309 # 0 +0x0000E7FE 0x82D9 # 0 +0x0000E8A1 0x8335 # 0 +0x0000E8A2 0x8334 # 0 +0x0000E8A3 0x8316 # 0 +0x0000E8A4 0x8332 # 0 +0x0000E8A5 0x8331 # 0 +0x0000E8A6 0x8340 # 0 +0x0000E8A7 0x8339 # 0 +0x0000E8A8 0x8350 # 0 +0x0000E8A9 0x8345 # 0 +0x0000E8AA 0x832F # 0 +0x0000E8AB 0x832B # 0 +0x0000E8AC 0x8317 # 0 +0x0000E8AD 0x8318 # 0 +0x0000E8AE 0x8385 # 0 +0x0000E8AF 0x839A # 0 +0x0000E8B0 0x83AA # 0 +0x0000E8B1 0x839F # 0 +0x0000E8B2 0x83A2 # 0 +0x0000E8B3 0x8396 # 0 +0x0000E8B4 0x8323 # 0 +0x0000E8B5 0x838E # 0 +0x0000E8B6 0x8387 # 0 +0x0000E8B7 0x838A # 0 +0x0000E8B8 0x837C # 0 +0x0000E8B9 0x83B5 # 0 +0x0000E8BA 0x8373 # 0 +0x0000E8BB 0x8375 # 0 +0x0000E8BC 0x83A0 # 0 +0x0000E8BD 0x8389 # 0 +0x0000E8BE 0x83A8 # 0 +0x0000E8BF 0x83F4 # 0 +0x0000E8C0 0x8413 # 0 +0x0000E8C1 0x83EB # 0 +0x0000E8C2 0x83CE # 0 +0x0000E8C3 0x83FD # 0 +0x0000E8C4 0x8403 # 0 +0x0000E8C5 0x83D8 # 0 +0x0000E8C6 0x840B # 0 +0x0000E8C7 0x83C1 # 0 +0x0000E8C8 0x83F7 # 0 +0x0000E8C9 0x8407 # 0 +0x0000E8CA 0x83E0 # 0 +0x0000E8CB 0x83F2 # 0 +0x0000E8CC 0x840D # 0 +0x0000E8CD 0x8422 # 0 +0x0000E8CE 0x8420 # 0 +0x0000E8CF 0x83BD # 0 +0x0000E8D0 0x8438 # 0 +0x0000E8D1 0x8506 # 0 +0x0000E8D2 0x83FB # 0 +0x0000E8D3 0x846D # 0 +0x0000E8D4 0x842A # 0 +0x0000E8D5 0x843C # 0 +0x0000E8D6 0x855A # 0 +0x0000E8D7 0x8484 # 0 +0x0000E8D8 0x8477 # 0 +0x0000E8D9 0x846B # 0 +0x0000E8DA 0x84AD # 0 +0x0000E8DB 0x846E # 0 +0x0000E8DC 0x8482 # 0 +0x0000E8DD 0x8469 # 0 +0x0000E8DE 0x8446 # 0 +0x0000E8DF 0x842C # 0 +0x0000E8E0 0x846F # 0 +0x0000E8E1 0x8479 # 0 +0x0000E8E2 0x8435 # 0 +0x0000E8E3 0x84CA # 0 +0x0000E8E4 0x8462 # 0 +0x0000E8E5 0x84B9 # 0 +0x0000E8E6 0x84BF # 0 +0x0000E8E7 0x849F # 0 +0x0000E8E8 0x84D9 # 0 +0x0000E8E9 0x84CD # 0 +0x0000E8EA 0x84BB # 0 +0x0000E8EB 0x84DA # 0 +0x0000E8EC 0x84D0 # 0 +0x0000E8ED 0x84C1 # 0 +0x0000E8EE 0x84C6 # 0 +0x0000E8EF 0x84D6 # 0 +0x0000E8F0 0x84A1 # 0 +0x0000E8F1 0x8521 # 0 +0x0000E8F2 0x84FF # 0 +0x0000E8F3 0x84F4 # 0 +0x0000E8F4 0x8517 # 0 +0x0000E8F5 0x8518 # 0 +0x0000E8F6 0x852C # 0 +0x0000E8F7 0x851F # 0 +0x0000E8F8 0x8515 # 0 +0x0000E8F9 0x8514 # 0 +0x0000E8FA 0x84FC # 0 +0x0000E8FB 0x8540 # 0 +0x0000E8FC 0x8563 # 0 +0x0000E8FD 0x8558 # 0 +0x0000E8FE 0x8548 # 0 +0x0000E9A1 0x8541 # 0 +0x0000E9A2 0x8602 # 0 +0x0000E9A3 0x854B # 0 +0x0000E9A4 0x8555 # 0 +0x0000E9A5 0x8580 # 0 +0x0000E9A6 0x85A4 # 0 +0x0000E9A7 0x8588 # 0 +0x0000E9A8 0x8591 # 0 +0x0000E9A9 0x858A # 0 +0x0000E9AA 0x85A8 # 0 +0x0000E9AB 0x856D # 0 +0x0000E9AC 0x8594 # 0 +0x0000E9AD 0x859B # 0 +0x0000E9AE 0x85EA # 0 +0x0000E9AF 0x8587 # 0 +0x0000E9B0 0x859C # 0 +0x0000E9B1 0x8577 # 0 +0x0000E9B2 0x857E # 0 +0x0000E9B3 0x8590 # 0 +0x0000E9B4 0x85C9 # 0 +0x0000E9B5 0x85BA # 0 +0x0000E9B6 0x85CF # 0 +0x0000E9B7 0x85B9 # 0 +0x0000E9B8 0x85D0 # 0 +0x0000E9B9 0x85D5 # 0 +0x0000E9BA 0x85DD # 0 +0x0000E9BB 0x85E5 # 0 +0x0000E9BC 0x85DC # 0 +0x0000E9BD 0x85F9 # 0 +0x0000E9BE 0x860A # 0 +0x0000E9BF 0x8613 # 0 +0x0000E9C0 0x860B # 0 +0x0000E9C1 0x85FE # 0 +0x0000E9C2 0x85FA # 0 +0x0000E9C3 0x8606 # 0 +0x0000E9C4 0x8622 # 0 +0x0000E9C5 0x861A # 0 +0x0000E9C6 0x8630 # 0 +0x0000E9C7 0x863F # 0 +0x0000E9C8 0x864D # 0 +0x0000E9C9 0x4E55 # 0 +0x0000E9CA 0x8654 # 0 +0x0000E9CB 0x865F # 0 +0x0000E9CC 0x8667 # 0 +0x0000E9CD 0x8671 # 0 +0x0000E9CE 0x8693 # 0 +0x0000E9CF 0x86A3 # 0 +0x0000E9D0 0x86A9 # 0 +0x0000E9D1 0x86AA # 0 +0x0000E9D2 0x868B # 0 +0x0000E9D3 0x868C # 0 +0x0000E9D4 0x86B6 # 0 +0x0000E9D5 0x86AF # 0 +0x0000E9D6 0x86C4 # 0 +0x0000E9D7 0x86C6 # 0 +0x0000E9D8 0x86B0 # 0 +0x0000E9D9 0x86C9 # 0 +0x0000E9DA 0x8823 # 0 +0x0000E9DB 0x86AB # 0 +0x0000E9DC 0x86D4 # 0 +0x0000E9DD 0x86DE # 0 +0x0000E9DE 0x86E9 # 0 +0x0000E9DF 0x86EC # 0 +0x0000E9E0 0x86DF # 0 +0x0000E9E1 0x86DB # 0 +0x0000E9E2 0x86EF # 0 +0x0000E9E3 0x8712 # 0 +0x0000E9E4 0x8706 # 0 +0x0000E9E5 0x8708 # 0 +0x0000E9E6 0x8700 # 0 +0x0000E9E7 0x8703 # 0 +0x0000E9E8 0x86FB # 0 +0x0000E9E9 0x8711 # 0 +0x0000E9EA 0x8709 # 0 +0x0000E9EB 0x870D # 0 +0x0000E9EC 0x86F9 # 0 +0x0000E9ED 0x870A # 0 +0x0000E9EE 0x8734 # 0 +0x0000E9EF 0x873F # 0 +0x0000E9F0 0x8737 # 0 +0x0000E9F1 0x873B # 0 +0x0000E9F2 0x8725 # 0 +0x0000E9F3 0x8729 # 0 +0x0000E9F4 0x871A # 0 +0x0000E9F5 0x8760 # 0 +0x0000E9F6 0x875F # 0 +0x0000E9F7 0x8778 # 0 +0x0000E9F8 0x874C # 0 +0x0000E9F9 0x874E # 0 +0x0000E9FA 0x8774 # 0 +0x0000E9FB 0x8757 # 0 +0x0000E9FC 0x8768 # 0 +0x0000E9FD 0x876E # 0 +0x0000E9FE 0x8759 # 0 +0x0000EAA1 0x8753 # 0 +0x0000EAA2 0x8763 # 0 +0x0000EAA3 0x876A # 0 +0x0000EAA4 0x8805 # 0 +0x0000EAA5 0x87A2 # 0 +0x0000EAA6 0x879F # 0 +0x0000EAA7 0x8782 # 0 +0x0000EAA8 0x87AF # 0 +0x0000EAA9 0x87CB # 0 +0x0000EAAA 0x87BD # 0 +0x0000EAAB 0x87C0 # 0 +0x0000EAAC 0x87D0 # 0 +0x0000EAAD 0x96D6 # 0 +0x0000EAAE 0x87AB # 0 +0x0000EAAF 0x87C4 # 0 +0x0000EAB0 0x87B3 # 0 +0x0000EAB1 0x87C7 # 0 +0x0000EAB2 0x87C6 # 0 +0x0000EAB3 0x87BB # 0 +0x0000EAB4 0x87EF # 0 +0x0000EAB5 0x87F2 # 0 +0x0000EAB6 0x87E0 # 0 +0x0000EAB7 0x880F # 0 +0x0000EAB8 0x880D # 0 +0x0000EAB9 0x87FE # 0 +0x0000EABA 0x87F6 # 0 +0x0000EABB 0x87F7 # 0 +0x0000EABC 0x880E # 0 +0x0000EABD 0x87D2 # 0 +0x0000EABE 0x8811 # 0 +0x0000EABF 0x8816 # 0 +0x0000EAC0 0x8815 # 0 +0x0000EAC1 0x8822 # 0 +0x0000EAC2 0x8821 # 0 +0x0000EAC3 0x8831 # 0 +0x0000EAC4 0x8836 # 0 +0x0000EAC5 0x8839 # 0 +0x0000EAC6 0x8827 # 0 +0x0000EAC7 0x883B # 0 +0x0000EAC8 0x8844 # 0 +0x0000EAC9 0x8842 # 0 +0x0000EACA 0x8852 # 0 +0x0000EACB 0x8859 # 0 +0x0000EACC 0x885E # 0 +0x0000EACD 0x8862 # 0 +0x0000EACE 0x886B # 0 +0x0000EACF 0x8881 # 0 +0x0000EAD0 0x887E # 0 +0x0000EAD1 0x889E # 0 +0x0000EAD2 0x8875 # 0 +0x0000EAD3 0x887D # 0 +0x0000EAD4 0x88B5 # 0 +0x0000EAD5 0x8872 # 0 +0x0000EAD6 0x8882 # 0 +0x0000EAD7 0x8897 # 0 +0x0000EAD8 0x8892 # 0 +0x0000EAD9 0x88AE # 0 +0x0000EADA 0x8899 # 0 +0x0000EADB 0x88A2 # 0 +0x0000EADC 0x888D # 0 +0x0000EADD 0x88A4 # 0 +0x0000EADE 0x88B0 # 0 +0x0000EADF 0x88BF # 0 +0x0000EAE0 0x88B1 # 0 +0x0000EAE1 0x88C3 # 0 +0x0000EAE2 0x88C4 # 0 +0x0000EAE3 0x88D4 # 0 +0x0000EAE4 0x88D8 # 0 +0x0000EAE5 0x88D9 # 0 +0x0000EAE6 0x88DD # 0 +0x0000EAE7 0x88F9 # 0 +0x0000EAE8 0x8902 # 0 +0x0000EAE9 0x88FC # 0 +0x0000EAEA 0x88F4 # 0 +0x0000EAEB 0x88E8 # 0 +0x0000EAEC 0x88F2 # 0 +0x0000EAED 0x8904 # 0 +0x0000EAEE 0x890C # 0 +0x0000EAEF 0x890A # 0 +0x0000EAF0 0x8913 # 0 +0x0000EAF1 0x8943 # 0 +0x0000EAF2 0x891E # 0 +0x0000EAF3 0x8925 # 0 +0x0000EAF4 0x892A # 0 +0x0000EAF5 0x892B # 0 +0x0000EAF6 0x8941 # 0 +0x0000EAF7 0x8944 # 0 +0x0000EAF8 0x893B # 0 +0x0000EAF9 0x8936 # 0 +0x0000EAFA 0x8938 # 0 +0x0000EAFB 0x894C # 0 +0x0000EAFC 0x891D # 0 +0x0000EAFD 0x8960 # 0 +0x0000EAFE 0x895E # 0 +0x0000EBA1 0x8966 # 0 +0x0000EBA2 0x8964 # 0 +0x0000EBA3 0x896D # 0 +0x0000EBA4 0x896A # 0 +0x0000EBA5 0x896F # 0 +0x0000EBA6 0x8974 # 0 +0x0000EBA7 0x8977 # 0 +0x0000EBA8 0x897E # 0 +0x0000EBA9 0x8983 # 0 +0x0000EBAA 0x8988 # 0 +0x0000EBAB 0x898A # 0 +0x0000EBAC 0x8993 # 0 +0x0000EBAD 0x8998 # 0 +0x0000EBAE 0x89A1 # 0 +0x0000EBAF 0x89A9 # 0 +0x0000EBB0 0x89A6 # 0 +0x0000EBB1 0x89AC # 0 +0x0000EBB2 0x89AF # 0 +0x0000EBB3 0x89B2 # 0 +0x0000EBB4 0x89BA # 0 +0x0000EBB5 0x89BD # 0 +0x0000EBB6 0x89BF # 0 +0x0000EBB7 0x89C0 # 0 +0x0000EBB8 0x89DA # 0 +0x0000EBB9 0x89DC # 0 +0x0000EBBA 0x89DD # 0 +0x0000EBBB 0x89E7 # 0 +0x0000EBBC 0x89F4 # 0 +0x0000EBBD 0x89F8 # 0 +0x0000EBBE 0x8A03 # 0 +0x0000EBBF 0x8A16 # 0 +0x0000EBC0 0x8A10 # 0 +0x0000EBC1 0x8A0C # 0 +0x0000EBC2 0x8A1B # 0 +0x0000EBC3 0x8A1D # 0 +0x0000EBC4 0x8A25 # 0 +0x0000EBC5 0x8A36 # 0 +0x0000EBC6 0x8A41 # 0 +0x0000EBC7 0x8A5B # 0 +0x0000EBC8 0x8A52 # 0 +0x0000EBC9 0x8A46 # 0 +0x0000EBCA 0x8A48 # 0 +0x0000EBCB 0x8A7C # 0 +0x0000EBCC 0x8A6D # 0 +0x0000EBCD 0x8A6C # 0 +0x0000EBCE 0x8A62 # 0 +0x0000EBCF 0x8A85 # 0 +0x0000EBD0 0x8A82 # 0 +0x0000EBD1 0x8A84 # 0 +0x0000EBD2 0x8AA8 # 0 +0x0000EBD3 0x8AA1 # 0 +0x0000EBD4 0x8A91 # 0 +0x0000EBD5 0x8AA5 # 0 +0x0000EBD6 0x8AA6 # 0 +0x0000EBD7 0x8A9A # 0 +0x0000EBD8 0x8AA3 # 0 +0x0000EBD9 0x8AC4 # 0 +0x0000EBDA 0x8ACD # 0 +0x0000EBDB 0x8AC2 # 0 +0x0000EBDC 0x8ADA # 0 +0x0000EBDD 0x8AEB # 0 +0x0000EBDE 0x8AF3 # 0 +0x0000EBDF 0x8AE7 # 0 +0x0000EBE0 0x8AE4 # 0 +0x0000EBE1 0x8AF1 # 0 +0x0000EBE2 0x8B14 # 0 +0x0000EBE3 0x8AE0 # 0 +0x0000EBE4 0x8AE2 # 0 +0x0000EBE5 0x8AF7 # 0 +0x0000EBE6 0x8ADE # 0 +0x0000EBE7 0x8ADB # 0 +0x0000EBE8 0x8B0C # 0 +0x0000EBE9 0x8B07 # 0 +0x0000EBEA 0x8B1A # 0 +0x0000EBEB 0x8AE1 # 0 +0x0000EBEC 0x8B16 # 0 +0x0000EBED 0x8B10 # 0 +0x0000EBEE 0x8B17 # 0 +0x0000EBEF 0x8B20 # 0 +0x0000EBF0 0x8B33 # 0 +0x0000EBF1 0x97AB # 0 +0x0000EBF2 0x8B26 # 0 +0x0000EBF3 0x8B2B # 0 +0x0000EBF4 0x8B3E # 0 +0x0000EBF5 0x8B28 # 0 +0x0000EBF6 0x8B41 # 0 +0x0000EBF7 0x8B4C # 0 +0x0000EBF8 0x8B4F # 0 +0x0000EBF9 0x8B4E # 0 +0x0000EBFA 0x8B49 # 0 +0x0000EBFB 0x8B56 # 0 +0x0000EBFC 0x8B5B # 0 +0x0000EBFD 0x8B5A # 0 +0x0000EBFE 0x8B6B # 0 +0x0000ECA1 0x8B5F # 0 +0x0000ECA2 0x8B6C # 0 +0x0000ECA3 0x8B6F # 0 +0x0000ECA4 0x8B74 # 0 +0x0000ECA5 0x8B7D # 0 +0x0000ECA6 0x8B80 # 0 +0x0000ECA7 0x8B8C # 0 +0x0000ECA8 0x8B8E # 0 +0x0000ECA9 0x8B92 # 0 +0x0000ECAA 0x8B93 # 0 +0x0000ECAB 0x8B96 # 0 +0x0000ECAC 0x8B99 # 0 +0x0000ECAD 0x8B9A # 0 +0x0000ECAE 0x8C3A # 0 +0x0000ECAF 0x8C41 # 0 +0x0000ECB0 0x8C3F # 0 +0x0000ECB1 0x8C48 # 0 +0x0000ECB2 0x8C4C # 0 +0x0000ECB3 0x8C4E # 0 +0x0000ECB4 0x8C50 # 0 +0x0000ECB5 0x8C55 # 0 +0x0000ECB6 0x8C62 # 0 +0x0000ECB7 0x8C6C # 0 +0x0000ECB8 0x8C78 # 0 +0x0000ECB9 0x8C7A # 0 +0x0000ECBA 0x8C82 # 0 +0x0000ECBB 0x8C89 # 0 +0x0000ECBC 0x8C85 # 0 +0x0000ECBD 0x8C8A # 0 +0x0000ECBE 0x8C8D # 0 +0x0000ECBF 0x8C8E # 0 +0x0000ECC0 0x8C94 # 0 +0x0000ECC1 0x8C7C # 0 +0x0000ECC2 0x8C98 # 0 +0x0000ECC3 0x621D # 0 +0x0000ECC4 0x8CAD # 0 +0x0000ECC5 0x8CAA # 0 +0x0000ECC6 0x8CBD # 0 +0x0000ECC7 0x8CB2 # 0 +0x0000ECC8 0x8CB3 # 0 +0x0000ECC9 0x8CAE # 0 +0x0000ECCA 0x8CB6 # 0 +0x0000ECCB 0x8CC8 # 0 +0x0000ECCC 0x8CC1 # 0 +0x0000ECCD 0x8CE4 # 0 +0x0000ECCE 0x8CE3 # 0 +0x0000ECCF 0x8CDA # 0 +0x0000ECD0 0x8CFD # 0 +0x0000ECD1 0x8CFA # 0 +0x0000ECD2 0x8CFB # 0 +0x0000ECD3 0x8D04 # 0 +0x0000ECD4 0x8D05 # 0 +0x0000ECD5 0x8D0A # 0 +0x0000ECD6 0x8D07 # 0 +0x0000ECD7 0x8D0F # 0 +0x0000ECD8 0x8D0D # 0 +0x0000ECD9 0x8D10 # 0 +0x0000ECDA 0x9F4E # 0 +0x0000ECDB 0x8D13 # 0 +0x0000ECDC 0x8CCD # 0 +0x0000ECDD 0x8D14 # 0 +0x0000ECDE 0x8D16 # 0 +0x0000ECDF 0x8D67 # 0 +0x0000ECE0 0x8D6D # 0 +0x0000ECE1 0x8D71 # 0 +0x0000ECE2 0x8D73 # 0 +0x0000ECE3 0x8D81 # 0 +0x0000ECE4 0x8D99 # 0 +0x0000ECE5 0x8DC2 # 0 +0x0000ECE6 0x8DBE # 0 +0x0000ECE7 0x8DBA # 0 +0x0000ECE8 0x8DCF # 0 +0x0000ECE9 0x8DDA # 0 +0x0000ECEA 0x8DD6 # 0 +0x0000ECEB 0x8DCC # 0 +0x0000ECEC 0x8DDB # 0 +0x0000ECED 0x8DCB # 0 +0x0000ECEE 0x8DEA # 0 +0x0000ECEF 0x8DEB # 0 +0x0000ECF0 0x8DDF # 0 +0x0000ECF1 0x8DE3 # 0 +0x0000ECF2 0x8DFC # 0 +0x0000ECF3 0x8E08 # 0 +0x0000ECF4 0x8E09 # 0 +0x0000ECF5 0x8DFF # 0 +0x0000ECF6 0x8E1D # 0 +0x0000ECF7 0x8E1E # 0 +0x0000ECF8 0x8E10 # 0 +0x0000ECF9 0x8E1F # 0 +0x0000ECFA 0x8E42 # 0 +0x0000ECFB 0x8E35 # 0 +0x0000ECFC 0x8E30 # 0 +0x0000ECFD 0x8E34 # 0 +0x0000ECFE 0x8E4A # 0 +0x0000EDA1 0x8E47 # 0 +0x0000EDA2 0x8E49 # 0 +0x0000EDA3 0x8E4C # 0 +0x0000EDA4 0x8E50 # 0 +0x0000EDA5 0x8E48 # 0 +0x0000EDA6 0x8E59 # 0 +0x0000EDA7 0x8E64 # 0 +0x0000EDA8 0x8E60 # 0 +0x0000EDA9 0x8E2A # 0 +0x0000EDAA 0x8E63 # 0 +0x0000EDAB 0x8E55 # 0 +0x0000EDAC 0x8E76 # 0 +0x0000EDAD 0x8E72 # 0 +0x0000EDAE 0x8E7C # 0 +0x0000EDAF 0x8E81 # 0 +0x0000EDB0 0x8E87 # 0 +0x0000EDB1 0x8E85 # 0 +0x0000EDB2 0x8E84 # 0 +0x0000EDB3 0x8E8B # 0 +0x0000EDB4 0x8E8A # 0 +0x0000EDB5 0x8E93 # 0 +0x0000EDB6 0x8E91 # 0 +0x0000EDB7 0x8E94 # 0 +0x0000EDB8 0x8E99 # 0 +0x0000EDB9 0x8EAA # 0 +0x0000EDBA 0x8EA1 # 0 +0x0000EDBB 0x8EAC # 0 +0x0000EDBC 0x8EB0 # 0 +0x0000EDBD 0x8EC6 # 0 +0x0000EDBE 0x8EB1 # 0 +0x0000EDBF 0x8EBE # 0 +0x0000EDC0 0x8EC5 # 0 +0x0000EDC1 0x8EC8 # 0 +0x0000EDC2 0x8ECB # 0 +0x0000EDC3 0x8EDB # 0 +0x0000EDC4 0x8EE3 # 0 +0x0000EDC5 0x8EFC # 0 +0x0000EDC6 0x8EFB # 0 +0x0000EDC7 0x8EEB # 0 +0x0000EDC8 0x8EFE # 0 +0x0000EDC9 0x8F0A # 0 +0x0000EDCA 0x8F05 # 0 +0x0000EDCB 0x8F15 # 0 +0x0000EDCC 0x8F12 # 0 +0x0000EDCD 0x8F19 # 0 +0x0000EDCE 0x8F13 # 0 +0x0000EDCF 0x8F1C # 0 +0x0000EDD0 0x8F1F # 0 +0x0000EDD1 0x8F1B # 0 +0x0000EDD2 0x8F0C # 0 +0x0000EDD3 0x8F26 # 0 +0x0000EDD4 0x8F33 # 0 +0x0000EDD5 0x8F3B # 0 +0x0000EDD6 0x8F39 # 0 +0x0000EDD7 0x8F45 # 0 +0x0000EDD8 0x8F42 # 0 +0x0000EDD9 0x8F3E # 0 +0x0000EDDA 0x8F4C # 0 +0x0000EDDB 0x8F49 # 0 +0x0000EDDC 0x8F46 # 0 +0x0000EDDD 0x8F4E # 0 +0x0000EDDE 0x8F57 # 0 +0x0000EDDF 0x8F5C # 0 +0x0000EDE0 0x8F62 # 0 +0x0000EDE1 0x8F63 # 0 +0x0000EDE2 0x8F64 # 0 +0x0000EDE3 0x8F9C # 0 +0x0000EDE4 0x8F9F # 0 +0x0000EDE5 0x8FA3 # 0 +0x0000EDE6 0x8FAD # 0 +0x0000EDE7 0x8FAF # 0 +0x0000EDE8 0x8FB7 # 0 +0x0000EDE9 0x8FDA # 0 +0x0000EDEA 0x8FE5 # 0 +0x0000EDEB 0x8FE2 # 0 +0x0000EDEC 0x8FEA # 0 +0x0000EDED 0x8FEF # 0 +0x0000EDEE 0x9087 # 0 +0x0000EDEF 0x8FF4 # 0 +0x0000EDF0 0x9005 # 0 +0x0000EDF1 0x8FF9 # 0 +0x0000EDF2 0x8FFA # 0 +0x0000EDF3 0x9011 # 0 +0x0000EDF4 0x9015 # 0 +0x0000EDF5 0x9021 # 0 +0x0000EDF6 0x900D # 0 +0x0000EDF7 0x901E # 0 +0x0000EDF8 0x9016 # 0 +0x0000EDF9 0x900B # 0 +0x0000EDFA 0x9027 # 0 +0x0000EDFB 0x9036 # 0 +0x0000EDFC 0x9035 # 0 +0x0000EDFD 0x9039 # 0 +0x0000EDFE 0x8FF8 # 0 +0x0000EEA1 0x904F # 0 +0x0000EEA2 0x9050 # 0 +0x0000EEA3 0x9051 # 0 +0x0000EEA4 0x9052 # 0 +0x0000EEA5 0x900E # 0 +0x0000EEA6 0x9049 # 0 +0x0000EEA7 0x903E # 0 +0x0000EEA8 0x9056 # 0 +0x0000EEA9 0x9058 # 0 +0x0000EEAA 0x905E # 0 +0x0000EEAB 0x9068 # 0 +0x0000EEAC 0x906F # 0 +0x0000EEAD 0x9076 # 0 +0x0000EEAE 0x96A8 # 0 +0x0000EEAF 0x9072 # 0 +0x0000EEB0 0x9082 # 0 +0x0000EEB1 0x907D # 0 +0x0000EEB2 0x9081 # 0 +0x0000EEB3 0x9080 # 0 +0x0000EEB4 0x908A # 0 +0x0000EEB5 0x9089 # 0 +0x0000EEB6 0x908F # 0 +0x0000EEB7 0x90A8 # 0 +0x0000EEB8 0x90AF # 0 +0x0000EEB9 0x90B1 # 0 +0x0000EEBA 0x90B5 # 0 +0x0000EEBB 0x90E2 # 0 +0x0000EEBC 0x90E4 # 0 +0x0000EEBD 0x6248 # 0 +0x0000EEBE 0x90DB # 0 +0x0000EEBF 0x9102 # 0 +0x0000EEC0 0x9112 # 0 +0x0000EEC1 0x9119 # 0 +0x0000EEC2 0x9132 # 0 +0x0000EEC3 0x9130 # 0 +0x0000EEC4 0x914A # 0 +0x0000EEC5 0x9156 # 0 +0x0000EEC6 0x9158 # 0 +0x0000EEC7 0x9163 # 0 +0x0000EEC8 0x9165 # 0 +0x0000EEC9 0x9169 # 0 +0x0000EECA 0x9173 # 0 +0x0000EECB 0x9172 # 0 +0x0000EECC 0x918B # 0 +0x0000EECD 0x9189 # 0 +0x0000EECE 0x9182 # 0 +0x0000EECF 0x91A2 # 0 +0x0000EED0 0x91AB # 0 +0x0000EED1 0x91AF # 0 +0x0000EED2 0x91AA # 0 +0x0000EED3 0x91B5 # 0 +0x0000EED4 0x91B4 # 0 +0x0000EED5 0x91BA # 0 +0x0000EED6 0x91C0 # 0 +0x0000EED7 0x91C1 # 0 +0x0000EED8 0x91C9 # 0 +0x0000EED9 0x91CB # 0 +0x0000EEDA 0x91D0 # 0 +0x0000EEDB 0x91D6 # 0 +0x0000EEDC 0x91DF # 0 +0x0000EEDD 0x91E1 # 0 +0x0000EEDE 0x91DB # 0 +0x0000EEDF 0x91FC # 0 +0x0000EEE0 0x91F5 # 0 +0x0000EEE1 0x91F6 # 0 +0x0000EEE2 0x921E # 0 +0x0000EEE3 0x91FF # 0 +0x0000EEE4 0x9214 # 0 +0x0000EEE5 0x922C # 0 +0x0000EEE6 0x9215 # 0 +0x0000EEE7 0x9211 # 0 +0x0000EEE8 0x925E # 0 +0x0000EEE9 0x9257 # 0 +0x0000EEEA 0x9245 # 0 +0x0000EEEB 0x9249 # 0 +0x0000EEEC 0x9264 # 0 +0x0000EEED 0x9248 # 0 +0x0000EEEE 0x9295 # 0 +0x0000EEEF 0x923F # 0 +0x0000EEF0 0x924B # 0 +0x0000EEF1 0x9250 # 0 +0x0000EEF2 0x929C # 0 +0x0000EEF3 0x9296 # 0 +0x0000EEF4 0x9293 # 0 +0x0000EEF5 0x929B # 0 +0x0000EEF6 0x925A # 0 +0x0000EEF7 0x92CF # 0 +0x0000EEF8 0x92B9 # 0 +0x0000EEF9 0x92B7 # 0 +0x0000EEFA 0x92E9 # 0 +0x0000EEFB 0x930F # 0 +0x0000EEFC 0x92FA # 0 +0x0000EEFD 0x9344 # 0 +0x0000EEFE 0x932E # 0 +0x0000EFA1 0x9319 # 0 +0x0000EFA2 0x9322 # 0 +0x0000EFA3 0x931A # 0 +0x0000EFA4 0x9323 # 0 +0x0000EFA5 0x933A # 0 +0x0000EFA6 0x9335 # 0 +0x0000EFA7 0x933B # 0 +0x0000EFA8 0x935C # 0 +0x0000EFA9 0x9360 # 0 +0x0000EFAA 0x937C # 0 +0x0000EFAB 0x936E # 0 +0x0000EFAC 0x9356 # 0 +0x0000EFAD 0x93B0 # 0 +0x0000EFAE 0x93AC # 0 +0x0000EFAF 0x93AD # 0 +0x0000EFB0 0x9394 # 0 +0x0000EFB1 0x93B9 # 0 +0x0000EFB2 0x93D6 # 0 +0x0000EFB3 0x93D7 # 0 +0x0000EFB4 0x93E8 # 0 +0x0000EFB5 0x93E5 # 0 +0x0000EFB6 0x93D8 # 0 +0x0000EFB7 0x93C3 # 0 +0x0000EFB8 0x93DD # 0 +0x0000EFB9 0x93D0 # 0 +0x0000EFBA 0x93C8 # 0 +0x0000EFBB 0x93E4 # 0 +0x0000EFBC 0x941A # 0 +0x0000EFBD 0x9414 # 0 +0x0000EFBE 0x9413 # 0 +0x0000EFBF 0x9403 # 0 +0x0000EFC0 0x9407 # 0 +0x0000EFC1 0x9410 # 0 +0x0000EFC2 0x9436 # 0 +0x0000EFC3 0x942B # 0 +0x0000EFC4 0x9435 # 0 +0x0000EFC5 0x9421 # 0 +0x0000EFC6 0x943A # 0 +0x0000EFC7 0x9441 # 0 +0x0000EFC8 0x9452 # 0 +0x0000EFC9 0x9444 # 0 +0x0000EFCA 0x945B # 0 +0x0000EFCB 0x9460 # 0 +0x0000EFCC 0x9462 # 0 +0x0000EFCD 0x945E # 0 +0x0000EFCE 0x946A # 0 +0x0000EFCF 0x9229 # 0 +0x0000EFD0 0x9470 # 0 +0x0000EFD1 0x9475 # 0 +0x0000EFD2 0x9477 # 0 +0x0000EFD3 0x947D # 0 +0x0000EFD4 0x945A # 0 +0x0000EFD5 0x947C # 0 +0x0000EFD6 0x947E # 0 +0x0000EFD7 0x9481 # 0 +0x0000EFD8 0x947F # 0 +0x0000EFD9 0x9582 # 0 +0x0000EFDA 0x9587 # 0 +0x0000EFDB 0x958A # 0 +0x0000EFDC 0x9594 # 0 +0x0000EFDD 0x9596 # 0 +0x0000EFDE 0x9598 # 0 +0x0000EFDF 0x9599 # 0 +0x0000EFE0 0x95A0 # 0 +0x0000EFE1 0x95A8 # 0 +0x0000EFE2 0x95A7 # 0 +0x0000EFE3 0x95AD # 0 +0x0000EFE4 0x95BC # 0 +0x0000EFE5 0x95BB # 0 +0x0000EFE6 0x95B9 # 0 +0x0000EFE7 0x95BE # 0 +0x0000EFE8 0x95CA # 0 +0x0000EFE9 0x6FF6 # 0 +0x0000EFEA 0x95C3 # 0 +0x0000EFEB 0x95CD # 0 +0x0000EFEC 0x95CC # 0 +0x0000EFED 0x95D5 # 0 +0x0000EFEE 0x95D4 # 0 +0x0000EFEF 0x95D6 # 0 +0x0000EFF0 0x95DC # 0 +0x0000EFF1 0x95E1 # 0 +0x0000EFF2 0x95E5 # 0 +0x0000EFF3 0x95E2 # 0 +0x0000EFF4 0x9621 # 0 +0x0000EFF5 0x9628 # 0 +0x0000EFF6 0x962E # 0 +0x0000EFF7 0x962F # 0 +0x0000EFF8 0x9642 # 0 +0x0000EFF9 0x964C # 0 +0x0000EFFA 0x964F # 0 +0x0000EFFB 0x964B # 0 +0x0000EFFC 0x9677 # 0 +0x0000EFFD 0x965C # 0 +0x0000EFFE 0x965E # 0 +0x0000F0A1 0x965D # 0 +0x0000F0A2 0x965F # 0 +0x0000F0A3 0x9666 # 0 +0x0000F0A4 0x9672 # 0 +0x0000F0A5 0x966C # 0 +0x0000F0A6 0x968D # 0 +0x0000F0A7 0x9698 # 0 +0x0000F0A8 0x9695 # 0 +0x0000F0A9 0x9697 # 0 +0x0000F0AA 0x96AA # 0 +0x0000F0AB 0x96A7 # 0 +0x0000F0AC 0x96B1 # 0 +0x0000F0AD 0x96B2 # 0 +0x0000F0AE 0x96B0 # 0 +0x0000F0AF 0x96B4 # 0 +0x0000F0B0 0x96B6 # 0 +0x0000F0B1 0x96B8 # 0 +0x0000F0B2 0x96B9 # 0 +0x0000F0B3 0x96CE # 0 +0x0000F0B4 0x96CB # 0 +0x0000F0B5 0x96C9 # 0 +0x0000F0B6 0x96CD # 0 +0x0000F0B7 0x894D # 0 +0x0000F0B8 0x96DC # 0 +0x0000F0B9 0x970D # 0 +0x0000F0BA 0x96D5 # 0 +0x0000F0BB 0x96F9 # 0 +0x0000F0BC 0x9704 # 0 +0x0000F0BD 0x9706 # 0 +0x0000F0BE 0x9708 # 0 +0x0000F0BF 0x9713 # 0 +0x0000F0C0 0x970E # 0 +0x0000F0C1 0x9711 # 0 +0x0000F0C2 0x970F # 0 +0x0000F0C3 0x9716 # 0 +0x0000F0C4 0x9719 # 0 +0x0000F0C5 0x9724 # 0 +0x0000F0C6 0x972A # 0 +0x0000F0C7 0x9730 # 0 +0x0000F0C8 0x9739 # 0 +0x0000F0C9 0x973D # 0 +0x0000F0CA 0x973E # 0 +0x0000F0CB 0x9744 # 0 +0x0000F0CC 0x9746 # 0 +0x0000F0CD 0x9748 # 0 +0x0000F0CE 0x9742 # 0 +0x0000F0CF 0x9749 # 0 +0x0000F0D0 0x975C # 0 +0x0000F0D1 0x9760 # 0 +0x0000F0D2 0x9764 # 0 +0x0000F0D3 0x9766 # 0 +0x0000F0D4 0x9768 # 0 +0x0000F0D5 0x52D2 # 0 +0x0000F0D6 0x976B # 0 +0x0000F0D7 0x9771 # 0 +0x0000F0D8 0x9779 # 0 +0x0000F0D9 0x9785 # 0 +0x0000F0DA 0x977C # 0 +0x0000F0DB 0x9781 # 0 +0x0000F0DC 0x977A # 0 +0x0000F0DD 0x9786 # 0 +0x0000F0DE 0x978B # 0 +0x0000F0DF 0x978F # 0 +0x0000F0E0 0x9790 # 0 +0x0000F0E1 0x979C # 0 +0x0000F0E2 0x97A8 # 0 +0x0000F0E3 0x97A6 # 0 +0x0000F0E4 0x97A3 # 0 +0x0000F0E5 0x97B3 # 0 +0x0000F0E6 0x97B4 # 0 +0x0000F0E7 0x97C3 # 0 +0x0000F0E8 0x97C6 # 0 +0x0000F0E9 0x97C8 # 0 +0x0000F0EA 0x97CB # 0 +0x0000F0EB 0x97DC # 0 +0x0000F0EC 0x97ED # 0 +0x0000F0ED 0x9F4F # 0 +0x0000F0EE 0x97F2 # 0 +0x0000F0EF 0x7ADF # 0 +0x0000F0F0 0x97F6 # 0 +0x0000F0F1 0x97F5 # 0 +0x0000F0F2 0x980F # 0 +0x0000F0F3 0x980C # 0 +0x0000F0F4 0x9838 # 0 +0x0000F0F5 0x9824 # 0 +0x0000F0F6 0x9821 # 0 +0x0000F0F7 0x9837 # 0 +0x0000F0F8 0x983D # 0 +0x0000F0F9 0x9846 # 0 +0x0000F0FA 0x984F # 0 +0x0000F0FB 0x984B # 0 +0x0000F0FC 0x986B # 0 +0x0000F0FD 0x986F # 0 +0x0000F0FE 0x9870 # 0 +0x0000F1A1 0x9871 # 0 +0x0000F1A2 0x9874 # 0 +0x0000F1A3 0x9873 # 0 +0x0000F1A4 0x98AA # 0 +0x0000F1A5 0x98AF # 0 +0x0000F1A6 0x98B1 # 0 +0x0000F1A7 0x98B6 # 0 +0x0000F1A8 0x98C4 # 0 +0x0000F1A9 0x98C3 # 0 +0x0000F1AA 0x98C6 # 0 +0x0000F1AB 0x98E9 # 0 +0x0000F1AC 0x98EB # 0 +0x0000F1AD 0x9903 # 0 +0x0000F1AE 0x9909 # 0 +0x0000F1AF 0x9912 # 0 +0x0000F1B0 0x9914 # 0 +0x0000F1B1 0x9918 # 0 +0x0000F1B2 0x9921 # 0 +0x0000F1B3 0x991D # 0 +0x0000F1B4 0x991E # 0 +0x0000F1B5 0x9924 # 0 +0x0000F1B6 0x9920 # 0 +0x0000F1B7 0x992C # 0 +0x0000F1B8 0x992E # 0 +0x0000F1B9 0x993D # 0 +0x0000F1BA 0x993E # 0 +0x0000F1BB 0x9942 # 0 +0x0000F1BC 0x9949 # 0 +0x0000F1BD 0x9945 # 0 +0x0000F1BE 0x9950 # 0 +0x0000F1BF 0x994B # 0 +0x0000F1C0 0x9951 # 0 +0x0000F1C1 0x9952 # 0 +0x0000F1C2 0x994C # 0 +0x0000F1C3 0x9955 # 0 +0x0000F1C4 0x9997 # 0 +0x0000F1C5 0x9998 # 0 +0x0000F1C6 0x99A5 # 0 +0x0000F1C7 0x99AD # 0 +0x0000F1C8 0x99AE # 0 +0x0000F1C9 0x99BC # 0 +0x0000F1CA 0x99DF # 0 +0x0000F1CB 0x99DB # 0 +0x0000F1CC 0x99DD # 0 +0x0000F1CD 0x99D8 # 0 +0x0000F1CE 0x99D1 # 0 +0x0000F1CF 0x99ED # 0 +0x0000F1D0 0x99EE # 0 +0x0000F1D1 0x99F1 # 0 +0x0000F1D2 0x99F2 # 0 +0x0000F1D3 0x99FB # 0 +0x0000F1D4 0x99F8 # 0 +0x0000F1D5 0x9A01 # 0 +0x0000F1D6 0x9A0F # 0 +0x0000F1D7 0x9A05 # 0 +0x0000F1D8 0x99E2 # 0 +0x0000F1D9 0x9A19 # 0 +0x0000F1DA 0x9A2B # 0 +0x0000F1DB 0x9A37 # 0 +0x0000F1DC 0x9A45 # 0 +0x0000F1DD 0x9A42 # 0 +0x0000F1DE 0x9A40 # 0 +0x0000F1DF 0x9A43 # 0 +0x0000F1E0 0x9A3E # 0 +0x0000F1E1 0x9A55 # 0 +0x0000F1E2 0x9A4D # 0 +0x0000F1E3 0x9A5B # 0 +0x0000F1E4 0x9A57 # 0 +0x0000F1E5 0x9A5F # 0 +0x0000F1E6 0x9A62 # 0 +0x0000F1E7 0x9A65 # 0 +0x0000F1E8 0x9A64 # 0 +0x0000F1E9 0x9A69 # 0 +0x0000F1EA 0x9A6B # 0 +0x0000F1EB 0x9A6A # 0 +0x0000F1EC 0x9AAD # 0 +0x0000F1ED 0x9AB0 # 0 +0x0000F1EE 0x9ABC # 0 +0x0000F1EF 0x9AC0 # 0 +0x0000F1F0 0x9ACF # 0 +0x0000F1F1 0x9AD1 # 0 +0x0000F1F2 0x9AD3 # 0 +0x0000F1F3 0x9AD4 # 0 +0x0000F1F4 0x9ADE # 0 +0x0000F1F5 0x9ADF # 0 +0x0000F1F6 0x9AE2 # 0 +0x0000F1F7 0x9AE3 # 0 +0x0000F1F8 0x9AE6 # 0 +0x0000F1F9 0x9AEF # 0 +0x0000F1FA 0x9AEB # 0 +0x0000F1FB 0x9AEE # 0 +0x0000F1FC 0x9AF4 # 0 +0x0000F1FD 0x9AF1 # 0 +0x0000F1FE 0x9AF7 # 0 +0x0000F2A1 0x9AFB # 0 +0x0000F2A2 0x9B06 # 0 +0x0000F2A3 0x9B18 # 0 +0x0000F2A4 0x9B1A # 0 +0x0000F2A5 0x9B1F # 0 +0x0000F2A6 0x9B22 # 0 +0x0000F2A7 0x9B23 # 0 +0x0000F2A8 0x9B25 # 0 +0x0000F2A9 0x9B27 # 0 +0x0000F2AA 0x9B28 # 0 +0x0000F2AB 0x9B29 # 0 +0x0000F2AC 0x9B2A # 0 +0x0000F2AD 0x9B2E # 0 +0x0000F2AE 0x9B2F # 0 +0x0000F2AF 0x9B32 # 0 +0x0000F2B0 0x9B44 # 0 +0x0000F2B1 0x9B43 # 0 +0x0000F2B2 0x9B4F # 0 +0x0000F2B3 0x9B4D # 0 +0x0000F2B4 0x9B4E # 0 +0x0000F2B5 0x9B51 # 0 +0x0000F2B6 0x9B58 # 0 +0x0000F2B7 0x9B74 # 0 +0x0000F2B8 0x9B93 # 0 +0x0000F2B9 0x9B83 # 0 +0x0000F2BA 0x9B91 # 0 +0x0000F2BB 0x9B96 # 0 +0x0000F2BC 0x9B97 # 0 +0x0000F2BD 0x9B9F # 0 +0x0000F2BE 0x9BA0 # 0 +0x0000F2BF 0x9BA8 # 0 +0x0000F2C0 0x9BB4 # 0 +0x0000F2C1 0x9BC0 # 0 +0x0000F2C2 0x9BCA # 0 +0x0000F2C3 0x9BB9 # 0 +0x0000F2C4 0x9BC6 # 0 +0x0000F2C5 0x9BCF # 0 +0x0000F2C6 0x9BD1 # 0 +0x0000F2C7 0x9BD2 # 0 +0x0000F2C8 0x9BE3 # 0 +0x0000F2C9 0x9BE2 # 0 +0x0000F2CA 0x9BE4 # 0 +0x0000F2CB 0x9BD4 # 0 +0x0000F2CC 0x9BE1 # 0 +0x0000F2CD 0x9C3A # 0 +0x0000F2CE 0x9BF2 # 0 +0x0000F2CF 0x9BF1 # 0 +0x0000F2D0 0x9BF0 # 0 +0x0000F2D1 0x9C15 # 0 +0x0000F2D2 0x9C14 # 0 +0x0000F2D3 0x9C09 # 0 +0x0000F2D4 0x9C13 # 0 +0x0000F2D5 0x9C0C # 0 +0x0000F2D6 0x9C06 # 0 +0x0000F2D7 0x9C08 # 0 +0x0000F2D8 0x9C12 # 0 +0x0000F2D9 0x9C0A # 0 +0x0000F2DA 0x9C04 # 0 +0x0000F2DB 0x9C2E # 0 +0x0000F2DC 0x9C1B # 0 +0x0000F2DD 0x9C25 # 0 +0x0000F2DE 0x9C24 # 0 +0x0000F2DF 0x9C21 # 0 +0x0000F2E0 0x9C30 # 0 +0x0000F2E1 0x9C47 # 0 +0x0000F2E2 0x9C32 # 0 +0x0000F2E3 0x9C46 # 0 +0x0000F2E4 0x9C3E # 0 +0x0000F2E5 0x9C5A # 0 +0x0000F2E6 0x9C60 # 0 +0x0000F2E7 0x9C67 # 0 +0x0000F2E8 0x9C76 # 0 +0x0000F2E9 0x9C78 # 0 +0x0000F2EA 0x9CE7 # 0 +0x0000F2EB 0x9CEC # 0 +0x0000F2EC 0x9CF0 # 0 +0x0000F2ED 0x9D09 # 0 +0x0000F2EE 0x9D08 # 0 +0x0000F2EF 0x9CEB # 0 +0x0000F2F0 0x9D03 # 0 +0x0000F2F1 0x9D06 # 0 +0x0000F2F2 0x9D2A # 0 +0x0000F2F3 0x9D26 # 0 +0x0000F2F4 0x9DAF # 0 +0x0000F2F5 0x9D23 # 0 +0x0000F2F6 0x9D1F # 0 +0x0000F2F7 0x9D44 # 0 +0x0000F2F8 0x9D15 # 0 +0x0000F2F9 0x9D12 # 0 +0x0000F2FA 0x9D41 # 0 +0x0000F2FB 0x9D3F # 0 +0x0000F2FC 0x9D3E # 0 +0x0000F2FD 0x9D46 # 0 +0x0000F2FE 0x9D48 # 0 +0x0000F3A1 0x9D5D # 0 +0x0000F3A2 0x9D5E # 0 +0x0000F3A3 0x9D64 # 0 +0x0000F3A4 0x9D51 # 0 +0x0000F3A5 0x9D50 # 0 +0x0000F3A6 0x9D59 # 0 +0x0000F3A7 0x9D72 # 0 +0x0000F3A8 0x9D89 # 0 +0x0000F3A9 0x9D87 # 0 +0x0000F3AA 0x9DAB # 0 +0x0000F3AB 0x9D6F # 0 +0x0000F3AC 0x9D7A # 0 +0x0000F3AD 0x9D9A # 0 +0x0000F3AE 0x9DA4 # 0 +0x0000F3AF 0x9DA9 # 0 +0x0000F3B0 0x9DB2 # 0 +0x0000F3B1 0x9DC4 # 0 +0x0000F3B2 0x9DC1 # 0 +0x0000F3B3 0x9DBB # 0 +0x0000F3B4 0x9DB8 # 0 +0x0000F3B5 0x9DBA # 0 +0x0000F3B6 0x9DC6 # 0 +0x0000F3B7 0x9DCF # 0 +0x0000F3B8 0x9DC2 # 0 +0x0000F3B9 0x9DD9 # 0 +0x0000F3BA 0x9DD3 # 0 +0x0000F3BB 0x9DF8 # 0 +0x0000F3BC 0x9DE6 # 0 +0x0000F3BD 0x9DED # 0 +0x0000F3BE 0x9DEF # 0 +0x0000F3BF 0x9DFD # 0 +0x0000F3C0 0x9E1A # 0 +0x0000F3C1 0x9E1B # 0 +0x0000F3C2 0x9E1E # 0 +0x0000F3C3 0x9E75 # 0 +0x0000F3C4 0x9E79 # 0 +0x0000F3C5 0x9E7D # 0 +0x0000F3C6 0x9E81 # 0 +0x0000F3C7 0x9E88 # 0 +0x0000F3C8 0x9E8B # 0 +0x0000F3C9 0x9E8C # 0 +0x0000F3CA 0x9E92 # 0 +0x0000F3CB 0x9E95 # 0 +0x0000F3CC 0x9E91 # 0 +0x0000F3CD 0x9E9D # 0 +0x0000F3CE 0x9EA5 # 0 +0x0000F3CF 0x9EA9 # 0 +0x0000F3D0 0x9EB8 # 0 +0x0000F3D1 0x9EAA # 0 +0x0000F3D2 0x9EAD # 0 +0x0000F3D3 0x9761 # 0 +0x0000F3D4 0x9ECC # 0 +0x0000F3D5 0x9ECE # 0 +0x0000F3D6 0x9ECF # 0 +0x0000F3D7 0x9ED0 # 0 +0x0000F3D8 0x9ED4 # 0 +0x0000F3D9 0x9EDC # 0 +0x0000F3DA 0x9EDE # 0 +0x0000F3DB 0x9EDD # 0 +0x0000F3DC 0x9EE0 # 0 +0x0000F3DD 0x9EE5 # 0 +0x0000F3DE 0x9EE8 # 0 +0x0000F3DF 0x9EEF # 0 +0x0000F3E0 0x9EF4 # 0 +0x0000F3E1 0x9EF6 # 0 +0x0000F3E2 0x9EF7 # 0 +0x0000F3E3 0x9EF9 # 0 +0x0000F3E4 0x9EFB # 0 +0x0000F3E5 0x9EFC # 0 +0x0000F3E6 0x9EFD # 0 +0x0000F3E7 0x9F07 # 0 +0x0000F3E8 0x9F08 # 0 +0x0000F3E9 0x76B7 # 0 +0x0000F3EA 0x9F15 # 0 +0x0000F3EB 0x9F21 # 0 +0x0000F3EC 0x9F2C # 0 +0x0000F3ED 0x9F3E # 0 +0x0000F3EE 0x9F4A # 0 +0x0000F3EF 0x9F52 # 0 +0x0000F3F0 0x9F54 # 0 +0x0000F3F1 0x9F63 # 0 +0x0000F3F2 0x9F5F # 0 +0x0000F3F3 0x9F60 # 0 +0x0000F3F4 0x9F61 # 0 +0x0000F3F5 0x9F66 # 0 +0x0000F3F6 0x9F67 # 0 +0x0000F3F7 0x9F6C # 0 +0x0000F3F8 0x9F6A # 0 +0x0000F3F9 0x9F77 # 0 +0x0000F3FA 0x9F72 # 0 +0x0000F3FB 0x9F76 # 0 +0x0000F3FC 0x9F95 # 0 +0x0000F3FD 0x9F9C # 0 +0x0000F3FE 0x9FA0 # 0 +0x0000F4A1 0x582F # 0 +0x0000F4A2 0x69C7 # 0 +0x0000F4A3 0x9059 # 0 +0x0000F4A4 0x7464 # 0 +0x0000F4A5 0x51DC # 0 +0x0000F4A6 0x7199 # 0 +0x0000F5A1 0xE000 # 0 +0x0000F5A2 0xE001 # 0 +0x0000F5A3 0xE002 # 0 +0x0000F5A4 0xE003 # 0 +0x0000F5A5 0xE004 # 0 +0x0000F5A6 0xE005 # 0 +0x0000F5A7 0xE006 # 0 +0x0000F5A8 0xE007 # 0 +0x0000F5A9 0xE008 # 0 +0x0000F5AA 0xE009 # 0 +0x0000F5AB 0xE00A # 0 +0x0000F5AC 0xE00B # 0 +0x0000F5AD 0xE00C # 0 +0x0000F5AE 0xE00D # 0 +0x0000F5AF 0xE00E # 0 +0x0000F5B0 0xE00F # 0 +0x0000F5B1 0xE010 # 0 +0x0000F5B2 0xE011 # 0 +0x0000F5B3 0xE012 # 0 +0x0000F5B4 0xE013 # 0 +0x0000F5B5 0xE014 # 0 +0x0000F5B6 0xE015 # 0 +0x0000F5B7 0xE016 # 0 +0x0000F5B8 0xE017 # 0 +0x0000F5B9 0xE018 # 0 +0x0000F5BA 0xE019 # 0 +0x0000F5BB 0xE01A # 0 +0x0000F5BC 0xE01B # 0 +0x0000F5BD 0xE01C # 0 +0x0000F5BE 0xE01D # 0 +0x0000F5BF 0xE01E # 0 +0x0000F5C0 0xE01F # 0 +0x0000F5C1 0xE020 # 0 +0x0000F5C2 0xE021 # 0 +0x0000F5C3 0xE022 # 0 +0x0000F5C4 0xE023 # 0 +0x0000F5C5 0xE024 # 0 +0x0000F5C6 0xE025 # 0 +0x0000F5C7 0xE026 # 0 +0x0000F5C8 0xE027 # 0 +0x0000F5C9 0xE028 # 0 +0x0000F5CA 0xE029 # 0 +0x0000F5CB 0xE02A # 0 +0x0000F5CC 0xE02B # 0 +0x0000F5CD 0xE02C # 0 +0x0000F5CE 0xE02D # 0 +0x0000F5CF 0xE02E # 0 +0x0000F5D0 0xE02F # 0 +0x0000F5D1 0xE030 # 0 +0x0000F5D2 0xE031 # 0 +0x0000F5D3 0xE032 # 0 +0x0000F5D4 0xE033 # 0 +0x0000F5D5 0xE034 # 0 +0x0000F5D6 0xE035 # 0 +0x0000F5D7 0xE036 # 0 +0x0000F5D8 0xE037 # 0 +0x0000F5D9 0xE038 # 0 +0x0000F5DA 0xE039 # 0 +0x0000F5DB 0xE03A # 0 +0x0000F5DC 0xE03B # 0 +0x0000F5DD 0xE03C # 0 +0x0000F5DE 0xE03D # 0 +0x0000F5DF 0xE03E # 0 +0x0000F5E0 0xE03F # 0 +0x0000F5E1 0xE040 # 0 +0x0000F5E2 0xE041 # 0 +0x0000F5E3 0xE042 # 0 +0x0000F5E4 0xE043 # 0 +0x0000F5E5 0xE044 # 0 +0x0000F5E6 0xE045 # 0 +0x0000F5E7 0xE046 # 0 +0x0000F5E8 0xE047 # 0 +0x0000F5E9 0xE048 # 0 +0x0000F5EA 0xE049 # 0 +0x0000F5EB 0xE04A # 0 +0x0000F5EC 0xE04B # 0 +0x0000F5ED 0xE04C # 0 +0x0000F5EE 0xE04D # 0 +0x0000F5EF 0xE04E # 0 +0x0000F5F0 0xE04F # 0 +0x0000F5F1 0xE050 # 0 +0x0000F5F2 0xE051 # 0 +0x0000F5F3 0xE052 # 0 +0x0000F5F4 0xE053 # 0 +0x0000F5F5 0xE054 # 0 +0x0000F5F6 0xE055 # 0 +0x0000F5F7 0xE056 # 0 +0x0000F5F8 0xE057 # 0 +0x0000F5F9 0xE058 # 0 +0x0000F5FA 0xE059 # 0 +0x0000F5FB 0xE05A # 0 +0x0000F5FC 0xE05B # 0 +0x0000F5FD 0xE05C # 0 +0x0000F5FE 0xE05D # 0 +0x0000F6A1 0xE05E # 0 +0x0000F6A2 0xE05F # 0 +0x0000F6A3 0xE060 # 0 +0x0000F6A4 0xE061 # 0 +0x0000F6A5 0xE062 # 0 +0x0000F6A6 0xE063 # 0 +0x0000F6A7 0xE064 # 0 +0x0000F6A8 0xE065 # 0 +0x0000F6A9 0xE066 # 0 +0x0000F6AA 0xE067 # 0 +0x0000F6AB 0xE068 # 0 +0x0000F6AC 0xE069 # 0 +0x0000F6AD 0xE06A # 0 +0x0000F6AE 0xE06B # 0 +0x0000F6AF 0xE06C # 0 +0x0000F6B0 0xE06D # 0 +0x0000F6B1 0xE06E # 0 +0x0000F6B2 0xE06F # 0 +0x0000F6B3 0xE070 # 0 +0x0000F6B4 0xE071 # 0 +0x0000F6B5 0xE072 # 0 +0x0000F6B6 0xE073 # 0 +0x0000F6B7 0xE074 # 0 +0x0000F6B8 0xE075 # 0 +0x0000F6B9 0xE076 # 0 +0x0000F6BA 0xE077 # 0 +0x0000F6BB 0xE078 # 0 +0x0000F6BC 0xE079 # 0 +0x0000F6BD 0xE07A # 0 +0x0000F6BE 0xE07B # 0 +0x0000F6BF 0xE07C # 0 +0x0000F6C0 0xE07D # 0 +0x0000F6C1 0xE07E # 0 +0x0000F6C2 0xE07F # 0 +0x0000F6C3 0xE080 # 0 +0x0000F6C4 0xE081 # 0 +0x0000F6C5 0xE082 # 0 +0x0000F6C6 0xE083 # 0 +0x0000F6C7 0xE084 # 0 +0x0000F6C8 0xE085 # 0 +0x0000F6C9 0xE086 # 0 +0x0000F6CA 0xE087 # 0 +0x0000F6CB 0xE088 # 0 +0x0000F6CC 0xE089 # 0 +0x0000F6CD 0xE08A # 0 +0x0000F6CE 0xE08B # 0 +0x0000F6CF 0xE08C # 0 +0x0000F6D0 0xE08D # 0 +0x0000F6D1 0xE08E # 0 +0x0000F6D2 0xE08F # 0 +0x0000F6D3 0xE090 # 0 +0x0000F6D4 0xE091 # 0 +0x0000F6D5 0xE092 # 0 +0x0000F6D6 0xE093 # 0 +0x0000F6D7 0xE094 # 0 +0x0000F6D8 0xE095 # 0 +0x0000F6D9 0xE096 # 0 +0x0000F6DA 0xE097 # 0 +0x0000F6DB 0xE098 # 0 +0x0000F6DC 0xE099 # 0 +0x0000F6DD 0xE09A # 0 +0x0000F6DE 0xE09B # 0 +0x0000F6DF 0xE09C # 0 +0x0000F6E0 0xE09D # 0 +0x0000F6E1 0xE09E # 0 +0x0000F6E2 0xE09F # 0 +0x0000F6E3 0xE0A0 # 0 +0x0000F6E4 0xE0A1 # 0 +0x0000F6E5 0xE0A2 # 0 +0x0000F6E6 0xE0A3 # 0 +0x0000F6E7 0xE0A4 # 0 +0x0000F6E8 0xE0A5 # 0 +0x0000F6E9 0xE0A6 # 0 +0x0000F6EA 0xE0A7 # 0 +0x0000F6EB 0xE0A8 # 0 +0x0000F6EC 0xE0A9 # 0 +0x0000F6ED 0xE0AA # 0 +0x0000F6EE 0xE0AB # 0 +0x0000F6EF 0xE0AC # 0 +0x0000F6F0 0xE0AD # 0 +0x0000F6F1 0xE0AE # 0 +0x0000F6F2 0xE0AF # 0 +0x0000F6F3 0xE0B0 # 0 +0x0000F6F4 0xE0B1 # 0 +0x0000F6F5 0xE0B2 # 0 +0x0000F6F6 0xE0B3 # 0 +0x0000F6F7 0xE0B4 # 0 +0x0000F6F8 0xE0B5 # 0 +0x0000F6F9 0xE0B6 # 0 +0x0000F6FA 0xE0B7 # 0 +0x0000F6FB 0xE0B8 # 0 +0x0000F6FC 0xE0B9 # 0 +0x0000F6FD 0xE0BA # 0 +0x0000F6FE 0xE0BB # 0 +0x0000F7A1 0xE0BC # 0 +0x0000F7A2 0xE0BD # 0 +0x0000F7A3 0xE0BE # 0 +0x0000F7A4 0xE0BF # 0 +0x0000F7A5 0xE0C0 # 0 +0x0000F7A6 0xE0C1 # 0 +0x0000F7A7 0xE0C2 # 0 +0x0000F7A8 0xE0C3 # 0 +0x0000F7A9 0xE0C4 # 0 +0x0000F7AA 0xE0C5 # 0 +0x0000F7AB 0xE0C6 # 0 +0x0000F7AC 0xE0C7 # 0 +0x0000F7AD 0xE0C8 # 0 +0x0000F7AE 0xE0C9 # 0 +0x0000F7AF 0xE0CA # 0 +0x0000F7B0 0xE0CB # 0 +0x0000F7B1 0xE0CC # 0 +0x0000F7B2 0xE0CD # 0 +0x0000F7B3 0xE0CE # 0 +0x0000F7B4 0xE0CF # 0 +0x0000F7B5 0xE0D0 # 0 +0x0000F7B6 0xE0D1 # 0 +0x0000F7B7 0xE0D2 # 0 +0x0000F7B8 0xE0D3 # 0 +0x0000F7B9 0xE0D4 # 0 +0x0000F7BA 0xE0D5 # 0 +0x0000F7BB 0xE0D6 # 0 +0x0000F7BC 0xE0D7 # 0 +0x0000F7BD 0xE0D8 # 0 +0x0000F7BE 0xE0D9 # 0 +0x0000F7BF 0xE0DA # 0 +0x0000F7C0 0xE0DB # 0 +0x0000F7C1 0xE0DC # 0 +0x0000F7C2 0xE0DD # 0 +0x0000F7C3 0xE0DE # 0 +0x0000F7C4 0xE0DF # 0 +0x0000F7C5 0xE0E0 # 0 +0x0000F7C6 0xE0E1 # 0 +0x0000F7C7 0xE0E2 # 0 +0x0000F7C8 0xE0E3 # 0 +0x0000F7C9 0xE0E4 # 0 +0x0000F7CA 0xE0E5 # 0 +0x0000F7CB 0xE0E6 # 0 +0x0000F7CC 0xE0E7 # 0 +0x0000F7CD 0xE0E8 # 0 +0x0000F7CE 0xE0E9 # 0 +0x0000F7CF 0xE0EA # 0 +0x0000F7D0 0xE0EB # 0 +0x0000F7D1 0xE0EC # 0 +0x0000F7D2 0xE0ED # 0 +0x0000F7D3 0xE0EE # 0 +0x0000F7D4 0xE0EF # 0 +0x0000F7D5 0xE0F0 # 0 +0x0000F7D6 0xE0F1 # 0 +0x0000F7D7 0xE0F2 # 0 +0x0000F7D8 0xE0F3 # 0 +0x0000F7D9 0xE0F4 # 0 +0x0000F7DA 0xE0F5 # 0 +0x0000F7DB 0xE0F6 # 0 +0x0000F7DC 0xE0F7 # 0 +0x0000F7DD 0xE0F8 # 0 +0x0000F7DE 0xE0F9 # 0 +0x0000F7DF 0xE0FA # 0 +0x0000F7E0 0xE0FB # 0 +0x0000F7E1 0xE0FC # 0 +0x0000F7E2 0xE0FD # 0 +0x0000F7E3 0xE0FE # 0 +0x0000F7E4 0xE0FF # 0 +0x0000F7E5 0xE100 # 0 +0x0000F7E6 0xE101 # 0 +0x0000F7E7 0xE102 # 0 +0x0000F7E8 0xE103 # 0 +0x0000F7E9 0xE104 # 0 +0x0000F7EA 0xE105 # 0 +0x0000F7EB 0xE106 # 0 +0x0000F7EC 0xE107 # 0 +0x0000F7ED 0xE108 # 0 +0x0000F7EE 0xE109 # 0 +0x0000F7EF 0xE10A # 0 +0x0000F7F0 0xE10B # 0 +0x0000F7F1 0xE10C # 0 +0x0000F7F2 0xE10D # 0 +0x0000F7F3 0xE10E # 0 +0x0000F7F4 0xE10F # 0 +0x0000F7F5 0xE110 # 0 +0x0000F7F6 0xE111 # 0 +0x0000F7F7 0xE112 # 0 +0x0000F7F8 0xE113 # 0 +0x0000F7F9 0xE114 # 0 +0x0000F7FA 0xE115 # 0 +0x0000F7FB 0xE116 # 0 +0x0000F7FC 0xE117 # 0 +0x0000F7FD 0xE118 # 0 +0x0000F7FE 0xE119 # 0 +0x0000F8A1 0xE11A # 0 +0x0000F8A2 0xE11B # 0 +0x0000F8A3 0xE11C # 0 +0x0000F8A4 0xE11D # 0 +0x0000F8A5 0xE11E # 0 +0x0000F8A6 0xE11F # 0 +0x0000F8A7 0xE120 # 0 +0x0000F8A8 0xE121 # 0 +0x0000F8A9 0xE122 # 0 +0x0000F8AA 0xE123 # 0 +0x0000F8AB 0xE124 # 0 +0x0000F8AC 0xE125 # 0 +0x0000F8AD 0xE126 # 0 +0x0000F8AE 0xE127 # 0 +0x0000F8AF 0xE128 # 0 +0x0000F8B0 0xE129 # 0 +0x0000F8B1 0xE12A # 0 +0x0000F8B2 0xE12B # 0 +0x0000F8B3 0xE12C # 0 +0x0000F8B4 0xE12D # 0 +0x0000F8B5 0xE12E # 0 +0x0000F8B6 0xE12F # 0 +0x0000F8B7 0xE130 # 0 +0x0000F8B8 0xE131 # 0 +0x0000F8B9 0xE132 # 0 +0x0000F8BA 0xE133 # 0 +0x0000F8BB 0xE134 # 0 +0x0000F8BC 0xE135 # 0 +0x0000F8BD 0xE136 # 0 +0x0000F8BE 0xE137 # 0 +0x0000F8BF 0xE138 # 0 +0x0000F8C0 0xE139 # 0 +0x0000F8C1 0xE13A # 0 +0x0000F8C2 0xE13B # 0 +0x0000F8C3 0xE13C # 0 +0x0000F8C4 0xE13D # 0 +0x0000F8C5 0xE13E # 0 +0x0000F8C6 0xE13F # 0 +0x0000F8C7 0xE140 # 0 +0x0000F8C8 0xE141 # 0 +0x0000F8C9 0xE142 # 0 +0x0000F8CA 0xE143 # 0 +0x0000F8CB 0xE144 # 0 +0x0000F8CC 0xE145 # 0 +0x0000F8CD 0xE146 # 0 +0x0000F8CE 0xE147 # 0 +0x0000F8CF 0xE148 # 0 +0x0000F8D0 0xE149 # 0 +0x0000F8D1 0xE14A # 0 +0x0000F8D2 0xE14B # 0 +0x0000F8D3 0xE14C # 0 +0x0000F8D4 0xE14D # 0 +0x0000F8D5 0xE14E # 0 +0x0000F8D6 0xE14F # 0 +0x0000F8D7 0xE150 # 0 +0x0000F8D8 0xE151 # 0 +0x0000F8D9 0xE152 # 0 +0x0000F8DA 0xE153 # 0 +0x0000F8DB 0xE154 # 0 +0x0000F8DC 0xE155 # 0 +0x0000F8DD 0xE156 # 0 +0x0000F8DE 0xE157 # 0 +0x0000F8DF 0xE158 # 0 +0x0000F8E0 0xE159 # 0 +0x0000F8E1 0xE15A # 0 +0x0000F8E2 0xE15B # 0 +0x0000F8E3 0xE15C # 0 +0x0000F8E4 0xE15D # 0 +0x0000F8E5 0xE15E # 0 +0x0000F8E6 0xE15F # 0 +0x0000F8E7 0xE160 # 0 +0x0000F8E8 0xE161 # 0 +0x0000F8E9 0xE162 # 0 +0x0000F8EA 0xE163 # 0 +0x0000F8EB 0xE164 # 0 +0x0000F8EC 0xE165 # 0 +0x0000F8ED 0xE166 # 0 +0x0000F8EE 0xE167 # 0 +0x0000F8EF 0xE168 # 0 +0x0000F8F0 0xE169 # 0 +0x0000F8F1 0xE16A # 0 +0x0000F8F2 0xE16B # 0 +0x0000F8F3 0xE16C # 0 +0x0000F8F4 0xE16D # 0 +0x0000F8F5 0xE16E # 0 +0x0000F8F6 0xE16F # 0 +0x0000F8F7 0xE170 # 0 +0x0000F8F8 0xE171 # 0 +0x0000F8F9 0xE172 # 0 +0x0000F8FA 0xE173 # 0 +0x0000F8FB 0xE174 # 0 +0x0000F8FC 0xE175 # 0 +0x0000F8FD 0xE176 # 0 +0x0000F8FE 0xE177 # 0 +0x0000F9A1 0xE178 # 0 +0x0000F9A2 0xE179 # 0 +0x0000F9A3 0xE17A # 0 +0x0000F9A4 0xE17B # 0 +0x0000F9A5 0xE17C # 0 +0x0000F9A6 0xE17D # 0 +0x0000F9A7 0xE17E # 0 +0x0000F9A8 0xE17F # 0 +0x0000F9A9 0xE180 # 0 +0x0000F9AA 0xE181 # 0 +0x0000F9AB 0xE182 # 0 +0x0000F9AC 0xE183 # 0 +0x0000F9AD 0xE184 # 0 +0x0000F9AE 0xE185 # 0 +0x0000F9AF 0xE186 # 0 +0x0000F9B0 0xE187 # 0 +0x0000F9B1 0xE188 # 0 +0x0000F9B2 0xE189 # 0 +0x0000F9B3 0xE18A # 0 +0x0000F9B4 0xE18B # 0 +0x0000F9B5 0xE18C # 0 +0x0000F9B6 0xE18D # 0 +0x0000F9B7 0xE18E # 0 +0x0000F9B8 0xE18F # 0 +0x0000F9B9 0xE190 # 0 +0x0000F9BA 0xE191 # 0 +0x0000F9BB 0xE192 # 0 +0x0000F9BC 0xE193 # 0 +0x0000F9BD 0xE194 # 0 +0x0000F9BE 0xE195 # 0 +0x0000F9BF 0xE196 # 0 +0x0000F9C0 0xE197 # 0 +0x0000F9C1 0xE198 # 0 +0x0000F9C2 0xE199 # 0 +0x0000F9C3 0xE19A # 0 +0x0000F9C4 0xE19B # 0 +0x0000F9C5 0xE19C # 0 +0x0000F9C6 0xE19D # 0 +0x0000F9C7 0xE19E # 0 +0x0000F9C8 0xE19F # 0 +0x0000F9C9 0xE1A0 # 0 +0x0000F9CA 0xE1A1 # 0 +0x0000F9CB 0xE1A2 # 0 +0x0000F9CC 0xE1A3 # 0 +0x0000F9CD 0xE1A4 # 0 +0x0000F9CE 0xE1A5 # 0 +0x0000F9CF 0xE1A6 # 0 +0x0000F9D0 0xE1A7 # 0 +0x0000F9D1 0xE1A8 # 0 +0x0000F9D2 0xE1A9 # 0 +0x0000F9D3 0xE1AA # 0 +0x0000F9D4 0xE1AB # 0 +0x0000F9D5 0xE1AC # 0 +0x0000F9D6 0xE1AD # 0 +0x0000F9D7 0xE1AE # 0 +0x0000F9D8 0xE1AF # 0 +0x0000F9D9 0xE1B0 # 0 +0x0000F9DA 0xE1B1 # 0 +0x0000F9DB 0xE1B2 # 0 +0x0000F9DC 0xE1B3 # 0 +0x0000F9DD 0xE1B4 # 0 +0x0000F9DE 0xE1B5 # 0 +0x0000F9DF 0xE1B6 # 0 +0x0000F9E0 0xE1B7 # 0 +0x0000F9E1 0xE1B8 # 0 +0x0000F9E2 0xE1B9 # 0 +0x0000F9E3 0xE1BA # 0 +0x0000F9E4 0xE1BB # 0 +0x0000F9E5 0xE1BC # 0 +0x0000F9E6 0xE1BD # 0 +0x0000F9E7 0xE1BE # 0 +0x0000F9E8 0xE1BF # 0 +0x0000F9E9 0xE1C0 # 0 +0x0000F9EA 0xE1C1 # 0 +0x0000F9EB 0xE1C2 # 0 +0x0000F9EC 0xE1C3 # 0 +0x0000F9ED 0xE1C4 # 0 +0x0000F9EE 0xE1C5 # 0 +0x0000F9EF 0xE1C6 # 0 +0x0000F9F0 0xE1C7 # 0 +0x0000F9F1 0xE1C8 # 0 +0x0000F9F2 0xE1C9 # 0 +0x0000F9F3 0xE1CA # 0 +0x0000F9F4 0xE1CB # 0 +0x0000F9F5 0xE1CC # 0 +0x0000F9F6 0xE1CD # 0 +0x0000F9F7 0xE1CE # 0 +0x0000F9F8 0xE1CF # 0 +0x0000F9F9 0xE1D0 # 0 +0x0000F9FA 0xE1D1 # 0 +0x0000F9FB 0xE1D2 # 0 +0x0000F9FC 0xE1D3 # 0 +0x0000F9FD 0xE1D4 # 0 +0x0000F9FE 0xE1D5 # 0 +0x0000FAA1 0xE1D6 # 0 +0x0000FAA2 0xE1D7 # 0 +0x0000FAA3 0xE1D8 # 0 +0x0000FAA4 0xE1D9 # 0 +0x0000FAA5 0xE1DA # 0 +0x0000FAA6 0xE1DB # 0 +0x0000FAA7 0xE1DC # 0 +0x0000FAA8 0xE1DD # 0 +0x0000FAA9 0xE1DE # 0 +0x0000FAAA 0xE1DF # 0 +0x0000FAAB 0xE1E0 # 0 +0x0000FAAC 0xE1E1 # 0 +0x0000FAAD 0xE1E2 # 0 +0x0000FAAE 0xE1E3 # 0 +0x0000FAAF 0xE1E4 # 0 +0x0000FAB0 0xE1E5 # 0 +0x0000FAB1 0xE1E6 # 0 +0x0000FAB2 0xE1E7 # 0 +0x0000FAB3 0xE1E8 # 0 +0x0000FAB4 0xE1E9 # 0 +0x0000FAB5 0xE1EA # 0 +0x0000FAB6 0xE1EB # 0 +0x0000FAB7 0xE1EC # 0 +0x0000FAB8 0xE1ED # 0 +0x0000FAB9 0xE1EE # 0 +0x0000FABA 0xE1EF # 0 +0x0000FABB 0xE1F0 # 0 +0x0000FABC 0xE1F1 # 0 +0x0000FABD 0xE1F2 # 0 +0x0000FABE 0xE1F3 # 0 +0x0000FABF 0xE1F4 # 0 +0x0000FAC0 0xE1F5 # 0 +0x0000FAC1 0xE1F6 # 0 +0x0000FAC2 0xE1F7 # 0 +0x0000FAC3 0xE1F8 # 0 +0x0000FAC4 0xE1F9 # 0 +0x0000FAC5 0xE1FA # 0 +0x0000FAC6 0xE1FB # 0 +0x0000FAC7 0xE1FC # 0 +0x0000FAC8 0xE1FD # 0 +0x0000FAC9 0xE1FE # 0 +0x0000FACA 0xE1FF # 0 +0x0000FACB 0xE200 # 0 +0x0000FACC 0xE201 # 0 +0x0000FACD 0xE202 # 0 +0x0000FACE 0xE203 # 0 +0x0000FACF 0xE204 # 0 +0x0000FAD0 0xE205 # 0 +0x0000FAD1 0xE206 # 0 +0x0000FAD2 0xE207 # 0 +0x0000FAD3 0xE208 # 0 +0x0000FAD4 0xE209 # 0 +0x0000FAD5 0xE20A # 0 +0x0000FAD6 0xE20B # 0 +0x0000FAD7 0xE20C # 0 +0x0000FAD8 0xE20D # 0 +0x0000FAD9 0xE20E # 0 +0x0000FADA 0xE20F # 0 +0x0000FADB 0xE210 # 0 +0x0000FADC 0xE211 # 0 +0x0000FADD 0xE212 # 0 +0x0000FADE 0xE213 # 0 +0x0000FADF 0xE214 # 0 +0x0000FAE0 0xE215 # 0 +0x0000FAE1 0xE216 # 0 +0x0000FAE2 0xE217 # 0 +0x0000FAE3 0xE218 # 0 +0x0000FAE4 0xE219 # 0 +0x0000FAE5 0xE21A # 0 +0x0000FAE6 0xE21B # 0 +0x0000FAE7 0xE21C # 0 +0x0000FAE8 0xE21D # 0 +0x0000FAE9 0xE21E # 0 +0x0000FAEA 0xE21F # 0 +0x0000FAEB 0xE220 # 0 +0x0000FAEC 0xE221 # 0 +0x0000FAED 0xE222 # 0 +0x0000FAEE 0xE223 # 0 +0x0000FAEF 0xE224 # 0 +0x0000FAF0 0xE225 # 0 +0x0000FAF1 0xE226 # 0 +0x0000FAF2 0xE227 # 0 +0x0000FAF3 0xE228 # 0 +0x0000FAF4 0xE229 # 0 +0x0000FAF5 0xE22A # 0 +0x0000FAF6 0xE22B # 0 +0x0000FAF7 0xE22C # 0 +0x0000FAF8 0xE22D # 0 +0x0000FAF9 0xE22E # 0 +0x0000FAFA 0xE22F # 0 +0x0000FAFB 0xE230 # 0 +0x0000FAFC 0xE231 # 0 +0x0000FAFD 0xE232 # 0 +0x0000FAFE 0xE233 # 0 +0x0000FBA1 0xE234 # 0 +0x0000FBA2 0xE235 # 0 +0x0000FBA3 0xE236 # 0 +0x0000FBA4 0xE237 # 0 +0x0000FBA5 0xE238 # 0 +0x0000FBA6 0xE239 # 0 +0x0000FBA7 0xE23A # 0 +0x0000FBA8 0xE23B # 0 +0x0000FBA9 0xE23C # 0 +0x0000FBAA 0xE23D # 0 +0x0000FBAB 0xE23E # 0 +0x0000FBAC 0xE23F # 0 +0x0000FBAD 0xE240 # 0 +0x0000FBAE 0xE241 # 0 +0x0000FBAF 0xE242 # 0 +0x0000FBB0 0xE243 # 0 +0x0000FBB1 0xE244 # 0 +0x0000FBB2 0xE245 # 0 +0x0000FBB3 0xE246 # 0 +0x0000FBB4 0xE247 # 0 +0x0000FBB5 0xE248 # 0 +0x0000FBB6 0xE249 # 0 +0x0000FBB7 0xE24A # 0 +0x0000FBB8 0xE24B # 0 +0x0000FBB9 0xE24C # 0 +0x0000FBBA 0xE24D # 0 +0x0000FBBB 0xE24E # 0 +0x0000FBBC 0xE24F # 0 +0x0000FBBD 0xE250 # 0 +0x0000FBBE 0xE251 # 0 +0x0000FBBF 0xE252 # 0 +0x0000FBC0 0xE253 # 0 +0x0000FBC1 0xE254 # 0 +0x0000FBC2 0xE255 # 0 +0x0000FBC3 0xE256 # 0 +0x0000FBC4 0xE257 # 0 +0x0000FBC5 0xE258 # 0 +0x0000FBC6 0xE259 # 0 +0x0000FBC7 0xE25A # 0 +0x0000FBC8 0xE25B # 0 +0x0000FBC9 0xE25C # 0 +0x0000FBCA 0xE25D # 0 +0x0000FBCB 0xE25E # 0 +0x0000FBCC 0xE25F # 0 +0x0000FBCD 0xE260 # 0 +0x0000FBCE 0xE261 # 0 +0x0000FBCF 0xE262 # 0 +0x0000FBD0 0xE263 # 0 +0x0000FBD1 0xE264 # 0 +0x0000FBD2 0xE265 # 0 +0x0000FBD3 0xE266 # 0 +0x0000FBD4 0xE267 # 0 +0x0000FBD5 0xE268 # 0 +0x0000FBD6 0xE269 # 0 +0x0000FBD7 0xE26A # 0 +0x0000FBD8 0xE26B # 0 +0x0000FBD9 0xE26C # 0 +0x0000FBDA 0xE26D # 0 +0x0000FBDB 0xE26E # 0 +0x0000FBDC 0xE26F # 0 +0x0000FBDD 0xE270 # 0 +0x0000FBDE 0xE271 # 0 +0x0000FBDF 0xE272 # 0 +0x0000FBE0 0xE273 # 0 +0x0000FBE1 0xE274 # 0 +0x0000FBE2 0xE275 # 0 +0x0000FBE3 0xE276 # 0 +0x0000FBE4 0xE277 # 0 +0x0000FBE5 0xE278 # 0 +0x0000FBE6 0xE279 # 0 +0x0000FBE7 0xE27A # 0 +0x0000FBE8 0xE27B # 0 +0x0000FBE9 0xE27C # 0 +0x0000FBEA 0xE27D # 0 +0x0000FBEB 0xE27E # 0 +0x0000FBEC 0xE27F # 0 +0x0000FBED 0xE280 # 0 +0x0000FBEE 0xE281 # 0 +0x0000FBEF 0xE282 # 0 +0x0000FBF0 0xE283 # 0 +0x0000FBF1 0xE284 # 0 +0x0000FBF2 0xE285 # 0 +0x0000FBF3 0xE286 # 0 +0x0000FBF4 0xE287 # 0 +0x0000FBF5 0xE288 # 0 +0x0000FBF6 0xE289 # 0 +0x0000FBF7 0xE28A # 0 +0x0000FBF8 0xE28B # 0 +0x0000FBF9 0xE28C # 0 +0x0000FBFA 0xE28D # 0 +0x0000FBFB 0xE28E # 0 +0x0000FBFC 0xE28F # 0 +0x0000FBFD 0xE290 # 0 +0x0000FBFE 0xE291 # 0 +0x0000FCA1 0xE292 # 0 +0x0000FCA2 0xE293 # 0 +0x0000FCA3 0xE294 # 0 +0x0000FCA4 0xE295 # 0 +0x0000FCA5 0xE296 # 0 +0x0000FCA6 0xE297 # 0 +0x0000FCA7 0xE298 # 0 +0x0000FCA8 0xE299 # 0 +0x0000FCA9 0xE29A # 0 +0x0000FCAA 0xE29B # 0 +0x0000FCAB 0xE29C # 0 +0x0000FCAC 0xE29D # 0 +0x0000FCAD 0xE29E # 0 +0x0000FCAE 0xE29F # 0 +0x0000FCAF 0xE2A0 # 0 +0x0000FCB0 0xE2A1 # 0 +0x0000FCB1 0xE2A2 # 0 +0x0000FCB2 0xE2A3 # 0 +0x0000FCB3 0xE2A4 # 0 +0x0000FCB4 0xE2A5 # 0 +0x0000FCB5 0xE2A6 # 0 +0x0000FCB6 0xE2A7 # 0 +0x0000FCB7 0xE2A8 # 0 +0x0000FCB8 0xE2A9 # 0 +0x0000FCB9 0xE2AA # 0 +0x0000FCBA 0xE2AB # 0 +0x0000FCBB 0xE2AC # 0 +0x0000FCBC 0xE2AD # 0 +0x0000FCBD 0xE2AE # 0 +0x0000FCBE 0xE2AF # 0 +0x0000FCBF 0xE2B0 # 0 +0x0000FCC0 0xE2B1 # 0 +0x0000FCC1 0xE2B2 # 0 +0x0000FCC2 0xE2B3 # 0 +0x0000FCC3 0xE2B4 # 0 +0x0000FCC4 0xE2B5 # 0 +0x0000FCC5 0xE2B6 # 0 +0x0000FCC6 0xE2B7 # 0 +0x0000FCC7 0xE2B8 # 0 +0x0000FCC8 0xE2B9 # 0 +0x0000FCC9 0xE2BA # 0 +0x0000FCCA 0xE2BB # 0 +0x0000FCCB 0xE2BC # 0 +0x0000FCCC 0xE2BD # 0 +0x0000FCCD 0xE2BE # 0 +0x0000FCCE 0xE2BF # 0 +0x0000FCCF 0xE2C0 # 0 +0x0000FCD0 0xE2C1 # 0 +0x0000FCD1 0xE2C2 # 0 +0x0000FCD2 0xE2C3 # 0 +0x0000FCD3 0xE2C4 # 0 +0x0000FCD4 0xE2C5 # 0 +0x0000FCD5 0xE2C6 # 0 +0x0000FCD6 0xE2C7 # 0 +0x0000FCD7 0xE2C8 # 0 +0x0000FCD8 0xE2C9 # 0 +0x0000FCD9 0xE2CA # 0 +0x0000FCDA 0xE2CB # 0 +0x0000FCDB 0xE2CC # 0 +0x0000FCDC 0xE2CD # 0 +0x0000FCDD 0xE2CE # 0 +0x0000FCDE 0xE2CF # 0 +0x0000FCDF 0xE2D0 # 0 +0x0000FCE0 0xE2D1 # 0 +0x0000FCE1 0xE2D2 # 0 +0x0000FCE2 0xE2D3 # 0 +0x0000FCE3 0xE2D4 # 0 +0x0000FCE4 0xE2D5 # 0 +0x0000FCE5 0xE2D6 # 0 +0x0000FCE6 0xE2D7 # 0 +0x0000FCE7 0xE2D8 # 0 +0x0000FCE8 0xE2D9 # 0 +0x0000FCE9 0xE2DA # 0 +0x0000FCEA 0xE2DB # 0 +0x0000FCEB 0xE2DC # 0 +0x0000FCEC 0xE2DD # 0 +0x0000FCED 0xE2DE # 0 +0x0000FCEE 0xE2DF # 0 +0x0000FCEF 0xE2E0 # 0 +0x0000FCF0 0xE2E1 # 0 +0x0000FCF1 0xE2E2 # 0 +0x0000FCF2 0xE2E3 # 0 +0x0000FCF3 0xE2E4 # 0 +0x0000FCF4 0xE2E5 # 0 +0x0000FCF5 0xE2E6 # 0 +0x0000FCF6 0xE2E7 # 0 +0x0000FCF7 0xE2E8 # 0 +0x0000FCF8 0xE2E9 # 0 +0x0000FCF9 0xE2EA # 0 +0x0000FCFA 0xE2EB # 0 +0x0000FCFB 0xE2EC # 0 +0x0000FCFC 0xE2ED # 0 +0x0000FCFD 0xE2EE # 0 +0x0000FCFE 0xE2EF # 0 +0x0000FDA1 0xE2F0 # 0 +0x0000FDA2 0xE2F1 # 0 +0x0000FDA3 0xE2F2 # 0 +0x0000FDA4 0xE2F3 # 0 +0x0000FDA5 0xE2F4 # 0 +0x0000FDA6 0xE2F5 # 0 +0x0000FDA7 0xE2F6 # 0 +0x0000FDA8 0xE2F7 # 0 +0x0000FDA9 0xE2F8 # 0 +0x0000FDAA 0xE2F9 # 0 +0x0000FDAB 0xE2FA # 0 +0x0000FDAC 0xE2FB # 0 +0x0000FDAD 0xE2FC # 0 +0x0000FDAE 0xE2FD # 0 +0x0000FDAF 0xE2FE # 0 +0x0000FDB0 0xE2FF # 0 +0x0000FDB1 0xE300 # 0 +0x0000FDB2 0xE301 # 0 +0x0000FDB3 0xE302 # 0 +0x0000FDB4 0xE303 # 0 +0x0000FDB5 0xE304 # 0 +0x0000FDB6 0xE305 # 0 +0x0000FDB7 0xE306 # 0 +0x0000FDB8 0xE307 # 0 +0x0000FDB9 0xE308 # 0 +0x0000FDBA 0xE309 # 0 +0x0000FDBB 0xE30A # 0 +0x0000FDBC 0xE30B # 0 +0x0000FDBD 0xE30C # 0 +0x0000FDBE 0xE30D # 0 +0x0000FDBF 0xE30E # 0 +0x0000FDC0 0xE30F # 0 +0x0000FDC1 0xE310 # 0 +0x0000FDC2 0xE311 # 0 +0x0000FDC3 0xE312 # 0 +0x0000FDC4 0xE313 # 0 +0x0000FDC5 0xE314 # 0 +0x0000FDC6 0xE315 # 0 +0x0000FDC7 0xE316 # 0 +0x0000FDC8 0xE317 # 0 +0x0000FDC9 0xE318 # 0 +0x0000FDCA 0xE319 # 0 +0x0000FDCB 0xE31A # 0 +0x0000FDCC 0xE31B # 0 +0x0000FDCD 0xE31C # 0 +0x0000FDCE 0xE31D # 0 +0x0000FDCF 0xE31E # 0 +0x0000FDD0 0xE31F # 0 +0x0000FDD1 0xE320 # 0 +0x0000FDD2 0xE321 # 0 +0x0000FDD3 0xE322 # 0 +0x0000FDD4 0xE323 # 0 +0x0000FDD5 0xE324 # 0 +0x0000FDD6 0xE325 # 0 +0x0000FDD7 0xE326 # 0 +0x0000FDD8 0xE327 # 0 +0x0000FDD9 0xE328 # 0 +0x0000FDDA 0xE329 # 0 +0x0000FDDB 0xE32A # 0 +0x0000FDDC 0xE32B # 0 +0x0000FDDD 0xE32C # 0 +0x0000FDDE 0xE32D # 0 +0x0000FDDF 0xE32E # 0 +0x0000FDE0 0xE32F # 0 +0x0000FDE1 0xE330 # 0 +0x0000FDE2 0xE331 # 0 +0x0000FDE3 0xE332 # 0 +0x0000FDE4 0xE333 # 0 +0x0000FDE5 0xE334 # 0 +0x0000FDE6 0xE335 # 0 +0x0000FDE7 0xE336 # 0 +0x0000FDE8 0xE337 # 0 +0x0000FDE9 0xE338 # 0 +0x0000FDEA 0xE339 # 0 +0x0000FDEB 0xE33A # 0 +0x0000FDEC 0xE33B # 0 +0x0000FDED 0xE33C # 0 +0x0000FDEE 0xE33D # 0 +0x0000FDEF 0xE33E # 0 +0x0000FDF0 0xE33F # 0 +0x0000FDF1 0xE340 # 0 +0x0000FDF2 0xE341 # 0 +0x0000FDF3 0xE342 # 0 +0x0000FDF4 0xE343 # 0 +0x0000FDF5 0xE344 # 0 +0x0000FDF6 0xE345 # 0 +0x0000FDF7 0xE346 # 0 +0x0000FDF8 0xE347 # 0 +0x0000FDF9 0xE348 # 0 +0x0000FDFA 0xE349 # 0 +0x0000FDFB 0xE34A # 0 +0x0000FDFC 0xE34B # 0 +0x0000FDFD 0xE34C # 0 +0x0000FDFE 0xE34D # 0 +0x0000FEA1 0xE34E # 0 +0x0000FEA2 0xE34F # 0 +0x0000FEA3 0xE350 # 0 +0x0000FEA4 0xE351 # 0 +0x0000FEA5 0xE352 # 0 +0x0000FEA6 0xE353 # 0 +0x0000FEA7 0xE354 # 0 +0x0000FEA8 0xE355 # 0 +0x0000FEA9 0xE356 # 0 +0x0000FEAA 0xE357 # 0 +0x0000FEAB 0xE358 # 0 +0x0000FEAC 0xE359 # 0 +0x0000FEAD 0xE35A # 0 +0x0000FEAE 0xE35B # 0 +0x0000FEAF 0xE35C # 0 +0x0000FEB0 0xE35D # 0 +0x0000FEB1 0xE35E # 0 +0x0000FEB2 0xE35F # 0 +0x0000FEB3 0xE360 # 0 +0x0000FEB4 0xE361 # 0 +0x0000FEB5 0xE362 # 0 +0x0000FEB6 0xE363 # 0 +0x0000FEB7 0xE364 # 0 +0x0000FEB8 0xE365 # 0 +0x0000FEB9 0xE366 # 0 +0x0000FEBA 0xE367 # 0 +0x0000FEBB 0xE368 # 0 +0x0000FEBC 0xE369 # 0 +0x0000FEBD 0xE36A # 0 +0x0000FEBE 0xE36B # 0 +0x0000FEBF 0xE36C # 0 +0x0000FEC0 0xE36D # 0 +0x0000FEC1 0xE36E # 0 +0x0000FEC2 0xE36F # 0 +0x0000FEC3 0xE370 # 0 +0x0000FEC4 0xE371 # 0 +0x0000FEC5 0xE372 # 0 +0x0000FEC6 0xE373 # 0 +0x0000FEC7 0xE374 # 0 +0x0000FEC8 0xE375 # 0 +0x0000FEC9 0xE376 # 0 +0x0000FECA 0xE377 # 0 +0x0000FECB 0xE378 # 0 +0x0000FECC 0xE379 # 0 +0x0000FECD 0xE37A # 0 +0x0000FECE 0xE37B # 0 +0x0000FECF 0xE37C # 0 +0x0000FED0 0xE37D # 0 +0x0000FED1 0xE37E # 0 +0x0000FED2 0xE37F # 0 +0x0000FED3 0xE380 # 0 +0x0000FED4 0xE381 # 0 +0x0000FED5 0xE382 # 0 +0x0000FED6 0xE383 # 0 +0x0000FED7 0xE384 # 0 +0x0000FED8 0xE385 # 0 +0x0000FED9 0xE386 # 0 +0x0000FEDA 0xE387 # 0 +0x0000FEDB 0xE388 # 0 +0x0000FEDC 0xE389 # 0 +0x0000FEDD 0xE38A # 0 +0x0000FEDE 0xE38B # 0 +0x0000FEDF 0xE38C # 0 +0x0000FEE0 0xE38D # 0 +0x0000FEE1 0xE38E # 0 +0x0000FEE2 0xE38F # 0 +0x0000FEE3 0xE390 # 0 +0x0000FEE4 0xE391 # 0 +0x0000FEE5 0xE392 # 0 +0x0000FEE6 0xE393 # 0 +0x0000FEE7 0xE394 # 0 +0x0000FEE8 0xE395 # 0 +0x0000FEE9 0xE396 # 0 +0x0000FEEA 0xE397 # 0 +0x0000FEEB 0xE398 # 0 +0x0000FEEC 0xE399 # 0 +0x0000FEED 0xE39A # 0 +0x0000FEEE 0xE39B # 0 +0x0000FEEF 0xE39C # 0 +0x0000FEF0 0xE39D # 0 +0x0000FEF1 0xE39E # 0 +0x0000FEF2 0xE39F # 0 +0x0000FEF3 0xE3A0 # 0 +0x0000FEF4 0xE3A1 # 0 +0x0000FEF5 0xE3A2 # 0 +0x0000FEF6 0xE3A3 # 0 +0x0000FEF7 0xE3A4 # 0 +0x0000FEF8 0xE3A5 # 0 +0x0000FEF9 0xE3A6 # 0 +0x0000FEFA 0xE3A7 # 0 +0x0000FEFB 0xE3A8 # 0 +0x0000FEFC 0xE3A9 # 0 +0x0000FEFD 0xE3AA # 0 +0x0000FEFE 0xE3AB # 0 +0x008FA2AF 0x02D8 # 0 +0x008FA2B0 0x02C7 # 0 +0x008FA2B1 0x00B8 # 0 +0x008FA2B2 0x02D9 # 0 +0x008FA2B3 0x02DD # 0 +0x008FA2B4 0x00AF # 0 +0x008FA2B5 0x02DB # 0 +0x008FA2B6 0x02DA # 0 +0x008FA2B7 0xFF5E # 0 +0x008FA2B8 0x0384 # 0 +0x008FA2B9 0x0385 # 0 +0x008FA2C2 0x00A1 # 0 +0x008FA2C3 0x00A6 # 0 +0x008FA2C4 0x00BF # 0 +0x008FA2EB 0x00BA # 0 +0x008FA2EC 0x00AA # 0 +0x008FA2ED 0x00A9 # 0 +0x008FA2EE 0x00AE # 0 +0x008FA2EF 0x2122 # 0 +0x008FA2F0 0x00A4 # 0 +0x008FA2F1 0x2116 # 0 +0x008FA6E1 0x0386 # 0 +0x008FA6E2 0x0388 # 0 +0x008FA6E3 0x0389 # 0 +0x008FA6E4 0x038A # 0 +0x008FA6E5 0x03AA # 0 +0x008FA6E7 0x038C # 0 +0x008FA6E9 0x038E # 0 +0x008FA6EA 0x03AB # 0 +0x008FA6EC 0x038F # 0 +0x008FA6F1 0x03AC # 0 +0x008FA6F2 0x03AD # 0 +0x008FA6F3 0x03AE # 0 +0x008FA6F4 0x03AF # 0 +0x008FA6F5 0x03CA # 0 +0x008FA6F6 0x0390 # 0 +0x008FA6F7 0x03CC # 0 +0x008FA6F8 0x03C2 # 0 +0x008FA6F9 0x03CD # 0 +0x008FA6FA 0x03CB # 0 +0x008FA6FB 0x03B0 # 0 +0x008FA6FC 0x03CE # 0 +0x008FA7C2 0x0402 # 0 +0x008FA7C3 0x0403 # 0 +0x008FA7C4 0x0404 # 0 +0x008FA7C5 0x0405 # 0 +0x008FA7C6 0x0406 # 0 +0x008FA7C7 0x0407 # 0 +0x008FA7C8 0x0408 # 0 +0x008FA7C9 0x0409 # 0 +0x008FA7CA 0x040A # 0 +0x008FA7CB 0x040B # 0 +0x008FA7CC 0x040C # 0 +0x008FA7CD 0x040E # 0 +0x008FA7CE 0x040F # 0 +0x008FA7F2 0x0452 # 0 +0x008FA7F3 0x0453 # 0 +0x008FA7F4 0x0454 # 0 +0x008FA7F5 0x0455 # 0 +0x008FA7F6 0x0456 # 0 +0x008FA7F7 0x0457 # 0 +0x008FA7F8 0x0458 # 0 +0x008FA7F9 0x0459 # 0 +0x008FA7FA 0x045A # 0 +0x008FA7FB 0x045B # 0 +0x008FA7FC 0x045C # 0 +0x008FA7FD 0x045E # 0 +0x008FA7FE 0x045F # 0 +0x008FA9A1 0x00C6 # 0 +0x008FA9A2 0x0110 # 0 +0x008FA9A4 0x0126 # 0 +0x008FA9A6 0x0132 # 0 +0x008FA9A8 0x0141 # 0 +0x008FA9A9 0x013F # 0 +0x008FA9AB 0x014A # 0 +0x008FA9AC 0x00D8 # 0 +0x008FA9AD 0x0152 # 0 +0x008FA9AF 0x0166 # 0 +0x008FA9B0 0x00DE # 0 +0x008FA9C1 0x00E6 # 0 +0x008FA9C2 0x0111 # 0 +0x008FA9C3 0x00F0 # 0 +0x008FA9C4 0x0127 # 0 +0x008FA9C5 0x0131 # 0 +0x008FA9C6 0x0133 # 0 +0x008FA9C7 0x0138 # 0 +0x008FA9C8 0x0142 # 0 +0x008FA9C9 0x0140 # 0 +0x008FA9CA 0x0149 # 0 +0x008FA9CB 0x014B # 0 +0x008FA9CC 0x00F8 # 0 +0x008FA9CD 0x0153 # 0 +0x008FA9CE 0x00DF # 0 +0x008FA9CF 0x0167 # 0 +0x008FA9D0 0x00FE # 0 +0x008FAAA1 0x00C1 # 0 +0x008FAAA2 0x00C0 # 0 +0x008FAAA3 0x00C4 # 0 +0x008FAAA4 0x00C2 # 0 +0x008FAAA5 0x0102 # 0 +0x008FAAA6 0x01CD # 0 +0x008FAAA7 0x0100 # 0 +0x008FAAA8 0x0104 # 0 +0x008FAAA9 0x00C5 # 0 +0x008FAAAA 0x00C3 # 0 +0x008FAAAB 0x0106 # 0 +0x008FAAAC 0x0108 # 0 +0x008FAAAD 0x010C # 0 +0x008FAAAE 0x00C7 # 0 +0x008FAAAF 0x010A # 0 +0x008FAAB0 0x010E # 0 +0x008FAAB1 0x00C9 # 0 +0x008FAAB2 0x00C8 # 0 +0x008FAAB3 0x00CB # 0 +0x008FAAB4 0x00CA # 0 +0x008FAAB5 0x011A # 0 +0x008FAAB6 0x0116 # 0 +0x008FAAB7 0x0112 # 0 +0x008FAAB8 0x0118 # 0 +0x008FAABA 0x011C # 0 +0x008FAABB 0x011E # 0 +0x008FAABC 0x0122 # 0 +0x008FAABD 0x0120 # 0 +0x008FAABE 0x0124 # 0 +0x008FAABF 0x00CD # 0 +0x008FAAC0 0x00CC # 0 +0x008FAAC1 0x00CF # 0 +0x008FAAC2 0x00CE # 0 +0x008FAAC3 0x01CF # 0 +0x008FAAC4 0x0130 # 0 +0x008FAAC5 0x012A # 0 +0x008FAAC6 0x012E # 0 +0x008FAAC7 0x0128 # 0 +0x008FAAC8 0x0134 # 0 +0x008FAAC9 0x0136 # 0 +0x008FAACA 0x0139 # 0 +0x008FAACB 0x013D # 0 +0x008FAACC 0x013B # 0 +0x008FAACD 0x0143 # 0 +0x008FAACE 0x0147 # 0 +0x008FAACF 0x0145 # 0 +0x008FAAD0 0x00D1 # 0 +0x008FAAD1 0x00D3 # 0 +0x008FAAD2 0x00D2 # 0 +0x008FAAD3 0x00D6 # 0 +0x008FAAD4 0x00D4 # 0 +0x008FAAD5 0x01D1 # 0 +0x008FAAD6 0x0150 # 0 +0x008FAAD7 0x014C # 0 +0x008FAAD8 0x00D5 # 0 +0x008FAAD9 0x0154 # 0 +0x008FAADA 0x0158 # 0 +0x008FAADB 0x0156 # 0 +0x008FAADC 0x015A # 0 +0x008FAADD 0x015C # 0 +0x008FAADE 0x0160 # 0 +0x008FAADF 0x015E # 0 +0x008FAAE0 0x0164 # 0 +0x008FAAE1 0x0162 # 0 +0x008FAAE2 0x00DA # 0 +0x008FAAE3 0x00D9 # 0 +0x008FAAE4 0x00DC # 0 +0x008FAAE5 0x00DB # 0 +0x008FAAE6 0x016C # 0 +0x008FAAE7 0x01D3 # 0 +0x008FAAE8 0x0170 # 0 +0x008FAAE9 0x016A # 0 +0x008FAAEA 0x0172 # 0 +0x008FAAEB 0x016E # 0 +0x008FAAEC 0x0168 # 0 +0x008FAAED 0x01D7 # 0 +0x008FAAEE 0x01DB # 0 +0x008FAAEF 0x01D9 # 0 +0x008FAAF0 0x01D5 # 0 +0x008FAAF1 0x0174 # 0 +0x008FAAF2 0x00DD # 0 +0x008FAAF3 0x0178 # 0 +0x008FAAF4 0x0176 # 0 +0x008FAAF5 0x0179 # 0 +0x008FAAF6 0x017D # 0 +0x008FAAF7 0x017B # 0 +0x008FABA1 0x00E1 # 0 +0x008FABA2 0x00E0 # 0 +0x008FABA3 0x00E4 # 0 +0x008FABA4 0x00E2 # 0 +0x008FABA5 0x0103 # 0 +0x008FABA6 0x01CE # 0 +0x008FABA7 0x0101 # 0 +0x008FABA8 0x0105 # 0 +0x008FABA9 0x00E5 # 0 +0x008FABAA 0x00E3 # 0 +0x008FABAB 0x0107 # 0 +0x008FABAC 0x0109 # 0 +0x008FABAD 0x010D # 0 +0x008FABAE 0x00E7 # 0 +0x008FABAF 0x010B # 0 +0x008FABB0 0x010F # 0 +0x008FABB1 0x00E9 # 0 +0x008FABB2 0x00E8 # 0 +0x008FABB3 0x00EB # 0 +0x008FABB4 0x00EA # 0 +0x008FABB5 0x011B # 0 +0x008FABB6 0x0117 # 0 +0x008FABB7 0x0113 # 0 +0x008FABB8 0x0119 # 0 +0x008FABB9 0x01F5 # 0 +0x008FABBA 0x011D # 0 +0x008FABBB 0x011F # 0 +0x008FABBD 0x0121 # 0 +0x008FABBE 0x0125 # 0 +0x008FABBF 0x00ED # 0 +0x008FABC0 0x00EC # 0 +0x008FABC1 0x00EF # 0 +0x008FABC2 0x00EE # 0 +0x008FABC3 0x01D0 # 0 +0x008FABC5 0x012B # 0 +0x008FABC6 0x012F # 0 +0x008FABC7 0x0129 # 0 +0x008FABC8 0x0135 # 0 +0x008FABC9 0x0137 # 0 +0x008FABCA 0x013A # 0 +0x008FABCB 0x013E # 0 +0x008FABCC 0x013C # 0 +0x008FABCD 0x0144 # 0 +0x008FABCE 0x0148 # 0 +0x008FABCF 0x0146 # 0 +0x008FABD0 0x00F1 # 0 +0x008FABD1 0x00F3 # 0 +0x008FABD2 0x00F2 # 0 +0x008FABD3 0x00F6 # 0 +0x008FABD4 0x00F4 # 0 +0x008FABD5 0x01D2 # 0 +0x008FABD6 0x0151 # 0 +0x008FABD7 0x014D # 0 +0x008FABD8 0x00F5 # 0 +0x008FABD9 0x0155 # 0 +0x008FABDA 0x0159 # 0 +0x008FABDB 0x0157 # 0 +0x008FABDC 0x015B # 0 +0x008FABDD 0x015D # 0 +0x008FABDE 0x0161 # 0 +0x008FABDF 0x015F # 0 +0x008FABE0 0x0165 # 0 +0x008FABE1 0x0163 # 0 +0x008FABE2 0x00FA # 0 +0x008FABE3 0x00F9 # 0 +0x008FABE4 0x00FC # 0 +0x008FABE5 0x00FB # 0 +0x008FABE6 0x016D # 0 +0x008FABE7 0x01D4 # 0 +0x008FABE8 0x0171 # 0 +0x008FABE9 0x016B # 0 +0x008FABEA 0x0173 # 0 +0x008FABEB 0x016F # 0 +0x008FABEC 0x0169 # 0 +0x008FABED 0x01D8 # 0 +0x008FABEE 0x01DC # 0 +0x008FABEF 0x01DA # 0 +0x008FABF0 0x01D6 # 0 +0x008FABF1 0x0175 # 0 +0x008FABF2 0x00FD # 0 +0x008FABF3 0x00FF # 0 +0x008FABF4 0x0177 # 0 +0x008FABF5 0x017A # 0 +0x008FABF6 0x017E # 0 +0x008FABF7 0x017C # 0 +0x008FB0A1 0x4E02 # 0 +0x008FB0A2 0x4E04 # 0 +0x008FB0A3 0x4E05 # 0 +0x008FB0A4 0x4E0C # 0 +0x008FB0A5 0x4E12 # 0 +0x008FB0A6 0x4E1F # 0 +0x008FB0A7 0x4E23 # 0 +0x008FB0A8 0x4E24 # 0 +0x008FB0A9 0x4E28 # 0 +0x008FB0AA 0x4E2B # 0 +0x008FB0AB 0x4E2E # 0 +0x008FB0AC 0x4E2F # 0 +0x008FB0AD 0x4E30 # 0 +0x008FB0AE 0x4E35 # 0 +0x008FB0AF 0x4E40 # 0 +0x008FB0B0 0x4E41 # 0 +0x008FB0B1 0x4E44 # 0 +0x008FB0B2 0x4E47 # 0 +0x008FB0B3 0x4E51 # 0 +0x008FB0B4 0x4E5A # 0 +0x008FB0B5 0x4E5C # 0 +0x008FB0B6 0x4E63 # 0 +0x008FB0B7 0x4E68 # 0 +0x008FB0B8 0x4E69 # 0 +0x008FB0B9 0x4E74 # 0 +0x008FB0BA 0x4E75 # 0 +0x008FB0BB 0x4E79 # 0 +0x008FB0BC 0x4E7F # 0 +0x008FB0BD 0x4E8D # 0 +0x008FB0BE 0x4E96 # 0 +0x008FB0BF 0x4E97 # 0 +0x008FB0C0 0x4E9D # 0 +0x008FB0C1 0x4EAF # 0 +0x008FB0C2 0x4EB9 # 0 +0x008FB0C3 0x4EC3 # 0 +0x008FB0C4 0x4ED0 # 0 +0x008FB0C5 0x4EDA # 0 +0x008FB0C6 0x4EDB # 0 +0x008FB0C7 0x4EE0 # 0 +0x008FB0C8 0x4EE1 # 0 +0x008FB0C9 0x4EE2 # 0 +0x008FB0CA 0x4EE8 # 0 +0x008FB0CB 0x4EEF # 0 +0x008FB0CC 0x4EF1 # 0 +0x008FB0CD 0x4EF3 # 0 +0x008FB0CE 0x4EF5 # 0 +0x008FB0CF 0x4EFD # 0 +0x008FB0D0 0x4EFE # 0 +0x008FB0D1 0x4EFF # 0 +0x008FB0D2 0x4F00 # 0 +0x008FB0D3 0x4F02 # 0 +0x008FB0D4 0x4F03 # 0 +0x008FB0D5 0x4F08 # 0 +0x008FB0D6 0x4F0B # 0 +0x008FB0D7 0x4F0C # 0 +0x008FB0D8 0x4F12 # 0 +0x008FB0D9 0x4F15 # 0 +0x008FB0DA 0x4F16 # 0 +0x008FB0DB 0x4F17 # 0 +0x008FB0DC 0x4F19 # 0 +0x008FB0DD 0x4F2E # 0 +0x008FB0DE 0x4F31 # 0 +0x008FB0DF 0x4F60 # 0 +0x008FB0E0 0x4F33 # 0 +0x008FB0E1 0x4F35 # 0 +0x008FB0E2 0x4F37 # 0 +0x008FB0E3 0x4F39 # 0 +0x008FB0E4 0x4F3B # 0 +0x008FB0E5 0x4F3E # 0 +0x008FB0E6 0x4F40 # 0 +0x008FB0E7 0x4F42 # 0 +0x008FB0E8 0x4F48 # 0 +0x008FB0E9 0x4F49 # 0 +0x008FB0EA 0x4F4B # 0 +0x008FB0EB 0x4F4C # 0 +0x008FB0EC 0x4F52 # 0 +0x008FB0ED 0x4F54 # 0 +0x008FB0EE 0x4F56 # 0 +0x008FB0EF 0x4F58 # 0 +0x008FB0F0 0x4F5F # 0 +0x008FB0F1 0x4F63 # 0 +0x008FB0F2 0x4F6A # 0 +0x008FB0F3 0x4F6C # 0 +0x008FB0F4 0x4F6E # 0 +0x008FB0F5 0x4F71 # 0 +0x008FB0F6 0x4F77 # 0 +0x008FB0F7 0x4F78 # 0 +0x008FB0F8 0x4F79 # 0 +0x008FB0F9 0x4F7A # 0 +0x008FB0FA 0x4F7D # 0 +0x008FB0FB 0x4F7E # 0 +0x008FB0FC 0x4F81 # 0 +0x008FB0FD 0x4F82 # 0 +0x008FB0FE 0x4F84 # 0 +0x008FB1A1 0x4F85 # 0 +0x008FB1A2 0x4F89 # 0 +0x008FB1A3 0x4F8A # 0 +0x008FB1A4 0x4F8C # 0 +0x008FB1A5 0x4F8E # 0 +0x008FB1A6 0x4F90 # 0 +0x008FB1A7 0x4F92 # 0 +0x008FB1A8 0x4F93 # 0 +0x008FB1A9 0x4F94 # 0 +0x008FB1AA 0x4F97 # 0 +0x008FB1AB 0x4F99 # 0 +0x008FB1AC 0x4F9A # 0 +0x008FB1AD 0x4F9E # 0 +0x008FB1AE 0x4F9F # 0 +0x008FB1AF 0x4FB2 # 0 +0x008FB1B0 0x4FB7 # 0 +0x008FB1B1 0x4FB9 # 0 +0x008FB1B2 0x4FBB # 0 +0x008FB1B3 0x4FBC # 0 +0x008FB1B4 0x4FBD # 0 +0x008FB1B5 0x4FBE # 0 +0x008FB1B6 0x4FC0 # 0 +0x008FB1B7 0x4FC1 # 0 +0x008FB1B8 0x4FC5 # 0 +0x008FB1B9 0x4FC6 # 0 +0x008FB1BA 0x4FC8 # 0 +0x008FB1BB 0x4FC9 # 0 +0x008FB1BC 0x4FCB # 0 +0x008FB1BD 0x4FCC # 0 +0x008FB1BE 0x4FCD # 0 +0x008FB1BF 0x4FCF # 0 +0x008FB1C0 0x4FD2 # 0 +0x008FB1C1 0x4FDC # 0 +0x008FB1C2 0x4FE0 # 0 +0x008FB1C3 0x4FE2 # 0 +0x008FB1C4 0x4FF0 # 0 +0x008FB1C5 0x4FF2 # 0 +0x008FB1C6 0x4FFC # 0 +0x008FB1C7 0x4FFD # 0 +0x008FB1C8 0x4FFF # 0 +0x008FB1C9 0x5000 # 0 +0x008FB1CA 0x5001 # 0 +0x008FB1CB 0x5004 # 0 +0x008FB1CC 0x5007 # 0 +0x008FB1CD 0x500A # 0 +0x008FB1CE 0x500C # 0 +0x008FB1CF 0x500E # 0 +0x008FB1D0 0x5010 # 0 +0x008FB1D1 0x5013 # 0 +0x008FB1D2 0x5017 # 0 +0x008FB1D3 0x5018 # 0 +0x008FB1D4 0x501B # 0 +0x008FB1D5 0x501C # 0 +0x008FB1D6 0x501D # 0 +0x008FB1D7 0x501E # 0 +0x008FB1D8 0x5022 # 0 +0x008FB1D9 0x5027 # 0 +0x008FB1DA 0x502E # 0 +0x008FB1DB 0x5030 # 0 +0x008FB1DC 0x5032 # 0 +0x008FB1DD 0x5033 # 0 +0x008FB1DE 0x5035 # 0 +0x008FB1DF 0x5040 # 0 +0x008FB1E0 0x5041 # 0 +0x008FB1E1 0x5042 # 0 +0x008FB1E2 0x5045 # 0 +0x008FB1E3 0x5046 # 0 +0x008FB1E4 0x504A # 0 +0x008FB1E5 0x504C # 0 +0x008FB1E6 0x504E # 0 +0x008FB1E7 0x5051 # 0 +0x008FB1E8 0x5052 # 0 +0x008FB1E9 0x5053 # 0 +0x008FB1EA 0x5057 # 0 +0x008FB1EB 0x5059 # 0 +0x008FB1EC 0x505F # 0 +0x008FB1ED 0x5060 # 0 +0x008FB1EE 0x5062 # 0 +0x008FB1EF 0x5063 # 0 +0x008FB1F0 0x5066 # 0 +0x008FB1F1 0x5067 # 0 +0x008FB1F2 0x506A # 0 +0x008FB1F3 0x506D # 0 +0x008FB1F4 0x5070 # 0 +0x008FB1F5 0x5071 # 0 +0x008FB1F6 0x503B # 0 +0x008FB1F7 0x5081 # 0 +0x008FB1F8 0x5083 # 0 +0x008FB1F9 0x5084 # 0 +0x008FB1FA 0x5086 # 0 +0x008FB1FB 0x508A # 0 +0x008FB1FC 0x508E # 0 +0x008FB1FD 0x508F # 0 +0x008FB1FE 0x5090 # 0 +0x008FB2A1 0x5092 # 0 +0x008FB2A2 0x5093 # 0 +0x008FB2A3 0x5094 # 0 +0x008FB2A4 0x5096 # 0 +0x008FB2A5 0x509B # 0 +0x008FB2A6 0x509C # 0 +0x008FB2A7 0x509E # 0 +0x008FB2A8 0x509F # 0 +0x008FB2A9 0x50A0 # 0 +0x008FB2AA 0x50A1 # 0 +0x008FB2AB 0x50A2 # 0 +0x008FB2AC 0x50AA # 0 +0x008FB2AD 0x50AF # 0 +0x008FB2AE 0x50B0 # 0 +0x008FB2AF 0x50B9 # 0 +0x008FB2B0 0x50BA # 0 +0x008FB2B1 0x50BD # 0 +0x008FB2B2 0x50C0 # 0 +0x008FB2B3 0x50C3 # 0 +0x008FB2B4 0x50C4 # 0 +0x008FB2B5 0x50C7 # 0 +0x008FB2B6 0x50CC # 0 +0x008FB2B7 0x50CE # 0 +0x008FB2B8 0x50D0 # 0 +0x008FB2B9 0x50D3 # 0 +0x008FB2BA 0x50D4 # 0 +0x008FB2BB 0x50D8 # 0 +0x008FB2BC 0x50DC # 0 +0x008FB2BD 0x50DD # 0 +0x008FB2BE 0x50DF # 0 +0x008FB2BF 0x50E2 # 0 +0x008FB2C0 0x50E4 # 0 +0x008FB2C1 0x50E6 # 0 +0x008FB2C2 0x50E8 # 0 +0x008FB2C3 0x50E9 # 0 +0x008FB2C4 0x50EF # 0 +0x008FB2C5 0x50F1 # 0 +0x008FB2C6 0x50F6 # 0 +0x008FB2C7 0x50FA # 0 +0x008FB2C8 0x50FE # 0 +0x008FB2C9 0x5103 # 0 +0x008FB2CA 0x5106 # 0 +0x008FB2CB 0x5107 # 0 +0x008FB2CC 0x5108 # 0 +0x008FB2CD 0x510B # 0 +0x008FB2CE 0x510C # 0 +0x008FB2CF 0x510D # 0 +0x008FB2D0 0x510E # 0 +0x008FB2D1 0x50F2 # 0 +0x008FB2D2 0x5110 # 0 +0x008FB2D3 0x5117 # 0 +0x008FB2D4 0x5119 # 0 +0x008FB2D5 0x511B # 0 +0x008FB2D6 0x511C # 0 +0x008FB2D7 0x511D # 0 +0x008FB2D8 0x511E # 0 +0x008FB2D9 0x5123 # 0 +0x008FB2DA 0x5127 # 0 +0x008FB2DB 0x5128 # 0 +0x008FB2DC 0x512C # 0 +0x008FB2DD 0x512D # 0 +0x008FB2DE 0x512F # 0 +0x008FB2DF 0x5131 # 0 +0x008FB2E0 0x5133 # 0 +0x008FB2E1 0x5134 # 0 +0x008FB2E2 0x5135 # 0 +0x008FB2E3 0x5138 # 0 +0x008FB2E4 0x5139 # 0 +0x008FB2E5 0x5142 # 0 +0x008FB2E6 0x514A # 0 +0x008FB2E7 0x514F # 0 +0x008FB2E8 0x5153 # 0 +0x008FB2E9 0x5155 # 0 +0x008FB2EA 0x5157 # 0 +0x008FB2EB 0x5158 # 0 +0x008FB2EC 0x515F # 0 +0x008FB2ED 0x5164 # 0 +0x008FB2EE 0x5166 # 0 +0x008FB2EF 0x517E # 0 +0x008FB2F0 0x5183 # 0 +0x008FB2F1 0x5184 # 0 +0x008FB2F2 0x518B # 0 +0x008FB2F3 0x518E # 0 +0x008FB2F4 0x5198 # 0 +0x008FB2F5 0x519D # 0 +0x008FB2F6 0x51A1 # 0 +0x008FB2F7 0x51A3 # 0 +0x008FB2F8 0x51AD # 0 +0x008FB2F9 0x51B8 # 0 +0x008FB2FA 0x51BA # 0 +0x008FB2FB 0x51BC # 0 +0x008FB2FC 0x51BE # 0 +0x008FB2FD 0x51BF # 0 +0x008FB2FE 0x51C2 # 0 +0x008FB3A1 0x51C8 # 0 +0x008FB3A2 0x51CF # 0 +0x008FB3A3 0x51D1 # 0 +0x008FB3A4 0x51D2 # 0 +0x008FB3A5 0x51D3 # 0 +0x008FB3A6 0x51D5 # 0 +0x008FB3A7 0x51D8 # 0 +0x008FB3A8 0x51DE # 0 +0x008FB3A9 0x51E2 # 0 +0x008FB3AA 0x51E5 # 0 +0x008FB3AB 0x51EE # 0 +0x008FB3AC 0x51F2 # 0 +0x008FB3AD 0x51F3 # 0 +0x008FB3AE 0x51F4 # 0 +0x008FB3AF 0x51F7 # 0 +0x008FB3B0 0x5201 # 0 +0x008FB3B1 0x5202 # 0 +0x008FB3B2 0x5205 # 0 +0x008FB3B3 0x5212 # 0 +0x008FB3B4 0x5213 # 0 +0x008FB3B5 0x5215 # 0 +0x008FB3B6 0x5216 # 0 +0x008FB3B7 0x5218 # 0 +0x008FB3B8 0x5222 # 0 +0x008FB3B9 0x5228 # 0 +0x008FB3BA 0x5231 # 0 +0x008FB3BB 0x5232 # 0 +0x008FB3BC 0x5235 # 0 +0x008FB3BD 0x523C # 0 +0x008FB3BE 0x5245 # 0 +0x008FB3BF 0x5249 # 0 +0x008FB3C0 0x5255 # 0 +0x008FB3C1 0x5257 # 0 +0x008FB3C2 0x5258 # 0 +0x008FB3C3 0x525A # 0 +0x008FB3C4 0x525C # 0 +0x008FB3C5 0x525F # 0 +0x008FB3C6 0x5260 # 0 +0x008FB3C7 0x5261 # 0 +0x008FB3C8 0x5266 # 0 +0x008FB3C9 0x526E # 0 +0x008FB3CA 0x5277 # 0 +0x008FB3CB 0x5278 # 0 +0x008FB3CC 0x5279 # 0 +0x008FB3CD 0x5280 # 0 +0x008FB3CE 0x5282 # 0 +0x008FB3CF 0x5285 # 0 +0x008FB3D0 0x528A # 0 +0x008FB3D1 0x528C # 0 +0x008FB3D2 0x5293 # 0 +0x008FB3D3 0x5295 # 0 +0x008FB3D4 0x5296 # 0 +0x008FB3D5 0x5297 # 0 +0x008FB3D6 0x5298 # 0 +0x008FB3D7 0x529A # 0 +0x008FB3D8 0x529C # 0 +0x008FB3D9 0x52A4 # 0 +0x008FB3DA 0x52A5 # 0 +0x008FB3DB 0x52A6 # 0 +0x008FB3DC 0x52A7 # 0 +0x008FB3DD 0x52AF # 0 +0x008FB3DE 0x52B0 # 0 +0x008FB3DF 0x52B6 # 0 +0x008FB3E0 0x52B7 # 0 +0x008FB3E1 0x52B8 # 0 +0x008FB3E2 0x52BA # 0 +0x008FB3E3 0x52BB # 0 +0x008FB3E4 0x52BD # 0 +0x008FB3E5 0x52C0 # 0 +0x008FB3E6 0x52C4 # 0 +0x008FB3E7 0x52C6 # 0 +0x008FB3E8 0x52C8 # 0 +0x008FB3E9 0x52CC # 0 +0x008FB3EA 0x52CF # 0 +0x008FB3EB 0x52D1 # 0 +0x008FB3EC 0x52D4 # 0 +0x008FB3ED 0x52D6 # 0 +0x008FB3EE 0x52DB # 0 +0x008FB3EF 0x52DC # 0 +0x008FB3F0 0x52E1 # 0 +0x008FB3F1 0x52E5 # 0 +0x008FB3F2 0x52E8 # 0 +0x008FB3F3 0x52E9 # 0 +0x008FB3F4 0x52EA # 0 +0x008FB3F5 0x52EC # 0 +0x008FB3F6 0x52F0 # 0 +0x008FB3F7 0x52F1 # 0 +0x008FB3F8 0x52F4 # 0 +0x008FB3F9 0x52F6 # 0 +0x008FB3FA 0x52F7 # 0 +0x008FB3FB 0x5300 # 0 +0x008FB3FC 0x5303 # 0 +0x008FB3FD 0x530A # 0 +0x008FB3FE 0x530B # 0 +0x008FB4A1 0x530C # 0 +0x008FB4A2 0x5311 # 0 +0x008FB4A3 0x5313 # 0 +0x008FB4A4 0x5318 # 0 +0x008FB4A5 0x531B # 0 +0x008FB4A6 0x531C # 0 +0x008FB4A7 0x531E # 0 +0x008FB4A8 0x531F # 0 +0x008FB4A9 0x5325 # 0 +0x008FB4AA 0x5327 # 0 +0x008FB4AB 0x5328 # 0 +0x008FB4AC 0x5329 # 0 +0x008FB4AD 0x532B # 0 +0x008FB4AE 0x532C # 0 +0x008FB4AF 0x532D # 0 +0x008FB4B0 0x5330 # 0 +0x008FB4B1 0x5332 # 0 +0x008FB4B2 0x5335 # 0 +0x008FB4B3 0x533C # 0 +0x008FB4B4 0x533D # 0 +0x008FB4B5 0x533E # 0 +0x008FB4B6 0x5342 # 0 +0x008FB4B7 0x534C # 0 +0x008FB4B8 0x534B # 0 +0x008FB4B9 0x5359 # 0 +0x008FB4BA 0x535B # 0 +0x008FB4BB 0x5361 # 0 +0x008FB4BC 0x5363 # 0 +0x008FB4BD 0x5365 # 0 +0x008FB4BE 0x536C # 0 +0x008FB4BF 0x536D # 0 +0x008FB4C0 0x5372 # 0 +0x008FB4C1 0x5379 # 0 +0x008FB4C2 0x537E # 0 +0x008FB4C3 0x5383 # 0 +0x008FB4C4 0x5387 # 0 +0x008FB4C5 0x5388 # 0 +0x008FB4C6 0x538E # 0 +0x008FB4C7 0x5393 # 0 +0x008FB4C8 0x5394 # 0 +0x008FB4C9 0x5399 # 0 +0x008FB4CA 0x539D # 0 +0x008FB4CB 0x53A1 # 0 +0x008FB4CC 0x53A4 # 0 +0x008FB4CD 0x53AA # 0 +0x008FB4CE 0x53AB # 0 +0x008FB4CF 0x53AF # 0 +0x008FB4D0 0x53B2 # 0 +0x008FB4D1 0x53B4 # 0 +0x008FB4D2 0x53B5 # 0 +0x008FB4D3 0x53B7 # 0 +0x008FB4D4 0x53B8 # 0 +0x008FB4D5 0x53BA # 0 +0x008FB4D6 0x53BD # 0 +0x008FB4D7 0x53C0 # 0 +0x008FB4D8 0x53C5 # 0 +0x008FB4D9 0x53CF # 0 +0x008FB4DA 0x53D2 # 0 +0x008FB4DB 0x53D3 # 0 +0x008FB4DC 0x53D5 # 0 +0x008FB4DD 0x53DA # 0 +0x008FB4DE 0x53DD # 0 +0x008FB4DF 0x53DE # 0 +0x008FB4E0 0x53E0 # 0 +0x008FB4E1 0x53E6 # 0 +0x008FB4E2 0x53E7 # 0 +0x008FB4E3 0x53F5 # 0 +0x008FB4E4 0x5402 # 0 +0x008FB4E5 0x5413 # 0 +0x008FB4E6 0x541A # 0 +0x008FB4E7 0x5421 # 0 +0x008FB4E8 0x5427 # 0 +0x008FB4E9 0x5428 # 0 +0x008FB4EA 0x542A # 0 +0x008FB4EB 0x542F # 0 +0x008FB4EC 0x5431 # 0 +0x008FB4ED 0x5434 # 0 +0x008FB4EE 0x5435 # 0 +0x008FB4EF 0x5443 # 0 +0x008FB4F0 0x5444 # 0 +0x008FB4F1 0x5447 # 0 +0x008FB4F2 0x544D # 0 +0x008FB4F3 0x544F # 0 +0x008FB4F4 0x545E # 0 +0x008FB4F5 0x5462 # 0 +0x008FB4F6 0x5464 # 0 +0x008FB4F7 0x5466 # 0 +0x008FB4F8 0x5467 # 0 +0x008FB4F9 0x5469 # 0 +0x008FB4FA 0x546B # 0 +0x008FB4FB 0x546D # 0 +0x008FB4FC 0x546E # 0 +0x008FB4FD 0x5474 # 0 +0x008FB4FE 0x547F # 0 +0x008FB5A1 0x5481 # 0 +0x008FB5A2 0x5483 # 0 +0x008FB5A3 0x5485 # 0 +0x008FB5A4 0x5488 # 0 +0x008FB5A5 0x5489 # 0 +0x008FB5A6 0x548D # 0 +0x008FB5A7 0x5491 # 0 +0x008FB5A8 0x5495 # 0 +0x008FB5A9 0x5496 # 0 +0x008FB5AA 0x549C # 0 +0x008FB5AB 0x549F # 0 +0x008FB5AC 0x54A1 # 0 +0x008FB5AD 0x54A6 # 0 +0x008FB5AE 0x54A7 # 0 +0x008FB5AF 0x54A9 # 0 +0x008FB5B0 0x54AA # 0 +0x008FB5B1 0x54AD # 0 +0x008FB5B2 0x54AE # 0 +0x008FB5B3 0x54B1 # 0 +0x008FB5B4 0x54B7 # 0 +0x008FB5B5 0x54B9 # 0 +0x008FB5B6 0x54BA # 0 +0x008FB5B7 0x54BB # 0 +0x008FB5B8 0x54BF # 0 +0x008FB5B9 0x54C6 # 0 +0x008FB5BA 0x54CA # 0 +0x008FB5BB 0x54CD # 0 +0x008FB5BC 0x54CE # 0 +0x008FB5BD 0x54E0 # 0 +0x008FB5BE 0x54EA # 0 +0x008FB5BF 0x54EC # 0 +0x008FB5C0 0x54EF # 0 +0x008FB5C1 0x54F6 # 0 +0x008FB5C2 0x54FC # 0 +0x008FB5C3 0x54FE # 0 +0x008FB5C4 0x54FF # 0 +0x008FB5C5 0x5500 # 0 +0x008FB5C6 0x5501 # 0 +0x008FB5C7 0x5505 # 0 +0x008FB5C8 0x5508 # 0 +0x008FB5C9 0x5509 # 0 +0x008FB5CA 0x550C # 0 +0x008FB5CB 0x550D # 0 +0x008FB5CC 0x550E # 0 +0x008FB5CD 0x5515 # 0 +0x008FB5CE 0x552A # 0 +0x008FB5CF 0x552B # 0 +0x008FB5D0 0x5532 # 0 +0x008FB5D1 0x5535 # 0 +0x008FB5D2 0x5536 # 0 +0x008FB5D3 0x553B # 0 +0x008FB5D4 0x553C # 0 +0x008FB5D5 0x553D # 0 +0x008FB5D6 0x5541 # 0 +0x008FB5D7 0x5547 # 0 +0x008FB5D8 0x5549 # 0 +0x008FB5D9 0x554A # 0 +0x008FB5DA 0x554D # 0 +0x008FB5DB 0x5550 # 0 +0x008FB5DC 0x5551 # 0 +0x008FB5DD 0x5558 # 0 +0x008FB5DE 0x555A # 0 +0x008FB5DF 0x555B # 0 +0x008FB5E0 0x555E # 0 +0x008FB5E1 0x5560 # 0 +0x008FB5E2 0x5561 # 0 +0x008FB5E3 0x5564 # 0 +0x008FB5E4 0x5566 # 0 +0x008FB5E5 0x557F # 0 +0x008FB5E6 0x5581 # 0 +0x008FB5E7 0x5582 # 0 +0x008FB5E8 0x5586 # 0 +0x008FB5E9 0x5588 # 0 +0x008FB5EA 0x558E # 0 +0x008FB5EB 0x558F # 0 +0x008FB5EC 0x5591 # 0 +0x008FB5ED 0x5592 # 0 +0x008FB5EE 0x5593 # 0 +0x008FB5EF 0x5594 # 0 +0x008FB5F0 0x5597 # 0 +0x008FB5F1 0x55A3 # 0 +0x008FB5F2 0x55A4 # 0 +0x008FB5F3 0x55AD # 0 +0x008FB5F4 0x55B2 # 0 +0x008FB5F5 0x55BF # 0 +0x008FB5F6 0x55C1 # 0 +0x008FB5F7 0x55C3 # 0 +0x008FB5F8 0x55C6 # 0 +0x008FB5F9 0x55C9 # 0 +0x008FB5FA 0x55CB # 0 +0x008FB5FB 0x55CC # 0 +0x008FB5FC 0x55CE # 0 +0x008FB5FD 0x55D1 # 0 +0x008FB5FE 0x55D2 # 0 +0x008FB6A1 0x55D3 # 0 +0x008FB6A2 0x55D7 # 0 +0x008FB6A3 0x55D8 # 0 +0x008FB6A4 0x55DB # 0 +0x008FB6A5 0x55DE # 0 +0x008FB6A6 0x55E2 # 0 +0x008FB6A7 0x55E9 # 0 +0x008FB6A8 0x55F6 # 0 +0x008FB6A9 0x55FF # 0 +0x008FB6AA 0x5605 # 0 +0x008FB6AB 0x5608 # 0 +0x008FB6AC 0x560A # 0 +0x008FB6AD 0x560D # 0 +0x008FB6AE 0x560E # 0 +0x008FB6AF 0x560F # 0 +0x008FB6B0 0x5610 # 0 +0x008FB6B1 0x5611 # 0 +0x008FB6B2 0x5612 # 0 +0x008FB6B3 0x5619 # 0 +0x008FB6B4 0x562C # 0 +0x008FB6B5 0x5630 # 0 +0x008FB6B6 0x5633 # 0 +0x008FB6B7 0x5635 # 0 +0x008FB6B8 0x5637 # 0 +0x008FB6B9 0x5639 # 0 +0x008FB6BA 0x563B # 0 +0x008FB6BB 0x563C # 0 +0x008FB6BC 0x563D # 0 +0x008FB6BD 0x563F # 0 +0x008FB6BE 0x5640 # 0 +0x008FB6BF 0x5641 # 0 +0x008FB6C0 0x5643 # 0 +0x008FB6C1 0x5644 # 0 +0x008FB6C2 0x5646 # 0 +0x008FB6C3 0x5649 # 0 +0x008FB6C4 0x564B # 0 +0x008FB6C5 0x564D # 0 +0x008FB6C6 0x564F # 0 +0x008FB6C7 0x5654 # 0 +0x008FB6C8 0x565E # 0 +0x008FB6C9 0x5660 # 0 +0x008FB6CA 0x5661 # 0 +0x008FB6CB 0x5662 # 0 +0x008FB6CC 0x5663 # 0 +0x008FB6CD 0x5666 # 0 +0x008FB6CE 0x5669 # 0 +0x008FB6CF 0x566D # 0 +0x008FB6D0 0x566F # 0 +0x008FB6D1 0x5671 # 0 +0x008FB6D2 0x5672 # 0 +0x008FB6D3 0x5675 # 0 +0x008FB6D4 0x5684 # 0 +0x008FB6D5 0x5685 # 0 +0x008FB6D6 0x5688 # 0 +0x008FB6D7 0x568B # 0 +0x008FB6D8 0x568C # 0 +0x008FB6D9 0x5695 # 0 +0x008FB6DA 0x5699 # 0 +0x008FB6DB 0x569A # 0 +0x008FB6DC 0x569D # 0 +0x008FB6DD 0x569E # 0 +0x008FB6DE 0x569F # 0 +0x008FB6DF 0x56A6 # 0 +0x008FB6E0 0x56A7 # 0 +0x008FB6E1 0x56A8 # 0 +0x008FB6E2 0x56A9 # 0 +0x008FB6E3 0x56AB # 0 +0x008FB6E4 0x56AC # 0 +0x008FB6E5 0x56AD # 0 +0x008FB6E6 0x56B1 # 0 +0x008FB6E7 0x56B3 # 0 +0x008FB6E8 0x56B7 # 0 +0x008FB6E9 0x56BE # 0 +0x008FB6EA 0x56C5 # 0 +0x008FB6EB 0x56C9 # 0 +0x008FB6EC 0x56CA # 0 +0x008FB6ED 0x56CB # 0 +0x008FB6EE 0x56CF # 0 +0x008FB6EF 0x56D0 # 0 +0x008FB6F0 0x56CC # 0 +0x008FB6F1 0x56CD # 0 +0x008FB6F2 0x56D9 # 0 +0x008FB6F3 0x56DC # 0 +0x008FB6F4 0x56DD # 0 +0x008FB6F5 0x56DF # 0 +0x008FB6F6 0x56E1 # 0 +0x008FB6F7 0x56E4 # 0 +0x008FB6F8 0x56E5 # 0 +0x008FB6F9 0x56E6 # 0 +0x008FB6FA 0x56E7 # 0 +0x008FB6FB 0x56E8 # 0 +0x008FB6FC 0x56F1 # 0 +0x008FB6FD 0x56EB # 0 +0x008FB6FE 0x56ED # 0 +0x008FB7A1 0x56F6 # 0 +0x008FB7A2 0x56F7 # 0 +0x008FB7A3 0x5701 # 0 +0x008FB7A4 0x5702 # 0 +0x008FB7A5 0x5707 # 0 +0x008FB7A6 0x570A # 0 +0x008FB7A7 0x570C # 0 +0x008FB7A8 0x5711 # 0 +0x008FB7A9 0x5715 # 0 +0x008FB7AA 0x571A # 0 +0x008FB7AB 0x571B # 0 +0x008FB7AC 0x571D # 0 +0x008FB7AD 0x5720 # 0 +0x008FB7AE 0x5722 # 0 +0x008FB7AF 0x5723 # 0 +0x008FB7B0 0x5724 # 0 +0x008FB7B1 0x5725 # 0 +0x008FB7B2 0x5729 # 0 +0x008FB7B3 0x572A # 0 +0x008FB7B4 0x572C # 0 +0x008FB7B5 0x572E # 0 +0x008FB7B6 0x572F # 0 +0x008FB7B7 0x5733 # 0 +0x008FB7B8 0x5734 # 0 +0x008FB7B9 0x573D # 0 +0x008FB7BA 0x573E # 0 +0x008FB7BB 0x573F # 0 +0x008FB7BC 0x5745 # 0 +0x008FB7BD 0x5746 # 0 +0x008FB7BE 0x574C # 0 +0x008FB7BF 0x574D # 0 +0x008FB7C0 0x5752 # 0 +0x008FB7C1 0x5762 # 0 +0x008FB7C2 0x5765 # 0 +0x008FB7C3 0x5767 # 0 +0x008FB7C4 0x5768 # 0 +0x008FB7C5 0x576B # 0 +0x008FB7C6 0x576D # 0 +0x008FB7C7 0x576E # 0 +0x008FB7C8 0x576F # 0 +0x008FB7C9 0x5770 # 0 +0x008FB7CA 0x5771 # 0 +0x008FB7CB 0x5773 # 0 +0x008FB7CC 0x5774 # 0 +0x008FB7CD 0x5775 # 0 +0x008FB7CE 0x5777 # 0 +0x008FB7CF 0x5779 # 0 +0x008FB7D0 0x577A # 0 +0x008FB7D1 0x577B # 0 +0x008FB7D2 0x577C # 0 +0x008FB7D3 0x577E # 0 +0x008FB7D4 0x5781 # 0 +0x008FB7D5 0x5783 # 0 +0x008FB7D6 0x578C # 0 +0x008FB7D7 0x5794 # 0 +0x008FB7D8 0x5797 # 0 +0x008FB7D9 0x5799 # 0 +0x008FB7DA 0x579A # 0 +0x008FB7DB 0x579C # 0 +0x008FB7DC 0x579D # 0 +0x008FB7DD 0x579E # 0 +0x008FB7DE 0x579F # 0 +0x008FB7DF 0x57A1 # 0 +0x008FB7E0 0x5795 # 0 +0x008FB7E1 0x57A7 # 0 +0x008FB7E2 0x57A8 # 0 +0x008FB7E3 0x57A9 # 0 +0x008FB7E4 0x57AC # 0 +0x008FB7E5 0x57B8 # 0 +0x008FB7E6 0x57BD # 0 +0x008FB7E7 0x57C7 # 0 +0x008FB7E8 0x57C8 # 0 +0x008FB7E9 0x57CC # 0 +0x008FB7EA 0x57CF # 0 +0x008FB7EB 0x57D5 # 0 +0x008FB7EC 0x57DD # 0 +0x008FB7ED 0x57DE # 0 +0x008FB7EE 0x57E4 # 0 +0x008FB7EF 0x57E6 # 0 +0x008FB7F0 0x57E7 # 0 +0x008FB7F1 0x57E9 # 0 +0x008FB7F2 0x57ED # 0 +0x008FB7F3 0x57F0 # 0 +0x008FB7F4 0x57F5 # 0 +0x008FB7F5 0x57F6 # 0 +0x008FB7F6 0x57F8 # 0 +0x008FB7F7 0x57FD # 0 +0x008FB7F8 0x57FE # 0 +0x008FB7F9 0x57FF # 0 +0x008FB7FA 0x5803 # 0 +0x008FB7FB 0x5804 # 0 +0x008FB7FC 0x5808 # 0 +0x008FB7FD 0x5809 # 0 +0x008FB7FE 0x57E1 # 0 +0x008FB8A1 0x580C # 0 +0x008FB8A2 0x580D # 0 +0x008FB8A3 0x581B # 0 +0x008FB8A4 0x581E # 0 +0x008FB8A5 0x581F # 0 +0x008FB8A6 0x5820 # 0 +0x008FB8A7 0x5826 # 0 +0x008FB8A8 0x5827 # 0 +0x008FB8A9 0x582D # 0 +0x008FB8AA 0x5832 # 0 +0x008FB8AB 0x5839 # 0 +0x008FB8AC 0x583F # 0 +0x008FB8AD 0x5849 # 0 +0x008FB8AE 0x584C # 0 +0x008FB8AF 0x584D # 0 +0x008FB8B0 0x584F # 0 +0x008FB8B1 0x5850 # 0 +0x008FB8B2 0x5855 # 0 +0x008FB8B3 0x585F # 0 +0x008FB8B4 0x5861 # 0 +0x008FB8B5 0x5864 # 0 +0x008FB8B6 0x5867 # 0 +0x008FB8B7 0x5868 # 0 +0x008FB8B8 0x5878 # 0 +0x008FB8B9 0x587C # 0 +0x008FB8BA 0x587F # 0 +0x008FB8BB 0x5880 # 0 +0x008FB8BC 0x5881 # 0 +0x008FB8BD 0x5887 # 0 +0x008FB8BE 0x5888 # 0 +0x008FB8BF 0x5889 # 0 +0x008FB8C0 0x588A # 0 +0x008FB8C1 0x588C # 0 +0x008FB8C2 0x588D # 0 +0x008FB8C3 0x588F # 0 +0x008FB8C4 0x5890 # 0 +0x008FB8C5 0x5894 # 0 +0x008FB8C6 0x5896 # 0 +0x008FB8C7 0x589D # 0 +0x008FB8C8 0x58A0 # 0 +0x008FB8C9 0x58A1 # 0 +0x008FB8CA 0x58A2 # 0 +0x008FB8CB 0x58A6 # 0 +0x008FB8CC 0x58A9 # 0 +0x008FB8CD 0x58B1 # 0 +0x008FB8CE 0x58B2 # 0 +0x008FB8CF 0x58C4 # 0 +0x008FB8D0 0x58BC # 0 +0x008FB8D1 0x58C2 # 0 +0x008FB8D2 0x58C8 # 0 +0x008FB8D3 0x58CD # 0 +0x008FB8D4 0x58CE # 0 +0x008FB8D5 0x58D0 # 0 +0x008FB8D6 0x58D2 # 0 +0x008FB8D7 0x58D4 # 0 +0x008FB8D8 0x58D6 # 0 +0x008FB8D9 0x58DA # 0 +0x008FB8DA 0x58DD # 0 +0x008FB8DB 0x58E1 # 0 +0x008FB8DC 0x58E2 # 0 +0x008FB8DD 0x58E9 # 0 +0x008FB8DE 0x58F3 # 0 +0x008FB8DF 0x5905 # 0 +0x008FB8E0 0x5906 # 0 +0x008FB8E1 0x590B # 0 +0x008FB8E2 0x590C # 0 +0x008FB8E3 0x5912 # 0 +0x008FB8E4 0x5913 # 0 +0x008FB8E5 0x5914 # 0 +0x008FB8E6 0x8641 # 0 +0x008FB8E7 0x591D # 0 +0x008FB8E8 0x5921 # 0 +0x008FB8E9 0x5923 # 0 +0x008FB8EA 0x5924 # 0 +0x008FB8EB 0x5928 # 0 +0x008FB8EC 0x592F # 0 +0x008FB8ED 0x5930 # 0 +0x008FB8EE 0x5933 # 0 +0x008FB8EF 0x5935 # 0 +0x008FB8F0 0x5936 # 0 +0x008FB8F1 0x593F # 0 +0x008FB8F2 0x5943 # 0 +0x008FB8F3 0x5946 # 0 +0x008FB8F4 0x5952 # 0 +0x008FB8F5 0x5953 # 0 +0x008FB8F6 0x5959 # 0 +0x008FB8F7 0x595B # 0 +0x008FB8F8 0x595D # 0 +0x008FB8F9 0x595E # 0 +0x008FB8FA 0x595F # 0 +0x008FB8FB 0x5961 # 0 +0x008FB8FC 0x5963 # 0 +0x008FB8FD 0x596B # 0 +0x008FB8FE 0x596D # 0 +0x008FB9A1 0x596F # 0 +0x008FB9A2 0x5972 # 0 +0x008FB9A3 0x5975 # 0 +0x008FB9A4 0x5976 # 0 +0x008FB9A5 0x5979 # 0 +0x008FB9A6 0x597B # 0 +0x008FB9A7 0x597C # 0 +0x008FB9A8 0x598B # 0 +0x008FB9A9 0x598C # 0 +0x008FB9AA 0x598E # 0 +0x008FB9AB 0x5992 # 0 +0x008FB9AC 0x5995 # 0 +0x008FB9AD 0x5997 # 0 +0x008FB9AE 0x599F # 0 +0x008FB9AF 0x59A4 # 0 +0x008FB9B0 0x59A7 # 0 +0x008FB9B1 0x59AD # 0 +0x008FB9B2 0x59AE # 0 +0x008FB9B3 0x59AF # 0 +0x008FB9B4 0x59B0 # 0 +0x008FB9B5 0x59B3 # 0 +0x008FB9B6 0x59B7 # 0 +0x008FB9B7 0x59BA # 0 +0x008FB9B8 0x59BC # 0 +0x008FB9B9 0x59C1 # 0 +0x008FB9BA 0x59C3 # 0 +0x008FB9BB 0x59C4 # 0 +0x008FB9BC 0x59C8 # 0 +0x008FB9BD 0x59CA # 0 +0x008FB9BE 0x59CD # 0 +0x008FB9BF 0x59D2 # 0 +0x008FB9C0 0x59DD # 0 +0x008FB9C1 0x59DE # 0 +0x008FB9C2 0x59DF # 0 +0x008FB9C3 0x59E3 # 0 +0x008FB9C4 0x59E4 # 0 +0x008FB9C5 0x59E7 # 0 +0x008FB9C6 0x59EE # 0 +0x008FB9C7 0x59EF # 0 +0x008FB9C8 0x59F1 # 0 +0x008FB9C9 0x59F2 # 0 +0x008FB9CA 0x59F4 # 0 +0x008FB9CB 0x59F7 # 0 +0x008FB9CC 0x5A00 # 0 +0x008FB9CD 0x5A04 # 0 +0x008FB9CE 0x5A0C # 0 +0x008FB9CF 0x5A0D # 0 +0x008FB9D0 0x5A0E # 0 +0x008FB9D1 0x5A12 # 0 +0x008FB9D2 0x5A13 # 0 +0x008FB9D3 0x5A1E # 0 +0x008FB9D4 0x5A23 # 0 +0x008FB9D5 0x5A24 # 0 +0x008FB9D6 0x5A27 # 0 +0x008FB9D7 0x5A28 # 0 +0x008FB9D8 0x5A2A # 0 +0x008FB9D9 0x5A2D # 0 +0x008FB9DA 0x5A30 # 0 +0x008FB9DB 0x5A44 # 0 +0x008FB9DC 0x5A45 # 0 +0x008FB9DD 0x5A47 # 0 +0x008FB9DE 0x5A48 # 0 +0x008FB9DF 0x5A4C # 0 +0x008FB9E0 0x5A50 # 0 +0x008FB9E1 0x5A55 # 0 +0x008FB9E2 0x5A5E # 0 +0x008FB9E3 0x5A63 # 0 +0x008FB9E4 0x5A65 # 0 +0x008FB9E5 0x5A67 # 0 +0x008FB9E6 0x5A6D # 0 +0x008FB9E7 0x5A77 # 0 +0x008FB9E8 0x5A7A # 0 +0x008FB9E9 0x5A7B # 0 +0x008FB9EA 0x5A7E # 0 +0x008FB9EB 0x5A8B # 0 +0x008FB9EC 0x5A90 # 0 +0x008FB9ED 0x5A93 # 0 +0x008FB9EE 0x5A96 # 0 +0x008FB9EF 0x5A99 # 0 +0x008FB9F0 0x5A9C # 0 +0x008FB9F1 0x5A9E # 0 +0x008FB9F2 0x5A9F # 0 +0x008FB9F3 0x5AA0 # 0 +0x008FB9F4 0x5AA2 # 0 +0x008FB9F5 0x5AA7 # 0 +0x008FB9F6 0x5AAC # 0 +0x008FB9F7 0x5AB1 # 0 +0x008FB9F8 0x5AB2 # 0 +0x008FB9F9 0x5AB3 # 0 +0x008FB9FA 0x5AB5 # 0 +0x008FB9FB 0x5AB8 # 0 +0x008FB9FC 0x5ABA # 0 +0x008FB9FD 0x5ABB # 0 +0x008FB9FE 0x5ABF # 0 +0x008FBAA1 0x5AC4 # 0 +0x008FBAA2 0x5AC6 # 0 +0x008FBAA3 0x5AC8 # 0 +0x008FBAA4 0x5ACF # 0 +0x008FBAA5 0x5ADA # 0 +0x008FBAA6 0x5ADC # 0 +0x008FBAA7 0x5AE0 # 0 +0x008FBAA8 0x5AE5 # 0 +0x008FBAA9 0x5AEA # 0 +0x008FBAAA 0x5AEE # 0 +0x008FBAAB 0x5AF5 # 0 +0x008FBAAC 0x5AF6 # 0 +0x008FBAAD 0x5AFD # 0 +0x008FBAAE 0x5B00 # 0 +0x008FBAAF 0x5B01 # 0 +0x008FBAB0 0x5B08 # 0 +0x008FBAB1 0x5B17 # 0 +0x008FBAB2 0x5B34 # 0 +0x008FBAB3 0x5B19 # 0 +0x008FBAB4 0x5B1B # 0 +0x008FBAB5 0x5B1D # 0 +0x008FBAB6 0x5B21 # 0 +0x008FBAB7 0x5B25 # 0 +0x008FBAB8 0x5B2D # 0 +0x008FBAB9 0x5B38 # 0 +0x008FBABA 0x5B41 # 0 +0x008FBABB 0x5B4B # 0 +0x008FBABC 0x5B4C # 0 +0x008FBABD 0x5B52 # 0 +0x008FBABE 0x5B56 # 0 +0x008FBABF 0x5B5E # 0 +0x008FBAC0 0x5B68 # 0 +0x008FBAC1 0x5B6E # 0 +0x008FBAC2 0x5B6F # 0 +0x008FBAC3 0x5B7C # 0 +0x008FBAC4 0x5B7D # 0 +0x008FBAC5 0x5B7E # 0 +0x008FBAC6 0x5B7F # 0 +0x008FBAC7 0x5B81 # 0 +0x008FBAC8 0x5B84 # 0 +0x008FBAC9 0x5B86 # 0 +0x008FBACA 0x5B8A # 0 +0x008FBACB 0x5B8E # 0 +0x008FBACC 0x5B90 # 0 +0x008FBACD 0x5B91 # 0 +0x008FBACE 0x5B93 # 0 +0x008FBACF 0x5B94 # 0 +0x008FBAD0 0x5B96 # 0 +0x008FBAD1 0x5BA8 # 0 +0x008FBAD2 0x5BA9 # 0 +0x008FBAD3 0x5BAC # 0 +0x008FBAD4 0x5BAD # 0 +0x008FBAD5 0x5BAF # 0 +0x008FBAD6 0x5BB1 # 0 +0x008FBAD7 0x5BB2 # 0 +0x008FBAD8 0x5BB7 # 0 +0x008FBAD9 0x5BBA # 0 +0x008FBADA 0x5BBC # 0 +0x008FBADB 0x5BC0 # 0 +0x008FBADC 0x5BC1 # 0 +0x008FBADD 0x5BCD # 0 +0x008FBADE 0x5BCF # 0 +0x008FBADF 0x5BD6 # 0 +0x008FBAE0 0x5BD7 # 0 +0x008FBAE1 0x5BD8 # 0 +0x008FBAE2 0x5BD9 # 0 +0x008FBAE3 0x5BDA # 0 +0x008FBAE4 0x5BE0 # 0 +0x008FBAE5 0x5BEF # 0 +0x008FBAE6 0x5BF1 # 0 +0x008FBAE7 0x5BF4 # 0 +0x008FBAE8 0x5BFD # 0 +0x008FBAE9 0x5C0C # 0 +0x008FBAEA 0x5C17 # 0 +0x008FBAEB 0x5C1E # 0 +0x008FBAEC 0x5C1F # 0 +0x008FBAED 0x5C23 # 0 +0x008FBAEE 0x5C26 # 0 +0x008FBAEF 0x5C29 # 0 +0x008FBAF0 0x5C2B # 0 +0x008FBAF1 0x5C2C # 0 +0x008FBAF2 0x5C2E # 0 +0x008FBAF3 0x5C30 # 0 +0x008FBAF4 0x5C32 # 0 +0x008FBAF5 0x5C35 # 0 +0x008FBAF6 0x5C36 # 0 +0x008FBAF7 0x5C59 # 0 +0x008FBAF8 0x5C5A # 0 +0x008FBAF9 0x5C5C # 0 +0x008FBAFA 0x5C62 # 0 +0x008FBAFB 0x5C63 # 0 +0x008FBAFC 0x5C67 # 0 +0x008FBAFD 0x5C68 # 0 +0x008FBAFE 0x5C69 # 0 +0x008FBBA1 0x5C6D # 0 +0x008FBBA2 0x5C70 # 0 +0x008FBBA3 0x5C74 # 0 +0x008FBBA4 0x5C75 # 0 +0x008FBBA5 0x5C7A # 0 +0x008FBBA6 0x5C7B # 0 +0x008FBBA7 0x5C7C # 0 +0x008FBBA8 0x5C7D # 0 +0x008FBBA9 0x5C87 # 0 +0x008FBBAA 0x5C88 # 0 +0x008FBBAB 0x5C8A # 0 +0x008FBBAC 0x5C8F # 0 +0x008FBBAD 0x5C92 # 0 +0x008FBBAE 0x5C9D # 0 +0x008FBBAF 0x5C9F # 0 +0x008FBBB0 0x5CA0 # 0 +0x008FBBB1 0x5CA2 # 0 +0x008FBBB2 0x5CA3 # 0 +0x008FBBB3 0x5CA6 # 0 +0x008FBBB4 0x5CAA # 0 +0x008FBBB5 0x5CB2 # 0 +0x008FBBB6 0x5CB4 # 0 +0x008FBBB7 0x5CB5 # 0 +0x008FBBB8 0x5CBA # 0 +0x008FBBB9 0x5CC9 # 0 +0x008FBBBA 0x5CCB # 0 +0x008FBBBB 0x5CD2 # 0 +0x008FBBBC 0x5CDD # 0 +0x008FBBBD 0x5CD7 # 0 +0x008FBBBE 0x5CEE # 0 +0x008FBBBF 0x5CF1 # 0 +0x008FBBC0 0x5CF2 # 0 +0x008FBBC1 0x5CF4 # 0 +0x008FBBC2 0x5D01 # 0 +0x008FBBC3 0x5D06 # 0 +0x008FBBC4 0x5D0D # 0 +0x008FBBC5 0x5D12 # 0 +0x008FBBC6 0x5D2B # 0 +0x008FBBC7 0x5D23 # 0 +0x008FBBC8 0x5D24 # 0 +0x008FBBC9 0x5D26 # 0 +0x008FBBCA 0x5D27 # 0 +0x008FBBCB 0x5D31 # 0 +0x008FBBCC 0x5D34 # 0 +0x008FBBCD 0x5D39 # 0 +0x008FBBCE 0x5D3D # 0 +0x008FBBCF 0x5D3F # 0 +0x008FBBD0 0x5D42 # 0 +0x008FBBD1 0x5D43 # 0 +0x008FBBD2 0x5D46 # 0 +0x008FBBD3 0x5D48 # 0 +0x008FBBD4 0x5D55 # 0 +0x008FBBD5 0x5D51 # 0 +0x008FBBD6 0x5D59 # 0 +0x008FBBD7 0x5D4A # 0 +0x008FBBD8 0x5D5F # 0 +0x008FBBD9 0x5D60 # 0 +0x008FBBDA 0x5D61 # 0 +0x008FBBDB 0x5D62 # 0 +0x008FBBDC 0x5D64 # 0 +0x008FBBDD 0x5D6A # 0 +0x008FBBDE 0x5D6D # 0 +0x008FBBDF 0x5D70 # 0 +0x008FBBE0 0x5D79 # 0 +0x008FBBE1 0x5D7A # 0 +0x008FBBE2 0x5D7E # 0 +0x008FBBE3 0x5D7F # 0 +0x008FBBE4 0x5D81 # 0 +0x008FBBE5 0x5D83 # 0 +0x008FBBE6 0x5D88 # 0 +0x008FBBE7 0x5D8A # 0 +0x008FBBE8 0x5D92 # 0 +0x008FBBE9 0x5D93 # 0 +0x008FBBEA 0x5D94 # 0 +0x008FBBEB 0x5D95 # 0 +0x008FBBEC 0x5D99 # 0 +0x008FBBED 0x5D9B # 0 +0x008FBBEE 0x5D9F # 0 +0x008FBBEF 0x5DA0 # 0 +0x008FBBF0 0x5DA7 # 0 +0x008FBBF1 0x5DAB # 0 +0x008FBBF2 0x5DB0 # 0 +0x008FBBF3 0x5DB4 # 0 +0x008FBBF4 0x5DB8 # 0 +0x008FBBF5 0x5DB9 # 0 +0x008FBBF6 0x5DC3 # 0 +0x008FBBF7 0x5DC7 # 0 +0x008FBBF8 0x5DCB # 0 +0x008FBBF9 0x5DD0 # 0 +0x008FBBFA 0x5DCE # 0 +0x008FBBFB 0x5DD8 # 0 +0x008FBBFC 0x5DD9 # 0 +0x008FBBFD 0x5DE0 # 0 +0x008FBBFE 0x5DE4 # 0 +0x008FBCA1 0x5DE9 # 0 +0x008FBCA2 0x5DF8 # 0 +0x008FBCA3 0x5DF9 # 0 +0x008FBCA4 0x5E00 # 0 +0x008FBCA5 0x5E07 # 0 +0x008FBCA6 0x5E0D # 0 +0x008FBCA7 0x5E12 # 0 +0x008FBCA8 0x5E14 # 0 +0x008FBCA9 0x5E15 # 0 +0x008FBCAA 0x5E18 # 0 +0x008FBCAB 0x5E1F # 0 +0x008FBCAC 0x5E20 # 0 +0x008FBCAD 0x5E2E # 0 +0x008FBCAE 0x5E28 # 0 +0x008FBCAF 0x5E32 # 0 +0x008FBCB0 0x5E35 # 0 +0x008FBCB1 0x5E3E # 0 +0x008FBCB2 0x5E4B # 0 +0x008FBCB3 0x5E50 # 0 +0x008FBCB4 0x5E49 # 0 +0x008FBCB5 0x5E51 # 0 +0x008FBCB6 0x5E56 # 0 +0x008FBCB7 0x5E58 # 0 +0x008FBCB8 0x5E5B # 0 +0x008FBCB9 0x5E5C # 0 +0x008FBCBA 0x5E5E # 0 +0x008FBCBB 0x5E68 # 0 +0x008FBCBC 0x5E6A # 0 +0x008FBCBD 0x5E6B # 0 +0x008FBCBE 0x5E6C # 0 +0x008FBCBF 0x5E6D # 0 +0x008FBCC0 0x5E6E # 0 +0x008FBCC1 0x5E70 # 0 +0x008FBCC2 0x5E80 # 0 +0x008FBCC3 0x5E8B # 0 +0x008FBCC4 0x5E8E # 0 +0x008FBCC5 0x5EA2 # 0 +0x008FBCC6 0x5EA4 # 0 +0x008FBCC7 0x5EA5 # 0 +0x008FBCC8 0x5EA8 # 0 +0x008FBCC9 0x5EAA # 0 +0x008FBCCA 0x5EAC # 0 +0x008FBCCB 0x5EB1 # 0 +0x008FBCCC 0x5EB3 # 0 +0x008FBCCD 0x5EBD # 0 +0x008FBCCE 0x5EBE # 0 +0x008FBCCF 0x5EBF # 0 +0x008FBCD0 0x5EC6 # 0 +0x008FBCD1 0x5ECC # 0 +0x008FBCD2 0x5ECB # 0 +0x008FBCD3 0x5ECE # 0 +0x008FBCD4 0x5ED1 # 0 +0x008FBCD5 0x5ED2 # 0 +0x008FBCD6 0x5ED4 # 0 +0x008FBCD7 0x5ED5 # 0 +0x008FBCD8 0x5EDC # 0 +0x008FBCD9 0x5EDE # 0 +0x008FBCDA 0x5EE5 # 0 +0x008FBCDB 0x5EEB # 0 +0x008FBCDC 0x5F02 # 0 +0x008FBCDD 0x5F06 # 0 +0x008FBCDE 0x5F07 # 0 +0x008FBCDF 0x5F08 # 0 +0x008FBCE0 0x5F0E # 0 +0x008FBCE1 0x5F19 # 0 +0x008FBCE2 0x5F1C # 0 +0x008FBCE3 0x5F1D # 0 +0x008FBCE4 0x5F21 # 0 +0x008FBCE5 0x5F22 # 0 +0x008FBCE6 0x5F23 # 0 +0x008FBCE7 0x5F24 # 0 +0x008FBCE8 0x5F28 # 0 +0x008FBCE9 0x5F2B # 0 +0x008FBCEA 0x5F2C # 0 +0x008FBCEB 0x5F2E # 0 +0x008FBCEC 0x5F30 # 0 +0x008FBCED 0x5F34 # 0 +0x008FBCEE 0x5F36 # 0 +0x008FBCEF 0x5F3B # 0 +0x008FBCF0 0x5F3D # 0 +0x008FBCF1 0x5F3F # 0 +0x008FBCF2 0x5F40 # 0 +0x008FBCF3 0x5F44 # 0 +0x008FBCF4 0x5F45 # 0 +0x008FBCF5 0x5F47 # 0 +0x008FBCF6 0x5F4D # 0 +0x008FBCF7 0x5F50 # 0 +0x008FBCF8 0x5F54 # 0 +0x008FBCF9 0x5F58 # 0 +0x008FBCFA 0x5F5B # 0 +0x008FBCFB 0x5F60 # 0 +0x008FBCFC 0x5F63 # 0 +0x008FBCFD 0x5F64 # 0 +0x008FBCFE 0x5F67 # 0 +0x008FBDA1 0x5F6F # 0 +0x008FBDA2 0x5F72 # 0 +0x008FBDA3 0x5F74 # 0 +0x008FBDA4 0x5F75 # 0 +0x008FBDA5 0x5F78 # 0 +0x008FBDA6 0x5F7A # 0 +0x008FBDA7 0x5F7D # 0 +0x008FBDA8 0x5F7E # 0 +0x008FBDA9 0x5F89 # 0 +0x008FBDAA 0x5F8D # 0 +0x008FBDAB 0x5F8F # 0 +0x008FBDAC 0x5F96 # 0 +0x008FBDAD 0x5F9C # 0 +0x008FBDAE 0x5F9D # 0 +0x008FBDAF 0x5FA2 # 0 +0x008FBDB0 0x5FA7 # 0 +0x008FBDB1 0x5FAB # 0 +0x008FBDB2 0x5FA4 # 0 +0x008FBDB3 0x5FAC # 0 +0x008FBDB4 0x5FAF # 0 +0x008FBDB5 0x5FB0 # 0 +0x008FBDB6 0x5FB1 # 0 +0x008FBDB7 0x5FB8 # 0 +0x008FBDB8 0x5FC4 # 0 +0x008FBDB9 0x5FC7 # 0 +0x008FBDBA 0x5FC8 # 0 +0x008FBDBB 0x5FC9 # 0 +0x008FBDBC 0x5FCB # 0 +0x008FBDBD 0x5FD0 # 0 +0x008FBDBE 0x5FD1 # 0 +0x008FBDBF 0x5FD2 # 0 +0x008FBDC0 0x5FD3 # 0 +0x008FBDC1 0x5FD4 # 0 +0x008FBDC2 0x5FDE # 0 +0x008FBDC3 0x5FE1 # 0 +0x008FBDC4 0x5FE2 # 0 +0x008FBDC5 0x5FE8 # 0 +0x008FBDC6 0x5FE9 # 0 +0x008FBDC7 0x5FEA # 0 +0x008FBDC8 0x5FEC # 0 +0x008FBDC9 0x5FED # 0 +0x008FBDCA 0x5FEE # 0 +0x008FBDCB 0x5FEF # 0 +0x008FBDCC 0x5FF2 # 0 +0x008FBDCD 0x5FF3 # 0 +0x008FBDCE 0x5FF6 # 0 +0x008FBDCF 0x5FFA # 0 +0x008FBDD0 0x5FFC # 0 +0x008FBDD1 0x6007 # 0 +0x008FBDD2 0x600A # 0 +0x008FBDD3 0x600D # 0 +0x008FBDD4 0x6013 # 0 +0x008FBDD5 0x6014 # 0 +0x008FBDD6 0x6017 # 0 +0x008FBDD7 0x6018 # 0 +0x008FBDD8 0x601A # 0 +0x008FBDD9 0x601F # 0 +0x008FBDDA 0x6024 # 0 +0x008FBDDB 0x602D # 0 +0x008FBDDC 0x6033 # 0 +0x008FBDDD 0x6035 # 0 +0x008FBDDE 0x6040 # 0 +0x008FBDDF 0x6047 # 0 +0x008FBDE0 0x6048 # 0 +0x008FBDE1 0x6049 # 0 +0x008FBDE2 0x604C # 0 +0x008FBDE3 0x6051 # 0 +0x008FBDE4 0x6054 # 0 +0x008FBDE5 0x6056 # 0 +0x008FBDE6 0x6057 # 0 +0x008FBDE7 0x605D # 0 +0x008FBDE8 0x6061 # 0 +0x008FBDE9 0x6067 # 0 +0x008FBDEA 0x6071 # 0 +0x008FBDEB 0x607E # 0 +0x008FBDEC 0x607F # 0 +0x008FBDED 0x6082 # 0 +0x008FBDEE 0x6086 # 0 +0x008FBDEF 0x6088 # 0 +0x008FBDF0 0x608A # 0 +0x008FBDF1 0x608E # 0 +0x008FBDF2 0x6091 # 0 +0x008FBDF3 0x6093 # 0 +0x008FBDF4 0x6095 # 0 +0x008FBDF5 0x6098 # 0 +0x008FBDF6 0x609D # 0 +0x008FBDF7 0x609E # 0 +0x008FBDF8 0x60A2 # 0 +0x008FBDF9 0x60A4 # 0 +0x008FBDFA 0x60A5 # 0 +0x008FBDFB 0x60A8 # 0 +0x008FBDFC 0x60B0 # 0 +0x008FBDFD 0x60B1 # 0 +0x008FBDFE 0x60B7 # 0 +0x008FBEA1 0x60BB # 0 +0x008FBEA2 0x60BE # 0 +0x008FBEA3 0x60C2 # 0 +0x008FBEA4 0x60C4 # 0 +0x008FBEA5 0x60C8 # 0 +0x008FBEA6 0x60C9 # 0 +0x008FBEA7 0x60CA # 0 +0x008FBEA8 0x60CB # 0 +0x008FBEA9 0x60CE # 0 +0x008FBEAA 0x60CF # 0 +0x008FBEAB 0x60D4 # 0 +0x008FBEAC 0x60D5 # 0 +0x008FBEAD 0x60D9 # 0 +0x008FBEAE 0x60DB # 0 +0x008FBEAF 0x60DD # 0 +0x008FBEB0 0x60DE # 0 +0x008FBEB1 0x60E2 # 0 +0x008FBEB2 0x60E5 # 0 +0x008FBEB3 0x60F2 # 0 +0x008FBEB4 0x60F5 # 0 +0x008FBEB5 0x60F8 # 0 +0x008FBEB6 0x60FC # 0 +0x008FBEB7 0x60FD # 0 +0x008FBEB8 0x6102 # 0 +0x008FBEB9 0x6107 # 0 +0x008FBEBA 0x610A # 0 +0x008FBEBB 0x610C # 0 +0x008FBEBC 0x6110 # 0 +0x008FBEBD 0x6111 # 0 +0x008FBEBE 0x6112 # 0 +0x008FBEBF 0x6113 # 0 +0x008FBEC0 0x6114 # 0 +0x008FBEC1 0x6116 # 0 +0x008FBEC2 0x6117 # 0 +0x008FBEC3 0x6119 # 0 +0x008FBEC4 0x611C # 0 +0x008FBEC5 0x611E # 0 +0x008FBEC6 0x6122 # 0 +0x008FBEC7 0x612A # 0 +0x008FBEC8 0x612B # 0 +0x008FBEC9 0x6130 # 0 +0x008FBECA 0x6131 # 0 +0x008FBECB 0x6135 # 0 +0x008FBECC 0x6136 # 0 +0x008FBECD 0x6137 # 0 +0x008FBECE 0x6139 # 0 +0x008FBECF 0x6141 # 0 +0x008FBED0 0x6145 # 0 +0x008FBED1 0x6146 # 0 +0x008FBED2 0x6149 # 0 +0x008FBED3 0x615E # 0 +0x008FBED4 0x6160 # 0 +0x008FBED5 0x616C # 0 +0x008FBED6 0x6172 # 0 +0x008FBED7 0x6178 # 0 +0x008FBED8 0x617B # 0 +0x008FBED9 0x617C # 0 +0x008FBEDA 0x617F # 0 +0x008FBEDB 0x6180 # 0 +0x008FBEDC 0x6181 # 0 +0x008FBEDD 0x6183 # 0 +0x008FBEDE 0x6184 # 0 +0x008FBEDF 0x618B # 0 +0x008FBEE0 0x618D # 0 +0x008FBEE1 0x6192 # 0 +0x008FBEE2 0x6193 # 0 +0x008FBEE3 0x6197 # 0 +0x008FBEE4 0x6198 # 0 +0x008FBEE5 0x619C # 0 +0x008FBEE6 0x619D # 0 +0x008FBEE7 0x619F # 0 +0x008FBEE8 0x61A0 # 0 +0x008FBEE9 0x61A5 # 0 +0x008FBEEA 0x61A8 # 0 +0x008FBEEB 0x61AA # 0 +0x008FBEEC 0x61AD # 0 +0x008FBEED 0x61B8 # 0 +0x008FBEEE 0x61B9 # 0 +0x008FBEEF 0x61BC # 0 +0x008FBEF0 0x61C0 # 0 +0x008FBEF1 0x61C1 # 0 +0x008FBEF2 0x61C2 # 0 +0x008FBEF3 0x61CE # 0 +0x008FBEF4 0x61CF # 0 +0x008FBEF5 0x61D5 # 0 +0x008FBEF6 0x61DC # 0 +0x008FBEF7 0x61DD # 0 +0x008FBEF8 0x61DE # 0 +0x008FBEF9 0x61DF # 0 +0x008FBEFA 0x61E1 # 0 +0x008FBEFB 0x61E2 # 0 +0x008FBEFC 0x61E7 # 0 +0x008FBEFD 0x61E9 # 0 +0x008FBEFE 0x61E5 # 0 +0x008FBFA1 0x61EC # 0 +0x008FBFA2 0x61ED # 0 +0x008FBFA3 0x61EF # 0 +0x008FBFA4 0x6201 # 0 +0x008FBFA5 0x6203 # 0 +0x008FBFA6 0x6204 # 0 +0x008FBFA7 0x6207 # 0 +0x008FBFA8 0x6213 # 0 +0x008FBFA9 0x6215 # 0 +0x008FBFAA 0x621C # 0 +0x008FBFAB 0x6220 # 0 +0x008FBFAC 0x6222 # 0 +0x008FBFAD 0x6223 # 0 +0x008FBFAE 0x6227 # 0 +0x008FBFAF 0x6229 # 0 +0x008FBFB0 0x622B # 0 +0x008FBFB1 0x6239 # 0 +0x008FBFB2 0x623D # 0 +0x008FBFB3 0x6242 # 0 +0x008FBFB4 0x6243 # 0 +0x008FBFB5 0x6244 # 0 +0x008FBFB6 0x6246 # 0 +0x008FBFB7 0x624C # 0 +0x008FBFB8 0x6250 # 0 +0x008FBFB9 0x6251 # 0 +0x008FBFBA 0x6252 # 0 +0x008FBFBB 0x6254 # 0 +0x008FBFBC 0x6256 # 0 +0x008FBFBD 0x625A # 0 +0x008FBFBE 0x625C # 0 +0x008FBFBF 0x6264 # 0 +0x008FBFC0 0x626D # 0 +0x008FBFC1 0x626F # 0 +0x008FBFC2 0x6273 # 0 +0x008FBFC3 0x627A # 0 +0x008FBFC4 0x627D # 0 +0x008FBFC5 0x628D # 0 +0x008FBFC6 0x628E # 0 +0x008FBFC7 0x628F # 0 +0x008FBFC8 0x6290 # 0 +0x008FBFC9 0x62A6 # 0 +0x008FBFCA 0x62A8 # 0 +0x008FBFCB 0x62B3 # 0 +0x008FBFCC 0x62B6 # 0 +0x008FBFCD 0x62B7 # 0 +0x008FBFCE 0x62BA # 0 +0x008FBFCF 0x62BE # 0 +0x008FBFD0 0x62BF # 0 +0x008FBFD1 0x62C4 # 0 +0x008FBFD2 0x62CE # 0 +0x008FBFD3 0x62D5 # 0 +0x008FBFD4 0x62D6 # 0 +0x008FBFD5 0x62DA # 0 +0x008FBFD6 0x62EA # 0 +0x008FBFD7 0x62F2 # 0 +0x008FBFD8 0x62F4 # 0 +0x008FBFD9 0x62FC # 0 +0x008FBFDA 0x62FD # 0 +0x008FBFDB 0x6303 # 0 +0x008FBFDC 0x6304 # 0 +0x008FBFDD 0x630A # 0 +0x008FBFDE 0x630B # 0 +0x008FBFDF 0x630D # 0 +0x008FBFE0 0x6310 # 0 +0x008FBFE1 0x6313 # 0 +0x008FBFE2 0x6316 # 0 +0x008FBFE3 0x6318 # 0 +0x008FBFE4 0x6329 # 0 +0x008FBFE5 0x632A # 0 +0x008FBFE6 0x632D # 0 +0x008FBFE7 0x6335 # 0 +0x008FBFE8 0x6336 # 0 +0x008FBFE9 0x6339 # 0 +0x008FBFEA 0x633C # 0 +0x008FBFEB 0x6341 # 0 +0x008FBFEC 0x6342 # 0 +0x008FBFED 0x6343 # 0 +0x008FBFEE 0x6344 # 0 +0x008FBFEF 0x6346 # 0 +0x008FBFF0 0x634A # 0 +0x008FBFF1 0x634B # 0 +0x008FBFF2 0x634E # 0 +0x008FBFF3 0x6352 # 0 +0x008FBFF4 0x6353 # 0 +0x008FBFF5 0x6354 # 0 +0x008FBFF6 0x6358 # 0 +0x008FBFF7 0x635B # 0 +0x008FBFF8 0x6365 # 0 +0x008FBFF9 0x6366 # 0 +0x008FBFFA 0x636C # 0 +0x008FBFFB 0x636D # 0 +0x008FBFFC 0x6371 # 0 +0x008FBFFD 0x6374 # 0 +0x008FBFFE 0x6375 # 0 +0x008FC0A1 0x6378 # 0 +0x008FC0A2 0x637C # 0 +0x008FC0A3 0x637D # 0 +0x008FC0A4 0x637F # 0 +0x008FC0A5 0x6382 # 0 +0x008FC0A6 0x6384 # 0 +0x008FC0A7 0x6387 # 0 +0x008FC0A8 0x638A # 0 +0x008FC0A9 0x6390 # 0 +0x008FC0AA 0x6394 # 0 +0x008FC0AB 0x6395 # 0 +0x008FC0AC 0x6399 # 0 +0x008FC0AD 0x639A # 0 +0x008FC0AE 0x639E # 0 +0x008FC0AF 0x63A4 # 0 +0x008FC0B0 0x63A6 # 0 +0x008FC0B1 0x63AD # 0 +0x008FC0B2 0x63AE # 0 +0x008FC0B3 0x63AF # 0 +0x008FC0B4 0x63BD # 0 +0x008FC0B5 0x63C1 # 0 +0x008FC0B6 0x63C5 # 0 +0x008FC0B7 0x63C8 # 0 +0x008FC0B8 0x63CE # 0 +0x008FC0B9 0x63D1 # 0 +0x008FC0BA 0x63D3 # 0 +0x008FC0BB 0x63D4 # 0 +0x008FC0BC 0x63D5 # 0 +0x008FC0BD 0x63DC # 0 +0x008FC0BE 0x63E0 # 0 +0x008FC0BF 0x63E5 # 0 +0x008FC0C0 0x63EA # 0 +0x008FC0C1 0x63EC # 0 +0x008FC0C2 0x63F2 # 0 +0x008FC0C3 0x63F3 # 0 +0x008FC0C4 0x63F5 # 0 +0x008FC0C5 0x63F8 # 0 +0x008FC0C6 0x63F9 # 0 +0x008FC0C7 0x6409 # 0 +0x008FC0C8 0x640A # 0 +0x008FC0C9 0x6410 # 0 +0x008FC0CA 0x6412 # 0 +0x008FC0CB 0x6414 # 0 +0x008FC0CC 0x6418 # 0 +0x008FC0CD 0x641E # 0 +0x008FC0CE 0x6420 # 0 +0x008FC0CF 0x6422 # 0 +0x008FC0D0 0x6424 # 0 +0x008FC0D1 0x6425 # 0 +0x008FC0D2 0x6429 # 0 +0x008FC0D3 0x642A # 0 +0x008FC0D4 0x642F # 0 +0x008FC0D5 0x6430 # 0 +0x008FC0D6 0x6435 # 0 +0x008FC0D7 0x643D # 0 +0x008FC0D8 0x643F # 0 +0x008FC0D9 0x644B # 0 +0x008FC0DA 0x644F # 0 +0x008FC0DB 0x6451 # 0 +0x008FC0DC 0x6452 # 0 +0x008FC0DD 0x6453 # 0 +0x008FC0DE 0x6454 # 0 +0x008FC0DF 0x645A # 0 +0x008FC0E0 0x645B # 0 +0x008FC0E1 0x645C # 0 +0x008FC0E2 0x645D # 0 +0x008FC0E3 0x645F # 0 +0x008FC0E4 0x6460 # 0 +0x008FC0E5 0x6461 # 0 +0x008FC0E6 0x6463 # 0 +0x008FC0E7 0x646D # 0 +0x008FC0E8 0x6473 # 0 +0x008FC0E9 0x6474 # 0 +0x008FC0EA 0x647B # 0 +0x008FC0EB 0x647D # 0 +0x008FC0EC 0x6485 # 0 +0x008FC0ED 0x6487 # 0 +0x008FC0EE 0x648F # 0 +0x008FC0EF 0x6490 # 0 +0x008FC0F0 0x6491 # 0 +0x008FC0F1 0x6498 # 0 +0x008FC0F2 0x6499 # 0 +0x008FC0F3 0x649B # 0 +0x008FC0F4 0x649D # 0 +0x008FC0F5 0x649F # 0 +0x008FC0F6 0x64A1 # 0 +0x008FC0F7 0x64A3 # 0 +0x008FC0F8 0x64A6 # 0 +0x008FC0F9 0x64A8 # 0 +0x008FC0FA 0x64AC # 0 +0x008FC0FB 0x64B3 # 0 +0x008FC0FC 0x64BD # 0 +0x008FC0FD 0x64BE # 0 +0x008FC0FE 0x64BF # 0 +0x008FC1A1 0x64C4 # 0 +0x008FC1A2 0x64C9 # 0 +0x008FC1A3 0x64CA # 0 +0x008FC1A4 0x64CB # 0 +0x008FC1A5 0x64CC # 0 +0x008FC1A6 0x64CE # 0 +0x008FC1A7 0x64D0 # 0 +0x008FC1A8 0x64D1 # 0 +0x008FC1A9 0x64D5 # 0 +0x008FC1AA 0x64D7 # 0 +0x008FC1AB 0x64E4 # 0 +0x008FC1AC 0x64E5 # 0 +0x008FC1AD 0x64E9 # 0 +0x008FC1AE 0x64EA # 0 +0x008FC1AF 0x64ED # 0 +0x008FC1B0 0x64F0 # 0 +0x008FC1B1 0x64F5 # 0 +0x008FC1B2 0x64F7 # 0 +0x008FC1B3 0x64FB # 0 +0x008FC1B4 0x64FF # 0 +0x008FC1B5 0x6501 # 0 +0x008FC1B6 0x6504 # 0 +0x008FC1B7 0x6508 # 0 +0x008FC1B8 0x6509 # 0 +0x008FC1B9 0x650A # 0 +0x008FC1BA 0x650F # 0 +0x008FC1BB 0x6513 # 0 +0x008FC1BC 0x6514 # 0 +0x008FC1BD 0x6516 # 0 +0x008FC1BE 0x6519 # 0 +0x008FC1BF 0x651B # 0 +0x008FC1C0 0x651E # 0 +0x008FC1C1 0x651F # 0 +0x008FC1C2 0x6522 # 0 +0x008FC1C3 0x6526 # 0 +0x008FC1C4 0x6529 # 0 +0x008FC1C5 0x652E # 0 +0x008FC1C6 0x6531 # 0 +0x008FC1C7 0x653A # 0 +0x008FC1C8 0x653C # 0 +0x008FC1C9 0x653D # 0 +0x008FC1CA 0x6543 # 0 +0x008FC1CB 0x6547 # 0 +0x008FC1CC 0x6549 # 0 +0x008FC1CD 0x6550 # 0 +0x008FC1CE 0x6552 # 0 +0x008FC1CF 0x6554 # 0 +0x008FC1D0 0x655F # 0 +0x008FC1D1 0x6560 # 0 +0x008FC1D2 0x6567 # 0 +0x008FC1D3 0x656B # 0 +0x008FC1D4 0x657A # 0 +0x008FC1D5 0x657D # 0 +0x008FC1D6 0x6581 # 0 +0x008FC1D7 0x6585 # 0 +0x008FC1D8 0x658A # 0 +0x008FC1D9 0x6592 # 0 +0x008FC1DA 0x6595 # 0 +0x008FC1DB 0x6598 # 0 +0x008FC1DC 0x659D # 0 +0x008FC1DD 0x65A0 # 0 +0x008FC1DE 0x65A3 # 0 +0x008FC1DF 0x65A6 # 0 +0x008FC1E0 0x65AE # 0 +0x008FC1E1 0x65B2 # 0 +0x008FC1E2 0x65B3 # 0 +0x008FC1E3 0x65B4 # 0 +0x008FC1E4 0x65BF # 0 +0x008FC1E5 0x65C2 # 0 +0x008FC1E6 0x65C8 # 0 +0x008FC1E7 0x65C9 # 0 +0x008FC1E8 0x65CE # 0 +0x008FC1E9 0x65D0 # 0 +0x008FC1EA 0x65D4 # 0 +0x008FC1EB 0x65D6 # 0 +0x008FC1EC 0x65D8 # 0 +0x008FC1ED 0x65DF # 0 +0x008FC1EE 0x65F0 # 0 +0x008FC1EF 0x65F2 # 0 +0x008FC1F0 0x65F4 # 0 +0x008FC1F1 0x65F5 # 0 +0x008FC1F2 0x65F9 # 0 +0x008FC1F3 0x65FE # 0 +0x008FC1F4 0x65FF # 0 +0x008FC1F5 0x6600 # 0 +0x008FC1F6 0x6604 # 0 +0x008FC1F7 0x6608 # 0 +0x008FC1F8 0x6609 # 0 +0x008FC1F9 0x660D # 0 +0x008FC1FA 0x6611 # 0 +0x008FC1FB 0x6612 # 0 +0x008FC1FC 0x6615 # 0 +0x008FC1FD 0x6616 # 0 +0x008FC1FE 0x661D # 0 +0x008FC2A1 0x661E # 0 +0x008FC2A2 0x6621 # 0 +0x008FC2A3 0x6622 # 0 +0x008FC2A4 0x6623 # 0 +0x008FC2A5 0x6624 # 0 +0x008FC2A6 0x6626 # 0 +0x008FC2A7 0x6629 # 0 +0x008FC2A8 0x662A # 0 +0x008FC2A9 0x662B # 0 +0x008FC2AA 0x662C # 0 +0x008FC2AB 0x662E # 0 +0x008FC2AC 0x6630 # 0 +0x008FC2AD 0x6631 # 0 +0x008FC2AE 0x6633 # 0 +0x008FC2AF 0x6639 # 0 +0x008FC2B0 0x6637 # 0 +0x008FC2B1 0x6640 # 0 +0x008FC2B2 0x6645 # 0 +0x008FC2B3 0x6646 # 0 +0x008FC2B4 0x664A # 0 +0x008FC2B5 0x664C # 0 +0x008FC2B6 0x6651 # 0 +0x008FC2B7 0x664E # 0 +0x008FC2B8 0x6657 # 0 +0x008FC2B9 0x6658 # 0 +0x008FC2BA 0x6659 # 0 +0x008FC2BB 0x665B # 0 +0x008FC2BC 0x665C # 0 +0x008FC2BD 0x6660 # 0 +0x008FC2BE 0x6661 # 0 +0x008FC2BF 0x66FB # 0 +0x008FC2C0 0x666A # 0 +0x008FC2C1 0x666B # 0 +0x008FC2C2 0x666C # 0 +0x008FC2C3 0x667E # 0 +0x008FC2C4 0x6673 # 0 +0x008FC2C5 0x6675 # 0 +0x008FC2C6 0x667F # 0 +0x008FC2C7 0x6677 # 0 +0x008FC2C8 0x6678 # 0 +0x008FC2C9 0x6679 # 0 +0x008FC2CA 0x667B # 0 +0x008FC2CB 0x6680 # 0 +0x008FC2CC 0x667C # 0 +0x008FC2CD 0x668B # 0 +0x008FC2CE 0x668C # 0 +0x008FC2CF 0x668D # 0 +0x008FC2D0 0x6690 # 0 +0x008FC2D1 0x6692 # 0 +0x008FC2D2 0x6699 # 0 +0x008FC2D3 0x669A # 0 +0x008FC2D4 0x669B # 0 +0x008FC2D5 0x669C # 0 +0x008FC2D6 0x669F # 0 +0x008FC2D7 0x66A0 # 0 +0x008FC2D8 0x66A4 # 0 +0x008FC2D9 0x66AD # 0 +0x008FC2DA 0x66B1 # 0 +0x008FC2DB 0x66B2 # 0 +0x008FC2DC 0x66B5 # 0 +0x008FC2DD 0x66BB # 0 +0x008FC2DE 0x66BF # 0 +0x008FC2DF 0x66C0 # 0 +0x008FC2E0 0x66C2 # 0 +0x008FC2E1 0x66C3 # 0 +0x008FC2E2 0x66C8 # 0 +0x008FC2E3 0x66CC # 0 +0x008FC2E4 0x66CE # 0 +0x008FC2E5 0x66CF # 0 +0x008FC2E6 0x66D4 # 0 +0x008FC2E7 0x66DB # 0 +0x008FC2E8 0x66DF # 0 +0x008FC2E9 0x66E8 # 0 +0x008FC2EA 0x66EB # 0 +0x008FC2EB 0x66EC # 0 +0x008FC2EC 0x66EE # 0 +0x008FC2ED 0x66FA # 0 +0x008FC2EE 0x6705 # 0 +0x008FC2EF 0x6707 # 0 +0x008FC2F0 0x670E # 0 +0x008FC2F1 0x6713 # 0 +0x008FC2F2 0x6719 # 0 +0x008FC2F3 0x671C # 0 +0x008FC2F4 0x6720 # 0 +0x008FC2F5 0x6722 # 0 +0x008FC2F6 0x6733 # 0 +0x008FC2F7 0x673E # 0 +0x008FC2F8 0x6745 # 0 +0x008FC2F9 0x6747 # 0 +0x008FC2FA 0x6748 # 0 +0x008FC2FB 0x674C # 0 +0x008FC2FC 0x6754 # 0 +0x008FC2FD 0x6755 # 0 +0x008FC2FE 0x675D # 0 +0x008FC3A1 0x6766 # 0 +0x008FC3A2 0x676C # 0 +0x008FC3A3 0x676E # 0 +0x008FC3A4 0x6774 # 0 +0x008FC3A5 0x6776 # 0 +0x008FC3A6 0x677B # 0 +0x008FC3A7 0x6781 # 0 +0x008FC3A8 0x6784 # 0 +0x008FC3A9 0x678E # 0 +0x008FC3AA 0x678F # 0 +0x008FC3AB 0x6791 # 0 +0x008FC3AC 0x6793 # 0 +0x008FC3AD 0x6796 # 0 +0x008FC3AE 0x6798 # 0 +0x008FC3AF 0x6799 # 0 +0x008FC3B0 0x679B # 0 +0x008FC3B1 0x67B0 # 0 +0x008FC3B2 0x67B1 # 0 +0x008FC3B3 0x67B2 # 0 +0x008FC3B4 0x67B5 # 0 +0x008FC3B5 0x67BB # 0 +0x008FC3B6 0x67BC # 0 +0x008FC3B7 0x67BD # 0 +0x008FC3B8 0x67F9 # 0 +0x008FC3B9 0x67C0 # 0 +0x008FC3BA 0x67C2 # 0 +0x008FC3BB 0x67C3 # 0 +0x008FC3BC 0x67C5 # 0 +0x008FC3BD 0x67C8 # 0 +0x008FC3BE 0x67C9 # 0 +0x008FC3BF 0x67D2 # 0 +0x008FC3C0 0x67D7 # 0 +0x008FC3C1 0x67D9 # 0 +0x008FC3C2 0x67DC # 0 +0x008FC3C3 0x67E1 # 0 +0x008FC3C4 0x67E6 # 0 +0x008FC3C5 0x67F0 # 0 +0x008FC3C6 0x67F2 # 0 +0x008FC3C7 0x67F6 # 0 +0x008FC3C8 0x67F7 # 0 +0x008FC3C9 0x6852 # 0 +0x008FC3CA 0x6814 # 0 +0x008FC3CB 0x6819 # 0 +0x008FC3CC 0x681D # 0 +0x008FC3CD 0x681F # 0 +0x008FC3CE 0x6828 # 0 +0x008FC3CF 0x6827 # 0 +0x008FC3D0 0x682C # 0 +0x008FC3D1 0x682D # 0 +0x008FC3D2 0x682F # 0 +0x008FC3D3 0x6830 # 0 +0x008FC3D4 0x6831 # 0 +0x008FC3D5 0x6833 # 0 +0x008FC3D6 0x683B # 0 +0x008FC3D7 0x683F # 0 +0x008FC3D8 0x6844 # 0 +0x008FC3D9 0x6845 # 0 +0x008FC3DA 0x684A # 0 +0x008FC3DB 0x684C # 0 +0x008FC3DC 0x6855 # 0 +0x008FC3DD 0x6857 # 0 +0x008FC3DE 0x6858 # 0 +0x008FC3DF 0x685B # 0 +0x008FC3E0 0x686B # 0 +0x008FC3E1 0x686E # 0 +0x008FC3E2 0x686F # 0 +0x008FC3E3 0x6870 # 0 +0x008FC3E4 0x6871 # 0 +0x008FC3E5 0x6872 # 0 +0x008FC3E6 0x6875 # 0 +0x008FC3E7 0x6879 # 0 +0x008FC3E8 0x687A # 0 +0x008FC3E9 0x687B # 0 +0x008FC3EA 0x687C # 0 +0x008FC3EB 0x6882 # 0 +0x008FC3EC 0x6884 # 0 +0x008FC3ED 0x6886 # 0 +0x008FC3EE 0x6888 # 0 +0x008FC3EF 0x6896 # 0 +0x008FC3F0 0x6898 # 0 +0x008FC3F1 0x689A # 0 +0x008FC3F2 0x689C # 0 +0x008FC3F3 0x68A1 # 0 +0x008FC3F4 0x68A3 # 0 +0x008FC3F5 0x68A5 # 0 +0x008FC3F6 0x68A9 # 0 +0x008FC3F7 0x68AA # 0 +0x008FC3F8 0x68AE # 0 +0x008FC3F9 0x68B2 # 0 +0x008FC3FA 0x68BB # 0 +0x008FC3FB 0x68C5 # 0 +0x008FC3FC 0x68C8 # 0 +0x008FC3FD 0x68CC # 0 +0x008FC3FE 0x68CF # 0 +0x008FC4A1 0x68D0 # 0 +0x008FC4A2 0x68D1 # 0 +0x008FC4A3 0x68D3 # 0 +0x008FC4A4 0x68D6 # 0 +0x008FC4A5 0x68D9 # 0 +0x008FC4A6 0x68DC # 0 +0x008FC4A7 0x68DD # 0 +0x008FC4A8 0x68E5 # 0 +0x008FC4A9 0x68E8 # 0 +0x008FC4AA 0x68EA # 0 +0x008FC4AB 0x68EB # 0 +0x008FC4AC 0x68EC # 0 +0x008FC4AD 0x68ED # 0 +0x008FC4AE 0x68F0 # 0 +0x008FC4AF 0x68F1 # 0 +0x008FC4B0 0x68F5 # 0 +0x008FC4B1 0x68F6 # 0 +0x008FC4B2 0x68FB # 0 +0x008FC4B3 0x68FC # 0 +0x008FC4B4 0x68FD # 0 +0x008FC4B5 0x6906 # 0 +0x008FC4B6 0x6909 # 0 +0x008FC4B7 0x690A # 0 +0x008FC4B8 0x6910 # 0 +0x008FC4B9 0x6911 # 0 +0x008FC4BA 0x6913 # 0 +0x008FC4BB 0x6916 # 0 +0x008FC4BC 0x6917 # 0 +0x008FC4BD 0x6931 # 0 +0x008FC4BE 0x6933 # 0 +0x008FC4BF 0x6935 # 0 +0x008FC4C0 0x6938 # 0 +0x008FC4C1 0x693B # 0 +0x008FC4C2 0x6942 # 0 +0x008FC4C3 0x6945 # 0 +0x008FC4C4 0x6949 # 0 +0x008FC4C5 0x694E # 0 +0x008FC4C6 0x6957 # 0 +0x008FC4C7 0x695B # 0 +0x008FC4C8 0x6963 # 0 +0x008FC4C9 0x6964 # 0 +0x008FC4CA 0x6965 # 0 +0x008FC4CB 0x6966 # 0 +0x008FC4CC 0x6968 # 0 +0x008FC4CD 0x6969 # 0 +0x008FC4CE 0x696C # 0 +0x008FC4CF 0x6970 # 0 +0x008FC4D0 0x6971 # 0 +0x008FC4D1 0x6972 # 0 +0x008FC4D2 0x697A # 0 +0x008FC4D3 0x697B # 0 +0x008FC4D4 0x697F # 0 +0x008FC4D5 0x6980 # 0 +0x008FC4D6 0x698D # 0 +0x008FC4D7 0x6992 # 0 +0x008FC4D8 0x6996 # 0 +0x008FC4D9 0x6998 # 0 +0x008FC4DA 0x69A1 # 0 +0x008FC4DB 0x69A5 # 0 +0x008FC4DC 0x69A6 # 0 +0x008FC4DD 0x69A8 # 0 +0x008FC4DE 0x69AB # 0 +0x008FC4DF 0x69AD # 0 +0x008FC4E0 0x69AF # 0 +0x008FC4E1 0x69B7 # 0 +0x008FC4E2 0x69B8 # 0 +0x008FC4E3 0x69BA # 0 +0x008FC4E4 0x69BC # 0 +0x008FC4E5 0x69C5 # 0 +0x008FC4E6 0x69C8 # 0 +0x008FC4E7 0x69D1 # 0 +0x008FC4E8 0x69D6 # 0 +0x008FC4E9 0x69D7 # 0 +0x008FC4EA 0x69E2 # 0 +0x008FC4EB 0x69E5 # 0 +0x008FC4EC 0x69EE # 0 +0x008FC4ED 0x69EF # 0 +0x008FC4EE 0x69F1 # 0 +0x008FC4EF 0x69F3 # 0 +0x008FC4F0 0x69F5 # 0 +0x008FC4F1 0x69FE # 0 +0x008FC4F2 0x6A00 # 0 +0x008FC4F3 0x6A01 # 0 +0x008FC4F4 0x6A03 # 0 +0x008FC4F5 0x6A0F # 0 +0x008FC4F6 0x6A11 # 0 +0x008FC4F7 0x6A15 # 0 +0x008FC4F8 0x6A1A # 0 +0x008FC4F9 0x6A1D # 0 +0x008FC4FA 0x6A20 # 0 +0x008FC4FB 0x6A24 # 0 +0x008FC4FC 0x6A28 # 0 +0x008FC4FD 0x6A30 # 0 +0x008FC4FE 0x6A32 # 0 +0x008FC5A1 0x6A34 # 0 +0x008FC5A2 0x6A37 # 0 +0x008FC5A3 0x6A3B # 0 +0x008FC5A4 0x6A3E # 0 +0x008FC5A5 0x6A3F # 0 +0x008FC5A6 0x6A45 # 0 +0x008FC5A7 0x6A46 # 0 +0x008FC5A8 0x6A49 # 0 +0x008FC5A9 0x6A4A # 0 +0x008FC5AA 0x6A4E # 0 +0x008FC5AB 0x6A50 # 0 +0x008FC5AC 0x6A51 # 0 +0x008FC5AD 0x6A52 # 0 +0x008FC5AE 0x6A55 # 0 +0x008FC5AF 0x6A56 # 0 +0x008FC5B0 0x6A5B # 0 +0x008FC5B1 0x6A64 # 0 +0x008FC5B2 0x6A67 # 0 +0x008FC5B3 0x6A6A # 0 +0x008FC5B4 0x6A71 # 0 +0x008FC5B5 0x6A73 # 0 +0x008FC5B6 0x6A7E # 0 +0x008FC5B7 0x6A81 # 0 +0x008FC5B8 0x6A83 # 0 +0x008FC5B9 0x6A86 # 0 +0x008FC5BA 0x6A87 # 0 +0x008FC5BB 0x6A89 # 0 +0x008FC5BC 0x6A8B # 0 +0x008FC5BD 0x6A91 # 0 +0x008FC5BE 0x6A9B # 0 +0x008FC5BF 0x6A9D # 0 +0x008FC5C0 0x6A9E # 0 +0x008FC5C1 0x6A9F # 0 +0x008FC5C2 0x6AA5 # 0 +0x008FC5C3 0x6AAB # 0 +0x008FC5C4 0x6AAF # 0 +0x008FC5C5 0x6AB0 # 0 +0x008FC5C6 0x6AB1 # 0 +0x008FC5C7 0x6AB4 # 0 +0x008FC5C8 0x6ABD # 0 +0x008FC5C9 0x6ABE # 0 +0x008FC5CA 0x6ABF # 0 +0x008FC5CB 0x6AC6 # 0 +0x008FC5CC 0x6AC9 # 0 +0x008FC5CD 0x6AC8 # 0 +0x008FC5CE 0x6ACC # 0 +0x008FC5CF 0x6AD0 # 0 +0x008FC5D0 0x6AD4 # 0 +0x008FC5D1 0x6AD5 # 0 +0x008FC5D2 0x6AD6 # 0 +0x008FC5D3 0x6ADC # 0 +0x008FC5D4 0x6ADD # 0 +0x008FC5D5 0x6AE4 # 0 +0x008FC5D6 0x6AE7 # 0 +0x008FC5D7 0x6AEC # 0 +0x008FC5D8 0x6AF0 # 0 +0x008FC5D9 0x6AF1 # 0 +0x008FC5DA 0x6AF2 # 0 +0x008FC5DB 0x6AFC # 0 +0x008FC5DC 0x6AFD # 0 +0x008FC5DD 0x6B02 # 0 +0x008FC5DE 0x6B03 # 0 +0x008FC5DF 0x6B06 # 0 +0x008FC5E0 0x6B07 # 0 +0x008FC5E1 0x6B09 # 0 +0x008FC5E2 0x6B0F # 0 +0x008FC5E3 0x6B10 # 0 +0x008FC5E4 0x6B11 # 0 +0x008FC5E5 0x6B17 # 0 +0x008FC5E6 0x6B1B # 0 +0x008FC5E7 0x6B1E # 0 +0x008FC5E8 0x6B24 # 0 +0x008FC5E9 0x6B28 # 0 +0x008FC5EA 0x6B2B # 0 +0x008FC5EB 0x6B2C # 0 +0x008FC5EC 0x6B2F # 0 +0x008FC5ED 0x6B35 # 0 +0x008FC5EE 0x6B36 # 0 +0x008FC5EF 0x6B3B # 0 +0x008FC5F0 0x6B3F # 0 +0x008FC5F1 0x6B46 # 0 +0x008FC5F2 0x6B4A # 0 +0x008FC5F3 0x6B4D # 0 +0x008FC5F4 0x6B52 # 0 +0x008FC5F5 0x6B56 # 0 +0x008FC5F6 0x6B58 # 0 +0x008FC5F7 0x6B5D # 0 +0x008FC5F8 0x6B60 # 0 +0x008FC5F9 0x6B67 # 0 +0x008FC5FA 0x6B6B # 0 +0x008FC5FB 0x6B6E # 0 +0x008FC5FC 0x6B70 # 0 +0x008FC5FD 0x6B75 # 0 +0x008FC5FE 0x6B7D # 0 +0x008FC6A1 0x6B7E # 0 +0x008FC6A2 0x6B82 # 0 +0x008FC6A3 0x6B85 # 0 +0x008FC6A4 0x6B97 # 0 +0x008FC6A5 0x6B9B # 0 +0x008FC6A6 0x6B9F # 0 +0x008FC6A7 0x6BA0 # 0 +0x008FC6A8 0x6BA2 # 0 +0x008FC6A9 0x6BA3 # 0 +0x008FC6AA 0x6BA8 # 0 +0x008FC6AB 0x6BA9 # 0 +0x008FC6AC 0x6BAC # 0 +0x008FC6AD 0x6BAD # 0 +0x008FC6AE 0x6BAE # 0 +0x008FC6AF 0x6BB0 # 0 +0x008FC6B0 0x6BB8 # 0 +0x008FC6B1 0x6BB9 # 0 +0x008FC6B2 0x6BBD # 0 +0x008FC6B3 0x6BBE # 0 +0x008FC6B4 0x6BC3 # 0 +0x008FC6B5 0x6BC4 # 0 +0x008FC6B6 0x6BC9 # 0 +0x008FC6B7 0x6BCC # 0 +0x008FC6B8 0x6BD6 # 0 +0x008FC6B9 0x6BDA # 0 +0x008FC6BA 0x6BE1 # 0 +0x008FC6BB 0x6BE3 # 0 +0x008FC6BC 0x6BE6 # 0 +0x008FC6BD 0x6BE7 # 0 +0x008FC6BE 0x6BEE # 0 +0x008FC6BF 0x6BF1 # 0 +0x008FC6C0 0x6BF7 # 0 +0x008FC6C1 0x6BF9 # 0 +0x008FC6C2 0x6BFF # 0 +0x008FC6C3 0x6C02 # 0 +0x008FC6C4 0x6C04 # 0 +0x008FC6C5 0x6C05 # 0 +0x008FC6C6 0x6C09 # 0 +0x008FC6C7 0x6C0D # 0 +0x008FC6C8 0x6C0E # 0 +0x008FC6C9 0x6C10 # 0 +0x008FC6CA 0x6C12 # 0 +0x008FC6CB 0x6C19 # 0 +0x008FC6CC 0x6C1F # 0 +0x008FC6CD 0x6C26 # 0 +0x008FC6CE 0x6C27 # 0 +0x008FC6CF 0x6C28 # 0 +0x008FC6D0 0x6C2C # 0 +0x008FC6D1 0x6C2E # 0 +0x008FC6D2 0x6C33 # 0 +0x008FC6D3 0x6C35 # 0 +0x008FC6D4 0x6C36 # 0 +0x008FC6D5 0x6C3A # 0 +0x008FC6D6 0x6C3B # 0 +0x008FC6D7 0x6C3F # 0 +0x008FC6D8 0x6C4A # 0 +0x008FC6D9 0x6C4B # 0 +0x008FC6DA 0x6C4D # 0 +0x008FC6DB 0x6C4F # 0 +0x008FC6DC 0x6C52 # 0 +0x008FC6DD 0x6C54 # 0 +0x008FC6DE 0x6C59 # 0 +0x008FC6DF 0x6C5B # 0 +0x008FC6E0 0x6C5C # 0 +0x008FC6E1 0x6C6B # 0 +0x008FC6E2 0x6C6D # 0 +0x008FC6E3 0x6C6F # 0 +0x008FC6E4 0x6C74 # 0 +0x008FC6E5 0x6C76 # 0 +0x008FC6E6 0x6C78 # 0 +0x008FC6E7 0x6C79 # 0 +0x008FC6E8 0x6C7B # 0 +0x008FC6E9 0x6C85 # 0 +0x008FC6EA 0x6C86 # 0 +0x008FC6EB 0x6C87 # 0 +0x008FC6EC 0x6C89 # 0 +0x008FC6ED 0x6C94 # 0 +0x008FC6EE 0x6C95 # 0 +0x008FC6EF 0x6C97 # 0 +0x008FC6F0 0x6C98 # 0 +0x008FC6F1 0x6C9C # 0 +0x008FC6F2 0x6C9F # 0 +0x008FC6F3 0x6CB0 # 0 +0x008FC6F4 0x6CB2 # 0 +0x008FC6F5 0x6CB4 # 0 +0x008FC6F6 0x6CC2 # 0 +0x008FC6F7 0x6CC6 # 0 +0x008FC6F8 0x6CCD # 0 +0x008FC6F9 0x6CCF # 0 +0x008FC6FA 0x6CD0 # 0 +0x008FC6FB 0x6CD1 # 0 +0x008FC6FC 0x6CD2 # 0 +0x008FC6FD 0x6CD4 # 0 +0x008FC6FE 0x6CD6 # 0 +0x008FC7A1 0x6CDA # 0 +0x008FC7A2 0x6CDC # 0 +0x008FC7A3 0x6CE0 # 0 +0x008FC7A4 0x6CE7 # 0 +0x008FC7A5 0x6CE9 # 0 +0x008FC7A6 0x6CEB # 0 +0x008FC7A7 0x6CEC # 0 +0x008FC7A8 0x6CEE # 0 +0x008FC7A9 0x6CF2 # 0 +0x008FC7AA 0x6CF4 # 0 +0x008FC7AB 0x6D04 # 0 +0x008FC7AC 0x6D07 # 0 +0x008FC7AD 0x6D0A # 0 +0x008FC7AE 0x6D0E # 0 +0x008FC7AF 0x6D0F # 0 +0x008FC7B0 0x6D11 # 0 +0x008FC7B1 0x6D13 # 0 +0x008FC7B2 0x6D1A # 0 +0x008FC7B3 0x6D26 # 0 +0x008FC7B4 0x6D27 # 0 +0x008FC7B5 0x6D28 # 0 +0x008FC7B6 0x6C67 # 0 +0x008FC7B7 0x6D2E # 0 +0x008FC7B8 0x6D2F # 0 +0x008FC7B9 0x6D31 # 0 +0x008FC7BA 0x6D39 # 0 +0x008FC7BB 0x6D3C # 0 +0x008FC7BC 0x6D3F # 0 +0x008FC7BD 0x6D57 # 0 +0x008FC7BE 0x6D5E # 0 +0x008FC7BF 0x6D5F # 0 +0x008FC7C0 0x6D61 # 0 +0x008FC7C1 0x6D65 # 0 +0x008FC7C2 0x6D67 # 0 +0x008FC7C3 0x6D6F # 0 +0x008FC7C4 0x6D70 # 0 +0x008FC7C5 0x6D7C # 0 +0x008FC7C6 0x6D82 # 0 +0x008FC7C7 0x6D87 # 0 +0x008FC7C8 0x6D91 # 0 +0x008FC7C9 0x6D92 # 0 +0x008FC7CA 0x6D94 # 0 +0x008FC7CB 0x6D96 # 0 +0x008FC7CC 0x6D97 # 0 +0x008FC7CD 0x6D98 # 0 +0x008FC7CE 0x6DAA # 0 +0x008FC7CF 0x6DAC # 0 +0x008FC7D0 0x6DB4 # 0 +0x008FC7D1 0x6DB7 # 0 +0x008FC7D2 0x6DB9 # 0 +0x008FC7D3 0x6DBD # 0 +0x008FC7D4 0x6DBF # 0 +0x008FC7D5 0x6DC4 # 0 +0x008FC7D6 0x6DC8 # 0 +0x008FC7D7 0x6DCA # 0 +0x008FC7D8 0x6DCE # 0 +0x008FC7D9 0x6DCF # 0 +0x008FC7DA 0x6DD6 # 0 +0x008FC7DB 0x6DDB # 0 +0x008FC7DC 0x6DDD # 0 +0x008FC7DD 0x6DDF # 0 +0x008FC7DE 0x6DE0 # 0 +0x008FC7DF 0x6DE2 # 0 +0x008FC7E0 0x6DE5 # 0 +0x008FC7E1 0x6DE9 # 0 +0x008FC7E2 0x6DEF # 0 +0x008FC7E3 0x6DF0 # 0 +0x008FC7E4 0x6DF4 # 0 +0x008FC7E5 0x6DF6 # 0 +0x008FC7E6 0x6DFC # 0 +0x008FC7E7 0x6E00 # 0 +0x008FC7E8 0x6E04 # 0 +0x008FC7E9 0x6E1E # 0 +0x008FC7EA 0x6E22 # 0 +0x008FC7EB 0x6E27 # 0 +0x008FC7EC 0x6E32 # 0 +0x008FC7ED 0x6E36 # 0 +0x008FC7EE 0x6E39 # 0 +0x008FC7EF 0x6E3B # 0 +0x008FC7F0 0x6E3C # 0 +0x008FC7F1 0x6E44 # 0 +0x008FC7F2 0x6E45 # 0 +0x008FC7F3 0x6E48 # 0 +0x008FC7F4 0x6E49 # 0 +0x008FC7F5 0x6E4B # 0 +0x008FC7F6 0x6E4F # 0 +0x008FC7F7 0x6E51 # 0 +0x008FC7F8 0x6E52 # 0 +0x008FC7F9 0x6E53 # 0 +0x008FC7FA 0x6E54 # 0 +0x008FC7FB 0x6E57 # 0 +0x008FC7FC 0x6E5C # 0 +0x008FC7FD 0x6E5D # 0 +0x008FC7FE 0x6E5E # 0 +0x008FC8A1 0x6E62 # 0 +0x008FC8A2 0x6E63 # 0 +0x008FC8A3 0x6E68 # 0 +0x008FC8A4 0x6E73 # 0 +0x008FC8A5 0x6E7B # 0 +0x008FC8A6 0x6E7D # 0 +0x008FC8A7 0x6E8D # 0 +0x008FC8A8 0x6E93 # 0 +0x008FC8A9 0x6E99 # 0 +0x008FC8AA 0x6EA0 # 0 +0x008FC8AB 0x6EA7 # 0 +0x008FC8AC 0x6EAD # 0 +0x008FC8AD 0x6EAE # 0 +0x008FC8AE 0x6EB1 # 0 +0x008FC8AF 0x6EB3 # 0 +0x008FC8B0 0x6EBB # 0 +0x008FC8B1 0x6EBF # 0 +0x008FC8B2 0x6EC0 # 0 +0x008FC8B3 0x6EC1 # 0 +0x008FC8B4 0x6EC3 # 0 +0x008FC8B5 0x6EC7 # 0 +0x008FC8B6 0x6EC8 # 0 +0x008FC8B7 0x6ECA # 0 +0x008FC8B8 0x6ECD # 0 +0x008FC8B9 0x6ECE # 0 +0x008FC8BA 0x6ECF # 0 +0x008FC8BB 0x6EEB # 0 +0x008FC8BC 0x6EED # 0 +0x008FC8BD 0x6EEE # 0 +0x008FC8BE 0x6EF9 # 0 +0x008FC8BF 0x6EFB # 0 +0x008FC8C0 0x6EFD # 0 +0x008FC8C1 0x6F04 # 0 +0x008FC8C2 0x6F08 # 0 +0x008FC8C3 0x6F0A # 0 +0x008FC8C4 0x6F0C # 0 +0x008FC8C5 0x6F0D # 0 +0x008FC8C6 0x6F16 # 0 +0x008FC8C7 0x6F18 # 0 +0x008FC8C8 0x6F1A # 0 +0x008FC8C9 0x6F1B # 0 +0x008FC8CA 0x6F26 # 0 +0x008FC8CB 0x6F29 # 0 +0x008FC8CC 0x6F2A # 0 +0x008FC8CD 0x6F2F # 0 +0x008FC8CE 0x6F30 # 0 +0x008FC8CF 0x6F33 # 0 +0x008FC8D0 0x6F36 # 0 +0x008FC8D1 0x6F3B # 0 +0x008FC8D2 0x6F3C # 0 +0x008FC8D3 0x6F2D # 0 +0x008FC8D4 0x6F4F # 0 +0x008FC8D5 0x6F51 # 0 +0x008FC8D6 0x6F52 # 0 +0x008FC8D7 0x6F53 # 0 +0x008FC8D8 0x6F57 # 0 +0x008FC8D9 0x6F59 # 0 +0x008FC8DA 0x6F5A # 0 +0x008FC8DB 0x6F5D # 0 +0x008FC8DC 0x6F5E # 0 +0x008FC8DD 0x6F61 # 0 +0x008FC8DE 0x6F62 # 0 +0x008FC8DF 0x6F68 # 0 +0x008FC8E0 0x6F6C # 0 +0x008FC8E1 0x6F7D # 0 +0x008FC8E2 0x6F7E # 0 +0x008FC8E3 0x6F83 # 0 +0x008FC8E4 0x6F87 # 0 +0x008FC8E5 0x6F88 # 0 +0x008FC8E6 0x6F8B # 0 +0x008FC8E7 0x6F8C # 0 +0x008FC8E8 0x6F8D # 0 +0x008FC8E9 0x6F90 # 0 +0x008FC8EA 0x6F92 # 0 +0x008FC8EB 0x6F93 # 0 +0x008FC8EC 0x6F94 # 0 +0x008FC8ED 0x6F96 # 0 +0x008FC8EE 0x6F9A # 0 +0x008FC8EF 0x6F9F # 0 +0x008FC8F0 0x6FA0 # 0 +0x008FC8F1 0x6FA5 # 0 +0x008FC8F2 0x6FA6 # 0 +0x008FC8F3 0x6FA7 # 0 +0x008FC8F4 0x6FA8 # 0 +0x008FC8F5 0x6FAE # 0 +0x008FC8F6 0x6FAF # 0 +0x008FC8F7 0x6FB0 # 0 +0x008FC8F8 0x6FB5 # 0 +0x008FC8F9 0x6FB6 # 0 +0x008FC8FA 0x6FBC # 0 +0x008FC8FB 0x6FC5 # 0 +0x008FC8FC 0x6FC7 # 0 +0x008FC8FD 0x6FC8 # 0 +0x008FC8FE 0x6FCA # 0 +0x008FC9A1 0x6FDA # 0 +0x008FC9A2 0x6FDE # 0 +0x008FC9A3 0x6FE8 # 0 +0x008FC9A4 0x6FE9 # 0 +0x008FC9A5 0x6FF0 # 0 +0x008FC9A6 0x6FF5 # 0 +0x008FC9A7 0x6FF9 # 0 +0x008FC9A8 0x6FFC # 0 +0x008FC9A9 0x6FFD # 0 +0x008FC9AA 0x7000 # 0 +0x008FC9AB 0x7005 # 0 +0x008FC9AC 0x7006 # 0 +0x008FC9AD 0x7007 # 0 +0x008FC9AE 0x700D # 0 +0x008FC9AF 0x7017 # 0 +0x008FC9B0 0x7020 # 0 +0x008FC9B1 0x7023 # 0 +0x008FC9B2 0x702F # 0 +0x008FC9B3 0x7034 # 0 +0x008FC9B4 0x7037 # 0 +0x008FC9B5 0x7039 # 0 +0x008FC9B6 0x703C # 0 +0x008FC9B7 0x7043 # 0 +0x008FC9B8 0x7044 # 0 +0x008FC9B9 0x7048 # 0 +0x008FC9BA 0x7049 # 0 +0x008FC9BB 0x704A # 0 +0x008FC9BC 0x704B # 0 +0x008FC9BD 0x7054 # 0 +0x008FC9BE 0x7055 # 0 +0x008FC9BF 0x705D # 0 +0x008FC9C0 0x705E # 0 +0x008FC9C1 0x704E # 0 +0x008FC9C2 0x7064 # 0 +0x008FC9C3 0x7065 # 0 +0x008FC9C4 0x706C # 0 +0x008FC9C5 0x706E # 0 +0x008FC9C6 0x7075 # 0 +0x008FC9C7 0x7076 # 0 +0x008FC9C8 0x707E # 0 +0x008FC9C9 0x7081 # 0 +0x008FC9CA 0x7085 # 0 +0x008FC9CB 0x7086 # 0 +0x008FC9CC 0x7094 # 0 +0x008FC9CD 0x7095 # 0 +0x008FC9CE 0x7096 # 0 +0x008FC9CF 0x7097 # 0 +0x008FC9D0 0x7098 # 0 +0x008FC9D1 0x709B # 0 +0x008FC9D2 0x70A4 # 0 +0x008FC9D3 0x70AB # 0 +0x008FC9D4 0x70B0 # 0 +0x008FC9D5 0x70B1 # 0 +0x008FC9D6 0x70B4 # 0 +0x008FC9D7 0x70B7 # 0 +0x008FC9D8 0x70CA # 0 +0x008FC9D9 0x70D1 # 0 +0x008FC9DA 0x70D3 # 0 +0x008FC9DB 0x70D4 # 0 +0x008FC9DC 0x70D5 # 0 +0x008FC9DD 0x70D6 # 0 +0x008FC9DE 0x70D8 # 0 +0x008FC9DF 0x70DC # 0 +0x008FC9E0 0x70E4 # 0 +0x008FC9E1 0x70FA # 0 +0x008FC9E2 0x7103 # 0 +0x008FC9E3 0x7104 # 0 +0x008FC9E4 0x7105 # 0 +0x008FC9E5 0x7106 # 0 +0x008FC9E6 0x7107 # 0 +0x008FC9E7 0x710B # 0 +0x008FC9E8 0x710C # 0 +0x008FC9E9 0x710F # 0 +0x008FC9EA 0x711E # 0 +0x008FC9EB 0x7120 # 0 +0x008FC9EC 0x712B # 0 +0x008FC9ED 0x712D # 0 +0x008FC9EE 0x712F # 0 +0x008FC9EF 0x7130 # 0 +0x008FC9F0 0x7131 # 0 +0x008FC9F1 0x7138 # 0 +0x008FC9F2 0x7141 # 0 +0x008FC9F3 0x7145 # 0 +0x008FC9F4 0x7146 # 0 +0x008FC9F5 0x7147 # 0 +0x008FC9F6 0x714A # 0 +0x008FC9F7 0x714B # 0 +0x008FC9F8 0x7150 # 0 +0x008FC9F9 0x7152 # 0 +0x008FC9FA 0x7157 # 0 +0x008FC9FB 0x715A # 0 +0x008FC9FC 0x715C # 0 +0x008FC9FD 0x715E # 0 +0x008FC9FE 0x7160 # 0 +0x008FCAA1 0x7168 # 0 +0x008FCAA2 0x7179 # 0 +0x008FCAA3 0x7180 # 0 +0x008FCAA4 0x7185 # 0 +0x008FCAA5 0x7187 # 0 +0x008FCAA6 0x718C # 0 +0x008FCAA7 0x7192 # 0 +0x008FCAA8 0x719A # 0 +0x008FCAA9 0x719B # 0 +0x008FCAAA 0x71A0 # 0 +0x008FCAAB 0x71A2 # 0 +0x008FCAAC 0x71AF # 0 +0x008FCAAD 0x71B0 # 0 +0x008FCAAE 0x71B2 # 0 +0x008FCAAF 0x71B3 # 0 +0x008FCAB0 0x71BA # 0 +0x008FCAB1 0x71BF # 0 +0x008FCAB2 0x71C0 # 0 +0x008FCAB3 0x71C1 # 0 +0x008FCAB4 0x71C4 # 0 +0x008FCAB5 0x71CB # 0 +0x008FCAB6 0x71CC # 0 +0x008FCAB7 0x71D3 # 0 +0x008FCAB8 0x71D6 # 0 +0x008FCAB9 0x71D9 # 0 +0x008FCABA 0x71DA # 0 +0x008FCABB 0x71DC # 0 +0x008FCABC 0x71F8 # 0 +0x008FCABD 0x71FE # 0 +0x008FCABE 0x7200 # 0 +0x008FCABF 0x7207 # 0 +0x008FCAC0 0x7208 # 0 +0x008FCAC1 0x7209 # 0 +0x008FCAC2 0x7213 # 0 +0x008FCAC3 0x7217 # 0 +0x008FCAC4 0x721A # 0 +0x008FCAC5 0x721D # 0 +0x008FCAC6 0x721F # 0 +0x008FCAC7 0x7224 # 0 +0x008FCAC8 0x722B # 0 +0x008FCAC9 0x722F # 0 +0x008FCACA 0x7234 # 0 +0x008FCACB 0x7238 # 0 +0x008FCACC 0x7239 # 0 +0x008FCACD 0x7241 # 0 +0x008FCACE 0x7242 # 0 +0x008FCACF 0x7243 # 0 +0x008FCAD0 0x7245 # 0 +0x008FCAD1 0x724E # 0 +0x008FCAD2 0x724F # 0 +0x008FCAD3 0x7250 # 0 +0x008FCAD4 0x7253 # 0 +0x008FCAD5 0x7255 # 0 +0x008FCAD6 0x7256 # 0 +0x008FCAD7 0x725A # 0 +0x008FCAD8 0x725C # 0 +0x008FCAD9 0x725E # 0 +0x008FCADA 0x7260 # 0 +0x008FCADB 0x7263 # 0 +0x008FCADC 0x7268 # 0 +0x008FCADD 0x726B # 0 +0x008FCADE 0x726E # 0 +0x008FCADF 0x726F # 0 +0x008FCAE0 0x7271 # 0 +0x008FCAE1 0x7277 # 0 +0x008FCAE2 0x7278 # 0 +0x008FCAE3 0x727B # 0 +0x008FCAE4 0x727C # 0 +0x008FCAE5 0x727F # 0 +0x008FCAE6 0x7284 # 0 +0x008FCAE7 0x7289 # 0 +0x008FCAE8 0x728D # 0 +0x008FCAE9 0x728E # 0 +0x008FCAEA 0x7293 # 0 +0x008FCAEB 0x729B # 0 +0x008FCAEC 0x72A8 # 0 +0x008FCAED 0x72AD # 0 +0x008FCAEE 0x72AE # 0 +0x008FCAEF 0x72B1 # 0 +0x008FCAF0 0x72B4 # 0 +0x008FCAF1 0x72BE # 0 +0x008FCAF2 0x72C1 # 0 +0x008FCAF3 0x72C7 # 0 +0x008FCAF4 0x72C9 # 0 +0x008FCAF5 0x72CC # 0 +0x008FCAF6 0x72D5 # 0 +0x008FCAF7 0x72D6 # 0 +0x008FCAF8 0x72D8 # 0 +0x008FCAF9 0x72DF # 0 +0x008FCAFA 0x72E5 # 0 +0x008FCAFB 0x72F3 # 0 +0x008FCAFC 0x72F4 # 0 +0x008FCAFD 0x72FA # 0 +0x008FCAFE 0x72FB # 0 +0x008FCBA1 0x72FE # 0 +0x008FCBA2 0x7302 # 0 +0x008FCBA3 0x7304 # 0 +0x008FCBA4 0x7305 # 0 +0x008FCBA5 0x7307 # 0 +0x008FCBA6 0x730B # 0 +0x008FCBA7 0x730D # 0 +0x008FCBA8 0x7312 # 0 +0x008FCBA9 0x7313 # 0 +0x008FCBAA 0x7318 # 0 +0x008FCBAB 0x7319 # 0 +0x008FCBAC 0x731E # 0 +0x008FCBAD 0x7322 # 0 +0x008FCBAE 0x7324 # 0 +0x008FCBAF 0x7327 # 0 +0x008FCBB0 0x7328 # 0 +0x008FCBB1 0x732C # 0 +0x008FCBB2 0x7331 # 0 +0x008FCBB3 0x7332 # 0 +0x008FCBB4 0x7335 # 0 +0x008FCBB5 0x733A # 0 +0x008FCBB6 0x733B # 0 +0x008FCBB7 0x733D # 0 +0x008FCBB8 0x7343 # 0 +0x008FCBB9 0x734D # 0 +0x008FCBBA 0x7350 # 0 +0x008FCBBB 0x7352 # 0 +0x008FCBBC 0x7356 # 0 +0x008FCBBD 0x7358 # 0 +0x008FCBBE 0x735D # 0 +0x008FCBBF 0x735E # 0 +0x008FCBC0 0x735F # 0 +0x008FCBC1 0x7360 # 0 +0x008FCBC2 0x7366 # 0 +0x008FCBC3 0x7367 # 0 +0x008FCBC4 0x7369 # 0 +0x008FCBC5 0x736B # 0 +0x008FCBC6 0x736C # 0 +0x008FCBC7 0x736E # 0 +0x008FCBC8 0x736F # 0 +0x008FCBC9 0x7371 # 0 +0x008FCBCA 0x7377 # 0 +0x008FCBCB 0x7379 # 0 +0x008FCBCC 0x737C # 0 +0x008FCBCD 0x7380 # 0 +0x008FCBCE 0x7381 # 0 +0x008FCBCF 0x7383 # 0 +0x008FCBD0 0x7385 # 0 +0x008FCBD1 0x7386 # 0 +0x008FCBD2 0x738E # 0 +0x008FCBD3 0x7390 # 0 +0x008FCBD4 0x7393 # 0 +0x008FCBD5 0x7395 # 0 +0x008FCBD6 0x7397 # 0 +0x008FCBD7 0x7398 # 0 +0x008FCBD8 0x739C # 0 +0x008FCBD9 0x739E # 0 +0x008FCBDA 0x739F # 0 +0x008FCBDB 0x73A0 # 0 +0x008FCBDC 0x73A2 # 0 +0x008FCBDD 0x73A5 # 0 +0x008FCBDE 0x73A6 # 0 +0x008FCBDF 0x73AA # 0 +0x008FCBE0 0x73AB # 0 +0x008FCBE1 0x73AD # 0 +0x008FCBE2 0x73B5 # 0 +0x008FCBE3 0x73B7 # 0 +0x008FCBE4 0x73B9 # 0 +0x008FCBE5 0x73BC # 0 +0x008FCBE6 0x73BD # 0 +0x008FCBE7 0x73BF # 0 +0x008FCBE8 0x73C5 # 0 +0x008FCBE9 0x73C6 # 0 +0x008FCBEA 0x73C9 # 0 +0x008FCBEB 0x73CB # 0 +0x008FCBEC 0x73CC # 0 +0x008FCBED 0x73CF # 0 +0x008FCBEE 0x73D2 # 0 +0x008FCBEF 0x73D3 # 0 +0x008FCBF0 0x73D6 # 0 +0x008FCBF1 0x73D9 # 0 +0x008FCBF2 0x73DD # 0 +0x008FCBF3 0x73E1 # 0 +0x008FCBF4 0x73E3 # 0 +0x008FCBF5 0x73E6 # 0 +0x008FCBF6 0x73E7 # 0 +0x008FCBF7 0x73E9 # 0 +0x008FCBF8 0x73F4 # 0 +0x008FCBF9 0x73F5 # 0 +0x008FCBFA 0x73F7 # 0 +0x008FCBFB 0x73F9 # 0 +0x008FCBFC 0x73FA # 0 +0x008FCBFD 0x73FB # 0 +0x008FCBFE 0x73FD # 0 +0x008FCCA1 0x73FF # 0 +0x008FCCA2 0x7400 # 0 +0x008FCCA3 0x7401 # 0 +0x008FCCA4 0x7404 # 0 +0x008FCCA5 0x7407 # 0 +0x008FCCA6 0x740A # 0 +0x008FCCA7 0x7411 # 0 +0x008FCCA8 0x741A # 0 +0x008FCCA9 0x741B # 0 +0x008FCCAA 0x7424 # 0 +0x008FCCAB 0x7426 # 0 +0x008FCCAC 0x7428 # 0 +0x008FCCAD 0x7429 # 0 +0x008FCCAE 0x742A # 0 +0x008FCCAF 0x742B # 0 +0x008FCCB0 0x742C # 0 +0x008FCCB1 0x742D # 0 +0x008FCCB2 0x742E # 0 +0x008FCCB3 0x742F # 0 +0x008FCCB4 0x7430 # 0 +0x008FCCB5 0x7431 # 0 +0x008FCCB6 0x7439 # 0 +0x008FCCB7 0x7440 # 0 +0x008FCCB8 0x7443 # 0 +0x008FCCB9 0x7444 # 0 +0x008FCCBA 0x7446 # 0 +0x008FCCBB 0x7447 # 0 +0x008FCCBC 0x744B # 0 +0x008FCCBD 0x744D # 0 +0x008FCCBE 0x7451 # 0 +0x008FCCBF 0x7452 # 0 +0x008FCCC0 0x7457 # 0 +0x008FCCC1 0x745D # 0 +0x008FCCC2 0x7462 # 0 +0x008FCCC3 0x7466 # 0 +0x008FCCC4 0x7467 # 0 +0x008FCCC5 0x7468 # 0 +0x008FCCC6 0x746B # 0 +0x008FCCC7 0x746D # 0 +0x008FCCC8 0x746E # 0 +0x008FCCC9 0x7471 # 0 +0x008FCCCA 0x7472 # 0 +0x008FCCCB 0x7480 # 0 +0x008FCCCC 0x7481 # 0 +0x008FCCCD 0x7485 # 0 +0x008FCCCE 0x7486 # 0 +0x008FCCCF 0x7487 # 0 +0x008FCCD0 0x7489 # 0 +0x008FCCD1 0x748F # 0 +0x008FCCD2 0x7490 # 0 +0x008FCCD3 0x7491 # 0 +0x008FCCD4 0x7492 # 0 +0x008FCCD5 0x7498 # 0 +0x008FCCD6 0x7499 # 0 +0x008FCCD7 0x749A # 0 +0x008FCCD8 0x749C # 0 +0x008FCCD9 0x749F # 0 +0x008FCCDA 0x74A0 # 0 +0x008FCCDB 0x74A1 # 0 +0x008FCCDC 0x74A3 # 0 +0x008FCCDD 0x74A6 # 0 +0x008FCCDE 0x74A8 # 0 +0x008FCCDF 0x74A9 # 0 +0x008FCCE0 0x74AA # 0 +0x008FCCE1 0x74AB # 0 +0x008FCCE2 0x74AE # 0 +0x008FCCE3 0x74AF # 0 +0x008FCCE4 0x74B1 # 0 +0x008FCCE5 0x74B2 # 0 +0x008FCCE6 0x74B5 # 0 +0x008FCCE7 0x74B9 # 0 +0x008FCCE8 0x74BB # 0 +0x008FCCE9 0x74BF # 0 +0x008FCCEA 0x74C8 # 0 +0x008FCCEB 0x74C9 # 0 +0x008FCCEC 0x74CC # 0 +0x008FCCED 0x74D0 # 0 +0x008FCCEE 0x74D3 # 0 +0x008FCCEF 0x74D8 # 0 +0x008FCCF0 0x74DA # 0 +0x008FCCF1 0x74DB # 0 +0x008FCCF2 0x74DE # 0 +0x008FCCF3 0x74DF # 0 +0x008FCCF4 0x74E4 # 0 +0x008FCCF5 0x74E8 # 0 +0x008FCCF6 0x74EA # 0 +0x008FCCF7 0x74EB # 0 +0x008FCCF8 0x74EF # 0 +0x008FCCF9 0x74F4 # 0 +0x008FCCFA 0x74FA # 0 +0x008FCCFB 0x74FB # 0 +0x008FCCFC 0x74FC # 0 +0x008FCCFD 0x74FF # 0 +0x008FCCFE 0x7506 # 0 +0x008FCDA1 0x7512 # 0 +0x008FCDA2 0x7516 # 0 +0x008FCDA3 0x7517 # 0 +0x008FCDA4 0x7520 # 0 +0x008FCDA5 0x7521 # 0 +0x008FCDA6 0x7524 # 0 +0x008FCDA7 0x7527 # 0 +0x008FCDA8 0x7529 # 0 +0x008FCDA9 0x752A # 0 +0x008FCDAA 0x752F # 0 +0x008FCDAB 0x7536 # 0 +0x008FCDAC 0x7539 # 0 +0x008FCDAD 0x753D # 0 +0x008FCDAE 0x753E # 0 +0x008FCDAF 0x753F # 0 +0x008FCDB0 0x7540 # 0 +0x008FCDB1 0x7543 # 0 +0x008FCDB2 0x7547 # 0 +0x008FCDB3 0x7548 # 0 +0x008FCDB4 0x754E # 0 +0x008FCDB5 0x7550 # 0 +0x008FCDB6 0x7552 # 0 +0x008FCDB7 0x7557 # 0 +0x008FCDB8 0x755E # 0 +0x008FCDB9 0x755F # 0 +0x008FCDBA 0x7561 # 0 +0x008FCDBB 0x756F # 0 +0x008FCDBC 0x7571 # 0 +0x008FCDBD 0x7579 # 0 +0x008FCDBE 0x757A # 0 +0x008FCDBF 0x757B # 0 +0x008FCDC0 0x757C # 0 +0x008FCDC1 0x757D # 0 +0x008FCDC2 0x757E # 0 +0x008FCDC3 0x7581 # 0 +0x008FCDC4 0x7585 # 0 +0x008FCDC5 0x7590 # 0 +0x008FCDC6 0x7592 # 0 +0x008FCDC7 0x7593 # 0 +0x008FCDC8 0x7595 # 0 +0x008FCDC9 0x7599 # 0 +0x008FCDCA 0x759C # 0 +0x008FCDCB 0x75A2 # 0 +0x008FCDCC 0x75A4 # 0 +0x008FCDCD 0x75B4 # 0 +0x008FCDCE 0x75BA # 0 +0x008FCDCF 0x75BF # 0 +0x008FCDD0 0x75C0 # 0 +0x008FCDD1 0x75C1 # 0 +0x008FCDD2 0x75C4 # 0 +0x008FCDD3 0x75C6 # 0 +0x008FCDD4 0x75CC # 0 +0x008FCDD5 0x75CE # 0 +0x008FCDD6 0x75CF # 0 +0x008FCDD7 0x75D7 # 0 +0x008FCDD8 0x75DC # 0 +0x008FCDD9 0x75DF # 0 +0x008FCDDA 0x75E0 # 0 +0x008FCDDB 0x75E1 # 0 +0x008FCDDC 0x75E4 # 0 +0x008FCDDD 0x75E7 # 0 +0x008FCDDE 0x75EC # 0 +0x008FCDDF 0x75EE # 0 +0x008FCDE0 0x75EF # 0 +0x008FCDE1 0x75F1 # 0 +0x008FCDE2 0x75F9 # 0 +0x008FCDE3 0x7600 # 0 +0x008FCDE4 0x7602 # 0 +0x008FCDE5 0x7603 # 0 +0x008FCDE6 0x7604 # 0 +0x008FCDE7 0x7607 # 0 +0x008FCDE8 0x7608 # 0 +0x008FCDE9 0x760A # 0 +0x008FCDEA 0x760C # 0 +0x008FCDEB 0x760F # 0 +0x008FCDEC 0x7612 # 0 +0x008FCDED 0x7613 # 0 +0x008FCDEE 0x7615 # 0 +0x008FCDEF 0x7616 # 0 +0x008FCDF0 0x7619 # 0 +0x008FCDF1 0x761B # 0 +0x008FCDF2 0x761C # 0 +0x008FCDF3 0x761D # 0 +0x008FCDF4 0x761E # 0 +0x008FCDF5 0x7623 # 0 +0x008FCDF6 0x7625 # 0 +0x008FCDF7 0x7626 # 0 +0x008FCDF8 0x7629 # 0 +0x008FCDF9 0x762D # 0 +0x008FCDFA 0x7632 # 0 +0x008FCDFB 0x7633 # 0 +0x008FCDFC 0x7635 # 0 +0x008FCDFD 0x7638 # 0 +0x008FCDFE 0x7639 # 0 +0x008FCEA1 0x763A # 0 +0x008FCEA2 0x763C # 0 +0x008FCEA3 0x764A # 0 +0x008FCEA4 0x7640 # 0 +0x008FCEA5 0x7641 # 0 +0x008FCEA6 0x7643 # 0 +0x008FCEA7 0x7644 # 0 +0x008FCEA8 0x7645 # 0 +0x008FCEA9 0x7649 # 0 +0x008FCEAA 0x764B # 0 +0x008FCEAB 0x7655 # 0 +0x008FCEAC 0x7659 # 0 +0x008FCEAD 0x765F # 0 +0x008FCEAE 0x7664 # 0 +0x008FCEAF 0x7665 # 0 +0x008FCEB0 0x766D # 0 +0x008FCEB1 0x766E # 0 +0x008FCEB2 0x766F # 0 +0x008FCEB3 0x7671 # 0 +0x008FCEB4 0x7674 # 0 +0x008FCEB5 0x7681 # 0 +0x008FCEB6 0x7685 # 0 +0x008FCEB7 0x768C # 0 +0x008FCEB8 0x768D # 0 +0x008FCEB9 0x7695 # 0 +0x008FCEBA 0x769B # 0 +0x008FCEBB 0x769C # 0 +0x008FCEBC 0x769D # 0 +0x008FCEBD 0x769F # 0 +0x008FCEBE 0x76A0 # 0 +0x008FCEBF 0x76A2 # 0 +0x008FCEC0 0x76A3 # 0 +0x008FCEC1 0x76A4 # 0 +0x008FCEC2 0x76A5 # 0 +0x008FCEC3 0x76A6 # 0 +0x008FCEC4 0x76A7 # 0 +0x008FCEC5 0x76A8 # 0 +0x008FCEC6 0x76AA # 0 +0x008FCEC7 0x76AD # 0 +0x008FCEC8 0x76BD # 0 +0x008FCEC9 0x76C1 # 0 +0x008FCECA 0x76C5 # 0 +0x008FCECB 0x76C9 # 0 +0x008FCECC 0x76CB # 0 +0x008FCECD 0x76CC # 0 +0x008FCECE 0x76CE # 0 +0x008FCECF 0x76D4 # 0 +0x008FCED0 0x76D9 # 0 +0x008FCED1 0x76E0 # 0 +0x008FCED2 0x76E6 # 0 +0x008FCED3 0x76E8 # 0 +0x008FCED4 0x76EC # 0 +0x008FCED5 0x76F0 # 0 +0x008FCED6 0x76F1 # 0 +0x008FCED7 0x76F6 # 0 +0x008FCED8 0x76F9 # 0 +0x008FCED9 0x76FC # 0 +0x008FCEDA 0x7700 # 0 +0x008FCEDB 0x7706 # 0 +0x008FCEDC 0x770A # 0 +0x008FCEDD 0x770E # 0 +0x008FCEDE 0x7712 # 0 +0x008FCEDF 0x7714 # 0 +0x008FCEE0 0x7715 # 0 +0x008FCEE1 0x7717 # 0 +0x008FCEE2 0x7719 # 0 +0x008FCEE3 0x771A # 0 +0x008FCEE4 0x771C # 0 +0x008FCEE5 0x7722 # 0 +0x008FCEE6 0x7728 # 0 +0x008FCEE7 0x772D # 0 +0x008FCEE8 0x772E # 0 +0x008FCEE9 0x772F # 0 +0x008FCEEA 0x7734 # 0 +0x008FCEEB 0x7735 # 0 +0x008FCEEC 0x7736 # 0 +0x008FCEED 0x7739 # 0 +0x008FCEEE 0x773D # 0 +0x008FCEEF 0x773E # 0 +0x008FCEF0 0x7742 # 0 +0x008FCEF1 0x7745 # 0 +0x008FCEF2 0x7746 # 0 +0x008FCEF3 0x774A # 0 +0x008FCEF4 0x774D # 0 +0x008FCEF5 0x774E # 0 +0x008FCEF6 0x774F # 0 +0x008FCEF7 0x7752 # 0 +0x008FCEF8 0x7756 # 0 +0x008FCEF9 0x7757 # 0 +0x008FCEFA 0x775C # 0 +0x008FCEFB 0x775E # 0 +0x008FCEFC 0x775F # 0 +0x008FCEFD 0x7760 # 0 +0x008FCEFE 0x7762 # 0 +0x008FCFA1 0x7764 # 0 +0x008FCFA2 0x7767 # 0 +0x008FCFA3 0x776A # 0 +0x008FCFA4 0x776C # 0 +0x008FCFA5 0x7770 # 0 +0x008FCFA6 0x7772 # 0 +0x008FCFA7 0x7773 # 0 +0x008FCFA8 0x7774 # 0 +0x008FCFA9 0x777A # 0 +0x008FCFAA 0x777D # 0 +0x008FCFAB 0x7780 # 0 +0x008FCFAC 0x7784 # 0 +0x008FCFAD 0x778C # 0 +0x008FCFAE 0x778D # 0 +0x008FCFAF 0x7794 # 0 +0x008FCFB0 0x7795 # 0 +0x008FCFB1 0x7796 # 0 +0x008FCFB2 0x779A # 0 +0x008FCFB3 0x779F # 0 +0x008FCFB4 0x77A2 # 0 +0x008FCFB5 0x77A7 # 0 +0x008FCFB6 0x77AA # 0 +0x008FCFB7 0x77AE # 0 +0x008FCFB8 0x77AF # 0 +0x008FCFB9 0x77B1 # 0 +0x008FCFBA 0x77B5 # 0 +0x008FCFBB 0x77BE # 0 +0x008FCFBC 0x77C3 # 0 +0x008FCFBD 0x77C9 # 0 +0x008FCFBE 0x77D1 # 0 +0x008FCFBF 0x77D2 # 0 +0x008FCFC0 0x77D5 # 0 +0x008FCFC1 0x77D9 # 0 +0x008FCFC2 0x77DE # 0 +0x008FCFC3 0x77DF # 0 +0x008FCFC4 0x77E0 # 0 +0x008FCFC5 0x77E4 # 0 +0x008FCFC6 0x77E6 # 0 +0x008FCFC7 0x77EA # 0 +0x008FCFC8 0x77EC # 0 +0x008FCFC9 0x77F0 # 0 +0x008FCFCA 0x77F1 # 0 +0x008FCFCB 0x77F4 # 0 +0x008FCFCC 0x77F8 # 0 +0x008FCFCD 0x77FB # 0 +0x008FCFCE 0x7805 # 0 +0x008FCFCF 0x7806 # 0 +0x008FCFD0 0x7809 # 0 +0x008FCFD1 0x780D # 0 +0x008FCFD2 0x780E # 0 +0x008FCFD3 0x7811 # 0 +0x008FCFD4 0x781D # 0 +0x008FCFD5 0x7821 # 0 +0x008FCFD6 0x7822 # 0 +0x008FCFD7 0x7823 # 0 +0x008FCFD8 0x782D # 0 +0x008FCFD9 0x782E # 0 +0x008FCFDA 0x7830 # 0 +0x008FCFDB 0x7835 # 0 +0x008FCFDC 0x7837 # 0 +0x008FCFDD 0x7843 # 0 +0x008FCFDE 0x7844 # 0 +0x008FCFDF 0x7847 # 0 +0x008FCFE0 0x7848 # 0 +0x008FCFE1 0x784C # 0 +0x008FCFE2 0x784E # 0 +0x008FCFE3 0x7852 # 0 +0x008FCFE4 0x785C # 0 +0x008FCFE5 0x785E # 0 +0x008FCFE6 0x7860 # 0 +0x008FCFE7 0x7861 # 0 +0x008FCFE8 0x7863 # 0 +0x008FCFE9 0x7864 # 0 +0x008FCFEA 0x7868 # 0 +0x008FCFEB 0x786A # 0 +0x008FCFEC 0x786E # 0 +0x008FCFED 0x787A # 0 +0x008FCFEE 0x787E # 0 +0x008FCFEF 0x788A # 0 +0x008FCFF0 0x788F # 0 +0x008FCFF1 0x7894 # 0 +0x008FCFF2 0x7898 # 0 +0x008FCFF3 0x78A1 # 0 +0x008FCFF4 0x789D # 0 +0x008FCFF5 0x789E # 0 +0x008FCFF6 0x789F # 0 +0x008FCFF7 0x78A4 # 0 +0x008FCFF8 0x78A8 # 0 +0x008FCFF9 0x78AC # 0 +0x008FCFFA 0x78AD # 0 +0x008FCFFB 0x78B0 # 0 +0x008FCFFC 0x78B1 # 0 +0x008FCFFD 0x78B2 # 0 +0x008FCFFE 0x78B3 # 0 +0x008FD0A1 0x78BB # 0 +0x008FD0A2 0x78BD # 0 +0x008FD0A3 0x78BF # 0 +0x008FD0A4 0x78C7 # 0 +0x008FD0A5 0x78C8 # 0 +0x008FD0A6 0x78C9 # 0 +0x008FD0A7 0x78CC # 0 +0x008FD0A8 0x78CE # 0 +0x008FD0A9 0x78D2 # 0 +0x008FD0AA 0x78D3 # 0 +0x008FD0AB 0x78D5 # 0 +0x008FD0AC 0x78D6 # 0 +0x008FD0AD 0x78E4 # 0 +0x008FD0AE 0x78DB # 0 +0x008FD0AF 0x78DF # 0 +0x008FD0B0 0x78E0 # 0 +0x008FD0B1 0x78E1 # 0 +0x008FD0B2 0x78E6 # 0 +0x008FD0B3 0x78EA # 0 +0x008FD0B4 0x78F2 # 0 +0x008FD0B5 0x78F3 # 0 +0x008FD0B6 0x7900 # 0 +0x008FD0B7 0x78F6 # 0 +0x008FD0B8 0x78F7 # 0 +0x008FD0B9 0x78FA # 0 +0x008FD0BA 0x78FB # 0 +0x008FD0BB 0x78FF # 0 +0x008FD0BC 0x7906 # 0 +0x008FD0BD 0x790C # 0 +0x008FD0BE 0x7910 # 0 +0x008FD0BF 0x791A # 0 +0x008FD0C0 0x791C # 0 +0x008FD0C1 0x791E # 0 +0x008FD0C2 0x791F # 0 +0x008FD0C3 0x7920 # 0 +0x008FD0C4 0x7925 # 0 +0x008FD0C5 0x7927 # 0 +0x008FD0C6 0x7929 # 0 +0x008FD0C7 0x792D # 0 +0x008FD0C8 0x7931 # 0 +0x008FD0C9 0x7934 # 0 +0x008FD0CA 0x7935 # 0 +0x008FD0CB 0x793B # 0 +0x008FD0CC 0x793D # 0 +0x008FD0CD 0x793F # 0 +0x008FD0CE 0x7944 # 0 +0x008FD0CF 0x7945 # 0 +0x008FD0D0 0x7946 # 0 +0x008FD0D1 0x794A # 0 +0x008FD0D2 0x794B # 0 +0x008FD0D3 0x794F # 0 +0x008FD0D4 0x7951 # 0 +0x008FD0D5 0x7954 # 0 +0x008FD0D6 0x7958 # 0 +0x008FD0D7 0x795B # 0 +0x008FD0D8 0x795C # 0 +0x008FD0D9 0x7967 # 0 +0x008FD0DA 0x7969 # 0 +0x008FD0DB 0x796B # 0 +0x008FD0DC 0x7972 # 0 +0x008FD0DD 0x7979 # 0 +0x008FD0DE 0x797B # 0 +0x008FD0DF 0x797C # 0 +0x008FD0E0 0x797E # 0 +0x008FD0E1 0x798B # 0 +0x008FD0E2 0x798C # 0 +0x008FD0E3 0x7991 # 0 +0x008FD0E4 0x7993 # 0 +0x008FD0E5 0x7994 # 0 +0x008FD0E6 0x7995 # 0 +0x008FD0E7 0x7996 # 0 +0x008FD0E8 0x7998 # 0 +0x008FD0E9 0x799B # 0 +0x008FD0EA 0x799C # 0 +0x008FD0EB 0x79A1 # 0 +0x008FD0EC 0x79A8 # 0 +0x008FD0ED 0x79A9 # 0 +0x008FD0EE 0x79AB # 0 +0x008FD0EF 0x79AF # 0 +0x008FD0F0 0x79B1 # 0 +0x008FD0F1 0x79B4 # 0 +0x008FD0F2 0x79B8 # 0 +0x008FD0F3 0x79BB # 0 +0x008FD0F4 0x79C2 # 0 +0x008FD0F5 0x79C4 # 0 +0x008FD0F6 0x79C7 # 0 +0x008FD0F7 0x79C8 # 0 +0x008FD0F8 0x79CA # 0 +0x008FD0F9 0x79CF # 0 +0x008FD0FA 0x79D4 # 0 +0x008FD0FB 0x79D6 # 0 +0x008FD0FC 0x79DA # 0 +0x008FD0FD 0x79DD # 0 +0x008FD0FE 0x79DE # 0 +0x008FD1A1 0x79E0 # 0 +0x008FD1A2 0x79E2 # 0 +0x008FD1A3 0x79E5 # 0 +0x008FD1A4 0x79EA # 0 +0x008FD1A5 0x79EB # 0 +0x008FD1A6 0x79ED # 0 +0x008FD1A7 0x79F1 # 0 +0x008FD1A8 0x79F8 # 0 +0x008FD1A9 0x79FC # 0 +0x008FD1AA 0x7A02 # 0 +0x008FD1AB 0x7A03 # 0 +0x008FD1AC 0x7A07 # 0 +0x008FD1AD 0x7A09 # 0 +0x008FD1AE 0x7A0A # 0 +0x008FD1AF 0x7A0C # 0 +0x008FD1B0 0x7A11 # 0 +0x008FD1B1 0x7A15 # 0 +0x008FD1B2 0x7A1B # 0 +0x008FD1B3 0x7A1E # 0 +0x008FD1B4 0x7A21 # 0 +0x008FD1B5 0x7A27 # 0 +0x008FD1B6 0x7A2B # 0 +0x008FD1B7 0x7A2D # 0 +0x008FD1B8 0x7A2F # 0 +0x008FD1B9 0x7A30 # 0 +0x008FD1BA 0x7A34 # 0 +0x008FD1BB 0x7A35 # 0 +0x008FD1BC 0x7A38 # 0 +0x008FD1BD 0x7A39 # 0 +0x008FD1BE 0x7A3A # 0 +0x008FD1BF 0x7A44 # 0 +0x008FD1C0 0x7A45 # 0 +0x008FD1C1 0x7A47 # 0 +0x008FD1C2 0x7A48 # 0 +0x008FD1C3 0x7A4C # 0 +0x008FD1C4 0x7A55 # 0 +0x008FD1C5 0x7A56 # 0 +0x008FD1C6 0x7A59 # 0 +0x008FD1C7 0x7A5C # 0 +0x008FD1C8 0x7A5D # 0 +0x008FD1C9 0x7A5F # 0 +0x008FD1CA 0x7A60 # 0 +0x008FD1CB 0x7A65 # 0 +0x008FD1CC 0x7A67 # 0 +0x008FD1CD 0x7A6A # 0 +0x008FD1CE 0x7A6D # 0 +0x008FD1CF 0x7A75 # 0 +0x008FD1D0 0x7A78 # 0 +0x008FD1D1 0x7A7E # 0 +0x008FD1D2 0x7A80 # 0 +0x008FD1D3 0x7A82 # 0 +0x008FD1D4 0x7A85 # 0 +0x008FD1D5 0x7A86 # 0 +0x008FD1D6 0x7A8A # 0 +0x008FD1D7 0x7A8B # 0 +0x008FD1D8 0x7A90 # 0 +0x008FD1D9 0x7A91 # 0 +0x008FD1DA 0x7A94 # 0 +0x008FD1DB 0x7A9E # 0 +0x008FD1DC 0x7AA0 # 0 +0x008FD1DD 0x7AA3 # 0 +0x008FD1DE 0x7AAC # 0 +0x008FD1DF 0x7AB3 # 0 +0x008FD1E0 0x7AB5 # 0 +0x008FD1E1 0x7AB9 # 0 +0x008FD1E2 0x7ABB # 0 +0x008FD1E3 0x7ABC # 0 +0x008FD1E4 0x7AC6 # 0 +0x008FD1E5 0x7AC9 # 0 +0x008FD1E6 0x7ACC # 0 +0x008FD1E7 0x7ACE # 0 +0x008FD1E8 0x7AD1 # 0 +0x008FD1E9 0x7ADB # 0 +0x008FD1EA 0x7AE8 # 0 +0x008FD1EB 0x7AE9 # 0 +0x008FD1EC 0x7AEB # 0 +0x008FD1ED 0x7AEC # 0 +0x008FD1EE 0x7AF1 # 0 +0x008FD1EF 0x7AF4 # 0 +0x008FD1F0 0x7AFB # 0 +0x008FD1F1 0x7AFD # 0 +0x008FD1F2 0x7AFE # 0 +0x008FD1F3 0x7B07 # 0 +0x008FD1F4 0x7B14 # 0 +0x008FD1F5 0x7B1F # 0 +0x008FD1F6 0x7B23 # 0 +0x008FD1F7 0x7B27 # 0 +0x008FD1F8 0x7B29 # 0 +0x008FD1F9 0x7B2A # 0 +0x008FD1FA 0x7B2B # 0 +0x008FD1FB 0x7B2D # 0 +0x008FD1FC 0x7B2E # 0 +0x008FD1FD 0x7B2F # 0 +0x008FD1FE 0x7B30 # 0 +0x008FD2A1 0x7B31 # 0 +0x008FD2A2 0x7B34 # 0 +0x008FD2A3 0x7B3D # 0 +0x008FD2A4 0x7B3F # 0 +0x008FD2A5 0x7B40 # 0 +0x008FD2A6 0x7B41 # 0 +0x008FD2A7 0x7B47 # 0 +0x008FD2A8 0x7B4E # 0 +0x008FD2A9 0x7B55 # 0 +0x008FD2AA 0x7B60 # 0 +0x008FD2AB 0x7B64 # 0 +0x008FD2AC 0x7B66 # 0 +0x008FD2AD 0x7B69 # 0 +0x008FD2AE 0x7B6A # 0 +0x008FD2AF 0x7B6D # 0 +0x008FD2B0 0x7B6F # 0 +0x008FD2B1 0x7B72 # 0 +0x008FD2B2 0x7B73 # 0 +0x008FD2B3 0x7B77 # 0 +0x008FD2B4 0x7B84 # 0 +0x008FD2B5 0x7B89 # 0 +0x008FD2B6 0x7B8E # 0 +0x008FD2B7 0x7B90 # 0 +0x008FD2B8 0x7B91 # 0 +0x008FD2B9 0x7B96 # 0 +0x008FD2BA 0x7B9B # 0 +0x008FD2BB 0x7B9E # 0 +0x008FD2BC 0x7BA0 # 0 +0x008FD2BD 0x7BA5 # 0 +0x008FD2BE 0x7BAC # 0 +0x008FD2BF 0x7BAF # 0 +0x008FD2C0 0x7BB0 # 0 +0x008FD2C1 0x7BB2 # 0 +0x008FD2C2 0x7BB5 # 0 +0x008FD2C3 0x7BB6 # 0 +0x008FD2C4 0x7BBA # 0 +0x008FD2C5 0x7BBB # 0 +0x008FD2C6 0x7BBC # 0 +0x008FD2C7 0x7BBD # 0 +0x008FD2C8 0x7BC2 # 0 +0x008FD2C9 0x7BC5 # 0 +0x008FD2CA 0x7BC8 # 0 +0x008FD2CB 0x7BCA # 0 +0x008FD2CC 0x7BD4 # 0 +0x008FD2CD 0x7BD6 # 0 +0x008FD2CE 0x7BD7 # 0 +0x008FD2CF 0x7BD9 # 0 +0x008FD2D0 0x7BDA # 0 +0x008FD2D1 0x7BDB # 0 +0x008FD2D2 0x7BE8 # 0 +0x008FD2D3 0x7BEA # 0 +0x008FD2D4 0x7BF2 # 0 +0x008FD2D5 0x7BF4 # 0 +0x008FD2D6 0x7BF5 # 0 +0x008FD2D7 0x7BF8 # 0 +0x008FD2D8 0x7BF9 # 0 +0x008FD2D9 0x7BFA # 0 +0x008FD2DA 0x7BFC # 0 +0x008FD2DB 0x7BFE # 0 +0x008FD2DC 0x7C01 # 0 +0x008FD2DD 0x7C02 # 0 +0x008FD2DE 0x7C03 # 0 +0x008FD2DF 0x7C04 # 0 +0x008FD2E0 0x7C06 # 0 +0x008FD2E1 0x7C09 # 0 +0x008FD2E2 0x7C0B # 0 +0x008FD2E3 0x7C0C # 0 +0x008FD2E4 0x7C0E # 0 +0x008FD2E5 0x7C0F # 0 +0x008FD2E6 0x7C19 # 0 +0x008FD2E7 0x7C1B # 0 +0x008FD2E8 0x7C20 # 0 +0x008FD2E9 0x7C25 # 0 +0x008FD2EA 0x7C26 # 0 +0x008FD2EB 0x7C28 # 0 +0x008FD2EC 0x7C2C # 0 +0x008FD2ED 0x7C31 # 0 +0x008FD2EE 0x7C33 # 0 +0x008FD2EF 0x7C34 # 0 +0x008FD2F0 0x7C36 # 0 +0x008FD2F1 0x7C39 # 0 +0x008FD2F2 0x7C3A # 0 +0x008FD2F3 0x7C46 # 0 +0x008FD2F4 0x7C4A # 0 +0x008FD2F5 0x7C55 # 0 +0x008FD2F6 0x7C51 # 0 +0x008FD2F7 0x7C52 # 0 +0x008FD2F8 0x7C53 # 0 +0x008FD2F9 0x7C59 # 0 +0x008FD2FA 0x7C5A # 0 +0x008FD2FB 0x7C5B # 0 +0x008FD2FC 0x7C5C # 0 +0x008FD2FD 0x7C5D # 0 +0x008FD2FE 0x7C5E # 0 +0x008FD3A1 0x7C61 # 0 +0x008FD3A2 0x7C63 # 0 +0x008FD3A3 0x7C67 # 0 +0x008FD3A4 0x7C69 # 0 +0x008FD3A5 0x7C6D # 0 +0x008FD3A6 0x7C6E # 0 +0x008FD3A7 0x7C70 # 0 +0x008FD3A8 0x7C72 # 0 +0x008FD3A9 0x7C79 # 0 +0x008FD3AA 0x7C7C # 0 +0x008FD3AB 0x7C7D # 0 +0x008FD3AC 0x7C86 # 0 +0x008FD3AD 0x7C87 # 0 +0x008FD3AE 0x7C8F # 0 +0x008FD3AF 0x7C94 # 0 +0x008FD3B0 0x7C9E # 0 +0x008FD3B1 0x7CA0 # 0 +0x008FD3B2 0x7CA6 # 0 +0x008FD3B3 0x7CB0 # 0 +0x008FD3B4 0x7CB6 # 0 +0x008FD3B5 0x7CB7 # 0 +0x008FD3B6 0x7CBA # 0 +0x008FD3B7 0x7CBB # 0 +0x008FD3B8 0x7CBC # 0 +0x008FD3B9 0x7CBF # 0 +0x008FD3BA 0x7CC4 # 0 +0x008FD3BB 0x7CC7 # 0 +0x008FD3BC 0x7CC8 # 0 +0x008FD3BD 0x7CC9 # 0 +0x008FD3BE 0x7CCD # 0 +0x008FD3BF 0x7CCF # 0 +0x008FD3C0 0x7CD3 # 0 +0x008FD3C1 0x7CD4 # 0 +0x008FD3C2 0x7CD5 # 0 +0x008FD3C3 0x7CD7 # 0 +0x008FD3C4 0x7CD9 # 0 +0x008FD3C5 0x7CDA # 0 +0x008FD3C6 0x7CDD # 0 +0x008FD3C7 0x7CE6 # 0 +0x008FD3C8 0x7CE9 # 0 +0x008FD3C9 0x7CEB # 0 +0x008FD3CA 0x7CF5 # 0 +0x008FD3CB 0x7D03 # 0 +0x008FD3CC 0x7D07 # 0 +0x008FD3CD 0x7D08 # 0 +0x008FD3CE 0x7D09 # 0 +0x008FD3CF 0x7D0F # 0 +0x008FD3D0 0x7D11 # 0 +0x008FD3D1 0x7D12 # 0 +0x008FD3D2 0x7D13 # 0 +0x008FD3D3 0x7D16 # 0 +0x008FD3D4 0x7D1D # 0 +0x008FD3D5 0x7D1E # 0 +0x008FD3D6 0x7D23 # 0 +0x008FD3D7 0x7D26 # 0 +0x008FD3D8 0x7D2A # 0 +0x008FD3D9 0x7D2D # 0 +0x008FD3DA 0x7D31 # 0 +0x008FD3DB 0x7D3C # 0 +0x008FD3DC 0x7D3D # 0 +0x008FD3DD 0x7D3E # 0 +0x008FD3DE 0x7D40 # 0 +0x008FD3DF 0x7D41 # 0 +0x008FD3E0 0x7D47 # 0 +0x008FD3E1 0x7D48 # 0 +0x008FD3E2 0x7D4D # 0 +0x008FD3E3 0x7D51 # 0 +0x008FD3E4 0x7D53 # 0 +0x008FD3E5 0x7D57 # 0 +0x008FD3E6 0x7D59 # 0 +0x008FD3E7 0x7D5A # 0 +0x008FD3E8 0x7D5C # 0 +0x008FD3E9 0x7D5D # 0 +0x008FD3EA 0x7D65 # 0 +0x008FD3EB 0x7D67 # 0 +0x008FD3EC 0x7D6A # 0 +0x008FD3ED 0x7D70 # 0 +0x008FD3EE 0x7D78 # 0 +0x008FD3EF 0x7D7A # 0 +0x008FD3F0 0x7D7B # 0 +0x008FD3F1 0x7D7F # 0 +0x008FD3F2 0x7D81 # 0 +0x008FD3F3 0x7D82 # 0 +0x008FD3F4 0x7D83 # 0 +0x008FD3F5 0x7D85 # 0 +0x008FD3F6 0x7D86 # 0 +0x008FD3F7 0x7D88 # 0 +0x008FD3F8 0x7D8B # 0 +0x008FD3F9 0x7D8C # 0 +0x008FD3FA 0x7D8D # 0 +0x008FD3FB 0x7D91 # 0 +0x008FD3FC 0x7D96 # 0 +0x008FD3FD 0x7D97 # 0 +0x008FD3FE 0x7D9D # 0 +0x008FD4A1 0x7D9E # 0 +0x008FD4A2 0x7DA6 # 0 +0x008FD4A3 0x7DA7 # 0 +0x008FD4A4 0x7DAA # 0 +0x008FD4A5 0x7DB3 # 0 +0x008FD4A6 0x7DB6 # 0 +0x008FD4A7 0x7DB7 # 0 +0x008FD4A8 0x7DB9 # 0 +0x008FD4A9 0x7DC2 # 0 +0x008FD4AA 0x7DC3 # 0 +0x008FD4AB 0x7DC4 # 0 +0x008FD4AC 0x7DC5 # 0 +0x008FD4AD 0x7DC6 # 0 +0x008FD4AE 0x7DCC # 0 +0x008FD4AF 0x7DCD # 0 +0x008FD4B0 0x7DCE # 0 +0x008FD4B1 0x7DD7 # 0 +0x008FD4B2 0x7DD9 # 0 +0x008FD4B3 0x7E00 # 0 +0x008FD4B4 0x7DE2 # 0 +0x008FD4B5 0x7DE5 # 0 +0x008FD4B6 0x7DE6 # 0 +0x008FD4B7 0x7DEA # 0 +0x008FD4B8 0x7DEB # 0 +0x008FD4B9 0x7DED # 0 +0x008FD4BA 0x7DF1 # 0 +0x008FD4BB 0x7DF5 # 0 +0x008FD4BC 0x7DF6 # 0 +0x008FD4BD 0x7DF9 # 0 +0x008FD4BE 0x7DFA # 0 +0x008FD4BF 0x7E08 # 0 +0x008FD4C0 0x7E10 # 0 +0x008FD4C1 0x7E11 # 0 +0x008FD4C2 0x7E15 # 0 +0x008FD4C3 0x7E17 # 0 +0x008FD4C4 0x7E1C # 0 +0x008FD4C5 0x7E1D # 0 +0x008FD4C6 0x7E20 # 0 +0x008FD4C7 0x7E27 # 0 +0x008FD4C8 0x7E28 # 0 +0x008FD4C9 0x7E2C # 0 +0x008FD4CA 0x7E2D # 0 +0x008FD4CB 0x7E2F # 0 +0x008FD4CC 0x7E33 # 0 +0x008FD4CD 0x7E36 # 0 +0x008FD4CE 0x7E3F # 0 +0x008FD4CF 0x7E44 # 0 +0x008FD4D0 0x7E45 # 0 +0x008FD4D1 0x7E47 # 0 +0x008FD4D2 0x7E4E # 0 +0x008FD4D3 0x7E50 # 0 +0x008FD4D4 0x7E52 # 0 +0x008FD4D5 0x7E58 # 0 +0x008FD4D6 0x7E5F # 0 +0x008FD4D7 0x7E61 # 0 +0x008FD4D8 0x7E62 # 0 +0x008FD4D9 0x7E65 # 0 +0x008FD4DA 0x7E6B # 0 +0x008FD4DB 0x7E6E # 0 +0x008FD4DC 0x7E6F # 0 +0x008FD4DD 0x7E73 # 0 +0x008FD4DE 0x7E78 # 0 +0x008FD4DF 0x7E7E # 0 +0x008FD4E0 0x7E81 # 0 +0x008FD4E1 0x7E86 # 0 +0x008FD4E2 0x7E87 # 0 +0x008FD4E3 0x7E8A # 0 +0x008FD4E4 0x7E8D # 0 +0x008FD4E5 0x7E91 # 0 +0x008FD4E6 0x7E95 # 0 +0x008FD4E7 0x7E98 # 0 +0x008FD4E8 0x7E9A # 0 +0x008FD4E9 0x7E9D # 0 +0x008FD4EA 0x7E9E # 0 +0x008FD4EB 0x7F3C # 0 +0x008FD4EC 0x7F3B # 0 +0x008FD4ED 0x7F3D # 0 +0x008FD4EE 0x7F3E # 0 +0x008FD4EF 0x7F3F # 0 +0x008FD4F0 0x7F43 # 0 +0x008FD4F1 0x7F44 # 0 +0x008FD4F2 0x7F47 # 0 +0x008FD4F3 0x7F4F # 0 +0x008FD4F4 0x7F52 # 0 +0x008FD4F5 0x7F53 # 0 +0x008FD4F6 0x7F5B # 0 +0x008FD4F7 0x7F5C # 0 +0x008FD4F8 0x7F5D # 0 +0x008FD4F9 0x7F61 # 0 +0x008FD4FA 0x7F63 # 0 +0x008FD4FB 0x7F64 # 0 +0x008FD4FC 0x7F65 # 0 +0x008FD4FD 0x7F66 # 0 +0x008FD4FE 0x7F6D # 0 +0x008FD5A1 0x7F71 # 0 +0x008FD5A2 0x7F7D # 0 +0x008FD5A3 0x7F7E # 0 +0x008FD5A4 0x7F7F # 0 +0x008FD5A5 0x7F80 # 0 +0x008FD5A6 0x7F8B # 0 +0x008FD5A7 0x7F8D # 0 +0x008FD5A8 0x7F8F # 0 +0x008FD5A9 0x7F90 # 0 +0x008FD5AA 0x7F91 # 0 +0x008FD5AB 0x7F96 # 0 +0x008FD5AC 0x7F97 # 0 +0x008FD5AD 0x7F9C # 0 +0x008FD5AE 0x7FA1 # 0 +0x008FD5AF 0x7FA2 # 0 +0x008FD5B0 0x7FA6 # 0 +0x008FD5B1 0x7FAA # 0 +0x008FD5B2 0x7FAD # 0 +0x008FD5B3 0x7FB4 # 0 +0x008FD5B4 0x7FBC # 0 +0x008FD5B5 0x7FBF # 0 +0x008FD5B6 0x7FC0 # 0 +0x008FD5B7 0x7FC3 # 0 +0x008FD5B8 0x7FC8 # 0 +0x008FD5B9 0x7FCE # 0 +0x008FD5BA 0x7FCF # 0 +0x008FD5BB 0x7FDB # 0 +0x008FD5BC 0x7FDF # 0 +0x008FD5BD 0x7FE3 # 0 +0x008FD5BE 0x7FE5 # 0 +0x008FD5BF 0x7FE8 # 0 +0x008FD5C0 0x7FEC # 0 +0x008FD5C1 0x7FEE # 0 +0x008FD5C2 0x7FEF # 0 +0x008FD5C3 0x7FF2 # 0 +0x008FD5C4 0x7FFA # 0 +0x008FD5C5 0x7FFD # 0 +0x008FD5C6 0x7FFE # 0 +0x008FD5C7 0x7FFF # 0 +0x008FD5C8 0x8007 # 0 +0x008FD5C9 0x8008 # 0 +0x008FD5CA 0x800A # 0 +0x008FD5CB 0x800D # 0 +0x008FD5CC 0x800E # 0 +0x008FD5CD 0x800F # 0 +0x008FD5CE 0x8011 # 0 +0x008FD5CF 0x8013 # 0 +0x008FD5D0 0x8014 # 0 +0x008FD5D1 0x8016 # 0 +0x008FD5D2 0x801D # 0 +0x008FD5D3 0x801E # 0 +0x008FD5D4 0x801F # 0 +0x008FD5D5 0x8020 # 0 +0x008FD5D6 0x8024 # 0 +0x008FD5D7 0x8026 # 0 +0x008FD5D8 0x802C # 0 +0x008FD5D9 0x802E # 0 +0x008FD5DA 0x8030 # 0 +0x008FD5DB 0x8034 # 0 +0x008FD5DC 0x8035 # 0 +0x008FD5DD 0x8037 # 0 +0x008FD5DE 0x8039 # 0 +0x008FD5DF 0x803A # 0 +0x008FD5E0 0x803C # 0 +0x008FD5E1 0x803E # 0 +0x008FD5E2 0x8040 # 0 +0x008FD5E3 0x8044 # 0 +0x008FD5E4 0x8060 # 0 +0x008FD5E5 0x8064 # 0 +0x008FD5E6 0x8066 # 0 +0x008FD5E7 0x806D # 0 +0x008FD5E8 0x8071 # 0 +0x008FD5E9 0x8075 # 0 +0x008FD5EA 0x8081 # 0 +0x008FD5EB 0x8088 # 0 +0x008FD5EC 0x808E # 0 +0x008FD5ED 0x809C # 0 +0x008FD5EE 0x809E # 0 +0x008FD5EF 0x80A6 # 0 +0x008FD5F0 0x80A7 # 0 +0x008FD5F1 0x80AB # 0 +0x008FD5F2 0x80B8 # 0 +0x008FD5F3 0x80B9 # 0 +0x008FD5F4 0x80C8 # 0 +0x008FD5F5 0x80CD # 0 +0x008FD5F6 0x80CF # 0 +0x008FD5F7 0x80D2 # 0 +0x008FD5F8 0x80D4 # 0 +0x008FD5F9 0x80D5 # 0 +0x008FD5FA 0x80D7 # 0 +0x008FD5FB 0x80D8 # 0 +0x008FD5FC 0x80E0 # 0 +0x008FD5FD 0x80ED # 0 +0x008FD5FE 0x80EE # 0 +0x008FD6A1 0x80F0 # 0 +0x008FD6A2 0x80F2 # 0 +0x008FD6A3 0x80F3 # 0 +0x008FD6A4 0x80F6 # 0 +0x008FD6A5 0x80F9 # 0 +0x008FD6A6 0x80FA # 0 +0x008FD6A7 0x80FE # 0 +0x008FD6A8 0x8103 # 0 +0x008FD6A9 0x810B # 0 +0x008FD6AA 0x8116 # 0 +0x008FD6AB 0x8117 # 0 +0x008FD6AC 0x8118 # 0 +0x008FD6AD 0x811C # 0 +0x008FD6AE 0x811E # 0 +0x008FD6AF 0x8120 # 0 +0x008FD6B0 0x8124 # 0 +0x008FD6B1 0x8127 # 0 +0x008FD6B2 0x812C # 0 +0x008FD6B3 0x8130 # 0 +0x008FD6B4 0x8135 # 0 +0x008FD6B5 0x813A # 0 +0x008FD6B6 0x813C # 0 +0x008FD6B7 0x8145 # 0 +0x008FD6B8 0x8147 # 0 +0x008FD6B9 0x814A # 0 +0x008FD6BA 0x814C # 0 +0x008FD6BB 0x8152 # 0 +0x008FD6BC 0x8157 # 0 +0x008FD6BD 0x8160 # 0 +0x008FD6BE 0x8161 # 0 +0x008FD6BF 0x8167 # 0 +0x008FD6C0 0x8168 # 0 +0x008FD6C1 0x8169 # 0 +0x008FD6C2 0x816D # 0 +0x008FD6C3 0x816F # 0 +0x008FD6C4 0x8177 # 0 +0x008FD6C5 0x8181 # 0 +0x008FD6C6 0x8190 # 0 +0x008FD6C7 0x8184 # 0 +0x008FD6C8 0x8185 # 0 +0x008FD6C9 0x8186 # 0 +0x008FD6CA 0x818B # 0 +0x008FD6CB 0x818E # 0 +0x008FD6CC 0x8196 # 0 +0x008FD6CD 0x8198 # 0 +0x008FD6CE 0x819B # 0 +0x008FD6CF 0x819E # 0 +0x008FD6D0 0x81A2 # 0 +0x008FD6D1 0x81AE # 0 +0x008FD6D2 0x81B2 # 0 +0x008FD6D3 0x81B4 # 0 +0x008FD6D4 0x81BB # 0 +0x008FD6D5 0x81CB # 0 +0x008FD6D6 0x81C3 # 0 +0x008FD6D7 0x81C5 # 0 +0x008FD6D8 0x81CA # 0 +0x008FD6D9 0x81CE # 0 +0x008FD6DA 0x81CF # 0 +0x008FD6DB 0x81D5 # 0 +0x008FD6DC 0x81D7 # 0 +0x008FD6DD 0x81DB # 0 +0x008FD6DE 0x81DD # 0 +0x008FD6DF 0x81DE # 0 +0x008FD6E0 0x81E1 # 0 +0x008FD6E1 0x81E4 # 0 +0x008FD6E2 0x81EB # 0 +0x008FD6E3 0x81EC # 0 +0x008FD6E4 0x81F0 # 0 +0x008FD6E5 0x81F1 # 0 +0x008FD6E6 0x81F2 # 0 +0x008FD6E7 0x81F5 # 0 +0x008FD6E8 0x81F6 # 0 +0x008FD6E9 0x81F8 # 0 +0x008FD6EA 0x81F9 # 0 +0x008FD6EB 0x81FD # 0 +0x008FD6EC 0x81FF # 0 +0x008FD6ED 0x8200 # 0 +0x008FD6EE 0x8203 # 0 +0x008FD6EF 0x820F # 0 +0x008FD6F0 0x8213 # 0 +0x008FD6F1 0x8214 # 0 +0x008FD6F2 0x8219 # 0 +0x008FD6F3 0x821A # 0 +0x008FD6F4 0x821D # 0 +0x008FD6F5 0x8221 # 0 +0x008FD6F6 0x8222 # 0 +0x008FD6F7 0x8228 # 0 +0x008FD6F8 0x8232 # 0 +0x008FD6F9 0x8234 # 0 +0x008FD6FA 0x823A # 0 +0x008FD6FB 0x8243 # 0 +0x008FD6FC 0x8244 # 0 +0x008FD6FD 0x8245 # 0 +0x008FD6FE 0x8246 # 0 +0x008FD7A1 0x824B # 0 +0x008FD7A2 0x824E # 0 +0x008FD7A3 0x824F # 0 +0x008FD7A4 0x8251 # 0 +0x008FD7A5 0x8256 # 0 +0x008FD7A6 0x825C # 0 +0x008FD7A7 0x8260 # 0 +0x008FD7A8 0x8263 # 0 +0x008FD7A9 0x8267 # 0 +0x008FD7AA 0x826D # 0 +0x008FD7AB 0x8274 # 0 +0x008FD7AC 0x827B # 0 +0x008FD7AD 0x827D # 0 +0x008FD7AE 0x827F # 0 +0x008FD7AF 0x8280 # 0 +0x008FD7B0 0x8281 # 0 +0x008FD7B1 0x8283 # 0 +0x008FD7B2 0x8284 # 0 +0x008FD7B3 0x8287 # 0 +0x008FD7B4 0x8289 # 0 +0x008FD7B5 0x828A # 0 +0x008FD7B6 0x828E # 0 +0x008FD7B7 0x8291 # 0 +0x008FD7B8 0x8294 # 0 +0x008FD7B9 0x8296 # 0 +0x008FD7BA 0x8298 # 0 +0x008FD7BB 0x829A # 0 +0x008FD7BC 0x829B # 0 +0x008FD7BD 0x82A0 # 0 +0x008FD7BE 0x82A1 # 0 +0x008FD7BF 0x82A3 # 0 +0x008FD7C0 0x82A4 # 0 +0x008FD7C1 0x82A7 # 0 +0x008FD7C2 0x82A8 # 0 +0x008FD7C3 0x82A9 # 0 +0x008FD7C4 0x82AA # 0 +0x008FD7C5 0x82AE # 0 +0x008FD7C6 0x82B0 # 0 +0x008FD7C7 0x82B2 # 0 +0x008FD7C8 0x82B4 # 0 +0x008FD7C9 0x82B7 # 0 +0x008FD7CA 0x82BA # 0 +0x008FD7CB 0x82BC # 0 +0x008FD7CC 0x82BE # 0 +0x008FD7CD 0x82BF # 0 +0x008FD7CE 0x82C6 # 0 +0x008FD7CF 0x82D0 # 0 +0x008FD7D0 0x82D5 # 0 +0x008FD7D1 0x82DA # 0 +0x008FD7D2 0x82E0 # 0 +0x008FD7D3 0x82E2 # 0 +0x008FD7D4 0x82E4 # 0 +0x008FD7D5 0x82E8 # 0 +0x008FD7D6 0x82EA # 0 +0x008FD7D7 0x82ED # 0 +0x008FD7D8 0x82EF # 0 +0x008FD7D9 0x82F6 # 0 +0x008FD7DA 0x82F7 # 0 +0x008FD7DB 0x82FD # 0 +0x008FD7DC 0x82FE # 0 +0x008FD7DD 0x8300 # 0 +0x008FD7DE 0x8301 # 0 +0x008FD7DF 0x8307 # 0 +0x008FD7E0 0x8308 # 0 +0x008FD7E1 0x830A # 0 +0x008FD7E2 0x830B # 0 +0x008FD7E3 0x8354 # 0 +0x008FD7E4 0x831B # 0 +0x008FD7E5 0x831D # 0 +0x008FD7E6 0x831E # 0 +0x008FD7E7 0x831F # 0 +0x008FD7E8 0x8321 # 0 +0x008FD7E9 0x8322 # 0 +0x008FD7EA 0x832C # 0 +0x008FD7EB 0x832D # 0 +0x008FD7EC 0x832E # 0 +0x008FD7ED 0x8330 # 0 +0x008FD7EE 0x8333 # 0 +0x008FD7EF 0x8337 # 0 +0x008FD7F0 0x833A # 0 +0x008FD7F1 0x833C # 0 +0x008FD7F2 0x833D # 0 +0x008FD7F3 0x8342 # 0 +0x008FD7F4 0x8343 # 0 +0x008FD7F5 0x8344 # 0 +0x008FD7F6 0x8347 # 0 +0x008FD7F7 0x834D # 0 +0x008FD7F8 0x834E # 0 +0x008FD7F9 0x8351 # 0 +0x008FD7FA 0x8355 # 0 +0x008FD7FB 0x8356 # 0 +0x008FD7FC 0x8357 # 0 +0x008FD7FD 0x8370 # 0 +0x008FD7FE 0x8378 # 0 +0x008FD8A1 0x837D # 0 +0x008FD8A2 0x837F # 0 +0x008FD8A3 0x8380 # 0 +0x008FD8A4 0x8382 # 0 +0x008FD8A5 0x8384 # 0 +0x008FD8A6 0x8386 # 0 +0x008FD8A7 0x838D # 0 +0x008FD8A8 0x8392 # 0 +0x008FD8A9 0x8394 # 0 +0x008FD8AA 0x8395 # 0 +0x008FD8AB 0x8398 # 0 +0x008FD8AC 0x8399 # 0 +0x008FD8AD 0x839B # 0 +0x008FD8AE 0x839C # 0 +0x008FD8AF 0x839D # 0 +0x008FD8B0 0x83A6 # 0 +0x008FD8B1 0x83A7 # 0 +0x008FD8B2 0x83A9 # 0 +0x008FD8B3 0x83AC # 0 +0x008FD8B4 0x83BE # 0 +0x008FD8B5 0x83BF # 0 +0x008FD8B6 0x83C0 # 0 +0x008FD8B7 0x83C7 # 0 +0x008FD8B8 0x83C9 # 0 +0x008FD8B9 0x83CF # 0 +0x008FD8BA 0x83D0 # 0 +0x008FD8BB 0x83D1 # 0 +0x008FD8BC 0x83D4 # 0 +0x008FD8BD 0x83DD # 0 +0x008FD8BE 0x8353 # 0 +0x008FD8BF 0x83E8 # 0 +0x008FD8C0 0x83EA # 0 +0x008FD8C1 0x83F6 # 0 +0x008FD8C2 0x83F8 # 0 +0x008FD8C3 0x83F9 # 0 +0x008FD8C4 0x83FC # 0 +0x008FD8C5 0x8401 # 0 +0x008FD8C6 0x8406 # 0 +0x008FD8C7 0x840A # 0 +0x008FD8C8 0x840F # 0 +0x008FD8C9 0x8411 # 0 +0x008FD8CA 0x8415 # 0 +0x008FD8CB 0x8419 # 0 +0x008FD8CC 0x83AD # 0 +0x008FD8CD 0x842F # 0 +0x008FD8CE 0x8439 # 0 +0x008FD8CF 0x8445 # 0 +0x008FD8D0 0x8447 # 0 +0x008FD8D1 0x8448 # 0 +0x008FD8D2 0x844A # 0 +0x008FD8D3 0x844D # 0 +0x008FD8D4 0x844F # 0 +0x008FD8D5 0x8451 # 0 +0x008FD8D6 0x8452 # 0 +0x008FD8D7 0x8456 # 0 +0x008FD8D8 0x8458 # 0 +0x008FD8D9 0x8459 # 0 +0x008FD8DA 0x845A # 0 +0x008FD8DB 0x845C # 0 +0x008FD8DC 0x8460 # 0 +0x008FD8DD 0x8464 # 0 +0x008FD8DE 0x8465 # 0 +0x008FD8DF 0x8467 # 0 +0x008FD8E0 0x846A # 0 +0x008FD8E1 0x8470 # 0 +0x008FD8E2 0x8473 # 0 +0x008FD8E3 0x8474 # 0 +0x008FD8E4 0x8476 # 0 +0x008FD8E5 0x8478 # 0 +0x008FD8E6 0x847C # 0 +0x008FD8E7 0x847D # 0 +0x008FD8E8 0x8481 # 0 +0x008FD8E9 0x8485 # 0 +0x008FD8EA 0x8492 # 0 +0x008FD8EB 0x8493 # 0 +0x008FD8EC 0x8495 # 0 +0x008FD8ED 0x849E # 0 +0x008FD8EE 0x84A6 # 0 +0x008FD8EF 0x84A8 # 0 +0x008FD8F0 0x84A9 # 0 +0x008FD8F1 0x84AA # 0 +0x008FD8F2 0x84AF # 0 +0x008FD8F3 0x84B1 # 0 +0x008FD8F4 0x84B4 # 0 +0x008FD8F5 0x84BA # 0 +0x008FD8F6 0x84BD # 0 +0x008FD8F7 0x84BE # 0 +0x008FD8F8 0x84C0 # 0 +0x008FD8F9 0x84C2 # 0 +0x008FD8FA 0x84C7 # 0 +0x008FD8FB 0x84C8 # 0 +0x008FD8FC 0x84CC # 0 +0x008FD8FD 0x84CF # 0 +0x008FD8FE 0x84D3 # 0 +0x008FD9A1 0x84DC # 0 +0x008FD9A2 0x84E7 # 0 +0x008FD9A3 0x84EA # 0 +0x008FD9A4 0x84EF # 0 +0x008FD9A5 0x84F0 # 0 +0x008FD9A6 0x84F1 # 0 +0x008FD9A7 0x84F2 # 0 +0x008FD9A8 0x84F7 # 0 +0x008FD9A9 0x8532 # 0 +0x008FD9AA 0x84FA # 0 +0x008FD9AB 0x84FB # 0 +0x008FD9AC 0x84FD # 0 +0x008FD9AD 0x8502 # 0 +0x008FD9AE 0x8503 # 0 +0x008FD9AF 0x8507 # 0 +0x008FD9B0 0x850C # 0 +0x008FD9B1 0x850E # 0 +0x008FD9B2 0x8510 # 0 +0x008FD9B3 0x851C # 0 +0x008FD9B4 0x851E # 0 +0x008FD9B5 0x8522 # 0 +0x008FD9B6 0x8523 # 0 +0x008FD9B7 0x8524 # 0 +0x008FD9B8 0x8525 # 0 +0x008FD9B9 0x8527 # 0 +0x008FD9BA 0x852A # 0 +0x008FD9BB 0x852B # 0 +0x008FD9BC 0x852F # 0 +0x008FD9BD 0x8533 # 0 +0x008FD9BE 0x8534 # 0 +0x008FD9BF 0x8536 # 0 +0x008FD9C0 0x853F # 0 +0x008FD9C1 0x8546 # 0 +0x008FD9C2 0x854F # 0 +0x008FD9C3 0x8550 # 0 +0x008FD9C4 0x8551 # 0 +0x008FD9C5 0x8552 # 0 +0x008FD9C6 0x8553 # 0 +0x008FD9C7 0x8556 # 0 +0x008FD9C8 0x8559 # 0 +0x008FD9C9 0x855C # 0 +0x008FD9CA 0x855D # 0 +0x008FD9CB 0x855E # 0 +0x008FD9CC 0x855F # 0 +0x008FD9CD 0x8560 # 0 +0x008FD9CE 0x8561 # 0 +0x008FD9CF 0x8562 # 0 +0x008FD9D0 0x8564 # 0 +0x008FD9D1 0x856B # 0 +0x008FD9D2 0x856F # 0 +0x008FD9D3 0x8579 # 0 +0x008FD9D4 0x857A # 0 +0x008FD9D5 0x857B # 0 +0x008FD9D6 0x857D # 0 +0x008FD9D7 0x857F # 0 +0x008FD9D8 0x8581 # 0 +0x008FD9D9 0x8585 # 0 +0x008FD9DA 0x8586 # 0 +0x008FD9DB 0x8589 # 0 +0x008FD9DC 0x858B # 0 +0x008FD9DD 0x858C # 0 +0x008FD9DE 0x858F # 0 +0x008FD9DF 0x8593 # 0 +0x008FD9E0 0x8598 # 0 +0x008FD9E1 0x859D # 0 +0x008FD9E2 0x859F # 0 +0x008FD9E3 0x85A0 # 0 +0x008FD9E4 0x85A2 # 0 +0x008FD9E5 0x85A5 # 0 +0x008FD9E6 0x85A7 # 0 +0x008FD9E7 0x85B4 # 0 +0x008FD9E8 0x85B6 # 0 +0x008FD9E9 0x85B7 # 0 +0x008FD9EA 0x85B8 # 0 +0x008FD9EB 0x85BC # 0 +0x008FD9EC 0x85BD # 0 +0x008FD9ED 0x85BE # 0 +0x008FD9EE 0x85BF # 0 +0x008FD9EF 0x85C2 # 0 +0x008FD9F0 0x85C7 # 0 +0x008FD9F1 0x85CA # 0 +0x008FD9F2 0x85CB # 0 +0x008FD9F3 0x85CE # 0 +0x008FD9F4 0x85AD # 0 +0x008FD9F5 0x85D8 # 0 +0x008FD9F6 0x85DA # 0 +0x008FD9F7 0x85DF # 0 +0x008FD9F8 0x85E0 # 0 +0x008FD9F9 0x85E6 # 0 +0x008FD9FA 0x85E8 # 0 +0x008FD9FB 0x85ED # 0 +0x008FD9FC 0x85F3 # 0 +0x008FD9FD 0x85F6 # 0 +0x008FD9FE 0x85FC # 0 +0x008FDAA1 0x85FF # 0 +0x008FDAA2 0x8600 # 0 +0x008FDAA3 0x8604 # 0 +0x008FDAA4 0x8605 # 0 +0x008FDAA5 0x860D # 0 +0x008FDAA6 0x860E # 0 +0x008FDAA7 0x8610 # 0 +0x008FDAA8 0x8611 # 0 +0x008FDAA9 0x8612 # 0 +0x008FDAAA 0x8618 # 0 +0x008FDAAB 0x8619 # 0 +0x008FDAAC 0x861B # 0 +0x008FDAAD 0x861E # 0 +0x008FDAAE 0x8621 # 0 +0x008FDAAF 0x8627 # 0 +0x008FDAB0 0x8629 # 0 +0x008FDAB1 0x8636 # 0 +0x008FDAB2 0x8638 # 0 +0x008FDAB3 0x863A # 0 +0x008FDAB4 0x863C # 0 +0x008FDAB5 0x863D # 0 +0x008FDAB6 0x8640 # 0 +0x008FDAB7 0x8642 # 0 +0x008FDAB8 0x8646 # 0 +0x008FDAB9 0x8652 # 0 +0x008FDABA 0x8653 # 0 +0x008FDABB 0x8656 # 0 +0x008FDABC 0x8657 # 0 +0x008FDABD 0x8658 # 0 +0x008FDABE 0x8659 # 0 +0x008FDABF 0x865D # 0 +0x008FDAC0 0x8660 # 0 +0x008FDAC1 0x8661 # 0 +0x008FDAC2 0x8662 # 0 +0x008FDAC3 0x8663 # 0 +0x008FDAC4 0x8664 # 0 +0x008FDAC5 0x8669 # 0 +0x008FDAC6 0x866C # 0 +0x008FDAC7 0x866F # 0 +0x008FDAC8 0x8675 # 0 +0x008FDAC9 0x8676 # 0 +0x008FDACA 0x8677 # 0 +0x008FDACB 0x867A # 0 +0x008FDACC 0x868D # 0 +0x008FDACD 0x8691 # 0 +0x008FDACE 0x8696 # 0 +0x008FDACF 0x8698 # 0 +0x008FDAD0 0x869A # 0 +0x008FDAD1 0x869C # 0 +0x008FDAD2 0x86A1 # 0 +0x008FDAD3 0x86A6 # 0 +0x008FDAD4 0x86A7 # 0 +0x008FDAD5 0x86A8 # 0 +0x008FDAD6 0x86AD # 0 +0x008FDAD7 0x86B1 # 0 +0x008FDAD8 0x86B3 # 0 +0x008FDAD9 0x86B4 # 0 +0x008FDADA 0x86B5 # 0 +0x008FDADB 0x86B7 # 0 +0x008FDADC 0x86B8 # 0 +0x008FDADD 0x86B9 # 0 +0x008FDADE 0x86BF # 0 +0x008FDADF 0x86C0 # 0 +0x008FDAE0 0x86C1 # 0 +0x008FDAE1 0x86C3 # 0 +0x008FDAE2 0x86C5 # 0 +0x008FDAE3 0x86D1 # 0 +0x008FDAE4 0x86D2 # 0 +0x008FDAE5 0x86D5 # 0 +0x008FDAE6 0x86D7 # 0 +0x008FDAE7 0x86DA # 0 +0x008FDAE8 0x86DC # 0 +0x008FDAE9 0x86E0 # 0 +0x008FDAEA 0x86E3 # 0 +0x008FDAEB 0x86E5 # 0 +0x008FDAEC 0x86E7 # 0 +0x008FDAED 0x8688 # 0 +0x008FDAEE 0x86FA # 0 +0x008FDAEF 0x86FC # 0 +0x008FDAF0 0x86FD # 0 +0x008FDAF1 0x8704 # 0 +0x008FDAF2 0x8705 # 0 +0x008FDAF3 0x8707 # 0 +0x008FDAF4 0x870B # 0 +0x008FDAF5 0x870E # 0 +0x008FDAF6 0x870F # 0 +0x008FDAF7 0x8710 # 0 +0x008FDAF8 0x8713 # 0 +0x008FDAF9 0x8714 # 0 +0x008FDAFA 0x8719 # 0 +0x008FDAFB 0x871E # 0 +0x008FDAFC 0x871F # 0 +0x008FDAFD 0x8721 # 0 +0x008FDAFE 0x8723 # 0 +0x008FDBA1 0x8728 # 0 +0x008FDBA2 0x872E # 0 +0x008FDBA3 0x872F # 0 +0x008FDBA4 0x8731 # 0 +0x008FDBA5 0x8732 # 0 +0x008FDBA6 0x8739 # 0 +0x008FDBA7 0x873A # 0 +0x008FDBA8 0x873C # 0 +0x008FDBA9 0x873D # 0 +0x008FDBAA 0x873E # 0 +0x008FDBAB 0x8740 # 0 +0x008FDBAC 0x8743 # 0 +0x008FDBAD 0x8745 # 0 +0x008FDBAE 0x874D # 0 +0x008FDBAF 0x8758 # 0 +0x008FDBB0 0x875D # 0 +0x008FDBB1 0x8761 # 0 +0x008FDBB2 0x8764 # 0 +0x008FDBB3 0x8765 # 0 +0x008FDBB4 0x876F # 0 +0x008FDBB5 0x8771 # 0 +0x008FDBB6 0x8772 # 0 +0x008FDBB7 0x877B # 0 +0x008FDBB8 0x8783 # 0 +0x008FDBB9 0x8784 # 0 +0x008FDBBA 0x8785 # 0 +0x008FDBBB 0x8786 # 0 +0x008FDBBC 0x8787 # 0 +0x008FDBBD 0x8788 # 0 +0x008FDBBE 0x8789 # 0 +0x008FDBBF 0x878B # 0 +0x008FDBC0 0x878C # 0 +0x008FDBC1 0x8790 # 0 +0x008FDBC2 0x8793 # 0 +0x008FDBC3 0x8795 # 0 +0x008FDBC4 0x8797 # 0 +0x008FDBC5 0x8798 # 0 +0x008FDBC6 0x8799 # 0 +0x008FDBC7 0x879E # 0 +0x008FDBC8 0x87A0 # 0 +0x008FDBC9 0x87A3 # 0 +0x008FDBCA 0x87A7 # 0 +0x008FDBCB 0x87AC # 0 +0x008FDBCC 0x87AD # 0 +0x008FDBCD 0x87AE # 0 +0x008FDBCE 0x87B1 # 0 +0x008FDBCF 0x87B5 # 0 +0x008FDBD0 0x87BE # 0 +0x008FDBD1 0x87BF # 0 +0x008FDBD2 0x87C1 # 0 +0x008FDBD3 0x87C8 # 0 +0x008FDBD4 0x87C9 # 0 +0x008FDBD5 0x87CA # 0 +0x008FDBD6 0x87CE # 0 +0x008FDBD7 0x87D5 # 0 +0x008FDBD8 0x87D6 # 0 +0x008FDBD9 0x87D9 # 0 +0x008FDBDA 0x87DA # 0 +0x008FDBDB 0x87DC # 0 +0x008FDBDC 0x87DF # 0 +0x008FDBDD 0x87E2 # 0 +0x008FDBDE 0x87E3 # 0 +0x008FDBDF 0x87E4 # 0 +0x008FDBE0 0x87EA # 0 +0x008FDBE1 0x87EB # 0 +0x008FDBE2 0x87ED # 0 +0x008FDBE3 0x87F1 # 0 +0x008FDBE4 0x87F3 # 0 +0x008FDBE5 0x87F8 # 0 +0x008FDBE6 0x87FA # 0 +0x008FDBE7 0x87FF # 0 +0x008FDBE8 0x8801 # 0 +0x008FDBE9 0x8803 # 0 +0x008FDBEA 0x8806 # 0 +0x008FDBEB 0x8809 # 0 +0x008FDBEC 0x880A # 0 +0x008FDBED 0x880B # 0 +0x008FDBEE 0x8810 # 0 +0x008FDBEF 0x8819 # 0 +0x008FDBF0 0x8812 # 0 +0x008FDBF1 0x8813 # 0 +0x008FDBF2 0x8814 # 0 +0x008FDBF3 0x8818 # 0 +0x008FDBF4 0x881A # 0 +0x008FDBF5 0x881B # 0 +0x008FDBF6 0x881C # 0 +0x008FDBF7 0x881E # 0 +0x008FDBF8 0x881F # 0 +0x008FDBF9 0x8828 # 0 +0x008FDBFA 0x882D # 0 +0x008FDBFB 0x882E # 0 +0x008FDBFC 0x8830 # 0 +0x008FDBFD 0x8832 # 0 +0x008FDBFE 0x8835 # 0 +0x008FDCA1 0x883A # 0 +0x008FDCA2 0x883C # 0 +0x008FDCA3 0x8841 # 0 +0x008FDCA4 0x8843 # 0 +0x008FDCA5 0x8845 # 0 +0x008FDCA6 0x8848 # 0 +0x008FDCA7 0x8849 # 0 +0x008FDCA8 0x884A # 0 +0x008FDCA9 0x884B # 0 +0x008FDCAA 0x884E # 0 +0x008FDCAB 0x8851 # 0 +0x008FDCAC 0x8855 # 0 +0x008FDCAD 0x8856 # 0 +0x008FDCAE 0x8858 # 0 +0x008FDCAF 0x885A # 0 +0x008FDCB0 0x885C # 0 +0x008FDCB1 0x885F # 0 +0x008FDCB2 0x8860 # 0 +0x008FDCB3 0x8864 # 0 +0x008FDCB4 0x8869 # 0 +0x008FDCB5 0x8871 # 0 +0x008FDCB6 0x8879 # 0 +0x008FDCB7 0x887B # 0 +0x008FDCB8 0x8880 # 0 +0x008FDCB9 0x8898 # 0 +0x008FDCBA 0x889A # 0 +0x008FDCBB 0x889B # 0 +0x008FDCBC 0x889C # 0 +0x008FDCBD 0x889F # 0 +0x008FDCBE 0x88A0 # 0 +0x008FDCBF 0x88A8 # 0 +0x008FDCC0 0x88AA # 0 +0x008FDCC1 0x88BA # 0 +0x008FDCC2 0x88BD # 0 +0x008FDCC3 0x88BE # 0 +0x008FDCC4 0x88C0 # 0 +0x008FDCC5 0x88CA # 0 +0x008FDCC6 0x88CB # 0 +0x008FDCC7 0x88CC # 0 +0x008FDCC8 0x88CD # 0 +0x008FDCC9 0x88CE # 0 +0x008FDCCA 0x88D1 # 0 +0x008FDCCB 0x88D2 # 0 +0x008FDCCC 0x88D3 # 0 +0x008FDCCD 0x88DB # 0 +0x008FDCCE 0x88DE # 0 +0x008FDCCF 0x88E7 # 0 +0x008FDCD0 0x88EF # 0 +0x008FDCD1 0x88F0 # 0 +0x008FDCD2 0x88F1 # 0 +0x008FDCD3 0x88F5 # 0 +0x008FDCD4 0x88F7 # 0 +0x008FDCD5 0x8901 # 0 +0x008FDCD6 0x8906 # 0 +0x008FDCD7 0x890D # 0 +0x008FDCD8 0x890E # 0 +0x008FDCD9 0x890F # 0 +0x008FDCDA 0x8915 # 0 +0x008FDCDB 0x8916 # 0 +0x008FDCDC 0x8918 # 0 +0x008FDCDD 0x8919 # 0 +0x008FDCDE 0x891A # 0 +0x008FDCDF 0x891C # 0 +0x008FDCE0 0x8920 # 0 +0x008FDCE1 0x8926 # 0 +0x008FDCE2 0x8927 # 0 +0x008FDCE3 0x8928 # 0 +0x008FDCE4 0x8930 # 0 +0x008FDCE5 0x8931 # 0 +0x008FDCE6 0x8932 # 0 +0x008FDCE7 0x8935 # 0 +0x008FDCE8 0x8939 # 0 +0x008FDCE9 0x893A # 0 +0x008FDCEA 0x893E # 0 +0x008FDCEB 0x8940 # 0 +0x008FDCEC 0x8942 # 0 +0x008FDCED 0x8945 # 0 +0x008FDCEE 0x8946 # 0 +0x008FDCEF 0x8949 # 0 +0x008FDCF0 0x894F # 0 +0x008FDCF1 0x8952 # 0 +0x008FDCF2 0x8957 # 0 +0x008FDCF3 0x895A # 0 +0x008FDCF4 0x895B # 0 +0x008FDCF5 0x895C # 0 +0x008FDCF6 0x8961 # 0 +0x008FDCF7 0x8962 # 0 +0x008FDCF8 0x8963 # 0 +0x008FDCF9 0x896B # 0 +0x008FDCFA 0x896E # 0 +0x008FDCFB 0x8970 # 0 +0x008FDCFC 0x8973 # 0 +0x008FDCFD 0x8975 # 0 +0x008FDCFE 0x897A # 0 +0x008FDDA1 0x897B # 0 +0x008FDDA2 0x897C # 0 +0x008FDDA3 0x897D # 0 +0x008FDDA4 0x8989 # 0 +0x008FDDA5 0x898D # 0 +0x008FDDA6 0x8990 # 0 +0x008FDDA7 0x8994 # 0 +0x008FDDA8 0x8995 # 0 +0x008FDDA9 0x899B # 0 +0x008FDDAA 0x899C # 0 +0x008FDDAB 0x899F # 0 +0x008FDDAC 0x89A0 # 0 +0x008FDDAD 0x89A5 # 0 +0x008FDDAE 0x89B0 # 0 +0x008FDDAF 0x89B4 # 0 +0x008FDDB0 0x89B5 # 0 +0x008FDDB1 0x89B6 # 0 +0x008FDDB2 0x89B7 # 0 +0x008FDDB3 0x89BC # 0 +0x008FDDB4 0x89D4 # 0 +0x008FDDB5 0x89D5 # 0 +0x008FDDB6 0x89D6 # 0 +0x008FDDB7 0x89D7 # 0 +0x008FDDB8 0x89D8 # 0 +0x008FDDB9 0x89E5 # 0 +0x008FDDBA 0x89E9 # 0 +0x008FDDBB 0x89EB # 0 +0x008FDDBC 0x89ED # 0 +0x008FDDBD 0x89F1 # 0 +0x008FDDBE 0x89F3 # 0 +0x008FDDBF 0x89F6 # 0 +0x008FDDC0 0x89F9 # 0 +0x008FDDC1 0x89FD # 0 +0x008FDDC2 0x89FF # 0 +0x008FDDC3 0x8A04 # 0 +0x008FDDC4 0x8A05 # 0 +0x008FDDC5 0x8A07 # 0 +0x008FDDC6 0x8A0F # 0 +0x008FDDC7 0x8A11 # 0 +0x008FDDC8 0x8A12 # 0 +0x008FDDC9 0x8A14 # 0 +0x008FDDCA 0x8A15 # 0 +0x008FDDCB 0x8A1E # 0 +0x008FDDCC 0x8A20 # 0 +0x008FDDCD 0x8A22 # 0 +0x008FDDCE 0x8A24 # 0 +0x008FDDCF 0x8A26 # 0 +0x008FDDD0 0x8A2B # 0 +0x008FDDD1 0x8A2C # 0 +0x008FDDD2 0x8A2F # 0 +0x008FDDD3 0x8A35 # 0 +0x008FDDD4 0x8A37 # 0 +0x008FDDD5 0x8A3D # 0 +0x008FDDD6 0x8A3E # 0 +0x008FDDD7 0x8A40 # 0 +0x008FDDD8 0x8A43 # 0 +0x008FDDD9 0x8A45 # 0 +0x008FDDDA 0x8A47 # 0 +0x008FDDDB 0x8A49 # 0 +0x008FDDDC 0x8A4D # 0 +0x008FDDDD 0x8A4E # 0 +0x008FDDDE 0x8A53 # 0 +0x008FDDDF 0x8A56 # 0 +0x008FDDE0 0x8A57 # 0 +0x008FDDE1 0x8A58 # 0 +0x008FDDE2 0x8A5C # 0 +0x008FDDE3 0x8A5D # 0 +0x008FDDE4 0x8A61 # 0 +0x008FDDE5 0x8A65 # 0 +0x008FDDE6 0x8A67 # 0 +0x008FDDE7 0x8A75 # 0 +0x008FDDE8 0x8A76 # 0 +0x008FDDE9 0x8A77 # 0 +0x008FDDEA 0x8A79 # 0 +0x008FDDEB 0x8A7A # 0 +0x008FDDEC 0x8A7B # 0 +0x008FDDED 0x8A7E # 0 +0x008FDDEE 0x8A7F # 0 +0x008FDDEF 0x8A80 # 0 +0x008FDDF0 0x8A83 # 0 +0x008FDDF1 0x8A86 # 0 +0x008FDDF2 0x8A8B # 0 +0x008FDDF3 0x8A8F # 0 +0x008FDDF4 0x8A90 # 0 +0x008FDDF5 0x8A92 # 0 +0x008FDDF6 0x8A96 # 0 +0x008FDDF7 0x8A97 # 0 +0x008FDDF8 0x8A99 # 0 +0x008FDDF9 0x8A9F # 0 +0x008FDDFA 0x8AA7 # 0 +0x008FDDFB 0x8AA9 # 0 +0x008FDDFC 0x8AAE # 0 +0x008FDDFD 0x8AAF # 0 +0x008FDDFE 0x8AB3 # 0 +0x008FDEA1 0x8AB6 # 0 +0x008FDEA2 0x8AB7 # 0 +0x008FDEA3 0x8ABB # 0 +0x008FDEA4 0x8ABE # 0 +0x008FDEA5 0x8AC3 # 0 +0x008FDEA6 0x8AC6 # 0 +0x008FDEA7 0x8AC8 # 0 +0x008FDEA8 0x8AC9 # 0 +0x008FDEA9 0x8ACA # 0 +0x008FDEAA 0x8AD1 # 0 +0x008FDEAB 0x8AD3 # 0 +0x008FDEAC 0x8AD4 # 0 +0x008FDEAD 0x8AD5 # 0 +0x008FDEAE 0x8AD7 # 0 +0x008FDEAF 0x8ADD # 0 +0x008FDEB0 0x8ADF # 0 +0x008FDEB1 0x8AEC # 0 +0x008FDEB2 0x8AF0 # 0 +0x008FDEB3 0x8AF4 # 0 +0x008FDEB4 0x8AF5 # 0 +0x008FDEB5 0x8AF6 # 0 +0x008FDEB6 0x8AFC # 0 +0x008FDEB7 0x8AFF # 0 +0x008FDEB8 0x8B05 # 0 +0x008FDEB9 0x8B06 # 0 +0x008FDEBA 0x8B0B # 0 +0x008FDEBB 0x8B11 # 0 +0x008FDEBC 0x8B1C # 0 +0x008FDEBD 0x8B1E # 0 +0x008FDEBE 0x8B1F # 0 +0x008FDEBF 0x8B0A # 0 +0x008FDEC0 0x8B2D # 0 +0x008FDEC1 0x8B30 # 0 +0x008FDEC2 0x8B37 # 0 +0x008FDEC3 0x8B3C # 0 +0x008FDEC4 0x8B42 # 0 +0x008FDEC5 0x8B43 # 0 +0x008FDEC6 0x8B44 # 0 +0x008FDEC7 0x8B45 # 0 +0x008FDEC8 0x8B46 # 0 +0x008FDEC9 0x8B48 # 0 +0x008FDECA 0x8B52 # 0 +0x008FDECB 0x8B53 # 0 +0x008FDECC 0x8B54 # 0 +0x008FDECD 0x8B59 # 0 +0x008FDECE 0x8B4D # 0 +0x008FDECF 0x8B5E # 0 +0x008FDED0 0x8B63 # 0 +0x008FDED1 0x8B6D # 0 +0x008FDED2 0x8B76 # 0 +0x008FDED3 0x8B78 # 0 +0x008FDED4 0x8B79 # 0 +0x008FDED5 0x8B7C # 0 +0x008FDED6 0x8B7E # 0 +0x008FDED7 0x8B81 # 0 +0x008FDED8 0x8B84 # 0 +0x008FDED9 0x8B85 # 0 +0x008FDEDA 0x8B8B # 0 +0x008FDEDB 0x8B8D # 0 +0x008FDEDC 0x8B8F # 0 +0x008FDEDD 0x8B94 # 0 +0x008FDEDE 0x8B95 # 0 +0x008FDEDF 0x8B9C # 0 +0x008FDEE0 0x8B9E # 0 +0x008FDEE1 0x8B9F # 0 +0x008FDEE2 0x8C38 # 0 +0x008FDEE3 0x8C39 # 0 +0x008FDEE4 0x8C3D # 0 +0x008FDEE5 0x8C3E # 0 +0x008FDEE6 0x8C45 # 0 +0x008FDEE7 0x8C47 # 0 +0x008FDEE8 0x8C49 # 0 +0x008FDEE9 0x8C4B # 0 +0x008FDEEA 0x8C4F # 0 +0x008FDEEB 0x8C51 # 0 +0x008FDEEC 0x8C53 # 0 +0x008FDEED 0x8C54 # 0 +0x008FDEEE 0x8C57 # 0 +0x008FDEEF 0x8C58 # 0 +0x008FDEF0 0x8C5B # 0 +0x008FDEF1 0x8C5D # 0 +0x008FDEF2 0x8C59 # 0 +0x008FDEF3 0x8C63 # 0 +0x008FDEF4 0x8C64 # 0 +0x008FDEF5 0x8C66 # 0 +0x008FDEF6 0x8C68 # 0 +0x008FDEF7 0x8C69 # 0 +0x008FDEF8 0x8C6D # 0 +0x008FDEF9 0x8C73 # 0 +0x008FDEFA 0x8C75 # 0 +0x008FDEFB 0x8C76 # 0 +0x008FDEFC 0x8C7B # 0 +0x008FDEFD 0x8C7E # 0 +0x008FDEFE 0x8C86 # 0 +0x008FDFA1 0x8C87 # 0 +0x008FDFA2 0x8C8B # 0 +0x008FDFA3 0x8C90 # 0 +0x008FDFA4 0x8C92 # 0 +0x008FDFA5 0x8C93 # 0 +0x008FDFA6 0x8C99 # 0 +0x008FDFA7 0x8C9B # 0 +0x008FDFA8 0x8C9C # 0 +0x008FDFA9 0x8CA4 # 0 +0x008FDFAA 0x8CB9 # 0 +0x008FDFAB 0x8CBA # 0 +0x008FDFAC 0x8CC5 # 0 +0x008FDFAD 0x8CC6 # 0 +0x008FDFAE 0x8CC9 # 0 +0x008FDFAF 0x8CCB # 0 +0x008FDFB0 0x8CCF # 0 +0x008FDFB1 0x8CD6 # 0 +0x008FDFB2 0x8CD5 # 0 +0x008FDFB3 0x8CD9 # 0 +0x008FDFB4 0x8CDD # 0 +0x008FDFB5 0x8CE1 # 0 +0x008FDFB6 0x8CE8 # 0 +0x008FDFB7 0x8CEC # 0 +0x008FDFB8 0x8CEF # 0 +0x008FDFB9 0x8CF0 # 0 +0x008FDFBA 0x8CF2 # 0 +0x008FDFBB 0x8CF5 # 0 +0x008FDFBC 0x8CF7 # 0 +0x008FDFBD 0x8CF8 # 0 +0x008FDFBE 0x8CFE # 0 +0x008FDFBF 0x8CFF # 0 +0x008FDFC0 0x8D01 # 0 +0x008FDFC1 0x8D03 # 0 +0x008FDFC2 0x8D09 # 0 +0x008FDFC3 0x8D12 # 0 +0x008FDFC4 0x8D17 # 0 +0x008FDFC5 0x8D1B # 0 +0x008FDFC6 0x8D65 # 0 +0x008FDFC7 0x8D69 # 0 +0x008FDFC8 0x8D6C # 0 +0x008FDFC9 0x8D6E # 0 +0x008FDFCA 0x8D7F # 0 +0x008FDFCB 0x8D82 # 0 +0x008FDFCC 0x8D84 # 0 +0x008FDFCD 0x8D88 # 0 +0x008FDFCE 0x8D8D # 0 +0x008FDFCF 0x8D90 # 0 +0x008FDFD0 0x8D91 # 0 +0x008FDFD1 0x8D95 # 0 +0x008FDFD2 0x8D9E # 0 +0x008FDFD3 0x8D9F # 0 +0x008FDFD4 0x8DA0 # 0 +0x008FDFD5 0x8DA6 # 0 +0x008FDFD6 0x8DAB # 0 +0x008FDFD7 0x8DAC # 0 +0x008FDFD8 0x8DAF # 0 +0x008FDFD9 0x8DB2 # 0 +0x008FDFDA 0x8DB5 # 0 +0x008FDFDB 0x8DB7 # 0 +0x008FDFDC 0x8DB9 # 0 +0x008FDFDD 0x8DBB # 0 +0x008FDFDE 0x8DC0 # 0 +0x008FDFDF 0x8DC5 # 0 +0x008FDFE0 0x8DC6 # 0 +0x008FDFE1 0x8DC7 # 0 +0x008FDFE2 0x8DC8 # 0 +0x008FDFE3 0x8DCA # 0 +0x008FDFE4 0x8DCE # 0 +0x008FDFE5 0x8DD1 # 0 +0x008FDFE6 0x8DD4 # 0 +0x008FDFE7 0x8DD5 # 0 +0x008FDFE8 0x8DD7 # 0 +0x008FDFE9 0x8DD9 # 0 +0x008FDFEA 0x8DE4 # 0 +0x008FDFEB 0x8DE5 # 0 +0x008FDFEC 0x8DE7 # 0 +0x008FDFED 0x8DEC # 0 +0x008FDFEE 0x8DF0 # 0 +0x008FDFEF 0x8DBC # 0 +0x008FDFF0 0x8DF1 # 0 +0x008FDFF1 0x8DF2 # 0 +0x008FDFF2 0x8DF4 # 0 +0x008FDFF3 0x8DFD # 0 +0x008FDFF4 0x8E01 # 0 +0x008FDFF5 0x8E04 # 0 +0x008FDFF6 0x8E05 # 0 +0x008FDFF7 0x8E06 # 0 +0x008FDFF8 0x8E0B # 0 +0x008FDFF9 0x8E11 # 0 +0x008FDFFA 0x8E14 # 0 +0x008FDFFB 0x8E16 # 0 +0x008FDFFC 0x8E20 # 0 +0x008FDFFD 0x8E21 # 0 +0x008FDFFE 0x8E22 # 0 +0x008FE0A1 0x8E23 # 0 +0x008FE0A2 0x8E26 # 0 +0x008FE0A3 0x8E27 # 0 +0x008FE0A4 0x8E31 # 0 +0x008FE0A5 0x8E33 # 0 +0x008FE0A6 0x8E36 # 0 +0x008FE0A7 0x8E37 # 0 +0x008FE0A8 0x8E38 # 0 +0x008FE0A9 0x8E39 # 0 +0x008FE0AA 0x8E3D # 0 +0x008FE0AB 0x8E40 # 0 +0x008FE0AC 0x8E41 # 0 +0x008FE0AD 0x8E4B # 0 +0x008FE0AE 0x8E4D # 0 +0x008FE0AF 0x8E4E # 0 +0x008FE0B0 0x8E4F # 0 +0x008FE0B1 0x8E54 # 0 +0x008FE0B2 0x8E5B # 0 +0x008FE0B3 0x8E5C # 0 +0x008FE0B4 0x8E5D # 0 +0x008FE0B5 0x8E5E # 0 +0x008FE0B6 0x8E61 # 0 +0x008FE0B7 0x8E62 # 0 +0x008FE0B8 0x8E69 # 0 +0x008FE0B9 0x8E6C # 0 +0x008FE0BA 0x8E6D # 0 +0x008FE0BB 0x8E6F # 0 +0x008FE0BC 0x8E70 # 0 +0x008FE0BD 0x8E71 # 0 +0x008FE0BE 0x8E79 # 0 +0x008FE0BF 0x8E7A # 0 +0x008FE0C0 0x8E7B # 0 +0x008FE0C1 0x8E82 # 0 +0x008FE0C2 0x8E83 # 0 +0x008FE0C3 0x8E89 # 0 +0x008FE0C4 0x8E90 # 0 +0x008FE0C5 0x8E92 # 0 +0x008FE0C6 0x8E95 # 0 +0x008FE0C7 0x8E9A # 0 +0x008FE0C8 0x8E9B # 0 +0x008FE0C9 0x8E9D # 0 +0x008FE0CA 0x8E9E # 0 +0x008FE0CB 0x8EA2 # 0 +0x008FE0CC 0x8EA7 # 0 +0x008FE0CD 0x8EA9 # 0 +0x008FE0CE 0x8EAD # 0 +0x008FE0CF 0x8EAE # 0 +0x008FE0D0 0x8EB3 # 0 +0x008FE0D1 0x8EB5 # 0 +0x008FE0D2 0x8EBA # 0 +0x008FE0D3 0x8EBB # 0 +0x008FE0D4 0x8EC0 # 0 +0x008FE0D5 0x8EC1 # 0 +0x008FE0D6 0x8EC3 # 0 +0x008FE0D7 0x8EC4 # 0 +0x008FE0D8 0x8EC7 # 0 +0x008FE0D9 0x8ECF # 0 +0x008FE0DA 0x8ED1 # 0 +0x008FE0DB 0x8ED4 # 0 +0x008FE0DC 0x8EDC # 0 +0x008FE0DD 0x8EE8 # 0 +0x008FE0DE 0x8EEE # 0 +0x008FE0DF 0x8EF0 # 0 +0x008FE0E0 0x8EF1 # 0 +0x008FE0E1 0x8EF7 # 0 +0x008FE0E2 0x8EF9 # 0 +0x008FE0E3 0x8EFA # 0 +0x008FE0E4 0x8EED # 0 +0x008FE0E5 0x8F00 # 0 +0x008FE0E6 0x8F02 # 0 +0x008FE0E7 0x8F07 # 0 +0x008FE0E8 0x8F08 # 0 +0x008FE0E9 0x8F0F # 0 +0x008FE0EA 0x8F10 # 0 +0x008FE0EB 0x8F16 # 0 +0x008FE0EC 0x8F17 # 0 +0x008FE0ED 0x8F18 # 0 +0x008FE0EE 0x8F1E # 0 +0x008FE0EF 0x8F20 # 0 +0x008FE0F0 0x8F21 # 0 +0x008FE0F1 0x8F23 # 0 +0x008FE0F2 0x8F25 # 0 +0x008FE0F3 0x8F27 # 0 +0x008FE0F4 0x8F28 # 0 +0x008FE0F5 0x8F2C # 0 +0x008FE0F6 0x8F2D # 0 +0x008FE0F7 0x8F2E # 0 +0x008FE0F8 0x8F34 # 0 +0x008FE0F9 0x8F35 # 0 +0x008FE0FA 0x8F36 # 0 +0x008FE0FB 0x8F37 # 0 +0x008FE0FC 0x8F3A # 0 +0x008FE0FD 0x8F40 # 0 +0x008FE0FE 0x8F41 # 0 +0x008FE1A1 0x8F43 # 0 +0x008FE1A2 0x8F47 # 0 +0x008FE1A3 0x8F4F # 0 +0x008FE1A4 0x8F51 # 0 +0x008FE1A5 0x8F52 # 0 +0x008FE1A6 0x8F53 # 0 +0x008FE1A7 0x8F54 # 0 +0x008FE1A8 0x8F55 # 0 +0x008FE1A9 0x8F58 # 0 +0x008FE1AA 0x8F5D # 0 +0x008FE1AB 0x8F5E # 0 +0x008FE1AC 0x8F65 # 0 +0x008FE1AD 0x8F9D # 0 +0x008FE1AE 0x8FA0 # 0 +0x008FE1AF 0x8FA1 # 0 +0x008FE1B0 0x8FA4 # 0 +0x008FE1B1 0x8FA5 # 0 +0x008FE1B2 0x8FA6 # 0 +0x008FE1B3 0x8FB5 # 0 +0x008FE1B4 0x8FB6 # 0 +0x008FE1B5 0x8FB8 # 0 +0x008FE1B6 0x8FBE # 0 +0x008FE1B7 0x8FC0 # 0 +0x008FE1B8 0x8FC1 # 0 +0x008FE1B9 0x8FC6 # 0 +0x008FE1BA 0x8FCA # 0 +0x008FE1BB 0x8FCB # 0 +0x008FE1BC 0x8FCD # 0 +0x008FE1BD 0x8FD0 # 0 +0x008FE1BE 0x8FD2 # 0 +0x008FE1BF 0x8FD3 # 0 +0x008FE1C0 0x8FD5 # 0 +0x008FE1C1 0x8FE0 # 0 +0x008FE1C2 0x8FE3 # 0 +0x008FE1C3 0x8FE4 # 0 +0x008FE1C4 0x8FE8 # 0 +0x008FE1C5 0x8FEE # 0 +0x008FE1C6 0x8FF1 # 0 +0x008FE1C7 0x8FF5 # 0 +0x008FE1C8 0x8FF6 # 0 +0x008FE1C9 0x8FFB # 0 +0x008FE1CA 0x8FFE # 0 +0x008FE1CB 0x9002 # 0 +0x008FE1CC 0x9004 # 0 +0x008FE1CD 0x9008 # 0 +0x008FE1CE 0x900C # 0 +0x008FE1CF 0x9018 # 0 +0x008FE1D0 0x901B # 0 +0x008FE1D1 0x9028 # 0 +0x008FE1D2 0x9029 # 0 +0x008FE1D3 0x902F # 0 +0x008FE1D4 0x902A # 0 +0x008FE1D5 0x902C # 0 +0x008FE1D6 0x902D # 0 +0x008FE1D7 0x9033 # 0 +0x008FE1D8 0x9034 # 0 +0x008FE1D9 0x9037 # 0 +0x008FE1DA 0x903F # 0 +0x008FE1DB 0x9043 # 0 +0x008FE1DC 0x9044 # 0 +0x008FE1DD 0x904C # 0 +0x008FE1DE 0x905B # 0 +0x008FE1DF 0x905D # 0 +0x008FE1E0 0x9062 # 0 +0x008FE1E1 0x9066 # 0 +0x008FE1E2 0x9067 # 0 +0x008FE1E3 0x906C # 0 +0x008FE1E4 0x9070 # 0 +0x008FE1E5 0x9074 # 0 +0x008FE1E6 0x9079 # 0 +0x008FE1E7 0x9085 # 0 +0x008FE1E8 0x9088 # 0 +0x008FE1E9 0x908B # 0 +0x008FE1EA 0x908C # 0 +0x008FE1EB 0x908E # 0 +0x008FE1EC 0x9090 # 0 +0x008FE1ED 0x9095 # 0 +0x008FE1EE 0x9097 # 0 +0x008FE1EF 0x9098 # 0 +0x008FE1F0 0x9099 # 0 +0x008FE1F1 0x909B # 0 +0x008FE1F2 0x90A0 # 0 +0x008FE1F3 0x90A1 # 0 +0x008FE1F4 0x90A2 # 0 +0x008FE1F5 0x90A5 # 0 +0x008FE1F6 0x90B0 # 0 +0x008FE1F7 0x90B2 # 0 +0x008FE1F8 0x90B3 # 0 +0x008FE1F9 0x90B4 # 0 +0x008FE1FA 0x90B6 # 0 +0x008FE1FB 0x90BD # 0 +0x008FE1FC 0x90CC # 0 +0x008FE1FD 0x90BE # 0 +0x008FE1FE 0x90C3 # 0 +0x008FE2A1 0x90C4 # 0 +0x008FE2A2 0x90C5 # 0 +0x008FE2A3 0x90C7 # 0 +0x008FE2A4 0x90C8 # 0 +0x008FE2A5 0x90D5 # 0 +0x008FE2A6 0x90D7 # 0 +0x008FE2A7 0x90D8 # 0 +0x008FE2A8 0x90D9 # 0 +0x008FE2A9 0x90DC # 0 +0x008FE2AA 0x90DD # 0 +0x008FE2AB 0x90DF # 0 +0x008FE2AC 0x90E5 # 0 +0x008FE2AD 0x90D2 # 0 +0x008FE2AE 0x90F6 # 0 +0x008FE2AF 0x90EB # 0 +0x008FE2B0 0x90EF # 0 +0x008FE2B1 0x90F0 # 0 +0x008FE2B2 0x90F4 # 0 +0x008FE2B3 0x90FE # 0 +0x008FE2B4 0x90FF # 0 +0x008FE2B5 0x9100 # 0 +0x008FE2B6 0x9104 # 0 +0x008FE2B7 0x9105 # 0 +0x008FE2B8 0x9106 # 0 +0x008FE2B9 0x9108 # 0 +0x008FE2BA 0x910D # 0 +0x008FE2BB 0x9110 # 0 +0x008FE2BC 0x9114 # 0 +0x008FE2BD 0x9116 # 0 +0x008FE2BE 0x9117 # 0 +0x008FE2BF 0x9118 # 0 +0x008FE2C0 0x911A # 0 +0x008FE2C1 0x911C # 0 +0x008FE2C2 0x911E # 0 +0x008FE2C3 0x9120 # 0 +0x008FE2C4 0x9125 # 0 +0x008FE2C5 0x9122 # 0 +0x008FE2C6 0x9123 # 0 +0x008FE2C7 0x9127 # 0 +0x008FE2C8 0x9129 # 0 +0x008FE2C9 0x912E # 0 +0x008FE2CA 0x912F # 0 +0x008FE2CB 0x9131 # 0 +0x008FE2CC 0x9134 # 0 +0x008FE2CD 0x9136 # 0 +0x008FE2CE 0x9137 # 0 +0x008FE2CF 0x9139 # 0 +0x008FE2D0 0x913A # 0 +0x008FE2D1 0x913C # 0 +0x008FE2D2 0x913D # 0 +0x008FE2D3 0x9143 # 0 +0x008FE2D4 0x9147 # 0 +0x008FE2D5 0x9148 # 0 +0x008FE2D6 0x914F # 0 +0x008FE2D7 0x9153 # 0 +0x008FE2D8 0x9157 # 0 +0x008FE2D9 0x9159 # 0 +0x008FE2DA 0x915A # 0 +0x008FE2DB 0x915B # 0 +0x008FE2DC 0x9161 # 0 +0x008FE2DD 0x9164 # 0 +0x008FE2DE 0x9167 # 0 +0x008FE2DF 0x916D # 0 +0x008FE2E0 0x9174 # 0 +0x008FE2E1 0x9179 # 0 +0x008FE2E2 0x917A # 0 +0x008FE2E3 0x917B # 0 +0x008FE2E4 0x9181 # 0 +0x008FE2E5 0x9183 # 0 +0x008FE2E6 0x9185 # 0 +0x008FE2E7 0x9186 # 0 +0x008FE2E8 0x918A # 0 +0x008FE2E9 0x918E # 0 +0x008FE2EA 0x9191 # 0 +0x008FE2EB 0x9193 # 0 +0x008FE2EC 0x9194 # 0 +0x008FE2ED 0x9195 # 0 +0x008FE2EE 0x9198 # 0 +0x008FE2EF 0x919E # 0 +0x008FE2F0 0x91A1 # 0 +0x008FE2F1 0x91A6 # 0 +0x008FE2F2 0x91A8 # 0 +0x008FE2F3 0x91AC # 0 +0x008FE2F4 0x91AD # 0 +0x008FE2F5 0x91AE # 0 +0x008FE2F6 0x91B0 # 0 +0x008FE2F7 0x91B1 # 0 +0x008FE2F8 0x91B2 # 0 +0x008FE2F9 0x91B3 # 0 +0x008FE2FA 0x91B6 # 0 +0x008FE2FB 0x91BB # 0 +0x008FE2FC 0x91BC # 0 +0x008FE2FD 0x91BD # 0 +0x008FE2FE 0x91BF # 0 +0x008FE3A1 0x91C2 # 0 +0x008FE3A2 0x91C3 # 0 +0x008FE3A3 0x91C5 # 0 +0x008FE3A4 0x91D3 # 0 +0x008FE3A5 0x91D4 # 0 +0x008FE3A6 0x91D7 # 0 +0x008FE3A7 0x91D9 # 0 +0x008FE3A8 0x91DA # 0 +0x008FE3A9 0x91DE # 0 +0x008FE3AA 0x91E4 # 0 +0x008FE3AB 0x91E5 # 0 +0x008FE3AC 0x91E9 # 0 +0x008FE3AD 0x91EA # 0 +0x008FE3AE 0x91EC # 0 +0x008FE3AF 0x91ED # 0 +0x008FE3B0 0x91EE # 0 +0x008FE3B1 0x91EF # 0 +0x008FE3B2 0x91F0 # 0 +0x008FE3B3 0x91F1 # 0 +0x008FE3B4 0x91F7 # 0 +0x008FE3B5 0x91F9 # 0 +0x008FE3B6 0x91FB # 0 +0x008FE3B7 0x91FD # 0 +0x008FE3B8 0x9200 # 0 +0x008FE3B9 0x9201 # 0 +0x008FE3BA 0x9204 # 0 +0x008FE3BB 0x9205 # 0 +0x008FE3BC 0x9206 # 0 +0x008FE3BD 0x9207 # 0 +0x008FE3BE 0x9209 # 0 +0x008FE3BF 0x920A # 0 +0x008FE3C0 0x920C # 0 +0x008FE3C1 0x9210 # 0 +0x008FE3C2 0x9212 # 0 +0x008FE3C3 0x9213 # 0 +0x008FE3C4 0x9216 # 0 +0x008FE3C5 0x9218 # 0 +0x008FE3C6 0x921C # 0 +0x008FE3C7 0x921D # 0 +0x008FE3C8 0x9223 # 0 +0x008FE3C9 0x9224 # 0 +0x008FE3CA 0x9225 # 0 +0x008FE3CB 0x9226 # 0 +0x008FE3CC 0x9228 # 0 +0x008FE3CD 0x922E # 0 +0x008FE3CE 0x922F # 0 +0x008FE3CF 0x9230 # 0 +0x008FE3D0 0x9233 # 0 +0x008FE3D1 0x9235 # 0 +0x008FE3D2 0x9236 # 0 +0x008FE3D3 0x9238 # 0 +0x008FE3D4 0x9239 # 0 +0x008FE3D5 0x923A # 0 +0x008FE3D6 0x923C # 0 +0x008FE3D7 0x923E # 0 +0x008FE3D8 0x9240 # 0 +0x008FE3D9 0x9242 # 0 +0x008FE3DA 0x9243 # 0 +0x008FE3DB 0x9246 # 0 +0x008FE3DC 0x9247 # 0 +0x008FE3DD 0x924A # 0 +0x008FE3DE 0x924D # 0 +0x008FE3DF 0x924E # 0 +0x008FE3E0 0x924F # 0 +0x008FE3E1 0x9251 # 0 +0x008FE3E2 0x9258 # 0 +0x008FE3E3 0x9259 # 0 +0x008FE3E4 0x925C # 0 +0x008FE3E5 0x925D # 0 +0x008FE3E6 0x9260 # 0 +0x008FE3E7 0x9261 # 0 +0x008FE3E8 0x9265 # 0 +0x008FE3E9 0x9267 # 0 +0x008FE3EA 0x9268 # 0 +0x008FE3EB 0x9269 # 0 +0x008FE3EC 0x926E # 0 +0x008FE3ED 0x926F # 0 +0x008FE3EE 0x9270 # 0 +0x008FE3EF 0x9275 # 0 +0x008FE3F0 0x9276 # 0 +0x008FE3F1 0x9277 # 0 +0x008FE3F2 0x9278 # 0 +0x008FE3F3 0x9279 # 0 +0x008FE3F4 0x927B # 0 +0x008FE3F5 0x927C # 0 +0x008FE3F6 0x927D # 0 +0x008FE3F7 0x927F # 0 +0x008FE3F8 0x9288 # 0 +0x008FE3F9 0x9289 # 0 +0x008FE3FA 0x928A # 0 +0x008FE3FB 0x928D # 0 +0x008FE3FC 0x928E # 0 +0x008FE3FD 0x9292 # 0 +0x008FE3FE 0x9297 # 0 +0x008FE4A1 0x9299 # 0 +0x008FE4A2 0x929F # 0 +0x008FE4A3 0x92A0 # 0 +0x008FE4A4 0x92A4 # 0 +0x008FE4A5 0x92A5 # 0 +0x008FE4A6 0x92A7 # 0 +0x008FE4A7 0x92A8 # 0 +0x008FE4A8 0x92AB # 0 +0x008FE4A9 0x92AF # 0 +0x008FE4AA 0x92B2 # 0 +0x008FE4AB 0x92B6 # 0 +0x008FE4AC 0x92B8 # 0 +0x008FE4AD 0x92BA # 0 +0x008FE4AE 0x92BB # 0 +0x008FE4AF 0x92BC # 0 +0x008FE4B0 0x92BD # 0 +0x008FE4B1 0x92BF # 0 +0x008FE4B2 0x92C0 # 0 +0x008FE4B3 0x92C1 # 0 +0x008FE4B4 0x92C2 # 0 +0x008FE4B5 0x92C3 # 0 +0x008FE4B6 0x92C5 # 0 +0x008FE4B7 0x92C6 # 0 +0x008FE4B8 0x92C7 # 0 +0x008FE4B9 0x92C8 # 0 +0x008FE4BA 0x92CB # 0 +0x008FE4BB 0x92CC # 0 +0x008FE4BC 0x92CD # 0 +0x008FE4BD 0x92CE # 0 +0x008FE4BE 0x92D0 # 0 +0x008FE4BF 0x92D3 # 0 +0x008FE4C0 0x92D5 # 0 +0x008FE4C1 0x92D7 # 0 +0x008FE4C2 0x92D8 # 0 +0x008FE4C3 0x92D9 # 0 +0x008FE4C4 0x92DC # 0 +0x008FE4C5 0x92DD # 0 +0x008FE4C6 0x92DF # 0 +0x008FE4C7 0x92E0 # 0 +0x008FE4C8 0x92E1 # 0 +0x008FE4C9 0x92E3 # 0 +0x008FE4CA 0x92E5 # 0 +0x008FE4CB 0x92E7 # 0 +0x008FE4CC 0x92E8 # 0 +0x008FE4CD 0x92EC # 0 +0x008FE4CE 0x92EE # 0 +0x008FE4CF 0x92F0 # 0 +0x008FE4D0 0x92F9 # 0 +0x008FE4D1 0x92FB # 0 +0x008FE4D2 0x92FF # 0 +0x008FE4D3 0x9300 # 0 +0x008FE4D4 0x9302 # 0 +0x008FE4D5 0x9308 # 0 +0x008FE4D6 0x930D # 0 +0x008FE4D7 0x9311 # 0 +0x008FE4D8 0x9314 # 0 +0x008FE4D9 0x9315 # 0 +0x008FE4DA 0x931C # 0 +0x008FE4DB 0x931D # 0 +0x008FE4DC 0x931E # 0 +0x008FE4DD 0x931F # 0 +0x008FE4DE 0x9321 # 0 +0x008FE4DF 0x9324 # 0 +0x008FE4E0 0x9325 # 0 +0x008FE4E1 0x9327 # 0 +0x008FE4E2 0x9329 # 0 +0x008FE4E3 0x932A # 0 +0x008FE4E4 0x9333 # 0 +0x008FE4E5 0x9334 # 0 +0x008FE4E6 0x9336 # 0 +0x008FE4E7 0x9337 # 0 +0x008FE4E8 0x9347 # 0 +0x008FE4E9 0x9348 # 0 +0x008FE4EA 0x9349 # 0 +0x008FE4EB 0x9350 # 0 +0x008FE4EC 0x9351 # 0 +0x008FE4ED 0x9352 # 0 +0x008FE4EE 0x9355 # 0 +0x008FE4EF 0x9357 # 0 +0x008FE4F0 0x9358 # 0 +0x008FE4F1 0x935A # 0 +0x008FE4F2 0x935E # 0 +0x008FE4F3 0x9364 # 0 +0x008FE4F4 0x9365 # 0 +0x008FE4F5 0x9367 # 0 +0x008FE4F6 0x9369 # 0 +0x008FE4F7 0x936A # 0 +0x008FE4F8 0x936D # 0 +0x008FE4F9 0x936F # 0 +0x008FE4FA 0x9370 # 0 +0x008FE4FB 0x9371 # 0 +0x008FE4FC 0x9373 # 0 +0x008FE4FD 0x9374 # 0 +0x008FE4FE 0x9376 # 0 +0x008FE5A1 0x937A # 0 +0x008FE5A2 0x937D # 0 +0x008FE5A3 0x937F # 0 +0x008FE5A4 0x9380 # 0 +0x008FE5A5 0x9381 # 0 +0x008FE5A6 0x9382 # 0 +0x008FE5A7 0x9388 # 0 +0x008FE5A8 0x938A # 0 +0x008FE5A9 0x938B # 0 +0x008FE5AA 0x938D # 0 +0x008FE5AB 0x938F # 0 +0x008FE5AC 0x9392 # 0 +0x008FE5AD 0x9395 # 0 +0x008FE5AE 0x9398 # 0 +0x008FE5AF 0x939B # 0 +0x008FE5B0 0x939E # 0 +0x008FE5B1 0x93A1 # 0 +0x008FE5B2 0x93A3 # 0 +0x008FE5B3 0x93A4 # 0 +0x008FE5B4 0x93A6 # 0 +0x008FE5B5 0x93A8 # 0 +0x008FE5B6 0x93AB # 0 +0x008FE5B7 0x93B4 # 0 +0x008FE5B8 0x93B5 # 0 +0x008FE5B9 0x93B6 # 0 +0x008FE5BA 0x93BA # 0 +0x008FE5BB 0x93A9 # 0 +0x008FE5BC 0x93C1 # 0 +0x008FE5BD 0x93C4 # 0 +0x008FE5BE 0x93C5 # 0 +0x008FE5BF 0x93C6 # 0 +0x008FE5C0 0x93C7 # 0 +0x008FE5C1 0x93C9 # 0 +0x008FE5C2 0x93CA # 0 +0x008FE5C3 0x93CB # 0 +0x008FE5C4 0x93CC # 0 +0x008FE5C5 0x93CD # 0 +0x008FE5C6 0x93D3 # 0 +0x008FE5C7 0x93D9 # 0 +0x008FE5C8 0x93DC # 0 +0x008FE5C9 0x93DE # 0 +0x008FE5CA 0x93DF # 0 +0x008FE5CB 0x93E2 # 0 +0x008FE5CC 0x93E6 # 0 +0x008FE5CD 0x93E7 # 0 +0x008FE5CE 0x93F9 # 0 +0x008FE5CF 0x93F7 # 0 +0x008FE5D0 0x93F8 # 0 +0x008FE5D1 0x93FA # 0 +0x008FE5D2 0x93FB # 0 +0x008FE5D3 0x93FD # 0 +0x008FE5D4 0x9401 # 0 +0x008FE5D5 0x9402 # 0 +0x008FE5D6 0x9404 # 0 +0x008FE5D7 0x9408 # 0 +0x008FE5D8 0x9409 # 0 +0x008FE5D9 0x940D # 0 +0x008FE5DA 0x940E # 0 +0x008FE5DB 0x940F # 0 +0x008FE5DC 0x9415 # 0 +0x008FE5DD 0x9416 # 0 +0x008FE5DE 0x9417 # 0 +0x008FE5DF 0x941F # 0 +0x008FE5E0 0x942E # 0 +0x008FE5E1 0x942F # 0 +0x008FE5E2 0x9431 # 0 +0x008FE5E3 0x9432 # 0 +0x008FE5E4 0x9433 # 0 +0x008FE5E5 0x9434 # 0 +0x008FE5E6 0x943B # 0 +0x008FE5E7 0x943F # 0 +0x008FE5E8 0x943D # 0 +0x008FE5E9 0x9443 # 0 +0x008FE5EA 0x9445 # 0 +0x008FE5EB 0x9448 # 0 +0x008FE5EC 0x944A # 0 +0x008FE5ED 0x944C # 0 +0x008FE5EE 0x9455 # 0 +0x008FE5EF 0x9459 # 0 +0x008FE5F0 0x945C # 0 +0x008FE5F1 0x945F # 0 +0x008FE5F2 0x9461 # 0 +0x008FE5F3 0x9463 # 0 +0x008FE5F4 0x9468 # 0 +0x008FE5F5 0x946B # 0 +0x008FE5F6 0x946D # 0 +0x008FE5F7 0x946E # 0 +0x008FE5F8 0x946F # 0 +0x008FE5F9 0x9471 # 0 +0x008FE5FA 0x9472 # 0 +0x008FE5FB 0x9484 # 0 +0x008FE5FC 0x9483 # 0 +0x008FE5FD 0x9578 # 0 +0x008FE5FE 0x9579 # 0 +0x008FE6A1 0x957E # 0 +0x008FE6A2 0x9584 # 0 +0x008FE6A3 0x9588 # 0 +0x008FE6A4 0x958C # 0 +0x008FE6A5 0x958D # 0 +0x008FE6A6 0x958E # 0 +0x008FE6A7 0x959D # 0 +0x008FE6A8 0x959E # 0 +0x008FE6A9 0x959F # 0 +0x008FE6AA 0x95A1 # 0 +0x008FE6AB 0x95A6 # 0 +0x008FE6AC 0x95A9 # 0 +0x008FE6AD 0x95AB # 0 +0x008FE6AE 0x95AC # 0 +0x008FE6AF 0x95B4 # 0 +0x008FE6B0 0x95B6 # 0 +0x008FE6B1 0x95BA # 0 +0x008FE6B2 0x95BD # 0 +0x008FE6B3 0x95BF # 0 +0x008FE6B4 0x95C6 # 0 +0x008FE6B5 0x95C8 # 0 +0x008FE6B6 0x95C9 # 0 +0x008FE6B7 0x95CB # 0 +0x008FE6B8 0x95D0 # 0 +0x008FE6B9 0x95D1 # 0 +0x008FE6BA 0x95D2 # 0 +0x008FE6BB 0x95D3 # 0 +0x008FE6BC 0x95D9 # 0 +0x008FE6BD 0x95DA # 0 +0x008FE6BE 0x95DD # 0 +0x008FE6BF 0x95DE # 0 +0x008FE6C0 0x95DF # 0 +0x008FE6C1 0x95E0 # 0 +0x008FE6C2 0x95E4 # 0 +0x008FE6C3 0x95E6 # 0 +0x008FE6C4 0x961D # 0 +0x008FE6C5 0x961E # 0 +0x008FE6C6 0x9622 # 0 +0x008FE6C7 0x9624 # 0 +0x008FE6C8 0x9625 # 0 +0x008FE6C9 0x9626 # 0 +0x008FE6CA 0x962C # 0 +0x008FE6CB 0x9631 # 0 +0x008FE6CC 0x9633 # 0 +0x008FE6CD 0x9637 # 0 +0x008FE6CE 0x9638 # 0 +0x008FE6CF 0x9639 # 0 +0x008FE6D0 0x963A # 0 +0x008FE6D1 0x963C # 0 +0x008FE6D2 0x963D # 0 +0x008FE6D3 0x9641 # 0 +0x008FE6D4 0x9652 # 0 +0x008FE6D5 0x9654 # 0 +0x008FE6D6 0x9656 # 0 +0x008FE6D7 0x9657 # 0 +0x008FE6D8 0x9658 # 0 +0x008FE6D9 0x9661 # 0 +0x008FE6DA 0x966E # 0 +0x008FE6DB 0x9674 # 0 +0x008FE6DC 0x967B # 0 +0x008FE6DD 0x967C # 0 +0x008FE6DE 0x967E # 0 +0x008FE6DF 0x967F # 0 +0x008FE6E0 0x9681 # 0 +0x008FE6E1 0x9682 # 0 +0x008FE6E2 0x9683 # 0 +0x008FE6E3 0x9684 # 0 +0x008FE6E4 0x9689 # 0 +0x008FE6E5 0x9691 # 0 +0x008FE6E6 0x9696 # 0 +0x008FE6E7 0x969A # 0 +0x008FE6E8 0x969D # 0 +0x008FE6E9 0x969F # 0 +0x008FE6EA 0x96A4 # 0 +0x008FE6EB 0x96A5 # 0 +0x008FE6EC 0x96A6 # 0 +0x008FE6ED 0x96A9 # 0 +0x008FE6EE 0x96AE # 0 +0x008FE6EF 0x96AF # 0 +0x008FE6F0 0x96B3 # 0 +0x008FE6F1 0x96BA # 0 +0x008FE6F2 0x96CA # 0 +0x008FE6F3 0x96D2 # 0 +0x008FE6F4 0x5DB2 # 0 +0x008FE6F5 0x96D8 # 0 +0x008FE6F6 0x96DA # 0 +0x008FE6F7 0x96DD # 0 +0x008FE6F8 0x96DE # 0 +0x008FE6F9 0x96DF # 0 +0x008FE6FA 0x96E9 # 0 +0x008FE6FB 0x96EF # 0 +0x008FE6FC 0x96F1 # 0 +0x008FE6FD 0x96FA # 0 +0x008FE6FE 0x9702 # 0 +0x008FE7A1 0x9703 # 0 +0x008FE7A2 0x9705 # 0 +0x008FE7A3 0x9709 # 0 +0x008FE7A4 0x971A # 0 +0x008FE7A5 0x971B # 0 +0x008FE7A6 0x971D # 0 +0x008FE7A7 0x9721 # 0 +0x008FE7A8 0x9722 # 0 +0x008FE7A9 0x9723 # 0 +0x008FE7AA 0x9728 # 0 +0x008FE7AB 0x9731 # 0 +0x008FE7AC 0x9733 # 0 +0x008FE7AD 0x9741 # 0 +0x008FE7AE 0x9743 # 0 +0x008FE7AF 0x974A # 0 +0x008FE7B0 0x974E # 0 +0x008FE7B1 0x974F # 0 +0x008FE7B2 0x9755 # 0 +0x008FE7B3 0x9757 # 0 +0x008FE7B4 0x9758 # 0 +0x008FE7B5 0x975A # 0 +0x008FE7B6 0x975B # 0 +0x008FE7B7 0x9763 # 0 +0x008FE7B8 0x9767 # 0 +0x008FE7B9 0x976A # 0 +0x008FE7BA 0x976E # 0 +0x008FE7BB 0x9773 # 0 +0x008FE7BC 0x9776 # 0 +0x008FE7BD 0x9777 # 0 +0x008FE7BE 0x9778 # 0 +0x008FE7BF 0x977B # 0 +0x008FE7C0 0x977D # 0 +0x008FE7C1 0x977F # 0 +0x008FE7C2 0x9780 # 0 +0x008FE7C3 0x9789 # 0 +0x008FE7C4 0x9795 # 0 +0x008FE7C5 0x9796 # 0 +0x008FE7C6 0x9797 # 0 +0x008FE7C7 0x9799 # 0 +0x008FE7C8 0x979A # 0 +0x008FE7C9 0x979E # 0 +0x008FE7CA 0x979F # 0 +0x008FE7CB 0x97A2 # 0 +0x008FE7CC 0x97AC # 0 +0x008FE7CD 0x97AE # 0 +0x008FE7CE 0x97B1 # 0 +0x008FE7CF 0x97B2 # 0 +0x008FE7D0 0x97B5 # 0 +0x008FE7D1 0x97B6 # 0 +0x008FE7D2 0x97B8 # 0 +0x008FE7D3 0x97B9 # 0 +0x008FE7D4 0x97BA # 0 +0x008FE7D5 0x97BC # 0 +0x008FE7D6 0x97BE # 0 +0x008FE7D7 0x97BF # 0 +0x008FE7D8 0x97C1 # 0 +0x008FE7D9 0x97C4 # 0 +0x008FE7DA 0x97C5 # 0 +0x008FE7DB 0x97C7 # 0 +0x008FE7DC 0x97C9 # 0 +0x008FE7DD 0x97CA # 0 +0x008FE7DE 0x97CC # 0 +0x008FE7DF 0x97CD # 0 +0x008FE7E0 0x97CE # 0 +0x008FE7E1 0x97D0 # 0 +0x008FE7E2 0x97D1 # 0 +0x008FE7E3 0x97D4 # 0 +0x008FE7E4 0x97D7 # 0 +0x008FE7E5 0x97D8 # 0 +0x008FE7E6 0x97D9 # 0 +0x008FE7E7 0x97DD # 0 +0x008FE7E8 0x97DE # 0 +0x008FE7E9 0x97E0 # 0 +0x008FE7EA 0x97DB # 0 +0x008FE7EB 0x97E1 # 0 +0x008FE7EC 0x97E4 # 0 +0x008FE7ED 0x97EF # 0 +0x008FE7EE 0x97F1 # 0 +0x008FE7EF 0x97F4 # 0 +0x008FE7F0 0x97F7 # 0 +0x008FE7F1 0x97F8 # 0 +0x008FE7F2 0x97FA # 0 +0x008FE7F3 0x9807 # 0 +0x008FE7F4 0x980A # 0 +0x008FE7F5 0x9819 # 0 +0x008FE7F6 0x980D # 0 +0x008FE7F7 0x980E # 0 +0x008FE7F8 0x9814 # 0 +0x008FE7F9 0x9816 # 0 +0x008FE7FA 0x981C # 0 +0x008FE7FB 0x981E # 0 +0x008FE7FC 0x9820 # 0 +0x008FE7FD 0x9823 # 0 +0x008FE7FE 0x9826 # 0 +0x008FE8A1 0x982B # 0 +0x008FE8A2 0x982E # 0 +0x008FE8A3 0x982F # 0 +0x008FE8A4 0x9830 # 0 +0x008FE8A5 0x9832 # 0 +0x008FE8A6 0x9833 # 0 +0x008FE8A7 0x9835 # 0 +0x008FE8A8 0x9825 # 0 +0x008FE8A9 0x983E # 0 +0x008FE8AA 0x9844 # 0 +0x008FE8AB 0x9847 # 0 +0x008FE8AC 0x984A # 0 +0x008FE8AD 0x9851 # 0 +0x008FE8AE 0x9852 # 0 +0x008FE8AF 0x9853 # 0 +0x008FE8B0 0x9856 # 0 +0x008FE8B1 0x9857 # 0 +0x008FE8B2 0x9859 # 0 +0x008FE8B3 0x985A # 0 +0x008FE8B4 0x9862 # 0 +0x008FE8B5 0x9863 # 0 +0x008FE8B6 0x9865 # 0 +0x008FE8B7 0x9866 # 0 +0x008FE8B8 0x986A # 0 +0x008FE8B9 0x986C # 0 +0x008FE8BA 0x98AB # 0 +0x008FE8BB 0x98AD # 0 +0x008FE8BC 0x98AE # 0 +0x008FE8BD 0x98B0 # 0 +0x008FE8BE 0x98B4 # 0 +0x008FE8BF 0x98B7 # 0 +0x008FE8C0 0x98B8 # 0 +0x008FE8C1 0x98BA # 0 +0x008FE8C2 0x98BB # 0 +0x008FE8C3 0x98BF # 0 +0x008FE8C4 0x98C2 # 0 +0x008FE8C5 0x98C5 # 0 +0x008FE8C6 0x98C8 # 0 +0x008FE8C7 0x98CC # 0 +0x008FE8C8 0x98E1 # 0 +0x008FE8C9 0x98E3 # 0 +0x008FE8CA 0x98E5 # 0 +0x008FE8CB 0x98E6 # 0 +0x008FE8CC 0x98E7 # 0 +0x008FE8CD 0x98EA # 0 +0x008FE8CE 0x98F3 # 0 +0x008FE8CF 0x98F6 # 0 +0x008FE8D0 0x9902 # 0 +0x008FE8D1 0x9907 # 0 +0x008FE8D2 0x9908 # 0 +0x008FE8D3 0x9911 # 0 +0x008FE8D4 0x9915 # 0 +0x008FE8D5 0x9916 # 0 +0x008FE8D6 0x9917 # 0 +0x008FE8D7 0x991A # 0 +0x008FE8D8 0x991B # 0 +0x008FE8D9 0x991C # 0 +0x008FE8DA 0x991F # 0 +0x008FE8DB 0x9922 # 0 +0x008FE8DC 0x9926 # 0 +0x008FE8DD 0x9927 # 0 +0x008FE8DE 0x992B # 0 +0x008FE8DF 0x9931 # 0 +0x008FE8E0 0x9932 # 0 +0x008FE8E1 0x9933 # 0 +0x008FE8E2 0x9934 # 0 +0x008FE8E3 0x9935 # 0 +0x008FE8E4 0x9939 # 0 +0x008FE8E5 0x993A # 0 +0x008FE8E6 0x993B # 0 +0x008FE8E7 0x993C # 0 +0x008FE8E8 0x9940 # 0 +0x008FE8E9 0x9941 # 0 +0x008FE8EA 0x9946 # 0 +0x008FE8EB 0x9947 # 0 +0x008FE8EC 0x9948 # 0 +0x008FE8ED 0x994D # 0 +0x008FE8EE 0x994E # 0 +0x008FE8EF 0x9954 # 0 +0x008FE8F0 0x9958 # 0 +0x008FE8F1 0x9959 # 0 +0x008FE8F2 0x995B # 0 +0x008FE8F3 0x995C # 0 +0x008FE8F4 0x995E # 0 +0x008FE8F5 0x995F # 0 +0x008FE8F6 0x9960 # 0 +0x008FE8F7 0x999B # 0 +0x008FE8F8 0x999D # 0 +0x008FE8F9 0x999F # 0 +0x008FE8FA 0x99A6 # 0 +0x008FE8FB 0x99B0 # 0 +0x008FE8FC 0x99B1 # 0 +0x008FE8FD 0x99B2 # 0 +0x008FE8FE 0x99B5 # 0 +0x008FE9A1 0x99B9 # 0 +0x008FE9A2 0x99BA # 0 +0x008FE9A3 0x99BD # 0 +0x008FE9A4 0x99BF # 0 +0x008FE9A5 0x99C3 # 0 +0x008FE9A6 0x99C9 # 0 +0x008FE9A7 0x99D3 # 0 +0x008FE9A8 0x99D4 # 0 +0x008FE9A9 0x99D9 # 0 +0x008FE9AA 0x99DA # 0 +0x008FE9AB 0x99DC # 0 +0x008FE9AC 0x99DE # 0 +0x008FE9AD 0x99E7 # 0 +0x008FE9AE 0x99EA # 0 +0x008FE9AF 0x99EB # 0 +0x008FE9B0 0x99EC # 0 +0x008FE9B1 0x99F0 # 0 +0x008FE9B2 0x99F4 # 0 +0x008FE9B3 0x99F5 # 0 +0x008FE9B4 0x99F9 # 0 +0x008FE9B5 0x99FD # 0 +0x008FE9B6 0x99FE # 0 +0x008FE9B7 0x9A02 # 0 +0x008FE9B8 0x9A03 # 0 +0x008FE9B9 0x9A04 # 0 +0x008FE9BA 0x9A0B # 0 +0x008FE9BB 0x9A0C # 0 +0x008FE9BC 0x9A10 # 0 +0x008FE9BD 0x9A11 # 0 +0x008FE9BE 0x9A16 # 0 +0x008FE9BF 0x9A1E # 0 +0x008FE9C0 0x9A20 # 0 +0x008FE9C1 0x9A22 # 0 +0x008FE9C2 0x9A23 # 0 +0x008FE9C3 0x9A24 # 0 +0x008FE9C4 0x9A27 # 0 +0x008FE9C5 0x9A2D # 0 +0x008FE9C6 0x9A2E # 0 +0x008FE9C7 0x9A33 # 0 +0x008FE9C8 0x9A35 # 0 +0x008FE9C9 0x9A36 # 0 +0x008FE9CA 0x9A38 # 0 +0x008FE9CB 0x9A47 # 0 +0x008FE9CC 0x9A41 # 0 +0x008FE9CD 0x9A44 # 0 +0x008FE9CE 0x9A4A # 0 +0x008FE9CF 0x9A4B # 0 +0x008FE9D0 0x9A4C # 0 +0x008FE9D1 0x9A4E # 0 +0x008FE9D2 0x9A51 # 0 +0x008FE9D3 0x9A54 # 0 +0x008FE9D4 0x9A56 # 0 +0x008FE9D5 0x9A5D # 0 +0x008FE9D6 0x9AAA # 0 +0x008FE9D7 0x9AAC # 0 +0x008FE9D8 0x9AAE # 0 +0x008FE9D9 0x9AAF # 0 +0x008FE9DA 0x9AB2 # 0 +0x008FE9DB 0x9AB4 # 0 +0x008FE9DC 0x9AB5 # 0 +0x008FE9DD 0x9AB6 # 0 +0x008FE9DE 0x9AB9 # 0 +0x008FE9DF 0x9ABB # 0 +0x008FE9E0 0x9ABE # 0 +0x008FE9E1 0x9ABF # 0 +0x008FE9E2 0x9AC1 # 0 +0x008FE9E3 0x9AC3 # 0 +0x008FE9E4 0x9AC6 # 0 +0x008FE9E5 0x9AC8 # 0 +0x008FE9E6 0x9ACE # 0 +0x008FE9E7 0x9AD0 # 0 +0x008FE9E8 0x9AD2 # 0 +0x008FE9E9 0x9AD5 # 0 +0x008FE9EA 0x9AD6 # 0 +0x008FE9EB 0x9AD7 # 0 +0x008FE9EC 0x9ADB # 0 +0x008FE9ED 0x9ADC # 0 +0x008FE9EE 0x9AE0 # 0 +0x008FE9EF 0x9AE4 # 0 +0x008FE9F0 0x9AE5 # 0 +0x008FE9F1 0x9AE7 # 0 +0x008FE9F2 0x9AE9 # 0 +0x008FE9F3 0x9AEC # 0 +0x008FE9F4 0x9AF2 # 0 +0x008FE9F5 0x9AF3 # 0 +0x008FE9F6 0x9AF5 # 0 +0x008FE9F7 0x9AF9 # 0 +0x008FE9F8 0x9AFA # 0 +0x008FE9F9 0x9AFD # 0 +0x008FE9FA 0x9AFF # 0 +0x008FE9FB 0x9B00 # 0 +0x008FE9FC 0x9B01 # 0 +0x008FE9FD 0x9B02 # 0 +0x008FE9FE 0x9B03 # 0 +0x008FEAA1 0x9B04 # 0 +0x008FEAA2 0x9B05 # 0 +0x008FEAA3 0x9B08 # 0 +0x008FEAA4 0x9B09 # 0 +0x008FEAA5 0x9B0B # 0 +0x008FEAA6 0x9B0C # 0 +0x008FEAA7 0x9B0D # 0 +0x008FEAA8 0x9B0E # 0 +0x008FEAA9 0x9B10 # 0 +0x008FEAAA 0x9B12 # 0 +0x008FEAAB 0x9B16 # 0 +0x008FEAAC 0x9B19 # 0 +0x008FEAAD 0x9B1B # 0 +0x008FEAAE 0x9B1C # 0 +0x008FEAAF 0x9B20 # 0 +0x008FEAB0 0x9B26 # 0 +0x008FEAB1 0x9B2B # 0 +0x008FEAB2 0x9B2D # 0 +0x008FEAB3 0x9B33 # 0 +0x008FEAB4 0x9B34 # 0 +0x008FEAB5 0x9B35 # 0 +0x008FEAB6 0x9B37 # 0 +0x008FEAB7 0x9B39 # 0 +0x008FEAB8 0x9B3A # 0 +0x008FEAB9 0x9B3D # 0 +0x008FEABA 0x9B48 # 0 +0x008FEABB 0x9B4B # 0 +0x008FEABC 0x9B4C # 0 +0x008FEABD 0x9B55 # 0 +0x008FEABE 0x9B56 # 0 +0x008FEABF 0x9B57 # 0 +0x008FEAC0 0x9B5B # 0 +0x008FEAC1 0x9B5E # 0 +0x008FEAC2 0x9B61 # 0 +0x008FEAC3 0x9B63 # 0 +0x008FEAC4 0x9B65 # 0 +0x008FEAC5 0x9B66 # 0 +0x008FEAC6 0x9B68 # 0 +0x008FEAC7 0x9B6A # 0 +0x008FEAC8 0x9B6B # 0 +0x008FEAC9 0x9B6C # 0 +0x008FEACA 0x9B6D # 0 +0x008FEACB 0x9B6E # 0 +0x008FEACC 0x9B73 # 0 +0x008FEACD 0x9B75 # 0 +0x008FEACE 0x9B77 # 0 +0x008FEACF 0x9B78 # 0 +0x008FEAD0 0x9B79 # 0 +0x008FEAD1 0x9B7F # 0 +0x008FEAD2 0x9B80 # 0 +0x008FEAD3 0x9B84 # 0 +0x008FEAD4 0x9B85 # 0 +0x008FEAD5 0x9B86 # 0 +0x008FEAD6 0x9B87 # 0 +0x008FEAD7 0x9B89 # 0 +0x008FEAD8 0x9B8A # 0 +0x008FEAD9 0x9B8B # 0 +0x008FEADA 0x9B8D # 0 +0x008FEADB 0x9B8F # 0 +0x008FEADC 0x9B90 # 0 +0x008FEADD 0x9B94 # 0 +0x008FEADE 0x9B9A # 0 +0x008FEADF 0x9B9D # 0 +0x008FEAE0 0x9B9E # 0 +0x008FEAE1 0x9BA6 # 0 +0x008FEAE2 0x9BA7 # 0 +0x008FEAE3 0x9BA9 # 0 +0x008FEAE4 0x9BAC # 0 +0x008FEAE5 0x9BB0 # 0 +0x008FEAE6 0x9BB1 # 0 +0x008FEAE7 0x9BB2 # 0 +0x008FEAE8 0x9BB7 # 0 +0x008FEAE9 0x9BB8 # 0 +0x008FEAEA 0x9BBB # 0 +0x008FEAEB 0x9BBC # 0 +0x008FEAEC 0x9BBE # 0 +0x008FEAED 0x9BBF # 0 +0x008FEAEE 0x9BC1 # 0 +0x008FEAEF 0x9BC7 # 0 +0x008FEAF0 0x9BC8 # 0 +0x008FEAF1 0x9BCE # 0 +0x008FEAF2 0x9BD0 # 0 +0x008FEAF3 0x9BD7 # 0 +0x008FEAF4 0x9BD8 # 0 +0x008FEAF5 0x9BDD # 0 +0x008FEAF6 0x9BDF # 0 +0x008FEAF7 0x9BE5 # 0 +0x008FEAF8 0x9BE7 # 0 +0x008FEAF9 0x9BEA # 0 +0x008FEAFA 0x9BEB # 0 +0x008FEAFB 0x9BEF # 0 +0x008FEAFC 0x9BF3 # 0 +0x008FEAFD 0x9BF7 # 0 +0x008FEAFE 0x9BF8 # 0 +0x008FEBA1 0x9BF9 # 0 +0x008FEBA2 0x9BFA # 0 +0x008FEBA3 0x9BFD # 0 +0x008FEBA4 0x9BFF # 0 +0x008FEBA5 0x9C00 # 0 +0x008FEBA6 0x9C02 # 0 +0x008FEBA7 0x9C0B # 0 +0x008FEBA8 0x9C0F # 0 +0x008FEBA9 0x9C11 # 0 +0x008FEBAA 0x9C16 # 0 +0x008FEBAB 0x9C18 # 0 +0x008FEBAC 0x9C19 # 0 +0x008FEBAD 0x9C1A # 0 +0x008FEBAE 0x9C1C # 0 +0x008FEBAF 0x9C1E # 0 +0x008FEBB0 0x9C22 # 0 +0x008FEBB1 0x9C23 # 0 +0x008FEBB2 0x9C26 # 0 +0x008FEBB3 0x9C27 # 0 +0x008FEBB4 0x9C28 # 0 +0x008FEBB5 0x9C29 # 0 +0x008FEBB6 0x9C2A # 0 +0x008FEBB7 0x9C31 # 0 +0x008FEBB8 0x9C35 # 0 +0x008FEBB9 0x9C36 # 0 +0x008FEBBA 0x9C37 # 0 +0x008FEBBB 0x9C3D # 0 +0x008FEBBC 0x9C41 # 0 +0x008FEBBD 0x9C43 # 0 +0x008FEBBE 0x9C44 # 0 +0x008FEBBF 0x9C45 # 0 +0x008FEBC0 0x9C49 # 0 +0x008FEBC1 0x9C4A # 0 +0x008FEBC2 0x9C4E # 0 +0x008FEBC3 0x9C4F # 0 +0x008FEBC4 0x9C50 # 0 +0x008FEBC5 0x9C53 # 0 +0x008FEBC6 0x9C54 # 0 +0x008FEBC7 0x9C56 # 0 +0x008FEBC8 0x9C58 # 0 +0x008FEBC9 0x9C5B # 0 +0x008FEBCA 0x9C5D # 0 +0x008FEBCB 0x9C5E # 0 +0x008FEBCC 0x9C5F # 0 +0x008FEBCD 0x9C63 # 0 +0x008FEBCE 0x9C69 # 0 +0x008FEBCF 0x9C6A # 0 +0x008FEBD0 0x9C5C # 0 +0x008FEBD1 0x9C6B # 0 +0x008FEBD2 0x9C68 # 0 +0x008FEBD3 0x9C6E # 0 +0x008FEBD4 0x9C70 # 0 +0x008FEBD5 0x9C72 # 0 +0x008FEBD6 0x9C75 # 0 +0x008FEBD7 0x9C77 # 0 +0x008FEBD8 0x9C7B # 0 +0x008FEBD9 0x9CE6 # 0 +0x008FEBDA 0x9CF2 # 0 +0x008FEBDB 0x9CF7 # 0 +0x008FEBDC 0x9CF9 # 0 +0x008FEBDD 0x9D0B # 0 +0x008FEBDE 0x9D02 # 0 +0x008FEBDF 0x9D11 # 0 +0x008FEBE0 0x9D17 # 0 +0x008FEBE1 0x9D18 # 0 +0x008FEBE2 0x9D1C # 0 +0x008FEBE3 0x9D1D # 0 +0x008FEBE4 0x9D1E # 0 +0x008FEBE5 0x9D2F # 0 +0x008FEBE6 0x9D30 # 0 +0x008FEBE7 0x9D32 # 0 +0x008FEBE8 0x9D33 # 0 +0x008FEBE9 0x9D34 # 0 +0x008FEBEA 0x9D3A # 0 +0x008FEBEB 0x9D3C # 0 +0x008FEBEC 0x9D45 # 0 +0x008FEBED 0x9D3D # 0 +0x008FEBEE 0x9D42 # 0 +0x008FEBEF 0x9D43 # 0 +0x008FEBF0 0x9D47 # 0 +0x008FEBF1 0x9D4A # 0 +0x008FEBF2 0x9D53 # 0 +0x008FEBF3 0x9D54 # 0 +0x008FEBF4 0x9D5F # 0 +0x008FEBF5 0x9D63 # 0 +0x008FEBF6 0x9D62 # 0 +0x008FEBF7 0x9D65 # 0 +0x008FEBF8 0x9D69 # 0 +0x008FEBF9 0x9D6A # 0 +0x008FEBFA 0x9D6B # 0 +0x008FEBFB 0x9D70 # 0 +0x008FEBFC 0x9D76 # 0 +0x008FEBFD 0x9D77 # 0 +0x008FEBFE 0x9D7B # 0 +0x008FECA1 0x9D7C # 0 +0x008FECA2 0x9D7E # 0 +0x008FECA3 0x9D83 # 0 +0x008FECA4 0x9D84 # 0 +0x008FECA5 0x9D86 # 0 +0x008FECA6 0x9D8A # 0 +0x008FECA7 0x9D8D # 0 +0x008FECA8 0x9D8E # 0 +0x008FECA9 0x9D92 # 0 +0x008FECAA 0x9D93 # 0 +0x008FECAB 0x9D95 # 0 +0x008FECAC 0x9D96 # 0 +0x008FECAD 0x9D97 # 0 +0x008FECAE 0x9D98 # 0 +0x008FECAF 0x9DA1 # 0 +0x008FECB0 0x9DAA # 0 +0x008FECB1 0x9DAC # 0 +0x008FECB2 0x9DAE # 0 +0x008FECB3 0x9DB1 # 0 +0x008FECB4 0x9DB5 # 0 +0x008FECB5 0x9DB9 # 0 +0x008FECB6 0x9DBC # 0 +0x008FECB7 0x9DBF # 0 +0x008FECB8 0x9DC3 # 0 +0x008FECB9 0x9DC7 # 0 +0x008FECBA 0x9DC9 # 0 +0x008FECBB 0x9DCA # 0 +0x008FECBC 0x9DD4 # 0 +0x008FECBD 0x9DD5 # 0 +0x008FECBE 0x9DD6 # 0 +0x008FECBF 0x9DD7 # 0 +0x008FECC0 0x9DDA # 0 +0x008FECC1 0x9DDE # 0 +0x008FECC2 0x9DDF # 0 +0x008FECC3 0x9DE0 # 0 +0x008FECC4 0x9DE5 # 0 +0x008FECC5 0x9DE7 # 0 +0x008FECC6 0x9DE9 # 0 +0x008FECC7 0x9DEB # 0 +0x008FECC8 0x9DEE # 0 +0x008FECC9 0x9DF0 # 0 +0x008FECCA 0x9DF3 # 0 +0x008FECCB 0x9DF4 # 0 +0x008FECCC 0x9DFE # 0 +0x008FECCD 0x9E0A # 0 +0x008FECCE 0x9E02 # 0 +0x008FECCF 0x9E07 # 0 +0x008FECD0 0x9E0E # 0 +0x008FECD1 0x9E10 # 0 +0x008FECD2 0x9E11 # 0 +0x008FECD3 0x9E12 # 0 +0x008FECD4 0x9E15 # 0 +0x008FECD5 0x9E16 # 0 +0x008FECD6 0x9E19 # 0 +0x008FECD7 0x9E1C # 0 +0x008FECD8 0x9E1D # 0 +0x008FECD9 0x9E7A # 0 +0x008FECDA 0x9E7B # 0 +0x008FECDB 0x9E7C # 0 +0x008FECDC 0x9E80 # 0 +0x008FECDD 0x9E82 # 0 +0x008FECDE 0x9E83 # 0 +0x008FECDF 0x9E84 # 0 +0x008FECE0 0x9E85 # 0 +0x008FECE1 0x9E87 # 0 +0x008FECE2 0x9E8E # 0 +0x008FECE3 0x9E8F # 0 +0x008FECE4 0x9E96 # 0 +0x008FECE5 0x9E98 # 0 +0x008FECE6 0x9E9B # 0 +0x008FECE7 0x9E9E # 0 +0x008FECE8 0x9EA4 # 0 +0x008FECE9 0x9EA8 # 0 +0x008FECEA 0x9EAC # 0 +0x008FECEB 0x9EAE # 0 +0x008FECEC 0x9EAF # 0 +0x008FECED 0x9EB0 # 0 +0x008FECEE 0x9EB3 # 0 +0x008FECEF 0x9EB4 # 0 +0x008FECF0 0x9EB5 # 0 +0x008FECF1 0x9EC6 # 0 +0x008FECF2 0x9EC8 # 0 +0x008FECF3 0x9ECB # 0 +0x008FECF4 0x9ED5 # 0 +0x008FECF5 0x9EDF # 0 +0x008FECF6 0x9EE4 # 0 +0x008FECF7 0x9EE7 # 0 +0x008FECF8 0x9EEC # 0 +0x008FECF9 0x9EED # 0 +0x008FECFA 0x9EEE # 0 +0x008FECFB 0x9EF0 # 0 +0x008FECFC 0x9EF1 # 0 +0x008FECFD 0x9EF2 # 0 +0x008FECFE 0x9EF5 # 0 +0x008FEDA1 0x9EF8 # 0 +0x008FEDA2 0x9EFF # 0 +0x008FEDA3 0x9F02 # 0 +0x008FEDA4 0x9F03 # 0 +0x008FEDA5 0x9F09 # 0 +0x008FEDA6 0x9F0F # 0 +0x008FEDA7 0x9F10 # 0 +0x008FEDA8 0x9F11 # 0 +0x008FEDA9 0x9F12 # 0 +0x008FEDAA 0x9F14 # 0 +0x008FEDAB 0x9F16 # 0 +0x008FEDAC 0x9F17 # 0 +0x008FEDAD 0x9F19 # 0 +0x008FEDAE 0x9F1A # 0 +0x008FEDAF 0x9F1B # 0 +0x008FEDB0 0x9F1F # 0 +0x008FEDB1 0x9F22 # 0 +0x008FEDB2 0x9F26 # 0 +0x008FEDB3 0x9F2A # 0 +0x008FEDB4 0x9F2B # 0 +0x008FEDB5 0x9F2F # 0 +0x008FEDB6 0x9F31 # 0 +0x008FEDB7 0x9F32 # 0 +0x008FEDB8 0x9F34 # 0 +0x008FEDB9 0x9F37 # 0 +0x008FEDBA 0x9F39 # 0 +0x008FEDBB 0x9F3A # 0 +0x008FEDBC 0x9F3C # 0 +0x008FEDBD 0x9F3D # 0 +0x008FEDBE 0x9F3F # 0 +0x008FEDBF 0x9F41 # 0 +0x008FEDC0 0x9F43 # 0 +0x008FEDC1 0x9F44 # 0 +0x008FEDC2 0x9F45 # 0 +0x008FEDC3 0x9F46 # 0 +0x008FEDC4 0x9F47 # 0 +0x008FEDC5 0x9F53 # 0 +0x008FEDC6 0x9F55 # 0 +0x008FEDC7 0x9F56 # 0 +0x008FEDC8 0x9F57 # 0 +0x008FEDC9 0x9F58 # 0 +0x008FEDCA 0x9F5A # 0 +0x008FEDCB 0x9F5D # 0 +0x008FEDCC 0x9F5E # 0 +0x008FEDCD 0x9F68 # 0 +0x008FEDCE 0x9F69 # 0 +0x008FEDCF 0x9F6D # 0 +0x008FEDD0 0x9F6E # 0 +0x008FEDD1 0x9F6F # 0 +0x008FEDD2 0x9F70 # 0 +0x008FEDD3 0x9F71 # 0 +0x008FEDD4 0x9F73 # 0 +0x008FEDD5 0x9F75 # 0 +0x008FEDD6 0x9F7A # 0 +0x008FEDD7 0x9F7D # 0 +0x008FEDD8 0x9F8F # 0 +0x008FEDD9 0x9F90 # 0 +0x008FEDDA 0x9F91 # 0 +0x008FEDDB 0x9F92 # 0 +0x008FEDDC 0x9F94 # 0 +0x008FEDDD 0x9F96 # 0 +0x008FEDDE 0x9F97 # 0 +0x008FEDDF 0x9F9E # 0 +0x008FEDE0 0x9FA1 # 0 +0x008FEDE1 0x9FA2 # 0 +0x008FEDE2 0x9FA3 # 0 +0x008FEDE3 0x9FA5 # 0 +0x008FF3F3 0x2170 # 0 +0x008FF3F4 0x2171 # 0 +0x008FF3F5 0x2172 # 0 +0x008FF3F6 0x2173 # 0 +0x008FF3F7 0x2174 # 0 +0x008FF3F8 0x2175 # 0 +0x008FF3F9 0x2176 # 0 +0x008FF3FA 0x2177 # 0 +0x008FF3FB 0x2178 # 0 +0x008FF3FC 0x2179 # 0 +0x008FF4A9 0xFF07 # 0 +0x008FF4AA 0xFF02 # 0 +0x008FF4AE 0x70BB # 0 +0x008FF4AF 0x4EFC # 0 +0x008FF4B0 0x50F4 # 0 +0x008FF4B1 0x51EC # 0 +0x008FF4B2 0x5307 # 0 +0x008FF4B3 0x5324 # 0 +0x008FF4B4 0xFA0E # 0 +0x008FF4B5 0x548A # 0 +0x008FF4B6 0x5759 # 0 +0x008FF4B7 0xFA0F # 0 +0x008FF4B8 0xFA10 # 0 +0x008FF4B9 0x589E # 0 +0x008FF4BA 0x5BEC # 0 +0x008FF4BB 0x5CF5 # 0 +0x008FF4BC 0x5D53 # 0 +0x008FF4BD 0xFA11 # 0 +0x008FF4BE 0x5FB7 # 0 +0x008FF4BF 0x6085 # 0 +0x008FF4C0 0x6120 # 0 +0x008FF4C1 0x654E # 0 +0x008FF4C2 0x663B # 0 +0x008FF4C3 0x6665 # 0 +0x008FF4C4 0xFA12 # 0 +0x008FF4C5 0xF929 # 0 +0x008FF4C6 0x6801 # 0 +0x008FF4C7 0xFA13 # 0 +0x008FF4C8 0xFA14 # 0 +0x008FF4C9 0x6A6B # 0 +0x008FF4CA 0x6AE2 # 0 +0x008FF4CB 0x6DF8 # 0 +0x008FF4CC 0x6DF2 # 0 +0x008FF4CD 0x7028 # 0 +0x008FF4CE 0xFA15 # 0 +0x008FF4CF 0xFA16 # 0 +0x008FF4D0 0x7501 # 0 +0x008FF4D1 0x7682 # 0 +0x008FF4D2 0x769E # 0 +0x008FF4D3 0xFA17 # 0 +0x008FF4D4 0x7930 # 0 +0x008FF4D5 0xFA18 # 0 +0x008FF4D6 0xFA19 # 0 +0x008FF4D7 0xFA1A # 0 +0x008FF4D8 0xFA1B # 0 +0x008FF4D9 0x7AE7 # 0 +0x008FF4DA 0xFA1C # 0 +0x008FF4DB 0xFA1D # 0 +0x008FF4DC 0x7DA0 # 0 +0x008FF4DD 0x7DD6 # 0 +0x008FF4DE 0xFA1E # 0 +0x008FF4DF 0x8362 # 0 +0x008FF4E0 0xFA1F # 0 +0x008FF4E1 0x85B0 # 0 +0x008FF4E2 0xFA20 # 0 +0x008FF4E3 0xFA21 # 0 +0x008FF4E4 0x8807 # 0 +0x008FF4E5 0xFA22 # 0 +0x008FF4E6 0x8B7F # 0 +0x008FF4E7 0x8CF4 # 0 +0x008FF4E8 0x8D76 # 0 +0x008FF4E9 0xFA23 # 0 +0x008FF4EA 0xFA24 # 0 +0x008FF4EB 0xFA25 # 0 +0x008FF4EC 0x90DE # 0 +0x008FF4ED 0xFA26 # 0 +0x008FF4EE 0x9115 # 0 +0x008FF4EF 0xFA27 # 0 +0x008FF4F0 0xFA28 # 0 +0x008FF4F1 0x9592 # 0 +0x008FF4F2 0xF9DC # 0 +0x008FF4F3 0xFA29 # 0 +0x008FF4F4 0x973B # 0 +0x008FF4F5 0x974D # 0 +0x008FF4F6 0x9751 # 0 +0x008FF4F7 0xFA2A # 0 +0x008FF4F8 0xFA2B # 0 +0x008FF4F9 0xFA2C # 0 +0x008FF4FA 0x999E # 0 +0x008FF4FB 0x9AD9 # 0 +0x008FF4FC 0x9B72 # 0 +0x008FF4FD 0xFA2D # 0 +0x008FF4FE 0x9ED1 # 0 +0x008FF5A1 0xE3AC # 0 +0x008FF5A2 0xE3AD # 0 +0x008FF5A3 0xE3AE # 0 +0x008FF5A4 0xE3AF # 0 +0x008FF5A5 0xE3B0 # 0 +0x008FF5A6 0xE3B1 # 0 +0x008FF5A7 0xE3B2 # 0 +0x008FF5A8 0xE3B3 # 0 +0x008FF5A9 0xE3B4 # 0 +0x008FF5AA 0xE3B5 # 0 +0x008FF5AB 0xE3B6 # 0 +0x008FF5AC 0xE3B7 # 0 +0x008FF5AD 0xE3B8 # 0 +0x008FF5AE 0xE3B9 # 0 +0x008FF5AF 0xE3BA # 0 +0x008FF5B0 0xE3BB # 0 +0x008FF5B1 0xE3BC # 0 +0x008FF5B2 0xE3BD # 0 +0x008FF5B3 0xE3BE # 0 +0x008FF5B4 0xE3BF # 0 +0x008FF5B5 0xE3C0 # 0 +0x008FF5B6 0xE3C1 # 0 +0x008FF5B7 0xE3C2 # 0 +0x008FF5B8 0xE3C3 # 0 +0x008FF5B9 0xE3C4 # 0 +0x008FF5BA 0xE3C5 # 0 +0x008FF5BB 0xE3C6 # 0 +0x008FF5BC 0xE3C7 # 0 +0x008FF5BD 0xE3C8 # 0 +0x008FF5BE 0xE3C9 # 0 +0x008FF5BF 0xE3CA # 0 +0x008FF5C0 0xE3CB # 0 +0x008FF5C1 0xE3CC # 0 +0x008FF5C2 0xE3CD # 0 +0x008FF5C3 0xE3CE # 0 +0x008FF5C4 0xE3CF # 0 +0x008FF5C5 0xE3D0 # 0 +0x008FF5C6 0xE3D1 # 0 +0x008FF5C7 0xE3D2 # 0 +0x008FF5C8 0xE3D3 # 0 +0x008FF5C9 0xE3D4 # 0 +0x008FF5CA 0xE3D5 # 0 +0x008FF5CB 0xE3D6 # 0 +0x008FF5CC 0xE3D7 # 0 +0x008FF5CD 0xE3D8 # 0 +0x008FF5CE 0xE3D9 # 0 +0x008FF5CF 0xE3DA # 0 +0x008FF5D0 0xE3DB # 0 +0x008FF5D1 0xE3DC # 0 +0x008FF5D2 0xE3DD # 0 +0x008FF5D3 0xE3DE # 0 +0x008FF5D4 0xE3DF # 0 +0x008FF5D5 0xE3E0 # 0 +0x008FF5D6 0xE3E1 # 0 +0x008FF5D7 0xE3E2 # 0 +0x008FF5D8 0xE3E3 # 0 +0x008FF5D9 0xE3E4 # 0 +0x008FF5DA 0xE3E5 # 0 +0x008FF5DB 0xE3E6 # 0 +0x008FF5DC 0xE3E7 # 0 +0x008FF5DD 0xE3E8 # 0 +0x008FF5DE 0xE3E9 # 0 +0x008FF5DF 0xE3EA # 0 +0x008FF5E0 0xE3EB # 0 +0x008FF5E1 0xE3EC # 0 +0x008FF5E2 0xE3ED # 0 +0x008FF5E3 0xE3EE # 0 +0x008FF5E4 0xE3EF # 0 +0x008FF5E5 0xE3F0 # 0 +0x008FF5E6 0xE3F1 # 0 +0x008FF5E7 0xE3F2 # 0 +0x008FF5E8 0xE3F3 # 0 +0x008FF5E9 0xE3F4 # 0 +0x008FF5EA 0xE3F5 # 0 +0x008FF5EB 0xE3F6 # 0 +0x008FF5EC 0xE3F7 # 0 +0x008FF5ED 0xE3F8 # 0 +0x008FF5EE 0xE3F9 # 0 +0x008FF5EF 0xE3FA # 0 +0x008FF5F0 0xE3FB # 0 +0x008FF5F1 0xE3FC # 0 +0x008FF5F2 0xE3FD # 0 +0x008FF5F3 0xE3FE # 0 +0x008FF5F4 0xE3FF # 0 +0x008FF5F5 0xE400 # 0 +0x008FF5F6 0xE401 # 0 +0x008FF5F7 0xE402 # 0 +0x008FF5F8 0xE403 # 0 +0x008FF5F9 0xE404 # 0 +0x008FF5FA 0xE405 # 0 +0x008FF5FB 0xE406 # 0 +0x008FF5FC 0xE407 # 0 +0x008FF5FD 0xE408 # 0 +0x008FF5FE 0xE409 # 0 +0x008FF6A1 0xE40A # 0 +0x008FF6A2 0xE40B # 0 +0x008FF6A3 0xE40C # 0 +0x008FF6A4 0xE40D # 0 +0x008FF6A5 0xE40E # 0 +0x008FF6A6 0xE40F # 0 +0x008FF6A7 0xE410 # 0 +0x008FF6A8 0xE411 # 0 +0x008FF6A9 0xE412 # 0 +0x008FF6AA 0xE413 # 0 +0x008FF6AB 0xE414 # 0 +0x008FF6AC 0xE415 # 0 +0x008FF6AD 0xE416 # 0 +0x008FF6AE 0xE417 # 0 +0x008FF6AF 0xE418 # 0 +0x008FF6B0 0xE419 # 0 +0x008FF6B1 0xE41A # 0 +0x008FF6B2 0xE41B # 0 +0x008FF6B3 0xE41C # 0 +0x008FF6B4 0xE41D # 0 +0x008FF6B5 0xE41E # 0 +0x008FF6B6 0xE41F # 0 +0x008FF6B7 0xE420 # 0 +0x008FF6B8 0xE421 # 0 +0x008FF6B9 0xE422 # 0 +0x008FF6BA 0xE423 # 0 +0x008FF6BB 0xE424 # 0 +0x008FF6BC 0xE425 # 0 +0x008FF6BD 0xE426 # 0 +0x008FF6BE 0xE427 # 0 +0x008FF6BF 0xE428 # 0 +0x008FF6C0 0xE429 # 0 +0x008FF6C1 0xE42A # 0 +0x008FF6C2 0xE42B # 0 +0x008FF6C3 0xE42C # 0 +0x008FF6C4 0xE42D # 0 +0x008FF6C5 0xE42E # 0 +0x008FF6C6 0xE42F # 0 +0x008FF6C7 0xE430 # 0 +0x008FF6C8 0xE431 # 0 +0x008FF6C9 0xE432 # 0 +0x008FF6CA 0xE433 # 0 +0x008FF6CB 0xE434 # 0 +0x008FF6CC 0xE435 # 0 +0x008FF6CD 0xE436 # 0 +0x008FF6CE 0xE437 # 0 +0x008FF6CF 0xE438 # 0 +0x008FF6D0 0xE439 # 0 +0x008FF6D1 0xE43A # 0 +0x008FF6D2 0xE43B # 0 +0x008FF6D3 0xE43C # 0 +0x008FF6D4 0xE43D # 0 +0x008FF6D5 0xE43E # 0 +0x008FF6D6 0xE43F # 0 +0x008FF6D7 0xE440 # 0 +0x008FF6D8 0xE441 # 0 +0x008FF6D9 0xE442 # 0 +0x008FF6DA 0xE443 # 0 +0x008FF6DB 0xE444 # 0 +0x008FF6DC 0xE445 # 0 +0x008FF6DD 0xE446 # 0 +0x008FF6DE 0xE447 # 0 +0x008FF6DF 0xE448 # 0 +0x008FF6E0 0xE449 # 0 +0x008FF6E1 0xE44A # 0 +0x008FF6E2 0xE44B # 0 +0x008FF6E3 0xE44C # 0 +0x008FF6E4 0xE44D # 0 +0x008FF6E5 0xE44E # 0 +0x008FF6E6 0xE44F # 0 +0x008FF6E7 0xE450 # 0 +0x008FF6E8 0xE451 # 0 +0x008FF6E9 0xE452 # 0 +0x008FF6EA 0xE453 # 0 +0x008FF6EB 0xE454 # 0 +0x008FF6EC 0xE455 # 0 +0x008FF6ED 0xE456 # 0 +0x008FF6EE 0xE457 # 0 +0x008FF6EF 0xE458 # 0 +0x008FF6F0 0xE459 # 0 +0x008FF6F1 0xE45A # 0 +0x008FF6F2 0xE45B # 0 +0x008FF6F3 0xE45C # 0 +0x008FF6F4 0xE45D # 0 +0x008FF6F5 0xE45E # 0 +0x008FF6F6 0xE45F # 0 +0x008FF6F7 0xE460 # 0 +0x008FF6F8 0xE461 # 0 +0x008FF6F9 0xE462 # 0 +0x008FF6FA 0xE463 # 0 +0x008FF6FB 0xE464 # 0 +0x008FF6FC 0xE465 # 0 +0x008FF6FD 0xE466 # 0 +0x008FF6FE 0xE467 # 0 +0x008FF7A1 0xE468 # 0 +0x008FF7A2 0xE469 # 0 +0x008FF7A3 0xE46A # 0 +0x008FF7A4 0xE46B # 0 +0x008FF7A5 0xE46C # 0 +0x008FF7A6 0xE46D # 0 +0x008FF7A7 0xE46E # 0 +0x008FF7A8 0xE46F # 0 +0x008FF7A9 0xE470 # 0 +0x008FF7AA 0xE471 # 0 +0x008FF7AB 0xE472 # 0 +0x008FF7AC 0xE473 # 0 +0x008FF7AD 0xE474 # 0 +0x008FF7AE 0xE475 # 0 +0x008FF7AF 0xE476 # 0 +0x008FF7B0 0xE477 # 0 +0x008FF7B1 0xE478 # 0 +0x008FF7B2 0xE479 # 0 +0x008FF7B3 0xE47A # 0 +0x008FF7B4 0xE47B # 0 +0x008FF7B5 0xE47C # 0 +0x008FF7B6 0xE47D # 0 +0x008FF7B7 0xE47E # 0 +0x008FF7B8 0xE47F # 0 +0x008FF7B9 0xE480 # 0 +0x008FF7BA 0xE481 # 0 +0x008FF7BB 0xE482 # 0 +0x008FF7BC 0xE483 # 0 +0x008FF7BD 0xE484 # 0 +0x008FF7BE 0xE485 # 0 +0x008FF7BF 0xE486 # 0 +0x008FF7C0 0xE487 # 0 +0x008FF7C1 0xE488 # 0 +0x008FF7C2 0xE489 # 0 +0x008FF7C3 0xE48A # 0 +0x008FF7C4 0xE48B # 0 +0x008FF7C5 0xE48C # 0 +0x008FF7C6 0xE48D # 0 +0x008FF7C7 0xE48E # 0 +0x008FF7C8 0xE48F # 0 +0x008FF7C9 0xE490 # 0 +0x008FF7CA 0xE491 # 0 +0x008FF7CB 0xE492 # 0 +0x008FF7CC 0xE493 # 0 +0x008FF7CD 0xE494 # 0 +0x008FF7CE 0xE495 # 0 +0x008FF7CF 0xE496 # 0 +0x008FF7D0 0xE497 # 0 +0x008FF7D1 0xE498 # 0 +0x008FF7D2 0xE499 # 0 +0x008FF7D3 0xE49A # 0 +0x008FF7D4 0xE49B # 0 +0x008FF7D5 0xE49C # 0 +0x008FF7D6 0xE49D # 0 +0x008FF7D7 0xE49E # 0 +0x008FF7D8 0xE49F # 0 +0x008FF7D9 0xE4A0 # 0 +0x008FF7DA 0xE4A1 # 0 +0x008FF7DB 0xE4A2 # 0 +0x008FF7DC 0xE4A3 # 0 +0x008FF7DD 0xE4A4 # 0 +0x008FF7DE 0xE4A5 # 0 +0x008FF7DF 0xE4A6 # 0 +0x008FF7E0 0xE4A7 # 0 +0x008FF7E1 0xE4A8 # 0 +0x008FF7E2 0xE4A9 # 0 +0x008FF7E3 0xE4AA # 0 +0x008FF7E4 0xE4AB # 0 +0x008FF7E5 0xE4AC # 0 +0x008FF7E6 0xE4AD # 0 +0x008FF7E7 0xE4AE # 0 +0x008FF7E8 0xE4AF # 0 +0x008FF7E9 0xE4B0 # 0 +0x008FF7EA 0xE4B1 # 0 +0x008FF7EB 0xE4B2 # 0 +0x008FF7EC 0xE4B3 # 0 +0x008FF7ED 0xE4B4 # 0 +0x008FF7EE 0xE4B5 # 0 +0x008FF7EF 0xE4B6 # 0 +0x008FF7F0 0xE4B7 # 0 +0x008FF7F1 0xE4B8 # 0 +0x008FF7F2 0xE4B9 # 0 +0x008FF7F3 0xE4BA # 0 +0x008FF7F4 0xE4BB # 0 +0x008FF7F5 0xE4BC # 0 +0x008FF7F6 0xE4BD # 0 +0x008FF7F7 0xE4BE # 0 +0x008FF7F8 0xE4BF # 0 +0x008FF7F9 0xE4C0 # 0 +0x008FF7FA 0xE4C1 # 0 +0x008FF7FB 0xE4C2 # 0 +0x008FF7FC 0xE4C3 # 0 +0x008FF7FD 0xE4C4 # 0 +0x008FF7FE 0xE4C5 # 0 +0x008FF8A1 0xE4C6 # 0 +0x008FF8A2 0xE4C7 # 0 +0x008FF8A3 0xE4C8 # 0 +0x008FF8A4 0xE4C9 # 0 +0x008FF8A5 0xE4CA # 0 +0x008FF8A6 0xE4CB # 0 +0x008FF8A7 0xE4CC # 0 +0x008FF8A8 0xE4CD # 0 +0x008FF8A9 0xE4CE # 0 +0x008FF8AA 0xE4CF # 0 +0x008FF8AB 0xE4D0 # 0 +0x008FF8AC 0xE4D1 # 0 +0x008FF8AD 0xE4D2 # 0 +0x008FF8AE 0xE4D3 # 0 +0x008FF8AF 0xE4D4 # 0 +0x008FF8B0 0xE4D5 # 0 +0x008FF8B1 0xE4D6 # 0 +0x008FF8B2 0xE4D7 # 0 +0x008FF8B3 0xE4D8 # 0 +0x008FF8B4 0xE4D9 # 0 +0x008FF8B5 0xE4DA # 0 +0x008FF8B6 0xE4DB # 0 +0x008FF8B7 0xE4DC # 0 +0x008FF8B8 0xE4DD # 0 +0x008FF8B9 0xE4DE # 0 +0x008FF8BA 0xE4DF # 0 +0x008FF8BB 0xE4E0 # 0 +0x008FF8BC 0xE4E1 # 0 +0x008FF8BD 0xE4E2 # 0 +0x008FF8BE 0xE4E3 # 0 +0x008FF8BF 0xE4E4 # 0 +0x008FF8C0 0xE4E5 # 0 +0x008FF8C1 0xE4E6 # 0 +0x008FF8C2 0xE4E7 # 0 +0x008FF8C3 0xE4E8 # 0 +0x008FF8C4 0xE4E9 # 0 +0x008FF8C5 0xE4EA # 0 +0x008FF8C6 0xE4EB # 0 +0x008FF8C7 0xE4EC # 0 +0x008FF8C8 0xE4ED # 0 +0x008FF8C9 0xE4EE # 0 +0x008FF8CA 0xE4EF # 0 +0x008FF8CB 0xE4F0 # 0 +0x008FF8CC 0xE4F1 # 0 +0x008FF8CD 0xE4F2 # 0 +0x008FF8CE 0xE4F3 # 0 +0x008FF8CF 0xE4F4 # 0 +0x008FF8D0 0xE4F5 # 0 +0x008FF8D1 0xE4F6 # 0 +0x008FF8D2 0xE4F7 # 0 +0x008FF8D3 0xE4F8 # 0 +0x008FF8D4 0xE4F9 # 0 +0x008FF8D5 0xE4FA # 0 +0x008FF8D6 0xE4FB # 0 +0x008FF8D7 0xE4FC # 0 +0x008FF8D8 0xE4FD # 0 +0x008FF8D9 0xE4FE # 0 +0x008FF8DA 0xE4FF # 0 +0x008FF8DB 0xE500 # 0 +0x008FF8DC 0xE501 # 0 +0x008FF8DD 0xE502 # 0 +0x008FF8DE 0xE503 # 0 +0x008FF8DF 0xE504 # 0 +0x008FF8E0 0xE505 # 0 +0x008FF8E1 0xE506 # 0 +0x008FF8E2 0xE507 # 0 +0x008FF8E3 0xE508 # 0 +0x008FF8E4 0xE509 # 0 +0x008FF8E5 0xE50A # 0 +0x008FF8E6 0xE50B # 0 +0x008FF8E7 0xE50C # 0 +0x008FF8E8 0xE50D # 0 +0x008FF8E9 0xE50E # 0 +0x008FF8EA 0xE50F # 0 +0x008FF8EB 0xE510 # 0 +0x008FF8EC 0xE511 # 0 +0x008FF8ED 0xE512 # 0 +0x008FF8EE 0xE513 # 0 +0x008FF8EF 0xE514 # 0 +0x008FF8F0 0xE515 # 0 +0x008FF8F1 0xE516 # 0 +0x008FF8F2 0xE517 # 0 +0x008FF8F3 0xE518 # 0 +0x008FF8F4 0xE519 # 0 +0x008FF8F5 0xE51A # 0 +0x008FF8F6 0xE51B # 0 +0x008FF8F7 0xE51C # 0 +0x008FF8F8 0xE51D # 0 +0x008FF8F9 0xE51E # 0 +0x008FF8FA 0xE51F # 0 +0x008FF8FB 0xE520 # 0 +0x008FF8FC 0xE521 # 0 +0x008FF8FD 0xE522 # 0 +0x008FF8FE 0xE523 # 0 +0x008FF9A1 0xE524 # 0 +0x008FF9A2 0xE525 # 0 +0x008FF9A3 0xE526 # 0 +0x008FF9A4 0xE527 # 0 +0x008FF9A5 0xE528 # 0 +0x008FF9A6 0xE529 # 0 +0x008FF9A7 0xE52A # 0 +0x008FF9A8 0xE52B # 0 +0x008FF9A9 0xE52C # 0 +0x008FF9AA 0xE52D # 0 +0x008FF9AB 0xE52E # 0 +0x008FF9AC 0xE52F # 0 +0x008FF9AD 0xE530 # 0 +0x008FF9AE 0xE531 # 0 +0x008FF9AF 0xE532 # 0 +0x008FF9B0 0xE533 # 0 +0x008FF9B1 0xE534 # 0 +0x008FF9B2 0xE535 # 0 +0x008FF9B3 0xE536 # 0 +0x008FF9B4 0xE537 # 0 +0x008FF9B5 0xE538 # 0 +0x008FF9B6 0xE539 # 0 +0x008FF9B7 0xE53A # 0 +0x008FF9B8 0xE53B # 0 +0x008FF9B9 0xE53C # 0 +0x008FF9BA 0xE53D # 0 +0x008FF9BB 0xE53E # 0 +0x008FF9BC 0xE53F # 0 +0x008FF9BD 0xE540 # 0 +0x008FF9BE 0xE541 # 0 +0x008FF9BF 0xE542 # 0 +0x008FF9C0 0xE543 # 0 +0x008FF9C1 0xE544 # 0 +0x008FF9C2 0xE545 # 0 +0x008FF9C3 0xE546 # 0 +0x008FF9C4 0xE547 # 0 +0x008FF9C5 0xE548 # 0 +0x008FF9C6 0xE549 # 0 +0x008FF9C7 0xE54A # 0 +0x008FF9C8 0xE54B # 0 +0x008FF9C9 0xE54C # 0 +0x008FF9CA 0xE54D # 0 +0x008FF9CB 0xE54E # 0 +0x008FF9CC 0xE54F # 0 +0x008FF9CD 0xE550 # 0 +0x008FF9CE 0xE551 # 0 +0x008FF9CF 0xE552 # 0 +0x008FF9D0 0xE553 # 0 +0x008FF9D1 0xE554 # 0 +0x008FF9D2 0xE555 # 0 +0x008FF9D3 0xE556 # 0 +0x008FF9D4 0xE557 # 0 +0x008FF9D5 0xE558 # 0 +0x008FF9D6 0xE559 # 0 +0x008FF9D7 0xE55A # 0 +0x008FF9D8 0xE55B # 0 +0x008FF9D9 0xE55C # 0 +0x008FF9DA 0xE55D # 0 +0x008FF9DB 0xE55E # 0 +0x008FF9DC 0xE55F # 0 +0x008FF9DD 0xE560 # 0 +0x008FF9DE 0xE561 # 0 +0x008FF9DF 0xE562 # 0 +0x008FF9E0 0xE563 # 0 +0x008FF9E1 0xE564 # 0 +0x008FF9E2 0xE565 # 0 +0x008FF9E3 0xE566 # 0 +0x008FF9E4 0xE567 # 0 +0x008FF9E5 0xE568 # 0 +0x008FF9E6 0xE569 # 0 +0x008FF9E7 0xE56A # 0 +0x008FF9E8 0xE56B # 0 +0x008FF9E9 0xE56C # 0 +0x008FF9EA 0xE56D # 0 +0x008FF9EB 0xE56E # 0 +0x008FF9EC 0xE56F # 0 +0x008FF9ED 0xE570 # 0 +0x008FF9EE 0xE571 # 0 +0x008FF9EF 0xE572 # 0 +0x008FF9F0 0xE573 # 0 +0x008FF9F1 0xE574 # 0 +0x008FF9F2 0xE575 # 0 +0x008FF9F3 0xE576 # 0 +0x008FF9F4 0xE577 # 0 +0x008FF9F5 0xE578 # 0 +0x008FF9F6 0xE579 # 0 +0x008FF9F7 0xE57A # 0 +0x008FF9F8 0xE57B # 0 +0x008FF9F9 0xE57C # 0 +0x008FF9FA 0xE57D # 0 +0x008FF9FB 0xE57E # 0 +0x008FF9FC 0xE57F # 0 +0x008FF9FD 0xE580 # 0 +0x008FF9FE 0xE581 # 0 +0x008FFAA1 0xE582 # 0 +0x008FFAA2 0xE583 # 0 +0x008FFAA3 0xE584 # 0 +0x008FFAA4 0xE585 # 0 +0x008FFAA5 0xE586 # 0 +0x008FFAA6 0xE587 # 0 +0x008FFAA7 0xE588 # 0 +0x008FFAA8 0xE589 # 0 +0x008FFAA9 0xE58A # 0 +0x008FFAAA 0xE58B # 0 +0x008FFAAB 0xE58C # 0 +0x008FFAAC 0xE58D # 0 +0x008FFAAD 0xE58E # 0 +0x008FFAAE 0xE58F # 0 +0x008FFAAF 0xE590 # 0 +0x008FFAB0 0xE591 # 0 +0x008FFAB1 0xE592 # 0 +0x008FFAB2 0xE593 # 0 +0x008FFAB3 0xE594 # 0 +0x008FFAB4 0xE595 # 0 +0x008FFAB5 0xE596 # 0 +0x008FFAB6 0xE597 # 0 +0x008FFAB7 0xE598 # 0 +0x008FFAB8 0xE599 # 0 +0x008FFAB9 0xE59A # 0 +0x008FFABA 0xE59B # 0 +0x008FFABB 0xE59C # 0 +0x008FFABC 0xE59D # 0 +0x008FFABD 0xE59E # 0 +0x008FFABE 0xE59F # 0 +0x008FFABF 0xE5A0 # 0 +0x008FFAC0 0xE5A1 # 0 +0x008FFAC1 0xE5A2 # 0 +0x008FFAC2 0xE5A3 # 0 +0x008FFAC3 0xE5A4 # 0 +0x008FFAC4 0xE5A5 # 0 +0x008FFAC5 0xE5A6 # 0 +0x008FFAC6 0xE5A7 # 0 +0x008FFAC7 0xE5A8 # 0 +0x008FFAC8 0xE5A9 # 0 +0x008FFAC9 0xE5AA # 0 +0x008FFACA 0xE5AB # 0 +0x008FFACB 0xE5AC # 0 +0x008FFACC 0xE5AD # 0 +0x008FFACD 0xE5AE # 0 +0x008FFACE 0xE5AF # 0 +0x008FFACF 0xE5B0 # 0 +0x008FFAD0 0xE5B1 # 0 +0x008FFAD1 0xE5B2 # 0 +0x008FFAD2 0xE5B3 # 0 +0x008FFAD3 0xE5B4 # 0 +0x008FFAD4 0xE5B5 # 0 +0x008FFAD5 0xE5B6 # 0 +0x008FFAD6 0xE5B7 # 0 +0x008FFAD7 0xE5B8 # 0 +0x008FFAD8 0xE5B9 # 0 +0x008FFAD9 0xE5BA # 0 +0x008FFADA 0xE5BB # 0 +0x008FFADB 0xE5BC # 0 +0x008FFADC 0xE5BD # 0 +0x008FFADD 0xE5BE # 0 +0x008FFADE 0xE5BF # 0 +0x008FFADF 0xE5C0 # 0 +0x008FFAE0 0xE5C1 # 0 +0x008FFAE1 0xE5C2 # 0 +0x008FFAE2 0xE5C3 # 0 +0x008FFAE3 0xE5C4 # 0 +0x008FFAE4 0xE5C5 # 0 +0x008FFAE5 0xE5C6 # 0 +0x008FFAE6 0xE5C7 # 0 +0x008FFAE7 0xE5C8 # 0 +0x008FFAE8 0xE5C9 # 0 +0x008FFAE9 0xE5CA # 0 +0x008FFAEA 0xE5CB # 0 +0x008FFAEB 0xE5CC # 0 +0x008FFAEC 0xE5CD # 0 +0x008FFAED 0xE5CE # 0 +0x008FFAEE 0xE5CF # 0 +0x008FFAEF 0xE5D0 # 0 +0x008FFAF0 0xE5D1 # 0 +0x008FFAF1 0xE5D2 # 0 +0x008FFAF2 0xE5D3 # 0 +0x008FFAF3 0xE5D4 # 0 +0x008FFAF4 0xE5D5 # 0 +0x008FFAF5 0xE5D6 # 0 +0x008FFAF6 0xE5D7 # 0 +0x008FFAF7 0xE5D8 # 0 +0x008FFAF8 0xE5D9 # 0 +0x008FFAF9 0xE5DA # 0 +0x008FFAFA 0xE5DB # 0 +0x008FFAFB 0xE5DC # 0 +0x008FFAFC 0xE5DD # 0 +0x008FFAFD 0xE5DE # 0 +0x008FFAFE 0xE5DF # 0 +0x008FFBA1 0xE5E0 # 0 +0x008FFBA2 0xE5E1 # 0 +0x008FFBA3 0xE5E2 # 0 +0x008FFBA4 0xE5E3 # 0 +0x008FFBA5 0xE5E4 # 0 +0x008FFBA6 0xE5E5 # 0 +0x008FFBA7 0xE5E6 # 0 +0x008FFBA8 0xE5E7 # 0 +0x008FFBA9 0xE5E8 # 0 +0x008FFBAA 0xE5E9 # 0 +0x008FFBAB 0xE5EA # 0 +0x008FFBAC 0xE5EB # 0 +0x008FFBAD 0xE5EC # 0 +0x008FFBAE 0xE5ED # 0 +0x008FFBAF 0xE5EE # 0 +0x008FFBB0 0xE5EF # 0 +0x008FFBB1 0xE5F0 # 0 +0x008FFBB2 0xE5F1 # 0 +0x008FFBB3 0xE5F2 # 0 +0x008FFBB4 0xE5F3 # 0 +0x008FFBB5 0xE5F4 # 0 +0x008FFBB6 0xE5F5 # 0 +0x008FFBB7 0xE5F6 # 0 +0x008FFBB8 0xE5F7 # 0 +0x008FFBB9 0xE5F8 # 0 +0x008FFBBA 0xE5F9 # 0 +0x008FFBBB 0xE5FA # 0 +0x008FFBBC 0xE5FB # 0 +0x008FFBBD 0xE5FC # 0 +0x008FFBBE 0xE5FD # 0 +0x008FFBBF 0xE5FE # 0 +0x008FFBC0 0xE5FF # 0 +0x008FFBC1 0xE600 # 0 +0x008FFBC2 0xE601 # 0 +0x008FFBC3 0xE602 # 0 +0x008FFBC4 0xE603 # 0 +0x008FFBC5 0xE604 # 0 +0x008FFBC6 0xE605 # 0 +0x008FFBC7 0xE606 # 0 +0x008FFBC8 0xE607 # 0 +0x008FFBC9 0xE608 # 0 +0x008FFBCA 0xE609 # 0 +0x008FFBCB 0xE60A # 0 +0x008FFBCC 0xE60B # 0 +0x008FFBCD 0xE60C # 0 +0x008FFBCE 0xE60D # 0 +0x008FFBCF 0xE60E # 0 +0x008FFBD0 0xE60F # 0 +0x008FFBD1 0xE610 # 0 +0x008FFBD2 0xE611 # 0 +0x008FFBD3 0xE612 # 0 +0x008FFBD4 0xE613 # 0 +0x008FFBD5 0xE614 # 0 +0x008FFBD6 0xE615 # 0 +0x008FFBD7 0xE616 # 0 +0x008FFBD8 0xE617 # 0 +0x008FFBD9 0xE618 # 0 +0x008FFBDA 0xE619 # 0 +0x008FFBDB 0xE61A # 0 +0x008FFBDC 0xE61B # 0 +0x008FFBDD 0xE61C # 0 +0x008FFBDE 0xE61D # 0 +0x008FFBDF 0xE61E # 0 +0x008FFBE0 0xE61F # 0 +0x008FFBE1 0xE620 # 0 +0x008FFBE2 0xE621 # 0 +0x008FFBE3 0xE622 # 0 +0x008FFBE4 0xE623 # 0 +0x008FFBE5 0xE624 # 0 +0x008FFBE6 0xE625 # 0 +0x008FFBE7 0xE626 # 0 +0x008FFBE8 0xE627 # 0 +0x008FFBE9 0xE628 # 0 +0x008FFBEA 0xE629 # 0 +0x008FFBEB 0xE62A # 0 +0x008FFBEC 0xE62B # 0 +0x008FFBED 0xE62C # 0 +0x008FFBEE 0xE62D # 0 +0x008FFBEF 0xE62E # 0 +0x008FFBF0 0xE62F # 0 +0x008FFBF1 0xE630 # 0 +0x008FFBF2 0xE631 # 0 +0x008FFBF3 0xE632 # 0 +0x008FFBF4 0xE633 # 0 +0x008FFBF5 0xE634 # 0 +0x008FFBF6 0xE635 # 0 +0x008FFBF7 0xE636 # 0 +0x008FFBF8 0xE637 # 0 +0x008FFBF9 0xE638 # 0 +0x008FFBFA 0xE639 # 0 +0x008FFBFB 0xE63A # 0 +0x008FFBFC 0xE63B # 0 +0x008FFBFD 0xE63C # 0 +0x008FFBFE 0xE63D # 0 +0x008FFCA1 0xE63E # 0 +0x008FFCA2 0xE63F # 0 +0x008FFCA3 0xE640 # 0 +0x008FFCA4 0xE641 # 0 +0x008FFCA5 0xE642 # 0 +0x008FFCA6 0xE643 # 0 +0x008FFCA7 0xE644 # 0 +0x008FFCA8 0xE645 # 0 +0x008FFCA9 0xE646 # 0 +0x008FFCAA 0xE647 # 0 +0x008FFCAB 0xE648 # 0 +0x008FFCAC 0xE649 # 0 +0x008FFCAD 0xE64A # 0 +0x008FFCAE 0xE64B # 0 +0x008FFCAF 0xE64C # 0 +0x008FFCB0 0xE64D # 0 +0x008FFCB1 0xE64E # 0 +0x008FFCB2 0xE64F # 0 +0x008FFCB3 0xE650 # 0 +0x008FFCB4 0xE651 # 0 +0x008FFCB5 0xE652 # 0 +0x008FFCB6 0xE653 # 0 +0x008FFCB7 0xE654 # 0 +0x008FFCB8 0xE655 # 0 +0x008FFCB9 0xE656 # 0 +0x008FFCBA 0xE657 # 0 +0x008FFCBB 0xE658 # 0 +0x008FFCBC 0xE659 # 0 +0x008FFCBD 0xE65A # 0 +0x008FFCBE 0xE65B # 0 +0x008FFCBF 0xE65C # 0 +0x008FFCC0 0xE65D # 0 +0x008FFCC1 0xE65E # 0 +0x008FFCC2 0xE65F # 0 +0x008FFCC3 0xE660 # 0 +0x008FFCC4 0xE661 # 0 +0x008FFCC5 0xE662 # 0 +0x008FFCC6 0xE663 # 0 +0x008FFCC7 0xE664 # 0 +0x008FFCC8 0xE665 # 0 +0x008FFCC9 0xE666 # 0 +0x008FFCCA 0xE667 # 0 +0x008FFCCB 0xE668 # 0 +0x008FFCCC 0xE669 # 0 +0x008FFCCD 0xE66A # 0 +0x008FFCCE 0xE66B # 0 +0x008FFCCF 0xE66C # 0 +0x008FFCD0 0xE66D # 0 +0x008FFCD1 0xE66E # 0 +0x008FFCD2 0xE66F # 0 +0x008FFCD3 0xE670 # 0 +0x008FFCD4 0xE671 # 0 +0x008FFCD5 0xE672 # 0 +0x008FFCD6 0xE673 # 0 +0x008FFCD7 0xE674 # 0 +0x008FFCD8 0xE675 # 0 +0x008FFCD9 0xE676 # 0 +0x008FFCDA 0xE677 # 0 +0x008FFCDB 0xE678 # 0 +0x008FFCDC 0xE679 # 0 +0x008FFCDD 0xE67A # 0 +0x008FFCDE 0xE67B # 0 +0x008FFCDF 0xE67C # 0 +0x008FFCE0 0xE67D # 0 +0x008FFCE1 0xE67E # 0 +0x008FFCE2 0xE67F # 0 +0x008FFCE3 0xE680 # 0 +0x008FFCE4 0xE681 # 0 +0x008FFCE5 0xE682 # 0 +0x008FFCE6 0xE683 # 0 +0x008FFCE7 0xE684 # 0 +0x008FFCE8 0xE685 # 0 +0x008FFCE9 0xE686 # 0 +0x008FFCEA 0xE687 # 0 +0x008FFCEB 0xE688 # 0 +0x008FFCEC 0xE689 # 0 +0x008FFCED 0xE68A # 0 +0x008FFCEE 0xE68B # 0 +0x008FFCEF 0xE68C # 0 +0x008FFCF0 0xE68D # 0 +0x008FFCF1 0xE68E # 0 +0x008FFCF2 0xE68F # 0 +0x008FFCF3 0xE690 # 0 +0x008FFCF4 0xE691 # 0 +0x008FFCF5 0xE692 # 0 +0x008FFCF6 0xE693 # 0 +0x008FFCF7 0xE694 # 0 +0x008FFCF8 0xE695 # 0 +0x008FFCF9 0xE696 # 0 +0x008FFCFA 0xE697 # 0 +0x008FFCFB 0xE698 # 0 +0x008FFCFC 0xE699 # 0 +0x008FFCFD 0xE69A # 0 +0x008FFCFE 0xE69B # 0 +0x008FFDA1 0xE69C # 0 +0x008FFDA2 0xE69D # 0 +0x008FFDA3 0xE69E # 0 +0x008FFDA4 0xE69F # 0 +0x008FFDA5 0xE6A0 # 0 +0x008FFDA6 0xE6A1 # 0 +0x008FFDA7 0xE6A2 # 0 +0x008FFDA8 0xE6A3 # 0 +0x008FFDA9 0xE6A4 # 0 +0x008FFDAA 0xE6A5 # 0 +0x008FFDAB 0xE6A6 # 0 +0x008FFDAC 0xE6A7 # 0 +0x008FFDAD 0xE6A8 # 0 +0x008FFDAE 0xE6A9 # 0 +0x008FFDAF 0xE6AA # 0 +0x008FFDB0 0xE6AB # 0 +0x008FFDB1 0xE6AC # 0 +0x008FFDB2 0xE6AD # 0 +0x008FFDB3 0xE6AE # 0 +0x008FFDB4 0xE6AF # 0 +0x008FFDB5 0xE6B0 # 0 +0x008FFDB6 0xE6B1 # 0 +0x008FFDB7 0xE6B2 # 0 +0x008FFDB8 0xE6B3 # 0 +0x008FFDB9 0xE6B4 # 0 +0x008FFDBA 0xE6B5 # 0 +0x008FFDBB 0xE6B6 # 0 +0x008FFDBC 0xE6B7 # 0 +0x008FFDBD 0xE6B8 # 0 +0x008FFDBE 0xE6B9 # 0 +0x008FFDBF 0xE6BA # 0 +0x008FFDC0 0xE6BB # 0 +0x008FFDC1 0xE6BC # 0 +0x008FFDC2 0xE6BD # 0 +0x008FFDC3 0xE6BE # 0 +0x008FFDC4 0xE6BF # 0 +0x008FFDC5 0xE6C0 # 0 +0x008FFDC6 0xE6C1 # 0 +0x008FFDC7 0xE6C2 # 0 +0x008FFDC8 0xE6C3 # 0 +0x008FFDC9 0xE6C4 # 0 +0x008FFDCA 0xE6C5 # 0 +0x008FFDCB 0xE6C6 # 0 +0x008FFDCC 0xE6C7 # 0 +0x008FFDCD 0xE6C8 # 0 +0x008FFDCE 0xE6C9 # 0 +0x008FFDCF 0xE6CA # 0 +0x008FFDD0 0xE6CB # 0 +0x008FFDD1 0xE6CC # 0 +0x008FFDD2 0xE6CD # 0 +0x008FFDD3 0xE6CE # 0 +0x008FFDD4 0xE6CF # 0 +0x008FFDD5 0xE6D0 # 0 +0x008FFDD6 0xE6D1 # 0 +0x008FFDD7 0xE6D2 # 0 +0x008FFDD8 0xE6D3 # 0 +0x008FFDD9 0xE6D4 # 0 +0x008FFDDA 0xE6D5 # 0 +0x008FFDDB 0xE6D6 # 0 +0x008FFDDC 0xE6D7 # 0 +0x008FFDDD 0xE6D8 # 0 +0x008FFDDE 0xE6D9 # 0 +0x008FFDDF 0xE6DA # 0 +0x008FFDE0 0xE6DB # 0 +0x008FFDE1 0xE6DC # 0 +0x008FFDE2 0xE6DD # 0 +0x008FFDE3 0xE6DE # 0 +0x008FFDE4 0xE6DF # 0 +0x008FFDE5 0xE6E0 # 0 +0x008FFDE6 0xE6E1 # 0 +0x008FFDE7 0xE6E2 # 0 +0x008FFDE8 0xE6E3 # 0 +0x008FFDE9 0xE6E4 # 0 +0x008FFDEA 0xE6E5 # 0 +0x008FFDEB 0xE6E6 # 0 +0x008FFDEC 0xE6E7 # 0 +0x008FFDED 0xE6E8 # 0 +0x008FFDEE 0xE6E9 # 0 +0x008FFDEF 0xE6EA # 0 +0x008FFDF0 0xE6EB # 0 +0x008FFDF1 0xE6EC # 0 +0x008FFDF2 0xE6ED # 0 +0x008FFDF3 0xE6EE # 0 +0x008FFDF4 0xE6EF # 0 +0x008FFDF5 0xE6F0 # 0 +0x008FFDF6 0xE6F1 # 0 +0x008FFDF7 0xE6F2 # 0 +0x008FFDF8 0xE6F3 # 0 +0x008FFDF9 0xE6F4 # 0 +0x008FFDFA 0xE6F5 # 0 +0x008FFDFB 0xE6F6 # 0 +0x008FFDFC 0xE6F7 # 0 +0x008FFDFD 0xE6F8 # 0 +0x008FFDFE 0xE6F9 # 0 +0x008FFEA1 0xE6FA # 0 +0x008FFEA2 0xE6FB # 0 +0x008FFEA3 0xE6FC # 0 +0x008FFEA4 0xE6FD # 0 +0x008FFEA5 0xE6FE # 0 +0x008FFEA6 0xE6FF # 0 +0x008FFEA7 0xE700 # 0 +0x008FFEA8 0xE701 # 0 +0x008FFEA9 0xE702 # 0 +0x008FFEAA 0xE703 # 0 +0x008FFEAB 0xE704 # 0 +0x008FFEAC 0xE705 # 0 +0x008FFEAD 0xE706 # 0 +0x008FFEAE 0xE707 # 0 +0x008FFEAF 0xE708 # 0 +0x008FFEB0 0xE709 # 0 +0x008FFEB1 0xE70A # 0 +0x008FFEB2 0xE70B # 0 +0x008FFEB3 0xE70C # 0 +0x008FFEB4 0xE70D # 0 +0x008FFEB5 0xE70E # 0 +0x008FFEB6 0xE70F # 0 +0x008FFEB7 0xE710 # 0 +0x008FFEB8 0xE711 # 0 +0x008FFEB9 0xE712 # 0 +0x008FFEBA 0xE713 # 0 +0x008FFEBB 0xE714 # 0 +0x008FFEBC 0xE715 # 0 +0x008FFEBD 0xE716 # 0 +0x008FFEBE 0xE717 # 0 +0x008FFEBF 0xE718 # 0 +0x008FFEC0 0xE719 # 0 +0x008FFEC1 0xE71A # 0 +0x008FFEC2 0xE71B # 0 +0x008FFEC3 0xE71C # 0 +0x008FFEC4 0xE71D # 0 +0x008FFEC5 0xE71E # 0 +0x008FFEC6 0xE71F # 0 +0x008FFEC7 0xE720 # 0 +0x008FFEC8 0xE721 # 0 +0x008FFEC9 0xE722 # 0 +0x008FFECA 0xE723 # 0 +0x008FFECB 0xE724 # 0 +0x008FFECC 0xE725 # 0 +0x008FFECD 0xE726 # 0 +0x008FFECE 0xE727 # 0 +0x008FFECF 0xE728 # 0 +0x008FFED0 0xE729 # 0 +0x008FFED1 0xE72A # 0 +0x008FFED2 0xE72B # 0 +0x008FFED3 0xE72C # 0 +0x008FFED4 0xE72D # 0 +0x008FFED5 0xE72E # 0 +0x008FFED6 0xE72F # 0 +0x008FFED7 0xE730 # 0 +0x008FFED8 0xE731 # 0 +0x008FFED9 0xE732 # 0 +0x008FFEDA 0xE733 # 0 +0x008FFEDB 0xE734 # 0 +0x008FFEDC 0xE735 # 0 +0x008FFEDD 0xE736 # 0 +0x008FFEDE 0xE737 # 0 +0x008FFEDF 0xE738 # 0 +0x008FFEE0 0xE739 # 0 +0x008FFEE1 0xE73A # 0 +0x008FFEE2 0xE73B # 0 +0x008FFEE3 0xE73C # 0 +0x008FFEE4 0xE73D # 0 +0x008FFEE5 0xE73E # 0 +0x008FFEE6 0xE73F # 0 +0x008FFEE7 0xE740 # 0 +0x008FFEE8 0xE741 # 0 +0x008FFEE9 0xE742 # 0 +0x008FFEEA 0xE743 # 0 +0x008FFEEB 0xE744 # 0 +0x008FFEEC 0xE745 # 0 +0x008FFEED 0xE746 # 0 +0x008FFEEE 0xE747 # 0 +0x008FFEEF 0xE748 # 0 +0x008FFEF0 0xE749 # 0 +0x008FFEF1 0xE74A # 0 +0x008FFEF2 0xE74B # 0 +0x008FFEF3 0xE74C # 0 +0x008FFEF4 0xE74D # 0 +0x008FFEF5 0xE74E # 0 +0x008FFEF6 0xE74F # 0 +0x008FFEF7 0xE750 # 0 +0x008FFEF8 0xE751 # 0 +0x008FFEF9 0xE752 # 0 +0x008FFEFA 0xE753 # 0 +0x008FFEFB 0xE754 # 0 +0x008FFEFC 0xE755 # 0 +0x008FFEFD 0xE756 # 0 +0x008FFEFE 0xE757 # 0 diff --git a/data/euc-kr.txt b/data/euc-kr.txt new file mode 100644 index 0000000000..7ea5503602 --- /dev/null +++ b/data/euc-kr.txt @@ -0,0 +1,8371 @@ +# euc-kr.txt - EUC to Unicode charmap +0x00000000 0x0000 # 0 +0x00000001 0x0001 # 0 +0x00000002 0x0002 # 0 +0x00000003 0x0003 # 0 +0x00000004 0x0004 # 0 +0x00000005 0x0005 # 0 +0x00000006 0x0006 # 0 +0x00000007 0x0007 # 0 +0x00000008 0x0008 # 0 +0x00000009 0x0009 # 0 +0x0000000A 0x000A # 0 +0x0000000B 0x000B # 0 +0x0000000C 0x000C # 0 +0x0000000D 0x000D # 0 +0x0000000E 0x000E # 0 +0x0000000F 0x000F # 0 +0x00000010 0x0010 # 0 +0x00000011 0x0011 # 0 +0x00000012 0x0012 # 0 +0x00000013 0x0013 # 0 +0x00000014 0x0014 # 0 +0x00000015 0x0015 # 0 +0x00000016 0x0016 # 0 +0x00000017 0x0017 # 0 +0x00000018 0x0018 # 0 +0x00000019 0x0019 # 0 +0x0000001A 0x001A # 0 +0x0000001B 0x001B # 0 +0x0000001C 0x001C # 0 +0x0000001D 0x001D # 0 +0x0000001E 0x001E # 0 +0x0000001F 0x001F # 0 +0x00000020 0x0020 # 0 +0x00000021 0x0021 # 0 +0x00000022 0x0022 # 0 +0x00000023 0x0023 # 0 +0x00000024 0x0024 # 0 +0x00000025 0x0025 # 0 +0x00000026 0x0026 # 0 +0x00000027 0x0027 # 0 +0x00000028 0x0028 # 0 +0x00000029 0x0029 # 0 +0x0000002A 0x002A # 0 +0x0000002B 0x002B # 0 +0x0000002C 0x002C # 0 +0x0000002D 0x002D # 0 +0x0000002E 0x002E # 0 +0x0000002F 0x002F # 0 +0x00000030 0x0030 # 0 +0x00000031 0x0031 # 0 +0x00000032 0x0032 # 0 +0x00000033 0x0033 # 0 +0x00000034 0x0034 # 0 +0x00000035 0x0035 # 0 +0x00000036 0x0036 # 0 +0x00000037 0x0037 # 0 +0x00000038 0x0038 # 0 +0x00000039 0x0039 # 0 +0x0000003A 0x003A # 0 +0x0000003B 0x003B # 0 +0x0000003C 0x003C # 0 +0x0000003D 0x003D # 0 +0x0000003E 0x003E # 0 +0x0000003F 0x003F # 0 +0x00000040 0x0040 # 0 +0x00000041 0x0041 # 0 +0x00000042 0x0042 # 0 +0x00000043 0x0043 # 0 +0x00000044 0x0044 # 0 +0x00000045 0x0045 # 0 +0x00000046 0x0046 # 0 +0x00000047 0x0047 # 0 +0x00000048 0x0048 # 0 +0x00000049 0x0049 # 0 +0x0000004A 0x004A # 0 +0x0000004B 0x004B # 0 +0x0000004C 0x004C # 0 +0x0000004D 0x004D # 0 +0x0000004E 0x004E # 0 +0x0000004F 0x004F # 0 +0x00000050 0x0050 # 0 +0x00000051 0x0051 # 0 +0x00000052 0x0052 # 0 +0x00000053 0x0053 # 0 +0x00000054 0x0054 # 0 +0x00000055 0x0055 # 0 +0x00000056 0x0056 # 0 +0x00000057 0x0057 # 0 +0x00000058 0x0058 # 0 +0x00000059 0x0059 # 0 +0x0000005A 0x005A # 0 +0x0000005B 0x005B # 0 +0x0000005C 0x005C # 0 +0x0000005D 0x005D # 0 +0x0000005E 0x005E # 0 +0x0000005F 0x005F # 0 +0x00000060 0x0060 # 0 +0x00000061 0x0061 # 0 +0x00000062 0x0062 # 0 +0x00000063 0x0063 # 0 +0x00000064 0x0064 # 0 +0x00000065 0x0065 # 0 +0x00000066 0x0066 # 0 +0x00000067 0x0067 # 0 +0x00000068 0x0068 # 0 +0x00000069 0x0069 # 0 +0x0000006A 0x006A # 0 +0x0000006B 0x006B # 0 +0x0000006C 0x006C # 0 +0x0000006D 0x006D # 0 +0x0000006E 0x006E # 0 +0x0000006F 0x006F # 0 +0x00000070 0x0070 # 0 +0x00000071 0x0071 # 0 +0x00000072 0x0072 # 0 +0x00000073 0x0073 # 0 +0x00000074 0x0074 # 0 +0x00000075 0x0075 # 0 +0x00000076 0x0076 # 0 +0x00000077 0x0077 # 0 +0x00000078 0x0078 # 0 +0x00000079 0x0079 # 0 +0x0000007A 0x007A # 0 +0x0000007B 0x007B # 0 +0x0000007C 0x007C # 0 +0x0000007D 0x007D # 0 +0x0000007E 0x007E # 0 +0x0000007F 0x007F # 0 +0x0000A1A1 0x3000 # 0 +0x0000A1A2 0x3001 # 0 +0x0000A1A3 0x3002 # 0 +0x0000A1A4 0x30FB # 0 +0x0000A1A5 0x2025 # 0 +0x0000A1A6 0x2026 # 0 +0x0000A1A8 0x3003 # 0 +0x0000A1A9 0x2013 # 0 +0x0000A1AA 0x2014 # 0 +0x0000A1AB 0x2016 # 0 +0x0000A1AC 0xFF3C # 0 +0x0000A1AD 0xFF5E # 0 +0x0000A1AE 0x2018 # 0 +0x0000A1AF 0x2019 # 0 +0x0000A1B0 0x201C # 0 +0x0000A1B1 0x201D # 0 +0x0000A1B2 0x3014 # 0 +0x0000A1B3 0x3015 # 0 +0x0000A1B4 0x3008 # 0 +0x0000A1B5 0x3009 # 0 +0x0000A1B6 0x300A # 0 +0x0000A1B7 0x300B # 0 +0x0000A1B8 0x300C # 0 +0x0000A1B9 0x300D # 0 +0x0000A1BA 0x300E # 0 +0x0000A1BB 0x300F # 0 +0x0000A1BC 0x3010 # 0 +0x0000A1BD 0x3011 # 0 +0x0000A1C1 0x2260 # 0 +0x0000A1C2 0x2264 # 0 +0x0000A1C3 0x2265 # 0 +0x0000A1C4 0x221E # 0 +0x0000A1C5 0x2234 # 0 +0x0000A1C7 0x2032 # 0 +0x0000A1C8 0x2033 # 0 +0x0000A1C9 0x2103 # 0 +0x0000A1CA 0x212B # 0 +0x0000A1CB 0xFFE0 # 0 +0x0000A1CC 0xFFE1 # 0 +0x0000A1CD 0xFFE5 # 0 +0x0000A1CE 0x2642 # 0 +0x0000A1CF 0x2640 # 0 +0x0000A1D0 0x2220 # 0 +0x0000A1D1 0x22A5 # 0 +0x0000A1D2 0x2312 # 0 +0x0000A1D3 0x2202 # 0 +0x0000A1D4 0x2207 # 0 +0x0000A1D5 0x2261 # 0 +0x0000A1D6 0x2252 # 0 +0x0000A1D8 0x203B # 0 +0x0000A1D9 0x2606 # 0 +0x0000A1DA 0x2605 # 0 +0x0000A1DB 0x25CB # 0 +0x0000A1DC 0x25CF # 0 +0x0000A1DD 0x25CE # 0 +0x0000A1DE 0x25C7 # 0 +0x0000A1DF 0x25C6 # 0 +0x0000A1E0 0x25A1 # 0 +0x0000A1E1 0x25A0 # 0 +0x0000A1E2 0x25B3 # 0 +0x0000A1E3 0x25B2 # 0 +0x0000A1E4 0x25BD # 0 +0x0000A1E5 0x25BC # 0 +0x0000A1E6 0x2192 # 0 +0x0000A1E7 0x2190 # 0 +0x0000A1E8 0x2191 # 0 +0x0000A1E9 0x2193 # 0 +0x0000A1EA 0x2194 # 0 +0x0000A1EB 0x3013 # 0 +0x0000A1EE 0x221A # 0 +0x0000A1EF 0x223D # 0 +0x0000A1F0 0x221D # 0 +0x0000A1F1 0x2235 # 0 +0x0000A1F2 0x222B # 0 +0x0000A1F3 0x222C # 0 +0x0000A1F4 0x2208 # 0 +0x0000A1F5 0x220B # 0 +0x0000A1F6 0x2286 # 0 +0x0000A1F7 0x2287 # 0 +0x0000A1F8 0x2282 # 0 +0x0000A1F9 0x2283 # 0 +0x0000A1FA 0x222A # 0 +0x0000A1FB 0x2229 # 0 +0x0000A1FC 0x2227 # 0 +0x0000A1FD 0x2228 # 0 +0x0000A1FE 0xFFE2 # 0 +0x0000A2A1 0x21D2 # 0 +0x0000A2A2 0x21D4 # 0 +0x0000A2A3 0x2200 # 0 +0x0000A2A4 0x2203 # 0 +0x0000A2B0 0x2236 # 0 +0x0000A2B1 0x222E # 0 +0x0000A2B2 0x2211 # 0 +0x0000A2B3 0x220F # 0 +0x0000A2B5 0x2109 # 0 +0x0000A2B6 0x2030 # 0 +0x0000A2B7 0x25C1 # 0 +0x0000A2B8 0x25C0 # 0 +0x0000A2B9 0x25B7 # 0 +0x0000A2BA 0x25B6 # 0 +0x0000A2BB 0x2664 # 0 +0x0000A2BC 0x2660 # 0 +0x0000A2BD 0x2661 # 0 +0x0000A2BE 0x2665 # 0 +0x0000A2BF 0x2667 # 0 +0x0000A2C0 0x2663 # 0 +0x0000A2C1 0x25C9 # 0 +0x0000A2C2 0x25C8 # 0 +0x0000A2C3 0x25A3 # 0 +0x0000A2C4 0x25D0 # 0 +0x0000A2C5 0x25D1 # 0 +0x0000A2C6 0x2592 # 0 +0x0000A2C7 0x25A4 # 0 +0x0000A2C8 0x25A5 # 0 +0x0000A2C9 0x25A8 # 0 +0x0000A2CA 0x25A7 # 0 +0x0000A2CB 0x25A6 # 0 +0x0000A2CC 0x25A9 # 0 +0x0000A2CD 0x2668 # 0 +0x0000A2CE 0x260F # 0 +0x0000A2CF 0x260E # 0 +0x0000A2D0 0x261C # 0 +0x0000A2D1 0x261E # 0 +0x0000A2D3 0x2020 # 0 +0x0000A2D4 0x2021 # 0 +0x0000A2D5 0x2195 # 0 +0x0000A2D6 0x2197 # 0 +0x0000A2D7 0x2199 # 0 +0x0000A2D8 0x2196 # 0 +0x0000A2D9 0x2198 # 0 +0x0000A2DA 0x266D # 0 +0x0000A2DB 0x2669 # 0 +0x0000A2DC 0x266A # 0 +0x0000A2DD 0x266C # 0 +0x0000A2DE 0x327F # 0 +0x0000A2DF 0x321C # 0 +0x0000A2E0 0x2116 # 0 +0x0000A2E1 0x33C7 # 0 +0x0000A2E2 0x2122 # 0 +0x0000A2E3 0x33C2 # 0 +0x0000A2E4 0x33D8 # 0 +0x0000A2E5 0x2121 # 0 +0x0000A3A1 0xFF01 # 0 +0x0000A3A2 0xFF02 # 0 +0x0000A3A3 0xFF03 # 0 +0x0000A3A4 0xFF04 # 0 +0x0000A3A5 0xFF05 # 0 +0x0000A3A6 0xFF06 # 0 +0x0000A3A7 0xFF07 # 0 +0x0000A3A8 0xFF08 # 0 +0x0000A3A9 0xFF09 # 0 +0x0000A3AA 0xFF0A # 0 +0x0000A3AB 0xFF0B # 0 +0x0000A3AC 0xFF0C # 0 +0x0000A3AD 0xFF0D # 0 +0x0000A3AE 0xFF0E # 0 +0x0000A3AF 0xFF0F # 0 +0x0000A3B0 0xFF10 # 0 +0x0000A3B1 0xFF11 # 0 +0x0000A3B2 0xFF12 # 0 +0x0000A3B3 0xFF13 # 0 +0x0000A3B4 0xFF14 # 0 +0x0000A3B5 0xFF15 # 0 +0x0000A3B6 0xFF16 # 0 +0x0000A3B7 0xFF17 # 0 +0x0000A3B8 0xFF18 # 0 +0x0000A3B9 0xFF19 # 0 +0x0000A3BA 0xFF1A # 0 +0x0000A3BB 0xFF1B # 0 +0x0000A3BC 0xFF1C # 0 +0x0000A3BD 0xFF1D # 0 +0x0000A3BE 0xFF1E # 0 +0x0000A3BF 0xFF1F # 0 +0x0000A3C0 0xFF20 # 0 +0x0000A3C1 0xFF21 # 0 +0x0000A3C2 0xFF22 # 0 +0x0000A3C3 0xFF23 # 0 +0x0000A3C4 0xFF24 # 0 +0x0000A3C5 0xFF25 # 0 +0x0000A3C6 0xFF26 # 0 +0x0000A3C7 0xFF27 # 0 +0x0000A3C8 0xFF28 # 0 +0x0000A3C9 0xFF29 # 0 +0x0000A3CA 0xFF2A # 0 +0x0000A3CB 0xFF2B # 0 +0x0000A3CC 0xFF2C # 0 +0x0000A3CD 0xFF2D # 0 +0x0000A3CE 0xFF2E # 0 +0x0000A3CF 0xFF2F # 0 +0x0000A3D0 0xFF30 # 0 +0x0000A3D1 0xFF31 # 0 +0x0000A3D2 0xFF32 # 0 +0x0000A3D3 0xFF33 # 0 +0x0000A3D4 0xFF34 # 0 +0x0000A3D5 0xFF35 # 0 +0x0000A3D6 0xFF36 # 0 +0x0000A3D7 0xFF37 # 0 +0x0000A3D8 0xFF38 # 0 +0x0000A3D9 0xFF39 # 0 +0x0000A3DA 0xFF3A # 0 +0x0000A3DB 0xFF3B # 0 +0x0000A3DC 0xFFE6 # 0 +0x0000A3DD 0xFF3D # 0 +0x0000A3DE 0xFF3E # 0 +0x0000A3DF 0xFF3F # 0 +0x0000A3E0 0xFF40 # 0 +0x0000A3E1 0xFF41 # 0 +0x0000A3E2 0xFF42 # 0 +0x0000A3E3 0xFF43 # 0 +0x0000A3E4 0xFF44 # 0 +0x0000A3E5 0xFF45 # 0 +0x0000A3E6 0xFF46 # 0 +0x0000A3E7 0xFF47 # 0 +0x0000A3E8 0xFF48 # 0 +0x0000A3E9 0xFF49 # 0 +0x0000A3EA 0xFF4A # 0 +0x0000A3EB 0xFF4B # 0 +0x0000A3EC 0xFF4C # 0 +0x0000A3ED 0xFF4D # 0 +0x0000A3EE 0xFF4E # 0 +0x0000A3EF 0xFF4F # 0 +0x0000A3F0 0xFF50 # 0 +0x0000A3F1 0xFF51 # 0 +0x0000A3F2 0xFF52 # 0 +0x0000A3F3 0xFF53 # 0 +0x0000A3F4 0xFF54 # 0 +0x0000A3F5 0xFF55 # 0 +0x0000A3F6 0xFF56 # 0 +0x0000A3F7 0xFF57 # 0 +0x0000A3F8 0xFF58 # 0 +0x0000A3F9 0xFF59 # 0 +0x0000A3FA 0xFF5A # 0 +0x0000A3FB 0xFF5B # 0 +0x0000A3FC 0xFF5C # 0 +0x0000A3FD 0xFF5D # 0 +0x0000A3FE 0xFFE3 # 0 +0x0000A4A1 0x3131 # 0 +0x0000A4A2 0x3132 # 0 +0x0000A4A3 0x3133 # 0 +0x0000A4A4 0x3134 # 0 +0x0000A4A5 0x3135 # 0 +0x0000A4A6 0x3136 # 0 +0x0000A4A7 0x3137 # 0 +0x0000A4A8 0x3138 # 0 +0x0000A4A9 0x3139 # 0 +0x0000A4AA 0x313A # 0 +0x0000A4AB 0x313B # 0 +0x0000A4AC 0x313C # 0 +0x0000A4AD 0x313D # 0 +0x0000A4AE 0x313E # 0 +0x0000A4AF 0x313F # 0 +0x0000A4B0 0x3140 # 0 +0x0000A4B1 0x3141 # 0 +0x0000A4B2 0x3142 # 0 +0x0000A4B3 0x3143 # 0 +0x0000A4B4 0x3144 # 0 +0x0000A4B5 0x3145 # 0 +0x0000A4B6 0x3146 # 0 +0x0000A4B7 0x3147 # 0 +0x0000A4B8 0x3148 # 0 +0x0000A4B9 0x3149 # 0 +0x0000A4BA 0x314A # 0 +0x0000A4BB 0x314B # 0 +0x0000A4BC 0x314C # 0 +0x0000A4BD 0x314D # 0 +0x0000A4BE 0x314E # 0 +0x0000A4BF 0x314F # 0 +0x0000A4C0 0x3150 # 0 +0x0000A4C1 0x3151 # 0 +0x0000A4C2 0x3152 # 0 +0x0000A4C3 0x3153 # 0 +0x0000A4C4 0x3154 # 0 +0x0000A4C5 0x3155 # 0 +0x0000A4C6 0x3156 # 0 +0x0000A4C7 0x3157 # 0 +0x0000A4C8 0x3158 # 0 +0x0000A4C9 0x3159 # 0 +0x0000A4CA 0x315A # 0 +0x0000A4CB 0x315B # 0 +0x0000A4CC 0x315C # 0 +0x0000A4CD 0x315D # 0 +0x0000A4CE 0x315E # 0 +0x0000A4CF 0x315F # 0 +0x0000A4D0 0x3160 # 0 +0x0000A4D1 0x3161 # 0 +0x0000A4D2 0x3162 # 0 +0x0000A4D3 0x3163 # 0 +0x0000A4D4 0x3164 # 0 +0x0000A4D5 0x3165 # 0 +0x0000A4D6 0x3166 # 0 +0x0000A4D7 0x3167 # 0 +0x0000A4D8 0x3168 # 0 +0x0000A4D9 0x3169 # 0 +0x0000A4DA 0x316A # 0 +0x0000A4DB 0x316B # 0 +0x0000A4DC 0x316C # 0 +0x0000A4DD 0x316D # 0 +0x0000A4DE 0x316E # 0 +0x0000A4DF 0x316F # 0 +0x0000A4E0 0x3170 # 0 +0x0000A4E1 0x3171 # 0 +0x0000A4E2 0x3172 # 0 +0x0000A4E3 0x3173 # 0 +0x0000A4E4 0x3174 # 0 +0x0000A4E5 0x3175 # 0 +0x0000A4E6 0x3176 # 0 +0x0000A4E7 0x3177 # 0 +0x0000A4E8 0x3178 # 0 +0x0000A4E9 0x3179 # 0 +0x0000A4EA 0x317A # 0 +0x0000A4EB 0x317B # 0 +0x0000A4EC 0x317C # 0 +0x0000A4ED 0x317D # 0 +0x0000A4EE 0x317E # 0 +0x0000A4EF 0x317F # 0 +0x0000A4F0 0x3180 # 0 +0x0000A4F1 0x3181 # 0 +0x0000A4F2 0x3182 # 0 +0x0000A4F3 0x3183 # 0 +0x0000A4F4 0x3184 # 0 +0x0000A4F5 0x3185 # 0 +0x0000A4F6 0x3186 # 0 +0x0000A4F7 0x3187 # 0 +0x0000A4F8 0x3188 # 0 +0x0000A4F9 0x3189 # 0 +0x0000A4FA 0x318A # 0 +0x0000A4FB 0x318B # 0 +0x0000A4FC 0x318C # 0 +0x0000A4FD 0x318D # 0 +0x0000A4FE 0x318E # 0 +0x0000A5A1 0x2170 # 0 +0x0000A5A2 0x2171 # 0 +0x0000A5A3 0x2172 # 0 +0x0000A5A4 0x2173 # 0 +0x0000A5A5 0x2174 # 0 +0x0000A5A6 0x2175 # 0 +0x0000A5A7 0x2176 # 0 +0x0000A5A8 0x2177 # 0 +0x0000A5A9 0x2178 # 0 +0x0000A5AA 0x2179 # 0 +0x0000A5B0 0x2160 # 0 +0x0000A5B1 0x2161 # 0 +0x0000A5B2 0x2162 # 0 +0x0000A5B3 0x2163 # 0 +0x0000A5B4 0x2164 # 0 +0x0000A5B5 0x2165 # 0 +0x0000A5B6 0x2166 # 0 +0x0000A5B7 0x2167 # 0 +0x0000A5B8 0x2168 # 0 +0x0000A5B9 0x2169 # 0 +0x0000A6A1 0x2500 # 0 +0x0000A6A2 0x2502 # 0 +0x0000A6A3 0x250C # 0 +0x0000A6A4 0x2510 # 0 +0x0000A6A5 0x2518 # 0 +0x0000A6A6 0x2514 # 0 +0x0000A6A7 0x251C # 0 +0x0000A6A8 0x252C # 0 +0x0000A6A9 0x2524 # 0 +0x0000A6AA 0x2534 # 0 +0x0000A6AB 0x253C # 0 +0x0000A6AC 0x2501 # 0 +0x0000A6AD 0x2503 # 0 +0x0000A6AE 0x250F # 0 +0x0000A6AF 0x2513 # 0 +0x0000A6B0 0x251B # 0 +0x0000A6B1 0x2517 # 0 +0x0000A6B2 0x2523 # 0 +0x0000A6B3 0x2533 # 0 +0x0000A6B4 0x252B # 0 +0x0000A6B5 0x253B # 0 +0x0000A6B6 0x254B # 0 +0x0000A6B7 0x2520 # 0 +0x0000A6B8 0x252F # 0 +0x0000A6B9 0x2528 # 0 +0x0000A6BA 0x2537 # 0 +0x0000A6BB 0x253F # 0 +0x0000A6BC 0x251D # 0 +0x0000A6BD 0x2530 # 0 +0x0000A6BE 0x2525 # 0 +0x0000A6BF 0x2538 # 0 +0x0000A6C0 0x2542 # 0 +0x0000A6C1 0x2512 # 0 +0x0000A6C2 0x2511 # 0 +0x0000A6C3 0x251A # 0 +0x0000A6C4 0x2519 # 0 +0x0000A6C5 0x2516 # 0 +0x0000A6C6 0x2515 # 0 +0x0000A6C7 0x250E # 0 +0x0000A6C8 0x250D # 0 +0x0000A6C9 0x251E # 0 +0x0000A6CA 0x251F # 0 +0x0000A6CB 0x2521 # 0 +0x0000A6CC 0x2522 # 0 +0x0000A6CD 0x2526 # 0 +0x0000A6CE 0x2527 # 0 +0x0000A6CF 0x2529 # 0 +0x0000A6D0 0x252A # 0 +0x0000A6D1 0x252D # 0 +0x0000A6D2 0x252E # 0 +0x0000A6D3 0x2531 # 0 +0x0000A6D4 0x2532 # 0 +0x0000A6D5 0x2535 # 0 +0x0000A6D6 0x2536 # 0 +0x0000A6D7 0x2539 # 0 +0x0000A6D8 0x253A # 0 +0x0000A6D9 0x253D # 0 +0x0000A6DA 0x253E # 0 +0x0000A6DB 0x2540 # 0 +0x0000A6DC 0x2541 # 0 +0x0000A6DD 0x2543 # 0 +0x0000A6DE 0x2544 # 0 +0x0000A6DF 0x2545 # 0 +0x0000A6E0 0x2546 # 0 +0x0000A6E1 0x2547 # 0 +0x0000A6E2 0x2548 # 0 +0x0000A6E3 0x2549 # 0 +0x0000A6E4 0x254A # 0 +0x0000A7A1 0x3395 # 0 +0x0000A7A2 0x3396 # 0 +0x0000A7A3 0x3397 # 0 +0x0000A7A4 0x2113 # 0 +0x0000A7A5 0x3398 # 0 +0x0000A7A6 0x33C4 # 0 +0x0000A7A7 0x33A3 # 0 +0x0000A7A8 0x33A4 # 0 +0x0000A7A9 0x33A5 # 0 +0x0000A7AA 0x33A6 # 0 +0x0000A7AB 0x3399 # 0 +0x0000A7AC 0x339A # 0 +0x0000A7AD 0x339B # 0 +0x0000A7AE 0x339C # 0 +0x0000A7AF 0x339D # 0 +0x0000A7B0 0x339E # 0 +0x0000A7B1 0x339F # 0 +0x0000A7B2 0x33A0 # 0 +0x0000A7B3 0x33A1 # 0 +0x0000A7B4 0x33A2 # 0 +0x0000A7B5 0x33CA # 0 +0x0000A7B6 0x338D # 0 +0x0000A7B7 0x338E # 0 +0x0000A7B8 0x338F # 0 +0x0000A7B9 0x33CF # 0 +0x0000A7BA 0x3388 # 0 +0x0000A7BB 0x3389 # 0 +0x0000A7BC 0x33C8 # 0 +0x0000A7BD 0x33A7 # 0 +0x0000A7BE 0x33A8 # 0 +0x0000A7BF 0x33B0 # 0 +0x0000A7C0 0x33B1 # 0 +0x0000A7C1 0x33B2 # 0 +0x0000A7C2 0x33B3 # 0 +0x0000A7C3 0x33B4 # 0 +0x0000A7C4 0x33B5 # 0 +0x0000A7C5 0x33B6 # 0 +0x0000A7C6 0x33B7 # 0 +0x0000A7C7 0x33B8 # 0 +0x0000A7C8 0x33B9 # 0 +0x0000A7C9 0x3380 # 0 +0x0000A7CA 0x3381 # 0 +0x0000A7CB 0x3382 # 0 +0x0000A7CC 0x3383 # 0 +0x0000A7CD 0x3384 # 0 +0x0000A7CE 0x33BA # 0 +0x0000A7CF 0x33BB # 0 +0x0000A7D0 0x33BC # 0 +0x0000A7D1 0x33BD # 0 +0x0000A7D2 0x33BE # 0 +0x0000A7D3 0x33BF # 0 +0x0000A7D4 0x3390 # 0 +0x0000A7D5 0x3391 # 0 +0x0000A7D6 0x3392 # 0 +0x0000A7D7 0x3393 # 0 +0x0000A7D8 0x3394 # 0 +0x0000A7D9 0x2126 # 0 +0x0000A7DA 0x33C0 # 0 +0x0000A7DB 0x33C1 # 0 +0x0000A7DC 0x338A # 0 +0x0000A7DD 0x338B # 0 +0x0000A7DE 0x338C # 0 +0x0000A7DF 0x33D6 # 0 +0x0000A7E0 0x33C5 # 0 +0x0000A7E1 0x33AD # 0 +0x0000A7E2 0x33AE # 0 +0x0000A7E3 0x33AF # 0 +0x0000A7E4 0x33DB # 0 +0x0000A7E5 0x33A9 # 0 +0x0000A7E6 0x33AA # 0 +0x0000A7E7 0x33AB # 0 +0x0000A7E8 0x33AC # 0 +0x0000A7E9 0x33DD # 0 +0x0000A7EA 0x33D0 # 0 +0x0000A7EB 0x33D3 # 0 +0x0000A7EC 0x33C3 # 0 +0x0000A7ED 0x33C9 # 0 +0x0000A7EE 0x33DC # 0 +0x0000A7EF 0x33C6 # 0 +0x0000A8B1 0x3260 # 0 +0x0000A8B2 0x3261 # 0 +0x0000A8B3 0x3262 # 0 +0x0000A8B4 0x3263 # 0 +0x0000A8B5 0x3264 # 0 +0x0000A8B6 0x3265 # 0 +0x0000A8B7 0x3266 # 0 +0x0000A8B8 0x3267 # 0 +0x0000A8B9 0x3268 # 0 +0x0000A8BA 0x3269 # 0 +0x0000A8BB 0x326A # 0 +0x0000A8BC 0x326B # 0 +0x0000A8BD 0x326C # 0 +0x0000A8BE 0x326D # 0 +0x0000A8BF 0x326E # 0 +0x0000A8C0 0x326F # 0 +0x0000A8C1 0x3270 # 0 +0x0000A8C2 0x3271 # 0 +0x0000A8C3 0x3272 # 0 +0x0000A8C4 0x3273 # 0 +0x0000A8C5 0x3274 # 0 +0x0000A8C6 0x3275 # 0 +0x0000A8C7 0x3276 # 0 +0x0000A8C8 0x3277 # 0 +0x0000A8C9 0x3278 # 0 +0x0000A8CA 0x3279 # 0 +0x0000A8CB 0x327A # 0 +0x0000A8CC 0x327B # 0 +0x0000A8CD 0x24D0 # 0 +0x0000A8CE 0x24D1 # 0 +0x0000A8CF 0x24D2 # 0 +0x0000A8D0 0x24D3 # 0 +0x0000A8D1 0x24D4 # 0 +0x0000A8D2 0x24D5 # 0 +0x0000A8D3 0x24D6 # 0 +0x0000A8D4 0x24D7 # 0 +0x0000A8D5 0x24D8 # 0 +0x0000A8D6 0x24D9 # 0 +0x0000A8D7 0x24DA # 0 +0x0000A8D8 0x24DB # 0 +0x0000A8D9 0x24DC # 0 +0x0000A8DA 0x24DD # 0 +0x0000A8DB 0x24DE # 0 +0x0000A8DC 0x24DF # 0 +0x0000A8DD 0x24E0 # 0 +0x0000A8DE 0x24E1 # 0 +0x0000A8DF 0x24E2 # 0 +0x0000A8E0 0x24E3 # 0 +0x0000A8E1 0x24E4 # 0 +0x0000A8E2 0x24E5 # 0 +0x0000A8E3 0x24E6 # 0 +0x0000A8E4 0x24E7 # 0 +0x0000A8E5 0x24E8 # 0 +0x0000A8E6 0x24E9 # 0 +0x0000A8E7 0x2460 # 0 +0x0000A8E8 0x2461 # 0 +0x0000A8E9 0x2462 # 0 +0x0000A8EA 0x2463 # 0 +0x0000A8EB 0x2464 # 0 +0x0000A8EC 0x2465 # 0 +0x0000A8ED 0x2466 # 0 +0x0000A8EE 0x2467 # 0 +0x0000A8EF 0x2468 # 0 +0x0000A8F0 0x2469 # 0 +0x0000A8F1 0x246A # 0 +0x0000A8F2 0x246B # 0 +0x0000A8F3 0x246C # 0 +0x0000A8F4 0x246D # 0 +0x0000A8F5 0x246E # 0 +0x0000A8F7 0x2153 # 0 +0x0000A8F8 0x2154 # 0 +0x0000A8FB 0x215B # 0 +0x0000A8FC 0x215C # 0 +0x0000A8FD 0x215D # 0 +0x0000A8FE 0x215E # 0 +0x0000A9B1 0x3200 # 0 +0x0000A9B2 0x3201 # 0 +0x0000A9B3 0x3202 # 0 +0x0000A9B4 0x3203 # 0 +0x0000A9B5 0x3204 # 0 +0x0000A9B6 0x3205 # 0 +0x0000A9B7 0x3206 # 0 +0x0000A9B8 0x3207 # 0 +0x0000A9B9 0x3208 # 0 +0x0000A9BA 0x3209 # 0 +0x0000A9BB 0x320A # 0 +0x0000A9BC 0x320B # 0 +0x0000A9BD 0x320C # 0 +0x0000A9BE 0x320D # 0 +0x0000A9BF 0x320E # 0 +0x0000A9C0 0x320F # 0 +0x0000A9C1 0x3210 # 0 +0x0000A9C2 0x3211 # 0 +0x0000A9C3 0x3212 # 0 +0x0000A9C4 0x3213 # 0 +0x0000A9C5 0x3214 # 0 +0x0000A9C6 0x3215 # 0 +0x0000A9C7 0x3216 # 0 +0x0000A9C8 0x3217 # 0 +0x0000A9C9 0x3218 # 0 +0x0000A9CA 0x3219 # 0 +0x0000A9CB 0x321A # 0 +0x0000A9CC 0x321B # 0 +0x0000A9CD 0x249C # 0 +0x0000A9CE 0x249D # 0 +0x0000A9CF 0x249E # 0 +0x0000A9D0 0x249F # 0 +0x0000A9D1 0x24A0 # 0 +0x0000A9D2 0x24A1 # 0 +0x0000A9D3 0x24A2 # 0 +0x0000A9D4 0x24A3 # 0 +0x0000A9D5 0x24A4 # 0 +0x0000A9D6 0x24A5 # 0 +0x0000A9D7 0x24A6 # 0 +0x0000A9D8 0x24A7 # 0 +0x0000A9D9 0x24A8 # 0 +0x0000A9DA 0x24A9 # 0 +0x0000A9DB 0x24AA # 0 +0x0000A9DC 0x24AB # 0 +0x0000A9DD 0x24AC # 0 +0x0000A9DE 0x24AD # 0 +0x0000A9DF 0x24AE # 0 +0x0000A9E0 0x24AF # 0 +0x0000A9E1 0x24B0 # 0 +0x0000A9E2 0x24B1 # 0 +0x0000A9E3 0x24B2 # 0 +0x0000A9E4 0x24B3 # 0 +0x0000A9E5 0x24B4 # 0 +0x0000A9E6 0x24B5 # 0 +0x0000A9E7 0x2474 # 0 +0x0000A9E8 0x2475 # 0 +0x0000A9E9 0x2476 # 0 +0x0000A9EA 0x2477 # 0 +0x0000A9EB 0x2478 # 0 +0x0000A9EC 0x2479 # 0 +0x0000A9ED 0x247A # 0 +0x0000A9EE 0x247B # 0 +0x0000A9EF 0x247C # 0 +0x0000A9F0 0x247D # 0 +0x0000A9F1 0x247E # 0 +0x0000A9F2 0x247F # 0 +0x0000A9F3 0x2480 # 0 +0x0000A9F4 0x2481 # 0 +0x0000A9F5 0x2482 # 0 +0x0000A9F9 0x2074 # 0 +0x0000A9FA 0x207F # 0 +0x0000A9FB 0x2081 # 0 +0x0000A9FC 0x2082 # 0 +0x0000A9FD 0x2083 # 0 +0x0000A9FE 0x2084 # 0 +0x0000AAA1 0x3041 # 0 +0x0000AAA2 0x3042 # 0 +0x0000AAA3 0x3043 # 0 +0x0000AAA4 0x3044 # 0 +0x0000AAA5 0x3045 # 0 +0x0000AAA6 0x3046 # 0 +0x0000AAA7 0x3047 # 0 +0x0000AAA8 0x3048 # 0 +0x0000AAA9 0x3049 # 0 +0x0000AAAA 0x304A # 0 +0x0000AAAB 0x304B # 0 +0x0000AAAC 0x304C # 0 +0x0000AAAD 0x304D # 0 +0x0000AAAE 0x304E # 0 +0x0000AAAF 0x304F # 0 +0x0000AAB0 0x3050 # 0 +0x0000AAB1 0x3051 # 0 +0x0000AAB2 0x3052 # 0 +0x0000AAB3 0x3053 # 0 +0x0000AAB4 0x3054 # 0 +0x0000AAB5 0x3055 # 0 +0x0000AAB6 0x3056 # 0 +0x0000AAB7 0x3057 # 0 +0x0000AAB8 0x3058 # 0 +0x0000AAB9 0x3059 # 0 +0x0000AABA 0x305A # 0 +0x0000AABB 0x305B # 0 +0x0000AABC 0x305C # 0 +0x0000AABD 0x305D # 0 +0x0000AABE 0x305E # 0 +0x0000AABF 0x305F # 0 +0x0000AAC0 0x3060 # 0 +0x0000AAC1 0x3061 # 0 +0x0000AAC2 0x3062 # 0 +0x0000AAC3 0x3063 # 0 +0x0000AAC4 0x3064 # 0 +0x0000AAC5 0x3065 # 0 +0x0000AAC6 0x3066 # 0 +0x0000AAC7 0x3067 # 0 +0x0000AAC8 0x3068 # 0 +0x0000AAC9 0x3069 # 0 +0x0000AACA 0x306A # 0 +0x0000AACB 0x306B # 0 +0x0000AACC 0x306C # 0 +0x0000AACD 0x306D # 0 +0x0000AACE 0x306E # 0 +0x0000AACF 0x306F # 0 +0x0000AAD0 0x3070 # 0 +0x0000AAD1 0x3071 # 0 +0x0000AAD2 0x3072 # 0 +0x0000AAD3 0x3073 # 0 +0x0000AAD4 0x3074 # 0 +0x0000AAD5 0x3075 # 0 +0x0000AAD6 0x3076 # 0 +0x0000AAD7 0x3077 # 0 +0x0000AAD8 0x3078 # 0 +0x0000AAD9 0x3079 # 0 +0x0000AADA 0x307A # 0 +0x0000AADB 0x307B # 0 +0x0000AADC 0x307C # 0 +0x0000AADD 0x307D # 0 +0x0000AADE 0x307E # 0 +0x0000AADF 0x307F # 0 +0x0000AAE0 0x3080 # 0 +0x0000AAE1 0x3081 # 0 +0x0000AAE2 0x3082 # 0 +0x0000AAE3 0x3083 # 0 +0x0000AAE4 0x3084 # 0 +0x0000AAE5 0x3085 # 0 +0x0000AAE6 0x3086 # 0 +0x0000AAE7 0x3087 # 0 +0x0000AAE8 0x3088 # 0 +0x0000AAE9 0x3089 # 0 +0x0000AAEA 0x308A # 0 +0x0000AAEB 0x308B # 0 +0x0000AAEC 0x308C # 0 +0x0000AAED 0x308D # 0 +0x0000AAEE 0x308E # 0 +0x0000AAEF 0x308F # 0 +0x0000AAF0 0x3090 # 0 +0x0000AAF1 0x3091 # 0 +0x0000AAF2 0x3092 # 0 +0x0000AAF3 0x3093 # 0 +0x0000ABA1 0x30A1 # 0 +0x0000ABA2 0x30A2 # 0 +0x0000ABA3 0x30A3 # 0 +0x0000ABA4 0x30A4 # 0 +0x0000ABA5 0x30A5 # 0 +0x0000ABA6 0x30A6 # 0 +0x0000ABA7 0x30A7 # 0 +0x0000ABA8 0x30A8 # 0 +0x0000ABA9 0x30A9 # 0 +0x0000ABAA 0x30AA # 0 +0x0000ABAB 0x30AB # 0 +0x0000ABAC 0x30AC # 0 +0x0000ABAD 0x30AD # 0 +0x0000ABAE 0x30AE # 0 +0x0000ABAF 0x30AF # 0 +0x0000ABB0 0x30B0 # 0 +0x0000ABB1 0x30B1 # 0 +0x0000ABB2 0x30B2 # 0 +0x0000ABB3 0x30B3 # 0 +0x0000ABB4 0x30B4 # 0 +0x0000ABB5 0x30B5 # 0 +0x0000ABB6 0x30B6 # 0 +0x0000ABB7 0x30B7 # 0 +0x0000ABB8 0x30B8 # 0 +0x0000ABB9 0x30B9 # 0 +0x0000ABBA 0x30BA # 0 +0x0000ABBB 0x30BB # 0 +0x0000ABBC 0x30BC # 0 +0x0000ABBD 0x30BD # 0 +0x0000ABBE 0x30BE # 0 +0x0000ABBF 0x30BF # 0 +0x0000ABC0 0x30C0 # 0 +0x0000ABC1 0x30C1 # 0 +0x0000ABC2 0x30C2 # 0 +0x0000ABC3 0x30C3 # 0 +0x0000ABC4 0x30C4 # 0 +0x0000ABC5 0x30C5 # 0 +0x0000ABC6 0x30C6 # 0 +0x0000ABC7 0x30C7 # 0 +0x0000ABC8 0x30C8 # 0 +0x0000ABC9 0x30C9 # 0 +0x0000ABCA 0x30CA # 0 +0x0000ABCB 0x30CB # 0 +0x0000ABCC 0x30CC # 0 +0x0000ABCD 0x30CD # 0 +0x0000ABCE 0x30CE # 0 +0x0000ABCF 0x30CF # 0 +0x0000ABD0 0x30D0 # 0 +0x0000ABD1 0x30D1 # 0 +0x0000ABD2 0x30D2 # 0 +0x0000ABD3 0x30D3 # 0 +0x0000ABD4 0x30D4 # 0 +0x0000ABD5 0x30D5 # 0 +0x0000ABD6 0x30D6 # 0 +0x0000ABD7 0x30D7 # 0 +0x0000ABD8 0x30D8 # 0 +0x0000ABD9 0x30D9 # 0 +0x0000ABDA 0x30DA # 0 +0x0000ABDB 0x30DB # 0 +0x0000ABDC 0x30DC # 0 +0x0000ABDD 0x30DD # 0 +0x0000ABDE 0x30DE # 0 +0x0000ABDF 0x30DF # 0 +0x0000ABE0 0x30E0 # 0 +0x0000ABE1 0x30E1 # 0 +0x0000ABE2 0x30E2 # 0 +0x0000ABE3 0x30E3 # 0 +0x0000ABE4 0x30E4 # 0 +0x0000ABE5 0x30E5 # 0 +0x0000ABE6 0x30E6 # 0 +0x0000ABE7 0x30E7 # 0 +0x0000ABE8 0x30E8 # 0 +0x0000ABE9 0x30E9 # 0 +0x0000ABEA 0x30EA # 0 +0x0000ABEB 0x30EB # 0 +0x0000ABEC 0x30EC # 0 +0x0000ABED 0x30ED # 0 +0x0000ABEE 0x30EE # 0 +0x0000ABEF 0x30EF # 0 +0x0000ABF0 0x30F0 # 0 +0x0000ABF1 0x30F1 # 0 +0x0000ABF2 0x30F2 # 0 +0x0000ABF3 0x30F3 # 0 +0x0000ABF4 0x30F4 # 0 +0x0000ABF5 0x30F5 # 0 +0x0000ABF6 0x30F6 # 0 +0x0000B0A1 0xAC00 # 0 +0x0000B0A2 0xAC01 # 0 +0x0000B0A3 0xAC04 # 0 +0x0000B0A4 0xAC07 # 0 +0x0000B0A5 0xAC08 # 0 +0x0000B0A6 0xAC09 # 0 +0x0000B0A7 0xAC0A # 0 +0x0000B0A8 0xAC10 # 0 +0x0000B0A9 0xAC11 # 0 +0x0000B0AA 0xAC12 # 0 +0x0000B0AB 0xAC13 # 0 +0x0000B0AC 0xAC14 # 0 +0x0000B0AD 0xAC15 # 0 +0x0000B0AE 0xAC16 # 0 +0x0000B0AF 0xAC17 # 0 +0x0000B0B0 0xAC19 # 0 +0x0000B0B1 0xAC1A # 0 +0x0000B0B2 0xAC1B # 0 +0x0000B0B3 0xAC1C # 0 +0x0000B0B4 0xAC1D # 0 +0x0000B0B5 0xAC20 # 0 +0x0000B0B6 0xAC24 # 0 +0x0000B0B7 0xAC2C # 0 +0x0000B0B8 0xAC2D # 0 +0x0000B0B9 0xAC2F # 0 +0x0000B0BA 0xAC30 # 0 +0x0000B0BB 0xAC31 # 0 +0x0000B0BC 0xAC38 # 0 +0x0000B0BD 0xAC39 # 0 +0x0000B0BE 0xAC3C # 0 +0x0000B0BF 0xAC40 # 0 +0x0000B0C0 0xAC4B # 0 +0x0000B0C1 0xAC4D # 0 +0x0000B0C2 0xAC54 # 0 +0x0000B0C3 0xAC58 # 0 +0x0000B0C4 0xAC5C # 0 +0x0000B0C5 0xAC70 # 0 +0x0000B0C6 0xAC71 # 0 +0x0000B0C7 0xAC74 # 0 +0x0000B0C8 0xAC77 # 0 +0x0000B0C9 0xAC78 # 0 +0x0000B0CA 0xAC7A # 0 +0x0000B0CB 0xAC80 # 0 +0x0000B0CC 0xAC81 # 0 +0x0000B0CD 0xAC83 # 0 +0x0000B0CE 0xAC84 # 0 +0x0000B0CF 0xAC85 # 0 +0x0000B0D0 0xAC86 # 0 +0x0000B0D1 0xAC89 # 0 +0x0000B0D2 0xAC8A # 0 +0x0000B0D3 0xAC8B # 0 +0x0000B0D4 0xAC8C # 0 +0x0000B0D5 0xAC90 # 0 +0x0000B0D6 0xAC94 # 0 +0x0000B0D7 0xAC9C # 0 +0x0000B0D8 0xAC9D # 0 +0x0000B0D9 0xAC9F # 0 +0x0000B0DA 0xACA0 # 0 +0x0000B0DB 0xACA1 # 0 +0x0000B0DC 0xACA8 # 0 +0x0000B0DD 0xACA9 # 0 +0x0000B0DE 0xACAA # 0 +0x0000B0DF 0xACAC # 0 +0x0000B0E0 0xACAF # 0 +0x0000B0E1 0xACB0 # 0 +0x0000B0E2 0xACB8 # 0 +0x0000B0E3 0xACB9 # 0 +0x0000B0E4 0xACBB # 0 +0x0000B0E5 0xACBC # 0 +0x0000B0E6 0xACBD # 0 +0x0000B0E7 0xACC1 # 0 +0x0000B0E8 0xACC4 # 0 +0x0000B0E9 0xACC8 # 0 +0x0000B0EA 0xACCC # 0 +0x0000B0EB 0xACD5 # 0 +0x0000B0EC 0xACD7 # 0 +0x0000B0ED 0xACE0 # 0 +0x0000B0EE 0xACE1 # 0 +0x0000B0EF 0xACE4 # 0 +0x0000B0F0 0xACE7 # 0 +0x0000B0F1 0xACE8 # 0 +0x0000B0F2 0xACEA # 0 +0x0000B0F3 0xACEC # 0 +0x0000B0F4 0xACEF # 0 +0x0000B0F5 0xACF0 # 0 +0x0000B0F6 0xACF1 # 0 +0x0000B0F7 0xACF3 # 0 +0x0000B0F8 0xACF5 # 0 +0x0000B0F9 0xACF6 # 0 +0x0000B0FA 0xACFC # 0 +0x0000B0FB 0xACFD # 0 +0x0000B0FC 0xAD00 # 0 +0x0000B0FD 0xAD04 # 0 +0x0000B0FE 0xAD06 # 0 +0x0000B1A1 0xAD0C # 0 +0x0000B1A2 0xAD0D # 0 +0x0000B1A3 0xAD0F # 0 +0x0000B1A4 0xAD11 # 0 +0x0000B1A5 0xAD18 # 0 +0x0000B1A6 0xAD1C # 0 +0x0000B1A7 0xAD20 # 0 +0x0000B1A8 0xAD29 # 0 +0x0000B1A9 0xAD2C # 0 +0x0000B1AA 0xAD2D # 0 +0x0000B1AB 0xAD34 # 0 +0x0000B1AC 0xAD35 # 0 +0x0000B1AD 0xAD38 # 0 +0x0000B1AE 0xAD3C # 0 +0x0000B1AF 0xAD44 # 0 +0x0000B1B0 0xAD45 # 0 +0x0000B1B1 0xAD47 # 0 +0x0000B1B2 0xAD49 # 0 +0x0000B1B3 0xAD50 # 0 +0x0000B1B4 0xAD54 # 0 +0x0000B1B5 0xAD58 # 0 +0x0000B1B6 0xAD61 # 0 +0x0000B1B7 0xAD63 # 0 +0x0000B1B8 0xAD6C # 0 +0x0000B1B9 0xAD6D # 0 +0x0000B1BA 0xAD70 # 0 +0x0000B1BB 0xAD73 # 0 +0x0000B1BC 0xAD74 # 0 +0x0000B1BD 0xAD75 # 0 +0x0000B1BE 0xAD76 # 0 +0x0000B1BF 0xAD7B # 0 +0x0000B1C0 0xAD7C # 0 +0x0000B1C1 0xAD7D # 0 +0x0000B1C2 0xAD7F # 0 +0x0000B1C3 0xAD81 # 0 +0x0000B1C4 0xAD82 # 0 +0x0000B1C5 0xAD88 # 0 +0x0000B1C6 0xAD89 # 0 +0x0000B1C7 0xAD8C # 0 +0x0000B1C8 0xAD90 # 0 +0x0000B1C9 0xAD9C # 0 +0x0000B1CA 0xAD9D # 0 +0x0000B1CB 0xADA4 # 0 +0x0000B1CC 0xADB7 # 0 +0x0000B1CD 0xADC0 # 0 +0x0000B1CE 0xADC1 # 0 +0x0000B1CF 0xADC4 # 0 +0x0000B1D0 0xADC8 # 0 +0x0000B1D1 0xADD0 # 0 +0x0000B1D2 0xADD1 # 0 +0x0000B1D3 0xADD3 # 0 +0x0000B1D4 0xADDC # 0 +0x0000B1D5 0xADE0 # 0 +0x0000B1D6 0xADE4 # 0 +0x0000B1D7 0xADF8 # 0 +0x0000B1D8 0xADF9 # 0 +0x0000B1D9 0xADFC # 0 +0x0000B1DA 0xADFF # 0 +0x0000B1DB 0xAE00 # 0 +0x0000B1DC 0xAE01 # 0 +0x0000B1DD 0xAE08 # 0 +0x0000B1DE 0xAE09 # 0 +0x0000B1DF 0xAE0B # 0 +0x0000B1E0 0xAE0D # 0 +0x0000B1E1 0xAE14 # 0 +0x0000B1E2 0xAE30 # 0 +0x0000B1E3 0xAE31 # 0 +0x0000B1E4 0xAE34 # 0 +0x0000B1E5 0xAE37 # 0 +0x0000B1E6 0xAE38 # 0 +0x0000B1E7 0xAE3A # 0 +0x0000B1E8 0xAE40 # 0 +0x0000B1E9 0xAE41 # 0 +0x0000B1EA 0xAE43 # 0 +0x0000B1EB 0xAE45 # 0 +0x0000B1EC 0xAE46 # 0 +0x0000B1ED 0xAE4A # 0 +0x0000B1EE 0xAE4C # 0 +0x0000B1EF 0xAE4D # 0 +0x0000B1F0 0xAE4E # 0 +0x0000B1F1 0xAE50 # 0 +0x0000B1F2 0xAE54 # 0 +0x0000B1F3 0xAE56 # 0 +0x0000B1F4 0xAE5C # 0 +0x0000B1F5 0xAE5D # 0 +0x0000B1F6 0xAE5F # 0 +0x0000B1F7 0xAE60 # 0 +0x0000B1F8 0xAE61 # 0 +0x0000B1F9 0xAE65 # 0 +0x0000B1FA 0xAE68 # 0 +0x0000B1FB 0xAE69 # 0 +0x0000B1FC 0xAE6C # 0 +0x0000B1FD 0xAE70 # 0 +0x0000B1FE 0xAE78 # 0 +0x0000B2A1 0xAE79 # 0 +0x0000B2A2 0xAE7B # 0 +0x0000B2A3 0xAE7C # 0 +0x0000B2A4 0xAE7D # 0 +0x0000B2A5 0xAE84 # 0 +0x0000B2A6 0xAE85 # 0 +0x0000B2A7 0xAE8C # 0 +0x0000B2A8 0xAEBC # 0 +0x0000B2A9 0xAEBD # 0 +0x0000B2AA 0xAEBE # 0 +0x0000B2AB 0xAEC0 # 0 +0x0000B2AC 0xAEC4 # 0 +0x0000B2AD 0xAECC # 0 +0x0000B2AE 0xAECD # 0 +0x0000B2AF 0xAECF # 0 +0x0000B2B0 0xAED0 # 0 +0x0000B2B1 0xAED1 # 0 +0x0000B2B2 0xAED8 # 0 +0x0000B2B3 0xAED9 # 0 +0x0000B2B4 0xAEDC # 0 +0x0000B2B5 0xAEE8 # 0 +0x0000B2B6 0xAEEB # 0 +0x0000B2B7 0xAEED # 0 +0x0000B2B8 0xAEF4 # 0 +0x0000B2B9 0xAEF8 # 0 +0x0000B2BA 0xAEFC # 0 +0x0000B2BB 0xAF07 # 0 +0x0000B2BC 0xAF08 # 0 +0x0000B2BD 0xAF0D # 0 +0x0000B2BE 0xAF10 # 0 +0x0000B2BF 0xAF2C # 0 +0x0000B2C0 0xAF2D # 0 +0x0000B2C1 0xAF30 # 0 +0x0000B2C2 0xAF32 # 0 +0x0000B2C3 0xAF34 # 0 +0x0000B2C4 0xAF3C # 0 +0x0000B2C5 0xAF3D # 0 +0x0000B2C6 0xAF3F # 0 +0x0000B2C7 0xAF41 # 0 +0x0000B2C8 0xAF42 # 0 +0x0000B2C9 0xAF43 # 0 +0x0000B2CA 0xAF48 # 0 +0x0000B2CB 0xAF49 # 0 +0x0000B2CC 0xAF50 # 0 +0x0000B2CD 0xAF5C # 0 +0x0000B2CE 0xAF5D # 0 +0x0000B2CF 0xAF64 # 0 +0x0000B2D0 0xAF65 # 0 +0x0000B2D1 0xAF79 # 0 +0x0000B2D2 0xAF80 # 0 +0x0000B2D3 0xAF84 # 0 +0x0000B2D4 0xAF88 # 0 +0x0000B2D5 0xAF90 # 0 +0x0000B2D6 0xAF91 # 0 +0x0000B2D7 0xAF95 # 0 +0x0000B2D8 0xAF9C # 0 +0x0000B2D9 0xAFB8 # 0 +0x0000B2DA 0xAFB9 # 0 +0x0000B2DB 0xAFBC # 0 +0x0000B2DC 0xAFC0 # 0 +0x0000B2DD 0xAFC7 # 0 +0x0000B2DE 0xAFC8 # 0 +0x0000B2DF 0xAFC9 # 0 +0x0000B2E0 0xAFCB # 0 +0x0000B2E1 0xAFCD # 0 +0x0000B2E2 0xAFCE # 0 +0x0000B2E3 0xAFD4 # 0 +0x0000B2E4 0xAFDC # 0 +0x0000B2E5 0xAFE8 # 0 +0x0000B2E6 0xAFE9 # 0 +0x0000B2E7 0xAFF0 # 0 +0x0000B2E8 0xAFF1 # 0 +0x0000B2E9 0xAFF4 # 0 +0x0000B2EA 0xAFF8 # 0 +0x0000B2EB 0xB000 # 0 +0x0000B2EC 0xB001 # 0 +0x0000B2ED 0xB004 # 0 +0x0000B2EE 0xB00C # 0 +0x0000B2EF 0xB010 # 0 +0x0000B2F0 0xB014 # 0 +0x0000B2F1 0xB01C # 0 +0x0000B2F2 0xB01D # 0 +0x0000B2F3 0xB028 # 0 +0x0000B2F4 0xB044 # 0 +0x0000B2F5 0xB045 # 0 +0x0000B2F6 0xB048 # 0 +0x0000B2F7 0xB04A # 0 +0x0000B2F8 0xB04C # 0 +0x0000B2F9 0xB04E # 0 +0x0000B2FA 0xB053 # 0 +0x0000B2FB 0xB054 # 0 +0x0000B2FC 0xB055 # 0 +0x0000B2FD 0xB057 # 0 +0x0000B2FE 0xB059 # 0 +0x0000B3A1 0xB05D # 0 +0x0000B3A2 0xB07C # 0 +0x0000B3A3 0xB07D # 0 +0x0000B3A4 0xB080 # 0 +0x0000B3A5 0xB084 # 0 +0x0000B3A6 0xB08C # 0 +0x0000B3A7 0xB08D # 0 +0x0000B3A8 0xB08F # 0 +0x0000B3A9 0xB091 # 0 +0x0000B3AA 0xB098 # 0 +0x0000B3AB 0xB099 # 0 +0x0000B3AC 0xB09A # 0 +0x0000B3AD 0xB09C # 0 +0x0000B3AE 0xB09F # 0 +0x0000B3AF 0xB0A0 # 0 +0x0000B3B0 0xB0A1 # 0 +0x0000B3B1 0xB0A2 # 0 +0x0000B3B2 0xB0A8 # 0 +0x0000B3B3 0xB0A9 # 0 +0x0000B3B4 0xB0AB # 0 +0x0000B3B5 0xB0AC # 0 +0x0000B3B6 0xB0AD # 0 +0x0000B3B7 0xB0AE # 0 +0x0000B3B8 0xB0AF # 0 +0x0000B3B9 0xB0B1 # 0 +0x0000B3BA 0xB0B3 # 0 +0x0000B3BB 0xB0B4 # 0 +0x0000B3BC 0xB0B5 # 0 +0x0000B3BD 0xB0B8 # 0 +0x0000B3BE 0xB0BC # 0 +0x0000B3BF 0xB0C4 # 0 +0x0000B3C0 0xB0C5 # 0 +0x0000B3C1 0xB0C7 # 0 +0x0000B3C2 0xB0C8 # 0 +0x0000B3C3 0xB0C9 # 0 +0x0000B3C4 0xB0D0 # 0 +0x0000B3C5 0xB0D1 # 0 +0x0000B3C6 0xB0D4 # 0 +0x0000B3C7 0xB0D8 # 0 +0x0000B3C8 0xB0E0 # 0 +0x0000B3C9 0xB0E5 # 0 +0x0000B3CA 0xB108 # 0 +0x0000B3CB 0xB109 # 0 +0x0000B3CC 0xB10B # 0 +0x0000B3CD 0xB10C # 0 +0x0000B3CE 0xB110 # 0 +0x0000B3CF 0xB112 # 0 +0x0000B3D0 0xB113 # 0 +0x0000B3D1 0xB118 # 0 +0x0000B3D2 0xB119 # 0 +0x0000B3D3 0xB11B # 0 +0x0000B3D4 0xB11C # 0 +0x0000B3D5 0xB11D # 0 +0x0000B3D6 0xB123 # 0 +0x0000B3D7 0xB124 # 0 +0x0000B3D8 0xB125 # 0 +0x0000B3D9 0xB128 # 0 +0x0000B3DA 0xB12C # 0 +0x0000B3DB 0xB134 # 0 +0x0000B3DC 0xB135 # 0 +0x0000B3DD 0xB137 # 0 +0x0000B3DE 0xB138 # 0 +0x0000B3DF 0xB139 # 0 +0x0000B3E0 0xB140 # 0 +0x0000B3E1 0xB141 # 0 +0x0000B3E2 0xB144 # 0 +0x0000B3E3 0xB148 # 0 +0x0000B3E4 0xB150 # 0 +0x0000B3E5 0xB151 # 0 +0x0000B3E6 0xB154 # 0 +0x0000B3E7 0xB155 # 0 +0x0000B3E8 0xB158 # 0 +0x0000B3E9 0xB15C # 0 +0x0000B3EA 0xB160 # 0 +0x0000B3EB 0xB178 # 0 +0x0000B3EC 0xB179 # 0 +0x0000B3ED 0xB17C # 0 +0x0000B3EE 0xB180 # 0 +0x0000B3EF 0xB182 # 0 +0x0000B3F0 0xB188 # 0 +0x0000B3F1 0xB189 # 0 +0x0000B3F2 0xB18B # 0 +0x0000B3F3 0xB18D # 0 +0x0000B3F4 0xB192 # 0 +0x0000B3F5 0xB193 # 0 +0x0000B3F6 0xB194 # 0 +0x0000B3F7 0xB198 # 0 +0x0000B3F8 0xB19C # 0 +0x0000B3F9 0xB1A8 # 0 +0x0000B3FA 0xB1CC # 0 +0x0000B3FB 0xB1D0 # 0 +0x0000B3FC 0xB1D4 # 0 +0x0000B3FD 0xB1DC # 0 +0x0000B3FE 0xB1DD # 0 +0x0000B4A1 0xB1DF # 0 +0x0000B4A2 0xB1E8 # 0 +0x0000B4A3 0xB1E9 # 0 +0x0000B4A4 0xB1EC # 0 +0x0000B4A5 0xB1F0 # 0 +0x0000B4A6 0xB1F9 # 0 +0x0000B4A7 0xB1FB # 0 +0x0000B4A8 0xB1FD # 0 +0x0000B4A9 0xB204 # 0 +0x0000B4AA 0xB205 # 0 +0x0000B4AB 0xB208 # 0 +0x0000B4AC 0xB20B # 0 +0x0000B4AD 0xB20C # 0 +0x0000B4AE 0xB214 # 0 +0x0000B4AF 0xB215 # 0 +0x0000B4B0 0xB217 # 0 +0x0000B4B1 0xB219 # 0 +0x0000B4B2 0xB220 # 0 +0x0000B4B3 0xB234 # 0 +0x0000B4B4 0xB23C # 0 +0x0000B4B5 0xB258 # 0 +0x0000B4B6 0xB25C # 0 +0x0000B4B7 0xB260 # 0 +0x0000B4B8 0xB268 # 0 +0x0000B4B9 0xB269 # 0 +0x0000B4BA 0xB274 # 0 +0x0000B4BB 0xB275 # 0 +0x0000B4BC 0xB27C # 0 +0x0000B4BD 0xB284 # 0 +0x0000B4BE 0xB285 # 0 +0x0000B4BF 0xB289 # 0 +0x0000B4C0 0xB290 # 0 +0x0000B4C1 0xB291 # 0 +0x0000B4C2 0xB294 # 0 +0x0000B4C3 0xB298 # 0 +0x0000B4C4 0xB299 # 0 +0x0000B4C5 0xB29A # 0 +0x0000B4C6 0xB2A0 # 0 +0x0000B4C7 0xB2A1 # 0 +0x0000B4C8 0xB2A3 # 0 +0x0000B4C9 0xB2A5 # 0 +0x0000B4CA 0xB2A6 # 0 +0x0000B4CB 0xB2AA # 0 +0x0000B4CC 0xB2AC # 0 +0x0000B4CD 0xB2B0 # 0 +0x0000B4CE 0xB2B4 # 0 +0x0000B4CF 0xB2C8 # 0 +0x0000B4D0 0xB2C9 # 0 +0x0000B4D1 0xB2CC # 0 +0x0000B4D2 0xB2D0 # 0 +0x0000B4D3 0xB2D2 # 0 +0x0000B4D4 0xB2D8 # 0 +0x0000B4D5 0xB2D9 # 0 +0x0000B4D6 0xB2DB # 0 +0x0000B4D7 0xB2DD # 0 +0x0000B4D8 0xB2E2 # 0 +0x0000B4D9 0xB2E4 # 0 +0x0000B4DA 0xB2E5 # 0 +0x0000B4DB 0xB2E6 # 0 +0x0000B4DC 0xB2E8 # 0 +0x0000B4DD 0xB2EB # 0 +0x0000B4DE 0xB2EC # 0 +0x0000B4DF 0xB2ED # 0 +0x0000B4E0 0xB2EE # 0 +0x0000B4E1 0xB2EF # 0 +0x0000B4E2 0xB2F3 # 0 +0x0000B4E3 0xB2F4 # 0 +0x0000B4E4 0xB2F5 # 0 +0x0000B4E5 0xB2F7 # 0 +0x0000B4E6 0xB2F8 # 0 +0x0000B4E7 0xB2F9 # 0 +0x0000B4E8 0xB2FA # 0 +0x0000B4E9 0xB2FB # 0 +0x0000B4EA 0xB2FF # 0 +0x0000B4EB 0xB300 # 0 +0x0000B4EC 0xB301 # 0 +0x0000B4ED 0xB304 # 0 +0x0000B4EE 0xB308 # 0 +0x0000B4EF 0xB310 # 0 +0x0000B4F0 0xB311 # 0 +0x0000B4F1 0xB313 # 0 +0x0000B4F2 0xB314 # 0 +0x0000B4F3 0xB315 # 0 +0x0000B4F4 0xB31C # 0 +0x0000B4F5 0xB354 # 0 +0x0000B4F6 0xB355 # 0 +0x0000B4F7 0xB356 # 0 +0x0000B4F8 0xB358 # 0 +0x0000B4F9 0xB35B # 0 +0x0000B4FA 0xB35C # 0 +0x0000B4FB 0xB35E # 0 +0x0000B4FC 0xB35F # 0 +0x0000B4FD 0xB364 # 0 +0x0000B4FE 0xB365 # 0 +0x0000B5A1 0xB367 # 0 +0x0000B5A2 0xB369 # 0 +0x0000B5A3 0xB36B # 0 +0x0000B5A4 0xB36E # 0 +0x0000B5A5 0xB370 # 0 +0x0000B5A6 0xB371 # 0 +0x0000B5A7 0xB374 # 0 +0x0000B5A8 0xB378 # 0 +0x0000B5A9 0xB380 # 0 +0x0000B5AA 0xB381 # 0 +0x0000B5AB 0xB383 # 0 +0x0000B5AC 0xB384 # 0 +0x0000B5AD 0xB385 # 0 +0x0000B5AE 0xB38C # 0 +0x0000B5AF 0xB390 # 0 +0x0000B5B0 0xB394 # 0 +0x0000B5B1 0xB3A0 # 0 +0x0000B5B2 0xB3A1 # 0 +0x0000B5B3 0xB3A8 # 0 +0x0000B5B4 0xB3AC # 0 +0x0000B5B5 0xB3C4 # 0 +0x0000B5B6 0xB3C5 # 0 +0x0000B5B7 0xB3C8 # 0 +0x0000B5B8 0xB3CB # 0 +0x0000B5B9 0xB3CC # 0 +0x0000B5BA 0xB3CE # 0 +0x0000B5BB 0xB3D0 # 0 +0x0000B5BC 0xB3D4 # 0 +0x0000B5BD 0xB3D5 # 0 +0x0000B5BE 0xB3D7 # 0 +0x0000B5BF 0xB3D9 # 0 +0x0000B5C0 0xB3DB # 0 +0x0000B5C1 0xB3DD # 0 +0x0000B5C2 0xB3E0 # 0 +0x0000B5C3 0xB3E4 # 0 +0x0000B5C4 0xB3E8 # 0 +0x0000B5C5 0xB3FC # 0 +0x0000B5C6 0xB410 # 0 +0x0000B5C7 0xB418 # 0 +0x0000B5C8 0xB41C # 0 +0x0000B5C9 0xB420 # 0 +0x0000B5CA 0xB428 # 0 +0x0000B5CB 0xB429 # 0 +0x0000B5CC 0xB42B # 0 +0x0000B5CD 0xB434 # 0 +0x0000B5CE 0xB450 # 0 +0x0000B5CF 0xB451 # 0 +0x0000B5D0 0xB454 # 0 +0x0000B5D1 0xB458 # 0 +0x0000B5D2 0xB460 # 0 +0x0000B5D3 0xB461 # 0 +0x0000B5D4 0xB463 # 0 +0x0000B5D5 0xB465 # 0 +0x0000B5D6 0xB46C # 0 +0x0000B5D7 0xB480 # 0 +0x0000B5D8 0xB488 # 0 +0x0000B5D9 0xB49D # 0 +0x0000B5DA 0xB4A4 # 0 +0x0000B5DB 0xB4A8 # 0 +0x0000B5DC 0xB4AC # 0 +0x0000B5DD 0xB4B5 # 0 +0x0000B5DE 0xB4B7 # 0 +0x0000B5DF 0xB4B9 # 0 +0x0000B5E0 0xB4C0 # 0 +0x0000B5E1 0xB4C4 # 0 +0x0000B5E2 0xB4C8 # 0 +0x0000B5E3 0xB4D0 # 0 +0x0000B5E4 0xB4D5 # 0 +0x0000B5E5 0xB4DC # 0 +0x0000B5E6 0xB4DD # 0 +0x0000B5E7 0xB4E0 # 0 +0x0000B5E8 0xB4E3 # 0 +0x0000B5E9 0xB4E4 # 0 +0x0000B5EA 0xB4E6 # 0 +0x0000B5EB 0xB4EC # 0 +0x0000B5EC 0xB4ED # 0 +0x0000B5ED 0xB4EF # 0 +0x0000B5EE 0xB4F1 # 0 +0x0000B5EF 0xB4F8 # 0 +0x0000B5F0 0xB514 # 0 +0x0000B5F1 0xB515 # 0 +0x0000B5F2 0xB518 # 0 +0x0000B5F3 0xB51B # 0 +0x0000B5F4 0xB51C # 0 +0x0000B5F5 0xB524 # 0 +0x0000B5F6 0xB525 # 0 +0x0000B5F7 0xB527 # 0 +0x0000B5F8 0xB528 # 0 +0x0000B5F9 0xB529 # 0 +0x0000B5FA 0xB52A # 0 +0x0000B5FB 0xB530 # 0 +0x0000B5FC 0xB531 # 0 +0x0000B5FD 0xB534 # 0 +0x0000B5FE 0xB538 # 0 +0x0000B6A1 0xB540 # 0 +0x0000B6A2 0xB541 # 0 +0x0000B6A3 0xB543 # 0 +0x0000B6A4 0xB544 # 0 +0x0000B6A5 0xB545 # 0 +0x0000B6A6 0xB54B # 0 +0x0000B6A7 0xB54C # 0 +0x0000B6A8 0xB54D # 0 +0x0000B6A9 0xB550 # 0 +0x0000B6AA 0xB554 # 0 +0x0000B6AB 0xB55C # 0 +0x0000B6AC 0xB55D # 0 +0x0000B6AD 0xB55F # 0 +0x0000B6AE 0xB560 # 0 +0x0000B6AF 0xB561 # 0 +0x0000B6B0 0xB5A0 # 0 +0x0000B6B1 0xB5A1 # 0 +0x0000B6B2 0xB5A4 # 0 +0x0000B6B3 0xB5A8 # 0 +0x0000B6B4 0xB5AA # 0 +0x0000B6B5 0xB5AB # 0 +0x0000B6B6 0xB5B0 # 0 +0x0000B6B7 0xB5B1 # 0 +0x0000B6B8 0xB5B3 # 0 +0x0000B6B9 0xB5B4 # 0 +0x0000B6BA 0xB5B5 # 0 +0x0000B6BB 0xB5BB # 0 +0x0000B6BC 0xB5BC # 0 +0x0000B6BD 0xB5BD # 0 +0x0000B6BE 0xB5C0 # 0 +0x0000B6BF 0xB5C4 # 0 +0x0000B6C0 0xB5CC # 0 +0x0000B6C1 0xB5CD # 0 +0x0000B6C2 0xB5CF # 0 +0x0000B6C3 0xB5D0 # 0 +0x0000B6C4 0xB5D1 # 0 +0x0000B6C5 0xB5D8 # 0 +0x0000B6C6 0xB5EC # 0 +0x0000B6C7 0xB610 # 0 +0x0000B6C8 0xB611 # 0 +0x0000B6C9 0xB614 # 0 +0x0000B6CA 0xB618 # 0 +0x0000B6CB 0xB625 # 0 +0x0000B6CC 0xB62C # 0 +0x0000B6CD 0xB634 # 0 +0x0000B6CE 0xB648 # 0 +0x0000B6CF 0xB664 # 0 +0x0000B6D0 0xB668 # 0 +0x0000B6D1 0xB69C # 0 +0x0000B6D2 0xB69D # 0 +0x0000B6D3 0xB6A0 # 0 +0x0000B6D4 0xB6A4 # 0 +0x0000B6D5 0xB6AB # 0 +0x0000B6D6 0xB6AC # 0 +0x0000B6D7 0xB6B1 # 0 +0x0000B6D8 0xB6D4 # 0 +0x0000B6D9 0xB6F0 # 0 +0x0000B6DA 0xB6F4 # 0 +0x0000B6DB 0xB6F8 # 0 +0x0000B6DC 0xB700 # 0 +0x0000B6DD 0xB701 # 0 +0x0000B6DE 0xB705 # 0 +0x0000B6DF 0xB728 # 0 +0x0000B6E0 0xB729 # 0 +0x0000B6E1 0xB72C # 0 +0x0000B6E2 0xB72F # 0 +0x0000B6E3 0xB730 # 0 +0x0000B6E4 0xB738 # 0 +0x0000B6E5 0xB739 # 0 +0x0000B6E6 0xB73B # 0 +0x0000B6E7 0xB744 # 0 +0x0000B6E8 0xB748 # 0 +0x0000B6E9 0xB74C # 0 +0x0000B6EA 0xB754 # 0 +0x0000B6EB 0xB755 # 0 +0x0000B6EC 0xB760 # 0 +0x0000B6ED 0xB764 # 0 +0x0000B6EE 0xB768 # 0 +0x0000B6EF 0xB770 # 0 +0x0000B6F0 0xB771 # 0 +0x0000B6F1 0xB773 # 0 +0x0000B6F2 0xB775 # 0 +0x0000B6F3 0xB77C # 0 +0x0000B6F4 0xB77D # 0 +0x0000B6F5 0xB780 # 0 +0x0000B6F6 0xB784 # 0 +0x0000B6F7 0xB78C # 0 +0x0000B6F8 0xB78D # 0 +0x0000B6F9 0xB78F # 0 +0x0000B6FA 0xB790 # 0 +0x0000B6FB 0xB791 # 0 +0x0000B6FC 0xB792 # 0 +0x0000B6FD 0xB796 # 0 +0x0000B6FE 0xB797 # 0 +0x0000B7A1 0xB798 # 0 +0x0000B7A2 0xB799 # 0 +0x0000B7A3 0xB79C # 0 +0x0000B7A4 0xB7A0 # 0 +0x0000B7A5 0xB7A8 # 0 +0x0000B7A6 0xB7A9 # 0 +0x0000B7A7 0xB7AB # 0 +0x0000B7A8 0xB7AC # 0 +0x0000B7A9 0xB7AD # 0 +0x0000B7AA 0xB7B4 # 0 +0x0000B7AB 0xB7B5 # 0 +0x0000B7AC 0xB7B8 # 0 +0x0000B7AD 0xB7C7 # 0 +0x0000B7AE 0xB7C9 # 0 +0x0000B7AF 0xB7EC # 0 +0x0000B7B0 0xB7ED # 0 +0x0000B7B1 0xB7F0 # 0 +0x0000B7B2 0xB7F4 # 0 +0x0000B7B3 0xB7FC # 0 +0x0000B7B4 0xB7FD # 0 +0x0000B7B5 0xB7FF # 0 +0x0000B7B6 0xB800 # 0 +0x0000B7B7 0xB801 # 0 +0x0000B7B8 0xB807 # 0 +0x0000B7B9 0xB808 # 0 +0x0000B7BA 0xB809 # 0 +0x0000B7BB 0xB80C # 0 +0x0000B7BC 0xB810 # 0 +0x0000B7BD 0xB818 # 0 +0x0000B7BE 0xB819 # 0 +0x0000B7BF 0xB81B # 0 +0x0000B7C0 0xB81D # 0 +0x0000B7C1 0xB824 # 0 +0x0000B7C2 0xB825 # 0 +0x0000B7C3 0xB828 # 0 +0x0000B7C4 0xB82C # 0 +0x0000B7C5 0xB834 # 0 +0x0000B7C6 0xB835 # 0 +0x0000B7C7 0xB837 # 0 +0x0000B7C8 0xB838 # 0 +0x0000B7C9 0xB839 # 0 +0x0000B7CA 0xB840 # 0 +0x0000B7CB 0xB844 # 0 +0x0000B7CC 0xB851 # 0 +0x0000B7CD 0xB853 # 0 +0x0000B7CE 0xB85C # 0 +0x0000B7CF 0xB85D # 0 +0x0000B7D0 0xB860 # 0 +0x0000B7D1 0xB864 # 0 +0x0000B7D2 0xB86C # 0 +0x0000B7D3 0xB86D # 0 +0x0000B7D4 0xB86F # 0 +0x0000B7D5 0xB871 # 0 +0x0000B7D6 0xB878 # 0 +0x0000B7D7 0xB87C # 0 +0x0000B7D8 0xB88D # 0 +0x0000B7D9 0xB8A8 # 0 +0x0000B7DA 0xB8B0 # 0 +0x0000B7DB 0xB8B4 # 0 +0x0000B7DC 0xB8B8 # 0 +0x0000B7DD 0xB8C0 # 0 +0x0000B7DE 0xB8C1 # 0 +0x0000B7DF 0xB8C3 # 0 +0x0000B7E0 0xB8C5 # 0 +0x0000B7E1 0xB8CC # 0 +0x0000B7E2 0xB8D0 # 0 +0x0000B7E3 0xB8D4 # 0 +0x0000B7E4 0xB8DD # 0 +0x0000B7E5 0xB8DF # 0 +0x0000B7E6 0xB8E1 # 0 +0x0000B7E7 0xB8E8 # 0 +0x0000B7E8 0xB8E9 # 0 +0x0000B7E9 0xB8EC # 0 +0x0000B7EA 0xB8F0 # 0 +0x0000B7EB 0xB8F8 # 0 +0x0000B7EC 0xB8F9 # 0 +0x0000B7ED 0xB8FB # 0 +0x0000B7EE 0xB8FD # 0 +0x0000B7EF 0xB904 # 0 +0x0000B7F0 0xB918 # 0 +0x0000B7F1 0xB920 # 0 +0x0000B7F2 0xB93C # 0 +0x0000B7F3 0xB93D # 0 +0x0000B7F4 0xB940 # 0 +0x0000B7F5 0xB944 # 0 +0x0000B7F6 0xB94C # 0 +0x0000B7F7 0xB94F # 0 +0x0000B7F8 0xB951 # 0 +0x0000B7F9 0xB958 # 0 +0x0000B7FA 0xB959 # 0 +0x0000B7FB 0xB95C # 0 +0x0000B7FC 0xB960 # 0 +0x0000B7FD 0xB968 # 0 +0x0000B7FE 0xB969 # 0 +0x0000B8A1 0xB96B # 0 +0x0000B8A2 0xB96D # 0 +0x0000B8A3 0xB974 # 0 +0x0000B8A4 0xB975 # 0 +0x0000B8A5 0xB978 # 0 +0x0000B8A6 0xB97C # 0 +0x0000B8A7 0xB984 # 0 +0x0000B8A8 0xB985 # 0 +0x0000B8A9 0xB987 # 0 +0x0000B8AA 0xB989 # 0 +0x0000B8AB 0xB98A # 0 +0x0000B8AC 0xB98D # 0 +0x0000B8AD 0xB98E # 0 +0x0000B8AE 0xB9AC # 0 +0x0000B8AF 0xB9AD # 0 +0x0000B8B0 0xB9B0 # 0 +0x0000B8B1 0xB9B4 # 0 +0x0000B8B2 0xB9BC # 0 +0x0000B8B3 0xB9BD # 0 +0x0000B8B4 0xB9BF # 0 +0x0000B8B5 0xB9C1 # 0 +0x0000B8B6 0xB9C8 # 0 +0x0000B8B7 0xB9C9 # 0 +0x0000B8B8 0xB9CC # 0 +0x0000B8B9 0xB9CE # 0 +0x0000B8BA 0xB9CF # 0 +0x0000B8BB 0xB9D0 # 0 +0x0000B8BC 0xB9D1 # 0 +0x0000B8BD 0xB9D2 # 0 +0x0000B8BE 0xB9D8 # 0 +0x0000B8BF 0xB9D9 # 0 +0x0000B8C0 0xB9DB # 0 +0x0000B8C1 0xB9DD # 0 +0x0000B8C2 0xB9DE # 0 +0x0000B8C3 0xB9E1 # 0 +0x0000B8C4 0xB9E3 # 0 +0x0000B8C5 0xB9E4 # 0 +0x0000B8C6 0xB9E5 # 0 +0x0000B8C7 0xB9E8 # 0 +0x0000B8C8 0xB9EC # 0 +0x0000B8C9 0xB9F4 # 0 +0x0000B8CA 0xB9F5 # 0 +0x0000B8CB 0xB9F7 # 0 +0x0000B8CC 0xB9F8 # 0 +0x0000B8CD 0xB9F9 # 0 +0x0000B8CE 0xB9FA # 0 +0x0000B8CF 0xBA00 # 0 +0x0000B8D0 0xBA01 # 0 +0x0000B8D1 0xBA08 # 0 +0x0000B8D2 0xBA15 # 0 +0x0000B8D3 0xBA38 # 0 +0x0000B8D4 0xBA39 # 0 +0x0000B8D5 0xBA3C # 0 +0x0000B8D6 0xBA40 # 0 +0x0000B8D7 0xBA42 # 0 +0x0000B8D8 0xBA48 # 0 +0x0000B8D9 0xBA49 # 0 +0x0000B8DA 0xBA4B # 0 +0x0000B8DB 0xBA4D # 0 +0x0000B8DC 0xBA4E # 0 +0x0000B8DD 0xBA53 # 0 +0x0000B8DE 0xBA54 # 0 +0x0000B8DF 0xBA55 # 0 +0x0000B8E0 0xBA58 # 0 +0x0000B8E1 0xBA5C # 0 +0x0000B8E2 0xBA64 # 0 +0x0000B8E3 0xBA65 # 0 +0x0000B8E4 0xBA67 # 0 +0x0000B8E5 0xBA68 # 0 +0x0000B8E6 0xBA69 # 0 +0x0000B8E7 0xBA70 # 0 +0x0000B8E8 0xBA71 # 0 +0x0000B8E9 0xBA74 # 0 +0x0000B8EA 0xBA78 # 0 +0x0000B8EB 0xBA83 # 0 +0x0000B8EC 0xBA84 # 0 +0x0000B8ED 0xBA85 # 0 +0x0000B8EE 0xBA87 # 0 +0x0000B8EF 0xBA8C # 0 +0x0000B8F0 0xBAA8 # 0 +0x0000B8F1 0xBAA9 # 0 +0x0000B8F2 0xBAAB # 0 +0x0000B8F3 0xBAAC # 0 +0x0000B8F4 0xBAB0 # 0 +0x0000B8F5 0xBAB2 # 0 +0x0000B8F6 0xBAB8 # 0 +0x0000B8F7 0xBAB9 # 0 +0x0000B8F8 0xBABB # 0 +0x0000B8F9 0xBABD # 0 +0x0000B8FA 0xBAC4 # 0 +0x0000B8FB 0xBAC8 # 0 +0x0000B8FC 0xBAD8 # 0 +0x0000B8FD 0xBAD9 # 0 +0x0000B8FE 0xBAFC # 0 +0x0000B9A1 0xBB00 # 0 +0x0000B9A2 0xBB04 # 0 +0x0000B9A3 0xBB0D # 0 +0x0000B9A4 0xBB0F # 0 +0x0000B9A5 0xBB11 # 0 +0x0000B9A6 0xBB18 # 0 +0x0000B9A7 0xBB1C # 0 +0x0000B9A8 0xBB20 # 0 +0x0000B9A9 0xBB29 # 0 +0x0000B9AA 0xBB2B # 0 +0x0000B9AB 0xBB34 # 0 +0x0000B9AC 0xBB35 # 0 +0x0000B9AD 0xBB36 # 0 +0x0000B9AE 0xBB38 # 0 +0x0000B9AF 0xBB3B # 0 +0x0000B9B0 0xBB3C # 0 +0x0000B9B1 0xBB3D # 0 +0x0000B9B2 0xBB3E # 0 +0x0000B9B3 0xBB44 # 0 +0x0000B9B4 0xBB45 # 0 +0x0000B9B5 0xBB47 # 0 +0x0000B9B6 0xBB49 # 0 +0x0000B9B7 0xBB4D # 0 +0x0000B9B8 0xBB4F # 0 +0x0000B9B9 0xBB50 # 0 +0x0000B9BA 0xBB54 # 0 +0x0000B9BB 0xBB58 # 0 +0x0000B9BC 0xBB61 # 0 +0x0000B9BD 0xBB63 # 0 +0x0000B9BE 0xBB6C # 0 +0x0000B9BF 0xBB88 # 0 +0x0000B9C0 0xBB8C # 0 +0x0000B9C1 0xBB90 # 0 +0x0000B9C2 0xBBA4 # 0 +0x0000B9C3 0xBBA8 # 0 +0x0000B9C4 0xBBAC # 0 +0x0000B9C5 0xBBB4 # 0 +0x0000B9C6 0xBBB7 # 0 +0x0000B9C7 0xBBC0 # 0 +0x0000B9C8 0xBBC4 # 0 +0x0000B9C9 0xBBC8 # 0 +0x0000B9CA 0xBBD0 # 0 +0x0000B9CB 0xBBD3 # 0 +0x0000B9CC 0xBBF8 # 0 +0x0000B9CD 0xBBF9 # 0 +0x0000B9CE 0xBBFC # 0 +0x0000B9CF 0xBBFF # 0 +0x0000B9D0 0xBC00 # 0 +0x0000B9D1 0xBC02 # 0 +0x0000B9D2 0xBC08 # 0 +0x0000B9D3 0xBC09 # 0 +0x0000B9D4 0xBC0B # 0 +0x0000B9D5 0xBC0C # 0 +0x0000B9D6 0xBC0D # 0 +0x0000B9D7 0xBC0F # 0 +0x0000B9D8 0xBC11 # 0 +0x0000B9D9 0xBC14 # 0 +0x0000B9DA 0xBC15 # 0 +0x0000B9DB 0xBC16 # 0 +0x0000B9DC 0xBC17 # 0 +0x0000B9DD 0xBC18 # 0 +0x0000B9DE 0xBC1B # 0 +0x0000B9DF 0xBC1C # 0 +0x0000B9E0 0xBC1D # 0 +0x0000B9E1 0xBC1E # 0 +0x0000B9E2 0xBC1F # 0 +0x0000B9E3 0xBC24 # 0 +0x0000B9E4 0xBC25 # 0 +0x0000B9E5 0xBC27 # 0 +0x0000B9E6 0xBC29 # 0 +0x0000B9E7 0xBC2D # 0 +0x0000B9E8 0xBC30 # 0 +0x0000B9E9 0xBC31 # 0 +0x0000B9EA 0xBC34 # 0 +0x0000B9EB 0xBC38 # 0 +0x0000B9EC 0xBC40 # 0 +0x0000B9ED 0xBC41 # 0 +0x0000B9EE 0xBC43 # 0 +0x0000B9EF 0xBC44 # 0 +0x0000B9F0 0xBC45 # 0 +0x0000B9F1 0xBC49 # 0 +0x0000B9F2 0xBC4C # 0 +0x0000B9F3 0xBC4D # 0 +0x0000B9F4 0xBC50 # 0 +0x0000B9F5 0xBC5D # 0 +0x0000B9F6 0xBC84 # 0 +0x0000B9F7 0xBC85 # 0 +0x0000B9F8 0xBC88 # 0 +0x0000B9F9 0xBC8B # 0 +0x0000B9FA 0xBC8C # 0 +0x0000B9FB 0xBC8E # 0 +0x0000B9FC 0xBC94 # 0 +0x0000B9FD 0xBC95 # 0 +0x0000B9FE 0xBC97 # 0 +0x0000BAA1 0xBC99 # 0 +0x0000BAA2 0xBC9A # 0 +0x0000BAA3 0xBCA0 # 0 +0x0000BAA4 0xBCA1 # 0 +0x0000BAA5 0xBCA4 # 0 +0x0000BAA6 0xBCA7 # 0 +0x0000BAA7 0xBCA8 # 0 +0x0000BAA8 0xBCB0 # 0 +0x0000BAA9 0xBCB1 # 0 +0x0000BAAA 0xBCB3 # 0 +0x0000BAAB 0xBCB4 # 0 +0x0000BAAC 0xBCB5 # 0 +0x0000BAAD 0xBCBC # 0 +0x0000BAAE 0xBCBD # 0 +0x0000BAAF 0xBCC0 # 0 +0x0000BAB0 0xBCC4 # 0 +0x0000BAB1 0xBCCD # 0 +0x0000BAB2 0xBCCF # 0 +0x0000BAB3 0xBCD0 # 0 +0x0000BAB4 0xBCD1 # 0 +0x0000BAB5 0xBCD5 # 0 +0x0000BAB6 0xBCD8 # 0 +0x0000BAB7 0xBCDC # 0 +0x0000BAB8 0xBCF4 # 0 +0x0000BAB9 0xBCF5 # 0 +0x0000BABA 0xBCF6 # 0 +0x0000BABB 0xBCF8 # 0 +0x0000BABC 0xBCFC # 0 +0x0000BABD 0xBD04 # 0 +0x0000BABE 0xBD05 # 0 +0x0000BABF 0xBD07 # 0 +0x0000BAC0 0xBD09 # 0 +0x0000BAC1 0xBD10 # 0 +0x0000BAC2 0xBD14 # 0 +0x0000BAC3 0xBD24 # 0 +0x0000BAC4 0xBD2C # 0 +0x0000BAC5 0xBD40 # 0 +0x0000BAC6 0xBD48 # 0 +0x0000BAC7 0xBD49 # 0 +0x0000BAC8 0xBD4C # 0 +0x0000BAC9 0xBD50 # 0 +0x0000BACA 0xBD58 # 0 +0x0000BACB 0xBD59 # 0 +0x0000BACC 0xBD64 # 0 +0x0000BACD 0xBD68 # 0 +0x0000BACE 0xBD80 # 0 +0x0000BACF 0xBD81 # 0 +0x0000BAD0 0xBD84 # 0 +0x0000BAD1 0xBD87 # 0 +0x0000BAD2 0xBD88 # 0 +0x0000BAD3 0xBD89 # 0 +0x0000BAD4 0xBD8A # 0 +0x0000BAD5 0xBD90 # 0 +0x0000BAD6 0xBD91 # 0 +0x0000BAD7 0xBD93 # 0 +0x0000BAD8 0xBD95 # 0 +0x0000BAD9 0xBD99 # 0 +0x0000BADA 0xBD9A # 0 +0x0000BADB 0xBD9C # 0 +0x0000BADC 0xBDA4 # 0 +0x0000BADD 0xBDB0 # 0 +0x0000BADE 0xBDB8 # 0 +0x0000BADF 0xBDD4 # 0 +0x0000BAE0 0xBDD5 # 0 +0x0000BAE1 0xBDD8 # 0 +0x0000BAE2 0xBDDC # 0 +0x0000BAE3 0xBDE9 # 0 +0x0000BAE4 0xBDF0 # 0 +0x0000BAE5 0xBDF4 # 0 +0x0000BAE6 0xBDF8 # 0 +0x0000BAE7 0xBE00 # 0 +0x0000BAE8 0xBE03 # 0 +0x0000BAE9 0xBE05 # 0 +0x0000BAEA 0xBE0C # 0 +0x0000BAEB 0xBE0D # 0 +0x0000BAEC 0xBE10 # 0 +0x0000BAED 0xBE14 # 0 +0x0000BAEE 0xBE1C # 0 +0x0000BAEF 0xBE1D # 0 +0x0000BAF0 0xBE1F # 0 +0x0000BAF1 0xBE44 # 0 +0x0000BAF2 0xBE45 # 0 +0x0000BAF3 0xBE48 # 0 +0x0000BAF4 0xBE4C # 0 +0x0000BAF5 0xBE4E # 0 +0x0000BAF6 0xBE54 # 0 +0x0000BAF7 0xBE55 # 0 +0x0000BAF8 0xBE57 # 0 +0x0000BAF9 0xBE59 # 0 +0x0000BAFA 0xBE5A # 0 +0x0000BAFB 0xBE5B # 0 +0x0000BAFC 0xBE60 # 0 +0x0000BAFD 0xBE61 # 0 +0x0000BAFE 0xBE64 # 0 +0x0000BBA1 0xBE68 # 0 +0x0000BBA2 0xBE6A # 0 +0x0000BBA3 0xBE70 # 0 +0x0000BBA4 0xBE71 # 0 +0x0000BBA5 0xBE73 # 0 +0x0000BBA6 0xBE74 # 0 +0x0000BBA7 0xBE75 # 0 +0x0000BBA8 0xBE7B # 0 +0x0000BBA9 0xBE7C # 0 +0x0000BBAA 0xBE7D # 0 +0x0000BBAB 0xBE80 # 0 +0x0000BBAC 0xBE84 # 0 +0x0000BBAD 0xBE8C # 0 +0x0000BBAE 0xBE8D # 0 +0x0000BBAF 0xBE8F # 0 +0x0000BBB0 0xBE90 # 0 +0x0000BBB1 0xBE91 # 0 +0x0000BBB2 0xBE98 # 0 +0x0000BBB3 0xBE99 # 0 +0x0000BBB4 0xBEA8 # 0 +0x0000BBB5 0xBED0 # 0 +0x0000BBB6 0xBED1 # 0 +0x0000BBB7 0xBED4 # 0 +0x0000BBB8 0xBED7 # 0 +0x0000BBB9 0xBED8 # 0 +0x0000BBBA 0xBEE0 # 0 +0x0000BBBB 0xBEE3 # 0 +0x0000BBBC 0xBEE4 # 0 +0x0000BBBD 0xBEE5 # 0 +0x0000BBBE 0xBEEC # 0 +0x0000BBBF 0xBF01 # 0 +0x0000BBC0 0xBF08 # 0 +0x0000BBC1 0xBF09 # 0 +0x0000BBC2 0xBF18 # 0 +0x0000BBC3 0xBF19 # 0 +0x0000BBC4 0xBF1B # 0 +0x0000BBC5 0xBF1C # 0 +0x0000BBC6 0xBF1D # 0 +0x0000BBC7 0xBF40 # 0 +0x0000BBC8 0xBF41 # 0 +0x0000BBC9 0xBF44 # 0 +0x0000BBCA 0xBF48 # 0 +0x0000BBCB 0xBF50 # 0 +0x0000BBCC 0xBF51 # 0 +0x0000BBCD 0xBF55 # 0 +0x0000BBCE 0xBF94 # 0 +0x0000BBCF 0xBFB0 # 0 +0x0000BBD0 0xBFC5 # 0 +0x0000BBD1 0xBFCC # 0 +0x0000BBD2 0xBFCD # 0 +0x0000BBD3 0xBFD0 # 0 +0x0000BBD4 0xBFD4 # 0 +0x0000BBD5 0xBFDC # 0 +0x0000BBD6 0xBFDF # 0 +0x0000BBD7 0xBFE1 # 0 +0x0000BBD8 0xC03C # 0 +0x0000BBD9 0xC051 # 0 +0x0000BBDA 0xC058 # 0 +0x0000BBDB 0xC05C # 0 +0x0000BBDC 0xC060 # 0 +0x0000BBDD 0xC068 # 0 +0x0000BBDE 0xC069 # 0 +0x0000BBDF 0xC090 # 0 +0x0000BBE0 0xC091 # 0 +0x0000BBE1 0xC094 # 0 +0x0000BBE2 0xC098 # 0 +0x0000BBE3 0xC0A0 # 0 +0x0000BBE4 0xC0A1 # 0 +0x0000BBE5 0xC0A3 # 0 +0x0000BBE6 0xC0A5 # 0 +0x0000BBE7 0xC0AC # 0 +0x0000BBE8 0xC0AD # 0 +0x0000BBE9 0xC0AF # 0 +0x0000BBEA 0xC0B0 # 0 +0x0000BBEB 0xC0B3 # 0 +0x0000BBEC 0xC0B4 # 0 +0x0000BBED 0xC0B5 # 0 +0x0000BBEE 0xC0B6 # 0 +0x0000BBEF 0xC0BC # 0 +0x0000BBF0 0xC0BD # 0 +0x0000BBF1 0xC0BF # 0 +0x0000BBF2 0xC0C0 # 0 +0x0000BBF3 0xC0C1 # 0 +0x0000BBF4 0xC0C5 # 0 +0x0000BBF5 0xC0C8 # 0 +0x0000BBF6 0xC0C9 # 0 +0x0000BBF7 0xC0CC # 0 +0x0000BBF8 0xC0D0 # 0 +0x0000BBF9 0xC0D8 # 0 +0x0000BBFA 0xC0D9 # 0 +0x0000BBFB 0xC0DB # 0 +0x0000BBFC 0xC0DC # 0 +0x0000BBFD 0xC0DD # 0 +0x0000BBFE 0xC0E4 # 0 +0x0000BCA1 0xC0E5 # 0 +0x0000BCA2 0xC0E8 # 0 +0x0000BCA3 0xC0EC # 0 +0x0000BCA4 0xC0F4 # 0 +0x0000BCA5 0xC0F5 # 0 +0x0000BCA6 0xC0F7 # 0 +0x0000BCA7 0xC0F9 # 0 +0x0000BCA8 0xC100 # 0 +0x0000BCA9 0xC104 # 0 +0x0000BCAA 0xC108 # 0 +0x0000BCAB 0xC110 # 0 +0x0000BCAC 0xC115 # 0 +0x0000BCAD 0xC11C # 0 +0x0000BCAE 0xC11D # 0 +0x0000BCAF 0xC11E # 0 +0x0000BCB0 0xC11F # 0 +0x0000BCB1 0xC120 # 0 +0x0000BCB2 0xC123 # 0 +0x0000BCB3 0xC124 # 0 +0x0000BCB4 0xC126 # 0 +0x0000BCB5 0xC127 # 0 +0x0000BCB6 0xC12C # 0 +0x0000BCB7 0xC12D # 0 +0x0000BCB8 0xC12F # 0 +0x0000BCB9 0xC130 # 0 +0x0000BCBA 0xC131 # 0 +0x0000BCBB 0xC136 # 0 +0x0000BCBC 0xC138 # 0 +0x0000BCBD 0xC139 # 0 +0x0000BCBE 0xC13C # 0 +0x0000BCBF 0xC140 # 0 +0x0000BCC0 0xC148 # 0 +0x0000BCC1 0xC149 # 0 +0x0000BCC2 0xC14B # 0 +0x0000BCC3 0xC14C # 0 +0x0000BCC4 0xC14D # 0 +0x0000BCC5 0xC154 # 0 +0x0000BCC6 0xC155 # 0 +0x0000BCC7 0xC158 # 0 +0x0000BCC8 0xC15C # 0 +0x0000BCC9 0xC164 # 0 +0x0000BCCA 0xC165 # 0 +0x0000BCCB 0xC167 # 0 +0x0000BCCC 0xC168 # 0 +0x0000BCCD 0xC169 # 0 +0x0000BCCE 0xC170 # 0 +0x0000BCCF 0xC174 # 0 +0x0000BCD0 0xC178 # 0 +0x0000BCD1 0xC185 # 0 +0x0000BCD2 0xC18C # 0 +0x0000BCD3 0xC18D # 0 +0x0000BCD4 0xC18E # 0 +0x0000BCD5 0xC190 # 0 +0x0000BCD6 0xC194 # 0 +0x0000BCD7 0xC196 # 0 +0x0000BCD8 0xC19C # 0 +0x0000BCD9 0xC19D # 0 +0x0000BCDA 0xC19F # 0 +0x0000BCDB 0xC1A1 # 0 +0x0000BCDC 0xC1A5 # 0 +0x0000BCDD 0xC1A8 # 0 +0x0000BCDE 0xC1A9 # 0 +0x0000BCDF 0xC1AC # 0 +0x0000BCE0 0xC1B0 # 0 +0x0000BCE1 0xC1BD # 0 +0x0000BCE2 0xC1C4 # 0 +0x0000BCE3 0xC1C8 # 0 +0x0000BCE4 0xC1CC # 0 +0x0000BCE5 0xC1D4 # 0 +0x0000BCE6 0xC1D7 # 0 +0x0000BCE7 0xC1D8 # 0 +0x0000BCE8 0xC1E0 # 0 +0x0000BCE9 0xC1E4 # 0 +0x0000BCEA 0xC1E8 # 0 +0x0000BCEB 0xC1F0 # 0 +0x0000BCEC 0xC1F1 # 0 +0x0000BCED 0xC1F3 # 0 +0x0000BCEE 0xC1FC # 0 +0x0000BCEF 0xC1FD # 0 +0x0000BCF0 0xC200 # 0 +0x0000BCF1 0xC204 # 0 +0x0000BCF2 0xC20C # 0 +0x0000BCF3 0xC20D # 0 +0x0000BCF4 0xC20F # 0 +0x0000BCF5 0xC211 # 0 +0x0000BCF6 0xC218 # 0 +0x0000BCF7 0xC219 # 0 +0x0000BCF8 0xC21C # 0 +0x0000BCF9 0xC21F # 0 +0x0000BCFA 0xC220 # 0 +0x0000BCFB 0xC228 # 0 +0x0000BCFC 0xC229 # 0 +0x0000BCFD 0xC22B # 0 +0x0000BCFE 0xC22D # 0 +0x0000BDA1 0xC22F # 0 +0x0000BDA2 0xC231 # 0 +0x0000BDA3 0xC232 # 0 +0x0000BDA4 0xC234 # 0 +0x0000BDA5 0xC248 # 0 +0x0000BDA6 0xC250 # 0 +0x0000BDA7 0xC251 # 0 +0x0000BDA8 0xC254 # 0 +0x0000BDA9 0xC258 # 0 +0x0000BDAA 0xC260 # 0 +0x0000BDAB 0xC265 # 0 +0x0000BDAC 0xC26C # 0 +0x0000BDAD 0xC26D # 0 +0x0000BDAE 0xC270 # 0 +0x0000BDAF 0xC274 # 0 +0x0000BDB0 0xC27C # 0 +0x0000BDB1 0xC27D # 0 +0x0000BDB2 0xC27F # 0 +0x0000BDB3 0xC281 # 0 +0x0000BDB4 0xC288 # 0 +0x0000BDB5 0xC289 # 0 +0x0000BDB6 0xC290 # 0 +0x0000BDB7 0xC298 # 0 +0x0000BDB8 0xC29B # 0 +0x0000BDB9 0xC29D # 0 +0x0000BDBA 0xC2A4 # 0 +0x0000BDBB 0xC2A5 # 0 +0x0000BDBC 0xC2A8 # 0 +0x0000BDBD 0xC2AC # 0 +0x0000BDBE 0xC2AD # 0 +0x0000BDBF 0xC2B4 # 0 +0x0000BDC0 0xC2B5 # 0 +0x0000BDC1 0xC2B7 # 0 +0x0000BDC2 0xC2B9 # 0 +0x0000BDC3 0xC2DC # 0 +0x0000BDC4 0xC2DD # 0 +0x0000BDC5 0xC2E0 # 0 +0x0000BDC6 0xC2E3 # 0 +0x0000BDC7 0xC2E4 # 0 +0x0000BDC8 0xC2EB # 0 +0x0000BDC9 0xC2EC # 0 +0x0000BDCA 0xC2ED # 0 +0x0000BDCB 0xC2EF # 0 +0x0000BDCC 0xC2F1 # 0 +0x0000BDCD 0xC2F6 # 0 +0x0000BDCE 0xC2F8 # 0 +0x0000BDCF 0xC2F9 # 0 +0x0000BDD0 0xC2FB # 0 +0x0000BDD1 0xC2FC # 0 +0x0000BDD2 0xC300 # 0 +0x0000BDD3 0xC308 # 0 +0x0000BDD4 0xC309 # 0 +0x0000BDD5 0xC30C # 0 +0x0000BDD6 0xC30D # 0 +0x0000BDD7 0xC313 # 0 +0x0000BDD8 0xC314 # 0 +0x0000BDD9 0xC315 # 0 +0x0000BDDA 0xC318 # 0 +0x0000BDDB 0xC31C # 0 +0x0000BDDC 0xC324 # 0 +0x0000BDDD 0xC325 # 0 +0x0000BDDE 0xC328 # 0 +0x0000BDDF 0xC329 # 0 +0x0000BDE0 0xC345 # 0 +0x0000BDE1 0xC368 # 0 +0x0000BDE2 0xC369 # 0 +0x0000BDE3 0xC36C # 0 +0x0000BDE4 0xC370 # 0 +0x0000BDE5 0xC372 # 0 +0x0000BDE6 0xC378 # 0 +0x0000BDE7 0xC379 # 0 +0x0000BDE8 0xC37C # 0 +0x0000BDE9 0xC37D # 0 +0x0000BDEA 0xC384 # 0 +0x0000BDEB 0xC388 # 0 +0x0000BDEC 0xC38C # 0 +0x0000BDED 0xC3C0 # 0 +0x0000BDEE 0xC3D8 # 0 +0x0000BDEF 0xC3D9 # 0 +0x0000BDF0 0xC3DC # 0 +0x0000BDF1 0xC3DF # 0 +0x0000BDF2 0xC3E0 # 0 +0x0000BDF3 0xC3E2 # 0 +0x0000BDF4 0xC3E8 # 0 +0x0000BDF5 0xC3E9 # 0 +0x0000BDF6 0xC3ED # 0 +0x0000BDF7 0xC3F4 # 0 +0x0000BDF8 0xC3F5 # 0 +0x0000BDF9 0xC3F8 # 0 +0x0000BDFA 0xC408 # 0 +0x0000BDFB 0xC410 # 0 +0x0000BDFC 0xC424 # 0 +0x0000BDFD 0xC42C # 0 +0x0000BDFE 0xC430 # 0 +0x0000BEA1 0xC434 # 0 +0x0000BEA2 0xC43C # 0 +0x0000BEA3 0xC43D # 0 +0x0000BEA4 0xC448 # 0 +0x0000BEA5 0xC464 # 0 +0x0000BEA6 0xC465 # 0 +0x0000BEA7 0xC468 # 0 +0x0000BEA8 0xC46C # 0 +0x0000BEA9 0xC474 # 0 +0x0000BEAA 0xC475 # 0 +0x0000BEAB 0xC479 # 0 +0x0000BEAC 0xC480 # 0 +0x0000BEAD 0xC494 # 0 +0x0000BEAE 0xC49C # 0 +0x0000BEAF 0xC4B8 # 0 +0x0000BEB0 0xC4BC # 0 +0x0000BEB1 0xC4E9 # 0 +0x0000BEB2 0xC4F0 # 0 +0x0000BEB3 0xC4F1 # 0 +0x0000BEB4 0xC4F4 # 0 +0x0000BEB5 0xC4F8 # 0 +0x0000BEB6 0xC4FA # 0 +0x0000BEB7 0xC4FF # 0 +0x0000BEB8 0xC500 # 0 +0x0000BEB9 0xC501 # 0 +0x0000BEBA 0xC50C # 0 +0x0000BEBB 0xC510 # 0 +0x0000BEBC 0xC514 # 0 +0x0000BEBD 0xC51C # 0 +0x0000BEBE 0xC528 # 0 +0x0000BEBF 0xC529 # 0 +0x0000BEC0 0xC52C # 0 +0x0000BEC1 0xC530 # 0 +0x0000BEC2 0xC538 # 0 +0x0000BEC3 0xC539 # 0 +0x0000BEC4 0xC53B # 0 +0x0000BEC5 0xC53D # 0 +0x0000BEC6 0xC544 # 0 +0x0000BEC7 0xC545 # 0 +0x0000BEC8 0xC548 # 0 +0x0000BEC9 0xC549 # 0 +0x0000BECA 0xC54A # 0 +0x0000BECB 0xC54C # 0 +0x0000BECC 0xC54D # 0 +0x0000BECD 0xC54E # 0 +0x0000BECE 0xC553 # 0 +0x0000BECF 0xC554 # 0 +0x0000BED0 0xC555 # 0 +0x0000BED1 0xC557 # 0 +0x0000BED2 0xC558 # 0 +0x0000BED3 0xC559 # 0 +0x0000BED4 0xC55D # 0 +0x0000BED5 0xC55E # 0 +0x0000BED6 0xC560 # 0 +0x0000BED7 0xC561 # 0 +0x0000BED8 0xC564 # 0 +0x0000BED9 0xC568 # 0 +0x0000BEDA 0xC570 # 0 +0x0000BEDB 0xC571 # 0 +0x0000BEDC 0xC573 # 0 +0x0000BEDD 0xC574 # 0 +0x0000BEDE 0xC575 # 0 +0x0000BEDF 0xC57C # 0 +0x0000BEE0 0xC57D # 0 +0x0000BEE1 0xC580 # 0 +0x0000BEE2 0xC584 # 0 +0x0000BEE3 0xC587 # 0 +0x0000BEE4 0xC58C # 0 +0x0000BEE5 0xC58D # 0 +0x0000BEE6 0xC58F # 0 +0x0000BEE7 0xC591 # 0 +0x0000BEE8 0xC595 # 0 +0x0000BEE9 0xC597 # 0 +0x0000BEEA 0xC598 # 0 +0x0000BEEB 0xC59C # 0 +0x0000BEEC 0xC5A0 # 0 +0x0000BEED 0xC5A9 # 0 +0x0000BEEE 0xC5B4 # 0 +0x0000BEEF 0xC5B5 # 0 +0x0000BEF0 0xC5B8 # 0 +0x0000BEF1 0xC5B9 # 0 +0x0000BEF2 0xC5BB # 0 +0x0000BEF3 0xC5BC # 0 +0x0000BEF4 0xC5BD # 0 +0x0000BEF5 0xC5BE # 0 +0x0000BEF6 0xC5C4 # 0 +0x0000BEF7 0xC5C5 # 0 +0x0000BEF8 0xC5C6 # 0 +0x0000BEF9 0xC5C7 # 0 +0x0000BEFA 0xC5C8 # 0 +0x0000BEFB 0xC5C9 # 0 +0x0000BEFC 0xC5CA # 0 +0x0000BEFD 0xC5CC # 0 +0x0000BEFE 0xC5CE # 0 +0x0000BFA1 0xC5D0 # 0 +0x0000BFA2 0xC5D1 # 0 +0x0000BFA3 0xC5D4 # 0 +0x0000BFA4 0xC5D8 # 0 +0x0000BFA5 0xC5E0 # 0 +0x0000BFA6 0xC5E1 # 0 +0x0000BFA7 0xC5E3 # 0 +0x0000BFA8 0xC5E5 # 0 +0x0000BFA9 0xC5EC # 0 +0x0000BFAA 0xC5ED # 0 +0x0000BFAB 0xC5EE # 0 +0x0000BFAC 0xC5F0 # 0 +0x0000BFAD 0xC5F4 # 0 +0x0000BFAE 0xC5F6 # 0 +0x0000BFAF 0xC5F7 # 0 +0x0000BFB0 0xC5FC # 0 +0x0000BFB1 0xC5FD # 0 +0x0000BFB2 0xC5FE # 0 +0x0000BFB3 0xC5FF # 0 +0x0000BFB4 0xC600 # 0 +0x0000BFB5 0xC601 # 0 +0x0000BFB6 0xC605 # 0 +0x0000BFB7 0xC606 # 0 +0x0000BFB8 0xC607 # 0 +0x0000BFB9 0xC608 # 0 +0x0000BFBA 0xC60C # 0 +0x0000BFBB 0xC610 # 0 +0x0000BFBC 0xC618 # 0 +0x0000BFBD 0xC619 # 0 +0x0000BFBE 0xC61B # 0 +0x0000BFBF 0xC61C # 0 +0x0000BFC0 0xC624 # 0 +0x0000BFC1 0xC625 # 0 +0x0000BFC2 0xC628 # 0 +0x0000BFC3 0xC62C # 0 +0x0000BFC4 0xC62D # 0 +0x0000BFC5 0xC62E # 0 +0x0000BFC6 0xC630 # 0 +0x0000BFC7 0xC633 # 0 +0x0000BFC8 0xC634 # 0 +0x0000BFC9 0xC635 # 0 +0x0000BFCA 0xC637 # 0 +0x0000BFCB 0xC639 # 0 +0x0000BFCC 0xC63B # 0 +0x0000BFCD 0xC640 # 0 +0x0000BFCE 0xC641 # 0 +0x0000BFCF 0xC644 # 0 +0x0000BFD0 0xC648 # 0 +0x0000BFD1 0xC650 # 0 +0x0000BFD2 0xC651 # 0 +0x0000BFD3 0xC653 # 0 +0x0000BFD4 0xC654 # 0 +0x0000BFD5 0xC655 # 0 +0x0000BFD6 0xC65C # 0 +0x0000BFD7 0xC65D # 0 +0x0000BFD8 0xC660 # 0 +0x0000BFD9 0xC66C # 0 +0x0000BFDA 0xC66F # 0 +0x0000BFDB 0xC671 # 0 +0x0000BFDC 0xC678 # 0 +0x0000BFDD 0xC679 # 0 +0x0000BFDE 0xC67C # 0 +0x0000BFDF 0xC680 # 0 +0x0000BFE0 0xC688 # 0 +0x0000BFE1 0xC689 # 0 +0x0000BFE2 0xC68B # 0 +0x0000BFE3 0xC68D # 0 +0x0000BFE4 0xC694 # 0 +0x0000BFE5 0xC695 # 0 +0x0000BFE6 0xC698 # 0 +0x0000BFE7 0xC69C # 0 +0x0000BFE8 0xC6A4 # 0 +0x0000BFE9 0xC6A5 # 0 +0x0000BFEA 0xC6A7 # 0 +0x0000BFEB 0xC6A9 # 0 +0x0000BFEC 0xC6B0 # 0 +0x0000BFED 0xC6B1 # 0 +0x0000BFEE 0xC6B4 # 0 +0x0000BFEF 0xC6B8 # 0 +0x0000BFF0 0xC6B9 # 0 +0x0000BFF1 0xC6BA # 0 +0x0000BFF2 0xC6C0 # 0 +0x0000BFF3 0xC6C1 # 0 +0x0000BFF4 0xC6C3 # 0 +0x0000BFF5 0xC6C5 # 0 +0x0000BFF6 0xC6CC # 0 +0x0000BFF7 0xC6CD # 0 +0x0000BFF8 0xC6D0 # 0 +0x0000BFF9 0xC6D4 # 0 +0x0000BFFA 0xC6DC # 0 +0x0000BFFB 0xC6DD # 0 +0x0000BFFC 0xC6E0 # 0 +0x0000BFFD 0xC6E1 # 0 +0x0000BFFE 0xC6E8 # 0 +0x0000C0A1 0xC6E9 # 0 +0x0000C0A2 0xC6EC # 0 +0x0000C0A3 0xC6F0 # 0 +0x0000C0A4 0xC6F8 # 0 +0x0000C0A5 0xC6F9 # 0 +0x0000C0A6 0xC6FD # 0 +0x0000C0A7 0xC704 # 0 +0x0000C0A8 0xC705 # 0 +0x0000C0A9 0xC708 # 0 +0x0000C0AA 0xC70C # 0 +0x0000C0AB 0xC714 # 0 +0x0000C0AC 0xC715 # 0 +0x0000C0AD 0xC717 # 0 +0x0000C0AE 0xC719 # 0 +0x0000C0AF 0xC720 # 0 +0x0000C0B0 0xC721 # 0 +0x0000C0B1 0xC724 # 0 +0x0000C0B2 0xC728 # 0 +0x0000C0B3 0xC730 # 0 +0x0000C0B4 0xC731 # 0 +0x0000C0B5 0xC733 # 0 +0x0000C0B6 0xC735 # 0 +0x0000C0B7 0xC737 # 0 +0x0000C0B8 0xC73C # 0 +0x0000C0B9 0xC73D # 0 +0x0000C0BA 0xC740 # 0 +0x0000C0BB 0xC744 # 0 +0x0000C0BC 0xC74A # 0 +0x0000C0BD 0xC74C # 0 +0x0000C0BE 0xC74D # 0 +0x0000C0BF 0xC74F # 0 +0x0000C0C0 0xC751 # 0 +0x0000C0C1 0xC752 # 0 +0x0000C0C2 0xC753 # 0 +0x0000C0C3 0xC754 # 0 +0x0000C0C4 0xC755 # 0 +0x0000C0C5 0xC756 # 0 +0x0000C0C6 0xC757 # 0 +0x0000C0C7 0xC758 # 0 +0x0000C0C8 0xC75C # 0 +0x0000C0C9 0xC760 # 0 +0x0000C0CA 0xC768 # 0 +0x0000C0CB 0xC76B # 0 +0x0000C0CC 0xC774 # 0 +0x0000C0CD 0xC775 # 0 +0x0000C0CE 0xC778 # 0 +0x0000C0CF 0xC77C # 0 +0x0000C0D0 0xC77D # 0 +0x0000C0D1 0xC77E # 0 +0x0000C0D2 0xC783 # 0 +0x0000C0D3 0xC784 # 0 +0x0000C0D4 0xC785 # 0 +0x0000C0D5 0xC787 # 0 +0x0000C0D6 0xC788 # 0 +0x0000C0D7 0xC789 # 0 +0x0000C0D8 0xC78A # 0 +0x0000C0D9 0xC78E # 0 +0x0000C0DA 0xC790 # 0 +0x0000C0DB 0xC791 # 0 +0x0000C0DC 0xC794 # 0 +0x0000C0DD 0xC796 # 0 +0x0000C0DE 0xC797 # 0 +0x0000C0DF 0xC798 # 0 +0x0000C0E0 0xC79A # 0 +0x0000C0E1 0xC7A0 # 0 +0x0000C0E2 0xC7A1 # 0 +0x0000C0E3 0xC7A3 # 0 +0x0000C0E4 0xC7A4 # 0 +0x0000C0E5 0xC7A5 # 0 +0x0000C0E6 0xC7A6 # 0 +0x0000C0E7 0xC7AC # 0 +0x0000C0E8 0xC7AD # 0 +0x0000C0E9 0xC7B0 # 0 +0x0000C0EA 0xC7B4 # 0 +0x0000C0EB 0xC7BC # 0 +0x0000C0EC 0xC7BD # 0 +0x0000C0ED 0xC7BF # 0 +0x0000C0EE 0xC7C0 # 0 +0x0000C0EF 0xC7C1 # 0 +0x0000C0F0 0xC7C8 # 0 +0x0000C0F1 0xC7C9 # 0 +0x0000C0F2 0xC7CC # 0 +0x0000C0F3 0xC7CE # 0 +0x0000C0F4 0xC7D0 # 0 +0x0000C0F5 0xC7D8 # 0 +0x0000C0F6 0xC7DD # 0 +0x0000C0F7 0xC7E4 # 0 +0x0000C0F8 0xC7E8 # 0 +0x0000C0F9 0xC7EC # 0 +0x0000C0FA 0xC800 # 0 +0x0000C0FB 0xC801 # 0 +0x0000C0FC 0xC804 # 0 +0x0000C0FD 0xC808 # 0 +0x0000C0FE 0xC80A # 0 +0x0000C1A1 0xC810 # 0 +0x0000C1A2 0xC811 # 0 +0x0000C1A3 0xC813 # 0 +0x0000C1A4 0xC815 # 0 +0x0000C1A5 0xC816 # 0 +0x0000C1A6 0xC81C # 0 +0x0000C1A7 0xC81D # 0 +0x0000C1A8 0xC820 # 0 +0x0000C1A9 0xC824 # 0 +0x0000C1AA 0xC82C # 0 +0x0000C1AB 0xC82D # 0 +0x0000C1AC 0xC82F # 0 +0x0000C1AD 0xC831 # 0 +0x0000C1AE 0xC838 # 0 +0x0000C1AF 0xC83C # 0 +0x0000C1B0 0xC840 # 0 +0x0000C1B1 0xC848 # 0 +0x0000C1B2 0xC849 # 0 +0x0000C1B3 0xC84C # 0 +0x0000C1B4 0xC84D # 0 +0x0000C1B5 0xC854 # 0 +0x0000C1B6 0xC870 # 0 +0x0000C1B7 0xC871 # 0 +0x0000C1B8 0xC874 # 0 +0x0000C1B9 0xC878 # 0 +0x0000C1BA 0xC87A # 0 +0x0000C1BB 0xC880 # 0 +0x0000C1BC 0xC881 # 0 +0x0000C1BD 0xC883 # 0 +0x0000C1BE 0xC885 # 0 +0x0000C1BF 0xC886 # 0 +0x0000C1C0 0xC887 # 0 +0x0000C1C1 0xC88B # 0 +0x0000C1C2 0xC88C # 0 +0x0000C1C3 0xC88D # 0 +0x0000C1C4 0xC894 # 0 +0x0000C1C5 0xC89D # 0 +0x0000C1C6 0xC89F # 0 +0x0000C1C7 0xC8A1 # 0 +0x0000C1C8 0xC8A8 # 0 +0x0000C1C9 0xC8BC # 0 +0x0000C1CA 0xC8BD # 0 +0x0000C1CB 0xC8C4 # 0 +0x0000C1CC 0xC8C8 # 0 +0x0000C1CD 0xC8CC # 0 +0x0000C1CE 0xC8D4 # 0 +0x0000C1CF 0xC8D5 # 0 +0x0000C1D0 0xC8D7 # 0 +0x0000C1D1 0xC8D9 # 0 +0x0000C1D2 0xC8E0 # 0 +0x0000C1D3 0xC8E1 # 0 +0x0000C1D4 0xC8E4 # 0 +0x0000C1D5 0xC8F5 # 0 +0x0000C1D6 0xC8FC # 0 +0x0000C1D7 0xC8FD # 0 +0x0000C1D8 0xC900 # 0 +0x0000C1D9 0xC904 # 0 +0x0000C1DA 0xC905 # 0 +0x0000C1DB 0xC906 # 0 +0x0000C1DC 0xC90C # 0 +0x0000C1DD 0xC90D # 0 +0x0000C1DE 0xC90F # 0 +0x0000C1DF 0xC911 # 0 +0x0000C1E0 0xC918 # 0 +0x0000C1E1 0xC92C # 0 +0x0000C1E2 0xC934 # 0 +0x0000C1E3 0xC950 # 0 +0x0000C1E4 0xC951 # 0 +0x0000C1E5 0xC954 # 0 +0x0000C1E6 0xC958 # 0 +0x0000C1E7 0xC960 # 0 +0x0000C1E8 0xC961 # 0 +0x0000C1E9 0xC963 # 0 +0x0000C1EA 0xC96C # 0 +0x0000C1EB 0xC970 # 0 +0x0000C1EC 0xC974 # 0 +0x0000C1ED 0xC97C # 0 +0x0000C1EE 0xC988 # 0 +0x0000C1EF 0xC989 # 0 +0x0000C1F0 0xC98C # 0 +0x0000C1F1 0xC990 # 0 +0x0000C1F2 0xC998 # 0 +0x0000C1F3 0xC999 # 0 +0x0000C1F4 0xC99B # 0 +0x0000C1F5 0xC99D # 0 +0x0000C1F6 0xC9C0 # 0 +0x0000C1F7 0xC9C1 # 0 +0x0000C1F8 0xC9C4 # 0 +0x0000C1F9 0xC9C7 # 0 +0x0000C1FA 0xC9C8 # 0 +0x0000C1FB 0xC9CA # 0 +0x0000C1FC 0xC9D0 # 0 +0x0000C1FD 0xC9D1 # 0 +0x0000C1FE 0xC9D3 # 0 +0x0000C2A1 0xC9D5 # 0 +0x0000C2A2 0xC9D6 # 0 +0x0000C2A3 0xC9D9 # 0 +0x0000C2A4 0xC9DA # 0 +0x0000C2A5 0xC9DC # 0 +0x0000C2A6 0xC9DD # 0 +0x0000C2A7 0xC9E0 # 0 +0x0000C2A8 0xC9E2 # 0 +0x0000C2A9 0xC9E4 # 0 +0x0000C2AA 0xC9E7 # 0 +0x0000C2AB 0xC9EC # 0 +0x0000C2AC 0xC9ED # 0 +0x0000C2AD 0xC9EF # 0 +0x0000C2AE 0xC9F0 # 0 +0x0000C2AF 0xC9F1 # 0 +0x0000C2B0 0xC9F8 # 0 +0x0000C2B1 0xC9F9 # 0 +0x0000C2B2 0xC9FC # 0 +0x0000C2B3 0xCA00 # 0 +0x0000C2B4 0xCA08 # 0 +0x0000C2B5 0xCA09 # 0 +0x0000C2B6 0xCA0B # 0 +0x0000C2B7 0xCA0C # 0 +0x0000C2B8 0xCA0D # 0 +0x0000C2B9 0xCA14 # 0 +0x0000C2BA 0xCA18 # 0 +0x0000C2BB 0xCA29 # 0 +0x0000C2BC 0xCA4C # 0 +0x0000C2BD 0xCA4D # 0 +0x0000C2BE 0xCA50 # 0 +0x0000C2BF 0xCA54 # 0 +0x0000C2C0 0xCA5C # 0 +0x0000C2C1 0xCA5D # 0 +0x0000C2C2 0xCA5F # 0 +0x0000C2C3 0xCA60 # 0 +0x0000C2C4 0xCA61 # 0 +0x0000C2C5 0xCA68 # 0 +0x0000C2C6 0xCA7D # 0 +0x0000C2C7 0xCA84 # 0 +0x0000C2C8 0xCA98 # 0 +0x0000C2C9 0xCABC # 0 +0x0000C2CA 0xCABD # 0 +0x0000C2CB 0xCAC0 # 0 +0x0000C2CC 0xCAC4 # 0 +0x0000C2CD 0xCACC # 0 +0x0000C2CE 0xCACD # 0 +0x0000C2CF 0xCACF # 0 +0x0000C2D0 0xCAD1 # 0 +0x0000C2D1 0xCAD3 # 0 +0x0000C2D2 0xCAD8 # 0 +0x0000C2D3 0xCAD9 # 0 +0x0000C2D4 0xCAE0 # 0 +0x0000C2D5 0xCAEC # 0 +0x0000C2D6 0xCAF4 # 0 +0x0000C2D7 0xCB08 # 0 +0x0000C2D8 0xCB10 # 0 +0x0000C2D9 0xCB14 # 0 +0x0000C2DA 0xCB18 # 0 +0x0000C2DB 0xCB20 # 0 +0x0000C2DC 0xCB21 # 0 +0x0000C2DD 0xCB41 # 0 +0x0000C2DE 0xCB48 # 0 +0x0000C2DF 0xCB49 # 0 +0x0000C2E0 0xCB4C # 0 +0x0000C2E1 0xCB50 # 0 +0x0000C2E2 0xCB58 # 0 +0x0000C2E3 0xCB59 # 0 +0x0000C2E4 0xCB5D # 0 +0x0000C2E5 0xCB64 # 0 +0x0000C2E6 0xCB78 # 0 +0x0000C2E7 0xCB79 # 0 +0x0000C2E8 0xCB9C # 0 +0x0000C2E9 0xCBB8 # 0 +0x0000C2EA 0xCBD4 # 0 +0x0000C2EB 0xCBE4 # 0 +0x0000C2EC 0xCBE7 # 0 +0x0000C2ED 0xCBE9 # 0 +0x0000C2EE 0xCC0C # 0 +0x0000C2EF 0xCC0D # 0 +0x0000C2F0 0xCC10 # 0 +0x0000C2F1 0xCC14 # 0 +0x0000C2F2 0xCC1C # 0 +0x0000C2F3 0xCC1D # 0 +0x0000C2F4 0xCC21 # 0 +0x0000C2F5 0xCC22 # 0 +0x0000C2F6 0xCC27 # 0 +0x0000C2F7 0xCC28 # 0 +0x0000C2F8 0xCC29 # 0 +0x0000C2F9 0xCC2C # 0 +0x0000C2FA 0xCC2E # 0 +0x0000C2FB 0xCC30 # 0 +0x0000C2FC 0xCC38 # 0 +0x0000C2FD 0xCC39 # 0 +0x0000C2FE 0xCC3B # 0 +0x0000C3A1 0xCC3C # 0 +0x0000C3A2 0xCC3D # 0 +0x0000C3A3 0xCC3E # 0 +0x0000C3A4 0xCC44 # 0 +0x0000C3A5 0xCC45 # 0 +0x0000C3A6 0xCC48 # 0 +0x0000C3A7 0xCC4C # 0 +0x0000C3A8 0xCC54 # 0 +0x0000C3A9 0xCC55 # 0 +0x0000C3AA 0xCC57 # 0 +0x0000C3AB 0xCC58 # 0 +0x0000C3AC 0xCC59 # 0 +0x0000C3AD 0xCC60 # 0 +0x0000C3AE 0xCC64 # 0 +0x0000C3AF 0xCC66 # 0 +0x0000C3B0 0xCC68 # 0 +0x0000C3B1 0xCC70 # 0 +0x0000C3B2 0xCC75 # 0 +0x0000C3B3 0xCC98 # 0 +0x0000C3B4 0xCC99 # 0 +0x0000C3B5 0xCC9C # 0 +0x0000C3B6 0xCCA0 # 0 +0x0000C3B7 0xCCA8 # 0 +0x0000C3B8 0xCCA9 # 0 +0x0000C3B9 0xCCAB # 0 +0x0000C3BA 0xCCAC # 0 +0x0000C3BB 0xCCAD # 0 +0x0000C3BC 0xCCB4 # 0 +0x0000C3BD 0xCCB5 # 0 +0x0000C3BE 0xCCB8 # 0 +0x0000C3BF 0xCCBC # 0 +0x0000C3C0 0xCCC4 # 0 +0x0000C3C1 0xCCC5 # 0 +0x0000C3C2 0xCCC7 # 0 +0x0000C3C3 0xCCC9 # 0 +0x0000C3C4 0xCCD0 # 0 +0x0000C3C5 0xCCD4 # 0 +0x0000C3C6 0xCCE4 # 0 +0x0000C3C7 0xCCEC # 0 +0x0000C3C8 0xCCF0 # 0 +0x0000C3C9 0xCD01 # 0 +0x0000C3CA 0xCD08 # 0 +0x0000C3CB 0xCD09 # 0 +0x0000C3CC 0xCD0C # 0 +0x0000C3CD 0xCD10 # 0 +0x0000C3CE 0xCD18 # 0 +0x0000C3CF 0xCD19 # 0 +0x0000C3D0 0xCD1B # 0 +0x0000C3D1 0xCD1D # 0 +0x0000C3D2 0xCD24 # 0 +0x0000C3D3 0xCD28 # 0 +0x0000C3D4 0xCD2C # 0 +0x0000C3D5 0xCD39 # 0 +0x0000C3D6 0xCD5C # 0 +0x0000C3D7 0xCD60 # 0 +0x0000C3D8 0xCD64 # 0 +0x0000C3D9 0xCD6C # 0 +0x0000C3DA 0xCD6D # 0 +0x0000C3DB 0xCD6F # 0 +0x0000C3DC 0xCD71 # 0 +0x0000C3DD 0xCD78 # 0 +0x0000C3DE 0xCD88 # 0 +0x0000C3DF 0xCD94 # 0 +0x0000C3E0 0xCD95 # 0 +0x0000C3E1 0xCD98 # 0 +0x0000C3E2 0xCD9C # 0 +0x0000C3E3 0xCDA4 # 0 +0x0000C3E4 0xCDA5 # 0 +0x0000C3E5 0xCDA7 # 0 +0x0000C3E6 0xCDA9 # 0 +0x0000C3E7 0xCDB0 # 0 +0x0000C3E8 0xCDC4 # 0 +0x0000C3E9 0xCDCC # 0 +0x0000C3EA 0xCDD0 # 0 +0x0000C3EB 0xCDE8 # 0 +0x0000C3EC 0xCDEC # 0 +0x0000C3ED 0xCDF0 # 0 +0x0000C3EE 0xCDF8 # 0 +0x0000C3EF 0xCDF9 # 0 +0x0000C3F0 0xCDFB # 0 +0x0000C3F1 0xCDFD # 0 +0x0000C3F2 0xCE04 # 0 +0x0000C3F3 0xCE08 # 0 +0x0000C3F4 0xCE0C # 0 +0x0000C3F5 0xCE14 # 0 +0x0000C3F6 0xCE19 # 0 +0x0000C3F7 0xCE20 # 0 +0x0000C3F8 0xCE21 # 0 +0x0000C3F9 0xCE24 # 0 +0x0000C3FA 0xCE28 # 0 +0x0000C3FB 0xCE30 # 0 +0x0000C3FC 0xCE31 # 0 +0x0000C3FD 0xCE33 # 0 +0x0000C3FE 0xCE35 # 0 +0x0000C4A1 0xCE58 # 0 +0x0000C4A2 0xCE59 # 0 +0x0000C4A3 0xCE5C # 0 +0x0000C4A4 0xCE5F # 0 +0x0000C4A5 0xCE60 # 0 +0x0000C4A6 0xCE61 # 0 +0x0000C4A7 0xCE68 # 0 +0x0000C4A8 0xCE69 # 0 +0x0000C4A9 0xCE6B # 0 +0x0000C4AA 0xCE6D # 0 +0x0000C4AB 0xCE74 # 0 +0x0000C4AC 0xCE75 # 0 +0x0000C4AD 0xCE78 # 0 +0x0000C4AE 0xCE7C # 0 +0x0000C4AF 0xCE84 # 0 +0x0000C4B0 0xCE85 # 0 +0x0000C4B1 0xCE87 # 0 +0x0000C4B2 0xCE89 # 0 +0x0000C4B3 0xCE90 # 0 +0x0000C4B4 0xCE91 # 0 +0x0000C4B5 0xCE94 # 0 +0x0000C4B6 0xCE98 # 0 +0x0000C4B7 0xCEA0 # 0 +0x0000C4B8 0xCEA1 # 0 +0x0000C4B9 0xCEA3 # 0 +0x0000C4BA 0xCEA4 # 0 +0x0000C4BB 0xCEA5 # 0 +0x0000C4BC 0xCEAC # 0 +0x0000C4BD 0xCEAD # 0 +0x0000C4BE 0xCEC1 # 0 +0x0000C4BF 0xCEE4 # 0 +0x0000C4C0 0xCEE5 # 0 +0x0000C4C1 0xCEE8 # 0 +0x0000C4C2 0xCEEB # 0 +0x0000C4C3 0xCEEC # 0 +0x0000C4C4 0xCEF4 # 0 +0x0000C4C5 0xCEF5 # 0 +0x0000C4C6 0xCEF7 # 0 +0x0000C4C7 0xCEF8 # 0 +0x0000C4C8 0xCEF9 # 0 +0x0000C4C9 0xCF00 # 0 +0x0000C4CA 0xCF01 # 0 +0x0000C4CB 0xCF04 # 0 +0x0000C4CC 0xCF08 # 0 +0x0000C4CD 0xCF10 # 0 +0x0000C4CE 0xCF11 # 0 +0x0000C4CF 0xCF13 # 0 +0x0000C4D0 0xCF15 # 0 +0x0000C4D1 0xCF1C # 0 +0x0000C4D2 0xCF20 # 0 +0x0000C4D3 0xCF24 # 0 +0x0000C4D4 0xCF2C # 0 +0x0000C4D5 0xCF2D # 0 +0x0000C4D6 0xCF2F # 0 +0x0000C4D7 0xCF30 # 0 +0x0000C4D8 0xCF31 # 0 +0x0000C4D9 0xCF38 # 0 +0x0000C4DA 0xCF54 # 0 +0x0000C4DB 0xCF55 # 0 +0x0000C4DC 0xCF58 # 0 +0x0000C4DD 0xCF5C # 0 +0x0000C4DE 0xCF64 # 0 +0x0000C4DF 0xCF65 # 0 +0x0000C4E0 0xCF67 # 0 +0x0000C4E1 0xCF69 # 0 +0x0000C4E2 0xCF70 # 0 +0x0000C4E3 0xCF71 # 0 +0x0000C4E4 0xCF74 # 0 +0x0000C4E5 0xCF78 # 0 +0x0000C4E6 0xCF80 # 0 +0x0000C4E7 0xCF85 # 0 +0x0000C4E8 0xCF8C # 0 +0x0000C4E9 0xCFA1 # 0 +0x0000C4EA 0xCFA8 # 0 +0x0000C4EB 0xCFB0 # 0 +0x0000C4EC 0xCFC4 # 0 +0x0000C4ED 0xCFE0 # 0 +0x0000C4EE 0xCFE1 # 0 +0x0000C4EF 0xCFE4 # 0 +0x0000C4F0 0xCFE8 # 0 +0x0000C4F1 0xCFF0 # 0 +0x0000C4F2 0xCFF1 # 0 +0x0000C4F3 0xCFF3 # 0 +0x0000C4F4 0xCFF5 # 0 +0x0000C4F5 0xCFFC # 0 +0x0000C4F6 0xD000 # 0 +0x0000C4F7 0xD004 # 0 +0x0000C4F8 0xD011 # 0 +0x0000C4F9 0xD018 # 0 +0x0000C4FA 0xD02D # 0 +0x0000C4FB 0xD034 # 0 +0x0000C4FC 0xD035 # 0 +0x0000C4FD 0xD038 # 0 +0x0000C4FE 0xD03C # 0 +0x0000C5A1 0xD044 # 0 +0x0000C5A2 0xD045 # 0 +0x0000C5A3 0xD047 # 0 +0x0000C5A4 0xD049 # 0 +0x0000C5A5 0xD050 # 0 +0x0000C5A6 0xD054 # 0 +0x0000C5A7 0xD058 # 0 +0x0000C5A8 0xD060 # 0 +0x0000C5A9 0xD06C # 0 +0x0000C5AA 0xD06D # 0 +0x0000C5AB 0xD070 # 0 +0x0000C5AC 0xD074 # 0 +0x0000C5AD 0xD07C # 0 +0x0000C5AE 0xD07D # 0 +0x0000C5AF 0xD081 # 0 +0x0000C5B0 0xD0A4 # 0 +0x0000C5B1 0xD0A5 # 0 +0x0000C5B2 0xD0A8 # 0 +0x0000C5B3 0xD0AC # 0 +0x0000C5B4 0xD0B4 # 0 +0x0000C5B5 0xD0B5 # 0 +0x0000C5B6 0xD0B7 # 0 +0x0000C5B7 0xD0B9 # 0 +0x0000C5B8 0xD0C0 # 0 +0x0000C5B9 0xD0C1 # 0 +0x0000C5BA 0xD0C4 # 0 +0x0000C5BB 0xD0C8 # 0 +0x0000C5BC 0xD0C9 # 0 +0x0000C5BD 0xD0D0 # 0 +0x0000C5BE 0xD0D1 # 0 +0x0000C5BF 0xD0D3 # 0 +0x0000C5C0 0xD0D4 # 0 +0x0000C5C1 0xD0D5 # 0 +0x0000C5C2 0xD0DC # 0 +0x0000C5C3 0xD0DD # 0 +0x0000C5C4 0xD0E0 # 0 +0x0000C5C5 0xD0E4 # 0 +0x0000C5C6 0xD0EC # 0 +0x0000C5C7 0xD0ED # 0 +0x0000C5C8 0xD0EF # 0 +0x0000C5C9 0xD0F0 # 0 +0x0000C5CA 0xD0F1 # 0 +0x0000C5CB 0xD0F8 # 0 +0x0000C5CC 0xD10D # 0 +0x0000C5CD 0xD130 # 0 +0x0000C5CE 0xD131 # 0 +0x0000C5CF 0xD134 # 0 +0x0000C5D0 0xD138 # 0 +0x0000C5D1 0xD13A # 0 +0x0000C5D2 0xD140 # 0 +0x0000C5D3 0xD141 # 0 +0x0000C5D4 0xD143 # 0 +0x0000C5D5 0xD144 # 0 +0x0000C5D6 0xD145 # 0 +0x0000C5D7 0xD14C # 0 +0x0000C5D8 0xD14D # 0 +0x0000C5D9 0xD150 # 0 +0x0000C5DA 0xD154 # 0 +0x0000C5DB 0xD15C # 0 +0x0000C5DC 0xD15D # 0 +0x0000C5DD 0xD15F # 0 +0x0000C5DE 0xD161 # 0 +0x0000C5DF 0xD168 # 0 +0x0000C5E0 0xD16C # 0 +0x0000C5E1 0xD17C # 0 +0x0000C5E2 0xD184 # 0 +0x0000C5E3 0xD188 # 0 +0x0000C5E4 0xD1A0 # 0 +0x0000C5E5 0xD1A1 # 0 +0x0000C5E6 0xD1A4 # 0 +0x0000C5E7 0xD1A8 # 0 +0x0000C5E8 0xD1B0 # 0 +0x0000C5E9 0xD1B1 # 0 +0x0000C5EA 0xD1B3 # 0 +0x0000C5EB 0xD1B5 # 0 +0x0000C5EC 0xD1BA # 0 +0x0000C5ED 0xD1BC # 0 +0x0000C5EE 0xD1C0 # 0 +0x0000C5EF 0xD1D8 # 0 +0x0000C5F0 0xD1F4 # 0 +0x0000C5F1 0xD1F8 # 0 +0x0000C5F2 0xD207 # 0 +0x0000C5F3 0xD209 # 0 +0x0000C5F4 0xD210 # 0 +0x0000C5F5 0xD22C # 0 +0x0000C5F6 0xD22D # 0 +0x0000C5F7 0xD230 # 0 +0x0000C5F8 0xD234 # 0 +0x0000C5F9 0xD23C # 0 +0x0000C5FA 0xD23D # 0 +0x0000C5FB 0xD23F # 0 +0x0000C5FC 0xD241 # 0 +0x0000C5FD 0xD248 # 0 +0x0000C5FE 0xD25C # 0 +0x0000C6A1 0xD264 # 0 +0x0000C6A2 0xD280 # 0 +0x0000C6A3 0xD281 # 0 +0x0000C6A4 0xD284 # 0 +0x0000C6A5 0xD288 # 0 +0x0000C6A6 0xD290 # 0 +0x0000C6A7 0xD291 # 0 +0x0000C6A8 0xD295 # 0 +0x0000C6A9 0xD29C # 0 +0x0000C6AA 0xD2A0 # 0 +0x0000C6AB 0xD2A4 # 0 +0x0000C6AC 0xD2AC # 0 +0x0000C6AD 0xD2B1 # 0 +0x0000C6AE 0xD2B8 # 0 +0x0000C6AF 0xD2B9 # 0 +0x0000C6B0 0xD2BC # 0 +0x0000C6B1 0xD2BF # 0 +0x0000C6B2 0xD2C0 # 0 +0x0000C6B3 0xD2C2 # 0 +0x0000C6B4 0xD2C8 # 0 +0x0000C6B5 0xD2C9 # 0 +0x0000C6B6 0xD2CB # 0 +0x0000C6B7 0xD2D4 # 0 +0x0000C6B8 0xD2D8 # 0 +0x0000C6B9 0xD2DC # 0 +0x0000C6BA 0xD2E4 # 0 +0x0000C6BB 0xD2E5 # 0 +0x0000C6BC 0xD2F0 # 0 +0x0000C6BD 0xD2F1 # 0 +0x0000C6BE 0xD2F4 # 0 +0x0000C6BF 0xD2F8 # 0 +0x0000C6C0 0xD300 # 0 +0x0000C6C1 0xD301 # 0 +0x0000C6C2 0xD303 # 0 +0x0000C6C3 0xD305 # 0 +0x0000C6C4 0xD30C # 0 +0x0000C6C5 0xD30D # 0 +0x0000C6C6 0xD30E # 0 +0x0000C6C7 0xD310 # 0 +0x0000C6C8 0xD314 # 0 +0x0000C6C9 0xD316 # 0 +0x0000C6CA 0xD31C # 0 +0x0000C6CB 0xD31D # 0 +0x0000C6CC 0xD31F # 0 +0x0000C6CD 0xD320 # 0 +0x0000C6CE 0xD321 # 0 +0x0000C6CF 0xD325 # 0 +0x0000C6D0 0xD328 # 0 +0x0000C6D1 0xD329 # 0 +0x0000C6D2 0xD32C # 0 +0x0000C6D3 0xD330 # 0 +0x0000C6D4 0xD338 # 0 +0x0000C6D5 0xD339 # 0 +0x0000C6D6 0xD33B # 0 +0x0000C6D7 0xD33C # 0 +0x0000C6D8 0xD33D # 0 +0x0000C6D9 0xD344 # 0 +0x0000C6DA 0xD345 # 0 +0x0000C6DB 0xD37C # 0 +0x0000C6DC 0xD37D # 0 +0x0000C6DD 0xD380 # 0 +0x0000C6DE 0xD384 # 0 +0x0000C6DF 0xD38C # 0 +0x0000C6E0 0xD38D # 0 +0x0000C6E1 0xD38F # 0 +0x0000C6E2 0xD390 # 0 +0x0000C6E3 0xD391 # 0 +0x0000C6E4 0xD398 # 0 +0x0000C6E5 0xD399 # 0 +0x0000C6E6 0xD39C # 0 +0x0000C6E7 0xD3A0 # 0 +0x0000C6E8 0xD3A8 # 0 +0x0000C6E9 0xD3A9 # 0 +0x0000C6EA 0xD3AB # 0 +0x0000C6EB 0xD3AD # 0 +0x0000C6EC 0xD3B4 # 0 +0x0000C6ED 0xD3B8 # 0 +0x0000C6EE 0xD3BC # 0 +0x0000C6EF 0xD3C4 # 0 +0x0000C6F0 0xD3C5 # 0 +0x0000C6F1 0xD3C8 # 0 +0x0000C6F2 0xD3C9 # 0 +0x0000C6F3 0xD3D0 # 0 +0x0000C6F4 0xD3D8 # 0 +0x0000C6F5 0xD3E1 # 0 +0x0000C6F6 0xD3E3 # 0 +0x0000C6F7 0xD3EC # 0 +0x0000C6F8 0xD3ED # 0 +0x0000C6F9 0xD3F0 # 0 +0x0000C6FA 0xD3F4 # 0 +0x0000C6FB 0xD3FC # 0 +0x0000C6FC 0xD3FD # 0 +0x0000C6FD 0xD3FF # 0 +0x0000C6FE 0xD401 # 0 +0x0000C7A1 0xD408 # 0 +0x0000C7A2 0xD41D # 0 +0x0000C7A3 0xD440 # 0 +0x0000C7A4 0xD444 # 0 +0x0000C7A5 0xD45C # 0 +0x0000C7A6 0xD460 # 0 +0x0000C7A7 0xD464 # 0 +0x0000C7A8 0xD46D # 0 +0x0000C7A9 0xD46F # 0 +0x0000C7AA 0xD478 # 0 +0x0000C7AB 0xD479 # 0 +0x0000C7AC 0xD47C # 0 +0x0000C7AD 0xD47F # 0 +0x0000C7AE 0xD480 # 0 +0x0000C7AF 0xD482 # 0 +0x0000C7B0 0xD488 # 0 +0x0000C7B1 0xD489 # 0 +0x0000C7B2 0xD48B # 0 +0x0000C7B3 0xD48D # 0 +0x0000C7B4 0xD494 # 0 +0x0000C7B5 0xD4A9 # 0 +0x0000C7B6 0xD4CC # 0 +0x0000C7B7 0xD4D0 # 0 +0x0000C7B8 0xD4D4 # 0 +0x0000C7B9 0xD4DC # 0 +0x0000C7BA 0xD4DF # 0 +0x0000C7BB 0xD4E8 # 0 +0x0000C7BC 0xD4EC # 0 +0x0000C7BD 0xD4F0 # 0 +0x0000C7BE 0xD4F8 # 0 +0x0000C7BF 0xD4FB # 0 +0x0000C7C0 0xD4FD # 0 +0x0000C7C1 0xD504 # 0 +0x0000C7C2 0xD508 # 0 +0x0000C7C3 0xD50C # 0 +0x0000C7C4 0xD514 # 0 +0x0000C7C5 0xD515 # 0 +0x0000C7C6 0xD517 # 0 +0x0000C7C7 0xD53C # 0 +0x0000C7C8 0xD53D # 0 +0x0000C7C9 0xD540 # 0 +0x0000C7CA 0xD544 # 0 +0x0000C7CB 0xD54C # 0 +0x0000C7CC 0xD54D # 0 +0x0000C7CD 0xD54F # 0 +0x0000C7CE 0xD551 # 0 +0x0000C7CF 0xD558 # 0 +0x0000C7D0 0xD559 # 0 +0x0000C7D1 0xD55C # 0 +0x0000C7D2 0xD560 # 0 +0x0000C7D3 0xD565 # 0 +0x0000C7D4 0xD568 # 0 +0x0000C7D5 0xD569 # 0 +0x0000C7D6 0xD56B # 0 +0x0000C7D7 0xD56D # 0 +0x0000C7D8 0xD574 # 0 +0x0000C7D9 0xD575 # 0 +0x0000C7DA 0xD578 # 0 +0x0000C7DB 0xD57C # 0 +0x0000C7DC 0xD584 # 0 +0x0000C7DD 0xD585 # 0 +0x0000C7DE 0xD587 # 0 +0x0000C7DF 0xD588 # 0 +0x0000C7E0 0xD589 # 0 +0x0000C7E1 0xD590 # 0 +0x0000C7E2 0xD5A5 # 0 +0x0000C7E3 0xD5C8 # 0 +0x0000C7E4 0xD5C9 # 0 +0x0000C7E5 0xD5CC # 0 +0x0000C7E6 0xD5D0 # 0 +0x0000C7E7 0xD5D2 # 0 +0x0000C7E8 0xD5D8 # 0 +0x0000C7E9 0xD5D9 # 0 +0x0000C7EA 0xD5DB # 0 +0x0000C7EB 0xD5DD # 0 +0x0000C7EC 0xD5E4 # 0 +0x0000C7ED 0xD5E5 # 0 +0x0000C7EE 0xD5E8 # 0 +0x0000C7EF 0xD5EC # 0 +0x0000C7F0 0xD5F4 # 0 +0x0000C7F1 0xD5F5 # 0 +0x0000C7F2 0xD5F7 # 0 +0x0000C7F3 0xD5F9 # 0 +0x0000C7F4 0xD600 # 0 +0x0000C7F5 0xD601 # 0 +0x0000C7F6 0xD604 # 0 +0x0000C7F7 0xD608 # 0 +0x0000C7F8 0xD610 # 0 +0x0000C7F9 0xD611 # 0 +0x0000C7FA 0xD613 # 0 +0x0000C7FB 0xD614 # 0 +0x0000C7FC 0xD615 # 0 +0x0000C7FD 0xD61C # 0 +0x0000C7FE 0xD620 # 0 +0x0000C8A1 0xD624 # 0 +0x0000C8A2 0xD62D # 0 +0x0000C8A3 0xD638 # 0 +0x0000C8A4 0xD639 # 0 +0x0000C8A5 0xD63C # 0 +0x0000C8A6 0xD640 # 0 +0x0000C8A7 0xD645 # 0 +0x0000C8A8 0xD648 # 0 +0x0000C8A9 0xD649 # 0 +0x0000C8AA 0xD64B # 0 +0x0000C8AB 0xD64D # 0 +0x0000C8AC 0xD651 # 0 +0x0000C8AD 0xD654 # 0 +0x0000C8AE 0xD655 # 0 +0x0000C8AF 0xD658 # 0 +0x0000C8B0 0xD65C # 0 +0x0000C8B1 0xD667 # 0 +0x0000C8B2 0xD669 # 0 +0x0000C8B3 0xD670 # 0 +0x0000C8B4 0xD671 # 0 +0x0000C8B5 0xD674 # 0 +0x0000C8B6 0xD683 # 0 +0x0000C8B7 0xD685 # 0 +0x0000C8B8 0xD68C # 0 +0x0000C8B9 0xD68D # 0 +0x0000C8BA 0xD690 # 0 +0x0000C8BB 0xD694 # 0 +0x0000C8BC 0xD69D # 0 +0x0000C8BD 0xD69F # 0 +0x0000C8BE 0xD6A1 # 0 +0x0000C8BF 0xD6A8 # 0 +0x0000C8C0 0xD6AC # 0 +0x0000C8C1 0xD6B0 # 0 +0x0000C8C2 0xD6B9 # 0 +0x0000C8C3 0xD6BB # 0 +0x0000C8C4 0xD6C4 # 0 +0x0000C8C5 0xD6C5 # 0 +0x0000C8C6 0xD6C8 # 0 +0x0000C8C7 0xD6CC # 0 +0x0000C8C8 0xD6D1 # 0 +0x0000C8C9 0xD6D4 # 0 +0x0000C8CA 0xD6D7 # 0 +0x0000C8CB 0xD6D9 # 0 +0x0000C8CC 0xD6E0 # 0 +0x0000C8CD 0xD6E4 # 0 +0x0000C8CE 0xD6E8 # 0 +0x0000C8CF 0xD6F0 # 0 +0x0000C8D0 0xD6F5 # 0 +0x0000C8D1 0xD6FC # 0 +0x0000C8D2 0xD6FD # 0 +0x0000C8D3 0xD700 # 0 +0x0000C8D4 0xD704 # 0 +0x0000C8D5 0xD711 # 0 +0x0000C8D6 0xD718 # 0 +0x0000C8D7 0xD719 # 0 +0x0000C8D8 0xD71C # 0 +0x0000C8D9 0xD720 # 0 +0x0000C8DA 0xD728 # 0 +0x0000C8DB 0xD729 # 0 +0x0000C8DC 0xD72B # 0 +0x0000C8DD 0xD72D # 0 +0x0000C8DE 0xD734 # 0 +0x0000C8DF 0xD735 # 0 +0x0000C8E0 0xD738 # 0 +0x0000C8E1 0xD73C # 0 +0x0000C8E2 0xD744 # 0 +0x0000C8E3 0xD747 # 0 +0x0000C8E4 0xD749 # 0 +0x0000C8E5 0xD750 # 0 +0x0000C8E6 0xD751 # 0 +0x0000C8E7 0xD754 # 0 +0x0000C8E8 0xD756 # 0 +0x0000C8E9 0xD757 # 0 +0x0000C8EA 0xD758 # 0 +0x0000C8EB 0xD759 # 0 +0x0000C8EC 0xD760 # 0 +0x0000C8ED 0xD761 # 0 +0x0000C8EE 0xD763 # 0 +0x0000C8EF 0xD765 # 0 +0x0000C8F0 0xD769 # 0 +0x0000C8F1 0xD76C # 0 +0x0000C8F2 0xD770 # 0 +0x0000C8F3 0xD774 # 0 +0x0000C8F4 0xD77C # 0 +0x0000C8F5 0xD77D # 0 +0x0000C8F6 0xD781 # 0 +0x0000C8F7 0xD788 # 0 +0x0000C8F8 0xD789 # 0 +0x0000C8F9 0xD78C # 0 +0x0000C8FA 0xD790 # 0 +0x0000C8FB 0xD798 # 0 +0x0000C8FC 0xD799 # 0 +0x0000C8FD 0xD79B # 0 +0x0000C8FE 0xD79D # 0 +0x0000C9A1 0xF700 # 0 +0x0000C9A2 0xF701 # 0 +0x0000C9A3 0xF702 # 0 +0x0000C9A4 0xF703 # 0 +0x0000C9A5 0xF704 # 0 +0x0000C9A6 0xF705 # 0 +0x0000C9A7 0xF706 # 0 +0x0000C9A8 0xF707 # 0 +0x0000C9A9 0xF708 # 0 +0x0000C9AA 0xF709 # 0 +0x0000C9AB 0xF70A # 0 +0x0000C9AC 0xF70B # 0 +0x0000C9AD 0xF70C # 0 +0x0000C9AE 0xF70D # 0 +0x0000C9AF 0xF70E # 0 +0x0000C9B0 0xF70F # 0 +0x0000C9B1 0xF710 # 0 +0x0000C9B2 0xF711 # 0 +0x0000C9B3 0xF712 # 0 +0x0000C9B4 0xF713 # 0 +0x0000C9B5 0xF714 # 0 +0x0000C9B6 0xF715 # 0 +0x0000C9B7 0xF716 # 0 +0x0000C9B8 0xF717 # 0 +0x0000C9B9 0xF718 # 0 +0x0000C9BA 0xF719 # 0 +0x0000C9BB 0xF71A # 0 +0x0000C9BC 0xF71B # 0 +0x0000C9BD 0xF71C # 0 +0x0000C9BE 0xF71D # 0 +0x0000C9BF 0xF71E # 0 +0x0000C9C0 0xF71F # 0 +0x0000C9C1 0xF720 # 0 +0x0000C9C2 0xF721 # 0 +0x0000C9C3 0xF722 # 0 +0x0000C9C4 0xF723 # 0 +0x0000C9C5 0xF724 # 0 +0x0000C9C6 0xF725 # 0 +0x0000C9C7 0xF726 # 0 +0x0000C9C8 0xF727 # 0 +0x0000C9C9 0xF728 # 0 +0x0000C9CA 0xF729 # 0 +0x0000C9CB 0xF72A # 0 +0x0000C9CC 0xF72B # 0 +0x0000C9CD 0xF72C # 0 +0x0000C9CE 0xF72D # 0 +0x0000C9CF 0xF72E # 0 +0x0000C9D0 0xF72F # 0 +0x0000C9D1 0xF730 # 0 +0x0000C9D2 0xF731 # 0 +0x0000C9D3 0xF732 # 0 +0x0000C9D4 0xF733 # 0 +0x0000C9D5 0xF734 # 0 +0x0000C9D6 0xF735 # 0 +0x0000C9D7 0xF736 # 0 +0x0000C9D8 0xF737 # 0 +0x0000C9D9 0xF738 # 0 +0x0000C9DA 0xF739 # 0 +0x0000C9DB 0xF73A # 0 +0x0000C9DC 0xF73B # 0 +0x0000C9DD 0xF73C # 0 +0x0000C9DE 0xF73D # 0 +0x0000C9DF 0xF73E # 0 +0x0000C9E0 0xF73F # 0 +0x0000C9E1 0xF740 # 0 +0x0000C9E2 0xF741 # 0 +0x0000C9E3 0xF742 # 0 +0x0000C9E4 0xF743 # 0 +0x0000C9E5 0xF744 # 0 +0x0000C9E6 0xF745 # 0 +0x0000C9E7 0xF746 # 0 +0x0000C9E8 0xF747 # 0 +0x0000C9E9 0xF748 # 0 +0x0000C9EA 0xF749 # 0 +0x0000C9EB 0xF74A # 0 +0x0000C9EC 0xF74B # 0 +0x0000C9ED 0xF74C # 0 +0x0000C9EE 0xF74D # 0 +0x0000C9EF 0xF74E # 0 +0x0000C9F0 0xF74F # 0 +0x0000C9F1 0xF750 # 0 +0x0000C9F2 0xF751 # 0 +0x0000C9F3 0xF752 # 0 +0x0000C9F4 0xF753 # 0 +0x0000C9F5 0xF754 # 0 +0x0000C9F6 0xF755 # 0 +0x0000C9F7 0xF756 # 0 +0x0000C9F8 0xF757 # 0 +0x0000C9F9 0xF758 # 0 +0x0000C9FA 0xF759 # 0 +0x0000C9FB 0xF75A # 0 +0x0000C9FC 0xF75B # 0 +0x0000C9FD 0xF75C # 0 +0x0000C9FE 0xF75D # 0 +0x0000CAA1 0x4F3D # 0 +0x0000CAA2 0x4F73 # 0 +0x0000CAA3 0x5047 # 0 +0x0000CAA4 0x50F9 # 0 +0x0000CAA5 0x52A0 # 0 +0x0000CAA6 0x53EF # 0 +0x0000CAA7 0x5475 # 0 +0x0000CAA8 0x54E5 # 0 +0x0000CAA9 0x5609 # 0 +0x0000CAAA 0x5AC1 # 0 +0x0000CAAB 0x5BB6 # 0 +0x0000CAAC 0x6687 # 0 +0x0000CAAD 0x67B6 # 0 +0x0000CAAE 0x67B7 # 0 +0x0000CAAF 0x67EF # 0 +0x0000CAB0 0x6B4C # 0 +0x0000CAB1 0x73C2 # 0 +0x0000CAB2 0x75C2 # 0 +0x0000CAB3 0x7A3C # 0 +0x0000CAB4 0x82DB # 0 +0x0000CAB5 0x8304 # 0 +0x0000CAB6 0x8857 # 0 +0x0000CAB7 0x8888 # 0 +0x0000CAB8 0x8A36 # 0 +0x0000CAB9 0x8CC8 # 0 +0x0000CABA 0x8DCF # 0 +0x0000CABB 0x8EFB # 0 +0x0000CABC 0x8FE6 # 0 +0x0000CABD 0x99D5 # 0 +0x0000CABE 0x523B # 0 +0x0000CABF 0x5374 # 0 +0x0000CAC0 0x5404 # 0 +0x0000CAC1 0x606A # 0 +0x0000CAC2 0x6164 # 0 +0x0000CAC3 0x6BBC # 0 +0x0000CAC4 0x73CF # 0 +0x0000CAC5 0x811A # 0 +0x0000CAC6 0x89BA # 0 +0x0000CAC7 0x89D2 # 0 +0x0000CAC8 0x95A3 # 0 +0x0000CAC9 0x4F83 # 0 +0x0000CACA 0x520A # 0 +0x0000CACB 0x58BE # 0 +0x0000CACC 0x5978 # 0 +0x0000CACD 0x59E6 # 0 +0x0000CACE 0x5E72 # 0 +0x0000CACF 0x5E79 # 0 +0x0000CAD0 0x61C7 # 0 +0x0000CAD1 0x63C0 # 0 +0x0000CAD2 0x6746 # 0 +0x0000CAD3 0x67EC # 0 +0x0000CAD4 0x687F # 0 +0x0000CAD5 0x6F97 # 0 +0x0000CAD6 0x764E # 0 +0x0000CAD7 0x770B # 0 +0x0000CAD8 0x78F5 # 0 +0x0000CAD9 0x7A08 # 0 +0x0000CADA 0x7AFF # 0 +0x0000CADB 0x7C21 # 0 +0x0000CADC 0x809D # 0 +0x0000CADD 0x826E # 0 +0x0000CADE 0x8271 # 0 +0x0000CADF 0x8AEB # 0 +0x0000CAE0 0x9593 # 0 +0x0000CAE1 0x4E6B # 0 +0x0000CAE2 0x559D # 0 +0x0000CAE3 0x66F7 # 0 +0x0000CAE4 0x6E34 # 0 +0x0000CAE5 0x78A3 # 0 +0x0000CAE6 0x7AED # 0 +0x0000CAE7 0x845B # 0 +0x0000CAE8 0x8910 # 0 +0x0000CAE9 0x874E # 0 +0x0000CAEA 0x97A8 # 0 +0x0000CAEB 0x52D8 # 0 +0x0000CAEC 0x574E # 0 +0x0000CAED 0x582A # 0 +0x0000CAEE 0x5D4C # 0 +0x0000CAEF 0x611F # 0 +0x0000CAF0 0x61BE # 0 +0x0000CAF1 0x6221 # 0 +0x0000CAF2 0x6562 # 0 +0x0000CAF3 0x67D1 # 0 +0x0000CAF4 0x6A44 # 0 +0x0000CAF5 0x6E1B # 0 +0x0000CAF6 0x7518 # 0 +0x0000CAF7 0x75B3 # 0 +0x0000CAF8 0x76E3 # 0 +0x0000CAF9 0x77B0 # 0 +0x0000CAFA 0x7D3A # 0 +0x0000CAFB 0x90AF # 0 +0x0000CAFC 0x9451 # 0 +0x0000CAFD 0x9452 # 0 +0x0000CAFE 0x9F95 # 0 +0x0000CBA1 0x5323 # 0 +0x0000CBA2 0x5CAC # 0 +0x0000CBA3 0x7532 # 0 +0x0000CBA4 0x80DB # 0 +0x0000CBA5 0x9240 # 0 +0x0000CBA6 0x9598 # 0 +0x0000CBA7 0x525B # 0 +0x0000CBA8 0x5808 # 0 +0x0000CBA9 0x59DC # 0 +0x0000CBAA 0x5CA1 # 0 +0x0000CBAB 0x5D17 # 0 +0x0000CBAC 0x5EB7 # 0 +0x0000CBAD 0x5F3A # 0 +0x0000CBAE 0x5F4A # 0 +0x0000CBAF 0x6177 # 0 +0x0000CBB0 0x6C5F # 0 +0x0000CBB1 0x757A # 0 +0x0000CBB2 0x7586 # 0 +0x0000CBB3 0x7CE0 # 0 +0x0000CBB4 0x7D73 # 0 +0x0000CBB5 0x7DB1 # 0 +0x0000CBB6 0x7F8C # 0 +0x0000CBB7 0x8154 # 0 +0x0000CBB8 0x8221 # 0 +0x0000CBB9 0x8591 # 0 +0x0000CBBA 0x8941 # 0 +0x0000CBBB 0x8B1B # 0 +0x0000CBBC 0x92FC # 0 +0x0000CBBD 0x964D # 0 +0x0000CBBE 0x9C47 # 0 +0x0000CBBF 0x4ECB # 0 +0x0000CBC0 0x4EF7 # 0 +0x0000CBC1 0x500B # 0 +0x0000CBC2 0x51F1 # 0 +0x0000CBC3 0x584F # 0 +0x0000CBC4 0x6137 # 0 +0x0000CBC5 0x613E # 0 +0x0000CBC6 0x6168 # 0 +0x0000CBC7 0x6539 # 0 +0x0000CBC8 0x69EA # 0 +0x0000CBC9 0x6F11 # 0 +0x0000CBCA 0x75A5 # 0 +0x0000CBCB 0x7686 # 0 +0x0000CBCC 0x76D6 # 0 +0x0000CBCD 0x7B87 # 0 +0x0000CBCE 0x82A5 # 0 +0x0000CBCF 0x84CB # 0 +0x0000CBD0 0xF900 # 0 +0x0000CBD1 0x93A7 # 0 +0x0000CBD2 0x958B # 0 +0x0000CBD3 0x5580 # 0 +0x0000CBD4 0x5BA2 # 0 +0x0000CBD5 0x5751 # 0 +0x0000CBD6 0xF901 # 0 +0x0000CBD7 0x7CB3 # 0 +0x0000CBD8 0x7FB9 # 0 +0x0000CBD9 0x91B5 # 0 +0x0000CBDA 0x5028 # 0 +0x0000CBDB 0x53BB # 0 +0x0000CBDC 0x5C45 # 0 +0x0000CBDD 0x5DE8 # 0 +0x0000CBDE 0x62D2 # 0 +0x0000CBDF 0x636E # 0 +0x0000CBE0 0x64DA # 0 +0x0000CBE1 0x64E7 # 0 +0x0000CBE2 0x6E20 # 0 +0x0000CBE3 0x70AC # 0 +0x0000CBE4 0x795B # 0 +0x0000CBE5 0x8DDD # 0 +0x0000CBE6 0x8E1E # 0 +0x0000CBE7 0xF902 # 0 +0x0000CBE8 0x907D # 0 +0x0000CBE9 0x9245 # 0 +0x0000CBEA 0x92F8 # 0 +0x0000CBEB 0x4E7E # 0 +0x0000CBEC 0x4EF6 # 0 +0x0000CBED 0x5065 # 0 +0x0000CBEE 0x5DFE # 0 +0x0000CBEF 0x5EFA # 0 +0x0000CBF0 0x6106 # 0 +0x0000CBF1 0x6957 # 0 +0x0000CBF2 0x8171 # 0 +0x0000CBF3 0x8654 # 0 +0x0000CBF4 0x8E47 # 0 +0x0000CBF5 0x9375 # 0 +0x0000CBF6 0x9A2B # 0 +0x0000CBF7 0x4E5E # 0 +0x0000CBF8 0x5091 # 0 +0x0000CBF9 0x6770 # 0 +0x0000CBFA 0x6840 # 0 +0x0000CBFB 0x5109 # 0 +0x0000CBFC 0x528D # 0 +0x0000CBFD 0x5292 # 0 +0x0000CBFE 0x6AA2 # 0 +0x0000CCA1 0x77BC # 0 +0x0000CCA2 0x9210 # 0 +0x0000CCA3 0x9ED4 # 0 +0x0000CCA4 0x52AB # 0 +0x0000CCA5 0x602F # 0 +0x0000CCA6 0x8FF2 # 0 +0x0000CCA7 0x5048 # 0 +0x0000CCA8 0x61A9 # 0 +0x0000CCA9 0x63ED # 0 +0x0000CCAA 0x64CA # 0 +0x0000CCAB 0x683C # 0 +0x0000CCAC 0x6A84 # 0 +0x0000CCAD 0x6FC0 # 0 +0x0000CCAE 0x8188 # 0 +0x0000CCAF 0x89A1 # 0 +0x0000CCB0 0x9694 # 0 +0x0000CCB1 0x5805 # 0 +0x0000CCB2 0x727D # 0 +0x0000CCB3 0x72AC # 0 +0x0000CCB4 0x7504 # 0 +0x0000CCB5 0x7D79 # 0 +0x0000CCB6 0x7E6D # 0 +0x0000CCB7 0x80A9 # 0 +0x0000CCB8 0x898B # 0 +0x0000CCB9 0x8B74 # 0 +0x0000CCBA 0x9063 # 0 +0x0000CCBB 0x9D51 # 0 +0x0000CCBC 0x6289 # 0 +0x0000CCBD 0x6C7A # 0 +0x0000CCBE 0x6F54 # 0 +0x0000CCBF 0x7D50 # 0 +0x0000CCC0 0x7F3A # 0 +0x0000CCC1 0x8A23 # 0 +0x0000CCC2 0x517C # 0 +0x0000CCC3 0x614A # 0 +0x0000CCC4 0x7B9D # 0 +0x0000CCC5 0x8B19 # 0 +0x0000CCC6 0x9257 # 0 +0x0000CCC7 0x938C # 0 +0x0000CCC8 0x4EAC # 0 +0x0000CCC9 0x4FD3 # 0 +0x0000CCCA 0x501E # 0 +0x0000CCCB 0x50BE # 0 +0x0000CCCC 0x5106 # 0 +0x0000CCCD 0x52C1 # 0 +0x0000CCCE 0x52CD # 0 +0x0000CCCF 0x537F # 0 +0x0000CCD0 0x5770 # 0 +0x0000CCD1 0x5883 # 0 +0x0000CCD2 0x5E9A # 0 +0x0000CCD3 0x5F91 # 0 +0x0000CCD4 0x6176 # 0 +0x0000CCD5 0x61AC # 0 +0x0000CCD6 0x64CE # 0 +0x0000CCD7 0x656C # 0 +0x0000CCD8 0x666F # 0 +0x0000CCD9 0x66BB # 0 +0x0000CCDA 0x66F4 # 0 +0x0000CCDB 0x6897 # 0 +0x0000CCDC 0x6D87 # 0 +0x0000CCDD 0x7085 # 0 +0x0000CCDE 0x70F1 # 0 +0x0000CCDF 0x749F # 0 +0x0000CCE0 0x74A5 # 0 +0x0000CCE1 0x74CA # 0 +0x0000CCE2 0x75D9 # 0 +0x0000CCE3 0x786C # 0 +0x0000CCE4 0x78EC # 0 +0x0000CCE5 0x7ADF # 0 +0x0000CCE6 0x7AF6 # 0 +0x0000CCE7 0x7D45 # 0 +0x0000CCE8 0x7D93 # 0 +0x0000CCE9 0x8015 # 0 +0x0000CCEA 0x803F # 0 +0x0000CCEB 0x811B # 0 +0x0000CCEC 0x8396 # 0 +0x0000CCED 0x8B66 # 0 +0x0000CCEE 0x8F15 # 0 +0x0000CCEF 0x9015 # 0 +0x0000CCF0 0x93E1 # 0 +0x0000CCF1 0x9803 # 0 +0x0000CCF2 0x9838 # 0 +0x0000CCF3 0x9A5A # 0 +0x0000CCF4 0x9BE8 # 0 +0x0000CCF5 0x4FC2 # 0 +0x0000CCF6 0x5553 # 0 +0x0000CCF7 0x583A # 0 +0x0000CCF8 0x5951 # 0 +0x0000CCF9 0x5B63 # 0 +0x0000CCFA 0x5C46 # 0 +0x0000CCFB 0x60B8 # 0 +0x0000CCFC 0x6212 # 0 +0x0000CCFD 0x6842 # 0 +0x0000CCFE 0x68B0 # 0 +0x0000CDA1 0x68E8 # 0 +0x0000CDA2 0x6EAA # 0 +0x0000CDA3 0x754C # 0 +0x0000CDA4 0x7678 # 0 +0x0000CDA5 0x78CE # 0 +0x0000CDA6 0x7A3D # 0 +0x0000CDA7 0x7CFB # 0 +0x0000CDA8 0x7E6B # 0 +0x0000CDA9 0x7E7C # 0 +0x0000CDAA 0x8A08 # 0 +0x0000CDAB 0x8AA1 # 0 +0x0000CDAC 0x8C3F # 0 +0x0000CDAD 0x968E # 0 +0x0000CDAE 0x9DC4 # 0 +0x0000CDAF 0x53E4 # 0 +0x0000CDB0 0x53E9 # 0 +0x0000CDB1 0x544A # 0 +0x0000CDB2 0x5471 # 0 +0x0000CDB3 0x56FA # 0 +0x0000CDB4 0x59D1 # 0 +0x0000CDB5 0x5B64 # 0 +0x0000CDB6 0x5C3B # 0 +0x0000CDB7 0x5EAB # 0 +0x0000CDB8 0x62F7 # 0 +0x0000CDB9 0x6537 # 0 +0x0000CDBA 0x6545 # 0 +0x0000CDBB 0x6572 # 0 +0x0000CDBC 0x66A0 # 0 +0x0000CDBD 0x67AF # 0 +0x0000CDBE 0x69C1 # 0 +0x0000CDBF 0x6CBD # 0 +0x0000CDC0 0x75FC # 0 +0x0000CDC1 0x7690 # 0 +0x0000CDC2 0x777E # 0 +0x0000CDC3 0x7A3F # 0 +0x0000CDC4 0x7F94 # 0 +0x0000CDC5 0x8003 # 0 +0x0000CDC6 0x80A1 # 0 +0x0000CDC7 0x818F # 0 +0x0000CDC8 0x82E6 # 0 +0x0000CDC9 0x82FD # 0 +0x0000CDCA 0x83F0 # 0 +0x0000CDCB 0x85C1 # 0 +0x0000CDCC 0x8831 # 0 +0x0000CDCD 0x88B4 # 0 +0x0000CDCE 0x8AA5 # 0 +0x0000CDCF 0xF903 # 0 +0x0000CDD0 0x8F9C # 0 +0x0000CDD1 0x932E # 0 +0x0000CDD2 0x96C7 # 0 +0x0000CDD3 0x9867 # 0 +0x0000CDD4 0x9AD8 # 0 +0x0000CDD5 0x9F13 # 0 +0x0000CDD6 0x54ED # 0 +0x0000CDD7 0x659B # 0 +0x0000CDD8 0x66F2 # 0 +0x0000CDD9 0x688F # 0 +0x0000CDDA 0x7A40 # 0 +0x0000CDDB 0x8C37 # 0 +0x0000CDDC 0x9D60 # 0 +0x0000CDDD 0x56F0 # 0 +0x0000CDDE 0x5764 # 0 +0x0000CDDF 0x5D11 # 0 +0x0000CDE0 0x6606 # 0 +0x0000CDE1 0x68B1 # 0 +0x0000CDE2 0x68CD # 0 +0x0000CDE3 0x6EFE # 0 +0x0000CDE4 0x7428 # 0 +0x0000CDE5 0x889E # 0 +0x0000CDE6 0x9BE4 # 0 +0x0000CDE7 0x6C68 # 0 +0x0000CDE8 0xF904 # 0 +0x0000CDE9 0x9AA8 # 0 +0x0000CDEA 0x4F9B # 0 +0x0000CDEB 0x516C # 0 +0x0000CDEC 0x5171 # 0 +0x0000CDED 0x529F # 0 +0x0000CDEE 0x5B54 # 0 +0x0000CDEF 0x5DE5 # 0 +0x0000CDF0 0x6050 # 0 +0x0000CDF1 0x606D # 0 +0x0000CDF2 0x62F1 # 0 +0x0000CDF3 0x63A7 # 0 +0x0000CDF4 0x653B # 0 +0x0000CDF5 0x73D9 # 0 +0x0000CDF6 0x7A7A # 0 +0x0000CDF7 0x86A3 # 0 +0x0000CDF8 0x8CA2 # 0 +0x0000CDF9 0x978F # 0 +0x0000CDFA 0x4E32 # 0 +0x0000CDFB 0x5BE1 # 0 +0x0000CDFC 0x6208 # 0 +0x0000CDFD 0x679C # 0 +0x0000CDFE 0x74DC # 0 +0x0000CEA1 0x79D1 # 0 +0x0000CEA2 0x83D3 # 0 +0x0000CEA3 0x8A87 # 0 +0x0000CEA4 0x8AB2 # 0 +0x0000CEA5 0x8DE8 # 0 +0x0000CEA6 0x904E # 0 +0x0000CEA7 0x934B # 0 +0x0000CEA8 0x9846 # 0 +0x0000CEA9 0x5ED3 # 0 +0x0000CEAA 0x69E8 # 0 +0x0000CEAB 0x85FF # 0 +0x0000CEAC 0x90ED # 0 +0x0000CEAD 0xF905 # 0 +0x0000CEAE 0x51A0 # 0 +0x0000CEAF 0x5B98 # 0 +0x0000CEB0 0x5BEC # 0 +0x0000CEB1 0x6163 # 0 +0x0000CEB2 0x68FA # 0 +0x0000CEB3 0x6B3E # 0 +0x0000CEB4 0x704C # 0 +0x0000CEB5 0x742F # 0 +0x0000CEB6 0x74D8 # 0 +0x0000CEB7 0x7BA1 # 0 +0x0000CEB8 0x7F50 # 0 +0x0000CEB9 0x83C5 # 0 +0x0000CEBA 0x89C0 # 0 +0x0000CEBB 0x8CAB # 0 +0x0000CEBC 0x95DC # 0 +0x0000CEBD 0x9928 # 0 +0x0000CEBE 0x522E # 0 +0x0000CEBF 0x605D # 0 +0x0000CEC0 0x62EC # 0 +0x0000CEC1 0x9002 # 0 +0x0000CEC2 0x4F8A # 0 +0x0000CEC3 0x5149 # 0 +0x0000CEC4 0x5321 # 0 +0x0000CEC5 0x58D9 # 0 +0x0000CEC6 0x5EE3 # 0 +0x0000CEC7 0x66E0 # 0 +0x0000CEC8 0x6D38 # 0 +0x0000CEC9 0x709A # 0 +0x0000CECA 0x72C2 # 0 +0x0000CECB 0x73D6 # 0 +0x0000CECC 0x7B50 # 0 +0x0000CECD 0x80F1 # 0 +0x0000CECE 0x945B # 0 +0x0000CECF 0x5366 # 0 +0x0000CED0 0x639B # 0 +0x0000CED1 0x7F6B # 0 +0x0000CED2 0x4E56 # 0 +0x0000CED3 0x5080 # 0 +0x0000CED4 0x584A # 0 +0x0000CED5 0x58DE # 0 +0x0000CED6 0x602A # 0 +0x0000CED7 0x6127 # 0 +0x0000CED8 0x62D0 # 0 +0x0000CED9 0x69D0 # 0 +0x0000CEDA 0x9B41 # 0 +0x0000CEDB 0x5B8F # 0 +0x0000CEDC 0x7D18 # 0 +0x0000CEDD 0x80B1 # 0 +0x0000CEDE 0x8F5F # 0 +0x0000CEDF 0x4EA4 # 0 +0x0000CEE0 0x50D1 # 0 +0x0000CEE1 0x54AC # 0 +0x0000CEE2 0x55AC # 0 +0x0000CEE3 0x5B0C # 0 +0x0000CEE4 0x5DA0 # 0 +0x0000CEE5 0x5DE7 # 0 +0x0000CEE6 0x652A # 0 +0x0000CEE7 0x654E # 0 +0x0000CEE8 0x6821 # 0 +0x0000CEE9 0x6A4B # 0 +0x0000CEEA 0x72E1 # 0 +0x0000CEEB 0x768E # 0 +0x0000CEEC 0x77EF # 0 +0x0000CEED 0x7D5E # 0 +0x0000CEEE 0x7FF9 # 0 +0x0000CEEF 0x81A0 # 0 +0x0000CEF0 0x854E # 0 +0x0000CEF1 0x86DF # 0 +0x0000CEF2 0x8F03 # 0 +0x0000CEF3 0x8F4E # 0 +0x0000CEF4 0x90CA # 0 +0x0000CEF5 0x9903 # 0 +0x0000CEF6 0x9A55 # 0 +0x0000CEF7 0x9BAB # 0 +0x0000CEF8 0x4E18 # 0 +0x0000CEF9 0x4E45 # 0 +0x0000CEFA 0x4E5D # 0 +0x0000CEFB 0x4EC7 # 0 +0x0000CEFC 0x4FF1 # 0 +0x0000CEFD 0x5177 # 0 +0x0000CEFE 0x52FE # 0 +0x0000CFA1 0x5340 # 0 +0x0000CFA2 0x53E3 # 0 +0x0000CFA3 0x53E5 # 0 +0x0000CFA4 0x548E # 0 +0x0000CFA5 0x5614 # 0 +0x0000CFA6 0x5775 # 0 +0x0000CFA7 0x57A2 # 0 +0x0000CFA8 0x5BC7 # 0 +0x0000CFA9 0x5D87 # 0 +0x0000CFAA 0x5ED0 # 0 +0x0000CFAB 0x61FC # 0 +0x0000CFAC 0x62D8 # 0 +0x0000CFAD 0x6551 # 0 +0x0000CFAE 0x67B8 # 0 +0x0000CFAF 0x67E9 # 0 +0x0000CFB0 0x69CB # 0 +0x0000CFB1 0x6B50 # 0 +0x0000CFB2 0x6BC6 # 0 +0x0000CFB3 0x6BEC # 0 +0x0000CFB4 0x6C42 # 0 +0x0000CFB5 0x6E9D # 0 +0x0000CFB6 0x7078 # 0 +0x0000CFB7 0x72D7 # 0 +0x0000CFB8 0x7396 # 0 +0x0000CFB9 0x7403 # 0 +0x0000CFBA 0x77BF # 0 +0x0000CFBB 0x77E9 # 0 +0x0000CFBC 0x7A76 # 0 +0x0000CFBD 0x7D7F # 0 +0x0000CFBE 0x8009 # 0 +0x0000CFBF 0x81FC # 0 +0x0000CFC0 0x8205 # 0 +0x0000CFC1 0x820A # 0 +0x0000CFC2 0x82DF # 0 +0x0000CFC3 0x8862 # 0 +0x0000CFC4 0x8B33 # 0 +0x0000CFC5 0x8CFC # 0 +0x0000CFC6 0x8EC0 # 0 +0x0000CFC7 0x9011 # 0 +0x0000CFC8 0x90B1 # 0 +0x0000CFC9 0x9264 # 0 +0x0000CFCA 0x92B6 # 0 +0x0000CFCB 0x99D2 # 0 +0x0000CFCC 0x9A45 # 0 +0x0000CFCD 0x9CE9 # 0 +0x0000CFCE 0x9DD7 # 0 +0x0000CFCF 0x9F9C # 0 +0x0000CFD0 0x570B # 0 +0x0000CFD1 0x5C40 # 0 +0x0000CFD2 0x83CA # 0 +0x0000CFD3 0x97A0 # 0 +0x0000CFD4 0x97AB # 0 +0x0000CFD5 0x9EB4 # 0 +0x0000CFD6 0x541B # 0 +0x0000CFD7 0x7A98 # 0 +0x0000CFD8 0x7FA4 # 0 +0x0000CFD9 0x88D9 # 0 +0x0000CFDA 0x8ECD # 0 +0x0000CFDB 0x90E1 # 0 +0x0000CFDC 0x5800 # 0 +0x0000CFDD 0x5C48 # 0 +0x0000CFDE 0x6398 # 0 +0x0000CFDF 0x7A9F # 0 +0x0000CFE0 0x5BAE # 0 +0x0000CFE1 0x5F13 # 0 +0x0000CFE2 0x7A79 # 0 +0x0000CFE3 0x7AAE # 0 +0x0000CFE4 0x828E # 0 +0x0000CFE5 0x8EAC # 0 +0x0000CFE6 0x5026 # 0 +0x0000CFE7 0x5238 # 0 +0x0000CFE8 0x52F8 # 0 +0x0000CFE9 0x5377 # 0 +0x0000CFEA 0x5708 # 0 +0x0000CFEB 0x62F3 # 0 +0x0000CFEC 0x6372 # 0 +0x0000CFED 0x6B0A # 0 +0x0000CFEE 0x6DC3 # 0 +0x0000CFEF 0x7737 # 0 +0x0000CFF0 0x53A5 # 0 +0x0000CFF1 0x7357 # 0 +0x0000CFF2 0x8568 # 0 +0x0000CFF3 0x8E76 # 0 +0x0000CFF4 0x95D5 # 0 +0x0000CFF5 0x673A # 0 +0x0000CFF6 0x6AC3 # 0 +0x0000CFF7 0x6F70 # 0 +0x0000CFF8 0x8A6D # 0 +0x0000CFF9 0x8ECC # 0 +0x0000CFFA 0x994B # 0 +0x0000CFFB 0xF906 # 0 +0x0000CFFC 0x6677 # 0 +0x0000CFFD 0x6B78 # 0 +0x0000CFFE 0x8CB4 # 0 +0x0000D0A1 0x9B3C # 0 +0x0000D0A2 0xF907 # 0 +0x0000D0A3 0x53EB # 0 +0x0000D0A4 0x572D # 0 +0x0000D0A5 0x594E # 0 +0x0000D0A6 0x63C6 # 0 +0x0000D0A7 0x69FB # 0 +0x0000D0A8 0x73EA # 0 +0x0000D0A9 0x7845 # 0 +0x0000D0AA 0x7ABA # 0 +0x0000D0AB 0x7AC5 # 0 +0x0000D0AC 0x7CFE # 0 +0x0000D0AD 0x8475 # 0 +0x0000D0AE 0x898F # 0 +0x0000D0AF 0x8D73 # 0 +0x0000D0B0 0x9035 # 0 +0x0000D0B1 0x95A8 # 0 +0x0000D0B2 0x52FB # 0 +0x0000D0B3 0x5747 # 0 +0x0000D0B4 0x7547 # 0 +0x0000D0B5 0x7B60 # 0 +0x0000D0B6 0x83CC # 0 +0x0000D0B7 0x921E # 0 +0x0000D0B8 0xF908 # 0 +0x0000D0B9 0x6A58 # 0 +0x0000D0BA 0x514B # 0 +0x0000D0BB 0x524B # 0 +0x0000D0BC 0x5287 # 0 +0x0000D0BD 0x621F # 0 +0x0000D0BE 0x68D8 # 0 +0x0000D0BF 0x6975 # 0 +0x0000D0C0 0x9699 # 0 +0x0000D0C1 0x50C5 # 0 +0x0000D0C2 0x52A4 # 0 +0x0000D0C3 0x52E4 # 0 +0x0000D0C4 0x61C3 # 0 +0x0000D0C5 0x65A4 # 0 +0x0000D0C6 0x6839 # 0 +0x0000D0C7 0x69FF # 0 +0x0000D0C8 0x747E # 0 +0x0000D0C9 0x7B4B # 0 +0x0000D0CA 0x82B9 # 0 +0x0000D0CB 0x83EB # 0 +0x0000D0CC 0x89B2 # 0 +0x0000D0CD 0x8B39 # 0 +0x0000D0CE 0x8FD1 # 0 +0x0000D0CF 0x9949 # 0 +0x0000D0D0 0xF909 # 0 +0x0000D0D1 0x4ECA # 0 +0x0000D0D2 0x5997 # 0 +0x0000D0D3 0x64D2 # 0 +0x0000D0D4 0x6611 # 0 +0x0000D0D5 0x6A8E # 0 +0x0000D0D6 0x7434 # 0 +0x0000D0D7 0x7981 # 0 +0x0000D0D8 0x79BD # 0 +0x0000D0D9 0x82A9 # 0 +0x0000D0DA 0x887E # 0 +0x0000D0DB 0x887F # 0 +0x0000D0DC 0x895F # 0 +0x0000D0DD 0xF90A # 0 +0x0000D0DE 0x9326 # 0 +0x0000D0DF 0x4F0B # 0 +0x0000D0E0 0x53CA # 0 +0x0000D0E1 0x6025 # 0 +0x0000D0E2 0x6271 # 0 +0x0000D0E3 0x6C72 # 0 +0x0000D0E4 0x7D1A # 0 +0x0000D0E5 0x7D66 # 0 +0x0000D0E6 0x4E98 # 0 +0x0000D0E7 0x5162 # 0 +0x0000D0E8 0x77DC # 0 +0x0000D0E9 0x80AF # 0 +0x0000D0EA 0x4F01 # 0 +0x0000D0EB 0x4F0E # 0 +0x0000D0EC 0x5176 # 0 +0x0000D0ED 0x5180 # 0 +0x0000D0EE 0x55DC # 0 +0x0000D0EF 0x5668 # 0 +0x0000D0F0 0x573B # 0 +0x0000D0F1 0x57FA # 0 +0x0000D0F2 0x57FC # 0 +0x0000D0F3 0x5914 # 0 +0x0000D0F4 0x5947 # 0 +0x0000D0F5 0x5993 # 0 +0x0000D0F6 0x5BC4 # 0 +0x0000D0F7 0x5C90 # 0 +0x0000D0F8 0x5D0E # 0 +0x0000D0F9 0x5DF1 # 0 +0x0000D0FA 0x5E7E # 0 +0x0000D0FB 0x5FCC # 0 +0x0000D0FC 0x6280 # 0 +0x0000D0FD 0x65D7 # 0 +0x0000D0FE 0x65E3 # 0 +0x0000D1A1 0x671E # 0 +0x0000D1A2 0x671F # 0 +0x0000D1A3 0x675E # 0 +0x0000D1A4 0x68CB # 0 +0x0000D1A5 0x68C4 # 0 +0x0000D1A6 0x6A5F # 0 +0x0000D1A7 0x6B3A # 0 +0x0000D1A8 0x6C23 # 0 +0x0000D1A9 0x6C7D # 0 +0x0000D1AA 0x6C82 # 0 +0x0000D1AB 0x6DC7 # 0 +0x0000D1AC 0x7398 # 0 +0x0000D1AD 0x7426 # 0 +0x0000D1AE 0x742A # 0 +0x0000D1AF 0x7482 # 0 +0x0000D1B0 0x74A3 # 0 +0x0000D1B1 0x7578 # 0 +0x0000D1B2 0x757F # 0 +0x0000D1B3 0x7881 # 0 +0x0000D1B4 0x78EF # 0 +0x0000D1B5 0x7941 # 0 +0x0000D1B6 0x7947 # 0 +0x0000D1B7 0x7948 # 0 +0x0000D1B8 0x797A # 0 +0x0000D1B9 0x7B95 # 0 +0x0000D1BA 0x7D00 # 0 +0x0000D1BB 0x7DBA # 0 +0x0000D1BC 0x7F88 # 0 +0x0000D1BD 0x8006 # 0 +0x0000D1BE 0x802D # 0 +0x0000D1BF 0x808C # 0 +0x0000D1C0 0x8A18 # 0 +0x0000D1C1 0x8B4F # 0 +0x0000D1C2 0x8C48 # 0 +0x0000D1C3 0x8D77 # 0 +0x0000D1C4 0x9321 # 0 +0x0000D1C5 0x9324 # 0 +0x0000D1C6 0x98E2 # 0 +0x0000D1C7 0x9951 # 0 +0x0000D1C8 0x9A0E # 0 +0x0000D1C9 0x9A0F # 0 +0x0000D1CA 0x9A65 # 0 +0x0000D1CB 0x9E92 # 0 +0x0000D1CC 0x7DCA # 0 +0x0000D1CD 0x4F76 # 0 +0x0000D1CE 0x5409 # 0 +0x0000D1CF 0x62EE # 0 +0x0000D1D0 0x6854 # 0 +0x0000D1D1 0x91D1 # 0 +0x0000D1D2 0x55AB # 0 +0x0000D1D3 0x513A # 0 +0x0000D1D4 0xF90B # 0 +0x0000D1D5 0xF90C # 0 +0x0000D1D6 0x5A1C # 0 +0x0000D1D7 0x61E6 # 0 +0x0000D1D8 0xF90D # 0 +0x0000D1D9 0x62CF # 0 +0x0000D1DA 0x62FF # 0 +0x0000D1DB 0xF90E # 0 +0x0000D1DC 0xF90F # 0 +0x0000D1DD 0xF910 # 0 +0x0000D1DE 0xF911 # 0 +0x0000D1DF 0xF912 # 0 +0x0000D1E0 0xF913 # 0 +0x0000D1E1 0x90A3 # 0 +0x0000D1E2 0xF914 # 0 +0x0000D1E3 0xF915 # 0 +0x0000D1E4 0xF916 # 0 +0x0000D1E5 0xF917 # 0 +0x0000D1E6 0xF918 # 0 +0x0000D1E7 0x8AFE # 0 +0x0000D1E8 0xF919 # 0 +0x0000D1E9 0xF91A # 0 +0x0000D1EA 0xF91B # 0 +0x0000D1EB 0xF91C # 0 +0x0000D1EC 0x6696 # 0 +0x0000D1ED 0xF91D # 0 +0x0000D1EE 0x7156 # 0 +0x0000D1EF 0xF91E # 0 +0x0000D1F0 0xF91F # 0 +0x0000D1F1 0x96E3 # 0 +0x0000D1F2 0xF920 # 0 +0x0000D1F3 0x634F # 0 +0x0000D1F4 0x637A # 0 +0x0000D1F5 0x5357 # 0 +0x0000D1F6 0xF921 # 0 +0x0000D1F7 0x678F # 0 +0x0000D1F8 0x6960 # 0 +0x0000D1F9 0x6E73 # 0 +0x0000D1FA 0xF922 # 0 +0x0000D1FB 0x7537 # 0 +0x0000D1FC 0xF923 # 0 +0x0000D1FD 0xF924 # 0 +0x0000D1FE 0xF925 # 0 +0x0000D2A1 0x7D0D # 0 +0x0000D2A2 0xF926 # 0 +0x0000D2A3 0xF927 # 0 +0x0000D2A4 0x8872 # 0 +0x0000D2A5 0x56CA # 0 +0x0000D2A6 0x5A18 # 0 +0x0000D2A7 0xF928 # 0 +0x0000D2A8 0xF929 # 0 +0x0000D2A9 0xF92A # 0 +0x0000D2AA 0xF92B # 0 +0x0000D2AB 0xF92C # 0 +0x0000D2AC 0x4E43 # 0 +0x0000D2AD 0xF92D # 0 +0x0000D2AE 0x5167 # 0 +0x0000D2AF 0x5948 # 0 +0x0000D2B0 0x67F0 # 0 +0x0000D2B1 0x8010 # 0 +0x0000D2B2 0xF92E # 0 +0x0000D2B3 0x5973 # 0 +0x0000D2B4 0x5E74 # 0 +0x0000D2B5 0x649A # 0 +0x0000D2B6 0x79CA # 0 +0x0000D2B7 0x5FF5 # 0 +0x0000D2B8 0x606C # 0 +0x0000D2B9 0x62C8 # 0 +0x0000D2BA 0x637B # 0 +0x0000D2BB 0x5BE7 # 0 +0x0000D2BC 0x5BD7 # 0 +0x0000D2BD 0x52AA # 0 +0x0000D2BE 0xF92F # 0 +0x0000D2BF 0x5974 # 0 +0x0000D2C0 0x5F29 # 0 +0x0000D2C1 0x6012 # 0 +0x0000D2C2 0xF930 # 0 +0x0000D2C3 0xF931 # 0 +0x0000D2C4 0xF932 # 0 +0x0000D2C5 0x7459 # 0 +0x0000D2C6 0xF933 # 0 +0x0000D2C7 0xF934 # 0 +0x0000D2C8 0xF935 # 0 +0x0000D2C9 0xF936 # 0 +0x0000D2CA 0xF937 # 0 +0x0000D2CB 0xF938 # 0 +0x0000D2CC 0x99D1 # 0 +0x0000D2CD 0xF939 # 0 +0x0000D2CE 0xF93A # 0 +0x0000D2CF 0xF93B # 0 +0x0000D2D0 0xF93C # 0 +0x0000D2D1 0xF93D # 0 +0x0000D2D2 0xF93E # 0 +0x0000D2D3 0xF93F # 0 +0x0000D2D4 0xF940 # 0 +0x0000D2D5 0xF941 # 0 +0x0000D2D6 0xF942 # 0 +0x0000D2D7 0xF943 # 0 +0x0000D2D8 0x6FC3 # 0 +0x0000D2D9 0xF944 # 0 +0x0000D2DA 0xF945 # 0 +0x0000D2DB 0x81BF # 0 +0x0000D2DC 0x8FB2 # 0 +0x0000D2DD 0x60F1 # 0 +0x0000D2DE 0xF946 # 0 +0x0000D2DF 0xF947 # 0 +0x0000D2E0 0x8166 # 0 +0x0000D2E1 0xF948 # 0 +0x0000D2E2 0xF949 # 0 +0x0000D2E3 0x5C3F # 0 +0x0000D2E4 0xF94A # 0 +0x0000D2E5 0xF94B # 0 +0x0000D2E6 0xF94C # 0 +0x0000D2E7 0xF94D # 0 +0x0000D2E8 0xF94E # 0 +0x0000D2E9 0xF94F # 0 +0x0000D2EA 0xF950 # 0 +0x0000D2EB 0xF951 # 0 +0x0000D2EC 0x5AE9 # 0 +0x0000D2ED 0x8A25 # 0 +0x0000D2EE 0x677B # 0 +0x0000D2EF 0x7D10 # 0 +0x0000D2F0 0xF952 # 0 +0x0000D2F1 0xF953 # 0 +0x0000D2F2 0xF954 # 0 +0x0000D2F3 0xF955 # 0 +0x0000D2F4 0xF956 # 0 +0x0000D2F5 0xF957 # 0 +0x0000D2F6 0x80FD # 0 +0x0000D2F7 0xF958 # 0 +0x0000D2F8 0xF959 # 0 +0x0000D2F9 0x5C3C # 0 +0x0000D2FA 0x6CE5 # 0 +0x0000D2FB 0x533F # 0 +0x0000D2FC 0x6EBA # 0 +0x0000D2FD 0x591A # 0 +0x0000D2FE 0x8336 # 0 +0x0000D3A1 0x4E39 # 0 +0x0000D3A2 0x4EB6 # 0 +0x0000D3A3 0x4F46 # 0 +0x0000D3A4 0x55AE # 0 +0x0000D3A5 0x5718 # 0 +0x0000D3A6 0x58C7 # 0 +0x0000D3A7 0x5F56 # 0 +0x0000D3A8 0x65B7 # 0 +0x0000D3A9 0x65E6 # 0 +0x0000D3AA 0x6A80 # 0 +0x0000D3AB 0x6BB5 # 0 +0x0000D3AC 0x6E4D # 0 +0x0000D3AD 0x77ED # 0 +0x0000D3AE 0x7AEF # 0 +0x0000D3AF 0x7C1E # 0 +0x0000D3B0 0x7DDE # 0 +0x0000D3B1 0x86CB # 0 +0x0000D3B2 0x8892 # 0 +0x0000D3B3 0x9132 # 0 +0x0000D3B4 0x935B # 0 +0x0000D3B5 0x64BB # 0 +0x0000D3B6 0x6FBE # 0 +0x0000D3B7 0x737A # 0 +0x0000D3B8 0x75B8 # 0 +0x0000D3B9 0x9054 # 0 +0x0000D3BA 0x5556 # 0 +0x0000D3BB 0x574D # 0 +0x0000D3BC 0x61BA # 0 +0x0000D3BD 0x64D4 # 0 +0x0000D3BE 0x66C7 # 0 +0x0000D3BF 0x6DE1 # 0 +0x0000D3C0 0x6E5B # 0 +0x0000D3C1 0x6F6D # 0 +0x0000D3C2 0x6FB9 # 0 +0x0000D3C3 0x75F0 # 0 +0x0000D3C4 0x8043 # 0 +0x0000D3C5 0x81BD # 0 +0x0000D3C6 0x8541 # 0 +0x0000D3C7 0x8983 # 0 +0x0000D3C8 0x8AC7 # 0 +0x0000D3C9 0x8B5A # 0 +0x0000D3CA 0x931F # 0 +0x0000D3CB 0x6C93 # 0 +0x0000D3CC 0x7553 # 0 +0x0000D3CD 0x7B54 # 0 +0x0000D3CE 0x8E0F # 0 +0x0000D3CF 0x905D # 0 +0x0000D3D0 0x5510 # 0 +0x0000D3D1 0x5802 # 0 +0x0000D3D2 0x5858 # 0 +0x0000D3D3 0x5E62 # 0 +0x0000D3D4 0x6207 # 0 +0x0000D3D5 0x649E # 0 +0x0000D3D6 0x68E0 # 0 +0x0000D3D7 0x7576 # 0 +0x0000D3D8 0x7CD6 # 0 +0x0000D3D9 0x87B3 # 0 +0x0000D3DA 0x9EE8 # 0 +0x0000D3DB 0x4EE3 # 0 +0x0000D3DC 0x5788 # 0 +0x0000D3DD 0x576E # 0 +0x0000D3DE 0x5927 # 0 +0x0000D3DF 0x5C0D # 0 +0x0000D3E0 0x5CB1 # 0 +0x0000D3E1 0x5E36 # 0 +0x0000D3E2 0x5F85 # 0 +0x0000D3E3 0x6234 # 0 +0x0000D3E4 0x64E1 # 0 +0x0000D3E5 0x73B3 # 0 +0x0000D3E6 0x81FA # 0 +0x0000D3E7 0x888B # 0 +0x0000D3E8 0x8CB8 # 0 +0x0000D3E9 0x968A # 0 +0x0000D3EA 0x9EDB # 0 +0x0000D3EB 0x5B85 # 0 +0x0000D3EC 0x5FB7 # 0 +0x0000D3ED 0x60B3 # 0 +0x0000D3EE 0x5012 # 0 +0x0000D3EF 0x5200 # 0 +0x0000D3F0 0x5230 # 0 +0x0000D3F1 0x5716 # 0 +0x0000D3F2 0x5835 # 0 +0x0000D3F3 0x5857 # 0 +0x0000D3F4 0x5C0E # 0 +0x0000D3F5 0x5C60 # 0 +0x0000D3F6 0x5CF6 # 0 +0x0000D3F7 0x5D8B # 0 +0x0000D3F8 0x5EA6 # 0 +0x0000D3F9 0x5F92 # 0 +0x0000D3FA 0x60BC # 0 +0x0000D3FB 0x6311 # 0 +0x0000D3FC 0x6389 # 0 +0x0000D3FD 0x6417 # 0 +0x0000D3FE 0x6843 # 0 +0x0000D4A1 0x68F9 # 0 +0x0000D4A2 0x6AC2 # 0 +0x0000D4A3 0x6DD8 # 0 +0x0000D4A4 0x6E21 # 0 +0x0000D4A5 0x6ED4 # 0 +0x0000D4A6 0x6FE4 # 0 +0x0000D4A7 0x71FE # 0 +0x0000D4A8 0x76DC # 0 +0x0000D4A9 0x7779 # 0 +0x0000D4AA 0x79B1 # 0 +0x0000D4AB 0x7A3B # 0 +0x0000D4AC 0x8404 # 0 +0x0000D4AD 0x89A9 # 0 +0x0000D4AE 0x8CED # 0 +0x0000D4AF 0x8DF3 # 0 +0x0000D4B0 0x8E48 # 0 +0x0000D4B1 0x9003 # 0 +0x0000D4B2 0x9014 # 0 +0x0000D4B3 0x9053 # 0 +0x0000D4B4 0x90FD # 0 +0x0000D4B5 0x934D # 0 +0x0000D4B6 0x9676 # 0 +0x0000D4B7 0x97DC # 0 +0x0000D4B8 0x6BD2 # 0 +0x0000D4B9 0x7006 # 0 +0x0000D4BA 0x7258 # 0 +0x0000D4BB 0x72A2 # 0 +0x0000D4BC 0x7368 # 0 +0x0000D4BD 0x7763 # 0 +0x0000D4BE 0x79BF # 0 +0x0000D4BF 0x7BE4 # 0 +0x0000D4C0 0x7E9B # 0 +0x0000D4C1 0x8B80 # 0 +0x0000D4C2 0x58A9 # 0 +0x0000D4C3 0x60C7 # 0 +0x0000D4C4 0x6566 # 0 +0x0000D4C5 0x65FD # 0 +0x0000D4C6 0x66BE # 0 +0x0000D4C7 0x6C8C # 0 +0x0000D4C8 0x711E # 0 +0x0000D4C9 0x71C9 # 0 +0x0000D4CA 0x8C5A # 0 +0x0000D4CB 0x9813 # 0 +0x0000D4CC 0x4E6D # 0 +0x0000D4CD 0x7A81 # 0 +0x0000D4CE 0x4EDD # 0 +0x0000D4CF 0x51AC # 0 +0x0000D4D0 0x51CD # 0 +0x0000D4D1 0x52D5 # 0 +0x0000D4D2 0x540C # 0 +0x0000D4D3 0x61A7 # 0 +0x0000D4D4 0x6771 # 0 +0x0000D4D5 0x6850 # 0 +0x0000D4D6 0x68DF # 0 +0x0000D4D7 0x6D1E # 0 +0x0000D4D8 0x6F7C # 0 +0x0000D4D9 0x75BC # 0 +0x0000D4DA 0x77B3 # 0 +0x0000D4DB 0x7AE5 # 0 +0x0000D4DC 0x80F4 # 0 +0x0000D4DD 0x8463 # 0 +0x0000D4DE 0x9285 # 0 +0x0000D4DF 0x515C # 0 +0x0000D4E0 0x6597 # 0 +0x0000D4E1 0x675C # 0 +0x0000D4E2 0x6793 # 0 +0x0000D4E3 0x75D8 # 0 +0x0000D4E4 0x7AC7 # 0 +0x0000D4E5 0x8373 # 0 +0x0000D4E6 0xF95A # 0 +0x0000D4E7 0x8C46 # 0 +0x0000D4E8 0x9017 # 0 +0x0000D4E9 0x982D # 0 +0x0000D4EA 0x5C6F # 0 +0x0000D4EB 0x81C0 # 0 +0x0000D4EC 0x829A # 0 +0x0000D4ED 0x9041 # 0 +0x0000D4EE 0x906F # 0 +0x0000D4EF 0x920D # 0 +0x0000D4F0 0x5F97 # 0 +0x0000D4F1 0x5D9D # 0 +0x0000D4F2 0x6A59 # 0 +0x0000D4F3 0x71C8 # 0 +0x0000D4F4 0x767B # 0 +0x0000D4F5 0x7B49 # 0 +0x0000D4F6 0x85E4 # 0 +0x0000D4F7 0x8B04 # 0 +0x0000D4F8 0x9127 # 0 +0x0000D4F9 0x9A30 # 0 +0x0000D4FA 0x5587 # 0 +0x0000D4FB 0x61F6 # 0 +0x0000D4FC 0xF95B # 0 +0x0000D4FD 0x7669 # 0 +0x0000D4FE 0x7F85 # 0 +0x0000D5A1 0x863F # 0 +0x0000D5A2 0x87BA # 0 +0x0000D5A3 0x88F8 # 0 +0x0000D5A4 0x908F # 0 +0x0000D5A5 0xF95C # 0 +0x0000D5A6 0x6D1B # 0 +0x0000D5A7 0x70D9 # 0 +0x0000D5A8 0x73DE # 0 +0x0000D5A9 0x7D61 # 0 +0x0000D5AA 0x843D # 0 +0x0000D5AB 0xF95D # 0 +0x0000D5AC 0x916A # 0 +0x0000D5AD 0x99F1 # 0 +0x0000D5AE 0xF95E # 0 +0x0000D5AF 0x4E82 # 0 +0x0000D5B0 0x5375 # 0 +0x0000D5B1 0x6B04 # 0 +0x0000D5B2 0x6B12 # 0 +0x0000D5B3 0x703E # 0 +0x0000D5B4 0x721B # 0 +0x0000D5B5 0x862D # 0 +0x0000D5B6 0x9E1E # 0 +0x0000D5B7 0x524C # 0 +0x0000D5B8 0x8FA3 # 0 +0x0000D5B9 0x5D50 # 0 +0x0000D5BA 0x64E5 # 0 +0x0000D5BB 0x652C # 0 +0x0000D5BC 0x6B16 # 0 +0x0000D5BD 0x6FEB # 0 +0x0000D5BE 0x7C43 # 0 +0x0000D5BF 0x7E9C # 0 +0x0000D5C0 0x85CD # 0 +0x0000D5C1 0x8964 # 0 +0x0000D5C2 0x89BD # 0 +0x0000D5C3 0x62C9 # 0 +0x0000D5C4 0x81D8 # 0 +0x0000D5C5 0x881F # 0 +0x0000D5C6 0x5ECA # 0 +0x0000D5C7 0x6717 # 0 +0x0000D5C8 0x6D6A # 0 +0x0000D5C9 0x72FC # 0 +0x0000D5CA 0x7405 # 0 +0x0000D5CB 0x746F # 0 +0x0000D5CC 0x8782 # 0 +0x0000D5CD 0x90DE # 0 +0x0000D5CE 0x4F86 # 0 +0x0000D5CF 0x5D0D # 0 +0x0000D5D0 0x5FA0 # 0 +0x0000D5D1 0x840A # 0 +0x0000D5D2 0x51B7 # 0 +0x0000D5D3 0x63A0 # 0 +0x0000D5D4 0x7565 # 0 +0x0000D5D5 0x4EAE # 0 +0x0000D5D6 0x5006 # 0 +0x0000D5D7 0x5169 # 0 +0x0000D5D8 0x51C9 # 0 +0x0000D5D9 0x6881 # 0 +0x0000D5DA 0x6A11 # 0 +0x0000D5DB 0x7CAE # 0 +0x0000D5DC 0x7CB1 # 0 +0x0000D5DD 0x7CE7 # 0 +0x0000D5DE 0x826F # 0 +0x0000D5DF 0x8AD2 # 0 +0x0000D5E0 0x8F1B # 0 +0x0000D5E1 0x91CF # 0 +0x0000D5E2 0x4FB6 # 0 +0x0000D5E3 0x5137 # 0 +0x0000D5E4 0x52F5 # 0 +0x0000D5E5 0x5442 # 0 +0x0000D5E6 0x5EEC # 0 +0x0000D5E7 0x616E # 0 +0x0000D5E8 0x623E # 0 +0x0000D5E9 0x65C5 # 0 +0x0000D5EA 0x6ADA # 0 +0x0000D5EB 0x6FFE # 0 +0x0000D5EC 0x792A # 0 +0x0000D5ED 0x85DC # 0 +0x0000D5EE 0x8823 # 0 +0x0000D5EF 0x95AD # 0 +0x0000D5F0 0x9A62 # 0 +0x0000D5F1 0x9A6A # 0 +0x0000D5F2 0x9E97 # 0 +0x0000D5F3 0x9ECE # 0 +0x0000D5F4 0x529B # 0 +0x0000D5F5 0x66C6 # 0 +0x0000D5F6 0x6B77 # 0 +0x0000D5F7 0x701D # 0 +0x0000D5F8 0x792B # 0 +0x0000D5F9 0x8F62 # 0 +0x0000D5FA 0x9742 # 0 +0x0000D5FB 0x6190 # 0 +0x0000D5FC 0x6200 # 0 +0x0000D5FD 0x6523 # 0 +0x0000D5FE 0x6F23 # 0 +0x0000D6A1 0x7149 # 0 +0x0000D6A2 0x7489 # 0 +0x0000D6A3 0x7DF4 # 0 +0x0000D6A4 0x806F # 0 +0x0000D6A5 0x84EE # 0 +0x0000D6A6 0x8F26 # 0 +0x0000D6A7 0x9023 # 0 +0x0000D6A8 0x934A # 0 +0x0000D6A9 0x51BD # 0 +0x0000D6AA 0x5217 # 0 +0x0000D6AB 0x52A3 # 0 +0x0000D6AC 0x6D0C # 0 +0x0000D6AD 0x70C8 # 0 +0x0000D6AE 0x88C2 # 0 +0x0000D6AF 0x5EC9 # 0 +0x0000D6B0 0x6582 # 0 +0x0000D6B1 0x6BAE # 0 +0x0000D6B2 0x6FC2 # 0 +0x0000D6B3 0x7C3E # 0 +0x0000D6B4 0x7375 # 0 +0x0000D6B5 0x4EE4 # 0 +0x0000D6B6 0x4F36 # 0 +0x0000D6B7 0x56F9 # 0 +0x0000D6B8 0xF95F # 0 +0x0000D6B9 0x5CBA # 0 +0x0000D6BA 0x5DBA # 0 +0x0000D6BB 0x601C # 0 +0x0000D6BC 0x73B2 # 0 +0x0000D6BD 0x7B2D # 0 +0x0000D6BE 0x7F9A # 0 +0x0000D6BF 0x7FCE # 0 +0x0000D6C0 0x8046 # 0 +0x0000D6C1 0x901E # 0 +0x0000D6C2 0x9234 # 0 +0x0000D6C3 0x96F6 # 0 +0x0000D6C4 0x9748 # 0 +0x0000D6C5 0x9818 # 0 +0x0000D6C6 0x9F61 # 0 +0x0000D6C7 0x4F8B # 0 +0x0000D6C8 0x6FA7 # 0 +0x0000D6C9 0x79AE # 0 +0x0000D6CA 0x91B4 # 0 +0x0000D6CB 0x96B7 # 0 +0x0000D6CC 0x52DE # 0 +0x0000D6CD 0xF960 # 0 +0x0000D6CE 0x6488 # 0 +0x0000D6CF 0x64C4 # 0 +0x0000D6D0 0x6AD3 # 0 +0x0000D6D1 0x6F5E # 0 +0x0000D6D2 0x7018 # 0 +0x0000D6D3 0x7210 # 0 +0x0000D6D4 0x76E7 # 0 +0x0000D6D5 0x8001 # 0 +0x0000D6D6 0x8606 # 0 +0x0000D6D7 0x865C # 0 +0x0000D6D8 0x8DEF # 0 +0x0000D6D9 0x8F05 # 0 +0x0000D6DA 0x9732 # 0 +0x0000D6DB 0x9B6F # 0 +0x0000D6DC 0x9DFA # 0 +0x0000D6DD 0x9E75 # 0 +0x0000D6DE 0x788C # 0 +0x0000D6DF 0x797F # 0 +0x0000D6E0 0x7DA0 # 0 +0x0000D6E1 0x83C9 # 0 +0x0000D6E2 0x9304 # 0 +0x0000D6E3 0x9E7F # 0 +0x0000D6E4 0x9E93 # 0 +0x0000D6E5 0x8AD6 # 0 +0x0000D6E6 0x58DF # 0 +0x0000D6E7 0x5F04 # 0 +0x0000D6E8 0x6727 # 0 +0x0000D6E9 0x7027 # 0 +0x0000D6EA 0x74CF # 0 +0x0000D6EB 0x7C60 # 0 +0x0000D6EC 0x807E # 0 +0x0000D6ED 0x5121 # 0 +0x0000D6EE 0x7028 # 0 +0x0000D6EF 0x7262 # 0 +0x0000D6F0 0x78CA # 0 +0x0000D6F1 0x8CC2 # 0 +0x0000D6F2 0x8CDA # 0 +0x0000D6F3 0x8CF4 # 0 +0x0000D6F4 0x96F7 # 0 +0x0000D6F5 0x4E86 # 0 +0x0000D6F6 0x50DA # 0 +0x0000D6F7 0x5BEE # 0 +0x0000D6F8 0x5ED6 # 0 +0x0000D6F9 0x6599 # 0 +0x0000D6FA 0x71CE # 0 +0x0000D6FB 0x7642 # 0 +0x0000D6FC 0x77AD # 0 +0x0000D6FD 0x804A # 0 +0x0000D6FE 0x84FC # 0 +0x0000D7A1 0x907C # 0 +0x0000D7A2 0x9B27 # 0 +0x0000D7A3 0x9F8D # 0 +0x0000D7A4 0x58D8 # 0 +0x0000D7A5 0x5A41 # 0 +0x0000D7A6 0x5C62 # 0 +0x0000D7A7 0x6A13 # 0 +0x0000D7A8 0x6DDA # 0 +0x0000D7A9 0x6F0F # 0 +0x0000D7AA 0x763B # 0 +0x0000D7AB 0x7D2F # 0 +0x0000D7AC 0x7E37 # 0 +0x0000D7AD 0x851E # 0 +0x0000D7AE 0x8938 # 0 +0x0000D7AF 0x93E4 # 0 +0x0000D7B0 0x964B # 0 +0x0000D7B1 0x5289 # 0 +0x0000D7B2 0x65D2 # 0 +0x0000D7B3 0x67F3 # 0 +0x0000D7B4 0x69B4 # 0 +0x0000D7B5 0x6D41 # 0 +0x0000D7B6 0x6E9C # 0 +0x0000D7B7 0x700F # 0 +0x0000D7B8 0x7409 # 0 +0x0000D7B9 0x7460 # 0 +0x0000D7BA 0x7559 # 0 +0x0000D7BB 0x7624 # 0 +0x0000D7BC 0x786B # 0 +0x0000D7BD 0x8B2C # 0 +0x0000D7BE 0x985E # 0 +0x0000D7BF 0x516D # 0 +0x0000D7C0 0x622E # 0 +0x0000D7C1 0x9678 # 0 +0x0000D7C2 0x4F96 # 0 +0x0000D7C3 0x502B # 0 +0x0000D7C4 0x5D19 # 0 +0x0000D7C5 0x6DEA # 0 +0x0000D7C6 0x7DB8 # 0 +0x0000D7C7 0x8F2A # 0 +0x0000D7C8 0x5F8B # 0 +0x0000D7C9 0x6144 # 0 +0x0000D7CA 0x6817 # 0 +0x0000D7CB 0xF961 # 0 +0x0000D7CC 0x9686 # 0 +0x0000D7CD 0x52D2 # 0 +0x0000D7CE 0x808B # 0 +0x0000D7CF 0x51DC # 0 +0x0000D7D0 0x51CC # 0 +0x0000D7D1 0x695E # 0 +0x0000D7D2 0x7A1C # 0 +0x0000D7D3 0x7DBE # 0 +0x0000D7D4 0x83F1 # 0 +0x0000D7D5 0x9675 # 0 +0x0000D7D6 0x4FDA # 0 +0x0000D7D7 0x5229 # 0 +0x0000D7D8 0x5398 # 0 +0x0000D7D9 0x540F # 0 +0x0000D7DA 0x550E # 0 +0x0000D7DB 0x5C65 # 0 +0x0000D7DC 0x60A7 # 0 +0x0000D7DD 0x674E # 0 +0x0000D7DE 0x68A8 # 0 +0x0000D7DF 0x6D6C # 0 +0x0000D7E0 0x7281 # 0 +0x0000D7E1 0x72F8 # 0 +0x0000D7E2 0x7406 # 0 +0x0000D7E3 0x7483 # 0 +0x0000D7E4 0xF962 # 0 +0x0000D7E5 0x75E2 # 0 +0x0000D7E6 0x7C6C # 0 +0x0000D7E7 0x7F79 # 0 +0x0000D7E8 0x7FB8 # 0 +0x0000D7E9 0x8389 # 0 +0x0000D7EA 0x88CF # 0 +0x0000D7EB 0x88E1 # 0 +0x0000D7EC 0x91CC # 0 +0x0000D7ED 0x91D0 # 0 +0x0000D7EE 0x96E2 # 0 +0x0000D7EF 0x9BC9 # 0 +0x0000D7F0 0x541D # 0 +0x0000D7F1 0x6F7E # 0 +0x0000D7F2 0x71D0 # 0 +0x0000D7F3 0x7498 # 0 +0x0000D7F4 0x85FA # 0 +0x0000D7F5 0x8EAA # 0 +0x0000D7F6 0x96A3 # 0 +0x0000D7F7 0x9C57 # 0 +0x0000D7F8 0x9E9F # 0 +0x0000D7F9 0x6797 # 0 +0x0000D7FA 0x6DCB # 0 +0x0000D7FB 0x7433 # 0 +0x0000D7FC 0x81E8 # 0 +0x0000D7FD 0x9716 # 0 +0x0000D7FE 0x782C # 0 +0x0000D8A1 0x7ACB # 0 +0x0000D8A2 0x7B20 # 0 +0x0000D8A3 0x7C92 # 0 +0x0000D8A4 0x6469 # 0 +0x0000D8A5 0x746A # 0 +0x0000D8A6 0x75F2 # 0 +0x0000D8A7 0x78BC # 0 +0x0000D8A8 0x78E8 # 0 +0x0000D8A9 0x99AC # 0 +0x0000D8AA 0x9B54 # 0 +0x0000D8AB 0x9EBB # 0 +0x0000D8AC 0x5BDE # 0 +0x0000D8AD 0x5E55 # 0 +0x0000D8AE 0x6F20 # 0 +0x0000D8AF 0x819C # 0 +0x0000D8B0 0x83AB # 0 +0x0000D8B1 0x9088 # 0 +0x0000D8B2 0x4E07 # 0 +0x0000D8B3 0x534D # 0 +0x0000D8B4 0x5A29 # 0 +0x0000D8B5 0x5DD2 # 0 +0x0000D8B6 0x5F4E # 0 +0x0000D8B7 0x6162 # 0 +0x0000D8B8 0x633D # 0 +0x0000D8B9 0x6669 # 0 +0x0000D8BA 0x66FC # 0 +0x0000D8BB 0x6EFF # 0 +0x0000D8BC 0x6F2B # 0 +0x0000D8BD 0x7063 # 0 +0x0000D8BE 0x779E # 0 +0x0000D8BF 0x842C # 0 +0x0000D8C0 0x8513 # 0 +0x0000D8C1 0x883B # 0 +0x0000D8C2 0x8F13 # 0 +0x0000D8C3 0x9945 # 0 +0x0000D8C4 0x9C3B # 0 +0x0000D8C5 0x551C # 0 +0x0000D8C6 0x62B9 # 0 +0x0000D8C7 0x672B # 0 +0x0000D8C8 0x6CAB # 0 +0x0000D8C9 0x8309 # 0 +0x0000D8CA 0x896A # 0 +0x0000D8CB 0x977A # 0 +0x0000D8CC 0x4EA1 # 0 +0x0000D8CD 0x5984 # 0 +0x0000D8CE 0x5FD8 # 0 +0x0000D8CF 0x5FD9 # 0 +0x0000D8D0 0x671B # 0 +0x0000D8D1 0x7DB2 # 0 +0x0000D8D2 0x7F54 # 0 +0x0000D8D3 0x8292 # 0 +0x0000D8D4 0x832B # 0 +0x0000D8D5 0x83BD # 0 +0x0000D8D6 0x8F1E # 0 +0x0000D8D7 0x9099 # 0 +0x0000D8D8 0x57CB # 0 +0x0000D8D9 0x59B9 # 0 +0x0000D8DA 0x5A92 # 0 +0x0000D8DB 0x5BD0 # 0 +0x0000D8DC 0x6627 # 0 +0x0000D8DD 0x679A # 0 +0x0000D8DE 0x6885 # 0 +0x0000D8DF 0x6BCF # 0 +0x0000D8E0 0x7164 # 0 +0x0000D8E1 0x7F75 # 0 +0x0000D8E2 0x8CB7 # 0 +0x0000D8E3 0x8CE3 # 0 +0x0000D8E4 0x9081 # 0 +0x0000D8E5 0x9B45 # 0 +0x0000D8E6 0x8108 # 0 +0x0000D8E7 0x8C8A # 0 +0x0000D8E8 0x964C # 0 +0x0000D8E9 0x9A40 # 0 +0x0000D8EA 0x9EA5 # 0 +0x0000D8EB 0x5B5F # 0 +0x0000D8EC 0x6C13 # 0 +0x0000D8ED 0x731B # 0 +0x0000D8EE 0x76F2 # 0 +0x0000D8EF 0x76DF # 0 +0x0000D8F0 0x840C # 0 +0x0000D8F1 0x51AA # 0 +0x0000D8F2 0x8993 # 0 +0x0000D8F3 0x514D # 0 +0x0000D8F4 0x5195 # 0 +0x0000D8F5 0x52C9 # 0 +0x0000D8F6 0x68C9 # 0 +0x0000D8F7 0x6C94 # 0 +0x0000D8F8 0x7704 # 0 +0x0000D8F9 0x7720 # 0 +0x0000D8FA 0x7DBF # 0 +0x0000D8FB 0x7DEC # 0 +0x0000D8FC 0x9762 # 0 +0x0000D8FD 0x9EB5 # 0 +0x0000D8FE 0x6EC5 # 0 +0x0000D9A1 0x8511 # 0 +0x0000D9A2 0x51A5 # 0 +0x0000D9A3 0x540D # 0 +0x0000D9A4 0x547D # 0 +0x0000D9A5 0x660E # 0 +0x0000D9A6 0x669D # 0 +0x0000D9A7 0x6927 # 0 +0x0000D9A8 0x6E9F # 0 +0x0000D9A9 0x76BF # 0 +0x0000D9AA 0x7791 # 0 +0x0000D9AB 0x8317 # 0 +0x0000D9AC 0x84C2 # 0 +0x0000D9AD 0x879F # 0 +0x0000D9AE 0x9169 # 0 +0x0000D9AF 0x9298 # 0 +0x0000D9B0 0x9CF4 # 0 +0x0000D9B1 0x8882 # 0 +0x0000D9B2 0x4FAE # 0 +0x0000D9B3 0x5192 # 0 +0x0000D9B4 0x52DF # 0 +0x0000D9B5 0x59C6 # 0 +0x0000D9B6 0x5E3D # 0 +0x0000D9B7 0x6155 # 0 +0x0000D9B8 0x6478 # 0 +0x0000D9B9 0x6479 # 0 +0x0000D9BA 0x66AE # 0 +0x0000D9BB 0x67D0 # 0 +0x0000D9BC 0x6A21 # 0 +0x0000D9BD 0x6BCD # 0 +0x0000D9BE 0x6BDB # 0 +0x0000D9BF 0x725F # 0 +0x0000D9C0 0x7261 # 0 +0x0000D9C1 0x7441 # 0 +0x0000D9C2 0x7738 # 0 +0x0000D9C3 0x77DB # 0 +0x0000D9C4 0x8017 # 0 +0x0000D9C5 0x82BC # 0 +0x0000D9C6 0x8305 # 0 +0x0000D9C7 0x8B00 # 0 +0x0000D9C8 0x8B28 # 0 +0x0000D9C9 0x8C8C # 0 +0x0000D9CA 0x6728 # 0 +0x0000D9CB 0x6C90 # 0 +0x0000D9CC 0x7267 # 0 +0x0000D9CD 0x76EE # 0 +0x0000D9CE 0x7766 # 0 +0x0000D9CF 0x7A46 # 0 +0x0000D9D0 0x9DA9 # 0 +0x0000D9D1 0x6B7F # 0 +0x0000D9D2 0x6C92 # 0 +0x0000D9D3 0x5922 # 0 +0x0000D9D4 0x6726 # 0 +0x0000D9D5 0x8499 # 0 +0x0000D9D6 0x536F # 0 +0x0000D9D7 0x5893 # 0 +0x0000D9D8 0x5999 # 0 +0x0000D9D9 0x5EDF # 0 +0x0000D9DA 0x63CF # 0 +0x0000D9DB 0x6634 # 0 +0x0000D9DC 0x6773 # 0 +0x0000D9DD 0x6E3A # 0 +0x0000D9DE 0x732B # 0 +0x0000D9DF 0x7AD7 # 0 +0x0000D9E0 0x82D7 # 0 +0x0000D9E1 0x9328 # 0 +0x0000D9E2 0x52D9 # 0 +0x0000D9E3 0x5DEB # 0 +0x0000D9E4 0x61AE # 0 +0x0000D9E5 0x61CB # 0 +0x0000D9E6 0x620A # 0 +0x0000D9E7 0x62C7 # 0 +0x0000D9E8 0x64AB # 0 +0x0000D9E9 0x65E0 # 0 +0x0000D9EA 0x6959 # 0 +0x0000D9EB 0x6B66 # 0 +0x0000D9EC 0x6BCB # 0 +0x0000D9ED 0x7121 # 0 +0x0000D9EE 0x73F7 # 0 +0x0000D9EF 0x755D # 0 +0x0000D9F0 0x7E46 # 0 +0x0000D9F1 0x821E # 0 +0x0000D9F2 0x8302 # 0 +0x0000D9F3 0x856A # 0 +0x0000D9F4 0x8AA3 # 0 +0x0000D9F5 0x8CBF # 0 +0x0000D9F6 0x9727 # 0 +0x0000D9F7 0x9D61 # 0 +0x0000D9F8 0x58A8 # 0 +0x0000D9F9 0x9ED8 # 0 +0x0000D9FA 0x5011 # 0 +0x0000D9FB 0x520E # 0 +0x0000D9FC 0x543B # 0 +0x0000D9FD 0x554F # 0 +0x0000D9FE 0x6587 # 0 +0x0000DAA1 0x6C76 # 0 +0x0000DAA2 0x7D0A # 0 +0x0000DAA3 0x7D0B # 0 +0x0000DAA4 0x805E # 0 +0x0000DAA5 0x868A # 0 +0x0000DAA6 0x9580 # 0 +0x0000DAA7 0x96EF # 0 +0x0000DAA8 0x52FF # 0 +0x0000DAA9 0x6C95 # 0 +0x0000DAAA 0x7269 # 0 +0x0000DAAB 0x5473 # 0 +0x0000DAAC 0x5A9A # 0 +0x0000DAAD 0x5C3E # 0 +0x0000DAAE 0x5D4B # 0 +0x0000DAAF 0x5F4C # 0 +0x0000DAB0 0x5FAE # 0 +0x0000DAB1 0x672A # 0 +0x0000DAB2 0x68B6 # 0 +0x0000DAB3 0x6963 # 0 +0x0000DAB4 0x6E3C # 0 +0x0000DAB5 0x6E44 # 0 +0x0000DAB6 0x7709 # 0 +0x0000DAB7 0x7C73 # 0 +0x0000DAB8 0x7F8E # 0 +0x0000DAB9 0x8587 # 0 +0x0000DABA 0x8B0E # 0 +0x0000DABB 0x8FF7 # 0 +0x0000DABC 0x9761 # 0 +0x0000DABD 0x9EF4 # 0 +0x0000DABE 0x5CB7 # 0 +0x0000DABF 0x60B6 # 0 +0x0000DAC0 0x610D # 0 +0x0000DAC1 0x61AB # 0 +0x0000DAC2 0x654F # 0 +0x0000DAC3 0x65FB # 0 +0x0000DAC4 0x65FC # 0 +0x0000DAC5 0x6C11 # 0 +0x0000DAC6 0x6CEF # 0 +0x0000DAC7 0x739F # 0 +0x0000DAC8 0x73C9 # 0 +0x0000DAC9 0x7DE1 # 0 +0x0000DACA 0x9594 # 0 +0x0000DACB 0x5BC6 # 0 +0x0000DACC 0x871C # 0 +0x0000DACD 0x8B10 # 0 +0x0000DACE 0x525D # 0 +0x0000DACF 0x535A # 0 +0x0000DAD0 0x62CD # 0 +0x0000DAD1 0x640F # 0 +0x0000DAD2 0x64B2 # 0 +0x0000DAD3 0x6734 # 0 +0x0000DAD4 0x6A38 # 0 +0x0000DAD5 0x6CCA # 0 +0x0000DAD6 0x73C0 # 0 +0x0000DAD7 0x749E # 0 +0x0000DAD8 0x7B94 # 0 +0x0000DAD9 0x7C95 # 0 +0x0000DADA 0x7E1B # 0 +0x0000DADB 0x818A # 0 +0x0000DADC 0x8236 # 0 +0x0000DADD 0x8584 # 0 +0x0000DADE 0x8FEB # 0 +0x0000DADF 0x96F9 # 0 +0x0000DAE0 0x99C1 # 0 +0x0000DAE1 0x4F34 # 0 +0x0000DAE2 0x534A # 0 +0x0000DAE3 0x53CD # 0 +0x0000DAE4 0x53DB # 0 +0x0000DAE5 0x62CC # 0 +0x0000DAE6 0x642C # 0 +0x0000DAE7 0x6500 # 0 +0x0000DAE8 0x6591 # 0 +0x0000DAE9 0x69C3 # 0 +0x0000DAEA 0x6CEE # 0 +0x0000DAEB 0x6F58 # 0 +0x0000DAEC 0x73ED # 0 +0x0000DAED 0x7554 # 0 +0x0000DAEE 0x7622 # 0 +0x0000DAEF 0x76E4 # 0 +0x0000DAF0 0x76FC # 0 +0x0000DAF1 0x78D0 # 0 +0x0000DAF2 0x78FB # 0 +0x0000DAF3 0x792C # 0 +0x0000DAF4 0x7D46 # 0 +0x0000DAF5 0x822C # 0 +0x0000DAF6 0x87E0 # 0 +0x0000DAF7 0x8FD4 # 0 +0x0000DAF8 0x9812 # 0 +0x0000DAF9 0x98EF # 0 +0x0000DAFA 0x52C3 # 0 +0x0000DAFB 0x62D4 # 0 +0x0000DAFC 0x64A5 # 0 +0x0000DAFD 0x6E24 # 0 +0x0000DAFE 0x6F51 # 0 +0x0000DBA1 0x767C # 0 +0x0000DBA2 0x8DCB # 0 +0x0000DBA3 0x91B1 # 0 +0x0000DBA4 0x9262 # 0 +0x0000DBA5 0x9AEE # 0 +0x0000DBA6 0x9B43 # 0 +0x0000DBA7 0x5023 # 0 +0x0000DBA8 0x508D # 0 +0x0000DBA9 0x574A # 0 +0x0000DBAA 0x59A8 # 0 +0x0000DBAB 0x5C28 # 0 +0x0000DBAC 0x5E47 # 0 +0x0000DBAD 0x5F77 # 0 +0x0000DBAE 0x623F # 0 +0x0000DBAF 0x653E # 0 +0x0000DBB0 0x65B9 # 0 +0x0000DBB1 0x65C1 # 0 +0x0000DBB2 0x6609 # 0 +0x0000DBB3 0x678B # 0 +0x0000DBB4 0x699C # 0 +0x0000DBB5 0x6EC2 # 0 +0x0000DBB6 0x78C5 # 0 +0x0000DBB7 0x7D21 # 0 +0x0000DBB8 0x80AA # 0 +0x0000DBB9 0x8180 # 0 +0x0000DBBA 0x822B # 0 +0x0000DBBB 0x82B3 # 0 +0x0000DBBC 0x84A1 # 0 +0x0000DBBD 0x868C # 0 +0x0000DBBE 0x8A2A # 0 +0x0000DBBF 0x8B17 # 0 +0x0000DBC0 0x90A6 # 0 +0x0000DBC1 0x9632 # 0 +0x0000DBC2 0x9F90 # 0 +0x0000DBC3 0x500D # 0 +0x0000DBC4 0x4FF3 # 0 +0x0000DBC5 0xF963 # 0 +0x0000DBC6 0x57F9 # 0 +0x0000DBC7 0x5F98 # 0 +0x0000DBC8 0x62DC # 0 +0x0000DBC9 0x6392 # 0 +0x0000DBCA 0x676F # 0 +0x0000DBCB 0x6E43 # 0 +0x0000DBCC 0x7119 # 0 +0x0000DBCD 0x76C3 # 0 +0x0000DBCE 0x80CC # 0 +0x0000DBCF 0x80DA # 0 +0x0000DBD0 0x88F4 # 0 +0x0000DBD1 0x88F5 # 0 +0x0000DBD2 0x8919 # 0 +0x0000DBD3 0x8CE0 # 0 +0x0000DBD4 0x8F29 # 0 +0x0000DBD5 0x914D # 0 +0x0000DBD6 0x966A # 0 +0x0000DBD7 0x4F2F # 0 +0x0000DBD8 0x4F70 # 0 +0x0000DBD9 0x5E1B # 0 +0x0000DBDA 0x67CF # 0 +0x0000DBDB 0x6822 # 0 +0x0000DBDC 0x767D # 0 +0x0000DBDD 0x767E # 0 +0x0000DBDE 0x9B44 # 0 +0x0000DBDF 0x5E61 # 0 +0x0000DBE0 0x6A0A # 0 +0x0000DBE1 0x7169 # 0 +0x0000DBE2 0x71D4 # 0 +0x0000DBE3 0x756A # 0 +0x0000DBE4 0xF964 # 0 +0x0000DBE5 0x7E41 # 0 +0x0000DBE6 0x8543 # 0 +0x0000DBE7 0x85E9 # 0 +0x0000DBE8 0x98DC # 0 +0x0000DBE9 0x4F10 # 0 +0x0000DBEA 0x7B4F # 0 +0x0000DBEB 0x7F70 # 0 +0x0000DBEC 0x95A5 # 0 +0x0000DBED 0x51E1 # 0 +0x0000DBEE 0x5E06 # 0 +0x0000DBEF 0x68B5 # 0 +0x0000DBF0 0x6C3E # 0 +0x0000DBF1 0x6C4E # 0 +0x0000DBF2 0x6CDB # 0 +0x0000DBF3 0x72AF # 0 +0x0000DBF4 0x7BC4 # 0 +0x0000DBF5 0x8303 # 0 +0x0000DBF6 0x6CD5 # 0 +0x0000DBF7 0x743A # 0 +0x0000DBF8 0x50FB # 0 +0x0000DBF9 0x5288 # 0 +0x0000DBFA 0x58C1 # 0 +0x0000DBFB 0x64D8 # 0 +0x0000DBFC 0x6A97 # 0 +0x0000DBFD 0x74A7 # 0 +0x0000DBFE 0x7656 # 0 +0x0000DCA1 0x78A7 # 0 +0x0000DCA2 0x8617 # 0 +0x0000DCA3 0x95E2 # 0 +0x0000DCA4 0x9739 # 0 +0x0000DCA5 0xF965 # 0 +0x0000DCA6 0x535E # 0 +0x0000DCA7 0x5F01 # 0 +0x0000DCA8 0x8B8A # 0 +0x0000DCA9 0x8FA8 # 0 +0x0000DCAA 0x8FAF # 0 +0x0000DCAB 0x908A # 0 +0x0000DCAC 0x5225 # 0 +0x0000DCAD 0x77A5 # 0 +0x0000DCAE 0x9C49 # 0 +0x0000DCAF 0x9F08 # 0 +0x0000DCB0 0x4E19 # 0 +0x0000DCB1 0x5002 # 0 +0x0000DCB2 0x5175 # 0 +0x0000DCB3 0x5C5B # 0 +0x0000DCB4 0x5E77 # 0 +0x0000DCB5 0x661E # 0 +0x0000DCB6 0x663A # 0 +0x0000DCB7 0x67C4 # 0 +0x0000DCB8 0x68C5 # 0 +0x0000DCB9 0x70B3 # 0 +0x0000DCBA 0x7501 # 0 +0x0000DCBB 0x75C5 # 0 +0x0000DCBC 0x79C9 # 0 +0x0000DCBD 0x7ADD # 0 +0x0000DCBE 0x8F27 # 0 +0x0000DCBF 0x9920 # 0 +0x0000DCC0 0x9A08 # 0 +0x0000DCC1 0x4FDD # 0 +0x0000DCC2 0x5821 # 0 +0x0000DCC3 0x5831 # 0 +0x0000DCC4 0x5BF6 # 0 +0x0000DCC5 0x666E # 0 +0x0000DCC6 0x6B65 # 0 +0x0000DCC7 0x6D11 # 0 +0x0000DCC8 0x6E7A # 0 +0x0000DCC9 0x6F7D # 0 +0x0000DCCA 0x73E4 # 0 +0x0000DCCB 0x752B # 0 +0x0000DCCC 0x83E9 # 0 +0x0000DCCD 0x88DC # 0 +0x0000DCCE 0x8913 # 0 +0x0000DCCF 0x8B5C # 0 +0x0000DCD0 0x8F14 # 0 +0x0000DCD1 0x4F0F # 0 +0x0000DCD2 0x50D5 # 0 +0x0000DCD3 0x5310 # 0 +0x0000DCD4 0x535C # 0 +0x0000DCD5 0x5B93 # 0 +0x0000DCD6 0x5FA9 # 0 +0x0000DCD7 0x670D # 0 +0x0000DCD8 0x798F # 0 +0x0000DCD9 0x8179 # 0 +0x0000DCDA 0x832F # 0 +0x0000DCDB 0x8514 # 0 +0x0000DCDC 0x8907 # 0 +0x0000DCDD 0x8986 # 0 +0x0000DCDE 0x8F39 # 0 +0x0000DCDF 0x8F3B # 0 +0x0000DCE0 0x99A5 # 0 +0x0000DCE1 0x9C12 # 0 +0x0000DCE2 0x672C # 0 +0x0000DCE3 0x4E76 # 0 +0x0000DCE4 0x4FF8 # 0 +0x0000DCE5 0x5949 # 0 +0x0000DCE6 0x5C01 # 0 +0x0000DCE7 0x5CEF # 0 +0x0000DCE8 0x5CF0 # 0 +0x0000DCE9 0x6367 # 0 +0x0000DCEA 0x68D2 # 0 +0x0000DCEB 0x70FD # 0 +0x0000DCEC 0x71A2 # 0 +0x0000DCED 0x742B # 0 +0x0000DCEE 0x7E2B # 0 +0x0000DCEF 0x84EC # 0 +0x0000DCF0 0x8702 # 0 +0x0000DCF1 0x9022 # 0 +0x0000DCF2 0x92D2 # 0 +0x0000DCF3 0x9CF3 # 0 +0x0000DCF4 0x4E0D # 0 +0x0000DCF5 0x4ED8 # 0 +0x0000DCF6 0x4FEF # 0 +0x0000DCF7 0x5085 # 0 +0x0000DCF8 0x5256 # 0 +0x0000DCF9 0x526F # 0 +0x0000DCFA 0x5426 # 0 +0x0000DCFB 0x5490 # 0 +0x0000DCFC 0x57E0 # 0 +0x0000DCFD 0x592B # 0 +0x0000DCFE 0x5A66 # 0 +0x0000DDA1 0x5B5A # 0 +0x0000DDA2 0x5B75 # 0 +0x0000DDA3 0x5BCC # 0 +0x0000DDA4 0x5E9C # 0 +0x0000DDA5 0xF966 # 0 +0x0000DDA6 0x6276 # 0 +0x0000DDA7 0x6577 # 0 +0x0000DDA8 0x65A7 # 0 +0x0000DDA9 0x6D6E # 0 +0x0000DDAA 0x6EA5 # 0 +0x0000DDAB 0x7236 # 0 +0x0000DDAC 0x7B26 # 0 +0x0000DDAD 0x7C3F # 0 +0x0000DDAE 0x7F36 # 0 +0x0000DDAF 0x8150 # 0 +0x0000DDB0 0x8151 # 0 +0x0000DDB1 0x819A # 0 +0x0000DDB2 0x8240 # 0 +0x0000DDB3 0x8299 # 0 +0x0000DDB4 0x83A9 # 0 +0x0000DDB5 0x8A03 # 0 +0x0000DDB6 0x8CA0 # 0 +0x0000DDB7 0x8CE6 # 0 +0x0000DDB8 0x8CFB # 0 +0x0000DDB9 0x8D74 # 0 +0x0000DDBA 0x8DBA # 0 +0x0000DDBB 0x90E8 # 0 +0x0000DDBC 0x91DC # 0 +0x0000DDBD 0x961C # 0 +0x0000DDBE 0x9644 # 0 +0x0000DDBF 0x99D9 # 0 +0x0000DDC0 0x9CE7 # 0 +0x0000DDC1 0x5317 # 0 +0x0000DDC2 0x5206 # 0 +0x0000DDC3 0x5429 # 0 +0x0000DDC4 0x5674 # 0 +0x0000DDC5 0x58B3 # 0 +0x0000DDC6 0x5954 # 0 +0x0000DDC7 0x596E # 0 +0x0000DDC8 0x5FFF # 0 +0x0000DDC9 0x61A4 # 0 +0x0000DDCA 0x626E # 0 +0x0000DDCB 0x6610 # 0 +0x0000DDCC 0x6C7E # 0 +0x0000DDCD 0x711A # 0 +0x0000DDCE 0x76C6 # 0 +0x0000DDCF 0x7C89 # 0 +0x0000DDD0 0x7CDE # 0 +0x0000DDD1 0x7D1B # 0 +0x0000DDD2 0x82AC # 0 +0x0000DDD3 0x8CC1 # 0 +0x0000DDD4 0x96F0 # 0 +0x0000DDD5 0xF967 # 0 +0x0000DDD6 0x4F5B # 0 +0x0000DDD7 0x5F17 # 0 +0x0000DDD8 0x5F7F # 0 +0x0000DDD9 0x62C2 # 0 +0x0000DDDA 0x5D29 # 0 +0x0000DDDB 0x670B # 0 +0x0000DDDC 0x68DA # 0 +0x0000DDDD 0x787C # 0 +0x0000DDDE 0x7E43 # 0 +0x0000DDDF 0x9D6C # 0 +0x0000DDE0 0x4E15 # 0 +0x0000DDE1 0x5099 # 0 +0x0000DDE2 0x5315 # 0 +0x0000DDE3 0x532A # 0 +0x0000DDE4 0x5351 # 0 +0x0000DDE5 0x5983 # 0 +0x0000DDE6 0x5A62 # 0 +0x0000DDE7 0x5E87 # 0 +0x0000DDE8 0x60B2 # 0 +0x0000DDE9 0x618A # 0 +0x0000DDEA 0x6249 # 0 +0x0000DDEB 0x6279 # 0 +0x0000DDEC 0x6590 # 0 +0x0000DDED 0x6787 # 0 +0x0000DDEE 0x69A7 # 0 +0x0000DDEF 0x6BD4 # 0 +0x0000DDF0 0x6BD6 # 0 +0x0000DDF1 0x6BD7 # 0 +0x0000DDF2 0x6BD8 # 0 +0x0000DDF3 0x6CB8 # 0 +0x0000DDF4 0xF968 # 0 +0x0000DDF5 0x7435 # 0 +0x0000DDF6 0x75FA # 0 +0x0000DDF7 0x7812 # 0 +0x0000DDF8 0x7891 # 0 +0x0000DDF9 0x79D5 # 0 +0x0000DDFA 0x79D8 # 0 +0x0000DDFB 0x7C83 # 0 +0x0000DDFC 0x7DCB # 0 +0x0000DDFD 0x7FE1 # 0 +0x0000DDFE 0x80A5 # 0 +0x0000DEA1 0x813E # 0 +0x0000DEA2 0x81C2 # 0 +0x0000DEA3 0x83F2 # 0 +0x0000DEA4 0x871A # 0 +0x0000DEA5 0x88E8 # 0 +0x0000DEA6 0x8AB9 # 0 +0x0000DEA7 0x8B6C # 0 +0x0000DEA8 0x8CBB # 0 +0x0000DEA9 0x9119 # 0 +0x0000DEAA 0x975E # 0 +0x0000DEAB 0x98DB # 0 +0x0000DEAC 0x9F3B # 0 +0x0000DEAD 0x56AC # 0 +0x0000DEAE 0x5B2A # 0 +0x0000DEAF 0x5F6C # 0 +0x0000DEB0 0x658C # 0 +0x0000DEB1 0x6AB3 # 0 +0x0000DEB2 0x6BAF # 0 +0x0000DEB3 0x6D5C # 0 +0x0000DEB4 0x6FF1 # 0 +0x0000DEB5 0x7015 # 0 +0x0000DEB6 0x725D # 0 +0x0000DEB7 0x73AD # 0 +0x0000DEB8 0x8CA7 # 0 +0x0000DEB9 0x8CD3 # 0 +0x0000DEBA 0x983B # 0 +0x0000DEBB 0x6191 # 0 +0x0000DEBC 0x6C37 # 0 +0x0000DEBD 0x8058 # 0 +0x0000DEBE 0x9A01 # 0 +0x0000DEBF 0x4E4D # 0 +0x0000DEC0 0x4E8B # 0 +0x0000DEC1 0x4E9B # 0 +0x0000DEC2 0x4ED5 # 0 +0x0000DEC3 0x4F3A # 0 +0x0000DEC4 0x4F3C # 0 +0x0000DEC5 0x4F7F # 0 +0x0000DEC6 0x4FDF # 0 +0x0000DEC7 0x50FF # 0 +0x0000DEC8 0x53F2 # 0 +0x0000DEC9 0x53F8 # 0 +0x0000DECA 0x5506 # 0 +0x0000DECB 0x55E3 # 0 +0x0000DECC 0x56DB # 0 +0x0000DECD 0x58EB # 0 +0x0000DECE 0x5962 # 0 +0x0000DECF 0x5A11 # 0 +0x0000DED0 0x5BEB # 0 +0x0000DED1 0x5BFA # 0 +0x0000DED2 0x5C04 # 0 +0x0000DED3 0x5DF3 # 0 +0x0000DED4 0x5E2B # 0 +0x0000DED5 0x5F99 # 0 +0x0000DED6 0x601D # 0 +0x0000DED7 0x6368 # 0 +0x0000DED8 0x659C # 0 +0x0000DED9 0x65AF # 0 +0x0000DEDA 0x67F6 # 0 +0x0000DEDB 0x67FB # 0 +0x0000DEDC 0x68AD # 0 +0x0000DEDD 0x6B7B # 0 +0x0000DEDE 0x6C99 # 0 +0x0000DEDF 0x6CD7 # 0 +0x0000DEE0 0x6E23 # 0 +0x0000DEE1 0x7009 # 0 +0x0000DEE2 0x7345 # 0 +0x0000DEE3 0x7802 # 0 +0x0000DEE4 0x793E # 0 +0x0000DEE5 0x7940 # 0 +0x0000DEE6 0x7960 # 0 +0x0000DEE7 0x79C1 # 0 +0x0000DEE8 0x7BE9 # 0 +0x0000DEE9 0x7D17 # 0 +0x0000DEEA 0x7D72 # 0 +0x0000DEEB 0x8086 # 0 +0x0000DEEC 0x820D # 0 +0x0000DEED 0x838E # 0 +0x0000DEEE 0x84D1 # 0 +0x0000DEEF 0x86C7 # 0 +0x0000DEF0 0x88DF # 0 +0x0000DEF1 0x8A50 # 0 +0x0000DEF2 0x8A5E # 0 +0x0000DEF3 0x8B1D # 0 +0x0000DEF4 0x8CDC # 0 +0x0000DEF5 0x8D66 # 0 +0x0000DEF6 0x8FAD # 0 +0x0000DEF7 0x90AA # 0 +0x0000DEF8 0x98FC # 0 +0x0000DEF9 0x99DF # 0 +0x0000DEFA 0x9E9D # 0 +0x0000DEFB 0x524A # 0 +0x0000DEFC 0xF969 # 0 +0x0000DEFD 0x6714 # 0 +0x0000DEFE 0xF96A # 0 +0x0000DFA1 0x5098 # 0 +0x0000DFA2 0x522A # 0 +0x0000DFA3 0x5C71 # 0 +0x0000DFA4 0x6563 # 0 +0x0000DFA5 0x6C55 # 0 +0x0000DFA6 0x73CA # 0 +0x0000DFA7 0x7523 # 0 +0x0000DFA8 0x759D # 0 +0x0000DFA9 0x7B97 # 0 +0x0000DFAA 0x849C # 0 +0x0000DFAB 0x9178 # 0 +0x0000DFAC 0x9730 # 0 +0x0000DFAD 0x4E77 # 0 +0x0000DFAE 0x6492 # 0 +0x0000DFAF 0x6BBA # 0 +0x0000DFB0 0x715E # 0 +0x0000DFB1 0x85A9 # 0 +0x0000DFB2 0x4E09 # 0 +0x0000DFB3 0xF96B # 0 +0x0000DFB4 0x6749 # 0 +0x0000DFB5 0x68EE # 0 +0x0000DFB6 0x6E17 # 0 +0x0000DFB7 0x829F # 0 +0x0000DFB8 0x8518 # 0 +0x0000DFB9 0x886B # 0 +0x0000DFBA 0x63F7 # 0 +0x0000DFBB 0x6F81 # 0 +0x0000DFBC 0x9212 # 0 +0x0000DFBD 0x98AF # 0 +0x0000DFBE 0x4E0A # 0 +0x0000DFBF 0x50B7 # 0 +0x0000DFC0 0x50CF # 0 +0x0000DFC1 0x511F # 0 +0x0000DFC2 0x5546 # 0 +0x0000DFC3 0x55AA # 0 +0x0000DFC4 0x5617 # 0 +0x0000DFC5 0x5B40 # 0 +0x0000DFC6 0x5C19 # 0 +0x0000DFC7 0x5CE0 # 0 +0x0000DFC8 0x5E38 # 0 +0x0000DFC9 0x5E8A # 0 +0x0000DFCA 0x5EA0 # 0 +0x0000DFCB 0x5EC2 # 0 +0x0000DFCC 0x60F3 # 0 +0x0000DFCD 0x6851 # 0 +0x0000DFCE 0x6A61 # 0 +0x0000DFCF 0x6E58 # 0 +0x0000DFD0 0x723D # 0 +0x0000DFD1 0x7240 # 0 +0x0000DFD2 0x72C0 # 0 +0x0000DFD3 0x76F8 # 0 +0x0000DFD4 0x7965 # 0 +0x0000DFD5 0x7BB1 # 0 +0x0000DFD6 0x7FD4 # 0 +0x0000DFD7 0x88F3 # 0 +0x0000DFD8 0x89F4 # 0 +0x0000DFD9 0x8A73 # 0 +0x0000DFDA 0x8C61 # 0 +0x0000DFDB 0x8CDE # 0 +0x0000DFDC 0x971C # 0 +0x0000DFDD 0x585E # 0 +0x0000DFDE 0x74BD # 0 +0x0000DFDF 0x8CFD # 0 +0x0000DFE0 0x55C7 # 0 +0x0000DFE1 0xF96C # 0 +0x0000DFE2 0x7A61 # 0 +0x0000DFE3 0x7D22 # 0 +0x0000DFE4 0x8272 # 0 +0x0000DFE5 0x7272 # 0 +0x0000DFE6 0x751F # 0 +0x0000DFE7 0x7525 # 0 +0x0000DFE8 0xF96D # 0 +0x0000DFE9 0x7B19 # 0 +0x0000DFEA 0x5885 # 0 +0x0000DFEB 0x58FB # 0 +0x0000DFEC 0x5DBC # 0 +0x0000DFED 0x5E8F # 0 +0x0000DFEE 0x5EB6 # 0 +0x0000DFEF 0x5F90 # 0 +0x0000DFF0 0x6055 # 0 +0x0000DFF1 0x6292 # 0 +0x0000DFF2 0x637F # 0 +0x0000DFF3 0x654D # 0 +0x0000DFF4 0x6691 # 0 +0x0000DFF5 0x66D9 # 0 +0x0000DFF6 0x66F8 # 0 +0x0000DFF7 0x6816 # 0 +0x0000DFF8 0x68F2 # 0 +0x0000DFF9 0x7280 # 0 +0x0000DFFA 0x745E # 0 +0x0000DFFB 0x7B6E # 0 +0x0000DFFC 0x7D6E # 0 +0x0000DFFD 0x7DD6 # 0 +0x0000DFFE 0x7F72 # 0 +0x0000E0A1 0x80E5 # 0 +0x0000E0A2 0x8212 # 0 +0x0000E0A3 0x85AF # 0 +0x0000E0A4 0x897F # 0 +0x0000E0A5 0x8A93 # 0 +0x0000E0A6 0x901D # 0 +0x0000E0A7 0x92E4 # 0 +0x0000E0A8 0x9ECD # 0 +0x0000E0A9 0x9F20 # 0 +0x0000E0AA 0x5915 # 0 +0x0000E0AB 0x596D # 0 +0x0000E0AC 0x5E2D # 0 +0x0000E0AD 0x60DC # 0 +0x0000E0AE 0x6614 # 0 +0x0000E0AF 0x6673 # 0 +0x0000E0B0 0x6790 # 0 +0x0000E0B1 0x6C50 # 0 +0x0000E0B2 0x6DC5 # 0 +0x0000E0B3 0x6F5F # 0 +0x0000E0B4 0x77F3 # 0 +0x0000E0B5 0x78A9 # 0 +0x0000E0B6 0x84C6 # 0 +0x0000E0B7 0x91CB # 0 +0x0000E0B8 0x932B # 0 +0x0000E0B9 0x4ED9 # 0 +0x0000E0BA 0x50CA # 0 +0x0000E0BB 0x5148 # 0 +0x0000E0BC 0x5584 # 0 +0x0000E0BD 0x5B0B # 0 +0x0000E0BE 0x5BA3 # 0 +0x0000E0BF 0x6247 # 0 +0x0000E0C0 0x657E # 0 +0x0000E0C1 0x65CB # 0 +0x0000E0C2 0x6E32 # 0 +0x0000E0C3 0x717D # 0 +0x0000E0C4 0x7401 # 0 +0x0000E0C5 0x7444 # 0 +0x0000E0C6 0x7487 # 0 +0x0000E0C7 0x74BF # 0 +0x0000E0C8 0x766C # 0 +0x0000E0C9 0x79AA # 0 +0x0000E0CA 0x7DDA # 0 +0x0000E0CB 0x7E55 # 0 +0x0000E0CC 0x7FA8 # 0 +0x0000E0CD 0x817A # 0 +0x0000E0CE 0x81B3 # 0 +0x0000E0CF 0x8239 # 0 +0x0000E0D0 0x861A # 0 +0x0000E0D1 0x87EC # 0 +0x0000E0D2 0x8A75 # 0 +0x0000E0D3 0x8DE3 # 0 +0x0000E0D4 0x9078 # 0 +0x0000E0D5 0x9291 # 0 +0x0000E0D6 0x9425 # 0 +0x0000E0D7 0x994D # 0 +0x0000E0D8 0x9BAE # 0 +0x0000E0D9 0x5368 # 0 +0x0000E0DA 0x5C51 # 0 +0x0000E0DB 0x6954 # 0 +0x0000E0DC 0x6CC4 # 0 +0x0000E0DD 0x6D29 # 0 +0x0000E0DE 0x6E2B # 0 +0x0000E0DF 0x820C # 0 +0x0000E0E0 0x859B # 0 +0x0000E0E1 0x893B # 0 +0x0000E0E2 0x8A2D # 0 +0x0000E0E3 0x8AAA # 0 +0x0000E0E4 0x96EA # 0 +0x0000E0E5 0x9F67 # 0 +0x0000E0E6 0x5261 # 0 +0x0000E0E7 0x66B9 # 0 +0x0000E0E8 0x6BB2 # 0 +0x0000E0E9 0x7E96 # 0 +0x0000E0EA 0x87FE # 0 +0x0000E0EB 0x8D0D # 0 +0x0000E0EC 0x9583 # 0 +0x0000E0ED 0x965D # 0 +0x0000E0EE 0x651D # 0 +0x0000E0EF 0x6D89 # 0 +0x0000E0F0 0x71EE # 0 +0x0000E0F1 0xF96E # 0 +0x0000E0F2 0x57CE # 0 +0x0000E0F3 0x59D3 # 0 +0x0000E0F4 0x5BAC # 0 +0x0000E0F5 0x6027 # 0 +0x0000E0F6 0x60FA # 0 +0x0000E0F7 0x6210 # 0 +0x0000E0F8 0x661F # 0 +0x0000E0F9 0x665F # 0 +0x0000E0FA 0x7329 # 0 +0x0000E0FB 0x73F9 # 0 +0x0000E0FC 0x76DB # 0 +0x0000E0FD 0x7701 # 0 +0x0000E0FE 0x7B6C # 0 +0x0000E1A1 0x8056 # 0 +0x0000E1A2 0x8072 # 0 +0x0000E1A3 0x8165 # 0 +0x0000E1A4 0x8AA0 # 0 +0x0000E1A5 0x9192 # 0 +0x0000E1A6 0x4E16 # 0 +0x0000E1A7 0x52E2 # 0 +0x0000E1A8 0x6B72 # 0 +0x0000E1A9 0x6D17 # 0 +0x0000E1AA 0x7A05 # 0 +0x0000E1AB 0x7B39 # 0 +0x0000E1AC 0x7D30 # 0 +0x0000E1AD 0xF96F # 0 +0x0000E1AE 0x8CB0 # 0 +0x0000E1AF 0x53EC # 0 +0x0000E1B0 0x562F # 0 +0x0000E1B1 0x5851 # 0 +0x0000E1B2 0x5BB5 # 0 +0x0000E1B3 0x5C0F # 0 +0x0000E1B4 0x5C11 # 0 +0x0000E1B5 0x5DE2 # 0 +0x0000E1B6 0x6240 # 0 +0x0000E1B7 0x6383 # 0 +0x0000E1B8 0x6414 # 0 +0x0000E1B9 0x662D # 0 +0x0000E1BA 0x68B3 # 0 +0x0000E1BB 0x6CBC # 0 +0x0000E1BC 0x6D88 # 0 +0x0000E1BD 0x6EAF # 0 +0x0000E1BE 0x701F # 0 +0x0000E1BF 0x70A4 # 0 +0x0000E1C0 0x71D2 # 0 +0x0000E1C1 0x7526 # 0 +0x0000E1C2 0x758F # 0 +0x0000E1C3 0x758E # 0 +0x0000E1C4 0x7619 # 0 +0x0000E1C5 0x7B11 # 0 +0x0000E1C6 0x7BE0 # 0 +0x0000E1C7 0x7C2B # 0 +0x0000E1C8 0x7D20 # 0 +0x0000E1C9 0x7D39 # 0 +0x0000E1CA 0x852C # 0 +0x0000E1CB 0x856D # 0 +0x0000E1CC 0x8607 # 0 +0x0000E1CD 0x8A34 # 0 +0x0000E1CE 0x900D # 0 +0x0000E1CF 0x9061 # 0 +0x0000E1D0 0x90B5 # 0 +0x0000E1D1 0x92B7 # 0 +0x0000E1D2 0x97F6 # 0 +0x0000E1D3 0x9A37 # 0 +0x0000E1D4 0x4FD7 # 0 +0x0000E1D5 0x5C6C # 0 +0x0000E1D6 0x675F # 0 +0x0000E1D7 0x6D91 # 0 +0x0000E1D8 0x7C9F # 0 +0x0000E1D9 0x7E8C # 0 +0x0000E1DA 0x8B16 # 0 +0x0000E1DB 0x8D16 # 0 +0x0000E1DC 0x901F # 0 +0x0000E1DD 0x5B6B # 0 +0x0000E1DE 0x5DFD # 0 +0x0000E1DF 0x640D # 0 +0x0000E1E0 0x84C0 # 0 +0x0000E1E1 0x905C # 0 +0x0000E1E2 0x98E1 # 0 +0x0000E1E3 0x7387 # 0 +0x0000E1E4 0x5B8B # 0 +0x0000E1E5 0x609A # 0 +0x0000E1E6 0x677E # 0 +0x0000E1E7 0x6DDE # 0 +0x0000E1E8 0x8A1F # 0 +0x0000E1E9 0x8AA6 # 0 +0x0000E1EA 0x9001 # 0 +0x0000E1EB 0x980C # 0 +0x0000E1EC 0x5237 # 0 +0x0000E1ED 0xF970 # 0 +0x0000E1EE 0x7051 # 0 +0x0000E1EF 0x788E # 0 +0x0000E1F0 0x9396 # 0 +0x0000E1F1 0x8870 # 0 +0x0000E1F2 0x91D7 # 0 +0x0000E1F3 0x4FEE # 0 +0x0000E1F4 0x53D7 # 0 +0x0000E1F5 0x55FD # 0 +0x0000E1F6 0x56DA # 0 +0x0000E1F7 0x5782 # 0 +0x0000E1F8 0x58FD # 0 +0x0000E1F9 0x5AC2 # 0 +0x0000E1FA 0x5B88 # 0 +0x0000E1FB 0x5CAB # 0 +0x0000E1FC 0x5CC0 # 0 +0x0000E1FD 0x5E25 # 0 +0x0000E1FE 0x6101 # 0 +0x0000E2A1 0x620D # 0 +0x0000E2A2 0x624B # 0 +0x0000E2A3 0x6388 # 0 +0x0000E2A4 0x641C # 0 +0x0000E2A5 0x6536 # 0 +0x0000E2A6 0x6578 # 0 +0x0000E2A7 0x6A39 # 0 +0x0000E2A8 0x6B8A # 0 +0x0000E2A9 0x6C34 # 0 +0x0000E2AA 0x6D19 # 0 +0x0000E2AB 0x6F31 # 0 +0x0000E2AC 0x71E7 # 0 +0x0000E2AD 0x72E9 # 0 +0x0000E2AE 0x7378 # 0 +0x0000E2AF 0x7407 # 0 +0x0000E2B0 0x74B2 # 0 +0x0000E2B1 0x7626 # 0 +0x0000E2B2 0x7761 # 0 +0x0000E2B3 0x79C0 # 0 +0x0000E2B4 0x7A57 # 0 +0x0000E2B5 0x7AEA # 0 +0x0000E2B6 0x7CB9 # 0 +0x0000E2B7 0x7D8F # 0 +0x0000E2B8 0x7DAC # 0 +0x0000E2B9 0x7E61 # 0 +0x0000E2BA 0x7F9E # 0 +0x0000E2BB 0x8129 # 0 +0x0000E2BC 0x8331 # 0 +0x0000E2BD 0x8490 # 0 +0x0000E2BE 0x84DA # 0 +0x0000E2BF 0x85EA # 0 +0x0000E2C0 0x8896 # 0 +0x0000E2C1 0x8AB0 # 0 +0x0000E2C2 0x8B90 # 0 +0x0000E2C3 0x8F38 # 0 +0x0000E2C4 0x9042 # 0 +0x0000E2C5 0x9083 # 0 +0x0000E2C6 0x916C # 0 +0x0000E2C7 0x9296 # 0 +0x0000E2C8 0x92B9 # 0 +0x0000E2C9 0x968B # 0 +0x0000E2CA 0x96A7 # 0 +0x0000E2CB 0x96A8 # 0 +0x0000E2CC 0x96D6 # 0 +0x0000E2CD 0x9700 # 0 +0x0000E2CE 0x9808 # 0 +0x0000E2CF 0x9996 # 0 +0x0000E2D0 0x9AD3 # 0 +0x0000E2D1 0x9B1A # 0 +0x0000E2D2 0x53D4 # 0 +0x0000E2D3 0x587E # 0 +0x0000E2D4 0x5919 # 0 +0x0000E2D5 0x5B70 # 0 +0x0000E2D6 0x5BBF # 0 +0x0000E2D7 0x6DD1 # 0 +0x0000E2D8 0x6F5A # 0 +0x0000E2D9 0x719F # 0 +0x0000E2DA 0x7421 # 0 +0x0000E2DB 0x74B9 # 0 +0x0000E2DC 0x8085 # 0 +0x0000E2DD 0x83FD # 0 +0x0000E2DE 0x5DE1 # 0 +0x0000E2DF 0x5F87 # 0 +0x0000E2E0 0x5FAA # 0 +0x0000E2E1 0x6042 # 0 +0x0000E2E2 0x65EC # 0 +0x0000E2E3 0x6812 # 0 +0x0000E2E4 0x696F # 0 +0x0000E2E5 0x6A53 # 0 +0x0000E2E6 0x6B89 # 0 +0x0000E2E7 0x6D35 # 0 +0x0000E2E8 0x6DF3 # 0 +0x0000E2E9 0x73E3 # 0 +0x0000E2EA 0x76FE # 0 +0x0000E2EB 0x77AC # 0 +0x0000E2EC 0x7B4D # 0 +0x0000E2ED 0x7D14 # 0 +0x0000E2EE 0x8123 # 0 +0x0000E2EF 0x821C # 0 +0x0000E2F0 0x8340 # 0 +0x0000E2F1 0x84F4 # 0 +0x0000E2F2 0x8563 # 0 +0x0000E2F3 0x8A62 # 0 +0x0000E2F4 0x8AC4 # 0 +0x0000E2F5 0x9187 # 0 +0x0000E2F6 0x931E # 0 +0x0000E2F7 0x9806 # 0 +0x0000E2F8 0x99B4 # 0 +0x0000E2F9 0x620C # 0 +0x0000E2FA 0x8853 # 0 +0x0000E2FB 0x8FF0 # 0 +0x0000E2FC 0x9265 # 0 +0x0000E2FD 0x5D07 # 0 +0x0000E2FE 0x5D27 # 0 +0x0000E3A1 0x5D69 # 0 +0x0000E3A2 0x745F # 0 +0x0000E3A3 0x819D # 0 +0x0000E3A4 0x8768 # 0 +0x0000E3A5 0x6FD5 # 0 +0x0000E3A6 0x62FE # 0 +0x0000E3A7 0x7FD2 # 0 +0x0000E3A8 0x8936 # 0 +0x0000E3A9 0x8972 # 0 +0x0000E3AA 0x4E1E # 0 +0x0000E3AB 0x4E58 # 0 +0x0000E3AC 0x50E7 # 0 +0x0000E3AD 0x52DD # 0 +0x0000E3AE 0x5347 # 0 +0x0000E3AF 0x627F # 0 +0x0000E3B0 0x6607 # 0 +0x0000E3B1 0x7E69 # 0 +0x0000E3B2 0x8805 # 0 +0x0000E3B3 0x965E # 0 +0x0000E3B4 0x4F8D # 0 +0x0000E3B5 0x5319 # 0 +0x0000E3B6 0x5636 # 0 +0x0000E3B7 0x59CB # 0 +0x0000E3B8 0x5AA4 # 0 +0x0000E3B9 0x5C38 # 0 +0x0000E3BA 0x5C4E # 0 +0x0000E3BB 0x5C4D # 0 +0x0000E3BC 0x5E02 # 0 +0x0000E3BD 0x5F11 # 0 +0x0000E3BE 0x6043 # 0 +0x0000E3BF 0x65BD # 0 +0x0000E3C0 0x662F # 0 +0x0000E3C1 0x6642 # 0 +0x0000E3C2 0x67BE # 0 +0x0000E3C3 0x67F4 # 0 +0x0000E3C4 0x731C # 0 +0x0000E3C5 0x77E2 # 0 +0x0000E3C6 0x793A # 0 +0x0000E3C7 0x7FC5 # 0 +0x0000E3C8 0x8494 # 0 +0x0000E3C9 0x84CD # 0 +0x0000E3CA 0x8996 # 0 +0x0000E3CB 0x8A66 # 0 +0x0000E3CC 0x8A69 # 0 +0x0000E3CD 0x8AE1 # 0 +0x0000E3CE 0x8C55 # 0 +0x0000E3CF 0x8C7A # 0 +0x0000E3D0 0x57F4 # 0 +0x0000E3D1 0x5BD4 # 0 +0x0000E3D2 0x5F0F # 0 +0x0000E3D3 0x606F # 0 +0x0000E3D4 0x62ED # 0 +0x0000E3D5 0x690D # 0 +0x0000E3D6 0x6B96 # 0 +0x0000E3D7 0x6E5C # 0 +0x0000E3D8 0x7184 # 0 +0x0000E3D9 0x7BD2 # 0 +0x0000E3DA 0x8755 # 0 +0x0000E3DB 0x8B58 # 0 +0x0000E3DC 0x8EFE # 0 +0x0000E3DD 0x98DF # 0 +0x0000E3DE 0x98FE # 0 +0x0000E3DF 0x4F38 # 0 +0x0000E3E0 0x4F81 # 0 +0x0000E3E1 0x4FE1 # 0 +0x0000E3E2 0x547B # 0 +0x0000E3E3 0x5A20 # 0 +0x0000E3E4 0x5BB8 # 0 +0x0000E3E5 0x613C # 0 +0x0000E3E6 0x65B0 # 0 +0x0000E3E7 0x6668 # 0 +0x0000E3E8 0x71FC # 0 +0x0000E3E9 0x7533 # 0 +0x0000E3EA 0x795E # 0 +0x0000E3EB 0x7D33 # 0 +0x0000E3EC 0x814E # 0 +0x0000E3ED 0x81E3 # 0 +0x0000E3EE 0x8398 # 0 +0x0000E3EF 0x85AA # 0 +0x0000E3F0 0x85CE # 0 +0x0000E3F1 0x8703 # 0 +0x0000E3F2 0x8A0A # 0 +0x0000E3F3 0x8EAB # 0 +0x0000E3F4 0x8F9B # 0 +0x0000E3F5 0xF971 # 0 +0x0000E3F6 0x8FC5 # 0 +0x0000E3F7 0x5931 # 0 +0x0000E3F8 0x5BA4 # 0 +0x0000E3F9 0x5BE6 # 0 +0x0000E3FA 0x6089 # 0 +0x0000E3FB 0x5BE9 # 0 +0x0000E3FC 0x5C0B # 0 +0x0000E3FD 0x5FC3 # 0 +0x0000E3FE 0x6C81 # 0 +0x0000E4A1 0xF972 # 0 +0x0000E4A2 0x6DF1 # 0 +0x0000E4A3 0x700B # 0 +0x0000E4A4 0x751A # 0 +0x0000E4A5 0x82AF # 0 +0x0000E4A6 0x8AF6 # 0 +0x0000E4A7 0x4EC0 # 0 +0x0000E4A8 0x5341 # 0 +0x0000E4A9 0xF973 # 0 +0x0000E4AA 0x96D9 # 0 +0x0000E4AB 0x6C0F # 0 +0x0000E4AC 0x4E9E # 0 +0x0000E4AD 0x4FC4 # 0 +0x0000E4AE 0x5152 # 0 +0x0000E4AF 0x555E # 0 +0x0000E4B0 0x5A25 # 0 +0x0000E4B1 0x5CE8 # 0 +0x0000E4B2 0x6211 # 0 +0x0000E4B3 0x7259 # 0 +0x0000E4B4 0x82BD # 0 +0x0000E4B5 0x83AA # 0 +0x0000E4B6 0x86FE # 0 +0x0000E4B7 0x8859 # 0 +0x0000E4B8 0x8A1D # 0 +0x0000E4B9 0x963F # 0 +0x0000E4BA 0x96C5 # 0 +0x0000E4BB 0x9913 # 0 +0x0000E4BC 0x9D09 # 0 +0x0000E4BD 0x9D5D # 0 +0x0000E4BE 0x580A # 0 +0x0000E4BF 0x5CB3 # 0 +0x0000E4C0 0x5DBD # 0 +0x0000E4C1 0x5E44 # 0 +0x0000E4C2 0x60E1 # 0 +0x0000E4C3 0x6115 # 0 +0x0000E4C4 0x63E1 # 0 +0x0000E4C5 0x6A02 # 0 +0x0000E4C6 0x6E25 # 0 +0x0000E4C7 0x9102 # 0 +0x0000E4C8 0x9354 # 0 +0x0000E4C9 0x984E # 0 +0x0000E4CA 0x9C10 # 0 +0x0000E4CB 0x9F77 # 0 +0x0000E4CC 0x5B89 # 0 +0x0000E4CD 0x5CB8 # 0 +0x0000E4CE 0x6309 # 0 +0x0000E4CF 0x664F # 0 +0x0000E4D0 0x6848 # 0 +0x0000E4D1 0x773C # 0 +0x0000E4D2 0x96C1 # 0 +0x0000E4D3 0x978D # 0 +0x0000E4D4 0x9854 # 0 +0x0000E4D5 0x9B9F # 0 +0x0000E4D6 0x65A1 # 0 +0x0000E4D7 0x8B01 # 0 +0x0000E4D8 0x8ECB # 0 +0x0000E4D9 0x95BC # 0 +0x0000E4DA 0x5535 # 0 +0x0000E4DB 0x5CA9 # 0 +0x0000E4DC 0x5DD6 # 0 +0x0000E4DD 0x5EB5 # 0 +0x0000E4DE 0x6697 # 0 +0x0000E4DF 0x764C # 0 +0x0000E4E0 0x83F4 # 0 +0x0000E4E1 0x95C7 # 0 +0x0000E4E2 0x58D3 # 0 +0x0000E4E3 0x62BC # 0 +0x0000E4E4 0x72CE # 0 +0x0000E4E5 0x9D28 # 0 +0x0000E4E6 0x4EF0 # 0 +0x0000E4E7 0x592E # 0 +0x0000E4E8 0x600F # 0 +0x0000E4E9 0x663B # 0 +0x0000E4EA 0x6B83 # 0 +0x0000E4EB 0x79E7 # 0 +0x0000E4EC 0x9D26 # 0 +0x0000E4ED 0x5393 # 0 +0x0000E4EE 0x54C0 # 0 +0x0000E4EF 0x57C3 # 0 +0x0000E4F0 0x5D16 # 0 +0x0000E4F1 0x611B # 0 +0x0000E4F2 0x66D6 # 0 +0x0000E4F3 0x6DAF # 0 +0x0000E4F4 0x788D # 0 +0x0000E4F5 0x827E # 0 +0x0000E4F6 0x9698 # 0 +0x0000E4F7 0x9744 # 0 +0x0000E4F8 0x5384 # 0 +0x0000E4F9 0x627C # 0 +0x0000E4FA 0x6396 # 0 +0x0000E4FB 0x6DB2 # 0 +0x0000E4FC 0x7E0A # 0 +0x0000E4FD 0x814B # 0 +0x0000E4FE 0x984D # 0 +0x0000E5A1 0x6AFB # 0 +0x0000E5A2 0x7F4C # 0 +0x0000E5A3 0x9DAF # 0 +0x0000E5A4 0x9E1A # 0 +0x0000E5A5 0x4E5F # 0 +0x0000E5A6 0x503B # 0 +0x0000E5A7 0x51B6 # 0 +0x0000E5A8 0x591C # 0 +0x0000E5A9 0x60F9 # 0 +0x0000E5AA 0x63F6 # 0 +0x0000E5AB 0x6930 # 0 +0x0000E5AC 0x723A # 0 +0x0000E5AD 0x8036 # 0 +0x0000E5AE 0xF974 # 0 +0x0000E5AF 0x91CE # 0 +0x0000E5B0 0x5F31 # 0 +0x0000E5B1 0xF975 # 0 +0x0000E5B2 0xF976 # 0 +0x0000E5B3 0x7D04 # 0 +0x0000E5B4 0x82E5 # 0 +0x0000E5B5 0x846F # 0 +0x0000E5B6 0x84BB # 0 +0x0000E5B7 0x85E5 # 0 +0x0000E5B8 0x8E8D # 0 +0x0000E5B9 0xF977 # 0 +0x0000E5BA 0x4F6F # 0 +0x0000E5BB 0xF978 # 0 +0x0000E5BC 0xF979 # 0 +0x0000E5BD 0x58E4 # 0 +0x0000E5BE 0x5B43 # 0 +0x0000E5BF 0x6059 # 0 +0x0000E5C0 0x63DA # 0 +0x0000E5C1 0x6518 # 0 +0x0000E5C2 0x656D # 0 +0x0000E5C3 0x6698 # 0 +0x0000E5C4 0xF97A # 0 +0x0000E5C5 0x694A # 0 +0x0000E5C6 0x6A23 # 0 +0x0000E5C7 0x6D0B # 0 +0x0000E5C8 0x7001 # 0 +0x0000E5C9 0x716C # 0 +0x0000E5CA 0x75D2 # 0 +0x0000E5CB 0x760D # 0 +0x0000E5CC 0x79B3 # 0 +0x0000E5CD 0x7A70 # 0 +0x0000E5CE 0xF97B # 0 +0x0000E5CF 0x7F8A # 0 +0x0000E5D0 0xF97C # 0 +0x0000E5D1 0x8944 # 0 +0x0000E5D2 0xF97D # 0 +0x0000E5D3 0x8B93 # 0 +0x0000E5D4 0x91C0 # 0 +0x0000E5D5 0x967D # 0 +0x0000E5D6 0xF97E # 0 +0x0000E5D7 0x990A # 0 +0x0000E5D8 0x5704 # 0 +0x0000E5D9 0x5FA1 # 0 +0x0000E5DA 0x65BC # 0 +0x0000E5DB 0x6F01 # 0 +0x0000E5DC 0x7600 # 0 +0x0000E5DD 0x79A6 # 0 +0x0000E5DE 0x8A9E # 0 +0x0000E5DF 0x99AD # 0 +0x0000E5E0 0x9B5A # 0 +0x0000E5E1 0x9F6C # 0 +0x0000E5E2 0x5104 # 0 +0x0000E5E3 0x61B6 # 0 +0x0000E5E4 0x6291 # 0 +0x0000E5E5 0x6A8D # 0 +0x0000E5E6 0x81C6 # 0 +0x0000E5E7 0x5043 # 0 +0x0000E5E8 0x5830 # 0 +0x0000E5E9 0x5F66 # 0 +0x0000E5EA 0x7109 # 0 +0x0000E5EB 0x8A00 # 0 +0x0000E5EC 0x8AFA # 0 +0x0000E5ED 0x5B7C # 0 +0x0000E5EE 0x8616 # 0 +0x0000E5EF 0x4FFA # 0 +0x0000E5F0 0x513C # 0 +0x0000E5F1 0x56B4 # 0 +0x0000E5F2 0x5944 # 0 +0x0000E5F3 0x63A9 # 0 +0x0000E5F4 0x6DF9 # 0 +0x0000E5F5 0x5DAA # 0 +0x0000E5F6 0x696D # 0 +0x0000E5F7 0x5186 # 0 +0x0000E5F8 0x4E88 # 0 +0x0000E5F9 0x4F59 # 0 +0x0000E5FA 0xF97F # 0 +0x0000E5FB 0xF980 # 0 +0x0000E5FC 0xF981 # 0 +0x0000E5FD 0x5982 # 0 +0x0000E5FE 0xF982 # 0 +0x0000E6A1 0xF983 # 0 +0x0000E6A2 0x6B5F # 0 +0x0000E6A3 0x6C5D # 0 +0x0000E6A4 0xF984 # 0 +0x0000E6A5 0x74B5 # 0 +0x0000E6A6 0x7916 # 0 +0x0000E6A7 0xF985 # 0 +0x0000E6A8 0x8207 # 0 +0x0000E6A9 0x8245 # 0 +0x0000E6AA 0x8339 # 0 +0x0000E6AB 0x8F3F # 0 +0x0000E6AC 0x8F5D # 0 +0x0000E6AD 0xF986 # 0 +0x0000E6AE 0x9918 # 0 +0x0000E6AF 0xF987 # 0 +0x0000E6B0 0xF988 # 0 +0x0000E6B1 0xF989 # 0 +0x0000E6B2 0x4EA6 # 0 +0x0000E6B3 0xF98A # 0 +0x0000E6B4 0x57DF # 0 +0x0000E6B5 0x5F79 # 0 +0x0000E6B6 0x6613 # 0 +0x0000E6B7 0xF98B # 0 +0x0000E6B8 0xF98C # 0 +0x0000E6B9 0x75AB # 0 +0x0000E6BA 0x7E79 # 0 +0x0000E6BB 0x8B6F # 0 +0x0000E6BC 0xF98D # 0 +0x0000E6BD 0x9006 # 0 +0x0000E6BE 0x9A5B # 0 +0x0000E6BF 0x56A5 # 0 +0x0000E6C0 0x5827 # 0 +0x0000E6C1 0x59F8 # 0 +0x0000E6C2 0x5A1F # 0 +0x0000E6C3 0x5BB4 # 0 +0x0000E6C4 0xF98E # 0 +0x0000E6C5 0x5EF6 # 0 +0x0000E6C6 0xF98F # 0 +0x0000E6C7 0xF990 # 0 +0x0000E6C8 0x6350 # 0 +0x0000E6C9 0x633B # 0 +0x0000E6CA 0xF991 # 0 +0x0000E6CB 0x693D # 0 +0x0000E6CC 0x6C87 # 0 +0x0000E6CD 0x6CBF # 0 +0x0000E6CE 0x6D8E # 0 +0x0000E6CF 0x6D93 # 0 +0x0000E6D0 0x6DF5 # 0 +0x0000E6D1 0x6F14 # 0 +0x0000E6D2 0xF992 # 0 +0x0000E6D3 0x70DF # 0 +0x0000E6D4 0x7136 # 0 +0x0000E6D5 0x7159 # 0 +0x0000E6D6 0xF993 # 0 +0x0000E6D7 0x71C3 # 0 +0x0000E6D8 0x71D5 # 0 +0x0000E6D9 0xF994 # 0 +0x0000E6DA 0x784F # 0 +0x0000E6DB 0x786F # 0 +0x0000E6DC 0xF995 # 0 +0x0000E6DD 0x7B75 # 0 +0x0000E6DE 0x7DE3 # 0 +0x0000E6DF 0xF996 # 0 +0x0000E6E0 0x7E2F # 0 +0x0000E6E1 0xF997 # 0 +0x0000E6E2 0x884D # 0 +0x0000E6E3 0x8EDF # 0 +0x0000E6E4 0xF998 # 0 +0x0000E6E5 0xF999 # 0 +0x0000E6E6 0xF99A # 0 +0x0000E6E7 0x925B # 0 +0x0000E6E8 0xF99B # 0 +0x0000E6E9 0x9CF6 # 0 +0x0000E6EA 0xF99C # 0 +0x0000E6EB 0xF99D # 0 +0x0000E6EC 0xF99E # 0 +0x0000E6ED 0x6085 # 0 +0x0000E6EE 0x6D85 # 0 +0x0000E6EF 0xF99F # 0 +0x0000E6F0 0x71B1 # 0 +0x0000E6F1 0xF9A0 # 0 +0x0000E6F2 0xF9A1 # 0 +0x0000E6F3 0x95B1 # 0 +0x0000E6F4 0x53AD # 0 +0x0000E6F5 0xF9A2 # 0 +0x0000E6F6 0xF9A3 # 0 +0x0000E6F7 0xF9A4 # 0 +0x0000E6F8 0x67D3 # 0 +0x0000E6F9 0xF9A5 # 0 +0x0000E6FA 0x708E # 0 +0x0000E6FB 0x7130 # 0 +0x0000E6FC 0x7430 # 0 +0x0000E6FD 0x8276 # 0 +0x0000E6FE 0x82D2 # 0 +0x0000E7A1 0xF9A6 # 0 +0x0000E7A2 0x95BB # 0 +0x0000E7A3 0x9AE5 # 0 +0x0000E7A4 0x9E7D # 0 +0x0000E7A5 0x66C4 # 0 +0x0000E7A6 0xF9A7 # 0 +0x0000E7A7 0x71C1 # 0 +0x0000E7A8 0x8449 # 0 +0x0000E7A9 0xF9A8 # 0 +0x0000E7AA 0xF9A9 # 0 +0x0000E7AB 0x584B # 0 +0x0000E7AC 0xF9AA # 0 +0x0000E7AD 0xF9AB # 0 +0x0000E7AE 0x5DB8 # 0 +0x0000E7AF 0x5F71 # 0 +0x0000E7B0 0xF9AC # 0 +0x0000E7B1 0x6620 # 0 +0x0000E7B2 0x668E # 0 +0x0000E7B3 0x6979 # 0 +0x0000E7B4 0x69AE # 0 +0x0000E7B5 0x6C38 # 0 +0x0000E7B6 0x6CF3 # 0 +0x0000E7B7 0x6E36 # 0 +0x0000E7B8 0x6F41 # 0 +0x0000E7B9 0x6FDA # 0 +0x0000E7BA 0x701B # 0 +0x0000E7BB 0x702F # 0 +0x0000E7BC 0x7150 # 0 +0x0000E7BD 0x71DF # 0 +0x0000E7BE 0x7370 # 0 +0x0000E7BF 0xF9AD # 0 +0x0000E7C0 0x745B # 0 +0x0000E7C1 0xF9AE # 0 +0x0000E7C2 0x74D4 # 0 +0x0000E7C3 0x76C8 # 0 +0x0000E7C4 0x7A4E # 0 +0x0000E7C5 0x7E93 # 0 +0x0000E7C6 0xF9AF # 0 +0x0000E7C7 0xF9B0 # 0 +0x0000E7C8 0x82F1 # 0 +0x0000E7C9 0x8A60 # 0 +0x0000E7CA 0x8FCE # 0 +0x0000E7CB 0xF9B1 # 0 +0x0000E7CC 0x9348 # 0 +0x0000E7CD 0xF9B2 # 0 +0x0000E7CE 0x9719 # 0 +0x0000E7CF 0xF9B3 # 0 +0x0000E7D0 0xF9B4 # 0 +0x0000E7D1 0x4E42 # 0 +0x0000E7D2 0x502A # 0 +0x0000E7D3 0xF9B5 # 0 +0x0000E7D4 0x5208 # 0 +0x0000E7D5 0x53E1 # 0 +0x0000E7D6 0x66F3 # 0 +0x0000E7D7 0x6C6D # 0 +0x0000E7D8 0x6FCA # 0 +0x0000E7D9 0x730A # 0 +0x0000E7DA 0x777F # 0 +0x0000E7DB 0x7A62 # 0 +0x0000E7DC 0x82AE # 0 +0x0000E7DD 0x85DD # 0 +0x0000E7DE 0x8602 # 0 +0x0000E7DF 0xF9B6 # 0 +0x0000E7E0 0x88D4 # 0 +0x0000E7E1 0x8A63 # 0 +0x0000E7E2 0x8B7D # 0 +0x0000E7E3 0x8C6B # 0 +0x0000E7E4 0xF9B7 # 0 +0x0000E7E5 0x92B3 # 0 +0x0000E7E6 0xF9B8 # 0 +0x0000E7E7 0x9713 # 0 +0x0000E7E8 0x9810 # 0 +0x0000E7E9 0x4E94 # 0 +0x0000E7EA 0x4F0D # 0 +0x0000E7EB 0x4FC9 # 0 +0x0000E7EC 0x50B2 # 0 +0x0000E7ED 0x5348 # 0 +0x0000E7EE 0x543E # 0 +0x0000E7EF 0x5433 # 0 +0x0000E7F0 0x55DA # 0 +0x0000E7F1 0x5862 # 0 +0x0000E7F2 0x58BA # 0 +0x0000E7F3 0x5967 # 0 +0x0000E7F4 0x5A1B # 0 +0x0000E7F5 0x5BE4 # 0 +0x0000E7F6 0x609F # 0 +0x0000E7F7 0xF9B9 # 0 +0x0000E7F8 0x61CA # 0 +0x0000E7F9 0x6556 # 0 +0x0000E7FA 0x65FF # 0 +0x0000E7FB 0x6664 # 0 +0x0000E7FC 0x68A7 # 0 +0x0000E7FD 0x6C5A # 0 +0x0000E7FE 0x6FB3 # 0 +0x0000E8A1 0x70CF # 0 +0x0000E8A2 0x71AC # 0 +0x0000E8A3 0x7352 # 0 +0x0000E8A4 0x7B7D # 0 +0x0000E8A5 0x8708 # 0 +0x0000E8A6 0x8AA4 # 0 +0x0000E8A7 0x9C32 # 0 +0x0000E8A8 0x9F07 # 0 +0x0000E8A9 0x5C4B # 0 +0x0000E8AA 0x6C83 # 0 +0x0000E8AB 0x7344 # 0 +0x0000E8AC 0x7389 # 0 +0x0000E8AD 0x923A # 0 +0x0000E8AE 0x6EAB # 0 +0x0000E8AF 0x7465 # 0 +0x0000E8B0 0x761F # 0 +0x0000E8B1 0x7A69 # 0 +0x0000E8B2 0x7E15 # 0 +0x0000E8B3 0x860A # 0 +0x0000E8B4 0x5140 # 0 +0x0000E8B5 0x58C5 # 0 +0x0000E8B6 0x64C1 # 0 +0x0000E8B7 0x74EE # 0 +0x0000E8B8 0x7515 # 0 +0x0000E8B9 0x7670 # 0 +0x0000E8BA 0x7FC1 # 0 +0x0000E8BB 0x9095 # 0 +0x0000E8BC 0x96CD # 0 +0x0000E8BD 0x9954 # 0 +0x0000E8BE 0x6E26 # 0 +0x0000E8BF 0x74E6 # 0 +0x0000E8C0 0x7AA9 # 0 +0x0000E8C1 0x7AAA # 0 +0x0000E8C2 0x81E5 # 0 +0x0000E8C3 0x86D9 # 0 +0x0000E8C4 0x8778 # 0 +0x0000E8C5 0x8A1B # 0 +0x0000E8C6 0x5A49 # 0 +0x0000E8C7 0x5B8C # 0 +0x0000E8C8 0x5B9B # 0 +0x0000E8C9 0x68A1 # 0 +0x0000E8CA 0x6900 # 0 +0x0000E8CB 0x6D63 # 0 +0x0000E8CC 0x73A9 # 0 +0x0000E8CD 0x7413 # 0 +0x0000E8CE 0x742C # 0 +0x0000E8CF 0x7897 # 0 +0x0000E8D0 0x7DE9 # 0 +0x0000E8D1 0x7FEB # 0 +0x0000E8D2 0x8118 # 0 +0x0000E8D3 0x8155 # 0 +0x0000E8D4 0x839E # 0 +0x0000E8D5 0x8C4C # 0 +0x0000E8D6 0x962E # 0 +0x0000E8D7 0x9811 # 0 +0x0000E8D8 0x66F0 # 0 +0x0000E8D9 0x5F80 # 0 +0x0000E8DA 0x65FA # 0 +0x0000E8DB 0x6789 # 0 +0x0000E8DC 0x6C6A # 0 +0x0000E8DD 0x738B # 0 +0x0000E8DE 0x502D # 0 +0x0000E8DF 0x5A03 # 0 +0x0000E8E0 0x6B6A # 0 +0x0000E8E1 0x77EE # 0 +0x0000E8E2 0x5916 # 0 +0x0000E8E3 0x5D6C # 0 +0x0000E8E4 0x5DCD # 0 +0x0000E8E5 0x7325 # 0 +0x0000E8E6 0x754F # 0 +0x0000E8E7 0xF9BA # 0 +0x0000E8E8 0xF9BB # 0 +0x0000E8E9 0x50E5 # 0 +0x0000E8EA 0x51F9 # 0 +0x0000E8EB 0x582F # 0 +0x0000E8EC 0x592D # 0 +0x0000E8ED 0x5996 # 0 +0x0000E8EE 0x59DA # 0 +0x0000E8EF 0x5BE5 # 0 +0x0000E8F0 0xF9BC # 0 +0x0000E8F1 0xF9BD # 0 +0x0000E8F2 0x5DA2 # 0 +0x0000E8F3 0x62D7 # 0 +0x0000E8F4 0x6416 # 0 +0x0000E8F5 0x6493 # 0 +0x0000E8F6 0x64FE # 0 +0x0000E8F7 0xF9BE # 0 +0x0000E8F8 0x66DC # 0 +0x0000E8F9 0xF9BF # 0 +0x0000E8FA 0x6A48 # 0 +0x0000E8FB 0xF9C0 # 0 +0x0000E8FC 0x71FF # 0 +0x0000E8FD 0x7464 # 0 +0x0000E8FE 0xF9C1 # 0 +0x0000E9A1 0x7A88 # 0 +0x0000E9A2 0x7AAF # 0 +0x0000E9A3 0x7E47 # 0 +0x0000E9A4 0x7E5E # 0 +0x0000E9A5 0x8000 # 0 +0x0000E9A6 0x8170 # 0 +0x0000E9A7 0xF9C2 # 0 +0x0000E9A8 0x87EF # 0 +0x0000E9A9 0x8981 # 0 +0x0000E9AA 0x8B20 # 0 +0x0000E9AB 0x9059 # 0 +0x0000E9AC 0xF9C3 # 0 +0x0000E9AD 0x9080 # 0 +0x0000E9AE 0x9952 # 0 +0x0000E9AF 0x617E # 0 +0x0000E9B0 0x6B32 # 0 +0x0000E9B1 0x6D74 # 0 +0x0000E9B2 0x7E1F # 0 +0x0000E9B3 0x8925 # 0 +0x0000E9B4 0x8FB1 # 0 +0x0000E9B5 0x4FD1 # 0 +0x0000E9B6 0x50AD # 0 +0x0000E9B7 0x5197 # 0 +0x0000E9B8 0x52C7 # 0 +0x0000E9B9 0x57C7 # 0 +0x0000E9BA 0x5889 # 0 +0x0000E9BB 0x5BB9 # 0 +0x0000E9BC 0x5EB8 # 0 +0x0000E9BD 0x6142 # 0 +0x0000E9BE 0x6995 # 0 +0x0000E9BF 0x6D8C # 0 +0x0000E9C0 0x6E67 # 0 +0x0000E9C1 0x6EB6 # 0 +0x0000E9C2 0x7194 # 0 +0x0000E9C3 0x7462 # 0 +0x0000E9C4 0x7528 # 0 +0x0000E9C5 0x752C # 0 +0x0000E9C6 0x8073 # 0 +0x0000E9C7 0x8338 # 0 +0x0000E9C8 0x84C9 # 0 +0x0000E9C9 0x8E0A # 0 +0x0000E9CA 0x9394 # 0 +0x0000E9CB 0x93DE # 0 +0x0000E9CC 0xF9C4 # 0 +0x0000E9CD 0x4E8E # 0 +0x0000E9CE 0x4F51 # 0 +0x0000E9CF 0x5076 # 0 +0x0000E9D0 0x512A # 0 +0x0000E9D1 0x53C8 # 0 +0x0000E9D2 0x53CB # 0 +0x0000E9D3 0x53F3 # 0 +0x0000E9D4 0x5B87 # 0 +0x0000E9D5 0x5BD3 # 0 +0x0000E9D6 0x5C24 # 0 +0x0000E9D7 0x611A # 0 +0x0000E9D8 0x6182 # 0 +0x0000E9D9 0x65F4 # 0 +0x0000E9DA 0x725B # 0 +0x0000E9DB 0x7397 # 0 +0x0000E9DC 0x7440 # 0 +0x0000E9DD 0x76C2 # 0 +0x0000E9DE 0x7950 # 0 +0x0000E9DF 0x7991 # 0 +0x0000E9E0 0x79B9 # 0 +0x0000E9E1 0x7D06 # 0 +0x0000E9E2 0x7FBD # 0 +0x0000E9E3 0x828B # 0 +0x0000E9E4 0x85D5 # 0 +0x0000E9E5 0x865E # 0 +0x0000E9E6 0x8FC2 # 0 +0x0000E9E7 0x9047 # 0 +0x0000E9E8 0x90F5 # 0 +0x0000E9E9 0x91EA # 0 +0x0000E9EA 0x9685 # 0 +0x0000E9EB 0x96E8 # 0 +0x0000E9EC 0x96E9 # 0 +0x0000E9ED 0x52D6 # 0 +0x0000E9EE 0x5F67 # 0 +0x0000E9EF 0x65ED # 0 +0x0000E9F0 0x6631 # 0 +0x0000E9F1 0x682F # 0 +0x0000E9F2 0x715C # 0 +0x0000E9F3 0x7A36 # 0 +0x0000E9F4 0x90C1 # 0 +0x0000E9F5 0x980A # 0 +0x0000E9F6 0x4E91 # 0 +0x0000E9F7 0xF9C5 # 0 +0x0000E9F8 0x6A52 # 0 +0x0000E9F9 0x6B9E # 0 +0x0000E9FA 0x6F90 # 0 +0x0000E9FB 0x7189 # 0 +0x0000E9FC 0x8018 # 0 +0x0000E9FD 0x82B8 # 0 +0x0000E9FE 0x8553 # 0 +0x0000EAA1 0x904B # 0 +0x0000EAA2 0x9695 # 0 +0x0000EAA3 0x96F2 # 0 +0x0000EAA4 0x97FB # 0 +0x0000EAA5 0x851A # 0 +0x0000EAA6 0x9B31 # 0 +0x0000EAA7 0x4E90 # 0 +0x0000EAA8 0x718A # 0 +0x0000EAA9 0x96C4 # 0 +0x0000EAAA 0x5143 # 0 +0x0000EAAB 0x539F # 0 +0x0000EAAC 0x54E1 # 0 +0x0000EAAD 0x5713 # 0 +0x0000EAAE 0x5712 # 0 +0x0000EAAF 0x57A3 # 0 +0x0000EAB0 0x5A9B # 0 +0x0000EAB1 0x5AC4 # 0 +0x0000EAB2 0x5BC3 # 0 +0x0000EAB3 0x6028 # 0 +0x0000EAB4 0x613F # 0 +0x0000EAB5 0x63F4 # 0 +0x0000EAB6 0x6C85 # 0 +0x0000EAB7 0x6D39 # 0 +0x0000EAB8 0x6E72 # 0 +0x0000EAB9 0x6E90 # 0 +0x0000EABA 0x7230 # 0 +0x0000EABB 0x733F # 0 +0x0000EABC 0x7457 # 0 +0x0000EABD 0x82D1 # 0 +0x0000EABE 0x8881 # 0 +0x0000EABF 0x8F45 # 0 +0x0000EAC0 0x9060 # 0 +0x0000EAC1 0xF9C6 # 0 +0x0000EAC2 0x9662 # 0 +0x0000EAC3 0x9858 # 0 +0x0000EAC4 0x9D1B # 0 +0x0000EAC5 0x6708 # 0 +0x0000EAC6 0x8D8A # 0 +0x0000EAC7 0x925E # 0 +0x0000EAC8 0x4F4D # 0 +0x0000EAC9 0x5049 # 0 +0x0000EACA 0x50DE # 0 +0x0000EACB 0x5371 # 0 +0x0000EACC 0x570D # 0 +0x0000EACD 0x59D4 # 0 +0x0000EACE 0x5A01 # 0 +0x0000EACF 0x5C09 # 0 +0x0000EAD0 0x6170 # 0 +0x0000EAD1 0x6690 # 0 +0x0000EAD2 0x6E2D # 0 +0x0000EAD3 0x7232 # 0 +0x0000EAD4 0x744B # 0 +0x0000EAD5 0x7DEF # 0 +0x0000EAD6 0x80C3 # 0 +0x0000EAD7 0x840E # 0 +0x0000EAD8 0x8466 # 0 +0x0000EAD9 0x853F # 0 +0x0000EADA 0x875F # 0 +0x0000EADB 0x885B # 0 +0x0000EADC 0x8918 # 0 +0x0000EADD 0x8B02 # 0 +0x0000EADE 0x9055 # 0 +0x0000EADF 0x97CB # 0 +0x0000EAE0 0x9B4F # 0 +0x0000EAE1 0x4E73 # 0 +0x0000EAE2 0x4F91 # 0 +0x0000EAE3 0x5112 # 0 +0x0000EAE4 0x516A # 0 +0x0000EAE5 0xF9C7 # 0 +0x0000EAE6 0x552F # 0 +0x0000EAE7 0x55A9 # 0 +0x0000EAE8 0x5B7A # 0 +0x0000EAE9 0x5BA5 # 0 +0x0000EAEA 0x5E7C # 0 +0x0000EAEB 0x5E7D # 0 +0x0000EAEC 0x5EBE # 0 +0x0000EAED 0x60A0 # 0 +0x0000EAEE 0x60DF # 0 +0x0000EAEF 0x6108 # 0 +0x0000EAF0 0x6109 # 0 +0x0000EAF1 0x63C4 # 0 +0x0000EAF2 0x6538 # 0 +0x0000EAF3 0x6709 # 0 +0x0000EAF4 0xF9C8 # 0 +0x0000EAF5 0x67D4 # 0 +0x0000EAF6 0x67DA # 0 +0x0000EAF7 0xF9C9 # 0 +0x0000EAF8 0x6961 # 0 +0x0000EAF9 0x6962 # 0 +0x0000EAFA 0x6CB9 # 0 +0x0000EAFB 0x6D27 # 0 +0x0000EAFC 0xF9CA # 0 +0x0000EAFD 0x6E38 # 0 +0x0000EAFE 0xF9CB # 0 +0x0000EBA1 0x6FE1 # 0 +0x0000EBA2 0x7336 # 0 +0x0000EBA3 0x7337 # 0 +0x0000EBA4 0xF9CC # 0 +0x0000EBA5 0x745C # 0 +0x0000EBA6 0x7531 # 0 +0x0000EBA7 0xF9CD # 0 +0x0000EBA8 0x7652 # 0 +0x0000EBA9 0xF9CE # 0 +0x0000EBAA 0xF9CF # 0 +0x0000EBAB 0x7DAD # 0 +0x0000EBAC 0x81FE # 0 +0x0000EBAD 0x8438 # 0 +0x0000EBAE 0x88D5 # 0 +0x0000EBAF 0x8A98 # 0 +0x0000EBB0 0x8ADB # 0 +0x0000EBB1 0x8AED # 0 +0x0000EBB2 0x8E30 # 0 +0x0000EBB3 0x8E42 # 0 +0x0000EBB4 0x904A # 0 +0x0000EBB5 0x903E # 0 +0x0000EBB6 0x907A # 0 +0x0000EBB7 0x9149 # 0 +0x0000EBB8 0x91C9 # 0 +0x0000EBB9 0x936E # 0 +0x0000EBBA 0xF9D0 # 0 +0x0000EBBB 0xF9D1 # 0 +0x0000EBBC 0x5809 # 0 +0x0000EBBD 0xF9D2 # 0 +0x0000EBBE 0x6BD3 # 0 +0x0000EBBF 0x8089 # 0 +0x0000EBC0 0x80B2 # 0 +0x0000EBC1 0xF9D3 # 0 +0x0000EBC2 0xF9D4 # 0 +0x0000EBC3 0x5141 # 0 +0x0000EBC4 0x596B # 0 +0x0000EBC5 0x5C39 # 0 +0x0000EBC6 0xF9D5 # 0 +0x0000EBC7 0xF9D6 # 0 +0x0000EBC8 0x6F64 # 0 +0x0000EBC9 0x73A7 # 0 +0x0000EBCA 0x80E4 # 0 +0x0000EBCB 0x8D07 # 0 +0x0000EBCC 0xF9D7 # 0 +0x0000EBCD 0x9217 # 0 +0x0000EBCE 0x958F # 0 +0x0000EBCF 0xF9D8 # 0 +0x0000EBD0 0xF9D9 # 0 +0x0000EBD1 0xF9DA # 0 +0x0000EBD2 0xF9DB # 0 +0x0000EBD3 0x807F # 0 +0x0000EBD4 0x620E # 0 +0x0000EBD5 0x701C # 0 +0x0000EBD6 0x7D68 # 0 +0x0000EBD7 0x878D # 0 +0x0000EBD8 0xF9DC # 0 +0x0000EBD9 0x57A0 # 0 +0x0000EBDA 0x6069 # 0 +0x0000EBDB 0x6147 # 0 +0x0000EBDC 0x6BB7 # 0 +0x0000EBDD 0x8ABE # 0 +0x0000EBDE 0x9280 # 0 +0x0000EBDF 0x96B1 # 0 +0x0000EBE0 0x4E59 # 0 +0x0000EBE1 0x541F # 0 +0x0000EBE2 0x6DEB # 0 +0x0000EBE3 0x852D # 0 +0x0000EBE4 0x9670 # 0 +0x0000EBE5 0x97F3 # 0 +0x0000EBE6 0x98EE # 0 +0x0000EBE7 0x63D6 # 0 +0x0000EBE8 0x6CE3 # 0 +0x0000EBE9 0x9091 # 0 +0x0000EBEA 0x51DD # 0 +0x0000EBEB 0x61C9 # 0 +0x0000EBEC 0x81BA # 0 +0x0000EBED 0x9DF9 # 0 +0x0000EBEE 0x4F9D # 0 +0x0000EBEF 0x501A # 0 +0x0000EBF0 0x5100 # 0 +0x0000EBF1 0x5B9C # 0 +0x0000EBF2 0x610F # 0 +0x0000EBF3 0x61FF # 0 +0x0000EBF4 0x64EC # 0 +0x0000EBF5 0x6905 # 0 +0x0000EBF6 0x6BC5 # 0 +0x0000EBF7 0x7591 # 0 +0x0000EBF8 0x77E3 # 0 +0x0000EBF9 0x7FA9 # 0 +0x0000EBFA 0x8264 # 0 +0x0000EBFB 0x858F # 0 +0x0000EBFC 0x87FB # 0 +0x0000EBFD 0x8863 # 0 +0x0000EBFE 0x8ABC # 0 +0x0000ECA1 0x8B70 # 0 +0x0000ECA2 0x91AB # 0 +0x0000ECA3 0x4E8C # 0 +0x0000ECA4 0x4EE5 # 0 +0x0000ECA5 0x4F0A # 0 +0x0000ECA6 0xF9DD # 0 +0x0000ECA7 0xF9DE # 0 +0x0000ECA8 0x5937 # 0 +0x0000ECA9 0x59E8 # 0 +0x0000ECAA 0xF9DF # 0 +0x0000ECAB 0x5DF2 # 0 +0x0000ECAC 0x5F1B # 0 +0x0000ECAD 0x5F5B # 0 +0x0000ECAE 0x6021 # 0 +0x0000ECAF 0xF9E0 # 0 +0x0000ECB0 0xF9E1 # 0 +0x0000ECB1 0xF9E2 # 0 +0x0000ECB2 0xF9E3 # 0 +0x0000ECB3 0x723E # 0 +0x0000ECB4 0x73E5 # 0 +0x0000ECB5 0xF9E4 # 0 +0x0000ECB6 0x7570 # 0 +0x0000ECB7 0x75CD # 0 +0x0000ECB8 0xF9E5 # 0 +0x0000ECB9 0x79FB # 0 +0x0000ECBA 0xF9E6 # 0 +0x0000ECBB 0x800C # 0 +0x0000ECBC 0x8033 # 0 +0x0000ECBD 0x8084 # 0 +0x0000ECBE 0x82E1 # 0 +0x0000ECBF 0x8351 # 0 +0x0000ECC0 0xF9E7 # 0 +0x0000ECC1 0xF9E8 # 0 +0x0000ECC2 0x8CBD # 0 +0x0000ECC3 0x8CB3 # 0 +0x0000ECC4 0x9087 # 0 +0x0000ECC5 0xF9E9 # 0 +0x0000ECC6 0xF9EA # 0 +0x0000ECC7 0x98F4 # 0 +0x0000ECC8 0x990C # 0 +0x0000ECC9 0xF9EB # 0 +0x0000ECCA 0xF9EC # 0 +0x0000ECCB 0x7037 # 0 +0x0000ECCC 0x76CA # 0 +0x0000ECCD 0x7FCA # 0 +0x0000ECCE 0x7FCC # 0 +0x0000ECCF 0x7FFC # 0 +0x0000ECD0 0x8B1A # 0 +0x0000ECD1 0x4EBA # 0 +0x0000ECD2 0x4EC1 # 0 +0x0000ECD3 0x5203 # 0 +0x0000ECD4 0x5370 # 0 +0x0000ECD5 0xF9ED # 0 +0x0000ECD6 0x54BD # 0 +0x0000ECD7 0x56E0 # 0 +0x0000ECD8 0x59FB # 0 +0x0000ECD9 0x5BC5 # 0 +0x0000ECDA 0x5F15 # 0 +0x0000ECDB 0x5FCD # 0 +0x0000ECDC 0x6E6E # 0 +0x0000ECDD 0xF9EE # 0 +0x0000ECDE 0xF9EF # 0 +0x0000ECDF 0x7D6A # 0 +0x0000ECE0 0x8335 # 0 +0x0000ECE1 0xF9F0 # 0 +0x0000ECE2 0x8693 # 0 +0x0000ECE3 0x8A8D # 0 +0x0000ECE4 0xF9F1 # 0 +0x0000ECE5 0x976D # 0 +0x0000ECE6 0x9777 # 0 +0x0000ECE7 0xF9F2 # 0 +0x0000ECE8 0xF9F3 # 0 +0x0000ECE9 0x4E00 # 0 +0x0000ECEA 0x4F5A # 0 +0x0000ECEB 0x4F7E # 0 +0x0000ECEC 0x58F9 # 0 +0x0000ECED 0x65E5 # 0 +0x0000ECEE 0x6EA2 # 0 +0x0000ECEF 0x9038 # 0 +0x0000ECF0 0x93B0 # 0 +0x0000ECF1 0x99B9 # 0 +0x0000ECF2 0x4EFB # 0 +0x0000ECF3 0x58EC # 0 +0x0000ECF4 0x598A # 0 +0x0000ECF5 0x59D9 # 0 +0x0000ECF6 0x6041 # 0 +0x0000ECF7 0xF9F4 # 0 +0x0000ECF8 0xF9F5 # 0 +0x0000ECF9 0x7A14 # 0 +0x0000ECFA 0xF9F6 # 0 +0x0000ECFB 0x834F # 0 +0x0000ECFC 0x8CC3 # 0 +0x0000ECFD 0x5165 # 0 +0x0000ECFE 0x5344 # 0 +0x0000EDA1 0xF9F7 # 0 +0x0000EDA2 0xF9F8 # 0 +0x0000EDA3 0xF9F9 # 0 +0x0000EDA4 0x4ECD # 0 +0x0000EDA5 0x5269 # 0 +0x0000EDA6 0x5B55 # 0 +0x0000EDA7 0x82BF # 0 +0x0000EDA8 0x4ED4 # 0 +0x0000EDA9 0x523A # 0 +0x0000EDAA 0x54A8 # 0 +0x0000EDAB 0x59C9 # 0 +0x0000EDAC 0x59FF # 0 +0x0000EDAD 0x5B50 # 0 +0x0000EDAE 0x5B57 # 0 +0x0000EDAF 0x5B5C # 0 +0x0000EDB0 0x6063 # 0 +0x0000EDB1 0x6148 # 0 +0x0000EDB2 0x6ECB # 0 +0x0000EDB3 0x7099 # 0 +0x0000EDB4 0x716E # 0 +0x0000EDB5 0x7386 # 0 +0x0000EDB6 0x74F7 # 0 +0x0000EDB7 0x75B5 # 0 +0x0000EDB8 0x78C1 # 0 +0x0000EDB9 0x7D2B # 0 +0x0000EDBA 0x8005 # 0 +0x0000EDBB 0x81EA # 0 +0x0000EDBC 0x8328 # 0 +0x0000EDBD 0x8517 # 0 +0x0000EDBE 0x85C9 # 0 +0x0000EDBF 0x8AEE # 0 +0x0000EDC0 0x8CC7 # 0 +0x0000EDC1 0x96CC # 0 +0x0000EDC2 0x4F5C # 0 +0x0000EDC3 0x52FA # 0 +0x0000EDC4 0x56BC # 0 +0x0000EDC5 0x65AB # 0 +0x0000EDC6 0x6628 # 0 +0x0000EDC7 0x707C # 0 +0x0000EDC8 0x70B8 # 0 +0x0000EDC9 0x7235 # 0 +0x0000EDCA 0x7DBD # 0 +0x0000EDCB 0x828D # 0 +0x0000EDCC 0x914C # 0 +0x0000EDCD 0x96C0 # 0 +0x0000EDCE 0x9D72 # 0 +0x0000EDCF 0x5B71 # 0 +0x0000EDD0 0x68E7 # 0 +0x0000EDD1 0x6B98 # 0 +0x0000EDD2 0x6F7A # 0 +0x0000EDD3 0x76DE # 0 +0x0000EDD4 0x5C91 # 0 +0x0000EDD5 0x66AB # 0 +0x0000EDD6 0x6F5B # 0 +0x0000EDD7 0x7BB4 # 0 +0x0000EDD8 0x7C2A # 0 +0x0000EDD9 0x8836 # 0 +0x0000EDDA 0x96DC # 0 +0x0000EDDB 0x4E08 # 0 +0x0000EDDC 0x4ED7 # 0 +0x0000EDDD 0x5320 # 0 +0x0000EDDE 0x5834 # 0 +0x0000EDDF 0x58BB # 0 +0x0000EDE0 0x58EF # 0 +0x0000EDE1 0x596C # 0 +0x0000EDE2 0x5C07 # 0 +0x0000EDE3 0x5E33 # 0 +0x0000EDE4 0x5E84 # 0 +0x0000EDE5 0x5F35 # 0 +0x0000EDE6 0x638C # 0 +0x0000EDE7 0x66B2 # 0 +0x0000EDE8 0x6756 # 0 +0x0000EDE9 0x6A1F # 0 +0x0000EDEA 0x6AA3 # 0 +0x0000EDEB 0x6B0C # 0 +0x0000EDEC 0x6F3F # 0 +0x0000EDED 0x7246 # 0 +0x0000EDEE 0xF9FA # 0 +0x0000EDEF 0x7350 # 0 +0x0000EDF0 0x748B # 0 +0x0000EDF1 0x7AE0 # 0 +0x0000EDF2 0x7CA7 # 0 +0x0000EDF3 0x8178 # 0 +0x0000EDF4 0x81DF # 0 +0x0000EDF5 0x81E7 # 0 +0x0000EDF6 0x838A # 0 +0x0000EDF7 0x846C # 0 +0x0000EDF8 0x8523 # 0 +0x0000EDF9 0x8594 # 0 +0x0000EDFA 0x85CF # 0 +0x0000EDFB 0x88DD # 0 +0x0000EDFC 0x8D13 # 0 +0x0000EDFD 0x91AC # 0 +0x0000EDFE 0x9577 # 0 +0x0000EEA1 0x969C # 0 +0x0000EEA2 0x518D # 0 +0x0000EEA3 0x54C9 # 0 +0x0000EEA4 0x5728 # 0 +0x0000EEA5 0x5BB0 # 0 +0x0000EEA6 0x624D # 0 +0x0000EEA7 0x6750 # 0 +0x0000EEA8 0x683D # 0 +0x0000EEA9 0x6893 # 0 +0x0000EEAA 0x6E3D # 0 +0x0000EEAB 0x6ED3 # 0 +0x0000EEAC 0x707D # 0 +0x0000EEAD 0x7E21 # 0 +0x0000EEAE 0x88C1 # 0 +0x0000EEAF 0x8CA1 # 0 +0x0000EEB0 0x8F09 # 0 +0x0000EEB1 0x9F4B # 0 +0x0000EEB2 0x9F4E # 0 +0x0000EEB3 0x722D # 0 +0x0000EEB4 0x7B8F # 0 +0x0000EEB5 0x8ACD # 0 +0x0000EEB6 0x931A # 0 +0x0000EEB7 0x4F47 # 0 +0x0000EEB8 0x4F4E # 0 +0x0000EEB9 0x5132 # 0 +0x0000EEBA 0x5480 # 0 +0x0000EEBB 0x59D0 # 0 +0x0000EEBC 0x5E95 # 0 +0x0000EEBD 0x62B5 # 0 +0x0000EEBE 0x6775 # 0 +0x0000EEBF 0x696E # 0 +0x0000EEC0 0x6A17 # 0 +0x0000EEC1 0x6CAE # 0 +0x0000EEC2 0x6E1A # 0 +0x0000EEC3 0x72D9 # 0 +0x0000EEC4 0x732A # 0 +0x0000EEC5 0x75BD # 0 +0x0000EEC6 0x7BB8 # 0 +0x0000EEC7 0x7D35 # 0 +0x0000EEC8 0x82E7 # 0 +0x0000EEC9 0x83F9 # 0 +0x0000EECA 0x8457 # 0 +0x0000EECB 0x85F7 # 0 +0x0000EECC 0x8A5B # 0 +0x0000EECD 0x8CAF # 0 +0x0000EECE 0x8E87 # 0 +0x0000EECF 0x9019 # 0 +0x0000EED0 0x90B8 # 0 +0x0000EED1 0x96CE # 0 +0x0000EED2 0x9F5F # 0 +0x0000EED3 0x52E3 # 0 +0x0000EED4 0x540A # 0 +0x0000EED5 0x5AE1 # 0 +0x0000EED6 0x5BC2 # 0 +0x0000EED7 0x6458 # 0 +0x0000EED8 0x6575 # 0 +0x0000EED9 0x6EF4 # 0 +0x0000EEDA 0x72C4 # 0 +0x0000EEDB 0xF9FB # 0 +0x0000EEDC 0x7684 # 0 +0x0000EEDD 0x7A4D # 0 +0x0000EEDE 0x7B1B # 0 +0x0000EEDF 0x7C4D # 0 +0x0000EEE0 0x7E3E # 0 +0x0000EEE1 0x7FDF # 0 +0x0000EEE2 0x837B # 0 +0x0000EEE3 0x8B2B # 0 +0x0000EEE4 0x8CCA # 0 +0x0000EEE5 0x8D64 # 0 +0x0000EEE6 0x8DE1 # 0 +0x0000EEE7 0x8E5F # 0 +0x0000EEE8 0x8FEA # 0 +0x0000EEE9 0x8FF9 # 0 +0x0000EEEA 0x9069 # 0 +0x0000EEEB 0x93D1 # 0 +0x0000EEEC 0x4F43 # 0 +0x0000EEED 0x4F7A # 0 +0x0000EEEE 0x50B3 # 0 +0x0000EEEF 0x5168 # 0 +0x0000EEF0 0x5178 # 0 +0x0000EEF1 0x524D # 0 +0x0000EEF2 0x526A # 0 +0x0000EEF3 0x5861 # 0 +0x0000EEF4 0x587C # 0 +0x0000EEF5 0x5960 # 0 +0x0000EEF6 0x5C08 # 0 +0x0000EEF7 0x5C55 # 0 +0x0000EEF8 0x5EDB # 0 +0x0000EEF9 0x609B # 0 +0x0000EEFA 0x6230 # 0 +0x0000EEFB 0x6813 # 0 +0x0000EEFC 0x6BBF # 0 +0x0000EEFD 0x6C08 # 0 +0x0000EEFE 0x6FB1 # 0 +0x0000EFA1 0x714E # 0 +0x0000EFA2 0x7420 # 0 +0x0000EFA3 0x7530 # 0 +0x0000EFA4 0x7538 # 0 +0x0000EFA5 0x7551 # 0 +0x0000EFA6 0x7672 # 0 +0x0000EFA7 0x7B4C # 0 +0x0000EFA8 0x7B8B # 0 +0x0000EFA9 0x7BAD # 0 +0x0000EFAA 0x7BC6 # 0 +0x0000EFAB 0x7E8F # 0 +0x0000EFAC 0x8A6E # 0 +0x0000EFAD 0x8F3E # 0 +0x0000EFAE 0x8F49 # 0 +0x0000EFAF 0x923F # 0 +0x0000EFB0 0x9293 # 0 +0x0000EFB1 0x9322 # 0 +0x0000EFB2 0x942B # 0 +0x0000EFB3 0x96FB # 0 +0x0000EFB4 0x985A # 0 +0x0000EFB5 0x986B # 0 +0x0000EFB6 0x991E # 0 +0x0000EFB7 0x5207 # 0 +0x0000EFB8 0x622A # 0 +0x0000EFB9 0x6298 # 0 +0x0000EFBA 0x6D59 # 0 +0x0000EFBB 0x7664 # 0 +0x0000EFBC 0x7ACA # 0 +0x0000EFBD 0x7BC0 # 0 +0x0000EFBE 0x7D76 # 0 +0x0000EFBF 0x5360 # 0 +0x0000EFC0 0x5CBE # 0 +0x0000EFC1 0x5E97 # 0 +0x0000EFC2 0x6F38 # 0 +0x0000EFC3 0x70B9 # 0 +0x0000EFC4 0x7C98 # 0 +0x0000EFC5 0x9711 # 0 +0x0000EFC6 0x9B8E # 0 +0x0000EFC7 0x9EDE # 0 +0x0000EFC8 0x63A5 # 0 +0x0000EFC9 0x647A # 0 +0x0000EFCA 0x8776 # 0 +0x0000EFCB 0x4E01 # 0 +0x0000EFCC 0x4E95 # 0 +0x0000EFCD 0x4EAD # 0 +0x0000EFCE 0x505C # 0 +0x0000EFCF 0x5075 # 0 +0x0000EFD0 0x5448 # 0 +0x0000EFD1 0x59C3 # 0 +0x0000EFD2 0x5B9A # 0 +0x0000EFD3 0x5E40 # 0 +0x0000EFD4 0x5EAD # 0 +0x0000EFD5 0x5EF7 # 0 +0x0000EFD6 0x5F81 # 0 +0x0000EFD7 0x60C5 # 0 +0x0000EFD8 0x633A # 0 +0x0000EFD9 0x653F # 0 +0x0000EFDA 0x6574 # 0 +0x0000EFDB 0x65CC # 0 +0x0000EFDC 0x6676 # 0 +0x0000EFDD 0x6678 # 0 +0x0000EFDE 0x67FE # 0 +0x0000EFDF 0x6968 # 0 +0x0000EFE0 0x6A89 # 0 +0x0000EFE1 0x6B63 # 0 +0x0000EFE2 0x6C40 # 0 +0x0000EFE3 0x6DC0 # 0 +0x0000EFE4 0x6DE8 # 0 +0x0000EFE5 0x6E1F # 0 +0x0000EFE6 0x6E5E # 0 +0x0000EFE7 0x701E # 0 +0x0000EFE8 0x70A1 # 0 +0x0000EFE9 0x738E # 0 +0x0000EFEA 0x73FD # 0 +0x0000EFEB 0x753A # 0 +0x0000EFEC 0x775B # 0 +0x0000EFED 0x7887 # 0 +0x0000EFEE 0x798E # 0 +0x0000EFEF 0x7A0B # 0 +0x0000EFF0 0x7A7D # 0 +0x0000EFF1 0x7CBE # 0 +0x0000EFF2 0x7D8E # 0 +0x0000EFF3 0x8247 # 0 +0x0000EFF4 0x8A02 # 0 +0x0000EFF5 0x8AEA # 0 +0x0000EFF6 0x8C9E # 0 +0x0000EFF7 0x912D # 0 +0x0000EFF8 0x914A # 0 +0x0000EFF9 0x91D8 # 0 +0x0000EFFA 0x9266 # 0 +0x0000EFFB 0x92CC # 0 +0x0000EFFC 0x9320 # 0 +0x0000EFFD 0x9706 # 0 +0x0000EFFE 0x9756 # 0 +0x0000F0A1 0x975C # 0 +0x0000F0A2 0x9802 # 0 +0x0000F0A3 0x9F0E # 0 +0x0000F0A4 0x5236 # 0 +0x0000F0A5 0x5291 # 0 +0x0000F0A6 0x557C # 0 +0x0000F0A7 0x5824 # 0 +0x0000F0A8 0x5E1D # 0 +0x0000F0A9 0x5F1F # 0 +0x0000F0AA 0x608C # 0 +0x0000F0AB 0x63D0 # 0 +0x0000F0AC 0x68AF # 0 +0x0000F0AD 0x6FDF # 0 +0x0000F0AE 0x796D # 0 +0x0000F0AF 0x7B2C # 0 +0x0000F0B0 0x81CD # 0 +0x0000F0B1 0x85BA # 0 +0x0000F0B2 0x88FD # 0 +0x0000F0B3 0x8AF8 # 0 +0x0000F0B4 0x8E44 # 0 +0x0000F0B5 0x918D # 0 +0x0000F0B6 0x9664 # 0 +0x0000F0B7 0x969B # 0 +0x0000F0B8 0x973D # 0 +0x0000F0B9 0x984C # 0 +0x0000F0BA 0x9F4A # 0 +0x0000F0BB 0x4FCE # 0 +0x0000F0BC 0x5146 # 0 +0x0000F0BD 0x51CB # 0 +0x0000F0BE 0x52A9 # 0 +0x0000F0BF 0x5632 # 0 +0x0000F0C0 0x5F14 # 0 +0x0000F0C1 0x5F6B # 0 +0x0000F0C2 0x63AA # 0 +0x0000F0C3 0x64CD # 0 +0x0000F0C4 0x65E9 # 0 +0x0000F0C5 0x6641 # 0 +0x0000F0C6 0x66FA # 0 +0x0000F0C7 0x66F9 # 0 +0x0000F0C8 0x671D # 0 +0x0000F0C9 0x689D # 0 +0x0000F0CA 0x68D7 # 0 +0x0000F0CB 0x69FD # 0 +0x0000F0CC 0x6F15 # 0 +0x0000F0CD 0x6F6E # 0 +0x0000F0CE 0x7167 # 0 +0x0000F0CF 0x71E5 # 0 +0x0000F0D0 0x722A # 0 +0x0000F0D1 0x74AA # 0 +0x0000F0D2 0x773A # 0 +0x0000F0D3 0x7956 # 0 +0x0000F0D4 0x795A # 0 +0x0000F0D5 0x79DF # 0 +0x0000F0D6 0x7A20 # 0 +0x0000F0D7 0x7A95 # 0 +0x0000F0D8 0x7C97 # 0 +0x0000F0D9 0x7CDF # 0 +0x0000F0DA 0x7D44 # 0 +0x0000F0DB 0x7E70 # 0 +0x0000F0DC 0x8087 # 0 +0x0000F0DD 0x85FB # 0 +0x0000F0DE 0x86A4 # 0 +0x0000F0DF 0x8A54 # 0 +0x0000F0E0 0x8ABF # 0 +0x0000F0E1 0x8D99 # 0 +0x0000F0E2 0x8E81 # 0 +0x0000F0E3 0x9020 # 0 +0x0000F0E4 0x906D # 0 +0x0000F0E5 0x91E3 # 0 +0x0000F0E6 0x963B # 0 +0x0000F0E7 0x96D5 # 0 +0x0000F0E8 0x9CE5 # 0 +0x0000F0E9 0x65CF # 0 +0x0000F0EA 0x7C07 # 0 +0x0000F0EB 0x8DB3 # 0 +0x0000F0EC 0x93C3 # 0 +0x0000F0ED 0x5B58 # 0 +0x0000F0EE 0x5C0A # 0 +0x0000F0EF 0x5352 # 0 +0x0000F0F0 0x62D9 # 0 +0x0000F0F1 0x731D # 0 +0x0000F0F2 0x5027 # 0 +0x0000F0F3 0x5B97 # 0 +0x0000F0F4 0x5F9E # 0 +0x0000F0F5 0x60B0 # 0 +0x0000F0F6 0x616B # 0 +0x0000F0F7 0x68D5 # 0 +0x0000F0F8 0x6DD9 # 0 +0x0000F0F9 0x742E # 0 +0x0000F0FA 0x7A2E # 0 +0x0000F0FB 0x7D42 # 0 +0x0000F0FC 0x7D9C # 0 +0x0000F0FD 0x7E31 # 0 +0x0000F0FE 0x816B # 0 +0x0000F1A1 0x8E2A # 0 +0x0000F1A2 0x8E35 # 0 +0x0000F1A3 0x937E # 0 +0x0000F1A4 0x9418 # 0 +0x0000F1A5 0x4F50 # 0 +0x0000F1A6 0x5750 # 0 +0x0000F1A7 0x5DE6 # 0 +0x0000F1A8 0x5EA7 # 0 +0x0000F1A9 0x632B # 0 +0x0000F1AA 0x7F6A # 0 +0x0000F1AB 0x4E3B # 0 +0x0000F1AC 0x4F4F # 0 +0x0000F1AD 0x4F8F # 0 +0x0000F1AE 0x505A # 0 +0x0000F1AF 0x59DD # 0 +0x0000F1B0 0x80C4 # 0 +0x0000F1B1 0x546A # 0 +0x0000F1B2 0x5468 # 0 +0x0000F1B3 0x55FE # 0 +0x0000F1B4 0x594F # 0 +0x0000F1B5 0x5B99 # 0 +0x0000F1B6 0x5DDE # 0 +0x0000F1B7 0x5EDA # 0 +0x0000F1B8 0x665D # 0 +0x0000F1B9 0x6731 # 0 +0x0000F1BA 0x67F1 # 0 +0x0000F1BB 0x682A # 0 +0x0000F1BC 0x6CE8 # 0 +0x0000F1BD 0x6D32 # 0 +0x0000F1BE 0x6E4A # 0 +0x0000F1BF 0x6F8D # 0 +0x0000F1C0 0x70B7 # 0 +0x0000F1C1 0x73E0 # 0 +0x0000F1C2 0x7587 # 0 +0x0000F1C3 0x7C4C # 0 +0x0000F1C4 0x7D02 # 0 +0x0000F1C5 0x7D2C # 0 +0x0000F1C6 0x7DA2 # 0 +0x0000F1C7 0x821F # 0 +0x0000F1C8 0x86DB # 0 +0x0000F1C9 0x8A3B # 0 +0x0000F1CA 0x8A85 # 0 +0x0000F1CB 0x8D70 # 0 +0x0000F1CC 0x8E8A # 0 +0x0000F1CD 0x8F33 # 0 +0x0000F1CE 0x9031 # 0 +0x0000F1CF 0x914E # 0 +0x0000F1D0 0x9152 # 0 +0x0000F1D1 0x9444 # 0 +0x0000F1D2 0x99D0 # 0 +0x0000F1D3 0x7AF9 # 0 +0x0000F1D4 0x7CA5 # 0 +0x0000F1D5 0x4FCA # 0 +0x0000F1D6 0x5101 # 0 +0x0000F1D7 0x51C6 # 0 +0x0000F1D8 0x57C8 # 0 +0x0000F1D9 0x5BEF # 0 +0x0000F1DA 0x5CFB # 0 +0x0000F1DB 0x6659 # 0 +0x0000F1DC 0x6A3D # 0 +0x0000F1DD 0x6D5A # 0 +0x0000F1DE 0x6E96 # 0 +0x0000F1DF 0x6FEC # 0 +0x0000F1E0 0x710C # 0 +0x0000F1E1 0x756F # 0 +0x0000F1E2 0x7AE3 # 0 +0x0000F1E3 0x8822 # 0 +0x0000F1E4 0x9021 # 0 +0x0000F1E5 0x9075 # 0 +0x0000F1E6 0x96CB # 0 +0x0000F1E7 0x99FF # 0 +0x0000F1E8 0x8301 # 0 +0x0000F1E9 0x4E2D # 0 +0x0000F1EA 0x4EF2 # 0 +0x0000F1EB 0x8846 # 0 +0x0000F1EC 0x91CD # 0 +0x0000F1ED 0x537D # 0 +0x0000F1EE 0x6ADB # 0 +0x0000F1EF 0x696B # 0 +0x0000F1F0 0x6C41 # 0 +0x0000F1F1 0x847A # 0 +0x0000F1F2 0x589E # 0 +0x0000F1F3 0x618E # 0 +0x0000F1F4 0x66FE # 0 +0x0000F1F5 0x62EF # 0 +0x0000F1F6 0x70DD # 0 +0x0000F1F7 0x7511 # 0 +0x0000F1F8 0x75C7 # 0 +0x0000F1F9 0x7E52 # 0 +0x0000F1FA 0x84B8 # 0 +0x0000F1FB 0x8B49 # 0 +0x0000F1FC 0x8D08 # 0 +0x0000F1FD 0x4E4B # 0 +0x0000F1FE 0x53EA # 0 +0x0000F2A1 0x54AB # 0 +0x0000F2A2 0x5730 # 0 +0x0000F2A3 0x5740 # 0 +0x0000F2A4 0x5FD7 # 0 +0x0000F2A5 0x6301 # 0 +0x0000F2A6 0x6307 # 0 +0x0000F2A7 0x646F # 0 +0x0000F2A8 0x652F # 0 +0x0000F2A9 0x65E8 # 0 +0x0000F2AA 0x667A # 0 +0x0000F2AB 0x679D # 0 +0x0000F2AC 0x67B3 # 0 +0x0000F2AD 0x6B62 # 0 +0x0000F2AE 0x6C60 # 0 +0x0000F2AF 0x6C9A # 0 +0x0000F2B0 0x6F2C # 0 +0x0000F2B1 0x77E5 # 0 +0x0000F2B2 0x7825 # 0 +0x0000F2B3 0x7949 # 0 +0x0000F2B4 0x7957 # 0 +0x0000F2B5 0x7D19 # 0 +0x0000F2B6 0x80A2 # 0 +0x0000F2B7 0x8102 # 0 +0x0000F2B8 0x81F3 # 0 +0x0000F2B9 0x829D # 0 +0x0000F2BA 0x82B7 # 0 +0x0000F2BB 0x8718 # 0 +0x0000F2BC 0x8A8C # 0 +0x0000F2BD 0xF9FC # 0 +0x0000F2BE 0x8D04 # 0 +0x0000F2BF 0x8DBE # 0 +0x0000F2C0 0x9072 # 0 +0x0000F2C1 0x76F4 # 0 +0x0000F2C2 0x7A19 # 0 +0x0000F2C3 0x7A37 # 0 +0x0000F2C4 0x7E54 # 0 +0x0000F2C5 0x8077 # 0 +0x0000F2C6 0x5507 # 0 +0x0000F2C7 0x55D4 # 0 +0x0000F2C8 0x5875 # 0 +0x0000F2C9 0x632F # 0 +0x0000F2CA 0x6422 # 0 +0x0000F2CB 0x6649 # 0 +0x0000F2CC 0x664B # 0 +0x0000F2CD 0x686D # 0 +0x0000F2CE 0x699B # 0 +0x0000F2CF 0x6B84 # 0 +0x0000F2D0 0x6D25 # 0 +0x0000F2D1 0x6EB1 # 0 +0x0000F2D2 0x73CD # 0 +0x0000F2D3 0x7468 # 0 +0x0000F2D4 0x74A1 # 0 +0x0000F2D5 0x755B # 0 +0x0000F2D6 0x75B9 # 0 +0x0000F2D7 0x76E1 # 0 +0x0000F2D8 0x771E # 0 +0x0000F2D9 0x778B # 0 +0x0000F2DA 0x79E6 # 0 +0x0000F2DB 0x7E09 # 0 +0x0000F2DC 0x7E1D # 0 +0x0000F2DD 0x81FB # 0 +0x0000F2DE 0x852F # 0 +0x0000F2DF 0x8897 # 0 +0x0000F2E0 0x8A3A # 0 +0x0000F2E1 0x8CD1 # 0 +0x0000F2E2 0x8EEB # 0 +0x0000F2E3 0x8FB0 # 0 +0x0000F2E4 0x9032 # 0 +0x0000F2E5 0x93AD # 0 +0x0000F2E6 0x9663 # 0 +0x0000F2E7 0x9673 # 0 +0x0000F2E8 0x9707 # 0 +0x0000F2E9 0x4F84 # 0 +0x0000F2EA 0x53F1 # 0 +0x0000F2EB 0x59EA # 0 +0x0000F2EC 0x5AC9 # 0 +0x0000F2ED 0x5E19 # 0 +0x0000F2EE 0x684E # 0 +0x0000F2EF 0x74C6 # 0 +0x0000F2F0 0x75BE # 0 +0x0000F2F1 0x79E9 # 0 +0x0000F2F2 0x7A92 # 0 +0x0000F2F3 0x81A3 # 0 +0x0000F2F4 0x86ED # 0 +0x0000F2F5 0x8CEA # 0 +0x0000F2F6 0x8DCC # 0 +0x0000F2F7 0x8FED # 0 +0x0000F2F8 0x659F # 0 +0x0000F2F9 0x6715 # 0 +0x0000F2FA 0xF9FD # 0 +0x0000F2FB 0x57F7 # 0 +0x0000F2FC 0x6F57 # 0 +0x0000F2FD 0x7DDD # 0 +0x0000F2FE 0x8F2F # 0 +0x0000F3A1 0x93F6 # 0 +0x0000F3A2 0x96C6 # 0 +0x0000F3A3 0x5FB5 # 0 +0x0000F3A4 0x61F2 # 0 +0x0000F3A5 0x6F84 # 0 +0x0000F3A6 0x4E14 # 0 +0x0000F3A7 0x4F98 # 0 +0x0000F3A8 0x501F # 0 +0x0000F3A9 0x53C9 # 0 +0x0000F3AA 0x55DF # 0 +0x0000F3AB 0x5D6F # 0 +0x0000F3AC 0x5DEE # 0 +0x0000F3AD 0x6B21 # 0 +0x0000F3AE 0x6B64 # 0 +0x0000F3AF 0x78CB # 0 +0x0000F3B0 0x7B9A # 0 +0x0000F3B1 0xF9FE # 0 +0x0000F3B2 0x8E49 # 0 +0x0000F3B3 0x8ECA # 0 +0x0000F3B4 0x906E # 0 +0x0000F3B5 0x6349 # 0 +0x0000F3B6 0x643E # 0 +0x0000F3B7 0x7740 # 0 +0x0000F3B8 0x7A84 # 0 +0x0000F3B9 0x932F # 0 +0x0000F3BA 0x947F # 0 +0x0000F3BB 0x9F6A # 0 +0x0000F3BC 0x64B0 # 0 +0x0000F3BD 0x6FAF # 0 +0x0000F3BE 0x71E6 # 0 +0x0000F3BF 0x74A8 # 0 +0x0000F3C0 0x74DA # 0 +0x0000F3C1 0x7AC4 # 0 +0x0000F3C2 0x7C12 # 0 +0x0000F3C3 0x7E82 # 0 +0x0000F3C4 0x7CB2 # 0 +0x0000F3C5 0x7E98 # 0 +0x0000F3C6 0x8B9A # 0 +0x0000F3C7 0x8D0A # 0 +0x0000F3C8 0x947D # 0 +0x0000F3C9 0x9910 # 0 +0x0000F3CA 0x994C # 0 +0x0000F3CB 0x5239 # 0 +0x0000F3CC 0x5BDF # 0 +0x0000F3CD 0x64E6 # 0 +0x0000F3CE 0x672D # 0 +0x0000F3CF 0x7D2E # 0 +0x0000F3D0 0x50ED # 0 +0x0000F3D1 0x53C3 # 0 +0x0000F3D2 0x5879 # 0 +0x0000F3D3 0x6158 # 0 +0x0000F3D4 0x6159 # 0 +0x0000F3D5 0x61FA # 0 +0x0000F3D6 0x65AC # 0 +0x0000F3D7 0x7AD9 # 0 +0x0000F3D8 0x8B92 # 0 +0x0000F3D9 0x8B96 # 0 +0x0000F3DA 0x5009 # 0 +0x0000F3DB 0x5021 # 0 +0x0000F3DC 0x5275 # 0 +0x0000F3DD 0x5531 # 0 +0x0000F3DE 0x5A3C # 0 +0x0000F3DF 0x5EE0 # 0 +0x0000F3E0 0x5F70 # 0 +0x0000F3E1 0x6134 # 0 +0x0000F3E2 0x655E # 0 +0x0000F3E3 0x660C # 0 +0x0000F3E4 0x6636 # 0 +0x0000F3E5 0x66A2 # 0 +0x0000F3E6 0x69CD # 0 +0x0000F3E7 0x6EC4 # 0 +0x0000F3E8 0x6F32 # 0 +0x0000F3E9 0x7316 # 0 +0x0000F3EA 0x7621 # 0 +0x0000F3EB 0x7A93 # 0 +0x0000F3EC 0x8139 # 0 +0x0000F3ED 0x8259 # 0 +0x0000F3EE 0x83D6 # 0 +0x0000F3EF 0x84BC # 0 +0x0000F3F0 0x50B5 # 0 +0x0000F3F1 0x57F0 # 0 +0x0000F3F2 0x5BC0 # 0 +0x0000F3F3 0x5BE8 # 0 +0x0000F3F4 0x5F69 # 0 +0x0000F3F5 0x63A1 # 0 +0x0000F3F6 0x7826 # 0 +0x0000F3F7 0x7DB5 # 0 +0x0000F3F8 0x83DC # 0 +0x0000F3F9 0x8521 # 0 +0x0000F3FA 0x91C7 # 0 +0x0000F3FB 0x91F5 # 0 +0x0000F3FC 0x518A # 0 +0x0000F3FD 0x67F5 # 0 +0x0000F3FE 0x7B56 # 0 +0x0000F4A1 0x8CAC # 0 +0x0000F4A2 0x51C4 # 0 +0x0000F4A3 0x59BB # 0 +0x0000F4A4 0x60BD # 0 +0x0000F4A5 0x8655 # 0 +0x0000F4A6 0x501C # 0 +0x0000F4A7 0xF9FF # 0 +0x0000F4A8 0x5254 # 0 +0x0000F4A9 0x5C3A # 0 +0x0000F4AA 0x617D # 0 +0x0000F4AB 0x621A # 0 +0x0000F4AC 0x62D3 # 0 +0x0000F4AD 0x64F2 # 0 +0x0000F4AE 0x65A5 # 0 +0x0000F4AF 0x6ECC # 0 +0x0000F4B0 0x7620 # 0 +0x0000F4B1 0x810A # 0 +0x0000F4B2 0x8E60 # 0 +0x0000F4B3 0x965F # 0 +0x0000F4B4 0x96BB # 0 +0x0000F4B5 0x4EDF # 0 +0x0000F4B6 0x5343 # 0 +0x0000F4B7 0x5598 # 0 +0x0000F4B8 0x5929 # 0 +0x0000F4B9 0x5DDD # 0 +0x0000F4BA 0x64C5 # 0 +0x0000F4BB 0x6CC9 # 0 +0x0000F4BC 0x6DFA # 0 +0x0000F4BD 0x7394 # 0 +0x0000F4BE 0x7A7F # 0 +0x0000F4BF 0x821B # 0 +0x0000F4C0 0x85A6 # 0 +0x0000F4C1 0x8CE4 # 0 +0x0000F4C2 0x8E10 # 0 +0x0000F4C3 0x9077 # 0 +0x0000F4C4 0x91E7 # 0 +0x0000F4C5 0x95E1 # 0 +0x0000F4C6 0x9621 # 0 +0x0000F4C7 0x97C6 # 0 +0x0000F4C8 0x51F8 # 0 +0x0000F4C9 0x54F2 # 0 +0x0000F4CA 0x5586 # 0 +0x0000F4CB 0x5FB9 # 0 +0x0000F4CC 0x64A4 # 0 +0x0000F4CD 0x6F88 # 0 +0x0000F4CE 0x7DB4 # 0 +0x0000F4CF 0x8F1F # 0 +0x0000F4D0 0x8F4D # 0 +0x0000F4D1 0x9435 # 0 +0x0000F4D2 0x50C9 # 0 +0x0000F4D3 0x5C16 # 0 +0x0000F4D4 0x6CBE # 0 +0x0000F4D5 0x6DFB # 0 +0x0000F4D6 0x751B # 0 +0x0000F4D7 0x77BB # 0 +0x0000F4D8 0x7C3D # 0 +0x0000F4D9 0x7C64 # 0 +0x0000F4DA 0x8A79 # 0 +0x0000F4DB 0x8AC2 # 0 +0x0000F4DC 0x581E # 0 +0x0000F4DD 0x59BE # 0 +0x0000F4DE 0x5E16 # 0 +0x0000F4DF 0x6377 # 0 +0x0000F4E0 0x7252 # 0 +0x0000F4E1 0x758A # 0 +0x0000F4E2 0x776B # 0 +0x0000F4E3 0x8ADC # 0 +0x0000F4E4 0x8CBC # 0 +0x0000F4E5 0x8F12 # 0 +0x0000F4E6 0x5EF3 # 0 +0x0000F4E7 0x6674 # 0 +0x0000F4E8 0x6DF8 # 0 +0x0000F4E9 0x807D # 0 +0x0000F4EA 0x83C1 # 0 +0x0000F4EB 0x8ACB # 0 +0x0000F4EC 0x9751 # 0 +0x0000F4ED 0x9BD6 # 0 +0x0000F4EE 0xFA00 # 0 +0x0000F4EF 0x5243 # 0 +0x0000F4F0 0x66FF # 0 +0x0000F4F1 0x6D95 # 0 +0x0000F4F2 0x6EEF # 0 +0x0000F4F3 0x7DE0 # 0 +0x0000F4F4 0x8AE6 # 0 +0x0000F4F5 0x902E # 0 +0x0000F4F6 0x905E # 0 +0x0000F4F7 0x9AD4 # 0 +0x0000F4F8 0x521D # 0 +0x0000F4F9 0x527F # 0 +0x0000F4FA 0x54E8 # 0 +0x0000F4FB 0x6194 # 0 +0x0000F4FC 0x6284 # 0 +0x0000F4FD 0x62DB # 0 +0x0000F4FE 0x68A2 # 0 +0x0000F5A1 0x6912 # 0 +0x0000F5A2 0x695A # 0 +0x0000F5A3 0x6A35 # 0 +0x0000F5A4 0x7092 # 0 +0x0000F5A5 0x7126 # 0 +0x0000F5A6 0x785D # 0 +0x0000F5A7 0x7901 # 0 +0x0000F5A8 0x790E # 0 +0x0000F5A9 0x79D2 # 0 +0x0000F5AA 0x7A0D # 0 +0x0000F5AB 0x8096 # 0 +0x0000F5AC 0x8278 # 0 +0x0000F5AD 0x82D5 # 0 +0x0000F5AE 0x8349 # 0 +0x0000F5AF 0x8549 # 0 +0x0000F5B0 0x8C82 # 0 +0x0000F5B1 0x8D85 # 0 +0x0000F5B2 0x9162 # 0 +0x0000F5B3 0x918B # 0 +0x0000F5B4 0x91AE # 0 +0x0000F5B5 0x4FC3 # 0 +0x0000F5B6 0x56D1 # 0 +0x0000F5B7 0x71ED # 0 +0x0000F5B8 0x77D7 # 0 +0x0000F5B9 0x8700 # 0 +0x0000F5BA 0x89F8 # 0 +0x0000F5BB 0x5BF8 # 0 +0x0000F5BC 0x5FD6 # 0 +0x0000F5BD 0x6751 # 0 +0x0000F5BE 0x90A8 # 0 +0x0000F5BF 0x53E2 # 0 +0x0000F5C0 0x585A # 0 +0x0000F5C1 0x5BF5 # 0 +0x0000F5C2 0x60A4 # 0 +0x0000F5C3 0x6181 # 0 +0x0000F5C4 0x6460 # 0 +0x0000F5C5 0x7E3D # 0 +0x0000F5C6 0x8070 # 0 +0x0000F5C7 0x8525 # 0 +0x0000F5C8 0x9283 # 0 +0x0000F5C9 0x64AE # 0 +0x0000F5CA 0x50AC # 0 +0x0000F5CB 0x5D14 # 0 +0x0000F5CC 0x6700 # 0 +0x0000F5CD 0x589C # 0 +0x0000F5CE 0x62BD # 0 +0x0000F5CF 0x63A8 # 0 +0x0000F5D0 0x690E # 0 +0x0000F5D1 0x6978 # 0 +0x0000F5D2 0x6A1E # 0 +0x0000F5D3 0x6E6B # 0 +0x0000F5D4 0x76BA # 0 +0x0000F5D5 0x79CB # 0 +0x0000F5D6 0x82BB # 0 +0x0000F5D7 0x8429 # 0 +0x0000F5D8 0x8ACF # 0 +0x0000F5D9 0x8DA8 # 0 +0x0000F5DA 0x8FFD # 0 +0x0000F5DB 0x9112 # 0 +0x0000F5DC 0x914B # 0 +0x0000F5DD 0x919C # 0 +0x0000F5DE 0x9310 # 0 +0x0000F5DF 0x9318 # 0 +0x0000F5E0 0x939A # 0 +0x0000F5E1 0x96DB # 0 +0x0000F5E2 0x9A36 # 0 +0x0000F5E3 0x9C0D # 0 +0x0000F5E4 0x4E11 # 0 +0x0000F5E5 0x755C # 0 +0x0000F5E6 0x795D # 0 +0x0000F5E7 0x7AFA # 0 +0x0000F5E8 0x7B51 # 0 +0x0000F5E9 0x7BC9 # 0 +0x0000F5EA 0x7E2E # 0 +0x0000F5EB 0x84C4 # 0 +0x0000F5EC 0x8E59 # 0 +0x0000F5ED 0x8E74 # 0 +0x0000F5EE 0x8EF8 # 0 +0x0000F5EF 0x9010 # 0 +0x0000F5F0 0x6625 # 0 +0x0000F5F1 0x693F # 0 +0x0000F5F2 0x7443 # 0 +0x0000F5F3 0x51FA # 0 +0x0000F5F4 0x672E # 0 +0x0000F5F5 0x9EDC # 0 +0x0000F5F6 0x5145 # 0 +0x0000F5F7 0x5FE0 # 0 +0x0000F5F8 0x6C96 # 0 +0x0000F5F9 0x87F2 # 0 +0x0000F5FA 0x885D # 0 +0x0000F5FB 0x8877 # 0 +0x0000F5FC 0x60B4 # 0 +0x0000F5FD 0x81B5 # 0 +0x0000F5FE 0x8403 # 0 +0x0000F6A1 0x8D05 # 0 +0x0000F6A2 0x53D6 # 0 +0x0000F6A3 0x5439 # 0 +0x0000F6A4 0x5634 # 0 +0x0000F6A5 0x5A36 # 0 +0x0000F6A6 0x5C31 # 0 +0x0000F6A7 0x708A # 0 +0x0000F6A8 0x7FE0 # 0 +0x0000F6A9 0x805A # 0 +0x0000F6AA 0x8106 # 0 +0x0000F6AB 0x81ED # 0 +0x0000F6AC 0x8DA3 # 0 +0x0000F6AD 0x9189 # 0 +0x0000F6AE 0x9A5F # 0 +0x0000F6AF 0x9DF2 # 0 +0x0000F6B0 0x5074 # 0 +0x0000F6B1 0x4EC4 # 0 +0x0000F6B2 0x53A0 # 0 +0x0000F6B3 0x60FB # 0 +0x0000F6B4 0x6E2C # 0 +0x0000F6B5 0x5C64 # 0 +0x0000F6B6 0x4F88 # 0 +0x0000F6B7 0x5024 # 0 +0x0000F6B8 0x55E4 # 0 +0x0000F6B9 0x5CD9 # 0 +0x0000F6BA 0x5E5F # 0 +0x0000F6BB 0x6065 # 0 +0x0000F6BC 0x6894 # 0 +0x0000F6BD 0x6CBB # 0 +0x0000F6BE 0x6DC4 # 0 +0x0000F6BF 0x71BE # 0 +0x0000F6C0 0x75D4 # 0 +0x0000F6C1 0x75F4 # 0 +0x0000F6C2 0x7661 # 0 +0x0000F6C3 0x7A1A # 0 +0x0000F6C4 0x7A49 # 0 +0x0000F6C5 0x7DC7 # 0 +0x0000F6C6 0x7DFB # 0 +0x0000F6C7 0x7F6E # 0 +0x0000F6C8 0x81F4 # 0 +0x0000F6C9 0x86A9 # 0 +0x0000F6CA 0x8F1C # 0 +0x0000F6CB 0x96C9 # 0 +0x0000F6CC 0x99B3 # 0 +0x0000F6CD 0x9F52 # 0 +0x0000F6CE 0x5247 # 0 +0x0000F6CF 0x52C5 # 0 +0x0000F6D0 0x98ED # 0 +0x0000F6D1 0x89AA # 0 +0x0000F6D2 0x4E03 # 0 +0x0000F6D3 0x67D2 # 0 +0x0000F6D4 0x6F06 # 0 +0x0000F6D5 0x4FB5 # 0 +0x0000F6D6 0x5BE2 # 0 +0x0000F6D7 0x6795 # 0 +0x0000F6D8 0x6C88 # 0 +0x0000F6D9 0x6D78 # 0 +0x0000F6DA 0x741B # 0 +0x0000F6DB 0x7827 # 0 +0x0000F6DC 0x91DD # 0 +0x0000F6DD 0x937C # 0 +0x0000F6DE 0x87C4 # 0 +0x0000F6DF 0x79E4 # 0 +0x0000F6E0 0x7A31 # 0 +0x0000F6E1 0x5FEB # 0 +0x0000F6E2 0x4ED6 # 0 +0x0000F6E3 0x54A4 # 0 +0x0000F6E4 0x553E # 0 +0x0000F6E5 0x58AE # 0 +0x0000F6E6 0x59A5 # 0 +0x0000F6E7 0x60F0 # 0 +0x0000F6E8 0x6253 # 0 +0x0000F6E9 0x62D6 # 0 +0x0000F6EA 0x6736 # 0 +0x0000F6EB 0x6955 # 0 +0x0000F6EC 0x8235 # 0 +0x0000F6ED 0x9640 # 0 +0x0000F6EE 0x99B1 # 0 +0x0000F6EF 0x99DD # 0 +0x0000F6F0 0x502C # 0 +0x0000F6F1 0x5353 # 0 +0x0000F6F2 0x5544 # 0 +0x0000F6F3 0x577C # 0 +0x0000F6F4 0xFA01 # 0 +0x0000F6F5 0x6258 # 0 +0x0000F6F6 0xFA02 # 0 +0x0000F6F7 0x64E2 # 0 +0x0000F6F8 0x666B # 0 +0x0000F6F9 0x67DD # 0 +0x0000F6FA 0x6FC1 # 0 +0x0000F6FB 0x6FEF # 0 +0x0000F6FC 0x7422 # 0 +0x0000F6FD 0x7438 # 0 +0x0000F6FE 0x8A17 # 0 +0x0000F7A1 0x9438 # 0 +0x0000F7A2 0x5451 # 0 +0x0000F7A3 0x5606 # 0 +0x0000F7A4 0x5766 # 0 +0x0000F7A5 0x5F48 # 0 +0x0000F7A6 0x619A # 0 +0x0000F7A7 0x6B4E # 0 +0x0000F7A8 0x7058 # 0 +0x0000F7A9 0x70AD # 0 +0x0000F7AA 0x7DBB # 0 +0x0000F7AB 0x8A95 # 0 +0x0000F7AC 0x596A # 0 +0x0000F7AD 0x812B # 0 +0x0000F7AE 0x63A2 # 0 +0x0000F7AF 0x7708 # 0 +0x0000F7B0 0x803D # 0 +0x0000F7B1 0x8CAA # 0 +0x0000F7B2 0x5854 # 0 +0x0000F7B3 0x642D # 0 +0x0000F7B4 0x69BB # 0 +0x0000F7B5 0x5B95 # 0 +0x0000F7B6 0x5E11 # 0 +0x0000F7B7 0x6E6F # 0 +0x0000F7B8 0xFA03 # 0 +0x0000F7B9 0x8569 # 0 +0x0000F7BA 0x514C # 0 +0x0000F7BB 0x53F0 # 0 +0x0000F7BC 0x592A # 0 +0x0000F7BD 0x6020 # 0 +0x0000F7BE 0x614B # 0 +0x0000F7BF 0x6B86 # 0 +0x0000F7C0 0x6C70 # 0 +0x0000F7C1 0x6CF0 # 0 +0x0000F7C2 0x7B1E # 0 +0x0000F7C3 0x80CE # 0 +0x0000F7C4 0x82D4 # 0 +0x0000F7C5 0x8DC6 # 0 +0x0000F7C6 0x90B0 # 0 +0x0000F7C7 0x98B1 # 0 +0x0000F7C8 0xFA04 # 0 +0x0000F7C9 0x64C7 # 0 +0x0000F7CA 0x6FA4 # 0 +0x0000F7CB 0x6491 # 0 +0x0000F7CC 0x6504 # 0 +0x0000F7CD 0x514E # 0 +0x0000F7CE 0x5410 # 0 +0x0000F7CF 0x571F # 0 +0x0000F7D0 0x8A0E # 0 +0x0000F7D1 0x615F # 0 +0x0000F7D2 0x6876 # 0 +0x0000F7D3 0xFA05 # 0 +0x0000F7D4 0x75DB # 0 +0x0000F7D5 0x7B52 # 0 +0x0000F7D6 0x7D71 # 0 +0x0000F7D7 0x901A # 0 +0x0000F7D8 0x5806 # 0 +0x0000F7D9 0x69CC # 0 +0x0000F7DA 0x817F # 0 +0x0000F7DB 0x892A # 0 +0x0000F7DC 0x9000 # 0 +0x0000F7DD 0x9839 # 0 +0x0000F7DE 0x5078 # 0 +0x0000F7DF 0x5957 # 0 +0x0000F7E0 0x59AC # 0 +0x0000F7E1 0x6295 # 0 +0x0000F7E2 0x900F # 0 +0x0000F7E3 0x9B2A # 0 +0x0000F7E4 0x615D # 0 +0x0000F7E5 0x7279 # 0 +0x0000F7E6 0x95D6 # 0 +0x0000F7E7 0x5761 # 0 +0x0000F7E8 0x5A46 # 0 +0x0000F7E9 0x5DF4 # 0 +0x0000F7EA 0x628A # 0 +0x0000F7EB 0x64AD # 0 +0x0000F7EC 0x64FA # 0 +0x0000F7ED 0x6777 # 0 +0x0000F7EE 0x6CE2 # 0 +0x0000F7EF 0x6D3E # 0 +0x0000F7F0 0x722C # 0 +0x0000F7F1 0x7436 # 0 +0x0000F7F2 0x7834 # 0 +0x0000F7F3 0x7F77 # 0 +0x0000F7F4 0x82AD # 0 +0x0000F7F5 0x8DDB # 0 +0x0000F7F6 0x9817 # 0 +0x0000F7F7 0x5224 # 0 +0x0000F7F8 0x5742 # 0 +0x0000F7F9 0x677F # 0 +0x0000F7FA 0x7248 # 0 +0x0000F7FB 0x74E3 # 0 +0x0000F7FC 0x8CA9 # 0 +0x0000F7FD 0x8FA6 # 0 +0x0000F7FE 0x9211 # 0 +0x0000F8A1 0x962A # 0 +0x0000F8A2 0x516B # 0 +0x0000F8A3 0x53ED # 0 +0x0000F8A4 0x634C # 0 +0x0000F8A5 0x4F69 # 0 +0x0000F8A6 0x5504 # 0 +0x0000F8A7 0x6096 # 0 +0x0000F8A8 0x6557 # 0 +0x0000F8A9 0x6C9B # 0 +0x0000F8AA 0x6D7F # 0 +0x0000F8AB 0x724C # 0 +0x0000F8AC 0x72FD # 0 +0x0000F8AD 0x7A17 # 0 +0x0000F8AE 0x8987 # 0 +0x0000F8AF 0x8C9D # 0 +0x0000F8B0 0x5F6D # 0 +0x0000F8B1 0x6F8E # 0 +0x0000F8B2 0x70F9 # 0 +0x0000F8B3 0x81A8 # 0 +0x0000F8B4 0x610E # 0 +0x0000F8B5 0x4FBF # 0 +0x0000F8B6 0x504F # 0 +0x0000F8B7 0x6241 # 0 +0x0000F8B8 0x7247 # 0 +0x0000F8B9 0x7BC7 # 0 +0x0000F8BA 0x7DE8 # 0 +0x0000F8BB 0x7FE9 # 0 +0x0000F8BC 0x904D # 0 +0x0000F8BD 0x97AD # 0 +0x0000F8BE 0x9A19 # 0 +0x0000F8BF 0x8CB6 # 0 +0x0000F8C0 0x576A # 0 +0x0000F8C1 0x5E73 # 0 +0x0000F8C2 0x67B0 # 0 +0x0000F8C3 0x840D # 0 +0x0000F8C4 0x8A55 # 0 +0x0000F8C5 0x5420 # 0 +0x0000F8C6 0x5B16 # 0 +0x0000F8C7 0x5E63 # 0 +0x0000F8C8 0x5EE2 # 0 +0x0000F8C9 0x5F0A # 0 +0x0000F8CA 0x6583 # 0 +0x0000F8CB 0x80BA # 0 +0x0000F8CC 0x853D # 0 +0x0000F8CD 0x9589 # 0 +0x0000F8CE 0x965B # 0 +0x0000F8CF 0x4F48 # 0 +0x0000F8D0 0x5305 # 0 +0x0000F8D1 0x530D # 0 +0x0000F8D2 0x530F # 0 +0x0000F8D3 0x5486 # 0 +0x0000F8D4 0x54FA # 0 +0x0000F8D5 0x5703 # 0 +0x0000F8D6 0x5E03 # 0 +0x0000F8D7 0x6016 # 0 +0x0000F8D8 0x629B # 0 +0x0000F8D9 0x62B1 # 0 +0x0000F8DA 0x6355 # 0 +0x0000F8DB 0xFA06 # 0 +0x0000F8DC 0x6CE1 # 0 +0x0000F8DD 0x6D66 # 0 +0x0000F8DE 0x75B1 # 0 +0x0000F8DF 0x7832 # 0 +0x0000F8E0 0x80DE # 0 +0x0000F8E1 0x812F # 0 +0x0000F8E2 0x82DE # 0 +0x0000F8E3 0x8461 # 0 +0x0000F8E4 0x84B2 # 0 +0x0000F8E5 0x888D # 0 +0x0000F8E6 0x8912 # 0 +0x0000F8E7 0x900B # 0 +0x0000F8E8 0x92EA # 0 +0x0000F8E9 0x98FD # 0 +0x0000F8EA 0x9B91 # 0 +0x0000F8EB 0x5E45 # 0 +0x0000F8EC 0x66B4 # 0 +0x0000F8ED 0x66DD # 0 +0x0000F8EE 0x7011 # 0 +0x0000F8EF 0x7206 # 0 +0x0000F8F0 0xFA07 # 0 +0x0000F8F1 0x4FF5 # 0 +0x0000F8F2 0x527D # 0 +0x0000F8F3 0x5F6A # 0 +0x0000F8F4 0x6153 # 0 +0x0000F8F5 0x6753 # 0 +0x0000F8F6 0x6A19 # 0 +0x0000F8F7 0x6F02 # 0 +0x0000F8F8 0x74E2 # 0 +0x0000F8F9 0x7968 # 0 +0x0000F8FA 0x8868 # 0 +0x0000F8FB 0x8C79 # 0 +0x0000F8FC 0x98C7 # 0 +0x0000F8FD 0x98C4 # 0 +0x0000F8FE 0x9A43 # 0 +0x0000F9A1 0x54C1 # 0 +0x0000F9A2 0x7A1F # 0 +0x0000F9A3 0x6953 # 0 +0x0000F9A4 0x8AF7 # 0 +0x0000F9A5 0x8C4A # 0 +0x0000F9A6 0x98A8 # 0 +0x0000F9A7 0x99AE # 0 +0x0000F9A8 0x5F7C # 0 +0x0000F9A9 0x62AB # 0 +0x0000F9AA 0x75B2 # 0 +0x0000F9AB 0x76AE # 0 +0x0000F9AC 0x88AB # 0 +0x0000F9AD 0x907F # 0 +0x0000F9AE 0x9642 # 0 +0x0000F9AF 0x5339 # 0 +0x0000F9B0 0x5F3C # 0 +0x0000F9B1 0x5FC5 # 0 +0x0000F9B2 0x6CCC # 0 +0x0000F9B3 0x73CC # 0 +0x0000F9B4 0x7562 # 0 +0x0000F9B5 0x758B # 0 +0x0000F9B6 0x7B46 # 0 +0x0000F9B7 0x82FE # 0 +0x0000F9B8 0x999D # 0 +0x0000F9B9 0x4E4F # 0 +0x0000F9BA 0x903C # 0 +0x0000F9BB 0x4E0B # 0 +0x0000F9BC 0x4F55 # 0 +0x0000F9BD 0x53A6 # 0 +0x0000F9BE 0x590F # 0 +0x0000F9BF 0x5EC8 # 0 +0x0000F9C0 0x6630 # 0 +0x0000F9C1 0x6CB3 # 0 +0x0000F9C2 0x7455 # 0 +0x0000F9C3 0x8377 # 0 +0x0000F9C4 0x8766 # 0 +0x0000F9C5 0x8CC0 # 0 +0x0000F9C6 0x9050 # 0 +0x0000F9C7 0x971E # 0 +0x0000F9C8 0x9C15 # 0 +0x0000F9C9 0x58D1 # 0 +0x0000F9CA 0x5B78 # 0 +0x0000F9CB 0x8650 # 0 +0x0000F9CC 0x8B14 # 0 +0x0000F9CD 0x9DB4 # 0 +0x0000F9CE 0x5BD2 # 0 +0x0000F9CF 0x6068 # 0 +0x0000F9D0 0x608D # 0 +0x0000F9D1 0x65F1 # 0 +0x0000F9D2 0x6C57 # 0 +0x0000F9D3 0x6F22 # 0 +0x0000F9D4 0x6FA3 # 0 +0x0000F9D5 0x701A # 0 +0x0000F9D6 0x7F55 # 0 +0x0000F9D7 0x7FF0 # 0 +0x0000F9D8 0x9591 # 0 +0x0000F9D9 0x9592 # 0 +0x0000F9DA 0x9650 # 0 +0x0000F9DB 0x97D3 # 0 +0x0000F9DC 0x5272 # 0 +0x0000F9DD 0x8F44 # 0 +0x0000F9DE 0x51FD # 0 +0x0000F9DF 0x542B # 0 +0x0000F9E0 0x54B8 # 0 +0x0000F9E1 0x5563 # 0 +0x0000F9E2 0x558A # 0 +0x0000F9E3 0x6ABB # 0 +0x0000F9E4 0x6DB5 # 0 +0x0000F9E5 0x7DD8 # 0 +0x0000F9E6 0x8266 # 0 +0x0000F9E7 0x929C # 0 +0x0000F9E8 0x9677 # 0 +0x0000F9E9 0x9E79 # 0 +0x0000F9EA 0x5408 # 0 +0x0000F9EB 0x54C8 # 0 +0x0000F9EC 0x76D2 # 0 +0x0000F9ED 0x86E4 # 0 +0x0000F9EE 0x95A4 # 0 +0x0000F9EF 0x95D4 # 0 +0x0000F9F0 0x965C # 0 +0x0000F9F1 0x4EA2 # 0 +0x0000F9F2 0x4F09 # 0 +0x0000F9F3 0x59EE # 0 +0x0000F9F4 0x5AE6 # 0 +0x0000F9F5 0x5DF7 # 0 +0x0000F9F6 0x6052 # 0 +0x0000F9F7 0x6297 # 0 +0x0000F9F8 0x676D # 0 +0x0000F9F9 0x6841 # 0 +0x0000F9FA 0x6C86 # 0 +0x0000F9FB 0x6E2F # 0 +0x0000F9FC 0x7F38 # 0 +0x0000F9FD 0x809B # 0 +0x0000F9FE 0x822A # 0 +0x0000FAA1 0xFA08 # 0 +0x0000FAA2 0xFA09 # 0 +0x0000FAA3 0x9805 # 0 +0x0000FAA4 0x4EA5 # 0 +0x0000FAA5 0x5055 # 0 +0x0000FAA6 0x54B3 # 0 +0x0000FAA7 0x5793 # 0 +0x0000FAA8 0x595A # 0 +0x0000FAA9 0x5B69 # 0 +0x0000FAAA 0x5BB3 # 0 +0x0000FAAB 0x61C8 # 0 +0x0000FAAC 0x6977 # 0 +0x0000FAAD 0x6D77 # 0 +0x0000FAAE 0x7023 # 0 +0x0000FAAF 0x87F9 # 0 +0x0000FAB0 0x89E3 # 0 +0x0000FAB1 0x8A72 # 0 +0x0000FAB2 0x8AE7 # 0 +0x0000FAB3 0x9082 # 0 +0x0000FAB4 0x99ED # 0 +0x0000FAB5 0x9AB8 # 0 +0x0000FAB6 0x52BE # 0 +0x0000FAB7 0x6838 # 0 +0x0000FAB8 0x5016 # 0 +0x0000FAB9 0x5E78 # 0 +0x0000FABA 0x674F # 0 +0x0000FABB 0x8347 # 0 +0x0000FABC 0x884C # 0 +0x0000FABD 0x4EAB # 0 +0x0000FABE 0x5411 # 0 +0x0000FABF 0x56AE # 0 +0x0000FAC0 0x73E6 # 0 +0x0000FAC1 0x9115 # 0 +0x0000FAC2 0x97FF # 0 +0x0000FAC3 0x9909 # 0 +0x0000FAC4 0x9957 # 0 +0x0000FAC5 0x9999 # 0 +0x0000FAC6 0x5653 # 0 +0x0000FAC7 0x589F # 0 +0x0000FAC8 0x865B # 0 +0x0000FAC9 0x8A31 # 0 +0x0000FACA 0x61B2 # 0 +0x0000FACB 0x6AF6 # 0 +0x0000FACC 0x737B # 0 +0x0000FACD 0x8ED2 # 0 +0x0000FACE 0x6B47 # 0 +0x0000FACF 0x96AA # 0 +0x0000FAD0 0x9A57 # 0 +0x0000FAD1 0x5955 # 0 +0x0000FAD2 0x7200 # 0 +0x0000FAD3 0x8D6B # 0 +0x0000FAD4 0x9769 # 0 +0x0000FAD5 0x4FD4 # 0 +0x0000FAD6 0x5CF4 # 0 +0x0000FAD7 0x5F26 # 0 +0x0000FAD8 0x61F8 # 0 +0x0000FAD9 0x665B # 0 +0x0000FADA 0x6CEB # 0 +0x0000FADB 0x70AB # 0 +0x0000FADC 0x7384 # 0 +0x0000FADD 0x73B9 # 0 +0x0000FADE 0x73FE # 0 +0x0000FADF 0x7729 # 0 +0x0000FAE0 0x774D # 0 +0x0000FAE1 0x7D43 # 0 +0x0000FAE2 0x7D62 # 0 +0x0000FAE3 0x7E23 # 0 +0x0000FAE4 0x8237 # 0 +0x0000FAE5 0x8852 # 0 +0x0000FAE6 0xFA0A # 0 +0x0000FAE7 0x8CE2 # 0 +0x0000FAE8 0x9249 # 0 +0x0000FAE9 0x986F # 0 +0x0000FAEA 0x5B51 # 0 +0x0000FAEB 0x7A74 # 0 +0x0000FAEC 0x8840 # 0 +0x0000FAED 0x9801 # 0 +0x0000FAEE 0x5ACC # 0 +0x0000FAEF 0x4FE0 # 0 +0x0000FAF0 0x5354 # 0 +0x0000FAF1 0x593E # 0 +0x0000FAF2 0x5CFD # 0 +0x0000FAF3 0x633E # 0 +0x0000FAF4 0x6D79 # 0 +0x0000FAF5 0x72F9 # 0 +0x0000FAF6 0x8105 # 0 +0x0000FAF7 0x8107 # 0 +0x0000FAF8 0x83A2 # 0 +0x0000FAF9 0x92CF # 0 +0x0000FAFA 0x9830 # 0 +0x0000FAFB 0x4EA8 # 0 +0x0000FAFC 0x5144 # 0 +0x0000FAFD 0x5211 # 0 +0x0000FAFE 0x578B # 0 +0x0000FBA1 0x5F62 # 0 +0x0000FBA2 0x6CC2 # 0 +0x0000FBA3 0x6ECE # 0 +0x0000FBA4 0x7005 # 0 +0x0000FBA5 0x7050 # 0 +0x0000FBA6 0x70AF # 0 +0x0000FBA7 0x7192 # 0 +0x0000FBA8 0x73E9 # 0 +0x0000FBA9 0x7469 # 0 +0x0000FBAA 0x834A # 0 +0x0000FBAB 0x87A2 # 0 +0x0000FBAC 0x8861 # 0 +0x0000FBAD 0x9008 # 0 +0x0000FBAE 0x90A2 # 0 +0x0000FBAF 0x93A3 # 0 +0x0000FBB0 0x99A8 # 0 +0x0000FBB1 0x516E # 0 +0x0000FBB2 0x5F57 # 0 +0x0000FBB3 0x60E0 # 0 +0x0000FBB4 0x6167 # 0 +0x0000FBB5 0x66B3 # 0 +0x0000FBB6 0x8559 # 0 +0x0000FBB7 0x8E4A # 0 +0x0000FBB8 0x91AF # 0 +0x0000FBB9 0x978B # 0 +0x0000FBBA 0x4E4E # 0 +0x0000FBBB 0x4E92 # 0 +0x0000FBBC 0x547C # 0 +0x0000FBBD 0x58D5 # 0 +0x0000FBBE 0x58FA # 0 +0x0000FBBF 0x597D # 0 +0x0000FBC0 0x5CB5 # 0 +0x0000FBC1 0x5F27 # 0 +0x0000FBC2 0x6236 # 0 +0x0000FBC3 0x6248 # 0 +0x0000FBC4 0x660A # 0 +0x0000FBC5 0x6667 # 0 +0x0000FBC6 0x6BEB # 0 +0x0000FBC7 0x6D69 # 0 +0x0000FBC8 0x6DCF # 0 +0x0000FBC9 0x6E56 # 0 +0x0000FBCA 0x6EF8 # 0 +0x0000FBCB 0x6F94 # 0 +0x0000FBCC 0x6FE0 # 0 +0x0000FBCD 0x6FE9 # 0 +0x0000FBCE 0x705D # 0 +0x0000FBCF 0x72D0 # 0 +0x0000FBD0 0x7425 # 0 +0x0000FBD1 0x745A # 0 +0x0000FBD2 0x74E0 # 0 +0x0000FBD3 0x7693 # 0 +0x0000FBD4 0x795C # 0 +0x0000FBD5 0x7CCA # 0 +0x0000FBD6 0x7E1E # 0 +0x0000FBD7 0x80E1 # 0 +0x0000FBD8 0x82A6 # 0 +0x0000FBD9 0x846B # 0 +0x0000FBDA 0x84BF # 0 +0x0000FBDB 0x864E # 0 +0x0000FBDC 0x865F # 0 +0x0000FBDD 0x8774 # 0 +0x0000FBDE 0x8B77 # 0 +0x0000FBDF 0x8C6A # 0 +0x0000FBE0 0x93AC # 0 +0x0000FBE1 0x9800 # 0 +0x0000FBE2 0x9865 # 0 +0x0000FBE3 0x60D1 # 0 +0x0000FBE4 0x6216 # 0 +0x0000FBE5 0x9177 # 0 +0x0000FBE6 0x5A5A # 0 +0x0000FBE7 0x660F # 0 +0x0000FBE8 0x6DF7 # 0 +0x0000FBE9 0x6E3E # 0 +0x0000FBEA 0x743F # 0 +0x0000FBEB 0x9B42 # 0 +0x0000FBEC 0x5FFD # 0 +0x0000FBED 0x60DA # 0 +0x0000FBEE 0x7B0F # 0 +0x0000FBEF 0x54C4 # 0 +0x0000FBF0 0x5F18 # 0 +0x0000FBF1 0x6C5E # 0 +0x0000FBF2 0x6CD3 # 0 +0x0000FBF3 0x6D2A # 0 +0x0000FBF4 0x70D8 # 0 +0x0000FBF5 0x7D05 # 0 +0x0000FBF6 0x8679 # 0 +0x0000FBF7 0x8A0C # 0 +0x0000FBF8 0x9D3B # 0 +0x0000FBF9 0x5316 # 0 +0x0000FBFA 0x548C # 0 +0x0000FBFB 0x5B05 # 0 +0x0000FBFC 0x6A3A # 0 +0x0000FBFD 0x706B # 0 +0x0000FBFE 0x7575 # 0 +0x0000FCA1 0x798D # 0 +0x0000FCA2 0x79BE # 0 +0x0000FCA3 0x82B1 # 0 +0x0000FCA4 0x83EF # 0 +0x0000FCA5 0x8A71 # 0 +0x0000FCA6 0x8B41 # 0 +0x0000FCA7 0x8CA8 # 0 +0x0000FCA8 0x9774 # 0 +0x0000FCA9 0xFA0B # 0 +0x0000FCAA 0x64F4 # 0 +0x0000FCAB 0x652B # 0 +0x0000FCAC 0x78BA # 0 +0x0000FCAD 0x78BB # 0 +0x0000FCAE 0x7A6B # 0 +0x0000FCAF 0x4E38 # 0 +0x0000FCB0 0x559A # 0 +0x0000FCB1 0x5950 # 0 +0x0000FCB2 0x5BA6 # 0 +0x0000FCB3 0x5E7B # 0 +0x0000FCB4 0x60A3 # 0 +0x0000FCB5 0x63DB # 0 +0x0000FCB6 0x6B61 # 0 +0x0000FCB7 0x6665 # 0 +0x0000FCB8 0x6853 # 0 +0x0000FCB9 0x6E19 # 0 +0x0000FCBA 0x7165 # 0 +0x0000FCBB 0x74B0 # 0 +0x0000FCBC 0x7D08 # 0 +0x0000FCBD 0x9084 # 0 +0x0000FCBE 0x9A69 # 0 +0x0000FCBF 0x9C25 # 0 +0x0000FCC0 0x6D3B # 0 +0x0000FCC1 0x6ED1 # 0 +0x0000FCC2 0x733E # 0 +0x0000FCC3 0x8C41 # 0 +0x0000FCC4 0x95CA # 0 +0x0000FCC5 0x51F0 # 0 +0x0000FCC6 0x5E4C # 0 +0x0000FCC7 0x5FA8 # 0 +0x0000FCC8 0x604D # 0 +0x0000FCC9 0x60F6 # 0 +0x0000FCCA 0x6130 # 0 +0x0000FCCB 0x614C # 0 +0x0000FCCC 0x6643 # 0 +0x0000FCCD 0x6644 # 0 +0x0000FCCE 0x69A5 # 0 +0x0000FCCF 0x6CC1 # 0 +0x0000FCD0 0x6E5F # 0 +0x0000FCD1 0x6EC9 # 0 +0x0000FCD2 0x6F62 # 0 +0x0000FCD3 0x714C # 0 +0x0000FCD4 0x749C # 0 +0x0000FCD5 0x7687 # 0 +0x0000FCD6 0x7BC1 # 0 +0x0000FCD7 0x7C27 # 0 +0x0000FCD8 0x8352 # 0 +0x0000FCD9 0x8757 # 0 +0x0000FCDA 0x9051 # 0 +0x0000FCDB 0x968D # 0 +0x0000FCDC 0x9EC3 # 0 +0x0000FCDD 0x532F # 0 +0x0000FCDE 0x56DE # 0 +0x0000FCDF 0x5EFB # 0 +0x0000FCE0 0x5F8A # 0 +0x0000FCE1 0x6062 # 0 +0x0000FCE2 0x6094 # 0 +0x0000FCE3 0x61F7 # 0 +0x0000FCE4 0x6666 # 0 +0x0000FCE5 0x6703 # 0 +0x0000FCE6 0x6A9C # 0 +0x0000FCE7 0x6DEE # 0 +0x0000FCE8 0x6FAE # 0 +0x0000FCE9 0x7070 # 0 +0x0000FCEA 0x736A # 0 +0x0000FCEB 0x7E6A # 0 +0x0000FCEC 0x81BE # 0 +0x0000FCED 0x8334 # 0 +0x0000FCEE 0x86D4 # 0 +0x0000FCEF 0x8AA8 # 0 +0x0000FCF0 0x8CC4 # 0 +0x0000FCF1 0x5283 # 0 +0x0000FCF2 0x7372 # 0 +0x0000FCF3 0x5B96 # 0 +0x0000FCF4 0x6A6B # 0 +0x0000FCF5 0x9404 # 0 +0x0000FCF6 0x54EE # 0 +0x0000FCF7 0x5686 # 0 +0x0000FCF8 0x5B5D # 0 +0x0000FCF9 0x6548 # 0 +0x0000FCFA 0x6585 # 0 +0x0000FCFB 0x66C9 # 0 +0x0000FCFC 0x689F # 0 +0x0000FCFD 0x6D8D # 0 +0x0000FCFE 0x6DC6 # 0 +0x0000FDA1 0x723B # 0 +0x0000FDA2 0x80B4 # 0 +0x0000FDA3 0x9175 # 0 +0x0000FDA4 0x9A4D # 0 +0x0000FDA5 0x4FAF # 0 +0x0000FDA6 0x5019 # 0 +0x0000FDA7 0x539A # 0 +0x0000FDA8 0x540E # 0 +0x0000FDA9 0x543C # 0 +0x0000FDAA 0x5589 # 0 +0x0000FDAB 0x55C5 # 0 +0x0000FDAC 0x5E3F # 0 +0x0000FDAD 0x5F8C # 0 +0x0000FDAE 0x673D # 0 +0x0000FDAF 0x7166 # 0 +0x0000FDB0 0x73DD # 0 +0x0000FDB1 0x9005 # 0 +0x0000FDB2 0x52DB # 0 +0x0000FDB3 0x52F3 # 0 +0x0000FDB4 0x5864 # 0 +0x0000FDB5 0x58CE # 0 +0x0000FDB6 0x7104 # 0 +0x0000FDB7 0x718F # 0 +0x0000FDB8 0x71FB # 0 +0x0000FDB9 0x85B0 # 0 +0x0000FDBA 0x8A13 # 0 +0x0000FDBB 0x6688 # 0 +0x0000FDBC 0x85A8 # 0 +0x0000FDBD 0x55A7 # 0 +0x0000FDBE 0x6684 # 0 +0x0000FDBF 0x714A # 0 +0x0000FDC0 0x8431 # 0 +0x0000FDC1 0x5349 # 0 +0x0000FDC2 0x5599 # 0 +0x0000FDC3 0x6BC1 # 0 +0x0000FDC4 0x5F59 # 0 +0x0000FDC5 0x5FBD # 0 +0x0000FDC6 0x63EE # 0 +0x0000FDC7 0x6689 # 0 +0x0000FDC8 0x7147 # 0 +0x0000FDC9 0x8AF1 # 0 +0x0000FDCA 0x8F1D # 0 +0x0000FDCB 0x9EBE # 0 +0x0000FDCC 0x4F11 # 0 +0x0000FDCD 0x643A # 0 +0x0000FDCE 0x70CB # 0 +0x0000FDCF 0x7566 # 0 +0x0000FDD0 0x8667 # 0 +0x0000FDD1 0x6064 # 0 +0x0000FDD2 0x8B4E # 0 +0x0000FDD3 0x9DF8 # 0 +0x0000FDD4 0x5147 # 0 +0x0000FDD5 0x51F6 # 0 +0x0000FDD6 0x5308 # 0 +0x0000FDD7 0x6D36 # 0 +0x0000FDD8 0x80F8 # 0 +0x0000FDD9 0x9ED1 # 0 +0x0000FDDA 0x6615 # 0 +0x0000FDDB 0x6B23 # 0 +0x0000FDDC 0x7098 # 0 +0x0000FDDD 0x75D5 # 0 +0x0000FDDE 0x5403 # 0 +0x0000FDDF 0x5C79 # 0 +0x0000FDE0 0x7D07 # 0 +0x0000FDE1 0x8A16 # 0 +0x0000FDE2 0x6B20 # 0 +0x0000FDE3 0x6B3D # 0 +0x0000FDE4 0x6B46 # 0 +0x0000FDE5 0x5438 # 0 +0x0000FDE6 0x6070 # 0 +0x0000FDE7 0x6D3D # 0 +0x0000FDE8 0x7FD5 # 0 +0x0000FDE9 0x8208 # 0 +0x0000FDEA 0x50D6 # 0 +0x0000FDEB 0x51DE # 0 +0x0000FDEC 0x559C # 0 +0x0000FDED 0x566B # 0 +0x0000FDEE 0x56CD # 0 +0x0000FDEF 0x59EC # 0 +0x0000FDF0 0x5B09 # 0 +0x0000FDF1 0x5E0C # 0 +0x0000FDF2 0x6199 # 0 +0x0000FDF3 0x6198 # 0 +0x0000FDF4 0x6231 # 0 +0x0000FDF5 0x665E # 0 +0x0000FDF6 0x66E6 # 0 +0x0000FDF7 0x7199 # 0 +0x0000FDF8 0x71B9 # 0 +0x0000FDF9 0x71BA # 0 +0x0000FDFA 0x72A7 # 0 +0x0000FDFB 0x79A7 # 0 +0x0000FDFC 0x7A00 # 0 +0x0000FDFD 0x7FB2 # 0 +0x0000FDFE 0x8A70 # 0 +0x0000FEA1 0xF75E # 0 +0x0000FEA2 0xF75F # 0 +0x0000FEA3 0xF760 # 0 +0x0000FEA4 0xF761 # 0 +0x0000FEA5 0xF762 # 0 +0x0000FEA6 0xF763 # 0 +0x0000FEA7 0xF764 # 0 +0x0000FEA8 0xF765 # 0 +0x0000FEA9 0xF766 # 0 +0x0000FEAA 0xF767 # 0 +0x0000FEAB 0xF768 # 0 +0x0000FEAC 0xF769 # 0 +0x0000FEAD 0xF76A # 0 +0x0000FEAE 0xF76B # 0 +0x0000FEAF 0xF76C # 0 +0x0000FEB0 0xF76D # 0 +0x0000FEB1 0xF76E # 0 +0x0000FEB2 0xF76F # 0 +0x0000FEB3 0xF770 # 0 +0x0000FEB4 0xF771 # 0 +0x0000FEB5 0xF772 # 0 +0x0000FEB6 0xF773 # 0 +0x0000FEB7 0xF774 # 0 +0x0000FEB8 0xF775 # 0 +0x0000FEB9 0xF776 # 0 +0x0000FEBA 0xF777 # 0 +0x0000FEBB 0xF778 # 0 +0x0000FEBC 0xF779 # 0 +0x0000FEBD 0xF77A # 0 +0x0000FEBE 0xF77B # 0 +0x0000FEBF 0xF77C # 0 +0x0000FEC0 0xF77D # 0 +0x0000FEC1 0xF77E # 0 +0x0000FEC2 0xF77F # 0 +0x0000FEC3 0xF780 # 0 +0x0000FEC4 0xF781 # 0 +0x0000FEC5 0xF782 # 0 +0x0000FEC6 0xF783 # 0 +0x0000FEC7 0xF784 # 0 +0x0000FEC8 0xF785 # 0 +0x0000FEC9 0xF786 # 0 +0x0000FECA 0xF787 # 0 +0x0000FECB 0xF788 # 0 +0x0000FECC 0xF789 # 0 +0x0000FECD 0xF78A # 0 +0x0000FECE 0xF78B # 0 +0x0000FECF 0xF78C # 0 +0x0000FED0 0xF78D # 0 +0x0000FED1 0xF78E # 0 +0x0000FED2 0xF78F # 0 +0x0000FED3 0xF790 # 0 +0x0000FED4 0xF791 # 0 +0x0000FED5 0xF792 # 0 +0x0000FED6 0xF793 # 0 +0x0000FED7 0xF794 # 0 +0x0000FED8 0xF795 # 0 +0x0000FED9 0xF796 # 0 +0x0000FEDA 0xF797 # 0 +0x0000FEDB 0xF798 # 0 +0x0000FEDC 0xF799 # 0 +0x0000FEDD 0xF79A # 0 +0x0000FEDE 0xF79B # 0 +0x0000FEDF 0xF79C # 0 +0x0000FEE0 0xF79D # 0 +0x0000FEE1 0xF79E # 0 +0x0000FEE2 0xF79F # 0 +0x0000FEE3 0xF7A0 # 0 +0x0000FEE4 0xF7A1 # 0 +0x0000FEE5 0xF7A2 # 0 +0x0000FEE6 0xF7A3 # 0 +0x0000FEE7 0xF7A4 # 0 +0x0000FEE8 0xF7A5 # 0 +0x0000FEE9 0xF7A6 # 0 +0x0000FEEA 0xF7A7 # 0 +0x0000FEEB 0xF7A8 # 0 +0x0000FEEC 0xF7A9 # 0 +0x0000FEED 0xF7AA # 0 +0x0000FEEE 0xF7AB # 0 +0x0000FEEF 0xF7AC # 0 +0x0000FEF0 0xF7AD # 0 +0x0000FEF1 0xF7AE # 0 +0x0000FEF2 0xF7AF # 0 +0x0000FEF3 0xF7B0 # 0 +0x0000FEF4 0xF7B1 # 0 +0x0000FEF5 0xF7B2 # 0 +0x0000FEF6 0xF7B3 # 0 +0x0000FEF7 0xF7B4 # 0 +0x0000FEF8 0xF7B5 # 0 +0x0000FEF9 0xF7B6 # 0 +0x0000FEFA 0xF7B7 # 0 +0x0000FEFB 0xF7B8 # 0 +0x0000FEFC 0xF7B9 # 0 +0x0000FEFD 0xF7BA # 0 +0x0000FEFE 0xF7BB # 0 diff --git a/data/euc-tw.txt b/data/euc-tw.txt new file mode 100644 index 0000000000..98a2ab5d86 --- /dev/null +++ b/data/euc-tw.txt @@ -0,0 +1,17840 @@ +# euc-tw.txt - EUC to Unicode charmap +0x00000000 0x0000 # 0 +0x00000001 0x0001 # 0 +0x00000002 0x0002 # 0 +0x00000003 0x0003 # 0 +0x00000004 0x0004 # 0 +0x00000005 0x0005 # 0 +0x00000006 0x0006 # 0 +0x00000007 0x0007 # 0 +0x00000008 0x0008 # 0 +0x00000009 0x0009 # 0 +0x0000000A 0x000A # 0 +0x0000000B 0x000B # 0 +0x0000000C 0x000C # 0 +0x0000000D 0x000D # 0 +0x0000000E 0x000E # 0 +0x0000000F 0x000F # 0 +0x00000010 0x0010 # 0 +0x00000011 0x0011 # 0 +0x00000012 0x0012 # 0 +0x00000013 0x0013 # 0 +0x00000014 0x0014 # 0 +0x00000015 0x0015 # 0 +0x00000016 0x0016 # 0 +0x00000017 0x0017 # 0 +0x00000018 0x0018 # 0 +0x00000019 0x0019 # 0 +0x0000001A 0x001A # 0 +0x0000001B 0x001B # 0 +0x0000001C 0x001C # 0 +0x0000001D 0x001D # 0 +0x0000001E 0x001E # 0 +0x0000001F 0x001F # 0 +0x00000020 0x0020 # 0 +0x00000021 0x0021 # 0 +0x00000022 0x0022 # 0 +0x00000023 0x0023 # 0 +0x00000024 0x0024 # 0 +0x00000025 0x0025 # 0 +0x00000026 0x0026 # 0 +0x00000027 0x0027 # 0 +0x00000028 0x0028 # 0 +0x00000029 0x0029 # 0 +0x0000002A 0x002A # 0 +0x0000002B 0x002B # 0 +0x0000002C 0x002C # 0 +0x0000002D 0x002D # 0 +0x0000002E 0x002E # 0 +0x0000002F 0x002F # 0 +0x00000030 0x0030 # 0 +0x00000031 0x0031 # 0 +0x00000032 0x0032 # 0 +0x00000033 0x0033 # 0 +0x00000034 0x0034 # 0 +0x00000035 0x0035 # 0 +0x00000036 0x0036 # 0 +0x00000037 0x0037 # 0 +0x00000038 0x0038 # 0 +0x00000039 0x0039 # 0 +0x0000003A 0x003A # 0 +0x0000003B 0x003B # 0 +0x0000003C 0x003C # 0 +0x0000003D 0x003D # 0 +0x0000003E 0x003E # 0 +0x0000003F 0x003F # 0 +0x00000040 0x0040 # 0 +0x00000041 0x0041 # 0 +0x00000042 0x0042 # 0 +0x00000043 0x0043 # 0 +0x00000044 0x0044 # 0 +0x00000045 0x0045 # 0 +0x00000046 0x0046 # 0 +0x00000047 0x0047 # 0 +0x00000048 0x0048 # 0 +0x00000049 0x0049 # 0 +0x0000004A 0x004A # 0 +0x0000004B 0x004B # 0 +0x0000004C 0x004C # 0 +0x0000004D 0x004D # 0 +0x0000004E 0x004E # 0 +0x0000004F 0x004F # 0 +0x00000050 0x0050 # 0 +0x00000051 0x0051 # 0 +0x00000052 0x0052 # 0 +0x00000053 0x0053 # 0 +0x00000054 0x0054 # 0 +0x00000055 0x0055 # 0 +0x00000056 0x0056 # 0 +0x00000057 0x0057 # 0 +0x00000058 0x0058 # 0 +0x00000059 0x0059 # 0 +0x0000005A 0x005A # 0 +0x0000005B 0x005B # 0 +0x0000005C 0x005C # 0 +0x0000005D 0x005D # 0 +0x0000005E 0x005E # 0 +0x0000005F 0x005F # 0 +0x00000060 0x0060 # 0 +0x00000061 0x0061 # 0 +0x00000062 0x0062 # 0 +0x00000063 0x0063 # 0 +0x00000064 0x0064 # 0 +0x00000065 0x0065 # 0 +0x00000066 0x0066 # 0 +0x00000067 0x0067 # 0 +0x00000068 0x0068 # 0 +0x00000069 0x0069 # 0 +0x0000006A 0x006A # 0 +0x0000006B 0x006B # 0 +0x0000006C 0x006C # 0 +0x0000006D 0x006D # 0 +0x0000006E 0x006E # 0 +0x0000006F 0x006F # 0 +0x00000070 0x0070 # 0 +0x00000071 0x0071 # 0 +0x00000072 0x0072 # 0 +0x00000073 0x0073 # 0 +0x00000074 0x0074 # 0 +0x00000075 0x0075 # 0 +0x00000076 0x0076 # 0 +0x00000077 0x0077 # 0 +0x00000078 0x0078 # 0 +0x00000079 0x0079 # 0 +0x0000007A 0x007A # 0 +0x0000007B 0x007B # 0 +0x0000007C 0x007C # 0 +0x0000007D 0x007D # 0 +0x0000007E 0x007E # 0 +0x0000007F 0x007F # 0 +0x0000A1A1 0x3000 # 0 +0x0000A1A2 0xFF0C # 0 +0x0000A1A3 0x3001 # 0 +0x0000A1A4 0x3002 # 0 +0x0000A1A5 0xFF0E # 0 +0x0000A1A6 0x30FB # 0 +0x0000A1A7 0xFF1B # 0 +0x0000A1A8 0xFF1A # 0 +0x0000A1A9 0xFF1F # 0 +0x0000A1AA 0xFF01 # 0 +0x0000A1AB 0xFE30 # 0 +0x0000A1AC 0x2026 # 0 +0x0000A1AD 0x2025 # 0 +0x0000A1AE 0xFE50 # 0 +0x0000A1AF 0xFE51 # 0 +0x0000A1B0 0xFE52 # 0 +0x0000A1B1 0x00B7 # 0 +0x0000A1B2 0xFE54 # 0 +0x0000A1B3 0xFE55 # 0 +0x0000A1B4 0xFE56 # 0 +0x0000A1B5 0xFE57 # 0 +0x0000A1B6 0xFE31 # 0 +0x0000A1B7 0x2014 # 0 +0x0000A1B8 0xFE32 # 0 +0x0000A1B9 0x2013 # 0 +0x0000A1BE 0xFF08 # 0 +0x0000A1BF 0xFF09 # 0 +0x0000A1C0 0xFE35 # 0 +0x0000A1C1 0xFE36 # 0 +0x0000A1C2 0xFF5B # 0 +0x0000A1C3 0xFF5D # 0 +0x0000A1C4 0xFE37 # 0 +0x0000A1C5 0xFE38 # 0 +0x0000A1C6 0x3014 # 0 +0x0000A1C7 0x3015 # 0 +0x0000A1C8 0xFE39 # 0 +0x0000A1C9 0xFE3A # 0 +0x0000A1CA 0x3010 # 0 +0x0000A1CB 0x3011 # 0 +0x0000A1CC 0xFE3B # 0 +0x0000A1CD 0xFE3C # 0 +0x0000A1CE 0x300A # 0 +0x0000A1CF 0x300B # 0 +0x0000A1D0 0xFE3D # 0 +0x0000A1D1 0xFE3E # 0 +0x0000A1D2 0x3008 # 0 +0x0000A1D3 0x3009 # 0 +0x0000A1D4 0xFE3F # 0 +0x0000A1D5 0xFE40 # 0 +0x0000A1D6 0x300C # 0 +0x0000A1D7 0x300D # 0 +0x0000A1D8 0xFE41 # 0 +0x0000A1D9 0xFE42 # 0 +0x0000A1DA 0x300E # 0 +0x0000A1DB 0x300F # 0 +0x0000A1DC 0xFE43 # 0 +0x0000A1DD 0xFE44 # 0 +0x0000A1DE 0xFE59 # 0 +0x0000A1DF 0xFE5A # 0 +0x0000A1E0 0xFE5B # 0 +0x0000A1E1 0xFE5C # 0 +0x0000A1E2 0xFE5D # 0 +0x0000A1E3 0xFE5E # 0 +0x0000A1E4 0x2018 # 0 +0x0000A1E5 0x2019 # 0 +0x0000A1E6 0x201C # 0 +0x0000A1E7 0x201D # 0 +0x0000A1E8 0x301D # 0 +0x0000A1E9 0x301E # 0 +0x0000A1EA 0x2032 # 0 +0x0000A1EB 0x2035 # 0 +0x0000A1EC 0xFF03 # 0 +0x0000A1ED 0xFF06 # 0 +0x0000A1EE 0xFF0A # 0 +0x0000A1EF 0x203B # 0 +0x0000A1F0 0x00A7 # 0 +0x0000A1F1 0x3003 # 0 +0x0000A1F2 0x25CB # 0 +0x0000A1F3 0x25CF # 0 +0x0000A1F4 0x25B3 # 0 +0x0000A1F5 0x25B2 # 0 +0x0000A1F6 0x25CE # 0 +0x0000A1F7 0x2606 # 0 +0x0000A1F8 0x2605 # 0 +0x0000A1F9 0x25C7 # 0 +0x0000A1FA 0x25C6 # 0 +0x0000A1FB 0x25A1 # 0 +0x0000A1FC 0x25A0 # 0 +0x0000A1FD 0x25BD # 0 +0x0000A1FE 0x25BC # 0 +0x0000A2A1 0x32A3 # 0 +0x0000A2A2 0x2105 # 0 +0x0000A2A3 0x203E # 0 +0x0000A2A5 0xFF3F # 0 +0x0000A2A7 0xFE49 # 0 +0x0000A2A8 0xFE4A # 0 +0x0000A2A9 0xFE4D # 0 +0x0000A2AA 0xFE4E # 0 +0x0000A2AB 0xFE4B # 0 +0x0000A2AC 0xFE4C # 0 +0x0000A2AD 0xFE5F # 0 +0x0000A2AE 0xFE60 # 0 +0x0000A2AF 0xFE61 # 0 +0x0000A2B0 0xFF0B # 0 +0x0000A2B1 0xFF0D # 0 +0x0000A2B2 0x00D7 # 0 +0x0000A2B3 0x00F7 # 0 +0x0000A2B4 0x00B1 # 0 +0x0000A2B5 0x221A # 0 +0x0000A2B6 0xFF1C # 0 +0x0000A2B7 0xFF1E # 0 +0x0000A2B8 0xFF1D # 0 +0x0000A2B9 0x2266 # 0 +0x0000A2BA 0x2267 # 0 +0x0000A2BB 0x2260 # 0 +0x0000A2BC 0x221E # 0 +0x0000A2BD 0x2252 # 0 +0x0000A2BE 0x2261 # 0 +0x0000A2BF 0xFE62 # 0 +0x0000A2C0 0xFE63 # 0 +0x0000A2C1 0xFE64 # 0 +0x0000A2C2 0xFE66 # 0 +0x0000A2C3 0xFE65 # 0 +0x0000A2C4 0x223C # 0 +0x0000A2C5 0x2229 # 0 +0x0000A2C6 0x222A # 0 +0x0000A2C7 0x22A5 # 0 +0x0000A2C8 0x2220 # 0 +0x0000A2C9 0x221F # 0 +0x0000A2CA 0x22BF # 0 +0x0000A2CB 0x33D2 # 0 +0x0000A2CC 0x33D1 # 0 +0x0000A2CD 0x222B # 0 +0x0000A2CE 0x222E # 0 +0x0000A2CF 0x2235 # 0 +0x0000A2D0 0x2234 # 0 +0x0000A2D1 0x2640 # 0 +0x0000A2D2 0x2642 # 0 +0x0000A2D3 0x2641 # 0 +0x0000A2D4 0x2609 # 0 +0x0000A2D5 0x2191 # 0 +0x0000A2D6 0x2193 # 0 +0x0000A2D7 0x2192 # 0 +0x0000A2D8 0x2190 # 0 +0x0000A2D9 0x2196 # 0 +0x0000A2DA 0x2197 # 0 +0x0000A2DB 0x2199 # 0 +0x0000A2DC 0x2198 # 0 +0x0000A2DD 0x2016 # 0 +0x0000A2DE 0xFF5C # 0 +0x0000A2DF 0xFF0F # 0 +0x0000A2E0 0xFF3C # 0 +0x0000A2E1 0x2215 # 0 +0x0000A2E2 0xFE68 # 0 +0x0000A2E3 0xFF04 # 0 +0x0000A2E4 0xFFE5 # 0 +0x0000A2E5 0x3012 # 0 +0x0000A2E6 0xFFE0 # 0 +0x0000A2E7 0xFFE1 # 0 +0x0000A2E8 0xFF05 # 0 +0x0000A2E9 0xFF20 # 0 +0x0000A2EA 0x2103 # 0 +0x0000A2EB 0x2109 # 0 +0x0000A2EC 0xFE69 # 0 +0x0000A2ED 0xFE6A # 0 +0x0000A2EE 0xFE6B # 0 +0x0000A2EF 0x33D5 # 0 +0x0000A2F0 0x339C # 0 +0x0000A2F1 0x339D # 0 +0x0000A2F2 0x339E # 0 +0x0000A2F3 0x33CE # 0 +0x0000A2F4 0x33A1 # 0 +0x0000A2F5 0x338E # 0 +0x0000A2F6 0x338F # 0 +0x0000A2F7 0x33C4 # 0 +0x0000A2F8 0x00B0 # 0 +0x0000A2F9 0x5159 # 0 +0x0000A2FA 0x515B # 0 +0x0000A2FB 0x515E # 0 +0x0000A2FC 0x515D # 0 +0x0000A2FD 0x5161 # 0 +0x0000A2FE 0x5163 # 0 +0x0000A3A1 0x55E7 # 0 +0x0000A3A2 0x74E9 # 0 +0x0000A3A3 0x7CCE # 0 +0x0000A3A4 0x2581 # 0 +0x0000A3A5 0x2582 # 0 +0x0000A3A6 0x2583 # 0 +0x0000A3A7 0x2584 # 0 +0x0000A3A8 0x2585 # 0 +0x0000A3A9 0x2586 # 0 +0x0000A3AA 0x2587 # 0 +0x0000A3AB 0x2588 # 0 +0x0000A3AC 0x258F # 0 +0x0000A3AD 0x258E # 0 +0x0000A3AE 0x258D # 0 +0x0000A3AF 0x258C # 0 +0x0000A3B0 0x258B # 0 +0x0000A3B1 0x258A # 0 +0x0000A3B2 0x2589 # 0 +0x0000A3B3 0x253C # 0 +0x0000A3B4 0x2534 # 0 +0x0000A3B5 0x252C # 0 +0x0000A3B6 0x2524 # 0 +0x0000A3B7 0x251C # 0 +0x0000A3B8 0x2594 # 0 +0x0000A3B9 0x2500 # 0 +0x0000A3BA 0x2502 # 0 +0x0000A3BB 0x2595 # 0 +0x0000A3BC 0x250C # 0 +0x0000A3BD 0x2510 # 0 +0x0000A3BE 0x2514 # 0 +0x0000A3BF 0x2518 # 0 +0x0000A3C0 0x256D # 0 +0x0000A3C1 0x256E # 0 +0x0000A3C2 0x2570 # 0 +0x0000A3C3 0x256F # 0 +0x0000A3C4 0x2550 # 0 +0x0000A3C5 0x255E # 0 +0x0000A3C6 0x256A # 0 +0x0000A3C7 0x2561 # 0 +0x0000A3C8 0x25E2 # 0 +0x0000A3C9 0x25E3 # 0 +0x0000A3CA 0x25E5 # 0 +0x0000A3CB 0x25E4 # 0 +0x0000A3CC 0x2571 # 0 +0x0000A3CD 0x2572 # 0 +0x0000A3CE 0x2573 # 0 +0x0000A4A1 0xFF10 # 0 +0x0000A4A2 0xFF11 # 0 +0x0000A4A3 0xFF12 # 0 +0x0000A4A4 0xFF13 # 0 +0x0000A4A5 0xFF14 # 0 +0x0000A4A6 0xFF15 # 0 +0x0000A4A7 0xFF16 # 0 +0x0000A4A8 0xFF17 # 0 +0x0000A4A9 0xFF18 # 0 +0x0000A4AA 0xFF19 # 0 +0x0000A4AB 0x2160 # 0 +0x0000A4AC 0x2161 # 0 +0x0000A4AD 0x2162 # 0 +0x0000A4AE 0x2163 # 0 +0x0000A4AF 0x2164 # 0 +0x0000A4B0 0x2165 # 0 +0x0000A4B1 0x2166 # 0 +0x0000A4B2 0x2167 # 0 +0x0000A4B3 0x2168 # 0 +0x0000A4B4 0x2169 # 0 +0x0000A4B5 0x3021 # 0 +0x0000A4B6 0x3022 # 0 +0x0000A4B7 0x3023 # 0 +0x0000A4B8 0x3024 # 0 +0x0000A4B9 0x3025 # 0 +0x0000A4BA 0x3026 # 0 +0x0000A4BB 0x3027 # 0 +0x0000A4BC 0x3028 # 0 +0x0000A4BD 0x3029 # 0 +0x0000A4BF 0x5344 # 0 +0x0000A4C1 0xFF21 # 0 +0x0000A4C2 0xFF22 # 0 +0x0000A4C3 0xFF23 # 0 +0x0000A4C4 0xFF24 # 0 +0x0000A4C5 0xFF25 # 0 +0x0000A4C6 0xFF26 # 0 +0x0000A4C7 0xFF27 # 0 +0x0000A4C8 0xFF28 # 0 +0x0000A4C9 0xFF29 # 0 +0x0000A4CA 0xFF2A # 0 +0x0000A4CB 0xFF2B # 0 +0x0000A4CC 0xFF2C # 0 +0x0000A4CD 0xFF2D # 0 +0x0000A4CE 0xFF2E # 0 +0x0000A4CF 0xFF2F # 0 +0x0000A4D0 0xFF30 # 0 +0x0000A4D1 0xFF31 # 0 +0x0000A4D2 0xFF32 # 0 +0x0000A4D3 0xFF33 # 0 +0x0000A4D4 0xFF34 # 0 +0x0000A4D5 0xFF35 # 0 +0x0000A4D6 0xFF36 # 0 +0x0000A4D7 0xFF37 # 0 +0x0000A4D8 0xFF38 # 0 +0x0000A4D9 0xFF39 # 0 +0x0000A4DA 0xFF3A # 0 +0x0000A4DB 0xFF41 # 0 +0x0000A4DC 0xFF42 # 0 +0x0000A4DD 0xFF43 # 0 +0x0000A4DE 0xFF44 # 0 +0x0000A4DF 0xFF45 # 0 +0x0000A4E0 0xFF46 # 0 +0x0000A4E1 0xFF47 # 0 +0x0000A4E2 0xFF48 # 0 +0x0000A4E3 0xFF49 # 0 +0x0000A4E4 0xFF4A # 0 +0x0000A4E5 0xFF4B # 0 +0x0000A4E6 0xFF4C # 0 +0x0000A4E7 0xFF4D # 0 +0x0000A4E8 0xFF4E # 0 +0x0000A4E9 0xFF4F # 0 +0x0000A4EA 0xFF50 # 0 +0x0000A4EB 0xFF51 # 0 +0x0000A4EC 0xFF52 # 0 +0x0000A4ED 0xFF53 # 0 +0x0000A4EE 0xFF54 # 0 +0x0000A4EF 0xFF55 # 0 +0x0000A4F0 0xFF56 # 0 +0x0000A4F1 0xFF57 # 0 +0x0000A4F2 0xFF58 # 0 +0x0000A4F3 0xFF59 # 0 +0x0000A4F4 0xFF5A # 0 +0x0000A4F5 0x0391 # 0 +0x0000A4F6 0x0392 # 0 +0x0000A4F7 0x0393 # 0 +0x0000A4F8 0x0394 # 0 +0x0000A4F9 0x0395 # 0 +0x0000A4FA 0x0396 # 0 +0x0000A4FB 0x0397 # 0 +0x0000A4FC 0x0398 # 0 +0x0000A4FD 0x0399 # 0 +0x0000A4FE 0x039A # 0 +0x0000A5A1 0x039B # 0 +0x0000A5A2 0x039C # 0 +0x0000A5A3 0x039D # 0 +0x0000A5A4 0x039E # 0 +0x0000A5A5 0x039F # 0 +0x0000A5A6 0x03A0 # 0 +0x0000A5A7 0x03A1 # 0 +0x0000A5A8 0x03A3 # 0 +0x0000A5A9 0x03A4 # 0 +0x0000A5AA 0x03A5 # 0 +0x0000A5AB 0x03A6 # 0 +0x0000A5AC 0x03A7 # 0 +0x0000A5AD 0x03A8 # 0 +0x0000A5AE 0x03A9 # 0 +0x0000A5AF 0x03B1 # 0 +0x0000A5B0 0x03B2 # 0 +0x0000A5B1 0x03B3 # 0 +0x0000A5B2 0x03B4 # 0 +0x0000A5B3 0x03B5 # 0 +0x0000A5B4 0x03B6 # 0 +0x0000A5B5 0x03B7 # 0 +0x0000A5B6 0x03B8 # 0 +0x0000A5B7 0x03B9 # 0 +0x0000A5B8 0x03BA # 0 +0x0000A5B9 0x03BB # 0 +0x0000A5BA 0x03BC # 0 +0x0000A5BB 0x03BD # 0 +0x0000A5BC 0x03BE # 0 +0x0000A5BD 0x03BF # 0 +0x0000A5BE 0x03C0 # 0 +0x0000A5BF 0x03C1 # 0 +0x0000A5C0 0x03C3 # 0 +0x0000A5C1 0x03C4 # 0 +0x0000A5C2 0x03C5 # 0 +0x0000A5C3 0x03C6 # 0 +0x0000A5C4 0x03C7 # 0 +0x0000A5C5 0x03C8 # 0 +0x0000A5C6 0x03C9 # 0 +0x0000A5C7 0x3105 # 0 +0x0000A5C8 0x3106 # 0 +0x0000A5C9 0x3107 # 0 +0x0000A5CA 0x3108 # 0 +0x0000A5CB 0x3109 # 0 +0x0000A5CC 0x310A # 0 +0x0000A5CD 0x310B # 0 +0x0000A5CE 0x310C # 0 +0x0000A5CF 0x310D # 0 +0x0000A5D0 0x310E # 0 +0x0000A5D1 0x310F # 0 +0x0000A5D2 0x3110 # 0 +0x0000A5D3 0x3111 # 0 +0x0000A5D4 0x3112 # 0 +0x0000A5D5 0x3113 # 0 +0x0000A5D6 0x3114 # 0 +0x0000A5D7 0x3115 # 0 +0x0000A5D8 0x3116 # 0 +0x0000A5D9 0x3117 # 0 +0x0000A5DA 0x3118 # 0 +0x0000A5DB 0x3119 # 0 +0x0000A5DC 0x311A # 0 +0x0000A5DD 0x311B # 0 +0x0000A5DE 0x311C # 0 +0x0000A5DF 0x311D # 0 +0x0000A5E0 0x311E # 0 +0x0000A5E1 0x311F # 0 +0x0000A5E2 0x3120 # 0 +0x0000A5E3 0x3121 # 0 +0x0000A5E4 0x3122 # 0 +0x0000A5E5 0x3123 # 0 +0x0000A5E6 0x3124 # 0 +0x0000A5E7 0x3125 # 0 +0x0000A5E8 0x3126 # 0 +0x0000A5E9 0x3127 # 0 +0x0000A5EA 0x3128 # 0 +0x0000A5EB 0x3129 # 0 +0x0000A5EC 0x02D9 # 0 +0x0000A5ED 0x02C9 # 0 +0x0000A5EE 0x02CA # 0 +0x0000A5EF 0x02C7 # 0 +0x0000A5F0 0x02CB # 0 +0x0000A6A1 0x2460 # 0 +0x0000A6A2 0x2461 # 0 +0x0000A6A3 0x2462 # 0 +0x0000A6A4 0x2463 # 0 +0x0000A6A5 0x2464 # 0 +0x0000A6A6 0x2465 # 0 +0x0000A6A7 0x2466 # 0 +0x0000A6A8 0x2467 # 0 +0x0000A6A9 0x2468 # 0 +0x0000A6AA 0x2469 # 0 +0x0000A6AB 0x2474 # 0 +0x0000A6AC 0x2475 # 0 +0x0000A6AD 0x2476 # 0 +0x0000A6AE 0x2477 # 0 +0x0000A6AF 0x2478 # 0 +0x0000A6B0 0x2479 # 0 +0x0000A6B1 0x247A # 0 +0x0000A6B2 0x247B # 0 +0x0000A6B3 0x247C # 0 +0x0000A6B4 0x247D # 0 +0x0000A6B5 0x2170 # 0 +0x0000A6B6 0x2171 # 0 +0x0000A6B7 0x2172 # 0 +0x0000A6B8 0x2173 # 0 +0x0000A6B9 0x2174 # 0 +0x0000A6BA 0x2175 # 0 +0x0000A6BB 0x2176 # 0 +0x0000A6BC 0x2177 # 0 +0x0000A6BD 0x2178 # 0 +0x0000A6BE 0x2179 # 0 +0x0000C2A1 0x2400 # 0 +0x0000C2A2 0x2401 # 0 +0x0000C2A3 0x2402 # 0 +0x0000C2A4 0x2403 # 0 +0x0000C2A5 0x2404 # 0 +0x0000C2A6 0x2405 # 0 +0x0000C2A7 0x2406 # 0 +0x0000C2A8 0x2407 # 0 +0x0000C2A9 0x2408 # 0 +0x0000C2AA 0x2409 # 0 +0x0000C2AB 0x240A # 0 +0x0000C2AC 0x240B # 0 +0x0000C2AD 0x240C # 0 +0x0000C2AE 0x240D # 0 +0x0000C2AF 0x240E # 0 +0x0000C2B0 0x240F # 0 +0x0000C2B1 0x2410 # 0 +0x0000C2B2 0x2411 # 0 +0x0000C2B3 0x2412 # 0 +0x0000C2B4 0x2413 # 0 +0x0000C2B5 0x2414 # 0 +0x0000C2B6 0x2415 # 0 +0x0000C2B7 0x2416 # 0 +0x0000C2B8 0x2417 # 0 +0x0000C2B9 0x2418 # 0 +0x0000C2BA 0x2419 # 0 +0x0000C2BB 0x241A # 0 +0x0000C2BC 0x241B # 0 +0x0000C2BD 0x241C # 0 +0x0000C2BE 0x241D # 0 +0x0000C2BF 0x241E # 0 +0x0000C2C0 0x241F # 0 +0x0000C2C1 0x2421 # 0 +0x0000C4A1 0x4E00 # 0 +0x0000C4A2 0x4E59 # 0 +0x0000C4A3 0x4E01 # 0 +0x0000C4A4 0x4E03 # 0 +0x0000C4A5 0x4E43 # 0 +0x0000C4A6 0x4E5D # 0 +0x0000C4A7 0x4E86 # 0 +0x0000C4A8 0x4E8C # 0 +0x0000C4A9 0x4EBA # 0 +0x0000C4AA 0x513F # 0 +0x0000C4AB 0x5165 # 0 +0x0000C4AC 0x516B # 0 +0x0000C4AD 0x51E0 # 0 +0x0000C4AE 0x5200 # 0 +0x0000C4AF 0x5201 # 0 +0x0000C4B0 0x529B # 0 +0x0000C4B1 0x5315 # 0 +0x0000C4B2 0x5341 # 0 +0x0000C4B3 0x535C # 0 +0x0000C4B4 0x53C8 # 0 +0x0000C4B5 0x4E09 # 0 +0x0000C4B6 0x4E0B # 0 +0x0000C4B7 0x4E08 # 0 +0x0000C4B8 0x4E0A # 0 +0x0000C4B9 0x4E2B # 0 +0x0000C4BA 0x4E38 # 0 +0x0000C4BB 0x51E1 # 0 +0x0000C4BC 0x4E45 # 0 +0x0000C4BD 0x4E48 # 0 +0x0000C4BE 0x4E5F # 0 +0x0000C4BF 0x4E5E # 0 +0x0000C4C0 0x4E8E # 0 +0x0000C4C1 0x4EA1 # 0 +0x0000C4C2 0x5140 # 0 +0x0000C4C3 0x5203 # 0 +0x0000C4C4 0x52FA # 0 +0x0000C4C5 0x5343 # 0 +0x0000C4C6 0x53C9 # 0 +0x0000C4C7 0x53E3 # 0 +0x0000C4C8 0x571F # 0 +0x0000C4C9 0x58EB # 0 +0x0000C4CA 0x5915 # 0 +0x0000C4CB 0x5927 # 0 +0x0000C4CC 0x5973 # 0 +0x0000C4CD 0x5B50 # 0 +0x0000C4CE 0x5B51 # 0 +0x0000C4CF 0x5B53 # 0 +0x0000C4D0 0x5BF8 # 0 +0x0000C4D1 0x5C0F # 0 +0x0000C4D2 0x5C22 # 0 +0x0000C4D3 0x5C38 # 0 +0x0000C4D4 0x5C71 # 0 +0x0000C4D5 0x5DDD # 0 +0x0000C4D6 0x5DE5 # 0 +0x0000C4D7 0x5DF1 # 0 +0x0000C4D8 0x5DF2 # 0 +0x0000C4D9 0x5DF3 # 0 +0x0000C4DA 0x5DFE # 0 +0x0000C4DB 0x5E72 # 0 +0x0000C4DC 0x5EFE # 0 +0x0000C4DD 0x5F0B # 0 +0x0000C4DE 0x5F13 # 0 +0x0000C4DF 0x624D # 0 +0x0000C4E0 0x4E11 # 0 +0x0000C4E1 0x4E10 # 0 +0x0000C4E2 0x4E0D # 0 +0x0000C4E3 0x4E2D # 0 +0x0000C4E4 0x4E30 # 0 +0x0000C4E5 0x4E39 # 0 +0x0000C4E6 0x4E4B # 0 +0x0000C4E7 0x5C39 # 0 +0x0000C4E8 0x4E88 # 0 +0x0000C4E9 0x4E91 # 0 +0x0000C4EA 0x4E95 # 0 +0x0000C4EB 0x4E92 # 0 +0x0000C4EC 0x4E94 # 0 +0x0000C4ED 0x4EA2 # 0 +0x0000C4EE 0x4EC1 # 0 +0x0000C4EF 0x4EC0 # 0 +0x0000C4F0 0x4EC3 # 0 +0x0000C4F1 0x4EC6 # 0 +0x0000C4F2 0x4EC7 # 0 +0x0000C4F3 0x4ECD # 0 +0x0000C4F4 0x4ECA # 0 +0x0000C4F5 0x4ECB # 0 +0x0000C4F6 0x4EC4 # 0 +0x0000C4F7 0x5143 # 0 +0x0000C4F8 0x5141 # 0 +0x0000C4F9 0x5167 # 0 +0x0000C4FA 0x516D # 0 +0x0000C4FB 0x516E # 0 +0x0000C4FC 0x516C # 0 +0x0000C4FD 0x5197 # 0 +0x0000C4FE 0x51F6 # 0 +0x0000C5A1 0x5206 # 0 +0x0000C5A2 0x5207 # 0 +0x0000C5A3 0x5208 # 0 +0x0000C5A4 0x52FB # 0 +0x0000C5A5 0x52FE # 0 +0x0000C5A6 0x52FF # 0 +0x0000C5A7 0x5316 # 0 +0x0000C5A8 0x5339 # 0 +0x0000C5A9 0x5348 # 0 +0x0000C5AA 0x5347 # 0 +0x0000C5AB 0x5345 # 0 +0x0000C5AC 0x535E # 0 +0x0000C5AD 0x5384 # 0 +0x0000C5AE 0x53CB # 0 +0x0000C5AF 0x53CA # 0 +0x0000C5B0 0x53CD # 0 +0x0000C5B1 0x58EC # 0 +0x0000C5B2 0x5929 # 0 +0x0000C5B3 0x592B # 0 +0x0000C5B4 0x592A # 0 +0x0000C5B5 0x592D # 0 +0x0000C5B6 0x5B54 # 0 +0x0000C5B7 0x5C11 # 0 +0x0000C5B8 0x5C24 # 0 +0x0000C5B9 0x5C3A # 0 +0x0000C5BA 0x5C6F # 0 +0x0000C5BB 0x5DF4 # 0 +0x0000C5BC 0x5E7B # 0 +0x0000C5BD 0x5EFF # 0 +0x0000C5BE 0x5F14 # 0 +0x0000C5BF 0x5F15 # 0 +0x0000C5C0 0x5FC3 # 0 +0x0000C5C1 0x6208 # 0 +0x0000C5C2 0x6236 # 0 +0x0000C5C3 0x624B # 0 +0x0000C5C4 0x624E # 0 +0x0000C5C5 0x652F # 0 +0x0000C5C6 0x6587 # 0 +0x0000C5C7 0x6597 # 0 +0x0000C5C8 0x65A4 # 0 +0x0000C5C9 0x65B9 # 0 +0x0000C5CA 0x65E5 # 0 +0x0000C5CB 0x66F0 # 0 +0x0000C5CC 0x6708 # 0 +0x0000C5CD 0x6728 # 0 +0x0000C5CE 0x6B20 # 0 +0x0000C5CF 0x6B62 # 0 +0x0000C5D0 0x6B79 # 0 +0x0000C5D1 0x6BCB # 0 +0x0000C5D2 0x6BD4 # 0 +0x0000C5D3 0x6BDB # 0 +0x0000C5D4 0x6C0F # 0 +0x0000C5D5 0x6C34 # 0 +0x0000C5D6 0x706B # 0 +0x0000C5D7 0x722A # 0 +0x0000C5D8 0x7236 # 0 +0x0000C5D9 0x723B # 0 +0x0000C5DA 0x7247 # 0 +0x0000C5DB 0x7259 # 0 +0x0000C5DC 0x725B # 0 +0x0000C5DD 0x72AC # 0 +0x0000C5DE 0x738B # 0 +0x0000C5DF 0x4E19 # 0 +0x0000C5E0 0x4E16 # 0 +0x0000C5E1 0x4E15 # 0 +0x0000C5E2 0x4E14 # 0 +0x0000C5E3 0x4E18 # 0 +0x0000C5E4 0x4E3B # 0 +0x0000C5E5 0x4E4D # 0 +0x0000C5E6 0x4E4F # 0 +0x0000C5E7 0x4E4E # 0 +0x0000C5E8 0x4EE5 # 0 +0x0000C5E9 0x4ED8 # 0 +0x0000C5EA 0x4ED4 # 0 +0x0000C5EB 0x4ED5 # 0 +0x0000C5EC 0x4ED6 # 0 +0x0000C5ED 0x4ED7 # 0 +0x0000C5EE 0x4EE3 # 0 +0x0000C5EF 0x4EE4 # 0 +0x0000C5F0 0x4ED9 # 0 +0x0000C5F1 0x4EDE # 0 +0x0000C5F2 0x5145 # 0 +0x0000C5F3 0x5144 # 0 +0x0000C5F4 0x5189 # 0 +0x0000C5F5 0x518A # 0 +0x0000C5F6 0x51AC # 0 +0x0000C5F7 0x51F9 # 0 +0x0000C5F8 0x51FA # 0 +0x0000C5F9 0x51F8 # 0 +0x0000C5FA 0x520A # 0 +0x0000C5FB 0x52A0 # 0 +0x0000C5FC 0x529F # 0 +0x0000C5FD 0x5305 # 0 +0x0000C5FE 0x5306 # 0 +0x0000C6A1 0x5317 # 0 +0x0000C6A2 0x531D # 0 +0x0000C6A3 0x4EDF # 0 +0x0000C6A4 0x534A # 0 +0x0000C6A5 0x5349 # 0 +0x0000C6A6 0x5361 # 0 +0x0000C6A7 0x5360 # 0 +0x0000C6A8 0x536F # 0 +0x0000C6A9 0x536E # 0 +0x0000C6AA 0x53BB # 0 +0x0000C6AB 0x53EF # 0 +0x0000C6AC 0x53E4 # 0 +0x0000C6AD 0x53F3 # 0 +0x0000C6AE 0x53EC # 0 +0x0000C6AF 0x53EE # 0 +0x0000C6B0 0x53E9 # 0 +0x0000C6B1 0x53E8 # 0 +0x0000C6B2 0x53FC # 0 +0x0000C6B3 0x53F8 # 0 +0x0000C6B4 0x53F5 # 0 +0x0000C6B5 0x53EB # 0 +0x0000C6B6 0x53E6 # 0 +0x0000C6B7 0x53EA # 0 +0x0000C6B8 0x53F2 # 0 +0x0000C6B9 0x53F1 # 0 +0x0000C6BA 0x53F0 # 0 +0x0000C6BB 0x53E5 # 0 +0x0000C6BC 0x53ED # 0 +0x0000C6BD 0x53FB # 0 +0x0000C6BE 0x56DB # 0 +0x0000C6BF 0x56DA # 0 +0x0000C6C0 0x5916 # 0 +0x0000C6C1 0x592E # 0 +0x0000C6C2 0x5931 # 0 +0x0000C6C3 0x5974 # 0 +0x0000C6C4 0x5976 # 0 +0x0000C6C5 0x5B55 # 0 +0x0000C6C6 0x5B83 # 0 +0x0000C6C7 0x5C3C # 0 +0x0000C6C8 0x5DE8 # 0 +0x0000C6C9 0x5DE7 # 0 +0x0000C6CA 0x5DE6 # 0 +0x0000C6CB 0x5E02 # 0 +0x0000C6CC 0x5E03 # 0 +0x0000C6CD 0x5E73 # 0 +0x0000C6CE 0x5E7C # 0 +0x0000C6CF 0x5F01 # 0 +0x0000C6D0 0x5F18 # 0 +0x0000C6D1 0x5F17 # 0 +0x0000C6D2 0x5FC5 # 0 +0x0000C6D3 0x620A # 0 +0x0000C6D4 0x6253 # 0 +0x0000C6D5 0x6254 # 0 +0x0000C6D6 0x6252 # 0 +0x0000C6D7 0x6251 # 0 +0x0000C6D8 0x65A5 # 0 +0x0000C6D9 0x65E6 # 0 +0x0000C6DA 0x672E # 0 +0x0000C6DB 0x672C # 0 +0x0000C6DC 0x672A # 0 +0x0000C6DD 0x672B # 0 +0x0000C6DE 0x672D # 0 +0x0000C6DF 0x6B63 # 0 +0x0000C6E0 0x6BCD # 0 +0x0000C6E1 0x6C11 # 0 +0x0000C6E2 0x6C10 # 0 +0x0000C6E3 0x6C38 # 0 +0x0000C6E4 0x6C41 # 0 +0x0000C6E5 0x6C40 # 0 +0x0000C6E6 0x6C3E # 0 +0x0000C6E7 0x72AF # 0 +0x0000C6E8 0x7384 # 0 +0x0000C6E9 0x7389 # 0 +0x0000C6EA 0x74DC # 0 +0x0000C6EB 0x74E6 # 0 +0x0000C6EC 0x7518 # 0 +0x0000C6ED 0x751F # 0 +0x0000C6EE 0x7528 # 0 +0x0000C6EF 0x7529 # 0 +0x0000C6F0 0x7530 # 0 +0x0000C6F1 0x7531 # 0 +0x0000C6F2 0x7532 # 0 +0x0000C6F3 0x7533 # 0 +0x0000C6F4 0x758B # 0 +0x0000C6F5 0x767D # 0 +0x0000C6F6 0x76AE # 0 +0x0000C6F7 0x76BF # 0 +0x0000C6F8 0x76EE # 0 +0x0000C6F9 0x77DB # 0 +0x0000C6FA 0x77E2 # 0 +0x0000C6FB 0x77F3 # 0 +0x0000C6FC 0x793A # 0 +0x0000C6FD 0x79BE # 0 +0x0000C6FE 0x7A74 # 0 +0x0000C7A1 0x7ACB # 0 +0x0000C7A2 0x4E1E # 0 +0x0000C7A3 0x4E1F # 0 +0x0000C7A4 0x4E52 # 0 +0x0000C7A5 0x4E53 # 0 +0x0000C7A6 0x4E69 # 0 +0x0000C7A7 0x4E99 # 0 +0x0000C7A8 0x4EA4 # 0 +0x0000C7A9 0x4EA6 # 0 +0x0000C7AA 0x4EA5 # 0 +0x0000C7AB 0x4EFF # 0 +0x0000C7AC 0x4F09 # 0 +0x0000C7AD 0x4F19 # 0 +0x0000C7AE 0x4F0A # 0 +0x0000C7AF 0x4F15 # 0 +0x0000C7B0 0x4F0D # 0 +0x0000C7B1 0x4F10 # 0 +0x0000C7B2 0x4F11 # 0 +0x0000C7B3 0x4F0F # 0 +0x0000C7B4 0x4EF2 # 0 +0x0000C7B5 0x4EF6 # 0 +0x0000C7B6 0x4EFB # 0 +0x0000C7B7 0x4EF0 # 0 +0x0000C7B8 0x4EF3 # 0 +0x0000C7B9 0x4EFD # 0 +0x0000C7BA 0x4F01 # 0 +0x0000C7BB 0x4F0B # 0 +0x0000C7BC 0x5149 # 0 +0x0000C7BD 0x5147 # 0 +0x0000C7BE 0x5146 # 0 +0x0000C7BF 0x5148 # 0 +0x0000C7C0 0x5168 # 0 +0x0000C7C1 0x5171 # 0 +0x0000C7C2 0x518D # 0 +0x0000C7C3 0x51B0 # 0 +0x0000C7C4 0x5217 # 0 +0x0000C7C5 0x5211 # 0 +0x0000C7C6 0x5212 # 0 +0x0000C7C7 0x520E # 0 +0x0000C7C8 0x5216 # 0 +0x0000C7C9 0x52A3 # 0 +0x0000C7CA 0x5308 # 0 +0x0000C7CB 0x5321 # 0 +0x0000C7CC 0x5320 # 0 +0x0000C7CD 0x5370 # 0 +0x0000C7CE 0x5371 # 0 +0x0000C7CF 0x5409 # 0 +0x0000C7D0 0x540F # 0 +0x0000C7D1 0x540C # 0 +0x0000C7D2 0x540A # 0 +0x0000C7D3 0x5410 # 0 +0x0000C7D4 0x5401 # 0 +0x0000C7D5 0x540B # 0 +0x0000C7D6 0x5404 # 0 +0x0000C7D7 0x5411 # 0 +0x0000C7D8 0x540D # 0 +0x0000C7D9 0x5408 # 0 +0x0000C7DA 0x5403 # 0 +0x0000C7DB 0x540E # 0 +0x0000C7DC 0x5406 # 0 +0x0000C7DD 0x5412 # 0 +0x0000C7DE 0x56E0 # 0 +0x0000C7DF 0x56DE # 0 +0x0000C7E0 0x56DD # 0 +0x0000C7E1 0x5733 # 0 +0x0000C7E2 0x5730 # 0 +0x0000C7E3 0x5728 # 0 +0x0000C7E4 0x572D # 0 +0x0000C7E5 0x572C # 0 +0x0000C7E6 0x572F # 0 +0x0000C7E7 0x5729 # 0 +0x0000C7E8 0x5919 # 0 +0x0000C7E9 0x591A # 0 +0x0000C7EA 0x5937 # 0 +0x0000C7EB 0x5938 # 0 +0x0000C7EC 0x5984 # 0 +0x0000C7ED 0x5978 # 0 +0x0000C7EE 0x5983 # 0 +0x0000C7EF 0x597D # 0 +0x0000C7F0 0x5979 # 0 +0x0000C7F1 0x5982 # 0 +0x0000C7F2 0x5981 # 0 +0x0000C7F3 0x5B57 # 0 +0x0000C7F4 0x5B58 # 0 +0x0000C7F5 0x5B87 # 0 +0x0000C7F6 0x5B88 # 0 +0x0000C7F7 0x5B85 # 0 +0x0000C7F8 0x5B89 # 0 +0x0000C7F9 0x5BFA # 0 +0x0000C7FA 0x5C16 # 0 +0x0000C7FB 0x5C79 # 0 +0x0000C7FC 0x5DDE # 0 +0x0000C7FD 0x5E06 # 0 +0x0000C7FE 0x5E76 # 0 +0x0000C8A1 0x5E74 # 0 +0x0000C8A2 0x5F0F # 0 +0x0000C8A3 0x5F1B # 0 +0x0000C8A4 0x5FD9 # 0 +0x0000C8A5 0x5FD6 # 0 +0x0000C8A6 0x620E # 0 +0x0000C8A7 0x620C # 0 +0x0000C8A8 0x620D # 0 +0x0000C8A9 0x6210 # 0 +0x0000C8AA 0x6263 # 0 +0x0000C8AB 0x625B # 0 +0x0000C8AC 0x6258 # 0 +0x0000C8AD 0x6536 # 0 +0x0000C8AE 0x65E9 # 0 +0x0000C8AF 0x65E8 # 0 +0x0000C8B0 0x65EC # 0 +0x0000C8B1 0x65ED # 0 +0x0000C8B2 0x66F2 # 0 +0x0000C8B3 0x66F3 # 0 +0x0000C8B4 0x6709 # 0 +0x0000C8B5 0x673D # 0 +0x0000C8B6 0x6734 # 0 +0x0000C8B7 0x6731 # 0 +0x0000C8B8 0x6735 # 0 +0x0000C8B9 0x6B21 # 0 +0x0000C8BA 0x6B64 # 0 +0x0000C8BB 0x6B7B # 0 +0x0000C8BC 0x6C16 # 0 +0x0000C8BD 0x6C5D # 0 +0x0000C8BE 0x6C57 # 0 +0x0000C8BF 0x6C59 # 0 +0x0000C8C0 0x6C5F # 0 +0x0000C8C1 0x6C60 # 0 +0x0000C8C2 0x6C50 # 0 +0x0000C8C3 0x6C55 # 0 +0x0000C8C4 0x6C61 # 0 +0x0000C8C5 0x6C5B # 0 +0x0000C8C6 0x6C4D # 0 +0x0000C8C7 0x6C4E # 0 +0x0000C8C8 0x7070 # 0 +0x0000C8C9 0x725F # 0 +0x0000C8CA 0x725D # 0 +0x0000C8CB 0x767E # 0 +0x0000C8CC 0x7AF9 # 0 +0x0000C8CD 0x7C73 # 0 +0x0000C8CE 0x7CF8 # 0 +0x0000C8CF 0x7F36 # 0 +0x0000C8D0 0x7F8A # 0 +0x0000C8D1 0x7FBD # 0 +0x0000C8D2 0x8001 # 0 +0x0000C8D3 0x8003 # 0 +0x0000C8D4 0x800C # 0 +0x0000C8D5 0x8012 # 0 +0x0000C8D6 0x8033 # 0 +0x0000C8D7 0x807F # 0 +0x0000C8D8 0x8089 # 0 +0x0000C8D9 0x808B # 0 +0x0000C8DA 0x808C # 0 +0x0000C8DB 0x81E3 # 0 +0x0000C8DC 0x81EA # 0 +0x0000C8DD 0x81F3 # 0 +0x0000C8DE 0x81FC # 0 +0x0000C8DF 0x820C # 0 +0x0000C8E0 0x821B # 0 +0x0000C8E1 0x821F # 0 +0x0000C8E2 0x826E # 0 +0x0000C8E3 0x8272 # 0 +0x0000C8E4 0x827E # 0 +0x0000C8E5 0x866B # 0 +0x0000C8E6 0x8840 # 0 +0x0000C8E7 0x884C # 0 +0x0000C8E8 0x8863 # 0 +0x0000C8E9 0x897F # 0 +0x0000C8EA 0x9621 # 0 +0x0000C8EB 0x4E32 # 0 +0x0000C8EC 0x4EA8 # 0 +0x0000C8ED 0x4F4D # 0 +0x0000C8EE 0x4F4F # 0 +0x0000C8EF 0x4F47 # 0 +0x0000C8F0 0x4F57 # 0 +0x0000C8F1 0x4F5E # 0 +0x0000C8F2 0x4F34 # 0 +0x0000C8F3 0x4F5B # 0 +0x0000C8F4 0x4F55 # 0 +0x0000C8F5 0x4F30 # 0 +0x0000C8F6 0x4F50 # 0 +0x0000C8F7 0x4F51 # 0 +0x0000C8F8 0x4F3D # 0 +0x0000C8F9 0x4F3A # 0 +0x0000C8FA 0x4F38 # 0 +0x0000C8FB 0x4F43 # 0 +0x0000C8FC 0x4F54 # 0 +0x0000C8FD 0x4F3C # 0 +0x0000C8FE 0x4F46 # 0 +0x0000C9A1 0x4F63 # 0 +0x0000C9A2 0x4F5C # 0 +0x0000C9A3 0x4F60 # 0 +0x0000C9A4 0x4F2F # 0 +0x0000C9A5 0x4F4E # 0 +0x0000C9A6 0x4F36 # 0 +0x0000C9A7 0x4F59 # 0 +0x0000C9A8 0x4F5D # 0 +0x0000C9A9 0x4F48 # 0 +0x0000C9AA 0x4F5A # 0 +0x0000C9AB 0x514C # 0 +0x0000C9AC 0x514B # 0 +0x0000C9AD 0x514D # 0 +0x0000C9AE 0x5175 # 0 +0x0000C9AF 0x51B6 # 0 +0x0000C9B0 0x51B7 # 0 +0x0000C9B1 0x5225 # 0 +0x0000C9B2 0x5224 # 0 +0x0000C9B3 0x5229 # 0 +0x0000C9B4 0x522A # 0 +0x0000C9B5 0x5228 # 0 +0x0000C9B6 0x52AB # 0 +0x0000C9B7 0x52A9 # 0 +0x0000C9B8 0x52AA # 0 +0x0000C9B9 0x52AC # 0 +0x0000C9BA 0x5323 # 0 +0x0000C9BB 0x5373 # 0 +0x0000C9BC 0x5375 # 0 +0x0000C9BD 0x541D # 0 +0x0000C9BE 0x542D # 0 +0x0000C9BF 0x541E # 0 +0x0000C9C0 0x543E # 0 +0x0000C9C1 0x5426 # 0 +0x0000C9C2 0x544E # 0 +0x0000C9C3 0x5427 # 0 +0x0000C9C4 0x5446 # 0 +0x0000C9C5 0x5443 # 0 +0x0000C9C6 0x5433 # 0 +0x0000C9C7 0x5448 # 0 +0x0000C9C8 0x5442 # 0 +0x0000C9C9 0x541B # 0 +0x0000C9CA 0x5429 # 0 +0x0000C9CB 0x544A # 0 +0x0000C9CC 0x5439 # 0 +0x0000C9CD 0x543B # 0 +0x0000C9CE 0x5438 # 0 +0x0000C9CF 0x542E # 0 +0x0000C9D0 0x5435 # 0 +0x0000C9D1 0x5436 # 0 +0x0000C9D2 0x5420 # 0 +0x0000C9D3 0x543C # 0 +0x0000C9D4 0x5440 # 0 +0x0000C9D5 0x5431 # 0 +0x0000C9D6 0x542B # 0 +0x0000C9D7 0x541F # 0 +0x0000C9D8 0x542C # 0 +0x0000C9D9 0x56EA # 0 +0x0000C9DA 0x56F0 # 0 +0x0000C9DB 0x56E4 # 0 +0x0000C9DC 0x56EB # 0 +0x0000C9DD 0x574A # 0 +0x0000C9DE 0x5751 # 0 +0x0000C9DF 0x5740 # 0 +0x0000C9E0 0x574D # 0 +0x0000C9E1 0x5747 # 0 +0x0000C9E2 0x574E # 0 +0x0000C9E3 0x573E # 0 +0x0000C9E4 0x5750 # 0 +0x0000C9E5 0x574F # 0 +0x0000C9E6 0x573B # 0 +0x0000C9E7 0x58EF # 0 +0x0000C9E8 0x593E # 0 +0x0000C9E9 0x599D # 0 +0x0000C9EA 0x5992 # 0 +0x0000C9EB 0x59A8 # 0 +0x0000C9EC 0x599E # 0 +0x0000C9ED 0x59A3 # 0 +0x0000C9EE 0x5999 # 0 +0x0000C9EF 0x5996 # 0 +0x0000C9F0 0x598D # 0 +0x0000C9F1 0x59A4 # 0 +0x0000C9F2 0x5993 # 0 +0x0000C9F3 0x598A # 0 +0x0000C9F4 0x59A5 # 0 +0x0000C9F5 0x5B5D # 0 +0x0000C9F6 0x5B5C # 0 +0x0000C9F7 0x5B5A # 0 +0x0000C9F8 0x5B5B # 0 +0x0000C9F9 0x5B8C # 0 +0x0000C9FA 0x5B8B # 0 +0x0000C9FB 0x5B8F # 0 +0x0000C9FC 0x5C2C # 0 +0x0000C9FD 0x5C40 # 0 +0x0000C9FE 0x5C41 # 0 +0x0000CAA1 0x5C3F # 0 +0x0000CAA2 0x5C3E # 0 +0x0000CAA3 0x5C90 # 0 +0x0000CAA4 0x5C91 # 0 +0x0000CAA5 0x5C94 # 0 +0x0000CAA6 0x5C8C # 0 +0x0000CAA7 0x5DEB # 0 +0x0000CAA8 0x5E0C # 0 +0x0000CAA9 0x5E8F # 0 +0x0000CAAA 0x5E87 # 0 +0x0000CAAB 0x5E8A # 0 +0x0000CAAC 0x5EF7 # 0 +0x0000CAAD 0x5F04 # 0 +0x0000CAAE 0x5F1F # 0 +0x0000CAAF 0x5F64 # 0 +0x0000CAB0 0x5F62 # 0 +0x0000CAB1 0x5F77 # 0 +0x0000CAB2 0x5F79 # 0 +0x0000CAB3 0x5FD8 # 0 +0x0000CAB4 0x5FCC # 0 +0x0000CAB5 0x5FD7 # 0 +0x0000CAB6 0x5FCD # 0 +0x0000CAB7 0x5FF1 # 0 +0x0000CAB8 0x5FEB # 0 +0x0000CAB9 0x5FF8 # 0 +0x0000CABA 0x5FEA # 0 +0x0000CABB 0x6212 # 0 +0x0000CABC 0x6211 # 0 +0x0000CABD 0x6284 # 0 +0x0000CABE 0x6297 # 0 +0x0000CABF 0x6296 # 0 +0x0000CAC0 0x6280 # 0 +0x0000CAC1 0x6276 # 0 +0x0000CAC2 0x6289 # 0 +0x0000CAC3 0x626D # 0 +0x0000CAC4 0x628A # 0 +0x0000CAC5 0x627C # 0 +0x0000CAC6 0x627E # 0 +0x0000CAC7 0x6279 # 0 +0x0000CAC8 0x6273 # 0 +0x0000CAC9 0x6292 # 0 +0x0000CACA 0x626F # 0 +0x0000CACB 0x6298 # 0 +0x0000CACC 0x626E # 0 +0x0000CACD 0x6295 # 0 +0x0000CACE 0x6293 # 0 +0x0000CACF 0x6291 # 0 +0x0000CAD0 0x6286 # 0 +0x0000CAD1 0x6539 # 0 +0x0000CAD2 0x653B # 0 +0x0000CAD3 0x6538 # 0 +0x0000CAD4 0x65F1 # 0 +0x0000CAD5 0x66F4 # 0 +0x0000CAD6 0x675F # 0 +0x0000CAD7 0x674E # 0 +0x0000CAD8 0x674F # 0 +0x0000CAD9 0x6750 # 0 +0x0000CADA 0x6751 # 0 +0x0000CADB 0x675C # 0 +0x0000CADC 0x6756 # 0 +0x0000CADD 0x675E # 0 +0x0000CADE 0x6749 # 0 +0x0000CADF 0x6746 # 0 +0x0000CAE0 0x6760 # 0 +0x0000CAE1 0x6753 # 0 +0x0000CAE2 0x6757 # 0 +0x0000CAE3 0x6B65 # 0 +0x0000CAE4 0x6BCF # 0 +0x0000CAE5 0x6C42 # 0 +0x0000CAE6 0x6C5E # 0 +0x0000CAE7 0x6C99 # 0 +0x0000CAE8 0x6C81 # 0 +0x0000CAE9 0x6C88 # 0 +0x0000CAEA 0x6C89 # 0 +0x0000CAEB 0x6C85 # 0 +0x0000CAEC 0x6C9B # 0 +0x0000CAED 0x6C6A # 0 +0x0000CAEE 0x6C7A # 0 +0x0000CAEF 0x6C90 # 0 +0x0000CAF0 0x6C70 # 0 +0x0000CAF1 0x6C8C # 0 +0x0000CAF2 0x6C68 # 0 +0x0000CAF3 0x6C96 # 0 +0x0000CAF4 0x6C92 # 0 +0x0000CAF5 0x6C7D # 0 +0x0000CAF6 0x6C83 # 0 +0x0000CAF7 0x6C72 # 0 +0x0000CAF8 0x6C7E # 0 +0x0000CAF9 0x6C74 # 0 +0x0000CAFA 0x6C86 # 0 +0x0000CAFB 0x6C76 # 0 +0x0000CAFC 0x6C8D # 0 +0x0000CAFD 0x6C94 # 0 +0x0000CAFE 0x6C98 # 0 +0x0000CBA1 0x6C82 # 0 +0x0000CBA2 0x7076 # 0 +0x0000CBA3 0x707C # 0 +0x0000CBA4 0x707D # 0 +0x0000CBA5 0x7078 # 0 +0x0000CBA6 0x7262 # 0 +0x0000CBA7 0x7261 # 0 +0x0000CBA8 0x7260 # 0 +0x0000CBA9 0x72C4 # 0 +0x0000CBAA 0x72C2 # 0 +0x0000CBAB 0x7396 # 0 +0x0000CBAC 0x752C # 0 +0x0000CBAD 0x752B # 0 +0x0000CBAE 0x7537 # 0 +0x0000CBAF 0x7538 # 0 +0x0000CBB0 0x7682 # 0 +0x0000CBB1 0x76EF # 0 +0x0000CBB2 0x77E3 # 0 +0x0000CBB3 0x79C1 # 0 +0x0000CBB4 0x79C0 # 0 +0x0000CBB5 0x79BF # 0 +0x0000CBB6 0x7A76 # 0 +0x0000CBB7 0x7CFB # 0 +0x0000CBB8 0x7F55 # 0 +0x0000CBB9 0x8096 # 0 +0x0000CBBA 0x8093 # 0 +0x0000CBBB 0x809D # 0 +0x0000CBBC 0x8098 # 0 +0x0000CBBD 0x809B # 0 +0x0000CBBE 0x809A # 0 +0x0000CBBF 0x80B2 # 0 +0x0000CBC0 0x826F # 0 +0x0000CBC1 0x8292 # 0 +0x0000CBC2 0x828B # 0 +0x0000CBC3 0x828D # 0 +0x0000CBC4 0x898B # 0 +0x0000CBC5 0x89D2 # 0 +0x0000CBC6 0x8A00 # 0 +0x0000CBC7 0x8C37 # 0 +0x0000CBC8 0x8C46 # 0 +0x0000CBC9 0x8C55 # 0 +0x0000CBCA 0x8C9D # 0 +0x0000CBCB 0x8D64 # 0 +0x0000CBCC 0x8D70 # 0 +0x0000CBCD 0x8DB3 # 0 +0x0000CBCE 0x8EAB # 0 +0x0000CBCF 0x8ECA # 0 +0x0000CBD0 0x8F9B # 0 +0x0000CBD1 0x8FB0 # 0 +0x0000CBD2 0x8FC2 # 0 +0x0000CBD3 0x8FC6 # 0 +0x0000CBD4 0x8FC5 # 0 +0x0000CBD5 0x8FC4 # 0 +0x0000CBD6 0x5DE1 # 0 +0x0000CBD7 0x9091 # 0 +0x0000CBD8 0x90A2 # 0 +0x0000CBD9 0x90AA # 0 +0x0000CBDA 0x90A6 # 0 +0x0000CBDB 0x90A3 # 0 +0x0000CBDC 0x9149 # 0 +0x0000CBDD 0x91C6 # 0 +0x0000CBDE 0x91CC # 0 +0x0000CBDF 0x9632 # 0 +0x0000CBE0 0x962E # 0 +0x0000CBE1 0x9631 # 0 +0x0000CBE2 0x962A # 0 +0x0000CBE3 0x962C # 0 +0x0000CBE4 0x4E26 # 0 +0x0000CBE5 0x4E56 # 0 +0x0000CBE6 0x4E73 # 0 +0x0000CBE7 0x4E8B # 0 +0x0000CBE8 0x4E9B # 0 +0x0000CBE9 0x4E9E # 0 +0x0000CBEA 0x4EAB # 0 +0x0000CBEB 0x4EAC # 0 +0x0000CBEC 0x4F6F # 0 +0x0000CBED 0x4F9D # 0 +0x0000CBEE 0x4F8D # 0 +0x0000CBEF 0x4F73 # 0 +0x0000CBF0 0x4F7F # 0 +0x0000CBF1 0x4F6C # 0 +0x0000CBF2 0x4F9B # 0 +0x0000CBF3 0x4F8B # 0 +0x0000CBF4 0x4F86 # 0 +0x0000CBF5 0x4F83 # 0 +0x0000CBF6 0x4F70 # 0 +0x0000CBF7 0x4F75 # 0 +0x0000CBF8 0x4F88 # 0 +0x0000CBF9 0x4F69 # 0 +0x0000CBFA 0x4F7B # 0 +0x0000CBFB 0x4F96 # 0 +0x0000CBFC 0x4F7E # 0 +0x0000CBFD 0x4F8F # 0 +0x0000CBFE 0x4F91 # 0 +0x0000CCA1 0x4F7A # 0 +0x0000CCA2 0x5154 # 0 +0x0000CCA3 0x5152 # 0 +0x0000CCA4 0x5155 # 0 +0x0000CCA5 0x5169 # 0 +0x0000CCA6 0x5177 # 0 +0x0000CCA7 0x5176 # 0 +0x0000CCA8 0x5178 # 0 +0x0000CCA9 0x51BD # 0 +0x0000CCAA 0x51FD # 0 +0x0000CCAB 0x523B # 0 +0x0000CCAC 0x5238 # 0 +0x0000CCAD 0x5237 # 0 +0x0000CCAE 0x523A # 0 +0x0000CCAF 0x5230 # 0 +0x0000CCB0 0x522E # 0 +0x0000CCB1 0x5236 # 0 +0x0000CCB2 0x5241 # 0 +0x0000CCB3 0x52BE # 0 +0x0000CCB4 0x52BB # 0 +0x0000CCB5 0x5352 # 0 +0x0000CCB6 0x5354 # 0 +0x0000CCB7 0x5353 # 0 +0x0000CCB8 0x5351 # 0 +0x0000CCB9 0x5366 # 0 +0x0000CCBA 0x5377 # 0 +0x0000CCBB 0x5378 # 0 +0x0000CCBC 0x5379 # 0 +0x0000CCBD 0x53D6 # 0 +0x0000CCBE 0x53D4 # 0 +0x0000CCBF 0x53D7 # 0 +0x0000CCC0 0x5473 # 0 +0x0000CCC1 0x5475 # 0 +0x0000CCC2 0x5496 # 0 +0x0000CCC3 0x5478 # 0 +0x0000CCC4 0x5495 # 0 +0x0000CCC5 0x5480 # 0 +0x0000CCC6 0x547B # 0 +0x0000CCC7 0x5477 # 0 +0x0000CCC8 0x5484 # 0 +0x0000CCC9 0x5492 # 0 +0x0000CCCA 0x5486 # 0 +0x0000CCCB 0x547C # 0 +0x0000CCCC 0x5490 # 0 +0x0000CCCD 0x5471 # 0 +0x0000CCCE 0x5476 # 0 +0x0000CCCF 0x548C # 0 +0x0000CCD0 0x549A # 0 +0x0000CCD1 0x5462 # 0 +0x0000CCD2 0x5468 # 0 +0x0000CCD3 0x548B # 0 +0x0000CCD4 0x547D # 0 +0x0000CCD5 0x548E # 0 +0x0000CCD6 0x56FA # 0 +0x0000CCD7 0x5783 # 0 +0x0000CCD8 0x5777 # 0 +0x0000CCD9 0x576A # 0 +0x0000CCDA 0x5769 # 0 +0x0000CCDB 0x5761 # 0 +0x0000CCDC 0x5766 # 0 +0x0000CCDD 0x5764 # 0 +0x0000CCDE 0x577C # 0 +0x0000CCDF 0x591C # 0 +0x0000CCE0 0x5949 # 0 +0x0000CCE1 0x5947 # 0 +0x0000CCE2 0x5948 # 0 +0x0000CCE3 0x5944 # 0 +0x0000CCE4 0x5954 # 0 +0x0000CCE5 0x59BE # 0 +0x0000CCE6 0x59BB # 0 +0x0000CCE7 0x59D4 # 0 +0x0000CCE8 0x59B9 # 0 +0x0000CCE9 0x59AE # 0 +0x0000CCEA 0x59D1 # 0 +0x0000CCEB 0x59C6 # 0 +0x0000CCEC 0x59D0 # 0 +0x0000CCED 0x59CD # 0 +0x0000CCEE 0x59CB # 0 +0x0000CCEF 0x59D3 # 0 +0x0000CCF0 0x59CA # 0 +0x0000CCF1 0x59AF # 0 +0x0000CCF2 0x59B3 # 0 +0x0000CCF3 0x59D2 # 0 +0x0000CCF4 0x59C5 # 0 +0x0000CCF5 0x5B5F # 0 +0x0000CCF6 0x5B64 # 0 +0x0000CCF7 0x5B63 # 0 +0x0000CCF8 0x5B97 # 0 +0x0000CCF9 0x5B9A # 0 +0x0000CCFA 0x5B98 # 0 +0x0000CCFB 0x5B9C # 0 +0x0000CCFC 0x5B99 # 0 +0x0000CCFD 0x5B9B # 0 +0x0000CCFE 0x5C1A # 0 +0x0000CDA1 0x5C48 # 0 +0x0000CDA2 0x5C45 # 0 +0x0000CDA3 0x5C46 # 0 +0x0000CDA4 0x5CB7 # 0 +0x0000CDA5 0x5CA1 # 0 +0x0000CDA6 0x5CB8 # 0 +0x0000CDA7 0x5CA9 # 0 +0x0000CDA8 0x5CAB # 0 +0x0000CDA9 0x5CB1 # 0 +0x0000CDAA 0x5CB3 # 0 +0x0000CDAB 0x5E18 # 0 +0x0000CDAC 0x5E1A # 0 +0x0000CDAD 0x5E16 # 0 +0x0000CDAE 0x5E15 # 0 +0x0000CDAF 0x5E1B # 0 +0x0000CDB0 0x5E11 # 0 +0x0000CDB1 0x5E78 # 0 +0x0000CDB2 0x5E9A # 0 +0x0000CDB3 0x5E97 # 0 +0x0000CDB4 0x5E9C # 0 +0x0000CDB5 0x5E95 # 0 +0x0000CDB6 0x5E96 # 0 +0x0000CDB7 0x5EF6 # 0 +0x0000CDB8 0x5F26 # 0 +0x0000CDB9 0x5F27 # 0 +0x0000CDBA 0x5F29 # 0 +0x0000CDBB 0x5F80 # 0 +0x0000CDBC 0x5F81 # 0 +0x0000CDBD 0x5F7F # 0 +0x0000CDBE 0x5F7C # 0 +0x0000CDBF 0x5FDD # 0 +0x0000CDC0 0x5FE0 # 0 +0x0000CDC1 0x5FFD # 0 +0x0000CDC2 0x5FF5 # 0 +0x0000CDC3 0x5FFF # 0 +0x0000CDC4 0x600F # 0 +0x0000CDC5 0x6014 # 0 +0x0000CDC6 0x602F # 0 +0x0000CDC7 0x6035 # 0 +0x0000CDC8 0x6016 # 0 +0x0000CDC9 0x602A # 0 +0x0000CDCA 0x6015 # 0 +0x0000CDCB 0x6021 # 0 +0x0000CDCC 0x6027 # 0 +0x0000CDCD 0x6029 # 0 +0x0000CDCE 0x602B # 0 +0x0000CDCF 0x601B # 0 +0x0000CDD0 0x6216 # 0 +0x0000CDD1 0x6215 # 0 +0x0000CDD2 0x623F # 0 +0x0000CDD3 0x623E # 0 +0x0000CDD4 0x6240 # 0 +0x0000CDD5 0x627F # 0 +0x0000CDD6 0x62C9 # 0 +0x0000CDD7 0x62CC # 0 +0x0000CDD8 0x62C4 # 0 +0x0000CDD9 0x62BF # 0 +0x0000CDDA 0x62C2 # 0 +0x0000CDDB 0x62B9 # 0 +0x0000CDDC 0x62D2 # 0 +0x0000CDDD 0x62DB # 0 +0x0000CDDE 0x62AB # 0 +0x0000CDDF 0x62D3 # 0 +0x0000CDE0 0x62D4 # 0 +0x0000CDE1 0x62CB # 0 +0x0000CDE2 0x62C8 # 0 +0x0000CDE3 0x62A8 # 0 +0x0000CDE4 0x62BD # 0 +0x0000CDE5 0x62BC # 0 +0x0000CDE6 0x62D0 # 0 +0x0000CDE7 0x62D9 # 0 +0x0000CDE8 0x62C7 # 0 +0x0000CDE9 0x62CD # 0 +0x0000CDEA 0x62B5 # 0 +0x0000CDEB 0x62DA # 0 +0x0000CDEC 0x62B1 # 0 +0x0000CDED 0x62D8 # 0 +0x0000CDEE 0x62D6 # 0 +0x0000CDEF 0x62D7 # 0 +0x0000CDF0 0x62C6 # 0 +0x0000CDF1 0x62AC # 0 +0x0000CDF2 0x62CE # 0 +0x0000CDF3 0x653E # 0 +0x0000CDF4 0x65A7 # 0 +0x0000CDF5 0x65BC # 0 +0x0000CDF6 0x65FA # 0 +0x0000CDF7 0x6614 # 0 +0x0000CDF8 0x6613 # 0 +0x0000CDF9 0x660C # 0 +0x0000CDFA 0x6606 # 0 +0x0000CDFB 0x6602 # 0 +0x0000CDFC 0x660E # 0 +0x0000CDFD 0x6600 # 0 +0x0000CDFE 0x660F # 0 +0x0000CEA1 0x6615 # 0 +0x0000CEA2 0x660A # 0 +0x0000CEA3 0x6607 # 0 +0x0000CEA4 0x670D # 0 +0x0000CEA5 0x670B # 0 +0x0000CEA6 0x676D # 0 +0x0000CEA7 0x678B # 0 +0x0000CEA8 0x6795 # 0 +0x0000CEA9 0x6771 # 0 +0x0000CEAA 0x679C # 0 +0x0000CEAB 0x6773 # 0 +0x0000CEAC 0x6777 # 0 +0x0000CEAD 0x6787 # 0 +0x0000CEAE 0x679D # 0 +0x0000CEAF 0x6797 # 0 +0x0000CEB0 0x676F # 0 +0x0000CEB1 0x6770 # 0 +0x0000CEB2 0x677F # 0 +0x0000CEB3 0x6789 # 0 +0x0000CEB4 0x677E # 0 +0x0000CEB5 0x6790 # 0 +0x0000CEB6 0x6775 # 0 +0x0000CEB7 0x679A # 0 +0x0000CEB8 0x6793 # 0 +0x0000CEB9 0x677C # 0 +0x0000CEBA 0x676A # 0 +0x0000CEBB 0x6772 # 0 +0x0000CEBC 0x6B23 # 0 +0x0000CEBD 0x6B66 # 0 +0x0000CEBE 0x6B67 # 0 +0x0000CEBF 0x6B7F # 0 +0x0000CEC0 0x6C13 # 0 +0x0000CEC1 0x6C1B # 0 +0x0000CEC2 0x6CE3 # 0 +0x0000CEC3 0x6CE8 # 0 +0x0000CEC4 0x6CF3 # 0 +0x0000CEC5 0x6CB1 # 0 +0x0000CEC6 0x6CCC # 0 +0x0000CEC7 0x6CE5 # 0 +0x0000CEC8 0x6CB3 # 0 +0x0000CEC9 0x6CBD # 0 +0x0000CECA 0x6CBE # 0 +0x0000CECB 0x6CBC # 0 +0x0000CECC 0x6CE2 # 0 +0x0000CECD 0x6CAB # 0 +0x0000CECE 0x6CD5 # 0 +0x0000CECF 0x6CD3 # 0 +0x0000CED0 0x6CB8 # 0 +0x0000CED1 0x6CC4 # 0 +0x0000CED2 0x6CB9 # 0 +0x0000CED3 0x6CC1 # 0 +0x0000CED4 0x6CAE # 0 +0x0000CED5 0x6CD7 # 0 +0x0000CED6 0x6CC5 # 0 +0x0000CED7 0x6CF1 # 0 +0x0000CED8 0x6CBF # 0 +0x0000CED9 0x6CBB # 0 +0x0000CEDA 0x6CE1 # 0 +0x0000CEDB 0x6CDB # 0 +0x0000CEDC 0x6CCA # 0 +0x0000CEDD 0x6CAC # 0 +0x0000CEDE 0x6CEF # 0 +0x0000CEDF 0x6CDC # 0 +0x0000CEE0 0x6CD6 # 0 +0x0000CEE1 0x6CE0 # 0 +0x0000CEE2 0x7095 # 0 +0x0000CEE3 0x708E # 0 +0x0000CEE4 0x7092 # 0 +0x0000CEE5 0x708A # 0 +0x0000CEE6 0x7099 # 0 +0x0000CEE7 0x722C # 0 +0x0000CEE8 0x722D # 0 +0x0000CEE9 0x7238 # 0 +0x0000CEEA 0x7248 # 0 +0x0000CEEB 0x7267 # 0 +0x0000CEEC 0x7269 # 0 +0x0000CEED 0x72C0 # 0 +0x0000CEEE 0x72CE # 0 +0x0000CEEF 0x72D9 # 0 +0x0000CEF0 0x72D7 # 0 +0x0000CEF1 0x72D0 # 0 +0x0000CEF2 0x73A9 # 0 +0x0000CEF3 0x73A8 # 0 +0x0000CEF4 0x739F # 0 +0x0000CEF5 0x73AB # 0 +0x0000CEF6 0x73A5 # 0 +0x0000CEF7 0x753D # 0 +0x0000CEF8 0x759D # 0 +0x0000CEF9 0x7599 # 0 +0x0000CEFA 0x759A # 0 +0x0000CEFB 0x7684 # 0 +0x0000CEFC 0x76C2 # 0 +0x0000CEFD 0x76F2 # 0 +0x0000CEFE 0x76F4 # 0 +0x0000CFA1 0x77E5 # 0 +0x0000CFA2 0x77FD # 0 +0x0000CFA3 0x793E # 0 +0x0000CFA4 0x7940 # 0 +0x0000CFA5 0x7941 # 0 +0x0000CFA6 0x79C9 # 0 +0x0000CFA7 0x79C8 # 0 +0x0000CFA8 0x7A7A # 0 +0x0000CFA9 0x7A79 # 0 +0x0000CFAA 0x7AFA # 0 +0x0000CFAB 0x7CFE # 0 +0x0000CFAC 0x7F54 # 0 +0x0000CFAD 0x7F8C # 0 +0x0000CFAE 0x7F8B # 0 +0x0000CFAF 0x8005 # 0 +0x0000CFB0 0x80BA # 0 +0x0000CFB1 0x80A5 # 0 +0x0000CFB2 0x80A2 # 0 +0x0000CFB3 0x80B1 # 0 +0x0000CFB4 0x80A1 # 0 +0x0000CFB5 0x80AB # 0 +0x0000CFB6 0x80A9 # 0 +0x0000CFB7 0x80B4 # 0 +0x0000CFB8 0x80AA # 0 +0x0000CFB9 0x80AF # 0 +0x0000CFBA 0x81E5 # 0 +0x0000CFBB 0x81FE # 0 +0x0000CFBC 0x820D # 0 +0x0000CFBD 0x82B3 # 0 +0x0000CFBE 0x829D # 0 +0x0000CFBF 0x8299 # 0 +0x0000CFC0 0x82AD # 0 +0x0000CFC1 0x82BD # 0 +0x0000CFC2 0x829F # 0 +0x0000CFC3 0x82B9 # 0 +0x0000CFC4 0x82B1 # 0 +0x0000CFC5 0x82AC # 0 +0x0000CFC6 0x82A5 # 0 +0x0000CFC7 0x82AF # 0 +0x0000CFC8 0x82B8 # 0 +0x0000CFC9 0x82A3 # 0 +0x0000CFCA 0x82B0 # 0 +0x0000CFCB 0x82BE # 0 +0x0000CFCC 0x82B7 # 0 +0x0000CFCD 0x864E # 0 +0x0000CFCE 0x8671 # 0 +0x0000CFCF 0x521D # 0 +0x0000CFD0 0x8868 # 0 +0x0000CFD1 0x8ECB # 0 +0x0000CFD2 0x8FCE # 0 +0x0000CFD3 0x8FD4 # 0 +0x0000CFD4 0x8FD1 # 0 +0x0000CFD5 0x90B5 # 0 +0x0000CFD6 0x90B8 # 0 +0x0000CFD7 0x90B1 # 0 +0x0000CFD8 0x90B6 # 0 +0x0000CFD9 0x91C7 # 0 +0x0000CFDA 0x91D1 # 0 +0x0000CFDB 0x9577 # 0 +0x0000CFDC 0x9580 # 0 +0x0000CFDD 0x961C # 0 +0x0000CFDE 0x9640 # 0 +0x0000CFDF 0x963F # 0 +0x0000CFE0 0x963B # 0 +0x0000CFE1 0x9644 # 0 +0x0000CFE2 0x9642 # 0 +0x0000CFE3 0x96B9 # 0 +0x0000CFE4 0x96E8 # 0 +0x0000CFE5 0x9752 # 0 +0x0000CFE6 0x975E # 0 +0x0000CFE7 0x4E9F # 0 +0x0000CFE8 0x4EAD # 0 +0x0000CFE9 0x4EAE # 0 +0x0000CFEA 0x4FE1 # 0 +0x0000CFEB 0x4FB5 # 0 +0x0000CFEC 0x4FAF # 0 +0x0000CFED 0x4FBF # 0 +0x0000CFEE 0x4FE0 # 0 +0x0000CFEF 0x4FD1 # 0 +0x0000CFF0 0x4FCF # 0 +0x0000CFF1 0x4FDD # 0 +0x0000CFF2 0x4FC3 # 0 +0x0000CFF3 0x4FB6 # 0 +0x0000CFF4 0x4FD8 # 0 +0x0000CFF5 0x4FDF # 0 +0x0000CFF6 0x4FCA # 0 +0x0000CFF7 0x4FD7 # 0 +0x0000CFF8 0x4FAE # 0 +0x0000CFF9 0x4FD0 # 0 +0x0000CFFA 0x4FC4 # 0 +0x0000CFFB 0x4FC2 # 0 +0x0000CFFC 0x4FDA # 0 +0x0000CFFD 0x4FCE # 0 +0x0000CFFE 0x4FDE # 0 +0x0000D0A1 0x4FB7 # 0 +0x0000D0A2 0x5157 # 0 +0x0000D0A3 0x5192 # 0 +0x0000D0A4 0x5191 # 0 +0x0000D0A5 0x51A0 # 0 +0x0000D0A6 0x524E # 0 +0x0000D0A7 0x5243 # 0 +0x0000D0A8 0x524A # 0 +0x0000D0A9 0x524D # 0 +0x0000D0AA 0x524C # 0 +0x0000D0AB 0x524B # 0 +0x0000D0AC 0x5247 # 0 +0x0000D0AD 0x52C7 # 0 +0x0000D0AE 0x52C9 # 0 +0x0000D0AF 0x52C3 # 0 +0x0000D0B0 0x52C1 # 0 +0x0000D0B1 0x530D # 0 +0x0000D0B2 0x5357 # 0 +0x0000D0B3 0x537B # 0 +0x0000D0B4 0x539A # 0 +0x0000D0B5 0x53DB # 0 +0x0000D0B6 0x54AC # 0 +0x0000D0B7 0x54C0 # 0 +0x0000D0B8 0x54A8 # 0 +0x0000D0B9 0x54CE # 0 +0x0000D0BA 0x54C9 # 0 +0x0000D0BB 0x54B8 # 0 +0x0000D0BC 0x54A6 # 0 +0x0000D0BD 0x54B3 # 0 +0x0000D0BE 0x54C7 # 0 +0x0000D0BF 0x54C2 # 0 +0x0000D0C0 0x54BD # 0 +0x0000D0C1 0x54AA # 0 +0x0000D0C2 0x54C1 # 0 +0x0000D0C3 0x54C4 # 0 +0x0000D0C4 0x54C8 # 0 +0x0000D0C5 0x54AF # 0 +0x0000D0C6 0x54AB # 0 +0x0000D0C7 0x54B1 # 0 +0x0000D0C8 0x54BB # 0 +0x0000D0C9 0x54A9 # 0 +0x0000D0CA 0x54A7 # 0 +0x0000D0CB 0x54BF # 0 +0x0000D0CC 0x56FF # 0 +0x0000D0CD 0x5782 # 0 +0x0000D0CE 0x578B # 0 +0x0000D0CF 0x57A0 # 0 +0x0000D0D0 0x57A3 # 0 +0x0000D0D1 0x57A2 # 0 +0x0000D0D2 0x57CE # 0 +0x0000D0D3 0x57AE # 0 +0x0000D0D4 0x5793 # 0 +0x0000D0D5 0x5955 # 0 +0x0000D0D6 0x5951 # 0 +0x0000D0D7 0x594F # 0 +0x0000D0D8 0x594E # 0 +0x0000D0D9 0x5950 # 0 +0x0000D0DA 0x59DC # 0 +0x0000D0DB 0x59D8 # 0 +0x0000D0DC 0x59FF # 0 +0x0000D0DD 0x59E3 # 0 +0x0000D0DE 0x59E8 # 0 +0x0000D0DF 0x5A03 # 0 +0x0000D0E0 0x59E5 # 0 +0x0000D0E1 0x59EA # 0 +0x0000D0E2 0x59DA # 0 +0x0000D0E3 0x59E6 # 0 +0x0000D0E4 0x5A01 # 0 +0x0000D0E5 0x59FB # 0 +0x0000D0E6 0x5B69 # 0 +0x0000D0E7 0x5BA3 # 0 +0x0000D0E8 0x5BA6 # 0 +0x0000D0E9 0x5BA4 # 0 +0x0000D0EA 0x5BA2 # 0 +0x0000D0EB 0x5BA5 # 0 +0x0000D0EC 0x5C01 # 0 +0x0000D0ED 0x5C4E # 0 +0x0000D0EE 0x5C4F # 0 +0x0000D0EF 0x5C4D # 0 +0x0000D0F0 0x5C4B # 0 +0x0000D0F1 0x5CD9 # 0 +0x0000D0F2 0x5CD2 # 0 +0x0000D0F3 0x5DF7 # 0 +0x0000D0F4 0x5E1D # 0 +0x0000D0F5 0x5E25 # 0 +0x0000D0F6 0x5E1F # 0 +0x0000D0F7 0x5E7D # 0 +0x0000D0F8 0x5EA0 # 0 +0x0000D0F9 0x5EA6 # 0 +0x0000D0FA 0x5EFA # 0 +0x0000D0FB 0x5F08 # 0 +0x0000D0FC 0x5F2D # 0 +0x0000D0FD 0x5F65 # 0 +0x0000D0FE 0x5F88 # 0 +0x0000D1A1 0x5F85 # 0 +0x0000D1A2 0x5F8A # 0 +0x0000D1A3 0x5F8B # 0 +0x0000D1A4 0x5F87 # 0 +0x0000D1A5 0x5F8C # 0 +0x0000D1A6 0x5F89 # 0 +0x0000D1A7 0x6012 # 0 +0x0000D1A8 0x601D # 0 +0x0000D1A9 0x6020 # 0 +0x0000D1AA 0x6025 # 0 +0x0000D1AB 0x600E # 0 +0x0000D1AC 0x6028 # 0 +0x0000D1AD 0x604D # 0 +0x0000D1AE 0x6070 # 0 +0x0000D1AF 0x6068 # 0 +0x0000D1B0 0x6062 # 0 +0x0000D1B1 0x6046 # 0 +0x0000D1B2 0x6043 # 0 +0x0000D1B3 0x606C # 0 +0x0000D1B4 0x606B # 0 +0x0000D1B5 0x606A # 0 +0x0000D1B6 0x6064 # 0 +0x0000D1B7 0x6241 # 0 +0x0000D1B8 0x62DC # 0 +0x0000D1B9 0x6316 # 0 +0x0000D1BA 0x6309 # 0 +0x0000D1BB 0x62FC # 0 +0x0000D1BC 0x62ED # 0 +0x0000D1BD 0x6301 # 0 +0x0000D1BE 0x62EE # 0 +0x0000D1BF 0x62FD # 0 +0x0000D1C0 0x6307 # 0 +0x0000D1C1 0x62F1 # 0 +0x0000D1C2 0x62F7 # 0 +0x0000D1C3 0x62EF # 0 +0x0000D1C4 0x62EC # 0 +0x0000D1C5 0x62FE # 0 +0x0000D1C6 0x62F4 # 0 +0x0000D1C7 0x6311 # 0 +0x0000D1C8 0x6302 # 0 +0x0000D1C9 0x653F # 0 +0x0000D1CA 0x6545 # 0 +0x0000D1CB 0x65AB # 0 +0x0000D1CC 0x65BD # 0 +0x0000D1CD 0x65E2 # 0 +0x0000D1CE 0x6625 # 0 +0x0000D1CF 0x662D # 0 +0x0000D1D0 0x6620 # 0 +0x0000D1D1 0x6627 # 0 +0x0000D1D2 0x662F # 0 +0x0000D1D3 0x661F # 0 +0x0000D1D4 0x6628 # 0 +0x0000D1D5 0x6631 # 0 +0x0000D1D6 0x6624 # 0 +0x0000D1D7 0x66F7 # 0 +0x0000D1D8 0x67FF # 0 +0x0000D1D9 0x67D3 # 0 +0x0000D1DA 0x67F1 # 0 +0x0000D1DB 0x67D4 # 0 +0x0000D1DC 0x67D0 # 0 +0x0000D1DD 0x67EC # 0 +0x0000D1DE 0x67B6 # 0 +0x0000D1DF 0x67AF # 0 +0x0000D1E0 0x67F5 # 0 +0x0000D1E1 0x67E9 # 0 +0x0000D1E2 0x67EF # 0 +0x0000D1E3 0x67C4 # 0 +0x0000D1E4 0x67D1 # 0 +0x0000D1E5 0x67B4 # 0 +0x0000D1E6 0x67DA # 0 +0x0000D1E7 0x67E5 # 0 +0x0000D1E8 0x67B8 # 0 +0x0000D1E9 0x67CF # 0 +0x0000D1EA 0x67DE # 0 +0x0000D1EB 0x67F3 # 0 +0x0000D1EC 0x67B0 # 0 +0x0000D1ED 0x67D9 # 0 +0x0000D1EE 0x67E2 # 0 +0x0000D1EF 0x67DD # 0 +0x0000D1F0 0x67D2 # 0 +0x0000D1F1 0x6B6A # 0 +0x0000D1F2 0x6B83 # 0 +0x0000D1F3 0x6B86 # 0 +0x0000D1F4 0x6BB5 # 0 +0x0000D1F5 0x6BD2 # 0 +0x0000D1F6 0x6BD7 # 0 +0x0000D1F7 0x6C1F # 0 +0x0000D1F8 0x6CC9 # 0 +0x0000D1F9 0x6D0B # 0 +0x0000D1FA 0x6D32 # 0 +0x0000D1FB 0x6D2A # 0 +0x0000D1FC 0x6D41 # 0 +0x0000D1FD 0x6D25 # 0 +0x0000D1FE 0x6D0C # 0 +0x0000D2A1 0x6D31 # 0 +0x0000D2A2 0x6D1E # 0 +0x0000D2A3 0x6D17 # 0 +0x0000D2A4 0x6D3B # 0 +0x0000D2A5 0x6D3D # 0 +0x0000D2A6 0x6D3E # 0 +0x0000D2A7 0x6D36 # 0 +0x0000D2A8 0x6D1B # 0 +0x0000D2A9 0x6CF5 # 0 +0x0000D2AA 0x6D39 # 0 +0x0000D2AB 0x6D27 # 0 +0x0000D2AC 0x6D38 # 0 +0x0000D2AD 0x6D29 # 0 +0x0000D2AE 0x6D2E # 0 +0x0000D2AF 0x6D35 # 0 +0x0000D2B0 0x6D0E # 0 +0x0000D2B1 0x6D2B # 0 +0x0000D2B2 0x70AB # 0 +0x0000D2B3 0x70BA # 0 +0x0000D2B4 0x70B3 # 0 +0x0000D2B5 0x70AC # 0 +0x0000D2B6 0x70AF # 0 +0x0000D2B7 0x70AD # 0 +0x0000D2B8 0x70B8 # 0 +0x0000D2B9 0x70AE # 0 +0x0000D2BA 0x70A4 # 0 +0x0000D2BB 0x7230 # 0 +0x0000D2BC 0x7272 # 0 +0x0000D2BD 0x726F # 0 +0x0000D2BE 0x7274 # 0 +0x0000D2BF 0x72E9 # 0 +0x0000D2C0 0x72E0 # 0 +0x0000D2C1 0x72E1 # 0 +0x0000D2C2 0x73B7 # 0 +0x0000D2C3 0x73CA # 0 +0x0000D2C4 0x73BB # 0 +0x0000D2C5 0x73B2 # 0 +0x0000D2C6 0x73CD # 0 +0x0000D2C7 0x73C0 # 0 +0x0000D2C8 0x73B3 # 0 +0x0000D2C9 0x751A # 0 +0x0000D2CA 0x752D # 0 +0x0000D2CB 0x754F # 0 +0x0000D2CC 0x754C # 0 +0x0000D2CD 0x754E # 0 +0x0000D2CE 0x754B # 0 +0x0000D2CF 0x75AB # 0 +0x0000D2D0 0x75A4 # 0 +0x0000D2D1 0x75A5 # 0 +0x0000D2D2 0x75A2 # 0 +0x0000D2D3 0x75A3 # 0 +0x0000D2D4 0x7678 # 0 +0x0000D2D5 0x7686 # 0 +0x0000D2D6 0x7687 # 0 +0x0000D2D7 0x7688 # 0 +0x0000D2D8 0x76C8 # 0 +0x0000D2D9 0x76C6 # 0 +0x0000D2DA 0x76C3 # 0 +0x0000D2DB 0x76C5 # 0 +0x0000D2DC 0x7701 # 0 +0x0000D2DD 0x76F9 # 0 +0x0000D2DE 0x76F8 # 0 +0x0000D2DF 0x7709 # 0 +0x0000D2E0 0x770B # 0 +0x0000D2E1 0x76FE # 0 +0x0000D2E2 0x76FC # 0 +0x0000D2E3 0x7707 # 0 +0x0000D2E4 0x77DC # 0 +0x0000D2E5 0x7802 # 0 +0x0000D2E6 0x7814 # 0 +0x0000D2E7 0x780C # 0 +0x0000D2E8 0x780D # 0 +0x0000D2E9 0x7946 # 0 +0x0000D2EA 0x7949 # 0 +0x0000D2EB 0x7948 # 0 +0x0000D2EC 0x7947 # 0 +0x0000D2ED 0x79B9 # 0 +0x0000D2EE 0x79BA # 0 +0x0000D2EF 0x79D1 # 0 +0x0000D2F0 0x79D2 # 0 +0x0000D2F1 0x79CB # 0 +0x0000D2F2 0x7A7F # 0 +0x0000D2F3 0x7A81 # 0 +0x0000D2F4 0x7AFF # 0 +0x0000D2F5 0x7AFD # 0 +0x0000D2F6 0x7C7D # 0 +0x0000D2F7 0x7D02 # 0 +0x0000D2F8 0x7D05 # 0 +0x0000D2F9 0x7D00 # 0 +0x0000D2FA 0x7D09 # 0 +0x0000D2FB 0x7D07 # 0 +0x0000D2FC 0x7D04 # 0 +0x0000D2FD 0x7D06 # 0 +0x0000D2FE 0x7F38 # 0 +0x0000D3A1 0x7F8E # 0 +0x0000D3A2 0x7FBF # 0 +0x0000D3A3 0x8010 # 0 +0x0000D3A4 0x800D # 0 +0x0000D3A5 0x8011 # 0 +0x0000D3A6 0x8036 # 0 +0x0000D3A7 0x80D6 # 0 +0x0000D3A8 0x80E5 # 0 +0x0000D3A9 0x80DA # 0 +0x0000D3AA 0x80C3 # 0 +0x0000D3AB 0x80C4 # 0 +0x0000D3AC 0x80CC # 0 +0x0000D3AD 0x80E1 # 0 +0x0000D3AE 0x80DB # 0 +0x0000D3AF 0x80CE # 0 +0x0000D3B0 0x80DE # 0 +0x0000D3B1 0x80E4 # 0 +0x0000D3B2 0x80DD # 0 +0x0000D3B3 0x81F4 # 0 +0x0000D3B4 0x8222 # 0 +0x0000D3B5 0x82E7 # 0 +0x0000D3B6 0x8303 # 0 +0x0000D3B7 0x8305 # 0 +0x0000D3B8 0x82E3 # 0 +0x0000D3B9 0x82DB # 0 +0x0000D3BA 0x82E6 # 0 +0x0000D3BB 0x8304 # 0 +0x0000D3BC 0x82E5 # 0 +0x0000D3BD 0x8302 # 0 +0x0000D3BE 0x8309 # 0 +0x0000D3BF 0x82D2 # 0 +0x0000D3C0 0x82D7 # 0 +0x0000D3C1 0x82F1 # 0 +0x0000D3C2 0x8301 # 0 +0x0000D3C3 0x82DC # 0 +0x0000D3C4 0x82D4 # 0 +0x0000D3C5 0x82D1 # 0 +0x0000D3C6 0x82DE # 0 +0x0000D3C7 0x82D3 # 0 +0x0000D3C8 0x82DF # 0 +0x0000D3C9 0x82EF # 0 +0x0000D3CA 0x8306 # 0 +0x0000D3CB 0x8650 # 0 +0x0000D3CC 0x8679 # 0 +0x0000D3CD 0x867B # 0 +0x0000D3CE 0x867A # 0 +0x0000D3CF 0x884D # 0 +0x0000D3D0 0x886B # 0 +0x0000D3D1 0x8981 # 0 +0x0000D3D2 0x89D4 # 0 +0x0000D3D3 0x8A08 # 0 +0x0000D3D4 0x8A02 # 0 +0x0000D3D5 0x8A03 # 0 +0x0000D3D6 0x8C9E # 0 +0x0000D3D7 0x8CA0 # 0 +0x0000D3D8 0x8D74 # 0 +0x0000D3D9 0x8D73 # 0 +0x0000D3DA 0x8DB4 # 0 +0x0000D3DB 0x8ECD # 0 +0x0000D3DC 0x8ECC # 0 +0x0000D3DD 0x8FF0 # 0 +0x0000D3DE 0x8FE6 # 0 +0x0000D3DF 0x8FE2 # 0 +0x0000D3E0 0x8FEA # 0 +0x0000D3E1 0x8FE5 # 0 +0x0000D3E2 0x8FED # 0 +0x0000D3E3 0x8FEB # 0 +0x0000D3E4 0x8FE4 # 0 +0x0000D3E5 0x8FE8 # 0 +0x0000D3E6 0x90CA # 0 +0x0000D3E7 0x90CE # 0 +0x0000D3E8 0x90C1 # 0 +0x0000D3E9 0x90C3 # 0 +0x0000D3EA 0x914B # 0 +0x0000D3EB 0x914A # 0 +0x0000D3EC 0x91CD # 0 +0x0000D3ED 0x9582 # 0 +0x0000D3EE 0x9650 # 0 +0x0000D3EF 0x964B # 0 +0x0000D3F0 0x964C # 0 +0x0000D3F1 0x964D # 0 +0x0000D3F2 0x9762 # 0 +0x0000D3F3 0x9769 # 0 +0x0000D3F4 0x97CB # 0 +0x0000D3F5 0x97ED # 0 +0x0000D3F6 0x97F3 # 0 +0x0000D3F7 0x9801 # 0 +0x0000D3F8 0x98A8 # 0 +0x0000D3F9 0x98DB # 0 +0x0000D3FA 0x98DF # 0 +0x0000D3FB 0x9996 # 0 +0x0000D3FC 0x9999 # 0 +0x0000D3FD 0x4E58 # 0 +0x0000D3FE 0x4EB3 # 0 +0x0000D4A1 0x500C # 0 +0x0000D4A2 0x500D # 0 +0x0000D4A3 0x5023 # 0 +0x0000D4A4 0x4FEF # 0 +0x0000D4A5 0x5026 # 0 +0x0000D4A6 0x5025 # 0 +0x0000D4A7 0x4FF8 # 0 +0x0000D4A8 0x5029 # 0 +0x0000D4A9 0x5016 # 0 +0x0000D4AA 0x5006 # 0 +0x0000D4AB 0x503C # 0 +0x0000D4AC 0x501F # 0 +0x0000D4AD 0x501A # 0 +0x0000D4AE 0x5012 # 0 +0x0000D4AF 0x5011 # 0 +0x0000D4B0 0x4FFA # 0 +0x0000D4B1 0x5000 # 0 +0x0000D4B2 0x5014 # 0 +0x0000D4B3 0x5028 # 0 +0x0000D4B4 0x4FF1 # 0 +0x0000D4B5 0x5021 # 0 +0x0000D4B6 0x500B # 0 +0x0000D4B7 0x5019 # 0 +0x0000D4B8 0x5018 # 0 +0x0000D4B9 0x4FF3 # 0 +0x0000D4BA 0x4FEE # 0 +0x0000D4BB 0x502D # 0 +0x0000D4BC 0x502A # 0 +0x0000D4BD 0x4FFE # 0 +0x0000D4BE 0x502B # 0 +0x0000D4BF 0x5009 # 0 +0x0000D4C0 0x517C # 0 +0x0000D4C1 0x51A4 # 0 +0x0000D4C2 0x51A5 # 0 +0x0000D4C3 0x51A2 # 0 +0x0000D4C4 0x51CD # 0 +0x0000D4C5 0x51CC # 0 +0x0000D4C6 0x51C6 # 0 +0x0000D4C7 0x51CB # 0 +0x0000D4C8 0x5256 # 0 +0x0000D4C9 0x525C # 0 +0x0000D4CA 0x5254 # 0 +0x0000D4CB 0x525B # 0 +0x0000D4CC 0x525D # 0 +0x0000D4CD 0x532A # 0 +0x0000D4CE 0x537F # 0 +0x0000D4CF 0x539F # 0 +0x0000D4D0 0x539D # 0 +0x0000D4D1 0x53DF # 0 +0x0000D4D2 0x54E8 # 0 +0x0000D4D3 0x5510 # 0 +0x0000D4D4 0x5501 # 0 +0x0000D4D5 0x5537 # 0 +0x0000D4D6 0x54FC # 0 +0x0000D4D7 0x54E5 # 0 +0x0000D4D8 0x54F2 # 0 +0x0000D4D9 0x5506 # 0 +0x0000D4DA 0x54FA # 0 +0x0000D4DB 0x5514 # 0 +0x0000D4DC 0x54E9 # 0 +0x0000D4DD 0x54ED # 0 +0x0000D4DE 0x54E1 # 0 +0x0000D4DF 0x5509 # 0 +0x0000D4E0 0x54EE # 0 +0x0000D4E1 0x54EA # 0 +0x0000D4E2 0x54E6 # 0 +0x0000D4E3 0x5527 # 0 +0x0000D4E4 0x5507 # 0 +0x0000D4E5 0x54FD # 0 +0x0000D4E6 0x550F # 0 +0x0000D4E7 0x5703 # 0 +0x0000D4E8 0x5704 # 0 +0x0000D4E9 0x57C2 # 0 +0x0000D4EA 0x57D4 # 0 +0x0000D4EB 0x57CB # 0 +0x0000D4EC 0x57C3 # 0 +0x0000D4ED 0x5809 # 0 +0x0000D4EE 0x590F # 0 +0x0000D4EF 0x5957 # 0 +0x0000D4F0 0x5958 # 0 +0x0000D4F1 0x595A # 0 +0x0000D4F2 0x5A11 # 0 +0x0000D4F3 0x5A18 # 0 +0x0000D4F4 0x5A1C # 0 +0x0000D4F5 0x5A1F # 0 +0x0000D4F6 0x5A1B # 0 +0x0000D4F7 0x5A13 # 0 +0x0000D4F8 0x59EC # 0 +0x0000D4F9 0x5A20 # 0 +0x0000D4FA 0x5A23 # 0 +0x0000D4FB 0x5A29 # 0 +0x0000D4FC 0x5A25 # 0 +0x0000D4FD 0x5A0C # 0 +0x0000D4FE 0x5A09 # 0 +0x0000D5A1 0x5B6B # 0 +0x0000D5A2 0x5C58 # 0 +0x0000D5A3 0x5BB0 # 0 +0x0000D5A4 0x5BB3 # 0 +0x0000D5A5 0x5BB6 # 0 +0x0000D5A6 0x5BB4 # 0 +0x0000D5A7 0x5BAE # 0 +0x0000D5A8 0x5BB5 # 0 +0x0000D5A9 0x5BB9 # 0 +0x0000D5AA 0x5BB8 # 0 +0x0000D5AB 0x5C04 # 0 +0x0000D5AC 0x5C51 # 0 +0x0000D5AD 0x5C55 # 0 +0x0000D5AE 0x5C50 # 0 +0x0000D5AF 0x5CED # 0 +0x0000D5B0 0x5CFD # 0 +0x0000D5B1 0x5CFB # 0 +0x0000D5B2 0x5CEA # 0 +0x0000D5B3 0x5CE8 # 0 +0x0000D5B4 0x5CF0 # 0 +0x0000D5B5 0x5CF6 # 0 +0x0000D5B6 0x5D01 # 0 +0x0000D5B7 0x5CF4 # 0 +0x0000D5B8 0x5DEE # 0 +0x0000D5B9 0x5E2D # 0 +0x0000D5BA 0x5E2B # 0 +0x0000D5BB 0x5EAB # 0 +0x0000D5BC 0x5EAD # 0 +0x0000D5BD 0x5EA7 # 0 +0x0000D5BE 0x5F31 # 0 +0x0000D5BF 0x5F92 # 0 +0x0000D5C0 0x5F91 # 0 +0x0000D5C1 0x5F90 # 0 +0x0000D5C2 0x6059 # 0 +0x0000D5C3 0x6063 # 0 +0x0000D5C4 0x6065 # 0 +0x0000D5C5 0x6050 # 0 +0x0000D5C6 0x6055 # 0 +0x0000D5C7 0x606D # 0 +0x0000D5C8 0x6069 # 0 +0x0000D5C9 0x606F # 0 +0x0000D5CA 0x6084 # 0 +0x0000D5CB 0x609F # 0 +0x0000D5CC 0x609A # 0 +0x0000D5CD 0x608D # 0 +0x0000D5CE 0x6094 # 0 +0x0000D5CF 0x608C # 0 +0x0000D5D0 0x6085 # 0 +0x0000D5D1 0x6096 # 0 +0x0000D5D2 0x6247 # 0 +0x0000D5D3 0x62F3 # 0 +0x0000D5D4 0x6308 # 0 +0x0000D5D5 0x62FF # 0 +0x0000D5D6 0x634E # 0 +0x0000D5D7 0x633E # 0 +0x0000D5D8 0x632F # 0 +0x0000D5D9 0x6355 # 0 +0x0000D5DA 0x6342 # 0 +0x0000D5DB 0x6346 # 0 +0x0000D5DC 0x634F # 0 +0x0000D5DD 0x6349 # 0 +0x0000D5DE 0x633A # 0 +0x0000D5DF 0x6350 # 0 +0x0000D5E0 0x633D # 0 +0x0000D5E1 0x632A # 0 +0x0000D5E2 0x632B # 0 +0x0000D5E3 0x6328 # 0 +0x0000D5E4 0x634D # 0 +0x0000D5E5 0x634C # 0 +0x0000D5E6 0x6548 # 0 +0x0000D5E7 0x6549 # 0 +0x0000D5E8 0x6599 # 0 +0x0000D5E9 0x65C1 # 0 +0x0000D5EA 0x65C5 # 0 +0x0000D5EB 0x6642 # 0 +0x0000D5EC 0x6649 # 0 +0x0000D5ED 0x664F # 0 +0x0000D5EE 0x6643 # 0 +0x0000D5EF 0x6652 # 0 +0x0000D5F0 0x664C # 0 +0x0000D5F1 0x6645 # 0 +0x0000D5F2 0x6641 # 0 +0x0000D5F3 0x66F8 # 0 +0x0000D5F4 0x6714 # 0 +0x0000D5F5 0x6715 # 0 +0x0000D5F6 0x6717 # 0 +0x0000D5F7 0x6821 # 0 +0x0000D5F8 0x6838 # 0 +0x0000D5F9 0x6848 # 0 +0x0000D5FA 0x6846 # 0 +0x0000D5FB 0x6853 # 0 +0x0000D5FC 0x6839 # 0 +0x0000D5FD 0x6842 # 0 +0x0000D5FE 0x6854 # 0 +0x0000D6A1 0x6829 # 0 +0x0000D6A2 0x68B3 # 0 +0x0000D6A3 0x6817 # 0 +0x0000D6A4 0x684C # 0 +0x0000D6A5 0x6851 # 0 +0x0000D6A6 0x683D # 0 +0x0000D6A7 0x67F4 # 0 +0x0000D6A8 0x6850 # 0 +0x0000D6A9 0x6840 # 0 +0x0000D6AA 0x683C # 0 +0x0000D6AB 0x6843 # 0 +0x0000D6AC 0x682A # 0 +0x0000D6AD 0x6845 # 0 +0x0000D6AE 0x6813 # 0 +0x0000D6AF 0x6818 # 0 +0x0000D6B0 0x6841 # 0 +0x0000D6B1 0x6B8A # 0 +0x0000D6B2 0x6B89 # 0 +0x0000D6B3 0x6BB7 # 0 +0x0000D6B4 0x6C23 # 0 +0x0000D6B5 0x6C27 # 0 +0x0000D6B6 0x6C28 # 0 +0x0000D6B7 0x6C26 # 0 +0x0000D6B8 0x6C24 # 0 +0x0000D6B9 0x6CF0 # 0 +0x0000D6BA 0x6D6A # 0 +0x0000D6BB 0x6D95 # 0 +0x0000D6BC 0x6D88 # 0 +0x0000D6BD 0x6D87 # 0 +0x0000D6BE 0x6D66 # 0 +0x0000D6BF 0x6D78 # 0 +0x0000D6C0 0x6D77 # 0 +0x0000D6C1 0x6D59 # 0 +0x0000D6C2 0x6D93 # 0 +0x0000D6C3 0x6D6C # 0 +0x0000D6C4 0x6D89 # 0 +0x0000D6C5 0x6D6E # 0 +0x0000D6C6 0x6D5A # 0 +0x0000D6C7 0x6D74 # 0 +0x0000D6C8 0x6D69 # 0 +0x0000D6C9 0x6D8C # 0 +0x0000D6CA 0x6D8A # 0 +0x0000D6CB 0x6D79 # 0 +0x0000D6CC 0x6D85 # 0 +0x0000D6CD 0x6D65 # 0 +0x0000D6CE 0x6D94 # 0 +0x0000D6CF 0x70CA # 0 +0x0000D6D0 0x70D8 # 0 +0x0000D6D1 0x70E4 # 0 +0x0000D6D2 0x70D9 # 0 +0x0000D6D3 0x70C8 # 0 +0x0000D6D4 0x70CF # 0 +0x0000D6D5 0x7239 # 0 +0x0000D6D6 0x7279 # 0 +0x0000D6D7 0x72FC # 0 +0x0000D6D8 0x72F9 # 0 +0x0000D6D9 0x72FD # 0 +0x0000D6DA 0x72F8 # 0 +0x0000D6DB 0x72F7 # 0 +0x0000D6DC 0x7386 # 0 +0x0000D6DD 0x73ED # 0 +0x0000D6DE 0x7409 # 0 +0x0000D6DF 0x73EE # 0 +0x0000D6E0 0x73E0 # 0 +0x0000D6E1 0x73EA # 0 +0x0000D6E2 0x73DE # 0 +0x0000D6E3 0x7554 # 0 +0x0000D6E4 0x755D # 0 +0x0000D6E5 0x755C # 0 +0x0000D6E6 0x755A # 0 +0x0000D6E7 0x7559 # 0 +0x0000D6E8 0x75BE # 0 +0x0000D6E9 0x75C5 # 0 +0x0000D6EA 0x75C7 # 0 +0x0000D6EB 0x75B2 # 0 +0x0000D6EC 0x75B3 # 0 +0x0000D6ED 0x75BD # 0 +0x0000D6EE 0x75BC # 0 +0x0000D6EF 0x75B9 # 0 +0x0000D6F0 0x75C2 # 0 +0x0000D6F1 0x75B8 # 0 +0x0000D6F2 0x768B # 0 +0x0000D6F3 0x76B0 # 0 +0x0000D6F4 0x76CA # 0 +0x0000D6F5 0x76CD # 0 +0x0000D6F6 0x76CE # 0 +0x0000D6F7 0x7729 # 0 +0x0000D6F8 0x771F # 0 +0x0000D6F9 0x7720 # 0 +0x0000D6FA 0x7728 # 0 +0x0000D6FB 0x77E9 # 0 +0x0000D6FC 0x7830 # 0 +0x0000D6FD 0x7827 # 0 +0x0000D6FE 0x7838 # 0 +0x0000D7A1 0x781D # 0 +0x0000D7A2 0x7834 # 0 +0x0000D7A3 0x7837 # 0 +0x0000D7A4 0x7825 # 0 +0x0000D7A5 0x782D # 0 +0x0000D7A6 0x7820 # 0 +0x0000D7A7 0x781F # 0 +0x0000D7A8 0x7832 # 0 +0x0000D7A9 0x7955 # 0 +0x0000D7AA 0x7950 # 0 +0x0000D7AB 0x7960 # 0 +0x0000D7AC 0x795F # 0 +0x0000D7AD 0x7956 # 0 +0x0000D7AE 0x795E # 0 +0x0000D7AF 0x795D # 0 +0x0000D7B0 0x7957 # 0 +0x0000D7B1 0x795A # 0 +0x0000D7B2 0x79E4 # 0 +0x0000D7B3 0x79E3 # 0 +0x0000D7B4 0x79E7 # 0 +0x0000D7B5 0x79DF # 0 +0x0000D7B6 0x79E6 # 0 +0x0000D7B7 0x79E9 # 0 +0x0000D7B8 0x79D8 # 0 +0x0000D7B9 0x7A84 # 0 +0x0000D7BA 0x7A88 # 0 +0x0000D7BB 0x7AD9 # 0 +0x0000D7BC 0x7B06 # 0 +0x0000D7BD 0x7B11 # 0 +0x0000D7BE 0x7C89 # 0 +0x0000D7BF 0x7D21 # 0 +0x0000D7C0 0x7D17 # 0 +0x0000D7C1 0x7D0B # 0 +0x0000D7C2 0x7D0A # 0 +0x0000D7C3 0x7D20 # 0 +0x0000D7C4 0x7D22 # 0 +0x0000D7C5 0x7D14 # 0 +0x0000D7C6 0x7D10 # 0 +0x0000D7C7 0x7D15 # 0 +0x0000D7C8 0x7D1A # 0 +0x0000D7C9 0x7D1C # 0 +0x0000D7CA 0x7D0D # 0 +0x0000D7CB 0x7D19 # 0 +0x0000D7CC 0x7D1B # 0 +0x0000D7CD 0x7F3A # 0 +0x0000D7CE 0x7F5F # 0 +0x0000D7CF 0x7F94 # 0 +0x0000D7D0 0x7FC5 # 0 +0x0000D7D1 0x7FC1 # 0 +0x0000D7D2 0x8006 # 0 +0x0000D7D3 0x8004 # 0 +0x0000D7D4 0x8018 # 0 +0x0000D7D5 0x8015 # 0 +0x0000D7D6 0x8019 # 0 +0x0000D7D7 0x8017 # 0 +0x0000D7D8 0x803D # 0 +0x0000D7D9 0x803F # 0 +0x0000D7DA 0x80F1 # 0 +0x0000D7DB 0x8102 # 0 +0x0000D7DC 0x80F0 # 0 +0x0000D7DD 0x8105 # 0 +0x0000D7DE 0x80ED # 0 +0x0000D7DF 0x80F4 # 0 +0x0000D7E0 0x8106 # 0 +0x0000D7E1 0x80F8 # 0 +0x0000D7E2 0x80F3 # 0 +0x0000D7E3 0x8108 # 0 +0x0000D7E4 0x80FD # 0 +0x0000D7E5 0x810A # 0 +0x0000D7E6 0x80FC # 0 +0x0000D7E7 0x80EF # 0 +0x0000D7E8 0x81ED # 0 +0x0000D7E9 0x81EC # 0 +0x0000D7EA 0x8200 # 0 +0x0000D7EB 0x8210 # 0 +0x0000D7EC 0x822A # 0 +0x0000D7ED 0x822B # 0 +0x0000D7EE 0x8228 # 0 +0x0000D7EF 0x822C # 0 +0x0000D7F0 0x82BB # 0 +0x0000D7F1 0x832B # 0 +0x0000D7F2 0x8352 # 0 +0x0000D7F3 0x8354 # 0 +0x0000D7F4 0x834A # 0 +0x0000D7F5 0x8338 # 0 +0x0000D7F6 0x8350 # 0 +0x0000D7F7 0x8349 # 0 +0x0000D7F8 0x8335 # 0 +0x0000D7F9 0x8334 # 0 +0x0000D7FA 0x834F # 0 +0x0000D7FB 0x8332 # 0 +0x0000D7FC 0x8339 # 0 +0x0000D7FD 0x8336 # 0 +0x0000D7FE 0x8317 # 0 +0x0000D8A1 0x8340 # 0 +0x0000D8A2 0x8331 # 0 +0x0000D8A3 0x8328 # 0 +0x0000D8A4 0x8343 # 0 +0x0000D8A5 0x8654 # 0 +0x0000D8A6 0x868A # 0 +0x0000D8A7 0x86AA # 0 +0x0000D8A8 0x8693 # 0 +0x0000D8A9 0x86A4 # 0 +0x0000D8AA 0x86A9 # 0 +0x0000D8AB 0x868C # 0 +0x0000D8AC 0x86A3 # 0 +0x0000D8AD 0x869C # 0 +0x0000D8AE 0x8870 # 0 +0x0000D8AF 0x8877 # 0 +0x0000D8B0 0x8881 # 0 +0x0000D8B1 0x8882 # 0 +0x0000D8B2 0x887D # 0 +0x0000D8B3 0x8879 # 0 +0x0000D8B4 0x8A18 # 0 +0x0000D8B5 0x8A10 # 0 +0x0000D8B6 0x8A0E # 0 +0x0000D8B7 0x8A0C # 0 +0x0000D8B8 0x8A15 # 0 +0x0000D8B9 0x8A0A # 0 +0x0000D8BA 0x8A17 # 0 +0x0000D8BB 0x8A13 # 0 +0x0000D8BC 0x8A16 # 0 +0x0000D8BD 0x8A0F # 0 +0x0000D8BE 0x8A11 # 0 +0x0000D8BF 0x8C48 # 0 +0x0000D8C0 0x8C7A # 0 +0x0000D8C1 0x8C79 # 0 +0x0000D8C2 0x8CA1 # 0 +0x0000D8C3 0x8CA2 # 0 +0x0000D8C4 0x8D77 # 0 +0x0000D8C5 0x8EAC # 0 +0x0000D8C6 0x8ED2 # 0 +0x0000D8C7 0x8ED4 # 0 +0x0000D8C8 0x8ECF # 0 +0x0000D8C9 0x8FB1 # 0 +0x0000D8CA 0x9001 # 0 +0x0000D8CB 0x9006 # 0 +0x0000D8CC 0x8FF7 # 0 +0x0000D8CD 0x9000 # 0 +0x0000D8CE 0x8FFA # 0 +0x0000D8CF 0x8FF4 # 0 +0x0000D8D0 0x9003 # 0 +0x0000D8D1 0x8FFD # 0 +0x0000D8D2 0x9005 # 0 +0x0000D8D3 0x8FF8 # 0 +0x0000D8D4 0x9095 # 0 +0x0000D8D5 0x90E1 # 0 +0x0000D8D6 0x90DD # 0 +0x0000D8D7 0x90E2 # 0 +0x0000D8D8 0x9152 # 0 +0x0000D8D9 0x914D # 0 +0x0000D8DA 0x914C # 0 +0x0000D8DB 0x91D8 # 0 +0x0000D8DC 0x91DD # 0 +0x0000D8DD 0x91D7 # 0 +0x0000D8DE 0x91DC # 0 +0x0000D8DF 0x91D9 # 0 +0x0000D8E0 0x9583 # 0 +0x0000D8E1 0x9662 # 0 +0x0000D8E2 0x9663 # 0 +0x0000D8E3 0x9661 # 0 +0x0000D8E4 0x965B # 0 +0x0000D8E5 0x965D # 0 +0x0000D8E6 0x9664 # 0 +0x0000D8E7 0x9658 # 0 +0x0000D8E8 0x965E # 0 +0x0000D8E9 0x96BB # 0 +0x0000D8EA 0x98E2 # 0 +0x0000D8EB 0x99AC # 0 +0x0000D8EC 0x9AA8 # 0 +0x0000D8ED 0x9AD8 # 0 +0x0000D8EE 0x9B25 # 0 +0x0000D8EF 0x9B32 # 0 +0x0000D8F0 0x9B3C # 0 +0x0000D8F1 0x4E7E # 0 +0x0000D8F2 0x507A # 0 +0x0000D8F3 0x507D # 0 +0x0000D8F4 0x505C # 0 +0x0000D8F5 0x5047 # 0 +0x0000D8F6 0x5043 # 0 +0x0000D8F7 0x504C # 0 +0x0000D8F8 0x505A # 0 +0x0000D8F9 0x5049 # 0 +0x0000D8FA 0x5065 # 0 +0x0000D8FB 0x5076 # 0 +0x0000D8FC 0x504E # 0 +0x0000D8FD 0x5055 # 0 +0x0000D8FE 0x5075 # 0 +0x0000D9A1 0x5074 # 0 +0x0000D9A2 0x5077 # 0 +0x0000D9A3 0x504F # 0 +0x0000D9A4 0x500F # 0 +0x0000D9A5 0x506F # 0 +0x0000D9A6 0x506D # 0 +0x0000D9A7 0x515C # 0 +0x0000D9A8 0x5195 # 0 +0x0000D9A9 0x51F0 # 0 +0x0000D9AA 0x526A # 0 +0x0000D9AB 0x526F # 0 +0x0000D9AC 0x52D2 # 0 +0x0000D9AD 0x52D9 # 0 +0x0000D9AE 0x52D8 # 0 +0x0000D9AF 0x52D5 # 0 +0x0000D9B0 0x5310 # 0 +0x0000D9B1 0x530F # 0 +0x0000D9B2 0x5319 # 0 +0x0000D9B3 0x533F # 0 +0x0000D9B4 0x5340 # 0 +0x0000D9B5 0x533E # 0 +0x0000D9B6 0x53C3 # 0 +0x0000D9B7 0x66FC # 0 +0x0000D9B8 0x5546 # 0 +0x0000D9B9 0x556A # 0 +0x0000D9BA 0x5566 # 0 +0x0000D9BB 0x5544 # 0 +0x0000D9BC 0x555E # 0 +0x0000D9BD 0x5561 # 0 +0x0000D9BE 0x5543 # 0 +0x0000D9BF 0x554A # 0 +0x0000D9C0 0x5531 # 0 +0x0000D9C1 0x5556 # 0 +0x0000D9C2 0x554F # 0 +0x0000D9C3 0x5555 # 0 +0x0000D9C4 0x552F # 0 +0x0000D9C5 0x5564 # 0 +0x0000D9C6 0x5538 # 0 +0x0000D9C7 0x552E # 0 +0x0000D9C8 0x555C # 0 +0x0000D9C9 0x552C # 0 +0x0000D9CA 0x5563 # 0 +0x0000D9CB 0x5533 # 0 +0x0000D9CC 0x5541 # 0 +0x0000D9CD 0x5557 # 0 +0x0000D9CE 0x5708 # 0 +0x0000D9CF 0x570B # 0 +0x0000D9D0 0x5709 # 0 +0x0000D9D1 0x57DF # 0 +0x0000D9D2 0x5805 # 0 +0x0000D9D3 0x580A # 0 +0x0000D9D4 0x5806 # 0 +0x0000D9D5 0x57E0 # 0 +0x0000D9D6 0x57E4 # 0 +0x0000D9D7 0x57FA # 0 +0x0000D9D8 0x5802 # 0 +0x0000D9D9 0x5835 # 0 +0x0000D9DA 0x57F7 # 0 +0x0000D9DB 0x57F9 # 0 +0x0000D9DC 0x5920 # 0 +0x0000D9DD 0x5962 # 0 +0x0000D9DE 0x5A36 # 0 +0x0000D9DF 0x5A41 # 0 +0x0000D9E0 0x5A49 # 0 +0x0000D9E1 0x5A66 # 0 +0x0000D9E2 0x5A6A # 0 +0x0000D9E3 0x5A40 # 0 +0x0000D9E4 0x5A3C # 0 +0x0000D9E5 0x5A62 # 0 +0x0000D9E6 0x5A5A # 0 +0x0000D9E7 0x5A46 # 0 +0x0000D9E8 0x5A4A # 0 +0x0000D9E9 0x5B70 # 0 +0x0000D9EA 0x5BC7 # 0 +0x0000D9EB 0x5BC5 # 0 +0x0000D9EC 0x5BC4 # 0 +0x0000D9ED 0x5BC2 # 0 +0x0000D9EE 0x5BBF # 0 +0x0000D9EF 0x5BC6 # 0 +0x0000D9F0 0x5C09 # 0 +0x0000D9F1 0x5C08 # 0 +0x0000D9F2 0x5C07 # 0 +0x0000D9F3 0x5C60 # 0 +0x0000D9F4 0x5C5C # 0 +0x0000D9F5 0x5C5D # 0 +0x0000D9F6 0x5D07 # 0 +0x0000D9F7 0x5D06 # 0 +0x0000D9F8 0x5D0E # 0 +0x0000D9F9 0x5D1B # 0 +0x0000D9FA 0x5D16 # 0 +0x0000D9FB 0x5D22 # 0 +0x0000D9FC 0x5D11 # 0 +0x0000D9FD 0x5D29 # 0 +0x0000D9FE 0x5D14 # 0 +0x0000DAA1 0x5D19 # 0 +0x0000DAA2 0x5D24 # 0 +0x0000DAA3 0x5D27 # 0 +0x0000DAA4 0x5D17 # 0 +0x0000DAA5 0x5DE2 # 0 +0x0000DAA6 0x5E38 # 0 +0x0000DAA7 0x5E36 # 0 +0x0000DAA8 0x5E33 # 0 +0x0000DAA9 0x5E37 # 0 +0x0000DAAA 0x5EB7 # 0 +0x0000DAAB 0x5EB8 # 0 +0x0000DAAC 0x5EB6 # 0 +0x0000DAAD 0x5EB5 # 0 +0x0000DAAE 0x5EBE # 0 +0x0000DAAF 0x5F35 # 0 +0x0000DAB0 0x5F37 # 0 +0x0000DAB1 0x5F57 # 0 +0x0000DAB2 0x5F6C # 0 +0x0000DAB3 0x5F69 # 0 +0x0000DAB4 0x5F6B # 0 +0x0000DAB5 0x5F97 # 0 +0x0000DAB6 0x5F99 # 0 +0x0000DAB7 0x5F9E # 0 +0x0000DAB8 0x5F98 # 0 +0x0000DAB9 0x5FA1 # 0 +0x0000DABA 0x5FA0 # 0 +0x0000DABB 0x5F9C # 0 +0x0000DABC 0x607F # 0 +0x0000DABD 0x60A3 # 0 +0x0000DABE 0x6089 # 0 +0x0000DABF 0x60A0 # 0 +0x0000DAC0 0x60A8 # 0 +0x0000DAC1 0x60CB # 0 +0x0000DAC2 0x60B4 # 0 +0x0000DAC3 0x60E6 # 0 +0x0000DAC4 0x60BD # 0 +0x0000DAC5 0x60C5 # 0 +0x0000DAC6 0x60BB # 0 +0x0000DAC7 0x60B5 # 0 +0x0000DAC8 0x60DC # 0 +0x0000DAC9 0x60BC # 0 +0x0000DACA 0x60D8 # 0 +0x0000DACB 0x60D5 # 0 +0x0000DACC 0x60C6 # 0 +0x0000DACD 0x60DF # 0 +0x0000DACE 0x60B8 # 0 +0x0000DACF 0x60DA # 0 +0x0000DAD0 0x60C7 # 0 +0x0000DAD1 0x621A # 0 +0x0000DAD2 0x621B # 0 +0x0000DAD3 0x6248 # 0 +0x0000DAD4 0x63A0 # 0 +0x0000DAD5 0x63A7 # 0 +0x0000DAD6 0x6372 # 0 +0x0000DAD7 0x6396 # 0 +0x0000DAD8 0x63A2 # 0 +0x0000DAD9 0x63A5 # 0 +0x0000DADA 0x6377 # 0 +0x0000DADB 0x6367 # 0 +0x0000DADC 0x6398 # 0 +0x0000DADD 0x63AA # 0 +0x0000DADE 0x6371 # 0 +0x0000DADF 0x63A9 # 0 +0x0000DAE0 0x6389 # 0 +0x0000DAE1 0x6383 # 0 +0x0000DAE2 0x639B # 0 +0x0000DAE3 0x636B # 0 +0x0000DAE4 0x63A8 # 0 +0x0000DAE5 0x6384 # 0 +0x0000DAE6 0x6388 # 0 +0x0000DAE7 0x6399 # 0 +0x0000DAE8 0x63A1 # 0 +0x0000DAE9 0x63AC # 0 +0x0000DAEA 0x6392 # 0 +0x0000DAEB 0x638F # 0 +0x0000DAEC 0x6380 # 0 +0x0000DAED 0x637B # 0 +0x0000DAEE 0x6369 # 0 +0x0000DAEF 0x6368 # 0 +0x0000DAF0 0x637A # 0 +0x0000DAF1 0x655D # 0 +0x0000DAF2 0x6556 # 0 +0x0000DAF3 0x6551 # 0 +0x0000DAF4 0x6559 # 0 +0x0000DAF5 0x6557 # 0 +0x0000DAF6 0x555F # 0 +0x0000DAF7 0x654F # 0 +0x0000DAF8 0x6558 # 0 +0x0000DAF9 0x6555 # 0 +0x0000DAFA 0x6554 # 0 +0x0000DAFB 0x659C # 0 +0x0000DAFC 0x659B # 0 +0x0000DAFD 0x65AC # 0 +0x0000DAFE 0x65CF # 0 +0x0000DBA1 0x65CB # 0 +0x0000DBA2 0x65CC # 0 +0x0000DBA3 0x65CE # 0 +0x0000DBA4 0x665D # 0 +0x0000DBA5 0x665A # 0 +0x0000DBA6 0x6664 # 0 +0x0000DBA7 0x6668 # 0 +0x0000DBA8 0x6666 # 0 +0x0000DBA9 0x665E # 0 +0x0000DBAA 0x66F9 # 0 +0x0000DBAB 0x52D7 # 0 +0x0000DBAC 0x671B # 0 +0x0000DBAD 0x6881 # 0 +0x0000DBAE 0x68AF # 0 +0x0000DBAF 0x68A2 # 0 +0x0000DBB0 0x6893 # 0 +0x0000DBB1 0x68B5 # 0 +0x0000DBB2 0x687F # 0 +0x0000DBB3 0x6876 # 0 +0x0000DBB4 0x68B1 # 0 +0x0000DBB5 0x68A7 # 0 +0x0000DBB6 0x6897 # 0 +0x0000DBB7 0x68B0 # 0 +0x0000DBB8 0x6883 # 0 +0x0000DBB9 0x68C4 # 0 +0x0000DBBA 0x68AD # 0 +0x0000DBBB 0x6886 # 0 +0x0000DBBC 0x6885 # 0 +0x0000DBBD 0x6894 # 0 +0x0000DBBE 0x689D # 0 +0x0000DBBF 0x68A8 # 0 +0x0000DBC0 0x689F # 0 +0x0000DBC1 0x68A1 # 0 +0x0000DBC2 0x6882 # 0 +0x0000DBC3 0x6B32 # 0 +0x0000DBC4 0x6BBA # 0 +0x0000DBC5 0x6BEB # 0 +0x0000DBC6 0x6BEC # 0 +0x0000DBC7 0x6C2B # 0 +0x0000DBC8 0x6D8E # 0 +0x0000DBC9 0x6DBC # 0 +0x0000DBCA 0x6DF3 # 0 +0x0000DBCB 0x6DD9 # 0 +0x0000DBCC 0x6DB2 # 0 +0x0000DBCD 0x6DE1 # 0 +0x0000DBCE 0x6DCC # 0 +0x0000DBCF 0x6DE4 # 0 +0x0000DBD0 0x6DFB # 0 +0x0000DBD1 0x6DFA # 0 +0x0000DBD2 0x6E05 # 0 +0x0000DBD3 0x6DC7 # 0 +0x0000DBD4 0x6DCB # 0 +0x0000DBD5 0x6DAF # 0 +0x0000DBD6 0x6DD1 # 0 +0x0000DBD7 0x6DAE # 0 +0x0000DBD8 0x6DDE # 0 +0x0000DBD9 0x6DF9 # 0 +0x0000DBDA 0x6DB8 # 0 +0x0000DBDB 0x6DF7 # 0 +0x0000DBDC 0x6DF5 # 0 +0x0000DBDD 0x6DC5 # 0 +0x0000DBDE 0x6DD2 # 0 +0x0000DBDF 0x6E1A # 0 +0x0000DBE0 0x6DB5 # 0 +0x0000DBE1 0x6DDA # 0 +0x0000DBE2 0x6DEB # 0 +0x0000DBE3 0x6DD8 # 0 +0x0000DBE4 0x6DEA # 0 +0x0000DBE5 0x6DF1 # 0 +0x0000DBE6 0x6DEE # 0 +0x0000DBE7 0x6DE8 # 0 +0x0000DBE8 0x6DC6 # 0 +0x0000DBE9 0x6DC4 # 0 +0x0000DBEA 0x6DAA # 0 +0x0000DBEB 0x6DEC # 0 +0x0000DBEC 0x6DBF # 0 +0x0000DBED 0x6DE6 # 0 +0x0000DBEE 0x70F9 # 0 +0x0000DBEF 0x7109 # 0 +0x0000DBF0 0x710A # 0 +0x0000DBF1 0x70FD # 0 +0x0000DBF2 0x70EF # 0 +0x0000DBF3 0x723D # 0 +0x0000DBF4 0x727D # 0 +0x0000DBF5 0x7281 # 0 +0x0000DBF6 0x731C # 0 +0x0000DBF7 0x731B # 0 +0x0000DBF8 0x7316 # 0 +0x0000DBF9 0x7313 # 0 +0x0000DBFA 0x7319 # 0 +0x0000DBFB 0x7387 # 0 +0x0000DBFC 0x7405 # 0 +0x0000DBFD 0x740A # 0 +0x0000DBFE 0x7403 # 0 +0x0000DCA1 0x7406 # 0 +0x0000DCA2 0x73FE # 0 +0x0000DCA3 0x740D # 0 +0x0000DCA4 0x74E0 # 0 +0x0000DCA5 0x74F6 # 0 +0x0000DCA6 0x74F7 # 0 +0x0000DCA7 0x751C # 0 +0x0000DCA8 0x7522 # 0 +0x0000DCA9 0x7565 # 0 +0x0000DCAA 0x7566 # 0 +0x0000DCAB 0x7562 # 0 +0x0000DCAC 0x7570 # 0 +0x0000DCAD 0x758F # 0 +0x0000DCAE 0x75D4 # 0 +0x0000DCAF 0x75D5 # 0 +0x0000DCB0 0x75B5 # 0 +0x0000DCB1 0x75CA # 0 +0x0000DCB2 0x75CD # 0 +0x0000DCB3 0x768E # 0 +0x0000DCB4 0x76D4 # 0 +0x0000DCB5 0x76D2 # 0 +0x0000DCB6 0x76DB # 0 +0x0000DCB7 0x7737 # 0 +0x0000DCB8 0x773E # 0 +0x0000DCB9 0x773C # 0 +0x0000DCBA 0x7736 # 0 +0x0000DCBB 0x7738 # 0 +0x0000DCBC 0x773A # 0 +0x0000DCBD 0x786B # 0 +0x0000DCBE 0x7843 # 0 +0x0000DCBF 0x784E # 0 +0x0000DCC0 0x7965 # 0 +0x0000DCC1 0x7968 # 0 +0x0000DCC2 0x796D # 0 +0x0000DCC3 0x79FB # 0 +0x0000DCC4 0x7A92 # 0 +0x0000DCC5 0x7A95 # 0 +0x0000DCC6 0x7B20 # 0 +0x0000DCC7 0x7B28 # 0 +0x0000DCC8 0x7B1B # 0 +0x0000DCC9 0x7B2C # 0 +0x0000DCCA 0x7B26 # 0 +0x0000DCCB 0x7B19 # 0 +0x0000DCCC 0x7B1E # 0 +0x0000DCCD 0x7B2E # 0 +0x0000DCCE 0x7C92 # 0 +0x0000DCCF 0x7C97 # 0 +0x0000DCD0 0x7C95 # 0 +0x0000DCD1 0x7D46 # 0 +0x0000DCD2 0x7D43 # 0 +0x0000DCD3 0x7D71 # 0 +0x0000DCD4 0x7D2E # 0 +0x0000DCD5 0x7D39 # 0 +0x0000DCD6 0x7D3C # 0 +0x0000DCD7 0x7D40 # 0 +0x0000DCD8 0x7D30 # 0 +0x0000DCD9 0x7D33 # 0 +0x0000DCDA 0x7D44 # 0 +0x0000DCDB 0x7D2F # 0 +0x0000DCDC 0x7D42 # 0 +0x0000DCDD 0x7D32 # 0 +0x0000DCDE 0x7D31 # 0 +0x0000DCDF 0x7F3D # 0 +0x0000DCE0 0x7F9E # 0 +0x0000DCE1 0x7F9A # 0 +0x0000DCE2 0x7FCC # 0 +0x0000DCE3 0x7FCE # 0 +0x0000DCE4 0x7FD2 # 0 +0x0000DCE5 0x801C # 0 +0x0000DCE6 0x804A # 0 +0x0000DCE7 0x8046 # 0 +0x0000DCE8 0x812F # 0 +0x0000DCE9 0x8116 # 0 +0x0000DCEA 0x8123 # 0 +0x0000DCEB 0x812B # 0 +0x0000DCEC 0x8129 # 0 +0x0000DCED 0x8130 # 0 +0x0000DCEE 0x8124 # 0 +0x0000DCEF 0x8202 # 0 +0x0000DCF0 0x8235 # 0 +0x0000DCF1 0x8237 # 0 +0x0000DCF2 0x8236 # 0 +0x0000DCF3 0x8239 # 0 +0x0000DCF4 0x838E # 0 +0x0000DCF5 0x839E # 0 +0x0000DCF6 0x8398 # 0 +0x0000DCF7 0x8378 # 0 +0x0000DCF8 0x83A2 # 0 +0x0000DCF9 0x8396 # 0 +0x0000DCFA 0x83BD # 0 +0x0000DCFB 0x83AB # 0 +0x0000DCFC 0x8392 # 0 +0x0000DCFD 0x838A # 0 +0x0000DCFE 0x8393 # 0 +0x0000DDA1 0x8389 # 0 +0x0000DDA2 0x83A0 # 0 +0x0000DDA3 0x8377 # 0 +0x0000DDA4 0x837B # 0 +0x0000DDA5 0x837C # 0 +0x0000DDA6 0x8386 # 0 +0x0000DDA7 0x83A7 # 0 +0x0000DDA8 0x8655 # 0 +0x0000DDA9 0x5F6A # 0 +0x0000DDAA 0x86C7 # 0 +0x0000DDAB 0x86C0 # 0 +0x0000DDAC 0x86B6 # 0 +0x0000DDAD 0x86C4 # 0 +0x0000DDAE 0x86B5 # 0 +0x0000DDAF 0x86C6 # 0 +0x0000DDB0 0x86CB # 0 +0x0000DDB1 0x86B1 # 0 +0x0000DDB2 0x86AF # 0 +0x0000DDB3 0x86C9 # 0 +0x0000DDB4 0x8853 # 0 +0x0000DDB5 0x889E # 0 +0x0000DDB6 0x8888 # 0 +0x0000DDB7 0x88AB # 0 +0x0000DDB8 0x8892 # 0 +0x0000DDB9 0x8896 # 0 +0x0000DDBA 0x888D # 0 +0x0000DDBB 0x888B # 0 +0x0000DDBC 0x8993 # 0 +0x0000DDBD 0x898F # 0 +0x0000DDBE 0x8A2A # 0 +0x0000DDBF 0x8A1D # 0 +0x0000DDC0 0x8A23 # 0 +0x0000DDC1 0x8A25 # 0 +0x0000DDC2 0x8A31 # 0 +0x0000DDC3 0x8A2D # 0 +0x0000DDC4 0x8A1F # 0 +0x0000DDC5 0x8A1B # 0 +0x0000DDC6 0x8A22 # 0 +0x0000DDC7 0x8C49 # 0 +0x0000DDC8 0x8C5A # 0 +0x0000DDC9 0x8CA9 # 0 +0x0000DDCA 0x8CAC # 0 +0x0000DDCB 0x8CAB # 0 +0x0000DDCC 0x8CA8 # 0 +0x0000DDCD 0x8CAA # 0 +0x0000DDCE 0x8CA7 # 0 +0x0000DDCF 0x8D67 # 0 +0x0000DDD0 0x8D66 # 0 +0x0000DDD1 0x8DBE # 0 +0x0000DDD2 0x8DBA # 0 +0x0000DDD3 0x8EDB # 0 +0x0000DDD4 0x8EDF # 0 +0x0000DDD5 0x9019 # 0 +0x0000DDD6 0x900D # 0 +0x0000DDD7 0x901A # 0 +0x0000DDD8 0x9017 # 0 +0x0000DDD9 0x9023 # 0 +0x0000DDDA 0x901F # 0 +0x0000DDDB 0x901D # 0 +0x0000DDDC 0x9010 # 0 +0x0000DDDD 0x9015 # 0 +0x0000DDDE 0x901E # 0 +0x0000DDDF 0x9020 # 0 +0x0000DDE0 0x900F # 0 +0x0000DDE1 0x9022 # 0 +0x0000DDE2 0x9016 # 0 +0x0000DDE3 0x901B # 0 +0x0000DDE4 0x9014 # 0 +0x0000DDE5 0x90E8 # 0 +0x0000DDE6 0x90ED # 0 +0x0000DDE7 0x90FD # 0 +0x0000DDE8 0x9157 # 0 +0x0000DDE9 0x91CE # 0 +0x0000DDEA 0x91F5 # 0 +0x0000DDEB 0x91E6 # 0 +0x0000DDEC 0x91E3 # 0 +0x0000DDED 0x91E7 # 0 +0x0000DDEE 0x91ED # 0 +0x0000DDEF 0x91E9 # 0 +0x0000DDF0 0x9589 # 0 +0x0000DDF1 0x966A # 0 +0x0000DDF2 0x9675 # 0 +0x0000DDF3 0x9673 # 0 +0x0000DDF4 0x9678 # 0 +0x0000DDF5 0x9670 # 0 +0x0000DDF6 0x9674 # 0 +0x0000DDF7 0x9676 # 0 +0x0000DDF8 0x9677 # 0 +0x0000DDF9 0x966C # 0 +0x0000DDFA 0x96C0 # 0 +0x0000DDFB 0x96EA # 0 +0x0000DDFC 0x96E9 # 0 +0x0000DDFD 0x7AE0 # 0 +0x0000DDFE 0x7ADF # 0 +0x0000DEA1 0x9802 # 0 +0x0000DEA2 0x9803 # 0 +0x0000DEA3 0x9B5A # 0 +0x0000DEA4 0x9CE5 # 0 +0x0000DEA5 0x9E75 # 0 +0x0000DEA6 0x9E7F # 0 +0x0000DEA7 0x9EA5 # 0 +0x0000DEA8 0x9EBB # 0 +0x0000DEA9 0x50A2 # 0 +0x0000DEAA 0x508D # 0 +0x0000DEAB 0x5085 # 0 +0x0000DEAC 0x5099 # 0 +0x0000DEAD 0x5091 # 0 +0x0000DEAE 0x5080 # 0 +0x0000DEAF 0x5096 # 0 +0x0000DEB0 0x5098 # 0 +0x0000DEB1 0x509A # 0 +0x0000DEB2 0x6700 # 0 +0x0000DEB3 0x51F1 # 0 +0x0000DEB4 0x5272 # 0 +0x0000DEB5 0x5274 # 0 +0x0000DEB6 0x5275 # 0 +0x0000DEB7 0x5269 # 0 +0x0000DEB8 0x52DE # 0 +0x0000DEB9 0x52DD # 0 +0x0000DEBA 0x52DB # 0 +0x0000DEBB 0x535A # 0 +0x0000DEBC 0x53A5 # 0 +0x0000DEBD 0x557B # 0 +0x0000DEBE 0x5580 # 0 +0x0000DEBF 0x55A7 # 0 +0x0000DEC0 0x557C # 0 +0x0000DEC1 0x558A # 0 +0x0000DEC2 0x559D # 0 +0x0000DEC3 0x5598 # 0 +0x0000DEC4 0x5582 # 0 +0x0000DEC5 0x559C # 0 +0x0000DEC6 0x55AA # 0 +0x0000DEC7 0x5594 # 0 +0x0000DEC8 0x5587 # 0 +0x0000DEC9 0x558B # 0 +0x0000DECA 0x5583 # 0 +0x0000DECB 0x55B3 # 0 +0x0000DECC 0x55AE # 0 +0x0000DECD 0x559F # 0 +0x0000DECE 0x553E # 0 +0x0000DECF 0x55B2 # 0 +0x0000DED0 0x559A # 0 +0x0000DED1 0x55BB # 0 +0x0000DED2 0x55AC # 0 +0x0000DED3 0x55B1 # 0 +0x0000DED4 0x557E # 0 +0x0000DED5 0x5589 # 0 +0x0000DED6 0x55AB # 0 +0x0000DED7 0x5599 # 0 +0x0000DED8 0x570D # 0 +0x0000DED9 0x582F # 0 +0x0000DEDA 0x582A # 0 +0x0000DEDB 0x5834 # 0 +0x0000DEDC 0x5824 # 0 +0x0000DEDD 0x5830 # 0 +0x0000DEDE 0x5831 # 0 +0x0000DEDF 0x5821 # 0 +0x0000DEE0 0x581D # 0 +0x0000DEE1 0x5820 # 0 +0x0000DEE2 0x58F9 # 0 +0x0000DEE3 0x58FA # 0 +0x0000DEE4 0x5960 # 0 +0x0000DEE5 0x5A77 # 0 +0x0000DEE6 0x5A9A # 0 +0x0000DEE7 0x5A7F # 0 +0x0000DEE8 0x5A92 # 0 +0x0000DEE9 0x5A9B # 0 +0x0000DEEA 0x5AA7 # 0 +0x0000DEEB 0x5B73 # 0 +0x0000DEEC 0x5B71 # 0 +0x0000DEED 0x5BD2 # 0 +0x0000DEEE 0x5BCC # 0 +0x0000DEEF 0x5BD3 # 0 +0x0000DEF0 0x5BD0 # 0 +0x0000DEF1 0x5C0A # 0 +0x0000DEF2 0x5C0B # 0 +0x0000DEF3 0x5C31 # 0 +0x0000DEF4 0x5D4C # 0 +0x0000DEF5 0x5D50 # 0 +0x0000DEF6 0x5D34 # 0 +0x0000DEF7 0x5D47 # 0 +0x0000DEF8 0x5DFD # 0 +0x0000DEF9 0x5E45 # 0 +0x0000DEFA 0x5E3D # 0 +0x0000DEFB 0x5E40 # 0 +0x0000DEFC 0x5E43 # 0 +0x0000DEFD 0x5E7E # 0 +0x0000DEFE 0x5ECA # 0 +0x0000DFA1 0x5EC1 # 0 +0x0000DFA2 0x5EC2 # 0 +0x0000DFA3 0x5EC4 # 0 +0x0000DFA4 0x5F3C # 0 +0x0000DFA5 0x5F6D # 0 +0x0000DFA6 0x5FA9 # 0 +0x0000DFA7 0x5FAA # 0 +0x0000DFA8 0x5FA8 # 0 +0x0000DFA9 0x60D1 # 0 +0x0000DFAA 0x60E1 # 0 +0x0000DFAB 0x60B2 # 0 +0x0000DFAC 0x60B6 # 0 +0x0000DFAD 0x60E0 # 0 +0x0000DFAE 0x611C # 0 +0x0000DFAF 0x6123 # 0 +0x0000DFB0 0x60FA # 0 +0x0000DFB1 0x6115 # 0 +0x0000DFB2 0x60F0 # 0 +0x0000DFB3 0x60FB # 0 +0x0000DFB4 0x60F4 # 0 +0x0000DFB5 0x6168 # 0 +0x0000DFB6 0x60F1 # 0 +0x0000DFB7 0x610E # 0 +0x0000DFB8 0x60F6 # 0 +0x0000DFB9 0x6109 # 0 +0x0000DFBA 0x6100 # 0 +0x0000DFBB 0x6112 # 0 +0x0000DFBC 0x621F # 0 +0x0000DFBD 0x6249 # 0 +0x0000DFBE 0x63A3 # 0 +0x0000DFBF 0x638C # 0 +0x0000DFC0 0x63CF # 0 +0x0000DFC1 0x63C0 # 0 +0x0000DFC2 0x63E9 # 0 +0x0000DFC3 0x63C9 # 0 +0x0000DFC4 0x63C6 # 0 +0x0000DFC5 0x63CD # 0 +0x0000DFC6 0x63D2 # 0 +0x0000DFC7 0x63E3 # 0 +0x0000DFC8 0x63D0 # 0 +0x0000DFC9 0x63E1 # 0 +0x0000DFCA 0x63D6 # 0 +0x0000DFCB 0x63ED # 0 +0x0000DFCC 0x63EE # 0 +0x0000DFCD 0x6376 # 0 +0x0000DFCE 0x63F4 # 0 +0x0000DFCF 0x63EA # 0 +0x0000DFD0 0x63DB # 0 +0x0000DFD1 0x6452 # 0 +0x0000DFD2 0x63DA # 0 +0x0000DFD3 0x63F9 # 0 +0x0000DFD4 0x655E # 0 +0x0000DFD5 0x6566 # 0 +0x0000DFD6 0x6562 # 0 +0x0000DFD7 0x6563 # 0 +0x0000DFD8 0x6591 # 0 +0x0000DFD9 0x6590 # 0 +0x0000DFDA 0x65AF # 0 +0x0000DFDB 0x666E # 0 +0x0000DFDC 0x6670 # 0 +0x0000DFDD 0x6674 # 0 +0x0000DFDE 0x6676 # 0 +0x0000DFDF 0x666F # 0 +0x0000DFE0 0x6691 # 0 +0x0000DFE1 0x667A # 0 +0x0000DFE2 0x667E # 0 +0x0000DFE3 0x6677 # 0 +0x0000DFE4 0x66FE # 0 +0x0000DFE5 0x66FF # 0 +0x0000DFE6 0x671F # 0 +0x0000DFE7 0x671D # 0 +0x0000DFE8 0x68FA # 0 +0x0000DFE9 0x68D5 # 0 +0x0000DFEA 0x68E0 # 0 +0x0000DFEB 0x68D8 # 0 +0x0000DFEC 0x68D7 # 0 +0x0000DFED 0x6905 # 0 +0x0000DFEE 0x68DF # 0 +0x0000DFEF 0x68F5 # 0 +0x0000DFF0 0x68EE # 0 +0x0000DFF1 0x68E7 # 0 +0x0000DFF2 0x68F9 # 0 +0x0000DFF3 0x68D2 # 0 +0x0000DFF4 0x68F2 # 0 +0x0000DFF5 0x68E3 # 0 +0x0000DFF6 0x68CB # 0 +0x0000DFF7 0x68CD # 0 +0x0000DFF8 0x690D # 0 +0x0000DFF9 0x6912 # 0 +0x0000DFFA 0x690E # 0 +0x0000DFFB 0x68C9 # 0 +0x0000DFFC 0x68DA # 0 +0x0000DFFD 0x696E # 0 +0x0000DFFE 0x68FB # 0 +0x0000E0A1 0x6B3E # 0 +0x0000E0A2 0x6B3A # 0 +0x0000E0A3 0x6B3D # 0 +0x0000E0A4 0x6B98 # 0 +0x0000E0A5 0x6B96 # 0 +0x0000E0A6 0x6BBC # 0 +0x0000E0A7 0x6BEF # 0 +0x0000E0A8 0x6C2E # 0 +0x0000E0A9 0x6C2F # 0 +0x0000E0AA 0x6C2C # 0 +0x0000E0AB 0x6E2F # 0 +0x0000E0AC 0x6E38 # 0 +0x0000E0AD 0x6E54 # 0 +0x0000E0AE 0x6E21 # 0 +0x0000E0AF 0x6E32 # 0 +0x0000E0B0 0x6E67 # 0 +0x0000E0B1 0x6E4A # 0 +0x0000E0B2 0x6E20 # 0 +0x0000E0B3 0x6E25 # 0 +0x0000E0B4 0x6E23 # 0 +0x0000E0B5 0x6E1B # 0 +0x0000E0B6 0x6E5B # 0 +0x0000E0B7 0x6E58 # 0 +0x0000E0B8 0x6E24 # 0 +0x0000E0B9 0x6E56 # 0 +0x0000E0BA 0x6E6E # 0 +0x0000E0BB 0x6E2D # 0 +0x0000E0BC 0x6E26 # 0 +0x0000E0BD 0x6E6F # 0 +0x0000E0BE 0x6E34 # 0 +0x0000E0BF 0x6E4D # 0 +0x0000E0C0 0x6E3A # 0 +0x0000E0C1 0x6E2C # 0 +0x0000E0C2 0x6E43 # 0 +0x0000E0C3 0x6E1D # 0 +0x0000E0C4 0x6E3E # 0 +0x0000E0C5 0x6ECB # 0 +0x0000E0C6 0x6E89 # 0 +0x0000E0C7 0x6E19 # 0 +0x0000E0C8 0x6E4E # 0 +0x0000E0C9 0x6E63 # 0 +0x0000E0CA 0x6E44 # 0 +0x0000E0CB 0x6E72 # 0 +0x0000E0CC 0x6E69 # 0 +0x0000E0CD 0x6E5F # 0 +0x0000E0CE 0x7119 # 0 +0x0000E0CF 0x711A # 0 +0x0000E0D0 0x7126 # 0 +0x0000E0D1 0x7130 # 0 +0x0000E0D2 0x7121 # 0 +0x0000E0D3 0x7136 # 0 +0x0000E0D4 0x716E # 0 +0x0000E0D5 0x711C # 0 +0x0000E0D6 0x724C # 0 +0x0000E0D7 0x7284 # 0 +0x0000E0D8 0x7280 # 0 +0x0000E0D9 0x7336 # 0 +0x0000E0DA 0x7325 # 0 +0x0000E0DB 0x7334 # 0 +0x0000E0DC 0x7329 # 0 +0x0000E0DD 0x743A # 0 +0x0000E0DE 0x742A # 0 +0x0000E0DF 0x7433 # 0 +0x0000E0E0 0x7422 # 0 +0x0000E0E1 0x7425 # 0 +0x0000E0E2 0x7435 # 0 +0x0000E0E3 0x7436 # 0 +0x0000E0E4 0x7434 # 0 +0x0000E0E5 0x742F # 0 +0x0000E0E6 0x741B # 0 +0x0000E0E7 0x7426 # 0 +0x0000E0E8 0x7428 # 0 +0x0000E0E9 0x7525 # 0 +0x0000E0EA 0x7526 # 0 +0x0000E0EB 0x756B # 0 +0x0000E0EC 0x756A # 0 +0x0000E0ED 0x75E2 # 0 +0x0000E0EE 0x75DB # 0 +0x0000E0EF 0x75E3 # 0 +0x0000E0F0 0x75D9 # 0 +0x0000E0F1 0x75D8 # 0 +0x0000E0F2 0x75DE # 0 +0x0000E0F3 0x75E0 # 0 +0x0000E0F4 0x767B # 0 +0x0000E0F5 0x767C # 0 +0x0000E0F6 0x7696 # 0 +0x0000E0F7 0x7693 # 0 +0x0000E0F8 0x76B4 # 0 +0x0000E0F9 0x76DC # 0 +0x0000E0FA 0x774F # 0 +0x0000E0FB 0x77ED # 0 +0x0000E0FC 0x785D # 0 +0x0000E0FD 0x786C # 0 +0x0000E0FE 0x786F # 0 +0x0000E1A1 0x7A0D # 0 +0x0000E1A2 0x7A08 # 0 +0x0000E1A3 0x7A0B # 0 +0x0000E1A4 0x7A05 # 0 +0x0000E1A5 0x7A00 # 0 +0x0000E1A6 0x7A98 # 0 +0x0000E1A7 0x7A97 # 0 +0x0000E1A8 0x7A96 # 0 +0x0000E1A9 0x7AE5 # 0 +0x0000E1AA 0x7AE3 # 0 +0x0000E1AB 0x7B49 # 0 +0x0000E1AC 0x7B56 # 0 +0x0000E1AD 0x7B46 # 0 +0x0000E1AE 0x7B50 # 0 +0x0000E1AF 0x7B52 # 0 +0x0000E1B0 0x7B54 # 0 +0x0000E1B1 0x7B4D # 0 +0x0000E1B2 0x7B4B # 0 +0x0000E1B3 0x7B4F # 0 +0x0000E1B4 0x7B51 # 0 +0x0000E1B5 0x7C9F # 0 +0x0000E1B6 0x7CA5 # 0 +0x0000E1B7 0x7D5E # 0 +0x0000E1B8 0x7D50 # 0 +0x0000E1B9 0x7D68 # 0 +0x0000E1BA 0x7D55 # 0 +0x0000E1BB 0x7D2B # 0 +0x0000E1BC 0x7D6E # 0 +0x0000E1BD 0x7D72 # 0 +0x0000E1BE 0x7D61 # 0 +0x0000E1BF 0x7D66 # 0 +0x0000E1C0 0x7D62 # 0 +0x0000E1C1 0x7D70 # 0 +0x0000E1C2 0x7D73 # 0 +0x0000E1C3 0x5584 # 0 +0x0000E1C4 0x7FD4 # 0 +0x0000E1C5 0x7FD5 # 0 +0x0000E1C6 0x800B # 0 +0x0000E1C7 0x8052 # 0 +0x0000E1C8 0x8085 # 0 +0x0000E1C9 0x8155 # 0 +0x0000E1CA 0x8154 # 0 +0x0000E1CB 0x814B # 0 +0x0000E1CC 0x8151 # 0 +0x0000E1CD 0x814E # 0 +0x0000E1CE 0x8139 # 0 +0x0000E1CF 0x8146 # 0 +0x0000E1D0 0x813E # 0 +0x0000E1D1 0x814C # 0 +0x0000E1D2 0x8153 # 0 +0x0000E1D3 0x8174 # 0 +0x0000E1D4 0x8212 # 0 +0x0000E1D5 0x821C # 0 +0x0000E1D6 0x83E9 # 0 +0x0000E1D7 0x8403 # 0 +0x0000E1D8 0x83F8 # 0 +0x0000E1D9 0x840D # 0 +0x0000E1DA 0x83E0 # 0 +0x0000E1DB 0x83C5 # 0 +0x0000E1DC 0x840B # 0 +0x0000E1DD 0x83C1 # 0 +0x0000E1DE 0x83EF # 0 +0x0000E1DF 0x83F1 # 0 +0x0000E1E0 0x83F4 # 0 +0x0000E1E1 0x8457 # 0 +0x0000E1E2 0x840A # 0 +0x0000E1E3 0x83F0 # 0 +0x0000E1E4 0x840C # 0 +0x0000E1E5 0x83CC # 0 +0x0000E1E6 0x83FD # 0 +0x0000E1E7 0x83F2 # 0 +0x0000E1E8 0x83CA # 0 +0x0000E1E9 0x8438 # 0 +0x0000E1EA 0x840E # 0 +0x0000E1EB 0x8404 # 0 +0x0000E1EC 0x83DC # 0 +0x0000E1ED 0x8407 # 0 +0x0000E1EE 0x83D4 # 0 +0x0000E1EF 0x83DF # 0 +0x0000E1F0 0x865B # 0 +0x0000E1F1 0x86DF # 0 +0x0000E1F2 0x86D9 # 0 +0x0000E1F3 0x86ED # 0 +0x0000E1F4 0x86D4 # 0 +0x0000E1F5 0x86DB # 0 +0x0000E1F6 0x86E4 # 0 +0x0000E1F7 0x86D0 # 0 +0x0000E1F8 0x86DE # 0 +0x0000E1F9 0x8857 # 0 +0x0000E1FA 0x88C1 # 0 +0x0000E1FB 0x88C2 # 0 +0x0000E1FC 0x88B1 # 0 +0x0000E1FD 0x8983 # 0 +0x0000E1FE 0x8996 # 0 +0x0000E2A1 0x8A3B # 0 +0x0000E2A2 0x8A60 # 0 +0x0000E2A3 0x8A55 # 0 +0x0000E2A4 0x8A5E # 0 +0x0000E2A5 0x8A3C # 0 +0x0000E2A6 0x8A41 # 0 +0x0000E2A7 0x8A54 # 0 +0x0000E2A8 0x8A5B # 0 +0x0000E2A9 0x8A50 # 0 +0x0000E2AA 0x8A46 # 0 +0x0000E2AB 0x8A34 # 0 +0x0000E2AC 0x8A3A # 0 +0x0000E2AD 0x8A36 # 0 +0x0000E2AE 0x8A56 # 0 +0x0000E2AF 0x8C61 # 0 +0x0000E2B0 0x8C82 # 0 +0x0000E2B1 0x8CAF # 0 +0x0000E2B2 0x8CBC # 0 +0x0000E2B3 0x8CB3 # 0 +0x0000E2B4 0x8CBD # 0 +0x0000E2B5 0x8CC1 # 0 +0x0000E2B6 0x8CBB # 0 +0x0000E2B7 0x8CC0 # 0 +0x0000E2B8 0x8CB4 # 0 +0x0000E2B9 0x8CB7 # 0 +0x0000E2BA 0x8CB6 # 0 +0x0000E2BB 0x8CBF # 0 +0x0000E2BC 0x8CB8 # 0 +0x0000E2BD 0x8D8A # 0 +0x0000E2BE 0x8D85 # 0 +0x0000E2BF 0x8D81 # 0 +0x0000E2C0 0x8DCE # 0 +0x0000E2C1 0x8DDD # 0 +0x0000E2C2 0x8DCB # 0 +0x0000E2C3 0x8DDA # 0 +0x0000E2C4 0x8DD1 # 0 +0x0000E2C5 0x8DCC # 0 +0x0000E2C6 0x8DDB # 0 +0x0000E2C7 0x8DC6 # 0 +0x0000E2C8 0x8EFB # 0 +0x0000E2C9 0x8EF8 # 0 +0x0000E2CA 0x8EFC # 0 +0x0000E2CB 0x8F9C # 0 +0x0000E2CC 0x902E # 0 +0x0000E2CD 0x9035 # 0 +0x0000E2CE 0x9031 # 0 +0x0000E2CF 0x9038 # 0 +0x0000E2D0 0x9032 # 0 +0x0000E2D1 0x9036 # 0 +0x0000E2D2 0x9102 # 0 +0x0000E2D3 0x90F5 # 0 +0x0000E2D4 0x9109 # 0 +0x0000E2D5 0x90FE # 0 +0x0000E2D6 0x9163 # 0 +0x0000E2D7 0x9165 # 0 +0x0000E2D8 0x91CF # 0 +0x0000E2D9 0x9214 # 0 +0x0000E2DA 0x9215 # 0 +0x0000E2DB 0x9223 # 0 +0x0000E2DC 0x9209 # 0 +0x0000E2DD 0x921E # 0 +0x0000E2DE 0x920D # 0 +0x0000E2DF 0x9210 # 0 +0x0000E2E0 0x9207 # 0 +0x0000E2E1 0x9211 # 0 +0x0000E2E2 0x9594 # 0 +0x0000E2E3 0x958F # 0 +0x0000E2E4 0x958B # 0 +0x0000E2E5 0x9591 # 0 +0x0000E2E6 0x9593 # 0 +0x0000E2E7 0x9592 # 0 +0x0000E2E8 0x958E # 0 +0x0000E2E9 0x968A # 0 +0x0000E2EA 0x968E # 0 +0x0000E2EB 0x968B # 0 +0x0000E2EC 0x967D # 0 +0x0000E2ED 0x9685 # 0 +0x0000E2EE 0x9686 # 0 +0x0000E2EF 0x968D # 0 +0x0000E2F0 0x9672 # 0 +0x0000E2F1 0x9684 # 0 +0x0000E2F2 0x96C1 # 0 +0x0000E2F3 0x96C5 # 0 +0x0000E2F4 0x96C4 # 0 +0x0000E2F5 0x96C6 # 0 +0x0000E2F6 0x96C7 # 0 +0x0000E2F7 0x96EF # 0 +0x0000E2F8 0x96F2 # 0 +0x0000E2F9 0x97CC # 0 +0x0000E2FA 0x9805 # 0 +0x0000E2FB 0x9806 # 0 +0x0000E2FC 0x9808 # 0 +0x0000E2FD 0x98E7 # 0 +0x0000E2FE 0x98EA # 0 +0x0000E3A1 0x98EF # 0 +0x0000E3A2 0x98E9 # 0 +0x0000E3A3 0x98F2 # 0 +0x0000E3A4 0x98ED # 0 +0x0000E3A5 0x99AE # 0 +0x0000E3A6 0x99AD # 0 +0x0000E3A7 0x9EC3 # 0 +0x0000E3A8 0x9ECD # 0 +0x0000E3A9 0x9ED1 # 0 +0x0000E3AA 0x4E82 # 0 +0x0000E3AB 0x50AD # 0 +0x0000E3AC 0x50B5 # 0 +0x0000E3AD 0x50B2 # 0 +0x0000E3AE 0x50B3 # 0 +0x0000E3AF 0x50C5 # 0 +0x0000E3B0 0x50BE # 0 +0x0000E3B1 0x50AC # 0 +0x0000E3B2 0x50B7 # 0 +0x0000E3B3 0x50BB # 0 +0x0000E3B4 0x50AF # 0 +0x0000E3B5 0x50C7 # 0 +0x0000E3B6 0x527F # 0 +0x0000E3B7 0x5277 # 0 +0x0000E3B8 0x527D # 0 +0x0000E3B9 0x52DF # 0 +0x0000E3BA 0x52E6 # 0 +0x0000E3BB 0x52E4 # 0 +0x0000E3BC 0x52E2 # 0 +0x0000E3BD 0x52E3 # 0 +0x0000E3BE 0x532F # 0 +0x0000E3BF 0x55DF # 0 +0x0000E3C0 0x55E8 # 0 +0x0000E3C1 0x55D3 # 0 +0x0000E3C2 0x55E6 # 0 +0x0000E3C3 0x55CE # 0 +0x0000E3C4 0x55DC # 0 +0x0000E3C5 0x55C7 # 0 +0x0000E3C6 0x55D1 # 0 +0x0000E3C7 0x55E3 # 0 +0x0000E3C8 0x55E4 # 0 +0x0000E3C9 0x55EF # 0 +0x0000E3CA 0x55DA # 0 +0x0000E3CB 0x55E1 # 0 +0x0000E3CC 0x55C5 # 0 +0x0000E3CD 0x55C6 # 0 +0x0000E3CE 0x55E5 # 0 +0x0000E3CF 0x55C9 # 0 +0x0000E3D0 0x5712 # 0 +0x0000E3D1 0x5713 # 0 +0x0000E3D2 0x585E # 0 +0x0000E3D3 0x5851 # 0 +0x0000E3D4 0x5858 # 0 +0x0000E3D5 0x5857 # 0 +0x0000E3D6 0x585A # 0 +0x0000E3D7 0x5854 # 0 +0x0000E3D8 0x586B # 0 +0x0000E3D9 0x584C # 0 +0x0000E3DA 0x586D # 0 +0x0000E3DB 0x584A # 0 +0x0000E3DC 0x5862 # 0 +0x0000E3DD 0x5852 # 0 +0x0000E3DE 0x584B # 0 +0x0000E3DF 0x5967 # 0 +0x0000E3E0 0x5AC1 # 0 +0x0000E3E1 0x5AC9 # 0 +0x0000E3E2 0x5ACC # 0 +0x0000E3E3 0x5ABE # 0 +0x0000E3E4 0x5ABD # 0 +0x0000E3E5 0x5ABC # 0 +0x0000E3E6 0x5AB3 # 0 +0x0000E3E7 0x5AC2 # 0 +0x0000E3E8 0x5AB2 # 0 +0x0000E3E9 0x5D69 # 0 +0x0000E3EA 0x5D6F # 0 +0x0000E3EB 0x5E4C # 0 +0x0000E3EC 0x5E79 # 0 +0x0000E3ED 0x5EC9 # 0 +0x0000E3EE 0x5EC8 # 0 +0x0000E3EF 0x5F12 # 0 +0x0000E3F0 0x5F59 # 0 +0x0000E3F1 0x5FAC # 0 +0x0000E3F2 0x5FAE # 0 +0x0000E3F3 0x611A # 0 +0x0000E3F4 0x610F # 0 +0x0000E3F5 0x6148 # 0 +0x0000E3F6 0x611F # 0 +0x0000E3F7 0x60F3 # 0 +0x0000E3F8 0x611B # 0 +0x0000E3F9 0x60F9 # 0 +0x0000E3FA 0x6101 # 0 +0x0000E3FB 0x6108 # 0 +0x0000E3FC 0x614E # 0 +0x0000E3FD 0x614C # 0 +0x0000E3FE 0x6144 # 0 +0x0000E4A1 0x614D # 0 +0x0000E4A2 0x613E # 0 +0x0000E4A3 0x6134 # 0 +0x0000E4A4 0x6127 # 0 +0x0000E4A5 0x610D # 0 +0x0000E4A6 0x6106 # 0 +0x0000E4A7 0x6137 # 0 +0x0000E4A8 0x6221 # 0 +0x0000E4A9 0x6222 # 0 +0x0000E4AA 0x6413 # 0 +0x0000E4AB 0x643E # 0 +0x0000E4AC 0x641E # 0 +0x0000E4AD 0x642A # 0 +0x0000E4AE 0x642D # 0 +0x0000E4AF 0x643D # 0 +0x0000E4B0 0x642C # 0 +0x0000E4B1 0x640F # 0 +0x0000E4B2 0x641C # 0 +0x0000E4B3 0x6414 # 0 +0x0000E4B4 0x640D # 0 +0x0000E4B5 0x6436 # 0 +0x0000E4B6 0x6416 # 0 +0x0000E4B7 0x6417 # 0 +0x0000E4B8 0x6406 # 0 +0x0000E4B9 0x656C # 0 +0x0000E4BA 0x659F # 0 +0x0000E4BB 0x65B0 # 0 +0x0000E4BC 0x6697 # 0 +0x0000E4BD 0x6689 # 0 +0x0000E4BE 0x6687 # 0 +0x0000E4BF 0x6688 # 0 +0x0000E4C0 0x6696 # 0 +0x0000E4C1 0x6684 # 0 +0x0000E4C2 0x6698 # 0 +0x0000E4C3 0x668D # 0 +0x0000E4C4 0x6703 # 0 +0x0000E4C5 0x6994 # 0 +0x0000E4C6 0x696D # 0 +0x0000E4C7 0x695A # 0 +0x0000E4C8 0x6977 # 0 +0x0000E4C9 0x6960 # 0 +0x0000E4CA 0x6954 # 0 +0x0000E4CB 0x6975 # 0 +0x0000E4CC 0x6930 # 0 +0x0000E4CD 0x6982 # 0 +0x0000E4CE 0x694A # 0 +0x0000E4CF 0x6968 # 0 +0x0000E4D0 0x696B # 0 +0x0000E4D1 0x695E # 0 +0x0000E4D2 0x6953 # 0 +0x0000E4D3 0x6979 # 0 +0x0000E4D4 0x6986 # 0 +0x0000E4D5 0x695D # 0 +0x0000E4D6 0x6963 # 0 +0x0000E4D7 0x695B # 0 +0x0000E4D8 0x6B47 # 0 +0x0000E4D9 0x6B72 # 0 +0x0000E4DA 0x6BC0 # 0 +0x0000E4DB 0x6BBF # 0 +0x0000E4DC 0x6BD3 # 0 +0x0000E4DD 0x6BFD # 0 +0x0000E4DE 0x6EA2 # 0 +0x0000E4DF 0x6EAF # 0 +0x0000E4E0 0x6ED3 # 0 +0x0000E4E1 0x6EB6 # 0 +0x0000E4E2 0x6EC2 # 0 +0x0000E4E3 0x6E90 # 0 +0x0000E4E4 0x6E9D # 0 +0x0000E4E5 0x6EC7 # 0 +0x0000E4E6 0x6EC5 # 0 +0x0000E4E7 0x6EA5 # 0 +0x0000E4E8 0x6E98 # 0 +0x0000E4E9 0x6EBC # 0 +0x0000E4EA 0x6EBA # 0 +0x0000E4EB 0x6EAB # 0 +0x0000E4EC 0x6ED1 # 0 +0x0000E4ED 0x6E96 # 0 +0x0000E4EE 0x6E9C # 0 +0x0000E4EF 0x6EC4 # 0 +0x0000E4F0 0x6ED4 # 0 +0x0000E4F1 0x6EAA # 0 +0x0000E4F2 0x6EA7 # 0 +0x0000E4F3 0x6EB4 # 0 +0x0000E4F4 0x714E # 0 +0x0000E4F5 0x7159 # 0 +0x0000E4F6 0x7169 # 0 +0x0000E4F7 0x7164 # 0 +0x0000E4F8 0x7149 # 0 +0x0000E4F9 0x7167 # 0 +0x0000E4FA 0x715C # 0 +0x0000E4FB 0x716C # 0 +0x0000E4FC 0x7166 # 0 +0x0000E4FD 0x714C # 0 +0x0000E4FE 0x7165 # 0 +0x0000E5A1 0x715E # 0 +0x0000E5A2 0x7146 # 0 +0x0000E5A3 0x7168 # 0 +0x0000E5A4 0x7156 # 0 +0x0000E5A5 0x723A # 0 +0x0000E5A6 0x7252 # 0 +0x0000E5A7 0x7337 # 0 +0x0000E5A8 0x7345 # 0 +0x0000E5A9 0x733F # 0 +0x0000E5AA 0x733E # 0 +0x0000E5AB 0x746F # 0 +0x0000E5AC 0x745A # 0 +0x0000E5AD 0x7455 # 0 +0x0000E5AE 0x745F # 0 +0x0000E5AF 0x745E # 0 +0x0000E5B0 0x7441 # 0 +0x0000E5B1 0x743F # 0 +0x0000E5B2 0x7459 # 0 +0x0000E5B3 0x745B # 0 +0x0000E5B4 0x745C # 0 +0x0000E5B5 0x7576 # 0 +0x0000E5B6 0x7578 # 0 +0x0000E5B7 0x7600 # 0 +0x0000E5B8 0x75F0 # 0 +0x0000E5B9 0x7601 # 0 +0x0000E5BA 0x75F2 # 0 +0x0000E5BB 0x75F1 # 0 +0x0000E5BC 0x75FA # 0 +0x0000E5BD 0x75FF # 0 +0x0000E5BE 0x75F4 # 0 +0x0000E5BF 0x75F3 # 0 +0x0000E5C0 0x76DE # 0 +0x0000E5C1 0x76DF # 0 +0x0000E5C2 0x775B # 0 +0x0000E5C3 0x776B # 0 +0x0000E5C4 0x7766 # 0 +0x0000E5C5 0x775E # 0 +0x0000E5C6 0x7763 # 0 +0x0000E5C7 0x7779 # 0 +0x0000E5C8 0x776A # 0 +0x0000E5C9 0x776C # 0 +0x0000E5CA 0x775C # 0 +0x0000E5CB 0x7765 # 0 +0x0000E5CC 0x7768 # 0 +0x0000E5CD 0x7762 # 0 +0x0000E5CE 0x77EE # 0 +0x0000E5CF 0x788E # 0 +0x0000E5D0 0x78B0 # 0 +0x0000E5D1 0x7897 # 0 +0x0000E5D2 0x7898 # 0 +0x0000E5D3 0x788C # 0 +0x0000E5D4 0x7889 # 0 +0x0000E5D5 0x787C # 0 +0x0000E5D6 0x7891 # 0 +0x0000E5D7 0x7893 # 0 +0x0000E5D8 0x787F # 0 +0x0000E5D9 0x797A # 0 +0x0000E5DA 0x797F # 0 +0x0000E5DB 0x7981 # 0 +0x0000E5DC 0x842C # 0 +0x0000E5DD 0x79BD # 0 +0x0000E5DE 0x7A1C # 0 +0x0000E5DF 0x7A1A # 0 +0x0000E5E0 0x7A20 # 0 +0x0000E5E1 0x7A14 # 0 +0x0000E5E2 0x7A1F # 0 +0x0000E5E3 0x7A1E # 0 +0x0000E5E4 0x7A9F # 0 +0x0000E5E5 0x7AA0 # 0 +0x0000E5E6 0x7B77 # 0 +0x0000E5E7 0x7BC0 # 0 +0x0000E5E8 0x7B60 # 0 +0x0000E5E9 0x7B6E # 0 +0x0000E5EA 0x7B67 # 0 +0x0000E5EB 0x7CB1 # 0 +0x0000E5EC 0x7CB3 # 0 +0x0000E5ED 0x7CB5 # 0 +0x0000E5EE 0x7D93 # 0 +0x0000E5EF 0x7D79 # 0 +0x0000E5F0 0x7D91 # 0 +0x0000E5F1 0x7D81 # 0 +0x0000E5F2 0x7D8F # 0 +0x0000E5F3 0x7D5B # 0 +0x0000E5F4 0x7F6E # 0 +0x0000E5F5 0x7F69 # 0 +0x0000E5F6 0x7F6A # 0 +0x0000E5F7 0x7F72 # 0 +0x0000E5F8 0x7FA9 # 0 +0x0000E5F9 0x7FA8 # 0 +0x0000E5FA 0x7FA4 # 0 +0x0000E5FB 0x8056 # 0 +0x0000E5FC 0x8058 # 0 +0x0000E5FD 0x8086 # 0 +0x0000E5FE 0x8084 # 0 +0x0000E6A1 0x8171 # 0 +0x0000E6A2 0x8170 # 0 +0x0000E6A3 0x8178 # 0 +0x0000E6A4 0x8165 # 0 +0x0000E6A5 0x816E # 0 +0x0000E6A6 0x8173 # 0 +0x0000E6A7 0x816B # 0 +0x0000E6A8 0x8179 # 0 +0x0000E6A9 0x817A # 0 +0x0000E6AA 0x8166 # 0 +0x0000E6AB 0x8205 # 0 +0x0000E6AC 0x8247 # 0 +0x0000E6AD 0x8482 # 0 +0x0000E6AE 0x8477 # 0 +0x0000E6AF 0x843D # 0 +0x0000E6B0 0x8431 # 0 +0x0000E6B1 0x8475 # 0 +0x0000E6B2 0x8466 # 0 +0x0000E6B3 0x846B # 0 +0x0000E6B4 0x8449 # 0 +0x0000E6B5 0x846C # 0 +0x0000E6B6 0x845B # 0 +0x0000E6B7 0x843C # 0 +0x0000E6B8 0x8435 # 0 +0x0000E6B9 0x8461 # 0 +0x0000E6BA 0x8463 # 0 +0x0000E6BB 0x8469 # 0 +0x0000E6BC 0x846D # 0 +0x0000E6BD 0x8446 # 0 +0x0000E6BE 0x865E # 0 +0x0000E6BF 0x865C # 0 +0x0000E6C0 0x865F # 0 +0x0000E6C1 0x86F9 # 0 +0x0000E6C2 0x8713 # 0 +0x0000E6C3 0x8708 # 0 +0x0000E6C4 0x8707 # 0 +0x0000E6C5 0x8700 # 0 +0x0000E6C6 0x86FE # 0 +0x0000E6C7 0x86FB # 0 +0x0000E6C8 0x8702 # 0 +0x0000E6C9 0x8703 # 0 +0x0000E6CA 0x8706 # 0 +0x0000E6CB 0x870A # 0 +0x0000E6CC 0x8859 # 0 +0x0000E6CD 0x88DF # 0 +0x0000E6CE 0x88D4 # 0 +0x0000E6CF 0x88D9 # 0 +0x0000E6D0 0x88DC # 0 +0x0000E6D1 0x88D8 # 0 +0x0000E6D2 0x88DD # 0 +0x0000E6D3 0x88E1 # 0 +0x0000E6D4 0x88CA # 0 +0x0000E6D5 0x88D5 # 0 +0x0000E6D6 0x88D2 # 0 +0x0000E6D7 0x899C # 0 +0x0000E6D8 0x89E3 # 0 +0x0000E6D9 0x8A6B # 0 +0x0000E6DA 0x8A72 # 0 +0x0000E6DB 0x8A73 # 0 +0x0000E6DC 0x8A66 # 0 +0x0000E6DD 0x8A69 # 0 +0x0000E6DE 0x8A70 # 0 +0x0000E6DF 0x8A87 # 0 +0x0000E6E0 0x8A7C # 0 +0x0000E6E1 0x8A63 # 0 +0x0000E6E2 0x8AA0 # 0 +0x0000E6E3 0x8A71 # 0 +0x0000E6E4 0x8A85 # 0 +0x0000E6E5 0x8A6D # 0 +0x0000E6E6 0x8A62 # 0 +0x0000E6E7 0x8A6E # 0 +0x0000E6E8 0x8A6C # 0 +0x0000E6E9 0x8A79 # 0 +0x0000E6EA 0x8A7B # 0 +0x0000E6EB 0x8A3E # 0 +0x0000E6EC 0x8A68 # 0 +0x0000E6ED 0x8C62 # 0 +0x0000E6EE 0x8C8A # 0 +0x0000E6EF 0x8C89 # 0 +0x0000E6F0 0x8CCA # 0 +0x0000E6F1 0x8CC7 # 0 +0x0000E6F2 0x8CC8 # 0 +0x0000E6F3 0x8CC4 # 0 +0x0000E6F4 0x8CB2 # 0 +0x0000E6F5 0x8CC3 # 0 +0x0000E6F6 0x8CC2 # 0 +0x0000E6F7 0x8CC5 # 0 +0x0000E6F8 0x8DE1 # 0 +0x0000E6F9 0x8DDF # 0 +0x0000E6FA 0x8DE8 # 0 +0x0000E6FB 0x8DEF # 0 +0x0000E6FC 0x8DF3 # 0 +0x0000E6FD 0x8DFA # 0 +0x0000E6FE 0x8DEA # 0 +0x0000E7A1 0x8DE4 # 0 +0x0000E7A2 0x8DE6 # 0 +0x0000E7A3 0x8EB2 # 0 +0x0000E7A4 0x8F03 # 0 +0x0000E7A5 0x8F09 # 0 +0x0000E7A6 0x8EFE # 0 +0x0000E7A7 0x8F0A # 0 +0x0000E7A8 0x8F9F # 0 +0x0000E7A9 0x8FB2 # 0 +0x0000E7AA 0x904B # 0 +0x0000E7AB 0x904A # 0 +0x0000E7AC 0x9053 # 0 +0x0000E7AD 0x9042 # 0 +0x0000E7AE 0x9054 # 0 +0x0000E7AF 0x903C # 0 +0x0000E7B0 0x9055 # 0 +0x0000E7B1 0x9050 # 0 +0x0000E7B2 0x9047 # 0 +0x0000E7B3 0x904F # 0 +0x0000E7B4 0x904E # 0 +0x0000E7B5 0x904D # 0 +0x0000E7B6 0x9051 # 0 +0x0000E7B7 0x903E # 0 +0x0000E7B8 0x9041 # 0 +0x0000E7B9 0x9112 # 0 +0x0000E7BA 0x9117 # 0 +0x0000E7BB 0x916C # 0 +0x0000E7BC 0x916A # 0 +0x0000E7BD 0x9169 # 0 +0x0000E7BE 0x91C9 # 0 +0x0000E7BF 0x9237 # 0 +0x0000E7C0 0x9257 # 0 +0x0000E7C1 0x9238 # 0 +0x0000E7C2 0x923D # 0 +0x0000E7C3 0x9240 # 0 +0x0000E7C4 0x923E # 0 +0x0000E7C5 0x925B # 0 +0x0000E7C6 0x924B # 0 +0x0000E7C7 0x9264 # 0 +0x0000E7C8 0x9251 # 0 +0x0000E7C9 0x9234 # 0 +0x0000E7CA 0x9249 # 0 +0x0000E7CB 0x924D # 0 +0x0000E7CC 0x9245 # 0 +0x0000E7CD 0x9239 # 0 +0x0000E7CE 0x923F # 0 +0x0000E7CF 0x925A # 0 +0x0000E7D0 0x9598 # 0 +0x0000E7D1 0x9698 # 0 +0x0000E7D2 0x9694 # 0 +0x0000E7D3 0x9695 # 0 +0x0000E7D4 0x96CD # 0 +0x0000E7D5 0x96CB # 0 +0x0000E7D6 0x96C9 # 0 +0x0000E7D7 0x96CA # 0 +0x0000E7D8 0x96F7 # 0 +0x0000E7D9 0x96FB # 0 +0x0000E7DA 0x96F9 # 0 +0x0000E7DB 0x96F6 # 0 +0x0000E7DC 0x9756 # 0 +0x0000E7DD 0x9774 # 0 +0x0000E7DE 0x9776 # 0 +0x0000E7DF 0x9810 # 0 +0x0000E7E0 0x9811 # 0 +0x0000E7E1 0x9813 # 0 +0x0000E7E2 0x980A # 0 +0x0000E7E3 0x9812 # 0 +0x0000E7E4 0x980C # 0 +0x0000E7E5 0x98FC # 0 +0x0000E7E6 0x98F4 # 0 +0x0000E7E7 0x98FD # 0 +0x0000E7E8 0x98FE # 0 +0x0000E7E9 0x99B3 # 0 +0x0000E7EA 0x99B1 # 0 +0x0000E7EB 0x99B4 # 0 +0x0000E7EC 0x9AE1 # 0 +0x0000E7ED 0x9CE9 # 0 +0x0000E7EE 0x9E82 # 0 +0x0000E7EF 0x9F0E # 0 +0x0000E7F0 0x9F13 # 0 +0x0000E7F1 0x9F20 # 0 +0x0000E7F2 0x50E7 # 0 +0x0000E7F3 0x50EE # 0 +0x0000E7F4 0x50E5 # 0 +0x0000E7F5 0x50D6 # 0 +0x0000E7F6 0x50ED # 0 +0x0000E7F7 0x50DA # 0 +0x0000E7F8 0x50D5 # 0 +0x0000E7F9 0x50CF # 0 +0x0000E7FA 0x50D1 # 0 +0x0000E7FB 0x50F1 # 0 +0x0000E7FC 0x50CE # 0 +0x0000E7FD 0x50E9 # 0 +0x0000E7FE 0x5162 # 0 +0x0000E8A1 0x51F3 # 0 +0x0000E8A2 0x5283 # 0 +0x0000E8A3 0x5282 # 0 +0x0000E8A4 0x5331 # 0 +0x0000E8A5 0x53AD # 0 +0x0000E8A6 0x55FE # 0 +0x0000E8A7 0x5600 # 0 +0x0000E8A8 0x561B # 0 +0x0000E8A9 0x5617 # 0 +0x0000E8AA 0x55FD # 0 +0x0000E8AB 0x5614 # 0 +0x0000E8AC 0x5606 # 0 +0x0000E8AD 0x5609 # 0 +0x0000E8AE 0x560D # 0 +0x0000E8AF 0x560E # 0 +0x0000E8B0 0x55F7 # 0 +0x0000E8B1 0x5616 # 0 +0x0000E8B2 0x561F # 0 +0x0000E8B3 0x5608 # 0 +0x0000E8B4 0x5610 # 0 +0x0000E8B5 0x55F6 # 0 +0x0000E8B6 0x5718 # 0 +0x0000E8B7 0x5716 # 0 +0x0000E8B8 0x5875 # 0 +0x0000E8B9 0x587E # 0 +0x0000E8BA 0x5883 # 0 +0x0000E8BB 0x5893 # 0 +0x0000E8BC 0x588A # 0 +0x0000E8BD 0x5879 # 0 +0x0000E8BE 0x5885 # 0 +0x0000E8BF 0x587D # 0 +0x0000E8C0 0x58FD # 0 +0x0000E8C1 0x5925 # 0 +0x0000E8C2 0x5922 # 0 +0x0000E8C3 0x5924 # 0 +0x0000E8C4 0x596A # 0 +0x0000E8C5 0x5969 # 0 +0x0000E8C6 0x5AE1 # 0 +0x0000E8C7 0x5AE6 # 0 +0x0000E8C8 0x5AE9 # 0 +0x0000E8C9 0x5AD7 # 0 +0x0000E8CA 0x5AD6 # 0 +0x0000E8CB 0x5AD8 # 0 +0x0000E8CC 0x5AE3 # 0 +0x0000E8CD 0x5B75 # 0 +0x0000E8CE 0x5BDE # 0 +0x0000E8CF 0x5BE7 # 0 +0x0000E8D0 0x5BE1 # 0 +0x0000E8D1 0x5BE5 # 0 +0x0000E8D2 0x5BE6 # 0 +0x0000E8D3 0x5BE8 # 0 +0x0000E8D4 0x5BE2 # 0 +0x0000E8D5 0x5BE4 # 0 +0x0000E8D6 0x5BDF # 0 +0x0000E8D7 0x5C0D # 0 +0x0000E8D8 0x5C62 # 0 +0x0000E8D9 0x5D84 # 0 +0x0000E8DA 0x5D87 # 0 +0x0000E8DB 0x5E5B # 0 +0x0000E8DC 0x5E63 # 0 +0x0000E8DD 0x5E55 # 0 +0x0000E8DE 0x5E57 # 0 +0x0000E8DF 0x5E54 # 0 +0x0000E8E0 0x5ED3 # 0 +0x0000E8E1 0x5ED6 # 0 +0x0000E8E2 0x5F0A # 0 +0x0000E8E3 0x5F46 # 0 +0x0000E8E4 0x5F70 # 0 +0x0000E8E5 0x5FB9 # 0 +0x0000E8E6 0x6147 # 0 +0x0000E8E7 0x613F # 0 +0x0000E8E8 0x614B # 0 +0x0000E8E9 0x6177 # 0 +0x0000E8EA 0x6162 # 0 +0x0000E8EB 0x6163 # 0 +0x0000E8EC 0x615F # 0 +0x0000E8ED 0x615A # 0 +0x0000E8EE 0x6158 # 0 +0x0000E8EF 0x6175 # 0 +0x0000E8F0 0x622A # 0 +0x0000E8F1 0x6487 # 0 +0x0000E8F2 0x6458 # 0 +0x0000E8F3 0x6454 # 0 +0x0000E8F4 0x64A4 # 0 +0x0000E8F5 0x6478 # 0 +0x0000E8F6 0x645F # 0 +0x0000E8F7 0x647A # 0 +0x0000E8F8 0x6451 # 0 +0x0000E8F9 0x6467 # 0 +0x0000E8FA 0x6434 # 0 +0x0000E8FB 0x646D # 0 +0x0000E8FC 0x647B # 0 +0x0000E8FD 0x6572 # 0 +0x0000E8FE 0x65A1 # 0 +0x0000E9A1 0x65D7 # 0 +0x0000E9A2 0x65D6 # 0 +0x0000E9A3 0x66A2 # 0 +0x0000E9A4 0x66A8 # 0 +0x0000E9A5 0x669D # 0 +0x0000E9A6 0x699C # 0 +0x0000E9A7 0x69A8 # 0 +0x0000E9A8 0x6995 # 0 +0x0000E9A9 0x69C1 # 0 +0x0000E9AA 0x69AE # 0 +0x0000E9AB 0x69D3 # 0 +0x0000E9AC 0x69CB # 0 +0x0000E9AD 0x699B # 0 +0x0000E9AE 0x69B7 # 0 +0x0000E9AF 0x69BB # 0 +0x0000E9B0 0x69AB # 0 +0x0000E9B1 0x69B4 # 0 +0x0000E9B2 0x69D0 # 0 +0x0000E9B3 0x69CD # 0 +0x0000E9B4 0x69AD # 0 +0x0000E9B5 0x69CC # 0 +0x0000E9B6 0x69A6 # 0 +0x0000E9B7 0x69C3 # 0 +0x0000E9B8 0x69A3 # 0 +0x0000E9B9 0x6B49 # 0 +0x0000E9BA 0x6B4C # 0 +0x0000E9BB 0x6C33 # 0 +0x0000E9BC 0x6F33 # 0 +0x0000E9BD 0x6F14 # 0 +0x0000E9BE 0x6EFE # 0 +0x0000E9BF 0x6F13 # 0 +0x0000E9C0 0x6EF4 # 0 +0x0000E9C1 0x6F29 # 0 +0x0000E9C2 0x6F3E # 0 +0x0000E9C3 0x6F20 # 0 +0x0000E9C4 0x6F2C # 0 +0x0000E9C5 0x6F0F # 0 +0x0000E9C6 0x6F02 # 0 +0x0000E9C7 0x6F22 # 0 +0x0000E9C8 0x6EFF # 0 +0x0000E9C9 0x6EEF # 0 +0x0000E9CA 0x6F06 # 0 +0x0000E9CB 0x6F31 # 0 +0x0000E9CC 0x6F38 # 0 +0x0000E9CD 0x6F32 # 0 +0x0000E9CE 0x6F23 # 0 +0x0000E9CF 0x6F15 # 0 +0x0000E9D0 0x6F2B # 0 +0x0000E9D1 0x6F2F # 0 +0x0000E9D2 0x6F88 # 0 +0x0000E9D3 0x6F2A # 0 +0x0000E9D4 0x6EEC # 0 +0x0000E9D5 0x6F01 # 0 +0x0000E9D6 0x6EF2 # 0 +0x0000E9D7 0x6ECC # 0 +0x0000E9D8 0x6EF7 # 0 +0x0000E9D9 0x7194 # 0 +0x0000E9DA 0x7199 # 0 +0x0000E9DB 0x717D # 0 +0x0000E9DC 0x718A # 0 +0x0000E9DD 0x7184 # 0 +0x0000E9DE 0x7192 # 0 +0x0000E9DF 0x723E # 0 +0x0000E9E0 0x7292 # 0 +0x0000E9E1 0x7296 # 0 +0x0000E9E2 0x7344 # 0 +0x0000E9E3 0x7350 # 0 +0x0000E9E4 0x7464 # 0 +0x0000E9E5 0x7463 # 0 +0x0000E9E6 0x746A # 0 +0x0000E9E7 0x7470 # 0 +0x0000E9E8 0x746D # 0 +0x0000E9E9 0x7504 # 0 +0x0000E9EA 0x7591 # 0 +0x0000E9EB 0x7627 # 0 +0x0000E9EC 0x760D # 0 +0x0000E9ED 0x760B # 0 +0x0000E9EE 0x7609 # 0 +0x0000E9EF 0x7613 # 0 +0x0000E9F0 0x76E1 # 0 +0x0000E9F1 0x76E3 # 0 +0x0000E9F2 0x7784 # 0 +0x0000E9F3 0x777D # 0 +0x0000E9F4 0x777F # 0 +0x0000E9F5 0x7761 # 0 +0x0000E9F6 0x78C1 # 0 +0x0000E9F7 0x789F # 0 +0x0000E9F8 0x78A7 # 0 +0x0000E9F9 0x78B3 # 0 +0x0000E9FA 0x78A9 # 0 +0x0000E9FB 0x78A3 # 0 +0x0000E9FC 0x798E # 0 +0x0000E9FD 0x798F # 0 +0x0000E9FE 0x798D # 0 +0x0000EAA1 0x7A2E # 0 +0x0000EAA2 0x7A31 # 0 +0x0000EAA3 0x7AAA # 0 +0x0000EAA4 0x7AA9 # 0 +0x0000EAA5 0x7AED # 0 +0x0000EAA6 0x7AEF # 0 +0x0000EAA7 0x7BA1 # 0 +0x0000EAA8 0x7B95 # 0 +0x0000EAA9 0x7B8B # 0 +0x0000EAAA 0x7B75 # 0 +0x0000EAAB 0x7B97 # 0 +0x0000EAAC 0x7B9D # 0 +0x0000EAAD 0x7B94 # 0 +0x0000EAAE 0x7B8F # 0 +0x0000EAAF 0x7BB8 # 0 +0x0000EAB0 0x7B87 # 0 +0x0000EAB1 0x7B84 # 0 +0x0000EAB2 0x7CB9 # 0 +0x0000EAB3 0x7CBD # 0 +0x0000EAB4 0x7CBE # 0 +0x0000EAB5 0x7DBB # 0 +0x0000EAB6 0x7DB0 # 0 +0x0000EAB7 0x7D9C # 0 +0x0000EAB8 0x7DBD # 0 +0x0000EAB9 0x7DBE # 0 +0x0000EABA 0x7DA0 # 0 +0x0000EABB 0x7DCA # 0 +0x0000EABC 0x7DB4 # 0 +0x0000EABD 0x7DB2 # 0 +0x0000EABE 0x7DB1 # 0 +0x0000EABF 0x7DBA # 0 +0x0000EAC0 0x7DA2 # 0 +0x0000EAC1 0x7DBF # 0 +0x0000EAC2 0x7DB5 # 0 +0x0000EAC3 0x7DB8 # 0 +0x0000EAC4 0x7DAD # 0 +0x0000EAC5 0x7DD2 # 0 +0x0000EAC6 0x7DC7 # 0 +0x0000EAC7 0x7DAC # 0 +0x0000EAC8 0x7F70 # 0 +0x0000EAC9 0x7FE0 # 0 +0x0000EACA 0x7FE1 # 0 +0x0000EACB 0x7FDF # 0 +0x0000EACC 0x805E # 0 +0x0000EACD 0x805A # 0 +0x0000EACE 0x8087 # 0 +0x0000EACF 0x8150 # 0 +0x0000EAD0 0x8180 # 0 +0x0000EAD1 0x818F # 0 +0x0000EAD2 0x8188 # 0 +0x0000EAD3 0x818A # 0 +0x0000EAD4 0x817F # 0 +0x0000EAD5 0x8182 # 0 +0x0000EAD6 0x81E7 # 0 +0x0000EAD7 0x81FA # 0 +0x0000EAD8 0x8207 # 0 +0x0000EAD9 0x8214 # 0 +0x0000EADA 0x821E # 0 +0x0000EADB 0x824B # 0 +0x0000EADC 0x84C9 # 0 +0x0000EADD 0x84BF # 0 +0x0000EADE 0x84C6 # 0 +0x0000EADF 0x84C4 # 0 +0x0000EAE0 0x8499 # 0 +0x0000EAE1 0x849E # 0 +0x0000EAE2 0x84B2 # 0 +0x0000EAE3 0x849C # 0 +0x0000EAE4 0x84CB # 0 +0x0000EAE5 0x84B8 # 0 +0x0000EAE6 0x84C0 # 0 +0x0000EAE7 0x84D3 # 0 +0x0000EAE8 0x8490 # 0 +0x0000EAE9 0x84BC # 0 +0x0000EAEA 0x84D1 # 0 +0x0000EAEB 0x84CA # 0 +0x0000EAEC 0x873F # 0 +0x0000EAED 0x871C # 0 +0x0000EAEE 0x873B # 0 +0x0000EAEF 0x8722 # 0 +0x0000EAF0 0x8725 # 0 +0x0000EAF1 0x8734 # 0 +0x0000EAF2 0x8718 # 0 +0x0000EAF3 0x8755 # 0 +0x0000EAF4 0x8737 # 0 +0x0000EAF5 0x8729 # 0 +0x0000EAF6 0x88F3 # 0 +0x0000EAF7 0x8902 # 0 +0x0000EAF8 0x88F4 # 0 +0x0000EAF9 0x88F9 # 0 +0x0000EAFA 0x88F8 # 0 +0x0000EAFB 0x88FD # 0 +0x0000EAFC 0x88E8 # 0 +0x0000EAFD 0x891A # 0 +0x0000EAFE 0x88EF # 0 +0x0000EBA1 0x8AA6 # 0 +0x0000EBA2 0x8A8C # 0 +0x0000EBA3 0x8A9E # 0 +0x0000EBA4 0x8AA3 # 0 +0x0000EBA5 0x8A8D # 0 +0x0000EBA6 0x8AA1 # 0 +0x0000EBA7 0x8A93 # 0 +0x0000EBA8 0x8AA4 # 0 +0x0000EBA9 0x8AAA # 0 +0x0000EBAA 0x8AA5 # 0 +0x0000EBAB 0x8AA8 # 0 +0x0000EBAC 0x8A98 # 0 +0x0000EBAD 0x8A91 # 0 +0x0000EBAE 0x8A9A # 0 +0x0000EBAF 0x8AA7 # 0 +0x0000EBB0 0x8C6A # 0 +0x0000EBB1 0x8C8D # 0 +0x0000EBB2 0x8C8C # 0 +0x0000EBB3 0x8CD3 # 0 +0x0000EBB4 0x8CD1 # 0 +0x0000EBB5 0x8CD2 # 0 +0x0000EBB6 0x8D6B # 0 +0x0000EBB7 0x8D99 # 0 +0x0000EBB8 0x8D95 # 0 +0x0000EBB9 0x8DFC # 0 +0x0000EBBA 0x8F14 # 0 +0x0000EBBB 0x8F12 # 0 +0x0000EBBC 0x8F15 # 0 +0x0000EBBD 0x8F13 # 0 +0x0000EBBE 0x8FA3 # 0 +0x0000EBBF 0x9060 # 0 +0x0000EBC0 0x9058 # 0 +0x0000EBC1 0x905C # 0 +0x0000EBC2 0x9063 # 0 +0x0000EBC3 0x9059 # 0 +0x0000EBC4 0x905E # 0 +0x0000EBC5 0x9062 # 0 +0x0000EBC6 0x905D # 0 +0x0000EBC7 0x905B # 0 +0x0000EBC8 0x9119 # 0 +0x0000EBC9 0x9118 # 0 +0x0000EBCA 0x911E # 0 +0x0000EBCB 0x9175 # 0 +0x0000EBCC 0x9178 # 0 +0x0000EBCD 0x9177 # 0 +0x0000EBCE 0x9174 # 0 +0x0000EBCF 0x9278 # 0 +0x0000EBD0 0x92AC # 0 +0x0000EBD1 0x9280 # 0 +0x0000EBD2 0x9285 # 0 +0x0000EBD3 0x9298 # 0 +0x0000EBD4 0x9296 # 0 +0x0000EBD5 0x927B # 0 +0x0000EBD6 0x9293 # 0 +0x0000EBD7 0x929C # 0 +0x0000EBD8 0x92A8 # 0 +0x0000EBD9 0x927C # 0 +0x0000EBDA 0x9291 # 0 +0x0000EBDB 0x95A1 # 0 +0x0000EBDC 0x95A8 # 0 +0x0000EBDD 0x95A9 # 0 +0x0000EBDE 0x95A3 # 0 +0x0000EBDF 0x95A5 # 0 +0x0000EBE0 0x95A4 # 0 +0x0000EBE1 0x9699 # 0 +0x0000EBE2 0x969C # 0 +0x0000EBE3 0x969B # 0 +0x0000EBE4 0x96CC # 0 +0x0000EBE5 0x96D2 # 0 +0x0000EBE6 0x9700 # 0 +0x0000EBE7 0x977C # 0 +0x0000EBE8 0x9785 # 0 +0x0000EBE9 0x97F6 # 0 +0x0000EBEA 0x9817 # 0 +0x0000EBEB 0x9818 # 0 +0x0000EBEC 0x98AF # 0 +0x0000EBED 0x98B1 # 0 +0x0000EBEE 0x9903 # 0 +0x0000EBEF 0x9905 # 0 +0x0000EBF0 0x990C # 0 +0x0000EBF1 0x9909 # 0 +0x0000EBF2 0x99C1 # 0 +0x0000EBF3 0x9AAF # 0 +0x0000EBF4 0x9AB0 # 0 +0x0000EBF5 0x9AE6 # 0 +0x0000EBF6 0x9B41 # 0 +0x0000EBF7 0x9B42 # 0 +0x0000EBF8 0x9CF4 # 0 +0x0000EBF9 0x9CF6 # 0 +0x0000EBFA 0x9CF3 # 0 +0x0000EBFB 0x9EBC # 0 +0x0000EBFC 0x9F3B # 0 +0x0000EBFD 0x9F4A # 0 +0x0000EBFE 0x5104 # 0 +0x0000ECA1 0x5100 # 0 +0x0000ECA2 0x50FB # 0 +0x0000ECA3 0x50F5 # 0 +0x0000ECA4 0x50F9 # 0 +0x0000ECA5 0x5102 # 0 +0x0000ECA6 0x5108 # 0 +0x0000ECA7 0x5109 # 0 +0x0000ECA8 0x5105 # 0 +0x0000ECA9 0x51DC # 0 +0x0000ECAA 0x5287 # 0 +0x0000ECAB 0x5288 # 0 +0x0000ECAC 0x5289 # 0 +0x0000ECAD 0x528D # 0 +0x0000ECAE 0x528A # 0 +0x0000ECAF 0x52F0 # 0 +0x0000ECB0 0x53B2 # 0 +0x0000ECB1 0x562E # 0 +0x0000ECB2 0x563B # 0 +0x0000ECB3 0x5639 # 0 +0x0000ECB4 0x5632 # 0 +0x0000ECB5 0x563F # 0 +0x0000ECB6 0x5634 # 0 +0x0000ECB7 0x5629 # 0 +0x0000ECB8 0x5653 # 0 +0x0000ECB9 0x564E # 0 +0x0000ECBA 0x5657 # 0 +0x0000ECBB 0x5674 # 0 +0x0000ECBC 0x5636 # 0 +0x0000ECBD 0x562F # 0 +0x0000ECBE 0x5630 # 0 +0x0000ECBF 0x5880 # 0 +0x0000ECC0 0x589F # 0 +0x0000ECC1 0x589E # 0 +0x0000ECC2 0x58B3 # 0 +0x0000ECC3 0x589C # 0 +0x0000ECC4 0x58AE # 0 +0x0000ECC5 0x58A9 # 0 +0x0000ECC6 0x58A6 # 0 +0x0000ECC7 0x596D # 0 +0x0000ECC8 0x5B09 # 0 +0x0000ECC9 0x5AFB # 0 +0x0000ECCA 0x5B0B # 0 +0x0000ECCB 0x5AF5 # 0 +0x0000ECCC 0x5B0C # 0 +0x0000ECCD 0x5B08 # 0 +0x0000ECCE 0x5BEE # 0 +0x0000ECCF 0x5BEC # 0 +0x0000ECD0 0x5BE9 # 0 +0x0000ECD1 0x5BEB # 0 +0x0000ECD2 0x5C64 # 0 +0x0000ECD3 0x5C65 # 0 +0x0000ECD4 0x5D9D # 0 +0x0000ECD5 0x5D94 # 0 +0x0000ECD6 0x5E62 # 0 +0x0000ECD7 0x5E5F # 0 +0x0000ECD8 0x5E61 # 0 +0x0000ECD9 0x5EE2 # 0 +0x0000ECDA 0x5EDA # 0 +0x0000ECDB 0x5EDF # 0 +0x0000ECDC 0x5EDD # 0 +0x0000ECDD 0x5EE3 # 0 +0x0000ECDE 0x5EE0 # 0 +0x0000ECDF 0x5F48 # 0 +0x0000ECE0 0x5F71 # 0 +0x0000ECE1 0x5FB7 # 0 +0x0000ECE2 0x5FB5 # 0 +0x0000ECE3 0x6176 # 0 +0x0000ECE4 0x6167 # 0 +0x0000ECE5 0x616E # 0 +0x0000ECE6 0x615D # 0 +0x0000ECE7 0x6155 # 0 +0x0000ECE8 0x6182 # 0 +0x0000ECE9 0x617C # 0 +0x0000ECEA 0x6170 # 0 +0x0000ECEB 0x616B # 0 +0x0000ECEC 0x617E # 0 +0x0000ECED 0x61A7 # 0 +0x0000ECEE 0x6190 # 0 +0x0000ECEF 0x61AB # 0 +0x0000ECF0 0x618E # 0 +0x0000ECF1 0x61AC # 0 +0x0000ECF2 0x619A # 0 +0x0000ECF3 0x61A4 # 0 +0x0000ECF4 0x6194 # 0 +0x0000ECF5 0x61AE # 0 +0x0000ECF6 0x622E # 0 +0x0000ECF7 0x6469 # 0 +0x0000ECF8 0x646F # 0 +0x0000ECF9 0x6479 # 0 +0x0000ECFA 0x649E # 0 +0x0000ECFB 0x64B2 # 0 +0x0000ECFC 0x6488 # 0 +0x0000ECFD 0x6490 # 0 +0x0000ECFE 0x64B0 # 0 +0x0000EDA1 0x64A5 # 0 +0x0000EDA2 0x6493 # 0 +0x0000EDA3 0x6495 # 0 +0x0000EDA4 0x64A9 # 0 +0x0000EDA5 0x6492 # 0 +0x0000EDA6 0x64AE # 0 +0x0000EDA7 0x64AD # 0 +0x0000EDA8 0x64AB # 0 +0x0000EDA9 0x649A # 0 +0x0000EDAA 0x64AC # 0 +0x0000EDAB 0x6499 # 0 +0x0000EDAC 0x64A2 # 0 +0x0000EDAD 0x64B3 # 0 +0x0000EDAE 0x6575 # 0 +0x0000EDAF 0x6577 # 0 +0x0000EDB0 0x6578 # 0 +0x0000EDB1 0x66AE # 0 +0x0000EDB2 0x66AB # 0 +0x0000EDB3 0x66B4 # 0 +0x0000EDB4 0x66B1 # 0 +0x0000EDB5 0x6A23 # 0 +0x0000EDB6 0x6A1F # 0 +0x0000EDB7 0x69E8 # 0 +0x0000EDB8 0x6A01 # 0 +0x0000EDB9 0x6A1E # 0 +0x0000EDBA 0x6A19 # 0 +0x0000EDBB 0x69FD # 0 +0x0000EDBC 0x6A21 # 0 +0x0000EDBD 0x6A13 # 0 +0x0000EDBE 0x6A0A # 0 +0x0000EDBF 0x69F3 # 0 +0x0000EDC0 0x6A02 # 0 +0x0000EDC1 0x6A05 # 0 +0x0000EDC2 0x69ED # 0 +0x0000EDC3 0x6A11 # 0 +0x0000EDC4 0x6B50 # 0 +0x0000EDC5 0x6B4E # 0 +0x0000EDC6 0x6BA4 # 0 +0x0000EDC7 0x6BC5 # 0 +0x0000EDC8 0x6BC6 # 0 +0x0000EDC9 0x6F3F # 0 +0x0000EDCA 0x6F7C # 0 +0x0000EDCB 0x6F84 # 0 +0x0000EDCC 0x6F51 # 0 +0x0000EDCD 0x6F66 # 0 +0x0000EDCE 0x6F54 # 0 +0x0000EDCF 0x6F86 # 0 +0x0000EDD0 0x6F6D # 0 +0x0000EDD1 0x6F5B # 0 +0x0000EDD2 0x6F78 # 0 +0x0000EDD3 0x6F6E # 0 +0x0000EDD4 0x6F8E # 0 +0x0000EDD5 0x6F7A # 0 +0x0000EDD6 0x6F70 # 0 +0x0000EDD7 0x6F64 # 0 +0x0000EDD8 0x6F97 # 0 +0x0000EDD9 0x6F58 # 0 +0x0000EDDA 0x6ED5 # 0 +0x0000EDDB 0x6F6F # 0 +0x0000EDDC 0x6F60 # 0 +0x0000EDDD 0x6F5F # 0 +0x0000EDDE 0x719F # 0 +0x0000EDDF 0x71AC # 0 +0x0000EDE0 0x71B1 # 0 +0x0000EDE1 0x71A8 # 0 +0x0000EDE2 0x7256 # 0 +0x0000EDE3 0x729B # 0 +0x0000EDE4 0x734E # 0 +0x0000EDE5 0x7357 # 0 +0x0000EDE6 0x7469 # 0 +0x0000EDE7 0x748B # 0 +0x0000EDE8 0x7483 # 0 +0x0000EDE9 0x747E # 0 +0x0000EDEA 0x7480 # 0 +0x0000EDEB 0x757F # 0 +0x0000EDEC 0x7620 # 0 +0x0000EDED 0x7629 # 0 +0x0000EDEE 0x761F # 0 +0x0000EDEF 0x7624 # 0 +0x0000EDF0 0x7626 # 0 +0x0000EDF1 0x7621 # 0 +0x0000EDF2 0x7622 # 0 +0x0000EDF3 0x769A # 0 +0x0000EDF4 0x76BA # 0 +0x0000EDF5 0x76E4 # 0 +0x0000EDF6 0x778E # 0 +0x0000EDF7 0x7787 # 0 +0x0000EDF8 0x778C # 0 +0x0000EDF9 0x7791 # 0 +0x0000EDFA 0x778B # 0 +0x0000EDFB 0x78CB # 0 +0x0000EDFC 0x78C5 # 0 +0x0000EDFD 0x78BA # 0 +0x0000EDFE 0x78CA # 0 +0x0000EEA1 0x78BE # 0 +0x0000EEA2 0x78D5 # 0 +0x0000EEA3 0x78BC # 0 +0x0000EEA4 0x78D0 # 0 +0x0000EEA5 0x7A3F # 0 +0x0000EEA6 0x7A3C # 0 +0x0000EEA7 0x7A40 # 0 +0x0000EEA8 0x7A3D # 0 +0x0000EEA9 0x7A37 # 0 +0x0000EEAA 0x7A3B # 0 +0x0000EEAB 0x7AAF # 0 +0x0000EEAC 0x7AAE # 0 +0x0000EEAD 0x7BAD # 0 +0x0000EEAE 0x7BB1 # 0 +0x0000EEAF 0x7BC4 # 0 +0x0000EEB0 0x7BB4 # 0 +0x0000EEB1 0x7BC6 # 0 +0x0000EEB2 0x7BC7 # 0 +0x0000EEB3 0x7BC1 # 0 +0x0000EEB4 0x7BA0 # 0 +0x0000EEB5 0x7BCC # 0 +0x0000EEB6 0x7CCA # 0 +0x0000EEB7 0x7DE0 # 0 +0x0000EEB8 0x7DF4 # 0 +0x0000EEB9 0x7DEF # 0 +0x0000EEBA 0x7DFB # 0 +0x0000EEBB 0x7DD8 # 0 +0x0000EEBC 0x7DEC # 0 +0x0000EEBD 0x7DDD # 0 +0x0000EEBE 0x7DE8 # 0 +0x0000EEBF 0x7DE3 # 0 +0x0000EEC0 0x7DDA # 0 +0x0000EEC1 0x7DDE # 0 +0x0000EEC2 0x7DE9 # 0 +0x0000EEC3 0x7D9E # 0 +0x0000EEC4 0x7DD9 # 0 +0x0000EEC5 0x7DF2 # 0 +0x0000EEC6 0x7DF9 # 0 +0x0000EEC7 0x7F75 # 0 +0x0000EEC8 0x7F77 # 0 +0x0000EEC9 0x7FAF # 0 +0x0000EECA 0x7FE9 # 0 +0x0000EECB 0x8026 # 0 +0x0000EECC 0x819B # 0 +0x0000EECD 0x819C # 0 +0x0000EECE 0x819D # 0 +0x0000EECF 0x81A0 # 0 +0x0000EED0 0x819A # 0 +0x0000EED1 0x8198 # 0 +0x0000EED2 0x8517 # 0 +0x0000EED3 0x853D # 0 +0x0000EED4 0x851A # 0 +0x0000EED5 0x84EE # 0 +0x0000EED6 0x852C # 0 +0x0000EED7 0x852D # 0 +0x0000EED8 0x8513 # 0 +0x0000EED9 0x8511 # 0 +0x0000EEDA 0x8523 # 0 +0x0000EEDB 0x8521 # 0 +0x0000EEDC 0x8514 # 0 +0x0000EEDD 0x84EC # 0 +0x0000EEDE 0x8525 # 0 +0x0000EEDF 0x84FF # 0 +0x0000EEE0 0x8506 # 0 +0x0000EEE1 0x8782 # 0 +0x0000EEE2 0x8774 # 0 +0x0000EEE3 0x8776 # 0 +0x0000EEE4 0x8760 # 0 +0x0000EEE5 0x8766 # 0 +0x0000EEE6 0x8778 # 0 +0x0000EEE7 0x8768 # 0 +0x0000EEE8 0x8759 # 0 +0x0000EEE9 0x8757 # 0 +0x0000EEEA 0x874C # 0 +0x0000EEEB 0x8753 # 0 +0x0000EEEC 0x885B # 0 +0x0000EEED 0x885D # 0 +0x0000EEEE 0x8910 # 0 +0x0000EEEF 0x8907 # 0 +0x0000EEF0 0x8912 # 0 +0x0000EEF1 0x8913 # 0 +0x0000EEF2 0x8915 # 0 +0x0000EEF3 0x890A # 0 +0x0000EEF4 0x8ABC # 0 +0x0000EEF5 0x8AD2 # 0 +0x0000EEF6 0x8AC7 # 0 +0x0000EEF7 0x8AC4 # 0 +0x0000EEF8 0x8A95 # 0 +0x0000EEF9 0x8ACB # 0 +0x0000EEFA 0x8AF8 # 0 +0x0000EEFB 0x8AB2 # 0 +0x0000EEFC 0x8AC9 # 0 +0x0000EEFD 0x8AC2 # 0 +0x0000EEFE 0x8ABF # 0 +0x0000EFA1 0x8AB0 # 0 +0x0000EFA2 0x8AD6 # 0 +0x0000EFA3 0x8ACD # 0 +0x0000EFA4 0x8AB6 # 0 +0x0000EFA5 0x8AB9 # 0 +0x0000EFA6 0x8ADB # 0 +0x0000EFA7 0x8C4C # 0 +0x0000EFA8 0x8C4E # 0 +0x0000EFA9 0x8C6C # 0 +0x0000EFAA 0x8CE0 # 0 +0x0000EFAB 0x8CDE # 0 +0x0000EFAC 0x8CE6 # 0 +0x0000EFAD 0x8CE4 # 0 +0x0000EFAE 0x8CEC # 0 +0x0000EFAF 0x8CED # 0 +0x0000EFB0 0x8CE2 # 0 +0x0000EFB1 0x8CE3 # 0 +0x0000EFB2 0x8CDC # 0 +0x0000EFB3 0x8CEA # 0 +0x0000EFB4 0x8CE1 # 0 +0x0000EFB5 0x8D6D # 0 +0x0000EFB6 0x8D9F # 0 +0x0000EFB7 0x8DA3 # 0 +0x0000EFB8 0x8E2B # 0 +0x0000EFB9 0x8E10 # 0 +0x0000EFBA 0x8E1D # 0 +0x0000EFBB 0x8E22 # 0 +0x0000EFBC 0x8E0F # 0 +0x0000EFBD 0x8E29 # 0 +0x0000EFBE 0x8E1F # 0 +0x0000EFBF 0x8E21 # 0 +0x0000EFC0 0x8E1E # 0 +0x0000EFC1 0x8EBA # 0 +0x0000EFC2 0x8F1D # 0 +0x0000EFC3 0x8F1B # 0 +0x0000EFC4 0x8F1F # 0 +0x0000EFC5 0x8F29 # 0 +0x0000EFC6 0x8F26 # 0 +0x0000EFC7 0x8F2A # 0 +0x0000EFC8 0x8F1C # 0 +0x0000EFC9 0x8F1E # 0 +0x0000EFCA 0x8F25 # 0 +0x0000EFCB 0x9069 # 0 +0x0000EFCC 0x906E # 0 +0x0000EFCD 0x9068 # 0 +0x0000EFCE 0x906D # 0 +0x0000EFCF 0x9077 # 0 +0x0000EFD0 0x9130 # 0 +0x0000EFD1 0x912D # 0 +0x0000EFD2 0x9127 # 0 +0x0000EFD3 0x9131 # 0 +0x0000EFD4 0x9187 # 0 +0x0000EFD5 0x9189 # 0 +0x0000EFD6 0x918B # 0 +0x0000EFD7 0x9183 # 0 +0x0000EFD8 0x92C5 # 0 +0x0000EFD9 0x92BB # 0 +0x0000EFDA 0x92B7 # 0 +0x0000EFDB 0x92EA # 0 +0x0000EFDC 0x92E4 # 0 +0x0000EFDD 0x92C1 # 0 +0x0000EFDE 0x92B3 # 0 +0x0000EFDF 0x92BC # 0 +0x0000EFE0 0x92D2 # 0 +0x0000EFE1 0x92C7 # 0 +0x0000EFE2 0x92F0 # 0 +0x0000EFE3 0x92B2 # 0 +0x0000EFE4 0x95AD # 0 +0x0000EFE5 0x95B1 # 0 +0x0000EFE6 0x9704 # 0 +0x0000EFE7 0x9706 # 0 +0x0000EFE8 0x9707 # 0 +0x0000EFE9 0x9709 # 0 +0x0000EFEA 0x9760 # 0 +0x0000EFEB 0x978D # 0 +0x0000EFEC 0x978B # 0 +0x0000EFED 0x978F # 0 +0x0000EFEE 0x9821 # 0 +0x0000EFEF 0x982B # 0 +0x0000EFF0 0x981C # 0 +0x0000EFF1 0x98B3 # 0 +0x0000EFF2 0x990A # 0 +0x0000EFF3 0x9913 # 0 +0x0000EFF4 0x9912 # 0 +0x0000EFF5 0x9918 # 0 +0x0000EFF6 0x99DD # 0 +0x0000EFF7 0x99D0 # 0 +0x0000EFF8 0x99DF # 0 +0x0000EFF9 0x99DB # 0 +0x0000EFFA 0x99D1 # 0 +0x0000EFFB 0x99D5 # 0 +0x0000EFFC 0x99D2 # 0 +0x0000EFFD 0x99D9 # 0 +0x0000EFFE 0x9AB7 # 0 +0x0000F0A1 0x9AEE # 0 +0x0000F0A2 0x9AEF # 0 +0x0000F0A3 0x9B27 # 0 +0x0000F0A4 0x9B45 # 0 +0x0000F0A5 0x9B44 # 0 +0x0000F0A6 0x9B77 # 0 +0x0000F0A7 0x9B6F # 0 +0x0000F0A8 0x9D06 # 0 +0x0000F0A9 0x9D09 # 0 +0x0000F0AA 0x9D03 # 0 +0x0000F0AB 0x9EA9 # 0 +0x0000F0AC 0x9EBE # 0 +0x0000F0AD 0x9ECE # 0 +0x0000F0AE 0x58A8 # 0 +0x0000F0AF 0x9F52 # 0 +0x0000F0B0 0x5112 # 0 +0x0000F0B1 0x5118 # 0 +0x0000F0B2 0x5114 # 0 +0x0000F0B3 0x5110 # 0 +0x0000F0B4 0x5115 # 0 +0x0000F0B5 0x5180 # 0 +0x0000F0B6 0x51AA # 0 +0x0000F0B7 0x51DD # 0 +0x0000F0B8 0x5291 # 0 +0x0000F0B9 0x5293 # 0 +0x0000F0BA 0x52F3 # 0 +0x0000F0BB 0x5659 # 0 +0x0000F0BC 0x566B # 0 +0x0000F0BD 0x5679 # 0 +0x0000F0BE 0x5669 # 0 +0x0000F0BF 0x5664 # 0 +0x0000F0C0 0x5678 # 0 +0x0000F0C1 0x566A # 0 +0x0000F0C2 0x5668 # 0 +0x0000F0C3 0x5665 # 0 +0x0000F0C4 0x5671 # 0 +0x0000F0C5 0x566F # 0 +0x0000F0C6 0x566C # 0 +0x0000F0C7 0x5662 # 0 +0x0000F0C8 0x5676 # 0 +0x0000F0C9 0x58C1 # 0 +0x0000F0CA 0x58BE # 0 +0x0000F0CB 0x58C7 # 0 +0x0000F0CC 0x58C5 # 0 +0x0000F0CD 0x596E # 0 +0x0000F0CE 0x5B1D # 0 +0x0000F0CF 0x5B34 # 0 +0x0000F0D0 0x5B78 # 0 +0x0000F0D1 0x5BF0 # 0 +0x0000F0D2 0x5C0E # 0 +0x0000F0D3 0x5F4A # 0 +0x0000F0D4 0x61B2 # 0 +0x0000F0D5 0x6191 # 0 +0x0000F0D6 0x61A9 # 0 +0x0000F0D7 0x618A # 0 +0x0000F0D8 0x61CD # 0 +0x0000F0D9 0x61B6 # 0 +0x0000F0DA 0x61BE # 0 +0x0000F0DB 0x61CA # 0 +0x0000F0DC 0x61C8 # 0 +0x0000F0DD 0x6230 # 0 +0x0000F0DE 0x64C5 # 0 +0x0000F0DF 0x64C1 # 0 +0x0000F0E0 0x64CB # 0 +0x0000F0E1 0x64BB # 0 +0x0000F0E2 0x64BC # 0 +0x0000F0E3 0x64DA # 0 +0x0000F0E4 0x64C4 # 0 +0x0000F0E5 0x64C7 # 0 +0x0000F0E6 0x64C2 # 0 +0x0000F0E7 0x64CD # 0 +0x0000F0E8 0x64BF # 0 +0x0000F0E9 0x64D2 # 0 +0x0000F0EA 0x64D4 # 0 +0x0000F0EB 0x64BE # 0 +0x0000F0EC 0x6574 # 0 +0x0000F0ED 0x66C6 # 0 +0x0000F0EE 0x66C9 # 0 +0x0000F0EF 0x66B9 # 0 +0x0000F0F0 0x66C4 # 0 +0x0000F0F1 0x66C7 # 0 +0x0000F0F2 0x66B8 # 0 +0x0000F0F3 0x6A3D # 0 +0x0000F0F4 0x6A38 # 0 +0x0000F0F5 0x6A3A # 0 +0x0000F0F6 0x6A59 # 0 +0x0000F0F7 0x6A6B # 0 +0x0000F0F8 0x6A58 # 0 +0x0000F0F9 0x6A39 # 0 +0x0000F0FA 0x6A44 # 0 +0x0000F0FB 0x6A62 # 0 +0x0000F0FC 0x6A61 # 0 +0x0000F0FD 0x6A4B # 0 +0x0000F0FE 0x6A47 # 0 +0x0000F1A1 0x6A35 # 0 +0x0000F1A2 0x6A5F # 0 +0x0000F1A3 0x6A48 # 0 +0x0000F1A4 0x6B59 # 0 +0x0000F1A5 0x6B77 # 0 +0x0000F1A6 0x6C05 # 0 +0x0000F1A7 0x6FC2 # 0 +0x0000F1A8 0x6FB1 # 0 +0x0000F1A9 0x6FA1 # 0 +0x0000F1AA 0x6FC3 # 0 +0x0000F1AB 0x6FA4 # 0 +0x0000F1AC 0x6FC1 # 0 +0x0000F1AD 0x6FA7 # 0 +0x0000F1AE 0x6FB3 # 0 +0x0000F1AF 0x6FC0 # 0 +0x0000F1B0 0x6FB9 # 0 +0x0000F1B1 0x6FB6 # 0 +0x0000F1B2 0x6FA6 # 0 +0x0000F1B3 0x6FA0 # 0 +0x0000F1B4 0x6FB4 # 0 +0x0000F1B5 0x71BE # 0 +0x0000F1B6 0x71C9 # 0 +0x0000F1B7 0x71D0 # 0 +0x0000F1B8 0x71D2 # 0 +0x0000F1B9 0x71C8 # 0 +0x0000F1BA 0x71D5 # 0 +0x0000F1BB 0x71B9 # 0 +0x0000F1BC 0x71CE # 0 +0x0000F1BD 0x71D9 # 0 +0x0000F1BE 0x71DC # 0 +0x0000F1BF 0x71C3 # 0 +0x0000F1C0 0x71C4 # 0 +0x0000F1C1 0x7368 # 0 +0x0000F1C2 0x749C # 0 +0x0000F1C3 0x74A3 # 0 +0x0000F1C4 0x7498 # 0 +0x0000F1C5 0x749F # 0 +0x0000F1C6 0x749E # 0 +0x0000F1C7 0x74E2 # 0 +0x0000F1C8 0x750C # 0 +0x0000F1C9 0x750D # 0 +0x0000F1CA 0x7634 # 0 +0x0000F1CB 0x7638 # 0 +0x0000F1CC 0x763A # 0 +0x0000F1CD 0x76E7 # 0 +0x0000F1CE 0x76E5 # 0 +0x0000F1CF 0x77A0 # 0 +0x0000F1D0 0x779E # 0 +0x0000F1D1 0x779F # 0 +0x0000F1D2 0x77A5 # 0 +0x0000F1D3 0x78E8 # 0 +0x0000F1D4 0x78DA # 0 +0x0000F1D5 0x78EC # 0 +0x0000F1D6 0x78E7 # 0 +0x0000F1D7 0x79A6 # 0 +0x0000F1D8 0x7A4D # 0 +0x0000F1D9 0x7A4E # 0 +0x0000F1DA 0x7A46 # 0 +0x0000F1DB 0x7A4C # 0 +0x0000F1DC 0x7A4B # 0 +0x0000F1DD 0x7ABA # 0 +0x0000F1DE 0x7BD9 # 0 +0x0000F1DF 0x7C11 # 0 +0x0000F1E0 0x7BC9 # 0 +0x0000F1E1 0x7BE4 # 0 +0x0000F1E2 0x7BDB # 0 +0x0000F1E3 0x7BE1 # 0 +0x0000F1E4 0x7BE9 # 0 +0x0000F1E5 0x7BE6 # 0 +0x0000F1E6 0x7CD5 # 0 +0x0000F1E7 0x7CD6 # 0 +0x0000F1E8 0x7E0A # 0 +0x0000F1E9 0x7E11 # 0 +0x0000F1EA 0x7E08 # 0 +0x0000F1EB 0x7E1B # 0 +0x0000F1EC 0x7E23 # 0 +0x0000F1ED 0x7E1E # 0 +0x0000F1EE 0x7E1D # 0 +0x0000F1EF 0x7E09 # 0 +0x0000F1F0 0x7E10 # 0 +0x0000F1F1 0x7F79 # 0 +0x0000F1F2 0x7FB2 # 0 +0x0000F1F3 0x7FF0 # 0 +0x0000F1F4 0x7FF1 # 0 +0x0000F1F5 0x7FEE # 0 +0x0000F1F6 0x8028 # 0 +0x0000F1F7 0x81B3 # 0 +0x0000F1F8 0x81A9 # 0 +0x0000F1F9 0x81A8 # 0 +0x0000F1FA 0x81FB # 0 +0x0000F1FB 0x8208 # 0 +0x0000F1FC 0x8258 # 0 +0x0000F1FD 0x8259 # 0 +0x0000F1FE 0x854A # 0 +0x0000F2A1 0x8559 # 0 +0x0000F2A2 0x8548 # 0 +0x0000F2A3 0x8568 # 0 +0x0000F2A4 0x8569 # 0 +0x0000F2A5 0x8543 # 0 +0x0000F2A6 0x8549 # 0 +0x0000F2A7 0x856D # 0 +0x0000F2A8 0x856A # 0 +0x0000F2A9 0x855E # 0 +0x0000F2AA 0x8783 # 0 +0x0000F2AB 0x879F # 0 +0x0000F2AC 0x879E # 0 +0x0000F2AD 0x87A2 # 0 +0x0000F2AE 0x878D # 0 +0x0000F2AF 0x8861 # 0 +0x0000F2B0 0x892A # 0 +0x0000F2B1 0x8932 # 0 +0x0000F2B2 0x8925 # 0 +0x0000F2B3 0x892B # 0 +0x0000F2B4 0x8921 # 0 +0x0000F2B5 0x89AA # 0 +0x0000F2B6 0x89A6 # 0 +0x0000F2B7 0x8AE6 # 0 +0x0000F2B8 0x8AFA # 0 +0x0000F2B9 0x8AEB # 0 +0x0000F2BA 0x8AF1 # 0 +0x0000F2BB 0x8B00 # 0 +0x0000F2BC 0x8ADC # 0 +0x0000F2BD 0x8AE7 # 0 +0x0000F2BE 0x8AEE # 0 +0x0000F2BF 0x8AFE # 0 +0x0000F2C0 0x8B01 # 0 +0x0000F2C1 0x8B02 # 0 +0x0000F2C2 0x8AF7 # 0 +0x0000F2C3 0x8AED # 0 +0x0000F2C4 0x8AF3 # 0 +0x0000F2C5 0x8AF6 # 0 +0x0000F2C6 0x8AFC # 0 +0x0000F2C7 0x8C6B # 0 +0x0000F2C8 0x8C6D # 0 +0x0000F2C9 0x8C93 # 0 +0x0000F2CA 0x8CF4 # 0 +0x0000F2CB 0x8E44 # 0 +0x0000F2CC 0x8E31 # 0 +0x0000F2CD 0x8E34 # 0 +0x0000F2CE 0x8E42 # 0 +0x0000F2CF 0x8E39 # 0 +0x0000F2D0 0x8E35 # 0 +0x0000F2D1 0x8F3B # 0 +0x0000F2D2 0x8F2F # 0 +0x0000F2D3 0x8F38 # 0 +0x0000F2D4 0x8F33 # 0 +0x0000F2D5 0x8FA8 # 0 +0x0000F2D6 0x8FA6 # 0 +0x0000F2D7 0x9075 # 0 +0x0000F2D8 0x9074 # 0 +0x0000F2D9 0x9078 # 0 +0x0000F2DA 0x9072 # 0 +0x0000F2DB 0x907C # 0 +0x0000F2DC 0x907A # 0 +0x0000F2DD 0x9134 # 0 +0x0000F2DE 0x9192 # 0 +0x0000F2DF 0x9320 # 0 +0x0000F2E0 0x9336 # 0 +0x0000F2E1 0x92F8 # 0 +0x0000F2E2 0x9333 # 0 +0x0000F2E3 0x932F # 0 +0x0000F2E4 0x9322 # 0 +0x0000F2E5 0x92FC # 0 +0x0000F2E6 0x932B # 0 +0x0000F2E7 0x9304 # 0 +0x0000F2E8 0x931A # 0 +0x0000F2E9 0x9310 # 0 +0x0000F2EA 0x9326 # 0 +0x0000F2EB 0x9321 # 0 +0x0000F2EC 0x9315 # 0 +0x0000F2ED 0x932E # 0 +0x0000F2EE 0x9319 # 0 +0x0000F2EF 0x95BB # 0 +0x0000F2F0 0x96A7 # 0 +0x0000F2F1 0x96A8 # 0 +0x0000F2F2 0x96AA # 0 +0x0000F2F3 0x96D5 # 0 +0x0000F2F4 0x970E # 0 +0x0000F2F5 0x9711 # 0 +0x0000F2F6 0x9716 # 0 +0x0000F2F7 0x970D # 0 +0x0000F2F8 0x9713 # 0 +0x0000F2F9 0x970F # 0 +0x0000F2FA 0x975B # 0 +0x0000F2FB 0x975C # 0 +0x0000F2FC 0x9766 # 0 +0x0000F2FD 0x9798 # 0 +0x0000F2FE 0x9830 # 0 +0x0000F3A1 0x9838 # 0 +0x0000F3A2 0x983B # 0 +0x0000F3A3 0x9837 # 0 +0x0000F3A4 0x982D # 0 +0x0000F3A5 0x9839 # 0 +0x0000F3A6 0x9824 # 0 +0x0000F3A7 0x9910 # 0 +0x0000F3A8 0x9928 # 0 +0x0000F3A9 0x991E # 0 +0x0000F3AA 0x991B # 0 +0x0000F3AB 0x9921 # 0 +0x0000F3AC 0x991A # 0 +0x0000F3AD 0x99ED # 0 +0x0000F3AE 0x99E2 # 0 +0x0000F3AF 0x99F1 # 0 +0x0000F3B0 0x9AB8 # 0 +0x0000F3B1 0x9ABC # 0 +0x0000F3B2 0x9AFB # 0 +0x0000F3B3 0x9AED # 0 +0x0000F3B4 0x9B28 # 0 +0x0000F3B5 0x9B91 # 0 +0x0000F3B6 0x9D15 # 0 +0x0000F3B7 0x9D23 # 0 +0x0000F3B8 0x9D26 # 0 +0x0000F3B9 0x9D28 # 0 +0x0000F3BA 0x9D12 # 0 +0x0000F3BB 0x9D1B # 0 +0x0000F3BC 0x9ED8 # 0 +0x0000F3BD 0x9ED4 # 0 +0x0000F3BE 0x9F8D # 0 +0x0000F3BF 0x9F9C # 0 +0x0000F3C0 0x512A # 0 +0x0000F3C1 0x511F # 0 +0x0000F3C2 0x5121 # 0 +0x0000F3C3 0x5132 # 0 +0x0000F3C4 0x52F5 # 0 +0x0000F3C5 0x568E # 0 +0x0000F3C6 0x5680 # 0 +0x0000F3C7 0x5690 # 0 +0x0000F3C8 0x5685 # 0 +0x0000F3C9 0x5687 # 0 +0x0000F3CA 0x568F # 0 +0x0000F3CB 0x58D5 # 0 +0x0000F3CC 0x58D3 # 0 +0x0000F3CD 0x58D1 # 0 +0x0000F3CE 0x58CE # 0 +0x0000F3CF 0x5B30 # 0 +0x0000F3D0 0x5B2A # 0 +0x0000F3D1 0x5B24 # 0 +0x0000F3D2 0x5B7A # 0 +0x0000F3D3 0x5C37 # 0 +0x0000F3D4 0x5C68 # 0 +0x0000F3D5 0x5DBC # 0 +0x0000F3D6 0x5DBA # 0 +0x0000F3D7 0x5DBD # 0 +0x0000F3D8 0x5DB8 # 0 +0x0000F3D9 0x5E6B # 0 +0x0000F3DA 0x5F4C # 0 +0x0000F3DB 0x5FBD # 0 +0x0000F3DC 0x61C9 # 0 +0x0000F3DD 0x61C2 # 0 +0x0000F3DE 0x61C7 # 0 +0x0000F3DF 0x61E6 # 0 +0x0000F3E0 0x61CB # 0 +0x0000F3E1 0x6232 # 0 +0x0000F3E2 0x6234 # 0 +0x0000F3E3 0x64CE # 0 +0x0000F3E4 0x64CA # 0 +0x0000F3E5 0x64D8 # 0 +0x0000F3E6 0x64E0 # 0 +0x0000F3E7 0x64F0 # 0 +0x0000F3E8 0x64E6 # 0 +0x0000F3E9 0x64EC # 0 +0x0000F3EA 0x64F1 # 0 +0x0000F3EB 0x64E2 # 0 +0x0000F3EC 0x64ED # 0 +0x0000F3ED 0x6582 # 0 +0x0000F3EE 0x6583 # 0 +0x0000F3EF 0x66D9 # 0 +0x0000F3F0 0x66D6 # 0 +0x0000F3F1 0x6A80 # 0 +0x0000F3F2 0x6A94 # 0 +0x0000F3F3 0x6A84 # 0 +0x0000F3F4 0x6AA2 # 0 +0x0000F3F5 0x6A9C # 0 +0x0000F3F6 0x6ADB # 0 +0x0000F3F7 0x6AA3 # 0 +0x0000F3F8 0x6A7E # 0 +0x0000F3F9 0x6A97 # 0 +0x0000F3FA 0x6A90 # 0 +0x0000F3FB 0x6AA0 # 0 +0x0000F3FC 0x6B5C # 0 +0x0000F3FD 0x6BAE # 0 +0x0000F3FE 0x6BDA # 0 +0x0000F4A1 0x6C08 # 0 +0x0000F4A2 0x6FD8 # 0 +0x0000F4A3 0x6FF1 # 0 +0x0000F4A4 0x6FDF # 0 +0x0000F4A5 0x6FE0 # 0 +0x0000F4A6 0x6FDB # 0 +0x0000F4A7 0x6FE4 # 0 +0x0000F4A8 0x6FEB # 0 +0x0000F4A9 0x6FEF # 0 +0x0000F4AA 0x6F80 # 0 +0x0000F4AB 0x6FEC # 0 +0x0000F4AC 0x6FE1 # 0 +0x0000F4AD 0x6FE9 # 0 +0x0000F4AE 0x6FD5 # 0 +0x0000F4AF 0x6FEE # 0 +0x0000F4B0 0x6FF0 # 0 +0x0000F4B1 0x71E7 # 0 +0x0000F4B2 0x71DF # 0 +0x0000F4B3 0x71EE # 0 +0x0000F4B4 0x71E6 # 0 +0x0000F4B5 0x71E5 # 0 +0x0000F4B6 0x71ED # 0 +0x0000F4B7 0x71EC # 0 +0x0000F4B8 0x71F4 # 0 +0x0000F4B9 0x71E0 # 0 +0x0000F4BA 0x7235 # 0 +0x0000F4BB 0x7246 # 0 +0x0000F4BC 0x7370 # 0 +0x0000F4BD 0x7372 # 0 +0x0000F4BE 0x74A9 # 0 +0x0000F4BF 0x74B0 # 0 +0x0000F4C0 0x74A6 # 0 +0x0000F4C1 0x74A8 # 0 +0x0000F4C2 0x7646 # 0 +0x0000F4C3 0x7642 # 0 +0x0000F4C4 0x764C # 0 +0x0000F4C5 0x76EA # 0 +0x0000F4C6 0x77B3 # 0 +0x0000F4C7 0x77AA # 0 +0x0000F4C8 0x77B0 # 0 +0x0000F4C9 0x77AC # 0 +0x0000F4CA 0x77A7 # 0 +0x0000F4CB 0x77AD # 0 +0x0000F4CC 0x77EF # 0 +0x0000F4CD 0x78F7 # 0 +0x0000F4CE 0x78FA # 0 +0x0000F4CF 0x78F4 # 0 +0x0000F4D0 0x78EF # 0 +0x0000F4D1 0x7901 # 0 +0x0000F4D2 0x79A7 # 0 +0x0000F4D3 0x79AA # 0 +0x0000F4D4 0x7A57 # 0 +0x0000F4D5 0x7ABF # 0 +0x0000F4D6 0x7C07 # 0 +0x0000F4D7 0x7C0D # 0 +0x0000F4D8 0x7BFE # 0 +0x0000F4D9 0x7BF7 # 0 +0x0000F4DA 0x7C0C # 0 +0x0000F4DB 0x7BE0 # 0 +0x0000F4DC 0x7CE0 # 0 +0x0000F4DD 0x7CDC # 0 +0x0000F4DE 0x7CDE # 0 +0x0000F4DF 0x7CE2 # 0 +0x0000F4E0 0x7CDF # 0 +0x0000F4E1 0x7CD9 # 0 +0x0000F4E2 0x7CDD # 0 +0x0000F4E3 0x7E2E # 0 +0x0000F4E4 0x7E3E # 0 +0x0000F4E5 0x7E46 # 0 +0x0000F4E6 0x7E37 # 0 +0x0000F4E7 0x7E32 # 0 +0x0000F4E8 0x7E43 # 0 +0x0000F4E9 0x7E2B # 0 +0x0000F4EA 0x7E3D # 0 +0x0000F4EB 0x7E31 # 0 +0x0000F4EC 0x7E45 # 0 +0x0000F4ED 0x7E41 # 0 +0x0000F4EE 0x7E34 # 0 +0x0000F4EF 0x7E39 # 0 +0x0000F4F0 0x7E48 # 0 +0x0000F4F1 0x7E35 # 0 +0x0000F4F2 0x7E3F # 0 +0x0000F4F3 0x7E2F # 0 +0x0000F4F4 0x7F44 # 0 +0x0000F4F5 0x7FF3 # 0 +0x0000F4F6 0x7FFC # 0 +0x0000F4F7 0x8071 # 0 +0x0000F4F8 0x8072 # 0 +0x0000F4F9 0x8070 # 0 +0x0000F4FA 0x806F # 0 +0x0000F4FB 0x8073 # 0 +0x0000F4FC 0x81C6 # 0 +0x0000F4FD 0x81C3 # 0 +0x0000F4FE 0x81BA # 0 +0x0000F5A1 0x81C2 # 0 +0x0000F5A2 0x81C0 # 0 +0x0000F5A3 0x81BF # 0 +0x0000F5A4 0x81BD # 0 +0x0000F5A5 0x81C9 # 0 +0x0000F5A6 0x81BE # 0 +0x0000F5A7 0x81E8 # 0 +0x0000F5A8 0x8209 # 0 +0x0000F5A9 0x8271 # 0 +0x0000F5AA 0x85AA # 0 +0x0000F5AB 0x8584 # 0 +0x0000F5AC 0x857E # 0 +0x0000F5AD 0x859C # 0 +0x0000F5AE 0x8591 # 0 +0x0000F5AF 0x8594 # 0 +0x0000F5B0 0x85AF # 0 +0x0000F5B1 0x859B # 0 +0x0000F5B2 0x8587 # 0 +0x0000F5B3 0x85A8 # 0 +0x0000F5B4 0x858A # 0 +0x0000F5B5 0x85A6 # 0 +0x0000F5B6 0x8667 # 0 +0x0000F5B7 0x87C0 # 0 +0x0000F5B8 0x87D1 # 0 +0x0000F5B9 0x87B3 # 0 +0x0000F5BA 0x87D2 # 0 +0x0000F5BB 0x87C6 # 0 +0x0000F5BC 0x87AB # 0 +0x0000F5BD 0x87BB # 0 +0x0000F5BE 0x87BA # 0 +0x0000F5BF 0x87C8 # 0 +0x0000F5C0 0x87CB # 0 +0x0000F5C1 0x893B # 0 +0x0000F5C2 0x8936 # 0 +0x0000F5C3 0x8944 # 0 +0x0000F5C4 0x8938 # 0 +0x0000F5C5 0x893D # 0 +0x0000F5C6 0x89AC # 0 +0x0000F5C7 0x8B0E # 0 +0x0000F5C8 0x8B17 # 0 +0x0000F5C9 0x8B19 # 0 +0x0000F5CA 0x8B1B # 0 +0x0000F5CB 0x8B0A # 0 +0x0000F5CC 0x8B20 # 0 +0x0000F5CD 0x8B1D # 0 +0x0000F5CE 0x8B04 # 0 +0x0000F5CF 0x8B10 # 0 +0x0000F5D0 0x8C41 # 0 +0x0000F5D1 0x8C3F # 0 +0x0000F5D2 0x8C73 # 0 +0x0000F5D3 0x8CFA # 0 +0x0000F5D4 0x8CFD # 0 +0x0000F5D5 0x8CFC # 0 +0x0000F5D6 0x8CF8 # 0 +0x0000F5D7 0x8CFB # 0 +0x0000F5D8 0x8DA8 # 0 +0x0000F5D9 0x8E49 # 0 +0x0000F5DA 0x8E4B # 0 +0x0000F5DB 0x8E48 # 0 +0x0000F5DC 0x8E4A # 0 +0x0000F5DD 0x8F44 # 0 +0x0000F5DE 0x8F3E # 0 +0x0000F5DF 0x8F42 # 0 +0x0000F5E0 0x8F45 # 0 +0x0000F5E1 0x8F3F # 0 +0x0000F5E2 0x907F # 0 +0x0000F5E3 0x907D # 0 +0x0000F5E4 0x9084 # 0 +0x0000F5E5 0x9081 # 0 +0x0000F5E6 0x9082 # 0 +0x0000F5E7 0x9080 # 0 +0x0000F5E8 0x9139 # 0 +0x0000F5E9 0x91A3 # 0 +0x0000F5EA 0x919E # 0 +0x0000F5EB 0x919C # 0 +0x0000F5EC 0x934D # 0 +0x0000F5ED 0x9382 # 0 +0x0000F5EE 0x9328 # 0 +0x0000F5EF 0x9375 # 0 +0x0000F5F0 0x934A # 0 +0x0000F5F1 0x9365 # 0 +0x0000F5F2 0x934B # 0 +0x0000F5F3 0x9318 # 0 +0x0000F5F4 0x937E # 0 +0x0000F5F5 0x936C # 0 +0x0000F5F6 0x935B # 0 +0x0000F5F7 0x9370 # 0 +0x0000F5F8 0x935A # 0 +0x0000F5F9 0x9354 # 0 +0x0000F5FA 0x95CA # 0 +0x0000F5FB 0x95CB # 0 +0x0000F5FC 0x95CC # 0 +0x0000F5FD 0x95C8 # 0 +0x0000F5FE 0x95C6 # 0 +0x0000F6A1 0x96B1 # 0 +0x0000F6A2 0x96B8 # 0 +0x0000F6A3 0x96D6 # 0 +0x0000F6A4 0x971C # 0 +0x0000F6A5 0x971E # 0 +0x0000F6A6 0x97A0 # 0 +0x0000F6A7 0x97D3 # 0 +0x0000F6A8 0x9846 # 0 +0x0000F6A9 0x98B6 # 0 +0x0000F6AA 0x9935 # 0 +0x0000F6AB 0x9A01 # 0 +0x0000F6AC 0x99FF # 0 +0x0000F6AD 0x9BAE # 0 +0x0000F6AE 0x9BAB # 0 +0x0000F6AF 0x9BAA # 0 +0x0000F6B0 0x9BAD # 0 +0x0000F6B1 0x9D3B # 0 +0x0000F6B2 0x9D3F # 0 +0x0000F6B3 0x9E8B # 0 +0x0000F6B4 0x9ECF # 0 +0x0000F6B5 0x9EDE # 0 +0x0000F6B6 0x9EDC # 0 +0x0000F6B7 0x9EDD # 0 +0x0000F6B8 0x9EDB # 0 +0x0000F6B9 0x9F3E # 0 +0x0000F6BA 0x9F4B # 0 +0x0000F6BB 0x53E2 # 0 +0x0000F6BC 0x5695 # 0 +0x0000F6BD 0x56AE # 0 +0x0000F6BE 0x58D9 # 0 +0x0000F6BF 0x58D8 # 0 +0x0000F6C0 0x5B38 # 0 +0x0000F6C1 0x5F5E # 0 +0x0000F6C2 0x61E3 # 0 +0x0000F6C3 0x6233 # 0 +0x0000F6C4 0x64F4 # 0 +0x0000F6C5 0x64F2 # 0 +0x0000F6C6 0x64FE # 0 +0x0000F6C7 0x6506 # 0 +0x0000F6C8 0x64FA # 0 +0x0000F6C9 0x64FB # 0 +0x0000F6CA 0x64F7 # 0 +0x0000F6CB 0x65B7 # 0 +0x0000F6CC 0x66DC # 0 +0x0000F6CD 0x6726 # 0 +0x0000F6CE 0x6AB3 # 0 +0x0000F6CF 0x6AAC # 0 +0x0000F6D0 0x6AC3 # 0 +0x0000F6D1 0x6ABB # 0 +0x0000F6D2 0x6AB8 # 0 +0x0000F6D3 0x6AC2 # 0 +0x0000F6D4 0x6AAE # 0 +0x0000F6D5 0x6AAF # 0 +0x0000F6D6 0x6B5F # 0 +0x0000F6D7 0x6B78 # 0 +0x0000F6D8 0x6BAF # 0 +0x0000F6D9 0x7009 # 0 +0x0000F6DA 0x700B # 0 +0x0000F6DB 0x6FFE # 0 +0x0000F6DC 0x7006 # 0 +0x0000F6DD 0x6FFA # 0 +0x0000F6DE 0x7011 # 0 +0x0000F6DF 0x700F # 0 +0x0000F6E0 0x71FB # 0 +0x0000F6E1 0x71FC # 0 +0x0000F6E2 0x71FE # 0 +0x0000F6E3 0x71F8 # 0 +0x0000F6E4 0x7377 # 0 +0x0000F6E5 0x7375 # 0 +0x0000F6E6 0x74A7 # 0 +0x0000F6E7 0x74BF # 0 +0x0000F6E8 0x7515 # 0 +0x0000F6E9 0x7656 # 0 +0x0000F6EA 0x7658 # 0 +0x0000F6EB 0x7652 # 0 +0x0000F6EC 0x77BD # 0 +0x0000F6ED 0x77BF # 0 +0x0000F6EE 0x77BB # 0 +0x0000F6EF 0x77BC # 0 +0x0000F6F0 0x790E # 0 +0x0000F6F1 0x79AE # 0 +0x0000F6F2 0x7A61 # 0 +0x0000F6F3 0x7A62 # 0 +0x0000F6F4 0x7A60 # 0 +0x0000F6F5 0x7AC4 # 0 +0x0000F6F6 0x7AC5 # 0 +0x0000F6F7 0x7C2B # 0 +0x0000F6F8 0x7C27 # 0 +0x0000F6F9 0x7C2A # 0 +0x0000F6FA 0x7C1E # 0 +0x0000F6FB 0x7C23 # 0 +0x0000F6FC 0x7C21 # 0 +0x0000F6FD 0x7CE7 # 0 +0x0000F6FE 0x7E54 # 0 +0x0000F7A1 0x7E55 # 0 +0x0000F7A2 0x7E5E # 0 +0x0000F7A3 0x7E5A # 0 +0x0000F7A4 0x7E61 # 0 +0x0000F7A5 0x7E52 # 0 +0x0000F7A6 0x7E59 # 0 +0x0000F7A7 0x7F48 # 0 +0x0000F7A8 0x7FF9 # 0 +0x0000F7A9 0x7FFB # 0 +0x0000F7AA 0x8077 # 0 +0x0000F7AB 0x8076 # 0 +0x0000F7AC 0x81CD # 0 +0x0000F7AD 0x81CF # 0 +0x0000F7AE 0x820A # 0 +0x0000F7AF 0x85CF # 0 +0x0000F7B0 0x85A9 # 0 +0x0000F7B1 0x85CD # 0 +0x0000F7B2 0x85D0 # 0 +0x0000F7B3 0x85C9 # 0 +0x0000F7B4 0x85B0 # 0 +0x0000F7B5 0x85BA # 0 +0x0000F7B6 0x85B9 # 0 +0x0000F7B7 0x87EF # 0 +0x0000F7B8 0x87EC # 0 +0x0000F7B9 0x87F2 # 0 +0x0000F7BA 0x87E0 # 0 +0x0000F7BB 0x8986 # 0 +0x0000F7BC 0x89B2 # 0 +0x0000F7BD 0x89F4 # 0 +0x0000F7BE 0x8B28 # 0 +0x0000F7BF 0x8B39 # 0 +0x0000F7C0 0x8B2C # 0 +0x0000F7C1 0x8B2B # 0 +0x0000F7C2 0x8C50 # 0 +0x0000F7C3 0x8D05 # 0 +0x0000F7C4 0x8E59 # 0 +0x0000F7C5 0x8E63 # 0 +0x0000F7C6 0x8E66 # 0 +0x0000F7C7 0x8E64 # 0 +0x0000F7C8 0x8E5F # 0 +0x0000F7C9 0x8E55 # 0 +0x0000F7CA 0x8EC0 # 0 +0x0000F7CB 0x8F49 # 0 +0x0000F7CC 0x8F4D # 0 +0x0000F7CD 0x9087 # 0 +0x0000F7CE 0x9083 # 0 +0x0000F7CF 0x9088 # 0 +0x0000F7D0 0x91AB # 0 +0x0000F7D1 0x91AC # 0 +0x0000F7D2 0x91D0 # 0 +0x0000F7D3 0x9394 # 0 +0x0000F7D4 0x938A # 0 +0x0000F7D5 0x9396 # 0 +0x0000F7D6 0x93A2 # 0 +0x0000F7D7 0x93B3 # 0 +0x0000F7D8 0x93AE # 0 +0x0000F7D9 0x93AC # 0 +0x0000F7DA 0x93B0 # 0 +0x0000F7DB 0x9398 # 0 +0x0000F7DC 0x939A # 0 +0x0000F7DD 0x9397 # 0 +0x0000F7DE 0x95D4 # 0 +0x0000F7DF 0x95D6 # 0 +0x0000F7E0 0x95D0 # 0 +0x0000F7E1 0x95D5 # 0 +0x0000F7E2 0x96E2 # 0 +0x0000F7E3 0x96DC # 0 +0x0000F7E4 0x96D9 # 0 +0x0000F7E5 0x96DB # 0 +0x0000F7E6 0x96DE # 0 +0x0000F7E7 0x9724 # 0 +0x0000F7E8 0x97A3 # 0 +0x0000F7E9 0x97A6 # 0 +0x0000F7EA 0x97AD # 0 +0x0000F7EB 0x97F9 # 0 +0x0000F7EC 0x984D # 0 +0x0000F7ED 0x984F # 0 +0x0000F7EE 0x984C # 0 +0x0000F7EF 0x984E # 0 +0x0000F7F0 0x9853 # 0 +0x0000F7F1 0x98BA # 0 +0x0000F7F2 0x993E # 0 +0x0000F7F3 0x993F # 0 +0x0000F7F4 0x993D # 0 +0x0000F7F5 0x992E # 0 +0x0000F7F6 0x99A5 # 0 +0x0000F7F7 0x9A0E # 0 +0x0000F7F8 0x9AC1 # 0 +0x0000F7F9 0x9B03 # 0 +0x0000F7FA 0x9B06 # 0 +0x0000F7FB 0x9B4F # 0 +0x0000F7FC 0x9B4E # 0 +0x0000F7FD 0x9B4D # 0 +0x0000F7FE 0x9BCA # 0 +0x0000F8A1 0x9BC9 # 0 +0x0000F8A2 0x9BFD # 0 +0x0000F8A3 0x9BC8 # 0 +0x0000F8A4 0x9BC0 # 0 +0x0000F8A5 0x9D51 # 0 +0x0000F8A6 0x9D5D # 0 +0x0000F8A7 0x9D60 # 0 +0x0000F8A8 0x9EE0 # 0 +0x0000F8A9 0x9F15 # 0 +0x0000F8AA 0x9F2C # 0 +0x0000F8AB 0x5133 # 0 +0x0000F8AC 0x56A5 # 0 +0x0000F8AD 0x56A8 # 0 +0x0000F8AE 0x58DE # 0 +0x0000F8AF 0x58DF # 0 +0x0000F8B0 0x58E2 # 0 +0x0000F8B1 0x5BF5 # 0 +0x0000F8B2 0x9F90 # 0 +0x0000F8B3 0x5EEC # 0 +0x0000F8B4 0x61F2 # 0 +0x0000F8B5 0x61F7 # 0 +0x0000F8B6 0x61F6 # 0 +0x0000F8B7 0x61F5 # 0 +0x0000F8B8 0x6500 # 0 +0x0000F8B9 0x650F # 0 +0x0000F8BA 0x66E0 # 0 +0x0000F8BB 0x66DD # 0 +0x0000F8BC 0x6AE5 # 0 +0x0000F8BD 0x6ADD # 0 +0x0000F8BE 0x6ADA # 0 +0x0000F8BF 0x6AD3 # 0 +0x0000F8C0 0x701B # 0 +0x0000F8C1 0x701F # 0 +0x0000F8C2 0x7028 # 0 +0x0000F8C3 0x701A # 0 +0x0000F8C4 0x701D # 0 +0x0000F8C5 0x7015 # 0 +0x0000F8C6 0x7018 # 0 +0x0000F8C7 0x7206 # 0 +0x0000F8C8 0x720D # 0 +0x0000F8C9 0x7258 # 0 +0x0000F8CA 0x72A2 # 0 +0x0000F8CB 0x7378 # 0 +0x0000F8CC 0x737A # 0 +0x0000F8CD 0x74BD # 0 +0x0000F8CE 0x74CA # 0 +0x0000F8CF 0x74E3 # 0 +0x0000F8D0 0x7587 # 0 +0x0000F8D1 0x7586 # 0 +0x0000F8D2 0x765F # 0 +0x0000F8D3 0x7661 # 0 +0x0000F8D4 0x77C7 # 0 +0x0000F8D5 0x7919 # 0 +0x0000F8D6 0x79B1 # 0 +0x0000F8D7 0x7A6B # 0 +0x0000F8D8 0x7A69 # 0 +0x0000F8D9 0x7C3E # 0 +0x0000F8DA 0x7C3F # 0 +0x0000F8DB 0x7C38 # 0 +0x0000F8DC 0x7C3D # 0 +0x0000F8DD 0x7C37 # 0 +0x0000F8DE 0x7C40 # 0 +0x0000F8DF 0x7E6B # 0 +0x0000F8E0 0x7E6D # 0 +0x0000F8E1 0x7E79 # 0 +0x0000F8E2 0x7E69 # 0 +0x0000F8E3 0x7E6A # 0 +0x0000F8E4 0x7E73 # 0 +0x0000F8E5 0x7F85 # 0 +0x0000F8E6 0x7FB6 # 0 +0x0000F8E7 0x7FB9 # 0 +0x0000F8E8 0x7FB8 # 0 +0x0000F8E9 0x81D8 # 0 +0x0000F8EA 0x85E9 # 0 +0x0000F8EB 0x85DD # 0 +0x0000F8EC 0x85EA # 0 +0x0000F8ED 0x85D5 # 0 +0x0000F8EE 0x85E4 # 0 +0x0000F8EF 0x85E5 # 0 +0x0000F8F0 0x85F7 # 0 +0x0000F8F1 0x87FB # 0 +0x0000F8F2 0x8805 # 0 +0x0000F8F3 0x880D # 0 +0x0000F8F4 0x87F9 # 0 +0x0000F8F5 0x87FE # 0 +0x0000F8F6 0x8960 # 0 +0x0000F8F7 0x895F # 0 +0x0000F8F8 0x8956 # 0 +0x0000F8F9 0x895E # 0 +0x0000F8FA 0x8B41 # 0 +0x0000F8FB 0x8B5C # 0 +0x0000F8FC 0x8B58 # 0 +0x0000F8FD 0x8B49 # 0 +0x0000F8FE 0x8B5A # 0 +0x0000F9A1 0x8B4E # 0 +0x0000F9A2 0x8B4F # 0 +0x0000F9A3 0x8B46 # 0 +0x0000F9A4 0x8B59 # 0 +0x0000F9A5 0x8D08 # 0 +0x0000F9A6 0x8D0A # 0 +0x0000F9A7 0x8E7C # 0 +0x0000F9A8 0x8E72 # 0 +0x0000F9A9 0x8E87 # 0 +0x0000F9AA 0x8E76 # 0 +0x0000F9AB 0x8E6C # 0 +0x0000F9AC 0x8E7A # 0 +0x0000F9AD 0x8E74 # 0 +0x0000F9AE 0x8F54 # 0 +0x0000F9AF 0x8F4E # 0 +0x0000F9B0 0x8FAD # 0 +0x0000F9B1 0x908A # 0 +0x0000F9B2 0x908B # 0 +0x0000F9B3 0x91B1 # 0 +0x0000F9B4 0x91AE # 0 +0x0000F9B5 0x93E1 # 0 +0x0000F9B6 0x93D1 # 0 +0x0000F9B7 0x93DF # 0 +0x0000F9B8 0x93C3 # 0 +0x0000F9B9 0x93C8 # 0 +0x0000F9BA 0x93DC # 0 +0x0000F9BB 0x93DD # 0 +0x0000F9BC 0x93D6 # 0 +0x0000F9BD 0x93E2 # 0 +0x0000F9BE 0x93CD # 0 +0x0000F9BF 0x93D8 # 0 +0x0000F9C0 0x93E4 # 0 +0x0000F9C1 0x93D7 # 0 +0x0000F9C2 0x93E8 # 0 +0x0000F9C3 0x95DC # 0 +0x0000F9C4 0x96B4 # 0 +0x0000F9C5 0x96E3 # 0 +0x0000F9C6 0x972A # 0 +0x0000F9C7 0x9727 # 0 +0x0000F9C8 0x9761 # 0 +0x0000F9C9 0x97DC # 0 +0x0000F9CA 0x97FB # 0 +0x0000F9CB 0x985E # 0 +0x0000F9CC 0x9858 # 0 +0x0000F9CD 0x985B # 0 +0x0000F9CE 0x98BC # 0 +0x0000F9CF 0x9945 # 0 +0x0000F9D0 0x9949 # 0 +0x0000F9D1 0x9A16 # 0 +0x0000F9D2 0x9A19 # 0 +0x0000F9D3 0x9B0D # 0 +0x0000F9D4 0x9BE8 # 0 +0x0000F9D5 0x9BE7 # 0 +0x0000F9D6 0x9BD6 # 0 +0x0000F9D7 0x9BDB # 0 +0x0000F9D8 0x9D89 # 0 +0x0000F9D9 0x9D61 # 0 +0x0000F9DA 0x9D72 # 0 +0x0000F9DB 0x9D6A # 0 +0x0000F9DC 0x9D6C # 0 +0x0000F9DD 0x9E92 # 0 +0x0000F9DE 0x9E97 # 0 +0x0000F9DF 0x9E93 # 0 +0x0000F9E0 0x9EB4 # 0 +0x0000F9E1 0x52F8 # 0 +0x0000F9E2 0x56B7 # 0 +0x0000F9E3 0x56B6 # 0 +0x0000F9E4 0x56B4 # 0 +0x0000F9E5 0x56BC # 0 +0x0000F9E6 0x58E4 # 0 +0x0000F9E7 0x5B40 # 0 +0x0000F9E8 0x5B43 # 0 +0x0000F9E9 0x5B7D # 0 +0x0000F9EA 0x5BF6 # 0 +0x0000F9EB 0x5DC9 # 0 +0x0000F9EC 0x61F8 # 0 +0x0000F9ED 0x61FA # 0 +0x0000F9EE 0x6518 # 0 +0x0000F9EF 0x6514 # 0 +0x0000F9F0 0x6519 # 0 +0x0000F9F1 0x66E6 # 0 +0x0000F9F2 0x6727 # 0 +0x0000F9F3 0x6AEC # 0 +0x0000F9F4 0x703E # 0 +0x0000F9F5 0x7030 # 0 +0x0000F9F6 0x7032 # 0 +0x0000F9F7 0x7210 # 0 +0x0000F9F8 0x737B # 0 +0x0000F9F9 0x74CF # 0 +0x0000F9FA 0x7662 # 0 +0x0000F9FB 0x7665 # 0 +0x0000F9FC 0x7926 # 0 +0x0000F9FD 0x792A # 0 +0x0000F9FE 0x792C # 0 +0x0000FAA1 0x792B # 0 +0x0000FAA2 0x7AC7 # 0 +0x0000FAA3 0x7AF6 # 0 +0x0000FAA4 0x7C4C # 0 +0x0000FAA5 0x7C43 # 0 +0x0000FAA6 0x7C4D # 0 +0x0000FAA7 0x7CEF # 0 +0x0000FAA8 0x7CF0 # 0 +0x0000FAA9 0x8FAE # 0 +0x0000FAAA 0x7E7D # 0 +0x0000FAAB 0x7E7C # 0 +0x0000FAAC 0x7E82 # 0 +0x0000FAAD 0x7F4C # 0 +0x0000FAAE 0x8000 # 0 +0x0000FAAF 0x81DA # 0 +0x0000FAB0 0x8266 # 0 +0x0000FAB1 0x85FB # 0 +0x0000FAB2 0x85F9 # 0 +0x0000FAB3 0x8611 # 0 +0x0000FAB4 0x85FA # 0 +0x0000FAB5 0x8606 # 0 +0x0000FAB6 0x860B # 0 +0x0000FAB7 0x8607 # 0 +0x0000FAB8 0x860A # 0 +0x0000FAB9 0x8814 # 0 +0x0000FABA 0x8815 # 0 +0x0000FABB 0x8964 # 0 +0x0000FABC 0x89BA # 0 +0x0000FABD 0x89F8 # 0 +0x0000FABE 0x8B70 # 0 +0x0000FABF 0x8B6C # 0 +0x0000FAC0 0x8B66 # 0 +0x0000FAC1 0x8B6F # 0 +0x0000FAC2 0x8B5F # 0 +0x0000FAC3 0x8B6B # 0 +0x0000FAC4 0x8D0F # 0 +0x0000FAC5 0x8D0D # 0 +0x0000FAC6 0x8E89 # 0 +0x0000FAC7 0x8E81 # 0 +0x0000FAC8 0x8E85 # 0 +0x0000FAC9 0x8E82 # 0 +0x0000FACA 0x91B4 # 0 +0x0000FACB 0x91CB # 0 +0x0000FACC 0x9418 # 0 +0x0000FACD 0x9403 # 0 +0x0000FACE 0x93FD # 0 +0x0000FACF 0x95E1 # 0 +0x0000FAD0 0x9730 # 0 +0x0000FAD1 0x98C4 # 0 +0x0000FAD2 0x9952 # 0 +0x0000FAD3 0x9951 # 0 +0x0000FAD4 0x99A8 # 0 +0x0000FAD5 0x9A2B # 0 +0x0000FAD6 0x9A30 # 0 +0x0000FAD7 0x9A37 # 0 +0x0000FAD8 0x9A35 # 0 +0x0000FAD9 0x9C13 # 0 +0x0000FADA 0x9C0D # 0 +0x0000FADB 0x9E79 # 0 +0x0000FADC 0x9EB5 # 0 +0x0000FADD 0x9EE8 # 0 +0x0000FADE 0x9F2F # 0 +0x0000FADF 0x9F5F # 0 +0x0000FAE0 0x9F63 # 0 +0x0000FAE1 0x9F61 # 0 +0x0000FAE2 0x5137 # 0 +0x0000FAE3 0x5138 # 0 +0x0000FAE4 0x56C1 # 0 +0x0000FAE5 0x56C0 # 0 +0x0000FAE6 0x56C2 # 0 +0x0000FAE7 0x5914 # 0 +0x0000FAE8 0x5C6C # 0 +0x0000FAE9 0x5DCD # 0 +0x0000FAEA 0x61FC # 0 +0x0000FAEB 0x61FE # 0 +0x0000FAEC 0x651D # 0 +0x0000FAED 0x651C # 0 +0x0000FAEE 0x6595 # 0 +0x0000FAEF 0x66E9 # 0 +0x0000FAF0 0x6AFB # 0 +0x0000FAF1 0x6B04 # 0 +0x0000FAF2 0x6AFA # 0 +0x0000FAF3 0x6BB2 # 0 +0x0000FAF4 0x704C # 0 +0x0000FAF5 0x721B # 0 +0x0000FAF6 0x72A7 # 0 +0x0000FAF7 0x74D6 # 0 +0x0000FAF8 0x74D4 # 0 +0x0000FAF9 0x7669 # 0 +0x0000FAFA 0x77D3 # 0 +0x0000FAFB 0x7C50 # 0 +0x0000FAFC 0x7E8F # 0 +0x0000FAFD 0x7E8C # 0 +0x0000FAFE 0x7FBC # 0 +0x0000FBA1 0x8617 # 0 +0x0000FBA2 0x862D # 0 +0x0000FBA3 0x861A # 0 +0x0000FBA4 0x8823 # 0 +0x0000FBA5 0x8822 # 0 +0x0000FBA6 0x8821 # 0 +0x0000FBA7 0x881F # 0 +0x0000FBA8 0x896A # 0 +0x0000FBA9 0x896C # 0 +0x0000FBAA 0x89BD # 0 +0x0000FBAB 0x8B74 # 0 +0x0000FBAC 0x8B77 # 0 +0x0000FBAD 0x8B7D # 0 +0x0000FBAE 0x8D13 # 0 +0x0000FBAF 0x8E8A # 0 +0x0000FBB0 0x8E8D # 0 +0x0000FBB1 0x8E8B # 0 +0x0000FBB2 0x8F5F # 0 +0x0000FBB3 0x8FAF # 0 +0x0000FBB4 0x91BA # 0 +0x0000FBB5 0x942E # 0 +0x0000FBB6 0x9433 # 0 +0x0000FBB7 0x9435 # 0 +0x0000FBB8 0x943A # 0 +0x0000FBB9 0x9438 # 0 +0x0000FBBA 0x9432 # 0 +0x0000FBBB 0x942B # 0 +0x0000FBBC 0x95E2 # 0 +0x0000FBBD 0x9738 # 0 +0x0000FBBE 0x9739 # 0 +0x0000FBBF 0x9732 # 0 +0x0000FBC0 0x97FF # 0 +0x0000FBC1 0x9867 # 0 +0x0000FBC2 0x9865 # 0 +0x0000FBC3 0x9957 # 0 +0x0000FBC4 0x9A45 # 0 +0x0000FBC5 0x9A43 # 0 +0x0000FBC6 0x9A40 # 0 +0x0000FBC7 0x9A3E # 0 +0x0000FBC8 0x9ACF # 0 +0x0000FBC9 0x9B54 # 0 +0x0000FBCA 0x9B51 # 0 +0x0000FBCB 0x9C2D # 0 +0x0000FBCC 0x9C25 # 0 +0x0000FBCD 0x9DAF # 0 +0x0000FBCE 0x9DB4 # 0 +0x0000FBCF 0x9DC2 # 0 +0x0000FBD0 0x9DB8 # 0 +0x0000FBD1 0x9E9D # 0 +0x0000FBD2 0x9EEF # 0 +0x0000FBD3 0x9F19 # 0 +0x0000FBD4 0x9F5C # 0 +0x0000FBD5 0x9F66 # 0 +0x0000FBD6 0x9F67 # 0 +0x0000FBD7 0x513C # 0 +0x0000FBD8 0x513B # 0 +0x0000FBD9 0x56C8 # 0 +0x0000FBDA 0x56CA # 0 +0x0000FBDB 0x56C9 # 0 +0x0000FBDC 0x5B7F # 0 +0x0000FBDD 0x5DD4 # 0 +0x0000FBDE 0x5DD2 # 0 +0x0000FBDF 0x5F4E # 0 +0x0000FBE0 0x61FF # 0 +0x0000FBE1 0x6524 # 0 +0x0000FBE2 0x6B0A # 0 +0x0000FBE3 0x6B61 # 0 +0x0000FBE4 0x7051 # 0 +0x0000FBE5 0x7058 # 0 +0x0000FBE6 0x7380 # 0 +0x0000FBE7 0x74E4 # 0 +0x0000FBE8 0x758A # 0 +0x0000FBE9 0x766E # 0 +0x0000FBEA 0x766C # 0 +0x0000FBEB 0x79B3 # 0 +0x0000FBEC 0x7C60 # 0 +0x0000FBED 0x7C5F # 0 +0x0000FBEE 0x807E # 0 +0x0000FBEF 0x807D # 0 +0x0000FBF0 0x81DF # 0 +0x0000FBF1 0x8972 # 0 +0x0000FBF2 0x896F # 0 +0x0000FBF3 0x89FC # 0 +0x0000FBF4 0x8B80 # 0 +0x0000FBF5 0x8D16 # 0 +0x0000FBF6 0x8D17 # 0 +0x0000FBF7 0x8E91 # 0 +0x0000FBF8 0x8E93 # 0 +0x0000FBF9 0x8F61 # 0 +0x0000FBFA 0x9148 # 0 +0x0000FBFB 0x9444 # 0 +0x0000FBFC 0x9451 # 0 +0x0000FBFD 0x9452 # 0 +0x0000FBFE 0x973D # 0 +0x0000FCA1 0x973E # 0 +0x0000FCA2 0x97C3 # 0 +0x0000FCA3 0x97C1 # 0 +0x0000FCA4 0x986B # 0 +0x0000FCA5 0x9955 # 0 +0x0000FCA6 0x9A55 # 0 +0x0000FCA7 0x9A4D # 0 +0x0000FCA8 0x9AD2 # 0 +0x0000FCA9 0x9B1A # 0 +0x0000FCAA 0x9C49 # 0 +0x0000FCAB 0x9C31 # 0 +0x0000FCAC 0x9C3E # 0 +0x0000FCAD 0x9C3B # 0 +0x0000FCAE 0x9DD3 # 0 +0x0000FCAF 0x9DD7 # 0 +0x0000FCB0 0x9F34 # 0 +0x0000FCB1 0x9F6C # 0 +0x0000FCB2 0x9F6A # 0 +0x0000FCB3 0x9F94 # 0 +0x0000FCB4 0x56CC # 0 +0x0000FCB5 0x5DD6 # 0 +0x0000FCB6 0x6200 # 0 +0x0000FCB7 0x6523 # 0 +0x0000FCB8 0x652B # 0 +0x0000FCB9 0x652A # 0 +0x0000FCBA 0x66EC # 0 +0x0000FCBB 0x6B10 # 0 +0x0000FCBC 0x74DA # 0 +0x0000FCBD 0x7ACA # 0 +0x0000FCBE 0x7C64 # 0 +0x0000FCBF 0x7C63 # 0 +0x0000FCC0 0x7C65 # 0 +0x0000FCC1 0x7E93 # 0 +0x0000FCC2 0x7E96 # 0 +0x0000FCC3 0x7E94 # 0 +0x0000FCC4 0x81E2 # 0 +0x0000FCC5 0x8638 # 0 +0x0000FCC6 0x863F # 0 +0x0000FCC7 0x8831 # 0 +0x0000FCC8 0x8B8A # 0 +0x0000FCC9 0x9090 # 0 +0x0000FCCA 0x908F # 0 +0x0000FCCB 0x9463 # 0 +0x0000FCCC 0x9460 # 0 +0x0000FCCD 0x9464 # 0 +0x0000FCCE 0x9768 # 0 +0x0000FCCF 0x986F # 0 +0x0000FCD0 0x995C # 0 +0x0000FCD1 0x9A5A # 0 +0x0000FCD2 0x9A5B # 0 +0x0000FCD3 0x9A57 # 0 +0x0000FCD4 0x9AD3 # 0 +0x0000FCD5 0x9AD4 # 0 +0x0000FCD6 0x9AD1 # 0 +0x0000FCD7 0x9C54 # 0 +0x0000FCD8 0x9C57 # 0 +0x0000FCD9 0x9C56 # 0 +0x0000FCDA 0x9DE5 # 0 +0x0000FCDB 0x9E9F # 0 +0x0000FCDC 0x9EF4 # 0 +0x0000FCDD 0x56D1 # 0 +0x0000FCDE 0x58E9 # 0 +0x0000FCDF 0x652C # 0 +0x0000FCE0 0x705E # 0 +0x0000FCE1 0x7671 # 0 +0x0000FCE2 0x7672 # 0 +0x0000FCE3 0x77D7 # 0 +0x0000FCE4 0x7F50 # 0 +0x0000FCE5 0x7F88 # 0 +0x0000FCE6 0x8836 # 0 +0x0000FCE7 0x8839 # 0 +0x0000FCE8 0x8862 # 0 +0x0000FCE9 0x8B93 # 0 +0x0000FCEA 0x8B92 # 0 +0x0000FCEB 0x8B96 # 0 +0x0000FCEC 0x8277 # 0 +0x0000FCED 0x8D1B # 0 +0x0000FCEE 0x91C0 # 0 +0x0000FCEF 0x946A # 0 +0x0000FCF0 0x9742 # 0 +0x0000FCF1 0x9748 # 0 +0x0000FCF2 0x9744 # 0 +0x0000FCF3 0x97C6 # 0 +0x0000FCF4 0x9870 # 0 +0x0000FCF5 0x9A5F # 0 +0x0000FCF6 0x9B22 # 0 +0x0000FCF7 0x9B58 # 0 +0x0000FCF8 0x9C5F # 0 +0x0000FCF9 0x9DF9 # 0 +0x0000FCFA 0x9DFA # 0 +0x0000FCFB 0x9E7C # 0 +0x0000FCFC 0x9E7D # 0 +0x0000FCFD 0x9F07 # 0 +0x0000FCFE 0x9F77 # 0 +0x0000FDA1 0x9F72 # 0 +0x0000FDA2 0x5EF3 # 0 +0x0000FDA3 0x6B16 # 0 +0x0000FDA4 0x7063 # 0 +0x0000FDA5 0x7C6C # 0 +0x0000FDA6 0x7C6E # 0 +0x0000FDA7 0x883B # 0 +0x0000FDA8 0x89C0 # 0 +0x0000FDA9 0x8EA1 # 0 +0x0000FDAA 0x91C1 # 0 +0x0000FDAB 0x9472 # 0 +0x0000FDAC 0x9470 # 0 +0x0000FDAD 0x9871 # 0 +0x0000FDAE 0x995E # 0 +0x0000FDAF 0x9AD6 # 0 +0x0000FDB0 0x9B23 # 0 +0x0000FDB1 0x9ECC # 0 +0x0000FDB2 0x7064 # 0 +0x0000FDB3 0x77DA # 0 +0x0000FDB4 0x8B9A # 0 +0x0000FDB5 0x9477 # 0 +0x0000FDB6 0x97C9 # 0 +0x0000FDB7 0x9A62 # 0 +0x0000FDB8 0x9A65 # 0 +0x0000FDB9 0x7E9C # 0 +0x0000FDBA 0x8B9C # 0 +0x0000FDBB 0x8EAA # 0 +0x0000FDBC 0x91C5 # 0 +0x0000FDBD 0x947D # 0 +0x0000FDBE 0x947E # 0 +0x0000FDBF 0x947C # 0 +0x0000FDC0 0x9C77 # 0 +0x0000FDC1 0x9C78 # 0 +0x0000FDC2 0x9EF7 # 0 +0x0000FDC3 0x8C54 # 0 +0x0000FDC4 0x947F # 0 +0x0000FDC5 0x9E1A # 0 +0x0000FDC6 0x7228 # 0 +0x0000FDC7 0x9A6A # 0 +0x0000FDC8 0x9B31 # 0 +0x0000FDC9 0x9E1B # 0 +0x0000FDCA 0x9E1E # 0 +0x0000FDCB 0x7C72 # 0 +0x8EA2A1A1 0x4E42 # 0 +0x8EA2A1A2 0x4E5C # 0 +0x8EA2A1A3 0x51F5 # 0 +0x8EA2A1A4 0x531A # 0 +0x8EA2A1A5 0x5382 # 0 +0x8EA2A1A6 0x4E07 # 0 +0x8EA2A1A7 0x4E0C # 0 +0x8EA2A1A8 0x4E47 # 0 +0x8EA2A1A9 0x4E8D # 0 +0x8EA2A1AA 0x56D7 # 0 +0x8EA2A1AB 0x5C6E # 0 +0x8EA2A1AC 0x5F73 # 0 +0x8EA2A1AD 0x4E0F # 0 +0x8EA2A1AE 0x5187 # 0 +0x8EA2A1AF 0x4E0E # 0 +0x8EA2A1B0 0x4E2E # 0 +0x8EA2A1B1 0x4E93 # 0 +0x8EA2A1B2 0x4EC2 # 0 +0x8EA2A1B3 0x4EC9 # 0 +0x8EA2A1B4 0x4EC8 # 0 +0x8EA2A1B5 0x5198 # 0 +0x8EA2A1B6 0x52FC # 0 +0x8EA2A1B7 0x536C # 0 +0x8EA2A1B8 0x53B9 # 0 +0x8EA2A1B9 0x5720 # 0 +0x8EA2A1BA 0x5903 # 0 +0x8EA2A1BB 0x592C # 0 +0x8EA2A1BC 0x5C10 # 0 +0x8EA2A1BD 0x5DFF # 0 +0x8EA2A1BE 0x65E1 # 0 +0x8EA2A1BF 0x6BB3 # 0 +0x8EA2A1C0 0x6BCC # 0 +0x8EA2A1C1 0x6C14 # 0 +0x8EA2A1C2 0x723F # 0 +0x8EA2A1C3 0x4E31 # 0 +0x8EA2A1C4 0x4E3C # 0 +0x8EA2A1C5 0x4EE8 # 0 +0x8EA2A1C6 0x4EDC # 0 +0x8EA2A1C7 0x4EE9 # 0 +0x8EA2A1C8 0x4EE1 # 0 +0x8EA2A1C9 0x4EDD # 0 +0x8EA2A1CA 0x4EDA # 0 +0x8EA2A1CB 0x520C # 0 +0x8EA2A1CC 0x5209 # 0 +0x8EA2A1CD 0x531C # 0 +0x8EA2A1CE 0x534C # 0 +0x8EA2A1CF 0x5722 # 0 +0x8EA2A1D0 0x5723 # 0 +0x8EA2A1D1 0x5917 # 0 +0x8EA2A1D2 0x592F # 0 +0x8EA2A1D3 0x5B81 # 0 +0x8EA2A1D4 0x5B84 # 0 +0x8EA2A1D5 0x5C12 # 0 +0x8EA2A1D6 0x5C3B # 0 +0x8EA2A1D7 0x5C74 # 0 +0x8EA2A1D8 0x5C73 # 0 +0x8EA2A1D9 0x5E04 # 0 +0x8EA2A1DA 0x5E80 # 0 +0x8EA2A1DB 0x5E82 # 0 +0x8EA2A1DC 0x5FC9 # 0 +0x8EA2A1DD 0x6209 # 0 +0x8EA2A1DE 0x6250 # 0 +0x8EA2A1DF 0x6C15 # 0 +0x8EA2A1E0 0x6C36 # 0 +0x8EA2A1E1 0x6C43 # 0 +0x8EA2A1E2 0x6C3F # 0 +0x8EA2A1E3 0x6C3B # 0 +0x8EA2A1E4 0x72AE # 0 +0x8EA2A1E5 0x72B0 # 0 +0x8EA2A1E6 0x738A # 0 +0x8EA2A1E7 0x79B8 # 0 +0x8EA2A1E8 0x808A # 0 +0x8EA2A1E9 0x961E # 0 +0x8EA2A1EA 0x4F0E # 0 +0x8EA2A1EB 0x4F18 # 0 +0x8EA2A1EC 0x4F2C # 0 +0x8EA2A1ED 0x4EF5 # 0 +0x8EA2A1EE 0x4F14 # 0 +0x8EA2A1EF 0x4EF1 # 0 +0x8EA2A1F0 0x4F00 # 0 +0x8EA2A1F1 0x4EF7 # 0 +0x8EA2A1F2 0x4F08 # 0 +0x8EA2A1F3 0x4F1D # 0 +0x8EA2A1F4 0x4F02 # 0 +0x8EA2A1F5 0x4F05 # 0 +0x8EA2A1F6 0x4F22 # 0 +0x8EA2A1F7 0x4F13 # 0 +0x8EA2A1F8 0x4F04 # 0 +0x8EA2A1F9 0x4EF4 # 0 +0x8EA2A1FA 0x4F12 # 0 +0x8EA2A1FB 0x51B1 # 0 +0x8EA2A1FC 0x5213 # 0 +0x8EA2A1FD 0x5210 # 0 +0x8EA2A1FE 0x52A6 # 0 +0x8EA2A2A1 0x5322 # 0 +0x8EA2A2A2 0x531F # 0 +0x8EA2A2A3 0x534D # 0 +0x8EA2A2A4 0x538A # 0 +0x8EA2A2A5 0x5407 # 0 +0x8EA2A2A6 0x56E1 # 0 +0x8EA2A2A7 0x56DF # 0 +0x8EA2A2A8 0x572E # 0 +0x8EA2A2A9 0x572A # 0 +0x8EA2A2AA 0x5734 # 0 +0x8EA2A2AB 0x593C # 0 +0x8EA2A2AC 0x5980 # 0 +0x8EA2A2AD 0x597C # 0 +0x8EA2A2AE 0x5985 # 0 +0x8EA2A2AF 0x597B # 0 +0x8EA2A2B0 0x597E # 0 +0x8EA2A2B1 0x5977 # 0 +0x8EA2A2B2 0x597F # 0 +0x8EA2A2B3 0x5B56 # 0 +0x8EA2A2B4 0x5C15 # 0 +0x8EA2A2B5 0x5C25 # 0 +0x8EA2A2B6 0x5C7C # 0 +0x8EA2A2B7 0x5C7A # 0 +0x8EA2A2B8 0x5C7B # 0 +0x8EA2A2B9 0x5C7E # 0 +0x8EA2A2BA 0x5DDF # 0 +0x8EA2A2BB 0x5E75 # 0 +0x8EA2A2BC 0x5E84 # 0 +0x8EA2A2BD 0x5F02 # 0 +0x8EA2A2BE 0x5F1A # 0 +0x8EA2A2BF 0x5F74 # 0 +0x8EA2A2C0 0x5FD5 # 0 +0x8EA2A2C1 0x5FD4 # 0 +0x8EA2A2C2 0x5FCF # 0 +0x8EA2A2C3 0x625C # 0 +0x8EA2A2C4 0x625E # 0 +0x8EA2A2C5 0x6264 # 0 +0x8EA2A2C6 0x6261 # 0 +0x8EA2A2C7 0x6266 # 0 +0x8EA2A2C8 0x6262 # 0 +0x8EA2A2C9 0x6259 # 0 +0x8EA2A2CA 0x6260 # 0 +0x8EA2A2CB 0x625A # 0 +0x8EA2A2CC 0x6265 # 0 +0x8EA2A2CD 0x6537 # 0 +0x8EA2A2CE 0x65EF # 0 +0x8EA2A2CF 0x65EE # 0 +0x8EA2A2D0 0x673E # 0 +0x8EA2A2D1 0x6739 # 0 +0x8EA2A2D2 0x6738 # 0 +0x8EA2A2D3 0x673B # 0 +0x8EA2A2D4 0x673A # 0 +0x8EA2A2D5 0x673F # 0 +0x8EA2A2D6 0x673C # 0 +0x8EA2A2D7 0x6733 # 0 +0x8EA2A2D8 0x6C18 # 0 +0x8EA2A2D9 0x6C46 # 0 +0x8EA2A2DA 0x6C52 # 0 +0x8EA2A2DB 0x6C5C # 0 +0x8EA2A2DC 0x6C4F # 0 +0x8EA2A2DD 0x6C4A # 0 +0x8EA2A2DE 0x6C54 # 0 +0x8EA2A2DF 0x6C4B # 0 +0x8EA2A2E0 0x6C4C # 0 +0x8EA2A2E1 0x7071 # 0 +0x8EA2A2E2 0x725E # 0 +0x8EA2A2E3 0x72B4 # 0 +0x8EA2A2E4 0x72B5 # 0 +0x8EA2A2E5 0x738E # 0 +0x8EA2A2E6 0x752A # 0 +0x8EA2A2E7 0x767F # 0 +0x8EA2A2E8 0x7A75 # 0 +0x8EA2A2E9 0x7F51 # 0 +0x8EA2A2EA 0x8278 # 0 +0x8EA2A2EB 0x827C # 0 +0x8EA2A2EC 0x8280 # 0 +0x8EA2A2ED 0x827D # 0 +0x8EA2A2EE 0x827F # 0 +0x8EA2A2EF 0x864D # 0 +0x8EA2A2F0 0x897E # 0 +0x8EA2A2F1 0x9099 # 0 +0x8EA2A2F2 0x9097 # 0 +0x8EA2A2F3 0x9098 # 0 +0x8EA2A2F4 0x909B # 0 +0x8EA2A2F5 0x9094 # 0 +0x8EA2A2F6 0x9622 # 0 +0x8EA2A2F7 0x9624 # 0 +0x8EA2A2F8 0x9620 # 0 +0x8EA2A2F9 0x9623 # 0 +0x8EA2A2FA 0x4F56 # 0 +0x8EA2A2FB 0x4F3B # 0 +0x8EA2A2FC 0x4F62 # 0 +0x8EA2A2FD 0x4F49 # 0 +0x8EA2A2FE 0x4F53 # 0 +0x8EA2A3A1 0x4F64 # 0 +0x8EA2A3A2 0x4F3E # 0 +0x8EA2A3A3 0x4F67 # 0 +0x8EA2A3A4 0x4F52 # 0 +0x8EA2A3A5 0x4F5F # 0 +0x8EA2A3A6 0x4F41 # 0 +0x8EA2A3A7 0x4F58 # 0 +0x8EA2A3A8 0x4F2D # 0 +0x8EA2A3A9 0x4F33 # 0 +0x8EA2A3AA 0x4F3F # 0 +0x8EA2A3AB 0x4F61 # 0 +0x8EA2A3AC 0x518F # 0 +0x8EA2A3AD 0x51B9 # 0 +0x8EA2A3AE 0x521C # 0 +0x8EA2A3AF 0x521E # 0 +0x8EA2A3B0 0x5221 # 0 +0x8EA2A3B1 0x52AD # 0 +0x8EA2A3B2 0x52AE # 0 +0x8EA2A3B3 0x5309 # 0 +0x8EA2A3B4 0x5363 # 0 +0x8EA2A3B5 0x5372 # 0 +0x8EA2A3B6 0x538E # 0 +0x8EA2A3B7 0x538F # 0 +0x8EA2A3B8 0x5430 # 0 +0x8EA2A3B9 0x5437 # 0 +0x8EA2A3BA 0x542A # 0 +0x8EA2A3BB 0x5454 # 0 +0x8EA2A3BC 0x5445 # 0 +0x8EA2A3BD 0x5419 # 0 +0x8EA2A3BE 0x541C # 0 +0x8EA2A3BF 0x5425 # 0 +0x8EA2A3C0 0x5418 # 0 +0x8EA2A3C1 0x543D # 0 +0x8EA2A3C2 0x544F # 0 +0x8EA2A3C3 0x5441 # 0 +0x8EA2A3C4 0x5428 # 0 +0x8EA2A3C5 0x5424 # 0 +0x8EA2A3C6 0x5447 # 0 +0x8EA2A3C7 0x56EE # 0 +0x8EA2A3C8 0x56E7 # 0 +0x8EA2A3C9 0x56E5 # 0 +0x8EA2A3CA 0x5741 # 0 +0x8EA2A3CB 0x5745 # 0 +0x8EA2A3CC 0x574C # 0 +0x8EA2A3CD 0x5749 # 0 +0x8EA2A3CE 0x574B # 0 +0x8EA2A3CF 0x5752 # 0 +0x8EA2A3D0 0x5906 # 0 +0x8EA2A3D1 0x5940 # 0 +0x8EA2A3D2 0x59A6 # 0 +0x8EA2A3D3 0x5998 # 0 +0x8EA2A3D4 0x59A0 # 0 +0x8EA2A3D5 0x5997 # 0 +0x8EA2A3D6 0x598E # 0 +0x8EA2A3D7 0x59A2 # 0 +0x8EA2A3D8 0x5990 # 0 +0x8EA2A3D9 0x598F # 0 +0x8EA2A3DA 0x59A7 # 0 +0x8EA2A3DB 0x59A1 # 0 +0x8EA2A3DC 0x5B8E # 0 +0x8EA2A3DD 0x5B92 # 0 +0x8EA2A3DE 0x5C28 # 0 +0x8EA2A3DF 0x5C2A # 0 +0x8EA2A3E0 0x5C8D # 0 +0x8EA2A3E1 0x5C8F # 0 +0x8EA2A3E2 0x5C88 # 0 +0x8EA2A3E3 0x5C8B # 0 +0x8EA2A3E4 0x5C89 # 0 +0x8EA2A3E5 0x5C92 # 0 +0x8EA2A3E6 0x5C8A # 0 +0x8EA2A3E7 0x5C86 # 0 +0x8EA2A3E8 0x5C93 # 0 +0x8EA2A3E9 0x5C95 # 0 +0x8EA2A3EA 0x5DE0 # 0 +0x8EA2A3EB 0x5E0A # 0 +0x8EA2A3EC 0x5E0E # 0 +0x8EA2A3ED 0x5E8B # 0 +0x8EA2A3EE 0x5E89 # 0 +0x8EA2A3EF 0x5E8C # 0 +0x8EA2A3F0 0x5E88 # 0 +0x8EA2A3F1 0x5E8D # 0 +0x8EA2A3F2 0x5F05 # 0 +0x8EA2A3F3 0x5F1D # 0 +0x8EA2A3F4 0x5F78 # 0 +0x8EA2A3F5 0x5F76 # 0 +0x8EA2A3F6 0x5FD2 # 0 +0x8EA2A3F7 0x5FD1 # 0 +0x8EA2A3F8 0x5FD0 # 0 +0x8EA2A3F9 0x5FED # 0 +0x8EA2A3FA 0x5FE8 # 0 +0x8EA2A3FB 0x5FEE # 0 +0x8EA2A3FC 0x5FF3 # 0 +0x8EA2A3FD 0x5FE1 # 0 +0x8EA2A3FE 0x5FE4 # 0 +0x8EA2A4A1 0x5FE3 # 0 +0x8EA2A4A2 0x5FFA # 0 +0x8EA2A4A3 0x5FEF # 0 +0x8EA2A4A4 0x5FF7 # 0 +0x8EA2A4A5 0x5FFB # 0 +0x8EA2A4A6 0x6000 # 0 +0x8EA2A4A7 0x5FF4 # 0 +0x8EA2A4A8 0x623A # 0 +0x8EA2A4A9 0x6283 # 0 +0x8EA2A4AA 0x628C # 0 +0x8EA2A4AB 0x628E # 0 +0x8EA2A4AC 0x628F # 0 +0x8EA2A4AD 0x6294 # 0 +0x8EA2A4AE 0x6287 # 0 +0x8EA2A4AF 0x6271 # 0 +0x8EA2A4B0 0x627B # 0 +0x8EA2A4B1 0x627A # 0 +0x8EA2A4B2 0x6270 # 0 +0x8EA2A4B3 0x6281 # 0 +0x8EA2A4B4 0x6288 # 0 +0x8EA2A4B5 0x6277 # 0 +0x8EA2A4B6 0x627D # 0 +0x8EA2A4B7 0x6272 # 0 +0x8EA2A4B8 0x6274 # 0 +0x8EA2A4B9 0x65F0 # 0 +0x8EA2A4BA 0x65F4 # 0 +0x8EA2A4BB 0x65F3 # 0 +0x8EA2A4BC 0x65F2 # 0 +0x8EA2A4BD 0x65F5 # 0 +0x8EA2A4BE 0x6745 # 0 +0x8EA2A4BF 0x6747 # 0 +0x8EA2A4C0 0x6759 # 0 +0x8EA2A4C1 0x6755 # 0 +0x8EA2A4C2 0x674C # 0 +0x8EA2A4C3 0x6748 # 0 +0x8EA2A4C4 0x675D # 0 +0x8EA2A4C5 0x674D # 0 +0x8EA2A4C6 0x675A # 0 +0x8EA2A4C7 0x674B # 0 +0x8EA2A4C8 0x6BD0 # 0 +0x8EA2A4C9 0x6C19 # 0 +0x8EA2A4CA 0x6C1A # 0 +0x8EA2A4CB 0x6C78 # 0 +0x8EA2A4CC 0x6C67 # 0 +0x8EA2A4CD 0x6C6B # 0 +0x8EA2A4CE 0x6C84 # 0 +0x8EA2A4CF 0x6C8B # 0 +0x8EA2A4D0 0x6C8F # 0 +0x8EA2A4D1 0x6C71 # 0 +0x8EA2A4D2 0x6C6F # 0 +0x8EA2A4D3 0x6C69 # 0 +0x8EA2A4D4 0x6C9A # 0 +0x8EA2A4D5 0x6C6D # 0 +0x8EA2A4D6 0x6C87 # 0 +0x8EA2A4D7 0x6C95 # 0 +0x8EA2A4D8 0x6C9C # 0 +0x8EA2A4D9 0x6C66 # 0 +0x8EA2A4DA 0x6C73 # 0 +0x8EA2A4DB 0x6C65 # 0 +0x8EA2A4DC 0x6C7B # 0 +0x8EA2A4DD 0x6C8E # 0 +0x8EA2A4DE 0x7074 # 0 +0x8EA2A4DF 0x707A # 0 +0x8EA2A4E0 0x7263 # 0 +0x8EA2A4E1 0x72BF # 0 +0x8EA2A4E2 0x72BD # 0 +0x8EA2A4E3 0x72C3 # 0 +0x8EA2A4E4 0x72C6 # 0 +0x8EA2A4E5 0x72C1 # 0 +0x8EA2A4E6 0x72BA # 0 +0x8EA2A4E7 0x72C5 # 0 +0x8EA2A4E8 0x7395 # 0 +0x8EA2A4E9 0x7397 # 0 +0x8EA2A4EA 0x7393 # 0 +0x8EA2A4EB 0x7394 # 0 +0x8EA2A4EC 0x7392 # 0 +0x8EA2A4ED 0x753A # 0 +0x8EA2A4EE 0x7539 # 0 +0x8EA2A4EF 0x7594 # 0 +0x8EA2A4F0 0x7595 # 0 +0x8EA2A4F1 0x7681 # 0 +0x8EA2A4F2 0x793D # 0 +0x8EA2A4F3 0x8034 # 0 +0x8EA2A4F4 0x8095 # 0 +0x8EA2A4F5 0x8099 # 0 +0x8EA2A4F6 0x8090 # 0 +0x8EA2A4F7 0x8092 # 0 +0x8EA2A4F8 0x809C # 0 +0x8EA2A4F9 0x8290 # 0 +0x8EA2A4FA 0x828F # 0 +0x8EA2A4FB 0x8285 # 0 +0x8EA2A4FC 0x828E # 0 +0x8EA2A4FD 0x8291 # 0 +0x8EA2A4FE 0x8293 # 0 +0x8EA2A5A1 0x828A # 0 +0x8EA2A5A2 0x8283 # 0 +0x8EA2A5A3 0x8284 # 0 +0x8EA2A5A4 0x8C78 # 0 +0x8EA2A5A5 0x8FC9 # 0 +0x8EA2A5A6 0x8FBF # 0 +0x8EA2A5A7 0x909F # 0 +0x8EA2A5A8 0x90A1 # 0 +0x8EA2A5A9 0x90A5 # 0 +0x8EA2A5AA 0x909E # 0 +0x8EA2A5AB 0x90A7 # 0 +0x8EA2A5AC 0x90A0 # 0 +0x8EA2A5AD 0x9630 # 0 +0x8EA2A5AE 0x9628 # 0 +0x8EA2A5AF 0x962F # 0 +0x8EA2A5B0 0x962D # 0 +0x8EA2A5B1 0x4E33 # 0 +0x8EA2A5B2 0x4F98 # 0 +0x8EA2A5B3 0x4F7C # 0 +0x8EA2A5B4 0x4F85 # 0 +0x8EA2A5B5 0x4F7D # 0 +0x8EA2A5B6 0x4F80 # 0 +0x8EA2A5B7 0x4F87 # 0 +0x8EA2A5B8 0x4F76 # 0 +0x8EA2A5B9 0x4F74 # 0 +0x8EA2A5BA 0x4F89 # 0 +0x8EA2A5BB 0x4F84 # 0 +0x8EA2A5BC 0x4F77 # 0 +0x8EA2A5BD 0x4F4C # 0 +0x8EA2A5BE 0x4F97 # 0 +0x8EA2A5BF 0x4F6A # 0 +0x8EA2A5C0 0x4F9A # 0 +0x8EA2A5C1 0x4F79 # 0 +0x8EA2A5C2 0x4F81 # 0 +0x8EA2A5C3 0x4F78 # 0 +0x8EA2A5C4 0x4F90 # 0 +0x8EA2A5C5 0x4F9C # 0 +0x8EA2A5C6 0x4F94 # 0 +0x8EA2A5C7 0x4F9E # 0 +0x8EA2A5C8 0x4F92 # 0 +0x8EA2A5C9 0x4F82 # 0 +0x8EA2A5CA 0x4F95 # 0 +0x8EA2A5CB 0x4F6B # 0 +0x8EA2A5CC 0x4F6E # 0 +0x8EA2A5CD 0x519E # 0 +0x8EA2A5CE 0x51BC # 0 +0x8EA2A5CF 0x51BE # 0 +0x8EA2A5D0 0x5235 # 0 +0x8EA2A5D1 0x5232 # 0 +0x8EA2A5D2 0x5233 # 0 +0x8EA2A5D3 0x5246 # 0 +0x8EA2A5D4 0x5231 # 0 +0x8EA2A5D5 0x52BC # 0 +0x8EA2A5D6 0x530A # 0 +0x8EA2A5D7 0x530B # 0 +0x8EA2A5D8 0x533C # 0 +0x8EA2A5D9 0x5392 # 0 +0x8EA2A5DA 0x5394 # 0 +0x8EA2A5DB 0x5487 # 0 +0x8EA2A5DC 0x547F # 0 +0x8EA2A5DD 0x5481 # 0 +0x8EA2A5DE 0x5491 # 0 +0x8EA2A5DF 0x5482 # 0 +0x8EA2A5E0 0x5488 # 0 +0x8EA2A5E1 0x546B # 0 +0x8EA2A5E2 0x547A # 0 +0x8EA2A5E3 0x547E # 0 +0x8EA2A5E4 0x5465 # 0 +0x8EA2A5E5 0x546C # 0 +0x8EA2A5E6 0x5474 # 0 +0x8EA2A5E7 0x5466 # 0 +0x8EA2A5E8 0x548D # 0 +0x8EA2A5E9 0x546F # 0 +0x8EA2A5EA 0x5461 # 0 +0x8EA2A5EB 0x5460 # 0 +0x8EA2A5EC 0x5498 # 0 +0x8EA2A5ED 0x5463 # 0 +0x8EA2A5EE 0x5467 # 0 +0x8EA2A5EF 0x5464 # 0 +0x8EA2A5F0 0x56F7 # 0 +0x8EA2A5F1 0x56F9 # 0 +0x8EA2A5F2 0x576F # 0 +0x8EA2A5F3 0x5772 # 0 +0x8EA2A5F4 0x576D # 0 +0x8EA2A5F5 0x576B # 0 +0x8EA2A5F6 0x5771 # 0 +0x8EA2A5F7 0x5770 # 0 +0x8EA2A5F8 0x5776 # 0 +0x8EA2A5F9 0x5780 # 0 +0x8EA2A5FA 0x5775 # 0 +0x8EA2A5FB 0x577B # 0 +0x8EA2A5FC 0x5773 # 0 +0x8EA2A5FD 0x5774 # 0 +0x8EA2A5FE 0x5762 # 0 +0x8EA2A6A1 0x5768 # 0 +0x8EA2A6A2 0x577D # 0 +0x8EA2A6A3 0x590C # 0 +0x8EA2A6A4 0x5945 # 0 +0x8EA2A6A5 0x59B5 # 0 +0x8EA2A6A6 0x59BA # 0 +0x8EA2A6A7 0x59CF # 0 +0x8EA2A6A8 0x59CE # 0 +0x8EA2A6A9 0x59B2 # 0 +0x8EA2A6AA 0x59CC # 0 +0x8EA2A6AB 0x59C1 # 0 +0x8EA2A6AC 0x59B6 # 0 +0x8EA2A6AD 0x59BC # 0 +0x8EA2A6AE 0x59C3 # 0 +0x8EA2A6AF 0x59D6 # 0 +0x8EA2A6B0 0x59B1 # 0 +0x8EA2A6B1 0x59BD # 0 +0x8EA2A6B2 0x59C0 # 0 +0x8EA2A6B3 0x59C8 # 0 +0x8EA2A6B4 0x59B4 # 0 +0x8EA2A6B5 0x59C7 # 0 +0x8EA2A6B6 0x5B62 # 0 +0x8EA2A6B7 0x5B65 # 0 +0x8EA2A6B8 0x5B93 # 0 +0x8EA2A6B9 0x5B95 # 0 +0x8EA2A6BA 0x5C44 # 0 +0x8EA2A6BB 0x5C47 # 0 +0x8EA2A6BC 0x5CAE # 0 +0x8EA2A6BD 0x5CA4 # 0 +0x8EA2A6BE 0x5CA0 # 0 +0x8EA2A6BF 0x5CB5 # 0 +0x8EA2A6C0 0x5CAF # 0 +0x8EA2A6C1 0x5CA8 # 0 +0x8EA2A6C2 0x5CAC # 0 +0x8EA2A6C3 0x5C9F # 0 +0x8EA2A6C4 0x5CA3 # 0 +0x8EA2A6C5 0x5CAD # 0 +0x8EA2A6C6 0x5CA2 # 0 +0x8EA2A6C7 0x5CAA # 0 +0x8EA2A6C8 0x5CA7 # 0 +0x8EA2A6C9 0x5C9D # 0 +0x8EA2A6CA 0x5CA5 # 0 +0x8EA2A6CB 0x5CB6 # 0 +0x8EA2A6CC 0x5CB0 # 0 +0x8EA2A6CD 0x5CA6 # 0 +0x8EA2A6CE 0x5E17 # 0 +0x8EA2A6CF 0x5E14 # 0 +0x8EA2A6D0 0x5E19 # 0 +0x8EA2A6D1 0x5F28 # 0 +0x8EA2A6D2 0x5F22 # 0 +0x8EA2A6D3 0x5F23 # 0 +0x8EA2A6D4 0x5F24 # 0 +0x8EA2A6D5 0x5F54 # 0 +0x8EA2A6D6 0x5F82 # 0 +0x8EA2A6D7 0x5F7E # 0 +0x8EA2A6D8 0x5F7D # 0 +0x8EA2A6D9 0x5FDE # 0 +0x8EA2A6DA 0x5FE5 # 0 +0x8EA2A6DB 0x602D # 0 +0x8EA2A6DC 0x6026 # 0 +0x8EA2A6DD 0x6019 # 0 +0x8EA2A6DE 0x6032 # 0 +0x8EA2A6DF 0x600B # 0 +0x8EA2A6E0 0x6034 # 0 +0x8EA2A6E1 0x600A # 0 +0x8EA2A6E2 0x6017 # 0 +0x8EA2A6E3 0x6033 # 0 +0x8EA2A6E4 0x601A # 0 +0x8EA2A6E5 0x601E # 0 +0x8EA2A6E6 0x602C # 0 +0x8EA2A6E7 0x6022 # 0 +0x8EA2A6E8 0x600D # 0 +0x8EA2A6E9 0x6010 # 0 +0x8EA2A6EA 0x602E # 0 +0x8EA2A6EB 0x6013 # 0 +0x8EA2A6EC 0x6011 # 0 +0x8EA2A6ED 0x600C # 0 +0x8EA2A6EE 0x6009 # 0 +0x8EA2A6EF 0x601C # 0 +0x8EA2A6F0 0x6214 # 0 +0x8EA2A6F1 0x623D # 0 +0x8EA2A6F2 0x62AD # 0 +0x8EA2A6F3 0x62B4 # 0 +0x8EA2A6F4 0x62D1 # 0 +0x8EA2A6F5 0x62BE # 0 +0x8EA2A6F6 0x62AA # 0 +0x8EA2A6F7 0x62B6 # 0 +0x8EA2A6F8 0x62CA # 0 +0x8EA2A6F9 0x62AE # 0 +0x8EA2A6FA 0x62B3 # 0 +0x8EA2A6FB 0x62AF # 0 +0x8EA2A6FC 0x62BB # 0 +0x8EA2A6FD 0x62A9 # 0 +0x8EA2A6FE 0x62B0 # 0 +0x8EA2A7A1 0x62B8 # 0 +0x8EA2A7A2 0x653D # 0 +0x8EA2A7A3 0x65A8 # 0 +0x8EA2A7A4 0x65BB # 0 +0x8EA2A7A5 0x6609 # 0 +0x8EA2A7A6 0x65FC # 0 +0x8EA2A7A7 0x6604 # 0 +0x8EA2A7A8 0x6612 # 0 +0x8EA2A7A9 0x6608 # 0 +0x8EA2A7AA 0x65FB # 0 +0x8EA2A7AB 0x6603 # 0 +0x8EA2A7AC 0x660B # 0 +0x8EA2A7AD 0x660D # 0 +0x8EA2A7AE 0x6605 # 0 +0x8EA2A7AF 0x65FD # 0 +0x8EA2A7B0 0x6611 # 0 +0x8EA2A7B1 0x6610 # 0 +0x8EA2A7B2 0x66F6 # 0 +0x8EA2A7B3 0x670A # 0 +0x8EA2A7B4 0x6785 # 0 +0x8EA2A7B5 0x676C # 0 +0x8EA2A7B6 0x678E # 0 +0x8EA2A7B7 0x6792 # 0 +0x8EA2A7B8 0x6776 # 0 +0x8EA2A7B9 0x677B # 0 +0x8EA2A7BA 0x6798 # 0 +0x8EA2A7BB 0x6786 # 0 +0x8EA2A7BC 0x6784 # 0 +0x8EA2A7BD 0x6774 # 0 +0x8EA2A7BE 0x678D # 0 +0x8EA2A7BF 0x678C # 0 +0x8EA2A7C0 0x677A # 0 +0x8EA2A7C1 0x679F # 0 +0x8EA2A7C2 0x6791 # 0 +0x8EA2A7C3 0x6799 # 0 +0x8EA2A7C4 0x6783 # 0 +0x8EA2A7C5 0x677D # 0 +0x8EA2A7C6 0x6781 # 0 +0x8EA2A7C7 0x6778 # 0 +0x8EA2A7C8 0x6779 # 0 +0x8EA2A7C9 0x6794 # 0 +0x8EA2A7CA 0x6B25 # 0 +0x8EA2A7CB 0x6B80 # 0 +0x8EA2A7CC 0x6B7E # 0 +0x8EA2A7CD 0x6BDE # 0 +0x8EA2A7CE 0x6C1D # 0 +0x8EA2A7CF 0x6C93 # 0 +0x8EA2A7D0 0x6CEC # 0 +0x8EA2A7D1 0x6CEB # 0 +0x8EA2A7D2 0x6CEE # 0 +0x8EA2A7D3 0x6CD9 # 0 +0x8EA2A7D4 0x6CB6 # 0 +0x8EA2A7D5 0x6CD4 # 0 +0x8EA2A7D6 0x6CAD # 0 +0x8EA2A7D7 0x6CE7 # 0 +0x8EA2A7D8 0x6CB7 # 0 +0x8EA2A7D9 0x6CD0 # 0 +0x8EA2A7DA 0x6CC2 # 0 +0x8EA2A7DB 0x6CBA # 0 +0x8EA2A7DC 0x6CC3 # 0 +0x8EA2A7DD 0x6CC6 # 0 +0x8EA2A7DE 0x6CED # 0 +0x8EA2A7DF 0x6CF2 # 0 +0x8EA2A7E0 0x6CD2 # 0 +0x8EA2A7E1 0x6CDD # 0 +0x8EA2A7E2 0x6CB4 # 0 +0x8EA2A7E3 0x6C8A # 0 +0x8EA2A7E4 0x6C9D # 0 +0x8EA2A7E5 0x6C80 # 0 +0x8EA2A7E6 0x6CDE # 0 +0x8EA2A7E7 0x6CC0 # 0 +0x8EA2A7E8 0x6D30 # 0 +0x8EA2A7E9 0x6CCD # 0 +0x8EA2A7EA 0x6CC7 # 0 +0x8EA2A7EB 0x6CB0 # 0 +0x8EA2A7EC 0x6CF9 # 0 +0x8EA2A7ED 0x6CCF # 0 +0x8EA2A7EE 0x6CE9 # 0 +0x8EA2A7EF 0x6CD1 # 0 +0x8EA2A7F0 0x7094 # 0 +0x8EA2A7F1 0x7098 # 0 +0x8EA2A7F2 0x7085 # 0 +0x8EA2A7F3 0x7093 # 0 +0x8EA2A7F4 0x7086 # 0 +0x8EA2A7F5 0x7084 # 0 +0x8EA2A7F6 0x7091 # 0 +0x8EA2A7F7 0x7096 # 0 +0x8EA2A7F8 0x7082 # 0 +0x8EA2A7F9 0x709A # 0 +0x8EA2A7FA 0x7083 # 0 +0x8EA2A7FB 0x726A # 0 +0x8EA2A7FC 0x72D6 # 0 +0x8EA2A7FD 0x72CB # 0 +0x8EA2A7FE 0x72D8 # 0 +0x8EA2A8A1 0x72C9 # 0 +0x8EA2A8A2 0x72DC # 0 +0x8EA2A8A3 0x72D2 # 0 +0x8EA2A8A4 0x72D4 # 0 +0x8EA2A8A5 0x72DA # 0 +0x8EA2A8A6 0x72CC # 0 +0x8EA2A8A7 0x72D1 # 0 +0x8EA2A8A8 0x73A4 # 0 +0x8EA2A8A9 0x73A1 # 0 +0x8EA2A8AA 0x73AD # 0 +0x8EA2A8AB 0x73A6 # 0 +0x8EA2A8AC 0x73A2 # 0 +0x8EA2A8AD 0x73A0 # 0 +0x8EA2A8AE 0x73AC # 0 +0x8EA2A8AF 0x739D # 0 +0x8EA2A8B0 0x74DD # 0 +0x8EA2A8B1 0x74E8 # 0 +0x8EA2A8B2 0x753F # 0 +0x8EA2A8B3 0x7540 # 0 +0x8EA2A8B4 0x753E # 0 +0x8EA2A8B5 0x758C # 0 +0x8EA2A8B6 0x7598 # 0 +0x8EA2A8B7 0x76AF # 0 +0x8EA2A8B8 0x76F3 # 0 +0x8EA2A8B9 0x76F1 # 0 +0x8EA2A8BA 0x76F0 # 0 +0x8EA2A8BB 0x76F5 # 0 +0x8EA2A8BC 0x77F8 # 0 +0x8EA2A8BD 0x77FC # 0 +0x8EA2A8BE 0x77F9 # 0 +0x8EA2A8BF 0x77FB # 0 +0x8EA2A8C0 0x77FA # 0 +0x8EA2A8C1 0x77F7 # 0 +0x8EA2A8C2 0x7942 # 0 +0x8EA2A8C3 0x793F # 0 +0x8EA2A8C4 0x79C5 # 0 +0x8EA2A8C5 0x7A78 # 0 +0x8EA2A8C6 0x7A7B # 0 +0x8EA2A8C7 0x7AFB # 0 +0x8EA2A8C8 0x7C75 # 0 +0x8EA2A8C9 0x7CFD # 0 +0x8EA2A8CA 0x8035 # 0 +0x8EA2A8CB 0x808F # 0 +0x8EA2A8CC 0x80AE # 0 +0x8EA2A8CD 0x80A3 # 0 +0x8EA2A8CE 0x80B8 # 0 +0x8EA2A8CF 0x80B5 # 0 +0x8EA2A8D0 0x80AD # 0 +0x8EA2A8D1 0x8220 # 0 +0x8EA2A8D2 0x82A0 # 0 +0x8EA2A8D3 0x82C0 # 0 +0x8EA2A8D4 0x82AB # 0 +0x8EA2A8D5 0x829A # 0 +0x8EA2A8D6 0x8298 # 0 +0x8EA2A8D7 0x829B # 0 +0x8EA2A8D8 0x82B5 # 0 +0x8EA2A8D9 0x82A7 # 0 +0x8EA2A8DA 0x82AE # 0 +0x8EA2A8DB 0x82BC # 0 +0x8EA2A8DC 0x829E # 0 +0x8EA2A8DD 0x82BA # 0 +0x8EA2A8DE 0x82B4 # 0 +0x8EA2A8DF 0x82A8 # 0 +0x8EA2A8E0 0x82A1 # 0 +0x8EA2A8E1 0x82A9 # 0 +0x8EA2A8E2 0x82C2 # 0 +0x8EA2A8E3 0x82A4 # 0 +0x8EA2A8E4 0x82C3 # 0 +0x8EA2A8E5 0x82B6 # 0 +0x8EA2A8E6 0x82A2 # 0 +0x8EA2A8E7 0x8670 # 0 +0x8EA2A8E8 0x866F # 0 +0x8EA2A8E9 0x866D # 0 +0x8EA2A8EA 0x866E # 0 +0x8EA2A8EB 0x8C56 # 0 +0x8EA2A8EC 0x8FD2 # 0 +0x8EA2A8ED 0x8FCB # 0 +0x8EA2A8EE 0x8FD3 # 0 +0x8EA2A8EF 0x8FCD # 0 +0x8EA2A8F0 0x8FD6 # 0 +0x8EA2A8F1 0x8FD5 # 0 +0x8EA2A8F2 0x8FD7 # 0 +0x8EA2A8F3 0x90B2 # 0 +0x8EA2A8F4 0x90B4 # 0 +0x8EA2A8F5 0x90AF # 0 +0x8EA2A8F6 0x90B3 # 0 +0x8EA2A8F7 0x90B0 # 0 +0x8EA2A8F8 0x9639 # 0 +0x8EA2A8F9 0x963D # 0 +0x8EA2A8FA 0x963C # 0 +0x8EA2A8FB 0x963A # 0 +0x8EA2A8FC 0x9643 # 0 +0x8EA2A8FD 0x4FCD # 0 +0x8EA2A8FE 0x4FC5 # 0 +0x8EA2A9A1 0x4FD3 # 0 +0x8EA2A9A2 0x4FB2 # 0 +0x8EA2A9A3 0x4FC9 # 0 +0x8EA2A9A4 0x4FCB # 0 +0x8EA2A9A5 0x4FC1 # 0 +0x8EA2A9A6 0x4FD4 # 0 +0x8EA2A9A7 0x4FDC # 0 +0x8EA2A9A8 0x4FD9 # 0 +0x8EA2A9A9 0x4FBB # 0 +0x8EA2A9AA 0x4FB3 # 0 +0x8EA2A9AB 0x4FDB # 0 +0x8EA2A9AC 0x4FC7 # 0 +0x8EA2A9AD 0x4FD6 # 0 +0x8EA2A9AE 0x4FBA # 0 +0x8EA2A9AF 0x4FC0 # 0 +0x8EA2A9B0 0x4FB9 # 0 +0x8EA2A9B1 0x4FEC # 0 +0x8EA2A9B2 0x5244 # 0 +0x8EA2A9B3 0x5249 # 0 +0x8EA2A9B4 0x52C0 # 0 +0x8EA2A9B5 0x52C2 # 0 +0x8EA2A9B6 0x533D # 0 +0x8EA2A9B7 0x537C # 0 +0x8EA2A9B8 0x5397 # 0 +0x8EA2A9B9 0x5396 # 0 +0x8EA2A9BA 0x5399 # 0 +0x8EA2A9BB 0x5398 # 0 +0x8EA2A9BC 0x54BA # 0 +0x8EA2A9BD 0x54A1 # 0 +0x8EA2A9BE 0x54AD # 0 +0x8EA2A9BF 0x54A5 # 0 +0x8EA2A9C0 0x54CF # 0 +0x8EA2A9C1 0x54C3 # 0 +0x8EA2A9C2 0x830D # 0 +0x8EA2A9C3 0x54B7 # 0 +0x8EA2A9C4 0x54AE # 0 +0x8EA2A9C5 0x54D6 # 0 +0x8EA2A9C6 0x54B6 # 0 +0x8EA2A9C7 0x54C5 # 0 +0x8EA2A9C8 0x54C6 # 0 +0x8EA2A9C9 0x54A0 # 0 +0x8EA2A9CA 0x5470 # 0 +0x8EA2A9CB 0x54BC # 0 +0x8EA2A9CC 0x54A2 # 0 +0x8EA2A9CD 0x54BE # 0 +0x8EA2A9CE 0x5472 # 0 +0x8EA2A9CF 0x54DE # 0 +0x8EA2A9D0 0x54B0 # 0 +0x8EA2A9D1 0x57B5 # 0 +0x8EA2A9D2 0x579E # 0 +0x8EA2A9D3 0x579F # 0 +0x8EA2A9D4 0x57A4 # 0 +0x8EA2A9D5 0x578C # 0 +0x8EA2A9D6 0x5797 # 0 +0x8EA2A9D7 0x579D # 0 +0x8EA2A9D8 0x579B # 0 +0x8EA2A9D9 0x5794 # 0 +0x8EA2A9DA 0x5798 # 0 +0x8EA2A9DB 0x578F # 0 +0x8EA2A9DC 0x5799 # 0 +0x8EA2A9DD 0x57A5 # 0 +0x8EA2A9DE 0x579A # 0 +0x8EA2A9DF 0x5795 # 0 +0x8EA2A9E0 0x58F4 # 0 +0x8EA2A9E1 0x590D # 0 +0x8EA2A9E2 0x5953 # 0 +0x8EA2A9E3 0x59E1 # 0 +0x8EA2A9E4 0x59DE # 0 +0x8EA2A9E5 0x59EE # 0 +0x8EA2A9E6 0x5A00 # 0 +0x8EA2A9E7 0x59F1 # 0 +0x8EA2A9E8 0x59DD # 0 +0x8EA2A9E9 0x59FA # 0 +0x8EA2A9EA 0x59FD # 0 +0x8EA2A9EB 0x59FC # 0 +0x8EA2A9EC 0x59F6 # 0 +0x8EA2A9ED 0x59E4 # 0 +0x8EA2A9EE 0x59F2 # 0 +0x8EA2A9EF 0x59F7 # 0 +0x8EA2A9F0 0x59DB # 0 +0x8EA2A9F1 0x59E9 # 0 +0x8EA2A9F2 0x59F3 # 0 +0x8EA2A9F3 0x59F5 # 0 +0x8EA2A9F4 0x59E0 # 0 +0x8EA2A9F5 0x59FE # 0 +0x8EA2A9F6 0x59F4 # 0 +0x8EA2A9F7 0x59ED # 0 +0x8EA2A9F8 0x5BA8 # 0 +0x8EA2A9F9 0x5C4C # 0 +0x8EA2A9FA 0x5CD0 # 0 +0x8EA2A9FB 0x5CD8 # 0 +0x8EA2A9FC 0x5CCC # 0 +0x8EA2A9FD 0x5CD7 # 0 +0x8EA2A9FE 0x5CCB # 0 +0x8EA2AAA1 0x5CDB # 0 +0x8EA2AAA2 0x5CDE # 0 +0x8EA2AAA3 0x5CDA # 0 +0x8EA2AAA4 0x5CC9 # 0 +0x8EA2AAA5 0x5CC7 # 0 +0x8EA2AAA6 0x5CCA # 0 +0x8EA2AAA7 0x5CD6 # 0 +0x8EA2AAA8 0x5CD3 # 0 +0x8EA2AAA9 0x5CD4 # 0 +0x8EA2AAAA 0x5CCF # 0 +0x8EA2AAAB 0x5CC8 # 0 +0x8EA2AAAC 0x5CC6 # 0 +0x8EA2AAAD 0x5CCE # 0 +0x8EA2AAAE 0x5CDF # 0 +0x8EA2AAAF 0x5CF8 # 0 +0x8EA2AAB0 0x5DF9 # 0 +0x8EA2AAB1 0x5E21 # 0 +0x8EA2AAB2 0x5E22 # 0 +0x8EA2AAB3 0x5E23 # 0 +0x8EA2AAB4 0x5E20 # 0 +0x8EA2AAB5 0x5E24 # 0 +0x8EA2AAB6 0x5EB0 # 0 +0x8EA2AAB7 0x5EA4 # 0 +0x8EA2AAB8 0x5EA2 # 0 +0x8EA2AAB9 0x5E9B # 0 +0x8EA2AABA 0x5EA3 # 0 +0x8EA2AABB 0x5EA5 # 0 +0x8EA2AABC 0x5F07 # 0 +0x8EA2AABD 0x5F2E # 0 +0x8EA2AABE 0x5F56 # 0 +0x8EA2AABF 0x5F86 # 0 +0x8EA2AAC0 0x6037 # 0 +0x8EA2AAC1 0x6039 # 0 +0x8EA2AAC2 0x6054 # 0 +0x8EA2AAC3 0x6072 # 0 +0x8EA2AAC4 0x605E # 0 +0x8EA2AAC5 0x6045 # 0 +0x8EA2AAC6 0x6053 # 0 +0x8EA2AAC7 0x6047 # 0 +0x8EA2AAC8 0x6049 # 0 +0x8EA2AAC9 0x605B # 0 +0x8EA2AACA 0x604C # 0 +0x8EA2AACB 0x6040 # 0 +0x8EA2AACC 0x6042 # 0 +0x8EA2AACD 0x605F # 0 +0x8EA2AACE 0x6024 # 0 +0x8EA2AACF 0x6044 # 0 +0x8EA2AAD0 0x6058 # 0 +0x8EA2AAD1 0x6066 # 0 +0x8EA2AAD2 0x606E # 0 +0x8EA2AAD3 0x6242 # 0 +0x8EA2AAD4 0x6243 # 0 +0x8EA2AAD5 0x62CF # 0 +0x8EA2AAD6 0x630D # 0 +0x8EA2AAD7 0x630B # 0 +0x8EA2AAD8 0x62F5 # 0 +0x8EA2AAD9 0x630E # 0 +0x8EA2AADA 0x6303 # 0 +0x8EA2AADB 0x62EB # 0 +0x8EA2AADC 0x62F9 # 0 +0x8EA2AADD 0x630F # 0 +0x8EA2AADE 0x630C # 0 +0x8EA2AADF 0x62F8 # 0 +0x8EA2AAE0 0x62F6 # 0 +0x8EA2AAE1 0x6300 # 0 +0x8EA2AAE2 0x6313 # 0 +0x8EA2AAE3 0x6314 # 0 +0x8EA2AAE4 0x62FA # 0 +0x8EA2AAE5 0x6315 # 0 +0x8EA2AAE6 0x62FB # 0 +0x8EA2AAE7 0x62F0 # 0 +0x8EA2AAE8 0x6541 # 0 +0x8EA2AAE9 0x6543 # 0 +0x8EA2AAEA 0x65AA # 0 +0x8EA2AAEB 0x65BF # 0 +0x8EA2AAEC 0x6636 # 0 +0x8EA2AAED 0x6621 # 0 +0x8EA2AAEE 0x6632 # 0 +0x8EA2AAEF 0x6635 # 0 +0x8EA2AAF0 0x661C # 0 +0x8EA2AAF1 0x6626 # 0 +0x8EA2AAF2 0x6622 # 0 +0x8EA2AAF3 0x6633 # 0 +0x8EA2AAF4 0x662B # 0 +0x8EA2AAF5 0x663A # 0 +0x8EA2AAF6 0x661D # 0 +0x8EA2AAF7 0x6634 # 0 +0x8EA2AAF8 0x6639 # 0 +0x8EA2AAF9 0x662E # 0 +0x8EA2AAFA 0x670F # 0 +0x8EA2AAFB 0x6710 # 0 +0x8EA2AAFC 0x67C1 # 0 +0x8EA2AAFD 0x67F2 # 0 +0x8EA2AAFE 0x67C8 # 0 +0x8EA2ABA1 0x67BA # 0 +0x8EA2ABA2 0x67DC # 0 +0x8EA2ABA3 0x67BB # 0 +0x8EA2ABA4 0x67F8 # 0 +0x8EA2ABA5 0x67D8 # 0 +0x8EA2ABA6 0x67C0 # 0 +0x8EA2ABA7 0x67B7 # 0 +0x8EA2ABA8 0x67C5 # 0 +0x8EA2ABA9 0x67EB # 0 +0x8EA2ABAA 0x67E4 # 0 +0x8EA2ABAB 0x67DF # 0 +0x8EA2ABAC 0x67B5 # 0 +0x8EA2ABAD 0x67CD # 0 +0x8EA2ABAE 0x67B3 # 0 +0x8EA2ABAF 0x67F7 # 0 +0x8EA2ABB0 0x67F6 # 0 +0x8EA2ABB1 0x67EE # 0 +0x8EA2ABB2 0x67E3 # 0 +0x8EA2ABB3 0x67C2 # 0 +0x8EA2ABB4 0x67B9 # 0 +0x8EA2ABB5 0x67CE # 0 +0x8EA2ABB6 0x67E7 # 0 +0x8EA2ABB7 0x67F0 # 0 +0x8EA2ABB8 0x67B2 # 0 +0x8EA2ABB9 0x67FC # 0 +0x8EA2ABBA 0x67C6 # 0 +0x8EA2ABBB 0x67ED # 0 +0x8EA2ABBC 0x67CC # 0 +0x8EA2ABBD 0x67AE # 0 +0x8EA2ABBE 0x67E6 # 0 +0x8EA2ABBF 0x67DB # 0 +0x8EA2ABC0 0x67FA # 0 +0x8EA2ABC1 0x67C9 # 0 +0x8EA2ABC2 0x67CA # 0 +0x8EA2ABC3 0x67C3 # 0 +0x8EA2ABC4 0x67EA # 0 +0x8EA2ABC5 0x67CB # 0 +0x8EA2ABC6 0x6B28 # 0 +0x8EA2ABC7 0x6B82 # 0 +0x8EA2ABC8 0x6B84 # 0 +0x8EA2ABC9 0x6BB6 # 0 +0x8EA2ABCA 0x6BD6 # 0 +0x8EA2ABCB 0x6BD8 # 0 +0x8EA2ABCC 0x6BE0 # 0 +0x8EA2ABCD 0x6C20 # 0 +0x8EA2ABCE 0x6C21 # 0 +0x8EA2ABCF 0x6D28 # 0 +0x8EA2ABD0 0x6D34 # 0 +0x8EA2ABD1 0x6D2D # 0 +0x8EA2ABD2 0x6D1F # 0 +0x8EA2ABD3 0x6D3C # 0 +0x8EA2ABD4 0x6D3F # 0 +0x8EA2ABD5 0x6D12 # 0 +0x8EA2ABD6 0x6D0A # 0 +0x8EA2ABD7 0x6CDA # 0 +0x8EA2ABD8 0x6D33 # 0 +0x8EA2ABD9 0x6D04 # 0 +0x8EA2ABDA 0x6D19 # 0 +0x8EA2ABDB 0x6D3A # 0 +0x8EA2ABDC 0x6D1A # 0 +0x8EA2ABDD 0x6D11 # 0 +0x8EA2ABDE 0x6D00 # 0 +0x8EA2ABDF 0x6D1D # 0 +0x8EA2ABE0 0x6D42 # 0 +0x8EA2ABE1 0x6D01 # 0 +0x8EA2ABE2 0x6D18 # 0 +0x8EA2ABE3 0x6D37 # 0 +0x8EA2ABE4 0x6D03 # 0 +0x8EA2ABE5 0x6D0F # 0 +0x8EA2ABE6 0x6D40 # 0 +0x8EA2ABE7 0x6D07 # 0 +0x8EA2ABE8 0x6D20 # 0 +0x8EA2ABE9 0x6D2C # 0 +0x8EA2ABEA 0x6D08 # 0 +0x8EA2ABEB 0x6D22 # 0 +0x8EA2ABEC 0x6D09 # 0 +0x8EA2ABED 0x6D10 # 0 +0x8EA2ABEE 0x70B7 # 0 +0x8EA2ABEF 0x709F # 0 +0x8EA2ABF0 0x70BE # 0 +0x8EA2ABF1 0x70B1 # 0 +0x8EA2ABF2 0x70B0 # 0 +0x8EA2ABF3 0x70A1 # 0 +0x8EA2ABF4 0x70B4 # 0 +0x8EA2ABF5 0x70B5 # 0 +0x8EA2ABF6 0x70A9 # 0 +0x8EA2ABF7 0x7241 # 0 +0x8EA2ABF8 0x7249 # 0 +0x8EA2ABF9 0x724A # 0 +0x8EA2ABFA 0x726C # 0 +0x8EA2ABFB 0x7270 # 0 +0x8EA2ABFC 0x7273 # 0 +0x8EA2ABFD 0x726E # 0 +0x8EA2ABFE 0x72CA # 0 +0x8EA2ACA1 0x72E4 # 0 +0x8EA2ACA2 0x72E8 # 0 +0x8EA2ACA3 0x72EB # 0 +0x8EA2ACA4 0x72DF # 0 +0x8EA2ACA5 0x72EA # 0 +0x8EA2ACA6 0x72E6 # 0 +0x8EA2ACA7 0x72E3 # 0 +0x8EA2ACA8 0x7385 # 0 +0x8EA2ACA9 0x73CC # 0 +0x8EA2ACAA 0x73C2 # 0 +0x8EA2ACAB 0x73C8 # 0 +0x8EA2ACAC 0x73C5 # 0 +0x8EA2ACAD 0x73B9 # 0 +0x8EA2ACAE 0x73B6 # 0 +0x8EA2ACAF 0x73B5 # 0 +0x8EA2ACB0 0x73B4 # 0 +0x8EA2ACB1 0x73EB # 0 +0x8EA2ACB2 0x73BF # 0 +0x8EA2ACB3 0x73C7 # 0 +0x8EA2ACB4 0x73BE # 0 +0x8EA2ACB5 0x73C3 # 0 +0x8EA2ACB6 0x73C6 # 0 +0x8EA2ACB7 0x73B8 # 0 +0x8EA2ACB8 0x73CB # 0 +0x8EA2ACB9 0x74EC # 0 +0x8EA2ACBA 0x74EE # 0 +0x8EA2ACBB 0x752E # 0 +0x8EA2ACBC 0x7547 # 0 +0x8EA2ACBD 0x7548 # 0 +0x8EA2ACBE 0x75A7 # 0 +0x8EA2ACBF 0x75AA # 0 +0x8EA2ACC0 0x7679 # 0 +0x8EA2ACC1 0x76C4 # 0 +0x8EA2ACC2 0x7708 # 0 +0x8EA2ACC3 0x7703 # 0 +0x8EA2ACC4 0x7704 # 0 +0x8EA2ACC5 0x7705 # 0 +0x8EA2ACC6 0x770A # 0 +0x8EA2ACC7 0x76F7 # 0 +0x8EA2ACC8 0x76FB # 0 +0x8EA2ACC9 0x76FA # 0 +0x8EA2ACCA 0x77E7 # 0 +0x8EA2ACCB 0x77E8 # 0 +0x8EA2ACCC 0x7806 # 0 +0x8EA2ACCD 0x7811 # 0 +0x8EA2ACCE 0x7812 # 0 +0x8EA2ACCF 0x7805 # 0 +0x8EA2ACD0 0x7810 # 0 +0x8EA2ACD1 0x780F # 0 +0x8EA2ACD2 0x780E # 0 +0x8EA2ACD3 0x7809 # 0 +0x8EA2ACD4 0x7803 # 0 +0x8EA2ACD5 0x7813 # 0 +0x8EA2ACD6 0x794A # 0 +0x8EA2ACD7 0x794C # 0 +0x8EA2ACD8 0x794B # 0 +0x8EA2ACD9 0x7945 # 0 +0x8EA2ACDA 0x7944 # 0 +0x8EA2ACDB 0x79D5 # 0 +0x8EA2ACDC 0x79CD # 0 +0x8EA2ACDD 0x79CF # 0 +0x8EA2ACDE 0x79D6 # 0 +0x8EA2ACDF 0x79CE # 0 +0x8EA2ACE0 0x7A80 # 0 +0x8EA2ACE1 0x7A7E # 0 +0x8EA2ACE2 0x7AD1 # 0 +0x8EA2ACE3 0x7B00 # 0 +0x8EA2ACE4 0x7B01 # 0 +0x8EA2ACE5 0x7C7A # 0 +0x8EA2ACE6 0x7C78 # 0 +0x8EA2ACE7 0x7C79 # 0 +0x8EA2ACE8 0x7C7F # 0 +0x8EA2ACE9 0x7C80 # 0 +0x8EA2ACEA 0x7C81 # 0 +0x8EA2ACEB 0x7D03 # 0 +0x8EA2ACEC 0x7D08 # 0 +0x8EA2ACED 0x7D01 # 0 +0x8EA2ACEE 0x7F58 # 0 +0x8EA2ACEF 0x7F91 # 0 +0x8EA2ACF0 0x7F8D # 0 +0x8EA2ACF1 0x7FBE # 0 +0x8EA2ACF2 0x8007 # 0 +0x8EA2ACF3 0x800E # 0 +0x8EA2ACF4 0x800F # 0 +0x8EA2ACF5 0x8014 # 0 +0x8EA2ACF6 0x8037 # 0 +0x8EA2ACF7 0x80D8 # 0 +0x8EA2ACF8 0x80C7 # 0 +0x8EA2ACF9 0x80E0 # 0 +0x8EA2ACFA 0x80D1 # 0 +0x8EA2ACFB 0x80C8 # 0 +0x8EA2ACFC 0x80C2 # 0 +0x8EA2ACFD 0x80D0 # 0 +0x8EA2ACFE 0x80C5 # 0 +0x8EA2ADA1 0x80E3 # 0 +0x8EA2ADA2 0x80D9 # 0 +0x8EA2ADA3 0x80DC # 0 +0x8EA2ADA4 0x80CA # 0 +0x8EA2ADA5 0x80D5 # 0 +0x8EA2ADA6 0x80C9 # 0 +0x8EA2ADA7 0x80CF # 0 +0x8EA2ADA8 0x80D7 # 0 +0x8EA2ADA9 0x80E6 # 0 +0x8EA2ADAA 0x80CD # 0 +0x8EA2ADAB 0x81FF # 0 +0x8EA2ADAC 0x8221 # 0 +0x8EA2ADAD 0x8294 # 0 +0x8EA2ADAE 0x82D9 # 0 +0x8EA2ADAF 0x82FE # 0 +0x8EA2ADB0 0x82F9 # 0 +0x8EA2ADB1 0x8307 # 0 +0x8EA2ADB2 0x82E8 # 0 +0x8EA2ADB3 0x8300 # 0 +0x8EA2ADB4 0x82D5 # 0 +0x8EA2ADB5 0x833A # 0 +0x8EA2ADB6 0x82EB # 0 +0x8EA2ADB7 0x82D6 # 0 +0x8EA2ADB8 0x82F4 # 0 +0x8EA2ADB9 0x82EC # 0 +0x8EA2ADBA 0x82E1 # 0 +0x8EA2ADBB 0x82F2 # 0 +0x8EA2ADBC 0x82F5 # 0 +0x8EA2ADBD 0x830C # 0 +0x8EA2ADBE 0x82FB # 0 +0x8EA2ADBF 0x82F6 # 0 +0x8EA2ADC0 0x82F0 # 0 +0x8EA2ADC1 0x82EA # 0 +0x8EA2ADC2 0x82E4 # 0 +0x8EA2ADC3 0x82E0 # 0 +0x8EA2ADC4 0x82FA # 0 +0x8EA2ADC5 0x82F3 # 0 +0x8EA2ADC6 0x82ED # 0 +0x8EA2ADC7 0x8677 # 0 +0x8EA2ADC8 0x8674 # 0 +0x8EA2ADC9 0x867C # 0 +0x8EA2ADCA 0x8673 # 0 +0x8EA2ADCB 0x8841 # 0 +0x8EA2ADCC 0x884E # 0 +0x8EA2ADCD 0x8867 # 0 +0x8EA2ADCE 0x886A # 0 +0x8EA2ADCF 0x8869 # 0 +0x8EA2ADD0 0x89D3 # 0 +0x8EA2ADD1 0x8A04 # 0 +0x8EA2ADD2 0x8A07 # 0 +0x8EA2ADD3 0x8D72 # 0 +0x8EA2ADD4 0x8FE3 # 0 +0x8EA2ADD5 0x8FE1 # 0 +0x8EA2ADD6 0x8FEE # 0 +0x8EA2ADD7 0x8FE0 # 0 +0x8EA2ADD8 0x90F1 # 0 +0x8EA2ADD9 0x90BD # 0 +0x8EA2ADDA 0x90BF # 0 +0x8EA2ADDB 0x90D5 # 0 +0x8EA2ADDC 0x90C5 # 0 +0x8EA2ADDD 0x90BE # 0 +0x8EA2ADDE 0x90C7 # 0 +0x8EA2ADDF 0x90CB # 0 +0x8EA2ADE0 0x90C8 # 0 +0x8EA2ADE1 0x91D4 # 0 +0x8EA2ADE2 0x91D3 # 0 +0x8EA2ADE3 0x9654 # 0 +0x8EA2ADE4 0x964F # 0 +0x8EA2ADE5 0x9651 # 0 +0x8EA2ADE6 0x9653 # 0 +0x8EA2ADE7 0x964A # 0 +0x8EA2ADE8 0x964E # 0 +0x8EA2ADE9 0x501E # 0 +0x8EA2ADEA 0x5005 # 0 +0x8EA2ADEB 0x5007 # 0 +0x8EA2ADEC 0x5013 # 0 +0x8EA2ADED 0x5022 # 0 +0x8EA2ADEE 0x5030 # 0 +0x8EA2ADEF 0x501B # 0 +0x8EA2ADF0 0x4FF5 # 0 +0x8EA2ADF1 0x4FF4 # 0 +0x8EA2ADF2 0x5033 # 0 +0x8EA2ADF3 0x5037 # 0 +0x8EA2ADF4 0x502C # 0 +0x8EA2ADF5 0x4FF6 # 0 +0x8EA2ADF6 0x4FF7 # 0 +0x8EA2ADF7 0x5017 # 0 +0x8EA2ADF8 0x501C # 0 +0x8EA2ADF9 0x5020 # 0 +0x8EA2ADFA 0x5027 # 0 +0x8EA2ADFB 0x5035 # 0 +0x8EA2ADFC 0x502F # 0 +0x8EA2ADFD 0x5031 # 0 +0x8EA2ADFE 0x500E # 0 +0x8EA2AEA1 0x515A # 0 +0x8EA2AEA2 0x5194 # 0 +0x8EA2AEA3 0x5193 # 0 +0x8EA2AEA4 0x51CA # 0 +0x8EA2AEA5 0x51C4 # 0 +0x8EA2AEA6 0x51C5 # 0 +0x8EA2AEA7 0x51C8 # 0 +0x8EA2AEA8 0x51CE # 0 +0x8EA2AEA9 0x5261 # 0 +0x8EA2AEAA 0x525A # 0 +0x8EA2AEAB 0x5252 # 0 +0x8EA2AEAC 0x525E # 0 +0x8EA2AEAD 0x525F # 0 +0x8EA2AEAE 0x5255 # 0 +0x8EA2AEAF 0x5262 # 0 +0x8EA2AEB0 0x52CD # 0 +0x8EA2AEB1 0x530E # 0 +0x8EA2AEB2 0x539E # 0 +0x8EA2AEB3 0x5526 # 0 +0x8EA2AEB4 0x54E2 # 0 +0x8EA2AEB5 0x5517 # 0 +0x8EA2AEB6 0x5512 # 0 +0x8EA2AEB7 0x54E7 # 0 +0x8EA2AEB8 0x54F3 # 0 +0x8EA2AEB9 0x54E4 # 0 +0x8EA2AEBA 0x551A # 0 +0x8EA2AEBB 0x54FF # 0 +0x8EA2AEBC 0x5504 # 0 +0x8EA2AEBD 0x5508 # 0 +0x8EA2AEBE 0x54EB # 0 +0x8EA2AEBF 0x5511 # 0 +0x8EA2AEC0 0x5505 # 0 +0x8EA2AEC1 0x54F1 # 0 +0x8EA2AEC2 0x550A # 0 +0x8EA2AEC3 0x54FB # 0 +0x8EA2AEC4 0x54F7 # 0 +0x8EA2AEC5 0x54F8 # 0 +0x8EA2AEC6 0x54E0 # 0 +0x8EA2AEC7 0x550E # 0 +0x8EA2AEC8 0x5503 # 0 +0x8EA2AEC9 0x550B # 0 +0x8EA2AECA 0x5701 # 0 +0x8EA2AECB 0x5702 # 0 +0x8EA2AECC 0x57CC # 0 +0x8EA2AECD 0x5832 # 0 +0x8EA2AECE 0x57D5 # 0 +0x8EA2AECF 0x57D2 # 0 +0x8EA2AED0 0x57BA # 0 +0x8EA2AED1 0x57C6 # 0 +0x8EA2AED2 0x57BD # 0 +0x8EA2AED3 0x57BC # 0 +0x8EA2AED4 0x57B8 # 0 +0x8EA2AED5 0x57B6 # 0 +0x8EA2AED6 0x57BF # 0 +0x8EA2AED7 0x57C7 # 0 +0x8EA2AED8 0x57D0 # 0 +0x8EA2AED9 0x57B9 # 0 +0x8EA2AEDA 0x57C1 # 0 +0x8EA2AEDB 0x590E # 0 +0x8EA2AEDC 0x594A # 0 +0x8EA2AEDD 0x5A19 # 0 +0x8EA2AEDE 0x5A16 # 0 +0x8EA2AEDF 0x5A2D # 0 +0x8EA2AEE0 0x5A2E # 0 +0x8EA2AEE1 0x5A15 # 0 +0x8EA2AEE2 0x5A0F # 0 +0x8EA2AEE3 0x5A17 # 0 +0x8EA2AEE4 0x5A0A # 0 +0x8EA2AEE5 0x5A1E # 0 +0x8EA2AEE6 0x5A33 # 0 +0x8EA2AEE7 0x5B6C # 0 +0x8EA2AEE8 0x5BA7 # 0 +0x8EA2AEE9 0x5BAD # 0 +0x8EA2AEEA 0x5BAC # 0 +0x8EA2AEEB 0x5C03 # 0 +0x8EA2AEEC 0x5C56 # 0 +0x8EA2AEED 0x5C54 # 0 +0x8EA2AEEE 0x5CEC # 0 +0x8EA2AEEF 0x5CFF # 0 +0x8EA2AEF0 0x5CEE # 0 +0x8EA2AEF1 0x5CF1 # 0 +0x8EA2AEF2 0x5CF7 # 0 +0x8EA2AEF3 0x5D00 # 0 +0x8EA2AEF4 0x5CF9 # 0 +0x8EA2AEF5 0x5E29 # 0 +0x8EA2AEF6 0x5E28 # 0 +0x8EA2AEF7 0x5EA8 # 0 +0x8EA2AEF8 0x5EAE # 0 +0x8EA2AEF9 0x5EAA # 0 +0x8EA2AEFA 0x5EAC # 0 +0x8EA2AEFB 0x5F33 # 0 +0x8EA2AEFC 0x5F30 # 0 +0x8EA2AEFD 0x5F67 # 0 +0x8EA2AEFE 0x605D # 0 +0x8EA2AFA1 0x605A # 0 +0x8EA2AFA2 0x6067 # 0 +0x8EA2AFA3 0x6041 # 0 +0x8EA2AFA4 0x60A2 # 0 +0x8EA2AFA5 0x6088 # 0 +0x8EA2AFA6 0x6080 # 0 +0x8EA2AFA7 0x6092 # 0 +0x8EA2AFA8 0x6081 # 0 +0x8EA2AFA9 0x609D # 0 +0x8EA2AFAA 0x6083 # 0 +0x8EA2AFAB 0x6095 # 0 +0x8EA2AFAC 0x609B # 0 +0x8EA2AFAD 0x6097 # 0 +0x8EA2AFAE 0x6087 # 0 +0x8EA2AFAF 0x609C # 0 +0x8EA2AFB0 0x608E # 0 +0x8EA2AFB1 0x6219 # 0 +0x8EA2AFB2 0x6246 # 0 +0x8EA2AFB3 0x62F2 # 0 +0x8EA2AFB4 0x6310 # 0 +0x8EA2AFB5 0x6356 # 0 +0x8EA2AFB6 0x632C # 0 +0x8EA2AFB7 0x6344 # 0 +0x8EA2AFB8 0x6345 # 0 +0x8EA2AFB9 0x6336 # 0 +0x8EA2AFBA 0x6343 # 0 +0x8EA2AFBB 0x63E4 # 0 +0x8EA2AFBC 0x6339 # 0 +0x8EA2AFBD 0x634B # 0 +0x8EA2AFBE 0x634A # 0 +0x8EA2AFBF 0x633C # 0 +0x8EA2AFC0 0x6329 # 0 +0x8EA2AFC1 0x6341 # 0 +0x8EA2AFC2 0x6334 # 0 +0x8EA2AFC3 0x6358 # 0 +0x8EA2AFC4 0x6354 # 0 +0x8EA2AFC5 0x6359 # 0 +0x8EA2AFC6 0x632D # 0 +0x8EA2AFC7 0x6347 # 0 +0x8EA2AFC8 0x6333 # 0 +0x8EA2AFC9 0x635A # 0 +0x8EA2AFCA 0x6351 # 0 +0x8EA2AFCB 0x6338 # 0 +0x8EA2AFCC 0x6357 # 0 +0x8EA2AFCD 0x6340 # 0 +0x8EA2AFCE 0x6348 # 0 +0x8EA2AFCF 0x654A # 0 +0x8EA2AFD0 0x6546 # 0 +0x8EA2AFD1 0x65C6 # 0 +0x8EA2AFD2 0x65C3 # 0 +0x8EA2AFD3 0x65C4 # 0 +0x8EA2AFD4 0x65C2 # 0 +0x8EA2AFD5 0x664A # 0 +0x8EA2AFD6 0x665F # 0 +0x8EA2AFD7 0x6647 # 0 +0x8EA2AFD8 0x6651 # 0 +0x8EA2AFD9 0x6712 # 0 +0x8EA2AFDA 0x6713 # 0 +0x8EA2AFDB 0x681F # 0 +0x8EA2AFDC 0x681A # 0 +0x8EA2AFDD 0x6849 # 0 +0x8EA2AFDE 0x6832 # 0 +0x8EA2AFDF 0x6833 # 0 +0x8EA2AFE0 0x683B # 0 +0x8EA2AFE1 0x684B # 0 +0x8EA2AFE2 0x684F # 0 +0x8EA2AFE3 0x6816 # 0 +0x8EA2AFE4 0x6831 # 0 +0x8EA2AFE5 0x681C # 0 +0x8EA2AFE6 0x6835 # 0 +0x8EA2AFE7 0x682B # 0 +0x8EA2AFE8 0x682D # 0 +0x8EA2AFE9 0x682F # 0 +0x8EA2AFEA 0x684E # 0 +0x8EA2AFEB 0x6844 # 0 +0x8EA2AFEC 0x6834 # 0 +0x8EA2AFED 0x681D # 0 +0x8EA2AFEE 0x6812 # 0 +0x8EA2AFEF 0x6814 # 0 +0x8EA2AFF0 0x6826 # 0 +0x8EA2AFF1 0x6828 # 0 +0x8EA2AFF2 0x682E # 0 +0x8EA2AFF3 0x684D # 0 +0x8EA2AFF4 0x683A # 0 +0x8EA2AFF5 0x6825 # 0 +0x8EA2AFF6 0x6820 # 0 +0x8EA2AFF7 0x6B2C # 0 +0x8EA2AFF8 0x6B2F # 0 +0x8EA2AFF9 0x6B2D # 0 +0x8EA2AFFA 0x6B31 # 0 +0x8EA2AFFB 0x6B34 # 0 +0x8EA2AFFC 0x6B6D # 0 +0x8EA2AFFD 0x8082 # 0 +0x8EA2AFFE 0x6B88 # 0 +0x8EA2B0A1 0x6BE6 # 0 +0x8EA2B0A2 0x6BE4 # 0 +0x8EA2B0A3 0x6BE8 # 0 +0x8EA2B0A4 0x6BE3 # 0 +0x8EA2B0A5 0x6BE2 # 0 +0x8EA2B0A6 0x6BE7 # 0 +0x8EA2B0A7 0x6C25 # 0 +0x8EA2B0A8 0x6D7A # 0 +0x8EA2B0A9 0x6D63 # 0 +0x8EA2B0AA 0x6D64 # 0 +0x8EA2B0AB 0x6D76 # 0 +0x8EA2B0AC 0x6D0D # 0 +0x8EA2B0AD 0x6D61 # 0 +0x8EA2B0AE 0x6D92 # 0 +0x8EA2B0AF 0x6D58 # 0 +0x8EA2B0B0 0x6D62 # 0 +0x8EA2B0B1 0x6D6D # 0 +0x8EA2B0B2 0x6D6F # 0 +0x8EA2B0B3 0x6D91 # 0 +0x8EA2B0B4 0x6D8D # 0 +0x8EA2B0B5 0x6DEF # 0 +0x8EA2B0B6 0x6D7F # 0 +0x8EA2B0B7 0x6D86 # 0 +0x8EA2B0B8 0x6D5E # 0 +0x8EA2B0B9 0x6D67 # 0 +0x8EA2B0BA 0x6D60 # 0 +0x8EA2B0BB 0x6D97 # 0 +0x8EA2B0BC 0x6D70 # 0 +0x8EA2B0BD 0x6D7C # 0 +0x8EA2B0BE 0x6D5F # 0 +0x8EA2B0BF 0x6D82 # 0 +0x8EA2B0C0 0x6D98 # 0 +0x8EA2B0C1 0x6D2F # 0 +0x8EA2B0C2 0x6D68 # 0 +0x8EA2B0C3 0x6D8B # 0 +0x8EA2B0C4 0x6D7E # 0 +0x8EA2B0C5 0x6D80 # 0 +0x8EA2B0C6 0x6D84 # 0 +0x8EA2B0C7 0x6D16 # 0 +0x8EA2B0C8 0x6D83 # 0 +0x8EA2B0C9 0x6D7B # 0 +0x8EA2B0CA 0x6D7D # 0 +0x8EA2B0CB 0x6D75 # 0 +0x8EA2B0CC 0x6D90 # 0 +0x8EA2B0CD 0x70DC # 0 +0x8EA2B0CE 0x70D3 # 0 +0x8EA2B0CF 0x70D1 # 0 +0x8EA2B0D0 0x70DD # 0 +0x8EA2B0D1 0x70CB # 0 +0x8EA2B0D2 0x7F39 # 0 +0x8EA2B0D3 0x70E2 # 0 +0x8EA2B0D4 0x70D7 # 0 +0x8EA2B0D5 0x70D2 # 0 +0x8EA2B0D6 0x70DE # 0 +0x8EA2B0D7 0x70E0 # 0 +0x8EA2B0D8 0x70D4 # 0 +0x8EA2B0D9 0x70CD # 0 +0x8EA2B0DA 0x70C5 # 0 +0x8EA2B0DB 0x70C6 # 0 +0x8EA2B0DC 0x70C7 # 0 +0x8EA2B0DD 0x70DA # 0 +0x8EA2B0DE 0x70CE # 0 +0x8EA2B0DF 0x70E1 # 0 +0x8EA2B0E0 0x7242 # 0 +0x8EA2B0E1 0x7278 # 0 +0x8EA2B0E2 0x7277 # 0 +0x8EA2B0E3 0x7276 # 0 +0x8EA2B0E4 0x7300 # 0 +0x8EA2B0E5 0x72FA # 0 +0x8EA2B0E6 0x72F4 # 0 +0x8EA2B0E7 0x72FE # 0 +0x8EA2B0E8 0x72F6 # 0 +0x8EA2B0E9 0x72F3 # 0 +0x8EA2B0EA 0x72FB # 0 +0x8EA2B0EB 0x7301 # 0 +0x8EA2B0EC 0x73D3 # 0 +0x8EA2B0ED 0x73D9 # 0 +0x8EA2B0EE 0x73E5 # 0 +0x8EA2B0EF 0x73D6 # 0 +0x8EA2B0F0 0x73BC # 0 +0x8EA2B0F1 0x73E7 # 0 +0x8EA2B0F2 0x73E3 # 0 +0x8EA2B0F3 0x73E9 # 0 +0x8EA2B0F4 0x73DC # 0 +0x8EA2B0F5 0x73D2 # 0 +0x8EA2B0F6 0x73DB # 0 +0x8EA2B0F7 0x73D4 # 0 +0x8EA2B0F8 0x73DD # 0 +0x8EA2B0F9 0x73DA # 0 +0x8EA2B0FA 0x73D7 # 0 +0x8EA2B0FB 0x73D8 # 0 +0x8EA2B0FC 0x73E8 # 0 +0x8EA2B0FD 0x74DE # 0 +0x8EA2B0FE 0x74DF # 0 +0x8EA2B1A1 0x74F4 # 0 +0x8EA2B1A2 0x74F5 # 0 +0x8EA2B1A3 0x7521 # 0 +0x8EA2B1A4 0x755B # 0 +0x8EA2B1A5 0x755F # 0 +0x8EA2B1A6 0x75B0 # 0 +0x8EA2B1A7 0x75C1 # 0 +0x8EA2B1A8 0x75BB # 0 +0x8EA2B1A9 0x75C4 # 0 +0x8EA2B1AA 0x75C0 # 0 +0x8EA2B1AB 0x75BF # 0 +0x8EA2B1AC 0x75B6 # 0 +0x8EA2B1AD 0x75BA # 0 +0x8EA2B1AE 0x768A # 0 +0x8EA2B1AF 0x76C9 # 0 +0x8EA2B1B0 0x771D # 0 +0x8EA2B1B1 0x771B # 0 +0x8EA2B1B2 0x7710 # 0 +0x8EA2B1B3 0x7713 # 0 +0x8EA2B1B4 0x7712 # 0 +0x8EA2B1B5 0x7723 # 0 +0x8EA2B1B6 0x7711 # 0 +0x8EA2B1B7 0x7715 # 0 +0x8EA2B1B8 0x7719 # 0 +0x8EA2B1B9 0x771A # 0 +0x8EA2B1BA 0x7722 # 0 +0x8EA2B1BB 0x7727 # 0 +0x8EA2B1BC 0x7823 # 0 +0x8EA2B1BD 0x782C # 0 +0x8EA2B1BE 0x7822 # 0 +0x8EA2B1BF 0x7835 # 0 +0x8EA2B1C0 0x782F # 0 +0x8EA2B1C1 0x7828 # 0 +0x8EA2B1C2 0x782E # 0 +0x8EA2B1C3 0x782B # 0 +0x8EA2B1C4 0x7821 # 0 +0x8EA2B1C5 0x7829 # 0 +0x8EA2B1C6 0x7833 # 0 +0x8EA2B1C7 0x782A # 0 +0x8EA2B1C8 0x7831 # 0 +0x8EA2B1C9 0x7954 # 0 +0x8EA2B1CA 0x795B # 0 +0x8EA2B1CB 0x794F # 0 +0x8EA2B1CC 0x795C # 0 +0x8EA2B1CD 0x7953 # 0 +0x8EA2B1CE 0x7952 # 0 +0x8EA2B1CF 0x7951 # 0 +0x8EA2B1D0 0x79EB # 0 +0x8EA2B1D1 0x79EC # 0 +0x8EA2B1D2 0x79E0 # 0 +0x8EA2B1D3 0x79EE # 0 +0x8EA2B1D4 0x79ED # 0 +0x8EA2B1D5 0x79EA # 0 +0x8EA2B1D6 0x79DC # 0 +0x8EA2B1D7 0x79DE # 0 +0x8EA2B1D8 0x79DD # 0 +0x8EA2B1D9 0x7A86 # 0 +0x8EA2B1DA 0x7A89 # 0 +0x8EA2B1DB 0x7A85 # 0 +0x8EA2B1DC 0x7A8B # 0 +0x8EA2B1DD 0x7A8C # 0 +0x8EA2B1DE 0x7A8A # 0 +0x8EA2B1DF 0x7A87 # 0 +0x8EA2B1E0 0x7AD8 # 0 +0x8EA2B1E1 0x7B10 # 0 +0x8EA2B1E2 0x7B04 # 0 +0x8EA2B1E3 0x7B13 # 0 +0x8EA2B1E4 0x7B05 # 0 +0x8EA2B1E5 0x7B0F # 0 +0x8EA2B1E6 0x7B08 # 0 +0x8EA2B1E7 0x7B0A # 0 +0x8EA2B1E8 0x7B0E # 0 +0x8EA2B1E9 0x7B09 # 0 +0x8EA2B1EA 0x7B12 # 0 +0x8EA2B1EB 0x7C84 # 0 +0x8EA2B1EC 0x7C91 # 0 +0x8EA2B1ED 0x7C8A # 0 +0x8EA2B1EE 0x7C8C # 0 +0x8EA2B1EF 0x7C88 # 0 +0x8EA2B1F0 0x7C8D # 0 +0x8EA2B1F1 0x7C85 # 0 +0x8EA2B1F2 0x7D1E # 0 +0x8EA2B1F3 0x7D1D # 0 +0x8EA2B1F4 0x7D11 # 0 +0x8EA2B1F5 0x7D0E # 0 +0x8EA2B1F6 0x7D18 # 0 +0x8EA2B1F7 0x7D16 # 0 +0x8EA2B1F8 0x7D13 # 0 +0x8EA2B1F9 0x7D1F # 0 +0x8EA2B1FA 0x7D12 # 0 +0x8EA2B1FB 0x7D0F # 0 +0x8EA2B1FC 0x7D0C # 0 +0x8EA2B1FD 0x7F5C # 0 +0x8EA2B1FE 0x7F61 # 0 +0x8EA2B2A1 0x7F5E # 0 +0x8EA2B2A2 0x7F60 # 0 +0x8EA2B2A3 0x7F5D # 0 +0x8EA2B2A4 0x7F5B # 0 +0x8EA2B2A5 0x7F96 # 0 +0x8EA2B2A6 0x7F92 # 0 +0x8EA2B2A7 0x7FC3 # 0 +0x8EA2B2A8 0x7FC2 # 0 +0x8EA2B2A9 0x7FC0 # 0 +0x8EA2B2AA 0x8016 # 0 +0x8EA2B2AB 0x803E # 0 +0x8EA2B2AC 0x8039 # 0 +0x8EA2B2AD 0x80FA # 0 +0x8EA2B2AE 0x80F2 # 0 +0x8EA2B2AF 0x80F9 # 0 +0x8EA2B2B0 0x80F5 # 0 +0x8EA2B2B1 0x8101 # 0 +0x8EA2B2B2 0x80FB # 0 +0x8EA2B2B3 0x8100 # 0 +0x8EA2B2B4 0x8201 # 0 +0x8EA2B2B5 0x822F # 0 +0x8EA2B2B6 0x8225 # 0 +0x8EA2B2B7 0x8333 # 0 +0x8EA2B2B8 0x832D # 0 +0x8EA2B2B9 0x8344 # 0 +0x8EA2B2BA 0x8319 # 0 +0x8EA2B2BB 0x8351 # 0 +0x8EA2B2BC 0x8325 # 0 +0x8EA2B2BD 0x8356 # 0 +0x8EA2B2BE 0x833F # 0 +0x8EA2B2BF 0x8341 # 0 +0x8EA2B2C0 0x8326 # 0 +0x8EA2B2C1 0x831C # 0 +0x8EA2B2C2 0x8322 # 0 +0x8EA2B2C3 0x8342 # 0 +0x8EA2B2C4 0x834E # 0 +0x8EA2B2C5 0x831B # 0 +0x8EA2B2C6 0x832A # 0 +0x8EA2B2C7 0x8308 # 0 +0x8EA2B2C8 0x833C # 0 +0x8EA2B2C9 0x834D # 0 +0x8EA2B2CA 0x8316 # 0 +0x8EA2B2CB 0x8324 # 0 +0x8EA2B2CC 0x8320 # 0 +0x8EA2B2CD 0x8337 # 0 +0x8EA2B2CE 0x832F # 0 +0x8EA2B2CF 0x8329 # 0 +0x8EA2B2D0 0x8347 # 0 +0x8EA2B2D1 0x8345 # 0 +0x8EA2B2D2 0x834C # 0 +0x8EA2B2D3 0x8353 # 0 +0x8EA2B2D4 0x831E # 0 +0x8EA2B2D5 0x832C # 0 +0x8EA2B2D6 0x834B # 0 +0x8EA2B2D7 0x8327 # 0 +0x8EA2B2D8 0x8348 # 0 +0x8EA2B2D9 0x8653 # 0 +0x8EA2B2DA 0x8652 # 0 +0x8EA2B2DB 0x86A2 # 0 +0x8EA2B2DC 0x86A8 # 0 +0x8EA2B2DD 0x8696 # 0 +0x8EA2B2DE 0x868D # 0 +0x8EA2B2DF 0x8691 # 0 +0x8EA2B2E0 0x869E # 0 +0x8EA2B2E1 0x8687 # 0 +0x8EA2B2E2 0x8697 # 0 +0x8EA2B2E3 0x8686 # 0 +0x8EA2B2E4 0x868B # 0 +0x8EA2B2E5 0x869A # 0 +0x8EA2B2E6 0x8685 # 0 +0x8EA2B2E7 0x86A5 # 0 +0x8EA2B2E8 0x8699 # 0 +0x8EA2B2E9 0x86A1 # 0 +0x8EA2B2EA 0x86A7 # 0 +0x8EA2B2EB 0x8695 # 0 +0x8EA2B2EC 0x8698 # 0 +0x8EA2B2ED 0x868E # 0 +0x8EA2B2EE 0x869D # 0 +0x8EA2B2EF 0x8690 # 0 +0x8EA2B2F0 0x8694 # 0 +0x8EA2B2F1 0x8843 # 0 +0x8EA2B2F2 0x8844 # 0 +0x8EA2B2F3 0x886D # 0 +0x8EA2B2F4 0x8875 # 0 +0x8EA2B2F5 0x8876 # 0 +0x8EA2B2F6 0x8872 # 0 +0x8EA2B2F7 0x8880 # 0 +0x8EA2B2F8 0x8871 # 0 +0x8EA2B2F9 0x887F # 0 +0x8EA2B2FA 0x886F # 0 +0x8EA2B2FB 0x8883 # 0 +0x8EA2B2FC 0x887E # 0 +0x8EA2B2FD 0x8874 # 0 +0x8EA2B2FE 0x887C # 0 +0x8EA2B3A1 0x8A12 # 0 +0x8EA2B3A2 0x8C47 # 0 +0x8EA2B3A3 0x8C57 # 0 +0x8EA2B3A4 0x8C7B # 0 +0x8EA2B3A5 0x8CA4 # 0 +0x8EA2B3A6 0x8CA3 # 0 +0x8EA2B3A7 0x8D76 # 0 +0x8EA2B3A8 0x8D78 # 0 +0x8EA2B3A9 0x8DB5 # 0 +0x8EA2B3AA 0x8DB7 # 0 +0x8EA2B3AB 0x8DB6 # 0 +0x8EA2B3AC 0x8ED1 # 0 +0x8EA2B3AD 0x8ED3 # 0 +0x8EA2B3AE 0x8FFE # 0 +0x8EA2B3AF 0x8FF5 # 0 +0x8EA2B3B0 0x9002 # 0 +0x8EA2B3B1 0x8FFF # 0 +0x8EA2B3B2 0x8FFB # 0 +0x8EA2B3B3 0x9004 # 0 +0x8EA2B3B4 0x8FFC # 0 +0x8EA2B3B5 0x8FF6 # 0 +0x8EA2B3B6 0x90D6 # 0 +0x8EA2B3B7 0x90E0 # 0 +0x8EA2B3B8 0x90D9 # 0 +0x8EA2B3B9 0x90DA # 0 +0x8EA2B3BA 0x90E3 # 0 +0x8EA2B3BB 0x90DF # 0 +0x8EA2B3BC 0x90E5 # 0 +0x8EA2B3BD 0x90D8 # 0 +0x8EA2B3BE 0x90DB # 0 +0x8EA2B3BF 0x90D7 # 0 +0x8EA2B3C0 0x90DC # 0 +0x8EA2B3C1 0x90E4 # 0 +0x8EA2B3C2 0x9150 # 0 +0x8EA2B3C3 0x914E # 0 +0x8EA2B3C4 0x914F # 0 +0x8EA2B3C5 0x91D5 # 0 +0x8EA2B3C6 0x91E2 # 0 +0x8EA2B3C7 0x91DA # 0 +0x8EA2B3C8 0x965C # 0 +0x8EA2B3C9 0x965F # 0 +0x8EA2B3CA 0x96BC # 0 +0x8EA2B3CB 0x98E3 # 0 +0x8EA2B3CC 0x9ADF # 0 +0x8EA2B3CD 0x9B2F # 0 +0x8EA2B3CE 0x4E7F # 0 +0x8EA2B3CF 0x5070 # 0 +0x8EA2B3D0 0x506A # 0 +0x8EA2B3D1 0x5061 # 0 +0x8EA2B3D2 0x505E # 0 +0x8EA2B3D3 0x5060 # 0 +0x8EA2B3D4 0x5053 # 0 +0x8EA2B3D5 0x504B # 0 +0x8EA2B3D6 0x505D # 0 +0x8EA2B3D7 0x5072 # 0 +0x8EA2B3D8 0x5048 # 0 +0x8EA2B3D9 0x504D # 0 +0x8EA2B3DA 0x5041 # 0 +0x8EA2B3DB 0x505B # 0 +0x8EA2B3DC 0x504A # 0 +0x8EA2B3DD 0x5062 # 0 +0x8EA2B3DE 0x5015 # 0 +0x8EA2B3DF 0x5045 # 0 +0x8EA2B3E0 0x505F # 0 +0x8EA2B3E1 0x5069 # 0 +0x8EA2B3E2 0x506B # 0 +0x8EA2B3E3 0x5063 # 0 +0x8EA2B3E4 0x5064 # 0 +0x8EA2B3E5 0x5046 # 0 +0x8EA2B3E6 0x5040 # 0 +0x8EA2B3E7 0x506E # 0 +0x8EA2B3E8 0x5073 # 0 +0x8EA2B3E9 0x5057 # 0 +0x8EA2B3EA 0x5051 # 0 +0x8EA2B3EB 0x51D0 # 0 +0x8EA2B3EC 0x526B # 0 +0x8EA2B3ED 0x526D # 0 +0x8EA2B3EE 0x526C # 0 +0x8EA2B3EF 0x526E # 0 +0x8EA2B3F0 0x52D6 # 0 +0x8EA2B3F1 0x52D3 # 0 +0x8EA2B3F2 0x532D # 0 +0x8EA2B3F3 0x539C # 0 +0x8EA2B3F4 0x5575 # 0 +0x8EA2B3F5 0x5576 # 0 +0x8EA2B3F6 0x553C # 0 +0x8EA2B3F7 0x554D # 0 +0x8EA2B3F8 0x5550 # 0 +0x8EA2B3F9 0x5534 # 0 +0x8EA2B3FA 0x552A # 0 +0x8EA2B3FB 0x5551 # 0 +0x8EA2B3FC 0x5562 # 0 +0x8EA2B3FD 0x5536 # 0 +0x8EA2B3FE 0x5535 # 0 +0x8EA2B4A1 0x5530 # 0 +0x8EA2B4A2 0x5552 # 0 +0x8EA2B4A3 0x5545 # 0 +0x8EA2B4A4 0x550C # 0 +0x8EA2B4A5 0x5532 # 0 +0x8EA2B4A6 0x5565 # 0 +0x8EA2B4A7 0x554E # 0 +0x8EA2B4A8 0x5539 # 0 +0x8EA2B4A9 0x5548 # 0 +0x8EA2B4AA 0x552D # 0 +0x8EA2B4AB 0x553B # 0 +0x8EA2B4AC 0x5540 # 0 +0x8EA2B4AD 0x554B # 0 +0x8EA2B4AE 0x570A # 0 +0x8EA2B4AF 0x5707 # 0 +0x8EA2B4B0 0x57FB # 0 +0x8EA2B4B1 0x5814 # 0 +0x8EA2B4B2 0x57E2 # 0 +0x8EA2B4B3 0x57F6 # 0 +0x8EA2B4B4 0x57DC # 0 +0x8EA2B4B5 0x57F4 # 0 +0x8EA2B4B6 0x5800 # 0 +0x8EA2B4B7 0x57ED # 0 +0x8EA2B4B8 0x57FD # 0 +0x8EA2B4B9 0x5808 # 0 +0x8EA2B4BA 0x57F8 # 0 +0x8EA2B4BB 0x580B # 0 +0x8EA2B4BC 0x57F3 # 0 +0x8EA2B4BD 0x57CF # 0 +0x8EA2B4BE 0x5807 # 0 +0x8EA2B4BF 0x57EE # 0 +0x8EA2B4C0 0x57E3 # 0 +0x8EA2B4C1 0x57F2 # 0 +0x8EA2B4C2 0x57E5 # 0 +0x8EA2B4C3 0x57EC # 0 +0x8EA2B4C4 0x57E1 # 0 +0x8EA2B4C5 0x580E # 0 +0x8EA2B4C6 0x57FC # 0 +0x8EA2B4C7 0x5810 # 0 +0x8EA2B4C8 0x57E7 # 0 +0x8EA2B4C9 0x5801 # 0 +0x8EA2B4CA 0x580C # 0 +0x8EA2B4CB 0x57F1 # 0 +0x8EA2B4CC 0x57E9 # 0 +0x8EA2B4CD 0x57F0 # 0 +0x8EA2B4CE 0x580D # 0 +0x8EA2B4CF 0x5804 # 0 +0x8EA2B4D0 0x595C # 0 +0x8EA2B4D1 0x5A60 # 0 +0x8EA2B4D2 0x5A58 # 0 +0x8EA2B4D3 0x5A55 # 0 +0x8EA2B4D4 0x5A67 # 0 +0x8EA2B4D5 0x5A5E # 0 +0x8EA2B4D6 0x5A38 # 0 +0x8EA2B4D7 0x5A35 # 0 +0x8EA2B4D8 0x5A6D # 0 +0x8EA2B4D9 0x5A50 # 0 +0x8EA2B4DA 0x5A5F # 0 +0x8EA2B4DB 0x5A65 # 0 +0x8EA2B4DC 0x5A6C # 0 +0x8EA2B4DD 0x5A53 # 0 +0x8EA2B4DE 0x5A64 # 0 +0x8EA2B4DF 0x5A57 # 0 +0x8EA2B4E0 0x5A43 # 0 +0x8EA2B4E1 0x5A5D # 0 +0x8EA2B4E2 0x5A52 # 0 +0x8EA2B4E3 0x5A44 # 0 +0x8EA2B4E4 0x5A5B # 0 +0x8EA2B4E5 0x5A48 # 0 +0x8EA2B4E6 0x5A8E # 0 +0x8EA2B4E7 0x5A3E # 0 +0x8EA2B4E8 0x5A4D # 0 +0x8EA2B4E9 0x5A39 # 0 +0x8EA2B4EA 0x5A4C # 0 +0x8EA2B4EB 0x5A70 # 0 +0x8EA2B4EC 0x5A69 # 0 +0x8EA2B4ED 0x5A47 # 0 +0x8EA2B4EE 0x5A51 # 0 +0x8EA2B4EF 0x5A56 # 0 +0x8EA2B4F0 0x5A42 # 0 +0x8EA2B4F1 0x5A5C # 0 +0x8EA2B4F2 0x5B72 # 0 +0x8EA2B4F3 0x5B6E # 0 +0x8EA2B4F4 0x5BC1 # 0 +0x8EA2B4F5 0x5BC0 # 0 +0x8EA2B4F6 0x5C59 # 0 +0x8EA2B4F7 0x5D1E # 0 +0x8EA2B4F8 0x5D0B # 0 +0x8EA2B4F9 0x5D1D # 0 +0x8EA2B4FA 0x5D1A # 0 +0x8EA2B4FB 0x5D20 # 0 +0x8EA2B4FC 0x5D0C # 0 +0x8EA2B4FD 0x5D28 # 0 +0x8EA2B4FE 0x5D0D # 0 +0x8EA2B5A1 0x5D26 # 0 +0x8EA2B5A2 0x5D25 # 0 +0x8EA2B5A3 0x5D0F # 0 +0x8EA2B5A4 0x5D30 # 0 +0x8EA2B5A5 0x5D12 # 0 +0x8EA2B5A6 0x5D23 # 0 +0x8EA2B5A7 0x5D1F # 0 +0x8EA2B5A8 0x5D2E # 0 +0x8EA2B5A9 0x5E3E # 0 +0x8EA2B5AA 0x5E34 # 0 +0x8EA2B5AB 0x5EB1 # 0 +0x8EA2B5AC 0x5EB4 # 0 +0x8EA2B5AD 0x5EB9 # 0 +0x8EA2B5AE 0x5EB2 # 0 +0x8EA2B5AF 0x5EB3 # 0 +0x8EA2B5B0 0x5F36 # 0 +0x8EA2B5B1 0x5F38 # 0 +0x8EA2B5B2 0x5F9B # 0 +0x8EA2B5B3 0x5F96 # 0 +0x8EA2B5B4 0x5F9F # 0 +0x8EA2B5B5 0x608A # 0 +0x8EA2B5B6 0x6090 # 0 +0x8EA2B5B7 0x6086 # 0 +0x8EA2B5B8 0x60BE # 0 +0x8EA2B5B9 0x60B0 # 0 +0x8EA2B5BA 0x60BA # 0 +0x8EA2B5BB 0x60D3 # 0 +0x8EA2B5BC 0x60D4 # 0 +0x8EA2B5BD 0x60CF # 0 +0x8EA2B5BE 0x60E4 # 0 +0x8EA2B5BF 0x60D9 # 0 +0x8EA2B5C0 0x60DD # 0 +0x8EA2B5C1 0x60C8 # 0 +0x8EA2B5C2 0x60B1 # 0 +0x8EA2B5C3 0x60DB # 0 +0x8EA2B5C4 0x60B7 # 0 +0x8EA2B5C5 0x60CA # 0 +0x8EA2B5C6 0x60BF # 0 +0x8EA2B5C7 0x60C3 # 0 +0x8EA2B5C8 0x60CD # 0 +0x8EA2B5C9 0x60C0 # 0 +0x8EA2B5CA 0x6332 # 0 +0x8EA2B5CB 0x6365 # 0 +0x8EA2B5CC 0x638A # 0 +0x8EA2B5CD 0x6382 # 0 +0x8EA2B5CE 0x637D # 0 +0x8EA2B5CF 0x63BD # 0 +0x8EA2B5D0 0x639E # 0 +0x8EA2B5D1 0x63AD # 0 +0x8EA2B5D2 0x639D # 0 +0x8EA2B5D3 0x6397 # 0 +0x8EA2B5D4 0x63AB # 0 +0x8EA2B5D5 0x638E # 0 +0x8EA2B5D6 0x636F # 0 +0x8EA2B5D7 0x6387 # 0 +0x8EA2B5D8 0x6390 # 0 +0x8EA2B5D9 0x636E # 0 +0x8EA2B5DA 0x63AF # 0 +0x8EA2B5DB 0x6375 # 0 +0x8EA2B5DC 0x639C # 0 +0x8EA2B5DD 0x636D # 0 +0x8EA2B5DE 0x63AE # 0 +0x8EA2B5DF 0x637C # 0 +0x8EA2B5E0 0x63A4 # 0 +0x8EA2B5E1 0x633B # 0 +0x8EA2B5E2 0x639F # 0 +0x8EA2B5E3 0x6378 # 0 +0x8EA2B5E4 0x6385 # 0 +0x8EA2B5E5 0x6381 # 0 +0x8EA2B5E6 0x6391 # 0 +0x8EA2B5E7 0x638D # 0 +0x8EA2B5E8 0x6370 # 0 +0x8EA2B5E9 0x6553 # 0 +0x8EA2B5EA 0x65CD # 0 +0x8EA2B5EB 0x6665 # 0 +0x8EA2B5EC 0x6661 # 0 +0x8EA2B5ED 0x665B # 0 +0x8EA2B5EE 0x6659 # 0 +0x8EA2B5EF 0x665C # 0 +0x8EA2B5F0 0x6662 # 0 +0x8EA2B5F1 0x6718 # 0 +0x8EA2B5F2 0x6879 # 0 +0x8EA2B5F3 0x6887 # 0 +0x8EA2B5F4 0x6890 # 0 +0x8EA2B5F5 0x689C # 0 +0x8EA2B5F6 0x686D # 0 +0x8EA2B5F7 0x686E # 0 +0x8EA2B5F8 0x68AE # 0 +0x8EA2B5F9 0x68AB # 0 +0x8EA2B5FA 0x6956 # 0 +0x8EA2B5FB 0x686F # 0 +0x8EA2B5FC 0x68A3 # 0 +0x8EA2B5FD 0x68AC # 0 +0x8EA2B5FE 0x68A9 # 0 +0x8EA2B6A1 0x6875 # 0 +0x8EA2B6A2 0x6874 # 0 +0x8EA2B6A3 0x68B2 # 0 +0x8EA2B6A4 0x688F # 0 +0x8EA2B6A5 0x6877 # 0 +0x8EA2B6A6 0x6892 # 0 +0x8EA2B6A7 0x687C # 0 +0x8EA2B6A8 0x686B # 0 +0x8EA2B6A9 0x6872 # 0 +0x8EA2B6AA 0x68AA # 0 +0x8EA2B6AB 0x6880 # 0 +0x8EA2B6AC 0x6871 # 0 +0x8EA2B6AD 0x687E # 0 +0x8EA2B6AE 0x689B # 0 +0x8EA2B6AF 0x6896 # 0 +0x8EA2B6B0 0x688B # 0 +0x8EA2B6B1 0x68A0 # 0 +0x8EA2B6B2 0x6889 # 0 +0x8EA2B6B3 0x68A4 # 0 +0x8EA2B6B4 0x6878 # 0 +0x8EA2B6B5 0x687B # 0 +0x8EA2B6B6 0x6891 # 0 +0x8EA2B6B7 0x688C # 0 +0x8EA2B6B8 0x688A # 0 +0x8EA2B6B9 0x687D # 0 +0x8EA2B6BA 0x6B36 # 0 +0x8EA2B6BB 0x6B33 # 0 +0x8EA2B6BC 0x6B37 # 0 +0x8EA2B6BD 0x6B38 # 0 +0x8EA2B6BE 0x6B91 # 0 +0x8EA2B6BF 0x6B8F # 0 +0x8EA2B6C0 0x6B8D # 0 +0x8EA2B6C1 0x6B8E # 0 +0x8EA2B6C2 0x6B8C # 0 +0x8EA2B6C3 0x6C2A # 0 +0x8EA2B6C4 0x6DC0 # 0 +0x8EA2B6C5 0x6DAB # 0 +0x8EA2B6C6 0x6DB4 # 0 +0x8EA2B6C7 0x6DB3 # 0 +0x8EA2B6C8 0x6E74 # 0 +0x8EA2B6C9 0x6DAC # 0 +0x8EA2B6CA 0x6DE9 # 0 +0x8EA2B6CB 0x6DE2 # 0 +0x8EA2B6CC 0x6DB7 # 0 +0x8EA2B6CD 0x6DF6 # 0 +0x8EA2B6CE 0x6DD4 # 0 +0x8EA2B6CF 0x6E00 # 0 +0x8EA2B6D0 0x6DC8 # 0 +0x8EA2B6D1 0x6DE0 # 0 +0x8EA2B6D2 0x6DDF # 0 +0x8EA2B6D3 0x6DD6 # 0 +0x8EA2B6D4 0x6DBE # 0 +0x8EA2B6D5 0x6DE5 # 0 +0x8EA2B6D6 0x6DDC # 0 +0x8EA2B6D7 0x6DDD # 0 +0x8EA2B6D8 0x6DDB # 0 +0x8EA2B6D9 0x6DF4 # 0 +0x8EA2B6DA 0x6DCA # 0 +0x8EA2B6DB 0x6DBD # 0 +0x8EA2B6DC 0x6DED # 0 +0x8EA2B6DD 0x6DF0 # 0 +0x8EA2B6DE 0x6DBA # 0 +0x8EA2B6DF 0x6DD5 # 0 +0x8EA2B6E0 0x6DC2 # 0 +0x8EA2B6E1 0x6DCF # 0 +0x8EA2B6E2 0x6DC9 # 0 +0x8EA2B6E3 0x6DD0 # 0 +0x8EA2B6E4 0x6DF2 # 0 +0x8EA2B6E5 0x6DD3 # 0 +0x8EA2B6E6 0x6DFD # 0 +0x8EA2B6E7 0x6DD7 # 0 +0x8EA2B6E8 0x6DCD # 0 +0x8EA2B6E9 0x6DE3 # 0 +0x8EA2B6EA 0x6DBB # 0 +0x8EA2B6EB 0x70FA # 0 +0x8EA2B6EC 0x710D # 0 +0x8EA2B6ED 0x70F7 # 0 +0x8EA2B6EE 0x7117 # 0 +0x8EA2B6EF 0x70F4 # 0 +0x8EA2B6F0 0x710C # 0 +0x8EA2B6F1 0x70F0 # 0 +0x8EA2B6F2 0x7104 # 0 +0x8EA2B6F3 0x70F3 # 0 +0x8EA2B6F4 0x7110 # 0 +0x8EA2B6F5 0x70FC # 0 +0x8EA2B6F6 0x70FF # 0 +0x8EA2B6F7 0x7106 # 0 +0x8EA2B6F8 0x7113 # 0 +0x8EA2B6F9 0x7100 # 0 +0x8EA2B6FA 0x70F8 # 0 +0x8EA2B6FB 0x70F6 # 0 +0x8EA2B6FC 0x710B # 0 +0x8EA2B6FD 0x7102 # 0 +0x8EA2B6FE 0x710E # 0 +0x8EA2B7A1 0x727E # 0 +0x8EA2B7A2 0x727B # 0 +0x8EA2B7A3 0x727C # 0 +0x8EA2B7A4 0x727F # 0 +0x8EA2B7A5 0x731D # 0 +0x8EA2B7A6 0x7317 # 0 +0x8EA2B7A7 0x7307 # 0 +0x8EA2B7A8 0x7311 # 0 +0x8EA2B7A9 0x7318 # 0 +0x8EA2B7AA 0x730A # 0 +0x8EA2B7AB 0x7308 # 0 +0x8EA2B7AC 0x72FF # 0 +0x8EA2B7AD 0x730F # 0 +0x8EA2B7AE 0x731E # 0 +0x8EA2B7AF 0x7388 # 0 +0x8EA2B7B0 0x73F6 # 0 +0x8EA2B7B1 0x73F8 # 0 +0x8EA2B7B2 0x73F5 # 0 +0x8EA2B7B3 0x7404 # 0 +0x8EA2B7B4 0x7401 # 0 +0x8EA2B7B5 0x73FD # 0 +0x8EA2B7B6 0x7407 # 0 +0x8EA2B7B7 0x7400 # 0 +0x8EA2B7B8 0x73FA # 0 +0x8EA2B7B9 0x73FC # 0 +0x8EA2B7BA 0x73FF # 0 +0x8EA2B7BB 0x740C # 0 +0x8EA2B7BC 0x740B # 0 +0x8EA2B7BD 0x73F4 # 0 +0x8EA2B7BE 0x7408 # 0 +0x8EA2B7BF 0x7564 # 0 +0x8EA2B7C0 0x7563 # 0 +0x8EA2B7C1 0x75CE # 0 +0x8EA2B7C2 0x75D2 # 0 +0x8EA2B7C3 0x75CF # 0 +0x8EA2B7C4 0x75CB # 0 +0x8EA2B7C5 0x75CC # 0 +0x8EA2B7C6 0x75D1 # 0 +0x8EA2B7C7 0x75D0 # 0 +0x8EA2B7C8 0x768F # 0 +0x8EA2B7C9 0x7689 # 0 +0x8EA2B7CA 0x76D3 # 0 +0x8EA2B7CB 0x7739 # 0 +0x8EA2B7CC 0x772F # 0 +0x8EA2B7CD 0x772D # 0 +0x8EA2B7CE 0x7731 # 0 +0x8EA2B7CF 0x7732 # 0 +0x8EA2B7D0 0x7734 # 0 +0x8EA2B7D1 0x7733 # 0 +0x8EA2B7D2 0x773D # 0 +0x8EA2B7D3 0x7725 # 0 +0x8EA2B7D4 0x773B # 0 +0x8EA2B7D5 0x7735 # 0 +0x8EA2B7D6 0x7848 # 0 +0x8EA2B7D7 0x7852 # 0 +0x8EA2B7D8 0x7849 # 0 +0x8EA2B7D9 0x784D # 0 +0x8EA2B7DA 0x784A # 0 +0x8EA2B7DB 0x784C # 0 +0x8EA2B7DC 0x7826 # 0 +0x8EA2B7DD 0x7845 # 0 +0x8EA2B7DE 0x7850 # 0 +0x8EA2B7DF 0x7964 # 0 +0x8EA2B7E0 0x7967 # 0 +0x8EA2B7E1 0x7969 # 0 +0x8EA2B7E2 0x796A # 0 +0x8EA2B7E3 0x7963 # 0 +0x8EA2B7E4 0x796B # 0 +0x8EA2B7E5 0x7961 # 0 +0x8EA2B7E6 0x79BB # 0 +0x8EA2B7E7 0x79FA # 0 +0x8EA2B7E8 0x79F8 # 0 +0x8EA2B7E9 0x79F6 # 0 +0x8EA2B7EA 0x79F7 # 0 +0x8EA2B7EB 0x7A8F # 0 +0x8EA2B7EC 0x7A94 # 0 +0x8EA2B7ED 0x7A90 # 0 +0x8EA2B7EE 0x7B35 # 0 +0x8EA2B7EF 0x7B3B # 0 +0x8EA2B7F0 0x7B34 # 0 +0x8EA2B7F1 0x7B25 # 0 +0x8EA2B7F2 0x7B30 # 0 +0x8EA2B7F3 0x7B22 # 0 +0x8EA2B7F4 0x7B24 # 0 +0x8EA2B7F5 0x7B33 # 0 +0x8EA2B7F6 0x7B18 # 0 +0x8EA2B7F7 0x7B2A # 0 +0x8EA2B7F8 0x7B1D # 0 +0x8EA2B7F9 0x7B31 # 0 +0x8EA2B7FA 0x7B2B # 0 +0x8EA2B7FB 0x7B2D # 0 +0x8EA2B7FC 0x7B2F # 0 +0x8EA2B7FD 0x7B32 # 0 +0x8EA2B7FE 0x7B38 # 0 +0x8EA2B8A1 0x7B1A # 0 +0x8EA2B8A2 0x7B23 # 0 +0x8EA2B8A3 0x7C94 # 0 +0x8EA2B8A4 0x7C98 # 0 +0x8EA2B8A5 0x7C96 # 0 +0x8EA2B8A6 0x7CA3 # 0 +0x8EA2B8A7 0x7D35 # 0 +0x8EA2B8A8 0x7D3D # 0 +0x8EA2B8A9 0x7D38 # 0 +0x8EA2B8AA 0x7D36 # 0 +0x8EA2B8AB 0x7D3A # 0 +0x8EA2B8AC 0x7D45 # 0 +0x8EA2B8AD 0x7D2C # 0 +0x8EA2B8AE 0x7D29 # 0 +0x8EA2B8AF 0x7D41 # 0 +0x8EA2B8B0 0x7D47 # 0 +0x8EA2B8B1 0x7D3E # 0 +0x8EA2B8B2 0x7D3F # 0 +0x8EA2B8B3 0x7D4A # 0 +0x8EA2B8B4 0x7D3B # 0 +0x8EA2B8B5 0x7D28 # 0 +0x8EA2B8B6 0x7F63 # 0 +0x8EA2B8B7 0x7F95 # 0 +0x8EA2B8B8 0x7F9C # 0 +0x8EA2B8B9 0x7F9D # 0 +0x8EA2B8BA 0x7F9B # 0 +0x8EA2B8BB 0x7FCA # 0 +0x8EA2B8BC 0x7FCB # 0 +0x8EA2B8BD 0x7FCD # 0 +0x8EA2B8BE 0x7FD0 # 0 +0x8EA2B8BF 0x7FD1 # 0 +0x8EA2B8C0 0x7FC7 # 0 +0x8EA2B8C1 0x7FCF # 0 +0x8EA2B8C2 0x7FC9 # 0 +0x8EA2B8C3 0x801F # 0 +0x8EA2B8C4 0x801E # 0 +0x8EA2B8C5 0x801B # 0 +0x8EA2B8C6 0x8047 # 0 +0x8EA2B8C7 0x8043 # 0 +0x8EA2B8C8 0x8048 # 0 +0x8EA2B8C9 0x8118 # 0 +0x8EA2B8CA 0x8125 # 0 +0x8EA2B8CB 0x8119 # 0 +0x8EA2B8CC 0x811B # 0 +0x8EA2B8CD 0x812D # 0 +0x8EA2B8CE 0x811F # 0 +0x8EA2B8CF 0x812C # 0 +0x8EA2B8D0 0x811E # 0 +0x8EA2B8D1 0x8121 # 0 +0x8EA2B8D2 0x8115 # 0 +0x8EA2B8D3 0x8127 # 0 +0x8EA2B8D4 0x811D # 0 +0x8EA2B8D5 0x8122 # 0 +0x8EA2B8D6 0x8211 # 0 +0x8EA2B8D7 0x8238 # 0 +0x8EA2B8D8 0x8233 # 0 +0x8EA2B8D9 0x823A # 0 +0x8EA2B8DA 0x8234 # 0 +0x8EA2B8DB 0x8232 # 0 +0x8EA2B8DC 0x8274 # 0 +0x8EA2B8DD 0x8390 # 0 +0x8EA2B8DE 0x83A3 # 0 +0x8EA2B8DF 0x83A8 # 0 +0x8EA2B8E0 0x838D # 0 +0x8EA2B8E1 0x837A # 0 +0x8EA2B8E2 0x8373 # 0 +0x8EA2B8E3 0x83A4 # 0 +0x8EA2B8E4 0x8374 # 0 +0x8EA2B8E5 0x838F # 0 +0x8EA2B8E6 0x8381 # 0 +0x8EA2B8E7 0x8395 # 0 +0x8EA2B8E8 0x8399 # 0 +0x8EA2B8E9 0x8375 # 0 +0x8EA2B8EA 0x8394 # 0 +0x8EA2B8EB 0x83A9 # 0 +0x8EA2B8EC 0x837D # 0 +0x8EA2B8ED 0x8383 # 0 +0x8EA2B8EE 0x838C # 0 +0x8EA2B8EF 0x839D # 0 +0x8EA2B8F0 0x839B # 0 +0x8EA2B8F1 0x83AA # 0 +0x8EA2B8F2 0x838B # 0 +0x8EA2B8F3 0x837E # 0 +0x8EA2B8F4 0x83A5 # 0 +0x8EA2B8F5 0x83AF # 0 +0x8EA2B8F6 0x8388 # 0 +0x8EA2B8F7 0x8397 # 0 +0x8EA2B8F8 0x83B0 # 0 +0x8EA2B8F9 0x837F # 0 +0x8EA2B8FA 0x83A6 # 0 +0x8EA2B8FB 0x8387 # 0 +0x8EA2B8FC 0x83AE # 0 +0x8EA2B8FD 0x8376 # 0 +0x8EA2B8FE 0x8659 # 0 +0x8EA2B9A1 0x8656 # 0 +0x8EA2B9A2 0x86BF # 0 +0x8EA2B9A3 0x86B7 # 0 +0x8EA2B9A4 0x86C2 # 0 +0x8EA2B9A5 0x86C1 # 0 +0x8EA2B9A6 0x86C5 # 0 +0x8EA2B9A7 0x86BA # 0 +0x8EA2B9A8 0x86B0 # 0 +0x8EA2B9A9 0x86C8 # 0 +0x8EA2B9AA 0x86B9 # 0 +0x8EA2B9AB 0x86B3 # 0 +0x8EA2B9AC 0x86B8 # 0 +0x8EA2B9AD 0x86CC # 0 +0x8EA2B9AE 0x86B4 # 0 +0x8EA2B9AF 0x86BB # 0 +0x8EA2B9B0 0x86BC # 0 +0x8EA2B9B1 0x86C3 # 0 +0x8EA2B9B2 0x86BD # 0 +0x8EA2B9B3 0x86BE # 0 +0x8EA2B9B4 0x8852 # 0 +0x8EA2B9B5 0x8889 # 0 +0x8EA2B9B6 0x8895 # 0 +0x8EA2B9B7 0x88A8 # 0 +0x8EA2B9B8 0x88A2 # 0 +0x8EA2B9B9 0x88AA # 0 +0x8EA2B9BA 0x889A # 0 +0x8EA2B9BB 0x8891 # 0 +0x8EA2B9BC 0x88A1 # 0 +0x8EA2B9BD 0x889F # 0 +0x8EA2B9BE 0x8898 # 0 +0x8EA2B9BF 0x88A7 # 0 +0x8EA2B9C0 0x8899 # 0 +0x8EA2B9C1 0x889B # 0 +0x8EA2B9C2 0x8897 # 0 +0x8EA2B9C3 0x88A4 # 0 +0x8EA2B9C4 0x88AC # 0 +0x8EA2B9C5 0x888C # 0 +0x8EA2B9C6 0x8893 # 0 +0x8EA2B9C7 0x888E # 0 +0x8EA2B9C8 0x8982 # 0 +0x8EA2B9C9 0x89D6 # 0 +0x8EA2B9CA 0x89D9 # 0 +0x8EA2B9CB 0x89D5 # 0 +0x8EA2B9CC 0x8A30 # 0 +0x8EA2B9CD 0x8A27 # 0 +0x8EA2B9CE 0x8A2C # 0 +0x8EA2B9CF 0x8A1E # 0 +0x8EA2B9D0 0x8C39 # 0 +0x8EA2B9D1 0x8C3B # 0 +0x8EA2B9D2 0x8C5C # 0 +0x8EA2B9D3 0x8C5D # 0 +0x8EA2B9D4 0x8C7D # 0 +0x8EA2B9D5 0x8CA5 # 0 +0x8EA2B9D6 0x8D7D # 0 +0x8EA2B9D7 0x8D7B # 0 +0x8EA2B9D8 0x8D79 # 0 +0x8EA2B9D9 0x8DBC # 0 +0x8EA2B9DA 0x8DC2 # 0 +0x8EA2B9DB 0x8DB9 # 0 +0x8EA2B9DC 0x8DBF # 0 +0x8EA2B9DD 0x8DC1 # 0 +0x8EA2B9DE 0x8ED8 # 0 +0x8EA2B9DF 0x8EDE # 0 +0x8EA2B9E0 0x8EDD # 0 +0x8EA2B9E1 0x8EDC # 0 +0x8EA2B9E2 0x8ED7 # 0 +0x8EA2B9E3 0x8EE0 # 0 +0x8EA2B9E4 0x8EE1 # 0 +0x8EA2B9E5 0x9024 # 0 +0x8EA2B9E6 0x900B # 0 +0x8EA2B9E7 0x9011 # 0 +0x8EA2B9E8 0x901C # 0 +0x8EA2B9E9 0x900C # 0 +0x8EA2B9EA 0x9021 # 0 +0x8EA2B9EB 0x90EF # 0 +0x8EA2B9EC 0x90EA # 0 +0x8EA2B9ED 0x90F0 # 0 +0x8EA2B9EE 0x90F4 # 0 +0x8EA2B9EF 0x90F2 # 0 +0x8EA2B9F0 0x90F3 # 0 +0x8EA2B9F1 0x90D4 # 0 +0x8EA2B9F2 0x90EB # 0 +0x8EA2B9F3 0x90EC # 0 +0x8EA2B9F4 0x90E9 # 0 +0x8EA2B9F5 0x9156 # 0 +0x8EA2B9F6 0x9158 # 0 +0x8EA2B9F7 0x915A # 0 +0x8EA2B9F8 0x9153 # 0 +0x8EA2B9F9 0x9155 # 0 +0x8EA2B9FA 0x91EC # 0 +0x8EA2B9FB 0x91F4 # 0 +0x8EA2B9FC 0x91F1 # 0 +0x8EA2B9FD 0x91F3 # 0 +0x8EA2B9FE 0x91F8 # 0 +0x8EA2BAA1 0x91E4 # 0 +0x8EA2BAA2 0x91F9 # 0 +0x8EA2BAA3 0x91EA # 0 +0x8EA2BAA4 0x91EB # 0 +0x8EA2BAA5 0x91F7 # 0 +0x8EA2BAA6 0x91E8 # 0 +0x8EA2BAA7 0x91EE # 0 +0x8EA2BAA8 0x957A # 0 +0x8EA2BAA9 0x9586 # 0 +0x8EA2BAAA 0x9588 # 0 +0x8EA2BAAB 0x967C # 0 +0x8EA2BAAC 0x966D # 0 +0x8EA2BAAD 0x966B # 0 +0x8EA2BAAE 0x9671 # 0 +0x8EA2BAAF 0x966F # 0 +0x8EA2BAB0 0x96BF # 0 +0x8EA2BAB1 0x976A # 0 +0x8EA2BAB2 0x9804 # 0 +0x8EA2BAB3 0x98E5 # 0 +0x8EA2BAB4 0x9997 # 0 +0x8EA2BAB5 0x509B # 0 +0x8EA2BAB6 0x5095 # 0 +0x8EA2BAB7 0x5094 # 0 +0x8EA2BAB8 0x509E # 0 +0x8EA2BAB9 0x508B # 0 +0x8EA2BABA 0x50A3 # 0 +0x8EA2BABB 0x5083 # 0 +0x8EA2BABC 0x508C # 0 +0x8EA2BABD 0x508E # 0 +0x8EA2BABE 0x509D # 0 +0x8EA2BABF 0x5068 # 0 +0x8EA2BAC0 0x509C # 0 +0x8EA2BAC1 0x5092 # 0 +0x8EA2BAC2 0x5082 # 0 +0x8EA2BAC3 0x5087 # 0 +0x8EA2BAC4 0x515F # 0 +0x8EA2BAC5 0x51D4 # 0 +0x8EA2BAC6 0x5312 # 0 +0x8EA2BAC7 0x5311 # 0 +0x8EA2BAC8 0x53A4 # 0 +0x8EA2BAC9 0x53A7 # 0 +0x8EA2BACA 0x5591 # 0 +0x8EA2BACB 0x55A8 # 0 +0x8EA2BACC 0x55A5 # 0 +0x8EA2BACD 0x55AD # 0 +0x8EA2BACE 0x5577 # 0 +0x8EA2BACF 0x5645 # 0 +0x8EA2BAD0 0x55A2 # 0 +0x8EA2BAD1 0x5593 # 0 +0x8EA2BAD2 0x5588 # 0 +0x8EA2BAD3 0x558F # 0 +0x8EA2BAD4 0x55B5 # 0 +0x8EA2BAD5 0x5581 # 0 +0x8EA2BAD6 0x55A3 # 0 +0x8EA2BAD7 0x5592 # 0 +0x8EA2BAD8 0x55A4 # 0 +0x8EA2BAD9 0x557D # 0 +0x8EA2BADA 0x558C # 0 +0x8EA2BADB 0x55A6 # 0 +0x8EA2BADC 0x557F # 0 +0x8EA2BADD 0x5595 # 0 +0x8EA2BADE 0x55A1 # 0 +0x8EA2BADF 0x558E # 0 +0x8EA2BAE0 0x570C # 0 +0x8EA2BAE1 0x5829 # 0 +0x8EA2BAE2 0x5837 # 0 +0x8EA2BAE3 0x5819 # 0 +0x8EA2BAE4 0x581E # 0 +0x8EA2BAE5 0x5827 # 0 +0x8EA2BAE6 0x5823 # 0 +0x8EA2BAE7 0x5828 # 0 +0x8EA2BAE8 0x57F5 # 0 +0x8EA2BAE9 0x5848 # 0 +0x8EA2BAEA 0x5825 # 0 +0x8EA2BAEB 0x581C # 0 +0x8EA2BAEC 0x581B # 0 +0x8EA2BAED 0x5833 # 0 +0x8EA2BAEE 0x583F # 0 +0x8EA2BAEF 0x5836 # 0 +0x8EA2BAF0 0x582E # 0 +0x8EA2BAF1 0x5839 # 0 +0x8EA2BAF2 0x5838 # 0 +0x8EA2BAF3 0x582D # 0 +0x8EA2BAF4 0x582C # 0 +0x8EA2BAF5 0x583B # 0 +0x8EA2BAF6 0x5961 # 0 +0x8EA2BAF7 0x5AAF # 0 +0x8EA2BAF8 0x5A94 # 0 +0x8EA2BAF9 0x5A9F # 0 +0x8EA2BAFA 0x5A7A # 0 +0x8EA2BAFB 0x5AA2 # 0 +0x8EA2BAFC 0x5A9E # 0 +0x8EA2BAFD 0x5A78 # 0 +0x8EA2BAFE 0x5AA6 # 0 +0x8EA2BBA1 0x5A7C # 0 +0x8EA2BBA2 0x5AA5 # 0 +0x8EA2BBA3 0x5AAC # 0 +0x8EA2BBA4 0x5A95 # 0 +0x8EA2BBA5 0x5AAE # 0 +0x8EA2BBA6 0x5A37 # 0 +0x8EA2BBA7 0x5A84 # 0 +0x8EA2BBA8 0x5A8A # 0 +0x8EA2BBA9 0x5A97 # 0 +0x8EA2BBAA 0x5A83 # 0 +0x8EA2BBAB 0x5A8B # 0 +0x8EA2BBAC 0x5AA9 # 0 +0x8EA2BBAD 0x5A7B # 0 +0x8EA2BBAE 0x5A7D # 0 +0x8EA2BBAF 0x5A8C # 0 +0x8EA2BBB0 0x5A9C # 0 +0x8EA2BBB1 0x5A8F # 0 +0x8EA2BBB2 0x5A93 # 0 +0x8EA2BBB3 0x5A9D # 0 +0x8EA2BBB4 0x5BEA # 0 +0x8EA2BBB5 0x5BCD # 0 +0x8EA2BBB6 0x5BCB # 0 +0x8EA2BBB7 0x5BD4 # 0 +0x8EA2BBB8 0x5BD1 # 0 +0x8EA2BBB9 0x5BCA # 0 +0x8EA2BBBA 0x5BCE # 0 +0x8EA2BBBB 0x5C0C # 0 +0x8EA2BBBC 0x5C30 # 0 +0x8EA2BBBD 0x5D37 # 0 +0x8EA2BBBE 0x5D43 # 0 +0x8EA2BBBF 0x5D6B # 0 +0x8EA2BBC0 0x5D41 # 0 +0x8EA2BBC1 0x5D4B # 0 +0x8EA2BBC2 0x5D3F # 0 +0x8EA2BBC3 0x5D35 # 0 +0x8EA2BBC4 0x5D51 # 0 +0x8EA2BBC5 0x5D4E # 0 +0x8EA2BBC6 0x5D55 # 0 +0x8EA2BBC7 0x5D33 # 0 +0x8EA2BBC8 0x5D3A # 0 +0x8EA2BBC9 0x5D52 # 0 +0x8EA2BBCA 0x5D3D # 0 +0x8EA2BBCB 0x5D31 # 0 +0x8EA2BBCC 0x5D59 # 0 +0x8EA2BBCD 0x5D42 # 0 +0x8EA2BBCE 0x5D39 # 0 +0x8EA2BBCF 0x5D49 # 0 +0x8EA2BBD0 0x5D38 # 0 +0x8EA2BBD1 0x5D3C # 0 +0x8EA2BBD2 0x5D32 # 0 +0x8EA2BBD3 0x5D36 # 0 +0x8EA2BBD4 0x5D40 # 0 +0x8EA2BBD5 0x5D45 # 0 +0x8EA2BBD6 0x5E44 # 0 +0x8EA2BBD7 0x5E41 # 0 +0x8EA2BBD8 0x5F58 # 0 +0x8EA2BBD9 0x5FA6 # 0 +0x8EA2BBDA 0x5FA5 # 0 +0x8EA2BBDB 0x5FAB # 0 +0x8EA2BBDC 0x60C9 # 0 +0x8EA2BBDD 0x60B9 # 0 +0x8EA2BBDE 0x60CC # 0 +0x8EA2BBDF 0x60E2 # 0 +0x8EA2BBE0 0x60CE # 0 +0x8EA2BBE1 0x60C4 # 0 +0x8EA2BBE2 0x6114 # 0 +0x8EA2BBE3 0x60F2 # 0 +0x8EA2BBE4 0x610A # 0 +0x8EA2BBE5 0x6116 # 0 +0x8EA2BBE6 0x6105 # 0 +0x8EA2BBE7 0x60F5 # 0 +0x8EA2BBE8 0x6113 # 0 +0x8EA2BBE9 0x60F8 # 0 +0x8EA2BBEA 0x60FC # 0 +0x8EA2BBEB 0x60FE # 0 +0x8EA2BBEC 0x60C1 # 0 +0x8EA2BBED 0x6103 # 0 +0x8EA2BBEE 0x6118 # 0 +0x8EA2BBEF 0x611D # 0 +0x8EA2BBF0 0x6110 # 0 +0x8EA2BBF1 0x60FF # 0 +0x8EA2BBF2 0x6104 # 0 +0x8EA2BBF3 0x610B # 0 +0x8EA2BBF4 0x624A # 0 +0x8EA2BBF5 0x6394 # 0 +0x8EA2BBF6 0x63B1 # 0 +0x8EA2BBF7 0x63B0 # 0 +0x8EA2BBF8 0x63CE # 0 +0x8EA2BBF9 0x63E5 # 0 +0x8EA2BBFA 0x63E8 # 0 +0x8EA2BBFB 0x63EF # 0 +0x8EA2BBFC 0x63C3 # 0 +0x8EA2BBFD 0x649D # 0 +0x8EA2BBFE 0x63F3 # 0 +0x8EA2BCA1 0x63CA # 0 +0x8EA2BCA2 0x63E0 # 0 +0x8EA2BCA3 0x63F6 # 0 +0x8EA2BCA4 0x63D5 # 0 +0x8EA2BCA5 0x63F2 # 0 +0x8EA2BCA6 0x63F5 # 0 +0x8EA2BCA7 0x6461 # 0 +0x8EA2BCA8 0x63DF # 0 +0x8EA2BCA9 0x63BE # 0 +0x8EA2BCAA 0x63DD # 0 +0x8EA2BCAB 0x63DC # 0 +0x8EA2BCAC 0x63C4 # 0 +0x8EA2BCAD 0x63D8 # 0 +0x8EA2BCAE 0x63D3 # 0 +0x8EA2BCAF 0x63C2 # 0 +0x8EA2BCB0 0x63C7 # 0 +0x8EA2BCB1 0x63CC # 0 +0x8EA2BCB2 0x63CB # 0 +0x8EA2BCB3 0x63C8 # 0 +0x8EA2BCB4 0x63F0 # 0 +0x8EA2BCB5 0x63D7 # 0 +0x8EA2BCB6 0x63D9 # 0 +0x8EA2BCB7 0x6532 # 0 +0x8EA2BCB8 0x6567 # 0 +0x8EA2BCB9 0x656A # 0 +0x8EA2BCBA 0x6564 # 0 +0x8EA2BCBB 0x655C # 0 +0x8EA2BCBC 0x6568 # 0 +0x8EA2BCBD 0x6565 # 0 +0x8EA2BCBE 0x658C # 0 +0x8EA2BCBF 0x659D # 0 +0x8EA2BCC0 0x659E # 0 +0x8EA2BCC1 0x65AE # 0 +0x8EA2BCC2 0x65D0 # 0 +0x8EA2BCC3 0x65D2 # 0 +0x8EA2BCC4 0x667C # 0 +0x8EA2BCC5 0x666C # 0 +0x8EA2BCC6 0x667B # 0 +0x8EA2BCC7 0x6680 # 0 +0x8EA2BCC8 0x6671 # 0 +0x8EA2BCC9 0x6679 # 0 +0x8EA2BCCA 0x666A # 0 +0x8EA2BCCB 0x6672 # 0 +0x8EA2BCCC 0x6701 # 0 +0x8EA2BCCD 0x690C # 0 +0x8EA2BCCE 0x68D3 # 0 +0x8EA2BCCF 0x6904 # 0 +0x8EA2BCD0 0x68DC # 0 +0x8EA2BCD1 0x692A # 0 +0x8EA2BCD2 0x68EC # 0 +0x8EA2BCD3 0x68EA # 0 +0x8EA2BCD4 0x68F1 # 0 +0x8EA2BCD5 0x690F # 0 +0x8EA2BCD6 0x68D6 # 0 +0x8EA2BCD7 0x68F7 # 0 +0x8EA2BCD8 0x68EB # 0 +0x8EA2BCD9 0x68E4 # 0 +0x8EA2BCDA 0x68F6 # 0 +0x8EA2BCDB 0x6913 # 0 +0x8EA2BCDC 0x6910 # 0 +0x8EA2BCDD 0x68F3 # 0 +0x8EA2BCDE 0x68E1 # 0 +0x8EA2BCDF 0x6907 # 0 +0x8EA2BCE0 0x68CC # 0 +0x8EA2BCE1 0x6908 # 0 +0x8EA2BCE2 0x6970 # 0 +0x8EA2BCE3 0x68B4 # 0 +0x8EA2BCE4 0x6911 # 0 +0x8EA2BCE5 0x68EF # 0 +0x8EA2BCE6 0x68C6 # 0 +0x8EA2BCE7 0x6914 # 0 +0x8EA2BCE8 0x68F8 # 0 +0x8EA2BCE9 0x68D0 # 0 +0x8EA2BCEA 0x68FD # 0 +0x8EA2BCEB 0x68FC # 0 +0x8EA2BCEC 0x68E8 # 0 +0x8EA2BCED 0x690B # 0 +0x8EA2BCEE 0x690A # 0 +0x8EA2BCEF 0x6917 # 0 +0x8EA2BCF0 0x68CE # 0 +0x8EA2BCF1 0x68C8 # 0 +0x8EA2BCF2 0x68DD # 0 +0x8EA2BCF3 0x68DE # 0 +0x8EA2BCF4 0x68E6 # 0 +0x8EA2BCF5 0x68F4 # 0 +0x8EA2BCF6 0x68D1 # 0 +0x8EA2BCF7 0x6906 # 0 +0x8EA2BCF8 0x68D4 # 0 +0x8EA2BCF9 0x68E9 # 0 +0x8EA2BCFA 0x6915 # 0 +0x8EA2BCFB 0x6925 # 0 +0x8EA2BCFC 0x68C7 # 0 +0x8EA2BCFD 0x6B39 # 0 +0x8EA2BCFE 0x6B3B # 0 +0x8EA2BDA1 0x6B3F # 0 +0x8EA2BDA2 0x6B3C # 0 +0x8EA2BDA3 0x6B94 # 0 +0x8EA2BDA4 0x6B97 # 0 +0x8EA2BDA5 0x6B99 # 0 +0x8EA2BDA6 0x6B95 # 0 +0x8EA2BDA7 0x6BBD # 0 +0x8EA2BDA8 0x6BF0 # 0 +0x8EA2BDA9 0x6BF2 # 0 +0x8EA2BDAA 0x6BF3 # 0 +0x8EA2BDAB 0x6C30 # 0 +0x8EA2BDAC 0x6DFC # 0 +0x8EA2BDAD 0x6E46 # 0 +0x8EA2BDAE 0x6E47 # 0 +0x8EA2BDAF 0x6E1F # 0 +0x8EA2BDB0 0x6E49 # 0 +0x8EA2BDB1 0x6E88 # 0 +0x8EA2BDB2 0x6E3C # 0 +0x8EA2BDB3 0x6E3D # 0 +0x8EA2BDB4 0x6E45 # 0 +0x8EA2BDB5 0x6E62 # 0 +0x8EA2BDB6 0x6E2B # 0 +0x8EA2BDB7 0x6E3F # 0 +0x8EA2BDB8 0x6E41 # 0 +0x8EA2BDB9 0x6E5D # 0 +0x8EA2BDBA 0x6E73 # 0 +0x8EA2BDBB 0x6E1C # 0 +0x8EA2BDBC 0x6E33 # 0 +0x8EA2BDBD 0x6E4B # 0 +0x8EA2BDBE 0x6E40 # 0 +0x8EA2BDBF 0x6E51 # 0 +0x8EA2BDC0 0x6E3B # 0 +0x8EA2BDC1 0x6E03 # 0 +0x8EA2BDC2 0x6E2E # 0 +0x8EA2BDC3 0x6E5E # 0 +0x8EA2BDC4 0x6E68 # 0 +0x8EA2BDC5 0x6E5C # 0 +0x8EA2BDC6 0x6E61 # 0 +0x8EA2BDC7 0x6E31 # 0 +0x8EA2BDC8 0x6E28 # 0 +0x8EA2BDC9 0x6E60 # 0 +0x8EA2BDCA 0x6E71 # 0 +0x8EA2BDCB 0x6E6B # 0 +0x8EA2BDCC 0x6E39 # 0 +0x8EA2BDCD 0x6E22 # 0 +0x8EA2BDCE 0x6E30 # 0 +0x8EA2BDCF 0x6E53 # 0 +0x8EA2BDD0 0x6E65 # 0 +0x8EA2BDD1 0x6E27 # 0 +0x8EA2BDD2 0x6E78 # 0 +0x8EA2BDD3 0x6E64 # 0 +0x8EA2BDD4 0x6E77 # 0 +0x8EA2BDD5 0x6E55 # 0 +0x8EA2BDD6 0x6E79 # 0 +0x8EA2BDD7 0x6E52 # 0 +0x8EA2BDD8 0x6E66 # 0 +0x8EA2BDD9 0x6E35 # 0 +0x8EA2BDDA 0x6E36 # 0 +0x8EA2BDDB 0x6E5A # 0 +0x8EA2BDDC 0x7120 # 0 +0x8EA2BDDD 0x711E # 0 +0x8EA2BDDE 0x712F # 0 +0x8EA2BDDF 0x70FB # 0 +0x8EA2BDE0 0x712E # 0 +0x8EA2BDE1 0x7131 # 0 +0x8EA2BDE2 0x7123 # 0 +0x8EA2BDE3 0x7125 # 0 +0x8EA2BDE4 0x7122 # 0 +0x8EA2BDE5 0x7132 # 0 +0x8EA2BDE6 0x711F # 0 +0x8EA2BDE7 0x7128 # 0 +0x8EA2BDE8 0x713A # 0 +0x8EA2BDE9 0x711B # 0 +0x8EA2BDEA 0x724B # 0 +0x8EA2BDEB 0x725A # 0 +0x8EA2BDEC 0x7288 # 0 +0x8EA2BDED 0x7289 # 0 +0x8EA2BDEE 0x7286 # 0 +0x8EA2BDEF 0x7285 # 0 +0x8EA2BDF0 0x728B # 0 +0x8EA2BDF1 0x7312 # 0 +0x8EA2BDF2 0x730B # 0 +0x8EA2BDF3 0x7330 # 0 +0x8EA2BDF4 0x7322 # 0 +0x8EA2BDF5 0x7331 # 0 +0x8EA2BDF6 0x7333 # 0 +0x8EA2BDF7 0x7327 # 0 +0x8EA2BDF8 0x7332 # 0 +0x8EA2BDF9 0x732D # 0 +0x8EA2BDFA 0x7326 # 0 +0x8EA2BDFB 0x7323 # 0 +0x8EA2BDFC 0x7335 # 0 +0x8EA2BDFD 0x730C # 0 +0x8EA2BDFE 0x742E # 0 +0x8EA2BEA1 0x742C # 0 +0x8EA2BEA2 0x7430 # 0 +0x8EA2BEA3 0x742B # 0 +0x8EA2BEA4 0x7416 # 0 +0x8EA2BEA5 0x741A # 0 +0x8EA2BEA6 0x7421 # 0 +0x8EA2BEA7 0x742D # 0 +0x8EA2BEA8 0x7431 # 0 +0x8EA2BEA9 0x7424 # 0 +0x8EA2BEAA 0x7423 # 0 +0x8EA2BEAB 0x741D # 0 +0x8EA2BEAC 0x7429 # 0 +0x8EA2BEAD 0x7420 # 0 +0x8EA2BEAE 0x7432 # 0 +0x8EA2BEAF 0x74FB # 0 +0x8EA2BEB0 0x752F # 0 +0x8EA2BEB1 0x756F # 0 +0x8EA2BEB2 0x756C # 0 +0x8EA2BEB3 0x75E7 # 0 +0x8EA2BEB4 0x75DA # 0 +0x8EA2BEB5 0x75E1 # 0 +0x8EA2BEB6 0x75E6 # 0 +0x8EA2BEB7 0x75DD # 0 +0x8EA2BEB8 0x75DF # 0 +0x8EA2BEB9 0x75E4 # 0 +0x8EA2BEBA 0x75D7 # 0 +0x8EA2BEBB 0x7695 # 0 +0x8EA2BEBC 0x7692 # 0 +0x8EA2BEBD 0x76DA # 0 +0x8EA2BEBE 0x7746 # 0 +0x8EA2BEBF 0x7747 # 0 +0x8EA2BEC0 0x7744 # 0 +0x8EA2BEC1 0x774D # 0 +0x8EA2BEC2 0x7745 # 0 +0x8EA2BEC3 0x774A # 0 +0x8EA2BEC4 0x774E # 0 +0x8EA2BEC5 0x774B # 0 +0x8EA2BEC6 0x774C # 0 +0x8EA2BEC7 0x77DE # 0 +0x8EA2BEC8 0x77EC # 0 +0x8EA2BEC9 0x7860 # 0 +0x8EA2BECA 0x7864 # 0 +0x8EA2BECB 0x7865 # 0 +0x8EA2BECC 0x785C # 0 +0x8EA2BECD 0x786D # 0 +0x8EA2BECE 0x7871 # 0 +0x8EA2BECF 0x786A # 0 +0x8EA2BED0 0x786E # 0 +0x8EA2BED1 0x7870 # 0 +0x8EA2BED2 0x7869 # 0 +0x8EA2BED3 0x7868 # 0 +0x8EA2BED4 0x785E # 0 +0x8EA2BED5 0x7862 # 0 +0x8EA2BED6 0x7974 # 0 +0x8EA2BED7 0x7973 # 0 +0x8EA2BED8 0x7972 # 0 +0x8EA2BED9 0x7970 # 0 +0x8EA2BEDA 0x7A02 # 0 +0x8EA2BEDB 0x7A0A # 0 +0x8EA2BEDC 0x7A03 # 0 +0x8EA2BEDD 0x7A0C # 0 +0x8EA2BEDE 0x7A04 # 0 +0x8EA2BEDF 0x7A99 # 0 +0x8EA2BEE0 0x7AE6 # 0 +0x8EA2BEE1 0x7AE4 # 0 +0x8EA2BEE2 0x7B4A # 0 +0x8EA2BEE3 0x7B47 # 0 +0x8EA2BEE4 0x7B44 # 0 +0x8EA2BEE5 0x7B48 # 0 +0x8EA2BEE6 0x7B4C # 0 +0x8EA2BEE7 0x7B4E # 0 +0x8EA2BEE8 0x7B40 # 0 +0x8EA2BEE9 0x7B58 # 0 +0x8EA2BEEA 0x7B45 # 0 +0x8EA2BEEB 0x7CA2 # 0 +0x8EA2BEEC 0x7C9E # 0 +0x8EA2BEED 0x7CA8 # 0 +0x8EA2BEEE 0x7CA1 # 0 +0x8EA2BEEF 0x7D58 # 0 +0x8EA2BEF0 0x7D6F # 0 +0x8EA2BEF1 0x7D63 # 0 +0x8EA2BEF2 0x7D53 # 0 +0x8EA2BEF3 0x7D56 # 0 +0x8EA2BEF4 0x7D67 # 0 +0x8EA2BEF5 0x7D6A # 0 +0x8EA2BEF6 0x7D4F # 0 +0x8EA2BEF7 0x7D6D # 0 +0x8EA2BEF8 0x7D5C # 0 +0x8EA2BEF9 0x7D6B # 0 +0x8EA2BEFA 0x7D52 # 0 +0x8EA2BEFB 0x7D54 # 0 +0x8EA2BEFC 0x7D69 # 0 +0x8EA2BEFD 0x7D51 # 0 +0x8EA2BEFE 0x7D5F # 0 +0x8EA2BFA1 0x7D4E # 0 +0x8EA2BFA2 0x7F3E # 0 +0x8EA2BFA3 0x7F3F # 0 +0x8EA2BFA4 0x7F65 # 0 +0x8EA2BFA5 0x7F66 # 0 +0x8EA2BFA6 0x7FA2 # 0 +0x8EA2BFA7 0x7FA0 # 0 +0x8EA2BFA8 0x7FA1 # 0 +0x8EA2BFA9 0x7FD7 # 0 +0x8EA2BFAA 0x8051 # 0 +0x8EA2BFAB 0x804F # 0 +0x8EA2BFAC 0x8050 # 0 +0x8EA2BFAD 0x80FE # 0 +0x8EA2BFAE 0x80D4 # 0 +0x8EA2BFAF 0x8143 # 0 +0x8EA2BFB0 0x814A # 0 +0x8EA2BFB1 0x8152 # 0 +0x8EA2BFB2 0x814F # 0 +0x8EA2BFB3 0x8147 # 0 +0x8EA2BFB4 0x813D # 0 +0x8EA2BFB5 0x814D # 0 +0x8EA2BFB6 0x813A # 0 +0x8EA2BFB7 0x81E6 # 0 +0x8EA2BFB8 0x81EE # 0 +0x8EA2BFB9 0x81F7 # 0 +0x8EA2BFBA 0x81F8 # 0 +0x8EA2BFBB 0x81F9 # 0 +0x8EA2BFBC 0x8204 # 0 +0x8EA2BFBD 0x823C # 0 +0x8EA2BFBE 0x823D # 0 +0x8EA2BFBF 0x823F # 0 +0x8EA2BFC0 0x8275 # 0 +0x8EA2BFC1 0x833B # 0 +0x8EA2BFC2 0x83CF # 0 +0x8EA2BFC3 0x83F9 # 0 +0x8EA2BFC4 0x8423 # 0 +0x8EA2BFC5 0x83C0 # 0 +0x8EA2BFC6 0x83E8 # 0 +0x8EA2BFC7 0x8412 # 0 +0x8EA2BFC8 0x83E7 # 0 +0x8EA2BFC9 0x83E4 # 0 +0x8EA2BFCA 0x83FC # 0 +0x8EA2BFCB 0x83F6 # 0 +0x8EA2BFCC 0x8410 # 0 +0x8EA2BFCD 0x83C6 # 0 +0x8EA2BFCE 0x83C8 # 0 +0x8EA2BFCF 0x83EB # 0 +0x8EA2BFD0 0x83E3 # 0 +0x8EA2BFD1 0x83BF # 0 +0x8EA2BFD2 0x8401 # 0 +0x8EA2BFD3 0x83DD # 0 +0x8EA2BFD4 0x83E5 # 0 +0x8EA2BFD5 0x83D8 # 0 +0x8EA2BFD6 0x83FF # 0 +0x8EA2BFD7 0x83E1 # 0 +0x8EA2BFD8 0x83CB # 0 +0x8EA2BFD9 0x83CE # 0 +0x8EA2BFDA 0x83D6 # 0 +0x8EA2BFDB 0x83F5 # 0 +0x8EA2BFDC 0x83C9 # 0 +0x8EA2BFDD 0x8409 # 0 +0x8EA2BFDE 0x840F # 0 +0x8EA2BFDF 0x83DE # 0 +0x8EA2BFE0 0x8411 # 0 +0x8EA2BFE1 0x8406 # 0 +0x8EA2BFE2 0x83C2 # 0 +0x8EA2BFE3 0x83F3 # 0 +0x8EA2BFE4 0x83D5 # 0 +0x8EA2BFE5 0x83FA # 0 +0x8EA2BFE6 0x83C7 # 0 +0x8EA2BFE7 0x83D1 # 0 +0x8EA2BFE8 0x83EA # 0 +0x8EA2BFE9 0x8413 # 0 +0x8EA2BFEA 0x839A # 0 +0x8EA2BFEB 0x83C3 # 0 +0x8EA2BFEC 0x83EC # 0 +0x8EA2BFED 0x83EE # 0 +0x8EA2BFEE 0x83C4 # 0 +0x8EA2BFEF 0x83FB # 0 +0x8EA2BFF0 0x83D7 # 0 +0x8EA2BFF1 0x83E2 # 0 +0x8EA2BFF2 0x841B # 0 +0x8EA2BFF3 0x83DB # 0 +0x8EA2BFF4 0x83FE # 0 +0x8EA2BFF5 0x86D8 # 0 +0x8EA2BFF6 0x86E2 # 0 +0x8EA2BFF7 0x86E6 # 0 +0x8EA2BFF8 0x86D3 # 0 +0x8EA2BFF9 0x86E3 # 0 +0x8EA2BFFA 0x86DA # 0 +0x8EA2BFFB 0x86EA # 0 +0x8EA2BFFC 0x86DD # 0 +0x8EA2BFFD 0x86EB # 0 +0x8EA2BFFE 0x86DC # 0 +0x8EA2C0A1 0x86EC # 0 +0x8EA2C0A2 0x86E9 # 0 +0x8EA2C0A3 0x86D7 # 0 +0x8EA2C0A4 0x86E8 # 0 +0x8EA2C0A5 0x86D1 # 0 +0x8EA2C0A6 0x8848 # 0 +0x8EA2C0A7 0x8856 # 0 +0x8EA2C0A8 0x8855 # 0 +0x8EA2C0A9 0x88BA # 0 +0x8EA2C0AA 0x88D7 # 0 +0x8EA2C0AB 0x88B9 # 0 +0x8EA2C0AC 0x88B8 # 0 +0x8EA2C0AD 0x88C0 # 0 +0x8EA2C0AE 0x88BE # 0 +0x8EA2C0AF 0x88B6 # 0 +0x8EA2C0B0 0x88BC # 0 +0x8EA2C0B1 0x88B7 # 0 +0x8EA2C0B2 0x88BD # 0 +0x8EA2C0B3 0x88B2 # 0 +0x8EA2C0B4 0x8901 # 0 +0x8EA2C0B5 0x88C9 # 0 +0x8EA2C0B6 0x8995 # 0 +0x8EA2C0B7 0x8998 # 0 +0x8EA2C0B8 0x8997 # 0 +0x8EA2C0B9 0x89DD # 0 +0x8EA2C0BA 0x89DA # 0 +0x8EA2C0BB 0x89DB # 0 +0x8EA2C0BC 0x8A4E # 0 +0x8EA2C0BD 0x8A4D # 0 +0x8EA2C0BE 0x8A39 # 0 +0x8EA2C0BF 0x8A59 # 0 +0x8EA2C0C0 0x8A40 # 0 +0x8EA2C0C1 0x8A57 # 0 +0x8EA2C0C2 0x8A58 # 0 +0x8EA2C0C3 0x8A44 # 0 +0x8EA2C0C4 0x8A45 # 0 +0x8EA2C0C5 0x8A52 # 0 +0x8EA2C0C6 0x8A48 # 0 +0x8EA2C0C7 0x8A51 # 0 +0x8EA2C0C8 0x8A4A # 0 +0x8EA2C0C9 0x8A4C # 0 +0x8EA2C0CA 0x8A4F # 0 +0x8EA2C0CB 0x8C5F # 0 +0x8EA2C0CC 0x8C81 # 0 +0x8EA2C0CD 0x8C80 # 0 +0x8EA2C0CE 0x8CBA # 0 +0x8EA2C0CF 0x8CBE # 0 +0x8EA2C0D0 0x8CB0 # 0 +0x8EA2C0D1 0x8CB9 # 0 +0x8EA2C0D2 0x8CB5 # 0 +0x8EA2C0D3 0x8D84 # 0 +0x8EA2C0D4 0x8D80 # 0 +0x8EA2C0D5 0x8D89 # 0 +0x8EA2C0D6 0x8DD8 # 0 +0x8EA2C0D7 0x8DD3 # 0 +0x8EA2C0D8 0x8DCD # 0 +0x8EA2C0D9 0x8DC7 # 0 +0x8EA2C0DA 0x8DD6 # 0 +0x8EA2C0DB 0x8DDC # 0 +0x8EA2C0DC 0x8DCF # 0 +0x8EA2C0DD 0x8DD5 # 0 +0x8EA2C0DE 0x8DD9 # 0 +0x8EA2C0DF 0x8DC8 # 0 +0x8EA2C0E0 0x8DD7 # 0 +0x8EA2C0E1 0x8DC5 # 0 +0x8EA2C0E2 0x8EEF # 0 +0x8EA2C0E3 0x8EF7 # 0 +0x8EA2C0E4 0x8EFA # 0 +0x8EA2C0E5 0x8EF9 # 0 +0x8EA2C0E6 0x8EE6 # 0 +0x8EA2C0E7 0x8EEE # 0 +0x8EA2C0E8 0x8EE5 # 0 +0x8EA2C0E9 0x8EF5 # 0 +0x8EA2C0EA 0x8EE7 # 0 +0x8EA2C0EB 0x8EE8 # 0 +0x8EA2C0EC 0x8EF6 # 0 +0x8EA2C0ED 0x8EEB # 0 +0x8EA2C0EE 0x8EF1 # 0 +0x8EA2C0EF 0x8EEC # 0 +0x8EA2C0F0 0x8EF4 # 0 +0x8EA2C0F1 0x8EE9 # 0 +0x8EA2C0F2 0x902D # 0 +0x8EA2C0F3 0x9034 # 0 +0x8EA2C0F4 0x902F # 0 +0x8EA2C0F5 0x9106 # 0 +0x8EA2C0F6 0x912C # 0 +0x8EA2C0F7 0x9104 # 0 +0x8EA2C0F8 0x90FF # 0 +0x8EA2C0F9 0x90FC # 0 +0x8EA2C0FA 0x9108 # 0 +0x8EA2C0FB 0x90F9 # 0 +0x8EA2C0FC 0x90FB # 0 +0x8EA2C0FD 0x9101 # 0 +0x8EA2C0FE 0x9100 # 0 +0x8EA2C1A1 0x9107 # 0 +0x8EA2C1A2 0x9105 # 0 +0x8EA2C1A3 0x9103 # 0 +0x8EA2C1A4 0x9161 # 0 +0x8EA2C1A5 0x9164 # 0 +0x8EA2C1A6 0x915F # 0 +0x8EA2C1A7 0x9162 # 0 +0x8EA2C1A8 0x9160 # 0 +0x8EA2C1A9 0x9201 # 0 +0x8EA2C1AA 0x920A # 0 +0x8EA2C1AB 0x9225 # 0 +0x8EA2C1AC 0x9203 # 0 +0x8EA2C1AD 0x921A # 0 +0x8EA2C1AE 0x9226 # 0 +0x8EA2C1AF 0x920F # 0 +0x8EA2C1B0 0x920C # 0 +0x8EA2C1B1 0x9200 # 0 +0x8EA2C1B2 0x9212 # 0 +0x8EA2C1B3 0x91FF # 0 +0x8EA2C1B4 0x91FD # 0 +0x8EA2C1B5 0x9206 # 0 +0x8EA2C1B6 0x9204 # 0 +0x8EA2C1B7 0x9227 # 0 +0x8EA2C1B8 0x9202 # 0 +0x8EA2C1B9 0x921C # 0 +0x8EA2C1BA 0x9224 # 0 +0x8EA2C1BB 0x9219 # 0 +0x8EA2C1BC 0x9217 # 0 +0x8EA2C1BD 0x9205 # 0 +0x8EA2C1BE 0x9216 # 0 +0x8EA2C1BF 0x957B # 0 +0x8EA2C1C0 0x958D # 0 +0x8EA2C1C1 0x958C # 0 +0x8EA2C1C2 0x9590 # 0 +0x8EA2C1C3 0x9687 # 0 +0x8EA2C1C4 0x967E # 0 +0x8EA2C1C5 0x9688 # 0 +0x8EA2C1C6 0x9689 # 0 +0x8EA2C1C7 0x9683 # 0 +0x8EA2C1C8 0x9680 # 0 +0x8EA2C1C9 0x96C2 # 0 +0x8EA2C1CA 0x96C8 # 0 +0x8EA2C1CB 0x96C3 # 0 +0x8EA2C1CC 0x96F1 # 0 +0x8EA2C1CD 0x96F0 # 0 +0x8EA2C1CE 0x976C # 0 +0x8EA2C1CF 0x9770 # 0 +0x8EA2C1D0 0x976E # 0 +0x8EA2C1D1 0x9807 # 0 +0x8EA2C1D2 0x98A9 # 0 +0x8EA2C1D3 0x98EB # 0 +0x8EA2C1D4 0x9CE6 # 0 +0x8EA2C1D5 0x9EF9 # 0 +0x8EA2C1D6 0x4E83 # 0 +0x8EA2C1D7 0x4E84 # 0 +0x8EA2C1D8 0x4EB6 # 0 +0x8EA2C1D9 0x50BD # 0 +0x8EA2C1DA 0x50BF # 0 +0x8EA2C1DB 0x50C6 # 0 +0x8EA2C1DC 0x50AE # 0 +0x8EA2C1DD 0x50C4 # 0 +0x8EA2C1DE 0x50CA # 0 +0x8EA2C1DF 0x50B4 # 0 +0x8EA2C1E0 0x50C8 # 0 +0x8EA2C1E1 0x50C2 # 0 +0x8EA2C1E2 0x50B0 # 0 +0x8EA2C1E3 0x50C1 # 0 +0x8EA2C1E4 0x50BA # 0 +0x8EA2C1E5 0x50B1 # 0 +0x8EA2C1E6 0x50CB # 0 +0x8EA2C1E7 0x50C9 # 0 +0x8EA2C1E8 0x50B6 # 0 +0x8EA2C1E9 0x50B8 # 0 +0x8EA2C1EA 0x51D7 # 0 +0x8EA2C1EB 0x527A # 0 +0x8EA2C1EC 0x5278 # 0 +0x8EA2C1ED 0x527B # 0 +0x8EA2C1EE 0x527C # 0 +0x8EA2C1EF 0x55C3 # 0 +0x8EA2C1F0 0x55DB # 0 +0x8EA2C1F1 0x55CC # 0 +0x8EA2C1F2 0x55D0 # 0 +0x8EA2C1F3 0x55CB # 0 +0x8EA2C1F4 0x55CA # 0 +0x8EA2C1F5 0x55DD # 0 +0x8EA2C1F6 0x55C0 # 0 +0x8EA2C1F7 0x55D4 # 0 +0x8EA2C1F8 0x55C4 # 0 +0x8EA2C1F9 0x55E9 # 0 +0x8EA2C1FA 0x55BF # 0 +0x8EA2C1FB 0x55D2 # 0 +0x8EA2C1FC 0x558D # 0 +0x8EA2C1FD 0x55CF # 0 +0x8EA2C1FE 0x55D5 # 0 +0x8EA2C2A1 0x55E2 # 0 +0x8EA2C2A2 0x55D6 # 0 +0x8EA2C2A3 0x55C8 # 0 +0x8EA2C2A4 0x55F2 # 0 +0x8EA2C2A5 0x55CD # 0 +0x8EA2C2A6 0x55D9 # 0 +0x8EA2C2A7 0x55C2 # 0 +0x8EA2C2A8 0x5714 # 0 +0x8EA2C2A9 0x5853 # 0 +0x8EA2C2AA 0x5868 # 0 +0x8EA2C2AB 0x5864 # 0 +0x8EA2C2AC 0x584F # 0 +0x8EA2C2AD 0x584D # 0 +0x8EA2C2AE 0x5849 # 0 +0x8EA2C2AF 0x586F # 0 +0x8EA2C2B0 0x5855 # 0 +0x8EA2C2B1 0x584E # 0 +0x8EA2C2B2 0x585D # 0 +0x8EA2C2B3 0x5859 # 0 +0x8EA2C2B4 0x5865 # 0 +0x8EA2C2B5 0x585B # 0 +0x8EA2C2B6 0x583D # 0 +0x8EA2C2B7 0x5863 # 0 +0x8EA2C2B8 0x5871 # 0 +0x8EA2C2B9 0x58FC # 0 +0x8EA2C2BA 0x5AC7 # 0 +0x8EA2C2BB 0x5AC4 # 0 +0x8EA2C2BC 0x5ACB # 0 +0x8EA2C2BD 0x5ABA # 0 +0x8EA2C2BE 0x5AB8 # 0 +0x8EA2C2BF 0x5AB1 # 0 +0x8EA2C2C0 0x5AB5 # 0 +0x8EA2C2C1 0x5AB0 # 0 +0x8EA2C2C2 0x5ABF # 0 +0x8EA2C2C3 0x5AC8 # 0 +0x8EA2C2C4 0x5ABB # 0 +0x8EA2C2C5 0x5AC6 # 0 +0x8EA2C2C6 0x5AB7 # 0 +0x8EA2C2C7 0x5AC0 # 0 +0x8EA2C2C8 0x5ACA # 0 +0x8EA2C2C9 0x5AB4 # 0 +0x8EA2C2CA 0x5AB6 # 0 +0x8EA2C2CB 0x5ACD # 0 +0x8EA2C2CC 0x5AB9 # 0 +0x8EA2C2CD 0x5A90 # 0 +0x8EA2C2CE 0x5BD6 # 0 +0x8EA2C2CF 0x5BD8 # 0 +0x8EA2C2D0 0x5BD9 # 0 +0x8EA2C2D1 0x5C1F # 0 +0x8EA2C2D2 0x5C33 # 0 +0x8EA2C2D3 0x5D71 # 0 +0x8EA2C2D4 0x5D63 # 0 +0x8EA2C2D5 0x5D4A # 0 +0x8EA2C2D6 0x5D65 # 0 +0x8EA2C2D7 0x5D72 # 0 +0x8EA2C2D8 0x5D6C # 0 +0x8EA2C2D9 0x5D5E # 0 +0x8EA2C2DA 0x5D68 # 0 +0x8EA2C2DB 0x5D67 # 0 +0x8EA2C2DC 0x5D62 # 0 +0x8EA2C2DD 0x5DF0 # 0 +0x8EA2C2DE 0x5E4F # 0 +0x8EA2C2DF 0x5E4E # 0 +0x8EA2C2E0 0x5E4A # 0 +0x8EA2C2E1 0x5E4D # 0 +0x8EA2C2E2 0x5E4B # 0 +0x8EA2C2E3 0x5EC5 # 0 +0x8EA2C2E4 0x5ECC # 0 +0x8EA2C2E5 0x5EC6 # 0 +0x8EA2C2E6 0x5ECB # 0 +0x8EA2C2E7 0x5EC7 # 0 +0x8EA2C2E8 0x5F40 # 0 +0x8EA2C2E9 0x5FAF # 0 +0x8EA2C2EA 0x5FAD # 0 +0x8EA2C2EB 0x60F7 # 0 +0x8EA2C2EC 0x6149 # 0 +0x8EA2C2ED 0x614A # 0 +0x8EA2C2EE 0x612B # 0 +0x8EA2C2EF 0x6145 # 0 +0x8EA2C2F0 0x6136 # 0 +0x8EA2C2F1 0x6132 # 0 +0x8EA2C2F2 0x612E # 0 +0x8EA2C2F3 0x6146 # 0 +0x8EA2C2F4 0x612F # 0 +0x8EA2C2F5 0x614F # 0 +0x8EA2C2F6 0x6129 # 0 +0x8EA2C2F7 0x6140 # 0 +0x8EA2C2F8 0x6220 # 0 +0x8EA2C2F9 0x9168 # 0 +0x8EA2C2FA 0x6223 # 0 +0x8EA2C2FB 0x6225 # 0 +0x8EA2C2FC 0x6224 # 0 +0x8EA2C2FD 0x63C5 # 0 +0x8EA2C2FE 0x63F1 # 0 +0x8EA2C3A1 0x63EB # 0 +0x8EA2C3A2 0x6410 # 0 +0x8EA2C3A3 0x6412 # 0 +0x8EA2C3A4 0x6409 # 0 +0x8EA2C3A5 0x6420 # 0 +0x8EA2C3A6 0x6424 # 0 +0x8EA2C3A7 0x6433 # 0 +0x8EA2C3A8 0x6443 # 0 +0x8EA2C3A9 0x641F # 0 +0x8EA2C3AA 0x6415 # 0 +0x8EA2C3AB 0x6418 # 0 +0x8EA2C3AC 0x6439 # 0 +0x8EA2C3AD 0x6437 # 0 +0x8EA2C3AE 0x6422 # 0 +0x8EA2C3AF 0x6423 # 0 +0x8EA2C3B0 0x640C # 0 +0x8EA2C3B1 0x6426 # 0 +0x8EA2C3B2 0x6430 # 0 +0x8EA2C3B3 0x6428 # 0 +0x8EA2C3B4 0x6441 # 0 +0x8EA2C3B5 0x6435 # 0 +0x8EA2C3B6 0x642F # 0 +0x8EA2C3B7 0x640A # 0 +0x8EA2C3B8 0x641A # 0 +0x8EA2C3B9 0x6440 # 0 +0x8EA2C3BA 0x6425 # 0 +0x8EA2C3BB 0x6427 # 0 +0x8EA2C3BC 0x640B # 0 +0x8EA2C3BD 0x63E7 # 0 +0x8EA2C3BE 0x641B # 0 +0x8EA2C3BF 0x642E # 0 +0x8EA2C3C0 0x6421 # 0 +0x8EA2C3C1 0x640E # 0 +0x8EA2C3C2 0x656F # 0 +0x8EA2C3C3 0x6592 # 0 +0x8EA2C3C4 0x65D3 # 0 +0x8EA2C3C5 0x6686 # 0 +0x8EA2C3C6 0x668C # 0 +0x8EA2C3C7 0x6695 # 0 +0x8EA2C3C8 0x6690 # 0 +0x8EA2C3C9 0x668B # 0 +0x8EA2C3CA 0x668A # 0 +0x8EA2C3CB 0x6699 # 0 +0x8EA2C3CC 0x6694 # 0 +0x8EA2C3CD 0x6678 # 0 +0x8EA2C3CE 0x6720 # 0 +0x8EA2C3CF 0x6966 # 0 +0x8EA2C3D0 0x695F # 0 +0x8EA2C3D1 0x6938 # 0 +0x8EA2C3D2 0x694E # 0 +0x8EA2C3D3 0x6962 # 0 +0x8EA2C3D4 0x6971 # 0 +0x8EA2C3D5 0x693F # 0 +0x8EA2C3D6 0x6945 # 0 +0x8EA2C3D7 0x696A # 0 +0x8EA2C3D8 0x6939 # 0 +0x8EA2C3D9 0x6942 # 0 +0x8EA2C3DA 0x6957 # 0 +0x8EA2C3DB 0x6959 # 0 +0x8EA2C3DC 0x697A # 0 +0x8EA2C3DD 0x6948 # 0 +0x8EA2C3DE 0x6949 # 0 +0x8EA2C3DF 0x6935 # 0 +0x8EA2C3E0 0x696C # 0 +0x8EA2C3E1 0x6933 # 0 +0x8EA2C3E2 0x693D # 0 +0x8EA2C3E3 0x6965 # 0 +0x8EA2C3E4 0x68F0 # 0 +0x8EA2C3E5 0x6978 # 0 +0x8EA2C3E6 0x6934 # 0 +0x8EA2C3E7 0x6969 # 0 +0x8EA2C3E8 0x6940 # 0 +0x8EA2C3E9 0x696F # 0 +0x8EA2C3EA 0x6944 # 0 +0x8EA2C3EB 0x6976 # 0 +0x8EA2C3EC 0x6958 # 0 +0x8EA2C3ED 0x6941 # 0 +0x8EA2C3EE 0x6974 # 0 +0x8EA2C3EF 0x694C # 0 +0x8EA2C3F0 0x693B # 0 +0x8EA2C3F1 0x694B # 0 +0x8EA2C3F2 0x6937 # 0 +0x8EA2C3F3 0x695C # 0 +0x8EA2C3F4 0x694F # 0 +0x8EA2C3F5 0x6951 # 0 +0x8EA2C3F6 0x6932 # 0 +0x8EA2C3F7 0x6952 # 0 +0x8EA2C3F8 0x692F # 0 +0x8EA2C3F9 0x697B # 0 +0x8EA2C3FA 0x693C # 0 +0x8EA2C3FB 0x6B46 # 0 +0x8EA2C3FC 0x6B45 # 0 +0x8EA2C3FD 0x6B43 # 0 +0x8EA2C3FE 0x6B42 # 0 +0x8EA2C4A1 0x6B48 # 0 +0x8EA2C4A2 0x6B41 # 0 +0x8EA2C4A3 0x6B9B # 0 +0x8EA2C4A4 0x6BFB # 0 +0x8EA2C4A5 0x6BFC # 0 +0x8EA2C4A6 0x6BF9 # 0 +0x8EA2C4A7 0x6BF7 # 0 +0x8EA2C4A8 0x6BF8 # 0 +0x8EA2C4A9 0x6E9B # 0 +0x8EA2C4AA 0x6ED6 # 0 +0x8EA2C4AB 0x6EC8 # 0 +0x8EA2C4AC 0x6E8F # 0 +0x8EA2C4AD 0x6EC0 # 0 +0x8EA2C4AE 0x6E9F # 0 +0x8EA2C4AF 0x6E93 # 0 +0x8EA2C4B0 0x6E94 # 0 +0x8EA2C4B1 0x6EA0 # 0 +0x8EA2C4B2 0x6EB1 # 0 +0x8EA2C4B3 0x6EB9 # 0 +0x8EA2C4B4 0x6EC6 # 0 +0x8EA2C4B5 0x6ED2 # 0 +0x8EA2C4B6 0x6EBD # 0 +0x8EA2C4B7 0x6EC1 # 0 +0x8EA2C4B8 0x6E9E # 0 +0x8EA2C4B9 0x6EC9 # 0 +0x8EA2C4BA 0x6EB7 # 0 +0x8EA2C4BB 0x6EB0 # 0 +0x8EA2C4BC 0x6ECD # 0 +0x8EA2C4BD 0x6EA6 # 0 +0x8EA2C4BE 0x6ECF # 0 +0x8EA2C4BF 0x6EB2 # 0 +0x8EA2C4C0 0x6EBE # 0 +0x8EA2C4C1 0x6EC3 # 0 +0x8EA2C4C2 0x6EDC # 0 +0x8EA2C4C3 0x6ED8 # 0 +0x8EA2C4C4 0x6E99 # 0 +0x8EA2C4C5 0x6E92 # 0 +0x8EA2C4C6 0x6E8E # 0 +0x8EA2C4C7 0x6E8D # 0 +0x8EA2C4C8 0x6EA4 # 0 +0x8EA2C4C9 0x6EA1 # 0 +0x8EA2C4CA 0x6EBF # 0 +0x8EA2C4CB 0x6EB3 # 0 +0x8EA2C4CC 0x6ED0 # 0 +0x8EA2C4CD 0x6ECA # 0 +0x8EA2C4CE 0x6E97 # 0 +0x8EA2C4CF 0x6EAE # 0 +0x8EA2C4D0 0x6EA3 # 0 +0x8EA2C4D1 0x7147 # 0 +0x8EA2C4D2 0x7154 # 0 +0x8EA2C4D3 0x7152 # 0 +0x8EA2C4D4 0x7163 # 0 +0x8EA2C4D5 0x7160 # 0 +0x8EA2C4D6 0x7141 # 0 +0x8EA2C4D7 0x715D # 0 +0x8EA2C4D8 0x7162 # 0 +0x8EA2C4D9 0x7172 # 0 +0x8EA2C4DA 0x7178 # 0 +0x8EA2C4DB 0x716A # 0 +0x8EA2C4DC 0x7161 # 0 +0x8EA2C4DD 0x7142 # 0 +0x8EA2C4DE 0x7158 # 0 +0x8EA2C4DF 0x7143 # 0 +0x8EA2C4E0 0x714B # 0 +0x8EA2C4E1 0x7170 # 0 +0x8EA2C4E2 0x715F # 0 +0x8EA2C4E3 0x7150 # 0 +0x8EA2C4E4 0x7153 # 0 +0x8EA2C4E5 0x7144 # 0 +0x8EA2C4E6 0x714D # 0 +0x8EA2C4E7 0x715A # 0 +0x8EA2C4E8 0x724F # 0 +0x8EA2C4E9 0x728D # 0 +0x8EA2C4EA 0x728C # 0 +0x8EA2C4EB 0x7291 # 0 +0x8EA2C4EC 0x7290 # 0 +0x8EA2C4ED 0x728E # 0 +0x8EA2C4EE 0x733C # 0 +0x8EA2C4EF 0x7342 # 0 +0x8EA2C4F0 0x733B # 0 +0x8EA2C4F1 0x733A # 0 +0x8EA2C4F2 0x7340 # 0 +0x8EA2C4F3 0x734A # 0 +0x8EA2C4F4 0x7349 # 0 +0x8EA2C4F5 0x7444 # 0 +0x8EA2C4F6 0x744A # 0 +0x8EA2C4F7 0x744B # 0 +0x8EA2C4F8 0x7452 # 0 +0x8EA2C4F9 0x7451 # 0 +0x8EA2C4FA 0x7457 # 0 +0x8EA2C4FB 0x7440 # 0 +0x8EA2C4FC 0x744F # 0 +0x8EA2C4FD 0x7450 # 0 +0x8EA2C4FE 0x744E # 0 +0x8EA2C5A1 0x7442 # 0 +0x8EA2C5A2 0x7446 # 0 +0x8EA2C5A3 0x744D # 0 +0x8EA2C5A4 0x7454 # 0 +0x8EA2C5A5 0x74E1 # 0 +0x8EA2C5A6 0x74FF # 0 +0x8EA2C5A7 0x74FE # 0 +0x8EA2C5A8 0x74FD # 0 +0x8EA2C5A9 0x751D # 0 +0x8EA2C5AA 0x7579 # 0 +0x8EA2C5AB 0x7577 # 0 +0x8EA2C5AC 0x6983 # 0 +0x8EA2C5AD 0x75EF # 0 +0x8EA2C5AE 0x760F # 0 +0x8EA2C5AF 0x7603 # 0 +0x8EA2C5B0 0x75F7 # 0 +0x8EA2C5B1 0x75FE # 0 +0x8EA2C5B2 0x75FC # 0 +0x8EA2C5B3 0x75F9 # 0 +0x8EA2C5B4 0x75F8 # 0 +0x8EA2C5B5 0x7610 # 0 +0x8EA2C5B6 0x75FB # 0 +0x8EA2C5B7 0x75F6 # 0 +0x8EA2C5B8 0x75ED # 0 +0x8EA2C5B9 0x75F5 # 0 +0x8EA2C5BA 0x75FD # 0 +0x8EA2C5BB 0x7699 # 0 +0x8EA2C5BC 0x76B5 # 0 +0x8EA2C5BD 0x76DD # 0 +0x8EA2C5BE 0x7755 # 0 +0x8EA2C5BF 0x775F # 0 +0x8EA2C5C0 0x7760 # 0 +0x8EA2C5C1 0x7752 # 0 +0x8EA2C5C2 0x7756 # 0 +0x8EA2C5C3 0x775A # 0 +0x8EA2C5C4 0x7769 # 0 +0x8EA2C5C5 0x7767 # 0 +0x8EA2C5C6 0x7754 # 0 +0x8EA2C5C7 0x7759 # 0 +0x8EA2C5C8 0x776D # 0 +0x8EA2C5C9 0x77E0 # 0 +0x8EA2C5CA 0x7887 # 0 +0x8EA2C5CB 0x789A # 0 +0x8EA2C5CC 0x7894 # 0 +0x8EA2C5CD 0x788F # 0 +0x8EA2C5CE 0x7884 # 0 +0x8EA2C5CF 0x7895 # 0 +0x8EA2C5D0 0x7885 # 0 +0x8EA2C5D1 0x7886 # 0 +0x8EA2C5D2 0x78A1 # 0 +0x8EA2C5D3 0x7883 # 0 +0x8EA2C5D4 0x7879 # 0 +0x8EA2C5D5 0x7899 # 0 +0x8EA2C5D6 0x7880 # 0 +0x8EA2C5D7 0x7896 # 0 +0x8EA2C5D8 0x787B # 0 +0x8EA2C5D9 0x797C # 0 +0x8EA2C5DA 0x7982 # 0 +0x8EA2C5DB 0x797D # 0 +0x8EA2C5DC 0x7979 # 0 +0x8EA2C5DD 0x7A11 # 0 +0x8EA2C5DE 0x7A18 # 0 +0x8EA2C5DF 0x7A19 # 0 +0x8EA2C5E0 0x7A12 # 0 +0x8EA2C5E1 0x7A17 # 0 +0x8EA2C5E2 0x7A15 # 0 +0x8EA2C5E3 0x7A22 # 0 +0x8EA2C5E4 0x7A13 # 0 +0x8EA2C5E5 0x7A1B # 0 +0x8EA2C5E6 0x7A10 # 0 +0x8EA2C5E7 0x7AA3 # 0 +0x8EA2C5E8 0x7AA2 # 0 +0x8EA2C5E9 0x7A9E # 0 +0x8EA2C5EA 0x7AEB # 0 +0x8EA2C5EB 0x7B66 # 0 +0x8EA2C5EC 0x7B64 # 0 +0x8EA2C5ED 0x7B6D # 0 +0x8EA2C5EE 0x7B74 # 0 +0x8EA2C5EF 0x7B69 # 0 +0x8EA2C5F0 0x7B72 # 0 +0x8EA2C5F1 0x7B65 # 0 +0x8EA2C5F2 0x7B73 # 0 +0x8EA2C5F3 0x7B71 # 0 +0x8EA2C5F4 0x7B70 # 0 +0x8EA2C5F5 0x7B61 # 0 +0x8EA2C5F6 0x7B78 # 0 +0x8EA2C5F7 0x7B76 # 0 +0x8EA2C5F8 0x7B63 # 0 +0x8EA2C5F9 0x7CB2 # 0 +0x8EA2C5FA 0x7CB4 # 0 +0x8EA2C5FB 0x7CAF # 0 +0x8EA2C5FC 0x7D88 # 0 +0x8EA2C5FD 0x7D86 # 0 +0x8EA2C5FE 0x7D80 # 0 +0x8EA2C6A1 0x7D8D # 0 +0x8EA2C6A2 0x7D7F # 0 +0x8EA2C6A3 0x7D85 # 0 +0x8EA2C6A4 0x7D7A # 0 +0x8EA2C6A5 0x7D8E # 0 +0x8EA2C6A6 0x7D7B # 0 +0x8EA2C6A7 0x7D83 # 0 +0x8EA2C6A8 0x7D7C # 0 +0x8EA2C6A9 0x7D8C # 0 +0x8EA2C6AA 0x7D94 # 0 +0x8EA2C6AB 0x7D84 # 0 +0x8EA2C6AC 0x7D7D # 0 +0x8EA2C6AD 0x7D92 # 0 +0x8EA2C6AE 0x7F6D # 0 +0x8EA2C6AF 0x7F6B # 0 +0x8EA2C6B0 0x7F67 # 0 +0x8EA2C6B1 0x7F68 # 0 +0x8EA2C6B2 0x7F6C # 0 +0x8EA2C6B3 0x7FA6 # 0 +0x8EA2C6B4 0x7FA5 # 0 +0x8EA2C6B5 0x7FA7 # 0 +0x8EA2C6B6 0x7FDB # 0 +0x8EA2C6B7 0x7FDC # 0 +0x8EA2C6B8 0x8021 # 0 +0x8EA2C6B9 0x8164 # 0 +0x8EA2C6BA 0x8160 # 0 +0x8EA2C6BB 0x8177 # 0 +0x8EA2C6BC 0x815C # 0 +0x8EA2C6BD 0x8169 # 0 +0x8EA2C6BE 0x815B # 0 +0x8EA2C6BF 0x8162 # 0 +0x8EA2C6C0 0x8172 # 0 +0x8EA2C6C1 0x6721 # 0 +0x8EA2C6C2 0x815E # 0 +0x8EA2C6C3 0x8176 # 0 +0x8EA2C6C4 0x8167 # 0 +0x8EA2C6C5 0x816F # 0 +0x8EA2C6C6 0x8144 # 0 +0x8EA2C6C7 0x8161 # 0 +0x8EA2C6C8 0x821D # 0 +0x8EA2C6C9 0x8249 # 0 +0x8EA2C6CA 0x8244 # 0 +0x8EA2C6CB 0x8240 # 0 +0x8EA2C6CC 0x8242 # 0 +0x8EA2C6CD 0x8245 # 0 +0x8EA2C6CE 0x84F1 # 0 +0x8EA2C6CF 0x843F # 0 +0x8EA2C6D0 0x8456 # 0 +0x8EA2C6D1 0x8476 # 0 +0x8EA2C6D2 0x8479 # 0 +0x8EA2C6D3 0x848F # 0 +0x8EA2C6D4 0x848D # 0 +0x8EA2C6D5 0x8465 # 0 +0x8EA2C6D6 0x8451 # 0 +0x8EA2C6D7 0x8440 # 0 +0x8EA2C6D8 0x8486 # 0 +0x8EA2C6D9 0x8467 # 0 +0x8EA2C6DA 0x8430 # 0 +0x8EA2C6DB 0x844D # 0 +0x8EA2C6DC 0x847D # 0 +0x8EA2C6DD 0x845A # 0 +0x8EA2C6DE 0x8459 # 0 +0x8EA2C6DF 0x8474 # 0 +0x8EA2C6E0 0x8473 # 0 +0x8EA2C6E1 0x845D # 0 +0x8EA2C6E2 0x8507 # 0 +0x8EA2C6E3 0x845E # 0 +0x8EA2C6E4 0x8437 # 0 +0x8EA2C6E5 0x843A # 0 +0x8EA2C6E6 0x8434 # 0 +0x8EA2C6E7 0x847A # 0 +0x8EA2C6E8 0x8443 # 0 +0x8EA2C6E9 0x8478 # 0 +0x8EA2C6EA 0x8432 # 0 +0x8EA2C6EB 0x8445 # 0 +0x8EA2C6EC 0x8429 # 0 +0x8EA2C6ED 0x83D9 # 0 +0x8EA2C6EE 0x844B # 0 +0x8EA2C6EF 0x842F # 0 +0x8EA2C6F0 0x8442 # 0 +0x8EA2C6F1 0x842D # 0 +0x8EA2C6F2 0x845F # 0 +0x8EA2C6F3 0x8470 # 0 +0x8EA2C6F4 0x8439 # 0 +0x8EA2C6F5 0x844E # 0 +0x8EA2C6F6 0x844C # 0 +0x8EA2C6F7 0x8452 # 0 +0x8EA2C6F8 0x846F # 0 +0x8EA2C6F9 0x84C5 # 0 +0x8EA2C6FA 0x848E # 0 +0x8EA2C6FB 0x843B # 0 +0x8EA2C6FC 0x8447 # 0 +0x8EA2C6FD 0x8436 # 0 +0x8EA2C6FE 0x8433 # 0 +0x8EA2C7A1 0x8468 # 0 +0x8EA2C7A2 0x847E # 0 +0x8EA2C7A3 0x8444 # 0 +0x8EA2C7A4 0x842B # 0 +0x8EA2C7A5 0x8460 # 0 +0x8EA2C7A6 0x8454 # 0 +0x8EA2C7A7 0x846E # 0 +0x8EA2C7A8 0x8450 # 0 +0x8EA2C7A9 0x870B # 0 +0x8EA2C7AA 0x8704 # 0 +0x8EA2C7AB 0x86F7 # 0 +0x8EA2C7AC 0x870C # 0 +0x8EA2C7AD 0x86FA # 0 +0x8EA2C7AE 0x86D6 # 0 +0x8EA2C7AF 0x86F5 # 0 +0x8EA2C7B0 0x874D # 0 +0x8EA2C7B1 0x86F8 # 0 +0x8EA2C7B2 0x870E # 0 +0x8EA2C7B3 0x8709 # 0 +0x8EA2C7B4 0x8701 # 0 +0x8EA2C7B5 0x86F6 # 0 +0x8EA2C7B6 0x870D # 0 +0x8EA2C7B7 0x8705 # 0 +0x8EA2C7B8 0x88D6 # 0 +0x8EA2C7B9 0x88CB # 0 +0x8EA2C7BA 0x88CD # 0 +0x8EA2C7BB 0x88CE # 0 +0x8EA2C7BC 0x88DE # 0 +0x8EA2C7BD 0x88DB # 0 +0x8EA2C7BE 0x88DA # 0 +0x8EA2C7BF 0x88CC # 0 +0x8EA2C7C0 0x88D0 # 0 +0x8EA2C7C1 0x8985 # 0 +0x8EA2C7C2 0x899B # 0 +0x8EA2C7C3 0x89DF # 0 +0x8EA2C7C4 0x89E5 # 0 +0x8EA2C7C5 0x89E4 # 0 +0x8EA2C7C6 0x89E1 # 0 +0x8EA2C7C7 0x89E0 # 0 +0x8EA2C7C8 0x89E2 # 0 +0x8EA2C7C9 0x89DC # 0 +0x8EA2C7CA 0x89E6 # 0 +0x8EA2C7CB 0x8A76 # 0 +0x8EA2C7CC 0x8A86 # 0 +0x8EA2C7CD 0x8A7F # 0 +0x8EA2C7CE 0x8A61 # 0 +0x8EA2C7CF 0x8A3F # 0 +0x8EA2C7D0 0x8A77 # 0 +0x8EA2C7D1 0x8A82 # 0 +0x8EA2C7D2 0x8A84 # 0 +0x8EA2C7D3 0x8A75 # 0 +0x8EA2C7D4 0x8A83 # 0 +0x8EA2C7D5 0x8A81 # 0 +0x8EA2C7D6 0x8A74 # 0 +0x8EA2C7D7 0x8A7A # 0 +0x8EA2C7D8 0x8C3C # 0 +0x8EA2C7D9 0x8C4B # 0 +0x8EA2C7DA 0x8C4A # 0 +0x8EA2C7DB 0x8C65 # 0 +0x8EA2C7DC 0x8C64 # 0 +0x8EA2C7DD 0x8C66 # 0 +0x8EA2C7DE 0x8C86 # 0 +0x8EA2C7DF 0x8C84 # 0 +0x8EA2C7E0 0x8C85 # 0 +0x8EA2C7E1 0x8CCC # 0 +0x8EA2C7E2 0x8D68 # 0 +0x8EA2C7E3 0x8D69 # 0 +0x8EA2C7E4 0x8D91 # 0 +0x8EA2C7E5 0x8D8C # 0 +0x8EA2C7E6 0x8D8E # 0 +0x8EA2C7E7 0x8D8F # 0 +0x8EA2C7E8 0x8D8D # 0 +0x8EA2C7E9 0x8D93 # 0 +0x8EA2C7EA 0x8D94 # 0 +0x8EA2C7EB 0x8D90 # 0 +0x8EA2C7EC 0x8D92 # 0 +0x8EA2C7ED 0x8DF0 # 0 +0x8EA2C7EE 0x8DE0 # 0 +0x8EA2C7EF 0x8DEC # 0 +0x8EA2C7F0 0x8DF1 # 0 +0x8EA2C7F1 0x8DEE # 0 +0x8EA2C7F2 0x8DD0 # 0 +0x8EA2C7F3 0x8DE9 # 0 +0x8EA2C7F4 0x8DE3 # 0 +0x8EA2C7F5 0x8DE2 # 0 +0x8EA2C7F6 0x8DE7 # 0 +0x8EA2C7F7 0x8DF2 # 0 +0x8EA2C7F8 0x8DEB # 0 +0x8EA2C7F9 0x8DF4 # 0 +0x8EA2C7FA 0x8F06 # 0 +0x8EA2C7FB 0x8EFF # 0 +0x8EA2C7FC 0x8F01 # 0 +0x8EA2C7FD 0x8F00 # 0 +0x8EA2C7FE 0x8F05 # 0 +0x8EA2C8A1 0x8F07 # 0 +0x8EA2C8A2 0x8F08 # 0 +0x8EA2C8A3 0x8F02 # 0 +0x8EA2C8A4 0x8F0B # 0 +0x8EA2C8A5 0x9052 # 0 +0x8EA2C8A6 0x903F # 0 +0x8EA2C8A7 0x9044 # 0 +0x8EA2C8A8 0x9049 # 0 +0x8EA2C8A9 0x903D # 0 +0x8EA2C8AA 0x9110 # 0 +0x8EA2C8AB 0x910D # 0 +0x8EA2C8AC 0x910F # 0 +0x8EA2C8AD 0x9111 # 0 +0x8EA2C8AE 0x9116 # 0 +0x8EA2C8AF 0x9114 # 0 +0x8EA2C8B0 0x910B # 0 +0x8EA2C8B1 0x910E # 0 +0x8EA2C8B2 0x916E # 0 +0x8EA2C8B3 0x916F # 0 +0x8EA2C8B4 0x9248 # 0 +0x8EA2C8B5 0x9252 # 0 +0x8EA2C8B6 0x9230 # 0 +0x8EA2C8B7 0x923A # 0 +0x8EA2C8B8 0x9266 # 0 +0x8EA2C8B9 0x9233 # 0 +0x8EA2C8BA 0x9265 # 0 +0x8EA2C8BB 0x925E # 0 +0x8EA2C8BC 0x9283 # 0 +0x8EA2C8BD 0x922E # 0 +0x8EA2C8BE 0x924A # 0 +0x8EA2C8BF 0x9246 # 0 +0x8EA2C8C0 0x926D # 0 +0x8EA2C8C1 0x926C # 0 +0x8EA2C8C2 0x924F # 0 +0x8EA2C8C3 0x9260 # 0 +0x8EA2C8C4 0x9267 # 0 +0x8EA2C8C5 0x926F # 0 +0x8EA2C8C6 0x9236 # 0 +0x8EA2C8C7 0x9261 # 0 +0x8EA2C8C8 0x9270 # 0 +0x8EA2C8C9 0x9231 # 0 +0x8EA2C8CA 0x9254 # 0 +0x8EA2C8CB 0x9263 # 0 +0x8EA2C8CC 0x9250 # 0 +0x8EA2C8CD 0x9272 # 0 +0x8EA2C8CE 0x924E # 0 +0x8EA2C8CF 0x9253 # 0 +0x8EA2C8D0 0x924C # 0 +0x8EA2C8D1 0x9256 # 0 +0x8EA2C8D2 0x9232 # 0 +0x8EA2C8D3 0x959F # 0 +0x8EA2C8D4 0x959C # 0 +0x8EA2C8D5 0x959E # 0 +0x8EA2C8D6 0x959B # 0 +0x8EA2C8D7 0x9692 # 0 +0x8EA2C8D8 0x9693 # 0 +0x8EA2C8D9 0x9691 # 0 +0x8EA2C8DA 0x9697 # 0 +0x8EA2C8DB 0x96CE # 0 +0x8EA2C8DC 0x96FA # 0 +0x8EA2C8DD 0x96FD # 0 +0x8EA2C8DE 0x96F8 # 0 +0x8EA2C8DF 0x96F5 # 0 +0x8EA2C8E0 0x9773 # 0 +0x8EA2C8E1 0x9777 # 0 +0x8EA2C8E2 0x9778 # 0 +0x8EA2C8E3 0x9772 # 0 +0x8EA2C8E4 0x980F # 0 +0x8EA2C8E5 0x980D # 0 +0x8EA2C8E6 0x980E # 0 +0x8EA2C8E7 0x98AC # 0 +0x8EA2C8E8 0x98F6 # 0 +0x8EA2C8E9 0x98F9 # 0 +0x8EA2C8EA 0x99AF # 0 +0x8EA2C8EB 0x99B2 # 0 +0x8EA2C8EC 0x99B0 # 0 +0x8EA2C8ED 0x99B5 # 0 +0x8EA2C8EE 0x9AAD # 0 +0x8EA2C8EF 0x9AAB # 0 +0x8EA2C8F0 0x9B5B # 0 +0x8EA2C8F1 0x9CEA # 0 +0x8EA2C8F2 0x9CED # 0 +0x8EA2C8F3 0x9CE7 # 0 +0x8EA2C8F4 0x9E80 # 0 +0x8EA2C8F5 0x9EFD # 0 +0x8EA2C8F6 0x50E6 # 0 +0x8EA2C8F7 0x50D4 # 0 +0x8EA2C8F8 0x50D7 # 0 +0x8EA2C8F9 0x50E8 # 0 +0x8EA2C8FA 0x50F3 # 0 +0x8EA2C8FB 0x50DB # 0 +0x8EA2C8FC 0x50EA # 0 +0x8EA2C8FD 0x50DD # 0 +0x8EA2C8FE 0x50E4 # 0 +0x8EA2C9A1 0x50D3 # 0 +0x8EA2C9A2 0x50EC # 0 +0x8EA2C9A3 0x50F0 # 0 +0x8EA2C9A4 0x50EF # 0 +0x8EA2C9A5 0x50E3 # 0 +0x8EA2C9A6 0x50E0 # 0 +0x8EA2C9A7 0x51D8 # 0 +0x8EA2C9A8 0x5280 # 0 +0x8EA2C9A9 0x5281 # 0 +0x8EA2C9AA 0x52E9 # 0 +0x8EA2C9AB 0x52EB # 0 +0x8EA2C9AC 0x5330 # 0 +0x8EA2C9AD 0x53AC # 0 +0x8EA2C9AE 0x5627 # 0 +0x8EA2C9AF 0x5615 # 0 +0x8EA2C9B0 0x560C # 0 +0x8EA2C9B1 0x5612 # 0 +0x8EA2C9B2 0x55FC # 0 +0x8EA2C9B3 0x560F # 0 +0x8EA2C9B4 0x561C # 0 +0x8EA2C9B5 0x5601 # 0 +0x8EA2C9B6 0x5613 # 0 +0x8EA2C9B7 0x5602 # 0 +0x8EA2C9B8 0x55FA # 0 +0x8EA2C9B9 0x561D # 0 +0x8EA2C9BA 0x5604 # 0 +0x8EA2C9BB 0x55FF # 0 +0x8EA2C9BC 0x55F9 # 0 +0x8EA2C9BD 0x5889 # 0 +0x8EA2C9BE 0x587C # 0 +0x8EA2C9BF 0x5890 # 0 +0x8EA2C9C0 0x5898 # 0 +0x8EA2C9C1 0x5886 # 0 +0x8EA2C9C2 0x5881 # 0 +0x8EA2C9C3 0x587F # 0 +0x8EA2C9C4 0x5874 # 0 +0x8EA2C9C5 0x588B # 0 +0x8EA2C9C6 0x587A # 0 +0x8EA2C9C7 0x5887 # 0 +0x8EA2C9C8 0x5891 # 0 +0x8EA2C9C9 0x588E # 0 +0x8EA2C9CA 0x5876 # 0 +0x8EA2C9CB 0x5882 # 0 +0x8EA2C9CC 0x5888 # 0 +0x8EA2C9CD 0x587B # 0 +0x8EA2C9CE 0x5894 # 0 +0x8EA2C9CF 0x588F # 0 +0x8EA2C9D0 0x58FE # 0 +0x8EA2C9D1 0x596B # 0 +0x8EA2C9D2 0x5ADC # 0 +0x8EA2C9D3 0x5AEE # 0 +0x8EA2C9D4 0x5AE5 # 0 +0x8EA2C9D5 0x5AD5 # 0 +0x8EA2C9D6 0x5AEA # 0 +0x8EA2C9D7 0x5ADA # 0 +0x8EA2C9D8 0x5AED # 0 +0x8EA2C9D9 0x5AEB # 0 +0x8EA2C9DA 0x5AF3 # 0 +0x8EA2C9DB 0x5AE2 # 0 +0x8EA2C9DC 0x5AE0 # 0 +0x8EA2C9DD 0x5ADB # 0 +0x8EA2C9DE 0x5AEC # 0 +0x8EA2C9DF 0x5ADE # 0 +0x8EA2C9E0 0x5ADD # 0 +0x8EA2C9E1 0x5AD9 # 0 +0x8EA2C9E2 0x5AE8 # 0 +0x8EA2C9E3 0x5ADF # 0 +0x8EA2C9E4 0x5B77 # 0 +0x8EA2C9E5 0x5BE0 # 0 +0x8EA2C9E6 0x5BE3 # 0 +0x8EA2C9E7 0x5C63 # 0 +0x8EA2C9E8 0x5D82 # 0 +0x8EA2C9E9 0x5D80 # 0 +0x8EA2C9EA 0x5D7D # 0 +0x8EA2C9EB 0x5D86 # 0 +0x8EA2C9EC 0x5D7A # 0 +0x8EA2C9ED 0x5D81 # 0 +0x8EA2C9EE 0x5D77 # 0 +0x8EA2C9EF 0x5D8A # 0 +0x8EA2C9F0 0x5D89 # 0 +0x8EA2C9F1 0x5D88 # 0 +0x8EA2C9F2 0x5D7E # 0 +0x8EA2C9F3 0x5D7C # 0 +0x8EA2C9F4 0x5D8D # 0 +0x8EA2C9F5 0x5D79 # 0 +0x8EA2C9F6 0x5D7F # 0 +0x8EA2C9F7 0x5E58 # 0 +0x8EA2C9F8 0x5E59 # 0 +0x8EA2C9F9 0x5E53 # 0 +0x8EA2C9FA 0x5ED8 # 0 +0x8EA2C9FB 0x5ED1 # 0 +0x8EA2C9FC 0x5ED7 # 0 +0x8EA2C9FD 0x5ECE # 0 +0x8EA2C9FE 0x5EDC # 0 +0x8EA2CAA1 0x5ED5 # 0 +0x8EA2CAA2 0x5ED9 # 0 +0x8EA2CAA3 0x5ED2 # 0 +0x8EA2CAA4 0x5ED4 # 0 +0x8EA2CAA5 0x5F44 # 0 +0x8EA2CAA6 0x5F43 # 0 +0x8EA2CAA7 0x5F6F # 0 +0x8EA2CAA8 0x5FB6 # 0 +0x8EA2CAA9 0x612C # 0 +0x8EA2CAAA 0x6128 # 0 +0x8EA2CAAB 0x6141 # 0 +0x8EA2CAAC 0x615E # 0 +0x8EA2CAAD 0x6171 # 0 +0x8EA2CAAE 0x6173 # 0 +0x8EA2CAAF 0x6152 # 0 +0x8EA2CAB0 0x6153 # 0 +0x8EA2CAB1 0x6172 # 0 +0x8EA2CAB2 0x616C # 0 +0x8EA2CAB3 0x6180 # 0 +0x8EA2CAB4 0x6174 # 0 +0x8EA2CAB5 0x6154 # 0 +0x8EA2CAB6 0x617A # 0 +0x8EA2CAB7 0x615B # 0 +0x8EA2CAB8 0x6165 # 0 +0x8EA2CAB9 0x613B # 0 +0x8EA2CABA 0x616A # 0 +0x8EA2CABB 0x6161 # 0 +0x8EA2CABC 0x6156 # 0 +0x8EA2CABD 0x6229 # 0 +0x8EA2CABE 0x6227 # 0 +0x8EA2CABF 0x622B # 0 +0x8EA2CAC0 0x642B # 0 +0x8EA2CAC1 0x644D # 0 +0x8EA2CAC2 0x645B # 0 +0x8EA2CAC3 0x645D # 0 +0x8EA2CAC4 0x6474 # 0 +0x8EA2CAC5 0x6476 # 0 +0x8EA2CAC6 0x6472 # 0 +0x8EA2CAC7 0x6473 # 0 +0x8EA2CAC8 0x647D # 0 +0x8EA2CAC9 0x6475 # 0 +0x8EA2CACA 0x6466 # 0 +0x8EA2CACB 0x64A6 # 0 +0x8EA2CACC 0x644E # 0 +0x8EA2CACD 0x6482 # 0 +0x8EA2CACE 0x645E # 0 +0x8EA2CACF 0x645C # 0 +0x8EA2CAD0 0x644B # 0 +0x8EA2CAD1 0x6453 # 0 +0x8EA2CAD2 0x6460 # 0 +0x8EA2CAD3 0x6450 # 0 +0x8EA2CAD4 0x647F # 0 +0x8EA2CAD5 0x643F # 0 +0x8EA2CAD6 0x646C # 0 +0x8EA2CAD7 0x646B # 0 +0x8EA2CAD8 0x6459 # 0 +0x8EA2CAD9 0x6465 # 0 +0x8EA2CADA 0x6477 # 0 +0x8EA2CADB 0x6573 # 0 +0x8EA2CADC 0x65A0 # 0 +0x8EA2CADD 0x66A1 # 0 +0x8EA2CADE 0x66A0 # 0 +0x8EA2CADF 0x669F # 0 +0x8EA2CAE0 0x6705 # 0 +0x8EA2CAE1 0x6704 # 0 +0x8EA2CAE2 0x6722 # 0 +0x8EA2CAE3 0x69B1 # 0 +0x8EA2CAE4 0x69B6 # 0 +0x8EA2CAE5 0x69C9 # 0 +0x8EA2CAE6 0x69A0 # 0 +0x8EA2CAE7 0x69CE # 0 +0x8EA2CAE8 0x6996 # 0 +0x8EA2CAE9 0x69B0 # 0 +0x8EA2CAEA 0x69AC # 0 +0x8EA2CAEB 0x69BC # 0 +0x8EA2CAEC 0x6991 # 0 +0x8EA2CAED 0x6999 # 0 +0x8EA2CAEE 0x698E # 0 +0x8EA2CAEF 0x69A7 # 0 +0x8EA2CAF0 0x698D # 0 +0x8EA2CAF1 0x69A9 # 0 +0x8EA2CAF2 0x69BE # 0 +0x8EA2CAF3 0x69AF # 0 +0x8EA2CAF4 0x69BF # 0 +0x8EA2CAF5 0x69C4 # 0 +0x8EA2CAF6 0x69BD # 0 +0x8EA2CAF7 0x69A4 # 0 +0x8EA2CAF8 0x69D4 # 0 +0x8EA2CAF9 0x69B9 # 0 +0x8EA2CAFA 0x69CA # 0 +0x8EA2CAFB 0x699A # 0 +0x8EA2CAFC 0x69CF # 0 +0x8EA2CAFD 0x69B3 # 0 +0x8EA2CAFE 0x6993 # 0 +0x8EA2CBA1 0x69AA # 0 +0x8EA2CBA2 0x69A1 # 0 +0x8EA2CBA3 0x699E # 0 +0x8EA2CBA4 0x69D9 # 0 +0x8EA2CBA5 0x6997 # 0 +0x8EA2CBA6 0x6990 # 0 +0x8EA2CBA7 0x69C2 # 0 +0x8EA2CBA8 0x69B5 # 0 +0x8EA2CBA9 0x69A5 # 0 +0x8EA2CBAA 0x69C6 # 0 +0x8EA2CBAB 0x6B4A # 0 +0x8EA2CBAC 0x6B4D # 0 +0x8EA2CBAD 0x6B4B # 0 +0x8EA2CBAE 0x6B9E # 0 +0x8EA2CBAF 0x6B9F # 0 +0x8EA2CBB0 0x6BA0 # 0 +0x8EA2CBB1 0x6BC3 # 0 +0x8EA2CBB2 0x6BC4 # 0 +0x8EA2CBB3 0x6BFE # 0 +0x8EA2CBB4 0x6ECE # 0 +0x8EA2CBB5 0x6EF5 # 0 +0x8EA2CBB6 0x6EF1 # 0 +0x8EA2CBB7 0x6F03 # 0 +0x8EA2CBB8 0x6F25 # 0 +0x8EA2CBB9 0x6EF8 # 0 +0x8EA2CBBA 0x6F37 # 0 +0x8EA2CBBB 0x6EFB # 0 +0x8EA2CBBC 0x6F2E # 0 +0x8EA2CBBD 0x6F09 # 0 +0x8EA2CBBE 0x6F4E # 0 +0x8EA2CBBF 0x6F19 # 0 +0x8EA2CBC0 0x6F1A # 0 +0x8EA2CBC1 0x6F27 # 0 +0x8EA2CBC2 0x6F18 # 0 +0x8EA2CBC3 0x6F3B # 0 +0x8EA2CBC4 0x6F12 # 0 +0x8EA2CBC5 0x6EED # 0 +0x8EA2CBC6 0x6F0A # 0 +0x8EA2CBC7 0x6F36 # 0 +0x8EA2CBC8 0x6F73 # 0 +0x8EA2CBC9 0x6EF9 # 0 +0x8EA2CBCA 0x6EEE # 0 +0x8EA2CBCB 0x6F2D # 0 +0x8EA2CBCC 0x6F40 # 0 +0x8EA2CBCD 0x6F30 # 0 +0x8EA2CBCE 0x6F3C # 0 +0x8EA2CBCF 0x6F35 # 0 +0x8EA2CBD0 0x6EEB # 0 +0x8EA2CBD1 0x6F07 # 0 +0x8EA2CBD2 0x6F0E # 0 +0x8EA2CBD3 0x6F43 # 0 +0x8EA2CBD4 0x6F05 # 0 +0x8EA2CBD5 0x6EFD # 0 +0x8EA2CBD6 0x6EF6 # 0 +0x8EA2CBD7 0x6F39 # 0 +0x8EA2CBD8 0x6F1C # 0 +0x8EA2CBD9 0x6EFC # 0 +0x8EA2CBDA 0x6F3A # 0 +0x8EA2CBDB 0x6F1F # 0 +0x8EA2CBDC 0x6F0D # 0 +0x8EA2CBDD 0x6F1E # 0 +0x8EA2CBDE 0x6F08 # 0 +0x8EA2CBDF 0x6F21 # 0 +0x8EA2CBE0 0x7187 # 0 +0x8EA2CBE1 0x7190 # 0 +0x8EA2CBE2 0x7189 # 0 +0x8EA2CBE3 0x7180 # 0 +0x8EA2CBE4 0x7185 # 0 +0x8EA2CBE5 0x7182 # 0 +0x8EA2CBE6 0x718F # 0 +0x8EA2CBE7 0x717B # 0 +0x8EA2CBE8 0x7186 # 0 +0x8EA2CBE9 0x7181 # 0 +0x8EA2CBEA 0x7197 # 0 +0x8EA2CBEB 0x7244 # 0 +0x8EA2CBEC 0x7253 # 0 +0x8EA2CBED 0x7297 # 0 +0x8EA2CBEE 0x7295 # 0 +0x8EA2CBEF 0x7293 # 0 +0x8EA2CBF0 0x7343 # 0 +0x8EA2CBF1 0x734D # 0 +0x8EA2CBF2 0x7351 # 0 +0x8EA2CBF3 0x734C # 0 +0x8EA2CBF4 0x7462 # 0 +0x8EA2CBF5 0x7473 # 0 +0x8EA2CBF6 0x7471 # 0 +0x8EA2CBF7 0x7475 # 0 +0x8EA2CBF8 0x7472 # 0 +0x8EA2CBF9 0x7467 # 0 +0x8EA2CBFA 0x746E # 0 +0x8EA2CBFB 0x7500 # 0 +0x8EA2CBFC 0x7502 # 0 +0x8EA2CBFD 0x7503 # 0 +0x8EA2CBFE 0x757D # 0 +0x8EA2CCA1 0x7590 # 0 +0x8EA2CCA2 0x7616 # 0 +0x8EA2CCA3 0x7608 # 0 +0x8EA2CCA4 0x760C # 0 +0x8EA2CCA5 0x7615 # 0 +0x8EA2CCA6 0x7611 # 0 +0x8EA2CCA7 0x760A # 0 +0x8EA2CCA8 0x7614 # 0 +0x8EA2CCA9 0x76B8 # 0 +0x8EA2CCAA 0x7781 # 0 +0x8EA2CCAB 0x777C # 0 +0x8EA2CCAC 0x7785 # 0 +0x8EA2CCAD 0x7782 # 0 +0x8EA2CCAE 0x776E # 0 +0x8EA2CCAF 0x7780 # 0 +0x8EA2CCB0 0x776F # 0 +0x8EA2CCB1 0x777E # 0 +0x8EA2CCB2 0x7783 # 0 +0x8EA2CCB3 0x78B2 # 0 +0x8EA2CCB4 0x78AA # 0 +0x8EA2CCB5 0x78B4 # 0 +0x8EA2CCB6 0x78AD # 0 +0x8EA2CCB7 0x78A8 # 0 +0x8EA2CCB8 0x787E # 0 +0x8EA2CCB9 0x78AB # 0 +0x8EA2CCBA 0x789E # 0 +0x8EA2CCBB 0x78A5 # 0 +0x8EA2CCBC 0x78A0 # 0 +0x8EA2CCBD 0x78AC # 0 +0x8EA2CCBE 0x78A2 # 0 +0x8EA2CCBF 0x78A4 # 0 +0x8EA2CCC0 0x7998 # 0 +0x8EA2CCC1 0x798A # 0 +0x8EA2CCC2 0x798B # 0 +0x8EA2CCC3 0x7996 # 0 +0x8EA2CCC4 0x7995 # 0 +0x8EA2CCC5 0x7994 # 0 +0x8EA2CCC6 0x7993 # 0 +0x8EA2CCC7 0x7997 # 0 +0x8EA2CCC8 0x7988 # 0 +0x8EA2CCC9 0x7992 # 0 +0x8EA2CCCA 0x7990 # 0 +0x8EA2CCCB 0x7A2B # 0 +0x8EA2CCCC 0x7A4A # 0 +0x8EA2CCCD 0x7A30 # 0 +0x8EA2CCCE 0x7A2F # 0 +0x8EA2CCCF 0x7A28 # 0 +0x8EA2CCD0 0x7A26 # 0 +0x8EA2CCD1 0x7AA8 # 0 +0x8EA2CCD2 0x7AAB # 0 +0x8EA2CCD3 0x7AAC # 0 +0x8EA2CCD4 0x7AEE # 0 +0x8EA2CCD5 0x7B88 # 0 +0x8EA2CCD6 0x7B9C # 0 +0x8EA2CCD7 0x7B8A # 0 +0x8EA2CCD8 0x7B91 # 0 +0x8EA2CCD9 0x7B90 # 0 +0x8EA2CCDA 0x7B96 # 0 +0x8EA2CCDB 0x7B8D # 0 +0x8EA2CCDC 0x7B8C # 0 +0x8EA2CCDD 0x7B9B # 0 +0x8EA2CCDE 0x7B8E # 0 +0x8EA2CCDF 0x7B85 # 0 +0x8EA2CCE0 0x7B98 # 0 +0x8EA2CCE1 0x5284 # 0 +0x8EA2CCE2 0x7B99 # 0 +0x8EA2CCE3 0x7BA4 # 0 +0x8EA2CCE4 0x7B82 # 0 +0x8EA2CCE5 0x7CBB # 0 +0x8EA2CCE6 0x7CBF # 0 +0x8EA2CCE7 0x7CBC # 0 +0x8EA2CCE8 0x7CBA # 0 +0x8EA2CCE9 0x7DA7 # 0 +0x8EA2CCEA 0x7DB7 # 0 +0x8EA2CCEB 0x7DC2 # 0 +0x8EA2CCEC 0x7DA3 # 0 +0x8EA2CCED 0x7DAA # 0 +0x8EA2CCEE 0x7DC1 # 0 +0x8EA2CCEF 0x7DC0 # 0 +0x8EA2CCF0 0x7DC5 # 0 +0x8EA2CCF1 0x7D9D # 0 +0x8EA2CCF2 0x7DCE # 0 +0x8EA2CCF3 0x7DC4 # 0 +0x8EA2CCF4 0x7DC6 # 0 +0x8EA2CCF5 0x7DCB # 0 +0x8EA2CCF6 0x7DCC # 0 +0x8EA2CCF7 0x7DAF # 0 +0x8EA2CCF8 0x7DB9 # 0 +0x8EA2CCF9 0x7D96 # 0 +0x8EA2CCFA 0x7DBC # 0 +0x8EA2CCFB 0x7D9F # 0 +0x8EA2CCFC 0x7DA6 # 0 +0x8EA2CCFD 0x7DAE # 0 +0x8EA2CCFE 0x7DA9 # 0 +0x8EA2CDA1 0x7DA1 # 0 +0x8EA2CDA2 0x7DC9 # 0 +0x8EA2CDA3 0x7F73 # 0 +0x8EA2CDA4 0x7FE2 # 0 +0x8EA2CDA5 0x7FE3 # 0 +0x8EA2CDA6 0x7FE5 # 0 +0x8EA2CDA7 0x7FDE # 0 +0x8EA2CDA8 0x8024 # 0 +0x8EA2CDA9 0x805D # 0 +0x8EA2CDAA 0x805C # 0 +0x8EA2CDAB 0x8189 # 0 +0x8EA2CDAC 0x8186 # 0 +0x8EA2CDAD 0x8183 # 0 +0x8EA2CDAE 0x8187 # 0 +0x8EA2CDAF 0x818D # 0 +0x8EA2CDB0 0x818C # 0 +0x8EA2CDB1 0x818B # 0 +0x8EA2CDB2 0x8215 # 0 +0x8EA2CDB3 0x8497 # 0 +0x8EA2CDB4 0x84A4 # 0 +0x8EA2CDB5 0x84A1 # 0 +0x8EA2CDB6 0x849F # 0 +0x8EA2CDB7 0x84BA # 0 +0x8EA2CDB8 0x84CE # 0 +0x8EA2CDB9 0x84C2 # 0 +0x8EA2CDBA 0x84AC # 0 +0x8EA2CDBB 0x84AE # 0 +0x8EA2CDBC 0x84AB # 0 +0x8EA2CDBD 0x84B9 # 0 +0x8EA2CDBE 0x84B4 # 0 +0x8EA2CDBF 0x84C1 # 0 +0x8EA2CDC0 0x84CD # 0 +0x8EA2CDC1 0x84AA # 0 +0x8EA2CDC2 0x849A # 0 +0x8EA2CDC3 0x84B1 # 0 +0x8EA2CDC4 0x84D0 # 0 +0x8EA2CDC5 0x849D # 0 +0x8EA2CDC6 0x84A7 # 0 +0x8EA2CDC7 0x84BB # 0 +0x8EA2CDC8 0x84A2 # 0 +0x8EA2CDC9 0x8494 # 0 +0x8EA2CDCA 0x84C7 # 0 +0x8EA2CDCB 0x84CC # 0 +0x8EA2CDCC 0x849B # 0 +0x8EA2CDCD 0x84A9 # 0 +0x8EA2CDCE 0x84AF # 0 +0x8EA2CDCF 0x84A8 # 0 +0x8EA2CDD0 0x84D6 # 0 +0x8EA2CDD1 0x8498 # 0 +0x8EA2CDD2 0x84B6 # 0 +0x8EA2CDD3 0x84CF # 0 +0x8EA2CDD4 0x84A0 # 0 +0x8EA2CDD5 0x84D7 # 0 +0x8EA2CDD6 0x84D4 # 0 +0x8EA2CDD7 0x84D2 # 0 +0x8EA2CDD8 0x84DB # 0 +0x8EA2CDD9 0x84B0 # 0 +0x8EA2CDDA 0x8491 # 0 +0x8EA2CDDB 0x8661 # 0 +0x8EA2CDDC 0x8733 # 0 +0x8EA2CDDD 0x8723 # 0 +0x8EA2CDDE 0x8728 # 0 +0x8EA2CDDF 0x876B # 0 +0x8EA2CDE0 0x8740 # 0 +0x8EA2CDE1 0x872E # 0 +0x8EA2CDE2 0x871E # 0 +0x8EA2CDE3 0x8721 # 0 +0x8EA2CDE4 0x8719 # 0 +0x8EA2CDE5 0x871B # 0 +0x8EA2CDE6 0x8743 # 0 +0x8EA2CDE7 0x872C # 0 +0x8EA2CDE8 0x8741 # 0 +0x8EA2CDE9 0x873E # 0 +0x8EA2CDEA 0x8746 # 0 +0x8EA2CDEB 0x8720 # 0 +0x8EA2CDEC 0x8732 # 0 +0x8EA2CDED 0x872A # 0 +0x8EA2CDEE 0x872D # 0 +0x8EA2CDEF 0x873C # 0 +0x8EA2CDF0 0x8712 # 0 +0x8EA2CDF1 0x873A # 0 +0x8EA2CDF2 0x8731 # 0 +0x8EA2CDF3 0x8735 # 0 +0x8EA2CDF4 0x8742 # 0 +0x8EA2CDF5 0x8726 # 0 +0x8EA2CDF6 0x8727 # 0 +0x8EA2CDF7 0x8738 # 0 +0x8EA2CDF8 0x8724 # 0 +0x8EA2CDF9 0x871A # 0 +0x8EA2CDFA 0x8730 # 0 +0x8EA2CDFB 0x8711 # 0 +0x8EA2CDFC 0x88F7 # 0 +0x8EA2CDFD 0x88E7 # 0 +0x8EA2CDFE 0x88F1 # 0 +0x8EA2CEA1 0x88F2 # 0 +0x8EA2CEA2 0x88FA # 0 +0x8EA2CEA3 0x88FE # 0 +0x8EA2CEA4 0x88EE # 0 +0x8EA2CEA5 0x88FC # 0 +0x8EA2CEA6 0x88F6 # 0 +0x8EA2CEA7 0x88FB # 0 +0x8EA2CEA8 0x88F0 # 0 +0x8EA2CEA9 0x88EC # 0 +0x8EA2CEAA 0x88EB # 0 +0x8EA2CEAB 0x899D # 0 +0x8EA2CEAC 0x89A1 # 0 +0x8EA2CEAD 0x899F # 0 +0x8EA2CEAE 0x899E # 0 +0x8EA2CEAF 0x89E9 # 0 +0x8EA2CEB0 0x89EB # 0 +0x8EA2CEB1 0x89E8 # 0 +0x8EA2CEB2 0x8AAB # 0 +0x8EA2CEB3 0x8A99 # 0 +0x8EA2CEB4 0x8A8B # 0 +0x8EA2CEB5 0x8A92 # 0 +0x8EA2CEB6 0x8A8F # 0 +0x8EA2CEB7 0x8A96 # 0 +0x8EA2CEB8 0x8C3D # 0 +0x8EA2CEB9 0x8C68 # 0 +0x8EA2CEBA 0x8C69 # 0 +0x8EA2CEBB 0x8CD5 # 0 +0x8EA2CEBC 0x8CCF # 0 +0x8EA2CEBD 0x8CD7 # 0 +0x8EA2CEBE 0x8D96 # 0 +0x8EA2CEBF 0x8E09 # 0 +0x8EA2CEC0 0x8E02 # 0 +0x8EA2CEC1 0x8DFF # 0 +0x8EA2CEC2 0x8E0D # 0 +0x8EA2CEC3 0x8DFD # 0 +0x8EA2CEC4 0x8E0A # 0 +0x8EA2CEC5 0x8E03 # 0 +0x8EA2CEC6 0x8E07 # 0 +0x8EA2CEC7 0x8E06 # 0 +0x8EA2CEC8 0x8E05 # 0 +0x8EA2CEC9 0x8DFE # 0 +0x8EA2CECA 0x8E00 # 0 +0x8EA2CECB 0x8E04 # 0 +0x8EA2CECC 0x8F10 # 0 +0x8EA2CECD 0x8F11 # 0 +0x8EA2CECE 0x8F0E # 0 +0x8EA2CECF 0x8F0D # 0 +0x8EA2CED0 0x9123 # 0 +0x8EA2CED1 0x911C # 0 +0x8EA2CED2 0x9120 # 0 +0x8EA2CED3 0x9122 # 0 +0x8EA2CED4 0x911F # 0 +0x8EA2CED5 0x911D # 0 +0x8EA2CED6 0x911A # 0 +0x8EA2CED7 0x9124 # 0 +0x8EA2CED8 0x9121 # 0 +0x8EA2CED9 0x911B # 0 +0x8EA2CEDA 0x917A # 0 +0x8EA2CEDB 0x9172 # 0 +0x8EA2CEDC 0x9179 # 0 +0x8EA2CEDD 0x9173 # 0 +0x8EA2CEDE 0x92A5 # 0 +0x8EA2CEDF 0x92A4 # 0 +0x8EA2CEE0 0x9276 # 0 +0x8EA2CEE1 0x929B # 0 +0x8EA2CEE2 0x927A # 0 +0x8EA2CEE3 0x92A0 # 0 +0x8EA2CEE4 0x9294 # 0 +0x8EA2CEE5 0x92AA # 0 +0x8EA2CEE6 0x928D # 0 +0x8EA2CEE7 0x92A6 # 0 +0x8EA2CEE8 0x929A # 0 +0x8EA2CEE9 0x92AB # 0 +0x8EA2CEEA 0x9279 # 0 +0x8EA2CEEB 0x9297 # 0 +0x8EA2CEEC 0x927F # 0 +0x8EA2CEED 0x92A3 # 0 +0x8EA2CEEE 0x92EE # 0 +0x8EA2CEEF 0x928E # 0 +0x8EA2CEF0 0x9282 # 0 +0x8EA2CEF1 0x9295 # 0 +0x8EA2CEF2 0x92A2 # 0 +0x8EA2CEF3 0x927D # 0 +0x8EA2CEF4 0x9288 # 0 +0x8EA2CEF5 0x92A1 # 0 +0x8EA2CEF6 0x928A # 0 +0x8EA2CEF7 0x9286 # 0 +0x8EA2CEF8 0x928C # 0 +0x8EA2CEF9 0x9299 # 0 +0x8EA2CEFA 0x92A7 # 0 +0x8EA2CEFB 0x927E # 0 +0x8EA2CEFC 0x9287 # 0 +0x8EA2CEFD 0x92A9 # 0 +0x8EA2CEFE 0x929D # 0 +0x8EA2CFA1 0x928B # 0 +0x8EA2CFA2 0x922D # 0 +0x8EA2CFA3 0x969E # 0 +0x8EA2CFA4 0x96A1 # 0 +0x8EA2CFA5 0x96FF # 0 +0x8EA2CFA6 0x9758 # 0 +0x8EA2CFA7 0x977D # 0 +0x8EA2CFA8 0x977A # 0 +0x8EA2CFA9 0x977E # 0 +0x8EA2CFAA 0x9783 # 0 +0x8EA2CFAB 0x9780 # 0 +0x8EA2CFAC 0x9782 # 0 +0x8EA2CFAD 0x977B # 0 +0x8EA2CFAE 0x9784 # 0 +0x8EA2CFAF 0x9781 # 0 +0x8EA2CFB0 0x977F # 0 +0x8EA2CFB1 0x97CE # 0 +0x8EA2CFB2 0x97CD # 0 +0x8EA2CFB3 0x9816 # 0 +0x8EA2CFB4 0x98AD # 0 +0x8EA2CFB5 0x98AE # 0 +0x8EA2CFB6 0x9902 # 0 +0x8EA2CFB7 0x9900 # 0 +0x8EA2CFB8 0x9907 # 0 +0x8EA2CFB9 0x999D # 0 +0x8EA2CFBA 0x999C # 0 +0x8EA2CFBB 0x99C3 # 0 +0x8EA2CFBC 0x99B9 # 0 +0x8EA2CFBD 0x99BB # 0 +0x8EA2CFBE 0x99BA # 0 +0x8EA2CFBF 0x99C2 # 0 +0x8EA2CFC0 0x99BD # 0 +0x8EA2CFC1 0x99C7 # 0 +0x8EA2CFC2 0x9AB1 # 0 +0x8EA2CFC3 0x9AE3 # 0 +0x8EA2CFC4 0x9AE7 # 0 +0x8EA2CFC5 0x9B3E # 0 +0x8EA2CFC6 0x9B3F # 0 +0x8EA2CFC7 0x9B60 # 0 +0x8EA2CFC8 0x9B61 # 0 +0x8EA2CFC9 0x9B5F # 0 +0x8EA2CFCA 0x9CF1 # 0 +0x8EA2CFCB 0x9CF2 # 0 +0x8EA2CFCC 0x9CF5 # 0 +0x8EA2CFCD 0x9EA7 # 0 +0x8EA2CFCE 0x50FF # 0 +0x8EA2CFCF 0x5103 # 0 +0x8EA2CFD0 0x5130 # 0 +0x8EA2CFD1 0x50F8 # 0 +0x8EA2CFD2 0x5106 # 0 +0x8EA2CFD3 0x5107 # 0 +0x8EA2CFD4 0x50F6 # 0 +0x8EA2CFD5 0x50FE # 0 +0x8EA2CFD6 0x510B # 0 +0x8EA2CFD7 0x510C # 0 +0x8EA2CFD8 0x50FD # 0 +0x8EA2CFD9 0x510A # 0 +0x8EA2CFDA 0x528B # 0 +0x8EA2CFDB 0x528C # 0 +0x8EA2CFDC 0x52F1 # 0 +0x8EA2CFDD 0x52EF # 0 +0x8EA2CFDE 0x5648 # 0 +0x8EA2CFDF 0x5642 # 0 +0x8EA2CFE0 0x564C # 0 +0x8EA2CFE1 0x5635 # 0 +0x8EA2CFE2 0x5641 # 0 +0x8EA2CFE3 0x564A # 0 +0x8EA2CFE4 0x5649 # 0 +0x8EA2CFE5 0x5646 # 0 +0x8EA2CFE6 0x5658 # 0 +0x8EA2CFE7 0x565A # 0 +0x8EA2CFE8 0x5640 # 0 +0x8EA2CFE9 0x5633 # 0 +0x8EA2CFEA 0x563D # 0 +0x8EA2CFEB 0x562C # 0 +0x8EA2CFEC 0x563E # 0 +0x8EA2CFED 0x5638 # 0 +0x8EA2CFEE 0x562A # 0 +0x8EA2CFEF 0x563A # 0 +0x8EA2CFF0 0x571A # 0 +0x8EA2CFF1 0x58AB # 0 +0x8EA2CFF2 0x589D # 0 +0x8EA2CFF3 0x58B1 # 0 +0x8EA2CFF4 0x58A0 # 0 +0x8EA2CFF5 0x58A3 # 0 +0x8EA2CFF6 0x58AF # 0 +0x8EA2CFF7 0x58AC # 0 +0x8EA2CFF8 0x58A5 # 0 +0x8EA2CFF9 0x58A1 # 0 +0x8EA2CFFA 0x58FF # 0 +0x8EA2CFFB 0x5AFF # 0 +0x8EA2CFFC 0x5AF4 # 0 +0x8EA2CFFD 0x5AFD # 0 +0x8EA2CFFE 0x5AF7 # 0 +0x8EA2D0A1 0x5AF6 # 0 +0x8EA2D0A2 0x5B03 # 0 +0x8EA2D0A3 0x5AF8 # 0 +0x8EA2D0A4 0x5B02 # 0 +0x8EA2D0A5 0x5AF9 # 0 +0x8EA2D0A6 0x5B01 # 0 +0x8EA2D0A7 0x5B07 # 0 +0x8EA2D0A8 0x5B05 # 0 +0x8EA2D0A9 0x5B0F # 0 +0x8EA2D0AA 0x5C67 # 0 +0x8EA2D0AB 0x5D99 # 0 +0x8EA2D0AC 0x5D97 # 0 +0x8EA2D0AD 0x5D9F # 0 +0x8EA2D0AE 0x5D92 # 0 +0x8EA2D0AF 0x5DA2 # 0 +0x8EA2D0B0 0x5D93 # 0 +0x8EA2D0B1 0x5D95 # 0 +0x8EA2D0B2 0x5DA0 # 0 +0x8EA2D0B3 0x5D9C # 0 +0x8EA2D0B4 0x5DA1 # 0 +0x8EA2D0B5 0x5D9A # 0 +0x8EA2D0B6 0x5D9E # 0 +0x8EA2D0B7 0x5E69 # 0 +0x8EA2D0B8 0x5E5D # 0 +0x8EA2D0B9 0x5E60 # 0 +0x8EA2D0BA 0x5E5C # 0 +0x8EA2D0BB 0x7DF3 # 0 +0x8EA2D0BC 0x5EDB # 0 +0x8EA2D0BD 0x5EDE # 0 +0x8EA2D0BE 0x5EE1 # 0 +0x8EA2D0BF 0x5F49 # 0 +0x8EA2D0C0 0x5FB2 # 0 +0x8EA2D0C1 0x618B # 0 +0x8EA2D0C2 0x6183 # 0 +0x8EA2D0C3 0x6179 # 0 +0x8EA2D0C4 0x61B1 # 0 +0x8EA2D0C5 0x61B0 # 0 +0x8EA2D0C6 0x61A2 # 0 +0x8EA2D0C7 0x6189 # 0 +0x8EA2D0C8 0x619B # 0 +0x8EA2D0C9 0x6193 # 0 +0x8EA2D0CA 0x61AF # 0 +0x8EA2D0CB 0x61AD # 0 +0x8EA2D0CC 0x619F # 0 +0x8EA2D0CD 0x6192 # 0 +0x8EA2D0CE 0x61AA # 0 +0x8EA2D0CF 0x61A1 # 0 +0x8EA2D0D0 0x618D # 0 +0x8EA2D0D1 0x6166 # 0 +0x8EA2D0D2 0x61B3 # 0 +0x8EA2D0D3 0x622D # 0 +0x8EA2D0D4 0x646E # 0 +0x8EA2D0D5 0x6470 # 0 +0x8EA2D0D6 0x6496 # 0 +0x8EA2D0D7 0x64A0 # 0 +0x8EA2D0D8 0x6485 # 0 +0x8EA2D0D9 0x6497 # 0 +0x8EA2D0DA 0x649C # 0 +0x8EA2D0DB 0x648F # 0 +0x8EA2D0DC 0x648B # 0 +0x8EA2D0DD 0x648A # 0 +0x8EA2D0DE 0x648C # 0 +0x8EA2D0DF 0x64A3 # 0 +0x8EA2D0E0 0x649F # 0 +0x8EA2D0E1 0x6468 # 0 +0x8EA2D0E2 0x64B1 # 0 +0x8EA2D0E3 0x6498 # 0 +0x8EA2D0E4 0x6576 # 0 +0x8EA2D0E5 0x657A # 0 +0x8EA2D0E6 0x6579 # 0 +0x8EA2D0E7 0x657B # 0 +0x8EA2D0E8 0x65B2 # 0 +0x8EA2D0E9 0x65B3 # 0 +0x8EA2D0EA 0x66B5 # 0 +0x8EA2D0EB 0x66B0 # 0 +0x8EA2D0EC 0x66A9 # 0 +0x8EA2D0ED 0x66B2 # 0 +0x8EA2D0EE 0x66B7 # 0 +0x8EA2D0EF 0x66AA # 0 +0x8EA2D0F0 0x66AF # 0 +0x8EA2D0F1 0x6A00 # 0 +0x8EA2D0F2 0x6A06 # 0 +0x8EA2D0F3 0x6A17 # 0 +0x8EA2D0F4 0x69E5 # 0 +0x8EA2D0F5 0x69F8 # 0 +0x8EA2D0F6 0x6A15 # 0 +0x8EA2D0F7 0x69F1 # 0 +0x8EA2D0F8 0x69E4 # 0 +0x8EA2D0F9 0x6A20 # 0 +0x8EA2D0FA 0x69FF # 0 +0x8EA2D0FB 0x69EC # 0 +0x8EA2D0FC 0x69E2 # 0 +0x8EA2D0FD 0x6A1B # 0 +0x8EA2D0FE 0x6A1D # 0 +0x8EA2D1A1 0x69FE # 0 +0x8EA2D1A2 0x6A27 # 0 +0x8EA2D1A3 0x69F2 # 0 +0x8EA2D1A4 0x69EE # 0 +0x8EA2D1A5 0x6A14 # 0 +0x8EA2D1A6 0x69F7 # 0 +0x8EA2D1A7 0x69E7 # 0 +0x8EA2D1A8 0x6A40 # 0 +0x8EA2D1A9 0x6A08 # 0 +0x8EA2D1AA 0x69E6 # 0 +0x8EA2D1AB 0x69FB # 0 +0x8EA2D1AC 0x6A0D # 0 +0x8EA2D1AD 0x69FC # 0 +0x8EA2D1AE 0x69EB # 0 +0x8EA2D1AF 0x6A09 # 0 +0x8EA2D1B0 0x6A04 # 0 +0x8EA2D1B1 0x6A18 # 0 +0x8EA2D1B2 0x6A25 # 0 +0x8EA2D1B3 0x6A0F # 0 +0x8EA2D1B4 0x69F6 # 0 +0x8EA2D1B5 0x6A26 # 0 +0x8EA2D1B6 0x6A07 # 0 +0x8EA2D1B7 0x69F4 # 0 +0x8EA2D1B8 0x6A16 # 0 +0x8EA2D1B9 0x6B51 # 0 +0x8EA2D1BA 0x6BA5 # 0 +0x8EA2D1BB 0x6BA3 # 0 +0x8EA2D1BC 0x6BA2 # 0 +0x8EA2D1BD 0x6BA6 # 0 +0x8EA2D1BE 0x6C01 # 0 +0x8EA2D1BF 0x6C00 # 0 +0x8EA2D1C0 0x6BFF # 0 +0x8EA2D1C1 0x6C02 # 0 +0x8EA2D1C2 0x6F41 # 0 +0x8EA2D1C3 0x6F26 # 0 +0x8EA2D1C4 0x6F7E # 0 +0x8EA2D1C5 0x6F87 # 0 +0x8EA2D1C6 0x6FC6 # 0 +0x8EA2D1C7 0x6F92 # 0 +0x8EA2D1C8 0x6F8D # 0 +0x8EA2D1C9 0x6F89 # 0 +0x8EA2D1CA 0x6F8C # 0 +0x8EA2D1CB 0x6F62 # 0 +0x8EA2D1CC 0x6F4F # 0 +0x8EA2D1CD 0x6F85 # 0 +0x8EA2D1CE 0x6F5A # 0 +0x8EA2D1CF 0x6F96 # 0 +0x8EA2D1D0 0x6F76 # 0 +0x8EA2D1D1 0x6F6C # 0 +0x8EA2D1D2 0x6F82 # 0 +0x8EA2D1D3 0x6F55 # 0 +0x8EA2D1D4 0x6F72 # 0 +0x8EA2D1D5 0x6F52 # 0 +0x8EA2D1D6 0x6F50 # 0 +0x8EA2D1D7 0x6F57 # 0 +0x8EA2D1D8 0x6F94 # 0 +0x8EA2D1D9 0x6F93 # 0 +0x8EA2D1DA 0x6F5D # 0 +0x8EA2D1DB 0x6F00 # 0 +0x8EA2D1DC 0x6F61 # 0 +0x8EA2D1DD 0x6F6B # 0 +0x8EA2D1DE 0x6F7D # 0 +0x8EA2D1DF 0x6F67 # 0 +0x8EA2D1E0 0x6F90 # 0 +0x8EA2D1E1 0x6F53 # 0 +0x8EA2D1E2 0x6F8B # 0 +0x8EA2D1E3 0x6F69 # 0 +0x8EA2D1E4 0x6F7F # 0 +0x8EA2D1E5 0x6F95 # 0 +0x8EA2D1E6 0x6F63 # 0 +0x8EA2D1E7 0x6F77 # 0 +0x8EA2D1E8 0x6F6A # 0 +0x8EA2D1E9 0x6F7B # 0 +0x8EA2D1EA 0x71B2 # 0 +0x8EA2D1EB 0x71AF # 0 +0x8EA2D1EC 0x719B # 0 +0x8EA2D1ED 0x71B0 # 0 +0x8EA2D1EE 0x71A0 # 0 +0x8EA2D1EF 0x719A # 0 +0x8EA2D1F0 0x71A9 # 0 +0x8EA2D1F1 0x71B5 # 0 +0x8EA2D1F2 0x719D # 0 +0x8EA2D1F3 0x71A5 # 0 +0x8EA2D1F4 0x719E # 0 +0x8EA2D1F5 0x71A4 # 0 +0x8EA2D1F6 0x71A1 # 0 +0x8EA2D1F7 0x71AA # 0 +0x8EA2D1F8 0x719C # 0 +0x8EA2D1F9 0x71A7 # 0 +0x8EA2D1FA 0x71B3 # 0 +0x8EA2D1FB 0x7298 # 0 +0x8EA2D1FC 0x729A # 0 +0x8EA2D1FD 0x7358 # 0 +0x8EA2D1FE 0x7352 # 0 +0x8EA2D2A1 0x735E # 0 +0x8EA2D2A2 0x735F # 0 +0x8EA2D2A3 0x7360 # 0 +0x8EA2D2A4 0x735D # 0 +0x8EA2D2A5 0x735B # 0 +0x8EA2D2A6 0x7361 # 0 +0x8EA2D2A7 0x735A # 0 +0x8EA2D2A8 0x7359 # 0 +0x8EA2D2A9 0x7362 # 0 +0x8EA2D2AA 0x7487 # 0 +0x8EA2D2AB 0x7489 # 0 +0x8EA2D2AC 0x748A # 0 +0x8EA2D2AD 0x7486 # 0 +0x8EA2D2AE 0x7481 # 0 +0x8EA2D2AF 0x747D # 0 +0x8EA2D2B0 0x7485 # 0 +0x8EA2D2B1 0x7488 # 0 +0x8EA2D2B2 0x747C # 0 +0x8EA2D2B3 0x7479 # 0 +0x8EA2D2B4 0x7508 # 0 +0x8EA2D2B5 0x7507 # 0 +0x8EA2D2B6 0x757E # 0 +0x8EA2D2B7 0x7625 # 0 +0x8EA2D2B8 0x761E # 0 +0x8EA2D2B9 0x7619 # 0 +0x8EA2D2BA 0x761D # 0 +0x8EA2D2BB 0x761C # 0 +0x8EA2D2BC 0x7623 # 0 +0x8EA2D2BD 0x761A # 0 +0x8EA2D2BE 0x7628 # 0 +0x8EA2D2BF 0x761B # 0 +0x8EA2D2C0 0x769C # 0 +0x8EA2D2C1 0x769D # 0 +0x8EA2D2C2 0x769E # 0 +0x8EA2D2C3 0x769B # 0 +0x8EA2D2C4 0x778D # 0 +0x8EA2D2C5 0x778F # 0 +0x8EA2D2C6 0x7789 # 0 +0x8EA2D2C7 0x7788 # 0 +0x8EA2D2C8 0x78CD # 0 +0x8EA2D2C9 0x78BB # 0 +0x8EA2D2CA 0x78CF # 0 +0x8EA2D2CB 0x78CC # 0 +0x8EA2D2CC 0x78D1 # 0 +0x8EA2D2CD 0x78CE # 0 +0x8EA2D2CE 0x78D4 # 0 +0x8EA2D2CF 0x78C8 # 0 +0x8EA2D2D0 0x78C3 # 0 +0x8EA2D2D1 0x78C4 # 0 +0x8EA2D2D2 0x78C9 # 0 +0x8EA2D2D3 0x799A # 0 +0x8EA2D2D4 0x79A1 # 0 +0x8EA2D2D5 0x79A0 # 0 +0x8EA2D2D6 0x799C # 0 +0x8EA2D2D7 0x79A2 # 0 +0x8EA2D2D8 0x799B # 0 +0x8EA2D2D9 0x6B76 # 0 +0x8EA2D2DA 0x7A39 # 0 +0x8EA2D2DB 0x7AB2 # 0 +0x8EA2D2DC 0x7AB4 # 0 +0x8EA2D2DD 0x7AB3 # 0 +0x8EA2D2DE 0x7BB7 # 0 +0x8EA2D2DF 0x7BCB # 0 +0x8EA2D2E0 0x7BBE # 0 +0x8EA2D2E1 0x7BAC # 0 +0x8EA2D2E2 0x7BCE # 0 +0x8EA2D2E3 0x7BAF # 0 +0x8EA2D2E4 0x7BB9 # 0 +0x8EA2D2E5 0x7BCA # 0 +0x8EA2D2E6 0x7BB5 # 0 +0x8EA2D2E7 0x7CC5 # 0 +0x8EA2D2E8 0x7CC8 # 0 +0x8EA2D2E9 0x7CCC # 0 +0x8EA2D2EA 0x7CCB # 0 +0x8EA2D2EB 0x7DF7 # 0 +0x8EA2D2EC 0x7DDB # 0 +0x8EA2D2ED 0x7DEA # 0 +0x8EA2D2EE 0x7DE7 # 0 +0x8EA2D2EF 0x7DD7 # 0 +0x8EA2D2F0 0x7DE1 # 0 +0x8EA2D2F1 0x7E03 # 0 +0x8EA2D2F2 0x7DFA # 0 +0x8EA2D2F3 0x7DE6 # 0 +0x8EA2D2F4 0x7DF6 # 0 +0x8EA2D2F5 0x7DF1 # 0 +0x8EA2D2F6 0x7DF0 # 0 +0x8EA2D2F7 0x7DEE # 0 +0x8EA2D2F8 0x7DDF # 0 +0x8EA2D2F9 0x7F76 # 0 +0x8EA2D2FA 0x7FAC # 0 +0x8EA2D2FB 0x7FB0 # 0 +0x8EA2D2FC 0x7FAD # 0 +0x8EA2D2FD 0x7FED # 0 +0x8EA2D2FE 0x7FEB # 0 +0x8EA2D3A1 0x7FEA # 0 +0x8EA2D3A2 0x7FEC # 0 +0x8EA2D3A3 0x7FE6 # 0 +0x8EA2D3A4 0x7FE8 # 0 +0x8EA2D3A5 0x8064 # 0 +0x8EA2D3A6 0x8067 # 0 +0x8EA2D3A7 0x81A3 # 0 +0x8EA2D3A8 0x819F # 0 +0x8EA2D3A9 0x819E # 0 +0x8EA2D3AA 0x8195 # 0 +0x8EA2D3AB 0x81A2 # 0 +0x8EA2D3AC 0x8199 # 0 +0x8EA2D3AD 0x8197 # 0 +0x8EA2D3AE 0x8216 # 0 +0x8EA2D3AF 0x824F # 0 +0x8EA2D3B0 0x8253 # 0 +0x8EA2D3B1 0x8252 # 0 +0x8EA2D3B2 0x8250 # 0 +0x8EA2D3B3 0x824E # 0 +0x8EA2D3B4 0x8251 # 0 +0x8EA2D3B5 0x8524 # 0 +0x8EA2D3B6 0x853B # 0 +0x8EA2D3B7 0x850F # 0 +0x8EA2D3B8 0x8500 # 0 +0x8EA2D3B9 0x8529 # 0 +0x8EA2D3BA 0x850E # 0 +0x8EA2D3BB 0x8509 # 0 +0x8EA2D3BC 0x850D # 0 +0x8EA2D3BD 0x851F # 0 +0x8EA2D3BE 0x850A # 0 +0x8EA2D3BF 0x8527 # 0 +0x8EA2D3C0 0x851C # 0 +0x8EA2D3C1 0x84FB # 0 +0x8EA2D3C2 0x852B # 0 +0x8EA2D3C3 0x84FA # 0 +0x8EA2D3C4 0x8508 # 0 +0x8EA2D3C5 0x850C # 0 +0x8EA2D3C6 0x84F4 # 0 +0x8EA2D3C7 0x852A # 0 +0x8EA2D3C8 0x84F2 # 0 +0x8EA2D3C9 0x8515 # 0 +0x8EA2D3CA 0x84F7 # 0 +0x8EA2D3CB 0x84EB # 0 +0x8EA2D3CC 0x84F3 # 0 +0x8EA2D3CD 0x84FC # 0 +0x8EA2D3CE 0x8512 # 0 +0x8EA2D3CF 0x84EA # 0 +0x8EA2D3D0 0x84E9 # 0 +0x8EA2D3D1 0x8516 # 0 +0x8EA2D3D2 0x84FE # 0 +0x8EA2D3D3 0x8528 # 0 +0x8EA2D3D4 0x851D # 0 +0x8EA2D3D5 0x852E # 0 +0x8EA2D3D6 0x8502 # 0 +0x8EA2D3D7 0x84FD # 0 +0x8EA2D3D8 0x851E # 0 +0x8EA2D3D9 0x84F6 # 0 +0x8EA2D3DA 0x8531 # 0 +0x8EA2D3DB 0x8526 # 0 +0x8EA2D3DC 0x84E7 # 0 +0x8EA2D3DD 0x84E8 # 0 +0x8EA2D3DE 0x84F0 # 0 +0x8EA2D3DF 0x84EF # 0 +0x8EA2D3E0 0x84F9 # 0 +0x8EA2D3E1 0x8518 # 0 +0x8EA2D3E2 0x8520 # 0 +0x8EA2D3E3 0x8530 # 0 +0x8EA2D3E4 0x850B # 0 +0x8EA2D3E5 0x8519 # 0 +0x8EA2D3E6 0x852F # 0 +0x8EA2D3E7 0x8662 # 0 +0x8EA2D3E8 0x8756 # 0 +0x8EA2D3E9 0x8763 # 0 +0x8EA2D3EA 0x8764 # 0 +0x8EA2D3EB 0x8777 # 0 +0x8EA2D3EC 0x87E1 # 0 +0x8EA2D3ED 0x8773 # 0 +0x8EA2D3EE 0x8758 # 0 +0x8EA2D3EF 0x8754 # 0 +0x8EA2D3F0 0x875B # 0 +0x8EA2D3F1 0x8752 # 0 +0x8EA2D3F2 0x8761 # 0 +0x8EA2D3F3 0x875A # 0 +0x8EA2D3F4 0x8751 # 0 +0x8EA2D3F5 0x875E # 0 +0x8EA2D3F6 0x876D # 0 +0x8EA2D3F7 0x876A # 0 +0x8EA2D3F8 0x8750 # 0 +0x8EA2D3F9 0x874E # 0 +0x8EA2D3FA 0x875F # 0 +0x8EA2D3FB 0x875D # 0 +0x8EA2D3FC 0x876F # 0 +0x8EA2D3FD 0x876C # 0 +0x8EA2D3FE 0x877A # 0 +0x8EA2D4A1 0x876E # 0 +0x8EA2D4A2 0x875C # 0 +0x8EA2D4A3 0x8765 # 0 +0x8EA2D4A4 0x874F # 0 +0x8EA2D4A5 0x877B # 0 +0x8EA2D4A6 0x8775 # 0 +0x8EA2D4A7 0x8762 # 0 +0x8EA2D4A8 0x8767 # 0 +0x8EA2D4A9 0x8769 # 0 +0x8EA2D4AA 0x885A # 0 +0x8EA2D4AB 0x8905 # 0 +0x8EA2D4AC 0x890C # 0 +0x8EA2D4AD 0x8914 # 0 +0x8EA2D4AE 0x890B # 0 +0x8EA2D4AF 0x8917 # 0 +0x8EA2D4B0 0x8918 # 0 +0x8EA2D4B1 0x8919 # 0 +0x8EA2D4B2 0x8906 # 0 +0x8EA2D4B3 0x8916 # 0 +0x8EA2D4B4 0x8911 # 0 +0x8EA2D4B5 0x890E # 0 +0x8EA2D4B6 0x8909 # 0 +0x8EA2D4B7 0x89A2 # 0 +0x8EA2D4B8 0x89A4 # 0 +0x8EA2D4B9 0x89A3 # 0 +0x8EA2D4BA 0x89ED # 0 +0x8EA2D4BB 0x89F0 # 0 +0x8EA2D4BC 0x89EC # 0 +0x8EA2D4BD 0x8ACF # 0 +0x8EA2D4BE 0x8AC6 # 0 +0x8EA2D4BF 0x8AB8 # 0 +0x8EA2D4C0 0x8AD3 # 0 +0x8EA2D4C1 0x8AD1 # 0 +0x8EA2D4C2 0x8AD4 # 0 +0x8EA2D4C3 0x8AD5 # 0 +0x8EA2D4C4 0x8ABB # 0 +0x8EA2D4C5 0x8AD7 # 0 +0x8EA2D4C6 0x8ABE # 0 +0x8EA2D4C7 0x8AC0 # 0 +0x8EA2D4C8 0x8AC5 # 0 +0x8EA2D4C9 0x8AD8 # 0 +0x8EA2D4CA 0x8AC3 # 0 +0x8EA2D4CB 0x8ABA # 0 +0x8EA2D4CC 0x8ABD # 0 +0x8EA2D4CD 0x8AD9 # 0 +0x8EA2D4CE 0x8C3E # 0 +0x8EA2D4CF 0x8C4D # 0 +0x8EA2D4D0 0x8C8F # 0 +0x8EA2D4D1 0x8CE5 # 0 +0x8EA2D4D2 0x8CDF # 0 +0x8EA2D4D3 0x8CD9 # 0 +0x8EA2D4D4 0x8CE8 # 0 +0x8EA2D4D5 0x8CDA # 0 +0x8EA2D4D6 0x8CDD # 0 +0x8EA2D4D7 0x8CE7 # 0 +0x8EA2D4D8 0x8DA0 # 0 +0x8EA2D4D9 0x8D9C # 0 +0x8EA2D4DA 0x8DA1 # 0 +0x8EA2D4DB 0x8D9B # 0 +0x8EA2D4DC 0x8E20 # 0 +0x8EA2D4DD 0x8E23 # 0 +0x8EA2D4DE 0x8E25 # 0 +0x8EA2D4DF 0x8E24 # 0 +0x8EA2D4E0 0x8E2E # 0 +0x8EA2D4E1 0x8E15 # 0 +0x8EA2D4E2 0x8E1B # 0 +0x8EA2D4E3 0x8E16 # 0 +0x8EA2D4E4 0x8E11 # 0 +0x8EA2D4E5 0x8E19 # 0 +0x8EA2D4E6 0x8E26 # 0 +0x8EA2D4E7 0x8E27 # 0 +0x8EA2D4E8 0x8E14 # 0 +0x8EA2D4E9 0x8E12 # 0 +0x8EA2D4EA 0x8E18 # 0 +0x8EA2D4EB 0x8E13 # 0 +0x8EA2D4EC 0x8E1C # 0 +0x8EA2D4ED 0x8E17 # 0 +0x8EA2D4EE 0x8E1A # 0 +0x8EA2D4EF 0x8F2C # 0 +0x8EA2D4F0 0x8F24 # 0 +0x8EA2D4F1 0x8F18 # 0 +0x8EA2D4F2 0x8F1A # 0 +0x8EA2D4F3 0x8F20 # 0 +0x8EA2D4F4 0x8F23 # 0 +0x8EA2D4F5 0x8F16 # 0 +0x8EA2D4F6 0x8F17 # 0 +0x8EA2D4F7 0x9073 # 0 +0x8EA2D4F8 0x9070 # 0 +0x8EA2D4F9 0x906F # 0 +0x8EA2D4FA 0x9067 # 0 +0x8EA2D4FB 0x906B # 0 +0x8EA2D4FC 0x912F # 0 +0x8EA2D4FD 0x912B # 0 +0x8EA2D4FE 0x9129 # 0 +0x8EA2D5A1 0x912A # 0 +0x8EA2D5A2 0x9132 # 0 +0x8EA2D5A3 0x9126 # 0 +0x8EA2D5A4 0x912E # 0 +0x8EA2D5A5 0x9185 # 0 +0x8EA2D5A6 0x9186 # 0 +0x8EA2D5A7 0x918A # 0 +0x8EA2D5A8 0x9181 # 0 +0x8EA2D5A9 0x9182 # 0 +0x8EA2D5AA 0x9184 # 0 +0x8EA2D5AB 0x9180 # 0 +0x8EA2D5AC 0x92D0 # 0 +0x8EA2D5AD 0x92C3 # 0 +0x8EA2D5AE 0x92C4 # 0 +0x8EA2D5AF 0x92C0 # 0 +0x8EA2D5B0 0x92D9 # 0 +0x8EA2D5B1 0x92B6 # 0 +0x8EA2D5B2 0x92CF # 0 +0x8EA2D5B3 0x92F1 # 0 +0x8EA2D5B4 0x92DF # 0 +0x8EA2D5B5 0x92D8 # 0 +0x8EA2D5B6 0x92E9 # 0 +0x8EA2D5B7 0x92D7 # 0 +0x8EA2D5B8 0x92DD # 0 +0x8EA2D5B9 0x92CC # 0 +0x8EA2D5BA 0x92EF # 0 +0x8EA2D5BB 0x92C2 # 0 +0x8EA2D5BC 0x92E8 # 0 +0x8EA2D5BD 0x92CA # 0 +0x8EA2D5BE 0x92C8 # 0 +0x8EA2D5BF 0x92CE # 0 +0x8EA2D5C0 0x92E6 # 0 +0x8EA2D5C1 0x92CD # 0 +0x8EA2D5C2 0x92D5 # 0 +0x8EA2D5C3 0x92C9 # 0 +0x8EA2D5C4 0x92E0 # 0 +0x8EA2D5C5 0x92DE # 0 +0x8EA2D5C6 0x92E7 # 0 +0x8EA2D5C7 0x92D1 # 0 +0x8EA2D5C8 0x92D3 # 0 +0x8EA2D5C9 0x92B5 # 0 +0x8EA2D5CA 0x92E1 # 0 +0x8EA2D5CB 0x9325 # 0 +0x8EA2D5CC 0x92C6 # 0 +0x8EA2D5CD 0x92B4 # 0 +0x8EA2D5CE 0x957C # 0 +0x8EA2D5CF 0x95AC # 0 +0x8EA2D5D0 0x95AB # 0 +0x8EA2D5D1 0x95AE # 0 +0x8EA2D5D2 0x95B0 # 0 +0x8EA2D5D3 0x96A4 # 0 +0x8EA2D5D4 0x96A2 # 0 +0x8EA2D5D5 0x96D3 # 0 +0x8EA2D5D6 0x9705 # 0 +0x8EA2D5D7 0x9708 # 0 +0x8EA2D5D8 0x9702 # 0 +0x8EA2D5D9 0x975A # 0 +0x8EA2D5DA 0x978A # 0 +0x8EA2D5DB 0x978E # 0 +0x8EA2D5DC 0x9788 # 0 +0x8EA2D5DD 0x97D0 # 0 +0x8EA2D5DE 0x97CF # 0 +0x8EA2D5DF 0x981E # 0 +0x8EA2D5E0 0x981D # 0 +0x8EA2D5E1 0x9826 # 0 +0x8EA2D5E2 0x9829 # 0 +0x8EA2D5E3 0x9828 # 0 +0x8EA2D5E4 0x9820 # 0 +0x8EA2D5E5 0x981B # 0 +0x8EA2D5E6 0x9827 # 0 +0x8EA2D5E7 0x98B2 # 0 +0x8EA2D5E8 0x9908 # 0 +0x8EA2D5E9 0x98FA # 0 +0x8EA2D5EA 0x9911 # 0 +0x8EA2D5EB 0x9914 # 0 +0x8EA2D5EC 0x9916 # 0 +0x8EA2D5ED 0x9917 # 0 +0x8EA2D5EE 0x9915 # 0 +0x8EA2D5EF 0x99DC # 0 +0x8EA2D5F0 0x99CD # 0 +0x8EA2D5F1 0x99CF # 0 +0x8EA2D5F2 0x99D3 # 0 +0x8EA2D5F3 0x99D4 # 0 +0x8EA2D5F4 0x99CE # 0 +0x8EA2D5F5 0x99C9 # 0 +0x8EA2D5F6 0x99D6 # 0 +0x8EA2D5F7 0x99D8 # 0 +0x8EA2D5F8 0x99CB # 0 +0x8EA2D5F9 0x99D7 # 0 +0x8EA2D5FA 0x99CC # 0 +0x8EA2D5FB 0x9AB3 # 0 +0x8EA2D5FC 0x9AEC # 0 +0x8EA2D5FD 0x9AEB # 0 +0x8EA2D5FE 0x9AF3 # 0 +0x8EA2D6A1 0x9AF2 # 0 +0x8EA2D6A2 0x9AF1 # 0 +0x8EA2D6A3 0x9B46 # 0 +0x8EA2D6A4 0x9B43 # 0 +0x8EA2D6A5 0x9B67 # 0 +0x8EA2D6A6 0x9B74 # 0 +0x8EA2D6A7 0x9B71 # 0 +0x8EA2D6A8 0x9B66 # 0 +0x8EA2D6A9 0x9B76 # 0 +0x8EA2D6AA 0x9B75 # 0 +0x8EA2D6AB 0x9B70 # 0 +0x8EA2D6AC 0x9B68 # 0 +0x8EA2D6AD 0x9B64 # 0 +0x8EA2D6AE 0x9B6C # 0 +0x8EA2D6AF 0x9CFC # 0 +0x8EA2D6B0 0x9CFA # 0 +0x8EA2D6B1 0x9CFD # 0 +0x8EA2D6B2 0x9CFF # 0 +0x8EA2D6B3 0x9CF7 # 0 +0x8EA2D6B4 0x9D07 # 0 +0x8EA2D6B5 0x9D00 # 0 +0x8EA2D6B6 0x9CF9 # 0 +0x8EA2D6B7 0x9CFB # 0 +0x8EA2D6B8 0x9D08 # 0 +0x8EA2D6B9 0x9D05 # 0 +0x8EA2D6BA 0x9D04 # 0 +0x8EA2D6BB 0x9E83 # 0 +0x8EA2D6BC 0x9ED3 # 0 +0x8EA2D6BD 0x9F0F # 0 +0x8EA2D6BE 0x9F10 # 0 +0x8EA2D6BF 0x511C # 0 +0x8EA2D6C0 0x5113 # 0 +0x8EA2D6C1 0x5117 # 0 +0x8EA2D6C2 0x511A # 0 +0x8EA2D6C3 0x5111 # 0 +0x8EA2D6C4 0x51DE # 0 +0x8EA2D6C5 0x5334 # 0 +0x8EA2D6C6 0x53E1 # 0 +0x8EA2D6C7 0x5670 # 0 +0x8EA2D6C8 0x5660 # 0 +0x8EA2D6C9 0x566E # 0 +0x8EA2D6CA 0x5673 # 0 +0x8EA2D6CB 0x5666 # 0 +0x8EA2D6CC 0x5663 # 0 +0x8EA2D6CD 0x566D # 0 +0x8EA2D6CE 0x5672 # 0 +0x8EA2D6CF 0x565E # 0 +0x8EA2D6D0 0x5677 # 0 +0x8EA2D6D1 0x571C # 0 +0x8EA2D6D2 0x571B # 0 +0x8EA2D6D3 0x58C8 # 0 +0x8EA2D6D4 0x58BD # 0 +0x8EA2D6D5 0x58C9 # 0 +0x8EA2D6D6 0x58BF # 0 +0x8EA2D6D7 0x58BA # 0 +0x8EA2D6D8 0x58C2 # 0 +0x8EA2D6D9 0x58BC # 0 +0x8EA2D6DA 0x58C6 # 0 +0x8EA2D6DB 0x5B17 # 0 +0x8EA2D6DC 0x5B19 # 0 +0x8EA2D6DD 0x5B1B # 0 +0x8EA2D6DE 0x5B21 # 0 +0x8EA2D6DF 0x5B14 # 0 +0x8EA2D6E0 0x5B13 # 0 +0x8EA2D6E1 0x5B10 # 0 +0x8EA2D6E2 0x5B16 # 0 +0x8EA2D6E3 0x5B28 # 0 +0x8EA2D6E4 0x5B1A # 0 +0x8EA2D6E5 0x5B20 # 0 +0x8EA2D6E6 0x5B1E # 0 +0x8EA2D6E7 0x5BEF # 0 +0x8EA2D6E8 0x5DAC # 0 +0x8EA2D6E9 0x5DB1 # 0 +0x8EA2D6EA 0x5DA9 # 0 +0x8EA2D6EB 0x5DA7 # 0 +0x8EA2D6EC 0x5DB5 # 0 +0x8EA2D6ED 0x5DB0 # 0 +0x8EA2D6EE 0x5DAE # 0 +0x8EA2D6EF 0x5DAA # 0 +0x8EA2D6F0 0x5DA8 # 0 +0x8EA2D6F1 0x5DB2 # 0 +0x8EA2D6F2 0x5DAD # 0 +0x8EA2D6F3 0x5DAF # 0 +0x8EA2D6F4 0x5DB4 # 0 +0x8EA2D6F5 0x5E67 # 0 +0x8EA2D6F6 0x5E68 # 0 +0x8EA2D6F7 0x5E66 # 0 +0x8EA2D6F8 0x5E6F # 0 +0x8EA2D6F9 0x5EE9 # 0 +0x8EA2D6FA 0x5EE7 # 0 +0x8EA2D6FB 0x5EE6 # 0 +0x8EA2D6FC 0x5EE8 # 0 +0x8EA2D6FD 0x5EE5 # 0 +0x8EA2D6FE 0x5F4B # 0 +0x8EA2D7A1 0x5FBC # 0 +0x8EA2D7A2 0x5FBB # 0 +0x8EA2D7A3 0x619D # 0 +0x8EA2D7A4 0x61A8 # 0 +0x8EA2D7A5 0x6196 # 0 +0x8EA2D7A6 0x61C5 # 0 +0x8EA2D7A7 0x61B4 # 0 +0x8EA2D7A8 0x61C6 # 0 +0x8EA2D7A9 0x61C1 # 0 +0x8EA2D7AA 0x61CC # 0 +0x8EA2D7AB 0x61BA # 0 +0x8EA2D7AC 0x61BF # 0 +0x8EA2D7AD 0x61B8 # 0 +0x8EA2D7AE 0x618C # 0 +0x8EA2D7AF 0x64D7 # 0 +0x8EA2D7B0 0x64D6 # 0 +0x8EA2D7B1 0x64D0 # 0 +0x8EA2D7B2 0x64CF # 0 +0x8EA2D7B3 0x64C9 # 0 +0x8EA2D7B4 0x64BD # 0 +0x8EA2D7B5 0x6489 # 0 +0x8EA2D7B6 0x64C3 # 0 +0x8EA2D7B7 0x64DB # 0 +0x8EA2D7B8 0x64F3 # 0 +0x8EA2D7B9 0x64D9 # 0 +0x8EA2D7BA 0x6533 # 0 +0x8EA2D7BB 0x657F # 0 +0x8EA2D7BC 0x657C # 0 +0x8EA2D7BD 0x65A2 # 0 +0x8EA2D7BE 0x66C8 # 0 +0x8EA2D7BF 0x66BE # 0 +0x8EA2D7C0 0x66C0 # 0 +0x8EA2D7C1 0x66CA # 0 +0x8EA2D7C2 0x66CB # 0 +0x8EA2D7C3 0x66CF # 0 +0x8EA2D7C4 0x66BD # 0 +0x8EA2D7C5 0x66BB # 0 +0x8EA2D7C6 0x66BA # 0 +0x8EA2D7C7 0x66CC # 0 +0x8EA2D7C8 0x6723 # 0 +0x8EA2D7C9 0x6A34 # 0 +0x8EA2D7CA 0x6A66 # 0 +0x8EA2D7CB 0x6A49 # 0 +0x8EA2D7CC 0x6A67 # 0 +0x8EA2D7CD 0x6A32 # 0 +0x8EA2D7CE 0x6A68 # 0 +0x8EA2D7CF 0x6A3E # 0 +0x8EA2D7D0 0x6A5D # 0 +0x8EA2D7D1 0x6A6D # 0 +0x8EA2D7D2 0x6A76 # 0 +0x8EA2D7D3 0x6A5B # 0 +0x8EA2D7D4 0x6A51 # 0 +0x8EA2D7D5 0x6A28 # 0 +0x8EA2D7D6 0x6A5A # 0 +0x8EA2D7D7 0x6A3B # 0 +0x8EA2D7D8 0x6A3F # 0 +0x8EA2D7D9 0x6A41 # 0 +0x8EA2D7DA 0x6A6A # 0 +0x8EA2D7DB 0x6A64 # 0 +0x8EA2D7DC 0x6A50 # 0 +0x8EA2D7DD 0x6A4F # 0 +0x8EA2D7DE 0x6A54 # 0 +0x8EA2D7DF 0x6A6F # 0 +0x8EA2D7E0 0x6A69 # 0 +0x8EA2D7E1 0x6A60 # 0 +0x8EA2D7E2 0x6A3C # 0 +0x8EA2D7E3 0x6A5E # 0 +0x8EA2D7E4 0x6A56 # 0 +0x8EA2D7E5 0x6A55 # 0 +0x8EA2D7E6 0x6A4D # 0 +0x8EA2D7E7 0x6A4E # 0 +0x8EA2D7E8 0x6A46 # 0 +0x8EA2D7E9 0x6B55 # 0 +0x8EA2D7EA 0x6B54 # 0 +0x8EA2D7EB 0x6B56 # 0 +0x8EA2D7EC 0x6BA7 # 0 +0x8EA2D7ED 0x6BAA # 0 +0x8EA2D7EE 0x6BAB # 0 +0x8EA2D7EF 0x6BC8 # 0 +0x8EA2D7F0 0x6BC7 # 0 +0x8EA2D7F1 0x6C04 # 0 +0x8EA2D7F2 0x6C03 # 0 +0x8EA2D7F3 0x6C06 # 0 +0x8EA2D7F4 0x6FAD # 0 +0x8EA2D7F5 0x6FCB # 0 +0x8EA2D7F6 0x6FA3 # 0 +0x8EA2D7F7 0x6FC7 # 0 +0x8EA2D7F8 0x6FBC # 0 +0x8EA2D7F9 0x6FCE # 0 +0x8EA2D7FA 0x6FC8 # 0 +0x8EA2D7FB 0x6F5E # 0 +0x8EA2D7FC 0x6FC4 # 0 +0x8EA2D7FD 0x6FBD # 0 +0x8EA2D7FE 0x6F9E # 0 +0x8EA2D8A1 0x6FCA # 0 +0x8EA2D8A2 0x6FA8 # 0 +0x8EA2D8A3 0x7004 # 0 +0x8EA2D8A4 0x6FA5 # 0 +0x8EA2D8A5 0x6FAE # 0 +0x8EA2D8A6 0x6FBA # 0 +0x8EA2D8A7 0x6FAC # 0 +0x8EA2D8A8 0x6FAA # 0 +0x8EA2D8A9 0x6FCF # 0 +0x8EA2D8AA 0x6FBF # 0 +0x8EA2D8AB 0x6FB8 # 0 +0x8EA2D8AC 0x6FA2 # 0 +0x8EA2D8AD 0x6FC9 # 0 +0x8EA2D8AE 0x6FAB # 0 +0x8EA2D8AF 0x6FCD # 0 +0x8EA2D8B0 0x6FAF # 0 +0x8EA2D8B1 0x6FB2 # 0 +0x8EA2D8B2 0x6FB0 # 0 +0x8EA2D8B3 0x71C5 # 0 +0x8EA2D8B4 0x71C2 # 0 +0x8EA2D8B5 0x71BF # 0 +0x8EA2D8B6 0x71B8 # 0 +0x8EA2D8B7 0x71D6 # 0 +0x8EA2D8B8 0x71C0 # 0 +0x8EA2D8B9 0x71C1 # 0 +0x8EA2D8BA 0x71CB # 0 +0x8EA2D8BB 0x71D4 # 0 +0x8EA2D8BC 0x71CA # 0 +0x8EA2D8BD 0x71C7 # 0 +0x8EA2D8BE 0x71CF # 0 +0x8EA2D8BF 0x71BD # 0 +0x8EA2D8C0 0x71D8 # 0 +0x8EA2D8C1 0x71BC # 0 +0x8EA2D8C2 0x71C6 # 0 +0x8EA2D8C3 0x71DA # 0 +0x8EA2D8C4 0x71DB # 0 +0x8EA2D8C5 0x729D # 0 +0x8EA2D8C6 0x729E # 0 +0x8EA2D8C7 0x7369 # 0 +0x8EA2D8C8 0x7366 # 0 +0x8EA2D8C9 0x7367 # 0 +0x8EA2D8CA 0x736C # 0 +0x8EA2D8CB 0x7365 # 0 +0x8EA2D8CC 0x736B # 0 +0x8EA2D8CD 0x736A # 0 +0x8EA2D8CE 0x747F # 0 +0x8EA2D8CF 0x749A # 0 +0x8EA2D8D0 0x74A0 # 0 +0x8EA2D8D1 0x7494 # 0 +0x8EA2D8D2 0x7492 # 0 +0x8EA2D8D3 0x7495 # 0 +0x8EA2D8D4 0x74A1 # 0 +0x8EA2D8D5 0x750B # 0 +0x8EA2D8D6 0x7580 # 0 +0x8EA2D8D7 0x762F # 0 +0x8EA2D8D8 0x762D # 0 +0x8EA2D8D9 0x7631 # 0 +0x8EA2D8DA 0x763D # 0 +0x8EA2D8DB 0x7633 # 0 +0x8EA2D8DC 0x763C # 0 +0x8EA2D8DD 0x7635 # 0 +0x8EA2D8DE 0x7632 # 0 +0x8EA2D8DF 0x7630 # 0 +0x8EA2D8E0 0x76BB # 0 +0x8EA2D8E1 0x76E6 # 0 +0x8EA2D8E2 0x779A # 0 +0x8EA2D8E3 0x779D # 0 +0x8EA2D8E4 0x77A1 # 0 +0x8EA2D8E5 0x779C # 0 +0x8EA2D8E6 0x779B # 0 +0x8EA2D8E7 0x77A2 # 0 +0x8EA2D8E8 0x77A3 # 0 +0x8EA2D8E9 0x7795 # 0 +0x8EA2D8EA 0x7799 # 0 +0x8EA2D8EB 0x7797 # 0 +0x8EA2D8EC 0x78DD # 0 +0x8EA2D8ED 0x78E9 # 0 +0x8EA2D8EE 0x78E5 # 0 +0x8EA2D8EF 0x78EA # 0 +0x8EA2D8F0 0x78DE # 0 +0x8EA2D8F1 0x78E3 # 0 +0x8EA2D8F2 0x78DB # 0 +0x8EA2D8F3 0x78E1 # 0 +0x8EA2D8F4 0x78E2 # 0 +0x8EA2D8F5 0x78ED # 0 +0x8EA2D8F6 0x78DF # 0 +0x8EA2D8F7 0x78E0 # 0 +0x8EA2D8F8 0x79A4 # 0 +0x8EA2D8F9 0x7A44 # 0 +0x8EA2D8FA 0x7A48 # 0 +0x8EA2D8FB 0x7A47 # 0 +0x8EA2D8FC 0x7AB6 # 0 +0x8EA2D8FD 0x7AB8 # 0 +0x8EA2D8FE 0x7AB5 # 0 +0x8EA2D9A1 0x7AB1 # 0 +0x8EA2D9A2 0x7AB7 # 0 +0x8EA2D9A3 0x7BDE # 0 +0x8EA2D9A4 0x7BE3 # 0 +0x8EA2D9A5 0x7BE7 # 0 +0x8EA2D9A6 0x7BDD # 0 +0x8EA2D9A7 0x7BD5 # 0 +0x8EA2D9A8 0x7BE5 # 0 +0x8EA2D9A9 0x7BDA # 0 +0x8EA2D9AA 0x7BE8 # 0 +0x8EA2D9AB 0x7BF9 # 0 +0x8EA2D9AC 0x7BD4 # 0 +0x8EA2D9AD 0x7BEA # 0 +0x8EA2D9AE 0x7BE2 # 0 +0x8EA2D9AF 0x7BDC # 0 +0x8EA2D9B0 0x7BEB # 0 +0x8EA2D9B1 0x7BD8 # 0 +0x8EA2D9B2 0x7BDF # 0 +0x8EA2D9B3 0x7CD2 # 0 +0x8EA2D9B4 0x7CD4 # 0 +0x8EA2D9B5 0x7CD7 # 0 +0x8EA2D9B6 0x7CD0 # 0 +0x8EA2D9B7 0x7CD1 # 0 +0x8EA2D9B8 0x7E12 # 0 +0x8EA2D9B9 0x7E21 # 0 +0x8EA2D9BA 0x7E17 # 0 +0x8EA2D9BB 0x7E0C # 0 +0x8EA2D9BC 0x7E1F # 0 +0x8EA2D9BD 0x7E20 # 0 +0x8EA2D9BE 0x7E13 # 0 +0x8EA2D9BF 0x7E0E # 0 +0x8EA2D9C0 0x7E1C # 0 +0x8EA2D9C1 0x7E15 # 0 +0x8EA2D9C2 0x7E1A # 0 +0x8EA2D9C3 0x7E22 # 0 +0x8EA2D9C4 0x7E0B # 0 +0x8EA2D9C5 0x7E0F # 0 +0x8EA2D9C6 0x7E16 # 0 +0x8EA2D9C7 0x7E0D # 0 +0x8EA2D9C8 0x7E14 # 0 +0x8EA2D9C9 0x7E25 # 0 +0x8EA2D9CA 0x7E24 # 0 +0x8EA2D9CB 0x7F43 # 0 +0x8EA2D9CC 0x7F7B # 0 +0x8EA2D9CD 0x7F7C # 0 +0x8EA2D9CE 0x7F7A # 0 +0x8EA2D9CF 0x7FB1 # 0 +0x8EA2D9D0 0x7FEF # 0 +0x8EA2D9D1 0x802A # 0 +0x8EA2D9D2 0x8029 # 0 +0x8EA2D9D3 0x806C # 0 +0x8EA2D9D4 0x81B1 # 0 +0x8EA2D9D5 0x81A6 # 0 +0x8EA2D9D6 0x81AE # 0 +0x8EA2D9D7 0x81B9 # 0 +0x8EA2D9D8 0x81B5 # 0 +0x8EA2D9D9 0x81AB # 0 +0x8EA2D9DA 0x81B0 # 0 +0x8EA2D9DB 0x81AC # 0 +0x8EA2D9DC 0x81B4 # 0 +0x8EA2D9DD 0x81B2 # 0 +0x8EA2D9DE 0x81B7 # 0 +0x8EA2D9DF 0x81A7 # 0 +0x8EA2D9E0 0x81F2 # 0 +0x8EA2D9E1 0x8255 # 0 +0x8EA2D9E2 0x8256 # 0 +0x8EA2D9E3 0x8257 # 0 +0x8EA2D9E4 0x8556 # 0 +0x8EA2D9E5 0x8545 # 0 +0x8EA2D9E6 0x856B # 0 +0x8EA2D9E7 0x854D # 0 +0x8EA2D9E8 0x8553 # 0 +0x8EA2D9E9 0x8561 # 0 +0x8EA2D9EA 0x8558 # 0 +0x8EA2D9EB 0x8540 # 0 +0x8EA2D9EC 0x8546 # 0 +0x8EA2D9ED 0x8564 # 0 +0x8EA2D9EE 0x8541 # 0 +0x8EA2D9EF 0x8562 # 0 +0x8EA2D9F0 0x8544 # 0 +0x8EA2D9F1 0x8551 # 0 +0x8EA2D9F2 0x8547 # 0 +0x8EA2D9F3 0x8563 # 0 +0x8EA2D9F4 0x853E # 0 +0x8EA2D9F5 0x855B # 0 +0x8EA2D9F6 0x8571 # 0 +0x8EA2D9F7 0x854E # 0 +0x8EA2D9F8 0x856E # 0 +0x8EA2D9F9 0x8575 # 0 +0x8EA2D9FA 0x8555 # 0 +0x8EA2D9FB 0x8567 # 0 +0x8EA2D9FC 0x8560 # 0 +0x8EA2D9FD 0x858C # 0 +0x8EA2D9FE 0x8566 # 0 +0x8EA2DAA1 0x855D # 0 +0x8EA2DAA2 0x8554 # 0 +0x8EA2DAA3 0x8565 # 0 +0x8EA2DAA4 0x856C # 0 +0x8EA2DAA5 0x8663 # 0 +0x8EA2DAA6 0x8665 # 0 +0x8EA2DAA7 0x8664 # 0 +0x8EA2DAA8 0x87A4 # 0 +0x8EA2DAA9 0x879B # 0 +0x8EA2DAAA 0x878F # 0 +0x8EA2DAAB 0x8797 # 0 +0x8EA2DAAC 0x8793 # 0 +0x8EA2DAAD 0x8792 # 0 +0x8EA2DAAE 0x8788 # 0 +0x8EA2DAAF 0x8781 # 0 +0x8EA2DAB0 0x8796 # 0 +0x8EA2DAB1 0x8798 # 0 +0x8EA2DAB2 0x8779 # 0 +0x8EA2DAB3 0x8787 # 0 +0x8EA2DAB4 0x87A3 # 0 +0x8EA2DAB5 0x8785 # 0 +0x8EA2DAB6 0x8790 # 0 +0x8EA2DAB7 0x8791 # 0 +0x8EA2DAB8 0x879D # 0 +0x8EA2DAB9 0x8784 # 0 +0x8EA2DABA 0x8794 # 0 +0x8EA2DABB 0x879C # 0 +0x8EA2DABC 0x879A # 0 +0x8EA2DABD 0x8789 # 0 +0x8EA2DABE 0x891E # 0 +0x8EA2DABF 0x8926 # 0 +0x8EA2DAC0 0x8930 # 0 +0x8EA2DAC1 0x892D # 0 +0x8EA2DAC2 0x892E # 0 +0x8EA2DAC3 0x8927 # 0 +0x8EA2DAC4 0x8931 # 0 +0x8EA2DAC5 0x8922 # 0 +0x8EA2DAC6 0x8929 # 0 +0x8EA2DAC7 0x8923 # 0 +0x8EA2DAC8 0x892F # 0 +0x8EA2DAC9 0x892C # 0 +0x8EA2DACA 0x891F # 0 +0x8EA2DACB 0x89F1 # 0 +0x8EA2DACC 0x8AE0 # 0 +0x8EA2DACD 0x8AE2 # 0 +0x8EA2DACE 0x8AF2 # 0 +0x8EA2DACF 0x8AF4 # 0 +0x8EA2DAD0 0x8AF5 # 0 +0x8EA2DAD1 0x8ADD # 0 +0x8EA2DAD2 0x8B14 # 0 +0x8EA2DAD3 0x8AE4 # 0 +0x8EA2DAD4 0x8ADF # 0 +0x8EA2DAD5 0x8AF0 # 0 +0x8EA2DAD6 0x8AC8 # 0 +0x8EA2DAD7 0x8ADE # 0 +0x8EA2DAD8 0x8AE1 # 0 +0x8EA2DAD9 0x8AE8 # 0 +0x8EA2DADA 0x8AFF # 0 +0x8EA2DADB 0x8AEF # 0 +0x8EA2DADC 0x8AFB # 0 +0x8EA2DADD 0x8C91 # 0 +0x8EA2DADE 0x8C92 # 0 +0x8EA2DADF 0x8C90 # 0 +0x8EA2DAE0 0x8CF5 # 0 +0x8EA2DAE1 0x8CEE # 0 +0x8EA2DAE2 0x8CF1 # 0 +0x8EA2DAE3 0x8CF0 # 0 +0x8EA2DAE4 0x8CF3 # 0 +0x8EA2DAE5 0x8D6C # 0 +0x8EA2DAE6 0x8D6E # 0 +0x8EA2DAE7 0x8DA5 # 0 +0x8EA2DAE8 0x8DA7 # 0 +0x8EA2DAE9 0x8E33 # 0 +0x8EA2DAEA 0x8E3E # 0 +0x8EA2DAEB 0x8E38 # 0 +0x8EA2DAEC 0x8E40 # 0 +0x8EA2DAED 0x8E45 # 0 +0x8EA2DAEE 0x8E36 # 0 +0x8EA2DAEF 0x8E3C # 0 +0x8EA2DAF0 0x8E3D # 0 +0x8EA2DAF1 0x8E41 # 0 +0x8EA2DAF2 0x8E30 # 0 +0x8EA2DAF3 0x8E3F # 0 +0x8EA2DAF4 0x8EBD # 0 +0x8EA2DAF5 0x8F36 # 0 +0x8EA2DAF6 0x8F2E # 0 +0x8EA2DAF7 0x8F35 # 0 +0x8EA2DAF8 0x8F32 # 0 +0x8EA2DAF9 0x8F39 # 0 +0x8EA2DAFA 0x8F37 # 0 +0x8EA2DAFB 0x8F34 # 0 +0x8EA2DAFC 0x9076 # 0 +0x8EA2DAFD 0x9079 # 0 +0x8EA2DAFE 0x907B # 0 +0x8EA2DBA1 0x9086 # 0 +0x8EA2DBA2 0x90FA # 0 +0x8EA2DBA3 0x9133 # 0 +0x8EA2DBA4 0x9135 # 0 +0x8EA2DBA5 0x9136 # 0 +0x8EA2DBA6 0x9193 # 0 +0x8EA2DBA7 0x9190 # 0 +0x8EA2DBA8 0x9191 # 0 +0x8EA2DBA9 0x918D # 0 +0x8EA2DBAA 0x918F # 0 +0x8EA2DBAB 0x9327 # 0 +0x8EA2DBAC 0x931E # 0 +0x8EA2DBAD 0x9308 # 0 +0x8EA2DBAE 0x931F # 0 +0x8EA2DBAF 0x9306 # 0 +0x8EA2DBB0 0x930F # 0 +0x8EA2DBB1 0x937A # 0 +0x8EA2DBB2 0x9338 # 0 +0x8EA2DBB3 0x933C # 0 +0x8EA2DBB4 0x931B # 0 +0x8EA2DBB5 0x9323 # 0 +0x8EA2DBB6 0x9312 # 0 +0x8EA2DBB7 0x9301 # 0 +0x8EA2DBB8 0x9346 # 0 +0x8EA2DBB9 0x932D # 0 +0x8EA2DBBA 0x930E # 0 +0x8EA2DBBB 0x930D # 0 +0x8EA2DBBC 0x92CB # 0 +0x8EA2DBBD 0x931D # 0 +0x8EA2DBBE 0x92FA # 0 +0x8EA2DBBF 0x9313 # 0 +0x8EA2DBC0 0x92F9 # 0 +0x8EA2DBC1 0x92F7 # 0 +0x8EA2DBC2 0x9334 # 0 +0x8EA2DBC3 0x9302 # 0 +0x8EA2DBC4 0x9324 # 0 +0x8EA2DBC5 0x92FF # 0 +0x8EA2DBC6 0x9329 # 0 +0x8EA2DBC7 0x9339 # 0 +0x8EA2DBC8 0x9335 # 0 +0x8EA2DBC9 0x932A # 0 +0x8EA2DBCA 0x9314 # 0 +0x8EA2DBCB 0x930C # 0 +0x8EA2DBCC 0x930B # 0 +0x8EA2DBCD 0x92FE # 0 +0x8EA2DBCE 0x9309 # 0 +0x8EA2DBCF 0x9300 # 0 +0x8EA2DBD0 0x92FB # 0 +0x8EA2DBD1 0x9316 # 0 +0x8EA2DBD2 0x95BC # 0 +0x8EA2DBD3 0x95CD # 0 +0x8EA2DBD4 0x95BE # 0 +0x8EA2DBD5 0x95B9 # 0 +0x8EA2DBD6 0x95BA # 0 +0x8EA2DBD7 0x95B6 # 0 +0x8EA2DBD8 0x95BF # 0 +0x8EA2DBD9 0x95B5 # 0 +0x8EA2DBDA 0x95BD # 0 +0x8EA2DBDB 0x96A9 # 0 +0x8EA2DBDC 0x96D4 # 0 +0x8EA2DBDD 0x970B # 0 +0x8EA2DBDE 0x9712 # 0 +0x8EA2DBDF 0x9710 # 0 +0x8EA2DBE0 0x9799 # 0 +0x8EA2DBE1 0x9797 # 0 +0x8EA2DBE2 0x9794 # 0 +0x8EA2DBE3 0x97F0 # 0 +0x8EA2DBE4 0x97F8 # 0 +0x8EA2DBE5 0x9835 # 0 +0x8EA2DBE6 0x982F # 0 +0x8EA2DBE7 0x9832 # 0 +0x8EA2DBE8 0x9924 # 0 +0x8EA2DBE9 0x991F # 0 +0x8EA2DBEA 0x9927 # 0 +0x8EA2DBEB 0x9929 # 0 +0x8EA2DBEC 0x999E # 0 +0x8EA2DBED 0x99EE # 0 +0x8EA2DBEE 0x99EC # 0 +0x8EA2DBEF 0x99E5 # 0 +0x8EA2DBF0 0x99E4 # 0 +0x8EA2DBF1 0x99F0 # 0 +0x8EA2DBF2 0x99E3 # 0 +0x8EA2DBF3 0x99EA # 0 +0x8EA2DBF4 0x99E9 # 0 +0x8EA2DBF5 0x99E7 # 0 +0x8EA2DBF6 0x9AB9 # 0 +0x8EA2DBF7 0x9ABF # 0 +0x8EA2DBF8 0x9AB4 # 0 +0x8EA2DBF9 0x9ABB # 0 +0x8EA2DBFA 0x9AF6 # 0 +0x8EA2DBFB 0x9AFA # 0 +0x8EA2DBFC 0x9AF9 # 0 +0x8EA2DBFD 0x9AF7 # 0 +0x8EA2DBFE 0x9B33 # 0 +0x8EA2DCA1 0x9B80 # 0 +0x8EA2DCA2 0x9B85 # 0 +0x8EA2DCA3 0x9B87 # 0 +0x8EA2DCA4 0x9B7C # 0 +0x8EA2DCA5 0x9B7E # 0 +0x8EA2DCA6 0x9B7B # 0 +0x8EA2DCA7 0x9B82 # 0 +0x8EA2DCA8 0x9B93 # 0 +0x8EA2DCA9 0x9B92 # 0 +0x8EA2DCAA 0x9B90 # 0 +0x8EA2DCAB 0x9B7A # 0 +0x8EA2DCAC 0x9B95 # 0 +0x8EA2DCAD 0x9B7D # 0 +0x8EA2DCAE 0x9B88 # 0 +0x8EA2DCAF 0x9D25 # 0 +0x8EA2DCB0 0x9D17 # 0 +0x8EA2DCB1 0x9D20 # 0 +0x8EA2DCB2 0x9D1E # 0 +0x8EA2DCB3 0x9D14 # 0 +0x8EA2DCB4 0x9D29 # 0 +0x8EA2DCB5 0x9D1D # 0 +0x8EA2DCB6 0x9D18 # 0 +0x8EA2DCB7 0x9D22 # 0 +0x8EA2DCB8 0x9D10 # 0 +0x8EA2DCB9 0x9D19 # 0 +0x8EA2DCBA 0x9D1F # 0 +0x8EA2DCBB 0x9E88 # 0 +0x8EA2DCBC 0x9E86 # 0 +0x8EA2DCBD 0x9E87 # 0 +0x8EA2DCBE 0x9EAE # 0 +0x8EA2DCBF 0x9EAD # 0 +0x8EA2DCC0 0x9ED5 # 0 +0x8EA2DCC1 0x9ED6 # 0 +0x8EA2DCC2 0x9EFA # 0 +0x8EA2DCC3 0x9F12 # 0 +0x8EA2DCC4 0x9F3D # 0 +0x8EA2DCC5 0x5126 # 0 +0x8EA2DCC6 0x5125 # 0 +0x8EA2DCC7 0x5122 # 0 +0x8EA2DCC8 0x5124 # 0 +0x8EA2DCC9 0x5120 # 0 +0x8EA2DCCA 0x5129 # 0 +0x8EA2DCCB 0x52F4 # 0 +0x8EA2DCCC 0x5693 # 0 +0x8EA2DCCD 0x568C # 0 +0x8EA2DCCE 0x568D # 0 +0x8EA2DCCF 0x5686 # 0 +0x8EA2DCD0 0x5684 # 0 +0x8EA2DCD1 0x5683 # 0 +0x8EA2DCD2 0x567E # 0 +0x8EA2DCD3 0x5682 # 0 +0x8EA2DCD4 0x567F # 0 +0x8EA2DCD5 0x5681 # 0 +0x8EA2DCD6 0x58D6 # 0 +0x8EA2DCD7 0x58D4 # 0 +0x8EA2DCD8 0x58CF # 0 +0x8EA2DCD9 0x58D2 # 0 +0x8EA2DCDA 0x5B2D # 0 +0x8EA2DCDB 0x5B25 # 0 +0x8EA2DCDC 0x5B32 # 0 +0x8EA2DCDD 0x5B23 # 0 +0x8EA2DCDE 0x5B2C # 0 +0x8EA2DCDF 0x5B27 # 0 +0x8EA2DCE0 0x5B26 # 0 +0x8EA2DCE1 0x5B2F # 0 +0x8EA2DCE2 0x5B2E # 0 +0x8EA2DCE3 0x5B7B # 0 +0x8EA2DCE4 0x5BF1 # 0 +0x8EA2DCE5 0x5BF2 # 0 +0x8EA2DCE6 0x5DB7 # 0 +0x8EA2DCE7 0x5E6C # 0 +0x8EA2DCE8 0x5E6A # 0 +0x8EA2DCE9 0x5FBE # 0 +0x8EA2DCEA 0x61C3 # 0 +0x8EA2DCEB 0x61B5 # 0 +0x8EA2DCEC 0x61BC # 0 +0x8EA2DCED 0x61E7 # 0 +0x8EA2DCEE 0x61E0 # 0 +0x8EA2DCEF 0x61E5 # 0 +0x8EA2DCF0 0x61E4 # 0 +0x8EA2DCF1 0x61E8 # 0 +0x8EA2DCF2 0x61DE # 0 +0x8EA2DCF3 0x64EF # 0 +0x8EA2DCF4 0x64E9 # 0 +0x8EA2DCF5 0x64E3 # 0 +0x8EA2DCF6 0x64EB # 0 +0x8EA2DCF7 0x64E4 # 0 +0x8EA2DCF8 0x64E8 # 0 +0x8EA2DCF9 0x6581 # 0 +0x8EA2DCFA 0x6580 # 0 +0x8EA2DCFB 0x65B6 # 0 +0x8EA2DCFC 0x65DA # 0 +0x8EA2DCFD 0x66D2 # 0 +0x8EA2DCFE 0x6A8D # 0 +0x8EA2DDA1 0x6A96 # 0 +0x8EA2DDA2 0x6A81 # 0 +0x8EA2DDA3 0x6AA5 # 0 +0x8EA2DDA4 0x6A89 # 0 +0x8EA2DDA5 0x6A9F # 0 +0x8EA2DDA6 0x6A9B # 0 +0x8EA2DDA7 0x6AA1 # 0 +0x8EA2DDA8 0x6A9E # 0 +0x8EA2DDA9 0x6A87 # 0 +0x8EA2DDAA 0x6A93 # 0 +0x8EA2DDAB 0x6A8E # 0 +0x8EA2DDAC 0x6A95 # 0 +0x8EA2DDAD 0x6A83 # 0 +0x8EA2DDAE 0x6AA8 # 0 +0x8EA2DDAF 0x6AA4 # 0 +0x8EA2DDB0 0x6A91 # 0 +0x8EA2DDB1 0x6A7F # 0 +0x8EA2DDB2 0x6AA6 # 0 +0x8EA2DDB3 0x6A9A # 0 +0x8EA2DDB4 0x6A85 # 0 +0x8EA2DDB5 0x6A8C # 0 +0x8EA2DDB6 0x6A92 # 0 +0x8EA2DDB7 0x6B5B # 0 +0x8EA2DDB8 0x6BAD # 0 +0x8EA2DDB9 0x6C09 # 0 +0x8EA2DDBA 0x6FCC # 0 +0x8EA2DDBB 0x6FA9 # 0 +0x8EA2DDBC 0x6FF4 # 0 +0x8EA2DDBD 0x6FD4 # 0 +0x8EA2DDBE 0x6FE3 # 0 +0x8EA2DDBF 0x6FDC # 0 +0x8EA2DDC0 0x6FED # 0 +0x8EA2DDC1 0x6FE7 # 0 +0x8EA2DDC2 0x6FE6 # 0 +0x8EA2DDC3 0x6FDE # 0 +0x8EA2DDC4 0x6FF2 # 0 +0x8EA2DDC5 0x6FDD # 0 +0x8EA2DDC6 0x6FE2 # 0 +0x8EA2DDC7 0x6FE8 # 0 +0x8EA2DDC8 0x71E1 # 0 +0x8EA2DDC9 0x71F1 # 0 +0x8EA2DDCA 0x71E8 # 0 +0x8EA2DDCB 0x71F2 # 0 +0x8EA2DDCC 0x71E4 # 0 +0x8EA2DDCD 0x71F0 # 0 +0x8EA2DDCE 0x71E2 # 0 +0x8EA2DDCF 0x7373 # 0 +0x8EA2DDD0 0x736E # 0 +0x8EA2DDD1 0x736F # 0 +0x8EA2DDD2 0x7497 # 0 +0x8EA2DDD3 0x74B2 # 0 +0x8EA2DDD4 0x74AB # 0 +0x8EA2DDD5 0x7490 # 0 +0x8EA2DDD6 0x74AA # 0 +0x8EA2DDD7 0x74AD # 0 +0x8EA2DDD8 0x74B1 # 0 +0x8EA2DDD9 0x74A5 # 0 +0x8EA2DDDA 0x74AF # 0 +0x8EA2DDDB 0x7510 # 0 +0x8EA2DDDC 0x7511 # 0 +0x8EA2DDDD 0x7512 # 0 +0x8EA2DDDE 0x750F # 0 +0x8EA2DDDF 0x7584 # 0 +0x8EA2DDE0 0x7643 # 0 +0x8EA2DDE1 0x7648 # 0 +0x8EA2DDE2 0x7649 # 0 +0x8EA2DDE3 0x7647 # 0 +0x8EA2DDE4 0x76A4 # 0 +0x8EA2DDE5 0x76E9 # 0 +0x8EA2DDE6 0x77B5 # 0 +0x8EA2DDE7 0x77AB # 0 +0x8EA2DDE8 0x77B2 # 0 +0x8EA2DDE9 0x77B7 # 0 +0x8EA2DDEA 0x77B6 # 0 +0x8EA2DDEB 0x77B4 # 0 +0x8EA2DDEC 0x77B1 # 0 +0x8EA2DDED 0x77A8 # 0 +0x8EA2DDEE 0x77F0 # 0 +0x8EA2DDEF 0x78F3 # 0 +0x8EA2DDF0 0x78FD # 0 +0x8EA2DDF1 0x7902 # 0 +0x8EA2DDF2 0x78FB # 0 +0x8EA2DDF3 0x78FC # 0 +0x8EA2DDF4 0x78FF # 0 +0x8EA2DDF5 0x78F2 # 0 +0x8EA2DDF6 0x7905 # 0 +0x8EA2DDF7 0x78F9 # 0 +0x8EA2DDF8 0x78FE # 0 +0x8EA2DDF9 0x7904 # 0 +0x8EA2DDFA 0x79AB # 0 +0x8EA2DDFB 0x79A8 # 0 +0x8EA2DDFC 0x7A5C # 0 +0x8EA2DDFD 0x7A5B # 0 +0x8EA2DDFE 0x7A56 # 0 +0x8EA2DEA1 0x7A58 # 0 +0x8EA2DEA2 0x7A54 # 0 +0x8EA2DEA3 0x7A5A # 0 +0x8EA2DEA4 0x7ABE # 0 +0x8EA2DEA5 0x7AC0 # 0 +0x8EA2DEA6 0x7AC1 # 0 +0x8EA2DEA7 0x7C05 # 0 +0x8EA2DEA8 0x7C0F # 0 +0x8EA2DEA9 0x7BF2 # 0 +0x8EA2DEAA 0x7C00 # 0 +0x8EA2DEAB 0x7BFF # 0 +0x8EA2DEAC 0x7BFB # 0 +0x8EA2DEAD 0x7C0E # 0 +0x8EA2DEAE 0x7BF4 # 0 +0x8EA2DEAF 0x7C0B # 0 +0x8EA2DEB0 0x7BF3 # 0 +0x8EA2DEB1 0x7C02 # 0 +0x8EA2DEB2 0x7C09 # 0 +0x8EA2DEB3 0x7C03 # 0 +0x8EA2DEB4 0x7C01 # 0 +0x8EA2DEB5 0x7BF8 # 0 +0x8EA2DEB6 0x7BFD # 0 +0x8EA2DEB7 0x7C06 # 0 +0x8EA2DEB8 0x7BF0 # 0 +0x8EA2DEB9 0x7BF1 # 0 +0x8EA2DEBA 0x7C10 # 0 +0x8EA2DEBB 0x7C0A # 0 +0x8EA2DEBC 0x7CE8 # 0 +0x8EA2DEBD 0x7E2D # 0 +0x8EA2DEBE 0x7E3C # 0 +0x8EA2DEBF 0x7E42 # 0 +0x8EA2DEC0 0x7E33 # 0 +0x8EA2DEC1 0x9848 # 0 +0x8EA2DEC2 0x7E38 # 0 +0x8EA2DEC3 0x7E2A # 0 +0x8EA2DEC4 0x7E49 # 0 +0x8EA2DEC5 0x7E40 # 0 +0x8EA2DEC6 0x7E47 # 0 +0x8EA2DEC7 0x7E29 # 0 +0x8EA2DEC8 0x7E4C # 0 +0x8EA2DEC9 0x7E30 # 0 +0x8EA2DECA 0x7E3B # 0 +0x8EA2DECB 0x7E36 # 0 +0x8EA2DECC 0x7E44 # 0 +0x8EA2DECD 0x7E3A # 0 +0x8EA2DECE 0x7F45 # 0 +0x8EA2DECF 0x7F7F # 0 +0x8EA2DED0 0x7F7E # 0 +0x8EA2DED1 0x7F7D # 0 +0x8EA2DED2 0x7FF4 # 0 +0x8EA2DED3 0x7FF2 # 0 +0x8EA2DED4 0x802C # 0 +0x8EA2DED5 0x81BB # 0 +0x8EA2DED6 0x81C4 # 0 +0x8EA2DED7 0x81CC # 0 +0x8EA2DED8 0x81CA # 0 +0x8EA2DED9 0x81C5 # 0 +0x8EA2DEDA 0x81C7 # 0 +0x8EA2DEDB 0x81BC # 0 +0x8EA2DEDC 0x81E9 # 0 +0x8EA2DEDD 0x825B # 0 +0x8EA2DEDE 0x825A # 0 +0x8EA2DEDF 0x825C # 0 +0x8EA2DEE0 0x8583 # 0 +0x8EA2DEE1 0x8580 # 0 +0x8EA2DEE2 0x858F # 0 +0x8EA2DEE3 0x85A7 # 0 +0x8EA2DEE4 0x8595 # 0 +0x8EA2DEE5 0x85A0 # 0 +0x8EA2DEE6 0x858B # 0 +0x8EA2DEE7 0x85A3 # 0 +0x8EA2DEE8 0x857B # 0 +0x8EA2DEE9 0x85A4 # 0 +0x8EA2DEEA 0x859A # 0 +0x8EA2DEEB 0x859E # 0 +0x8EA2DEEC 0x8577 # 0 +0x8EA2DEED 0x857C # 0 +0x8EA2DEEE 0x8589 # 0 +0x8EA2DEEF 0x85A1 # 0 +0x8EA2DEF0 0x857A # 0 +0x8EA2DEF1 0x8578 # 0 +0x8EA2DEF2 0x8557 # 0 +0x8EA2DEF3 0x858E # 0 +0x8EA2DEF4 0x8596 # 0 +0x8EA2DEF5 0x8586 # 0 +0x8EA2DEF6 0x858D # 0 +0x8EA2DEF7 0x8599 # 0 +0x8EA2DEF8 0x859D # 0 +0x8EA2DEF9 0x8581 # 0 +0x8EA2DEFA 0x85A2 # 0 +0x8EA2DEFB 0x8582 # 0 +0x8EA2DEFC 0x8588 # 0 +0x8EA2DEFD 0x8585 # 0 +0x8EA2DEFE 0x8579 # 0 +0x8EA2DFA1 0x8576 # 0 +0x8EA2DFA2 0x8598 # 0 +0x8EA2DFA3 0x8590 # 0 +0x8EA2DFA4 0x859F # 0 +0x8EA2DFA5 0x8668 # 0 +0x8EA2DFA6 0x87BE # 0 +0x8EA2DFA7 0x87AA # 0 +0x8EA2DFA8 0x87AD # 0 +0x8EA2DFA9 0x87C5 # 0 +0x8EA2DFAA 0x87B0 # 0 +0x8EA2DFAB 0x87AC # 0 +0x8EA2DFAC 0x87B9 # 0 +0x8EA2DFAD 0x87B5 # 0 +0x8EA2DFAE 0x87BC # 0 +0x8EA2DFAF 0x87AE # 0 +0x8EA2DFB0 0x87C9 # 0 +0x8EA2DFB1 0x87C3 # 0 +0x8EA2DFB2 0x87C2 # 0 +0x8EA2DFB3 0x87CC # 0 +0x8EA2DFB4 0x87B7 # 0 +0x8EA2DFB5 0x87AF # 0 +0x8EA2DFB6 0x87C4 # 0 +0x8EA2DFB7 0x87CA # 0 +0x8EA2DFB8 0x87B4 # 0 +0x8EA2DFB9 0x87B6 # 0 +0x8EA2DFBA 0x87BF # 0 +0x8EA2DFBB 0x87B8 # 0 +0x8EA2DFBC 0x87BD # 0 +0x8EA2DFBD 0x87DE # 0 +0x8EA2DFBE 0x87B2 # 0 +0x8EA2DFBF 0x8935 # 0 +0x8EA2DFC0 0x8933 # 0 +0x8EA2DFC1 0x893C # 0 +0x8EA2DFC2 0x893E # 0 +0x8EA2DFC3 0x8941 # 0 +0x8EA2DFC4 0x8952 # 0 +0x8EA2DFC5 0x8937 # 0 +0x8EA2DFC6 0x8942 # 0 +0x8EA2DFC7 0x89AD # 0 +0x8EA2DFC8 0x89AF # 0 +0x8EA2DFC9 0x89AE # 0 +0x8EA2DFCA 0x89F2 # 0 +0x8EA2DFCB 0x89F3 # 0 +0x8EA2DFCC 0x8B1E # 0 +0x8EA2DFCD 0x8B18 # 0 +0x8EA2DFCE 0x8B16 # 0 +0x8EA2DFCF 0x8B11 # 0 +0x8EA2DFD0 0x8B05 # 0 +0x8EA2DFD1 0x8B0B # 0 +0x8EA2DFD2 0x8B22 # 0 +0x8EA2DFD3 0x8B0F # 0 +0x8EA2DFD4 0x8B12 # 0 +0x8EA2DFD5 0x8B15 # 0 +0x8EA2DFD6 0x8B07 # 0 +0x8EA2DFD7 0x8B0D # 0 +0x8EA2DFD8 0x8B08 # 0 +0x8EA2DFD9 0x8B06 # 0 +0x8EA2DFDA 0x8B1C # 0 +0x8EA2DFDB 0x8B13 # 0 +0x8EA2DFDC 0x8B1A # 0 +0x8EA2DFDD 0x8C4F # 0 +0x8EA2DFDE 0x8C70 # 0 +0x8EA2DFDF 0x8C72 # 0 +0x8EA2DFE0 0x8C71 # 0 +0x8EA2DFE1 0x8C6F # 0 +0x8EA2DFE2 0x8C95 # 0 +0x8EA2DFE3 0x8C94 # 0 +0x8EA2DFE4 0x8CF9 # 0 +0x8EA2DFE5 0x8D6F # 0 +0x8EA2DFE6 0x8E4E # 0 +0x8EA2DFE7 0x8E4D # 0 +0x8EA2DFE8 0x8E53 # 0 +0x8EA2DFE9 0x8E50 # 0 +0x8EA2DFEA 0x8E4C # 0 +0x8EA2DFEB 0x8E47 # 0 +0x8EA2DFEC 0x8F43 # 0 +0x8EA2DFED 0x8F40 # 0 +0x8EA2DFEE 0x9085 # 0 +0x8EA2DFEF 0x907E # 0 +0x8EA2DFF0 0x9138 # 0 +0x8EA2DFF1 0x919A # 0 +0x8EA2DFF2 0x91A2 # 0 +0x8EA2DFF3 0x919B # 0 +0x8EA2DFF4 0x9199 # 0 +0x8EA2DFF5 0x919F # 0 +0x8EA2DFF6 0x91A1 # 0 +0x8EA2DFF7 0x919D # 0 +0x8EA2DFF8 0x91A0 # 0 +0x8EA2DFF9 0x93A1 # 0 +0x8EA2DFFA 0x9383 # 0 +0x8EA2DFFB 0x93AF # 0 +0x8EA2DFFC 0x9364 # 0 +0x8EA2DFFD 0x9356 # 0 +0x8EA2DFFE 0x9347 # 0 +0x8EA2E0A1 0x937C # 0 +0x8EA2E0A2 0x9358 # 0 +0x8EA2E0A3 0x935C # 0 +0x8EA2E0A4 0x9376 # 0 +0x8EA2E0A5 0x9349 # 0 +0x8EA2E0A6 0x9350 # 0 +0x8EA2E0A7 0x9351 # 0 +0x8EA2E0A8 0x9360 # 0 +0x8EA2E0A9 0x936D # 0 +0x8EA2E0AA 0x938F # 0 +0x8EA2E0AB 0x934C # 0 +0x8EA2E0AC 0x936A # 0 +0x8EA2E0AD 0x9379 # 0 +0x8EA2E0AE 0x9357 # 0 +0x8EA2E0AF 0x9355 # 0 +0x8EA2E0B0 0x9352 # 0 +0x8EA2E0B1 0x934F # 0 +0x8EA2E0B2 0x9371 # 0 +0x8EA2E0B3 0x9377 # 0 +0x8EA2E0B4 0x937B # 0 +0x8EA2E0B5 0x9361 # 0 +0x8EA2E0B6 0x935E # 0 +0x8EA2E0B7 0x9363 # 0 +0x8EA2E0B8 0x9367 # 0 +0x8EA2E0B9 0x934E # 0 +0x8EA2E0BA 0x9359 # 0 +0x8EA2E0BB 0x95C7 # 0 +0x8EA2E0BC 0x95C0 # 0 +0x8EA2E0BD 0x95C9 # 0 +0x8EA2E0BE 0x95C3 # 0 +0x8EA2E0BF 0x95C5 # 0 +0x8EA2E0C0 0x95B7 # 0 +0x8EA2E0C1 0x96AE # 0 +0x8EA2E0C2 0x96B0 # 0 +0x8EA2E0C3 0x96AC # 0 +0x8EA2E0C4 0x9720 # 0 +0x8EA2E0C5 0x971F # 0 +0x8EA2E0C6 0x9718 # 0 +0x8EA2E0C7 0x971D # 0 +0x8EA2E0C8 0x9719 # 0 +0x8EA2E0C9 0x979A # 0 +0x8EA2E0CA 0x97A1 # 0 +0x8EA2E0CB 0x979C # 0 +0x8EA2E0CC 0x979E # 0 +0x8EA2E0CD 0x979D # 0 +0x8EA2E0CE 0x97D5 # 0 +0x8EA2E0CF 0x97D4 # 0 +0x8EA2E0D0 0x97F1 # 0 +0x8EA2E0D1 0x9841 # 0 +0x8EA2E0D2 0x9844 # 0 +0x8EA2E0D3 0x984A # 0 +0x8EA2E0D4 0x9849 # 0 +0x8EA2E0D5 0x9845 # 0 +0x8EA2E0D6 0x9843 # 0 +0x8EA2E0D7 0x9925 # 0 +0x8EA2E0D8 0x992B # 0 +0x8EA2E0D9 0x992C # 0 +0x8EA2E0DA 0x992A # 0 +0x8EA2E0DB 0x9933 # 0 +0x8EA2E0DC 0x9932 # 0 +0x8EA2E0DD 0x992F # 0 +0x8EA2E0DE 0x992D # 0 +0x8EA2E0DF 0x9931 # 0 +0x8EA2E0E0 0x9930 # 0 +0x8EA2E0E1 0x9998 # 0 +0x8EA2E0E2 0x99A3 # 0 +0x8EA2E0E3 0x99A1 # 0 +0x8EA2E0E4 0x9A02 # 0 +0x8EA2E0E5 0x99FA # 0 +0x8EA2E0E6 0x99F4 # 0 +0x8EA2E0E7 0x99F7 # 0 +0x8EA2E0E8 0x99F9 # 0 +0x8EA2E0E9 0x99F8 # 0 +0x8EA2E0EA 0x99F6 # 0 +0x8EA2E0EB 0x99FB # 0 +0x8EA2E0EC 0x99FD # 0 +0x8EA2E0ED 0x99FE # 0 +0x8EA2E0EE 0x99FC # 0 +0x8EA2E0EF 0x9A03 # 0 +0x8EA2E0F0 0x9ABE # 0 +0x8EA2E0F1 0x9AFE # 0 +0x8EA2E0F2 0x9AFD # 0 +0x8EA2E0F3 0x9B01 # 0 +0x8EA2E0F4 0x9AFC # 0 +0x8EA2E0F5 0x9B48 # 0 +0x8EA2E0F6 0x9B9A # 0 +0x8EA2E0F7 0x9BA8 # 0 +0x8EA2E0F8 0x9B9E # 0 +0x8EA2E0F9 0x9B9B # 0 +0x8EA2E0FA 0x9BA6 # 0 +0x8EA2E0FB 0x9BA1 # 0 +0x8EA2E0FC 0x9BA5 # 0 +0x8EA2E0FD 0x9BA4 # 0 +0x8EA2E0FE 0x9B86 # 0 +0x8EA2E1A1 0x9BA2 # 0 +0x8EA2E1A2 0x9BA0 # 0 +0x8EA2E1A3 0x9BAF # 0 +0x8EA2E1A4 0x9D33 # 0 +0x8EA2E1A5 0x9D41 # 0 +0x8EA2E1A6 0x9D67 # 0 +0x8EA2E1A7 0x9D36 # 0 +0x8EA2E1A8 0x9D2E # 0 +0x8EA2E1A9 0x9D2F # 0 +0x8EA2E1AA 0x9D31 # 0 +0x8EA2E1AB 0x9D38 # 0 +0x8EA2E1AC 0x9D30 # 0 +0x8EA2E1AD 0x9D45 # 0 +0x8EA2E1AE 0x9D42 # 0 +0x8EA2E1AF 0x9D43 # 0 +0x8EA2E1B0 0x9D3E # 0 +0x8EA2E1B1 0x9D37 # 0 +0x8EA2E1B2 0x9D40 # 0 +0x8EA2E1B3 0x9D3D # 0 +0x8EA2E1B4 0x7FF5 # 0 +0x8EA2E1B5 0x9D2D # 0 +0x8EA2E1B6 0x9E8A # 0 +0x8EA2E1B7 0x9E89 # 0 +0x8EA2E1B8 0x9E8D # 0 +0x8EA2E1B9 0x9EB0 # 0 +0x8EA2E1BA 0x9EC8 # 0 +0x8EA2E1BB 0x9EDA # 0 +0x8EA2E1BC 0x9EFB # 0 +0x8EA2E1BD 0x9EFF # 0 +0x8EA2E1BE 0x9F24 # 0 +0x8EA2E1BF 0x9F23 # 0 +0x8EA2E1C0 0x9F22 # 0 +0x8EA2E1C1 0x9F54 # 0 +0x8EA2E1C2 0x9FA0 # 0 +0x8EA2E1C3 0x5131 # 0 +0x8EA2E1C4 0x512D # 0 +0x8EA2E1C5 0x512E # 0 +0x8EA2E1C6 0x5698 # 0 +0x8EA2E1C7 0x569C # 0 +0x8EA2E1C8 0x5697 # 0 +0x8EA2E1C9 0x569A # 0 +0x8EA2E1CA 0x569D # 0 +0x8EA2E1CB 0x5699 # 0 +0x8EA2E1CC 0x5970 # 0 +0x8EA2E1CD 0x5B3C # 0 +0x8EA2E1CE 0x5C69 # 0 +0x8EA2E1CF 0x5C6A # 0 +0x8EA2E1D0 0x5DC0 # 0 +0x8EA2E1D1 0x5E6D # 0 +0x8EA2E1D2 0x5E6E # 0 +0x8EA2E1D3 0x61D8 # 0 +0x8EA2E1D4 0x61DF # 0 +0x8EA2E1D5 0x61ED # 0 +0x8EA2E1D6 0x61EE # 0 +0x8EA2E1D7 0x61F1 # 0 +0x8EA2E1D8 0x61EA # 0 +0x8EA2E1D9 0x61F0 # 0 +0x8EA2E1DA 0x61EB # 0 +0x8EA2E1DB 0x61D6 # 0 +0x8EA2E1DC 0x61E9 # 0 +0x8EA2E1DD 0x64FF # 0 +0x8EA2E1DE 0x6504 # 0 +0x8EA2E1DF 0x64FD # 0 +0x8EA2E1E0 0x64F8 # 0 +0x8EA2E1E1 0x6501 # 0 +0x8EA2E1E2 0x6503 # 0 +0x8EA2E1E3 0x64FC # 0 +0x8EA2E1E4 0x6594 # 0 +0x8EA2E1E5 0x65DB # 0 +0x8EA2E1E6 0x66DA # 0 +0x8EA2E1E7 0x66DB # 0 +0x8EA2E1E8 0x66D8 # 0 +0x8EA2E1E9 0x6AC5 # 0 +0x8EA2E1EA 0x6AB9 # 0 +0x8EA2E1EB 0x6ABD # 0 +0x8EA2E1EC 0x6AE1 # 0 +0x8EA2E1ED 0x6AC6 # 0 +0x8EA2E1EE 0x6ABA # 0 +0x8EA2E1EF 0x6AB6 # 0 +0x8EA2E1F0 0x6AB7 # 0 +0x8EA2E1F1 0x6AC7 # 0 +0x8EA2E1F2 0x6AB4 # 0 +0x8EA2E1F3 0x6AAD # 0 +0x8EA2E1F4 0x6B5E # 0 +0x8EA2E1F5 0x6BC9 # 0 +0x8EA2E1F6 0x6C0B # 0 +0x8EA2E1F7 0x7007 # 0 +0x8EA2E1F8 0x700C # 0 +0x8EA2E1F9 0x700D # 0 +0x8EA2E1FA 0x7001 # 0 +0x8EA2E1FB 0x7005 # 0 +0x8EA2E1FC 0x7014 # 0 +0x8EA2E1FD 0x700E # 0 +0x8EA2E1FE 0x6FFF # 0 +0x8EA2E2A1 0x7000 # 0 +0x8EA2E2A2 0x6FFB # 0 +0x8EA2E2A3 0x7026 # 0 +0x8EA2E2A4 0x6FFC # 0 +0x8EA2E2A5 0x6FF7 # 0 +0x8EA2E2A6 0x700A # 0 +0x8EA2E2A7 0x7201 # 0 +0x8EA2E2A8 0x71FF # 0 +0x8EA2E2A9 0x71F9 # 0 +0x8EA2E2AA 0x7203 # 0 +0x8EA2E2AB 0x71FD # 0 +0x8EA2E2AC 0x7376 # 0 +0x8EA2E2AD 0x74B8 # 0 +0x8EA2E2AE 0x74C0 # 0 +0x8EA2E2AF 0x74B5 # 0 +0x8EA2E2B0 0x74C1 # 0 +0x8EA2E2B1 0x74BE # 0 +0x8EA2E2B2 0x74B6 # 0 +0x8EA2E2B3 0x74BB # 0 +0x8EA2E2B4 0x74C2 # 0 +0x8EA2E2B5 0x7514 # 0 +0x8EA2E2B6 0x7513 # 0 +0x8EA2E2B7 0x765C # 0 +0x8EA2E2B8 0x7664 # 0 +0x8EA2E2B9 0x7659 # 0 +0x8EA2E2BA 0x7650 # 0 +0x8EA2E2BB 0x7653 # 0 +0x8EA2E2BC 0x7657 # 0 +0x8EA2E2BD 0x765A # 0 +0x8EA2E2BE 0x76A6 # 0 +0x8EA2E2BF 0x76BD # 0 +0x8EA2E2C0 0x76EC # 0 +0x8EA2E2C1 0x77C2 # 0 +0x8EA2E2C2 0x77BA # 0 +0x8EA2E2C3 0x790C # 0 +0x8EA2E2C4 0x7913 # 0 +0x8EA2E2C5 0x7914 # 0 +0x8EA2E2C6 0x7909 # 0 +0x8EA2E2C7 0x7910 # 0 +0x8EA2E2C8 0x7912 # 0 +0x8EA2E2C9 0x7911 # 0 +0x8EA2E2CA 0x79AD # 0 +0x8EA2E2CB 0x79AC # 0 +0x8EA2E2CC 0x7A5F # 0 +0x8EA2E2CD 0x7C1C # 0 +0x8EA2E2CE 0x7C29 # 0 +0x8EA2E2CF 0x7C19 # 0 +0x8EA2E2D0 0x7C20 # 0 +0x8EA2E2D1 0x7C1F # 0 +0x8EA2E2D2 0x7C2D # 0 +0x8EA2E2D3 0x7C1D # 0 +0x8EA2E2D4 0x7C26 # 0 +0x8EA2E2D5 0x7C28 # 0 +0x8EA2E2D6 0x7C22 # 0 +0x8EA2E2D7 0x7C25 # 0 +0x8EA2E2D8 0x7C30 # 0 +0x8EA2E2D9 0x7E5C # 0 +0x8EA2E2DA 0x7E50 # 0 +0x8EA2E2DB 0x7E56 # 0 +0x8EA2E2DC 0x7E63 # 0 +0x8EA2E2DD 0x7E58 # 0 +0x8EA2E2DE 0x7E62 # 0 +0x8EA2E2DF 0x7E5F # 0 +0x8EA2E2E0 0x7E51 # 0 +0x8EA2E2E1 0x7E60 # 0 +0x8EA2E2E2 0x7E57 # 0 +0x8EA2E2E3 0x7E53 # 0 +0x8EA2E2E4 0x7FB5 # 0 +0x8EA2E2E5 0x7FB3 # 0 +0x8EA2E2E6 0x7FF7 # 0 +0x8EA2E2E7 0x7FF8 # 0 +0x8EA2E2E8 0x8075 # 0 +0x8EA2E2E9 0x81D1 # 0 +0x8EA2E2EA 0x81D2 # 0 +0x8EA2E2EB 0x81D0 # 0 +0x8EA2E2EC 0x825F # 0 +0x8EA2E2ED 0x825E # 0 +0x8EA2E2EE 0x85B4 # 0 +0x8EA2E2EF 0x85C6 # 0 +0x8EA2E2F0 0x85C0 # 0 +0x8EA2E2F1 0x85C3 # 0 +0x8EA2E2F2 0x85C2 # 0 +0x8EA2E2F3 0x85B3 # 0 +0x8EA2E2F4 0x85B5 # 0 +0x8EA2E2F5 0x85BD # 0 +0x8EA2E2F6 0x85C7 # 0 +0x8EA2E2F7 0x85C4 # 0 +0x8EA2E2F8 0x85BF # 0 +0x8EA2E2F9 0x85CB # 0 +0x8EA2E2FA 0x85CE # 0 +0x8EA2E2FB 0x85C8 # 0 +0x8EA2E2FC 0x85C5 # 0 +0x8EA2E2FD 0x85B1 # 0 +0x8EA2E2FE 0x85B6 # 0 +0x8EA2E3A1 0x85D2 # 0 +0x8EA2E3A2 0x8624 # 0 +0x8EA2E3A3 0x85B8 # 0 +0x8EA2E3A4 0x85B7 # 0 +0x8EA2E3A5 0x85BE # 0 +0x8EA2E3A6 0x8669 # 0 +0x8EA2E3A7 0x87E7 # 0 +0x8EA2E3A8 0x87E6 # 0 +0x8EA2E3A9 0x87E2 # 0 +0x8EA2E3AA 0x87DB # 0 +0x8EA2E3AB 0x87EB # 0 +0x8EA2E3AC 0x87EA # 0 +0x8EA2E3AD 0x87E5 # 0 +0x8EA2E3AE 0x87DF # 0 +0x8EA2E3AF 0x87F3 # 0 +0x8EA2E3B0 0x87E4 # 0 +0x8EA2E3B1 0x87D4 # 0 +0x8EA2E3B2 0x87DC # 0 +0x8EA2E3B3 0x87D3 # 0 +0x8EA2E3B4 0x87ED # 0 +0x8EA2E3B5 0x87D8 # 0 +0x8EA2E3B6 0x87E3 # 0 +0x8EA2E3B7 0x87D7 # 0 +0x8EA2E3B8 0x87D9 # 0 +0x8EA2E3B9 0x8801 # 0 +0x8EA2E3BA 0x87F4 # 0 +0x8EA2E3BB 0x87E8 # 0 +0x8EA2E3BC 0x87DD # 0 +0x8EA2E3BD 0x8953 # 0 +0x8EA2E3BE 0x894B # 0 +0x8EA2E3BF 0x894F # 0 +0x8EA2E3C0 0x894C # 0 +0x8EA2E3C1 0x8946 # 0 +0x8EA2E3C2 0x8950 # 0 +0x8EA2E3C3 0x8951 # 0 +0x8EA2E3C4 0x8949 # 0 +0x8EA2E3C5 0x8B2A # 0 +0x8EA2E3C6 0x8B27 # 0 +0x8EA2E3C7 0x8B23 # 0 +0x8EA2E3C8 0x8B33 # 0 +0x8EA2E3C9 0x8B30 # 0 +0x8EA2E3CA 0x8B35 # 0 +0x8EA2E3CB 0x8B47 # 0 +0x8EA2E3CC 0x8B2F # 0 +0x8EA2E3CD 0x8B3C # 0 +0x8EA2E3CE 0x8B3E # 0 +0x8EA2E3CF 0x8B31 # 0 +0x8EA2E3D0 0x8B25 # 0 +0x8EA2E3D1 0x8B37 # 0 +0x8EA2E3D2 0x8B26 # 0 +0x8EA2E3D3 0x8B36 # 0 +0x8EA2E3D4 0x8B2E # 0 +0x8EA2E3D5 0x8B24 # 0 +0x8EA2E3D6 0x8B3B # 0 +0x8EA2E3D7 0x8B3D # 0 +0x8EA2E3D8 0x8B3A # 0 +0x8EA2E3D9 0x8C42 # 0 +0x8EA2E3DA 0x8C75 # 0 +0x8EA2E3DB 0x8C99 # 0 +0x8EA2E3DC 0x8C98 # 0 +0x8EA2E3DD 0x8C97 # 0 +0x8EA2E3DE 0x8CFE # 0 +0x8EA2E3DF 0x8D04 # 0 +0x8EA2E3E0 0x8D02 # 0 +0x8EA2E3E1 0x8D00 # 0 +0x8EA2E3E2 0x8E5C # 0 +0x8EA2E3E3 0x8E62 # 0 +0x8EA2E3E4 0x8E60 # 0 +0x8EA2E3E5 0x8E57 # 0 +0x8EA2E3E6 0x8E56 # 0 +0x8EA2E3E7 0x8E5E # 0 +0x8EA2E3E8 0x8E65 # 0 +0x8EA2E3E9 0x8E67 # 0 +0x8EA2E3EA 0x8E5B # 0 +0x8EA2E3EB 0x8E5A # 0 +0x8EA2E3EC 0x8E61 # 0 +0x8EA2E3ED 0x8E5D # 0 +0x8EA2E3EE 0x8E69 # 0 +0x8EA2E3EF 0x8E54 # 0 +0x8EA2E3F0 0x8F46 # 0 +0x8EA2E3F1 0x8F47 # 0 +0x8EA2E3F2 0x8F48 # 0 +0x8EA2E3F3 0x8F4B # 0 +0x8EA2E3F4 0x9128 # 0 +0x8EA2E3F5 0x913A # 0 +0x8EA2E3F6 0x913B # 0 +0x8EA2E3F7 0x913E # 0 +0x8EA2E3F8 0x91A8 # 0 +0x8EA2E3F9 0x91A5 # 0 +0x8EA2E3FA 0x91A7 # 0 +0x8EA2E3FB 0x91AF # 0 +0x8EA2E3FC 0x91AA # 0 +0x8EA2E3FD 0x93B5 # 0 +0x8EA2E3FE 0x938C # 0 +0x8EA2E4A1 0x9392 # 0 +0x8EA2E4A2 0x93B7 # 0 +0x8EA2E4A3 0x939B # 0 +0x8EA2E4A4 0x939D # 0 +0x8EA2E4A5 0x9389 # 0 +0x8EA2E4A6 0x93A7 # 0 +0x8EA2E4A7 0x938E # 0 +0x8EA2E4A8 0x93AA # 0 +0x8EA2E4A9 0x939E # 0 +0x8EA2E4AA 0x93A6 # 0 +0x8EA2E4AB 0x9395 # 0 +0x8EA2E4AC 0x9388 # 0 +0x8EA2E4AD 0x9399 # 0 +0x8EA2E4AE 0x939F # 0 +0x8EA2E4AF 0x9380 # 0 +0x8EA2E4B0 0x938D # 0 +0x8EA2E4B1 0x93B1 # 0 +0x8EA2E4B2 0x9391 # 0 +0x8EA2E4B3 0x93B2 # 0 +0x8EA2E4B4 0x93A4 # 0 +0x8EA2E4B5 0x93A8 # 0 +0x8EA2E4B6 0x93B4 # 0 +0x8EA2E4B7 0x93A3 # 0 +0x8EA2E4B8 0x95D2 # 0 +0x8EA2E4B9 0x95D3 # 0 +0x8EA2E4BA 0x95D1 # 0 +0x8EA2E4BB 0x96B3 # 0 +0x8EA2E4BC 0x96D7 # 0 +0x8EA2E4BD 0x96DA # 0 +0x8EA2E4BE 0x5DC2 # 0 +0x8EA2E4BF 0x96DF # 0 +0x8EA2E4C0 0x96D8 # 0 +0x8EA2E4C1 0x96DD # 0 +0x8EA2E4C2 0x9723 # 0 +0x8EA2E4C3 0x9722 # 0 +0x8EA2E4C4 0x9725 # 0 +0x8EA2E4C5 0x97AC # 0 +0x8EA2E4C6 0x97AE # 0 +0x8EA2E4C7 0x97A8 # 0 +0x8EA2E4C8 0x97AB # 0 +0x8EA2E4C9 0x97A4 # 0 +0x8EA2E4CA 0x97AA # 0 +0x8EA2E4CB 0x97A2 # 0 +0x8EA2E4CC 0x97A5 # 0 +0x8EA2E4CD 0x97D7 # 0 +0x8EA2E4CE 0x97D9 # 0 +0x8EA2E4CF 0x97D6 # 0 +0x8EA2E4D0 0x97D8 # 0 +0x8EA2E4D1 0x97FA # 0 +0x8EA2E4D2 0x9850 # 0 +0x8EA2E4D3 0x9851 # 0 +0x8EA2E4D4 0x9852 # 0 +0x8EA2E4D5 0x98B8 # 0 +0x8EA2E4D6 0x9941 # 0 +0x8EA2E4D7 0x993C # 0 +0x8EA2E4D8 0x993A # 0 +0x8EA2E4D9 0x9A0F # 0 +0x8EA2E4DA 0x9A0B # 0 +0x8EA2E4DB 0x9A09 # 0 +0x8EA2E4DC 0x9A0D # 0 +0x8EA2E4DD 0x9A04 # 0 +0x8EA2E4DE 0x9A11 # 0 +0x8EA2E4DF 0x9A0A # 0 +0x8EA2E4E0 0x9A05 # 0 +0x8EA2E4E1 0x9A07 # 0 +0x8EA2E4E2 0x9A06 # 0 +0x8EA2E4E3 0x9AC0 # 0 +0x8EA2E4E4 0x9ADC # 0 +0x8EA2E4E5 0x9B08 # 0 +0x8EA2E4E6 0x9B04 # 0 +0x8EA2E4E7 0x9B05 # 0 +0x8EA2E4E8 0x9B29 # 0 +0x8EA2E4E9 0x9B35 # 0 +0x8EA2E4EA 0x9B4A # 0 +0x8EA2E4EB 0x9B4C # 0 +0x8EA2E4EC 0x9B4B # 0 +0x8EA2E4ED 0x9BC7 # 0 +0x8EA2E4EE 0x9BC6 # 0 +0x8EA2E4EF 0x9BC3 # 0 +0x8EA2E4F0 0x9BBF # 0 +0x8EA2E4F1 0x9BC1 # 0 +0x8EA2E4F2 0x9BB5 # 0 +0x8EA2E4F3 0x9BB8 # 0 +0x8EA2E4F4 0x9BD3 # 0 +0x8EA2E4F5 0x9BB6 # 0 +0x8EA2E4F6 0x9BC4 # 0 +0x8EA2E4F7 0x9BB9 # 0 +0x8EA2E4F8 0x9BBD # 0 +0x8EA2E4F9 0x9D5C # 0 +0x8EA2E4FA 0x9D53 # 0 +0x8EA2E4FB 0x9D4F # 0 +0x8EA2E4FC 0x9D4A # 0 +0x8EA2E4FD 0x9D5B # 0 +0x8EA2E4FE 0x9D4B # 0 +0x8EA2E5A1 0x9D59 # 0 +0x8EA2E5A2 0x9D56 # 0 +0x8EA2E5A3 0x9D4C # 0 +0x8EA2E5A4 0x9D57 # 0 +0x8EA2E5A5 0x9D52 # 0 +0x8EA2E5A6 0x9D54 # 0 +0x8EA2E5A7 0x9D5F # 0 +0x8EA2E5A8 0x9D58 # 0 +0x8EA2E5A9 0x9D5A # 0 +0x8EA2E5AA 0x9E8E # 0 +0x8EA2E5AB 0x9E8C # 0 +0x8EA2E5AC 0x9EDF # 0 +0x8EA2E5AD 0x9F01 # 0 +0x8EA2E5AE 0x9F00 # 0 +0x8EA2E5AF 0x9F16 # 0 +0x8EA2E5B0 0x9F25 # 0 +0x8EA2E5B1 0x9F2B # 0 +0x8EA2E5B2 0x9F2A # 0 +0x8EA2E5B3 0x9F29 # 0 +0x8EA2E5B4 0x9F28 # 0 +0x8EA2E5B5 0x9F4C # 0 +0x8EA2E5B6 0x9F55 # 0 +0x8EA2E5B7 0x5134 # 0 +0x8EA2E5B8 0x5135 # 0 +0x8EA2E5B9 0x5296 # 0 +0x8EA2E5BA 0x52F7 # 0 +0x8EA2E5BB 0x53B4 # 0 +0x8EA2E5BC 0x56AB # 0 +0x8EA2E5BD 0x56AD # 0 +0x8EA2E5BE 0x56A6 # 0 +0x8EA2E5BF 0x56A7 # 0 +0x8EA2E5C0 0x56AA # 0 +0x8EA2E5C1 0x56AC # 0 +0x8EA2E5C2 0x58DA # 0 +0x8EA2E5C3 0x58DD # 0 +0x8EA2E5C4 0x58DB # 0 +0x8EA2E5C5 0x5912 # 0 +0x8EA2E5C6 0x5B3D # 0 +0x8EA2E5C7 0x5B3E # 0 +0x8EA2E5C8 0x5B3F # 0 +0x8EA2E5C9 0x5DC3 # 0 +0x8EA2E5CA 0x5E70 # 0 +0x8EA2E5CB 0x5FBF # 0 +0x8EA2E5CC 0x61FB # 0 +0x8EA2E5CD 0x6507 # 0 +0x8EA2E5CE 0x6510 # 0 +0x8EA2E5CF 0x650D # 0 +0x8EA2E5D0 0x6509 # 0 +0x8EA2E5D1 0x650C # 0 +0x8EA2E5D2 0x650E # 0 +0x8EA2E5D3 0x6584 # 0 +0x8EA2E5D4 0x65DE # 0 +0x8EA2E5D5 0x65DD # 0 +0x8EA2E5D6 0x66DE # 0 +0x8EA2E5D7 0x6AE7 # 0 +0x8EA2E5D8 0x6AE0 # 0 +0x8EA2E5D9 0x6ACC # 0 +0x8EA2E5DA 0x6AD1 # 0 +0x8EA2E5DB 0x6AD9 # 0 +0x8EA2E5DC 0x6ACB # 0 +0x8EA2E5DD 0x6ADF # 0 +0x8EA2E5DE 0x6ADC # 0 +0x8EA2E5DF 0x6AD0 # 0 +0x8EA2E5E0 0x6AEB # 0 +0x8EA2E5E1 0x6ACF # 0 +0x8EA2E5E2 0x6ACD # 0 +0x8EA2E5E3 0x6ADE # 0 +0x8EA2E5E4 0x6B60 # 0 +0x8EA2E5E5 0x6BB0 # 0 +0x8EA2E5E6 0x6C0C # 0 +0x8EA2E5E7 0x7019 # 0 +0x8EA2E5E8 0x7027 # 0 +0x8EA2E5E9 0x7020 # 0 +0x8EA2E5EA 0x7016 # 0 +0x8EA2E5EB 0x702B # 0 +0x8EA2E5EC 0x7021 # 0 +0x8EA2E5ED 0x7022 # 0 +0x8EA2E5EE 0x7023 # 0 +0x8EA2E5EF 0x7029 # 0 +0x8EA2E5F0 0x7017 # 0 +0x8EA2E5F1 0x7024 # 0 +0x8EA2E5F2 0x701C # 0 +0x8EA2E5F3 0x720C # 0 +0x8EA2E5F4 0x720A # 0 +0x8EA2E5F5 0x7207 # 0 +0x8EA2E5F6 0x7202 # 0 +0x8EA2E5F7 0x7205 # 0 +0x8EA2E5F8 0x72A5 # 0 +0x8EA2E5F9 0x72A6 # 0 +0x8EA2E5FA 0x72A4 # 0 +0x8EA2E5FB 0x72A3 # 0 +0x8EA2E5FC 0x72A1 # 0 +0x8EA2E5FD 0x74CB # 0 +0x8EA2E5FE 0x74C5 # 0 +0x8EA2E6A1 0x74B7 # 0 +0x8EA2E6A2 0x74C3 # 0 +0x8EA2E6A3 0x7516 # 0 +0x8EA2E6A4 0x7660 # 0 +0x8EA2E6A5 0x77C9 # 0 +0x8EA2E6A6 0x77CA # 0 +0x8EA2E6A7 0x77C4 # 0 +0x8EA2E6A8 0x77F1 # 0 +0x8EA2E6A9 0x791D # 0 +0x8EA2E6AA 0x791B # 0 +0x8EA2E6AB 0x7921 # 0 +0x8EA2E6AC 0x791C # 0 +0x8EA2E6AD 0x7917 # 0 +0x8EA2E6AE 0x791E # 0 +0x8EA2E6AF 0x79B0 # 0 +0x8EA2E6B0 0x7A67 # 0 +0x8EA2E6B1 0x7A68 # 0 +0x8EA2E6B2 0x7C33 # 0 +0x8EA2E6B3 0x7C3C # 0 +0x8EA2E6B4 0x7C39 # 0 +0x8EA2E6B5 0x7C2C # 0 +0x8EA2E6B6 0x7C3B # 0 +0x8EA2E6B7 0x7CEC # 0 +0x8EA2E6B8 0x7CEA # 0 +0x8EA2E6B9 0x7E76 # 0 +0x8EA2E6BA 0x7E75 # 0 +0x8EA2E6BB 0x7E78 # 0 +0x8EA2E6BC 0x7E70 # 0 +0x8EA2E6BD 0x7E77 # 0 +0x8EA2E6BE 0x7E6F # 0 +0x8EA2E6BF 0x7E7A # 0 +0x8EA2E6C0 0x7E72 # 0 +0x8EA2E6C1 0x7E74 # 0 +0x8EA2E6C2 0x7E68 # 0 +0x8EA2E6C3 0x7F4B # 0 +0x8EA2E6C4 0x7F4A # 0 +0x8EA2E6C5 0x7F83 # 0 +0x8EA2E6C6 0x7F86 # 0 +0x8EA2E6C7 0x7FB7 # 0 +0x8EA2E6C8 0x7FFD # 0 +0x8EA2E6C9 0x7FFE # 0 +0x8EA2E6CA 0x8078 # 0 +0x8EA2E6CB 0x81D7 # 0 +0x8EA2E6CC 0x81D5 # 0 +0x8EA2E6CD 0x820B # 0 +0x8EA2E6CE 0x8264 # 0 +0x8EA2E6CF 0x8261 # 0 +0x8EA2E6D0 0x8263 # 0 +0x8EA2E6D1 0x85EB # 0 +0x8EA2E6D2 0x85F1 # 0 +0x8EA2E6D3 0x85ED # 0 +0x8EA2E6D4 0x85D9 # 0 +0x8EA2E6D5 0x85E1 # 0 +0x8EA2E6D6 0x85E8 # 0 +0x8EA2E6D7 0x85DA # 0 +0x8EA2E6D8 0x85D7 # 0 +0x8EA2E6D9 0x85EC # 0 +0x8EA2E6DA 0x85F2 # 0 +0x8EA2E6DB 0x85F8 # 0 +0x8EA2E6DC 0x85D8 # 0 +0x8EA2E6DD 0x85DF # 0 +0x8EA2E6DE 0x85E3 # 0 +0x8EA2E6DF 0x85DC # 0 +0x8EA2E6E0 0x85D1 # 0 +0x8EA2E6E1 0x85F0 # 0 +0x8EA2E6E2 0x85E6 # 0 +0x8EA2E6E3 0x85EF # 0 +0x8EA2E6E4 0x85DE # 0 +0x8EA2E6E5 0x85E2 # 0 +0x8EA2E6E6 0x8800 # 0 +0x8EA2E6E7 0x87FA # 0 +0x8EA2E6E8 0x8803 # 0 +0x8EA2E6E9 0x87F6 # 0 +0x8EA2E6EA 0x87F7 # 0 +0x8EA2E6EB 0x8809 # 0 +0x8EA2E6EC 0x880C # 0 +0x8EA2E6ED 0x880B # 0 +0x8EA2E6EE 0x8806 # 0 +0x8EA2E6EF 0x87FC # 0 +0x8EA2E6F0 0x8808 # 0 +0x8EA2E6F1 0x87FF # 0 +0x8EA2E6F2 0x880A # 0 +0x8EA2E6F3 0x8802 # 0 +0x8EA2E6F4 0x8962 # 0 +0x8EA2E6F5 0x895A # 0 +0x8EA2E6F6 0x895B # 0 +0x8EA2E6F7 0x8957 # 0 +0x8EA2E6F8 0x8961 # 0 +0x8EA2E6F9 0x895C # 0 +0x8EA2E6FA 0x8958 # 0 +0x8EA2E6FB 0x895D # 0 +0x8EA2E6FC 0x8959 # 0 +0x8EA2E6FD 0x8988 # 0 +0x8EA2E6FE 0x89B7 # 0 +0x8EA2E7A1 0x89B6 # 0 +0x8EA2E7A2 0x89F6 # 0 +0x8EA2E7A3 0x8B50 # 0 +0x8EA2E7A4 0x8B48 # 0 +0x8EA2E7A5 0x8B4A # 0 +0x8EA2E7A6 0x8B40 # 0 +0x8EA2E7A7 0x8B53 # 0 +0x8EA2E7A8 0x8B56 # 0 +0x8EA2E7A9 0x8B54 # 0 +0x8EA2E7AA 0x8B4B # 0 +0x8EA2E7AB 0x8B55 # 0 +0x8EA2E7AC 0x8B51 # 0 +0x8EA2E7AD 0x8B42 # 0 +0x8EA2E7AE 0x8B52 # 0 +0x8EA2E7AF 0x8B57 # 0 +0x8EA2E7B0 0x8C43 # 0 +0x8EA2E7B1 0x8C77 # 0 +0x8EA2E7B2 0x8C76 # 0 +0x8EA2E7B3 0x8C9A # 0 +0x8EA2E7B4 0x8D06 # 0 +0x8EA2E7B5 0x8D07 # 0 +0x8EA2E7B6 0x8D09 # 0 +0x8EA2E7B7 0x8DAC # 0 +0x8EA2E7B8 0x8DAA # 0 +0x8EA2E7B9 0x8DAD # 0 +0x8EA2E7BA 0x8DAB # 0 +0x8EA2E7BB 0x8E6D # 0 +0x8EA2E7BC 0x8E78 # 0 +0x8EA2E7BD 0x8E73 # 0 +0x8EA2E7BE 0x8E6A # 0 +0x8EA2E7BF 0x8E6F # 0 +0x8EA2E7C0 0x8E7B # 0 +0x8EA2E7C1 0x8EC2 # 0 +0x8EA2E7C2 0x8F52 # 0 +0x8EA2E7C3 0x8F51 # 0 +0x8EA2E7C4 0x8F4F # 0 +0x8EA2E7C5 0x8F50 # 0 +0x8EA2E7C6 0x8F53 # 0 +0x8EA2E7C7 0x8FB4 # 0 +0x8EA2E7C8 0x9140 # 0 +0x8EA2E7C9 0x913F # 0 +0x8EA2E7CA 0x91B0 # 0 +0x8EA2E7CB 0x91AD # 0 +0x8EA2E7CC 0x93DE # 0 +0x8EA2E7CD 0x93C7 # 0 +0x8EA2E7CE 0x93CF # 0 +0x8EA2E7CF 0x93C2 # 0 +0x8EA2E7D0 0x93DA # 0 +0x8EA2E7D1 0x93D0 # 0 +0x8EA2E7D2 0x93F9 # 0 +0x8EA2E7D3 0x93EC # 0 +0x8EA2E7D4 0x93CC # 0 +0x8EA2E7D5 0x93D9 # 0 +0x8EA2E7D6 0x93A9 # 0 +0x8EA2E7D7 0x93E6 # 0 +0x8EA2E7D8 0x93CA # 0 +0x8EA2E7D9 0x93D4 # 0 +0x8EA2E7DA 0x93EE # 0 +0x8EA2E7DB 0x93E3 # 0 +0x8EA2E7DC 0x93D5 # 0 +0x8EA2E7DD 0x93C4 # 0 +0x8EA2E7DE 0x93CE # 0 +0x8EA2E7DF 0x93C0 # 0 +0x8EA2E7E0 0x93D2 # 0 +0x8EA2E7E1 0x93A5 # 0 +0x8EA2E7E2 0x93E7 # 0 +0x8EA2E7E3 0x957D # 0 +0x8EA2E7E4 0x95DA # 0 +0x8EA2E7E5 0x95DB # 0 +0x8EA2E7E6 0x96E1 # 0 +0x8EA2E7E7 0x9729 # 0 +0x8EA2E7E8 0x972B # 0 +0x8EA2E7E9 0x972C # 0 +0x8EA2E7EA 0x9728 # 0 +0x8EA2E7EB 0x9726 # 0 +0x8EA2E7EC 0x97B3 # 0 +0x8EA2E7ED 0x97B7 # 0 +0x8EA2E7EE 0x97B6 # 0 +0x8EA2E7EF 0x97DD # 0 +0x8EA2E7F0 0x97DE # 0 +0x8EA2E7F1 0x97DF # 0 +0x8EA2E7F2 0x985C # 0 +0x8EA2E7F3 0x9859 # 0 +0x8EA2E7F4 0x985D # 0 +0x8EA2E7F5 0x9857 # 0 +0x8EA2E7F6 0x98BF # 0 +0x8EA2E7F7 0x98BD # 0 +0x8EA2E7F8 0x98BB # 0 +0x8EA2E7F9 0x98BE # 0 +0x8EA2E7FA 0x9948 # 0 +0x8EA2E7FB 0x9947 # 0 +0x8EA2E7FC 0x9943 # 0 +0x8EA2E7FD 0x99A6 # 0 +0x8EA2E7FE 0x99A7 # 0 +0x8EA2E8A1 0x9A1A # 0 +0x8EA2E8A2 0x9A15 # 0 +0x8EA2E8A3 0x9A25 # 0 +0x8EA2E8A4 0x9A1D # 0 +0x8EA2E8A5 0x9A24 # 0 +0x8EA2E8A6 0x9A1B # 0 +0x8EA2E8A7 0x9A22 # 0 +0x8EA2E8A8 0x9A20 # 0 +0x8EA2E8A9 0x9A27 # 0 +0x8EA2E8AA 0x9A23 # 0 +0x8EA2E8AB 0x9A1E # 0 +0x8EA2E8AC 0x9A1C # 0 +0x8EA2E8AD 0x9A14 # 0 +0x8EA2E8AE 0x9AC2 # 0 +0x8EA2E8AF 0x9B0B # 0 +0x8EA2E8B0 0x9B0A # 0 +0x8EA2E8B1 0x9B0E # 0 +0x8EA2E8B2 0x9B0C # 0 +0x8EA2E8B3 0x9B37 # 0 +0x8EA2E8B4 0x9BEA # 0 +0x8EA2E8B5 0x9BEB # 0 +0x8EA2E8B6 0x9BE0 # 0 +0x8EA2E8B7 0x9BDE # 0 +0x8EA2E8B8 0x9BE4 # 0 +0x8EA2E8B9 0x9BE6 # 0 +0x8EA2E8BA 0x9BE2 # 0 +0x8EA2E8BB 0x9BF0 # 0 +0x8EA2E8BC 0x9BD4 # 0 +0x8EA2E8BD 0x9BD7 # 0 +0x8EA2E8BE 0x9BEC # 0 +0x8EA2E8BF 0x9BDC # 0 +0x8EA2E8C0 0x9BD9 # 0 +0x8EA2E8C1 0x9BE5 # 0 +0x8EA2E8C2 0x9BD5 # 0 +0x8EA2E8C3 0x9BE1 # 0 +0x8EA2E8C4 0x9BDA # 0 +0x8EA2E8C5 0x9D77 # 0 +0x8EA2E8C6 0x9D81 # 0 +0x8EA2E8C7 0x9D8A # 0 +0x8EA2E8C8 0x9D84 # 0 +0x8EA2E8C9 0x9D88 # 0 +0x8EA2E8CA 0x9D71 # 0 +0x8EA2E8CB 0x9D80 # 0 +0x8EA2E8CC 0x9D78 # 0 +0x8EA2E8CD 0x9D86 # 0 +0x8EA2E8CE 0x9D8B # 0 +0x8EA2E8CF 0x9D8C # 0 +0x8EA2E8D0 0x9D7D # 0 +0x8EA2E8D1 0x9D6B # 0 +0x8EA2E8D2 0x9D74 # 0 +0x8EA2E8D3 0x9D75 # 0 +0x8EA2E8D4 0x9D70 # 0 +0x8EA2E8D5 0x9D69 # 0 +0x8EA2E8D6 0x9D85 # 0 +0x8EA2E8D7 0x9D73 # 0 +0x8EA2E8D8 0x9D7B # 0 +0x8EA2E8D9 0x9D82 # 0 +0x8EA2E8DA 0x9D6F # 0 +0x8EA2E8DB 0x9D79 # 0 +0x8EA2E8DC 0x9D7F # 0 +0x8EA2E8DD 0x9D87 # 0 +0x8EA2E8DE 0x9D68 # 0 +0x8EA2E8DF 0x9E94 # 0 +0x8EA2E8E0 0x9E91 # 0 +0x8EA2E8E1 0x9EC0 # 0 +0x8EA2E8E2 0x9EFC # 0 +0x8EA2E8E3 0x9F2D # 0 +0x8EA2E8E4 0x9F40 # 0 +0x8EA2E8E5 0x9F41 # 0 +0x8EA2E8E6 0x9F4D # 0 +0x8EA2E8E7 0x9F56 # 0 +0x8EA2E8E8 0x9F57 # 0 +0x8EA2E8E9 0x9F58 # 0 +0x8EA2E8EA 0x5337 # 0 +0x8EA2E8EB 0x56B2 # 0 +0x8EA2E8EC 0x56B5 # 0 +0x8EA2E8ED 0x56B3 # 0 +0x8EA2E8EE 0x58E3 # 0 +0x8EA2E8EF 0x5B45 # 0 +0x8EA2E8F0 0x5DC6 # 0 +0x8EA2E8F1 0x5DC7 # 0 +0x8EA2E8F2 0x5EEE # 0 +0x8EA2E8F3 0x5EEF # 0 +0x8EA2E8F4 0x5FC0 # 0 +0x8EA2E8F5 0x5FC1 # 0 +0x8EA2E8F6 0x61F9 # 0 +0x8EA2E8F7 0x6517 # 0 +0x8EA2E8F8 0x6516 # 0 +0x8EA2E8F9 0x6515 # 0 +0x8EA2E8FA 0x6513 # 0 +0x8EA2E8FB 0x65DF # 0 +0x8EA2E8FC 0x66E8 # 0 +0x8EA2E8FD 0x66E3 # 0 +0x8EA2E8FE 0x66E4 # 0 +0x8EA2E9A1 0x6AF3 # 0 +0x8EA2E9A2 0x6AF0 # 0 +0x8EA2E9A3 0x6AEA # 0 +0x8EA2E9A4 0x6AE8 # 0 +0x8EA2E9A5 0x6AF9 # 0 +0x8EA2E9A6 0x6AF1 # 0 +0x8EA2E9A7 0x6AEE # 0 +0x8EA2E9A8 0x6AEF # 0 +0x8EA2E9A9 0x703C # 0 +0x8EA2E9AA 0x7035 # 0 +0x8EA2E9AB 0x702F # 0 +0x8EA2E9AC 0x7037 # 0 +0x8EA2E9AD 0x7034 # 0 +0x8EA2E9AE 0x7031 # 0 +0x8EA2E9AF 0x7042 # 0 +0x8EA2E9B0 0x7038 # 0 +0x8EA2E9B1 0x703F # 0 +0x8EA2E9B2 0x703A # 0 +0x8EA2E9B3 0x7039 # 0 +0x8EA2E9B4 0x702A # 0 +0x8EA2E9B5 0x7040 # 0 +0x8EA2E9B6 0x703B # 0 +0x8EA2E9B7 0x7033 # 0 +0x8EA2E9B8 0x7041 # 0 +0x8EA2E9B9 0x7213 # 0 +0x8EA2E9BA 0x7214 # 0 +0x8EA2E9BB 0x72A8 # 0 +0x8EA2E9BC 0x737D # 0 +0x8EA2E9BD 0x737C # 0 +0x8EA2E9BE 0x74BA # 0 +0x8EA2E9BF 0x76AB # 0 +0x8EA2E9C0 0x76AA # 0 +0x8EA2E9C1 0x76BE # 0 +0x8EA2E9C2 0x76ED # 0 +0x8EA2E9C3 0x77CC # 0 +0x8EA2E9C4 0x77CE # 0 +0x8EA2E9C5 0x77CF # 0 +0x8EA2E9C6 0x77CD # 0 +0x8EA2E9C7 0x77F2 # 0 +0x8EA2E9C8 0x7925 # 0 +0x8EA2E9C9 0x7923 # 0 +0x8EA2E9CA 0x7927 # 0 +0x8EA2E9CB 0x7928 # 0 +0x8EA2E9CC 0x7924 # 0 +0x8EA2E9CD 0x7929 # 0 +0x8EA2E9CE 0x79B2 # 0 +0x8EA2E9CF 0x7A6E # 0 +0x8EA2E9D0 0x7A6C # 0 +0x8EA2E9D1 0x7A6D # 0 +0x8EA2E9D2 0x7AF7 # 0 +0x8EA2E9D3 0x7C49 # 0 +0x8EA2E9D4 0x7C48 # 0 +0x8EA2E9D5 0x7C4A # 0 +0x8EA2E9D6 0x7C47 # 0 +0x8EA2E9D7 0x7C45 # 0 +0x8EA2E9D8 0x7CEE # 0 +0x8EA2E9D9 0x7E7B # 0 +0x8EA2E9DA 0x7E7E # 0 +0x8EA2E9DB 0x7E81 # 0 +0x8EA2E9DC 0x7E80 # 0 +0x8EA2E9DD 0x7FBA # 0 +0x8EA2E9DE 0x7FFF # 0 +0x8EA2E9DF 0x8079 # 0 +0x8EA2E9E0 0x81DB # 0 +0x8EA2E9E1 0x81D9 # 0 +0x8EA2E9E2 0x8268 # 0 +0x8EA2E9E3 0x8269 # 0 +0x8EA2E9E4 0x8622 # 0 +0x8EA2E9E5 0x85FF # 0 +0x8EA2E9E6 0x8601 # 0 +0x8EA2E9E7 0x85FE # 0 +0x8EA2E9E8 0x861B # 0 +0x8EA2E9E9 0x8600 # 0 +0x8EA2E9EA 0x85F6 # 0 +0x8EA2E9EB 0x8604 # 0 +0x8EA2E9EC 0x8609 # 0 +0x8EA2E9ED 0x8605 # 0 +0x8EA2E9EE 0x860C # 0 +0x8EA2E9EF 0x85FD # 0 +0x8EA2E9F0 0x8819 # 0 +0x8EA2E9F1 0x8810 # 0 +0x8EA2E9F2 0x8811 # 0 +0x8EA2E9F3 0x8817 # 0 +0x8EA2E9F4 0x8813 # 0 +0x8EA2E9F5 0x8816 # 0 +0x8EA2E9F6 0x8963 # 0 +0x8EA2E9F7 0x8966 # 0 +0x8EA2E9F8 0x89B9 # 0 +0x8EA2E9F9 0x89F7 # 0 +0x8EA2E9FA 0x8B60 # 0 +0x8EA2E9FB 0x8B6A # 0 +0x8EA2E9FC 0x8B5D # 0 +0x8EA2E9FD 0x8B68 # 0 +0x8EA2E9FE 0x8B63 # 0 +0x8EA2EAA1 0x8B65 # 0 +0x8EA2EAA2 0x8B67 # 0 +0x8EA2EAA3 0x8B6D # 0 +0x8EA2EAA4 0x8DAE # 0 +0x8EA2EAA5 0x8E86 # 0 +0x8EA2EAA6 0x8E88 # 0 +0x8EA2EAA7 0x8E84 # 0 +0x8EA2EAA8 0x8F59 # 0 +0x8EA2EAA9 0x8F56 # 0 +0x8EA2EAAA 0x8F57 # 0 +0x8EA2EAAB 0x8F55 # 0 +0x8EA2EAAC 0x8F58 # 0 +0x8EA2EAAD 0x8F5A # 0 +0x8EA2EAAE 0x908D # 0 +0x8EA2EAAF 0x9143 # 0 +0x8EA2EAB0 0x9141 # 0 +0x8EA2EAB1 0x91B7 # 0 +0x8EA2EAB2 0x91B5 # 0 +0x8EA2EAB3 0x91B2 # 0 +0x8EA2EAB4 0x91B3 # 0 +0x8EA2EAB5 0x940B # 0 +0x8EA2EAB6 0x9413 # 0 +0x8EA2EAB7 0x93FB # 0 +0x8EA2EAB8 0x9420 # 0 +0x8EA2EAB9 0x940F # 0 +0x8EA2EABA 0x9414 # 0 +0x8EA2EABB 0x93FE # 0 +0x8EA2EABC 0x9415 # 0 +0x8EA2EABD 0x9410 # 0 +0x8EA2EABE 0x9428 # 0 +0x8EA2EABF 0x9419 # 0 +0x8EA2EAC0 0x940D # 0 +0x8EA2EAC1 0x93F5 # 0 +0x8EA2EAC2 0x9400 # 0 +0x8EA2EAC3 0x93F7 # 0 +0x8EA2EAC4 0x9407 # 0 +0x8EA2EAC5 0x940E # 0 +0x8EA2EAC6 0x9416 # 0 +0x8EA2EAC7 0x9412 # 0 +0x8EA2EAC8 0x93FA # 0 +0x8EA2EAC9 0x9409 # 0 +0x8EA2EACA 0x93F8 # 0 +0x8EA2EACB 0x943C # 0 +0x8EA2EACC 0x940A # 0 +0x8EA2EACD 0x93FF # 0 +0x8EA2EACE 0x93FC # 0 +0x8EA2EACF 0x940C # 0 +0x8EA2EAD0 0x93F6 # 0 +0x8EA2EAD1 0x9411 # 0 +0x8EA2EAD2 0x9406 # 0 +0x8EA2EAD3 0x95DE # 0 +0x8EA2EAD4 0x95E0 # 0 +0x8EA2EAD5 0x95DF # 0 +0x8EA2EAD6 0x972E # 0 +0x8EA2EAD7 0x972F # 0 +0x8EA2EAD8 0x97B9 # 0 +0x8EA2EAD9 0x97BB # 0 +0x8EA2EADA 0x97FD # 0 +0x8EA2EADB 0x97FE # 0 +0x8EA2EADC 0x9860 # 0 +0x8EA2EADD 0x9862 # 0 +0x8EA2EADE 0x9863 # 0 +0x8EA2EADF 0x985F # 0 +0x8EA2EAE0 0x98C1 # 0 +0x8EA2EAE1 0x98C2 # 0 +0x8EA2EAE2 0x9950 # 0 +0x8EA2EAE3 0x994E # 0 +0x8EA2EAE4 0x9959 # 0 +0x8EA2EAE5 0x994C # 0 +0x8EA2EAE6 0x994B # 0 +0x8EA2EAE7 0x9953 # 0 +0x8EA2EAE8 0x9A32 # 0 +0x8EA2EAE9 0x9A34 # 0 +0x8EA2EAEA 0x9A31 # 0 +0x8EA2EAEB 0x9A2C # 0 +0x8EA2EAEC 0x9A2A # 0 +0x8EA2EAED 0x9A36 # 0 +0x8EA2EAEE 0x9A29 # 0 +0x8EA2EAEF 0x9A2E # 0 +0x8EA2EAF0 0x9A38 # 0 +0x8EA2EAF1 0x9A2D # 0 +0x8EA2EAF2 0x9AC7 # 0 +0x8EA2EAF3 0x9ACA # 0 +0x8EA2EAF4 0x9AC6 # 0 +0x8EA2EAF5 0x9B10 # 0 +0x8EA2EAF6 0x9B12 # 0 +0x8EA2EAF7 0x9B11 # 0 +0x8EA2EAF8 0x9C0B # 0 +0x8EA2EAF9 0x9C08 # 0 +0x8EA2EAFA 0x9BF7 # 0 +0x8EA2EAFB 0x9C05 # 0 +0x8EA2EAFC 0x9C12 # 0 +0x8EA2EAFD 0x9BF8 # 0 +0x8EA2EAFE 0x9C40 # 0 +0x8EA2EBA1 0x9C07 # 0 +0x8EA2EBA2 0x9C0E # 0 +0x8EA2EBA3 0x9C06 # 0 +0x8EA2EBA4 0x9C17 # 0 +0x8EA2EBA5 0x9C14 # 0 +0x8EA2EBA6 0x9C09 # 0 +0x8EA2EBA7 0x9D9F # 0 +0x8EA2EBA8 0x9D99 # 0 +0x8EA2EBA9 0x9DA4 # 0 +0x8EA2EBAA 0x9D9D # 0 +0x8EA2EBAB 0x9D92 # 0 +0x8EA2EBAC 0x9D98 # 0 +0x8EA2EBAD 0x9D90 # 0 +0x8EA2EBAE 0x9D9B # 0 +0x8EA2EBAF 0x9DA0 # 0 +0x8EA2EBB0 0x9D94 # 0 +0x8EA2EBB1 0x9D9C # 0 +0x8EA2EBB2 0x9DAA # 0 +0x8EA2EBB3 0x9D97 # 0 +0x8EA2EBB4 0x9DA1 # 0 +0x8EA2EBB5 0x9D9A # 0 +0x8EA2EBB6 0x9DA2 # 0 +0x8EA2EBB7 0x9DA8 # 0 +0x8EA2EBB8 0x9D9E # 0 +0x8EA2EBB9 0x9DA3 # 0 +0x8EA2EBBA 0x9DBF # 0 +0x8EA2EBBB 0x9DA9 # 0 +0x8EA2EBBC 0x9D96 # 0 +0x8EA2EBBD 0x9DA6 # 0 +0x8EA2EBBE 0x9DA7 # 0 +0x8EA2EBBF 0x9E99 # 0 +0x8EA2EBC0 0x9E9B # 0 +0x8EA2EBC1 0x9E9A # 0 +0x8EA2EBC2 0x9EE5 # 0 +0x8EA2EBC3 0x9EE4 # 0 +0x8EA2EBC4 0x9EE7 # 0 +0x8EA2EBC5 0x9EE6 # 0 +0x8EA2EBC6 0x9F30 # 0 +0x8EA2EBC7 0x9F2E # 0 +0x8EA2EBC8 0x9F5B # 0 +0x8EA2EBC9 0x9F60 # 0 +0x8EA2EBCA 0x9F5E # 0 +0x8EA2EBCB 0x9F5D # 0 +0x8EA2EBCC 0x9F59 # 0 +0x8EA2EBCD 0x9F91 # 0 +0x8EA2EBCE 0x513A # 0 +0x8EA2EBCF 0x5139 # 0 +0x8EA2EBD0 0x5298 # 0 +0x8EA2EBD1 0x5297 # 0 +0x8EA2EBD2 0x56C3 # 0 +0x8EA2EBD3 0x56BD # 0 +0x8EA2EBD4 0x56BE # 0 +0x8EA2EBD5 0x5B48 # 0 +0x8EA2EBD6 0x5B47 # 0 +0x8EA2EBD7 0x5DCB # 0 +0x8EA2EBD8 0x5DCF # 0 +0x8EA2EBD9 0x5EF1 # 0 +0x8EA2EBDA 0x61FD # 0 +0x8EA2EBDB 0x651B # 0 +0x8EA2EBDC 0x6B02 # 0 +0x8EA2EBDD 0x6AFC # 0 +0x8EA2EBDE 0x6B03 # 0 +0x8EA2EBDF 0x6AF8 # 0 +0x8EA2EBE0 0x6B00 # 0 +0x8EA2EBE1 0x7043 # 0 +0x8EA2EBE2 0x7044 # 0 +0x8EA2EBE3 0x704A # 0 +0x8EA2EBE4 0x7048 # 0 +0x8EA2EBE5 0x7049 # 0 +0x8EA2EBE6 0x7045 # 0 +0x8EA2EBE7 0x7046 # 0 +0x8EA2EBE8 0x721D # 0 +0x8EA2EBE9 0x721A # 0 +0x8EA2EBEA 0x7219 # 0 +0x8EA2EBEB 0x737E # 0 +0x8EA2EBEC 0x7517 # 0 +0x8EA2EBED 0x766A # 0 +0x8EA2EBEE 0x77D0 # 0 +0x8EA2EBEF 0x792D # 0 +0x8EA2EBF0 0x7931 # 0 +0x8EA2EBF1 0x792F # 0 +0x8EA2EBF2 0x7C54 # 0 +0x8EA2EBF3 0x7C53 # 0 +0x8EA2EBF4 0x7CF2 # 0 +0x8EA2EBF5 0x7E8A # 0 +0x8EA2EBF6 0x7E87 # 0 +0x8EA2EBF7 0x7E88 # 0 +0x8EA2EBF8 0x7E8B # 0 +0x8EA2EBF9 0x7E86 # 0 +0x8EA2EBFA 0x7E8D # 0 +0x8EA2EBFB 0x7F4D # 0 +0x8EA2EBFC 0x7FBB # 0 +0x8EA2EBFD 0x8030 # 0 +0x8EA2EBFE 0x81DD # 0 +0x8EA2ECA1 0x8618 # 0 +0x8EA2ECA2 0x862A # 0 +0x8EA2ECA3 0x8626 # 0 +0x8EA2ECA4 0x861F # 0 +0x8EA2ECA5 0x8623 # 0 +0x8EA2ECA6 0x861C # 0 +0x8EA2ECA7 0x8619 # 0 +0x8EA2ECA8 0x8627 # 0 +0x8EA2ECA9 0x862E # 0 +0x8EA2ECAA 0x8621 # 0 +0x8EA2ECAB 0x8620 # 0 +0x8EA2ECAC 0x8629 # 0 +0x8EA2ECAD 0x861E # 0 +0x8EA2ECAE 0x8625 # 0 +0x8EA2ECAF 0x8829 # 0 +0x8EA2ECB0 0x881D # 0 +0x8EA2ECB1 0x881B # 0 +0x8EA2ECB2 0x8820 # 0 +0x8EA2ECB3 0x8824 # 0 +0x8EA2ECB4 0x881C # 0 +0x8EA2ECB5 0x882B # 0 +0x8EA2ECB6 0x884A # 0 +0x8EA2ECB7 0x896D # 0 +0x8EA2ECB8 0x8969 # 0 +0x8EA2ECB9 0x896E # 0 +0x8EA2ECBA 0x896B # 0 +0x8EA2ECBB 0x89FA # 0 +0x8EA2ECBC 0x8B79 # 0 +0x8EA2ECBD 0x8B78 # 0 +0x8EA2ECBE 0x8B45 # 0 +0x8EA2ECBF 0x8B7A # 0 +0x8EA2ECC0 0x8B7B # 0 +0x8EA2ECC1 0x8D10 # 0 +0x8EA2ECC2 0x8D14 # 0 +0x8EA2ECC3 0x8DAF # 0 +0x8EA2ECC4 0x8E8E # 0 +0x8EA2ECC5 0x8E8C # 0 +0x8EA2ECC6 0x8F5E # 0 +0x8EA2ECC7 0x8F5B # 0 +0x8EA2ECC8 0x8F5D # 0 +0x8EA2ECC9 0x9146 # 0 +0x8EA2ECCA 0x9144 # 0 +0x8EA2ECCB 0x9145 # 0 +0x8EA2ECCC 0x91B9 # 0 +0x8EA2ECCD 0x943F # 0 +0x8EA2ECCE 0x943B # 0 +0x8EA2ECCF 0x9436 # 0 +0x8EA2ECD0 0x9429 # 0 +0x8EA2ECD1 0x943D # 0 +0x8EA2ECD2 0x9430 # 0 +0x8EA2ECD3 0x9439 # 0 +0x8EA2ECD4 0x942A # 0 +0x8EA2ECD5 0x9437 # 0 +0x8EA2ECD6 0x942C # 0 +0x8EA2ECD7 0x9440 # 0 +0x8EA2ECD8 0x9431 # 0 +0x8EA2ECD9 0x95E5 # 0 +0x8EA2ECDA 0x95E4 # 0 +0x8EA2ECDB 0x95E3 # 0 +0x8EA2ECDC 0x9735 # 0 +0x8EA2ECDD 0x973A # 0 +0x8EA2ECDE 0x97BF # 0 +0x8EA2ECDF 0x97E1 # 0 +0x8EA2ECE0 0x9864 # 0 +0x8EA2ECE1 0x98C9 # 0 +0x8EA2ECE2 0x98C6 # 0 +0x8EA2ECE3 0x98C0 # 0 +0x8EA2ECE4 0x9958 # 0 +0x8EA2ECE5 0x9956 # 0 +0x8EA2ECE6 0x9A39 # 0 +0x8EA2ECE7 0x9A3D # 0 +0x8EA2ECE8 0x9A46 # 0 +0x8EA2ECE9 0x9A44 # 0 +0x8EA2ECEA 0x9A42 # 0 +0x8EA2ECEB 0x9A41 # 0 +0x8EA2ECEC 0x9A3A # 0 +0x8EA2ECED 0x9A3F # 0 +0x8EA2ECEE 0x9ACD # 0 +0x8EA2ECEF 0x9B15 # 0 +0x8EA2ECF0 0x9B17 # 0 +0x8EA2ECF1 0x9B18 # 0 +0x8EA2ECF2 0x9B16 # 0 +0x8EA2ECF3 0x9B3A # 0 +0x8EA2ECF4 0x9B52 # 0 +0x8EA2ECF5 0x9C2B # 0 +0x8EA2ECF6 0x9C1D # 0 +0x8EA2ECF7 0x9C1C # 0 +0x8EA2ECF8 0x9C2C # 0 +0x8EA2ECF9 0x9C23 # 0 +0x8EA2ECFA 0x9C28 # 0 +0x8EA2ECFB 0x9C29 # 0 +0x8EA2ECFC 0x9C24 # 0 +0x8EA2ECFD 0x9C21 # 0 +0x8EA2ECFE 0x9DB7 # 0 +0x8EA2EDA1 0x9DB6 # 0 +0x8EA2EDA2 0x9DBC # 0 +0x8EA2EDA3 0x9DC1 # 0 +0x8EA2EDA4 0x9DC7 # 0 +0x8EA2EDA5 0x9DCA # 0 +0x8EA2EDA6 0x9DCF # 0 +0x8EA2EDA7 0x9DBE # 0 +0x8EA2EDA8 0x9DC5 # 0 +0x8EA2EDA9 0x9DC3 # 0 +0x8EA2EDAA 0x9DBB # 0 +0x8EA2EDAB 0x9DB5 # 0 +0x8EA2EDAC 0x9DCE # 0 +0x8EA2EDAD 0x9DB9 # 0 +0x8EA2EDAE 0x9DBA # 0 +0x8EA2EDAF 0x9DAC # 0 +0x8EA2EDB0 0x9DC8 # 0 +0x8EA2EDB1 0x9DB1 # 0 +0x8EA2EDB2 0x9DAD # 0 +0x8EA2EDB3 0x9DCC # 0 +0x8EA2EDB4 0x9DB3 # 0 +0x8EA2EDB5 0x9DCD # 0 +0x8EA2EDB6 0x9DB2 # 0 +0x8EA2EDB7 0x9E7A # 0 +0x8EA2EDB8 0x9E9C # 0 +0x8EA2EDB9 0x9EEB # 0 +0x8EA2EDBA 0x9EEE # 0 +0x8EA2EDBB 0x9EED # 0 +0x8EA2EDBC 0x9F1B # 0 +0x8EA2EDBD 0x9F18 # 0 +0x8EA2EDBE 0x9F1A # 0 +0x8EA2EDBF 0x9F31 # 0 +0x8EA2EDC0 0x9F4E # 0 +0x8EA2EDC1 0x9F65 # 0 +0x8EA2EDC2 0x9F64 # 0 +0x8EA2EDC3 0x9F92 # 0 +0x8EA2EDC4 0x4EB9 # 0 +0x8EA2EDC5 0x56C6 # 0 +0x8EA2EDC6 0x56C5 # 0 +0x8EA2EDC7 0x56CB # 0 +0x8EA2EDC8 0x5971 # 0 +0x8EA2EDC9 0x5B4B # 0 +0x8EA2EDCA 0x5B4C # 0 +0x8EA2EDCB 0x5DD5 # 0 +0x8EA2EDCC 0x5DD1 # 0 +0x8EA2EDCD 0x5EF2 # 0 +0x8EA2EDCE 0x6521 # 0 +0x8EA2EDCF 0x6520 # 0 +0x8EA2EDD0 0x6526 # 0 +0x8EA2EDD1 0x6522 # 0 +0x8EA2EDD2 0x6B0B # 0 +0x8EA2EDD3 0x6B08 # 0 +0x8EA2EDD4 0x6B09 # 0 +0x8EA2EDD5 0x6C0D # 0 +0x8EA2EDD6 0x7055 # 0 +0x8EA2EDD7 0x7056 # 0 +0x8EA2EDD8 0x7057 # 0 +0x8EA2EDD9 0x7052 # 0 +0x8EA2EDDA 0x721E # 0 +0x8EA2EDDB 0x721F # 0 +0x8EA2EDDC 0x72A9 # 0 +0x8EA2EDDD 0x737F # 0 +0x8EA2EDDE 0x74D8 # 0 +0x8EA2EDDF 0x74D5 # 0 +0x8EA2EDE0 0x74D9 # 0 +0x8EA2EDE1 0x74D7 # 0 +0x8EA2EDE2 0x766D # 0 +0x8EA2EDE3 0x76AD # 0 +0x8EA2EDE4 0x7935 # 0 +0x8EA2EDE5 0x79B4 # 0 +0x8EA2EDE6 0x7A70 # 0 +0x8EA2EDE7 0x7A71 # 0 +0x8EA2EDE8 0x7C57 # 0 +0x8EA2EDE9 0x7C5C # 0 +0x8EA2EDEA 0x7C59 # 0 +0x8EA2EDEB 0x7C5B # 0 +0x8EA2EDEC 0x7C5A # 0 +0x8EA2EDED 0x7CF4 # 0 +0x8EA2EDEE 0x7CF1 # 0 +0x8EA2EDEF 0x7E91 # 0 +0x8EA2EDF0 0x7F4F # 0 +0x8EA2EDF1 0x7F87 # 0 +0x8EA2EDF2 0x81DE # 0 +0x8EA2EDF3 0x826B # 0 +0x8EA2EDF4 0x8634 # 0 +0x8EA2EDF5 0x8635 # 0 +0x8EA2EDF6 0x8633 # 0 +0x8EA2EDF7 0x862C # 0 +0x8EA2EDF8 0x8632 # 0 +0x8EA2EDF9 0x8636 # 0 +0x8EA2EDFA 0x882C # 0 +0x8EA2EDFB 0x8828 # 0 +0x8EA2EDFC 0x8826 # 0 +0x8EA2EDFD 0x882A # 0 +0x8EA2EDFE 0x8825 # 0 +0x8EA2EEA1 0x8971 # 0 +0x8EA2EEA2 0x89BF # 0 +0x8EA2EEA3 0x89BE # 0 +0x8EA2EEA4 0x89FB # 0 +0x8EA2EEA5 0x8B7E # 0 +0x8EA2EEA6 0x8B84 # 0 +0x8EA2EEA7 0x8B82 # 0 +0x8EA2EEA8 0x8B86 # 0 +0x8EA2EEA9 0x8B85 # 0 +0x8EA2EEAA 0x8B7F # 0 +0x8EA2EEAB 0x8D15 # 0 +0x8EA2EEAC 0x8E95 # 0 +0x8EA2EEAD 0x8E94 # 0 +0x8EA2EEAE 0x8E9A # 0 +0x8EA2EEAF 0x8E92 # 0 +0x8EA2EEB0 0x8E90 # 0 +0x8EA2EEB1 0x8E96 # 0 +0x8EA2EEB2 0x8E97 # 0 +0x8EA2EEB3 0x8F60 # 0 +0x8EA2EEB4 0x8F62 # 0 +0x8EA2EEB5 0x9147 # 0 +0x8EA2EEB6 0x944C # 0 +0x8EA2EEB7 0x9450 # 0 +0x8EA2EEB8 0x944A # 0 +0x8EA2EEB9 0x944B # 0 +0x8EA2EEBA 0x944F # 0 +0x8EA2EEBB 0x9447 # 0 +0x8EA2EEBC 0x9445 # 0 +0x8EA2EEBD 0x9448 # 0 +0x8EA2EEBE 0x9449 # 0 +0x8EA2EEBF 0x9446 # 0 +0x8EA2EEC0 0x973F # 0 +0x8EA2EEC1 0x97E3 # 0 +0x8EA2EEC2 0x986A # 0 +0x8EA2EEC3 0x9869 # 0 +0x8EA2EEC4 0x98CB # 0 +0x8EA2EEC5 0x9954 # 0 +0x8EA2EEC6 0x995B # 0 +0x8EA2EEC7 0x9A4E # 0 +0x8EA2EEC8 0x9A53 # 0 +0x8EA2EEC9 0x9A54 # 0 +0x8EA2EECA 0x9A4C # 0 +0x8EA2EECB 0x9A4F # 0 +0x8EA2EECC 0x9A48 # 0 +0x8EA2EECD 0x9A4A # 0 +0x8EA2EECE 0x9A49 # 0 +0x8EA2EECF 0x9A52 # 0 +0x8EA2EED0 0x9A50 # 0 +0x8EA2EED1 0x9AD0 # 0 +0x8EA2EED2 0x9B19 # 0 +0x8EA2EED3 0x9B2B # 0 +0x8EA2EED4 0x9B3B # 0 +0x8EA2EED5 0x9B56 # 0 +0x8EA2EED6 0x9B55 # 0 +0x8EA2EED7 0x9C46 # 0 +0x8EA2EED8 0x9C48 # 0 +0x8EA2EED9 0x9C3F # 0 +0x8EA2EEDA 0x9C44 # 0 +0x8EA2EEDB 0x9C39 # 0 +0x8EA2EEDC 0x9C33 # 0 +0x8EA2EEDD 0x9C41 # 0 +0x8EA2EEDE 0x9C3C # 0 +0x8EA2EEDF 0x9C37 # 0 +0x8EA2EEE0 0x9C34 # 0 +0x8EA2EEE1 0x9C32 # 0 +0x8EA2EEE2 0x9C3D # 0 +0x8EA2EEE3 0x9C36 # 0 +0x8EA2EEE4 0x9DDB # 0 +0x8EA2EEE5 0x9DD2 # 0 +0x8EA2EEE6 0x9DDE # 0 +0x8EA2EEE7 0x9DDA # 0 +0x8EA2EEE8 0x9DCB # 0 +0x8EA2EEE9 0x9DD0 # 0 +0x8EA2EEEA 0x9DDC # 0 +0x8EA2EEEB 0x9DD1 # 0 +0x8EA2EEEC 0x9DDF # 0 +0x8EA2EEED 0x9DE9 # 0 +0x8EA2EEEE 0x9DD9 # 0 +0x8EA2EEEF 0x9DD8 # 0 +0x8EA2EEF0 0x9DD6 # 0 +0x8EA2EEF1 0x9DF5 # 0 +0x8EA2EEF2 0x9DD5 # 0 +0x8EA2EEF3 0x9DDD # 0 +0x8EA2EEF4 0x9EB6 # 0 +0x8EA2EEF5 0x9EF0 # 0 +0x8EA2EEF6 0x9F35 # 0 +0x8EA2EEF7 0x9F33 # 0 +0x8EA2EEF8 0x9F32 # 0 +0x8EA2EEF9 0x9F42 # 0 +0x8EA2EEFA 0x9F6B # 0 +0x8EA2EEFB 0x9F95 # 0 +0x8EA2EEFC 0x9FA2 # 0 +0x8EA2EEFD 0x513D # 0 +0x8EA2EEFE 0x5299 # 0 +0x8EA2EFA1 0x58E8 # 0 +0x8EA2EFA2 0x58E7 # 0 +0x8EA2EFA3 0x5972 # 0 +0x8EA2EFA4 0x5B4D # 0 +0x8EA2EFA5 0x5DD8 # 0 +0x8EA2EFA6 0x882F # 0 +0x8EA2EFA7 0x5F4F # 0 +0x8EA2EFA8 0x6201 # 0 +0x8EA2EFA9 0x6203 # 0 +0x8EA2EFAA 0x6204 # 0 +0x8EA2EFAB 0x6529 # 0 +0x8EA2EFAC 0x6525 # 0 +0x8EA2EFAD 0x6596 # 0 +0x8EA2EFAE 0x66EB # 0 +0x8EA2EFAF 0x6B11 # 0 +0x8EA2EFB0 0x6B12 # 0 +0x8EA2EFB1 0x6B0F # 0 +0x8EA2EFB2 0x6BCA # 0 +0x8EA2EFB3 0x705B # 0 +0x8EA2EFB4 0x705A # 0 +0x8EA2EFB5 0x7222 # 0 +0x8EA2EFB6 0x7382 # 0 +0x8EA2EFB7 0x7381 # 0 +0x8EA2EFB8 0x7383 # 0 +0x8EA2EFB9 0x7670 # 0 +0x8EA2EFBA 0x77D4 # 0 +0x8EA2EFBB 0x7C67 # 0 +0x8EA2EFBC 0x7C66 # 0 +0x8EA2EFBD 0x7E95 # 0 +0x8EA2EFBE 0x826C # 0 +0x8EA2EFBF 0x863A # 0 +0x8EA2EFC0 0x8640 # 0 +0x8EA2EFC1 0x8639 # 0 +0x8EA2EFC2 0x863C # 0 +0x8EA2EFC3 0x8631 # 0 +0x8EA2EFC4 0x863B # 0 +0x8EA2EFC5 0x863E # 0 +0x8EA2EFC6 0x8830 # 0 +0x8EA2EFC7 0x8832 # 0 +0x8EA2EFC8 0x882E # 0 +0x8EA2EFC9 0x8833 # 0 +0x8EA2EFCA 0x8976 # 0 +0x8EA2EFCB 0x8974 # 0 +0x8EA2EFCC 0x8973 # 0 +0x8EA2EFCD 0x89FE # 0 +0x8EA2EFCE 0x8B8C # 0 +0x8EA2EFCF 0x8B8E # 0 +0x8EA2EFD0 0x8B8B # 0 +0x8EA2EFD1 0x8B88 # 0 +0x8EA2EFD2 0x8C45 # 0 +0x8EA2EFD3 0x8D19 # 0 +0x8EA2EFD4 0x8E98 # 0 +0x8EA2EFD5 0x8F64 # 0 +0x8EA2EFD6 0x8F63 # 0 +0x8EA2EFD7 0x91BC # 0 +0x8EA2EFD8 0x9462 # 0 +0x8EA2EFD9 0x9455 # 0 +0x8EA2EFDA 0x945D # 0 +0x8EA2EFDB 0x9457 # 0 +0x8EA2EFDC 0x945E # 0 +0x8EA2EFDD 0x97C4 # 0 +0x8EA2EFDE 0x97C5 # 0 +0x8EA2EFDF 0x9800 # 0 +0x8EA2EFE0 0x9A56 # 0 +0x8EA2EFE1 0x9A59 # 0 +0x8EA2EFE2 0x9B1E # 0 +0x8EA2EFE3 0x9B1F # 0 +0x8EA2EFE4 0x9B20 # 0 +0x8EA2EFE5 0x9C52 # 0 +0x8EA2EFE6 0x9C58 # 0 +0x8EA2EFE7 0x9C50 # 0 +0x8EA2EFE8 0x9C4A # 0 +0x8EA2EFE9 0x9C4D # 0 +0x8EA2EFEA 0x9C4B # 0 +0x8EA2EFEB 0x9C55 # 0 +0x8EA2EFEC 0x9C59 # 0 +0x8EA2EFED 0x9C4C # 0 +0x8EA2EFEE 0x9C4E # 0 +0x8EA2EFEF 0x9DFB # 0 +0x8EA2EFF0 0x9DF7 # 0 +0x8EA2EFF1 0x9DEF # 0 +0x8EA2EFF2 0x9DE3 # 0 +0x8EA2EFF3 0x9DEB # 0 +0x8EA2EFF4 0x9DF8 # 0 +0x8EA2EFF5 0x9DE4 # 0 +0x8EA2EFF6 0x9DF6 # 0 +0x8EA2EFF7 0x9DE1 # 0 +0x8EA2EFF8 0x9DEE # 0 +0x8EA2EFF9 0x9DE6 # 0 +0x8EA2EFFA 0x9DF2 # 0 +0x8EA2EFFB 0x9DF0 # 0 +0x8EA2EFFC 0x9DE2 # 0 +0x8EA2EFFD 0x9DEC # 0 +0x8EA2EFFE 0x9DF4 # 0 +0x8EA2F0A1 0x9DF3 # 0 +0x8EA2F0A2 0x9DE8 # 0 +0x8EA2F0A3 0x9DED # 0 +0x8EA2F0A4 0x9EC2 # 0 +0x8EA2F0A5 0x9ED0 # 0 +0x8EA2F0A6 0x9EF2 # 0 +0x8EA2F0A7 0x9EF3 # 0 +0x8EA2F0A8 0x9F06 # 0 +0x8EA2F0A9 0x9F1C # 0 +0x8EA2F0AA 0x9F38 # 0 +0x8EA2F0AB 0x9F37 # 0 +0x8EA2F0AC 0x9F36 # 0 +0x8EA2F0AD 0x9F43 # 0 +0x8EA2F0AE 0x9F4F # 0 +0x8EA2F0AF 0x9F71 # 0 +0x8EA2F0B0 0x9F70 # 0 +0x8EA2F0B1 0x9F6E # 0 +0x8EA2F0B2 0x9F6F # 0 +0x8EA2F0B3 0x56D3 # 0 +0x8EA2F0B4 0x56CD # 0 +0x8EA2F0B5 0x5B4E # 0 +0x8EA2F0B6 0x5C6D # 0 +0x8EA2F0B7 0x652D # 0 +0x8EA2F0B8 0x66ED # 0 +0x8EA2F0B9 0x66EE # 0 +0x8EA2F0BA 0x6B13 # 0 +0x8EA2F0BB 0x705F # 0 +0x8EA2F0BC 0x7061 # 0 +0x8EA2F0BD 0x705D # 0 +0x8EA2F0BE 0x7060 # 0 +0x8EA2F0BF 0x7223 # 0 +0x8EA2F0C0 0x74DB # 0 +0x8EA2F0C1 0x74E5 # 0 +0x8EA2F0C2 0x77D5 # 0 +0x8EA2F0C3 0x7938 # 0 +0x8EA2F0C4 0x79B7 # 0 +0x8EA2F0C5 0x79B6 # 0 +0x8EA2F0C6 0x7C6A # 0 +0x8EA2F0C7 0x7E97 # 0 +0x8EA2F0C8 0x7F89 # 0 +0x8EA2F0C9 0x826D # 0 +0x8EA2F0CA 0x8643 # 0 +0x8EA2F0CB 0x8838 # 0 +0x8EA2F0CC 0x8837 # 0 +0x8EA2F0CD 0x8835 # 0 +0x8EA2F0CE 0x884B # 0 +0x8EA2F0CF 0x8B94 # 0 +0x8EA2F0D0 0x8B95 # 0 +0x8EA2F0D1 0x8E9E # 0 +0x8EA2F0D2 0x8E9F # 0 +0x8EA2F0D3 0x8EA0 # 0 +0x8EA2F0D4 0x8E9D # 0 +0x8EA2F0D5 0x91BE # 0 +0x8EA2F0D6 0x91BD # 0 +0x8EA2F0D7 0x91C2 # 0 +0x8EA2F0D8 0x946B # 0 +0x8EA2F0D9 0x9468 # 0 +0x8EA2F0DA 0x9469 # 0 +0x8EA2F0DB 0x96E5 # 0 +0x8EA2F0DC 0x9746 # 0 +0x8EA2F0DD 0x9743 # 0 +0x8EA2F0DE 0x9747 # 0 +0x8EA2F0DF 0x97C7 # 0 +0x8EA2F0E0 0x97E5 # 0 +0x8EA2F0E1 0x9A5E # 0 +0x8EA2F0E2 0x9AD5 # 0 +0x8EA2F0E3 0x9B59 # 0 +0x8EA2F0E4 0x9C63 # 0 +0x8EA2F0E5 0x9C67 # 0 +0x8EA2F0E6 0x9C66 # 0 +0x8EA2F0E7 0x9C62 # 0 +0x8EA2F0E8 0x9C5E # 0 +0x8EA2F0E9 0x9C60 # 0 +0x8EA2F0EA 0x9E02 # 0 +0x8EA2F0EB 0x9DFE # 0 +0x8EA2F0EC 0x9E07 # 0 +0x8EA2F0ED 0x9E03 # 0 +0x8EA2F0EE 0x9E06 # 0 +0x8EA2F0EF 0x9E05 # 0 +0x8EA2F0F0 0x9E00 # 0 +0x8EA2F0F1 0x9E01 # 0 +0x8EA2F0F2 0x9E09 # 0 +0x8EA2F0F3 0x9DFF # 0 +0x8EA2F0F4 0x9DFD # 0 +0x8EA2F0F5 0x9E04 # 0 +0x8EA2F0F6 0x9EA0 # 0 +0x8EA2F0F7 0x9F1E # 0 +0x8EA2F0F8 0x9F46 # 0 +0x8EA2F0F9 0x9F74 # 0 +0x8EA2F0FA 0x9F75 # 0 +0x8EA2F0FB 0x9F76 # 0 +0x8EA2F0FC 0x56D4 # 0 +0x8EA2F0FD 0x652E # 0 +0x8EA2F0FE 0x65B8 # 0 +0x8EA2F1A1 0x6B18 # 0 +0x8EA2F1A2 0x6B19 # 0 +0x8EA2F1A3 0x6B17 # 0 +0x8EA2F1A4 0x6B1A # 0 +0x8EA2F1A5 0x7062 # 0 +0x8EA2F1A6 0x7226 # 0 +0x8EA2F1A7 0x72AA # 0 +0x8EA2F1A8 0x77D8 # 0 +0x8EA2F1A9 0x77D9 # 0 +0x8EA2F1AA 0x7939 # 0 +0x8EA2F1AB 0x7C69 # 0 +0x8EA2F1AC 0x7C6B # 0 +0x8EA2F1AD 0x7CF6 # 0 +0x8EA2F1AE 0x7E9A # 0 +0x8EA2F1AF 0x7E98 # 0 +0x8EA2F1B0 0x7E9B # 0 +0x8EA2F1B1 0x7E99 # 0 +0x8EA2F1B2 0x81E0 # 0 +0x8EA2F1B3 0x81E1 # 0 +0x8EA2F1B4 0x8646 # 0 +0x8EA2F1B5 0x8647 # 0 +0x8EA2F1B6 0x8648 # 0 +0x8EA2F1B7 0x8979 # 0 +0x8EA2F1B8 0x897A # 0 +0x8EA2F1B9 0x897C # 0 +0x8EA2F1BA 0x897B # 0 +0x8EA2F1BB 0x89FF # 0 +0x8EA2F1BC 0x8B98 # 0 +0x8EA2F1BD 0x8B99 # 0 +0x8EA2F1BE 0x8EA5 # 0 +0x8EA2F1BF 0x8EA4 # 0 +0x8EA2F1C0 0x8EA3 # 0 +0x8EA2F1C1 0x946E # 0 +0x8EA2F1C2 0x946D # 0 +0x8EA2F1C3 0x946F # 0 +0x8EA2F1C4 0x9471 # 0 +0x8EA2F1C5 0x9473 # 0 +0x8EA2F1C6 0x9749 # 0 +0x8EA2F1C7 0x9872 # 0 +0x8EA2F1C8 0x995F # 0 +0x8EA2F1C9 0x9C68 # 0 +0x8EA2F1CA 0x9C6E # 0 +0x8EA2F1CB 0x9C6D # 0 +0x8EA2F1CC 0x9E0B # 0 +0x8EA2F1CD 0x9E0D # 0 +0x8EA2F1CE 0x9E10 # 0 +0x8EA2F1CF 0x9E0F # 0 +0x8EA2F1D0 0x9E12 # 0 +0x8EA2F1D1 0x9E11 # 0 +0x8EA2F1D2 0x9EA1 # 0 +0x8EA2F1D3 0x9EF5 # 0 +0x8EA2F1D4 0x9F09 # 0 +0x8EA2F1D5 0x9F47 # 0 +0x8EA2F1D6 0x9F78 # 0 +0x8EA2F1D7 0x9F7B # 0 +0x8EA2F1D8 0x9F7A # 0 +0x8EA2F1D9 0x9F79 # 0 +0x8EA2F1DA 0x571E # 0 +0x8EA2F1DB 0x7066 # 0 +0x8EA2F1DC 0x7C6F # 0 +0x8EA2F1DD 0x883C # 0 +0x8EA2F1DE 0x8DB2 # 0 +0x8EA2F1DF 0x8EA6 # 0 +0x8EA2F1E0 0x91C3 # 0 +0x8EA2F1E1 0x9474 # 0 +0x8EA2F1E2 0x9478 # 0 +0x8EA2F1E3 0x9476 # 0 +0x8EA2F1E4 0x9475 # 0 +0x8EA2F1E5 0x9A60 # 0 +0x8EA2F1E6 0x9B2E # 0 +0x8EA2F1E7 0x9C74 # 0 +0x8EA2F1E8 0x9C73 # 0 +0x8EA2F1E9 0x9C71 # 0 +0x8EA2F1EA 0x9C75 # 0 +0x8EA2F1EB 0x9E14 # 0 +0x8EA2F1EC 0x9E13 # 0 +0x8EA2F1ED 0x9EF6 # 0 +0x8EA2F1EE 0x9F0A # 0 +0x8EA2F1EF 0x9FA4 # 0 +0x8EA2F1F0 0x7068 # 0 +0x8EA2F1F1 0x7065 # 0 +0x8EA2F1F2 0x7CF7 # 0 +0x8EA2F1F3 0x866A # 0 +0x8EA2F1F4 0x883E # 0 +0x8EA2F1F5 0x883D # 0 +0x8EA2F1F6 0x883F # 0 +0x8EA2F1F7 0x8B9E # 0 +0x8EA2F1F8 0x8C9C # 0 +0x8EA2F1F9 0x8EA9 # 0 +0x8EA2F1FA 0x8EC9 # 0 +0x8EA2F1FB 0x974B # 0 +0x8EA2F1FC 0x9873 # 0 +0x8EA2F1FD 0x9874 # 0 +0x8EA2F1FE 0x98CC # 0 +0x8EA2F2A1 0x9961 # 0 +0x8EA2F2A2 0x99AB # 0 +0x8EA2F2A3 0x9A64 # 0 +0x8EA2F2A4 0x9A66 # 0 +0x8EA2F2A5 0x9A67 # 0 +0x8EA2F2A6 0x9B24 # 0 +0x8EA2F2A7 0x9E15 # 0 +0x8EA2F2A8 0x9E17 # 0 +0x8EA2F2A9 0x9F48 # 0 +0x8EA2F2AA 0x6207 # 0 +0x8EA2F2AB 0x6B1E # 0 +0x8EA2F2AC 0x7227 # 0 +0x8EA2F2AD 0x864C # 0 +0x8EA2F2AE 0x8EA8 # 0 +0x8EA2F2AF 0x9482 # 0 +0x8EA2F2B0 0x9480 # 0 +0x8EA2F2B1 0x9481 # 0 +0x8EA2F2B2 0x9A69 # 0 +0x8EA2F2B3 0x9A68 # 0 +0x8EA2F2B4 0x9E19 # 0 +0x8EA2F2B5 0x864B # 0 +0x8EA2F2B6 0x8B9F # 0 +0x8EA2F2B7 0x9483 # 0 +0x8EA2F2B8 0x9C79 # 0 +0x8EA2F2B9 0x9EB7 # 0 +0x8EA2F2BA 0x7675 # 0 +0x8EA2F2BB 0x9A6B # 0 +0x8EA2F2BC 0x9C7A # 0 +0x8EA2F2BD 0x9E1D # 0 +0x8EA2F2BE 0x7069 # 0 +0x8EA2F2BF 0x706A # 0 +0x8EA2F2C0 0x7229 # 0 +0x8EA2F2C1 0x9EA4 # 0 +0x8EA2F2C2 0x9F7E # 0 +0x8EA2F2C3 0x9F49 # 0 +0x8EA2F2C4 0x9F98 # 0 +0x8EA3A1A1 0x4E28 # 0 +0x8EA3A1A2 0x4E36 # 0 +0x8EA3A1A3 0x4E3F # 0 +0x8EA3A1A4 0x4E85 # 0 +0x8EA3A1A5 0x4E05 # 0 +0x8EA3A1A6 0x4E04 # 0 +0x8EA3A1A7 0x5182 # 0 +0x8EA3A1A8 0x5196 # 0 +0x8EA3A1A9 0x5338 # 0 +0x8EA3A1AA 0x5369 # 0 +0x8EA3A1AB 0x53B6 # 0 +0x8EA3A1AC 0x4E2A # 0 +0x8EA3A1AD 0x4E87 # 0 +0x8EA3A1AE 0x4E49 # 0 +0x8EA3A1AF 0x51E2 # 0 +0x8EA3A1B0 0x4E46 # 0 +0x8EA3A1B1 0x4E8F # 0 +0x8EA3A1B2 0x4EBC # 0 +0x8EA3A1B3 0x4EBE # 0 +0x8EA3A1B4 0x5166 # 0 +0x8EA3A1B5 0x51E3 # 0 +0x8EA3A1B6 0x5204 # 0 +0x8EA3A1B7 0x529C # 0 +0x8EA3A1B9 0x5902 # 0 +0x8EA3A1BA 0x590A # 0 +0x8EA3A1BB 0x5B80 # 0 +0x8EA3A1BC 0x5DDB # 0 +0x8EA3A1BD 0x5E7A # 0 +0x8EA3A1BE 0x5E7F # 0 +0x8EA3A1BF 0x5EF4 # 0 +0x8EA3A1C0 0x5F50 # 0 +0x8EA3A1C1 0x5F51 # 0 +0x8EA3A1C2 0x5F61 # 0 +0x8EA3A1C3 0x961D # 0 +0x8EA3A1C5 0x4E63 # 0 +0x8EA3A1C6 0x4E62 # 0 +0x8EA3A1C7 0x4EA3 # 0 +0x8EA3A1C8 0x5185 # 0 +0x8EA3A1C9 0x4EC5 # 0 +0x8EA3A1CA 0x4ECF # 0 +0x8EA3A1CB 0x4ECE # 0 +0x8EA3A1CC 0x4ECC # 0 +0x8EA3A1CD 0x5184 # 0 +0x8EA3A1CE 0x5186 # 0 +0x8EA3A1D1 0x51E4 # 0 +0x8EA3A1D2 0x5205 # 0 +0x8EA3A1D3 0x529E # 0 +0x8EA3A1D4 0x529D # 0 +0x8EA3A1D5 0x52FD # 0 +0x8EA3A1D6 0x5300 # 0 +0x8EA3A1D7 0x533A # 0 +0x8EA3A1D9 0x5346 # 0 +0x8EA3A1DA 0x535D # 0 +0x8EA3A1DB 0x5386 # 0 +0x8EA3A1DC 0x53B7 # 0 +0x8EA3A1DE 0x53CC # 0 +0x8EA3A1E0 0x53CE # 0 +0x8EA3A1E1 0x5721 # 0 +0x8EA3A1E3 0x5E00 # 0 +0x8EA3A1E4 0x5F0C # 0 +0x8EA3A1E5 0x6237 # 0 +0x8EA3A1E6 0x6238 # 0 +0x8EA3A1E7 0x6534 # 0 +0x8EA3A1E8 0x6535 # 0 +0x8EA3A1E9 0x65E0 # 0 +0x8EA3A1EB 0x738D # 0 +0x8EA3A1EC 0x4E97 # 0 +0x8EA3A1ED 0x4EE0 # 0 +0x8EA3A1F0 0x4EE7 # 0 +0x8EA3A1F2 0x4EE6 # 0 +0x8EA3A1F7 0x56D8 # 0 +0x8EA3A1F8 0x518B # 0 +0x8EA3A1F9 0x518C # 0 +0x8EA3A1FA 0x5199 # 0 +0x8EA3A1FB 0x51E5 # 0 +0x8EA3A1FD 0x520B # 0 +0x8EA3A2A2 0x5304 # 0 +0x8EA3A2A3 0x5303 # 0 +0x8EA3A2A4 0x5307 # 0 +0x8EA3A2A6 0x531E # 0 +0x8EA3A2A7 0x535F # 0 +0x8EA3A2A8 0x536D # 0 +0x8EA3A2A9 0x5389 # 0 +0x8EA3A2AA 0x53BA # 0 +0x8EA3A2AB 0x53D0 # 0 +0x8EA3A2AD 0x53F6 # 0 +0x8EA3A2AE 0x53F7 # 0 +0x8EA3A2AF 0x53F9 # 0 +0x8EA3A2B1 0x53F4 # 0 +0x8EA3A2B4 0x5724 # 0 +0x8EA3A2B5 0x5904 # 0 +0x8EA3A2B6 0x5918 # 0 +0x8EA3A2B7 0x5932 # 0 +0x8EA3A2B8 0x5930 # 0 +0x8EA3A2B9 0x5934 # 0 +0x8EA3A2BB 0x5975 # 0 +0x8EA3A2BD 0x5B82 # 0 +0x8EA3A2BE 0x5BF9 # 0 +0x8EA3A2BF 0x5C14 # 0 +0x8EA3A2C7 0x5E81 # 0 +0x8EA3A2C8 0x5E83 # 0 +0x8EA3A2C9 0x5F0D # 0 +0x8EA3A2CA 0x5F52 # 0 +0x8EA3A2CC 0x5FCA # 0 +0x8EA3A2CD 0x5FC7 # 0 +0x8EA3A2CE 0x6239 # 0 +0x8EA3A2D0 0x624F # 0 +0x8EA3A2D1 0x65E7 # 0 +0x8EA3A2D2 0x672F # 0 +0x8EA3A2D3 0x6B7A # 0 +0x8EA3A2D4 0x6C39 # 0 +0x8EA3A2D7 0x6C37 # 0 +0x8EA3A2D8 0x6C44 # 0 +0x8EA3A2D9 0x6C45 # 0 +0x8EA3A2DA 0x738C # 0 +0x8EA3A2DB 0x7592 # 0 +0x8EA3A2DC 0x7676 # 0 +0x8EA3A2DD 0x9093 # 0 +0x8EA3A2DE 0x9092 # 0 +0x8EA3A2E1 0x4E21 # 0 +0x8EA3A2E2 0x4E20 # 0 +0x8EA3A2E3 0x4E22 # 0 +0x8EA3A2E4 0x4E68 # 0 +0x8EA3A2E5 0x4E89 # 0 +0x8EA3A2E6 0x4E98 # 0 +0x8EA3A2E7 0x4EF9 # 0 +0x8EA3A2E8 0x4EEF # 0 +0x8EA3A2EB 0x4EF8 # 0 +0x8EA3A2EC 0x4F06 # 0 +0x8EA3A2ED 0x4F03 # 0 +0x8EA3A2EE 0x4EFC # 0 +0x8EA3A2EF 0x4EEE # 0 +0x8EA3A2F0 0x4F16 # 0 +0x8EA3A2F2 0x4F28 # 0 +0x8EA3A2F3 0x4F1C # 0 +0x8EA3A2F4 0x4F07 # 0 +0x8EA3A2F5 0x4F1A # 0 +0x8EA3A2F6 0x4EFA # 0 +0x8EA3A2F7 0x4F17 # 0 +0x8EA3A2F8 0x514A # 0 +0x8EA3A2FA 0x5172 # 0 +0x8EA3A2FC 0x51B4 # 0 +0x8EA3A2FD 0x51B3 # 0 +0x8EA3A2FE 0x51B2 # 0 +0x8EA3A3A2 0x51E8 # 0 +0x8EA3A3A4 0x5214 # 0 +0x8EA3A3A5 0x520F # 0 +0x8EA3A3A6 0x5215 # 0 +0x8EA3A3A7 0x5218 # 0 +0x8EA3A3A8 0x52A8 # 0 +0x8EA3A3AA 0x534B # 0 +0x8EA3A3AB 0x534F # 0 +0x8EA3A3AD 0x5350 # 0 +0x8EA3A3AF 0x538B # 0 +0x8EA3A3B1 0x53BE # 0 +0x8EA3A3B3 0x53D2 # 0 +0x8EA3A3B4 0x5416 # 0 +0x8EA3A3B5 0x53FF # 0 +0x8EA3A3B7 0x5400 # 0 +0x8EA3A3B9 0x5405 # 0 +0x8EA3A3BA 0x5413 # 0 +0x8EA3A3BB 0x5415 # 0 +0x8EA3A3BE 0x56E3 # 0 +0x8EA3A3BF 0x5735 # 0 +0x8EA3A3C0 0x5736 # 0 +0x8EA3A3C1 0x5731 # 0 +0x8EA3A3C2 0x5732 # 0 +0x8EA3A3C3 0x58EE # 0 +0x8EA3A3C4 0x5905 # 0 +0x8EA3A3C5 0x4E54 # 0 +0x8EA3A3C7 0x5936 # 0 +0x8EA3A3CB 0x597A # 0 +0x8EA3A3CD 0x5986 # 0 +0x8EA3A3D0 0x5B86 # 0 +0x8EA3A3D1 0x5F53 # 0 +0x8EA3A3D2 0x5C18 # 0 +0x8EA3A3D4 0x5C3D # 0 +0x8EA3A3D5 0x5C78 # 0 +0x8EA3A3DA 0x5C80 # 0 +0x8EA3A3DC 0x5E08 # 0 +0x8EA3A3E1 0x5EF5 # 0 +0x8EA3A3E2 0x5F0E # 0 +0x8EA3A3E6 0x5FD3 # 0 +0x8EA3A3E7 0x5FDA # 0 +0x8EA3A3E9 0x5FDB # 0 +0x8EA3A3EB 0x620F # 0 +0x8EA3A3EC 0x625D # 0 +0x8EA3A3ED 0x625F # 0 +0x8EA3A3EE 0x6267 # 0 +0x8EA3A3EF 0x6257 # 0 +0x8EA3A3F0 0x9F50 # 0 +0x8EA3A3F2 0x65EB # 0 +0x8EA3A3F3 0x65EA # 0 +0x8EA3A3F5 0x6737 # 0 +0x8EA3A3F7 0x6732 # 0 +0x8EA3A3F8 0x6736 # 0 +0x8EA3A3F9 0x6B22 # 0 +0x8EA3A3FA 0x6BCE # 0 +0x8EA3A3FC 0x6C58 # 0 +0x8EA3A3FD 0x6C51 # 0 +0x8EA3A3FE 0x6C77 # 0 +0x8EA3A4A1 0x6C3C # 0 +0x8EA3A4A3 0x6C5A # 0 +0x8EA3A4A5 0x6C53 # 0 +0x8EA3A4A6 0x706F # 0 +0x8EA3A4A7 0x7072 # 0 +0x8EA3A4A8 0x706E # 0 +0x8EA3A4AB 0x7073 # 0 +0x8EA3A4AC 0x72B1 # 0 +0x8EA3A4AD 0x72B2 # 0 +0x8EA3A4AF 0x738F # 0 +0x8EA3A4B3 0x793C # 0 +0x8EA3A4B5 0x808D # 0 +0x8EA3A4B6 0x808E # 0 +0x8EA3A4B8 0x827B # 0 +0x8EA3A4BA 0x8D71 # 0 +0x8EA3A4BB 0x8FB9 # 0 +0x8EA3A4BC 0x9096 # 0 +0x8EA3A4BD 0x909A # 0 +0x8EA3A4BF 0x4E24 # 0 +0x8EA3A4C0 0x4E71 # 0 +0x8EA3A4C2 0x4E9C # 0 +0x8EA3A4C3 0x4F45 # 0 +0x8EA3A4C4 0x4F4A # 0 +0x8EA3A4C5 0x4F39 # 0 +0x8EA3A4C6 0x4F37 # 0 +0x8EA3A4C8 0x4F32 # 0 +0x8EA3A4C9 0x4F42 # 0 +0x8EA3A4CB 0x4F44 # 0 +0x8EA3A4CC 0x4F4B # 0 +0x8EA3A4CE 0x4F40 # 0 +0x8EA3A4CF 0x4F35 # 0 +0x8EA3A4D0 0x4F31 # 0 +0x8EA3A4D1 0x5151 # 0 +0x8EA3A4D3 0x5150 # 0 +0x8EA3A4D4 0x514E # 0 +0x8EA3A4D7 0x519D # 0 +0x8EA3A4D9 0x51B5 # 0 +0x8EA3A4DA 0x51B8 # 0 +0x8EA3A4DB 0x51EC # 0 +0x8EA3A4DC 0x5223 # 0 +0x8EA3A4DD 0x5227 # 0 +0x8EA3A4DE 0x5226 # 0 +0x8EA3A4DF 0x521F # 0 +0x8EA3A4E0 0x522B # 0 +0x8EA3A4E1 0x5220 # 0 +0x8EA3A4E2 0x52B4 # 0 +0x8EA3A4E3 0x52B3 # 0 +0x8EA3A4E5 0x5325 # 0 +0x8EA3A4E6 0x533B # 0 +0x8EA3A4E7 0x5374 # 0 +0x8EA3A4ED 0x544D # 0 +0x8EA3A4F0 0x543A # 0 +0x8EA3A4F3 0x5444 # 0 +0x8EA3A4F4 0x544C # 0 +0x8EA3A4F5 0x5423 # 0 +0x8EA3A4F6 0x541A # 0 +0x8EA3A4F7 0x5432 # 0 +0x8EA3A4F8 0x544B # 0 +0x8EA3A4F9 0x5421 # 0 +0x8EA3A4FB 0x5434 # 0 +0x8EA3A4FC 0x5449 # 0 +0x8EA3A4FD 0x5450 # 0 +0x8EA3A4FE 0x5422 # 0 +0x8EA3A5A1 0x543F # 0 +0x8EA3A5A2 0x5451 # 0 +0x8EA3A5A3 0x545A # 0 +0x8EA3A5A4 0x542F # 0 +0x8EA3A5A6 0x56E9 # 0 +0x8EA3A5A7 0x56F2 # 0 +0x8EA3A5A8 0x56F3 # 0 +0x8EA3A5A9 0x56EF # 0 +0x8EA3A5AA 0x56ED # 0 +0x8EA3A5AB 0x56EC # 0 +0x8EA3A5AC 0x56E6 # 0 +0x8EA3A5AD 0x5748 # 0 +0x8EA3A5AF 0x5744 # 0 +0x8EA3A5B0 0x573F # 0 +0x8EA3A5B1 0x573C # 0 +0x8EA3A5B2 0x5753 # 0 +0x8EA3A5B3 0x5756 # 0 +0x8EA3A5B5 0x575F # 0 +0x8EA3A5B6 0x5743 # 0 +0x8EA3A5B7 0x5758 # 0 +0x8EA3A5B8 0x5757 # 0 +0x8EA3A5BC 0x5746 # 0 +0x8EA3A5BE 0x573D # 0 +0x8EA3A5C0 0x5742 # 0 +0x8EA3A5C1 0x5754 # 0 +0x8EA3A5C2 0x5755 # 0 +0x8EA3A5C3 0x58F1 # 0 +0x8EA3A5C4 0x58F2 # 0 +0x8EA3A5C5 0x58F0 # 0 +0x8EA3A5C6 0x590B # 0 +0x8EA3A5C7 0x9EA6 # 0 +0x8EA3A5C8 0x56F1 # 0 +0x8EA3A5C9 0x593D # 0 +0x8EA3A5CB 0x5994 # 0 +0x8EA3A5CC 0x598C # 0 +0x8EA3A5CE 0x599C # 0 +0x8EA3A5D1 0x599F # 0 +0x8EA3A5D3 0x599B # 0 +0x8EA3A5D5 0x5989 # 0 +0x8EA3A5D6 0x599A # 0 +0x8EA3A5D8 0x6588 # 0 +0x8EA3A5DA 0x5B8D # 0 +0x8EA3A5DC 0x5BFE # 0 +0x8EA3A5DD 0x5BFF # 0 +0x8EA3A5DE 0x5BFD # 0 +0x8EA3A5DF 0x5C2B # 0 +0x8EA3A5E1 0x5C84 # 0 +0x8EA3A5E2 0x5C8E # 0 +0x8EA3A5E3 0x5C9C # 0 +0x8EA3A5E6 0x5C85 # 0 +0x8EA3A5E7 0x5DF5 # 0 +0x8EA3A5E8 0x5E09 # 0 +0x8EA3A5EB 0x5E0B # 0 +0x8EA3A5ED 0x5E92 # 0 +0x8EA3A5EE 0x5E90 # 0 +0x8EA3A5EF 0x5F03 # 0 +0x8EA3A5F1 0x5F1E # 0 +0x8EA3A5F2 0x5F63 # 0 +0x8EA3A5F4 0x5FE7 # 0 +0x8EA3A5F5 0x5FFE # 0 +0x8EA3A5F6 0x5FE6 # 0 +0x8EA3A5F7 0x5FDC # 0 +0x8EA3A5F8 0x5FCE # 0 +0x8EA3A5FA 0x5FFC # 0 +0x8EA3A5FB 0x5FDF # 0 +0x8EA3A5FC 0x5FEC # 0 +0x8EA3A5FD 0x5FF6 # 0 +0x8EA3A6A1 0x5FF2 # 0 +0x8EA3A6A2 0x5FF0 # 0 +0x8EA3A6A3 0x5FF9 # 0 +0x8EA3A6A5 0x6213 # 0 +0x8EA3A6A8 0x623B # 0 +0x8EA3A6A9 0x623C # 0 +0x8EA3A6AA 0x6282 # 0 +0x8EA3A6AE 0x6278 # 0 +0x8EA3A6AF 0x628B # 0 +0x8EA3A6B1 0x629E # 0 +0x8EA3A6B2 0x62A5 # 0 +0x8EA3A6B3 0x629B # 0 +0x8EA3A6B4 0x629C # 0 +0x8EA3A6B5 0x6299 # 0 +0x8EA3A6B6 0x628D # 0 +0x8EA3A6B7 0x6285 # 0 +0x8EA3A6B8 0x629D # 0 +0x8EA3A6B9 0x6275 # 0 +0x8EA3A6BD 0x65F6 # 0 +0x8EA3A6C1 0x66F5 # 0 +0x8EA3A6C2 0x675B # 0 +0x8EA3A6C4 0x6754 # 0 +0x8EA3A6C5 0x6752 # 0 +0x8EA3A6C7 0x6758 # 0 +0x8EA3A6C8 0x6744 # 0 +0x8EA3A6C9 0x674A # 0 +0x8EA3A6CA 0x6761 # 0 +0x8EA3A6CC 0x6C7F # 0 +0x8EA3A6CD 0x6C91 # 0 +0x8EA3A6CE 0x6C9E # 0 +0x8EA3A6D0 0x6C6E # 0 +0x8EA3A6D1 0x6C7C # 0 +0x8EA3A6D2 0x6C9F # 0 +0x8EA3A6D3 0x6C75 # 0 +0x8EA3A6D5 0x6C56 # 0 +0x8EA3A6D6 0x6CA2 # 0 +0x8EA3A6D7 0x6C79 # 0 +0x8EA3A6D9 0x6CA1 # 0 +0x8EA3A6DB 0x6CAA # 0 +0x8EA3A6DC 0x6CA0 # 0 +0x8EA3A6DE 0x7079 # 0 +0x8EA3A6DF 0x7077 # 0 +0x8EA3A6E0 0x707E # 0 +0x8EA3A6E2 0x7075 # 0 +0x8EA3A6E3 0x707B # 0 +0x8EA3A6E4 0x7264 # 0 +0x8EA3A6E6 0x72BB # 0 +0x8EA3A6E7 0x72BC # 0 +0x8EA3A6E8 0x72C7 # 0 +0x8EA3A6E9 0x72B9 # 0 +0x8EA3A6EA 0x72BE # 0 +0x8EA3A6EB 0x72B6 # 0 +0x8EA3A6EE 0x7398 # 0 +0x8EA3A6F3 0x7593 # 0 +0x8EA3A6F4 0x7680 # 0 +0x8EA3A6F6 0x7683 # 0 +0x8EA3A6F7 0x76C0 # 0 +0x8EA3A6F8 0x76C1 # 0 +0x8EA3A6FB 0x77F4 # 0 +0x8EA3A6FC 0x77F5 # 0 +0x8EA3A6FE 0x7ACC # 0 +0x8EA3A7A1 0x7ACD # 0 +0x8EA3A7A2 0x7CFA # 0 +0x8EA3A7A3 0x809F # 0 +0x8EA3A7A4 0x8091 # 0 +0x8EA3A7A5 0x8097 # 0 +0x8EA3A7A6 0x8094 # 0 +0x8EA3A7A8 0x8286 # 0 +0x8EA3A7A9 0x828C # 0 +0x8EA3A7AB 0x8295 # 0 +0x8EA3A7AD 0x866C # 0 +0x8EA3A7AF 0x8FB5 # 0 +0x8EA3A7B0 0x8FBE # 0 +0x8EA3A7B1 0x8FC7 # 0 +0x8EA3A7B3 0x8FC1 # 0 +0x8EA3A7B4 0x90A9 # 0 +0x8EA3A7B5 0x90A4 # 0 +0x8EA3A7B9 0x90A8 # 0 +0x8EA3A7BA 0x9627 # 0 +0x8EA3A7BB 0x9626 # 0 +0x8EA3A7BC 0x962B # 0 +0x8EA3A7BD 0x9633 # 0 +0x8EA3A7BE 0x9634 # 0 +0x8EA3A7BF 0x9629 # 0 +0x8EA3A7C0 0x4E3D # 0 +0x8EA3A7C2 0x4E9D # 0 +0x8EA3A7C3 0x4F93 # 0 +0x8EA3A7C4 0x4F8A # 0 +0x8EA3A7C7 0x4F6D # 0 +0x8EA3A7C8 0x4F8E # 0 +0x8EA3A7C9 0x4FA0 # 0 +0x8EA3A7CA 0x4FA2 # 0 +0x8EA3A7CB 0x4FA1 # 0 +0x8EA3A7CC 0x4F9F # 0 +0x8EA3A7CD 0x4FA3 # 0 +0x8EA3A7CF 0x4F72 # 0 +0x8EA3A7D1 0x4F8C # 0 +0x8EA3A7D2 0x5156 # 0 +0x8EA3A7D5 0x5190 # 0 +0x8EA3A7D9 0x51ED # 0 +0x8EA3A7DA 0x51FE # 0 +0x8EA3A7DB 0x522F # 0 +0x8EA3A7DD 0x523C # 0 +0x8EA3A7DE 0x5234 # 0 +0x8EA3A7DF 0x5239 # 0 +0x8EA3A7E0 0x52B9 # 0 +0x8EA3A7E1 0x52B5 # 0 +0x8EA3A7E2 0x52BF # 0 +0x8EA3A7E3 0x5355 # 0 +0x8EA3A7E5 0x5376 # 0 +0x8EA3A7E6 0x537A # 0 +0x8EA3A7E7 0x5393 # 0 +0x8EA3A7E9 0x53C1 # 0 +0x8EA3A7EA 0x53C2 # 0 +0x8EA3A7EB 0x53D5 # 0 +0x8EA3A7EC 0x5485 # 0 +0x8EA3A7EE 0x545F # 0 +0x8EA3A7EF 0x5493 # 0 +0x8EA3A7F0 0x5489 # 0 +0x8EA3A7F1 0x5479 # 0 +0x8EA3A7F2 0x9EFE # 0 +0x8EA3A7F3 0x548F # 0 +0x8EA3A7F4 0x5469 # 0 +0x8EA3A7F5 0x546D # 0 +0x8EA3A7F7 0x5494 # 0 +0x8EA3A7F8 0x546A # 0 +0x8EA3A7F9 0x548A # 0 +0x8EA3A7FB 0x56FD # 0 +0x8EA3A7FC 0x56FB # 0 +0x8EA3A7FD 0x56F8 # 0 +0x8EA3A8A1 0x56FC # 0 +0x8EA3A8A2 0x56F6 # 0 +0x8EA3A8A3 0x5765 # 0 +0x8EA3A8A4 0x5781 # 0 +0x8EA3A8A5 0x5763 # 0 +0x8EA3A8A6 0x5767 # 0 +0x8EA3A8A8 0x576E # 0 +0x8EA3A8A9 0x5778 # 0 +0x8EA3A8AA 0x577F # 0 +0x8EA3A8AD 0x58F3 # 0 +0x8EA3A8AE 0x594B # 0 +0x8EA3A8AF 0x594C # 0 +0x8EA3A8B3 0x59AD # 0 +0x8EA3A8B5 0x59C4 # 0 +0x8EA3A8B7 0x59C2 # 0 +0x8EA3A8B8 0x59B0 # 0 +0x8EA3A8BD 0x59BF # 0 +0x8EA3A8BF 0x59C9 # 0 +0x8EA3A8C0 0x59B8 # 0 +0x8EA3A8C1 0x59AC # 0 +0x8EA3A8C5 0x59B7 # 0 +0x8EA3A8C6 0x59D7 # 0 +0x8EA3A8C8 0x5B60 # 0 +0x8EA3A8CA 0x5B96 # 0 +0x8EA3A8CB 0x5B9E # 0 +0x8EA3A8CC 0x5B94 # 0 +0x8EA3A8CD 0x5B9F # 0 +0x8EA3A8CE 0x5B9D # 0 +0x8EA3A8D0 0x5C00 # 0 +0x8EA3A8D1 0x5C19 # 0 +0x8EA3A8D4 0x5C49 # 0 +0x8EA3A8D5 0x5C4A # 0 +0x8EA3A8D7 0x5CBB # 0 +0x8EA3A8D8 0x5CC1 # 0 +0x8EA3A8DC 0x5CB9 # 0 +0x8EA3A8DD 0x5C9E # 0 +0x8EA3A8DE 0x5CB4 # 0 +0x8EA3A8DF 0x5CBA # 0 +0x8EA3A8E0 0x5DF6 # 0 +0x8EA3A8E1 0x5E13 # 0 +0x8EA3A8E2 0x5E12 # 0 +0x8EA3A8E3 0x5E77 # 0 +0x8EA3A8E5 0x5E98 # 0 +0x8EA3A8E7 0x5E99 # 0 +0x8EA3A8E8 0x5E9D # 0 +0x8EA3A8E9 0x5EF8 # 0 +0x8EA3A8EB 0x5EF9 # 0 +0x8EA3A8ED 0x5F06 # 0 +0x8EA3A8EE 0x5F21 # 0 +0x8EA3A8F0 0x5F25 # 0 +0x8EA3A8F1 0x5F55 # 0 +0x8EA3A8F5 0x5F84 # 0 +0x8EA3A8F6 0x5F83 # 0 +0x8EA3A8F7 0x6030 # 0 +0x8EA3A8F8 0x6007 # 0 +0x8EA3A8FA 0x6036 # 0 +0x8EA3A8FE 0x5FE9 # 0 +0x8EA3A9A1 0x603D # 0 +0x8EA3A9A2 0x6008 # 0 +0x8EA3A9A5 0x62BA # 0 +0x8EA3A9A6 0x62B2 # 0 +0x8EA3A9A8 0x62B7 # 0 +0x8EA3A9A9 0x62E4 # 0 +0x8EA3A9AA 0x62A7 # 0 +0x8EA3A9AE 0x62D5 # 0 +0x8EA3A9AF 0x62E1 # 0 +0x8EA3A9B0 0x62DD # 0 +0x8EA3A9B1 0x62A6 # 0 +0x8EA3A9B2 0x62C1 # 0 +0x8EA3A9B3 0x62C5 # 0 +0x8EA3A9B4 0x62C0 # 0 +0x8EA3A9B5 0x62DF # 0 +0x8EA3A9B6 0x62E0 # 0 +0x8EA3A9B7 0x62DE # 0 +0x8EA3A9B9 0x6589 # 0 +0x8EA3A9BB 0x65A6 # 0 +0x8EA3A9BC 0x65BA # 0 +0x8EA3A9BE 0x65FF # 0 +0x8EA3A9C0 0x6617 # 0 +0x8EA3A9C1 0x6618 # 0 +0x8EA3A9C2 0x6601 # 0 +0x8EA3A9C3 0x65FE # 0 +0x8EA3A9C5 0x670C # 0 +0x8EA3A9C7 0x676B # 0 +0x8EA3A9C8 0x6796 # 0 +0x8EA3A9C9 0x6782 # 0 +0x8EA3A9CA 0x678A # 0 +0x8EA3A9CC 0x67A3 # 0 +0x8EA3A9CE 0x67A2 # 0 +0x8EA3A9CF 0x678F # 0 +0x8EA3A9D1 0x67F9 # 0 +0x8EA3A9D2 0x6780 # 0 +0x8EA3A9D3 0x6B26 # 0 +0x8EA3A9D4 0x6B27 # 0 +0x8EA3A9D5 0x6B68 # 0 +0x8EA3A9D6 0x6B69 # 0 +0x8EA3A9D8 0x6B81 # 0 +0x8EA3A9D9 0x6BB4 # 0 +0x8EA3A9DA 0x6BD1 # 0 +0x8EA3A9DD 0x6C1C # 0 +0x8EA3A9E3 0x6C97 # 0 +0x8EA3A9E4 0x6C6C # 0 +0x8EA3A9E5 0x6CDF # 0 +0x8EA3A9E7 0x6CEA # 0 +0x8EA3A9E9 0x6CE4 # 0 +0x8EA3A9EA 0x6CD8 # 0 +0x8EA3A9EB 0x6CB2 # 0 +0x8EA3A9EC 0x6CCE # 0 +0x8EA3A9ED 0x6CC8 # 0 +0x8EA3A9EF 0x708B # 0 +0x8EA3A9F0 0x7088 # 0 +0x8EA3A9F1 0x7090 # 0 +0x8EA3A9F2 0x708F # 0 +0x8EA3A9F4 0x7087 # 0 +0x8EA3A9F5 0x7089 # 0 +0x8EA3A9F6 0x708D # 0 +0x8EA3A9F7 0x7081 # 0 +0x8EA3A9F9 0x708C # 0 +0x8EA3A9FC 0x7240 # 0 +0x8EA3AAA1 0x7265 # 0 +0x8EA3AAA2 0x7266 # 0 +0x8EA3AAA3 0x7268 # 0 +0x8EA3AAA6 0x72CD # 0 +0x8EA3AAA7 0x72D3 # 0 +0x8EA3AAA8 0x72DB # 0 +0x8EA3AAAA 0x72CF # 0 +0x8EA3AAAB 0x73A7 # 0 +0x8EA3AAAC 0x73A3 # 0 +0x8EA3AAAD 0x739E # 0 +0x8EA3AAAF 0x73AF # 0 +0x8EA3AAB2 0x73AA # 0 +0x8EA3AAB3 0x739C # 0 +0x8EA3AAB5 0x7542 # 0 +0x8EA3AAB6 0x7544 # 0 +0x8EA3AAB7 0x753B # 0 +0x8EA3AAB8 0x7541 # 0 +0x8EA3AABA 0x759B # 0 +0x8EA3AABB 0x759E # 0 +0x8EA3AABD 0x79C4 # 0 +0x8EA3AABE 0x79C3 # 0 +0x8EA3AABF 0x79C6 # 0 +0x8EA3AAC2 0x79C7 # 0 +0x8EA3AAC4 0x79CA # 0 +0x8EA3AAC7 0x7ACF # 0 +0x8EA3AAC8 0x7C76 # 0 +0x8EA3AAC9 0x7C74 # 0 +0x8EA3AACA 0x7CFF # 0 +0x8EA3AACB 0x7CFC # 0 +0x8EA3AACE 0x7F59 # 0 +0x8EA3AACF 0x80A8 # 0 +0x8EA3AAD2 0x80B0 # 0 +0x8EA3AAD4 0x80B3 # 0 +0x8EA3AAD6 0x80A4 # 0 +0x8EA3AAD7 0x80B6 # 0 +0x8EA3AAD8 0x80A7 # 0 +0x8EA3AAD9 0x80AC # 0 +0x8EA3AADB 0x80A6 # 0 +0x8EA3AADC 0x5367 # 0 +0x8EA3AADD 0x820E # 0 +0x8EA3AADE 0x82C4 # 0 +0x8EA3AADF 0x833E # 0 +0x8EA3AAE0 0x829C # 0 +0x8EA3AAE6 0x82AA # 0 +0x8EA3AAE8 0x82C9 # 0 +0x8EA3AAEB 0x82A6 # 0 +0x8EA3AAEC 0x82B2 # 0 +0x8EA3AAF0 0x8FCC # 0 +0x8EA3AAF1 0x8FD9 # 0 +0x8EA3AAF2 0x8FCA # 0 +0x8EA3AAF3 0x8FD8 # 0 +0x8EA3AAF4 0x8FCF # 0 +0x8EA3AAF5 0x90B7 # 0 +0x8EA3AAF7 0x90AD # 0 +0x8EA3AAF8 0x90B9 # 0 +0x8EA3AAF9 0x9637 # 0 +0x8EA3AAFB 0x9641 # 0 +0x8EA3AAFC 0x963E # 0 +0x8EA3AAFD 0x96B6 # 0 +0x8EA3AAFE 0x9751 # 0 +0x8EA3ABA1 0x9763 # 0 +0x8EA3ABA2 0x4E57 # 0 +0x8EA3ABA3 0x4E79 # 0 +0x8EA3ABA4 0x4EB2 # 0 +0x8EA3ABA5 0x4EB0 # 0 +0x8EA3ABA6 0x4EAF # 0 +0x8EA3ABA7 0x4EB1 # 0 +0x8EA3ABA8 0x4FD2 # 0 +0x8EA3ABA9 0x4FD5 # 0 +0x8EA3ABAB 0x4FBE # 0 +0x8EA3ABAC 0x4FB8 # 0 +0x8EA3ABAD 0x4FB0 # 0 +0x8EA3ABAE 0x4FB1 # 0 +0x8EA3ABAF 0x4FC8 # 0 +0x8EA3ABB2 0x4FC6 # 0 +0x8EA3ABB3 0x4FCC # 0 +0x8EA3ABB4 0x4FE5 # 0 +0x8EA3ABB5 0x4FE3 # 0 +0x8EA3ABB6 0x4FB4 # 0 +0x8EA3ABB7 0x516A # 0 +0x8EA3ABB9 0x519F # 0 +0x8EA3ABBB 0x51C1 # 0 +0x8EA3ABBD 0x51C2 # 0 +0x8EA3ABBE 0x51C3 # 0 +0x8EA3ABBF 0x5245 # 0 +0x8EA3ABC0 0x5248 # 0 +0x8EA3ABC3 0x524F # 0 +0x8EA3ABC6 0x52C5 # 0 +0x8EA3ABC7 0x52CA # 0 +0x8EA3ABC8 0x52C4 # 0 +0x8EA3ABC9 0x5327 # 0 +0x8EA3ABCA 0x5358 # 0 +0x8EA3ABCB 0x537D # 0 +0x8EA3ABCD 0x53DD # 0 +0x8EA3ABCE 0x53DC # 0 +0x8EA3ABCF 0x53DA # 0 +0x8EA3ABD0 0x53D9 # 0 +0x8EA3ABD1 0x54B9 # 0 +0x8EA3ABD3 0x54D0 # 0 +0x8EA3ABD4 0x54B4 # 0 +0x8EA3ABD5 0x54CA # 0 +0x8EA3ABD7 0x54A3 # 0 +0x8EA3ABD8 0x54DA # 0 +0x8EA3ABD9 0x54A4 # 0 +0x8EA3ABDB 0x54B2 # 0 +0x8EA3ABDC 0x549E # 0 +0x8EA3ABDD 0x549F # 0 +0x8EA3ABDE 0x54B5 # 0 +0x8EA3ABE1 0x54CD # 0 +0x8EA3ABE3 0x54CC # 0 +0x8EA3ABE5 0x5700 # 0 +0x8EA3ABE6 0x57AC # 0 +0x8EA3ABE7 0x5791 # 0 +0x8EA3ABE8 0x578E # 0 +0x8EA3ABE9 0x578D # 0 +0x8EA3ABEA 0x5792 # 0 +0x8EA3ABEB 0x57A1 # 0 +0x8EA3ABEC 0x5790 # 0 +0x8EA3ABED 0x57A6 # 0 +0x8EA3ABEE 0x57A8 # 0 +0x8EA3ABF0 0x579C # 0 +0x8EA3ABF1 0x5796 # 0 +0x8EA3ABF2 0x57A7 # 0 +0x8EA3ABF7 0x58F5 # 0 +0x8EA3ABF9 0x5909 # 0 +0x8EA3ABFA 0x5908 # 0 +0x8EA3ABFC 0x5952 # 0 +0x8EA3ACA1 0x59DF # 0 +0x8EA3ACA3 0x59EB # 0 +0x8EA3ACA4 0x59EF # 0 +0x8EA3ACA5 0x59F0 # 0 +0x8EA3ACA6 0x59D5 # 0 +0x8EA3ACA7 0x5A0D # 0 +0x8EA3ACA8 0x5A04 # 0 +0x8EA3ACA9 0x59F9 # 0 +0x8EA3ACAA 0x5A02 # 0 +0x8EA3ACAB 0x59F8 # 0 +0x8EA3ACAC 0x59E2 # 0 +0x8EA3ACAD 0x59D9 # 0 +0x8EA3ACAE 0x59E7 # 0 +0x8EA3ACAF 0x5B6A # 0 +0x8EA3ACB2 0x5BAB # 0 +0x8EA3ACB4 0x5C1B # 0 +0x8EA3ACB5 0x5C2F # 0 +0x8EA3ACB7 0x663C # 0 +0x8EA3ACBB 0x5CD1 # 0 +0x8EA3ACBC 0x5CDC # 0 +0x8EA3ACBD 0x5CE6 # 0 +0x8EA3ACBE 0x5CE1 # 0 +0x8EA3ACBF 0x5CCD # 0 +0x8EA3ACC1 0x5CE2 # 0 +0x8EA3ACC2 0x5CDD # 0 +0x8EA3ACC3 0x5CE5 # 0 +0x8EA3ACC4 0x5DFB # 0 +0x8EA3ACC5 0x5DFA # 0 +0x8EA3ACC6 0x5E1E # 0 +0x8EA3ACC8 0x5EA1 # 0 +0x8EA3ACCB 0x5EFC # 0 +0x8EA3ACCC 0x5EFB # 0 +0x8EA3ACCD 0x5F2F # 0 +0x8EA3ACD0 0x5F66 # 0 +0x8EA3ACD4 0x605C # 0 +0x8EA3ACD6 0x604E # 0 +0x8EA3ACD7 0x6051 # 0 +0x8EA3ACDA 0x6023 # 0 +0x8EA3ACDB 0x6031 # 0 +0x8EA3ACDC 0x607C # 0 +0x8EA3ACDD 0x6052 # 0 +0x8EA3ACDF 0x6060 # 0 +0x8EA3ACE0 0x604A # 0 +0x8EA3ACE1 0x6061 # 0 +0x8EA3ACE3 0x6218 # 0 +0x8EA3ACEB 0x631F # 0 +0x8EA3ACEC 0x6317 # 0 +0x8EA3ACED 0x62EA # 0 +0x8EA3ACEE 0x6321 # 0 +0x8EA3ACEF 0x6304 # 0 +0x8EA3ACF0 0x6305 # 0 +0x8EA3ACF2 0x6531 # 0 +0x8EA3ACF3 0x6544 # 0 +0x8EA3ACF4 0x6540 # 0 +0x8EA3ACF6 0x6542 # 0 +0x8EA3ACF7 0x65BE # 0 +0x8EA3ACF9 0x6629 # 0 +0x8EA3ACFA 0x661B # 0 +0x8EA3ACFC 0x6623 # 0 +0x8EA3ACFD 0x662C # 0 +0x8EA3ACFE 0x661A # 0 +0x8EA3ADA1 0x6630 # 0 +0x8EA3ADA2 0x663B # 0 +0x8EA3ADA3 0x661E # 0 +0x8EA3ADA4 0x6637 # 0 +0x8EA3ADA5 0x6638 # 0 +0x8EA3ADA7 0x670E # 0 +0x8EA3ADAA 0x67E8 # 0 +0x8EA3ADAB 0x67D6 # 0 +0x8EA3ADAD 0x67C7 # 0 +0x8EA3ADAE 0x67BC # 0 +0x8EA3ADAF 0x6852 # 0 +0x8EA3ADB0 0x67BF # 0 +0x8EA3ADB1 0x67D5 # 0 +0x8EA3ADB2 0x67FE # 0 +0x8EA3ADB3 0x8363 # 0 +0x8EA3ADB4 0x67FB # 0 +0x8EA3ADB6 0x67B1 # 0 +0x8EA3ADB7 0x6801 # 0 +0x8EA3ADB8 0x6805 # 0 +0x8EA3ADB9 0x6800 # 0 +0x8EA3ADBA 0x67D7 # 0 +0x8EA3ADBC 0x6B2A # 0 +0x8EA3ADBD 0x6B6B # 0 +0x8EA3ADC2 0x6BE1 # 0 +0x8EA3ADC5 0x6D23 # 0 +0x8EA3ADC6 0x6CFF # 0 +0x8EA3ADC7 0x6D14 # 0 +0x8EA3ADC8 0x6D05 # 0 +0x8EA3ADC9 0x6D13 # 0 +0x8EA3ADCA 0x6D06 # 0 +0x8EA3ADCB 0x6D21 # 0 +0x8EA3ADCD 0x6D15 # 0 +0x8EA3ADCE 0x6CAF # 0 +0x8EA3ADCF 0x6CF4 # 0 +0x8EA3ADD0 0x6D02 # 0 +0x8EA3ADD1 0x6D45 # 0 +0x8EA3ADD3 0x6D26 # 0 +0x8EA3ADD5 0x6D44 # 0 +0x8EA3ADD7 0x6D24 # 0 +0x8EA3ADD8 0x70A5 # 0 +0x8EA3ADDA 0x70A3 # 0 +0x8EA3ADDC 0x70A2 # 0 +0x8EA3ADDD 0x70BB # 0 +0x8EA3ADDE 0x70A0 # 0 +0x8EA3ADDF 0x70AA # 0 +0x8EA3ADE2 0x70A8 # 0 +0x8EA3ADE3 0x70B6 # 0 +0x8EA3ADE4 0x70B2 # 0 +0x8EA3ADE5 0x70A7 # 0 +0x8EA3ADE8 0x70B9 # 0 +0x8EA3ADE9 0x722E # 0 +0x8EA3ADEB 0x723C # 0 +0x8EA3ADED 0x726D # 0 +0x8EA3ADF0 0x72E7 # 0 +0x8EA3ADF1 0x72ED # 0 +0x8EA3ADF3 0x72EC # 0 +0x8EA3ADF4 0x72E5 # 0 +0x8EA3ADF5 0x72E2 # 0 +0x8EA3ADF7 0x73C4 # 0 +0x8EA3ADF8 0x73BD # 0 +0x8EA3ADF9 0x73CF # 0 +0x8EA3ADFA 0x73C9 # 0 +0x8EA3ADFB 0x73C1 # 0 +0x8EA3ADFC 0x73D0 # 0 +0x8EA3ADFE 0x73CE # 0 +0x8EA3AEA1 0x74ED # 0 +0x8EA3AEA2 0x74EB # 0 +0x8EA3AEA4 0x74EF # 0 +0x8EA3AEA5 0x7549 # 0 +0x8EA3AEA6 0x7550 # 0 +0x8EA3AEA7 0x7546 # 0 +0x8EA3AEA8 0x754A # 0 +0x8EA3AEAA 0x754D # 0 +0x8EA3AEAB 0x75A6 # 0 +0x8EA3AEAF 0x75A8 # 0 +0x8EA3AEB2 0x76C7 # 0 +0x8EA3AEB3 0x76FF # 0 +0x8EA3AEB5 0x76FD # 0 +0x8EA3AEB6 0x77E6 # 0 +0x8EA3AEB7 0x780A # 0 +0x8EA3AEB9 0x7804 # 0 +0x8EA3AEBA 0x780B # 0 +0x8EA3AEBB 0x7807 # 0 +0x8EA3AEBD 0x7815 # 0 +0x8EA3AEBE 0x7808 # 0 +0x8EA3AEC0 0x79D3 # 0 +0x8EA3AEC1 0x79D4 # 0 +0x8EA3AEC2 0x79D0 # 0 +0x8EA3AEC3 0x79D7 # 0 +0x8EA3AEC4 0x7A7C # 0 +0x8EA3AEC7 0x7A7D # 0 +0x8EA3AEC8 0x7A83 # 0 +0x8EA3AEC9 0x7A82 # 0 +0x8EA3AECB 0x7AD4 # 0 +0x8EA3AECC 0x7AD5 # 0 +0x8EA3AECD 0x7AD3 # 0 +0x8EA3AECE 0x7AD0 # 0 +0x8EA3AECF 0x7AD2 # 0 +0x8EA3AED0 0x7AFE # 0 +0x8EA3AED1 0x7AFC # 0 +0x8EA3AED2 0x7C77 # 0 +0x8EA3AED3 0x7C7C # 0 +0x8EA3AED4 0x7C7B # 0 +0x8EA3AEDD 0x7F8F # 0 +0x8EA3AEDE 0x80D3 # 0 +0x8EA3AEE0 0x80CB # 0 +0x8EA3AEE1 0x80D2 # 0 +0x8EA3AEE3 0x8109 # 0 +0x8EA3AEE4 0x80E2 # 0 +0x8EA3AEE5 0x80DF # 0 +0x8EA3AEE6 0x80C6 # 0 +0x8EA3AEE8 0x8224 # 0 +0x8EA3AEE9 0x82F7 # 0 +0x8EA3AEEA 0x82D8 # 0 +0x8EA3AEEB 0x82DD # 0 +0x8EA3AEEE 0x82F8 # 0 +0x8EA3AEEF 0x82FC # 0 +0x8EA3AEF2 0x82E9 # 0 +0x8EA3AEF4 0x82EE # 0 +0x8EA3AEF6 0x82D0 # 0 +0x8EA3AEF7 0x830E # 0 +0x8EA3AEF8 0x82E2 # 0 +0x8EA3AEF9 0x830B # 0 +0x8EA3AEFA 0x82FD # 0 +0x8EA3AEFB 0x5179 # 0 +0x8EA3AEFC 0x8676 # 0 +0x8EA3AEFE 0x8678 # 0 +0x8EA3AFA3 0x8675 # 0 +0x8EA3AFA4 0x867D # 0 +0x8EA3AFA6 0x8842 # 0 +0x8EA3AFA7 0x8866 # 0 +0x8EA3AFA9 0x898C # 0 +0x8EA3AFAA 0x8A05 # 0 +0x8EA3AFAC 0x8A06 # 0 +0x8EA3AFAE 0x8C9F # 0 +0x8EA3AFB0 0x8FF1 # 0 +0x8EA3AFB1 0x8FE7 # 0 +0x8EA3AFB2 0x8FE9 # 0 +0x8EA3AFB3 0x8FEF # 0 +0x8EA3AFB4 0x90C2 # 0 +0x8EA3AFB5 0x90BC # 0 +0x8EA3AFB7 0x90C6 # 0 +0x8EA3AFB8 0x90C0 # 0 +0x8EA3AFBB 0x90CD # 0 +0x8EA3AFBC 0x90C9 # 0 +0x8EA3AFBE 0x90C4 # 0 +0x8EA3AFC0 0x9581 # 0 +0x8EA3AFC2 0x9CEC # 0 +0x8EA3AFC3 0x5032 # 0 +0x8EA3AFC4 0x4FF9 # 0 +0x8EA3AFC5 0x501D # 0 +0x8EA3AFC6 0x4FFF # 0 +0x8EA3AFC7 0x5004 # 0 +0x8EA3AFC8 0x4FF0 # 0 +0x8EA3AFC9 0x5003 # 0 +0x8EA3AFCB 0x5002 # 0 +0x8EA3AFCC 0x4FFC # 0 +0x8EA3AFCD 0x4FF2 # 0 +0x8EA3AFCE 0x5024 # 0 +0x8EA3AFCF 0x5008 # 0 +0x8EA3AFD0 0x5036 # 0 +0x8EA3AFD1 0x502E # 0 +0x8EA3AFD3 0x5010 # 0 +0x8EA3AFD4 0x5038 # 0 +0x8EA3AFD5 0x5039 # 0 +0x8EA3AFD6 0x4FFD # 0 +0x8EA3AFD7 0x5056 # 0 +0x8EA3AFD8 0x4FFB # 0 +0x8EA3AFD9 0x51A3 # 0 +0x8EA3AFDA 0x51A6 # 0 +0x8EA3AFDB 0x51A1 # 0 +0x8EA3AFDE 0x51C7 # 0 +0x8EA3AFDF 0x51C9 # 0 +0x8EA3AFE0 0x5260 # 0 +0x8EA3AFE1 0x5264 # 0 +0x8EA3AFE2 0x5259 # 0 +0x8EA3AFE3 0x5265 # 0 +0x8EA3AFE4 0x5267 # 0 +0x8EA3AFE5 0x5257 # 0 +0x8EA3AFE6 0x5263 # 0 +0x8EA3AFE8 0x5253 # 0 +0x8EA3AFEA 0x52CF # 0 +0x8EA3AFEC 0x52CE # 0 +0x8EA3AFED 0x52D0 # 0 +0x8EA3AFEE 0x52D1 # 0 +0x8EA3AFEF 0x52CC # 0 +0x8EA3AFF3 0x550D # 0 +0x8EA3AFF4 0x54F4 # 0 +0x8EA3AFF6 0x5513 # 0 +0x8EA3AFF7 0x54EF # 0 +0x8EA3AFF8 0x54F5 # 0 +0x8EA3AFF9 0x54F9 # 0 +0x8EA3AFFA 0x5502 # 0 +0x8EA3AFFB 0x5500 # 0 +0x8EA3AFFE 0x5518 # 0 +0x8EA3B0A1 0x54F0 # 0 +0x8EA3B0A2 0x54F6 # 0 +0x8EA3B0A5 0x5519 # 0 +0x8EA3B0A7 0x5705 # 0 +0x8EA3B0A8 0x57C9 # 0 +0x8EA3B0AA 0x57B7 # 0 +0x8EA3B0AB 0x57CD # 0 +0x8EA3B0AF 0x57BE # 0 +0x8EA3B0B0 0x57BB # 0 +0x8EA3B0B2 0x57DB # 0 +0x8EA3B0B3 0x57C8 # 0 +0x8EA3B0B4 0x57C4 # 0 +0x8EA3B0B5 0x57C5 # 0 +0x8EA3B0B6 0x57D1 # 0 +0x8EA3B0B7 0x57CA # 0 +0x8EA3B0B8 0x57C0 # 0 +0x8EA3B0BB 0x5A21 # 0 +0x8EA3B0BC 0x5A2A # 0 +0x8EA3B0BE 0x5A1D # 0 +0x8EA3B0C0 0x5A0B # 0 +0x8EA3B0C5 0x5A22 # 0 +0x8EA3B0C8 0x5A24 # 0 +0x8EA3B0CA 0x5A14 # 0 +0x8EA3B0CB 0x5A31 # 0 +0x8EA3B0CD 0x5A2F # 0 +0x8EA3B0CE 0x5A1A # 0 +0x8EA3B0CF 0x5A12 # 0 +0x8EA3B0D2 0x5A26 # 0 +0x8EA3B0D5 0x5BBC # 0 +0x8EA3B0D6 0x5BBB # 0 +0x8EA3B0D7 0x5BB7 # 0 +0x8EA3B0D8 0x5C05 # 0 +0x8EA3B0D9 0x5C06 # 0 +0x8EA3B0DA 0x5C52 # 0 +0x8EA3B0DB 0x5C53 # 0 +0x8EA3B0DE 0x5CFA # 0 +0x8EA3B0DF 0x5CEB # 0 +0x8EA3B0E1 0x5CF3 # 0 +0x8EA3B0E2 0x5CF5 # 0 +0x8EA3B0E3 0x5CE9 # 0 +0x8EA3B0E4 0x5CEF # 0 +0x8EA3B0E6 0x5E2A # 0 +0x8EA3B0E7 0x5E30 # 0 +0x8EA3B0E8 0x5E2E # 0 +0x8EA3B0E9 0x5E2C # 0 +0x8EA3B0EA 0x5E2F # 0 +0x8EA3B0EB 0x5EAF # 0 +0x8EA3B0EC 0x5EA9 # 0 +0x8EA3B0EE 0x5EFD # 0 +0x8EA3B0EF 0x5F32 # 0 +0x8EA3B0F0 0x5F8E # 0 +0x8EA3B0F1 0x5F93 # 0 +0x8EA3B0F2 0x5F8F # 0 +0x8EA3B0F3 0x604F # 0 +0x8EA3B0F4 0x6099 # 0 +0x8EA3B0F6 0x607E # 0 +0x8EA3B0F8 0x6074 # 0 +0x8EA3B0F9 0x604B # 0 +0x8EA3B0FA 0x6073 # 0 +0x8EA3B0FB 0x6075 # 0 +0x8EA3B0FE 0x6056 # 0 +0x8EA3B1A1 0x60A9 # 0 +0x8EA3B1A2 0x608B # 0 +0x8EA3B1A3 0x60A6 # 0 +0x8EA3B1A5 0x6093 # 0 +0x8EA3B1A6 0x60AE # 0 +0x8EA3B1A7 0x609E # 0 +0x8EA3B1A8 0x60A7 # 0 +0x8EA3B1A9 0x6245 # 0 +0x8EA3B1AC 0x632E # 0 +0x8EA3B1AE 0x6352 # 0 +0x8EA3B1AF 0x6330 # 0 +0x8EA3B1B0 0x635B # 0 +0x8EA3B1B2 0x6319 # 0 +0x8EA3B1B3 0x631B # 0 +0x8EA3B1B5 0x6331 # 0 +0x8EA3B1B6 0x635D # 0 +0x8EA3B1B7 0x6337 # 0 +0x8EA3B1B8 0x6335 # 0 +0x8EA3B1B9 0x6353 # 0 +0x8EA3B1BB 0x635C # 0 +0x8EA3B1BC 0x633F # 0 +0x8EA3B1BD 0x654B # 0 +0x8EA3B1C0 0x658B # 0 +0x8EA3B1C2 0x659A # 0 +0x8EA3B1C3 0x6650 # 0 +0x8EA3B1C4 0x6646 # 0 +0x8EA3B1C5 0x664E # 0 +0x8EA3B1C6 0x6640 # 0 +0x8EA3B1C8 0x664B # 0 +0x8EA3B1C9 0x6648 # 0 +0x8EA3B1CB 0x6660 # 0 +0x8EA3B1CC 0x6644 # 0 +0x8EA3B1CD 0x664D # 0 +0x8EA3B1CF 0x6837 # 0 +0x8EA3B1D0 0x6824 # 0 +0x8EA3B1D3 0x681B # 0 +0x8EA3B1D4 0x6836 # 0 +0x8EA3B1D6 0x682C # 0 +0x8EA3B1D7 0x6819 # 0 +0x8EA3B1D8 0x6856 # 0 +0x8EA3B1D9 0x6847 # 0 +0x8EA3B1DA 0x683E # 0 +0x8EA3B1DB 0x681E # 0 +0x8EA3B1DD 0x6815 # 0 +0x8EA3B1DE 0x6822 # 0 +0x8EA3B1DF 0x6827 # 0 +0x8EA3B1E0 0x6859 # 0 +0x8EA3B1E1 0x6858 # 0 +0x8EA3B1E2 0x6855 # 0 +0x8EA3B1E3 0x6830 # 0 +0x8EA3B1E4 0x6823 # 0 +0x8EA3B1E5 0x6B2E # 0 +0x8EA3B1E6 0x6B2B # 0 +0x8EA3B1E7 0x6B30 # 0 +0x8EA3B1E8 0x6B6C # 0 +0x8EA3B1EA 0x6B8B # 0 +0x8EA3B1EC 0x6BE9 # 0 +0x8EA3B1ED 0x6BEA # 0 +0x8EA3B1EE 0x6BE5 # 0 +0x8EA3B1EF 0x6D6B # 0 +0x8EA3B1F2 0x6D73 # 0 +0x8EA3B1F3 0x6D57 # 0 +0x8EA3B1F6 0x6D5D # 0 +0x8EA3B1F7 0x6D56 # 0 +0x8EA3B1F8 0x6D8F # 0 +0x8EA3B1F9 0x6D5B # 0 +0x8EA3B1FA 0x6D1C # 0 +0x8EA3B1FB 0x6D9A # 0 +0x8EA3B1FC 0x6D9B # 0 +0x8EA3B1FD 0x6D99 # 0 +0x8EA3B2A1 0x6D81 # 0 +0x8EA3B2A2 0x6D71 # 0 +0x8EA3B2A5 0x6D72 # 0 +0x8EA3B2A6 0x6D5C # 0 +0x8EA3B2A7 0x6D96 # 0 +0x8EA3B2A8 0x70C4 # 0 +0x8EA3B2A9 0x70DB # 0 +0x8EA3B2AA 0x70CC # 0 +0x8EA3B2AB 0x70D0 # 0 +0x8EA3B2AC 0x70E3 # 0 +0x8EA3B2AD 0x70DF # 0 +0x8EA3B2AF 0x70D6 # 0 +0x8EA3B2B0 0x70EE # 0 +0x8EA3B2B1 0x70D5 # 0 +0x8EA3B2B6 0x727A # 0 +0x8EA3B2B8 0x72F5 # 0 +0x8EA3B2B9 0x7302 # 0 +0x8EA3B2BC 0x73E2 # 0 +0x8EA3B2BD 0x73EC # 0 +0x8EA3B2BE 0x73D5 # 0 +0x8EA3B2BF 0x73F9 # 0 +0x8EA3B2C0 0x73DF # 0 +0x8EA3B2C1 0x73E6 # 0 +0x8EA3B2C6 0x73E4 # 0 +0x8EA3B2C7 0x73E1 # 0 +0x8EA3B2C8 0x74F3 # 0 +0x8EA3B2CD 0x7556 # 0 +0x8EA3B2CE 0x7555 # 0 +0x8EA3B2CF 0x7558 # 0 +0x8EA3B2D0 0x7557 # 0 +0x8EA3B2D1 0x755E # 0 +0x8EA3B2D2 0x75C3 # 0 +0x8EA3B2D5 0x75B4 # 0 +0x8EA3B2D7 0x75B1 # 0 +0x8EA3B2DA 0x76CB # 0 +0x8EA3B2DB 0x76CC # 0 +0x8EA3B2DC 0x772A # 0 +0x8EA3B2DE 0x7716 # 0 +0x8EA3B2DF 0x770F # 0 +0x8EA3B2E2 0x773F # 0 +0x8EA3B2E3 0x772B # 0 +0x8EA3B2E4 0x770E # 0 +0x8EA3B2E5 0x7724 # 0 +0x8EA3B2E7 0x7721 # 0 +0x8EA3B2E8 0x7718 # 0 +0x8EA3B2E9 0x77DD # 0 +0x8EA3B2EC 0x7824 # 0 +0x8EA3B2ED 0x7836 # 0 +0x8EA3B2EF 0x7958 # 0 +0x8EA3B2F0 0x7959 # 0 +0x8EA3B2F2 0x7962 # 0 +0x8EA3B2F3 0x79DA # 0 +0x8EA3B2F4 0x79D9 # 0 +0x8EA3B2F6 0x79E1 # 0 +0x8EA3B2F7 0x79E5 # 0 +0x8EA3B2F8 0x79E8 # 0 +0x8EA3B2F9 0x79DB # 0 +0x8EA3B2FB 0x79E2 # 0 +0x8EA3B2FC 0x79F0 # 0 +0x8EA3B3A3 0x7ADA # 0 +0x8EA3B3A4 0x7ADD # 0 +0x8EA3B3A6 0x7ADB # 0 +0x8EA3B3A7 0x7ADC # 0 +0x8EA3B3AA 0x7B0D # 0 +0x8EA3B3AB 0x7B0B # 0 +0x8EA3B3AC 0x7B14 # 0 +0x8EA3B3AD 0x7C8E # 0 +0x8EA3B3AE 0x7C86 # 0 +0x8EA3B3B0 0x7C87 # 0 +0x8EA3B3B1 0x7C83 # 0 +0x8EA3B3B2 0x7C8B # 0 +0x8EA3B3B7 0x7D24 # 0 +0x8EA3B3BB 0x7D25 # 0 +0x8EA3B3BC 0x7F62 # 0 +0x8EA3B3BD 0x7F93 # 0 +0x8EA3B3BE 0x7F99 # 0 +0x8EA3B3BF 0x7F97 # 0 +0x8EA3B3C2 0x7FC4 # 0 +0x8EA3B3C3 0x7FC6 # 0 +0x8EA3B3C4 0x800A # 0 +0x8EA3B3C7 0x8040 # 0 +0x8EA3B3C8 0x803C # 0 +0x8EA3B3C9 0x803B # 0 +0x8EA3B3CA 0x80F6 # 0 +0x8EA3B3CB 0x80FF # 0 +0x8EA3B3CC 0x80EE # 0 +0x8EA3B3CD 0x8104 # 0 +0x8EA3B3CE 0x8103 # 0 +0x8EA3B3CF 0x8107 # 0 +0x8EA3B3D2 0x80F7 # 0 +0x8EA3B3D5 0x822D # 0 +0x8EA3B3D7 0x8227 # 0 +0x8EA3B3D8 0x8229 # 0 +0x8EA3B3D9 0x831F # 0 +0x8EA3B3DA 0x8357 # 0 +0x8EA3B3DF 0x8321 # 0 +0x8EA3B3E2 0x8318 # 0 +0x8EA3B3E3 0x8358 # 0 +0x8EA3B3E9 0x8684 # 0 +0x8EA3B3EA 0x869F # 0 +0x8EA3B3EB 0x869B # 0 +0x8EA3B3EC 0x8689 # 0 +0x8EA3B3ED 0x86A6 # 0 +0x8EA3B3EE 0x8692 # 0 +0x8EA3B3EF 0x868F # 0 +0x8EA3B3F0 0x86A0 # 0 +0x8EA3B3F1 0x884F # 0 +0x8EA3B3F2 0x8878 # 0 +0x8EA3B3F3 0x887A # 0 +0x8EA3B3F4 0x886E # 0 +0x8EA3B3F5 0x887B # 0 +0x8EA3B3F6 0x8884 # 0 +0x8EA3B3F7 0x8873 # 0 +0x8EA3B3FA 0x8A0D # 0 +0x8EA3B3FB 0x8A0B # 0 +0x8EA3B3FC 0x8A19 # 0 +0x8EA3B4A5 0x8FF9 # 0 +0x8EA3B4A6 0x9009 # 0 +0x8EA3B4A7 0x9008 # 0 +0x8EA3B4A9 0x90DE # 0 +0x8EA3B4AA 0x9151 # 0 +0x8EA3B4AD 0x91DB # 0 +0x8EA3B4AE 0x91DF # 0 +0x8EA3B4AF 0x91DE # 0 +0x8EA3B4B0 0x91D6 # 0 +0x8EA3B4B1 0x91E0 # 0 +0x8EA3B4B2 0x9585 # 0 +0x8EA3B4B3 0x9660 # 0 +0x8EA3B4B4 0x9659 # 0 +0x8EA3B4B6 0x9656 # 0 +0x8EA3B4B9 0x96BD # 0 +0x8EA3B4BC 0x5042 # 0 +0x8EA3B4BD 0x5059 # 0 +0x8EA3B4BF 0x5044 # 0 +0x8EA3B4C0 0x5066 # 0 +0x8EA3B4C1 0x5052 # 0 +0x8EA3B4C2 0x5054 # 0 +0x8EA3B4C3 0x5071 # 0 +0x8EA3B4C4 0x5050 # 0 +0x8EA3B4C5 0x507B # 0 +0x8EA3B4C6 0x507C # 0 +0x8EA3B4C7 0x5058 # 0 +0x8EA3B4CA 0x5079 # 0 +0x8EA3B4CB 0x506C # 0 +0x8EA3B4CC 0x5078 # 0 +0x8EA3B4CD 0x51A8 # 0 +0x8EA3B4CE 0x51D1 # 0 +0x8EA3B4CF 0x51CF # 0 +0x8EA3B4D0 0x5268 # 0 +0x8EA3B4D1 0x5276 # 0 +0x8EA3B4D2 0x52D4 # 0 +0x8EA3B4D4 0x53A0 # 0 +0x8EA3B4D5 0x53C4 # 0 +0x8EA3B4D7 0x5558 # 0 +0x8EA3B4D8 0x554C # 0 +0x8EA3B4D9 0x5568 # 0 +0x8EA3B4DB 0x5549 # 0 +0x8EA3B4DE 0x555D # 0 +0x8EA3B4DF 0x5529 # 0 +0x8EA3B4E1 0x5554 # 0 +0x8EA3B4E2 0x5553 # 0 +0x8EA3B4E4 0x555A # 0 +0x8EA3B4E6 0x553A # 0 +0x8EA3B4E7 0x553F # 0 +0x8EA3B4E8 0x552B # 0 +0x8EA3B4E9 0x57EA # 0 +0x8EA3B4EB 0x57EF # 0 +0x8EA3B4EE 0x57DD # 0 +0x8EA3B4EF 0x57FE # 0 +0x8EA3B4F1 0x57DE # 0 +0x8EA3B4F2 0x57E6 # 0 +0x8EA3B4F4 0x57E8 # 0 +0x8EA3B4F5 0x57FF # 0 +0x8EA3B4F6 0x5803 # 0 +0x8EA3B4F7 0x58F7 # 0 +0x8EA3B4F8 0x68A6 # 0 +0x8EA3B4F9 0x591F # 0 +0x8EA3B4FB 0x595B # 0 +0x8EA3B4FC 0x595D # 0 +0x8EA3B4FD 0x595E # 0 +0x8EA3B5A2 0x5A2B # 0 +0x8EA3B5A4 0x5A3B # 0 +0x8EA3B5A7 0x5A61 # 0 +0x8EA3B5A8 0x5A3A # 0 +0x8EA3B5A9 0x5A6E # 0 +0x8EA3B5AA 0x5A4B # 0 +0x8EA3B5AB 0x5A6B # 0 +0x8EA3B5AE 0x5A45 # 0 +0x8EA3B5AF 0x5A4E # 0 +0x8EA3B5B0 0x5A68 # 0 +0x8EA3B5B1 0x5A3D # 0 +0x8EA3B5B2 0x5A71 # 0 +0x8EA3B5B3 0x5A3F # 0 +0x8EA3B5B4 0x5A6F # 0 +0x8EA3B5B5 0x5A75 # 0 +0x8EA3B5B7 0x5A73 # 0 +0x8EA3B5B8 0x5A2C # 0 +0x8EA3B5B9 0x5A59 # 0 +0x8EA3B5BA 0x5A54 # 0 +0x8EA3B5BB 0x5A4F # 0 +0x8EA3B5BC 0x5A63 # 0 +0x8EA3B5BF 0x5BC8 # 0 +0x8EA3B5C1 0x5BC3 # 0 +0x8EA3B5C3 0x5C5B # 0 +0x8EA3B5C4 0x5C61 # 0 +0x8EA3B5C6 0x5D21 # 0 +0x8EA3B5C7 0x5D0A # 0 +0x8EA3B5C8 0x5D09 # 0 +0x8EA3B5CA 0x5D2C # 0 +0x8EA3B5CB 0x5D08 # 0 +0x8EA3B5CE 0x5D2A # 0 +0x8EA3B5CF 0x5D15 # 0 +0x8EA3B5D1 0x5D10 # 0 +0x8EA3B5D2 0x5D13 # 0 +0x8EA3B5D4 0x5D2F # 0 +0x8EA3B5D5 0x5D18 # 0 +0x8EA3B5D7 0x5DE3 # 0 +0x8EA3B5D8 0x5E39 # 0 +0x8EA3B5D9 0x5E35 # 0 +0x8EA3B5DA 0x5E3A # 0 +0x8EA3B5DB 0x5E32 # 0 +0x8EA3B5E0 0x5EBB # 0 +0x8EA3B5E1 0x5EBA # 0 +0x8EA3B5E2 0x5F34 # 0 +0x8EA3B5E3 0x5F39 # 0 +0x8EA3B5E8 0x6098 # 0 +0x8EA3B5EA 0x60D0 # 0 +0x8EA3B5EE 0x60D7 # 0 +0x8EA3B5EF 0x60AA # 0 +0x8EA3B5F1 0x60A1 # 0 +0x8EA3B5F2 0x60A4 # 0 +0x8EA3B5F4 0x60EE # 0 +0x8EA3B5F6 0x60E7 # 0 +0x8EA3B5F9 0x60DE # 0 +0x8EA3B5FC 0x637E # 0 +0x8EA3B5FD 0x638B # 0 +0x8EA3B6A2 0x6379 # 0 +0x8EA3B6A3 0x6386 # 0 +0x8EA3B6A4 0x6393 # 0 +0x8EA3B6A6 0x6373 # 0 +0x8EA3B6A7 0x636A # 0 +0x8EA3B6A9 0x636C # 0 +0x8EA3B6AB 0x637F # 0 +0x8EA3B6AD 0x63B2 # 0 +0x8EA3B6AE 0x63BA # 0 +0x8EA3B6B1 0x6366 # 0 +0x8EA3B6B2 0x6374 # 0 +0x8EA3B6B4 0x655A # 0 +0x8EA3B6B6 0x654E # 0 +0x8EA3B6B7 0x654D # 0 +0x8EA3B6B8 0x658D # 0 +0x8EA3B6B9 0x658E # 0 +0x8EA3B6BA 0x65AD # 0 +0x8EA3B6BC 0x65C7 # 0 +0x8EA3B6BD 0x65CA # 0 +0x8EA3B6BF 0x65C9 # 0 +0x8EA3B6C1 0x65E3 # 0 +0x8EA3B6C2 0x6657 # 0 +0x8EA3B6C4 0x6663 # 0 +0x8EA3B6C5 0x6667 # 0 +0x8EA3B6C6 0x671A # 0 +0x8EA3B6C7 0x6719 # 0 +0x8EA3B6C8 0x6716 # 0 +0x8EA3B6CB 0x689E # 0 +0x8EA3B6CC 0x68B6 # 0 +0x8EA3B6CD 0x6898 # 0 +0x8EA3B6CE 0x6873 # 0 +0x8EA3B6D0 0x689A # 0 +0x8EA3B6D1 0x688E # 0 +0x8EA3B6D2 0x68B7 # 0 +0x8EA3B6D3 0x68DB # 0 +0x8EA3B6D4 0x68A5 # 0 +0x8EA3B6D5 0x686C # 0 +0x8EA3B6D6 0x68C1 # 0 +0x8EA3B6D7 0x6884 # 0 +0x8EA3B6DA 0x6895 # 0 +0x8EA3B6DB 0x687A # 0 +0x8EA3B6DC 0x6899 # 0 +0x8EA3B6DE 0x68B8 # 0 +0x8EA3B6DF 0x68B9 # 0 +0x8EA3B6E0 0x6870 # 0 +0x8EA3B6E2 0x6B35 # 0 +0x8EA3B6E4 0x6B90 # 0 +0x8EA3B6E5 0x6BBB # 0 +0x8EA3B6E6 0x6BED # 0 +0x8EA3B6EA 0x6DC1 # 0 +0x8EA3B6EB 0x6DC3 # 0 +0x8EA3B6EC 0x6DCE # 0 +0x8EA3B6EF 0x6DAD # 0 +0x8EA3B6F0 0x6E04 # 0 +0x8EA3B6F2 0x6DB9 # 0 +0x8EA3B6F4 0x6DE7 # 0 +0x8EA3B6F6 0x6E08 # 0 +0x8EA3B6F7 0x6E06 # 0 +0x8EA3B6F9 0x6E0A # 0 +0x8EA3B6FA 0x6DB0 # 0 +0x8EA3B6FC 0x6DF8 # 0 +0x8EA3B6FD 0x6E0C # 0 +0x8EA3B7A1 0x6DB1 # 0 +0x8EA3B7A3 0x6E02 # 0 +0x8EA3B7A4 0x6E07 # 0 +0x8EA3B7A5 0x6E09 # 0 +0x8EA3B7A6 0x6E01 # 0 +0x8EA3B7A7 0x6E17 # 0 +0x8EA3B7A8 0x6DFF # 0 +0x8EA3B7A9 0x6E12 # 0 +0x8EA3B7AC 0x7103 # 0 +0x8EA3B7AD 0x7107 # 0 +0x8EA3B7AE 0x7101 # 0 +0x8EA3B7AF 0x70F5 # 0 +0x8EA3B7B0 0x70F1 # 0 +0x8EA3B7B1 0x7108 # 0 +0x8EA3B7B2 0x70F2 # 0 +0x8EA3B7B3 0x710F # 0 +0x8EA3B7B5 0x70FE # 0 +0x8EA3B7B9 0x731A # 0 +0x8EA3B7BA 0x7310 # 0 +0x8EA3B7BB 0x730E # 0 +0x8EA3B7BC 0x7402 # 0 +0x8EA3B7BD 0x73F3 # 0 +0x8EA3B7C0 0x73FB # 0 +0x8EA3B7C4 0x751B # 0 +0x8EA3B7C5 0x7523 # 0 +0x8EA3B7C6 0x7561 # 0 +0x8EA3B7C7 0x7568 # 0 +0x8EA3B7C9 0x7567 # 0 +0x8EA3B7CA 0x75D3 # 0 +0x8EA3B7CD 0x7690 # 0 +0x8EA3B7D0 0x76D5 # 0 +0x8EA3B7D1 0x76D7 # 0 +0x8EA3B7D2 0x76D6 # 0 +0x8EA3B7D3 0x7730 # 0 +0x8EA3B7D5 0x7726 # 0 +0x8EA3B7D7 0x7740 # 0 +0x8EA3B7D9 0x771E # 0 +0x8EA3B7DD 0x7847 # 0 +0x8EA3B7DF 0x784B # 0 +0x8EA3B7E0 0x7851 # 0 +0x8EA3B7E1 0x784F # 0 +0x8EA3B7E2 0x7842 # 0 +0x8EA3B7E3 0x7846 # 0 +0x8EA3B7E5 0x796E # 0 +0x8EA3B7E6 0x796C # 0 +0x8EA3B7E7 0x79F2 # 0 +0x8EA3B7E9 0x79F1 # 0 +0x8EA3B7EA 0x79F5 # 0 +0x8EA3B7EB 0x79F3 # 0 +0x8EA3B7EC 0x79F9 # 0 +0x8EA3B7F0 0x7A9A # 0 +0x8EA3B7F1 0x7A93 # 0 +0x8EA3B7F2 0x7A91 # 0 +0x8EA3B7F3 0x7AE1 # 0 +0x8EA3B7F6 0x7B21 # 0 +0x8EA3B7F7 0x7B1C # 0 +0x8EA3B7F8 0x7B16 # 0 +0x8EA3B7F9 0x7B17 # 0 +0x8EA3B7FA 0x7B36 # 0 +0x8EA3B7FB 0x7B1F # 0 +0x8EA3B7FD 0x7C93 # 0 +0x8EA3B7FE 0x7C99 # 0 +0x8EA3B8A1 0x7C9A # 0 +0x8EA3B8A2 0x7C9C # 0 +0x8EA3B8A4 0x7D49 # 0 +0x8EA3B8A6 0x7D34 # 0 +0x8EA3B8A7 0x7D37 # 0 +0x8EA3B8A9 0x7D2D # 0 +0x8EA3B8AB 0x7D4C # 0 +0x8EA3B8AE 0x7D48 # 0 +0x8EA3B8B1 0x7F3B # 0 +0x8EA3B8B6 0x8008 # 0 +0x8EA3B8B7 0x801A # 0 +0x8EA3B8B9 0x801D # 0 +0x8EA3B8BB 0x8049 # 0 +0x8EA3B8BC 0x8045 # 0 +0x8EA3B8BD 0x8044 # 0 +0x8EA3B8BE 0x7C9B # 0 +0x8EA3B8C1 0x812A # 0 +0x8EA3B8C2 0x812E # 0 +0x8EA3B8C5 0x8131 # 0 +0x8EA3B8C7 0x811A # 0 +0x8EA3B8C8 0x8134 # 0 +0x8EA3B8C9 0x8117 # 0 +0x8EA3B8CD 0x831D # 0 +0x8EA3B8CE 0x8371 # 0 +0x8EA3B8CF 0x8384 # 0 +0x8EA3B8D0 0x8380 # 0 +0x8EA3B8D1 0x8372 # 0 +0x8EA3B8D2 0x83A1 # 0 +0x8EA3B8D4 0x8379 # 0 +0x8EA3B8D5 0x8391 # 0 +0x8EA3B8D7 0x839F # 0 +0x8EA3B8D8 0x83AD # 0 +0x8EA3B8DB 0x8323 # 0 +0x8EA3B8DD 0x8385 # 0 +0x8EA3B8DE 0x839C # 0 +0x8EA3B8DF 0x83B7 # 0 +0x8EA3B8E0 0x8658 # 0 +0x8EA3B8E1 0x865A # 0 +0x8EA3B8E3 0x8657 # 0 +0x8EA3B8E4 0x86B2 # 0 +0x8EA3B8E6 0x86AE # 0 +0x8EA3B8EA 0x8845 # 0 +0x8EA3B8EB 0x889C # 0 +0x8EA3B8EC 0x8894 # 0 +0x8EA3B8ED 0x88A3 # 0 +0x8EA3B8EE 0x888F # 0 +0x8EA3B8EF 0x88A5 # 0 +0x8EA3B8F0 0x88A9 # 0 +0x8EA3B8F1 0x88A6 # 0 +0x8EA3B8F2 0x888A # 0 +0x8EA3B8F3 0x88A0 # 0 +0x8EA3B8F4 0x8890 # 0 +0x8EA3B8F5 0x8992 # 0 +0x8EA3B8F6 0x8991 # 0 +0x8EA3B8F7 0x8994 # 0 +0x8EA3B8F9 0x8A26 # 0 +0x8EA3B8FA 0x8A32 # 0 +0x8EA3B8FB 0x8A28 # 0 +0x8EA3B8FE 0x8A1C # 0 +0x8EA3B9A2 0x8A2B # 0 +0x8EA3B9A3 0x8A20 # 0 +0x8EA3B9A5 0x8A29 # 0 +0x8EA3B9A9 0x8A21 # 0 +0x8EA3B9AA 0x8C3A # 0 +0x8EA3B9AC 0x8C5B # 0 +0x8EA3B9AD 0x8C58 # 0 +0x8EA3B9AE 0x8C7C # 0 +0x8EA3B9B0 0x8CA6 # 0 +0x8EA3B9B1 0x8CAE # 0 +0x8EA3B9B2 0x8CAD # 0 +0x8EA3B9B3 0x8D65 # 0 +0x8EA3B9B5 0x8D7E # 0 +0x8EA3B9B7 0x8D7C # 0 +0x8EA3B9B8 0x8D7F # 0 +0x8EA3B9B9 0x8D7A # 0 +0x8EA3B9BA 0x8DBD # 0 +0x8EA3B9BD 0x8DC0 # 0 +0x8EA3B9BE 0x8DBB # 0 +0x8EA3B9BF 0x8EAD # 0 +0x8EA3B9C0 0x8EAF # 0 +0x8EA3B9C1 0x8ED6 # 0 +0x8EA3B9C7 0x8ED9 # 0 +0x8EA3B9CA 0x9012 # 0 +0x8EA3B9CB 0x900E # 0 +0x8EA3B9CC 0x9025 # 0 +0x8EA3B9CE 0x9013 # 0 +0x8EA3B9CF 0x90EE # 0 +0x8EA3B9D1 0x90AB # 0 +0x8EA3B9D2 0x90F7 # 0 +0x8EA3B9D4 0x9159 # 0 +0x8EA3B9D5 0x9154 # 0 +0x8EA3B9D6 0x91F2 # 0 +0x8EA3B9D7 0x91F0 # 0 +0x8EA3B9D8 0x91E5 # 0 +0x8EA3B9D9 0x91F6 # 0 +0x8EA3B9DC 0x9587 # 0 +0x8EA3B9DE 0x965A # 0 +0x8EA3B9E1 0x966E # 0 +0x8EA3B9E5 0x9679 # 0 +0x8EA3B9E7 0x98E1 # 0 +0x8EA3B9E8 0x98E6 # 0 +0x8EA3B9EA 0x9EC4 # 0 +0x8EA3B9EB 0x9ED2 # 0 +0x8EA3B9EC 0x4E80 # 0 +0x8EA3B9EE 0x4E81 # 0 +0x8EA3B9EF 0x508F # 0 +0x8EA3B9F0 0x5097 # 0 +0x8EA3B9F1 0x5088 # 0 +0x8EA3B9F2 0x5089 # 0 +0x8EA3B9F5 0x5081 # 0 +0x8EA3B9F6 0x5160 # 0 +0x8EA3B9F9 0x5E42 # 0 +0x8EA3B9FA 0x51D3 # 0 +0x8EA3B9FD 0x51D2 # 0 +0x8EA3B9FE 0x51D6 # 0 +0x8EA3BAA1 0x5273 # 0 +0x8EA3BAA3 0x5270 # 0 +0x8EA3BAA7 0x53A8 # 0 +0x8EA3BAA8 0x53A6 # 0 +0x8EA3BAA9 0x53C5 # 0 +0x8EA3BAAA 0x5597 # 0 +0x8EA3BAAB 0x55DE # 0 +0x8EA3BAAE 0x5596 # 0 +0x8EA3BAAF 0x55B4 # 0 +0x8EA3BAB1 0x5585 # 0 +0x8EA3BAB3 0x559B # 0 +0x8EA3BAB4 0x55A0 # 0 +0x8EA3BAB6 0x5559 # 0 +0x8EA3BAB8 0x5586 # 0 +0x8EA3BABB 0x55AF # 0 +0x8EA3BABC 0x557A # 0 +0x8EA3BAC0 0x559E # 0 +0x8EA3BAC2 0x55A9 # 0 +0x8EA3BAC3 0x570F # 0 +0x8EA3BAC4 0x570E # 0 +0x8EA3BAC5 0x581A # 0 +0x8EA3BAC7 0x581F # 0 +0x8EA3BAC9 0x583C # 0 +0x8EA3BACA 0x5818 # 0 +0x8EA3BACB 0x583E # 0 +0x8EA3BACC 0x5826 # 0 +0x8EA3BACE 0x583A # 0 +0x8EA3BAD0 0x5822 # 0 +0x8EA3BAD2 0x58FB # 0 +0x8EA3BAD3 0x5963 # 0 +0x8EA3BAD4 0x5964 # 0 +0x8EA3BAD6 0x5AA8 # 0 +0x8EA3BAD7 0x5AA3 # 0 +0x8EA3BAD8 0x5A82 # 0 +0x8EA3BAD9 0x5A88 # 0 +0x8EA3BADA 0x5AA1 # 0 +0x8EA3BADB 0x5A85 # 0 +0x8EA3BADC 0x5A98 # 0 +0x8EA3BADE 0x5A99 # 0 +0x8EA3BAE0 0x5A89 # 0 +0x8EA3BAE1 0x5A81 # 0 +0x8EA3BAE2 0x5A96 # 0 +0x8EA3BAE3 0x5A80 # 0 +0x8EA3BAE6 0x5A91 # 0 +0x8EA3BAEB 0x5ACF # 0 +0x8EA3BAF2 0x5A87 # 0 +0x8EA3BAF3 0x5AA0 # 0 +0x8EA3BAF5 0x5A79 # 0 +0x8EA3BAF7 0x5A86 # 0 +0x8EA3BAF8 0x5AAB # 0 +0x8EA3BAF9 0x5AAA # 0 +0x8EA3BAFA 0x5AA4 # 0 +0x8EA3BAFB 0x5A8D # 0 +0x8EA3BAFC 0x5A7E # 0 +0x8EA3BAFE 0x5BD5 # 0 +0x8EA3BBA4 0x5C1E # 0 +0x8EA3BBA5 0x5C5F # 0 +0x8EA3BBA6 0x5C5E # 0 +0x8EA3BBA7 0x5D44 # 0 +0x8EA3BBA8 0x5D3E # 0 +0x8EA3BBAA 0x5D48 # 0 +0x8EA3BBAB 0x5D1C # 0 +0x8EA3BBAD 0x5D5B # 0 +0x8EA3BBAE 0x5D4D # 0 +0x8EA3BBB1 0x5D57 # 0 +0x8EA3BBB3 0x5D53 # 0 +0x8EA3BBB4 0x5D4F # 0 +0x8EA3BBB6 0x5D3B # 0 +0x8EA3BBB7 0x5D46 # 0 +0x8EA3BBBA 0x5E46 # 0 +0x8EA3BBBB 0x5E47 # 0 +0x8EA3BBBD 0x5E48 # 0 +0x8EA3BBBE 0x5EC0 # 0 +0x8EA3BBBF 0x5EBD # 0 +0x8EA3BBC0 0x5EBF # 0 +0x8EA3BBC2 0x5F11 # 0 +0x8EA3BBC4 0x5F3E # 0 +0x8EA3BBC5 0x5F3B # 0 +0x8EA3BBC7 0x5F3A # 0 +0x8EA3BBCB 0x5FA7 # 0 +0x8EA3BBCD 0x60EA # 0 +0x8EA3BBCF 0x6107 # 0 +0x8EA3BBD0 0x6122 # 0 +0x8EA3BBD1 0x610C # 0 +0x8EA3BBD4 0x60B3 # 0 +0x8EA3BBD5 0x60D6 # 0 +0x8EA3BBD6 0x60D2 # 0 +0x8EA3BBD8 0x60E3 # 0 +0x8EA3BBD9 0x60E5 # 0 +0x8EA3BBDA 0x60E9 # 0 +0x8EA3BBDD 0x6111 # 0 +0x8EA3BBDE 0x60FD # 0 +0x8EA3BBE1 0x611E # 0 +0x8EA3BBE2 0x6120 # 0 +0x8EA3BBE3 0x6121 # 0 +0x8EA3BBE4 0x621E # 0 +0x8EA3BBE6 0x63E2 # 0 +0x8EA3BBE7 0x63DE # 0 +0x8EA3BBE8 0x63E6 # 0 +0x8EA3BBED 0x63F8 # 0 +0x8EA3BBEF 0x63FE # 0 +0x8EA3BBF0 0x63C1 # 0 +0x8EA3BBF1 0x63BF # 0 +0x8EA3BBF2 0x63F7 # 0 +0x8EA3BBF3 0x63D1 # 0 +0x8EA3BBF4 0x655F # 0 +0x8EA3BBF5 0x6560 # 0 +0x8EA3BBF6 0x6561 # 0 +0x8EA3BBF9 0x65D1 # 0 +0x8EA3BBFC 0x667D # 0 +0x8EA3BBFD 0x666B # 0 +0x8EA3BBFE 0x667F # 0 +0x8EA3BCA3 0x6673 # 0 +0x8EA3BCA4 0x6681 # 0 +0x8EA3BCA5 0x666D # 0 +0x8EA3BCA6 0x6669 # 0 +0x8EA3BCA9 0x671E # 0 +0x8EA3BCAA 0x68ED # 0 +0x8EA3BCAF 0x6903 # 0 +0x8EA3BCB1 0x68FE # 0 +0x8EA3BCB2 0x68E5 # 0 +0x8EA3BCB3 0x691E # 0 +0x8EA3BCB4 0x6902 # 0 +0x8EA3BCB7 0x6909 # 0 +0x8EA3BCB8 0x68CA # 0 +0x8EA3BCB9 0x6900 # 0 +0x8EA3BCBB 0x6901 # 0 +0x8EA3BCBC 0x6918 # 0 +0x8EA3BCBD 0x68E2 # 0 +0x8EA3BCBE 0x68CF # 0 +0x8EA3BCC0 0x692E # 0 +0x8EA3BCC1 0x68C5 # 0 +0x8EA3BCC2 0x68FF # 0 +0x8EA3BCC4 0x691C # 0 +0x8EA3BCC5 0x68C3 # 0 +0x8EA3BCC7 0x6B6F # 0 +0x8EA3BCC9 0x6B6E # 0 +0x8EA3BCCB 0x6BBE # 0 +0x8EA3BCCD 0x6BF4 # 0 +0x8EA3BCCE 0x6C2D # 0 +0x8EA3BCD0 0x6DB6 # 0 +0x8EA3BCD1 0x6E75 # 0 +0x8EA3BCD2 0x6E1E # 0 +0x8EA3BCD4 0x6E18 # 0 +0x8EA3BCD6 0x6E48 # 0 +0x8EA3BCD8 0x6E4F # 0 +0x8EA3BCDA 0x6E42 # 0 +0x8EA3BCDB 0x6E6A # 0 +0x8EA3BCDC 0x6E70 # 0 +0x8EA3BCDD 0x6DFE # 0 +0x8EA3BCE0 0x6E6D # 0 +0x8EA3BCE2 0x6E7B # 0 +0x8EA3BCE3 0x6E7E # 0 +0x8EA3BCE4 0x6E59 # 0 +0x8EA3BCE6 0x6E57 # 0 +0x8EA3BCE8 0x6E80 # 0 +0x8EA3BCE9 0x6E50 # 0 +0x8EA3BCEB 0x6E29 # 0 +0x8EA3BCEC 0x6E76 # 0 +0x8EA3BCED 0x6E2A # 0 +0x8EA3BCEE 0x6E4C # 0 +0x8EA3BCEF 0x712A # 0 +0x8EA3BCF1 0x7135 # 0 +0x8EA3BCF2 0x712C # 0 +0x8EA3BCF3 0x7137 # 0 +0x8EA3BCF4 0x711D # 0 +0x8EA3BCF7 0x7138 # 0 +0x8EA3BCF9 0x7134 # 0 +0x8EA3BCFA 0x712B # 0 +0x8EA3BCFB 0x7133 # 0 +0x8EA3BCFC 0x7127 # 0 +0x8EA3BCFD 0x7124 # 0 +0x8EA3BDA1 0x712D # 0 +0x8EA3BDA2 0x7232 # 0 +0x8EA3BDA3 0x7283 # 0 +0x8EA3BDA4 0x7282 # 0 +0x8EA3BDA5 0x7287 # 0 +0x8EA3BDA6 0x7306 # 0 +0x8EA3BDA7 0x7324 # 0 +0x8EA3BDA8 0x7338 # 0 +0x8EA3BDA9 0x732A # 0 +0x8EA3BDAA 0x732C # 0 +0x8EA3BDAB 0x732B # 0 +0x8EA3BDAD 0x732F # 0 +0x8EA3BDAE 0x7328 # 0 +0x8EA3BDAF 0x7417 # 0 +0x8EA3BDB2 0x7419 # 0 +0x8EA3BDB3 0x7438 # 0 +0x8EA3BDB5 0x741F # 0 +0x8EA3BDB6 0x7414 # 0 +0x8EA3BDB7 0x743C # 0 +0x8EA3BDB8 0x73F7 # 0 +0x8EA3BDB9 0x741C # 0 +0x8EA3BDBA 0x7415 # 0 +0x8EA3BDBB 0x7418 # 0 +0x8EA3BDBC 0x7439 # 0 +0x8EA3BDBD 0x74F9 # 0 +0x8EA3BDBE 0x7524 # 0 +0x8EA3BDC2 0x756E # 0 +0x8EA3BDC3 0x756D # 0 +0x8EA3BDC4 0x7571 # 0 +0x8EA3BDC5 0x758E # 0 +0x8EA3BDC7 0x75E5 # 0 +0x8EA3BDCC 0x7694 # 0 +0x8EA3BDCD 0x76B3 # 0 +0x8EA3BDCF 0x76D9 # 0 +0x8EA3BDD1 0x7748 # 0 +0x8EA3BDD2 0x7749 # 0 +0x8EA3BDD3 0x7743 # 0 +0x8EA3BDD6 0x7742 # 0 +0x8EA3BDD7 0x77DF # 0 +0x8EA3BDD9 0x7863 # 0 +0x8EA3BDDA 0x7876 # 0 +0x8EA3BDDC 0x785F # 0 +0x8EA3BDDD 0x7866 # 0 +0x8EA3BDDE 0x7966 # 0 +0x8EA3BDDF 0x7971 # 0 +0x8EA3BDE2 0x7976 # 0 +0x8EA3BDE3 0x7984 # 0 +0x8EA3BDE4 0x7975 # 0 +0x8EA3BDE5 0x79FF # 0 +0x8EA3BDE6 0x7A07 # 0 +0x8EA3BDE8 0x7A0E # 0 +0x8EA3BDE9 0x7A09 # 0 +0x8EA3BDF0 0x7AE7 # 0 +0x8EA3BDF1 0x7AE2 # 0 +0x8EA3BDF2 0x7B55 # 0 +0x8EA3BDF5 0x7B43 # 0 +0x8EA3BDF6 0x7B57 # 0 +0x8EA3BDF7 0x7B6C # 0 +0x8EA3BDF8 0x7B42 # 0 +0x8EA3BDF9 0x7B53 # 0 +0x8EA3BDFB 0x7B41 # 0 +0x8EA3BDFE 0x7CA7 # 0 +0x8EA3BEA1 0x7CA0 # 0 +0x8EA3BEA2 0x7CA6 # 0 +0x8EA3BEA3 0x7CA4 # 0 +0x8EA3BEA4 0x7D74 # 0 +0x8EA3BEA6 0x7D59 # 0 +0x8EA3BEA8 0x7D60 # 0 +0x8EA3BEA9 0x7D57 # 0 +0x8EA3BEAA 0x7D6C # 0 +0x8EA3BEAB 0x7D7E # 0 +0x8EA3BEAC 0x7D64 # 0 +0x8EA3BEAE 0x7D5A # 0 +0x8EA3BEAF 0x7D5D # 0 +0x8EA3BEB3 0x7D76 # 0 +0x8EA3BEB4 0x7D4D # 0 +0x8EA3BEB5 0x7D75 # 0 +0x8EA3BEB7 0x7FD3 # 0 +0x8EA3BEB8 0x7FD6 # 0 +0x8EA3BEBB 0x8060 # 0 +0x8EA3BEBC 0x804E # 0 +0x8EA3BEBD 0x8145 # 0 +0x8EA3BEBE 0x813B # 0 +0x8EA3BEC0 0x8148 # 0 +0x8EA3BEC1 0x8142 # 0 +0x8EA3BEC2 0x8149 # 0 +0x8EA3BEC3 0x8140 # 0 +0x8EA3BEC4 0x8114 # 0 +0x8EA3BEC5 0x8141 # 0 +0x8EA3BEC7 0x81EF # 0 +0x8EA3BEC8 0x81F6 # 0 +0x8EA3BEC9 0x8203 # 0 +0x8EA3BECB 0x83ED # 0 +0x8EA3BECD 0x83DA # 0 +0x8EA3BECE 0x8418 # 0 +0x8EA3BECF 0x83D2 # 0 +0x8EA3BED0 0x8408 # 0 +0x8EA3BED2 0x8400 # 0 +0x8EA3BED6 0x8417 # 0 +0x8EA3BED7 0x8346 # 0 +0x8EA3BED8 0x8414 # 0 +0x8EA3BED9 0x83D3 # 0 +0x8EA3BEDA 0x8405 # 0 +0x8EA3BEDB 0x841F # 0 +0x8EA3BEDC 0x8402 # 0 +0x8EA3BEDD 0x8416 # 0 +0x8EA3BEDE 0x83CD # 0 +0x8EA3BEDF 0x83E6 # 0 +0x8EA3BEE1 0x865D # 0 +0x8EA3BEE2 0x86D5 # 0 +0x8EA3BEE3 0x86E1 # 0 +0x8EA3BEE8 0x86EE # 0 +0x8EA3BEE9 0x8847 # 0 +0x8EA3BEEA 0x8846 # 0 +0x8EA3BEED 0x88BB # 0 +0x8EA3BEEF 0x88BF # 0 +0x8EA3BEF0 0x88B4 # 0 +0x8EA3BEF2 0x88B5 # 0 +0x8EA3BEF4 0x899A # 0 +0x8EA3BEF5 0x8A43 # 0 +0x8EA3BEF8 0x8A5A # 0 +0x8EA3BEFC 0x8A35 # 0 +0x8EA3BEFD 0x8A38 # 0 +0x8EA3BEFE 0x8A42 # 0 +0x8EA3BFA1 0x8A49 # 0 +0x8EA3BFA2 0x8A5D # 0 +0x8EA3BFA3 0x8A4B # 0 +0x8EA3BFA4 0x8A3D # 0 +0x8EA3BFA9 0x8C60 # 0 +0x8EA3BFAA 0x8C5E # 0 +0x8EA3BFAB 0x8C7F # 0 +0x8EA3BFAC 0x8C7E # 0 +0x8EA3BFAD 0x8C83 # 0 +0x8EA3BFAF 0x8CB1 # 0 +0x8EA3BFB0 0x8D87 # 0 +0x8EA3BFB3 0x8D88 # 0 +0x8EA3BFB4 0x8D83 # 0 +0x8EA3BFB7 0x8D86 # 0 +0x8EA3BFB8 0x8D8B # 0 +0x8EA3BFB9 0x8D82 # 0 +0x8EA3BFBA 0x8DCA # 0 +0x8EA3BFBB 0x8DD2 # 0 +0x8EA3BFBE 0x8DD4 # 0 +0x8EA3BFBF 0x8DC9 # 0 +0x8EA3BFC0 0x8EB0 # 0 +0x8EA3BFC4 0x8EF2 # 0 +0x8EA3BFC5 0x8EE4 # 0 +0x8EA3BFC6 0x8EF3 # 0 +0x8EA3BFC7 0x8EEA # 0 +0x8EA3BFC9 0x8EFD # 0 +0x8EA3BFCB 0x8F9D # 0 +0x8EA3BFCC 0x902B # 0 +0x8EA3BFCD 0x902A # 0 +0x8EA3BFCF 0x9028 # 0 +0x8EA3BFD0 0x9029 # 0 +0x8EA3BFD1 0x902C # 0 +0x8EA3BFD4 0x903A # 0 +0x8EA3BFD5 0x9030 # 0 +0x8EA3BFD6 0x9037 # 0 +0x8EA3BFD7 0x903B # 0 +0x8EA3BFD9 0x910A # 0 +0x8EA3BFDD 0x91FE # 0 +0x8EA3BFDE 0x9220 # 0 +0x8EA3BFE0 0x920B # 0 +0x8EA3BFE2 0x9218 # 0 +0x8EA3BFE3 0x9222 # 0 +0x8EA3BFE5 0x921B # 0 +0x8EA3BFE6 0x9208 # 0 +0x8EA3BFE8 0x920E # 0 +0x8EA3BFE9 0x9213 # 0 +0x8EA3BFEC 0x9595 # 0 +0x8EA3BFF0 0x968C # 0 +0x8EA3BFF1 0x967B # 0 +0x8EA3BFF2 0x967F # 0 +0x8EA3BFF3 0x9681 # 0 +0x8EA3BFF5 0x9682 # 0 +0x8EA3BFFB 0x96EE # 0 +0x8EA3BFFC 0x96ED # 0 +0x8EA3BFFE 0x96EC # 0 +0x8EA3C0A1 0x975F # 0 +0x8EA3C0A2 0x976F # 0 +0x8EA3C0A4 0x976D # 0 +0x8EA3C0AB 0x98F0 # 0 +0x8EA3C0AF 0x9AA9 # 0 +0x8EA3C0B2 0x9AE0 # 0 +0x8EA3C0B3 0x4EB7 # 0 +0x8EA3C0B6 0x50CC # 0 +0x8EA3C0B7 0x50BC # 0 +0x8EA3C0B9 0x50AA # 0 +0x8EA3C0BA 0x50B9 # 0 +0x8EA3C0BC 0x50AB # 0 +0x8EA3C0BD 0x50C3 # 0 +0x8EA3C0BE 0x50CD # 0 +0x8EA3C0BF 0x517E # 0 +0x8EA3C0C0 0x527E # 0 +0x8EA3C0C1 0x5279 # 0 +0x8EA3C0C4 0x52E1 # 0 +0x8EA3C0C5 0x52E0 # 0 +0x8EA3C0C6 0x52E7 # 0 +0x8EA3C0C7 0x5380 # 0 +0x8EA3C0C8 0x53AB # 0 +0x8EA3C0C9 0x53AA # 0 +0x8EA3C0CA 0x53A9 # 0 +0x8EA3C0CB 0x53E0 # 0 +0x8EA3C0CC 0x55EA # 0 +0x8EA3C0CE 0x55D7 # 0 +0x8EA3C0D1 0x55C1 # 0 +0x8EA3C0D2 0x5715 # 0 +0x8EA3C0D4 0x586C # 0 +0x8EA3C0D6 0x585C # 0 +0x8EA3C0D7 0x5850 # 0 +0x8EA3C0D8 0x5861 # 0 +0x8EA3C0D9 0x586A # 0 +0x8EA3C0DA 0x5869 # 0 +0x8EA3C0DB 0x5856 # 0 +0x8EA3C0DC 0x5860 # 0 +0x8EA3C0DD 0x5866 # 0 +0x8EA3C0DE 0x585F # 0 +0x8EA3C0DF 0x5923 # 0 +0x8EA3C0E0 0x5966 # 0 +0x8EA3C0E1 0x5968 # 0 +0x8EA3C0E4 0x5ACE # 0 +0x8EA3C0E6 0x5AC5 # 0 +0x8EA3C0E7 0x5AC3 # 0 +0x8EA3C0EA 0x5AD0 # 0 +0x8EA3C0F1 0x5B74 # 0 +0x8EA3C0F2 0x5B76 # 0 +0x8EA3C0F3 0x5BDC # 0 +0x8EA3C0F4 0x5BD7 # 0 +0x8EA3C0F5 0x5BDA # 0 +0x8EA3C0F6 0x5BDB # 0 +0x8EA3C0F8 0x5C20 # 0 +0x8EA3C0F9 0x5D6D # 0 +0x8EA3C0FA 0x5D66 # 0 +0x8EA3C0FC 0x5D64 # 0 +0x8EA3C0FD 0x5D6E # 0 +0x8EA3C1A1 0x5D60 # 0 +0x8EA3C1A2 0x5F42 # 0 +0x8EA3C1A3 0x5F5A # 0 +0x8EA3C1A4 0x5F6E # 0 +0x8EA3C1A7 0x6130 # 0 +0x8EA3C1A8 0x613A # 0 +0x8EA3C1A9 0x612A # 0 +0x8EA3C1AA 0x6143 # 0 +0x8EA3C1AB 0x6119 # 0 +0x8EA3C1AC 0x6131 # 0 +0x8EA3C1AE 0x613D # 0 +0x8EA3C1B2 0x6408 # 0 +0x8EA3C1B3 0x6432 # 0 +0x8EA3C1B4 0x6438 # 0 +0x8EA3C1B6 0x6431 # 0 +0x8EA3C1B8 0x6419 # 0 +0x8EA3C1BA 0x6411 # 0 +0x8EA3C1BD 0x6429 # 0 +0x8EA3C1BE 0x641D # 0 +0x8EA3C1C2 0x643C # 0 +0x8EA3C1C4 0x6446 # 0 +0x8EA3C1C5 0x6447 # 0 +0x8EA3C1C8 0x643A # 0 +0x8EA3C1C9 0x6407 # 0 +0x8EA3C1CB 0x656B # 0 +0x8EA3C1CD 0x6570 # 0 +0x8EA3C1CE 0x656D # 0 +0x8EA3C1D0 0x65E4 # 0 +0x8EA3C1D1 0x6693 # 0 +0x8EA3C1D6 0x668F # 0 +0x8EA3C1D9 0x6692 # 0 +0x8EA3C1DB 0x668E # 0 +0x8EA3C1DD 0x6946 # 0 +0x8EA3C1E5 0x6931 # 0 +0x8EA3C1E8 0x693E # 0 +0x8EA3C1EA 0x697C # 0 +0x8EA3C1EB 0x6943 # 0 +0x8EA3C1ED 0x6973 # 0 +0x8EA3C1EF 0x6955 # 0 +0x8EA3C1F2 0x6985 # 0 +0x8EA3C1F3 0x694D # 0 +0x8EA3C1F4 0x6950 # 0 +0x8EA3C1F5 0x6947 # 0 +0x8EA3C1F6 0x6967 # 0 +0x8EA3C1F7 0x6936 # 0 +0x8EA3C1F8 0x6964 # 0 +0x8EA3C1F9 0x6961 # 0 +0x8EA3C1FB 0x697D # 0 +0x8EA3C1FC 0x6B44 # 0 +0x8EA3C1FD 0x6B40 # 0 +0x8EA3C1FE 0x6B71 # 0 +0x8EA3C2A1 0x6B73 # 0 +0x8EA3C2A2 0x6B9C # 0 +0x8EA3C2A6 0x6BC1 # 0 +0x8EA3C2A8 0x6BFA # 0 +0x8EA3C2A9 0x6C31 # 0 +0x8EA3C2AA 0x6C32 # 0 +0x8EA3C2AD 0x6EB8 # 0 +0x8EA3C2AE 0x6EA8 # 0 +0x8EA3C2B0 0x6E91 # 0 +0x8EA3C2B1 0x6EBB # 0 +0x8EA3C2B3 0x6E9A # 0 +0x8EA3C2B6 0x6EA9 # 0 +0x8EA3C2B9 0x6EB5 # 0 +0x8EA3C2BA 0x6E6C # 0 +0x8EA3C2BB 0x6EE8 # 0 +0x8EA3C2BD 0x6EDD # 0 +0x8EA3C2BE 0x6EDA # 0 +0x8EA3C2BF 0x6EE6 # 0 +0x8EA3C2C0 0x6EAC # 0 +0x8EA3C2C4 0x6ED9 # 0 +0x8EA3C2C5 0x6EE3 # 0 +0x8EA3C2C6 0x6EE9 # 0 +0x8EA3C2C7 0x6EDB # 0 +0x8EA3C2C9 0x716F # 0 +0x8EA3C2CC 0x7148 # 0 +0x8EA3C2CE 0x714A # 0 +0x8EA3C2CF 0x716B # 0 +0x8EA3C2D1 0x714F # 0 +0x8EA3C2D2 0x7157 # 0 +0x8EA3C2D3 0x7174 # 0 +0x8EA3C2D7 0x7145 # 0 +0x8EA3C2D8 0x7151 # 0 +0x8EA3C2D9 0x716D # 0 +0x8EA3C2DB 0x7251 # 0 +0x8EA3C2DC 0x7250 # 0 +0x8EA3C2DD 0x724E # 0 +0x8EA3C2DF 0x7341 # 0 +0x8EA3C2E1 0x732E # 0 +0x8EA3C2E2 0x7346 # 0 +0x8EA3C2E4 0x7427 # 0 +0x8EA3C2E6 0x7448 # 0 +0x8EA3C2E7 0x7453 # 0 +0x8EA3C2E8 0x743D # 0 +0x8EA3C2EA 0x745D # 0 +0x8EA3C2EB 0x7456 # 0 +0x8EA3C2ED 0x741E # 0 +0x8EA3C2EE 0x7447 # 0 +0x8EA3C2EF 0x7443 # 0 +0x8EA3C2F0 0x7458 # 0 +0x8EA3C2F1 0x7449 # 0 +0x8EA3C2F3 0x744C # 0 +0x8EA3C2F4 0x7445 # 0 +0x8EA3C2F5 0x743E # 0 +0x8EA3C2F7 0x7501 # 0 +0x8EA3C2F8 0x751E # 0 +0x8EA3C2FB 0x757A # 0 +0x8EA3C2FC 0x75EE # 0 +0x8EA3C2FD 0x7602 # 0 +0x8EA3C2FE 0x7697 # 0 +0x8EA3C3A1 0x7698 # 0 +0x8EA3C3A5 0x775D # 0 +0x8EA3C3A6 0x7764 # 0 +0x8EA3C3A7 0x7753 # 0 +0x8EA3C3A8 0x7758 # 0 +0x8EA3C3A9 0x7882 # 0 +0x8EA3C3AA 0x7890 # 0 +0x8EA3C3AB 0x788A # 0 +0x8EA3C3AD 0x787A # 0 +0x8EA3C3AE 0x787D # 0 +0x8EA3C3B0 0x788B # 0 +0x8EA3C3B1 0x7878 # 0 +0x8EA3C3B4 0x788D # 0 +0x8EA3C3B5 0x7888 # 0 +0x8EA3C3B6 0x7892 # 0 +0x8EA3C3B7 0x7881 # 0 +0x8EA3C3B8 0x797E # 0 +0x8EA3C3B9 0x7983 # 0 +0x8EA3C3BD 0x7980 # 0 +0x8EA3C3C1 0x7A0F # 0 +0x8EA3C3C4 0x7A1D # 0 +0x8EA3C3C6 0x7AA1 # 0 +0x8EA3C3C7 0x7AA4 # 0 +0x8EA3C3C9 0x7AE9 # 0 +0x8EA3C3CA 0x7AEA # 0 +0x8EA3C3CC 0x7B62 # 0 +0x8EA3C3CD 0x7B6B # 0 +0x8EA3C3CF 0x7B5E # 0 +0x8EA3C3D1 0x7B79 # 0 +0x8EA3C3D4 0x7B6F # 0 +0x8EA3C3D5 0x7B68 # 0 +0x8EA3C3D8 0x7CAE # 0 +0x8EA3C3DC 0x7CB0 # 0 +0x8EA3C3DE 0x7D90 # 0 +0x8EA3C3E0 0x7D8A # 0 +0x8EA3C3E2 0x7D8B # 0 +0x8EA3C3E3 0x7D99 # 0 +0x8EA3C3E4 0x7D95 # 0 +0x8EA3C3E6 0x7D87 # 0 +0x8EA3C3E7 0x7D78 # 0 +0x8EA3C3E8 0x7D97 # 0 +0x8EA3C3E9 0x7D89 # 0 +0x8EA3C3EA 0x7D98 # 0 +0x8EA3C3EE 0x7FA3 # 0 +0x8EA3C3F2 0x7FDD # 0 +0x8EA3C3F3 0x8057 # 0 +0x8EA3C3F5 0x8163 # 0 +0x8EA3C3F6 0x816A # 0 +0x8EA3C3F7 0x816C # 0 +0x8EA3C3FB 0x815D # 0 +0x8EA3C3FC 0x8175 # 0 +0x8EA3C3FE 0x815F # 0 +0x8EA3C4A2 0x817D # 0 +0x8EA3C4A3 0x816D # 0 +0x8EA3C4A6 0x8241 # 0 +0x8EA3C4A7 0x844F # 0 +0x8EA3C4A8 0x8484 # 0 +0x8EA3C4AA 0x847F # 0 +0x8EA3C4AC 0x8448 # 0 +0x8EA3C4AD 0x842A # 0 +0x8EA3C4AE 0x847B # 0 +0x8EA3C4AF 0x8472 # 0 +0x8EA3C4B0 0x8464 # 0 +0x8EA3C4B1 0x842E # 0 +0x8EA3C4B2 0x845C # 0 +0x8EA3C4B3 0x8453 # 0 +0x8EA3C4B5 0x8441 # 0 +0x8EA3C4B6 0x84C8 # 0 +0x8EA3C4B8 0x8462 # 0 +0x8EA3C4B9 0x8480 # 0 +0x8EA3C4BA 0x843E # 0 +0x8EA3C4BB 0x8483 # 0 +0x8EA3C4BC 0x8471 # 0 +0x8EA3C4BE 0x844A # 0 +0x8EA3C4BF 0x8455 # 0 +0x8EA3C4C0 0x8458 # 0 +0x8EA3C4C4 0x86FC # 0 +0x8EA3C4C5 0x86FD # 0 +0x8EA3C4C6 0x8715 # 0 +0x8EA3C4C8 0x8716 # 0 +0x8EA3C4C9 0x86FF # 0 +0x8EA3C4CD 0x8858 # 0 +0x8EA3C4CE 0x88CF # 0 +0x8EA3C4CF 0x88E0 # 0 +0x8EA3C4D4 0x89E7 # 0 +0x8EA3C4D5 0x8A6A # 0 +0x8EA3C4D6 0x8A80 # 0 +0x8EA3C4D8 0x8A6F # 0 +0x8EA3C4D9 0x8A65 # 0 +0x8EA3C4DB 0x8A78 # 0 +0x8EA3C4DC 0x8A7D # 0 +0x8EA3C4DD 0x8A88 # 0 +0x8EA3C4E0 0x8A64 # 0 +0x8EA3C4E1 0x8A7E # 0 +0x8EA3C4E3 0x8A67 # 0 +0x8EA3C4E4 0x8C63 # 0 +0x8EA3C4E5 0x8C88 # 0 +0x8EA3C4E7 0x8CCD # 0 +0x8EA3C4E9 0x8CC9 # 0 +0x8EA3C4EB 0x8DED # 0 +0x8EA3C4F3 0x8EB1 # 0 +0x8EA3C4F6 0x8F04 # 0 +0x8EA3C4F7 0x8F9E # 0 +0x8EA3C4F8 0x8FA0 # 0 +0x8EA3C4F9 0x9043 # 0 +0x8EA3C4FA 0x9046 # 0 +0x8EA3C4FB 0x9048 # 0 +0x8EA3C4FC 0x9045 # 0 +0x8EA3C4FD 0x9040 # 0 +0x8EA3C4FE 0x904C # 0 +0x8EA3C5A3 0x910C # 0 +0x8EA3C5A4 0x9113 # 0 +0x8EA3C5A5 0x9115 # 0 +0x8EA3C5A7 0x916B # 0 +0x8EA3C5A8 0x9167 # 0 +0x8EA3C5A9 0x925D # 0 +0x8EA3C5AA 0x9255 # 0 +0x8EA3C5AB 0x9235 # 0 +0x8EA3C5AD 0x9259 # 0 +0x8EA3C5AE 0x922F # 0 +0x8EA3C5AF 0x923C # 0 +0x8EA3C5B0 0x928F # 0 +0x8EA3C5B1 0x925C # 0 +0x8EA3C5B2 0x926A # 0 +0x8EA3C5B3 0x9262 # 0 +0x8EA3C5B4 0x925F # 0 +0x8EA3C5B5 0x926B # 0 +0x8EA3C5B6 0x926E # 0 +0x8EA3C5B7 0x923B # 0 +0x8EA3C5B8 0x9244 # 0 +0x8EA3C5B9 0x9241 # 0 +0x8EA3C5BA 0x959A # 0 +0x8EA3C5BC 0x9599 # 0 +0x8EA3C5C0 0x968F # 0 +0x8EA3C5C2 0x9696 # 0 +0x8EA3C5C6 0x96F4 # 0 +0x8EA3C5C7 0x96FC # 0 +0x8EA3C5C9 0x9755 # 0 +0x8EA3C5CB 0x9779 # 0 +0x8EA3C5CF 0x97EE # 0 +0x8EA3C5D0 0x97F5 # 0 +0x8EA3C5D2 0x980B # 0 +0x8EA3C5D4 0x98F3 # 0 +0x8EA3C5D7 0x98F7 # 0 +0x8EA3C5D8 0x98FF # 0 +0x8EA3C5D9 0x98F5 # 0 +0x8EA3C5DB 0x98EC # 0 +0x8EA3C5DC 0x98F1 # 0 +0x8EA3C5DF 0x999A # 0 +0x8EA3C5E1 0x9AE2 # 0 +0x8EA3C5E2 0x9B3D # 0 +0x8EA3C5E3 0x9B5D # 0 +0x8EA3C5E4 0x9CE8 # 0 +0x8EA3C5E6 0x9CEB # 0 +0x8EA3C5E7 0x9CEF # 0 +0x8EA3C5E8 0x9CEE # 0 +0x8EA3C5E9 0x9E81 # 0 +0x8EA3C5EA 0x9F14 # 0 +0x8EA3C5EB 0x50D0 # 0 +0x8EA3C5EC 0x50D9 # 0 +0x8EA3C5ED 0x50DC # 0 +0x8EA3C5EE 0x50D8 # 0 +0x8EA3C5F0 0x50E1 # 0 +0x8EA3C5F1 0x50EB # 0 +0x8EA3C5F4 0x50F4 # 0 +0x8EA3C5F5 0x50E2 # 0 +0x8EA3C5F6 0x50DE # 0 +0x8EA3C5FA 0x51F4 # 0 +0x8EA3C5FE 0x52ED # 0 +0x8EA3C6A1 0x52EA # 0 +0x8EA3C6A3 0x5332 # 0 +0x8EA3C6A5 0x53AE # 0 +0x8EA3C6A6 0x53B0 # 0 +0x8EA3C6A8 0x55FB # 0 +0x8EA3C6A9 0x5603 # 0 +0x8EA3C6AA 0x560B # 0 +0x8EA3C6AC 0x5607 # 0 +0x8EA3C6AE 0x55F8 # 0 +0x8EA3C6B0 0x5628 # 0 +0x8EA3C6B1 0x561E # 0 +0x8EA3C6B3 0x5618 # 0 +0x8EA3C6B4 0x5611 # 0 +0x8EA3C6B5 0x5651 # 0 +0x8EA3C6B6 0x5605 # 0 +0x8EA3C6B7 0x5717 # 0 +0x8EA3C6B8 0x5892 # 0 +0x8EA3C6BA 0x588C # 0 +0x8EA3C6BC 0x5878 # 0 +0x8EA3C6BD 0x5884 # 0 +0x8EA3C6BE 0x5873 # 0 +0x8EA3C6BF 0x58AD # 0 +0x8EA3C6C0 0x5897 # 0 +0x8EA3C6C1 0x5895 # 0 +0x8EA3C6C2 0x5877 # 0 +0x8EA3C6C3 0x5872 # 0 +0x8EA3C6C4 0x5896 # 0 +0x8EA3C6C5 0x588D # 0 +0x8EA3C6C6 0x5910 # 0 +0x8EA3C6C8 0x596C # 0 +0x8EA3C6CA 0x5AE7 # 0 +0x8EA3C6CC 0x5AE4 # 0 +0x8EA3C6CF 0x5AEF # 0 +0x8EA3C6D0 0x5626 # 0 +0x8EA3C6D3 0x5AF0 # 0 +0x8EA3C6D4 0x5D7B # 0 +0x8EA3C6D6 0x5D83 # 0 +0x8EA3C6D9 0x5D8B # 0 +0x8EA3C6DA 0x5D8C # 0 +0x8EA3C6DC 0x5D78 # 0 +0x8EA3C6DD 0x5E52 # 0 +0x8EA3C6E0 0x5ED0 # 0 +0x8EA3C6E1 0x5ECF # 0 +0x8EA3C6E3 0x5FB3 # 0 +0x8EA3C6E4 0x5FB4 # 0 +0x8EA3C6E8 0x617B # 0 +0x8EA3C6EA 0x616F # 0 +0x8EA3C6EB 0x6181 # 0 +0x8EA3C6EC 0x613C # 0 +0x8EA3C6ED 0x6142 # 0 +0x8EA3C6EE 0x6138 # 0 +0x8EA3C6EF 0x6133 # 0 +0x8EA3C6F1 0x6160 # 0 +0x8EA3C6F2 0x6169 # 0 +0x8EA3C6F3 0x617D # 0 +0x8EA3C6F4 0x6186 # 0 +0x8EA3C6F5 0x622C # 0 +0x8EA3C6F6 0x6228 # 0 +0x8EA3C6F8 0x644C # 0 +0x8EA3C6FA 0x6457 # 0 +0x8EA3C6FB 0x647C # 0 +0x8EA3C6FE 0x6455 # 0 +0x8EA3C7A1 0x6462 # 0 +0x8EA3C7A2 0x6471 # 0 +0x8EA3C7A3 0x646A # 0 +0x8EA3C7A4 0x6456 # 0 +0x8EA3C7A5 0x643B # 0 +0x8EA3C7A6 0x6481 # 0 +0x8EA3C7A8 0x644F # 0 +0x8EA3C7A9 0x647E # 0 +0x8EA3C7AA 0x6464 # 0 +0x8EA3C7B0 0x6571 # 0 +0x8EA3C7B3 0x66A5 # 0 +0x8EA3C7B4 0x669A # 0 +0x8EA3C7B5 0x669C # 0 +0x8EA3C7B7 0x66A6 # 0 +0x8EA3C7B9 0x66A4 # 0 +0x8EA3C7BA 0x698F # 0 +0x8EA3C7BB 0x69C5 # 0 +0x8EA3C7BC 0x69C8 # 0 +0x8EA3C7BD 0x6992 # 0 +0x8EA3C7BE 0x69B2 # 0 +0x8EA3C7C2 0x69E3 # 0 +0x8EA3C7C3 0x69C0 # 0 +0x8EA3C7C4 0x69D6 # 0 +0x8EA3C7C5 0x69D1 # 0 +0x8EA3C7C6 0x699F # 0 +0x8EA3C7C7 0x69A2 # 0 +0x8EA3C7C8 0x69D2 # 0 +0x8EA3C7CC 0x69E1 # 0 +0x8EA3C7CD 0x69D5 # 0 +0x8EA3C7CE 0x699D # 0 +0x8EA3C7D1 0x6998 # 0 +0x8EA3C7D3 0x6B74 # 0 +0x8EA3C7D4 0x6BA1 # 0 +0x8EA3C7D6 0x6EF0 # 0 +0x8EA3C7D7 0x6EF3 # 0 +0x8EA3C7DA 0x6F1B # 0 +0x8EA3C7DB 0x6F0C # 0 +0x8EA3C7DC 0x6F1D # 0 +0x8EA3C7DD 0x6F34 # 0 +0x8EA3C7DE 0x6F28 # 0 +0x8EA3C7DF 0x6F17 # 0 +0x8EA3C7E1 0x6F44 # 0 +0x8EA3C7E2 0x6F42 # 0 +0x8EA3C7E3 0x6F04 # 0 +0x8EA3C7E4 0x6F11 # 0 +0x8EA3C7E5 0x6EFA # 0 +0x8EA3C7E6 0x6F4A # 0 +0x8EA3C7E7 0x7191 # 0 +0x8EA3C7E8 0x718E # 0 +0x8EA3C7EA 0x718B # 0 +0x8EA3C7EB 0x718D # 0 +0x8EA3C7EC 0x717F # 0 +0x8EA3C7ED 0x718C # 0 +0x8EA3C7EE 0x717E # 0 +0x8EA3C7EF 0x717C # 0 +0x8EA3C7F0 0x7183 # 0 +0x8EA3C7F2 0x7188 # 0 +0x8EA3C7F5 0x7294 # 0 +0x8EA3C7F7 0x7355 # 0 +0x8EA3C7F8 0x7353 # 0 +0x8EA3C7F9 0x734F # 0 +0x8EA3C7FA 0x7354 # 0 +0x8EA3C7FB 0x746C # 0 +0x8EA3C7FC 0x7465 # 0 +0x8EA3C7FD 0x7466 # 0 +0x8EA3C7FE 0x7461 # 0 +0x8EA3C8A1 0x746B # 0 +0x8EA3C8A2 0x7468 # 0 +0x8EA3C8A3 0x7476 # 0 +0x8EA3C8A5 0x7460 # 0 +0x8EA3C8A7 0x7474 # 0 +0x8EA3C8A8 0x7506 # 0 +0x8EA3C8A9 0x760E # 0 +0x8EA3C8AB 0x7607 # 0 +0x8EA3C8AE 0x76B9 # 0 +0x8EA3C8B0 0x76B7 # 0 +0x8EA3C8B1 0x76E2 # 0 +0x8EA3C8B3 0x7774 # 0 +0x8EA3C8B4 0x7777 # 0 +0x8EA3C8B5 0x7776 # 0 +0x8EA3C8B6 0x7775 # 0 +0x8EA3C8B8 0x7778 # 0 +0x8EA3C8B9 0x7771 # 0 +0x8EA3C8BB 0x777A # 0 +0x8EA3C8BC 0x715B # 0 +0x8EA3C8BD 0x777B # 0 +0x8EA3C8BE 0x78A6 # 0 +0x8EA3C8BF 0x78AE # 0 +0x8EA3C8C0 0x78B8 # 0 +0x8EA3C8C4 0x78B1 # 0 +0x8EA3C8C5 0x78AF # 0 +0x8EA3C8C7 0x7989 # 0 +0x8EA3C8C8 0x7987 # 0 +0x8EA3C8CB 0x7A29 # 0 +0x8EA3C8CD 0x7A2A # 0 +0x8EA3C8CF 0x7A2D # 0 +0x8EA3C8D0 0x7A2C # 0 +0x8EA3C8D2 0x7A32 # 0 +0x8EA3C8D4 0x7AEC # 0 +0x8EA3C8D5 0x7AF0 # 0 +0x8EA3C8D6 0x7B81 # 0 +0x8EA3C8D7 0x7B9E # 0 +0x8EA3C8D8 0x7B83 # 0 +0x8EA3C8DA 0x7B92 # 0 +0x8EA3C8DC 0x7BA3 # 0 +0x8EA3C8DD 0x7B9F # 0 +0x8EA3C8DE 0x7B93 # 0 +0x8EA3C8E0 0x7B86 # 0 +0x8EA3C8E1 0x7CB8 # 0 +0x8EA3C8E2 0x7CB7 # 0 +0x8EA3C8E8 0x7DC8 # 0 +0x8EA3C8E9 0x7DB6 # 0 +0x8EA3C8EB 0x7DD1 # 0 +0x8EA3C8ED 0x7DA8 # 0 +0x8EA3C8EE 0x7DAB # 0 +0x8EA3C8F0 0x7DB3 # 0 +0x8EA3C8F1 0x7DCD # 0 +0x8EA3C8F3 0x7DCF # 0 +0x8EA3C8F4 0x7DA4 # 0 +0x8EA3C8F7 0x7F41 # 0 +0x8EA3C8F8 0x7F6F # 0 +0x8EA3C8F9 0x7F71 # 0 +0x8EA3C9A2 0x8023 # 0 +0x8EA3C9A3 0x805B # 0 +0x8EA3C9A5 0x8061 # 0 +0x8EA3C9A6 0x805F # 0 +0x8EA3C9A7 0x8181 # 0 +0x8EA3C9AA 0x8184 # 0 +0x8EA3C9AB 0x8213 # 0 +0x8EA3C9AD 0x824A # 0 +0x8EA3C9AE 0x824C # 0 +0x8EA3C9B2 0x84BD # 0 +0x8EA3C9B3 0x8495 # 0 +0x8EA3C9B5 0x8492 # 0 +0x8EA3C9B6 0x84C3 # 0 +0x8EA3C9B8 0x8496 # 0 +0x8EA3C9B9 0x84A5 # 0 +0x8EA3C9BA 0x84B5 # 0 +0x8EA3C9BB 0x84B3 # 0 +0x8EA3C9BC 0x84A3 # 0 +0x8EA3C9BD 0x84E4 # 0 +0x8EA3C9BE 0x84D8 # 0 +0x8EA3C9BF 0x84D5 # 0 +0x8EA3C9C1 0x84B7 # 0 +0x8EA3C9C2 0x84AD # 0 +0x8EA3C9C3 0x84DA # 0 +0x8EA3C9C4 0x8493 # 0 +0x8EA3C9C5 0x8736 # 0 +0x8EA3C9C9 0x873D # 0 +0x8EA3C9CA 0x872B # 0 +0x8EA3C9CB 0x8747 # 0 +0x8EA3C9CC 0x8739 # 0 +0x8EA3C9CE 0x8745 # 0 +0x8EA3C9CF 0x871D # 0 +0x8EA3C9D1 0x88FF # 0 +0x8EA3C9D2 0x88EA # 0 +0x8EA3C9D4 0x88F5 # 0 +0x8EA3C9D6 0x8900 # 0 +0x8EA3C9D7 0x88ED # 0 +0x8EA3C9D8 0x8903 # 0 +0x8EA3C9D9 0x88E9 # 0 +0x8EA3C9DC 0x89EA # 0 +0x8EA3C9DE 0x8A9B # 0 +0x8EA3C9DF 0x8A8E # 0 +0x8EA3C9E0 0x8AA2 # 0 +0x8EA3C9E2 0x8A9C # 0 +0x8EA3C9E3 0x8A94 # 0 +0x8EA3C9E4 0x8A90 # 0 +0x8EA3C9E5 0x8AA9 # 0 +0x8EA3C9E6 0x8AAC # 0 +0x8EA3C9E8 0x8A9F # 0 +0x8EA3C9EB 0x8A9D # 0 +0x8EA3C9ED 0x8C67 # 0 +0x8EA3C9F0 0x8CD0 # 0 +0x8EA3C9F1 0x8CD6 # 0 +0x8EA3C9F2 0x8CD4 # 0 +0x8EA3C9F3 0x8D98 # 0 +0x8EA3C9F4 0x8D9A # 0 +0x8EA3C9F5 0x8D97 # 0 +0x8EA3C9F9 0x8E0B # 0 +0x8EA3C9FA 0x8E08 # 0 +0x8EA3C9FB 0x8E01 # 0 +0x8EA3C9FC 0x8EB4 # 0 +0x8EA3C9FD 0x8EB3 # 0 +0x8EA3CAA1 0x8FA1 # 0 +0x8EA3CAA2 0x8FA2 # 0 +0x8EA3CAA4 0x905A # 0 +0x8EA3CAA6 0x9061 # 0 +0x8EA3CAA7 0x905F # 0 +0x8EA3CAAA 0x9125 # 0 +0x8EA3CAAB 0x917B # 0 +0x8EA3CAAC 0x9176 # 0 +0x8EA3CAAD 0x917C # 0 +0x8EA3CAAF 0x9289 # 0 +0x8EA3CAB0 0x92F6 # 0 +0x8EA3CAB1 0x92B1 # 0 +0x8EA3CAB2 0x92AD # 0 +0x8EA3CAB3 0x9292 # 0 +0x8EA3CAB4 0x9281 # 0 +0x8EA3CAB5 0x9284 # 0 +0x8EA3CAB7 0x92AE # 0 +0x8EA3CAB8 0x9290 # 0 +0x8EA3CAB9 0x929E # 0 +0x8EA3CABD 0x95A2 # 0 +0x8EA3CABE 0x95A7 # 0 +0x8EA3CAC4 0x96A0 # 0 +0x8EA3CAC5 0x969D # 0 +0x8EA3CAC6 0x969F # 0 +0x8EA3CAC7 0x96D0 # 0 +0x8EA3CAC9 0x96D1 # 0 +0x8EA3CACC 0x9759 # 0 +0x8EA3CACE 0x9764 # 0 +0x8EA3CAD2 0x9819 # 0 +0x8EA3CAD4 0x9814 # 0 +0x8EA3CAD5 0x9815 # 0 +0x8EA3CAD6 0x981A # 0 +0x8EA3CADB 0x9906 # 0 +0x8EA3CADD 0x98F8 # 0 +0x8EA3CADE 0x9901 # 0 +0x8EA3CAE0 0x99BE # 0 +0x8EA3CAE1 0x99BC # 0 +0x8EA3CAE2 0x99B7 # 0 +0x8EA3CAE3 0x99B6 # 0 +0x8EA3CAE4 0x99C0 # 0 +0x8EA3CAE6 0x99B8 # 0 +0x8EA3CAEA 0x99C4 # 0 +0x8EA3CAEC 0x99BF # 0 +0x8EA3CAEE 0x9ADA # 0 +0x8EA3CAEF 0x9AE4 # 0 +0x8EA3CAF0 0x9AE9 # 0 +0x8EA3CAF1 0x9AE8 # 0 +0x8EA3CAF2 0x9AEA # 0 +0x8EA3CAF3 0x9AE5 # 0 +0x8EA3CAF5 0x9B26 # 0 +0x8EA3CAF8 0x9B40 # 0 +0x8EA3CBA2 0x9EBD # 0 +0x8EA3CBA7 0x510E # 0 +0x8EA3CBA9 0x50F7 # 0 +0x8EA3CBAB 0x50FC # 0 +0x8EA3CBAC 0x510D # 0 +0x8EA3CBAD 0x5101 # 0 +0x8EA3CBAE 0x51DA # 0 +0x8EA3CBAF 0x51D9 # 0 +0x8EA3CBB0 0x51DB # 0 +0x8EA3CBB1 0x5286 # 0 +0x8EA3CBB2 0x528E # 0 +0x8EA3CBB3 0x52EE # 0 +0x8EA3CBB4 0x5333 # 0 +0x8EA3CBB5 0x53B1 # 0 +0x8EA3CBB7 0x5647 # 0 +0x8EA3CBB8 0x562D # 0 +0x8EA3CBB9 0x5654 # 0 +0x8EA3CBBB 0x564B # 0 +0x8EA3CBBC 0x5652 # 0 +0x8EA3CBBD 0x5631 # 0 +0x8EA3CBBE 0x5644 # 0 +0x8EA3CBBF 0x5656 # 0 +0x8EA3CBC0 0x5650 # 0 +0x8EA3CBC1 0x562B # 0 +0x8EA3CBC3 0x564D # 0 +0x8EA3CBC4 0x5637 # 0 +0x8EA3CBC5 0x564F # 0 +0x8EA3CBC6 0x58A2 # 0 +0x8EA3CBC7 0x58B7 # 0 +0x8EA3CBC9 0x58B2 # 0 +0x8EA3CBCB 0x58AA # 0 +0x8EA3CBCC 0x58B5 # 0 +0x8EA3CBCD 0x58B0 # 0 +0x8EA3CBCF 0x58B4 # 0 +0x8EA3CBD0 0x58A4 # 0 +0x8EA3CBD1 0x58A7 # 0 +0x8EA3CBD3 0x5926 # 0 +0x8EA3CBD4 0x5AFE # 0 +0x8EA3CBD6 0x5B04 # 0 +0x8EA3CBD8 0x5AFC # 0 +0x8EA3CBDA 0x5B06 # 0 +0x8EA3CBDB 0x5B0A # 0 +0x8EA3CBDC 0x5AFA # 0 +0x8EA3CBDD 0x5B0D # 0 +0x8EA3CBDE 0x5B00 # 0 +0x8EA3CBDF 0x5B0E # 0 +0x8EA3CBE3 0x5D91 # 0 +0x8EA3CBE5 0x5D8F # 0 +0x8EA3CBE6 0x5D90 # 0 +0x8EA3CBE7 0x5D98 # 0 +0x8EA3CBE8 0x5DA4 # 0 +0x8EA3CBE9 0x5D9B # 0 +0x8EA3CBEA 0x5DA3 # 0 +0x8EA3CBEB 0x5D96 # 0 +0x8EA3CBEC 0x5DE4 # 0 +0x8EA3CBED 0x5E5A # 0 +0x8EA3CBF0 0x5E5E # 0 +0x8EA3CBF2 0x5FB8 # 0 +0x8EA3CBF3 0x6157 # 0 +0x8EA3CBF4 0x615C # 0 +0x8EA3CBF5 0x61A6 # 0 +0x8EA3CBF6 0x6195 # 0 +0x8EA3CBF7 0x6188 # 0 +0x8EA3CBF9 0x61A3 # 0 +0x8EA3CBFA 0x618F # 0 +0x8EA3CBFC 0x6164 # 0 +0x8EA3CBFE 0x6159 # 0 +0x8EA3CCA1 0x6178 # 0 +0x8EA3CCA3 0x6185 # 0 +0x8EA3CCA4 0x6187 # 0 +0x8EA3CCA5 0x619E # 0 +0x8EA3CCA8 0x6198 # 0 +0x8EA3CCA9 0x619C # 0 +0x8EA3CCAC 0x622F # 0 +0x8EA3CCAD 0x6480 # 0 +0x8EA3CCAE 0x649B # 0 +0x8EA3CCAF 0x648E # 0 +0x8EA3CCB0 0x648D # 0 +0x8EA3CCB1 0x6494 # 0 +0x8EA3CCB2 0x64C6 # 0 +0x8EA3CCB4 0x64A8 # 0 +0x8EA3CCB5 0x6483 # 0 +0x8EA3CCB7 0x64B9 # 0 +0x8EA3CCB8 0x6486 # 0 +0x8EA3CCB9 0x64B4 # 0 +0x8EA3CCBA 0x64AF # 0 +0x8EA3CCBB 0x6491 # 0 +0x8EA3CCBD 0x64AA # 0 +0x8EA3CCBE 0x64A1 # 0 +0x8EA3CCBF 0x64A7 # 0 +0x8EA3CCC0 0x66B6 # 0 +0x8EA3CCC1 0x66B3 # 0 +0x8EA3CCC3 0x66BC # 0 +0x8EA3CCC4 0x66AC # 0 +0x8EA3CCC6 0x66AD # 0 +0x8EA3CCC7 0x6A0E # 0 +0x8EA3CCC9 0x6A1C # 0 +0x8EA3CCCA 0x6A1A # 0 +0x8EA3CCCD 0x6A0B # 0 +0x8EA3CCCF 0x69EF # 0 +0x8EA3CCD0 0x6A0C # 0 +0x8EA3CCD1 0x69F0 # 0 +0x8EA3CCD2 0x6A22 # 0 +0x8EA3CCD4 0x69D8 # 0 +0x8EA3CCD6 0x6A12 # 0 +0x8EA3CCD7 0x69FA # 0 +0x8EA3CCD9 0x6A2A # 0 +0x8EA3CCDB 0x6A10 # 0 +0x8EA3CCDE 0x6A29 # 0 +0x8EA3CCDF 0x69F9 # 0 +0x8EA3CCE0 0x69EA # 0 +0x8EA3CCE1 0x6A2C # 0 +0x8EA3CCE2 0x6A24 # 0 +0x8EA3CCE4 0x69E9 # 0 +0x8EA3CCE5 0x6B52 # 0 +0x8EA3CCE6 0x6B4F # 0 +0x8EA3CCE7 0x6B53 # 0 +0x8EA3CCEA 0x6F10 # 0 +0x8EA3CCEB 0x6F65 # 0 +0x8EA3CCEC 0x6F75 # 0 +0x8EA3CCF1 0x6FD0 # 0 +0x8EA3CCF3 0x6F5C # 0 +0x8EA3CCF4 0x6F3D # 0 +0x8EA3CCF5 0x6F71 # 0 +0x8EA3CCF7 0x6F91 # 0 +0x8EA3CCF8 0x6F0B # 0 +0x8EA3CCF9 0x6F79 # 0 +0x8EA3CCFA 0x6F81 # 0 +0x8EA3CCFB 0x6F8F # 0 +0x8EA3CCFD 0x6F59 # 0 +0x8EA3CCFE 0x6F74 # 0 +0x8EA3CDA2 0x71AE # 0 +0x8EA3CDA4 0x71A3 # 0 +0x8EA3CDA5 0x71AD # 0 +0x8EA3CDA8 0x71AB # 0 +0x8EA3CDA9 0x71A6 # 0 +0x8EA3CDAA 0x71A2 # 0 +0x8EA3CDAC 0x52F2 # 0 +0x8EA3CDAD 0x7257 # 0 +0x8EA3CDAE 0x7255 # 0 +0x8EA3CDAF 0x7299 # 0 +0x8EA3CDB0 0x734B # 0 +0x8EA3CDB1 0x747A # 0 +0x8EA3CDB5 0x748C # 0 +0x8EA3CDB6 0x7484 # 0 +0x8EA3CDB9 0x7482 # 0 +0x8EA3CDBA 0x7493 # 0 +0x8EA3CDBB 0x747B # 0 +0x8EA3CDBD 0x7509 # 0 +0x8EA3CDC4 0x778A # 0 +0x8EA3CDC6 0x7790 # 0 +0x8EA3CDC8 0x78C6 # 0 +0x8EA3CDC9 0x78D3 # 0 +0x8EA3CDCA 0x78C0 # 0 +0x8EA3CDCB 0x78D2 # 0 +0x8EA3CDCC 0x78C7 # 0 +0x8EA3CDCD 0x78C2 # 0 +0x8EA3CDCF 0x799F # 0 +0x8EA3CDD0 0x799D # 0 +0x8EA3CDD1 0x799E # 0 +0x8EA3CDD3 0x7A41 # 0 +0x8EA3CDD5 0x7A38 # 0 +0x8EA3CDD6 0x7A3A # 0 +0x8EA3CDD7 0x7A42 # 0 +0x8EA3CDDA 0x7A3E # 0 +0x8EA3CDDB 0x7AB0 # 0 +0x8EA3CDDC 0x7BAE # 0 +0x8EA3CDDD 0x7BB3 # 0 +0x8EA3CDE0 0x7BBF # 0 +0x8EA3CDE3 0x7BCD # 0 +0x8EA3CDE5 0x7BB2 # 0 +0x8EA3CDED 0x7CC4 # 0 +0x8EA3CDEE 0x7CCD # 0 +0x8EA3CDEF 0x7CC2 # 0 +0x8EA3CDF0 0x7CC6 # 0 +0x8EA3CDF1 0x7CC3 # 0 +0x8EA3CDF2 0x7CC9 # 0 +0x8EA3CDF3 0x7CC7 # 0 +0x8EA3CDF5 0x7DF8 # 0 +0x8EA3CDF7 0x7DED # 0 +0x8EA3CDF8 0x7DE2 # 0 +0x8EA3CDFC 0x7DDC # 0 +0x8EA3CDFD 0x7E02 # 0 +0x8EA3CDFE 0x7E01 # 0 +0x8EA3CEA2 0x7DD6 # 0 +0x8EA3CEA4 0x7DE4 # 0 +0x8EA3CEA5 0x7DFE # 0 +0x8EA3CEA7 0x7E00 # 0 +0x8EA3CEA8 0x7DFC # 0 +0x8EA3CEA9 0x7DFD # 0 +0x8EA3CEAB 0x7DF5 # 0 +0x8EA3CEAC 0x7DFF # 0 +0x8EA3CEAE 0x7DEB # 0 +0x8EA3CEAF 0x7DE5 # 0 +0x8EA3CEB0 0x7F78 # 0 +0x8EA3CEB1 0x7FAE # 0 +0x8EA3CEB2 0x7FE7 # 0 +0x8EA3CEB4 0x8065 # 0 +0x8EA3CEB5 0x806A # 0 +0x8EA3CEB6 0x8066 # 0 +0x8EA3CEB7 0x8068 # 0 +0x8EA3CEB8 0x806B # 0 +0x8EA3CEB9 0x8194 # 0 +0x8EA3CEBA 0x81A1 # 0 +0x8EA3CEBB 0x8192 # 0 +0x8EA3CEBC 0x8196 # 0 +0x8EA3CEBD 0x8193 # 0 +0x8EA3CEC0 0x8501 # 0 +0x8EA3CEC2 0x84F8 # 0 +0x8EA3CEC4 0x84F5 # 0 +0x8EA3CEC6 0x8504 # 0 +0x8EA3CECB 0x851B # 0 +0x8EA3CECC 0x8503 # 0 +0x8EA3CECD 0x8533 # 0 +0x8EA3CECE 0x8534 # 0 +0x8EA3CECF 0x84ED # 0 +0x8EA3CED2 0x8535 # 0 +0x8EA3CED4 0x8505 # 0 +0x8EA3CED9 0x877D # 0 +0x8EA3CEDD 0x8771 # 0 +0x8EA3CEDF 0x885C # 0 +0x8EA3CEE0 0x88E6 # 0 +0x8EA3CEE1 0x890F # 0 +0x8EA3CEE2 0x891B # 0 +0x8EA3CEE4 0x89A9 # 0 +0x8EA3CEE5 0x89A5 # 0 +0x8EA3CEE6 0x89EE # 0 +0x8EA3CEE7 0x8AB1 # 0 +0x8EA3CEE9 0x8ACC # 0 +0x8EA3CEEA 0x8ACE # 0 +0x8EA3CEEC 0x8AB7 # 0 +0x8EA3CEEE 0x8AB5 # 0 +0x8EA3CEEF 0x8AE9 # 0 +0x8EA3CEF0 0x8AB4 # 0 +0x8EA3CEF2 0x8AB3 # 0 +0x8EA3CEF3 0x8AC1 # 0 +0x8EA3CEF4 0x8AAF # 0 +0x8EA3CEF5 0x8ACA # 0 +0x8EA3CEF6 0x8AD0 # 0 +0x8EA3CEFA 0x8C8E # 0 +0x8EA3CEFD 0x8CE9 # 0 +0x8EA3CEFE 0x8CDB # 0 +0x8EA3CFA2 0x8CEB # 0 +0x8EA3CFA3 0x8DA4 # 0 +0x8EA3CFA5 0x8DA2 # 0 +0x8EA3CFA6 0x8D9D # 0 +0x8EA3CFAB 0x8E2A # 0 +0x8EA3CFAC 0x8E28 # 0 +0x8EA3CFAF 0x8EB8 # 0 +0x8EA3CFB0 0x8EB6 # 0 +0x8EA3CFB1 0x8EB9 # 0 +0x8EA3CFB2 0x8EB7 # 0 +0x8EA3CFB3 0x8F22 # 0 +0x8EA3CFB4 0x8F2B # 0 +0x8EA3CFB5 0x8F27 # 0 +0x8EA3CFB6 0x8F19 # 0 +0x8EA3CFB7 0x8FA4 # 0 +0x8EA3CFB9 0x8FB3 # 0 +0x8EA3CFBB 0x9071 # 0 +0x8EA3CFBC 0x906A # 0 +0x8EA3CFBF 0x9188 # 0 +0x8EA3CFC0 0x918C # 0 +0x8EA3CFC1 0x92BF # 0 +0x8EA3CFC2 0x92B8 # 0 +0x8EA3CFC3 0x92BE # 0 +0x8EA3CFC4 0x92DC # 0 +0x8EA3CFC5 0x92E5 # 0 +0x8EA3CFC8 0x92D4 # 0 +0x8EA3CFC9 0x92D6 # 0 +0x8EA3CFCB 0x92DA # 0 +0x8EA3CFCC 0x92ED # 0 +0x8EA3CFCD 0x92F3 # 0 +0x8EA3CFCE 0x92DB # 0 +0x8EA3CFD0 0x92B9 # 0 +0x8EA3CFD1 0x92E2 # 0 +0x8EA3CFD2 0x92EB # 0 +0x8EA3CFD3 0x95AF # 0 +0x8EA3CFD5 0x95B2 # 0 +0x8EA3CFD6 0x95B3 # 0 +0x8EA3CFDA 0x96A3 # 0 +0x8EA3CFDB 0x96A5 # 0 +0x8EA3CFE0 0x970A # 0 +0x8EA3CFE2 0x9787 # 0 +0x8EA3CFE3 0x9789 # 0 +0x8EA3CFE4 0x978C # 0 +0x8EA3CFE5 0x97EF # 0 +0x8EA3CFE6 0x982A # 0 +0x8EA3CFE7 0x9822 # 0 +0x8EA3CFE9 0x981F # 0 +0x8EA3CFEB 0x9919 # 0 +0x8EA3CFED 0x99CA # 0 +0x8EA3CFEE 0x99DA # 0 +0x8EA3CFF2 0x99DE # 0 +0x8EA3CFF3 0x99C8 # 0 +0x8EA3CFF4 0x99E0 # 0 +0x8EA3CFF6 0x9AB6 # 0 +0x8EA3CFF7 0x9AB5 # 0 +0x8EA3CFF9 0x9AF4 # 0 +0x8EA3CFFB 0x9B6B # 0 +0x8EA3CFFC 0x9B69 # 0 +0x8EA3CFFD 0x9B72 # 0 +0x8EA3CFFE 0x9B63 # 0 +0x8EA3D0A2 0x9D0D # 0 +0x8EA3D0A4 0x9D01 # 0 +0x8EA3D0A5 0x9D0C # 0 +0x8EA3D0A7 0x9CF8 # 0 +0x8EA3D0AA 0x9CFE # 0 +0x8EA3D0AB 0x9D02 # 0 +0x8EA3D0AC 0x9E84 # 0 +0x8EA3D0AE 0x9EAB # 0 +0x8EA3D0AF 0x9EAA # 0 +0x8EA3D0B0 0x511D # 0 +0x8EA3D0B1 0x5116 # 0 +0x8EA3D0B3 0x512B # 0 +0x8EA3D0B4 0x511E # 0 +0x8EA3D0B5 0x511B # 0 +0x8EA3D0B6 0x5290 # 0 +0x8EA3D0B7 0x5294 # 0 +0x8EA3D0B8 0x5314 # 0 +0x8EA3D0BB 0x5667 # 0 +0x8EA3D0BD 0x567B # 0 +0x8EA3D0BF 0x565F # 0 +0x8EA3D0C0 0x5661 # 0 +0x8EA3D0C8 0x58C3 # 0 +0x8EA3D0C9 0x58CA # 0 +0x8EA3D0CA 0x58BB # 0 +0x8EA3D0CB 0x58C0 # 0 +0x8EA3D0CC 0x58C4 # 0 +0x8EA3D0CD 0x5901 # 0 +0x8EA3D0CE 0x5B1F # 0 +0x8EA3D0CF 0x5B18 # 0 +0x8EA3D0D0 0x5B11 # 0 +0x8EA3D0D1 0x5B15 # 0 +0x8EA3D0D3 0x5B12 # 0 +0x8EA3D0D4 0x5B1C # 0 +0x8EA3D0D6 0x5B22 # 0 +0x8EA3D0D7 0x5B79 # 0 +0x8EA3D0D8 0x5DA6 # 0 +0x8EA3D0DA 0x5DB3 # 0 +0x8EA3D0DB 0x5DAB # 0 +0x8EA3D0DC 0x5EEA # 0 +0x8EA3D0DE 0x5F5B # 0 +0x8EA3D0E1 0x61B7 # 0 +0x8EA3D0E2 0x61CE # 0 +0x8EA3D0E3 0x61B9 # 0 +0x8EA3D0E4 0x61BD # 0 +0x8EA3D0E5 0x61CF # 0 +0x8EA3D0E6 0x61C0 # 0 +0x8EA3D0E7 0x6199 # 0 +0x8EA3D0E8 0x6197 # 0 +0x8EA3D0EA 0x61BB # 0 +0x8EA3D0EB 0x61D0 # 0 +0x8EA3D0EC 0x61C4 # 0 +0x8EA3D0ED 0x6231 # 0 +0x8EA3D0EF 0x64D3 # 0 +0x8EA3D0F0 0x64C0 # 0 +0x8EA3D0F5 0x64DC # 0 +0x8EA3D0F6 0x64D1 # 0 +0x8EA3D0F7 0x64C8 # 0 +0x8EA3D0F9 0x64D5 # 0 +0x8EA3D0FA 0x66C3 # 0 +0x8EA3D0FD 0x66BF # 0 +0x8EA3D0FE 0x66C5 # 0 +0x8EA3D1A2 0x66CD # 0 +0x8EA3D1A3 0x66C1 # 0 +0x8EA3D1A4 0x6706 # 0 +0x8EA3D1A6 0x6724 # 0 +0x8EA3D1A7 0x6A63 # 0 +0x8EA3D1A8 0x6A42 # 0 +0x8EA3D1A9 0x6A52 # 0 +0x8EA3D1AB 0x6A43 # 0 +0x8EA3D1AC 0x6A33 # 0 +0x8EA3D1AE 0x6A6C # 0 +0x8EA3D1AF 0x6A57 # 0 +0x8EA3D1B1 0x6A4C # 0 +0x8EA3D1B2 0x6A6E # 0 +0x8EA3D1B8 0x6A37 # 0 +0x8EA3D1BA 0x6A71 # 0 +0x8EA3D1BB 0x6A4A # 0 +0x8EA3D1BC 0x6A36 # 0 +0x8EA3D1BE 0x6A53 # 0 +0x8EA3D1C0 0x6A45 # 0 +0x8EA3D1C1 0x6A70 # 0 +0x8EA3D1C4 0x6A5C # 0 +0x8EA3D1C5 0x6B58 # 0 +0x8EA3D1C6 0x6B57 # 0 +0x8EA3D1CD 0x6FBB # 0 +0x8EA3D1D0 0x6FBE # 0 +0x8EA3D1D4 0x6FB5 # 0 +0x8EA3D1D5 0x6FD3 # 0 +0x8EA3D1D6 0x6F9F # 0 +0x8EA3D1D8 0x6FB7 # 0 +0x8EA3D1D9 0x6FF5 # 0 +0x8EA3D1DA 0x71B7 # 0 +0x8EA3D1DC 0x71BB # 0 +0x8EA3D1DE 0x71D1 # 0 +0x8EA3D1E0 0x71BA # 0 +0x8EA3D1E2 0x71B6 # 0 +0x8EA3D1E3 0x71CC # 0 +0x8EA3D1E6 0x71D3 # 0 +0x8EA3D1E7 0x749B # 0 +0x8EA3D1EA 0x7496 # 0 +0x8EA3D1EB 0x74A2 # 0 +0x8EA3D1EC 0x749D # 0 +0x8EA3D1ED 0x750A # 0 +0x8EA3D1EE 0x750E # 0 +0x8EA3D1F0 0x7581 # 0 +0x8EA3D1F1 0x762C # 0 +0x8EA3D1F2 0x7637 # 0 +0x8EA3D1F3 0x7636 # 0 +0x8EA3D1F4 0x763B # 0 +0x8EA3D1F6 0x76A1 # 0 +0x8EA3D1F9 0x7798 # 0 +0x8EA3D1FB 0x7796 # 0 +0x8EA3D2A1 0x78D6 # 0 +0x8EA3D2A2 0x78EB # 0 +0x8EA3D2A4 0x78DC # 0 +0x8EA3D2A6 0x79A5 # 0 +0x8EA3D2A7 0x79A9 # 0 +0x8EA3D2A8 0x9834 # 0 +0x8EA3D2A9 0x7A53 # 0 +0x8EA3D2AA 0x7A45 # 0 +0x8EA3D2AC 0x7A4F # 0 +0x8EA3D2AE 0x7ABD # 0 +0x8EA3D2AF 0x7ABB # 0 +0x8EA3D2B0 0x7AF1 # 0 +0x8EA3D2B3 0x7BEC # 0 +0x8EA3D2B4 0x7BED # 0 +0x8EA3D2B7 0x7CD3 # 0 +0x8EA3D2B9 0x7CE1 # 0 +0x8EA3D2BB 0x7E19 # 0 +0x8EA3D2BF 0x7E27 # 0 +0x8EA3D2C0 0x7E26 # 0 +0x8EA3D2C3 0x806E # 0 +0x8EA3D2C4 0x81AF # 0 +0x8EA3D2C7 0x81AD # 0 +0x8EA3D2C9 0x81AA # 0 +0x8EA3D2CA 0x8218 # 0 +0x8EA3D2CF 0x856F # 0 +0x8EA3D2D0 0x854C # 0 +0x8EA3D2D2 0x8542 # 0 +0x8EA3D2D4 0x855C # 0 +0x8EA3D2D5 0x8570 # 0 +0x8EA3D2D6 0x855F # 0 +0x8EA3D2D8 0x855A # 0 +0x8EA3D2D9 0x854B # 0 +0x8EA3D2DA 0x853F # 0 +0x8EA3D2DB 0x878A # 0 +0x8EA3D2DD 0x878B # 0 +0x8EA3D2DE 0x87A1 # 0 +0x8EA3D2DF 0x878E # 0 +0x8EA3D2E2 0x8799 # 0 +0x8EA3D2E3 0x885E # 0 +0x8EA3D2E4 0x885F # 0 +0x8EA3D2E5 0x8924 # 0 +0x8EA3D2E6 0x89A7 # 0 +0x8EA3D2E7 0x8AEA # 0 +0x8EA3D2E8 0x8AFD # 0 +0x8EA3D2E9 0x8AF9 # 0 +0x8EA3D2EA 0x8AE3 # 0 +0x8EA3D2EB 0x8AE5 # 0 +0x8EA3D2EE 0x8AEC # 0 +0x8EA3D2F3 0x8CF2 # 0 +0x8EA3D2F5 0x8CEF # 0 +0x8EA3D2F7 0x8DA6 # 0 +0x8EA3D2FB 0x8E3B # 0 +0x8EA3D2FC 0x8E43 # 0 +0x8EA3D2FE 0x8E32 # 0 +0x8EA3D3A1 0x8F31 # 0 +0x8EA3D3A2 0x8F30 # 0 +0x8EA3D3A4 0x8F2D # 0 +0x8EA3D3A5 0x8F3C # 0 +0x8EA3D3A6 0x8FA7 # 0 +0x8EA3D3A7 0x8FA5 # 0 +0x8EA3D3AB 0x9137 # 0 +0x8EA3D3AC 0x9195 # 0 +0x8EA3D3AD 0x918E # 0 +0x8EA3D3AF 0x9196 # 0 +0x8EA3D3B1 0x9345 # 0 +0x8EA3D3B2 0x930A # 0 +0x8EA3D3B5 0x92FD # 0 +0x8EA3D3B6 0x9317 # 0 +0x8EA3D3B7 0x931C # 0 +0x8EA3D3B8 0x9307 # 0 +0x8EA3D3B9 0x9331 # 0 +0x8EA3D3BA 0x9332 # 0 +0x8EA3D3BB 0x932C # 0 +0x8EA3D3BC 0x9330 # 0 +0x8EA3D3BD 0x9303 # 0 +0x8EA3D3BE 0x9305 # 0 +0x8EA3D3C0 0x95C2 # 0 +0x8EA3D3C2 0x95B8 # 0 +0x8EA3D3C4 0x95C1 # 0 +0x8EA3D3C8 0x96AB # 0 +0x8EA3D3C9 0x96B7 # 0 +0x8EA3D3CC 0x9715 # 0 +0x8EA3D3CD 0x9714 # 0 +0x8EA3D3D0 0x970C # 0 +0x8EA3D3D1 0x9717 # 0 +0x8EA3D3D3 0x9793 # 0 +0x8EA3D3D5 0x97D2 # 0 +0x8EA3D3D8 0x9836 # 0 +0x8EA3D3D9 0x9831 # 0 +0x8EA3D3DA 0x9833 # 0 +0x8EA3D3DB 0x983C # 0 +0x8EA3D3DC 0x982E # 0 +0x8EA3D3DD 0x983A # 0 +0x8EA3D3DF 0x983D # 0 +0x8EA3D3E1 0x98B5 # 0 +0x8EA3D3E2 0x9922 # 0 +0x8EA3D3E3 0x9923 # 0 +0x8EA3D3E4 0x9920 # 0 +0x8EA3D3E5 0x991C # 0 +0x8EA3D3E6 0x991D # 0 +0x8EA3D3E8 0x99A0 # 0 +0x8EA3D3EA 0x99EF # 0 +0x8EA3D3EB 0x99E8 # 0 +0x8EA3D3EC 0x99EB # 0 +0x8EA3D3F0 0x99E1 # 0 +0x8EA3D3F1 0x99E6 # 0 +0x8EA3D3F4 0x9AF8 # 0 +0x8EA3D3F5 0x9AF5 # 0 +0x8EA3D3F8 0x9B83 # 0 +0x8EA3D3F9 0x9B94 # 0 +0x8EA3D3FA 0x9B84 # 0 +0x8EA3D3FC 0x9B8B # 0 +0x8EA3D3FD 0x9B8F # 0 +0x8EA3D4A1 0x9B8C # 0 +0x8EA3D4A3 0x9B89 # 0 +0x8EA3D4A5 0x9B8E # 0 +0x8EA3D4A9 0x9D24 # 0 +0x8EA3D4AA 0x9D0F # 0 +0x8EA3D4AC 0x9D13 # 0 +0x8EA3D4AD 0x9D0A # 0 +0x8EA3D4B2 0x9D2A # 0 +0x8EA3D4B3 0x9D1A # 0 +0x8EA3D4B5 0x9D27 # 0 +0x8EA3D4B6 0x9D16 # 0 +0x8EA3D4B7 0x9D21 # 0 +0x8EA3D4B9 0x9E85 # 0 +0x8EA3D4BA 0x9EAC # 0 +0x8EA3D4BB 0x9EC6 # 0 +0x8EA3D4BC 0x9EC5 # 0 +0x8EA3D4BD 0x9ED7 # 0 +0x8EA3D4BE 0x9F53 # 0 +0x8EA3D4C0 0x5128 # 0 +0x8EA3D4C1 0x5127 # 0 +0x8EA3D4C2 0x51DF # 0 +0x8EA3D4C4 0x5335 # 0 +0x8EA3D4C5 0x53B3 # 0 +0x8EA3D4C7 0x568A # 0 +0x8EA3D4C8 0x567D # 0 +0x8EA3D4C9 0x5689 # 0 +0x8EA3D4CB 0x58CD # 0 +0x8EA3D4CC 0x58D0 # 0 +0x8EA3D4CE 0x5B2B # 0 +0x8EA3D4CF 0x5B33 # 0 +0x8EA3D4D0 0x5B29 # 0 +0x8EA3D4D1 0x5B35 # 0 +0x8EA3D4D2 0x5B31 # 0 +0x8EA3D4D3 0x5B37 # 0 +0x8EA3D4D4 0x5C36 # 0 +0x8EA3D4D5 0x5DBE # 0 +0x8EA3D4D7 0x5DB9 # 0 +0x8EA3D4D9 0x5DBB # 0 +0x8EA3D4DB 0x61E2 # 0 +0x8EA3D4DC 0x61DB # 0 +0x8EA3D4DD 0x61DD # 0 +0x8EA3D4DE 0x61DC # 0 +0x8EA3D4DF 0x61DA # 0 +0x8EA3D4E1 0x61D9 # 0 +0x8EA3D4E4 0x64DF # 0 +0x8EA3D4E7 0x64E1 # 0 +0x8EA3D4E9 0x64EE # 0 +0x8EA3D4EB 0x65B5 # 0 +0x8EA3D4EC 0x66D4 # 0 +0x8EA3D4ED 0x66D5 # 0 +0x8EA3D4EF 0x66D0 # 0 +0x8EA3D4F0 0x66D1 # 0 +0x8EA3D4F1 0x66CE # 0 +0x8EA3D4F2 0x66D7 # 0 +0x8EA3D4F5 0x6A7D # 0 +0x8EA3D4F6 0x6A8A # 0 +0x8EA3D4F8 0x6AA7 # 0 +0x8EA3D4FA 0x6A99 # 0 +0x8EA3D4FB 0x6A82 # 0 +0x8EA3D4FC 0x6A88 # 0 +0x8EA3D5A1 0x6A86 # 0 +0x8EA3D5A3 0x6A98 # 0 +0x8EA3D5A4 0x6A9D # 0 +0x8EA3D5A7 0x6A8F # 0 +0x8EA3D5A9 0x6AAA # 0 +0x8EA3D5AB 0x6B5D # 0 +0x8EA3D5AD 0x6C0A # 0 +0x8EA3D5AF 0x6FD7 # 0 +0x8EA3D5B0 0x6FD6 # 0 +0x8EA3D5B1 0x6FE5 # 0 +0x8EA3D5B5 0x6FD9 # 0 +0x8EA3D5B6 0x6FDA # 0 +0x8EA3D5B7 0x6FEA # 0 +0x8EA3D5B9 0x6FF6 # 0 +0x8EA3D5BC 0x71E3 # 0 +0x8EA3D5BE 0x71E9 # 0 +0x8EA3D5C0 0x71EB # 0 +0x8EA3D5C1 0x71EF # 0 +0x8EA3D5C2 0x71F3 # 0 +0x8EA3D5C3 0x71EA # 0 +0x8EA3D5C9 0x7371 # 0 +0x8EA3D5CB 0x74AE # 0 +0x8EA3D5CD 0x74B3 # 0 +0x8EA3D5CF 0x74AC # 0 +0x8EA3D5D2 0x7583 # 0 +0x8EA3D5D3 0x7645 # 0 +0x8EA3D5D4 0x764E # 0 +0x8EA3D5D5 0x7644 # 0 +0x8EA3D5D6 0x76A3 # 0 +0x8EA3D5D7 0x76A5 # 0 +0x8EA3D5D8 0x77A6 # 0 +0x8EA3D5D9 0x77A4 # 0 +0x8EA3D5DB 0x77A9 # 0 +0x8EA3D5DC 0x77AF # 0 +0x8EA3D5E0 0x78F0 # 0 +0x8EA3D5E1 0x78F8 # 0 +0x8EA3D5E2 0x78F1 # 0 +0x8EA3D5E4 0x7A49 # 0 +0x8EA3D5E8 0x7AC2 # 0 +0x8EA3D5E9 0x7AF2 # 0 +0x8EA3D5EA 0x7AF3 # 0 +0x8EA3D5EB 0x7BFA # 0 +0x8EA3D5ED 0x7BF6 # 0 +0x8EA3D5EE 0x7BFC # 0 +0x8EA3D5EF 0x7C18 # 0 +0x8EA3D5F0 0x7C08 # 0 +0x8EA3D5F1 0x7C12 # 0 +0x8EA3D5F4 0x7CDB # 0 +0x8EA3D5F5 0x7CDA # 0 +0x8EA3D5F9 0x7E2C # 0 +0x8EA3D5FA 0x7E4D # 0 +0x8EA3D5FD 0x7F46 # 0 +0x8EA3D5FE 0x7FF6 # 0 +0x8EA3D6A1 0x802B # 0 +0x8EA3D6A2 0x8074 # 0 +0x8EA3D6A3 0x81B8 # 0 +0x8EA3D6A4 0x81C8 # 0 +0x8EA3D6A8 0x8592 # 0 +0x8EA3D6A9 0x8593 # 0 +0x8EA3D6AB 0x857F # 0 +0x8EA3D6AC 0x85AB # 0 +0x8EA3D6AD 0x8597 # 0 +0x8EA3D6B0 0x85AC # 0 +0x8EA3D6B4 0x87CE # 0 +0x8EA3D6B6 0x87CD # 0 +0x8EA3D6B9 0x87C1 # 0 +0x8EA3D6BA 0x87B1 # 0 +0x8EA3D6BB 0x87C7 # 0 +0x8EA3D6BD 0x8940 # 0 +0x8EA3D6BF 0x893F # 0 +0x8EA3D6C0 0x8939 # 0 +0x8EA3D6C2 0x8943 # 0 +0x8EA3D6C6 0x89AB # 0 +0x8EA3D6C8 0x8B1F # 0 +0x8EA3D6C9 0x8B09 # 0 +0x8EA3D6CA 0x8B0C # 0 +0x8EA3D6CD 0x8C40 # 0 +0x8EA3D6CF 0x8C96 # 0 +0x8EA3D6D1 0x8CF6 # 0 +0x8EA3D6D2 0x8CF7 # 0 +0x8EA3D6D4 0x8E46 # 0 +0x8EA3D6D5 0x8E4F # 0 +0x8EA3D6D9 0x8F3D # 0 +0x8EA3D6DA 0x8F41 # 0 +0x8EA3D6DB 0x9366 # 0 +0x8EA3D6DC 0x9378 # 0 +0x8EA3D6DD 0x935D # 0 +0x8EA3D6DE 0x9369 # 0 +0x8EA3D6DF 0x9374 # 0 +0x8EA3D6E0 0x937D # 0 +0x8EA3D6E1 0x936E # 0 +0x8EA3D6E2 0x9372 # 0 +0x8EA3D6E3 0x9373 # 0 +0x8EA3D6E4 0x9362 # 0 +0x8EA3D6E5 0x9348 # 0 +0x8EA3D6E6 0x9353 # 0 +0x8EA3D6E7 0x935F # 0 +0x8EA3D6E8 0x9368 # 0 +0x8EA3D6EA 0x937F # 0 +0x8EA3D6EB 0x936B # 0 +0x8EA3D6ED 0x95C4 # 0 +0x8EA3D6EF 0x96AF # 0 +0x8EA3D6F0 0x96AD # 0 +0x8EA3D6F1 0x96B2 # 0 +0x8EA3D6F4 0x971A # 0 +0x8EA3D6F5 0x971B # 0 +0x8EA3D6FA 0x979B # 0 +0x8EA3D6FB 0x979F # 0 +0x8EA3D7A6 0x9840 # 0 +0x8EA3D7A8 0x9847 # 0 +0x8EA3D7AA 0x98B7 # 0 +0x8EA3D7B0 0x99A2 # 0 +0x8EA3D7B3 0x9A00 # 0 +0x8EA3D7B4 0x99F3 # 0 +0x8EA3D7B7 0x99F5 # 0 +0x8EA3D7BA 0x9ABD # 0 +0x8EA3D7BB 0x9B00 # 0 +0x8EA3D7BC 0x9B02 # 0 +0x8EA3D7BE 0x9B34 # 0 +0x8EA3D7BF 0x9B49 # 0 +0x8EA3D7C0 0x9B9F # 0 +0x8EA3D7C2 0x9BA3 # 0 +0x8EA3D7C3 0x9BCD # 0 +0x8EA3D7C4 0x9B99 # 0 +0x8EA3D7C5 0x9B9D # 0 +0x8EA3D7C8 0x9D39 # 0 +0x8EA3D7CA 0x9D44 # 0 +0x8EA3D7CD 0x9D35 # 0 +0x8EA3D7D0 0x9EAF # 0 +0x8EA3D7D2 0x512F # 0 +0x8EA3D7D5 0x9F8E # 0 +0x8EA3D7D7 0x569F # 0 +0x8EA3D7D8 0x569B # 0 +0x8EA3D7D9 0x569E # 0 +0x8EA3D7DA 0x5696 # 0 +0x8EA3D7DB 0x5694 # 0 +0x8EA3D7DC 0x56A0 # 0 +0x8EA3D7DE 0x5B3B # 0 +0x8EA3D7E1 0x5B3A # 0 +0x8EA3D7E2 0x5DC1 # 0 +0x8EA3D7E3 0x5F4D # 0 +0x8EA3D7E4 0x5F5D # 0 +0x8EA3D7E5 0x61F3 # 0 +0x8EA3D7EA 0x64F6 # 0 +0x8EA3D7EB 0x64E5 # 0 +0x8EA3D7EC 0x64EA # 0 +0x8EA3D7ED 0x64E7 # 0 +0x8EA3D7EE 0x6505 # 0 +0x8EA3D7F0 0x64F9 # 0 +0x8EA3D7F4 0x6AAB # 0 +0x8EA3D7F5 0x6AED # 0 +0x8EA3D7F6 0x6AB2 # 0 +0x8EA3D7F7 0x6AB0 # 0 +0x8EA3D7F8 0x6AB5 # 0 +0x8EA3D7F9 0x6ABE # 0 +0x8EA3D7FA 0x6AC1 # 0 +0x8EA3D7FB 0x6AC8 # 0 +0x8EA3D7FD 0x6AC0 # 0 +0x8EA3D7FE 0x6ABC # 0 +0x8EA3D8A1 0x6AB1 # 0 +0x8EA3D8A2 0x6AC4 # 0 +0x8EA3D8A3 0x6ABF # 0 +0x8EA3D8A6 0x7008 # 0 +0x8EA3D8A7 0x7003 # 0 +0x8EA3D8A8 0x6FFD # 0 +0x8EA3D8A9 0x7010 # 0 +0x8EA3D8AA 0x7002 # 0 +0x8EA3D8AB 0x7013 # 0 +0x8EA3D8AD 0x71FA # 0 +0x8EA3D8AE 0x7200 # 0 +0x8EA3D8AF 0x74B9 # 0 +0x8EA3D8B0 0x74BC # 0 +0x8EA3D8B2 0x765B # 0 +0x8EA3D8B3 0x7651 # 0 +0x8EA3D8B4 0x764F # 0 +0x8EA3D8B5 0x76EB # 0 +0x8EA3D8B6 0x77B8 # 0 +0x8EA3D8B8 0x77B9 # 0 +0x8EA3D8B9 0x77C1 # 0 +0x8EA3D8BA 0x77C0 # 0 +0x8EA3D8BB 0x77BE # 0 +0x8EA3D8BC 0x790B # 0 +0x8EA3D8BE 0x7907 # 0 +0x8EA3D8BF 0x790A # 0 +0x8EA3D8C0 0x7908 # 0 +0x8EA3D8C2 0x790D # 0 +0x8EA3D8C3 0x7906 # 0 +0x8EA3D8C4 0x7915 # 0 +0x8EA3D8C5 0x79AF # 0 +0x8EA3D8C9 0x7AF5 # 0 +0x8EA3D8CC 0x7C2E # 0 +0x8EA3D8CE 0x7C1B # 0 +0x8EA3D8D0 0x7C1A # 0 +0x8EA3D8D1 0x7C24 # 0 +0x8EA3D8D4 0x7CE6 # 0 +0x8EA3D8D5 0x7CE3 # 0 +0x8EA3D8D8 0x7E5D # 0 +0x8EA3D8D9 0x7E4F # 0 +0x8EA3D8DA 0x7E66 # 0 +0x8EA3D8DB 0x7E5B # 0 +0x8EA3D8DC 0x7F47 # 0 +0x8EA3D8DD 0x7FB4 # 0 +0x8EA3D8E1 0x7FFA # 0 +0x8EA3D8E2 0x802E # 0 +0x8EA3D8E5 0x81CE # 0 +0x8EA3D8E8 0x8219 # 0 +0x8EA3D8EB 0x85CC # 0 +0x8EA3D8EC 0x85B2 # 0 +0x8EA3D8EE 0x85BB # 0 +0x8EA3D8EF 0x85C1 # 0 +0x8EA3D8F3 0x87E9 # 0 +0x8EA3D8F4 0x87EE # 0 +0x8EA3D8F5 0x87F0 # 0 +0x8EA3D8F6 0x87D6 # 0 +0x8EA3D8F7 0x880E # 0 +0x8EA3D8F8 0x87DA # 0 +0x8EA3D8F9 0x8948 # 0 +0x8EA3D8FA 0x894A # 0 +0x8EA3D8FB 0x894E # 0 +0x8EA3D8FC 0x894D # 0 +0x8EA3D8FD 0x89B1 # 0 +0x8EA3D8FE 0x89B0 # 0 +0x8EA3D9A1 0x89B3 # 0 +0x8EA3D9A3 0x8B38 # 0 +0x8EA3D9A4 0x8B32 # 0 +0x8EA3D9A6 0x8B2D # 0 +0x8EA3D9A8 0x8B34 # 0 +0x8EA3D9AA 0x8B29 # 0 +0x8EA3D9AB 0x8C74 # 0 +0x8EA3D9AE 0x8D03 # 0 +0x8EA3D9B1 0x8DA9 # 0 +0x8EA3D9B2 0x8E58 # 0 +0x8EA3D9B5 0x8EBF # 0 +0x8EA3D9B6 0x8EC1 # 0 +0x8EA3D9B7 0x8F4A # 0 +0x8EA3D9B8 0x8FAC # 0 +0x8EA3D9BA 0x9089 # 0 +0x8EA3D9BB 0x913D # 0 +0x8EA3D9BC 0x913C # 0 +0x8EA3D9BD 0x91A9 # 0 +0x8EA3D9BE 0x93A0 # 0 +0x8EA3D9C0 0x9390 # 0 +0x8EA3D9C2 0x9393 # 0 +0x8EA3D9C3 0x938B # 0 +0x8EA3D9C4 0x93AD # 0 +0x8EA3D9C5 0x93BB # 0 +0x8EA3D9C6 0x93B8 # 0 +0x8EA3D9C9 0x939C # 0 +0x8EA3D9CA 0x95D8 # 0 +0x8EA3D9CB 0x95D7 # 0 +0x8EA3D9CF 0x975D # 0 +0x8EA3D9D0 0x97A9 # 0 +0x8EA3D9D1 0x97DA # 0 +0x8EA3D9D6 0x9854 # 0 +0x8EA3D9D8 0x9855 # 0 +0x8EA3D9D9 0x984B # 0 +0x8EA3D9DB 0x983F # 0 +0x8EA3D9DC 0x98B9 # 0 +0x8EA3D9E1 0x9938 # 0 +0x8EA3D9E2 0x9936 # 0 +0x8EA3D9E3 0x9940 # 0 +0x8EA3D9E5 0x993B # 0 +0x8EA3D9E6 0x9939 # 0 +0x8EA3D9E7 0x99A4 # 0 +0x8EA3D9EA 0x9A08 # 0 +0x8EA3D9EB 0x9A0C # 0 +0x8EA3D9ED 0x9A10 # 0 +0x8EA3D9EF 0x9B07 # 0 +0x8EA3D9F1 0x9BD2 # 0 +0x8EA3D9F3 0x9BC2 # 0 +0x8EA3D9F4 0x9BBB # 0 +0x8EA3D9F5 0x9BCC # 0 +0x8EA3D9F6 0x9BCB # 0 +0x8EA3D9F9 0x9D4D # 0 +0x8EA3D9FA 0x9D63 # 0 +0x8EA3D9FB 0x9D4E # 0 +0x8EA3D9FD 0x9D50 # 0 +0x8EA3D9FE 0x9D55 # 0 +0x8EA3DAA2 0x9D5E # 0 +0x8EA3DAA4 0x9E90 # 0 +0x8EA3DAA5 0x9EB2 # 0 +0x8EA3DAA6 0x9EB1 # 0 +0x8EA3DAA8 0x9ECA # 0 +0x8EA3DAA9 0x9F02 # 0 +0x8EA3DAAA 0x9F27 # 0 +0x8EA3DAAB 0x9F26 # 0 +0x8EA3DAAD 0x56AF # 0 +0x8EA3DAAE 0x58E0 # 0 +0x8EA3DAAF 0x58DC # 0 +0x8EA3DAB1 0x5B39 # 0 +0x8EA3DAB4 0x5B7C # 0 +0x8EA3DAB5 0x5BF3 # 0 +0x8EA3DAB8 0x5C6B # 0 +0x8EA3DAB9 0x5DC4 # 0 +0x8EA3DABA 0x650B # 0 +0x8EA3DABB 0x6508 # 0 +0x8EA3DABC 0x650A # 0 +0x8EA3DABF 0x65DC # 0 +0x8EA3DAC2 0x66E1 # 0 +0x8EA3DAC3 0x66DF # 0 +0x8EA3DAC4 0x6ACE # 0 +0x8EA3DAC5 0x6AD4 # 0 +0x8EA3DAC6 0x6AE3 # 0 +0x8EA3DAC7 0x6AD7 # 0 +0x8EA3DAC8 0x6AE2 # 0 +0x8EA3DACD 0x6AD8 # 0 +0x8EA3DACE 0x6AD5 # 0 +0x8EA3DACF 0x6AD2 # 0 +0x8EA3DAD2 0x701E # 0 +0x8EA3DAD3 0x702C # 0 +0x8EA3DAD4 0x7025 # 0 +0x8EA3DAD5 0x6FF3 # 0 +0x8EA3DAD6 0x7204 # 0 +0x8EA3DAD7 0x7208 # 0 +0x8EA3DAD8 0x7215 # 0 +0x8EA3DADA 0x74C4 # 0 +0x8EA3DADB 0x74C9 # 0 +0x8EA3DADC 0x74C7 # 0 +0x8EA3DADD 0x74C8 # 0 +0x8EA3DADE 0x76A9 # 0 +0x8EA3DADF 0x77C6 # 0 +0x8EA3DAE0 0x77C5 # 0 +0x8EA3DAE1 0x7918 # 0 +0x8EA3DAE2 0x791A # 0 +0x8EA3DAE3 0x7920 # 0 +0x8EA3DAE5 0x7A66 # 0 +0x8EA3DAE6 0x7A64 # 0 +0x8EA3DAE7 0x7A6A # 0 +0x8EA3DAEE 0x7C35 # 0 +0x8EA3DAEF 0x7C34 # 0 +0x8EA3DAF2 0x7E6C # 0 +0x8EA3DAF4 0x7E6E # 0 +0x8EA3DAF5 0x7E71 # 0 +0x8EA3DAF7 0x81D4 # 0 +0x8EA3DAF8 0x81D6 # 0 +0x8EA3DAF9 0x821A # 0 +0x8EA3DAFA 0x8262 # 0 +0x8EA3DAFB 0x8265 # 0 +0x8EA3DAFC 0x8276 # 0 +0x8EA3DAFD 0x85DB # 0 +0x8EA3DAFE 0x85D6 # 0 +0x8EA3DBA2 0x85E7 # 0 +0x8EA3DBA5 0x85F4 # 0 +0x8EA3DBA7 0x87FD # 0 +0x8EA3DBA8 0x87D5 # 0 +0x8EA3DBA9 0x8807 # 0 +0x8EA3DBAB 0x880F # 0 +0x8EA3DBAC 0x87F8 # 0 +0x8EA3DBAF 0x8987 # 0 +0x8EA3DBB1 0x89B5 # 0 +0x8EA3DBB2 0x89F5 # 0 +0x8EA3DBB4 0x8B3F # 0 +0x8EA3DBB5 0x8B43 # 0 +0x8EA3DBB6 0x8B4C # 0 +0x8EA3DBB8 0x8D0B # 0 +0x8EA3DBB9 0x8E6B # 0 +0x8EA3DBBA 0x8E68 # 0 +0x8EA3DBBB 0x8E70 # 0 +0x8EA3DBBC 0x8E75 # 0 +0x8EA3DBBD 0x8E77 # 0 +0x8EA3DBBF 0x8EC3 # 0 +0x8EA3DBC1 0x93E9 # 0 +0x8EA3DBC2 0x93EA # 0 +0x8EA3DBC3 0x93CB # 0 +0x8EA3DBC4 0x93C5 # 0 +0x8EA3DBC5 0x93C6 # 0 +0x8EA3DBC7 0x93ED # 0 +0x8EA3DBC8 0x93D3 # 0 +0x8EA3DBCA 0x93E5 # 0 +0x8EA3DBCD 0x93DB # 0 +0x8EA3DBCE 0x93EB # 0 +0x8EA3DBCF 0x93E0 # 0 +0x8EA3DBD0 0x93C1 # 0 +0x8EA3DBD3 0x95DD # 0 +0x8EA3DBDD 0x97B2 # 0 +0x8EA3DBDE 0x97B4 # 0 +0x8EA3DBDF 0x97B1 # 0 +0x8EA3DBE0 0x97B5 # 0 +0x8EA3DBE1 0x97F2 # 0 +0x8EA3DBE5 0x9856 # 0 +0x8EA3DBE9 0x9944 # 0 +0x8EA3DBEB 0x9A26 # 0 +0x8EA3DBEC 0x9A1F # 0 +0x8EA3DBED 0x9A18 # 0 +0x8EA3DBEE 0x9A21 # 0 +0x8EA3DBEF 0x9A17 # 0 +0x8EA3DBF1 0x9B09 # 0 +0x8EA3DBF4 0x9BC5 # 0 +0x8EA3DBF5 0x9BDF # 0 +0x8EA3DBF7 0x9BE3 # 0 +0x8EA3DBF9 0x9BE9 # 0 +0x8EA3DBFA 0x9BEE # 0 +0x8EA3DBFD 0x9D66 # 0 +0x8EA3DBFE 0x9D7A # 0 +0x8EA3DCA2 0x9D6E # 0 +0x8EA3DCA3 0x9D91 # 0 +0x8EA3DCA4 0x9D83 # 0 +0x8EA3DCA5 0x9D76 # 0 +0x8EA3DCA6 0x9D7E # 0 +0x8EA3DCA7 0x9D6D # 0 +0x8EA3DCA9 0x9E95 # 0 +0x8EA3DCAA 0x9EE3 # 0 +0x8EA3DCAD 0x9F03 # 0 +0x8EA3DCAE 0x9F04 # 0 +0x8EA3DCB0 0x9F17 # 0 +0x8EA3DCB2 0x5136 # 0 +0x8EA3DCB4 0x5336 # 0 +0x8EA3DCB6 0x5B42 # 0 +0x8EA3DCB9 0x5B44 # 0 +0x8EA3DCBA 0x5B46 # 0 +0x8EA3DCBB 0x5B7E # 0 +0x8EA3DCBC 0x5DCA # 0 +0x8EA3DCBD 0x5DC8 # 0 +0x8EA3DCBE 0x5DCC # 0 +0x8EA3DCBF 0x5EF0 # 0 +0x8EA3DCC1 0x6585 # 0 +0x8EA3DCC2 0x66E5 # 0 +0x8EA3DCC3 0x66E7 # 0 +0x8EA3DCC7 0x6AF4 # 0 +0x8EA3DCC9 0x6AE9 # 0 +0x8EA3DCCF 0x703D # 0 +0x8EA3DCD1 0x7036 # 0 +0x8EA3DCD3 0x7216 # 0 +0x8EA3DCD5 0x7212 # 0 +0x8EA3DCD6 0x720F # 0 +0x8EA3DCD7 0x7217 # 0 +0x8EA3DCD8 0x7211 # 0 +0x8EA3DCD9 0x720B # 0 +0x8EA3DCDC 0x74CD # 0 +0x8EA3DCDD 0x74D0 # 0 +0x8EA3DCDE 0x74CC # 0 +0x8EA3DCDF 0x74CE # 0 +0x8EA3DCE0 0x74D1 # 0 +0x8EA3DCE2 0x7589 # 0 +0x8EA3DCE4 0x7A6F # 0 +0x8EA3DCE5 0x7C4B # 0 +0x8EA3DCE6 0x7C44 # 0 +0x8EA3DCEC 0x7E7F # 0 +0x8EA3DCED 0x8B71 # 0 +0x8EA3DCEF 0x802F # 0 +0x8EA3DCF0 0x807A # 0 +0x8EA3DCF1 0x807B # 0 +0x8EA3DCF2 0x807C # 0 +0x8EA3DCF6 0x85FC # 0 +0x8EA3DCF7 0x8610 # 0 +0x8EA3DCF8 0x8602 # 0 +0x8EA3DCFB 0x85EE # 0 +0x8EA3DCFC 0x8603 # 0 +0x8EA3DCFE 0x860D # 0 +0x8EA3DDA1 0x8613 # 0 +0x8EA3DDA2 0x8608 # 0 +0x8EA3DDA3 0x860F # 0 +0x8EA3DDA4 0x8818 # 0 +0x8EA3DDA5 0x8812 # 0 +0x8EA3DDA8 0x8967 # 0 +0x8EA3DDA9 0x8965 # 0 +0x8EA3DDAA 0x89BB # 0 +0x8EA3DDAB 0x8B69 # 0 +0x8EA3DDAC 0x8B62 # 0 +0x8EA3DDAE 0x8B6E # 0 +0x8EA3DDB0 0x8B61 # 0 +0x8EA3DDB2 0x8B64 # 0 +0x8EA3DDB3 0x8B4D # 0 +0x8EA3DDB4 0x8C51 # 0 +0x8EA3DDB7 0x8E83 # 0 +0x8EA3DDB8 0x8EC6 # 0 +0x8EA3DDBA 0x941F # 0 +0x8EA3DDBC 0x9404 # 0 +0x8EA3DDBD 0x9417 # 0 +0x8EA3DDBE 0x9408 # 0 +0x8EA3DDBF 0x9405 # 0 +0x8EA3DDC1 0x93F3 # 0 +0x8EA3DDC2 0x941E # 0 +0x8EA3DDC3 0x9402 # 0 +0x8EA3DDC4 0x941A # 0 +0x8EA3DDC5 0x941B # 0 +0x8EA3DDC6 0x9427 # 0 +0x8EA3DDC7 0x941C # 0 +0x8EA3DDC9 0x96B5 # 0 +0x8EA3DDCC 0x9733 # 0 +0x8EA3DDCE 0x9734 # 0 +0x8EA3DDCF 0x9731 # 0 +0x8EA3DDD0 0x97B8 # 0 +0x8EA3DDD1 0x97BA # 0 +0x8EA3DDD3 0x97FC # 0 +0x8EA3DDD6 0x98C3 # 0 +0x8EA3DDD8 0x994D # 0 +0x8EA3DDDA 0x9A2F # 0 +0x8EA3DDDE 0x9AC9 # 0 +0x8EA3DDE0 0x9AC8 # 0 +0x8EA3DDE1 0x9AC4 # 0 +0x8EA3DDE2 0x9B2A # 0 +0x8EA3DDE3 0x9B38 # 0 +0x8EA3DDE4 0x9B50 # 0 +0x8EA3DDE6 0x9C0A # 0 +0x8EA3DDE7 0x9BFB # 0 +0x8EA3DDE8 0x9C04 # 0 +0x8EA3DDE9 0x9BFC # 0 +0x8EA3DDEA 0x9BFE # 0 +0x8EA3DDEE 0x9C02 # 0 +0x8EA3DDEF 0x9BF6 # 0 +0x8EA3DDF0 0x9C1B # 0 +0x8EA3DDF1 0x9BF9 # 0 +0x8EA3DDF2 0x9C15 # 0 +0x8EA3DDF3 0x9C10 # 0 +0x8EA3DDF4 0x9BFF # 0 +0x8EA3DDF5 0x9C00 # 0 +0x8EA3DDF6 0x9C0C # 0 +0x8EA3DDF9 0x9D95 # 0 +0x8EA3DDFA 0x9DA5 # 0 +0x8EA3DEA1 0x9E98 # 0 +0x8EA3DEA2 0x9EC1 # 0 +0x8EA3DEA4 0x9F5A # 0 +0x8EA3DEA5 0x5164 # 0 +0x8EA3DEA6 0x56BB # 0 +0x8EA3DEA8 0x58E6 # 0 +0x8EA3DEA9 0x5B49 # 0 +0x8EA3DEAA 0x5BF7 # 0 +0x8EA3DEAD 0x5DD0 # 0 +0x8EA3DEAF 0x5FC2 # 0 +0x8EA3DEB1 0x6511 # 0 +0x8EA3DEB3 0x6AFF # 0 +0x8EA3DEB4 0x6AFE # 0 +0x8EA3DEB5 0x6AFD # 0 +0x8EA3DEB7 0x6B01 # 0 +0x8EA3DEBA 0x704B # 0 +0x8EA3DEBB 0x704D # 0 +0x8EA3DEBC 0x7047 # 0 +0x8EA3DEBD 0x74D3 # 0 +0x8EA3DEBE 0x7668 # 0 +0x8EA3DEBF 0x7667 # 0 +0x8EA3DEC2 0x77D1 # 0 +0x8EA3DEC3 0x7930 # 0 +0x8EA3DEC4 0x7932 # 0 +0x8EA3DEC5 0x792E # 0 +0x8EA3DEC7 0x9F9D # 0 +0x8EA3DEC8 0x7AC9 # 0 +0x8EA3DEC9 0x7AC8 # 0 +0x8EA3DECB 0x7C56 # 0 +0x8EA3DECC 0x7C51 # 0 +0x8EA3DED0 0x7E85 # 0 +0x8EA3DED1 0x7E89 # 0 +0x8EA3DED2 0x7E8E # 0 +0x8EA3DED3 0x7E84 # 0 +0x8EA3DED5 0x826A # 0 +0x8EA3DED6 0x862B # 0 +0x8EA3DED7 0x862F # 0 +0x8EA3DED8 0x8628 # 0 +0x8EA3DEDA 0x8616 # 0 +0x8EA3DEDB 0x8615 # 0 +0x8EA3DEDC 0x861D # 0 +0x8EA3DEDD 0x881A # 0 +0x8EA3DEE1 0x89BC # 0 +0x8EA3DEE2 0x8B75 # 0 +0x8EA3DEE3 0x8B7C # 0 +0x8EA3DEE5 0x8D11 # 0 +0x8EA3DEE6 0x8D12 # 0 +0x8EA3DEE7 0x8F5C # 0 +0x8EA3DEE8 0x91BB # 0 +0x8EA3DEEA 0x93F4 # 0 +0x8EA3DEED 0x942D # 0 +0x8EA3DEF0 0x96E4 # 0 +0x8EA3DEF1 0x9737 # 0 +0x8EA3DEF2 0x9736 # 0 +0x8EA3DEF3 0x9767 # 0 +0x8EA3DEF4 0x97BE # 0 +0x8EA3DEF5 0x97BD # 0 +0x8EA3DEF6 0x97E2 # 0 +0x8EA3DEF7 0x9868 # 0 +0x8EA3DEF8 0x9866 # 0 +0x8EA3DEF9 0x98C8 # 0 +0x8EA3DEFA 0x98CA # 0 +0x8EA3DEFB 0x98C7 # 0 +0x8EA3DEFC 0x98DC # 0 +0x8EA3DEFE 0x994F # 0 +0x8EA3DFA1 0x99A9 # 0 +0x8EA3DFA2 0x9A3C # 0 +0x8EA3DFA4 0x9A3B # 0 +0x8EA3DFA5 0x9ACE # 0 +0x8EA3DFA7 0x9B14 # 0 +0x8EA3DFA8 0x9B53 # 0 +0x8EA3DFAA 0x9C2E # 0 +0x8EA3DFAC 0x9C1F # 0 +0x8EA3DFB1 0x9DB0 # 0 +0x8EA3DFB2 0x9DBD # 0 +0x8EA3DFB5 0x9DAE # 0 +0x8EA3DFB6 0x9DC4 # 0 +0x8EA3DFB7 0x9E7B # 0 +0x8EA3DFBA 0x9E9E # 0 +0x8EA3DFBC 0x9F05 # 0 +0x8EA3DFBE 0x9F69 # 0 +0x8EA3DFBF 0x9FA1 # 0 +0x8EA3DFC0 0x56C7 # 0 +0x8EA3DFC1 0x571D # 0 +0x8EA3DFC2 0x5B4A # 0 +0x8EA3DFC3 0x5DD3 # 0 +0x8EA3DFC5 0x5F72 # 0 +0x8EA3DFC6 0x6202 # 0 +0x8EA3DFC8 0x6235 # 0 +0x8EA3DFC9 0x6527 # 0 +0x8EA3DFCA 0x651E # 0 +0x8EA3DFCB 0x651F # 0 +0x8EA3DFCE 0x6B07 # 0 +0x8EA3DFCF 0x6B06 # 0 +0x8EA3DFD2 0x7054 # 0 +0x8EA3DFD3 0x721C # 0 +0x8EA3DFD4 0x7220 # 0 +0x8EA3DFD5 0x7AF8 # 0 +0x8EA3DFD7 0x7C5D # 0 +0x8EA3DFD8 0x7C58 # 0 +0x8EA3DFDA 0x7E92 # 0 +0x8EA3DFDB 0x7F4E # 0 +0x8EA3DFDF 0x8827 # 0 +0x8EA3DFE1 0x8B81 # 0 +0x8EA3DFE2 0x8B83 # 0 +0x8EA3DFE4 0x8C44 # 0 +0x8EA3DFE9 0x9442 # 0 +0x8EA3DFEA 0x944D # 0 +0x8EA3DFEB 0x9454 # 0 +0x8EA3DFEC 0x944E # 0 +0x8EA3DFEE 0x9443 # 0 +0x8EA3DFF1 0x973C # 0 +0x8EA3DFF2 0x9740 # 0 +0x8EA3DFF3 0x97C0 # 0 +0x8EA3DFF8 0x995A # 0 +0x8EA3DFF9 0x9A51 # 0 +0x8EA3DFFB 0x9ADD # 0 +0x8EA3DFFE 0x9C38 # 0 +0x8EA3E0A2 0x9C45 # 0 +0x8EA3E0A3 0x9C3A # 0 +0x8EA3E0A5 0x9C35 # 0 +0x8EA3E0A9 0x9EF1 # 0 +0x8EA3E0AB 0x9F93 # 0 +0x8EA3E0AC 0x529A # 0 +0x8EA3E0AF 0x8641 # 0 +0x8EA3E0B0 0x5DD7 # 0 +0x8EA3E0B2 0x6528 # 0 +0x8EA3E0B6 0x7053 # 0 +0x8EA3E0B7 0x7059 # 0 +0x8EA3E0B9 0x7221 # 0 +0x8EA3E0BB 0x766F # 0 +0x8EA3E0BC 0x7937 # 0 +0x8EA3E0BD 0x79B5 # 0 +0x8EA3E0BE 0x7C62 # 0 +0x8EA3E0BF 0x7C5E # 0 +0x8EA3E0C0 0x7CF5 # 0 +0x8EA3E0C3 0x863D # 0 +0x8EA3E0C5 0x882D # 0 +0x8EA3E0C6 0x8989 # 0 +0x8EA3E0C7 0x8B8D # 0 +0x8EA3E0C8 0x8B87 # 0 +0x8EA3E0C9 0x8B90 # 0 +0x8EA3E0CA 0x8D1A # 0 +0x8EA3E0CB 0x8E99 # 0 +0x8EA3E0CF 0x945F # 0 +0x8EA3E0D2 0x9456 # 0 +0x8EA3E0D3 0x9461 # 0 +0x8EA3E0D4 0x945B # 0 +0x8EA3E0D5 0x945A # 0 +0x8EA3E0D6 0x945C # 0 +0x8EA3E0D7 0x9465 # 0 +0x8EA3E0D9 0x9741 # 0 +0x8EA3E0DC 0x986E # 0 +0x8EA3E0DD 0x986C # 0 +0x8EA3E0DE 0x986D # 0 +0x8EA3E0E0 0x99AA # 0 +0x8EA3E0E1 0x9A5C # 0 +0x8EA3E0E2 0x9A58 # 0 +0x8EA3E0E3 0x9ADE # 0 +0x8EA3E0E5 0x9C4F # 0 +0x8EA3E0E6 0x9C51 # 0 +0x8EA3E0E8 0x9C53 # 0 +0x8EA3E0EC 0x9DFC # 0 +0x8EA3E0ED 0x9F39 # 0 +0x8EA3E0EF 0x513E # 0 +0x8EA3E0F1 0x56D2 # 0 +0x8EA3E0F3 0x5B4F # 0 +0x8EA3E0F4 0x6B14 # 0 +0x8EA3E0F6 0x7A72 # 0 +0x8EA3E0F7 0x7A73 # 0 +0x8EA3E0FB 0x8B91 # 0 +0x8EA3E0FE 0x91BF # 0 +0x8EA3E1A2 0x946C # 0 +0x8EA3E1A5 0x96E6 # 0 +0x8EA3E1A6 0x9745 # 0 +0x8EA3E1A8 0x97C8 # 0 +0x8EA3E1A9 0x97E4 # 0 +0x8EA3E1AA 0x995D # 0 +0x8EA3E1AC 0x9B21 # 0 +0x8EA3E1AE 0x9B2C # 0 +0x8EA3E1AF 0x9B57 # 0 +0x8EA3E1B2 0x9C5D # 0 +0x8EA3E1B3 0x9C61 # 0 +0x8EA3E1B4 0x9C65 # 0 +0x8EA3E1B5 0x9E08 # 0 +0x8EA3E1BB 0x9F45 # 0 +0x8EA3E1BE 0x6205 # 0 +0x8EA3E1BF 0x66EF # 0 +0x8EA3E1C0 0x6B1B # 0 +0x8EA3E1C1 0x6B1D # 0 +0x8EA3E1C2 0x7225 # 0 +0x8EA3E1C3 0x7224 # 0 +0x8EA3E1C4 0x7C6D # 0 +0x8EA3E1C6 0x8642 # 0 +0x8EA3E1C7 0x8649 # 0 +0x8EA3E1C9 0x8978 # 0 +0x8EA3E1CA 0x898A # 0 +0x8EA3E1CB 0x8B97 # 0 +0x8EA3E1CD 0x8C9B # 0 +0x8EA3E1CE 0x8D1C # 0 +0x8EA3E1D0 0x8EA2 # 0 +0x8EA3E1D9 0x9C6C # 0 +0x8EA3E1DB 0x9C6F # 0 +0x8EA3E1DD 0x9E0E # 0 +0x8EA3E1DF 0x9F08 # 0 +0x8EA3E1E0 0x9F1D # 0 +0x8EA3E1E1 0x9FA3 # 0 +0x8EA3E1E4 0x5F60 # 0 +0x8EA3E1E5 0x6B1C # 0 +0x8EA3E1E9 0x7CF3 # 0 +0x8EA3E1EB 0x8B9B # 0 +0x8EA3E1EC 0x8EA7 # 0 +0x8EA3E1ED 0x91C4 # 0 +0x8EA3E1EF 0x947A # 0 +0x8EA3E1F2 0x9A61 # 0 +0x8EA3E1F3 0x9A63 # 0 +0x8EA3E1F4 0x9AD7 # 0 +0x8EA3E1F5 0x9C76 # 0 +0x8EA3E1F7 0x9FA5 # 0 +0x8EA3E1F9 0x7067 # 0 +0x8EA3E1FB 0x72AB # 0 +0x8EA3E1FC 0x864A # 0 +0x8EA3E1FD 0x897D # 0 +0x8EA3E1FE 0x8B9D # 0 +0x8EA3E2A1 0x8C53 # 0 +0x8EA3E2A2 0x8F65 # 0 +0x8EA3E2A3 0x947B # 0 +0x8EA3E2A5 0x98CD # 0 +0x8EA3E2A6 0x98DD # 0 +0x8EA3E2A8 0x9B30 # 0 +0x8EA3E2A9 0x9E16 # 0 +0x8EA3E2AF 0x96E7 # 0 +0x8EA3E2B0 0x9E18 # 0 +0x8EA3E2B1 0x9EA2 # 0 +0x8EA3E2B3 0x9F7C # 0 +0x8EA3E2B5 0x7E9E # 0 +0x8EA3E2B6 0x9484 # 0 +0x8EA3E2B8 0x9E1C # 0 +0x8EA3E2BA 0x7C71 # 0 +0x8EA3E2BB 0x97CA # 0 +0x8EA3E2BF 0x9EA3 # 0 +0x8EA3E2C1 0x9C7B # 0 +0x8EA3E2C2 0x9F97 # 0 +0x8EA3E2C5 0x9750 # 0 +0x8EA3E2C9 0x5727 # 0 +0x8EA3E2CA 0x5C13 # 0 +0x8EA3E2D1 0x5FC8 # 0 +0x8EA3E2D7 0x6765 # 0 +0x8EA3E2DA 0x52BD # 0 +0x8EA3E2DC 0x5B66 # 0 +0x8EA3E2DE 0x65F9 # 0 +0x8EA3E2DF 0x6788 # 0 +0x8EA3E2E0 0x6CE6 # 0 +0x8EA3E2E1 0x6CCB # 0 +0x8EA3E2E3 0x4FBD # 0 +0x8EA3E2E4 0x5F8D # 0 +0x8EA3E2E6 0x6018 # 0 +0x8EA3E2E7 0x6048 # 0 +0x8EA3E2E9 0x6B29 # 0 +0x8EA3E2EA 0x70A6 # 0 +0x8EA3E2EC 0x7706 # 0 +0x8EA3E2F0 0x5A10 # 0 +0x8EA3E2F1 0x5CFC # 0 +0x8EA3E2F2 0x5CFE # 0 +0x8EA3E2F9 0x70C9 # 0 +0x8EA3E3A3 0x9579 # 0 +0x8EA3E3A5 0x96BA # 0 +0x8EA3E3AD 0x7B29 # 0 +0x8EA3E3AE 0x8128 # 0 +0x8EA3E3B0 0x8A2E # 0 +0x8EA3E3B4 0x9AD9 # 0 +0x8EA3E3B6 0x582B # 0 +0x8EA3E3B7 0x5845 # 0 +0x8EA3E3B9 0x63FA # 0 +0x8EA3E3BD 0x6E86 # 0 +0x8EA3E3C3 0x5867 # 0 +0x8EA3E3C5 0x5BDD # 0 +0x8EA3E3C6 0x656E # 0 +0x8EA3E3CA 0x8C87 # 0 +0x8EA3E3CC 0x50D2 # 0 +0x8EA3E3CD 0x50DF # 0 +0x8EA3E3D2 0x69BA # 0 +0x8EA3E3D4 0x6B9D # 0 +0x8EA3E3D6 0x8059 # 0 +0x8EA3E3E3 0x6F8A # 0 +0x8EA3E3E6 0x7BC3 # 0 +0x8EA3E3E7 0x7BC2 # 0 +0x8EA3E3EC 0x90F6 # 0 +0x8EA3E3EE 0x9823 # 0 +0x8EA3E3F4 0x71CD # 0 +0x8EA3E3F5 0x7499 # 0 +0x8EA3E3FB 0x9842 # 0 +0x8EA3E4A2 0x7F84 # 0 +0x8EA3E4A8 0x8D0E # 0 +0x8EA3E4AA 0x9861 # 0 +0x8EA3E4AD 0x8B73 # 0 +0x8EA3E4AF 0x9C27 # 0 +0x8EA3E4B1 0x9458 # 0 +0x8EA3E4B2 0x77D6 # 0 +0x8EA3E4B3 0x9B2D # 0 +0x8EA3E4C8 0x4F66 # 0 +0x8EA3E4C9 0x4F68 # 0 +0x8EA3E4CA 0x4FE7 # 0 +0x8EA3E4CB 0x503F # 0 +0x8EA3E4CD 0x50A6 # 0 +0x8EA3E4CE 0x510F # 0 +0x8EA3E4CF 0x523E # 0 +0x8EA3E4D0 0x5324 # 0 +0x8EA3E4D1 0x5365 # 0 +0x8EA3E4D2 0x539B # 0 +0x8EA3E4D3 0x517F # 0 +0x8EA3E4D4 0x54CB # 0 +0x8EA3E4D5 0x5573 # 0 +0x8EA3E4D6 0x5571 # 0 +0x8EA3E4D7 0x556B # 0 +0x8EA3E4D8 0x55F4 # 0 +0x8EA3E4D9 0x5622 # 0 +0x8EA3E4DA 0x5620 # 0 +0x8EA3E4DB 0x5692 # 0 +0x8EA3E4DC 0x56BA # 0 +0x8EA3E4DD 0x5691 # 0 +0x8EA3E4DE 0x56B0 # 0 +0x8EA3E4DF 0x5759 # 0 +0x8EA3E4E0 0x578A # 0 +0x8EA3E4E1 0x580F # 0 +0x8EA3E4E2 0x5812 # 0 +0x8EA3E4E3 0x5813 # 0 +0x8EA3E4E4 0x5847 # 0 +0x8EA3E4E5 0x589B # 0 +0x8EA3E4E6 0x5900 # 0 +0x8EA3E4E7 0x594D # 0 +0x8EA3E4E8 0x5AD1 # 0 +0x8EA3E4E9 0x5AD3 # 0 +0x8EA3E4EA 0x5B67 # 0 +0x8EA3E4EB 0x5C57 # 0 +0x8EA3E4EC 0x5C77 # 0 +0x8EA3E4ED 0x5CD5 # 0 +0x8EA3E4EE 0x5D75 # 0 +0x8EA3E4EF 0x5D8E # 0 +0x8EA3E4F0 0x5DA5 # 0 +0x8EA3E4F1 0x5DB6 # 0 +0x8EA3E4F2 0x5DBF # 0 +0x8EA3E4F3 0x5E65 # 0 +0x8EA3E4F4 0x5ECD # 0 +0x8EA3E4F5 0x5EED # 0 +0x8EA3E4F6 0x5F94 # 0 +0x8EA3E4F7 0x5F9A # 0 +0x8EA3E4F8 0x5FBA # 0 +0x8EA3E4F9 0x6125 # 0 +0x8EA3E4FA 0x6150 # 0 +0x8EA3E4FB 0x62A3 # 0 +0x8EA3E4FC 0x6360 # 0 +0x8EA3E4FD 0x6364 # 0 +0x8EA3E4FE 0x63B6 # 0 +0x8EA3E5A1 0x6403 # 0 +0x8EA3E5A2 0x64B6 # 0 +0x8EA3E5A3 0x651A # 0 +0x8EA3E5A4 0x7A25 # 0 +0x8EA3E5A5 0x5C21 # 0 +0x8EA3E5A6 0x66E2 # 0 +0x8EA3E5A7 0x6702 # 0 +0x8EA3E5A8 0x67A4 # 0 +0x8EA3E5A9 0x67AC # 0 +0x8EA3E5AA 0x6810 # 0 +0x8EA3E5AB 0x6806 # 0 +0x8EA3E5AC 0x685E # 0 +0x8EA3E5AD 0x685A # 0 +0x8EA3E5AE 0x692C # 0 +0x8EA3E5AF 0x6929 # 0 +0x8EA3E5B0 0x6A2D # 0 +0x8EA3E5B1 0x6A77 # 0 +0x8EA3E5B2 0x6A7A # 0 +0x8EA3E5B3 0x6ACA # 0 +0x8EA3E5B4 0x6AE6 # 0 +0x8EA3E5B5 0x6AF5 # 0 +0x8EA3E5B6 0x6B0D # 0 +0x8EA3E5B7 0x6B0E # 0 +0x8EA3E5B8 0x6BDC # 0 +0x8EA3E5B9 0x6BDD # 0 +0x8EA3E5BA 0x6BF6 # 0 +0x8EA3E5BB 0x6C1E # 0 +0x8EA3E5BC 0x6C63 # 0 +0x8EA3E5BD 0x6DA5 # 0 +0x8EA3E5BE 0x6E0F # 0 +0x8EA3E5BF 0x6E8A # 0 +0x8EA3E5C0 0x6E84 # 0 +0x8EA3E5C1 0x6E8B # 0 +0x8EA3E5C2 0x6E7C # 0 +0x8EA3E5C3 0x6F4C # 0 +0x8EA3E5C4 0x6F48 # 0 +0x8EA3E5C5 0x6F49 # 0 +0x8EA3E5C6 0x6F9D # 0 +0x8EA3E5C7 0x6F99 # 0 +0x8EA3E5C8 0x6FF8 # 0 +0x8EA3E5C9 0x702E # 0 +0x8EA3E5CA 0x702D # 0 +0x8EA3E5CB 0x705C # 0 +0x8EA3E5CC 0x79CC # 0 +0x8EA3E5CD 0x70BF # 0 +0x8EA3E5CE 0x70EA # 0 +0x8EA3E5CF 0x70E5 # 0 +0x8EA3E5D0 0x7111 # 0 +0x8EA3E5D1 0x7112 # 0 +0x8EA3E5D2 0x713F # 0 +0x8EA3E5D3 0x7139 # 0 +0x8EA3E5D4 0x713B # 0 +0x8EA3E5D5 0x713D # 0 +0x8EA3E5D6 0x7177 # 0 +0x8EA3E5D7 0x7175 # 0 +0x8EA3E5D8 0x7176 # 0 +0x8EA3E5D9 0x7171 # 0 +0x8EA3E5DA 0x7196 # 0 +0x8EA3E5DB 0x7193 # 0 +0x8EA3E5DC 0x71B4 # 0 +0x8EA3E5DD 0x71DD # 0 +0x8EA3E5DE 0x71DE # 0 +0x8EA3E5DF 0x720E # 0 +0x8EA3E5E0 0x5911 # 0 +0x8EA3E5E1 0x7218 # 0 +0x8EA3E5E2 0x7347 # 0 +0x8EA3E5E3 0x7348 # 0 +0x8EA3E5E4 0x73EF # 0 +0x8EA3E5E5 0x7412 # 0 +0x8EA3E5E6 0x743B # 0 +0x8EA3E5E7 0x74A4 # 0 +0x8EA3E5E8 0x748D # 0 +0x8EA3E5E9 0x74B4 # 0 +0x8EA3E5EA 0x7673 # 0 +0x8EA3E5EB 0x7677 # 0 +0x8EA3E5EC 0x76BC # 0 +0x8EA3E5ED 0x7819 # 0 +0x8EA3E5EE 0x781B # 0 +0x8EA3E5EF 0x783D # 0 +0x8EA3E5F0 0x7853 # 0 +0x8EA3E5F1 0x7854 # 0 +0x8EA3E5F2 0x7858 # 0 +0x8EA3E5F3 0x78B7 # 0 +0x8EA3E5F4 0x78D8 # 0 +0x8EA3E5F5 0x78EE # 0 +0x8EA3E5F6 0x7922 # 0 +0x8EA3E5F7 0x794D # 0 +0x8EA3E5F8 0x7986 # 0 +0x8EA3E5F9 0x7999 # 0 +0x8EA3E5FA 0x79A3 # 0 +0x8EA3E5FB 0x79BC # 0 +0x8EA3E5FC 0x7AA7 # 0 +0x8EA3E5FD 0x7B37 # 0 +0x8EA3E5FE 0x7B59 # 0 +0x8EA3E6A1 0x7BD0 # 0 +0x8EA3E6A2 0x7C2F # 0 +0x8EA3E6A3 0x7C32 # 0 +0x8EA3E6A4 0x7C42 # 0 +0x8EA3E6A5 0x7C4E # 0 +0x8EA3E6A6 0x7C68 # 0 +0x8EA3E6A7 0x7CA9 # 0 +0x8EA3E6A8 0x7CED # 0 +0x8EA3E6A9 0x7DD0 # 0 +0x8EA3E6AA 0x7E07 # 0 +0x8EA3E6AB 0x7DD3 # 0 +0x8EA3E6AC 0x7E64 # 0 +0x8EA3E6AD 0x7F40 # 0 +0x8EA3E6AF 0x8041 # 0 +0x8EA3E6B0 0x8063 # 0 +0x8EA3E6B1 0x80BB # 0 +0x8EA3E6B2 0x6711 # 0 +0x8EA3E6B3 0x6725 # 0 +0x8EA3E6B4 0x8248 # 0 +0x8EA3E6B5 0x8310 # 0 +0x8EA3E6B6 0x8362 # 0 +0x8EA3E6B7 0x8312 # 0 +0x8EA3E6B8 0x8421 # 0 +0x8EA3E6B9 0x841E # 0 +0x8EA3E6BA 0x84E2 # 0 +0x8EA3E6BB 0x84DE # 0 +0x8EA3E6BC 0x84E1 # 0 +0x8EA3E6BD 0x8573 # 0 +0x8EA3E6BE 0x85D4 # 0 +0x8EA3E6BF 0x85F5 # 0 +0x8EA3E6C0 0x8637 # 0 +0x8EA3E6C1 0x8645 # 0 +0x8EA3E6C2 0x8672 # 0 +0x8EA3E6C3 0x874A # 0 +0x8EA3E6C4 0x87A9 # 0 +0x8EA3E6C5 0x87A5 # 0 +0x8EA3E6C6 0x87F5 # 0 +0x8EA3E6C7 0x8834 # 0 +0x8EA3E6C8 0x8850 # 0 +0x8EA3E6C9 0x8887 # 0 +0x8EA3E6CA 0x8954 # 0 +0x8EA3E6CB 0x8984 # 0 +0x8EA3E6CC 0x8B03 # 0 +0x8EA3E6CD 0x8C52 # 0 +0x8EA3E6CE 0x8CD8 # 0 +0x8EA3E6CF 0x8D0C # 0 +0x8EA3E6D0 0x8D18 # 0 +0x8EA3E6D1 0x8DB0 # 0 +0x8EA3E6D2 0x8EBC # 0 +0x8EA3E6D3 0x8ED5 # 0 +0x8EA3E6D4 0x8FAA # 0 +0x8EA3E6D5 0x909C # 0 +0x8EA3E6D7 0x915C # 0 +0x8EA3E6D8 0x922B # 0 +0x8EA3E6D9 0x9221 # 0 +0x8EA3E6DA 0x9273 # 0 +0x8EA3E6DB 0x92F4 # 0 +0x8EA3E6DC 0x92F5 # 0 +0x8EA3E6DD 0x933F # 0 +0x8EA3E6DE 0x9342 # 0 +0x8EA3E6DF 0x9386 # 0 +0x8EA3E6E0 0x93BE # 0 +0x8EA3E6E1 0x93BC # 0 +0x8EA3E6E2 0x93BD # 0 +0x8EA3E6E3 0x93F1 # 0 +0x8EA3E6E4 0x93F2 # 0 +0x8EA3E6E5 0x93EF # 0 +0x8EA3E6E6 0x9422 # 0 +0x8EA3E6E7 0x9423 # 0 +0x8EA3E6E8 0x9424 # 0 +0x8EA3E6E9 0x9467 # 0 +0x8EA3E6EA 0x9466 # 0 +0x8EA3E6EB 0x9597 # 0 +0x8EA3E6EC 0x95CE # 0 +0x8EA3E6ED 0x95E7 # 0 +0x8EA3E6EE 0x973B # 0 +0x8EA3E6EF 0x974D # 0 +0x8EA3E6F0 0x98E4 # 0 +0x8EA3E6F1 0x9942 # 0 +0x8EA3E6F2 0x9B1D # 0 +0x8EA3E6F3 0x9B98 # 0 +0x8EA3E6F5 0x9D49 # 0 +0x8EA3E6F6 0x6449 # 0 +0x8EA3E6F7 0x5E71 # 0 +0x8EA3E6F8 0x5E85 # 0 +0x8EA3E6F9 0x61D3 # 0 +0x8EA3E6FA 0x990E # 0 +0x8EA3E6FB 0x8002 # 0 +0x8EA3E6FC 0x781E # 0 +0x8EA3E7A1 0x5528 # 0 +0x8EA3E7A2 0x5572 # 0 +0x8EA3E7A3 0x55BA # 0 +0x8EA3E7A4 0x55F0 # 0 +0x8EA3E7A5 0x55EE # 0 +0x8EA3E7A6 0x56B8 # 0 +0x8EA3E7A7 0x56B9 # 0 +0x8EA3E7A8 0x56C4 # 0 +0x8EA3E7A9 0x8053 # 0 +0x8EA3E7AA 0x92B0 # 0 diff --git a/data/iso-8859-1 b/data/iso-8859-1 new file mode 100644 index 0000000000..057d8aee3d --- /dev/null +++ b/data/iso-8859-1 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-1 +# (Latin1/West European) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 00A1 +A2 00A2 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 00AA +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 00BA +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00BF +C0 00C0 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 00CC +CD 00CD +CE 00CE +CF 00CF +D0 00D0 +D1 00D1 +D2 00D2 +D3 00D3 +D4 00D4 +D5 00D5 +D6 00D6 +D7 00D7 +D8 00D8 +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 00DD +DE 00DE +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 00EC +ED 00ED +EE 00EE +EF 00EF +F0 00F0 +F1 00F1 +F2 00F2 +F3 00F3 +F4 00F4 +F5 00F5 +F6 00F6 +F7 00F7 +F8 00F8 +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 00FD +FE 00FE +FF 00FF diff --git a/data/iso-8859-1.txt b/data/iso-8859-1.txt new file mode 100644 index 0000000000..473ecabc17 --- /dev/null +++ b/data/iso-8859-1.txt @@ -0,0 +1,303 @@ +# +# Name: ISO/IEC 8859-1:1998 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-1:1998 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-1 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-1 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x00A1 # INVERTED EXCLAMATION MARK +0xA2 0x00A2 # CENT SIGN +0xA3 0x00A3 # POUND SIGN +0xA4 0x00A4 # CURRENCY SIGN +0xA5 0x00A5 # YEN SIGN +0xA6 0x00A6 # BROKEN BAR +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00A8 # DIAERESIS +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x00AA # FEMININE ORDINAL INDICATOR +0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC # NOT SIGN +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x00AE # REGISTERED SIGN +0xAF 0x00AF # MACRON +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x00B2 # SUPERSCRIPT TWO +0xB3 0x00B3 # SUPERSCRIPT THREE +0xB4 0x00B4 # ACUTE ACCENT +0xB5 0x00B5 # MICRO SIGN +0xB6 0x00B6 # PILCROW SIGN +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x00B8 # CEDILLA +0xB9 0x00B9 # SUPERSCRIPT ONE +0xBA 0x00BA # MASCULINE ORDINAL INDICATOR +0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC # VULGAR FRACTION ONE QUARTER +0xBD 0x00BD # VULGAR FRACTION ONE HALF +0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS +0xBF 0x00BF # INVERTED QUESTION MARK +0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 # LATIN CAPITAL LETTER AE +0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x00D0 # LATIN CAPITAL LETTER ETH (Icelandic) +0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 # MULTIPLICATION SIGN +0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE +0xDE 0x00DE # LATIN CAPITAL LETTER THORN (Icelandic) +0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German) +0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 # LATIN SMALL LETTER AE +0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x00F0 # LATIN SMALL LETTER ETH (Icelandic) +0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE +0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 # DIVISION SIGN +0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE +0xFE 0x00FE # LATIN SMALL LETTER THORN (Icelandic) +0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS diff --git a/data/iso-8859-10 b/data/iso-8859-10 new file mode 100644 index 0000000000..31f55552ee --- /dev/null +++ b/data/iso-8859-10 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-10 +# (Latin6/Nordic) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 0104 +A2 0112 +A3 0122 +A4 012A +A5 0128 +A6 0136 +A7 00A7 +A8 013B +A9 0110 +AA 0160 +AB 0166 +AC 017D +AD 00AD +AE 016A +AF 014A +B0 00B0 +B1 0105 +B2 0113 +B3 0123 +B4 012B +B5 0129 +B6 0137 +B7 00B7 +B8 013C +B9 0111 +BA 0161 +BB 0167 +BC 017E +BD 2015 +BE 016B +BF 014B +C0 0100 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 012E +C8 010C +C9 00C9 +CA 0118 +CB 00CB +CC 0116 +CD 00CD +CE 00CE +CF 00CF +D0 0110 +D1 0145 +D2 014C +D3 00D3 +D4 00D4 +D5 00D5 +D6 00D6 +D7 0168 +D8 00D8 +D9 0172 +DA 00DA +DB 00DB +DC 00DC +DD 00DD +DE 00DE +DF 00DF +E0 0101 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 012F +E8 010D +E9 00E9 +EA 0119 +EB 00EB +EC 0117 +ED 00ED +EE 00EE +EF 00EF +F0 00F0 +F1 0146 +F2 014D +F3 00F3 +F4 00F4 +F5 00F5 +F6 00F6 +F7 0169 +F8 00F8 +F9 0173 +FA 00FA +FB 00FB +FC 00FC +FD 00FD +FE 00FD +FF 0138 diff --git a/data/iso-8859-10.txt b/data/iso-8859-10.txt new file mode 100644 index 0000000000..374a42b1a5 --- /dev/null +++ b/data/iso-8859-10.txt @@ -0,0 +1,303 @@ +# +# Name: ISO/IEC 8859-10:1998 to Unicode +# Unicode version: 3.0 +# Table version: 1.1 +# Table format: Format A +# Date: 1999 October 11 +# Authors: Ken Whistler +# +# Copyright (c) 1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-10:1998 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-10 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-10 order. +# +# Version history +# 1.0 version new. +# 1.1 corrected mistake in mapping of 0xA4 +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK +0xA2 0x0112 # LATIN CAPITAL LETTER E WITH MACRON +0xA3 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA +0xA4 0x012A # LATIN CAPITAL LETTER I WITH MACRON +0xA5 0x0128 # LATIN CAPITAL LETTER I WITH TILDE +0xA6 0x0136 # LATIN CAPITAL LETTER K WITH CEDILLA +0xA7 0x00A7 # SECTION SIGN +0xA8 0x013B # LATIN CAPITAL LETTER L WITH CEDILLA +0xA9 0x0110 # LATIN CAPITAL LETTER D WITH STROKE +0xAA 0x0160 # LATIN CAPITAL LETTER S WITH CARON +0xAB 0x0166 # LATIN CAPITAL LETTER T WITH STROKE +0xAC 0x017D # LATIN CAPITAL LETTER Z WITH CARON +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x016A # LATIN CAPITAL LETTER U WITH MACRON +0xAF 0x014A # LATIN CAPITAL LETTER ENG +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x0105 # LATIN SMALL LETTER A WITH OGONEK +0xB2 0x0113 # LATIN SMALL LETTER E WITH MACRON +0xB3 0x0123 # LATIN SMALL LETTER G WITH CEDILLA +0xB4 0x012B # LATIN SMALL LETTER I WITH MACRON +0xB5 0x0129 # LATIN SMALL LETTER I WITH TILDE +0xB6 0x0137 # LATIN SMALL LETTER K WITH CEDILLA +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x013C # LATIN SMALL LETTER L WITH CEDILLA +0xB9 0x0111 # LATIN SMALL LETTER D WITH STROKE +0xBA 0x0161 # LATIN SMALL LETTER S WITH CARON +0xBB 0x0167 # LATIN SMALL LETTER T WITH STROKE +0xBC 0x017E # LATIN SMALL LETTER Z WITH CARON +0xBD 0x2015 # HORIZONTAL BAR +0xBE 0x016B # LATIN SMALL LETTER U WITH MACRON +0xBF 0x014B # LATIN SMALL LETTER ENG +0xC0 0x0100 # LATIN CAPITAL LETTER A WITH MACRON +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 # LATIN CAPITAL LETTER AE +0xC7 0x012E # LATIN CAPITAL LETTER I WITH OGONEK +0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x00D0 # LATIN CAPITAL LETTER ETH (Icelandic) +0xD1 0x0145 # LATIN CAPITAL LETTER N WITH CEDILLA +0xD2 0x014C # LATIN CAPITAL LETTER O WITH MACRON +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x0168 # LATIN CAPITAL LETTER U WITH TILDE +0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE +0xDE 0x00DE # LATIN CAPITAL LETTER THORN (Icelandic) +0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German) +0xE0 0x0101 # LATIN SMALL LETTER A WITH MACRON +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 # LATIN SMALL LETTER AE +0xE7 0x012F # LATIN SMALL LETTER I WITH OGONEK +0xE8 0x010D # LATIN SMALL LETTER C WITH CARON +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x0119 # LATIN SMALL LETTER E WITH OGONEK +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x00F0 # LATIN SMALL LETTER ETH (Icelandic) +0xF1 0x0146 # LATIN SMALL LETTER N WITH CEDILLA +0xF2 0x014D # LATIN SMALL LETTER O WITH MACRON +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x0169 # LATIN SMALL LETTER U WITH TILDE +0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xF9 0x0173 # LATIN SMALL LETTER U WITH OGONEK +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE +0xFE 0x00FE # LATIN SMALL LETTER THORN (Icelandic) +0xFF 0x0138 # LATIN SMALL LETTER KRA diff --git a/data/iso-8859-11.txt b/data/iso-8859-11.txt new file mode 100644 index 0000000000..cfbcc5fdf0 --- /dev/null +++ b/data/iso-8859-11.txt @@ -0,0 +1,249 @@ +# 8859-11.txt - Legacy SBCS to Unicode charmap +0x00 0x0000 # 0 +0x01 0x0001 # 0 +0x02 0x0002 # 0 +0x03 0x0003 # 0 +0x04 0x0004 # 0 +0x05 0x0005 # 0 +0x06 0x0006 # 0 +0x07 0x0007 # 0 +0x08 0x0008 # 0 +0x09 0x0009 # 0 +0x0A 0x000A # 0 +0x0B 0x000B # 0 +0x0C 0x000C # 0 +0x0D 0x000D # 0 +0x0E 0x000E # 0 +0x0F 0x000F # 0 +0x10 0x0010 # 0 +0x11 0x0011 # 0 +0x12 0x0012 # 0 +0x13 0x0013 # 0 +0x14 0x0014 # 0 +0x15 0x0015 # 0 +0x16 0x0016 # 0 +0x17 0x0017 # 0 +0x18 0x0018 # 0 +0x19 0x0019 # 0 +0x1A 0x001A # 0 +0x1B 0x001B # 0 +0x1C 0x001C # 0 +0x1D 0x001D # 0 +0x1E 0x001E # 0 +0x1F 0x001F # 0 +0x20 0x0020 # 0 +0x21 0x0021 # 0 +0x22 0x0022 # 0 +0x23 0x0023 # 0 +0x24 0x0024 # 0 +0x25 0x0025 # 0 +0x26 0x0026 # 0 +0x27 0x0027 # 0 +0x28 0x0028 # 0 +0x29 0x0029 # 0 +0x2A 0x002A # 0 +0x2B 0x002B # 0 +0x2C 0x002C # 0 +0x2D 0x002D # 0 +0x2E 0x002E # 0 +0x2F 0x002F # 0 +0x30 0x0030 # 0 +0x31 0x0031 # 0 +0x32 0x0032 # 0 +0x33 0x0033 # 0 +0x34 0x0034 # 0 +0x35 0x0035 # 0 +0x36 0x0036 # 0 +0x37 0x0037 # 0 +0x38 0x0038 # 0 +0x39 0x0039 # 0 +0x3A 0x003A # 0 +0x3B 0x003B # 0 +0x3C 0x003C # 0 +0x3D 0x003D # 0 +0x3E 0x003E # 0 +0x3F 0x003F # 0 +0x40 0x0040 # 0 +0x41 0x0041 # 0 +0x42 0x0042 # 0 +0x43 0x0043 # 0 +0x44 0x0044 # 0 +0x45 0x0045 # 0 +0x46 0x0046 # 0 +0x47 0x0047 # 0 +0x48 0x0048 # 0 +0x49 0x0049 # 0 +0x4A 0x004A # 0 +0x4B 0x004B # 0 +0x4C 0x004C # 0 +0x4D 0x004D # 0 +0x4E 0x004E # 0 +0x4F 0x004F # 0 +0x50 0x0050 # 0 +0x51 0x0051 # 0 +0x52 0x0052 # 0 +0x53 0x0053 # 0 +0x54 0x0054 # 0 +0x55 0x0055 # 0 +0x56 0x0056 # 0 +0x57 0x0057 # 0 +0x58 0x0058 # 0 +0x59 0x0059 # 0 +0x5A 0x005A # 0 +0x5B 0x005B # 0 +0x5C 0x005C # 0 +0x5D 0x005D # 0 +0x5E 0x005E # 0 +0x5F 0x005F # 0 +0x60 0x0060 # 0 +0x61 0x0061 # 0 +0x62 0x0062 # 0 +0x63 0x0063 # 0 +0x64 0x0064 # 0 +0x65 0x0065 # 0 +0x66 0x0066 # 0 +0x67 0x0067 # 0 +0x68 0x0068 # 0 +0x69 0x0069 # 0 +0x6A 0x006A # 0 +0x6B 0x006B # 0 +0x6C 0x006C # 0 +0x6D 0x006D # 0 +0x6E 0x006E # 0 +0x6F 0x006F # 0 +0x70 0x0070 # 0 +0x71 0x0071 # 0 +0x72 0x0072 # 0 +0x73 0x0073 # 0 +0x74 0x0074 # 0 +0x75 0x0075 # 0 +0x76 0x0076 # 0 +0x77 0x0077 # 0 +0x78 0x0078 # 0 +0x79 0x0079 # 0 +0x7A 0x007A # 0 +0x7B 0x007B # 0 +0x7C 0x007C # 0 +0x7D 0x007D # 0 +0x7E 0x007E # 0 +0x7F 0x007F # 0 +0x80 0x0080 # 0 +0x81 0x0081 # 0 +0x82 0x0082 # 0 +0x83 0x0083 # 0 +0x84 0x0084 # 0 +0x85 0x0085 # 0 +0x86 0x0086 # 0 +0x87 0x0087 # 0 +0x88 0x0088 # 0 +0x89 0x0089 # 0 +0x8A 0x008A # 0 +0x8B 0x008B # 0 +0x8C 0x008C # 0 +0x8D 0x008D # 0 +0x8E 0x008E # 0 +0x8F 0x008F # 0 +0x90 0x0090 # 0 +0x91 0x0091 # 0 +0x92 0x0092 # 0 +0x93 0x0093 # 0 +0x94 0x0094 # 0 +0x95 0x0095 # 0 +0x96 0x0096 # 0 +0x97 0x0097 # 0 +0x98 0x0098 # 0 +0x99 0x0099 # 0 +0x9A 0x009A # 0 +0x9B 0x009B # 0 +0x9C 0x009C # 0 +0x9D 0x009D # 0 +0x9E 0x009E # 0 +0x9F 0x009F # 0 +0xA0 0x00A0 # 0 +0xA1 0x0E01 # 0 +0xA2 0x0E02 # 0 +0xA3 0x0E03 # 0 +0xA4 0x0E04 # 0 +0xA5 0x0E05 # 0 +0xA6 0x0E06 # 0 +0xA7 0x0E07 # 0 +0xA8 0x0E08 # 0 +0xA9 0x0E09 # 0 +0xAA 0x0E0A # 0 +0xAB 0x0E0B # 0 +0xAC 0x0E0C # 0 +0xAD 0x0E0D # 0 +0xAE 0x0E0E # 0 +0xAF 0x0E0F # 0 +0xB0 0x0E10 # 0 +0xB1 0x0E11 # 0 +0xB2 0x0E12 # 0 +0xB3 0x0E13 # 0 +0xB4 0x0E14 # 0 +0xB5 0x0E15 # 0 +0xB6 0x0E16 # 0 +0xB7 0x0E17 # 0 +0xB8 0x0E18 # 0 +0xB9 0x0E19 # 0 +0xBA 0x0E1A # 0 +0xBB 0x0E1B # 0 +0xBC 0x0E1C # 0 +0xBD 0x0E1D # 0 +0xBE 0x0E1E # 0 +0xBF 0x0E1F # 0 +0xC0 0x0E20 # 0 +0xC1 0x0E21 # 0 +0xC2 0x0E22 # 0 +0xC3 0x0E23 # 0 +0xC4 0x0E24 # 0 +0xC5 0x0E25 # 0 +0xC6 0x0E26 # 0 +0xC7 0x0E27 # 0 +0xC8 0x0E28 # 0 +0xC9 0x0E29 # 0 +0xCA 0x0E2A # 0 +0xCB 0x0E2B # 0 +0xCC 0x0E2C # 0 +0xCD 0x0E2D # 0 +0xCE 0x0E2E # 0 +0xCF 0x0E2F # 0 +0xD0 0x0E30 # 0 +0xD1 0x0E31 # 0 +0xD2 0x0E32 # 0 +0xD3 0x0E33 # 0 +0xD4 0x0E34 # 0 +0xD5 0x0E35 # 0 +0xD6 0x0E36 # 0 +0xD7 0x0E37 # 0 +0xD8 0x0E38 # 0 +0xD9 0x0E39 # 0 +0xDA 0x0E3A # 0 +0xDF 0x0E3F # 0 +0xE0 0x0E40 # 0 +0xE1 0x0E41 # 0 +0xE2 0x0E42 # 0 +0xE3 0x0E43 # 0 +0xE4 0x0E44 # 0 +0xE5 0x0E45 # 0 +0xE6 0x0E46 # 0 +0xE7 0x0E47 # 0 +0xE8 0x0E48 # 0 +0xE9 0x0E49 # 0 +0xEA 0x0E4A # 0 +0xEB 0x0E4B # 0 +0xEC 0x0E4C # 0 +0xED 0x0E4D # 0 +0xEE 0x0E4E # 0 +0xEF 0x0E4F # 0 +0xF0 0x0E50 # 0 +0xF1 0x0E51 # 0 +0xF2 0x0E52 # 0 +0xF3 0x0E53 # 0 +0xF4 0x0E54 # 0 +0xF5 0x0E55 # 0 +0xF6 0x0E56 # 0 +0xF7 0x0E57 # 0 +0xF8 0x0E58 # 0 +0xF9 0x0E59 # 0 +0xFA 0x0E5A # 0 +0xFB 0x0E5B # 0 diff --git a/data/iso-8859-13 b/data/iso-8859-13 new file mode 100644 index 0000000000..dcfacca9d3 --- /dev/null +++ b/data/iso-8859-13 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-13 +# (Latin7/Baltic Rim) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 201D +A2 00A2 +A3 00A3 +A4 00A4 +A5 201E +A6 00A6 +A7 00A7 +A8 00D8 +A9 00A9 +AA 0156 +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00C6 +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 201C +B5 00B5 +B6 00B6 +B7 00B7 +B8 00F8 +B9 00B9 +BA 0157 +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00E6 +C0 0104 +C1 012E +C2 0100 +C3 0106 +C4 00C4 +C5 00C5 +C6 0118 +C7 0112 +C8 010C +C9 00C9 +CA 0179 +CB 0116 +CC 0122 +CD 0136 +CE 012A +CF 013B +D0 0160 +D1 0143 +D2 0145 +D3 00D3 +D4 014C +D5 00D5 +D6 00D6 +D7 00D7 +D8 0172 +D9 0141 +DA 015A +DB 016A +DC 00DC +DD 017B +DE 017D +DF 00DF +E0 0105 +E1 012F +E2 0101 +E3 0107 +E4 00E4 +E5 00E5 +E6 0119 +E7 0113 +E8 010D +E9 00E9 +EA 017A +EB 0117 +EC 0123 +ED 0137 +EE 012B +EF 013C +F0 0161 +F1 0144 +F2 0146 +F3 00F3 +F4 014D +F5 00F5 +F6 00F6 +F7 00F7 +F8 0173 +F9 0142 +FA 015B +FB 016B +FC 00FC +FD 017C +FE 017E +FF 2019 diff --git a/data/iso-8859-13.txt b/data/iso-8859-13.txt new file mode 100644 index 0000000000..cd11b53fd7 --- /dev/null +++ b/data/iso-8859-13.txt @@ -0,0 +1,299 @@ +# +# Name: ISO/IEC 8859-13:1998 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-13:1998 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-13 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-13 order. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x201D # RIGHT DOUBLE QUOTATION MARK +0xA2 0x00A2 # CENT SIGN +0xA3 0x00A3 # POUND SIGN +0xA4 0x00A4 # CURRENCY SIGN +0xA5 0x201E # DOUBLE LOW-9 QUOTATION MARK +0xA6 0x00A6 # BROKEN BAR +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x0156 # LATIN CAPITAL LETTER R WITH CEDILLA +0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC # NOT SIGN +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x00AE # REGISTERED SIGN +0xAF 0x00C6 # LATIN CAPITAL LETTER AE +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x00B2 # SUPERSCRIPT TWO +0xB3 0x00B3 # SUPERSCRIPT THREE +0xB4 0x201C # LEFT DOUBLE QUOTATION MARK +0xB5 0x00B5 # MICRO SIGN +0xB6 0x00B6 # PILCROW SIGN +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xB9 0x00B9 # SUPERSCRIPT ONE +0xBA 0x0157 # LATIN SMALL LETTER R WITH CEDILLA +0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC # VULGAR FRACTION ONE QUARTER +0xBD 0x00BD # VULGAR FRACTION ONE HALF +0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS +0xBF 0x00E6 # LATIN SMALL LETTER AE +0xC0 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK +0xC1 0x012E # LATIN CAPITAL LETTER I WITH OGONEK +0xC2 0x0100 # LATIN CAPITAL LETTER A WITH MACRON +0xC3 0x0106 # LATIN CAPITAL LETTER C WITH ACUTE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK +0xC7 0x0112 # LATIN CAPITAL LETTER E WITH MACRON +0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x0179 # LATIN CAPITAL LETTER Z WITH ACUTE +0xCB 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE +0xCC 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA +0xCD 0x0136 # LATIN CAPITAL LETTER K WITH CEDILLA +0xCE 0x012A # LATIN CAPITAL LETTER I WITH MACRON +0xCF 0x013B # LATIN CAPITAL LETTER L WITH CEDILLA +0xD0 0x0160 # LATIN CAPITAL LETTER S WITH CARON +0xD1 0x0143 # LATIN CAPITAL LETTER N WITH ACUTE +0xD2 0x0145 # LATIN CAPITAL LETTER N WITH CEDILLA +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x014C # LATIN CAPITAL LETTER O WITH MACRON +0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 # MULTIPLICATION SIGN +0xD8 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK +0xD9 0x0141 # LATIN CAPITAL LETTER L WITH STROKE +0xDA 0x015A # LATIN CAPITAL LETTER S WITH ACUTE +0xDB 0x016A # LATIN CAPITAL LETTER U WITH MACRON +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE +0xDE 0x017D # LATIN CAPITAL LETTER Z WITH CARON +0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German) +0xE0 0x0105 # LATIN SMALL LETTER A WITH OGONEK +0xE1 0x012F # LATIN SMALL LETTER I WITH OGONEK +0xE2 0x0101 # LATIN SMALL LETTER A WITH MACRON +0xE3 0x0107 # LATIN SMALL LETTER C WITH ACUTE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x0119 # LATIN SMALL LETTER E WITH OGONEK +0xE7 0x0113 # LATIN SMALL LETTER E WITH MACRON +0xE8 0x010D # LATIN SMALL LETTER C WITH CARON +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x017A # LATIN SMALL LETTER Z WITH ACUTE +0xEB 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE +0xEC 0x0123 # LATIN SMALL LETTER G WITH CEDILLA +0xED 0x0137 # LATIN SMALL LETTER K WITH CEDILLA +0xEE 0x012B # LATIN SMALL LETTER I WITH MACRON +0xEF 0x013C # LATIN SMALL LETTER L WITH CEDILLA +0xF0 0x0161 # LATIN SMALL LETTER S WITH CARON +0xF1 0x0144 # LATIN SMALL LETTER N WITH ACUTE +0xF2 0x0146 # LATIN SMALL LETTER N WITH CEDILLA +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x014D # LATIN SMALL LETTER O WITH MACRON +0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 # DIVISION SIGN +0xF8 0x0173 # LATIN SMALL LETTER U WITH OGONEK +0xF9 0x0142 # LATIN SMALL LETTER L WITH STROKE +0xFA 0x015B # LATIN SMALL LETTER S WITH ACUTE +0xFB 0x016B # LATIN SMALL LETTER U WITH MACRON +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE +0xFE 0x017E # LATIN SMALL LETTER Z WITH CARON +0xFF 0x2019 # RIGHT SINGLE QUOTATION MARK diff --git a/data/iso-8859-14 b/data/iso-8859-14 new file mode 100644 index 0000000000..ca0097a47d --- /dev/null +++ b/data/iso-8859-14 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-14 +# (Latin8/Celtic) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 1E02 +A2 1E03 +A3 00A3 +A4 010A +A5 010B +A6 1E0A +A7 00A7 +A8 1E80 +A9 00A9 +AA 1E82 +AB 1E0B +AC 1EF2 +AD 00AD +AE 00AE +AF 0178 +B0 1E1E +B1 1E1F +B2 0120 +B3 0121 +B4 1E40 +B5 1E41 +B6 00B6 +B7 1E56 +B8 1E81 +B9 1E57 +BA 1E83 +BB 1E60 +BC 1EF3 +BD 1E84 +BE 1E85 +BF 1E61 +C0 00C0 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 00CC +CD 00CD +CE 00CE +CF 00CF +D0 0174 +D1 00D1 +D2 00D2 +D3 00D3 +D4 00D4 +D5 00D5 +D6 00D6 +D7 1E6A +D8 00D8 +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 00DD +DE 0176 +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 00EC +ED 00ED +EE 00EE +EF 00EF +F0 0175 +F1 00F1 +F2 00F2 +F3 00F3 +F4 00F4 +F5 00F5 +F6 00F6 +F7 1E6B +F8 00F8 +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 00FD +FE 0177 +FF 00FF diff --git a/data/iso-8859-14.txt b/data/iso-8859-14.txt new file mode 100644 index 0000000000..36038f413a --- /dev/null +++ b/data/iso-8859-14.txt @@ -0,0 +1,301 @@ +# +# Name: ISO/IEC 8859-14:1998 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Markus Kuhn +# Ken Whistler +# +# Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-14:1998 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-14 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-14 order. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE +0xA2 0x1E03 # LATIN SMALL LETTER B WITH DOT ABOVE +0xA3 0x00A3 # POUND SIGN +0xA4 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE +0xA5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE +0xA6 0x1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE +0xA7 0x00A7 # SECTION SIGN +0xA8 0x1E80 # LATIN CAPITAL LETTER W WITH GRAVE +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x1E82 # LATIN CAPITAL LETTER W WITH ACUTE +0xAB 0x1E0B # LATIN SMALL LETTER D WITH DOT ABOVE +0xAC 0x1EF2 # LATIN CAPITAL LETTER Y WITH GRAVE +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x00AE # REGISTERED SIGN +0xAF 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS +0xB0 0x1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE +0xB1 0x1E1F # LATIN SMALL LETTER F WITH DOT ABOVE +0xB2 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE +0xB3 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE +0xB4 0x1E40 # LATIN CAPITAL LETTER M WITH DOT ABOVE +0xB5 0x1E41 # LATIN SMALL LETTER M WITH DOT ABOVE +0xB6 0x00B6 # PILCROW SIGN +0xB7 0x1E56 # LATIN CAPITAL LETTER P WITH DOT ABOVE +0xB8 0x1E81 # LATIN SMALL LETTER W WITH GRAVE +0xB9 0x1E57 # LATIN SMALL LETTER P WITH DOT ABOVE +0xBA 0x1E83 # LATIN SMALL LETTER W WITH ACUTE +0xBB 0x1E60 # LATIN CAPITAL LETTER S WITH DOT ABOVE +0xBC 0x1EF3 # LATIN SMALL LETTER Y WITH GRAVE +0xBD 0x1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS +0xBE 0x1E85 # LATIN SMALL LETTER W WITH DIAERESIS +0xBF 0x1E61 # LATIN SMALL LETTER S WITH DOT ABOVE +0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 # LATIN CAPITAL LETTER AE +0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX +0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x1E6A # LATIN CAPITAL LETTER T WITH DOT ABOVE +0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE +0xDE 0x0176 # LATIN CAPITAL LETTER Y WITH CIRCUMFLEX +0xDF 0x00DF # LATIN SMALL LETTER SHARP S +0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 # LATIN SMALL LETTER AE +0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x0175 # LATIN SMALL LETTER W WITH CIRCUMFLEX +0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE +0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x1E6B # LATIN SMALL LETTER T WITH DOT ABOVE +0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE +0xFE 0x0177 # LATIN SMALL LETTER Y WITH CIRCUMFLEX +0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS + diff --git a/data/iso-8859-15 b/data/iso-8859-15 new file mode 100644 index 0000000000..334160f4f2 --- /dev/null +++ b/data/iso-8859-15 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-15 +# (Latin9/West Europe + Euro) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 00A1 +A2 00A2 +A3 00A3 +A4 20AC +A5 00A5 +A6 0160 +A7 00A7 +A8 0161 +A9 00A9 +AA 00AA +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 017D +B5 00B5 +B6 00B6 +B7 00B7 +B8 017E +B9 00B9 +BA 00BA +BB 00BB +BC 0152 +BD 0153 +BE 0178 +BF 00BF +C0 00C0 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 00CC +CD 00CD +CE 00CE +CF 00CF +D0 00D0 +D1 00D1 +D2 00D2 +D3 00D3 +D4 00D4 +D5 00D5 +D6 00D6 +D7 00D7 +D8 00D8 +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 00DD +DE 00DE +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 00EC +ED 00ED +EE 00EE +EF 00EF +F0 00F0 +F1 00F1 +F2 00F2 +F3 00F3 +F4 00F4 +F5 00F5 +F6 00F6 +F7 00F7 +F8 00F8 +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 00FD +FE 00FE +FF 00FF diff --git a/data/iso-8859-15.txt b/data/iso-8859-15.txt new file mode 100644 index 0000000000..1e319707d4 --- /dev/null +++ b/data/iso-8859-15.txt @@ -0,0 +1,303 @@ +# +# Name: ISO/IEC 8859-15:1999 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Markus Kuhn +# Ken Whistler +# +# Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-15:1999 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-15 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-15 order. +# +# Version history +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x00A1 # INVERTED EXCLAMATION MARK +0xA2 0x00A2 # CENT SIGN +0xA3 0x00A3 # POUND SIGN +0xA4 0x20AC # EURO SIGN +0xA5 0x00A5 # YEN SIGN +0xA6 0x0160 # LATIN CAPITAL LETTER S WITH CARON +0xA7 0x00A7 # SECTION SIGN +0xA8 0x0161 # LATIN SMALL LETTER S WITH CARON +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x00AA # FEMININE ORDINAL INDICATOR +0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC # NOT SIGN +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x00AE # REGISTERED SIGN +0xAF 0x00AF # MACRON +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x00B2 # SUPERSCRIPT TWO +0xB3 0x00B3 # SUPERSCRIPT THREE +0xB4 0x017D # LATIN CAPITAL LETTER Z WITH CARON +0xB5 0x00B5 # MICRO SIGN +0xB6 0x00B6 # PILCROW SIGN +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x017E # LATIN SMALL LETTER Z WITH CARON +0xB9 0x00B9 # SUPERSCRIPT ONE +0xBA 0x00BA # MASCULINE ORDINAL INDICATOR +0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x0152 # LATIN CAPITAL LIGATURE OE +0xBD 0x0153 # LATIN SMALL LIGATURE OE +0xBE 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS +0xBF 0x00BF # INVERTED QUESTION MARK +0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 # LATIN CAPITAL LETTER AE +0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x00D0 # LATIN CAPITAL LETTER ETH +0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 # MULTIPLICATION SIGN +0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE +0xDE 0x00DE # LATIN CAPITAL LETTER THORN +0xDF 0x00DF # LATIN SMALL LETTER SHARP S +0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 # LATIN SMALL LETTER AE +0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x00F0 # LATIN SMALL LETTER ETH +0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE +0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 # DIVISION SIGN +0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE +0xFE 0x00FE # LATIN SMALL LETTER THORN +0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS + diff --git a/data/iso-8859-16.txt b/data/iso-8859-16.txt new file mode 100644 index 0000000000..5353d747b4 --- /dev/null +++ b/data/iso-8859-16.txt @@ -0,0 +1,299 @@ +# +# Name: ISO/IEC 8859-16:2001 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 2001 July 26 +# Authors: Markus Kuhn +# +# Copyright (c) 1999-2001 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-16:2001 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-16 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-16 order. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK +0xA2 0x0105 # LATIN SMALL LETTER A WITH OGONEK +0xA3 0x0141 # LATIN CAPITAL LETTER L WITH STROKE +0xA4 0x20AC # EURO SIGN +0xA5 0x201E # DOUBLE LOW-9 QUOTATION MARK +0xA6 0x0160 # LATIN CAPITAL LETTER S WITH CARON +0xA7 0x00A7 # SECTION SIGN +0xA8 0x0161 # LATIN SMALL LETTER S WITH CARON +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW +0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x0179 # LATIN CAPITAL LETTER Z WITH ACUTE +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x017A # LATIN SMALL LETTER Z WITH ACUTE +0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x010C # LATIN CAPITAL LETTER C WITH CARON +0xB3 0x0142 # LATIN SMALL LETTER L WITH STROKE +0xB4 0x017D # LATIN CAPITAL LETTER Z WITH CARON +0xB5 0x201D # RIGHT DOUBLE QUOTATION MARK +0xB6 0x00B6 # PILCROW SIGN +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x017E # LATIN SMALL LETTER Z WITH CARON +0xB9 0x010D # LATIN SMALL LETTER C WITH CARON +0xBA 0x0219 # LATIN SMALL LETTER S WITH COMMA BELOW +0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x0152 # LATIN CAPITAL LIGATURE OE +0xBD 0x0153 # LATIN SMALL LIGATURE OE +0xBE 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS +0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE +0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x0102 # LATIN CAPITAL LETTER A WITH BREVE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x0106 # LATIN CAPITAL LETTER C WITH ACUTE +0xC6 0x00C6 # LATIN CAPITAL LETTER AE +0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x0110 # LATIN CAPITAL LETTER D WITH STROKE +0xD1 0x0143 # LATIN CAPITAL LETTER N WITH ACUTE +0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x015A # LATIN CAPITAL LETTER S WITH ACUTE +0xD8 0x0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE +0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK +0xDE 0x021A # LATIN CAPITAL LETTER T WITH COMMA BELOW +0xDF 0x00DF # LATIN SMALL LETTER SHARP S +0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x0103 # LATIN SMALL LETTER A WITH BREVE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x0107 # LATIN SMALL LETTER C WITH ACUTE +0xE6 0x00E6 # LATIN SMALL LETTER AE +0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x0111 # LATIN SMALL LETTER D WITH STROKE +0xF1 0x0144 # LATIN SMALL LETTER N WITH ACUTE +0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x015B # LATIN SMALL LETTER S WITH ACUTE +0xF8 0x0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE +0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x0119 # LATIN SMALL LETTER E WITH OGONEK +0xFE 0x021B # LATIN SMALL LETTER T WITH COMMA BELOW +0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS diff --git a/data/iso-8859-2 b/data/iso-8859-2 new file mode 100644 index 0000000000..19b77878d4 --- /dev/null +++ b/data/iso-8859-2 @@ -0,0 +1,253 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-2 +# (Latin2/East European) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +84 201E +85 2026 +86 2020 +87 2021 +89 2030 +8A 0160 +8B 2039 +8C 015A +8D 0164 +8E 017D +8F 0179 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +99 2122 +9A 0161 +9B 203A +8C 015B +8D 0165 +8E 017E +8F 017A +A0 00A0 +A1 0104 +A2 02D8 +A3 0141 +A4 00A4 +A5 013D +A6 015A +A7 00A7 +A8 00A8 +A9 0160 +AA 015E +AB 0164 +AC 0179 +AD 00AD +AE 017D +AF 017B +B0 00B0 +B1 0105 +B2 02DB +B3 0142 +B4 00B4 +B5 013E +B6 015B +B7 02C7 +B8 00B8 +B9 0161 +BA 015F +BB 0165 +BC 017A +BD 02DD +BE 017E +BF 017C +C0 0154 +C1 00C1 +C2 00C2 +C3 0102 +C4 00C4 +C5 0139 +C6 0106 +C7 00C7 +C8 010C +C9 00C9 +CA 0118 +CB 00CB +CC 011A +CD 00CD +CE 00CE +CF 010E +D0 0110 +D1 0143 +D2 0147 +D3 00D3 +D4 00D4 +D5 0150 +D6 00D6 +D7 00D7 +D8 0158 +D9 016E +DA 00DA +DB 0170 +DC 00DC +DD 00DD +DE 0162 +DF 00DF +E0 0155 +E1 00E1 +E2 00E2 +E3 0103 +E4 00E4 +E5 013A +E6 0107 +E7 00E7 +E8 010D +E9 00E9 +EA 0119 +EB 00EB +EC 011B +ED 00ED +EE 00EE +EF 010F +F0 0111 +F1 0144 +F2 0148 +F3 00F3 +F4 00F4 +F5 0151 +F6 00F6 +F7 00F7 +F8 0159 +F9 016F +FA 00FA +FB 0171 +FC 00FC +FD 00FD +FE 0163 +FF 02D9 diff --git a/data/iso-8859-2.txt b/data/iso-8859-2.txt new file mode 100644 index 0000000000..e45df25eb8 --- /dev/null +++ b/data/iso-8859-2.txt @@ -0,0 +1,303 @@ +# +# Name: ISO 8859-2:1999 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-2:1999 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-2 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-2 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK +0xA2 0x02D8 # BREVE +0xA3 0x0141 # LATIN CAPITAL LETTER L WITH STROKE +0xA4 0x00A4 # CURRENCY SIGN +0xA5 0x013D # LATIN CAPITAL LETTER L WITH CARON +0xA6 0x015A # LATIN CAPITAL LETTER S WITH ACUTE +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00A8 # DIAERESIS +0xA9 0x0160 # LATIN CAPITAL LETTER S WITH CARON +0xAA 0x015E # LATIN CAPITAL LETTER S WITH CEDILLA +0xAB 0x0164 # LATIN CAPITAL LETTER T WITH CARON +0xAC 0x0179 # LATIN CAPITAL LETTER Z WITH ACUTE +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x017D # LATIN CAPITAL LETTER Z WITH CARON +0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x0105 # LATIN SMALL LETTER A WITH OGONEK +0xB2 0x02DB # OGONEK +0xB3 0x0142 # LATIN SMALL LETTER L WITH STROKE +0xB4 0x00B4 # ACUTE ACCENT +0xB5 0x013E # LATIN SMALL LETTER L WITH CARON +0xB6 0x015B # LATIN SMALL LETTER S WITH ACUTE +0xB7 0x02C7 # CARON +0xB8 0x00B8 # CEDILLA +0xB9 0x0161 # LATIN SMALL LETTER S WITH CARON +0xBA 0x015F # LATIN SMALL LETTER S WITH CEDILLA +0xBB 0x0165 # LATIN SMALL LETTER T WITH CARON +0xBC 0x017A # LATIN SMALL LETTER Z WITH ACUTE +0xBD 0x02DD # DOUBLE ACUTE ACCENT +0xBE 0x017E # LATIN SMALL LETTER Z WITH CARON +0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE +0xC0 0x0154 # LATIN CAPITAL LETTER R WITH ACUTE +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x0102 # LATIN CAPITAL LETTER A WITH BREVE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x0139 # LATIN CAPITAL LETTER L WITH ACUTE +0xC6 0x0106 # LATIN CAPITAL LETTER C WITH ACUTE +0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x011A # LATIN CAPITAL LETTER E WITH CARON +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x010E # LATIN CAPITAL LETTER D WITH CARON +0xD0 0x0110 # LATIN CAPITAL LETTER D WITH STROKE +0xD1 0x0143 # LATIN CAPITAL LETTER N WITH ACUTE +0xD2 0x0147 # LATIN CAPITAL LETTER N WITH CARON +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x0150 # LATIN CAPITAL LETTER O WITH DOUBLE ACUTE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 # MULTIPLICATION SIGN +0xD8 0x0158 # LATIN CAPITAL LETTER R WITH CARON +0xD9 0x016E # LATIN CAPITAL LETTER U WITH RING ABOVE +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x0170 # LATIN CAPITAL LETTER U WITH DOUBLE ACUTE +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x00DD # LATIN CAPITAL LETTER Y WITH ACUTE +0xDE 0x0162 # LATIN CAPITAL LETTER T WITH CEDILLA +0xDF 0x00DF # LATIN SMALL LETTER SHARP S +0xE0 0x0155 # LATIN SMALL LETTER R WITH ACUTE +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x0103 # LATIN SMALL LETTER A WITH BREVE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x013A # LATIN SMALL LETTER L WITH ACUTE +0xE6 0x0107 # LATIN SMALL LETTER C WITH ACUTE +0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x010D # LATIN SMALL LETTER C WITH CARON +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x0119 # LATIN SMALL LETTER E WITH OGONEK +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x011B # LATIN SMALL LETTER E WITH CARON +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x010F # LATIN SMALL LETTER D WITH CARON +0xF0 0x0111 # LATIN SMALL LETTER D WITH STROKE +0xF1 0x0144 # LATIN SMALL LETTER N WITH ACUTE +0xF2 0x0148 # LATIN SMALL LETTER N WITH CARON +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x0151 # LATIN SMALL LETTER O WITH DOUBLE ACUTE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 # DIVISION SIGN +0xF8 0x0159 # LATIN SMALL LETTER R WITH CARON +0xF9 0x016F # LATIN SMALL LETTER U WITH RING ABOVE +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x0171 # LATIN SMALL LETTER U WITH DOUBLE ACUTE +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE +0xFE 0x0163 # LATIN SMALL LETTER T WITH CEDILLA +0xFF 0x02D9 # DOT ABOVE diff --git a/data/iso-8859-3 b/data/iso-8859-3 new file mode 100644 index 0000000000..efc4529ed0 --- /dev/null +++ b/data/iso-8859-3 @@ -0,0 +1,244 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-3 +# (Latin3/South European) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 0126 +A2 02D8 +A3 00A3 +A4 00A4 +A6 0124 +A7 00A7 +A8 00A8 +A9 0130 +AA 015E +AB 011E +AC 0134 +AD 00AD +AF 017B +B0 00B0 +B1 0127 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 0125 +B7 00B7 +B8 00B8 +B9 0131 +BA 015F +BB 011F +BC 0135 +BD 00BD +BF 017C +C0 00C0 +C1 00C1 +C2 00C2 +C4 00C4 +C5 010A +C6 0108 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 00CC +CD 00CD +CE 00CE +CF 00CF +D1 00D1 +D2 00D2 +D3 00D3 +D4 00D4 +D5 0120 +D6 00D6 +D7 00D7 +D8 011C +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 016C +DE 015C +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E4 00E4 +E5 010B +E6 0109 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 00EC +ED 00ED +EE 00EE +EF 00EF +F1 00F1 +F2 00F2 +F3 00F3 +F4 00F4 +F5 0121 +F6 00F6 +F7 00F7 +F8 011D +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 016D +FE 015D +FF 02D9 diff --git a/data/iso-8859-3.txt b/data/iso-8859-3.txt new file mode 100644 index 0000000000..9b6ac69dd8 --- /dev/null +++ b/data/iso-8859-3.txt @@ -0,0 +1,296 @@ +# +# Name: ISO/IEC 8859-3:1999 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-3:1999 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-3 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-3 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x0126 # LATIN CAPITAL LETTER H WITH STROKE +0xA2 0x02D8 # BREVE +0xA3 0x00A3 # POUND SIGN +0xA4 0x00A4 # CURRENCY SIGN +0xA6 0x0124 # LATIN CAPITAL LETTER H WITH CIRCUMFLEX +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00A8 # DIAERESIS +0xA9 0x0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE +0xAA 0x015E # LATIN CAPITAL LETTER S WITH CEDILLA +0xAB 0x011E # LATIN CAPITAL LETTER G WITH BREVE +0xAC 0x0134 # LATIN CAPITAL LETTER J WITH CIRCUMFLEX +0xAD 0x00AD # SOFT HYPHEN +0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x0127 # LATIN SMALL LETTER H WITH STROKE +0xB2 0x00B2 # SUPERSCRIPT TWO +0xB3 0x00B3 # SUPERSCRIPT THREE +0xB4 0x00B4 # ACUTE ACCENT +0xB5 0x00B5 # MICRO SIGN +0xB6 0x0125 # LATIN SMALL LETTER H WITH CIRCUMFLEX +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x00B8 # CEDILLA +0xB9 0x0131 # LATIN SMALL LETTER DOTLESS I +0xBA 0x015F # LATIN SMALL LETTER S WITH CEDILLA +0xBB 0x011F # LATIN SMALL LETTER G WITH BREVE +0xBC 0x0135 # LATIN SMALL LETTER J WITH CIRCUMFLEX +0xBD 0x00BD # VULGAR FRACTION ONE HALF +0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE +0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE +0xC6 0x0108 # LATIN CAPITAL LETTER C WITH CIRCUMFLEX +0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 # MULTIPLICATION SIGN +0xD8 0x011C # LATIN CAPITAL LETTER G WITH CIRCUMFLEX +0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x016C # LATIN CAPITAL LETTER U WITH BREVE +0xDE 0x015C # LATIN CAPITAL LETTER S WITH CIRCUMFLEX +0xDF 0x00DF # LATIN SMALL LETTER SHARP S +0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE +0xE6 0x0109 # LATIN SMALL LETTER C WITH CIRCUMFLEX +0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE +0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 # DIVISION SIGN +0xF8 0x011D # LATIN SMALL LETTER G WITH CIRCUMFLEX +0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x016D # LATIN SMALL LETTER U WITH BREVE +0xFE 0x015D # LATIN SMALL LETTER S WITH CIRCUMFLEX +0xFF 0x02D9 # DOT ABOVE diff --git a/data/iso-8859-4 b/data/iso-8859-4 new file mode 100644 index 0000000000..5c93156eb5 --- /dev/null +++ b/data/iso-8859-4 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-4 +# (Latin4/North European) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 0104 +A2 0138 +A3 0156 +A4 00A4 +A5 0128 +A6 013B +A7 00A7 +A8 00A8 +A9 0160 +AA 0112 +AB 0122 +AC 0166 +AD 00AD +AE 017D +AF 00AF +B0 00B0 +B1 0105 +B2 02DB +B3 0157 +B4 00B4 +B5 0129 +B6 013C +B7 02C7 +B8 00B8 +B9 0161 +BA 0113 +BB 0123 +BC 0167 +BD 014A +BE 017E +BF 014B +C0 0100 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 012E +C8 010C +C9 00C9 +CA 0118 +CB 00CB +CC 0116 +CD 00CD +CE 00CE +CF 012A +D0 0110 +D1 0145 +D2 014C +D3 0136 +D4 00D4 +D5 00D5 +D6 00D6 +D7 00D7 +D8 00D8 +D9 0172 +DA 00DA +DB 00DB +DC 00DC +DD 0168 +DE 016A +DF 00DF +E0 0101 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 012F +E8 010D +E9 00E9 +EA 0119 +EB 00EB +EC 0117 +ED 00ED +EE 00EE +EF 012B +F0 0111 +F1 0146 +F2 014D +F3 0137 +F4 00F4 +F5 00F5 +F6 00F6 +F7 00F7 +F8 00F8 +F9 0173 +FA 00FA +FB 00FB +FC 00FC +FD 0169 +FE 016B +FF 02D9 diff --git a/data/iso-8859-4.txt b/data/iso-8859-4.txt new file mode 100644 index 0000000000..662e698ab2 --- /dev/null +++ b/data/iso-8859-4.txt @@ -0,0 +1,303 @@ +# +# Name: ISO/IEC 8859-4:1998 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-4:1998 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-4 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-4 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x0104 # LATIN CAPITAL LETTER A WITH OGONEK +0xA2 0x0138 # LATIN SMALL LETTER KRA +0xA3 0x0156 # LATIN CAPITAL LETTER R WITH CEDILLA +0xA4 0x00A4 # CURRENCY SIGN +0xA5 0x0128 # LATIN CAPITAL LETTER I WITH TILDE +0xA6 0x013B # LATIN CAPITAL LETTER L WITH CEDILLA +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00A8 # DIAERESIS +0xA9 0x0160 # LATIN CAPITAL LETTER S WITH CARON +0xAA 0x0112 # LATIN CAPITAL LETTER E WITH MACRON +0xAB 0x0122 # LATIN CAPITAL LETTER G WITH CEDILLA +0xAC 0x0166 # LATIN CAPITAL LETTER T WITH STROKE +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x017D # LATIN CAPITAL LETTER Z WITH CARON +0xAF 0x00AF # MACRON +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x0105 # LATIN SMALL LETTER A WITH OGONEK +0xB2 0x02DB # OGONEK +0xB3 0x0157 # LATIN SMALL LETTER R WITH CEDILLA +0xB4 0x00B4 # ACUTE ACCENT +0xB5 0x0129 # LATIN SMALL LETTER I WITH TILDE +0xB6 0x013C # LATIN SMALL LETTER L WITH CEDILLA +0xB7 0x02C7 # CARON +0xB8 0x00B8 # CEDILLA +0xB9 0x0161 # LATIN SMALL LETTER S WITH CARON +0xBA 0x0113 # LATIN SMALL LETTER E WITH MACRON +0xBB 0x0123 # LATIN SMALL LETTER G WITH CEDILLA +0xBC 0x0167 # LATIN SMALL LETTER T WITH STROKE +0xBD 0x014A # LATIN CAPITAL LETTER ENG +0xBE 0x017E # LATIN SMALL LETTER Z WITH CARON +0xBF 0x014B # LATIN SMALL LETTER ENG +0xC0 0x0100 # LATIN CAPITAL LETTER A WITH MACRON +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 # LATIN CAPITAL LETTER AE +0xC7 0x012E # LATIN CAPITAL LETTER I WITH OGONEK +0xC8 0x010C # LATIN CAPITAL LETTER C WITH CARON +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x0118 # LATIN CAPITAL LETTER E WITH OGONEK +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x012A # LATIN CAPITAL LETTER I WITH MACRON +0xD0 0x0110 # LATIN CAPITAL LETTER D WITH STROKE +0xD1 0x0145 # LATIN CAPITAL LETTER N WITH CEDILLA +0xD2 0x014C # LATIN CAPITAL LETTER O WITH MACRON +0xD3 0x0136 # LATIN CAPITAL LETTER K WITH CEDILLA +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 # MULTIPLICATION SIGN +0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x0168 # LATIN CAPITAL LETTER U WITH TILDE +0xDE 0x016A # LATIN CAPITAL LETTER U WITH MACRON +0xDF 0x00DF # LATIN SMALL LETTER SHARP S +0xE0 0x0101 # LATIN SMALL LETTER A WITH MACRON +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 # LATIN SMALL LETTER AE +0xE7 0x012F # LATIN SMALL LETTER I WITH OGONEK +0xE8 0x010D # LATIN SMALL LETTER C WITH CARON +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x0119 # LATIN SMALL LETTER E WITH OGONEK +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x012B # LATIN SMALL LETTER I WITH MACRON +0xF0 0x0111 # LATIN SMALL LETTER D WITH STROKE +0xF1 0x0146 # LATIN SMALL LETTER N WITH CEDILLA +0xF2 0x014D # LATIN SMALL LETTER O WITH MACRON +0xF3 0x0137 # LATIN SMALL LETTER K WITH CEDILLA +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 # DIVISION SIGN +0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xF9 0x0173 # LATIN SMALL LETTER U WITH OGONEK +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x0169 # LATIN SMALL LETTER U WITH TILDE +0xFE 0x016B # LATIN SMALL LETTER U WITH MACRON +0xFF 0x02D9 # DOT ABOVE diff --git a/data/iso-8859-5 b/data/iso-8859-5 new file mode 100644 index 0000000000..59ee84d57a --- /dev/null +++ b/data/iso-8859-5 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-5 +# (Cyrillic) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 0401 +A2 0402 +A3 0403 +A4 0404 +A5 0405 +A6 0406 +A7 0407 +A8 0408 +A9 0409 +AA 040A +AB 040B +AC 040C +AD 00AD +AE 040E +AF 040F +B0 0410 +B1 0411 +B2 0412 +B3 0413 +B4 0414 +B5 0415 +B6 0416 +B7 0417 +B8 0418 +B9 0419 +BA 041A +BB 041B +BC 041C +BD 041D +BE 041E +BF 041F +C0 0420 +C1 0421 +C2 0422 +C3 0423 +C4 0424 +C5 0425 +C6 0426 +C7 0427 +C8 0428 +C9 0429 +CA 042A +CB 042B +CC 042C +CD 042D +CE 042E +CF 042F +D0 0430 +D1 0431 +D2 0432 +D3 0433 +D4 0434 +D5 0435 +D6 0436 +D7 0437 +D8 0438 +D9 0439 +DA 043A +DB 043B +DC 043C +DD 043D +DE 043E +DF 043F +E0 0440 +E1 0441 +E2 0442 +E3 0443 +E4 0444 +E5 0445 +E6 0446 +E7 0447 +E8 0448 +E9 0449 +EA 044A +EB 044B +EC 044C +ED 044D +EE 044E +EF 044F +F0 2116 +F1 0451 +F2 0452 +F3 0453 +F4 0454 +F5 0455 +F6 0456 +F7 0457 +F8 0458 +F9 0459 +FA 045A +FB 045B +FC 045C +FD 00A7 +FE 045E +FF 045F diff --git a/data/iso-8859-5.txt b/data/iso-8859-5.txt new file mode 100644 index 0000000000..a7ed1ce2ab --- /dev/null +++ b/data/iso-8859-5.txt @@ -0,0 +1,303 @@ +# +# Name: ISO 8859-5:1999 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-5:1999 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-5 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-5 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x0401 # CYRILLIC CAPITAL LETTER IO +0xA2 0x0402 # CYRILLIC CAPITAL LETTER DJE +0xA3 0x0403 # CYRILLIC CAPITAL LETTER GJE +0xA4 0x0404 # CYRILLIC CAPITAL LETTER UKRAINIAN IE +0xA5 0x0405 # CYRILLIC CAPITAL LETTER DZE +0xA6 0x0406 # CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I +0xA7 0x0407 # CYRILLIC CAPITAL LETTER YI +0xA8 0x0408 # CYRILLIC CAPITAL LETTER JE +0xA9 0x0409 # CYRILLIC CAPITAL LETTER LJE +0xAA 0x040A # CYRILLIC CAPITAL LETTER NJE +0xAB 0x040B # CYRILLIC CAPITAL LETTER TSHE +0xAC 0x040C # CYRILLIC CAPITAL LETTER KJE +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x040E # CYRILLIC CAPITAL LETTER SHORT U +0xAF 0x040F # CYRILLIC CAPITAL LETTER DZHE +0xB0 0x0410 # CYRILLIC CAPITAL LETTER A +0xB1 0x0411 # CYRILLIC CAPITAL LETTER BE +0xB2 0x0412 # CYRILLIC CAPITAL LETTER VE +0xB3 0x0413 # CYRILLIC CAPITAL LETTER GHE +0xB4 0x0414 # CYRILLIC CAPITAL LETTER DE +0xB5 0x0415 # CYRILLIC CAPITAL LETTER IE +0xB6 0x0416 # CYRILLIC CAPITAL LETTER ZHE +0xB7 0x0417 # CYRILLIC CAPITAL LETTER ZE +0xB8 0x0418 # CYRILLIC CAPITAL LETTER I +0xB9 0x0419 # CYRILLIC CAPITAL LETTER SHORT I +0xBA 0x041A # CYRILLIC CAPITAL LETTER KA +0xBB 0x041B # CYRILLIC CAPITAL LETTER EL +0xBC 0x041C # CYRILLIC CAPITAL LETTER EM +0xBD 0x041D # CYRILLIC CAPITAL LETTER EN +0xBE 0x041E # CYRILLIC CAPITAL LETTER O +0xBF 0x041F # CYRILLIC CAPITAL LETTER PE +0xC0 0x0420 # CYRILLIC CAPITAL LETTER ER +0xC1 0x0421 # CYRILLIC CAPITAL LETTER ES +0xC2 0x0422 # CYRILLIC CAPITAL LETTER TE +0xC3 0x0423 # CYRILLIC CAPITAL LETTER U +0xC4 0x0424 # CYRILLIC CAPITAL LETTER EF +0xC5 0x0425 # CYRILLIC CAPITAL LETTER HA +0xC6 0x0426 # CYRILLIC CAPITAL LETTER TSE +0xC7 0x0427 # CYRILLIC CAPITAL LETTER CHE +0xC8 0x0428 # CYRILLIC CAPITAL LETTER SHA +0xC9 0x0429 # CYRILLIC CAPITAL LETTER SHCHA +0xCA 0x042A # CYRILLIC CAPITAL LETTER HARD SIGN +0xCB 0x042B # CYRILLIC CAPITAL LETTER YERU +0xCC 0x042C # CYRILLIC CAPITAL LETTER SOFT SIGN +0xCD 0x042D # CYRILLIC CAPITAL LETTER E +0xCE 0x042E # CYRILLIC CAPITAL LETTER YU +0xCF 0x042F # CYRILLIC CAPITAL LETTER YA +0xD0 0x0430 # CYRILLIC SMALL LETTER A +0xD1 0x0431 # CYRILLIC SMALL LETTER BE +0xD2 0x0432 # CYRILLIC SMALL LETTER VE +0xD3 0x0433 # CYRILLIC SMALL LETTER GHE +0xD4 0x0434 # CYRILLIC SMALL LETTER DE +0xD5 0x0435 # CYRILLIC SMALL LETTER IE +0xD6 0x0436 # CYRILLIC SMALL LETTER ZHE +0xD7 0x0437 # CYRILLIC SMALL LETTER ZE +0xD8 0x0438 # CYRILLIC SMALL LETTER I +0xD9 0x0439 # CYRILLIC SMALL LETTER SHORT I +0xDA 0x043A # CYRILLIC SMALL LETTER KA +0xDB 0x043B # CYRILLIC SMALL LETTER EL +0xDC 0x043C # CYRILLIC SMALL LETTER EM +0xDD 0x043D # CYRILLIC SMALL LETTER EN +0xDE 0x043E # CYRILLIC SMALL LETTER O +0xDF 0x043F # CYRILLIC SMALL LETTER PE +0xE0 0x0440 # CYRILLIC SMALL LETTER ER +0xE1 0x0441 # CYRILLIC SMALL LETTER ES +0xE2 0x0442 # CYRILLIC SMALL LETTER TE +0xE3 0x0443 # CYRILLIC SMALL LETTER U +0xE4 0x0444 # CYRILLIC SMALL LETTER EF +0xE5 0x0445 # CYRILLIC SMALL LETTER HA +0xE6 0x0446 # CYRILLIC SMALL LETTER TSE +0xE7 0x0447 # CYRILLIC SMALL LETTER CHE +0xE8 0x0448 # CYRILLIC SMALL LETTER SHA +0xE9 0x0449 # CYRILLIC SMALL LETTER SHCHA +0xEA 0x044A # CYRILLIC SMALL LETTER HARD SIGN +0xEB 0x044B # CYRILLIC SMALL LETTER YERU +0xEC 0x044C # CYRILLIC SMALL LETTER SOFT SIGN +0xED 0x044D # CYRILLIC SMALL LETTER E +0xEE 0x044E # CYRILLIC SMALL LETTER YU +0xEF 0x044F # CYRILLIC SMALL LETTER YA +0xF0 0x2116 # NUMERO SIGN +0xF1 0x0451 # CYRILLIC SMALL LETTER IO +0xF2 0x0452 # CYRILLIC SMALL LETTER DJE +0xF3 0x0453 # CYRILLIC SMALL LETTER GJE +0xF4 0x0454 # CYRILLIC SMALL LETTER UKRAINIAN IE +0xF5 0x0455 # CYRILLIC SMALL LETTER DZE +0xF6 0x0456 # CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I +0xF7 0x0457 # CYRILLIC SMALL LETTER YI +0xF8 0x0458 # CYRILLIC SMALL LETTER JE +0xF9 0x0459 # CYRILLIC SMALL LETTER LJE +0xFA 0x045A # CYRILLIC SMALL LETTER NJE +0xFB 0x045B # CYRILLIC SMALL LETTER TSHE +0xFC 0x045C # CYRILLIC SMALL LETTER KJE +0xFD 0x00A7 # SECTION SIGN +0xFE 0x045E # CYRILLIC SMALL LETTER SHORT U +0xFF 0x045F # CYRILLIC SMALL LETTER DZHE diff --git a/data/iso-8859-6 b/data/iso-8859-6 new file mode 100644 index 0000000000..356fe72e3b --- /dev/null +++ b/data/iso-8859-6 @@ -0,0 +1,206 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-6 +# (Arabic) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff rtol single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0660 +31 0661 +32 0662 +33 0663 +34 0664 +35 0665 +36 0666 +37 0667 +38 0668 +39 0669 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A4 00A4 +AC 060C +AD 00AD +BB 061B +BF 061F +C1 0621 +C2 0622 +C3 0623 +C4 0624 +C5 0625 +C6 0626 +C7 0627 +C8 0628 +C9 0629 +CA 062A +CB 062B +CC 062C +CD 062D +CE 062E +CF 062F +D0 0630 +D1 0631 +D2 0632 +D3 0633 +D4 0634 +D5 0635 +D6 0636 +D7 0637 +D8 0638 +D9 0639 +DA 063A +E0 0640 +E1 0641 +E2 0642 +E3 0643 +E4 0644 +E5 0645 +E6 0646 +E7 0647 +E8 0648 +E9 0649 +EA 064A +EB 064B +EC 064C +ED 064D +EE 064E +EF 064F +F0 0650 +F1 0651 +F2 0652 diff --git a/data/iso-8859-6.txt b/data/iso-8859-6.txt new file mode 100644 index 0000000000..69ac7f5894 --- /dev/null +++ b/data/iso-8859-6.txt @@ -0,0 +1,260 @@ +# +# Name: ISO 8859-6:1999 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-6:1999 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-6 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-6 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead +# of the Arabic digits (U+0660..U+0669). +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA4 0x00A4 # CURRENCY SIGN +0xAC 0x060C # ARABIC COMMA +0xAD 0x00AD # SOFT HYPHEN +0xBB 0x061B # ARABIC SEMICOLON +0xBF 0x061F # ARABIC QUESTION MARK +0xC1 0x0621 # ARABIC LETTER HAMZA +0xC2 0x0622 # ARABIC LETTER ALEF WITH MADDA ABOVE +0xC3 0x0623 # ARABIC LETTER ALEF WITH HAMZA ABOVE +0xC4 0x0624 # ARABIC LETTER WAW WITH HAMZA ABOVE +0xC5 0x0625 # ARABIC LETTER ALEF WITH HAMZA BELOW +0xC6 0x0626 # ARABIC LETTER YEH WITH HAMZA ABOVE +0xC7 0x0627 # ARABIC LETTER ALEF +0xC8 0x0628 # ARABIC LETTER BEH +0xC9 0x0629 # ARABIC LETTER TEH MARBUTA +0xCA 0x062A # ARABIC LETTER TEH +0xCB 0x062B # ARABIC LETTER THEH +0xCC 0x062C # ARABIC LETTER JEEM +0xCD 0x062D # ARABIC LETTER HAH +0xCE 0x062E # ARABIC LETTER KHAH +0xCF 0x062F # ARABIC LETTER DAL +0xD0 0x0630 # ARABIC LETTER THAL +0xD1 0x0631 # ARABIC LETTER REH +0xD2 0x0632 # ARABIC LETTER ZAIN +0xD3 0x0633 # ARABIC LETTER SEEN +0xD4 0x0634 # ARABIC LETTER SHEEN +0xD5 0x0635 # ARABIC LETTER SAD +0xD6 0x0636 # ARABIC LETTER DAD +0xD7 0x0637 # ARABIC LETTER TAH +0xD8 0x0638 # ARABIC LETTER ZAH +0xD9 0x0639 # ARABIC LETTER AIN +0xDA 0x063A # ARABIC LETTER GHAIN +0xE0 0x0640 # ARABIC TATWEEL +0xE1 0x0641 # ARABIC LETTER FEH +0xE2 0x0642 # ARABIC LETTER QAF +0xE3 0x0643 # ARABIC LETTER KAF +0xE4 0x0644 # ARABIC LETTER LAM +0xE5 0x0645 # ARABIC LETTER MEEM +0xE6 0x0646 # ARABIC LETTER NOON +0xE7 0x0647 # ARABIC LETTER HEH +0xE8 0x0648 # ARABIC LETTER WAW +0xE9 0x0649 # ARABIC LETTER ALEF MAKSURA +0xEA 0x064A # ARABIC LETTER YEH +0xEB 0x064B # ARABIC FATHATAN +0xEC 0x064C # ARABIC DAMMATAN +0xED 0x064D # ARABIC KASRATAN +0xEE 0x064E # ARABIC FATHA +0xEF 0x064F # ARABIC DAMMA +0xF0 0x0650 # ARABIC KASRA +0xF1 0x0651 # ARABIC SHADDA +0xF2 0x0652 # ARABIC SUKUN diff --git a/data/iso-8859-7 b/data/iso-8859-7 new file mode 100644 index 0000000000..57647841cf --- /dev/null +++ b/data/iso-8859-7 @@ -0,0 +1,246 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-7 +# (Greek) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 9f ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic +a0 ff ltor single Symbol + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 02BD +A2 02BC +A3 00A3 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AB 00AB +AC 00AC +AD 00AD +AF 2015 +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 0384 +B5 0385 +B6 0386 +B7 00B7 +B8 0388 +B9 0389 +BA 038A +BB 00BB +BC 038C +BD 00BD +BE 038E +BF 038F +C0 0390 +C1 0391 +C2 0392 +C3 0393 +C4 0394 +C5 0395 +C6 0396 +C7 0397 +C8 0398 +C9 0399 +CA 039A +CB 039B +CC 039C +CD 039D +CE 039E +CF 039F +D0 03A0 +D1 03A1 +D3 03A3 +D4 03A4 +D5 03A5 +D6 03A6 +D7 03A7 +D8 03A8 +D9 03A9 +DA 03AA +DB 03AB +DC 03AC +DD 03AD +DE 03AE +DF 03AF +E0 03B0 +E1 03B1 +E2 03B2 +E3 03B3 +E4 03B4 +E5 03B5 +E6 03B6 +E7 03B7 +E8 03B8 +E9 03B9 +EA 03BA +EB 03BB +EC 03BC +ED 03BD +EE 03BE +EF 03BF +F0 03C0 +F1 03C1 +F2 03C2 +F3 03C3 +F4 03C4 +F5 03C5 +F6 03C6 +F7 03C7 +F8 03C8 +F9 03C9 +FA 03CA +FB 03CB +FC 03CC +FD 03CD +FE 03CE diff --git a/data/iso-8859-7.txt b/data/iso-8859-7.txt new file mode 100644 index 0000000000..52c42d08a7 --- /dev/null +++ b/data/iso-8859-7.txt @@ -0,0 +1,302 @@ +# +# Name: ISO 8859-7:1987 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO 8859-7:1987 characters map into Unicode. +# +# ISO 8859-7:1987 is equivalent to ISO-IR-126, ELOT 928, +# and ECMA 118. +# +# Format: Three tab-separated columns +# Column #1 is the ISO 8859-7 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO 8859-7 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7 +# Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7 +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x2018 # LEFT SINGLE QUOTATION MARK +0xA2 0x2019 # RIGHT SINGLE QUOTATION MARK +0xA3 0x00A3 # POUND SIGN +0xA6 0x00A6 # BROKEN BAR +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00A8 # DIAERESIS +0xA9 0x00A9 # COPYRIGHT SIGN +0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC # NOT SIGN +0xAD 0x00AD # SOFT HYPHEN +0xAF 0x2015 # HORIZONTAL BAR +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x00B2 # SUPERSCRIPT TWO +0xB3 0x00B3 # SUPERSCRIPT THREE +0xB4 0x0384 # GREEK TONOS +0xB5 0x0385 # GREEK DIALYTIKA TONOS +0xB6 0x0386 # GREEK CAPITAL LETTER ALPHA WITH TONOS +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x0388 # GREEK CAPITAL LETTER EPSILON WITH TONOS +0xB9 0x0389 # GREEK CAPITAL LETTER ETA WITH TONOS +0xBA 0x038A # GREEK CAPITAL LETTER IOTA WITH TONOS +0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x038C # GREEK CAPITAL LETTER OMICRON WITH TONOS +0xBD 0x00BD # VULGAR FRACTION ONE HALF +0xBE 0x038E # GREEK CAPITAL LETTER UPSILON WITH TONOS +0xBF 0x038F # GREEK CAPITAL LETTER OMEGA WITH TONOS +0xC0 0x0390 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS +0xC1 0x0391 # GREEK CAPITAL LETTER ALPHA +0xC2 0x0392 # GREEK CAPITAL LETTER BETA +0xC3 0x0393 # GREEK CAPITAL LETTER GAMMA +0xC4 0x0394 # GREEK CAPITAL LETTER DELTA +0xC5 0x0395 # GREEK CAPITAL LETTER EPSILON +0xC6 0x0396 # GREEK CAPITAL LETTER ZETA +0xC7 0x0397 # GREEK CAPITAL LETTER ETA +0xC8 0x0398 # GREEK CAPITAL LETTER THETA +0xC9 0x0399 # GREEK CAPITAL LETTER IOTA +0xCA 0x039A # GREEK CAPITAL LETTER KAPPA +0xCB 0x039B # GREEK CAPITAL LETTER LAMDA +0xCC 0x039C # GREEK CAPITAL LETTER MU +0xCD 0x039D # GREEK CAPITAL LETTER NU +0xCE 0x039E # GREEK CAPITAL LETTER XI +0xCF 0x039F # GREEK CAPITAL LETTER OMICRON +0xD0 0x03A0 # GREEK CAPITAL LETTER PI +0xD1 0x03A1 # GREEK CAPITAL LETTER RHO +0xD3 0x03A3 # GREEK CAPITAL LETTER SIGMA +0xD4 0x03A4 # GREEK CAPITAL LETTER TAU +0xD5 0x03A5 # GREEK CAPITAL LETTER UPSILON +0xD6 0x03A6 # GREEK CAPITAL LETTER PHI +0xD7 0x03A7 # GREEK CAPITAL LETTER CHI +0xD8 0x03A8 # GREEK CAPITAL LETTER PSI +0xD9 0x03A9 # GREEK CAPITAL LETTER OMEGA +0xDA 0x03AA # GREEK CAPITAL LETTER IOTA WITH DIALYTIKA +0xDB 0x03AB # GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA +0xDC 0x03AC # GREEK SMALL LETTER ALPHA WITH TONOS +0xDD 0x03AD # GREEK SMALL LETTER EPSILON WITH TONOS +0xDE 0x03AE # GREEK SMALL LETTER ETA WITH TONOS +0xDF 0x03AF # GREEK SMALL LETTER IOTA WITH TONOS +0xE0 0x03B0 # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS +0xE1 0x03B1 # GREEK SMALL LETTER ALPHA +0xE2 0x03B2 # GREEK SMALL LETTER BETA +0xE3 0x03B3 # GREEK SMALL LETTER GAMMA +0xE4 0x03B4 # GREEK SMALL LETTER DELTA +0xE5 0x03B5 # GREEK SMALL LETTER EPSILON +0xE6 0x03B6 # GREEK SMALL LETTER ZETA +0xE7 0x03B7 # GREEK SMALL LETTER ETA +0xE8 0x03B8 # GREEK SMALL LETTER THETA +0xE9 0x03B9 # GREEK SMALL LETTER IOTA +0xEA 0x03BA # GREEK SMALL LETTER KAPPA +0xEB 0x03BB # GREEK SMALL LETTER LAMDA +0xEC 0x03BC # GREEK SMALL LETTER MU +0xED 0x03BD # GREEK SMALL LETTER NU +0xEE 0x03BE # GREEK SMALL LETTER XI +0xEF 0x03BF # GREEK SMALL LETTER OMICRON +0xF0 0x03C0 # GREEK SMALL LETTER PI +0xF1 0x03C1 # GREEK SMALL LETTER RHO +0xF2 0x03C2 # GREEK SMALL LETTER FINAL SIGMA +0xF3 0x03C3 # GREEK SMALL LETTER SIGMA +0xF4 0x03C4 # GREEK SMALL LETTER TAU +0xF5 0x03C5 # GREEK SMALL LETTER UPSILON +0xF6 0x03C6 # GREEK SMALL LETTER PHI +0xF7 0x03C7 # GREEK SMALL LETTER CHI +0xF8 0x03C8 # GREEK SMALL LETTER PSI +0xF9 0x03C9 # GREEK SMALL LETTER OMEGA +0xFA 0x03CA # GREEK SMALL LETTER IOTA WITH DIALYTIKA +0xFB 0x03CB # GREEK SMALL LETTER UPSILON WITH DIALYTIKA +0xFC 0x03CC # GREEK SMALL LETTER OMICRON WITH TONOS +0xFD 0x03CD # GREEK SMALL LETTER UPSILON WITH TONOS +0xFE 0x03CE # GREEK SMALL LETTER OMEGA WITH TONOS diff --git a/data/iso-8859-8 b/data/iso-8859-8 new file mode 100644 index 0000000000..660122d6a0 --- /dev/null +++ b/data/iso-8859-8 @@ -0,0 +1,214 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-8 +# (Hebrew) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 7f ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic +80 ff rtol single Courier + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A2 00A2 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 00D7 +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 203E +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 00F7 +BB 00BB +BC 00BC +BD 00BD +BE 00BE +DF 2017 +E0 05D0 +E1 05D1 +E2 05D2 +E3 05D3 +E4 05D4 +E5 05D5 +E6 05D6 +E7 05D7 +E8 05D8 +E9 05D9 +EA 05DA +EB 05DB +EC 05DC +ED 05DD +EE 05DE +EF 05DF +F0 05E0 +F1 05E1 +F2 05E2 +F3 05E3 +F4 05E4 +F5 05E5 +F6 05E6 +F7 05E7 +F8 05E8 +F9 05E9 +FA 05EA diff --git a/data/iso-8859-8.txt b/data/iso-8859-8.txt new file mode 100644 index 0000000000..bc8da4c7fd --- /dev/null +++ b/data/iso-8859-8.txt @@ -0,0 +1,270 @@ +# +# Name: ISO/IEC 8859-8:1999 to Unicode +# Unicode version: 3.0 +# Table version: 1.1 +# Table format: Format A +# Date: 2000-Jan-03 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on optical media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-8:1999 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-8 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-8 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# 1.1 version updates to the published 8859-8:1999, correcting +# the mapping of 0xAF and adding mappings for LRM and RLM. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA2 0x00A2 # CENT SIGN +0xA3 0x00A3 # POUND SIGN +0xA4 0x00A4 # CURRENCY SIGN +0xA5 0x00A5 # YEN SIGN +0xA6 0x00A6 # BROKEN BAR +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00A8 # DIAERESIS +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x00D7 # MULTIPLICATION SIGN +0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC # NOT SIGN +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x00AE # REGISTERED SIGN +0xAF 0x00AF # MACRON +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x00B2 # SUPERSCRIPT TWO +0xB3 0x00B3 # SUPERSCRIPT THREE +0xB4 0x00B4 # ACUTE ACCENT +0xB5 0x00B5 # MICRO SIGN +0xB6 0x00B6 # PILCROW SIGN +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x00B8 # CEDILLA +0xB9 0x00B9 # SUPERSCRIPT ONE +0xBA 0x00F7 # DIVISION SIGN +0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC # VULGAR FRACTION ONE QUARTER +0xBD 0x00BD # VULGAR FRACTION ONE HALF +0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS +0xDF 0x2017 # DOUBLE LOW LINE +0xE0 0x05D0 # HEBREW LETTER ALEF +0xE1 0x05D1 # HEBREW LETTER BET +0xE2 0x05D2 # HEBREW LETTER GIMEL +0xE3 0x05D3 # HEBREW LETTER DALET +0xE4 0x05D4 # HEBREW LETTER HE +0xE5 0x05D5 # HEBREW LETTER VAV +0xE6 0x05D6 # HEBREW LETTER ZAYIN +0xE7 0x05D7 # HEBREW LETTER HET +0xE8 0x05D8 # HEBREW LETTER TET +0xE9 0x05D9 # HEBREW LETTER YOD +0xEA 0x05DA # HEBREW LETTER FINAL KAF +0xEB 0x05DB # HEBREW LETTER KAF +0xEC 0x05DC # HEBREW LETTER LAMED +0xED 0x05DD # HEBREW LETTER FINAL MEM +0xEE 0x05DE # HEBREW LETTER MEM +0xEF 0x05DF # HEBREW LETTER FINAL NUN +0xF0 0x05E0 # HEBREW LETTER NUN +0xF1 0x05E1 # HEBREW LETTER SAMEKH +0xF2 0x05E2 # HEBREW LETTER AYIN +0xF3 0x05E3 # HEBREW LETTER FINAL PE +0xF4 0x05E4 # HEBREW LETTER PE +0xF5 0x05E5 # HEBREW LETTER FINAL TSADI +0xF6 0x05E6 # HEBREW LETTER TSADI +0xF7 0x05E7 # HEBREW LETTER QOF +0xF8 0x05E8 # HEBREW LETTER RESH +0xF9 0x05E9 # HEBREW LETTER SHIN +0xFA 0x05EA # HEBREW LETTER TAV +0xFD 0x200E # LEFT-TO-RIGHT MARK +0xFE 0x200F # RIGHT-TO-LEFT MARK + diff --git a/data/iso-8859-9 b/data/iso-8859-9 new file mode 100644 index 0000000000..83a661edc2 --- /dev/null +++ b/data/iso-8859-9 @@ -0,0 +1,251 @@ +charset 8bit + +# +# This file defines the font and character mappings used for ISO-8859-9 +# (Latin5/Turkish) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 00A1 +A2 00A2 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 00AA +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 00BA +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00BF +C0 00C0 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 00CC +CD 00CD +CE 00CE +CF 00CF +D0 011E +D1 00D1 +D2 00D2 +D3 00D3 +D4 00D4 +D5 00D5 +D6 00D6 +D7 00D7 +D8 00D8 +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 0130 +DE 015E +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 00EC +ED 00ED +EE 00EE +EF 00EF +F0 011F +F1 00F1 +F2 00F2 +F3 00F3 +F4 00F4 +F5 00F5 +F6 00F6 +F7 00F7 +F8 00F8 +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 0131 +FE 015F +FF 00FF diff --git a/data/iso-8859-9.txt b/data/iso-8859-9.txt new file mode 100644 index 0000000000..22901f1077 --- /dev/null +++ b/data/iso-8859-9.txt @@ -0,0 +1,307 @@ +# +# Name: ISO/IEC 8859-9:1999 to Unicode +# Unicode version: 3.0 +# Table version: 1.0 +# Table format: Format A +# Date: 1999 July 27 +# Authors: Ken Whistler +# +# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. +# +# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). +# No claims are made as to fitness for any particular purpose. No +# warranties of any kind are expressed or implied. The recipient +# agrees to determine applicability of information provided. If this +# file has been provided on magnetic media by Unicode, Inc., the sole +# remedy for any claim will be exchange of defective media within 90 +# days of receipt. +# +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. +# +# General notes: +# +# This table contains the data the Unicode Consortium has on how +# ISO/IEC 8859-9:1999 characters map into Unicode. +# +# Format: Three tab-separated columns +# Column #1 is the ISO/IEC 8859-9 code (in hex as 0xXX) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 the Unicode name (follows a comment sign, '#') +# +# The entries are in ISO/IEC 8859-9 order. +# +# ISO/IEC 8859-9 is also equivalent to ISO-IR-148. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# +# Updated versions of this file may be found in: +# +# +# Any comments or problems, contact +# Please note that is an archival address; +# notices will be checked, but do not expect an immediate response. +# +0x00 0x0000 # NULL +0x01 0x0001 # START OF HEADING +0x02 0x0002 # START OF TEXT +0x03 0x0003 # END OF TEXT +0x04 0x0004 # END OF TRANSMISSION +0x05 0x0005 # ENQUIRY +0x06 0x0006 # ACKNOWLEDGE +0x07 0x0007 # BELL +0x08 0x0008 # BACKSPACE +0x09 0x0009 # HORIZONTAL TABULATION +0x0A 0x000A # LINE FEED +0x0B 0x000B # VERTICAL TABULATION +0x0C 0x000C # FORM FEED +0x0D 0x000D # CARRIAGE RETURN +0x0E 0x000E # SHIFT OUT +0x0F 0x000F # SHIFT IN +0x10 0x0010 # DATA LINK ESCAPE +0x11 0x0011 # DEVICE CONTROL ONE +0x12 0x0012 # DEVICE CONTROL TWO +0x13 0x0013 # DEVICE CONTROL THREE +0x14 0x0014 # DEVICE CONTROL FOUR +0x15 0x0015 # NEGATIVE ACKNOWLEDGE +0x16 0x0016 # SYNCHRONOUS IDLE +0x17 0x0017 # END OF TRANSMISSION BLOCK +0x18 0x0018 # CANCEL +0x19 0x0019 # END OF MEDIUM +0x1A 0x001A # SUBSTITUTE +0x1B 0x001B # ESCAPE +0x1C 0x001C # FILE SEPARATOR +0x1D 0x001D # GROUP SEPARATOR +0x1E 0x001E # RECORD SEPARATOR +0x1F 0x001F # UNIT SEPARATOR +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x7F 0x007F # DELETE +0x80 0x0080 # +0x81 0x0081 # +0x82 0x0082 # +0x83 0x0083 # +0x84 0x0084 # +0x85 0x0085 # +0x86 0x0086 # +0x87 0x0087 # +0x88 0x0088 # +0x89 0x0089 # +0x8A 0x008A # +0x8B 0x008B # +0x8C 0x008C # +0x8D 0x008D # +0x8E 0x008E # +0x8F 0x008F # +0x90 0x0090 # +0x91 0x0091 # +0x92 0x0092 # +0x93 0x0093 # +0x94 0x0094 # +0x95 0x0095 # +0x96 0x0096 # +0x97 0x0097 # +0x98 0x0098 # +0x99 0x0099 # +0x9A 0x009A # +0x9B 0x009B # +0x9C 0x009C # +0x9D 0x009D # +0x9E 0x009E # +0x9F 0x009F # +0xA0 0x00A0 # NO-BREAK SPACE +0xA1 0x00A1 # INVERTED EXCLAMATION MARK +0xA2 0x00A2 # CENT SIGN +0xA3 0x00A3 # POUND SIGN +0xA4 0x00A4 # CURRENCY SIGN +0xA5 0x00A5 # YEN SIGN +0xA6 0x00A6 # BROKEN BAR +0xA7 0x00A7 # SECTION SIGN +0xA8 0x00A8 # DIAERESIS +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x00AA # FEMININE ORDINAL INDICATOR +0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC # NOT SIGN +0xAD 0x00AD # SOFT HYPHEN +0xAE 0x00AE # REGISTERED SIGN +0xAF 0x00AF # MACRON +0xB0 0x00B0 # DEGREE SIGN +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x00B2 # SUPERSCRIPT TWO +0xB3 0x00B3 # SUPERSCRIPT THREE +0xB4 0x00B4 # ACUTE ACCENT +0xB5 0x00B5 # MICRO SIGN +0xB6 0x00B6 # PILCROW SIGN +0xB7 0x00B7 # MIDDLE DOT +0xB8 0x00B8 # CEDILLA +0xB9 0x00B9 # SUPERSCRIPT ONE +0xBA 0x00BA # MASCULINE ORDINAL INDICATOR +0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC # VULGAR FRACTION ONE QUARTER +0xBD 0x00BD # VULGAR FRACTION ONE HALF +0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS +0xBF 0x00BF # INVERTED QUESTION MARK +0xC0 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 # LATIN CAPITAL LETTER AE +0xC7 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x011E # LATIN CAPITAL LETTER G WITH BREVE +0xD1 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 # MULTIPLICATION SIGN +0xD8 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE +0xDE 0x015E # LATIN CAPITAL LETTER S WITH CEDILLA +0xDF 0x00DF # LATIN SMALL LETTER SHARP S +0xE0 0x00E0 # LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 # LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 # LATIN SMALL LETTER AE +0xE7 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 # LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC # LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x011F # LATIN SMALL LETTER G WITH BREVE +0xF1 0x00F1 # LATIN SMALL LETTER N WITH TILDE +0xF2 0x00F2 # LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 # DIVISION SIGN +0xF8 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xF9 0x00F9 # LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x0131 # LATIN SMALL LETTER DOTLESS I +0xFE 0x015F # LATIN SMALL LETTER S WITH CEDILLA +0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS + + diff --git a/data/koi8-r b/data/koi8-r new file mode 100644 index 0000000000..7d6816b07a --- /dev/null +++ b/data/koi8-r @@ -0,0 +1,261 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Russian +# Code Page KOI8-R text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 2500 +81 2502 +82 250C +83 2510 +84 2514 +85 2518 +86 251C +87 2524 +88 252C +89 2534 +8A 253C +8B 2580 +8C 2584 +8D 2588 +8E 258C +8F 2590 +90 2591 +91 2592 +92 2593 +93 2320 +94 25A0 +95 2219 +96 221A +97 2248 +98 2264 +99 2265 +9A 00A0 +9B 2321 +9C 00B0 +9D 00B2 +9E 00B7 +9F 00F7 +A0 2550 +A1 2551 +A2 2552 +A3 0451 +A4 2553 +A5 2554 +A6 2555 +A7 2556 +A8 2557 +A9 2558 +AA 2559 +AB 255A +AC 255B +AD 255C +AE 255D +AF 255E +B0 255F +B1 2560 +B2 2561 +B3 0401 +B4 2562 +B5 2563 +B6 2564 +B7 2565 +B8 2566 +B9 2567 +BA 2568 +BB 2569 +BC 256A +BD 256B +BE 256C +BF 00A9 +C0 044E +C1 0430 +C2 0431 +C3 0446 +C4 0434 +C5 0435 +C6 0444 +C7 0433 +C8 0445 +C9 0438 +CA 0439 +CB 043A +CC 043B +CD 043C +CE 043D +CF 043E +D0 043F +D1 044F +D2 0440 +D3 0441 +D4 0442 +D5 0443 +D6 0436 +D7 0432 +D8 044C +D9 044B +DA 0437 +DB 0448 +DC 044D +DD 0449 +DE 0447 +DF 044A +E0 042E +E1 0410 +E2 0411 +E3 0426 +E4 0414 +E5 0415 +E6 0424 +E7 0413 +E8 0425 +E9 0418 +EA 0419 +EB 041A +EC 041B +ED 041C +EE 041D +EF 041E +F0 041F +F1 042F +F2 0420 +F3 0421 +F4 0422 +F5 0423 +F6 0416 +F7 0412 +F8 042C +F9 042B +FA 0417 +FB 0428 +FC 042D +FD 0429 +FE 0427 +FF 042A + + diff --git a/data/koi8-r.txt b/data/koi8-r.txt new file mode 100644 index 0000000000..173f520a10 --- /dev/null +++ b/data/koi8-r.txt @@ -0,0 +1,257 @@ +# koi8-r.txt - Legacy SBCS to Unicode charmap +0x00 0x0000 # 0 +0x01 0x0001 # 0 +0x02 0x0002 # 0 +0x03 0x0003 # 0 +0x04 0x0004 # 0 +0x05 0x0005 # 0 +0x06 0x0006 # 0 +0x07 0x0007 # 0 +0x08 0x0008 # 0 +0x09 0x0009 # 0 +0x0A 0x000A # 0 +0x0B 0x000B # 0 +0x0C 0x000C # 0 +0x0D 0x000D # 0 +0x0E 0x000E # 0 +0x0F 0x000F # 0 +0x10 0x0010 # 0 +0x11 0x0011 # 0 +0x12 0x0012 # 0 +0x13 0x0013 # 0 +0x14 0x0014 # 0 +0x15 0x0015 # 0 +0x16 0x0016 # 0 +0x17 0x0017 # 0 +0x18 0x0018 # 0 +0x19 0x0019 # 0 +0x1A 0x001A # 0 +0x1B 0x001B # 0 +0x1C 0x001C # 0 +0x1D 0x001D # 0 +0x1E 0x001E # 0 +0x1F 0x001F # 0 +0x20 0x0020 # 0 +0x21 0x0021 # 0 +0x22 0x0022 # 0 +0x23 0x0023 # 0 +0x24 0x0024 # 0 +0x25 0x0025 # 0 +0x26 0x0026 # 0 +0x27 0x0027 # 0 +0x28 0x0028 # 0 +0x29 0x0029 # 0 +0x2A 0x002A # 0 +0x2B 0x002B # 0 +0x2C 0x002C # 0 +0x2D 0x002D # 0 +0x2E 0x002E # 0 +0x2F 0x002F # 0 +0x30 0x0030 # 0 +0x31 0x0031 # 0 +0x32 0x0032 # 0 +0x33 0x0033 # 0 +0x34 0x0034 # 0 +0x35 0x0035 # 0 +0x36 0x0036 # 0 +0x37 0x0037 # 0 +0x38 0x0038 # 0 +0x39 0x0039 # 0 +0x3A 0x003A # 0 +0x3B 0x003B # 0 +0x3C 0x003C # 0 +0x3D 0x003D # 0 +0x3E 0x003E # 0 +0x3F 0x003F # 0 +0x40 0x0040 # 0 +0x41 0x0041 # 0 +0x42 0x0042 # 0 +0x43 0x0043 # 0 +0x44 0x0044 # 0 +0x45 0x0045 # 0 +0x46 0x0046 # 0 +0x47 0x0047 # 0 +0x48 0x0048 # 0 +0x49 0x0049 # 0 +0x4A 0x004A # 0 +0x4B 0x004B # 0 +0x4C 0x004C # 0 +0x4D 0x004D # 0 +0x4E 0x004E # 0 +0x4F 0x004F # 0 +0x50 0x0050 # 0 +0x51 0x0051 # 0 +0x52 0x0052 # 0 +0x53 0x0053 # 0 +0x54 0x0054 # 0 +0x55 0x0055 # 0 +0x56 0x0056 # 0 +0x57 0x0057 # 0 +0x58 0x0058 # 0 +0x59 0x0059 # 0 +0x5A 0x005A # 0 +0x5B 0x005B # 0 +0x5C 0x005C # 0 +0x5D 0x005D # 0 +0x5E 0x005E # 0 +0x5F 0x005F # 0 +0x60 0x0060 # 0 +0x61 0x0061 # 0 +0x62 0x0062 # 0 +0x63 0x0063 # 0 +0x64 0x0064 # 0 +0x65 0x0065 # 0 +0x66 0x0066 # 0 +0x67 0x0067 # 0 +0x68 0x0068 # 0 +0x69 0x0069 # 0 +0x6A 0x006A # 0 +0x6B 0x006B # 0 +0x6C 0x006C # 0 +0x6D 0x006D # 0 +0x6E 0x006E # 0 +0x6F 0x006F # 0 +0x70 0x0070 # 0 +0x71 0x0071 # 0 +0x72 0x0072 # 0 +0x73 0x0073 # 0 +0x74 0x0074 # 0 +0x75 0x0075 # 0 +0x76 0x0076 # 0 +0x77 0x0077 # 0 +0x78 0x0078 # 0 +0x79 0x0079 # 0 +0x7A 0x007A # 0 +0x7B 0x007B # 0 +0x7C 0x007C # 0 +0x7D 0x007D # 0 +0x7E 0x007E # 0 +0x7F 0x007F # 0 +0x80 0x2500 # 0 +0x81 0x2502 # 0 +0x82 0x250C # 0 +0x83 0x2510 # 0 +0x84 0x2514 # 0 +0x85 0x2518 # 0 +0x86 0x251C # 0 +0x87 0x2524 # 0 +0x88 0x252C # 0 +0x89 0x2534 # 0 +0x8A 0x253C # 0 +0x8B 0x2580 # 0 +0x8C 0x2584 # 0 +0x8D 0x2588 # 0 +0x8E 0x258C # 0 +0x8F 0x2590 # 0 +0x90 0x2591 # 0 +0x91 0x2592 # 0 +0x92 0x2593 # 0 +0x93 0x2320 # 0 +0x94 0x25A0 # 0 +0x95 0x2022 # 0 +0x96 0x221A # 0 +0x97 0x2248 # 0 +0x98 0x2264 # 0 +0x99 0x2265 # 0 +0x9A 0x00A0 # 0 +0x9B 0x2321 # 0 +0x9C 0x00B0 # 0 +0x9D 0x00B2 # 0 +0x9E 0x00B7 # 0 +0x9F 0x00F7 # 0 +0xA0 0x2550 # 0 +0xA1 0x2551 # 0 +0xA2 0x2552 # 0 +0xA3 0x0451 # 0 +0xA4 0x2553 # 0 +0xA5 0x2554 # 0 +0xA6 0x2555 # 0 +0xA7 0x2556 # 0 +0xA8 0x2557 # 0 +0xA9 0x2558 # 0 +0xAA 0x2559 # 0 +0xAB 0x255A # 0 +0xAC 0x255B # 0 +0xAD 0x255C # 0 +0xAE 0x255D # 0 +0xAF 0x255E # 0 +0xB0 0x255F # 0 +0xB1 0x2560 # 0 +0xB2 0x2561 # 0 +0xB3 0x0401 # 0 +0xB4 0x2562 # 0 +0xB5 0x2563 # 0 +0xB6 0x2564 # 0 +0xB7 0x2565 # 0 +0xB8 0x2566 # 0 +0xB9 0x2567 # 0 +0xBA 0x2568 # 0 +0xBB 0x2569 # 0 +0xBC 0x256A # 0 +0xBD 0x256B # 0 +0xBE 0x256C # 0 +0xBF 0x00A9 # 0 +0xC0 0x044E # 0 +0xC1 0x0430 # 0 +0xC2 0x0431 # 0 +0xC3 0x0446 # 0 +0xC4 0x0434 # 0 +0xC5 0x0435 # 0 +0xC6 0x0444 # 0 +0xC7 0x0433 # 0 +0xC8 0x0445 # 0 +0xC9 0x0438 # 0 +0xCA 0x0439 # 0 +0xCB 0x043A # 0 +0xCC 0x043B # 0 +0xCD 0x043C # 0 +0xCE 0x043D # 0 +0xCF 0x043E # 0 +0xD0 0x043F # 0 +0xD1 0x044F # 0 +0xD2 0x0440 # 0 +0xD3 0x0441 # 0 +0xD4 0x0442 # 0 +0xD5 0x0443 # 0 +0xD6 0x0436 # 0 +0xD7 0x0432 # 0 +0xD8 0x044C # 0 +0xD9 0x044B # 0 +0xDA 0x0437 # 0 +0xDB 0x0448 # 0 +0xDC 0x044D # 0 +0xDD 0x0449 # 0 +0xDE 0x0447 # 0 +0xDF 0x044A # 0 +0xE0 0x042E # 0 +0xE1 0x0410 # 0 +0xE2 0x0411 # 0 +0xE3 0x0426 # 0 +0xE4 0x0414 # 0 +0xE5 0x0415 # 0 +0xE6 0x0424 # 0 +0xE7 0x0413 # 0 +0xE8 0x0425 # 0 +0xE9 0x0418 # 0 +0xEA 0x0419 # 0 +0xEB 0x041A # 0 +0xEC 0x041B # 0 +0xED 0x041C # 0 +0xEE 0x041D # 0 +0xEF 0x041E # 0 +0xF0 0x041F # 0 +0xF1 0x042F # 0 +0xF2 0x0420 # 0 +0xF3 0x0421 # 0 +0xF4 0x0422 # 0 +0xF5 0x0423 # 0 +0xF6 0x0416 # 0 +0xF7 0x0412 # 0 +0xF8 0x042C # 0 +0xF9 0x042B # 0 +0xFA 0x0417 # 0 +0xFB 0x0428 # 0 +0xFC 0x042D # 0 +0xFD 0x0429 # 0 +0xFE 0x0427 # 0 +0xFF 0x042A # 0 diff --git a/data/koi8-u b/data/koi8-u new file mode 100644 index 0000000000..c90c543d9b --- /dev/null +++ b/data/koi8-u @@ -0,0 +1,259 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Ukrainian +# Code Page KOI8-U text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 2500 +81 2502 +82 250C +83 2510 +84 2514 +85 2518 +86 251C +87 2524 +88 252C +89 2534 +8A 253C +8B 2580 +8C 2584 +8D 2588 +8E 258C +8F 2590 +90 2591 +91 2592 +92 2593 +93 2320 +94 25A0 +95 2219 +96 221A +97 2248 +98 2264 +99 2265 +9A 00A0 +9B 2321 +9C 00B0 +9D 00B2 +9E 00B7 +9F 00F7 +A0 2550 +A1 2551 +A2 2552 +A3 0451 +A4 0454 +A5 2554 +A6 0456 +A7 0457 +A8 2557 +A9 2558 +AA 2559 +AB 255A +AC 255B +AD 0491 +AE 255D +AF 255E +B0 255F +B1 2560 +B2 2561 +B3 0401 +B4 0404 +B5 2563 +B6 0406 +B7 0407 +B8 2566 +B9 2567 +BA 2568 +BB 2569 +BC 256A +BD 0490 +BE 256C +BF 00A9 +C0 044E +C1 0430 +C2 0431 +C3 0446 +C4 0434 +C5 0435 +C6 0444 +C7 0433 +C8 0445 +C9 0438 +CA 0439 +CB 043A +CC 043B +CD 043C +CE 043D +CF 043E +D0 043F +D1 044F +D2 0440 +D3 0441 +D4 0442 +D5 0443 +D6 0436 +D7 0432 +D8 044C +D9 044B +DA 0437 +DB 0448 +DC 044D +DD 0449 +DE 0447 +DF 044A +E0 042E +E1 0410 +E2 0411 +E3 0426 +E4 0414 +E5 0415 +E6 0424 +E7 0413 +E8 0425 +E9 0418 +EA 0419 +EB 041A +EC 041B +ED 041C +EE 041D +EF 041E +F0 041F +F1 042F +F2 0420 +F3 0421 +F4 0422 +F5 0423 +F6 0416 +F7 0412 +F8 042C +F9 042B +FA 0417 +FB 0428 +FC 042D +FD 0429 +FE 0427 +FF 042A diff --git a/data/koi8-u.txt b/data/koi8-u.txt new file mode 100644 index 0000000000..9942e2192c --- /dev/null +++ b/data/koi8-u.txt @@ -0,0 +1,257 @@ +# koi8-u.txt - Legacy SBCS to Unicode charmap +0x00 0x0000 # 0 +0x01 0x0001 # 0 +0x02 0x0002 # 0 +0x03 0x0003 # 0 +0x04 0x0004 # 0 +0x05 0x0005 # 0 +0x06 0x0006 # 0 +0x07 0x0007 # 0 +0x08 0x0008 # 0 +0x09 0x0009 # 0 +0x0A 0x000A # 0 +0x0B 0x000B # 0 +0x0C 0x000C # 0 +0x0D 0x000D # 0 +0x0E 0x000E # 0 +0x0F 0x000F # 0 +0x10 0x0010 # 0 +0x11 0x0011 # 0 +0x12 0x0012 # 0 +0x13 0x0013 # 0 +0x14 0x0014 # 0 +0x15 0x0015 # 0 +0x16 0x0016 # 0 +0x17 0x0017 # 0 +0x18 0x0018 # 0 +0x19 0x0019 # 0 +0x1A 0x001A # 0 +0x1B 0x001B # 0 +0x1C 0x001C # 0 +0x1D 0x001D # 0 +0x1E 0x001E # 0 +0x1F 0x001F # 0 +0x20 0x0020 # 0 +0x21 0x0021 # 0 +0x22 0x0022 # 0 +0x23 0x0023 # 0 +0x24 0x0024 # 0 +0x25 0x0025 # 0 +0x26 0x0026 # 0 +0x27 0x0027 # 0 +0x28 0x0028 # 0 +0x29 0x0029 # 0 +0x2A 0x002A # 0 +0x2B 0x002B # 0 +0x2C 0x002C # 0 +0x2D 0x002D # 0 +0x2E 0x002E # 0 +0x2F 0x002F # 0 +0x30 0x0030 # 0 +0x31 0x0031 # 0 +0x32 0x0032 # 0 +0x33 0x0033 # 0 +0x34 0x0034 # 0 +0x35 0x0035 # 0 +0x36 0x0036 # 0 +0x37 0x0037 # 0 +0x38 0x0038 # 0 +0x39 0x0039 # 0 +0x3A 0x003A # 0 +0x3B 0x003B # 0 +0x3C 0x003C # 0 +0x3D 0x003D # 0 +0x3E 0x003E # 0 +0x3F 0x003F # 0 +0x40 0x0040 # 0 +0x41 0x0041 # 0 +0x42 0x0042 # 0 +0x43 0x0043 # 0 +0x44 0x0044 # 0 +0x45 0x0045 # 0 +0x46 0x0046 # 0 +0x47 0x0047 # 0 +0x48 0x0048 # 0 +0x49 0x0049 # 0 +0x4A 0x004A # 0 +0x4B 0x004B # 0 +0x4C 0x004C # 0 +0x4D 0x004D # 0 +0x4E 0x004E # 0 +0x4F 0x004F # 0 +0x50 0x0050 # 0 +0x51 0x0051 # 0 +0x52 0x0052 # 0 +0x53 0x0053 # 0 +0x54 0x0054 # 0 +0x55 0x0055 # 0 +0x56 0x0056 # 0 +0x57 0x0057 # 0 +0x58 0x0058 # 0 +0x59 0x0059 # 0 +0x5A 0x005A # 0 +0x5B 0x005B # 0 +0x5C 0x005C # 0 +0x5D 0x005D # 0 +0x5E 0x005E # 0 +0x5F 0x005F # 0 +0x60 0x0060 # 0 +0x61 0x0061 # 0 +0x62 0x0062 # 0 +0x63 0x0063 # 0 +0x64 0x0064 # 0 +0x65 0x0065 # 0 +0x66 0x0066 # 0 +0x67 0x0067 # 0 +0x68 0x0068 # 0 +0x69 0x0069 # 0 +0x6A 0x006A # 0 +0x6B 0x006B # 0 +0x6C 0x006C # 0 +0x6D 0x006D # 0 +0x6E 0x006E # 0 +0x6F 0x006F # 0 +0x70 0x0070 # 0 +0x71 0x0071 # 0 +0x72 0x0072 # 0 +0x73 0x0073 # 0 +0x74 0x0074 # 0 +0x75 0x0075 # 0 +0x76 0x0076 # 0 +0x77 0x0077 # 0 +0x78 0x0078 # 0 +0x79 0x0079 # 0 +0x7A 0x007A # 0 +0x7B 0x007B # 0 +0x7C 0x007C # 0 +0x7D 0x007D # 0 +0x7E 0x007E # 0 +0x7F 0x007F # 0 +0x80 0x2500 # 0 +0x81 0x2502 # 0 +0x82 0x250C # 0 +0x83 0x2510 # 0 +0x84 0x2514 # 0 +0x85 0x2518 # 0 +0x86 0x251C # 0 +0x87 0x2524 # 0 +0x88 0x252C # 0 +0x89 0x2534 # 0 +0x8A 0x253C # 0 +0x8B 0x2580 # 0 +0x8C 0x2584 # 0 +0x8D 0x2588 # 0 +0x8E 0x258C # 0 +0x8F 0x2590 # 0 +0x90 0x2591 # 0 +0x91 0x2592 # 0 +0x92 0x2593 # 0 +0x93 0x2320 # 0 +0x94 0x25A0 # 0 +0x95 0x2019 # 0 +0x96 0x221A # 0 +0x97 0x2248 # 0 +0x98 0x2264 # 0 +0x99 0x2265 # 0 +0x9A 0x00A0 # 0 +0x9B 0x2321 # 0 +0x9C 0x00B0 # 0 +0x9D 0x00B2 # 0 +0x9E 0x00B7 # 0 +0x9F 0x00F7 # 0 +0xA0 0x2550 # 0 +0xA1 0x2551 # 0 +0xA2 0x2552 # 0 +0xA3 0x0451 # 0 +0xA4 0x0454 # 0 +0xA5 0x2554 # 0 +0xA6 0x0456 # 0 +0xA7 0x0457 # 0 +0xA8 0x2557 # 0 +0xA9 0x2558 # 0 +0xAA 0x2559 # 0 +0xAB 0x255A # 0 +0xAC 0x255B # 0 +0xAD 0x0491 # 0 +0xAE 0x255D # 0 +0xAF 0x255E # 0 +0xB0 0x255F # 0 +0xB1 0x2560 # 0 +0xB2 0x2561 # 0 +0xB3 0x0401 # 0 +0xB4 0x0404 # 0 +0xB5 0x2563 # 0 +0xB6 0x0406 # 0 +0xB7 0x0407 # 0 +0xB8 0x2566 # 0 +0xB9 0x2567 # 0 +0xBA 0x2568 # 0 +0xBB 0x2569 # 0 +0xBC 0x256A # 0 +0xBD 0x0490 # 0 +0xBE 0x256C # 0 +0xBF 0x00A9 # 0 +0xC0 0x044E # 0 +0xC1 0x0430 # 0 +0xC2 0x0431 # 0 +0xC3 0x0446 # 0 +0xC4 0x0434 # 0 +0xC5 0x0435 # 0 +0xC6 0x0444 # 0 +0xC7 0x0433 # 0 +0xC8 0x0445 # 0 +0xC9 0x0438 # 0 +0xCA 0x0439 # 0 +0xCB 0x043A # 0 +0xCC 0x043B # 0 +0xCD 0x043C # 0 +0xCE 0x043D # 0 +0xCF 0x043E # 0 +0xD0 0x043F # 0 +0xD1 0x044F # 0 +0xD2 0x0440 # 0 +0xD3 0x0441 # 0 +0xD4 0x0442 # 0 +0xD5 0x0443 # 0 +0xD6 0x0436 # 0 +0xD7 0x0432 # 0 +0xD8 0x044C # 0 +0xD9 0x044B # 0 +0xDA 0x0437 # 0 +0xDB 0x0448 # 0 +0xDC 0x044D # 0 +0xDD 0x0449 # 0 +0xDE 0x0447 # 0 +0xDF 0x044A # 0 +0xE0 0x042E # 0 +0xE1 0x0410 # 0 +0xE2 0x0411 # 0 +0xE3 0x0426 # 0 +0xE4 0x0414 # 0 +0xE5 0x0415 # 0 +0xE6 0x0424 # 0 +0xE7 0x0413 # 0 +0xE8 0x0425 # 0 +0xE9 0x0418 # 0 +0xEA 0x0419 # 0 +0xEB 0x041A # 0 +0xEC 0x041B # 0 +0xED 0x041C # 0 +0xEE 0x041D # 0 +0xEF 0x041E # 0 +0xF0 0x041F # 0 +0xF1 0x042F # 0 +0xF2 0x0420 # 0 +0xF3 0x0421 # 0 +0xF4 0x0422 # 0 +0xF5 0x0423 # 0 +0xF6 0x0416 # 0 +0xF7 0x0412 # 0 +0xF8 0x042C # 0 +0xF9 0x042B # 0 +0xFA 0x0417 # 0 +0xFB 0x0428 # 0 +0xFC 0x042D # 0 +0xFD 0x0429 # 0 +0xFE 0x0427 # 0 +0xFF 0x042A # 0 diff --git a/data/mac-roman.txt b/data/mac-roman.txt new file mode 100644 index 0000000000..6e68beac5d --- /dev/null +++ b/data/mac-roman.txt @@ -0,0 +1,223 @@ +0x20 0x0020 # SPACE +0x21 0x0021 # EXCLAMATION MARK +0x22 0x0022 # QUOTATION MARK +0x23 0x0023 # NUMBER SIGN +0x24 0x0024 # DOLLAR SIGN +0x25 0x0025 # PERCENT SIGN +0x26 0x0026 # AMPERSAND +0x27 0x0027 # APOSTROPHE +0x28 0x0028 # LEFT PARENTHESIS +0x29 0x0029 # RIGHT PARENTHESIS +0x2A 0x002A # ASTERISK +0x2B 0x002B # PLUS SIGN +0x2C 0x002C # COMMA +0x2D 0x002D # HYPHEN-MINUS +0x2E 0x002E # FULL STOP +0x2F 0x002F # SOLIDUS +0x30 0x0030 # DIGIT ZERO +0x31 0x0031 # DIGIT ONE +0x32 0x0032 # DIGIT TWO +0x33 0x0033 # DIGIT THREE +0x34 0x0034 # DIGIT FOUR +0x35 0x0035 # DIGIT FIVE +0x36 0x0036 # DIGIT SIX +0x37 0x0037 # DIGIT SEVEN +0x38 0x0038 # DIGIT EIGHT +0x39 0x0039 # DIGIT NINE +0x3A 0x003A # COLON +0x3B 0x003B # SEMICOLON +0x3C 0x003C # LESS-THAN SIGN +0x3D 0x003D # EQUALS SIGN +0x3E 0x003E # GREATER-THAN SIGN +0x3F 0x003F # QUESTION MARK +0x40 0x0040 # COMMERCIAL AT +0x41 0x0041 # LATIN CAPITAL LETTER A +0x42 0x0042 # LATIN CAPITAL LETTER B +0x43 0x0043 # LATIN CAPITAL LETTER C +0x44 0x0044 # LATIN CAPITAL LETTER D +0x45 0x0045 # LATIN CAPITAL LETTER E +0x46 0x0046 # LATIN CAPITAL LETTER F +0x47 0x0047 # LATIN CAPITAL LETTER G +0x48 0x0048 # LATIN CAPITAL LETTER H +0x49 0x0049 # LATIN CAPITAL LETTER I +0x4A 0x004A # LATIN CAPITAL LETTER J +0x4B 0x004B # LATIN CAPITAL LETTER K +0x4C 0x004C # LATIN CAPITAL LETTER L +0x4D 0x004D # LATIN CAPITAL LETTER M +0x4E 0x004E # LATIN CAPITAL LETTER N +0x4F 0x004F # LATIN CAPITAL LETTER O +0x50 0x0050 # LATIN CAPITAL LETTER P +0x51 0x0051 # LATIN CAPITAL LETTER Q +0x52 0x0052 # LATIN CAPITAL LETTER R +0x53 0x0053 # LATIN CAPITAL LETTER S +0x54 0x0054 # LATIN CAPITAL LETTER T +0x55 0x0055 # LATIN CAPITAL LETTER U +0x56 0x0056 # LATIN CAPITAL LETTER V +0x57 0x0057 # LATIN CAPITAL LETTER W +0x58 0x0058 # LATIN CAPITAL LETTER X +0x59 0x0059 # LATIN CAPITAL LETTER Y +0x5A 0x005A # LATIN CAPITAL LETTER Z +0x5B 0x005B # LEFT SQUARE BRACKET +0x5C 0x005C # REVERSE SOLIDUS +0x5D 0x005D # RIGHT SQUARE BRACKET +0x5E 0x005E # CIRCUMFLEX ACCENT +0x5F 0x005F # LOW LINE +0x60 0x0060 # GRAVE ACCENT +0x61 0x0061 # LATIN SMALL LETTER A +0x62 0x0062 # LATIN SMALL LETTER B +0x63 0x0063 # LATIN SMALL LETTER C +0x64 0x0064 # LATIN SMALL LETTER D +0x65 0x0065 # LATIN SMALL LETTER E +0x66 0x0066 # LATIN SMALL LETTER F +0x67 0x0067 # LATIN SMALL LETTER G +0x68 0x0068 # LATIN SMALL LETTER H +0x69 0x0069 # LATIN SMALL LETTER I +0x6A 0x006A # LATIN SMALL LETTER J +0x6B 0x006B # LATIN SMALL LETTER K +0x6C 0x006C # LATIN SMALL LETTER L +0x6D 0x006D # LATIN SMALL LETTER M +0x6E 0x006E # LATIN SMALL LETTER N +0x6F 0x006F # LATIN SMALL LETTER O +0x70 0x0070 # LATIN SMALL LETTER P +0x71 0x0071 # LATIN SMALL LETTER Q +0x72 0x0072 # LATIN SMALL LETTER R +0x73 0x0073 # LATIN SMALL LETTER S +0x74 0x0074 # LATIN SMALL LETTER T +0x75 0x0075 # LATIN SMALL LETTER U +0x76 0x0076 # LATIN SMALL LETTER V +0x77 0x0077 # LATIN SMALL LETTER W +0x78 0x0078 # LATIN SMALL LETTER X +0x79 0x0079 # LATIN SMALL LETTER Y +0x7A 0x007A # LATIN SMALL LETTER Z +0x7B 0x007B # LEFT CURLY BRACKET +0x7C 0x007C # VERTICAL LINE +0x7D 0x007D # RIGHT CURLY BRACKET +0x7E 0x007E # TILDE +0x80 0x00C4 # LATIN CAPITAL LETTER A WITH DIAERESIS +0x81 0x00C5 # LATIN CAPITAL LETTER A WITH RING ABOVE +0x82 0x00C7 # LATIN CAPITAL LETTER C WITH CEDILLA +0x83 0x00C9 # LATIN CAPITAL LETTER E WITH ACUTE +0x84 0x00D1 # LATIN CAPITAL LETTER N WITH TILDE +0x85 0x00D6 # LATIN CAPITAL LETTER O WITH DIAERESIS +0x86 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS +0x87 0x00E1 # LATIN SMALL LETTER A WITH ACUTE +0x88 0x00E0 # LATIN SMALL LETTER A WITH GRAVE +0x89 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX +0x8A 0x00E4 # LATIN SMALL LETTER A WITH DIAERESIS +0x8B 0x00E3 # LATIN SMALL LETTER A WITH TILDE +0x8C 0x00E5 # LATIN SMALL LETTER A WITH RING ABOVE +0x8D 0x00E7 # LATIN SMALL LETTER C WITH CEDILLA +0x8E 0x00E9 # LATIN SMALL LETTER E WITH ACUTE +0x8F 0x00E8 # LATIN SMALL LETTER E WITH GRAVE +0x90 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX +0x91 0x00EB # LATIN SMALL LETTER E WITH DIAERESIS +0x92 0x00ED # LATIN SMALL LETTER I WITH ACUTE +0x93 0x00EC # LATIN SMALL LETTER I WITH GRAVE +0x94 0x00EE # LATIN SMALL LETTER I WITH CIRCUMFLEX +0x95 0x00EF # LATIN SMALL LETTER I WITH DIAERESIS +0x96 0x00F1 # LATIN SMALL LETTER N WITH TILDE +0x97 0x00F3 # LATIN SMALL LETTER O WITH ACUTE +0x98 0x00F2 # LATIN SMALL LETTER O WITH GRAVE +0x99 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX +0x9A 0x00F6 # LATIN SMALL LETTER O WITH DIAERESIS +0x9B 0x00F5 # LATIN SMALL LETTER O WITH TILDE +0x9C 0x00FA # LATIN SMALL LETTER U WITH ACUTE +0x9D 0x00F9 # LATIN SMALL LETTER U WITH GRAVE +0x9E 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX +0x9F 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS +0xA0 0x2020 # DAGGER +0xA1 0x00B0 # DEGREE SIGN +0xA2 0x00A2 # CENT SIGN +0xA3 0x00A3 # POUND SIGN +0xA4 0x00A7 # SECTION SIGN +0xA5 0x2022 # BULLET +0xA6 0x00B6 # PILCROW SIGN +0xA7 0x00DF # LATIN SMALL LETTER SHARP S +0xA8 0x00AE # REGISTERED SIGN +0xA9 0x00A9 # COPYRIGHT SIGN +0xAA 0x2122 # TRADE MARK SIGN +0xAB 0x00B4 # ACUTE ACCENT +0xAC 0x00A8 # DIAERESIS +0xAD 0x2260 # NOT EQUAL TO +0xAE 0x00C6 # LATIN CAPITAL LETTER AE +0xAF 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE +0xB0 0x221E # INFINITY +0xB1 0x00B1 # PLUS-MINUS SIGN +0xB2 0x2264 # LESS-THAN OR EQUAL TO +0xB3 0x2265 # GREATER-THAN OR EQUAL TO +0xB4 0x00A5 # YEN SIGN +0xB5 0x00B5 # MICRO SIGN +0xB6 0x2202 # PARTIAL DIFFERENTIAL +0xB7 0x2211 # N-ARY SUMMATION +0xB8 0x220F # N-ARY PRODUCT +0xB9 0x03C0 # GREEK SMALL LETTER PI +0xBA 0x222B # INTEGRAL +0xBB 0x00AA # FEMININE ORDINAL INDICATOR +0xBC 0x00BA # MASCULINE ORDINAL INDICATOR +0xBD 0x2126 # OHM SIGN +0xBE 0x00E6 # LATIN SMALL LETTER AE +0xBF 0x00F8 # LATIN SMALL LETTER O WITH STROKE +0xC0 0x00BF # INVERTED QUESTION MARK +0xC1 0x00A1 # INVERTED EXCLAMATION MARK +0xC2 0x00AC # NOT SIGN +0xC3 0x221A # SQUARE ROOT +0xC4 0x0192 # LATIN SMALL LETTER F WITH HOOK +0xC5 0x2248 # ALMOST EQUAL TO +0xC6 0x2206 # INCREMENT +0xC7 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xC8 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xC9 0x2026 # HORIZONTAL ELLIPSIS +0xCA 0x00A0 # NO-BREAK SPACE +0xCB 0x00C0 # LATIN CAPITAL LETTER A WITH GRAVE +0xCC 0x00C3 # LATIN CAPITAL LETTER A WITH TILDE +0xCD 0x00D5 # LATIN CAPITAL LETTER O WITH TILDE +0xCE 0x0152 # LATIN CAPITAL LIGATURE OE +0xCF 0x0153 # LATIN SMALL LIGATURE OE +0xD0 0x2013 # EN DASH +0xD1 0x2014 # EM DASH +0xD2 0x201C # LEFT DOUBLE QUOTATION MARK +0xD3 0x201D # RIGHT DOUBLE QUOTATION MARK +0xD4 0x2018 # LEFT SINGLE QUOTATION MARK +0xD5 0x2019 # RIGHT SINGLE QUOTATION MARK +0xD6 0x00F7 # DIVISION SIGN +0xD7 0x25CA # LOZENGE +0xD8 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS +0xD9 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS +0xDA 0x2044 # FRACTION SLASH +0xDB 0x00A4 # CURRENCY SIGN +0xDC 0x2039 # SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0xDD 0x203A # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0xDE 0xFB01 # LATIN SMALL LIGATURE FI +0xDF 0xFB02 # LATIN SMALL LIGATURE FL +0xE0 0x2021 # DOUBLE DAGGER +0xE1 0x00B7 # MIDDLE DOT +0xE2 0x201A # SINGLE LOW-9 QUOTATION MARK +0xE3 0x201E # DOUBLE LOW-9 QUOTATION MARK +0xE4 0x2030 # PER MILLE SIGN +0xE5 0x00C2 # LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xE6 0x00CA # LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xE7 0x00C1 # LATIN CAPITAL LETTER A WITH ACUTE +0xE8 0x00CB # LATIN CAPITAL LETTER E WITH DIAERESIS +0xE9 0x00C8 # LATIN CAPITAL LETTER E WITH GRAVE +0xEA 0x00CD # LATIN CAPITAL LETTER I WITH ACUTE +0xEB 0x00CE # LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xEC 0x00CF # LATIN CAPITAL LETTER I WITH DIAERESIS +0xED 0x00CC # LATIN CAPITAL LETTER I WITH GRAVE +0xEE 0x00D3 # LATIN CAPITAL LETTER O WITH ACUTE +0xEF 0x00D4 # LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xF0 0x2665 # BLACK HEART SUIT +0xF1 0x00D2 # LATIN CAPITAL LETTER O WITH GRAVE +0xF2 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE +0xF3 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xF4 0x00D9 # LATIN CAPITAL LETTER U WITH GRAVE +0xF5 0x0131 # LATIN SMALL LETTER DOTLESS I +0xF6 0x02C6 # MODIFIER LETTER CIRCUMFLEX ACCENT +0xF7 0x02DC # SMALL TILDE +0xF8 0x00AF # MACRON +0xF9 0x02D8 # BREVE +0xFA 0x02D9 # DOT ABOVE +0xFB 0x02DA # RING ABOVE +0xFC 0x00B8 # CEDILLA +0xFD 0x02DD # DOUBLE ACUTE ACCENT +0xFE 0x02DB # OGONEK +0xFF 0x02C7 # CARON diff --git a/data/psglyphs b/data/psglyphs new file mode 100644 index 0000000000..c4a902c66c --- /dev/null +++ b/data/psglyphs @@ -0,0 +1,1051 @@ +0020 space +0021 exclam +0022 quotedbl +0023 numbersign +0024 dollar +0025 percent +0026 ampersand +0027 quotesingle +0028 parenleft +0029 parenright +002a asterisk +002b plus +002c comma +002d minus +002e period +002f slash +0030 zero +0031 one +0032 two +0033 three +0034 four +0035 five +0036 six +0037 seven +0038 eight +0039 nine +003a colon +003b semicolon +003c less +003d equal +003e greater +003f question +0040 at +0041 A +0042 B +0043 C +0044 D +0045 E +0046 F +0047 G +0048 H +0049 I +004a J +004b K +004c L +004d M +004e N +004f O +0050 P +0051 Q +0052 R +0053 S +0054 T +0055 U +0056 V +0057 W +0058 X +0059 Y +005a Z +005b bracketleft +005c backslash +005d bracketright +005e asciicircum +005f underscore +0060 grave +0061 a +0062 b +0063 c +0064 d +0065 e +0066 f +0067 g +0068 h +0069 i +006a j +006b k +006c l +006d m +006e n +006f o +0070 p +0071 q +0072 r +0073 s +0074 t +0075 u +0076 v +0077 w +0078 x +0079 y +007a z +007b braceleft +007c bar +007d braceright +007e asciitilde +00a0 space +00a1 exclamdown +00a2 cent +00a3 sterling +00a4 currency +00a5 yen +00a6 brokenbar +00a7 section +00a8 dieresis +00a9 copyright +00aa ordfeminine +00ab guillemotleft +00ac logicalnot +00ad hyphen +00ae registered +00af macron +00b0 degree +00b1 plusminus +00b2 twosuperior +00b3 threesuperior +00b4 acute +00b5 mu +00b6 paragraph +00b7 periodcentered +00b8 cedilla +00b9 onesuperior +00ba ordmasculine +00bb guillemotright +00bc onequarter +00bd onehalf +00be threequarters +00bf questiondown +00c0 Agrave +00c1 Aacute +00c2 Acircumflex +00c3 Atilde +00c4 Adieresis +00c5 Aring +00c6 AE +00c7 Ccedilla +00c8 Egrave +00c9 Eacute +00ca Ecircumflex +00cb Edieresis +00cc Igrave +00cd Iacute +00ce Icircumflex +00cf Idieresis +00d0 Eth +00d1 Ntilde +00d2 Ograve +00d3 Oacute +00d4 Ocircumflex +00d5 Otilde +00d6 Odieresis +00d7 multiply +00d8 Oslash +00d9 Ugrave +00da Uacute +00db Ucircumflex +00dc Udieresis +00dd Yacute +00de Thorn +00df germandbls +00e0 agrave +00e1 aacute +00e2 acircumflex +00e3 atilde +00e4 adieresis +00e5 aring +00e6 ae +00e7 ccedilla +00e8 egrave +00e9 eacute +00ea ecircumflex +00eb edieresis +00ec igrave +00ed iacute +00ee icircumflex +00ef idieresis +00f0 eth +00f1 ntilde +00f2 ograve +00f3 oacute +00f4 ocircumflex +00f5 otilde +00f6 odieresis +00f7 divide +00f8 oslash +00f9 ugrave +00fa uacute +00fb ucircumflex +00fc udieresis +00fd yacute +00fe thorn +00ff ydieresis +0100 Amacron +0101 amacron +0102 Abreve +0103 abreve +0104 Aogonek +0105 aogonek +0106 Cacute +0107 cacute +0108 Ccircumflex +0109 ccircumflex +010a Cdotaccent +010b cdotaccent +010c Ccaron +010d ccaron +010e Dcaron +010f dcaron +0110 Dcroat +0111 dcroat +0112 Emacron +0113 emacron +0114 Ebreve +0115 ebreve +0116 Edotaccent +0117 edotaccent +0118 Eogonek +0119 eogonek +011a Ecaron +011b ecaron +011c Gcircumflex +011d gcircumflex +011e Gbreve +011f gbreve +0120 Gdotaccent +0121 gdotaccent +0122 Gcommaaccent +0123 gcommaaccent +0124 Hcircumflex +0125 hcircumflex +0126 Hbar +0127 hbar +0128 Itilde +0129 itilde +012a Imacron +012b imacron +012c Ibreve +012d ibreve +012e Iogonek +012f iogonek +0130 Idotaccent +0131 dotlessi +0132 IJ +0133 ij +0134 Jcircumflex +0135 jcircumflex +0136 Kcommaaccent +0137 kcommaaccent +0138 kgreenlandic +0139 Lacute +013a lacute +013b Lcommaaccent +013c lcommaaccent +013d Lcaron +013e lcaron +013f Ldot +0140 ldot +0141 Lslash +0142 lslash +0143 Nacute +0144 nacute +0145 Ncommaaccent +0146 ncommaaccent +0147 Ncaron +0148 ncaron +0149 napostrophe +014a Eng +014b eng +014c Omacron +014d omacron +014e Obreve +014f obreve +0150 Ohungarumlaut +0151 ohungarumlaut +0152 OE +0153 oe +0154 Racute +0155 racute +0156 Rcommaaccent +0157 rcommaaccent +0158 Rcaron +0159 rcaron +015a Sacute +015b sacute +015c Scircumflex +015d scircumflex +015e Scedilla +015f scedilla +0160 Scaron +0161 scaron +0162 Tcommaaccent +0163 tcommaaccent +0164 Tcaron +0165 tcaron +0166 Tbar +0167 tbar +0168 Utilde +0169 utilde +016a Umacron +016b umacron +016c Ubreve +016d ubreve +016e Uring +016f uring +0170 Uhungarumlaut +0171 uhungarumlaut +0172 Uogonek +0173 uogonek +0174 Wcircumflex +0175 wcircumflex +0176 Ycircumflex +0177 ycircumflex +0178 Ydieresis +0179 Zacute +017a zacute +017b Zdotaccent +017c zdotaccent +017d Zcaron +017e zcaron +017f longs +0192 florin +01a0 Ohorn +01a1 ohorn +01af Uhorn +01b0 uhorn +01e6 Gcaron +01e7 gcaron +01fa Aringacute +01fb aringacute +01fc AEacute +01fd aeacute +01fe Oslashacute +01ff oslashacute +0218 Scommaaccent +0219 scommaaccent +021a Tcommaaccent +021b tcommaaccent +02bc afii57929 +02bd afii64937 +02c6 circumflex +02c7 caron +02c9 macron +02d8 breve +02d9 dotaccent +02da ring +02db ogonek +02dc tilde +02dd hungarumlaut +0300 gravecomb +0301 acutecomb +0303 tildecomb +0309 hookabovecomb +0323 dotbelowcomb +0384 tonos +0385 dieresistonos +0386 Alphatonos +0387 anoteleia +0388 Epsilontonos +0389 Etatonos +038a Iotatonos +038c Omicrontonos +038e Upsilontonos +038f Omegatonos +0390 iotadieresistonos +0391 Alpha +0392 Beta +0393 Gamma +0394 Delta +0395 Epsilon +0396 Zeta +0397 Eta +0398 Theta +0399 Iota +039a Kappa +039b Lambda +039c Mu +039d Nu +039e Xi +039f Omicron +03a0 Pi +03a1 Rho +03a3 Sigma +03a4 Tau +03a5 Upsilon +03a6 Phi +03a7 Chi +03a8 Psi +03a9 Omega +03aa Iotadieresis +03ab Upsilondieresis +03ac alphatonos +03ad epsilontonos +03ae etatonos +03af iotatonos +03b0 upsilondieresistonos +03b1 alpha +03b2 beta +03b3 gamma +03b4 delta +03b5 epsilon +03b6 zeta +03b7 eta +03b8 theta +03b9 iota +03ba kappa +03bb lambda +03bc mu +03bd nu +03be xi +03bf omicron +03c0 pi +03c1 rho +03c2 sigma1 +03c3 sigma +03c4 tau +03c5 upsilon +03c6 phi +03c7 chi +03c8 psi +03c9 omega +03ca iotadieresis +03cb upsilondieresis +03cc omicrontonos +03cd upsilontonos +03ce omegatonos +03d1 theta1 +03d2 Upsilon1 +03d5 phi1 +03d6 omega1 +0401 afii10023 +0402 afii10051 +0403 afii10052 +0404 afii10053 +0405 afii10054 +0406 afii10055 +0407 afii10056 +0408 afii10057 +0409 afii10058 +040a afii10059 +040b afii10060 +040c afii10061 +040e afii10062 +040f afii10145 +0410 afii10017 +0411 afii10018 +0412 afii10019 +0413 afii10020 +0414 afii10021 +0415 afii10022 +0416 afii10024 +0417 afii10025 +0418 afii10026 +0419 afii10027 +041a afii10028 +041b afii10029 +041c afii10030 +041d afii10031 +041e afii10032 +041f afii10033 +0420 afii10034 +0421 afii10035 +0422 afii10036 +0423 afii10037 +0424 afii10038 +0425 afii10039 +0426 afii10040 +0427 afii10041 +0428 afii10042 +0429 afii10043 +042a afii10044 +042b afii10045 +042c afii10046 +042d afii10047 +042e afii10048 +042f afii10049 +0430 afii10065 +0431 afii10066 +0432 afii10067 +0433 afii10068 +0434 afii10069 +0435 afii10070 +0436 afii10072 +0437 afii10073 +0438 afii10074 +0439 afii10075 +043a afii10076 +043b afii10077 +043c afii10078 +043d afii10079 +043e afii10080 +043f afii10081 +0440 afii10082 +0441 afii10083 +0442 afii10084 +0443 afii10085 +0444 afii10086 +0445 afii10087 +0446 afii10088 +0447 afii10089 +0448 afii10090 +0449 afii10091 +044a afii10092 +044b afii10093 +044c afii10094 +044d afii10095 +044e afii10096 +044f afii10097 +0451 afii10071 +0452 afii10099 +0453 afii10100 +0454 afii10101 +0455 afii10102 +0456 afii10103 +0457 afii10104 +0458 afii10105 +0459 afii10106 +045a afii10107 +045b afii10108 +045c afii10109 +045e afii10110 +045f afii10193 +0462 afii10146 +0463 afii10194 +0472 afii10147 +0473 afii10195 +0474 afii10148 +0475 afii10196 +0490 afii10050 +0491 afii10098 +04d9 afii10846 +05b0 afii57799 +05b1 afii57801 +05b2 afii57800 +05b3 afii57802 +05b4 afii57793 +05b5 afii57794 +05b6 afii57795 +05b7 afii57798 +05b8 afii57797 +05b9 afii57806 +05bb afii57796 +05bc afii57807 +05bd afii57839 +05be afii57645 +05bf afii57841 +05c0 afii57842 +05c1 afii57804 +05c2 afii57803 +05c3 afii57658 +05d0 afii57664 +05d1 afii57665 +05d2 afii57666 +05d3 afii57667 +05d4 afii57668 +05d5 afii57669 +05d6 afii57670 +05d7 afii57671 +05d8 afii57672 +05d9 afii57673 +05da afii57674 +05db afii57675 +05dc afii57676 +05dd afii57677 +05de afii57678 +05df afii57679 +05e0 afii57680 +05e1 afii57681 +05e2 afii57682 +05e3 afii57683 +05e4 afii57684 +05e5 afii57685 +05e6 afii57686 +05e7 afii57687 +05e8 afii57688 +05e9 afii57689 +05ea afii57690 +05f0 afii57716 +05f1 afii57717 +05f2 afii57718 +060c afii57388 +061b afii57403 +061f afii57407 +0621 afii57409 +0622 afii57410 +0623 afii57411 +0624 afii57412 +0625 afii57413 +0626 afii57414 +0627 afii57415 +0628 afii57416 +0629 afii57417 +062a afii57418 +062b afii57419 +062c afii57420 +062d afii57421 +062e afii57422 +062f afii57423 +0630 afii57424 +0631 afii57425 +0632 afii57426 +0633 afii57427 +0634 afii57428 +0635 afii57429 +0636 afii57430 +0637 afii57431 +0638 afii57432 +0639 afii57433 +063a afii57434 +0640 afii57440 +0641 afii57441 +0642 afii57442 +0643 afii57443 +0644 afii57444 +0645 afii57445 +0646 afii57446 +0647 afii57470 +0648 afii57448 +0649 afii57449 +064a afii57450 +064b afii57451 +064c afii57452 +064d afii57453 +064e afii57454 +064f afii57455 +0650 afii57456 +0651 afii57457 +0652 afii57458 +0660 afii57392 +0661 afii57393 +0662 afii57394 +0663 afii57395 +0664 afii57396 +0665 afii57397 +0666 afii57398 +0667 afii57399 +0668 afii57400 +0669 afii57401 +066a afii57381 +066d afii63167 +0679 afii57511 +067e afii57506 +0686 afii57507 +0688 afii57512 +0691 afii57513 +0698 afii57508 +06a4 afii57505 +06af afii57509 +06ba afii57514 +06d2 afii57519 +06d5 afii57534 +1e80 Wgrave +1e81 wgrave +1e82 Wacute +1e83 wacute +1e84 Wdieresis +1e85 wdieresis +1ef2 Ygrave +1ef3 ygrave +200c afii61664 +200d afii301 +200e afii299 +200f afii300 +2012 figuredash +2013 endash +2014 emdash +2015 afii00208 +2017 underscoredbl +2018 quoteleft +2019 quoteright +201a quotesinglbase +201b quotereversed +201c quotedblleft +201d quotedblright +201e quotedblbase +2020 dagger +2021 daggerdbl +2022 bullet +2024 onedotenleader +2025 twodotenleader +2026 ellipsis +202c afii61573 +202d afii61574 +202e afii61575 +2030 perthousand +2032 minute +2033 second +2039 guilsinglleft +203a guilsinglright +203c exclamdbl +2044 fraction +2070 zerosuperior +2074 foursuperior +2075 fivesuperior +2076 sixsuperior +2077 sevensuperior +2078 eightsuperior +2079 ninesuperior +207d parenleftsuperior +207e parenrightsuperior +207f nsuperior +2080 zeroinferior +2081 oneinferior +2082 twoinferior +2083 threeinferior +2084 fourinferior +2085 fiveinferior +2086 sixinferior +2087 seveninferior +2088 eightinferior +2089 nineinferior +208d parenleftinferior +208e parenrightinferior +20a1 colonmonetary +20a3 franc +20a4 lira +20a7 peseta +20aa afii57636 +20ab dong +20ac Euro +2105 afii61248 +2111 Ifraktur +2113 afii61289 +2116 afii61352 +2118 weierstrass +211c Rfraktur +211e prescription +2122 trademark +2126 Omega +212e estimated +2135 aleph +2153 onethird +2154 twothirds +215b oneeighth +215c threeeighths +215d fiveeighths +215e seveneighths +2190 arrowleft +2191 arrowup +2192 arrowright +2193 arrowdown +2194 arrowboth +2195 arrowupdn +21a8 arrowupdnbse +21b5 carriagereturn +21d0 arrowdblleft +21d1 arrowdblup +21d2 arrowdblright +21d3 arrowdbldown +21d4 arrowdblboth +2200 universal +2202 partialdiff +2203 existential +2205 emptyset +2206 Delta +2207 gradient +2208 element +2209 notelement +220b suchthat +220f product +2211 summation +2212 minus +2215 fraction +2217 asteriskmath +2219 periodcentered +221a radical +221d proportional +221e infinity +221f orthogonal +2220 angle +2227 logicaland +2228 logicalor +2229 intersection +222a union +222b integral +2234 therefore +223c similar +2245 congruent +2248 approxequal +2260 notequal +2261 equivalence +2264 lessequal +2265 greaterequal +2282 propersubset +2283 propersuperset +2284 notsubset +2286 reflexsubset +2287 reflexsuperset +2295 circleplus +2297 circlemultiply +22a5 perpendicular +22c5 dotmath +2302 house +2310 revlogicalnot +2320 integraltp +2321 integralbt +2329 angleleft +232a angleright +2500 SF100000 +2502 SF110000 +250c SF010000 +2510 SF030000 +2514 SF020000 +2518 SF040000 +251c SF080000 +2524 SF090000 +252c SF060000 +2534 SF070000 +253c SF050000 +2550 SF430000 +2551 SF240000 +2552 SF510000 +2553 SF520000 +2554 SF390000 +2555 SF220000 +2556 SF210000 +2557 SF250000 +2558 SF500000 +2559 SF490000 +255a SF380000 +255b SF280000 +255c SF270000 +255d SF260000 +255e SF360000 +255f SF370000 +2560 SF420000 +2561 SF190000 +2562 SF200000 +2563 SF230000 +2564 SF470000 +2565 SF480000 +2566 SF410000 +2567 SF450000 +2568 SF460000 +2569 SF400000 +256a SF540000 +256b SF530000 +256c SF440000 +2580 upblock +2584 dnblock +2588 block +258c lfblock +2590 rtblock +2591 ltshade +2592 shade +2593 dkshade +25a0 filledbox +25a1 H22073 +25aa H18543 +25ab H18551 +25ac filledrect +25b2 triagup +25ba triagrt +25bc triagdn +25c4 triaglf +25ca lozenge +25cb circle +25cf H18533 +25d8 invbullet +25d9 invcircle +25e6 openbullet +263a smileface +263b invsmileface +263c sun +2640 female +2642 male +2660 spade +2663 club +2665 heart +2666 diamond +266a musicalnote +266b musicalnotedbl +f6be dotlessj +f6bf LL +f6c0 ll +f6c1 Scedilla +f6c2 scedilla +f6c3 commaaccent +f6c4 afii10063 +f6c5 afii10064 +f6c6 afii10192 +f6c7 afii10831 +f6c8 afii10832 +f6c9 Acute +f6ca Caron +f6cb Dieresis +f6cc DieresisAcute +f6cd DieresisGrave +f6ce Grave +f6cf Hungarumlaut +f6d0 Macron +f6d1 cyrBreve +f6d2 cyrFlex +f6d3 dblGrave +f6d4 cyrbreve +f6d5 cyrflex +f6d6 dblgrave +f6d7 dieresisacute +f6d8 dieresisgrave +f6d9 copyrightserif +f6da registerserif +f6db trademarkserif +f6dc onefitted +f6dd rupiah +f6de threequartersemdash +f6df centinferior +f6e0 centsuperior +f6e1 commainferior +f6e2 commasuperior +f6e3 dollarinferior +f6e4 dollarsuperior +f6e5 hypheninferior +f6e6 hyphensuperior +f6e7 periodinferior +f6e8 periodsuperior +f6e9 asuperior +f6ea bsuperior +f6eb dsuperior +f6ec esuperior +f6ed isuperior +f6ee lsuperior +f6ef msuperior +f6f0 osuperior +f6f1 rsuperior +f6f2 ssuperior +f6f3 tsuperior +f6f4 Brevesmall +f6f5 Caronsmall +f6f6 Circumflexsmall +f6f7 Dotaccentsmall +f6f8 Hungarumlautsmall +f6f9 Lslashsmall +f6fa OEsmall +f6fb Ogoneksmall +f6fc Ringsmall +f6fd Scaronsmall +f6fe Tildesmall +f6ff Zcaronsmall +f721 exclamsmall +f724 dollaroldstyle +f726 ampersandsmall +f730 zerooldstyle +f731 oneoldstyle +f732 twooldstyle +f733 threeoldstyle +f734 fouroldstyle +f735 fiveoldstyle +f736 sixoldstyle +f737 sevenoldstyle +f738 eightoldstyle +f739 nineoldstyle +f73f questionsmall +f760 Gravesmall +f761 Asmall +f762 Bsmall +f763 Csmall +f764 Dsmall +f765 Esmall +f766 Fsmall +f767 Gsmall +f768 Hsmall +f769 Ismall +f76a Jsmall +f76b Ksmall +f76c Lsmall +f76d Msmall +f76e Nsmall +f76f Osmall +f770 Psmall +f771 Qsmall +f772 Rsmall +f773 Ssmall +f774 Tsmall +f775 Usmall +f776 Vsmall +f777 Wsmall +f778 Xsmall +f779 Ysmall +f77a Zsmall +f7a1 exclamdownsmall +f7a2 centoldstyle +f7a8 Dieresissmall +f7af Macronsmall +f7b4 Acutesmall +f7b8 Cedillasmall +f7bf questiondownsmall +f7e0 Agravesmall +f7e1 Aacutesmall +f7e2 Acircumflexsmall +f7e3 Atildesmall +f7e4 Adieresissmall +f7e5 Aringsmall +f7e6 AEsmall +f7e7 Ccedillasmall +f7e8 Egravesmall +f7e9 Eacutesmall +f7ea Ecircumflexsmall +f7eb Edieresissmall +f7ec Igravesmall +f7ed Iacutesmall +f7ee Icircumflexsmall +f7ef Idieresissmall +f7f0 Ethsmall +f7f1 Ntildesmall +f7f2 Ogravesmall +f7f3 Oacutesmall +f7f4 Ocircumflexsmall +f7f5 Otildesmall +f7f6 Odieresissmall +f7f8 Oslashsmall +f7f9 Ugravesmall +f7fa Uacutesmall +f7fb Ucircumflexsmall +f7fc Udieresissmall +f7fd Yacutesmall +f7fe Thornsmall +f7ff Ydieresissmall +f8e5 radicalex +f8e6 arrowvertex +f8e7 arrowhorizex +f8e8 registersans +f8e9 copyrightsans +f8ea trademarksans +f8eb parenlefttp +f8ec parenleftex +f8ed parenleftbt +f8ee bracketlefttp +f8ef bracketleftex +f8f0 bracketleftbt +f8f1 bracelefttp +f8f2 braceleftmid +f8f3 braceleftbt +f8f4 braceex +f8f5 integralex +f8f6 parenrighttp +f8f7 parenrightex +f8f8 parenrightbt +f8f9 bracketrighttp +f8fa bracketrightex +f8fb bracketrightbt +f8fc bracerighttp +f8fd bracerightmid +f8fe bracerightbt +fb00 ff +fb01 fi +fb02 fl +fb03 ffi +fb04 ffl +fb1f afii57705 +fb2a afii57694 +fb2b afii57695 +fb35 afii57723 +fb4b afii57700 diff --git a/data/secret b/data/secret new file mode 100644 index 0000000000..998f59a92b --- /dev/null +++ b/data/secret @@ -0,0 +1,277 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset bannerprint/1.0 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: May 10, 2000 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset bannerprint 1.1 0 +% +% PostScript banner page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + % Compute the size of the logo... + 0 0 + 2 index 1.5 mul 3 index + + % Do the "metallic" fill from 10% black to 40% black... + 1 -0.001 0 { + dup % loopval + -0.15 mul % loopval * -0.15 + 0.9 add % 0.9 - loopval * 0.15 + setgray % set gray shade + + 0 % x + 1 index neg % loopval + 1 add % 1 - loopval + 3 index % height + mul % height * (1 - loopval) + moveto % starting point + + dup % loopval + 3 index % width + mul % loopval * width + 2 index % height + lineto % Next point + + 0 % x + 2 index % height + lineto % Next point + + closepath + fill + + dup % loopval + 0.15 mul % loopval * 0.15 + 0.6 add % 0.6 + loopval * 0.15 + setgray + + dup % loopval + neg 1 add % 1 - loopval + 3 index % width + mul % (1 - loopval) * width + 0 % y + moveto % Starting point + + 2 index % width + exch % loopval + 2 index % height + mul % loopval * height + lineto % Next point + + 1 index % width + 0 % y + lineto % Next point + + closepath + fill + } for + + 0 setgray rectstroke + + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont + dup 40 div + + dup 4 mul 1 index 25 mul moveto (E) show + dup 10 mul 1 index 15 mul moveto (S) show + dup 16 mul 1 index 5 mul moveto (P) show + + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont + dup 14 mul 1 index 29 mul moveto (asy) show + dup 20 mul 1 index 19 mul moveto (oftware) show + dup 26 mul 1 index 9 mul moveto (roducts) show + + pop +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + /boxWidth % width of text box + pageWidth pageHeight lt + { pageWidth 54 mul } + { pageHeight 42 mul } + ifelse def + + newpath % Clear bounding path + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Draw the label at the top and bottom... + 0 setgray % Color + + pageWidth 36 mul % Center of page + pageHeight 72 mul % Top of page + pageWidth -7 mul add % - 2 lines + moveto % Position text + bigFont setfont % Font + (Secret) CENTER % Show text centered + + pageWidth 36 mul % Center of page + pageHeight 6 mul % Bottom of page + moveto % Position text + bigFont setfont % Font + (Secret) CENTER % Show text centered + + % Job information box... + pageWidth 36 mul 9 add % x = pageWidth * 1/2 * 72 + 9 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul 9 sub % y = pageHeight * 1/2 * 72 - 9 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + 0.5 setgray rectfill % Draw a shadow + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul % y = pageHeight * 1/4 * 72 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + % Job information text... + mediumFont setfont % Medium sized font + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 5 mul add % y += 2 lines + 2 copy % Copy X & Y + moveto + (Job ID: ) RIGHT + moveto + ({printer-name}-{job-id}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 2 mul add % y += 1 line + 2 copy % Copy X & Y + moveto + (Title: ) RIGHT + moveto + ({job-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -1 mul add % y -= 1 line + 2 copy % Copy X & Y + moveto + (Requesting User: ) RIGHT + moveto + ({job-originating-user-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -4 mul add % y -= 2 lines + 2 copy % Copy X & Y + moveto + (Billing Info: ) RIGHT + moveto + ({job-billing}) show + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageWidth 6 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 59 mul + pageWidth 6 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: secret 4494 2005-02-18 02:18:11Z mike $". +% +%%EOF diff --git a/data/smiley.ps b/data/smiley.ps new file mode 100644 index 0000000000..6ff31fdfbe --- /dev/null +++ b/data/smiley.ps @@ -0,0 +1,28 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 36 36 576 756 +%%Pages: 1 +%%LanguageLevel: 2 +%%EndComments +%%Page: (1) 1 +% Draw a black box around the page +0 setgray +1 setlinewidth +36 36 540 720 rectstroke + +% Draw a two inch blue circle in the middle of the page +0 0 1 setrgbcolor +306 396 144 0 360 arc closepath fill + +% Draw two half inch yellow circles for eyes +1 1 0 setrgbcolor +252 432 36 0 360 arc closepath fill +360 432 36 0 360 arc closepath fill + +% Draw the smile +1 setlinecap +18 setlinewidth +306 396 99 200 340 arc stroke + +% Print it! +showpage +%%EOF diff --git a/data/standard b/data/standard new file mode 100644 index 0000000000..8fac59e5f9 --- /dev/null +++ b/data/standard @@ -0,0 +1,261 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset bannerprint/1.0 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: May 10, 2000 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset bannerprint 1.1 0 +% +% PostScript banner page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + % Compute the size of the logo... + 0 0 + 2 index 1.5 mul 3 index + + % Do the "metallic" fill from 10% black to 40% black... + 1 -0.001 0 { + dup % loopval + -0.15 mul % loopval * -0.15 + 0.9 add % 0.9 - loopval * 0.15 + setgray % set gray shade + + 0 % x + 1 index neg % loopval + 1 add % 1 - loopval + 3 index % height + mul % height * (1 - loopval) + moveto % starting point + + dup % loopval + 3 index % width + mul % loopval * width + 2 index % height + lineto % Next point + + 0 % x + 2 index % height + lineto % Next point + + closepath + fill + + dup % loopval + 0.15 mul % loopval * 0.15 + 0.6 add % 0.6 + loopval * 0.15 + setgray + + dup % loopval + neg 1 add % 1 - loopval + 3 index % width + mul % (1 - loopval) * width + 0 % y + moveto % Starting point + + 2 index % width + exch % loopval + 2 index % height + mul % loopval * height + lineto % Next point + + 1 index % width + 0 % y + lineto % Next point + + closepath + fill + } for + + 0 setgray rectstroke + + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont + dup 40 div + + dup 4 mul 1 index 25 mul moveto (E) show + dup 10 mul 1 index 15 mul moveto (S) show + dup 16 mul 1 index 5 mul moveto (P) show + + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont + dup 14 mul 1 index 29 mul moveto (asy) show + dup 20 mul 1 index 19 mul moveto (oftware) show + dup 26 mul 1 index 9 mul moveto (roducts) show + + pop +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + /boxWidth % width of text box + pageWidth pageHeight lt + { pageWidth 54 mul } + { pageHeight 42 mul } + ifelse def + + newpath % Clear bounding path + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Job information box... + pageWidth 36 mul 9 add % x = pageWidth * 1/2 * 72 + 9 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul 9 sub % y = pageHeight * 1/2 * 72 - 9 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + 0.5 setgray rectfill % Draw a shadow + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul % y = pageHeight * 1/4 * 72 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + % Job information text... + mediumFont setfont % Medium sized font + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 5 mul add % y += 2 lines + 2 copy % Copy X & Y + moveto + (Job ID: ) RIGHT + moveto + ({printer-name}-{job-id}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 2 mul add % y += 1 line + 2 copy % Copy X & Y + moveto + (Title: ) RIGHT + moveto + ({job-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -1 mul add % y -= 1 line + 2 copy % Copy X & Y + moveto + (Requesting User: ) RIGHT + moveto + ({job-originating-user-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -4 mul add % y -= 2 lines + 2 copy % Copy X & Y + moveto + (Billing Info: ) RIGHT + moveto + ({job-billing}) show + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageWidth 6 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 59 mul + pageWidth 6 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: standard 4494 2005-02-18 02:18:11Z mike $". +% +%%EOF diff --git a/data/testprint.ps b/data/testprint.ps new file mode 100644 index 0000000000..a7744000cf --- /dev/null +++ b/data/testprint.ps @@ -0,0 +1,637 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset testprint/1.2 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: D:20070220113000+0500 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset testprint 1.2 0 +% +% PostScript test page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2007 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/SEXTANT { % Draw a color wheel sextant... + % (name) white radius r g b SEXTANT - + % Loop through 100 shades... + 0 0.010101 0.98 { + % Set the color... + dup 0.75 le { % Get "white" value + % Start from black + dup 0.75 div % val2 = val / 0.75 + + 0 index 5 index mul % R = R * val2 + 1 index 5 index mul % G = G * val2 + 2 index 5 index mul % B = B * val2 + + 4 -1 roll pop % Discard val2 + } { + % Fade to white + dup neg 1 add 4 mul % val2 = (1 - val) * 4 + + 0 index 5 index mul % R = R * val2 + 1 index neg 1 add add % + (1 - val2) + 1 index 5 index mul % G = G * val2 + 2 index neg 1 add add % + (1 - val2) + 2 index 5 index mul % B = B * val2 + 3 index neg 1 add add % + (1 - val2) + + 4 -1 roll pop % Discard val2 + } ifelse + setrgbcolor % Set the color... + + % Draw the polygon... + newpath % Start a new path... + dup 5 index mul % r1 = radius * val + 0 0 3 -1 roll 0 60 arc % Draw the inner arc + + dup 0.010101 add 5 index mul% r2 = (radius + 0.010101) * val + 0 0 3 -1 roll 60 0 arcn % Draw the outer arc + + closepath % Close the path + fill % Fill it... + + pop % Pop value... + } for + + % Draw a line around the polygons... + pop pop pop dup % Pop R, G, B, start + 0 setgray % Black + newpath + 0 0 moveto % Center + 0 0 3 -1 roll 0 60 arc % Arc around octant + closepath % Back to center + stroke % Stroke it... + + % Draw the label... + dup % Save radius + dup 30 cos mul % X = radius * cos(30) + exch 30 sin mul % Y = radius * sin(30) + moveto % Position label + + gsave + 30 rotate % Rotate label + dup 0.05 mul % Offset to the right + exch -0.05 mul % and down... + rmoveto % Offset label + show % Show label + grestore +} bind def +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + gsave + 48 div dup scale + + /Helvetica-Bold findfont 38.2 scalefont setfont + 0 setgray + -3 19.5 moveto (ESP) show + + /Helvetica-Narrow-Oblique findfont 8.2 scalefont setfont + 0 2 moveto (Easy Software Products) show + + 1 -0.01 0 { dup neg 1.0 add setgray 0 11 3 -1 roll 68 mul 4.5 rectfill } for + + 1 0 0 setrgbcolor + 67.5 11 4.5 4.5 rectfill + grestore +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + 4 setlinewidth % Draw wide lines + 0 setgray closepath stroke % Draw a clipping rectangle + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + 72 72 dtransform % Get device resolution per inch + /yResolution exch abs def % yResolution = abs(yres) + /xResolution exch abs def % xResolution = abs(xres) + + % Figure out the sizes of things... + /wheelSize % size of wheels + pageWidth pageHeight lt + { pageWidth 9 mul } + { pageHeight 7 mul } + ifelse def + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + /smallFont /Times-Roman findfont % smallFont = Times-Roman + pageHeight scalefont def % size = pageHeight (nominally 11) + + % Draw rulers along the edges... + /CENTIMETER 72 2.54 div def + /MILLIMETER 72 25.4 div def + + /Times-Roman findfont % Font for ruler numbers + 11 scalefont setfont % 11 points + + gsave % Left side inches + pageLeft 72 mul 0 translate % Offset left edge + + 1 setlinewidth % Draw normal lines + 72 72 pageTop 72 mul { % Height inches + dup dup + 0 exch moveto 24 0 rlineto stroke % Draw tic mark + 24 exch pageHeight sub moveto % Draw number + 72 div cvi 10 string cvs RIGHT + } for + + 0.5 setlinewidth % Draw thin lines + 18 18 pageTop 72 mul { % 1/4 inches + 0 exch moveto 15 0 rlineto stroke % Draw tic mark + } for + + 9 9 pageTop 72 mul { % 1/8 inches + 0 exch moveto 6 0 rlineto stroke % Draw tic mark + } for + grestore + + gsave % Bottom inches + 0 pageBottom 72 mul translate % Offset bottom edge + + 1 setlinewidth % Draw normal lines + 72 72 pageRight 72 mul { % Width inches + dup dup + 0 moveto 0 24 rlineto stroke % Draw tic mark + 3 add 27 pageHeight sub moveto % Draw number + 72 div cvi 10 string cvs show + } for + + 0.5 setlinewidth % Draw thin lines + 18 18 pageRight 72 mul { % 1/4 inches + 0 moveto 0 15 rlineto stroke % Draw tic mark + } for + + 9 9 pageRight 72 mul { % 1/8 inches + 0 moveto 0 6 rlineto stroke % Draw tic mark + } for + grestore + + gsave % Right side centimeters + pageRight 72 mul 0 translate % Offset right edge + + 1 setlinewidth % Draw normal lines + CENTIMETER CENTIMETER + pageTop 72 mul { % Height centimeters + 0 exch moveto -24 0 rlineto stroke% Draw tic mark + } for + 1 1 pageTop 2.54 mul { % Height labels + dup + -24 exch CENTIMETER mul + pageHeight sub moveto % Draw number + cvi 10 string cvs show + } for + + 0.5 setlinewidth % Draw thin lines + 0 0.5 CENTIMETER mul + pageTop 72 mul { % 1/2 centimeters + 0 exch moveto -15 0 rlineto stroke% Draw tic mark + } for + 0 MILLIMETER pageTop 72 mul { % Millimeters + 0 exch moveto -6 0 rlineto stroke % Draw tic mark + } for + grestore + + gsave % Top centimeters + 0 pageTop 72 mul translate % Offset top edge + + 1 setlinewidth % Draw normal lines + CENTIMETER CENTIMETER + pageRight 72 mul { % Width centimeters + 0 moveto 0 -24 rlineto stroke % Draw tic mark + } for + 1 1 pageRight 2.54 mul { % Width labels + dup + CENTIMETER mul 3 add -24 moveto % Draw number + cvi 10 string cvs show + } for + + 0.5 setlinewidth % Draw thin lines + 0 0.5 CENTIMETER mul + pageRight 72 mul { % 1/2 centimeters + 0 moveto 0 -15 rlineto stroke % Draw tic mark + } for + 0 MILLIMETER pageRight 72 mul { % Millimeters + 0 moveto 0 -6 rlineto stroke % Draw tic mark + } for + grestore + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Set text font and color... + mediumFont setfont % Font + 0 setgray % Color + 1 setlinewidth % Draw normal lines + + % Draw the color wheel... + gsave + % Position the wheel on the left side... + pageWidth 18 mul % x = pageWidth * 1/4 * 72 + pageHeight 54 mul % y = pageHeight * 3/4 * 72 + translate + + % Size the wheel... + wheelSize + + % Draw the colors... + dup (C) 3 -1 roll 0 1 1 SEXTANT 60 rotate + dup (M) 3 -1 roll 1 0 1 SEXTANT 60 rotate + dup (Y) 3 -1 roll 1 1 0 SEXTANT 60 rotate + dup (R) 3 -1 roll 1 0 0 SEXTANT 60 rotate + dup (G) 3 -1 roll 0 1 0 SEXTANT 60 rotate + dup (B) 3 -1 roll 0 0 1 SEXTANT 60 rotate + + pop + grestore + + % Label the color wheel... + pageWidth 18 mul % x = pageWidth * 1/4 * 72 + pageHeight 43 mul % y = pageHeight * 19/32 * 72 + moveto % Position the text + (Color Wheel) CENTER % Show the text centered + + % Draw the gray ramp... + gsave + % Position the gray ramp in the center... + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 54 mul % y = pageHeight * 3/4 * 72 + wheelSize sub % - wheelSize + translate + + % Loop through 100 shades... + 0 0.010101 0.98 { + % Set the color... + dup setgray % Set the grayscale... + + % Draw the polygon... + newpath % Start a new path... + + wheelSize -0.2 mul % X = -wheelSize / 5 + 1 index 2 mul wheelSize mul % Y = val * 2 * wheelSize + moveto % Move there... + + wheelSize 0.4 mul 0 rlineto % Right side... + + wheelSize 0.2 mul % X = wheelSize / 5 + 1 index 0.010101 add 2 mul wheelSize mul + % Y = (val + 0.010101) * 2 * wheelSize + lineto % Move there... + + wheelSize -0.4 mul 0 rlineto % Left side... + + closepath % Close the path + fill % Fill it... + + pop % Pop value... + } for + + 0 setgray % Black + + newpath % Start a new path + wheelSize -0.2 mul 0 moveto % Bottom left + wheelSize 0.4 mul 0 rlineto % Bottom right + 0 wheelSize 2 mul rlineto % Upper right + wheelSize -0.4 mul 0 rlineto % Upper left + closepath % Close the path + stroke % Stroke it... + + 0 wheelSize -0.2 mul moveto % Center bottom for label + (K) CENTER % Center K at bottom + + 0 wheelSize 2.05 mul moveto % Center top for label + (W) CENTER % Center W at top + grestore + + % Label the gray ramp... + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 43 mul % y = pageHeight * 19/32 * 72 + moveto % Position the text + (Gray Ramp) CENTER % Show the text centered + + + % Draw radial lines... + gsave + 0 setlinewidth % 1 pixel lines + + % Position the lines on the left side... + pageWidth 54 mul % x = pageWidth * 3/4 * 72 + pageHeight 54 mul % y = pageHeight * 3/4 * 72 + translate + + % Size the wheel... + wheelSize + + % Loop at 1 degree increments + 0 1 359 { + pop % Discard angle - not used + 0 0 moveto % Start line at the center + dup 0 lineto % Draw to the radius + 1 rotate % Rotate 1 degree + } for + + pop % Discard radius - not needed anymore + stroke % Draw lines... + + grestore + + % Label the lines... + pageWidth 54 mul % x = pageWidth * 3/4 * 72 + pageHeight 43 mul % y = pageHeight * 19/32 * 72 + moveto % Position the text + (1 Degree Radial Lines) CENTER % Show the text centered + + % Imageable area... + pageHeight 15 mul % Height of imageable area + + pageWidth 4.5 mul % x = pageWidth * 1/16 * 72 + pageHeight 35.5 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 1/4 * 72 + 3 index % height + 0.5 setgray rectfill % Draw a shadow + + pageWidth 4 mul % x = pageWidth * 1/16 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 3/8 * 72 + 3 index % height + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + pop % Discard height + + % Label the imageable area... + pageWidth 4 mul % x = pageWidth * 1/16 * 72 + pageHeight 37 mul % y = pageHeight * 1/2 * 72 + moveto % Position the text + mediumFont setfont % Font + (Imageable Area) show % Show the text + + smallFont setfont % Font + pageWidth 14 mul % x = pageWidth * 3/16 * 72 + pageHeight 36 mul % y = pageWidth * 1/2 * 72 + pageHeight -2 mul add % y -= 2 * smallFont height + + % Page Size inches + 2 copy moveto % Move to x & y + (Page Size: ) RIGHT % Label + 100 pageWidth NUMBER % pageWidth + (x) show % "x" + 100 pageHeight NUMBER % pageHeight + (in) show % "in" + + % Page Size millimeters + pageHeight sub % Move down... + + 2 copy moveto % Move to x & y + 10 pageWidth 25.4 mul NUMBER % pageWidth + (x) show % "x" + 10 pageHeight 25.4 mul NUMBER % pageHeight + (mm) show % "mm" + + % Lower-left inches + pageHeight 2 mul sub % Move down... + + 2 copy moveto % Move to x & y + (Lower-Left: ) RIGHT % Label + 100 pageLeft NUMBER % pageLeft + (x) show % "x" + 100 pageBottom NUMBER % pageBottom + (in) show % "in" + + % Lower-left millimeters + pageHeight sub % Move down... + + 2 copy moveto % Move to x & y + 10 pageLeft 25.4 mul NUMBER % pageLeft + (x) show % "x" + 10 pageBottom 25.4 mul NUMBER % pageBottom + (mm) show % "mm" + + % Upper-right inches + pageHeight 2 mul sub % Move down... + + 2 copy moveto % Move to x & y + (Upper-Right: ) RIGHT % Label + 100 pageRight NUMBER % pageRight + (x) show % "x" + 100 pageTop NUMBER % pageTop + (in) show % "in" + + % Upper-right millimeters + pageHeight sub % Move down... + + 2 copy moveto % Move to x & y + 10 pageRight 25.4 mul NUMBER % pageRight + (x) show % "x" + 10 pageTop 25.4 mul NUMBER % pageTop + (mm) show % "mm" + + % Resolution dots-per-inch + pageHeight 2 mul sub % Move down... + + 2 copy moveto % Move to x & y + (Resolution: ) RIGHT % Label + 1 xResolution NUMBER % xResolution + (x) show % "x" + 1 yResolution NUMBER % yResolution + (dpi) show % "dpi" + + % Resolution dots-per-meter + pageHeight sub % Move down... + + moveto % Move to x & y + 1 xResolution 39.27 mul NUMBER % xResolution + (x) show % "x" + 1 yResolution 39.27 mul NUMBER % yResolution + (dpm) show % "dpm" + + % Interpreter Information... + pageHeight 15 mul % Height of interpreter information + + pageWidth 40.5 mul % x = pageWidth * 9/16 * 72 + pageHeight 35.5 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 1/4 * 72 + 3 index % height + 0.5 setgray rectfill % Draw a shadow + + pageWidth 40 mul % x = pageWidth * 9/16 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 3/8 * 72 + 3 index % height + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + pop % Discard height + + % Label the interpreter info... + pageWidth 40 mul % x = pageWidth * 9/16 * 72 + pageHeight 37 mul % y = pageHeight * 1/2 * 72 + moveto % Position the text + mediumFont setfont % Font + (Interpreter Information) show % Show the text + + smallFont setfont % Font + pageWidth 49 mul % x = pageWidth * 11/16 * 72 + pageHeight 36 mul % y = pageWidth * 1/2 * 72 + pageHeight 2 mul sub % y -= 2 * smallFont height + + % Language level + 2 copy moveto % Move to x & y + (PostScript: ) RIGHT % Label + (Level ) show % "Level " + 1 languagelevel NUMBER % Language level + + % Version + pageHeight 2 mul sub % Move down... + 2 copy moveto % Move to x & y + (Version: ) RIGHT % Label + version show % Version + ( \() show % " (" + 1 revision NUMBER % Revision + (\)) show % ")" + + % Product + pageHeight 2 mul sub % Move down... + 2 copy moveto % Move to x & y + (Product: ) RIGHT % Label + product show % Product name + + % Serial Number + pageHeight 2 mul sub % Move down... + moveto % Move to x & y + (Serial #: ) RIGHT % Label + 1 serialnumber NUMBER % S/N + + % Draw the label at the top... + pageWidth 36 mul % Center of page + pageHeight 66 mul % Top of page (11/12ths) + moveto % Position text + bigFont setfont % Font + (Printer Test Page) CENTER % Show text centered + + % Draw the copyright notice at the bottom... + pageWidth 36 mul % Center of page + pageHeight 12 mul % Bottom of page + moveto % Position text + (Printed Using CUPS v1.2.x) CENTER % Show text centered + + pageWidth 34 mul % Left-center of page + pageHeight 8 mul % Move down... + 2 copy moveto % Position text + smallFont setfont % Font + (Copyright 1993-2006 Easy Software Products, All Rights Reserved.) CENTER + pageHeight sub % Move down... + 2 copy moveto % Position text + (CUPS, and the CUPS logo are the trademark property of Easy Software Products,) CENTER + pageHeight sub % Move down... + 2 copy moveto % Position text + (44141 Airport View Drive, Suite 204, Hollywood, Maryland, 20636, USA.) CENTER + pageHeight sub % Move down... + pageHeight sub % Move down... + moveto % Position text + (Need help? Contact your operating system vendor or visit "http://www.cups.org/".) CENTER + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageHeight 4 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 58 mul + pageHeight 4 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: testprint.ps 6296 2007-02-20 16:33:25Z mike $". +% +%%EOF diff --git a/data/topsecret b/data/topsecret new file mode 100644 index 0000000000..389cbf1059 --- /dev/null +++ b/data/topsecret @@ -0,0 +1,277 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset bannerprint/1.0 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: May 10, 2000 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset bannerprint 1.1 0 +% +% PostScript banner page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + % Compute the size of the logo... + 0 0 + 2 index 1.5 mul 3 index + + % Do the "metallic" fill from 10% black to 40% black... + 1 -0.001 0 { + dup % loopval + -0.15 mul % loopval * -0.15 + 0.9 add % 0.9 - loopval * 0.15 + setgray % set gray shade + + 0 % x + 1 index neg % loopval + 1 add % 1 - loopval + 3 index % height + mul % height * (1 - loopval) + moveto % starting point + + dup % loopval + 3 index % width + mul % loopval * width + 2 index % height + lineto % Next point + + 0 % x + 2 index % height + lineto % Next point + + closepath + fill + + dup % loopval + 0.15 mul % loopval * 0.15 + 0.6 add % 0.6 + loopval * 0.15 + setgray + + dup % loopval + neg 1 add % 1 - loopval + 3 index % width + mul % (1 - loopval) * width + 0 % y + moveto % Starting point + + 2 index % width + exch % loopval + 2 index % height + mul % loopval * height + lineto % Next point + + 1 index % width + 0 % y + lineto % Next point + + closepath + fill + } for + + 0 setgray rectstroke + + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont + dup 40 div + + dup 4 mul 1 index 25 mul moveto (E) show + dup 10 mul 1 index 15 mul moveto (S) show + dup 16 mul 1 index 5 mul moveto (P) show + + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont + dup 14 mul 1 index 29 mul moveto (asy) show + dup 20 mul 1 index 19 mul moveto (oftware) show + dup 26 mul 1 index 9 mul moveto (roducts) show + + pop +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + /boxWidth % width of text box + pageWidth pageHeight lt + { pageWidth 54 mul } + { pageHeight 42 mul } + ifelse def + + newpath % Clear bounding path + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Draw the label at the top and bottom... + 0 setgray % Color + + pageWidth 36 mul % Center of page + pageHeight 72 mul % Top of page + pageWidth -7 mul add % - 2 lines + moveto % Position text + bigFont setfont % Font + (Top Secret) CENTER % Show text centered + + pageWidth 36 mul % Center of page + pageHeight 6 mul % Bottom of page + moveto % Position text + bigFont setfont % Font + (Top Secret) CENTER % Show text centered + + % Job information box... + pageWidth 36 mul 9 add % x = pageWidth * 1/2 * 72 + 9 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul 9 sub % y = pageHeight * 1/2 * 72 - 9 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + 0.5 setgray rectfill % Draw a shadow + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul % y = pageHeight * 1/4 * 72 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + % Job information text... + mediumFont setfont % Medium sized font + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 5 mul add % y += 2 lines + 2 copy % Copy X & Y + moveto + (Job ID: ) RIGHT + moveto + ({printer-name}-{job-id}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 2 mul add % y += 1 line + 2 copy % Copy X & Y + moveto + (Title: ) RIGHT + moveto + ({job-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -1 mul add % y -= 1 line + 2 copy % Copy X & Y + moveto + (Requesting User: ) RIGHT + moveto + ({job-originating-user-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -4 mul add % y -= 2 lines + 2 copy % Copy X & Y + moveto + (Billing Info: ) RIGHT + moveto + ({job-billing}) show + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageWidth 6 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 59 mul + pageWidth 6 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: topsecret 4494 2005-02-18 02:18:11Z mike $". +% +%%EOF diff --git a/data/unclassified b/data/unclassified new file mode 100644 index 0000000000..804773e6e8 --- /dev/null +++ b/data/unclassified @@ -0,0 +1,277 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset bannerprint/1.0 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: May 10, 2000 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset bannerprint 1.1 0 +% +% PostScript banner page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + % Compute the size of the logo... + 0 0 + 2 index 1.5 mul 3 index + + % Do the "metallic" fill from 10% black to 40% black... + 1 -0.001 0 { + dup % loopval + -0.15 mul % loopval * -0.15 + 0.9 add % 0.9 - loopval * 0.15 + setgray % set gray shade + + 0 % x + 1 index neg % loopval + 1 add % 1 - loopval + 3 index % height + mul % height * (1 - loopval) + moveto % starting point + + dup % loopval + 3 index % width + mul % loopval * width + 2 index % height + lineto % Next point + + 0 % x + 2 index % height + lineto % Next point + + closepath + fill + + dup % loopval + 0.15 mul % loopval * 0.15 + 0.6 add % 0.6 + loopval * 0.15 + setgray + + dup % loopval + neg 1 add % 1 - loopval + 3 index % width + mul % (1 - loopval) * width + 0 % y + moveto % Starting point + + 2 index % width + exch % loopval + 2 index % height + mul % loopval * height + lineto % Next point + + 1 index % width + 0 % y + lineto % Next point + + closepath + fill + } for + + 0 setgray rectstroke + + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont + dup 40 div + + dup 4 mul 1 index 25 mul moveto (E) show + dup 10 mul 1 index 15 mul moveto (S) show + dup 16 mul 1 index 5 mul moveto (P) show + + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont + dup 14 mul 1 index 29 mul moveto (asy) show + dup 20 mul 1 index 19 mul moveto (oftware) show + dup 26 mul 1 index 9 mul moveto (roducts) show + + pop +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + /boxWidth % width of text box + pageWidth pageHeight lt + { pageWidth 54 mul } + { pageHeight 42 mul } + ifelse def + + newpath % Clear bounding path + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Draw the label at the top and bottom... + 0 setgray % Color + + pageWidth 36 mul % Center of page + pageHeight 72 mul % Top of page + pageWidth -7 mul add % - 2 lines + moveto % Position text + bigFont setfont % Font + (Unclassified) CENTER % Show text centered + + pageWidth 36 mul % Center of page + pageHeight 6 mul % Bottom of page + moveto % Position text + bigFont setfont % Font + (Unclassified) CENTER % Show text centered + + % Job information box... + pageWidth 36 mul 9 add % x = pageWidth * 1/2 * 72 + 9 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul 9 sub % y = pageHeight * 1/2 * 72 - 9 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + 0.5 setgray rectfill % Draw a shadow + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + boxWidth 0.5 mul sub % x-= 1/2 box width + pageHeight 30 mul % y = pageHeight * 1/4 * 72 + boxWidth % w = box width + pageHeight 14 mul % h = pageHeight * 1/2 * 72 + + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + % Job information text... + mediumFont setfont % Medium sized font + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 5 mul add % y += 2 lines + 2 copy % Copy X & Y + moveto + (Job ID: ) RIGHT + moveto + ({printer-name}-{job-id}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight 2 mul add % y += 1 line + 2 copy % Copy X & Y + moveto + (Title: ) RIGHT + moveto + ({job-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -1 mul add % y -= 1 line + 2 copy % Copy X & Y + moveto + (Requesting User: ) RIGHT + moveto + ({job-originating-user-name}) show + + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + pageHeight -4 mul add % y -= 2 lines + 2 copy % Copy X & Y + moveto + (Billing Info: ) RIGHT + moveto + ({job-billing}) show + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageWidth 6 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 59 mul + pageWidth 6 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: unclassified 4494 2005-02-18 02:18:11Z mike $". +% +%%EOF diff --git a/data/utf-8 b/data/utf-8 new file mode 100644 index 0000000000..b73eb9667b --- /dev/null +++ b/data/utf-8 @@ -0,0 +1,39 @@ +charset utf8 + +# +# This file defines the font mappings used for Unicode/UTF-8 text printing. +# +# Each line consists of: +# +# first last direction width normal bold italic bold-italic +# +# First and last are the first and last glyphs in the font mapping +# that correspond to that font; a maximum of 256 characters can be +# mapped within each group, with a maximum of 256 mappings (this is a +# PostScript limitation.) The glyph values are hexadecimal. +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +0000 00FF ltor single Courier Courier-Bold Courier-Italic Courier-Bold-Italic +0100 01FF ltor single Courier Courier-Bold Courier-Italic Courier-Bold-Italic +0200 02FF ltor single Courier Courier-Bold Courier-Italic Courier-Bold-Italic +0300 03FF ltor single Symbol +0400 04FF ltor single Courier Courier-Bold Courier-Italic Courier-Bold-Italic +0500 05FF rtol single Courier +1E00 1EFF ltor single Courier Courier-Bold Courier-Italic Courier-Bold-Italic +2000 20FF ltor single Courier Courier-Bold Courier-Italic Courier-Bold-Italic +2100 21FF ltor single Courier Courier-Bold Courier-Italic Courier-Bold-Italic +2200 22FF ltor single Symbol +2300 23FF ltor single Symbol diff --git a/data/windows-1250 b/data/windows-1250 new file mode 100644 index 0000000000..afcc62ed5f --- /dev/null +++ b/data/windows-1250 @@ -0,0 +1,254 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1250 (WinLatin2) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +82 201A +84 201E +85 2026 +86 2020 +87 2021 +89 2030 +8A 0160 +8B 2039 +8C 015A +8D 0164 +8E 017D +8F 0179 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +99 2122 +9A 0161 +9B 203A +9C 015B +9D 0165 +9E 017E +9F 017A +A0 00A0 +A1 02C7 +A2 02D8 +A3 0141 +A4 00A4 +A5 0104 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 015E +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 017B +B0 00B0 +B1 00B1 +B2 02DB +B3 0142 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 0105 +BA 015F +BB 00BB +BC 013D +BD 02DD +BE 013E +BF 017C +C0 0154 +C1 00C1 +C2 00C2 +C3 0102 +C4 00C4 +C5 0139 +C6 0106 +C7 00C7 +C8 010C +C9 00C9 +CA 0118 +CB 00CB +CC 011A +CD 00CD +CE 00CE +CF 010E +D0 0110 +D1 0143 +D2 0147 +D3 00D3 +D4 00D4 +D5 0150 +D6 00D6 +D7 00D7 +D8 0158 +D9 016E +DA 00DA +DB 0170 +DC 00DC +DD 00DD +DE 0162 +DF 00DF +E0 0155 +E1 00E1 +E2 00E2 +E3 0103 +E4 00E4 +E5 013A +E6 0107 +E7 00E7 +E8 010D +E9 00E9 +EA 0119 +EB 00EB +EC 011B +ED 00ED +EE 00EE +EF 010F +F0 0111 +F1 0144 +F2 0148 +F3 00F3 +F4 00F4 +F5 0151 +F6 00F6 +F7 00F7 +F8 0159 +F9 016F +FA 00FA +FB 0171 +FC 00FC +FD 00FD +FE 0163 +FF 02D9 diff --git a/data/windows-1250.txt b/data/windows-1250.txt new file mode 100644 index 0000000000..081d7763b3 --- /dev/null +++ b/data/windows-1250.txt @@ -0,0 +1,274 @@ +# +# Name: cp1250 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1250 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1250 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 #UNDEFINED +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 #UNDEFINED +0x89 0x2030 #PER MILLE SIGN +0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C 0x015A #LATIN CAPITAL LETTER S WITH ACUTE +0x8D 0x0164 #LATIN CAPITAL LETTER T WITH CARON +0x8E 0x017D #LATIN CAPITAL LETTER Z WITH CARON +0x8F 0x0179 #LATIN CAPITAL LETTER Z WITH ACUTE +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 #UNDEFINED +0x99 0x2122 #TRADE MARK SIGN +0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C 0x015B #LATIN SMALL LETTER S WITH ACUTE +0x9D 0x0165 #LATIN SMALL LETTER T WITH CARON +0x9E 0x017E #LATIN SMALL LETTER Z WITH CARON +0x9F 0x017A #LATIN SMALL LETTER Z WITH ACUTE +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x02C7 #CARON +0xA2 0x02D8 #BREVE +0xA3 0x0141 #LATIN CAPITAL LETTER L WITH STROKE +0xA4 0x00A4 #CURRENCY SIGN +0xA5 0x0104 #LATIN CAPITAL LETTER A WITH OGONEK +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00A8 #DIAERESIS +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x015E #LATIN CAPITAL LETTER S WITH CEDILLA +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x017B #LATIN CAPITAL LETTER Z WITH DOT ABOVE +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x02DB #OGONEK +0xB3 0x0142 #LATIN SMALL LETTER L WITH STROKE +0xB4 0x00B4 #ACUTE ACCENT +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x00B8 #CEDILLA +0xB9 0x0105 #LATIN SMALL LETTER A WITH OGONEK +0xBA 0x015F #LATIN SMALL LETTER S WITH CEDILLA +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x013D #LATIN CAPITAL LETTER L WITH CARON +0xBD 0x02DD #DOUBLE ACUTE ACCENT +0xBE 0x013E #LATIN SMALL LETTER L WITH CARON +0xBF 0x017C #LATIN SMALL LETTER Z WITH DOT ABOVE +0xC0 0x0154 #LATIN CAPITAL LETTER R WITH ACUTE +0xC1 0x00C1 #LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x0102 #LATIN CAPITAL LETTER A WITH BREVE +0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x0139 #LATIN CAPITAL LETTER L WITH ACUTE +0xC6 0x0106 #LATIN CAPITAL LETTER C WITH ACUTE +0xC7 0x00C7 #LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x010C #LATIN CAPITAL LETTER C WITH CARON +0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x0118 #LATIN CAPITAL LETTER E WITH OGONEK +0xCB 0x00CB #LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x011A #LATIN CAPITAL LETTER E WITH CARON +0xCD 0x00CD #LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE #LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x010E #LATIN CAPITAL LETTER D WITH CARON +0xD0 0x0110 #LATIN CAPITAL LETTER D WITH STROKE +0xD1 0x0143 #LATIN CAPITAL LETTER N WITH ACUTE +0xD2 0x0147 #LATIN CAPITAL LETTER N WITH CARON +0xD3 0x00D3 #LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x0150 #LATIN CAPITAL LETTER O WITH DOUBLE ACUTE +0xD6 0x00D6 #LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 #MULTIPLICATION SIGN +0xD8 0x0158 #LATIN CAPITAL LETTER R WITH CARON +0xD9 0x016E #LATIN CAPITAL LETTER U WITH RING ABOVE +0xDA 0x00DA #LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x0170 #LATIN CAPITAL LETTER U WITH DOUBLE ACUTE +0xDC 0x00DC #LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x00DD #LATIN CAPITAL LETTER Y WITH ACUTE +0xDE 0x0162 #LATIN CAPITAL LETTER T WITH CEDILLA +0xDF 0x00DF #LATIN SMALL LETTER SHARP S +0xE0 0x0155 #LATIN SMALL LETTER R WITH ACUTE +0xE1 0x00E1 #LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x0103 #LATIN SMALL LETTER A WITH BREVE +0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x013A #LATIN SMALL LETTER L WITH ACUTE +0xE6 0x0107 #LATIN SMALL LETTER C WITH ACUTE +0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x010D #LATIN SMALL LETTER C WITH CARON +0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE +0xEA 0x0119 #LATIN SMALL LETTER E WITH OGONEK +0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x011B #LATIN SMALL LETTER E WITH CARON +0xED 0x00ED #LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x010F #LATIN SMALL LETTER D WITH CARON +0xF0 0x0111 #LATIN SMALL LETTER D WITH STROKE +0xF1 0x0144 #LATIN SMALL LETTER N WITH ACUTE +0xF2 0x0148 #LATIN SMALL LETTER N WITH CARON +0xF3 0x00F3 #LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x0151 #LATIN SMALL LETTER O WITH DOUBLE ACUTE +0xF6 0x00F6 #LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 #DIVISION SIGN +0xF8 0x0159 #LATIN SMALL LETTER R WITH CARON +0xF9 0x016F #LATIN SMALL LETTER U WITH RING ABOVE +0xFA 0x00FA #LATIN SMALL LETTER U WITH ACUTE +0xFB 0x0171 #LATIN SMALL LETTER U WITH DOUBLE ACUTE +0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x00FD #LATIN SMALL LETTER Y WITH ACUTE +0xFE 0x0163 #LATIN SMALL LETTER T WITH CEDILLA +0xFF 0x02D9 #DOT ABOVE diff --git a/data/windows-1251 b/data/windows-1251 new file mode 100644 index 0000000000..6d31dee09c --- /dev/null +++ b/data/windows-1251 @@ -0,0 +1,258 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1251 (WinCyrillic) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 0402 +81 0403 +82 201A +83 0453 +84 201E +85 2026 +86 2020 +87 2021 +88 20AC +89 2030 +8A 0409 +8B 2039 +8C 040A +8D 040C +8E 040B +8F 040F +90 0452 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +99 2122 +9A 0459 +9B 203A +9C 045A +9D 045C +9E 045B +9F 045F +A0 00A0 +A1 040E +A2 045E +A3 0408 +A4 00A4 +A5 0490 +A6 00A6 +A7 00A7 +A8 0401 +A9 00A9 +AA 0404 +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 0407 +B0 00B0 +B1 00B1 +B2 0406 +B3 0456 +B4 0491 +B5 00B5 +B6 00B6 +B7 00B7 +B8 0451 +B9 2116 +BA 0454 +BB 00BB +BC 0458 +BD 0405 +BE 0455 +BF 0457 +C0 0410 +C1 0411 +C2 0412 +C3 0413 +C4 0414 +C5 0415 +C6 0416 +C7 0417 +C8 0418 +C9 0419 +CA 041A +CB 041B +CC 041C +CD 041D +CE 041E +CF 041F +D0 0420 +D1 0421 +D2 0422 +D3 0423 +D4 0424 +D5 0425 +D6 0426 +D7 0427 +D8 0428 +D9 0429 +DA 042A +DB 042B +DC 042C +DD 042D +DE 042E +DF 042F +E0 0430 +E1 0431 +E2 0432 +E3 0433 +E4 0434 +E5 0435 +E6 0436 +E7 0437 +E8 0438 +E9 0439 +EA 043A +EB 043B +EC 043C +ED 043D +EE 043E +EF 043F +F0 0440 +F1 0441 +F2 0442 +F3 0443 +F4 0444 +F5 0445 +F6 0446 +F7 0447 +F8 0448 +F9 0449 +FA 044A +FB 044B +FC 044C +FD 044D +FE 044E +FF 044F diff --git a/data/windows-1251.txt b/data/windows-1251.txt new file mode 100644 index 0000000000..37eadbdbc9 --- /dev/null +++ b/data/windows-1251.txt @@ -0,0 +1,274 @@ +# +# Name: cp1251 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1251 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1251 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x0402 #CYRILLIC CAPITAL LETTER DJE +0x81 0x0403 #CYRILLIC CAPITAL LETTER GJE +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 0x0453 #CYRILLIC SMALL LETTER GJE +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 0x20AC #EURO SIGN +0x89 0x2030 #PER MILLE SIGN +0x8A 0x0409 #CYRILLIC CAPITAL LETTER LJE +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C 0x040A #CYRILLIC CAPITAL LETTER NJE +0x8D 0x040C #CYRILLIC CAPITAL LETTER KJE +0x8E 0x040B #CYRILLIC CAPITAL LETTER TSHE +0x8F 0x040F #CYRILLIC CAPITAL LETTER DZHE +0x90 0x0452 #CYRILLIC SMALL LETTER DJE +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 #UNDEFINED +0x99 0x2122 #TRADE MARK SIGN +0x9A 0x0459 #CYRILLIC SMALL LETTER LJE +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C 0x045A #CYRILLIC SMALL LETTER NJE +0x9D 0x045C #CYRILLIC SMALL LETTER KJE +0x9E 0x045B #CYRILLIC SMALL LETTER TSHE +0x9F 0x045F #CYRILLIC SMALL LETTER DZHE +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x040E #CYRILLIC CAPITAL LETTER SHORT U +0xA2 0x045E #CYRILLIC SMALL LETTER SHORT U +0xA3 0x0408 #CYRILLIC CAPITAL LETTER JE +0xA4 0x00A4 #CURRENCY SIGN +0xA5 0x0490 #CYRILLIC CAPITAL LETTER GHE WITH UPTURN +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x0401 #CYRILLIC CAPITAL LETTER IO +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x0404 #CYRILLIC CAPITAL LETTER UKRAINIAN IE +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x0407 #CYRILLIC CAPITAL LETTER YI +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x0406 #CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I +0xB3 0x0456 #CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I +0xB4 0x0491 #CYRILLIC SMALL LETTER GHE WITH UPTURN +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x0451 #CYRILLIC SMALL LETTER IO +0xB9 0x2116 #NUMERO SIGN +0xBA 0x0454 #CYRILLIC SMALL LETTER UKRAINIAN IE +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x0458 #CYRILLIC SMALL LETTER JE +0xBD 0x0405 #CYRILLIC CAPITAL LETTER DZE +0xBE 0x0455 #CYRILLIC SMALL LETTER DZE +0xBF 0x0457 #CYRILLIC SMALL LETTER YI +0xC0 0x0410 #CYRILLIC CAPITAL LETTER A +0xC1 0x0411 #CYRILLIC CAPITAL LETTER BE +0xC2 0x0412 #CYRILLIC CAPITAL LETTER VE +0xC3 0x0413 #CYRILLIC CAPITAL LETTER GHE +0xC4 0x0414 #CYRILLIC CAPITAL LETTER DE +0xC5 0x0415 #CYRILLIC CAPITAL LETTER IE +0xC6 0x0416 #CYRILLIC CAPITAL LETTER ZHE +0xC7 0x0417 #CYRILLIC CAPITAL LETTER ZE +0xC8 0x0418 #CYRILLIC CAPITAL LETTER I +0xC9 0x0419 #CYRILLIC CAPITAL LETTER SHORT I +0xCA 0x041A #CYRILLIC CAPITAL LETTER KA +0xCB 0x041B #CYRILLIC CAPITAL LETTER EL +0xCC 0x041C #CYRILLIC CAPITAL LETTER EM +0xCD 0x041D #CYRILLIC CAPITAL LETTER EN +0xCE 0x041E #CYRILLIC CAPITAL LETTER O +0xCF 0x041F #CYRILLIC CAPITAL LETTER PE +0xD0 0x0420 #CYRILLIC CAPITAL LETTER ER +0xD1 0x0421 #CYRILLIC CAPITAL LETTER ES +0xD2 0x0422 #CYRILLIC CAPITAL LETTER TE +0xD3 0x0423 #CYRILLIC CAPITAL LETTER U +0xD4 0x0424 #CYRILLIC CAPITAL LETTER EF +0xD5 0x0425 #CYRILLIC CAPITAL LETTER HA +0xD6 0x0426 #CYRILLIC CAPITAL LETTER TSE +0xD7 0x0427 #CYRILLIC CAPITAL LETTER CHE +0xD8 0x0428 #CYRILLIC CAPITAL LETTER SHA +0xD9 0x0429 #CYRILLIC CAPITAL LETTER SHCHA +0xDA 0x042A #CYRILLIC CAPITAL LETTER HARD SIGN +0xDB 0x042B #CYRILLIC CAPITAL LETTER YERU +0xDC 0x042C #CYRILLIC CAPITAL LETTER SOFT SIGN +0xDD 0x042D #CYRILLIC CAPITAL LETTER E +0xDE 0x042E #CYRILLIC CAPITAL LETTER YU +0xDF 0x042F #CYRILLIC CAPITAL LETTER YA +0xE0 0x0430 #CYRILLIC SMALL LETTER A +0xE1 0x0431 #CYRILLIC SMALL LETTER BE +0xE2 0x0432 #CYRILLIC SMALL LETTER VE +0xE3 0x0433 #CYRILLIC SMALL LETTER GHE +0xE4 0x0434 #CYRILLIC SMALL LETTER DE +0xE5 0x0435 #CYRILLIC SMALL LETTER IE +0xE6 0x0436 #CYRILLIC SMALL LETTER ZHE +0xE7 0x0437 #CYRILLIC SMALL LETTER ZE +0xE8 0x0438 #CYRILLIC SMALL LETTER I +0xE9 0x0439 #CYRILLIC SMALL LETTER SHORT I +0xEA 0x043A #CYRILLIC SMALL LETTER KA +0xEB 0x043B #CYRILLIC SMALL LETTER EL +0xEC 0x043C #CYRILLIC SMALL LETTER EM +0xED 0x043D #CYRILLIC SMALL LETTER EN +0xEE 0x043E #CYRILLIC SMALL LETTER O +0xEF 0x043F #CYRILLIC SMALL LETTER PE +0xF0 0x0440 #CYRILLIC SMALL LETTER ER +0xF1 0x0441 #CYRILLIC SMALL LETTER ES +0xF2 0x0442 #CYRILLIC SMALL LETTER TE +0xF3 0x0443 #CYRILLIC SMALL LETTER U +0xF4 0x0444 #CYRILLIC SMALL LETTER EF +0xF5 0x0445 #CYRILLIC SMALL LETTER HA +0xF6 0x0446 #CYRILLIC SMALL LETTER TSE +0xF7 0x0447 #CYRILLIC SMALL LETTER CHE +0xF8 0x0448 #CYRILLIC SMALL LETTER SHA +0xF9 0x0449 #CYRILLIC SMALL LETTER SHCHA +0xFA 0x044A #CYRILLIC SMALL LETTER HARD SIGN +0xFB 0x044B #CYRILLIC SMALL LETTER YERU +0xFC 0x044C #CYRILLIC SMALL LETTER SOFT SIGN +0xFD 0x044D #CYRILLIC SMALL LETTER E +0xFE 0x044E #CYRILLIC SMALL LETTER YU +0xFF 0x044F #CYRILLIC SMALL LETTER YA diff --git a/data/windows-1252 b/data/windows-1252 new file mode 100644 index 0000000000..a98595874d --- /dev/null +++ b/data/windows-1252 @@ -0,0 +1,254 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1252 (WinLatin1) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +8E 017D +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9E 017E +9F 0178 +A0 00A0 +A1 00A1 +A2 00A2 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 00AA +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 00BA +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00BF +C0 00C0 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 00CC +CD 00CD +CE 00CE +CF 00CF +D0 00D0 +D1 00D1 +D2 00D2 +D3 00D3 +D4 00D4 +D5 00D5 +D6 00D6 +D7 00D7 +D8 00D8 +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 00DD +DE 00DE +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 00EC +ED 00ED +EE 00EE +EF 00EF +F0 00F0 +F1 00F1 +F2 00F2 +F3 00F3 +F4 00F4 +F5 00F5 +F6 00F6 +F7 00F7 +F8 00F8 +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 00FD +FE 00FE +FF 00FF diff --git a/data/windows-1252.txt b/data/windows-1252.txt new file mode 100644 index 0000000000..2ca4486eb8 --- /dev/null +++ b/data/windows-1252.txt @@ -0,0 +1,274 @@ +# +# Name: cp1252 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1252 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1252 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 0x02C6 #MODIFIER LETTER CIRCUMFLEX ACCENT +0x89 0x2030 #PER MILLE SIGN +0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C 0x0152 #LATIN CAPITAL LIGATURE OE +0x8D #UNDEFINED +0x8E 0x017D #LATIN CAPITAL LETTER Z WITH CARON +0x8F #UNDEFINED +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 0x02DC #SMALL TILDE +0x99 0x2122 #TRADE MARK SIGN +0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C 0x0153 #LATIN SMALL LIGATURE OE +0x9D #UNDEFINED +0x9E 0x017E #LATIN SMALL LETTER Z WITH CARON +0x9F 0x0178 #LATIN CAPITAL LETTER Y WITH DIAERESIS +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x00A1 #INVERTED EXCLAMATION MARK +0xA2 0x00A2 #CENT SIGN +0xA3 0x00A3 #POUND SIGN +0xA4 0x00A4 #CURRENCY SIGN +0xA5 0x00A5 #YEN SIGN +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00A8 #DIAERESIS +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x00AA #FEMININE ORDINAL INDICATOR +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x00AF #MACRON +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x00B2 #SUPERSCRIPT TWO +0xB3 0x00B3 #SUPERSCRIPT THREE +0xB4 0x00B4 #ACUTE ACCENT +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x00B8 #CEDILLA +0xB9 0x00B9 #SUPERSCRIPT ONE +0xBA 0x00BA #MASCULINE ORDINAL INDICATOR +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC #VULGAR FRACTION ONE QUARTER +0xBD 0x00BD #VULGAR FRACTION ONE HALF +0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS +0xBF 0x00BF #INVERTED QUESTION MARK +0xC0 0x00C0 #LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 #LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 #LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 #LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 #LATIN CAPITAL LETTER AE +0xC7 0x00C7 #LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 #LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA #LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB #LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC #LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD #LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE #LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF #LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x00D0 #LATIN CAPITAL LETTER ETH +0xD1 0x00D1 #LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x00D2 #LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 #LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 #LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 #LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 #MULTIPLICATION SIGN +0xD8 0x00D8 #LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x00D9 #LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA #LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB #LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC #LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x00DD #LATIN CAPITAL LETTER Y WITH ACUTE +0xDE 0x00DE #LATIN CAPITAL LETTER THORN +0xDF 0x00DF #LATIN SMALL LETTER SHARP S +0xE0 0x00E0 #LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 #LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 #LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 #LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 #LATIN SMALL LETTER AE +0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 #LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA #LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC #LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED #LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF #LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x00F0 #LATIN SMALL LETTER ETH +0xF1 0x00F1 #LATIN SMALL LETTER N WITH TILDE +0xF2 0x00F2 #LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 #LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 #LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 #LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 #DIVISION SIGN +0xF8 0x00F8 #LATIN SMALL LETTER O WITH STROKE +0xF9 0x00F9 #LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA #LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB #LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x00FD #LATIN SMALL LETTER Y WITH ACUTE +0xFE 0x00FE #LATIN SMALL LETTER THORN +0xFF 0x00FF #LATIN SMALL LETTER Y WITH DIAERESIS diff --git a/data/windows-1253 b/data/windows-1253 new file mode 100644 index 0000000000..c736ecd6c8 --- /dev/null +++ b/data/windows-1253 @@ -0,0 +1,243 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1253 (WinGreek) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 9f ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic +a0 ff ltor single Symbol + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +89 2030 +8B 2039 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +99 2122 +9B 203A +A0 00A0 +A1 0385 +A2 0386 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 2015 +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 0384 +B5 00B5 +B6 00B6 +B7 00B7 +B8 0388 +B9 0389 +BA 038A +BB 00BB +BC 038C +BD 00BD +BE 038E +BF 038F +C0 0390 +C1 0391 +C2 0392 +C3 0393 +C4 0394 +C5 0395 +C6 0396 +C7 0397 +C8 0398 +C9 0399 +CA 039A +CB 039B +CC 039C +CD 039D +CE 039E +CF 039F +D0 03A0 +D1 03A1 +D3 03A3 +D4 03A4 +D5 03A5 +D6 03A6 +D7 03A7 +D8 03A8 +D9 03A9 +DA 03AA +DB 03AB +DC 03AC +DD 03AD +DE 03AE +DF 03AF +E0 03B0 +E1 03B1 +E2 03B2 +E3 03B3 +E4 03B4 +E5 03B5 +E6 03B6 +E7 03B7 +E8 03B8 +E9 03B9 +EA 03BA +EB 03BB +EC 03BC +ED 03BD +EE 03BE +EF 03BF +F0 03C0 +F1 03C1 +F2 03C2 +F3 03C3 +F4 03C4 +F5 03C5 +F6 03C6 +F7 03C7 +F8 03C8 +F9 03C9 +FA 03CA +FB 03CB +FC 03CC +FD 03CD +FE 03CE diff --git a/data/windows-1253.txt b/data/windows-1253.txt new file mode 100644 index 0000000000..2ba51a0c8f --- /dev/null +++ b/data/windows-1253.txt @@ -0,0 +1,274 @@ +# +# Name: cp1253 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1253 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1253 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 #UNDEFINED +0x89 0x2030 #PER MILLE SIGN +0x8A #UNDEFINED +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C #UNDEFINED +0x8D #UNDEFINED +0x8E #UNDEFINED +0x8F #UNDEFINED +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 #UNDEFINED +0x99 0x2122 #TRADE MARK SIGN +0x9A #UNDEFINED +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C #UNDEFINED +0x9D #UNDEFINED +0x9E #UNDEFINED +0x9F #UNDEFINED +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x0385 #GREEK DIALYTIKA TONOS +0xA2 0x0386 #GREEK CAPITAL LETTER ALPHA WITH TONOS +0xA3 0x00A3 #POUND SIGN +0xA4 0x00A4 #CURRENCY SIGN +0xA5 0x00A5 #YEN SIGN +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00A8 #DIAERESIS +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA #UNDEFINED +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x2015 #HORIZONTAL BAR +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x00B2 #SUPERSCRIPT TWO +0xB3 0x00B3 #SUPERSCRIPT THREE +0xB4 0x0384 #GREEK TONOS +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x0388 #GREEK CAPITAL LETTER EPSILON WITH TONOS +0xB9 0x0389 #GREEK CAPITAL LETTER ETA WITH TONOS +0xBA 0x038A #GREEK CAPITAL LETTER IOTA WITH TONOS +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x038C #GREEK CAPITAL LETTER OMICRON WITH TONOS +0xBD 0x00BD #VULGAR FRACTION ONE HALF +0xBE 0x038E #GREEK CAPITAL LETTER UPSILON WITH TONOS +0xBF 0x038F #GREEK CAPITAL LETTER OMEGA WITH TONOS +0xC0 0x0390 #GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS +0xC1 0x0391 #GREEK CAPITAL LETTER ALPHA +0xC2 0x0392 #GREEK CAPITAL LETTER BETA +0xC3 0x0393 #GREEK CAPITAL LETTER GAMMA +0xC4 0x0394 #GREEK CAPITAL LETTER DELTA +0xC5 0x0395 #GREEK CAPITAL LETTER EPSILON +0xC6 0x0396 #GREEK CAPITAL LETTER ZETA +0xC7 0x0397 #GREEK CAPITAL LETTER ETA +0xC8 0x0398 #GREEK CAPITAL LETTER THETA +0xC9 0x0399 #GREEK CAPITAL LETTER IOTA +0xCA 0x039A #GREEK CAPITAL LETTER KAPPA +0xCB 0x039B #GREEK CAPITAL LETTER LAMDA +0xCC 0x039C #GREEK CAPITAL LETTER MU +0xCD 0x039D #GREEK CAPITAL LETTER NU +0xCE 0x039E #GREEK CAPITAL LETTER XI +0xCF 0x039F #GREEK CAPITAL LETTER OMICRON +0xD0 0x03A0 #GREEK CAPITAL LETTER PI +0xD1 0x03A1 #GREEK CAPITAL LETTER RHO +0xD2 #UNDEFINED +0xD3 0x03A3 #GREEK CAPITAL LETTER SIGMA +0xD4 0x03A4 #GREEK CAPITAL LETTER TAU +0xD5 0x03A5 #GREEK CAPITAL LETTER UPSILON +0xD6 0x03A6 #GREEK CAPITAL LETTER PHI +0xD7 0x03A7 #GREEK CAPITAL LETTER CHI +0xD8 0x03A8 #GREEK CAPITAL LETTER PSI +0xD9 0x03A9 #GREEK CAPITAL LETTER OMEGA +0xDA 0x03AA #GREEK CAPITAL LETTER IOTA WITH DIALYTIKA +0xDB 0x03AB #GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA +0xDC 0x03AC #GREEK SMALL LETTER ALPHA WITH TONOS +0xDD 0x03AD #GREEK SMALL LETTER EPSILON WITH TONOS +0xDE 0x03AE #GREEK SMALL LETTER ETA WITH TONOS +0xDF 0x03AF #GREEK SMALL LETTER IOTA WITH TONOS +0xE0 0x03B0 #GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS +0xE1 0x03B1 #GREEK SMALL LETTER ALPHA +0xE2 0x03B2 #GREEK SMALL LETTER BETA +0xE3 0x03B3 #GREEK SMALL LETTER GAMMA +0xE4 0x03B4 #GREEK SMALL LETTER DELTA +0xE5 0x03B5 #GREEK SMALL LETTER EPSILON +0xE6 0x03B6 #GREEK SMALL LETTER ZETA +0xE7 0x03B7 #GREEK SMALL LETTER ETA +0xE8 0x03B8 #GREEK SMALL LETTER THETA +0xE9 0x03B9 #GREEK SMALL LETTER IOTA +0xEA 0x03BA #GREEK SMALL LETTER KAPPA +0xEB 0x03BB #GREEK SMALL LETTER LAMDA +0xEC 0x03BC #GREEK SMALL LETTER MU +0xED 0x03BD #GREEK SMALL LETTER NU +0xEE 0x03BE #GREEK SMALL LETTER XI +0xEF 0x03BF #GREEK SMALL LETTER OMICRON +0xF0 0x03C0 #GREEK SMALL LETTER PI +0xF1 0x03C1 #GREEK SMALL LETTER RHO +0xF2 0x03C2 #GREEK SMALL LETTER FINAL SIGMA +0xF3 0x03C3 #GREEK SMALL LETTER SIGMA +0xF4 0x03C4 #GREEK SMALL LETTER TAU +0xF5 0x03C5 #GREEK SMALL LETTER UPSILON +0xF6 0x03C6 #GREEK SMALL LETTER PHI +0xF7 0x03C7 #GREEK SMALL LETTER CHI +0xF8 0x03C8 #GREEK SMALL LETTER PSI +0xF9 0x03C9 #GREEK SMALL LETTER OMEGA +0xFA 0x03CA #GREEK SMALL LETTER IOTA WITH DIALYTIKA +0xFB 0x03CB #GREEK SMALL LETTER UPSILON WITH DIALYTIKA +0xFC 0x03CC #GREEK SMALL LETTER OMICRON WITH TONOS +0xFD 0x03CD #GREEK SMALL LETTER UPSILON WITH TONOS +0xFE 0x03CE #GREEK SMALL LETTER OMEGA WITH TONOS +0xFF #UNDEFINED diff --git a/data/windows-1254 b/data/windows-1254 new file mode 100644 index 0000000000..87fff2db7e --- /dev/null +++ b/data/windows-1254 @@ -0,0 +1,252 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1254 (WinTurkish) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0160 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9A 0161 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 00A1 +A2 00A2 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 00AA +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 00BA +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00BF +C0 00C0 +C1 00C1 +C2 00C2 +C3 00C3 +C4 00C4 +C5 00C5 +C6 00C6 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 00CC +CD 00CD +CE 00CE +CF 00CF +D0 011E +D1 00D1 +D2 00D2 +D3 00D3 +D4 00D4 +D5 00D5 +D6 00D6 +D7 00D7 +D8 00D8 +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 0130 +DE 015E +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E3 00E3 +E4 00E4 +E5 00E5 +E6 00E6 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 00EC +ED 00ED +EE 00EE +EF 00EF +F0 011F +F1 00F1 +F2 00F2 +F3 00F3 +F4 00F4 +F5 00F5 +F6 00F6 +F7 00F7 +F8 00F8 +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 0131 +FE 015F +FF 00FF diff --git a/data/windows-1254.txt b/data/windows-1254.txt new file mode 100644 index 0000000000..ca1a1ebdb8 --- /dev/null +++ b/data/windows-1254.txt @@ -0,0 +1,274 @@ +# +# Name: cp1254 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1254 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1254 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 0x02C6 #MODIFIER LETTER CIRCUMFLEX ACCENT +0x89 0x2030 #PER MILLE SIGN +0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C 0x0152 #LATIN CAPITAL LIGATURE OE +0x8D #UNDEFINED +0x8E #UNDEFINED +0x8F #UNDEFINED +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 0x02DC #SMALL TILDE +0x99 0x2122 #TRADE MARK SIGN +0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C 0x0153 #LATIN SMALL LIGATURE OE +0x9D #UNDEFINED +0x9E #UNDEFINED +0x9F 0x0178 #LATIN CAPITAL LETTER Y WITH DIAERESIS +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x00A1 #INVERTED EXCLAMATION MARK +0xA2 0x00A2 #CENT SIGN +0xA3 0x00A3 #POUND SIGN +0xA4 0x00A4 #CURRENCY SIGN +0xA5 0x00A5 #YEN SIGN +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00A8 #DIAERESIS +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x00AA #FEMININE ORDINAL INDICATOR +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x00AF #MACRON +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x00B2 #SUPERSCRIPT TWO +0xB3 0x00B3 #SUPERSCRIPT THREE +0xB4 0x00B4 #ACUTE ACCENT +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x00B8 #CEDILLA +0xB9 0x00B9 #SUPERSCRIPT ONE +0xBA 0x00BA #MASCULINE ORDINAL INDICATOR +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC #VULGAR FRACTION ONE QUARTER +0xBD 0x00BD #VULGAR FRACTION ONE HALF +0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS +0xBF 0x00BF #INVERTED QUESTION MARK +0xC0 0x00C0 #LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 #LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x00C3 #LATIN CAPITAL LETTER A WITH TILDE +0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 #LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 #LATIN CAPITAL LETTER AE +0xC7 0x00C7 #LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 #LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA #LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB #LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x00CC #LATIN CAPITAL LETTER I WITH GRAVE +0xCD 0x00CD #LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE #LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF #LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x011E #LATIN CAPITAL LETTER G WITH BREVE +0xD1 0x00D1 #LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x00D2 #LATIN CAPITAL LETTER O WITH GRAVE +0xD3 0x00D3 #LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x00D5 #LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 #LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 #MULTIPLICATION SIGN +0xD8 0x00D8 #LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x00D9 #LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA #LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB #LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC #LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x0130 #LATIN CAPITAL LETTER I WITH DOT ABOVE +0xDE 0x015E #LATIN CAPITAL LETTER S WITH CEDILLA +0xDF 0x00DF #LATIN SMALL LETTER SHARP S +0xE0 0x00E0 #LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 #LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x00E3 #LATIN SMALL LETTER A WITH TILDE +0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 #LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 #LATIN SMALL LETTER AE +0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 #LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA #LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x00EC #LATIN SMALL LETTER I WITH GRAVE +0xED 0x00ED #LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF #LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x011F #LATIN SMALL LETTER G WITH BREVE +0xF1 0x00F1 #LATIN SMALL LETTER N WITH TILDE +0xF2 0x00F2 #LATIN SMALL LETTER O WITH GRAVE +0xF3 0x00F3 #LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x00F5 #LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 #LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 #DIVISION SIGN +0xF8 0x00F8 #LATIN SMALL LETTER O WITH STROKE +0xF9 0x00F9 #LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA #LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB #LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x0131 #LATIN SMALL LETTER DOTLESS I +0xFE 0x015F #LATIN SMALL LETTER S WITH CEDILLA +0xFF 0x00FF #LATIN SMALL LETTER Y WITH DIAERESIS diff --git a/data/windows-1255 b/data/windows-1255 new file mode 100644 index 0000000000..a8b26a85d9 --- /dev/null +++ b/data/windows-1255 @@ -0,0 +1,236 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1255 (WinHebrew) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff rtol single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8B 2039 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9B 203A +A0 00A0 +A1 00A1 +A2 00A2 +A3 00A3 +A4 20AA +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 00D7 +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 00F7 +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00BF +C0 05B0 +C1 05B1 +C2 05B2 +C3 05B3 +C4 05B4 +C5 05B5 +C6 05B6 +C7 05B7 +C8 05B8 +C9 05B9 +CB 05BB +CC 05BC +CD 05BD +CE 05BE +CF 05BF +D0 05C0 +D1 05C1 +D2 05C2 +D3 05C3 +D4 05F0 +D5 05F1 +D6 05F2 +D7 05F3 +D8 05F4 +E0 05D0 +E1 05D1 +E2 05D2 +E3 05D3 +E4 05D4 +E5 05D5 +E6 05D6 +E7 05D7 +E8 05D8 +E9 05D9 +EA 05DA +EB 05DB +EC 05DC +ED 05DD +EE 05DE +EF 05DF +F0 05E0 +F1 05E1 +F2 05E2 +F3 05E3 +F4 05E4 +F5 05E5 +F6 05E6 +F7 05E7 +F8 05E8 +F9 05E9 +FA 05EA +FD 200E +FE 200F diff --git a/data/windows-1255.txt b/data/windows-1255.txt new file mode 100644 index 0000000000..341517f119 --- /dev/null +++ b/data/windows-1255.txt @@ -0,0 +1,274 @@ +# +# Name: cp1255 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 1/7/2000 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1255 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1255 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 0x02C6 #MODIFIER LETTER CIRCUMFLEX ACCENT +0x89 0x2030 #PER MILLE SIGN +0x8A #UNDEFINED +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C #UNDEFINED +0x8D #UNDEFINED +0x8E #UNDEFINED +0x8F #UNDEFINED +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 0x02DC #SMALL TILDE +0x99 0x2122 #TRADE MARK SIGN +0x9A #UNDEFINED +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C #UNDEFINED +0x9D #UNDEFINED +0x9E #UNDEFINED +0x9F #UNDEFINED +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x00A1 #INVERTED EXCLAMATION MARK +0xA2 0x00A2 #CENT SIGN +0xA3 0x00A3 #POUND SIGN +0xA4 0x20AA #NEW SHEQEL SIGN +0xA5 0x00A5 #YEN SIGN +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00A8 #DIAERESIS +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x00D7 #MULTIPLICATION SIGN +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x00AF #MACRON +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x00B2 #SUPERSCRIPT TWO +0xB3 0x00B3 #SUPERSCRIPT THREE +0xB4 0x00B4 #ACUTE ACCENT +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x00B8 #CEDILLA +0xB9 0x00B9 #SUPERSCRIPT ONE +0xBA 0x00F7 #DIVISION SIGN +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC #VULGAR FRACTION ONE QUARTER +0xBD 0x00BD #VULGAR FRACTION ONE HALF +0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS +0xBF 0x00BF #INVERTED QUESTION MARK +0xC0 0x05B0 #HEBREW POINT SHEVA +0xC1 0x05B1 #HEBREW POINT HATAF SEGOL +0xC2 0x05B2 #HEBREW POINT HATAF PATAH +0xC3 0x05B3 #HEBREW POINT HATAF QAMATS +0xC4 0x05B4 #HEBREW POINT HIRIQ +0xC5 0x05B5 #HEBREW POINT TSERE +0xC6 0x05B6 #HEBREW POINT SEGOL +0xC7 0x05B7 #HEBREW POINT PATAH +0xC8 0x05B8 #HEBREW POINT QAMATS +0xC9 0x05B9 #HEBREW POINT HOLAM +0xCA #UNDEFINED +0xCB 0x05BB #HEBREW POINT QUBUTS +0xCC 0x05BC #HEBREW POINT DAGESH OR MAPIQ +0xCD 0x05BD #HEBREW POINT METEG +0xCE 0x05BE #HEBREW PUNCTUATION MAQAF +0xCF 0x05BF #HEBREW POINT RAFE +0xD0 0x05C0 #HEBREW PUNCTUATION PASEQ +0xD1 0x05C1 #HEBREW POINT SHIN DOT +0xD2 0x05C2 #HEBREW POINT SIN DOT +0xD3 0x05C3 #HEBREW PUNCTUATION SOF PASUQ +0xD4 0x05F0 #HEBREW LIGATURE YIDDISH DOUBLE VAV +0xD5 0x05F1 #HEBREW LIGATURE YIDDISH VAV YOD +0xD6 0x05F2 #HEBREW LIGATURE YIDDISH DOUBLE YOD +0xD7 0x05F3 #HEBREW PUNCTUATION GERESH +0xD8 0x05F4 #HEBREW PUNCTUATION GERSHAYIM +0xD9 #UNDEFINED +0xDA #UNDEFINED +0xDB #UNDEFINED +0xDC #UNDEFINED +0xDD #UNDEFINED +0xDE #UNDEFINED +0xDF #UNDEFINED +0xE0 0x05D0 #HEBREW LETTER ALEF +0xE1 0x05D1 #HEBREW LETTER BET +0xE2 0x05D2 #HEBREW LETTER GIMEL +0xE3 0x05D3 #HEBREW LETTER DALET +0xE4 0x05D4 #HEBREW LETTER HE +0xE5 0x05D5 #HEBREW LETTER VAV +0xE6 0x05D6 #HEBREW LETTER ZAYIN +0xE7 0x05D7 #HEBREW LETTER HET +0xE8 0x05D8 #HEBREW LETTER TET +0xE9 0x05D9 #HEBREW LETTER YOD +0xEA 0x05DA #HEBREW LETTER FINAL KAF +0xEB 0x05DB #HEBREW LETTER KAF +0xEC 0x05DC #HEBREW LETTER LAMED +0xED 0x05DD #HEBREW LETTER FINAL MEM +0xEE 0x05DE #HEBREW LETTER MEM +0xEF 0x05DF #HEBREW LETTER FINAL NUN +0xF0 0x05E0 #HEBREW LETTER NUN +0xF1 0x05E1 #HEBREW LETTER SAMEKH +0xF2 0x05E2 #HEBREW LETTER AYIN +0xF3 0x05E3 #HEBREW LETTER FINAL PE +0xF4 0x05E4 #HEBREW LETTER PE +0xF5 0x05E5 #HEBREW LETTER FINAL TSADI +0xF6 0x05E6 #HEBREW LETTER TSADI +0xF7 0x05E7 #HEBREW LETTER QOF +0xF8 0x05E8 #HEBREW LETTER RESH +0xF9 0x05E9 #HEBREW LETTER SHIN +0xFA 0x05EA #HEBREW LETTER TAV +0xFB #UNDEFINED +0xFC #UNDEFINED +0xFD 0x200E #LEFT-TO-RIGHT MARK +0xFE 0x200F #RIGHT-TO-LEFT MARK +0xFF #UNDEFINED diff --git a/data/windows-1256 b/data/windows-1256 new file mode 100644 index 0000000000..6908f1eb5a --- /dev/null +++ b/data/windows-1256 @@ -0,0 +1,259 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1256 (WinArabic) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff rtol single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +81 067E +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8A 0679 +8B 2039 +8C 0152 +8D 0686 +8E 0698 +8F 0688 +90 06AF +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 06A9 +99 2122 +9A 0691 +9B 203A +9C 0153 +9D 200C +9E 200D +9F 06BA +A0 00A0 +A1 060C +A2 00A2 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 06BE +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 061B +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 061F +C0 06C1 +C1 0621 +C2 0622 +C3 0623 +C4 0624 +C5 0625 +C6 0626 +C7 0627 +C8 0628 +C9 0629 +CA 062A +CB 062B +CC 062C +CD 062D +CE 062E +CF 062F +D0 0630 +D1 0631 +D2 0632 +D3 0633 +D4 0634 +D5 0635 +D6 0636 +D7 00D7 +D8 0637 +D9 0638 +DA 0639 +DB 063A +DC 0640 +DD 0641 +DE 0642 +DF 0643 +E0 00E0 +E1 0644 +E2 00E2 +E3 0645 +E4 0646 +E5 0647 +E6 0648 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 0649 +ED 064A +EE 00EE +EF 00EF +F0 064B +F1 064C +F2 064D +F3 064E +F4 00F4 +F5 064F +F6 0650 +F7 00F7 +F8 0651 +F9 00F9 +FA 0652 +FB 00FB +FC 00FC +FD 200E +FE 200F +FF 06D2 diff --git a/data/windows-1256.txt b/data/windows-1256.txt new file mode 100644 index 0000000000..0edd081b92 --- /dev/null +++ b/data/windows-1256.txt @@ -0,0 +1,274 @@ +# +# Name: cp1256 to Unicode table +# Unicode version: 2.1 +# Table version: 2.01 +# Table format: Format A +# Date: 01/5/99 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1256 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1256 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 0x067E #ARABIC LETTER PEH +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 0x02C6 #MODIFIER LETTER CIRCUMFLEX ACCENT +0x89 0x2030 #PER MILLE SIGN +0x8A 0x0679 #ARABIC LETTER TTEH +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C 0x0152 #LATIN CAPITAL LIGATURE OE +0x8D 0x0686 #ARABIC LETTER TCHEH +0x8E 0x0698 #ARABIC LETTER JEH +0x8F 0x0688 #ARABIC LETTER DDAL +0x90 0x06AF #ARABIC LETTER GAF +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 0x06A9 #ARABIC LETTER KEHEH +0x99 0x2122 #TRADE MARK SIGN +0x9A 0x0691 #ARABIC LETTER RREH +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C 0x0153 #LATIN SMALL LIGATURE OE +0x9D 0x200C #ZERO WIDTH NON-JOINER +0x9E 0x200D #ZERO WIDTH JOINER +0x9F 0x06BA #ARABIC LETTER NOON GHUNNA +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x060C #ARABIC COMMA +0xA2 0x00A2 #CENT SIGN +0xA3 0x00A3 #POUND SIGN +0xA4 0x00A4 #CURRENCY SIGN +0xA5 0x00A5 #YEN SIGN +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00A8 #DIAERESIS +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x06BE #ARABIC LETTER HEH DOACHASHMEE +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x00AF #MACRON +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x00B2 #SUPERSCRIPT TWO +0xB3 0x00B3 #SUPERSCRIPT THREE +0xB4 0x00B4 #ACUTE ACCENT +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x00B8 #CEDILLA +0xB9 0x00B9 #SUPERSCRIPT ONE +0xBA 0x061B #ARABIC SEMICOLON +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC #VULGAR FRACTION ONE QUARTER +0xBD 0x00BD #VULGAR FRACTION ONE HALF +0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS +0xBF 0x061F #ARABIC QUESTION MARK +0xC0 0x06C1 #ARABIC LETTER HEH GOAL +0xC1 0x0621 #ARABIC LETTER HAMZA +0xC2 0x0622 #ARABIC LETTER ALEF WITH MADDA ABOVE +0xC3 0x0623 #ARABIC LETTER ALEF WITH HAMZA ABOVE +0xC4 0x0624 #ARABIC LETTER WAW WITH HAMZA ABOVE +0xC5 0x0625 #ARABIC LETTER ALEF WITH HAMZA BELOW +0xC6 0x0626 #ARABIC LETTER YEH WITH HAMZA ABOVE +0xC7 0x0627 #ARABIC LETTER ALEF +0xC8 0x0628 #ARABIC LETTER BEH +0xC9 0x0629 #ARABIC LETTER TEH MARBUTA +0xCA 0x062A #ARABIC LETTER TEH +0xCB 0x062B #ARABIC LETTER THEH +0xCC 0x062C #ARABIC LETTER JEEM +0xCD 0x062D #ARABIC LETTER HAH +0xCE 0x062E #ARABIC LETTER KHAH +0xCF 0x062F #ARABIC LETTER DAL +0xD0 0x0630 #ARABIC LETTER THAL +0xD1 0x0631 #ARABIC LETTER REH +0xD2 0x0632 #ARABIC LETTER ZAIN +0xD3 0x0633 #ARABIC LETTER SEEN +0xD4 0x0634 #ARABIC LETTER SHEEN +0xD5 0x0635 #ARABIC LETTER SAD +0xD6 0x0636 #ARABIC LETTER DAD +0xD7 0x00D7 #MULTIPLICATION SIGN +0xD8 0x0637 #ARABIC LETTER TAH +0xD9 0x0638 #ARABIC LETTER ZAH +0xDA 0x0639 #ARABIC LETTER AIN +0xDB 0x063A #ARABIC LETTER GHAIN +0xDC 0x0640 #ARABIC TATWEEL +0xDD 0x0641 #ARABIC LETTER FEH +0xDE 0x0642 #ARABIC LETTER QAF +0xDF 0x0643 #ARABIC LETTER KAF +0xE0 0x00E0 #LATIN SMALL LETTER A WITH GRAVE +0xE1 0x0644 #ARABIC LETTER LAM +0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x0645 #ARABIC LETTER MEEM +0xE4 0x0646 #ARABIC LETTER NOON +0xE5 0x0647 #ARABIC LETTER HEH +0xE6 0x0648 #ARABIC LETTER WAW +0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 #LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA #LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x0649 #ARABIC LETTER ALEF MAKSURA +0xED 0x064A #ARABIC LETTER YEH +0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF #LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x064B #ARABIC FATHATAN +0xF1 0x064C #ARABIC DAMMATAN +0xF2 0x064D #ARABIC KASRATAN +0xF3 0x064E #ARABIC FATHA +0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x064F #ARABIC DAMMA +0xF6 0x0650 #ARABIC KASRA +0xF7 0x00F7 #DIVISION SIGN +0xF8 0x0651 #ARABIC SHADDA +0xF9 0x00F9 #LATIN SMALL LETTER U WITH GRAVE +0xFA 0x0652 #ARABIC SUKUN +0xFB 0x00FB #LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x200E #LEFT-TO-RIGHT MARK +0xFE 0x200F #RIGHT-TO-LEFT MARK +0xFF 0x06D2 #ARABIC LETTER YEH BARREE diff --git a/data/windows-1257 b/data/windows-1257 new file mode 100644 index 0000000000..ac5f8e0b7c --- /dev/null +++ b/data/windows-1257 @@ -0,0 +1,247 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1257 (WinBaltic) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +82 201A +84 201E +85 2026 +86 2020 +87 2021 +89 2030 +8B 2039 +8D 00A8 +8E 02C7 +8F 00B8 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +99 2122 +9B 203A +9D 00AF +9E 02DB +A0 00A0 +A2 00A2 +A3 00A3 +A4 00A4 +A6 00A6 +A7 00A7 +A8 00D8 +A9 00A9 +AA 0156 +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00C6 +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00F8 +B9 00B9 +BA 0157 +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00E6 +C0 0104 +C1 012E +C2 0100 +C3 0106 +C4 00C4 +C5 00C5 +C6 0118 +C7 0112 +C8 010C +C9 00C9 +CA 0179 +CB 0116 +CC 0122 +CD 0136 +CE 012A +CF 013B +D0 0160 +D1 0143 +D2 0145 +D3 00D3 +D4 014C +D5 00D5 +D6 00D6 +D7 00D7 +D8 0172 +D9 0141 +DA 015A +DB 016A +DC 00DC +DD 017B +DE 017D +DF 00DF +E0 0105 +E1 012F +E2 0101 +E3 0107 +E4 00E4 +E5 00E5 +E6 0119 +E7 0113 +E8 010D +E9 00E9 +EA 017A +EB 0117 +EC 0123 +ED 0137 +EE 012B +EF 013C +F0 0161 +F1 0144 +F2 0146 +F3 00F3 +F4 014D +F5 00F5 +F6 00F6 +F7 00F7 +F8 0173 +F9 0142 +FA 015B +FB 016B +FC 00FC +FD 017C +FE 017E +FF 02D9 diff --git a/data/windows-1257.txt b/data/windows-1257.txt new file mode 100644 index 0000000000..97979d9319 --- /dev/null +++ b/data/windows-1257.txt @@ -0,0 +1,274 @@ +# +# Name: cp1257 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1257 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1257 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 #UNDEFINED +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 #UNDEFINED +0x89 0x2030 #PER MILLE SIGN +0x8A #UNDEFINED +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C #UNDEFINED +0x8D 0x00A8 #DIAERESIS +0x8E 0x02C7 #CARON +0x8F 0x00B8 #CEDILLA +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 #UNDEFINED +0x99 0x2122 #TRADE MARK SIGN +0x9A #UNDEFINED +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C #UNDEFINED +0x9D 0x00AF #MACRON +0x9E 0x02DB #OGONEK +0x9F #UNDEFINED +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 #UNDEFINED +0xA2 0x00A2 #CENT SIGN +0xA3 0x00A3 #POUND SIGN +0xA4 0x00A4 #CURRENCY SIGN +0xA5 #UNDEFINED +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00D8 #LATIN CAPITAL LETTER O WITH STROKE +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x0156 #LATIN CAPITAL LETTER R WITH CEDILLA +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x00C6 #LATIN CAPITAL LETTER AE +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x00B2 #SUPERSCRIPT TWO +0xB3 0x00B3 #SUPERSCRIPT THREE +0xB4 0x00B4 #ACUTE ACCENT +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x00F8 #LATIN SMALL LETTER O WITH STROKE +0xB9 0x00B9 #SUPERSCRIPT ONE +0xBA 0x0157 #LATIN SMALL LETTER R WITH CEDILLA +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC #VULGAR FRACTION ONE QUARTER +0xBD 0x00BD #VULGAR FRACTION ONE HALF +0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS +0xBF 0x00E6 #LATIN SMALL LETTER AE +0xC0 0x0104 #LATIN CAPITAL LETTER A WITH OGONEK +0xC1 0x012E #LATIN CAPITAL LETTER I WITH OGONEK +0xC2 0x0100 #LATIN CAPITAL LETTER A WITH MACRON +0xC3 0x0106 #LATIN CAPITAL LETTER C WITH ACUTE +0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 #LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x0118 #LATIN CAPITAL LETTER E WITH OGONEK +0xC7 0x0112 #LATIN CAPITAL LETTER E WITH MACRON +0xC8 0x010C #LATIN CAPITAL LETTER C WITH CARON +0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x0179 #LATIN CAPITAL LETTER Z WITH ACUTE +0xCB 0x0116 #LATIN CAPITAL LETTER E WITH DOT ABOVE +0xCC 0x0122 #LATIN CAPITAL LETTER G WITH CEDILLA +0xCD 0x0136 #LATIN CAPITAL LETTER K WITH CEDILLA +0xCE 0x012A #LATIN CAPITAL LETTER I WITH MACRON +0xCF 0x013B #LATIN CAPITAL LETTER L WITH CEDILLA +0xD0 0x0160 #LATIN CAPITAL LETTER S WITH CARON +0xD1 0x0143 #LATIN CAPITAL LETTER N WITH ACUTE +0xD2 0x0145 #LATIN CAPITAL LETTER N WITH CEDILLA +0xD3 0x00D3 #LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x014C #LATIN CAPITAL LETTER O WITH MACRON +0xD5 0x00D5 #LATIN CAPITAL LETTER O WITH TILDE +0xD6 0x00D6 #LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 #MULTIPLICATION SIGN +0xD8 0x0172 #LATIN CAPITAL LETTER U WITH OGONEK +0xD9 0x0141 #LATIN CAPITAL LETTER L WITH STROKE +0xDA 0x015A #LATIN CAPITAL LETTER S WITH ACUTE +0xDB 0x016A #LATIN CAPITAL LETTER U WITH MACRON +0xDC 0x00DC #LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x017B #LATIN CAPITAL LETTER Z WITH DOT ABOVE +0xDE 0x017D #LATIN CAPITAL LETTER Z WITH CARON +0xDF 0x00DF #LATIN SMALL LETTER SHARP S +0xE0 0x0105 #LATIN SMALL LETTER A WITH OGONEK +0xE1 0x012F #LATIN SMALL LETTER I WITH OGONEK +0xE2 0x0101 #LATIN SMALL LETTER A WITH MACRON +0xE3 0x0107 #LATIN SMALL LETTER C WITH ACUTE +0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 #LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x0119 #LATIN SMALL LETTER E WITH OGONEK +0xE7 0x0113 #LATIN SMALL LETTER E WITH MACRON +0xE8 0x010D #LATIN SMALL LETTER C WITH CARON +0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE +0xEA 0x017A #LATIN SMALL LETTER Z WITH ACUTE +0xEB 0x0117 #LATIN SMALL LETTER E WITH DOT ABOVE +0xEC 0x0123 #LATIN SMALL LETTER G WITH CEDILLA +0xED 0x0137 #LATIN SMALL LETTER K WITH CEDILLA +0xEE 0x012B #LATIN SMALL LETTER I WITH MACRON +0xEF 0x013C #LATIN SMALL LETTER L WITH CEDILLA +0xF0 0x0161 #LATIN SMALL LETTER S WITH CARON +0xF1 0x0144 #LATIN SMALL LETTER N WITH ACUTE +0xF2 0x0146 #LATIN SMALL LETTER N WITH CEDILLA +0xF3 0x00F3 #LATIN SMALL LETTER O WITH ACUTE +0xF4 0x014D #LATIN SMALL LETTER O WITH MACRON +0xF5 0x00F5 #LATIN SMALL LETTER O WITH TILDE +0xF6 0x00F6 #LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 #DIVISION SIGN +0xF8 0x0173 #LATIN SMALL LETTER U WITH OGONEK +0xF9 0x0142 #LATIN SMALL LETTER L WITH STROKE +0xFA 0x015B #LATIN SMALL LETTER S WITH ACUTE +0xFB 0x016B #LATIN SMALL LETTER U WITH MACRON +0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x017C #LATIN SMALL LETTER Z WITH DOT ABOVE +0xFE 0x017E #LATIN SMALL LETTER Z WITH CARON +0xFF 0x02D9 #DOT ABOVE diff --git a/data/windows-1258 b/data/windows-1258 new file mode 100644 index 0000000000..f7721c51b1 --- /dev/null +++ b/data/windows-1258 @@ -0,0 +1,250 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 1258 (WinVietnamese) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +82 201A +83 0192 +84 201E +85 2026 +86 2020 +87 2021 +88 02C6 +89 2030 +8B 2039 +8C 0152 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +98 02DC +99 2122 +9B 203A +9C 0153 +9F 0178 +A0 00A0 +A1 00A1 +A2 00A2 +A3 00A3 +A4 00A4 +A5 00A5 +A6 00A6 +A7 00A7 +A8 00A8 +A9 00A9 +AA 00AA +AB 00AB +AC 00AC +AD 00AD +AE 00AE +AF 00AF +B0 00B0 +B1 00B1 +B2 00B2 +B3 00B3 +B4 00B4 +B5 00B5 +B6 00B6 +B7 00B7 +B8 00B8 +B9 00B9 +BA 00BA +BB 00BB +BC 00BC +BD 00BD +BE 00BE +BF 00BF +C0 00C0 +C1 00C1 +C2 00C2 +C3 0102 +C4 00C4 +C5 00C5 +C6 00C6 +C7 00C7 +C8 00C8 +C9 00C9 +CA 00CA +CB 00CB +CC 0300 +CD 00CD +CE 00CE +CF 00CF +D0 0110 +D1 00D1 +D2 0309 +D3 00D3 +D4 00D4 +D5 01A0 +D6 00D6 +D7 00D7 +D8 00D8 +D9 00D9 +DA 00DA +DB 00DB +DC 00DC +DD 01AF +DE 0303 +DF 00DF +E0 00E0 +E1 00E1 +E2 00E2 +E3 0103 +E4 00E4 +E5 00E5 +E6 00E6 +E7 00E7 +E8 00E8 +E9 00E9 +EA 00EA +EB 00EB +EC 0301 +ED 00ED +EE 00EE +EF 00EF +F0 0111 +F1 00F1 +F2 0323 +F3 00F3 +F4 00F4 +F5 01A1 +F6 00F6 +F7 00F7 +F8 00F8 +F9 00F9 +FA 00FA +FB 00FB +FC 00FC +FD 01B0 +FE 20AB +FF 00FF diff --git a/data/windows-1258.txt b/data/windows-1258.txt new file mode 100644 index 0000000000..392310a8ca --- /dev/null +++ b/data/windows-1258.txt @@ -0,0 +1,274 @@ +# +# Name: cp1258 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 04/15/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp1258 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp1258 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 0x201A #SINGLE LOW-9 QUOTATION MARK +0x83 0x0192 #LATIN SMALL LETTER F WITH HOOK +0x84 0x201E #DOUBLE LOW-9 QUOTATION MARK +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 0x2020 #DAGGER +0x87 0x2021 #DOUBLE DAGGER +0x88 0x02C6 #MODIFIER LETTER CIRCUMFLEX ACCENT +0x89 0x2030 #PER MILLE SIGN +0x8A #UNDEFINED +0x8B 0x2039 #SINGLE LEFT-POINTING ANGLE QUOTATION MARK +0x8C 0x0152 #LATIN CAPITAL LIGATURE OE +0x8D #UNDEFINED +0x8E #UNDEFINED +0x8F #UNDEFINED +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 0x02DC #SMALL TILDE +0x99 0x2122 #TRADE MARK SIGN +0x9A #UNDEFINED +0x9B 0x203A #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK +0x9C 0x0153 #LATIN SMALL LIGATURE OE +0x9D #UNDEFINED +0x9E #UNDEFINED +0x9F 0x0178 #LATIN CAPITAL LETTER Y WITH DIAERESIS +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x00A1 #INVERTED EXCLAMATION MARK +0xA2 0x00A2 #CENT SIGN +0xA3 0x00A3 #POUND SIGN +0xA4 0x00A4 #CURRENCY SIGN +0xA5 0x00A5 #YEN SIGN +0xA6 0x00A6 #BROKEN BAR +0xA7 0x00A7 #SECTION SIGN +0xA8 0x00A8 #DIAERESIS +0xA9 0x00A9 #COPYRIGHT SIGN +0xAA 0x00AA #FEMININE ORDINAL INDICATOR +0xAB 0x00AB #LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +0xAC 0x00AC #NOT SIGN +0xAD 0x00AD #SOFT HYPHEN +0xAE 0x00AE #REGISTERED SIGN +0xAF 0x00AF #MACRON +0xB0 0x00B0 #DEGREE SIGN +0xB1 0x00B1 #PLUS-MINUS SIGN +0xB2 0x00B2 #SUPERSCRIPT TWO +0xB3 0x00B3 #SUPERSCRIPT THREE +0xB4 0x00B4 #ACUTE ACCENT +0xB5 0x00B5 #MICRO SIGN +0xB6 0x00B6 #PILCROW SIGN +0xB7 0x00B7 #MIDDLE DOT +0xB8 0x00B8 #CEDILLA +0xB9 0x00B9 #SUPERSCRIPT ONE +0xBA 0x00BA #MASCULINE ORDINAL INDICATOR +0xBB 0x00BB #RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +0xBC 0x00BC #VULGAR FRACTION ONE QUARTER +0xBD 0x00BD #VULGAR FRACTION ONE HALF +0xBE 0x00BE #VULGAR FRACTION THREE QUARTERS +0xBF 0x00BF #INVERTED QUESTION MARK +0xC0 0x00C0 #LATIN CAPITAL LETTER A WITH GRAVE +0xC1 0x00C1 #LATIN CAPITAL LETTER A WITH ACUTE +0xC2 0x00C2 #LATIN CAPITAL LETTER A WITH CIRCUMFLEX +0xC3 0x0102 #LATIN CAPITAL LETTER A WITH BREVE +0xC4 0x00C4 #LATIN CAPITAL LETTER A WITH DIAERESIS +0xC5 0x00C5 #LATIN CAPITAL LETTER A WITH RING ABOVE +0xC6 0x00C6 #LATIN CAPITAL LETTER AE +0xC7 0x00C7 #LATIN CAPITAL LETTER C WITH CEDILLA +0xC8 0x00C8 #LATIN CAPITAL LETTER E WITH GRAVE +0xC9 0x00C9 #LATIN CAPITAL LETTER E WITH ACUTE +0xCA 0x00CA #LATIN CAPITAL LETTER E WITH CIRCUMFLEX +0xCB 0x00CB #LATIN CAPITAL LETTER E WITH DIAERESIS +0xCC 0x0300 #COMBINING GRAVE ACCENT +0xCD 0x00CD #LATIN CAPITAL LETTER I WITH ACUTE +0xCE 0x00CE #LATIN CAPITAL LETTER I WITH CIRCUMFLEX +0xCF 0x00CF #LATIN CAPITAL LETTER I WITH DIAERESIS +0xD0 0x0110 #LATIN CAPITAL LETTER D WITH STROKE +0xD1 0x00D1 #LATIN CAPITAL LETTER N WITH TILDE +0xD2 0x0309 #COMBINING HOOK ABOVE +0xD3 0x00D3 #LATIN CAPITAL LETTER O WITH ACUTE +0xD4 0x00D4 #LATIN CAPITAL LETTER O WITH CIRCUMFLEX +0xD5 0x01A0 #LATIN CAPITAL LETTER O WITH HORN +0xD6 0x00D6 #LATIN CAPITAL LETTER O WITH DIAERESIS +0xD7 0x00D7 #MULTIPLICATION SIGN +0xD8 0x00D8 #LATIN CAPITAL LETTER O WITH STROKE +0xD9 0x00D9 #LATIN CAPITAL LETTER U WITH GRAVE +0xDA 0x00DA #LATIN CAPITAL LETTER U WITH ACUTE +0xDB 0x00DB #LATIN CAPITAL LETTER U WITH CIRCUMFLEX +0xDC 0x00DC #LATIN CAPITAL LETTER U WITH DIAERESIS +0xDD 0x01AF #LATIN CAPITAL LETTER U WITH HORN +0xDE 0x0303 #COMBINING TILDE +0xDF 0x00DF #LATIN SMALL LETTER SHARP S +0xE0 0x00E0 #LATIN SMALL LETTER A WITH GRAVE +0xE1 0x00E1 #LATIN SMALL LETTER A WITH ACUTE +0xE2 0x00E2 #LATIN SMALL LETTER A WITH CIRCUMFLEX +0xE3 0x0103 #LATIN SMALL LETTER A WITH BREVE +0xE4 0x00E4 #LATIN SMALL LETTER A WITH DIAERESIS +0xE5 0x00E5 #LATIN SMALL LETTER A WITH RING ABOVE +0xE6 0x00E6 #LATIN SMALL LETTER AE +0xE7 0x00E7 #LATIN SMALL LETTER C WITH CEDILLA +0xE8 0x00E8 #LATIN SMALL LETTER E WITH GRAVE +0xE9 0x00E9 #LATIN SMALL LETTER E WITH ACUTE +0xEA 0x00EA #LATIN SMALL LETTER E WITH CIRCUMFLEX +0xEB 0x00EB #LATIN SMALL LETTER E WITH DIAERESIS +0xEC 0x0301 #COMBINING ACUTE ACCENT +0xED 0x00ED #LATIN SMALL LETTER I WITH ACUTE +0xEE 0x00EE #LATIN SMALL LETTER I WITH CIRCUMFLEX +0xEF 0x00EF #LATIN SMALL LETTER I WITH DIAERESIS +0xF0 0x0111 #LATIN SMALL LETTER D WITH STROKE +0xF1 0x00F1 #LATIN SMALL LETTER N WITH TILDE +0xF2 0x0323 #COMBINING DOT BELOW +0xF3 0x00F3 #LATIN SMALL LETTER O WITH ACUTE +0xF4 0x00F4 #LATIN SMALL LETTER O WITH CIRCUMFLEX +0xF5 0x01A1 #LATIN SMALL LETTER O WITH HORN +0xF6 0x00F6 #LATIN SMALL LETTER O WITH DIAERESIS +0xF7 0x00F7 #DIVISION SIGN +0xF8 0x00F8 #LATIN SMALL LETTER O WITH STROKE +0xF9 0x00F9 #LATIN SMALL LETTER U WITH GRAVE +0xFA 0x00FA #LATIN SMALL LETTER U WITH ACUTE +0xFB 0x00FB #LATIN SMALL LETTER U WITH CIRCUMFLEX +0xFC 0x00FC #LATIN SMALL LETTER U WITH DIAERESIS +0xFD 0x01B0 #LATIN SMALL LETTER U WITH HORN +0xFE 0x20AB #DONG SIGN +0xFF 0x00FF #LATIN SMALL LETTER Y WITH DIAERESIS diff --git a/data/windows-1361.txt b/data/windows-1361.txt new file mode 100644 index 0000000000..3024f5870f --- /dev/null +++ b/data/windows-1361.txt @@ -0,0 +1,17396 @@ +# cp1361.txt - Legacy to Unicode charmap +0x0000 0x0000 # 0 +0x0001 0x0001 # 0 +0x0002 0x0002 # 0 +0x0003 0x0003 # 0 +0x0004 0x0004 # 0 +0x0005 0x0005 # 0 +0x0006 0x0006 # 0 +0x0007 0x0007 # 0 +0x0008 0x0008 # 0 +0x0009 0x0009 # 0 +0x000A 0x000A # 0 +0x000B 0x000B # 0 +0x000C 0x000C # 0 +0x000D 0x000D # 0 +0x000E 0x000E # 0 +0x000F 0x000F # 0 +0x0010 0x0010 # 0 +0x0011 0x0011 # 0 +0x0012 0x0012 # 0 +0x0013 0x0013 # 0 +0x0014 0x0014 # 0 +0x0015 0x0015 # 0 +0x0016 0x0016 # 0 +0x0017 0x0017 # 0 +0x0018 0x0018 # 0 +0x0019 0x0019 # 0 +0x001A 0x001A # 0 +0x001B 0x001B # 0 +0x001C 0x001C # 0 +0x001D 0x001D # 0 +0x001E 0x001E # 0 +0x001F 0x001F # 0 +0x0020 0x0020 # 0 +0x0021 0x0021 # 0 +0x0022 0x0022 # 0 +0x0023 0x0023 # 0 +0x0024 0x0024 # 0 +0x0025 0x0025 # 0 +0x0026 0x0026 # 0 +0x0027 0x0027 # 0 +0x0028 0x0028 # 0 +0x0029 0x0029 # 0 +0x002A 0x002A # 0 +0x002B 0x002B # 0 +0x002C 0x002C # 0 +0x002D 0x002D # 0 +0x002E 0x002E # 0 +0x002F 0x002F # 0 +0x0030 0x0030 # 0 +0x0031 0x0031 # 0 +0x0032 0x0032 # 0 +0x0033 0x0033 # 0 +0x0034 0x0034 # 0 +0x0035 0x0035 # 0 +0x0036 0x0036 # 0 +0x0037 0x0037 # 0 +0x0038 0x0038 # 0 +0x0039 0x0039 # 0 +0x003A 0x003A # 0 +0x003B 0x003B # 0 +0x003C 0x003C # 0 +0x003D 0x003D # 0 +0x003E 0x003E # 0 +0x003F 0x003F # 0 +0x0040 0x0040 # 0 +0x0041 0x0041 # 0 +0x0042 0x0042 # 0 +0x0043 0x0043 # 0 +0x0044 0x0044 # 0 +0x0045 0x0045 # 0 +0x0046 0x0046 # 0 +0x0047 0x0047 # 0 +0x0048 0x0048 # 0 +0x0049 0x0049 # 0 +0x004A 0x004A # 0 +0x004B 0x004B # 0 +0x004C 0x004C # 0 +0x004D 0x004D # 0 +0x004E 0x004E # 0 +0x004F 0x004F # 0 +0x0050 0x0050 # 0 +0x0051 0x0051 # 0 +0x0052 0x0052 # 0 +0x0053 0x0053 # 0 +0x0054 0x0054 # 0 +0x0055 0x0055 # 0 +0x0056 0x0056 # 0 +0x0057 0x0057 # 0 +0x0058 0x0058 # 0 +0x0059 0x0059 # 0 +0x005A 0x005A # 0 +0x005B 0x005B # 0 +0x005C 0x005C # 0 +0x005D 0x005D # 0 +0x005E 0x005E # 0 +0x005F 0x005F # 0 +0x0060 0x0060 # 0 +0x0061 0x0061 # 0 +0x0062 0x0062 # 0 +0x0063 0x0063 # 0 +0x0064 0x0064 # 0 +0x0065 0x0065 # 0 +0x0066 0x0066 # 0 +0x0067 0x0067 # 0 +0x0068 0x0068 # 0 +0x0069 0x0069 # 0 +0x006A 0x006A # 0 +0x006B 0x006B # 0 +0x006C 0x006C # 0 +0x006D 0x006D # 0 +0x006E 0x006E # 0 +0x006F 0x006F # 0 +0x0070 0x0070 # 0 +0x0071 0x0071 # 0 +0x0072 0x0072 # 0 +0x0073 0x0073 # 0 +0x0074 0x0074 # 0 +0x0075 0x0075 # 0 +0x0076 0x0076 # 0 +0x0077 0x0077 # 0 +0x0078 0x0078 # 0 +0x0079 0x0079 # 0 +0x007A 0x007A # 0 +0x007B 0x007B # 0 +0x007C 0x007C # 0 +0x007D 0x007D # 0 +0x007E 0x007E # 0 +0x007F 0x007F # 0 +0x0080 0x0080 # 0 +0x0081 0x0081 # 0 +0x0082 0x0082 # 0 +0x0083 0x0083 # 0 +0x00D4 0xF8EC # 0 +0x00D5 0xF8ED # 0 +0x00D6 0xF8EE # 0 +0x00D7 0xF8EF # 0 +0x00DF 0xF8F0 # 0 +0x00FA 0xF8F1 # 0 +0x00FB 0xF8F2 # 0 +0x00FC 0xF8F3 # 0 +0x00FD 0xF8F4 # 0 +0x00FE 0xF8F5 # 0 +0x00FF 0xF8F6 # 0 +0x8442 0x11A8 # 0 +0x8443 0x11A9 # 0 +0x8444 0x11AA # 0 +0x8445 0x11AB # 0 +0x8446 0x11AC # 0 +0x8447 0x11AD # 0 +0x8448 0x11AE # 0 +0x8449 0x11AF # 0 +0x844A 0x11B0 # 0 +0x844B 0x11B1 # 0 +0x844C 0x11B2 # 0 +0x844D 0x11B3 # 0 +0x844E 0x11B4 # 0 +0x844F 0x11B5 # 0 +0x8450 0x11B6 # 0 +0x8451 0x11B7 # 0 +0x8453 0x11B8 # 0 +0x8454 0x11B9 # 0 +0x8455 0x11BA # 0 +0x8456 0x11BB # 0 +0x8457 0x11BC # 0 +0x8458 0x11BD # 0 +0x8459 0x11BE # 0 +0x845A 0x11BF # 0 +0x845B 0x11C0 # 0 +0x845C 0x11C1 # 0 +0x845D 0x11C2 # 0 +0x8461 0x1161 # 0 +0x8481 0x1162 # 0 +0x84A1 0x1163 # 0 +0x84C1 0x1164 # 0 +0x84E1 0x1165 # 0 +0x8541 0x1166 # 0 +0x8561 0x1167 # 0 +0x8581 0x1168 # 0 +0x85A1 0x1169 # 0 +0x85C1 0x116A # 0 +0x85E1 0x116B # 0 +0x8641 0x116C # 0 +0x8661 0x116D # 0 +0x8681 0x116E # 0 +0x86A1 0x116F # 0 +0x86C1 0x1170 # 0 +0x86E1 0x1171 # 0 +0x8741 0x1172 # 0 +0x8761 0x1173 # 0 +0x8781 0x1174 # 0 +0x87A1 0x1175 # 0 +0x8841 0x1100 # 0 +0x8861 0xAC00 # 0 +0x8862 0xAC01 # 0 +0x8863 0xAC02 # 0 +0x8864 0xAC03 # 0 +0x8865 0xAC04 # 0 +0x8866 0xAC05 # 0 +0x8867 0xAC06 # 0 +0x8868 0xAC07 # 0 +0x8869 0xAC08 # 0 +0x886A 0xAC09 # 0 +0x886B 0xAC0A # 0 +0x886C 0xAC0B # 0 +0x886D 0xAC0C # 0 +0x886E 0xAC0D # 0 +0x886F 0xAC0E # 0 +0x8870 0xAC0F # 0 +0x8871 0xAC10 # 0 +0x8873 0xAC11 # 0 +0x8874 0xAC12 # 0 +0x8875 0xAC13 # 0 +0x8876 0xAC14 # 0 +0x8877 0xAC15 # 0 +0x8878 0xAC16 # 0 +0x8879 0xAC17 # 0 +0x887A 0xAC18 # 0 +0x887B 0xAC19 # 0 +0x887C 0xAC1A # 0 +0x887D 0xAC1B # 0 +0x8881 0xAC1C # 0 +0x8882 0xAC1D # 0 +0x8883 0xAC1E # 0 +0x8884 0xAC1F # 0 +0x8885 0xAC20 # 0 +0x8886 0xAC21 # 0 +0x8887 0xAC22 # 0 +0x8888 0xAC23 # 0 +0x8889 0xAC24 # 0 +0x888A 0xAC25 # 0 +0x888B 0xAC26 # 0 +0x888C 0xAC27 # 0 +0x888D 0xAC28 # 0 +0x888E 0xAC29 # 0 +0x888F 0xAC2A # 0 +0x8890 0xAC2B # 0 +0x8891 0xAC2C # 0 +0x8893 0xAC2D # 0 +0x8894 0xAC2E # 0 +0x8895 0xAC2F # 0 +0x8896 0xAC30 # 0 +0x8897 0xAC31 # 0 +0x8898 0xAC32 # 0 +0x8899 0xAC33 # 0 +0x889A 0xAC34 # 0 +0x889B 0xAC35 # 0 +0x889C 0xAC36 # 0 +0x889D 0xAC37 # 0 +0x88A1 0xAC38 # 0 +0x88A2 0xAC39 # 0 +0x88A3 0xAC3A # 0 +0x88A4 0xAC3B # 0 +0x88A5 0xAC3C # 0 +0x88A6 0xAC3D # 0 +0x88A7 0xAC3E # 0 +0x88A8 0xAC3F # 0 +0x88A9 0xAC40 # 0 +0x88AA 0xAC41 # 0 +0x88AB 0xAC42 # 0 +0x88AC 0xAC43 # 0 +0x88AD 0xAC44 # 0 +0x88AE 0xAC45 # 0 +0x88AF 0xAC46 # 0 +0x88B0 0xAC47 # 0 +0x88B1 0xAC48 # 0 +0x88B3 0xAC49 # 0 +0x88B4 0xAC4A # 0 +0x88B5 0xAC4B # 0 +0x88B6 0xAC4C # 0 +0x88B7 0xAC4D # 0 +0x88B8 0xAC4E # 0 +0x88B9 0xAC4F # 0 +0x88BA 0xAC50 # 0 +0x88BB 0xAC51 # 0 +0x88BC 0xAC52 # 0 +0x88BD 0xAC53 # 0 +0x88C1 0xAC54 # 0 +0x88C2 0xAC55 # 0 +0x88C3 0xAC56 # 0 +0x88C4 0xAC57 # 0 +0x88C5 0xAC58 # 0 +0x88C6 0xAC59 # 0 +0x88C7 0xAC5A # 0 +0x88C8 0xAC5B # 0 +0x88C9 0xAC5C # 0 +0x88CA 0xAC5D # 0 +0x88CB 0xAC5E # 0 +0x88CC 0xAC5F # 0 +0x88CD 0xAC60 # 0 +0x88CE 0xAC61 # 0 +0x88CF 0xAC62 # 0 +0x88D0 0xAC63 # 0 +0x88D1 0xAC64 # 0 +0x88D3 0xAC65 # 0 +0x88D4 0xAC66 # 0 +0x88D5 0xAC67 # 0 +0x88D6 0xAC68 # 0 +0x88D7 0xAC69 # 0 +0x88D8 0xAC6A # 0 +0x88D9 0xAC6B # 0 +0x88DA 0xAC6C # 0 +0x88DB 0xAC6D # 0 +0x88DC 0xAC6E # 0 +0x88DD 0xAC6F # 0 +0x88E1 0xAC70 # 0 +0x88E2 0xAC71 # 0 +0x88E3 0xAC72 # 0 +0x88E4 0xAC73 # 0 +0x88E5 0xAC74 # 0 +0x88E6 0xAC75 # 0 +0x88E7 0xAC76 # 0 +0x88E8 0xAC77 # 0 +0x88E9 0xAC78 # 0 +0x88EA 0xAC79 # 0 +0x88EB 0xAC7A # 0 +0x88EC 0xAC7B # 0 +0x88ED 0xAC7C # 0 +0x88EE 0xAC7D # 0 +0x88EF 0xAC7E # 0 +0x88F0 0xAC7F # 0 +0x88F1 0xAC80 # 0 +0x88F3 0xAC81 # 0 +0x88F4 0xAC82 # 0 +0x88F5 0xAC83 # 0 +0x88F6 0xAC84 # 0 +0x88F7 0xAC85 # 0 +0x88F8 0xAC86 # 0 +0x88F9 0xAC87 # 0 +0x88FA 0xAC88 # 0 +0x88FB 0xAC89 # 0 +0x88FC 0xAC8A # 0 +0x88FD 0xAC8B # 0 +0x8941 0xAC8C # 0 +0x8942 0xAC8D # 0 +0x8943 0xAC8E # 0 +0x8944 0xAC8F # 0 +0x8945 0xAC90 # 0 +0x8946 0xAC91 # 0 +0x8947 0xAC92 # 0 +0x8948 0xAC93 # 0 +0x8949 0xAC94 # 0 +0x894A 0xAC95 # 0 +0x894B 0xAC96 # 0 +0x894C 0xAC97 # 0 +0x894D 0xAC98 # 0 +0x894E 0xAC99 # 0 +0x894F 0xAC9A # 0 +0x8950 0xAC9B # 0 +0x8951 0xAC9C # 0 +0x8953 0xAC9D # 0 +0x8954 0xAC9E # 0 +0x8955 0xAC9F # 0 +0x8956 0xACA0 # 0 +0x8957 0xACA1 # 0 +0x8958 0xACA2 # 0 +0x8959 0xACA3 # 0 +0x895A 0xACA4 # 0 +0x895B 0xACA5 # 0 +0x895C 0xACA6 # 0 +0x895D 0xACA7 # 0 +0x8961 0xACA8 # 0 +0x8962 0xACA9 # 0 +0x8963 0xACAA # 0 +0x8964 0xACAB # 0 +0x8965 0xACAC # 0 +0x8966 0xACAD # 0 +0x8967 0xACAE # 0 +0x8968 0xACAF # 0 +0x8969 0xACB0 # 0 +0x896A 0xACB1 # 0 +0x896B 0xACB2 # 0 +0x896C 0xACB3 # 0 +0x896D 0xACB4 # 0 +0x896E 0xACB5 # 0 +0x896F 0xACB6 # 0 +0x8970 0xACB7 # 0 +0x8971 0xACB8 # 0 +0x8973 0xACB9 # 0 +0x8974 0xACBA # 0 +0x8975 0xACBB # 0 +0x8976 0xACBC # 0 +0x8977 0xACBD # 0 +0x8978 0xACBE # 0 +0x8979 0xACBF # 0 +0x897A 0xACC0 # 0 +0x897B 0xACC1 # 0 +0x897C 0xACC2 # 0 +0x897D 0xACC3 # 0 +0x8981 0xACC4 # 0 +0x8982 0xACC5 # 0 +0x8983 0xACC6 # 0 +0x8984 0xACC7 # 0 +0x8985 0xACC8 # 0 +0x8986 0xACC9 # 0 +0x8987 0xACCA # 0 +0x8988 0xACCB # 0 +0x8989 0xACCC # 0 +0x898A 0xACCD # 0 +0x898B 0xACCE # 0 +0x898C 0xACCF # 0 +0x898D 0xACD0 # 0 +0x898E 0xACD1 # 0 +0x898F 0xACD2 # 0 +0x8990 0xACD3 # 0 +0x8991 0xACD4 # 0 +0x8993 0xACD5 # 0 +0x8994 0xACD6 # 0 +0x8995 0xACD7 # 0 +0x8996 0xACD8 # 0 +0x8997 0xACD9 # 0 +0x8998 0xACDA # 0 +0x8999 0xACDB # 0 +0x899A 0xACDC # 0 +0x899B 0xACDD # 0 +0x899C 0xACDE # 0 +0x899D 0xACDF # 0 +0x89A1 0xACE0 # 0 +0x89A2 0xACE1 # 0 +0x89A3 0xACE2 # 0 +0x89A4 0xACE3 # 0 +0x89A5 0xACE4 # 0 +0x89A6 0xACE5 # 0 +0x89A7 0xACE6 # 0 +0x89A8 0xACE7 # 0 +0x89A9 0xACE8 # 0 +0x89AA 0xACE9 # 0 +0x89AB 0xACEA # 0 +0x89AC 0xACEB # 0 +0x89AD 0xACEC # 0 +0x89AE 0xACED # 0 +0x89AF 0xACEE # 0 +0x89B0 0xACEF # 0 +0x89B1 0xACF0 # 0 +0x89B3 0xACF1 # 0 +0x89B4 0xACF2 # 0 +0x89B5 0xACF3 # 0 +0x89B6 0xACF4 # 0 +0x89B7 0xACF5 # 0 +0x89B8 0xACF6 # 0 +0x89B9 0xACF7 # 0 +0x89BA 0xACF8 # 0 +0x89BB 0xACF9 # 0 +0x89BC 0xACFA # 0 +0x89BD 0xACFB # 0 +0x89C1 0xACFC # 0 +0x89C2 0xACFD # 0 +0x89C3 0xACFE # 0 +0x89C4 0xACFF # 0 +0x89C5 0xAD00 # 0 +0x89C6 0xAD01 # 0 +0x89C7 0xAD02 # 0 +0x89C8 0xAD03 # 0 +0x89C9 0xAD04 # 0 +0x89CA 0xAD05 # 0 +0x89CB 0xAD06 # 0 +0x89CC 0xAD07 # 0 +0x89CD 0xAD08 # 0 +0x89CE 0xAD09 # 0 +0x89CF 0xAD0A # 0 +0x89D0 0xAD0B # 0 +0x89D1 0xAD0C # 0 +0x89D3 0xAD0D # 0 +0x89D4 0xAD0E # 0 +0x89D5 0xAD0F # 0 +0x89D6 0xAD10 # 0 +0x89D7 0xAD11 # 0 +0x89D8 0xAD12 # 0 +0x89D9 0xAD13 # 0 +0x89DA 0xAD14 # 0 +0x89DB 0xAD15 # 0 +0x89DC 0xAD16 # 0 +0x89DD 0xAD17 # 0 +0x89E1 0xAD18 # 0 +0x89E2 0xAD19 # 0 +0x89E3 0xAD1A # 0 +0x89E4 0xAD1B # 0 +0x89E5 0xAD1C # 0 +0x89E6 0xAD1D # 0 +0x89E7 0xAD1E # 0 +0x89E8 0xAD1F # 0 +0x89E9 0xAD20 # 0 +0x89EA 0xAD21 # 0 +0x89EB 0xAD22 # 0 +0x89EC 0xAD23 # 0 +0x89ED 0xAD24 # 0 +0x89EE 0xAD25 # 0 +0x89EF 0xAD26 # 0 +0x89F0 0xAD27 # 0 +0x89F1 0xAD28 # 0 +0x89F3 0xAD29 # 0 +0x89F4 0xAD2A # 0 +0x89F5 0xAD2B # 0 +0x89F6 0xAD2C # 0 +0x89F7 0xAD2D # 0 +0x89F8 0xAD2E # 0 +0x89F9 0xAD2F # 0 +0x89FA 0xAD30 # 0 +0x89FB 0xAD31 # 0 +0x89FC 0xAD32 # 0 +0x89FD 0xAD33 # 0 +0x8A41 0xAD34 # 0 +0x8A42 0xAD35 # 0 +0x8A43 0xAD36 # 0 +0x8A44 0xAD37 # 0 +0x8A45 0xAD38 # 0 +0x8A46 0xAD39 # 0 +0x8A47 0xAD3A # 0 +0x8A48 0xAD3B # 0 +0x8A49 0xAD3C # 0 +0x8A4A 0xAD3D # 0 +0x8A4B 0xAD3E # 0 +0x8A4C 0xAD3F # 0 +0x8A4D 0xAD40 # 0 +0x8A4E 0xAD41 # 0 +0x8A4F 0xAD42 # 0 +0x8A50 0xAD43 # 0 +0x8A51 0xAD44 # 0 +0x8A53 0xAD45 # 0 +0x8A54 0xAD46 # 0 +0x8A55 0xAD47 # 0 +0x8A56 0xAD48 # 0 +0x8A57 0xAD49 # 0 +0x8A58 0xAD4A # 0 +0x8A59 0xAD4B # 0 +0x8A5A 0xAD4C # 0 +0x8A5B 0xAD4D # 0 +0x8A5C 0xAD4E # 0 +0x8A5D 0xAD4F # 0 +0x8A61 0xAD50 # 0 +0x8A62 0xAD51 # 0 +0x8A63 0xAD52 # 0 +0x8A64 0xAD53 # 0 +0x8A65 0xAD54 # 0 +0x8A66 0xAD55 # 0 +0x8A67 0xAD56 # 0 +0x8A68 0xAD57 # 0 +0x8A69 0xAD58 # 0 +0x8A6A 0xAD59 # 0 +0x8A6B 0xAD5A # 0 +0x8A6C 0xAD5B # 0 +0x8A6D 0xAD5C # 0 +0x8A6E 0xAD5D # 0 +0x8A6F 0xAD5E # 0 +0x8A70 0xAD5F # 0 +0x8A71 0xAD60 # 0 +0x8A73 0xAD61 # 0 +0x8A74 0xAD62 # 0 +0x8A75 0xAD63 # 0 +0x8A76 0xAD64 # 0 +0x8A77 0xAD65 # 0 +0x8A78 0xAD66 # 0 +0x8A79 0xAD67 # 0 +0x8A7A 0xAD68 # 0 +0x8A7B 0xAD69 # 0 +0x8A7C 0xAD6A # 0 +0x8A7D 0xAD6B # 0 +0x8A81 0xAD6C # 0 +0x8A82 0xAD6D # 0 +0x8A83 0xAD6E # 0 +0x8A84 0xAD6F # 0 +0x8A85 0xAD70 # 0 +0x8A86 0xAD71 # 0 +0x8A87 0xAD72 # 0 +0x8A88 0xAD73 # 0 +0x8A89 0xAD74 # 0 +0x8A8A 0xAD75 # 0 +0x8A8B 0xAD76 # 0 +0x8A8C 0xAD77 # 0 +0x8A8D 0xAD78 # 0 +0x8A8E 0xAD79 # 0 +0x8A8F 0xAD7A # 0 +0x8A90 0xAD7B # 0 +0x8A91 0xAD7C # 0 +0x8A93 0xAD7D # 0 +0x8A94 0xAD7E # 0 +0x8A95 0xAD7F # 0 +0x8A96 0xAD80 # 0 +0x8A97 0xAD81 # 0 +0x8A98 0xAD82 # 0 +0x8A99 0xAD83 # 0 +0x8A9A 0xAD84 # 0 +0x8A9B 0xAD85 # 0 +0x8A9C 0xAD86 # 0 +0x8A9D 0xAD87 # 0 +0x8AA1 0xAD88 # 0 +0x8AA2 0xAD89 # 0 +0x8AA3 0xAD8A # 0 +0x8AA4 0xAD8B # 0 +0x8AA5 0xAD8C # 0 +0x8AA6 0xAD8D # 0 +0x8AA7 0xAD8E # 0 +0x8AA8 0xAD8F # 0 +0x8AA9 0xAD90 # 0 +0x8AAA 0xAD91 # 0 +0x8AAB 0xAD92 # 0 +0x8AAC 0xAD93 # 0 +0x8AAD 0xAD94 # 0 +0x8AAE 0xAD95 # 0 +0x8AAF 0xAD96 # 0 +0x8AB0 0xAD97 # 0 +0x8AB1 0xAD98 # 0 +0x8AB3 0xAD99 # 0 +0x8AB4 0xAD9A # 0 +0x8AB5 0xAD9B # 0 +0x8AB6 0xAD9C # 0 +0x8AB7 0xAD9D # 0 +0x8AB8 0xAD9E # 0 +0x8AB9 0xAD9F # 0 +0x8ABA 0xADA0 # 0 +0x8ABB 0xADA1 # 0 +0x8ABC 0xADA2 # 0 +0x8ABD 0xADA3 # 0 +0x8AC1 0xADA4 # 0 +0x8AC2 0xADA5 # 0 +0x8AC3 0xADA6 # 0 +0x8AC4 0xADA7 # 0 +0x8AC5 0xADA8 # 0 +0x8AC6 0xADA9 # 0 +0x8AC7 0xADAA # 0 +0x8AC8 0xADAB # 0 +0x8AC9 0xADAC # 0 +0x8ACA 0xADAD # 0 +0x8ACB 0xADAE # 0 +0x8ACC 0xADAF # 0 +0x8ACD 0xADB0 # 0 +0x8ACE 0xADB1 # 0 +0x8ACF 0xADB2 # 0 +0x8AD0 0xADB3 # 0 +0x8AD1 0xADB4 # 0 +0x8AD3 0xADB5 # 0 +0x8AD4 0xADB6 # 0 +0x8AD5 0xADB7 # 0 +0x8AD6 0xADB8 # 0 +0x8AD7 0xADB9 # 0 +0x8AD8 0xADBA # 0 +0x8AD9 0xADBB # 0 +0x8ADA 0xADBC # 0 +0x8ADB 0xADBD # 0 +0x8ADC 0xADBE # 0 +0x8ADD 0xADBF # 0 +0x8AE1 0xADC0 # 0 +0x8AE2 0xADC1 # 0 +0x8AE3 0xADC2 # 0 +0x8AE4 0xADC3 # 0 +0x8AE5 0xADC4 # 0 +0x8AE6 0xADC5 # 0 +0x8AE7 0xADC6 # 0 +0x8AE8 0xADC7 # 0 +0x8AE9 0xADC8 # 0 +0x8AEA 0xADC9 # 0 +0x8AEB 0xADCA # 0 +0x8AEC 0xADCB # 0 +0x8AED 0xADCC # 0 +0x8AEE 0xADCD # 0 +0x8AEF 0xADCE # 0 +0x8AF0 0xADCF # 0 +0x8AF1 0xADD0 # 0 +0x8AF3 0xADD1 # 0 +0x8AF4 0xADD2 # 0 +0x8AF5 0xADD3 # 0 +0x8AF6 0xADD4 # 0 +0x8AF7 0xADD5 # 0 +0x8AF8 0xADD6 # 0 +0x8AF9 0xADD7 # 0 +0x8AFA 0xADD8 # 0 +0x8AFB 0xADD9 # 0 +0x8AFC 0xADDA # 0 +0x8AFD 0xADDB # 0 +0x8B41 0xADDC # 0 +0x8B42 0xADDD # 0 +0x8B43 0xADDE # 0 +0x8B44 0xADDF # 0 +0x8B45 0xADE0 # 0 +0x8B46 0xADE1 # 0 +0x8B47 0xADE2 # 0 +0x8B48 0xADE3 # 0 +0x8B49 0xADE4 # 0 +0x8B4A 0xADE5 # 0 +0x8B4B 0xADE6 # 0 +0x8B4C 0xADE7 # 0 +0x8B4D 0xADE8 # 0 +0x8B4E 0xADE9 # 0 +0x8B4F 0xADEA # 0 +0x8B50 0xADEB # 0 +0x8B51 0xADEC # 0 +0x8B53 0xADED # 0 +0x8B54 0xADEE # 0 +0x8B55 0xADEF # 0 +0x8B56 0xADF0 # 0 +0x8B57 0xADF1 # 0 +0x8B58 0xADF2 # 0 +0x8B59 0xADF3 # 0 +0x8B5A 0xADF4 # 0 +0x8B5B 0xADF5 # 0 +0x8B5C 0xADF6 # 0 +0x8B5D 0xADF7 # 0 +0x8B61 0xADF8 # 0 +0x8B62 0xADF9 # 0 +0x8B63 0xADFA # 0 +0x8B64 0xADFB # 0 +0x8B65 0xADFC # 0 +0x8B66 0xADFD # 0 +0x8B67 0xADFE # 0 +0x8B68 0xADFF # 0 +0x8B69 0xAE00 # 0 +0x8B6A 0xAE01 # 0 +0x8B6B 0xAE02 # 0 +0x8B6C 0xAE03 # 0 +0x8B6D 0xAE04 # 0 +0x8B6E 0xAE05 # 0 +0x8B6F 0xAE06 # 0 +0x8B70 0xAE07 # 0 +0x8B71 0xAE08 # 0 +0x8B73 0xAE09 # 0 +0x8B74 0xAE0A # 0 +0x8B75 0xAE0B # 0 +0x8B76 0xAE0C # 0 +0x8B77 0xAE0D # 0 +0x8B78 0xAE0E # 0 +0x8B79 0xAE0F # 0 +0x8B7A 0xAE10 # 0 +0x8B7B 0xAE11 # 0 +0x8B7C 0xAE12 # 0 +0x8B7D 0xAE13 # 0 +0x8B81 0xAE14 # 0 +0x8B82 0xAE15 # 0 +0x8B83 0xAE16 # 0 +0x8B84 0xAE17 # 0 +0x8B85 0xAE18 # 0 +0x8B86 0xAE19 # 0 +0x8B87 0xAE1A # 0 +0x8B88 0xAE1B # 0 +0x8B89 0xAE1C # 0 +0x8B8A 0xAE1D # 0 +0x8B8B 0xAE1E # 0 +0x8B8C 0xAE1F # 0 +0x8B8D 0xAE20 # 0 +0x8B8E 0xAE21 # 0 +0x8B8F 0xAE22 # 0 +0x8B90 0xAE23 # 0 +0x8B91 0xAE24 # 0 +0x8B93 0xAE25 # 0 +0x8B94 0xAE26 # 0 +0x8B95 0xAE27 # 0 +0x8B96 0xAE28 # 0 +0x8B97 0xAE29 # 0 +0x8B98 0xAE2A # 0 +0x8B99 0xAE2B # 0 +0x8B9A 0xAE2C # 0 +0x8B9B 0xAE2D # 0 +0x8B9C 0xAE2E # 0 +0x8B9D 0xAE2F # 0 +0x8BA1 0xAE30 # 0 +0x8BA2 0xAE31 # 0 +0x8BA3 0xAE32 # 0 +0x8BA4 0xAE33 # 0 +0x8BA5 0xAE34 # 0 +0x8BA6 0xAE35 # 0 +0x8BA7 0xAE36 # 0 +0x8BA8 0xAE37 # 0 +0x8BA9 0xAE38 # 0 +0x8BAA 0xAE39 # 0 +0x8BAB 0xAE3A # 0 +0x8BAC 0xAE3B # 0 +0x8BAD 0xAE3C # 0 +0x8BAE 0xAE3D # 0 +0x8BAF 0xAE3E # 0 +0x8BB0 0xAE3F # 0 +0x8BB1 0xAE40 # 0 +0x8BB3 0xAE41 # 0 +0x8BB4 0xAE42 # 0 +0x8BB5 0xAE43 # 0 +0x8BB6 0xAE44 # 0 +0x8BB7 0xAE45 # 0 +0x8BB8 0xAE46 # 0 +0x8BB9 0xAE47 # 0 +0x8BBA 0xAE48 # 0 +0x8BBB 0xAE49 # 0 +0x8BBC 0xAE4A # 0 +0x8BBD 0xAE4B # 0 +0x8C41 0x1101 # 0 +0x8C61 0xAE4C # 0 +0x8C62 0xAE4D # 0 +0x8C63 0xAE4E # 0 +0x8C64 0xAE4F # 0 +0x8C65 0xAE50 # 0 +0x8C66 0xAE51 # 0 +0x8C67 0xAE52 # 0 +0x8C68 0xAE53 # 0 +0x8C69 0xAE54 # 0 +0x8C6A 0xAE55 # 0 +0x8C6B 0xAE56 # 0 +0x8C6C 0xAE57 # 0 +0x8C6D 0xAE58 # 0 +0x8C6E 0xAE59 # 0 +0x8C6F 0xAE5A # 0 +0x8C70 0xAE5B # 0 +0x8C71 0xAE5C # 0 +0x8C73 0xAE5D # 0 +0x8C74 0xAE5E # 0 +0x8C75 0xAE5F # 0 +0x8C76 0xAE60 # 0 +0x8C77 0xAE61 # 0 +0x8C78 0xAE62 # 0 +0x8C79 0xAE63 # 0 +0x8C7A 0xAE64 # 0 +0x8C7B 0xAE65 # 0 +0x8C7C 0xAE66 # 0 +0x8C7D 0xAE67 # 0 +0x8C81 0xAE68 # 0 +0x8C82 0xAE69 # 0 +0x8C83 0xAE6A # 0 +0x8C84 0xAE6B # 0 +0x8C85 0xAE6C # 0 +0x8C86 0xAE6D # 0 +0x8C87 0xAE6E # 0 +0x8C88 0xAE6F # 0 +0x8C89 0xAE70 # 0 +0x8C8A 0xAE71 # 0 +0x8C8B 0xAE72 # 0 +0x8C8C 0xAE73 # 0 +0x8C8D 0xAE74 # 0 +0x8C8E 0xAE75 # 0 +0x8C8F 0xAE76 # 0 +0x8C90 0xAE77 # 0 +0x8C91 0xAE78 # 0 +0x8C93 0xAE79 # 0 +0x8C94 0xAE7A # 0 +0x8C95 0xAE7B # 0 +0x8C96 0xAE7C # 0 +0x8C97 0xAE7D # 0 +0x8C98 0xAE7E # 0 +0x8C99 0xAE7F # 0 +0x8C9A 0xAE80 # 0 +0x8C9B 0xAE81 # 0 +0x8C9C 0xAE82 # 0 +0x8C9D 0xAE83 # 0 +0x8CA1 0xAE84 # 0 +0x8CA2 0xAE85 # 0 +0x8CA3 0xAE86 # 0 +0x8CA4 0xAE87 # 0 +0x8CA5 0xAE88 # 0 +0x8CA6 0xAE89 # 0 +0x8CA7 0xAE8A # 0 +0x8CA8 0xAE8B # 0 +0x8CA9 0xAE8C # 0 +0x8CAA 0xAE8D # 0 +0x8CAB 0xAE8E # 0 +0x8CAC 0xAE8F # 0 +0x8CAD 0xAE90 # 0 +0x8CAE 0xAE91 # 0 +0x8CAF 0xAE92 # 0 +0x8CB0 0xAE93 # 0 +0x8CB1 0xAE94 # 0 +0x8CB3 0xAE95 # 0 +0x8CB4 0xAE96 # 0 +0x8CB5 0xAE97 # 0 +0x8CB6 0xAE98 # 0 +0x8CB7 0xAE99 # 0 +0x8CB8 0xAE9A # 0 +0x8CB9 0xAE9B # 0 +0x8CBA 0xAE9C # 0 +0x8CBB 0xAE9D # 0 +0x8CBC 0xAE9E # 0 +0x8CBD 0xAE9F # 0 +0x8CC1 0xAEA0 # 0 +0x8CC2 0xAEA1 # 0 +0x8CC3 0xAEA2 # 0 +0x8CC4 0xAEA3 # 0 +0x8CC5 0xAEA4 # 0 +0x8CC6 0xAEA5 # 0 +0x8CC7 0xAEA6 # 0 +0x8CC8 0xAEA7 # 0 +0x8CC9 0xAEA8 # 0 +0x8CCA 0xAEA9 # 0 +0x8CCB 0xAEAA # 0 +0x8CCC 0xAEAB # 0 +0x8CCD 0xAEAC # 0 +0x8CCE 0xAEAD # 0 +0x8CCF 0xAEAE # 0 +0x8CD0 0xAEAF # 0 +0x8CD1 0xAEB0 # 0 +0x8CD3 0xAEB1 # 0 +0x8CD4 0xAEB2 # 0 +0x8CD5 0xAEB3 # 0 +0x8CD6 0xAEB4 # 0 +0x8CD7 0xAEB5 # 0 +0x8CD8 0xAEB6 # 0 +0x8CD9 0xAEB7 # 0 +0x8CDA 0xAEB8 # 0 +0x8CDB 0xAEB9 # 0 +0x8CDC 0xAEBA # 0 +0x8CDD 0xAEBB # 0 +0x8CE1 0xAEBC # 0 +0x8CE2 0xAEBD # 0 +0x8CE3 0xAEBE # 0 +0x8CE4 0xAEBF # 0 +0x8CE5 0xAEC0 # 0 +0x8CE6 0xAEC1 # 0 +0x8CE7 0xAEC2 # 0 +0x8CE8 0xAEC3 # 0 +0x8CE9 0xAEC4 # 0 +0x8CEA 0xAEC5 # 0 +0x8CEB 0xAEC6 # 0 +0x8CEC 0xAEC7 # 0 +0x8CED 0xAEC8 # 0 +0x8CEE 0xAEC9 # 0 +0x8CEF 0xAECA # 0 +0x8CF0 0xAECB # 0 +0x8CF1 0xAECC # 0 +0x8CF3 0xAECD # 0 +0x8CF4 0xAECE # 0 +0x8CF5 0xAECF # 0 +0x8CF6 0xAED0 # 0 +0x8CF7 0xAED1 # 0 +0x8CF8 0xAED2 # 0 +0x8CF9 0xAED3 # 0 +0x8CFA 0xAED4 # 0 +0x8CFB 0xAED5 # 0 +0x8CFC 0xAED6 # 0 +0x8CFD 0xAED7 # 0 +0x8D41 0xAED8 # 0 +0x8D42 0xAED9 # 0 +0x8D43 0xAEDA # 0 +0x8D44 0xAEDB # 0 +0x8D45 0xAEDC # 0 +0x8D46 0xAEDD # 0 +0x8D47 0xAEDE # 0 +0x8D48 0xAEDF # 0 +0x8D49 0xAEE0 # 0 +0x8D4A 0xAEE1 # 0 +0x8D4B 0xAEE2 # 0 +0x8D4C 0xAEE3 # 0 +0x8D4D 0xAEE4 # 0 +0x8D4E 0xAEE5 # 0 +0x8D4F 0xAEE6 # 0 +0x8D50 0xAEE7 # 0 +0x8D51 0xAEE8 # 0 +0x8D53 0xAEE9 # 0 +0x8D54 0xAEEA # 0 +0x8D55 0xAEEB # 0 +0x8D56 0xAEEC # 0 +0x8D57 0xAEED # 0 +0x8D58 0xAEEE # 0 +0x8D59 0xAEEF # 0 +0x8D5A 0xAEF0 # 0 +0x8D5B 0xAEF1 # 0 +0x8D5C 0xAEF2 # 0 +0x8D5D 0xAEF3 # 0 +0x8D61 0xAEF4 # 0 +0x8D62 0xAEF5 # 0 +0x8D63 0xAEF6 # 0 +0x8D64 0xAEF7 # 0 +0x8D65 0xAEF8 # 0 +0x8D66 0xAEF9 # 0 +0x8D67 0xAEFA # 0 +0x8D68 0xAEFB # 0 +0x8D69 0xAEFC # 0 +0x8D6A 0xAEFD # 0 +0x8D6B 0xAEFE # 0 +0x8D6C 0xAEFF # 0 +0x8D6D 0xAF00 # 0 +0x8D6E 0xAF01 # 0 +0x8D6F 0xAF02 # 0 +0x8D70 0xAF03 # 0 +0x8D71 0xAF04 # 0 +0x8D73 0xAF05 # 0 +0x8D74 0xAF06 # 0 +0x8D75 0xAF07 # 0 +0x8D76 0xAF08 # 0 +0x8D77 0xAF09 # 0 +0x8D78 0xAF0A # 0 +0x8D79 0xAF0B # 0 +0x8D7A 0xAF0C # 0 +0x8D7B 0xAF0D # 0 +0x8D7C 0xAF0E # 0 +0x8D7D 0xAF0F # 0 +0x8D81 0xAF10 # 0 +0x8D82 0xAF11 # 0 +0x8D83 0xAF12 # 0 +0x8D84 0xAF13 # 0 +0x8D85 0xAF14 # 0 +0x8D86 0xAF15 # 0 +0x8D87 0xAF16 # 0 +0x8D88 0xAF17 # 0 +0x8D89 0xAF18 # 0 +0x8D8A 0xAF19 # 0 +0x8D8B 0xAF1A # 0 +0x8D8C 0xAF1B # 0 +0x8D8D 0xAF1C # 0 +0x8D8E 0xAF1D # 0 +0x8D8F 0xAF1E # 0 +0x8D90 0xAF1F # 0 +0x8D91 0xAF20 # 0 +0x8D93 0xAF21 # 0 +0x8D94 0xAF22 # 0 +0x8D95 0xAF23 # 0 +0x8D96 0xAF24 # 0 +0x8D97 0xAF25 # 0 +0x8D98 0xAF26 # 0 +0x8D99 0xAF27 # 0 +0x8D9A 0xAF28 # 0 +0x8D9B 0xAF29 # 0 +0x8D9C 0xAF2A # 0 +0x8D9D 0xAF2B # 0 +0x8DA1 0xAF2C # 0 +0x8DA2 0xAF2D # 0 +0x8DA3 0xAF2E # 0 +0x8DA4 0xAF2F # 0 +0x8DA5 0xAF30 # 0 +0x8DA6 0xAF31 # 0 +0x8DA7 0xAF32 # 0 +0x8DA8 0xAF33 # 0 +0x8DA9 0xAF34 # 0 +0x8DAA 0xAF35 # 0 +0x8DAB 0xAF36 # 0 +0x8DAC 0xAF37 # 0 +0x8DAD 0xAF38 # 0 +0x8DAE 0xAF39 # 0 +0x8DAF 0xAF3A # 0 +0x8DB0 0xAF3B # 0 +0x8DB1 0xAF3C # 0 +0x8DB3 0xAF3D # 0 +0x8DB4 0xAF3E # 0 +0x8DB5 0xAF3F # 0 +0x8DB6 0xAF40 # 0 +0x8DB7 0xAF41 # 0 +0x8DB8 0xAF42 # 0 +0x8DB9 0xAF43 # 0 +0x8DBA 0xAF44 # 0 +0x8DBB 0xAF45 # 0 +0x8DBC 0xAF46 # 0 +0x8DBD 0xAF47 # 0 +0x8DC1 0xAF48 # 0 +0x8DC2 0xAF49 # 0 +0x8DC3 0xAF4A # 0 +0x8DC4 0xAF4B # 0 +0x8DC5 0xAF4C # 0 +0x8DC6 0xAF4D # 0 +0x8DC7 0xAF4E # 0 +0x8DC8 0xAF4F # 0 +0x8DC9 0xAF50 # 0 +0x8DCA 0xAF51 # 0 +0x8DCB 0xAF52 # 0 +0x8DCC 0xAF53 # 0 +0x8DCD 0xAF54 # 0 +0x8DCE 0xAF55 # 0 +0x8DCF 0xAF56 # 0 +0x8DD0 0xAF57 # 0 +0x8DD1 0xAF58 # 0 +0x8DD3 0xAF59 # 0 +0x8DD4 0xAF5A # 0 +0x8DD5 0xAF5B # 0 +0x8DD6 0xAF5C # 0 +0x8DD7 0xAF5D # 0 +0x8DD8 0xAF5E # 0 +0x8DD9 0xAF5F # 0 +0x8DDA 0xAF60 # 0 +0x8DDB 0xAF61 # 0 +0x8DDC 0xAF62 # 0 +0x8DDD 0xAF63 # 0 +0x8DE1 0xAF64 # 0 +0x8DE2 0xAF65 # 0 +0x8DE3 0xAF66 # 0 +0x8DE4 0xAF67 # 0 +0x8DE5 0xAF68 # 0 +0x8DE6 0xAF69 # 0 +0x8DE7 0xAF6A # 0 +0x8DE8 0xAF6B # 0 +0x8DE9 0xAF6C # 0 +0x8DEA 0xAF6D # 0 +0x8DEB 0xAF6E # 0 +0x8DEC 0xAF6F # 0 +0x8DED 0xAF70 # 0 +0x8DEE 0xAF71 # 0 +0x8DEF 0xAF72 # 0 +0x8DF0 0xAF73 # 0 +0x8DF1 0xAF74 # 0 +0x8DF3 0xAF75 # 0 +0x8DF4 0xAF76 # 0 +0x8DF5 0xAF77 # 0 +0x8DF6 0xAF78 # 0 +0x8DF7 0xAF79 # 0 +0x8DF8 0xAF7A # 0 +0x8DF9 0xAF7B # 0 +0x8DFA 0xAF7C # 0 +0x8DFB 0xAF7D # 0 +0x8DFC 0xAF7E # 0 +0x8DFD 0xAF7F # 0 +0x8E41 0xAF80 # 0 +0x8E42 0xAF81 # 0 +0x8E43 0xAF82 # 0 +0x8E44 0xAF83 # 0 +0x8E45 0xAF84 # 0 +0x8E46 0xAF85 # 0 +0x8E47 0xAF86 # 0 +0x8E48 0xAF87 # 0 +0x8E49 0xAF88 # 0 +0x8E4A 0xAF89 # 0 +0x8E4B 0xAF8A # 0 +0x8E4C 0xAF8B # 0 +0x8E4D 0xAF8C # 0 +0x8E4E 0xAF8D # 0 +0x8E4F 0xAF8E # 0 +0x8E50 0xAF8F # 0 +0x8E51 0xAF90 # 0 +0x8E53 0xAF91 # 0 +0x8E54 0xAF92 # 0 +0x8E55 0xAF93 # 0 +0x8E56 0xAF94 # 0 +0x8E57 0xAF95 # 0 +0x8E58 0xAF96 # 0 +0x8E59 0xAF97 # 0 +0x8E5A 0xAF98 # 0 +0x8E5B 0xAF99 # 0 +0x8E5C 0xAF9A # 0 +0x8E5D 0xAF9B # 0 +0x8E61 0xAF9C # 0 +0x8E62 0xAF9D # 0 +0x8E63 0xAF9E # 0 +0x8E64 0xAF9F # 0 +0x8E65 0xAFA0 # 0 +0x8E66 0xAFA1 # 0 +0x8E67 0xAFA2 # 0 +0x8E68 0xAFA3 # 0 +0x8E69 0xAFA4 # 0 +0x8E6A 0xAFA5 # 0 +0x8E6B 0xAFA6 # 0 +0x8E6C 0xAFA7 # 0 +0x8E6D 0xAFA8 # 0 +0x8E6E 0xAFA9 # 0 +0x8E6F 0xAFAA # 0 +0x8E70 0xAFAB # 0 +0x8E71 0xAFAC # 0 +0x8E73 0xAFAD # 0 +0x8E74 0xAFAE # 0 +0x8E75 0xAFAF # 0 +0x8E76 0xAFB0 # 0 +0x8E77 0xAFB1 # 0 +0x8E78 0xAFB2 # 0 +0x8E79 0xAFB3 # 0 +0x8E7A 0xAFB4 # 0 +0x8E7B 0xAFB5 # 0 +0x8E7C 0xAFB6 # 0 +0x8E7D 0xAFB7 # 0 +0x8E81 0xAFB8 # 0 +0x8E82 0xAFB9 # 0 +0x8E83 0xAFBA # 0 +0x8E84 0xAFBB # 0 +0x8E85 0xAFBC # 0 +0x8E86 0xAFBD # 0 +0x8E87 0xAFBE # 0 +0x8E88 0xAFBF # 0 +0x8E89 0xAFC0 # 0 +0x8E8A 0xAFC1 # 0 +0x8E8B 0xAFC2 # 0 +0x8E8C 0xAFC3 # 0 +0x8E8D 0xAFC4 # 0 +0x8E8E 0xAFC5 # 0 +0x8E8F 0xAFC6 # 0 +0x8E90 0xAFC7 # 0 +0x8E91 0xAFC8 # 0 +0x8E93 0xAFC9 # 0 +0x8E94 0xAFCA # 0 +0x8E95 0xAFCB # 0 +0x8E96 0xAFCC # 0 +0x8E97 0xAFCD # 0 +0x8E98 0xAFCE # 0 +0x8E99 0xAFCF # 0 +0x8E9A 0xAFD0 # 0 +0x8E9B 0xAFD1 # 0 +0x8E9C 0xAFD2 # 0 +0x8E9D 0xAFD3 # 0 +0x8EA1 0xAFD4 # 0 +0x8EA2 0xAFD5 # 0 +0x8EA3 0xAFD6 # 0 +0x8EA4 0xAFD7 # 0 +0x8EA5 0xAFD8 # 0 +0x8EA6 0xAFD9 # 0 +0x8EA7 0xAFDA # 0 +0x8EA8 0xAFDB # 0 +0x8EA9 0xAFDC # 0 +0x8EAA 0xAFDD # 0 +0x8EAB 0xAFDE # 0 +0x8EAC 0xAFDF # 0 +0x8EAD 0xAFE0 # 0 +0x8EAE 0xAFE1 # 0 +0x8EAF 0xAFE2 # 0 +0x8EB0 0xAFE3 # 0 +0x8EB1 0xAFE4 # 0 +0x8EB3 0xAFE5 # 0 +0x8EB4 0xAFE6 # 0 +0x8EB5 0xAFE7 # 0 +0x8EB6 0xAFE8 # 0 +0x8EB7 0xAFE9 # 0 +0x8EB8 0xAFEA # 0 +0x8EB9 0xAFEB # 0 +0x8EBA 0xAFEC # 0 +0x8EBB 0xAFED # 0 +0x8EBC 0xAFEE # 0 +0x8EBD 0xAFEF # 0 +0x8EC1 0xAFF0 # 0 +0x8EC2 0xAFF1 # 0 +0x8EC3 0xAFF2 # 0 +0x8EC4 0xAFF3 # 0 +0x8EC5 0xAFF4 # 0 +0x8EC6 0xAFF5 # 0 +0x8EC7 0xAFF6 # 0 +0x8EC8 0xAFF7 # 0 +0x8EC9 0xAFF8 # 0 +0x8ECA 0xAFF9 # 0 +0x8ECB 0xAFFA # 0 +0x8ECC 0xAFFB # 0 +0x8ECD 0xAFFC # 0 +0x8ECE 0xAFFD # 0 +0x8ECF 0xAFFE # 0 +0x8ED0 0xAFFF # 0 +0x8ED1 0xB000 # 0 +0x8ED3 0xB001 # 0 +0x8ED4 0xB002 # 0 +0x8ED5 0xB003 # 0 +0x8ED6 0xB004 # 0 +0x8ED7 0xB005 # 0 +0x8ED8 0xB006 # 0 +0x8ED9 0xB007 # 0 +0x8EDA 0xB008 # 0 +0x8EDB 0xB009 # 0 +0x8EDC 0xB00A # 0 +0x8EDD 0xB00B # 0 +0x8EE1 0xB00C # 0 +0x8EE2 0xB00D # 0 +0x8EE3 0xB00E # 0 +0x8EE4 0xB00F # 0 +0x8EE5 0xB010 # 0 +0x8EE6 0xB011 # 0 +0x8EE7 0xB012 # 0 +0x8EE8 0xB013 # 0 +0x8EE9 0xB014 # 0 +0x8EEA 0xB015 # 0 +0x8EEB 0xB016 # 0 +0x8EEC 0xB017 # 0 +0x8EED 0xB018 # 0 +0x8EEE 0xB019 # 0 +0x8EEF 0xB01A # 0 +0x8EF0 0xB01B # 0 +0x8EF1 0xB01C # 0 +0x8EF3 0xB01D # 0 +0x8EF4 0xB01E # 0 +0x8EF5 0xB01F # 0 +0x8EF6 0xB020 # 0 +0x8EF7 0xB021 # 0 +0x8EF8 0xB022 # 0 +0x8EF9 0xB023 # 0 +0x8EFA 0xB024 # 0 +0x8EFB 0xB025 # 0 +0x8EFC 0xB026 # 0 +0x8EFD 0xB027 # 0 +0x8F41 0xB028 # 0 +0x8F42 0xB029 # 0 +0x8F43 0xB02A # 0 +0x8F44 0xB02B # 0 +0x8F45 0xB02C # 0 +0x8F46 0xB02D # 0 +0x8F47 0xB02E # 0 +0x8F48 0xB02F # 0 +0x8F49 0xB030 # 0 +0x8F4A 0xB031 # 0 +0x8F4B 0xB032 # 0 +0x8F4C 0xB033 # 0 +0x8F4D 0xB034 # 0 +0x8F4E 0xB035 # 0 +0x8F4F 0xB036 # 0 +0x8F50 0xB037 # 0 +0x8F51 0xB038 # 0 +0x8F53 0xB039 # 0 +0x8F54 0xB03A # 0 +0x8F55 0xB03B # 0 +0x8F56 0xB03C # 0 +0x8F57 0xB03D # 0 +0x8F58 0xB03E # 0 +0x8F59 0xB03F # 0 +0x8F5A 0xB040 # 0 +0x8F5B 0xB041 # 0 +0x8F5C 0xB042 # 0 +0x8F5D 0xB043 # 0 +0x8F61 0xB044 # 0 +0x8F62 0xB045 # 0 +0x8F63 0xB046 # 0 +0x8F64 0xB047 # 0 +0x8F65 0xB048 # 0 +0x8F66 0xB049 # 0 +0x8F67 0xB04A # 0 +0x8F68 0xB04B # 0 +0x8F69 0xB04C # 0 +0x8F6A 0xB04D # 0 +0x8F6B 0xB04E # 0 +0x8F6C 0xB04F # 0 +0x8F6D 0xB050 # 0 +0x8F6E 0xB051 # 0 +0x8F6F 0xB052 # 0 +0x8F70 0xB053 # 0 +0x8F71 0xB054 # 0 +0x8F73 0xB055 # 0 +0x8F74 0xB056 # 0 +0x8F75 0xB057 # 0 +0x8F76 0xB058 # 0 +0x8F77 0xB059 # 0 +0x8F78 0xB05A # 0 +0x8F79 0xB05B # 0 +0x8F7A 0xB05C # 0 +0x8F7B 0xB05D # 0 +0x8F7C 0xB05E # 0 +0x8F7D 0xB05F # 0 +0x8F81 0xB060 # 0 +0x8F82 0xB061 # 0 +0x8F83 0xB062 # 0 +0x8F84 0xB063 # 0 +0x8F85 0xB064 # 0 +0x8F86 0xB065 # 0 +0x8F87 0xB066 # 0 +0x8F88 0xB067 # 0 +0x8F89 0xB068 # 0 +0x8F8A 0xB069 # 0 +0x8F8B 0xB06A # 0 +0x8F8C 0xB06B # 0 +0x8F8D 0xB06C # 0 +0x8F8E 0xB06D # 0 +0x8F8F 0xB06E # 0 +0x8F90 0xB06F # 0 +0x8F91 0xB070 # 0 +0x8F93 0xB071 # 0 +0x8F94 0xB072 # 0 +0x8F95 0xB073 # 0 +0x8F96 0xB074 # 0 +0x8F97 0xB075 # 0 +0x8F98 0xB076 # 0 +0x8F99 0xB077 # 0 +0x8F9A 0xB078 # 0 +0x8F9B 0xB079 # 0 +0x8F9C 0xB07A # 0 +0x8F9D 0xB07B # 0 +0x8FA1 0xB07C # 0 +0x8FA2 0xB07D # 0 +0x8FA3 0xB07E # 0 +0x8FA4 0xB07F # 0 +0x8FA5 0xB080 # 0 +0x8FA6 0xB081 # 0 +0x8FA7 0xB082 # 0 +0x8FA8 0xB083 # 0 +0x8FA9 0xB084 # 0 +0x8FAA 0xB085 # 0 +0x8FAB 0xB086 # 0 +0x8FAC 0xB087 # 0 +0x8FAD 0xB088 # 0 +0x8FAE 0xB089 # 0 +0x8FAF 0xB08A # 0 +0x8FB0 0xB08B # 0 +0x8FB1 0xB08C # 0 +0x8FB3 0xB08D # 0 +0x8FB4 0xB08E # 0 +0x8FB5 0xB08F # 0 +0x8FB6 0xB090 # 0 +0x8FB7 0xB091 # 0 +0x8FB8 0xB092 # 0 +0x8FB9 0xB093 # 0 +0x8FBA 0xB094 # 0 +0x8FBB 0xB095 # 0 +0x8FBC 0xB096 # 0 +0x8FBD 0xB097 # 0 +0x9041 0x1102 # 0 +0x9061 0xB098 # 0 +0x9062 0xB099 # 0 +0x9063 0xB09A # 0 +0x9064 0xB09B # 0 +0x9065 0xB09C # 0 +0x9066 0xB09D # 0 +0x9067 0xB09E # 0 +0x9068 0xB09F # 0 +0x9069 0xB0A0 # 0 +0x906A 0xB0A1 # 0 +0x906B 0xB0A2 # 0 +0x906C 0xB0A3 # 0 +0x906D 0xB0A4 # 0 +0x906E 0xB0A5 # 0 +0x906F 0xB0A6 # 0 +0x9070 0xB0A7 # 0 +0x9071 0xB0A8 # 0 +0x9073 0xB0A9 # 0 +0x9074 0xB0AA # 0 +0x9075 0xB0AB # 0 +0x9076 0xB0AC # 0 +0x9077 0xB0AD # 0 +0x9078 0xB0AE # 0 +0x9079 0xB0AF # 0 +0x907A 0xB0B0 # 0 +0x907B 0xB0B1 # 0 +0x907C 0xB0B2 # 0 +0x907D 0xB0B3 # 0 +0x9081 0xB0B4 # 0 +0x9082 0xB0B5 # 0 +0x9083 0xB0B6 # 0 +0x9084 0xB0B7 # 0 +0x9085 0xB0B8 # 0 +0x9086 0xB0B9 # 0 +0x9087 0xB0BA # 0 +0x9088 0xB0BB # 0 +0x9089 0xB0BC # 0 +0x908A 0xB0BD # 0 +0x908B 0xB0BE # 0 +0x908C 0xB0BF # 0 +0x908D 0xB0C0 # 0 +0x908E 0xB0C1 # 0 +0x908F 0xB0C2 # 0 +0x9090 0xB0C3 # 0 +0x9091 0xB0C4 # 0 +0x9093 0xB0C5 # 0 +0x9094 0xB0C6 # 0 +0x9095 0xB0C7 # 0 +0x9096 0xB0C8 # 0 +0x9097 0xB0C9 # 0 +0x9098 0xB0CA # 0 +0x9099 0xB0CB # 0 +0x909A 0xB0CC # 0 +0x909B 0xB0CD # 0 +0x909C 0xB0CE # 0 +0x909D 0xB0CF # 0 +0x90A1 0xB0D0 # 0 +0x90A2 0xB0D1 # 0 +0x90A3 0xB0D2 # 0 +0x90A4 0xB0D3 # 0 +0x90A5 0xB0D4 # 0 +0x90A6 0xB0D5 # 0 +0x90A7 0xB0D6 # 0 +0x90A8 0xB0D7 # 0 +0x90A9 0xB0D8 # 0 +0x90AA 0xB0D9 # 0 +0x90AB 0xB0DA # 0 +0x90AC 0xB0DB # 0 +0x90AD 0xB0DC # 0 +0x90AE 0xB0DD # 0 +0x90AF 0xB0DE # 0 +0x90B0 0xB0DF # 0 +0x90B1 0xB0E0 # 0 +0x90B3 0xB0E1 # 0 +0x90B4 0xB0E2 # 0 +0x90B5 0xB0E3 # 0 +0x90B6 0xB0E4 # 0 +0x90B7 0xB0E5 # 0 +0x90B8 0xB0E6 # 0 +0x90B9 0xB0E7 # 0 +0x90BA 0xB0E8 # 0 +0x90BB 0xB0E9 # 0 +0x90BC 0xB0EA # 0 +0x90BD 0xB0EB # 0 +0x90C1 0xB0EC # 0 +0x90C2 0xB0ED # 0 +0x90C3 0xB0EE # 0 +0x90C4 0xB0EF # 0 +0x90C5 0xB0F0 # 0 +0x90C6 0xB0F1 # 0 +0x90C7 0xB0F2 # 0 +0x90C8 0xB0F3 # 0 +0x90C9 0xB0F4 # 0 +0x90CA 0xB0F5 # 0 +0x90CB 0xB0F6 # 0 +0x90CC 0xB0F7 # 0 +0x90CD 0xB0F8 # 0 +0x90CE 0xB0F9 # 0 +0x90CF 0xB0FA # 0 +0x90D0 0xB0FB # 0 +0x90D1 0xB0FC # 0 +0x90D3 0xB0FD # 0 +0x90D4 0xB0FE # 0 +0x90D5 0xB0FF # 0 +0x90D6 0xB100 # 0 +0x90D7 0xB101 # 0 +0x90D8 0xB102 # 0 +0x90D9 0xB103 # 0 +0x90DA 0xB104 # 0 +0x90DB 0xB105 # 0 +0x90DC 0xB106 # 0 +0x90DD 0xB107 # 0 +0x90E1 0xB108 # 0 +0x90E2 0xB109 # 0 +0x90E3 0xB10A # 0 +0x90E4 0xB10B # 0 +0x90E5 0xB10C # 0 +0x90E6 0xB10D # 0 +0x90E7 0xB10E # 0 +0x90E8 0xB10F # 0 +0x90E9 0xB110 # 0 +0x90EA 0xB111 # 0 +0x90EB 0xB112 # 0 +0x90EC 0xB113 # 0 +0x90ED 0xB114 # 0 +0x90EE 0xB115 # 0 +0x90EF 0xB116 # 0 +0x90F0 0xB117 # 0 +0x90F1 0xB118 # 0 +0x90F3 0xB119 # 0 +0x90F4 0xB11A # 0 +0x90F5 0xB11B # 0 +0x90F6 0xB11C # 0 +0x90F7 0xB11D # 0 +0x90F8 0xB11E # 0 +0x90F9 0xB11F # 0 +0x90FA 0xB120 # 0 +0x90FB 0xB121 # 0 +0x90FC 0xB122 # 0 +0x90FD 0xB123 # 0 +0x9141 0xB124 # 0 +0x9142 0xB125 # 0 +0x9143 0xB126 # 0 +0x9144 0xB127 # 0 +0x9145 0xB128 # 0 +0x9146 0xB129 # 0 +0x9147 0xB12A # 0 +0x9148 0xB12B # 0 +0x9149 0xB12C # 0 +0x914A 0xB12D # 0 +0x914B 0xB12E # 0 +0x914C 0xB12F # 0 +0x914D 0xB130 # 0 +0x914E 0xB131 # 0 +0x914F 0xB132 # 0 +0x9150 0xB133 # 0 +0x9151 0xB134 # 0 +0x9153 0xB135 # 0 +0x9154 0xB136 # 0 +0x9155 0xB137 # 0 +0x9156 0xB138 # 0 +0x9157 0xB139 # 0 +0x9158 0xB13A # 0 +0x9159 0xB13B # 0 +0x915A 0xB13C # 0 +0x915B 0xB13D # 0 +0x915C 0xB13E # 0 +0x915D 0xB13F # 0 +0x9161 0xB140 # 0 +0x9162 0xB141 # 0 +0x9163 0xB142 # 0 +0x9164 0xB143 # 0 +0x9165 0xB144 # 0 +0x9166 0xB145 # 0 +0x9167 0xB146 # 0 +0x9168 0xB147 # 0 +0x9169 0xB148 # 0 +0x916A 0xB149 # 0 +0x916B 0xB14A # 0 +0x916C 0xB14B # 0 +0x916D 0xB14C # 0 +0x916E 0xB14D # 0 +0x916F 0xB14E # 0 +0x9170 0xB14F # 0 +0x9171 0xB150 # 0 +0x9173 0xB151 # 0 +0x9174 0xB152 # 0 +0x9175 0xB153 # 0 +0x9176 0xB154 # 0 +0x9177 0xB155 # 0 +0x9178 0xB156 # 0 +0x9179 0xB157 # 0 +0x917A 0xB158 # 0 +0x917B 0xB159 # 0 +0x917C 0xB15A # 0 +0x917D 0xB15B # 0 +0x9181 0xB15C # 0 +0x9182 0xB15D # 0 +0x9183 0xB15E # 0 +0x9184 0xB15F # 0 +0x9185 0xB160 # 0 +0x9186 0xB161 # 0 +0x9187 0xB162 # 0 +0x9188 0xB163 # 0 +0x9189 0xB164 # 0 +0x918A 0xB165 # 0 +0x918B 0xB166 # 0 +0x918C 0xB167 # 0 +0x918D 0xB168 # 0 +0x918E 0xB169 # 0 +0x918F 0xB16A # 0 +0x9190 0xB16B # 0 +0x9191 0xB16C # 0 +0x9193 0xB16D # 0 +0x9194 0xB16E # 0 +0x9195 0xB16F # 0 +0x9196 0xB170 # 0 +0x9197 0xB171 # 0 +0x9198 0xB172 # 0 +0x9199 0xB173 # 0 +0x919A 0xB174 # 0 +0x919B 0xB175 # 0 +0x919C 0xB176 # 0 +0x919D 0xB177 # 0 +0x91A1 0xB178 # 0 +0x91A2 0xB179 # 0 +0x91A3 0xB17A # 0 +0x91A4 0xB17B # 0 +0x91A5 0xB17C # 0 +0x91A6 0xB17D # 0 +0x91A7 0xB17E # 0 +0x91A8 0xB17F # 0 +0x91A9 0xB180 # 0 +0x91AA 0xB181 # 0 +0x91AB 0xB182 # 0 +0x91AC 0xB183 # 0 +0x91AD 0xB184 # 0 +0x91AE 0xB185 # 0 +0x91AF 0xB186 # 0 +0x91B0 0xB187 # 0 +0x91B1 0xB188 # 0 +0x91B3 0xB189 # 0 +0x91B4 0xB18A # 0 +0x91B5 0xB18B # 0 +0x91B6 0xB18C # 0 +0x91B7 0xB18D # 0 +0x91B8 0xB18E # 0 +0x91B9 0xB18F # 0 +0x91BA 0xB190 # 0 +0x91BB 0xB191 # 0 +0x91BC 0xB192 # 0 +0x91BD 0xB193 # 0 +0x91C1 0xB194 # 0 +0x91C2 0xB195 # 0 +0x91C3 0xB196 # 0 +0x91C4 0xB197 # 0 +0x91C5 0xB198 # 0 +0x91C6 0xB199 # 0 +0x91C7 0xB19A # 0 +0x91C8 0xB19B # 0 +0x91C9 0xB19C # 0 +0x91CA 0xB19D # 0 +0x91CB 0xB19E # 0 +0x91CC 0xB19F # 0 +0x91CD 0xB1A0 # 0 +0x91CE 0xB1A1 # 0 +0x91CF 0xB1A2 # 0 +0x91D0 0xB1A3 # 0 +0x91D1 0xB1A4 # 0 +0x91D3 0xB1A5 # 0 +0x91D4 0xB1A6 # 0 +0x91D5 0xB1A7 # 0 +0x91D6 0xB1A8 # 0 +0x91D7 0xB1A9 # 0 +0x91D8 0xB1AA # 0 +0x91D9 0xB1AB # 0 +0x91DA 0xB1AC # 0 +0x91DB 0xB1AD # 0 +0x91DC 0xB1AE # 0 +0x91DD 0xB1AF # 0 +0x91E1 0xB1B0 # 0 +0x91E2 0xB1B1 # 0 +0x91E3 0xB1B2 # 0 +0x91E4 0xB1B3 # 0 +0x91E5 0xB1B4 # 0 +0x91E6 0xB1B5 # 0 +0x91E7 0xB1B6 # 0 +0x91E8 0xB1B7 # 0 +0x91E9 0xB1B8 # 0 +0x91EA 0xB1B9 # 0 +0x91EB 0xB1BA # 0 +0x91EC 0xB1BB # 0 +0x91ED 0xB1BC # 0 +0x91EE 0xB1BD # 0 +0x91EF 0xB1BE # 0 +0x91F0 0xB1BF # 0 +0x91F1 0xB1C0 # 0 +0x91F3 0xB1C1 # 0 +0x91F4 0xB1C2 # 0 +0x91F5 0xB1C3 # 0 +0x91F6 0xB1C4 # 0 +0x91F7 0xB1C5 # 0 +0x91F8 0xB1C6 # 0 +0x91F9 0xB1C7 # 0 +0x91FA 0xB1C8 # 0 +0x91FB 0xB1C9 # 0 +0x91FC 0xB1CA # 0 +0x91FD 0xB1CB # 0 +0x9241 0xB1CC # 0 +0x9242 0xB1CD # 0 +0x9243 0xB1CE # 0 +0x9244 0xB1CF # 0 +0x9245 0xB1D0 # 0 +0x9246 0xB1D1 # 0 +0x9247 0xB1D2 # 0 +0x9248 0xB1D3 # 0 +0x9249 0xB1D4 # 0 +0x924A 0xB1D5 # 0 +0x924B 0xB1D6 # 0 +0x924C 0xB1D7 # 0 +0x924D 0xB1D8 # 0 +0x924E 0xB1D9 # 0 +0x924F 0xB1DA # 0 +0x9250 0xB1DB # 0 +0x9251 0xB1DC # 0 +0x9253 0xB1DD # 0 +0x9254 0xB1DE # 0 +0x9255 0xB1DF # 0 +0x9256 0xB1E0 # 0 +0x9257 0xB1E1 # 0 +0x9258 0xB1E2 # 0 +0x9259 0xB1E3 # 0 +0x925A 0xB1E4 # 0 +0x925B 0xB1E5 # 0 +0x925C 0xB1E6 # 0 +0x925D 0xB1E7 # 0 +0x9261 0xB1E8 # 0 +0x9262 0xB1E9 # 0 +0x9263 0xB1EA # 0 +0x9264 0xB1EB # 0 +0x9265 0xB1EC # 0 +0x9266 0xB1ED # 0 +0x9267 0xB1EE # 0 +0x9268 0xB1EF # 0 +0x9269 0xB1F0 # 0 +0x926A 0xB1F1 # 0 +0x926B 0xB1F2 # 0 +0x926C 0xB1F3 # 0 +0x926D 0xB1F4 # 0 +0x926E 0xB1F5 # 0 +0x926F 0xB1F6 # 0 +0x9270 0xB1F7 # 0 +0x9271 0xB1F8 # 0 +0x9273 0xB1F9 # 0 +0x9274 0xB1FA # 0 +0x9275 0xB1FB # 0 +0x9276 0xB1FC # 0 +0x9277 0xB1FD # 0 +0x9278 0xB1FE # 0 +0x9279 0xB1FF # 0 +0x927A 0xB200 # 0 +0x927B 0xB201 # 0 +0x927C 0xB202 # 0 +0x927D 0xB203 # 0 +0x9281 0xB204 # 0 +0x9282 0xB205 # 0 +0x9283 0xB206 # 0 +0x9284 0xB207 # 0 +0x9285 0xB208 # 0 +0x9286 0xB209 # 0 +0x9287 0xB20A # 0 +0x9288 0xB20B # 0 +0x9289 0xB20C # 0 +0x928A 0xB20D # 0 +0x928B 0xB20E # 0 +0x928C 0xB20F # 0 +0x928D 0xB210 # 0 +0x928E 0xB211 # 0 +0x928F 0xB212 # 0 +0x9290 0xB213 # 0 +0x9291 0xB214 # 0 +0x9293 0xB215 # 0 +0x9294 0xB216 # 0 +0x9295 0xB217 # 0 +0x9296 0xB218 # 0 +0x9297 0xB219 # 0 +0x9298 0xB21A # 0 +0x9299 0xB21B # 0 +0x929A 0xB21C # 0 +0x929B 0xB21D # 0 +0x929C 0xB21E # 0 +0x929D 0xB21F # 0 +0x92A1 0xB220 # 0 +0x92A2 0xB221 # 0 +0x92A3 0xB222 # 0 +0x92A4 0xB223 # 0 +0x92A5 0xB224 # 0 +0x92A6 0xB225 # 0 +0x92A7 0xB226 # 0 +0x92A8 0xB227 # 0 +0x92A9 0xB228 # 0 +0x92AA 0xB229 # 0 +0x92AB 0xB22A # 0 +0x92AC 0xB22B # 0 +0x92AD 0xB22C # 0 +0x92AE 0xB22D # 0 +0x92AF 0xB22E # 0 +0x92B0 0xB22F # 0 +0x92B1 0xB230 # 0 +0x92B3 0xB231 # 0 +0x92B4 0xB232 # 0 +0x92B5 0xB233 # 0 +0x92B6 0xB234 # 0 +0x92B7 0xB235 # 0 +0x92B8 0xB236 # 0 +0x92B9 0xB237 # 0 +0x92BA 0xB238 # 0 +0x92BB 0xB239 # 0 +0x92BC 0xB23A # 0 +0x92BD 0xB23B # 0 +0x92C1 0xB23C # 0 +0x92C2 0xB23D # 0 +0x92C3 0xB23E # 0 +0x92C4 0xB23F # 0 +0x92C5 0xB240 # 0 +0x92C6 0xB241 # 0 +0x92C7 0xB242 # 0 +0x92C8 0xB243 # 0 +0x92C9 0xB244 # 0 +0x92CA 0xB245 # 0 +0x92CB 0xB246 # 0 +0x92CC 0xB247 # 0 +0x92CD 0xB248 # 0 +0x92CE 0xB249 # 0 +0x92CF 0xB24A # 0 +0x92D0 0xB24B # 0 +0x92D1 0xB24C # 0 +0x92D3 0xB24D # 0 +0x92D4 0xB24E # 0 +0x92D5 0xB24F # 0 +0x92D6 0xB250 # 0 +0x92D7 0xB251 # 0 +0x92D8 0xB252 # 0 +0x92D9 0xB253 # 0 +0x92DA 0xB254 # 0 +0x92DB 0xB255 # 0 +0x92DC 0xB256 # 0 +0x92DD 0xB257 # 0 +0x92E1 0xB258 # 0 +0x92E2 0xB259 # 0 +0x92E3 0xB25A # 0 +0x92E4 0xB25B # 0 +0x92E5 0xB25C # 0 +0x92E6 0xB25D # 0 +0x92E7 0xB25E # 0 +0x92E8 0xB25F # 0 +0x92E9 0xB260 # 0 +0x92EA 0xB261 # 0 +0x92EB 0xB262 # 0 +0x92EC 0xB263 # 0 +0x92ED 0xB264 # 0 +0x92EE 0xB265 # 0 +0x92EF 0xB266 # 0 +0x92F0 0xB267 # 0 +0x92F1 0xB268 # 0 +0x92F3 0xB269 # 0 +0x92F4 0xB26A # 0 +0x92F5 0xB26B # 0 +0x92F6 0xB26C # 0 +0x92F7 0xB26D # 0 +0x92F8 0xB26E # 0 +0x92F9 0xB26F # 0 +0x92FA 0xB270 # 0 +0x92FB 0xB271 # 0 +0x92FC 0xB272 # 0 +0x92FD 0xB273 # 0 +0x9341 0xB274 # 0 +0x9342 0xB275 # 0 +0x9343 0xB276 # 0 +0x9344 0xB277 # 0 +0x9345 0xB278 # 0 +0x9346 0xB279 # 0 +0x9347 0xB27A # 0 +0x9348 0xB27B # 0 +0x9349 0xB27C # 0 +0x934A 0xB27D # 0 +0x934B 0xB27E # 0 +0x934C 0xB27F # 0 +0x934D 0xB280 # 0 +0x934E 0xB281 # 0 +0x934F 0xB282 # 0 +0x9350 0xB283 # 0 +0x9351 0xB284 # 0 +0x9353 0xB285 # 0 +0x9354 0xB286 # 0 +0x9355 0xB287 # 0 +0x9356 0xB288 # 0 +0x9357 0xB289 # 0 +0x9358 0xB28A # 0 +0x9359 0xB28B # 0 +0x935A 0xB28C # 0 +0x935B 0xB28D # 0 +0x935C 0xB28E # 0 +0x935D 0xB28F # 0 +0x9361 0xB290 # 0 +0x9362 0xB291 # 0 +0x9363 0xB292 # 0 +0x9364 0xB293 # 0 +0x9365 0xB294 # 0 +0x9366 0xB295 # 0 +0x9367 0xB296 # 0 +0x9368 0xB297 # 0 +0x9369 0xB298 # 0 +0x936A 0xB299 # 0 +0x936B 0xB29A # 0 +0x936C 0xB29B # 0 +0x936D 0xB29C # 0 +0x936E 0xB29D # 0 +0x936F 0xB29E # 0 +0x9370 0xB29F # 0 +0x9371 0xB2A0 # 0 +0x9373 0xB2A1 # 0 +0x9374 0xB2A2 # 0 +0x9375 0xB2A3 # 0 +0x9376 0xB2A4 # 0 +0x9377 0xB2A5 # 0 +0x9378 0xB2A6 # 0 +0x9379 0xB2A7 # 0 +0x937A 0xB2A8 # 0 +0x937B 0xB2A9 # 0 +0x937C 0xB2AA # 0 +0x937D 0xB2AB # 0 +0x9381 0xB2AC # 0 +0x9382 0xB2AD # 0 +0x9383 0xB2AE # 0 +0x9384 0xB2AF # 0 +0x9385 0xB2B0 # 0 +0x9386 0xB2B1 # 0 +0x9387 0xB2B2 # 0 +0x9388 0xB2B3 # 0 +0x9389 0xB2B4 # 0 +0x938A 0xB2B5 # 0 +0x938B 0xB2B6 # 0 +0x938C 0xB2B7 # 0 +0x938D 0xB2B8 # 0 +0x938E 0xB2B9 # 0 +0x938F 0xB2BA # 0 +0x9390 0xB2BB # 0 +0x9391 0xB2BC # 0 +0x9393 0xB2BD # 0 +0x9394 0xB2BE # 0 +0x9395 0xB2BF # 0 +0x9396 0xB2C0 # 0 +0x9397 0xB2C1 # 0 +0x9398 0xB2C2 # 0 +0x9399 0xB2C3 # 0 +0x939A 0xB2C4 # 0 +0x939B 0xB2C5 # 0 +0x939C 0xB2C6 # 0 +0x939D 0xB2C7 # 0 +0x93A1 0xB2C8 # 0 +0x93A2 0xB2C9 # 0 +0x93A3 0xB2CA # 0 +0x93A4 0xB2CB # 0 +0x93A5 0xB2CC # 0 +0x93A6 0xB2CD # 0 +0x93A7 0xB2CE # 0 +0x93A8 0xB2CF # 0 +0x93A9 0xB2D0 # 0 +0x93AA 0xB2D1 # 0 +0x93AB 0xB2D2 # 0 +0x93AC 0xB2D3 # 0 +0x93AD 0xB2D4 # 0 +0x93AE 0xB2D5 # 0 +0x93AF 0xB2D6 # 0 +0x93B0 0xB2D7 # 0 +0x93B1 0xB2D8 # 0 +0x93B3 0xB2D9 # 0 +0x93B4 0xB2DA # 0 +0x93B5 0xB2DB # 0 +0x93B6 0xB2DC # 0 +0x93B7 0xB2DD # 0 +0x93B8 0xB2DE # 0 +0x93B9 0xB2DF # 0 +0x93BA 0xB2E0 # 0 +0x93BB 0xB2E1 # 0 +0x93BC 0xB2E2 # 0 +0x93BD 0xB2E3 # 0 +0x9441 0x1103 # 0 +0x9461 0xB2E4 # 0 +0x9462 0xB2E5 # 0 +0x9463 0xB2E6 # 0 +0x9464 0xB2E7 # 0 +0x9465 0xB2E8 # 0 +0x9466 0xB2E9 # 0 +0x9467 0xB2EA # 0 +0x9468 0xB2EB # 0 +0x9469 0xB2EC # 0 +0x946A 0xB2ED # 0 +0x946B 0xB2EE # 0 +0x946C 0xB2EF # 0 +0x946D 0xB2F0 # 0 +0x946E 0xB2F1 # 0 +0x946F 0xB2F2 # 0 +0x9470 0xB2F3 # 0 +0x9471 0xB2F4 # 0 +0x9473 0xB2F5 # 0 +0x9474 0xB2F6 # 0 +0x9475 0xB2F7 # 0 +0x9476 0xB2F8 # 0 +0x9477 0xB2F9 # 0 +0x9478 0xB2FA # 0 +0x9479 0xB2FB # 0 +0x947A 0xB2FC # 0 +0x947B 0xB2FD # 0 +0x947C 0xB2FE # 0 +0x947D 0xB2FF # 0 +0x9481 0xB300 # 0 +0x9482 0xB301 # 0 +0x9483 0xB302 # 0 +0x9484 0xB303 # 0 +0x9485 0xB304 # 0 +0x9486 0xB305 # 0 +0x9487 0xB306 # 0 +0x9488 0xB307 # 0 +0x9489 0xB308 # 0 +0x948A 0xB309 # 0 +0x948B 0xB30A # 0 +0x948C 0xB30B # 0 +0x948D 0xB30C # 0 +0x948E 0xB30D # 0 +0x948F 0xB30E # 0 +0x9490 0xB30F # 0 +0x9491 0xB310 # 0 +0x9493 0xB311 # 0 +0x9494 0xB312 # 0 +0x9495 0xB313 # 0 +0x9496 0xB314 # 0 +0x9497 0xB315 # 0 +0x9498 0xB316 # 0 +0x9499 0xB317 # 0 +0x949A 0xB318 # 0 +0x949B 0xB319 # 0 +0x949C 0xB31A # 0 +0x949D 0xB31B # 0 +0x94A1 0xB31C # 0 +0x94A2 0xB31D # 0 +0x94A3 0xB31E # 0 +0x94A4 0xB31F # 0 +0x94A5 0xB320 # 0 +0x94A6 0xB321 # 0 +0x94A7 0xB322 # 0 +0x94A8 0xB323 # 0 +0x94A9 0xB324 # 0 +0x94AA 0xB325 # 0 +0x94AB 0xB326 # 0 +0x94AC 0xB327 # 0 +0x94AD 0xB328 # 0 +0x94AE 0xB329 # 0 +0x94AF 0xB32A # 0 +0x94B0 0xB32B # 0 +0x94B1 0xB32C # 0 +0x94B3 0xB32D # 0 +0x94B4 0xB32E # 0 +0x94B5 0xB32F # 0 +0x94B6 0xB330 # 0 +0x94B7 0xB331 # 0 +0x94B8 0xB332 # 0 +0x94B9 0xB333 # 0 +0x94BA 0xB334 # 0 +0x94BB 0xB335 # 0 +0x94BC 0xB336 # 0 +0x94BD 0xB337 # 0 +0x94C1 0xB338 # 0 +0x94C2 0xB339 # 0 +0x94C3 0xB33A # 0 +0x94C4 0xB33B # 0 +0x94C5 0xB33C # 0 +0x94C6 0xB33D # 0 +0x94C7 0xB33E # 0 +0x94C8 0xB33F # 0 +0x94C9 0xB340 # 0 +0x94CA 0xB341 # 0 +0x94CB 0xB342 # 0 +0x94CC 0xB343 # 0 +0x94CD 0xB344 # 0 +0x94CE 0xB345 # 0 +0x94CF 0xB346 # 0 +0x94D0 0xB347 # 0 +0x94D1 0xB348 # 0 +0x94D3 0xB349 # 0 +0x94D4 0xB34A # 0 +0x94D5 0xB34B # 0 +0x94D6 0xB34C # 0 +0x94D7 0xB34D # 0 +0x94D8 0xB34E # 0 +0x94D9 0xB34F # 0 +0x94DA 0xB350 # 0 +0x94DB 0xB351 # 0 +0x94DC 0xB352 # 0 +0x94DD 0xB353 # 0 +0x94E1 0xB354 # 0 +0x94E2 0xB355 # 0 +0x94E3 0xB356 # 0 +0x94E4 0xB357 # 0 +0x94E5 0xB358 # 0 +0x94E6 0xB359 # 0 +0x94E7 0xB35A # 0 +0x94E8 0xB35B # 0 +0x94E9 0xB35C # 0 +0x94EA 0xB35D # 0 +0x94EB 0xB35E # 0 +0x94EC 0xB35F # 0 +0x94ED 0xB360 # 0 +0x94EE 0xB361 # 0 +0x94EF 0xB362 # 0 +0x94F0 0xB363 # 0 +0x94F1 0xB364 # 0 +0x94F3 0xB365 # 0 +0x94F4 0xB366 # 0 +0x94F5 0xB367 # 0 +0x94F6 0xB368 # 0 +0x94F7 0xB369 # 0 +0x94F8 0xB36A # 0 +0x94F9 0xB36B # 0 +0x94FA 0xB36C # 0 +0x94FB 0xB36D # 0 +0x94FC 0xB36E # 0 +0x94FD 0xB36F # 0 +0x9541 0xB370 # 0 +0x9542 0xB371 # 0 +0x9543 0xB372 # 0 +0x9544 0xB373 # 0 +0x9545 0xB374 # 0 +0x9546 0xB375 # 0 +0x9547 0xB376 # 0 +0x9548 0xB377 # 0 +0x9549 0xB378 # 0 +0x954A 0xB379 # 0 +0x954B 0xB37A # 0 +0x954C 0xB37B # 0 +0x954D 0xB37C # 0 +0x954E 0xB37D # 0 +0x954F 0xB37E # 0 +0x9550 0xB37F # 0 +0x9551 0xB380 # 0 +0x9553 0xB381 # 0 +0x9554 0xB382 # 0 +0x9555 0xB383 # 0 +0x9556 0xB384 # 0 +0x9557 0xB385 # 0 +0x9558 0xB386 # 0 +0x9559 0xB387 # 0 +0x955A 0xB388 # 0 +0x955B 0xB389 # 0 +0x955C 0xB38A # 0 +0x955D 0xB38B # 0 +0x9561 0xB38C # 0 +0x9562 0xB38D # 0 +0x9563 0xB38E # 0 +0x9564 0xB38F # 0 +0x9565 0xB390 # 0 +0x9566 0xB391 # 0 +0x9567 0xB392 # 0 +0x9568 0xB393 # 0 +0x9569 0xB394 # 0 +0x956A 0xB395 # 0 +0x956B 0xB396 # 0 +0x956C 0xB397 # 0 +0x956D 0xB398 # 0 +0x956E 0xB399 # 0 +0x956F 0xB39A # 0 +0x9570 0xB39B # 0 +0x9571 0xB39C # 0 +0x9573 0xB39D # 0 +0x9574 0xB39E # 0 +0x9575 0xB39F # 0 +0x9576 0xB3A0 # 0 +0x9577 0xB3A1 # 0 +0x9578 0xB3A2 # 0 +0x9579 0xB3A3 # 0 +0x957A 0xB3A4 # 0 +0x957B 0xB3A5 # 0 +0x957C 0xB3A6 # 0 +0x957D 0xB3A7 # 0 +0x9581 0xB3A8 # 0 +0x9582 0xB3A9 # 0 +0x9583 0xB3AA # 0 +0x9584 0xB3AB # 0 +0x9585 0xB3AC # 0 +0x9586 0xB3AD # 0 +0x9587 0xB3AE # 0 +0x9588 0xB3AF # 0 +0x9589 0xB3B0 # 0 +0x958A 0xB3B1 # 0 +0x958B 0xB3B2 # 0 +0x958C 0xB3B3 # 0 +0x958D 0xB3B4 # 0 +0x958E 0xB3B5 # 0 +0x958F 0xB3B6 # 0 +0x9590 0xB3B7 # 0 +0x9591 0xB3B8 # 0 +0x9593 0xB3B9 # 0 +0x9594 0xB3BA # 0 +0x9595 0xB3BB # 0 +0x9596 0xB3BC # 0 +0x9597 0xB3BD # 0 +0x9598 0xB3BE # 0 +0x9599 0xB3BF # 0 +0x959A 0xB3C0 # 0 +0x959B 0xB3C1 # 0 +0x959C 0xB3C2 # 0 +0x959D 0xB3C3 # 0 +0x95A1 0xB3C4 # 0 +0x95A2 0xB3C5 # 0 +0x95A3 0xB3C6 # 0 +0x95A4 0xB3C7 # 0 +0x95A5 0xB3C8 # 0 +0x95A6 0xB3C9 # 0 +0x95A7 0xB3CA # 0 +0x95A8 0xB3CB # 0 +0x95A9 0xB3CC # 0 +0x95AA 0xB3CD # 0 +0x95AB 0xB3CE # 0 +0x95AC 0xB3CF # 0 +0x95AD 0xB3D0 # 0 +0x95AE 0xB3D1 # 0 +0x95AF 0xB3D2 # 0 +0x95B0 0xB3D3 # 0 +0x95B1 0xB3D4 # 0 +0x95B3 0xB3D5 # 0 +0x95B4 0xB3D6 # 0 +0x95B5 0xB3D7 # 0 +0x95B6 0xB3D8 # 0 +0x95B7 0xB3D9 # 0 +0x95B8 0xB3DA # 0 +0x95B9 0xB3DB # 0 +0x95BA 0xB3DC # 0 +0x95BB 0xB3DD # 0 +0x95BC 0xB3DE # 0 +0x95BD 0xB3DF # 0 +0x95C1 0xB3E0 # 0 +0x95C2 0xB3E1 # 0 +0x95C3 0xB3E2 # 0 +0x95C4 0xB3E3 # 0 +0x95C5 0xB3E4 # 0 +0x95C6 0xB3E5 # 0 +0x95C7 0xB3E6 # 0 +0x95C8 0xB3E7 # 0 +0x95C9 0xB3E8 # 0 +0x95CA 0xB3E9 # 0 +0x95CB 0xB3EA # 0 +0x95CC 0xB3EB # 0 +0x95CD 0xB3EC # 0 +0x95CE 0xB3ED # 0 +0x95CF 0xB3EE # 0 +0x95D0 0xB3EF # 0 +0x95D1 0xB3F0 # 0 +0x95D3 0xB3F1 # 0 +0x95D4 0xB3F2 # 0 +0x95D5 0xB3F3 # 0 +0x95D6 0xB3F4 # 0 +0x95D7 0xB3F5 # 0 +0x95D8 0xB3F6 # 0 +0x95D9 0xB3F7 # 0 +0x95DA 0xB3F8 # 0 +0x95DB 0xB3F9 # 0 +0x95DC 0xB3FA # 0 +0x95DD 0xB3FB # 0 +0x95E1 0xB3FC # 0 +0x95E2 0xB3FD # 0 +0x95E3 0xB3FE # 0 +0x95E4 0xB3FF # 0 +0x95E5 0xB400 # 0 +0x95E6 0xB401 # 0 +0x95E7 0xB402 # 0 +0x95E8 0xB403 # 0 +0x95E9 0xB404 # 0 +0x95EA 0xB405 # 0 +0x95EB 0xB406 # 0 +0x95EC 0xB407 # 0 +0x95ED 0xB408 # 0 +0x95EE 0xB409 # 0 +0x95EF 0xB40A # 0 +0x95F0 0xB40B # 0 +0x95F1 0xB40C # 0 +0x95F3 0xB40D # 0 +0x95F4 0xB40E # 0 +0x95F5 0xB40F # 0 +0x95F6 0xB410 # 0 +0x95F7 0xB411 # 0 +0x95F8 0xB412 # 0 +0x95F9 0xB413 # 0 +0x95FA 0xB414 # 0 +0x95FB 0xB415 # 0 +0x95FC 0xB416 # 0 +0x95FD 0xB417 # 0 +0x9641 0xB418 # 0 +0x9642 0xB419 # 0 +0x9643 0xB41A # 0 +0x9644 0xB41B # 0 +0x9645 0xB41C # 0 +0x9646 0xB41D # 0 +0x9647 0xB41E # 0 +0x9648 0xB41F # 0 +0x9649 0xB420 # 0 +0x964A 0xB421 # 0 +0x964B 0xB422 # 0 +0x964C 0xB423 # 0 +0x964D 0xB424 # 0 +0x964E 0xB425 # 0 +0x964F 0xB426 # 0 +0x9650 0xB427 # 0 +0x9651 0xB428 # 0 +0x9653 0xB429 # 0 +0x9654 0xB42A # 0 +0x9655 0xB42B # 0 +0x9656 0xB42C # 0 +0x9657 0xB42D # 0 +0x9658 0xB42E # 0 +0x9659 0xB42F # 0 +0x965A 0xB430 # 0 +0x965B 0xB431 # 0 +0x965C 0xB432 # 0 +0x965D 0xB433 # 0 +0x9661 0xB434 # 0 +0x9662 0xB435 # 0 +0x9663 0xB436 # 0 +0x9664 0xB437 # 0 +0x9665 0xB438 # 0 +0x9666 0xB439 # 0 +0x9667 0xB43A # 0 +0x9668 0xB43B # 0 +0x9669 0xB43C # 0 +0x966A 0xB43D # 0 +0x966B 0xB43E # 0 +0x966C 0xB43F # 0 +0x966D 0xB440 # 0 +0x966E 0xB441 # 0 +0x966F 0xB442 # 0 +0x9670 0xB443 # 0 +0x9671 0xB444 # 0 +0x9673 0xB445 # 0 +0x9674 0xB446 # 0 +0x9675 0xB447 # 0 +0x9676 0xB448 # 0 +0x9677 0xB449 # 0 +0x9678 0xB44A # 0 +0x9679 0xB44B # 0 +0x967A 0xB44C # 0 +0x967B 0xB44D # 0 +0x967C 0xB44E # 0 +0x967D 0xB44F # 0 +0x9681 0xB450 # 0 +0x9682 0xB451 # 0 +0x9683 0xB452 # 0 +0x9684 0xB453 # 0 +0x9685 0xB454 # 0 +0x9686 0xB455 # 0 +0x9687 0xB456 # 0 +0x9688 0xB457 # 0 +0x9689 0xB458 # 0 +0x968A 0xB459 # 0 +0x968B 0xB45A # 0 +0x968C 0xB45B # 0 +0x968D 0xB45C # 0 +0x968E 0xB45D # 0 +0x968F 0xB45E # 0 +0x9690 0xB45F # 0 +0x9691 0xB460 # 0 +0x9693 0xB461 # 0 +0x9694 0xB462 # 0 +0x9695 0xB463 # 0 +0x9696 0xB464 # 0 +0x9697 0xB465 # 0 +0x9698 0xB466 # 0 +0x9699 0xB467 # 0 +0x969A 0xB468 # 0 +0x969B 0xB469 # 0 +0x969C 0xB46A # 0 +0x969D 0xB46B # 0 +0x96A1 0xB46C # 0 +0x96A2 0xB46D # 0 +0x96A3 0xB46E # 0 +0x96A4 0xB46F # 0 +0x96A5 0xB470 # 0 +0x96A6 0xB471 # 0 +0x96A7 0xB472 # 0 +0x96A8 0xB473 # 0 +0x96A9 0xB474 # 0 +0x96AA 0xB475 # 0 +0x96AB 0xB476 # 0 +0x96AC 0xB477 # 0 +0x96AD 0xB478 # 0 +0x96AE 0xB479 # 0 +0x96AF 0xB47A # 0 +0x96B0 0xB47B # 0 +0x96B1 0xB47C # 0 +0x96B3 0xB47D # 0 +0x96B4 0xB47E # 0 +0x96B5 0xB47F # 0 +0x96B6 0xB480 # 0 +0x96B7 0xB481 # 0 +0x96B8 0xB482 # 0 +0x96B9 0xB483 # 0 +0x96BA 0xB484 # 0 +0x96BB 0xB485 # 0 +0x96BC 0xB486 # 0 +0x96BD 0xB487 # 0 +0x96C1 0xB488 # 0 +0x96C2 0xB489 # 0 +0x96C3 0xB48A # 0 +0x96C4 0xB48B # 0 +0x96C5 0xB48C # 0 +0x96C6 0xB48D # 0 +0x96C7 0xB48E # 0 +0x96C8 0xB48F # 0 +0x96C9 0xB490 # 0 +0x96CA 0xB491 # 0 +0x96CB 0xB492 # 0 +0x96CC 0xB493 # 0 +0x96CD 0xB494 # 0 +0x96CE 0xB495 # 0 +0x96CF 0xB496 # 0 +0x96D0 0xB497 # 0 +0x96D1 0xB498 # 0 +0x96D3 0xB499 # 0 +0x96D4 0xB49A # 0 +0x96D5 0xB49B # 0 +0x96D6 0xB49C # 0 +0x96D7 0xB49D # 0 +0x96D8 0xB49E # 0 +0x96D9 0xB49F # 0 +0x96DA 0xB4A0 # 0 +0x96DB 0xB4A1 # 0 +0x96DC 0xB4A2 # 0 +0x96DD 0xB4A3 # 0 +0x96E1 0xB4A4 # 0 +0x96E2 0xB4A5 # 0 +0x96E3 0xB4A6 # 0 +0x96E4 0xB4A7 # 0 +0x96E5 0xB4A8 # 0 +0x96E6 0xB4A9 # 0 +0x96E7 0xB4AA # 0 +0x96E8 0xB4AB # 0 +0x96E9 0xB4AC # 0 +0x96EA 0xB4AD # 0 +0x96EB 0xB4AE # 0 +0x96EC 0xB4AF # 0 +0x96ED 0xB4B0 # 0 +0x96EE 0xB4B1 # 0 +0x96EF 0xB4B2 # 0 +0x96F0 0xB4B3 # 0 +0x96F1 0xB4B4 # 0 +0x96F3 0xB4B5 # 0 +0x96F4 0xB4B6 # 0 +0x96F5 0xB4B7 # 0 +0x96F6 0xB4B8 # 0 +0x96F7 0xB4B9 # 0 +0x96F8 0xB4BA # 0 +0x96F9 0xB4BB # 0 +0x96FA 0xB4BC # 0 +0x96FB 0xB4BD # 0 +0x96FC 0xB4BE # 0 +0x96FD 0xB4BF # 0 +0x9741 0xB4C0 # 0 +0x9742 0xB4C1 # 0 +0x9743 0xB4C2 # 0 +0x9744 0xB4C3 # 0 +0x9745 0xB4C4 # 0 +0x9746 0xB4C5 # 0 +0x9747 0xB4C6 # 0 +0x9748 0xB4C7 # 0 +0x9749 0xB4C8 # 0 +0x974A 0xB4C9 # 0 +0x974B 0xB4CA # 0 +0x974C 0xB4CB # 0 +0x974D 0xB4CC # 0 +0x974E 0xB4CD # 0 +0x974F 0xB4CE # 0 +0x9750 0xB4CF # 0 +0x9751 0xB4D0 # 0 +0x9753 0xB4D1 # 0 +0x9754 0xB4D2 # 0 +0x9755 0xB4D3 # 0 +0x9756 0xB4D4 # 0 +0x9757 0xB4D5 # 0 +0x9758 0xB4D6 # 0 +0x9759 0xB4D7 # 0 +0x975A 0xB4D8 # 0 +0x975B 0xB4D9 # 0 +0x975C 0xB4DA # 0 +0x975D 0xB4DB # 0 +0x9761 0xB4DC # 0 +0x9762 0xB4DD # 0 +0x9763 0xB4DE # 0 +0x9764 0xB4DF # 0 +0x9765 0xB4E0 # 0 +0x9766 0xB4E1 # 0 +0x9767 0xB4E2 # 0 +0x9768 0xB4E3 # 0 +0x9769 0xB4E4 # 0 +0x976A 0xB4E5 # 0 +0x976B 0xB4E6 # 0 +0x976C 0xB4E7 # 0 +0x976D 0xB4E8 # 0 +0x976E 0xB4E9 # 0 +0x976F 0xB4EA # 0 +0x9770 0xB4EB # 0 +0x9771 0xB4EC # 0 +0x9773 0xB4ED # 0 +0x9774 0xB4EE # 0 +0x9775 0xB4EF # 0 +0x9776 0xB4F0 # 0 +0x9777 0xB4F1 # 0 +0x9778 0xB4F2 # 0 +0x9779 0xB4F3 # 0 +0x977A 0xB4F4 # 0 +0x977B 0xB4F5 # 0 +0x977C 0xB4F6 # 0 +0x977D 0xB4F7 # 0 +0x9781 0xB4F8 # 0 +0x9782 0xB4F9 # 0 +0x9783 0xB4FA # 0 +0x9784 0xB4FB # 0 +0x9785 0xB4FC # 0 +0x9786 0xB4FD # 0 +0x9787 0xB4FE # 0 +0x9788 0xB4FF # 0 +0x9789 0xB500 # 0 +0x978A 0xB501 # 0 +0x978B 0xB502 # 0 +0x978C 0xB503 # 0 +0x978D 0xB504 # 0 +0x978E 0xB505 # 0 +0x978F 0xB506 # 0 +0x9790 0xB507 # 0 +0x9791 0xB508 # 0 +0x9793 0xB509 # 0 +0x9794 0xB50A # 0 +0x9795 0xB50B # 0 +0x9796 0xB50C # 0 +0x9797 0xB50D # 0 +0x9798 0xB50E # 0 +0x9799 0xB50F # 0 +0x979A 0xB510 # 0 +0x979B 0xB511 # 0 +0x979C 0xB512 # 0 +0x979D 0xB513 # 0 +0x97A1 0xB514 # 0 +0x97A2 0xB515 # 0 +0x97A3 0xB516 # 0 +0x97A4 0xB517 # 0 +0x97A5 0xB518 # 0 +0x97A6 0xB519 # 0 +0x97A7 0xB51A # 0 +0x97A8 0xB51B # 0 +0x97A9 0xB51C # 0 +0x97AA 0xB51D # 0 +0x97AB 0xB51E # 0 +0x97AC 0xB51F # 0 +0x97AD 0xB520 # 0 +0x97AE 0xB521 # 0 +0x97AF 0xB522 # 0 +0x97B0 0xB523 # 0 +0x97B1 0xB524 # 0 +0x97B3 0xB525 # 0 +0x97B4 0xB526 # 0 +0x97B5 0xB527 # 0 +0x97B6 0xB528 # 0 +0x97B7 0xB529 # 0 +0x97B8 0xB52A # 0 +0x97B9 0xB52B # 0 +0x97BA 0xB52C # 0 +0x97BB 0xB52D # 0 +0x97BC 0xB52E # 0 +0x97BD 0xB52F # 0 +0x9841 0x1104 # 0 +0x9861 0xB530 # 0 +0x9862 0xB531 # 0 +0x9863 0xB532 # 0 +0x9864 0xB533 # 0 +0x9865 0xB534 # 0 +0x9866 0xB535 # 0 +0x9867 0xB536 # 0 +0x9868 0xB537 # 0 +0x9869 0xB538 # 0 +0x986A 0xB539 # 0 +0x986B 0xB53A # 0 +0x986C 0xB53B # 0 +0x986D 0xB53C # 0 +0x986E 0xB53D # 0 +0x986F 0xB53E # 0 +0x9870 0xB53F # 0 +0x9871 0xB540 # 0 +0x9873 0xB541 # 0 +0x9874 0xB542 # 0 +0x9875 0xB543 # 0 +0x9876 0xB544 # 0 +0x9877 0xB545 # 0 +0x9878 0xB546 # 0 +0x9879 0xB547 # 0 +0x987A 0xB548 # 0 +0x987B 0xB549 # 0 +0x987C 0xB54A # 0 +0x987D 0xB54B # 0 +0x9881 0xB54C # 0 +0x9882 0xB54D # 0 +0x9883 0xB54E # 0 +0x9884 0xB54F # 0 +0x9885 0xB550 # 0 +0x9886 0xB551 # 0 +0x9887 0xB552 # 0 +0x9888 0xB553 # 0 +0x9889 0xB554 # 0 +0x988A 0xB555 # 0 +0x988B 0xB556 # 0 +0x988C 0xB557 # 0 +0x988D 0xB558 # 0 +0x988E 0xB559 # 0 +0x988F 0xB55A # 0 +0x9890 0xB55B # 0 +0x9891 0xB55C # 0 +0x9893 0xB55D # 0 +0x9894 0xB55E # 0 +0x9895 0xB55F # 0 +0x9896 0xB560 # 0 +0x9897 0xB561 # 0 +0x9898 0xB562 # 0 +0x9899 0xB563 # 0 +0x989A 0xB564 # 0 +0x989B 0xB565 # 0 +0x989C 0xB566 # 0 +0x989D 0xB567 # 0 +0x98A1 0xB568 # 0 +0x98A2 0xB569 # 0 +0x98A3 0xB56A # 0 +0x98A4 0xB56B # 0 +0x98A5 0xB56C # 0 +0x98A6 0xB56D # 0 +0x98A7 0xB56E # 0 +0x98A8 0xB56F # 0 +0x98A9 0xB570 # 0 +0x98AA 0xB571 # 0 +0x98AB 0xB572 # 0 +0x98AC 0xB573 # 0 +0x98AD 0xB574 # 0 +0x98AE 0xB575 # 0 +0x98AF 0xB576 # 0 +0x98B0 0xB577 # 0 +0x98B1 0xB578 # 0 +0x98B3 0xB579 # 0 +0x98B4 0xB57A # 0 +0x98B5 0xB57B # 0 +0x98B6 0xB57C # 0 +0x98B7 0xB57D # 0 +0x98B8 0xB57E # 0 +0x98B9 0xB57F # 0 +0x98BA 0xB580 # 0 +0x98BB 0xB581 # 0 +0x98BC 0xB582 # 0 +0x98BD 0xB583 # 0 +0x98C1 0xB584 # 0 +0x98C2 0xB585 # 0 +0x98C3 0xB586 # 0 +0x98C4 0xB587 # 0 +0x98C5 0xB588 # 0 +0x98C6 0xB589 # 0 +0x98C7 0xB58A # 0 +0x98C8 0xB58B # 0 +0x98C9 0xB58C # 0 +0x98CA 0xB58D # 0 +0x98CB 0xB58E # 0 +0x98CC 0xB58F # 0 +0x98CD 0xB590 # 0 +0x98CE 0xB591 # 0 +0x98CF 0xB592 # 0 +0x98D0 0xB593 # 0 +0x98D1 0xB594 # 0 +0x98D3 0xB595 # 0 +0x98D4 0xB596 # 0 +0x98D5 0xB597 # 0 +0x98D6 0xB598 # 0 +0x98D7 0xB599 # 0 +0x98D8 0xB59A # 0 +0x98D9 0xB59B # 0 +0x98DA 0xB59C # 0 +0x98DB 0xB59D # 0 +0x98DC 0xB59E # 0 +0x98DD 0xB59F # 0 +0x98E1 0xB5A0 # 0 +0x98E2 0xB5A1 # 0 +0x98E3 0xB5A2 # 0 +0x98E4 0xB5A3 # 0 +0x98E5 0xB5A4 # 0 +0x98E6 0xB5A5 # 0 +0x98E7 0xB5A6 # 0 +0x98E8 0xB5A7 # 0 +0x98E9 0xB5A8 # 0 +0x98EA 0xB5A9 # 0 +0x98EB 0xB5AA # 0 +0x98EC 0xB5AB # 0 +0x98ED 0xB5AC # 0 +0x98EE 0xB5AD # 0 +0x98EF 0xB5AE # 0 +0x98F0 0xB5AF # 0 +0x98F1 0xB5B0 # 0 +0x98F3 0xB5B1 # 0 +0x98F4 0xB5B2 # 0 +0x98F5 0xB5B3 # 0 +0x98F6 0xB5B4 # 0 +0x98F7 0xB5B5 # 0 +0x98F8 0xB5B6 # 0 +0x98F9 0xB5B7 # 0 +0x98FA 0xB5B8 # 0 +0x98FB 0xB5B9 # 0 +0x98FC 0xB5BA # 0 +0x98FD 0xB5BB # 0 +0x9941 0xB5BC # 0 +0x9942 0xB5BD # 0 +0x9943 0xB5BE # 0 +0x9944 0xB5BF # 0 +0x9945 0xB5C0 # 0 +0x9946 0xB5C1 # 0 +0x9947 0xB5C2 # 0 +0x9948 0xB5C3 # 0 +0x9949 0xB5C4 # 0 +0x994A 0xB5C5 # 0 +0x994B 0xB5C6 # 0 +0x994C 0xB5C7 # 0 +0x994D 0xB5C8 # 0 +0x994E 0xB5C9 # 0 +0x994F 0xB5CA # 0 +0x9950 0xB5CB # 0 +0x9951 0xB5CC # 0 +0x9953 0xB5CD # 0 +0x9954 0xB5CE # 0 +0x9955 0xB5CF # 0 +0x9956 0xB5D0 # 0 +0x9957 0xB5D1 # 0 +0x9958 0xB5D2 # 0 +0x9959 0xB5D3 # 0 +0x995A 0xB5D4 # 0 +0x995B 0xB5D5 # 0 +0x995C 0xB5D6 # 0 +0x995D 0xB5D7 # 0 +0x9961 0xB5D8 # 0 +0x9962 0xB5D9 # 0 +0x9963 0xB5DA # 0 +0x9964 0xB5DB # 0 +0x9965 0xB5DC # 0 +0x9966 0xB5DD # 0 +0x9967 0xB5DE # 0 +0x9968 0xB5DF # 0 +0x9969 0xB5E0 # 0 +0x996A 0xB5E1 # 0 +0x996B 0xB5E2 # 0 +0x996C 0xB5E3 # 0 +0x996D 0xB5E4 # 0 +0x996E 0xB5E5 # 0 +0x996F 0xB5E6 # 0 +0x9970 0xB5E7 # 0 +0x9971 0xB5E8 # 0 +0x9973 0xB5E9 # 0 +0x9974 0xB5EA # 0 +0x9975 0xB5EB # 0 +0x9976 0xB5EC # 0 +0x9977 0xB5ED # 0 +0x9978 0xB5EE # 0 +0x9979 0xB5EF # 0 +0x997A 0xB5F0 # 0 +0x997B 0xB5F1 # 0 +0x997C 0xB5F2 # 0 +0x997D 0xB5F3 # 0 +0x9981 0xB5F4 # 0 +0x9982 0xB5F5 # 0 +0x9983 0xB5F6 # 0 +0x9984 0xB5F7 # 0 +0x9985 0xB5F8 # 0 +0x9986 0xB5F9 # 0 +0x9987 0xB5FA # 0 +0x9988 0xB5FB # 0 +0x9989 0xB5FC # 0 +0x998A 0xB5FD # 0 +0x998B 0xB5FE # 0 +0x998C 0xB5FF # 0 +0x998D 0xB600 # 0 +0x998E 0xB601 # 0 +0x998F 0xB602 # 0 +0x9990 0xB603 # 0 +0x9991 0xB604 # 0 +0x9993 0xB605 # 0 +0x9994 0xB606 # 0 +0x9995 0xB607 # 0 +0x9996 0xB608 # 0 +0x9997 0xB609 # 0 +0x9998 0xB60A # 0 +0x9999 0xB60B # 0 +0x999A 0xB60C # 0 +0x999B 0xB60D # 0 +0x999C 0xB60E # 0 +0x999D 0xB60F # 0 +0x99A1 0xB610 # 0 +0x99A2 0xB611 # 0 +0x99A3 0xB612 # 0 +0x99A4 0xB613 # 0 +0x99A5 0xB614 # 0 +0x99A6 0xB615 # 0 +0x99A7 0xB616 # 0 +0x99A8 0xB617 # 0 +0x99A9 0xB618 # 0 +0x99AA 0xB619 # 0 +0x99AB 0xB61A # 0 +0x99AC 0xB61B # 0 +0x99AD 0xB61C # 0 +0x99AE 0xB61D # 0 +0x99AF 0xB61E # 0 +0x99B0 0xB61F # 0 +0x99B1 0xB620 # 0 +0x99B3 0xB621 # 0 +0x99B4 0xB622 # 0 +0x99B5 0xB623 # 0 +0x99B6 0xB624 # 0 +0x99B7 0xB625 # 0 +0x99B8 0xB626 # 0 +0x99B9 0xB627 # 0 +0x99BA 0xB628 # 0 +0x99BB 0xB629 # 0 +0x99BC 0xB62A # 0 +0x99BD 0xB62B # 0 +0x99C1 0xB62C # 0 +0x99C2 0xB62D # 0 +0x99C3 0xB62E # 0 +0x99C4 0xB62F # 0 +0x99C5 0xB630 # 0 +0x99C6 0xB631 # 0 +0x99C7 0xB632 # 0 +0x99C8 0xB633 # 0 +0x99C9 0xB634 # 0 +0x99CA 0xB635 # 0 +0x99CB 0xB636 # 0 +0x99CC 0xB637 # 0 +0x99CD 0xB638 # 0 +0x99CE 0xB639 # 0 +0x99CF 0xB63A # 0 +0x99D0 0xB63B # 0 +0x99D1 0xB63C # 0 +0x99D3 0xB63D # 0 +0x99D4 0xB63E # 0 +0x99D5 0xB63F # 0 +0x99D6 0xB640 # 0 +0x99D7 0xB641 # 0 +0x99D8 0xB642 # 0 +0x99D9 0xB643 # 0 +0x99DA 0xB644 # 0 +0x99DB 0xB645 # 0 +0x99DC 0xB646 # 0 +0x99DD 0xB647 # 0 +0x99E1 0xB648 # 0 +0x99E2 0xB649 # 0 +0x99E3 0xB64A # 0 +0x99E4 0xB64B # 0 +0x99E5 0xB64C # 0 +0x99E6 0xB64D # 0 +0x99E7 0xB64E # 0 +0x99E8 0xB64F # 0 +0x99E9 0xB650 # 0 +0x99EA 0xB651 # 0 +0x99EB 0xB652 # 0 +0x99EC 0xB653 # 0 +0x99ED 0xB654 # 0 +0x99EE 0xB655 # 0 +0x99EF 0xB656 # 0 +0x99F0 0xB657 # 0 +0x99F1 0xB658 # 0 +0x99F3 0xB659 # 0 +0x99F4 0xB65A # 0 +0x99F5 0xB65B # 0 +0x99F6 0xB65C # 0 +0x99F7 0xB65D # 0 +0x99F8 0xB65E # 0 +0x99F9 0xB65F # 0 +0x99FA 0xB660 # 0 +0x99FB 0xB661 # 0 +0x99FC 0xB662 # 0 +0x99FD 0xB663 # 0 +0x9A41 0xB664 # 0 +0x9A42 0xB665 # 0 +0x9A43 0xB666 # 0 +0x9A44 0xB667 # 0 +0x9A45 0xB668 # 0 +0x9A46 0xB669 # 0 +0x9A47 0xB66A # 0 +0x9A48 0xB66B # 0 +0x9A49 0xB66C # 0 +0x9A4A 0xB66D # 0 +0x9A4B 0xB66E # 0 +0x9A4C 0xB66F # 0 +0x9A4D 0xB670 # 0 +0x9A4E 0xB671 # 0 +0x9A4F 0xB672 # 0 +0x9A50 0xB673 # 0 +0x9A51 0xB674 # 0 +0x9A53 0xB675 # 0 +0x9A54 0xB676 # 0 +0x9A55 0xB677 # 0 +0x9A56 0xB678 # 0 +0x9A57 0xB679 # 0 +0x9A58 0xB67A # 0 +0x9A59 0xB67B # 0 +0x9A5A 0xB67C # 0 +0x9A5B 0xB67D # 0 +0x9A5C 0xB67E # 0 +0x9A5D 0xB67F # 0 +0x9A61 0xB680 # 0 +0x9A62 0xB681 # 0 +0x9A63 0xB682 # 0 +0x9A64 0xB683 # 0 +0x9A65 0xB684 # 0 +0x9A66 0xB685 # 0 +0x9A67 0xB686 # 0 +0x9A68 0xB687 # 0 +0x9A69 0xB688 # 0 +0x9A6A 0xB689 # 0 +0x9A6B 0xB68A # 0 +0x9A6C 0xB68B # 0 +0x9A6D 0xB68C # 0 +0x9A6E 0xB68D # 0 +0x9A6F 0xB68E # 0 +0x9A70 0xB68F # 0 +0x9A71 0xB690 # 0 +0x9A73 0xB691 # 0 +0x9A74 0xB692 # 0 +0x9A75 0xB693 # 0 +0x9A76 0xB694 # 0 +0x9A77 0xB695 # 0 +0x9A78 0xB696 # 0 +0x9A79 0xB697 # 0 +0x9A7A 0xB698 # 0 +0x9A7B 0xB699 # 0 +0x9A7C 0xB69A # 0 +0x9A7D 0xB69B # 0 +0x9A81 0xB69C # 0 +0x9A82 0xB69D # 0 +0x9A83 0xB69E # 0 +0x9A84 0xB69F # 0 +0x9A85 0xB6A0 # 0 +0x9A86 0xB6A1 # 0 +0x9A87 0xB6A2 # 0 +0x9A88 0xB6A3 # 0 +0x9A89 0xB6A4 # 0 +0x9A8A 0xB6A5 # 0 +0x9A8B 0xB6A6 # 0 +0x9A8C 0xB6A7 # 0 +0x9A8D 0xB6A8 # 0 +0x9A8E 0xB6A9 # 0 +0x9A8F 0xB6AA # 0 +0x9A90 0xB6AB # 0 +0x9A91 0xB6AC # 0 +0x9A93 0xB6AD # 0 +0x9A94 0xB6AE # 0 +0x9A95 0xB6AF # 0 +0x9A96 0xB6B0 # 0 +0x9A97 0xB6B1 # 0 +0x9A98 0xB6B2 # 0 +0x9A99 0xB6B3 # 0 +0x9A9A 0xB6B4 # 0 +0x9A9B 0xB6B5 # 0 +0x9A9C 0xB6B6 # 0 +0x9A9D 0xB6B7 # 0 +0x9AA1 0xB6B8 # 0 +0x9AA2 0xB6B9 # 0 +0x9AA3 0xB6BA # 0 +0x9AA4 0xB6BB # 0 +0x9AA5 0xB6BC # 0 +0x9AA6 0xB6BD # 0 +0x9AA7 0xB6BE # 0 +0x9AA8 0xB6BF # 0 +0x9AA9 0xB6C0 # 0 +0x9AAA 0xB6C1 # 0 +0x9AAB 0xB6C2 # 0 +0x9AAC 0xB6C3 # 0 +0x9AAD 0xB6C4 # 0 +0x9AAE 0xB6C5 # 0 +0x9AAF 0xB6C6 # 0 +0x9AB0 0xB6C7 # 0 +0x9AB1 0xB6C8 # 0 +0x9AB3 0xB6C9 # 0 +0x9AB4 0xB6CA # 0 +0x9AB5 0xB6CB # 0 +0x9AB6 0xB6CC # 0 +0x9AB7 0xB6CD # 0 +0x9AB8 0xB6CE # 0 +0x9AB9 0xB6CF # 0 +0x9ABA 0xB6D0 # 0 +0x9ABB 0xB6D1 # 0 +0x9ABC 0xB6D2 # 0 +0x9ABD 0xB6D3 # 0 +0x9AC1 0xB6D4 # 0 +0x9AC2 0xB6D5 # 0 +0x9AC3 0xB6D6 # 0 +0x9AC4 0xB6D7 # 0 +0x9AC5 0xB6D8 # 0 +0x9AC6 0xB6D9 # 0 +0x9AC7 0xB6DA # 0 +0x9AC8 0xB6DB # 0 +0x9AC9 0xB6DC # 0 +0x9ACA 0xB6DD # 0 +0x9ACB 0xB6DE # 0 +0x9ACC 0xB6DF # 0 +0x9ACD 0xB6E0 # 0 +0x9ACE 0xB6E1 # 0 +0x9ACF 0xB6E2 # 0 +0x9AD0 0xB6E3 # 0 +0x9AD1 0xB6E4 # 0 +0x9AD3 0xB6E5 # 0 +0x9AD4 0xB6E6 # 0 +0x9AD5 0xB6E7 # 0 +0x9AD6 0xB6E8 # 0 +0x9AD7 0xB6E9 # 0 +0x9AD8 0xB6EA # 0 +0x9AD9 0xB6EB # 0 +0x9ADA 0xB6EC # 0 +0x9ADB 0xB6ED # 0 +0x9ADC 0xB6EE # 0 +0x9ADD 0xB6EF # 0 +0x9AE1 0xB6F0 # 0 +0x9AE2 0xB6F1 # 0 +0x9AE3 0xB6F2 # 0 +0x9AE4 0xB6F3 # 0 +0x9AE5 0xB6F4 # 0 +0x9AE6 0xB6F5 # 0 +0x9AE7 0xB6F6 # 0 +0x9AE8 0xB6F7 # 0 +0x9AE9 0xB6F8 # 0 +0x9AEA 0xB6F9 # 0 +0x9AEB 0xB6FA # 0 +0x9AEC 0xB6FB # 0 +0x9AED 0xB6FC # 0 +0x9AEE 0xB6FD # 0 +0x9AEF 0xB6FE # 0 +0x9AF0 0xB6FF # 0 +0x9AF1 0xB700 # 0 +0x9AF3 0xB701 # 0 +0x9AF4 0xB702 # 0 +0x9AF5 0xB703 # 0 +0x9AF6 0xB704 # 0 +0x9AF7 0xB705 # 0 +0x9AF8 0xB706 # 0 +0x9AF9 0xB707 # 0 +0x9AFA 0xB708 # 0 +0x9AFB 0xB709 # 0 +0x9AFC 0xB70A # 0 +0x9AFD 0xB70B # 0 +0x9B41 0xB70C # 0 +0x9B42 0xB70D # 0 +0x9B43 0xB70E # 0 +0x9B44 0xB70F # 0 +0x9B45 0xB710 # 0 +0x9B46 0xB711 # 0 +0x9B47 0xB712 # 0 +0x9B48 0xB713 # 0 +0x9B49 0xB714 # 0 +0x9B4A 0xB715 # 0 +0x9B4B 0xB716 # 0 +0x9B4C 0xB717 # 0 +0x9B4D 0xB718 # 0 +0x9B4E 0xB719 # 0 +0x9B4F 0xB71A # 0 +0x9B50 0xB71B # 0 +0x9B51 0xB71C # 0 +0x9B53 0xB71D # 0 +0x9B54 0xB71E # 0 +0x9B55 0xB71F # 0 +0x9B56 0xB720 # 0 +0x9B57 0xB721 # 0 +0x9B58 0xB722 # 0 +0x9B59 0xB723 # 0 +0x9B5A 0xB724 # 0 +0x9B5B 0xB725 # 0 +0x9B5C 0xB726 # 0 +0x9B5D 0xB727 # 0 +0x9B61 0xB728 # 0 +0x9B62 0xB729 # 0 +0x9B63 0xB72A # 0 +0x9B64 0xB72B # 0 +0x9B65 0xB72C # 0 +0x9B66 0xB72D # 0 +0x9B67 0xB72E # 0 +0x9B68 0xB72F # 0 +0x9B69 0xB730 # 0 +0x9B6A 0xB731 # 0 +0x9B6B 0xB732 # 0 +0x9B6C 0xB733 # 0 +0x9B6D 0xB734 # 0 +0x9B6E 0xB735 # 0 +0x9B6F 0xB736 # 0 +0x9B70 0xB737 # 0 +0x9B71 0xB738 # 0 +0x9B73 0xB739 # 0 +0x9B74 0xB73A # 0 +0x9B75 0xB73B # 0 +0x9B76 0xB73C # 0 +0x9B77 0xB73D # 0 +0x9B78 0xB73E # 0 +0x9B79 0xB73F # 0 +0x9B7A 0xB740 # 0 +0x9B7B 0xB741 # 0 +0x9B7C 0xB742 # 0 +0x9B7D 0xB743 # 0 +0x9B81 0xB744 # 0 +0x9B82 0xB745 # 0 +0x9B83 0xB746 # 0 +0x9B84 0xB747 # 0 +0x9B85 0xB748 # 0 +0x9B86 0xB749 # 0 +0x9B87 0xB74A # 0 +0x9B88 0xB74B # 0 +0x9B89 0xB74C # 0 +0x9B8A 0xB74D # 0 +0x9B8B 0xB74E # 0 +0x9B8C 0xB74F # 0 +0x9B8D 0xB750 # 0 +0x9B8E 0xB751 # 0 +0x9B8F 0xB752 # 0 +0x9B90 0xB753 # 0 +0x9B91 0xB754 # 0 +0x9B93 0xB755 # 0 +0x9B94 0xB756 # 0 +0x9B95 0xB757 # 0 +0x9B96 0xB758 # 0 +0x9B97 0xB759 # 0 +0x9B98 0xB75A # 0 +0x9B99 0xB75B # 0 +0x9B9A 0xB75C # 0 +0x9B9B 0xB75D # 0 +0x9B9C 0xB75E # 0 +0x9B9D 0xB75F # 0 +0x9BA1 0xB760 # 0 +0x9BA2 0xB761 # 0 +0x9BA3 0xB762 # 0 +0x9BA4 0xB763 # 0 +0x9BA5 0xB764 # 0 +0x9BA6 0xB765 # 0 +0x9BA7 0xB766 # 0 +0x9BA8 0xB767 # 0 +0x9BA9 0xB768 # 0 +0x9BAA 0xB769 # 0 +0x9BAB 0xB76A # 0 +0x9BAC 0xB76B # 0 +0x9BAD 0xB76C # 0 +0x9BAE 0xB76D # 0 +0x9BAF 0xB76E # 0 +0x9BB0 0xB76F # 0 +0x9BB1 0xB770 # 0 +0x9BB3 0xB771 # 0 +0x9BB4 0xB772 # 0 +0x9BB5 0xB773 # 0 +0x9BB6 0xB774 # 0 +0x9BB7 0xB775 # 0 +0x9BB8 0xB776 # 0 +0x9BB9 0xB777 # 0 +0x9BBA 0xB778 # 0 +0x9BBB 0xB779 # 0 +0x9BBC 0xB77A # 0 +0x9BBD 0xB77B # 0 +0x9C41 0x1105 # 0 +0x9C61 0xB77C # 0 +0x9C62 0xB77D # 0 +0x9C63 0xB77E # 0 +0x9C64 0xB77F # 0 +0x9C65 0xB780 # 0 +0x9C66 0xB781 # 0 +0x9C67 0xB782 # 0 +0x9C68 0xB783 # 0 +0x9C69 0xB784 # 0 +0x9C6A 0xB785 # 0 +0x9C6B 0xB786 # 0 +0x9C6C 0xB787 # 0 +0x9C6D 0xB788 # 0 +0x9C6E 0xB789 # 0 +0x9C6F 0xB78A # 0 +0x9C70 0xB78B # 0 +0x9C71 0xB78C # 0 +0x9C73 0xB78D # 0 +0x9C74 0xB78E # 0 +0x9C75 0xB78F # 0 +0x9C76 0xB790 # 0 +0x9C77 0xB791 # 0 +0x9C78 0xB792 # 0 +0x9C79 0xB793 # 0 +0x9C7A 0xB794 # 0 +0x9C7B 0xB795 # 0 +0x9C7C 0xB796 # 0 +0x9C7D 0xB797 # 0 +0x9C81 0xB798 # 0 +0x9C82 0xB799 # 0 +0x9C83 0xB79A # 0 +0x9C84 0xB79B # 0 +0x9C85 0xB79C # 0 +0x9C86 0xB79D # 0 +0x9C87 0xB79E # 0 +0x9C88 0xB79F # 0 +0x9C89 0xB7A0 # 0 +0x9C8A 0xB7A1 # 0 +0x9C8B 0xB7A2 # 0 +0x9C8C 0xB7A3 # 0 +0x9C8D 0xB7A4 # 0 +0x9C8E 0xB7A5 # 0 +0x9C8F 0xB7A6 # 0 +0x9C90 0xB7A7 # 0 +0x9C91 0xB7A8 # 0 +0x9C93 0xB7A9 # 0 +0x9C94 0xB7AA # 0 +0x9C95 0xB7AB # 0 +0x9C96 0xB7AC # 0 +0x9C97 0xB7AD # 0 +0x9C98 0xB7AE # 0 +0x9C99 0xB7AF # 0 +0x9C9A 0xB7B0 # 0 +0x9C9B 0xB7B1 # 0 +0x9C9C 0xB7B2 # 0 +0x9C9D 0xB7B3 # 0 +0x9CA1 0xB7B4 # 0 +0x9CA2 0xB7B5 # 0 +0x9CA3 0xB7B6 # 0 +0x9CA4 0xB7B7 # 0 +0x9CA5 0xB7B8 # 0 +0x9CA6 0xB7B9 # 0 +0x9CA7 0xB7BA # 0 +0x9CA8 0xB7BB # 0 +0x9CA9 0xB7BC # 0 +0x9CAA 0xB7BD # 0 +0x9CAB 0xB7BE # 0 +0x9CAC 0xB7BF # 0 +0x9CAD 0xB7C0 # 0 +0x9CAE 0xB7C1 # 0 +0x9CAF 0xB7C2 # 0 +0x9CB0 0xB7C3 # 0 +0x9CB1 0xB7C4 # 0 +0x9CB3 0xB7C5 # 0 +0x9CB4 0xB7C6 # 0 +0x9CB5 0xB7C7 # 0 +0x9CB6 0xB7C8 # 0 +0x9CB7 0xB7C9 # 0 +0x9CB8 0xB7CA # 0 +0x9CB9 0xB7CB # 0 +0x9CBA 0xB7CC # 0 +0x9CBB 0xB7CD # 0 +0x9CBC 0xB7CE # 0 +0x9CBD 0xB7CF # 0 +0x9CC1 0xB7D0 # 0 +0x9CC2 0xB7D1 # 0 +0x9CC3 0xB7D2 # 0 +0x9CC4 0xB7D3 # 0 +0x9CC5 0xB7D4 # 0 +0x9CC6 0xB7D5 # 0 +0x9CC7 0xB7D6 # 0 +0x9CC8 0xB7D7 # 0 +0x9CC9 0xB7D8 # 0 +0x9CCA 0xB7D9 # 0 +0x9CCB 0xB7DA # 0 +0x9CCC 0xB7DB # 0 +0x9CCD 0xB7DC # 0 +0x9CCE 0xB7DD # 0 +0x9CCF 0xB7DE # 0 +0x9CD0 0xB7DF # 0 +0x9CD1 0xB7E0 # 0 +0x9CD3 0xB7E1 # 0 +0x9CD4 0xB7E2 # 0 +0x9CD5 0xB7E3 # 0 +0x9CD6 0xB7E4 # 0 +0x9CD7 0xB7E5 # 0 +0x9CD8 0xB7E6 # 0 +0x9CD9 0xB7E7 # 0 +0x9CDA 0xB7E8 # 0 +0x9CDB 0xB7E9 # 0 +0x9CDC 0xB7EA # 0 +0x9CDD 0xB7EB # 0 +0x9CE1 0xB7EC # 0 +0x9CE2 0xB7ED # 0 +0x9CE3 0xB7EE # 0 +0x9CE4 0xB7EF # 0 +0x9CE5 0xB7F0 # 0 +0x9CE6 0xB7F1 # 0 +0x9CE7 0xB7F2 # 0 +0x9CE8 0xB7F3 # 0 +0x9CE9 0xB7F4 # 0 +0x9CEA 0xB7F5 # 0 +0x9CEB 0xB7F6 # 0 +0x9CEC 0xB7F7 # 0 +0x9CED 0xB7F8 # 0 +0x9CEE 0xB7F9 # 0 +0x9CEF 0xB7FA # 0 +0x9CF0 0xB7FB # 0 +0x9CF1 0xB7FC # 0 +0x9CF3 0xB7FD # 0 +0x9CF4 0xB7FE # 0 +0x9CF5 0xB7FF # 0 +0x9CF6 0xB800 # 0 +0x9CF7 0xB801 # 0 +0x9CF8 0xB802 # 0 +0x9CF9 0xB803 # 0 +0x9CFA 0xB804 # 0 +0x9CFB 0xB805 # 0 +0x9CFC 0xB806 # 0 +0x9CFD 0xB807 # 0 +0x9D41 0xB808 # 0 +0x9D42 0xB809 # 0 +0x9D43 0xB80A # 0 +0x9D44 0xB80B # 0 +0x9D45 0xB80C # 0 +0x9D46 0xB80D # 0 +0x9D47 0xB80E # 0 +0x9D48 0xB80F # 0 +0x9D49 0xB810 # 0 +0x9D4A 0xB811 # 0 +0x9D4B 0xB812 # 0 +0x9D4C 0xB813 # 0 +0x9D4D 0xB814 # 0 +0x9D4E 0xB815 # 0 +0x9D4F 0xB816 # 0 +0x9D50 0xB817 # 0 +0x9D51 0xB818 # 0 +0x9D53 0xB819 # 0 +0x9D54 0xB81A # 0 +0x9D55 0xB81B # 0 +0x9D56 0xB81C # 0 +0x9D57 0xB81D # 0 +0x9D58 0xB81E # 0 +0x9D59 0xB81F # 0 +0x9D5A 0xB820 # 0 +0x9D5B 0xB821 # 0 +0x9D5C 0xB822 # 0 +0x9D5D 0xB823 # 0 +0x9D61 0xB824 # 0 +0x9D62 0xB825 # 0 +0x9D63 0xB826 # 0 +0x9D64 0xB827 # 0 +0x9D65 0xB828 # 0 +0x9D66 0xB829 # 0 +0x9D67 0xB82A # 0 +0x9D68 0xB82B # 0 +0x9D69 0xB82C # 0 +0x9D6A 0xB82D # 0 +0x9D6B 0xB82E # 0 +0x9D6C 0xB82F # 0 +0x9D6D 0xB830 # 0 +0x9D6E 0xB831 # 0 +0x9D6F 0xB832 # 0 +0x9D70 0xB833 # 0 +0x9D71 0xB834 # 0 +0x9D73 0xB835 # 0 +0x9D74 0xB836 # 0 +0x9D75 0xB837 # 0 +0x9D76 0xB838 # 0 +0x9D77 0xB839 # 0 +0x9D78 0xB83A # 0 +0x9D79 0xB83B # 0 +0x9D7A 0xB83C # 0 +0x9D7B 0xB83D # 0 +0x9D7C 0xB83E # 0 +0x9D7D 0xB83F # 0 +0x9D81 0xB840 # 0 +0x9D82 0xB841 # 0 +0x9D83 0xB842 # 0 +0x9D84 0xB843 # 0 +0x9D85 0xB844 # 0 +0x9D86 0xB845 # 0 +0x9D87 0xB846 # 0 +0x9D88 0xB847 # 0 +0x9D89 0xB848 # 0 +0x9D8A 0xB849 # 0 +0x9D8B 0xB84A # 0 +0x9D8C 0xB84B # 0 +0x9D8D 0xB84C # 0 +0x9D8E 0xB84D # 0 +0x9D8F 0xB84E # 0 +0x9D90 0xB84F # 0 +0x9D91 0xB850 # 0 +0x9D93 0xB851 # 0 +0x9D94 0xB852 # 0 +0x9D95 0xB853 # 0 +0x9D96 0xB854 # 0 +0x9D97 0xB855 # 0 +0x9D98 0xB856 # 0 +0x9D99 0xB857 # 0 +0x9D9A 0xB858 # 0 +0x9D9B 0xB859 # 0 +0x9D9C 0xB85A # 0 +0x9D9D 0xB85B # 0 +0x9DA1 0xB85C # 0 +0x9DA2 0xB85D # 0 +0x9DA3 0xB85E # 0 +0x9DA4 0xB85F # 0 +0x9DA5 0xB860 # 0 +0x9DA6 0xB861 # 0 +0x9DA7 0xB862 # 0 +0x9DA8 0xB863 # 0 +0x9DA9 0xB864 # 0 +0x9DAA 0xB865 # 0 +0x9DAB 0xB866 # 0 +0x9DAC 0xB867 # 0 +0x9DAD 0xB868 # 0 +0x9DAE 0xB869 # 0 +0x9DAF 0xB86A # 0 +0x9DB0 0xB86B # 0 +0x9DB1 0xB86C # 0 +0x9DB3 0xB86D # 0 +0x9DB4 0xB86E # 0 +0x9DB5 0xB86F # 0 +0x9DB6 0xB870 # 0 +0x9DB7 0xB871 # 0 +0x9DB8 0xB872 # 0 +0x9DB9 0xB873 # 0 +0x9DBA 0xB874 # 0 +0x9DBB 0xB875 # 0 +0x9DBC 0xB876 # 0 +0x9DBD 0xB877 # 0 +0x9DC1 0xB878 # 0 +0x9DC2 0xB879 # 0 +0x9DC3 0xB87A # 0 +0x9DC4 0xB87B # 0 +0x9DC5 0xB87C # 0 +0x9DC6 0xB87D # 0 +0x9DC7 0xB87E # 0 +0x9DC8 0xB87F # 0 +0x9DC9 0xB880 # 0 +0x9DCA 0xB881 # 0 +0x9DCB 0xB882 # 0 +0x9DCC 0xB883 # 0 +0x9DCD 0xB884 # 0 +0x9DCE 0xB885 # 0 +0x9DCF 0xB886 # 0 +0x9DD0 0xB887 # 0 +0x9DD1 0xB888 # 0 +0x9DD3 0xB889 # 0 +0x9DD4 0xB88A # 0 +0x9DD5 0xB88B # 0 +0x9DD6 0xB88C # 0 +0x9DD7 0xB88D # 0 +0x9DD8 0xB88E # 0 +0x9DD9 0xB88F # 0 +0x9DDA 0xB890 # 0 +0x9DDB 0xB891 # 0 +0x9DDC 0xB892 # 0 +0x9DDD 0xB893 # 0 +0x9DE1 0xB894 # 0 +0x9DE2 0xB895 # 0 +0x9DE3 0xB896 # 0 +0x9DE4 0xB897 # 0 +0x9DE5 0xB898 # 0 +0x9DE6 0xB899 # 0 +0x9DE7 0xB89A # 0 +0x9DE8 0xB89B # 0 +0x9DE9 0xB89C # 0 +0x9DEA 0xB89D # 0 +0x9DEB 0xB89E # 0 +0x9DEC 0xB89F # 0 +0x9DED 0xB8A0 # 0 +0x9DEE 0xB8A1 # 0 +0x9DEF 0xB8A2 # 0 +0x9DF0 0xB8A3 # 0 +0x9DF1 0xB8A4 # 0 +0x9DF3 0xB8A5 # 0 +0x9DF4 0xB8A6 # 0 +0x9DF5 0xB8A7 # 0 +0x9DF6 0xB8A8 # 0 +0x9DF7 0xB8A9 # 0 +0x9DF8 0xB8AA # 0 +0x9DF9 0xB8AB # 0 +0x9DFA 0xB8AC # 0 +0x9DFB 0xB8AD # 0 +0x9DFC 0xB8AE # 0 +0x9DFD 0xB8AF # 0 +0x9E41 0xB8B0 # 0 +0x9E42 0xB8B1 # 0 +0x9E43 0xB8B2 # 0 +0x9E44 0xB8B3 # 0 +0x9E45 0xB8B4 # 0 +0x9E46 0xB8B5 # 0 +0x9E47 0xB8B6 # 0 +0x9E48 0xB8B7 # 0 +0x9E49 0xB8B8 # 0 +0x9E4A 0xB8B9 # 0 +0x9E4B 0xB8BA # 0 +0x9E4C 0xB8BB # 0 +0x9E4D 0xB8BC # 0 +0x9E4E 0xB8BD # 0 +0x9E4F 0xB8BE # 0 +0x9E50 0xB8BF # 0 +0x9E51 0xB8C0 # 0 +0x9E53 0xB8C1 # 0 +0x9E54 0xB8C2 # 0 +0x9E55 0xB8C3 # 0 +0x9E56 0xB8C4 # 0 +0x9E57 0xB8C5 # 0 +0x9E58 0xB8C6 # 0 +0x9E59 0xB8C7 # 0 +0x9E5A 0xB8C8 # 0 +0x9E5B 0xB8C9 # 0 +0x9E5C 0xB8CA # 0 +0x9E5D 0xB8CB # 0 +0x9E61 0xB8CC # 0 +0x9E62 0xB8CD # 0 +0x9E63 0xB8CE # 0 +0x9E64 0xB8CF # 0 +0x9E65 0xB8D0 # 0 +0x9E66 0xB8D1 # 0 +0x9E67 0xB8D2 # 0 +0x9E68 0xB8D3 # 0 +0x9E69 0xB8D4 # 0 +0x9E6A 0xB8D5 # 0 +0x9E6B 0xB8D6 # 0 +0x9E6C 0xB8D7 # 0 +0x9E6D 0xB8D8 # 0 +0x9E6E 0xB8D9 # 0 +0x9E6F 0xB8DA # 0 +0x9E70 0xB8DB # 0 +0x9E71 0xB8DC # 0 +0x9E73 0xB8DD # 0 +0x9E74 0xB8DE # 0 +0x9E75 0xB8DF # 0 +0x9E76 0xB8E0 # 0 +0x9E77 0xB8E1 # 0 +0x9E78 0xB8E2 # 0 +0x9E79 0xB8E3 # 0 +0x9E7A 0xB8E4 # 0 +0x9E7B 0xB8E5 # 0 +0x9E7C 0xB8E6 # 0 +0x9E7D 0xB8E7 # 0 +0x9E81 0xB8E8 # 0 +0x9E82 0xB8E9 # 0 +0x9E83 0xB8EA # 0 +0x9E84 0xB8EB # 0 +0x9E85 0xB8EC # 0 +0x9E86 0xB8ED # 0 +0x9E87 0xB8EE # 0 +0x9E88 0xB8EF # 0 +0x9E89 0xB8F0 # 0 +0x9E8A 0xB8F1 # 0 +0x9E8B 0xB8F2 # 0 +0x9E8C 0xB8F3 # 0 +0x9E8D 0xB8F4 # 0 +0x9E8E 0xB8F5 # 0 +0x9E8F 0xB8F6 # 0 +0x9E90 0xB8F7 # 0 +0x9E91 0xB8F8 # 0 +0x9E93 0xB8F9 # 0 +0x9E94 0xB8FA # 0 +0x9E95 0xB8FB # 0 +0x9E96 0xB8FC # 0 +0x9E97 0xB8FD # 0 +0x9E98 0xB8FE # 0 +0x9E99 0xB8FF # 0 +0x9E9A 0xB900 # 0 +0x9E9B 0xB901 # 0 +0x9E9C 0xB902 # 0 +0x9E9D 0xB903 # 0 +0x9EA1 0xB904 # 0 +0x9EA2 0xB905 # 0 +0x9EA3 0xB906 # 0 +0x9EA4 0xB907 # 0 +0x9EA5 0xB908 # 0 +0x9EA6 0xB909 # 0 +0x9EA7 0xB90A # 0 +0x9EA8 0xB90B # 0 +0x9EA9 0xB90C # 0 +0x9EAA 0xB90D # 0 +0x9EAB 0xB90E # 0 +0x9EAC 0xB90F # 0 +0x9EAD 0xB910 # 0 +0x9EAE 0xB911 # 0 +0x9EAF 0xB912 # 0 +0x9EB0 0xB913 # 0 +0x9EB1 0xB914 # 0 +0x9EB3 0xB915 # 0 +0x9EB4 0xB916 # 0 +0x9EB5 0xB917 # 0 +0x9EB6 0xB918 # 0 +0x9EB7 0xB919 # 0 +0x9EB8 0xB91A # 0 +0x9EB9 0xB91B # 0 +0x9EBA 0xB91C # 0 +0x9EBB 0xB91D # 0 +0x9EBC 0xB91E # 0 +0x9EBD 0xB91F # 0 +0x9EC1 0xB920 # 0 +0x9EC2 0xB921 # 0 +0x9EC3 0xB922 # 0 +0x9EC4 0xB923 # 0 +0x9EC5 0xB924 # 0 +0x9EC6 0xB925 # 0 +0x9EC7 0xB926 # 0 +0x9EC8 0xB927 # 0 +0x9EC9 0xB928 # 0 +0x9ECA 0xB929 # 0 +0x9ECB 0xB92A # 0 +0x9ECC 0xB92B # 0 +0x9ECD 0xB92C # 0 +0x9ECE 0xB92D # 0 +0x9ECF 0xB92E # 0 +0x9ED0 0xB92F # 0 +0x9ED1 0xB930 # 0 +0x9ED3 0xB931 # 0 +0x9ED4 0xB932 # 0 +0x9ED5 0xB933 # 0 +0x9ED6 0xB934 # 0 +0x9ED7 0xB935 # 0 +0x9ED8 0xB936 # 0 +0x9ED9 0xB937 # 0 +0x9EDA 0xB938 # 0 +0x9EDB 0xB939 # 0 +0x9EDC 0xB93A # 0 +0x9EDD 0xB93B # 0 +0x9EE1 0xB93C # 0 +0x9EE2 0xB93D # 0 +0x9EE3 0xB93E # 0 +0x9EE4 0xB93F # 0 +0x9EE5 0xB940 # 0 +0x9EE6 0xB941 # 0 +0x9EE7 0xB942 # 0 +0x9EE8 0xB943 # 0 +0x9EE9 0xB944 # 0 +0x9EEA 0xB945 # 0 +0x9EEB 0xB946 # 0 +0x9EEC 0xB947 # 0 +0x9EED 0xB948 # 0 +0x9EEE 0xB949 # 0 +0x9EEF 0xB94A # 0 +0x9EF0 0xB94B # 0 +0x9EF1 0xB94C # 0 +0x9EF3 0xB94D # 0 +0x9EF4 0xB94E # 0 +0x9EF5 0xB94F # 0 +0x9EF6 0xB950 # 0 +0x9EF7 0xB951 # 0 +0x9EF8 0xB952 # 0 +0x9EF9 0xB953 # 0 +0x9EFA 0xB954 # 0 +0x9EFB 0xB955 # 0 +0x9EFC 0xB956 # 0 +0x9EFD 0xB957 # 0 +0x9F41 0xB958 # 0 +0x9F42 0xB959 # 0 +0x9F43 0xB95A # 0 +0x9F44 0xB95B # 0 +0x9F45 0xB95C # 0 +0x9F46 0xB95D # 0 +0x9F47 0xB95E # 0 +0x9F48 0xB95F # 0 +0x9F49 0xB960 # 0 +0x9F4A 0xB961 # 0 +0x9F4B 0xB962 # 0 +0x9F4C 0xB963 # 0 +0x9F4D 0xB964 # 0 +0x9F4E 0xB965 # 0 +0x9F4F 0xB966 # 0 +0x9F50 0xB967 # 0 +0x9F51 0xB968 # 0 +0x9F53 0xB969 # 0 +0x9F54 0xB96A # 0 +0x9F55 0xB96B # 0 +0x9F56 0xB96C # 0 +0x9F57 0xB96D # 0 +0x9F58 0xB96E # 0 +0x9F59 0xB96F # 0 +0x9F5A 0xB970 # 0 +0x9F5B 0xB971 # 0 +0x9F5C 0xB972 # 0 +0x9F5D 0xB973 # 0 +0x9F61 0xB974 # 0 +0x9F62 0xB975 # 0 +0x9F63 0xB976 # 0 +0x9F64 0xB977 # 0 +0x9F65 0xB978 # 0 +0x9F66 0xB979 # 0 +0x9F67 0xB97A # 0 +0x9F68 0xB97B # 0 +0x9F69 0xB97C # 0 +0x9F6A 0xB97D # 0 +0x9F6B 0xB97E # 0 +0x9F6C 0xB97F # 0 +0x9F6D 0xB980 # 0 +0x9F6E 0xB981 # 0 +0x9F6F 0xB982 # 0 +0x9F70 0xB983 # 0 +0x9F71 0xB984 # 0 +0x9F73 0xB985 # 0 +0x9F74 0xB986 # 0 +0x9F75 0xB987 # 0 +0x9F76 0xB988 # 0 +0x9F77 0xB989 # 0 +0x9F78 0xB98A # 0 +0x9F79 0xB98B # 0 +0x9F7A 0xB98C # 0 +0x9F7B 0xB98D # 0 +0x9F7C 0xB98E # 0 +0x9F7D 0xB98F # 0 +0x9F81 0xB990 # 0 +0x9F82 0xB991 # 0 +0x9F83 0xB992 # 0 +0x9F84 0xB993 # 0 +0x9F85 0xB994 # 0 +0x9F86 0xB995 # 0 +0x9F87 0xB996 # 0 +0x9F88 0xB997 # 0 +0x9F89 0xB998 # 0 +0x9F8A 0xB999 # 0 +0x9F8B 0xB99A # 0 +0x9F8C 0xB99B # 0 +0x9F8D 0xB99C # 0 +0x9F8E 0xB99D # 0 +0x9F8F 0xB99E # 0 +0x9F90 0xB99F # 0 +0x9F91 0xB9A0 # 0 +0x9F93 0xB9A1 # 0 +0x9F94 0xB9A2 # 0 +0x9F95 0xB9A3 # 0 +0x9F96 0xB9A4 # 0 +0x9F97 0xB9A5 # 0 +0x9F98 0xB9A6 # 0 +0x9F99 0xB9A7 # 0 +0x9F9A 0xB9A8 # 0 +0x9F9B 0xB9A9 # 0 +0x9F9C 0xB9AA # 0 +0x9F9D 0xB9AB # 0 +0x9FA1 0xB9AC # 0 +0x9FA2 0xB9AD # 0 +0x9FA3 0xB9AE # 0 +0x9FA4 0xB9AF # 0 +0x9FA5 0xB9B0 # 0 +0x9FA6 0xB9B1 # 0 +0x9FA7 0xB9B2 # 0 +0x9FA8 0xB9B3 # 0 +0x9FA9 0xB9B4 # 0 +0x9FAA 0xB9B5 # 0 +0x9FAB 0xB9B6 # 0 +0x9FAC 0xB9B7 # 0 +0x9FAD 0xB9B8 # 0 +0x9FAE 0xB9B9 # 0 +0x9FAF 0xB9BA # 0 +0x9FB0 0xB9BB # 0 +0x9FB1 0xB9BC # 0 +0x9FB3 0xB9BD # 0 +0x9FB4 0xB9BE # 0 +0x9FB5 0xB9BF # 0 +0x9FB6 0xB9C0 # 0 +0x9FB7 0xB9C1 # 0 +0x9FB8 0xB9C2 # 0 +0x9FB9 0xB9C3 # 0 +0x9FBA 0xB9C4 # 0 +0x9FBB 0xB9C5 # 0 +0x9FBC 0xB9C6 # 0 +0x9FBD 0xB9C7 # 0 +0xA041 0x1106 # 0 +0xA061 0xB9C8 # 0 +0xA062 0xB9C9 # 0 +0xA063 0xB9CA # 0 +0xA064 0xB9CB # 0 +0xA065 0xB9CC # 0 +0xA066 0xB9CD # 0 +0xA067 0xB9CE # 0 +0xA068 0xB9CF # 0 +0xA069 0xB9D0 # 0 +0xA06A 0xB9D1 # 0 +0xA06B 0xB9D2 # 0 +0xA06C 0xB9D3 # 0 +0xA06D 0xB9D4 # 0 +0xA06E 0xB9D5 # 0 +0xA06F 0xB9D6 # 0 +0xA070 0xB9D7 # 0 +0xA071 0xB9D8 # 0 +0xA073 0xB9D9 # 0 +0xA074 0xB9DA # 0 +0xA075 0xB9DB # 0 +0xA076 0xB9DC # 0 +0xA077 0xB9DD # 0 +0xA078 0xB9DE # 0 +0xA079 0xB9DF # 0 +0xA07A 0xB9E0 # 0 +0xA07B 0xB9E1 # 0 +0xA07C 0xB9E2 # 0 +0xA07D 0xB9E3 # 0 +0xA081 0xB9E4 # 0 +0xA082 0xB9E5 # 0 +0xA083 0xB9E6 # 0 +0xA084 0xB9E7 # 0 +0xA085 0xB9E8 # 0 +0xA086 0xB9E9 # 0 +0xA087 0xB9EA # 0 +0xA088 0xB9EB # 0 +0xA089 0xB9EC # 0 +0xA08A 0xB9ED # 0 +0xA08B 0xB9EE # 0 +0xA08C 0xB9EF # 0 +0xA08D 0xB9F0 # 0 +0xA08E 0xB9F1 # 0 +0xA08F 0xB9F2 # 0 +0xA090 0xB9F3 # 0 +0xA091 0xB9F4 # 0 +0xA093 0xB9F5 # 0 +0xA094 0xB9F6 # 0 +0xA095 0xB9F7 # 0 +0xA096 0xB9F8 # 0 +0xA097 0xB9F9 # 0 +0xA098 0xB9FA # 0 +0xA099 0xB9FB # 0 +0xA09A 0xB9FC # 0 +0xA09B 0xB9FD # 0 +0xA09C 0xB9FE # 0 +0xA09D 0xB9FF # 0 +0xA0A1 0xBA00 # 0 +0xA0A2 0xBA01 # 0 +0xA0A3 0xBA02 # 0 +0xA0A4 0xBA03 # 0 +0xA0A5 0xBA04 # 0 +0xA0A6 0xBA05 # 0 +0xA0A7 0xBA06 # 0 +0xA0A8 0xBA07 # 0 +0xA0A9 0xBA08 # 0 +0xA0AA 0xBA09 # 0 +0xA0AB 0xBA0A # 0 +0xA0AC 0xBA0B # 0 +0xA0AD 0xBA0C # 0 +0xA0AE 0xBA0D # 0 +0xA0AF 0xBA0E # 0 +0xA0B0 0xBA0F # 0 +0xA0B1 0xBA10 # 0 +0xA0B3 0xBA11 # 0 +0xA0B4 0xBA12 # 0 +0xA0B5 0xBA13 # 0 +0xA0B6 0xBA14 # 0 +0xA0B7 0xBA15 # 0 +0xA0B8 0xBA16 # 0 +0xA0B9 0xBA17 # 0 +0xA0BA 0xBA18 # 0 +0xA0BB 0xBA19 # 0 +0xA0BC 0xBA1A # 0 +0xA0BD 0xBA1B # 0 +0xA0C1 0xBA1C # 0 +0xA0C2 0xBA1D # 0 +0xA0C3 0xBA1E # 0 +0xA0C4 0xBA1F # 0 +0xA0C5 0xBA20 # 0 +0xA0C6 0xBA21 # 0 +0xA0C7 0xBA22 # 0 +0xA0C8 0xBA23 # 0 +0xA0C9 0xBA24 # 0 +0xA0CA 0xBA25 # 0 +0xA0CB 0xBA26 # 0 +0xA0CC 0xBA27 # 0 +0xA0CD 0xBA28 # 0 +0xA0CE 0xBA29 # 0 +0xA0CF 0xBA2A # 0 +0xA0D0 0xBA2B # 0 +0xA0D1 0xBA2C # 0 +0xA0D3 0xBA2D # 0 +0xA0D4 0xBA2E # 0 +0xA0D5 0xBA2F # 0 +0xA0D6 0xBA30 # 0 +0xA0D7 0xBA31 # 0 +0xA0D8 0xBA32 # 0 +0xA0D9 0xBA33 # 0 +0xA0DA 0xBA34 # 0 +0xA0DB 0xBA35 # 0 +0xA0DC 0xBA36 # 0 +0xA0DD 0xBA37 # 0 +0xA0E1 0xBA38 # 0 +0xA0E2 0xBA39 # 0 +0xA0E3 0xBA3A # 0 +0xA0E4 0xBA3B # 0 +0xA0E5 0xBA3C # 0 +0xA0E6 0xBA3D # 0 +0xA0E7 0xBA3E # 0 +0xA0E8 0xBA3F # 0 +0xA0E9 0xBA40 # 0 +0xA0EA 0xBA41 # 0 +0xA0EB 0xBA42 # 0 +0xA0EC 0xBA43 # 0 +0xA0ED 0xBA44 # 0 +0xA0EE 0xBA45 # 0 +0xA0EF 0xBA46 # 0 +0xA0F0 0xBA47 # 0 +0xA0F1 0xBA48 # 0 +0xA0F3 0xBA49 # 0 +0xA0F4 0xBA4A # 0 +0xA0F5 0xBA4B # 0 +0xA0F6 0xBA4C # 0 +0xA0F7 0xBA4D # 0 +0xA0F8 0xBA4E # 0 +0xA0F9 0xBA4F # 0 +0xA0FA 0xBA50 # 0 +0xA0FB 0xBA51 # 0 +0xA0FC 0xBA52 # 0 +0xA0FD 0xBA53 # 0 +0xA141 0xBA54 # 0 +0xA142 0xBA55 # 0 +0xA143 0xBA56 # 0 +0xA144 0xBA57 # 0 +0xA145 0xBA58 # 0 +0xA146 0xBA59 # 0 +0xA147 0xBA5A # 0 +0xA148 0xBA5B # 0 +0xA149 0xBA5C # 0 +0xA14A 0xBA5D # 0 +0xA14B 0xBA5E # 0 +0xA14C 0xBA5F # 0 +0xA14D 0xBA60 # 0 +0xA14E 0xBA61 # 0 +0xA14F 0xBA62 # 0 +0xA150 0xBA63 # 0 +0xA151 0xBA64 # 0 +0xA153 0xBA65 # 0 +0xA154 0xBA66 # 0 +0xA155 0xBA67 # 0 +0xA156 0xBA68 # 0 +0xA157 0xBA69 # 0 +0xA158 0xBA6A # 0 +0xA159 0xBA6B # 0 +0xA15A 0xBA6C # 0 +0xA15B 0xBA6D # 0 +0xA15C 0xBA6E # 0 +0xA15D 0xBA6F # 0 +0xA161 0xBA70 # 0 +0xA162 0xBA71 # 0 +0xA163 0xBA72 # 0 +0xA164 0xBA73 # 0 +0xA165 0xBA74 # 0 +0xA166 0xBA75 # 0 +0xA167 0xBA76 # 0 +0xA168 0xBA77 # 0 +0xA169 0xBA78 # 0 +0xA16A 0xBA79 # 0 +0xA16B 0xBA7A # 0 +0xA16C 0xBA7B # 0 +0xA16D 0xBA7C # 0 +0xA16E 0xBA7D # 0 +0xA16F 0xBA7E # 0 +0xA170 0xBA7F # 0 +0xA171 0xBA80 # 0 +0xA173 0xBA81 # 0 +0xA174 0xBA82 # 0 +0xA175 0xBA83 # 0 +0xA176 0xBA84 # 0 +0xA177 0xBA85 # 0 +0xA178 0xBA86 # 0 +0xA179 0xBA87 # 0 +0xA17A 0xBA88 # 0 +0xA17B 0xBA89 # 0 +0xA17C 0xBA8A # 0 +0xA17D 0xBA8B # 0 +0xA181 0xBA8C # 0 +0xA182 0xBA8D # 0 +0xA183 0xBA8E # 0 +0xA184 0xBA8F # 0 +0xA185 0xBA90 # 0 +0xA186 0xBA91 # 0 +0xA187 0xBA92 # 0 +0xA188 0xBA93 # 0 +0xA189 0xBA94 # 0 +0xA18A 0xBA95 # 0 +0xA18B 0xBA96 # 0 +0xA18C 0xBA97 # 0 +0xA18D 0xBA98 # 0 +0xA18E 0xBA99 # 0 +0xA18F 0xBA9A # 0 +0xA190 0xBA9B # 0 +0xA191 0xBA9C # 0 +0xA193 0xBA9D # 0 +0xA194 0xBA9E # 0 +0xA195 0xBA9F # 0 +0xA196 0xBAA0 # 0 +0xA197 0xBAA1 # 0 +0xA198 0xBAA2 # 0 +0xA199 0xBAA3 # 0 +0xA19A 0xBAA4 # 0 +0xA19B 0xBAA5 # 0 +0xA19C 0xBAA6 # 0 +0xA19D 0xBAA7 # 0 +0xA1A1 0xBAA8 # 0 +0xA1A2 0xBAA9 # 0 +0xA1A3 0xBAAA # 0 +0xA1A4 0xBAAB # 0 +0xA1A5 0xBAAC # 0 +0xA1A6 0xBAAD # 0 +0xA1A7 0xBAAE # 0 +0xA1A8 0xBAAF # 0 +0xA1A9 0xBAB0 # 0 +0xA1AA 0xBAB1 # 0 +0xA1AB 0xBAB2 # 0 +0xA1AC 0xBAB3 # 0 +0xA1AD 0xBAB4 # 0 +0xA1AE 0xBAB5 # 0 +0xA1AF 0xBAB6 # 0 +0xA1B0 0xBAB7 # 0 +0xA1B1 0xBAB8 # 0 +0xA1B3 0xBAB9 # 0 +0xA1B4 0xBABA # 0 +0xA1B5 0xBABB # 0 +0xA1B6 0xBABC # 0 +0xA1B7 0xBABD # 0 +0xA1B8 0xBABE # 0 +0xA1B9 0xBABF # 0 +0xA1BA 0xBAC0 # 0 +0xA1BB 0xBAC1 # 0 +0xA1BC 0xBAC2 # 0 +0xA1BD 0xBAC3 # 0 +0xA1C1 0xBAC4 # 0 +0xA1C2 0xBAC5 # 0 +0xA1C3 0xBAC6 # 0 +0xA1C4 0xBAC7 # 0 +0xA1C5 0xBAC8 # 0 +0xA1C6 0xBAC9 # 0 +0xA1C7 0xBACA # 0 +0xA1C8 0xBACB # 0 +0xA1C9 0xBACC # 0 +0xA1CA 0xBACD # 0 +0xA1CB 0xBACE # 0 +0xA1CC 0xBACF # 0 +0xA1CD 0xBAD0 # 0 +0xA1CE 0xBAD1 # 0 +0xA1CF 0xBAD2 # 0 +0xA1D0 0xBAD3 # 0 +0xA1D1 0xBAD4 # 0 +0xA1D3 0xBAD5 # 0 +0xA1D4 0xBAD6 # 0 +0xA1D5 0xBAD7 # 0 +0xA1D6 0xBAD8 # 0 +0xA1D7 0xBAD9 # 0 +0xA1D8 0xBADA # 0 +0xA1D9 0xBADB # 0 +0xA1DA 0xBADC # 0 +0xA1DB 0xBADD # 0 +0xA1DC 0xBADE # 0 +0xA1DD 0xBADF # 0 +0xA1E1 0xBAE0 # 0 +0xA1E2 0xBAE1 # 0 +0xA1E3 0xBAE2 # 0 +0xA1E4 0xBAE3 # 0 +0xA1E5 0xBAE4 # 0 +0xA1E6 0xBAE5 # 0 +0xA1E7 0xBAE6 # 0 +0xA1E8 0xBAE7 # 0 +0xA1E9 0xBAE8 # 0 +0xA1EA 0xBAE9 # 0 +0xA1EB 0xBAEA # 0 +0xA1EC 0xBAEB # 0 +0xA1ED 0xBAEC # 0 +0xA1EE 0xBAED # 0 +0xA1EF 0xBAEE # 0 +0xA1F0 0xBAEF # 0 +0xA1F1 0xBAF0 # 0 +0xA1F3 0xBAF1 # 0 +0xA1F4 0xBAF2 # 0 +0xA1F5 0xBAF3 # 0 +0xA1F6 0xBAF4 # 0 +0xA1F7 0xBAF5 # 0 +0xA1F8 0xBAF6 # 0 +0xA1F9 0xBAF7 # 0 +0xA1FA 0xBAF8 # 0 +0xA1FB 0xBAF9 # 0 +0xA1FC 0xBAFA # 0 +0xA1FD 0xBAFB # 0 +0xA241 0xBAFC # 0 +0xA242 0xBAFD # 0 +0xA243 0xBAFE # 0 +0xA244 0xBAFF # 0 +0xA245 0xBB00 # 0 +0xA246 0xBB01 # 0 +0xA247 0xBB02 # 0 +0xA248 0xBB03 # 0 +0xA249 0xBB04 # 0 +0xA24A 0xBB05 # 0 +0xA24B 0xBB06 # 0 +0xA24C 0xBB07 # 0 +0xA24D 0xBB08 # 0 +0xA24E 0xBB09 # 0 +0xA24F 0xBB0A # 0 +0xA250 0xBB0B # 0 +0xA251 0xBB0C # 0 +0xA253 0xBB0D # 0 +0xA254 0xBB0E # 0 +0xA255 0xBB0F # 0 +0xA256 0xBB10 # 0 +0xA257 0xBB11 # 0 +0xA258 0xBB12 # 0 +0xA259 0xBB13 # 0 +0xA25A 0xBB14 # 0 +0xA25B 0xBB15 # 0 +0xA25C 0xBB16 # 0 +0xA25D 0xBB17 # 0 +0xA261 0xBB18 # 0 +0xA262 0xBB19 # 0 +0xA263 0xBB1A # 0 +0xA264 0xBB1B # 0 +0xA265 0xBB1C # 0 +0xA266 0xBB1D # 0 +0xA267 0xBB1E # 0 +0xA268 0xBB1F # 0 +0xA269 0xBB20 # 0 +0xA26A 0xBB21 # 0 +0xA26B 0xBB22 # 0 +0xA26C 0xBB23 # 0 +0xA26D 0xBB24 # 0 +0xA26E 0xBB25 # 0 +0xA26F 0xBB26 # 0 +0xA270 0xBB27 # 0 +0xA271 0xBB28 # 0 +0xA273 0xBB29 # 0 +0xA274 0xBB2A # 0 +0xA275 0xBB2B # 0 +0xA276 0xBB2C # 0 +0xA277 0xBB2D # 0 +0xA278 0xBB2E # 0 +0xA279 0xBB2F # 0 +0xA27A 0xBB30 # 0 +0xA27B 0xBB31 # 0 +0xA27C 0xBB32 # 0 +0xA27D 0xBB33 # 0 +0xA281 0xBB34 # 0 +0xA282 0xBB35 # 0 +0xA283 0xBB36 # 0 +0xA284 0xBB37 # 0 +0xA285 0xBB38 # 0 +0xA286 0xBB39 # 0 +0xA287 0xBB3A # 0 +0xA288 0xBB3B # 0 +0xA289 0xBB3C # 0 +0xA28A 0xBB3D # 0 +0xA28B 0xBB3E # 0 +0xA28C 0xBB3F # 0 +0xA28D 0xBB40 # 0 +0xA28E 0xBB41 # 0 +0xA28F 0xBB42 # 0 +0xA290 0xBB43 # 0 +0xA291 0xBB44 # 0 +0xA293 0xBB45 # 0 +0xA294 0xBB46 # 0 +0xA295 0xBB47 # 0 +0xA296 0xBB48 # 0 +0xA297 0xBB49 # 0 +0xA298 0xBB4A # 0 +0xA299 0xBB4B # 0 +0xA29A 0xBB4C # 0 +0xA29B 0xBB4D # 0 +0xA29C 0xBB4E # 0 +0xA29D 0xBB4F # 0 +0xA2A1 0xBB50 # 0 +0xA2A2 0xBB51 # 0 +0xA2A3 0xBB52 # 0 +0xA2A4 0xBB53 # 0 +0xA2A5 0xBB54 # 0 +0xA2A6 0xBB55 # 0 +0xA2A7 0xBB56 # 0 +0xA2A8 0xBB57 # 0 +0xA2A9 0xBB58 # 0 +0xA2AA 0xBB59 # 0 +0xA2AB 0xBB5A # 0 +0xA2AC 0xBB5B # 0 +0xA2AD 0xBB5C # 0 +0xA2AE 0xBB5D # 0 +0xA2AF 0xBB5E # 0 +0xA2B0 0xBB5F # 0 +0xA2B1 0xBB60 # 0 +0xA2B3 0xBB61 # 0 +0xA2B4 0xBB62 # 0 +0xA2B5 0xBB63 # 0 +0xA2B6 0xBB64 # 0 +0xA2B7 0xBB65 # 0 +0xA2B8 0xBB66 # 0 +0xA2B9 0xBB67 # 0 +0xA2BA 0xBB68 # 0 +0xA2BB 0xBB69 # 0 +0xA2BC 0xBB6A # 0 +0xA2BD 0xBB6B # 0 +0xA2C1 0xBB6C # 0 +0xA2C2 0xBB6D # 0 +0xA2C3 0xBB6E # 0 +0xA2C4 0xBB6F # 0 +0xA2C5 0xBB70 # 0 +0xA2C6 0xBB71 # 0 +0xA2C7 0xBB72 # 0 +0xA2C8 0xBB73 # 0 +0xA2C9 0xBB74 # 0 +0xA2CA 0xBB75 # 0 +0xA2CB 0xBB76 # 0 +0xA2CC 0xBB77 # 0 +0xA2CD 0xBB78 # 0 +0xA2CE 0xBB79 # 0 +0xA2CF 0xBB7A # 0 +0xA2D0 0xBB7B # 0 +0xA2D1 0xBB7C # 0 +0xA2D3 0xBB7D # 0 +0xA2D4 0xBB7E # 0 +0xA2D5 0xBB7F # 0 +0xA2D6 0xBB80 # 0 +0xA2D7 0xBB81 # 0 +0xA2D8 0xBB82 # 0 +0xA2D9 0xBB83 # 0 +0xA2DA 0xBB84 # 0 +0xA2DB 0xBB85 # 0 +0xA2DC 0xBB86 # 0 +0xA2DD 0xBB87 # 0 +0xA2E1 0xBB88 # 0 +0xA2E2 0xBB89 # 0 +0xA2E3 0xBB8A # 0 +0xA2E4 0xBB8B # 0 +0xA2E5 0xBB8C # 0 +0xA2E6 0xBB8D # 0 +0xA2E7 0xBB8E # 0 +0xA2E8 0xBB8F # 0 +0xA2E9 0xBB90 # 0 +0xA2EA 0xBB91 # 0 +0xA2EB 0xBB92 # 0 +0xA2EC 0xBB93 # 0 +0xA2ED 0xBB94 # 0 +0xA2EE 0xBB95 # 0 +0xA2EF 0xBB96 # 0 +0xA2F0 0xBB97 # 0 +0xA2F1 0xBB98 # 0 +0xA2F3 0xBB99 # 0 +0xA2F4 0xBB9A # 0 +0xA2F5 0xBB9B # 0 +0xA2F6 0xBB9C # 0 +0xA2F7 0xBB9D # 0 +0xA2F8 0xBB9E # 0 +0xA2F9 0xBB9F # 0 +0xA2FA 0xBBA0 # 0 +0xA2FB 0xBBA1 # 0 +0xA2FC 0xBBA2 # 0 +0xA2FD 0xBBA3 # 0 +0xA341 0xBBA4 # 0 +0xA342 0xBBA5 # 0 +0xA343 0xBBA6 # 0 +0xA344 0xBBA7 # 0 +0xA345 0xBBA8 # 0 +0xA346 0xBBA9 # 0 +0xA347 0xBBAA # 0 +0xA348 0xBBAB # 0 +0xA349 0xBBAC # 0 +0xA34A 0xBBAD # 0 +0xA34B 0xBBAE # 0 +0xA34C 0xBBAF # 0 +0xA34D 0xBBB0 # 0 +0xA34E 0xBBB1 # 0 +0xA34F 0xBBB2 # 0 +0xA350 0xBBB3 # 0 +0xA351 0xBBB4 # 0 +0xA353 0xBBB5 # 0 +0xA354 0xBBB6 # 0 +0xA355 0xBBB7 # 0 +0xA356 0xBBB8 # 0 +0xA357 0xBBB9 # 0 +0xA358 0xBBBA # 0 +0xA359 0xBBBB # 0 +0xA35A 0xBBBC # 0 +0xA35B 0xBBBD # 0 +0xA35C 0xBBBE # 0 +0xA35D 0xBBBF # 0 +0xA361 0xBBC0 # 0 +0xA362 0xBBC1 # 0 +0xA363 0xBBC2 # 0 +0xA364 0xBBC3 # 0 +0xA365 0xBBC4 # 0 +0xA366 0xBBC5 # 0 +0xA367 0xBBC6 # 0 +0xA368 0xBBC7 # 0 +0xA369 0xBBC8 # 0 +0xA36A 0xBBC9 # 0 +0xA36B 0xBBCA # 0 +0xA36C 0xBBCB # 0 +0xA36D 0xBBCC # 0 +0xA36E 0xBBCD # 0 +0xA36F 0xBBCE # 0 +0xA370 0xBBCF # 0 +0xA371 0xBBD0 # 0 +0xA373 0xBBD1 # 0 +0xA374 0xBBD2 # 0 +0xA375 0xBBD3 # 0 +0xA376 0xBBD4 # 0 +0xA377 0xBBD5 # 0 +0xA378 0xBBD6 # 0 +0xA379 0xBBD7 # 0 +0xA37A 0xBBD8 # 0 +0xA37B 0xBBD9 # 0 +0xA37C 0xBBDA # 0 +0xA37D 0xBBDB # 0 +0xA381 0xBBDC # 0 +0xA382 0xBBDD # 0 +0xA383 0xBBDE # 0 +0xA384 0xBBDF # 0 +0xA385 0xBBE0 # 0 +0xA386 0xBBE1 # 0 +0xA387 0xBBE2 # 0 +0xA388 0xBBE3 # 0 +0xA389 0xBBE4 # 0 +0xA38A 0xBBE5 # 0 +0xA38B 0xBBE6 # 0 +0xA38C 0xBBE7 # 0 +0xA38D 0xBBE8 # 0 +0xA38E 0xBBE9 # 0 +0xA38F 0xBBEA # 0 +0xA390 0xBBEB # 0 +0xA391 0xBBEC # 0 +0xA393 0xBBED # 0 +0xA394 0xBBEE # 0 +0xA395 0xBBEF # 0 +0xA396 0xBBF0 # 0 +0xA397 0xBBF1 # 0 +0xA398 0xBBF2 # 0 +0xA399 0xBBF3 # 0 +0xA39A 0xBBF4 # 0 +0xA39B 0xBBF5 # 0 +0xA39C 0xBBF6 # 0 +0xA39D 0xBBF7 # 0 +0xA3A1 0xBBF8 # 0 +0xA3A2 0xBBF9 # 0 +0xA3A3 0xBBFA # 0 +0xA3A4 0xBBFB # 0 +0xA3A5 0xBBFC # 0 +0xA3A6 0xBBFD # 0 +0xA3A7 0xBBFE # 0 +0xA3A8 0xBBFF # 0 +0xA3A9 0xBC00 # 0 +0xA3AA 0xBC01 # 0 +0xA3AB 0xBC02 # 0 +0xA3AC 0xBC03 # 0 +0xA3AD 0xBC04 # 0 +0xA3AE 0xBC05 # 0 +0xA3AF 0xBC06 # 0 +0xA3B0 0xBC07 # 0 +0xA3B1 0xBC08 # 0 +0xA3B3 0xBC09 # 0 +0xA3B4 0xBC0A # 0 +0xA3B5 0xBC0B # 0 +0xA3B6 0xBC0C # 0 +0xA3B7 0xBC0D # 0 +0xA3B8 0xBC0E # 0 +0xA3B9 0xBC0F # 0 +0xA3BA 0xBC10 # 0 +0xA3BB 0xBC11 # 0 +0xA3BC 0xBC12 # 0 +0xA3BD 0xBC13 # 0 +0xA441 0x1107 # 0 +0xA461 0xBC14 # 0 +0xA462 0xBC15 # 0 +0xA463 0xBC16 # 0 +0xA464 0xBC17 # 0 +0xA465 0xBC18 # 0 +0xA466 0xBC19 # 0 +0xA467 0xBC1A # 0 +0xA468 0xBC1B # 0 +0xA469 0xBC1C # 0 +0xA46A 0xBC1D # 0 +0xA46B 0xBC1E # 0 +0xA46C 0xBC1F # 0 +0xA46D 0xBC20 # 0 +0xA46E 0xBC21 # 0 +0xA46F 0xBC22 # 0 +0xA470 0xBC23 # 0 +0xA471 0xBC24 # 0 +0xA473 0xBC25 # 0 +0xA474 0xBC26 # 0 +0xA475 0xBC27 # 0 +0xA476 0xBC28 # 0 +0xA477 0xBC29 # 0 +0xA478 0xBC2A # 0 +0xA479 0xBC2B # 0 +0xA47A 0xBC2C # 0 +0xA47B 0xBC2D # 0 +0xA47C 0xBC2E # 0 +0xA47D 0xBC2F # 0 +0xA481 0xBC30 # 0 +0xA482 0xBC31 # 0 +0xA483 0xBC32 # 0 +0xA484 0xBC33 # 0 +0xA485 0xBC34 # 0 +0xA486 0xBC35 # 0 +0xA487 0xBC36 # 0 +0xA488 0xBC37 # 0 +0xA489 0xBC38 # 0 +0xA48A 0xBC39 # 0 +0xA48B 0xBC3A # 0 +0xA48C 0xBC3B # 0 +0xA48D 0xBC3C # 0 +0xA48E 0xBC3D # 0 +0xA48F 0xBC3E # 0 +0xA490 0xBC3F # 0 +0xA491 0xBC40 # 0 +0xA493 0xBC41 # 0 +0xA494 0xBC42 # 0 +0xA495 0xBC43 # 0 +0xA496 0xBC44 # 0 +0xA497 0xBC45 # 0 +0xA498 0xBC46 # 0 +0xA499 0xBC47 # 0 +0xA49A 0xBC48 # 0 +0xA49B 0xBC49 # 0 +0xA49C 0xBC4A # 0 +0xA49D 0xBC4B # 0 +0xA4A1 0xBC4C # 0 +0xA4A2 0xBC4D # 0 +0xA4A3 0xBC4E # 0 +0xA4A4 0xBC4F # 0 +0xA4A5 0xBC50 # 0 +0xA4A6 0xBC51 # 0 +0xA4A7 0xBC52 # 0 +0xA4A8 0xBC53 # 0 +0xA4A9 0xBC54 # 0 +0xA4AA 0xBC55 # 0 +0xA4AB 0xBC56 # 0 +0xA4AC 0xBC57 # 0 +0xA4AD 0xBC58 # 0 +0xA4AE 0xBC59 # 0 +0xA4AF 0xBC5A # 0 +0xA4B0 0xBC5B # 0 +0xA4B1 0xBC5C # 0 +0xA4B3 0xBC5D # 0 +0xA4B4 0xBC5E # 0 +0xA4B5 0xBC5F # 0 +0xA4B6 0xBC60 # 0 +0xA4B7 0xBC61 # 0 +0xA4B8 0xBC62 # 0 +0xA4B9 0xBC63 # 0 +0xA4BA 0xBC64 # 0 +0xA4BB 0xBC65 # 0 +0xA4BC 0xBC66 # 0 +0xA4BD 0xBC67 # 0 +0xA4C1 0xBC68 # 0 +0xA4C2 0xBC69 # 0 +0xA4C3 0xBC6A # 0 +0xA4C4 0xBC6B # 0 +0xA4C5 0xBC6C # 0 +0xA4C6 0xBC6D # 0 +0xA4C7 0xBC6E # 0 +0xA4C8 0xBC6F # 0 +0xA4C9 0xBC70 # 0 +0xA4CA 0xBC71 # 0 +0xA4CB 0xBC72 # 0 +0xA4CC 0xBC73 # 0 +0xA4CD 0xBC74 # 0 +0xA4CE 0xBC75 # 0 +0xA4CF 0xBC76 # 0 +0xA4D0 0xBC77 # 0 +0xA4D1 0xBC78 # 0 +0xA4D3 0xBC79 # 0 +0xA4D4 0xBC7A # 0 +0xA4D5 0xBC7B # 0 +0xA4D6 0xBC7C # 0 +0xA4D7 0xBC7D # 0 +0xA4D8 0xBC7E # 0 +0xA4D9 0xBC7F # 0 +0xA4DA 0xBC80 # 0 +0xA4DB 0xBC81 # 0 +0xA4DC 0xBC82 # 0 +0xA4DD 0xBC83 # 0 +0xA4E1 0xBC84 # 0 +0xA4E2 0xBC85 # 0 +0xA4E3 0xBC86 # 0 +0xA4E4 0xBC87 # 0 +0xA4E5 0xBC88 # 0 +0xA4E6 0xBC89 # 0 +0xA4E7 0xBC8A # 0 +0xA4E8 0xBC8B # 0 +0xA4E9 0xBC8C # 0 +0xA4EA 0xBC8D # 0 +0xA4EB 0xBC8E # 0 +0xA4EC 0xBC8F # 0 +0xA4ED 0xBC90 # 0 +0xA4EE 0xBC91 # 0 +0xA4EF 0xBC92 # 0 +0xA4F0 0xBC93 # 0 +0xA4F1 0xBC94 # 0 +0xA4F3 0xBC95 # 0 +0xA4F4 0xBC96 # 0 +0xA4F5 0xBC97 # 0 +0xA4F6 0xBC98 # 0 +0xA4F7 0xBC99 # 0 +0xA4F8 0xBC9A # 0 +0xA4F9 0xBC9B # 0 +0xA4FA 0xBC9C # 0 +0xA4FB 0xBC9D # 0 +0xA4FC 0xBC9E # 0 +0xA4FD 0xBC9F # 0 +0xA541 0xBCA0 # 0 +0xA542 0xBCA1 # 0 +0xA543 0xBCA2 # 0 +0xA544 0xBCA3 # 0 +0xA545 0xBCA4 # 0 +0xA546 0xBCA5 # 0 +0xA547 0xBCA6 # 0 +0xA548 0xBCA7 # 0 +0xA549 0xBCA8 # 0 +0xA54A 0xBCA9 # 0 +0xA54B 0xBCAA # 0 +0xA54C 0xBCAB # 0 +0xA54D 0xBCAC # 0 +0xA54E 0xBCAD # 0 +0xA54F 0xBCAE # 0 +0xA550 0xBCAF # 0 +0xA551 0xBCB0 # 0 +0xA553 0xBCB1 # 0 +0xA554 0xBCB2 # 0 +0xA555 0xBCB3 # 0 +0xA556 0xBCB4 # 0 +0xA557 0xBCB5 # 0 +0xA558 0xBCB6 # 0 +0xA559 0xBCB7 # 0 +0xA55A 0xBCB8 # 0 +0xA55B 0xBCB9 # 0 +0xA55C 0xBCBA # 0 +0xA55D 0xBCBB # 0 +0xA561 0xBCBC # 0 +0xA562 0xBCBD # 0 +0xA563 0xBCBE # 0 +0xA564 0xBCBF # 0 +0xA565 0xBCC0 # 0 +0xA566 0xBCC1 # 0 +0xA567 0xBCC2 # 0 +0xA568 0xBCC3 # 0 +0xA569 0xBCC4 # 0 +0xA56A 0xBCC5 # 0 +0xA56B 0xBCC6 # 0 +0xA56C 0xBCC7 # 0 +0xA56D 0xBCC8 # 0 +0xA56E 0xBCC9 # 0 +0xA56F 0xBCCA # 0 +0xA570 0xBCCB # 0 +0xA571 0xBCCC # 0 +0xA573 0xBCCD # 0 +0xA574 0xBCCE # 0 +0xA575 0xBCCF # 0 +0xA576 0xBCD0 # 0 +0xA577 0xBCD1 # 0 +0xA578 0xBCD2 # 0 +0xA579 0xBCD3 # 0 +0xA57A 0xBCD4 # 0 +0xA57B 0xBCD5 # 0 +0xA57C 0xBCD6 # 0 +0xA57D 0xBCD7 # 0 +0xA581 0xBCD8 # 0 +0xA582 0xBCD9 # 0 +0xA583 0xBCDA # 0 +0xA584 0xBCDB # 0 +0xA585 0xBCDC # 0 +0xA586 0xBCDD # 0 +0xA587 0xBCDE # 0 +0xA588 0xBCDF # 0 +0xA589 0xBCE0 # 0 +0xA58A 0xBCE1 # 0 +0xA58B 0xBCE2 # 0 +0xA58C 0xBCE3 # 0 +0xA58D 0xBCE4 # 0 +0xA58E 0xBCE5 # 0 +0xA58F 0xBCE6 # 0 +0xA590 0xBCE7 # 0 +0xA591 0xBCE8 # 0 +0xA593 0xBCE9 # 0 +0xA594 0xBCEA # 0 +0xA595 0xBCEB # 0 +0xA596 0xBCEC # 0 +0xA597 0xBCED # 0 +0xA598 0xBCEE # 0 +0xA599 0xBCEF # 0 +0xA59A 0xBCF0 # 0 +0xA59B 0xBCF1 # 0 +0xA59C 0xBCF2 # 0 +0xA59D 0xBCF3 # 0 +0xA5A1 0xBCF4 # 0 +0xA5A2 0xBCF5 # 0 +0xA5A3 0xBCF6 # 0 +0xA5A4 0xBCF7 # 0 +0xA5A5 0xBCF8 # 0 +0xA5A6 0xBCF9 # 0 +0xA5A7 0xBCFA # 0 +0xA5A8 0xBCFB # 0 +0xA5A9 0xBCFC # 0 +0xA5AA 0xBCFD # 0 +0xA5AB 0xBCFE # 0 +0xA5AC 0xBCFF # 0 +0xA5AD 0xBD00 # 0 +0xA5AE 0xBD01 # 0 +0xA5AF 0xBD02 # 0 +0xA5B0 0xBD03 # 0 +0xA5B1 0xBD04 # 0 +0xA5B3 0xBD05 # 0 +0xA5B4 0xBD06 # 0 +0xA5B5 0xBD07 # 0 +0xA5B6 0xBD08 # 0 +0xA5B7 0xBD09 # 0 +0xA5B8 0xBD0A # 0 +0xA5B9 0xBD0B # 0 +0xA5BA 0xBD0C # 0 +0xA5BB 0xBD0D # 0 +0xA5BC 0xBD0E # 0 +0xA5BD 0xBD0F # 0 +0xA5C1 0xBD10 # 0 +0xA5C2 0xBD11 # 0 +0xA5C3 0xBD12 # 0 +0xA5C4 0xBD13 # 0 +0xA5C5 0xBD14 # 0 +0xA5C6 0xBD15 # 0 +0xA5C7 0xBD16 # 0 +0xA5C8 0xBD17 # 0 +0xA5C9 0xBD18 # 0 +0xA5CA 0xBD19 # 0 +0xA5CB 0xBD1A # 0 +0xA5CC 0xBD1B # 0 +0xA5CD 0xBD1C # 0 +0xA5CE 0xBD1D # 0 +0xA5CF 0xBD1E # 0 +0xA5D0 0xBD1F # 0 +0xA5D1 0xBD20 # 0 +0xA5D3 0xBD21 # 0 +0xA5D4 0xBD22 # 0 +0xA5D5 0xBD23 # 0 +0xA5D6 0xBD24 # 0 +0xA5D7 0xBD25 # 0 +0xA5D8 0xBD26 # 0 +0xA5D9 0xBD27 # 0 +0xA5DA 0xBD28 # 0 +0xA5DB 0xBD29 # 0 +0xA5DC 0xBD2A # 0 +0xA5DD 0xBD2B # 0 +0xA5E1 0xBD2C # 0 +0xA5E2 0xBD2D # 0 +0xA5E3 0xBD2E # 0 +0xA5E4 0xBD2F # 0 +0xA5E5 0xBD30 # 0 +0xA5E6 0xBD31 # 0 +0xA5E7 0xBD32 # 0 +0xA5E8 0xBD33 # 0 +0xA5E9 0xBD34 # 0 +0xA5EA 0xBD35 # 0 +0xA5EB 0xBD36 # 0 +0xA5EC 0xBD37 # 0 +0xA5ED 0xBD38 # 0 +0xA5EE 0xBD39 # 0 +0xA5EF 0xBD3A # 0 +0xA5F0 0xBD3B # 0 +0xA5F1 0xBD3C # 0 +0xA5F3 0xBD3D # 0 +0xA5F4 0xBD3E # 0 +0xA5F5 0xBD3F # 0 +0xA5F6 0xBD40 # 0 +0xA5F7 0xBD41 # 0 +0xA5F8 0xBD42 # 0 +0xA5F9 0xBD43 # 0 +0xA5FA 0xBD44 # 0 +0xA5FB 0xBD45 # 0 +0xA5FC 0xBD46 # 0 +0xA5FD 0xBD47 # 0 +0xA641 0xBD48 # 0 +0xA642 0xBD49 # 0 +0xA643 0xBD4A # 0 +0xA644 0xBD4B # 0 +0xA645 0xBD4C # 0 +0xA646 0xBD4D # 0 +0xA647 0xBD4E # 0 +0xA648 0xBD4F # 0 +0xA649 0xBD50 # 0 +0xA64A 0xBD51 # 0 +0xA64B 0xBD52 # 0 +0xA64C 0xBD53 # 0 +0xA64D 0xBD54 # 0 +0xA64E 0xBD55 # 0 +0xA64F 0xBD56 # 0 +0xA650 0xBD57 # 0 +0xA651 0xBD58 # 0 +0xA653 0xBD59 # 0 +0xA654 0xBD5A # 0 +0xA655 0xBD5B # 0 +0xA656 0xBD5C # 0 +0xA657 0xBD5D # 0 +0xA658 0xBD5E # 0 +0xA659 0xBD5F # 0 +0xA65A 0xBD60 # 0 +0xA65B 0xBD61 # 0 +0xA65C 0xBD62 # 0 +0xA65D 0xBD63 # 0 +0xA661 0xBD64 # 0 +0xA662 0xBD65 # 0 +0xA663 0xBD66 # 0 +0xA664 0xBD67 # 0 +0xA665 0xBD68 # 0 +0xA666 0xBD69 # 0 +0xA667 0xBD6A # 0 +0xA668 0xBD6B # 0 +0xA669 0xBD6C # 0 +0xA66A 0xBD6D # 0 +0xA66B 0xBD6E # 0 +0xA66C 0xBD6F # 0 +0xA66D 0xBD70 # 0 +0xA66E 0xBD71 # 0 +0xA66F 0xBD72 # 0 +0xA670 0xBD73 # 0 +0xA671 0xBD74 # 0 +0xA673 0xBD75 # 0 +0xA674 0xBD76 # 0 +0xA675 0xBD77 # 0 +0xA676 0xBD78 # 0 +0xA677 0xBD79 # 0 +0xA678 0xBD7A # 0 +0xA679 0xBD7B # 0 +0xA67A 0xBD7C # 0 +0xA67B 0xBD7D # 0 +0xA67C 0xBD7E # 0 +0xA67D 0xBD7F # 0 +0xA681 0xBD80 # 0 +0xA682 0xBD81 # 0 +0xA683 0xBD82 # 0 +0xA684 0xBD83 # 0 +0xA685 0xBD84 # 0 +0xA686 0xBD85 # 0 +0xA687 0xBD86 # 0 +0xA688 0xBD87 # 0 +0xA689 0xBD88 # 0 +0xA68A 0xBD89 # 0 +0xA68B 0xBD8A # 0 +0xA68C 0xBD8B # 0 +0xA68D 0xBD8C # 0 +0xA68E 0xBD8D # 0 +0xA68F 0xBD8E # 0 +0xA690 0xBD8F # 0 +0xA691 0xBD90 # 0 +0xA693 0xBD91 # 0 +0xA694 0xBD92 # 0 +0xA695 0xBD93 # 0 +0xA696 0xBD94 # 0 +0xA697 0xBD95 # 0 +0xA698 0xBD96 # 0 +0xA699 0xBD97 # 0 +0xA69A 0xBD98 # 0 +0xA69B 0xBD99 # 0 +0xA69C 0xBD9A # 0 +0xA69D 0xBD9B # 0 +0xA6A1 0xBD9C # 0 +0xA6A2 0xBD9D # 0 +0xA6A3 0xBD9E # 0 +0xA6A4 0xBD9F # 0 +0xA6A5 0xBDA0 # 0 +0xA6A6 0xBDA1 # 0 +0xA6A7 0xBDA2 # 0 +0xA6A8 0xBDA3 # 0 +0xA6A9 0xBDA4 # 0 +0xA6AA 0xBDA5 # 0 +0xA6AB 0xBDA6 # 0 +0xA6AC 0xBDA7 # 0 +0xA6AD 0xBDA8 # 0 +0xA6AE 0xBDA9 # 0 +0xA6AF 0xBDAA # 0 +0xA6B0 0xBDAB # 0 +0xA6B1 0xBDAC # 0 +0xA6B3 0xBDAD # 0 +0xA6B4 0xBDAE # 0 +0xA6B5 0xBDAF # 0 +0xA6B6 0xBDB0 # 0 +0xA6B7 0xBDB1 # 0 +0xA6B8 0xBDB2 # 0 +0xA6B9 0xBDB3 # 0 +0xA6BA 0xBDB4 # 0 +0xA6BB 0xBDB5 # 0 +0xA6BC 0xBDB6 # 0 +0xA6BD 0xBDB7 # 0 +0xA6C1 0xBDB8 # 0 +0xA6C2 0xBDB9 # 0 +0xA6C3 0xBDBA # 0 +0xA6C4 0xBDBB # 0 +0xA6C5 0xBDBC # 0 +0xA6C6 0xBDBD # 0 +0xA6C7 0xBDBE # 0 +0xA6C8 0xBDBF # 0 +0xA6C9 0xBDC0 # 0 +0xA6CA 0xBDC1 # 0 +0xA6CB 0xBDC2 # 0 +0xA6CC 0xBDC3 # 0 +0xA6CD 0xBDC4 # 0 +0xA6CE 0xBDC5 # 0 +0xA6CF 0xBDC6 # 0 +0xA6D0 0xBDC7 # 0 +0xA6D1 0xBDC8 # 0 +0xA6D3 0xBDC9 # 0 +0xA6D4 0xBDCA # 0 +0xA6D5 0xBDCB # 0 +0xA6D6 0xBDCC # 0 +0xA6D7 0xBDCD # 0 +0xA6D8 0xBDCE # 0 +0xA6D9 0xBDCF # 0 +0xA6DA 0xBDD0 # 0 +0xA6DB 0xBDD1 # 0 +0xA6DC 0xBDD2 # 0 +0xA6DD 0xBDD3 # 0 +0xA6E1 0xBDD4 # 0 +0xA6E2 0xBDD5 # 0 +0xA6E3 0xBDD6 # 0 +0xA6E4 0xBDD7 # 0 +0xA6E5 0xBDD8 # 0 +0xA6E6 0xBDD9 # 0 +0xA6E7 0xBDDA # 0 +0xA6E8 0xBDDB # 0 +0xA6E9 0xBDDC # 0 +0xA6EA 0xBDDD # 0 +0xA6EB 0xBDDE # 0 +0xA6EC 0xBDDF # 0 +0xA6ED 0xBDE0 # 0 +0xA6EE 0xBDE1 # 0 +0xA6EF 0xBDE2 # 0 +0xA6F0 0xBDE3 # 0 +0xA6F1 0xBDE4 # 0 +0xA6F3 0xBDE5 # 0 +0xA6F4 0xBDE6 # 0 +0xA6F5 0xBDE7 # 0 +0xA6F6 0xBDE8 # 0 +0xA6F7 0xBDE9 # 0 +0xA6F8 0xBDEA # 0 +0xA6F9 0xBDEB # 0 +0xA6FA 0xBDEC # 0 +0xA6FB 0xBDED # 0 +0xA6FC 0xBDEE # 0 +0xA6FD 0xBDEF # 0 +0xA741 0xBDF0 # 0 +0xA742 0xBDF1 # 0 +0xA743 0xBDF2 # 0 +0xA744 0xBDF3 # 0 +0xA745 0xBDF4 # 0 +0xA746 0xBDF5 # 0 +0xA747 0xBDF6 # 0 +0xA748 0xBDF7 # 0 +0xA749 0xBDF8 # 0 +0xA74A 0xBDF9 # 0 +0xA74B 0xBDFA # 0 +0xA74C 0xBDFB # 0 +0xA74D 0xBDFC # 0 +0xA74E 0xBDFD # 0 +0xA74F 0xBDFE # 0 +0xA750 0xBDFF # 0 +0xA751 0xBE00 # 0 +0xA753 0xBE01 # 0 +0xA754 0xBE02 # 0 +0xA755 0xBE03 # 0 +0xA756 0xBE04 # 0 +0xA757 0xBE05 # 0 +0xA758 0xBE06 # 0 +0xA759 0xBE07 # 0 +0xA75A 0xBE08 # 0 +0xA75B 0xBE09 # 0 +0xA75C 0xBE0A # 0 +0xA75D 0xBE0B # 0 +0xA761 0xBE0C # 0 +0xA762 0xBE0D # 0 +0xA763 0xBE0E # 0 +0xA764 0xBE0F # 0 +0xA765 0xBE10 # 0 +0xA766 0xBE11 # 0 +0xA767 0xBE12 # 0 +0xA768 0xBE13 # 0 +0xA769 0xBE14 # 0 +0xA76A 0xBE15 # 0 +0xA76B 0xBE16 # 0 +0xA76C 0xBE17 # 0 +0xA76D 0xBE18 # 0 +0xA76E 0xBE19 # 0 +0xA76F 0xBE1A # 0 +0xA770 0xBE1B # 0 +0xA771 0xBE1C # 0 +0xA773 0xBE1D # 0 +0xA774 0xBE1E # 0 +0xA775 0xBE1F # 0 +0xA776 0xBE20 # 0 +0xA777 0xBE21 # 0 +0xA778 0xBE22 # 0 +0xA779 0xBE23 # 0 +0xA77A 0xBE24 # 0 +0xA77B 0xBE25 # 0 +0xA77C 0xBE26 # 0 +0xA77D 0xBE27 # 0 +0xA781 0xBE28 # 0 +0xA782 0xBE29 # 0 +0xA783 0xBE2A # 0 +0xA784 0xBE2B # 0 +0xA785 0xBE2C # 0 +0xA786 0xBE2D # 0 +0xA787 0xBE2E # 0 +0xA788 0xBE2F # 0 +0xA789 0xBE30 # 0 +0xA78A 0xBE31 # 0 +0xA78B 0xBE32 # 0 +0xA78C 0xBE33 # 0 +0xA78D 0xBE34 # 0 +0xA78E 0xBE35 # 0 +0xA78F 0xBE36 # 0 +0xA790 0xBE37 # 0 +0xA791 0xBE38 # 0 +0xA793 0xBE39 # 0 +0xA794 0xBE3A # 0 +0xA795 0xBE3B # 0 +0xA796 0xBE3C # 0 +0xA797 0xBE3D # 0 +0xA798 0xBE3E # 0 +0xA799 0xBE3F # 0 +0xA79A 0xBE40 # 0 +0xA79B 0xBE41 # 0 +0xA79C 0xBE42 # 0 +0xA79D 0xBE43 # 0 +0xA7A1 0xBE44 # 0 +0xA7A2 0xBE45 # 0 +0xA7A3 0xBE46 # 0 +0xA7A4 0xBE47 # 0 +0xA7A5 0xBE48 # 0 +0xA7A6 0xBE49 # 0 +0xA7A7 0xBE4A # 0 +0xA7A8 0xBE4B # 0 +0xA7A9 0xBE4C # 0 +0xA7AA 0xBE4D # 0 +0xA7AB 0xBE4E # 0 +0xA7AC 0xBE4F # 0 +0xA7AD 0xBE50 # 0 +0xA7AE 0xBE51 # 0 +0xA7AF 0xBE52 # 0 +0xA7B0 0xBE53 # 0 +0xA7B1 0xBE54 # 0 +0xA7B3 0xBE55 # 0 +0xA7B4 0xBE56 # 0 +0xA7B5 0xBE57 # 0 +0xA7B6 0xBE58 # 0 +0xA7B7 0xBE59 # 0 +0xA7B8 0xBE5A # 0 +0xA7B9 0xBE5B # 0 +0xA7BA 0xBE5C # 0 +0xA7BB 0xBE5D # 0 +0xA7BC 0xBE5E # 0 +0xA7BD 0xBE5F # 0 +0xA841 0x1108 # 0 +0xA861 0xBE60 # 0 +0xA862 0xBE61 # 0 +0xA863 0xBE62 # 0 +0xA864 0xBE63 # 0 +0xA865 0xBE64 # 0 +0xA866 0xBE65 # 0 +0xA867 0xBE66 # 0 +0xA868 0xBE67 # 0 +0xA869 0xBE68 # 0 +0xA86A 0xBE69 # 0 +0xA86B 0xBE6A # 0 +0xA86C 0xBE6B # 0 +0xA86D 0xBE6C # 0 +0xA86E 0xBE6D # 0 +0xA86F 0xBE6E # 0 +0xA870 0xBE6F # 0 +0xA871 0xBE70 # 0 +0xA873 0xBE71 # 0 +0xA874 0xBE72 # 0 +0xA875 0xBE73 # 0 +0xA876 0xBE74 # 0 +0xA877 0xBE75 # 0 +0xA878 0xBE76 # 0 +0xA879 0xBE77 # 0 +0xA87A 0xBE78 # 0 +0xA87B 0xBE79 # 0 +0xA87C 0xBE7A # 0 +0xA87D 0xBE7B # 0 +0xA881 0xBE7C # 0 +0xA882 0xBE7D # 0 +0xA883 0xBE7E # 0 +0xA884 0xBE7F # 0 +0xA885 0xBE80 # 0 +0xA886 0xBE81 # 0 +0xA887 0xBE82 # 0 +0xA888 0xBE83 # 0 +0xA889 0xBE84 # 0 +0xA88A 0xBE85 # 0 +0xA88B 0xBE86 # 0 +0xA88C 0xBE87 # 0 +0xA88D 0xBE88 # 0 +0xA88E 0xBE89 # 0 +0xA88F 0xBE8A # 0 +0xA890 0xBE8B # 0 +0xA891 0xBE8C # 0 +0xA893 0xBE8D # 0 +0xA894 0xBE8E # 0 +0xA895 0xBE8F # 0 +0xA896 0xBE90 # 0 +0xA897 0xBE91 # 0 +0xA898 0xBE92 # 0 +0xA899 0xBE93 # 0 +0xA89A 0xBE94 # 0 +0xA89B 0xBE95 # 0 +0xA89C 0xBE96 # 0 +0xA89D 0xBE97 # 0 +0xA8A1 0xBE98 # 0 +0xA8A2 0xBE99 # 0 +0xA8A3 0xBE9A # 0 +0xA8A4 0xBE9B # 0 +0xA8A5 0xBE9C # 0 +0xA8A6 0xBE9D # 0 +0xA8A7 0xBE9E # 0 +0xA8A8 0xBE9F # 0 +0xA8A9 0xBEA0 # 0 +0xA8AA 0xBEA1 # 0 +0xA8AB 0xBEA2 # 0 +0xA8AC 0xBEA3 # 0 +0xA8AD 0xBEA4 # 0 +0xA8AE 0xBEA5 # 0 +0xA8AF 0xBEA6 # 0 +0xA8B0 0xBEA7 # 0 +0xA8B1 0xBEA8 # 0 +0xA8B3 0xBEA9 # 0 +0xA8B4 0xBEAA # 0 +0xA8B5 0xBEAB # 0 +0xA8B6 0xBEAC # 0 +0xA8B7 0xBEAD # 0 +0xA8B8 0xBEAE # 0 +0xA8B9 0xBEAF # 0 +0xA8BA 0xBEB0 # 0 +0xA8BB 0xBEB1 # 0 +0xA8BC 0xBEB2 # 0 +0xA8BD 0xBEB3 # 0 +0xA8C1 0xBEB4 # 0 +0xA8C2 0xBEB5 # 0 +0xA8C3 0xBEB6 # 0 +0xA8C4 0xBEB7 # 0 +0xA8C5 0xBEB8 # 0 +0xA8C6 0xBEB9 # 0 +0xA8C7 0xBEBA # 0 +0xA8C8 0xBEBB # 0 +0xA8C9 0xBEBC # 0 +0xA8CA 0xBEBD # 0 +0xA8CB 0xBEBE # 0 +0xA8CC 0xBEBF # 0 +0xA8CD 0xBEC0 # 0 +0xA8CE 0xBEC1 # 0 +0xA8CF 0xBEC2 # 0 +0xA8D0 0xBEC3 # 0 +0xA8D1 0xBEC4 # 0 +0xA8D3 0xBEC5 # 0 +0xA8D4 0xBEC6 # 0 +0xA8D5 0xBEC7 # 0 +0xA8D6 0xBEC8 # 0 +0xA8D7 0xBEC9 # 0 +0xA8D8 0xBECA # 0 +0xA8D9 0xBECB # 0 +0xA8DA 0xBECC # 0 +0xA8DB 0xBECD # 0 +0xA8DC 0xBECE # 0 +0xA8DD 0xBECF # 0 +0xA8E1 0xBED0 # 0 +0xA8E2 0xBED1 # 0 +0xA8E3 0xBED2 # 0 +0xA8E4 0xBED3 # 0 +0xA8E5 0xBED4 # 0 +0xA8E6 0xBED5 # 0 +0xA8E7 0xBED6 # 0 +0xA8E8 0xBED7 # 0 +0xA8E9 0xBED8 # 0 +0xA8EA 0xBED9 # 0 +0xA8EB 0xBEDA # 0 +0xA8EC 0xBEDB # 0 +0xA8ED 0xBEDC # 0 +0xA8EE 0xBEDD # 0 +0xA8EF 0xBEDE # 0 +0xA8F0 0xBEDF # 0 +0xA8F1 0xBEE0 # 0 +0xA8F3 0xBEE1 # 0 +0xA8F4 0xBEE2 # 0 +0xA8F5 0xBEE3 # 0 +0xA8F6 0xBEE4 # 0 +0xA8F7 0xBEE5 # 0 +0xA8F8 0xBEE6 # 0 +0xA8F9 0xBEE7 # 0 +0xA8FA 0xBEE8 # 0 +0xA8FB 0xBEE9 # 0 +0xA8FC 0xBEEA # 0 +0xA8FD 0xBEEB # 0 +0xA941 0xBEEC # 0 +0xA942 0xBEED # 0 +0xA943 0xBEEE # 0 +0xA944 0xBEEF # 0 +0xA945 0xBEF0 # 0 +0xA946 0xBEF1 # 0 +0xA947 0xBEF2 # 0 +0xA948 0xBEF3 # 0 +0xA949 0xBEF4 # 0 +0xA94A 0xBEF5 # 0 +0xA94B 0xBEF6 # 0 +0xA94C 0xBEF7 # 0 +0xA94D 0xBEF8 # 0 +0xA94E 0xBEF9 # 0 +0xA94F 0xBEFA # 0 +0xA950 0xBEFB # 0 +0xA951 0xBEFC # 0 +0xA953 0xBEFD # 0 +0xA954 0xBEFE # 0 +0xA955 0xBEFF # 0 +0xA956 0xBF00 # 0 +0xA957 0xBF01 # 0 +0xA958 0xBF02 # 0 +0xA959 0xBF03 # 0 +0xA95A 0xBF04 # 0 +0xA95B 0xBF05 # 0 +0xA95C 0xBF06 # 0 +0xA95D 0xBF07 # 0 +0xA961 0xBF08 # 0 +0xA962 0xBF09 # 0 +0xA963 0xBF0A # 0 +0xA964 0xBF0B # 0 +0xA965 0xBF0C # 0 +0xA966 0xBF0D # 0 +0xA967 0xBF0E # 0 +0xA968 0xBF0F # 0 +0xA969 0xBF10 # 0 +0xA96A 0xBF11 # 0 +0xA96B 0xBF12 # 0 +0xA96C 0xBF13 # 0 +0xA96D 0xBF14 # 0 +0xA96E 0xBF15 # 0 +0xA96F 0xBF16 # 0 +0xA970 0xBF17 # 0 +0xA971 0xBF18 # 0 +0xA973 0xBF19 # 0 +0xA974 0xBF1A # 0 +0xA975 0xBF1B # 0 +0xA976 0xBF1C # 0 +0xA977 0xBF1D # 0 +0xA978 0xBF1E # 0 +0xA979 0xBF1F # 0 +0xA97A 0xBF20 # 0 +0xA97B 0xBF21 # 0 +0xA97C 0xBF22 # 0 +0xA97D 0xBF23 # 0 +0xA981 0xBF24 # 0 +0xA982 0xBF25 # 0 +0xA983 0xBF26 # 0 +0xA984 0xBF27 # 0 +0xA985 0xBF28 # 0 +0xA986 0xBF29 # 0 +0xA987 0xBF2A # 0 +0xA988 0xBF2B # 0 +0xA989 0xBF2C # 0 +0xA98A 0xBF2D # 0 +0xA98B 0xBF2E # 0 +0xA98C 0xBF2F # 0 +0xA98D 0xBF30 # 0 +0xA98E 0xBF31 # 0 +0xA98F 0xBF32 # 0 +0xA990 0xBF33 # 0 +0xA991 0xBF34 # 0 +0xA993 0xBF35 # 0 +0xA994 0xBF36 # 0 +0xA995 0xBF37 # 0 +0xA996 0xBF38 # 0 +0xA997 0xBF39 # 0 +0xA998 0xBF3A # 0 +0xA999 0xBF3B # 0 +0xA99A 0xBF3C # 0 +0xA99B 0xBF3D # 0 +0xA99C 0xBF3E # 0 +0xA99D 0xBF3F # 0 +0xA9A1 0xBF40 # 0 +0xA9A2 0xBF41 # 0 +0xA9A3 0xBF42 # 0 +0xA9A4 0xBF43 # 0 +0xA9A5 0xBF44 # 0 +0xA9A6 0xBF45 # 0 +0xA9A7 0xBF46 # 0 +0xA9A8 0xBF47 # 0 +0xA9A9 0xBF48 # 0 +0xA9AA 0xBF49 # 0 +0xA9AB 0xBF4A # 0 +0xA9AC 0xBF4B # 0 +0xA9AD 0xBF4C # 0 +0xA9AE 0xBF4D # 0 +0xA9AF 0xBF4E # 0 +0xA9B0 0xBF4F # 0 +0xA9B1 0xBF50 # 0 +0xA9B3 0xBF51 # 0 +0xA9B4 0xBF52 # 0 +0xA9B5 0xBF53 # 0 +0xA9B6 0xBF54 # 0 +0xA9B7 0xBF55 # 0 +0xA9B8 0xBF56 # 0 +0xA9B9 0xBF57 # 0 +0xA9BA 0xBF58 # 0 +0xA9BB 0xBF59 # 0 +0xA9BC 0xBF5A # 0 +0xA9BD 0xBF5B # 0 +0xA9C1 0xBF5C # 0 +0xA9C2 0xBF5D # 0 +0xA9C3 0xBF5E # 0 +0xA9C4 0xBF5F # 0 +0xA9C5 0xBF60 # 0 +0xA9C6 0xBF61 # 0 +0xA9C7 0xBF62 # 0 +0xA9C8 0xBF63 # 0 +0xA9C9 0xBF64 # 0 +0xA9CA 0xBF65 # 0 +0xA9CB 0xBF66 # 0 +0xA9CC 0xBF67 # 0 +0xA9CD 0xBF68 # 0 +0xA9CE 0xBF69 # 0 +0xA9CF 0xBF6A # 0 +0xA9D0 0xBF6B # 0 +0xA9D1 0xBF6C # 0 +0xA9D3 0xBF6D # 0 +0xA9D4 0xBF6E # 0 +0xA9D5 0xBF6F # 0 +0xA9D6 0xBF70 # 0 +0xA9D7 0xBF71 # 0 +0xA9D8 0xBF72 # 0 +0xA9D9 0xBF73 # 0 +0xA9DA 0xBF74 # 0 +0xA9DB 0xBF75 # 0 +0xA9DC 0xBF76 # 0 +0xA9DD 0xBF77 # 0 +0xA9E1 0xBF78 # 0 +0xA9E2 0xBF79 # 0 +0xA9E3 0xBF7A # 0 +0xA9E4 0xBF7B # 0 +0xA9E5 0xBF7C # 0 +0xA9E6 0xBF7D # 0 +0xA9E7 0xBF7E # 0 +0xA9E8 0xBF7F # 0 +0xA9E9 0xBF80 # 0 +0xA9EA 0xBF81 # 0 +0xA9EB 0xBF82 # 0 +0xA9EC 0xBF83 # 0 +0xA9ED 0xBF84 # 0 +0xA9EE 0xBF85 # 0 +0xA9EF 0xBF86 # 0 +0xA9F0 0xBF87 # 0 +0xA9F1 0xBF88 # 0 +0xA9F3 0xBF89 # 0 +0xA9F4 0xBF8A # 0 +0xA9F5 0xBF8B # 0 +0xA9F6 0xBF8C # 0 +0xA9F7 0xBF8D # 0 +0xA9F8 0xBF8E # 0 +0xA9F9 0xBF8F # 0 +0xA9FA 0xBF90 # 0 +0xA9FB 0xBF91 # 0 +0xA9FC 0xBF92 # 0 +0xA9FD 0xBF93 # 0 +0xAA41 0xBF94 # 0 +0xAA42 0xBF95 # 0 +0xAA43 0xBF96 # 0 +0xAA44 0xBF97 # 0 +0xAA45 0xBF98 # 0 +0xAA46 0xBF99 # 0 +0xAA47 0xBF9A # 0 +0xAA48 0xBF9B # 0 +0xAA49 0xBF9C # 0 +0xAA4A 0xBF9D # 0 +0xAA4B 0xBF9E # 0 +0xAA4C 0xBF9F # 0 +0xAA4D 0xBFA0 # 0 +0xAA4E 0xBFA1 # 0 +0xAA4F 0xBFA2 # 0 +0xAA50 0xBFA3 # 0 +0xAA51 0xBFA4 # 0 +0xAA53 0xBFA5 # 0 +0xAA54 0xBFA6 # 0 +0xAA55 0xBFA7 # 0 +0xAA56 0xBFA8 # 0 +0xAA57 0xBFA9 # 0 +0xAA58 0xBFAA # 0 +0xAA59 0xBFAB # 0 +0xAA5A 0xBFAC # 0 +0xAA5B 0xBFAD # 0 +0xAA5C 0xBFAE # 0 +0xAA5D 0xBFAF # 0 +0xAA61 0xBFB0 # 0 +0xAA62 0xBFB1 # 0 +0xAA63 0xBFB2 # 0 +0xAA64 0xBFB3 # 0 +0xAA65 0xBFB4 # 0 +0xAA66 0xBFB5 # 0 +0xAA67 0xBFB6 # 0 +0xAA68 0xBFB7 # 0 +0xAA69 0xBFB8 # 0 +0xAA6A 0xBFB9 # 0 +0xAA6B 0xBFBA # 0 +0xAA6C 0xBFBB # 0 +0xAA6D 0xBFBC # 0 +0xAA6E 0xBFBD # 0 +0xAA6F 0xBFBE # 0 +0xAA70 0xBFBF # 0 +0xAA71 0xBFC0 # 0 +0xAA73 0xBFC1 # 0 +0xAA74 0xBFC2 # 0 +0xAA75 0xBFC3 # 0 +0xAA76 0xBFC4 # 0 +0xAA77 0xBFC5 # 0 +0xAA78 0xBFC6 # 0 +0xAA79 0xBFC7 # 0 +0xAA7A 0xBFC8 # 0 +0xAA7B 0xBFC9 # 0 +0xAA7C 0xBFCA # 0 +0xAA7D 0xBFCB # 0 +0xAA81 0xBFCC # 0 +0xAA82 0xBFCD # 0 +0xAA83 0xBFCE # 0 +0xAA84 0xBFCF # 0 +0xAA85 0xBFD0 # 0 +0xAA86 0xBFD1 # 0 +0xAA87 0xBFD2 # 0 +0xAA88 0xBFD3 # 0 +0xAA89 0xBFD4 # 0 +0xAA8A 0xBFD5 # 0 +0xAA8B 0xBFD6 # 0 +0xAA8C 0xBFD7 # 0 +0xAA8D 0xBFD8 # 0 +0xAA8E 0xBFD9 # 0 +0xAA8F 0xBFDA # 0 +0xAA90 0xBFDB # 0 +0xAA91 0xBFDC # 0 +0xAA93 0xBFDD # 0 +0xAA94 0xBFDE # 0 +0xAA95 0xBFDF # 0 +0xAA96 0xBFE0 # 0 +0xAA97 0xBFE1 # 0 +0xAA98 0xBFE2 # 0 +0xAA99 0xBFE3 # 0 +0xAA9A 0xBFE4 # 0 +0xAA9B 0xBFE5 # 0 +0xAA9C 0xBFE6 # 0 +0xAA9D 0xBFE7 # 0 +0xAAA1 0xBFE8 # 0 +0xAAA2 0xBFE9 # 0 +0xAAA3 0xBFEA # 0 +0xAAA4 0xBFEB # 0 +0xAAA5 0xBFEC # 0 +0xAAA6 0xBFED # 0 +0xAAA7 0xBFEE # 0 +0xAAA8 0xBFEF # 0 +0xAAA9 0xBFF0 # 0 +0xAAAA 0xBFF1 # 0 +0xAAAB 0xBFF2 # 0 +0xAAAC 0xBFF3 # 0 +0xAAAD 0xBFF4 # 0 +0xAAAE 0xBFF5 # 0 +0xAAAF 0xBFF6 # 0 +0xAAB0 0xBFF7 # 0 +0xAAB1 0xBFF8 # 0 +0xAAB3 0xBFF9 # 0 +0xAAB4 0xBFFA # 0 +0xAAB5 0xBFFB # 0 +0xAAB6 0xBFFC # 0 +0xAAB7 0xBFFD # 0 +0xAAB8 0xBFFE # 0 +0xAAB9 0xBFFF # 0 +0xAABA 0xC000 # 0 +0xAABB 0xC001 # 0 +0xAABC 0xC002 # 0 +0xAABD 0xC003 # 0 +0xAAC1 0xC004 # 0 +0xAAC2 0xC005 # 0 +0xAAC3 0xC006 # 0 +0xAAC4 0xC007 # 0 +0xAAC5 0xC008 # 0 +0xAAC6 0xC009 # 0 +0xAAC7 0xC00A # 0 +0xAAC8 0xC00B # 0 +0xAAC9 0xC00C # 0 +0xAACA 0xC00D # 0 +0xAACB 0xC00E # 0 +0xAACC 0xC00F # 0 +0xAACD 0xC010 # 0 +0xAACE 0xC011 # 0 +0xAACF 0xC012 # 0 +0xAAD0 0xC013 # 0 +0xAAD1 0xC014 # 0 +0xAAD3 0xC015 # 0 +0xAAD4 0xC016 # 0 +0xAAD5 0xC017 # 0 +0xAAD6 0xC018 # 0 +0xAAD7 0xC019 # 0 +0xAAD8 0xC01A # 0 +0xAAD9 0xC01B # 0 +0xAADA 0xC01C # 0 +0xAADB 0xC01D # 0 +0xAADC 0xC01E # 0 +0xAADD 0xC01F # 0 +0xAAE1 0xC020 # 0 +0xAAE2 0xC021 # 0 +0xAAE3 0xC022 # 0 +0xAAE4 0xC023 # 0 +0xAAE5 0xC024 # 0 +0xAAE6 0xC025 # 0 +0xAAE7 0xC026 # 0 +0xAAE8 0xC027 # 0 +0xAAE9 0xC028 # 0 +0xAAEA 0xC029 # 0 +0xAAEB 0xC02A # 0 +0xAAEC 0xC02B # 0 +0xAAED 0xC02C # 0 +0xAAEE 0xC02D # 0 +0xAAEF 0xC02E # 0 +0xAAF0 0xC02F # 0 +0xAAF1 0xC030 # 0 +0xAAF3 0xC031 # 0 +0xAAF4 0xC032 # 0 +0xAAF5 0xC033 # 0 +0xAAF6 0xC034 # 0 +0xAAF7 0xC035 # 0 +0xAAF8 0xC036 # 0 +0xAAF9 0xC037 # 0 +0xAAFA 0xC038 # 0 +0xAAFB 0xC039 # 0 +0xAAFC 0xC03A # 0 +0xAAFD 0xC03B # 0 +0xAB41 0xC03C # 0 +0xAB42 0xC03D # 0 +0xAB43 0xC03E # 0 +0xAB44 0xC03F # 0 +0xAB45 0xC040 # 0 +0xAB46 0xC041 # 0 +0xAB47 0xC042 # 0 +0xAB48 0xC043 # 0 +0xAB49 0xC044 # 0 +0xAB4A 0xC045 # 0 +0xAB4B 0xC046 # 0 +0xAB4C 0xC047 # 0 +0xAB4D 0xC048 # 0 +0xAB4E 0xC049 # 0 +0xAB4F 0xC04A # 0 +0xAB50 0xC04B # 0 +0xAB51 0xC04C # 0 +0xAB53 0xC04D # 0 +0xAB54 0xC04E # 0 +0xAB55 0xC04F # 0 +0xAB56 0xC050 # 0 +0xAB57 0xC051 # 0 +0xAB58 0xC052 # 0 +0xAB59 0xC053 # 0 +0xAB5A 0xC054 # 0 +0xAB5B 0xC055 # 0 +0xAB5C 0xC056 # 0 +0xAB5D 0xC057 # 0 +0xAB61 0xC058 # 0 +0xAB62 0xC059 # 0 +0xAB63 0xC05A # 0 +0xAB64 0xC05B # 0 +0xAB65 0xC05C # 0 +0xAB66 0xC05D # 0 +0xAB67 0xC05E # 0 +0xAB68 0xC05F # 0 +0xAB69 0xC060 # 0 +0xAB6A 0xC061 # 0 +0xAB6B 0xC062 # 0 +0xAB6C 0xC063 # 0 +0xAB6D 0xC064 # 0 +0xAB6E 0xC065 # 0 +0xAB6F 0xC066 # 0 +0xAB70 0xC067 # 0 +0xAB71 0xC068 # 0 +0xAB73 0xC069 # 0 +0xAB74 0xC06A # 0 +0xAB75 0xC06B # 0 +0xAB76 0xC06C # 0 +0xAB77 0xC06D # 0 +0xAB78 0xC06E # 0 +0xAB79 0xC06F # 0 +0xAB7A 0xC070 # 0 +0xAB7B 0xC071 # 0 +0xAB7C 0xC072 # 0 +0xAB7D 0xC073 # 0 +0xAB81 0xC074 # 0 +0xAB82 0xC075 # 0 +0xAB83 0xC076 # 0 +0xAB84 0xC077 # 0 +0xAB85 0xC078 # 0 +0xAB86 0xC079 # 0 +0xAB87 0xC07A # 0 +0xAB88 0xC07B # 0 +0xAB89 0xC07C # 0 +0xAB8A 0xC07D # 0 +0xAB8B 0xC07E # 0 +0xAB8C 0xC07F # 0 +0xAB8D 0xC080 # 0 +0xAB8E 0xC081 # 0 +0xAB8F 0xC082 # 0 +0xAB90 0xC083 # 0 +0xAB91 0xC084 # 0 +0xAB93 0xC085 # 0 +0xAB94 0xC086 # 0 +0xAB95 0xC087 # 0 +0xAB96 0xC088 # 0 +0xAB97 0xC089 # 0 +0xAB98 0xC08A # 0 +0xAB99 0xC08B # 0 +0xAB9A 0xC08C # 0 +0xAB9B 0xC08D # 0 +0xAB9C 0xC08E # 0 +0xAB9D 0xC08F # 0 +0xABA1 0xC090 # 0 +0xABA2 0xC091 # 0 +0xABA3 0xC092 # 0 +0xABA4 0xC093 # 0 +0xABA5 0xC094 # 0 +0xABA6 0xC095 # 0 +0xABA7 0xC096 # 0 +0xABA8 0xC097 # 0 +0xABA9 0xC098 # 0 +0xABAA 0xC099 # 0 +0xABAB 0xC09A # 0 +0xABAC 0xC09B # 0 +0xABAD 0xC09C # 0 +0xABAE 0xC09D # 0 +0xABAF 0xC09E # 0 +0xABB0 0xC09F # 0 +0xABB1 0xC0A0 # 0 +0xABB3 0xC0A1 # 0 +0xABB4 0xC0A2 # 0 +0xABB5 0xC0A3 # 0 +0xABB6 0xC0A4 # 0 +0xABB7 0xC0A5 # 0 +0xABB8 0xC0A6 # 0 +0xABB9 0xC0A7 # 0 +0xABBA 0xC0A8 # 0 +0xABBB 0xC0A9 # 0 +0xABBC 0xC0AA # 0 +0xABBD 0xC0AB # 0 +0xAC41 0x1109 # 0 +0xAC61 0xC0AC # 0 +0xAC62 0xC0AD # 0 +0xAC63 0xC0AE # 0 +0xAC64 0xC0AF # 0 +0xAC65 0xC0B0 # 0 +0xAC66 0xC0B1 # 0 +0xAC67 0xC0B2 # 0 +0xAC68 0xC0B3 # 0 +0xAC69 0xC0B4 # 0 +0xAC6A 0xC0B5 # 0 +0xAC6B 0xC0B6 # 0 +0xAC6C 0xC0B7 # 0 +0xAC6D 0xC0B8 # 0 +0xAC6E 0xC0B9 # 0 +0xAC6F 0xC0BA # 0 +0xAC70 0xC0BB # 0 +0xAC71 0xC0BC # 0 +0xAC73 0xC0BD # 0 +0xAC74 0xC0BE # 0 +0xAC75 0xC0BF # 0 +0xAC76 0xC0C0 # 0 +0xAC77 0xC0C1 # 0 +0xAC78 0xC0C2 # 0 +0xAC79 0xC0C3 # 0 +0xAC7A 0xC0C4 # 0 +0xAC7B 0xC0C5 # 0 +0xAC7C 0xC0C6 # 0 +0xAC7D 0xC0C7 # 0 +0xAC81 0xC0C8 # 0 +0xAC82 0xC0C9 # 0 +0xAC83 0xC0CA # 0 +0xAC84 0xC0CB # 0 +0xAC85 0xC0CC # 0 +0xAC86 0xC0CD # 0 +0xAC87 0xC0CE # 0 +0xAC88 0xC0CF # 0 +0xAC89 0xC0D0 # 0 +0xAC8A 0xC0D1 # 0 +0xAC8B 0xC0D2 # 0 +0xAC8C 0xC0D3 # 0 +0xAC8D 0xC0D4 # 0 +0xAC8E 0xC0D5 # 0 +0xAC8F 0xC0D6 # 0 +0xAC90 0xC0D7 # 0 +0xAC91 0xC0D8 # 0 +0xAC93 0xC0D9 # 0 +0xAC94 0xC0DA # 0 +0xAC95 0xC0DB # 0 +0xAC96 0xC0DC # 0 +0xAC97 0xC0DD # 0 +0xAC98 0xC0DE # 0 +0xAC99 0xC0DF # 0 +0xAC9A 0xC0E0 # 0 +0xAC9B 0xC0E1 # 0 +0xAC9C 0xC0E2 # 0 +0xAC9D 0xC0E3 # 0 +0xACA1 0xC0E4 # 0 +0xACA2 0xC0E5 # 0 +0xACA3 0xC0E6 # 0 +0xACA4 0xC0E7 # 0 +0xACA5 0xC0E8 # 0 +0xACA6 0xC0E9 # 0 +0xACA7 0xC0EA # 0 +0xACA8 0xC0EB # 0 +0xACA9 0xC0EC # 0 +0xACAA 0xC0ED # 0 +0xACAB 0xC0EE # 0 +0xACAC 0xC0EF # 0 +0xACAD 0xC0F0 # 0 +0xACAE 0xC0F1 # 0 +0xACAF 0xC0F2 # 0 +0xACB0 0xC0F3 # 0 +0xACB1 0xC0F4 # 0 +0xACB3 0xC0F5 # 0 +0xACB4 0xC0F6 # 0 +0xACB5 0xC0F7 # 0 +0xACB6 0xC0F8 # 0 +0xACB7 0xC0F9 # 0 +0xACB8 0xC0FA # 0 +0xACB9 0xC0FB # 0 +0xACBA 0xC0FC # 0 +0xACBB 0xC0FD # 0 +0xACBC 0xC0FE # 0 +0xACBD 0xC0FF # 0 +0xACC1 0xC100 # 0 +0xACC2 0xC101 # 0 +0xACC3 0xC102 # 0 +0xACC4 0xC103 # 0 +0xACC5 0xC104 # 0 +0xACC6 0xC105 # 0 +0xACC7 0xC106 # 0 +0xACC8 0xC107 # 0 +0xACC9 0xC108 # 0 +0xACCA 0xC109 # 0 +0xACCB 0xC10A # 0 +0xACCC 0xC10B # 0 +0xACCD 0xC10C # 0 +0xACCE 0xC10D # 0 +0xACCF 0xC10E # 0 +0xACD0 0xC10F # 0 +0xACD1 0xC110 # 0 +0xACD3 0xC111 # 0 +0xACD4 0xC112 # 0 +0xACD5 0xC113 # 0 +0xACD6 0xC114 # 0 +0xACD7 0xC115 # 0 +0xACD8 0xC116 # 0 +0xACD9 0xC117 # 0 +0xACDA 0xC118 # 0 +0xACDB 0xC119 # 0 +0xACDC 0xC11A # 0 +0xACDD 0xC11B # 0 +0xACE1 0xC11C # 0 +0xACE2 0xC11D # 0 +0xACE3 0xC11E # 0 +0xACE4 0xC11F # 0 +0xACE5 0xC120 # 0 +0xACE6 0xC121 # 0 +0xACE7 0xC122 # 0 +0xACE8 0xC123 # 0 +0xACE9 0xC124 # 0 +0xACEA 0xC125 # 0 +0xACEB 0xC126 # 0 +0xACEC 0xC127 # 0 +0xACED 0xC128 # 0 +0xACEE 0xC129 # 0 +0xACEF 0xC12A # 0 +0xACF0 0xC12B # 0 +0xACF1 0xC12C # 0 +0xACF3 0xC12D # 0 +0xACF4 0xC12E # 0 +0xACF5 0xC12F # 0 +0xACF6 0xC130 # 0 +0xACF7 0xC131 # 0 +0xACF8 0xC132 # 0 +0xACF9 0xC133 # 0 +0xACFA 0xC134 # 0 +0xACFB 0xC135 # 0 +0xACFC 0xC136 # 0 +0xACFD 0xC137 # 0 +0xAD41 0xC138 # 0 +0xAD42 0xC139 # 0 +0xAD43 0xC13A # 0 +0xAD44 0xC13B # 0 +0xAD45 0xC13C # 0 +0xAD46 0xC13D # 0 +0xAD47 0xC13E # 0 +0xAD48 0xC13F # 0 +0xAD49 0xC140 # 0 +0xAD4A 0xC141 # 0 +0xAD4B 0xC142 # 0 +0xAD4C 0xC143 # 0 +0xAD4D 0xC144 # 0 +0xAD4E 0xC145 # 0 +0xAD4F 0xC146 # 0 +0xAD50 0xC147 # 0 +0xAD51 0xC148 # 0 +0xAD53 0xC149 # 0 +0xAD54 0xC14A # 0 +0xAD55 0xC14B # 0 +0xAD56 0xC14C # 0 +0xAD57 0xC14D # 0 +0xAD58 0xC14E # 0 +0xAD59 0xC14F # 0 +0xAD5A 0xC150 # 0 +0xAD5B 0xC151 # 0 +0xAD5C 0xC152 # 0 +0xAD5D 0xC153 # 0 +0xAD61 0xC154 # 0 +0xAD62 0xC155 # 0 +0xAD63 0xC156 # 0 +0xAD64 0xC157 # 0 +0xAD65 0xC158 # 0 +0xAD66 0xC159 # 0 +0xAD67 0xC15A # 0 +0xAD68 0xC15B # 0 +0xAD69 0xC15C # 0 +0xAD6A 0xC15D # 0 +0xAD6B 0xC15E # 0 +0xAD6C 0xC15F # 0 +0xAD6D 0xC160 # 0 +0xAD6E 0xC161 # 0 +0xAD6F 0xC162 # 0 +0xAD70 0xC163 # 0 +0xAD71 0xC164 # 0 +0xAD73 0xC165 # 0 +0xAD74 0xC166 # 0 +0xAD75 0xC167 # 0 +0xAD76 0xC168 # 0 +0xAD77 0xC169 # 0 +0xAD78 0xC16A # 0 +0xAD79 0xC16B # 0 +0xAD7A 0xC16C # 0 +0xAD7B 0xC16D # 0 +0xAD7C 0xC16E # 0 +0xAD7D 0xC16F # 0 +0xAD81 0xC170 # 0 +0xAD82 0xC171 # 0 +0xAD83 0xC172 # 0 +0xAD84 0xC173 # 0 +0xAD85 0xC174 # 0 +0xAD86 0xC175 # 0 +0xAD87 0xC176 # 0 +0xAD88 0xC177 # 0 +0xAD89 0xC178 # 0 +0xAD8A 0xC179 # 0 +0xAD8B 0xC17A # 0 +0xAD8C 0xC17B # 0 +0xAD8D 0xC17C # 0 +0xAD8E 0xC17D # 0 +0xAD8F 0xC17E # 0 +0xAD90 0xC17F # 0 +0xAD91 0xC180 # 0 +0xAD93 0xC181 # 0 +0xAD94 0xC182 # 0 +0xAD95 0xC183 # 0 +0xAD96 0xC184 # 0 +0xAD97 0xC185 # 0 +0xAD98 0xC186 # 0 +0xAD99 0xC187 # 0 +0xAD9A 0xC188 # 0 +0xAD9B 0xC189 # 0 +0xAD9C 0xC18A # 0 +0xAD9D 0xC18B # 0 +0xADA1 0xC18C # 0 +0xADA2 0xC18D # 0 +0xADA3 0xC18E # 0 +0xADA4 0xC18F # 0 +0xADA5 0xC190 # 0 +0xADA6 0xC191 # 0 +0xADA7 0xC192 # 0 +0xADA8 0xC193 # 0 +0xADA9 0xC194 # 0 +0xADAA 0xC195 # 0 +0xADAB 0xC196 # 0 +0xADAC 0xC197 # 0 +0xADAD 0xC198 # 0 +0xADAE 0xC199 # 0 +0xADAF 0xC19A # 0 +0xADB0 0xC19B # 0 +0xADB1 0xC19C # 0 +0xADB3 0xC19D # 0 +0xADB4 0xC19E # 0 +0xADB5 0xC19F # 0 +0xADB6 0xC1A0 # 0 +0xADB7 0xC1A1 # 0 +0xADB8 0xC1A2 # 0 +0xADB9 0xC1A3 # 0 +0xADBA 0xC1A4 # 0 +0xADBB 0xC1A5 # 0 +0xADBC 0xC1A6 # 0 +0xADBD 0xC1A7 # 0 +0xADC1 0xC1A8 # 0 +0xADC2 0xC1A9 # 0 +0xADC3 0xC1AA # 0 +0xADC4 0xC1AB # 0 +0xADC5 0xC1AC # 0 +0xADC6 0xC1AD # 0 +0xADC7 0xC1AE # 0 +0xADC8 0xC1AF # 0 +0xADC9 0xC1B0 # 0 +0xADCA 0xC1B1 # 0 +0xADCB 0xC1B2 # 0 +0xADCC 0xC1B3 # 0 +0xADCD 0xC1B4 # 0 +0xADCE 0xC1B5 # 0 +0xADCF 0xC1B6 # 0 +0xADD0 0xC1B7 # 0 +0xADD1 0xC1B8 # 0 +0xADD3 0xC1B9 # 0 +0xADD4 0xC1BA # 0 +0xADD5 0xC1BB # 0 +0xADD6 0xC1BC # 0 +0xADD7 0xC1BD # 0 +0xADD8 0xC1BE # 0 +0xADD9 0xC1BF # 0 +0xADDA 0xC1C0 # 0 +0xADDB 0xC1C1 # 0 +0xADDC 0xC1C2 # 0 +0xADDD 0xC1C3 # 0 +0xADE1 0xC1C4 # 0 +0xADE2 0xC1C5 # 0 +0xADE3 0xC1C6 # 0 +0xADE4 0xC1C7 # 0 +0xADE5 0xC1C8 # 0 +0xADE6 0xC1C9 # 0 +0xADE7 0xC1CA # 0 +0xADE8 0xC1CB # 0 +0xADE9 0xC1CC # 0 +0xADEA 0xC1CD # 0 +0xADEB 0xC1CE # 0 +0xADEC 0xC1CF # 0 +0xADED 0xC1D0 # 0 +0xADEE 0xC1D1 # 0 +0xADEF 0xC1D2 # 0 +0xADF0 0xC1D3 # 0 +0xADF1 0xC1D4 # 0 +0xADF3 0xC1D5 # 0 +0xADF4 0xC1D6 # 0 +0xADF5 0xC1D7 # 0 +0xADF6 0xC1D8 # 0 +0xADF7 0xC1D9 # 0 +0xADF8 0xC1DA # 0 +0xADF9 0xC1DB # 0 +0xADFA 0xC1DC # 0 +0xADFB 0xC1DD # 0 +0xADFC 0xC1DE # 0 +0xADFD 0xC1DF # 0 +0xAE41 0xC1E0 # 0 +0xAE42 0xC1E1 # 0 +0xAE43 0xC1E2 # 0 +0xAE44 0xC1E3 # 0 +0xAE45 0xC1E4 # 0 +0xAE46 0xC1E5 # 0 +0xAE47 0xC1E6 # 0 +0xAE48 0xC1E7 # 0 +0xAE49 0xC1E8 # 0 +0xAE4A 0xC1E9 # 0 +0xAE4B 0xC1EA # 0 +0xAE4C 0xC1EB # 0 +0xAE4D 0xC1EC # 0 +0xAE4E 0xC1ED # 0 +0xAE4F 0xC1EE # 0 +0xAE50 0xC1EF # 0 +0xAE51 0xC1F0 # 0 +0xAE53 0xC1F1 # 0 +0xAE54 0xC1F2 # 0 +0xAE55 0xC1F3 # 0 +0xAE56 0xC1F4 # 0 +0xAE57 0xC1F5 # 0 +0xAE58 0xC1F6 # 0 +0xAE59 0xC1F7 # 0 +0xAE5A 0xC1F8 # 0 +0xAE5B 0xC1F9 # 0 +0xAE5C 0xC1FA # 0 +0xAE5D 0xC1FB # 0 +0xAE61 0xC1FC # 0 +0xAE62 0xC1FD # 0 +0xAE63 0xC1FE # 0 +0xAE64 0xC1FF # 0 +0xAE65 0xC200 # 0 +0xAE66 0xC201 # 0 +0xAE67 0xC202 # 0 +0xAE68 0xC203 # 0 +0xAE69 0xC204 # 0 +0xAE6A 0xC205 # 0 +0xAE6B 0xC206 # 0 +0xAE6C 0xC207 # 0 +0xAE6D 0xC208 # 0 +0xAE6E 0xC209 # 0 +0xAE6F 0xC20A # 0 +0xAE70 0xC20B # 0 +0xAE71 0xC20C # 0 +0xAE73 0xC20D # 0 +0xAE74 0xC20E # 0 +0xAE75 0xC20F # 0 +0xAE76 0xC210 # 0 +0xAE77 0xC211 # 0 +0xAE78 0xC212 # 0 +0xAE79 0xC213 # 0 +0xAE7A 0xC214 # 0 +0xAE7B 0xC215 # 0 +0xAE7C 0xC216 # 0 +0xAE7D 0xC217 # 0 +0xAE81 0xC218 # 0 +0xAE82 0xC219 # 0 +0xAE83 0xC21A # 0 +0xAE84 0xC21B # 0 +0xAE85 0xC21C # 0 +0xAE86 0xC21D # 0 +0xAE87 0xC21E # 0 +0xAE88 0xC21F # 0 +0xAE89 0xC220 # 0 +0xAE8A 0xC221 # 0 +0xAE8B 0xC222 # 0 +0xAE8C 0xC223 # 0 +0xAE8D 0xC224 # 0 +0xAE8E 0xC225 # 0 +0xAE8F 0xC226 # 0 +0xAE90 0xC227 # 0 +0xAE91 0xC228 # 0 +0xAE93 0xC229 # 0 +0xAE94 0xC22A # 0 +0xAE95 0xC22B # 0 +0xAE96 0xC22C # 0 +0xAE97 0xC22D # 0 +0xAE98 0xC22E # 0 +0xAE99 0xC22F # 0 +0xAE9A 0xC230 # 0 +0xAE9B 0xC231 # 0 +0xAE9C 0xC232 # 0 +0xAE9D 0xC233 # 0 +0xAEA1 0xC234 # 0 +0xAEA2 0xC235 # 0 +0xAEA3 0xC236 # 0 +0xAEA4 0xC237 # 0 +0xAEA5 0xC238 # 0 +0xAEA6 0xC239 # 0 +0xAEA7 0xC23A # 0 +0xAEA8 0xC23B # 0 +0xAEA9 0xC23C # 0 +0xAEAA 0xC23D # 0 +0xAEAB 0xC23E # 0 +0xAEAC 0xC23F # 0 +0xAEAD 0xC240 # 0 +0xAEAE 0xC241 # 0 +0xAEAF 0xC242 # 0 +0xAEB0 0xC243 # 0 +0xAEB1 0xC244 # 0 +0xAEB3 0xC245 # 0 +0xAEB4 0xC246 # 0 +0xAEB5 0xC247 # 0 +0xAEB6 0xC248 # 0 +0xAEB7 0xC249 # 0 +0xAEB8 0xC24A # 0 +0xAEB9 0xC24B # 0 +0xAEBA 0xC24C # 0 +0xAEBB 0xC24D # 0 +0xAEBC 0xC24E # 0 +0xAEBD 0xC24F # 0 +0xAEC1 0xC250 # 0 +0xAEC2 0xC251 # 0 +0xAEC3 0xC252 # 0 +0xAEC4 0xC253 # 0 +0xAEC5 0xC254 # 0 +0xAEC6 0xC255 # 0 +0xAEC7 0xC256 # 0 +0xAEC8 0xC257 # 0 +0xAEC9 0xC258 # 0 +0xAECA 0xC259 # 0 +0xAECB 0xC25A # 0 +0xAECC 0xC25B # 0 +0xAECD 0xC25C # 0 +0xAECE 0xC25D # 0 +0xAECF 0xC25E # 0 +0xAED0 0xC25F # 0 +0xAED1 0xC260 # 0 +0xAED3 0xC261 # 0 +0xAED4 0xC262 # 0 +0xAED5 0xC263 # 0 +0xAED6 0xC264 # 0 +0xAED7 0xC265 # 0 +0xAED8 0xC266 # 0 +0xAED9 0xC267 # 0 +0xAEDA 0xC268 # 0 +0xAEDB 0xC269 # 0 +0xAEDC 0xC26A # 0 +0xAEDD 0xC26B # 0 +0xAEE1 0xC26C # 0 +0xAEE2 0xC26D # 0 +0xAEE3 0xC26E # 0 +0xAEE4 0xC26F # 0 +0xAEE5 0xC270 # 0 +0xAEE6 0xC271 # 0 +0xAEE7 0xC272 # 0 +0xAEE8 0xC273 # 0 +0xAEE9 0xC274 # 0 +0xAEEA 0xC275 # 0 +0xAEEB 0xC276 # 0 +0xAEEC 0xC277 # 0 +0xAEED 0xC278 # 0 +0xAEEE 0xC279 # 0 +0xAEEF 0xC27A # 0 +0xAEF0 0xC27B # 0 +0xAEF1 0xC27C # 0 +0xAEF3 0xC27D # 0 +0xAEF4 0xC27E # 0 +0xAEF5 0xC27F # 0 +0xAEF6 0xC280 # 0 +0xAEF7 0xC281 # 0 +0xAEF8 0xC282 # 0 +0xAEF9 0xC283 # 0 +0xAEFA 0xC284 # 0 +0xAEFB 0xC285 # 0 +0xAEFC 0xC286 # 0 +0xAEFD 0xC287 # 0 +0xAF41 0xC288 # 0 +0xAF42 0xC289 # 0 +0xAF43 0xC28A # 0 +0xAF44 0xC28B # 0 +0xAF45 0xC28C # 0 +0xAF46 0xC28D # 0 +0xAF47 0xC28E # 0 +0xAF48 0xC28F # 0 +0xAF49 0xC290 # 0 +0xAF4A 0xC291 # 0 +0xAF4B 0xC292 # 0 +0xAF4C 0xC293 # 0 +0xAF4D 0xC294 # 0 +0xAF4E 0xC295 # 0 +0xAF4F 0xC296 # 0 +0xAF50 0xC297 # 0 +0xAF51 0xC298 # 0 +0xAF53 0xC299 # 0 +0xAF54 0xC29A # 0 +0xAF55 0xC29B # 0 +0xAF56 0xC29C # 0 +0xAF57 0xC29D # 0 +0xAF58 0xC29E # 0 +0xAF59 0xC29F # 0 +0xAF5A 0xC2A0 # 0 +0xAF5B 0xC2A1 # 0 +0xAF5C 0xC2A2 # 0 +0xAF5D 0xC2A3 # 0 +0xAF61 0xC2A4 # 0 +0xAF62 0xC2A5 # 0 +0xAF63 0xC2A6 # 0 +0xAF64 0xC2A7 # 0 +0xAF65 0xC2A8 # 0 +0xAF66 0xC2A9 # 0 +0xAF67 0xC2AA # 0 +0xAF68 0xC2AB # 0 +0xAF69 0xC2AC # 0 +0xAF6A 0xC2AD # 0 +0xAF6B 0xC2AE # 0 +0xAF6C 0xC2AF # 0 +0xAF6D 0xC2B0 # 0 +0xAF6E 0xC2B1 # 0 +0xAF6F 0xC2B2 # 0 +0xAF70 0xC2B3 # 0 +0xAF71 0xC2B4 # 0 +0xAF73 0xC2B5 # 0 +0xAF74 0xC2B6 # 0 +0xAF75 0xC2B7 # 0 +0xAF76 0xC2B8 # 0 +0xAF77 0xC2B9 # 0 +0xAF78 0xC2BA # 0 +0xAF79 0xC2BB # 0 +0xAF7A 0xC2BC # 0 +0xAF7B 0xC2BD # 0 +0xAF7C 0xC2BE # 0 +0xAF7D 0xC2BF # 0 +0xAF81 0xC2C0 # 0 +0xAF82 0xC2C1 # 0 +0xAF83 0xC2C2 # 0 +0xAF84 0xC2C3 # 0 +0xAF85 0xC2C4 # 0 +0xAF86 0xC2C5 # 0 +0xAF87 0xC2C6 # 0 +0xAF88 0xC2C7 # 0 +0xAF89 0xC2C8 # 0 +0xAF8A 0xC2C9 # 0 +0xAF8B 0xC2CA # 0 +0xAF8C 0xC2CB # 0 +0xAF8D 0xC2CC # 0 +0xAF8E 0xC2CD # 0 +0xAF8F 0xC2CE # 0 +0xAF90 0xC2CF # 0 +0xAF91 0xC2D0 # 0 +0xAF93 0xC2D1 # 0 +0xAF94 0xC2D2 # 0 +0xAF95 0xC2D3 # 0 +0xAF96 0xC2D4 # 0 +0xAF97 0xC2D5 # 0 +0xAF98 0xC2D6 # 0 +0xAF99 0xC2D7 # 0 +0xAF9A 0xC2D8 # 0 +0xAF9B 0xC2D9 # 0 +0xAF9C 0xC2DA # 0 +0xAF9D 0xC2DB # 0 +0xAFA1 0xC2DC # 0 +0xAFA2 0xC2DD # 0 +0xAFA3 0xC2DE # 0 +0xAFA4 0xC2DF # 0 +0xAFA5 0xC2E0 # 0 +0xAFA6 0xC2E1 # 0 +0xAFA7 0xC2E2 # 0 +0xAFA8 0xC2E3 # 0 +0xAFA9 0xC2E4 # 0 +0xAFAA 0xC2E5 # 0 +0xAFAB 0xC2E6 # 0 +0xAFAC 0xC2E7 # 0 +0xAFAD 0xC2E8 # 0 +0xAFAE 0xC2E9 # 0 +0xAFAF 0xC2EA # 0 +0xAFB0 0xC2EB # 0 +0xAFB1 0xC2EC # 0 +0xAFB3 0xC2ED # 0 +0xAFB4 0xC2EE # 0 +0xAFB5 0xC2EF # 0 +0xAFB6 0xC2F0 # 0 +0xAFB7 0xC2F1 # 0 +0xAFB8 0xC2F2 # 0 +0xAFB9 0xC2F3 # 0 +0xAFBA 0xC2F4 # 0 +0xAFBB 0xC2F5 # 0 +0xAFBC 0xC2F6 # 0 +0xAFBD 0xC2F7 # 0 +0xB041 0x110A # 0 +0xB061 0xC2F8 # 0 +0xB062 0xC2F9 # 0 +0xB063 0xC2FA # 0 +0xB064 0xC2FB # 0 +0xB065 0xC2FC # 0 +0xB066 0xC2FD # 0 +0xB067 0xC2FE # 0 +0xB068 0xC2FF # 0 +0xB069 0xC300 # 0 +0xB06A 0xC301 # 0 +0xB06B 0xC302 # 0 +0xB06C 0xC303 # 0 +0xB06D 0xC304 # 0 +0xB06E 0xC305 # 0 +0xB06F 0xC306 # 0 +0xB070 0xC307 # 0 +0xB071 0xC308 # 0 +0xB073 0xC309 # 0 +0xB074 0xC30A # 0 +0xB075 0xC30B # 0 +0xB076 0xC30C # 0 +0xB077 0xC30D # 0 +0xB078 0xC30E # 0 +0xB079 0xC30F # 0 +0xB07A 0xC310 # 0 +0xB07B 0xC311 # 0 +0xB07C 0xC312 # 0 +0xB07D 0xC313 # 0 +0xB081 0xC314 # 0 +0xB082 0xC315 # 0 +0xB083 0xC316 # 0 +0xB084 0xC317 # 0 +0xB085 0xC318 # 0 +0xB086 0xC319 # 0 +0xB087 0xC31A # 0 +0xB088 0xC31B # 0 +0xB089 0xC31C # 0 +0xB08A 0xC31D # 0 +0xB08B 0xC31E # 0 +0xB08C 0xC31F # 0 +0xB08D 0xC320 # 0 +0xB08E 0xC321 # 0 +0xB08F 0xC322 # 0 +0xB090 0xC323 # 0 +0xB091 0xC324 # 0 +0xB093 0xC325 # 0 +0xB094 0xC326 # 0 +0xB095 0xC327 # 0 +0xB096 0xC328 # 0 +0xB097 0xC329 # 0 +0xB098 0xC32A # 0 +0xB099 0xC32B # 0 +0xB09A 0xC32C # 0 +0xB09B 0xC32D # 0 +0xB09C 0xC32E # 0 +0xB09D 0xC32F # 0 +0xB0A1 0xC330 # 0 +0xB0A2 0xC331 # 0 +0xB0A3 0xC332 # 0 +0xB0A4 0xC333 # 0 +0xB0A5 0xC334 # 0 +0xB0A6 0xC335 # 0 +0xB0A7 0xC336 # 0 +0xB0A8 0xC337 # 0 +0xB0A9 0xC338 # 0 +0xB0AA 0xC339 # 0 +0xB0AB 0xC33A # 0 +0xB0AC 0xC33B # 0 +0xB0AD 0xC33C # 0 +0xB0AE 0xC33D # 0 +0xB0AF 0xC33E # 0 +0xB0B0 0xC33F # 0 +0xB0B1 0xC340 # 0 +0xB0B3 0xC341 # 0 +0xB0B4 0xC342 # 0 +0xB0B5 0xC343 # 0 +0xB0B6 0xC344 # 0 +0xB0B7 0xC345 # 0 +0xB0B8 0xC346 # 0 +0xB0B9 0xC347 # 0 +0xB0BA 0xC348 # 0 +0xB0BB 0xC349 # 0 +0xB0BC 0xC34A # 0 +0xB0BD 0xC34B # 0 +0xB0C1 0xC34C # 0 +0xB0C2 0xC34D # 0 +0xB0C3 0xC34E # 0 +0xB0C4 0xC34F # 0 +0xB0C5 0xC350 # 0 +0xB0C6 0xC351 # 0 +0xB0C7 0xC352 # 0 +0xB0C8 0xC353 # 0 +0xB0C9 0xC354 # 0 +0xB0CA 0xC355 # 0 +0xB0CB 0xC356 # 0 +0xB0CC 0xC357 # 0 +0xB0CD 0xC358 # 0 +0xB0CE 0xC359 # 0 +0xB0CF 0xC35A # 0 +0xB0D0 0xC35B # 0 +0xB0D1 0xC35C # 0 +0xB0D3 0xC35D # 0 +0xB0D4 0xC35E # 0 +0xB0D5 0xC35F # 0 +0xB0D6 0xC360 # 0 +0xB0D7 0xC361 # 0 +0xB0D8 0xC362 # 0 +0xB0D9 0xC363 # 0 +0xB0DA 0xC364 # 0 +0xB0DB 0xC365 # 0 +0xB0DC 0xC366 # 0 +0xB0DD 0xC367 # 0 +0xB0E1 0xC368 # 0 +0xB0E2 0xC369 # 0 +0xB0E3 0xC36A # 0 +0xB0E4 0xC36B # 0 +0xB0E5 0xC36C # 0 +0xB0E6 0xC36D # 0 +0xB0E7 0xC36E # 0 +0xB0E8 0xC36F # 0 +0xB0E9 0xC370 # 0 +0xB0EA 0xC371 # 0 +0xB0EB 0xC372 # 0 +0xB0EC 0xC373 # 0 +0xB0ED 0xC374 # 0 +0xB0EE 0xC375 # 0 +0xB0EF 0xC376 # 0 +0xB0F0 0xC377 # 0 +0xB0F1 0xC378 # 0 +0xB0F3 0xC379 # 0 +0xB0F4 0xC37A # 0 +0xB0F5 0xC37B # 0 +0xB0F6 0xC37C # 0 +0xB0F7 0xC37D # 0 +0xB0F8 0xC37E # 0 +0xB0F9 0xC37F # 0 +0xB0FA 0xC380 # 0 +0xB0FB 0xC381 # 0 +0xB0FC 0xC382 # 0 +0xB0FD 0xC383 # 0 +0xB141 0xC384 # 0 +0xB142 0xC385 # 0 +0xB143 0xC386 # 0 +0xB144 0xC387 # 0 +0xB145 0xC388 # 0 +0xB146 0xC389 # 0 +0xB147 0xC38A # 0 +0xB148 0xC38B # 0 +0xB149 0xC38C # 0 +0xB14A 0xC38D # 0 +0xB14B 0xC38E # 0 +0xB14C 0xC38F # 0 +0xB14D 0xC390 # 0 +0xB14E 0xC391 # 0 +0xB14F 0xC392 # 0 +0xB150 0xC393 # 0 +0xB151 0xC394 # 0 +0xB153 0xC395 # 0 +0xB154 0xC396 # 0 +0xB155 0xC397 # 0 +0xB156 0xC398 # 0 +0xB157 0xC399 # 0 +0xB158 0xC39A # 0 +0xB159 0xC39B # 0 +0xB15A 0xC39C # 0 +0xB15B 0xC39D # 0 +0xB15C 0xC39E # 0 +0xB15D 0xC39F # 0 +0xB161 0xC3A0 # 0 +0xB162 0xC3A1 # 0 +0xB163 0xC3A2 # 0 +0xB164 0xC3A3 # 0 +0xB165 0xC3A4 # 0 +0xB166 0xC3A5 # 0 +0xB167 0xC3A6 # 0 +0xB168 0xC3A7 # 0 +0xB169 0xC3A8 # 0 +0xB16A 0xC3A9 # 0 +0xB16B 0xC3AA # 0 +0xB16C 0xC3AB # 0 +0xB16D 0xC3AC # 0 +0xB16E 0xC3AD # 0 +0xB16F 0xC3AE # 0 +0xB170 0xC3AF # 0 +0xB171 0xC3B0 # 0 +0xB173 0xC3B1 # 0 +0xB174 0xC3B2 # 0 +0xB175 0xC3B3 # 0 +0xB176 0xC3B4 # 0 +0xB177 0xC3B5 # 0 +0xB178 0xC3B6 # 0 +0xB179 0xC3B7 # 0 +0xB17A 0xC3B8 # 0 +0xB17B 0xC3B9 # 0 +0xB17C 0xC3BA # 0 +0xB17D 0xC3BB # 0 +0xB181 0xC3BC # 0 +0xB182 0xC3BD # 0 +0xB183 0xC3BE # 0 +0xB184 0xC3BF # 0 +0xB185 0xC3C0 # 0 +0xB186 0xC3C1 # 0 +0xB187 0xC3C2 # 0 +0xB188 0xC3C3 # 0 +0xB189 0xC3C4 # 0 +0xB18A 0xC3C5 # 0 +0xB18B 0xC3C6 # 0 +0xB18C 0xC3C7 # 0 +0xB18D 0xC3C8 # 0 +0xB18E 0xC3C9 # 0 +0xB18F 0xC3CA # 0 +0xB190 0xC3CB # 0 +0xB191 0xC3CC # 0 +0xB193 0xC3CD # 0 +0xB194 0xC3CE # 0 +0xB195 0xC3CF # 0 +0xB196 0xC3D0 # 0 +0xB197 0xC3D1 # 0 +0xB198 0xC3D2 # 0 +0xB199 0xC3D3 # 0 +0xB19A 0xC3D4 # 0 +0xB19B 0xC3D5 # 0 +0xB19C 0xC3D6 # 0 +0xB19D 0xC3D7 # 0 +0xB1A1 0xC3D8 # 0 +0xB1A2 0xC3D9 # 0 +0xB1A3 0xC3DA # 0 +0xB1A4 0xC3DB # 0 +0xB1A5 0xC3DC # 0 +0xB1A6 0xC3DD # 0 +0xB1A7 0xC3DE # 0 +0xB1A8 0xC3DF # 0 +0xB1A9 0xC3E0 # 0 +0xB1AA 0xC3E1 # 0 +0xB1AB 0xC3E2 # 0 +0xB1AC 0xC3E3 # 0 +0xB1AD 0xC3E4 # 0 +0xB1AE 0xC3E5 # 0 +0xB1AF 0xC3E6 # 0 +0xB1B0 0xC3E7 # 0 +0xB1B1 0xC3E8 # 0 +0xB1B3 0xC3E9 # 0 +0xB1B4 0xC3EA # 0 +0xB1B5 0xC3EB # 0 +0xB1B6 0xC3EC # 0 +0xB1B7 0xC3ED # 0 +0xB1B8 0xC3EE # 0 +0xB1B9 0xC3EF # 0 +0xB1BA 0xC3F0 # 0 +0xB1BB 0xC3F1 # 0 +0xB1BC 0xC3F2 # 0 +0xB1BD 0xC3F3 # 0 +0xB1C1 0xC3F4 # 0 +0xB1C2 0xC3F5 # 0 +0xB1C3 0xC3F6 # 0 +0xB1C4 0xC3F7 # 0 +0xB1C5 0xC3F8 # 0 +0xB1C6 0xC3F9 # 0 +0xB1C7 0xC3FA # 0 +0xB1C8 0xC3FB # 0 +0xB1C9 0xC3FC # 0 +0xB1CA 0xC3FD # 0 +0xB1CB 0xC3FE # 0 +0xB1CC 0xC3FF # 0 +0xB1CD 0xC400 # 0 +0xB1CE 0xC401 # 0 +0xB1CF 0xC402 # 0 +0xB1D0 0xC403 # 0 +0xB1D1 0xC404 # 0 +0xB1D3 0xC405 # 0 +0xB1D4 0xC406 # 0 +0xB1D5 0xC407 # 0 +0xB1D6 0xC408 # 0 +0xB1D7 0xC409 # 0 +0xB1D8 0xC40A # 0 +0xB1D9 0xC40B # 0 +0xB1DA 0xC40C # 0 +0xB1DB 0xC40D # 0 +0xB1DC 0xC40E # 0 +0xB1DD 0xC40F # 0 +0xB1E1 0xC410 # 0 +0xB1E2 0xC411 # 0 +0xB1E3 0xC412 # 0 +0xB1E4 0xC413 # 0 +0xB1E5 0xC414 # 0 +0xB1E6 0xC415 # 0 +0xB1E7 0xC416 # 0 +0xB1E8 0xC417 # 0 +0xB1E9 0xC418 # 0 +0xB1EA 0xC419 # 0 +0xB1EB 0xC41A # 0 +0xB1EC 0xC41B # 0 +0xB1ED 0xC41C # 0 +0xB1EE 0xC41D # 0 +0xB1EF 0xC41E # 0 +0xB1F0 0xC41F # 0 +0xB1F1 0xC420 # 0 +0xB1F3 0xC421 # 0 +0xB1F4 0xC422 # 0 +0xB1F5 0xC423 # 0 +0xB1F6 0xC424 # 0 +0xB1F7 0xC425 # 0 +0xB1F8 0xC426 # 0 +0xB1F9 0xC427 # 0 +0xB1FA 0xC428 # 0 +0xB1FB 0xC429 # 0 +0xB1FC 0xC42A # 0 +0xB1FD 0xC42B # 0 +0xB241 0xC42C # 0 +0xB242 0xC42D # 0 +0xB243 0xC42E # 0 +0xB244 0xC42F # 0 +0xB245 0xC430 # 0 +0xB246 0xC431 # 0 +0xB247 0xC432 # 0 +0xB248 0xC433 # 0 +0xB249 0xC434 # 0 +0xB24A 0xC435 # 0 +0xB24B 0xC436 # 0 +0xB24C 0xC437 # 0 +0xB24D 0xC438 # 0 +0xB24E 0xC439 # 0 +0xB24F 0xC43A # 0 +0xB250 0xC43B # 0 +0xB251 0xC43C # 0 +0xB253 0xC43D # 0 +0xB254 0xC43E # 0 +0xB255 0xC43F # 0 +0xB256 0xC440 # 0 +0xB257 0xC441 # 0 +0xB258 0xC442 # 0 +0xB259 0xC443 # 0 +0xB25A 0xC444 # 0 +0xB25B 0xC445 # 0 +0xB25C 0xC446 # 0 +0xB25D 0xC447 # 0 +0xB261 0xC448 # 0 +0xB262 0xC449 # 0 +0xB263 0xC44A # 0 +0xB264 0xC44B # 0 +0xB265 0xC44C # 0 +0xB266 0xC44D # 0 +0xB267 0xC44E # 0 +0xB268 0xC44F # 0 +0xB269 0xC450 # 0 +0xB26A 0xC451 # 0 +0xB26B 0xC452 # 0 +0xB26C 0xC453 # 0 +0xB26D 0xC454 # 0 +0xB26E 0xC455 # 0 +0xB26F 0xC456 # 0 +0xB270 0xC457 # 0 +0xB271 0xC458 # 0 +0xB273 0xC459 # 0 +0xB274 0xC45A # 0 +0xB275 0xC45B # 0 +0xB276 0xC45C # 0 +0xB277 0xC45D # 0 +0xB278 0xC45E # 0 +0xB279 0xC45F # 0 +0xB27A 0xC460 # 0 +0xB27B 0xC461 # 0 +0xB27C 0xC462 # 0 +0xB27D 0xC463 # 0 +0xB281 0xC464 # 0 +0xB282 0xC465 # 0 +0xB283 0xC466 # 0 +0xB284 0xC467 # 0 +0xB285 0xC468 # 0 +0xB286 0xC469 # 0 +0xB287 0xC46A # 0 +0xB288 0xC46B # 0 +0xB289 0xC46C # 0 +0xB28A 0xC46D # 0 +0xB28B 0xC46E # 0 +0xB28C 0xC46F # 0 +0xB28D 0xC470 # 0 +0xB28E 0xC471 # 0 +0xB28F 0xC472 # 0 +0xB290 0xC473 # 0 +0xB291 0xC474 # 0 +0xB293 0xC475 # 0 +0xB294 0xC476 # 0 +0xB295 0xC477 # 0 +0xB296 0xC478 # 0 +0xB297 0xC479 # 0 +0xB298 0xC47A # 0 +0xB299 0xC47B # 0 +0xB29A 0xC47C # 0 +0xB29B 0xC47D # 0 +0xB29C 0xC47E # 0 +0xB29D 0xC47F # 0 +0xB2A1 0xC480 # 0 +0xB2A2 0xC481 # 0 +0xB2A3 0xC482 # 0 +0xB2A4 0xC483 # 0 +0xB2A5 0xC484 # 0 +0xB2A6 0xC485 # 0 +0xB2A7 0xC486 # 0 +0xB2A8 0xC487 # 0 +0xB2A9 0xC488 # 0 +0xB2AA 0xC489 # 0 +0xB2AB 0xC48A # 0 +0xB2AC 0xC48B # 0 +0xB2AD 0xC48C # 0 +0xB2AE 0xC48D # 0 +0xB2AF 0xC48E # 0 +0xB2B0 0xC48F # 0 +0xB2B1 0xC490 # 0 +0xB2B3 0xC491 # 0 +0xB2B4 0xC492 # 0 +0xB2B5 0xC493 # 0 +0xB2B6 0xC494 # 0 +0xB2B7 0xC495 # 0 +0xB2B8 0xC496 # 0 +0xB2B9 0xC497 # 0 +0xB2BA 0xC498 # 0 +0xB2BB 0xC499 # 0 +0xB2BC 0xC49A # 0 +0xB2BD 0xC49B # 0 +0xB2C1 0xC49C # 0 +0xB2C2 0xC49D # 0 +0xB2C3 0xC49E # 0 +0xB2C4 0xC49F # 0 +0xB2C5 0xC4A0 # 0 +0xB2C6 0xC4A1 # 0 +0xB2C7 0xC4A2 # 0 +0xB2C8 0xC4A3 # 0 +0xB2C9 0xC4A4 # 0 +0xB2CA 0xC4A5 # 0 +0xB2CB 0xC4A6 # 0 +0xB2CC 0xC4A7 # 0 +0xB2CD 0xC4A8 # 0 +0xB2CE 0xC4A9 # 0 +0xB2CF 0xC4AA # 0 +0xB2D0 0xC4AB # 0 +0xB2D1 0xC4AC # 0 +0xB2D3 0xC4AD # 0 +0xB2D4 0xC4AE # 0 +0xB2D5 0xC4AF # 0 +0xB2D6 0xC4B0 # 0 +0xB2D7 0xC4B1 # 0 +0xB2D8 0xC4B2 # 0 +0xB2D9 0xC4B3 # 0 +0xB2DA 0xC4B4 # 0 +0xB2DB 0xC4B5 # 0 +0xB2DC 0xC4B6 # 0 +0xB2DD 0xC4B7 # 0 +0xB2E1 0xC4B8 # 0 +0xB2E2 0xC4B9 # 0 +0xB2E3 0xC4BA # 0 +0xB2E4 0xC4BB # 0 +0xB2E5 0xC4BC # 0 +0xB2E6 0xC4BD # 0 +0xB2E7 0xC4BE # 0 +0xB2E8 0xC4BF # 0 +0xB2E9 0xC4C0 # 0 +0xB2EA 0xC4C1 # 0 +0xB2EB 0xC4C2 # 0 +0xB2EC 0xC4C3 # 0 +0xB2ED 0xC4C4 # 0 +0xB2EE 0xC4C5 # 0 +0xB2EF 0xC4C6 # 0 +0xB2F0 0xC4C7 # 0 +0xB2F1 0xC4C8 # 0 +0xB2F3 0xC4C9 # 0 +0xB2F4 0xC4CA # 0 +0xB2F5 0xC4CB # 0 +0xB2F6 0xC4CC # 0 +0xB2F7 0xC4CD # 0 +0xB2F8 0xC4CE # 0 +0xB2F9 0xC4CF # 0 +0xB2FA 0xC4D0 # 0 +0xB2FB 0xC4D1 # 0 +0xB2FC 0xC4D2 # 0 +0xB2FD 0xC4D3 # 0 +0xB341 0xC4D4 # 0 +0xB342 0xC4D5 # 0 +0xB343 0xC4D6 # 0 +0xB344 0xC4D7 # 0 +0xB345 0xC4D8 # 0 +0xB346 0xC4D9 # 0 +0xB347 0xC4DA # 0 +0xB348 0xC4DB # 0 +0xB349 0xC4DC # 0 +0xB34A 0xC4DD # 0 +0xB34B 0xC4DE # 0 +0xB34C 0xC4DF # 0 +0xB34D 0xC4E0 # 0 +0xB34E 0xC4E1 # 0 +0xB34F 0xC4E2 # 0 +0xB350 0xC4E3 # 0 +0xB351 0xC4E4 # 0 +0xB353 0xC4E5 # 0 +0xB354 0xC4E6 # 0 +0xB355 0xC4E7 # 0 +0xB356 0xC4E8 # 0 +0xB357 0xC4E9 # 0 +0xB358 0xC4EA # 0 +0xB359 0xC4EB # 0 +0xB35A 0xC4EC # 0 +0xB35B 0xC4ED # 0 +0xB35C 0xC4EE # 0 +0xB35D 0xC4EF # 0 +0xB361 0xC4F0 # 0 +0xB362 0xC4F1 # 0 +0xB363 0xC4F2 # 0 +0xB364 0xC4F3 # 0 +0xB365 0xC4F4 # 0 +0xB366 0xC4F5 # 0 +0xB367 0xC4F6 # 0 +0xB368 0xC4F7 # 0 +0xB369 0xC4F8 # 0 +0xB36A 0xC4F9 # 0 +0xB36B 0xC4FA # 0 +0xB36C 0xC4FB # 0 +0xB36D 0xC4FC # 0 +0xB36E 0xC4FD # 0 +0xB36F 0xC4FE # 0 +0xB370 0xC4FF # 0 +0xB371 0xC500 # 0 +0xB373 0xC501 # 0 +0xB374 0xC502 # 0 +0xB375 0xC503 # 0 +0xB376 0xC504 # 0 +0xB377 0xC505 # 0 +0xB378 0xC506 # 0 +0xB379 0xC507 # 0 +0xB37A 0xC508 # 0 +0xB37B 0xC509 # 0 +0xB37C 0xC50A # 0 +0xB37D 0xC50B # 0 +0xB381 0xC50C # 0 +0xB382 0xC50D # 0 +0xB383 0xC50E # 0 +0xB384 0xC50F # 0 +0xB385 0xC510 # 0 +0xB386 0xC511 # 0 +0xB387 0xC512 # 0 +0xB388 0xC513 # 0 +0xB389 0xC514 # 0 +0xB38A 0xC515 # 0 +0xB38B 0xC516 # 0 +0xB38C 0xC517 # 0 +0xB38D 0xC518 # 0 +0xB38E 0xC519 # 0 +0xB38F 0xC51A # 0 +0xB390 0xC51B # 0 +0xB391 0xC51C # 0 +0xB393 0xC51D # 0 +0xB394 0xC51E # 0 +0xB395 0xC51F # 0 +0xB396 0xC520 # 0 +0xB397 0xC521 # 0 +0xB398 0xC522 # 0 +0xB399 0xC523 # 0 +0xB39A 0xC524 # 0 +0xB39B 0xC525 # 0 +0xB39C 0xC526 # 0 +0xB39D 0xC527 # 0 +0xB3A1 0xC528 # 0 +0xB3A2 0xC529 # 0 +0xB3A3 0xC52A # 0 +0xB3A4 0xC52B # 0 +0xB3A5 0xC52C # 0 +0xB3A6 0xC52D # 0 +0xB3A7 0xC52E # 0 +0xB3A8 0xC52F # 0 +0xB3A9 0xC530 # 0 +0xB3AA 0xC531 # 0 +0xB3AB 0xC532 # 0 +0xB3AC 0xC533 # 0 +0xB3AD 0xC534 # 0 +0xB3AE 0xC535 # 0 +0xB3AF 0xC536 # 0 +0xB3B0 0xC537 # 0 +0xB3B1 0xC538 # 0 +0xB3B3 0xC539 # 0 +0xB3B4 0xC53A # 0 +0xB3B5 0xC53B # 0 +0xB3B6 0xC53C # 0 +0xB3B7 0xC53D # 0 +0xB3B8 0xC53E # 0 +0xB3B9 0xC53F # 0 +0xB3BA 0xC540 # 0 +0xB3BB 0xC541 # 0 +0xB3BC 0xC542 # 0 +0xB3BD 0xC543 # 0 +0xB441 0x110B # 0 +0xB461 0xC544 # 0 +0xB462 0xC545 # 0 +0xB463 0xC546 # 0 +0xB464 0xC547 # 0 +0xB465 0xC548 # 0 +0xB466 0xC549 # 0 +0xB467 0xC54A # 0 +0xB468 0xC54B # 0 +0xB469 0xC54C # 0 +0xB46A 0xC54D # 0 +0xB46B 0xC54E # 0 +0xB46C 0xC54F # 0 +0xB46D 0xC550 # 0 +0xB46E 0xC551 # 0 +0xB46F 0xC552 # 0 +0xB470 0xC553 # 0 +0xB471 0xC554 # 0 +0xB473 0xC555 # 0 +0xB474 0xC556 # 0 +0xB475 0xC557 # 0 +0xB476 0xC558 # 0 +0xB477 0xC559 # 0 +0xB478 0xC55A # 0 +0xB479 0xC55B # 0 +0xB47A 0xC55C # 0 +0xB47B 0xC55D # 0 +0xB47C 0xC55E # 0 +0xB47D 0xC55F # 0 +0xB481 0xC560 # 0 +0xB482 0xC561 # 0 +0xB483 0xC562 # 0 +0xB484 0xC563 # 0 +0xB485 0xC564 # 0 +0xB486 0xC565 # 0 +0xB487 0xC566 # 0 +0xB488 0xC567 # 0 +0xB489 0xC568 # 0 +0xB48A 0xC569 # 0 +0xB48B 0xC56A # 0 +0xB48C 0xC56B # 0 +0xB48D 0xC56C # 0 +0xB48E 0xC56D # 0 +0xB48F 0xC56E # 0 +0xB490 0xC56F # 0 +0xB491 0xC570 # 0 +0xB493 0xC571 # 0 +0xB494 0xC572 # 0 +0xB495 0xC573 # 0 +0xB496 0xC574 # 0 +0xB497 0xC575 # 0 +0xB498 0xC576 # 0 +0xB499 0xC577 # 0 +0xB49A 0xC578 # 0 +0xB49B 0xC579 # 0 +0xB49C 0xC57A # 0 +0xB49D 0xC57B # 0 +0xB4A1 0xC57C # 0 +0xB4A2 0xC57D # 0 +0xB4A3 0xC57E # 0 +0xB4A4 0xC57F # 0 +0xB4A5 0xC580 # 0 +0xB4A6 0xC581 # 0 +0xB4A7 0xC582 # 0 +0xB4A8 0xC583 # 0 +0xB4A9 0xC584 # 0 +0xB4AA 0xC585 # 0 +0xB4AB 0xC586 # 0 +0xB4AC 0xC587 # 0 +0xB4AD 0xC588 # 0 +0xB4AE 0xC589 # 0 +0xB4AF 0xC58A # 0 +0xB4B0 0xC58B # 0 +0xB4B1 0xC58C # 0 +0xB4B3 0xC58D # 0 +0xB4B4 0xC58E # 0 +0xB4B5 0xC58F # 0 +0xB4B6 0xC590 # 0 +0xB4B7 0xC591 # 0 +0xB4B8 0xC592 # 0 +0xB4B9 0xC593 # 0 +0xB4BA 0xC594 # 0 +0xB4BB 0xC595 # 0 +0xB4BC 0xC596 # 0 +0xB4BD 0xC597 # 0 +0xB4C1 0xC598 # 0 +0xB4C2 0xC599 # 0 +0xB4C3 0xC59A # 0 +0xB4C4 0xC59B # 0 +0xB4C5 0xC59C # 0 +0xB4C6 0xC59D # 0 +0xB4C7 0xC59E # 0 +0xB4C8 0xC59F # 0 +0xB4C9 0xC5A0 # 0 +0xB4CA 0xC5A1 # 0 +0xB4CB 0xC5A2 # 0 +0xB4CC 0xC5A3 # 0 +0xB4CD 0xC5A4 # 0 +0xB4CE 0xC5A5 # 0 +0xB4CF 0xC5A6 # 0 +0xB4D0 0xC5A7 # 0 +0xB4D1 0xC5A8 # 0 +0xB4D3 0xC5A9 # 0 +0xB4D4 0xC5AA # 0 +0xB4D5 0xC5AB # 0 +0xB4D6 0xC5AC # 0 +0xB4D7 0xC5AD # 0 +0xB4D8 0xC5AE # 0 +0xB4D9 0xC5AF # 0 +0xB4DA 0xC5B0 # 0 +0xB4DB 0xC5B1 # 0 +0xB4DC 0xC5B2 # 0 +0xB4DD 0xC5B3 # 0 +0xB4E1 0xC5B4 # 0 +0xB4E2 0xC5B5 # 0 +0xB4E3 0xC5B6 # 0 +0xB4E4 0xC5B7 # 0 +0xB4E5 0xC5B8 # 0 +0xB4E6 0xC5B9 # 0 +0xB4E7 0xC5BA # 0 +0xB4E8 0xC5BB # 0 +0xB4E9 0xC5BC # 0 +0xB4EA 0xC5BD # 0 +0xB4EB 0xC5BE # 0 +0xB4EC 0xC5BF # 0 +0xB4ED 0xC5C0 # 0 +0xB4EE 0xC5C1 # 0 +0xB4EF 0xC5C2 # 0 +0xB4F0 0xC5C3 # 0 +0xB4F1 0xC5C4 # 0 +0xB4F3 0xC5C5 # 0 +0xB4F4 0xC5C6 # 0 +0xB4F5 0xC5C7 # 0 +0xB4F6 0xC5C8 # 0 +0xB4F7 0xC5C9 # 0 +0xB4F8 0xC5CA # 0 +0xB4F9 0xC5CB # 0 +0xB4FA 0xC5CC # 0 +0xB4FB 0xC5CD # 0 +0xB4FC 0xC5CE # 0 +0xB4FD 0xC5CF # 0 +0xB541 0xC5D0 # 0 +0xB542 0xC5D1 # 0 +0xB543 0xC5D2 # 0 +0xB544 0xC5D3 # 0 +0xB545 0xC5D4 # 0 +0xB546 0xC5D5 # 0 +0xB547 0xC5D6 # 0 +0xB548 0xC5D7 # 0 +0xB549 0xC5D8 # 0 +0xB54A 0xC5D9 # 0 +0xB54B 0xC5DA # 0 +0xB54C 0xC5DB # 0 +0xB54D 0xC5DC # 0 +0xB54E 0xC5DD # 0 +0xB54F 0xC5DE # 0 +0xB550 0xC5DF # 0 +0xB551 0xC5E0 # 0 +0xB553 0xC5E1 # 0 +0xB554 0xC5E2 # 0 +0xB555 0xC5E3 # 0 +0xB556 0xC5E4 # 0 +0xB557 0xC5E5 # 0 +0xB558 0xC5E6 # 0 +0xB559 0xC5E7 # 0 +0xB55A 0xC5E8 # 0 +0xB55B 0xC5E9 # 0 +0xB55C 0xC5EA # 0 +0xB55D 0xC5EB # 0 +0xB561 0xC5EC # 0 +0xB562 0xC5ED # 0 +0xB563 0xC5EE # 0 +0xB564 0xC5EF # 0 +0xB565 0xC5F0 # 0 +0xB566 0xC5F1 # 0 +0xB567 0xC5F2 # 0 +0xB568 0xC5F3 # 0 +0xB569 0xC5F4 # 0 +0xB56A 0xC5F5 # 0 +0xB56B 0xC5F6 # 0 +0xB56C 0xC5F7 # 0 +0xB56D 0xC5F8 # 0 +0xB56E 0xC5F9 # 0 +0xB56F 0xC5FA # 0 +0xB570 0xC5FB # 0 +0xB571 0xC5FC # 0 +0xB573 0xC5FD # 0 +0xB574 0xC5FE # 0 +0xB575 0xC5FF # 0 +0xB576 0xC600 # 0 +0xB577 0xC601 # 0 +0xB578 0xC602 # 0 +0xB579 0xC603 # 0 +0xB57A 0xC604 # 0 +0xB57B 0xC605 # 0 +0xB57C 0xC606 # 0 +0xB57D 0xC607 # 0 +0xB581 0xC608 # 0 +0xB582 0xC609 # 0 +0xB583 0xC60A # 0 +0xB584 0xC60B # 0 +0xB585 0xC60C # 0 +0xB586 0xC60D # 0 +0xB587 0xC60E # 0 +0xB588 0xC60F # 0 +0xB589 0xC610 # 0 +0xB58A 0xC611 # 0 +0xB58B 0xC612 # 0 +0xB58C 0xC613 # 0 +0xB58D 0xC614 # 0 +0xB58E 0xC615 # 0 +0xB58F 0xC616 # 0 +0xB590 0xC617 # 0 +0xB591 0xC618 # 0 +0xB593 0xC619 # 0 +0xB594 0xC61A # 0 +0xB595 0xC61B # 0 +0xB596 0xC61C # 0 +0xB597 0xC61D # 0 +0xB598 0xC61E # 0 +0xB599 0xC61F # 0 +0xB59A 0xC620 # 0 +0xB59B 0xC621 # 0 +0xB59C 0xC622 # 0 +0xB59D 0xC623 # 0 +0xB5A1 0xC624 # 0 +0xB5A2 0xC625 # 0 +0xB5A3 0xC626 # 0 +0xB5A4 0xC627 # 0 +0xB5A5 0xC628 # 0 +0xB5A6 0xC629 # 0 +0xB5A7 0xC62A # 0 +0xB5A8 0xC62B # 0 +0xB5A9 0xC62C # 0 +0xB5AA 0xC62D # 0 +0xB5AB 0xC62E # 0 +0xB5AC 0xC62F # 0 +0xB5AD 0xC630 # 0 +0xB5AE 0xC631 # 0 +0xB5AF 0xC632 # 0 +0xB5B0 0xC633 # 0 +0xB5B1 0xC634 # 0 +0xB5B3 0xC635 # 0 +0xB5B4 0xC636 # 0 +0xB5B5 0xC637 # 0 +0xB5B6 0xC638 # 0 +0xB5B7 0xC639 # 0 +0xB5B8 0xC63A # 0 +0xB5B9 0xC63B # 0 +0xB5BA 0xC63C # 0 +0xB5BB 0xC63D # 0 +0xB5BC 0xC63E # 0 +0xB5BD 0xC63F # 0 +0xB5C1 0xC640 # 0 +0xB5C2 0xC641 # 0 +0xB5C3 0xC642 # 0 +0xB5C4 0xC643 # 0 +0xB5C5 0xC644 # 0 +0xB5C6 0xC645 # 0 +0xB5C7 0xC646 # 0 +0xB5C8 0xC647 # 0 +0xB5C9 0xC648 # 0 +0xB5CA 0xC649 # 0 +0xB5CB 0xC64A # 0 +0xB5CC 0xC64B # 0 +0xB5CD 0xC64C # 0 +0xB5CE 0xC64D # 0 +0xB5CF 0xC64E # 0 +0xB5D0 0xC64F # 0 +0xB5D1 0xC650 # 0 +0xB5D3 0xC651 # 0 +0xB5D4 0xC652 # 0 +0xB5D5 0xC653 # 0 +0xB5D6 0xC654 # 0 +0xB5D7 0xC655 # 0 +0xB5D8 0xC656 # 0 +0xB5D9 0xC657 # 0 +0xB5DA 0xC658 # 0 +0xB5DB 0xC659 # 0 +0xB5DC 0xC65A # 0 +0xB5DD 0xC65B # 0 +0xB5E1 0xC65C # 0 +0xB5E2 0xC65D # 0 +0xB5E3 0xC65E # 0 +0xB5E4 0xC65F # 0 +0xB5E5 0xC660 # 0 +0xB5E6 0xC661 # 0 +0xB5E7 0xC662 # 0 +0xB5E8 0xC663 # 0 +0xB5E9 0xC664 # 0 +0xB5EA 0xC665 # 0 +0xB5EB 0xC666 # 0 +0xB5EC 0xC667 # 0 +0xB5ED 0xC668 # 0 +0xB5EE 0xC669 # 0 +0xB5EF 0xC66A # 0 +0xB5F0 0xC66B # 0 +0xB5F1 0xC66C # 0 +0xB5F3 0xC66D # 0 +0xB5F4 0xC66E # 0 +0xB5F5 0xC66F # 0 +0xB5F6 0xC670 # 0 +0xB5F7 0xC671 # 0 +0xB5F8 0xC672 # 0 +0xB5F9 0xC673 # 0 +0xB5FA 0xC674 # 0 +0xB5FB 0xC675 # 0 +0xB5FC 0xC676 # 0 +0xB5FD 0xC677 # 0 +0xB641 0xC678 # 0 +0xB642 0xC679 # 0 +0xB643 0xC67A # 0 +0xB644 0xC67B # 0 +0xB645 0xC67C # 0 +0xB646 0xC67D # 0 +0xB647 0xC67E # 0 +0xB648 0xC67F # 0 +0xB649 0xC680 # 0 +0xB64A 0xC681 # 0 +0xB64B 0xC682 # 0 +0xB64C 0xC683 # 0 +0xB64D 0xC684 # 0 +0xB64E 0xC685 # 0 +0xB64F 0xC686 # 0 +0xB650 0xC687 # 0 +0xB651 0xC688 # 0 +0xB653 0xC689 # 0 +0xB654 0xC68A # 0 +0xB655 0xC68B # 0 +0xB656 0xC68C # 0 +0xB657 0xC68D # 0 +0xB658 0xC68E # 0 +0xB659 0xC68F # 0 +0xB65A 0xC690 # 0 +0xB65B 0xC691 # 0 +0xB65C 0xC692 # 0 +0xB65D 0xC693 # 0 +0xB661 0xC694 # 0 +0xB662 0xC695 # 0 +0xB663 0xC696 # 0 +0xB664 0xC697 # 0 +0xB665 0xC698 # 0 +0xB666 0xC699 # 0 +0xB667 0xC69A # 0 +0xB668 0xC69B # 0 +0xB669 0xC69C # 0 +0xB66A 0xC69D # 0 +0xB66B 0xC69E # 0 +0xB66C 0xC69F # 0 +0xB66D 0xC6A0 # 0 +0xB66E 0xC6A1 # 0 +0xB66F 0xC6A2 # 0 +0xB670 0xC6A3 # 0 +0xB671 0xC6A4 # 0 +0xB673 0xC6A5 # 0 +0xB674 0xC6A6 # 0 +0xB675 0xC6A7 # 0 +0xB676 0xC6A8 # 0 +0xB677 0xC6A9 # 0 +0xB678 0xC6AA # 0 +0xB679 0xC6AB # 0 +0xB67A 0xC6AC # 0 +0xB67B 0xC6AD # 0 +0xB67C 0xC6AE # 0 +0xB67D 0xC6AF # 0 +0xB681 0xC6B0 # 0 +0xB682 0xC6B1 # 0 +0xB683 0xC6B2 # 0 +0xB684 0xC6B3 # 0 +0xB685 0xC6B4 # 0 +0xB686 0xC6B5 # 0 +0xB687 0xC6B6 # 0 +0xB688 0xC6B7 # 0 +0xB689 0xC6B8 # 0 +0xB68A 0xC6B9 # 0 +0xB68B 0xC6BA # 0 +0xB68C 0xC6BB # 0 +0xB68D 0xC6BC # 0 +0xB68E 0xC6BD # 0 +0xB68F 0xC6BE # 0 +0xB690 0xC6BF # 0 +0xB691 0xC6C0 # 0 +0xB693 0xC6C1 # 0 +0xB694 0xC6C2 # 0 +0xB695 0xC6C3 # 0 +0xB696 0xC6C4 # 0 +0xB697 0xC6C5 # 0 +0xB698 0xC6C6 # 0 +0xB699 0xC6C7 # 0 +0xB69A 0xC6C8 # 0 +0xB69B 0xC6C9 # 0 +0xB69C 0xC6CA # 0 +0xB69D 0xC6CB # 0 +0xB6A1 0xC6CC # 0 +0xB6A2 0xC6CD # 0 +0xB6A3 0xC6CE # 0 +0xB6A4 0xC6CF # 0 +0xB6A5 0xC6D0 # 0 +0xB6A6 0xC6D1 # 0 +0xB6A7 0xC6D2 # 0 +0xB6A8 0xC6D3 # 0 +0xB6A9 0xC6D4 # 0 +0xB6AA 0xC6D5 # 0 +0xB6AB 0xC6D6 # 0 +0xB6AC 0xC6D7 # 0 +0xB6AD 0xC6D8 # 0 +0xB6AE 0xC6D9 # 0 +0xB6AF 0xC6DA # 0 +0xB6B0 0xC6DB # 0 +0xB6B1 0xC6DC # 0 +0xB6B3 0xC6DD # 0 +0xB6B4 0xC6DE # 0 +0xB6B5 0xC6DF # 0 +0xB6B6 0xC6E0 # 0 +0xB6B7 0xC6E1 # 0 +0xB6B8 0xC6E2 # 0 +0xB6B9 0xC6E3 # 0 +0xB6BA 0xC6E4 # 0 +0xB6BB 0xC6E5 # 0 +0xB6BC 0xC6E6 # 0 +0xB6BD 0xC6E7 # 0 +0xB6C1 0xC6E8 # 0 +0xB6C2 0xC6E9 # 0 +0xB6C3 0xC6EA # 0 +0xB6C4 0xC6EB # 0 +0xB6C5 0xC6EC # 0 +0xB6C6 0xC6ED # 0 +0xB6C7 0xC6EE # 0 +0xB6C8 0xC6EF # 0 +0xB6C9 0xC6F0 # 0 +0xB6CA 0xC6F1 # 0 +0xB6CB 0xC6F2 # 0 +0xB6CC 0xC6F3 # 0 +0xB6CD 0xC6F4 # 0 +0xB6CE 0xC6F5 # 0 +0xB6CF 0xC6F6 # 0 +0xB6D0 0xC6F7 # 0 +0xB6D1 0xC6F8 # 0 +0xB6D3 0xC6F9 # 0 +0xB6D4 0xC6FA # 0 +0xB6D5 0xC6FB # 0 +0xB6D6 0xC6FC # 0 +0xB6D7 0xC6FD # 0 +0xB6D8 0xC6FE # 0 +0xB6D9 0xC6FF # 0 +0xB6DA 0xC700 # 0 +0xB6DB 0xC701 # 0 +0xB6DC 0xC702 # 0 +0xB6DD 0xC703 # 0 +0xB6E1 0xC704 # 0 +0xB6E2 0xC705 # 0 +0xB6E3 0xC706 # 0 +0xB6E4 0xC707 # 0 +0xB6E5 0xC708 # 0 +0xB6E6 0xC709 # 0 +0xB6E7 0xC70A # 0 +0xB6E8 0xC70B # 0 +0xB6E9 0xC70C # 0 +0xB6EA 0xC70D # 0 +0xB6EB 0xC70E # 0 +0xB6EC 0xC70F # 0 +0xB6ED 0xC710 # 0 +0xB6EE 0xC711 # 0 +0xB6EF 0xC712 # 0 +0xB6F0 0xC713 # 0 +0xB6F1 0xC714 # 0 +0xB6F3 0xC715 # 0 +0xB6F4 0xC716 # 0 +0xB6F5 0xC717 # 0 +0xB6F6 0xC718 # 0 +0xB6F7 0xC719 # 0 +0xB6F8 0xC71A # 0 +0xB6F9 0xC71B # 0 +0xB6FA 0xC71C # 0 +0xB6FB 0xC71D # 0 +0xB6FC 0xC71E # 0 +0xB6FD 0xC71F # 0 +0xB741 0xC720 # 0 +0xB742 0xC721 # 0 +0xB743 0xC722 # 0 +0xB744 0xC723 # 0 +0xB745 0xC724 # 0 +0xB746 0xC725 # 0 +0xB747 0xC726 # 0 +0xB748 0xC727 # 0 +0xB749 0xC728 # 0 +0xB74A 0xC729 # 0 +0xB74B 0xC72A # 0 +0xB74C 0xC72B # 0 +0xB74D 0xC72C # 0 +0xB74E 0xC72D # 0 +0xB74F 0xC72E # 0 +0xB750 0xC72F # 0 +0xB751 0xC730 # 0 +0xB753 0xC731 # 0 +0xB754 0xC732 # 0 +0xB755 0xC733 # 0 +0xB756 0xC734 # 0 +0xB757 0xC735 # 0 +0xB758 0xC736 # 0 +0xB759 0xC737 # 0 +0xB75A 0xC738 # 0 +0xB75B 0xC739 # 0 +0xB75C 0xC73A # 0 +0xB75D 0xC73B # 0 +0xB761 0xC73C # 0 +0xB762 0xC73D # 0 +0xB763 0xC73E # 0 +0xB764 0xC73F # 0 +0xB765 0xC740 # 0 +0xB766 0xC741 # 0 +0xB767 0xC742 # 0 +0xB768 0xC743 # 0 +0xB769 0xC744 # 0 +0xB76A 0xC745 # 0 +0xB76B 0xC746 # 0 +0xB76C 0xC747 # 0 +0xB76D 0xC748 # 0 +0xB76E 0xC749 # 0 +0xB76F 0xC74A # 0 +0xB770 0xC74B # 0 +0xB771 0xC74C # 0 +0xB773 0xC74D # 0 +0xB774 0xC74E # 0 +0xB775 0xC74F # 0 +0xB776 0xC750 # 0 +0xB777 0xC751 # 0 +0xB778 0xC752 # 0 +0xB779 0xC753 # 0 +0xB77A 0xC754 # 0 +0xB77B 0xC755 # 0 +0xB77C 0xC756 # 0 +0xB77D 0xC757 # 0 +0xB781 0xC758 # 0 +0xB782 0xC759 # 0 +0xB783 0xC75A # 0 +0xB784 0xC75B # 0 +0xB785 0xC75C # 0 +0xB786 0xC75D # 0 +0xB787 0xC75E # 0 +0xB788 0xC75F # 0 +0xB789 0xC760 # 0 +0xB78A 0xC761 # 0 +0xB78B 0xC762 # 0 +0xB78C 0xC763 # 0 +0xB78D 0xC764 # 0 +0xB78E 0xC765 # 0 +0xB78F 0xC766 # 0 +0xB790 0xC767 # 0 +0xB791 0xC768 # 0 +0xB793 0xC769 # 0 +0xB794 0xC76A # 0 +0xB795 0xC76B # 0 +0xB796 0xC76C # 0 +0xB797 0xC76D # 0 +0xB798 0xC76E # 0 +0xB799 0xC76F # 0 +0xB79A 0xC770 # 0 +0xB79B 0xC771 # 0 +0xB79C 0xC772 # 0 +0xB79D 0xC773 # 0 +0xB7A1 0xC774 # 0 +0xB7A2 0xC775 # 0 +0xB7A3 0xC776 # 0 +0xB7A4 0xC777 # 0 +0xB7A5 0xC778 # 0 +0xB7A6 0xC779 # 0 +0xB7A7 0xC77A # 0 +0xB7A8 0xC77B # 0 +0xB7A9 0xC77C # 0 +0xB7AA 0xC77D # 0 +0xB7AB 0xC77E # 0 +0xB7AC 0xC77F # 0 +0xB7AD 0xC780 # 0 +0xB7AE 0xC781 # 0 +0xB7AF 0xC782 # 0 +0xB7B0 0xC783 # 0 +0xB7B1 0xC784 # 0 +0xB7B3 0xC785 # 0 +0xB7B4 0xC786 # 0 +0xB7B5 0xC787 # 0 +0xB7B6 0xC788 # 0 +0xB7B7 0xC789 # 0 +0xB7B8 0xC78A # 0 +0xB7B9 0xC78B # 0 +0xB7BA 0xC78C # 0 +0xB7BB 0xC78D # 0 +0xB7BC 0xC78E # 0 +0xB7BD 0xC78F # 0 +0xB841 0x110C # 0 +0xB861 0xC790 # 0 +0xB862 0xC791 # 0 +0xB863 0xC792 # 0 +0xB864 0xC793 # 0 +0xB865 0xC794 # 0 +0xB866 0xC795 # 0 +0xB867 0xC796 # 0 +0xB868 0xC797 # 0 +0xB869 0xC798 # 0 +0xB86A 0xC799 # 0 +0xB86B 0xC79A # 0 +0xB86C 0xC79B # 0 +0xB86D 0xC79C # 0 +0xB86E 0xC79D # 0 +0xB86F 0xC79E # 0 +0xB870 0xC79F # 0 +0xB871 0xC7A0 # 0 +0xB873 0xC7A1 # 0 +0xB874 0xC7A2 # 0 +0xB875 0xC7A3 # 0 +0xB876 0xC7A4 # 0 +0xB877 0xC7A5 # 0 +0xB878 0xC7A6 # 0 +0xB879 0xC7A7 # 0 +0xB87A 0xC7A8 # 0 +0xB87B 0xC7A9 # 0 +0xB87C 0xC7AA # 0 +0xB87D 0xC7AB # 0 +0xB881 0xC7AC # 0 +0xB882 0xC7AD # 0 +0xB883 0xC7AE # 0 +0xB884 0xC7AF # 0 +0xB885 0xC7B0 # 0 +0xB886 0xC7B1 # 0 +0xB887 0xC7B2 # 0 +0xB888 0xC7B3 # 0 +0xB889 0xC7B4 # 0 +0xB88A 0xC7B5 # 0 +0xB88B 0xC7B6 # 0 +0xB88C 0xC7B7 # 0 +0xB88D 0xC7B8 # 0 +0xB88E 0xC7B9 # 0 +0xB88F 0xC7BA # 0 +0xB890 0xC7BB # 0 +0xB891 0xC7BC # 0 +0xB893 0xC7BD # 0 +0xB894 0xC7BE # 0 +0xB895 0xC7BF # 0 +0xB896 0xC7C0 # 0 +0xB897 0xC7C1 # 0 +0xB898 0xC7C2 # 0 +0xB899 0xC7C3 # 0 +0xB89A 0xC7C4 # 0 +0xB89B 0xC7C5 # 0 +0xB89C 0xC7C6 # 0 +0xB89D 0xC7C7 # 0 +0xB8A1 0xC7C8 # 0 +0xB8A2 0xC7C9 # 0 +0xB8A3 0xC7CA # 0 +0xB8A4 0xC7CB # 0 +0xB8A5 0xC7CC # 0 +0xB8A6 0xC7CD # 0 +0xB8A7 0xC7CE # 0 +0xB8A8 0xC7CF # 0 +0xB8A9 0xC7D0 # 0 +0xB8AA 0xC7D1 # 0 +0xB8AB 0xC7D2 # 0 +0xB8AC 0xC7D3 # 0 +0xB8AD 0xC7D4 # 0 +0xB8AE 0xC7D5 # 0 +0xB8AF 0xC7D6 # 0 +0xB8B0 0xC7D7 # 0 +0xB8B1 0xC7D8 # 0 +0xB8B3 0xC7D9 # 0 +0xB8B4 0xC7DA # 0 +0xB8B5 0xC7DB # 0 +0xB8B6 0xC7DC # 0 +0xB8B7 0xC7DD # 0 +0xB8B8 0xC7DE # 0 +0xB8B9 0xC7DF # 0 +0xB8BA 0xC7E0 # 0 +0xB8BB 0xC7E1 # 0 +0xB8BC 0xC7E2 # 0 +0xB8BD 0xC7E3 # 0 +0xB8C1 0xC7E4 # 0 +0xB8C2 0xC7E5 # 0 +0xB8C3 0xC7E6 # 0 +0xB8C4 0xC7E7 # 0 +0xB8C5 0xC7E8 # 0 +0xB8C6 0xC7E9 # 0 +0xB8C7 0xC7EA # 0 +0xB8C8 0xC7EB # 0 +0xB8C9 0xC7EC # 0 +0xB8CA 0xC7ED # 0 +0xB8CB 0xC7EE # 0 +0xB8CC 0xC7EF # 0 +0xB8CD 0xC7F0 # 0 +0xB8CE 0xC7F1 # 0 +0xB8CF 0xC7F2 # 0 +0xB8D0 0xC7F3 # 0 +0xB8D1 0xC7F4 # 0 +0xB8D3 0xC7F5 # 0 +0xB8D4 0xC7F6 # 0 +0xB8D5 0xC7F7 # 0 +0xB8D6 0xC7F8 # 0 +0xB8D7 0xC7F9 # 0 +0xB8D8 0xC7FA # 0 +0xB8D9 0xC7FB # 0 +0xB8DA 0xC7FC # 0 +0xB8DB 0xC7FD # 0 +0xB8DC 0xC7FE # 0 +0xB8DD 0xC7FF # 0 +0xB8E1 0xC800 # 0 +0xB8E2 0xC801 # 0 +0xB8E3 0xC802 # 0 +0xB8E4 0xC803 # 0 +0xB8E5 0xC804 # 0 +0xB8E6 0xC805 # 0 +0xB8E7 0xC806 # 0 +0xB8E8 0xC807 # 0 +0xB8E9 0xC808 # 0 +0xB8EA 0xC809 # 0 +0xB8EB 0xC80A # 0 +0xB8EC 0xC80B # 0 +0xB8ED 0xC80C # 0 +0xB8EE 0xC80D # 0 +0xB8EF 0xC80E # 0 +0xB8F0 0xC80F # 0 +0xB8F1 0xC810 # 0 +0xB8F3 0xC811 # 0 +0xB8F4 0xC812 # 0 +0xB8F5 0xC813 # 0 +0xB8F6 0xC814 # 0 +0xB8F7 0xC815 # 0 +0xB8F8 0xC816 # 0 +0xB8F9 0xC817 # 0 +0xB8FA 0xC818 # 0 +0xB8FB 0xC819 # 0 +0xB8FC 0xC81A # 0 +0xB8FD 0xC81B # 0 +0xB941 0xC81C # 0 +0xB942 0xC81D # 0 +0xB943 0xC81E # 0 +0xB944 0xC81F # 0 +0xB945 0xC820 # 0 +0xB946 0xC821 # 0 +0xB947 0xC822 # 0 +0xB948 0xC823 # 0 +0xB949 0xC824 # 0 +0xB94A 0xC825 # 0 +0xB94B 0xC826 # 0 +0xB94C 0xC827 # 0 +0xB94D 0xC828 # 0 +0xB94E 0xC829 # 0 +0xB94F 0xC82A # 0 +0xB950 0xC82B # 0 +0xB951 0xC82C # 0 +0xB953 0xC82D # 0 +0xB954 0xC82E # 0 +0xB955 0xC82F # 0 +0xB956 0xC830 # 0 +0xB957 0xC831 # 0 +0xB958 0xC832 # 0 +0xB959 0xC833 # 0 +0xB95A 0xC834 # 0 +0xB95B 0xC835 # 0 +0xB95C 0xC836 # 0 +0xB95D 0xC837 # 0 +0xB961 0xC838 # 0 +0xB962 0xC839 # 0 +0xB963 0xC83A # 0 +0xB964 0xC83B # 0 +0xB965 0xC83C # 0 +0xB966 0xC83D # 0 +0xB967 0xC83E # 0 +0xB968 0xC83F # 0 +0xB969 0xC840 # 0 +0xB96A 0xC841 # 0 +0xB96B 0xC842 # 0 +0xB96C 0xC843 # 0 +0xB96D 0xC844 # 0 +0xB96E 0xC845 # 0 +0xB96F 0xC846 # 0 +0xB970 0xC847 # 0 +0xB971 0xC848 # 0 +0xB973 0xC849 # 0 +0xB974 0xC84A # 0 +0xB975 0xC84B # 0 +0xB976 0xC84C # 0 +0xB977 0xC84D # 0 +0xB978 0xC84E # 0 +0xB979 0xC84F # 0 +0xB97A 0xC850 # 0 +0xB97B 0xC851 # 0 +0xB97C 0xC852 # 0 +0xB97D 0xC853 # 0 +0xB981 0xC854 # 0 +0xB982 0xC855 # 0 +0xB983 0xC856 # 0 +0xB984 0xC857 # 0 +0xB985 0xC858 # 0 +0xB986 0xC859 # 0 +0xB987 0xC85A # 0 +0xB988 0xC85B # 0 +0xB989 0xC85C # 0 +0xB98A 0xC85D # 0 +0xB98B 0xC85E # 0 +0xB98C 0xC85F # 0 +0xB98D 0xC860 # 0 +0xB98E 0xC861 # 0 +0xB98F 0xC862 # 0 +0xB990 0xC863 # 0 +0xB991 0xC864 # 0 +0xB993 0xC865 # 0 +0xB994 0xC866 # 0 +0xB995 0xC867 # 0 +0xB996 0xC868 # 0 +0xB997 0xC869 # 0 +0xB998 0xC86A # 0 +0xB999 0xC86B # 0 +0xB99A 0xC86C # 0 +0xB99B 0xC86D # 0 +0xB99C 0xC86E # 0 +0xB99D 0xC86F # 0 +0xB9A1 0xC870 # 0 +0xB9A2 0xC871 # 0 +0xB9A3 0xC872 # 0 +0xB9A4 0xC873 # 0 +0xB9A5 0xC874 # 0 +0xB9A6 0xC875 # 0 +0xB9A7 0xC876 # 0 +0xB9A8 0xC877 # 0 +0xB9A9 0xC878 # 0 +0xB9AA 0xC879 # 0 +0xB9AB 0xC87A # 0 +0xB9AC 0xC87B # 0 +0xB9AD 0xC87C # 0 +0xB9AE 0xC87D # 0 +0xB9AF 0xC87E # 0 +0xB9B0 0xC87F # 0 +0xB9B1 0xC880 # 0 +0xB9B3 0xC881 # 0 +0xB9B4 0xC882 # 0 +0xB9B5 0xC883 # 0 +0xB9B6 0xC884 # 0 +0xB9B7 0xC885 # 0 +0xB9B8 0xC886 # 0 +0xB9B9 0xC887 # 0 +0xB9BA 0xC888 # 0 +0xB9BB 0xC889 # 0 +0xB9BC 0xC88A # 0 +0xB9BD 0xC88B # 0 +0xB9C1 0xC88C # 0 +0xB9C2 0xC88D # 0 +0xB9C3 0xC88E # 0 +0xB9C4 0xC88F # 0 +0xB9C5 0xC890 # 0 +0xB9C6 0xC891 # 0 +0xB9C7 0xC892 # 0 +0xB9C8 0xC893 # 0 +0xB9C9 0xC894 # 0 +0xB9CA 0xC895 # 0 +0xB9CB 0xC896 # 0 +0xB9CC 0xC897 # 0 +0xB9CD 0xC898 # 0 +0xB9CE 0xC899 # 0 +0xB9CF 0xC89A # 0 +0xB9D0 0xC89B # 0 +0xB9D1 0xC89C # 0 +0xB9D3 0xC89D # 0 +0xB9D4 0xC89E # 0 +0xB9D5 0xC89F # 0 +0xB9D6 0xC8A0 # 0 +0xB9D7 0xC8A1 # 0 +0xB9D8 0xC8A2 # 0 +0xB9D9 0xC8A3 # 0 +0xB9DA 0xC8A4 # 0 +0xB9DB 0xC8A5 # 0 +0xB9DC 0xC8A6 # 0 +0xB9DD 0xC8A7 # 0 +0xB9E1 0xC8A8 # 0 +0xB9E2 0xC8A9 # 0 +0xB9E3 0xC8AA # 0 +0xB9E4 0xC8AB # 0 +0xB9E5 0xC8AC # 0 +0xB9E6 0xC8AD # 0 +0xB9E7 0xC8AE # 0 +0xB9E8 0xC8AF # 0 +0xB9E9 0xC8B0 # 0 +0xB9EA 0xC8B1 # 0 +0xB9EB 0xC8B2 # 0 +0xB9EC 0xC8B3 # 0 +0xB9ED 0xC8B4 # 0 +0xB9EE 0xC8B5 # 0 +0xB9EF 0xC8B6 # 0 +0xB9F0 0xC8B7 # 0 +0xB9F1 0xC8B8 # 0 +0xB9F3 0xC8B9 # 0 +0xB9F4 0xC8BA # 0 +0xB9F5 0xC8BB # 0 +0xB9F6 0xC8BC # 0 +0xB9F7 0xC8BD # 0 +0xB9F8 0xC8BE # 0 +0xB9F9 0xC8BF # 0 +0xB9FA 0xC8C0 # 0 +0xB9FB 0xC8C1 # 0 +0xB9FC 0xC8C2 # 0 +0xB9FD 0xC8C3 # 0 +0xBA41 0xC8C4 # 0 +0xBA42 0xC8C5 # 0 +0xBA43 0xC8C6 # 0 +0xBA44 0xC8C7 # 0 +0xBA45 0xC8C8 # 0 +0xBA46 0xC8C9 # 0 +0xBA47 0xC8CA # 0 +0xBA48 0xC8CB # 0 +0xBA49 0xC8CC # 0 +0xBA4A 0xC8CD # 0 +0xBA4B 0xC8CE # 0 +0xBA4C 0xC8CF # 0 +0xBA4D 0xC8D0 # 0 +0xBA4E 0xC8D1 # 0 +0xBA4F 0xC8D2 # 0 +0xBA50 0xC8D3 # 0 +0xBA51 0xC8D4 # 0 +0xBA53 0xC8D5 # 0 +0xBA54 0xC8D6 # 0 +0xBA55 0xC8D7 # 0 +0xBA56 0xC8D8 # 0 +0xBA57 0xC8D9 # 0 +0xBA58 0xC8DA # 0 +0xBA59 0xC8DB # 0 +0xBA5A 0xC8DC # 0 +0xBA5B 0xC8DD # 0 +0xBA5C 0xC8DE # 0 +0xBA5D 0xC8DF # 0 +0xBA61 0xC8E0 # 0 +0xBA62 0xC8E1 # 0 +0xBA63 0xC8E2 # 0 +0xBA64 0xC8E3 # 0 +0xBA65 0xC8E4 # 0 +0xBA66 0xC8E5 # 0 +0xBA67 0xC8E6 # 0 +0xBA68 0xC8E7 # 0 +0xBA69 0xC8E8 # 0 +0xBA6A 0xC8E9 # 0 +0xBA6B 0xC8EA # 0 +0xBA6C 0xC8EB # 0 +0xBA6D 0xC8EC # 0 +0xBA6E 0xC8ED # 0 +0xBA6F 0xC8EE # 0 +0xBA70 0xC8EF # 0 +0xBA71 0xC8F0 # 0 +0xBA73 0xC8F1 # 0 +0xBA74 0xC8F2 # 0 +0xBA75 0xC8F3 # 0 +0xBA76 0xC8F4 # 0 +0xBA77 0xC8F5 # 0 +0xBA78 0xC8F6 # 0 +0xBA79 0xC8F7 # 0 +0xBA7A 0xC8F8 # 0 +0xBA7B 0xC8F9 # 0 +0xBA7C 0xC8FA # 0 +0xBA7D 0xC8FB # 0 +0xBA81 0xC8FC # 0 +0xBA82 0xC8FD # 0 +0xBA83 0xC8FE # 0 +0xBA84 0xC8FF # 0 +0xBA85 0xC900 # 0 +0xBA86 0xC901 # 0 +0xBA87 0xC902 # 0 +0xBA88 0xC903 # 0 +0xBA89 0xC904 # 0 +0xBA8A 0xC905 # 0 +0xBA8B 0xC906 # 0 +0xBA8C 0xC907 # 0 +0xBA8D 0xC908 # 0 +0xBA8E 0xC909 # 0 +0xBA8F 0xC90A # 0 +0xBA90 0xC90B # 0 +0xBA91 0xC90C # 0 +0xBA93 0xC90D # 0 +0xBA94 0xC90E # 0 +0xBA95 0xC90F # 0 +0xBA96 0xC910 # 0 +0xBA97 0xC911 # 0 +0xBA98 0xC912 # 0 +0xBA99 0xC913 # 0 +0xBA9A 0xC914 # 0 +0xBA9B 0xC915 # 0 +0xBA9C 0xC916 # 0 +0xBA9D 0xC917 # 0 +0xBAA1 0xC918 # 0 +0xBAA2 0xC919 # 0 +0xBAA3 0xC91A # 0 +0xBAA4 0xC91B # 0 +0xBAA5 0xC91C # 0 +0xBAA6 0xC91D # 0 +0xBAA7 0xC91E # 0 +0xBAA8 0xC91F # 0 +0xBAA9 0xC920 # 0 +0xBAAA 0xC921 # 0 +0xBAAB 0xC922 # 0 +0xBAAC 0xC923 # 0 +0xBAAD 0xC924 # 0 +0xBAAE 0xC925 # 0 +0xBAAF 0xC926 # 0 +0xBAB0 0xC927 # 0 +0xBAB1 0xC928 # 0 +0xBAB3 0xC929 # 0 +0xBAB4 0xC92A # 0 +0xBAB5 0xC92B # 0 +0xBAB6 0xC92C # 0 +0xBAB7 0xC92D # 0 +0xBAB8 0xC92E # 0 +0xBAB9 0xC92F # 0 +0xBABA 0xC930 # 0 +0xBABB 0xC931 # 0 +0xBABC 0xC932 # 0 +0xBABD 0xC933 # 0 +0xBAC1 0xC934 # 0 +0xBAC2 0xC935 # 0 +0xBAC3 0xC936 # 0 +0xBAC4 0xC937 # 0 +0xBAC5 0xC938 # 0 +0xBAC6 0xC939 # 0 +0xBAC7 0xC93A # 0 +0xBAC8 0xC93B # 0 +0xBAC9 0xC93C # 0 +0xBACA 0xC93D # 0 +0xBACB 0xC93E # 0 +0xBACC 0xC93F # 0 +0xBACD 0xC940 # 0 +0xBACE 0xC941 # 0 +0xBACF 0xC942 # 0 +0xBAD0 0xC943 # 0 +0xBAD1 0xC944 # 0 +0xBAD3 0xC945 # 0 +0xBAD4 0xC946 # 0 +0xBAD5 0xC947 # 0 +0xBAD6 0xC948 # 0 +0xBAD7 0xC949 # 0 +0xBAD8 0xC94A # 0 +0xBAD9 0xC94B # 0 +0xBADA 0xC94C # 0 +0xBADB 0xC94D # 0 +0xBADC 0xC94E # 0 +0xBADD 0xC94F # 0 +0xBAE1 0xC950 # 0 +0xBAE2 0xC951 # 0 +0xBAE3 0xC952 # 0 +0xBAE4 0xC953 # 0 +0xBAE5 0xC954 # 0 +0xBAE6 0xC955 # 0 +0xBAE7 0xC956 # 0 +0xBAE8 0xC957 # 0 +0xBAE9 0xC958 # 0 +0xBAEA 0xC959 # 0 +0xBAEB 0xC95A # 0 +0xBAEC 0xC95B # 0 +0xBAED 0xC95C # 0 +0xBAEE 0xC95D # 0 +0xBAEF 0xC95E # 0 +0xBAF0 0xC95F # 0 +0xBAF1 0xC960 # 0 +0xBAF3 0xC961 # 0 +0xBAF4 0xC962 # 0 +0xBAF5 0xC963 # 0 +0xBAF6 0xC964 # 0 +0xBAF7 0xC965 # 0 +0xBAF8 0xC966 # 0 +0xBAF9 0xC967 # 0 +0xBAFA 0xC968 # 0 +0xBAFB 0xC969 # 0 +0xBAFC 0xC96A # 0 +0xBAFD 0xC96B # 0 +0xBB41 0xC96C # 0 +0xBB42 0xC96D # 0 +0xBB43 0xC96E # 0 +0xBB44 0xC96F # 0 +0xBB45 0xC970 # 0 +0xBB46 0xC971 # 0 +0xBB47 0xC972 # 0 +0xBB48 0xC973 # 0 +0xBB49 0xC974 # 0 +0xBB4A 0xC975 # 0 +0xBB4B 0xC976 # 0 +0xBB4C 0xC977 # 0 +0xBB4D 0xC978 # 0 +0xBB4E 0xC979 # 0 +0xBB4F 0xC97A # 0 +0xBB50 0xC97B # 0 +0xBB51 0xC97C # 0 +0xBB53 0xC97D # 0 +0xBB54 0xC97E # 0 +0xBB55 0xC97F # 0 +0xBB56 0xC980 # 0 +0xBB57 0xC981 # 0 +0xBB58 0xC982 # 0 +0xBB59 0xC983 # 0 +0xBB5A 0xC984 # 0 +0xBB5B 0xC985 # 0 +0xBB5C 0xC986 # 0 +0xBB5D 0xC987 # 0 +0xBB61 0xC988 # 0 +0xBB62 0xC989 # 0 +0xBB63 0xC98A # 0 +0xBB64 0xC98B # 0 +0xBB65 0xC98C # 0 +0xBB66 0xC98D # 0 +0xBB67 0xC98E # 0 +0xBB68 0xC98F # 0 +0xBB69 0xC990 # 0 +0xBB6A 0xC991 # 0 +0xBB6B 0xC992 # 0 +0xBB6C 0xC993 # 0 +0xBB6D 0xC994 # 0 +0xBB6E 0xC995 # 0 +0xBB6F 0xC996 # 0 +0xBB70 0xC997 # 0 +0xBB71 0xC998 # 0 +0xBB73 0xC999 # 0 +0xBB74 0xC99A # 0 +0xBB75 0xC99B # 0 +0xBB76 0xC99C # 0 +0xBB77 0xC99D # 0 +0xBB78 0xC99E # 0 +0xBB79 0xC99F # 0 +0xBB7A 0xC9A0 # 0 +0xBB7B 0xC9A1 # 0 +0xBB7C 0xC9A2 # 0 +0xBB7D 0xC9A3 # 0 +0xBB81 0xC9A4 # 0 +0xBB82 0xC9A5 # 0 +0xBB83 0xC9A6 # 0 +0xBB84 0xC9A7 # 0 +0xBB85 0xC9A8 # 0 +0xBB86 0xC9A9 # 0 +0xBB87 0xC9AA # 0 +0xBB88 0xC9AB # 0 +0xBB89 0xC9AC # 0 +0xBB8A 0xC9AD # 0 +0xBB8B 0xC9AE # 0 +0xBB8C 0xC9AF # 0 +0xBB8D 0xC9B0 # 0 +0xBB8E 0xC9B1 # 0 +0xBB8F 0xC9B2 # 0 +0xBB90 0xC9B3 # 0 +0xBB91 0xC9B4 # 0 +0xBB93 0xC9B5 # 0 +0xBB94 0xC9B6 # 0 +0xBB95 0xC9B7 # 0 +0xBB96 0xC9B8 # 0 +0xBB97 0xC9B9 # 0 +0xBB98 0xC9BA # 0 +0xBB99 0xC9BB # 0 +0xBB9A 0xC9BC # 0 +0xBB9B 0xC9BD # 0 +0xBB9C 0xC9BE # 0 +0xBB9D 0xC9BF # 0 +0xBBA1 0xC9C0 # 0 +0xBBA2 0xC9C1 # 0 +0xBBA3 0xC9C2 # 0 +0xBBA4 0xC9C3 # 0 +0xBBA5 0xC9C4 # 0 +0xBBA6 0xC9C5 # 0 +0xBBA7 0xC9C6 # 0 +0xBBA8 0xC9C7 # 0 +0xBBA9 0xC9C8 # 0 +0xBBAA 0xC9C9 # 0 +0xBBAB 0xC9CA # 0 +0xBBAC 0xC9CB # 0 +0xBBAD 0xC9CC # 0 +0xBBAE 0xC9CD # 0 +0xBBAF 0xC9CE # 0 +0xBBB0 0xC9CF # 0 +0xBBB1 0xC9D0 # 0 +0xBBB3 0xC9D1 # 0 +0xBBB4 0xC9D2 # 0 +0xBBB5 0xC9D3 # 0 +0xBBB6 0xC9D4 # 0 +0xBBB7 0xC9D5 # 0 +0xBBB8 0xC9D6 # 0 +0xBBB9 0xC9D7 # 0 +0xBBBA 0xC9D8 # 0 +0xBBBB 0xC9D9 # 0 +0xBBBC 0xC9DA # 0 +0xBBBD 0xC9DB # 0 +0xBC41 0x110D # 0 +0xBC61 0xC9DC # 0 +0xBC62 0xC9DD # 0 +0xBC63 0xC9DE # 0 +0xBC64 0xC9DF # 0 +0xBC65 0xC9E0 # 0 +0xBC66 0xC9E1 # 0 +0xBC67 0xC9E2 # 0 +0xBC68 0xC9E3 # 0 +0xBC69 0xC9E4 # 0 +0xBC6A 0xC9E5 # 0 +0xBC6B 0xC9E6 # 0 +0xBC6C 0xC9E7 # 0 +0xBC6D 0xC9E8 # 0 +0xBC6E 0xC9E9 # 0 +0xBC6F 0xC9EA # 0 +0xBC70 0xC9EB # 0 +0xBC71 0xC9EC # 0 +0xBC73 0xC9ED # 0 +0xBC74 0xC9EE # 0 +0xBC75 0xC9EF # 0 +0xBC76 0xC9F0 # 0 +0xBC77 0xC9F1 # 0 +0xBC78 0xC9F2 # 0 +0xBC79 0xC9F3 # 0 +0xBC7A 0xC9F4 # 0 +0xBC7B 0xC9F5 # 0 +0xBC7C 0xC9F6 # 0 +0xBC7D 0xC9F7 # 0 +0xBC81 0xC9F8 # 0 +0xBC82 0xC9F9 # 0 +0xBC83 0xC9FA # 0 +0xBC84 0xC9FB # 0 +0xBC85 0xC9FC # 0 +0xBC86 0xC9FD # 0 +0xBC87 0xC9FE # 0 +0xBC88 0xC9FF # 0 +0xBC89 0xCA00 # 0 +0xBC8A 0xCA01 # 0 +0xBC8B 0xCA02 # 0 +0xBC8C 0xCA03 # 0 +0xBC8D 0xCA04 # 0 +0xBC8E 0xCA05 # 0 +0xBC8F 0xCA06 # 0 +0xBC90 0xCA07 # 0 +0xBC91 0xCA08 # 0 +0xBC93 0xCA09 # 0 +0xBC94 0xCA0A # 0 +0xBC95 0xCA0B # 0 +0xBC96 0xCA0C # 0 +0xBC97 0xCA0D # 0 +0xBC98 0xCA0E # 0 +0xBC99 0xCA0F # 0 +0xBC9A 0xCA10 # 0 +0xBC9B 0xCA11 # 0 +0xBC9C 0xCA12 # 0 +0xBC9D 0xCA13 # 0 +0xBCA1 0xCA14 # 0 +0xBCA2 0xCA15 # 0 +0xBCA3 0xCA16 # 0 +0xBCA4 0xCA17 # 0 +0xBCA5 0xCA18 # 0 +0xBCA6 0xCA19 # 0 +0xBCA7 0xCA1A # 0 +0xBCA8 0xCA1B # 0 +0xBCA9 0xCA1C # 0 +0xBCAA 0xCA1D # 0 +0xBCAB 0xCA1E # 0 +0xBCAC 0xCA1F # 0 +0xBCAD 0xCA20 # 0 +0xBCAE 0xCA21 # 0 +0xBCAF 0xCA22 # 0 +0xBCB0 0xCA23 # 0 +0xBCB1 0xCA24 # 0 +0xBCB3 0xCA25 # 0 +0xBCB4 0xCA26 # 0 +0xBCB5 0xCA27 # 0 +0xBCB6 0xCA28 # 0 +0xBCB7 0xCA29 # 0 +0xBCB8 0xCA2A # 0 +0xBCB9 0xCA2B # 0 +0xBCBA 0xCA2C # 0 +0xBCBB 0xCA2D # 0 +0xBCBC 0xCA2E # 0 +0xBCBD 0xCA2F # 0 +0xBCC1 0xCA30 # 0 +0xBCC2 0xCA31 # 0 +0xBCC3 0xCA32 # 0 +0xBCC4 0xCA33 # 0 +0xBCC5 0xCA34 # 0 +0xBCC6 0xCA35 # 0 +0xBCC7 0xCA36 # 0 +0xBCC8 0xCA37 # 0 +0xBCC9 0xCA38 # 0 +0xBCCA 0xCA39 # 0 +0xBCCB 0xCA3A # 0 +0xBCCC 0xCA3B # 0 +0xBCCD 0xCA3C # 0 +0xBCCE 0xCA3D # 0 +0xBCCF 0xCA3E # 0 +0xBCD0 0xCA3F # 0 +0xBCD1 0xCA40 # 0 +0xBCD3 0xCA41 # 0 +0xBCD4 0xCA42 # 0 +0xBCD5 0xCA43 # 0 +0xBCD6 0xCA44 # 0 +0xBCD7 0xCA45 # 0 +0xBCD8 0xCA46 # 0 +0xBCD9 0xCA47 # 0 +0xBCDA 0xCA48 # 0 +0xBCDB 0xCA49 # 0 +0xBCDC 0xCA4A # 0 +0xBCDD 0xCA4B # 0 +0xBCE1 0xCA4C # 0 +0xBCE2 0xCA4D # 0 +0xBCE3 0xCA4E # 0 +0xBCE4 0xCA4F # 0 +0xBCE5 0xCA50 # 0 +0xBCE6 0xCA51 # 0 +0xBCE7 0xCA52 # 0 +0xBCE8 0xCA53 # 0 +0xBCE9 0xCA54 # 0 +0xBCEA 0xCA55 # 0 +0xBCEB 0xCA56 # 0 +0xBCEC 0xCA57 # 0 +0xBCED 0xCA58 # 0 +0xBCEE 0xCA59 # 0 +0xBCEF 0xCA5A # 0 +0xBCF0 0xCA5B # 0 +0xBCF1 0xCA5C # 0 +0xBCF3 0xCA5D # 0 +0xBCF4 0xCA5E # 0 +0xBCF5 0xCA5F # 0 +0xBCF6 0xCA60 # 0 +0xBCF7 0xCA61 # 0 +0xBCF8 0xCA62 # 0 +0xBCF9 0xCA63 # 0 +0xBCFA 0xCA64 # 0 +0xBCFB 0xCA65 # 0 +0xBCFC 0xCA66 # 0 +0xBCFD 0xCA67 # 0 +0xBD41 0xCA68 # 0 +0xBD42 0xCA69 # 0 +0xBD43 0xCA6A # 0 +0xBD44 0xCA6B # 0 +0xBD45 0xCA6C # 0 +0xBD46 0xCA6D # 0 +0xBD47 0xCA6E # 0 +0xBD48 0xCA6F # 0 +0xBD49 0xCA70 # 0 +0xBD4A 0xCA71 # 0 +0xBD4B 0xCA72 # 0 +0xBD4C 0xCA73 # 0 +0xBD4D 0xCA74 # 0 +0xBD4E 0xCA75 # 0 +0xBD4F 0xCA76 # 0 +0xBD50 0xCA77 # 0 +0xBD51 0xCA78 # 0 +0xBD53 0xCA79 # 0 +0xBD54 0xCA7A # 0 +0xBD55 0xCA7B # 0 +0xBD56 0xCA7C # 0 +0xBD57 0xCA7D # 0 +0xBD58 0xCA7E # 0 +0xBD59 0xCA7F # 0 +0xBD5A 0xCA80 # 0 +0xBD5B 0xCA81 # 0 +0xBD5C 0xCA82 # 0 +0xBD5D 0xCA83 # 0 +0xBD61 0xCA84 # 0 +0xBD62 0xCA85 # 0 +0xBD63 0xCA86 # 0 +0xBD64 0xCA87 # 0 +0xBD65 0xCA88 # 0 +0xBD66 0xCA89 # 0 +0xBD67 0xCA8A # 0 +0xBD68 0xCA8B # 0 +0xBD69 0xCA8C # 0 +0xBD6A 0xCA8D # 0 +0xBD6B 0xCA8E # 0 +0xBD6C 0xCA8F # 0 +0xBD6D 0xCA90 # 0 +0xBD6E 0xCA91 # 0 +0xBD6F 0xCA92 # 0 +0xBD70 0xCA93 # 0 +0xBD71 0xCA94 # 0 +0xBD73 0xCA95 # 0 +0xBD74 0xCA96 # 0 +0xBD75 0xCA97 # 0 +0xBD76 0xCA98 # 0 +0xBD77 0xCA99 # 0 +0xBD78 0xCA9A # 0 +0xBD79 0xCA9B # 0 +0xBD7A 0xCA9C # 0 +0xBD7B 0xCA9D # 0 +0xBD7C 0xCA9E # 0 +0xBD7D 0xCA9F # 0 +0xBD81 0xCAA0 # 0 +0xBD82 0xCAA1 # 0 +0xBD83 0xCAA2 # 0 +0xBD84 0xCAA3 # 0 +0xBD85 0xCAA4 # 0 +0xBD86 0xCAA5 # 0 +0xBD87 0xCAA6 # 0 +0xBD88 0xCAA7 # 0 +0xBD89 0xCAA8 # 0 +0xBD8A 0xCAA9 # 0 +0xBD8B 0xCAAA # 0 +0xBD8C 0xCAAB # 0 +0xBD8D 0xCAAC # 0 +0xBD8E 0xCAAD # 0 +0xBD8F 0xCAAE # 0 +0xBD90 0xCAAF # 0 +0xBD91 0xCAB0 # 0 +0xBD93 0xCAB1 # 0 +0xBD94 0xCAB2 # 0 +0xBD95 0xCAB3 # 0 +0xBD96 0xCAB4 # 0 +0xBD97 0xCAB5 # 0 +0xBD98 0xCAB6 # 0 +0xBD99 0xCAB7 # 0 +0xBD9A 0xCAB8 # 0 +0xBD9B 0xCAB9 # 0 +0xBD9C 0xCABA # 0 +0xBD9D 0xCABB # 0 +0xBDA1 0xCABC # 0 +0xBDA2 0xCABD # 0 +0xBDA3 0xCABE # 0 +0xBDA4 0xCABF # 0 +0xBDA5 0xCAC0 # 0 +0xBDA6 0xCAC1 # 0 +0xBDA7 0xCAC2 # 0 +0xBDA8 0xCAC3 # 0 +0xBDA9 0xCAC4 # 0 +0xBDAA 0xCAC5 # 0 +0xBDAB 0xCAC6 # 0 +0xBDAC 0xCAC7 # 0 +0xBDAD 0xCAC8 # 0 +0xBDAE 0xCAC9 # 0 +0xBDAF 0xCACA # 0 +0xBDB0 0xCACB # 0 +0xBDB1 0xCACC # 0 +0xBDB3 0xCACD # 0 +0xBDB4 0xCACE # 0 +0xBDB5 0xCACF # 0 +0xBDB6 0xCAD0 # 0 +0xBDB7 0xCAD1 # 0 +0xBDB8 0xCAD2 # 0 +0xBDB9 0xCAD3 # 0 +0xBDBA 0xCAD4 # 0 +0xBDBB 0xCAD5 # 0 +0xBDBC 0xCAD6 # 0 +0xBDBD 0xCAD7 # 0 +0xBDC1 0xCAD8 # 0 +0xBDC2 0xCAD9 # 0 +0xBDC3 0xCADA # 0 +0xBDC4 0xCADB # 0 +0xBDC5 0xCADC # 0 +0xBDC6 0xCADD # 0 +0xBDC7 0xCADE # 0 +0xBDC8 0xCADF # 0 +0xBDC9 0xCAE0 # 0 +0xBDCA 0xCAE1 # 0 +0xBDCB 0xCAE2 # 0 +0xBDCC 0xCAE3 # 0 +0xBDCD 0xCAE4 # 0 +0xBDCE 0xCAE5 # 0 +0xBDCF 0xCAE6 # 0 +0xBDD0 0xCAE7 # 0 +0xBDD1 0xCAE8 # 0 +0xBDD3 0xCAE9 # 0 +0xBDD4 0xCAEA # 0 +0xBDD5 0xCAEB # 0 +0xBDD6 0xCAEC # 0 +0xBDD7 0xCAED # 0 +0xBDD8 0xCAEE # 0 +0xBDD9 0xCAEF # 0 +0xBDDA 0xCAF0 # 0 +0xBDDB 0xCAF1 # 0 +0xBDDC 0xCAF2 # 0 +0xBDDD 0xCAF3 # 0 +0xBDE1 0xCAF4 # 0 +0xBDE2 0xCAF5 # 0 +0xBDE3 0xCAF6 # 0 +0xBDE4 0xCAF7 # 0 +0xBDE5 0xCAF8 # 0 +0xBDE6 0xCAF9 # 0 +0xBDE7 0xCAFA # 0 +0xBDE8 0xCAFB # 0 +0xBDE9 0xCAFC # 0 +0xBDEA 0xCAFD # 0 +0xBDEB 0xCAFE # 0 +0xBDEC 0xCAFF # 0 +0xBDED 0xCB00 # 0 +0xBDEE 0xCB01 # 0 +0xBDEF 0xCB02 # 0 +0xBDF0 0xCB03 # 0 +0xBDF1 0xCB04 # 0 +0xBDF3 0xCB05 # 0 +0xBDF4 0xCB06 # 0 +0xBDF5 0xCB07 # 0 +0xBDF6 0xCB08 # 0 +0xBDF7 0xCB09 # 0 +0xBDF8 0xCB0A # 0 +0xBDF9 0xCB0B # 0 +0xBDFA 0xCB0C # 0 +0xBDFB 0xCB0D # 0 +0xBDFC 0xCB0E # 0 +0xBDFD 0xCB0F # 0 +0xBE41 0xCB10 # 0 +0xBE42 0xCB11 # 0 +0xBE43 0xCB12 # 0 +0xBE44 0xCB13 # 0 +0xBE45 0xCB14 # 0 +0xBE46 0xCB15 # 0 +0xBE47 0xCB16 # 0 +0xBE48 0xCB17 # 0 +0xBE49 0xCB18 # 0 +0xBE4A 0xCB19 # 0 +0xBE4B 0xCB1A # 0 +0xBE4C 0xCB1B # 0 +0xBE4D 0xCB1C # 0 +0xBE4E 0xCB1D # 0 +0xBE4F 0xCB1E # 0 +0xBE50 0xCB1F # 0 +0xBE51 0xCB20 # 0 +0xBE53 0xCB21 # 0 +0xBE54 0xCB22 # 0 +0xBE55 0xCB23 # 0 +0xBE56 0xCB24 # 0 +0xBE57 0xCB25 # 0 +0xBE58 0xCB26 # 0 +0xBE59 0xCB27 # 0 +0xBE5A 0xCB28 # 0 +0xBE5B 0xCB29 # 0 +0xBE5C 0xCB2A # 0 +0xBE5D 0xCB2B # 0 +0xBE61 0xCB2C # 0 +0xBE62 0xCB2D # 0 +0xBE63 0xCB2E # 0 +0xBE64 0xCB2F # 0 +0xBE65 0xCB30 # 0 +0xBE66 0xCB31 # 0 +0xBE67 0xCB32 # 0 +0xBE68 0xCB33 # 0 +0xBE69 0xCB34 # 0 +0xBE6A 0xCB35 # 0 +0xBE6B 0xCB36 # 0 +0xBE6C 0xCB37 # 0 +0xBE6D 0xCB38 # 0 +0xBE6E 0xCB39 # 0 +0xBE6F 0xCB3A # 0 +0xBE70 0xCB3B # 0 +0xBE71 0xCB3C # 0 +0xBE73 0xCB3D # 0 +0xBE74 0xCB3E # 0 +0xBE75 0xCB3F # 0 +0xBE76 0xCB40 # 0 +0xBE77 0xCB41 # 0 +0xBE78 0xCB42 # 0 +0xBE79 0xCB43 # 0 +0xBE7A 0xCB44 # 0 +0xBE7B 0xCB45 # 0 +0xBE7C 0xCB46 # 0 +0xBE7D 0xCB47 # 0 +0xBE81 0xCB48 # 0 +0xBE82 0xCB49 # 0 +0xBE83 0xCB4A # 0 +0xBE84 0xCB4B # 0 +0xBE85 0xCB4C # 0 +0xBE86 0xCB4D # 0 +0xBE87 0xCB4E # 0 +0xBE88 0xCB4F # 0 +0xBE89 0xCB50 # 0 +0xBE8A 0xCB51 # 0 +0xBE8B 0xCB52 # 0 +0xBE8C 0xCB53 # 0 +0xBE8D 0xCB54 # 0 +0xBE8E 0xCB55 # 0 +0xBE8F 0xCB56 # 0 +0xBE90 0xCB57 # 0 +0xBE91 0xCB58 # 0 +0xBE93 0xCB59 # 0 +0xBE94 0xCB5A # 0 +0xBE95 0xCB5B # 0 +0xBE96 0xCB5C # 0 +0xBE97 0xCB5D # 0 +0xBE98 0xCB5E # 0 +0xBE99 0xCB5F # 0 +0xBE9A 0xCB60 # 0 +0xBE9B 0xCB61 # 0 +0xBE9C 0xCB62 # 0 +0xBE9D 0xCB63 # 0 +0xBEA1 0xCB64 # 0 +0xBEA2 0xCB65 # 0 +0xBEA3 0xCB66 # 0 +0xBEA4 0xCB67 # 0 +0xBEA5 0xCB68 # 0 +0xBEA6 0xCB69 # 0 +0xBEA7 0xCB6A # 0 +0xBEA8 0xCB6B # 0 +0xBEA9 0xCB6C # 0 +0xBEAA 0xCB6D # 0 +0xBEAB 0xCB6E # 0 +0xBEAC 0xCB6F # 0 +0xBEAD 0xCB70 # 0 +0xBEAE 0xCB71 # 0 +0xBEAF 0xCB72 # 0 +0xBEB0 0xCB73 # 0 +0xBEB1 0xCB74 # 0 +0xBEB3 0xCB75 # 0 +0xBEB4 0xCB76 # 0 +0xBEB5 0xCB77 # 0 +0xBEB6 0xCB78 # 0 +0xBEB7 0xCB79 # 0 +0xBEB8 0xCB7A # 0 +0xBEB9 0xCB7B # 0 +0xBEBA 0xCB7C # 0 +0xBEBB 0xCB7D # 0 +0xBEBC 0xCB7E # 0 +0xBEBD 0xCB7F # 0 +0xBEC1 0xCB80 # 0 +0xBEC2 0xCB81 # 0 +0xBEC3 0xCB82 # 0 +0xBEC4 0xCB83 # 0 +0xBEC5 0xCB84 # 0 +0xBEC6 0xCB85 # 0 +0xBEC7 0xCB86 # 0 +0xBEC8 0xCB87 # 0 +0xBEC9 0xCB88 # 0 +0xBECA 0xCB89 # 0 +0xBECB 0xCB8A # 0 +0xBECC 0xCB8B # 0 +0xBECD 0xCB8C # 0 +0xBECE 0xCB8D # 0 +0xBECF 0xCB8E # 0 +0xBED0 0xCB8F # 0 +0xBED1 0xCB90 # 0 +0xBED3 0xCB91 # 0 +0xBED4 0xCB92 # 0 +0xBED5 0xCB93 # 0 +0xBED6 0xCB94 # 0 +0xBED7 0xCB95 # 0 +0xBED8 0xCB96 # 0 +0xBED9 0xCB97 # 0 +0xBEDA 0xCB98 # 0 +0xBEDB 0xCB99 # 0 +0xBEDC 0xCB9A # 0 +0xBEDD 0xCB9B # 0 +0xBEE1 0xCB9C # 0 +0xBEE2 0xCB9D # 0 +0xBEE3 0xCB9E # 0 +0xBEE4 0xCB9F # 0 +0xBEE5 0xCBA0 # 0 +0xBEE6 0xCBA1 # 0 +0xBEE7 0xCBA2 # 0 +0xBEE8 0xCBA3 # 0 +0xBEE9 0xCBA4 # 0 +0xBEEA 0xCBA5 # 0 +0xBEEB 0xCBA6 # 0 +0xBEEC 0xCBA7 # 0 +0xBEED 0xCBA8 # 0 +0xBEEE 0xCBA9 # 0 +0xBEEF 0xCBAA # 0 +0xBEF0 0xCBAB # 0 +0xBEF1 0xCBAC # 0 +0xBEF3 0xCBAD # 0 +0xBEF4 0xCBAE # 0 +0xBEF5 0xCBAF # 0 +0xBEF6 0xCBB0 # 0 +0xBEF7 0xCBB1 # 0 +0xBEF8 0xCBB2 # 0 +0xBEF9 0xCBB3 # 0 +0xBEFA 0xCBB4 # 0 +0xBEFB 0xCBB5 # 0 +0xBEFC 0xCBB6 # 0 +0xBEFD 0xCBB7 # 0 +0xBF41 0xCBB8 # 0 +0xBF42 0xCBB9 # 0 +0xBF43 0xCBBA # 0 +0xBF44 0xCBBB # 0 +0xBF45 0xCBBC # 0 +0xBF46 0xCBBD # 0 +0xBF47 0xCBBE # 0 +0xBF48 0xCBBF # 0 +0xBF49 0xCBC0 # 0 +0xBF4A 0xCBC1 # 0 +0xBF4B 0xCBC2 # 0 +0xBF4C 0xCBC3 # 0 +0xBF4D 0xCBC4 # 0 +0xBF4E 0xCBC5 # 0 +0xBF4F 0xCBC6 # 0 +0xBF50 0xCBC7 # 0 +0xBF51 0xCBC8 # 0 +0xBF53 0xCBC9 # 0 +0xBF54 0xCBCA # 0 +0xBF55 0xCBCB # 0 +0xBF56 0xCBCC # 0 +0xBF57 0xCBCD # 0 +0xBF58 0xCBCE # 0 +0xBF59 0xCBCF # 0 +0xBF5A 0xCBD0 # 0 +0xBF5B 0xCBD1 # 0 +0xBF5C 0xCBD2 # 0 +0xBF5D 0xCBD3 # 0 +0xBF61 0xCBD4 # 0 +0xBF62 0xCBD5 # 0 +0xBF63 0xCBD6 # 0 +0xBF64 0xCBD7 # 0 +0xBF65 0xCBD8 # 0 +0xBF66 0xCBD9 # 0 +0xBF67 0xCBDA # 0 +0xBF68 0xCBDB # 0 +0xBF69 0xCBDC # 0 +0xBF6A 0xCBDD # 0 +0xBF6B 0xCBDE # 0 +0xBF6C 0xCBDF # 0 +0xBF6D 0xCBE0 # 0 +0xBF6E 0xCBE1 # 0 +0xBF6F 0xCBE2 # 0 +0xBF70 0xCBE3 # 0 +0xBF71 0xCBE4 # 0 +0xBF73 0xCBE5 # 0 +0xBF74 0xCBE6 # 0 +0xBF75 0xCBE7 # 0 +0xBF76 0xCBE8 # 0 +0xBF77 0xCBE9 # 0 +0xBF78 0xCBEA # 0 +0xBF79 0xCBEB # 0 +0xBF7A 0xCBEC # 0 +0xBF7B 0xCBED # 0 +0xBF7C 0xCBEE # 0 +0xBF7D 0xCBEF # 0 +0xBF81 0xCBF0 # 0 +0xBF82 0xCBF1 # 0 +0xBF83 0xCBF2 # 0 +0xBF84 0xCBF3 # 0 +0xBF85 0xCBF4 # 0 +0xBF86 0xCBF5 # 0 +0xBF87 0xCBF6 # 0 +0xBF88 0xCBF7 # 0 +0xBF89 0xCBF8 # 0 +0xBF8A 0xCBF9 # 0 +0xBF8B 0xCBFA # 0 +0xBF8C 0xCBFB # 0 +0xBF8D 0xCBFC # 0 +0xBF8E 0xCBFD # 0 +0xBF8F 0xCBFE # 0 +0xBF90 0xCBFF # 0 +0xBF91 0xCC00 # 0 +0xBF93 0xCC01 # 0 +0xBF94 0xCC02 # 0 +0xBF95 0xCC03 # 0 +0xBF96 0xCC04 # 0 +0xBF97 0xCC05 # 0 +0xBF98 0xCC06 # 0 +0xBF99 0xCC07 # 0 +0xBF9A 0xCC08 # 0 +0xBF9B 0xCC09 # 0 +0xBF9C 0xCC0A # 0 +0xBF9D 0xCC0B # 0 +0xBFA1 0xCC0C # 0 +0xBFA2 0xCC0D # 0 +0xBFA3 0xCC0E # 0 +0xBFA4 0xCC0F # 0 +0xBFA5 0xCC10 # 0 +0xBFA6 0xCC11 # 0 +0xBFA7 0xCC12 # 0 +0xBFA8 0xCC13 # 0 +0xBFA9 0xCC14 # 0 +0xBFAA 0xCC15 # 0 +0xBFAB 0xCC16 # 0 +0xBFAC 0xCC17 # 0 +0xBFAD 0xCC18 # 0 +0xBFAE 0xCC19 # 0 +0xBFAF 0xCC1A # 0 +0xBFB0 0xCC1B # 0 +0xBFB1 0xCC1C # 0 +0xBFB3 0xCC1D # 0 +0xBFB4 0xCC1E # 0 +0xBFB5 0xCC1F # 0 +0xBFB6 0xCC20 # 0 +0xBFB7 0xCC21 # 0 +0xBFB8 0xCC22 # 0 +0xBFB9 0xCC23 # 0 +0xBFBA 0xCC24 # 0 +0xBFBB 0xCC25 # 0 +0xBFBC 0xCC26 # 0 +0xBFBD 0xCC27 # 0 +0xC041 0x110E # 0 +0xC061 0xCC28 # 0 +0xC062 0xCC29 # 0 +0xC063 0xCC2A # 0 +0xC064 0xCC2B # 0 +0xC065 0xCC2C # 0 +0xC066 0xCC2D # 0 +0xC067 0xCC2E # 0 +0xC068 0xCC2F # 0 +0xC069 0xCC30 # 0 +0xC06A 0xCC31 # 0 +0xC06B 0xCC32 # 0 +0xC06C 0xCC33 # 0 +0xC06D 0xCC34 # 0 +0xC06E 0xCC35 # 0 +0xC06F 0xCC36 # 0 +0xC070 0xCC37 # 0 +0xC071 0xCC38 # 0 +0xC073 0xCC39 # 0 +0xC074 0xCC3A # 0 +0xC075 0xCC3B # 0 +0xC076 0xCC3C # 0 +0xC077 0xCC3D # 0 +0xC078 0xCC3E # 0 +0xC079 0xCC3F # 0 +0xC07A 0xCC40 # 0 +0xC07B 0xCC41 # 0 +0xC07C 0xCC42 # 0 +0xC07D 0xCC43 # 0 +0xC081 0xCC44 # 0 +0xC082 0xCC45 # 0 +0xC083 0xCC46 # 0 +0xC084 0xCC47 # 0 +0xC085 0xCC48 # 0 +0xC086 0xCC49 # 0 +0xC087 0xCC4A # 0 +0xC088 0xCC4B # 0 +0xC089 0xCC4C # 0 +0xC08A 0xCC4D # 0 +0xC08B 0xCC4E # 0 +0xC08C 0xCC4F # 0 +0xC08D 0xCC50 # 0 +0xC08E 0xCC51 # 0 +0xC08F 0xCC52 # 0 +0xC090 0xCC53 # 0 +0xC091 0xCC54 # 0 +0xC093 0xCC55 # 0 +0xC094 0xCC56 # 0 +0xC095 0xCC57 # 0 +0xC096 0xCC58 # 0 +0xC097 0xCC59 # 0 +0xC098 0xCC5A # 0 +0xC099 0xCC5B # 0 +0xC09A 0xCC5C # 0 +0xC09B 0xCC5D # 0 +0xC09C 0xCC5E # 0 +0xC09D 0xCC5F # 0 +0xC0A1 0xCC60 # 0 +0xC0A2 0xCC61 # 0 +0xC0A3 0xCC62 # 0 +0xC0A4 0xCC63 # 0 +0xC0A5 0xCC64 # 0 +0xC0A6 0xCC65 # 0 +0xC0A7 0xCC66 # 0 +0xC0A8 0xCC67 # 0 +0xC0A9 0xCC68 # 0 +0xC0AA 0xCC69 # 0 +0xC0AB 0xCC6A # 0 +0xC0AC 0xCC6B # 0 +0xC0AD 0xCC6C # 0 +0xC0AE 0xCC6D # 0 +0xC0AF 0xCC6E # 0 +0xC0B0 0xCC6F # 0 +0xC0B1 0xCC70 # 0 +0xC0B3 0xCC71 # 0 +0xC0B4 0xCC72 # 0 +0xC0B5 0xCC73 # 0 +0xC0B6 0xCC74 # 0 +0xC0B7 0xCC75 # 0 +0xC0B8 0xCC76 # 0 +0xC0B9 0xCC77 # 0 +0xC0BA 0xCC78 # 0 +0xC0BB 0xCC79 # 0 +0xC0BC 0xCC7A # 0 +0xC0BD 0xCC7B # 0 +0xC0C1 0xCC7C # 0 +0xC0C2 0xCC7D # 0 +0xC0C3 0xCC7E # 0 +0xC0C4 0xCC7F # 0 +0xC0C5 0xCC80 # 0 +0xC0C6 0xCC81 # 0 +0xC0C7 0xCC82 # 0 +0xC0C8 0xCC83 # 0 +0xC0C9 0xCC84 # 0 +0xC0CA 0xCC85 # 0 +0xC0CB 0xCC86 # 0 +0xC0CC 0xCC87 # 0 +0xC0CD 0xCC88 # 0 +0xC0CE 0xCC89 # 0 +0xC0CF 0xCC8A # 0 +0xC0D0 0xCC8B # 0 +0xC0D1 0xCC8C # 0 +0xC0D3 0xCC8D # 0 +0xC0D4 0xCC8E # 0 +0xC0D5 0xCC8F # 0 +0xC0D6 0xCC90 # 0 +0xC0D7 0xCC91 # 0 +0xC0D8 0xCC92 # 0 +0xC0D9 0xCC93 # 0 +0xC0DA 0xCC94 # 0 +0xC0DB 0xCC95 # 0 +0xC0DC 0xCC96 # 0 +0xC0DD 0xCC97 # 0 +0xC0E1 0xCC98 # 0 +0xC0E2 0xCC99 # 0 +0xC0E3 0xCC9A # 0 +0xC0E4 0xCC9B # 0 +0xC0E5 0xCC9C # 0 +0xC0E6 0xCC9D # 0 +0xC0E7 0xCC9E # 0 +0xC0E8 0xCC9F # 0 +0xC0E9 0xCCA0 # 0 +0xC0EA 0xCCA1 # 0 +0xC0EB 0xCCA2 # 0 +0xC0EC 0xCCA3 # 0 +0xC0ED 0xCCA4 # 0 +0xC0EE 0xCCA5 # 0 +0xC0EF 0xCCA6 # 0 +0xC0F0 0xCCA7 # 0 +0xC0F1 0xCCA8 # 0 +0xC0F3 0xCCA9 # 0 +0xC0F4 0xCCAA # 0 +0xC0F5 0xCCAB # 0 +0xC0F6 0xCCAC # 0 +0xC0F7 0xCCAD # 0 +0xC0F8 0xCCAE # 0 +0xC0F9 0xCCAF # 0 +0xC0FA 0xCCB0 # 0 +0xC0FB 0xCCB1 # 0 +0xC0FC 0xCCB2 # 0 +0xC0FD 0xCCB3 # 0 +0xC141 0xCCB4 # 0 +0xC142 0xCCB5 # 0 +0xC143 0xCCB6 # 0 +0xC144 0xCCB7 # 0 +0xC145 0xCCB8 # 0 +0xC146 0xCCB9 # 0 +0xC147 0xCCBA # 0 +0xC148 0xCCBB # 0 +0xC149 0xCCBC # 0 +0xC14A 0xCCBD # 0 +0xC14B 0xCCBE # 0 +0xC14C 0xCCBF # 0 +0xC14D 0xCCC0 # 0 +0xC14E 0xCCC1 # 0 +0xC14F 0xCCC2 # 0 +0xC150 0xCCC3 # 0 +0xC151 0xCCC4 # 0 +0xC153 0xCCC5 # 0 +0xC154 0xCCC6 # 0 +0xC155 0xCCC7 # 0 +0xC156 0xCCC8 # 0 +0xC157 0xCCC9 # 0 +0xC158 0xCCCA # 0 +0xC159 0xCCCB # 0 +0xC15A 0xCCCC # 0 +0xC15B 0xCCCD # 0 +0xC15C 0xCCCE # 0 +0xC15D 0xCCCF # 0 +0xC161 0xCCD0 # 0 +0xC162 0xCCD1 # 0 +0xC163 0xCCD2 # 0 +0xC164 0xCCD3 # 0 +0xC165 0xCCD4 # 0 +0xC166 0xCCD5 # 0 +0xC167 0xCCD6 # 0 +0xC168 0xCCD7 # 0 +0xC169 0xCCD8 # 0 +0xC16A 0xCCD9 # 0 +0xC16B 0xCCDA # 0 +0xC16C 0xCCDB # 0 +0xC16D 0xCCDC # 0 +0xC16E 0xCCDD # 0 +0xC16F 0xCCDE # 0 +0xC170 0xCCDF # 0 +0xC171 0xCCE0 # 0 +0xC173 0xCCE1 # 0 +0xC174 0xCCE2 # 0 +0xC175 0xCCE3 # 0 +0xC176 0xCCE4 # 0 +0xC177 0xCCE5 # 0 +0xC178 0xCCE6 # 0 +0xC179 0xCCE7 # 0 +0xC17A 0xCCE8 # 0 +0xC17B 0xCCE9 # 0 +0xC17C 0xCCEA # 0 +0xC17D 0xCCEB # 0 +0xC181 0xCCEC # 0 +0xC182 0xCCED # 0 +0xC183 0xCCEE # 0 +0xC184 0xCCEF # 0 +0xC185 0xCCF0 # 0 +0xC186 0xCCF1 # 0 +0xC187 0xCCF2 # 0 +0xC188 0xCCF3 # 0 +0xC189 0xCCF4 # 0 +0xC18A 0xCCF5 # 0 +0xC18B 0xCCF6 # 0 +0xC18C 0xCCF7 # 0 +0xC18D 0xCCF8 # 0 +0xC18E 0xCCF9 # 0 +0xC18F 0xCCFA # 0 +0xC190 0xCCFB # 0 +0xC191 0xCCFC # 0 +0xC193 0xCCFD # 0 +0xC194 0xCCFE # 0 +0xC195 0xCCFF # 0 +0xC196 0xCD00 # 0 +0xC197 0xCD01 # 0 +0xC198 0xCD02 # 0 +0xC199 0xCD03 # 0 +0xC19A 0xCD04 # 0 +0xC19B 0xCD05 # 0 +0xC19C 0xCD06 # 0 +0xC19D 0xCD07 # 0 +0xC1A1 0xCD08 # 0 +0xC1A2 0xCD09 # 0 +0xC1A3 0xCD0A # 0 +0xC1A4 0xCD0B # 0 +0xC1A5 0xCD0C # 0 +0xC1A6 0xCD0D # 0 +0xC1A7 0xCD0E # 0 +0xC1A8 0xCD0F # 0 +0xC1A9 0xCD10 # 0 +0xC1AA 0xCD11 # 0 +0xC1AB 0xCD12 # 0 +0xC1AC 0xCD13 # 0 +0xC1AD 0xCD14 # 0 +0xC1AE 0xCD15 # 0 +0xC1AF 0xCD16 # 0 +0xC1B0 0xCD17 # 0 +0xC1B1 0xCD18 # 0 +0xC1B3 0xCD19 # 0 +0xC1B4 0xCD1A # 0 +0xC1B5 0xCD1B # 0 +0xC1B6 0xCD1C # 0 +0xC1B7 0xCD1D # 0 +0xC1B8 0xCD1E # 0 +0xC1B9 0xCD1F # 0 +0xC1BA 0xCD20 # 0 +0xC1BB 0xCD21 # 0 +0xC1BC 0xCD22 # 0 +0xC1BD 0xCD23 # 0 +0xC1C1 0xCD24 # 0 +0xC1C2 0xCD25 # 0 +0xC1C3 0xCD26 # 0 +0xC1C4 0xCD27 # 0 +0xC1C5 0xCD28 # 0 +0xC1C6 0xCD29 # 0 +0xC1C7 0xCD2A # 0 +0xC1C8 0xCD2B # 0 +0xC1C9 0xCD2C # 0 +0xC1CA 0xCD2D # 0 +0xC1CB 0xCD2E # 0 +0xC1CC 0xCD2F # 0 +0xC1CD 0xCD30 # 0 +0xC1CE 0xCD31 # 0 +0xC1CF 0xCD32 # 0 +0xC1D0 0xCD33 # 0 +0xC1D1 0xCD34 # 0 +0xC1D3 0xCD35 # 0 +0xC1D4 0xCD36 # 0 +0xC1D5 0xCD37 # 0 +0xC1D6 0xCD38 # 0 +0xC1D7 0xCD39 # 0 +0xC1D8 0xCD3A # 0 +0xC1D9 0xCD3B # 0 +0xC1DA 0xCD3C # 0 +0xC1DB 0xCD3D # 0 +0xC1DC 0xCD3E # 0 +0xC1DD 0xCD3F # 0 +0xC1E1 0xCD40 # 0 +0xC1E2 0xCD41 # 0 +0xC1E3 0xCD42 # 0 +0xC1E4 0xCD43 # 0 +0xC1E5 0xCD44 # 0 +0xC1E6 0xCD45 # 0 +0xC1E7 0xCD46 # 0 +0xC1E8 0xCD47 # 0 +0xC1E9 0xCD48 # 0 +0xC1EA 0xCD49 # 0 +0xC1EB 0xCD4A # 0 +0xC1EC 0xCD4B # 0 +0xC1ED 0xCD4C # 0 +0xC1EE 0xCD4D # 0 +0xC1EF 0xCD4E # 0 +0xC1F0 0xCD4F # 0 +0xC1F1 0xCD50 # 0 +0xC1F3 0xCD51 # 0 +0xC1F4 0xCD52 # 0 +0xC1F5 0xCD53 # 0 +0xC1F6 0xCD54 # 0 +0xC1F7 0xCD55 # 0 +0xC1F8 0xCD56 # 0 +0xC1F9 0xCD57 # 0 +0xC1FA 0xCD58 # 0 +0xC1FB 0xCD59 # 0 +0xC1FC 0xCD5A # 0 +0xC1FD 0xCD5B # 0 +0xC241 0xCD5C # 0 +0xC242 0xCD5D # 0 +0xC243 0xCD5E # 0 +0xC244 0xCD5F # 0 +0xC245 0xCD60 # 0 +0xC246 0xCD61 # 0 +0xC247 0xCD62 # 0 +0xC248 0xCD63 # 0 +0xC249 0xCD64 # 0 +0xC24A 0xCD65 # 0 +0xC24B 0xCD66 # 0 +0xC24C 0xCD67 # 0 +0xC24D 0xCD68 # 0 +0xC24E 0xCD69 # 0 +0xC24F 0xCD6A # 0 +0xC250 0xCD6B # 0 +0xC251 0xCD6C # 0 +0xC253 0xCD6D # 0 +0xC254 0xCD6E # 0 +0xC255 0xCD6F # 0 +0xC256 0xCD70 # 0 +0xC257 0xCD71 # 0 +0xC258 0xCD72 # 0 +0xC259 0xCD73 # 0 +0xC25A 0xCD74 # 0 +0xC25B 0xCD75 # 0 +0xC25C 0xCD76 # 0 +0xC25D 0xCD77 # 0 +0xC261 0xCD78 # 0 +0xC262 0xCD79 # 0 +0xC263 0xCD7A # 0 +0xC264 0xCD7B # 0 +0xC265 0xCD7C # 0 +0xC266 0xCD7D # 0 +0xC267 0xCD7E # 0 +0xC268 0xCD7F # 0 +0xC269 0xCD80 # 0 +0xC26A 0xCD81 # 0 +0xC26B 0xCD82 # 0 +0xC26C 0xCD83 # 0 +0xC26D 0xCD84 # 0 +0xC26E 0xCD85 # 0 +0xC26F 0xCD86 # 0 +0xC270 0xCD87 # 0 +0xC271 0xCD88 # 0 +0xC273 0xCD89 # 0 +0xC274 0xCD8A # 0 +0xC275 0xCD8B # 0 +0xC276 0xCD8C # 0 +0xC277 0xCD8D # 0 +0xC278 0xCD8E # 0 +0xC279 0xCD8F # 0 +0xC27A 0xCD90 # 0 +0xC27B 0xCD91 # 0 +0xC27C 0xCD92 # 0 +0xC27D 0xCD93 # 0 +0xC281 0xCD94 # 0 +0xC282 0xCD95 # 0 +0xC283 0xCD96 # 0 +0xC284 0xCD97 # 0 +0xC285 0xCD98 # 0 +0xC286 0xCD99 # 0 +0xC287 0xCD9A # 0 +0xC288 0xCD9B # 0 +0xC289 0xCD9C # 0 +0xC28A 0xCD9D # 0 +0xC28B 0xCD9E # 0 +0xC28C 0xCD9F # 0 +0xC28D 0xCDA0 # 0 +0xC28E 0xCDA1 # 0 +0xC28F 0xCDA2 # 0 +0xC290 0xCDA3 # 0 +0xC291 0xCDA4 # 0 +0xC293 0xCDA5 # 0 +0xC294 0xCDA6 # 0 +0xC295 0xCDA7 # 0 +0xC296 0xCDA8 # 0 +0xC297 0xCDA9 # 0 +0xC298 0xCDAA # 0 +0xC299 0xCDAB # 0 +0xC29A 0xCDAC # 0 +0xC29B 0xCDAD # 0 +0xC29C 0xCDAE # 0 +0xC29D 0xCDAF # 0 +0xC2A1 0xCDB0 # 0 +0xC2A2 0xCDB1 # 0 +0xC2A3 0xCDB2 # 0 +0xC2A4 0xCDB3 # 0 +0xC2A5 0xCDB4 # 0 +0xC2A6 0xCDB5 # 0 +0xC2A7 0xCDB6 # 0 +0xC2A8 0xCDB7 # 0 +0xC2A9 0xCDB8 # 0 +0xC2AA 0xCDB9 # 0 +0xC2AB 0xCDBA # 0 +0xC2AC 0xCDBB # 0 +0xC2AD 0xCDBC # 0 +0xC2AE 0xCDBD # 0 +0xC2AF 0xCDBE # 0 +0xC2B0 0xCDBF # 0 +0xC2B1 0xCDC0 # 0 +0xC2B3 0xCDC1 # 0 +0xC2B4 0xCDC2 # 0 +0xC2B5 0xCDC3 # 0 +0xC2B6 0xCDC4 # 0 +0xC2B7 0xCDC5 # 0 +0xC2B8 0xCDC6 # 0 +0xC2B9 0xCDC7 # 0 +0xC2BA 0xCDC8 # 0 +0xC2BB 0xCDC9 # 0 +0xC2BC 0xCDCA # 0 +0xC2BD 0xCDCB # 0 +0xC2C1 0xCDCC # 0 +0xC2C2 0xCDCD # 0 +0xC2C3 0xCDCE # 0 +0xC2C4 0xCDCF # 0 +0xC2C5 0xCDD0 # 0 +0xC2C6 0xCDD1 # 0 +0xC2C7 0xCDD2 # 0 +0xC2C8 0xCDD3 # 0 +0xC2C9 0xCDD4 # 0 +0xC2CA 0xCDD5 # 0 +0xC2CB 0xCDD6 # 0 +0xC2CC 0xCDD7 # 0 +0xC2CD 0xCDD8 # 0 +0xC2CE 0xCDD9 # 0 +0xC2CF 0xCDDA # 0 +0xC2D0 0xCDDB # 0 +0xC2D1 0xCDDC # 0 +0xC2D3 0xCDDD # 0 +0xC2D4 0xCDDE # 0 +0xC2D5 0xCDDF # 0 +0xC2D6 0xCDE0 # 0 +0xC2D7 0xCDE1 # 0 +0xC2D8 0xCDE2 # 0 +0xC2D9 0xCDE3 # 0 +0xC2DA 0xCDE4 # 0 +0xC2DB 0xCDE5 # 0 +0xC2DC 0xCDE6 # 0 +0xC2DD 0xCDE7 # 0 +0xC2E1 0xCDE8 # 0 +0xC2E2 0xCDE9 # 0 +0xC2E3 0xCDEA # 0 +0xC2E4 0xCDEB # 0 +0xC2E5 0xCDEC # 0 +0xC2E6 0xCDED # 0 +0xC2E7 0xCDEE # 0 +0xC2E8 0xCDEF # 0 +0xC2E9 0xCDF0 # 0 +0xC2EA 0xCDF1 # 0 +0xC2EB 0xCDF2 # 0 +0xC2EC 0xCDF3 # 0 +0xC2ED 0xCDF4 # 0 +0xC2EE 0xCDF5 # 0 +0xC2EF 0xCDF6 # 0 +0xC2F0 0xCDF7 # 0 +0xC2F1 0xCDF8 # 0 +0xC2F3 0xCDF9 # 0 +0xC2F4 0xCDFA # 0 +0xC2F5 0xCDFB # 0 +0xC2F6 0xCDFC # 0 +0xC2F7 0xCDFD # 0 +0xC2F8 0xCDFE # 0 +0xC2F9 0xCDFF # 0 +0xC2FA 0xCE00 # 0 +0xC2FB 0xCE01 # 0 +0xC2FC 0xCE02 # 0 +0xC2FD 0xCE03 # 0 +0xC341 0xCE04 # 0 +0xC342 0xCE05 # 0 +0xC343 0xCE06 # 0 +0xC344 0xCE07 # 0 +0xC345 0xCE08 # 0 +0xC346 0xCE09 # 0 +0xC347 0xCE0A # 0 +0xC348 0xCE0B # 0 +0xC349 0xCE0C # 0 +0xC34A 0xCE0D # 0 +0xC34B 0xCE0E # 0 +0xC34C 0xCE0F # 0 +0xC34D 0xCE10 # 0 +0xC34E 0xCE11 # 0 +0xC34F 0xCE12 # 0 +0xC350 0xCE13 # 0 +0xC351 0xCE14 # 0 +0xC353 0xCE15 # 0 +0xC354 0xCE16 # 0 +0xC355 0xCE17 # 0 +0xC356 0xCE18 # 0 +0xC357 0xCE19 # 0 +0xC358 0xCE1A # 0 +0xC359 0xCE1B # 0 +0xC35A 0xCE1C # 0 +0xC35B 0xCE1D # 0 +0xC35C 0xCE1E # 0 +0xC35D 0xCE1F # 0 +0xC361 0xCE20 # 0 +0xC362 0xCE21 # 0 +0xC363 0xCE22 # 0 +0xC364 0xCE23 # 0 +0xC365 0xCE24 # 0 +0xC366 0xCE25 # 0 +0xC367 0xCE26 # 0 +0xC368 0xCE27 # 0 +0xC369 0xCE28 # 0 +0xC36A 0xCE29 # 0 +0xC36B 0xCE2A # 0 +0xC36C 0xCE2B # 0 +0xC36D 0xCE2C # 0 +0xC36E 0xCE2D # 0 +0xC36F 0xCE2E # 0 +0xC370 0xCE2F # 0 +0xC371 0xCE30 # 0 +0xC373 0xCE31 # 0 +0xC374 0xCE32 # 0 +0xC375 0xCE33 # 0 +0xC376 0xCE34 # 0 +0xC377 0xCE35 # 0 +0xC378 0xCE36 # 0 +0xC379 0xCE37 # 0 +0xC37A 0xCE38 # 0 +0xC37B 0xCE39 # 0 +0xC37C 0xCE3A # 0 +0xC37D 0xCE3B # 0 +0xC381 0xCE3C # 0 +0xC382 0xCE3D # 0 +0xC383 0xCE3E # 0 +0xC384 0xCE3F # 0 +0xC385 0xCE40 # 0 +0xC386 0xCE41 # 0 +0xC387 0xCE42 # 0 +0xC388 0xCE43 # 0 +0xC389 0xCE44 # 0 +0xC38A 0xCE45 # 0 +0xC38B 0xCE46 # 0 +0xC38C 0xCE47 # 0 +0xC38D 0xCE48 # 0 +0xC38E 0xCE49 # 0 +0xC38F 0xCE4A # 0 +0xC390 0xCE4B # 0 +0xC391 0xCE4C # 0 +0xC393 0xCE4D # 0 +0xC394 0xCE4E # 0 +0xC395 0xCE4F # 0 +0xC396 0xCE50 # 0 +0xC397 0xCE51 # 0 +0xC398 0xCE52 # 0 +0xC399 0xCE53 # 0 +0xC39A 0xCE54 # 0 +0xC39B 0xCE55 # 0 +0xC39C 0xCE56 # 0 +0xC39D 0xCE57 # 0 +0xC3A1 0xCE58 # 0 +0xC3A2 0xCE59 # 0 +0xC3A3 0xCE5A # 0 +0xC3A4 0xCE5B # 0 +0xC3A5 0xCE5C # 0 +0xC3A6 0xCE5D # 0 +0xC3A7 0xCE5E # 0 +0xC3A8 0xCE5F # 0 +0xC3A9 0xCE60 # 0 +0xC3AA 0xCE61 # 0 +0xC3AB 0xCE62 # 0 +0xC3AC 0xCE63 # 0 +0xC3AD 0xCE64 # 0 +0xC3AE 0xCE65 # 0 +0xC3AF 0xCE66 # 0 +0xC3B0 0xCE67 # 0 +0xC3B1 0xCE68 # 0 +0xC3B3 0xCE69 # 0 +0xC3B4 0xCE6A # 0 +0xC3B5 0xCE6B # 0 +0xC3B6 0xCE6C # 0 +0xC3B7 0xCE6D # 0 +0xC3B8 0xCE6E # 0 +0xC3B9 0xCE6F # 0 +0xC3BA 0xCE70 # 0 +0xC3BB 0xCE71 # 0 +0xC3BC 0xCE72 # 0 +0xC3BD 0xCE73 # 0 +0xC441 0x110F # 0 +0xC461 0xCE74 # 0 +0xC462 0xCE75 # 0 +0xC463 0xCE76 # 0 +0xC464 0xCE77 # 0 +0xC465 0xCE78 # 0 +0xC466 0xCE79 # 0 +0xC467 0xCE7A # 0 +0xC468 0xCE7B # 0 +0xC469 0xCE7C # 0 +0xC46A 0xCE7D # 0 +0xC46B 0xCE7E # 0 +0xC46C 0xCE7F # 0 +0xC46D 0xCE80 # 0 +0xC46E 0xCE81 # 0 +0xC46F 0xCE82 # 0 +0xC470 0xCE83 # 0 +0xC471 0xCE84 # 0 +0xC473 0xCE85 # 0 +0xC474 0xCE86 # 0 +0xC475 0xCE87 # 0 +0xC476 0xCE88 # 0 +0xC477 0xCE89 # 0 +0xC478 0xCE8A # 0 +0xC479 0xCE8B # 0 +0xC47A 0xCE8C # 0 +0xC47B 0xCE8D # 0 +0xC47C 0xCE8E # 0 +0xC47D 0xCE8F # 0 +0xC481 0xCE90 # 0 +0xC482 0xCE91 # 0 +0xC483 0xCE92 # 0 +0xC484 0xCE93 # 0 +0xC485 0xCE94 # 0 +0xC486 0xCE95 # 0 +0xC487 0xCE96 # 0 +0xC488 0xCE97 # 0 +0xC489 0xCE98 # 0 +0xC48A 0xCE99 # 0 +0xC48B 0xCE9A # 0 +0xC48C 0xCE9B # 0 +0xC48D 0xCE9C # 0 +0xC48E 0xCE9D # 0 +0xC48F 0xCE9E # 0 +0xC490 0xCE9F # 0 +0xC491 0xCEA0 # 0 +0xC493 0xCEA1 # 0 +0xC494 0xCEA2 # 0 +0xC495 0xCEA3 # 0 +0xC496 0xCEA4 # 0 +0xC497 0xCEA5 # 0 +0xC498 0xCEA6 # 0 +0xC499 0xCEA7 # 0 +0xC49A 0xCEA8 # 0 +0xC49B 0xCEA9 # 0 +0xC49C 0xCEAA # 0 +0xC49D 0xCEAB # 0 +0xC4A1 0xCEAC # 0 +0xC4A2 0xCEAD # 0 +0xC4A3 0xCEAE # 0 +0xC4A4 0xCEAF # 0 +0xC4A5 0xCEB0 # 0 +0xC4A6 0xCEB1 # 0 +0xC4A7 0xCEB2 # 0 +0xC4A8 0xCEB3 # 0 +0xC4A9 0xCEB4 # 0 +0xC4AA 0xCEB5 # 0 +0xC4AB 0xCEB6 # 0 +0xC4AC 0xCEB7 # 0 +0xC4AD 0xCEB8 # 0 +0xC4AE 0xCEB9 # 0 +0xC4AF 0xCEBA # 0 +0xC4B0 0xCEBB # 0 +0xC4B1 0xCEBC # 0 +0xC4B3 0xCEBD # 0 +0xC4B4 0xCEBE # 0 +0xC4B5 0xCEBF # 0 +0xC4B6 0xCEC0 # 0 +0xC4B7 0xCEC1 # 0 +0xC4B8 0xCEC2 # 0 +0xC4B9 0xCEC3 # 0 +0xC4BA 0xCEC4 # 0 +0xC4BB 0xCEC5 # 0 +0xC4BC 0xCEC6 # 0 +0xC4BD 0xCEC7 # 0 +0xC4C1 0xCEC8 # 0 +0xC4C2 0xCEC9 # 0 +0xC4C3 0xCECA # 0 +0xC4C4 0xCECB # 0 +0xC4C5 0xCECC # 0 +0xC4C6 0xCECD # 0 +0xC4C7 0xCECE # 0 +0xC4C8 0xCECF # 0 +0xC4C9 0xCED0 # 0 +0xC4CA 0xCED1 # 0 +0xC4CB 0xCED2 # 0 +0xC4CC 0xCED3 # 0 +0xC4CD 0xCED4 # 0 +0xC4CE 0xCED5 # 0 +0xC4CF 0xCED6 # 0 +0xC4D0 0xCED7 # 0 +0xC4D1 0xCED8 # 0 +0xC4D3 0xCED9 # 0 +0xC4D4 0xCEDA # 0 +0xC4D5 0xCEDB # 0 +0xC4D6 0xCEDC # 0 +0xC4D7 0xCEDD # 0 +0xC4D8 0xCEDE # 0 +0xC4D9 0xCEDF # 0 +0xC4DA 0xCEE0 # 0 +0xC4DB 0xCEE1 # 0 +0xC4DC 0xCEE2 # 0 +0xC4DD 0xCEE3 # 0 +0xC4E1 0xCEE4 # 0 +0xC4E2 0xCEE5 # 0 +0xC4E3 0xCEE6 # 0 +0xC4E4 0xCEE7 # 0 +0xC4E5 0xCEE8 # 0 +0xC4E6 0xCEE9 # 0 +0xC4E7 0xCEEA # 0 +0xC4E8 0xCEEB # 0 +0xC4E9 0xCEEC # 0 +0xC4EA 0xCEED # 0 +0xC4EB 0xCEEE # 0 +0xC4EC 0xCEEF # 0 +0xC4ED 0xCEF0 # 0 +0xC4EE 0xCEF1 # 0 +0xC4EF 0xCEF2 # 0 +0xC4F0 0xCEF3 # 0 +0xC4F1 0xCEF4 # 0 +0xC4F3 0xCEF5 # 0 +0xC4F4 0xCEF6 # 0 +0xC4F5 0xCEF7 # 0 +0xC4F6 0xCEF8 # 0 +0xC4F7 0xCEF9 # 0 +0xC4F8 0xCEFA # 0 +0xC4F9 0xCEFB # 0 +0xC4FA 0xCEFC # 0 +0xC4FB 0xCEFD # 0 +0xC4FC 0xCEFE # 0 +0xC4FD 0xCEFF # 0 +0xC541 0xCF00 # 0 +0xC542 0xCF01 # 0 +0xC543 0xCF02 # 0 +0xC544 0xCF03 # 0 +0xC545 0xCF04 # 0 +0xC546 0xCF05 # 0 +0xC547 0xCF06 # 0 +0xC548 0xCF07 # 0 +0xC549 0xCF08 # 0 +0xC54A 0xCF09 # 0 +0xC54B 0xCF0A # 0 +0xC54C 0xCF0B # 0 +0xC54D 0xCF0C # 0 +0xC54E 0xCF0D # 0 +0xC54F 0xCF0E # 0 +0xC550 0xCF0F # 0 +0xC551 0xCF10 # 0 +0xC553 0xCF11 # 0 +0xC554 0xCF12 # 0 +0xC555 0xCF13 # 0 +0xC556 0xCF14 # 0 +0xC557 0xCF15 # 0 +0xC558 0xCF16 # 0 +0xC559 0xCF17 # 0 +0xC55A 0xCF18 # 0 +0xC55B 0xCF19 # 0 +0xC55C 0xCF1A # 0 +0xC55D 0xCF1B # 0 +0xC561 0xCF1C # 0 +0xC562 0xCF1D # 0 +0xC563 0xCF1E # 0 +0xC564 0xCF1F # 0 +0xC565 0xCF20 # 0 +0xC566 0xCF21 # 0 +0xC567 0xCF22 # 0 +0xC568 0xCF23 # 0 +0xC569 0xCF24 # 0 +0xC56A 0xCF25 # 0 +0xC56B 0xCF26 # 0 +0xC56C 0xCF27 # 0 +0xC56D 0xCF28 # 0 +0xC56E 0xCF29 # 0 +0xC56F 0xCF2A # 0 +0xC570 0xCF2B # 0 +0xC571 0xCF2C # 0 +0xC573 0xCF2D # 0 +0xC574 0xCF2E # 0 +0xC575 0xCF2F # 0 +0xC576 0xCF30 # 0 +0xC577 0xCF31 # 0 +0xC578 0xCF32 # 0 +0xC579 0xCF33 # 0 +0xC57A 0xCF34 # 0 +0xC57B 0xCF35 # 0 +0xC57C 0xCF36 # 0 +0xC57D 0xCF37 # 0 +0xC581 0xCF38 # 0 +0xC582 0xCF39 # 0 +0xC583 0xCF3A # 0 +0xC584 0xCF3B # 0 +0xC585 0xCF3C # 0 +0xC586 0xCF3D # 0 +0xC587 0xCF3E # 0 +0xC588 0xCF3F # 0 +0xC589 0xCF40 # 0 +0xC58A 0xCF41 # 0 +0xC58B 0xCF42 # 0 +0xC58C 0xCF43 # 0 +0xC58D 0xCF44 # 0 +0xC58E 0xCF45 # 0 +0xC58F 0xCF46 # 0 +0xC590 0xCF47 # 0 +0xC591 0xCF48 # 0 +0xC593 0xCF49 # 0 +0xC594 0xCF4A # 0 +0xC595 0xCF4B # 0 +0xC596 0xCF4C # 0 +0xC597 0xCF4D # 0 +0xC598 0xCF4E # 0 +0xC599 0xCF4F # 0 +0xC59A 0xCF50 # 0 +0xC59B 0xCF51 # 0 +0xC59C 0xCF52 # 0 +0xC59D 0xCF53 # 0 +0xC5A1 0xCF54 # 0 +0xC5A2 0xCF55 # 0 +0xC5A3 0xCF56 # 0 +0xC5A4 0xCF57 # 0 +0xC5A5 0xCF58 # 0 +0xC5A6 0xCF59 # 0 +0xC5A7 0xCF5A # 0 +0xC5A8 0xCF5B # 0 +0xC5A9 0xCF5C # 0 +0xC5AA 0xCF5D # 0 +0xC5AB 0xCF5E # 0 +0xC5AC 0xCF5F # 0 +0xC5AD 0xCF60 # 0 +0xC5AE 0xCF61 # 0 +0xC5AF 0xCF62 # 0 +0xC5B0 0xCF63 # 0 +0xC5B1 0xCF64 # 0 +0xC5B3 0xCF65 # 0 +0xC5B4 0xCF66 # 0 +0xC5B5 0xCF67 # 0 +0xC5B6 0xCF68 # 0 +0xC5B7 0xCF69 # 0 +0xC5B8 0xCF6A # 0 +0xC5B9 0xCF6B # 0 +0xC5BA 0xCF6C # 0 +0xC5BB 0xCF6D # 0 +0xC5BC 0xCF6E # 0 +0xC5BD 0xCF6F # 0 +0xC5C1 0xCF70 # 0 +0xC5C2 0xCF71 # 0 +0xC5C3 0xCF72 # 0 +0xC5C4 0xCF73 # 0 +0xC5C5 0xCF74 # 0 +0xC5C6 0xCF75 # 0 +0xC5C7 0xCF76 # 0 +0xC5C8 0xCF77 # 0 +0xC5C9 0xCF78 # 0 +0xC5CA 0xCF79 # 0 +0xC5CB 0xCF7A # 0 +0xC5CC 0xCF7B # 0 +0xC5CD 0xCF7C # 0 +0xC5CE 0xCF7D # 0 +0xC5CF 0xCF7E # 0 +0xC5D0 0xCF7F # 0 +0xC5D1 0xCF80 # 0 +0xC5D3 0xCF81 # 0 +0xC5D4 0xCF82 # 0 +0xC5D5 0xCF83 # 0 +0xC5D6 0xCF84 # 0 +0xC5D7 0xCF85 # 0 +0xC5D8 0xCF86 # 0 +0xC5D9 0xCF87 # 0 +0xC5DA 0xCF88 # 0 +0xC5DB 0xCF89 # 0 +0xC5DC 0xCF8A # 0 +0xC5DD 0xCF8B # 0 +0xC5E1 0xCF8C # 0 +0xC5E2 0xCF8D # 0 +0xC5E3 0xCF8E # 0 +0xC5E4 0xCF8F # 0 +0xC5E5 0xCF90 # 0 +0xC5E6 0xCF91 # 0 +0xC5E7 0xCF92 # 0 +0xC5E8 0xCF93 # 0 +0xC5E9 0xCF94 # 0 +0xC5EA 0xCF95 # 0 +0xC5EB 0xCF96 # 0 +0xC5EC 0xCF97 # 0 +0xC5ED 0xCF98 # 0 +0xC5EE 0xCF99 # 0 +0xC5EF 0xCF9A # 0 +0xC5F0 0xCF9B # 0 +0xC5F1 0xCF9C # 0 +0xC5F3 0xCF9D # 0 +0xC5F4 0xCF9E # 0 +0xC5F5 0xCF9F # 0 +0xC5F6 0xCFA0 # 0 +0xC5F7 0xCFA1 # 0 +0xC5F8 0xCFA2 # 0 +0xC5F9 0xCFA3 # 0 +0xC5FA 0xCFA4 # 0 +0xC5FB 0xCFA5 # 0 +0xC5FC 0xCFA6 # 0 +0xC5FD 0xCFA7 # 0 +0xC641 0xCFA8 # 0 +0xC642 0xCFA9 # 0 +0xC643 0xCFAA # 0 +0xC644 0xCFAB # 0 +0xC645 0xCFAC # 0 +0xC646 0xCFAD # 0 +0xC647 0xCFAE # 0 +0xC648 0xCFAF # 0 +0xC649 0xCFB0 # 0 +0xC64A 0xCFB1 # 0 +0xC64B 0xCFB2 # 0 +0xC64C 0xCFB3 # 0 +0xC64D 0xCFB4 # 0 +0xC64E 0xCFB5 # 0 +0xC64F 0xCFB6 # 0 +0xC650 0xCFB7 # 0 +0xC651 0xCFB8 # 0 +0xC653 0xCFB9 # 0 +0xC654 0xCFBA # 0 +0xC655 0xCFBB # 0 +0xC656 0xCFBC # 0 +0xC657 0xCFBD # 0 +0xC658 0xCFBE # 0 +0xC659 0xCFBF # 0 +0xC65A 0xCFC0 # 0 +0xC65B 0xCFC1 # 0 +0xC65C 0xCFC2 # 0 +0xC65D 0xCFC3 # 0 +0xC661 0xCFC4 # 0 +0xC662 0xCFC5 # 0 +0xC663 0xCFC6 # 0 +0xC664 0xCFC7 # 0 +0xC665 0xCFC8 # 0 +0xC666 0xCFC9 # 0 +0xC667 0xCFCA # 0 +0xC668 0xCFCB # 0 +0xC669 0xCFCC # 0 +0xC66A 0xCFCD # 0 +0xC66B 0xCFCE # 0 +0xC66C 0xCFCF # 0 +0xC66D 0xCFD0 # 0 +0xC66E 0xCFD1 # 0 +0xC66F 0xCFD2 # 0 +0xC670 0xCFD3 # 0 +0xC671 0xCFD4 # 0 +0xC673 0xCFD5 # 0 +0xC674 0xCFD6 # 0 +0xC675 0xCFD7 # 0 +0xC676 0xCFD8 # 0 +0xC677 0xCFD9 # 0 +0xC678 0xCFDA # 0 +0xC679 0xCFDB # 0 +0xC67A 0xCFDC # 0 +0xC67B 0xCFDD # 0 +0xC67C 0xCFDE # 0 +0xC67D 0xCFDF # 0 +0xC681 0xCFE0 # 0 +0xC682 0xCFE1 # 0 +0xC683 0xCFE2 # 0 +0xC684 0xCFE3 # 0 +0xC685 0xCFE4 # 0 +0xC686 0xCFE5 # 0 +0xC687 0xCFE6 # 0 +0xC688 0xCFE7 # 0 +0xC689 0xCFE8 # 0 +0xC68A 0xCFE9 # 0 +0xC68B 0xCFEA # 0 +0xC68C 0xCFEB # 0 +0xC68D 0xCFEC # 0 +0xC68E 0xCFED # 0 +0xC68F 0xCFEE # 0 +0xC690 0xCFEF # 0 +0xC691 0xCFF0 # 0 +0xC693 0xCFF1 # 0 +0xC694 0xCFF2 # 0 +0xC695 0xCFF3 # 0 +0xC696 0xCFF4 # 0 +0xC697 0xCFF5 # 0 +0xC698 0xCFF6 # 0 +0xC699 0xCFF7 # 0 +0xC69A 0xCFF8 # 0 +0xC69B 0xCFF9 # 0 +0xC69C 0xCFFA # 0 +0xC69D 0xCFFB # 0 +0xC6A1 0xCFFC # 0 +0xC6A2 0xCFFD # 0 +0xC6A3 0xCFFE # 0 +0xC6A4 0xCFFF # 0 +0xC6A5 0xD000 # 0 +0xC6A6 0xD001 # 0 +0xC6A7 0xD002 # 0 +0xC6A8 0xD003 # 0 +0xC6A9 0xD004 # 0 +0xC6AA 0xD005 # 0 +0xC6AB 0xD006 # 0 +0xC6AC 0xD007 # 0 +0xC6AD 0xD008 # 0 +0xC6AE 0xD009 # 0 +0xC6AF 0xD00A # 0 +0xC6B0 0xD00B # 0 +0xC6B1 0xD00C # 0 +0xC6B3 0xD00D # 0 +0xC6B4 0xD00E # 0 +0xC6B5 0xD00F # 0 +0xC6B6 0xD010 # 0 +0xC6B7 0xD011 # 0 +0xC6B8 0xD012 # 0 +0xC6B9 0xD013 # 0 +0xC6BA 0xD014 # 0 +0xC6BB 0xD015 # 0 +0xC6BC 0xD016 # 0 +0xC6BD 0xD017 # 0 +0xC6C1 0xD018 # 0 +0xC6C2 0xD019 # 0 +0xC6C3 0xD01A # 0 +0xC6C4 0xD01B # 0 +0xC6C5 0xD01C # 0 +0xC6C6 0xD01D # 0 +0xC6C7 0xD01E # 0 +0xC6C8 0xD01F # 0 +0xC6C9 0xD020 # 0 +0xC6CA 0xD021 # 0 +0xC6CB 0xD022 # 0 +0xC6CC 0xD023 # 0 +0xC6CD 0xD024 # 0 +0xC6CE 0xD025 # 0 +0xC6CF 0xD026 # 0 +0xC6D0 0xD027 # 0 +0xC6D1 0xD028 # 0 +0xC6D3 0xD029 # 0 +0xC6D4 0xD02A # 0 +0xC6D5 0xD02B # 0 +0xC6D6 0xD02C # 0 +0xC6D7 0xD02D # 0 +0xC6D8 0xD02E # 0 +0xC6D9 0xD02F # 0 +0xC6DA 0xD030 # 0 +0xC6DB 0xD031 # 0 +0xC6DC 0xD032 # 0 +0xC6DD 0xD033 # 0 +0xC6E1 0xD034 # 0 +0xC6E2 0xD035 # 0 +0xC6E3 0xD036 # 0 +0xC6E4 0xD037 # 0 +0xC6E5 0xD038 # 0 +0xC6E6 0xD039 # 0 +0xC6E7 0xD03A # 0 +0xC6E8 0xD03B # 0 +0xC6E9 0xD03C # 0 +0xC6EA 0xD03D # 0 +0xC6EB 0xD03E # 0 +0xC6EC 0xD03F # 0 +0xC6ED 0xD040 # 0 +0xC6EE 0xD041 # 0 +0xC6EF 0xD042 # 0 +0xC6F0 0xD043 # 0 +0xC6F1 0xD044 # 0 +0xC6F3 0xD045 # 0 +0xC6F4 0xD046 # 0 +0xC6F5 0xD047 # 0 +0xC6F6 0xD048 # 0 +0xC6F7 0xD049 # 0 +0xC6F8 0xD04A # 0 +0xC6F9 0xD04B # 0 +0xC6FA 0xD04C # 0 +0xC6FB 0xD04D # 0 +0xC6FC 0xD04E # 0 +0xC6FD 0xD04F # 0 +0xC741 0xD050 # 0 +0xC742 0xD051 # 0 +0xC743 0xD052 # 0 +0xC744 0xD053 # 0 +0xC745 0xD054 # 0 +0xC746 0xD055 # 0 +0xC747 0xD056 # 0 +0xC748 0xD057 # 0 +0xC749 0xD058 # 0 +0xC74A 0xD059 # 0 +0xC74B 0xD05A # 0 +0xC74C 0xD05B # 0 +0xC74D 0xD05C # 0 +0xC74E 0xD05D # 0 +0xC74F 0xD05E # 0 +0xC750 0xD05F # 0 +0xC751 0xD060 # 0 +0xC753 0xD061 # 0 +0xC754 0xD062 # 0 +0xC755 0xD063 # 0 +0xC756 0xD064 # 0 +0xC757 0xD065 # 0 +0xC758 0xD066 # 0 +0xC759 0xD067 # 0 +0xC75A 0xD068 # 0 +0xC75B 0xD069 # 0 +0xC75C 0xD06A # 0 +0xC75D 0xD06B # 0 +0xC761 0xD06C # 0 +0xC762 0xD06D # 0 +0xC763 0xD06E # 0 +0xC764 0xD06F # 0 +0xC765 0xD070 # 0 +0xC766 0xD071 # 0 +0xC767 0xD072 # 0 +0xC768 0xD073 # 0 +0xC769 0xD074 # 0 +0xC76A 0xD075 # 0 +0xC76B 0xD076 # 0 +0xC76C 0xD077 # 0 +0xC76D 0xD078 # 0 +0xC76E 0xD079 # 0 +0xC76F 0xD07A # 0 +0xC770 0xD07B # 0 +0xC771 0xD07C # 0 +0xC773 0xD07D # 0 +0xC774 0xD07E # 0 +0xC775 0xD07F # 0 +0xC776 0xD080 # 0 +0xC777 0xD081 # 0 +0xC778 0xD082 # 0 +0xC779 0xD083 # 0 +0xC77A 0xD084 # 0 +0xC77B 0xD085 # 0 +0xC77C 0xD086 # 0 +0xC77D 0xD087 # 0 +0xC781 0xD088 # 0 +0xC782 0xD089 # 0 +0xC783 0xD08A # 0 +0xC784 0xD08B # 0 +0xC785 0xD08C # 0 +0xC786 0xD08D # 0 +0xC787 0xD08E # 0 +0xC788 0xD08F # 0 +0xC789 0xD090 # 0 +0xC78A 0xD091 # 0 +0xC78B 0xD092 # 0 +0xC78C 0xD093 # 0 +0xC78D 0xD094 # 0 +0xC78E 0xD095 # 0 +0xC78F 0xD096 # 0 +0xC790 0xD097 # 0 +0xC791 0xD098 # 0 +0xC793 0xD099 # 0 +0xC794 0xD09A # 0 +0xC795 0xD09B # 0 +0xC796 0xD09C # 0 +0xC797 0xD09D # 0 +0xC798 0xD09E # 0 +0xC799 0xD09F # 0 +0xC79A 0xD0A0 # 0 +0xC79B 0xD0A1 # 0 +0xC79C 0xD0A2 # 0 +0xC79D 0xD0A3 # 0 +0xC7A1 0xD0A4 # 0 +0xC7A2 0xD0A5 # 0 +0xC7A3 0xD0A6 # 0 +0xC7A4 0xD0A7 # 0 +0xC7A5 0xD0A8 # 0 +0xC7A6 0xD0A9 # 0 +0xC7A7 0xD0AA # 0 +0xC7A8 0xD0AB # 0 +0xC7A9 0xD0AC # 0 +0xC7AA 0xD0AD # 0 +0xC7AB 0xD0AE # 0 +0xC7AC 0xD0AF # 0 +0xC7AD 0xD0B0 # 0 +0xC7AE 0xD0B1 # 0 +0xC7AF 0xD0B2 # 0 +0xC7B0 0xD0B3 # 0 +0xC7B1 0xD0B4 # 0 +0xC7B3 0xD0B5 # 0 +0xC7B4 0xD0B6 # 0 +0xC7B5 0xD0B7 # 0 +0xC7B6 0xD0B8 # 0 +0xC7B7 0xD0B9 # 0 +0xC7B8 0xD0BA # 0 +0xC7B9 0xD0BB # 0 +0xC7BA 0xD0BC # 0 +0xC7BB 0xD0BD # 0 +0xC7BC 0xD0BE # 0 +0xC7BD 0xD0BF # 0 +0xC841 0x1110 # 0 +0xC861 0xD0C0 # 0 +0xC862 0xD0C1 # 0 +0xC863 0xD0C2 # 0 +0xC864 0xD0C3 # 0 +0xC865 0xD0C4 # 0 +0xC866 0xD0C5 # 0 +0xC867 0xD0C6 # 0 +0xC868 0xD0C7 # 0 +0xC869 0xD0C8 # 0 +0xC86A 0xD0C9 # 0 +0xC86B 0xD0CA # 0 +0xC86C 0xD0CB # 0 +0xC86D 0xD0CC # 0 +0xC86E 0xD0CD # 0 +0xC86F 0xD0CE # 0 +0xC870 0xD0CF # 0 +0xC871 0xD0D0 # 0 +0xC873 0xD0D1 # 0 +0xC874 0xD0D2 # 0 +0xC875 0xD0D3 # 0 +0xC876 0xD0D4 # 0 +0xC877 0xD0D5 # 0 +0xC878 0xD0D6 # 0 +0xC879 0xD0D7 # 0 +0xC87A 0xD0D8 # 0 +0xC87B 0xD0D9 # 0 +0xC87C 0xD0DA # 0 +0xC87D 0xD0DB # 0 +0xC881 0xD0DC # 0 +0xC882 0xD0DD # 0 +0xC883 0xD0DE # 0 +0xC884 0xD0DF # 0 +0xC885 0xD0E0 # 0 +0xC886 0xD0E1 # 0 +0xC887 0xD0E2 # 0 +0xC888 0xD0E3 # 0 +0xC889 0xD0E4 # 0 +0xC88A 0xD0E5 # 0 +0xC88B 0xD0E6 # 0 +0xC88C 0xD0E7 # 0 +0xC88D 0xD0E8 # 0 +0xC88E 0xD0E9 # 0 +0xC88F 0xD0EA # 0 +0xC890 0xD0EB # 0 +0xC891 0xD0EC # 0 +0xC893 0xD0ED # 0 +0xC894 0xD0EE # 0 +0xC895 0xD0EF # 0 +0xC896 0xD0F0 # 0 +0xC897 0xD0F1 # 0 +0xC898 0xD0F2 # 0 +0xC899 0xD0F3 # 0 +0xC89A 0xD0F4 # 0 +0xC89B 0xD0F5 # 0 +0xC89C 0xD0F6 # 0 +0xC89D 0xD0F7 # 0 +0xC8A1 0xD0F8 # 0 +0xC8A2 0xD0F9 # 0 +0xC8A3 0xD0FA # 0 +0xC8A4 0xD0FB # 0 +0xC8A5 0xD0FC # 0 +0xC8A6 0xD0FD # 0 +0xC8A7 0xD0FE # 0 +0xC8A8 0xD0FF # 0 +0xC8A9 0xD100 # 0 +0xC8AA 0xD101 # 0 +0xC8AB 0xD102 # 0 +0xC8AC 0xD103 # 0 +0xC8AD 0xD104 # 0 +0xC8AE 0xD105 # 0 +0xC8AF 0xD106 # 0 +0xC8B0 0xD107 # 0 +0xC8B1 0xD108 # 0 +0xC8B3 0xD109 # 0 +0xC8B4 0xD10A # 0 +0xC8B5 0xD10B # 0 +0xC8B6 0xD10C # 0 +0xC8B7 0xD10D # 0 +0xC8B8 0xD10E # 0 +0xC8B9 0xD10F # 0 +0xC8BA 0xD110 # 0 +0xC8BB 0xD111 # 0 +0xC8BC 0xD112 # 0 +0xC8BD 0xD113 # 0 +0xC8C1 0xD114 # 0 +0xC8C2 0xD115 # 0 +0xC8C3 0xD116 # 0 +0xC8C4 0xD117 # 0 +0xC8C5 0xD118 # 0 +0xC8C6 0xD119 # 0 +0xC8C7 0xD11A # 0 +0xC8C8 0xD11B # 0 +0xC8C9 0xD11C # 0 +0xC8CA 0xD11D # 0 +0xC8CB 0xD11E # 0 +0xC8CC 0xD11F # 0 +0xC8CD 0xD120 # 0 +0xC8CE 0xD121 # 0 +0xC8CF 0xD122 # 0 +0xC8D0 0xD123 # 0 +0xC8D1 0xD124 # 0 +0xC8D3 0xD125 # 0 +0xC8D4 0xD126 # 0 +0xC8D5 0xD127 # 0 +0xC8D6 0xD128 # 0 +0xC8D7 0xD129 # 0 +0xC8D8 0xD12A # 0 +0xC8D9 0xD12B # 0 +0xC8DA 0xD12C # 0 +0xC8DB 0xD12D # 0 +0xC8DC 0xD12E # 0 +0xC8DD 0xD12F # 0 +0xC8E1 0xD130 # 0 +0xC8E2 0xD131 # 0 +0xC8E3 0xD132 # 0 +0xC8E4 0xD133 # 0 +0xC8E5 0xD134 # 0 +0xC8E6 0xD135 # 0 +0xC8E7 0xD136 # 0 +0xC8E8 0xD137 # 0 +0xC8E9 0xD138 # 0 +0xC8EA 0xD139 # 0 +0xC8EB 0xD13A # 0 +0xC8EC 0xD13B # 0 +0xC8ED 0xD13C # 0 +0xC8EE 0xD13D # 0 +0xC8EF 0xD13E # 0 +0xC8F0 0xD13F # 0 +0xC8F1 0xD140 # 0 +0xC8F3 0xD141 # 0 +0xC8F4 0xD142 # 0 +0xC8F5 0xD143 # 0 +0xC8F6 0xD144 # 0 +0xC8F7 0xD145 # 0 +0xC8F8 0xD146 # 0 +0xC8F9 0xD147 # 0 +0xC8FA 0xD148 # 0 +0xC8FB 0xD149 # 0 +0xC8FC 0xD14A # 0 +0xC8FD 0xD14B # 0 +0xC941 0xD14C # 0 +0xC942 0xD14D # 0 +0xC943 0xD14E # 0 +0xC944 0xD14F # 0 +0xC945 0xD150 # 0 +0xC946 0xD151 # 0 +0xC947 0xD152 # 0 +0xC948 0xD153 # 0 +0xC949 0xD154 # 0 +0xC94A 0xD155 # 0 +0xC94B 0xD156 # 0 +0xC94C 0xD157 # 0 +0xC94D 0xD158 # 0 +0xC94E 0xD159 # 0 +0xC94F 0xD15A # 0 +0xC950 0xD15B # 0 +0xC951 0xD15C # 0 +0xC953 0xD15D # 0 +0xC954 0xD15E # 0 +0xC955 0xD15F # 0 +0xC956 0xD160 # 0 +0xC957 0xD161 # 0 +0xC958 0xD162 # 0 +0xC959 0xD163 # 0 +0xC95A 0xD164 # 0 +0xC95B 0xD165 # 0 +0xC95C 0xD166 # 0 +0xC95D 0xD167 # 0 +0xC961 0xD168 # 0 +0xC962 0xD169 # 0 +0xC963 0xD16A # 0 +0xC964 0xD16B # 0 +0xC965 0xD16C # 0 +0xC966 0xD16D # 0 +0xC967 0xD16E # 0 +0xC968 0xD16F # 0 +0xC969 0xD170 # 0 +0xC96A 0xD171 # 0 +0xC96B 0xD172 # 0 +0xC96C 0xD173 # 0 +0xC96D 0xD174 # 0 +0xC96E 0xD175 # 0 +0xC96F 0xD176 # 0 +0xC970 0xD177 # 0 +0xC971 0xD178 # 0 +0xC973 0xD179 # 0 +0xC974 0xD17A # 0 +0xC975 0xD17B # 0 +0xC976 0xD17C # 0 +0xC977 0xD17D # 0 +0xC978 0xD17E # 0 +0xC979 0xD17F # 0 +0xC97A 0xD180 # 0 +0xC97B 0xD181 # 0 +0xC97C 0xD182 # 0 +0xC97D 0xD183 # 0 +0xC981 0xD184 # 0 +0xC982 0xD185 # 0 +0xC983 0xD186 # 0 +0xC984 0xD187 # 0 +0xC985 0xD188 # 0 +0xC986 0xD189 # 0 +0xC987 0xD18A # 0 +0xC988 0xD18B # 0 +0xC989 0xD18C # 0 +0xC98A 0xD18D # 0 +0xC98B 0xD18E # 0 +0xC98C 0xD18F # 0 +0xC98D 0xD190 # 0 +0xC98E 0xD191 # 0 +0xC98F 0xD192 # 0 +0xC990 0xD193 # 0 +0xC991 0xD194 # 0 +0xC993 0xD195 # 0 +0xC994 0xD196 # 0 +0xC995 0xD197 # 0 +0xC996 0xD198 # 0 +0xC997 0xD199 # 0 +0xC998 0xD19A # 0 +0xC999 0xD19B # 0 +0xC99A 0xD19C # 0 +0xC99B 0xD19D # 0 +0xC99C 0xD19E # 0 +0xC99D 0xD19F # 0 +0xC9A1 0xD1A0 # 0 +0xC9A2 0xD1A1 # 0 +0xC9A3 0xD1A2 # 0 +0xC9A4 0xD1A3 # 0 +0xC9A5 0xD1A4 # 0 +0xC9A6 0xD1A5 # 0 +0xC9A7 0xD1A6 # 0 +0xC9A8 0xD1A7 # 0 +0xC9A9 0xD1A8 # 0 +0xC9AA 0xD1A9 # 0 +0xC9AB 0xD1AA # 0 +0xC9AC 0xD1AB # 0 +0xC9AD 0xD1AC # 0 +0xC9AE 0xD1AD # 0 +0xC9AF 0xD1AE # 0 +0xC9B0 0xD1AF # 0 +0xC9B1 0xD1B0 # 0 +0xC9B3 0xD1B1 # 0 +0xC9B4 0xD1B2 # 0 +0xC9B5 0xD1B3 # 0 +0xC9B6 0xD1B4 # 0 +0xC9B7 0xD1B5 # 0 +0xC9B8 0xD1B6 # 0 +0xC9B9 0xD1B7 # 0 +0xC9BA 0xD1B8 # 0 +0xC9BB 0xD1B9 # 0 +0xC9BC 0xD1BA # 0 +0xC9BD 0xD1BB # 0 +0xC9C1 0xD1BC # 0 +0xC9C2 0xD1BD # 0 +0xC9C3 0xD1BE # 0 +0xC9C4 0xD1BF # 0 +0xC9C5 0xD1C0 # 0 +0xC9C6 0xD1C1 # 0 +0xC9C7 0xD1C2 # 0 +0xC9C8 0xD1C3 # 0 +0xC9C9 0xD1C4 # 0 +0xC9CA 0xD1C5 # 0 +0xC9CB 0xD1C6 # 0 +0xC9CC 0xD1C7 # 0 +0xC9CD 0xD1C8 # 0 +0xC9CE 0xD1C9 # 0 +0xC9CF 0xD1CA # 0 +0xC9D0 0xD1CB # 0 +0xC9D1 0xD1CC # 0 +0xC9D3 0xD1CD # 0 +0xC9D4 0xD1CE # 0 +0xC9D5 0xD1CF # 0 +0xC9D6 0xD1D0 # 0 +0xC9D7 0xD1D1 # 0 +0xC9D8 0xD1D2 # 0 +0xC9D9 0xD1D3 # 0 +0xC9DA 0xD1D4 # 0 +0xC9DB 0xD1D5 # 0 +0xC9DC 0xD1D6 # 0 +0xC9DD 0xD1D7 # 0 +0xC9E1 0xD1D8 # 0 +0xC9E2 0xD1D9 # 0 +0xC9E3 0xD1DA # 0 +0xC9E4 0xD1DB # 0 +0xC9E5 0xD1DC # 0 +0xC9E6 0xD1DD # 0 +0xC9E7 0xD1DE # 0 +0xC9E8 0xD1DF # 0 +0xC9E9 0xD1E0 # 0 +0xC9EA 0xD1E1 # 0 +0xC9EB 0xD1E2 # 0 +0xC9EC 0xD1E3 # 0 +0xC9ED 0xD1E4 # 0 +0xC9EE 0xD1E5 # 0 +0xC9EF 0xD1E6 # 0 +0xC9F0 0xD1E7 # 0 +0xC9F1 0xD1E8 # 0 +0xC9F3 0xD1E9 # 0 +0xC9F4 0xD1EA # 0 +0xC9F5 0xD1EB # 0 +0xC9F6 0xD1EC # 0 +0xC9F7 0xD1ED # 0 +0xC9F8 0xD1EE # 0 +0xC9F9 0xD1EF # 0 +0xC9FA 0xD1F0 # 0 +0xC9FB 0xD1F1 # 0 +0xC9FC 0xD1F2 # 0 +0xC9FD 0xD1F3 # 0 +0xCA41 0xD1F4 # 0 +0xCA42 0xD1F5 # 0 +0xCA43 0xD1F6 # 0 +0xCA44 0xD1F7 # 0 +0xCA45 0xD1F8 # 0 +0xCA46 0xD1F9 # 0 +0xCA47 0xD1FA # 0 +0xCA48 0xD1FB # 0 +0xCA49 0xD1FC # 0 +0xCA4A 0xD1FD # 0 +0xCA4B 0xD1FE # 0 +0xCA4C 0xD1FF # 0 +0xCA4D 0xD200 # 0 +0xCA4E 0xD201 # 0 +0xCA4F 0xD202 # 0 +0xCA50 0xD203 # 0 +0xCA51 0xD204 # 0 +0xCA53 0xD205 # 0 +0xCA54 0xD206 # 0 +0xCA55 0xD207 # 0 +0xCA56 0xD208 # 0 +0xCA57 0xD209 # 0 +0xCA58 0xD20A # 0 +0xCA59 0xD20B # 0 +0xCA5A 0xD20C # 0 +0xCA5B 0xD20D # 0 +0xCA5C 0xD20E # 0 +0xCA5D 0xD20F # 0 +0xCA61 0xD210 # 0 +0xCA62 0xD211 # 0 +0xCA63 0xD212 # 0 +0xCA64 0xD213 # 0 +0xCA65 0xD214 # 0 +0xCA66 0xD215 # 0 +0xCA67 0xD216 # 0 +0xCA68 0xD217 # 0 +0xCA69 0xD218 # 0 +0xCA6A 0xD219 # 0 +0xCA6B 0xD21A # 0 +0xCA6C 0xD21B # 0 +0xCA6D 0xD21C # 0 +0xCA6E 0xD21D # 0 +0xCA6F 0xD21E # 0 +0xCA70 0xD21F # 0 +0xCA71 0xD220 # 0 +0xCA73 0xD221 # 0 +0xCA74 0xD222 # 0 +0xCA75 0xD223 # 0 +0xCA76 0xD224 # 0 +0xCA77 0xD225 # 0 +0xCA78 0xD226 # 0 +0xCA79 0xD227 # 0 +0xCA7A 0xD228 # 0 +0xCA7B 0xD229 # 0 +0xCA7C 0xD22A # 0 +0xCA7D 0xD22B # 0 +0xCA81 0xD22C # 0 +0xCA82 0xD22D # 0 +0xCA83 0xD22E # 0 +0xCA84 0xD22F # 0 +0xCA85 0xD230 # 0 +0xCA86 0xD231 # 0 +0xCA87 0xD232 # 0 +0xCA88 0xD233 # 0 +0xCA89 0xD234 # 0 +0xCA8A 0xD235 # 0 +0xCA8B 0xD236 # 0 +0xCA8C 0xD237 # 0 +0xCA8D 0xD238 # 0 +0xCA8E 0xD239 # 0 +0xCA8F 0xD23A # 0 +0xCA90 0xD23B # 0 +0xCA91 0xD23C # 0 +0xCA93 0xD23D # 0 +0xCA94 0xD23E # 0 +0xCA95 0xD23F # 0 +0xCA96 0xD240 # 0 +0xCA97 0xD241 # 0 +0xCA98 0xD242 # 0 +0xCA99 0xD243 # 0 +0xCA9A 0xD244 # 0 +0xCA9B 0xD245 # 0 +0xCA9C 0xD246 # 0 +0xCA9D 0xD247 # 0 +0xCAA1 0xD248 # 0 +0xCAA2 0xD249 # 0 +0xCAA3 0xD24A # 0 +0xCAA4 0xD24B # 0 +0xCAA5 0xD24C # 0 +0xCAA6 0xD24D # 0 +0xCAA7 0xD24E # 0 +0xCAA8 0xD24F # 0 +0xCAA9 0xD250 # 0 +0xCAAA 0xD251 # 0 +0xCAAB 0xD252 # 0 +0xCAAC 0xD253 # 0 +0xCAAD 0xD254 # 0 +0xCAAE 0xD255 # 0 +0xCAAF 0xD256 # 0 +0xCAB0 0xD257 # 0 +0xCAB1 0xD258 # 0 +0xCAB3 0xD259 # 0 +0xCAB4 0xD25A # 0 +0xCAB5 0xD25B # 0 +0xCAB6 0xD25C # 0 +0xCAB7 0xD25D # 0 +0xCAB8 0xD25E # 0 +0xCAB9 0xD25F # 0 +0xCABA 0xD260 # 0 +0xCABB 0xD261 # 0 +0xCABC 0xD262 # 0 +0xCABD 0xD263 # 0 +0xCAC1 0xD264 # 0 +0xCAC2 0xD265 # 0 +0xCAC3 0xD266 # 0 +0xCAC4 0xD267 # 0 +0xCAC5 0xD268 # 0 +0xCAC6 0xD269 # 0 +0xCAC7 0xD26A # 0 +0xCAC8 0xD26B # 0 +0xCAC9 0xD26C # 0 +0xCACA 0xD26D # 0 +0xCACB 0xD26E # 0 +0xCACC 0xD26F # 0 +0xCACD 0xD270 # 0 +0xCACE 0xD271 # 0 +0xCACF 0xD272 # 0 +0xCAD0 0xD273 # 0 +0xCAD1 0xD274 # 0 +0xCAD3 0xD275 # 0 +0xCAD4 0xD276 # 0 +0xCAD5 0xD277 # 0 +0xCAD6 0xD278 # 0 +0xCAD7 0xD279 # 0 +0xCAD8 0xD27A # 0 +0xCAD9 0xD27B # 0 +0xCADA 0xD27C # 0 +0xCADB 0xD27D # 0 +0xCADC 0xD27E # 0 +0xCADD 0xD27F # 0 +0xCAE1 0xD280 # 0 +0xCAE2 0xD281 # 0 +0xCAE3 0xD282 # 0 +0xCAE4 0xD283 # 0 +0xCAE5 0xD284 # 0 +0xCAE6 0xD285 # 0 +0xCAE7 0xD286 # 0 +0xCAE8 0xD287 # 0 +0xCAE9 0xD288 # 0 +0xCAEA 0xD289 # 0 +0xCAEB 0xD28A # 0 +0xCAEC 0xD28B # 0 +0xCAED 0xD28C # 0 +0xCAEE 0xD28D # 0 +0xCAEF 0xD28E # 0 +0xCAF0 0xD28F # 0 +0xCAF1 0xD290 # 0 +0xCAF3 0xD291 # 0 +0xCAF4 0xD292 # 0 +0xCAF5 0xD293 # 0 +0xCAF6 0xD294 # 0 +0xCAF7 0xD295 # 0 +0xCAF8 0xD296 # 0 +0xCAF9 0xD297 # 0 +0xCAFA 0xD298 # 0 +0xCAFB 0xD299 # 0 +0xCAFC 0xD29A # 0 +0xCAFD 0xD29B # 0 +0xCB41 0xD29C # 0 +0xCB42 0xD29D # 0 +0xCB43 0xD29E # 0 +0xCB44 0xD29F # 0 +0xCB45 0xD2A0 # 0 +0xCB46 0xD2A1 # 0 +0xCB47 0xD2A2 # 0 +0xCB48 0xD2A3 # 0 +0xCB49 0xD2A4 # 0 +0xCB4A 0xD2A5 # 0 +0xCB4B 0xD2A6 # 0 +0xCB4C 0xD2A7 # 0 +0xCB4D 0xD2A8 # 0 +0xCB4E 0xD2A9 # 0 +0xCB4F 0xD2AA # 0 +0xCB50 0xD2AB # 0 +0xCB51 0xD2AC # 0 +0xCB53 0xD2AD # 0 +0xCB54 0xD2AE # 0 +0xCB55 0xD2AF # 0 +0xCB56 0xD2B0 # 0 +0xCB57 0xD2B1 # 0 +0xCB58 0xD2B2 # 0 +0xCB59 0xD2B3 # 0 +0xCB5A 0xD2B4 # 0 +0xCB5B 0xD2B5 # 0 +0xCB5C 0xD2B6 # 0 +0xCB5D 0xD2B7 # 0 +0xCB61 0xD2B8 # 0 +0xCB62 0xD2B9 # 0 +0xCB63 0xD2BA # 0 +0xCB64 0xD2BB # 0 +0xCB65 0xD2BC # 0 +0xCB66 0xD2BD # 0 +0xCB67 0xD2BE # 0 +0xCB68 0xD2BF # 0 +0xCB69 0xD2C0 # 0 +0xCB6A 0xD2C1 # 0 +0xCB6B 0xD2C2 # 0 +0xCB6C 0xD2C3 # 0 +0xCB6D 0xD2C4 # 0 +0xCB6E 0xD2C5 # 0 +0xCB6F 0xD2C6 # 0 +0xCB70 0xD2C7 # 0 +0xCB71 0xD2C8 # 0 +0xCB73 0xD2C9 # 0 +0xCB74 0xD2CA # 0 +0xCB75 0xD2CB # 0 +0xCB76 0xD2CC # 0 +0xCB77 0xD2CD # 0 +0xCB78 0xD2CE # 0 +0xCB79 0xD2CF # 0 +0xCB7A 0xD2D0 # 0 +0xCB7B 0xD2D1 # 0 +0xCB7C 0xD2D2 # 0 +0xCB7D 0xD2D3 # 0 +0xCB81 0xD2D4 # 0 +0xCB82 0xD2D5 # 0 +0xCB83 0xD2D6 # 0 +0xCB84 0xD2D7 # 0 +0xCB85 0xD2D8 # 0 +0xCB86 0xD2D9 # 0 +0xCB87 0xD2DA # 0 +0xCB88 0xD2DB # 0 +0xCB89 0xD2DC # 0 +0xCB8A 0xD2DD # 0 +0xCB8B 0xD2DE # 0 +0xCB8C 0xD2DF # 0 +0xCB8D 0xD2E0 # 0 +0xCB8E 0xD2E1 # 0 +0xCB8F 0xD2E2 # 0 +0xCB90 0xD2E3 # 0 +0xCB91 0xD2E4 # 0 +0xCB93 0xD2E5 # 0 +0xCB94 0xD2E6 # 0 +0xCB95 0xD2E7 # 0 +0xCB96 0xD2E8 # 0 +0xCB97 0xD2E9 # 0 +0xCB98 0xD2EA # 0 +0xCB99 0xD2EB # 0 +0xCB9A 0xD2EC # 0 +0xCB9B 0xD2ED # 0 +0xCB9C 0xD2EE # 0 +0xCB9D 0xD2EF # 0 +0xCBA1 0xD2F0 # 0 +0xCBA2 0xD2F1 # 0 +0xCBA3 0xD2F2 # 0 +0xCBA4 0xD2F3 # 0 +0xCBA5 0xD2F4 # 0 +0xCBA6 0xD2F5 # 0 +0xCBA7 0xD2F6 # 0 +0xCBA8 0xD2F7 # 0 +0xCBA9 0xD2F8 # 0 +0xCBAA 0xD2F9 # 0 +0xCBAB 0xD2FA # 0 +0xCBAC 0xD2FB # 0 +0xCBAD 0xD2FC # 0 +0xCBAE 0xD2FD # 0 +0xCBAF 0xD2FE # 0 +0xCBB0 0xD2FF # 0 +0xCBB1 0xD300 # 0 +0xCBB3 0xD301 # 0 +0xCBB4 0xD302 # 0 +0xCBB5 0xD303 # 0 +0xCBB6 0xD304 # 0 +0xCBB7 0xD305 # 0 +0xCBB8 0xD306 # 0 +0xCBB9 0xD307 # 0 +0xCBBA 0xD308 # 0 +0xCBBB 0xD309 # 0 +0xCBBC 0xD30A # 0 +0xCBBD 0xD30B # 0 +0xCC41 0x1111 # 0 +0xCC61 0xD30C # 0 +0xCC62 0xD30D # 0 +0xCC63 0xD30E # 0 +0xCC64 0xD30F # 0 +0xCC65 0xD310 # 0 +0xCC66 0xD311 # 0 +0xCC67 0xD312 # 0 +0xCC68 0xD313 # 0 +0xCC69 0xD314 # 0 +0xCC6A 0xD315 # 0 +0xCC6B 0xD316 # 0 +0xCC6C 0xD317 # 0 +0xCC6D 0xD318 # 0 +0xCC6E 0xD319 # 0 +0xCC6F 0xD31A # 0 +0xCC70 0xD31B # 0 +0xCC71 0xD31C # 0 +0xCC73 0xD31D # 0 +0xCC74 0xD31E # 0 +0xCC75 0xD31F # 0 +0xCC76 0xD320 # 0 +0xCC77 0xD321 # 0 +0xCC78 0xD322 # 0 +0xCC79 0xD323 # 0 +0xCC7A 0xD324 # 0 +0xCC7B 0xD325 # 0 +0xCC7C 0xD326 # 0 +0xCC7D 0xD327 # 0 +0xCC81 0xD328 # 0 +0xCC82 0xD329 # 0 +0xCC83 0xD32A # 0 +0xCC84 0xD32B # 0 +0xCC85 0xD32C # 0 +0xCC86 0xD32D # 0 +0xCC87 0xD32E # 0 +0xCC88 0xD32F # 0 +0xCC89 0xD330 # 0 +0xCC8A 0xD331 # 0 +0xCC8B 0xD332 # 0 +0xCC8C 0xD333 # 0 +0xCC8D 0xD334 # 0 +0xCC8E 0xD335 # 0 +0xCC8F 0xD336 # 0 +0xCC90 0xD337 # 0 +0xCC91 0xD338 # 0 +0xCC93 0xD339 # 0 +0xCC94 0xD33A # 0 +0xCC95 0xD33B # 0 +0xCC96 0xD33C # 0 +0xCC97 0xD33D # 0 +0xCC98 0xD33E # 0 +0xCC99 0xD33F # 0 +0xCC9A 0xD340 # 0 +0xCC9B 0xD341 # 0 +0xCC9C 0xD342 # 0 +0xCC9D 0xD343 # 0 +0xCCA1 0xD344 # 0 +0xCCA2 0xD345 # 0 +0xCCA3 0xD346 # 0 +0xCCA4 0xD347 # 0 +0xCCA5 0xD348 # 0 +0xCCA6 0xD349 # 0 +0xCCA7 0xD34A # 0 +0xCCA8 0xD34B # 0 +0xCCA9 0xD34C # 0 +0xCCAA 0xD34D # 0 +0xCCAB 0xD34E # 0 +0xCCAC 0xD34F # 0 +0xCCAD 0xD350 # 0 +0xCCAE 0xD351 # 0 +0xCCAF 0xD352 # 0 +0xCCB0 0xD353 # 0 +0xCCB1 0xD354 # 0 +0xCCB3 0xD355 # 0 +0xCCB4 0xD356 # 0 +0xCCB5 0xD357 # 0 +0xCCB6 0xD358 # 0 +0xCCB7 0xD359 # 0 +0xCCB8 0xD35A # 0 +0xCCB9 0xD35B # 0 +0xCCBA 0xD35C # 0 +0xCCBB 0xD35D # 0 +0xCCBC 0xD35E # 0 +0xCCBD 0xD35F # 0 +0xCCC1 0xD360 # 0 +0xCCC2 0xD361 # 0 +0xCCC3 0xD362 # 0 +0xCCC4 0xD363 # 0 +0xCCC5 0xD364 # 0 +0xCCC6 0xD365 # 0 +0xCCC7 0xD366 # 0 +0xCCC8 0xD367 # 0 +0xCCC9 0xD368 # 0 +0xCCCA 0xD369 # 0 +0xCCCB 0xD36A # 0 +0xCCCC 0xD36B # 0 +0xCCCD 0xD36C # 0 +0xCCCE 0xD36D # 0 +0xCCCF 0xD36E # 0 +0xCCD0 0xD36F # 0 +0xCCD1 0xD370 # 0 +0xCCD3 0xD371 # 0 +0xCCD4 0xD372 # 0 +0xCCD5 0xD373 # 0 +0xCCD6 0xD374 # 0 +0xCCD7 0xD375 # 0 +0xCCD8 0xD376 # 0 +0xCCD9 0xD377 # 0 +0xCCDA 0xD378 # 0 +0xCCDB 0xD379 # 0 +0xCCDC 0xD37A # 0 +0xCCDD 0xD37B # 0 +0xCCE1 0xD37C # 0 +0xCCE2 0xD37D # 0 +0xCCE3 0xD37E # 0 +0xCCE4 0xD37F # 0 +0xCCE5 0xD380 # 0 +0xCCE6 0xD381 # 0 +0xCCE7 0xD382 # 0 +0xCCE8 0xD383 # 0 +0xCCE9 0xD384 # 0 +0xCCEA 0xD385 # 0 +0xCCEB 0xD386 # 0 +0xCCEC 0xD387 # 0 +0xCCED 0xD388 # 0 +0xCCEE 0xD389 # 0 +0xCCEF 0xD38A # 0 +0xCCF0 0xD38B # 0 +0xCCF1 0xD38C # 0 +0xCCF3 0xD38D # 0 +0xCCF4 0xD38E # 0 +0xCCF5 0xD38F # 0 +0xCCF6 0xD390 # 0 +0xCCF7 0xD391 # 0 +0xCCF8 0xD392 # 0 +0xCCF9 0xD393 # 0 +0xCCFA 0xD394 # 0 +0xCCFB 0xD395 # 0 +0xCCFC 0xD396 # 0 +0xCCFD 0xD397 # 0 +0xCD41 0xD398 # 0 +0xCD42 0xD399 # 0 +0xCD43 0xD39A # 0 +0xCD44 0xD39B # 0 +0xCD45 0xD39C # 0 +0xCD46 0xD39D # 0 +0xCD47 0xD39E # 0 +0xCD48 0xD39F # 0 +0xCD49 0xD3A0 # 0 +0xCD4A 0xD3A1 # 0 +0xCD4B 0xD3A2 # 0 +0xCD4C 0xD3A3 # 0 +0xCD4D 0xD3A4 # 0 +0xCD4E 0xD3A5 # 0 +0xCD4F 0xD3A6 # 0 +0xCD50 0xD3A7 # 0 +0xCD51 0xD3A8 # 0 +0xCD53 0xD3A9 # 0 +0xCD54 0xD3AA # 0 +0xCD55 0xD3AB # 0 +0xCD56 0xD3AC # 0 +0xCD57 0xD3AD # 0 +0xCD58 0xD3AE # 0 +0xCD59 0xD3AF # 0 +0xCD5A 0xD3B0 # 0 +0xCD5B 0xD3B1 # 0 +0xCD5C 0xD3B2 # 0 +0xCD5D 0xD3B3 # 0 +0xCD61 0xD3B4 # 0 +0xCD62 0xD3B5 # 0 +0xCD63 0xD3B6 # 0 +0xCD64 0xD3B7 # 0 +0xCD65 0xD3B8 # 0 +0xCD66 0xD3B9 # 0 +0xCD67 0xD3BA # 0 +0xCD68 0xD3BB # 0 +0xCD69 0xD3BC # 0 +0xCD6A 0xD3BD # 0 +0xCD6B 0xD3BE # 0 +0xCD6C 0xD3BF # 0 +0xCD6D 0xD3C0 # 0 +0xCD6E 0xD3C1 # 0 +0xCD6F 0xD3C2 # 0 +0xCD70 0xD3C3 # 0 +0xCD71 0xD3C4 # 0 +0xCD73 0xD3C5 # 0 +0xCD74 0xD3C6 # 0 +0xCD75 0xD3C7 # 0 +0xCD76 0xD3C8 # 0 +0xCD77 0xD3C9 # 0 +0xCD78 0xD3CA # 0 +0xCD79 0xD3CB # 0 +0xCD7A 0xD3CC # 0 +0xCD7B 0xD3CD # 0 +0xCD7C 0xD3CE # 0 +0xCD7D 0xD3CF # 0 +0xCD81 0xD3D0 # 0 +0xCD82 0xD3D1 # 0 +0xCD83 0xD3D2 # 0 +0xCD84 0xD3D3 # 0 +0xCD85 0xD3D4 # 0 +0xCD86 0xD3D5 # 0 +0xCD87 0xD3D6 # 0 +0xCD88 0xD3D7 # 0 +0xCD89 0xD3D8 # 0 +0xCD8A 0xD3D9 # 0 +0xCD8B 0xD3DA # 0 +0xCD8C 0xD3DB # 0 +0xCD8D 0xD3DC # 0 +0xCD8E 0xD3DD # 0 +0xCD8F 0xD3DE # 0 +0xCD90 0xD3DF # 0 +0xCD91 0xD3E0 # 0 +0xCD93 0xD3E1 # 0 +0xCD94 0xD3E2 # 0 +0xCD95 0xD3E3 # 0 +0xCD96 0xD3E4 # 0 +0xCD97 0xD3E5 # 0 +0xCD98 0xD3E6 # 0 +0xCD99 0xD3E7 # 0 +0xCD9A 0xD3E8 # 0 +0xCD9B 0xD3E9 # 0 +0xCD9C 0xD3EA # 0 +0xCD9D 0xD3EB # 0 +0xCDA1 0xD3EC # 0 +0xCDA2 0xD3ED # 0 +0xCDA3 0xD3EE # 0 +0xCDA4 0xD3EF # 0 +0xCDA5 0xD3F0 # 0 +0xCDA6 0xD3F1 # 0 +0xCDA7 0xD3F2 # 0 +0xCDA8 0xD3F3 # 0 +0xCDA9 0xD3F4 # 0 +0xCDAA 0xD3F5 # 0 +0xCDAB 0xD3F6 # 0 +0xCDAC 0xD3F7 # 0 +0xCDAD 0xD3F8 # 0 +0xCDAE 0xD3F9 # 0 +0xCDAF 0xD3FA # 0 +0xCDB0 0xD3FB # 0 +0xCDB1 0xD3FC # 0 +0xCDB3 0xD3FD # 0 +0xCDB4 0xD3FE # 0 +0xCDB5 0xD3FF # 0 +0xCDB6 0xD400 # 0 +0xCDB7 0xD401 # 0 +0xCDB8 0xD402 # 0 +0xCDB9 0xD403 # 0 +0xCDBA 0xD404 # 0 +0xCDBB 0xD405 # 0 +0xCDBC 0xD406 # 0 +0xCDBD 0xD407 # 0 +0xCDC1 0xD408 # 0 +0xCDC2 0xD409 # 0 +0xCDC3 0xD40A # 0 +0xCDC4 0xD40B # 0 +0xCDC5 0xD40C # 0 +0xCDC6 0xD40D # 0 +0xCDC7 0xD40E # 0 +0xCDC8 0xD40F # 0 +0xCDC9 0xD410 # 0 +0xCDCA 0xD411 # 0 +0xCDCB 0xD412 # 0 +0xCDCC 0xD413 # 0 +0xCDCD 0xD414 # 0 +0xCDCE 0xD415 # 0 +0xCDCF 0xD416 # 0 +0xCDD0 0xD417 # 0 +0xCDD1 0xD418 # 0 +0xCDD3 0xD419 # 0 +0xCDD4 0xD41A # 0 +0xCDD5 0xD41B # 0 +0xCDD6 0xD41C # 0 +0xCDD7 0xD41D # 0 +0xCDD8 0xD41E # 0 +0xCDD9 0xD41F # 0 +0xCDDA 0xD420 # 0 +0xCDDB 0xD421 # 0 +0xCDDC 0xD422 # 0 +0xCDDD 0xD423 # 0 +0xCDE1 0xD424 # 0 +0xCDE2 0xD425 # 0 +0xCDE3 0xD426 # 0 +0xCDE4 0xD427 # 0 +0xCDE5 0xD428 # 0 +0xCDE6 0xD429 # 0 +0xCDE7 0xD42A # 0 +0xCDE8 0xD42B # 0 +0xCDE9 0xD42C # 0 +0xCDEA 0xD42D # 0 +0xCDEB 0xD42E # 0 +0xCDEC 0xD42F # 0 +0xCDED 0xD430 # 0 +0xCDEE 0xD431 # 0 +0xCDEF 0xD432 # 0 +0xCDF0 0xD433 # 0 +0xCDF1 0xD434 # 0 +0xCDF3 0xD435 # 0 +0xCDF4 0xD436 # 0 +0xCDF5 0xD437 # 0 +0xCDF6 0xD438 # 0 +0xCDF7 0xD439 # 0 +0xCDF8 0xD43A # 0 +0xCDF9 0xD43B # 0 +0xCDFA 0xD43C # 0 +0xCDFB 0xD43D # 0 +0xCDFC 0xD43E # 0 +0xCDFD 0xD43F # 0 +0xCE41 0xD440 # 0 +0xCE42 0xD441 # 0 +0xCE43 0xD442 # 0 +0xCE44 0xD443 # 0 +0xCE45 0xD444 # 0 +0xCE46 0xD445 # 0 +0xCE47 0xD446 # 0 +0xCE48 0xD447 # 0 +0xCE49 0xD448 # 0 +0xCE4A 0xD449 # 0 +0xCE4B 0xD44A # 0 +0xCE4C 0xD44B # 0 +0xCE4D 0xD44C # 0 +0xCE4E 0xD44D # 0 +0xCE4F 0xD44E # 0 +0xCE50 0xD44F # 0 +0xCE51 0xD450 # 0 +0xCE53 0xD451 # 0 +0xCE54 0xD452 # 0 +0xCE55 0xD453 # 0 +0xCE56 0xD454 # 0 +0xCE57 0xD455 # 0 +0xCE58 0xD456 # 0 +0xCE59 0xD457 # 0 +0xCE5A 0xD458 # 0 +0xCE5B 0xD459 # 0 +0xCE5C 0xD45A # 0 +0xCE5D 0xD45B # 0 +0xCE61 0xD45C # 0 +0xCE62 0xD45D # 0 +0xCE63 0xD45E # 0 +0xCE64 0xD45F # 0 +0xCE65 0xD460 # 0 +0xCE66 0xD461 # 0 +0xCE67 0xD462 # 0 +0xCE68 0xD463 # 0 +0xCE69 0xD464 # 0 +0xCE6A 0xD465 # 0 +0xCE6B 0xD466 # 0 +0xCE6C 0xD467 # 0 +0xCE6D 0xD468 # 0 +0xCE6E 0xD469 # 0 +0xCE6F 0xD46A # 0 +0xCE70 0xD46B # 0 +0xCE71 0xD46C # 0 +0xCE73 0xD46D # 0 +0xCE74 0xD46E # 0 +0xCE75 0xD46F # 0 +0xCE76 0xD470 # 0 +0xCE77 0xD471 # 0 +0xCE78 0xD472 # 0 +0xCE79 0xD473 # 0 +0xCE7A 0xD474 # 0 +0xCE7B 0xD475 # 0 +0xCE7C 0xD476 # 0 +0xCE7D 0xD477 # 0 +0xCE81 0xD478 # 0 +0xCE82 0xD479 # 0 +0xCE83 0xD47A # 0 +0xCE84 0xD47B # 0 +0xCE85 0xD47C # 0 +0xCE86 0xD47D # 0 +0xCE87 0xD47E # 0 +0xCE88 0xD47F # 0 +0xCE89 0xD480 # 0 +0xCE8A 0xD481 # 0 +0xCE8B 0xD482 # 0 +0xCE8C 0xD483 # 0 +0xCE8D 0xD484 # 0 +0xCE8E 0xD485 # 0 +0xCE8F 0xD486 # 0 +0xCE90 0xD487 # 0 +0xCE91 0xD488 # 0 +0xCE93 0xD489 # 0 +0xCE94 0xD48A # 0 +0xCE95 0xD48B # 0 +0xCE96 0xD48C # 0 +0xCE97 0xD48D # 0 +0xCE98 0xD48E # 0 +0xCE99 0xD48F # 0 +0xCE9A 0xD490 # 0 +0xCE9B 0xD491 # 0 +0xCE9C 0xD492 # 0 +0xCE9D 0xD493 # 0 +0xCEA1 0xD494 # 0 +0xCEA2 0xD495 # 0 +0xCEA3 0xD496 # 0 +0xCEA4 0xD497 # 0 +0xCEA5 0xD498 # 0 +0xCEA6 0xD499 # 0 +0xCEA7 0xD49A # 0 +0xCEA8 0xD49B # 0 +0xCEA9 0xD49C # 0 +0xCEAA 0xD49D # 0 +0xCEAB 0xD49E # 0 +0xCEAC 0xD49F # 0 +0xCEAD 0xD4A0 # 0 +0xCEAE 0xD4A1 # 0 +0xCEAF 0xD4A2 # 0 +0xCEB0 0xD4A3 # 0 +0xCEB1 0xD4A4 # 0 +0xCEB3 0xD4A5 # 0 +0xCEB4 0xD4A6 # 0 +0xCEB5 0xD4A7 # 0 +0xCEB6 0xD4A8 # 0 +0xCEB7 0xD4A9 # 0 +0xCEB8 0xD4AA # 0 +0xCEB9 0xD4AB # 0 +0xCEBA 0xD4AC # 0 +0xCEBB 0xD4AD # 0 +0xCEBC 0xD4AE # 0 +0xCEBD 0xD4AF # 0 +0xCEC1 0xD4B0 # 0 +0xCEC2 0xD4B1 # 0 +0xCEC3 0xD4B2 # 0 +0xCEC4 0xD4B3 # 0 +0xCEC5 0xD4B4 # 0 +0xCEC6 0xD4B5 # 0 +0xCEC7 0xD4B6 # 0 +0xCEC8 0xD4B7 # 0 +0xCEC9 0xD4B8 # 0 +0xCECA 0xD4B9 # 0 +0xCECB 0xD4BA # 0 +0xCECC 0xD4BB # 0 +0xCECD 0xD4BC # 0 +0xCECE 0xD4BD # 0 +0xCECF 0xD4BE # 0 +0xCED0 0xD4BF # 0 +0xCED1 0xD4C0 # 0 +0xCED3 0xD4C1 # 0 +0xCED4 0xD4C2 # 0 +0xCED5 0xD4C3 # 0 +0xCED6 0xD4C4 # 0 +0xCED7 0xD4C5 # 0 +0xCED8 0xD4C6 # 0 +0xCED9 0xD4C7 # 0 +0xCEDA 0xD4C8 # 0 +0xCEDB 0xD4C9 # 0 +0xCEDC 0xD4CA # 0 +0xCEDD 0xD4CB # 0 +0xCEE1 0xD4CC # 0 +0xCEE2 0xD4CD # 0 +0xCEE3 0xD4CE # 0 +0xCEE4 0xD4CF # 0 +0xCEE5 0xD4D0 # 0 +0xCEE6 0xD4D1 # 0 +0xCEE7 0xD4D2 # 0 +0xCEE8 0xD4D3 # 0 +0xCEE9 0xD4D4 # 0 +0xCEEA 0xD4D5 # 0 +0xCEEB 0xD4D6 # 0 +0xCEEC 0xD4D7 # 0 +0xCEED 0xD4D8 # 0 +0xCEEE 0xD4D9 # 0 +0xCEEF 0xD4DA # 0 +0xCEF0 0xD4DB # 0 +0xCEF1 0xD4DC # 0 +0xCEF3 0xD4DD # 0 +0xCEF4 0xD4DE # 0 +0xCEF5 0xD4DF # 0 +0xCEF6 0xD4E0 # 0 +0xCEF7 0xD4E1 # 0 +0xCEF8 0xD4E2 # 0 +0xCEF9 0xD4E3 # 0 +0xCEFA 0xD4E4 # 0 +0xCEFB 0xD4E5 # 0 +0xCEFC 0xD4E6 # 0 +0xCEFD 0xD4E7 # 0 +0xCF41 0xD4E8 # 0 +0xCF42 0xD4E9 # 0 +0xCF43 0xD4EA # 0 +0xCF44 0xD4EB # 0 +0xCF45 0xD4EC # 0 +0xCF46 0xD4ED # 0 +0xCF47 0xD4EE # 0 +0xCF48 0xD4EF # 0 +0xCF49 0xD4F0 # 0 +0xCF4A 0xD4F1 # 0 +0xCF4B 0xD4F2 # 0 +0xCF4C 0xD4F3 # 0 +0xCF4D 0xD4F4 # 0 +0xCF4E 0xD4F5 # 0 +0xCF4F 0xD4F6 # 0 +0xCF50 0xD4F7 # 0 +0xCF51 0xD4F8 # 0 +0xCF53 0xD4F9 # 0 +0xCF54 0xD4FA # 0 +0xCF55 0xD4FB # 0 +0xCF56 0xD4FC # 0 +0xCF57 0xD4FD # 0 +0xCF58 0xD4FE # 0 +0xCF59 0xD4FF # 0 +0xCF5A 0xD500 # 0 +0xCF5B 0xD501 # 0 +0xCF5C 0xD502 # 0 +0xCF5D 0xD503 # 0 +0xCF61 0xD504 # 0 +0xCF62 0xD505 # 0 +0xCF63 0xD506 # 0 +0xCF64 0xD507 # 0 +0xCF65 0xD508 # 0 +0xCF66 0xD509 # 0 +0xCF67 0xD50A # 0 +0xCF68 0xD50B # 0 +0xCF69 0xD50C # 0 +0xCF6A 0xD50D # 0 +0xCF6B 0xD50E # 0 +0xCF6C 0xD50F # 0 +0xCF6D 0xD510 # 0 +0xCF6E 0xD511 # 0 +0xCF6F 0xD512 # 0 +0xCF70 0xD513 # 0 +0xCF71 0xD514 # 0 +0xCF73 0xD515 # 0 +0xCF74 0xD516 # 0 +0xCF75 0xD517 # 0 +0xCF76 0xD518 # 0 +0xCF77 0xD519 # 0 +0xCF78 0xD51A # 0 +0xCF79 0xD51B # 0 +0xCF7A 0xD51C # 0 +0xCF7B 0xD51D # 0 +0xCF7C 0xD51E # 0 +0xCF7D 0xD51F # 0 +0xCF81 0xD520 # 0 +0xCF82 0xD521 # 0 +0xCF83 0xD522 # 0 +0xCF84 0xD523 # 0 +0xCF85 0xD524 # 0 +0xCF86 0xD525 # 0 +0xCF87 0xD526 # 0 +0xCF88 0xD527 # 0 +0xCF89 0xD528 # 0 +0xCF8A 0xD529 # 0 +0xCF8B 0xD52A # 0 +0xCF8C 0xD52B # 0 +0xCF8D 0xD52C # 0 +0xCF8E 0xD52D # 0 +0xCF8F 0xD52E # 0 +0xCF90 0xD52F # 0 +0xCF91 0xD530 # 0 +0xCF93 0xD531 # 0 +0xCF94 0xD532 # 0 +0xCF95 0xD533 # 0 +0xCF96 0xD534 # 0 +0xCF97 0xD535 # 0 +0xCF98 0xD536 # 0 +0xCF99 0xD537 # 0 +0xCF9A 0xD538 # 0 +0xCF9B 0xD539 # 0 +0xCF9C 0xD53A # 0 +0xCF9D 0xD53B # 0 +0xCFA1 0xD53C # 0 +0xCFA2 0xD53D # 0 +0xCFA3 0xD53E # 0 +0xCFA4 0xD53F # 0 +0xCFA5 0xD540 # 0 +0xCFA6 0xD541 # 0 +0xCFA7 0xD542 # 0 +0xCFA8 0xD543 # 0 +0xCFA9 0xD544 # 0 +0xCFAA 0xD545 # 0 +0xCFAB 0xD546 # 0 +0xCFAC 0xD547 # 0 +0xCFAD 0xD548 # 0 +0xCFAE 0xD549 # 0 +0xCFAF 0xD54A # 0 +0xCFB0 0xD54B # 0 +0xCFB1 0xD54C # 0 +0xCFB3 0xD54D # 0 +0xCFB4 0xD54E # 0 +0xCFB5 0xD54F # 0 +0xCFB6 0xD550 # 0 +0xCFB7 0xD551 # 0 +0xCFB8 0xD552 # 0 +0xCFB9 0xD553 # 0 +0xCFBA 0xD554 # 0 +0xCFBB 0xD555 # 0 +0xCFBC 0xD556 # 0 +0xCFBD 0xD557 # 0 +0xD041 0x1112 # 0 +0xD061 0xD558 # 0 +0xD062 0xD559 # 0 +0xD063 0xD55A # 0 +0xD064 0xD55B # 0 +0xD065 0xD55C # 0 +0xD066 0xD55D # 0 +0xD067 0xD55E # 0 +0xD068 0xD55F # 0 +0xD069 0xD560 # 0 +0xD06A 0xD561 # 0 +0xD06B 0xD562 # 0 +0xD06C 0xD563 # 0 +0xD06D 0xD564 # 0 +0xD06E 0xD565 # 0 +0xD06F 0xD566 # 0 +0xD070 0xD567 # 0 +0xD071 0xD568 # 0 +0xD073 0xD569 # 0 +0xD074 0xD56A # 0 +0xD075 0xD56B # 0 +0xD076 0xD56C # 0 +0xD077 0xD56D # 0 +0xD078 0xD56E # 0 +0xD079 0xD56F # 0 +0xD07A 0xD570 # 0 +0xD07B 0xD571 # 0 +0xD07C 0xD572 # 0 +0xD07D 0xD573 # 0 +0xD081 0xD574 # 0 +0xD082 0xD575 # 0 +0xD083 0xD576 # 0 +0xD084 0xD577 # 0 +0xD085 0xD578 # 0 +0xD086 0xD579 # 0 +0xD087 0xD57A # 0 +0xD088 0xD57B # 0 +0xD089 0xD57C # 0 +0xD08A 0xD57D # 0 +0xD08B 0xD57E # 0 +0xD08C 0xD57F # 0 +0xD08D 0xD580 # 0 +0xD08E 0xD581 # 0 +0xD08F 0xD582 # 0 +0xD090 0xD583 # 0 +0xD091 0xD584 # 0 +0xD093 0xD585 # 0 +0xD094 0xD586 # 0 +0xD095 0xD587 # 0 +0xD096 0xD588 # 0 +0xD097 0xD589 # 0 +0xD098 0xD58A # 0 +0xD099 0xD58B # 0 +0xD09A 0xD58C # 0 +0xD09B 0xD58D # 0 +0xD09C 0xD58E # 0 +0xD09D 0xD58F # 0 +0xD0A1 0xD590 # 0 +0xD0A2 0xD591 # 0 +0xD0A3 0xD592 # 0 +0xD0A4 0xD593 # 0 +0xD0A5 0xD594 # 0 +0xD0A6 0xD595 # 0 +0xD0A7 0xD596 # 0 +0xD0A8 0xD597 # 0 +0xD0A9 0xD598 # 0 +0xD0AA 0xD599 # 0 +0xD0AB 0xD59A # 0 +0xD0AC 0xD59B # 0 +0xD0AD 0xD59C # 0 +0xD0AE 0xD59D # 0 +0xD0AF 0xD59E # 0 +0xD0B0 0xD59F # 0 +0xD0B1 0xD5A0 # 0 +0xD0B3 0xD5A1 # 0 +0xD0B4 0xD5A2 # 0 +0xD0B5 0xD5A3 # 0 +0xD0B6 0xD5A4 # 0 +0xD0B7 0xD5A5 # 0 +0xD0B8 0xD5A6 # 0 +0xD0B9 0xD5A7 # 0 +0xD0BA 0xD5A8 # 0 +0xD0BB 0xD5A9 # 0 +0xD0BC 0xD5AA # 0 +0xD0BD 0xD5AB # 0 +0xD0C1 0xD5AC # 0 +0xD0C2 0xD5AD # 0 +0xD0C3 0xD5AE # 0 +0xD0C4 0xD5AF # 0 +0xD0C5 0xD5B0 # 0 +0xD0C6 0xD5B1 # 0 +0xD0C7 0xD5B2 # 0 +0xD0C8 0xD5B3 # 0 +0xD0C9 0xD5B4 # 0 +0xD0CA 0xD5B5 # 0 +0xD0CB 0xD5B6 # 0 +0xD0CC 0xD5B7 # 0 +0xD0CD 0xD5B8 # 0 +0xD0CE 0xD5B9 # 0 +0xD0CF 0xD5BA # 0 +0xD0D0 0xD5BB # 0 +0xD0D1 0xD5BC # 0 +0xD0D3 0xD5BD # 0 +0xD0D4 0xD5BE # 0 +0xD0D5 0xD5BF # 0 +0xD0D6 0xD5C0 # 0 +0xD0D7 0xD5C1 # 0 +0xD0D8 0xD5C2 # 0 +0xD0D9 0xD5C3 # 0 +0xD0DA 0xD5C4 # 0 +0xD0DB 0xD5C5 # 0 +0xD0DC 0xD5C6 # 0 +0xD0DD 0xD5C7 # 0 +0xD0E1 0xD5C8 # 0 +0xD0E2 0xD5C9 # 0 +0xD0E3 0xD5CA # 0 +0xD0E4 0xD5CB # 0 +0xD0E5 0xD5CC # 0 +0xD0E6 0xD5CD # 0 +0xD0E7 0xD5CE # 0 +0xD0E8 0xD5CF # 0 +0xD0E9 0xD5D0 # 0 +0xD0EA 0xD5D1 # 0 +0xD0EB 0xD5D2 # 0 +0xD0EC 0xD5D3 # 0 +0xD0ED 0xD5D4 # 0 +0xD0EE 0xD5D5 # 0 +0xD0EF 0xD5D6 # 0 +0xD0F0 0xD5D7 # 0 +0xD0F1 0xD5D8 # 0 +0xD0F3 0xD5D9 # 0 +0xD0F4 0xD5DA # 0 +0xD0F5 0xD5DB # 0 +0xD0F6 0xD5DC # 0 +0xD0F7 0xD5DD # 0 +0xD0F8 0xD5DE # 0 +0xD0F9 0xD5DF # 0 +0xD0FA 0xD5E0 # 0 +0xD0FB 0xD5E1 # 0 +0xD0FC 0xD5E2 # 0 +0xD0FD 0xD5E3 # 0 +0xD141 0xD5E4 # 0 +0xD142 0xD5E5 # 0 +0xD143 0xD5E6 # 0 +0xD144 0xD5E7 # 0 +0xD145 0xD5E8 # 0 +0xD146 0xD5E9 # 0 +0xD147 0xD5EA # 0 +0xD148 0xD5EB # 0 +0xD149 0xD5EC # 0 +0xD14A 0xD5ED # 0 +0xD14B 0xD5EE # 0 +0xD14C 0xD5EF # 0 +0xD14D 0xD5F0 # 0 +0xD14E 0xD5F1 # 0 +0xD14F 0xD5F2 # 0 +0xD150 0xD5F3 # 0 +0xD151 0xD5F4 # 0 +0xD153 0xD5F5 # 0 +0xD154 0xD5F6 # 0 +0xD155 0xD5F7 # 0 +0xD156 0xD5F8 # 0 +0xD157 0xD5F9 # 0 +0xD158 0xD5FA # 0 +0xD159 0xD5FB # 0 +0xD15A 0xD5FC # 0 +0xD15B 0xD5FD # 0 +0xD15C 0xD5FE # 0 +0xD15D 0xD5FF # 0 +0xD161 0xD600 # 0 +0xD162 0xD601 # 0 +0xD163 0xD602 # 0 +0xD164 0xD603 # 0 +0xD165 0xD604 # 0 +0xD166 0xD605 # 0 +0xD167 0xD606 # 0 +0xD168 0xD607 # 0 +0xD169 0xD608 # 0 +0xD16A 0xD609 # 0 +0xD16B 0xD60A # 0 +0xD16C 0xD60B # 0 +0xD16D 0xD60C # 0 +0xD16E 0xD60D # 0 +0xD16F 0xD60E # 0 +0xD170 0xD60F # 0 +0xD171 0xD610 # 0 +0xD173 0xD611 # 0 +0xD174 0xD612 # 0 +0xD175 0xD613 # 0 +0xD176 0xD614 # 0 +0xD177 0xD615 # 0 +0xD178 0xD616 # 0 +0xD179 0xD617 # 0 +0xD17A 0xD618 # 0 +0xD17B 0xD619 # 0 +0xD17C 0xD61A # 0 +0xD17D 0xD61B # 0 +0xD181 0xD61C # 0 +0xD182 0xD61D # 0 +0xD183 0xD61E # 0 +0xD184 0xD61F # 0 +0xD185 0xD620 # 0 +0xD186 0xD621 # 0 +0xD187 0xD622 # 0 +0xD188 0xD623 # 0 +0xD189 0xD624 # 0 +0xD18A 0xD625 # 0 +0xD18B 0xD626 # 0 +0xD18C 0xD627 # 0 +0xD18D 0xD628 # 0 +0xD18E 0xD629 # 0 +0xD18F 0xD62A # 0 +0xD190 0xD62B # 0 +0xD191 0xD62C # 0 +0xD193 0xD62D # 0 +0xD194 0xD62E # 0 +0xD195 0xD62F # 0 +0xD196 0xD630 # 0 +0xD197 0xD631 # 0 +0xD198 0xD632 # 0 +0xD199 0xD633 # 0 +0xD19A 0xD634 # 0 +0xD19B 0xD635 # 0 +0xD19C 0xD636 # 0 +0xD19D 0xD637 # 0 +0xD1A1 0xD638 # 0 +0xD1A2 0xD639 # 0 +0xD1A3 0xD63A # 0 +0xD1A4 0xD63B # 0 +0xD1A5 0xD63C # 0 +0xD1A6 0xD63D # 0 +0xD1A7 0xD63E # 0 +0xD1A8 0xD63F # 0 +0xD1A9 0xD640 # 0 +0xD1AA 0xD641 # 0 +0xD1AB 0xD642 # 0 +0xD1AC 0xD643 # 0 +0xD1AD 0xD644 # 0 +0xD1AE 0xD645 # 0 +0xD1AF 0xD646 # 0 +0xD1B0 0xD647 # 0 +0xD1B1 0xD648 # 0 +0xD1B3 0xD649 # 0 +0xD1B4 0xD64A # 0 +0xD1B5 0xD64B # 0 +0xD1B6 0xD64C # 0 +0xD1B7 0xD64D # 0 +0xD1B8 0xD64E # 0 +0xD1B9 0xD64F # 0 +0xD1BA 0xD650 # 0 +0xD1BB 0xD651 # 0 +0xD1BC 0xD652 # 0 +0xD1BD 0xD653 # 0 +0xD1C1 0xD654 # 0 +0xD1C2 0xD655 # 0 +0xD1C3 0xD656 # 0 +0xD1C4 0xD657 # 0 +0xD1C5 0xD658 # 0 +0xD1C6 0xD659 # 0 +0xD1C7 0xD65A # 0 +0xD1C8 0xD65B # 0 +0xD1C9 0xD65C # 0 +0xD1CA 0xD65D # 0 +0xD1CB 0xD65E # 0 +0xD1CC 0xD65F # 0 +0xD1CD 0xD660 # 0 +0xD1CE 0xD661 # 0 +0xD1CF 0xD662 # 0 +0xD1D0 0xD663 # 0 +0xD1D1 0xD664 # 0 +0xD1D3 0xD665 # 0 +0xD1D4 0xD666 # 0 +0xD1D5 0xD667 # 0 +0xD1D6 0xD668 # 0 +0xD1D7 0xD669 # 0 +0xD1D8 0xD66A # 0 +0xD1D9 0xD66B # 0 +0xD1DA 0xD66C # 0 +0xD1DB 0xD66D # 0 +0xD1DC 0xD66E # 0 +0xD1DD 0xD66F # 0 +0xD1E1 0xD670 # 0 +0xD1E2 0xD671 # 0 +0xD1E3 0xD672 # 0 +0xD1E4 0xD673 # 0 +0xD1E5 0xD674 # 0 +0xD1E6 0xD675 # 0 +0xD1E7 0xD676 # 0 +0xD1E8 0xD677 # 0 +0xD1E9 0xD678 # 0 +0xD1EA 0xD679 # 0 +0xD1EB 0xD67A # 0 +0xD1EC 0xD67B # 0 +0xD1ED 0xD67C # 0 +0xD1EE 0xD67D # 0 +0xD1EF 0xD67E # 0 +0xD1F0 0xD67F # 0 +0xD1F1 0xD680 # 0 +0xD1F3 0xD681 # 0 +0xD1F4 0xD682 # 0 +0xD1F5 0xD683 # 0 +0xD1F6 0xD684 # 0 +0xD1F7 0xD685 # 0 +0xD1F8 0xD686 # 0 +0xD1F9 0xD687 # 0 +0xD1FA 0xD688 # 0 +0xD1FB 0xD689 # 0 +0xD1FC 0xD68A # 0 +0xD1FD 0xD68B # 0 +0xD241 0xD68C # 0 +0xD242 0xD68D # 0 +0xD243 0xD68E # 0 +0xD244 0xD68F # 0 +0xD245 0xD690 # 0 +0xD246 0xD691 # 0 +0xD247 0xD692 # 0 +0xD248 0xD693 # 0 +0xD249 0xD694 # 0 +0xD24A 0xD695 # 0 +0xD24B 0xD696 # 0 +0xD24C 0xD697 # 0 +0xD24D 0xD698 # 0 +0xD24E 0xD699 # 0 +0xD24F 0xD69A # 0 +0xD250 0xD69B # 0 +0xD251 0xD69C # 0 +0xD253 0xD69D # 0 +0xD254 0xD69E # 0 +0xD255 0xD69F # 0 +0xD256 0xD6A0 # 0 +0xD257 0xD6A1 # 0 +0xD258 0xD6A2 # 0 +0xD259 0xD6A3 # 0 +0xD25A 0xD6A4 # 0 +0xD25B 0xD6A5 # 0 +0xD25C 0xD6A6 # 0 +0xD25D 0xD6A7 # 0 +0xD261 0xD6A8 # 0 +0xD262 0xD6A9 # 0 +0xD263 0xD6AA # 0 +0xD264 0xD6AB # 0 +0xD265 0xD6AC # 0 +0xD266 0xD6AD # 0 +0xD267 0xD6AE # 0 +0xD268 0xD6AF # 0 +0xD269 0xD6B0 # 0 +0xD26A 0xD6B1 # 0 +0xD26B 0xD6B2 # 0 +0xD26C 0xD6B3 # 0 +0xD26D 0xD6B4 # 0 +0xD26E 0xD6B5 # 0 +0xD26F 0xD6B6 # 0 +0xD270 0xD6B7 # 0 +0xD271 0xD6B8 # 0 +0xD273 0xD6B9 # 0 +0xD274 0xD6BA # 0 +0xD275 0xD6BB # 0 +0xD276 0xD6BC # 0 +0xD277 0xD6BD # 0 +0xD278 0xD6BE # 0 +0xD279 0xD6BF # 0 +0xD27A 0xD6C0 # 0 +0xD27B 0xD6C1 # 0 +0xD27C 0xD6C2 # 0 +0xD27D 0xD6C3 # 0 +0xD281 0xD6C4 # 0 +0xD282 0xD6C5 # 0 +0xD283 0xD6C6 # 0 +0xD284 0xD6C7 # 0 +0xD285 0xD6C8 # 0 +0xD286 0xD6C9 # 0 +0xD287 0xD6CA # 0 +0xD288 0xD6CB # 0 +0xD289 0xD6CC # 0 +0xD28A 0xD6CD # 0 +0xD28B 0xD6CE # 0 +0xD28C 0xD6CF # 0 +0xD28D 0xD6D0 # 0 +0xD28E 0xD6D1 # 0 +0xD28F 0xD6D2 # 0 +0xD290 0xD6D3 # 0 +0xD291 0xD6D4 # 0 +0xD293 0xD6D5 # 0 +0xD294 0xD6D6 # 0 +0xD295 0xD6D7 # 0 +0xD296 0xD6D8 # 0 +0xD297 0xD6D9 # 0 +0xD298 0xD6DA # 0 +0xD299 0xD6DB # 0 +0xD29A 0xD6DC # 0 +0xD29B 0xD6DD # 0 +0xD29C 0xD6DE # 0 +0xD29D 0xD6DF # 0 +0xD2A1 0xD6E0 # 0 +0xD2A2 0xD6E1 # 0 +0xD2A3 0xD6E2 # 0 +0xD2A4 0xD6E3 # 0 +0xD2A5 0xD6E4 # 0 +0xD2A6 0xD6E5 # 0 +0xD2A7 0xD6E6 # 0 +0xD2A8 0xD6E7 # 0 +0xD2A9 0xD6E8 # 0 +0xD2AA 0xD6E9 # 0 +0xD2AB 0xD6EA # 0 +0xD2AC 0xD6EB # 0 +0xD2AD 0xD6EC # 0 +0xD2AE 0xD6ED # 0 +0xD2AF 0xD6EE # 0 +0xD2B0 0xD6EF # 0 +0xD2B1 0xD6F0 # 0 +0xD2B3 0xD6F1 # 0 +0xD2B4 0xD6F2 # 0 +0xD2B5 0xD6F3 # 0 +0xD2B6 0xD6F4 # 0 +0xD2B7 0xD6F5 # 0 +0xD2B8 0xD6F6 # 0 +0xD2B9 0xD6F7 # 0 +0xD2BA 0xD6F8 # 0 +0xD2BB 0xD6F9 # 0 +0xD2BC 0xD6FA # 0 +0xD2BD 0xD6FB # 0 +0xD2C1 0xD6FC # 0 +0xD2C2 0xD6FD # 0 +0xD2C3 0xD6FE # 0 +0xD2C4 0xD6FF # 0 +0xD2C5 0xD700 # 0 +0xD2C6 0xD701 # 0 +0xD2C7 0xD702 # 0 +0xD2C8 0xD703 # 0 +0xD2C9 0xD704 # 0 +0xD2CA 0xD705 # 0 +0xD2CB 0xD706 # 0 +0xD2CC 0xD707 # 0 +0xD2CD 0xD708 # 0 +0xD2CE 0xD709 # 0 +0xD2CF 0xD70A # 0 +0xD2D0 0xD70B # 0 +0xD2D1 0xD70C # 0 +0xD2D3 0xD70D # 0 +0xD2D4 0xD70E # 0 +0xD2D5 0xD70F # 0 +0xD2D6 0xD710 # 0 +0xD2D7 0xD711 # 0 +0xD2D8 0xD712 # 0 +0xD2D9 0xD713 # 0 +0xD2DA 0xD714 # 0 +0xD2DB 0xD715 # 0 +0xD2DC 0xD716 # 0 +0xD2DD 0xD717 # 0 +0xD2E1 0xD718 # 0 +0xD2E2 0xD719 # 0 +0xD2E3 0xD71A # 0 +0xD2E4 0xD71B # 0 +0xD2E5 0xD71C # 0 +0xD2E6 0xD71D # 0 +0xD2E7 0xD71E # 0 +0xD2E8 0xD71F # 0 +0xD2E9 0xD720 # 0 +0xD2EA 0xD721 # 0 +0xD2EB 0xD722 # 0 +0xD2EC 0xD723 # 0 +0xD2ED 0xD724 # 0 +0xD2EE 0xD725 # 0 +0xD2EF 0xD726 # 0 +0xD2F0 0xD727 # 0 +0xD2F1 0xD728 # 0 +0xD2F3 0xD729 # 0 +0xD2F4 0xD72A # 0 +0xD2F5 0xD72B # 0 +0xD2F6 0xD72C # 0 +0xD2F7 0xD72D # 0 +0xD2F8 0xD72E # 0 +0xD2F9 0xD72F # 0 +0xD2FA 0xD730 # 0 +0xD2FB 0xD731 # 0 +0xD2FC 0xD732 # 0 +0xD2FD 0xD733 # 0 +0xD341 0xD734 # 0 +0xD342 0xD735 # 0 +0xD343 0xD736 # 0 +0xD344 0xD737 # 0 +0xD345 0xD738 # 0 +0xD346 0xD739 # 0 +0xD347 0xD73A # 0 +0xD348 0xD73B # 0 +0xD349 0xD73C # 0 +0xD34A 0xD73D # 0 +0xD34B 0xD73E # 0 +0xD34C 0xD73F # 0 +0xD34D 0xD740 # 0 +0xD34E 0xD741 # 0 +0xD34F 0xD742 # 0 +0xD350 0xD743 # 0 +0xD351 0xD744 # 0 +0xD353 0xD745 # 0 +0xD354 0xD746 # 0 +0xD355 0xD747 # 0 +0xD356 0xD748 # 0 +0xD357 0xD749 # 0 +0xD358 0xD74A # 0 +0xD359 0xD74B # 0 +0xD35A 0xD74C # 0 +0xD35B 0xD74D # 0 +0xD35C 0xD74E # 0 +0xD35D 0xD74F # 0 +0xD361 0xD750 # 0 +0xD362 0xD751 # 0 +0xD363 0xD752 # 0 +0xD364 0xD753 # 0 +0xD365 0xD754 # 0 +0xD366 0xD755 # 0 +0xD367 0xD756 # 0 +0xD368 0xD757 # 0 +0xD369 0xD758 # 0 +0xD36A 0xD759 # 0 +0xD36B 0xD75A # 0 +0xD36C 0xD75B # 0 +0xD36D 0xD75C # 0 +0xD36E 0xD75D # 0 +0xD36F 0xD75E # 0 +0xD370 0xD75F # 0 +0xD371 0xD760 # 0 +0xD373 0xD761 # 0 +0xD374 0xD762 # 0 +0xD375 0xD763 # 0 +0xD376 0xD764 # 0 +0xD377 0xD765 # 0 +0xD378 0xD766 # 0 +0xD379 0xD767 # 0 +0xD37A 0xD768 # 0 +0xD37B 0xD769 # 0 +0xD37C 0xD76A # 0 +0xD37D 0xD76B # 0 +0xD381 0xD76C # 0 +0xD382 0xD76D # 0 +0xD383 0xD76E # 0 +0xD384 0xD76F # 0 +0xD385 0xD770 # 0 +0xD386 0xD771 # 0 +0xD387 0xD772 # 0 +0xD388 0xD773 # 0 +0xD389 0xD774 # 0 +0xD38A 0xD775 # 0 +0xD38B 0xD776 # 0 +0xD38C 0xD777 # 0 +0xD38D 0xD778 # 0 +0xD38E 0xD779 # 0 +0xD38F 0xD77A # 0 +0xD390 0xD77B # 0 +0xD391 0xD77C # 0 +0xD393 0xD77D # 0 +0xD394 0xD77E # 0 +0xD395 0xD77F # 0 +0xD396 0xD780 # 0 +0xD397 0xD781 # 0 +0xD398 0xD782 # 0 +0xD399 0xD783 # 0 +0xD39A 0xD784 # 0 +0xD39B 0xD785 # 0 +0xD39C 0xD786 # 0 +0xD39D 0xD787 # 0 +0xD3A1 0xD788 # 0 +0xD3A2 0xD789 # 0 +0xD3A3 0xD78A # 0 +0xD3A4 0xD78B # 0 +0xD3A5 0xD78C # 0 +0xD3A6 0xD78D # 0 +0xD3A7 0xD78E # 0 +0xD3A8 0xD78F # 0 +0xD3A9 0xD790 # 0 +0xD3AA 0xD791 # 0 +0xD3AB 0xD792 # 0 +0xD3AC 0xD793 # 0 +0xD3AD 0xD794 # 0 +0xD3AE 0xD795 # 0 +0xD3AF 0xD796 # 0 +0xD3B0 0xD797 # 0 +0xD3B1 0xD798 # 0 +0xD3B3 0xD799 # 0 +0xD3B4 0xD79A # 0 +0xD3B5 0xD79B # 0 +0xD3B6 0xD79C # 0 +0xD3B7 0xD79D # 0 +0xD3B8 0xD79E # 0 +0xD3B9 0xD79F # 0 +0xD3BA 0xD7A0 # 0 +0xD3BB 0xD7A1 # 0 +0xD3BC 0xD7A2 # 0 +0xD3BD 0xD7A3 # 0 +0xD831 0xE000 # 0 +0xD832 0xE001 # 0 +0xD833 0xE002 # 0 +0xD834 0xE003 # 0 +0xD835 0xE004 # 0 +0xD836 0xE005 # 0 +0xD837 0xE006 # 0 +0xD838 0xE007 # 0 +0xD839 0xE008 # 0 +0xD83A 0xE009 # 0 +0xD83B 0xE00A # 0 +0xD83C 0xE00B # 0 +0xD83D 0xE00C # 0 +0xD83E 0xE00D # 0 +0xD83F 0xE00E # 0 +0xD840 0xE00F # 0 +0xD841 0xE010 # 0 +0xD842 0xE011 # 0 +0xD843 0xE012 # 0 +0xD844 0xE013 # 0 +0xD845 0xE014 # 0 +0xD846 0xE015 # 0 +0xD847 0xE016 # 0 +0xD848 0xE017 # 0 +0xD849 0xE018 # 0 +0xD84A 0xE019 # 0 +0xD84B 0xE01A # 0 +0xD84C 0xE01B # 0 +0xD84D 0xE01C # 0 +0xD84E 0xE01D # 0 +0xD84F 0xE01E # 0 +0xD850 0xE01F # 0 +0xD851 0xE020 # 0 +0xD852 0xE021 # 0 +0xD853 0xE022 # 0 +0xD854 0xE023 # 0 +0xD855 0xE024 # 0 +0xD856 0xE025 # 0 +0xD857 0xE026 # 0 +0xD858 0xE027 # 0 +0xD859 0xE028 # 0 +0xD85A 0xE029 # 0 +0xD85B 0xE02A # 0 +0xD85C 0xE02B # 0 +0xD85D 0xE02C # 0 +0xD85E 0xE02D # 0 +0xD85F 0xE02E # 0 +0xD860 0xE02F # 0 +0xD861 0xE030 # 0 +0xD862 0xE031 # 0 +0xD863 0xE032 # 0 +0xD864 0xE033 # 0 +0xD865 0xE034 # 0 +0xD866 0xE035 # 0 +0xD867 0xE036 # 0 +0xD868 0xE037 # 0 +0xD869 0xE038 # 0 +0xD86A 0xE039 # 0 +0xD86B 0xE03A # 0 +0xD86C 0xE03B # 0 +0xD86D 0xE03C # 0 +0xD86E 0xE03D # 0 +0xD86F 0xE03E # 0 +0xD870 0xE03F # 0 +0xD871 0xE040 # 0 +0xD872 0xE041 # 0 +0xD873 0xE042 # 0 +0xD874 0xE043 # 0 +0xD875 0xE044 # 0 +0xD876 0xE045 # 0 +0xD877 0xE046 # 0 +0xD878 0xE047 # 0 +0xD879 0xE048 # 0 +0xD87A 0xE049 # 0 +0xD87B 0xE04A # 0 +0xD87C 0xE04B # 0 +0xD87D 0xE04C # 0 +0xD87E 0xE04D # 0 +0xD891 0xE04E # 0 +0xD892 0xE04F # 0 +0xD893 0xE050 # 0 +0xD894 0xE051 # 0 +0xD895 0xE052 # 0 +0xD896 0xE053 # 0 +0xD897 0xE054 # 0 +0xD898 0xE055 # 0 +0xD899 0xE056 # 0 +0xD89A 0xE057 # 0 +0xD89B 0xE058 # 0 +0xD89C 0xE059 # 0 +0xD89D 0xE05A # 0 +0xD89E 0xE05B # 0 +0xD89F 0xE05C # 0 +0xD8A0 0xE05D # 0 +0xD8A1 0xE05E # 0 +0xD8A2 0xE05F # 0 +0xD8A3 0xE060 # 0 +0xD8A4 0xE061 # 0 +0xD8A5 0xE062 # 0 +0xD8A6 0xE063 # 0 +0xD8A7 0xE064 # 0 +0xD8A8 0xE065 # 0 +0xD8A9 0xE066 # 0 +0xD8AA 0xE067 # 0 +0xD8AB 0xE068 # 0 +0xD8AC 0xE069 # 0 +0xD8AD 0xE06A # 0 +0xD8AE 0xE06B # 0 +0xD8AF 0xE06C # 0 +0xD8B0 0xE06D # 0 +0xD8B1 0xE06E # 0 +0xD8B2 0xE06F # 0 +0xD8B3 0xE070 # 0 +0xD8B4 0xE071 # 0 +0xD8B5 0xE072 # 0 +0xD8B6 0xE073 # 0 +0xD8B7 0xE074 # 0 +0xD8B8 0xE075 # 0 +0xD8B9 0xE076 # 0 +0xD8BA 0xE077 # 0 +0xD8BB 0xE078 # 0 +0xD8BC 0xE079 # 0 +0xD8BD 0xE07A # 0 +0xD8BE 0xE07B # 0 +0xD8BF 0xE07C # 0 +0xD8C0 0xE07D # 0 +0xD8C1 0xE07E # 0 +0xD8C2 0xE07F # 0 +0xD8C3 0xE080 # 0 +0xD8C4 0xE081 # 0 +0xD8C5 0xE082 # 0 +0xD8C6 0xE083 # 0 +0xD8C7 0xE084 # 0 +0xD8C8 0xE085 # 0 +0xD8C9 0xE086 # 0 +0xD8CA 0xE087 # 0 +0xD8CB 0xE088 # 0 +0xD8CC 0xE089 # 0 +0xD8CD 0xE08A # 0 +0xD8CE 0xE08B # 0 +0xD8CF 0xE08C # 0 +0xD8D0 0xE08D # 0 +0xD8D1 0xE08E # 0 +0xD8D2 0xE08F # 0 +0xD8D3 0xE090 # 0 +0xD8D4 0xE091 # 0 +0xD8D5 0xE092 # 0 +0xD8D6 0xE093 # 0 +0xD8D7 0xE094 # 0 +0xD8D8 0xE095 # 0 +0xD8D9 0xE096 # 0 +0xD8DA 0xE097 # 0 +0xD8DB 0xE098 # 0 +0xD8DC 0xE099 # 0 +0xD8DD 0xE09A # 0 +0xD8DE 0xE09B # 0 +0xD8DF 0xE09C # 0 +0xD8E0 0xE09D # 0 +0xD8E1 0xE09E # 0 +0xD8E2 0xE09F # 0 +0xD8E3 0xE0A0 # 0 +0xD8E4 0xE0A1 # 0 +0xD8E5 0xE0A2 # 0 +0xD8E6 0xE0A3 # 0 +0xD8E7 0xE0A4 # 0 +0xD8E8 0xE0A5 # 0 +0xD8E9 0xE0A6 # 0 +0xD8EA 0xE0A7 # 0 +0xD8EB 0xE0A8 # 0 +0xD8EC 0xE0A9 # 0 +0xD8ED 0xE0AA # 0 +0xD8EE 0xE0AB # 0 +0xD8EF 0xE0AC # 0 +0xD8F0 0xE0AD # 0 +0xD8F1 0xE0AE # 0 +0xD8F2 0xE0AF # 0 +0xD8F3 0xE0B0 # 0 +0xD8F4 0xE0B1 # 0 +0xD8F5 0xE0B2 # 0 +0xD8F6 0xE0B3 # 0 +0xD8F7 0xE0B4 # 0 +0xD8F8 0xE0B5 # 0 +0xD8F9 0xE0B6 # 0 +0xD8FA 0xE0B7 # 0 +0xD8FB 0xE0B8 # 0 +0xD8FC 0xE0B9 # 0 +0xD8FD 0xE0BA # 0 +0xD8FE 0xE0BB # 0 +0xD931 0x3000 # 0 +0xD932 0x3001 # 0 +0xD933 0x3002 # 0 +0xD934 0x00B7 # 0 +0xD935 0x2025 # 0 +0xD936 0x2026 # 0 +0xD937 0x00A8 # 0 +0xD938 0x3003 # 0 +0xD939 0x00AD # 0 +0xD93A 0x2015 # 0 +0xD93B 0x2225 # 0 +0xD93C 0xFF3C # 0 +0xD93D 0x223C # 0 +0xD93E 0x2018 # 0 +0xD93F 0x2019 # 0 +0xD940 0x201C # 0 +0xD941 0x201D # 0 +0xD942 0x3014 # 0 +0xD943 0x3015 # 0 +0xD944 0x3008 # 0 +0xD945 0x3009 # 0 +0xD946 0x300A # 0 +0xD947 0x300B # 0 +0xD948 0x300C # 0 +0xD949 0x300D # 0 +0xD94A 0x300E # 0 +0xD94B 0x300F # 0 +0xD94C 0x3010 # 0 +0xD94D 0x3011 # 0 +0xD94E 0x00B1 # 0 +0xD94F 0x00D7 # 0 +0xD950 0x00F7 # 0 +0xD951 0x2260 # 0 +0xD952 0x2264 # 0 +0xD953 0x2265 # 0 +0xD954 0x221E # 0 +0xD955 0x2234 # 0 +0xD956 0x00B0 # 0 +0xD957 0x2032 # 0 +0xD958 0x2033 # 0 +0xD959 0x2103 # 0 +0xD95A 0x212B # 0 +0xD95B 0xFFE0 # 0 +0xD95C 0xFFE1 # 0 +0xD95D 0xFFE5 # 0 +0xD95E 0x2642 # 0 +0xD95F 0x2640 # 0 +0xD960 0x2220 # 0 +0xD961 0x22A5 # 0 +0xD962 0x2312 # 0 +0xD963 0x2202 # 0 +0xD964 0x2207 # 0 +0xD965 0x2261 # 0 +0xD966 0x2252 # 0 +0xD967 0x00A7 # 0 +0xD968 0x203B # 0 +0xD969 0x2606 # 0 +0xD96A 0x2605 # 0 +0xD96B 0x25CB # 0 +0xD96C 0x25CF # 0 +0xD96D 0x25CE # 0 +0xD96E 0x25C7 # 0 +0xD96F 0x25C6 # 0 +0xD970 0x25A1 # 0 +0xD971 0x25A0 # 0 +0xD972 0x25B3 # 0 +0xD973 0x25B2 # 0 +0xD974 0x25BD # 0 +0xD975 0x25BC # 0 +0xD976 0x2192 # 0 +0xD977 0x2190 # 0 +0xD978 0x2191 # 0 +0xD979 0x2193 # 0 +0xD97A 0x2194 # 0 +0xD97B 0x3013 # 0 +0xD97C 0x226A # 0 +0xD97D 0x226B # 0 +0xD97E 0x221A # 0 +0xD991 0x223D # 0 +0xD992 0x221D # 0 +0xD993 0x2235 # 0 +0xD994 0x222B # 0 +0xD995 0x222C # 0 +0xD996 0x2208 # 0 +0xD997 0x220B # 0 +0xD998 0x2286 # 0 +0xD999 0x2287 # 0 +0xD99A 0x2282 # 0 +0xD99B 0x2283 # 0 +0xD99C 0x222A # 0 +0xD99D 0x2229 # 0 +0xD99E 0x2227 # 0 +0xD99F 0x2228 # 0 +0xD9A0 0xFFE2 # 0 +0xD9A1 0x21D2 # 0 +0xD9A2 0x21D4 # 0 +0xD9A3 0x2200 # 0 +0xD9A4 0x2203 # 0 +0xD9A5 0x00B4 # 0 +0xD9A6 0xFF5E # 0 +0xD9A7 0x02C7 # 0 +0xD9A8 0x02D8 # 0 +0xD9A9 0x02DD # 0 +0xD9AA 0x02DA # 0 +0xD9AB 0x02D9 # 0 +0xD9AC 0x00B8 # 0 +0xD9AD 0x02DB # 0 +0xD9AE 0x00A1 # 0 +0xD9AF 0x00BF # 0 +0xD9B0 0x02D0 # 0 +0xD9B1 0x222E # 0 +0xD9B2 0x2211 # 0 +0xD9B3 0x220F # 0 +0xD9B4 0x00A4 # 0 +0xD9B5 0x2109 # 0 +0xD9B6 0x2030 # 0 +0xD9B7 0x25C1 # 0 +0xD9B8 0x25C0 # 0 +0xD9B9 0x25B7 # 0 +0xD9BA 0x25B6 # 0 +0xD9BB 0x2664 # 0 +0xD9BC 0x2660 # 0 +0xD9BD 0x2661 # 0 +0xD9BE 0x2665 # 0 +0xD9BF 0x2667 # 0 +0xD9C0 0x2663 # 0 +0xD9C1 0x2299 # 0 +0xD9C2 0x25C8 # 0 +0xD9C3 0x25A3 # 0 +0xD9C4 0x25D0 # 0 +0xD9C5 0x25D1 # 0 +0xD9C6 0x2592 # 0 +0xD9C7 0x25A4 # 0 +0xD9C8 0x25A5 # 0 +0xD9C9 0x25A8 # 0 +0xD9CA 0x25A7 # 0 +0xD9CB 0x25A6 # 0 +0xD9CC 0x25A9 # 0 +0xD9CD 0x2668 # 0 +0xD9CE 0x260F # 0 +0xD9CF 0x260E # 0 +0xD9D0 0x261C # 0 +0xD9D1 0x261E # 0 +0xD9D2 0x00B6 # 0 +0xD9D3 0x2020 # 0 +0xD9D4 0x2021 # 0 +0xD9D5 0x2195 # 0 +0xD9D6 0x2197 # 0 +0xD9D7 0x2199 # 0 +0xD9D8 0x2196 # 0 +0xD9D9 0x2198 # 0 +0xD9DA 0x266D # 0 +0xD9DB 0x2669 # 0 +0xD9DC 0x266A # 0 +0xD9DD 0x266C # 0 +0xD9DE 0x327F # 0 +0xD9DF 0x321C # 0 +0xD9E0 0x2116 # 0 +0xD9E1 0x33C7 # 0 +0xD9E2 0x2122 # 0 +0xD9E3 0x33C2 # 0 +0xD9E4 0x33D8 # 0 +0xD9E5 0x2121 # 0 +0xD9E6 0x20AC # 0 +0xD9E7 0x00AE # 0 +0xDA31 0xFF01 # 0 +0xDA32 0xFF02 # 0 +0xDA33 0xFF03 # 0 +0xDA34 0xFF04 # 0 +0xDA35 0xFF05 # 0 +0xDA36 0xFF06 # 0 +0xDA37 0xFF07 # 0 +0xDA38 0xFF08 # 0 +0xDA39 0xFF09 # 0 +0xDA3A 0xFF0A # 0 +0xDA3B 0xFF0B # 0 +0xDA3C 0xFF0C # 0 +0xDA3D 0xFF0D # 0 +0xDA3E 0xFF0E # 0 +0xDA3F 0xFF0F # 0 +0xDA40 0xFF10 # 0 +0xDA41 0xFF11 # 0 +0xDA42 0xFF12 # 0 +0xDA43 0xFF13 # 0 +0xDA44 0xFF14 # 0 +0xDA45 0xFF15 # 0 +0xDA46 0xFF16 # 0 +0xDA47 0xFF17 # 0 +0xDA48 0xFF18 # 0 +0xDA49 0xFF19 # 0 +0xDA4A 0xFF1A # 0 +0xDA4B 0xFF1B # 0 +0xDA4C 0xFF1C # 0 +0xDA4D 0xFF1D # 0 +0xDA4E 0xFF1E # 0 +0xDA4F 0xFF1F # 0 +0xDA50 0xFF20 # 0 +0xDA51 0xFF21 # 0 +0xDA52 0xFF22 # 0 +0xDA53 0xFF23 # 0 +0xDA54 0xFF24 # 0 +0xDA55 0xFF25 # 0 +0xDA56 0xFF26 # 0 +0xDA57 0xFF27 # 0 +0xDA58 0xFF28 # 0 +0xDA59 0xFF29 # 0 +0xDA5A 0xFF2A # 0 +0xDA5B 0xFF2B # 0 +0xDA5C 0xFF2C # 0 +0xDA5D 0xFF2D # 0 +0xDA5E 0xFF2E # 0 +0xDA5F 0xFF2F # 0 +0xDA60 0xFF30 # 0 +0xDA61 0xFF31 # 0 +0xDA62 0xFF32 # 0 +0xDA63 0xFF33 # 0 +0xDA64 0xFF34 # 0 +0xDA65 0xFF35 # 0 +0xDA66 0xFF36 # 0 +0xDA67 0xFF37 # 0 +0xDA68 0xFF38 # 0 +0xDA69 0xFF39 # 0 +0xDA6A 0xFF3A # 0 +0xDA6B 0xFF3B # 0 +0xDA6C 0xFFE6 # 0 +0xDA6D 0xFF3D # 0 +0xDA6E 0xFF3E # 0 +0xDA6F 0xFF3F # 0 +0xDA70 0xFF40 # 0 +0xDA71 0xFF41 # 0 +0xDA72 0xFF42 # 0 +0xDA73 0xFF43 # 0 +0xDA74 0xFF44 # 0 +0xDA75 0xFF45 # 0 +0xDA76 0xFF46 # 0 +0xDA77 0xFF47 # 0 +0xDA78 0xFF48 # 0 +0xDA79 0xFF49 # 0 +0xDA7A 0xFF4A # 0 +0xDA7B 0xFF4B # 0 +0xDA7C 0xFF4C # 0 +0xDA7D 0xFF4D # 0 +0xDA7E 0xFF4E # 0 +0xDA91 0xFF4F # 0 +0xDA92 0xFF50 # 0 +0xDA93 0xFF51 # 0 +0xDA94 0xFF52 # 0 +0xDA95 0xFF53 # 0 +0xDA96 0xFF54 # 0 +0xDA97 0xFF55 # 0 +0xDA98 0xFF56 # 0 +0xDA99 0xFF57 # 0 +0xDA9A 0xFF58 # 0 +0xDA9B 0xFF59 # 0 +0xDA9C 0xFF5A # 0 +0xDA9D 0xFF5B # 0 +0xDA9E 0xFF5C # 0 +0xDA9F 0xFF5D # 0 +0xDAA0 0xFFE3 # 0 +0xDAD4 0x115F # 0 +0xDAD5 0x1114 # 0 +0xDAD6 0x1115 # 0 +0xDAD7 0x11C7 # 0 +0xDAD8 0x11C8 # 0 +0xDAD9 0x11CC # 0 +0xDADA 0x11CE # 0 +0xDADB 0x11D3 # 0 +0xDADC 0x11D7 # 0 +0xDADD 0x11D9 # 0 +0xDADE 0x111C # 0 +0xDADF 0x11DD # 0 +0xDAE0 0x11DF # 0 +0xDAE1 0x111D # 0 +0xDAE2 0x111E # 0 +0xDAE3 0x1120 # 0 +0xDAE4 0x1122 # 0 +0xDAE5 0x1123 # 0 +0xDAE6 0x1127 # 0 +0xDAE7 0x1128 # 0 +0xDAE8 0x112B # 0 +0xDAE9 0x112C # 0 +0xDAEA 0x112D # 0 +0xDAEB 0x112E # 0 +0xDAEC 0x112F # 0 +0xDAED 0x1132 # 0 +0xDAEE 0x1136 # 0 +0xDAEF 0x1140 # 0 +0xDAF0 0x1147 # 0 +0xDAF1 0x114C # 0 +0xDAF2 0x1145 # 0 +0xDAF3 0x1146 # 0 +0xDAF4 0x1157 # 0 +0xDAF5 0x1158 # 0 +0xDAF6 0x1159 # 0 +0xDAF7 0x1184 # 0 +0xDAF8 0x1185 # 0 +0xDAF9 0x1188 # 0 +0xDAFA 0x1191 # 0 +0xDAFB 0x1192 # 0 +0xDAFC 0x1194 # 0 +0xDAFD 0x119E # 0 +0xDAFE 0x11A1 # 0 +0xDB31 0x2170 # 0 +0xDB32 0x2171 # 0 +0xDB33 0x2172 # 0 +0xDB34 0x2173 # 0 +0xDB35 0x2174 # 0 +0xDB36 0x2175 # 0 +0xDB37 0x2176 # 0 +0xDB38 0x2177 # 0 +0xDB39 0x2178 # 0 +0xDB3A 0x2179 # 0 +0xDB40 0x2160 # 0 +0xDB41 0x2161 # 0 +0xDB42 0x2162 # 0 +0xDB43 0x2163 # 0 +0xDB44 0x2164 # 0 +0xDB45 0x2165 # 0 +0xDB46 0x2166 # 0 +0xDB47 0x2167 # 0 +0xDB48 0x2168 # 0 +0xDB49 0x2169 # 0 +0xDB51 0x0391 # 0 +0xDB52 0x0392 # 0 +0xDB53 0x0393 # 0 +0xDB54 0x0394 # 0 +0xDB55 0x0395 # 0 +0xDB56 0x0396 # 0 +0xDB57 0x0397 # 0 +0xDB58 0x0398 # 0 +0xDB59 0x0399 # 0 +0xDB5A 0x039A # 0 +0xDB5B 0x039B # 0 +0xDB5C 0x039C # 0 +0xDB5D 0x039D # 0 +0xDB5E 0x039E # 0 +0xDB5F 0x039F # 0 +0xDB60 0x03A0 # 0 +0xDB61 0x03A1 # 0 +0xDB62 0x03A3 # 0 +0xDB63 0x03A4 # 0 +0xDB64 0x03A5 # 0 +0xDB65 0x03A6 # 0 +0xDB66 0x03A7 # 0 +0xDB67 0x03A8 # 0 +0xDB68 0x03A9 # 0 +0xDB71 0x03B1 # 0 +0xDB72 0x03B2 # 0 +0xDB73 0x03B3 # 0 +0xDB74 0x03B4 # 0 +0xDB75 0x03B5 # 0 +0xDB76 0x03B6 # 0 +0xDB77 0x03B7 # 0 +0xDB78 0x03B8 # 0 +0xDB79 0x03B9 # 0 +0xDB7A 0x03BA # 0 +0xDB7B 0x03BB # 0 +0xDB7C 0x03BC # 0 +0xDB7D 0x03BD # 0 +0xDB7E 0x03BE # 0 +0xDB91 0x03BF # 0 +0xDB92 0x03C0 # 0 +0xDB93 0x03C1 # 0 +0xDB94 0x03C3 # 0 +0xDB95 0x03C4 # 0 +0xDB96 0x03C5 # 0 +0xDB97 0x03C6 # 0 +0xDB98 0x03C7 # 0 +0xDB99 0x03C8 # 0 +0xDB9A 0x03C9 # 0 +0xDBA1 0x2500 # 0 +0xDBA2 0x2502 # 0 +0xDBA3 0x250C # 0 +0xDBA4 0x2510 # 0 +0xDBA5 0x2518 # 0 +0xDBA6 0x2514 # 0 +0xDBA7 0x251C # 0 +0xDBA8 0x252C # 0 +0xDBA9 0x2524 # 0 +0xDBAA 0x2534 # 0 +0xDBAB 0x253C # 0 +0xDBAC 0x2501 # 0 +0xDBAD 0x2503 # 0 +0xDBAE 0x250F # 0 +0xDBAF 0x2513 # 0 +0xDBB0 0x251B # 0 +0xDBB1 0x2517 # 0 +0xDBB2 0x2523 # 0 +0xDBB3 0x2533 # 0 +0xDBB4 0x252B # 0 +0xDBB5 0x253B # 0 +0xDBB6 0x254B # 0 +0xDBB7 0x2520 # 0 +0xDBB8 0x252F # 0 +0xDBB9 0x2528 # 0 +0xDBBA 0x2537 # 0 +0xDBBB 0x253F # 0 +0xDBBC 0x251D # 0 +0xDBBD 0x2530 # 0 +0xDBBE 0x2525 # 0 +0xDBBF 0x2538 # 0 +0xDBC0 0x2542 # 0 +0xDBC1 0x2512 # 0 +0xDBC2 0x2511 # 0 +0xDBC3 0x251A # 0 +0xDBC4 0x2519 # 0 +0xDBC5 0x2516 # 0 +0xDBC6 0x2515 # 0 +0xDBC7 0x250E # 0 +0xDBC8 0x250D # 0 +0xDBC9 0x251E # 0 +0xDBCA 0x251F # 0 +0xDBCB 0x2521 # 0 +0xDBCC 0x2522 # 0 +0xDBCD 0x2526 # 0 +0xDBCE 0x2527 # 0 +0xDBCF 0x2529 # 0 +0xDBD0 0x252A # 0 +0xDBD1 0x252D # 0 +0xDBD2 0x252E # 0 +0xDBD3 0x2531 # 0 +0xDBD4 0x2532 # 0 +0xDBD5 0x2535 # 0 +0xDBD6 0x2536 # 0 +0xDBD7 0x2539 # 0 +0xDBD8 0x253A # 0 +0xDBD9 0x253D # 0 +0xDBDA 0x253E # 0 +0xDBDB 0x2540 # 0 +0xDBDC 0x2541 # 0 +0xDBDD 0x2543 # 0 +0xDBDE 0x2544 # 0 +0xDBDF 0x2545 # 0 +0xDBE0 0x2546 # 0 +0xDBE1 0x2547 # 0 +0xDBE2 0x2548 # 0 +0xDBE3 0x2549 # 0 +0xDBE4 0x254A # 0 +0xDC31 0x3395 # 0 +0xDC32 0x3396 # 0 +0xDC33 0x3397 # 0 +0xDC34 0x2113 # 0 +0xDC35 0x3398 # 0 +0xDC36 0x33C4 # 0 +0xDC37 0x33A3 # 0 +0xDC38 0x33A4 # 0 +0xDC39 0x33A5 # 0 +0xDC3A 0x33A6 # 0 +0xDC3B 0x3399 # 0 +0xDC3C 0x339A # 0 +0xDC3D 0x339B # 0 +0xDC3E 0x339C # 0 +0xDC3F 0x339D # 0 +0xDC40 0x339E # 0 +0xDC41 0x339F # 0 +0xDC42 0x33A0 # 0 +0xDC43 0x33A1 # 0 +0xDC44 0x33A2 # 0 +0xDC45 0x33CA # 0 +0xDC46 0x338D # 0 +0xDC47 0x338E # 0 +0xDC48 0x338F # 0 +0xDC49 0x33CF # 0 +0xDC4A 0x3388 # 0 +0xDC4B 0x3389 # 0 +0xDC4C 0x33C8 # 0 +0xDC4D 0x33A7 # 0 +0xDC4E 0x33A8 # 0 +0xDC4F 0x33B0 # 0 +0xDC50 0x33B1 # 0 +0xDC51 0x33B2 # 0 +0xDC52 0x33B3 # 0 +0xDC53 0x33B4 # 0 +0xDC54 0x33B5 # 0 +0xDC55 0x33B6 # 0 +0xDC56 0x33B7 # 0 +0xDC57 0x33B8 # 0 +0xDC58 0x33B9 # 0 +0xDC59 0x3380 # 0 +0xDC5A 0x3381 # 0 +0xDC5B 0x3382 # 0 +0xDC5C 0x3383 # 0 +0xDC5D 0x3384 # 0 +0xDC5E 0x33BA # 0 +0xDC5F 0x33BB # 0 +0xDC60 0x33BC # 0 +0xDC61 0x33BD # 0 +0xDC62 0x33BE # 0 +0xDC63 0x33BF # 0 +0xDC64 0x3390 # 0 +0xDC65 0x3391 # 0 +0xDC66 0x3392 # 0 +0xDC67 0x3393 # 0 +0xDC68 0x3394 # 0 +0xDC69 0x2126 # 0 +0xDC6A 0x33C0 # 0 +0xDC6B 0x33C1 # 0 +0xDC6C 0x338A # 0 +0xDC6D 0x338B # 0 +0xDC6E 0x338C # 0 +0xDC6F 0x33D6 # 0 +0xDC70 0x33C5 # 0 +0xDC71 0x33AD # 0 +0xDC72 0x33AE # 0 +0xDC73 0x33AF # 0 +0xDC74 0x33DB # 0 +0xDC75 0x33A9 # 0 +0xDC76 0x33AA # 0 +0xDC77 0x33AB # 0 +0xDC78 0x33AC # 0 +0xDC79 0x33DD # 0 +0xDC7A 0x33D0 # 0 +0xDC7B 0x33D3 # 0 +0xDC7C 0x33C3 # 0 +0xDC7D 0x33C9 # 0 +0xDC7E 0x33DC # 0 +0xDC91 0x33C6 # 0 +0xDCA1 0x00C6 # 0 +0xDCA2 0x00D0 # 0 +0xDCA3 0x00AA # 0 +0xDCA4 0x0126 # 0 +0xDCA6 0x0132 # 0 +0xDCA8 0x013F # 0 +0xDCA9 0x0141 # 0 +0xDCAA 0x00D8 # 0 +0xDCAB 0x0152 # 0 +0xDCAC 0x00BA # 0 +0xDCAD 0x00DE # 0 +0xDCAE 0x0166 # 0 +0xDCAF 0x014A # 0 +0xDCB1 0x3260 # 0 +0xDCB2 0x3261 # 0 +0xDCB3 0x3262 # 0 +0xDCB4 0x3263 # 0 +0xDCB5 0x3264 # 0 +0xDCB6 0x3265 # 0 +0xDCB7 0x3266 # 0 +0xDCB8 0x3267 # 0 +0xDCB9 0x3268 # 0 +0xDCBA 0x3269 # 0 +0xDCBB 0x326A # 0 +0xDCBC 0x326B # 0 +0xDCBD 0x326C # 0 +0xDCBE 0x326D # 0 +0xDCBF 0x326E # 0 +0xDCC0 0x326F # 0 +0xDCC1 0x3270 # 0 +0xDCC2 0x3271 # 0 +0xDCC3 0x3272 # 0 +0xDCC4 0x3273 # 0 +0xDCC5 0x3274 # 0 +0xDCC6 0x3275 # 0 +0xDCC7 0x3276 # 0 +0xDCC8 0x3277 # 0 +0xDCC9 0x3278 # 0 +0xDCCA 0x3279 # 0 +0xDCCB 0x327A # 0 +0xDCCC 0x327B # 0 +0xDCCD 0x24D0 # 0 +0xDCCE 0x24D1 # 0 +0xDCCF 0x24D2 # 0 +0xDCD0 0x24D3 # 0 +0xDCD1 0x24D4 # 0 +0xDCD2 0x24D5 # 0 +0xDCD3 0x24D6 # 0 +0xDCD4 0x24D7 # 0 +0xDCD5 0x24D8 # 0 +0xDCD6 0x24D9 # 0 +0xDCD7 0x24DA # 0 +0xDCD8 0x24DB # 0 +0xDCD9 0x24DC # 0 +0xDCDA 0x24DD # 0 +0xDCDB 0x24DE # 0 +0xDCDC 0x24DF # 0 +0xDCDD 0x24E0 # 0 +0xDCDE 0x24E1 # 0 +0xDCDF 0x24E2 # 0 +0xDCE0 0x24E3 # 0 +0xDCE1 0x24E4 # 0 +0xDCE2 0x24E5 # 0 +0xDCE3 0x24E6 # 0 +0xDCE4 0x24E7 # 0 +0xDCE5 0x24E8 # 0 +0xDCE6 0x24E9 # 0 +0xDCE7 0x2460 # 0 +0xDCE8 0x2461 # 0 +0xDCE9 0x2462 # 0 +0xDCEA 0x2463 # 0 +0xDCEB 0x2464 # 0 +0xDCEC 0x2465 # 0 +0xDCED 0x2466 # 0 +0xDCEE 0x2467 # 0 +0xDCEF 0x2468 # 0 +0xDCF0 0x2469 # 0 +0xDCF1 0x246A # 0 +0xDCF2 0x246B # 0 +0xDCF3 0x246C # 0 +0xDCF4 0x246D # 0 +0xDCF5 0x246E # 0 +0xDCF6 0x00BD # 0 +0xDCF7 0x2153 # 0 +0xDCF8 0x2154 # 0 +0xDCF9 0x00BC # 0 +0xDCFA 0x00BE # 0 +0xDCFB 0x215B # 0 +0xDCFC 0x215C # 0 +0xDCFD 0x215D # 0 +0xDCFE 0x215E # 0 +0xDD31 0x00E6 # 0 +0xDD32 0x0111 # 0 +0xDD33 0x00F0 # 0 +0xDD34 0x0127 # 0 +0xDD35 0x0131 # 0 +0xDD36 0x0133 # 0 +0xDD37 0x0138 # 0 +0xDD38 0x0140 # 0 +0xDD39 0x0142 # 0 +0xDD3A 0x00F8 # 0 +0xDD3B 0x0153 # 0 +0xDD3C 0x00DF # 0 +0xDD3D 0x00FE # 0 +0xDD3E 0x0167 # 0 +0xDD3F 0x014B # 0 +0xDD40 0x0149 # 0 +0xDD41 0x3200 # 0 +0xDD42 0x3201 # 0 +0xDD43 0x3202 # 0 +0xDD44 0x3203 # 0 +0xDD45 0x3204 # 0 +0xDD46 0x3205 # 0 +0xDD47 0x3206 # 0 +0xDD48 0x3207 # 0 +0xDD49 0x3208 # 0 +0xDD4A 0x3209 # 0 +0xDD4B 0x320A # 0 +0xDD4C 0x320B # 0 +0xDD4D 0x320C # 0 +0xDD4E 0x320D # 0 +0xDD4F 0x320E # 0 +0xDD50 0x320F # 0 +0xDD51 0x3210 # 0 +0xDD52 0x3211 # 0 +0xDD53 0x3212 # 0 +0xDD54 0x3213 # 0 +0xDD55 0x3214 # 0 +0xDD56 0x3215 # 0 +0xDD57 0x3216 # 0 +0xDD58 0x3217 # 0 +0xDD59 0x3218 # 0 +0xDD5A 0x3219 # 0 +0xDD5B 0x321A # 0 +0xDD5C 0x321B # 0 +0xDD5D 0x249C # 0 +0xDD5E 0x249D # 0 +0xDD5F 0x249E # 0 +0xDD60 0x249F # 0 +0xDD61 0x24A0 # 0 +0xDD62 0x24A1 # 0 +0xDD63 0x24A2 # 0 +0xDD64 0x24A3 # 0 +0xDD65 0x24A4 # 0 +0xDD66 0x24A5 # 0 +0xDD67 0x24A6 # 0 +0xDD68 0x24A7 # 0 +0xDD69 0x24A8 # 0 +0xDD6A 0x24A9 # 0 +0xDD6B 0x24AA # 0 +0xDD6C 0x24AB # 0 +0xDD6D 0x24AC # 0 +0xDD6E 0x24AD # 0 +0xDD6F 0x24AE # 0 +0xDD70 0x24AF # 0 +0xDD71 0x24B0 # 0 +0xDD72 0x24B1 # 0 +0xDD73 0x24B2 # 0 +0xDD74 0x24B3 # 0 +0xDD75 0x24B4 # 0 +0xDD76 0x24B5 # 0 +0xDD77 0x2474 # 0 +0xDD78 0x2475 # 0 +0xDD79 0x2476 # 0 +0xDD7A 0x2477 # 0 +0xDD7B 0x2478 # 0 +0xDD7C 0x2479 # 0 +0xDD7D 0x247A # 0 +0xDD7E 0x247B # 0 +0xDD91 0x247C # 0 +0xDD92 0x247D # 0 +0xDD93 0x247E # 0 +0xDD94 0x247F # 0 +0xDD95 0x2480 # 0 +0xDD96 0x2481 # 0 +0xDD97 0x2482 # 0 +0xDD98 0x00B9 # 0 +0xDD99 0x00B2 # 0 +0xDD9A 0x00B3 # 0 +0xDD9B 0x2074 # 0 +0xDD9C 0x207F # 0 +0xDD9D 0x2081 # 0 +0xDD9E 0x2082 # 0 +0xDD9F 0x2083 # 0 +0xDDA0 0x2084 # 0 +0xDDA1 0x3041 # 0 +0xDDA2 0x3042 # 0 +0xDDA3 0x3043 # 0 +0xDDA4 0x3044 # 0 +0xDDA5 0x3045 # 0 +0xDDA6 0x3046 # 0 +0xDDA7 0x3047 # 0 +0xDDA8 0x3048 # 0 +0xDDA9 0x3049 # 0 +0xDDAA 0x304A # 0 +0xDDAB 0x304B # 0 +0xDDAC 0x304C # 0 +0xDDAD 0x304D # 0 +0xDDAE 0x304E # 0 +0xDDAF 0x304F # 0 +0xDDB0 0x3050 # 0 +0xDDB1 0x3051 # 0 +0xDDB2 0x3052 # 0 +0xDDB3 0x3053 # 0 +0xDDB4 0x3054 # 0 +0xDDB5 0x3055 # 0 +0xDDB6 0x3056 # 0 +0xDDB7 0x3057 # 0 +0xDDB8 0x3058 # 0 +0xDDB9 0x3059 # 0 +0xDDBA 0x305A # 0 +0xDDBB 0x305B # 0 +0xDDBC 0x305C # 0 +0xDDBD 0x305D # 0 +0xDDBE 0x305E # 0 +0xDDBF 0x305F # 0 +0xDDC0 0x3060 # 0 +0xDDC1 0x3061 # 0 +0xDDC2 0x3062 # 0 +0xDDC3 0x3063 # 0 +0xDDC4 0x3064 # 0 +0xDDC5 0x3065 # 0 +0xDDC6 0x3066 # 0 +0xDDC7 0x3067 # 0 +0xDDC8 0x3068 # 0 +0xDDC9 0x3069 # 0 +0xDDCA 0x306A # 0 +0xDDCB 0x306B # 0 +0xDDCC 0x306C # 0 +0xDDCD 0x306D # 0 +0xDDCE 0x306E # 0 +0xDDCF 0x306F # 0 +0xDDD0 0x3070 # 0 +0xDDD1 0x3071 # 0 +0xDDD2 0x3072 # 0 +0xDDD3 0x3073 # 0 +0xDDD4 0x3074 # 0 +0xDDD5 0x3075 # 0 +0xDDD6 0x3076 # 0 +0xDDD7 0x3077 # 0 +0xDDD8 0x3078 # 0 +0xDDD9 0x3079 # 0 +0xDDDA 0x307A # 0 +0xDDDB 0x307B # 0 +0xDDDC 0x307C # 0 +0xDDDD 0x307D # 0 +0xDDDE 0x307E # 0 +0xDDDF 0x307F # 0 +0xDDE0 0x3080 # 0 +0xDDE1 0x3081 # 0 +0xDDE2 0x3082 # 0 +0xDDE3 0x3083 # 0 +0xDDE4 0x3084 # 0 +0xDDE5 0x3085 # 0 +0xDDE6 0x3086 # 0 +0xDDE7 0x3087 # 0 +0xDDE8 0x3088 # 0 +0xDDE9 0x3089 # 0 +0xDDEA 0x308A # 0 +0xDDEB 0x308B # 0 +0xDDEC 0x308C # 0 +0xDDED 0x308D # 0 +0xDDEE 0x308E # 0 +0xDDEF 0x308F # 0 +0xDDF0 0x3090 # 0 +0xDDF1 0x3091 # 0 +0xDDF2 0x3092 # 0 +0xDDF3 0x3093 # 0 +0xDE31 0x30A1 # 0 +0xDE32 0x30A2 # 0 +0xDE33 0x30A3 # 0 +0xDE34 0x30A4 # 0 +0xDE35 0x30A5 # 0 +0xDE36 0x30A6 # 0 +0xDE37 0x30A7 # 0 +0xDE38 0x30A8 # 0 +0xDE39 0x30A9 # 0 +0xDE3A 0x30AA # 0 +0xDE3B 0x30AB # 0 +0xDE3C 0x30AC # 0 +0xDE3D 0x30AD # 0 +0xDE3E 0x30AE # 0 +0xDE3F 0x30AF # 0 +0xDE40 0x30B0 # 0 +0xDE41 0x30B1 # 0 +0xDE42 0x30B2 # 0 +0xDE43 0x30B3 # 0 +0xDE44 0x30B4 # 0 +0xDE45 0x30B5 # 0 +0xDE46 0x30B6 # 0 +0xDE47 0x30B7 # 0 +0xDE48 0x30B8 # 0 +0xDE49 0x30B9 # 0 +0xDE4A 0x30BA # 0 +0xDE4B 0x30BB # 0 +0xDE4C 0x30BC # 0 +0xDE4D 0x30BD # 0 +0xDE4E 0x30BE # 0 +0xDE4F 0x30BF # 0 +0xDE50 0x30C0 # 0 +0xDE51 0x30C1 # 0 +0xDE52 0x30C2 # 0 +0xDE53 0x30C3 # 0 +0xDE54 0x30C4 # 0 +0xDE55 0x30C5 # 0 +0xDE56 0x30C6 # 0 +0xDE57 0x30C7 # 0 +0xDE58 0x30C8 # 0 +0xDE59 0x30C9 # 0 +0xDE5A 0x30CA # 0 +0xDE5B 0x30CB # 0 +0xDE5C 0x30CC # 0 +0xDE5D 0x30CD # 0 +0xDE5E 0x30CE # 0 +0xDE5F 0x30CF # 0 +0xDE60 0x30D0 # 0 +0xDE61 0x30D1 # 0 +0xDE62 0x30D2 # 0 +0xDE63 0x30D3 # 0 +0xDE64 0x30D4 # 0 +0xDE65 0x30D5 # 0 +0xDE66 0x30D6 # 0 +0xDE67 0x30D7 # 0 +0xDE68 0x30D8 # 0 +0xDE69 0x30D9 # 0 +0xDE6A 0x30DA # 0 +0xDE6B 0x30DB # 0 +0xDE6C 0x30DC # 0 +0xDE6D 0x30DD # 0 +0xDE6E 0x30DE # 0 +0xDE6F 0x30DF # 0 +0xDE70 0x30E0 # 0 +0xDE71 0x30E1 # 0 +0xDE72 0x30E2 # 0 +0xDE73 0x30E3 # 0 +0xDE74 0x30E4 # 0 +0xDE75 0x30E5 # 0 +0xDE76 0x30E6 # 0 +0xDE77 0x30E7 # 0 +0xDE78 0x30E8 # 0 +0xDE79 0x30E9 # 0 +0xDE7A 0x30EA # 0 +0xDE7B 0x30EB # 0 +0xDE7C 0x30EC # 0 +0xDE7D 0x30ED # 0 +0xDE7E 0x30EE # 0 +0xDE91 0x30EF # 0 +0xDE92 0x30F0 # 0 +0xDE93 0x30F1 # 0 +0xDE94 0x30F2 # 0 +0xDE95 0x30F3 # 0 +0xDE96 0x30F4 # 0 +0xDE97 0x30F5 # 0 +0xDE98 0x30F6 # 0 +0xDEA1 0x0410 # 0 +0xDEA2 0x0411 # 0 +0xDEA3 0x0412 # 0 +0xDEA4 0x0413 # 0 +0xDEA5 0x0414 # 0 +0xDEA6 0x0415 # 0 +0xDEA7 0x0401 # 0 +0xDEA8 0x0416 # 0 +0xDEA9 0x0417 # 0 +0xDEAA 0x0418 # 0 +0xDEAB 0x0419 # 0 +0xDEAC 0x041A # 0 +0xDEAD 0x041B # 0 +0xDEAE 0x041C # 0 +0xDEAF 0x041D # 0 +0xDEB0 0x041E # 0 +0xDEB1 0x041F # 0 +0xDEB2 0x0420 # 0 +0xDEB3 0x0421 # 0 +0xDEB4 0x0422 # 0 +0xDEB5 0x0423 # 0 +0xDEB6 0x0424 # 0 +0xDEB7 0x0425 # 0 +0xDEB8 0x0426 # 0 +0xDEB9 0x0427 # 0 +0xDEBA 0x0428 # 0 +0xDEBB 0x0429 # 0 +0xDEBC 0x042A # 0 +0xDEBD 0x042B # 0 +0xDEBE 0x042C # 0 +0xDEBF 0x042D # 0 +0xDEC0 0x042E # 0 +0xDEC1 0x042F # 0 +0xDED1 0x0430 # 0 +0xDED2 0x0431 # 0 +0xDED3 0x0432 # 0 +0xDED4 0x0433 # 0 +0xDED5 0x0434 # 0 +0xDED6 0x0435 # 0 +0xDED7 0x0451 # 0 +0xDED8 0x0436 # 0 +0xDED9 0x0437 # 0 +0xDEDA 0x0438 # 0 +0xDEDB 0x0439 # 0 +0xDEDC 0x043A # 0 +0xDEDD 0x043B # 0 +0xDEDE 0x043C # 0 +0xDEDF 0x043D # 0 +0xDEE0 0x043E # 0 +0xDEE1 0x043F # 0 +0xDEE2 0x0440 # 0 +0xDEE3 0x0441 # 0 +0xDEE4 0x0442 # 0 +0xDEE5 0x0443 # 0 +0xDEE6 0x0444 # 0 +0xDEE7 0x0445 # 0 +0xDEE8 0x0446 # 0 +0xDEE9 0x0447 # 0 +0xDEEA 0x0448 # 0 +0xDEEB 0x0449 # 0 +0xDEEC 0x044A # 0 +0xDEED 0x044B # 0 +0xDEEE 0x044C # 0 +0xDEEF 0x044D # 0 +0xDEF0 0x044E # 0 +0xDEF1 0x044F # 0 +0xE031 0x4F3D # 0 +0xE032 0x4F73 # 0 +0xE033 0x5047 # 0 +0xE034 0x50F9 # 0 +0xE035 0x52A0 # 0 +0xE036 0x53EF # 0 +0xE037 0x5475 # 0 +0xE038 0x54E5 # 0 +0xE039 0x5609 # 0 +0xE03A 0x5AC1 # 0 +0xE03B 0x5BB6 # 0 +0xE03C 0x6687 # 0 +0xE03D 0x67B6 # 0 +0xE03E 0x67B7 # 0 +0xE03F 0x67EF # 0 +0xE040 0x6B4C # 0 +0xE041 0x73C2 # 0 +0xE042 0x75C2 # 0 +0xE043 0x7A3C # 0 +0xE044 0x82DB # 0 +0xE045 0x8304 # 0 +0xE046 0x8857 # 0 +0xE047 0x8888 # 0 +0xE048 0x8A36 # 0 +0xE049 0x8CC8 # 0 +0xE04A 0x8DCF # 0 +0xE04B 0x8EFB # 0 +0xE04C 0x8FE6 # 0 +0xE04D 0x99D5 # 0 +0xE04E 0x523B # 0 +0xE04F 0x5374 # 0 +0xE050 0x5404 # 0 +0xE051 0x606A # 0 +0xE052 0x6164 # 0 +0xE053 0x6BBC # 0 +0xE054 0x73CF # 0 +0xE055 0x811A # 0 +0xE056 0x89BA # 0 +0xE057 0x89D2 # 0 +0xE058 0x95A3 # 0 +0xE059 0x4F83 # 0 +0xE05A 0x520A # 0 +0xE05B 0x58BE # 0 +0xE05C 0x5978 # 0 +0xE05D 0x59E6 # 0 +0xE05E 0x5E72 # 0 +0xE05F 0x5E79 # 0 +0xE060 0x61C7 # 0 +0xE061 0x63C0 # 0 +0xE062 0x6746 # 0 +0xE063 0x67EC # 0 +0xE064 0x687F # 0 +0xE065 0x6F97 # 0 +0xE066 0x764E # 0 +0xE067 0x770B # 0 +0xE068 0x78F5 # 0 +0xE069 0x7A08 # 0 +0xE06A 0x7AFF # 0 +0xE06B 0x7C21 # 0 +0xE06C 0x809D # 0 +0xE06D 0x826E # 0 +0xE06E 0x8271 # 0 +0xE06F 0x8AEB # 0 +0xE070 0x9593 # 0 +0xE071 0x4E6B # 0 +0xE072 0x559D # 0 +0xE073 0x66F7 # 0 +0xE074 0x6E34 # 0 +0xE075 0x78A3 # 0 +0xE076 0x7AED # 0 +0xE077 0x845B # 0 +0xE078 0x8910 # 0 +0xE079 0x874E # 0 +0xE07A 0x97A8 # 0 +0xE07B 0x52D8 # 0 +0xE07C 0x574E # 0 +0xE07D 0x582A # 0 +0xE07E 0x5D4C # 0 +0xE091 0x611F # 0 +0xE092 0x61BE # 0 +0xE093 0x6221 # 0 +0xE094 0x6562 # 0 +0xE095 0x67D1 # 0 +0xE096 0x6A44 # 0 +0xE097 0x6E1B # 0 +0xE098 0x7518 # 0 +0xE099 0x75B3 # 0 +0xE09A 0x76E3 # 0 +0xE09B 0x77B0 # 0 +0xE09C 0x7D3A # 0 +0xE09D 0x90AF # 0 +0xE09E 0x9451 # 0 +0xE09F 0x9452 # 0 +0xE0A0 0x9F95 # 0 +0xE0A1 0x5323 # 0 +0xE0A2 0x5CAC # 0 +0xE0A3 0x7532 # 0 +0xE0A4 0x80DB # 0 +0xE0A5 0x9240 # 0 +0xE0A6 0x9598 # 0 +0xE0A7 0x525B # 0 +0xE0A8 0x5808 # 0 +0xE0A9 0x59DC # 0 +0xE0AA 0x5CA1 # 0 +0xE0AB 0x5D17 # 0 +0xE0AC 0x5EB7 # 0 +0xE0AD 0x5F3A # 0 +0xE0AE 0x5F4A # 0 +0xE0AF 0x6177 # 0 +0xE0B0 0x6C5F # 0 +0xE0B1 0x757A # 0 +0xE0B2 0x7586 # 0 +0xE0B3 0x7CE0 # 0 +0xE0B4 0x7D73 # 0 +0xE0B5 0x7DB1 # 0 +0xE0B6 0x7F8C # 0 +0xE0B7 0x8154 # 0 +0xE0B8 0x8221 # 0 +0xE0B9 0x8591 # 0 +0xE0BA 0x8941 # 0 +0xE0BB 0x8B1B # 0 +0xE0BC 0x92FC # 0 +0xE0BD 0x964D # 0 +0xE0BE 0x9C47 # 0 +0xE0BF 0x4ECB # 0 +0xE0C0 0x4EF7 # 0 +0xE0C1 0x500B # 0 +0xE0C2 0x51F1 # 0 +0xE0C3 0x584F # 0 +0xE0C4 0x6137 # 0 +0xE0C5 0x613E # 0 +0xE0C6 0x6168 # 0 +0xE0C7 0x6539 # 0 +0xE0C8 0x69EA # 0 +0xE0C9 0x6F11 # 0 +0xE0CA 0x75A5 # 0 +0xE0CB 0x7686 # 0 +0xE0CC 0x76D6 # 0 +0xE0CD 0x7B87 # 0 +0xE0CE 0x82A5 # 0 +0xE0CF 0x84CB # 0 +0xE0D0 0xF900 # 0 +0xE0D1 0x93A7 # 0 +0xE0D2 0x958B # 0 +0xE0D3 0x5580 # 0 +0xE0D4 0x5BA2 # 0 +0xE0D5 0x5751 # 0 +0xE0D6 0xF901 # 0 +0xE0D7 0x7CB3 # 0 +0xE0D8 0x7FB9 # 0 +0xE0D9 0x91B5 # 0 +0xE0DA 0x5028 # 0 +0xE0DB 0x53BB # 0 +0xE0DC 0x5C45 # 0 +0xE0DD 0x5DE8 # 0 +0xE0DE 0x62D2 # 0 +0xE0DF 0x636E # 0 +0xE0E0 0x64DA # 0 +0xE0E1 0x64E7 # 0 +0xE0E2 0x6E20 # 0 +0xE0E3 0x70AC # 0 +0xE0E4 0x795B # 0 +0xE0E5 0x8DDD # 0 +0xE0E6 0x8E1E # 0 +0xE0E7 0xF902 # 0 +0xE0E8 0x907D # 0 +0xE0E9 0x9245 # 0 +0xE0EA 0x92F8 # 0 +0xE0EB 0x4E7E # 0 +0xE0EC 0x4EF6 # 0 +0xE0ED 0x5065 # 0 +0xE0EE 0x5DFE # 0 +0xE0EF 0x5EFA # 0 +0xE0F0 0x6106 # 0 +0xE0F1 0x6957 # 0 +0xE0F2 0x8171 # 0 +0xE0F3 0x8654 # 0 +0xE0F4 0x8E47 # 0 +0xE0F5 0x9375 # 0 +0xE0F6 0x9A2B # 0 +0xE0F7 0x4E5E # 0 +0xE0F8 0x5091 # 0 +0xE0F9 0x6770 # 0 +0xE0FA 0x6840 # 0 +0xE0FB 0x5109 # 0 +0xE0FC 0x528D # 0 +0xE0FD 0x5292 # 0 +0xE0FE 0x6AA2 # 0 +0xE131 0x77BC # 0 +0xE132 0x9210 # 0 +0xE133 0x9ED4 # 0 +0xE134 0x52AB # 0 +0xE135 0x602F # 0 +0xE136 0x8FF2 # 0 +0xE137 0x5048 # 0 +0xE138 0x61A9 # 0 +0xE139 0x63ED # 0 +0xE13A 0x64CA # 0 +0xE13B 0x683C # 0 +0xE13C 0x6A84 # 0 +0xE13D 0x6FC0 # 0 +0xE13E 0x8188 # 0 +0xE13F 0x89A1 # 0 +0xE140 0x9694 # 0 +0xE141 0x5805 # 0 +0xE142 0x727D # 0 +0xE143 0x72AC # 0 +0xE144 0x7504 # 0 +0xE145 0x7D79 # 0 +0xE146 0x7E6D # 0 +0xE147 0x80A9 # 0 +0xE148 0x898B # 0 +0xE149 0x8B74 # 0 +0xE14A 0x9063 # 0 +0xE14B 0x9D51 # 0 +0xE14C 0x6289 # 0 +0xE14D 0x6C7A # 0 +0xE14E 0x6F54 # 0 +0xE14F 0x7D50 # 0 +0xE150 0x7F3A # 0 +0xE151 0x8A23 # 0 +0xE152 0x517C # 0 +0xE153 0x614A # 0 +0xE154 0x7B9D # 0 +0xE155 0x8B19 # 0 +0xE156 0x9257 # 0 +0xE157 0x938C # 0 +0xE158 0x4EAC # 0 +0xE159 0x4FD3 # 0 +0xE15A 0x501E # 0 +0xE15B 0x50BE # 0 +0xE15C 0x5106 # 0 +0xE15D 0x52C1 # 0 +0xE15E 0x52CD # 0 +0xE15F 0x537F # 0 +0xE160 0x5770 # 0 +0xE161 0x5883 # 0 +0xE162 0x5E9A # 0 +0xE163 0x5F91 # 0 +0xE164 0x6176 # 0 +0xE165 0x61AC # 0 +0xE166 0x64CE # 0 +0xE167 0x656C # 0 +0xE168 0x666F # 0 +0xE169 0x66BB # 0 +0xE16A 0x66F4 # 0 +0xE16B 0x6897 # 0 +0xE16C 0x6D87 # 0 +0xE16D 0x7085 # 0 +0xE16E 0x70F1 # 0 +0xE16F 0x749F # 0 +0xE170 0x74A5 # 0 +0xE171 0x74CA # 0 +0xE172 0x75D9 # 0 +0xE173 0x786C # 0 +0xE174 0x78EC # 0 +0xE175 0x7ADF # 0 +0xE176 0x7AF6 # 0 +0xE177 0x7D45 # 0 +0xE178 0x7D93 # 0 +0xE179 0x8015 # 0 +0xE17A 0x803F # 0 +0xE17B 0x811B # 0 +0xE17C 0x8396 # 0 +0xE17D 0x8B66 # 0 +0xE17E 0x8F15 # 0 +0xE191 0x9015 # 0 +0xE192 0x93E1 # 0 +0xE193 0x9803 # 0 +0xE194 0x9838 # 0 +0xE195 0x9A5A # 0 +0xE196 0x9BE8 # 0 +0xE197 0x4FC2 # 0 +0xE198 0x5553 # 0 +0xE199 0x583A # 0 +0xE19A 0x5951 # 0 +0xE19B 0x5B63 # 0 +0xE19C 0x5C46 # 0 +0xE19D 0x60B8 # 0 +0xE19E 0x6212 # 0 +0xE19F 0x6842 # 0 +0xE1A0 0x68B0 # 0 +0xE1A1 0x68E8 # 0 +0xE1A2 0x6EAA # 0 +0xE1A3 0x754C # 0 +0xE1A4 0x7678 # 0 +0xE1A5 0x78CE # 0 +0xE1A6 0x7A3D # 0 +0xE1A7 0x7CFB # 0 +0xE1A8 0x7E6B # 0 +0xE1A9 0x7E7C # 0 +0xE1AA 0x8A08 # 0 +0xE1AB 0x8AA1 # 0 +0xE1AC 0x8C3F # 0 +0xE1AD 0x968E # 0 +0xE1AE 0x9DC4 # 0 +0xE1AF 0x53E4 # 0 +0xE1B0 0x53E9 # 0 +0xE1B1 0x544A # 0 +0xE1B2 0x5471 # 0 +0xE1B3 0x56FA # 0 +0xE1B4 0x59D1 # 0 +0xE1B5 0x5B64 # 0 +0xE1B6 0x5C3B # 0 +0xE1B7 0x5EAB # 0 +0xE1B8 0x62F7 # 0 +0xE1B9 0x6537 # 0 +0xE1BA 0x6545 # 0 +0xE1BB 0x6572 # 0 +0xE1BC 0x66A0 # 0 +0xE1BD 0x67AF # 0 +0xE1BE 0x69C1 # 0 +0xE1BF 0x6CBD # 0 +0xE1C0 0x75FC # 0 +0xE1C1 0x7690 # 0 +0xE1C2 0x777E # 0 +0xE1C3 0x7A3F # 0 +0xE1C4 0x7F94 # 0 +0xE1C5 0x8003 # 0 +0xE1C6 0x80A1 # 0 +0xE1C7 0x818F # 0 +0xE1C8 0x82E6 # 0 +0xE1C9 0x82FD # 0 +0xE1CA 0x83F0 # 0 +0xE1CB 0x85C1 # 0 +0xE1CC 0x8831 # 0 +0xE1CD 0x88B4 # 0 +0xE1CE 0x8AA5 # 0 +0xE1CF 0xF903 # 0 +0xE1D0 0x8F9C # 0 +0xE1D1 0x932E # 0 +0xE1D2 0x96C7 # 0 +0xE1D3 0x9867 # 0 +0xE1D4 0x9AD8 # 0 +0xE1D5 0x9F13 # 0 +0xE1D6 0x54ED # 0 +0xE1D7 0x659B # 0 +0xE1D8 0x66F2 # 0 +0xE1D9 0x688F # 0 +0xE1DA 0x7A40 # 0 +0xE1DB 0x8C37 # 0 +0xE1DC 0x9D60 # 0 +0xE1DD 0x56F0 # 0 +0xE1DE 0x5764 # 0 +0xE1DF 0x5D11 # 0 +0xE1E0 0x6606 # 0 +0xE1E1 0x68B1 # 0 +0xE1E2 0x68CD # 0 +0xE1E3 0x6EFE # 0 +0xE1E4 0x7428 # 0 +0xE1E5 0x889E # 0 +0xE1E6 0x9BE4 # 0 +0xE1E7 0x6C68 # 0 +0xE1E8 0xF904 # 0 +0xE1E9 0x9AA8 # 0 +0xE1EA 0x4F9B # 0 +0xE1EB 0x516C # 0 +0xE1EC 0x5171 # 0 +0xE1ED 0x529F # 0 +0xE1EE 0x5B54 # 0 +0xE1EF 0x5DE5 # 0 +0xE1F0 0x6050 # 0 +0xE1F1 0x606D # 0 +0xE1F2 0x62F1 # 0 +0xE1F3 0x63A7 # 0 +0xE1F4 0x653B # 0 +0xE1F5 0x73D9 # 0 +0xE1F6 0x7A7A # 0 +0xE1F7 0x86A3 # 0 +0xE1F8 0x8CA2 # 0 +0xE1F9 0x978F # 0 +0xE1FA 0x4E32 # 0 +0xE1FB 0x5BE1 # 0 +0xE1FC 0x6208 # 0 +0xE1FD 0x679C # 0 +0xE1FE 0x74DC # 0 +0xE231 0x79D1 # 0 +0xE232 0x83D3 # 0 +0xE233 0x8A87 # 0 +0xE234 0x8AB2 # 0 +0xE235 0x8DE8 # 0 +0xE236 0x904E # 0 +0xE237 0x934B # 0 +0xE238 0x9846 # 0 +0xE239 0x5ED3 # 0 +0xE23A 0x69E8 # 0 +0xE23B 0x85FF # 0 +0xE23C 0x90ED # 0 +0xE23D 0xF905 # 0 +0xE23E 0x51A0 # 0 +0xE23F 0x5B98 # 0 +0xE240 0x5BEC # 0 +0xE241 0x6163 # 0 +0xE242 0x68FA # 0 +0xE243 0x6B3E # 0 +0xE244 0x704C # 0 +0xE245 0x742F # 0 +0xE246 0x74D8 # 0 +0xE247 0x7BA1 # 0 +0xE248 0x7F50 # 0 +0xE249 0x83C5 # 0 +0xE24A 0x89C0 # 0 +0xE24B 0x8CAB # 0 +0xE24C 0x95DC # 0 +0xE24D 0x9928 # 0 +0xE24E 0x522E # 0 +0xE24F 0x605D # 0 +0xE250 0x62EC # 0 +0xE251 0x9002 # 0 +0xE252 0x4F8A # 0 +0xE253 0x5149 # 0 +0xE254 0x5321 # 0 +0xE255 0x58D9 # 0 +0xE256 0x5EE3 # 0 +0xE257 0x66E0 # 0 +0xE258 0x6D38 # 0 +0xE259 0x709A # 0 +0xE25A 0x72C2 # 0 +0xE25B 0x73D6 # 0 +0xE25C 0x7B50 # 0 +0xE25D 0x80F1 # 0 +0xE25E 0x945B # 0 +0xE25F 0x5366 # 0 +0xE260 0x639B # 0 +0xE261 0x7F6B # 0 +0xE262 0x4E56 # 0 +0xE263 0x5080 # 0 +0xE264 0x584A # 0 +0xE265 0x58DE # 0 +0xE266 0x602A # 0 +0xE267 0x6127 # 0 +0xE268 0x62D0 # 0 +0xE269 0x69D0 # 0 +0xE26A 0x9B41 # 0 +0xE26B 0x5B8F # 0 +0xE26C 0x7D18 # 0 +0xE26D 0x80B1 # 0 +0xE26E 0x8F5F # 0 +0xE26F 0x4EA4 # 0 +0xE270 0x50D1 # 0 +0xE271 0x54AC # 0 +0xE272 0x55AC # 0 +0xE273 0x5B0C # 0 +0xE274 0x5DA0 # 0 +0xE275 0x5DE7 # 0 +0xE276 0x652A # 0 +0xE277 0x654E # 0 +0xE278 0x6821 # 0 +0xE279 0x6A4B # 0 +0xE27A 0x72E1 # 0 +0xE27B 0x768E # 0 +0xE27C 0x77EF # 0 +0xE27D 0x7D5E # 0 +0xE27E 0x7FF9 # 0 +0xE291 0x81A0 # 0 +0xE292 0x854E # 0 +0xE293 0x86DF # 0 +0xE294 0x8F03 # 0 +0xE295 0x8F4E # 0 +0xE296 0x90CA # 0 +0xE297 0x9903 # 0 +0xE298 0x9A55 # 0 +0xE299 0x9BAB # 0 +0xE29A 0x4E18 # 0 +0xE29B 0x4E45 # 0 +0xE29C 0x4E5D # 0 +0xE29D 0x4EC7 # 0 +0xE29E 0x4FF1 # 0 +0xE29F 0x5177 # 0 +0xE2A0 0x52FE # 0 +0xE2A1 0x5340 # 0 +0xE2A2 0x53E3 # 0 +0xE2A3 0x53E5 # 0 +0xE2A4 0x548E # 0 +0xE2A5 0x5614 # 0 +0xE2A6 0x5775 # 0 +0xE2A7 0x57A2 # 0 +0xE2A8 0x5BC7 # 0 +0xE2A9 0x5D87 # 0 +0xE2AA 0x5ED0 # 0 +0xE2AB 0x61FC # 0 +0xE2AC 0x62D8 # 0 +0xE2AD 0x6551 # 0 +0xE2AE 0x67B8 # 0 +0xE2AF 0x67E9 # 0 +0xE2B0 0x69CB # 0 +0xE2B1 0x6B50 # 0 +0xE2B2 0x6BC6 # 0 +0xE2B3 0x6BEC # 0 +0xE2B4 0x6C42 # 0 +0xE2B5 0x6E9D # 0 +0xE2B6 0x7078 # 0 +0xE2B7 0x72D7 # 0 +0xE2B8 0x7396 # 0 +0xE2B9 0x7403 # 0 +0xE2BA 0x77BF # 0 +0xE2BB 0x77E9 # 0 +0xE2BC 0x7A76 # 0 +0xE2BD 0x7D7F # 0 +0xE2BE 0x8009 # 0 +0xE2BF 0x81FC # 0 +0xE2C0 0x8205 # 0 +0xE2C1 0x820A # 0 +0xE2C2 0x82DF # 0 +0xE2C3 0x8862 # 0 +0xE2C4 0x8B33 # 0 +0xE2C5 0x8CFC # 0 +0xE2C6 0x8EC0 # 0 +0xE2C7 0x9011 # 0 +0xE2C8 0x90B1 # 0 +0xE2C9 0x9264 # 0 +0xE2CA 0x92B6 # 0 +0xE2CB 0x99D2 # 0 +0xE2CC 0x9A45 # 0 +0xE2CD 0x9CE9 # 0 +0xE2CE 0x9DD7 # 0 +0xE2CF 0x9F9C # 0 +0xE2D0 0x570B # 0 +0xE2D1 0x5C40 # 0 +0xE2D2 0x83CA # 0 +0xE2D3 0x97A0 # 0 +0xE2D4 0x97AB # 0 +0xE2D5 0x9EB4 # 0 +0xE2D6 0x541B # 0 +0xE2D7 0x7A98 # 0 +0xE2D8 0x7FA4 # 0 +0xE2D9 0x88D9 # 0 +0xE2DA 0x8ECD # 0 +0xE2DB 0x90E1 # 0 +0xE2DC 0x5800 # 0 +0xE2DD 0x5C48 # 0 +0xE2DE 0x6398 # 0 +0xE2DF 0x7A9F # 0 +0xE2E0 0x5BAE # 0 +0xE2E1 0x5F13 # 0 +0xE2E2 0x7A79 # 0 +0xE2E3 0x7AAE # 0 +0xE2E4 0x828E # 0 +0xE2E5 0x8EAC # 0 +0xE2E6 0x5026 # 0 +0xE2E7 0x5238 # 0 +0xE2E8 0x52F8 # 0 +0xE2E9 0x5377 # 0 +0xE2EA 0x5708 # 0 +0xE2EB 0x62F3 # 0 +0xE2EC 0x6372 # 0 +0xE2ED 0x6B0A # 0 +0xE2EE 0x6DC3 # 0 +0xE2EF 0x7737 # 0 +0xE2F0 0x53A5 # 0 +0xE2F1 0x7357 # 0 +0xE2F2 0x8568 # 0 +0xE2F3 0x8E76 # 0 +0xE2F4 0x95D5 # 0 +0xE2F5 0x673A # 0 +0xE2F6 0x6AC3 # 0 +0xE2F7 0x6F70 # 0 +0xE2F8 0x8A6D # 0 +0xE2F9 0x8ECC # 0 +0xE2FA 0x994B # 0 +0xE2FB 0xF906 # 0 +0xE2FC 0x6677 # 0 +0xE2FD 0x6B78 # 0 +0xE2FE 0x8CB4 # 0 +0xE331 0x9B3C # 0 +0xE332 0xF907 # 0 +0xE333 0x53EB # 0 +0xE334 0x572D # 0 +0xE335 0x594E # 0 +0xE336 0x63C6 # 0 +0xE337 0x69FB # 0 +0xE338 0x73EA # 0 +0xE339 0x7845 # 0 +0xE33A 0x7ABA # 0 +0xE33B 0x7AC5 # 0 +0xE33C 0x7CFE # 0 +0xE33D 0x8475 # 0 +0xE33E 0x898F # 0 +0xE33F 0x8D73 # 0 +0xE340 0x9035 # 0 +0xE341 0x95A8 # 0 +0xE342 0x52FB # 0 +0xE343 0x5747 # 0 +0xE344 0x7547 # 0 +0xE345 0x7B60 # 0 +0xE346 0x83CC # 0 +0xE347 0x921E # 0 +0xE348 0xF908 # 0 +0xE349 0x6A58 # 0 +0xE34A 0x514B # 0 +0xE34B 0x524B # 0 +0xE34C 0x5287 # 0 +0xE34D 0x621F # 0 +0xE34E 0x68D8 # 0 +0xE34F 0x6975 # 0 +0xE350 0x9699 # 0 +0xE351 0x50C5 # 0 +0xE352 0x52A4 # 0 +0xE353 0x52E4 # 0 +0xE354 0x61C3 # 0 +0xE355 0x65A4 # 0 +0xE356 0x6839 # 0 +0xE357 0x69FF # 0 +0xE358 0x747E # 0 +0xE359 0x7B4B # 0 +0xE35A 0x82B9 # 0 +0xE35B 0x83EB # 0 +0xE35C 0x89B2 # 0 +0xE35D 0x8B39 # 0 +0xE35E 0x8FD1 # 0 +0xE35F 0x9949 # 0 +0xE360 0xF909 # 0 +0xE361 0x4ECA # 0 +0xE362 0x5997 # 0 +0xE363 0x64D2 # 0 +0xE364 0x6611 # 0 +0xE365 0x6A8E # 0 +0xE366 0x7434 # 0 +0xE367 0x7981 # 0 +0xE368 0x79BD # 0 +0xE369 0x82A9 # 0 +0xE36A 0x887E # 0 +0xE36B 0x887F # 0 +0xE36C 0x895F # 0 +0xE36D 0xF90A # 0 +0xE36E 0x9326 # 0 +0xE36F 0x4F0B # 0 +0xE370 0x53CA # 0 +0xE371 0x6025 # 0 +0xE372 0x6271 # 0 +0xE373 0x6C72 # 0 +0xE374 0x7D1A # 0 +0xE375 0x7D66 # 0 +0xE376 0x4E98 # 0 +0xE377 0x5162 # 0 +0xE378 0x77DC # 0 +0xE379 0x80AF # 0 +0xE37A 0x4F01 # 0 +0xE37B 0x4F0E # 0 +0xE37C 0x5176 # 0 +0xE37D 0x5180 # 0 +0xE37E 0x55DC # 0 +0xE391 0x5668 # 0 +0xE392 0x573B # 0 +0xE393 0x57FA # 0 +0xE394 0x57FC # 0 +0xE395 0x5914 # 0 +0xE396 0x5947 # 0 +0xE397 0x5993 # 0 +0xE398 0x5BC4 # 0 +0xE399 0x5C90 # 0 +0xE39A 0x5D0E # 0 +0xE39B 0x5DF1 # 0 +0xE39C 0x5E7E # 0 +0xE39D 0x5FCC # 0 +0xE39E 0x6280 # 0 +0xE39F 0x65D7 # 0 +0xE3A0 0x65E3 # 0 +0xE3A1 0x671E # 0 +0xE3A2 0x671F # 0 +0xE3A3 0x675E # 0 +0xE3A4 0x68CB # 0 +0xE3A5 0x68C4 # 0 +0xE3A6 0x6A5F # 0 +0xE3A7 0x6B3A # 0 +0xE3A8 0x6C23 # 0 +0xE3A9 0x6C7D # 0 +0xE3AA 0x6C82 # 0 +0xE3AB 0x6DC7 # 0 +0xE3AC 0x7398 # 0 +0xE3AD 0x7426 # 0 +0xE3AE 0x742A # 0 +0xE3AF 0x7482 # 0 +0xE3B0 0x74A3 # 0 +0xE3B1 0x7578 # 0 +0xE3B2 0x757F # 0 +0xE3B3 0x7881 # 0 +0xE3B4 0x78EF # 0 +0xE3B5 0x7941 # 0 +0xE3B6 0x7947 # 0 +0xE3B7 0x7948 # 0 +0xE3B8 0x797A # 0 +0xE3B9 0x7B95 # 0 +0xE3BA 0x7D00 # 0 +0xE3BB 0x7DBA # 0 +0xE3BC 0x7F88 # 0 +0xE3BD 0x8006 # 0 +0xE3BE 0x802D # 0 +0xE3BF 0x808C # 0 +0xE3C0 0x8A18 # 0 +0xE3C1 0x8B4F # 0 +0xE3C2 0x8C48 # 0 +0xE3C3 0x8D77 # 0 +0xE3C4 0x9321 # 0 +0xE3C5 0x9324 # 0 +0xE3C6 0x98E2 # 0 +0xE3C7 0x9951 # 0 +0xE3C8 0x9A0E # 0 +0xE3C9 0x9A0F # 0 +0xE3CA 0x9A65 # 0 +0xE3CB 0x9E92 # 0 +0xE3CC 0x7DCA # 0 +0xE3CD 0x4F76 # 0 +0xE3CE 0x5409 # 0 +0xE3CF 0x62EE # 0 +0xE3D0 0x6854 # 0 +0xE3D1 0x91D1 # 0 +0xE3D2 0x55AB # 0 +0xE3D3 0x513A # 0 +0xE3D4 0xF90B # 0 +0xE3D5 0xF90C # 0 +0xE3D6 0x5A1C # 0 +0xE3D7 0x61E6 # 0 +0xE3D8 0xF90D # 0 +0xE3D9 0x62CF # 0 +0xE3DA 0x62FF # 0 +0xE3DB 0xF90E # 0 +0xE3DC 0xF90F # 0 +0xE3DD 0xF910 # 0 +0xE3DE 0xF911 # 0 +0xE3DF 0xF912 # 0 +0xE3E0 0xF913 # 0 +0xE3E1 0x90A3 # 0 +0xE3E2 0xF914 # 0 +0xE3E3 0xF915 # 0 +0xE3E4 0xF916 # 0 +0xE3E5 0xF917 # 0 +0xE3E6 0xF918 # 0 +0xE3E7 0x8AFE # 0 +0xE3E8 0xF919 # 0 +0xE3E9 0xF91A # 0 +0xE3EA 0xF91B # 0 +0xE3EB 0xF91C # 0 +0xE3EC 0x6696 # 0 +0xE3ED 0xF91D # 0 +0xE3EE 0x7156 # 0 +0xE3EF 0xF91E # 0 +0xE3F0 0xF91F # 0 +0xE3F1 0x96E3 # 0 +0xE3F2 0xF920 # 0 +0xE3F3 0x634F # 0 +0xE3F4 0x637A # 0 +0xE3F5 0x5357 # 0 +0xE3F6 0xF921 # 0 +0xE3F7 0x678F # 0 +0xE3F8 0x6960 # 0 +0xE3F9 0x6E73 # 0 +0xE3FA 0xF922 # 0 +0xE3FB 0x7537 # 0 +0xE3FC 0xF923 # 0 +0xE3FD 0xF924 # 0 +0xE3FE 0xF925 # 0 +0xE431 0x7D0D # 0 +0xE432 0xF926 # 0 +0xE433 0xF927 # 0 +0xE434 0x8872 # 0 +0xE435 0x56CA # 0 +0xE436 0x5A18 # 0 +0xE437 0xF928 # 0 +0xE438 0xF929 # 0 +0xE439 0xF92A # 0 +0xE43A 0xF92B # 0 +0xE43B 0xF92C # 0 +0xE43C 0x4E43 # 0 +0xE43D 0xF92D # 0 +0xE43E 0x5167 # 0 +0xE43F 0x5948 # 0 +0xE440 0x67F0 # 0 +0xE441 0x8010 # 0 +0xE442 0xF92E # 0 +0xE443 0x5973 # 0 +0xE444 0x5E74 # 0 +0xE445 0x649A # 0 +0xE446 0x79CA # 0 +0xE447 0x5FF5 # 0 +0xE448 0x606C # 0 +0xE449 0x62C8 # 0 +0xE44A 0x637B # 0 +0xE44B 0x5BE7 # 0 +0xE44C 0x5BD7 # 0 +0xE44D 0x52AA # 0 +0xE44E 0xF92F # 0 +0xE44F 0x5974 # 0 +0xE450 0x5F29 # 0 +0xE451 0x6012 # 0 +0xE452 0xF930 # 0 +0xE453 0xF931 # 0 +0xE454 0xF932 # 0 +0xE455 0x7459 # 0 +0xE456 0xF933 # 0 +0xE457 0xF934 # 0 +0xE458 0xF935 # 0 +0xE459 0xF936 # 0 +0xE45A 0xF937 # 0 +0xE45B 0xF938 # 0 +0xE45C 0x99D1 # 0 +0xE45D 0xF939 # 0 +0xE45E 0xF93A # 0 +0xE45F 0xF93B # 0 +0xE460 0xF93C # 0 +0xE461 0xF93D # 0 +0xE462 0xF93E # 0 +0xE463 0xF93F # 0 +0xE464 0xF940 # 0 +0xE465 0xF941 # 0 +0xE466 0xF942 # 0 +0xE467 0xF943 # 0 +0xE468 0x6FC3 # 0 +0xE469 0xF944 # 0 +0xE46A 0xF945 # 0 +0xE46B 0x81BF # 0 +0xE46C 0x8FB2 # 0 +0xE46D 0x60F1 # 0 +0xE46E 0xF946 # 0 +0xE46F 0xF947 # 0 +0xE470 0x8166 # 0 +0xE471 0xF948 # 0 +0xE472 0xF949 # 0 +0xE473 0x5C3F # 0 +0xE474 0xF94A # 0 +0xE475 0xF94B # 0 +0xE476 0xF94C # 0 +0xE477 0xF94D # 0 +0xE478 0xF94E # 0 +0xE479 0xF94F # 0 +0xE47A 0xF950 # 0 +0xE47B 0xF951 # 0 +0xE47C 0x5AE9 # 0 +0xE47D 0x8A25 # 0 +0xE47E 0x677B # 0 +0xE491 0x7D10 # 0 +0xE492 0xF952 # 0 +0xE493 0xF953 # 0 +0xE494 0xF954 # 0 +0xE495 0xF955 # 0 +0xE496 0xF956 # 0 +0xE497 0xF957 # 0 +0xE498 0x80FD # 0 +0xE499 0xF958 # 0 +0xE49A 0xF959 # 0 +0xE49B 0x5C3C # 0 +0xE49C 0x6CE5 # 0 +0xE49D 0x533F # 0 +0xE49E 0x6EBA # 0 +0xE49F 0x591A # 0 +0xE4A0 0x8336 # 0 +0xE4A1 0x4E39 # 0 +0xE4A2 0x4EB6 # 0 +0xE4A3 0x4F46 # 0 +0xE4A4 0x55AE # 0 +0xE4A5 0x5718 # 0 +0xE4A6 0x58C7 # 0 +0xE4A7 0x5F56 # 0 +0xE4A8 0x65B7 # 0 +0xE4A9 0x65E6 # 0 +0xE4AA 0x6A80 # 0 +0xE4AB 0x6BB5 # 0 +0xE4AC 0x6E4D # 0 +0xE4AD 0x77ED # 0 +0xE4AE 0x7AEF # 0 +0xE4AF 0x7C1E # 0 +0xE4B0 0x7DDE # 0 +0xE4B1 0x86CB # 0 +0xE4B2 0x8892 # 0 +0xE4B3 0x9132 # 0 +0xE4B4 0x935B # 0 +0xE4B5 0x64BB # 0 +0xE4B6 0x6FBE # 0 +0xE4B7 0x737A # 0 +0xE4B8 0x75B8 # 0 +0xE4B9 0x9054 # 0 +0xE4BA 0x5556 # 0 +0xE4BB 0x574D # 0 +0xE4BC 0x61BA # 0 +0xE4BD 0x64D4 # 0 +0xE4BE 0x66C7 # 0 +0xE4BF 0x6DE1 # 0 +0xE4C0 0x6E5B # 0 +0xE4C1 0x6F6D # 0 +0xE4C2 0x6FB9 # 0 +0xE4C3 0x75F0 # 0 +0xE4C4 0x8043 # 0 +0xE4C5 0x81BD # 0 +0xE4C6 0x8541 # 0 +0xE4C7 0x8983 # 0 +0xE4C8 0x8AC7 # 0 +0xE4C9 0x8B5A # 0 +0xE4CA 0x931F # 0 +0xE4CB 0x6C93 # 0 +0xE4CC 0x7553 # 0 +0xE4CD 0x7B54 # 0 +0xE4CE 0x8E0F # 0 +0xE4CF 0x905D # 0 +0xE4D0 0x5510 # 0 +0xE4D1 0x5802 # 0 +0xE4D2 0x5858 # 0 +0xE4D3 0x5E62 # 0 +0xE4D4 0x6207 # 0 +0xE4D5 0x649E # 0 +0xE4D6 0x68E0 # 0 +0xE4D7 0x7576 # 0 +0xE4D8 0x7CD6 # 0 +0xE4D9 0x87B3 # 0 +0xE4DA 0x9EE8 # 0 +0xE4DB 0x4EE3 # 0 +0xE4DC 0x5788 # 0 +0xE4DD 0x576E # 0 +0xE4DE 0x5927 # 0 +0xE4DF 0x5C0D # 0 +0xE4E0 0x5CB1 # 0 +0xE4E1 0x5E36 # 0 +0xE4E2 0x5F85 # 0 +0xE4E3 0x6234 # 0 +0xE4E4 0x64E1 # 0 +0xE4E5 0x73B3 # 0 +0xE4E6 0x81FA # 0 +0xE4E7 0x888B # 0 +0xE4E8 0x8CB8 # 0 +0xE4E9 0x968A # 0 +0xE4EA 0x9EDB # 0 +0xE4EB 0x5B85 # 0 +0xE4EC 0x5FB7 # 0 +0xE4ED 0x60B3 # 0 +0xE4EE 0x5012 # 0 +0xE4EF 0x5200 # 0 +0xE4F0 0x5230 # 0 +0xE4F1 0x5716 # 0 +0xE4F2 0x5835 # 0 +0xE4F3 0x5857 # 0 +0xE4F4 0x5C0E # 0 +0xE4F5 0x5C60 # 0 +0xE4F6 0x5CF6 # 0 +0xE4F7 0x5D8B # 0 +0xE4F8 0x5EA6 # 0 +0xE4F9 0x5F92 # 0 +0xE4FA 0x60BC # 0 +0xE4FB 0x6311 # 0 +0xE4FC 0x6389 # 0 +0xE4FD 0x6417 # 0 +0xE4FE 0x6843 # 0 +0xE531 0x68F9 # 0 +0xE532 0x6AC2 # 0 +0xE533 0x6DD8 # 0 +0xE534 0x6E21 # 0 +0xE535 0x6ED4 # 0 +0xE536 0x6FE4 # 0 +0xE537 0x71FE # 0 +0xE538 0x76DC # 0 +0xE539 0x7779 # 0 +0xE53A 0x79B1 # 0 +0xE53B 0x7A3B # 0 +0xE53C 0x8404 # 0 +0xE53D 0x89A9 # 0 +0xE53E 0x8CED # 0 +0xE53F 0x8DF3 # 0 +0xE540 0x8E48 # 0 +0xE541 0x9003 # 0 +0xE542 0x9014 # 0 +0xE543 0x9053 # 0 +0xE544 0x90FD # 0 +0xE545 0x934D # 0 +0xE546 0x9676 # 0 +0xE547 0x97DC # 0 +0xE548 0x6BD2 # 0 +0xE549 0x7006 # 0 +0xE54A 0x7258 # 0 +0xE54B 0x72A2 # 0 +0xE54C 0x7368 # 0 +0xE54D 0x7763 # 0 +0xE54E 0x79BF # 0 +0xE54F 0x7BE4 # 0 +0xE550 0x7E9B # 0 +0xE551 0x8B80 # 0 +0xE552 0x58A9 # 0 +0xE553 0x60C7 # 0 +0xE554 0x6566 # 0 +0xE555 0x65FD # 0 +0xE556 0x66BE # 0 +0xE557 0x6C8C # 0 +0xE558 0x711E # 0 +0xE559 0x71C9 # 0 +0xE55A 0x8C5A # 0 +0xE55B 0x9813 # 0 +0xE55C 0x4E6D # 0 +0xE55D 0x7A81 # 0 +0xE55E 0x4EDD # 0 +0xE55F 0x51AC # 0 +0xE560 0x51CD # 0 +0xE561 0x52D5 # 0 +0xE562 0x540C # 0 +0xE563 0x61A7 # 0 +0xE564 0x6771 # 0 +0xE565 0x6850 # 0 +0xE566 0x68DF # 0 +0xE567 0x6D1E # 0 +0xE568 0x6F7C # 0 +0xE569 0x75BC # 0 +0xE56A 0x77B3 # 0 +0xE56B 0x7AE5 # 0 +0xE56C 0x80F4 # 0 +0xE56D 0x8463 # 0 +0xE56E 0x9285 # 0 +0xE56F 0x515C # 0 +0xE570 0x6597 # 0 +0xE571 0x675C # 0 +0xE572 0x6793 # 0 +0xE573 0x75D8 # 0 +0xE574 0x7AC7 # 0 +0xE575 0x8373 # 0 +0xE576 0xF95A # 0 +0xE577 0x8C46 # 0 +0xE578 0x9017 # 0 +0xE579 0x982D # 0 +0xE57A 0x5C6F # 0 +0xE57B 0x81C0 # 0 +0xE57C 0x829A # 0 +0xE57D 0x9041 # 0 +0xE57E 0x906F # 0 +0xE591 0x920D # 0 +0xE592 0x5F97 # 0 +0xE593 0x5D9D # 0 +0xE594 0x6A59 # 0 +0xE595 0x71C8 # 0 +0xE596 0x767B # 0 +0xE597 0x7B49 # 0 +0xE598 0x85E4 # 0 +0xE599 0x8B04 # 0 +0xE59A 0x9127 # 0 +0xE59B 0x9A30 # 0 +0xE59C 0x5587 # 0 +0xE59D 0x61F6 # 0 +0xE59E 0xF95B # 0 +0xE59F 0x7669 # 0 +0xE5A0 0x7F85 # 0 +0xE5A1 0x863F # 0 +0xE5A2 0x87BA # 0 +0xE5A3 0x88F8 # 0 +0xE5A4 0x908F # 0 +0xE5A5 0xF95C # 0 +0xE5A6 0x6D1B # 0 +0xE5A7 0x70D9 # 0 +0xE5A8 0x73DE # 0 +0xE5A9 0x7D61 # 0 +0xE5AA 0x843D # 0 +0xE5AB 0xF95D # 0 +0xE5AC 0x916A # 0 +0xE5AD 0x99F1 # 0 +0xE5AE 0xF95E # 0 +0xE5AF 0x4E82 # 0 +0xE5B0 0x5375 # 0 +0xE5B1 0x6B04 # 0 +0xE5B2 0x6B12 # 0 +0xE5B3 0x703E # 0 +0xE5B4 0x721B # 0 +0xE5B5 0x862D # 0 +0xE5B6 0x9E1E # 0 +0xE5B7 0x524C # 0 +0xE5B8 0x8FA3 # 0 +0xE5B9 0x5D50 # 0 +0xE5BA 0x64E5 # 0 +0xE5BB 0x652C # 0 +0xE5BC 0x6B16 # 0 +0xE5BD 0x6FEB # 0 +0xE5BE 0x7C43 # 0 +0xE5BF 0x7E9C # 0 +0xE5C0 0x85CD # 0 +0xE5C1 0x8964 # 0 +0xE5C2 0x89BD # 0 +0xE5C3 0x62C9 # 0 +0xE5C4 0x81D8 # 0 +0xE5C5 0x881F # 0 +0xE5C6 0x5ECA # 0 +0xE5C7 0x6717 # 0 +0xE5C8 0x6D6A # 0 +0xE5C9 0x72FC # 0 +0xE5CA 0x7405 # 0 +0xE5CB 0x746F # 0 +0xE5CC 0x8782 # 0 +0xE5CD 0x90DE # 0 +0xE5CE 0x4F86 # 0 +0xE5CF 0x5D0D # 0 +0xE5D0 0x5FA0 # 0 +0xE5D1 0x840A # 0 +0xE5D2 0x51B7 # 0 +0xE5D3 0x63A0 # 0 +0xE5D4 0x7565 # 0 +0xE5D5 0x4EAE # 0 +0xE5D6 0x5006 # 0 +0xE5D7 0x5169 # 0 +0xE5D8 0x51C9 # 0 +0xE5D9 0x6881 # 0 +0xE5DA 0x6A11 # 0 +0xE5DB 0x7CAE # 0 +0xE5DC 0x7CB1 # 0 +0xE5DD 0x7CE7 # 0 +0xE5DE 0x826F # 0 +0xE5DF 0x8AD2 # 0 +0xE5E0 0x8F1B # 0 +0xE5E1 0x91CF # 0 +0xE5E2 0x4FB6 # 0 +0xE5E3 0x5137 # 0 +0xE5E4 0x52F5 # 0 +0xE5E5 0x5442 # 0 +0xE5E6 0x5EEC # 0 +0xE5E7 0x616E # 0 +0xE5E8 0x623E # 0 +0xE5E9 0x65C5 # 0 +0xE5EA 0x6ADA # 0 +0xE5EB 0x6FFE # 0 +0xE5EC 0x792A # 0 +0xE5ED 0x85DC # 0 +0xE5EE 0x8823 # 0 +0xE5EF 0x95AD # 0 +0xE5F0 0x9A62 # 0 +0xE5F1 0x9A6A # 0 +0xE5F2 0x9E97 # 0 +0xE5F3 0x9ECE # 0 +0xE5F4 0x529B # 0 +0xE5F5 0x66C6 # 0 +0xE5F6 0x6B77 # 0 +0xE5F7 0x701D # 0 +0xE5F8 0x792B # 0 +0xE5F9 0x8F62 # 0 +0xE5FA 0x9742 # 0 +0xE5FB 0x6190 # 0 +0xE5FC 0x6200 # 0 +0xE5FD 0x6523 # 0 +0xE5FE 0x6F23 # 0 +0xE631 0x7149 # 0 +0xE632 0x7489 # 0 +0xE633 0x7DF4 # 0 +0xE634 0x806F # 0 +0xE635 0x84EE # 0 +0xE636 0x8F26 # 0 +0xE637 0x9023 # 0 +0xE638 0x934A # 0 +0xE639 0x51BD # 0 +0xE63A 0x5217 # 0 +0xE63B 0x52A3 # 0 +0xE63C 0x6D0C # 0 +0xE63D 0x70C8 # 0 +0xE63E 0x88C2 # 0 +0xE63F 0x5EC9 # 0 +0xE640 0x6582 # 0 +0xE641 0x6BAE # 0 +0xE642 0x6FC2 # 0 +0xE643 0x7C3E # 0 +0xE644 0x7375 # 0 +0xE645 0x4EE4 # 0 +0xE646 0x4F36 # 0 +0xE647 0x56F9 # 0 +0xE648 0xF95F # 0 +0xE649 0x5CBA # 0 +0xE64A 0x5DBA # 0 +0xE64B 0x601C # 0 +0xE64C 0x73B2 # 0 +0xE64D 0x7B2D # 0 +0xE64E 0x7F9A # 0 +0xE64F 0x7FCE # 0 +0xE650 0x8046 # 0 +0xE651 0x901E # 0 +0xE652 0x9234 # 0 +0xE653 0x96F6 # 0 +0xE654 0x9748 # 0 +0xE655 0x9818 # 0 +0xE656 0x9F61 # 0 +0xE657 0x4F8B # 0 +0xE658 0x6FA7 # 0 +0xE659 0x79AE # 0 +0xE65A 0x91B4 # 0 +0xE65B 0x96B7 # 0 +0xE65C 0x52DE # 0 +0xE65D 0xF960 # 0 +0xE65E 0x6488 # 0 +0xE65F 0x64C4 # 0 +0xE660 0x6AD3 # 0 +0xE661 0x6F5E # 0 +0xE662 0x7018 # 0 +0xE663 0x7210 # 0 +0xE664 0x76E7 # 0 +0xE665 0x8001 # 0 +0xE666 0x8606 # 0 +0xE667 0x865C # 0 +0xE668 0x8DEF # 0 +0xE669 0x8F05 # 0 +0xE66A 0x9732 # 0 +0xE66B 0x9B6F # 0 +0xE66C 0x9DFA # 0 +0xE66D 0x9E75 # 0 +0xE66E 0x788C # 0 +0xE66F 0x797F # 0 +0xE670 0x7DA0 # 0 +0xE671 0x83C9 # 0 +0xE672 0x9304 # 0 +0xE673 0x9E7F # 0 +0xE674 0x9E93 # 0 +0xE675 0x8AD6 # 0 +0xE676 0x58DF # 0 +0xE677 0x5F04 # 0 +0xE678 0x6727 # 0 +0xE679 0x7027 # 0 +0xE67A 0x74CF # 0 +0xE67B 0x7C60 # 0 +0xE67C 0x807E # 0 +0xE67D 0x5121 # 0 +0xE67E 0x7028 # 0 +0xE691 0x7262 # 0 +0xE692 0x78CA # 0 +0xE693 0x8CC2 # 0 +0xE694 0x8CDA # 0 +0xE695 0x8CF4 # 0 +0xE696 0x96F7 # 0 +0xE697 0x4E86 # 0 +0xE698 0x50DA # 0 +0xE699 0x5BEE # 0 +0xE69A 0x5ED6 # 0 +0xE69B 0x6599 # 0 +0xE69C 0x71CE # 0 +0xE69D 0x7642 # 0 +0xE69E 0x77AD # 0 +0xE69F 0x804A # 0 +0xE6A0 0x84FC # 0 +0xE6A1 0x907C # 0 +0xE6A2 0x9B27 # 0 +0xE6A3 0x9F8D # 0 +0xE6A4 0x58D8 # 0 +0xE6A5 0x5A41 # 0 +0xE6A6 0x5C62 # 0 +0xE6A7 0x6A13 # 0 +0xE6A8 0x6DDA # 0 +0xE6A9 0x6F0F # 0 +0xE6AA 0x763B # 0 +0xE6AB 0x7D2F # 0 +0xE6AC 0x7E37 # 0 +0xE6AD 0x851E # 0 +0xE6AE 0x8938 # 0 +0xE6AF 0x93E4 # 0 +0xE6B0 0x964B # 0 +0xE6B1 0x5289 # 0 +0xE6B2 0x65D2 # 0 +0xE6B3 0x67F3 # 0 +0xE6B4 0x69B4 # 0 +0xE6B5 0x6D41 # 0 +0xE6B6 0x6E9C # 0 +0xE6B7 0x700F # 0 +0xE6B8 0x7409 # 0 +0xE6B9 0x7460 # 0 +0xE6BA 0x7559 # 0 +0xE6BB 0x7624 # 0 +0xE6BC 0x786B # 0 +0xE6BD 0x8B2C # 0 +0xE6BE 0x985E # 0 +0xE6BF 0x516D # 0 +0xE6C0 0x622E # 0 +0xE6C1 0x9678 # 0 +0xE6C2 0x4F96 # 0 +0xE6C3 0x502B # 0 +0xE6C4 0x5D19 # 0 +0xE6C5 0x6DEA # 0 +0xE6C6 0x7DB8 # 0 +0xE6C7 0x8F2A # 0 +0xE6C8 0x5F8B # 0 +0xE6C9 0x6144 # 0 +0xE6CA 0x6817 # 0 +0xE6CB 0xF961 # 0 +0xE6CC 0x9686 # 0 +0xE6CD 0x52D2 # 0 +0xE6CE 0x808B # 0 +0xE6CF 0x51DC # 0 +0xE6D0 0x51CC # 0 +0xE6D1 0x695E # 0 +0xE6D2 0x7A1C # 0 +0xE6D3 0x7DBE # 0 +0xE6D4 0x83F1 # 0 +0xE6D5 0x9675 # 0 +0xE6D6 0x4FDA # 0 +0xE6D7 0x5229 # 0 +0xE6D8 0x5398 # 0 +0xE6D9 0x540F # 0 +0xE6DA 0x550E # 0 +0xE6DB 0x5C65 # 0 +0xE6DC 0x60A7 # 0 +0xE6DD 0x674E # 0 +0xE6DE 0x68A8 # 0 +0xE6DF 0x6D6C # 0 +0xE6E0 0x7281 # 0 +0xE6E1 0x72F8 # 0 +0xE6E2 0x7406 # 0 +0xE6E3 0x7483 # 0 +0xE6E4 0xF962 # 0 +0xE6E5 0x75E2 # 0 +0xE6E6 0x7C6C # 0 +0xE6E7 0x7F79 # 0 +0xE6E8 0x7FB8 # 0 +0xE6E9 0x8389 # 0 +0xE6EA 0x88CF # 0 +0xE6EB 0x88E1 # 0 +0xE6EC 0x91CC # 0 +0xE6ED 0x91D0 # 0 +0xE6EE 0x96E2 # 0 +0xE6EF 0x9BC9 # 0 +0xE6F0 0x541D # 0 +0xE6F1 0x6F7E # 0 +0xE6F2 0x71D0 # 0 +0xE6F3 0x7498 # 0 +0xE6F4 0x85FA # 0 +0xE6F5 0x8EAA # 0 +0xE6F6 0x96A3 # 0 +0xE6F7 0x9C57 # 0 +0xE6F8 0x9E9F # 0 +0xE6F9 0x6797 # 0 +0xE6FA 0x6DCB # 0 +0xE6FB 0x7433 # 0 +0xE6FC 0x81E8 # 0 +0xE6FD 0x9716 # 0 +0xE6FE 0x782C # 0 +0xE731 0x7ACB # 0 +0xE732 0x7B20 # 0 +0xE733 0x7C92 # 0 +0xE734 0x6469 # 0 +0xE735 0x746A # 0 +0xE736 0x75F2 # 0 +0xE737 0x78BC # 0 +0xE738 0x78E8 # 0 +0xE739 0x99AC # 0 +0xE73A 0x9B54 # 0 +0xE73B 0x9EBB # 0 +0xE73C 0x5BDE # 0 +0xE73D 0x5E55 # 0 +0xE73E 0x6F20 # 0 +0xE73F 0x819C # 0 +0xE740 0x83AB # 0 +0xE741 0x9088 # 0 +0xE742 0x4E07 # 0 +0xE743 0x534D # 0 +0xE744 0x5A29 # 0 +0xE745 0x5DD2 # 0 +0xE746 0x5F4E # 0 +0xE747 0x6162 # 0 +0xE748 0x633D # 0 +0xE749 0x6669 # 0 +0xE74A 0x66FC # 0 +0xE74B 0x6EFF # 0 +0xE74C 0x6F2B # 0 +0xE74D 0x7063 # 0 +0xE74E 0x779E # 0 +0xE74F 0x842C # 0 +0xE750 0x8513 # 0 +0xE751 0x883B # 0 +0xE752 0x8F13 # 0 +0xE753 0x9945 # 0 +0xE754 0x9C3B # 0 +0xE755 0x551C # 0 +0xE756 0x62B9 # 0 +0xE757 0x672B # 0 +0xE758 0x6CAB # 0 +0xE759 0x8309 # 0 +0xE75A 0x896A # 0 +0xE75B 0x977A # 0 +0xE75C 0x4EA1 # 0 +0xE75D 0x5984 # 0 +0xE75E 0x5FD8 # 0 +0xE75F 0x5FD9 # 0 +0xE760 0x671B # 0 +0xE761 0x7DB2 # 0 +0xE762 0x7F54 # 0 +0xE763 0x8292 # 0 +0xE764 0x832B # 0 +0xE765 0x83BD # 0 +0xE766 0x8F1E # 0 +0xE767 0x9099 # 0 +0xE768 0x57CB # 0 +0xE769 0x59B9 # 0 +0xE76A 0x5A92 # 0 +0xE76B 0x5BD0 # 0 +0xE76C 0x6627 # 0 +0xE76D 0x679A # 0 +0xE76E 0x6885 # 0 +0xE76F 0x6BCF # 0 +0xE770 0x7164 # 0 +0xE771 0x7F75 # 0 +0xE772 0x8CB7 # 0 +0xE773 0x8CE3 # 0 +0xE774 0x9081 # 0 +0xE775 0x9B45 # 0 +0xE776 0x8108 # 0 +0xE777 0x8C8A # 0 +0xE778 0x964C # 0 +0xE779 0x9A40 # 0 +0xE77A 0x9EA5 # 0 +0xE77B 0x5B5F # 0 +0xE77C 0x6C13 # 0 +0xE77D 0x731B # 0 +0xE77E 0x76F2 # 0 +0xE791 0x76DF # 0 +0xE792 0x840C # 0 +0xE793 0x51AA # 0 +0xE794 0x8993 # 0 +0xE795 0x514D # 0 +0xE796 0x5195 # 0 +0xE797 0x52C9 # 0 +0xE798 0x68C9 # 0 +0xE799 0x6C94 # 0 +0xE79A 0x7704 # 0 +0xE79B 0x7720 # 0 +0xE79C 0x7DBF # 0 +0xE79D 0x7DEC # 0 +0xE79E 0x9762 # 0 +0xE79F 0x9EB5 # 0 +0xE7A0 0x6EC5 # 0 +0xE7A1 0x8511 # 0 +0xE7A2 0x51A5 # 0 +0xE7A3 0x540D # 0 +0xE7A4 0x547D # 0 +0xE7A5 0x660E # 0 +0xE7A6 0x669D # 0 +0xE7A7 0x6927 # 0 +0xE7A8 0x6E9F # 0 +0xE7A9 0x76BF # 0 +0xE7AA 0x7791 # 0 +0xE7AB 0x8317 # 0 +0xE7AC 0x84C2 # 0 +0xE7AD 0x879F # 0 +0xE7AE 0x9169 # 0 +0xE7AF 0x9298 # 0 +0xE7B0 0x9CF4 # 0 +0xE7B1 0x8882 # 0 +0xE7B2 0x4FAE # 0 +0xE7B3 0x5192 # 0 +0xE7B4 0x52DF # 0 +0xE7B5 0x59C6 # 0 +0xE7B6 0x5E3D # 0 +0xE7B7 0x6155 # 0 +0xE7B8 0x6478 # 0 +0xE7B9 0x6479 # 0 +0xE7BA 0x66AE # 0 +0xE7BB 0x67D0 # 0 +0xE7BC 0x6A21 # 0 +0xE7BD 0x6BCD # 0 +0xE7BE 0x6BDB # 0 +0xE7BF 0x725F # 0 +0xE7C0 0x7261 # 0 +0xE7C1 0x7441 # 0 +0xE7C2 0x7738 # 0 +0xE7C3 0x77DB # 0 +0xE7C4 0x8017 # 0 +0xE7C5 0x82BC # 0 +0xE7C6 0x8305 # 0 +0xE7C7 0x8B00 # 0 +0xE7C8 0x8B28 # 0 +0xE7C9 0x8C8C # 0 +0xE7CA 0x6728 # 0 +0xE7CB 0x6C90 # 0 +0xE7CC 0x7267 # 0 +0xE7CD 0x76EE # 0 +0xE7CE 0x7766 # 0 +0xE7CF 0x7A46 # 0 +0xE7D0 0x9DA9 # 0 +0xE7D1 0x6B7F # 0 +0xE7D2 0x6C92 # 0 +0xE7D3 0x5922 # 0 +0xE7D4 0x6726 # 0 +0xE7D5 0x8499 # 0 +0xE7D6 0x536F # 0 +0xE7D7 0x5893 # 0 +0xE7D8 0x5999 # 0 +0xE7D9 0x5EDF # 0 +0xE7DA 0x63CF # 0 +0xE7DB 0x6634 # 0 +0xE7DC 0x6773 # 0 +0xE7DD 0x6E3A # 0 +0xE7DE 0x732B # 0 +0xE7DF 0x7AD7 # 0 +0xE7E0 0x82D7 # 0 +0xE7E1 0x9328 # 0 +0xE7E2 0x52D9 # 0 +0xE7E3 0x5DEB # 0 +0xE7E4 0x61AE # 0 +0xE7E5 0x61CB # 0 +0xE7E6 0x620A # 0 +0xE7E7 0x62C7 # 0 +0xE7E8 0x64AB # 0 +0xE7E9 0x65E0 # 0 +0xE7EA 0x6959 # 0 +0xE7EB 0x6B66 # 0 +0xE7EC 0x6BCB # 0 +0xE7ED 0x7121 # 0 +0xE7EE 0x73F7 # 0 +0xE7EF 0x755D # 0 +0xE7F0 0x7E46 # 0 +0xE7F1 0x821E # 0 +0xE7F2 0x8302 # 0 +0xE7F3 0x856A # 0 +0xE7F4 0x8AA3 # 0 +0xE7F5 0x8CBF # 0 +0xE7F6 0x9727 # 0 +0xE7F7 0x9D61 # 0 +0xE7F8 0x58A8 # 0 +0xE7F9 0x9ED8 # 0 +0xE7FA 0x5011 # 0 +0xE7FB 0x520E # 0 +0xE7FC 0x543B # 0 +0xE7FD 0x554F # 0 +0xE7FE 0x6587 # 0 +0xE831 0x6C76 # 0 +0xE832 0x7D0A # 0 +0xE833 0x7D0B # 0 +0xE834 0x805E # 0 +0xE835 0x868A # 0 +0xE836 0x9580 # 0 +0xE837 0x96EF # 0 +0xE838 0x52FF # 0 +0xE839 0x6C95 # 0 +0xE83A 0x7269 # 0 +0xE83B 0x5473 # 0 +0xE83C 0x5A9A # 0 +0xE83D 0x5C3E # 0 +0xE83E 0x5D4B # 0 +0xE83F 0x5F4C # 0 +0xE840 0x5FAE # 0 +0xE841 0x672A # 0 +0xE842 0x68B6 # 0 +0xE843 0x6963 # 0 +0xE844 0x6E3C # 0 +0xE845 0x6E44 # 0 +0xE846 0x7709 # 0 +0xE847 0x7C73 # 0 +0xE848 0x7F8E # 0 +0xE849 0x8587 # 0 +0xE84A 0x8B0E # 0 +0xE84B 0x8FF7 # 0 +0xE84C 0x9761 # 0 +0xE84D 0x9EF4 # 0 +0xE84E 0x5CB7 # 0 +0xE84F 0x60B6 # 0 +0xE850 0x610D # 0 +0xE851 0x61AB # 0 +0xE852 0x654F # 0 +0xE853 0x65FB # 0 +0xE854 0x65FC # 0 +0xE855 0x6C11 # 0 +0xE856 0x6CEF # 0 +0xE857 0x739F # 0 +0xE858 0x73C9 # 0 +0xE859 0x7DE1 # 0 +0xE85A 0x9594 # 0 +0xE85B 0x5BC6 # 0 +0xE85C 0x871C # 0 +0xE85D 0x8B10 # 0 +0xE85E 0x525D # 0 +0xE85F 0x535A # 0 +0xE860 0x62CD # 0 +0xE861 0x640F # 0 +0xE862 0x64B2 # 0 +0xE863 0x6734 # 0 +0xE864 0x6A38 # 0 +0xE865 0x6CCA # 0 +0xE866 0x73C0 # 0 +0xE867 0x749E # 0 +0xE868 0x7B94 # 0 +0xE869 0x7C95 # 0 +0xE86A 0x7E1B # 0 +0xE86B 0x818A # 0 +0xE86C 0x8236 # 0 +0xE86D 0x8584 # 0 +0xE86E 0x8FEB # 0 +0xE86F 0x96F9 # 0 +0xE870 0x99C1 # 0 +0xE871 0x4F34 # 0 +0xE872 0x534A # 0 +0xE873 0x53CD # 0 +0xE874 0x53DB # 0 +0xE875 0x62CC # 0 +0xE876 0x642C # 0 +0xE877 0x6500 # 0 +0xE878 0x6591 # 0 +0xE879 0x69C3 # 0 +0xE87A 0x6CEE # 0 +0xE87B 0x6F58 # 0 +0xE87C 0x73ED # 0 +0xE87D 0x7554 # 0 +0xE87E 0x7622 # 0 +0xE891 0x76E4 # 0 +0xE892 0x76FC # 0 +0xE893 0x78D0 # 0 +0xE894 0x78FB # 0 +0xE895 0x792C # 0 +0xE896 0x7D46 # 0 +0xE897 0x822C # 0 +0xE898 0x87E0 # 0 +0xE899 0x8FD4 # 0 +0xE89A 0x9812 # 0 +0xE89B 0x98EF # 0 +0xE89C 0x52C3 # 0 +0xE89D 0x62D4 # 0 +0xE89E 0x64A5 # 0 +0xE89F 0x6E24 # 0 +0xE8A0 0x6F51 # 0 +0xE8A1 0x767C # 0 +0xE8A2 0x8DCB # 0 +0xE8A3 0x91B1 # 0 +0xE8A4 0x9262 # 0 +0xE8A5 0x9AEE # 0 +0xE8A6 0x9B43 # 0 +0xE8A7 0x5023 # 0 +0xE8A8 0x508D # 0 +0xE8A9 0x574A # 0 +0xE8AA 0x59A8 # 0 +0xE8AB 0x5C28 # 0 +0xE8AC 0x5E47 # 0 +0xE8AD 0x5F77 # 0 +0xE8AE 0x623F # 0 +0xE8AF 0x653E # 0 +0xE8B0 0x65B9 # 0 +0xE8B1 0x65C1 # 0 +0xE8B2 0x6609 # 0 +0xE8B3 0x678B # 0 +0xE8B4 0x699C # 0 +0xE8B5 0x6EC2 # 0 +0xE8B6 0x78C5 # 0 +0xE8B7 0x7D21 # 0 +0xE8B8 0x80AA # 0 +0xE8B9 0x8180 # 0 +0xE8BA 0x822B # 0 +0xE8BB 0x82B3 # 0 +0xE8BC 0x84A1 # 0 +0xE8BD 0x868C # 0 +0xE8BE 0x8A2A # 0 +0xE8BF 0x8B17 # 0 +0xE8C0 0x90A6 # 0 +0xE8C1 0x9632 # 0 +0xE8C2 0x9F90 # 0 +0xE8C3 0x500D # 0 +0xE8C4 0x4FF3 # 0 +0xE8C5 0xF963 # 0 +0xE8C6 0x57F9 # 0 +0xE8C7 0x5F98 # 0 +0xE8C8 0x62DC # 0 +0xE8C9 0x6392 # 0 +0xE8CA 0x676F # 0 +0xE8CB 0x6E43 # 0 +0xE8CC 0x7119 # 0 +0xE8CD 0x76C3 # 0 +0xE8CE 0x80CC # 0 +0xE8CF 0x80DA # 0 +0xE8D0 0x88F4 # 0 +0xE8D1 0x88F5 # 0 +0xE8D2 0x8919 # 0 +0xE8D3 0x8CE0 # 0 +0xE8D4 0x8F29 # 0 +0xE8D5 0x914D # 0 +0xE8D6 0x966A # 0 +0xE8D7 0x4F2F # 0 +0xE8D8 0x4F70 # 0 +0xE8D9 0x5E1B # 0 +0xE8DA 0x67CF # 0 +0xE8DB 0x6822 # 0 +0xE8DC 0x767D # 0 +0xE8DD 0x767E # 0 +0xE8DE 0x9B44 # 0 +0xE8DF 0x5E61 # 0 +0xE8E0 0x6A0A # 0 +0xE8E1 0x7169 # 0 +0xE8E2 0x71D4 # 0 +0xE8E3 0x756A # 0 +0xE8E4 0xF964 # 0 +0xE8E5 0x7E41 # 0 +0xE8E6 0x8543 # 0 +0xE8E7 0x85E9 # 0 +0xE8E8 0x98DC # 0 +0xE8E9 0x4F10 # 0 +0xE8EA 0x7B4F # 0 +0xE8EB 0x7F70 # 0 +0xE8EC 0x95A5 # 0 +0xE8ED 0x51E1 # 0 +0xE8EE 0x5E06 # 0 +0xE8EF 0x68B5 # 0 +0xE8F0 0x6C3E # 0 +0xE8F1 0x6C4E # 0 +0xE8F2 0x6CDB # 0 +0xE8F3 0x72AF # 0 +0xE8F4 0x7BC4 # 0 +0xE8F5 0x8303 # 0 +0xE8F6 0x6CD5 # 0 +0xE8F7 0x743A # 0 +0xE8F8 0x50FB # 0 +0xE8F9 0x5288 # 0 +0xE8FA 0x58C1 # 0 +0xE8FB 0x64D8 # 0 +0xE8FC 0x6A97 # 0 +0xE8FD 0x74A7 # 0 +0xE8FE 0x7656 # 0 +0xE931 0x78A7 # 0 +0xE932 0x8617 # 0 +0xE933 0x95E2 # 0 +0xE934 0x9739 # 0 +0xE935 0xF965 # 0 +0xE936 0x535E # 0 +0xE937 0x5F01 # 0 +0xE938 0x8B8A # 0 +0xE939 0x8FA8 # 0 +0xE93A 0x8FAF # 0 +0xE93B 0x908A # 0 +0xE93C 0x5225 # 0 +0xE93D 0x77A5 # 0 +0xE93E 0x9C49 # 0 +0xE93F 0x9F08 # 0 +0xE940 0x4E19 # 0 +0xE941 0x5002 # 0 +0xE942 0x5175 # 0 +0xE943 0x5C5B # 0 +0xE944 0x5E77 # 0 +0xE945 0x661E # 0 +0xE946 0x663A # 0 +0xE947 0x67C4 # 0 +0xE948 0x68C5 # 0 +0xE949 0x70B3 # 0 +0xE94A 0x7501 # 0 +0xE94B 0x75C5 # 0 +0xE94C 0x79C9 # 0 +0xE94D 0x7ADD # 0 +0xE94E 0x8F27 # 0 +0xE94F 0x9920 # 0 +0xE950 0x9A08 # 0 +0xE951 0x4FDD # 0 +0xE952 0x5821 # 0 +0xE953 0x5831 # 0 +0xE954 0x5BF6 # 0 +0xE955 0x666E # 0 +0xE956 0x6B65 # 0 +0xE957 0x6D11 # 0 +0xE958 0x6E7A # 0 +0xE959 0x6F7D # 0 +0xE95A 0x73E4 # 0 +0xE95B 0x752B # 0 +0xE95C 0x83E9 # 0 +0xE95D 0x88DC # 0 +0xE95E 0x8913 # 0 +0xE95F 0x8B5C # 0 +0xE960 0x8F14 # 0 +0xE961 0x4F0F # 0 +0xE962 0x50D5 # 0 +0xE963 0x5310 # 0 +0xE964 0x535C # 0 +0xE965 0x5B93 # 0 +0xE966 0x5FA9 # 0 +0xE967 0x670D # 0 +0xE968 0x798F # 0 +0xE969 0x8179 # 0 +0xE96A 0x832F # 0 +0xE96B 0x8514 # 0 +0xE96C 0x8907 # 0 +0xE96D 0x8986 # 0 +0xE96E 0x8F39 # 0 +0xE96F 0x8F3B # 0 +0xE970 0x99A5 # 0 +0xE971 0x9C12 # 0 +0xE972 0x672C # 0 +0xE973 0x4E76 # 0 +0xE974 0x4FF8 # 0 +0xE975 0x5949 # 0 +0xE976 0x5C01 # 0 +0xE977 0x5CEF # 0 +0xE978 0x5CF0 # 0 +0xE979 0x6367 # 0 +0xE97A 0x68D2 # 0 +0xE97B 0x70FD # 0 +0xE97C 0x71A2 # 0 +0xE97D 0x742B # 0 +0xE97E 0x7E2B # 0 +0xE991 0x84EC # 0 +0xE992 0x8702 # 0 +0xE993 0x9022 # 0 +0xE994 0x92D2 # 0 +0xE995 0x9CF3 # 0 +0xE996 0x4E0D # 0 +0xE997 0x4ED8 # 0 +0xE998 0x4FEF # 0 +0xE999 0x5085 # 0 +0xE99A 0x5256 # 0 +0xE99B 0x526F # 0 +0xE99C 0x5426 # 0 +0xE99D 0x5490 # 0 +0xE99E 0x57E0 # 0 +0xE99F 0x592B # 0 +0xE9A0 0x5A66 # 0 +0xE9A1 0x5B5A # 0 +0xE9A2 0x5B75 # 0 +0xE9A3 0x5BCC # 0 +0xE9A4 0x5E9C # 0 +0xE9A5 0xF966 # 0 +0xE9A6 0x6276 # 0 +0xE9A7 0x6577 # 0 +0xE9A8 0x65A7 # 0 +0xE9A9 0x6D6E # 0 +0xE9AA 0x6EA5 # 0 +0xE9AB 0x7236 # 0 +0xE9AC 0x7B26 # 0 +0xE9AD 0x7C3F # 0 +0xE9AE 0x7F36 # 0 +0xE9AF 0x8150 # 0 +0xE9B0 0x8151 # 0 +0xE9B1 0x819A # 0 +0xE9B2 0x8240 # 0 +0xE9B3 0x8299 # 0 +0xE9B4 0x83A9 # 0 +0xE9B5 0x8A03 # 0 +0xE9B6 0x8CA0 # 0 +0xE9B7 0x8CE6 # 0 +0xE9B8 0x8CFB # 0 +0xE9B9 0x8D74 # 0 +0xE9BA 0x8DBA # 0 +0xE9BB 0x90E8 # 0 +0xE9BC 0x91DC # 0 +0xE9BD 0x961C # 0 +0xE9BE 0x9644 # 0 +0xE9BF 0x99D9 # 0 +0xE9C0 0x9CE7 # 0 +0xE9C1 0x5317 # 0 +0xE9C2 0x5206 # 0 +0xE9C3 0x5429 # 0 +0xE9C4 0x5674 # 0 +0xE9C5 0x58B3 # 0 +0xE9C6 0x5954 # 0 +0xE9C7 0x596E # 0 +0xE9C8 0x5FFF # 0 +0xE9C9 0x61A4 # 0 +0xE9CA 0x626E # 0 +0xE9CB 0x6610 # 0 +0xE9CC 0x6C7E # 0 +0xE9CD 0x711A # 0 +0xE9CE 0x76C6 # 0 +0xE9CF 0x7C89 # 0 +0xE9D0 0x7CDE # 0 +0xE9D1 0x7D1B # 0 +0xE9D2 0x82AC # 0 +0xE9D3 0x8CC1 # 0 +0xE9D4 0x96F0 # 0 +0xE9D5 0xF967 # 0 +0xE9D6 0x4F5B # 0 +0xE9D7 0x5F17 # 0 +0xE9D8 0x5F7F # 0 +0xE9D9 0x62C2 # 0 +0xE9DA 0x5D29 # 0 +0xE9DB 0x670B # 0 +0xE9DC 0x68DA # 0 +0xE9DD 0x787C # 0 +0xE9DE 0x7E43 # 0 +0xE9DF 0x9D6C # 0 +0xE9E0 0x4E15 # 0 +0xE9E1 0x5099 # 0 +0xE9E2 0x5315 # 0 +0xE9E3 0x532A # 0 +0xE9E4 0x5351 # 0 +0xE9E5 0x5983 # 0 +0xE9E6 0x5A62 # 0 +0xE9E7 0x5E87 # 0 +0xE9E8 0x60B2 # 0 +0xE9E9 0x618A # 0 +0xE9EA 0x6249 # 0 +0xE9EB 0x6279 # 0 +0xE9EC 0x6590 # 0 +0xE9ED 0x6787 # 0 +0xE9EE 0x69A7 # 0 +0xE9EF 0x6BD4 # 0 +0xE9F0 0x6BD6 # 0 +0xE9F1 0x6BD7 # 0 +0xE9F2 0x6BD8 # 0 +0xE9F3 0x6CB8 # 0 +0xE9F4 0xF968 # 0 +0xE9F5 0x7435 # 0 +0xE9F6 0x75FA # 0 +0xE9F7 0x7812 # 0 +0xE9F8 0x7891 # 0 +0xE9F9 0x79D5 # 0 +0xE9FA 0x79D8 # 0 +0xE9FB 0x7C83 # 0 +0xE9FC 0x7DCB # 0 +0xE9FD 0x7FE1 # 0 +0xE9FE 0x80A5 # 0 +0xEA31 0x813E # 0 +0xEA32 0x81C2 # 0 +0xEA33 0x83F2 # 0 +0xEA34 0x871A # 0 +0xEA35 0x88E8 # 0 +0xEA36 0x8AB9 # 0 +0xEA37 0x8B6C # 0 +0xEA38 0x8CBB # 0 +0xEA39 0x9119 # 0 +0xEA3A 0x975E # 0 +0xEA3B 0x98DB # 0 +0xEA3C 0x9F3B # 0 +0xEA3D 0x56AC # 0 +0xEA3E 0x5B2A # 0 +0xEA3F 0x5F6C # 0 +0xEA40 0x658C # 0 +0xEA41 0x6AB3 # 0 +0xEA42 0x6BAF # 0 +0xEA43 0x6D5C # 0 +0xEA44 0x6FF1 # 0 +0xEA45 0x7015 # 0 +0xEA46 0x725D # 0 +0xEA47 0x73AD # 0 +0xEA48 0x8CA7 # 0 +0xEA49 0x8CD3 # 0 +0xEA4A 0x983B # 0 +0xEA4B 0x6191 # 0 +0xEA4C 0x6C37 # 0 +0xEA4D 0x8058 # 0 +0xEA4E 0x9A01 # 0 +0xEA4F 0x4E4D # 0 +0xEA50 0x4E8B # 0 +0xEA51 0x4E9B # 0 +0xEA52 0x4ED5 # 0 +0xEA53 0x4F3A # 0 +0xEA54 0x4F3C # 0 +0xEA55 0x4F7F # 0 +0xEA56 0x4FDF # 0 +0xEA57 0x50FF # 0 +0xEA58 0x53F2 # 0 +0xEA59 0x53F8 # 0 +0xEA5A 0x5506 # 0 +0xEA5B 0x55E3 # 0 +0xEA5C 0x56DB # 0 +0xEA5D 0x58EB # 0 +0xEA5E 0x5962 # 0 +0xEA5F 0x5A11 # 0 +0xEA60 0x5BEB # 0 +0xEA61 0x5BFA # 0 +0xEA62 0x5C04 # 0 +0xEA63 0x5DF3 # 0 +0xEA64 0x5E2B # 0 +0xEA65 0x5F99 # 0 +0xEA66 0x601D # 0 +0xEA67 0x6368 # 0 +0xEA68 0x659C # 0 +0xEA69 0x65AF # 0 +0xEA6A 0x67F6 # 0 +0xEA6B 0x67FB # 0 +0xEA6C 0x68AD # 0 +0xEA6D 0x6B7B # 0 +0xEA6E 0x6C99 # 0 +0xEA6F 0x6CD7 # 0 +0xEA70 0x6E23 # 0 +0xEA71 0x7009 # 0 +0xEA72 0x7345 # 0 +0xEA73 0x7802 # 0 +0xEA74 0x793E # 0 +0xEA75 0x7940 # 0 +0xEA76 0x7960 # 0 +0xEA77 0x79C1 # 0 +0xEA78 0x7BE9 # 0 +0xEA79 0x7D17 # 0 +0xEA7A 0x7D72 # 0 +0xEA7B 0x8086 # 0 +0xEA7C 0x820D # 0 +0xEA7D 0x838E # 0 +0xEA7E 0x84D1 # 0 +0xEA91 0x86C7 # 0 +0xEA92 0x88DF # 0 +0xEA93 0x8A50 # 0 +0xEA94 0x8A5E # 0 +0xEA95 0x8B1D # 0 +0xEA96 0x8CDC # 0 +0xEA97 0x8D66 # 0 +0xEA98 0x8FAD # 0 +0xEA99 0x90AA # 0 +0xEA9A 0x98FC # 0 +0xEA9B 0x99DF # 0 +0xEA9C 0x9E9D # 0 +0xEA9D 0x524A # 0 +0xEA9E 0xF969 # 0 +0xEA9F 0x6714 # 0 +0xEAA0 0xF96A # 0 +0xEAA1 0x5098 # 0 +0xEAA2 0x522A # 0 +0xEAA3 0x5C71 # 0 +0xEAA4 0x6563 # 0 +0xEAA5 0x6C55 # 0 +0xEAA6 0x73CA # 0 +0xEAA7 0x7523 # 0 +0xEAA8 0x759D # 0 +0xEAA9 0x7B97 # 0 +0xEAAA 0x849C # 0 +0xEAAB 0x9178 # 0 +0xEAAC 0x9730 # 0 +0xEAAD 0x4E77 # 0 +0xEAAE 0x6492 # 0 +0xEAAF 0x6BBA # 0 +0xEAB0 0x715E # 0 +0xEAB1 0x85A9 # 0 +0xEAB2 0x4E09 # 0 +0xEAB3 0xF96B # 0 +0xEAB4 0x6749 # 0 +0xEAB5 0x68EE # 0 +0xEAB6 0x6E17 # 0 +0xEAB7 0x829F # 0 +0xEAB8 0x8518 # 0 +0xEAB9 0x886B # 0 +0xEABA 0x63F7 # 0 +0xEABB 0x6F81 # 0 +0xEABC 0x9212 # 0 +0xEABD 0x98AF # 0 +0xEABE 0x4E0A # 0 +0xEABF 0x50B7 # 0 +0xEAC0 0x50CF # 0 +0xEAC1 0x511F # 0 +0xEAC2 0x5546 # 0 +0xEAC3 0x55AA # 0 +0xEAC4 0x5617 # 0 +0xEAC5 0x5B40 # 0 +0xEAC6 0x5C19 # 0 +0xEAC7 0x5CE0 # 0 +0xEAC8 0x5E38 # 0 +0xEAC9 0x5E8A # 0 +0xEACA 0x5EA0 # 0 +0xEACB 0x5EC2 # 0 +0xEACC 0x60F3 # 0 +0xEACD 0x6851 # 0 +0xEACE 0x6A61 # 0 +0xEACF 0x6E58 # 0 +0xEAD0 0x723D # 0 +0xEAD1 0x7240 # 0 +0xEAD2 0x72C0 # 0 +0xEAD3 0x76F8 # 0 +0xEAD4 0x7965 # 0 +0xEAD5 0x7BB1 # 0 +0xEAD6 0x7FD4 # 0 +0xEAD7 0x88F3 # 0 +0xEAD8 0x89F4 # 0 +0xEAD9 0x8A73 # 0 +0xEADA 0x8C61 # 0 +0xEADB 0x8CDE # 0 +0xEADC 0x971C # 0 +0xEADD 0x585E # 0 +0xEADE 0x74BD # 0 +0xEADF 0x8CFD # 0 +0xEAE0 0x55C7 # 0 +0xEAE1 0xF96C # 0 +0xEAE2 0x7A61 # 0 +0xEAE3 0x7D22 # 0 +0xEAE4 0x8272 # 0 +0xEAE5 0x7272 # 0 +0xEAE6 0x751F # 0 +0xEAE7 0x7525 # 0 +0xEAE8 0xF96D # 0 +0xEAE9 0x7B19 # 0 +0xEAEA 0x5885 # 0 +0xEAEB 0x58FB # 0 +0xEAEC 0x5DBC # 0 +0xEAED 0x5E8F # 0 +0xEAEE 0x5EB6 # 0 +0xEAEF 0x5F90 # 0 +0xEAF0 0x6055 # 0 +0xEAF1 0x6292 # 0 +0xEAF2 0x637F # 0 +0xEAF3 0x654D # 0 +0xEAF4 0x6691 # 0 +0xEAF5 0x66D9 # 0 +0xEAF6 0x66F8 # 0 +0xEAF7 0x6816 # 0 +0xEAF8 0x68F2 # 0 +0xEAF9 0x7280 # 0 +0xEAFA 0x745E # 0 +0xEAFB 0x7B6E # 0 +0xEAFC 0x7D6E # 0 +0xEAFD 0x7DD6 # 0 +0xEAFE 0x7F72 # 0 +0xEB31 0x80E5 # 0 +0xEB32 0x8212 # 0 +0xEB33 0x85AF # 0 +0xEB34 0x897F # 0 +0xEB35 0x8A93 # 0 +0xEB36 0x901D # 0 +0xEB37 0x92E4 # 0 +0xEB38 0x9ECD # 0 +0xEB39 0x9F20 # 0 +0xEB3A 0x5915 # 0 +0xEB3B 0x596D # 0 +0xEB3C 0x5E2D # 0 +0xEB3D 0x60DC # 0 +0xEB3E 0x6614 # 0 +0xEB3F 0x6673 # 0 +0xEB40 0x6790 # 0 +0xEB41 0x6C50 # 0 +0xEB42 0x6DC5 # 0 +0xEB43 0x6F5F # 0 +0xEB44 0x77F3 # 0 +0xEB45 0x78A9 # 0 +0xEB46 0x84C6 # 0 +0xEB47 0x91CB # 0 +0xEB48 0x932B # 0 +0xEB49 0x4ED9 # 0 +0xEB4A 0x50CA # 0 +0xEB4B 0x5148 # 0 +0xEB4C 0x5584 # 0 +0xEB4D 0x5B0B # 0 +0xEB4E 0x5BA3 # 0 +0xEB4F 0x6247 # 0 +0xEB50 0x657E # 0 +0xEB51 0x65CB # 0 +0xEB52 0x6E32 # 0 +0xEB53 0x717D # 0 +0xEB54 0x7401 # 0 +0xEB55 0x7444 # 0 +0xEB56 0x7487 # 0 +0xEB57 0x74BF # 0 +0xEB58 0x766C # 0 +0xEB59 0x79AA # 0 +0xEB5A 0x7DDA # 0 +0xEB5B 0x7E55 # 0 +0xEB5C 0x7FA8 # 0 +0xEB5D 0x817A # 0 +0xEB5E 0x81B3 # 0 +0xEB5F 0x8239 # 0 +0xEB60 0x861A # 0 +0xEB61 0x87EC # 0 +0xEB62 0x8A75 # 0 +0xEB63 0x8DE3 # 0 +0xEB64 0x9078 # 0 +0xEB65 0x9291 # 0 +0xEB66 0x9425 # 0 +0xEB67 0x994D # 0 +0xEB68 0x9BAE # 0 +0xEB69 0x5368 # 0 +0xEB6A 0x5C51 # 0 +0xEB6B 0x6954 # 0 +0xEB6C 0x6CC4 # 0 +0xEB6D 0x6D29 # 0 +0xEB6E 0x6E2B # 0 +0xEB6F 0x820C # 0 +0xEB70 0x859B # 0 +0xEB71 0x893B # 0 +0xEB72 0x8A2D # 0 +0xEB73 0x8AAA # 0 +0xEB74 0x96EA # 0 +0xEB75 0x9F67 # 0 +0xEB76 0x5261 # 0 +0xEB77 0x66B9 # 0 +0xEB78 0x6BB2 # 0 +0xEB79 0x7E96 # 0 +0xEB7A 0x87FE # 0 +0xEB7B 0x8D0D # 0 +0xEB7C 0x9583 # 0 +0xEB7D 0x965D # 0 +0xEB7E 0x651D # 0 +0xEB91 0x6D89 # 0 +0xEB92 0x71EE # 0 +0xEB93 0xF96E # 0 +0xEB94 0x57CE # 0 +0xEB95 0x59D3 # 0 +0xEB96 0x5BAC # 0 +0xEB97 0x6027 # 0 +0xEB98 0x60FA # 0 +0xEB99 0x6210 # 0 +0xEB9A 0x661F # 0 +0xEB9B 0x665F # 0 +0xEB9C 0x7329 # 0 +0xEB9D 0x73F9 # 0 +0xEB9E 0x76DB # 0 +0xEB9F 0x7701 # 0 +0xEBA0 0x7B6C # 0 +0xEBA1 0x8056 # 0 +0xEBA2 0x8072 # 0 +0xEBA3 0x8165 # 0 +0xEBA4 0x8AA0 # 0 +0xEBA5 0x9192 # 0 +0xEBA6 0x4E16 # 0 +0xEBA7 0x52E2 # 0 +0xEBA8 0x6B72 # 0 +0xEBA9 0x6D17 # 0 +0xEBAA 0x7A05 # 0 +0xEBAB 0x7B39 # 0 +0xEBAC 0x7D30 # 0 +0xEBAD 0xF96F # 0 +0xEBAE 0x8CB0 # 0 +0xEBAF 0x53EC # 0 +0xEBB0 0x562F # 0 +0xEBB1 0x5851 # 0 +0xEBB2 0x5BB5 # 0 +0xEBB3 0x5C0F # 0 +0xEBB4 0x5C11 # 0 +0xEBB5 0x5DE2 # 0 +0xEBB6 0x6240 # 0 +0xEBB7 0x6383 # 0 +0xEBB8 0x6414 # 0 +0xEBB9 0x662D # 0 +0xEBBA 0x68B3 # 0 +0xEBBB 0x6CBC # 0 +0xEBBC 0x6D88 # 0 +0xEBBD 0x6EAF # 0 +0xEBBE 0x701F # 0 +0xEBBF 0x70A4 # 0 +0xEBC0 0x71D2 # 0 +0xEBC1 0x7526 # 0 +0xEBC2 0x758F # 0 +0xEBC3 0x758E # 0 +0xEBC4 0x7619 # 0 +0xEBC5 0x7B11 # 0 +0xEBC6 0x7BE0 # 0 +0xEBC7 0x7C2B # 0 +0xEBC8 0x7D20 # 0 +0xEBC9 0x7D39 # 0 +0xEBCA 0x852C # 0 +0xEBCB 0x856D # 0 +0xEBCC 0x8607 # 0 +0xEBCD 0x8A34 # 0 +0xEBCE 0x900D # 0 +0xEBCF 0x9061 # 0 +0xEBD0 0x90B5 # 0 +0xEBD1 0x92B7 # 0 +0xEBD2 0x97F6 # 0 +0xEBD3 0x9A37 # 0 +0xEBD4 0x4FD7 # 0 +0xEBD5 0x5C6C # 0 +0xEBD6 0x675F # 0 +0xEBD7 0x6D91 # 0 +0xEBD8 0x7C9F # 0 +0xEBD9 0x7E8C # 0 +0xEBDA 0x8B16 # 0 +0xEBDB 0x8D16 # 0 +0xEBDC 0x901F # 0 +0xEBDD 0x5B6B # 0 +0xEBDE 0x5DFD # 0 +0xEBDF 0x640D # 0 +0xEBE0 0x84C0 # 0 +0xEBE1 0x905C # 0 +0xEBE2 0x98E1 # 0 +0xEBE3 0x7387 # 0 +0xEBE4 0x5B8B # 0 +0xEBE5 0x609A # 0 +0xEBE6 0x677E # 0 +0xEBE7 0x6DDE # 0 +0xEBE8 0x8A1F # 0 +0xEBE9 0x8AA6 # 0 +0xEBEA 0x9001 # 0 +0xEBEB 0x980C # 0 +0xEBEC 0x5237 # 0 +0xEBED 0xF970 # 0 +0xEBEE 0x7051 # 0 +0xEBEF 0x788E # 0 +0xEBF0 0x9396 # 0 +0xEBF1 0x8870 # 0 +0xEBF2 0x91D7 # 0 +0xEBF3 0x4FEE # 0 +0xEBF4 0x53D7 # 0 +0xEBF5 0x55FD # 0 +0xEBF6 0x56DA # 0 +0xEBF7 0x5782 # 0 +0xEBF8 0x58FD # 0 +0xEBF9 0x5AC2 # 0 +0xEBFA 0x5B88 # 0 +0xEBFB 0x5CAB # 0 +0xEBFC 0x5CC0 # 0 +0xEBFD 0x5E25 # 0 +0xEBFE 0x6101 # 0 +0xEC31 0x620D # 0 +0xEC32 0x624B # 0 +0xEC33 0x6388 # 0 +0xEC34 0x641C # 0 +0xEC35 0x6536 # 0 +0xEC36 0x6578 # 0 +0xEC37 0x6A39 # 0 +0xEC38 0x6B8A # 0 +0xEC39 0x6C34 # 0 +0xEC3A 0x6D19 # 0 +0xEC3B 0x6F31 # 0 +0xEC3C 0x71E7 # 0 +0xEC3D 0x72E9 # 0 +0xEC3E 0x7378 # 0 +0xEC3F 0x7407 # 0 +0xEC40 0x74B2 # 0 +0xEC41 0x7626 # 0 +0xEC42 0x7761 # 0 +0xEC43 0x79C0 # 0 +0xEC44 0x7A57 # 0 +0xEC45 0x7AEA # 0 +0xEC46 0x7CB9 # 0 +0xEC47 0x7D8F # 0 +0xEC48 0x7DAC # 0 +0xEC49 0x7E61 # 0 +0xEC4A 0x7F9E # 0 +0xEC4B 0x8129 # 0 +0xEC4C 0x8331 # 0 +0xEC4D 0x8490 # 0 +0xEC4E 0x84DA # 0 +0xEC4F 0x85EA # 0 +0xEC50 0x8896 # 0 +0xEC51 0x8AB0 # 0 +0xEC52 0x8B90 # 0 +0xEC53 0x8F38 # 0 +0xEC54 0x9042 # 0 +0xEC55 0x9083 # 0 +0xEC56 0x916C # 0 +0xEC57 0x9296 # 0 +0xEC58 0x92B9 # 0 +0xEC59 0x968B # 0 +0xEC5A 0x96A7 # 0 +0xEC5B 0x96A8 # 0 +0xEC5C 0x96D6 # 0 +0xEC5D 0x9700 # 0 +0xEC5E 0x9808 # 0 +0xEC5F 0x9996 # 0 +0xEC60 0x9AD3 # 0 +0xEC61 0x9B1A # 0 +0xEC62 0x53D4 # 0 +0xEC63 0x587E # 0 +0xEC64 0x5919 # 0 +0xEC65 0x5B70 # 0 +0xEC66 0x5BBF # 0 +0xEC67 0x6DD1 # 0 +0xEC68 0x6F5A # 0 +0xEC69 0x719F # 0 +0xEC6A 0x7421 # 0 +0xEC6B 0x74B9 # 0 +0xEC6C 0x8085 # 0 +0xEC6D 0x83FD # 0 +0xEC6E 0x5DE1 # 0 +0xEC6F 0x5F87 # 0 +0xEC70 0x5FAA # 0 +0xEC71 0x6042 # 0 +0xEC72 0x65EC # 0 +0xEC73 0x6812 # 0 +0xEC74 0x696F # 0 +0xEC75 0x6A53 # 0 +0xEC76 0x6B89 # 0 +0xEC77 0x6D35 # 0 +0xEC78 0x6DF3 # 0 +0xEC79 0x73E3 # 0 +0xEC7A 0x76FE # 0 +0xEC7B 0x77AC # 0 +0xEC7C 0x7B4D # 0 +0xEC7D 0x7D14 # 0 +0xEC7E 0x8123 # 0 +0xEC91 0x821C # 0 +0xEC92 0x8340 # 0 +0xEC93 0x84F4 # 0 +0xEC94 0x8563 # 0 +0xEC95 0x8A62 # 0 +0xEC96 0x8AC4 # 0 +0xEC97 0x9187 # 0 +0xEC98 0x931E # 0 +0xEC99 0x9806 # 0 +0xEC9A 0x99B4 # 0 +0xEC9B 0x620C # 0 +0xEC9C 0x8853 # 0 +0xEC9D 0x8FF0 # 0 +0xEC9E 0x9265 # 0 +0xEC9F 0x5D07 # 0 +0xECA0 0x5D27 # 0 +0xECA1 0x5D69 # 0 +0xECA2 0x745F # 0 +0xECA3 0x819D # 0 +0xECA4 0x8768 # 0 +0xECA5 0x6FD5 # 0 +0xECA6 0x62FE # 0 +0xECA7 0x7FD2 # 0 +0xECA8 0x8936 # 0 +0xECA9 0x8972 # 0 +0xECAA 0x4E1E # 0 +0xECAB 0x4E58 # 0 +0xECAC 0x50E7 # 0 +0xECAD 0x52DD # 0 +0xECAE 0x5347 # 0 +0xECAF 0x627F # 0 +0xECB0 0x6607 # 0 +0xECB1 0x7E69 # 0 +0xECB2 0x8805 # 0 +0xECB3 0x965E # 0 +0xECB4 0x4F8D # 0 +0xECB5 0x5319 # 0 +0xECB6 0x5636 # 0 +0xECB7 0x59CB # 0 +0xECB8 0x5AA4 # 0 +0xECB9 0x5C38 # 0 +0xECBA 0x5C4E # 0 +0xECBB 0x5C4D # 0 +0xECBC 0x5E02 # 0 +0xECBD 0x5F11 # 0 +0xECBE 0x6043 # 0 +0xECBF 0x65BD # 0 +0xECC0 0x662F # 0 +0xECC1 0x6642 # 0 +0xECC2 0x67BE # 0 +0xECC3 0x67F4 # 0 +0xECC4 0x731C # 0 +0xECC5 0x77E2 # 0 +0xECC6 0x793A # 0 +0xECC7 0x7FC5 # 0 +0xECC8 0x8494 # 0 +0xECC9 0x84CD # 0 +0xECCA 0x8996 # 0 +0xECCB 0x8A66 # 0 +0xECCC 0x8A69 # 0 +0xECCD 0x8AE1 # 0 +0xECCE 0x8C55 # 0 +0xECCF 0x8C7A # 0 +0xECD0 0x57F4 # 0 +0xECD1 0x5BD4 # 0 +0xECD2 0x5F0F # 0 +0xECD3 0x606F # 0 +0xECD4 0x62ED # 0 +0xECD5 0x690D # 0 +0xECD6 0x6B96 # 0 +0xECD7 0x6E5C # 0 +0xECD8 0x7184 # 0 +0xECD9 0x7BD2 # 0 +0xECDA 0x8755 # 0 +0xECDB 0x8B58 # 0 +0xECDC 0x8EFE # 0 +0xECDD 0x98DF # 0 +0xECDE 0x98FE # 0 +0xECDF 0x4F38 # 0 +0xECE0 0x4F81 # 0 +0xECE1 0x4FE1 # 0 +0xECE2 0x547B # 0 +0xECE3 0x5A20 # 0 +0xECE4 0x5BB8 # 0 +0xECE5 0x613C # 0 +0xECE6 0x65B0 # 0 +0xECE7 0x6668 # 0 +0xECE8 0x71FC # 0 +0xECE9 0x7533 # 0 +0xECEA 0x795E # 0 +0xECEB 0x7D33 # 0 +0xECEC 0x814E # 0 +0xECED 0x81E3 # 0 +0xECEE 0x8398 # 0 +0xECEF 0x85AA # 0 +0xECF0 0x85CE # 0 +0xECF1 0x8703 # 0 +0xECF2 0x8A0A # 0 +0xECF3 0x8EAB # 0 +0xECF4 0x8F9B # 0 +0xECF5 0xF971 # 0 +0xECF6 0x8FC5 # 0 +0xECF7 0x5931 # 0 +0xECF8 0x5BA4 # 0 +0xECF9 0x5BE6 # 0 +0xECFA 0x6089 # 0 +0xECFB 0x5BE9 # 0 +0xECFC 0x5C0B # 0 +0xECFD 0x5FC3 # 0 +0xECFE 0x6C81 # 0 +0xED31 0xF972 # 0 +0xED32 0x6DF1 # 0 +0xED33 0x700B # 0 +0xED34 0x751A # 0 +0xED35 0x82AF # 0 +0xED36 0x8AF6 # 0 +0xED37 0x4EC0 # 0 +0xED38 0x5341 # 0 +0xED39 0xF973 # 0 +0xED3A 0x96D9 # 0 +0xED3B 0x6C0F # 0 +0xED3C 0x4E9E # 0 +0xED3D 0x4FC4 # 0 +0xED3E 0x5152 # 0 +0xED3F 0x555E # 0 +0xED40 0x5A25 # 0 +0xED41 0x5CE8 # 0 +0xED42 0x6211 # 0 +0xED43 0x7259 # 0 +0xED44 0x82BD # 0 +0xED45 0x83AA # 0 +0xED46 0x86FE # 0 +0xED47 0x8859 # 0 +0xED48 0x8A1D # 0 +0xED49 0x963F # 0 +0xED4A 0x96C5 # 0 +0xED4B 0x9913 # 0 +0xED4C 0x9D09 # 0 +0xED4D 0x9D5D # 0 +0xED4E 0x580A # 0 +0xED4F 0x5CB3 # 0 +0xED50 0x5DBD # 0 +0xED51 0x5E44 # 0 +0xED52 0x60E1 # 0 +0xED53 0x6115 # 0 +0xED54 0x63E1 # 0 +0xED55 0x6A02 # 0 +0xED56 0x6E25 # 0 +0xED57 0x9102 # 0 +0xED58 0x9354 # 0 +0xED59 0x984E # 0 +0xED5A 0x9C10 # 0 +0xED5B 0x9F77 # 0 +0xED5C 0x5B89 # 0 +0xED5D 0x5CB8 # 0 +0xED5E 0x6309 # 0 +0xED5F 0x664F # 0 +0xED60 0x6848 # 0 +0xED61 0x773C # 0 +0xED62 0x96C1 # 0 +0xED63 0x978D # 0 +0xED64 0x9854 # 0 +0xED65 0x9B9F # 0 +0xED66 0x65A1 # 0 +0xED67 0x8B01 # 0 +0xED68 0x8ECB # 0 +0xED69 0x95BC # 0 +0xED6A 0x5535 # 0 +0xED6B 0x5CA9 # 0 +0xED6C 0x5DD6 # 0 +0xED6D 0x5EB5 # 0 +0xED6E 0x6697 # 0 +0xED6F 0x764C # 0 +0xED70 0x83F4 # 0 +0xED71 0x95C7 # 0 +0xED72 0x58D3 # 0 +0xED73 0x62BC # 0 +0xED74 0x72CE # 0 +0xED75 0x9D28 # 0 +0xED76 0x4EF0 # 0 +0xED77 0x592E # 0 +0xED78 0x600F # 0 +0xED79 0x663B # 0 +0xED7A 0x6B83 # 0 +0xED7B 0x79E7 # 0 +0xED7C 0x9D26 # 0 +0xED7D 0x5393 # 0 +0xED7E 0x54C0 # 0 +0xED91 0x57C3 # 0 +0xED92 0x5D16 # 0 +0xED93 0x611B # 0 +0xED94 0x66D6 # 0 +0xED95 0x6DAF # 0 +0xED96 0x788D # 0 +0xED97 0x827E # 0 +0xED98 0x9698 # 0 +0xED99 0x9744 # 0 +0xED9A 0x5384 # 0 +0xED9B 0x627C # 0 +0xED9C 0x6396 # 0 +0xED9D 0x6DB2 # 0 +0xED9E 0x7E0A # 0 +0xED9F 0x814B # 0 +0xEDA0 0x984D # 0 +0xEDA1 0x6AFB # 0 +0xEDA2 0x7F4C # 0 +0xEDA3 0x9DAF # 0 +0xEDA4 0x9E1A # 0 +0xEDA5 0x4E5F # 0 +0xEDA6 0x503B # 0 +0xEDA7 0x51B6 # 0 +0xEDA8 0x591C # 0 +0xEDA9 0x60F9 # 0 +0xEDAA 0x63F6 # 0 +0xEDAB 0x6930 # 0 +0xEDAC 0x723A # 0 +0xEDAD 0x8036 # 0 +0xEDAE 0xF974 # 0 +0xEDAF 0x91CE # 0 +0xEDB0 0x5F31 # 0 +0xEDB1 0xF975 # 0 +0xEDB2 0xF976 # 0 +0xEDB3 0x7D04 # 0 +0xEDB4 0x82E5 # 0 +0xEDB5 0x846F # 0 +0xEDB6 0x84BB # 0 +0xEDB7 0x85E5 # 0 +0xEDB8 0x8E8D # 0 +0xEDB9 0xF977 # 0 +0xEDBA 0x4F6F # 0 +0xEDBB 0xF978 # 0 +0xEDBC 0xF979 # 0 +0xEDBD 0x58E4 # 0 +0xEDBE 0x5B43 # 0 +0xEDBF 0x6059 # 0 +0xEDC0 0x63DA # 0 +0xEDC1 0x6518 # 0 +0xEDC2 0x656D # 0 +0xEDC3 0x6698 # 0 +0xEDC4 0xF97A # 0 +0xEDC5 0x694A # 0 +0xEDC6 0x6A23 # 0 +0xEDC7 0x6D0B # 0 +0xEDC8 0x7001 # 0 +0xEDC9 0x716C # 0 +0xEDCA 0x75D2 # 0 +0xEDCB 0x760D # 0 +0xEDCC 0x79B3 # 0 +0xEDCD 0x7A70 # 0 +0xEDCE 0xF97B # 0 +0xEDCF 0x7F8A # 0 +0xEDD0 0xF97C # 0 +0xEDD1 0x8944 # 0 +0xEDD2 0xF97D # 0 +0xEDD3 0x8B93 # 0 +0xEDD4 0x91C0 # 0 +0xEDD5 0x967D # 0 +0xEDD6 0xF97E # 0 +0xEDD7 0x990A # 0 +0xEDD8 0x5704 # 0 +0xEDD9 0x5FA1 # 0 +0xEDDA 0x65BC # 0 +0xEDDB 0x6F01 # 0 +0xEDDC 0x7600 # 0 +0xEDDD 0x79A6 # 0 +0xEDDE 0x8A9E # 0 +0xEDDF 0x99AD # 0 +0xEDE0 0x9B5A # 0 +0xEDE1 0x9F6C # 0 +0xEDE2 0x5104 # 0 +0xEDE3 0x61B6 # 0 +0xEDE4 0x6291 # 0 +0xEDE5 0x6A8D # 0 +0xEDE6 0x81C6 # 0 +0xEDE7 0x5043 # 0 +0xEDE8 0x5830 # 0 +0xEDE9 0x5F66 # 0 +0xEDEA 0x7109 # 0 +0xEDEB 0x8A00 # 0 +0xEDEC 0x8AFA # 0 +0xEDED 0x5B7C # 0 +0xEDEE 0x8616 # 0 +0xEDEF 0x4FFA # 0 +0xEDF0 0x513C # 0 +0xEDF1 0x56B4 # 0 +0xEDF2 0x5944 # 0 +0xEDF3 0x63A9 # 0 +0xEDF4 0x6DF9 # 0 +0xEDF5 0x5DAA # 0 +0xEDF6 0x696D # 0 +0xEDF7 0x5186 # 0 +0xEDF8 0x4E88 # 0 +0xEDF9 0x4F59 # 0 +0xEDFA 0xF97F # 0 +0xEDFB 0xF980 # 0 +0xEDFC 0xF981 # 0 +0xEDFD 0x5982 # 0 +0xEDFE 0xF982 # 0 +0xEE31 0xF983 # 0 +0xEE32 0x6B5F # 0 +0xEE33 0x6C5D # 0 +0xEE34 0xF984 # 0 +0xEE35 0x74B5 # 0 +0xEE36 0x7916 # 0 +0xEE37 0xF985 # 0 +0xEE38 0x8207 # 0 +0xEE39 0x8245 # 0 +0xEE3A 0x8339 # 0 +0xEE3B 0x8F3F # 0 +0xEE3C 0x8F5D # 0 +0xEE3D 0xF986 # 0 +0xEE3E 0x9918 # 0 +0xEE3F 0xF987 # 0 +0xEE40 0xF988 # 0 +0xEE41 0xF989 # 0 +0xEE42 0x4EA6 # 0 +0xEE43 0xF98A # 0 +0xEE44 0x57DF # 0 +0xEE45 0x5F79 # 0 +0xEE46 0x6613 # 0 +0xEE47 0xF98B # 0 +0xEE48 0xF98C # 0 +0xEE49 0x75AB # 0 +0xEE4A 0x7E79 # 0 +0xEE4B 0x8B6F # 0 +0xEE4C 0xF98D # 0 +0xEE4D 0x9006 # 0 +0xEE4E 0x9A5B # 0 +0xEE4F 0x56A5 # 0 +0xEE50 0x5827 # 0 +0xEE51 0x59F8 # 0 +0xEE52 0x5A1F # 0 +0xEE53 0x5BB4 # 0 +0xEE54 0xF98E # 0 +0xEE55 0x5EF6 # 0 +0xEE56 0xF98F # 0 +0xEE57 0xF990 # 0 +0xEE58 0x6350 # 0 +0xEE59 0x633B # 0 +0xEE5A 0xF991 # 0 +0xEE5B 0x693D # 0 +0xEE5C 0x6C87 # 0 +0xEE5D 0x6CBF # 0 +0xEE5E 0x6D8E # 0 +0xEE5F 0x6D93 # 0 +0xEE60 0x6DF5 # 0 +0xEE61 0x6F14 # 0 +0xEE62 0xF992 # 0 +0xEE63 0x70DF # 0 +0xEE64 0x7136 # 0 +0xEE65 0x7159 # 0 +0xEE66 0xF993 # 0 +0xEE67 0x71C3 # 0 +0xEE68 0x71D5 # 0 +0xEE69 0xF994 # 0 +0xEE6A 0x784F # 0 +0xEE6B 0x786F # 0 +0xEE6C 0xF995 # 0 +0xEE6D 0x7B75 # 0 +0xEE6E 0x7DE3 # 0 +0xEE6F 0xF996 # 0 +0xEE70 0x7E2F # 0 +0xEE71 0xF997 # 0 +0xEE72 0x884D # 0 +0xEE73 0x8EDF # 0 +0xEE74 0xF998 # 0 +0xEE75 0xF999 # 0 +0xEE76 0xF99A # 0 +0xEE77 0x925B # 0 +0xEE78 0xF99B # 0 +0xEE79 0x9CF6 # 0 +0xEE7A 0xF99C # 0 +0xEE7B 0xF99D # 0 +0xEE7C 0xF99E # 0 +0xEE7D 0x6085 # 0 +0xEE7E 0x6D85 # 0 +0xEE91 0xF99F # 0 +0xEE92 0x71B1 # 0 +0xEE93 0xF9A0 # 0 +0xEE94 0xF9A1 # 0 +0xEE95 0x95B1 # 0 +0xEE96 0x53AD # 0 +0xEE97 0xF9A2 # 0 +0xEE98 0xF9A3 # 0 +0xEE99 0xF9A4 # 0 +0xEE9A 0x67D3 # 0 +0xEE9B 0xF9A5 # 0 +0xEE9C 0x708E # 0 +0xEE9D 0x7130 # 0 +0xEE9E 0x7430 # 0 +0xEE9F 0x8276 # 0 +0xEEA0 0x82D2 # 0 +0xEEA1 0xF9A6 # 0 +0xEEA2 0x95BB # 0 +0xEEA3 0x9AE5 # 0 +0xEEA4 0x9E7D # 0 +0xEEA5 0x66C4 # 0 +0xEEA6 0xF9A7 # 0 +0xEEA7 0x71C1 # 0 +0xEEA8 0x8449 # 0 +0xEEA9 0xF9A8 # 0 +0xEEAA 0xF9A9 # 0 +0xEEAB 0x584B # 0 +0xEEAC 0xF9AA # 0 +0xEEAD 0xF9AB # 0 +0xEEAE 0x5DB8 # 0 +0xEEAF 0x5F71 # 0 +0xEEB0 0xF9AC # 0 +0xEEB1 0x6620 # 0 +0xEEB2 0x668E # 0 +0xEEB3 0x6979 # 0 +0xEEB4 0x69AE # 0 +0xEEB5 0x6C38 # 0 +0xEEB6 0x6CF3 # 0 +0xEEB7 0x6E36 # 0 +0xEEB8 0x6F41 # 0 +0xEEB9 0x6FDA # 0 +0xEEBA 0x701B # 0 +0xEEBB 0x702F # 0 +0xEEBC 0x7150 # 0 +0xEEBD 0x71DF # 0 +0xEEBE 0x7370 # 0 +0xEEBF 0xF9AD # 0 +0xEEC0 0x745B # 0 +0xEEC1 0xF9AE # 0 +0xEEC2 0x74D4 # 0 +0xEEC3 0x76C8 # 0 +0xEEC4 0x7A4E # 0 +0xEEC5 0x7E93 # 0 +0xEEC6 0xF9AF # 0 +0xEEC7 0xF9B0 # 0 +0xEEC8 0x82F1 # 0 +0xEEC9 0x8A60 # 0 +0xEECA 0x8FCE # 0 +0xEECB 0xF9B1 # 0 +0xEECC 0x9348 # 0 +0xEECD 0xF9B2 # 0 +0xEECE 0x9719 # 0 +0xEECF 0xF9B3 # 0 +0xEED0 0xF9B4 # 0 +0xEED1 0x4E42 # 0 +0xEED2 0x502A # 0 +0xEED3 0xF9B5 # 0 +0xEED4 0x5208 # 0 +0xEED5 0x53E1 # 0 +0xEED6 0x66F3 # 0 +0xEED7 0x6C6D # 0 +0xEED8 0x6FCA # 0 +0xEED9 0x730A # 0 +0xEEDA 0x777F # 0 +0xEEDB 0x7A62 # 0 +0xEEDC 0x82AE # 0 +0xEEDD 0x85DD # 0 +0xEEDE 0x8602 # 0 +0xEEDF 0xF9B6 # 0 +0xEEE0 0x88D4 # 0 +0xEEE1 0x8A63 # 0 +0xEEE2 0x8B7D # 0 +0xEEE3 0x8C6B # 0 +0xEEE4 0xF9B7 # 0 +0xEEE5 0x92B3 # 0 +0xEEE6 0xF9B8 # 0 +0xEEE7 0x9713 # 0 +0xEEE8 0x9810 # 0 +0xEEE9 0x4E94 # 0 +0xEEEA 0x4F0D # 0 +0xEEEB 0x4FC9 # 0 +0xEEEC 0x50B2 # 0 +0xEEED 0x5348 # 0 +0xEEEE 0x543E # 0 +0xEEEF 0x5433 # 0 +0xEEF0 0x55DA # 0 +0xEEF1 0x5862 # 0 +0xEEF2 0x58BA # 0 +0xEEF3 0x5967 # 0 +0xEEF4 0x5A1B # 0 +0xEEF5 0x5BE4 # 0 +0xEEF6 0x609F # 0 +0xEEF7 0xF9B9 # 0 +0xEEF8 0x61CA # 0 +0xEEF9 0x6556 # 0 +0xEEFA 0x65FF # 0 +0xEEFB 0x6664 # 0 +0xEEFC 0x68A7 # 0 +0xEEFD 0x6C5A # 0 +0xEEFE 0x6FB3 # 0 +0xEF31 0x70CF # 0 +0xEF32 0x71AC # 0 +0xEF33 0x7352 # 0 +0xEF34 0x7B7D # 0 +0xEF35 0x8708 # 0 +0xEF36 0x8AA4 # 0 +0xEF37 0x9C32 # 0 +0xEF38 0x9F07 # 0 +0xEF39 0x5C4B # 0 +0xEF3A 0x6C83 # 0 +0xEF3B 0x7344 # 0 +0xEF3C 0x7389 # 0 +0xEF3D 0x923A # 0 +0xEF3E 0x6EAB # 0 +0xEF3F 0x7465 # 0 +0xEF40 0x761F # 0 +0xEF41 0x7A69 # 0 +0xEF42 0x7E15 # 0 +0xEF43 0x860A # 0 +0xEF44 0x5140 # 0 +0xEF45 0x58C5 # 0 +0xEF46 0x64C1 # 0 +0xEF47 0x74EE # 0 +0xEF48 0x7515 # 0 +0xEF49 0x7670 # 0 +0xEF4A 0x7FC1 # 0 +0xEF4B 0x9095 # 0 +0xEF4C 0x96CD # 0 +0xEF4D 0x9954 # 0 +0xEF4E 0x6E26 # 0 +0xEF4F 0x74E6 # 0 +0xEF50 0x7AA9 # 0 +0xEF51 0x7AAA # 0 +0xEF52 0x81E5 # 0 +0xEF53 0x86D9 # 0 +0xEF54 0x8778 # 0 +0xEF55 0x8A1B # 0 +0xEF56 0x5A49 # 0 +0xEF57 0x5B8C # 0 +0xEF58 0x5B9B # 0 +0xEF59 0x68A1 # 0 +0xEF5A 0x6900 # 0 +0xEF5B 0x6D63 # 0 +0xEF5C 0x73A9 # 0 +0xEF5D 0x7413 # 0 +0xEF5E 0x742C # 0 +0xEF5F 0x7897 # 0 +0xEF60 0x7DE9 # 0 +0xEF61 0x7FEB # 0 +0xEF62 0x8118 # 0 +0xEF63 0x8155 # 0 +0xEF64 0x839E # 0 +0xEF65 0x8C4C # 0 +0xEF66 0x962E # 0 +0xEF67 0x9811 # 0 +0xEF68 0x66F0 # 0 +0xEF69 0x5F80 # 0 +0xEF6A 0x65FA # 0 +0xEF6B 0x6789 # 0 +0xEF6C 0x6C6A # 0 +0xEF6D 0x738B # 0 +0xEF6E 0x502D # 0 +0xEF6F 0x5A03 # 0 +0xEF70 0x6B6A # 0 +0xEF71 0x77EE # 0 +0xEF72 0x5916 # 0 +0xEF73 0x5D6C # 0 +0xEF74 0x5DCD # 0 +0xEF75 0x7325 # 0 +0xEF76 0x754F # 0 +0xEF77 0xF9BA # 0 +0xEF78 0xF9BB # 0 +0xEF79 0x50E5 # 0 +0xEF7A 0x51F9 # 0 +0xEF7B 0x582F # 0 +0xEF7C 0x592D # 0 +0xEF7D 0x5996 # 0 +0xEF7E 0x59DA # 0 +0xEF91 0x5BE5 # 0 +0xEF92 0xF9BC # 0 +0xEF93 0xF9BD # 0 +0xEF94 0x5DA2 # 0 +0xEF95 0x62D7 # 0 +0xEF96 0x6416 # 0 +0xEF97 0x6493 # 0 +0xEF98 0x64FE # 0 +0xEF99 0xF9BE # 0 +0xEF9A 0x66DC # 0 +0xEF9B 0xF9BF # 0 +0xEF9C 0x6A48 # 0 +0xEF9D 0xF9C0 # 0 +0xEF9E 0x71FF # 0 +0xEF9F 0x7464 # 0 +0xEFA0 0xF9C1 # 0 +0xEFA1 0x7A88 # 0 +0xEFA2 0x7AAF # 0 +0xEFA3 0x7E47 # 0 +0xEFA4 0x7E5E # 0 +0xEFA5 0x8000 # 0 +0xEFA6 0x8170 # 0 +0xEFA7 0xF9C2 # 0 +0xEFA8 0x87EF # 0 +0xEFA9 0x8981 # 0 +0xEFAA 0x8B20 # 0 +0xEFAB 0x9059 # 0 +0xEFAC 0xF9C3 # 0 +0xEFAD 0x9080 # 0 +0xEFAE 0x9952 # 0 +0xEFAF 0x617E # 0 +0xEFB0 0x6B32 # 0 +0xEFB1 0x6D74 # 0 +0xEFB2 0x7E1F # 0 +0xEFB3 0x8925 # 0 +0xEFB4 0x8FB1 # 0 +0xEFB5 0x4FD1 # 0 +0xEFB6 0x50AD # 0 +0xEFB7 0x5197 # 0 +0xEFB8 0x52C7 # 0 +0xEFB9 0x57C7 # 0 +0xEFBA 0x5889 # 0 +0xEFBB 0x5BB9 # 0 +0xEFBC 0x5EB8 # 0 +0xEFBD 0x6142 # 0 +0xEFBE 0x6995 # 0 +0xEFBF 0x6D8C # 0 +0xEFC0 0x6E67 # 0 +0xEFC1 0x6EB6 # 0 +0xEFC2 0x7194 # 0 +0xEFC3 0x7462 # 0 +0xEFC4 0x7528 # 0 +0xEFC5 0x752C # 0 +0xEFC6 0x8073 # 0 +0xEFC7 0x8338 # 0 +0xEFC8 0x84C9 # 0 +0xEFC9 0x8E0A # 0 +0xEFCA 0x9394 # 0 +0xEFCB 0x93DE # 0 +0xEFCC 0xF9C4 # 0 +0xEFCD 0x4E8E # 0 +0xEFCE 0x4F51 # 0 +0xEFCF 0x5076 # 0 +0xEFD0 0x512A # 0 +0xEFD1 0x53C8 # 0 +0xEFD2 0x53CB # 0 +0xEFD3 0x53F3 # 0 +0xEFD4 0x5B87 # 0 +0xEFD5 0x5BD3 # 0 +0xEFD6 0x5C24 # 0 +0xEFD7 0x611A # 0 +0xEFD8 0x6182 # 0 +0xEFD9 0x65F4 # 0 +0xEFDA 0x725B # 0 +0xEFDB 0x7397 # 0 +0xEFDC 0x7440 # 0 +0xEFDD 0x76C2 # 0 +0xEFDE 0x7950 # 0 +0xEFDF 0x7991 # 0 +0xEFE0 0x79B9 # 0 +0xEFE1 0x7D06 # 0 +0xEFE2 0x7FBD # 0 +0xEFE3 0x828B # 0 +0xEFE4 0x85D5 # 0 +0xEFE5 0x865E # 0 +0xEFE6 0x8FC2 # 0 +0xEFE7 0x9047 # 0 +0xEFE8 0x90F5 # 0 +0xEFE9 0x91EA # 0 +0xEFEA 0x9685 # 0 +0xEFEB 0x96E8 # 0 +0xEFEC 0x96E9 # 0 +0xEFED 0x52D6 # 0 +0xEFEE 0x5F67 # 0 +0xEFEF 0x65ED # 0 +0xEFF0 0x6631 # 0 +0xEFF1 0x682F # 0 +0xEFF2 0x715C # 0 +0xEFF3 0x7A36 # 0 +0xEFF4 0x90C1 # 0 +0xEFF5 0x980A # 0 +0xEFF6 0x4E91 # 0 +0xEFF7 0xF9C5 # 0 +0xEFF8 0x6A52 # 0 +0xEFF9 0x6B9E # 0 +0xEFFA 0x6F90 # 0 +0xEFFB 0x7189 # 0 +0xEFFC 0x8018 # 0 +0xEFFD 0x82B8 # 0 +0xEFFE 0x8553 # 0 +0xF031 0x904B # 0 +0xF032 0x9695 # 0 +0xF033 0x96F2 # 0 +0xF034 0x97FB # 0 +0xF035 0x851A # 0 +0xF036 0x9B31 # 0 +0xF037 0x4E90 # 0 +0xF038 0x718A # 0 +0xF039 0x96C4 # 0 +0xF03A 0x5143 # 0 +0xF03B 0x539F # 0 +0xF03C 0x54E1 # 0 +0xF03D 0x5713 # 0 +0xF03E 0x5712 # 0 +0xF03F 0x57A3 # 0 +0xF040 0x5A9B # 0 +0xF041 0x5AC4 # 0 +0xF042 0x5BC3 # 0 +0xF043 0x6028 # 0 +0xF044 0x613F # 0 +0xF045 0x63F4 # 0 +0xF046 0x6C85 # 0 +0xF047 0x6D39 # 0 +0xF048 0x6E72 # 0 +0xF049 0x6E90 # 0 +0xF04A 0x7230 # 0 +0xF04B 0x733F # 0 +0xF04C 0x7457 # 0 +0xF04D 0x82D1 # 0 +0xF04E 0x8881 # 0 +0xF04F 0x8F45 # 0 +0xF050 0x9060 # 0 +0xF051 0xF9C6 # 0 +0xF052 0x9662 # 0 +0xF053 0x9858 # 0 +0xF054 0x9D1B # 0 +0xF055 0x6708 # 0 +0xF056 0x8D8A # 0 +0xF057 0x925E # 0 +0xF058 0x4F4D # 0 +0xF059 0x5049 # 0 +0xF05A 0x50DE # 0 +0xF05B 0x5371 # 0 +0xF05C 0x570D # 0 +0xF05D 0x59D4 # 0 +0xF05E 0x5A01 # 0 +0xF05F 0x5C09 # 0 +0xF060 0x6170 # 0 +0xF061 0x6690 # 0 +0xF062 0x6E2D # 0 +0xF063 0x7232 # 0 +0xF064 0x744B # 0 +0xF065 0x7DEF # 0 +0xF066 0x80C3 # 0 +0xF067 0x840E # 0 +0xF068 0x8466 # 0 +0xF069 0x853F # 0 +0xF06A 0x875F # 0 +0xF06B 0x885B # 0 +0xF06C 0x8918 # 0 +0xF06D 0x8B02 # 0 +0xF06E 0x9055 # 0 +0xF06F 0x97CB # 0 +0xF070 0x9B4F # 0 +0xF071 0x4E73 # 0 +0xF072 0x4F91 # 0 +0xF073 0x5112 # 0 +0xF074 0x516A # 0 +0xF075 0xF9C7 # 0 +0xF076 0x552F # 0 +0xF077 0x55A9 # 0 +0xF078 0x5B7A # 0 +0xF079 0x5BA5 # 0 +0xF07A 0x5E7C # 0 +0xF07B 0x5E7D # 0 +0xF07C 0x5EBE # 0 +0xF07D 0x60A0 # 0 +0xF07E 0x60DF # 0 +0xF091 0x6108 # 0 +0xF092 0x6109 # 0 +0xF093 0x63C4 # 0 +0xF094 0x6538 # 0 +0xF095 0x6709 # 0 +0xF096 0xF9C8 # 0 +0xF097 0x67D4 # 0 +0xF098 0x67DA # 0 +0xF099 0xF9C9 # 0 +0xF09A 0x6961 # 0 +0xF09B 0x6962 # 0 +0xF09C 0x6CB9 # 0 +0xF09D 0x6D27 # 0 +0xF09E 0xF9CA # 0 +0xF09F 0x6E38 # 0 +0xF0A0 0xF9CB # 0 +0xF0A1 0x6FE1 # 0 +0xF0A2 0x7336 # 0 +0xF0A3 0x7337 # 0 +0xF0A4 0xF9CC # 0 +0xF0A5 0x745C # 0 +0xF0A6 0x7531 # 0 +0xF0A7 0xF9CD # 0 +0xF0A8 0x7652 # 0 +0xF0A9 0xF9CE # 0 +0xF0AA 0xF9CF # 0 +0xF0AB 0x7DAD # 0 +0xF0AC 0x81FE # 0 +0xF0AD 0x8438 # 0 +0xF0AE 0x88D5 # 0 +0xF0AF 0x8A98 # 0 +0xF0B0 0x8ADB # 0 +0xF0B1 0x8AED # 0 +0xF0B2 0x8E30 # 0 +0xF0B3 0x8E42 # 0 +0xF0B4 0x904A # 0 +0xF0B5 0x903E # 0 +0xF0B6 0x907A # 0 +0xF0B7 0x9149 # 0 +0xF0B8 0x91C9 # 0 +0xF0B9 0x936E # 0 +0xF0BA 0xF9D0 # 0 +0xF0BB 0xF9D1 # 0 +0xF0BC 0x5809 # 0 +0xF0BD 0xF9D2 # 0 +0xF0BE 0x6BD3 # 0 +0xF0BF 0x8089 # 0 +0xF0C0 0x80B2 # 0 +0xF0C1 0xF9D3 # 0 +0xF0C2 0xF9D4 # 0 +0xF0C3 0x5141 # 0 +0xF0C4 0x596B # 0 +0xF0C5 0x5C39 # 0 +0xF0C6 0xF9D5 # 0 +0xF0C7 0xF9D6 # 0 +0xF0C8 0x6F64 # 0 +0xF0C9 0x73A7 # 0 +0xF0CA 0x80E4 # 0 +0xF0CB 0x8D07 # 0 +0xF0CC 0xF9D7 # 0 +0xF0CD 0x9217 # 0 +0xF0CE 0x958F # 0 +0xF0CF 0xF9D8 # 0 +0xF0D0 0xF9D9 # 0 +0xF0D1 0xF9DA # 0 +0xF0D2 0xF9DB # 0 +0xF0D3 0x807F # 0 +0xF0D4 0x620E # 0 +0xF0D5 0x701C # 0 +0xF0D6 0x7D68 # 0 +0xF0D7 0x878D # 0 +0xF0D8 0xF9DC # 0 +0xF0D9 0x57A0 # 0 +0xF0DA 0x6069 # 0 +0xF0DB 0x6147 # 0 +0xF0DC 0x6BB7 # 0 +0xF0DD 0x8ABE # 0 +0xF0DE 0x9280 # 0 +0xF0DF 0x96B1 # 0 +0xF0E0 0x4E59 # 0 +0xF0E1 0x541F # 0 +0xF0E2 0x6DEB # 0 +0xF0E3 0x852D # 0 +0xF0E4 0x9670 # 0 +0xF0E5 0x97F3 # 0 +0xF0E6 0x98EE # 0 +0xF0E7 0x63D6 # 0 +0xF0E8 0x6CE3 # 0 +0xF0E9 0x9091 # 0 +0xF0EA 0x51DD # 0 +0xF0EB 0x61C9 # 0 +0xF0EC 0x81BA # 0 +0xF0ED 0x9DF9 # 0 +0xF0EE 0x4F9D # 0 +0xF0EF 0x501A # 0 +0xF0F0 0x5100 # 0 +0xF0F1 0x5B9C # 0 +0xF0F2 0x610F # 0 +0xF0F3 0x61FF # 0 +0xF0F4 0x64EC # 0 +0xF0F5 0x6905 # 0 +0xF0F6 0x6BC5 # 0 +0xF0F7 0x7591 # 0 +0xF0F8 0x77E3 # 0 +0xF0F9 0x7FA9 # 0 +0xF0FA 0x8264 # 0 +0xF0FB 0x858F # 0 +0xF0FC 0x87FB # 0 +0xF0FD 0x8863 # 0 +0xF0FE 0x8ABC # 0 +0xF131 0x8B70 # 0 +0xF132 0x91AB # 0 +0xF133 0x4E8C # 0 +0xF134 0x4EE5 # 0 +0xF135 0x4F0A # 0 +0xF136 0xF9DD # 0 +0xF137 0xF9DE # 0 +0xF138 0x5937 # 0 +0xF139 0x59E8 # 0 +0xF13A 0xF9DF # 0 +0xF13B 0x5DF2 # 0 +0xF13C 0x5F1B # 0 +0xF13D 0x5F5B # 0 +0xF13E 0x6021 # 0 +0xF13F 0xF9E0 # 0 +0xF140 0xF9E1 # 0 +0xF141 0xF9E2 # 0 +0xF142 0xF9E3 # 0 +0xF143 0x723E # 0 +0xF144 0x73E5 # 0 +0xF145 0xF9E4 # 0 +0xF146 0x7570 # 0 +0xF147 0x75CD # 0 +0xF148 0xF9E5 # 0 +0xF149 0x79FB # 0 +0xF14A 0xF9E6 # 0 +0xF14B 0x800C # 0 +0xF14C 0x8033 # 0 +0xF14D 0x8084 # 0 +0xF14E 0x82E1 # 0 +0xF14F 0x8351 # 0 +0xF150 0xF9E7 # 0 +0xF151 0xF9E8 # 0 +0xF152 0x8CBD # 0 +0xF153 0x8CB3 # 0 +0xF154 0x9087 # 0 +0xF155 0xF9E9 # 0 +0xF156 0xF9EA # 0 +0xF157 0x98F4 # 0 +0xF158 0x990C # 0 +0xF159 0xF9EB # 0 +0xF15A 0xF9EC # 0 +0xF15B 0x7037 # 0 +0xF15C 0x76CA # 0 +0xF15D 0x7FCA # 0 +0xF15E 0x7FCC # 0 +0xF15F 0x7FFC # 0 +0xF160 0x8B1A # 0 +0xF161 0x4EBA # 0 +0xF162 0x4EC1 # 0 +0xF163 0x5203 # 0 +0xF164 0x5370 # 0 +0xF165 0xF9ED # 0 +0xF166 0x54BD # 0 +0xF167 0x56E0 # 0 +0xF168 0x59FB # 0 +0xF169 0x5BC5 # 0 +0xF16A 0x5F15 # 0 +0xF16B 0x5FCD # 0 +0xF16C 0x6E6E # 0 +0xF16D 0xF9EE # 0 +0xF16E 0xF9EF # 0 +0xF16F 0x7D6A # 0 +0xF170 0x8335 # 0 +0xF171 0xF9F0 # 0 +0xF172 0x8693 # 0 +0xF173 0x8A8D # 0 +0xF174 0xF9F1 # 0 +0xF175 0x976D # 0 +0xF176 0x9777 # 0 +0xF177 0xF9F2 # 0 +0xF178 0xF9F3 # 0 +0xF179 0x4E00 # 0 +0xF17A 0x4F5A # 0 +0xF17B 0x4F7E # 0 +0xF17C 0x58F9 # 0 +0xF17D 0x65E5 # 0 +0xF17E 0x6EA2 # 0 +0xF191 0x9038 # 0 +0xF192 0x93B0 # 0 +0xF193 0x99B9 # 0 +0xF194 0x4EFB # 0 +0xF195 0x58EC # 0 +0xF196 0x598A # 0 +0xF197 0x59D9 # 0 +0xF198 0x6041 # 0 +0xF199 0xF9F4 # 0 +0xF19A 0xF9F5 # 0 +0xF19B 0x7A14 # 0 +0xF19C 0xF9F6 # 0 +0xF19D 0x834F # 0 +0xF19E 0x8CC3 # 0 +0xF19F 0x5165 # 0 +0xF1A0 0x5344 # 0 +0xF1A1 0xF9F7 # 0 +0xF1A2 0xF9F8 # 0 +0xF1A3 0xF9F9 # 0 +0xF1A4 0x4ECD # 0 +0xF1A5 0x5269 # 0 +0xF1A6 0x5B55 # 0 +0xF1A7 0x82BF # 0 +0xF1A8 0x4ED4 # 0 +0xF1A9 0x523A # 0 +0xF1AA 0x54A8 # 0 +0xF1AB 0x59C9 # 0 +0xF1AC 0x59FF # 0 +0xF1AD 0x5B50 # 0 +0xF1AE 0x5B57 # 0 +0xF1AF 0x5B5C # 0 +0xF1B0 0x6063 # 0 +0xF1B1 0x6148 # 0 +0xF1B2 0x6ECB # 0 +0xF1B3 0x7099 # 0 +0xF1B4 0x716E # 0 +0xF1B5 0x7386 # 0 +0xF1B6 0x74F7 # 0 +0xF1B7 0x75B5 # 0 +0xF1B8 0x78C1 # 0 +0xF1B9 0x7D2B # 0 +0xF1BA 0x8005 # 0 +0xF1BB 0x81EA # 0 +0xF1BC 0x8328 # 0 +0xF1BD 0x8517 # 0 +0xF1BE 0x85C9 # 0 +0xF1BF 0x8AEE # 0 +0xF1C0 0x8CC7 # 0 +0xF1C1 0x96CC # 0 +0xF1C2 0x4F5C # 0 +0xF1C3 0x52FA # 0 +0xF1C4 0x56BC # 0 +0xF1C5 0x65AB # 0 +0xF1C6 0x6628 # 0 +0xF1C7 0x707C # 0 +0xF1C8 0x70B8 # 0 +0xF1C9 0x7235 # 0 +0xF1CA 0x7DBD # 0 +0xF1CB 0x828D # 0 +0xF1CC 0x914C # 0 +0xF1CD 0x96C0 # 0 +0xF1CE 0x9D72 # 0 +0xF1CF 0x5B71 # 0 +0xF1D0 0x68E7 # 0 +0xF1D1 0x6B98 # 0 +0xF1D2 0x6F7A # 0 +0xF1D3 0x76DE # 0 +0xF1D4 0x5C91 # 0 +0xF1D5 0x66AB # 0 +0xF1D6 0x6F5B # 0 +0xF1D7 0x7BB4 # 0 +0xF1D8 0x7C2A # 0 +0xF1D9 0x8836 # 0 +0xF1DA 0x96DC # 0 +0xF1DB 0x4E08 # 0 +0xF1DC 0x4ED7 # 0 +0xF1DD 0x5320 # 0 +0xF1DE 0x5834 # 0 +0xF1DF 0x58BB # 0 +0xF1E0 0x58EF # 0 +0xF1E1 0x596C # 0 +0xF1E2 0x5C07 # 0 +0xF1E3 0x5E33 # 0 +0xF1E4 0x5E84 # 0 +0xF1E5 0x5F35 # 0 +0xF1E6 0x638C # 0 +0xF1E7 0x66B2 # 0 +0xF1E8 0x6756 # 0 +0xF1E9 0x6A1F # 0 +0xF1EA 0x6AA3 # 0 +0xF1EB 0x6B0C # 0 +0xF1EC 0x6F3F # 0 +0xF1ED 0x7246 # 0 +0xF1EE 0xF9FA # 0 +0xF1EF 0x7350 # 0 +0xF1F0 0x748B # 0 +0xF1F1 0x7AE0 # 0 +0xF1F2 0x7CA7 # 0 +0xF1F3 0x8178 # 0 +0xF1F4 0x81DF # 0 +0xF1F5 0x81E7 # 0 +0xF1F6 0x838A # 0 +0xF1F7 0x846C # 0 +0xF1F8 0x8523 # 0 +0xF1F9 0x8594 # 0 +0xF1FA 0x85CF # 0 +0xF1FB 0x88DD # 0 +0xF1FC 0x8D13 # 0 +0xF1FD 0x91AC # 0 +0xF1FE 0x9577 # 0 +0xF231 0x969C # 0 +0xF232 0x518D # 0 +0xF233 0x54C9 # 0 +0xF234 0x5728 # 0 +0xF235 0x5BB0 # 0 +0xF236 0x624D # 0 +0xF237 0x6750 # 0 +0xF238 0x683D # 0 +0xF239 0x6893 # 0 +0xF23A 0x6E3D # 0 +0xF23B 0x6ED3 # 0 +0xF23C 0x707D # 0 +0xF23D 0x7E21 # 0 +0xF23E 0x88C1 # 0 +0xF23F 0x8CA1 # 0 +0xF240 0x8F09 # 0 +0xF241 0x9F4B # 0 +0xF242 0x9F4E # 0 +0xF243 0x722D # 0 +0xF244 0x7B8F # 0 +0xF245 0x8ACD # 0 +0xF246 0x931A # 0 +0xF247 0x4F47 # 0 +0xF248 0x4F4E # 0 +0xF249 0x5132 # 0 +0xF24A 0x5480 # 0 +0xF24B 0x59D0 # 0 +0xF24C 0x5E95 # 0 +0xF24D 0x62B5 # 0 +0xF24E 0x6775 # 0 +0xF24F 0x696E # 0 +0xF250 0x6A17 # 0 +0xF251 0x6CAE # 0 +0xF252 0x6E1A # 0 +0xF253 0x72D9 # 0 +0xF254 0x732A # 0 +0xF255 0x75BD # 0 +0xF256 0x7BB8 # 0 +0xF257 0x7D35 # 0 +0xF258 0x82E7 # 0 +0xF259 0x83F9 # 0 +0xF25A 0x8457 # 0 +0xF25B 0x85F7 # 0 +0xF25C 0x8A5B # 0 +0xF25D 0x8CAF # 0 +0xF25E 0x8E87 # 0 +0xF25F 0x9019 # 0 +0xF260 0x90B8 # 0 +0xF261 0x96CE # 0 +0xF262 0x9F5F # 0 +0xF263 0x52E3 # 0 +0xF264 0x540A # 0 +0xF265 0x5AE1 # 0 +0xF266 0x5BC2 # 0 +0xF267 0x6458 # 0 +0xF268 0x6575 # 0 +0xF269 0x6EF4 # 0 +0xF26A 0x72C4 # 0 +0xF26B 0xF9FB # 0 +0xF26C 0x7684 # 0 +0xF26D 0x7A4D # 0 +0xF26E 0x7B1B # 0 +0xF26F 0x7C4D # 0 +0xF270 0x7E3E # 0 +0xF271 0x7FDF # 0 +0xF272 0x837B # 0 +0xF273 0x8B2B # 0 +0xF274 0x8CCA # 0 +0xF275 0x8D64 # 0 +0xF276 0x8DE1 # 0 +0xF277 0x8E5F # 0 +0xF278 0x8FEA # 0 +0xF279 0x8FF9 # 0 +0xF27A 0x9069 # 0 +0xF27B 0x93D1 # 0 +0xF27C 0x4F43 # 0 +0xF27D 0x4F7A # 0 +0xF27E 0x50B3 # 0 +0xF291 0x5168 # 0 +0xF292 0x5178 # 0 +0xF293 0x524D # 0 +0xF294 0x526A # 0 +0xF295 0x5861 # 0 +0xF296 0x587C # 0 +0xF297 0x5960 # 0 +0xF298 0x5C08 # 0 +0xF299 0x5C55 # 0 +0xF29A 0x5EDB # 0 +0xF29B 0x609B # 0 +0xF29C 0x6230 # 0 +0xF29D 0x6813 # 0 +0xF29E 0x6BBF # 0 +0xF29F 0x6C08 # 0 +0xF2A0 0x6FB1 # 0 +0xF2A1 0x714E # 0 +0xF2A2 0x7420 # 0 +0xF2A3 0x7530 # 0 +0xF2A4 0x7538 # 0 +0xF2A5 0x7551 # 0 +0xF2A6 0x7672 # 0 +0xF2A7 0x7B4C # 0 +0xF2A8 0x7B8B # 0 +0xF2A9 0x7BAD # 0 +0xF2AA 0x7BC6 # 0 +0xF2AB 0x7E8F # 0 +0xF2AC 0x8A6E # 0 +0xF2AD 0x8F3E # 0 +0xF2AE 0x8F49 # 0 +0xF2AF 0x923F # 0 +0xF2B0 0x9293 # 0 +0xF2B1 0x9322 # 0 +0xF2B2 0x942B # 0 +0xF2B3 0x96FB # 0 +0xF2B4 0x985A # 0 +0xF2B5 0x986B # 0 +0xF2B6 0x991E # 0 +0xF2B7 0x5207 # 0 +0xF2B8 0x622A # 0 +0xF2B9 0x6298 # 0 +0xF2BA 0x6D59 # 0 +0xF2BB 0x7664 # 0 +0xF2BC 0x7ACA # 0 +0xF2BD 0x7BC0 # 0 +0xF2BE 0x7D76 # 0 +0xF2BF 0x5360 # 0 +0xF2C0 0x5CBE # 0 +0xF2C1 0x5E97 # 0 +0xF2C2 0x6F38 # 0 +0xF2C3 0x70B9 # 0 +0xF2C4 0x7C98 # 0 +0xF2C5 0x9711 # 0 +0xF2C6 0x9B8E # 0 +0xF2C7 0x9EDE # 0 +0xF2C8 0x63A5 # 0 +0xF2C9 0x647A # 0 +0xF2CA 0x8776 # 0 +0xF2CB 0x4E01 # 0 +0xF2CC 0x4E95 # 0 +0xF2CD 0x4EAD # 0 +0xF2CE 0x505C # 0 +0xF2CF 0x5075 # 0 +0xF2D0 0x5448 # 0 +0xF2D1 0x59C3 # 0 +0xF2D2 0x5B9A # 0 +0xF2D3 0x5E40 # 0 +0xF2D4 0x5EAD # 0 +0xF2D5 0x5EF7 # 0 +0xF2D6 0x5F81 # 0 +0xF2D7 0x60C5 # 0 +0xF2D8 0x633A # 0 +0xF2D9 0x653F # 0 +0xF2DA 0x6574 # 0 +0xF2DB 0x65CC # 0 +0xF2DC 0x6676 # 0 +0xF2DD 0x6678 # 0 +0xF2DE 0x67FE # 0 +0xF2DF 0x6968 # 0 +0xF2E0 0x6A89 # 0 +0xF2E1 0x6B63 # 0 +0xF2E2 0x6C40 # 0 +0xF2E3 0x6DC0 # 0 +0xF2E4 0x6DE8 # 0 +0xF2E5 0x6E1F # 0 +0xF2E6 0x6E5E # 0 +0xF2E7 0x701E # 0 +0xF2E8 0x70A1 # 0 +0xF2E9 0x738E # 0 +0xF2EA 0x73FD # 0 +0xF2EB 0x753A # 0 +0xF2EC 0x775B # 0 +0xF2ED 0x7887 # 0 +0xF2EE 0x798E # 0 +0xF2EF 0x7A0B # 0 +0xF2F0 0x7A7D # 0 +0xF2F1 0x7CBE # 0 +0xF2F2 0x7D8E # 0 +0xF2F3 0x8247 # 0 +0xF2F4 0x8A02 # 0 +0xF2F5 0x8AEA # 0 +0xF2F6 0x8C9E # 0 +0xF2F7 0x912D # 0 +0xF2F8 0x914A # 0 +0xF2F9 0x91D8 # 0 +0xF2FA 0x9266 # 0 +0xF2FB 0x92CC # 0 +0xF2FC 0x9320 # 0 +0xF2FD 0x9706 # 0 +0xF2FE 0x9756 # 0 +0xF331 0x975C # 0 +0xF332 0x9802 # 0 +0xF333 0x9F0E # 0 +0xF334 0x5236 # 0 +0xF335 0x5291 # 0 +0xF336 0x557C # 0 +0xF337 0x5824 # 0 +0xF338 0x5E1D # 0 +0xF339 0x5F1F # 0 +0xF33A 0x608C # 0 +0xF33B 0x63D0 # 0 +0xF33C 0x68AF # 0 +0xF33D 0x6FDF # 0 +0xF33E 0x796D # 0 +0xF33F 0x7B2C # 0 +0xF340 0x81CD # 0 +0xF341 0x85BA # 0 +0xF342 0x88FD # 0 +0xF343 0x8AF8 # 0 +0xF344 0x8E44 # 0 +0xF345 0x918D # 0 +0xF346 0x9664 # 0 +0xF347 0x969B # 0 +0xF348 0x973D # 0 +0xF349 0x984C # 0 +0xF34A 0x9F4A # 0 +0xF34B 0x4FCE # 0 +0xF34C 0x5146 # 0 +0xF34D 0x51CB # 0 +0xF34E 0x52A9 # 0 +0xF34F 0x5632 # 0 +0xF350 0x5F14 # 0 +0xF351 0x5F6B # 0 +0xF352 0x63AA # 0 +0xF353 0x64CD # 0 +0xF354 0x65E9 # 0 +0xF355 0x6641 # 0 +0xF356 0x66FA # 0 +0xF357 0x66F9 # 0 +0xF358 0x671D # 0 +0xF359 0x689D # 0 +0xF35A 0x68D7 # 0 +0xF35B 0x69FD # 0 +0xF35C 0x6F15 # 0 +0xF35D 0x6F6E # 0 +0xF35E 0x7167 # 0 +0xF35F 0x71E5 # 0 +0xF360 0x722A # 0 +0xF361 0x74AA # 0 +0xF362 0x773A # 0 +0xF363 0x7956 # 0 +0xF364 0x795A # 0 +0xF365 0x79DF # 0 +0xF366 0x7A20 # 0 +0xF367 0x7A95 # 0 +0xF368 0x7C97 # 0 +0xF369 0x7CDF # 0 +0xF36A 0x7D44 # 0 +0xF36B 0x7E70 # 0 +0xF36C 0x8087 # 0 +0xF36D 0x85FB # 0 +0xF36E 0x86A4 # 0 +0xF36F 0x8A54 # 0 +0xF370 0x8ABF # 0 +0xF371 0x8D99 # 0 +0xF372 0x8E81 # 0 +0xF373 0x9020 # 0 +0xF374 0x906D # 0 +0xF375 0x91E3 # 0 +0xF376 0x963B # 0 +0xF377 0x96D5 # 0 +0xF378 0x9CE5 # 0 +0xF379 0x65CF # 0 +0xF37A 0x7C07 # 0 +0xF37B 0x8DB3 # 0 +0xF37C 0x93C3 # 0 +0xF37D 0x5B58 # 0 +0xF37E 0x5C0A # 0 +0xF391 0x5352 # 0 +0xF392 0x62D9 # 0 +0xF393 0x731D # 0 +0xF394 0x5027 # 0 +0xF395 0x5B97 # 0 +0xF396 0x5F9E # 0 +0xF397 0x60B0 # 0 +0xF398 0x616B # 0 +0xF399 0x68D5 # 0 +0xF39A 0x6DD9 # 0 +0xF39B 0x742E # 0 +0xF39C 0x7A2E # 0 +0xF39D 0x7D42 # 0 +0xF39E 0x7D9C # 0 +0xF39F 0x7E31 # 0 +0xF3A0 0x816B # 0 +0xF3A1 0x8E2A # 0 +0xF3A2 0x8E35 # 0 +0xF3A3 0x937E # 0 +0xF3A4 0x9418 # 0 +0xF3A5 0x4F50 # 0 +0xF3A6 0x5750 # 0 +0xF3A7 0x5DE6 # 0 +0xF3A8 0x5EA7 # 0 +0xF3A9 0x632B # 0 +0xF3AA 0x7F6A # 0 +0xF3AB 0x4E3B # 0 +0xF3AC 0x4F4F # 0 +0xF3AD 0x4F8F # 0 +0xF3AE 0x505A # 0 +0xF3AF 0x59DD # 0 +0xF3B0 0x80C4 # 0 +0xF3B1 0x546A # 0 +0xF3B2 0x5468 # 0 +0xF3B3 0x55FE # 0 +0xF3B4 0x594F # 0 +0xF3B5 0x5B99 # 0 +0xF3B6 0x5DDE # 0 +0xF3B7 0x5EDA # 0 +0xF3B8 0x665D # 0 +0xF3B9 0x6731 # 0 +0xF3BA 0x67F1 # 0 +0xF3BB 0x682A # 0 +0xF3BC 0x6CE8 # 0 +0xF3BD 0x6D32 # 0 +0xF3BE 0x6E4A # 0 +0xF3BF 0x6F8D # 0 +0xF3C0 0x70B7 # 0 +0xF3C1 0x73E0 # 0 +0xF3C2 0x7587 # 0 +0xF3C3 0x7C4C # 0 +0xF3C4 0x7D02 # 0 +0xF3C5 0x7D2C # 0 +0xF3C6 0x7DA2 # 0 +0xF3C7 0x821F # 0 +0xF3C8 0x86DB # 0 +0xF3C9 0x8A3B # 0 +0xF3CA 0x8A85 # 0 +0xF3CB 0x8D70 # 0 +0xF3CC 0x8E8A # 0 +0xF3CD 0x8F33 # 0 +0xF3CE 0x9031 # 0 +0xF3CF 0x914E # 0 +0xF3D0 0x9152 # 0 +0xF3D1 0x9444 # 0 +0xF3D2 0x99D0 # 0 +0xF3D3 0x7AF9 # 0 +0xF3D4 0x7CA5 # 0 +0xF3D5 0x4FCA # 0 +0xF3D6 0x5101 # 0 +0xF3D7 0x51C6 # 0 +0xF3D8 0x57C8 # 0 +0xF3D9 0x5BEF # 0 +0xF3DA 0x5CFB # 0 +0xF3DB 0x6659 # 0 +0xF3DC 0x6A3D # 0 +0xF3DD 0x6D5A # 0 +0xF3DE 0x6E96 # 0 +0xF3DF 0x6FEC # 0 +0xF3E0 0x710C # 0 +0xF3E1 0x756F # 0 +0xF3E2 0x7AE3 # 0 +0xF3E3 0x8822 # 0 +0xF3E4 0x9021 # 0 +0xF3E5 0x9075 # 0 +0xF3E6 0x96CB # 0 +0xF3E7 0x99FF # 0 +0xF3E8 0x8301 # 0 +0xF3E9 0x4E2D # 0 +0xF3EA 0x4EF2 # 0 +0xF3EB 0x8846 # 0 +0xF3EC 0x91CD # 0 +0xF3ED 0x537D # 0 +0xF3EE 0x6ADB # 0 +0xF3EF 0x696B # 0 +0xF3F0 0x6C41 # 0 +0xF3F1 0x847A # 0 +0xF3F2 0x589E # 0 +0xF3F3 0x618E # 0 +0xF3F4 0x66FE # 0 +0xF3F5 0x62EF # 0 +0xF3F6 0x70DD # 0 +0xF3F7 0x7511 # 0 +0xF3F8 0x75C7 # 0 +0xF3F9 0x7E52 # 0 +0xF3FA 0x84B8 # 0 +0xF3FB 0x8B49 # 0 +0xF3FC 0x8D08 # 0 +0xF3FD 0x4E4B # 0 +0xF3FE 0x53EA # 0 +0xF431 0x54AB # 0 +0xF432 0x5730 # 0 +0xF433 0x5740 # 0 +0xF434 0x5FD7 # 0 +0xF435 0x6301 # 0 +0xF436 0x6307 # 0 +0xF437 0x646F # 0 +0xF438 0x652F # 0 +0xF439 0x65E8 # 0 +0xF43A 0x667A # 0 +0xF43B 0x679D # 0 +0xF43C 0x67B3 # 0 +0xF43D 0x6B62 # 0 +0xF43E 0x6C60 # 0 +0xF43F 0x6C9A # 0 +0xF440 0x6F2C # 0 +0xF441 0x77E5 # 0 +0xF442 0x7825 # 0 +0xF443 0x7949 # 0 +0xF444 0x7957 # 0 +0xF445 0x7D19 # 0 +0xF446 0x80A2 # 0 +0xF447 0x8102 # 0 +0xF448 0x81F3 # 0 +0xF449 0x829D # 0 +0xF44A 0x82B7 # 0 +0xF44B 0x8718 # 0 +0xF44C 0x8A8C # 0 +0xF44D 0xF9FC # 0 +0xF44E 0x8D04 # 0 +0xF44F 0x8DBE # 0 +0xF450 0x9072 # 0 +0xF451 0x76F4 # 0 +0xF452 0x7A19 # 0 +0xF453 0x7A37 # 0 +0xF454 0x7E54 # 0 +0xF455 0x8077 # 0 +0xF456 0x5507 # 0 +0xF457 0x55D4 # 0 +0xF458 0x5875 # 0 +0xF459 0x632F # 0 +0xF45A 0x6422 # 0 +0xF45B 0x6649 # 0 +0xF45C 0x664B # 0 +0xF45D 0x686D # 0 +0xF45E 0x699B # 0 +0xF45F 0x6B84 # 0 +0xF460 0x6D25 # 0 +0xF461 0x6EB1 # 0 +0xF462 0x73CD # 0 +0xF463 0x7468 # 0 +0xF464 0x74A1 # 0 +0xF465 0x755B # 0 +0xF466 0x75B9 # 0 +0xF467 0x76E1 # 0 +0xF468 0x771E # 0 +0xF469 0x778B # 0 +0xF46A 0x79E6 # 0 +0xF46B 0x7E09 # 0 +0xF46C 0x7E1D # 0 +0xF46D 0x81FB # 0 +0xF46E 0x852F # 0 +0xF46F 0x8897 # 0 +0xF470 0x8A3A # 0 +0xF471 0x8CD1 # 0 +0xF472 0x8EEB # 0 +0xF473 0x8FB0 # 0 +0xF474 0x9032 # 0 +0xF475 0x93AD # 0 +0xF476 0x9663 # 0 +0xF477 0x9673 # 0 +0xF478 0x9707 # 0 +0xF479 0x4F84 # 0 +0xF47A 0x53F1 # 0 +0xF47B 0x59EA # 0 +0xF47C 0x5AC9 # 0 +0xF47D 0x5E19 # 0 +0xF47E 0x684E # 0 +0xF491 0x74C6 # 0 +0xF492 0x75BE # 0 +0xF493 0x79E9 # 0 +0xF494 0x7A92 # 0 +0xF495 0x81A3 # 0 +0xF496 0x86ED # 0 +0xF497 0x8CEA # 0 +0xF498 0x8DCC # 0 +0xF499 0x8FED # 0 +0xF49A 0x659F # 0 +0xF49B 0x6715 # 0 +0xF49C 0xF9FD # 0 +0xF49D 0x57F7 # 0 +0xF49E 0x6F57 # 0 +0xF49F 0x7DDD # 0 +0xF4A0 0x8F2F # 0 +0xF4A1 0x93F6 # 0 +0xF4A2 0x96C6 # 0 +0xF4A3 0x5FB5 # 0 +0xF4A4 0x61F2 # 0 +0xF4A5 0x6F84 # 0 +0xF4A6 0x4E14 # 0 +0xF4A7 0x4F98 # 0 +0xF4A8 0x501F # 0 +0xF4A9 0x53C9 # 0 +0xF4AA 0x55DF # 0 +0xF4AB 0x5D6F # 0 +0xF4AC 0x5DEE # 0 +0xF4AD 0x6B21 # 0 +0xF4AE 0x6B64 # 0 +0xF4AF 0x78CB # 0 +0xF4B0 0x7B9A # 0 +0xF4B1 0xF9FE # 0 +0xF4B2 0x8E49 # 0 +0xF4B3 0x8ECA # 0 +0xF4B4 0x906E # 0 +0xF4B5 0x6349 # 0 +0xF4B6 0x643E # 0 +0xF4B7 0x7740 # 0 +0xF4B8 0x7A84 # 0 +0xF4B9 0x932F # 0 +0xF4BA 0x947F # 0 +0xF4BB 0x9F6A # 0 +0xF4BC 0x64B0 # 0 +0xF4BD 0x6FAF # 0 +0xF4BE 0x71E6 # 0 +0xF4BF 0x74A8 # 0 +0xF4C0 0x74DA # 0 +0xF4C1 0x7AC4 # 0 +0xF4C2 0x7C12 # 0 +0xF4C3 0x7E82 # 0 +0xF4C4 0x7CB2 # 0 +0xF4C5 0x7E98 # 0 +0xF4C6 0x8B9A # 0 +0xF4C7 0x8D0A # 0 +0xF4C8 0x947D # 0 +0xF4C9 0x9910 # 0 +0xF4CA 0x994C # 0 +0xF4CB 0x5239 # 0 +0xF4CC 0x5BDF # 0 +0xF4CD 0x64E6 # 0 +0xF4CE 0x672D # 0 +0xF4CF 0x7D2E # 0 +0xF4D0 0x50ED # 0 +0xF4D1 0x53C3 # 0 +0xF4D2 0x5879 # 0 +0xF4D3 0x6158 # 0 +0xF4D4 0x6159 # 0 +0xF4D5 0x61FA # 0 +0xF4D6 0x65AC # 0 +0xF4D7 0x7AD9 # 0 +0xF4D8 0x8B92 # 0 +0xF4D9 0x8B96 # 0 +0xF4DA 0x5009 # 0 +0xF4DB 0x5021 # 0 +0xF4DC 0x5275 # 0 +0xF4DD 0x5531 # 0 +0xF4DE 0x5A3C # 0 +0xF4DF 0x5EE0 # 0 +0xF4E0 0x5F70 # 0 +0xF4E1 0x6134 # 0 +0xF4E2 0x655E # 0 +0xF4E3 0x660C # 0 +0xF4E4 0x6636 # 0 +0xF4E5 0x66A2 # 0 +0xF4E6 0x69CD # 0 +0xF4E7 0x6EC4 # 0 +0xF4E8 0x6F32 # 0 +0xF4E9 0x7316 # 0 +0xF4EA 0x7621 # 0 +0xF4EB 0x7A93 # 0 +0xF4EC 0x8139 # 0 +0xF4ED 0x8259 # 0 +0xF4EE 0x83D6 # 0 +0xF4EF 0x84BC # 0 +0xF4F0 0x50B5 # 0 +0xF4F1 0x57F0 # 0 +0xF4F2 0x5BC0 # 0 +0xF4F3 0x5BE8 # 0 +0xF4F4 0x5F69 # 0 +0xF4F5 0x63A1 # 0 +0xF4F6 0x7826 # 0 +0xF4F7 0x7DB5 # 0 +0xF4F8 0x83DC # 0 +0xF4F9 0x8521 # 0 +0xF4FA 0x91C7 # 0 +0xF4FB 0x91F5 # 0 +0xF4FC 0x518A # 0 +0xF4FD 0x67F5 # 0 +0xF4FE 0x7B56 # 0 +0xF531 0x8CAC # 0 +0xF532 0x51C4 # 0 +0xF533 0x59BB # 0 +0xF534 0x60BD # 0 +0xF535 0x8655 # 0 +0xF536 0x501C # 0 +0xF537 0xF9FF # 0 +0xF538 0x5254 # 0 +0xF539 0x5C3A # 0 +0xF53A 0x617D # 0 +0xF53B 0x621A # 0 +0xF53C 0x62D3 # 0 +0xF53D 0x64F2 # 0 +0xF53E 0x65A5 # 0 +0xF53F 0x6ECC # 0 +0xF540 0x7620 # 0 +0xF541 0x810A # 0 +0xF542 0x8E60 # 0 +0xF543 0x965F # 0 +0xF544 0x96BB # 0 +0xF545 0x4EDF # 0 +0xF546 0x5343 # 0 +0xF547 0x5598 # 0 +0xF548 0x5929 # 0 +0xF549 0x5DDD # 0 +0xF54A 0x64C5 # 0 +0xF54B 0x6CC9 # 0 +0xF54C 0x6DFA # 0 +0xF54D 0x7394 # 0 +0xF54E 0x7A7F # 0 +0xF54F 0x821B # 0 +0xF550 0x85A6 # 0 +0xF551 0x8CE4 # 0 +0xF552 0x8E10 # 0 +0xF553 0x9077 # 0 +0xF554 0x91E7 # 0 +0xF555 0x95E1 # 0 +0xF556 0x9621 # 0 +0xF557 0x97C6 # 0 +0xF558 0x51F8 # 0 +0xF559 0x54F2 # 0 +0xF55A 0x5586 # 0 +0xF55B 0x5FB9 # 0 +0xF55C 0x64A4 # 0 +0xF55D 0x6F88 # 0 +0xF55E 0x7DB4 # 0 +0xF55F 0x8F1F # 0 +0xF560 0x8F4D # 0 +0xF561 0x9435 # 0 +0xF562 0x50C9 # 0 +0xF563 0x5C16 # 0 +0xF564 0x6CBE # 0 +0xF565 0x6DFB # 0 +0xF566 0x751B # 0 +0xF567 0x77BB # 0 +0xF568 0x7C3D # 0 +0xF569 0x7C64 # 0 +0xF56A 0x8A79 # 0 +0xF56B 0x8AC2 # 0 +0xF56C 0x581E # 0 +0xF56D 0x59BE # 0 +0xF56E 0x5E16 # 0 +0xF56F 0x6377 # 0 +0xF570 0x7252 # 0 +0xF571 0x758A # 0 +0xF572 0x776B # 0 +0xF573 0x8ADC # 0 +0xF574 0x8CBC # 0 +0xF575 0x8F12 # 0 +0xF576 0x5EF3 # 0 +0xF577 0x6674 # 0 +0xF578 0x6DF8 # 0 +0xF579 0x807D # 0 +0xF57A 0x83C1 # 0 +0xF57B 0x8ACB # 0 +0xF57C 0x9751 # 0 +0xF57D 0x9BD6 # 0 +0xF57E 0xFA00 # 0 +0xF591 0x5243 # 0 +0xF592 0x66FF # 0 +0xF593 0x6D95 # 0 +0xF594 0x6EEF # 0 +0xF595 0x7DE0 # 0 +0xF596 0x8AE6 # 0 +0xF597 0x902E # 0 +0xF598 0x905E # 0 +0xF599 0x9AD4 # 0 +0xF59A 0x521D # 0 +0xF59B 0x527F # 0 +0xF59C 0x54E8 # 0 +0xF59D 0x6194 # 0 +0xF59E 0x6284 # 0 +0xF59F 0x62DB # 0 +0xF5A0 0x68A2 # 0 +0xF5A1 0x6912 # 0 +0xF5A2 0x695A # 0 +0xF5A3 0x6A35 # 0 +0xF5A4 0x7092 # 0 +0xF5A5 0x7126 # 0 +0xF5A6 0x785D # 0 +0xF5A7 0x7901 # 0 +0xF5A8 0x790E # 0 +0xF5A9 0x79D2 # 0 +0xF5AA 0x7A0D # 0 +0xF5AB 0x8096 # 0 +0xF5AC 0x8278 # 0 +0xF5AD 0x82D5 # 0 +0xF5AE 0x8349 # 0 +0xF5AF 0x8549 # 0 +0xF5B0 0x8C82 # 0 +0xF5B1 0x8D85 # 0 +0xF5B2 0x9162 # 0 +0xF5B3 0x918B # 0 +0xF5B4 0x91AE # 0 +0xF5B5 0x4FC3 # 0 +0xF5B6 0x56D1 # 0 +0xF5B7 0x71ED # 0 +0xF5B8 0x77D7 # 0 +0xF5B9 0x8700 # 0 +0xF5BA 0x89F8 # 0 +0xF5BB 0x5BF8 # 0 +0xF5BC 0x5FD6 # 0 +0xF5BD 0x6751 # 0 +0xF5BE 0x90A8 # 0 +0xF5BF 0x53E2 # 0 +0xF5C0 0x585A # 0 +0xF5C1 0x5BF5 # 0 +0xF5C2 0x60A4 # 0 +0xF5C3 0x6181 # 0 +0xF5C4 0x6460 # 0 +0xF5C5 0x7E3D # 0 +0xF5C6 0x8070 # 0 +0xF5C7 0x8525 # 0 +0xF5C8 0x9283 # 0 +0xF5C9 0x64AE # 0 +0xF5CA 0x50AC # 0 +0xF5CB 0x5D14 # 0 +0xF5CC 0x6700 # 0 +0xF5CD 0x589C # 0 +0xF5CE 0x62BD # 0 +0xF5CF 0x63A8 # 0 +0xF5D0 0x690E # 0 +0xF5D1 0x6978 # 0 +0xF5D2 0x6A1E # 0 +0xF5D3 0x6E6B # 0 +0xF5D4 0x76BA # 0 +0xF5D5 0x79CB # 0 +0xF5D6 0x82BB # 0 +0xF5D7 0x8429 # 0 +0xF5D8 0x8ACF # 0 +0xF5D9 0x8DA8 # 0 +0xF5DA 0x8FFD # 0 +0xF5DB 0x9112 # 0 +0xF5DC 0x914B # 0 +0xF5DD 0x919C # 0 +0xF5DE 0x9310 # 0 +0xF5DF 0x9318 # 0 +0xF5E0 0x939A # 0 +0xF5E1 0x96DB # 0 +0xF5E2 0x9A36 # 0 +0xF5E3 0x9C0D # 0 +0xF5E4 0x4E11 # 0 +0xF5E5 0x755C # 0 +0xF5E6 0x795D # 0 +0xF5E7 0x7AFA # 0 +0xF5E8 0x7B51 # 0 +0xF5E9 0x7BC9 # 0 +0xF5EA 0x7E2E # 0 +0xF5EB 0x84C4 # 0 +0xF5EC 0x8E59 # 0 +0xF5ED 0x8E74 # 0 +0xF5EE 0x8EF8 # 0 +0xF5EF 0x9010 # 0 +0xF5F0 0x6625 # 0 +0xF5F1 0x693F # 0 +0xF5F2 0x7443 # 0 +0xF5F3 0x51FA # 0 +0xF5F4 0x672E # 0 +0xF5F5 0x9EDC # 0 +0xF5F6 0x5145 # 0 +0xF5F7 0x5FE0 # 0 +0xF5F8 0x6C96 # 0 +0xF5F9 0x87F2 # 0 +0xF5FA 0x885D # 0 +0xF5FB 0x8877 # 0 +0xF5FC 0x60B4 # 0 +0xF5FD 0x81B5 # 0 +0xF5FE 0x8403 # 0 +0xF631 0x8D05 # 0 +0xF632 0x53D6 # 0 +0xF633 0x5439 # 0 +0xF634 0x5634 # 0 +0xF635 0x5A36 # 0 +0xF636 0x5C31 # 0 +0xF637 0x708A # 0 +0xF638 0x7FE0 # 0 +0xF639 0x805A # 0 +0xF63A 0x8106 # 0 +0xF63B 0x81ED # 0 +0xF63C 0x8DA3 # 0 +0xF63D 0x9189 # 0 +0xF63E 0x9A5F # 0 +0xF63F 0x9DF2 # 0 +0xF640 0x5074 # 0 +0xF641 0x4EC4 # 0 +0xF642 0x53A0 # 0 +0xF643 0x60FB # 0 +0xF644 0x6E2C # 0 +0xF645 0x5C64 # 0 +0xF646 0x4F88 # 0 +0xF647 0x5024 # 0 +0xF648 0x55E4 # 0 +0xF649 0x5CD9 # 0 +0xF64A 0x5E5F # 0 +0xF64B 0x6065 # 0 +0xF64C 0x6894 # 0 +0xF64D 0x6CBB # 0 +0xF64E 0x6DC4 # 0 +0xF64F 0x71BE # 0 +0xF650 0x75D4 # 0 +0xF651 0x75F4 # 0 +0xF652 0x7661 # 0 +0xF653 0x7A1A # 0 +0xF654 0x7A49 # 0 +0xF655 0x7DC7 # 0 +0xF656 0x7DFB # 0 +0xF657 0x7F6E # 0 +0xF658 0x81F4 # 0 +0xF659 0x86A9 # 0 +0xF65A 0x8F1C # 0 +0xF65B 0x96C9 # 0 +0xF65C 0x99B3 # 0 +0xF65D 0x9F52 # 0 +0xF65E 0x5247 # 0 +0xF65F 0x52C5 # 0 +0xF660 0x98ED # 0 +0xF661 0x89AA # 0 +0xF662 0x4E03 # 0 +0xF663 0x67D2 # 0 +0xF664 0x6F06 # 0 +0xF665 0x4FB5 # 0 +0xF666 0x5BE2 # 0 +0xF667 0x6795 # 0 +0xF668 0x6C88 # 0 +0xF669 0x6D78 # 0 +0xF66A 0x741B # 0 +0xF66B 0x7827 # 0 +0xF66C 0x91DD # 0 +0xF66D 0x937C # 0 +0xF66E 0x87C4 # 0 +0xF66F 0x79E4 # 0 +0xF670 0x7A31 # 0 +0xF671 0x5FEB # 0 +0xF672 0x4ED6 # 0 +0xF673 0x54A4 # 0 +0xF674 0x553E # 0 +0xF675 0x58AE # 0 +0xF676 0x59A5 # 0 +0xF677 0x60F0 # 0 +0xF678 0x6253 # 0 +0xF679 0x62D6 # 0 +0xF67A 0x6736 # 0 +0xF67B 0x6955 # 0 +0xF67C 0x8235 # 0 +0xF67D 0x9640 # 0 +0xF67E 0x99B1 # 0 +0xF691 0x99DD # 0 +0xF692 0x502C # 0 +0xF693 0x5353 # 0 +0xF694 0x5544 # 0 +0xF695 0x577C # 0 +0xF696 0xFA01 # 0 +0xF697 0x6258 # 0 +0xF698 0xFA02 # 0 +0xF699 0x64E2 # 0 +0xF69A 0x666B # 0 +0xF69B 0x67DD # 0 +0xF69C 0x6FC1 # 0 +0xF69D 0x6FEF # 0 +0xF69E 0x7422 # 0 +0xF69F 0x7438 # 0 +0xF6A0 0x8A17 # 0 +0xF6A1 0x9438 # 0 +0xF6A2 0x5451 # 0 +0xF6A3 0x5606 # 0 +0xF6A4 0x5766 # 0 +0xF6A5 0x5F48 # 0 +0xF6A6 0x619A # 0 +0xF6A7 0x6B4E # 0 +0xF6A8 0x7058 # 0 +0xF6A9 0x70AD # 0 +0xF6AA 0x7DBB # 0 +0xF6AB 0x8A95 # 0 +0xF6AC 0x596A # 0 +0xF6AD 0x812B # 0 +0xF6AE 0x63A2 # 0 +0xF6AF 0x7708 # 0 +0xF6B0 0x803D # 0 +0xF6B1 0x8CAA # 0 +0xF6B2 0x5854 # 0 +0xF6B3 0x642D # 0 +0xF6B4 0x69BB # 0 +0xF6B5 0x5B95 # 0 +0xF6B6 0x5E11 # 0 +0xF6B7 0x6E6F # 0 +0xF6B8 0xFA03 # 0 +0xF6B9 0x8569 # 0 +0xF6BA 0x514C # 0 +0xF6BB 0x53F0 # 0 +0xF6BC 0x592A # 0 +0xF6BD 0x6020 # 0 +0xF6BE 0x614B # 0 +0xF6BF 0x6B86 # 0 +0xF6C0 0x6C70 # 0 +0xF6C1 0x6CF0 # 0 +0xF6C2 0x7B1E # 0 +0xF6C3 0x80CE # 0 +0xF6C4 0x82D4 # 0 +0xF6C5 0x8DC6 # 0 +0xF6C6 0x90B0 # 0 +0xF6C7 0x98B1 # 0 +0xF6C8 0xFA04 # 0 +0xF6C9 0x64C7 # 0 +0xF6CA 0x6FA4 # 0 +0xF6CB 0x6491 # 0 +0xF6CC 0x6504 # 0 +0xF6CD 0x514E # 0 +0xF6CE 0x5410 # 0 +0xF6CF 0x571F # 0 +0xF6D0 0x8A0E # 0 +0xF6D1 0x615F # 0 +0xF6D2 0x6876 # 0 +0xF6D3 0xFA05 # 0 +0xF6D4 0x75DB # 0 +0xF6D5 0x7B52 # 0 +0xF6D6 0x7D71 # 0 +0xF6D7 0x901A # 0 +0xF6D8 0x5806 # 0 +0xF6D9 0x69CC # 0 +0xF6DA 0x817F # 0 +0xF6DB 0x892A # 0 +0xF6DC 0x9000 # 0 +0xF6DD 0x9839 # 0 +0xF6DE 0x5078 # 0 +0xF6DF 0x5957 # 0 +0xF6E0 0x59AC # 0 +0xF6E1 0x6295 # 0 +0xF6E2 0x900F # 0 +0xF6E3 0x9B2A # 0 +0xF6E4 0x615D # 0 +0xF6E5 0x7279 # 0 +0xF6E6 0x95D6 # 0 +0xF6E7 0x5761 # 0 +0xF6E8 0x5A46 # 0 +0xF6E9 0x5DF4 # 0 +0xF6EA 0x628A # 0 +0xF6EB 0x64AD # 0 +0xF6EC 0x64FA # 0 +0xF6ED 0x6777 # 0 +0xF6EE 0x6CE2 # 0 +0xF6EF 0x6D3E # 0 +0xF6F0 0x722C # 0 +0xF6F1 0x7436 # 0 +0xF6F2 0x7834 # 0 +0xF6F3 0x7F77 # 0 +0xF6F4 0x82AD # 0 +0xF6F5 0x8DDB # 0 +0xF6F6 0x9817 # 0 +0xF6F7 0x5224 # 0 +0xF6F8 0x5742 # 0 +0xF6F9 0x677F # 0 +0xF6FA 0x7248 # 0 +0xF6FB 0x74E3 # 0 +0xF6FC 0x8CA9 # 0 +0xF6FD 0x8FA6 # 0 +0xF6FE 0x9211 # 0 +0xF731 0x962A # 0 +0xF732 0x516B # 0 +0xF733 0x53ED # 0 +0xF734 0x634C # 0 +0xF735 0x4F69 # 0 +0xF736 0x5504 # 0 +0xF737 0x6096 # 0 +0xF738 0x6557 # 0 +0xF739 0x6C9B # 0 +0xF73A 0x6D7F # 0 +0xF73B 0x724C # 0 +0xF73C 0x72FD # 0 +0xF73D 0x7A17 # 0 +0xF73E 0x8987 # 0 +0xF73F 0x8C9D # 0 +0xF740 0x5F6D # 0 +0xF741 0x6F8E # 0 +0xF742 0x70F9 # 0 +0xF743 0x81A8 # 0 +0xF744 0x610E # 0 +0xF745 0x4FBF # 0 +0xF746 0x504F # 0 +0xF747 0x6241 # 0 +0xF748 0x7247 # 0 +0xF749 0x7BC7 # 0 +0xF74A 0x7DE8 # 0 +0xF74B 0x7FE9 # 0 +0xF74C 0x904D # 0 +0xF74D 0x97AD # 0 +0xF74E 0x9A19 # 0 +0xF74F 0x8CB6 # 0 +0xF750 0x576A # 0 +0xF751 0x5E73 # 0 +0xF752 0x67B0 # 0 +0xF753 0x840D # 0 +0xF754 0x8A55 # 0 +0xF755 0x5420 # 0 +0xF756 0x5B16 # 0 +0xF757 0x5E63 # 0 +0xF758 0x5EE2 # 0 +0xF759 0x5F0A # 0 +0xF75A 0x6583 # 0 +0xF75B 0x80BA # 0 +0xF75C 0x853D # 0 +0xF75D 0x9589 # 0 +0xF75E 0x965B # 0 +0xF75F 0x4F48 # 0 +0xF760 0x5305 # 0 +0xF761 0x530D # 0 +0xF762 0x530F # 0 +0xF763 0x5486 # 0 +0xF764 0x54FA # 0 +0xF765 0x5703 # 0 +0xF766 0x5E03 # 0 +0xF767 0x6016 # 0 +0xF768 0x629B # 0 +0xF769 0x62B1 # 0 +0xF76A 0x6355 # 0 +0xF76B 0xFA06 # 0 +0xF76C 0x6CE1 # 0 +0xF76D 0x6D66 # 0 +0xF76E 0x75B1 # 0 +0xF76F 0x7832 # 0 +0xF770 0x80DE # 0 +0xF771 0x812F # 0 +0xF772 0x82DE # 0 +0xF773 0x8461 # 0 +0xF774 0x84B2 # 0 +0xF775 0x888D # 0 +0xF776 0x8912 # 0 +0xF777 0x900B # 0 +0xF778 0x92EA # 0 +0xF779 0x98FD # 0 +0xF77A 0x9B91 # 0 +0xF77B 0x5E45 # 0 +0xF77C 0x66B4 # 0 +0xF77D 0x66DD # 0 +0xF77E 0x7011 # 0 +0xF791 0x7206 # 0 +0xF792 0xFA07 # 0 +0xF793 0x4FF5 # 0 +0xF794 0x527D # 0 +0xF795 0x5F6A # 0 +0xF796 0x6153 # 0 +0xF797 0x6753 # 0 +0xF798 0x6A19 # 0 +0xF799 0x6F02 # 0 +0xF79A 0x74E2 # 0 +0xF79B 0x7968 # 0 +0xF79C 0x8868 # 0 +0xF79D 0x8C79 # 0 +0xF79E 0x98C7 # 0 +0xF79F 0x98C4 # 0 +0xF7A0 0x9A43 # 0 +0xF7A1 0x54C1 # 0 +0xF7A2 0x7A1F # 0 +0xF7A3 0x6953 # 0 +0xF7A4 0x8AF7 # 0 +0xF7A5 0x8C4A # 0 +0xF7A6 0x98A8 # 0 +0xF7A7 0x99AE # 0 +0xF7A8 0x5F7C # 0 +0xF7A9 0x62AB # 0 +0xF7AA 0x75B2 # 0 +0xF7AB 0x76AE # 0 +0xF7AC 0x88AB # 0 +0xF7AD 0x907F # 0 +0xF7AE 0x9642 # 0 +0xF7AF 0x5339 # 0 +0xF7B0 0x5F3C # 0 +0xF7B1 0x5FC5 # 0 +0xF7B2 0x6CCC # 0 +0xF7B3 0x73CC # 0 +0xF7B4 0x7562 # 0 +0xF7B5 0x758B # 0 +0xF7B6 0x7B46 # 0 +0xF7B7 0x82FE # 0 +0xF7B8 0x999D # 0 +0xF7B9 0x4E4F # 0 +0xF7BA 0x903C # 0 +0xF7BB 0x4E0B # 0 +0xF7BC 0x4F55 # 0 +0xF7BD 0x53A6 # 0 +0xF7BE 0x590F # 0 +0xF7BF 0x5EC8 # 0 +0xF7C0 0x6630 # 0 +0xF7C1 0x6CB3 # 0 +0xF7C2 0x7455 # 0 +0xF7C3 0x8377 # 0 +0xF7C4 0x8766 # 0 +0xF7C5 0x8CC0 # 0 +0xF7C6 0x9050 # 0 +0xF7C7 0x971E # 0 +0xF7C8 0x9C15 # 0 +0xF7C9 0x58D1 # 0 +0xF7CA 0x5B78 # 0 +0xF7CB 0x8650 # 0 +0xF7CC 0x8B14 # 0 +0xF7CD 0x9DB4 # 0 +0xF7CE 0x5BD2 # 0 +0xF7CF 0x6068 # 0 +0xF7D0 0x608D # 0 +0xF7D1 0x65F1 # 0 +0xF7D2 0x6C57 # 0 +0xF7D3 0x6F22 # 0 +0xF7D4 0x6FA3 # 0 +0xF7D5 0x701A # 0 +0xF7D6 0x7F55 # 0 +0xF7D7 0x7FF0 # 0 +0xF7D8 0x9591 # 0 +0xF7D9 0x9592 # 0 +0xF7DA 0x9650 # 0 +0xF7DB 0x97D3 # 0 +0xF7DC 0x5272 # 0 +0xF7DD 0x8F44 # 0 +0xF7DE 0x51FD # 0 +0xF7DF 0x542B # 0 +0xF7E0 0x54B8 # 0 +0xF7E1 0x5563 # 0 +0xF7E2 0x558A # 0 +0xF7E3 0x6ABB # 0 +0xF7E4 0x6DB5 # 0 +0xF7E5 0x7DD8 # 0 +0xF7E6 0x8266 # 0 +0xF7E7 0x929C # 0 +0xF7E8 0x9677 # 0 +0xF7E9 0x9E79 # 0 +0xF7EA 0x5408 # 0 +0xF7EB 0x54C8 # 0 +0xF7EC 0x76D2 # 0 +0xF7ED 0x86E4 # 0 +0xF7EE 0x95A4 # 0 +0xF7EF 0x95D4 # 0 +0xF7F0 0x965C # 0 +0xF7F1 0x4EA2 # 0 +0xF7F2 0x4F09 # 0 +0xF7F3 0x59EE # 0 +0xF7F4 0x5AE6 # 0 +0xF7F5 0x5DF7 # 0 +0xF7F6 0x6052 # 0 +0xF7F7 0x6297 # 0 +0xF7F8 0x676D # 0 +0xF7F9 0x6841 # 0 +0xF7FA 0x6C86 # 0 +0xF7FB 0x6E2F # 0 +0xF7FC 0x7F38 # 0 +0xF7FD 0x809B # 0 +0xF7FE 0x822A # 0 +0xF831 0xFA08 # 0 +0xF832 0xFA09 # 0 +0xF833 0x9805 # 0 +0xF834 0x4EA5 # 0 +0xF835 0x5055 # 0 +0xF836 0x54B3 # 0 +0xF837 0x5793 # 0 +0xF838 0x595A # 0 +0xF839 0x5B69 # 0 +0xF83A 0x5BB3 # 0 +0xF83B 0x61C8 # 0 +0xF83C 0x6977 # 0 +0xF83D 0x6D77 # 0 +0xF83E 0x7023 # 0 +0xF83F 0x87F9 # 0 +0xF840 0x89E3 # 0 +0xF841 0x8A72 # 0 +0xF842 0x8AE7 # 0 +0xF843 0x9082 # 0 +0xF844 0x99ED # 0 +0xF845 0x9AB8 # 0 +0xF846 0x52BE # 0 +0xF847 0x6838 # 0 +0xF848 0x5016 # 0 +0xF849 0x5E78 # 0 +0xF84A 0x674F # 0 +0xF84B 0x8347 # 0 +0xF84C 0x884C # 0 +0xF84D 0x4EAB # 0 +0xF84E 0x5411 # 0 +0xF84F 0x56AE # 0 +0xF850 0x73E6 # 0 +0xF851 0x9115 # 0 +0xF852 0x97FF # 0 +0xF853 0x9909 # 0 +0xF854 0x9957 # 0 +0xF855 0x9999 # 0 +0xF856 0x5653 # 0 +0xF857 0x589F # 0 +0xF858 0x865B # 0 +0xF859 0x8A31 # 0 +0xF85A 0x61B2 # 0 +0xF85B 0x6AF6 # 0 +0xF85C 0x737B # 0 +0xF85D 0x8ED2 # 0 +0xF85E 0x6B47 # 0 +0xF85F 0x96AA # 0 +0xF860 0x9A57 # 0 +0xF861 0x5955 # 0 +0xF862 0x7200 # 0 +0xF863 0x8D6B # 0 +0xF864 0x9769 # 0 +0xF865 0x4FD4 # 0 +0xF866 0x5CF4 # 0 +0xF867 0x5F26 # 0 +0xF868 0x61F8 # 0 +0xF869 0x665B # 0 +0xF86A 0x6CEB # 0 +0xF86B 0x70AB # 0 +0xF86C 0x7384 # 0 +0xF86D 0x73B9 # 0 +0xF86E 0x73FE # 0 +0xF86F 0x7729 # 0 +0xF870 0x774D # 0 +0xF871 0x7D43 # 0 +0xF872 0x7D62 # 0 +0xF873 0x7E23 # 0 +0xF874 0x8237 # 0 +0xF875 0x8852 # 0 +0xF876 0xFA0A # 0 +0xF877 0x8CE2 # 0 +0xF878 0x9249 # 0 +0xF879 0x986F # 0 +0xF87A 0x5B51 # 0 +0xF87B 0x7A74 # 0 +0xF87C 0x8840 # 0 +0xF87D 0x9801 # 0 +0xF87E 0x5ACC # 0 +0xF891 0x4FE0 # 0 +0xF892 0x5354 # 0 +0xF893 0x593E # 0 +0xF894 0x5CFD # 0 +0xF895 0x633E # 0 +0xF896 0x6D79 # 0 +0xF897 0x72F9 # 0 +0xF898 0x8105 # 0 +0xF899 0x8107 # 0 +0xF89A 0x83A2 # 0 +0xF89B 0x92CF # 0 +0xF89C 0x9830 # 0 +0xF89D 0x4EA8 # 0 +0xF89E 0x5144 # 0 +0xF89F 0x5211 # 0 +0xF8A0 0x578B # 0 +0xF8A1 0x5F62 # 0 +0xF8A2 0x6CC2 # 0 +0xF8A3 0x6ECE # 0 +0xF8A4 0x7005 # 0 +0xF8A5 0x7050 # 0 +0xF8A6 0x70AF # 0 +0xF8A7 0x7192 # 0 +0xF8A8 0x73E9 # 0 +0xF8A9 0x7469 # 0 +0xF8AA 0x834A # 0 +0xF8AB 0x87A2 # 0 +0xF8AC 0x8861 # 0 +0xF8AD 0x9008 # 0 +0xF8AE 0x90A2 # 0 +0xF8AF 0x93A3 # 0 +0xF8B0 0x99A8 # 0 +0xF8B1 0x516E # 0 +0xF8B2 0x5F57 # 0 +0xF8B3 0x60E0 # 0 +0xF8B4 0x6167 # 0 +0xF8B5 0x66B3 # 0 +0xF8B6 0x8559 # 0 +0xF8B7 0x8E4A # 0 +0xF8B8 0x91AF # 0 +0xF8B9 0x978B # 0 +0xF8BA 0x4E4E # 0 +0xF8BB 0x4E92 # 0 +0xF8BC 0x547C # 0 +0xF8BD 0x58D5 # 0 +0xF8BE 0x58FA # 0 +0xF8BF 0x597D # 0 +0xF8C0 0x5CB5 # 0 +0xF8C1 0x5F27 # 0 +0xF8C2 0x6236 # 0 +0xF8C3 0x6248 # 0 +0xF8C4 0x660A # 0 +0xF8C5 0x6667 # 0 +0xF8C6 0x6BEB # 0 +0xF8C7 0x6D69 # 0 +0xF8C8 0x6DCF # 0 +0xF8C9 0x6E56 # 0 +0xF8CA 0x6EF8 # 0 +0xF8CB 0x6F94 # 0 +0xF8CC 0x6FE0 # 0 +0xF8CD 0x6FE9 # 0 +0xF8CE 0x705D # 0 +0xF8CF 0x72D0 # 0 +0xF8D0 0x7425 # 0 +0xF8D1 0x745A # 0 +0xF8D2 0x74E0 # 0 +0xF8D3 0x7693 # 0 +0xF8D4 0x795C # 0 +0xF8D5 0x7CCA # 0 +0xF8D6 0x7E1E # 0 +0xF8D7 0x80E1 # 0 +0xF8D8 0x82A6 # 0 +0xF8D9 0x846B # 0 +0xF8DA 0x84BF # 0 +0xF8DB 0x864E # 0 +0xF8DC 0x865F # 0 +0xF8DD 0x8774 # 0 +0xF8DE 0x8B77 # 0 +0xF8DF 0x8C6A # 0 +0xF8E0 0x93AC # 0 +0xF8E1 0x9800 # 0 +0xF8E2 0x9865 # 0 +0xF8E3 0x60D1 # 0 +0xF8E4 0x6216 # 0 +0xF8E5 0x9177 # 0 +0xF8E6 0x5A5A # 0 +0xF8E7 0x660F # 0 +0xF8E8 0x6DF7 # 0 +0xF8E9 0x6E3E # 0 +0xF8EA 0x743F # 0 +0xF8EB 0x9B42 # 0 +0xF8EC 0x5FFD # 0 +0xF8ED 0x60DA # 0 +0xF8EE 0x7B0F # 0 +0xF8EF 0x54C4 # 0 +0xF8F0 0x5F18 # 0 +0xF8F1 0x6C5E # 0 +0xF8F2 0x6CD3 # 0 +0xF8F3 0x6D2A # 0 +0xF8F4 0x70D8 # 0 +0xF8F5 0x7D05 # 0 +0xF8F6 0x8679 # 0 +0xF8F7 0x8A0C # 0 +0xF8F8 0x9D3B # 0 +0xF8F9 0x5316 # 0 +0xF8FA 0x548C # 0 +0xF8FB 0x5B05 # 0 +0xF8FC 0x6A3A # 0 +0xF8FD 0x706B # 0 +0xF8FE 0x7575 # 0 +0xF931 0x798D # 0 +0xF932 0x79BE # 0 +0xF933 0x82B1 # 0 +0xF934 0x83EF # 0 +0xF935 0x8A71 # 0 +0xF936 0x8B41 # 0 +0xF937 0x8CA8 # 0 +0xF938 0x9774 # 0 +0xF939 0xFA0B # 0 +0xF93A 0x64F4 # 0 +0xF93B 0x652B # 0 +0xF93C 0x78BA # 0 +0xF93D 0x78BB # 0 +0xF93E 0x7A6B # 0 +0xF93F 0x4E38 # 0 +0xF940 0x559A # 0 +0xF941 0x5950 # 0 +0xF942 0x5BA6 # 0 +0xF943 0x5E7B # 0 +0xF944 0x60A3 # 0 +0xF945 0x63DB # 0 +0xF946 0x6B61 # 0 +0xF947 0x6665 # 0 +0xF948 0x6853 # 0 +0xF949 0x6E19 # 0 +0xF94A 0x7165 # 0 +0xF94B 0x74B0 # 0 +0xF94C 0x7D08 # 0 +0xF94D 0x9084 # 0 +0xF94E 0x9A69 # 0 +0xF94F 0x9C25 # 0 +0xF950 0x6D3B # 0 +0xF951 0x6ED1 # 0 +0xF952 0x733E # 0 +0xF953 0x8C41 # 0 +0xF954 0x95CA # 0 +0xF955 0x51F0 # 0 +0xF956 0x5E4C # 0 +0xF957 0x5FA8 # 0 +0xF958 0x604D # 0 +0xF959 0x60F6 # 0 +0xF95A 0x6130 # 0 +0xF95B 0x614C # 0 +0xF95C 0x6643 # 0 +0xF95D 0x6644 # 0 +0xF95E 0x69A5 # 0 +0xF95F 0x6CC1 # 0 +0xF960 0x6E5F # 0 +0xF961 0x6EC9 # 0 +0xF962 0x6F62 # 0 +0xF963 0x714C # 0 +0xF964 0x749C # 0 +0xF965 0x7687 # 0 +0xF966 0x7BC1 # 0 +0xF967 0x7C27 # 0 +0xF968 0x8352 # 0 +0xF969 0x8757 # 0 +0xF96A 0x9051 # 0 +0xF96B 0x968D # 0 +0xF96C 0x9EC3 # 0 +0xF96D 0x532F # 0 +0xF96E 0x56DE # 0 +0xF96F 0x5EFB # 0 +0xF970 0x5F8A # 0 +0xF971 0x6062 # 0 +0xF972 0x6094 # 0 +0xF973 0x61F7 # 0 +0xF974 0x6666 # 0 +0xF975 0x6703 # 0 +0xF976 0x6A9C # 0 +0xF977 0x6DEE # 0 +0xF978 0x6FAE # 0 +0xF979 0x7070 # 0 +0xF97A 0x736A # 0 +0xF97B 0x7E6A # 0 +0xF97C 0x81BE # 0 +0xF97D 0x8334 # 0 +0xF97E 0x86D4 # 0 +0xF991 0x8AA8 # 0 +0xF992 0x8CC4 # 0 +0xF993 0x5283 # 0 +0xF994 0x7372 # 0 +0xF995 0x5B96 # 0 +0xF996 0x6A6B # 0 +0xF997 0x9404 # 0 +0xF998 0x54EE # 0 +0xF999 0x5686 # 0 +0xF99A 0x5B5D # 0 +0xF99B 0x6548 # 0 +0xF99C 0x6585 # 0 +0xF99D 0x66C9 # 0 +0xF99E 0x689F # 0 +0xF99F 0x6D8D # 0 +0xF9A0 0x6DC6 # 0 +0xF9A1 0x723B # 0 +0xF9A2 0x80B4 # 0 +0xF9A3 0x9175 # 0 +0xF9A4 0x9A4D # 0 +0xF9A5 0x4FAF # 0 +0xF9A6 0x5019 # 0 +0xF9A7 0x539A # 0 +0xF9A8 0x540E # 0 +0xF9A9 0x543C # 0 +0xF9AA 0x5589 # 0 +0xF9AB 0x55C5 # 0 +0xF9AC 0x5E3F # 0 +0xF9AD 0x5F8C # 0 +0xF9AE 0x673D # 0 +0xF9AF 0x7166 # 0 +0xF9B0 0x73DD # 0 +0xF9B1 0x9005 # 0 +0xF9B2 0x52DB # 0 +0xF9B3 0x52F3 # 0 +0xF9B4 0x5864 # 0 +0xF9B5 0x58CE # 0 +0xF9B6 0x7104 # 0 +0xF9B7 0x718F # 0 +0xF9B8 0x71FB # 0 +0xF9B9 0x85B0 # 0 +0xF9BA 0x8A13 # 0 +0xF9BB 0x6688 # 0 +0xF9BC 0x85A8 # 0 +0xF9BD 0x55A7 # 0 +0xF9BE 0x6684 # 0 +0xF9BF 0x714A # 0 +0xF9C0 0x8431 # 0 +0xF9C1 0x5349 # 0 +0xF9C2 0x5599 # 0 +0xF9C3 0x6BC1 # 0 +0xF9C4 0x5F59 # 0 +0xF9C5 0x5FBD # 0 +0xF9C6 0x63EE # 0 +0xF9C7 0x6689 # 0 +0xF9C8 0x7147 # 0 +0xF9C9 0x8AF1 # 0 +0xF9CA 0x8F1D # 0 +0xF9CB 0x9EBE # 0 +0xF9CC 0x4F11 # 0 +0xF9CD 0x643A # 0 +0xF9CE 0x70CB # 0 +0xF9CF 0x7566 # 0 +0xF9D0 0x8667 # 0 +0xF9D1 0x6064 # 0 +0xF9D2 0x8B4E # 0 +0xF9D3 0x9DF8 # 0 +0xF9D4 0x5147 # 0 +0xF9D5 0x51F6 # 0 +0xF9D6 0x5308 # 0 +0xF9D7 0x6D36 # 0 +0xF9D8 0x80F8 # 0 +0xF9D9 0x9ED1 # 0 +0xF9DA 0x6615 # 0 +0xF9DB 0x6B23 # 0 +0xF9DC 0x7098 # 0 +0xF9DD 0x75D5 # 0 +0xF9DE 0x5403 # 0 +0xF9DF 0x5C79 # 0 +0xF9E0 0x7D07 # 0 +0xF9E1 0x8A16 # 0 +0xF9E2 0x6B20 # 0 +0xF9E3 0x6B3D # 0 +0xF9E4 0x6B46 # 0 +0xF9E5 0x5438 # 0 +0xF9E6 0x6070 # 0 +0xF9E7 0x6D3D # 0 +0xF9E8 0x7FD5 # 0 +0xF9E9 0x8208 # 0 +0xF9EA 0x50D6 # 0 +0xF9EB 0x51DE # 0 +0xF9EC 0x559C # 0 +0xF9ED 0x566B # 0 +0xF9EE 0x56CD # 0 +0xF9EF 0x59EC # 0 +0xF9F0 0x5B09 # 0 +0xF9F1 0x5E0C # 0 +0xF9F2 0x6199 # 0 +0xF9F3 0x6198 # 0 +0xF9F4 0x6231 # 0 +0xF9F5 0x665E # 0 +0xF9F6 0x66E6 # 0 +0xF9F7 0x7199 # 0 +0xF9F8 0x71B9 # 0 +0xF9F9 0x71BA # 0 +0xF9FA 0x72A7 # 0 +0xF9FB 0x79A7 # 0 +0xF9FC 0x7A00 # 0 +0xF9FD 0x7FB2 # 0 +0xF9FE 0x8A70 # 0 diff --git a/data/windows-874 b/data/windows-874 new file mode 100644 index 0000000000..886e46a4b4 --- /dev/null +++ b/data/windows-874 @@ -0,0 +1,228 @@ +charset 8bit + +# +# This file defines the font and character mappings used for Windows +# Code Page 874 (Thai) text printing. +# +# The first line consists of: +# +# direction width normal bold italic bold-italic +# +# Direction is the string "ltor" or "rtol", indicating left-to-right or +# right-to-left text. +# +# Width is the string "single" or "double"; double means that the glyphs +# are twice as wide as ASCII characters in the Courier typeface. +# +# "Normal", "bold", "italic", and "bold-italic" are the typefaces to use +# for each presentation. If characters are only available in a single +# style then only one typeface should be listed (e.g. "Symbol") +# +# Each font that is listed will be used (and downloaded if needed) when +# printing. +# + +00 ff ltor single Courier Courier-Bold Courier-Italic Courier-BoldItalic + +# +# The following lines define the mapping from the 8-bit character set to +# the Unicode glyphs for each character: +# +# char glyph +# +# "Char" and "glyph" are hexadecimal values. +# + +20 0020 +21 0021 +22 0022 +23 0023 +24 0024 +25 0025 +26 0026 +27 0027 +28 0028 +29 0029 +2A 002A +2B 002B +2C 002C +2D 002D +2E 002E +2F 002F +30 0030 +31 0031 +32 0032 +33 0033 +34 0034 +35 0035 +36 0036 +37 0037 +38 0038 +39 0039 +3A 003A +3B 003B +3C 003C +3D 003D +3E 003E +3F 003F +40 0040 +41 0041 +42 0042 +43 0043 +44 0044 +45 0045 +46 0046 +47 0047 +48 0048 +49 0049 +4A 004A +4B 004B +4C 004C +4D 004D +4E 004E +4F 004F +50 0050 +51 0051 +52 0052 +53 0053 +54 0054 +55 0055 +56 0056 +57 0057 +58 0058 +59 0059 +5A 005A +5B 005B +5C 005C +5D 005D +5E 005E +5F 005F +60 0060 +61 0061 +62 0062 +63 0063 +64 0064 +65 0065 +66 0066 +67 0067 +68 0068 +69 0069 +6A 006A +6B 006B +6C 006C +6D 006D +6E 006E +6F 006F +70 0070 +71 0071 +72 0072 +73 0073 +74 0074 +75 0075 +76 0076 +77 0077 +78 0078 +79 0079 +7A 007A +7B 007B +7C 007C +7D 007D +7E 007E +7F 007F +80 20AC +85 2026 +91 2018 +92 2019 +93 201C +94 201D +95 2022 +96 2013 +97 2014 +A0 00A0 +A1 0E01 +A2 0E02 +A3 0E03 +A4 0E04 +A5 0E05 +A6 0E06 +A7 0E07 +A8 0E08 +A9 0E09 +AA 0E0A +AB 0E0B +AC 0E0C +AD 0E0D +AE 0E0E +AF 0E0F +B0 0E10 +B1 0E11 +B2 0E12 +B3 0E13 +B4 0E14 +B5 0E15 +B6 0E16 +B7 0E17 +B8 0E18 +B9 0E19 +BA 0E1A +BB 0E1B +BC 0E1C +BD 0E1D +BE 0E1E +BF 0E1F +C0 0E20 +C1 0E21 +C2 0E22 +C3 0E23 +C4 0E24 +C5 0E25 +C6 0E26 +C7 0E27 +C8 0E28 +C9 0E29 +CA 0E2A +CB 0E2B +CC 0E2C +CD 0E2D +CE 0E2E +CF 0E2F +D0 0E30 +D1 0E31 +D2 0E32 +D3 0E33 +D4 0E34 +D5 0E35 +D6 0E36 +D7 0E37 +D8 0E38 +D9 0E39 +DA 0E3A +DF 0E3F +E0 0E40 +E1 0E41 +E2 0E42 +E3 0E43 +E4 0E44 +E5 0E45 +E6 0E46 +E7 0E47 +E8 0E48 +E9 0E49 +EA 0E4A +EB 0E4B +EC 0E4C +ED 0E4D +EE 0E4E +EF 0E4F +F0 0E50 +F1 0E51 +F2 0E52 +F3 0E53 +F4 0E54 +F5 0E55 +F6 0E56 +F7 0E57 +F8 0E58 +F9 0E59 +FA 0E5A +FB 0E5B diff --git a/data/windows-874.txt b/data/windows-874.txt new file mode 100644 index 0000000000..1eb71dfe1b --- /dev/null +++ b/data/windows-874.txt @@ -0,0 +1,274 @@ +# +# Name: cp874 to Unicode table +# Unicode version: 2.0 +# Table version: 2.01 +# Table format: Format A +# Date: 02/28/98 +# +# Contact: cpxlate@microsoft.com +# +# General notes: none +# +# Format: Three tab-separated columns +# Column #1 is the cp874 code (in hex) +# Column #2 is the Unicode (in hex as 0xXXXX) +# Column #3 is the Unicode name (follows a comment sign, '#') +# +# The entries are in cp874 order +# +0x00 0x0000 #NULL +0x01 0x0001 #START OF HEADING +0x02 0x0002 #START OF TEXT +0x03 0x0003 #END OF TEXT +0x04 0x0004 #END OF TRANSMISSION +0x05 0x0005 #ENQUIRY +0x06 0x0006 #ACKNOWLEDGE +0x07 0x0007 #BELL +0x08 0x0008 #BACKSPACE +0x09 0x0009 #HORIZONTAL TABULATION +0x0A 0x000A #LINE FEED +0x0B 0x000B #VERTICAL TABULATION +0x0C 0x000C #FORM FEED +0x0D 0x000D #CARRIAGE RETURN +0x0E 0x000E #SHIFT OUT +0x0F 0x000F #SHIFT IN +0x10 0x0010 #DATA LINK ESCAPE +0x11 0x0011 #DEVICE CONTROL ONE +0x12 0x0012 #DEVICE CONTROL TWO +0x13 0x0013 #DEVICE CONTROL THREE +0x14 0x0014 #DEVICE CONTROL FOUR +0x15 0x0015 #NEGATIVE ACKNOWLEDGE +0x16 0x0016 #SYNCHRONOUS IDLE +0x17 0x0017 #END OF TRANSMISSION BLOCK +0x18 0x0018 #CANCEL +0x19 0x0019 #END OF MEDIUM +0x1A 0x001A #SUBSTITUTE +0x1B 0x001B #ESCAPE +0x1C 0x001C #FILE SEPARATOR +0x1D 0x001D #GROUP SEPARATOR +0x1E 0x001E #RECORD SEPARATOR +0x1F 0x001F #UNIT SEPARATOR +0x20 0x0020 #SPACE +0x21 0x0021 #EXCLAMATION MARK +0x22 0x0022 #QUOTATION MARK +0x23 0x0023 #NUMBER SIGN +0x24 0x0024 #DOLLAR SIGN +0x25 0x0025 #PERCENT SIGN +0x26 0x0026 #AMPERSAND +0x27 0x0027 #APOSTROPHE +0x28 0x0028 #LEFT PARENTHESIS +0x29 0x0029 #RIGHT PARENTHESIS +0x2A 0x002A #ASTERISK +0x2B 0x002B #PLUS SIGN +0x2C 0x002C #COMMA +0x2D 0x002D #HYPHEN-MINUS +0x2E 0x002E #FULL STOP +0x2F 0x002F #SOLIDUS +0x30 0x0030 #DIGIT ZERO +0x31 0x0031 #DIGIT ONE +0x32 0x0032 #DIGIT TWO +0x33 0x0033 #DIGIT THREE +0x34 0x0034 #DIGIT FOUR +0x35 0x0035 #DIGIT FIVE +0x36 0x0036 #DIGIT SIX +0x37 0x0037 #DIGIT SEVEN +0x38 0x0038 #DIGIT EIGHT +0x39 0x0039 #DIGIT NINE +0x3A 0x003A #COLON +0x3B 0x003B #SEMICOLON +0x3C 0x003C #LESS-THAN SIGN +0x3D 0x003D #EQUALS SIGN +0x3E 0x003E #GREATER-THAN SIGN +0x3F 0x003F #QUESTION MARK +0x40 0x0040 #COMMERCIAL AT +0x41 0x0041 #LATIN CAPITAL LETTER A +0x42 0x0042 #LATIN CAPITAL LETTER B +0x43 0x0043 #LATIN CAPITAL LETTER C +0x44 0x0044 #LATIN CAPITAL LETTER D +0x45 0x0045 #LATIN CAPITAL LETTER E +0x46 0x0046 #LATIN CAPITAL LETTER F +0x47 0x0047 #LATIN CAPITAL LETTER G +0x48 0x0048 #LATIN CAPITAL LETTER H +0x49 0x0049 #LATIN CAPITAL LETTER I +0x4A 0x004A #LATIN CAPITAL LETTER J +0x4B 0x004B #LATIN CAPITAL LETTER K +0x4C 0x004C #LATIN CAPITAL LETTER L +0x4D 0x004D #LATIN CAPITAL LETTER M +0x4E 0x004E #LATIN CAPITAL LETTER N +0x4F 0x004F #LATIN CAPITAL LETTER O +0x50 0x0050 #LATIN CAPITAL LETTER P +0x51 0x0051 #LATIN CAPITAL LETTER Q +0x52 0x0052 #LATIN CAPITAL LETTER R +0x53 0x0053 #LATIN CAPITAL LETTER S +0x54 0x0054 #LATIN CAPITAL LETTER T +0x55 0x0055 #LATIN CAPITAL LETTER U +0x56 0x0056 #LATIN CAPITAL LETTER V +0x57 0x0057 #LATIN CAPITAL LETTER W +0x58 0x0058 #LATIN CAPITAL LETTER X +0x59 0x0059 #LATIN CAPITAL LETTER Y +0x5A 0x005A #LATIN CAPITAL LETTER Z +0x5B 0x005B #LEFT SQUARE BRACKET +0x5C 0x005C #REVERSE SOLIDUS +0x5D 0x005D #RIGHT SQUARE BRACKET +0x5E 0x005E #CIRCUMFLEX ACCENT +0x5F 0x005F #LOW LINE +0x60 0x0060 #GRAVE ACCENT +0x61 0x0061 #LATIN SMALL LETTER A +0x62 0x0062 #LATIN SMALL LETTER B +0x63 0x0063 #LATIN SMALL LETTER C +0x64 0x0064 #LATIN SMALL LETTER D +0x65 0x0065 #LATIN SMALL LETTER E +0x66 0x0066 #LATIN SMALL LETTER F +0x67 0x0067 #LATIN SMALL LETTER G +0x68 0x0068 #LATIN SMALL LETTER H +0x69 0x0069 #LATIN SMALL LETTER I +0x6A 0x006A #LATIN SMALL LETTER J +0x6B 0x006B #LATIN SMALL LETTER K +0x6C 0x006C #LATIN SMALL LETTER L +0x6D 0x006D #LATIN SMALL LETTER M +0x6E 0x006E #LATIN SMALL LETTER N +0x6F 0x006F #LATIN SMALL LETTER O +0x70 0x0070 #LATIN SMALL LETTER P +0x71 0x0071 #LATIN SMALL LETTER Q +0x72 0x0072 #LATIN SMALL LETTER R +0x73 0x0073 #LATIN SMALL LETTER S +0x74 0x0074 #LATIN SMALL LETTER T +0x75 0x0075 #LATIN SMALL LETTER U +0x76 0x0076 #LATIN SMALL LETTER V +0x77 0x0077 #LATIN SMALL LETTER W +0x78 0x0078 #LATIN SMALL LETTER X +0x79 0x0079 #LATIN SMALL LETTER Y +0x7A 0x007A #LATIN SMALL LETTER Z +0x7B 0x007B #LEFT CURLY BRACKET +0x7C 0x007C #VERTICAL LINE +0x7D 0x007D #RIGHT CURLY BRACKET +0x7E 0x007E #TILDE +0x7F 0x007F #DELETE +0x80 0x20AC #EURO SIGN +0x81 #UNDEFINED +0x82 #UNDEFINED +0x83 #UNDEFINED +0x84 #UNDEFINED +0x85 0x2026 #HORIZONTAL ELLIPSIS +0x86 #UNDEFINED +0x87 #UNDEFINED +0x88 #UNDEFINED +0x89 #UNDEFINED +0x8A #UNDEFINED +0x8B #UNDEFINED +0x8C #UNDEFINED +0x8D #UNDEFINED +0x8E #UNDEFINED +0x8F #UNDEFINED +0x90 #UNDEFINED +0x91 0x2018 #LEFT SINGLE QUOTATION MARK +0x92 0x2019 #RIGHT SINGLE QUOTATION MARK +0x93 0x201C #LEFT DOUBLE QUOTATION MARK +0x94 0x201D #RIGHT DOUBLE QUOTATION MARK +0x95 0x2022 #BULLET +0x96 0x2013 #EN DASH +0x97 0x2014 #EM DASH +0x98 #UNDEFINED +0x99 #UNDEFINED +0x9A #UNDEFINED +0x9B #UNDEFINED +0x9C #UNDEFINED +0x9D #UNDEFINED +0x9E #UNDEFINED +0x9F #UNDEFINED +0xA0 0x00A0 #NO-BREAK SPACE +0xA1 0x0E01 #THAI CHARACTER KO KAI +0xA2 0x0E02 #THAI CHARACTER KHO KHAI +0xA3 0x0E03 #THAI CHARACTER KHO KHUAT +0xA4 0x0E04 #THAI CHARACTER KHO KHWAI +0xA5 0x0E05 #THAI CHARACTER KHO KHON +0xA6 0x0E06 #THAI CHARACTER KHO RAKHANG +0xA7 0x0E07 #THAI CHARACTER NGO NGU +0xA8 0x0E08 #THAI CHARACTER CHO CHAN +0xA9 0x0E09 #THAI CHARACTER CHO CHING +0xAA 0x0E0A #THAI CHARACTER CHO CHANG +0xAB 0x0E0B #THAI CHARACTER SO SO +0xAC 0x0E0C #THAI CHARACTER CHO CHOE +0xAD 0x0E0D #THAI CHARACTER YO YING +0xAE 0x0E0E #THAI CHARACTER DO CHADA +0xAF 0x0E0F #THAI CHARACTER TO PATAK +0xB0 0x0E10 #THAI CHARACTER THO THAN +0xB1 0x0E11 #THAI CHARACTER THO NANGMONTHO +0xB2 0x0E12 #THAI CHARACTER THO PHUTHAO +0xB3 0x0E13 #THAI CHARACTER NO NEN +0xB4 0x0E14 #THAI CHARACTER DO DEK +0xB5 0x0E15 #THAI CHARACTER TO TAO +0xB6 0x0E16 #THAI CHARACTER THO THUNG +0xB7 0x0E17 #THAI CHARACTER THO THAHAN +0xB8 0x0E18 #THAI CHARACTER THO THONG +0xB9 0x0E19 #THAI CHARACTER NO NU +0xBA 0x0E1A #THAI CHARACTER BO BAIMAI +0xBB 0x0E1B #THAI CHARACTER PO PLA +0xBC 0x0E1C #THAI CHARACTER PHO PHUNG +0xBD 0x0E1D #THAI CHARACTER FO FA +0xBE 0x0E1E #THAI CHARACTER PHO PHAN +0xBF 0x0E1F #THAI CHARACTER FO FAN +0xC0 0x0E20 #THAI CHARACTER PHO SAMPHAO +0xC1 0x0E21 #THAI CHARACTER MO MA +0xC2 0x0E22 #THAI CHARACTER YO YAK +0xC3 0x0E23 #THAI CHARACTER RO RUA +0xC4 0x0E24 #THAI CHARACTER RU +0xC5 0x0E25 #THAI CHARACTER LO LING +0xC6 0x0E26 #THAI CHARACTER LU +0xC7 0x0E27 #THAI CHARACTER WO WAEN +0xC8 0x0E28 #THAI CHARACTER SO SALA +0xC9 0x0E29 #THAI CHARACTER SO RUSI +0xCA 0x0E2A #THAI CHARACTER SO SUA +0xCB 0x0E2B #THAI CHARACTER HO HIP +0xCC 0x0E2C #THAI CHARACTER LO CHULA +0xCD 0x0E2D #THAI CHARACTER O ANG +0xCE 0x0E2E #THAI CHARACTER HO NOKHUK +0xCF 0x0E2F #THAI CHARACTER PAIYANNOI +0xD0 0x0E30 #THAI CHARACTER SARA A +0xD1 0x0E31 #THAI CHARACTER MAI HAN-AKAT +0xD2 0x0E32 #THAI CHARACTER SARA AA +0xD3 0x0E33 #THAI CHARACTER SARA AM +0xD4 0x0E34 #THAI CHARACTER SARA I +0xD5 0x0E35 #THAI CHARACTER SARA II +0xD6 0x0E36 #THAI CHARACTER SARA UE +0xD7 0x0E37 #THAI CHARACTER SARA UEE +0xD8 0x0E38 #THAI CHARACTER SARA U +0xD9 0x0E39 #THAI CHARACTER SARA UU +0xDA 0x0E3A #THAI CHARACTER PHINTHU +0xDB #UNDEFINED +0xDC #UNDEFINED +0xDD #UNDEFINED +0xDE #UNDEFINED +0xDF 0x0E3F #THAI CURRENCY SYMBOL BAHT +0xE0 0x0E40 #THAI CHARACTER SARA E +0xE1 0x0E41 #THAI CHARACTER SARA AE +0xE2 0x0E42 #THAI CHARACTER SARA O +0xE3 0x0E43 #THAI CHARACTER SARA AI MAIMUAN +0xE4 0x0E44 #THAI CHARACTER SARA AI MAIMALAI +0xE5 0x0E45 #THAI CHARACTER LAKKHANGYAO +0xE6 0x0E46 #THAI CHARACTER MAIYAMOK +0xE7 0x0E47 #THAI CHARACTER MAITAIKHU +0xE8 0x0E48 #THAI CHARACTER MAI EK +0xE9 0x0E49 #THAI CHARACTER MAI THO +0xEA 0x0E4A #THAI CHARACTER MAI TRI +0xEB 0x0E4B #THAI CHARACTER MAI CHATTAWA +0xEC 0x0E4C #THAI CHARACTER THANTHAKHAT +0xED 0x0E4D #THAI CHARACTER NIKHAHIT +0xEE 0x0E4E #THAI CHARACTER YAMAKKAN +0xEF 0x0E4F #THAI CHARACTER FONGMAN +0xF0 0x0E50 #THAI DIGIT ZERO +0xF1 0x0E51 #THAI DIGIT ONE +0xF2 0x0E52 #THAI DIGIT TWO +0xF3 0x0E53 #THAI DIGIT THREE +0xF4 0x0E54 #THAI DIGIT FOUR +0xF5 0x0E55 #THAI DIGIT FIVE +0xF6 0x0E56 #THAI DIGIT SIX +0xF7 0x0E57 #THAI DIGIT SEVEN +0xF8 0x0E58 #THAI DIGIT EIGHT +0xF9 0x0E59 #THAI DIGIT NINE +0xFA 0x0E5A #THAI CHARACTER ANGKHANKHU +0xFB 0x0E5B #THAI CHARACTER KHOMUT +0xFC #UNDEFINED +0xFD #UNDEFINED +0xFE #UNDEFINED +0xFF #UNDEFINED diff --git a/data/windows-932.txt b/data/windows-932.txt new file mode 100644 index 0000000000..b754215d9d --- /dev/null +++ b/data/windows-932.txt @@ -0,0 +1,9403 @@ +# cp932.txt - Legacy to Unicode charmap +0x0000 0x0000 # 0 +0x0001 0x0001 # 0 +0x0002 0x0002 # 0 +0x0003 0x0003 # 0 +0x0004 0x0004 # 0 +0x0005 0x0005 # 0 +0x0006 0x0006 # 0 +0x0007 0x0007 # 0 +0x0008 0x0008 # 0 +0x0009 0x0009 # 0 +0x000A 0x000A # 0 +0x000B 0x000B # 0 +0x000C 0x000C # 0 +0x000D 0x000D # 0 +0x000E 0x000E # 0 +0x000F 0x000F # 0 +0x0010 0x0010 # 0 +0x0011 0x0011 # 0 +0x0012 0x0012 # 0 +0x0013 0x0013 # 0 +0x0014 0x0014 # 0 +0x0015 0x0015 # 0 +0x0016 0x0016 # 0 +0x0017 0x0017 # 0 +0x0018 0x0018 # 0 +0x0019 0x0019 # 0 +0x001A 0x001A # 0 +0x001B 0x001B # 0 +0x001C 0x001C # 0 +0x001D 0x001D # 0 +0x001E 0x001E # 0 +0x001F 0x001F # 0 +0x0020 0x0020 # 0 +0x0021 0x0021 # 0 +0x0022 0x0022 # 0 +0x0023 0x0023 # 0 +0x0024 0x0024 # 0 +0x0025 0x0025 # 0 +0x0026 0x0026 # 0 +0x0027 0x0027 # 0 +0x0028 0x0028 # 0 +0x0029 0x0029 # 0 +0x002A 0x002A # 0 +0x002B 0x002B # 0 +0x002C 0x002C # 0 +0x002D 0x002D # 0 +0x002E 0x002E # 0 +0x002F 0x002F # 0 +0x0030 0x0030 # 0 +0x0031 0x0031 # 0 +0x0032 0x0032 # 0 +0x0033 0x0033 # 0 +0x0034 0x0034 # 0 +0x0035 0x0035 # 0 +0x0036 0x0036 # 0 +0x0037 0x0037 # 0 +0x0038 0x0038 # 0 +0x0039 0x0039 # 0 +0x003A 0x003A # 0 +0x003B 0x003B # 0 +0x003C 0x003C # 0 +0x003D 0x003D # 0 +0x003E 0x003E # 0 +0x003F 0x003F # 0 +0x0040 0x0040 # 0 +0x0041 0x0041 # 0 +0x0042 0x0042 # 0 +0x0043 0x0043 # 0 +0x0044 0x0044 # 0 +0x0045 0x0045 # 0 +0x0046 0x0046 # 0 +0x0047 0x0047 # 0 +0x0048 0x0048 # 0 +0x0049 0x0049 # 0 +0x004A 0x004A # 0 +0x004B 0x004B # 0 +0x004C 0x004C # 0 +0x004D 0x004D # 0 +0x004E 0x004E # 0 +0x004F 0x004F # 0 +0x0050 0x0050 # 0 +0x0051 0x0051 # 0 +0x0052 0x0052 # 0 +0x0053 0x0053 # 0 +0x0054 0x0054 # 0 +0x0055 0x0055 # 0 +0x0056 0x0056 # 0 +0x0057 0x0057 # 0 +0x0058 0x0058 # 0 +0x0059 0x0059 # 0 +0x005A 0x005A # 0 +0x005B 0x005B # 0 +0x005C 0x005C # 0 +0x005D 0x005D # 0 +0x005E 0x005E # 0 +0x005F 0x005F # 0 +0x0060 0x0060 # 0 +0x0061 0x0061 # 0 +0x0062 0x0062 # 0 +0x0063 0x0063 # 0 +0x0064 0x0064 # 0 +0x0065 0x0065 # 0 +0x0066 0x0066 # 0 +0x0067 0x0067 # 0 +0x0068 0x0068 # 0 +0x0069 0x0069 # 0 +0x006A 0x006A # 0 +0x006B 0x006B # 0 +0x006C 0x006C # 0 +0x006D 0x006D # 0 +0x006E 0x006E # 0 +0x006F 0x006F # 0 +0x0070 0x0070 # 0 +0x0071 0x0071 # 0 +0x0072 0x0072 # 0 +0x0073 0x0073 # 0 +0x0074 0x0074 # 0 +0x0075 0x0075 # 0 +0x0076 0x0076 # 0 +0x0077 0x0077 # 0 +0x0078 0x0078 # 0 +0x0079 0x0079 # 0 +0x007A 0x007A # 0 +0x007B 0x007B # 0 +0x007C 0x007C # 0 +0x007D 0x007D # 0 +0x007E 0x007E # 0 +0x007F 0x007F # 0 +0x0080 0x0080 # 0 +0x00A0 0xF8F0 # 0 +0x00A1 0xFF61 # 0 +0x00A2 0xFF62 # 0 +0x00A3 0xFF63 # 0 +0x00A4 0xFF64 # 0 +0x00A5 0xFF65 # 0 +0x00A6 0xFF66 # 0 +0x00A7 0xFF67 # 0 +0x00A8 0xFF68 # 0 +0x00A9 0xFF69 # 0 +0x00AA 0xFF6A # 0 +0x00AB 0xFF6B # 0 +0x00AC 0xFF6C # 0 +0x00AD 0xFF6D # 0 +0x00AE 0xFF6E # 0 +0x00AF 0xFF6F # 0 +0x00B0 0xFF70 # 0 +0x00B1 0xFF71 # 0 +0x00B2 0xFF72 # 0 +0x00B3 0xFF73 # 0 +0x00B4 0xFF74 # 0 +0x00B5 0xFF75 # 0 +0x00B6 0xFF76 # 0 +0x00B7 0xFF77 # 0 +0x00B8 0xFF78 # 0 +0x00B9 0xFF79 # 0 +0x00BA 0xFF7A # 0 +0x00BB 0xFF7B # 0 +0x00BC 0xFF7C # 0 +0x00BD 0xFF7D # 0 +0x00BE 0xFF7E # 0 +0x00BF 0xFF7F # 0 +0x00C0 0xFF80 # 0 +0x00C1 0xFF81 # 0 +0x00C2 0xFF82 # 0 +0x00C3 0xFF83 # 0 +0x00C4 0xFF84 # 0 +0x00C5 0xFF85 # 0 +0x00C6 0xFF86 # 0 +0x00C7 0xFF87 # 0 +0x00C8 0xFF88 # 0 +0x00C9 0xFF89 # 0 +0x00CA 0xFF8A # 0 +0x00CB 0xFF8B # 0 +0x00CC 0xFF8C # 0 +0x00CD 0xFF8D # 0 +0x00CE 0xFF8E # 0 +0x00CF 0xFF8F # 0 +0x00D0 0xFF90 # 0 +0x00D1 0xFF91 # 0 +0x00D2 0xFF92 # 0 +0x00D3 0xFF93 # 0 +0x00D4 0xFF94 # 0 +0x00D5 0xFF95 # 0 +0x00D6 0xFF96 # 0 +0x00D7 0xFF97 # 0 +0x00D8 0xFF98 # 0 +0x00D9 0xFF99 # 0 +0x00DA 0xFF9A # 0 +0x00DB 0xFF9B # 0 +0x00DC 0xFF9C # 0 +0x00DD 0xFF9D # 0 +0x00DE 0xFF9E # 0 +0x00DF 0xFF9F # 0 +0x00FD 0xF8F1 # 0 +0x00FE 0xF8F2 # 0 +0x00FF 0xF8F3 # 0 +0x8140 0x3000 # 0 +0x8141 0x3001 # 0 +0x8142 0x3002 # 0 +0x8143 0xFF0C # 0 +0x8144 0xFF0E # 0 +0x8145 0x30FB # 0 +0x8146 0xFF1A # 0 +0x8147 0xFF1B # 0 +0x8148 0xFF1F # 0 +0x8149 0xFF01 # 0 +0x814A 0x309B # 0 +0x814B 0x309C # 0 +0x814C 0x00B4 # 0 +0x814D 0xFF40 # 0 +0x814E 0x00A8 # 0 +0x814F 0xFF3E # 0 +0x8150 0xFFE3 # 0 +0x8151 0xFF3F # 0 +0x8152 0x30FD # 0 +0x8153 0x30FE # 0 +0x8154 0x309D # 0 +0x8155 0x309E # 0 +0x8156 0x3003 # 0 +0x8157 0x4EDD # 0 +0x8158 0x3005 # 0 +0x8159 0x3006 # 0 +0x815A 0x3007 # 0 +0x815B 0x30FC # 0 +0x815C 0x2015 # 0 +0x815D 0x2010 # 0 +0x815E 0xFF0F # 0 +0x815F 0xFF3C # 0 +0x8160 0xFF5E # 0 +0x8161 0x2225 # 0 +0x8162 0xFF5C # 0 +0x8163 0x2026 # 0 +0x8164 0x2025 # 0 +0x8165 0x2018 # 0 +0x8166 0x2019 # 0 +0x8167 0x201C # 0 +0x8168 0x201D # 0 +0x8169 0xFF08 # 0 +0x816A 0xFF09 # 0 +0x816B 0x3014 # 0 +0x816C 0x3015 # 0 +0x816D 0xFF3B # 0 +0x816E 0xFF3D # 0 +0x816F 0xFF5B # 0 +0x8170 0xFF5D # 0 +0x8171 0x3008 # 0 +0x8172 0x3009 # 0 +0x8173 0x300A # 0 +0x8174 0x300B # 0 +0x8175 0x300C # 0 +0x8176 0x300D # 0 +0x8177 0x300E # 0 +0x8178 0x300F # 0 +0x8179 0x3010 # 0 +0x817A 0x3011 # 0 +0x817B 0xFF0B # 0 +0x817C 0xFF0D # 0 +0x817D 0x00B1 # 0 +0x817E 0x00D7 # 0 +0x8180 0x00F7 # 0 +0x8181 0xFF1D # 0 +0x8182 0x2260 # 0 +0x8183 0xFF1C # 0 +0x8184 0xFF1E # 0 +0x8185 0x2266 # 0 +0x8186 0x2267 # 0 +0x8187 0x221E # 0 +0x8188 0x2234 # 0 +0x8189 0x2642 # 0 +0x818A 0x2640 # 0 +0x818B 0x00B0 # 0 +0x818C 0x2032 # 0 +0x818D 0x2033 # 0 +0x818E 0x2103 # 0 +0x818F 0xFFE5 # 0 +0x8190 0xFF04 # 0 +0x8191 0xFFE0 # 0 +0x8192 0xFFE1 # 0 +0x8193 0xFF05 # 0 +0x8194 0xFF03 # 0 +0x8195 0xFF06 # 0 +0x8196 0xFF0A # 0 +0x8197 0xFF20 # 0 +0x8198 0x00A7 # 0 +0x8199 0x2606 # 0 +0x819A 0x2605 # 0 +0x819B 0x25CB # 0 +0x819C 0x25CF # 0 +0x819D 0x25CE # 0 +0x819E 0x25C7 # 0 +0x819F 0x25C6 # 0 +0x81A0 0x25A1 # 0 +0x81A1 0x25A0 # 0 +0x81A2 0x25B3 # 0 +0x81A3 0x25B2 # 0 +0x81A4 0x25BD # 0 +0x81A5 0x25BC # 0 +0x81A6 0x203B # 0 +0x81A7 0x3012 # 0 +0x81A8 0x2192 # 0 +0x81A9 0x2190 # 0 +0x81AA 0x2191 # 0 +0x81AB 0x2193 # 0 +0x81AC 0x3013 # 0 +0x81B8 0x2208 # 0 +0x81B9 0x220B # 0 +0x81BA 0x2286 # 0 +0x81BB 0x2287 # 0 +0x81BC 0x2282 # 0 +0x81BD 0x2283 # 0 +0x81BE 0x222A # 0 +0x81BF 0x2229 # 0 +0x81C8 0x2227 # 0 +0x81C9 0x2228 # 0 +0x81CA 0xFFE2 # 0 +0x81CB 0x21D2 # 0 +0x81CC 0x21D4 # 0 +0x81CD 0x2200 # 0 +0x81CE 0x2203 # 0 +0x81DA 0x2220 # 0 +0x81DB 0x22A5 # 0 +0x81DC 0x2312 # 0 +0x81DD 0x2202 # 0 +0x81DE 0x2207 # 0 +0x81DF 0x2261 # 0 +0x81E0 0x2252 # 0 +0x81E1 0x226A # 0 +0x81E2 0x226B # 0 +0x81E3 0x221A # 0 +0x81E4 0x223D # 0 +0x81E5 0x221D # 0 +0x81E6 0x2235 # 0 +0x81E7 0x222B # 0 +0x81E8 0x222C # 0 +0x81F0 0x212B # 0 +0x81F1 0x2030 # 0 +0x81F2 0x266F # 0 +0x81F3 0x266D # 0 +0x81F4 0x266A # 0 +0x81F5 0x2020 # 0 +0x81F6 0x2021 # 0 +0x81F7 0x00B6 # 0 +0x81FC 0x25EF # 0 +0x824F 0xFF10 # 0 +0x8250 0xFF11 # 0 +0x8251 0xFF12 # 0 +0x8252 0xFF13 # 0 +0x8253 0xFF14 # 0 +0x8254 0xFF15 # 0 +0x8255 0xFF16 # 0 +0x8256 0xFF17 # 0 +0x8257 0xFF18 # 0 +0x8258 0xFF19 # 0 +0x8260 0xFF21 # 0 +0x8261 0xFF22 # 0 +0x8262 0xFF23 # 0 +0x8263 0xFF24 # 0 +0x8264 0xFF25 # 0 +0x8265 0xFF26 # 0 +0x8266 0xFF27 # 0 +0x8267 0xFF28 # 0 +0x8268 0xFF29 # 0 +0x8269 0xFF2A # 0 +0x826A 0xFF2B # 0 +0x826B 0xFF2C # 0 +0x826C 0xFF2D # 0 +0x826D 0xFF2E # 0 +0x826E 0xFF2F # 0 +0x826F 0xFF30 # 0 +0x8270 0xFF31 # 0 +0x8271 0xFF32 # 0 +0x8272 0xFF33 # 0 +0x8273 0xFF34 # 0 +0x8274 0xFF35 # 0 +0x8275 0xFF36 # 0 +0x8276 0xFF37 # 0 +0x8277 0xFF38 # 0 +0x8278 0xFF39 # 0 +0x8279 0xFF3A # 0 +0x8281 0xFF41 # 0 +0x8282 0xFF42 # 0 +0x8283 0xFF43 # 0 +0x8284 0xFF44 # 0 +0x8285 0xFF45 # 0 +0x8286 0xFF46 # 0 +0x8287 0xFF47 # 0 +0x8288 0xFF48 # 0 +0x8289 0xFF49 # 0 +0x828A 0xFF4A # 0 +0x828B 0xFF4B # 0 +0x828C 0xFF4C # 0 +0x828D 0xFF4D # 0 +0x828E 0xFF4E # 0 +0x828F 0xFF4F # 0 +0x8290 0xFF50 # 0 +0x8291 0xFF51 # 0 +0x8292 0xFF52 # 0 +0x8293 0xFF53 # 0 +0x8294 0xFF54 # 0 +0x8295 0xFF55 # 0 +0x8296 0xFF56 # 0 +0x8297 0xFF57 # 0 +0x8298 0xFF58 # 0 +0x8299 0xFF59 # 0 +0x829A 0xFF5A # 0 +0x829F 0x3041 # 0 +0x82A0 0x3042 # 0 +0x82A1 0x3043 # 0 +0x82A2 0x3044 # 0 +0x82A3 0x3045 # 0 +0x82A4 0x3046 # 0 +0x82A5 0x3047 # 0 +0x82A6 0x3048 # 0 +0x82A7 0x3049 # 0 +0x82A8 0x304A # 0 +0x82A9 0x304B # 0 +0x82AA 0x304C # 0 +0x82AB 0x304D # 0 +0x82AC 0x304E # 0 +0x82AD 0x304F # 0 +0x82AE 0x3050 # 0 +0x82AF 0x3051 # 0 +0x82B0 0x3052 # 0 +0x82B1 0x3053 # 0 +0x82B2 0x3054 # 0 +0x82B3 0x3055 # 0 +0x82B4 0x3056 # 0 +0x82B5 0x3057 # 0 +0x82B6 0x3058 # 0 +0x82B7 0x3059 # 0 +0x82B8 0x305A # 0 +0x82B9 0x305B # 0 +0x82BA 0x305C # 0 +0x82BB 0x305D # 0 +0x82BC 0x305E # 0 +0x82BD 0x305F # 0 +0x82BE 0x3060 # 0 +0x82BF 0x3061 # 0 +0x82C0 0x3062 # 0 +0x82C1 0x3063 # 0 +0x82C2 0x3064 # 0 +0x82C3 0x3065 # 0 +0x82C4 0x3066 # 0 +0x82C5 0x3067 # 0 +0x82C6 0x3068 # 0 +0x82C7 0x3069 # 0 +0x82C8 0x306A # 0 +0x82C9 0x306B # 0 +0x82CA 0x306C # 0 +0x82CB 0x306D # 0 +0x82CC 0x306E # 0 +0x82CD 0x306F # 0 +0x82CE 0x3070 # 0 +0x82CF 0x3071 # 0 +0x82D0 0x3072 # 0 +0x82D1 0x3073 # 0 +0x82D2 0x3074 # 0 +0x82D3 0x3075 # 0 +0x82D4 0x3076 # 0 +0x82D5 0x3077 # 0 +0x82D6 0x3078 # 0 +0x82D7 0x3079 # 0 +0x82D8 0x307A # 0 +0x82D9 0x307B # 0 +0x82DA 0x307C # 0 +0x82DB 0x307D # 0 +0x82DC 0x307E # 0 +0x82DD 0x307F # 0 +0x82DE 0x3080 # 0 +0x82DF 0x3081 # 0 +0x82E0 0x3082 # 0 +0x82E1 0x3083 # 0 +0x82E2 0x3084 # 0 +0x82E3 0x3085 # 0 +0x82E4 0x3086 # 0 +0x82E5 0x3087 # 0 +0x82E6 0x3088 # 0 +0x82E7 0x3089 # 0 +0x82E8 0x308A # 0 +0x82E9 0x308B # 0 +0x82EA 0x308C # 0 +0x82EB 0x308D # 0 +0x82EC 0x308E # 0 +0x82ED 0x308F # 0 +0x82EE 0x3090 # 0 +0x82EF 0x3091 # 0 +0x82F0 0x3092 # 0 +0x82F1 0x3093 # 0 +0x8340 0x30A1 # 0 +0x8341 0x30A2 # 0 +0x8342 0x30A3 # 0 +0x8343 0x30A4 # 0 +0x8344 0x30A5 # 0 +0x8345 0x30A6 # 0 +0x8346 0x30A7 # 0 +0x8347 0x30A8 # 0 +0x8348 0x30A9 # 0 +0x8349 0x30AA # 0 +0x834A 0x30AB # 0 +0x834B 0x30AC # 0 +0x834C 0x30AD # 0 +0x834D 0x30AE # 0 +0x834E 0x30AF # 0 +0x834F 0x30B0 # 0 +0x8350 0x30B1 # 0 +0x8351 0x30B2 # 0 +0x8352 0x30B3 # 0 +0x8353 0x30B4 # 0 +0x8354 0x30B5 # 0 +0x8355 0x30B6 # 0 +0x8356 0x30B7 # 0 +0x8357 0x30B8 # 0 +0x8358 0x30B9 # 0 +0x8359 0x30BA # 0 +0x835A 0x30BB # 0 +0x835B 0x30BC # 0 +0x835C 0x30BD # 0 +0x835D 0x30BE # 0 +0x835E 0x30BF # 0 +0x835F 0x30C0 # 0 +0x8360 0x30C1 # 0 +0x8361 0x30C2 # 0 +0x8362 0x30C3 # 0 +0x8363 0x30C4 # 0 +0x8364 0x30C5 # 0 +0x8365 0x30C6 # 0 +0x8366 0x30C7 # 0 +0x8367 0x30C8 # 0 +0x8368 0x30C9 # 0 +0x8369 0x30CA # 0 +0x836A 0x30CB # 0 +0x836B 0x30CC # 0 +0x836C 0x30CD # 0 +0x836D 0x30CE # 0 +0x836E 0x30CF # 0 +0x836F 0x30D0 # 0 +0x8370 0x30D1 # 0 +0x8371 0x30D2 # 0 +0x8372 0x30D3 # 0 +0x8373 0x30D4 # 0 +0x8374 0x30D5 # 0 +0x8375 0x30D6 # 0 +0x8376 0x30D7 # 0 +0x8377 0x30D8 # 0 +0x8378 0x30D9 # 0 +0x8379 0x30DA # 0 +0x837A 0x30DB # 0 +0x837B 0x30DC # 0 +0x837C 0x30DD # 0 +0x837D 0x30DE # 0 +0x837E 0x30DF # 0 +0x8380 0x30E0 # 0 +0x8381 0x30E1 # 0 +0x8382 0x30E2 # 0 +0x8383 0x30E3 # 0 +0x8384 0x30E4 # 0 +0x8385 0x30E5 # 0 +0x8386 0x30E6 # 0 +0x8387 0x30E7 # 0 +0x8388 0x30E8 # 0 +0x8389 0x30E9 # 0 +0x838A 0x30EA # 0 +0x838B 0x30EB # 0 +0x838C 0x30EC # 0 +0x838D 0x30ED # 0 +0x838E 0x30EE # 0 +0x838F 0x30EF # 0 +0x8390 0x30F0 # 0 +0x8391 0x30F1 # 0 +0x8392 0x30F2 # 0 +0x8393 0x30F3 # 0 +0x8394 0x30F4 # 0 +0x8395 0x30F5 # 0 +0x8396 0x30F6 # 0 +0x839F 0x0391 # 0 +0x83A0 0x0392 # 0 +0x83A1 0x0393 # 0 +0x83A2 0x0394 # 0 +0x83A3 0x0395 # 0 +0x83A4 0x0396 # 0 +0x83A5 0x0397 # 0 +0x83A6 0x0398 # 0 +0x83A7 0x0399 # 0 +0x83A8 0x039A # 0 +0x83A9 0x039B # 0 +0x83AA 0x039C # 0 +0x83AB 0x039D # 0 +0x83AC 0x039E # 0 +0x83AD 0x039F # 0 +0x83AE 0x03A0 # 0 +0x83AF 0x03A1 # 0 +0x83B0 0x03A3 # 0 +0x83B1 0x03A4 # 0 +0x83B2 0x03A5 # 0 +0x83B3 0x03A6 # 0 +0x83B4 0x03A7 # 0 +0x83B5 0x03A8 # 0 +0x83B6 0x03A9 # 0 +0x83BF 0x03B1 # 0 +0x83C0 0x03B2 # 0 +0x83C1 0x03B3 # 0 +0x83C2 0x03B4 # 0 +0x83C3 0x03B5 # 0 +0x83C4 0x03B6 # 0 +0x83C5 0x03B7 # 0 +0x83C6 0x03B8 # 0 +0x83C7 0x03B9 # 0 +0x83C8 0x03BA # 0 +0x83C9 0x03BB # 0 +0x83CA 0x03BC # 0 +0x83CB 0x03BD # 0 +0x83CC 0x03BE # 0 +0x83CD 0x03BF # 0 +0x83CE 0x03C0 # 0 +0x83CF 0x03C1 # 0 +0x83D0 0x03C3 # 0 +0x83D1 0x03C4 # 0 +0x83D2 0x03C5 # 0 +0x83D3 0x03C6 # 0 +0x83D4 0x03C7 # 0 +0x83D5 0x03C8 # 0 +0x83D6 0x03C9 # 0 +0x8440 0x0410 # 0 +0x8441 0x0411 # 0 +0x8442 0x0412 # 0 +0x8443 0x0413 # 0 +0x8444 0x0414 # 0 +0x8445 0x0415 # 0 +0x8446 0x0401 # 0 +0x8447 0x0416 # 0 +0x8448 0x0417 # 0 +0x8449 0x0418 # 0 +0x844A 0x0419 # 0 +0x844B 0x041A # 0 +0x844C 0x041B # 0 +0x844D 0x041C # 0 +0x844E 0x041D # 0 +0x844F 0x041E # 0 +0x8450 0x041F # 0 +0x8451 0x0420 # 0 +0x8452 0x0421 # 0 +0x8453 0x0422 # 0 +0x8454 0x0423 # 0 +0x8455 0x0424 # 0 +0x8456 0x0425 # 0 +0x8457 0x0426 # 0 +0x8458 0x0427 # 0 +0x8459 0x0428 # 0 +0x845A 0x0429 # 0 +0x845B 0x042A # 0 +0x845C 0x042B # 0 +0x845D 0x042C # 0 +0x845E 0x042D # 0 +0x845F 0x042E # 0 +0x8460 0x042F # 0 +0x8470 0x0430 # 0 +0x8471 0x0431 # 0 +0x8472 0x0432 # 0 +0x8473 0x0433 # 0 +0x8474 0x0434 # 0 +0x8475 0x0435 # 0 +0x8476 0x0451 # 0 +0x8477 0x0436 # 0 +0x8478 0x0437 # 0 +0x8479 0x0438 # 0 +0x847A 0x0439 # 0 +0x847B 0x043A # 0 +0x847C 0x043B # 0 +0x847D 0x043C # 0 +0x847E 0x043D # 0 +0x8480 0x043E # 0 +0x8481 0x043F # 0 +0x8482 0x0440 # 0 +0x8483 0x0441 # 0 +0x8484 0x0442 # 0 +0x8485 0x0443 # 0 +0x8486 0x0444 # 0 +0x8487 0x0445 # 0 +0x8488 0x0446 # 0 +0x8489 0x0447 # 0 +0x848A 0x0448 # 0 +0x848B 0x0449 # 0 +0x848C 0x044A # 0 +0x848D 0x044B # 0 +0x848E 0x044C # 0 +0x848F 0x044D # 0 +0x8490 0x044E # 0 +0x8491 0x044F # 0 +0x849F 0x2500 # 0 +0x84A0 0x2502 # 0 +0x84A1 0x250C # 0 +0x84A2 0x2510 # 0 +0x84A3 0x2518 # 0 +0x84A4 0x2514 # 0 +0x84A5 0x251C # 0 +0x84A6 0x252C # 0 +0x84A7 0x2524 # 0 +0x84A8 0x2534 # 0 +0x84A9 0x253C # 0 +0x84AA 0x2501 # 0 +0x84AB 0x2503 # 0 +0x84AC 0x250F # 0 +0x84AD 0x2513 # 0 +0x84AE 0x251B # 0 +0x84AF 0x2517 # 0 +0x84B0 0x2523 # 0 +0x84B1 0x2533 # 0 +0x84B2 0x252B # 0 +0x84B3 0x253B # 0 +0x84B4 0x254B # 0 +0x84B5 0x2520 # 0 +0x84B6 0x252F # 0 +0x84B7 0x2528 # 0 +0x84B8 0x2537 # 0 +0x84B9 0x253F # 0 +0x84BA 0x251D # 0 +0x84BB 0x2530 # 0 +0x84BC 0x2525 # 0 +0x84BD 0x2538 # 0 +0x84BE 0x2542 # 0 +0x8740 0x2460 # 0 +0x8741 0x2461 # 0 +0x8742 0x2462 # 0 +0x8743 0x2463 # 0 +0x8744 0x2464 # 0 +0x8745 0x2465 # 0 +0x8746 0x2466 # 0 +0x8747 0x2467 # 0 +0x8748 0x2468 # 0 +0x8749 0x2469 # 0 +0x874A 0x246A # 0 +0x874B 0x246B # 0 +0x874C 0x246C # 0 +0x874D 0x246D # 0 +0x874E 0x246E # 0 +0x874F 0x246F # 0 +0x8750 0x2470 # 0 +0x8751 0x2471 # 0 +0x8752 0x2472 # 0 +0x8753 0x2473 # 0 +0x8754 0x2160 # 0 +0x8755 0x2161 # 0 +0x8756 0x2162 # 0 +0x8757 0x2163 # 0 +0x8758 0x2164 # 0 +0x8759 0x2165 # 0 +0x875A 0x2166 # 0 +0x875B 0x2167 # 0 +0x875C 0x2168 # 0 +0x875D 0x2169 # 0 +0x875F 0x3349 # 0 +0x8760 0x3314 # 0 +0x8761 0x3322 # 0 +0x8762 0x334D # 0 +0x8763 0x3318 # 0 +0x8764 0x3327 # 0 +0x8765 0x3303 # 0 +0x8766 0x3336 # 0 +0x8767 0x3351 # 0 +0x8768 0x3357 # 0 +0x8769 0x330D # 0 +0x876A 0x3326 # 0 +0x876B 0x3323 # 0 +0x876C 0x332B # 0 +0x876D 0x334A # 0 +0x876E 0x333B # 0 +0x876F 0x339C # 0 +0x8770 0x339D # 0 +0x8771 0x339E # 0 +0x8772 0x338E # 0 +0x8773 0x338F # 0 +0x8774 0x33C4 # 0 +0x8775 0x33A1 # 0 +0x877E 0x337B # 0 +0x8780 0x301D # 0 +0x8781 0x301F # 0 +0x8782 0x2116 # 0 +0x8783 0x33CD # 0 +0x8784 0x2121 # 0 +0x8785 0x32A4 # 0 +0x8786 0x32A5 # 0 +0x8787 0x32A6 # 0 +0x8788 0x32A7 # 0 +0x8789 0x32A8 # 0 +0x878A 0x3231 # 0 +0x878B 0x3232 # 0 +0x878C 0x3239 # 0 +0x878D 0x337E # 0 +0x878E 0x337D # 0 +0x878F 0x337C # 0 +0x8793 0x222E # 0 +0x8794 0x2211 # 0 +0x8798 0x221F # 0 +0x8799 0x22BF # 0 +0x889F 0x4E9C # 0 +0x88A0 0x5516 # 0 +0x88A1 0x5A03 # 0 +0x88A2 0x963F # 0 +0x88A3 0x54C0 # 0 +0x88A4 0x611B # 0 +0x88A5 0x6328 # 0 +0x88A6 0x59F6 # 0 +0x88A7 0x9022 # 0 +0x88A8 0x8475 # 0 +0x88A9 0x831C # 0 +0x88AA 0x7A50 # 0 +0x88AB 0x60AA # 0 +0x88AC 0x63E1 # 0 +0x88AD 0x6E25 # 0 +0x88AE 0x65ED # 0 +0x88AF 0x8466 # 0 +0x88B0 0x82A6 # 0 +0x88B1 0x9BF5 # 0 +0x88B2 0x6893 # 0 +0x88B3 0x5727 # 0 +0x88B4 0x65A1 # 0 +0x88B5 0x6271 # 0 +0x88B6 0x5B9B # 0 +0x88B7 0x59D0 # 0 +0x88B8 0x867B # 0 +0x88B9 0x98F4 # 0 +0x88BA 0x7D62 # 0 +0x88BB 0x7DBE # 0 +0x88BC 0x9B8E # 0 +0x88BD 0x6216 # 0 +0x88BE 0x7C9F # 0 +0x88BF 0x88B7 # 0 +0x88C0 0x5B89 # 0 +0x88C1 0x5EB5 # 0 +0x88C2 0x6309 # 0 +0x88C3 0x6697 # 0 +0x88C4 0x6848 # 0 +0x88C5 0x95C7 # 0 +0x88C6 0x978D # 0 +0x88C7 0x674F # 0 +0x88C8 0x4EE5 # 0 +0x88C9 0x4F0A # 0 +0x88CA 0x4F4D # 0 +0x88CB 0x4F9D # 0 +0x88CC 0x5049 # 0 +0x88CD 0x56F2 # 0 +0x88CE 0x5937 # 0 +0x88CF 0x59D4 # 0 +0x88D0 0x5A01 # 0 +0x88D1 0x5C09 # 0 +0x88D2 0x60DF # 0 +0x88D3 0x610F # 0 +0x88D4 0x6170 # 0 +0x88D5 0x6613 # 0 +0x88D6 0x6905 # 0 +0x88D7 0x70BA # 0 +0x88D8 0x754F # 0 +0x88D9 0x7570 # 0 +0x88DA 0x79FB # 0 +0x88DB 0x7DAD # 0 +0x88DC 0x7DEF # 0 +0x88DD 0x80C3 # 0 +0x88DE 0x840E # 0 +0x88DF 0x8863 # 0 +0x88E0 0x8B02 # 0 +0x88E1 0x9055 # 0 +0x88E2 0x907A # 0 +0x88E3 0x533B # 0 +0x88E4 0x4E95 # 0 +0x88E5 0x4EA5 # 0 +0x88E6 0x57DF # 0 +0x88E7 0x80B2 # 0 +0x88E8 0x90C1 # 0 +0x88E9 0x78EF # 0 +0x88EA 0x4E00 # 0 +0x88EB 0x58F1 # 0 +0x88EC 0x6EA2 # 0 +0x88ED 0x9038 # 0 +0x88EE 0x7A32 # 0 +0x88EF 0x8328 # 0 +0x88F0 0x828B # 0 +0x88F1 0x9C2F # 0 +0x88F2 0x5141 # 0 +0x88F3 0x5370 # 0 +0x88F4 0x54BD # 0 +0x88F5 0x54E1 # 0 +0x88F6 0x56E0 # 0 +0x88F7 0x59FB # 0 +0x88F8 0x5F15 # 0 +0x88F9 0x98F2 # 0 +0x88FA 0x6DEB # 0 +0x88FB 0x80E4 # 0 +0x88FC 0x852D # 0 +0x8940 0x9662 # 0 +0x8941 0x9670 # 0 +0x8942 0x96A0 # 0 +0x8943 0x97FB # 0 +0x8944 0x540B # 0 +0x8945 0x53F3 # 0 +0x8946 0x5B87 # 0 +0x8947 0x70CF # 0 +0x8948 0x7FBD # 0 +0x8949 0x8FC2 # 0 +0x894A 0x96E8 # 0 +0x894B 0x536F # 0 +0x894C 0x9D5C # 0 +0x894D 0x7ABA # 0 +0x894E 0x4E11 # 0 +0x894F 0x7893 # 0 +0x8950 0x81FC # 0 +0x8951 0x6E26 # 0 +0x8952 0x5618 # 0 +0x8953 0x5504 # 0 +0x8954 0x6B1D # 0 +0x8955 0x851A # 0 +0x8956 0x9C3B # 0 +0x8957 0x59E5 # 0 +0x8958 0x53A9 # 0 +0x8959 0x6D66 # 0 +0x895A 0x74DC # 0 +0x895B 0x958F # 0 +0x895C 0x5642 # 0 +0x895D 0x4E91 # 0 +0x895E 0x904B # 0 +0x895F 0x96F2 # 0 +0x8960 0x834F # 0 +0x8961 0x990C # 0 +0x8962 0x53E1 # 0 +0x8963 0x55B6 # 0 +0x8964 0x5B30 # 0 +0x8965 0x5F71 # 0 +0x8966 0x6620 # 0 +0x8967 0x66F3 # 0 +0x8968 0x6804 # 0 +0x8969 0x6C38 # 0 +0x896A 0x6CF3 # 0 +0x896B 0x6D29 # 0 +0x896C 0x745B # 0 +0x896D 0x76C8 # 0 +0x896E 0x7A4E # 0 +0x896F 0x9834 # 0 +0x8970 0x82F1 # 0 +0x8971 0x885B # 0 +0x8972 0x8A60 # 0 +0x8973 0x92ED # 0 +0x8974 0x6DB2 # 0 +0x8975 0x75AB # 0 +0x8976 0x76CA # 0 +0x8977 0x99C5 # 0 +0x8978 0x60A6 # 0 +0x8979 0x8B01 # 0 +0x897A 0x8D8A # 0 +0x897B 0x95B2 # 0 +0x897C 0x698E # 0 +0x897D 0x53AD # 0 +0x897E 0x5186 # 0 +0x8980 0x5712 # 0 +0x8981 0x5830 # 0 +0x8982 0x5944 # 0 +0x8983 0x5BB4 # 0 +0x8984 0x5EF6 # 0 +0x8985 0x6028 # 0 +0x8986 0x63A9 # 0 +0x8987 0x63F4 # 0 +0x8988 0x6CBF # 0 +0x8989 0x6F14 # 0 +0x898A 0x708E # 0 +0x898B 0x7114 # 0 +0x898C 0x7159 # 0 +0x898D 0x71D5 # 0 +0x898E 0x733F # 0 +0x898F 0x7E01 # 0 +0x8990 0x8276 # 0 +0x8991 0x82D1 # 0 +0x8992 0x8597 # 0 +0x8993 0x9060 # 0 +0x8994 0x925B # 0 +0x8995 0x9D1B # 0 +0x8996 0x5869 # 0 +0x8997 0x65BC # 0 +0x8998 0x6C5A # 0 +0x8999 0x7525 # 0 +0x899A 0x51F9 # 0 +0x899B 0x592E # 0 +0x899C 0x5965 # 0 +0x899D 0x5F80 # 0 +0x899E 0x5FDC # 0 +0x899F 0x62BC # 0 +0x89A0 0x65FA # 0 +0x89A1 0x6A2A # 0 +0x89A2 0x6B27 # 0 +0x89A3 0x6BB4 # 0 +0x89A4 0x738B # 0 +0x89A5 0x7FC1 # 0 +0x89A6 0x8956 # 0 +0x89A7 0x9D2C # 0 +0x89A8 0x9D0E # 0 +0x89A9 0x9EC4 # 0 +0x89AA 0x5CA1 # 0 +0x89AB 0x6C96 # 0 +0x89AC 0x837B # 0 +0x89AD 0x5104 # 0 +0x89AE 0x5C4B # 0 +0x89AF 0x61B6 # 0 +0x89B0 0x81C6 # 0 +0x89B1 0x6876 # 0 +0x89B2 0x7261 # 0 +0x89B3 0x4E59 # 0 +0x89B4 0x4FFA # 0 +0x89B5 0x5378 # 0 +0x89B6 0x6069 # 0 +0x89B7 0x6E29 # 0 +0x89B8 0x7A4F # 0 +0x89B9 0x97F3 # 0 +0x89BA 0x4E0B # 0 +0x89BB 0x5316 # 0 +0x89BC 0x4EEE # 0 +0x89BD 0x4F55 # 0 +0x89BE 0x4F3D # 0 +0x89BF 0x4FA1 # 0 +0x89C0 0x4F73 # 0 +0x89C1 0x52A0 # 0 +0x89C2 0x53EF # 0 +0x89C3 0x5609 # 0 +0x89C4 0x590F # 0 +0x89C5 0x5AC1 # 0 +0x89C6 0x5BB6 # 0 +0x89C7 0x5BE1 # 0 +0x89C8 0x79D1 # 0 +0x89C9 0x6687 # 0 +0x89CA 0x679C # 0 +0x89CB 0x67B6 # 0 +0x89CC 0x6B4C # 0 +0x89CD 0x6CB3 # 0 +0x89CE 0x706B # 0 +0x89CF 0x73C2 # 0 +0x89D0 0x798D # 0 +0x89D1 0x79BE # 0 +0x89D2 0x7A3C # 0 +0x89D3 0x7B87 # 0 +0x89D4 0x82B1 # 0 +0x89D5 0x82DB # 0 +0x89D6 0x8304 # 0 +0x89D7 0x8377 # 0 +0x89D8 0x83EF # 0 +0x89D9 0x83D3 # 0 +0x89DA 0x8766 # 0 +0x89DB 0x8AB2 # 0 +0x89DC 0x5629 # 0 +0x89DD 0x8CA8 # 0 +0x89DE 0x8FE6 # 0 +0x89DF 0x904E # 0 +0x89E0 0x971E # 0 +0x89E1 0x868A # 0 +0x89E2 0x4FC4 # 0 +0x89E3 0x5CE8 # 0 +0x89E4 0x6211 # 0 +0x89E5 0x7259 # 0 +0x89E6 0x753B # 0 +0x89E7 0x81E5 # 0 +0x89E8 0x82BD # 0 +0x89E9 0x86FE # 0 +0x89EA 0x8CC0 # 0 +0x89EB 0x96C5 # 0 +0x89EC 0x9913 # 0 +0x89ED 0x99D5 # 0 +0x89EE 0x4ECB # 0 +0x89EF 0x4F1A # 0 +0x89F0 0x89E3 # 0 +0x89F1 0x56DE # 0 +0x89F2 0x584A # 0 +0x89F3 0x58CA # 0 +0x89F4 0x5EFB # 0 +0x89F5 0x5FEB # 0 +0x89F6 0x602A # 0 +0x89F7 0x6094 # 0 +0x89F8 0x6062 # 0 +0x89F9 0x61D0 # 0 +0x89FA 0x6212 # 0 +0x89FB 0x62D0 # 0 +0x89FC 0x6539 # 0 +0x8A40 0x9B41 # 0 +0x8A41 0x6666 # 0 +0x8A42 0x68B0 # 0 +0x8A43 0x6D77 # 0 +0x8A44 0x7070 # 0 +0x8A45 0x754C # 0 +0x8A46 0x7686 # 0 +0x8A47 0x7D75 # 0 +0x8A48 0x82A5 # 0 +0x8A49 0x87F9 # 0 +0x8A4A 0x958B # 0 +0x8A4B 0x968E # 0 +0x8A4C 0x8C9D # 0 +0x8A4D 0x51F1 # 0 +0x8A4E 0x52BE # 0 +0x8A4F 0x5916 # 0 +0x8A50 0x54B3 # 0 +0x8A51 0x5BB3 # 0 +0x8A52 0x5D16 # 0 +0x8A53 0x6168 # 0 +0x8A54 0x6982 # 0 +0x8A55 0x6DAF # 0 +0x8A56 0x788D # 0 +0x8A57 0x84CB # 0 +0x8A58 0x8857 # 0 +0x8A59 0x8A72 # 0 +0x8A5A 0x93A7 # 0 +0x8A5B 0x9AB8 # 0 +0x8A5C 0x6D6C # 0 +0x8A5D 0x99A8 # 0 +0x8A5E 0x86D9 # 0 +0x8A5F 0x57A3 # 0 +0x8A60 0x67FF # 0 +0x8A61 0x86CE # 0 +0x8A62 0x920E # 0 +0x8A63 0x5283 # 0 +0x8A64 0x5687 # 0 +0x8A65 0x5404 # 0 +0x8A66 0x5ED3 # 0 +0x8A67 0x62E1 # 0 +0x8A68 0x64B9 # 0 +0x8A69 0x683C # 0 +0x8A6A 0x6838 # 0 +0x8A6B 0x6BBB # 0 +0x8A6C 0x7372 # 0 +0x8A6D 0x78BA # 0 +0x8A6E 0x7A6B # 0 +0x8A6F 0x899A # 0 +0x8A70 0x89D2 # 0 +0x8A71 0x8D6B # 0 +0x8A72 0x8F03 # 0 +0x8A73 0x90ED # 0 +0x8A74 0x95A3 # 0 +0x8A75 0x9694 # 0 +0x8A76 0x9769 # 0 +0x8A77 0x5B66 # 0 +0x8A78 0x5CB3 # 0 +0x8A79 0x697D # 0 +0x8A7A 0x984D # 0 +0x8A7B 0x984E # 0 +0x8A7C 0x639B # 0 +0x8A7D 0x7B20 # 0 +0x8A7E 0x6A2B # 0 +0x8A80 0x6A7F # 0 +0x8A81 0x68B6 # 0 +0x8A82 0x9C0D # 0 +0x8A83 0x6F5F # 0 +0x8A84 0x5272 # 0 +0x8A85 0x559D # 0 +0x8A86 0x6070 # 0 +0x8A87 0x62EC # 0 +0x8A88 0x6D3B # 0 +0x8A89 0x6E07 # 0 +0x8A8A 0x6ED1 # 0 +0x8A8B 0x845B # 0 +0x8A8C 0x8910 # 0 +0x8A8D 0x8F44 # 0 +0x8A8E 0x4E14 # 0 +0x8A8F 0x9C39 # 0 +0x8A90 0x53F6 # 0 +0x8A91 0x691B # 0 +0x8A92 0x6A3A # 0 +0x8A93 0x9784 # 0 +0x8A94 0x682A # 0 +0x8A95 0x515C # 0 +0x8A96 0x7AC3 # 0 +0x8A97 0x84B2 # 0 +0x8A98 0x91DC # 0 +0x8A99 0x938C # 0 +0x8A9A 0x565B # 0 +0x8A9B 0x9D28 # 0 +0x8A9C 0x6822 # 0 +0x8A9D 0x8305 # 0 +0x8A9E 0x8431 # 0 +0x8A9F 0x7CA5 # 0 +0x8AA0 0x5208 # 0 +0x8AA1 0x82C5 # 0 +0x8AA2 0x74E6 # 0 +0x8AA3 0x4E7E # 0 +0x8AA4 0x4F83 # 0 +0x8AA5 0x51A0 # 0 +0x8AA6 0x5BD2 # 0 +0x8AA7 0x520A # 0 +0x8AA8 0x52D8 # 0 +0x8AA9 0x52E7 # 0 +0x8AAA 0x5DFB # 0 +0x8AAB 0x559A # 0 +0x8AAC 0x582A # 0 +0x8AAD 0x59E6 # 0 +0x8AAE 0x5B8C # 0 +0x8AAF 0x5B98 # 0 +0x8AB0 0x5BDB # 0 +0x8AB1 0x5E72 # 0 +0x8AB2 0x5E79 # 0 +0x8AB3 0x60A3 # 0 +0x8AB4 0x611F # 0 +0x8AB5 0x6163 # 0 +0x8AB6 0x61BE # 0 +0x8AB7 0x63DB # 0 +0x8AB8 0x6562 # 0 +0x8AB9 0x67D1 # 0 +0x8ABA 0x6853 # 0 +0x8ABB 0x68FA # 0 +0x8ABC 0x6B3E # 0 +0x8ABD 0x6B53 # 0 +0x8ABE 0x6C57 # 0 +0x8ABF 0x6F22 # 0 +0x8AC0 0x6F97 # 0 +0x8AC1 0x6F45 # 0 +0x8AC2 0x74B0 # 0 +0x8AC3 0x7518 # 0 +0x8AC4 0x76E3 # 0 +0x8AC5 0x770B # 0 +0x8AC6 0x7AFF # 0 +0x8AC7 0x7BA1 # 0 +0x8AC8 0x7C21 # 0 +0x8AC9 0x7DE9 # 0 +0x8ACA 0x7F36 # 0 +0x8ACB 0x7FF0 # 0 +0x8ACC 0x809D # 0 +0x8ACD 0x8266 # 0 +0x8ACE 0x839E # 0 +0x8ACF 0x89B3 # 0 +0x8AD0 0x8ACC # 0 +0x8AD1 0x8CAB # 0 +0x8AD2 0x9084 # 0 +0x8AD3 0x9451 # 0 +0x8AD4 0x9593 # 0 +0x8AD5 0x9591 # 0 +0x8AD6 0x95A2 # 0 +0x8AD7 0x9665 # 0 +0x8AD8 0x97D3 # 0 +0x8AD9 0x9928 # 0 +0x8ADA 0x8218 # 0 +0x8ADB 0x4E38 # 0 +0x8ADC 0x542B # 0 +0x8ADD 0x5CB8 # 0 +0x8ADE 0x5DCC # 0 +0x8ADF 0x73A9 # 0 +0x8AE0 0x764C # 0 +0x8AE1 0x773C # 0 +0x8AE2 0x5CA9 # 0 +0x8AE3 0x7FEB # 0 +0x8AE4 0x8D0B # 0 +0x8AE5 0x96C1 # 0 +0x8AE6 0x9811 # 0 +0x8AE7 0x9854 # 0 +0x8AE8 0x9858 # 0 +0x8AE9 0x4F01 # 0 +0x8AEA 0x4F0E # 0 +0x8AEB 0x5371 # 0 +0x8AEC 0x559C # 0 +0x8AED 0x5668 # 0 +0x8AEE 0x57FA # 0 +0x8AEF 0x5947 # 0 +0x8AF0 0x5B09 # 0 +0x8AF1 0x5BC4 # 0 +0x8AF2 0x5C90 # 0 +0x8AF3 0x5E0C # 0 +0x8AF4 0x5E7E # 0 +0x8AF5 0x5FCC # 0 +0x8AF6 0x63EE # 0 +0x8AF7 0x673A # 0 +0x8AF8 0x65D7 # 0 +0x8AF9 0x65E2 # 0 +0x8AFA 0x671F # 0 +0x8AFB 0x68CB # 0 +0x8AFC 0x68C4 # 0 +0x8B40 0x6A5F # 0 +0x8B41 0x5E30 # 0 +0x8B42 0x6BC5 # 0 +0x8B43 0x6C17 # 0 +0x8B44 0x6C7D # 0 +0x8B45 0x757F # 0 +0x8B46 0x7948 # 0 +0x8B47 0x5B63 # 0 +0x8B48 0x7A00 # 0 +0x8B49 0x7D00 # 0 +0x8B4A 0x5FBD # 0 +0x8B4B 0x898F # 0 +0x8B4C 0x8A18 # 0 +0x8B4D 0x8CB4 # 0 +0x8B4E 0x8D77 # 0 +0x8B4F 0x8ECC # 0 +0x8B50 0x8F1D # 0 +0x8B51 0x98E2 # 0 +0x8B52 0x9A0E # 0 +0x8B53 0x9B3C # 0 +0x8B54 0x4E80 # 0 +0x8B55 0x507D # 0 +0x8B56 0x5100 # 0 +0x8B57 0x5993 # 0 +0x8B58 0x5B9C # 0 +0x8B59 0x622F # 0 +0x8B5A 0x6280 # 0 +0x8B5B 0x64EC # 0 +0x8B5C 0x6B3A # 0 +0x8B5D 0x72A0 # 0 +0x8B5E 0x7591 # 0 +0x8B5F 0x7947 # 0 +0x8B60 0x7FA9 # 0 +0x8B61 0x87FB # 0 +0x8B62 0x8ABC # 0 +0x8B63 0x8B70 # 0 +0x8B64 0x63AC # 0 +0x8B65 0x83CA # 0 +0x8B66 0x97A0 # 0 +0x8B67 0x5409 # 0 +0x8B68 0x5403 # 0 +0x8B69 0x55AB # 0 +0x8B6A 0x6854 # 0 +0x8B6B 0x6A58 # 0 +0x8B6C 0x8A70 # 0 +0x8B6D 0x7827 # 0 +0x8B6E 0x6775 # 0 +0x8B6F 0x9ECD # 0 +0x8B70 0x5374 # 0 +0x8B71 0x5BA2 # 0 +0x8B72 0x811A # 0 +0x8B73 0x8650 # 0 +0x8B74 0x9006 # 0 +0x8B75 0x4E18 # 0 +0x8B76 0x4E45 # 0 +0x8B77 0x4EC7 # 0 +0x8B78 0x4F11 # 0 +0x8B79 0x53CA # 0 +0x8B7A 0x5438 # 0 +0x8B7B 0x5BAE # 0 +0x8B7C 0x5F13 # 0 +0x8B7D 0x6025 # 0 +0x8B7E 0x6551 # 0 +0x8B80 0x673D # 0 +0x8B81 0x6C42 # 0 +0x8B82 0x6C72 # 0 +0x8B83 0x6CE3 # 0 +0x8B84 0x7078 # 0 +0x8B85 0x7403 # 0 +0x8B86 0x7A76 # 0 +0x8B87 0x7AAE # 0 +0x8B88 0x7B08 # 0 +0x8B89 0x7D1A # 0 +0x8B8A 0x7CFE # 0 +0x8B8B 0x7D66 # 0 +0x8B8C 0x65E7 # 0 +0x8B8D 0x725B # 0 +0x8B8E 0x53BB # 0 +0x8B8F 0x5C45 # 0 +0x8B90 0x5DE8 # 0 +0x8B91 0x62D2 # 0 +0x8B92 0x62E0 # 0 +0x8B93 0x6319 # 0 +0x8B94 0x6E20 # 0 +0x8B95 0x865A # 0 +0x8B96 0x8A31 # 0 +0x8B97 0x8DDD # 0 +0x8B98 0x92F8 # 0 +0x8B99 0x6F01 # 0 +0x8B9A 0x79A6 # 0 +0x8B9B 0x9B5A # 0 +0x8B9C 0x4EA8 # 0 +0x8B9D 0x4EAB # 0 +0x8B9E 0x4EAC # 0 +0x8B9F 0x4F9B # 0 +0x8BA0 0x4FA0 # 0 +0x8BA1 0x50D1 # 0 +0x8BA2 0x5147 # 0 +0x8BA3 0x7AF6 # 0 +0x8BA4 0x5171 # 0 +0x8BA5 0x51F6 # 0 +0x8BA6 0x5354 # 0 +0x8BA7 0x5321 # 0 +0x8BA8 0x537F # 0 +0x8BA9 0x53EB # 0 +0x8BAA 0x55AC # 0 +0x8BAB 0x5883 # 0 +0x8BAC 0x5CE1 # 0 +0x8BAD 0x5F37 # 0 +0x8BAE 0x5F4A # 0 +0x8BAF 0x602F # 0 +0x8BB0 0x6050 # 0 +0x8BB1 0x606D # 0 +0x8BB2 0x631F # 0 +0x8BB3 0x6559 # 0 +0x8BB4 0x6A4B # 0 +0x8BB5 0x6CC1 # 0 +0x8BB6 0x72C2 # 0 +0x8BB7 0x72ED # 0 +0x8BB8 0x77EF # 0 +0x8BB9 0x80F8 # 0 +0x8BBA 0x8105 # 0 +0x8BBB 0x8208 # 0 +0x8BBC 0x854E # 0 +0x8BBD 0x90F7 # 0 +0x8BBE 0x93E1 # 0 +0x8BBF 0x97FF # 0 +0x8BC0 0x9957 # 0 +0x8BC1 0x9A5A # 0 +0x8BC2 0x4EF0 # 0 +0x8BC3 0x51DD # 0 +0x8BC4 0x5C2D # 0 +0x8BC5 0x6681 # 0 +0x8BC6 0x696D # 0 +0x8BC7 0x5C40 # 0 +0x8BC8 0x66F2 # 0 +0x8BC9 0x6975 # 0 +0x8BCA 0x7389 # 0 +0x8BCB 0x6850 # 0 +0x8BCC 0x7C81 # 0 +0x8BCD 0x50C5 # 0 +0x8BCE 0x52E4 # 0 +0x8BCF 0x5747 # 0 +0x8BD0 0x5DFE # 0 +0x8BD1 0x9326 # 0 +0x8BD2 0x65A4 # 0 +0x8BD3 0x6B23 # 0 +0x8BD4 0x6B3D # 0 +0x8BD5 0x7434 # 0 +0x8BD6 0x7981 # 0 +0x8BD7 0x79BD # 0 +0x8BD8 0x7B4B # 0 +0x8BD9 0x7DCA # 0 +0x8BDA 0x82B9 # 0 +0x8BDB 0x83CC # 0 +0x8BDC 0x887F # 0 +0x8BDD 0x895F # 0 +0x8BDE 0x8B39 # 0 +0x8BDF 0x8FD1 # 0 +0x8BE0 0x91D1 # 0 +0x8BE1 0x541F # 0 +0x8BE2 0x9280 # 0 +0x8BE3 0x4E5D # 0 +0x8BE4 0x5036 # 0 +0x8BE5 0x53E5 # 0 +0x8BE6 0x533A # 0 +0x8BE7 0x72D7 # 0 +0x8BE8 0x7396 # 0 +0x8BE9 0x77E9 # 0 +0x8BEA 0x82E6 # 0 +0x8BEB 0x8EAF # 0 +0x8BEC 0x99C6 # 0 +0x8BED 0x99C8 # 0 +0x8BEE 0x99D2 # 0 +0x8BEF 0x5177 # 0 +0x8BF0 0x611A # 0 +0x8BF1 0x865E # 0 +0x8BF2 0x55B0 # 0 +0x8BF3 0x7A7A # 0 +0x8BF4 0x5076 # 0 +0x8BF5 0x5BD3 # 0 +0x8BF6 0x9047 # 0 +0x8BF7 0x9685 # 0 +0x8BF8 0x4E32 # 0 +0x8BF9 0x6ADB # 0 +0x8BFA 0x91E7 # 0 +0x8BFB 0x5C51 # 0 +0x8BFC 0x5C48 # 0 +0x8C40 0x6398 # 0 +0x8C41 0x7A9F # 0 +0x8C42 0x6C93 # 0 +0x8C43 0x9774 # 0 +0x8C44 0x8F61 # 0 +0x8C45 0x7AAA # 0 +0x8C46 0x718A # 0 +0x8C47 0x9688 # 0 +0x8C48 0x7C82 # 0 +0x8C49 0x6817 # 0 +0x8C4A 0x7E70 # 0 +0x8C4B 0x6851 # 0 +0x8C4C 0x936C # 0 +0x8C4D 0x52F2 # 0 +0x8C4E 0x541B # 0 +0x8C4F 0x85AB # 0 +0x8C50 0x8A13 # 0 +0x8C51 0x7FA4 # 0 +0x8C52 0x8ECD # 0 +0x8C53 0x90E1 # 0 +0x8C54 0x5366 # 0 +0x8C55 0x8888 # 0 +0x8C56 0x7941 # 0 +0x8C57 0x4FC2 # 0 +0x8C58 0x50BE # 0 +0x8C59 0x5211 # 0 +0x8C5A 0x5144 # 0 +0x8C5B 0x5553 # 0 +0x8C5C 0x572D # 0 +0x8C5D 0x73EA # 0 +0x8C5E 0x578B # 0 +0x8C5F 0x5951 # 0 +0x8C60 0x5F62 # 0 +0x8C61 0x5F84 # 0 +0x8C62 0x6075 # 0 +0x8C63 0x6176 # 0 +0x8C64 0x6167 # 0 +0x8C65 0x61A9 # 0 +0x8C66 0x63B2 # 0 +0x8C67 0x643A # 0 +0x8C68 0x656C # 0 +0x8C69 0x666F # 0 +0x8C6A 0x6842 # 0 +0x8C6B 0x6E13 # 0 +0x8C6C 0x7566 # 0 +0x8C6D 0x7A3D # 0 +0x8C6E 0x7CFB # 0 +0x8C6F 0x7D4C # 0 +0x8C70 0x7D99 # 0 +0x8C71 0x7E4B # 0 +0x8C72 0x7F6B # 0 +0x8C73 0x830E # 0 +0x8C74 0x834A # 0 +0x8C75 0x86CD # 0 +0x8C76 0x8A08 # 0 +0x8C77 0x8A63 # 0 +0x8C78 0x8B66 # 0 +0x8C79 0x8EFD # 0 +0x8C7A 0x981A # 0 +0x8C7B 0x9D8F # 0 +0x8C7C 0x82B8 # 0 +0x8C7D 0x8FCE # 0 +0x8C7E 0x9BE8 # 0 +0x8C80 0x5287 # 0 +0x8C81 0x621F # 0 +0x8C82 0x6483 # 0 +0x8C83 0x6FC0 # 0 +0x8C84 0x9699 # 0 +0x8C85 0x6841 # 0 +0x8C86 0x5091 # 0 +0x8C87 0x6B20 # 0 +0x8C88 0x6C7A # 0 +0x8C89 0x6F54 # 0 +0x8C8A 0x7A74 # 0 +0x8C8B 0x7D50 # 0 +0x8C8C 0x8840 # 0 +0x8C8D 0x8A23 # 0 +0x8C8E 0x6708 # 0 +0x8C8F 0x4EF6 # 0 +0x8C90 0x5039 # 0 +0x8C91 0x5026 # 0 +0x8C92 0x5065 # 0 +0x8C93 0x517C # 0 +0x8C94 0x5238 # 0 +0x8C95 0x5263 # 0 +0x8C96 0x55A7 # 0 +0x8C97 0x570F # 0 +0x8C98 0x5805 # 0 +0x8C99 0x5ACC # 0 +0x8C9A 0x5EFA # 0 +0x8C9B 0x61B2 # 0 +0x8C9C 0x61F8 # 0 +0x8C9D 0x62F3 # 0 +0x8C9E 0x6372 # 0 +0x8C9F 0x691C # 0 +0x8CA0 0x6A29 # 0 +0x8CA1 0x727D # 0 +0x8CA2 0x72AC # 0 +0x8CA3 0x732E # 0 +0x8CA4 0x7814 # 0 +0x8CA5 0x786F # 0 +0x8CA6 0x7D79 # 0 +0x8CA7 0x770C # 0 +0x8CA8 0x80A9 # 0 +0x8CA9 0x898B # 0 +0x8CAA 0x8B19 # 0 +0x8CAB 0x8CE2 # 0 +0x8CAC 0x8ED2 # 0 +0x8CAD 0x9063 # 0 +0x8CAE 0x9375 # 0 +0x8CAF 0x967A # 0 +0x8CB0 0x9855 # 0 +0x8CB1 0x9A13 # 0 +0x8CB2 0x9E78 # 0 +0x8CB3 0x5143 # 0 +0x8CB4 0x539F # 0 +0x8CB5 0x53B3 # 0 +0x8CB6 0x5E7B # 0 +0x8CB7 0x5F26 # 0 +0x8CB8 0x6E1B # 0 +0x8CB9 0x6E90 # 0 +0x8CBA 0x7384 # 0 +0x8CBB 0x73FE # 0 +0x8CBC 0x7D43 # 0 +0x8CBD 0x8237 # 0 +0x8CBE 0x8A00 # 0 +0x8CBF 0x8AFA # 0 +0x8CC0 0x9650 # 0 +0x8CC1 0x4E4E # 0 +0x8CC2 0x500B # 0 +0x8CC3 0x53E4 # 0 +0x8CC4 0x547C # 0 +0x8CC5 0x56FA # 0 +0x8CC6 0x59D1 # 0 +0x8CC7 0x5B64 # 0 +0x8CC8 0x5DF1 # 0 +0x8CC9 0x5EAB # 0 +0x8CCA 0x5F27 # 0 +0x8CCB 0x6238 # 0 +0x8CCC 0x6545 # 0 +0x8CCD 0x67AF # 0 +0x8CCE 0x6E56 # 0 +0x8CCF 0x72D0 # 0 +0x8CD0 0x7CCA # 0 +0x8CD1 0x88B4 # 0 +0x8CD2 0x80A1 # 0 +0x8CD3 0x80E1 # 0 +0x8CD4 0x83F0 # 0 +0x8CD5 0x864E # 0 +0x8CD6 0x8A87 # 0 +0x8CD7 0x8DE8 # 0 +0x8CD8 0x9237 # 0 +0x8CD9 0x96C7 # 0 +0x8CDA 0x9867 # 0 +0x8CDB 0x9F13 # 0 +0x8CDC 0x4E94 # 0 +0x8CDD 0x4E92 # 0 +0x8CDE 0x4F0D # 0 +0x8CDF 0x5348 # 0 +0x8CE0 0x5449 # 0 +0x8CE1 0x543E # 0 +0x8CE2 0x5A2F # 0 +0x8CE3 0x5F8C # 0 +0x8CE4 0x5FA1 # 0 +0x8CE5 0x609F # 0 +0x8CE6 0x68A7 # 0 +0x8CE7 0x6A8E # 0 +0x8CE8 0x745A # 0 +0x8CE9 0x7881 # 0 +0x8CEA 0x8A9E # 0 +0x8CEB 0x8AA4 # 0 +0x8CEC 0x8B77 # 0 +0x8CED 0x9190 # 0 +0x8CEE 0x4E5E # 0 +0x8CEF 0x9BC9 # 0 +0x8CF0 0x4EA4 # 0 +0x8CF1 0x4F7C # 0 +0x8CF2 0x4FAF # 0 +0x8CF3 0x5019 # 0 +0x8CF4 0x5016 # 0 +0x8CF5 0x5149 # 0 +0x8CF6 0x516C # 0 +0x8CF7 0x529F # 0 +0x8CF8 0x52B9 # 0 +0x8CF9 0x52FE # 0 +0x8CFA 0x539A # 0 +0x8CFB 0x53E3 # 0 +0x8CFC 0x5411 # 0 +0x8D40 0x540E # 0 +0x8D41 0x5589 # 0 +0x8D42 0x5751 # 0 +0x8D43 0x57A2 # 0 +0x8D44 0x597D # 0 +0x8D45 0x5B54 # 0 +0x8D46 0x5B5D # 0 +0x8D47 0x5B8F # 0 +0x8D48 0x5DE5 # 0 +0x8D49 0x5DE7 # 0 +0x8D4A 0x5DF7 # 0 +0x8D4B 0x5E78 # 0 +0x8D4C 0x5E83 # 0 +0x8D4D 0x5E9A # 0 +0x8D4E 0x5EB7 # 0 +0x8D4F 0x5F18 # 0 +0x8D50 0x6052 # 0 +0x8D51 0x614C # 0 +0x8D52 0x6297 # 0 +0x8D53 0x62D8 # 0 +0x8D54 0x63A7 # 0 +0x8D55 0x653B # 0 +0x8D56 0x6602 # 0 +0x8D57 0x6643 # 0 +0x8D58 0x66F4 # 0 +0x8D59 0x676D # 0 +0x8D5A 0x6821 # 0 +0x8D5B 0x6897 # 0 +0x8D5C 0x69CB # 0 +0x8D5D 0x6C5F # 0 +0x8D5E 0x6D2A # 0 +0x8D5F 0x6D69 # 0 +0x8D60 0x6E2F # 0 +0x8D61 0x6E9D # 0 +0x8D62 0x7532 # 0 +0x8D63 0x7687 # 0 +0x8D64 0x786C # 0 +0x8D65 0x7A3F # 0 +0x8D66 0x7CE0 # 0 +0x8D67 0x7D05 # 0 +0x8D68 0x7D18 # 0 +0x8D69 0x7D5E # 0 +0x8D6A 0x7DB1 # 0 +0x8D6B 0x8015 # 0 +0x8D6C 0x8003 # 0 +0x8D6D 0x80AF # 0 +0x8D6E 0x80B1 # 0 +0x8D6F 0x8154 # 0 +0x8D70 0x818F # 0 +0x8D71 0x822A # 0 +0x8D72 0x8352 # 0 +0x8D73 0x884C # 0 +0x8D74 0x8861 # 0 +0x8D75 0x8B1B # 0 +0x8D76 0x8CA2 # 0 +0x8D77 0x8CFC # 0 +0x8D78 0x90CA # 0 +0x8D79 0x9175 # 0 +0x8D7A 0x9271 # 0 +0x8D7B 0x783F # 0 +0x8D7C 0x92FC # 0 +0x8D7D 0x95A4 # 0 +0x8D7E 0x964D # 0 +0x8D80 0x9805 # 0 +0x8D81 0x9999 # 0 +0x8D82 0x9AD8 # 0 +0x8D83 0x9D3B # 0 +0x8D84 0x525B # 0 +0x8D85 0x52AB # 0 +0x8D86 0x53F7 # 0 +0x8D87 0x5408 # 0 +0x8D88 0x58D5 # 0 +0x8D89 0x62F7 # 0 +0x8D8A 0x6FE0 # 0 +0x8D8B 0x8C6A # 0 +0x8D8C 0x8F5F # 0 +0x8D8D 0x9EB9 # 0 +0x8D8E 0x514B # 0 +0x8D8F 0x523B # 0 +0x8D90 0x544A # 0 +0x8D91 0x56FD # 0 +0x8D92 0x7A40 # 0 +0x8D93 0x9177 # 0 +0x8D94 0x9D60 # 0 +0x8D95 0x9ED2 # 0 +0x8D96 0x7344 # 0 +0x8D97 0x6F09 # 0 +0x8D98 0x8170 # 0 +0x8D99 0x7511 # 0 +0x8D9A 0x5FFD # 0 +0x8D9B 0x60DA # 0 +0x8D9C 0x9AA8 # 0 +0x8D9D 0x72DB # 0 +0x8D9E 0x8FBC # 0 +0x8D9F 0x6B64 # 0 +0x8DA0 0x9803 # 0 +0x8DA1 0x4ECA # 0 +0x8DA2 0x56F0 # 0 +0x8DA3 0x5764 # 0 +0x8DA4 0x58BE # 0 +0x8DA5 0x5A5A # 0 +0x8DA6 0x6068 # 0 +0x8DA7 0x61C7 # 0 +0x8DA8 0x660F # 0 +0x8DA9 0x6606 # 0 +0x8DAA 0x6839 # 0 +0x8DAB 0x68B1 # 0 +0x8DAC 0x6DF7 # 0 +0x8DAD 0x75D5 # 0 +0x8DAE 0x7D3A # 0 +0x8DAF 0x826E # 0 +0x8DB0 0x9B42 # 0 +0x8DB1 0x4E9B # 0 +0x8DB2 0x4F50 # 0 +0x8DB3 0x53C9 # 0 +0x8DB4 0x5506 # 0 +0x8DB5 0x5D6F # 0 +0x8DB6 0x5DE6 # 0 +0x8DB7 0x5DEE # 0 +0x8DB8 0x67FB # 0 +0x8DB9 0x6C99 # 0 +0x8DBA 0x7473 # 0 +0x8DBB 0x7802 # 0 +0x8DBC 0x8A50 # 0 +0x8DBD 0x9396 # 0 +0x8DBE 0x88DF # 0 +0x8DBF 0x5750 # 0 +0x8DC0 0x5EA7 # 0 +0x8DC1 0x632B # 0 +0x8DC2 0x50B5 # 0 +0x8DC3 0x50AC # 0 +0x8DC4 0x518D # 0 +0x8DC5 0x6700 # 0 +0x8DC6 0x54C9 # 0 +0x8DC7 0x585E # 0 +0x8DC8 0x59BB # 0 +0x8DC9 0x5BB0 # 0 +0x8DCA 0x5F69 # 0 +0x8DCB 0x624D # 0 +0x8DCC 0x63A1 # 0 +0x8DCD 0x683D # 0 +0x8DCE 0x6B73 # 0 +0x8DCF 0x6E08 # 0 +0x8DD0 0x707D # 0 +0x8DD1 0x91C7 # 0 +0x8DD2 0x7280 # 0 +0x8DD3 0x7815 # 0 +0x8DD4 0x7826 # 0 +0x8DD5 0x796D # 0 +0x8DD6 0x658E # 0 +0x8DD7 0x7D30 # 0 +0x8DD8 0x83DC # 0 +0x8DD9 0x88C1 # 0 +0x8DDA 0x8F09 # 0 +0x8DDB 0x969B # 0 +0x8DDC 0x5264 # 0 +0x8DDD 0x5728 # 0 +0x8DDE 0x6750 # 0 +0x8DDF 0x7F6A # 0 +0x8DE0 0x8CA1 # 0 +0x8DE1 0x51B4 # 0 +0x8DE2 0x5742 # 0 +0x8DE3 0x962A # 0 +0x8DE4 0x583A # 0 +0x8DE5 0x698A # 0 +0x8DE6 0x80B4 # 0 +0x8DE7 0x54B2 # 0 +0x8DE8 0x5D0E # 0 +0x8DE9 0x57FC # 0 +0x8DEA 0x7895 # 0 +0x8DEB 0x9DFA # 0 +0x8DEC 0x4F5C # 0 +0x8DED 0x524A # 0 +0x8DEE 0x548B # 0 +0x8DEF 0x643E # 0 +0x8DF0 0x6628 # 0 +0x8DF1 0x6714 # 0 +0x8DF2 0x67F5 # 0 +0x8DF3 0x7A84 # 0 +0x8DF4 0x7B56 # 0 +0x8DF5 0x7D22 # 0 +0x8DF6 0x932F # 0 +0x8DF7 0x685C # 0 +0x8DF8 0x9BAD # 0 +0x8DF9 0x7B39 # 0 +0x8DFA 0x5319 # 0 +0x8DFB 0x518A # 0 +0x8DFC 0x5237 # 0 +0x8E40 0x5BDF # 0 +0x8E41 0x62F6 # 0 +0x8E42 0x64AE # 0 +0x8E43 0x64E6 # 0 +0x8E44 0x672D # 0 +0x8E45 0x6BBA # 0 +0x8E46 0x85A9 # 0 +0x8E47 0x96D1 # 0 +0x8E48 0x7690 # 0 +0x8E49 0x9BD6 # 0 +0x8E4A 0x634C # 0 +0x8E4B 0x9306 # 0 +0x8E4C 0x9BAB # 0 +0x8E4D 0x76BF # 0 +0x8E4E 0x6652 # 0 +0x8E4F 0x4E09 # 0 +0x8E50 0x5098 # 0 +0x8E51 0x53C2 # 0 +0x8E52 0x5C71 # 0 +0x8E53 0x60E8 # 0 +0x8E54 0x6492 # 0 +0x8E55 0x6563 # 0 +0x8E56 0x685F # 0 +0x8E57 0x71E6 # 0 +0x8E58 0x73CA # 0 +0x8E59 0x7523 # 0 +0x8E5A 0x7B97 # 0 +0x8E5B 0x7E82 # 0 +0x8E5C 0x8695 # 0 +0x8E5D 0x8B83 # 0 +0x8E5E 0x8CDB # 0 +0x8E5F 0x9178 # 0 +0x8E60 0x9910 # 0 +0x8E61 0x65AC # 0 +0x8E62 0x66AB # 0 +0x8E63 0x6B8B # 0 +0x8E64 0x4ED5 # 0 +0x8E65 0x4ED4 # 0 +0x8E66 0x4F3A # 0 +0x8E67 0x4F7F # 0 +0x8E68 0x523A # 0 +0x8E69 0x53F8 # 0 +0x8E6A 0x53F2 # 0 +0x8E6B 0x55E3 # 0 +0x8E6C 0x56DB # 0 +0x8E6D 0x58EB # 0 +0x8E6E 0x59CB # 0 +0x8E6F 0x59C9 # 0 +0x8E70 0x59FF # 0 +0x8E71 0x5B50 # 0 +0x8E72 0x5C4D # 0 +0x8E73 0x5E02 # 0 +0x8E74 0x5E2B # 0 +0x8E75 0x5FD7 # 0 +0x8E76 0x601D # 0 +0x8E77 0x6307 # 0 +0x8E78 0x652F # 0 +0x8E79 0x5B5C # 0 +0x8E7A 0x65AF # 0 +0x8E7B 0x65BD # 0 +0x8E7C 0x65E8 # 0 +0x8E7D 0x679D # 0 +0x8E7E 0x6B62 # 0 +0x8E80 0x6B7B # 0 +0x8E81 0x6C0F # 0 +0x8E82 0x7345 # 0 +0x8E83 0x7949 # 0 +0x8E84 0x79C1 # 0 +0x8E85 0x7CF8 # 0 +0x8E86 0x7D19 # 0 +0x8E87 0x7D2B # 0 +0x8E88 0x80A2 # 0 +0x8E89 0x8102 # 0 +0x8E8A 0x81F3 # 0 +0x8E8B 0x8996 # 0 +0x8E8C 0x8A5E # 0 +0x8E8D 0x8A69 # 0 +0x8E8E 0x8A66 # 0 +0x8E8F 0x8A8C # 0 +0x8E90 0x8AEE # 0 +0x8E91 0x8CC7 # 0 +0x8E92 0x8CDC # 0 +0x8E93 0x96CC # 0 +0x8E94 0x98FC # 0 +0x8E95 0x6B6F # 0 +0x8E96 0x4E8B # 0 +0x8E97 0x4F3C # 0 +0x8E98 0x4F8D # 0 +0x8E99 0x5150 # 0 +0x8E9A 0x5B57 # 0 +0x8E9B 0x5BFA # 0 +0x8E9C 0x6148 # 0 +0x8E9D 0x6301 # 0 +0x8E9E 0x6642 # 0 +0x8E9F 0x6B21 # 0 +0x8EA0 0x6ECB # 0 +0x8EA1 0x6CBB # 0 +0x8EA2 0x723E # 0 +0x8EA3 0x74BD # 0 +0x8EA4 0x75D4 # 0 +0x8EA5 0x78C1 # 0 +0x8EA6 0x793A # 0 +0x8EA7 0x800C # 0 +0x8EA8 0x8033 # 0 +0x8EA9 0x81EA # 0 +0x8EAA 0x8494 # 0 +0x8EAB 0x8F9E # 0 +0x8EAC 0x6C50 # 0 +0x8EAD 0x9E7F # 0 +0x8EAE 0x5F0F # 0 +0x8EAF 0x8B58 # 0 +0x8EB0 0x9D2B # 0 +0x8EB1 0x7AFA # 0 +0x8EB2 0x8EF8 # 0 +0x8EB3 0x5B8D # 0 +0x8EB4 0x96EB # 0 +0x8EB5 0x4E03 # 0 +0x8EB6 0x53F1 # 0 +0x8EB7 0x57F7 # 0 +0x8EB8 0x5931 # 0 +0x8EB9 0x5AC9 # 0 +0x8EBA 0x5BA4 # 0 +0x8EBB 0x6089 # 0 +0x8EBC 0x6E7F # 0 +0x8EBD 0x6F06 # 0 +0x8EBE 0x75BE # 0 +0x8EBF 0x8CEA # 0 +0x8EC0 0x5B9F # 0 +0x8EC1 0x8500 # 0 +0x8EC2 0x7BE0 # 0 +0x8EC3 0x5072 # 0 +0x8EC4 0x67F4 # 0 +0x8EC5 0x829D # 0 +0x8EC6 0x5C61 # 0 +0x8EC7 0x854A # 0 +0x8EC8 0x7E1E # 0 +0x8EC9 0x820E # 0 +0x8ECA 0x5199 # 0 +0x8ECB 0x5C04 # 0 +0x8ECC 0x6368 # 0 +0x8ECD 0x8D66 # 0 +0x8ECE 0x659C # 0 +0x8ECF 0x716E # 0 +0x8ED0 0x793E # 0 +0x8ED1 0x7D17 # 0 +0x8ED2 0x8005 # 0 +0x8ED3 0x8B1D # 0 +0x8ED4 0x8ECA # 0 +0x8ED5 0x906E # 0 +0x8ED6 0x86C7 # 0 +0x8ED7 0x90AA # 0 +0x8ED8 0x501F # 0 +0x8ED9 0x52FA # 0 +0x8EDA 0x5C3A # 0 +0x8EDB 0x6753 # 0 +0x8EDC 0x707C # 0 +0x8EDD 0x7235 # 0 +0x8EDE 0x914C # 0 +0x8EDF 0x91C8 # 0 +0x8EE0 0x932B # 0 +0x8EE1 0x82E5 # 0 +0x8EE2 0x5BC2 # 0 +0x8EE3 0x5F31 # 0 +0x8EE4 0x60F9 # 0 +0x8EE5 0x4E3B # 0 +0x8EE6 0x53D6 # 0 +0x8EE7 0x5B88 # 0 +0x8EE8 0x624B # 0 +0x8EE9 0x6731 # 0 +0x8EEA 0x6B8A # 0 +0x8EEB 0x72E9 # 0 +0x8EEC 0x73E0 # 0 +0x8EED 0x7A2E # 0 +0x8EEE 0x816B # 0 +0x8EEF 0x8DA3 # 0 +0x8EF0 0x9152 # 0 +0x8EF1 0x9996 # 0 +0x8EF2 0x5112 # 0 +0x8EF3 0x53D7 # 0 +0x8EF4 0x546A # 0 +0x8EF5 0x5BFF # 0 +0x8EF6 0x6388 # 0 +0x8EF7 0x6A39 # 0 +0x8EF8 0x7DAC # 0 +0x8EF9 0x9700 # 0 +0x8EFA 0x56DA # 0 +0x8EFB 0x53CE # 0 +0x8EFC 0x5468 # 0 +0x8F40 0x5B97 # 0 +0x8F41 0x5C31 # 0 +0x8F42 0x5DDE # 0 +0x8F43 0x4FEE # 0 +0x8F44 0x6101 # 0 +0x8F45 0x62FE # 0 +0x8F46 0x6D32 # 0 +0x8F47 0x79C0 # 0 +0x8F48 0x79CB # 0 +0x8F49 0x7D42 # 0 +0x8F4A 0x7E4D # 0 +0x8F4B 0x7FD2 # 0 +0x8F4C 0x81ED # 0 +0x8F4D 0x821F # 0 +0x8F4E 0x8490 # 0 +0x8F4F 0x8846 # 0 +0x8F50 0x8972 # 0 +0x8F51 0x8B90 # 0 +0x8F52 0x8E74 # 0 +0x8F53 0x8F2F # 0 +0x8F54 0x9031 # 0 +0x8F55 0x914B # 0 +0x8F56 0x916C # 0 +0x8F57 0x96C6 # 0 +0x8F58 0x919C # 0 +0x8F59 0x4EC0 # 0 +0x8F5A 0x4F4F # 0 +0x8F5B 0x5145 # 0 +0x8F5C 0x5341 # 0 +0x8F5D 0x5F93 # 0 +0x8F5E 0x620E # 0 +0x8F5F 0x67D4 # 0 +0x8F60 0x6C41 # 0 +0x8F61 0x6E0B # 0 +0x8F62 0x7363 # 0 +0x8F63 0x7E26 # 0 +0x8F64 0x91CD # 0 +0x8F65 0x9283 # 0 +0x8F66 0x53D4 # 0 +0x8F67 0x5919 # 0 +0x8F68 0x5BBF # 0 +0x8F69 0x6DD1 # 0 +0x8F6A 0x795D # 0 +0x8F6B 0x7E2E # 0 +0x8F6C 0x7C9B # 0 +0x8F6D 0x587E # 0 +0x8F6E 0x719F # 0 +0x8F6F 0x51FA # 0 +0x8F70 0x8853 # 0 +0x8F71 0x8FF0 # 0 +0x8F72 0x4FCA # 0 +0x8F73 0x5CFB # 0 +0x8F74 0x6625 # 0 +0x8F75 0x77AC # 0 +0x8F76 0x7AE3 # 0 +0x8F77 0x821C # 0 +0x8F78 0x99FF # 0 +0x8F79 0x51C6 # 0 +0x8F7A 0x5FAA # 0 +0x8F7B 0x65EC # 0 +0x8F7C 0x696F # 0 +0x8F7D 0x6B89 # 0 +0x8F7E 0x6DF3 # 0 +0x8F80 0x6E96 # 0 +0x8F81 0x6F64 # 0 +0x8F82 0x76FE # 0 +0x8F83 0x7D14 # 0 +0x8F84 0x5DE1 # 0 +0x8F85 0x9075 # 0 +0x8F86 0x9187 # 0 +0x8F87 0x9806 # 0 +0x8F88 0x51E6 # 0 +0x8F89 0x521D # 0 +0x8F8A 0x6240 # 0 +0x8F8B 0x6691 # 0 +0x8F8C 0x66D9 # 0 +0x8F8D 0x6E1A # 0 +0x8F8E 0x5EB6 # 0 +0x8F8F 0x7DD2 # 0 +0x8F90 0x7F72 # 0 +0x8F91 0x66F8 # 0 +0x8F92 0x85AF # 0 +0x8F93 0x85F7 # 0 +0x8F94 0x8AF8 # 0 +0x8F95 0x52A9 # 0 +0x8F96 0x53D9 # 0 +0x8F97 0x5973 # 0 +0x8F98 0x5E8F # 0 +0x8F99 0x5F90 # 0 +0x8F9A 0x6055 # 0 +0x8F9B 0x92E4 # 0 +0x8F9C 0x9664 # 0 +0x8F9D 0x50B7 # 0 +0x8F9E 0x511F # 0 +0x8F9F 0x52DD # 0 +0x8FA0 0x5320 # 0 +0x8FA1 0x5347 # 0 +0x8FA2 0x53EC # 0 +0x8FA3 0x54E8 # 0 +0x8FA4 0x5546 # 0 +0x8FA5 0x5531 # 0 +0x8FA6 0x5617 # 0 +0x8FA7 0x5968 # 0 +0x8FA8 0x59BE # 0 +0x8FA9 0x5A3C # 0 +0x8FAA 0x5BB5 # 0 +0x8FAB 0x5C06 # 0 +0x8FAC 0x5C0F # 0 +0x8FAD 0x5C11 # 0 +0x8FAE 0x5C1A # 0 +0x8FAF 0x5E84 # 0 +0x8FB0 0x5E8A # 0 +0x8FB1 0x5EE0 # 0 +0x8FB2 0x5F70 # 0 +0x8FB3 0x627F # 0 +0x8FB4 0x6284 # 0 +0x8FB5 0x62DB # 0 +0x8FB6 0x638C # 0 +0x8FB7 0x6377 # 0 +0x8FB8 0x6607 # 0 +0x8FB9 0x660C # 0 +0x8FBA 0x662D # 0 +0x8FBB 0x6676 # 0 +0x8FBC 0x677E # 0 +0x8FBD 0x68A2 # 0 +0x8FBE 0x6A1F # 0 +0x8FBF 0x6A35 # 0 +0x8FC0 0x6CBC # 0 +0x8FC1 0x6D88 # 0 +0x8FC2 0x6E09 # 0 +0x8FC3 0x6E58 # 0 +0x8FC4 0x713C # 0 +0x8FC5 0x7126 # 0 +0x8FC6 0x7167 # 0 +0x8FC7 0x75C7 # 0 +0x8FC8 0x7701 # 0 +0x8FC9 0x785D # 0 +0x8FCA 0x7901 # 0 +0x8FCB 0x7965 # 0 +0x8FCC 0x79F0 # 0 +0x8FCD 0x7AE0 # 0 +0x8FCE 0x7B11 # 0 +0x8FCF 0x7CA7 # 0 +0x8FD0 0x7D39 # 0 +0x8FD1 0x8096 # 0 +0x8FD2 0x83D6 # 0 +0x8FD3 0x848B # 0 +0x8FD4 0x8549 # 0 +0x8FD5 0x885D # 0 +0x8FD6 0x88F3 # 0 +0x8FD7 0x8A1F # 0 +0x8FD8 0x8A3C # 0 +0x8FD9 0x8A54 # 0 +0x8FDA 0x8A73 # 0 +0x8FDB 0x8C61 # 0 +0x8FDC 0x8CDE # 0 +0x8FDD 0x91A4 # 0 +0x8FDE 0x9266 # 0 +0x8FDF 0x937E # 0 +0x8FE0 0x9418 # 0 +0x8FE1 0x969C # 0 +0x8FE2 0x9798 # 0 +0x8FE3 0x4E0A # 0 +0x8FE4 0x4E08 # 0 +0x8FE5 0x4E1E # 0 +0x8FE6 0x4E57 # 0 +0x8FE7 0x5197 # 0 +0x8FE8 0x5270 # 0 +0x8FE9 0x57CE # 0 +0x8FEA 0x5834 # 0 +0x8FEB 0x58CC # 0 +0x8FEC 0x5B22 # 0 +0x8FED 0x5E38 # 0 +0x8FEE 0x60C5 # 0 +0x8FEF 0x64FE # 0 +0x8FF0 0x6761 # 0 +0x8FF1 0x6756 # 0 +0x8FF2 0x6D44 # 0 +0x8FF3 0x72B6 # 0 +0x8FF4 0x7573 # 0 +0x8FF5 0x7A63 # 0 +0x8FF6 0x84B8 # 0 +0x8FF7 0x8B72 # 0 +0x8FF8 0x91B8 # 0 +0x8FF9 0x9320 # 0 +0x8FFA 0x5631 # 0 +0x8FFB 0x57F4 # 0 +0x8FFC 0x98FE # 0 +0x9040 0x62ED # 0 +0x9041 0x690D # 0 +0x9042 0x6B96 # 0 +0x9043 0x71ED # 0 +0x9044 0x7E54 # 0 +0x9045 0x8077 # 0 +0x9046 0x8272 # 0 +0x9047 0x89E6 # 0 +0x9048 0x98DF # 0 +0x9049 0x8755 # 0 +0x904A 0x8FB1 # 0 +0x904B 0x5C3B # 0 +0x904C 0x4F38 # 0 +0x904D 0x4FE1 # 0 +0x904E 0x4FB5 # 0 +0x904F 0x5507 # 0 +0x9050 0x5A20 # 0 +0x9051 0x5BDD # 0 +0x9052 0x5BE9 # 0 +0x9053 0x5FC3 # 0 +0x9054 0x614E # 0 +0x9055 0x632F # 0 +0x9056 0x65B0 # 0 +0x9057 0x664B # 0 +0x9058 0x68EE # 0 +0x9059 0x699B # 0 +0x905A 0x6D78 # 0 +0x905B 0x6DF1 # 0 +0x905C 0x7533 # 0 +0x905D 0x75B9 # 0 +0x905E 0x771F # 0 +0x905F 0x795E # 0 +0x9060 0x79E6 # 0 +0x9061 0x7D33 # 0 +0x9062 0x81E3 # 0 +0x9063 0x82AF # 0 +0x9064 0x85AA # 0 +0x9065 0x89AA # 0 +0x9066 0x8A3A # 0 +0x9067 0x8EAB # 0 +0x9068 0x8F9B # 0 +0x9069 0x9032 # 0 +0x906A 0x91DD # 0 +0x906B 0x9707 # 0 +0x906C 0x4EBA # 0 +0x906D 0x4EC1 # 0 +0x906E 0x5203 # 0 +0x906F 0x5875 # 0 +0x9070 0x58EC # 0 +0x9071 0x5C0B # 0 +0x9072 0x751A # 0 +0x9073 0x5C3D # 0 +0x9074 0x814E # 0 +0x9075 0x8A0A # 0 +0x9076 0x8FC5 # 0 +0x9077 0x9663 # 0 +0x9078 0x976D # 0 +0x9079 0x7B25 # 0 +0x907A 0x8ACF # 0 +0x907B 0x9808 # 0 +0x907C 0x9162 # 0 +0x907D 0x56F3 # 0 +0x907E 0x53A8 # 0 +0x9080 0x9017 # 0 +0x9081 0x5439 # 0 +0x9082 0x5782 # 0 +0x9083 0x5E25 # 0 +0x9084 0x63A8 # 0 +0x9085 0x6C34 # 0 +0x9086 0x708A # 0 +0x9087 0x7761 # 0 +0x9088 0x7C8B # 0 +0x9089 0x7FE0 # 0 +0x908A 0x8870 # 0 +0x908B 0x9042 # 0 +0x908C 0x9154 # 0 +0x908D 0x9310 # 0 +0x908E 0x9318 # 0 +0x908F 0x968F # 0 +0x9090 0x745E # 0 +0x9091 0x9AC4 # 0 +0x9092 0x5D07 # 0 +0x9093 0x5D69 # 0 +0x9094 0x6570 # 0 +0x9095 0x67A2 # 0 +0x9096 0x8DA8 # 0 +0x9097 0x96DB # 0 +0x9098 0x636E # 0 +0x9099 0x6749 # 0 +0x909A 0x6919 # 0 +0x909B 0x83C5 # 0 +0x909C 0x9817 # 0 +0x909D 0x96C0 # 0 +0x909E 0x88FE # 0 +0x909F 0x6F84 # 0 +0x90A0 0x647A # 0 +0x90A1 0x5BF8 # 0 +0x90A2 0x4E16 # 0 +0x90A3 0x702C # 0 +0x90A4 0x755D # 0 +0x90A5 0x662F # 0 +0x90A6 0x51C4 # 0 +0x90A7 0x5236 # 0 +0x90A8 0x52E2 # 0 +0x90A9 0x59D3 # 0 +0x90AA 0x5F81 # 0 +0x90AB 0x6027 # 0 +0x90AC 0x6210 # 0 +0x90AD 0x653F # 0 +0x90AE 0x6574 # 0 +0x90AF 0x661F # 0 +0x90B0 0x6674 # 0 +0x90B1 0x68F2 # 0 +0x90B2 0x6816 # 0 +0x90B3 0x6B63 # 0 +0x90B4 0x6E05 # 0 +0x90B5 0x7272 # 0 +0x90B6 0x751F # 0 +0x90B7 0x76DB # 0 +0x90B8 0x7CBE # 0 +0x90B9 0x8056 # 0 +0x90BA 0x58F0 # 0 +0x90BB 0x88FD # 0 +0x90BC 0x897F # 0 +0x90BD 0x8AA0 # 0 +0x90BE 0x8A93 # 0 +0x90BF 0x8ACB # 0 +0x90C0 0x901D # 0 +0x90C1 0x9192 # 0 +0x90C2 0x9752 # 0 +0x90C3 0x9759 # 0 +0x90C4 0x6589 # 0 +0x90C5 0x7A0E # 0 +0x90C6 0x8106 # 0 +0x90C7 0x96BB # 0 +0x90C8 0x5E2D # 0 +0x90C9 0x60DC # 0 +0x90CA 0x621A # 0 +0x90CB 0x65A5 # 0 +0x90CC 0x6614 # 0 +0x90CD 0x6790 # 0 +0x90CE 0x77F3 # 0 +0x90CF 0x7A4D # 0 +0x90D0 0x7C4D # 0 +0x90D1 0x7E3E # 0 +0x90D2 0x810A # 0 +0x90D3 0x8CAC # 0 +0x90D4 0x8D64 # 0 +0x90D5 0x8DE1 # 0 +0x90D6 0x8E5F # 0 +0x90D7 0x78A9 # 0 +0x90D8 0x5207 # 0 +0x90D9 0x62D9 # 0 +0x90DA 0x63A5 # 0 +0x90DB 0x6442 # 0 +0x90DC 0x6298 # 0 +0x90DD 0x8A2D # 0 +0x90DE 0x7A83 # 0 +0x90DF 0x7BC0 # 0 +0x90E0 0x8AAC # 0 +0x90E1 0x96EA # 0 +0x90E2 0x7D76 # 0 +0x90E3 0x820C # 0 +0x90E4 0x8749 # 0 +0x90E5 0x4ED9 # 0 +0x90E6 0x5148 # 0 +0x90E7 0x5343 # 0 +0x90E8 0x5360 # 0 +0x90E9 0x5BA3 # 0 +0x90EA 0x5C02 # 0 +0x90EB 0x5C16 # 0 +0x90EC 0x5DDD # 0 +0x90ED 0x6226 # 0 +0x90EE 0x6247 # 0 +0x90EF 0x64B0 # 0 +0x90F0 0x6813 # 0 +0x90F1 0x6834 # 0 +0x90F2 0x6CC9 # 0 +0x90F3 0x6D45 # 0 +0x90F4 0x6D17 # 0 +0x90F5 0x67D3 # 0 +0x90F6 0x6F5C # 0 +0x90F7 0x714E # 0 +0x90F8 0x717D # 0 +0x90F9 0x65CB # 0 +0x90FA 0x7A7F # 0 +0x90FB 0x7BAD # 0 +0x90FC 0x7DDA # 0 +0x9140 0x7E4A # 0 +0x9141 0x7FA8 # 0 +0x9142 0x817A # 0 +0x9143 0x821B # 0 +0x9144 0x8239 # 0 +0x9145 0x85A6 # 0 +0x9146 0x8A6E # 0 +0x9147 0x8CCE # 0 +0x9148 0x8DF5 # 0 +0x9149 0x9078 # 0 +0x914A 0x9077 # 0 +0x914B 0x92AD # 0 +0x914C 0x9291 # 0 +0x914D 0x9583 # 0 +0x914E 0x9BAE # 0 +0x914F 0x524D # 0 +0x9150 0x5584 # 0 +0x9151 0x6F38 # 0 +0x9152 0x7136 # 0 +0x9153 0x5168 # 0 +0x9154 0x7985 # 0 +0x9155 0x7E55 # 0 +0x9156 0x81B3 # 0 +0x9157 0x7CCE # 0 +0x9158 0x564C # 0 +0x9159 0x5851 # 0 +0x915A 0x5CA8 # 0 +0x915B 0x63AA # 0 +0x915C 0x66FE # 0 +0x915D 0x66FD # 0 +0x915E 0x695A # 0 +0x915F 0x72D9 # 0 +0x9160 0x758F # 0 +0x9161 0x758E # 0 +0x9162 0x790E # 0 +0x9163 0x7956 # 0 +0x9164 0x79DF # 0 +0x9165 0x7C97 # 0 +0x9166 0x7D20 # 0 +0x9167 0x7D44 # 0 +0x9168 0x8607 # 0 +0x9169 0x8A34 # 0 +0x916A 0x963B # 0 +0x916B 0x9061 # 0 +0x916C 0x9F20 # 0 +0x916D 0x50E7 # 0 +0x916E 0x5275 # 0 +0x916F 0x53CC # 0 +0x9170 0x53E2 # 0 +0x9171 0x5009 # 0 +0x9172 0x55AA # 0 +0x9173 0x58EE # 0 +0x9174 0x594F # 0 +0x9175 0x723D # 0 +0x9176 0x5B8B # 0 +0x9177 0x5C64 # 0 +0x9178 0x531D # 0 +0x9179 0x60E3 # 0 +0x917A 0x60F3 # 0 +0x917B 0x635C # 0 +0x917C 0x6383 # 0 +0x917D 0x633F # 0 +0x917E 0x63BB # 0 +0x9180 0x64CD # 0 +0x9181 0x65E9 # 0 +0x9182 0x66F9 # 0 +0x9183 0x5DE3 # 0 +0x9184 0x69CD # 0 +0x9185 0x69FD # 0 +0x9186 0x6F15 # 0 +0x9187 0x71E5 # 0 +0x9188 0x4E89 # 0 +0x9189 0x75E9 # 0 +0x918A 0x76F8 # 0 +0x918B 0x7A93 # 0 +0x918C 0x7CDF # 0 +0x918D 0x7DCF # 0 +0x918E 0x7D9C # 0 +0x918F 0x8061 # 0 +0x9190 0x8349 # 0 +0x9191 0x8358 # 0 +0x9192 0x846C # 0 +0x9193 0x84BC # 0 +0x9194 0x85FB # 0 +0x9195 0x88C5 # 0 +0x9196 0x8D70 # 0 +0x9197 0x9001 # 0 +0x9198 0x906D # 0 +0x9199 0x9397 # 0 +0x919A 0x971C # 0 +0x919B 0x9A12 # 0 +0x919C 0x50CF # 0 +0x919D 0x5897 # 0 +0x919E 0x618E # 0 +0x919F 0x81D3 # 0 +0x91A0 0x8535 # 0 +0x91A1 0x8D08 # 0 +0x91A2 0x9020 # 0 +0x91A3 0x4FC3 # 0 +0x91A4 0x5074 # 0 +0x91A5 0x5247 # 0 +0x91A6 0x5373 # 0 +0x91A7 0x606F # 0 +0x91A8 0x6349 # 0 +0x91A9 0x675F # 0 +0x91AA 0x6E2C # 0 +0x91AB 0x8DB3 # 0 +0x91AC 0x901F # 0 +0x91AD 0x4FD7 # 0 +0x91AE 0x5C5E # 0 +0x91AF 0x8CCA # 0 +0x91B0 0x65CF # 0 +0x91B1 0x7D9A # 0 +0x91B2 0x5352 # 0 +0x91B3 0x8896 # 0 +0x91B4 0x5176 # 0 +0x91B5 0x63C3 # 0 +0x91B6 0x5B58 # 0 +0x91B7 0x5B6B # 0 +0x91B8 0x5C0A # 0 +0x91B9 0x640D # 0 +0x91BA 0x6751 # 0 +0x91BB 0x905C # 0 +0x91BC 0x4ED6 # 0 +0x91BD 0x591A # 0 +0x91BE 0x592A # 0 +0x91BF 0x6C70 # 0 +0x91C0 0x8A51 # 0 +0x91C1 0x553E # 0 +0x91C2 0x5815 # 0 +0x91C3 0x59A5 # 0 +0x91C4 0x60F0 # 0 +0x91C5 0x6253 # 0 +0x91C6 0x67C1 # 0 +0x91C7 0x8235 # 0 +0x91C8 0x6955 # 0 +0x91C9 0x9640 # 0 +0x91CA 0x99C4 # 0 +0x91CB 0x9A28 # 0 +0x91CC 0x4F53 # 0 +0x91CD 0x5806 # 0 +0x91CE 0x5BFE # 0 +0x91CF 0x8010 # 0 +0x91D0 0x5CB1 # 0 +0x91D1 0x5E2F # 0 +0x91D2 0x5F85 # 0 +0x91D3 0x6020 # 0 +0x91D4 0x614B # 0 +0x91D5 0x6234 # 0 +0x91D6 0x66FF # 0 +0x91D7 0x6CF0 # 0 +0x91D8 0x6EDE # 0 +0x91D9 0x80CE # 0 +0x91DA 0x817F # 0 +0x91DB 0x82D4 # 0 +0x91DC 0x888B # 0 +0x91DD 0x8CB8 # 0 +0x91DE 0x9000 # 0 +0x91DF 0x902E # 0 +0x91E0 0x968A # 0 +0x91E1 0x9EDB # 0 +0x91E2 0x9BDB # 0 +0x91E3 0x4EE3 # 0 +0x91E4 0x53F0 # 0 +0x91E5 0x5927 # 0 +0x91E6 0x7B2C # 0 +0x91E7 0x918D # 0 +0x91E8 0x984C # 0 +0x91E9 0x9DF9 # 0 +0x91EA 0x6EDD # 0 +0x91EB 0x7027 # 0 +0x91EC 0x5353 # 0 +0x91ED 0x5544 # 0 +0x91EE 0x5B85 # 0 +0x91EF 0x6258 # 0 +0x91F0 0x629E # 0 +0x91F1 0x62D3 # 0 +0x91F2 0x6CA2 # 0 +0x91F3 0x6FEF # 0 +0x91F4 0x7422 # 0 +0x91F5 0x8A17 # 0 +0x91F6 0x9438 # 0 +0x91F7 0x6FC1 # 0 +0x91F8 0x8AFE # 0 +0x91F9 0x8338 # 0 +0x91FA 0x51E7 # 0 +0x91FB 0x86F8 # 0 +0x91FC 0x53EA # 0 +0x9240 0x53E9 # 0 +0x9241 0x4F46 # 0 +0x9242 0x9054 # 0 +0x9243 0x8FB0 # 0 +0x9244 0x596A # 0 +0x9245 0x8131 # 0 +0x9246 0x5DFD # 0 +0x9247 0x7AEA # 0 +0x9248 0x8FBF # 0 +0x9249 0x68DA # 0 +0x924A 0x8C37 # 0 +0x924B 0x72F8 # 0 +0x924C 0x9C48 # 0 +0x924D 0x6A3D # 0 +0x924E 0x8AB0 # 0 +0x924F 0x4E39 # 0 +0x9250 0x5358 # 0 +0x9251 0x5606 # 0 +0x9252 0x5766 # 0 +0x9253 0x62C5 # 0 +0x9254 0x63A2 # 0 +0x9255 0x65E6 # 0 +0x9256 0x6B4E # 0 +0x9257 0x6DE1 # 0 +0x9258 0x6E5B # 0 +0x9259 0x70AD # 0 +0x925A 0x77ED # 0 +0x925B 0x7AEF # 0 +0x925C 0x7BAA # 0 +0x925D 0x7DBB # 0 +0x925E 0x803D # 0 +0x925F 0x80C6 # 0 +0x9260 0x86CB # 0 +0x9261 0x8A95 # 0 +0x9262 0x935B # 0 +0x9263 0x56E3 # 0 +0x9264 0x58C7 # 0 +0x9265 0x5F3E # 0 +0x9266 0x65AD # 0 +0x9267 0x6696 # 0 +0x9268 0x6A80 # 0 +0x9269 0x6BB5 # 0 +0x926A 0x7537 # 0 +0x926B 0x8AC7 # 0 +0x926C 0x5024 # 0 +0x926D 0x77E5 # 0 +0x926E 0x5730 # 0 +0x926F 0x5F1B # 0 +0x9270 0x6065 # 0 +0x9271 0x667A # 0 +0x9272 0x6C60 # 0 +0x9273 0x75F4 # 0 +0x9274 0x7A1A # 0 +0x9275 0x7F6E # 0 +0x9276 0x81F4 # 0 +0x9277 0x8718 # 0 +0x9278 0x9045 # 0 +0x9279 0x99B3 # 0 +0x927A 0x7BC9 # 0 +0x927B 0x755C # 0 +0x927C 0x7AF9 # 0 +0x927D 0x7B51 # 0 +0x927E 0x84C4 # 0 +0x9280 0x9010 # 0 +0x9281 0x79E9 # 0 +0x9282 0x7A92 # 0 +0x9283 0x8336 # 0 +0x9284 0x5AE1 # 0 +0x9285 0x7740 # 0 +0x9286 0x4E2D # 0 +0x9287 0x4EF2 # 0 +0x9288 0x5B99 # 0 +0x9289 0x5FE0 # 0 +0x928A 0x62BD # 0 +0x928B 0x663C # 0 +0x928C 0x67F1 # 0 +0x928D 0x6CE8 # 0 +0x928E 0x866B # 0 +0x928F 0x8877 # 0 +0x9290 0x8A3B # 0 +0x9291 0x914E # 0 +0x9292 0x92F3 # 0 +0x9293 0x99D0 # 0 +0x9294 0x6A17 # 0 +0x9295 0x7026 # 0 +0x9296 0x732A # 0 +0x9297 0x82E7 # 0 +0x9298 0x8457 # 0 +0x9299 0x8CAF # 0 +0x929A 0x4E01 # 0 +0x929B 0x5146 # 0 +0x929C 0x51CB # 0 +0x929D 0x558B # 0 +0x929E 0x5BF5 # 0 +0x929F 0x5E16 # 0 +0x92A0 0x5E33 # 0 +0x92A1 0x5E81 # 0 +0x92A2 0x5F14 # 0 +0x92A3 0x5F35 # 0 +0x92A4 0x5F6B # 0 +0x92A5 0x5FB4 # 0 +0x92A6 0x61F2 # 0 +0x92A7 0x6311 # 0 +0x92A8 0x66A2 # 0 +0x92A9 0x671D # 0 +0x92AA 0x6F6E # 0 +0x92AB 0x7252 # 0 +0x92AC 0x753A # 0 +0x92AD 0x773A # 0 +0x92AE 0x8074 # 0 +0x92AF 0x8139 # 0 +0x92B0 0x8178 # 0 +0x92B1 0x8776 # 0 +0x92B2 0x8ABF # 0 +0x92B3 0x8ADC # 0 +0x92B4 0x8D85 # 0 +0x92B5 0x8DF3 # 0 +0x92B6 0x929A # 0 +0x92B7 0x9577 # 0 +0x92B8 0x9802 # 0 +0x92B9 0x9CE5 # 0 +0x92BA 0x52C5 # 0 +0x92BB 0x6357 # 0 +0x92BC 0x76F4 # 0 +0x92BD 0x6715 # 0 +0x92BE 0x6C88 # 0 +0x92BF 0x73CD # 0 +0x92C0 0x8CC3 # 0 +0x92C1 0x93AE # 0 +0x92C2 0x9673 # 0 +0x92C3 0x6D25 # 0 +0x92C4 0x589C # 0 +0x92C5 0x690E # 0 +0x92C6 0x69CC # 0 +0x92C7 0x8FFD # 0 +0x92C8 0x939A # 0 +0x92C9 0x75DB # 0 +0x92CA 0x901A # 0 +0x92CB 0x585A # 0 +0x92CC 0x6802 # 0 +0x92CD 0x63B4 # 0 +0x92CE 0x69FB # 0 +0x92CF 0x4F43 # 0 +0x92D0 0x6F2C # 0 +0x92D1 0x67D8 # 0 +0x92D2 0x8FBB # 0 +0x92D3 0x8526 # 0 +0x92D4 0x7DB4 # 0 +0x92D5 0x9354 # 0 +0x92D6 0x693F # 0 +0x92D7 0x6F70 # 0 +0x92D8 0x576A # 0 +0x92D9 0x58F7 # 0 +0x92DA 0x5B2C # 0 +0x92DB 0x7D2C # 0 +0x92DC 0x722A # 0 +0x92DD 0x540A # 0 +0x92DE 0x91E3 # 0 +0x92DF 0x9DB4 # 0 +0x92E0 0x4EAD # 0 +0x92E1 0x4F4E # 0 +0x92E2 0x505C # 0 +0x92E3 0x5075 # 0 +0x92E4 0x5243 # 0 +0x92E5 0x8C9E # 0 +0x92E6 0x5448 # 0 +0x92E7 0x5824 # 0 +0x92E8 0x5B9A # 0 +0x92E9 0x5E1D # 0 +0x92EA 0x5E95 # 0 +0x92EB 0x5EAD # 0 +0x92EC 0x5EF7 # 0 +0x92ED 0x5F1F # 0 +0x92EE 0x608C # 0 +0x92EF 0x62B5 # 0 +0x92F0 0x633A # 0 +0x92F1 0x63D0 # 0 +0x92F2 0x68AF # 0 +0x92F3 0x6C40 # 0 +0x92F4 0x7887 # 0 +0x92F5 0x798E # 0 +0x92F6 0x7A0B # 0 +0x92F7 0x7DE0 # 0 +0x92F8 0x8247 # 0 +0x92F9 0x8A02 # 0 +0x92FA 0x8AE6 # 0 +0x92FB 0x8E44 # 0 +0x92FC 0x9013 # 0 +0x9340 0x90B8 # 0 +0x9341 0x912D # 0 +0x9342 0x91D8 # 0 +0x9343 0x9F0E # 0 +0x9344 0x6CE5 # 0 +0x9345 0x6458 # 0 +0x9346 0x64E2 # 0 +0x9347 0x6575 # 0 +0x9348 0x6EF4 # 0 +0x9349 0x7684 # 0 +0x934A 0x7B1B # 0 +0x934B 0x9069 # 0 +0x934C 0x93D1 # 0 +0x934D 0x6EBA # 0 +0x934E 0x54F2 # 0 +0x934F 0x5FB9 # 0 +0x9350 0x64A4 # 0 +0x9351 0x8F4D # 0 +0x9352 0x8FED # 0 +0x9353 0x9244 # 0 +0x9354 0x5178 # 0 +0x9355 0x586B # 0 +0x9356 0x5929 # 0 +0x9357 0x5C55 # 0 +0x9358 0x5E97 # 0 +0x9359 0x6DFB # 0 +0x935A 0x7E8F # 0 +0x935B 0x751C # 0 +0x935C 0x8CBC # 0 +0x935D 0x8EE2 # 0 +0x935E 0x985B # 0 +0x935F 0x70B9 # 0 +0x9360 0x4F1D # 0 +0x9361 0x6BBF # 0 +0x9362 0x6FB1 # 0 +0x9363 0x7530 # 0 +0x9364 0x96FB # 0 +0x9365 0x514E # 0 +0x9366 0x5410 # 0 +0x9367 0x5835 # 0 +0x9368 0x5857 # 0 +0x9369 0x59AC # 0 +0x936A 0x5C60 # 0 +0x936B 0x5F92 # 0 +0x936C 0x6597 # 0 +0x936D 0x675C # 0 +0x936E 0x6E21 # 0 +0x936F 0x767B # 0 +0x9370 0x83DF # 0 +0x9371 0x8CED # 0 +0x9372 0x9014 # 0 +0x9373 0x90FD # 0 +0x9374 0x934D # 0 +0x9375 0x7825 # 0 +0x9376 0x783A # 0 +0x9377 0x52AA # 0 +0x9378 0x5EA6 # 0 +0x9379 0x571F # 0 +0x937A 0x5974 # 0 +0x937B 0x6012 # 0 +0x937C 0x5012 # 0 +0x937D 0x515A # 0 +0x937E 0x51AC # 0 +0x9380 0x51CD # 0 +0x9381 0x5200 # 0 +0x9382 0x5510 # 0 +0x9383 0x5854 # 0 +0x9384 0x5858 # 0 +0x9385 0x5957 # 0 +0x9386 0x5B95 # 0 +0x9387 0x5CF6 # 0 +0x9388 0x5D8B # 0 +0x9389 0x60BC # 0 +0x938A 0x6295 # 0 +0x938B 0x642D # 0 +0x938C 0x6771 # 0 +0x938D 0x6843 # 0 +0x938E 0x68BC # 0 +0x938F 0x68DF # 0 +0x9390 0x76D7 # 0 +0x9391 0x6DD8 # 0 +0x9392 0x6E6F # 0 +0x9393 0x6D9B # 0 +0x9394 0x706F # 0 +0x9395 0x71C8 # 0 +0x9396 0x5F53 # 0 +0x9397 0x75D8 # 0 +0x9398 0x7977 # 0 +0x9399 0x7B49 # 0 +0x939A 0x7B54 # 0 +0x939B 0x7B52 # 0 +0x939C 0x7CD6 # 0 +0x939D 0x7D71 # 0 +0x939E 0x5230 # 0 +0x939F 0x8463 # 0 +0x93A0 0x8569 # 0 +0x93A1 0x85E4 # 0 +0x93A2 0x8A0E # 0 +0x93A3 0x8B04 # 0 +0x93A4 0x8C46 # 0 +0x93A5 0x8E0F # 0 +0x93A6 0x9003 # 0 +0x93A7 0x900F # 0 +0x93A8 0x9419 # 0 +0x93A9 0x9676 # 0 +0x93AA 0x982D # 0 +0x93AB 0x9A30 # 0 +0x93AC 0x95D8 # 0 +0x93AD 0x50CD # 0 +0x93AE 0x52D5 # 0 +0x93AF 0x540C # 0 +0x93B0 0x5802 # 0 +0x93B1 0x5C0E # 0 +0x93B2 0x61A7 # 0 +0x93B3 0x649E # 0 +0x93B4 0x6D1E # 0 +0x93B5 0x77B3 # 0 +0x93B6 0x7AE5 # 0 +0x93B7 0x80F4 # 0 +0x93B8 0x8404 # 0 +0x93B9 0x9053 # 0 +0x93BA 0x9285 # 0 +0x93BB 0x5CE0 # 0 +0x93BC 0x9D07 # 0 +0x93BD 0x533F # 0 +0x93BE 0x5F97 # 0 +0x93BF 0x5FB3 # 0 +0x93C0 0x6D9C # 0 +0x93C1 0x7279 # 0 +0x93C2 0x7763 # 0 +0x93C3 0x79BF # 0 +0x93C4 0x7BE4 # 0 +0x93C5 0x6BD2 # 0 +0x93C6 0x72EC # 0 +0x93C7 0x8AAD # 0 +0x93C8 0x6803 # 0 +0x93C9 0x6A61 # 0 +0x93CA 0x51F8 # 0 +0x93CB 0x7A81 # 0 +0x93CC 0x6934 # 0 +0x93CD 0x5C4A # 0 +0x93CE 0x9CF6 # 0 +0x93CF 0x82EB # 0 +0x93D0 0x5BC5 # 0 +0x93D1 0x9149 # 0 +0x93D2 0x701E # 0 +0x93D3 0x5678 # 0 +0x93D4 0x5C6F # 0 +0x93D5 0x60C7 # 0 +0x93D6 0x6566 # 0 +0x93D7 0x6C8C # 0 +0x93D8 0x8C5A # 0 +0x93D9 0x9041 # 0 +0x93DA 0x9813 # 0 +0x93DB 0x5451 # 0 +0x93DC 0x66C7 # 0 +0x93DD 0x920D # 0 +0x93DE 0x5948 # 0 +0x93DF 0x90A3 # 0 +0x93E0 0x5185 # 0 +0x93E1 0x4E4D # 0 +0x93E2 0x51EA # 0 +0x93E3 0x8599 # 0 +0x93E4 0x8B0E # 0 +0x93E5 0x7058 # 0 +0x93E6 0x637A # 0 +0x93E7 0x934B # 0 +0x93E8 0x6962 # 0 +0x93E9 0x99B4 # 0 +0x93EA 0x7E04 # 0 +0x93EB 0x7577 # 0 +0x93EC 0x5357 # 0 +0x93ED 0x6960 # 0 +0x93EE 0x8EDF # 0 +0x93EF 0x96E3 # 0 +0x93F0 0x6C5D # 0 +0x93F1 0x4E8C # 0 +0x93F2 0x5C3C # 0 +0x93F3 0x5F10 # 0 +0x93F4 0x8FE9 # 0 +0x93F5 0x5302 # 0 +0x93F6 0x8CD1 # 0 +0x93F7 0x8089 # 0 +0x93F8 0x8679 # 0 +0x93F9 0x5EFF # 0 +0x93FA 0x65E5 # 0 +0x93FB 0x4E73 # 0 +0x93FC 0x5165 # 0 +0x9440 0x5982 # 0 +0x9441 0x5C3F # 0 +0x9442 0x97EE # 0 +0x9443 0x4EFB # 0 +0x9444 0x598A # 0 +0x9445 0x5FCD # 0 +0x9446 0x8A8D # 0 +0x9447 0x6FE1 # 0 +0x9448 0x79B0 # 0 +0x9449 0x7962 # 0 +0x944A 0x5BE7 # 0 +0x944B 0x8471 # 0 +0x944C 0x732B # 0 +0x944D 0x71B1 # 0 +0x944E 0x5E74 # 0 +0x944F 0x5FF5 # 0 +0x9450 0x637B # 0 +0x9451 0x649A # 0 +0x9452 0x71C3 # 0 +0x9453 0x7C98 # 0 +0x9454 0x4E43 # 0 +0x9455 0x5EFC # 0 +0x9456 0x4E4B # 0 +0x9457 0x57DC # 0 +0x9458 0x56A2 # 0 +0x9459 0x60A9 # 0 +0x945A 0x6FC3 # 0 +0x945B 0x7D0D # 0 +0x945C 0x80FD # 0 +0x945D 0x8133 # 0 +0x945E 0x81BF # 0 +0x945F 0x8FB2 # 0 +0x9460 0x8997 # 0 +0x9461 0x86A4 # 0 +0x9462 0x5DF4 # 0 +0x9463 0x628A # 0 +0x9464 0x64AD # 0 +0x9465 0x8987 # 0 +0x9466 0x6777 # 0 +0x9467 0x6CE2 # 0 +0x9468 0x6D3E # 0 +0x9469 0x7436 # 0 +0x946A 0x7834 # 0 +0x946B 0x5A46 # 0 +0x946C 0x7F75 # 0 +0x946D 0x82AD # 0 +0x946E 0x99AC # 0 +0x946F 0x4FF3 # 0 +0x9470 0x5EC3 # 0 +0x9471 0x62DD # 0 +0x9472 0x6392 # 0 +0x9473 0x6557 # 0 +0x9474 0x676F # 0 +0x9475 0x76C3 # 0 +0x9476 0x724C # 0 +0x9477 0x80CC # 0 +0x9478 0x80BA # 0 +0x9479 0x8F29 # 0 +0x947A 0x914D # 0 +0x947B 0x500D # 0 +0x947C 0x57F9 # 0 +0x947D 0x5A92 # 0 +0x947E 0x6885 # 0 +0x9480 0x6973 # 0 +0x9481 0x7164 # 0 +0x9482 0x72FD # 0 +0x9483 0x8CB7 # 0 +0x9484 0x58F2 # 0 +0x9485 0x8CE0 # 0 +0x9486 0x966A # 0 +0x9487 0x9019 # 0 +0x9488 0x877F # 0 +0x9489 0x79E4 # 0 +0x948A 0x77E7 # 0 +0x948B 0x8429 # 0 +0x948C 0x4F2F # 0 +0x948D 0x5265 # 0 +0x948E 0x535A # 0 +0x948F 0x62CD # 0 +0x9490 0x67CF # 0 +0x9491 0x6CCA # 0 +0x9492 0x767D # 0 +0x9493 0x7B94 # 0 +0x9494 0x7C95 # 0 +0x9495 0x8236 # 0 +0x9496 0x8584 # 0 +0x9497 0x8FEB # 0 +0x9498 0x66DD # 0 +0x9499 0x6F20 # 0 +0x949A 0x7206 # 0 +0x949B 0x7E1B # 0 +0x949C 0x83AB # 0 +0x949D 0x99C1 # 0 +0x949E 0x9EA6 # 0 +0x949F 0x51FD # 0 +0x94A0 0x7BB1 # 0 +0x94A1 0x7872 # 0 +0x94A2 0x7BB8 # 0 +0x94A3 0x8087 # 0 +0x94A4 0x7B48 # 0 +0x94A5 0x6AE8 # 0 +0x94A6 0x5E61 # 0 +0x94A7 0x808C # 0 +0x94A8 0x7551 # 0 +0x94A9 0x7560 # 0 +0x94AA 0x516B # 0 +0x94AB 0x9262 # 0 +0x94AC 0x6E8C # 0 +0x94AD 0x767A # 0 +0x94AE 0x9197 # 0 +0x94AF 0x9AEA # 0 +0x94B0 0x4F10 # 0 +0x94B1 0x7F70 # 0 +0x94B2 0x629C # 0 +0x94B3 0x7B4F # 0 +0x94B4 0x95A5 # 0 +0x94B5 0x9CE9 # 0 +0x94B6 0x567A # 0 +0x94B7 0x5859 # 0 +0x94B8 0x86E4 # 0 +0x94B9 0x96BC # 0 +0x94BA 0x4F34 # 0 +0x94BB 0x5224 # 0 +0x94BC 0x534A # 0 +0x94BD 0x53CD # 0 +0x94BE 0x53DB # 0 +0x94BF 0x5E06 # 0 +0x94C0 0x642C # 0 +0x94C1 0x6591 # 0 +0x94C2 0x677F # 0 +0x94C3 0x6C3E # 0 +0x94C4 0x6C4E # 0 +0x94C5 0x7248 # 0 +0x94C6 0x72AF # 0 +0x94C7 0x73ED # 0 +0x94C8 0x7554 # 0 +0x94C9 0x7E41 # 0 +0x94CA 0x822C # 0 +0x94CB 0x85E9 # 0 +0x94CC 0x8CA9 # 0 +0x94CD 0x7BC4 # 0 +0x94CE 0x91C6 # 0 +0x94CF 0x7169 # 0 +0x94D0 0x9812 # 0 +0x94D1 0x98EF # 0 +0x94D2 0x633D # 0 +0x94D3 0x6669 # 0 +0x94D4 0x756A # 0 +0x94D5 0x76E4 # 0 +0x94D6 0x78D0 # 0 +0x94D7 0x8543 # 0 +0x94D8 0x86EE # 0 +0x94D9 0x532A # 0 +0x94DA 0x5351 # 0 +0x94DB 0x5426 # 0 +0x94DC 0x5983 # 0 +0x94DD 0x5E87 # 0 +0x94DE 0x5F7C # 0 +0x94DF 0x60B2 # 0 +0x94E0 0x6249 # 0 +0x94E1 0x6279 # 0 +0x94E2 0x62AB # 0 +0x94E3 0x6590 # 0 +0x94E4 0x6BD4 # 0 +0x94E5 0x6CCC # 0 +0x94E6 0x75B2 # 0 +0x94E7 0x76AE # 0 +0x94E8 0x7891 # 0 +0x94E9 0x79D8 # 0 +0x94EA 0x7DCB # 0 +0x94EB 0x7F77 # 0 +0x94EC 0x80A5 # 0 +0x94ED 0x88AB # 0 +0x94EE 0x8AB9 # 0 +0x94EF 0x8CBB # 0 +0x94F0 0x907F # 0 +0x94F1 0x975E # 0 +0x94F2 0x98DB # 0 +0x94F3 0x6A0B # 0 +0x94F4 0x7C38 # 0 +0x94F5 0x5099 # 0 +0x94F6 0x5C3E # 0 +0x94F7 0x5FAE # 0 +0x94F8 0x6787 # 0 +0x94F9 0x6BD8 # 0 +0x94FA 0x7435 # 0 +0x94FB 0x7709 # 0 +0x94FC 0x7F8E # 0 +0x9540 0x9F3B # 0 +0x9541 0x67CA # 0 +0x9542 0x7A17 # 0 +0x9543 0x5339 # 0 +0x9544 0x758B # 0 +0x9545 0x9AED # 0 +0x9546 0x5F66 # 0 +0x9547 0x819D # 0 +0x9548 0x83F1 # 0 +0x9549 0x8098 # 0 +0x954A 0x5F3C # 0 +0x954B 0x5FC5 # 0 +0x954C 0x7562 # 0 +0x954D 0x7B46 # 0 +0x954E 0x903C # 0 +0x954F 0x6867 # 0 +0x9550 0x59EB # 0 +0x9551 0x5A9B # 0 +0x9552 0x7D10 # 0 +0x9553 0x767E # 0 +0x9554 0x8B2C # 0 +0x9555 0x4FF5 # 0 +0x9556 0x5F6A # 0 +0x9557 0x6A19 # 0 +0x9558 0x6C37 # 0 +0x9559 0x6F02 # 0 +0x955A 0x74E2 # 0 +0x955B 0x7968 # 0 +0x955C 0x8868 # 0 +0x955D 0x8A55 # 0 +0x955E 0x8C79 # 0 +0x955F 0x5EDF # 0 +0x9560 0x63CF # 0 +0x9561 0x75C5 # 0 +0x9562 0x79D2 # 0 +0x9563 0x82D7 # 0 +0x9564 0x9328 # 0 +0x9565 0x92F2 # 0 +0x9566 0x849C # 0 +0x9567 0x86ED # 0 +0x9568 0x9C2D # 0 +0x9569 0x54C1 # 0 +0x956A 0x5F6C # 0 +0x956B 0x658C # 0 +0x956C 0x6D5C # 0 +0x956D 0x7015 # 0 +0x956E 0x8CA7 # 0 +0x956F 0x8CD3 # 0 +0x9570 0x983B # 0 +0x9571 0x654F # 0 +0x9572 0x74F6 # 0 +0x9573 0x4E0D # 0 +0x9574 0x4ED8 # 0 +0x9575 0x57E0 # 0 +0x9576 0x592B # 0 +0x9577 0x5A66 # 0 +0x9578 0x5BCC # 0 +0x9579 0x51A8 # 0 +0x957A 0x5E03 # 0 +0x957B 0x5E9C # 0 +0x957C 0x6016 # 0 +0x957D 0x6276 # 0 +0x957E 0x6577 # 0 +0x9580 0x65A7 # 0 +0x9581 0x666E # 0 +0x9582 0x6D6E # 0 +0x9583 0x7236 # 0 +0x9584 0x7B26 # 0 +0x9585 0x8150 # 0 +0x9586 0x819A # 0 +0x9587 0x8299 # 0 +0x9588 0x8B5C # 0 +0x9589 0x8CA0 # 0 +0x958A 0x8CE6 # 0 +0x958B 0x8D74 # 0 +0x958C 0x961C # 0 +0x958D 0x9644 # 0 +0x958E 0x4FAE # 0 +0x958F 0x64AB # 0 +0x9590 0x6B66 # 0 +0x9591 0x821E # 0 +0x9592 0x8461 # 0 +0x9593 0x856A # 0 +0x9594 0x90E8 # 0 +0x9595 0x5C01 # 0 +0x9596 0x6953 # 0 +0x9597 0x98A8 # 0 +0x9598 0x847A # 0 +0x9599 0x8557 # 0 +0x959A 0x4F0F # 0 +0x959B 0x526F # 0 +0x959C 0x5FA9 # 0 +0x959D 0x5E45 # 0 +0x959E 0x670D # 0 +0x959F 0x798F # 0 +0x95A0 0x8179 # 0 +0x95A1 0x8907 # 0 +0x95A2 0x8986 # 0 +0x95A3 0x6DF5 # 0 +0x95A4 0x5F17 # 0 +0x95A5 0x6255 # 0 +0x95A6 0x6CB8 # 0 +0x95A7 0x4ECF # 0 +0x95A8 0x7269 # 0 +0x95A9 0x9B92 # 0 +0x95AA 0x5206 # 0 +0x95AB 0x543B # 0 +0x95AC 0x5674 # 0 +0x95AD 0x58B3 # 0 +0x95AE 0x61A4 # 0 +0x95AF 0x626E # 0 +0x95B0 0x711A # 0 +0x95B1 0x596E # 0 +0x95B2 0x7C89 # 0 +0x95B3 0x7CDE # 0 +0x95B4 0x7D1B # 0 +0x95B5 0x96F0 # 0 +0x95B6 0x6587 # 0 +0x95B7 0x805E # 0 +0x95B8 0x4E19 # 0 +0x95B9 0x4F75 # 0 +0x95BA 0x5175 # 0 +0x95BB 0x5840 # 0 +0x95BC 0x5E63 # 0 +0x95BD 0x5E73 # 0 +0x95BE 0x5F0A # 0 +0x95BF 0x67C4 # 0 +0x95C0 0x4E26 # 0 +0x95C1 0x853D # 0 +0x95C2 0x9589 # 0 +0x95C3 0x965B # 0 +0x95C4 0x7C73 # 0 +0x95C5 0x9801 # 0 +0x95C6 0x50FB # 0 +0x95C7 0x58C1 # 0 +0x95C8 0x7656 # 0 +0x95C9 0x78A7 # 0 +0x95CA 0x5225 # 0 +0x95CB 0x77A5 # 0 +0x95CC 0x8511 # 0 +0x95CD 0x7B86 # 0 +0x95CE 0x504F # 0 +0x95CF 0x5909 # 0 +0x95D0 0x7247 # 0 +0x95D1 0x7BC7 # 0 +0x95D2 0x7DE8 # 0 +0x95D3 0x8FBA # 0 +0x95D4 0x8FD4 # 0 +0x95D5 0x904D # 0 +0x95D6 0x4FBF # 0 +0x95D7 0x52C9 # 0 +0x95D8 0x5A29 # 0 +0x95D9 0x5F01 # 0 +0x95DA 0x97AD # 0 +0x95DB 0x4FDD # 0 +0x95DC 0x8217 # 0 +0x95DD 0x92EA # 0 +0x95DE 0x5703 # 0 +0x95DF 0x6355 # 0 +0x95E0 0x6B69 # 0 +0x95E1 0x752B # 0 +0x95E2 0x88DC # 0 +0x95E3 0x8F14 # 0 +0x95E4 0x7A42 # 0 +0x95E5 0x52DF # 0 +0x95E6 0x5893 # 0 +0x95E7 0x6155 # 0 +0x95E8 0x620A # 0 +0x95E9 0x66AE # 0 +0x95EA 0x6BCD # 0 +0x95EB 0x7C3F # 0 +0x95EC 0x83E9 # 0 +0x95ED 0x5023 # 0 +0x95EE 0x4FF8 # 0 +0x95EF 0x5305 # 0 +0x95F0 0x5446 # 0 +0x95F1 0x5831 # 0 +0x95F2 0x5949 # 0 +0x95F3 0x5B9D # 0 +0x95F4 0x5CF0 # 0 +0x95F5 0x5CEF # 0 +0x95F6 0x5D29 # 0 +0x95F7 0x5E96 # 0 +0x95F8 0x62B1 # 0 +0x95F9 0x6367 # 0 +0x95FA 0x653E # 0 +0x95FB 0x65B9 # 0 +0x95FC 0x670B # 0 +0x9640 0x6CD5 # 0 +0x9641 0x6CE1 # 0 +0x9642 0x70F9 # 0 +0x9643 0x7832 # 0 +0x9644 0x7E2B # 0 +0x9645 0x80DE # 0 +0x9646 0x82B3 # 0 +0x9647 0x840C # 0 +0x9648 0x84EC # 0 +0x9649 0x8702 # 0 +0x964A 0x8912 # 0 +0x964B 0x8A2A # 0 +0x964C 0x8C4A # 0 +0x964D 0x90A6 # 0 +0x964E 0x92D2 # 0 +0x964F 0x98FD # 0 +0x9650 0x9CF3 # 0 +0x9651 0x9D6C # 0 +0x9652 0x4E4F # 0 +0x9653 0x4EA1 # 0 +0x9654 0x508D # 0 +0x9655 0x5256 # 0 +0x9656 0x574A # 0 +0x9657 0x59A8 # 0 +0x9658 0x5E3D # 0 +0x9659 0x5FD8 # 0 +0x965A 0x5FD9 # 0 +0x965B 0x623F # 0 +0x965C 0x66B4 # 0 +0x965D 0x671B # 0 +0x965E 0x67D0 # 0 +0x965F 0x68D2 # 0 +0x9660 0x5192 # 0 +0x9661 0x7D21 # 0 +0x9662 0x80AA # 0 +0x9663 0x81A8 # 0 +0x9664 0x8B00 # 0 +0x9665 0x8C8C # 0 +0x9666 0x8CBF # 0 +0x9667 0x927E # 0 +0x9668 0x9632 # 0 +0x9669 0x5420 # 0 +0x966A 0x982C # 0 +0x966B 0x5317 # 0 +0x966C 0x50D5 # 0 +0x966D 0x535C # 0 +0x966E 0x58A8 # 0 +0x966F 0x64B2 # 0 +0x9670 0x6734 # 0 +0x9671 0x7267 # 0 +0x9672 0x7766 # 0 +0x9673 0x7A46 # 0 +0x9674 0x91E6 # 0 +0x9675 0x52C3 # 0 +0x9676 0x6CA1 # 0 +0x9677 0x6B86 # 0 +0x9678 0x5800 # 0 +0x9679 0x5E4C # 0 +0x967A 0x5954 # 0 +0x967B 0x672C # 0 +0x967C 0x7FFB # 0 +0x967D 0x51E1 # 0 +0x967E 0x76C6 # 0 +0x9680 0x6469 # 0 +0x9681 0x78E8 # 0 +0x9682 0x9B54 # 0 +0x9683 0x9EBB # 0 +0x9684 0x57CB # 0 +0x9685 0x59B9 # 0 +0x9686 0x6627 # 0 +0x9687 0x679A # 0 +0x9688 0x6BCE # 0 +0x9689 0x54E9 # 0 +0x968A 0x69D9 # 0 +0x968B 0x5E55 # 0 +0x968C 0x819C # 0 +0x968D 0x6795 # 0 +0x968E 0x9BAA # 0 +0x968F 0x67FE # 0 +0x9690 0x9C52 # 0 +0x9691 0x685D # 0 +0x9692 0x4EA6 # 0 +0x9693 0x4FE3 # 0 +0x9694 0x53C8 # 0 +0x9695 0x62B9 # 0 +0x9696 0x672B # 0 +0x9697 0x6CAB # 0 +0x9698 0x8FC4 # 0 +0x9699 0x4FAD # 0 +0x969A 0x7E6D # 0 +0x969B 0x9EBF # 0 +0x969C 0x4E07 # 0 +0x969D 0x6162 # 0 +0x969E 0x6E80 # 0 +0x969F 0x6F2B # 0 +0x96A0 0x8513 # 0 +0x96A1 0x5473 # 0 +0x96A2 0x672A # 0 +0x96A3 0x9B45 # 0 +0x96A4 0x5DF3 # 0 +0x96A5 0x7B95 # 0 +0x96A6 0x5CAC # 0 +0x96A7 0x5BC6 # 0 +0x96A8 0x871C # 0 +0x96A9 0x6E4A # 0 +0x96AA 0x84D1 # 0 +0x96AB 0x7A14 # 0 +0x96AC 0x8108 # 0 +0x96AD 0x5999 # 0 +0x96AE 0x7C8D # 0 +0x96AF 0x6C11 # 0 +0x96B0 0x7720 # 0 +0x96B1 0x52D9 # 0 +0x96B2 0x5922 # 0 +0x96B3 0x7121 # 0 +0x96B4 0x725F # 0 +0x96B5 0x77DB # 0 +0x96B6 0x9727 # 0 +0x96B7 0x9D61 # 0 +0x96B8 0x690B # 0 +0x96B9 0x5A7F # 0 +0x96BA 0x5A18 # 0 +0x96BB 0x51A5 # 0 +0x96BC 0x540D # 0 +0x96BD 0x547D # 0 +0x96BE 0x660E # 0 +0x96BF 0x76DF # 0 +0x96C0 0x8FF7 # 0 +0x96C1 0x9298 # 0 +0x96C2 0x9CF4 # 0 +0x96C3 0x59EA # 0 +0x96C4 0x725D # 0 +0x96C5 0x6EC5 # 0 +0x96C6 0x514D # 0 +0x96C7 0x68C9 # 0 +0x96C8 0x7DBF # 0 +0x96C9 0x7DEC # 0 +0x96CA 0x9762 # 0 +0x96CB 0x9EBA # 0 +0x96CC 0x6478 # 0 +0x96CD 0x6A21 # 0 +0x96CE 0x8302 # 0 +0x96CF 0x5984 # 0 +0x96D0 0x5B5F # 0 +0x96D1 0x6BDB # 0 +0x96D2 0x731B # 0 +0x96D3 0x76F2 # 0 +0x96D4 0x7DB2 # 0 +0x96D5 0x8017 # 0 +0x96D6 0x8499 # 0 +0x96D7 0x5132 # 0 +0x96D8 0x6728 # 0 +0x96D9 0x9ED9 # 0 +0x96DA 0x76EE # 0 +0x96DB 0x6762 # 0 +0x96DC 0x52FF # 0 +0x96DD 0x9905 # 0 +0x96DE 0x5C24 # 0 +0x96DF 0x623B # 0 +0x96E0 0x7C7E # 0 +0x96E1 0x8CB0 # 0 +0x96E2 0x554F # 0 +0x96E3 0x60B6 # 0 +0x96E4 0x7D0B # 0 +0x96E5 0x9580 # 0 +0x96E6 0x5301 # 0 +0x96E7 0x4E5F # 0 +0x96E8 0x51B6 # 0 +0x96E9 0x591C # 0 +0x96EA 0x723A # 0 +0x96EB 0x8036 # 0 +0x96EC 0x91CE # 0 +0x96ED 0x5F25 # 0 +0x96EE 0x77E2 # 0 +0x96EF 0x5384 # 0 +0x96F0 0x5F79 # 0 +0x96F1 0x7D04 # 0 +0x96F2 0x85AC # 0 +0x96F3 0x8A33 # 0 +0x96F4 0x8E8D # 0 +0x96F5 0x9756 # 0 +0x96F6 0x67F3 # 0 +0x96F7 0x85AE # 0 +0x96F8 0x9453 # 0 +0x96F9 0x6109 # 0 +0x96FA 0x6108 # 0 +0x96FB 0x6CB9 # 0 +0x96FC 0x7652 # 0 +0x9740 0x8AED # 0 +0x9741 0x8F38 # 0 +0x9742 0x552F # 0 +0x9743 0x4F51 # 0 +0x9744 0x512A # 0 +0x9745 0x52C7 # 0 +0x9746 0x53CB # 0 +0x9747 0x5BA5 # 0 +0x9748 0x5E7D # 0 +0x9749 0x60A0 # 0 +0x974A 0x6182 # 0 +0x974B 0x63D6 # 0 +0x974C 0x6709 # 0 +0x974D 0x67DA # 0 +0x974E 0x6E67 # 0 +0x974F 0x6D8C # 0 +0x9750 0x7336 # 0 +0x9751 0x7337 # 0 +0x9752 0x7531 # 0 +0x9753 0x7950 # 0 +0x9754 0x88D5 # 0 +0x9755 0x8A98 # 0 +0x9756 0x904A # 0 +0x9757 0x9091 # 0 +0x9758 0x90F5 # 0 +0x9759 0x96C4 # 0 +0x975A 0x878D # 0 +0x975B 0x5915 # 0 +0x975C 0x4E88 # 0 +0x975D 0x4F59 # 0 +0x975E 0x4E0E # 0 +0x975F 0x8A89 # 0 +0x9760 0x8F3F # 0 +0x9761 0x9810 # 0 +0x9762 0x50AD # 0 +0x9763 0x5E7C # 0 +0x9764 0x5996 # 0 +0x9765 0x5BB9 # 0 +0x9766 0x5EB8 # 0 +0x9767 0x63DA # 0 +0x9768 0x63FA # 0 +0x9769 0x64C1 # 0 +0x976A 0x66DC # 0 +0x976B 0x694A # 0 +0x976C 0x69D8 # 0 +0x976D 0x6D0B # 0 +0x976E 0x6EB6 # 0 +0x976F 0x7194 # 0 +0x9770 0x7528 # 0 +0x9771 0x7AAF # 0 +0x9772 0x7F8A # 0 +0x9773 0x8000 # 0 +0x9774 0x8449 # 0 +0x9775 0x84C9 # 0 +0x9776 0x8981 # 0 +0x9777 0x8B21 # 0 +0x9778 0x8E0A # 0 +0x9779 0x9065 # 0 +0x977A 0x967D # 0 +0x977B 0x990A # 0 +0x977C 0x617E # 0 +0x977D 0x6291 # 0 +0x977E 0x6B32 # 0 +0x9780 0x6C83 # 0 +0x9781 0x6D74 # 0 +0x9782 0x7FCC # 0 +0x9783 0x7FFC # 0 +0x9784 0x6DC0 # 0 +0x9785 0x7F85 # 0 +0x9786 0x87BA # 0 +0x9787 0x88F8 # 0 +0x9788 0x6765 # 0 +0x9789 0x83B1 # 0 +0x978A 0x983C # 0 +0x978B 0x96F7 # 0 +0x978C 0x6D1B # 0 +0x978D 0x7D61 # 0 +0x978E 0x843D # 0 +0x978F 0x916A # 0 +0x9790 0x4E71 # 0 +0x9791 0x5375 # 0 +0x9792 0x5D50 # 0 +0x9793 0x6B04 # 0 +0x9794 0x6FEB # 0 +0x9795 0x85CD # 0 +0x9796 0x862D # 0 +0x9797 0x89A7 # 0 +0x9798 0x5229 # 0 +0x9799 0x540F # 0 +0x979A 0x5C65 # 0 +0x979B 0x674E # 0 +0x979C 0x68A8 # 0 +0x979D 0x7406 # 0 +0x979E 0x7483 # 0 +0x979F 0x75E2 # 0 +0x97A0 0x88CF # 0 +0x97A1 0x88E1 # 0 +0x97A2 0x91CC # 0 +0x97A3 0x96E2 # 0 +0x97A4 0x9678 # 0 +0x97A5 0x5F8B # 0 +0x97A6 0x7387 # 0 +0x97A7 0x7ACB # 0 +0x97A8 0x844E # 0 +0x97A9 0x63A0 # 0 +0x97AA 0x7565 # 0 +0x97AB 0x5289 # 0 +0x97AC 0x6D41 # 0 +0x97AD 0x6E9C # 0 +0x97AE 0x7409 # 0 +0x97AF 0x7559 # 0 +0x97B0 0x786B # 0 +0x97B1 0x7C92 # 0 +0x97B2 0x9686 # 0 +0x97B3 0x7ADC # 0 +0x97B4 0x9F8D # 0 +0x97B5 0x4FB6 # 0 +0x97B6 0x616E # 0 +0x97B7 0x65C5 # 0 +0x97B8 0x865C # 0 +0x97B9 0x4E86 # 0 +0x97BA 0x4EAE # 0 +0x97BB 0x50DA # 0 +0x97BC 0x4E21 # 0 +0x97BD 0x51CC # 0 +0x97BE 0x5BEE # 0 +0x97BF 0x6599 # 0 +0x97C0 0x6881 # 0 +0x97C1 0x6DBC # 0 +0x97C2 0x731F # 0 +0x97C3 0x7642 # 0 +0x97C4 0x77AD # 0 +0x97C5 0x7A1C # 0 +0x97C6 0x7CE7 # 0 +0x97C7 0x826F # 0 +0x97C8 0x8AD2 # 0 +0x97C9 0x907C # 0 +0x97CA 0x91CF # 0 +0x97CB 0x9675 # 0 +0x97CC 0x9818 # 0 +0x97CD 0x529B # 0 +0x97CE 0x7DD1 # 0 +0x97CF 0x502B # 0 +0x97D0 0x5398 # 0 +0x97D1 0x6797 # 0 +0x97D2 0x6DCB # 0 +0x97D3 0x71D0 # 0 +0x97D4 0x7433 # 0 +0x97D5 0x81E8 # 0 +0x97D6 0x8F2A # 0 +0x97D7 0x96A3 # 0 +0x97D8 0x9C57 # 0 +0x97D9 0x9E9F # 0 +0x97DA 0x7460 # 0 +0x97DB 0x5841 # 0 +0x97DC 0x6D99 # 0 +0x97DD 0x7D2F # 0 +0x97DE 0x985E # 0 +0x97DF 0x4EE4 # 0 +0x97E0 0x4F36 # 0 +0x97E1 0x4F8B # 0 +0x97E2 0x51B7 # 0 +0x97E3 0x52B1 # 0 +0x97E4 0x5DBA # 0 +0x97E5 0x601C # 0 +0x97E6 0x73B2 # 0 +0x97E7 0x793C # 0 +0x97E8 0x82D3 # 0 +0x97E9 0x9234 # 0 +0x97EA 0x96B7 # 0 +0x97EB 0x96F6 # 0 +0x97EC 0x970A # 0 +0x97ED 0x9E97 # 0 +0x97EE 0x9F62 # 0 +0x97EF 0x66A6 # 0 +0x97F0 0x6B74 # 0 +0x97F1 0x5217 # 0 +0x97F2 0x52A3 # 0 +0x97F3 0x70C8 # 0 +0x97F4 0x88C2 # 0 +0x97F5 0x5EC9 # 0 +0x97F6 0x604B # 0 +0x97F7 0x6190 # 0 +0x97F8 0x6F23 # 0 +0x97F9 0x7149 # 0 +0x97FA 0x7C3E # 0 +0x97FB 0x7DF4 # 0 +0x97FC 0x806F # 0 +0x9840 0x84EE # 0 +0x9841 0x9023 # 0 +0x9842 0x932C # 0 +0x9843 0x5442 # 0 +0x9844 0x9B6F # 0 +0x9845 0x6AD3 # 0 +0x9846 0x7089 # 0 +0x9847 0x8CC2 # 0 +0x9848 0x8DEF # 0 +0x9849 0x9732 # 0 +0x984A 0x52B4 # 0 +0x984B 0x5A41 # 0 +0x984C 0x5ECA # 0 +0x984D 0x5F04 # 0 +0x984E 0x6717 # 0 +0x984F 0x697C # 0 +0x9850 0x6994 # 0 +0x9851 0x6D6A # 0 +0x9852 0x6F0F # 0 +0x9853 0x7262 # 0 +0x9854 0x72FC # 0 +0x9855 0x7BED # 0 +0x9856 0x8001 # 0 +0x9857 0x807E # 0 +0x9858 0x874B # 0 +0x9859 0x90CE # 0 +0x985A 0x516D # 0 +0x985B 0x9E93 # 0 +0x985C 0x7984 # 0 +0x985D 0x808B # 0 +0x985E 0x9332 # 0 +0x985F 0x8AD6 # 0 +0x9860 0x502D # 0 +0x9861 0x548C # 0 +0x9862 0x8A71 # 0 +0x9863 0x6B6A # 0 +0x9864 0x8CC4 # 0 +0x9865 0x8107 # 0 +0x9866 0x60D1 # 0 +0x9867 0x67A0 # 0 +0x9868 0x9DF2 # 0 +0x9869 0x4E99 # 0 +0x986A 0x4E98 # 0 +0x986B 0x9C10 # 0 +0x986C 0x8A6B # 0 +0x986D 0x85C1 # 0 +0x986E 0x8568 # 0 +0x986F 0x6900 # 0 +0x9870 0x6E7E # 0 +0x9871 0x7897 # 0 +0x9872 0x8155 # 0 +0x989F 0x5F0C # 0 +0x98A0 0x4E10 # 0 +0x98A1 0x4E15 # 0 +0x98A2 0x4E2A # 0 +0x98A3 0x4E31 # 0 +0x98A4 0x4E36 # 0 +0x98A5 0x4E3C # 0 +0x98A6 0x4E3F # 0 +0x98A7 0x4E42 # 0 +0x98A8 0x4E56 # 0 +0x98A9 0x4E58 # 0 +0x98AA 0x4E82 # 0 +0x98AB 0x4E85 # 0 +0x98AC 0x8C6B # 0 +0x98AD 0x4E8A # 0 +0x98AE 0x8212 # 0 +0x98AF 0x5F0D # 0 +0x98B0 0x4E8E # 0 +0x98B1 0x4E9E # 0 +0x98B2 0x4E9F # 0 +0x98B3 0x4EA0 # 0 +0x98B4 0x4EA2 # 0 +0x98B5 0x4EB0 # 0 +0x98B6 0x4EB3 # 0 +0x98B7 0x4EB6 # 0 +0x98B8 0x4ECE # 0 +0x98B9 0x4ECD # 0 +0x98BA 0x4EC4 # 0 +0x98BB 0x4EC6 # 0 +0x98BC 0x4EC2 # 0 +0x98BD 0x4ED7 # 0 +0x98BE 0x4EDE # 0 +0x98BF 0x4EED # 0 +0x98C0 0x4EDF # 0 +0x98C1 0x4EF7 # 0 +0x98C2 0x4F09 # 0 +0x98C3 0x4F5A # 0 +0x98C4 0x4F30 # 0 +0x98C5 0x4F5B # 0 +0x98C6 0x4F5D # 0 +0x98C7 0x4F57 # 0 +0x98C8 0x4F47 # 0 +0x98C9 0x4F76 # 0 +0x98CA 0x4F88 # 0 +0x98CB 0x4F8F # 0 +0x98CC 0x4F98 # 0 +0x98CD 0x4F7B # 0 +0x98CE 0x4F69 # 0 +0x98CF 0x4F70 # 0 +0x98D0 0x4F91 # 0 +0x98D1 0x4F6F # 0 +0x98D2 0x4F86 # 0 +0x98D3 0x4F96 # 0 +0x98D4 0x5118 # 0 +0x98D5 0x4FD4 # 0 +0x98D6 0x4FDF # 0 +0x98D7 0x4FCE # 0 +0x98D8 0x4FD8 # 0 +0x98D9 0x4FDB # 0 +0x98DA 0x4FD1 # 0 +0x98DB 0x4FDA # 0 +0x98DC 0x4FD0 # 0 +0x98DD 0x4FE4 # 0 +0x98DE 0x4FE5 # 0 +0x98DF 0x501A # 0 +0x98E0 0x5028 # 0 +0x98E1 0x5014 # 0 +0x98E2 0x502A # 0 +0x98E3 0x5025 # 0 +0x98E4 0x5005 # 0 +0x98E5 0x4F1C # 0 +0x98E6 0x4FF6 # 0 +0x98E7 0x5021 # 0 +0x98E8 0x5029 # 0 +0x98E9 0x502C # 0 +0x98EA 0x4FFE # 0 +0x98EB 0x4FEF # 0 +0x98EC 0x5011 # 0 +0x98ED 0x5006 # 0 +0x98EE 0x5043 # 0 +0x98EF 0x5047 # 0 +0x98F0 0x6703 # 0 +0x98F1 0x5055 # 0 +0x98F2 0x5050 # 0 +0x98F3 0x5048 # 0 +0x98F4 0x505A # 0 +0x98F5 0x5056 # 0 +0x98F6 0x506C # 0 +0x98F7 0x5078 # 0 +0x98F8 0x5080 # 0 +0x98F9 0x509A # 0 +0x98FA 0x5085 # 0 +0x98FB 0x50B4 # 0 +0x98FC 0x50B2 # 0 +0x9940 0x50C9 # 0 +0x9941 0x50CA # 0 +0x9942 0x50B3 # 0 +0x9943 0x50C2 # 0 +0x9944 0x50D6 # 0 +0x9945 0x50DE # 0 +0x9946 0x50E5 # 0 +0x9947 0x50ED # 0 +0x9948 0x50E3 # 0 +0x9949 0x50EE # 0 +0x994A 0x50F9 # 0 +0x994B 0x50F5 # 0 +0x994C 0x5109 # 0 +0x994D 0x5101 # 0 +0x994E 0x5102 # 0 +0x994F 0x5116 # 0 +0x9950 0x5115 # 0 +0x9951 0x5114 # 0 +0x9952 0x511A # 0 +0x9953 0x5121 # 0 +0x9954 0x513A # 0 +0x9955 0x5137 # 0 +0x9956 0x513C # 0 +0x9957 0x513B # 0 +0x9958 0x513F # 0 +0x9959 0x5140 # 0 +0x995A 0x5152 # 0 +0x995B 0x514C # 0 +0x995C 0x5154 # 0 +0x995D 0x5162 # 0 +0x995E 0x7AF8 # 0 +0x995F 0x5169 # 0 +0x9960 0x516A # 0 +0x9961 0x516E # 0 +0x9962 0x5180 # 0 +0x9963 0x5182 # 0 +0x9964 0x56D8 # 0 +0x9965 0x518C # 0 +0x9966 0x5189 # 0 +0x9967 0x518F # 0 +0x9968 0x5191 # 0 +0x9969 0x5193 # 0 +0x996A 0x5195 # 0 +0x996B 0x5196 # 0 +0x996C 0x51A4 # 0 +0x996D 0x51A6 # 0 +0x996E 0x51A2 # 0 +0x996F 0x51A9 # 0 +0x9970 0x51AA # 0 +0x9971 0x51AB # 0 +0x9972 0x51B3 # 0 +0x9973 0x51B1 # 0 +0x9974 0x51B2 # 0 +0x9975 0x51B0 # 0 +0x9976 0x51B5 # 0 +0x9977 0x51BD # 0 +0x9978 0x51C5 # 0 +0x9979 0x51C9 # 0 +0x997A 0x51DB # 0 +0x997B 0x51E0 # 0 +0x997C 0x8655 # 0 +0x997D 0x51E9 # 0 +0x997E 0x51ED # 0 +0x9980 0x51F0 # 0 +0x9981 0x51F5 # 0 +0x9982 0x51FE # 0 +0x9983 0x5204 # 0 +0x9984 0x520B # 0 +0x9985 0x5214 # 0 +0x9986 0x520E # 0 +0x9987 0x5227 # 0 +0x9988 0x522A # 0 +0x9989 0x522E # 0 +0x998A 0x5233 # 0 +0x998B 0x5239 # 0 +0x998C 0x524F # 0 +0x998D 0x5244 # 0 +0x998E 0x524B # 0 +0x998F 0x524C # 0 +0x9990 0x525E # 0 +0x9991 0x5254 # 0 +0x9992 0x526A # 0 +0x9993 0x5274 # 0 +0x9994 0x5269 # 0 +0x9995 0x5273 # 0 +0x9996 0x527F # 0 +0x9997 0x527D # 0 +0x9998 0x528D # 0 +0x9999 0x5294 # 0 +0x999A 0x5292 # 0 +0x999B 0x5271 # 0 +0x999C 0x5288 # 0 +0x999D 0x5291 # 0 +0x999E 0x8FA8 # 0 +0x999F 0x8FA7 # 0 +0x99A0 0x52AC # 0 +0x99A1 0x52AD # 0 +0x99A2 0x52BC # 0 +0x99A3 0x52B5 # 0 +0x99A4 0x52C1 # 0 +0x99A5 0x52CD # 0 +0x99A6 0x52D7 # 0 +0x99A7 0x52DE # 0 +0x99A8 0x52E3 # 0 +0x99A9 0x52E6 # 0 +0x99AA 0x98ED # 0 +0x99AB 0x52E0 # 0 +0x99AC 0x52F3 # 0 +0x99AD 0x52F5 # 0 +0x99AE 0x52F8 # 0 +0x99AF 0x52F9 # 0 +0x99B0 0x5306 # 0 +0x99B1 0x5308 # 0 +0x99B2 0x7538 # 0 +0x99B3 0x530D # 0 +0x99B4 0x5310 # 0 +0x99B5 0x530F # 0 +0x99B6 0x5315 # 0 +0x99B7 0x531A # 0 +0x99B8 0x5323 # 0 +0x99B9 0x532F # 0 +0x99BA 0x5331 # 0 +0x99BB 0x5333 # 0 +0x99BC 0x5338 # 0 +0x99BD 0x5340 # 0 +0x99BE 0x5346 # 0 +0x99BF 0x5345 # 0 +0x99C0 0x4E17 # 0 +0x99C1 0x5349 # 0 +0x99C2 0x534D # 0 +0x99C3 0x51D6 # 0 +0x99C4 0x535E # 0 +0x99C5 0x5369 # 0 +0x99C6 0x536E # 0 +0x99C7 0x5918 # 0 +0x99C8 0x537B # 0 +0x99C9 0x5377 # 0 +0x99CA 0x5382 # 0 +0x99CB 0x5396 # 0 +0x99CC 0x53A0 # 0 +0x99CD 0x53A6 # 0 +0x99CE 0x53A5 # 0 +0x99CF 0x53AE # 0 +0x99D0 0x53B0 # 0 +0x99D1 0x53B6 # 0 +0x99D2 0x53C3 # 0 +0x99D3 0x7C12 # 0 +0x99D4 0x96D9 # 0 +0x99D5 0x53DF # 0 +0x99D6 0x66FC # 0 +0x99D7 0x71EE # 0 +0x99D8 0x53EE # 0 +0x99D9 0x53E8 # 0 +0x99DA 0x53ED # 0 +0x99DB 0x53FA # 0 +0x99DC 0x5401 # 0 +0x99DD 0x543D # 0 +0x99DE 0x5440 # 0 +0x99DF 0x542C # 0 +0x99E0 0x542D # 0 +0x99E1 0x543C # 0 +0x99E2 0x542E # 0 +0x99E3 0x5436 # 0 +0x99E4 0x5429 # 0 +0x99E5 0x541D # 0 +0x99E6 0x544E # 0 +0x99E7 0x548F # 0 +0x99E8 0x5475 # 0 +0x99E9 0x548E # 0 +0x99EA 0x545F # 0 +0x99EB 0x5471 # 0 +0x99EC 0x5477 # 0 +0x99ED 0x5470 # 0 +0x99EE 0x5492 # 0 +0x99EF 0x547B # 0 +0x99F0 0x5480 # 0 +0x99F1 0x5476 # 0 +0x99F2 0x5484 # 0 +0x99F3 0x5490 # 0 +0x99F4 0x5486 # 0 +0x99F5 0x54C7 # 0 +0x99F6 0x54A2 # 0 +0x99F7 0x54B8 # 0 +0x99F8 0x54A5 # 0 +0x99F9 0x54AC # 0 +0x99FA 0x54C4 # 0 +0x99FB 0x54C8 # 0 +0x99FC 0x54A8 # 0 +0x9A40 0x54AB # 0 +0x9A41 0x54C2 # 0 +0x9A42 0x54A4 # 0 +0x9A43 0x54BE # 0 +0x9A44 0x54BC # 0 +0x9A45 0x54D8 # 0 +0x9A46 0x54E5 # 0 +0x9A47 0x54E6 # 0 +0x9A48 0x550F # 0 +0x9A49 0x5514 # 0 +0x9A4A 0x54FD # 0 +0x9A4B 0x54EE # 0 +0x9A4C 0x54ED # 0 +0x9A4D 0x54FA # 0 +0x9A4E 0x54E2 # 0 +0x9A4F 0x5539 # 0 +0x9A50 0x5540 # 0 +0x9A51 0x5563 # 0 +0x9A52 0x554C # 0 +0x9A53 0x552E # 0 +0x9A54 0x555C # 0 +0x9A55 0x5545 # 0 +0x9A56 0x5556 # 0 +0x9A57 0x5557 # 0 +0x9A58 0x5538 # 0 +0x9A59 0x5533 # 0 +0x9A5A 0x555D # 0 +0x9A5B 0x5599 # 0 +0x9A5C 0x5580 # 0 +0x9A5D 0x54AF # 0 +0x9A5E 0x558A # 0 +0x9A5F 0x559F # 0 +0x9A60 0x557B # 0 +0x9A61 0x557E # 0 +0x9A62 0x5598 # 0 +0x9A63 0x559E # 0 +0x9A64 0x55AE # 0 +0x9A65 0x557C # 0 +0x9A66 0x5583 # 0 +0x9A67 0x55A9 # 0 +0x9A68 0x5587 # 0 +0x9A69 0x55A8 # 0 +0x9A6A 0x55DA # 0 +0x9A6B 0x55C5 # 0 +0x9A6C 0x55DF # 0 +0x9A6D 0x55C4 # 0 +0x9A6E 0x55DC # 0 +0x9A6F 0x55E4 # 0 +0x9A70 0x55D4 # 0 +0x9A71 0x5614 # 0 +0x9A72 0x55F7 # 0 +0x9A73 0x5616 # 0 +0x9A74 0x55FE # 0 +0x9A75 0x55FD # 0 +0x9A76 0x561B # 0 +0x9A77 0x55F9 # 0 +0x9A78 0x564E # 0 +0x9A79 0x5650 # 0 +0x9A7A 0x71DF # 0 +0x9A7B 0x5634 # 0 +0x9A7C 0x5636 # 0 +0x9A7D 0x5632 # 0 +0x9A7E 0x5638 # 0 +0x9A80 0x566B # 0 +0x9A81 0x5664 # 0 +0x9A82 0x562F # 0 +0x9A83 0x566C # 0 +0x9A84 0x566A # 0 +0x9A85 0x5686 # 0 +0x9A86 0x5680 # 0 +0x9A87 0x568A # 0 +0x9A88 0x56A0 # 0 +0x9A89 0x5694 # 0 +0x9A8A 0x568F # 0 +0x9A8B 0x56A5 # 0 +0x9A8C 0x56AE # 0 +0x9A8D 0x56B6 # 0 +0x9A8E 0x56B4 # 0 +0x9A8F 0x56C2 # 0 +0x9A90 0x56BC # 0 +0x9A91 0x56C1 # 0 +0x9A92 0x56C3 # 0 +0x9A93 0x56C0 # 0 +0x9A94 0x56C8 # 0 +0x9A95 0x56CE # 0 +0x9A96 0x56D1 # 0 +0x9A97 0x56D3 # 0 +0x9A98 0x56D7 # 0 +0x9A99 0x56EE # 0 +0x9A9A 0x56F9 # 0 +0x9A9B 0x5700 # 0 +0x9A9C 0x56FF # 0 +0x9A9D 0x5704 # 0 +0x9A9E 0x5709 # 0 +0x9A9F 0x5708 # 0 +0x9AA0 0x570B # 0 +0x9AA1 0x570D # 0 +0x9AA2 0x5713 # 0 +0x9AA3 0x5718 # 0 +0x9AA4 0x5716 # 0 +0x9AA5 0x55C7 # 0 +0x9AA6 0x571C # 0 +0x9AA7 0x5726 # 0 +0x9AA8 0x5737 # 0 +0x9AA9 0x5738 # 0 +0x9AAA 0x574E # 0 +0x9AAB 0x573B # 0 +0x9AAC 0x5740 # 0 +0x9AAD 0x574F # 0 +0x9AAE 0x5769 # 0 +0x9AAF 0x57C0 # 0 +0x9AB0 0x5788 # 0 +0x9AB1 0x5761 # 0 +0x9AB2 0x577F # 0 +0x9AB3 0x5789 # 0 +0x9AB4 0x5793 # 0 +0x9AB5 0x57A0 # 0 +0x9AB6 0x57B3 # 0 +0x9AB7 0x57A4 # 0 +0x9AB8 0x57AA # 0 +0x9AB9 0x57B0 # 0 +0x9ABA 0x57C3 # 0 +0x9ABB 0x57C6 # 0 +0x9ABC 0x57D4 # 0 +0x9ABD 0x57D2 # 0 +0x9ABE 0x57D3 # 0 +0x9ABF 0x580A # 0 +0x9AC0 0x57D6 # 0 +0x9AC1 0x57E3 # 0 +0x9AC2 0x580B # 0 +0x9AC3 0x5819 # 0 +0x9AC4 0x581D # 0 +0x9AC5 0x5872 # 0 +0x9AC6 0x5821 # 0 +0x9AC7 0x5862 # 0 +0x9AC8 0x584B # 0 +0x9AC9 0x5870 # 0 +0x9ACA 0x6BC0 # 0 +0x9ACB 0x5852 # 0 +0x9ACC 0x583D # 0 +0x9ACD 0x5879 # 0 +0x9ACE 0x5885 # 0 +0x9ACF 0x58B9 # 0 +0x9AD0 0x589F # 0 +0x9AD1 0x58AB # 0 +0x9AD2 0x58BA # 0 +0x9AD3 0x58DE # 0 +0x9AD4 0x58BB # 0 +0x9AD5 0x58B8 # 0 +0x9AD6 0x58AE # 0 +0x9AD7 0x58C5 # 0 +0x9AD8 0x58D3 # 0 +0x9AD9 0x58D1 # 0 +0x9ADA 0x58D7 # 0 +0x9ADB 0x58D9 # 0 +0x9ADC 0x58D8 # 0 +0x9ADD 0x58E5 # 0 +0x9ADE 0x58DC # 0 +0x9ADF 0x58E4 # 0 +0x9AE0 0x58DF # 0 +0x9AE1 0x58EF # 0 +0x9AE2 0x58FA # 0 +0x9AE3 0x58F9 # 0 +0x9AE4 0x58FB # 0 +0x9AE5 0x58FC # 0 +0x9AE6 0x58FD # 0 +0x9AE7 0x5902 # 0 +0x9AE8 0x590A # 0 +0x9AE9 0x5910 # 0 +0x9AEA 0x591B # 0 +0x9AEB 0x68A6 # 0 +0x9AEC 0x5925 # 0 +0x9AED 0x592C # 0 +0x9AEE 0x592D # 0 +0x9AEF 0x5932 # 0 +0x9AF0 0x5938 # 0 +0x9AF1 0x593E # 0 +0x9AF2 0x7AD2 # 0 +0x9AF3 0x5955 # 0 +0x9AF4 0x5950 # 0 +0x9AF5 0x594E # 0 +0x9AF6 0x595A # 0 +0x9AF7 0x5958 # 0 +0x9AF8 0x5962 # 0 +0x9AF9 0x5960 # 0 +0x9AFA 0x5967 # 0 +0x9AFB 0x596C # 0 +0x9AFC 0x5969 # 0 +0x9B40 0x5978 # 0 +0x9B41 0x5981 # 0 +0x9B42 0x599D # 0 +0x9B43 0x4F5E # 0 +0x9B44 0x4FAB # 0 +0x9B45 0x59A3 # 0 +0x9B46 0x59B2 # 0 +0x9B47 0x59C6 # 0 +0x9B48 0x59E8 # 0 +0x9B49 0x59DC # 0 +0x9B4A 0x598D # 0 +0x9B4B 0x59D9 # 0 +0x9B4C 0x59DA # 0 +0x9B4D 0x5A25 # 0 +0x9B4E 0x5A1F # 0 +0x9B4F 0x5A11 # 0 +0x9B50 0x5A1C # 0 +0x9B51 0x5A09 # 0 +0x9B52 0x5A1A # 0 +0x9B53 0x5A40 # 0 +0x9B54 0x5A6C # 0 +0x9B55 0x5A49 # 0 +0x9B56 0x5A35 # 0 +0x9B57 0x5A36 # 0 +0x9B58 0x5A62 # 0 +0x9B59 0x5A6A # 0 +0x9B5A 0x5A9A # 0 +0x9B5B 0x5ABC # 0 +0x9B5C 0x5ABE # 0 +0x9B5D 0x5ACB # 0 +0x9B5E 0x5AC2 # 0 +0x9B5F 0x5ABD # 0 +0x9B60 0x5AE3 # 0 +0x9B61 0x5AD7 # 0 +0x9B62 0x5AE6 # 0 +0x9B63 0x5AE9 # 0 +0x9B64 0x5AD6 # 0 +0x9B65 0x5AFA # 0 +0x9B66 0x5AFB # 0 +0x9B67 0x5B0C # 0 +0x9B68 0x5B0B # 0 +0x9B69 0x5B16 # 0 +0x9B6A 0x5B32 # 0 +0x9B6B 0x5AD0 # 0 +0x9B6C 0x5B2A # 0 +0x9B6D 0x5B36 # 0 +0x9B6E 0x5B3E # 0 +0x9B6F 0x5B43 # 0 +0x9B70 0x5B45 # 0 +0x9B71 0x5B40 # 0 +0x9B72 0x5B51 # 0 +0x9B73 0x5B55 # 0 +0x9B74 0x5B5A # 0 +0x9B75 0x5B5B # 0 +0x9B76 0x5B65 # 0 +0x9B77 0x5B69 # 0 +0x9B78 0x5B70 # 0 +0x9B79 0x5B73 # 0 +0x9B7A 0x5B75 # 0 +0x9B7B 0x5B78 # 0 +0x9B7C 0x6588 # 0 +0x9B7D 0x5B7A # 0 +0x9B7E 0x5B80 # 0 +0x9B80 0x5B83 # 0 +0x9B81 0x5BA6 # 0 +0x9B82 0x5BB8 # 0 +0x9B83 0x5BC3 # 0 +0x9B84 0x5BC7 # 0 +0x9B85 0x5BC9 # 0 +0x9B86 0x5BD4 # 0 +0x9B87 0x5BD0 # 0 +0x9B88 0x5BE4 # 0 +0x9B89 0x5BE6 # 0 +0x9B8A 0x5BE2 # 0 +0x9B8B 0x5BDE # 0 +0x9B8C 0x5BE5 # 0 +0x9B8D 0x5BEB # 0 +0x9B8E 0x5BF0 # 0 +0x9B8F 0x5BF6 # 0 +0x9B90 0x5BF3 # 0 +0x9B91 0x5C05 # 0 +0x9B92 0x5C07 # 0 +0x9B93 0x5C08 # 0 +0x9B94 0x5C0D # 0 +0x9B95 0x5C13 # 0 +0x9B96 0x5C20 # 0 +0x9B97 0x5C22 # 0 +0x9B98 0x5C28 # 0 +0x9B99 0x5C38 # 0 +0x9B9A 0x5C39 # 0 +0x9B9B 0x5C41 # 0 +0x9B9C 0x5C46 # 0 +0x9B9D 0x5C4E # 0 +0x9B9E 0x5C53 # 0 +0x9B9F 0x5C50 # 0 +0x9BA0 0x5C4F # 0 +0x9BA1 0x5B71 # 0 +0x9BA2 0x5C6C # 0 +0x9BA3 0x5C6E # 0 +0x9BA4 0x4E62 # 0 +0x9BA5 0x5C76 # 0 +0x9BA6 0x5C79 # 0 +0x9BA7 0x5C8C # 0 +0x9BA8 0x5C91 # 0 +0x9BA9 0x5C94 # 0 +0x9BAA 0x599B # 0 +0x9BAB 0x5CAB # 0 +0x9BAC 0x5CBB # 0 +0x9BAD 0x5CB6 # 0 +0x9BAE 0x5CBC # 0 +0x9BAF 0x5CB7 # 0 +0x9BB0 0x5CC5 # 0 +0x9BB1 0x5CBE # 0 +0x9BB2 0x5CC7 # 0 +0x9BB3 0x5CD9 # 0 +0x9BB4 0x5CE9 # 0 +0x9BB5 0x5CFD # 0 +0x9BB6 0x5CFA # 0 +0x9BB7 0x5CED # 0 +0x9BB8 0x5D8C # 0 +0x9BB9 0x5CEA # 0 +0x9BBA 0x5D0B # 0 +0x9BBB 0x5D15 # 0 +0x9BBC 0x5D17 # 0 +0x9BBD 0x5D5C # 0 +0x9BBE 0x5D1F # 0 +0x9BBF 0x5D1B # 0 +0x9BC0 0x5D11 # 0 +0x9BC1 0x5D14 # 0 +0x9BC2 0x5D22 # 0 +0x9BC3 0x5D1A # 0 +0x9BC4 0x5D19 # 0 +0x9BC5 0x5D18 # 0 +0x9BC6 0x5D4C # 0 +0x9BC7 0x5D52 # 0 +0x9BC8 0x5D4E # 0 +0x9BC9 0x5D4B # 0 +0x9BCA 0x5D6C # 0 +0x9BCB 0x5D73 # 0 +0x9BCC 0x5D76 # 0 +0x9BCD 0x5D87 # 0 +0x9BCE 0x5D84 # 0 +0x9BCF 0x5D82 # 0 +0x9BD0 0x5DA2 # 0 +0x9BD1 0x5D9D # 0 +0x9BD2 0x5DAC # 0 +0x9BD3 0x5DAE # 0 +0x9BD4 0x5DBD # 0 +0x9BD5 0x5D90 # 0 +0x9BD6 0x5DB7 # 0 +0x9BD7 0x5DBC # 0 +0x9BD8 0x5DC9 # 0 +0x9BD9 0x5DCD # 0 +0x9BDA 0x5DD3 # 0 +0x9BDB 0x5DD2 # 0 +0x9BDC 0x5DD6 # 0 +0x9BDD 0x5DDB # 0 +0x9BDE 0x5DEB # 0 +0x9BDF 0x5DF2 # 0 +0x9BE0 0x5DF5 # 0 +0x9BE1 0x5E0B # 0 +0x9BE2 0x5E1A # 0 +0x9BE3 0x5E19 # 0 +0x9BE4 0x5E11 # 0 +0x9BE5 0x5E1B # 0 +0x9BE6 0x5E36 # 0 +0x9BE7 0x5E37 # 0 +0x9BE8 0x5E44 # 0 +0x9BE9 0x5E43 # 0 +0x9BEA 0x5E40 # 0 +0x9BEB 0x5E4E # 0 +0x9BEC 0x5E57 # 0 +0x9BED 0x5E54 # 0 +0x9BEE 0x5E5F # 0 +0x9BEF 0x5E62 # 0 +0x9BF0 0x5E64 # 0 +0x9BF1 0x5E47 # 0 +0x9BF2 0x5E75 # 0 +0x9BF3 0x5E76 # 0 +0x9BF4 0x5E7A # 0 +0x9BF5 0x9EBC # 0 +0x9BF6 0x5E7F # 0 +0x9BF7 0x5EA0 # 0 +0x9BF8 0x5EC1 # 0 +0x9BF9 0x5EC2 # 0 +0x9BFA 0x5EC8 # 0 +0x9BFB 0x5ED0 # 0 +0x9BFC 0x5ECF # 0 +0x9C40 0x5ED6 # 0 +0x9C41 0x5EE3 # 0 +0x9C42 0x5EDD # 0 +0x9C43 0x5EDA # 0 +0x9C44 0x5EDB # 0 +0x9C45 0x5EE2 # 0 +0x9C46 0x5EE1 # 0 +0x9C47 0x5EE8 # 0 +0x9C48 0x5EE9 # 0 +0x9C49 0x5EEC # 0 +0x9C4A 0x5EF1 # 0 +0x9C4B 0x5EF3 # 0 +0x9C4C 0x5EF0 # 0 +0x9C4D 0x5EF4 # 0 +0x9C4E 0x5EF8 # 0 +0x9C4F 0x5EFE # 0 +0x9C50 0x5F03 # 0 +0x9C51 0x5F09 # 0 +0x9C52 0x5F5D # 0 +0x9C53 0x5F5C # 0 +0x9C54 0x5F0B # 0 +0x9C55 0x5F11 # 0 +0x9C56 0x5F16 # 0 +0x9C57 0x5F29 # 0 +0x9C58 0x5F2D # 0 +0x9C59 0x5F38 # 0 +0x9C5A 0x5F41 # 0 +0x9C5B 0x5F48 # 0 +0x9C5C 0x5F4C # 0 +0x9C5D 0x5F4E # 0 +0x9C5E 0x5F2F # 0 +0x9C5F 0x5F51 # 0 +0x9C60 0x5F56 # 0 +0x9C61 0x5F57 # 0 +0x9C62 0x5F59 # 0 +0x9C63 0x5F61 # 0 +0x9C64 0x5F6D # 0 +0x9C65 0x5F73 # 0 +0x9C66 0x5F77 # 0 +0x9C67 0x5F83 # 0 +0x9C68 0x5F82 # 0 +0x9C69 0x5F7F # 0 +0x9C6A 0x5F8A # 0 +0x9C6B 0x5F88 # 0 +0x9C6C 0x5F91 # 0 +0x9C6D 0x5F87 # 0 +0x9C6E 0x5F9E # 0 +0x9C6F 0x5F99 # 0 +0x9C70 0x5F98 # 0 +0x9C71 0x5FA0 # 0 +0x9C72 0x5FA8 # 0 +0x9C73 0x5FAD # 0 +0x9C74 0x5FBC # 0 +0x9C75 0x5FD6 # 0 +0x9C76 0x5FFB # 0 +0x9C77 0x5FE4 # 0 +0x9C78 0x5FF8 # 0 +0x9C79 0x5FF1 # 0 +0x9C7A 0x5FDD # 0 +0x9C7B 0x60B3 # 0 +0x9C7C 0x5FFF # 0 +0x9C7D 0x6021 # 0 +0x9C7E 0x6060 # 0 +0x9C80 0x6019 # 0 +0x9C81 0x6010 # 0 +0x9C82 0x6029 # 0 +0x9C83 0x600E # 0 +0x9C84 0x6031 # 0 +0x9C85 0x601B # 0 +0x9C86 0x6015 # 0 +0x9C87 0x602B # 0 +0x9C88 0x6026 # 0 +0x9C89 0x600F # 0 +0x9C8A 0x603A # 0 +0x9C8B 0x605A # 0 +0x9C8C 0x6041 # 0 +0x9C8D 0x606A # 0 +0x9C8E 0x6077 # 0 +0x9C8F 0x605F # 0 +0x9C90 0x604A # 0 +0x9C91 0x6046 # 0 +0x9C92 0x604D # 0 +0x9C93 0x6063 # 0 +0x9C94 0x6043 # 0 +0x9C95 0x6064 # 0 +0x9C96 0x6042 # 0 +0x9C97 0x606C # 0 +0x9C98 0x606B # 0 +0x9C99 0x6059 # 0 +0x9C9A 0x6081 # 0 +0x9C9B 0x608D # 0 +0x9C9C 0x60E7 # 0 +0x9C9D 0x6083 # 0 +0x9C9E 0x609A # 0 +0x9C9F 0x6084 # 0 +0x9CA0 0x609B # 0 +0x9CA1 0x6096 # 0 +0x9CA2 0x6097 # 0 +0x9CA3 0x6092 # 0 +0x9CA4 0x60A7 # 0 +0x9CA5 0x608B # 0 +0x9CA6 0x60E1 # 0 +0x9CA7 0x60B8 # 0 +0x9CA8 0x60E0 # 0 +0x9CA9 0x60D3 # 0 +0x9CAA 0x60B4 # 0 +0x9CAB 0x5FF0 # 0 +0x9CAC 0x60BD # 0 +0x9CAD 0x60C6 # 0 +0x9CAE 0x60B5 # 0 +0x9CAF 0x60D8 # 0 +0x9CB0 0x614D # 0 +0x9CB1 0x6115 # 0 +0x9CB2 0x6106 # 0 +0x9CB3 0x60F6 # 0 +0x9CB4 0x60F7 # 0 +0x9CB5 0x6100 # 0 +0x9CB6 0x60F4 # 0 +0x9CB7 0x60FA # 0 +0x9CB8 0x6103 # 0 +0x9CB9 0x6121 # 0 +0x9CBA 0x60FB # 0 +0x9CBB 0x60F1 # 0 +0x9CBC 0x610D # 0 +0x9CBD 0x610E # 0 +0x9CBE 0x6147 # 0 +0x9CBF 0x613E # 0 +0x9CC0 0x6128 # 0 +0x9CC1 0x6127 # 0 +0x9CC2 0x614A # 0 +0x9CC3 0x613F # 0 +0x9CC4 0x613C # 0 +0x9CC5 0x612C # 0 +0x9CC6 0x6134 # 0 +0x9CC7 0x613D # 0 +0x9CC8 0x6142 # 0 +0x9CC9 0x6144 # 0 +0x9CCA 0x6173 # 0 +0x9CCB 0x6177 # 0 +0x9CCC 0x6158 # 0 +0x9CCD 0x6159 # 0 +0x9CCE 0x615A # 0 +0x9CCF 0x616B # 0 +0x9CD0 0x6174 # 0 +0x9CD1 0x616F # 0 +0x9CD2 0x6165 # 0 +0x9CD3 0x6171 # 0 +0x9CD4 0x615F # 0 +0x9CD5 0x615D # 0 +0x9CD6 0x6153 # 0 +0x9CD7 0x6175 # 0 +0x9CD8 0x6199 # 0 +0x9CD9 0x6196 # 0 +0x9CDA 0x6187 # 0 +0x9CDB 0x61AC # 0 +0x9CDC 0x6194 # 0 +0x9CDD 0x619A # 0 +0x9CDE 0x618A # 0 +0x9CDF 0x6191 # 0 +0x9CE0 0x61AB # 0 +0x9CE1 0x61AE # 0 +0x9CE2 0x61CC # 0 +0x9CE3 0x61CA # 0 +0x9CE4 0x61C9 # 0 +0x9CE5 0x61F7 # 0 +0x9CE6 0x61C8 # 0 +0x9CE7 0x61C3 # 0 +0x9CE8 0x61C6 # 0 +0x9CE9 0x61BA # 0 +0x9CEA 0x61CB # 0 +0x9CEB 0x7F79 # 0 +0x9CEC 0x61CD # 0 +0x9CED 0x61E6 # 0 +0x9CEE 0x61E3 # 0 +0x9CEF 0x61F6 # 0 +0x9CF0 0x61FA # 0 +0x9CF1 0x61F4 # 0 +0x9CF2 0x61FF # 0 +0x9CF3 0x61FD # 0 +0x9CF4 0x61FC # 0 +0x9CF5 0x61FE # 0 +0x9CF6 0x6200 # 0 +0x9CF7 0x6208 # 0 +0x9CF8 0x6209 # 0 +0x9CF9 0x620D # 0 +0x9CFA 0x620C # 0 +0x9CFB 0x6214 # 0 +0x9CFC 0x621B # 0 +0x9D40 0x621E # 0 +0x9D41 0x6221 # 0 +0x9D42 0x622A # 0 +0x9D43 0x622E # 0 +0x9D44 0x6230 # 0 +0x9D45 0x6232 # 0 +0x9D46 0x6233 # 0 +0x9D47 0x6241 # 0 +0x9D48 0x624E # 0 +0x9D49 0x625E # 0 +0x9D4A 0x6263 # 0 +0x9D4B 0x625B # 0 +0x9D4C 0x6260 # 0 +0x9D4D 0x6268 # 0 +0x9D4E 0x627C # 0 +0x9D4F 0x6282 # 0 +0x9D50 0x6289 # 0 +0x9D51 0x627E # 0 +0x9D52 0x6292 # 0 +0x9D53 0x6293 # 0 +0x9D54 0x6296 # 0 +0x9D55 0x62D4 # 0 +0x9D56 0x6283 # 0 +0x9D57 0x6294 # 0 +0x9D58 0x62D7 # 0 +0x9D59 0x62D1 # 0 +0x9D5A 0x62BB # 0 +0x9D5B 0x62CF # 0 +0x9D5C 0x62FF # 0 +0x9D5D 0x62C6 # 0 +0x9D5E 0x64D4 # 0 +0x9D5F 0x62C8 # 0 +0x9D60 0x62DC # 0 +0x9D61 0x62CC # 0 +0x9D62 0x62CA # 0 +0x9D63 0x62C2 # 0 +0x9D64 0x62C7 # 0 +0x9D65 0x629B # 0 +0x9D66 0x62C9 # 0 +0x9D67 0x630C # 0 +0x9D68 0x62EE # 0 +0x9D69 0x62F1 # 0 +0x9D6A 0x6327 # 0 +0x9D6B 0x6302 # 0 +0x9D6C 0x6308 # 0 +0x9D6D 0x62EF # 0 +0x9D6E 0x62F5 # 0 +0x9D6F 0x6350 # 0 +0x9D70 0x633E # 0 +0x9D71 0x634D # 0 +0x9D72 0x641C # 0 +0x9D73 0x634F # 0 +0x9D74 0x6396 # 0 +0x9D75 0x638E # 0 +0x9D76 0x6380 # 0 +0x9D77 0x63AB # 0 +0x9D78 0x6376 # 0 +0x9D79 0x63A3 # 0 +0x9D7A 0x638F # 0 +0x9D7B 0x6389 # 0 +0x9D7C 0x639F # 0 +0x9D7D 0x63B5 # 0 +0x9D7E 0x636B # 0 +0x9D80 0x6369 # 0 +0x9D81 0x63BE # 0 +0x9D82 0x63E9 # 0 +0x9D83 0x63C0 # 0 +0x9D84 0x63C6 # 0 +0x9D85 0x63E3 # 0 +0x9D86 0x63C9 # 0 +0x9D87 0x63D2 # 0 +0x9D88 0x63F6 # 0 +0x9D89 0x63C4 # 0 +0x9D8A 0x6416 # 0 +0x9D8B 0x6434 # 0 +0x9D8C 0x6406 # 0 +0x9D8D 0x6413 # 0 +0x9D8E 0x6426 # 0 +0x9D8F 0x6436 # 0 +0x9D90 0x651D # 0 +0x9D91 0x6417 # 0 +0x9D92 0x6428 # 0 +0x9D93 0x640F # 0 +0x9D94 0x6467 # 0 +0x9D95 0x646F # 0 +0x9D96 0x6476 # 0 +0x9D97 0x644E # 0 +0x9D98 0x652A # 0 +0x9D99 0x6495 # 0 +0x9D9A 0x6493 # 0 +0x9D9B 0x64A5 # 0 +0x9D9C 0x64A9 # 0 +0x9D9D 0x6488 # 0 +0x9D9E 0x64BC # 0 +0x9D9F 0x64DA # 0 +0x9DA0 0x64D2 # 0 +0x9DA1 0x64C5 # 0 +0x9DA2 0x64C7 # 0 +0x9DA3 0x64BB # 0 +0x9DA4 0x64D8 # 0 +0x9DA5 0x64C2 # 0 +0x9DA6 0x64F1 # 0 +0x9DA7 0x64E7 # 0 +0x9DA8 0x8209 # 0 +0x9DA9 0x64E0 # 0 +0x9DAA 0x64E1 # 0 +0x9DAB 0x62AC # 0 +0x9DAC 0x64E3 # 0 +0x9DAD 0x64EF # 0 +0x9DAE 0x652C # 0 +0x9DAF 0x64F6 # 0 +0x9DB0 0x64F4 # 0 +0x9DB1 0x64F2 # 0 +0x9DB2 0x64FA # 0 +0x9DB3 0x6500 # 0 +0x9DB4 0x64FD # 0 +0x9DB5 0x6518 # 0 +0x9DB6 0x651C # 0 +0x9DB7 0x6505 # 0 +0x9DB8 0x6524 # 0 +0x9DB9 0x6523 # 0 +0x9DBA 0x652B # 0 +0x9DBB 0x6534 # 0 +0x9DBC 0x6535 # 0 +0x9DBD 0x6537 # 0 +0x9DBE 0x6536 # 0 +0x9DBF 0x6538 # 0 +0x9DC0 0x754B # 0 +0x9DC1 0x6548 # 0 +0x9DC2 0x6556 # 0 +0x9DC3 0x6555 # 0 +0x9DC4 0x654D # 0 +0x9DC5 0x6558 # 0 +0x9DC6 0x655E # 0 +0x9DC7 0x655D # 0 +0x9DC8 0x6572 # 0 +0x9DC9 0x6578 # 0 +0x9DCA 0x6582 # 0 +0x9DCB 0x6583 # 0 +0x9DCC 0x8B8A # 0 +0x9DCD 0x659B # 0 +0x9DCE 0x659F # 0 +0x9DCF 0x65AB # 0 +0x9DD0 0x65B7 # 0 +0x9DD1 0x65C3 # 0 +0x9DD2 0x65C6 # 0 +0x9DD3 0x65C1 # 0 +0x9DD4 0x65C4 # 0 +0x9DD5 0x65CC # 0 +0x9DD6 0x65D2 # 0 +0x9DD7 0x65DB # 0 +0x9DD8 0x65D9 # 0 +0x9DD9 0x65E0 # 0 +0x9DDA 0x65E1 # 0 +0x9DDB 0x65F1 # 0 +0x9DDC 0x6772 # 0 +0x9DDD 0x660A # 0 +0x9DDE 0x6603 # 0 +0x9DDF 0x65FB # 0 +0x9DE0 0x6773 # 0 +0x9DE1 0x6635 # 0 +0x9DE2 0x6636 # 0 +0x9DE3 0x6634 # 0 +0x9DE4 0x661C # 0 +0x9DE5 0x664F # 0 +0x9DE6 0x6644 # 0 +0x9DE7 0x6649 # 0 +0x9DE8 0x6641 # 0 +0x9DE9 0x665E # 0 +0x9DEA 0x665D # 0 +0x9DEB 0x6664 # 0 +0x9DEC 0x6667 # 0 +0x9DED 0x6668 # 0 +0x9DEE 0x665F # 0 +0x9DEF 0x6662 # 0 +0x9DF0 0x6670 # 0 +0x9DF1 0x6683 # 0 +0x9DF2 0x6688 # 0 +0x9DF3 0x668E # 0 +0x9DF4 0x6689 # 0 +0x9DF5 0x6684 # 0 +0x9DF6 0x6698 # 0 +0x9DF7 0x669D # 0 +0x9DF8 0x66C1 # 0 +0x9DF9 0x66B9 # 0 +0x9DFA 0x66C9 # 0 +0x9DFB 0x66BE # 0 +0x9DFC 0x66BC # 0 +0x9E40 0x66C4 # 0 +0x9E41 0x66B8 # 0 +0x9E42 0x66D6 # 0 +0x9E43 0x66DA # 0 +0x9E44 0x66E0 # 0 +0x9E45 0x663F # 0 +0x9E46 0x66E6 # 0 +0x9E47 0x66E9 # 0 +0x9E48 0x66F0 # 0 +0x9E49 0x66F5 # 0 +0x9E4A 0x66F7 # 0 +0x9E4B 0x670F # 0 +0x9E4C 0x6716 # 0 +0x9E4D 0x671E # 0 +0x9E4E 0x6726 # 0 +0x9E4F 0x6727 # 0 +0x9E50 0x9738 # 0 +0x9E51 0x672E # 0 +0x9E52 0x673F # 0 +0x9E53 0x6736 # 0 +0x9E54 0x6741 # 0 +0x9E55 0x6738 # 0 +0x9E56 0x6737 # 0 +0x9E57 0x6746 # 0 +0x9E58 0x675E # 0 +0x9E59 0x6760 # 0 +0x9E5A 0x6759 # 0 +0x9E5B 0x6763 # 0 +0x9E5C 0x6764 # 0 +0x9E5D 0x6789 # 0 +0x9E5E 0x6770 # 0 +0x9E5F 0x67A9 # 0 +0x9E60 0x677C # 0 +0x9E61 0x676A # 0 +0x9E62 0x678C # 0 +0x9E63 0x678B # 0 +0x9E64 0x67A6 # 0 +0x9E65 0x67A1 # 0 +0x9E66 0x6785 # 0 +0x9E67 0x67B7 # 0 +0x9E68 0x67EF # 0 +0x9E69 0x67B4 # 0 +0x9E6A 0x67EC # 0 +0x9E6B 0x67B3 # 0 +0x9E6C 0x67E9 # 0 +0x9E6D 0x67B8 # 0 +0x9E6E 0x67E4 # 0 +0x9E6F 0x67DE # 0 +0x9E70 0x67DD # 0 +0x9E71 0x67E2 # 0 +0x9E72 0x67EE # 0 +0x9E73 0x67B9 # 0 +0x9E74 0x67CE # 0 +0x9E75 0x67C6 # 0 +0x9E76 0x67E7 # 0 +0x9E77 0x6A9C # 0 +0x9E78 0x681E # 0 +0x9E79 0x6846 # 0 +0x9E7A 0x6829 # 0 +0x9E7B 0x6840 # 0 +0x9E7C 0x684D # 0 +0x9E7D 0x6832 # 0 +0x9E7E 0x684E # 0 +0x9E80 0x68B3 # 0 +0x9E81 0x682B # 0 +0x9E82 0x6859 # 0 +0x9E83 0x6863 # 0 +0x9E84 0x6877 # 0 +0x9E85 0x687F # 0 +0x9E86 0x689F # 0 +0x9E87 0x688F # 0 +0x9E88 0x68AD # 0 +0x9E89 0x6894 # 0 +0x9E8A 0x689D # 0 +0x9E8B 0x689B # 0 +0x9E8C 0x6883 # 0 +0x9E8D 0x6AAE # 0 +0x9E8E 0x68B9 # 0 +0x9E8F 0x6874 # 0 +0x9E90 0x68B5 # 0 +0x9E91 0x68A0 # 0 +0x9E92 0x68BA # 0 +0x9E93 0x690F # 0 +0x9E94 0x688D # 0 +0x9E95 0x687E # 0 +0x9E96 0x6901 # 0 +0x9E97 0x68CA # 0 +0x9E98 0x6908 # 0 +0x9E99 0x68D8 # 0 +0x9E9A 0x6922 # 0 +0x9E9B 0x6926 # 0 +0x9E9C 0x68E1 # 0 +0x9E9D 0x690C # 0 +0x9E9E 0x68CD # 0 +0x9E9F 0x68D4 # 0 +0x9EA0 0x68E7 # 0 +0x9EA1 0x68D5 # 0 +0x9EA2 0x6936 # 0 +0x9EA3 0x6912 # 0 +0x9EA4 0x6904 # 0 +0x9EA5 0x68D7 # 0 +0x9EA6 0x68E3 # 0 +0x9EA7 0x6925 # 0 +0x9EA8 0x68F9 # 0 +0x9EA9 0x68E0 # 0 +0x9EAA 0x68EF # 0 +0x9EAB 0x6928 # 0 +0x9EAC 0x692A # 0 +0x9EAD 0x691A # 0 +0x9EAE 0x6923 # 0 +0x9EAF 0x6921 # 0 +0x9EB0 0x68C6 # 0 +0x9EB1 0x6979 # 0 +0x9EB2 0x6977 # 0 +0x9EB3 0x695C # 0 +0x9EB4 0x6978 # 0 +0x9EB5 0x696B # 0 +0x9EB6 0x6954 # 0 +0x9EB7 0x697E # 0 +0x9EB8 0x696E # 0 +0x9EB9 0x6939 # 0 +0x9EBA 0x6974 # 0 +0x9EBB 0x693D # 0 +0x9EBC 0x6959 # 0 +0x9EBD 0x6930 # 0 +0x9EBE 0x6961 # 0 +0x9EBF 0x695E # 0 +0x9EC0 0x695D # 0 +0x9EC1 0x6981 # 0 +0x9EC2 0x696A # 0 +0x9EC3 0x69B2 # 0 +0x9EC4 0x69AE # 0 +0x9EC5 0x69D0 # 0 +0x9EC6 0x69BF # 0 +0x9EC7 0x69C1 # 0 +0x9EC8 0x69D3 # 0 +0x9EC9 0x69BE # 0 +0x9ECA 0x69CE # 0 +0x9ECB 0x5BE8 # 0 +0x9ECC 0x69CA # 0 +0x9ECD 0x69DD # 0 +0x9ECE 0x69BB # 0 +0x9ECF 0x69C3 # 0 +0x9ED0 0x69A7 # 0 +0x9ED1 0x6A2E # 0 +0x9ED2 0x6991 # 0 +0x9ED3 0x69A0 # 0 +0x9ED4 0x699C # 0 +0x9ED5 0x6995 # 0 +0x9ED6 0x69B4 # 0 +0x9ED7 0x69DE # 0 +0x9ED8 0x69E8 # 0 +0x9ED9 0x6A02 # 0 +0x9EDA 0x6A1B # 0 +0x9EDB 0x69FF # 0 +0x9EDC 0x6B0A # 0 +0x9EDD 0x69F9 # 0 +0x9EDE 0x69F2 # 0 +0x9EDF 0x69E7 # 0 +0x9EE0 0x6A05 # 0 +0x9EE1 0x69B1 # 0 +0x9EE2 0x6A1E # 0 +0x9EE3 0x69ED # 0 +0x9EE4 0x6A14 # 0 +0x9EE5 0x69EB # 0 +0x9EE6 0x6A0A # 0 +0x9EE7 0x6A12 # 0 +0x9EE8 0x6AC1 # 0 +0x9EE9 0x6A23 # 0 +0x9EEA 0x6A13 # 0 +0x9EEB 0x6A44 # 0 +0x9EEC 0x6A0C # 0 +0x9EED 0x6A72 # 0 +0x9EEE 0x6A36 # 0 +0x9EEF 0x6A78 # 0 +0x9EF0 0x6A47 # 0 +0x9EF1 0x6A62 # 0 +0x9EF2 0x6A59 # 0 +0x9EF3 0x6A66 # 0 +0x9EF4 0x6A48 # 0 +0x9EF5 0x6A38 # 0 +0x9EF6 0x6A22 # 0 +0x9EF7 0x6A90 # 0 +0x9EF8 0x6A8D # 0 +0x9EF9 0x6AA0 # 0 +0x9EFA 0x6A84 # 0 +0x9EFB 0x6AA2 # 0 +0x9EFC 0x6AA3 # 0 +0x9F40 0x6A97 # 0 +0x9F41 0x8617 # 0 +0x9F42 0x6ABB # 0 +0x9F43 0x6AC3 # 0 +0x9F44 0x6AC2 # 0 +0x9F45 0x6AB8 # 0 +0x9F46 0x6AB3 # 0 +0x9F47 0x6AAC # 0 +0x9F48 0x6ADE # 0 +0x9F49 0x6AD1 # 0 +0x9F4A 0x6ADF # 0 +0x9F4B 0x6AAA # 0 +0x9F4C 0x6ADA # 0 +0x9F4D 0x6AEA # 0 +0x9F4E 0x6AFB # 0 +0x9F4F 0x6B05 # 0 +0x9F50 0x8616 # 0 +0x9F51 0x6AFA # 0 +0x9F52 0x6B12 # 0 +0x9F53 0x6B16 # 0 +0x9F54 0x9B31 # 0 +0x9F55 0x6B1F # 0 +0x9F56 0x6B38 # 0 +0x9F57 0x6B37 # 0 +0x9F58 0x76DC # 0 +0x9F59 0x6B39 # 0 +0x9F5A 0x98EE # 0 +0x9F5B 0x6B47 # 0 +0x9F5C 0x6B43 # 0 +0x9F5D 0x6B49 # 0 +0x9F5E 0x6B50 # 0 +0x9F5F 0x6B59 # 0 +0x9F60 0x6B54 # 0 +0x9F61 0x6B5B # 0 +0x9F62 0x6B5F # 0 +0x9F63 0x6B61 # 0 +0x9F64 0x6B78 # 0 +0x9F65 0x6B79 # 0 +0x9F66 0x6B7F # 0 +0x9F67 0x6B80 # 0 +0x9F68 0x6B84 # 0 +0x9F69 0x6B83 # 0 +0x9F6A 0x6B8D # 0 +0x9F6B 0x6B98 # 0 +0x9F6C 0x6B95 # 0 +0x9F6D 0x6B9E # 0 +0x9F6E 0x6BA4 # 0 +0x9F6F 0x6BAA # 0 +0x9F70 0x6BAB # 0 +0x9F71 0x6BAF # 0 +0x9F72 0x6BB2 # 0 +0x9F73 0x6BB1 # 0 +0x9F74 0x6BB3 # 0 +0x9F75 0x6BB7 # 0 +0x9F76 0x6BBC # 0 +0x9F77 0x6BC6 # 0 +0x9F78 0x6BCB # 0 +0x9F79 0x6BD3 # 0 +0x9F7A 0x6BDF # 0 +0x9F7B 0x6BEC # 0 +0x9F7C 0x6BEB # 0 +0x9F7D 0x6BF3 # 0 +0x9F7E 0x6BEF # 0 +0x9F80 0x9EBE # 0 +0x9F81 0x6C08 # 0 +0x9F82 0x6C13 # 0 +0x9F83 0x6C14 # 0 +0x9F84 0x6C1B # 0 +0x9F85 0x6C24 # 0 +0x9F86 0x6C23 # 0 +0x9F87 0x6C5E # 0 +0x9F88 0x6C55 # 0 +0x9F89 0x6C62 # 0 +0x9F8A 0x6C6A # 0 +0x9F8B 0x6C82 # 0 +0x9F8C 0x6C8D # 0 +0x9F8D 0x6C9A # 0 +0x9F8E 0x6C81 # 0 +0x9F8F 0x6C9B # 0 +0x9F90 0x6C7E # 0 +0x9F91 0x6C68 # 0 +0x9F92 0x6C73 # 0 +0x9F93 0x6C92 # 0 +0x9F94 0x6C90 # 0 +0x9F95 0x6CC4 # 0 +0x9F96 0x6CF1 # 0 +0x9F97 0x6CD3 # 0 +0x9F98 0x6CBD # 0 +0x9F99 0x6CD7 # 0 +0x9F9A 0x6CC5 # 0 +0x9F9B 0x6CDD # 0 +0x9F9C 0x6CAE # 0 +0x9F9D 0x6CB1 # 0 +0x9F9E 0x6CBE # 0 +0x9F9F 0x6CBA # 0 +0x9FA0 0x6CDB # 0 +0x9FA1 0x6CEF # 0 +0x9FA2 0x6CD9 # 0 +0x9FA3 0x6CEA # 0 +0x9FA4 0x6D1F # 0 +0x9FA5 0x884D # 0 +0x9FA6 0x6D36 # 0 +0x9FA7 0x6D2B # 0 +0x9FA8 0x6D3D # 0 +0x9FA9 0x6D38 # 0 +0x9FAA 0x6D19 # 0 +0x9FAB 0x6D35 # 0 +0x9FAC 0x6D33 # 0 +0x9FAD 0x6D12 # 0 +0x9FAE 0x6D0C # 0 +0x9FAF 0x6D63 # 0 +0x9FB0 0x6D93 # 0 +0x9FB1 0x6D64 # 0 +0x9FB2 0x6D5A # 0 +0x9FB3 0x6D79 # 0 +0x9FB4 0x6D59 # 0 +0x9FB5 0x6D8E # 0 +0x9FB6 0x6D95 # 0 +0x9FB7 0x6FE4 # 0 +0x9FB8 0x6D85 # 0 +0x9FB9 0x6DF9 # 0 +0x9FBA 0x6E15 # 0 +0x9FBB 0x6E0A # 0 +0x9FBC 0x6DB5 # 0 +0x9FBD 0x6DC7 # 0 +0x9FBE 0x6DE6 # 0 +0x9FBF 0x6DB8 # 0 +0x9FC0 0x6DC6 # 0 +0x9FC1 0x6DEC # 0 +0x9FC2 0x6DDE # 0 +0x9FC3 0x6DCC # 0 +0x9FC4 0x6DE8 # 0 +0x9FC5 0x6DD2 # 0 +0x9FC6 0x6DC5 # 0 +0x9FC7 0x6DFA # 0 +0x9FC8 0x6DD9 # 0 +0x9FC9 0x6DE4 # 0 +0x9FCA 0x6DD5 # 0 +0x9FCB 0x6DEA # 0 +0x9FCC 0x6DEE # 0 +0x9FCD 0x6E2D # 0 +0x9FCE 0x6E6E # 0 +0x9FCF 0x6E2E # 0 +0x9FD0 0x6E19 # 0 +0x9FD1 0x6E72 # 0 +0x9FD2 0x6E5F # 0 +0x9FD3 0x6E3E # 0 +0x9FD4 0x6E23 # 0 +0x9FD5 0x6E6B # 0 +0x9FD6 0x6E2B # 0 +0x9FD7 0x6E76 # 0 +0x9FD8 0x6E4D # 0 +0x9FD9 0x6E1F # 0 +0x9FDA 0x6E43 # 0 +0x9FDB 0x6E3A # 0 +0x9FDC 0x6E4E # 0 +0x9FDD 0x6E24 # 0 +0x9FDE 0x6EFF # 0 +0x9FDF 0x6E1D # 0 +0x9FE0 0x6E38 # 0 +0x9FE1 0x6E82 # 0 +0x9FE2 0x6EAA # 0 +0x9FE3 0x6E98 # 0 +0x9FE4 0x6EC9 # 0 +0x9FE5 0x6EB7 # 0 +0x9FE6 0x6ED3 # 0 +0x9FE7 0x6EBD # 0 +0x9FE8 0x6EAF # 0 +0x9FE9 0x6EC4 # 0 +0x9FEA 0x6EB2 # 0 +0x9FEB 0x6ED4 # 0 +0x9FEC 0x6ED5 # 0 +0x9FED 0x6E8F # 0 +0x9FEE 0x6EA5 # 0 +0x9FEF 0x6EC2 # 0 +0x9FF0 0x6E9F # 0 +0x9FF1 0x6F41 # 0 +0x9FF2 0x6F11 # 0 +0x9FF3 0x704C # 0 +0x9FF4 0x6EEC # 0 +0x9FF5 0x6EF8 # 0 +0x9FF6 0x6EFE # 0 +0x9FF7 0x6F3F # 0 +0x9FF8 0x6EF2 # 0 +0x9FF9 0x6F31 # 0 +0x9FFA 0x6EEF # 0 +0x9FFB 0x6F32 # 0 +0x9FFC 0x6ECC # 0 +0xE040 0x6F3E # 0 +0xE041 0x6F13 # 0 +0xE042 0x6EF7 # 0 +0xE043 0x6F86 # 0 +0xE044 0x6F7A # 0 +0xE045 0x6F78 # 0 +0xE046 0x6F81 # 0 +0xE047 0x6F80 # 0 +0xE048 0x6F6F # 0 +0xE049 0x6F5B # 0 +0xE04A 0x6FF3 # 0 +0xE04B 0x6F6D # 0 +0xE04C 0x6F82 # 0 +0xE04D 0x6F7C # 0 +0xE04E 0x6F58 # 0 +0xE04F 0x6F8E # 0 +0xE050 0x6F91 # 0 +0xE051 0x6FC2 # 0 +0xE052 0x6F66 # 0 +0xE053 0x6FB3 # 0 +0xE054 0x6FA3 # 0 +0xE055 0x6FA1 # 0 +0xE056 0x6FA4 # 0 +0xE057 0x6FB9 # 0 +0xE058 0x6FC6 # 0 +0xE059 0x6FAA # 0 +0xE05A 0x6FDF # 0 +0xE05B 0x6FD5 # 0 +0xE05C 0x6FEC # 0 +0xE05D 0x6FD4 # 0 +0xE05E 0x6FD8 # 0 +0xE05F 0x6FF1 # 0 +0xE060 0x6FEE # 0 +0xE061 0x6FDB # 0 +0xE062 0x7009 # 0 +0xE063 0x700B # 0 +0xE064 0x6FFA # 0 +0xE065 0x7011 # 0 +0xE066 0x7001 # 0 +0xE067 0x700F # 0 +0xE068 0x6FFE # 0 +0xE069 0x701B # 0 +0xE06A 0x701A # 0 +0xE06B 0x6F74 # 0 +0xE06C 0x701D # 0 +0xE06D 0x7018 # 0 +0xE06E 0x701F # 0 +0xE06F 0x7030 # 0 +0xE070 0x703E # 0 +0xE071 0x7032 # 0 +0xE072 0x7051 # 0 +0xE073 0x7063 # 0 +0xE074 0x7099 # 0 +0xE075 0x7092 # 0 +0xE076 0x70AF # 0 +0xE077 0x70F1 # 0 +0xE078 0x70AC # 0 +0xE079 0x70B8 # 0 +0xE07A 0x70B3 # 0 +0xE07B 0x70AE # 0 +0xE07C 0x70DF # 0 +0xE07D 0x70CB # 0 +0xE07E 0x70DD # 0 +0xE080 0x70D9 # 0 +0xE081 0x7109 # 0 +0xE082 0x70FD # 0 +0xE083 0x711C # 0 +0xE084 0x7119 # 0 +0xE085 0x7165 # 0 +0xE086 0x7155 # 0 +0xE087 0x7188 # 0 +0xE088 0x7166 # 0 +0xE089 0x7162 # 0 +0xE08A 0x714C # 0 +0xE08B 0x7156 # 0 +0xE08C 0x716C # 0 +0xE08D 0x718F # 0 +0xE08E 0x71FB # 0 +0xE08F 0x7184 # 0 +0xE090 0x7195 # 0 +0xE091 0x71A8 # 0 +0xE092 0x71AC # 0 +0xE093 0x71D7 # 0 +0xE094 0x71B9 # 0 +0xE095 0x71BE # 0 +0xE096 0x71D2 # 0 +0xE097 0x71C9 # 0 +0xE098 0x71D4 # 0 +0xE099 0x71CE # 0 +0xE09A 0x71E0 # 0 +0xE09B 0x71EC # 0 +0xE09C 0x71E7 # 0 +0xE09D 0x71F5 # 0 +0xE09E 0x71FC # 0 +0xE09F 0x71F9 # 0 +0xE0A0 0x71FF # 0 +0xE0A1 0x720D # 0 +0xE0A2 0x7210 # 0 +0xE0A3 0x721B # 0 +0xE0A4 0x7228 # 0 +0xE0A5 0x722D # 0 +0xE0A6 0x722C # 0 +0xE0A7 0x7230 # 0 +0xE0A8 0x7232 # 0 +0xE0A9 0x723B # 0 +0xE0AA 0x723C # 0 +0xE0AB 0x723F # 0 +0xE0AC 0x7240 # 0 +0xE0AD 0x7246 # 0 +0xE0AE 0x724B # 0 +0xE0AF 0x7258 # 0 +0xE0B0 0x7274 # 0 +0xE0B1 0x727E # 0 +0xE0B2 0x7282 # 0 +0xE0B3 0x7281 # 0 +0xE0B4 0x7287 # 0 +0xE0B5 0x7292 # 0 +0xE0B6 0x7296 # 0 +0xE0B7 0x72A2 # 0 +0xE0B8 0x72A7 # 0 +0xE0B9 0x72B9 # 0 +0xE0BA 0x72B2 # 0 +0xE0BB 0x72C3 # 0 +0xE0BC 0x72C6 # 0 +0xE0BD 0x72C4 # 0 +0xE0BE 0x72CE # 0 +0xE0BF 0x72D2 # 0 +0xE0C0 0x72E2 # 0 +0xE0C1 0x72E0 # 0 +0xE0C2 0x72E1 # 0 +0xE0C3 0x72F9 # 0 +0xE0C4 0x72F7 # 0 +0xE0C5 0x500F # 0 +0xE0C6 0x7317 # 0 +0xE0C7 0x730A # 0 +0xE0C8 0x731C # 0 +0xE0C9 0x7316 # 0 +0xE0CA 0x731D # 0 +0xE0CB 0x7334 # 0 +0xE0CC 0x732F # 0 +0xE0CD 0x7329 # 0 +0xE0CE 0x7325 # 0 +0xE0CF 0x733E # 0 +0xE0D0 0x734E # 0 +0xE0D1 0x734F # 0 +0xE0D2 0x9ED8 # 0 +0xE0D3 0x7357 # 0 +0xE0D4 0x736A # 0 +0xE0D5 0x7368 # 0 +0xE0D6 0x7370 # 0 +0xE0D7 0x7378 # 0 +0xE0D8 0x7375 # 0 +0xE0D9 0x737B # 0 +0xE0DA 0x737A # 0 +0xE0DB 0x73C8 # 0 +0xE0DC 0x73B3 # 0 +0xE0DD 0x73CE # 0 +0xE0DE 0x73BB # 0 +0xE0DF 0x73C0 # 0 +0xE0E0 0x73E5 # 0 +0xE0E1 0x73EE # 0 +0xE0E2 0x73DE # 0 +0xE0E3 0x74A2 # 0 +0xE0E4 0x7405 # 0 +0xE0E5 0x746F # 0 +0xE0E6 0x7425 # 0 +0xE0E7 0x73F8 # 0 +0xE0E8 0x7432 # 0 +0xE0E9 0x743A # 0 +0xE0EA 0x7455 # 0 +0xE0EB 0x743F # 0 +0xE0EC 0x745F # 0 +0xE0ED 0x7459 # 0 +0xE0EE 0x7441 # 0 +0xE0EF 0x745C # 0 +0xE0F0 0x7469 # 0 +0xE0F1 0x7470 # 0 +0xE0F2 0x7463 # 0 +0xE0F3 0x746A # 0 +0xE0F4 0x7476 # 0 +0xE0F5 0x747E # 0 +0xE0F6 0x748B # 0 +0xE0F7 0x749E # 0 +0xE0F8 0x74A7 # 0 +0xE0F9 0x74CA # 0 +0xE0FA 0x74CF # 0 +0xE0FB 0x74D4 # 0 +0xE0FC 0x73F1 # 0 +0xE140 0x74E0 # 0 +0xE141 0x74E3 # 0 +0xE142 0x74E7 # 0 +0xE143 0x74E9 # 0 +0xE144 0x74EE # 0 +0xE145 0x74F2 # 0 +0xE146 0x74F0 # 0 +0xE147 0x74F1 # 0 +0xE148 0x74F8 # 0 +0xE149 0x74F7 # 0 +0xE14A 0x7504 # 0 +0xE14B 0x7503 # 0 +0xE14C 0x7505 # 0 +0xE14D 0x750C # 0 +0xE14E 0x750E # 0 +0xE14F 0x750D # 0 +0xE150 0x7515 # 0 +0xE151 0x7513 # 0 +0xE152 0x751E # 0 +0xE153 0x7526 # 0 +0xE154 0x752C # 0 +0xE155 0x753C # 0 +0xE156 0x7544 # 0 +0xE157 0x754D # 0 +0xE158 0x754A # 0 +0xE159 0x7549 # 0 +0xE15A 0x755B # 0 +0xE15B 0x7546 # 0 +0xE15C 0x755A # 0 +0xE15D 0x7569 # 0 +0xE15E 0x7564 # 0 +0xE15F 0x7567 # 0 +0xE160 0x756B # 0 +0xE161 0x756D # 0 +0xE162 0x7578 # 0 +0xE163 0x7576 # 0 +0xE164 0x7586 # 0 +0xE165 0x7587 # 0 +0xE166 0x7574 # 0 +0xE167 0x758A # 0 +0xE168 0x7589 # 0 +0xE169 0x7582 # 0 +0xE16A 0x7594 # 0 +0xE16B 0x759A # 0 +0xE16C 0x759D # 0 +0xE16D 0x75A5 # 0 +0xE16E 0x75A3 # 0 +0xE16F 0x75C2 # 0 +0xE170 0x75B3 # 0 +0xE171 0x75C3 # 0 +0xE172 0x75B5 # 0 +0xE173 0x75BD # 0 +0xE174 0x75B8 # 0 +0xE175 0x75BC # 0 +0xE176 0x75B1 # 0 +0xE177 0x75CD # 0 +0xE178 0x75CA # 0 +0xE179 0x75D2 # 0 +0xE17A 0x75D9 # 0 +0xE17B 0x75E3 # 0 +0xE17C 0x75DE # 0 +0xE17D 0x75FE # 0 +0xE17E 0x75FF # 0 +0xE180 0x75FC # 0 +0xE181 0x7601 # 0 +0xE182 0x75F0 # 0 +0xE183 0x75FA # 0 +0xE184 0x75F2 # 0 +0xE185 0x75F3 # 0 +0xE186 0x760B # 0 +0xE187 0x760D # 0 +0xE188 0x7609 # 0 +0xE189 0x761F # 0 +0xE18A 0x7627 # 0 +0xE18B 0x7620 # 0 +0xE18C 0x7621 # 0 +0xE18D 0x7622 # 0 +0xE18E 0x7624 # 0 +0xE18F 0x7634 # 0 +0xE190 0x7630 # 0 +0xE191 0x763B # 0 +0xE192 0x7647 # 0 +0xE193 0x7648 # 0 +0xE194 0x7646 # 0 +0xE195 0x765C # 0 +0xE196 0x7658 # 0 +0xE197 0x7661 # 0 +0xE198 0x7662 # 0 +0xE199 0x7668 # 0 +0xE19A 0x7669 # 0 +0xE19B 0x766A # 0 +0xE19C 0x7667 # 0 +0xE19D 0x766C # 0 +0xE19E 0x7670 # 0 +0xE19F 0x7672 # 0 +0xE1A0 0x7676 # 0 +0xE1A1 0x7678 # 0 +0xE1A2 0x767C # 0 +0xE1A3 0x7680 # 0 +0xE1A4 0x7683 # 0 +0xE1A5 0x7688 # 0 +0xE1A6 0x768B # 0 +0xE1A7 0x768E # 0 +0xE1A8 0x7696 # 0 +0xE1A9 0x7693 # 0 +0xE1AA 0x7699 # 0 +0xE1AB 0x769A # 0 +0xE1AC 0x76B0 # 0 +0xE1AD 0x76B4 # 0 +0xE1AE 0x76B8 # 0 +0xE1AF 0x76B9 # 0 +0xE1B0 0x76BA # 0 +0xE1B1 0x76C2 # 0 +0xE1B2 0x76CD # 0 +0xE1B3 0x76D6 # 0 +0xE1B4 0x76D2 # 0 +0xE1B5 0x76DE # 0 +0xE1B6 0x76E1 # 0 +0xE1B7 0x76E5 # 0 +0xE1B8 0x76E7 # 0 +0xE1B9 0x76EA # 0 +0xE1BA 0x862F # 0 +0xE1BB 0x76FB # 0 +0xE1BC 0x7708 # 0 +0xE1BD 0x7707 # 0 +0xE1BE 0x7704 # 0 +0xE1BF 0x7729 # 0 +0xE1C0 0x7724 # 0 +0xE1C1 0x771E # 0 +0xE1C2 0x7725 # 0 +0xE1C3 0x7726 # 0 +0xE1C4 0x771B # 0 +0xE1C5 0x7737 # 0 +0xE1C6 0x7738 # 0 +0xE1C7 0x7747 # 0 +0xE1C8 0x775A # 0 +0xE1C9 0x7768 # 0 +0xE1CA 0x776B # 0 +0xE1CB 0x775B # 0 +0xE1CC 0x7765 # 0 +0xE1CD 0x777F # 0 +0xE1CE 0x777E # 0 +0xE1CF 0x7779 # 0 +0xE1D0 0x778E # 0 +0xE1D1 0x778B # 0 +0xE1D2 0x7791 # 0 +0xE1D3 0x77A0 # 0 +0xE1D4 0x779E # 0 +0xE1D5 0x77B0 # 0 +0xE1D6 0x77B6 # 0 +0xE1D7 0x77B9 # 0 +0xE1D8 0x77BF # 0 +0xE1D9 0x77BC # 0 +0xE1DA 0x77BD # 0 +0xE1DB 0x77BB # 0 +0xE1DC 0x77C7 # 0 +0xE1DD 0x77CD # 0 +0xE1DE 0x77D7 # 0 +0xE1DF 0x77DA # 0 +0xE1E0 0x77DC # 0 +0xE1E1 0x77E3 # 0 +0xE1E2 0x77EE # 0 +0xE1E3 0x77FC # 0 +0xE1E4 0x780C # 0 +0xE1E5 0x7812 # 0 +0xE1E6 0x7926 # 0 +0xE1E7 0x7820 # 0 +0xE1E8 0x792A # 0 +0xE1E9 0x7845 # 0 +0xE1EA 0x788E # 0 +0xE1EB 0x7874 # 0 +0xE1EC 0x7886 # 0 +0xE1ED 0x787C # 0 +0xE1EE 0x789A # 0 +0xE1EF 0x788C # 0 +0xE1F0 0x78A3 # 0 +0xE1F1 0x78B5 # 0 +0xE1F2 0x78AA # 0 +0xE1F3 0x78AF # 0 +0xE1F4 0x78D1 # 0 +0xE1F5 0x78C6 # 0 +0xE1F6 0x78CB # 0 +0xE1F7 0x78D4 # 0 +0xE1F8 0x78BE # 0 +0xE1F9 0x78BC # 0 +0xE1FA 0x78C5 # 0 +0xE1FB 0x78CA # 0 +0xE1FC 0x78EC # 0 +0xE240 0x78E7 # 0 +0xE241 0x78DA # 0 +0xE242 0x78FD # 0 +0xE243 0x78F4 # 0 +0xE244 0x7907 # 0 +0xE245 0x7912 # 0 +0xE246 0x7911 # 0 +0xE247 0x7919 # 0 +0xE248 0x792C # 0 +0xE249 0x792B # 0 +0xE24A 0x7940 # 0 +0xE24B 0x7960 # 0 +0xE24C 0x7957 # 0 +0xE24D 0x795F # 0 +0xE24E 0x795A # 0 +0xE24F 0x7955 # 0 +0xE250 0x7953 # 0 +0xE251 0x797A # 0 +0xE252 0x797F # 0 +0xE253 0x798A # 0 +0xE254 0x799D # 0 +0xE255 0x79A7 # 0 +0xE256 0x9F4B # 0 +0xE257 0x79AA # 0 +0xE258 0x79AE # 0 +0xE259 0x79B3 # 0 +0xE25A 0x79B9 # 0 +0xE25B 0x79BA # 0 +0xE25C 0x79C9 # 0 +0xE25D 0x79D5 # 0 +0xE25E 0x79E7 # 0 +0xE25F 0x79EC # 0 +0xE260 0x79E1 # 0 +0xE261 0x79E3 # 0 +0xE262 0x7A08 # 0 +0xE263 0x7A0D # 0 +0xE264 0x7A18 # 0 +0xE265 0x7A19 # 0 +0xE266 0x7A20 # 0 +0xE267 0x7A1F # 0 +0xE268 0x7980 # 0 +0xE269 0x7A31 # 0 +0xE26A 0x7A3B # 0 +0xE26B 0x7A3E # 0 +0xE26C 0x7A37 # 0 +0xE26D 0x7A43 # 0 +0xE26E 0x7A57 # 0 +0xE26F 0x7A49 # 0 +0xE270 0x7A61 # 0 +0xE271 0x7A62 # 0 +0xE272 0x7A69 # 0 +0xE273 0x9F9D # 0 +0xE274 0x7A70 # 0 +0xE275 0x7A79 # 0 +0xE276 0x7A7D # 0 +0xE277 0x7A88 # 0 +0xE278 0x7A97 # 0 +0xE279 0x7A95 # 0 +0xE27A 0x7A98 # 0 +0xE27B 0x7A96 # 0 +0xE27C 0x7AA9 # 0 +0xE27D 0x7AC8 # 0 +0xE27E 0x7AB0 # 0 +0xE280 0x7AB6 # 0 +0xE281 0x7AC5 # 0 +0xE282 0x7AC4 # 0 +0xE283 0x7ABF # 0 +0xE284 0x9083 # 0 +0xE285 0x7AC7 # 0 +0xE286 0x7ACA # 0 +0xE287 0x7ACD # 0 +0xE288 0x7ACF # 0 +0xE289 0x7AD5 # 0 +0xE28A 0x7AD3 # 0 +0xE28B 0x7AD9 # 0 +0xE28C 0x7ADA # 0 +0xE28D 0x7ADD # 0 +0xE28E 0x7AE1 # 0 +0xE28F 0x7AE2 # 0 +0xE290 0x7AE6 # 0 +0xE291 0x7AED # 0 +0xE292 0x7AF0 # 0 +0xE293 0x7B02 # 0 +0xE294 0x7B0F # 0 +0xE295 0x7B0A # 0 +0xE296 0x7B06 # 0 +0xE297 0x7B33 # 0 +0xE298 0x7B18 # 0 +0xE299 0x7B19 # 0 +0xE29A 0x7B1E # 0 +0xE29B 0x7B35 # 0 +0xE29C 0x7B28 # 0 +0xE29D 0x7B36 # 0 +0xE29E 0x7B50 # 0 +0xE29F 0x7B7A # 0 +0xE2A0 0x7B04 # 0 +0xE2A1 0x7B4D # 0 +0xE2A2 0x7B0B # 0 +0xE2A3 0x7B4C # 0 +0xE2A4 0x7B45 # 0 +0xE2A5 0x7B75 # 0 +0xE2A6 0x7B65 # 0 +0xE2A7 0x7B74 # 0 +0xE2A8 0x7B67 # 0 +0xE2A9 0x7B70 # 0 +0xE2AA 0x7B71 # 0 +0xE2AB 0x7B6C # 0 +0xE2AC 0x7B6E # 0 +0xE2AD 0x7B9D # 0 +0xE2AE 0x7B98 # 0 +0xE2AF 0x7B9F # 0 +0xE2B0 0x7B8D # 0 +0xE2B1 0x7B9C # 0 +0xE2B2 0x7B9A # 0 +0xE2B3 0x7B8B # 0 +0xE2B4 0x7B92 # 0 +0xE2B5 0x7B8F # 0 +0xE2B6 0x7B5D # 0 +0xE2B7 0x7B99 # 0 +0xE2B8 0x7BCB # 0 +0xE2B9 0x7BC1 # 0 +0xE2BA 0x7BCC # 0 +0xE2BB 0x7BCF # 0 +0xE2BC 0x7BB4 # 0 +0xE2BD 0x7BC6 # 0 +0xE2BE 0x7BDD # 0 +0xE2BF 0x7BE9 # 0 +0xE2C0 0x7C11 # 0 +0xE2C1 0x7C14 # 0 +0xE2C2 0x7BE6 # 0 +0xE2C3 0x7BE5 # 0 +0xE2C4 0x7C60 # 0 +0xE2C5 0x7C00 # 0 +0xE2C6 0x7C07 # 0 +0xE2C7 0x7C13 # 0 +0xE2C8 0x7BF3 # 0 +0xE2C9 0x7BF7 # 0 +0xE2CA 0x7C17 # 0 +0xE2CB 0x7C0D # 0 +0xE2CC 0x7BF6 # 0 +0xE2CD 0x7C23 # 0 +0xE2CE 0x7C27 # 0 +0xE2CF 0x7C2A # 0 +0xE2D0 0x7C1F # 0 +0xE2D1 0x7C37 # 0 +0xE2D2 0x7C2B # 0 +0xE2D3 0x7C3D # 0 +0xE2D4 0x7C4C # 0 +0xE2D5 0x7C43 # 0 +0xE2D6 0x7C54 # 0 +0xE2D7 0x7C4F # 0 +0xE2D8 0x7C40 # 0 +0xE2D9 0x7C50 # 0 +0xE2DA 0x7C58 # 0 +0xE2DB 0x7C5F # 0 +0xE2DC 0x7C64 # 0 +0xE2DD 0x7C56 # 0 +0xE2DE 0x7C65 # 0 +0xE2DF 0x7C6C # 0 +0xE2E0 0x7C75 # 0 +0xE2E1 0x7C83 # 0 +0xE2E2 0x7C90 # 0 +0xE2E3 0x7CA4 # 0 +0xE2E4 0x7CAD # 0 +0xE2E5 0x7CA2 # 0 +0xE2E6 0x7CAB # 0 +0xE2E7 0x7CA1 # 0 +0xE2E8 0x7CA8 # 0 +0xE2E9 0x7CB3 # 0 +0xE2EA 0x7CB2 # 0 +0xE2EB 0x7CB1 # 0 +0xE2EC 0x7CAE # 0 +0xE2ED 0x7CB9 # 0 +0xE2EE 0x7CBD # 0 +0xE2EF 0x7CC0 # 0 +0xE2F0 0x7CC5 # 0 +0xE2F1 0x7CC2 # 0 +0xE2F2 0x7CD8 # 0 +0xE2F3 0x7CD2 # 0 +0xE2F4 0x7CDC # 0 +0xE2F5 0x7CE2 # 0 +0xE2F6 0x9B3B # 0 +0xE2F7 0x7CEF # 0 +0xE2F8 0x7CF2 # 0 +0xE2F9 0x7CF4 # 0 +0xE2FA 0x7CF6 # 0 +0xE2FB 0x7CFA # 0 +0xE2FC 0x7D06 # 0 +0xE340 0x7D02 # 0 +0xE341 0x7D1C # 0 +0xE342 0x7D15 # 0 +0xE343 0x7D0A # 0 +0xE344 0x7D45 # 0 +0xE345 0x7D4B # 0 +0xE346 0x7D2E # 0 +0xE347 0x7D32 # 0 +0xE348 0x7D3F # 0 +0xE349 0x7D35 # 0 +0xE34A 0x7D46 # 0 +0xE34B 0x7D73 # 0 +0xE34C 0x7D56 # 0 +0xE34D 0x7D4E # 0 +0xE34E 0x7D72 # 0 +0xE34F 0x7D68 # 0 +0xE350 0x7D6E # 0 +0xE351 0x7D4F # 0 +0xE352 0x7D63 # 0 +0xE353 0x7D93 # 0 +0xE354 0x7D89 # 0 +0xE355 0x7D5B # 0 +0xE356 0x7D8F # 0 +0xE357 0x7D7D # 0 +0xE358 0x7D9B # 0 +0xE359 0x7DBA # 0 +0xE35A 0x7DAE # 0 +0xE35B 0x7DA3 # 0 +0xE35C 0x7DB5 # 0 +0xE35D 0x7DC7 # 0 +0xE35E 0x7DBD # 0 +0xE35F 0x7DAB # 0 +0xE360 0x7E3D # 0 +0xE361 0x7DA2 # 0 +0xE362 0x7DAF # 0 +0xE363 0x7DDC # 0 +0xE364 0x7DB8 # 0 +0xE365 0x7D9F # 0 +0xE366 0x7DB0 # 0 +0xE367 0x7DD8 # 0 +0xE368 0x7DDD # 0 +0xE369 0x7DE4 # 0 +0xE36A 0x7DDE # 0 +0xE36B 0x7DFB # 0 +0xE36C 0x7DF2 # 0 +0xE36D 0x7DE1 # 0 +0xE36E 0x7E05 # 0 +0xE36F 0x7E0A # 0 +0xE370 0x7E23 # 0 +0xE371 0x7E21 # 0 +0xE372 0x7E12 # 0 +0xE373 0x7E31 # 0 +0xE374 0x7E1F # 0 +0xE375 0x7E09 # 0 +0xE376 0x7E0B # 0 +0xE377 0x7E22 # 0 +0xE378 0x7E46 # 0 +0xE379 0x7E66 # 0 +0xE37A 0x7E3B # 0 +0xE37B 0x7E35 # 0 +0xE37C 0x7E39 # 0 +0xE37D 0x7E43 # 0 +0xE37E 0x7E37 # 0 +0xE380 0x7E32 # 0 +0xE381 0x7E3A # 0 +0xE382 0x7E67 # 0 +0xE383 0x7E5D # 0 +0xE384 0x7E56 # 0 +0xE385 0x7E5E # 0 +0xE386 0x7E59 # 0 +0xE387 0x7E5A # 0 +0xE388 0x7E79 # 0 +0xE389 0x7E6A # 0 +0xE38A 0x7E69 # 0 +0xE38B 0x7E7C # 0 +0xE38C 0x7E7B # 0 +0xE38D 0x7E83 # 0 +0xE38E 0x7DD5 # 0 +0xE38F 0x7E7D # 0 +0xE390 0x8FAE # 0 +0xE391 0x7E7F # 0 +0xE392 0x7E88 # 0 +0xE393 0x7E89 # 0 +0xE394 0x7E8C # 0 +0xE395 0x7E92 # 0 +0xE396 0x7E90 # 0 +0xE397 0x7E93 # 0 +0xE398 0x7E94 # 0 +0xE399 0x7E96 # 0 +0xE39A 0x7E8E # 0 +0xE39B 0x7E9B # 0 +0xE39C 0x7E9C # 0 +0xE39D 0x7F38 # 0 +0xE39E 0x7F3A # 0 +0xE39F 0x7F45 # 0 +0xE3A0 0x7F4C # 0 +0xE3A1 0x7F4D # 0 +0xE3A2 0x7F4E # 0 +0xE3A3 0x7F50 # 0 +0xE3A4 0x7F51 # 0 +0xE3A5 0x7F55 # 0 +0xE3A6 0x7F54 # 0 +0xE3A7 0x7F58 # 0 +0xE3A8 0x7F5F # 0 +0xE3A9 0x7F60 # 0 +0xE3AA 0x7F68 # 0 +0xE3AB 0x7F69 # 0 +0xE3AC 0x7F67 # 0 +0xE3AD 0x7F78 # 0 +0xE3AE 0x7F82 # 0 +0xE3AF 0x7F86 # 0 +0xE3B0 0x7F83 # 0 +0xE3B1 0x7F88 # 0 +0xE3B2 0x7F87 # 0 +0xE3B3 0x7F8C # 0 +0xE3B4 0x7F94 # 0 +0xE3B5 0x7F9E # 0 +0xE3B6 0x7F9D # 0 +0xE3B7 0x7F9A # 0 +0xE3B8 0x7FA3 # 0 +0xE3B9 0x7FAF # 0 +0xE3BA 0x7FB2 # 0 +0xE3BB 0x7FB9 # 0 +0xE3BC 0x7FAE # 0 +0xE3BD 0x7FB6 # 0 +0xE3BE 0x7FB8 # 0 +0xE3BF 0x8B71 # 0 +0xE3C0 0x7FC5 # 0 +0xE3C1 0x7FC6 # 0 +0xE3C2 0x7FCA # 0 +0xE3C3 0x7FD5 # 0 +0xE3C4 0x7FD4 # 0 +0xE3C5 0x7FE1 # 0 +0xE3C6 0x7FE6 # 0 +0xE3C7 0x7FE9 # 0 +0xE3C8 0x7FF3 # 0 +0xE3C9 0x7FF9 # 0 +0xE3CA 0x98DC # 0 +0xE3CB 0x8006 # 0 +0xE3CC 0x8004 # 0 +0xE3CD 0x800B # 0 +0xE3CE 0x8012 # 0 +0xE3CF 0x8018 # 0 +0xE3D0 0x8019 # 0 +0xE3D1 0x801C # 0 +0xE3D2 0x8021 # 0 +0xE3D3 0x8028 # 0 +0xE3D4 0x803F # 0 +0xE3D5 0x803B # 0 +0xE3D6 0x804A # 0 +0xE3D7 0x8046 # 0 +0xE3D8 0x8052 # 0 +0xE3D9 0x8058 # 0 +0xE3DA 0x805A # 0 +0xE3DB 0x805F # 0 +0xE3DC 0x8062 # 0 +0xE3DD 0x8068 # 0 +0xE3DE 0x8073 # 0 +0xE3DF 0x8072 # 0 +0xE3E0 0x8070 # 0 +0xE3E1 0x8076 # 0 +0xE3E2 0x8079 # 0 +0xE3E3 0x807D # 0 +0xE3E4 0x807F # 0 +0xE3E5 0x8084 # 0 +0xE3E6 0x8086 # 0 +0xE3E7 0x8085 # 0 +0xE3E8 0x809B # 0 +0xE3E9 0x8093 # 0 +0xE3EA 0x809A # 0 +0xE3EB 0x80AD # 0 +0xE3EC 0x5190 # 0 +0xE3ED 0x80AC # 0 +0xE3EE 0x80DB # 0 +0xE3EF 0x80E5 # 0 +0xE3F0 0x80D9 # 0 +0xE3F1 0x80DD # 0 +0xE3F2 0x80C4 # 0 +0xE3F3 0x80DA # 0 +0xE3F4 0x80D6 # 0 +0xE3F5 0x8109 # 0 +0xE3F6 0x80EF # 0 +0xE3F7 0x80F1 # 0 +0xE3F8 0x811B # 0 +0xE3F9 0x8129 # 0 +0xE3FA 0x8123 # 0 +0xE3FB 0x812F # 0 +0xE3FC 0x814B # 0 +0xE440 0x968B # 0 +0xE441 0x8146 # 0 +0xE442 0x813E # 0 +0xE443 0x8153 # 0 +0xE444 0x8151 # 0 +0xE445 0x80FC # 0 +0xE446 0x8171 # 0 +0xE447 0x816E # 0 +0xE448 0x8165 # 0 +0xE449 0x8166 # 0 +0xE44A 0x8174 # 0 +0xE44B 0x8183 # 0 +0xE44C 0x8188 # 0 +0xE44D 0x818A # 0 +0xE44E 0x8180 # 0 +0xE44F 0x8182 # 0 +0xE450 0x81A0 # 0 +0xE451 0x8195 # 0 +0xE452 0x81A4 # 0 +0xE453 0x81A3 # 0 +0xE454 0x815F # 0 +0xE455 0x8193 # 0 +0xE456 0x81A9 # 0 +0xE457 0x81B0 # 0 +0xE458 0x81B5 # 0 +0xE459 0x81BE # 0 +0xE45A 0x81B8 # 0 +0xE45B 0x81BD # 0 +0xE45C 0x81C0 # 0 +0xE45D 0x81C2 # 0 +0xE45E 0x81BA # 0 +0xE45F 0x81C9 # 0 +0xE460 0x81CD # 0 +0xE461 0x81D1 # 0 +0xE462 0x81D9 # 0 +0xE463 0x81D8 # 0 +0xE464 0x81C8 # 0 +0xE465 0x81DA # 0 +0xE466 0x81DF # 0 +0xE467 0x81E0 # 0 +0xE468 0x81E7 # 0 +0xE469 0x81FA # 0 +0xE46A 0x81FB # 0 +0xE46B 0x81FE # 0 +0xE46C 0x8201 # 0 +0xE46D 0x8202 # 0 +0xE46E 0x8205 # 0 +0xE46F 0x8207 # 0 +0xE470 0x820A # 0 +0xE471 0x820D # 0 +0xE472 0x8210 # 0 +0xE473 0x8216 # 0 +0xE474 0x8229 # 0 +0xE475 0x822B # 0 +0xE476 0x8238 # 0 +0xE477 0x8233 # 0 +0xE478 0x8240 # 0 +0xE479 0x8259 # 0 +0xE47A 0x8258 # 0 +0xE47B 0x825D # 0 +0xE47C 0x825A # 0 +0xE47D 0x825F # 0 +0xE47E 0x8264 # 0 +0xE480 0x8262 # 0 +0xE481 0x8268 # 0 +0xE482 0x826A # 0 +0xE483 0x826B # 0 +0xE484 0x822E # 0 +0xE485 0x8271 # 0 +0xE486 0x8277 # 0 +0xE487 0x8278 # 0 +0xE488 0x827E # 0 +0xE489 0x828D # 0 +0xE48A 0x8292 # 0 +0xE48B 0x82AB # 0 +0xE48C 0x829F # 0 +0xE48D 0x82BB # 0 +0xE48E 0x82AC # 0 +0xE48F 0x82E1 # 0 +0xE490 0x82E3 # 0 +0xE491 0x82DF # 0 +0xE492 0x82D2 # 0 +0xE493 0x82F4 # 0 +0xE494 0x82F3 # 0 +0xE495 0x82FA # 0 +0xE496 0x8393 # 0 +0xE497 0x8303 # 0 +0xE498 0x82FB # 0 +0xE499 0x82F9 # 0 +0xE49A 0x82DE # 0 +0xE49B 0x8306 # 0 +0xE49C 0x82DC # 0 +0xE49D 0x8309 # 0 +0xE49E 0x82D9 # 0 +0xE49F 0x8335 # 0 +0xE4A0 0x8334 # 0 +0xE4A1 0x8316 # 0 +0xE4A2 0x8332 # 0 +0xE4A3 0x8331 # 0 +0xE4A4 0x8340 # 0 +0xE4A5 0x8339 # 0 +0xE4A6 0x8350 # 0 +0xE4A7 0x8345 # 0 +0xE4A8 0x832F # 0 +0xE4A9 0x832B # 0 +0xE4AA 0x8317 # 0 +0xE4AB 0x8318 # 0 +0xE4AC 0x8385 # 0 +0xE4AD 0x839A # 0 +0xE4AE 0x83AA # 0 +0xE4AF 0x839F # 0 +0xE4B0 0x83A2 # 0 +0xE4B1 0x8396 # 0 +0xE4B2 0x8323 # 0 +0xE4B3 0x838E # 0 +0xE4B4 0x8387 # 0 +0xE4B5 0x838A # 0 +0xE4B6 0x837C # 0 +0xE4B7 0x83B5 # 0 +0xE4B8 0x8373 # 0 +0xE4B9 0x8375 # 0 +0xE4BA 0x83A0 # 0 +0xE4BB 0x8389 # 0 +0xE4BC 0x83A8 # 0 +0xE4BD 0x83F4 # 0 +0xE4BE 0x8413 # 0 +0xE4BF 0x83EB # 0 +0xE4C0 0x83CE # 0 +0xE4C1 0x83FD # 0 +0xE4C2 0x8403 # 0 +0xE4C3 0x83D8 # 0 +0xE4C4 0x840B # 0 +0xE4C5 0x83C1 # 0 +0xE4C6 0x83F7 # 0 +0xE4C7 0x8407 # 0 +0xE4C8 0x83E0 # 0 +0xE4C9 0x83F2 # 0 +0xE4CA 0x840D # 0 +0xE4CB 0x8422 # 0 +0xE4CC 0x8420 # 0 +0xE4CD 0x83BD # 0 +0xE4CE 0x8438 # 0 +0xE4CF 0x8506 # 0 +0xE4D0 0x83FB # 0 +0xE4D1 0x846D # 0 +0xE4D2 0x842A # 0 +0xE4D3 0x843C # 0 +0xE4D4 0x855A # 0 +0xE4D5 0x8484 # 0 +0xE4D6 0x8477 # 0 +0xE4D7 0x846B # 0 +0xE4D8 0x84AD # 0 +0xE4D9 0x846E # 0 +0xE4DA 0x8482 # 0 +0xE4DB 0x8469 # 0 +0xE4DC 0x8446 # 0 +0xE4DD 0x842C # 0 +0xE4DE 0x846F # 0 +0xE4DF 0x8479 # 0 +0xE4E0 0x8435 # 0 +0xE4E1 0x84CA # 0 +0xE4E2 0x8462 # 0 +0xE4E3 0x84B9 # 0 +0xE4E4 0x84BF # 0 +0xE4E5 0x849F # 0 +0xE4E6 0x84D9 # 0 +0xE4E7 0x84CD # 0 +0xE4E8 0x84BB # 0 +0xE4E9 0x84DA # 0 +0xE4EA 0x84D0 # 0 +0xE4EB 0x84C1 # 0 +0xE4EC 0x84C6 # 0 +0xE4ED 0x84D6 # 0 +0xE4EE 0x84A1 # 0 +0xE4EF 0x8521 # 0 +0xE4F0 0x84FF # 0 +0xE4F1 0x84F4 # 0 +0xE4F2 0x8517 # 0 +0xE4F3 0x8518 # 0 +0xE4F4 0x852C # 0 +0xE4F5 0x851F # 0 +0xE4F6 0x8515 # 0 +0xE4F7 0x8514 # 0 +0xE4F8 0x84FC # 0 +0xE4F9 0x8540 # 0 +0xE4FA 0x8563 # 0 +0xE4FB 0x8558 # 0 +0xE4FC 0x8548 # 0 +0xE540 0x8541 # 0 +0xE541 0x8602 # 0 +0xE542 0x854B # 0 +0xE543 0x8555 # 0 +0xE544 0x8580 # 0 +0xE545 0x85A4 # 0 +0xE546 0x8588 # 0 +0xE547 0x8591 # 0 +0xE548 0x858A # 0 +0xE549 0x85A8 # 0 +0xE54A 0x856D # 0 +0xE54B 0x8594 # 0 +0xE54C 0x859B # 0 +0xE54D 0x85EA # 0 +0xE54E 0x8587 # 0 +0xE54F 0x859C # 0 +0xE550 0x8577 # 0 +0xE551 0x857E # 0 +0xE552 0x8590 # 0 +0xE553 0x85C9 # 0 +0xE554 0x85BA # 0 +0xE555 0x85CF # 0 +0xE556 0x85B9 # 0 +0xE557 0x85D0 # 0 +0xE558 0x85D5 # 0 +0xE559 0x85DD # 0 +0xE55A 0x85E5 # 0 +0xE55B 0x85DC # 0 +0xE55C 0x85F9 # 0 +0xE55D 0x860A # 0 +0xE55E 0x8613 # 0 +0xE55F 0x860B # 0 +0xE560 0x85FE # 0 +0xE561 0x85FA # 0 +0xE562 0x8606 # 0 +0xE563 0x8622 # 0 +0xE564 0x861A # 0 +0xE565 0x8630 # 0 +0xE566 0x863F # 0 +0xE567 0x864D # 0 +0xE568 0x4E55 # 0 +0xE569 0x8654 # 0 +0xE56A 0x865F # 0 +0xE56B 0x8667 # 0 +0xE56C 0x8671 # 0 +0xE56D 0x8693 # 0 +0xE56E 0x86A3 # 0 +0xE56F 0x86A9 # 0 +0xE570 0x86AA # 0 +0xE571 0x868B # 0 +0xE572 0x868C # 0 +0xE573 0x86B6 # 0 +0xE574 0x86AF # 0 +0xE575 0x86C4 # 0 +0xE576 0x86C6 # 0 +0xE577 0x86B0 # 0 +0xE578 0x86C9 # 0 +0xE579 0x8823 # 0 +0xE57A 0x86AB # 0 +0xE57B 0x86D4 # 0 +0xE57C 0x86DE # 0 +0xE57D 0x86E9 # 0 +0xE57E 0x86EC # 0 +0xE580 0x86DF # 0 +0xE581 0x86DB # 0 +0xE582 0x86EF # 0 +0xE583 0x8712 # 0 +0xE584 0x8706 # 0 +0xE585 0x8708 # 0 +0xE586 0x8700 # 0 +0xE587 0x8703 # 0 +0xE588 0x86FB # 0 +0xE589 0x8711 # 0 +0xE58A 0x8709 # 0 +0xE58B 0x870D # 0 +0xE58C 0x86F9 # 0 +0xE58D 0x870A # 0 +0xE58E 0x8734 # 0 +0xE58F 0x873F # 0 +0xE590 0x8737 # 0 +0xE591 0x873B # 0 +0xE592 0x8725 # 0 +0xE593 0x8729 # 0 +0xE594 0x871A # 0 +0xE595 0x8760 # 0 +0xE596 0x875F # 0 +0xE597 0x8778 # 0 +0xE598 0x874C # 0 +0xE599 0x874E # 0 +0xE59A 0x8774 # 0 +0xE59B 0x8757 # 0 +0xE59C 0x8768 # 0 +0xE59D 0x876E # 0 +0xE59E 0x8759 # 0 +0xE59F 0x8753 # 0 +0xE5A0 0x8763 # 0 +0xE5A1 0x876A # 0 +0xE5A2 0x8805 # 0 +0xE5A3 0x87A2 # 0 +0xE5A4 0x879F # 0 +0xE5A5 0x8782 # 0 +0xE5A6 0x87AF # 0 +0xE5A7 0x87CB # 0 +0xE5A8 0x87BD # 0 +0xE5A9 0x87C0 # 0 +0xE5AA 0x87D0 # 0 +0xE5AB 0x96D6 # 0 +0xE5AC 0x87AB # 0 +0xE5AD 0x87C4 # 0 +0xE5AE 0x87B3 # 0 +0xE5AF 0x87C7 # 0 +0xE5B0 0x87C6 # 0 +0xE5B1 0x87BB # 0 +0xE5B2 0x87EF # 0 +0xE5B3 0x87F2 # 0 +0xE5B4 0x87E0 # 0 +0xE5B5 0x880F # 0 +0xE5B6 0x880D # 0 +0xE5B7 0x87FE # 0 +0xE5B8 0x87F6 # 0 +0xE5B9 0x87F7 # 0 +0xE5BA 0x880E # 0 +0xE5BB 0x87D2 # 0 +0xE5BC 0x8811 # 0 +0xE5BD 0x8816 # 0 +0xE5BE 0x8815 # 0 +0xE5BF 0x8822 # 0 +0xE5C0 0x8821 # 0 +0xE5C1 0x8831 # 0 +0xE5C2 0x8836 # 0 +0xE5C3 0x8839 # 0 +0xE5C4 0x8827 # 0 +0xE5C5 0x883B # 0 +0xE5C6 0x8844 # 0 +0xE5C7 0x8842 # 0 +0xE5C8 0x8852 # 0 +0xE5C9 0x8859 # 0 +0xE5CA 0x885E # 0 +0xE5CB 0x8862 # 0 +0xE5CC 0x886B # 0 +0xE5CD 0x8881 # 0 +0xE5CE 0x887E # 0 +0xE5CF 0x889E # 0 +0xE5D0 0x8875 # 0 +0xE5D1 0x887D # 0 +0xE5D2 0x88B5 # 0 +0xE5D3 0x8872 # 0 +0xE5D4 0x8882 # 0 +0xE5D5 0x8897 # 0 +0xE5D6 0x8892 # 0 +0xE5D7 0x88AE # 0 +0xE5D8 0x8899 # 0 +0xE5D9 0x88A2 # 0 +0xE5DA 0x888D # 0 +0xE5DB 0x88A4 # 0 +0xE5DC 0x88B0 # 0 +0xE5DD 0x88BF # 0 +0xE5DE 0x88B1 # 0 +0xE5DF 0x88C3 # 0 +0xE5E0 0x88C4 # 0 +0xE5E1 0x88D4 # 0 +0xE5E2 0x88D8 # 0 +0xE5E3 0x88D9 # 0 +0xE5E4 0x88DD # 0 +0xE5E5 0x88F9 # 0 +0xE5E6 0x8902 # 0 +0xE5E7 0x88FC # 0 +0xE5E8 0x88F4 # 0 +0xE5E9 0x88E8 # 0 +0xE5EA 0x88F2 # 0 +0xE5EB 0x8904 # 0 +0xE5EC 0x890C # 0 +0xE5ED 0x890A # 0 +0xE5EE 0x8913 # 0 +0xE5EF 0x8943 # 0 +0xE5F0 0x891E # 0 +0xE5F1 0x8925 # 0 +0xE5F2 0x892A # 0 +0xE5F3 0x892B # 0 +0xE5F4 0x8941 # 0 +0xE5F5 0x8944 # 0 +0xE5F6 0x893B # 0 +0xE5F7 0x8936 # 0 +0xE5F8 0x8938 # 0 +0xE5F9 0x894C # 0 +0xE5FA 0x891D # 0 +0xE5FB 0x8960 # 0 +0xE5FC 0x895E # 0 +0xE640 0x8966 # 0 +0xE641 0x8964 # 0 +0xE642 0x896D # 0 +0xE643 0x896A # 0 +0xE644 0x896F # 0 +0xE645 0x8974 # 0 +0xE646 0x8977 # 0 +0xE647 0x897E # 0 +0xE648 0x8983 # 0 +0xE649 0x8988 # 0 +0xE64A 0x898A # 0 +0xE64B 0x8993 # 0 +0xE64C 0x8998 # 0 +0xE64D 0x89A1 # 0 +0xE64E 0x89A9 # 0 +0xE64F 0x89A6 # 0 +0xE650 0x89AC # 0 +0xE651 0x89AF # 0 +0xE652 0x89B2 # 0 +0xE653 0x89BA # 0 +0xE654 0x89BD # 0 +0xE655 0x89BF # 0 +0xE656 0x89C0 # 0 +0xE657 0x89DA # 0 +0xE658 0x89DC # 0 +0xE659 0x89DD # 0 +0xE65A 0x89E7 # 0 +0xE65B 0x89F4 # 0 +0xE65C 0x89F8 # 0 +0xE65D 0x8A03 # 0 +0xE65E 0x8A16 # 0 +0xE65F 0x8A10 # 0 +0xE660 0x8A0C # 0 +0xE661 0x8A1B # 0 +0xE662 0x8A1D # 0 +0xE663 0x8A25 # 0 +0xE664 0x8A36 # 0 +0xE665 0x8A41 # 0 +0xE666 0x8A5B # 0 +0xE667 0x8A52 # 0 +0xE668 0x8A46 # 0 +0xE669 0x8A48 # 0 +0xE66A 0x8A7C # 0 +0xE66B 0x8A6D # 0 +0xE66C 0x8A6C # 0 +0xE66D 0x8A62 # 0 +0xE66E 0x8A85 # 0 +0xE66F 0x8A82 # 0 +0xE670 0x8A84 # 0 +0xE671 0x8AA8 # 0 +0xE672 0x8AA1 # 0 +0xE673 0x8A91 # 0 +0xE674 0x8AA5 # 0 +0xE675 0x8AA6 # 0 +0xE676 0x8A9A # 0 +0xE677 0x8AA3 # 0 +0xE678 0x8AC4 # 0 +0xE679 0x8ACD # 0 +0xE67A 0x8AC2 # 0 +0xE67B 0x8ADA # 0 +0xE67C 0x8AEB # 0 +0xE67D 0x8AF3 # 0 +0xE67E 0x8AE7 # 0 +0xE680 0x8AE4 # 0 +0xE681 0x8AF1 # 0 +0xE682 0x8B14 # 0 +0xE683 0x8AE0 # 0 +0xE684 0x8AE2 # 0 +0xE685 0x8AF7 # 0 +0xE686 0x8ADE # 0 +0xE687 0x8ADB # 0 +0xE688 0x8B0C # 0 +0xE689 0x8B07 # 0 +0xE68A 0x8B1A # 0 +0xE68B 0x8AE1 # 0 +0xE68C 0x8B16 # 0 +0xE68D 0x8B10 # 0 +0xE68E 0x8B17 # 0 +0xE68F 0x8B20 # 0 +0xE690 0x8B33 # 0 +0xE691 0x97AB # 0 +0xE692 0x8B26 # 0 +0xE693 0x8B2B # 0 +0xE694 0x8B3E # 0 +0xE695 0x8B28 # 0 +0xE696 0x8B41 # 0 +0xE697 0x8B4C # 0 +0xE698 0x8B4F # 0 +0xE699 0x8B4E # 0 +0xE69A 0x8B49 # 0 +0xE69B 0x8B56 # 0 +0xE69C 0x8B5B # 0 +0xE69D 0x8B5A # 0 +0xE69E 0x8B6B # 0 +0xE69F 0x8B5F # 0 +0xE6A0 0x8B6C # 0 +0xE6A1 0x8B6F # 0 +0xE6A2 0x8B74 # 0 +0xE6A3 0x8B7D # 0 +0xE6A4 0x8B80 # 0 +0xE6A5 0x8B8C # 0 +0xE6A6 0x8B8E # 0 +0xE6A7 0x8B92 # 0 +0xE6A8 0x8B93 # 0 +0xE6A9 0x8B96 # 0 +0xE6AA 0x8B99 # 0 +0xE6AB 0x8B9A # 0 +0xE6AC 0x8C3A # 0 +0xE6AD 0x8C41 # 0 +0xE6AE 0x8C3F # 0 +0xE6AF 0x8C48 # 0 +0xE6B0 0x8C4C # 0 +0xE6B1 0x8C4E # 0 +0xE6B2 0x8C50 # 0 +0xE6B3 0x8C55 # 0 +0xE6B4 0x8C62 # 0 +0xE6B5 0x8C6C # 0 +0xE6B6 0x8C78 # 0 +0xE6B7 0x8C7A # 0 +0xE6B8 0x8C82 # 0 +0xE6B9 0x8C89 # 0 +0xE6BA 0x8C85 # 0 +0xE6BB 0x8C8A # 0 +0xE6BC 0x8C8D # 0 +0xE6BD 0x8C8E # 0 +0xE6BE 0x8C94 # 0 +0xE6BF 0x8C7C # 0 +0xE6C0 0x8C98 # 0 +0xE6C1 0x621D # 0 +0xE6C2 0x8CAD # 0 +0xE6C3 0x8CAA # 0 +0xE6C4 0x8CBD # 0 +0xE6C5 0x8CB2 # 0 +0xE6C6 0x8CB3 # 0 +0xE6C7 0x8CAE # 0 +0xE6C8 0x8CB6 # 0 +0xE6C9 0x8CC8 # 0 +0xE6CA 0x8CC1 # 0 +0xE6CB 0x8CE4 # 0 +0xE6CC 0x8CE3 # 0 +0xE6CD 0x8CDA # 0 +0xE6CE 0x8CFD # 0 +0xE6CF 0x8CFA # 0 +0xE6D0 0x8CFB # 0 +0xE6D1 0x8D04 # 0 +0xE6D2 0x8D05 # 0 +0xE6D3 0x8D0A # 0 +0xE6D4 0x8D07 # 0 +0xE6D5 0x8D0F # 0 +0xE6D6 0x8D0D # 0 +0xE6D7 0x8D10 # 0 +0xE6D8 0x9F4E # 0 +0xE6D9 0x8D13 # 0 +0xE6DA 0x8CCD # 0 +0xE6DB 0x8D14 # 0 +0xE6DC 0x8D16 # 0 +0xE6DD 0x8D67 # 0 +0xE6DE 0x8D6D # 0 +0xE6DF 0x8D71 # 0 +0xE6E0 0x8D73 # 0 +0xE6E1 0x8D81 # 0 +0xE6E2 0x8D99 # 0 +0xE6E3 0x8DC2 # 0 +0xE6E4 0x8DBE # 0 +0xE6E5 0x8DBA # 0 +0xE6E6 0x8DCF # 0 +0xE6E7 0x8DDA # 0 +0xE6E8 0x8DD6 # 0 +0xE6E9 0x8DCC # 0 +0xE6EA 0x8DDB # 0 +0xE6EB 0x8DCB # 0 +0xE6EC 0x8DEA # 0 +0xE6ED 0x8DEB # 0 +0xE6EE 0x8DDF # 0 +0xE6EF 0x8DE3 # 0 +0xE6F0 0x8DFC # 0 +0xE6F1 0x8E08 # 0 +0xE6F2 0x8E09 # 0 +0xE6F3 0x8DFF # 0 +0xE6F4 0x8E1D # 0 +0xE6F5 0x8E1E # 0 +0xE6F6 0x8E10 # 0 +0xE6F7 0x8E1F # 0 +0xE6F8 0x8E42 # 0 +0xE6F9 0x8E35 # 0 +0xE6FA 0x8E30 # 0 +0xE6FB 0x8E34 # 0 +0xE6FC 0x8E4A # 0 +0xE740 0x8E47 # 0 +0xE741 0x8E49 # 0 +0xE742 0x8E4C # 0 +0xE743 0x8E50 # 0 +0xE744 0x8E48 # 0 +0xE745 0x8E59 # 0 +0xE746 0x8E64 # 0 +0xE747 0x8E60 # 0 +0xE748 0x8E2A # 0 +0xE749 0x8E63 # 0 +0xE74A 0x8E55 # 0 +0xE74B 0x8E76 # 0 +0xE74C 0x8E72 # 0 +0xE74D 0x8E7C # 0 +0xE74E 0x8E81 # 0 +0xE74F 0x8E87 # 0 +0xE750 0x8E85 # 0 +0xE751 0x8E84 # 0 +0xE752 0x8E8B # 0 +0xE753 0x8E8A # 0 +0xE754 0x8E93 # 0 +0xE755 0x8E91 # 0 +0xE756 0x8E94 # 0 +0xE757 0x8E99 # 0 +0xE758 0x8EAA # 0 +0xE759 0x8EA1 # 0 +0xE75A 0x8EAC # 0 +0xE75B 0x8EB0 # 0 +0xE75C 0x8EC6 # 0 +0xE75D 0x8EB1 # 0 +0xE75E 0x8EBE # 0 +0xE75F 0x8EC5 # 0 +0xE760 0x8EC8 # 0 +0xE761 0x8ECB # 0 +0xE762 0x8EDB # 0 +0xE763 0x8EE3 # 0 +0xE764 0x8EFC # 0 +0xE765 0x8EFB # 0 +0xE766 0x8EEB # 0 +0xE767 0x8EFE # 0 +0xE768 0x8F0A # 0 +0xE769 0x8F05 # 0 +0xE76A 0x8F15 # 0 +0xE76B 0x8F12 # 0 +0xE76C 0x8F19 # 0 +0xE76D 0x8F13 # 0 +0xE76E 0x8F1C # 0 +0xE76F 0x8F1F # 0 +0xE770 0x8F1B # 0 +0xE771 0x8F0C # 0 +0xE772 0x8F26 # 0 +0xE773 0x8F33 # 0 +0xE774 0x8F3B # 0 +0xE775 0x8F39 # 0 +0xE776 0x8F45 # 0 +0xE777 0x8F42 # 0 +0xE778 0x8F3E # 0 +0xE779 0x8F4C # 0 +0xE77A 0x8F49 # 0 +0xE77B 0x8F46 # 0 +0xE77C 0x8F4E # 0 +0xE77D 0x8F57 # 0 +0xE77E 0x8F5C # 0 +0xE780 0x8F62 # 0 +0xE781 0x8F63 # 0 +0xE782 0x8F64 # 0 +0xE783 0x8F9C # 0 +0xE784 0x8F9F # 0 +0xE785 0x8FA3 # 0 +0xE786 0x8FAD # 0 +0xE787 0x8FAF # 0 +0xE788 0x8FB7 # 0 +0xE789 0x8FDA # 0 +0xE78A 0x8FE5 # 0 +0xE78B 0x8FE2 # 0 +0xE78C 0x8FEA # 0 +0xE78D 0x8FEF # 0 +0xE78E 0x9087 # 0 +0xE78F 0x8FF4 # 0 +0xE790 0x9005 # 0 +0xE791 0x8FF9 # 0 +0xE792 0x8FFA # 0 +0xE793 0x9011 # 0 +0xE794 0x9015 # 0 +0xE795 0x9021 # 0 +0xE796 0x900D # 0 +0xE797 0x901E # 0 +0xE798 0x9016 # 0 +0xE799 0x900B # 0 +0xE79A 0x9027 # 0 +0xE79B 0x9036 # 0 +0xE79C 0x9035 # 0 +0xE79D 0x9039 # 0 +0xE79E 0x8FF8 # 0 +0xE79F 0x904F # 0 +0xE7A0 0x9050 # 0 +0xE7A1 0x9051 # 0 +0xE7A2 0x9052 # 0 +0xE7A3 0x900E # 0 +0xE7A4 0x9049 # 0 +0xE7A5 0x903E # 0 +0xE7A6 0x9056 # 0 +0xE7A7 0x9058 # 0 +0xE7A8 0x905E # 0 +0xE7A9 0x9068 # 0 +0xE7AA 0x906F # 0 +0xE7AB 0x9076 # 0 +0xE7AC 0x96A8 # 0 +0xE7AD 0x9072 # 0 +0xE7AE 0x9082 # 0 +0xE7AF 0x907D # 0 +0xE7B0 0x9081 # 0 +0xE7B1 0x9080 # 0 +0xE7B2 0x908A # 0 +0xE7B3 0x9089 # 0 +0xE7B4 0x908F # 0 +0xE7B5 0x90A8 # 0 +0xE7B6 0x90AF # 0 +0xE7B7 0x90B1 # 0 +0xE7B8 0x90B5 # 0 +0xE7B9 0x90E2 # 0 +0xE7BA 0x90E4 # 0 +0xE7BB 0x6248 # 0 +0xE7BC 0x90DB # 0 +0xE7BD 0x9102 # 0 +0xE7BE 0x9112 # 0 +0xE7BF 0x9119 # 0 +0xE7C0 0x9132 # 0 +0xE7C1 0x9130 # 0 +0xE7C2 0x914A # 0 +0xE7C3 0x9156 # 0 +0xE7C4 0x9158 # 0 +0xE7C5 0x9163 # 0 +0xE7C6 0x9165 # 0 +0xE7C7 0x9169 # 0 +0xE7C8 0x9173 # 0 +0xE7C9 0x9172 # 0 +0xE7CA 0x918B # 0 +0xE7CB 0x9189 # 0 +0xE7CC 0x9182 # 0 +0xE7CD 0x91A2 # 0 +0xE7CE 0x91AB # 0 +0xE7CF 0x91AF # 0 +0xE7D0 0x91AA # 0 +0xE7D1 0x91B5 # 0 +0xE7D2 0x91B4 # 0 +0xE7D3 0x91BA # 0 +0xE7D4 0x91C0 # 0 +0xE7D5 0x91C1 # 0 +0xE7D6 0x91C9 # 0 +0xE7D7 0x91CB # 0 +0xE7D8 0x91D0 # 0 +0xE7D9 0x91D6 # 0 +0xE7DA 0x91DF # 0 +0xE7DB 0x91E1 # 0 +0xE7DC 0x91DB # 0 +0xE7DD 0x91FC # 0 +0xE7DE 0x91F5 # 0 +0xE7DF 0x91F6 # 0 +0xE7E0 0x921E # 0 +0xE7E1 0x91FF # 0 +0xE7E2 0x9214 # 0 +0xE7E3 0x922C # 0 +0xE7E4 0x9215 # 0 +0xE7E5 0x9211 # 0 +0xE7E6 0x925E # 0 +0xE7E7 0x9257 # 0 +0xE7E8 0x9245 # 0 +0xE7E9 0x9249 # 0 +0xE7EA 0x9264 # 0 +0xE7EB 0x9248 # 0 +0xE7EC 0x9295 # 0 +0xE7ED 0x923F # 0 +0xE7EE 0x924B # 0 +0xE7EF 0x9250 # 0 +0xE7F0 0x929C # 0 +0xE7F1 0x9296 # 0 +0xE7F2 0x9293 # 0 +0xE7F3 0x929B # 0 +0xE7F4 0x925A # 0 +0xE7F5 0x92CF # 0 +0xE7F6 0x92B9 # 0 +0xE7F7 0x92B7 # 0 +0xE7F8 0x92E9 # 0 +0xE7F9 0x930F # 0 +0xE7FA 0x92FA # 0 +0xE7FB 0x9344 # 0 +0xE7FC 0x932E # 0 +0xE840 0x9319 # 0 +0xE841 0x9322 # 0 +0xE842 0x931A # 0 +0xE843 0x9323 # 0 +0xE844 0x933A # 0 +0xE845 0x9335 # 0 +0xE846 0x933B # 0 +0xE847 0x935C # 0 +0xE848 0x9360 # 0 +0xE849 0x937C # 0 +0xE84A 0x936E # 0 +0xE84B 0x9356 # 0 +0xE84C 0x93B0 # 0 +0xE84D 0x93AC # 0 +0xE84E 0x93AD # 0 +0xE84F 0x9394 # 0 +0xE850 0x93B9 # 0 +0xE851 0x93D6 # 0 +0xE852 0x93D7 # 0 +0xE853 0x93E8 # 0 +0xE854 0x93E5 # 0 +0xE855 0x93D8 # 0 +0xE856 0x93C3 # 0 +0xE857 0x93DD # 0 +0xE858 0x93D0 # 0 +0xE859 0x93C8 # 0 +0xE85A 0x93E4 # 0 +0xE85B 0x941A # 0 +0xE85C 0x9414 # 0 +0xE85D 0x9413 # 0 +0xE85E 0x9403 # 0 +0xE85F 0x9407 # 0 +0xE860 0x9410 # 0 +0xE861 0x9436 # 0 +0xE862 0x942B # 0 +0xE863 0x9435 # 0 +0xE864 0x9421 # 0 +0xE865 0x943A # 0 +0xE866 0x9441 # 0 +0xE867 0x9452 # 0 +0xE868 0x9444 # 0 +0xE869 0x945B # 0 +0xE86A 0x9460 # 0 +0xE86B 0x9462 # 0 +0xE86C 0x945E # 0 +0xE86D 0x946A # 0 +0xE86E 0x9229 # 0 +0xE86F 0x9470 # 0 +0xE870 0x9475 # 0 +0xE871 0x9477 # 0 +0xE872 0x947D # 0 +0xE873 0x945A # 0 +0xE874 0x947C # 0 +0xE875 0x947E # 0 +0xE876 0x9481 # 0 +0xE877 0x947F # 0 +0xE878 0x9582 # 0 +0xE879 0x9587 # 0 +0xE87A 0x958A # 0 +0xE87B 0x9594 # 0 +0xE87C 0x9596 # 0 +0xE87D 0x9598 # 0 +0xE87E 0x9599 # 0 +0xE880 0x95A0 # 0 +0xE881 0x95A8 # 0 +0xE882 0x95A7 # 0 +0xE883 0x95AD # 0 +0xE884 0x95BC # 0 +0xE885 0x95BB # 0 +0xE886 0x95B9 # 0 +0xE887 0x95BE # 0 +0xE888 0x95CA # 0 +0xE889 0x6FF6 # 0 +0xE88A 0x95C3 # 0 +0xE88B 0x95CD # 0 +0xE88C 0x95CC # 0 +0xE88D 0x95D5 # 0 +0xE88E 0x95D4 # 0 +0xE88F 0x95D6 # 0 +0xE890 0x95DC # 0 +0xE891 0x95E1 # 0 +0xE892 0x95E5 # 0 +0xE893 0x95E2 # 0 +0xE894 0x9621 # 0 +0xE895 0x9628 # 0 +0xE896 0x962E # 0 +0xE897 0x962F # 0 +0xE898 0x9642 # 0 +0xE899 0x964C # 0 +0xE89A 0x964F # 0 +0xE89B 0x964B # 0 +0xE89C 0x9677 # 0 +0xE89D 0x965C # 0 +0xE89E 0x965E # 0 +0xE89F 0x965D # 0 +0xE8A0 0x965F # 0 +0xE8A1 0x9666 # 0 +0xE8A2 0x9672 # 0 +0xE8A3 0x966C # 0 +0xE8A4 0x968D # 0 +0xE8A5 0x9698 # 0 +0xE8A6 0x9695 # 0 +0xE8A7 0x9697 # 0 +0xE8A8 0x96AA # 0 +0xE8A9 0x96A7 # 0 +0xE8AA 0x96B1 # 0 +0xE8AB 0x96B2 # 0 +0xE8AC 0x96B0 # 0 +0xE8AD 0x96B4 # 0 +0xE8AE 0x96B6 # 0 +0xE8AF 0x96B8 # 0 +0xE8B0 0x96B9 # 0 +0xE8B1 0x96CE # 0 +0xE8B2 0x96CB # 0 +0xE8B3 0x96C9 # 0 +0xE8B4 0x96CD # 0 +0xE8B5 0x894D # 0 +0xE8B6 0x96DC # 0 +0xE8B7 0x970D # 0 +0xE8B8 0x96D5 # 0 +0xE8B9 0x96F9 # 0 +0xE8BA 0x9704 # 0 +0xE8BB 0x9706 # 0 +0xE8BC 0x9708 # 0 +0xE8BD 0x9713 # 0 +0xE8BE 0x970E # 0 +0xE8BF 0x9711 # 0 +0xE8C0 0x970F # 0 +0xE8C1 0x9716 # 0 +0xE8C2 0x9719 # 0 +0xE8C3 0x9724 # 0 +0xE8C4 0x972A # 0 +0xE8C5 0x9730 # 0 +0xE8C6 0x9739 # 0 +0xE8C7 0x973D # 0 +0xE8C8 0x973E # 0 +0xE8C9 0x9744 # 0 +0xE8CA 0x9746 # 0 +0xE8CB 0x9748 # 0 +0xE8CC 0x9742 # 0 +0xE8CD 0x9749 # 0 +0xE8CE 0x975C # 0 +0xE8CF 0x9760 # 0 +0xE8D0 0x9764 # 0 +0xE8D1 0x9766 # 0 +0xE8D2 0x9768 # 0 +0xE8D3 0x52D2 # 0 +0xE8D4 0x976B # 0 +0xE8D5 0x9771 # 0 +0xE8D6 0x9779 # 0 +0xE8D7 0x9785 # 0 +0xE8D8 0x977C # 0 +0xE8D9 0x9781 # 0 +0xE8DA 0x977A # 0 +0xE8DB 0x9786 # 0 +0xE8DC 0x978B # 0 +0xE8DD 0x978F # 0 +0xE8DE 0x9790 # 0 +0xE8DF 0x979C # 0 +0xE8E0 0x97A8 # 0 +0xE8E1 0x97A6 # 0 +0xE8E2 0x97A3 # 0 +0xE8E3 0x97B3 # 0 +0xE8E4 0x97B4 # 0 +0xE8E5 0x97C3 # 0 +0xE8E6 0x97C6 # 0 +0xE8E7 0x97C8 # 0 +0xE8E8 0x97CB # 0 +0xE8E9 0x97DC # 0 +0xE8EA 0x97ED # 0 +0xE8EB 0x9F4F # 0 +0xE8EC 0x97F2 # 0 +0xE8ED 0x7ADF # 0 +0xE8EE 0x97F6 # 0 +0xE8EF 0x97F5 # 0 +0xE8F0 0x980F # 0 +0xE8F1 0x980C # 0 +0xE8F2 0x9838 # 0 +0xE8F3 0x9824 # 0 +0xE8F4 0x9821 # 0 +0xE8F5 0x9837 # 0 +0xE8F6 0x983D # 0 +0xE8F7 0x9846 # 0 +0xE8F8 0x984F # 0 +0xE8F9 0x984B # 0 +0xE8FA 0x986B # 0 +0xE8FB 0x986F # 0 +0xE8FC 0x9870 # 0 +0xE940 0x9871 # 0 +0xE941 0x9874 # 0 +0xE942 0x9873 # 0 +0xE943 0x98AA # 0 +0xE944 0x98AF # 0 +0xE945 0x98B1 # 0 +0xE946 0x98B6 # 0 +0xE947 0x98C4 # 0 +0xE948 0x98C3 # 0 +0xE949 0x98C6 # 0 +0xE94A 0x98E9 # 0 +0xE94B 0x98EB # 0 +0xE94C 0x9903 # 0 +0xE94D 0x9909 # 0 +0xE94E 0x9912 # 0 +0xE94F 0x9914 # 0 +0xE950 0x9918 # 0 +0xE951 0x9921 # 0 +0xE952 0x991D # 0 +0xE953 0x991E # 0 +0xE954 0x9924 # 0 +0xE955 0x9920 # 0 +0xE956 0x992C # 0 +0xE957 0x992E # 0 +0xE958 0x993D # 0 +0xE959 0x993E # 0 +0xE95A 0x9942 # 0 +0xE95B 0x9949 # 0 +0xE95C 0x9945 # 0 +0xE95D 0x9950 # 0 +0xE95E 0x994B # 0 +0xE95F 0x9951 # 0 +0xE960 0x9952 # 0 +0xE961 0x994C # 0 +0xE962 0x9955 # 0 +0xE963 0x9997 # 0 +0xE964 0x9998 # 0 +0xE965 0x99A5 # 0 +0xE966 0x99AD # 0 +0xE967 0x99AE # 0 +0xE968 0x99BC # 0 +0xE969 0x99DF # 0 +0xE96A 0x99DB # 0 +0xE96B 0x99DD # 0 +0xE96C 0x99D8 # 0 +0xE96D 0x99D1 # 0 +0xE96E 0x99ED # 0 +0xE96F 0x99EE # 0 +0xE970 0x99F1 # 0 +0xE971 0x99F2 # 0 +0xE972 0x99FB # 0 +0xE973 0x99F8 # 0 +0xE974 0x9A01 # 0 +0xE975 0x9A0F # 0 +0xE976 0x9A05 # 0 +0xE977 0x99E2 # 0 +0xE978 0x9A19 # 0 +0xE979 0x9A2B # 0 +0xE97A 0x9A37 # 0 +0xE97B 0x9A45 # 0 +0xE97C 0x9A42 # 0 +0xE97D 0x9A40 # 0 +0xE97E 0x9A43 # 0 +0xE980 0x9A3E # 0 +0xE981 0x9A55 # 0 +0xE982 0x9A4D # 0 +0xE983 0x9A5B # 0 +0xE984 0x9A57 # 0 +0xE985 0x9A5F # 0 +0xE986 0x9A62 # 0 +0xE987 0x9A65 # 0 +0xE988 0x9A64 # 0 +0xE989 0x9A69 # 0 +0xE98A 0x9A6B # 0 +0xE98B 0x9A6A # 0 +0xE98C 0x9AAD # 0 +0xE98D 0x9AB0 # 0 +0xE98E 0x9ABC # 0 +0xE98F 0x9AC0 # 0 +0xE990 0x9ACF # 0 +0xE991 0x9AD1 # 0 +0xE992 0x9AD3 # 0 +0xE993 0x9AD4 # 0 +0xE994 0x9ADE # 0 +0xE995 0x9ADF # 0 +0xE996 0x9AE2 # 0 +0xE997 0x9AE3 # 0 +0xE998 0x9AE6 # 0 +0xE999 0x9AEF # 0 +0xE99A 0x9AEB # 0 +0xE99B 0x9AEE # 0 +0xE99C 0x9AF4 # 0 +0xE99D 0x9AF1 # 0 +0xE99E 0x9AF7 # 0 +0xE99F 0x9AFB # 0 +0xE9A0 0x9B06 # 0 +0xE9A1 0x9B18 # 0 +0xE9A2 0x9B1A # 0 +0xE9A3 0x9B1F # 0 +0xE9A4 0x9B22 # 0 +0xE9A5 0x9B23 # 0 +0xE9A6 0x9B25 # 0 +0xE9A7 0x9B27 # 0 +0xE9A8 0x9B28 # 0 +0xE9A9 0x9B29 # 0 +0xE9AA 0x9B2A # 0 +0xE9AB 0x9B2E # 0 +0xE9AC 0x9B2F # 0 +0xE9AD 0x9B32 # 0 +0xE9AE 0x9B44 # 0 +0xE9AF 0x9B43 # 0 +0xE9B0 0x9B4F # 0 +0xE9B1 0x9B4D # 0 +0xE9B2 0x9B4E # 0 +0xE9B3 0x9B51 # 0 +0xE9B4 0x9B58 # 0 +0xE9B5 0x9B74 # 0 +0xE9B6 0x9B93 # 0 +0xE9B7 0x9B83 # 0 +0xE9B8 0x9B91 # 0 +0xE9B9 0x9B96 # 0 +0xE9BA 0x9B97 # 0 +0xE9BB 0x9B9F # 0 +0xE9BC 0x9BA0 # 0 +0xE9BD 0x9BA8 # 0 +0xE9BE 0x9BB4 # 0 +0xE9BF 0x9BC0 # 0 +0xE9C0 0x9BCA # 0 +0xE9C1 0x9BB9 # 0 +0xE9C2 0x9BC6 # 0 +0xE9C3 0x9BCF # 0 +0xE9C4 0x9BD1 # 0 +0xE9C5 0x9BD2 # 0 +0xE9C6 0x9BE3 # 0 +0xE9C7 0x9BE2 # 0 +0xE9C8 0x9BE4 # 0 +0xE9C9 0x9BD4 # 0 +0xE9CA 0x9BE1 # 0 +0xE9CB 0x9C3A # 0 +0xE9CC 0x9BF2 # 0 +0xE9CD 0x9BF1 # 0 +0xE9CE 0x9BF0 # 0 +0xE9CF 0x9C15 # 0 +0xE9D0 0x9C14 # 0 +0xE9D1 0x9C09 # 0 +0xE9D2 0x9C13 # 0 +0xE9D3 0x9C0C # 0 +0xE9D4 0x9C06 # 0 +0xE9D5 0x9C08 # 0 +0xE9D6 0x9C12 # 0 +0xE9D7 0x9C0A # 0 +0xE9D8 0x9C04 # 0 +0xE9D9 0x9C2E # 0 +0xE9DA 0x9C1B # 0 +0xE9DB 0x9C25 # 0 +0xE9DC 0x9C24 # 0 +0xE9DD 0x9C21 # 0 +0xE9DE 0x9C30 # 0 +0xE9DF 0x9C47 # 0 +0xE9E0 0x9C32 # 0 +0xE9E1 0x9C46 # 0 +0xE9E2 0x9C3E # 0 +0xE9E3 0x9C5A # 0 +0xE9E4 0x9C60 # 0 +0xE9E5 0x9C67 # 0 +0xE9E6 0x9C76 # 0 +0xE9E7 0x9C78 # 0 +0xE9E8 0x9CE7 # 0 +0xE9E9 0x9CEC # 0 +0xE9EA 0x9CF0 # 0 +0xE9EB 0x9D09 # 0 +0xE9EC 0x9D08 # 0 +0xE9ED 0x9CEB # 0 +0xE9EE 0x9D03 # 0 +0xE9EF 0x9D06 # 0 +0xE9F0 0x9D2A # 0 +0xE9F1 0x9D26 # 0 +0xE9F2 0x9DAF # 0 +0xE9F3 0x9D23 # 0 +0xE9F4 0x9D1F # 0 +0xE9F5 0x9D44 # 0 +0xE9F6 0x9D15 # 0 +0xE9F7 0x9D12 # 0 +0xE9F8 0x9D41 # 0 +0xE9F9 0x9D3F # 0 +0xE9FA 0x9D3E # 0 +0xE9FB 0x9D46 # 0 +0xE9FC 0x9D48 # 0 +0xEA40 0x9D5D # 0 +0xEA41 0x9D5E # 0 +0xEA42 0x9D64 # 0 +0xEA43 0x9D51 # 0 +0xEA44 0x9D50 # 0 +0xEA45 0x9D59 # 0 +0xEA46 0x9D72 # 0 +0xEA47 0x9D89 # 0 +0xEA48 0x9D87 # 0 +0xEA49 0x9DAB # 0 +0xEA4A 0x9D6F # 0 +0xEA4B 0x9D7A # 0 +0xEA4C 0x9D9A # 0 +0xEA4D 0x9DA4 # 0 +0xEA4E 0x9DA9 # 0 +0xEA4F 0x9DB2 # 0 +0xEA50 0x9DC4 # 0 +0xEA51 0x9DC1 # 0 +0xEA52 0x9DBB # 0 +0xEA53 0x9DB8 # 0 +0xEA54 0x9DBA # 0 +0xEA55 0x9DC6 # 0 +0xEA56 0x9DCF # 0 +0xEA57 0x9DC2 # 0 +0xEA58 0x9DD9 # 0 +0xEA59 0x9DD3 # 0 +0xEA5A 0x9DF8 # 0 +0xEA5B 0x9DE6 # 0 +0xEA5C 0x9DED # 0 +0xEA5D 0x9DEF # 0 +0xEA5E 0x9DFD # 0 +0xEA5F 0x9E1A # 0 +0xEA60 0x9E1B # 0 +0xEA61 0x9E1E # 0 +0xEA62 0x9E75 # 0 +0xEA63 0x9E79 # 0 +0xEA64 0x9E7D # 0 +0xEA65 0x9E81 # 0 +0xEA66 0x9E88 # 0 +0xEA67 0x9E8B # 0 +0xEA68 0x9E8C # 0 +0xEA69 0x9E92 # 0 +0xEA6A 0x9E95 # 0 +0xEA6B 0x9E91 # 0 +0xEA6C 0x9E9D # 0 +0xEA6D 0x9EA5 # 0 +0xEA6E 0x9EA9 # 0 +0xEA6F 0x9EB8 # 0 +0xEA70 0x9EAA # 0 +0xEA71 0x9EAD # 0 +0xEA72 0x9761 # 0 +0xEA73 0x9ECC # 0 +0xEA74 0x9ECE # 0 +0xEA75 0x9ECF # 0 +0xEA76 0x9ED0 # 0 +0xEA77 0x9ED4 # 0 +0xEA78 0x9EDC # 0 +0xEA79 0x9EDE # 0 +0xEA7A 0x9EDD # 0 +0xEA7B 0x9EE0 # 0 +0xEA7C 0x9EE5 # 0 +0xEA7D 0x9EE8 # 0 +0xEA7E 0x9EEF # 0 +0xEA80 0x9EF4 # 0 +0xEA81 0x9EF6 # 0 +0xEA82 0x9EF7 # 0 +0xEA83 0x9EF9 # 0 +0xEA84 0x9EFB # 0 +0xEA85 0x9EFC # 0 +0xEA86 0x9EFD # 0 +0xEA87 0x9F07 # 0 +0xEA88 0x9F08 # 0 +0xEA89 0x76B7 # 0 +0xEA8A 0x9F15 # 0 +0xEA8B 0x9F21 # 0 +0xEA8C 0x9F2C # 0 +0xEA8D 0x9F3E # 0 +0xEA8E 0x9F4A # 0 +0xEA8F 0x9F52 # 0 +0xEA90 0x9F54 # 0 +0xEA91 0x9F63 # 0 +0xEA92 0x9F5F # 0 +0xEA93 0x9F60 # 0 +0xEA94 0x9F61 # 0 +0xEA95 0x9F66 # 0 +0xEA96 0x9F67 # 0 +0xEA97 0x9F6C # 0 +0xEA98 0x9F6A # 0 +0xEA99 0x9F77 # 0 +0xEA9A 0x9F72 # 0 +0xEA9B 0x9F76 # 0 +0xEA9C 0x9F95 # 0 +0xEA9D 0x9F9C # 0 +0xEA9E 0x9FA0 # 0 +0xEA9F 0x582F # 0 +0xEAA0 0x69C7 # 0 +0xEAA1 0x9059 # 0 +0xEAA2 0x7464 # 0 +0xEAA3 0x51DC # 0 +0xEAA4 0x7199 # 0 +0xF040 0xE000 # 0 +0xF041 0xE001 # 0 +0xF042 0xE002 # 0 +0xF043 0xE003 # 0 +0xF044 0xE004 # 0 +0xF045 0xE005 # 0 +0xF046 0xE006 # 0 +0xF047 0xE007 # 0 +0xF048 0xE008 # 0 +0xF049 0xE009 # 0 +0xF04A 0xE00A # 0 +0xF04B 0xE00B # 0 +0xF04C 0xE00C # 0 +0xF04D 0xE00D # 0 +0xF04E 0xE00E # 0 +0xF04F 0xE00F # 0 +0xF050 0xE010 # 0 +0xF051 0xE011 # 0 +0xF052 0xE012 # 0 +0xF053 0xE013 # 0 +0xF054 0xE014 # 0 +0xF055 0xE015 # 0 +0xF056 0xE016 # 0 +0xF057 0xE017 # 0 +0xF058 0xE018 # 0 +0xF059 0xE019 # 0 +0xF05A 0xE01A # 0 +0xF05B 0xE01B # 0 +0xF05C 0xE01C # 0 +0xF05D 0xE01D # 0 +0xF05E 0xE01E # 0 +0xF05F 0xE01F # 0 +0xF060 0xE020 # 0 +0xF061 0xE021 # 0 +0xF062 0xE022 # 0 +0xF063 0xE023 # 0 +0xF064 0xE024 # 0 +0xF065 0xE025 # 0 +0xF066 0xE026 # 0 +0xF067 0xE027 # 0 +0xF068 0xE028 # 0 +0xF069 0xE029 # 0 +0xF06A 0xE02A # 0 +0xF06B 0xE02B # 0 +0xF06C 0xE02C # 0 +0xF06D 0xE02D # 0 +0xF06E 0xE02E # 0 +0xF06F 0xE02F # 0 +0xF070 0xE030 # 0 +0xF071 0xE031 # 0 +0xF072 0xE032 # 0 +0xF073 0xE033 # 0 +0xF074 0xE034 # 0 +0xF075 0xE035 # 0 +0xF076 0xE036 # 0 +0xF077 0xE037 # 0 +0xF078 0xE038 # 0 +0xF079 0xE039 # 0 +0xF07A 0xE03A # 0 +0xF07B 0xE03B # 0 +0xF07C 0xE03C # 0 +0xF07D 0xE03D # 0 +0xF07E 0xE03E # 0 +0xF080 0xE03F # 0 +0xF081 0xE040 # 0 +0xF082 0xE041 # 0 +0xF083 0xE042 # 0 +0xF084 0xE043 # 0 +0xF085 0xE044 # 0 +0xF086 0xE045 # 0 +0xF087 0xE046 # 0 +0xF088 0xE047 # 0 +0xF089 0xE048 # 0 +0xF08A 0xE049 # 0 +0xF08B 0xE04A # 0 +0xF08C 0xE04B # 0 +0xF08D 0xE04C # 0 +0xF08E 0xE04D # 0 +0xF08F 0xE04E # 0 +0xF090 0xE04F # 0 +0xF091 0xE050 # 0 +0xF092 0xE051 # 0 +0xF093 0xE052 # 0 +0xF094 0xE053 # 0 +0xF095 0xE054 # 0 +0xF096 0xE055 # 0 +0xF097 0xE056 # 0 +0xF098 0xE057 # 0 +0xF099 0xE058 # 0 +0xF09A 0xE059 # 0 +0xF09B 0xE05A # 0 +0xF09C 0xE05B # 0 +0xF09D 0xE05C # 0 +0xF09E 0xE05D # 0 +0xF09F 0xE05E # 0 +0xF0A0 0xE05F # 0 +0xF0A1 0xE060 # 0 +0xF0A2 0xE061 # 0 +0xF0A3 0xE062 # 0 +0xF0A4 0xE063 # 0 +0xF0A5 0xE064 # 0 +0xF0A6 0xE065 # 0 +0xF0A7 0xE066 # 0 +0xF0A8 0xE067 # 0 +0xF0A9 0xE068 # 0 +0xF0AA 0xE069 # 0 +0xF0AB 0xE06A # 0 +0xF0AC 0xE06B # 0 +0xF0AD 0xE06C # 0 +0xF0AE 0xE06D # 0 +0xF0AF 0xE06E # 0 +0xF0B0 0xE06F # 0 +0xF0B1 0xE070 # 0 +0xF0B2 0xE071 # 0 +0xF0B3 0xE072 # 0 +0xF0B4 0xE073 # 0 +0xF0B5 0xE074 # 0 +0xF0B6 0xE075 # 0 +0xF0B7 0xE076 # 0 +0xF0B8 0xE077 # 0 +0xF0B9 0xE078 # 0 +0xF0BA 0xE079 # 0 +0xF0BB 0xE07A # 0 +0xF0BC 0xE07B # 0 +0xF0BD 0xE07C # 0 +0xF0BE 0xE07D # 0 +0xF0BF 0xE07E # 0 +0xF0C0 0xE07F # 0 +0xF0C1 0xE080 # 0 +0xF0C2 0xE081 # 0 +0xF0C3 0xE082 # 0 +0xF0C4 0xE083 # 0 +0xF0C5 0xE084 # 0 +0xF0C6 0xE085 # 0 +0xF0C7 0xE086 # 0 +0xF0C8 0xE087 # 0 +0xF0C9 0xE088 # 0 +0xF0CA 0xE089 # 0 +0xF0CB 0xE08A # 0 +0xF0CC 0xE08B # 0 +0xF0CD 0xE08C # 0 +0xF0CE 0xE08D # 0 +0xF0CF 0xE08E # 0 +0xF0D0 0xE08F # 0 +0xF0D1 0xE090 # 0 +0xF0D2 0xE091 # 0 +0xF0D3 0xE092 # 0 +0xF0D4 0xE093 # 0 +0xF0D5 0xE094 # 0 +0xF0D6 0xE095 # 0 +0xF0D7 0xE096 # 0 +0xF0D8 0xE097 # 0 +0xF0D9 0xE098 # 0 +0xF0DA 0xE099 # 0 +0xF0DB 0xE09A # 0 +0xF0DC 0xE09B # 0 +0xF0DD 0xE09C # 0 +0xF0DE 0xE09D # 0 +0xF0DF 0xE09E # 0 +0xF0E0 0xE09F # 0 +0xF0E1 0xE0A0 # 0 +0xF0E2 0xE0A1 # 0 +0xF0E3 0xE0A2 # 0 +0xF0E4 0xE0A3 # 0 +0xF0E5 0xE0A4 # 0 +0xF0E6 0xE0A5 # 0 +0xF0E7 0xE0A6 # 0 +0xF0E8 0xE0A7 # 0 +0xF0E9 0xE0A8 # 0 +0xF0EA 0xE0A9 # 0 +0xF0EB 0xE0AA # 0 +0xF0EC 0xE0AB # 0 +0xF0ED 0xE0AC # 0 +0xF0EE 0xE0AD # 0 +0xF0EF 0xE0AE # 0 +0xF0F0 0xE0AF # 0 +0xF0F1 0xE0B0 # 0 +0xF0F2 0xE0B1 # 0 +0xF0F3 0xE0B2 # 0 +0xF0F4 0xE0B3 # 0 +0xF0F5 0xE0B4 # 0 +0xF0F6 0xE0B5 # 0 +0xF0F7 0xE0B6 # 0 +0xF0F8 0xE0B7 # 0 +0xF0F9 0xE0B8 # 0 +0xF0FA 0xE0B9 # 0 +0xF0FB 0xE0BA # 0 +0xF0FC 0xE0BB # 0 +0xF140 0xE0BC # 0 +0xF141 0xE0BD # 0 +0xF142 0xE0BE # 0 +0xF143 0xE0BF # 0 +0xF144 0xE0C0 # 0 +0xF145 0xE0C1 # 0 +0xF146 0xE0C2 # 0 +0xF147 0xE0C3 # 0 +0xF148 0xE0C4 # 0 +0xF149 0xE0C5 # 0 +0xF14A 0xE0C6 # 0 +0xF14B 0xE0C7 # 0 +0xF14C 0xE0C8 # 0 +0xF14D 0xE0C9 # 0 +0xF14E 0xE0CA # 0 +0xF14F 0xE0CB # 0 +0xF150 0xE0CC # 0 +0xF151 0xE0CD # 0 +0xF152 0xE0CE # 0 +0xF153 0xE0CF # 0 +0xF154 0xE0D0 # 0 +0xF155 0xE0D1 # 0 +0xF156 0xE0D2 # 0 +0xF157 0xE0D3 # 0 +0xF158 0xE0D4 # 0 +0xF159 0xE0D5 # 0 +0xF15A 0xE0D6 # 0 +0xF15B 0xE0D7 # 0 +0xF15C 0xE0D8 # 0 +0xF15D 0xE0D9 # 0 +0xF15E 0xE0DA # 0 +0xF15F 0xE0DB # 0 +0xF160 0xE0DC # 0 +0xF161 0xE0DD # 0 +0xF162 0xE0DE # 0 +0xF163 0xE0DF # 0 +0xF164 0xE0E0 # 0 +0xF165 0xE0E1 # 0 +0xF166 0xE0E2 # 0 +0xF167 0xE0E3 # 0 +0xF168 0xE0E4 # 0 +0xF169 0xE0E5 # 0 +0xF16A 0xE0E6 # 0 +0xF16B 0xE0E7 # 0 +0xF16C 0xE0E8 # 0 +0xF16D 0xE0E9 # 0 +0xF16E 0xE0EA # 0 +0xF16F 0xE0EB # 0 +0xF170 0xE0EC # 0 +0xF171 0xE0ED # 0 +0xF172 0xE0EE # 0 +0xF173 0xE0EF # 0 +0xF174 0xE0F0 # 0 +0xF175 0xE0F1 # 0 +0xF176 0xE0F2 # 0 +0xF177 0xE0F3 # 0 +0xF178 0xE0F4 # 0 +0xF179 0xE0F5 # 0 +0xF17A 0xE0F6 # 0 +0xF17B 0xE0F7 # 0 +0xF17C 0xE0F8 # 0 +0xF17D 0xE0F9 # 0 +0xF17E 0xE0FA # 0 +0xF180 0xE0FB # 0 +0xF181 0xE0FC # 0 +0xF182 0xE0FD # 0 +0xF183 0xE0FE # 0 +0xF184 0xE0FF # 0 +0xF185 0xE100 # 0 +0xF186 0xE101 # 0 +0xF187 0xE102 # 0 +0xF188 0xE103 # 0 +0xF189 0xE104 # 0 +0xF18A 0xE105 # 0 +0xF18B 0xE106 # 0 +0xF18C 0xE107 # 0 +0xF18D 0xE108 # 0 +0xF18E 0xE109 # 0 +0xF18F 0xE10A # 0 +0xF190 0xE10B # 0 +0xF191 0xE10C # 0 +0xF192 0xE10D # 0 +0xF193 0xE10E # 0 +0xF194 0xE10F # 0 +0xF195 0xE110 # 0 +0xF196 0xE111 # 0 +0xF197 0xE112 # 0 +0xF198 0xE113 # 0 +0xF199 0xE114 # 0 +0xF19A 0xE115 # 0 +0xF19B 0xE116 # 0 +0xF19C 0xE117 # 0 +0xF19D 0xE118 # 0 +0xF19E 0xE119 # 0 +0xF19F 0xE11A # 0 +0xF1A0 0xE11B # 0 +0xF1A1 0xE11C # 0 +0xF1A2 0xE11D # 0 +0xF1A3 0xE11E # 0 +0xF1A4 0xE11F # 0 +0xF1A5 0xE120 # 0 +0xF1A6 0xE121 # 0 +0xF1A7 0xE122 # 0 +0xF1A8 0xE123 # 0 +0xF1A9 0xE124 # 0 +0xF1AA 0xE125 # 0 +0xF1AB 0xE126 # 0 +0xF1AC 0xE127 # 0 +0xF1AD 0xE128 # 0 +0xF1AE 0xE129 # 0 +0xF1AF 0xE12A # 0 +0xF1B0 0xE12B # 0 +0xF1B1 0xE12C # 0 +0xF1B2 0xE12D # 0 +0xF1B3 0xE12E # 0 +0xF1B4 0xE12F # 0 +0xF1B5 0xE130 # 0 +0xF1B6 0xE131 # 0 +0xF1B7 0xE132 # 0 +0xF1B8 0xE133 # 0 +0xF1B9 0xE134 # 0 +0xF1BA 0xE135 # 0 +0xF1BB 0xE136 # 0 +0xF1BC 0xE137 # 0 +0xF1BD 0xE138 # 0 +0xF1BE 0xE139 # 0 +0xF1BF 0xE13A # 0 +0xF1C0 0xE13B # 0 +0xF1C1 0xE13C # 0 +0xF1C2 0xE13D # 0 +0xF1C3 0xE13E # 0 +0xF1C4 0xE13F # 0 +0xF1C5 0xE140 # 0 +0xF1C6 0xE141 # 0 +0xF1C7 0xE142 # 0 +0xF1C8 0xE143 # 0 +0xF1C9 0xE144 # 0 +0xF1CA 0xE145 # 0 +0xF1CB 0xE146 # 0 +0xF1CC 0xE147 # 0 +0xF1CD 0xE148 # 0 +0xF1CE 0xE149 # 0 +0xF1CF 0xE14A # 0 +0xF1D0 0xE14B # 0 +0xF1D1 0xE14C # 0 +0xF1D2 0xE14D # 0 +0xF1D3 0xE14E # 0 +0xF1D4 0xE14F # 0 +0xF1D5 0xE150 # 0 +0xF1D6 0xE151 # 0 +0xF1D7 0xE152 # 0 +0xF1D8 0xE153 # 0 +0xF1D9 0xE154 # 0 +0xF1DA 0xE155 # 0 +0xF1DB 0xE156 # 0 +0xF1DC 0xE157 # 0 +0xF1DD 0xE158 # 0 +0xF1DE 0xE159 # 0 +0xF1DF 0xE15A # 0 +0xF1E0 0xE15B # 0 +0xF1E1 0xE15C # 0 +0xF1E2 0xE15D # 0 +0xF1E3 0xE15E # 0 +0xF1E4 0xE15F # 0 +0xF1E5 0xE160 # 0 +0xF1E6 0xE161 # 0 +0xF1E7 0xE162 # 0 +0xF1E8 0xE163 # 0 +0xF1E9 0xE164 # 0 +0xF1EA 0xE165 # 0 +0xF1EB 0xE166 # 0 +0xF1EC 0xE167 # 0 +0xF1ED 0xE168 # 0 +0xF1EE 0xE169 # 0 +0xF1EF 0xE16A # 0 +0xF1F0 0xE16B # 0 +0xF1F1 0xE16C # 0 +0xF1F2 0xE16D # 0 +0xF1F3 0xE16E # 0 +0xF1F4 0xE16F # 0 +0xF1F5 0xE170 # 0 +0xF1F6 0xE171 # 0 +0xF1F7 0xE172 # 0 +0xF1F8 0xE173 # 0 +0xF1F9 0xE174 # 0 +0xF1FA 0xE175 # 0 +0xF1FB 0xE176 # 0 +0xF1FC 0xE177 # 0 +0xF240 0xE178 # 0 +0xF241 0xE179 # 0 +0xF242 0xE17A # 0 +0xF243 0xE17B # 0 +0xF244 0xE17C # 0 +0xF245 0xE17D # 0 +0xF246 0xE17E # 0 +0xF247 0xE17F # 0 +0xF248 0xE180 # 0 +0xF249 0xE181 # 0 +0xF24A 0xE182 # 0 +0xF24B 0xE183 # 0 +0xF24C 0xE184 # 0 +0xF24D 0xE185 # 0 +0xF24E 0xE186 # 0 +0xF24F 0xE187 # 0 +0xF250 0xE188 # 0 +0xF251 0xE189 # 0 +0xF252 0xE18A # 0 +0xF253 0xE18B # 0 +0xF254 0xE18C # 0 +0xF255 0xE18D # 0 +0xF256 0xE18E # 0 +0xF257 0xE18F # 0 +0xF258 0xE190 # 0 +0xF259 0xE191 # 0 +0xF25A 0xE192 # 0 +0xF25B 0xE193 # 0 +0xF25C 0xE194 # 0 +0xF25D 0xE195 # 0 +0xF25E 0xE196 # 0 +0xF25F 0xE197 # 0 +0xF260 0xE198 # 0 +0xF261 0xE199 # 0 +0xF262 0xE19A # 0 +0xF263 0xE19B # 0 +0xF264 0xE19C # 0 +0xF265 0xE19D # 0 +0xF266 0xE19E # 0 +0xF267 0xE19F # 0 +0xF268 0xE1A0 # 0 +0xF269 0xE1A1 # 0 +0xF26A 0xE1A2 # 0 +0xF26B 0xE1A3 # 0 +0xF26C 0xE1A4 # 0 +0xF26D 0xE1A5 # 0 +0xF26E 0xE1A6 # 0 +0xF26F 0xE1A7 # 0 +0xF270 0xE1A8 # 0 +0xF271 0xE1A9 # 0 +0xF272 0xE1AA # 0 +0xF273 0xE1AB # 0 +0xF274 0xE1AC # 0 +0xF275 0xE1AD # 0 +0xF276 0xE1AE # 0 +0xF277 0xE1AF # 0 +0xF278 0xE1B0 # 0 +0xF279 0xE1B1 # 0 +0xF27A 0xE1B2 # 0 +0xF27B 0xE1B3 # 0 +0xF27C 0xE1B4 # 0 +0xF27D 0xE1B5 # 0 +0xF27E 0xE1B6 # 0 +0xF280 0xE1B7 # 0 +0xF281 0xE1B8 # 0 +0xF282 0xE1B9 # 0 +0xF283 0xE1BA # 0 +0xF284 0xE1BB # 0 +0xF285 0xE1BC # 0 +0xF286 0xE1BD # 0 +0xF287 0xE1BE # 0 +0xF288 0xE1BF # 0 +0xF289 0xE1C0 # 0 +0xF28A 0xE1C1 # 0 +0xF28B 0xE1C2 # 0 +0xF28C 0xE1C3 # 0 +0xF28D 0xE1C4 # 0 +0xF28E 0xE1C5 # 0 +0xF28F 0xE1C6 # 0 +0xF290 0xE1C7 # 0 +0xF291 0xE1C8 # 0 +0xF292 0xE1C9 # 0 +0xF293 0xE1CA # 0 +0xF294 0xE1CB # 0 +0xF295 0xE1CC # 0 +0xF296 0xE1CD # 0 +0xF297 0xE1CE # 0 +0xF298 0xE1CF # 0 +0xF299 0xE1D0 # 0 +0xF29A 0xE1D1 # 0 +0xF29B 0xE1D2 # 0 +0xF29C 0xE1D3 # 0 +0xF29D 0xE1D4 # 0 +0xF29E 0xE1D5 # 0 +0xF29F 0xE1D6 # 0 +0xF2A0 0xE1D7 # 0 +0xF2A1 0xE1D8 # 0 +0xF2A2 0xE1D9 # 0 +0xF2A3 0xE1DA # 0 +0xF2A4 0xE1DB # 0 +0xF2A5 0xE1DC # 0 +0xF2A6 0xE1DD # 0 +0xF2A7 0xE1DE # 0 +0xF2A8 0xE1DF # 0 +0xF2A9 0xE1E0 # 0 +0xF2AA 0xE1E1 # 0 +0xF2AB 0xE1E2 # 0 +0xF2AC 0xE1E3 # 0 +0xF2AD 0xE1E4 # 0 +0xF2AE 0xE1E5 # 0 +0xF2AF 0xE1E6 # 0 +0xF2B0 0xE1E7 # 0 +0xF2B1 0xE1E8 # 0 +0xF2B2 0xE1E9 # 0 +0xF2B3 0xE1EA # 0 +0xF2B4 0xE1EB # 0 +0xF2B5 0xE1EC # 0 +0xF2B6 0xE1ED # 0 +0xF2B7 0xE1EE # 0 +0xF2B8 0xE1EF # 0 +0xF2B9 0xE1F0 # 0 +0xF2BA 0xE1F1 # 0 +0xF2BB 0xE1F2 # 0 +0xF2BC 0xE1F3 # 0 +0xF2BD 0xE1F4 # 0 +0xF2BE 0xE1F5 # 0 +0xF2BF 0xE1F6 # 0 +0xF2C0 0xE1F7 # 0 +0xF2C1 0xE1F8 # 0 +0xF2C2 0xE1F9 # 0 +0xF2C3 0xE1FA # 0 +0xF2C4 0xE1FB # 0 +0xF2C5 0xE1FC # 0 +0xF2C6 0xE1FD # 0 +0xF2C7 0xE1FE # 0 +0xF2C8 0xE1FF # 0 +0xF2C9 0xE200 # 0 +0xF2CA 0xE201 # 0 +0xF2CB 0xE202 # 0 +0xF2CC 0xE203 # 0 +0xF2CD 0xE204 # 0 +0xF2CE 0xE205 # 0 +0xF2CF 0xE206 # 0 +0xF2D0 0xE207 # 0 +0xF2D1 0xE208 # 0 +0xF2D2 0xE209 # 0 +0xF2D3 0xE20A # 0 +0xF2D4 0xE20B # 0 +0xF2D5 0xE20C # 0 +0xF2D6 0xE20D # 0 +0xF2D7 0xE20E # 0 +0xF2D8 0xE20F # 0 +0xF2D9 0xE210 # 0 +0xF2DA 0xE211 # 0 +0xF2DB 0xE212 # 0 +0xF2DC 0xE213 # 0 +0xF2DD 0xE214 # 0 +0xF2DE 0xE215 # 0 +0xF2DF 0xE216 # 0 +0xF2E0 0xE217 # 0 +0xF2E1 0xE218 # 0 +0xF2E2 0xE219 # 0 +0xF2E3 0xE21A # 0 +0xF2E4 0xE21B # 0 +0xF2E5 0xE21C # 0 +0xF2E6 0xE21D # 0 +0xF2E7 0xE21E # 0 +0xF2E8 0xE21F # 0 +0xF2E9 0xE220 # 0 +0xF2EA 0xE221 # 0 +0xF2EB 0xE222 # 0 +0xF2EC 0xE223 # 0 +0xF2ED 0xE224 # 0 +0xF2EE 0xE225 # 0 +0xF2EF 0xE226 # 0 +0xF2F0 0xE227 # 0 +0xF2F1 0xE228 # 0 +0xF2F2 0xE229 # 0 +0xF2F3 0xE22A # 0 +0xF2F4 0xE22B # 0 +0xF2F5 0xE22C # 0 +0xF2F6 0xE22D # 0 +0xF2F7 0xE22E # 0 +0xF2F8 0xE22F # 0 +0xF2F9 0xE230 # 0 +0xF2FA 0xE231 # 0 +0xF2FB 0xE232 # 0 +0xF2FC 0xE233 # 0 +0xF340 0xE234 # 0 +0xF341 0xE235 # 0 +0xF342 0xE236 # 0 +0xF343 0xE237 # 0 +0xF344 0xE238 # 0 +0xF345 0xE239 # 0 +0xF346 0xE23A # 0 +0xF347 0xE23B # 0 +0xF348 0xE23C # 0 +0xF349 0xE23D # 0 +0xF34A 0xE23E # 0 +0xF34B 0xE23F # 0 +0xF34C 0xE240 # 0 +0xF34D 0xE241 # 0 +0xF34E 0xE242 # 0 +0xF34F 0xE243 # 0 +0xF350 0xE244 # 0 +0xF351 0xE245 # 0 +0xF352 0xE246 # 0 +0xF353 0xE247 # 0 +0xF354 0xE248 # 0 +0xF355 0xE249 # 0 +0xF356 0xE24A # 0 +0xF357 0xE24B # 0 +0xF358 0xE24C # 0 +0xF359 0xE24D # 0 +0xF35A 0xE24E # 0 +0xF35B 0xE24F # 0 +0xF35C 0xE250 # 0 +0xF35D 0xE251 # 0 +0xF35E 0xE252 # 0 +0xF35F 0xE253 # 0 +0xF360 0xE254 # 0 +0xF361 0xE255 # 0 +0xF362 0xE256 # 0 +0xF363 0xE257 # 0 +0xF364 0xE258 # 0 +0xF365 0xE259 # 0 +0xF366 0xE25A # 0 +0xF367 0xE25B # 0 +0xF368 0xE25C # 0 +0xF369 0xE25D # 0 +0xF36A 0xE25E # 0 +0xF36B 0xE25F # 0 +0xF36C 0xE260 # 0 +0xF36D 0xE261 # 0 +0xF36E 0xE262 # 0 +0xF36F 0xE263 # 0 +0xF370 0xE264 # 0 +0xF371 0xE265 # 0 +0xF372 0xE266 # 0 +0xF373 0xE267 # 0 +0xF374 0xE268 # 0 +0xF375 0xE269 # 0 +0xF376 0xE26A # 0 +0xF377 0xE26B # 0 +0xF378 0xE26C # 0 +0xF379 0xE26D # 0 +0xF37A 0xE26E # 0 +0xF37B 0xE26F # 0 +0xF37C 0xE270 # 0 +0xF37D 0xE271 # 0 +0xF37E 0xE272 # 0 +0xF380 0xE273 # 0 +0xF381 0xE274 # 0 +0xF382 0xE275 # 0 +0xF383 0xE276 # 0 +0xF384 0xE277 # 0 +0xF385 0xE278 # 0 +0xF386 0xE279 # 0 +0xF387 0xE27A # 0 +0xF388 0xE27B # 0 +0xF389 0xE27C # 0 +0xF38A 0xE27D # 0 +0xF38B 0xE27E # 0 +0xF38C 0xE27F # 0 +0xF38D 0xE280 # 0 +0xF38E 0xE281 # 0 +0xF38F 0xE282 # 0 +0xF390 0xE283 # 0 +0xF391 0xE284 # 0 +0xF392 0xE285 # 0 +0xF393 0xE286 # 0 +0xF394 0xE287 # 0 +0xF395 0xE288 # 0 +0xF396 0xE289 # 0 +0xF397 0xE28A # 0 +0xF398 0xE28B # 0 +0xF399 0xE28C # 0 +0xF39A 0xE28D # 0 +0xF39B 0xE28E # 0 +0xF39C 0xE28F # 0 +0xF39D 0xE290 # 0 +0xF39E 0xE291 # 0 +0xF39F 0xE292 # 0 +0xF3A0 0xE293 # 0 +0xF3A1 0xE294 # 0 +0xF3A2 0xE295 # 0 +0xF3A3 0xE296 # 0 +0xF3A4 0xE297 # 0 +0xF3A5 0xE298 # 0 +0xF3A6 0xE299 # 0 +0xF3A7 0xE29A # 0 +0xF3A8 0xE29B # 0 +0xF3A9 0xE29C # 0 +0xF3AA 0xE29D # 0 +0xF3AB 0xE29E # 0 +0xF3AC 0xE29F # 0 +0xF3AD 0xE2A0 # 0 +0xF3AE 0xE2A1 # 0 +0xF3AF 0xE2A2 # 0 +0xF3B0 0xE2A3 # 0 +0xF3B1 0xE2A4 # 0 +0xF3B2 0xE2A5 # 0 +0xF3B3 0xE2A6 # 0 +0xF3B4 0xE2A7 # 0 +0xF3B5 0xE2A8 # 0 +0xF3B6 0xE2A9 # 0 +0xF3B7 0xE2AA # 0 +0xF3B8 0xE2AB # 0 +0xF3B9 0xE2AC # 0 +0xF3BA 0xE2AD # 0 +0xF3BB 0xE2AE # 0 +0xF3BC 0xE2AF # 0 +0xF3BD 0xE2B0 # 0 +0xF3BE 0xE2B1 # 0 +0xF3BF 0xE2B2 # 0 +0xF3C0 0xE2B3 # 0 +0xF3C1 0xE2B4 # 0 +0xF3C2 0xE2B5 # 0 +0xF3C3 0xE2B6 # 0 +0xF3C4 0xE2B7 # 0 +0xF3C5 0xE2B8 # 0 +0xF3C6 0xE2B9 # 0 +0xF3C7 0xE2BA # 0 +0xF3C8 0xE2BB # 0 +0xF3C9 0xE2BC # 0 +0xF3CA 0xE2BD # 0 +0xF3CB 0xE2BE # 0 +0xF3CC 0xE2BF # 0 +0xF3CD 0xE2C0 # 0 +0xF3CE 0xE2C1 # 0 +0xF3CF 0xE2C2 # 0 +0xF3D0 0xE2C3 # 0 +0xF3D1 0xE2C4 # 0 +0xF3D2 0xE2C5 # 0 +0xF3D3 0xE2C6 # 0 +0xF3D4 0xE2C7 # 0 +0xF3D5 0xE2C8 # 0 +0xF3D6 0xE2C9 # 0 +0xF3D7 0xE2CA # 0 +0xF3D8 0xE2CB # 0 +0xF3D9 0xE2CC # 0 +0xF3DA 0xE2CD # 0 +0xF3DB 0xE2CE # 0 +0xF3DC 0xE2CF # 0 +0xF3DD 0xE2D0 # 0 +0xF3DE 0xE2D1 # 0 +0xF3DF 0xE2D2 # 0 +0xF3E0 0xE2D3 # 0 +0xF3E1 0xE2D4 # 0 +0xF3E2 0xE2D5 # 0 +0xF3E3 0xE2D6 # 0 +0xF3E4 0xE2D7 # 0 +0xF3E5 0xE2D8 # 0 +0xF3E6 0xE2D9 # 0 +0xF3E7 0xE2DA # 0 +0xF3E8 0xE2DB # 0 +0xF3E9 0xE2DC # 0 +0xF3EA 0xE2DD # 0 +0xF3EB 0xE2DE # 0 +0xF3EC 0xE2DF # 0 +0xF3ED 0xE2E0 # 0 +0xF3EE 0xE2E1 # 0 +0xF3EF 0xE2E2 # 0 +0xF3F0 0xE2E3 # 0 +0xF3F1 0xE2E4 # 0 +0xF3F2 0xE2E5 # 0 +0xF3F3 0xE2E6 # 0 +0xF3F4 0xE2E7 # 0 +0xF3F5 0xE2E8 # 0 +0xF3F6 0xE2E9 # 0 +0xF3F7 0xE2EA # 0 +0xF3F8 0xE2EB # 0 +0xF3F9 0xE2EC # 0 +0xF3FA 0xE2ED # 0 +0xF3FB 0xE2EE # 0 +0xF3FC 0xE2EF # 0 +0xF440 0xE2F0 # 0 +0xF441 0xE2F1 # 0 +0xF442 0xE2F2 # 0 +0xF443 0xE2F3 # 0 +0xF444 0xE2F4 # 0 +0xF445 0xE2F5 # 0 +0xF446 0xE2F6 # 0 +0xF447 0xE2F7 # 0 +0xF448 0xE2F8 # 0 +0xF449 0xE2F9 # 0 +0xF44A 0xE2FA # 0 +0xF44B 0xE2FB # 0 +0xF44C 0xE2FC # 0 +0xF44D 0xE2FD # 0 +0xF44E 0xE2FE # 0 +0xF44F 0xE2FF # 0 +0xF450 0xE300 # 0 +0xF451 0xE301 # 0 +0xF452 0xE302 # 0 +0xF453 0xE303 # 0 +0xF454 0xE304 # 0 +0xF455 0xE305 # 0 +0xF456 0xE306 # 0 +0xF457 0xE307 # 0 +0xF458 0xE308 # 0 +0xF459 0xE309 # 0 +0xF45A 0xE30A # 0 +0xF45B 0xE30B # 0 +0xF45C 0xE30C # 0 +0xF45D 0xE30D # 0 +0xF45E 0xE30E # 0 +0xF45F 0xE30F # 0 +0xF460 0xE310 # 0 +0xF461 0xE311 # 0 +0xF462 0xE312 # 0 +0xF463 0xE313 # 0 +0xF464 0xE314 # 0 +0xF465 0xE315 # 0 +0xF466 0xE316 # 0 +0xF467 0xE317 # 0 +0xF468 0xE318 # 0 +0xF469 0xE319 # 0 +0xF46A 0xE31A # 0 +0xF46B 0xE31B # 0 +0xF46C 0xE31C # 0 +0xF46D 0xE31D # 0 +0xF46E 0xE31E # 0 +0xF46F 0xE31F # 0 +0xF470 0xE320 # 0 +0xF471 0xE321 # 0 +0xF472 0xE322 # 0 +0xF473 0xE323 # 0 +0xF474 0xE324 # 0 +0xF475 0xE325 # 0 +0xF476 0xE326 # 0 +0xF477 0xE327 # 0 +0xF478 0xE328 # 0 +0xF479 0xE329 # 0 +0xF47A 0xE32A # 0 +0xF47B 0xE32B # 0 +0xF47C 0xE32C # 0 +0xF47D 0xE32D # 0 +0xF47E 0xE32E # 0 +0xF480 0xE32F # 0 +0xF481 0xE330 # 0 +0xF482 0xE331 # 0 +0xF483 0xE332 # 0 +0xF484 0xE333 # 0 +0xF485 0xE334 # 0 +0xF486 0xE335 # 0 +0xF487 0xE336 # 0 +0xF488 0xE337 # 0 +0xF489 0xE338 # 0 +0xF48A 0xE339 # 0 +0xF48B 0xE33A # 0 +0xF48C 0xE33B # 0 +0xF48D 0xE33C # 0 +0xF48E 0xE33D # 0 +0xF48F 0xE33E # 0 +0xF490 0xE33F # 0 +0xF491 0xE340 # 0 +0xF492 0xE341 # 0 +0xF493 0xE342 # 0 +0xF494 0xE343 # 0 +0xF495 0xE344 # 0 +0xF496 0xE345 # 0 +0xF497 0xE346 # 0 +0xF498 0xE347 # 0 +0xF499 0xE348 # 0 +0xF49A 0xE349 # 0 +0xF49B 0xE34A # 0 +0xF49C 0xE34B # 0 +0xF49D 0xE34C # 0 +0xF49E 0xE34D # 0 +0xF49F 0xE34E # 0 +0xF4A0 0xE34F # 0 +0xF4A1 0xE350 # 0 +0xF4A2 0xE351 # 0 +0xF4A3 0xE352 # 0 +0xF4A4 0xE353 # 0 +0xF4A5 0xE354 # 0 +0xF4A6 0xE355 # 0 +0xF4A7 0xE356 # 0 +0xF4A8 0xE357 # 0 +0xF4A9 0xE358 # 0 +0xF4AA 0xE359 # 0 +0xF4AB 0xE35A # 0 +0xF4AC 0xE35B # 0 +0xF4AD 0xE35C # 0 +0xF4AE 0xE35D # 0 +0xF4AF 0xE35E # 0 +0xF4B0 0xE35F # 0 +0xF4B1 0xE360 # 0 +0xF4B2 0xE361 # 0 +0xF4B3 0xE362 # 0 +0xF4B4 0xE363 # 0 +0xF4B5 0xE364 # 0 +0xF4B6 0xE365 # 0 +0xF4B7 0xE366 # 0 +0xF4B8 0xE367 # 0 +0xF4B9 0xE368 # 0 +0xF4BA 0xE369 # 0 +0xF4BB 0xE36A # 0 +0xF4BC 0xE36B # 0 +0xF4BD 0xE36C # 0 +0xF4BE 0xE36D # 0 +0xF4BF 0xE36E # 0 +0xF4C0 0xE36F # 0 +0xF4C1 0xE370 # 0 +0xF4C2 0xE371 # 0 +0xF4C3 0xE372 # 0 +0xF4C4 0xE373 # 0 +0xF4C5 0xE374 # 0 +0xF4C6 0xE375 # 0 +0xF4C7 0xE376 # 0 +0xF4C8 0xE377 # 0 +0xF4C9 0xE378 # 0 +0xF4CA 0xE379 # 0 +0xF4CB 0xE37A # 0 +0xF4CC 0xE37B # 0 +0xF4CD 0xE37C # 0 +0xF4CE 0xE37D # 0 +0xF4CF 0xE37E # 0 +0xF4D0 0xE37F # 0 +0xF4D1 0xE380 # 0 +0xF4D2 0xE381 # 0 +0xF4D3 0xE382 # 0 +0xF4D4 0xE383 # 0 +0xF4D5 0xE384 # 0 +0xF4D6 0xE385 # 0 +0xF4D7 0xE386 # 0 +0xF4D8 0xE387 # 0 +0xF4D9 0xE388 # 0 +0xF4DA 0xE389 # 0 +0xF4DB 0xE38A # 0 +0xF4DC 0xE38B # 0 +0xF4DD 0xE38C # 0 +0xF4DE 0xE38D # 0 +0xF4DF 0xE38E # 0 +0xF4E0 0xE38F # 0 +0xF4E1 0xE390 # 0 +0xF4E2 0xE391 # 0 +0xF4E3 0xE392 # 0 +0xF4E4 0xE393 # 0 +0xF4E5 0xE394 # 0 +0xF4E6 0xE395 # 0 +0xF4E7 0xE396 # 0 +0xF4E8 0xE397 # 0 +0xF4E9 0xE398 # 0 +0xF4EA 0xE399 # 0 +0xF4EB 0xE39A # 0 +0xF4EC 0xE39B # 0 +0xF4ED 0xE39C # 0 +0xF4EE 0xE39D # 0 +0xF4EF 0xE39E # 0 +0xF4F0 0xE39F # 0 +0xF4F1 0xE3A0 # 0 +0xF4F2 0xE3A1 # 0 +0xF4F3 0xE3A2 # 0 +0xF4F4 0xE3A3 # 0 +0xF4F5 0xE3A4 # 0 +0xF4F6 0xE3A5 # 0 +0xF4F7 0xE3A6 # 0 +0xF4F8 0xE3A7 # 0 +0xF4F9 0xE3A8 # 0 +0xF4FA 0xE3A9 # 0 +0xF4FB 0xE3AA # 0 +0xF4FC 0xE3AB # 0 +0xF540 0xE3AC # 0 +0xF541 0xE3AD # 0 +0xF542 0xE3AE # 0 +0xF543 0xE3AF # 0 +0xF544 0xE3B0 # 0 +0xF545 0xE3B1 # 0 +0xF546 0xE3B2 # 0 +0xF547 0xE3B3 # 0 +0xF548 0xE3B4 # 0 +0xF549 0xE3B5 # 0 +0xF54A 0xE3B6 # 0 +0xF54B 0xE3B7 # 0 +0xF54C 0xE3B8 # 0 +0xF54D 0xE3B9 # 0 +0xF54E 0xE3BA # 0 +0xF54F 0xE3BB # 0 +0xF550 0xE3BC # 0 +0xF551 0xE3BD # 0 +0xF552 0xE3BE # 0 +0xF553 0xE3BF # 0 +0xF554 0xE3C0 # 0 +0xF555 0xE3C1 # 0 +0xF556 0xE3C2 # 0 +0xF557 0xE3C3 # 0 +0xF558 0xE3C4 # 0 +0xF559 0xE3C5 # 0 +0xF55A 0xE3C6 # 0 +0xF55B 0xE3C7 # 0 +0xF55C 0xE3C8 # 0 +0xF55D 0xE3C9 # 0 +0xF55E 0xE3CA # 0 +0xF55F 0xE3CB # 0 +0xF560 0xE3CC # 0 +0xF561 0xE3CD # 0 +0xF562 0xE3CE # 0 +0xF563 0xE3CF # 0 +0xF564 0xE3D0 # 0 +0xF565 0xE3D1 # 0 +0xF566 0xE3D2 # 0 +0xF567 0xE3D3 # 0 +0xF568 0xE3D4 # 0 +0xF569 0xE3D5 # 0 +0xF56A 0xE3D6 # 0 +0xF56B 0xE3D7 # 0 +0xF56C 0xE3D8 # 0 +0xF56D 0xE3D9 # 0 +0xF56E 0xE3DA # 0 +0xF56F 0xE3DB # 0 +0xF570 0xE3DC # 0 +0xF571 0xE3DD # 0 +0xF572 0xE3DE # 0 +0xF573 0xE3DF # 0 +0xF574 0xE3E0 # 0 +0xF575 0xE3E1 # 0 +0xF576 0xE3E2 # 0 +0xF577 0xE3E3 # 0 +0xF578 0xE3E4 # 0 +0xF579 0xE3E5 # 0 +0xF57A 0xE3E6 # 0 +0xF57B 0xE3E7 # 0 +0xF57C 0xE3E8 # 0 +0xF57D 0xE3E9 # 0 +0xF57E 0xE3EA # 0 +0xF580 0xE3EB # 0 +0xF581 0xE3EC # 0 +0xF582 0xE3ED # 0 +0xF583 0xE3EE # 0 +0xF584 0xE3EF # 0 +0xF585 0xE3F0 # 0 +0xF586 0xE3F1 # 0 +0xF587 0xE3F2 # 0 +0xF588 0xE3F3 # 0 +0xF589 0xE3F4 # 0 +0xF58A 0xE3F5 # 0 +0xF58B 0xE3F6 # 0 +0xF58C 0xE3F7 # 0 +0xF58D 0xE3F8 # 0 +0xF58E 0xE3F9 # 0 +0xF58F 0xE3FA # 0 +0xF590 0xE3FB # 0 +0xF591 0xE3FC # 0 +0xF592 0xE3FD # 0 +0xF593 0xE3FE # 0 +0xF594 0xE3FF # 0 +0xF595 0xE400 # 0 +0xF596 0xE401 # 0 +0xF597 0xE402 # 0 +0xF598 0xE403 # 0 +0xF599 0xE404 # 0 +0xF59A 0xE405 # 0 +0xF59B 0xE406 # 0 +0xF59C 0xE407 # 0 +0xF59D 0xE408 # 0 +0xF59E 0xE409 # 0 +0xF59F 0xE40A # 0 +0xF5A0 0xE40B # 0 +0xF5A1 0xE40C # 0 +0xF5A2 0xE40D # 0 +0xF5A3 0xE40E # 0 +0xF5A4 0xE40F # 0 +0xF5A5 0xE410 # 0 +0xF5A6 0xE411 # 0 +0xF5A7 0xE412 # 0 +0xF5A8 0xE413 # 0 +0xF5A9 0xE414 # 0 +0xF5AA 0xE415 # 0 +0xF5AB 0xE416 # 0 +0xF5AC 0xE417 # 0 +0xF5AD 0xE418 # 0 +0xF5AE 0xE419 # 0 +0xF5AF 0xE41A # 0 +0xF5B0 0xE41B # 0 +0xF5B1 0xE41C # 0 +0xF5B2 0xE41D # 0 +0xF5B3 0xE41E # 0 +0xF5B4 0xE41F # 0 +0xF5B5 0xE420 # 0 +0xF5B6 0xE421 # 0 +0xF5B7 0xE422 # 0 +0xF5B8 0xE423 # 0 +0xF5B9 0xE424 # 0 +0xF5BA 0xE425 # 0 +0xF5BB 0xE426 # 0 +0xF5BC 0xE427 # 0 +0xF5BD 0xE428 # 0 +0xF5BE 0xE429 # 0 +0xF5BF 0xE42A # 0 +0xF5C0 0xE42B # 0 +0xF5C1 0xE42C # 0 +0xF5C2 0xE42D # 0 +0xF5C3 0xE42E # 0 +0xF5C4 0xE42F # 0 +0xF5C5 0xE430 # 0 +0xF5C6 0xE431 # 0 +0xF5C7 0xE432 # 0 +0xF5C8 0xE433 # 0 +0xF5C9 0xE434 # 0 +0xF5CA 0xE435 # 0 +0xF5CB 0xE436 # 0 +0xF5CC 0xE437 # 0 +0xF5CD 0xE438 # 0 +0xF5CE 0xE439 # 0 +0xF5CF 0xE43A # 0 +0xF5D0 0xE43B # 0 +0xF5D1 0xE43C # 0 +0xF5D2 0xE43D # 0 +0xF5D3 0xE43E # 0 +0xF5D4 0xE43F # 0 +0xF5D5 0xE440 # 0 +0xF5D6 0xE441 # 0 +0xF5D7 0xE442 # 0 +0xF5D8 0xE443 # 0 +0xF5D9 0xE444 # 0 +0xF5DA 0xE445 # 0 +0xF5DB 0xE446 # 0 +0xF5DC 0xE447 # 0 +0xF5DD 0xE448 # 0 +0xF5DE 0xE449 # 0 +0xF5DF 0xE44A # 0 +0xF5E0 0xE44B # 0 +0xF5E1 0xE44C # 0 +0xF5E2 0xE44D # 0 +0xF5E3 0xE44E # 0 +0xF5E4 0xE44F # 0 +0xF5E5 0xE450 # 0 +0xF5E6 0xE451 # 0 +0xF5E7 0xE452 # 0 +0xF5E8 0xE453 # 0 +0xF5E9 0xE454 # 0 +0xF5EA 0xE455 # 0 +0xF5EB 0xE456 # 0 +0xF5EC 0xE457 # 0 +0xF5ED 0xE458 # 0 +0xF5EE 0xE459 # 0 +0xF5EF 0xE45A # 0 +0xF5F0 0xE45B # 0 +0xF5F1 0xE45C # 0 +0xF5F2 0xE45D # 0 +0xF5F3 0xE45E # 0 +0xF5F4 0xE45F # 0 +0xF5F5 0xE460 # 0 +0xF5F6 0xE461 # 0 +0xF5F7 0xE462 # 0 +0xF5F8 0xE463 # 0 +0xF5F9 0xE464 # 0 +0xF5FA 0xE465 # 0 +0xF5FB 0xE466 # 0 +0xF5FC 0xE467 # 0 +0xF640 0xE468 # 0 +0xF641 0xE469 # 0 +0xF642 0xE46A # 0 +0xF643 0xE46B # 0 +0xF644 0xE46C # 0 +0xF645 0xE46D # 0 +0xF646 0xE46E # 0 +0xF647 0xE46F # 0 +0xF648 0xE470 # 0 +0xF649 0xE471 # 0 +0xF64A 0xE472 # 0 +0xF64B 0xE473 # 0 +0xF64C 0xE474 # 0 +0xF64D 0xE475 # 0 +0xF64E 0xE476 # 0 +0xF64F 0xE477 # 0 +0xF650 0xE478 # 0 +0xF651 0xE479 # 0 +0xF652 0xE47A # 0 +0xF653 0xE47B # 0 +0xF654 0xE47C # 0 +0xF655 0xE47D # 0 +0xF656 0xE47E # 0 +0xF657 0xE47F # 0 +0xF658 0xE480 # 0 +0xF659 0xE481 # 0 +0xF65A 0xE482 # 0 +0xF65B 0xE483 # 0 +0xF65C 0xE484 # 0 +0xF65D 0xE485 # 0 +0xF65E 0xE486 # 0 +0xF65F 0xE487 # 0 +0xF660 0xE488 # 0 +0xF661 0xE489 # 0 +0xF662 0xE48A # 0 +0xF663 0xE48B # 0 +0xF664 0xE48C # 0 +0xF665 0xE48D # 0 +0xF666 0xE48E # 0 +0xF667 0xE48F # 0 +0xF668 0xE490 # 0 +0xF669 0xE491 # 0 +0xF66A 0xE492 # 0 +0xF66B 0xE493 # 0 +0xF66C 0xE494 # 0 +0xF66D 0xE495 # 0 +0xF66E 0xE496 # 0 +0xF66F 0xE497 # 0 +0xF670 0xE498 # 0 +0xF671 0xE499 # 0 +0xF672 0xE49A # 0 +0xF673 0xE49B # 0 +0xF674 0xE49C # 0 +0xF675 0xE49D # 0 +0xF676 0xE49E # 0 +0xF677 0xE49F # 0 +0xF678 0xE4A0 # 0 +0xF679 0xE4A1 # 0 +0xF67A 0xE4A2 # 0 +0xF67B 0xE4A3 # 0 +0xF67C 0xE4A4 # 0 +0xF67D 0xE4A5 # 0 +0xF67E 0xE4A6 # 0 +0xF680 0xE4A7 # 0 +0xF681 0xE4A8 # 0 +0xF682 0xE4A9 # 0 +0xF683 0xE4AA # 0 +0xF684 0xE4AB # 0 +0xF685 0xE4AC # 0 +0xF686 0xE4AD # 0 +0xF687 0xE4AE # 0 +0xF688 0xE4AF # 0 +0xF689 0xE4B0 # 0 +0xF68A 0xE4B1 # 0 +0xF68B 0xE4B2 # 0 +0xF68C 0xE4B3 # 0 +0xF68D 0xE4B4 # 0 +0xF68E 0xE4B5 # 0 +0xF68F 0xE4B6 # 0 +0xF690 0xE4B7 # 0 +0xF691 0xE4B8 # 0 +0xF692 0xE4B9 # 0 +0xF693 0xE4BA # 0 +0xF694 0xE4BB # 0 +0xF695 0xE4BC # 0 +0xF696 0xE4BD # 0 +0xF697 0xE4BE # 0 +0xF698 0xE4BF # 0 +0xF699 0xE4C0 # 0 +0xF69A 0xE4C1 # 0 +0xF69B 0xE4C2 # 0 +0xF69C 0xE4C3 # 0 +0xF69D 0xE4C4 # 0 +0xF69E 0xE4C5 # 0 +0xF69F 0xE4C6 # 0 +0xF6A0 0xE4C7 # 0 +0xF6A1 0xE4C8 # 0 +0xF6A2 0xE4C9 # 0 +0xF6A3 0xE4CA # 0 +0xF6A4 0xE4CB # 0 +0xF6A5 0xE4CC # 0 +0xF6A6 0xE4CD # 0 +0xF6A7 0xE4CE # 0 +0xF6A8 0xE4CF # 0 +0xF6A9 0xE4D0 # 0 +0xF6AA 0xE4D1 # 0 +0xF6AB 0xE4D2 # 0 +0xF6AC 0xE4D3 # 0 +0xF6AD 0xE4D4 # 0 +0xF6AE 0xE4D5 # 0 +0xF6AF 0xE4D6 # 0 +0xF6B0 0xE4D7 # 0 +0xF6B1 0xE4D8 # 0 +0xF6B2 0xE4D9 # 0 +0xF6B3 0xE4DA # 0 +0xF6B4 0xE4DB # 0 +0xF6B5 0xE4DC # 0 +0xF6B6 0xE4DD # 0 +0xF6B7 0xE4DE # 0 +0xF6B8 0xE4DF # 0 +0xF6B9 0xE4E0 # 0 +0xF6BA 0xE4E1 # 0 +0xF6BB 0xE4E2 # 0 +0xF6BC 0xE4E3 # 0 +0xF6BD 0xE4E4 # 0 +0xF6BE 0xE4E5 # 0 +0xF6BF 0xE4E6 # 0 +0xF6C0 0xE4E7 # 0 +0xF6C1 0xE4E8 # 0 +0xF6C2 0xE4E9 # 0 +0xF6C3 0xE4EA # 0 +0xF6C4 0xE4EB # 0 +0xF6C5 0xE4EC # 0 +0xF6C6 0xE4ED # 0 +0xF6C7 0xE4EE # 0 +0xF6C8 0xE4EF # 0 +0xF6C9 0xE4F0 # 0 +0xF6CA 0xE4F1 # 0 +0xF6CB 0xE4F2 # 0 +0xF6CC 0xE4F3 # 0 +0xF6CD 0xE4F4 # 0 +0xF6CE 0xE4F5 # 0 +0xF6CF 0xE4F6 # 0 +0xF6D0 0xE4F7 # 0 +0xF6D1 0xE4F8 # 0 +0xF6D2 0xE4F9 # 0 +0xF6D3 0xE4FA # 0 +0xF6D4 0xE4FB # 0 +0xF6D5 0xE4FC # 0 +0xF6D6 0xE4FD # 0 +0xF6D7 0xE4FE # 0 +0xF6D8 0xE4FF # 0 +0xF6D9 0xE500 # 0 +0xF6DA 0xE501 # 0 +0xF6DB 0xE502 # 0 +0xF6DC 0xE503 # 0 +0xF6DD 0xE504 # 0 +0xF6DE 0xE505 # 0 +0xF6DF 0xE506 # 0 +0xF6E0 0xE507 # 0 +0xF6E1 0xE508 # 0 +0xF6E2 0xE509 # 0 +0xF6E3 0xE50A # 0 +0xF6E4 0xE50B # 0 +0xF6E5 0xE50C # 0 +0xF6E6 0xE50D # 0 +0xF6E7 0xE50E # 0 +0xF6E8 0xE50F # 0 +0xF6E9 0xE510 # 0 +0xF6EA 0xE511 # 0 +0xF6EB 0xE512 # 0 +0xF6EC 0xE513 # 0 +0xF6ED 0xE514 # 0 +0xF6EE 0xE515 # 0 +0xF6EF 0xE516 # 0 +0xF6F0 0xE517 # 0 +0xF6F1 0xE518 # 0 +0xF6F2 0xE519 # 0 +0xF6F3 0xE51A # 0 +0xF6F4 0xE51B # 0 +0xF6F5 0xE51C # 0 +0xF6F6 0xE51D # 0 +0xF6F7 0xE51E # 0 +0xF6F8 0xE51F # 0 +0xF6F9 0xE520 # 0 +0xF6FA 0xE521 # 0 +0xF6FB 0xE522 # 0 +0xF6FC 0xE523 # 0 +0xF740 0xE524 # 0 +0xF741 0xE525 # 0 +0xF742 0xE526 # 0 +0xF743 0xE527 # 0 +0xF744 0xE528 # 0 +0xF745 0xE529 # 0 +0xF746 0xE52A # 0 +0xF747 0xE52B # 0 +0xF748 0xE52C # 0 +0xF749 0xE52D # 0 +0xF74A 0xE52E # 0 +0xF74B 0xE52F # 0 +0xF74C 0xE530 # 0 +0xF74D 0xE531 # 0 +0xF74E 0xE532 # 0 +0xF74F 0xE533 # 0 +0xF750 0xE534 # 0 +0xF751 0xE535 # 0 +0xF752 0xE536 # 0 +0xF753 0xE537 # 0 +0xF754 0xE538 # 0 +0xF755 0xE539 # 0 +0xF756 0xE53A # 0 +0xF757 0xE53B # 0 +0xF758 0xE53C # 0 +0xF759 0xE53D # 0 +0xF75A 0xE53E # 0 +0xF75B 0xE53F # 0 +0xF75C 0xE540 # 0 +0xF75D 0xE541 # 0 +0xF75E 0xE542 # 0 +0xF75F 0xE543 # 0 +0xF760 0xE544 # 0 +0xF761 0xE545 # 0 +0xF762 0xE546 # 0 +0xF763 0xE547 # 0 +0xF764 0xE548 # 0 +0xF765 0xE549 # 0 +0xF766 0xE54A # 0 +0xF767 0xE54B # 0 +0xF768 0xE54C # 0 +0xF769 0xE54D # 0 +0xF76A 0xE54E # 0 +0xF76B 0xE54F # 0 +0xF76C 0xE550 # 0 +0xF76D 0xE551 # 0 +0xF76E 0xE552 # 0 +0xF76F 0xE553 # 0 +0xF770 0xE554 # 0 +0xF771 0xE555 # 0 +0xF772 0xE556 # 0 +0xF773 0xE557 # 0 +0xF774 0xE558 # 0 +0xF775 0xE559 # 0 +0xF776 0xE55A # 0 +0xF777 0xE55B # 0 +0xF778 0xE55C # 0 +0xF779 0xE55D # 0 +0xF77A 0xE55E # 0 +0xF77B 0xE55F # 0 +0xF77C 0xE560 # 0 +0xF77D 0xE561 # 0 +0xF77E 0xE562 # 0 +0xF780 0xE563 # 0 +0xF781 0xE564 # 0 +0xF782 0xE565 # 0 +0xF783 0xE566 # 0 +0xF784 0xE567 # 0 +0xF785 0xE568 # 0 +0xF786 0xE569 # 0 +0xF787 0xE56A # 0 +0xF788 0xE56B # 0 +0xF789 0xE56C # 0 +0xF78A 0xE56D # 0 +0xF78B 0xE56E # 0 +0xF78C 0xE56F # 0 +0xF78D 0xE570 # 0 +0xF78E 0xE571 # 0 +0xF78F 0xE572 # 0 +0xF790 0xE573 # 0 +0xF791 0xE574 # 0 +0xF792 0xE575 # 0 +0xF793 0xE576 # 0 +0xF794 0xE577 # 0 +0xF795 0xE578 # 0 +0xF796 0xE579 # 0 +0xF797 0xE57A # 0 +0xF798 0xE57B # 0 +0xF799 0xE57C # 0 +0xF79A 0xE57D # 0 +0xF79B 0xE57E # 0 +0xF79C 0xE57F # 0 +0xF79D 0xE580 # 0 +0xF79E 0xE581 # 0 +0xF79F 0xE582 # 0 +0xF7A0 0xE583 # 0 +0xF7A1 0xE584 # 0 +0xF7A2 0xE585 # 0 +0xF7A3 0xE586 # 0 +0xF7A4 0xE587 # 0 +0xF7A5 0xE588 # 0 +0xF7A6 0xE589 # 0 +0xF7A7 0xE58A # 0 +0xF7A8 0xE58B # 0 +0xF7A9 0xE58C # 0 +0xF7AA 0xE58D # 0 +0xF7AB 0xE58E # 0 +0xF7AC 0xE58F # 0 +0xF7AD 0xE590 # 0 +0xF7AE 0xE591 # 0 +0xF7AF 0xE592 # 0 +0xF7B0 0xE593 # 0 +0xF7B1 0xE594 # 0 +0xF7B2 0xE595 # 0 +0xF7B3 0xE596 # 0 +0xF7B4 0xE597 # 0 +0xF7B5 0xE598 # 0 +0xF7B6 0xE599 # 0 +0xF7B7 0xE59A # 0 +0xF7B8 0xE59B # 0 +0xF7B9 0xE59C # 0 +0xF7BA 0xE59D # 0 +0xF7BB 0xE59E # 0 +0xF7BC 0xE59F # 0 +0xF7BD 0xE5A0 # 0 +0xF7BE 0xE5A1 # 0 +0xF7BF 0xE5A2 # 0 +0xF7C0 0xE5A3 # 0 +0xF7C1 0xE5A4 # 0 +0xF7C2 0xE5A5 # 0 +0xF7C3 0xE5A6 # 0 +0xF7C4 0xE5A7 # 0 +0xF7C5 0xE5A8 # 0 +0xF7C6 0xE5A9 # 0 +0xF7C7 0xE5AA # 0 +0xF7C8 0xE5AB # 0 +0xF7C9 0xE5AC # 0 +0xF7CA 0xE5AD # 0 +0xF7CB 0xE5AE # 0 +0xF7CC 0xE5AF # 0 +0xF7CD 0xE5B0 # 0 +0xF7CE 0xE5B1 # 0 +0xF7CF 0xE5B2 # 0 +0xF7D0 0xE5B3 # 0 +0xF7D1 0xE5B4 # 0 +0xF7D2 0xE5B5 # 0 +0xF7D3 0xE5B6 # 0 +0xF7D4 0xE5B7 # 0 +0xF7D5 0xE5B8 # 0 +0xF7D6 0xE5B9 # 0 +0xF7D7 0xE5BA # 0 +0xF7D8 0xE5BB # 0 +0xF7D9 0xE5BC # 0 +0xF7DA 0xE5BD # 0 +0xF7DB 0xE5BE # 0 +0xF7DC 0xE5BF # 0 +0xF7DD 0xE5C0 # 0 +0xF7DE 0xE5C1 # 0 +0xF7DF 0xE5C2 # 0 +0xF7E0 0xE5C3 # 0 +0xF7E1 0xE5C4 # 0 +0xF7E2 0xE5C5 # 0 +0xF7E3 0xE5C6 # 0 +0xF7E4 0xE5C7 # 0 +0xF7E5 0xE5C8 # 0 +0xF7E6 0xE5C9 # 0 +0xF7E7 0xE5CA # 0 +0xF7E8 0xE5CB # 0 +0xF7E9 0xE5CC # 0 +0xF7EA 0xE5CD # 0 +0xF7EB 0xE5CE # 0 +0xF7EC 0xE5CF # 0 +0xF7ED 0xE5D0 # 0 +0xF7EE 0xE5D1 # 0 +0xF7EF 0xE5D2 # 0 +0xF7F0 0xE5D3 # 0 +0xF7F1 0xE5D4 # 0 +0xF7F2 0xE5D5 # 0 +0xF7F3 0xE5D6 # 0 +0xF7F4 0xE5D7 # 0 +0xF7F5 0xE5D8 # 0 +0xF7F6 0xE5D9 # 0 +0xF7F7 0xE5DA # 0 +0xF7F8 0xE5DB # 0 +0xF7F9 0xE5DC # 0 +0xF7FA 0xE5DD # 0 +0xF7FB 0xE5DE # 0 +0xF7FC 0xE5DF # 0 +0xF840 0xE5E0 # 0 +0xF841 0xE5E1 # 0 +0xF842 0xE5E2 # 0 +0xF843 0xE5E3 # 0 +0xF844 0xE5E4 # 0 +0xF845 0xE5E5 # 0 +0xF846 0xE5E6 # 0 +0xF847 0xE5E7 # 0 +0xF848 0xE5E8 # 0 +0xF849 0xE5E9 # 0 +0xF84A 0xE5EA # 0 +0xF84B 0xE5EB # 0 +0xF84C 0xE5EC # 0 +0xF84D 0xE5ED # 0 +0xF84E 0xE5EE # 0 +0xF84F 0xE5EF # 0 +0xF850 0xE5F0 # 0 +0xF851 0xE5F1 # 0 +0xF852 0xE5F2 # 0 +0xF853 0xE5F3 # 0 +0xF854 0xE5F4 # 0 +0xF855 0xE5F5 # 0 +0xF856 0xE5F6 # 0 +0xF857 0xE5F7 # 0 +0xF858 0xE5F8 # 0 +0xF859 0xE5F9 # 0 +0xF85A 0xE5FA # 0 +0xF85B 0xE5FB # 0 +0xF85C 0xE5FC # 0 +0xF85D 0xE5FD # 0 +0xF85E 0xE5FE # 0 +0xF85F 0xE5FF # 0 +0xF860 0xE600 # 0 +0xF861 0xE601 # 0 +0xF862 0xE602 # 0 +0xF863 0xE603 # 0 +0xF864 0xE604 # 0 +0xF865 0xE605 # 0 +0xF866 0xE606 # 0 +0xF867 0xE607 # 0 +0xF868 0xE608 # 0 +0xF869 0xE609 # 0 +0xF86A 0xE60A # 0 +0xF86B 0xE60B # 0 +0xF86C 0xE60C # 0 +0xF86D 0xE60D # 0 +0xF86E 0xE60E # 0 +0xF86F 0xE60F # 0 +0xF870 0xE610 # 0 +0xF871 0xE611 # 0 +0xF872 0xE612 # 0 +0xF873 0xE613 # 0 +0xF874 0xE614 # 0 +0xF875 0xE615 # 0 +0xF876 0xE616 # 0 +0xF877 0xE617 # 0 +0xF878 0xE618 # 0 +0xF879 0xE619 # 0 +0xF87A 0xE61A # 0 +0xF87B 0xE61B # 0 +0xF87C 0xE61C # 0 +0xF87D 0xE61D # 0 +0xF87E 0xE61E # 0 +0xF880 0xE61F # 0 +0xF881 0xE620 # 0 +0xF882 0xE621 # 0 +0xF883 0xE622 # 0 +0xF884 0xE623 # 0 +0xF885 0xE624 # 0 +0xF886 0xE625 # 0 +0xF887 0xE626 # 0 +0xF888 0xE627 # 0 +0xF889 0xE628 # 0 +0xF88A 0xE629 # 0 +0xF88B 0xE62A # 0 +0xF88C 0xE62B # 0 +0xF88D 0xE62C # 0 +0xF88E 0xE62D # 0 +0xF88F 0xE62E # 0 +0xF890 0xE62F # 0 +0xF891 0xE630 # 0 +0xF892 0xE631 # 0 +0xF893 0xE632 # 0 +0xF894 0xE633 # 0 +0xF895 0xE634 # 0 +0xF896 0xE635 # 0 +0xF897 0xE636 # 0 +0xF898 0xE637 # 0 +0xF899 0xE638 # 0 +0xF89A 0xE639 # 0 +0xF89B 0xE63A # 0 +0xF89C 0xE63B # 0 +0xF89D 0xE63C # 0 +0xF89E 0xE63D # 0 +0xF89F 0xE63E # 0 +0xF8A0 0xE63F # 0 +0xF8A1 0xE640 # 0 +0xF8A2 0xE641 # 0 +0xF8A3 0xE642 # 0 +0xF8A4 0xE643 # 0 +0xF8A5 0xE644 # 0 +0xF8A6 0xE645 # 0 +0xF8A7 0xE646 # 0 +0xF8A8 0xE647 # 0 +0xF8A9 0xE648 # 0 +0xF8AA 0xE649 # 0 +0xF8AB 0xE64A # 0 +0xF8AC 0xE64B # 0 +0xF8AD 0xE64C # 0 +0xF8AE 0xE64D # 0 +0xF8AF 0xE64E # 0 +0xF8B0 0xE64F # 0 +0xF8B1 0xE650 # 0 +0xF8B2 0xE651 # 0 +0xF8B3 0xE652 # 0 +0xF8B4 0xE653 # 0 +0xF8B5 0xE654 # 0 +0xF8B6 0xE655 # 0 +0xF8B7 0xE656 # 0 +0xF8B8 0xE657 # 0 +0xF8B9 0xE658 # 0 +0xF8BA 0xE659 # 0 +0xF8BB 0xE65A # 0 +0xF8BC 0xE65B # 0 +0xF8BD 0xE65C # 0 +0xF8BE 0xE65D # 0 +0xF8BF 0xE65E # 0 +0xF8C0 0xE65F # 0 +0xF8C1 0xE660 # 0 +0xF8C2 0xE661 # 0 +0xF8C3 0xE662 # 0 +0xF8C4 0xE663 # 0 +0xF8C5 0xE664 # 0 +0xF8C6 0xE665 # 0 +0xF8C7 0xE666 # 0 +0xF8C8 0xE667 # 0 +0xF8C9 0xE668 # 0 +0xF8CA 0xE669 # 0 +0xF8CB 0xE66A # 0 +0xF8CC 0xE66B # 0 +0xF8CD 0xE66C # 0 +0xF8CE 0xE66D # 0 +0xF8CF 0xE66E # 0 +0xF8D0 0xE66F # 0 +0xF8D1 0xE670 # 0 +0xF8D2 0xE671 # 0 +0xF8D3 0xE672 # 0 +0xF8D4 0xE673 # 0 +0xF8D5 0xE674 # 0 +0xF8D6 0xE675 # 0 +0xF8D7 0xE676 # 0 +0xF8D8 0xE677 # 0 +0xF8D9 0xE678 # 0 +0xF8DA 0xE679 # 0 +0xF8DB 0xE67A # 0 +0xF8DC 0xE67B # 0 +0xF8DD 0xE67C # 0 +0xF8DE 0xE67D # 0 +0xF8DF 0xE67E # 0 +0xF8E0 0xE67F # 0 +0xF8E1 0xE680 # 0 +0xF8E2 0xE681 # 0 +0xF8E3 0xE682 # 0 +0xF8E4 0xE683 # 0 +0xF8E5 0xE684 # 0 +0xF8E6 0xE685 # 0 +0xF8E7 0xE686 # 0 +0xF8E8 0xE687 # 0 +0xF8E9 0xE688 # 0 +0xF8EA 0xE689 # 0 +0xF8EB 0xE68A # 0 +0xF8EC 0xE68B # 0 +0xF8ED 0xE68C # 0 +0xF8EE 0xE68D # 0 +0xF8EF 0xE68E # 0 +0xF8F0 0xE68F # 0 +0xF8F1 0xE690 # 0 +0xF8F2 0xE691 # 0 +0xF8F3 0xE692 # 0 +0xF8F4 0xE693 # 0 +0xF8F5 0xE694 # 0 +0xF8F6 0xE695 # 0 +0xF8F7 0xE696 # 0 +0xF8F8 0xE697 # 0 +0xF8F9 0xE698 # 0 +0xF8FA 0xE699 # 0 +0xF8FB 0xE69A # 0 +0xF8FC 0xE69B # 0 +0xF940 0xE69C # 0 +0xF941 0xE69D # 0 +0xF942 0xE69E # 0 +0xF943 0xE69F # 0 +0xF944 0xE6A0 # 0 +0xF945 0xE6A1 # 0 +0xF946 0xE6A2 # 0 +0xF947 0xE6A3 # 0 +0xF948 0xE6A4 # 0 +0xF949 0xE6A5 # 0 +0xF94A 0xE6A6 # 0 +0xF94B 0xE6A7 # 0 +0xF94C 0xE6A8 # 0 +0xF94D 0xE6A9 # 0 +0xF94E 0xE6AA # 0 +0xF94F 0xE6AB # 0 +0xF950 0xE6AC # 0 +0xF951 0xE6AD # 0 +0xF952 0xE6AE # 0 +0xF953 0xE6AF # 0 +0xF954 0xE6B0 # 0 +0xF955 0xE6B1 # 0 +0xF956 0xE6B2 # 0 +0xF957 0xE6B3 # 0 +0xF958 0xE6B4 # 0 +0xF959 0xE6B5 # 0 +0xF95A 0xE6B6 # 0 +0xF95B 0xE6B7 # 0 +0xF95C 0xE6B8 # 0 +0xF95D 0xE6B9 # 0 +0xF95E 0xE6BA # 0 +0xF95F 0xE6BB # 0 +0xF960 0xE6BC # 0 +0xF961 0xE6BD # 0 +0xF962 0xE6BE # 0 +0xF963 0xE6BF # 0 +0xF964 0xE6C0 # 0 +0xF965 0xE6C1 # 0 +0xF966 0xE6C2 # 0 +0xF967 0xE6C3 # 0 +0xF968 0xE6C4 # 0 +0xF969 0xE6C5 # 0 +0xF96A 0xE6C6 # 0 +0xF96B 0xE6C7 # 0 +0xF96C 0xE6C8 # 0 +0xF96D 0xE6C9 # 0 +0xF96E 0xE6CA # 0 +0xF96F 0xE6CB # 0 +0xF970 0xE6CC # 0 +0xF971 0xE6CD # 0 +0xF972 0xE6CE # 0 +0xF973 0xE6CF # 0 +0xF974 0xE6D0 # 0 +0xF975 0xE6D1 # 0 +0xF976 0xE6D2 # 0 +0xF977 0xE6D3 # 0 +0xF978 0xE6D4 # 0 +0xF979 0xE6D5 # 0 +0xF97A 0xE6D6 # 0 +0xF97B 0xE6D7 # 0 +0xF97C 0xE6D8 # 0 +0xF97D 0xE6D9 # 0 +0xF97E 0xE6DA # 0 +0xF980 0xE6DB # 0 +0xF981 0xE6DC # 0 +0xF982 0xE6DD # 0 +0xF983 0xE6DE # 0 +0xF984 0xE6DF # 0 +0xF985 0xE6E0 # 0 +0xF986 0xE6E1 # 0 +0xF987 0xE6E2 # 0 +0xF988 0xE6E3 # 0 +0xF989 0xE6E4 # 0 +0xF98A 0xE6E5 # 0 +0xF98B 0xE6E6 # 0 +0xF98C 0xE6E7 # 0 +0xF98D 0xE6E8 # 0 +0xF98E 0xE6E9 # 0 +0xF98F 0xE6EA # 0 +0xF990 0xE6EB # 0 +0xF991 0xE6EC # 0 +0xF992 0xE6ED # 0 +0xF993 0xE6EE # 0 +0xF994 0xE6EF # 0 +0xF995 0xE6F0 # 0 +0xF996 0xE6F1 # 0 +0xF997 0xE6F2 # 0 +0xF998 0xE6F3 # 0 +0xF999 0xE6F4 # 0 +0xF99A 0xE6F5 # 0 +0xF99B 0xE6F6 # 0 +0xF99C 0xE6F7 # 0 +0xF99D 0xE6F8 # 0 +0xF99E 0xE6F9 # 0 +0xF99F 0xE6FA # 0 +0xF9A0 0xE6FB # 0 +0xF9A1 0xE6FC # 0 +0xF9A2 0xE6FD # 0 +0xF9A3 0xE6FE # 0 +0xF9A4 0xE6FF # 0 +0xF9A5 0xE700 # 0 +0xF9A6 0xE701 # 0 +0xF9A7 0xE702 # 0 +0xF9A8 0xE703 # 0 +0xF9A9 0xE704 # 0 +0xF9AA 0xE705 # 0 +0xF9AB 0xE706 # 0 +0xF9AC 0xE707 # 0 +0xF9AD 0xE708 # 0 +0xF9AE 0xE709 # 0 +0xF9AF 0xE70A # 0 +0xF9B0 0xE70B # 0 +0xF9B1 0xE70C # 0 +0xF9B2 0xE70D # 0 +0xF9B3 0xE70E # 0 +0xF9B4 0xE70F # 0 +0xF9B5 0xE710 # 0 +0xF9B6 0xE711 # 0 +0xF9B7 0xE712 # 0 +0xF9B8 0xE713 # 0 +0xF9B9 0xE714 # 0 +0xF9BA 0xE715 # 0 +0xF9BB 0xE716 # 0 +0xF9BC 0xE717 # 0 +0xF9BD 0xE718 # 0 +0xF9BE 0xE719 # 0 +0xF9BF 0xE71A # 0 +0xF9C0 0xE71B # 0 +0xF9C1 0xE71C # 0 +0xF9C2 0xE71D # 0 +0xF9C3 0xE71E # 0 +0xF9C4 0xE71F # 0 +0xF9C5 0xE720 # 0 +0xF9C6 0xE721 # 0 +0xF9C7 0xE722 # 0 +0xF9C8 0xE723 # 0 +0xF9C9 0xE724 # 0 +0xF9CA 0xE725 # 0 +0xF9CB 0xE726 # 0 +0xF9CC 0xE727 # 0 +0xF9CD 0xE728 # 0 +0xF9CE 0xE729 # 0 +0xF9CF 0xE72A # 0 +0xF9D0 0xE72B # 0 +0xF9D1 0xE72C # 0 +0xF9D2 0xE72D # 0 +0xF9D3 0xE72E # 0 +0xF9D4 0xE72F # 0 +0xF9D5 0xE730 # 0 +0xF9D6 0xE731 # 0 +0xF9D7 0xE732 # 0 +0xF9D8 0xE733 # 0 +0xF9D9 0xE734 # 0 +0xF9DA 0xE735 # 0 +0xF9DB 0xE736 # 0 +0xF9DC 0xE737 # 0 +0xF9DD 0xE738 # 0 +0xF9DE 0xE739 # 0 +0xF9DF 0xE73A # 0 +0xF9E0 0xE73B # 0 +0xF9E1 0xE73C # 0 +0xF9E2 0xE73D # 0 +0xF9E3 0xE73E # 0 +0xF9E4 0xE73F # 0 +0xF9E5 0xE740 # 0 +0xF9E6 0xE741 # 0 +0xF9E7 0xE742 # 0 +0xF9E8 0xE743 # 0 +0xF9E9 0xE744 # 0 +0xF9EA 0xE745 # 0 +0xF9EB 0xE746 # 0 +0xF9EC 0xE747 # 0 +0xF9ED 0xE748 # 0 +0xF9EE 0xE749 # 0 +0xF9EF 0xE74A # 0 +0xF9F0 0xE74B # 0 +0xF9F1 0xE74C # 0 +0xF9F2 0xE74D # 0 +0xF9F3 0xE74E # 0 +0xF9F4 0xE74F # 0 +0xF9F5 0xE750 # 0 +0xF9F6 0xE751 # 0 +0xF9F7 0xE752 # 0 +0xF9F8 0xE753 # 0 +0xF9F9 0xE754 # 0 +0xF9FA 0xE755 # 0 +0xF9FB 0xE756 # 0 +0xF9FC 0xE757 # 0 +0xFA40 0x2170 # 0 +0xFA41 0x2171 # 0 +0xFA42 0x2172 # 0 +0xFA43 0x2173 # 0 +0xFA44 0x2174 # 0 +0xFA45 0x2175 # 0 +0xFA46 0x2176 # 0 +0xFA47 0x2177 # 0 +0xFA48 0x2178 # 0 +0xFA49 0x2179 # 0 +0xFA55 0xFFE4 # 0 +0xFA56 0xFF07 # 0 +0xFA57 0xFF02 # 0 +0xFA5C 0x7E8A # 0 +0xFA5D 0x891C # 0 +0xFA5E 0x9348 # 0 +0xFA5F 0x9288 # 0 +0xFA60 0x84DC # 0 +0xFA61 0x4FC9 # 0 +0xFA62 0x70BB # 0 +0xFA63 0x6631 # 0 +0xFA64 0x68C8 # 0 +0xFA65 0x92F9 # 0 +0xFA66 0x66FB # 0 +0xFA67 0x5F45 # 0 +0xFA68 0x4E28 # 0 +0xFA69 0x4EE1 # 0 +0xFA6A 0x4EFC # 0 +0xFA6B 0x4F00 # 0 +0xFA6C 0x4F03 # 0 +0xFA6D 0x4F39 # 0 +0xFA6E 0x4F56 # 0 +0xFA6F 0x4F92 # 0 +0xFA70 0x4F8A # 0 +0xFA71 0x4F9A # 0 +0xFA72 0x4F94 # 0 +0xFA73 0x4FCD # 0 +0xFA74 0x5040 # 0 +0xFA75 0x5022 # 0 +0xFA76 0x4FFF # 0 +0xFA77 0x501E # 0 +0xFA78 0x5046 # 0 +0xFA79 0x5070 # 0 +0xFA7A 0x5042 # 0 +0xFA7B 0x5094 # 0 +0xFA7C 0x50F4 # 0 +0xFA7D 0x50D8 # 0 +0xFA7E 0x514A # 0 +0xFA80 0x5164 # 0 +0xFA81 0x519D # 0 +0xFA82 0x51BE # 0 +0xFA83 0x51EC # 0 +0xFA84 0x5215 # 0 +0xFA85 0x529C # 0 +0xFA86 0x52A6 # 0 +0xFA87 0x52C0 # 0 +0xFA88 0x52DB # 0 +0xFA89 0x5300 # 0 +0xFA8A 0x5307 # 0 +0xFA8B 0x5324 # 0 +0xFA8C 0x5372 # 0 +0xFA8D 0x5393 # 0 +0xFA8E 0x53B2 # 0 +0xFA8F 0x53DD # 0 +0xFA90 0xFA0E # 0 +0xFA91 0x549C # 0 +0xFA92 0x548A # 0 +0xFA93 0x54A9 # 0 +0xFA94 0x54FF # 0 +0xFA95 0x5586 # 0 +0xFA96 0x5759 # 0 +0xFA97 0x5765 # 0 +0xFA98 0x57AC # 0 +0xFA99 0x57C8 # 0 +0xFA9A 0x57C7 # 0 +0xFA9B 0xFA0F # 0 +0xFA9C 0xFA10 # 0 +0xFA9D 0x589E # 0 +0xFA9E 0x58B2 # 0 +0xFA9F 0x590B # 0 +0xFAA0 0x5953 # 0 +0xFAA1 0x595B # 0 +0xFAA2 0x595D # 0 +0xFAA3 0x5963 # 0 +0xFAA4 0x59A4 # 0 +0xFAA5 0x59BA # 0 +0xFAA6 0x5B56 # 0 +0xFAA7 0x5BC0 # 0 +0xFAA8 0x752F # 0 +0xFAA9 0x5BD8 # 0 +0xFAAA 0x5BEC # 0 +0xFAAB 0x5C1E # 0 +0xFAAC 0x5CA6 # 0 +0xFAAD 0x5CBA # 0 +0xFAAE 0x5CF5 # 0 +0xFAAF 0x5D27 # 0 +0xFAB0 0x5D53 # 0 +0xFAB1 0xFA11 # 0 +0xFAB2 0x5D42 # 0 +0xFAB3 0x5D6D # 0 +0xFAB4 0x5DB8 # 0 +0xFAB5 0x5DB9 # 0 +0xFAB6 0x5DD0 # 0 +0xFAB7 0x5F21 # 0 +0xFAB8 0x5F34 # 0 +0xFAB9 0x5F67 # 0 +0xFABA 0x5FB7 # 0 +0xFABB 0x5FDE # 0 +0xFABC 0x605D # 0 +0xFABD 0x6085 # 0 +0xFABE 0x608A # 0 +0xFABF 0x60DE # 0 +0xFAC0 0x60D5 # 0 +0xFAC1 0x6120 # 0 +0xFAC2 0x60F2 # 0 +0xFAC3 0x6111 # 0 +0xFAC4 0x6137 # 0 +0xFAC5 0x6130 # 0 +0xFAC6 0x6198 # 0 +0xFAC7 0x6213 # 0 +0xFAC8 0x62A6 # 0 +0xFAC9 0x63F5 # 0 +0xFACA 0x6460 # 0 +0xFACB 0x649D # 0 +0xFACC 0x64CE # 0 +0xFACD 0x654E # 0 +0xFACE 0x6600 # 0 +0xFACF 0x6615 # 0 +0xFAD0 0x663B # 0 +0xFAD1 0x6609 # 0 +0xFAD2 0x662E # 0 +0xFAD3 0x661E # 0 +0xFAD4 0x6624 # 0 +0xFAD5 0x6665 # 0 +0xFAD6 0x6657 # 0 +0xFAD7 0x6659 # 0 +0xFAD8 0xFA12 # 0 +0xFAD9 0x6673 # 0 +0xFADA 0x6699 # 0 +0xFADB 0x66A0 # 0 +0xFADC 0x66B2 # 0 +0xFADD 0x66BF # 0 +0xFADE 0x66FA # 0 +0xFADF 0x670E # 0 +0xFAE0 0xF929 # 0 +0xFAE1 0x6766 # 0 +0xFAE2 0x67BB # 0 +0xFAE3 0x6852 # 0 +0xFAE4 0x67C0 # 0 +0xFAE5 0x6801 # 0 +0xFAE6 0x6844 # 0 +0xFAE7 0x68CF # 0 +0xFAE8 0xFA13 # 0 +0xFAE9 0x6968 # 0 +0xFAEA 0xFA14 # 0 +0xFAEB 0x6998 # 0 +0xFAEC 0x69E2 # 0 +0xFAED 0x6A30 # 0 +0xFAEE 0x6A6B # 0 +0xFAEF 0x6A46 # 0 +0xFAF0 0x6A73 # 0 +0xFAF1 0x6A7E # 0 +0xFAF2 0x6AE2 # 0 +0xFAF3 0x6AE4 # 0 +0xFAF4 0x6BD6 # 0 +0xFAF5 0x6C3F # 0 +0xFAF6 0x6C5C # 0 +0xFAF7 0x6C86 # 0 +0xFAF8 0x6C6F # 0 +0xFAF9 0x6CDA # 0 +0xFAFA 0x6D04 # 0 +0xFAFB 0x6D87 # 0 +0xFAFC 0x6D6F # 0 +0xFB40 0x6D96 # 0 +0xFB41 0x6DAC # 0 +0xFB42 0x6DCF # 0 +0xFB43 0x6DF8 # 0 +0xFB44 0x6DF2 # 0 +0xFB45 0x6DFC # 0 +0xFB46 0x6E39 # 0 +0xFB47 0x6E5C # 0 +0xFB48 0x6E27 # 0 +0xFB49 0x6E3C # 0 +0xFB4A 0x6EBF # 0 +0xFB4B 0x6F88 # 0 +0xFB4C 0x6FB5 # 0 +0xFB4D 0x6FF5 # 0 +0xFB4E 0x7005 # 0 +0xFB4F 0x7007 # 0 +0xFB50 0x7028 # 0 +0xFB51 0x7085 # 0 +0xFB52 0x70AB # 0 +0xFB53 0x710F # 0 +0xFB54 0x7104 # 0 +0xFB55 0x715C # 0 +0xFB56 0x7146 # 0 +0xFB57 0x7147 # 0 +0xFB58 0xFA15 # 0 +0xFB59 0x71C1 # 0 +0xFB5A 0x71FE # 0 +0xFB5B 0x72B1 # 0 +0xFB5C 0x72BE # 0 +0xFB5D 0x7324 # 0 +0xFB5E 0xFA16 # 0 +0xFB5F 0x7377 # 0 +0xFB60 0x73BD # 0 +0xFB61 0x73C9 # 0 +0xFB62 0x73D6 # 0 +0xFB63 0x73E3 # 0 +0xFB64 0x73D2 # 0 +0xFB65 0x7407 # 0 +0xFB66 0x73F5 # 0 +0xFB67 0x7426 # 0 +0xFB68 0x742A # 0 +0xFB69 0x7429 # 0 +0xFB6A 0x742E # 0 +0xFB6B 0x7462 # 0 +0xFB6C 0x7489 # 0 +0xFB6D 0x749F # 0 +0xFB6E 0x7501 # 0 +0xFB6F 0x756F # 0 +0xFB70 0x7682 # 0 +0xFB71 0x769C # 0 +0xFB72 0x769E # 0 +0xFB73 0x769B # 0 +0xFB74 0x76A6 # 0 +0xFB75 0xFA17 # 0 +0xFB76 0x7746 # 0 +0xFB77 0x52AF # 0 +0xFB78 0x7821 # 0 +0xFB79 0x784E # 0 +0xFB7A 0x7864 # 0 +0xFB7B 0x787A # 0 +0xFB7C 0x7930 # 0 +0xFB7D 0xFA18 # 0 +0xFB7E 0xFA19 # 0 +0xFB80 0xFA1A # 0 +0xFB81 0x7994 # 0 +0xFB82 0xFA1B # 0 +0xFB83 0x799B # 0 +0xFB84 0x7AD1 # 0 +0xFB85 0x7AE7 # 0 +0xFB86 0xFA1C # 0 +0xFB87 0x7AEB # 0 +0xFB88 0x7B9E # 0 +0xFB89 0xFA1D # 0 +0xFB8A 0x7D48 # 0 +0xFB8B 0x7D5C # 0 +0xFB8C 0x7DB7 # 0 +0xFB8D 0x7DA0 # 0 +0xFB8E 0x7DD6 # 0 +0xFB8F 0x7E52 # 0 +0xFB90 0x7F47 # 0 +0xFB91 0x7FA1 # 0 +0xFB92 0xFA1E # 0 +0xFB93 0x8301 # 0 +0xFB94 0x8362 # 0 +0xFB95 0x837F # 0 +0xFB96 0x83C7 # 0 +0xFB97 0x83F6 # 0 +0xFB98 0x8448 # 0 +0xFB99 0x84B4 # 0 +0xFB9A 0x8553 # 0 +0xFB9B 0x8559 # 0 +0xFB9C 0x856B # 0 +0xFB9D 0xFA1F # 0 +0xFB9E 0x85B0 # 0 +0xFB9F 0xFA20 # 0 +0xFBA0 0xFA21 # 0 +0xFBA1 0x8807 # 0 +0xFBA2 0x88F5 # 0 +0xFBA3 0x8A12 # 0 +0xFBA4 0x8A37 # 0 +0xFBA5 0x8A79 # 0 +0xFBA6 0x8AA7 # 0 +0xFBA7 0x8ABE # 0 +0xFBA8 0x8ADF # 0 +0xFBA9 0xFA22 # 0 +0xFBAA 0x8AF6 # 0 +0xFBAB 0x8B53 # 0 +0xFBAC 0x8B7F # 0 +0xFBAD 0x8CF0 # 0 +0xFBAE 0x8CF4 # 0 +0xFBAF 0x8D12 # 0 +0xFBB0 0x8D76 # 0 +0xFBB1 0xFA23 # 0 +0xFBB2 0x8ECF # 0 +0xFBB3 0xFA24 # 0 +0xFBB4 0xFA25 # 0 +0xFBB5 0x9067 # 0 +0xFBB6 0x90DE # 0 +0xFBB7 0xFA26 # 0 +0xFBB8 0x9115 # 0 +0xFBB9 0x9127 # 0 +0xFBBA 0x91DA # 0 +0xFBBB 0x91D7 # 0 +0xFBBC 0x91DE # 0 +0xFBBD 0x91ED # 0 +0xFBBE 0x91EE # 0 +0xFBBF 0x91E4 # 0 +0xFBC0 0x91E5 # 0 +0xFBC1 0x9206 # 0 +0xFBC2 0x9210 # 0 +0xFBC3 0x920A # 0 +0xFBC4 0x923A # 0 +0xFBC5 0x9240 # 0 +0xFBC6 0x923C # 0 +0xFBC7 0x924E # 0 +0xFBC8 0x9259 # 0 +0xFBC9 0x9251 # 0 +0xFBCA 0x9239 # 0 +0xFBCB 0x9267 # 0 +0xFBCC 0x92A7 # 0 +0xFBCD 0x9277 # 0 +0xFBCE 0x9278 # 0 +0xFBCF 0x92E7 # 0 +0xFBD0 0x92D7 # 0 +0xFBD1 0x92D9 # 0 +0xFBD2 0x92D0 # 0 +0xFBD3 0xFA27 # 0 +0xFBD4 0x92D5 # 0 +0xFBD5 0x92E0 # 0 +0xFBD6 0x92D3 # 0 +0xFBD7 0x9325 # 0 +0xFBD8 0x9321 # 0 +0xFBD9 0x92FB # 0 +0xFBDA 0xFA28 # 0 +0xFBDB 0x931E # 0 +0xFBDC 0x92FF # 0 +0xFBDD 0x931D # 0 +0xFBDE 0x9302 # 0 +0xFBDF 0x9370 # 0 +0xFBE0 0x9357 # 0 +0xFBE1 0x93A4 # 0 +0xFBE2 0x93C6 # 0 +0xFBE3 0x93DE # 0 +0xFBE4 0x93F8 # 0 +0xFBE5 0x9431 # 0 +0xFBE6 0x9445 # 0 +0xFBE7 0x9448 # 0 +0xFBE8 0x9592 # 0 +0xFBE9 0xF9DC # 0 +0xFBEA 0xFA29 # 0 +0xFBEB 0x969D # 0 +0xFBEC 0x96AF # 0 +0xFBED 0x9733 # 0 +0xFBEE 0x973B # 0 +0xFBEF 0x9743 # 0 +0xFBF0 0x974D # 0 +0xFBF1 0x974F # 0 +0xFBF2 0x9751 # 0 +0xFBF3 0x9755 # 0 +0xFBF4 0x9857 # 0 +0xFBF5 0x9865 # 0 +0xFBF6 0xFA2A # 0 +0xFBF7 0xFA2B # 0 +0xFBF8 0x9927 # 0 +0xFBF9 0xFA2C # 0 +0xFBFA 0x999E # 0 +0xFBFB 0x9A4E # 0 +0xFBFC 0x9AD9 # 0 +0xFC40 0x9ADC # 0 +0xFC41 0x9B75 # 0 +0xFC42 0x9B72 # 0 +0xFC43 0x9B8F # 0 +0xFC44 0x9BB1 # 0 +0xFC45 0x9BBB # 0 +0xFC46 0x9C00 # 0 +0xFC47 0x9D70 # 0 +0xFC48 0x9D6B # 0 +0xFC49 0xFA2D # 0 +0xFC4A 0x9E19 # 0 +0xFC4B 0x9ED1 # 0 diff --git a/data/windows-936.txt b/data/windows-936.txt new file mode 100644 index 0000000000..2a15482004 --- /dev/null +++ b/data/windows-936.txt @@ -0,0 +1,24071 @@ +# cp936.txt - Legacy to Unicode charmap +0x0000 0x0000 # 0 +0x0001 0x0001 # 0 +0x0002 0x0002 # 0 +0x0003 0x0003 # 0 +0x0004 0x0004 # 0 +0x0005 0x0005 # 0 +0x0006 0x0006 # 0 +0x0007 0x0007 # 0 +0x0008 0x0008 # 0 +0x0009 0x0009 # 0 +0x000A 0x000A # 0 +0x000B 0x000B # 0 +0x000C 0x000C # 0 +0x000D 0x000D # 0 +0x000E 0x000E # 0 +0x000F 0x000F # 0 +0x0010 0x0010 # 0 +0x0011 0x0011 # 0 +0x0012 0x0012 # 0 +0x0013 0x0013 # 0 +0x0014 0x0014 # 0 +0x0015 0x0015 # 0 +0x0016 0x0016 # 0 +0x0017 0x0017 # 0 +0x0018 0x0018 # 0 +0x0019 0x0019 # 0 +0x001A 0x001A # 0 +0x001B 0x001B # 0 +0x001C 0x001C # 0 +0x001D 0x001D # 0 +0x001E 0x001E # 0 +0x001F 0x001F # 0 +0x0020 0x0020 # 0 +0x0021 0x0021 # 0 +0x0022 0x0022 # 0 +0x0023 0x0023 # 0 +0x0024 0x0024 # 0 +0x0025 0x0025 # 0 +0x0026 0x0026 # 0 +0x0027 0x0027 # 0 +0x0028 0x0028 # 0 +0x0029 0x0029 # 0 +0x002A 0x002A # 0 +0x002B 0x002B # 0 +0x002C 0x002C # 0 +0x002D 0x002D # 0 +0x002E 0x002E # 0 +0x002F 0x002F # 0 +0x0030 0x0030 # 0 +0x0031 0x0031 # 0 +0x0032 0x0032 # 0 +0x0033 0x0033 # 0 +0x0034 0x0034 # 0 +0x0035 0x0035 # 0 +0x0036 0x0036 # 0 +0x0037 0x0037 # 0 +0x0038 0x0038 # 0 +0x0039 0x0039 # 0 +0x003A 0x003A # 0 +0x003B 0x003B # 0 +0x003C 0x003C # 0 +0x003D 0x003D # 0 +0x003E 0x003E # 0 +0x003F 0x003F # 0 +0x0040 0x0040 # 0 +0x0041 0x0041 # 0 +0x0042 0x0042 # 0 +0x0043 0x0043 # 0 +0x0044 0x0044 # 0 +0x0045 0x0045 # 0 +0x0046 0x0046 # 0 +0x0047 0x0047 # 0 +0x0048 0x0048 # 0 +0x0049 0x0049 # 0 +0x004A 0x004A # 0 +0x004B 0x004B # 0 +0x004C 0x004C # 0 +0x004D 0x004D # 0 +0x004E 0x004E # 0 +0x004F 0x004F # 0 +0x0050 0x0050 # 0 +0x0051 0x0051 # 0 +0x0052 0x0052 # 0 +0x0053 0x0053 # 0 +0x0054 0x0054 # 0 +0x0055 0x0055 # 0 +0x0056 0x0056 # 0 +0x0057 0x0057 # 0 +0x0058 0x0058 # 0 +0x0059 0x0059 # 0 +0x005A 0x005A # 0 +0x005B 0x005B # 0 +0x005C 0x005C # 0 +0x005D 0x005D # 0 +0x005E 0x005E # 0 +0x005F 0x005F # 0 +0x0060 0x0060 # 0 +0x0061 0x0061 # 0 +0x0062 0x0062 # 0 +0x0063 0x0063 # 0 +0x0064 0x0064 # 0 +0x0065 0x0065 # 0 +0x0066 0x0066 # 0 +0x0067 0x0067 # 0 +0x0068 0x0068 # 0 +0x0069 0x0069 # 0 +0x006A 0x006A # 0 +0x006B 0x006B # 0 +0x006C 0x006C # 0 +0x006D 0x006D # 0 +0x006E 0x006E # 0 +0x006F 0x006F # 0 +0x0070 0x0070 # 0 +0x0071 0x0071 # 0 +0x0072 0x0072 # 0 +0x0073 0x0073 # 0 +0x0074 0x0074 # 0 +0x0075 0x0075 # 0 +0x0076 0x0076 # 0 +0x0077 0x0077 # 0 +0x0078 0x0078 # 0 +0x0079 0x0079 # 0 +0x007A 0x007A # 0 +0x007B 0x007B # 0 +0x007C 0x007C # 0 +0x007D 0x007D # 0 +0x007E 0x007E # 0 +0x007F 0x007F # 0 +0x0080 0x20AC # 0 +0x00FF 0xF8F5 # 0 +0x8140 0x4E02 # 0 +0x8141 0x4E04 # 0 +0x8142 0x4E05 # 0 +0x8143 0x4E06 # 0 +0x8144 0x4E0F # 0 +0x8145 0x4E12 # 0 +0x8146 0x4E17 # 0 +0x8147 0x4E1F # 0 +0x8148 0x4E20 # 0 +0x8149 0x4E21 # 0 +0x814A 0x4E23 # 0 +0x814B 0x4E26 # 0 +0x814C 0x4E29 # 0 +0x814D 0x4E2E # 0 +0x814E 0x4E2F # 0 +0x814F 0x4E31 # 0 +0x8150 0x4E33 # 0 +0x8151 0x4E35 # 0 +0x8152 0x4E37 # 0 +0x8153 0x4E3C # 0 +0x8154 0x4E40 # 0 +0x8155 0x4E41 # 0 +0x8156 0x4E42 # 0 +0x8157 0x4E44 # 0 +0x8158 0x4E46 # 0 +0x8159 0x4E4A # 0 +0x815A 0x4E51 # 0 +0x815B 0x4E55 # 0 +0x815C 0x4E57 # 0 +0x815D 0x4E5A # 0 +0x815E 0x4E5B # 0 +0x815F 0x4E62 # 0 +0x8160 0x4E63 # 0 +0x8161 0x4E64 # 0 +0x8162 0x4E65 # 0 +0x8163 0x4E67 # 0 +0x8164 0x4E68 # 0 +0x8165 0x4E6A # 0 +0x8166 0x4E6B # 0 +0x8167 0x4E6C # 0 +0x8168 0x4E6D # 0 +0x8169 0x4E6E # 0 +0x816A 0x4E6F # 0 +0x816B 0x4E72 # 0 +0x816C 0x4E74 # 0 +0x816D 0x4E75 # 0 +0x816E 0x4E76 # 0 +0x816F 0x4E77 # 0 +0x8170 0x4E78 # 0 +0x8171 0x4E79 # 0 +0x8172 0x4E7A # 0 +0x8173 0x4E7B # 0 +0x8174 0x4E7C # 0 +0x8175 0x4E7D # 0 +0x8176 0x4E7F # 0 +0x8177 0x4E80 # 0 +0x8178 0x4E81 # 0 +0x8179 0x4E82 # 0 +0x817A 0x4E83 # 0 +0x817B 0x4E84 # 0 +0x817C 0x4E85 # 0 +0x817D 0x4E87 # 0 +0x817E 0x4E8A # 0 +0x8180 0x4E90 # 0 +0x8181 0x4E96 # 0 +0x8182 0x4E97 # 0 +0x8183 0x4E99 # 0 +0x8184 0x4E9C # 0 +0x8185 0x4E9D # 0 +0x8186 0x4E9E # 0 +0x8187 0x4EA3 # 0 +0x8188 0x4EAA # 0 +0x8189 0x4EAF # 0 +0x818A 0x4EB0 # 0 +0x818B 0x4EB1 # 0 +0x818C 0x4EB4 # 0 +0x818D 0x4EB6 # 0 +0x818E 0x4EB7 # 0 +0x818F 0x4EB8 # 0 +0x8190 0x4EB9 # 0 +0x8191 0x4EBC # 0 +0x8192 0x4EBD # 0 +0x8193 0x4EBE # 0 +0x8194 0x4EC8 # 0 +0x8195 0x4ECC # 0 +0x8196 0x4ECF # 0 +0x8197 0x4ED0 # 0 +0x8198 0x4ED2 # 0 +0x8199 0x4EDA # 0 +0x819A 0x4EDB # 0 +0x819B 0x4EDC # 0 +0x819C 0x4EE0 # 0 +0x819D 0x4EE2 # 0 +0x819E 0x4EE6 # 0 +0x819F 0x4EE7 # 0 +0x81A0 0x4EE9 # 0 +0x81A1 0x4EED # 0 +0x81A2 0x4EEE # 0 +0x81A3 0x4EEF # 0 +0x81A4 0x4EF1 # 0 +0x81A5 0x4EF4 # 0 +0x81A6 0x4EF8 # 0 +0x81A7 0x4EF9 # 0 +0x81A8 0x4EFA # 0 +0x81A9 0x4EFC # 0 +0x81AA 0x4EFE # 0 +0x81AB 0x4F00 # 0 +0x81AC 0x4F02 # 0 +0x81AD 0x4F03 # 0 +0x81AE 0x4F04 # 0 +0x81AF 0x4F05 # 0 +0x81B0 0x4F06 # 0 +0x81B1 0x4F07 # 0 +0x81B2 0x4F08 # 0 +0x81B3 0x4F0B # 0 +0x81B4 0x4F0C # 0 +0x81B5 0x4F12 # 0 +0x81B6 0x4F13 # 0 +0x81B7 0x4F14 # 0 +0x81B8 0x4F15 # 0 +0x81B9 0x4F16 # 0 +0x81BA 0x4F1C # 0 +0x81BB 0x4F1D # 0 +0x81BC 0x4F21 # 0 +0x81BD 0x4F23 # 0 +0x81BE 0x4F28 # 0 +0x81BF 0x4F29 # 0 +0x81C0 0x4F2C # 0 +0x81C1 0x4F2D # 0 +0x81C2 0x4F2E # 0 +0x81C3 0x4F31 # 0 +0x81C4 0x4F33 # 0 +0x81C5 0x4F35 # 0 +0x81C6 0x4F37 # 0 +0x81C7 0x4F39 # 0 +0x81C8 0x4F3B # 0 +0x81C9 0x4F3E # 0 +0x81CA 0x4F3F # 0 +0x81CB 0x4F40 # 0 +0x81CC 0x4F41 # 0 +0x81CD 0x4F42 # 0 +0x81CE 0x4F44 # 0 +0x81CF 0x4F45 # 0 +0x81D0 0x4F47 # 0 +0x81D1 0x4F48 # 0 +0x81D2 0x4F49 # 0 +0x81D3 0x4F4A # 0 +0x81D4 0x4F4B # 0 +0x81D5 0x4F4C # 0 +0x81D6 0x4F52 # 0 +0x81D7 0x4F54 # 0 +0x81D8 0x4F56 # 0 +0x81D9 0x4F61 # 0 +0x81DA 0x4F62 # 0 +0x81DB 0x4F66 # 0 +0x81DC 0x4F68 # 0 +0x81DD 0x4F6A # 0 +0x81DE 0x4F6B # 0 +0x81DF 0x4F6D # 0 +0x81E0 0x4F6E # 0 +0x81E1 0x4F71 # 0 +0x81E2 0x4F72 # 0 +0x81E3 0x4F75 # 0 +0x81E4 0x4F77 # 0 +0x81E5 0x4F78 # 0 +0x81E6 0x4F79 # 0 +0x81E7 0x4F7A # 0 +0x81E8 0x4F7D # 0 +0x81E9 0x4F80 # 0 +0x81EA 0x4F81 # 0 +0x81EB 0x4F82 # 0 +0x81EC 0x4F85 # 0 +0x81ED 0x4F86 # 0 +0x81EE 0x4F87 # 0 +0x81EF 0x4F8A # 0 +0x81F0 0x4F8C # 0 +0x81F1 0x4F8E # 0 +0x81F2 0x4F90 # 0 +0x81F3 0x4F92 # 0 +0x81F4 0x4F93 # 0 +0x81F5 0x4F95 # 0 +0x81F6 0x4F96 # 0 +0x81F7 0x4F98 # 0 +0x81F8 0x4F99 # 0 +0x81F9 0x4F9A # 0 +0x81FA 0x4F9C # 0 +0x81FB 0x4F9E # 0 +0x81FC 0x4F9F # 0 +0x81FD 0x4FA1 # 0 +0x81FE 0x4FA2 # 0 +0x8240 0x4FA4 # 0 +0x8241 0x4FAB # 0 +0x8242 0x4FAD # 0 +0x8243 0x4FB0 # 0 +0x8244 0x4FB1 # 0 +0x8245 0x4FB2 # 0 +0x8246 0x4FB3 # 0 +0x8247 0x4FB4 # 0 +0x8248 0x4FB6 # 0 +0x8249 0x4FB7 # 0 +0x824A 0x4FB8 # 0 +0x824B 0x4FB9 # 0 +0x824C 0x4FBA # 0 +0x824D 0x4FBB # 0 +0x824E 0x4FBC # 0 +0x824F 0x4FBD # 0 +0x8250 0x4FBE # 0 +0x8251 0x4FC0 # 0 +0x8252 0x4FC1 # 0 +0x8253 0x4FC2 # 0 +0x8254 0x4FC6 # 0 +0x8255 0x4FC7 # 0 +0x8256 0x4FC8 # 0 +0x8257 0x4FC9 # 0 +0x8258 0x4FCB # 0 +0x8259 0x4FCC # 0 +0x825A 0x4FCD # 0 +0x825B 0x4FD2 # 0 +0x825C 0x4FD3 # 0 +0x825D 0x4FD4 # 0 +0x825E 0x4FD5 # 0 +0x825F 0x4FD6 # 0 +0x8260 0x4FD9 # 0 +0x8261 0x4FDB # 0 +0x8262 0x4FE0 # 0 +0x8263 0x4FE2 # 0 +0x8264 0x4FE4 # 0 +0x8265 0x4FE5 # 0 +0x8266 0x4FE7 # 0 +0x8267 0x4FEB # 0 +0x8268 0x4FEC # 0 +0x8269 0x4FF0 # 0 +0x826A 0x4FF2 # 0 +0x826B 0x4FF4 # 0 +0x826C 0x4FF5 # 0 +0x826D 0x4FF6 # 0 +0x826E 0x4FF7 # 0 +0x826F 0x4FF9 # 0 +0x8270 0x4FFB # 0 +0x8271 0x4FFC # 0 +0x8272 0x4FFD # 0 +0x8273 0x4FFF # 0 +0x8274 0x5000 # 0 +0x8275 0x5001 # 0 +0x8276 0x5002 # 0 +0x8277 0x5003 # 0 +0x8278 0x5004 # 0 +0x8279 0x5005 # 0 +0x827A 0x5006 # 0 +0x827B 0x5007 # 0 +0x827C 0x5008 # 0 +0x827D 0x5009 # 0 +0x827E 0x500A # 0 +0x8280 0x500B # 0 +0x8281 0x500E # 0 +0x8282 0x5010 # 0 +0x8283 0x5011 # 0 +0x8284 0x5013 # 0 +0x8285 0x5015 # 0 +0x8286 0x5016 # 0 +0x8287 0x5017 # 0 +0x8288 0x501B # 0 +0x8289 0x501D # 0 +0x828A 0x501E # 0 +0x828B 0x5020 # 0 +0x828C 0x5022 # 0 +0x828D 0x5023 # 0 +0x828E 0x5024 # 0 +0x828F 0x5027 # 0 +0x8290 0x502B # 0 +0x8291 0x502F # 0 +0x8292 0x5030 # 0 +0x8293 0x5031 # 0 +0x8294 0x5032 # 0 +0x8295 0x5033 # 0 +0x8296 0x5034 # 0 +0x8297 0x5035 # 0 +0x8298 0x5036 # 0 +0x8299 0x5037 # 0 +0x829A 0x5038 # 0 +0x829B 0x5039 # 0 +0x829C 0x503B # 0 +0x829D 0x503D # 0 +0x829E 0x503F # 0 +0x829F 0x5040 # 0 +0x82A0 0x5041 # 0 +0x82A1 0x5042 # 0 +0x82A2 0x5044 # 0 +0x82A3 0x5045 # 0 +0x82A4 0x5046 # 0 +0x82A5 0x5049 # 0 +0x82A6 0x504A # 0 +0x82A7 0x504B # 0 +0x82A8 0x504D # 0 +0x82A9 0x5050 # 0 +0x82AA 0x5051 # 0 +0x82AB 0x5052 # 0 +0x82AC 0x5053 # 0 +0x82AD 0x5054 # 0 +0x82AE 0x5056 # 0 +0x82AF 0x5057 # 0 +0x82B0 0x5058 # 0 +0x82B1 0x5059 # 0 +0x82B2 0x505B # 0 +0x82B3 0x505D # 0 +0x82B4 0x505E # 0 +0x82B5 0x505F # 0 +0x82B6 0x5060 # 0 +0x82B7 0x5061 # 0 +0x82B8 0x5062 # 0 +0x82B9 0x5063 # 0 +0x82BA 0x5064 # 0 +0x82BB 0x5066 # 0 +0x82BC 0x5067 # 0 +0x82BD 0x5068 # 0 +0x82BE 0x5069 # 0 +0x82BF 0x506A # 0 +0x82C0 0x506B # 0 +0x82C1 0x506D # 0 +0x82C2 0x506E # 0 +0x82C3 0x506F # 0 +0x82C4 0x5070 # 0 +0x82C5 0x5071 # 0 +0x82C6 0x5072 # 0 +0x82C7 0x5073 # 0 +0x82C8 0x5074 # 0 +0x82C9 0x5075 # 0 +0x82CA 0x5078 # 0 +0x82CB 0x5079 # 0 +0x82CC 0x507A # 0 +0x82CD 0x507C # 0 +0x82CE 0x507D # 0 +0x82CF 0x5081 # 0 +0x82D0 0x5082 # 0 +0x82D1 0x5083 # 0 +0x82D2 0x5084 # 0 +0x82D3 0x5086 # 0 +0x82D4 0x5087 # 0 +0x82D5 0x5089 # 0 +0x82D6 0x508A # 0 +0x82D7 0x508B # 0 +0x82D8 0x508C # 0 +0x82D9 0x508E # 0 +0x82DA 0x508F # 0 +0x82DB 0x5090 # 0 +0x82DC 0x5091 # 0 +0x82DD 0x5092 # 0 +0x82DE 0x5093 # 0 +0x82DF 0x5094 # 0 +0x82E0 0x5095 # 0 +0x82E1 0x5096 # 0 +0x82E2 0x5097 # 0 +0x82E3 0x5098 # 0 +0x82E4 0x5099 # 0 +0x82E5 0x509A # 0 +0x82E6 0x509B # 0 +0x82E7 0x509C # 0 +0x82E8 0x509D # 0 +0x82E9 0x509E # 0 +0x82EA 0x509F # 0 +0x82EB 0x50A0 # 0 +0x82EC 0x50A1 # 0 +0x82ED 0x50A2 # 0 +0x82EE 0x50A4 # 0 +0x82EF 0x50A6 # 0 +0x82F0 0x50AA # 0 +0x82F1 0x50AB # 0 +0x82F2 0x50AD # 0 +0x82F3 0x50AE # 0 +0x82F4 0x50AF # 0 +0x82F5 0x50B0 # 0 +0x82F6 0x50B1 # 0 +0x82F7 0x50B3 # 0 +0x82F8 0x50B4 # 0 +0x82F9 0x50B5 # 0 +0x82FA 0x50B6 # 0 +0x82FB 0x50B7 # 0 +0x82FC 0x50B8 # 0 +0x82FD 0x50B9 # 0 +0x82FE 0x50BC # 0 +0x8340 0x50BD # 0 +0x8341 0x50BE # 0 +0x8342 0x50BF # 0 +0x8343 0x50C0 # 0 +0x8344 0x50C1 # 0 +0x8345 0x50C2 # 0 +0x8346 0x50C3 # 0 +0x8347 0x50C4 # 0 +0x8348 0x50C5 # 0 +0x8349 0x50C6 # 0 +0x834A 0x50C7 # 0 +0x834B 0x50C8 # 0 +0x834C 0x50C9 # 0 +0x834D 0x50CA # 0 +0x834E 0x50CB # 0 +0x834F 0x50CC # 0 +0x8350 0x50CD # 0 +0x8351 0x50CE # 0 +0x8352 0x50D0 # 0 +0x8353 0x50D1 # 0 +0x8354 0x50D2 # 0 +0x8355 0x50D3 # 0 +0x8356 0x50D4 # 0 +0x8357 0x50D5 # 0 +0x8358 0x50D7 # 0 +0x8359 0x50D8 # 0 +0x835A 0x50D9 # 0 +0x835B 0x50DB # 0 +0x835C 0x50DC # 0 +0x835D 0x50DD # 0 +0x835E 0x50DE # 0 +0x835F 0x50DF # 0 +0x8360 0x50E0 # 0 +0x8361 0x50E1 # 0 +0x8362 0x50E2 # 0 +0x8363 0x50E3 # 0 +0x8364 0x50E4 # 0 +0x8365 0x50E5 # 0 +0x8366 0x50E8 # 0 +0x8367 0x50E9 # 0 +0x8368 0x50EA # 0 +0x8369 0x50EB # 0 +0x836A 0x50EF # 0 +0x836B 0x50F0 # 0 +0x836C 0x50F1 # 0 +0x836D 0x50F2 # 0 +0x836E 0x50F4 # 0 +0x836F 0x50F6 # 0 +0x8370 0x50F7 # 0 +0x8371 0x50F8 # 0 +0x8372 0x50F9 # 0 +0x8373 0x50FA # 0 +0x8374 0x50FC # 0 +0x8375 0x50FD # 0 +0x8376 0x50FE # 0 +0x8377 0x50FF # 0 +0x8378 0x5100 # 0 +0x8379 0x5101 # 0 +0x837A 0x5102 # 0 +0x837B 0x5103 # 0 +0x837C 0x5104 # 0 +0x837D 0x5105 # 0 +0x837E 0x5108 # 0 +0x8380 0x5109 # 0 +0x8381 0x510A # 0 +0x8382 0x510C # 0 +0x8383 0x510D # 0 +0x8384 0x510E # 0 +0x8385 0x510F # 0 +0x8386 0x5110 # 0 +0x8387 0x5111 # 0 +0x8388 0x5113 # 0 +0x8389 0x5114 # 0 +0x838A 0x5115 # 0 +0x838B 0x5116 # 0 +0x838C 0x5117 # 0 +0x838D 0x5118 # 0 +0x838E 0x5119 # 0 +0x838F 0x511A # 0 +0x8390 0x511B # 0 +0x8391 0x511C # 0 +0x8392 0x511D # 0 +0x8393 0x511E # 0 +0x8394 0x511F # 0 +0x8395 0x5120 # 0 +0x8396 0x5122 # 0 +0x8397 0x5123 # 0 +0x8398 0x5124 # 0 +0x8399 0x5125 # 0 +0x839A 0x5126 # 0 +0x839B 0x5127 # 0 +0x839C 0x5128 # 0 +0x839D 0x5129 # 0 +0x839E 0x512A # 0 +0x839F 0x512B # 0 +0x83A0 0x512C # 0 +0x83A1 0x512D # 0 +0x83A2 0x512E # 0 +0x83A3 0x512F # 0 +0x83A4 0x5130 # 0 +0x83A5 0x5131 # 0 +0x83A6 0x5132 # 0 +0x83A7 0x5133 # 0 +0x83A8 0x5134 # 0 +0x83A9 0x5135 # 0 +0x83AA 0x5136 # 0 +0x83AB 0x5137 # 0 +0x83AC 0x5138 # 0 +0x83AD 0x5139 # 0 +0x83AE 0x513A # 0 +0x83AF 0x513B # 0 +0x83B0 0x513C # 0 +0x83B1 0x513D # 0 +0x83B2 0x513E # 0 +0x83B3 0x5142 # 0 +0x83B4 0x5147 # 0 +0x83B5 0x514A # 0 +0x83B6 0x514C # 0 +0x83B7 0x514E # 0 +0x83B8 0x514F # 0 +0x83B9 0x5150 # 0 +0x83BA 0x5152 # 0 +0x83BB 0x5153 # 0 +0x83BC 0x5157 # 0 +0x83BD 0x5158 # 0 +0x83BE 0x5159 # 0 +0x83BF 0x515B # 0 +0x83C0 0x515D # 0 +0x83C1 0x515E # 0 +0x83C2 0x515F # 0 +0x83C3 0x5160 # 0 +0x83C4 0x5161 # 0 +0x83C5 0x5163 # 0 +0x83C6 0x5164 # 0 +0x83C7 0x5166 # 0 +0x83C8 0x5167 # 0 +0x83C9 0x5169 # 0 +0x83CA 0x516A # 0 +0x83CB 0x516F # 0 +0x83CC 0x5172 # 0 +0x83CD 0x517A # 0 +0x83CE 0x517E # 0 +0x83CF 0x517F # 0 +0x83D0 0x5183 # 0 +0x83D1 0x5184 # 0 +0x83D2 0x5186 # 0 +0x83D3 0x5187 # 0 +0x83D4 0x518A # 0 +0x83D5 0x518B # 0 +0x83D6 0x518E # 0 +0x83D7 0x518F # 0 +0x83D8 0x5190 # 0 +0x83D9 0x5191 # 0 +0x83DA 0x5193 # 0 +0x83DB 0x5194 # 0 +0x83DC 0x5198 # 0 +0x83DD 0x519A # 0 +0x83DE 0x519D # 0 +0x83DF 0x519E # 0 +0x83E0 0x519F # 0 +0x83E1 0x51A1 # 0 +0x83E2 0x51A3 # 0 +0x83E3 0x51A6 # 0 +0x83E4 0x51A7 # 0 +0x83E5 0x51A8 # 0 +0x83E6 0x51A9 # 0 +0x83E7 0x51AA # 0 +0x83E8 0x51AD # 0 +0x83E9 0x51AE # 0 +0x83EA 0x51B4 # 0 +0x83EB 0x51B8 # 0 +0x83EC 0x51B9 # 0 +0x83ED 0x51BA # 0 +0x83EE 0x51BE # 0 +0x83EF 0x51BF # 0 +0x83F0 0x51C1 # 0 +0x83F1 0x51C2 # 0 +0x83F2 0x51C3 # 0 +0x83F3 0x51C5 # 0 +0x83F4 0x51C8 # 0 +0x83F5 0x51CA # 0 +0x83F6 0x51CD # 0 +0x83F7 0x51CE # 0 +0x83F8 0x51D0 # 0 +0x83F9 0x51D2 # 0 +0x83FA 0x51D3 # 0 +0x83FB 0x51D4 # 0 +0x83FC 0x51D5 # 0 +0x83FD 0x51D6 # 0 +0x83FE 0x51D7 # 0 +0x8440 0x51D8 # 0 +0x8441 0x51D9 # 0 +0x8442 0x51DA # 0 +0x8443 0x51DC # 0 +0x8444 0x51DE # 0 +0x8445 0x51DF # 0 +0x8446 0x51E2 # 0 +0x8447 0x51E3 # 0 +0x8448 0x51E5 # 0 +0x8449 0x51E6 # 0 +0x844A 0x51E7 # 0 +0x844B 0x51E8 # 0 +0x844C 0x51E9 # 0 +0x844D 0x51EA # 0 +0x844E 0x51EC # 0 +0x844F 0x51EE # 0 +0x8450 0x51F1 # 0 +0x8451 0x51F2 # 0 +0x8452 0x51F4 # 0 +0x8453 0x51F7 # 0 +0x8454 0x51FE # 0 +0x8455 0x5204 # 0 +0x8456 0x5205 # 0 +0x8457 0x5209 # 0 +0x8458 0x520B # 0 +0x8459 0x520C # 0 +0x845A 0x520F # 0 +0x845B 0x5210 # 0 +0x845C 0x5213 # 0 +0x845D 0x5214 # 0 +0x845E 0x5215 # 0 +0x845F 0x521C # 0 +0x8460 0x521E # 0 +0x8461 0x521F # 0 +0x8462 0x5221 # 0 +0x8463 0x5222 # 0 +0x8464 0x5223 # 0 +0x8465 0x5225 # 0 +0x8466 0x5226 # 0 +0x8467 0x5227 # 0 +0x8468 0x522A # 0 +0x8469 0x522C # 0 +0x846A 0x522F # 0 +0x846B 0x5231 # 0 +0x846C 0x5232 # 0 +0x846D 0x5234 # 0 +0x846E 0x5235 # 0 +0x846F 0x523C # 0 +0x8470 0x523E # 0 +0x8471 0x5244 # 0 +0x8472 0x5245 # 0 +0x8473 0x5246 # 0 +0x8474 0x5247 # 0 +0x8475 0x5248 # 0 +0x8476 0x5249 # 0 +0x8477 0x524B # 0 +0x8478 0x524E # 0 +0x8479 0x524F # 0 +0x847A 0x5252 # 0 +0x847B 0x5253 # 0 +0x847C 0x5255 # 0 +0x847D 0x5257 # 0 +0x847E 0x5258 # 0 +0x8480 0x5259 # 0 +0x8481 0x525A # 0 +0x8482 0x525B # 0 +0x8483 0x525D # 0 +0x8484 0x525F # 0 +0x8485 0x5260 # 0 +0x8486 0x5262 # 0 +0x8487 0x5263 # 0 +0x8488 0x5264 # 0 +0x8489 0x5266 # 0 +0x848A 0x5268 # 0 +0x848B 0x526B # 0 +0x848C 0x526C # 0 +0x848D 0x526D # 0 +0x848E 0x526E # 0 +0x848F 0x5270 # 0 +0x8490 0x5271 # 0 +0x8491 0x5273 # 0 +0x8492 0x5274 # 0 +0x8493 0x5275 # 0 +0x8494 0x5276 # 0 +0x8495 0x5277 # 0 +0x8496 0x5278 # 0 +0x8497 0x5279 # 0 +0x8498 0x527A # 0 +0x8499 0x527B # 0 +0x849A 0x527C # 0 +0x849B 0x527E # 0 +0x849C 0x5280 # 0 +0x849D 0x5283 # 0 +0x849E 0x5284 # 0 +0x849F 0x5285 # 0 +0x84A0 0x5286 # 0 +0x84A1 0x5287 # 0 +0x84A2 0x5289 # 0 +0x84A3 0x528A # 0 +0x84A4 0x528B # 0 +0x84A5 0x528C # 0 +0x84A6 0x528D # 0 +0x84A7 0x528E # 0 +0x84A8 0x528F # 0 +0x84A9 0x5291 # 0 +0x84AA 0x5292 # 0 +0x84AB 0x5294 # 0 +0x84AC 0x5295 # 0 +0x84AD 0x5296 # 0 +0x84AE 0x5297 # 0 +0x84AF 0x5298 # 0 +0x84B0 0x5299 # 0 +0x84B1 0x529A # 0 +0x84B2 0x529C # 0 +0x84B3 0x52A4 # 0 +0x84B4 0x52A5 # 0 +0x84B5 0x52A6 # 0 +0x84B6 0x52A7 # 0 +0x84B7 0x52AE # 0 +0x84B8 0x52AF # 0 +0x84B9 0x52B0 # 0 +0x84BA 0x52B4 # 0 +0x84BB 0x52B5 # 0 +0x84BC 0x52B6 # 0 +0x84BD 0x52B7 # 0 +0x84BE 0x52B8 # 0 +0x84BF 0x52B9 # 0 +0x84C0 0x52BA # 0 +0x84C1 0x52BB # 0 +0x84C2 0x52BC # 0 +0x84C3 0x52BD # 0 +0x84C4 0x52C0 # 0 +0x84C5 0x52C1 # 0 +0x84C6 0x52C2 # 0 +0x84C7 0x52C4 # 0 +0x84C8 0x52C5 # 0 +0x84C9 0x52C6 # 0 +0x84CA 0x52C8 # 0 +0x84CB 0x52CA # 0 +0x84CC 0x52CC # 0 +0x84CD 0x52CD # 0 +0x84CE 0x52CE # 0 +0x84CF 0x52CF # 0 +0x84D0 0x52D1 # 0 +0x84D1 0x52D3 # 0 +0x84D2 0x52D4 # 0 +0x84D3 0x52D5 # 0 +0x84D4 0x52D7 # 0 +0x84D5 0x52D9 # 0 +0x84D6 0x52DA # 0 +0x84D7 0x52DB # 0 +0x84D8 0x52DC # 0 +0x84D9 0x52DD # 0 +0x84DA 0x52DE # 0 +0x84DB 0x52E0 # 0 +0x84DC 0x52E1 # 0 +0x84DD 0x52E2 # 0 +0x84DE 0x52E3 # 0 +0x84DF 0x52E5 # 0 +0x84E0 0x52E6 # 0 +0x84E1 0x52E7 # 0 +0x84E2 0x52E8 # 0 +0x84E3 0x52E9 # 0 +0x84E4 0x52EA # 0 +0x84E5 0x52EB # 0 +0x84E6 0x52EC # 0 +0x84E7 0x52ED # 0 +0x84E8 0x52EE # 0 +0x84E9 0x52EF # 0 +0x84EA 0x52F1 # 0 +0x84EB 0x52F2 # 0 +0x84EC 0x52F3 # 0 +0x84ED 0x52F4 # 0 +0x84EE 0x52F5 # 0 +0x84EF 0x52F6 # 0 +0x84F0 0x52F7 # 0 +0x84F1 0x52F8 # 0 +0x84F2 0x52FB # 0 +0x84F3 0x52FC # 0 +0x84F4 0x52FD # 0 +0x84F5 0x5301 # 0 +0x84F6 0x5302 # 0 +0x84F7 0x5303 # 0 +0x84F8 0x5304 # 0 +0x84F9 0x5307 # 0 +0x84FA 0x5309 # 0 +0x84FB 0x530A # 0 +0x84FC 0x530B # 0 +0x84FD 0x530C # 0 +0x84FE 0x530E # 0 +0x8540 0x5311 # 0 +0x8541 0x5312 # 0 +0x8542 0x5313 # 0 +0x8543 0x5314 # 0 +0x8544 0x5318 # 0 +0x8545 0x531B # 0 +0x8546 0x531C # 0 +0x8547 0x531E # 0 +0x8548 0x531F # 0 +0x8549 0x5322 # 0 +0x854A 0x5324 # 0 +0x854B 0x5325 # 0 +0x854C 0x5327 # 0 +0x854D 0x5328 # 0 +0x854E 0x5329 # 0 +0x854F 0x532B # 0 +0x8550 0x532C # 0 +0x8551 0x532D # 0 +0x8552 0x532F # 0 +0x8553 0x5330 # 0 +0x8554 0x5331 # 0 +0x8555 0x5332 # 0 +0x8556 0x5333 # 0 +0x8557 0x5334 # 0 +0x8558 0x5335 # 0 +0x8559 0x5336 # 0 +0x855A 0x5337 # 0 +0x855B 0x5338 # 0 +0x855C 0x533C # 0 +0x855D 0x533D # 0 +0x855E 0x5340 # 0 +0x855F 0x5342 # 0 +0x8560 0x5344 # 0 +0x8561 0x5346 # 0 +0x8562 0x534B # 0 +0x8563 0x534C # 0 +0x8564 0x534D # 0 +0x8565 0x5350 # 0 +0x8566 0x5354 # 0 +0x8567 0x5358 # 0 +0x8568 0x5359 # 0 +0x8569 0x535B # 0 +0x856A 0x535D # 0 +0x856B 0x5365 # 0 +0x856C 0x5368 # 0 +0x856D 0x536A # 0 +0x856E 0x536C # 0 +0x856F 0x536D # 0 +0x8570 0x5372 # 0 +0x8571 0x5376 # 0 +0x8572 0x5379 # 0 +0x8573 0x537B # 0 +0x8574 0x537C # 0 +0x8575 0x537D # 0 +0x8576 0x537E # 0 +0x8577 0x5380 # 0 +0x8578 0x5381 # 0 +0x8579 0x5383 # 0 +0x857A 0x5387 # 0 +0x857B 0x5388 # 0 +0x857C 0x538A # 0 +0x857D 0x538E # 0 +0x857E 0x538F # 0 +0x8580 0x5390 # 0 +0x8581 0x5391 # 0 +0x8582 0x5392 # 0 +0x8583 0x5393 # 0 +0x8584 0x5394 # 0 +0x8585 0x5396 # 0 +0x8586 0x5397 # 0 +0x8587 0x5399 # 0 +0x8588 0x539B # 0 +0x8589 0x539C # 0 +0x858A 0x539E # 0 +0x858B 0x53A0 # 0 +0x858C 0x53A1 # 0 +0x858D 0x53A4 # 0 +0x858E 0x53A7 # 0 +0x858F 0x53AA # 0 +0x8590 0x53AB # 0 +0x8591 0x53AC # 0 +0x8592 0x53AD # 0 +0x8593 0x53AF # 0 +0x8594 0x53B0 # 0 +0x8595 0x53B1 # 0 +0x8596 0x53B2 # 0 +0x8597 0x53B3 # 0 +0x8598 0x53B4 # 0 +0x8599 0x53B5 # 0 +0x859A 0x53B7 # 0 +0x859B 0x53B8 # 0 +0x859C 0x53B9 # 0 +0x859D 0x53BA # 0 +0x859E 0x53BC # 0 +0x859F 0x53BD # 0 +0x85A0 0x53BE # 0 +0x85A1 0x53C0 # 0 +0x85A2 0x53C3 # 0 +0x85A3 0x53C4 # 0 +0x85A4 0x53C5 # 0 +0x85A5 0x53C6 # 0 +0x85A6 0x53C7 # 0 +0x85A7 0x53CE # 0 +0x85A8 0x53CF # 0 +0x85A9 0x53D0 # 0 +0x85AA 0x53D2 # 0 +0x85AB 0x53D3 # 0 +0x85AC 0x53D5 # 0 +0x85AD 0x53DA # 0 +0x85AE 0x53DC # 0 +0x85AF 0x53DD # 0 +0x85B0 0x53DE # 0 +0x85B1 0x53E1 # 0 +0x85B2 0x53E2 # 0 +0x85B3 0x53E7 # 0 +0x85B4 0x53F4 # 0 +0x85B5 0x53FA # 0 +0x85B6 0x53FE # 0 +0x85B7 0x53FF # 0 +0x85B8 0x5400 # 0 +0x85B9 0x5402 # 0 +0x85BA 0x5405 # 0 +0x85BB 0x5407 # 0 +0x85BC 0x540B # 0 +0x85BD 0x5414 # 0 +0x85BE 0x5418 # 0 +0x85BF 0x5419 # 0 +0x85C0 0x541A # 0 +0x85C1 0x541C # 0 +0x85C2 0x5422 # 0 +0x85C3 0x5424 # 0 +0x85C4 0x5425 # 0 +0x85C5 0x542A # 0 +0x85C6 0x5430 # 0 +0x85C7 0x5433 # 0 +0x85C8 0x5436 # 0 +0x85C9 0x5437 # 0 +0x85CA 0x543A # 0 +0x85CB 0x543D # 0 +0x85CC 0x543F # 0 +0x85CD 0x5441 # 0 +0x85CE 0x5442 # 0 +0x85CF 0x5444 # 0 +0x85D0 0x5445 # 0 +0x85D1 0x5447 # 0 +0x85D2 0x5449 # 0 +0x85D3 0x544C # 0 +0x85D4 0x544D # 0 +0x85D5 0x544E # 0 +0x85D6 0x544F # 0 +0x85D7 0x5451 # 0 +0x85D8 0x545A # 0 +0x85D9 0x545D # 0 +0x85DA 0x545E # 0 +0x85DB 0x545F # 0 +0x85DC 0x5460 # 0 +0x85DD 0x5461 # 0 +0x85DE 0x5463 # 0 +0x85DF 0x5465 # 0 +0x85E0 0x5467 # 0 +0x85E1 0x5469 # 0 +0x85E2 0x546A # 0 +0x85E3 0x546B # 0 +0x85E4 0x546C # 0 +0x85E5 0x546D # 0 +0x85E6 0x546E # 0 +0x85E7 0x546F # 0 +0x85E8 0x5470 # 0 +0x85E9 0x5474 # 0 +0x85EA 0x5479 # 0 +0x85EB 0x547A # 0 +0x85EC 0x547E # 0 +0x85ED 0x547F # 0 +0x85EE 0x5481 # 0 +0x85EF 0x5483 # 0 +0x85F0 0x5485 # 0 +0x85F1 0x5487 # 0 +0x85F2 0x5488 # 0 +0x85F3 0x5489 # 0 +0x85F4 0x548A # 0 +0x85F5 0x548D # 0 +0x85F6 0x5491 # 0 +0x85F7 0x5493 # 0 +0x85F8 0x5497 # 0 +0x85F9 0x5498 # 0 +0x85FA 0x549C # 0 +0x85FB 0x549E # 0 +0x85FC 0x549F # 0 +0x85FD 0x54A0 # 0 +0x85FE 0x54A1 # 0 +0x8640 0x54A2 # 0 +0x8641 0x54A5 # 0 +0x8642 0x54AE # 0 +0x8643 0x54B0 # 0 +0x8644 0x54B2 # 0 +0x8645 0x54B5 # 0 +0x8646 0x54B6 # 0 +0x8647 0x54B7 # 0 +0x8648 0x54B9 # 0 +0x8649 0x54BA # 0 +0x864A 0x54BC # 0 +0x864B 0x54BE # 0 +0x864C 0x54C3 # 0 +0x864D 0x54C5 # 0 +0x864E 0x54CA # 0 +0x864F 0x54CB # 0 +0x8650 0x54D6 # 0 +0x8651 0x54D8 # 0 +0x8652 0x54DB # 0 +0x8653 0x54E0 # 0 +0x8654 0x54E1 # 0 +0x8655 0x54E2 # 0 +0x8656 0x54E3 # 0 +0x8657 0x54E4 # 0 +0x8658 0x54EB # 0 +0x8659 0x54EC # 0 +0x865A 0x54EF # 0 +0x865B 0x54F0 # 0 +0x865C 0x54F1 # 0 +0x865D 0x54F4 # 0 +0x865E 0x54F5 # 0 +0x865F 0x54F6 # 0 +0x8660 0x54F7 # 0 +0x8661 0x54F8 # 0 +0x8662 0x54F9 # 0 +0x8663 0x54FB # 0 +0x8664 0x54FE # 0 +0x8665 0x5500 # 0 +0x8666 0x5502 # 0 +0x8667 0x5503 # 0 +0x8668 0x5504 # 0 +0x8669 0x5505 # 0 +0x866A 0x5508 # 0 +0x866B 0x550A # 0 +0x866C 0x550B # 0 +0x866D 0x550C # 0 +0x866E 0x550D # 0 +0x866F 0x550E # 0 +0x8670 0x5512 # 0 +0x8671 0x5513 # 0 +0x8672 0x5515 # 0 +0x8673 0x5516 # 0 +0x8674 0x5517 # 0 +0x8675 0x5518 # 0 +0x8676 0x5519 # 0 +0x8677 0x551A # 0 +0x8678 0x551C # 0 +0x8679 0x551D # 0 +0x867A 0x551E # 0 +0x867B 0x551F # 0 +0x867C 0x5521 # 0 +0x867D 0x5525 # 0 +0x867E 0x5526 # 0 +0x8680 0x5528 # 0 +0x8681 0x5529 # 0 +0x8682 0x552B # 0 +0x8683 0x552D # 0 +0x8684 0x5532 # 0 +0x8685 0x5534 # 0 +0x8686 0x5535 # 0 +0x8687 0x5536 # 0 +0x8688 0x5538 # 0 +0x8689 0x5539 # 0 +0x868A 0x553A # 0 +0x868B 0x553B # 0 +0x868C 0x553D # 0 +0x868D 0x5540 # 0 +0x868E 0x5542 # 0 +0x868F 0x5545 # 0 +0x8690 0x5547 # 0 +0x8691 0x5548 # 0 +0x8692 0x554B # 0 +0x8693 0x554C # 0 +0x8694 0x554D # 0 +0x8695 0x554E # 0 +0x8696 0x554F # 0 +0x8697 0x5551 # 0 +0x8698 0x5552 # 0 +0x8699 0x5553 # 0 +0x869A 0x5554 # 0 +0x869B 0x5557 # 0 +0x869C 0x5558 # 0 +0x869D 0x5559 # 0 +0x869E 0x555A # 0 +0x869F 0x555B # 0 +0x86A0 0x555D # 0 +0x86A1 0x555E # 0 +0x86A2 0x555F # 0 +0x86A3 0x5560 # 0 +0x86A4 0x5562 # 0 +0x86A5 0x5563 # 0 +0x86A6 0x5568 # 0 +0x86A7 0x5569 # 0 +0x86A8 0x556B # 0 +0x86A9 0x556F # 0 +0x86AA 0x5570 # 0 +0x86AB 0x5571 # 0 +0x86AC 0x5572 # 0 +0x86AD 0x5573 # 0 +0x86AE 0x5574 # 0 +0x86AF 0x5579 # 0 +0x86B0 0x557A # 0 +0x86B1 0x557D # 0 +0x86B2 0x557F # 0 +0x86B3 0x5585 # 0 +0x86B4 0x5586 # 0 +0x86B5 0x558C # 0 +0x86B6 0x558D # 0 +0x86B7 0x558E # 0 +0x86B8 0x5590 # 0 +0x86B9 0x5592 # 0 +0x86BA 0x5593 # 0 +0x86BB 0x5595 # 0 +0x86BC 0x5596 # 0 +0x86BD 0x5597 # 0 +0x86BE 0x559A # 0 +0x86BF 0x559B # 0 +0x86C0 0x559E # 0 +0x86C1 0x55A0 # 0 +0x86C2 0x55A1 # 0 +0x86C3 0x55A2 # 0 +0x86C4 0x55A3 # 0 +0x86C5 0x55A4 # 0 +0x86C6 0x55A5 # 0 +0x86C7 0x55A6 # 0 +0x86C8 0x55A8 # 0 +0x86C9 0x55A9 # 0 +0x86CA 0x55AA # 0 +0x86CB 0x55AB # 0 +0x86CC 0x55AC # 0 +0x86CD 0x55AD # 0 +0x86CE 0x55AE # 0 +0x86CF 0x55AF # 0 +0x86D0 0x55B0 # 0 +0x86D1 0x55B2 # 0 +0x86D2 0x55B4 # 0 +0x86D3 0x55B6 # 0 +0x86D4 0x55B8 # 0 +0x86D5 0x55BA # 0 +0x86D6 0x55BC # 0 +0x86D7 0x55BF # 0 +0x86D8 0x55C0 # 0 +0x86D9 0x55C1 # 0 +0x86DA 0x55C2 # 0 +0x86DB 0x55C3 # 0 +0x86DC 0x55C6 # 0 +0x86DD 0x55C7 # 0 +0x86DE 0x55C8 # 0 +0x86DF 0x55CA # 0 +0x86E0 0x55CB # 0 +0x86E1 0x55CE # 0 +0x86E2 0x55CF # 0 +0x86E3 0x55D0 # 0 +0x86E4 0x55D5 # 0 +0x86E5 0x55D7 # 0 +0x86E6 0x55D8 # 0 +0x86E7 0x55D9 # 0 +0x86E8 0x55DA # 0 +0x86E9 0x55DB # 0 +0x86EA 0x55DE # 0 +0x86EB 0x55E0 # 0 +0x86EC 0x55E2 # 0 +0x86ED 0x55E7 # 0 +0x86EE 0x55E9 # 0 +0x86EF 0x55ED # 0 +0x86F0 0x55EE # 0 +0x86F1 0x55F0 # 0 +0x86F2 0x55F1 # 0 +0x86F3 0x55F4 # 0 +0x86F4 0x55F6 # 0 +0x86F5 0x55F8 # 0 +0x86F6 0x55F9 # 0 +0x86F7 0x55FA # 0 +0x86F8 0x55FB # 0 +0x86F9 0x55FC # 0 +0x86FA 0x55FF # 0 +0x86FB 0x5602 # 0 +0x86FC 0x5603 # 0 +0x86FD 0x5604 # 0 +0x86FE 0x5605 # 0 +0x8740 0x5606 # 0 +0x8741 0x5607 # 0 +0x8742 0x560A # 0 +0x8743 0x560B # 0 +0x8744 0x560D # 0 +0x8745 0x5610 # 0 +0x8746 0x5611 # 0 +0x8747 0x5612 # 0 +0x8748 0x5613 # 0 +0x8749 0x5614 # 0 +0x874A 0x5615 # 0 +0x874B 0x5616 # 0 +0x874C 0x5617 # 0 +0x874D 0x5619 # 0 +0x874E 0x561A # 0 +0x874F 0x561C # 0 +0x8750 0x561D # 0 +0x8751 0x5620 # 0 +0x8752 0x5621 # 0 +0x8753 0x5622 # 0 +0x8754 0x5625 # 0 +0x8755 0x5626 # 0 +0x8756 0x5628 # 0 +0x8757 0x5629 # 0 +0x8758 0x562A # 0 +0x8759 0x562B # 0 +0x875A 0x562E # 0 +0x875B 0x562F # 0 +0x875C 0x5630 # 0 +0x875D 0x5633 # 0 +0x875E 0x5635 # 0 +0x875F 0x5637 # 0 +0x8760 0x5638 # 0 +0x8761 0x563A # 0 +0x8762 0x563C # 0 +0x8763 0x563D # 0 +0x8764 0x563E # 0 +0x8765 0x5640 # 0 +0x8766 0x5641 # 0 +0x8767 0x5642 # 0 +0x8768 0x5643 # 0 +0x8769 0x5644 # 0 +0x876A 0x5645 # 0 +0x876B 0x5646 # 0 +0x876C 0x5647 # 0 +0x876D 0x5648 # 0 +0x876E 0x5649 # 0 +0x876F 0x564A # 0 +0x8770 0x564B # 0 +0x8771 0x564F # 0 +0x8772 0x5650 # 0 +0x8773 0x5651 # 0 +0x8774 0x5652 # 0 +0x8775 0x5653 # 0 +0x8776 0x5655 # 0 +0x8777 0x5656 # 0 +0x8778 0x565A # 0 +0x8779 0x565B # 0 +0x877A 0x565D # 0 +0x877B 0x565E # 0 +0x877C 0x565F # 0 +0x877D 0x5660 # 0 +0x877E 0x5661 # 0 +0x8780 0x5663 # 0 +0x8781 0x5665 # 0 +0x8782 0x5666 # 0 +0x8783 0x5667 # 0 +0x8784 0x566D # 0 +0x8785 0x566E # 0 +0x8786 0x566F # 0 +0x8787 0x5670 # 0 +0x8788 0x5672 # 0 +0x8789 0x5673 # 0 +0x878A 0x5674 # 0 +0x878B 0x5675 # 0 +0x878C 0x5677 # 0 +0x878D 0x5678 # 0 +0x878E 0x5679 # 0 +0x878F 0x567A # 0 +0x8790 0x567D # 0 +0x8791 0x567E # 0 +0x8792 0x567F # 0 +0x8793 0x5680 # 0 +0x8794 0x5681 # 0 +0x8795 0x5682 # 0 +0x8796 0x5683 # 0 +0x8797 0x5684 # 0 +0x8798 0x5687 # 0 +0x8799 0x5688 # 0 +0x879A 0x5689 # 0 +0x879B 0x568A # 0 +0x879C 0x568B # 0 +0x879D 0x568C # 0 +0x879E 0x568D # 0 +0x879F 0x5690 # 0 +0x87A0 0x5691 # 0 +0x87A1 0x5692 # 0 +0x87A2 0x5694 # 0 +0x87A3 0x5695 # 0 +0x87A4 0x5696 # 0 +0x87A5 0x5697 # 0 +0x87A6 0x5698 # 0 +0x87A7 0x5699 # 0 +0x87A8 0x569A # 0 +0x87A9 0x569B # 0 +0x87AA 0x569C # 0 +0x87AB 0x569D # 0 +0x87AC 0x569E # 0 +0x87AD 0x569F # 0 +0x87AE 0x56A0 # 0 +0x87AF 0x56A1 # 0 +0x87B0 0x56A2 # 0 +0x87B1 0x56A4 # 0 +0x87B2 0x56A5 # 0 +0x87B3 0x56A6 # 0 +0x87B4 0x56A7 # 0 +0x87B5 0x56A8 # 0 +0x87B6 0x56A9 # 0 +0x87B7 0x56AA # 0 +0x87B8 0x56AB # 0 +0x87B9 0x56AC # 0 +0x87BA 0x56AD # 0 +0x87BB 0x56AE # 0 +0x87BC 0x56B0 # 0 +0x87BD 0x56B1 # 0 +0x87BE 0x56B2 # 0 +0x87BF 0x56B3 # 0 +0x87C0 0x56B4 # 0 +0x87C1 0x56B5 # 0 +0x87C2 0x56B6 # 0 +0x87C3 0x56B8 # 0 +0x87C4 0x56B9 # 0 +0x87C5 0x56BA # 0 +0x87C6 0x56BB # 0 +0x87C7 0x56BD # 0 +0x87C8 0x56BE # 0 +0x87C9 0x56BF # 0 +0x87CA 0x56C0 # 0 +0x87CB 0x56C1 # 0 +0x87CC 0x56C2 # 0 +0x87CD 0x56C3 # 0 +0x87CE 0x56C4 # 0 +0x87CF 0x56C5 # 0 +0x87D0 0x56C6 # 0 +0x87D1 0x56C7 # 0 +0x87D2 0x56C8 # 0 +0x87D3 0x56C9 # 0 +0x87D4 0x56CB # 0 +0x87D5 0x56CC # 0 +0x87D6 0x56CD # 0 +0x87D7 0x56CE # 0 +0x87D8 0x56CF # 0 +0x87D9 0x56D0 # 0 +0x87DA 0x56D1 # 0 +0x87DB 0x56D2 # 0 +0x87DC 0x56D3 # 0 +0x87DD 0x56D5 # 0 +0x87DE 0x56D6 # 0 +0x87DF 0x56D8 # 0 +0x87E0 0x56D9 # 0 +0x87E1 0x56DC # 0 +0x87E2 0x56E3 # 0 +0x87E3 0x56E5 # 0 +0x87E4 0x56E6 # 0 +0x87E5 0x56E7 # 0 +0x87E6 0x56E8 # 0 +0x87E7 0x56E9 # 0 +0x87E8 0x56EA # 0 +0x87E9 0x56EC # 0 +0x87EA 0x56EE # 0 +0x87EB 0x56EF # 0 +0x87EC 0x56F2 # 0 +0x87ED 0x56F3 # 0 +0x87EE 0x56F6 # 0 +0x87EF 0x56F7 # 0 +0x87F0 0x56F8 # 0 +0x87F1 0x56FB # 0 +0x87F2 0x56FC # 0 +0x87F3 0x5700 # 0 +0x87F4 0x5701 # 0 +0x87F5 0x5702 # 0 +0x87F6 0x5705 # 0 +0x87F7 0x5707 # 0 +0x87F8 0x570B # 0 +0x87F9 0x570C # 0 +0x87FA 0x570D # 0 +0x87FB 0x570E # 0 +0x87FC 0x570F # 0 +0x87FD 0x5710 # 0 +0x87FE 0x5711 # 0 +0x8840 0x5712 # 0 +0x8841 0x5713 # 0 +0x8842 0x5714 # 0 +0x8843 0x5715 # 0 +0x8844 0x5716 # 0 +0x8845 0x5717 # 0 +0x8846 0x5718 # 0 +0x8847 0x5719 # 0 +0x8848 0x571A # 0 +0x8849 0x571B # 0 +0x884A 0x571D # 0 +0x884B 0x571E # 0 +0x884C 0x5720 # 0 +0x884D 0x5721 # 0 +0x884E 0x5722 # 0 +0x884F 0x5724 # 0 +0x8850 0x5725 # 0 +0x8851 0x5726 # 0 +0x8852 0x5727 # 0 +0x8853 0x572B # 0 +0x8854 0x5731 # 0 +0x8855 0x5732 # 0 +0x8856 0x5734 # 0 +0x8857 0x5735 # 0 +0x8858 0x5736 # 0 +0x8859 0x5737 # 0 +0x885A 0x5738 # 0 +0x885B 0x573C # 0 +0x885C 0x573D # 0 +0x885D 0x573F # 0 +0x885E 0x5741 # 0 +0x885F 0x5743 # 0 +0x8860 0x5744 # 0 +0x8861 0x5745 # 0 +0x8862 0x5746 # 0 +0x8863 0x5748 # 0 +0x8864 0x5749 # 0 +0x8865 0x574B # 0 +0x8866 0x5752 # 0 +0x8867 0x5753 # 0 +0x8868 0x5754 # 0 +0x8869 0x5755 # 0 +0x886A 0x5756 # 0 +0x886B 0x5758 # 0 +0x886C 0x5759 # 0 +0x886D 0x5762 # 0 +0x886E 0x5763 # 0 +0x886F 0x5765 # 0 +0x8870 0x5767 # 0 +0x8871 0x576C # 0 +0x8872 0x576E # 0 +0x8873 0x5770 # 0 +0x8874 0x5771 # 0 +0x8875 0x5772 # 0 +0x8876 0x5774 # 0 +0x8877 0x5775 # 0 +0x8878 0x5778 # 0 +0x8879 0x5779 # 0 +0x887A 0x577A # 0 +0x887B 0x577D # 0 +0x887C 0x577E # 0 +0x887D 0x577F # 0 +0x887E 0x5780 # 0 +0x8880 0x5781 # 0 +0x8881 0x5787 # 0 +0x8882 0x5788 # 0 +0x8883 0x5789 # 0 +0x8884 0x578A # 0 +0x8885 0x578D # 0 +0x8886 0x578E # 0 +0x8887 0x578F # 0 +0x8888 0x5790 # 0 +0x8889 0x5791 # 0 +0x888A 0x5794 # 0 +0x888B 0x5795 # 0 +0x888C 0x5796 # 0 +0x888D 0x5797 # 0 +0x888E 0x5798 # 0 +0x888F 0x5799 # 0 +0x8890 0x579A # 0 +0x8891 0x579C # 0 +0x8892 0x579D # 0 +0x8893 0x579E # 0 +0x8894 0x579F # 0 +0x8895 0x57A5 # 0 +0x8896 0x57A8 # 0 +0x8897 0x57AA # 0 +0x8898 0x57AC # 0 +0x8899 0x57AF # 0 +0x889A 0x57B0 # 0 +0x889B 0x57B1 # 0 +0x889C 0x57B3 # 0 +0x889D 0x57B5 # 0 +0x889E 0x57B6 # 0 +0x889F 0x57B7 # 0 +0x88A0 0x57B9 # 0 +0x88A1 0x57BA # 0 +0x88A2 0x57BB # 0 +0x88A3 0x57BC # 0 +0x88A4 0x57BD # 0 +0x88A5 0x57BE # 0 +0x88A6 0x57BF # 0 +0x88A7 0x57C0 # 0 +0x88A8 0x57C1 # 0 +0x88A9 0x57C4 # 0 +0x88AA 0x57C5 # 0 +0x88AB 0x57C6 # 0 +0x88AC 0x57C7 # 0 +0x88AD 0x57C8 # 0 +0x88AE 0x57C9 # 0 +0x88AF 0x57CA # 0 +0x88B0 0x57CC # 0 +0x88B1 0x57CD # 0 +0x88B2 0x57D0 # 0 +0x88B3 0x57D1 # 0 +0x88B4 0x57D3 # 0 +0x88B5 0x57D6 # 0 +0x88B6 0x57D7 # 0 +0x88B7 0x57DB # 0 +0x88B8 0x57DC # 0 +0x88B9 0x57DE # 0 +0x88BA 0x57E1 # 0 +0x88BB 0x57E2 # 0 +0x88BC 0x57E3 # 0 +0x88BD 0x57E5 # 0 +0x88BE 0x57E6 # 0 +0x88BF 0x57E7 # 0 +0x88C0 0x57E8 # 0 +0x88C1 0x57E9 # 0 +0x88C2 0x57EA # 0 +0x88C3 0x57EB # 0 +0x88C4 0x57EC # 0 +0x88C5 0x57EE # 0 +0x88C6 0x57F0 # 0 +0x88C7 0x57F1 # 0 +0x88C8 0x57F2 # 0 +0x88C9 0x57F3 # 0 +0x88CA 0x57F5 # 0 +0x88CB 0x57F6 # 0 +0x88CC 0x57F7 # 0 +0x88CD 0x57FB # 0 +0x88CE 0x57FC # 0 +0x88CF 0x57FE # 0 +0x88D0 0x57FF # 0 +0x88D1 0x5801 # 0 +0x88D2 0x5803 # 0 +0x88D3 0x5804 # 0 +0x88D4 0x5805 # 0 +0x88D5 0x5808 # 0 +0x88D6 0x5809 # 0 +0x88D7 0x580A # 0 +0x88D8 0x580C # 0 +0x88D9 0x580E # 0 +0x88DA 0x580F # 0 +0x88DB 0x5810 # 0 +0x88DC 0x5812 # 0 +0x88DD 0x5813 # 0 +0x88DE 0x5814 # 0 +0x88DF 0x5816 # 0 +0x88E0 0x5817 # 0 +0x88E1 0x5818 # 0 +0x88E2 0x581A # 0 +0x88E3 0x581B # 0 +0x88E4 0x581C # 0 +0x88E5 0x581D # 0 +0x88E6 0x581F # 0 +0x88E7 0x5822 # 0 +0x88E8 0x5823 # 0 +0x88E9 0x5825 # 0 +0x88EA 0x5826 # 0 +0x88EB 0x5827 # 0 +0x88EC 0x5828 # 0 +0x88ED 0x5829 # 0 +0x88EE 0x582B # 0 +0x88EF 0x582C # 0 +0x88F0 0x582D # 0 +0x88F1 0x582E # 0 +0x88F2 0x582F # 0 +0x88F3 0x5831 # 0 +0x88F4 0x5832 # 0 +0x88F5 0x5833 # 0 +0x88F6 0x5834 # 0 +0x88F7 0x5836 # 0 +0x88F8 0x5837 # 0 +0x88F9 0x5838 # 0 +0x88FA 0x5839 # 0 +0x88FB 0x583A # 0 +0x88FC 0x583B # 0 +0x88FD 0x583C # 0 +0x88FE 0x583D # 0 +0x8940 0x583E # 0 +0x8941 0x583F # 0 +0x8942 0x5840 # 0 +0x8943 0x5841 # 0 +0x8944 0x5842 # 0 +0x8945 0x5843 # 0 +0x8946 0x5845 # 0 +0x8947 0x5846 # 0 +0x8948 0x5847 # 0 +0x8949 0x5848 # 0 +0x894A 0x5849 # 0 +0x894B 0x584A # 0 +0x894C 0x584B # 0 +0x894D 0x584E # 0 +0x894E 0x584F # 0 +0x894F 0x5850 # 0 +0x8950 0x5852 # 0 +0x8951 0x5853 # 0 +0x8952 0x5855 # 0 +0x8953 0x5856 # 0 +0x8954 0x5857 # 0 +0x8955 0x5859 # 0 +0x8956 0x585A # 0 +0x8957 0x585B # 0 +0x8958 0x585C # 0 +0x8959 0x585D # 0 +0x895A 0x585F # 0 +0x895B 0x5860 # 0 +0x895C 0x5861 # 0 +0x895D 0x5862 # 0 +0x895E 0x5863 # 0 +0x895F 0x5864 # 0 +0x8960 0x5866 # 0 +0x8961 0x5867 # 0 +0x8962 0x5868 # 0 +0x8963 0x5869 # 0 +0x8964 0x586A # 0 +0x8965 0x586D # 0 +0x8966 0x586E # 0 +0x8967 0x586F # 0 +0x8968 0x5870 # 0 +0x8969 0x5871 # 0 +0x896A 0x5872 # 0 +0x896B 0x5873 # 0 +0x896C 0x5874 # 0 +0x896D 0x5875 # 0 +0x896E 0x5876 # 0 +0x896F 0x5877 # 0 +0x8970 0x5878 # 0 +0x8971 0x5879 # 0 +0x8972 0x587A # 0 +0x8973 0x587B # 0 +0x8974 0x587C # 0 +0x8975 0x587D # 0 +0x8976 0x587F # 0 +0x8977 0x5882 # 0 +0x8978 0x5884 # 0 +0x8979 0x5886 # 0 +0x897A 0x5887 # 0 +0x897B 0x5888 # 0 +0x897C 0x588A # 0 +0x897D 0x588B # 0 +0x897E 0x588C # 0 +0x8980 0x588D # 0 +0x8981 0x588E # 0 +0x8982 0x588F # 0 +0x8983 0x5890 # 0 +0x8984 0x5891 # 0 +0x8985 0x5894 # 0 +0x8986 0x5895 # 0 +0x8987 0x5896 # 0 +0x8988 0x5897 # 0 +0x8989 0x5898 # 0 +0x898A 0x589B # 0 +0x898B 0x589C # 0 +0x898C 0x589D # 0 +0x898D 0x58A0 # 0 +0x898E 0x58A1 # 0 +0x898F 0x58A2 # 0 +0x8990 0x58A3 # 0 +0x8991 0x58A4 # 0 +0x8992 0x58A5 # 0 +0x8993 0x58A6 # 0 +0x8994 0x58A7 # 0 +0x8995 0x58AA # 0 +0x8996 0x58AB # 0 +0x8997 0x58AC # 0 +0x8998 0x58AD # 0 +0x8999 0x58AE # 0 +0x899A 0x58AF # 0 +0x899B 0x58B0 # 0 +0x899C 0x58B1 # 0 +0x899D 0x58B2 # 0 +0x899E 0x58B3 # 0 +0x899F 0x58B4 # 0 +0x89A0 0x58B5 # 0 +0x89A1 0x58B6 # 0 +0x89A2 0x58B7 # 0 +0x89A3 0x58B8 # 0 +0x89A4 0x58B9 # 0 +0x89A5 0x58BA # 0 +0x89A6 0x58BB # 0 +0x89A7 0x58BD # 0 +0x89A8 0x58BE # 0 +0x89A9 0x58BF # 0 +0x89AA 0x58C0 # 0 +0x89AB 0x58C2 # 0 +0x89AC 0x58C3 # 0 +0x89AD 0x58C4 # 0 +0x89AE 0x58C6 # 0 +0x89AF 0x58C7 # 0 +0x89B0 0x58C8 # 0 +0x89B1 0x58C9 # 0 +0x89B2 0x58CA # 0 +0x89B3 0x58CB # 0 +0x89B4 0x58CC # 0 +0x89B5 0x58CD # 0 +0x89B6 0x58CE # 0 +0x89B7 0x58CF # 0 +0x89B8 0x58D0 # 0 +0x89B9 0x58D2 # 0 +0x89BA 0x58D3 # 0 +0x89BB 0x58D4 # 0 +0x89BC 0x58D6 # 0 +0x89BD 0x58D7 # 0 +0x89BE 0x58D8 # 0 +0x89BF 0x58D9 # 0 +0x89C0 0x58DA # 0 +0x89C1 0x58DB # 0 +0x89C2 0x58DC # 0 +0x89C3 0x58DD # 0 +0x89C4 0x58DE # 0 +0x89C5 0x58DF # 0 +0x89C6 0x58E0 # 0 +0x89C7 0x58E1 # 0 +0x89C8 0x58E2 # 0 +0x89C9 0x58E3 # 0 +0x89CA 0x58E5 # 0 +0x89CB 0x58E6 # 0 +0x89CC 0x58E7 # 0 +0x89CD 0x58E8 # 0 +0x89CE 0x58E9 # 0 +0x89CF 0x58EA # 0 +0x89D0 0x58ED # 0 +0x89D1 0x58EF # 0 +0x89D2 0x58F1 # 0 +0x89D3 0x58F2 # 0 +0x89D4 0x58F4 # 0 +0x89D5 0x58F5 # 0 +0x89D6 0x58F7 # 0 +0x89D7 0x58F8 # 0 +0x89D8 0x58FA # 0 +0x89D9 0x58FB # 0 +0x89DA 0x58FC # 0 +0x89DB 0x58FD # 0 +0x89DC 0x58FE # 0 +0x89DD 0x58FF # 0 +0x89DE 0x5900 # 0 +0x89DF 0x5901 # 0 +0x89E0 0x5903 # 0 +0x89E1 0x5905 # 0 +0x89E2 0x5906 # 0 +0x89E3 0x5908 # 0 +0x89E4 0x5909 # 0 +0x89E5 0x590A # 0 +0x89E6 0x590B # 0 +0x89E7 0x590C # 0 +0x89E8 0x590E # 0 +0x89E9 0x5910 # 0 +0x89EA 0x5911 # 0 +0x89EB 0x5912 # 0 +0x89EC 0x5913 # 0 +0x89ED 0x5917 # 0 +0x89EE 0x5918 # 0 +0x89EF 0x591B # 0 +0x89F0 0x591D # 0 +0x89F1 0x591E # 0 +0x89F2 0x5920 # 0 +0x89F3 0x5921 # 0 +0x89F4 0x5922 # 0 +0x89F5 0x5923 # 0 +0x89F6 0x5926 # 0 +0x89F7 0x5928 # 0 +0x89F8 0x592C # 0 +0x89F9 0x5930 # 0 +0x89FA 0x5932 # 0 +0x89FB 0x5933 # 0 +0x89FC 0x5935 # 0 +0x89FD 0x5936 # 0 +0x89FE 0x593B # 0 +0x8A40 0x593D # 0 +0x8A41 0x593E # 0 +0x8A42 0x593F # 0 +0x8A43 0x5940 # 0 +0x8A44 0x5943 # 0 +0x8A45 0x5945 # 0 +0x8A46 0x5946 # 0 +0x8A47 0x594A # 0 +0x8A48 0x594C # 0 +0x8A49 0x594D # 0 +0x8A4A 0x5950 # 0 +0x8A4B 0x5952 # 0 +0x8A4C 0x5953 # 0 +0x8A4D 0x5959 # 0 +0x8A4E 0x595B # 0 +0x8A4F 0x595C # 0 +0x8A50 0x595D # 0 +0x8A51 0x595E # 0 +0x8A52 0x595F # 0 +0x8A53 0x5961 # 0 +0x8A54 0x5963 # 0 +0x8A55 0x5964 # 0 +0x8A56 0x5966 # 0 +0x8A57 0x5967 # 0 +0x8A58 0x5968 # 0 +0x8A59 0x5969 # 0 +0x8A5A 0x596A # 0 +0x8A5B 0x596B # 0 +0x8A5C 0x596C # 0 +0x8A5D 0x596D # 0 +0x8A5E 0x596E # 0 +0x8A5F 0x596F # 0 +0x8A60 0x5970 # 0 +0x8A61 0x5971 # 0 +0x8A62 0x5972 # 0 +0x8A63 0x5975 # 0 +0x8A64 0x5977 # 0 +0x8A65 0x597A # 0 +0x8A66 0x597B # 0 +0x8A67 0x597C # 0 +0x8A68 0x597E # 0 +0x8A69 0x597F # 0 +0x8A6A 0x5980 # 0 +0x8A6B 0x5985 # 0 +0x8A6C 0x5989 # 0 +0x8A6D 0x598B # 0 +0x8A6E 0x598C # 0 +0x8A6F 0x598E # 0 +0x8A70 0x598F # 0 +0x8A71 0x5990 # 0 +0x8A72 0x5991 # 0 +0x8A73 0x5994 # 0 +0x8A74 0x5995 # 0 +0x8A75 0x5998 # 0 +0x8A76 0x599A # 0 +0x8A77 0x599B # 0 +0x8A78 0x599C # 0 +0x8A79 0x599D # 0 +0x8A7A 0x599F # 0 +0x8A7B 0x59A0 # 0 +0x8A7C 0x59A1 # 0 +0x8A7D 0x59A2 # 0 +0x8A7E 0x59A6 # 0 +0x8A80 0x59A7 # 0 +0x8A81 0x59AC # 0 +0x8A82 0x59AD # 0 +0x8A83 0x59B0 # 0 +0x8A84 0x59B1 # 0 +0x8A85 0x59B3 # 0 +0x8A86 0x59B4 # 0 +0x8A87 0x59B5 # 0 +0x8A88 0x59B6 # 0 +0x8A89 0x59B7 # 0 +0x8A8A 0x59B8 # 0 +0x8A8B 0x59BA # 0 +0x8A8C 0x59BC # 0 +0x8A8D 0x59BD # 0 +0x8A8E 0x59BF # 0 +0x8A8F 0x59C0 # 0 +0x8A90 0x59C1 # 0 +0x8A91 0x59C2 # 0 +0x8A92 0x59C3 # 0 +0x8A93 0x59C4 # 0 +0x8A94 0x59C5 # 0 +0x8A95 0x59C7 # 0 +0x8A96 0x59C8 # 0 +0x8A97 0x59C9 # 0 +0x8A98 0x59CC # 0 +0x8A99 0x59CD # 0 +0x8A9A 0x59CE # 0 +0x8A9B 0x59CF # 0 +0x8A9C 0x59D5 # 0 +0x8A9D 0x59D6 # 0 +0x8A9E 0x59D9 # 0 +0x8A9F 0x59DB # 0 +0x8AA0 0x59DE # 0 +0x8AA1 0x59DF # 0 +0x8AA2 0x59E0 # 0 +0x8AA3 0x59E1 # 0 +0x8AA4 0x59E2 # 0 +0x8AA5 0x59E4 # 0 +0x8AA6 0x59E6 # 0 +0x8AA7 0x59E7 # 0 +0x8AA8 0x59E9 # 0 +0x8AA9 0x59EA # 0 +0x8AAA 0x59EB # 0 +0x8AAB 0x59ED # 0 +0x8AAC 0x59EE # 0 +0x8AAD 0x59EF # 0 +0x8AAE 0x59F0 # 0 +0x8AAF 0x59F1 # 0 +0x8AB0 0x59F2 # 0 +0x8AB1 0x59F3 # 0 +0x8AB2 0x59F4 # 0 +0x8AB3 0x59F5 # 0 +0x8AB4 0x59F6 # 0 +0x8AB5 0x59F7 # 0 +0x8AB6 0x59F8 # 0 +0x8AB7 0x59FA # 0 +0x8AB8 0x59FC # 0 +0x8AB9 0x59FD # 0 +0x8ABA 0x59FE # 0 +0x8ABB 0x5A00 # 0 +0x8ABC 0x5A02 # 0 +0x8ABD 0x5A0A # 0 +0x8ABE 0x5A0B # 0 +0x8ABF 0x5A0D # 0 +0x8AC0 0x5A0E # 0 +0x8AC1 0x5A0F # 0 +0x8AC2 0x5A10 # 0 +0x8AC3 0x5A12 # 0 +0x8AC4 0x5A14 # 0 +0x8AC5 0x5A15 # 0 +0x8AC6 0x5A16 # 0 +0x8AC7 0x5A17 # 0 +0x8AC8 0x5A19 # 0 +0x8AC9 0x5A1A # 0 +0x8ACA 0x5A1B # 0 +0x8ACB 0x5A1D # 0 +0x8ACC 0x5A1E # 0 +0x8ACD 0x5A21 # 0 +0x8ACE 0x5A22 # 0 +0x8ACF 0x5A24 # 0 +0x8AD0 0x5A26 # 0 +0x8AD1 0x5A27 # 0 +0x8AD2 0x5A28 # 0 +0x8AD3 0x5A2A # 0 +0x8AD4 0x5A2B # 0 +0x8AD5 0x5A2C # 0 +0x8AD6 0x5A2D # 0 +0x8AD7 0x5A2E # 0 +0x8AD8 0x5A2F # 0 +0x8AD9 0x5A30 # 0 +0x8ADA 0x5A33 # 0 +0x8ADB 0x5A35 # 0 +0x8ADC 0x5A37 # 0 +0x8ADD 0x5A38 # 0 +0x8ADE 0x5A39 # 0 +0x8ADF 0x5A3A # 0 +0x8AE0 0x5A3B # 0 +0x8AE1 0x5A3D # 0 +0x8AE2 0x5A3E # 0 +0x8AE3 0x5A3F # 0 +0x8AE4 0x5A41 # 0 +0x8AE5 0x5A42 # 0 +0x8AE6 0x5A43 # 0 +0x8AE7 0x5A44 # 0 +0x8AE8 0x5A45 # 0 +0x8AE9 0x5A47 # 0 +0x8AEA 0x5A48 # 0 +0x8AEB 0x5A4B # 0 +0x8AEC 0x5A4C # 0 +0x8AED 0x5A4D # 0 +0x8AEE 0x5A4E # 0 +0x8AEF 0x5A4F # 0 +0x8AF0 0x5A50 # 0 +0x8AF1 0x5A51 # 0 +0x8AF2 0x5A52 # 0 +0x8AF3 0x5A53 # 0 +0x8AF4 0x5A54 # 0 +0x8AF5 0x5A56 # 0 +0x8AF6 0x5A57 # 0 +0x8AF7 0x5A58 # 0 +0x8AF8 0x5A59 # 0 +0x8AF9 0x5A5B # 0 +0x8AFA 0x5A5C # 0 +0x8AFB 0x5A5D # 0 +0x8AFC 0x5A5E # 0 +0x8AFD 0x5A5F # 0 +0x8AFE 0x5A60 # 0 +0x8B40 0x5A61 # 0 +0x8B41 0x5A63 # 0 +0x8B42 0x5A64 # 0 +0x8B43 0x5A65 # 0 +0x8B44 0x5A66 # 0 +0x8B45 0x5A68 # 0 +0x8B46 0x5A69 # 0 +0x8B47 0x5A6B # 0 +0x8B48 0x5A6C # 0 +0x8B49 0x5A6D # 0 +0x8B4A 0x5A6E # 0 +0x8B4B 0x5A6F # 0 +0x8B4C 0x5A70 # 0 +0x8B4D 0x5A71 # 0 +0x8B4E 0x5A72 # 0 +0x8B4F 0x5A73 # 0 +0x8B50 0x5A78 # 0 +0x8B51 0x5A79 # 0 +0x8B52 0x5A7B # 0 +0x8B53 0x5A7C # 0 +0x8B54 0x5A7D # 0 +0x8B55 0x5A7E # 0 +0x8B56 0x5A80 # 0 +0x8B57 0x5A81 # 0 +0x8B58 0x5A82 # 0 +0x8B59 0x5A83 # 0 +0x8B5A 0x5A84 # 0 +0x8B5B 0x5A85 # 0 +0x8B5C 0x5A86 # 0 +0x8B5D 0x5A87 # 0 +0x8B5E 0x5A88 # 0 +0x8B5F 0x5A89 # 0 +0x8B60 0x5A8A # 0 +0x8B61 0x5A8B # 0 +0x8B62 0x5A8C # 0 +0x8B63 0x5A8D # 0 +0x8B64 0x5A8E # 0 +0x8B65 0x5A8F # 0 +0x8B66 0x5A90 # 0 +0x8B67 0x5A91 # 0 +0x8B68 0x5A93 # 0 +0x8B69 0x5A94 # 0 +0x8B6A 0x5A95 # 0 +0x8B6B 0x5A96 # 0 +0x8B6C 0x5A97 # 0 +0x8B6D 0x5A98 # 0 +0x8B6E 0x5A99 # 0 +0x8B6F 0x5A9C # 0 +0x8B70 0x5A9D # 0 +0x8B71 0x5A9E # 0 +0x8B72 0x5A9F # 0 +0x8B73 0x5AA0 # 0 +0x8B74 0x5AA1 # 0 +0x8B75 0x5AA2 # 0 +0x8B76 0x5AA3 # 0 +0x8B77 0x5AA4 # 0 +0x8B78 0x5AA5 # 0 +0x8B79 0x5AA6 # 0 +0x8B7A 0x5AA7 # 0 +0x8B7B 0x5AA8 # 0 +0x8B7C 0x5AA9 # 0 +0x8B7D 0x5AAB # 0 +0x8B7E 0x5AAC # 0 +0x8B80 0x5AAD # 0 +0x8B81 0x5AAE # 0 +0x8B82 0x5AAF # 0 +0x8B83 0x5AB0 # 0 +0x8B84 0x5AB1 # 0 +0x8B85 0x5AB4 # 0 +0x8B86 0x5AB6 # 0 +0x8B87 0x5AB7 # 0 +0x8B88 0x5AB9 # 0 +0x8B89 0x5ABA # 0 +0x8B8A 0x5ABB # 0 +0x8B8B 0x5ABC # 0 +0x8B8C 0x5ABD # 0 +0x8B8D 0x5ABF # 0 +0x8B8E 0x5AC0 # 0 +0x8B8F 0x5AC3 # 0 +0x8B90 0x5AC4 # 0 +0x8B91 0x5AC5 # 0 +0x8B92 0x5AC6 # 0 +0x8B93 0x5AC7 # 0 +0x8B94 0x5AC8 # 0 +0x8B95 0x5ACA # 0 +0x8B96 0x5ACB # 0 +0x8B97 0x5ACD # 0 +0x8B98 0x5ACE # 0 +0x8B99 0x5ACF # 0 +0x8B9A 0x5AD0 # 0 +0x8B9B 0x5AD1 # 0 +0x8B9C 0x5AD3 # 0 +0x8B9D 0x5AD5 # 0 +0x8B9E 0x5AD7 # 0 +0x8B9F 0x5AD9 # 0 +0x8BA0 0x5ADA # 0 +0x8BA1 0x5ADB # 0 +0x8BA2 0x5ADD # 0 +0x8BA3 0x5ADE # 0 +0x8BA4 0x5ADF # 0 +0x8BA5 0x5AE2 # 0 +0x8BA6 0x5AE4 # 0 +0x8BA7 0x5AE5 # 0 +0x8BA8 0x5AE7 # 0 +0x8BA9 0x5AE8 # 0 +0x8BAA 0x5AEA # 0 +0x8BAB 0x5AEC # 0 +0x8BAC 0x5AED # 0 +0x8BAD 0x5AEE # 0 +0x8BAE 0x5AEF # 0 +0x8BAF 0x5AF0 # 0 +0x8BB0 0x5AF2 # 0 +0x8BB1 0x5AF3 # 0 +0x8BB2 0x5AF4 # 0 +0x8BB3 0x5AF5 # 0 +0x8BB4 0x5AF6 # 0 +0x8BB5 0x5AF7 # 0 +0x8BB6 0x5AF8 # 0 +0x8BB7 0x5AF9 # 0 +0x8BB8 0x5AFA # 0 +0x8BB9 0x5AFB # 0 +0x8BBA 0x5AFC # 0 +0x8BBB 0x5AFD # 0 +0x8BBC 0x5AFE # 0 +0x8BBD 0x5AFF # 0 +0x8BBE 0x5B00 # 0 +0x8BBF 0x5B01 # 0 +0x8BC0 0x5B02 # 0 +0x8BC1 0x5B03 # 0 +0x8BC2 0x5B04 # 0 +0x8BC3 0x5B05 # 0 +0x8BC4 0x5B06 # 0 +0x8BC5 0x5B07 # 0 +0x8BC6 0x5B08 # 0 +0x8BC7 0x5B0A # 0 +0x8BC8 0x5B0B # 0 +0x8BC9 0x5B0C # 0 +0x8BCA 0x5B0D # 0 +0x8BCB 0x5B0E # 0 +0x8BCC 0x5B0F # 0 +0x8BCD 0x5B10 # 0 +0x8BCE 0x5B11 # 0 +0x8BCF 0x5B12 # 0 +0x8BD0 0x5B13 # 0 +0x8BD1 0x5B14 # 0 +0x8BD2 0x5B15 # 0 +0x8BD3 0x5B18 # 0 +0x8BD4 0x5B19 # 0 +0x8BD5 0x5B1A # 0 +0x8BD6 0x5B1B # 0 +0x8BD7 0x5B1C # 0 +0x8BD8 0x5B1D # 0 +0x8BD9 0x5B1E # 0 +0x8BDA 0x5B1F # 0 +0x8BDB 0x5B20 # 0 +0x8BDC 0x5B21 # 0 +0x8BDD 0x5B22 # 0 +0x8BDE 0x5B23 # 0 +0x8BDF 0x5B24 # 0 +0x8BE0 0x5B25 # 0 +0x8BE1 0x5B26 # 0 +0x8BE2 0x5B27 # 0 +0x8BE3 0x5B28 # 0 +0x8BE4 0x5B29 # 0 +0x8BE5 0x5B2A # 0 +0x8BE6 0x5B2B # 0 +0x8BE7 0x5B2C # 0 +0x8BE8 0x5B2D # 0 +0x8BE9 0x5B2E # 0 +0x8BEA 0x5B2F # 0 +0x8BEB 0x5B30 # 0 +0x8BEC 0x5B31 # 0 +0x8BED 0x5B33 # 0 +0x8BEE 0x5B35 # 0 +0x8BEF 0x5B36 # 0 +0x8BF0 0x5B38 # 0 +0x8BF1 0x5B39 # 0 +0x8BF2 0x5B3A # 0 +0x8BF3 0x5B3B # 0 +0x8BF4 0x5B3C # 0 +0x8BF5 0x5B3D # 0 +0x8BF6 0x5B3E # 0 +0x8BF7 0x5B3F # 0 +0x8BF8 0x5B41 # 0 +0x8BF9 0x5B42 # 0 +0x8BFA 0x5B43 # 0 +0x8BFB 0x5B44 # 0 +0x8BFC 0x5B45 # 0 +0x8BFD 0x5B46 # 0 +0x8BFE 0x5B47 # 0 +0x8C40 0x5B48 # 0 +0x8C41 0x5B49 # 0 +0x8C42 0x5B4A # 0 +0x8C43 0x5B4B # 0 +0x8C44 0x5B4C # 0 +0x8C45 0x5B4D # 0 +0x8C46 0x5B4E # 0 +0x8C47 0x5B4F # 0 +0x8C48 0x5B52 # 0 +0x8C49 0x5B56 # 0 +0x8C4A 0x5B5E # 0 +0x8C4B 0x5B60 # 0 +0x8C4C 0x5B61 # 0 +0x8C4D 0x5B67 # 0 +0x8C4E 0x5B68 # 0 +0x8C4F 0x5B6B # 0 +0x8C50 0x5B6D # 0 +0x8C51 0x5B6E # 0 +0x8C52 0x5B6F # 0 +0x8C53 0x5B72 # 0 +0x8C54 0x5B74 # 0 +0x8C55 0x5B76 # 0 +0x8C56 0x5B77 # 0 +0x8C57 0x5B78 # 0 +0x8C58 0x5B79 # 0 +0x8C59 0x5B7B # 0 +0x8C5A 0x5B7C # 0 +0x8C5B 0x5B7E # 0 +0x8C5C 0x5B7F # 0 +0x8C5D 0x5B82 # 0 +0x8C5E 0x5B86 # 0 +0x8C5F 0x5B8A # 0 +0x8C60 0x5B8D # 0 +0x8C61 0x5B8E # 0 +0x8C62 0x5B90 # 0 +0x8C63 0x5B91 # 0 +0x8C64 0x5B92 # 0 +0x8C65 0x5B94 # 0 +0x8C66 0x5B96 # 0 +0x8C67 0x5B9F # 0 +0x8C68 0x5BA7 # 0 +0x8C69 0x5BA8 # 0 +0x8C6A 0x5BA9 # 0 +0x8C6B 0x5BAC # 0 +0x8C6C 0x5BAD # 0 +0x8C6D 0x5BAE # 0 +0x8C6E 0x5BAF # 0 +0x8C6F 0x5BB1 # 0 +0x8C70 0x5BB2 # 0 +0x8C71 0x5BB7 # 0 +0x8C72 0x5BBA # 0 +0x8C73 0x5BBB # 0 +0x8C74 0x5BBC # 0 +0x8C75 0x5BC0 # 0 +0x8C76 0x5BC1 # 0 +0x8C77 0x5BC3 # 0 +0x8C78 0x5BC8 # 0 +0x8C79 0x5BC9 # 0 +0x8C7A 0x5BCA # 0 +0x8C7B 0x5BCB # 0 +0x8C7C 0x5BCD # 0 +0x8C7D 0x5BCE # 0 +0x8C7E 0x5BCF # 0 +0x8C80 0x5BD1 # 0 +0x8C81 0x5BD4 # 0 +0x8C82 0x5BD5 # 0 +0x8C83 0x5BD6 # 0 +0x8C84 0x5BD7 # 0 +0x8C85 0x5BD8 # 0 +0x8C86 0x5BD9 # 0 +0x8C87 0x5BDA # 0 +0x8C88 0x5BDB # 0 +0x8C89 0x5BDC # 0 +0x8C8A 0x5BE0 # 0 +0x8C8B 0x5BE2 # 0 +0x8C8C 0x5BE3 # 0 +0x8C8D 0x5BE6 # 0 +0x8C8E 0x5BE7 # 0 +0x8C8F 0x5BE9 # 0 +0x8C90 0x5BEA # 0 +0x8C91 0x5BEB # 0 +0x8C92 0x5BEC # 0 +0x8C93 0x5BED # 0 +0x8C94 0x5BEF # 0 +0x8C95 0x5BF1 # 0 +0x8C96 0x5BF2 # 0 +0x8C97 0x5BF3 # 0 +0x8C98 0x5BF4 # 0 +0x8C99 0x5BF5 # 0 +0x8C9A 0x5BF6 # 0 +0x8C9B 0x5BF7 # 0 +0x8C9C 0x5BFD # 0 +0x8C9D 0x5BFE # 0 +0x8C9E 0x5C00 # 0 +0x8C9F 0x5C02 # 0 +0x8CA0 0x5C03 # 0 +0x8CA1 0x5C05 # 0 +0x8CA2 0x5C07 # 0 +0x8CA3 0x5C08 # 0 +0x8CA4 0x5C0B # 0 +0x8CA5 0x5C0C # 0 +0x8CA6 0x5C0D # 0 +0x8CA7 0x5C0E # 0 +0x8CA8 0x5C10 # 0 +0x8CA9 0x5C12 # 0 +0x8CAA 0x5C13 # 0 +0x8CAB 0x5C17 # 0 +0x8CAC 0x5C19 # 0 +0x8CAD 0x5C1B # 0 +0x8CAE 0x5C1E # 0 +0x8CAF 0x5C1F # 0 +0x8CB0 0x5C20 # 0 +0x8CB1 0x5C21 # 0 +0x8CB2 0x5C23 # 0 +0x8CB3 0x5C26 # 0 +0x8CB4 0x5C28 # 0 +0x8CB5 0x5C29 # 0 +0x8CB6 0x5C2A # 0 +0x8CB7 0x5C2B # 0 +0x8CB8 0x5C2D # 0 +0x8CB9 0x5C2E # 0 +0x8CBA 0x5C2F # 0 +0x8CBB 0x5C30 # 0 +0x8CBC 0x5C32 # 0 +0x8CBD 0x5C33 # 0 +0x8CBE 0x5C35 # 0 +0x8CBF 0x5C36 # 0 +0x8CC0 0x5C37 # 0 +0x8CC1 0x5C43 # 0 +0x8CC2 0x5C44 # 0 +0x8CC3 0x5C46 # 0 +0x8CC4 0x5C47 # 0 +0x8CC5 0x5C4C # 0 +0x8CC6 0x5C4D # 0 +0x8CC7 0x5C52 # 0 +0x8CC8 0x5C53 # 0 +0x8CC9 0x5C54 # 0 +0x8CCA 0x5C56 # 0 +0x8CCB 0x5C57 # 0 +0x8CCC 0x5C58 # 0 +0x8CCD 0x5C5A # 0 +0x8CCE 0x5C5B # 0 +0x8CCF 0x5C5C # 0 +0x8CD0 0x5C5D # 0 +0x8CD1 0x5C5F # 0 +0x8CD2 0x5C62 # 0 +0x8CD3 0x5C64 # 0 +0x8CD4 0x5C67 # 0 +0x8CD5 0x5C68 # 0 +0x8CD6 0x5C69 # 0 +0x8CD7 0x5C6A # 0 +0x8CD8 0x5C6B # 0 +0x8CD9 0x5C6C # 0 +0x8CDA 0x5C6D # 0 +0x8CDB 0x5C70 # 0 +0x8CDC 0x5C72 # 0 +0x8CDD 0x5C73 # 0 +0x8CDE 0x5C74 # 0 +0x8CDF 0x5C75 # 0 +0x8CE0 0x5C76 # 0 +0x8CE1 0x5C77 # 0 +0x8CE2 0x5C78 # 0 +0x8CE3 0x5C7B # 0 +0x8CE4 0x5C7C # 0 +0x8CE5 0x5C7D # 0 +0x8CE6 0x5C7E # 0 +0x8CE7 0x5C80 # 0 +0x8CE8 0x5C83 # 0 +0x8CE9 0x5C84 # 0 +0x8CEA 0x5C85 # 0 +0x8CEB 0x5C86 # 0 +0x8CEC 0x5C87 # 0 +0x8CED 0x5C89 # 0 +0x8CEE 0x5C8A # 0 +0x8CEF 0x5C8B # 0 +0x8CF0 0x5C8E # 0 +0x8CF1 0x5C8F # 0 +0x8CF2 0x5C92 # 0 +0x8CF3 0x5C93 # 0 +0x8CF4 0x5C95 # 0 +0x8CF5 0x5C9D # 0 +0x8CF6 0x5C9E # 0 +0x8CF7 0x5C9F # 0 +0x8CF8 0x5CA0 # 0 +0x8CF9 0x5CA1 # 0 +0x8CFA 0x5CA4 # 0 +0x8CFB 0x5CA5 # 0 +0x8CFC 0x5CA6 # 0 +0x8CFD 0x5CA7 # 0 +0x8CFE 0x5CA8 # 0 +0x8D40 0x5CAA # 0 +0x8D41 0x5CAE # 0 +0x8D42 0x5CAF # 0 +0x8D43 0x5CB0 # 0 +0x8D44 0x5CB2 # 0 +0x8D45 0x5CB4 # 0 +0x8D46 0x5CB6 # 0 +0x8D47 0x5CB9 # 0 +0x8D48 0x5CBA # 0 +0x8D49 0x5CBB # 0 +0x8D4A 0x5CBC # 0 +0x8D4B 0x5CBE # 0 +0x8D4C 0x5CC0 # 0 +0x8D4D 0x5CC2 # 0 +0x8D4E 0x5CC3 # 0 +0x8D4F 0x5CC5 # 0 +0x8D50 0x5CC6 # 0 +0x8D51 0x5CC7 # 0 +0x8D52 0x5CC8 # 0 +0x8D53 0x5CC9 # 0 +0x8D54 0x5CCA # 0 +0x8D55 0x5CCC # 0 +0x8D56 0x5CCD # 0 +0x8D57 0x5CCE # 0 +0x8D58 0x5CCF # 0 +0x8D59 0x5CD0 # 0 +0x8D5A 0x5CD1 # 0 +0x8D5B 0x5CD3 # 0 +0x8D5C 0x5CD4 # 0 +0x8D5D 0x5CD5 # 0 +0x8D5E 0x5CD6 # 0 +0x8D5F 0x5CD7 # 0 +0x8D60 0x5CD8 # 0 +0x8D61 0x5CDA # 0 +0x8D62 0x5CDB # 0 +0x8D63 0x5CDC # 0 +0x8D64 0x5CDD # 0 +0x8D65 0x5CDE # 0 +0x8D66 0x5CDF # 0 +0x8D67 0x5CE0 # 0 +0x8D68 0x5CE2 # 0 +0x8D69 0x5CE3 # 0 +0x8D6A 0x5CE7 # 0 +0x8D6B 0x5CE9 # 0 +0x8D6C 0x5CEB # 0 +0x8D6D 0x5CEC # 0 +0x8D6E 0x5CEE # 0 +0x8D6F 0x5CEF # 0 +0x8D70 0x5CF1 # 0 +0x8D71 0x5CF2 # 0 +0x8D72 0x5CF3 # 0 +0x8D73 0x5CF4 # 0 +0x8D74 0x5CF5 # 0 +0x8D75 0x5CF6 # 0 +0x8D76 0x5CF7 # 0 +0x8D77 0x5CF8 # 0 +0x8D78 0x5CF9 # 0 +0x8D79 0x5CFA # 0 +0x8D7A 0x5CFC # 0 +0x8D7B 0x5CFD # 0 +0x8D7C 0x5CFE # 0 +0x8D7D 0x5CFF # 0 +0x8D7E 0x5D00 # 0 +0x8D80 0x5D01 # 0 +0x8D81 0x5D04 # 0 +0x8D82 0x5D05 # 0 +0x8D83 0x5D08 # 0 +0x8D84 0x5D09 # 0 +0x8D85 0x5D0A # 0 +0x8D86 0x5D0B # 0 +0x8D87 0x5D0C # 0 +0x8D88 0x5D0D # 0 +0x8D89 0x5D0F # 0 +0x8D8A 0x5D10 # 0 +0x8D8B 0x5D11 # 0 +0x8D8C 0x5D12 # 0 +0x8D8D 0x5D13 # 0 +0x8D8E 0x5D15 # 0 +0x8D8F 0x5D17 # 0 +0x8D90 0x5D18 # 0 +0x8D91 0x5D19 # 0 +0x8D92 0x5D1A # 0 +0x8D93 0x5D1C # 0 +0x8D94 0x5D1D # 0 +0x8D95 0x5D1F # 0 +0x8D96 0x5D20 # 0 +0x8D97 0x5D21 # 0 +0x8D98 0x5D22 # 0 +0x8D99 0x5D23 # 0 +0x8D9A 0x5D25 # 0 +0x8D9B 0x5D28 # 0 +0x8D9C 0x5D2A # 0 +0x8D9D 0x5D2B # 0 +0x8D9E 0x5D2C # 0 +0x8D9F 0x5D2F # 0 +0x8DA0 0x5D30 # 0 +0x8DA1 0x5D31 # 0 +0x8DA2 0x5D32 # 0 +0x8DA3 0x5D33 # 0 +0x8DA4 0x5D35 # 0 +0x8DA5 0x5D36 # 0 +0x8DA6 0x5D37 # 0 +0x8DA7 0x5D38 # 0 +0x8DA8 0x5D39 # 0 +0x8DA9 0x5D3A # 0 +0x8DAA 0x5D3B # 0 +0x8DAB 0x5D3C # 0 +0x8DAC 0x5D3F # 0 +0x8DAD 0x5D40 # 0 +0x8DAE 0x5D41 # 0 +0x8DAF 0x5D42 # 0 +0x8DB0 0x5D43 # 0 +0x8DB1 0x5D44 # 0 +0x8DB2 0x5D45 # 0 +0x8DB3 0x5D46 # 0 +0x8DB4 0x5D48 # 0 +0x8DB5 0x5D49 # 0 +0x8DB6 0x5D4D # 0 +0x8DB7 0x5D4E # 0 +0x8DB8 0x5D4F # 0 +0x8DB9 0x5D50 # 0 +0x8DBA 0x5D51 # 0 +0x8DBB 0x5D52 # 0 +0x8DBC 0x5D53 # 0 +0x8DBD 0x5D54 # 0 +0x8DBE 0x5D55 # 0 +0x8DBF 0x5D56 # 0 +0x8DC0 0x5D57 # 0 +0x8DC1 0x5D59 # 0 +0x8DC2 0x5D5A # 0 +0x8DC3 0x5D5C # 0 +0x8DC4 0x5D5E # 0 +0x8DC5 0x5D5F # 0 +0x8DC6 0x5D60 # 0 +0x8DC7 0x5D61 # 0 +0x8DC8 0x5D62 # 0 +0x8DC9 0x5D63 # 0 +0x8DCA 0x5D64 # 0 +0x8DCB 0x5D65 # 0 +0x8DCC 0x5D66 # 0 +0x8DCD 0x5D67 # 0 +0x8DCE 0x5D68 # 0 +0x8DCF 0x5D6A # 0 +0x8DD0 0x5D6D # 0 +0x8DD1 0x5D6E # 0 +0x8DD2 0x5D70 # 0 +0x8DD3 0x5D71 # 0 +0x8DD4 0x5D72 # 0 +0x8DD5 0x5D73 # 0 +0x8DD6 0x5D75 # 0 +0x8DD7 0x5D76 # 0 +0x8DD8 0x5D77 # 0 +0x8DD9 0x5D78 # 0 +0x8DDA 0x5D79 # 0 +0x8DDB 0x5D7A # 0 +0x8DDC 0x5D7B # 0 +0x8DDD 0x5D7C # 0 +0x8DDE 0x5D7D # 0 +0x8DDF 0x5D7E # 0 +0x8DE0 0x5D7F # 0 +0x8DE1 0x5D80 # 0 +0x8DE2 0x5D81 # 0 +0x8DE3 0x5D83 # 0 +0x8DE4 0x5D84 # 0 +0x8DE5 0x5D85 # 0 +0x8DE6 0x5D86 # 0 +0x8DE7 0x5D87 # 0 +0x8DE8 0x5D88 # 0 +0x8DE9 0x5D89 # 0 +0x8DEA 0x5D8A # 0 +0x8DEB 0x5D8B # 0 +0x8DEC 0x5D8C # 0 +0x8DED 0x5D8D # 0 +0x8DEE 0x5D8E # 0 +0x8DEF 0x5D8F # 0 +0x8DF0 0x5D90 # 0 +0x8DF1 0x5D91 # 0 +0x8DF2 0x5D92 # 0 +0x8DF3 0x5D93 # 0 +0x8DF4 0x5D94 # 0 +0x8DF5 0x5D95 # 0 +0x8DF6 0x5D96 # 0 +0x8DF7 0x5D97 # 0 +0x8DF8 0x5D98 # 0 +0x8DF9 0x5D9A # 0 +0x8DFA 0x5D9B # 0 +0x8DFB 0x5D9C # 0 +0x8DFC 0x5D9E # 0 +0x8DFD 0x5D9F # 0 +0x8DFE 0x5DA0 # 0 +0x8E40 0x5DA1 # 0 +0x8E41 0x5DA2 # 0 +0x8E42 0x5DA3 # 0 +0x8E43 0x5DA4 # 0 +0x8E44 0x5DA5 # 0 +0x8E45 0x5DA6 # 0 +0x8E46 0x5DA7 # 0 +0x8E47 0x5DA8 # 0 +0x8E48 0x5DA9 # 0 +0x8E49 0x5DAA # 0 +0x8E4A 0x5DAB # 0 +0x8E4B 0x5DAC # 0 +0x8E4C 0x5DAD # 0 +0x8E4D 0x5DAE # 0 +0x8E4E 0x5DAF # 0 +0x8E4F 0x5DB0 # 0 +0x8E50 0x5DB1 # 0 +0x8E51 0x5DB2 # 0 +0x8E52 0x5DB3 # 0 +0x8E53 0x5DB4 # 0 +0x8E54 0x5DB5 # 0 +0x8E55 0x5DB6 # 0 +0x8E56 0x5DB8 # 0 +0x8E57 0x5DB9 # 0 +0x8E58 0x5DBA # 0 +0x8E59 0x5DBB # 0 +0x8E5A 0x5DBC # 0 +0x8E5B 0x5DBD # 0 +0x8E5C 0x5DBE # 0 +0x8E5D 0x5DBF # 0 +0x8E5E 0x5DC0 # 0 +0x8E5F 0x5DC1 # 0 +0x8E60 0x5DC2 # 0 +0x8E61 0x5DC3 # 0 +0x8E62 0x5DC4 # 0 +0x8E63 0x5DC6 # 0 +0x8E64 0x5DC7 # 0 +0x8E65 0x5DC8 # 0 +0x8E66 0x5DC9 # 0 +0x8E67 0x5DCA # 0 +0x8E68 0x5DCB # 0 +0x8E69 0x5DCC # 0 +0x8E6A 0x5DCE # 0 +0x8E6B 0x5DCF # 0 +0x8E6C 0x5DD0 # 0 +0x8E6D 0x5DD1 # 0 +0x8E6E 0x5DD2 # 0 +0x8E6F 0x5DD3 # 0 +0x8E70 0x5DD4 # 0 +0x8E71 0x5DD5 # 0 +0x8E72 0x5DD6 # 0 +0x8E73 0x5DD7 # 0 +0x8E74 0x5DD8 # 0 +0x8E75 0x5DD9 # 0 +0x8E76 0x5DDA # 0 +0x8E77 0x5DDC # 0 +0x8E78 0x5DDF # 0 +0x8E79 0x5DE0 # 0 +0x8E7A 0x5DE3 # 0 +0x8E7B 0x5DE4 # 0 +0x8E7C 0x5DEA # 0 +0x8E7D 0x5DEC # 0 +0x8E7E 0x5DED # 0 +0x8E80 0x5DF0 # 0 +0x8E81 0x5DF5 # 0 +0x8E82 0x5DF6 # 0 +0x8E83 0x5DF8 # 0 +0x8E84 0x5DF9 # 0 +0x8E85 0x5DFA # 0 +0x8E86 0x5DFB # 0 +0x8E87 0x5DFC # 0 +0x8E88 0x5DFF # 0 +0x8E89 0x5E00 # 0 +0x8E8A 0x5E04 # 0 +0x8E8B 0x5E07 # 0 +0x8E8C 0x5E09 # 0 +0x8E8D 0x5E0A # 0 +0x8E8E 0x5E0B # 0 +0x8E8F 0x5E0D # 0 +0x8E90 0x5E0E # 0 +0x8E91 0x5E12 # 0 +0x8E92 0x5E13 # 0 +0x8E93 0x5E17 # 0 +0x8E94 0x5E1E # 0 +0x8E95 0x5E1F # 0 +0x8E96 0x5E20 # 0 +0x8E97 0x5E21 # 0 +0x8E98 0x5E22 # 0 +0x8E99 0x5E23 # 0 +0x8E9A 0x5E24 # 0 +0x8E9B 0x5E25 # 0 +0x8E9C 0x5E28 # 0 +0x8E9D 0x5E29 # 0 +0x8E9E 0x5E2A # 0 +0x8E9F 0x5E2B # 0 +0x8EA0 0x5E2C # 0 +0x8EA1 0x5E2F # 0 +0x8EA2 0x5E30 # 0 +0x8EA3 0x5E32 # 0 +0x8EA4 0x5E33 # 0 +0x8EA5 0x5E34 # 0 +0x8EA6 0x5E35 # 0 +0x8EA7 0x5E36 # 0 +0x8EA8 0x5E39 # 0 +0x8EA9 0x5E3A # 0 +0x8EAA 0x5E3E # 0 +0x8EAB 0x5E3F # 0 +0x8EAC 0x5E40 # 0 +0x8EAD 0x5E41 # 0 +0x8EAE 0x5E43 # 0 +0x8EAF 0x5E46 # 0 +0x8EB0 0x5E47 # 0 +0x8EB1 0x5E48 # 0 +0x8EB2 0x5E49 # 0 +0x8EB3 0x5E4A # 0 +0x8EB4 0x5E4B # 0 +0x8EB5 0x5E4D # 0 +0x8EB6 0x5E4E # 0 +0x8EB7 0x5E4F # 0 +0x8EB8 0x5E50 # 0 +0x8EB9 0x5E51 # 0 +0x8EBA 0x5E52 # 0 +0x8EBB 0x5E53 # 0 +0x8EBC 0x5E56 # 0 +0x8EBD 0x5E57 # 0 +0x8EBE 0x5E58 # 0 +0x8EBF 0x5E59 # 0 +0x8EC0 0x5E5A # 0 +0x8EC1 0x5E5C # 0 +0x8EC2 0x5E5D # 0 +0x8EC3 0x5E5F # 0 +0x8EC4 0x5E60 # 0 +0x8EC5 0x5E63 # 0 +0x8EC6 0x5E64 # 0 +0x8EC7 0x5E65 # 0 +0x8EC8 0x5E66 # 0 +0x8EC9 0x5E67 # 0 +0x8ECA 0x5E68 # 0 +0x8ECB 0x5E69 # 0 +0x8ECC 0x5E6A # 0 +0x8ECD 0x5E6B # 0 +0x8ECE 0x5E6C # 0 +0x8ECF 0x5E6D # 0 +0x8ED0 0x5E6E # 0 +0x8ED1 0x5E6F # 0 +0x8ED2 0x5E70 # 0 +0x8ED3 0x5E71 # 0 +0x8ED4 0x5E75 # 0 +0x8ED5 0x5E77 # 0 +0x8ED6 0x5E79 # 0 +0x8ED7 0x5E7E # 0 +0x8ED8 0x5E81 # 0 +0x8ED9 0x5E82 # 0 +0x8EDA 0x5E83 # 0 +0x8EDB 0x5E85 # 0 +0x8EDC 0x5E88 # 0 +0x8EDD 0x5E89 # 0 +0x8EDE 0x5E8C # 0 +0x8EDF 0x5E8D # 0 +0x8EE0 0x5E8E # 0 +0x8EE1 0x5E92 # 0 +0x8EE2 0x5E98 # 0 +0x8EE3 0x5E9B # 0 +0x8EE4 0x5E9D # 0 +0x8EE5 0x5EA1 # 0 +0x8EE6 0x5EA2 # 0 +0x8EE7 0x5EA3 # 0 +0x8EE8 0x5EA4 # 0 +0x8EE9 0x5EA8 # 0 +0x8EEA 0x5EA9 # 0 +0x8EEB 0x5EAA # 0 +0x8EEC 0x5EAB # 0 +0x8EED 0x5EAC # 0 +0x8EEE 0x5EAE # 0 +0x8EEF 0x5EAF # 0 +0x8EF0 0x5EB0 # 0 +0x8EF1 0x5EB1 # 0 +0x8EF2 0x5EB2 # 0 +0x8EF3 0x5EB4 # 0 +0x8EF4 0x5EBA # 0 +0x8EF5 0x5EBB # 0 +0x8EF6 0x5EBC # 0 +0x8EF7 0x5EBD # 0 +0x8EF8 0x5EBF # 0 +0x8EF9 0x5EC0 # 0 +0x8EFA 0x5EC1 # 0 +0x8EFB 0x5EC2 # 0 +0x8EFC 0x5EC3 # 0 +0x8EFD 0x5EC4 # 0 +0x8EFE 0x5EC5 # 0 +0x8F40 0x5EC6 # 0 +0x8F41 0x5EC7 # 0 +0x8F42 0x5EC8 # 0 +0x8F43 0x5ECB # 0 +0x8F44 0x5ECC # 0 +0x8F45 0x5ECD # 0 +0x8F46 0x5ECE # 0 +0x8F47 0x5ECF # 0 +0x8F48 0x5ED0 # 0 +0x8F49 0x5ED4 # 0 +0x8F4A 0x5ED5 # 0 +0x8F4B 0x5ED7 # 0 +0x8F4C 0x5ED8 # 0 +0x8F4D 0x5ED9 # 0 +0x8F4E 0x5EDA # 0 +0x8F4F 0x5EDC # 0 +0x8F50 0x5EDD # 0 +0x8F51 0x5EDE # 0 +0x8F52 0x5EDF # 0 +0x8F53 0x5EE0 # 0 +0x8F54 0x5EE1 # 0 +0x8F55 0x5EE2 # 0 +0x8F56 0x5EE3 # 0 +0x8F57 0x5EE4 # 0 +0x8F58 0x5EE5 # 0 +0x8F59 0x5EE6 # 0 +0x8F5A 0x5EE7 # 0 +0x8F5B 0x5EE9 # 0 +0x8F5C 0x5EEB # 0 +0x8F5D 0x5EEC # 0 +0x8F5E 0x5EED # 0 +0x8F5F 0x5EEE # 0 +0x8F60 0x5EEF # 0 +0x8F61 0x5EF0 # 0 +0x8F62 0x5EF1 # 0 +0x8F63 0x5EF2 # 0 +0x8F64 0x5EF3 # 0 +0x8F65 0x5EF5 # 0 +0x8F66 0x5EF8 # 0 +0x8F67 0x5EF9 # 0 +0x8F68 0x5EFB # 0 +0x8F69 0x5EFC # 0 +0x8F6A 0x5EFD # 0 +0x8F6B 0x5F05 # 0 +0x8F6C 0x5F06 # 0 +0x8F6D 0x5F07 # 0 +0x8F6E 0x5F09 # 0 +0x8F6F 0x5F0C # 0 +0x8F70 0x5F0D # 0 +0x8F71 0x5F0E # 0 +0x8F72 0x5F10 # 0 +0x8F73 0x5F12 # 0 +0x8F74 0x5F14 # 0 +0x8F75 0x5F16 # 0 +0x8F76 0x5F19 # 0 +0x8F77 0x5F1A # 0 +0x8F78 0x5F1C # 0 +0x8F79 0x5F1D # 0 +0x8F7A 0x5F1E # 0 +0x8F7B 0x5F21 # 0 +0x8F7C 0x5F22 # 0 +0x8F7D 0x5F23 # 0 +0x8F7E 0x5F24 # 0 +0x8F80 0x5F28 # 0 +0x8F81 0x5F2B # 0 +0x8F82 0x5F2C # 0 +0x8F83 0x5F2E # 0 +0x8F84 0x5F30 # 0 +0x8F85 0x5F32 # 0 +0x8F86 0x5F33 # 0 +0x8F87 0x5F34 # 0 +0x8F88 0x5F35 # 0 +0x8F89 0x5F36 # 0 +0x8F8A 0x5F37 # 0 +0x8F8B 0x5F38 # 0 +0x8F8C 0x5F3B # 0 +0x8F8D 0x5F3D # 0 +0x8F8E 0x5F3E # 0 +0x8F8F 0x5F3F # 0 +0x8F90 0x5F41 # 0 +0x8F91 0x5F42 # 0 +0x8F92 0x5F43 # 0 +0x8F93 0x5F44 # 0 +0x8F94 0x5F45 # 0 +0x8F95 0x5F46 # 0 +0x8F96 0x5F47 # 0 +0x8F97 0x5F48 # 0 +0x8F98 0x5F49 # 0 +0x8F99 0x5F4A # 0 +0x8F9A 0x5F4B # 0 +0x8F9B 0x5F4C # 0 +0x8F9C 0x5F4D # 0 +0x8F9D 0x5F4E # 0 +0x8F9E 0x5F4F # 0 +0x8F9F 0x5F51 # 0 +0x8FA0 0x5F54 # 0 +0x8FA1 0x5F59 # 0 +0x8FA2 0x5F5A # 0 +0x8FA3 0x5F5B # 0 +0x8FA4 0x5F5C # 0 +0x8FA5 0x5F5E # 0 +0x8FA6 0x5F5F # 0 +0x8FA7 0x5F60 # 0 +0x8FA8 0x5F63 # 0 +0x8FA9 0x5F65 # 0 +0x8FAA 0x5F67 # 0 +0x8FAB 0x5F68 # 0 +0x8FAC 0x5F6B # 0 +0x8FAD 0x5F6E # 0 +0x8FAE 0x5F6F # 0 +0x8FAF 0x5F72 # 0 +0x8FB0 0x5F74 # 0 +0x8FB1 0x5F75 # 0 +0x8FB2 0x5F76 # 0 +0x8FB3 0x5F78 # 0 +0x8FB4 0x5F7A # 0 +0x8FB5 0x5F7D # 0 +0x8FB6 0x5F7E # 0 +0x8FB7 0x5F7F # 0 +0x8FB8 0x5F83 # 0 +0x8FB9 0x5F86 # 0 +0x8FBA 0x5F8D # 0 +0x8FBB 0x5F8E # 0 +0x8FBC 0x5F8F # 0 +0x8FBD 0x5F91 # 0 +0x8FBE 0x5F93 # 0 +0x8FBF 0x5F94 # 0 +0x8FC0 0x5F96 # 0 +0x8FC1 0x5F9A # 0 +0x8FC2 0x5F9B # 0 +0x8FC3 0x5F9D # 0 +0x8FC4 0x5F9E # 0 +0x8FC5 0x5F9F # 0 +0x8FC6 0x5FA0 # 0 +0x8FC7 0x5FA2 # 0 +0x8FC8 0x5FA3 # 0 +0x8FC9 0x5FA4 # 0 +0x8FCA 0x5FA5 # 0 +0x8FCB 0x5FA6 # 0 +0x8FCC 0x5FA7 # 0 +0x8FCD 0x5FA9 # 0 +0x8FCE 0x5FAB # 0 +0x8FCF 0x5FAC # 0 +0x8FD0 0x5FAF # 0 +0x8FD1 0x5FB0 # 0 +0x8FD2 0x5FB1 # 0 +0x8FD3 0x5FB2 # 0 +0x8FD4 0x5FB3 # 0 +0x8FD5 0x5FB4 # 0 +0x8FD6 0x5FB6 # 0 +0x8FD7 0x5FB8 # 0 +0x8FD8 0x5FB9 # 0 +0x8FD9 0x5FBA # 0 +0x8FDA 0x5FBB # 0 +0x8FDB 0x5FBE # 0 +0x8FDC 0x5FBF # 0 +0x8FDD 0x5FC0 # 0 +0x8FDE 0x5FC1 # 0 +0x8FDF 0x5FC2 # 0 +0x8FE0 0x5FC7 # 0 +0x8FE1 0x5FC8 # 0 +0x8FE2 0x5FCA # 0 +0x8FE3 0x5FCB # 0 +0x8FE4 0x5FCE # 0 +0x8FE5 0x5FD3 # 0 +0x8FE6 0x5FD4 # 0 +0x8FE7 0x5FD5 # 0 +0x8FE8 0x5FDA # 0 +0x8FE9 0x5FDB # 0 +0x8FEA 0x5FDC # 0 +0x8FEB 0x5FDE # 0 +0x8FEC 0x5FDF # 0 +0x8FED 0x5FE2 # 0 +0x8FEE 0x5FE3 # 0 +0x8FEF 0x5FE5 # 0 +0x8FF0 0x5FE6 # 0 +0x8FF1 0x5FE8 # 0 +0x8FF2 0x5FE9 # 0 +0x8FF3 0x5FEC # 0 +0x8FF4 0x5FEF # 0 +0x8FF5 0x5FF0 # 0 +0x8FF6 0x5FF2 # 0 +0x8FF7 0x5FF3 # 0 +0x8FF8 0x5FF4 # 0 +0x8FF9 0x5FF6 # 0 +0x8FFA 0x5FF7 # 0 +0x8FFB 0x5FF9 # 0 +0x8FFC 0x5FFA # 0 +0x8FFD 0x5FFC # 0 +0x8FFE 0x6007 # 0 +0x9040 0x6008 # 0 +0x9041 0x6009 # 0 +0x9042 0x600B # 0 +0x9043 0x600C # 0 +0x9044 0x6010 # 0 +0x9045 0x6011 # 0 +0x9046 0x6013 # 0 +0x9047 0x6017 # 0 +0x9048 0x6018 # 0 +0x9049 0x601A # 0 +0x904A 0x601E # 0 +0x904B 0x601F # 0 +0x904C 0x6022 # 0 +0x904D 0x6023 # 0 +0x904E 0x6024 # 0 +0x904F 0x602C # 0 +0x9050 0x602D # 0 +0x9051 0x602E # 0 +0x9052 0x6030 # 0 +0x9053 0x6031 # 0 +0x9054 0x6032 # 0 +0x9055 0x6033 # 0 +0x9056 0x6034 # 0 +0x9057 0x6036 # 0 +0x9058 0x6037 # 0 +0x9059 0x6038 # 0 +0x905A 0x6039 # 0 +0x905B 0x603A # 0 +0x905C 0x603D # 0 +0x905D 0x603E # 0 +0x905E 0x6040 # 0 +0x905F 0x6044 # 0 +0x9060 0x6045 # 0 +0x9061 0x6046 # 0 +0x9062 0x6047 # 0 +0x9063 0x6048 # 0 +0x9064 0x6049 # 0 +0x9065 0x604A # 0 +0x9066 0x604C # 0 +0x9067 0x604E # 0 +0x9068 0x604F # 0 +0x9069 0x6051 # 0 +0x906A 0x6053 # 0 +0x906B 0x6054 # 0 +0x906C 0x6056 # 0 +0x906D 0x6057 # 0 +0x906E 0x6058 # 0 +0x906F 0x605B # 0 +0x9070 0x605C # 0 +0x9071 0x605E # 0 +0x9072 0x605F # 0 +0x9073 0x6060 # 0 +0x9074 0x6061 # 0 +0x9075 0x6065 # 0 +0x9076 0x6066 # 0 +0x9077 0x606E # 0 +0x9078 0x6071 # 0 +0x9079 0x6072 # 0 +0x907A 0x6074 # 0 +0x907B 0x6075 # 0 +0x907C 0x6077 # 0 +0x907D 0x607E # 0 +0x907E 0x6080 # 0 +0x9080 0x6081 # 0 +0x9081 0x6082 # 0 +0x9082 0x6085 # 0 +0x9083 0x6086 # 0 +0x9084 0x6087 # 0 +0x9085 0x6088 # 0 +0x9086 0x608A # 0 +0x9087 0x608B # 0 +0x9088 0x608E # 0 +0x9089 0x608F # 0 +0x908A 0x6090 # 0 +0x908B 0x6091 # 0 +0x908C 0x6093 # 0 +0x908D 0x6095 # 0 +0x908E 0x6097 # 0 +0x908F 0x6098 # 0 +0x9090 0x6099 # 0 +0x9091 0x609C # 0 +0x9092 0x609E # 0 +0x9093 0x60A1 # 0 +0x9094 0x60A2 # 0 +0x9095 0x60A4 # 0 +0x9096 0x60A5 # 0 +0x9097 0x60A7 # 0 +0x9098 0x60A9 # 0 +0x9099 0x60AA # 0 +0x909A 0x60AE # 0 +0x909B 0x60B0 # 0 +0x909C 0x60B3 # 0 +0x909D 0x60B5 # 0 +0x909E 0x60B6 # 0 +0x909F 0x60B7 # 0 +0x90A0 0x60B9 # 0 +0x90A1 0x60BA # 0 +0x90A2 0x60BD # 0 +0x90A3 0x60BE # 0 +0x90A4 0x60BF # 0 +0x90A5 0x60C0 # 0 +0x90A6 0x60C1 # 0 +0x90A7 0x60C2 # 0 +0x90A8 0x60C3 # 0 +0x90A9 0x60C4 # 0 +0x90AA 0x60C7 # 0 +0x90AB 0x60C8 # 0 +0x90AC 0x60C9 # 0 +0x90AD 0x60CC # 0 +0x90AE 0x60CD # 0 +0x90AF 0x60CE # 0 +0x90B0 0x60CF # 0 +0x90B1 0x60D0 # 0 +0x90B2 0x60D2 # 0 +0x90B3 0x60D3 # 0 +0x90B4 0x60D4 # 0 +0x90B5 0x60D6 # 0 +0x90B6 0x60D7 # 0 +0x90B7 0x60D9 # 0 +0x90B8 0x60DB # 0 +0x90B9 0x60DE # 0 +0x90BA 0x60E1 # 0 +0x90BB 0x60E2 # 0 +0x90BC 0x60E3 # 0 +0x90BD 0x60E4 # 0 +0x90BE 0x60E5 # 0 +0x90BF 0x60EA # 0 +0x90C0 0x60F1 # 0 +0x90C1 0x60F2 # 0 +0x90C2 0x60F5 # 0 +0x90C3 0x60F7 # 0 +0x90C4 0x60F8 # 0 +0x90C5 0x60FB # 0 +0x90C6 0x60FC # 0 +0x90C7 0x60FD # 0 +0x90C8 0x60FE # 0 +0x90C9 0x60FF # 0 +0x90CA 0x6102 # 0 +0x90CB 0x6103 # 0 +0x90CC 0x6104 # 0 +0x90CD 0x6105 # 0 +0x90CE 0x6107 # 0 +0x90CF 0x610A # 0 +0x90D0 0x610B # 0 +0x90D1 0x610C # 0 +0x90D2 0x6110 # 0 +0x90D3 0x6111 # 0 +0x90D4 0x6112 # 0 +0x90D5 0x6113 # 0 +0x90D6 0x6114 # 0 +0x90D7 0x6116 # 0 +0x90D8 0x6117 # 0 +0x90D9 0x6118 # 0 +0x90DA 0x6119 # 0 +0x90DB 0x611B # 0 +0x90DC 0x611C # 0 +0x90DD 0x611D # 0 +0x90DE 0x611E # 0 +0x90DF 0x6121 # 0 +0x90E0 0x6122 # 0 +0x90E1 0x6125 # 0 +0x90E2 0x6128 # 0 +0x90E3 0x6129 # 0 +0x90E4 0x612A # 0 +0x90E5 0x612C # 0 +0x90E6 0x612D # 0 +0x90E7 0x612E # 0 +0x90E8 0x612F # 0 +0x90E9 0x6130 # 0 +0x90EA 0x6131 # 0 +0x90EB 0x6132 # 0 +0x90EC 0x6133 # 0 +0x90ED 0x6134 # 0 +0x90EE 0x6135 # 0 +0x90EF 0x6136 # 0 +0x90F0 0x6137 # 0 +0x90F1 0x6138 # 0 +0x90F2 0x6139 # 0 +0x90F3 0x613A # 0 +0x90F4 0x613B # 0 +0x90F5 0x613C # 0 +0x90F6 0x613D # 0 +0x90F7 0x613E # 0 +0x90F8 0x6140 # 0 +0x90F9 0x6141 # 0 +0x90FA 0x6142 # 0 +0x90FB 0x6143 # 0 +0x90FC 0x6144 # 0 +0x90FD 0x6145 # 0 +0x90FE 0x6146 # 0 +0x9140 0x6147 # 0 +0x9141 0x6149 # 0 +0x9142 0x614B # 0 +0x9143 0x614D # 0 +0x9144 0x614F # 0 +0x9145 0x6150 # 0 +0x9146 0x6152 # 0 +0x9147 0x6153 # 0 +0x9148 0x6154 # 0 +0x9149 0x6156 # 0 +0x914A 0x6157 # 0 +0x914B 0x6158 # 0 +0x914C 0x6159 # 0 +0x914D 0x615A # 0 +0x914E 0x615B # 0 +0x914F 0x615C # 0 +0x9150 0x615E # 0 +0x9151 0x615F # 0 +0x9152 0x6160 # 0 +0x9153 0x6161 # 0 +0x9154 0x6163 # 0 +0x9155 0x6164 # 0 +0x9156 0x6165 # 0 +0x9157 0x6166 # 0 +0x9158 0x6169 # 0 +0x9159 0x616A # 0 +0x915A 0x616B # 0 +0x915B 0x616C # 0 +0x915C 0x616D # 0 +0x915D 0x616E # 0 +0x915E 0x616F # 0 +0x915F 0x6171 # 0 +0x9160 0x6172 # 0 +0x9161 0x6173 # 0 +0x9162 0x6174 # 0 +0x9163 0x6176 # 0 +0x9164 0x6178 # 0 +0x9165 0x6179 # 0 +0x9166 0x617A # 0 +0x9167 0x617B # 0 +0x9168 0x617C # 0 +0x9169 0x617D # 0 +0x916A 0x617E # 0 +0x916B 0x617F # 0 +0x916C 0x6180 # 0 +0x916D 0x6181 # 0 +0x916E 0x6182 # 0 +0x916F 0x6183 # 0 +0x9170 0x6184 # 0 +0x9171 0x6185 # 0 +0x9172 0x6186 # 0 +0x9173 0x6187 # 0 +0x9174 0x6188 # 0 +0x9175 0x6189 # 0 +0x9176 0x618A # 0 +0x9177 0x618C # 0 +0x9178 0x618D # 0 +0x9179 0x618F # 0 +0x917A 0x6190 # 0 +0x917B 0x6191 # 0 +0x917C 0x6192 # 0 +0x917D 0x6193 # 0 +0x917E 0x6195 # 0 +0x9180 0x6196 # 0 +0x9181 0x6197 # 0 +0x9182 0x6198 # 0 +0x9183 0x6199 # 0 +0x9184 0x619A # 0 +0x9185 0x619B # 0 +0x9186 0x619C # 0 +0x9187 0x619E # 0 +0x9188 0x619F # 0 +0x9189 0x61A0 # 0 +0x918A 0x61A1 # 0 +0x918B 0x61A2 # 0 +0x918C 0x61A3 # 0 +0x918D 0x61A4 # 0 +0x918E 0x61A5 # 0 +0x918F 0x61A6 # 0 +0x9190 0x61AA # 0 +0x9191 0x61AB # 0 +0x9192 0x61AD # 0 +0x9193 0x61AE # 0 +0x9194 0x61AF # 0 +0x9195 0x61B0 # 0 +0x9196 0x61B1 # 0 +0x9197 0x61B2 # 0 +0x9198 0x61B3 # 0 +0x9199 0x61B4 # 0 +0x919A 0x61B5 # 0 +0x919B 0x61B6 # 0 +0x919C 0x61B8 # 0 +0x919D 0x61B9 # 0 +0x919E 0x61BA # 0 +0x919F 0x61BB # 0 +0x91A0 0x61BC # 0 +0x91A1 0x61BD # 0 +0x91A2 0x61BF # 0 +0x91A3 0x61C0 # 0 +0x91A4 0x61C1 # 0 +0x91A5 0x61C3 # 0 +0x91A6 0x61C4 # 0 +0x91A7 0x61C5 # 0 +0x91A8 0x61C6 # 0 +0x91A9 0x61C7 # 0 +0x91AA 0x61C9 # 0 +0x91AB 0x61CC # 0 +0x91AC 0x61CD # 0 +0x91AD 0x61CE # 0 +0x91AE 0x61CF # 0 +0x91AF 0x61D0 # 0 +0x91B0 0x61D3 # 0 +0x91B1 0x61D5 # 0 +0x91B2 0x61D6 # 0 +0x91B3 0x61D7 # 0 +0x91B4 0x61D8 # 0 +0x91B5 0x61D9 # 0 +0x91B6 0x61DA # 0 +0x91B7 0x61DB # 0 +0x91B8 0x61DC # 0 +0x91B9 0x61DD # 0 +0x91BA 0x61DE # 0 +0x91BB 0x61DF # 0 +0x91BC 0x61E0 # 0 +0x91BD 0x61E1 # 0 +0x91BE 0x61E2 # 0 +0x91BF 0x61E3 # 0 +0x91C0 0x61E4 # 0 +0x91C1 0x61E5 # 0 +0x91C2 0x61E7 # 0 +0x91C3 0x61E8 # 0 +0x91C4 0x61E9 # 0 +0x91C5 0x61EA # 0 +0x91C6 0x61EB # 0 +0x91C7 0x61EC # 0 +0x91C8 0x61ED # 0 +0x91C9 0x61EE # 0 +0x91CA 0x61EF # 0 +0x91CB 0x61F0 # 0 +0x91CC 0x61F1 # 0 +0x91CD 0x61F2 # 0 +0x91CE 0x61F3 # 0 +0x91CF 0x61F4 # 0 +0x91D0 0x61F6 # 0 +0x91D1 0x61F7 # 0 +0x91D2 0x61F8 # 0 +0x91D3 0x61F9 # 0 +0x91D4 0x61FA # 0 +0x91D5 0x61FB # 0 +0x91D6 0x61FC # 0 +0x91D7 0x61FD # 0 +0x91D8 0x61FE # 0 +0x91D9 0x6200 # 0 +0x91DA 0x6201 # 0 +0x91DB 0x6202 # 0 +0x91DC 0x6203 # 0 +0x91DD 0x6204 # 0 +0x91DE 0x6205 # 0 +0x91DF 0x6207 # 0 +0x91E0 0x6209 # 0 +0x91E1 0x6213 # 0 +0x91E2 0x6214 # 0 +0x91E3 0x6219 # 0 +0x91E4 0x621C # 0 +0x91E5 0x621D # 0 +0x91E6 0x621E # 0 +0x91E7 0x6220 # 0 +0x91E8 0x6223 # 0 +0x91E9 0x6226 # 0 +0x91EA 0x6227 # 0 +0x91EB 0x6228 # 0 +0x91EC 0x6229 # 0 +0x91ED 0x622B # 0 +0x91EE 0x622D # 0 +0x91EF 0x622F # 0 +0x91F0 0x6230 # 0 +0x91F1 0x6231 # 0 +0x91F2 0x6232 # 0 +0x91F3 0x6235 # 0 +0x91F4 0x6236 # 0 +0x91F5 0x6238 # 0 +0x91F6 0x6239 # 0 +0x91F7 0x623A # 0 +0x91F8 0x623B # 0 +0x91F9 0x623C # 0 +0x91FA 0x6242 # 0 +0x91FB 0x6244 # 0 +0x91FC 0x6245 # 0 +0x91FD 0x6246 # 0 +0x91FE 0x624A # 0 +0x9240 0x624F # 0 +0x9241 0x6250 # 0 +0x9242 0x6255 # 0 +0x9243 0x6256 # 0 +0x9244 0x6257 # 0 +0x9245 0x6259 # 0 +0x9246 0x625A # 0 +0x9247 0x625C # 0 +0x9248 0x625D # 0 +0x9249 0x625E # 0 +0x924A 0x625F # 0 +0x924B 0x6260 # 0 +0x924C 0x6261 # 0 +0x924D 0x6262 # 0 +0x924E 0x6264 # 0 +0x924F 0x6265 # 0 +0x9250 0x6268 # 0 +0x9251 0x6271 # 0 +0x9252 0x6272 # 0 +0x9253 0x6274 # 0 +0x9254 0x6275 # 0 +0x9255 0x6277 # 0 +0x9256 0x6278 # 0 +0x9257 0x627A # 0 +0x9258 0x627B # 0 +0x9259 0x627D # 0 +0x925A 0x6281 # 0 +0x925B 0x6282 # 0 +0x925C 0x6283 # 0 +0x925D 0x6285 # 0 +0x925E 0x6286 # 0 +0x925F 0x6287 # 0 +0x9260 0x6288 # 0 +0x9261 0x628B # 0 +0x9262 0x628C # 0 +0x9263 0x628D # 0 +0x9264 0x628E # 0 +0x9265 0x628F # 0 +0x9266 0x6290 # 0 +0x9267 0x6294 # 0 +0x9268 0x6299 # 0 +0x9269 0x629C # 0 +0x926A 0x629D # 0 +0x926B 0x629E # 0 +0x926C 0x62A3 # 0 +0x926D 0x62A6 # 0 +0x926E 0x62A7 # 0 +0x926F 0x62A9 # 0 +0x9270 0x62AA # 0 +0x9271 0x62AD # 0 +0x9272 0x62AE # 0 +0x9273 0x62AF # 0 +0x9274 0x62B0 # 0 +0x9275 0x62B2 # 0 +0x9276 0x62B3 # 0 +0x9277 0x62B4 # 0 +0x9278 0x62B6 # 0 +0x9279 0x62B7 # 0 +0x927A 0x62B8 # 0 +0x927B 0x62BA # 0 +0x927C 0x62BE # 0 +0x927D 0x62C0 # 0 +0x927E 0x62C1 # 0 +0x9280 0x62C3 # 0 +0x9281 0x62CB # 0 +0x9282 0x62CF # 0 +0x9283 0x62D1 # 0 +0x9284 0x62D5 # 0 +0x9285 0x62DD # 0 +0x9286 0x62DE # 0 +0x9287 0x62E0 # 0 +0x9288 0x62E1 # 0 +0x9289 0x62E4 # 0 +0x928A 0x62EA # 0 +0x928B 0x62EB # 0 +0x928C 0x62F0 # 0 +0x928D 0x62F2 # 0 +0x928E 0x62F5 # 0 +0x928F 0x62F8 # 0 +0x9290 0x62F9 # 0 +0x9291 0x62FA # 0 +0x9292 0x62FB # 0 +0x9293 0x6300 # 0 +0x9294 0x6303 # 0 +0x9295 0x6304 # 0 +0x9296 0x6305 # 0 +0x9297 0x6306 # 0 +0x9298 0x630A # 0 +0x9299 0x630B # 0 +0x929A 0x630C # 0 +0x929B 0x630D # 0 +0x929C 0x630F # 0 +0x929D 0x6310 # 0 +0x929E 0x6312 # 0 +0x929F 0x6313 # 0 +0x92A0 0x6314 # 0 +0x92A1 0x6315 # 0 +0x92A2 0x6317 # 0 +0x92A3 0x6318 # 0 +0x92A4 0x6319 # 0 +0x92A5 0x631C # 0 +0x92A6 0x6326 # 0 +0x92A7 0x6327 # 0 +0x92A8 0x6329 # 0 +0x92A9 0x632C # 0 +0x92AA 0x632D # 0 +0x92AB 0x632E # 0 +0x92AC 0x6330 # 0 +0x92AD 0x6331 # 0 +0x92AE 0x6333 # 0 +0x92AF 0x6334 # 0 +0x92B0 0x6335 # 0 +0x92B1 0x6336 # 0 +0x92B2 0x6337 # 0 +0x92B3 0x6338 # 0 +0x92B4 0x633B # 0 +0x92B5 0x633C # 0 +0x92B6 0x633E # 0 +0x92B7 0x633F # 0 +0x92B8 0x6340 # 0 +0x92B9 0x6341 # 0 +0x92BA 0x6344 # 0 +0x92BB 0x6347 # 0 +0x92BC 0x6348 # 0 +0x92BD 0x634A # 0 +0x92BE 0x6351 # 0 +0x92BF 0x6352 # 0 +0x92C0 0x6353 # 0 +0x92C1 0x6354 # 0 +0x92C2 0x6356 # 0 +0x92C3 0x6357 # 0 +0x92C4 0x6358 # 0 +0x92C5 0x6359 # 0 +0x92C6 0x635A # 0 +0x92C7 0x635B # 0 +0x92C8 0x635C # 0 +0x92C9 0x635D # 0 +0x92CA 0x6360 # 0 +0x92CB 0x6364 # 0 +0x92CC 0x6365 # 0 +0x92CD 0x6366 # 0 +0x92CE 0x6368 # 0 +0x92CF 0x636A # 0 +0x92D0 0x636B # 0 +0x92D1 0x636C # 0 +0x92D2 0x636F # 0 +0x92D3 0x6370 # 0 +0x92D4 0x6372 # 0 +0x92D5 0x6373 # 0 +0x92D6 0x6374 # 0 +0x92D7 0x6375 # 0 +0x92D8 0x6378 # 0 +0x92D9 0x6379 # 0 +0x92DA 0x637C # 0 +0x92DB 0x637D # 0 +0x92DC 0x637E # 0 +0x92DD 0x637F # 0 +0x92DE 0x6381 # 0 +0x92DF 0x6383 # 0 +0x92E0 0x6384 # 0 +0x92E1 0x6385 # 0 +0x92E2 0x6386 # 0 +0x92E3 0x638B # 0 +0x92E4 0x638D # 0 +0x92E5 0x6391 # 0 +0x92E6 0x6393 # 0 +0x92E7 0x6394 # 0 +0x92E8 0x6395 # 0 +0x92E9 0x6397 # 0 +0x92EA 0x6399 # 0 +0x92EB 0x639A # 0 +0x92EC 0x639B # 0 +0x92ED 0x639C # 0 +0x92EE 0x639D # 0 +0x92EF 0x639E # 0 +0x92F0 0x639F # 0 +0x92F1 0x63A1 # 0 +0x92F2 0x63A4 # 0 +0x92F3 0x63A6 # 0 +0x92F4 0x63AB # 0 +0x92F5 0x63AF # 0 +0x92F6 0x63B1 # 0 +0x92F7 0x63B2 # 0 +0x92F8 0x63B5 # 0 +0x92F9 0x63B6 # 0 +0x92FA 0x63B9 # 0 +0x92FB 0x63BB # 0 +0x92FC 0x63BD # 0 +0x92FD 0x63BF # 0 +0x92FE 0x63C0 # 0 +0x9340 0x63C1 # 0 +0x9341 0x63C2 # 0 +0x9342 0x63C3 # 0 +0x9343 0x63C5 # 0 +0x9344 0x63C7 # 0 +0x9345 0x63C8 # 0 +0x9346 0x63CA # 0 +0x9347 0x63CB # 0 +0x9348 0x63CC # 0 +0x9349 0x63D1 # 0 +0x934A 0x63D3 # 0 +0x934B 0x63D4 # 0 +0x934C 0x63D5 # 0 +0x934D 0x63D7 # 0 +0x934E 0x63D8 # 0 +0x934F 0x63D9 # 0 +0x9350 0x63DA # 0 +0x9351 0x63DB # 0 +0x9352 0x63DC # 0 +0x9353 0x63DD # 0 +0x9354 0x63DF # 0 +0x9355 0x63E2 # 0 +0x9356 0x63E4 # 0 +0x9357 0x63E5 # 0 +0x9358 0x63E6 # 0 +0x9359 0x63E7 # 0 +0x935A 0x63E8 # 0 +0x935B 0x63EB # 0 +0x935C 0x63EC # 0 +0x935D 0x63EE # 0 +0x935E 0x63EF # 0 +0x935F 0x63F0 # 0 +0x9360 0x63F1 # 0 +0x9361 0x63F3 # 0 +0x9362 0x63F5 # 0 +0x9363 0x63F7 # 0 +0x9364 0x63F9 # 0 +0x9365 0x63FA # 0 +0x9366 0x63FB # 0 +0x9367 0x63FC # 0 +0x9368 0x63FE # 0 +0x9369 0x6403 # 0 +0x936A 0x6404 # 0 +0x936B 0x6406 # 0 +0x936C 0x6407 # 0 +0x936D 0x6408 # 0 +0x936E 0x6409 # 0 +0x936F 0x640A # 0 +0x9370 0x640D # 0 +0x9371 0x640E # 0 +0x9372 0x6411 # 0 +0x9373 0x6412 # 0 +0x9374 0x6415 # 0 +0x9375 0x6416 # 0 +0x9376 0x6417 # 0 +0x9377 0x6418 # 0 +0x9378 0x6419 # 0 +0x9379 0x641A # 0 +0x937A 0x641D # 0 +0x937B 0x641F # 0 +0x937C 0x6422 # 0 +0x937D 0x6423 # 0 +0x937E 0x6424 # 0 +0x9380 0x6425 # 0 +0x9381 0x6427 # 0 +0x9382 0x6428 # 0 +0x9383 0x6429 # 0 +0x9384 0x642B # 0 +0x9385 0x642E # 0 +0x9386 0x642F # 0 +0x9387 0x6430 # 0 +0x9388 0x6431 # 0 +0x9389 0x6432 # 0 +0x938A 0x6433 # 0 +0x938B 0x6435 # 0 +0x938C 0x6436 # 0 +0x938D 0x6437 # 0 +0x938E 0x6438 # 0 +0x938F 0x6439 # 0 +0x9390 0x643B # 0 +0x9391 0x643C # 0 +0x9392 0x643E # 0 +0x9393 0x6440 # 0 +0x9394 0x6442 # 0 +0x9395 0x6443 # 0 +0x9396 0x6449 # 0 +0x9397 0x644B # 0 +0x9398 0x644C # 0 +0x9399 0x644D # 0 +0x939A 0x644E # 0 +0x939B 0x644F # 0 +0x939C 0x6450 # 0 +0x939D 0x6451 # 0 +0x939E 0x6453 # 0 +0x939F 0x6455 # 0 +0x93A0 0x6456 # 0 +0x93A1 0x6457 # 0 +0x93A2 0x6459 # 0 +0x93A3 0x645A # 0 +0x93A4 0x645B # 0 +0x93A5 0x645C # 0 +0x93A6 0x645D # 0 +0x93A7 0x645F # 0 +0x93A8 0x6460 # 0 +0x93A9 0x6461 # 0 +0x93AA 0x6462 # 0 +0x93AB 0x6463 # 0 +0x93AC 0x6464 # 0 +0x93AD 0x6465 # 0 +0x93AE 0x6466 # 0 +0x93AF 0x6468 # 0 +0x93B0 0x646A # 0 +0x93B1 0x646B # 0 +0x93B2 0x646C # 0 +0x93B3 0x646E # 0 +0x93B4 0x646F # 0 +0x93B5 0x6470 # 0 +0x93B6 0x6471 # 0 +0x93B7 0x6472 # 0 +0x93B8 0x6473 # 0 +0x93B9 0x6474 # 0 +0x93BA 0x6475 # 0 +0x93BB 0x6476 # 0 +0x93BC 0x6477 # 0 +0x93BD 0x647B # 0 +0x93BE 0x647C # 0 +0x93BF 0x647D # 0 +0x93C0 0x647E # 0 +0x93C1 0x647F # 0 +0x93C2 0x6480 # 0 +0x93C3 0x6481 # 0 +0x93C4 0x6483 # 0 +0x93C5 0x6486 # 0 +0x93C6 0x6488 # 0 +0x93C7 0x6489 # 0 +0x93C8 0x648A # 0 +0x93C9 0x648B # 0 +0x93CA 0x648C # 0 +0x93CB 0x648D # 0 +0x93CC 0x648E # 0 +0x93CD 0x648F # 0 +0x93CE 0x6490 # 0 +0x93CF 0x6493 # 0 +0x93D0 0x6494 # 0 +0x93D1 0x6497 # 0 +0x93D2 0x6498 # 0 +0x93D3 0x649A # 0 +0x93D4 0x649B # 0 +0x93D5 0x649C # 0 +0x93D6 0x649D # 0 +0x93D7 0x649F # 0 +0x93D8 0x64A0 # 0 +0x93D9 0x64A1 # 0 +0x93DA 0x64A2 # 0 +0x93DB 0x64A3 # 0 +0x93DC 0x64A5 # 0 +0x93DD 0x64A6 # 0 +0x93DE 0x64A7 # 0 +0x93DF 0x64A8 # 0 +0x93E0 0x64AA # 0 +0x93E1 0x64AB # 0 +0x93E2 0x64AF # 0 +0x93E3 0x64B1 # 0 +0x93E4 0x64B2 # 0 +0x93E5 0x64B3 # 0 +0x93E6 0x64B4 # 0 +0x93E7 0x64B6 # 0 +0x93E8 0x64B9 # 0 +0x93E9 0x64BB # 0 +0x93EA 0x64BD # 0 +0x93EB 0x64BE # 0 +0x93EC 0x64BF # 0 +0x93ED 0x64C1 # 0 +0x93EE 0x64C3 # 0 +0x93EF 0x64C4 # 0 +0x93F0 0x64C6 # 0 +0x93F1 0x64C7 # 0 +0x93F2 0x64C8 # 0 +0x93F3 0x64C9 # 0 +0x93F4 0x64CA # 0 +0x93F5 0x64CB # 0 +0x93F6 0x64CC # 0 +0x93F7 0x64CF # 0 +0x93F8 0x64D1 # 0 +0x93F9 0x64D3 # 0 +0x93FA 0x64D4 # 0 +0x93FB 0x64D5 # 0 +0x93FC 0x64D6 # 0 +0x93FD 0x64D9 # 0 +0x93FE 0x64DA # 0 +0x9440 0x64DB # 0 +0x9441 0x64DC # 0 +0x9442 0x64DD # 0 +0x9443 0x64DF # 0 +0x9444 0x64E0 # 0 +0x9445 0x64E1 # 0 +0x9446 0x64E3 # 0 +0x9447 0x64E5 # 0 +0x9448 0x64E7 # 0 +0x9449 0x64E8 # 0 +0x944A 0x64E9 # 0 +0x944B 0x64EA # 0 +0x944C 0x64EB # 0 +0x944D 0x64EC # 0 +0x944E 0x64ED # 0 +0x944F 0x64EE # 0 +0x9450 0x64EF # 0 +0x9451 0x64F0 # 0 +0x9452 0x64F1 # 0 +0x9453 0x64F2 # 0 +0x9454 0x64F3 # 0 +0x9455 0x64F4 # 0 +0x9456 0x64F5 # 0 +0x9457 0x64F6 # 0 +0x9458 0x64F7 # 0 +0x9459 0x64F8 # 0 +0x945A 0x64F9 # 0 +0x945B 0x64FA # 0 +0x945C 0x64FB # 0 +0x945D 0x64FC # 0 +0x945E 0x64FD # 0 +0x945F 0x64FE # 0 +0x9460 0x64FF # 0 +0x9461 0x6501 # 0 +0x9462 0x6502 # 0 +0x9463 0x6503 # 0 +0x9464 0x6504 # 0 +0x9465 0x6505 # 0 +0x9466 0x6506 # 0 +0x9467 0x6507 # 0 +0x9468 0x6508 # 0 +0x9469 0x650A # 0 +0x946A 0x650B # 0 +0x946B 0x650C # 0 +0x946C 0x650D # 0 +0x946D 0x650E # 0 +0x946E 0x650F # 0 +0x946F 0x6510 # 0 +0x9470 0x6511 # 0 +0x9471 0x6513 # 0 +0x9472 0x6514 # 0 +0x9473 0x6515 # 0 +0x9474 0x6516 # 0 +0x9475 0x6517 # 0 +0x9476 0x6519 # 0 +0x9477 0x651A # 0 +0x9478 0x651B # 0 +0x9479 0x651C # 0 +0x947A 0x651D # 0 +0x947B 0x651E # 0 +0x947C 0x651F # 0 +0x947D 0x6520 # 0 +0x947E 0x6521 # 0 +0x9480 0x6522 # 0 +0x9481 0x6523 # 0 +0x9482 0x6524 # 0 +0x9483 0x6526 # 0 +0x9484 0x6527 # 0 +0x9485 0x6528 # 0 +0x9486 0x6529 # 0 +0x9487 0x652A # 0 +0x9488 0x652C # 0 +0x9489 0x652D # 0 +0x948A 0x6530 # 0 +0x948B 0x6531 # 0 +0x948C 0x6532 # 0 +0x948D 0x6533 # 0 +0x948E 0x6537 # 0 +0x948F 0x653A # 0 +0x9490 0x653C # 0 +0x9491 0x653D # 0 +0x9492 0x6540 # 0 +0x9493 0x6541 # 0 +0x9494 0x6542 # 0 +0x9495 0x6543 # 0 +0x9496 0x6544 # 0 +0x9497 0x6546 # 0 +0x9498 0x6547 # 0 +0x9499 0x654A # 0 +0x949A 0x654B # 0 +0x949B 0x654D # 0 +0x949C 0x654E # 0 +0x949D 0x6550 # 0 +0x949E 0x6552 # 0 +0x949F 0x6553 # 0 +0x94A0 0x6554 # 0 +0x94A1 0x6557 # 0 +0x94A2 0x6558 # 0 +0x94A3 0x655A # 0 +0x94A4 0x655C # 0 +0x94A5 0x655F # 0 +0x94A6 0x6560 # 0 +0x94A7 0x6561 # 0 +0x94A8 0x6564 # 0 +0x94A9 0x6565 # 0 +0x94AA 0x6567 # 0 +0x94AB 0x6568 # 0 +0x94AC 0x6569 # 0 +0x94AD 0x656A # 0 +0x94AE 0x656D # 0 +0x94AF 0x656E # 0 +0x94B0 0x656F # 0 +0x94B1 0x6571 # 0 +0x94B2 0x6573 # 0 +0x94B3 0x6575 # 0 +0x94B4 0x6576 # 0 +0x94B5 0x6578 # 0 +0x94B6 0x6579 # 0 +0x94B7 0x657A # 0 +0x94B8 0x657B # 0 +0x94B9 0x657C # 0 +0x94BA 0x657D # 0 +0x94BB 0x657E # 0 +0x94BC 0x657F # 0 +0x94BD 0x6580 # 0 +0x94BE 0x6581 # 0 +0x94BF 0x6582 # 0 +0x94C0 0x6583 # 0 +0x94C1 0x6584 # 0 +0x94C2 0x6585 # 0 +0x94C3 0x6586 # 0 +0x94C4 0x6588 # 0 +0x94C5 0x6589 # 0 +0x94C6 0x658A # 0 +0x94C7 0x658D # 0 +0x94C8 0x658E # 0 +0x94C9 0x658F # 0 +0x94CA 0x6592 # 0 +0x94CB 0x6594 # 0 +0x94CC 0x6595 # 0 +0x94CD 0x6596 # 0 +0x94CE 0x6598 # 0 +0x94CF 0x659A # 0 +0x94D0 0x659D # 0 +0x94D1 0x659E # 0 +0x94D2 0x65A0 # 0 +0x94D3 0x65A2 # 0 +0x94D4 0x65A3 # 0 +0x94D5 0x65A6 # 0 +0x94D6 0x65A8 # 0 +0x94D7 0x65AA # 0 +0x94D8 0x65AC # 0 +0x94D9 0x65AE # 0 +0x94DA 0x65B1 # 0 +0x94DB 0x65B2 # 0 +0x94DC 0x65B3 # 0 +0x94DD 0x65B4 # 0 +0x94DE 0x65B5 # 0 +0x94DF 0x65B6 # 0 +0x94E0 0x65B7 # 0 +0x94E1 0x65B8 # 0 +0x94E2 0x65BA # 0 +0x94E3 0x65BB # 0 +0x94E4 0x65BE # 0 +0x94E5 0x65BF # 0 +0x94E6 0x65C0 # 0 +0x94E7 0x65C2 # 0 +0x94E8 0x65C7 # 0 +0x94E9 0x65C8 # 0 +0x94EA 0x65C9 # 0 +0x94EB 0x65CA # 0 +0x94EC 0x65CD # 0 +0x94ED 0x65D0 # 0 +0x94EE 0x65D1 # 0 +0x94EF 0x65D3 # 0 +0x94F0 0x65D4 # 0 +0x94F1 0x65D5 # 0 +0x94F2 0x65D8 # 0 +0x94F3 0x65D9 # 0 +0x94F4 0x65DA # 0 +0x94F5 0x65DB # 0 +0x94F6 0x65DC # 0 +0x94F7 0x65DD # 0 +0x94F8 0x65DE # 0 +0x94F9 0x65DF # 0 +0x94FA 0x65E1 # 0 +0x94FB 0x65E3 # 0 +0x94FC 0x65E4 # 0 +0x94FD 0x65EA # 0 +0x94FE 0x65EB # 0 +0x9540 0x65F2 # 0 +0x9541 0x65F3 # 0 +0x9542 0x65F4 # 0 +0x9543 0x65F5 # 0 +0x9544 0x65F8 # 0 +0x9545 0x65F9 # 0 +0x9546 0x65FB # 0 +0x9547 0x65FC # 0 +0x9548 0x65FD # 0 +0x9549 0x65FE # 0 +0x954A 0x65FF # 0 +0x954B 0x6601 # 0 +0x954C 0x6604 # 0 +0x954D 0x6605 # 0 +0x954E 0x6607 # 0 +0x954F 0x6608 # 0 +0x9550 0x6609 # 0 +0x9551 0x660B # 0 +0x9552 0x660D # 0 +0x9553 0x6610 # 0 +0x9554 0x6611 # 0 +0x9555 0x6612 # 0 +0x9556 0x6616 # 0 +0x9557 0x6617 # 0 +0x9558 0x6618 # 0 +0x9559 0x661A # 0 +0x955A 0x661B # 0 +0x955B 0x661C # 0 +0x955C 0x661E # 0 +0x955D 0x6621 # 0 +0x955E 0x6622 # 0 +0x955F 0x6623 # 0 +0x9560 0x6624 # 0 +0x9561 0x6626 # 0 +0x9562 0x6629 # 0 +0x9563 0x662A # 0 +0x9564 0x662B # 0 +0x9565 0x662C # 0 +0x9566 0x662E # 0 +0x9567 0x6630 # 0 +0x9568 0x6632 # 0 +0x9569 0x6633 # 0 +0x956A 0x6637 # 0 +0x956B 0x6638 # 0 +0x956C 0x6639 # 0 +0x956D 0x663A # 0 +0x956E 0x663B # 0 +0x956F 0x663D # 0 +0x9570 0x663F # 0 +0x9571 0x6640 # 0 +0x9572 0x6642 # 0 +0x9573 0x6644 # 0 +0x9574 0x6645 # 0 +0x9575 0x6646 # 0 +0x9576 0x6647 # 0 +0x9577 0x6648 # 0 +0x9578 0x6649 # 0 +0x9579 0x664A # 0 +0x957A 0x664D # 0 +0x957B 0x664E # 0 +0x957C 0x6650 # 0 +0x957D 0x6651 # 0 +0x957E 0x6658 # 0 +0x9580 0x6659 # 0 +0x9581 0x665B # 0 +0x9582 0x665C # 0 +0x9583 0x665D # 0 +0x9584 0x665E # 0 +0x9585 0x6660 # 0 +0x9586 0x6662 # 0 +0x9587 0x6663 # 0 +0x9588 0x6665 # 0 +0x9589 0x6667 # 0 +0x958A 0x6669 # 0 +0x958B 0x666A # 0 +0x958C 0x666B # 0 +0x958D 0x666C # 0 +0x958E 0x666D # 0 +0x958F 0x6671 # 0 +0x9590 0x6672 # 0 +0x9591 0x6673 # 0 +0x9592 0x6675 # 0 +0x9593 0x6678 # 0 +0x9594 0x6679 # 0 +0x9595 0x667B # 0 +0x9596 0x667C # 0 +0x9597 0x667D # 0 +0x9598 0x667F # 0 +0x9599 0x6680 # 0 +0x959A 0x6681 # 0 +0x959B 0x6683 # 0 +0x959C 0x6685 # 0 +0x959D 0x6686 # 0 +0x959E 0x6688 # 0 +0x959F 0x6689 # 0 +0x95A0 0x668A # 0 +0x95A1 0x668B # 0 +0x95A2 0x668D # 0 +0x95A3 0x668E # 0 +0x95A4 0x668F # 0 +0x95A5 0x6690 # 0 +0x95A6 0x6692 # 0 +0x95A7 0x6693 # 0 +0x95A8 0x6694 # 0 +0x95A9 0x6695 # 0 +0x95AA 0x6698 # 0 +0x95AB 0x6699 # 0 +0x95AC 0x669A # 0 +0x95AD 0x669B # 0 +0x95AE 0x669C # 0 +0x95AF 0x669E # 0 +0x95B0 0x669F # 0 +0x95B1 0x66A0 # 0 +0x95B2 0x66A1 # 0 +0x95B3 0x66A2 # 0 +0x95B4 0x66A3 # 0 +0x95B5 0x66A4 # 0 +0x95B6 0x66A5 # 0 +0x95B7 0x66A6 # 0 +0x95B8 0x66A9 # 0 +0x95B9 0x66AA # 0 +0x95BA 0x66AB # 0 +0x95BB 0x66AC # 0 +0x95BC 0x66AD # 0 +0x95BD 0x66AF # 0 +0x95BE 0x66B0 # 0 +0x95BF 0x66B1 # 0 +0x95C0 0x66B2 # 0 +0x95C1 0x66B3 # 0 +0x95C2 0x66B5 # 0 +0x95C3 0x66B6 # 0 +0x95C4 0x66B7 # 0 +0x95C5 0x66B8 # 0 +0x95C6 0x66BA # 0 +0x95C7 0x66BB # 0 +0x95C8 0x66BC # 0 +0x95C9 0x66BD # 0 +0x95CA 0x66BF # 0 +0x95CB 0x66C0 # 0 +0x95CC 0x66C1 # 0 +0x95CD 0x66C2 # 0 +0x95CE 0x66C3 # 0 +0x95CF 0x66C4 # 0 +0x95D0 0x66C5 # 0 +0x95D1 0x66C6 # 0 +0x95D2 0x66C7 # 0 +0x95D3 0x66C8 # 0 +0x95D4 0x66C9 # 0 +0x95D5 0x66CA # 0 +0x95D6 0x66CB # 0 +0x95D7 0x66CC # 0 +0x95D8 0x66CD # 0 +0x95D9 0x66CE # 0 +0x95DA 0x66CF # 0 +0x95DB 0x66D0 # 0 +0x95DC 0x66D1 # 0 +0x95DD 0x66D2 # 0 +0x95DE 0x66D3 # 0 +0x95DF 0x66D4 # 0 +0x95E0 0x66D5 # 0 +0x95E1 0x66D6 # 0 +0x95E2 0x66D7 # 0 +0x95E3 0x66D8 # 0 +0x95E4 0x66DA # 0 +0x95E5 0x66DE # 0 +0x95E6 0x66DF # 0 +0x95E7 0x66E0 # 0 +0x95E8 0x66E1 # 0 +0x95E9 0x66E2 # 0 +0x95EA 0x66E3 # 0 +0x95EB 0x66E4 # 0 +0x95EC 0x66E5 # 0 +0x95ED 0x66E7 # 0 +0x95EE 0x66E8 # 0 +0x95EF 0x66EA # 0 +0x95F0 0x66EB # 0 +0x95F1 0x66EC # 0 +0x95F2 0x66ED # 0 +0x95F3 0x66EE # 0 +0x95F4 0x66EF # 0 +0x95F5 0x66F1 # 0 +0x95F6 0x66F5 # 0 +0x95F7 0x66F6 # 0 +0x95F8 0x66F8 # 0 +0x95F9 0x66FA # 0 +0x95FA 0x66FB # 0 +0x95FB 0x66FD # 0 +0x95FC 0x6701 # 0 +0x95FD 0x6702 # 0 +0x95FE 0x6703 # 0 +0x9640 0x6704 # 0 +0x9641 0x6705 # 0 +0x9642 0x6706 # 0 +0x9643 0x6707 # 0 +0x9644 0x670C # 0 +0x9645 0x670E # 0 +0x9646 0x670F # 0 +0x9647 0x6711 # 0 +0x9648 0x6712 # 0 +0x9649 0x6713 # 0 +0x964A 0x6716 # 0 +0x964B 0x6718 # 0 +0x964C 0x6719 # 0 +0x964D 0x671A # 0 +0x964E 0x671C # 0 +0x964F 0x671E # 0 +0x9650 0x6720 # 0 +0x9651 0x6721 # 0 +0x9652 0x6722 # 0 +0x9653 0x6723 # 0 +0x9654 0x6724 # 0 +0x9655 0x6725 # 0 +0x9656 0x6727 # 0 +0x9657 0x6729 # 0 +0x9658 0x672E # 0 +0x9659 0x6730 # 0 +0x965A 0x6732 # 0 +0x965B 0x6733 # 0 +0x965C 0x6736 # 0 +0x965D 0x6737 # 0 +0x965E 0x6738 # 0 +0x965F 0x6739 # 0 +0x9660 0x673B # 0 +0x9661 0x673C # 0 +0x9662 0x673E # 0 +0x9663 0x673F # 0 +0x9664 0x6741 # 0 +0x9665 0x6744 # 0 +0x9666 0x6745 # 0 +0x9667 0x6747 # 0 +0x9668 0x674A # 0 +0x9669 0x674B # 0 +0x966A 0x674D # 0 +0x966B 0x6752 # 0 +0x966C 0x6754 # 0 +0x966D 0x6755 # 0 +0x966E 0x6757 # 0 +0x966F 0x6758 # 0 +0x9670 0x6759 # 0 +0x9671 0x675A # 0 +0x9672 0x675B # 0 +0x9673 0x675D # 0 +0x9674 0x6762 # 0 +0x9675 0x6763 # 0 +0x9676 0x6764 # 0 +0x9677 0x6766 # 0 +0x9678 0x6767 # 0 +0x9679 0x676B # 0 +0x967A 0x676C # 0 +0x967B 0x676E # 0 +0x967C 0x6771 # 0 +0x967D 0x6774 # 0 +0x967E 0x6776 # 0 +0x9680 0x6778 # 0 +0x9681 0x6779 # 0 +0x9682 0x677A # 0 +0x9683 0x677B # 0 +0x9684 0x677D # 0 +0x9685 0x6780 # 0 +0x9686 0x6782 # 0 +0x9687 0x6783 # 0 +0x9688 0x6785 # 0 +0x9689 0x6786 # 0 +0x968A 0x6788 # 0 +0x968B 0x678A # 0 +0x968C 0x678C # 0 +0x968D 0x678D # 0 +0x968E 0x678E # 0 +0x968F 0x678F # 0 +0x9690 0x6791 # 0 +0x9691 0x6792 # 0 +0x9692 0x6793 # 0 +0x9693 0x6794 # 0 +0x9694 0x6796 # 0 +0x9695 0x6799 # 0 +0x9696 0x679B # 0 +0x9697 0x679F # 0 +0x9698 0x67A0 # 0 +0x9699 0x67A1 # 0 +0x969A 0x67A4 # 0 +0x969B 0x67A6 # 0 +0x969C 0x67A9 # 0 +0x969D 0x67AC # 0 +0x969E 0x67AE # 0 +0x969F 0x67B1 # 0 +0x96A0 0x67B2 # 0 +0x96A1 0x67B4 # 0 +0x96A2 0x67B9 # 0 +0x96A3 0x67BA # 0 +0x96A4 0x67BB # 0 +0x96A5 0x67BC # 0 +0x96A6 0x67BD # 0 +0x96A7 0x67BE # 0 +0x96A8 0x67BF # 0 +0x96A9 0x67C0 # 0 +0x96AA 0x67C2 # 0 +0x96AB 0x67C5 # 0 +0x96AC 0x67C6 # 0 +0x96AD 0x67C7 # 0 +0x96AE 0x67C8 # 0 +0x96AF 0x67C9 # 0 +0x96B0 0x67CA # 0 +0x96B1 0x67CB # 0 +0x96B2 0x67CC # 0 +0x96B3 0x67CD # 0 +0x96B4 0x67CE # 0 +0x96B5 0x67D5 # 0 +0x96B6 0x67D6 # 0 +0x96B7 0x67D7 # 0 +0x96B8 0x67DB # 0 +0x96B9 0x67DF # 0 +0x96BA 0x67E1 # 0 +0x96BB 0x67E3 # 0 +0x96BC 0x67E4 # 0 +0x96BD 0x67E6 # 0 +0x96BE 0x67E7 # 0 +0x96BF 0x67E8 # 0 +0x96C0 0x67EA # 0 +0x96C1 0x67EB # 0 +0x96C2 0x67ED # 0 +0x96C3 0x67EE # 0 +0x96C4 0x67F2 # 0 +0x96C5 0x67F5 # 0 +0x96C6 0x67F6 # 0 +0x96C7 0x67F7 # 0 +0x96C8 0x67F8 # 0 +0x96C9 0x67F9 # 0 +0x96CA 0x67FA # 0 +0x96CB 0x67FB # 0 +0x96CC 0x67FC # 0 +0x96CD 0x67FE # 0 +0x96CE 0x6801 # 0 +0x96CF 0x6802 # 0 +0x96D0 0x6803 # 0 +0x96D1 0x6804 # 0 +0x96D2 0x6806 # 0 +0x96D3 0x680D # 0 +0x96D4 0x6810 # 0 +0x96D5 0x6812 # 0 +0x96D6 0x6814 # 0 +0x96D7 0x6815 # 0 +0x96D8 0x6818 # 0 +0x96D9 0x6819 # 0 +0x96DA 0x681A # 0 +0x96DB 0x681B # 0 +0x96DC 0x681C # 0 +0x96DD 0x681E # 0 +0x96DE 0x681F # 0 +0x96DF 0x6820 # 0 +0x96E0 0x6822 # 0 +0x96E1 0x6823 # 0 +0x96E2 0x6824 # 0 +0x96E3 0x6825 # 0 +0x96E4 0x6826 # 0 +0x96E5 0x6827 # 0 +0x96E6 0x6828 # 0 +0x96E7 0x682B # 0 +0x96E8 0x682C # 0 +0x96E9 0x682D # 0 +0x96EA 0x682E # 0 +0x96EB 0x682F # 0 +0x96EC 0x6830 # 0 +0x96ED 0x6831 # 0 +0x96EE 0x6834 # 0 +0x96EF 0x6835 # 0 +0x96F0 0x6836 # 0 +0x96F1 0x683A # 0 +0x96F2 0x683B # 0 +0x96F3 0x683F # 0 +0x96F4 0x6847 # 0 +0x96F5 0x684B # 0 +0x96F6 0x684D # 0 +0x96F7 0x684F # 0 +0x96F8 0x6852 # 0 +0x96F9 0x6856 # 0 +0x96FA 0x6857 # 0 +0x96FB 0x6858 # 0 +0x96FC 0x6859 # 0 +0x96FD 0x685A # 0 +0x96FE 0x685B # 0 +0x9740 0x685C # 0 +0x9741 0x685D # 0 +0x9742 0x685E # 0 +0x9743 0x685F # 0 +0x9744 0x686A # 0 +0x9745 0x686C # 0 +0x9746 0x686D # 0 +0x9747 0x686E # 0 +0x9748 0x686F # 0 +0x9749 0x6870 # 0 +0x974A 0x6871 # 0 +0x974B 0x6872 # 0 +0x974C 0x6873 # 0 +0x974D 0x6875 # 0 +0x974E 0x6878 # 0 +0x974F 0x6879 # 0 +0x9750 0x687A # 0 +0x9751 0x687B # 0 +0x9752 0x687C # 0 +0x9753 0x687D # 0 +0x9754 0x687E # 0 +0x9755 0x687F # 0 +0x9756 0x6880 # 0 +0x9757 0x6882 # 0 +0x9758 0x6884 # 0 +0x9759 0x6887 # 0 +0x975A 0x6888 # 0 +0x975B 0x6889 # 0 +0x975C 0x688A # 0 +0x975D 0x688B # 0 +0x975E 0x688C # 0 +0x975F 0x688D # 0 +0x9760 0x688E # 0 +0x9761 0x6890 # 0 +0x9762 0x6891 # 0 +0x9763 0x6892 # 0 +0x9764 0x6894 # 0 +0x9765 0x6895 # 0 +0x9766 0x6896 # 0 +0x9767 0x6898 # 0 +0x9768 0x6899 # 0 +0x9769 0x689A # 0 +0x976A 0x689B # 0 +0x976B 0x689C # 0 +0x976C 0x689D # 0 +0x976D 0x689E # 0 +0x976E 0x689F # 0 +0x976F 0x68A0 # 0 +0x9770 0x68A1 # 0 +0x9771 0x68A3 # 0 +0x9772 0x68A4 # 0 +0x9773 0x68A5 # 0 +0x9774 0x68A9 # 0 +0x9775 0x68AA # 0 +0x9776 0x68AB # 0 +0x9777 0x68AC # 0 +0x9778 0x68AE # 0 +0x9779 0x68B1 # 0 +0x977A 0x68B2 # 0 +0x977B 0x68B4 # 0 +0x977C 0x68B6 # 0 +0x977D 0x68B7 # 0 +0x977E 0x68B8 # 0 +0x9780 0x68B9 # 0 +0x9781 0x68BA # 0 +0x9782 0x68BB # 0 +0x9783 0x68BC # 0 +0x9784 0x68BD # 0 +0x9785 0x68BE # 0 +0x9786 0x68BF # 0 +0x9787 0x68C1 # 0 +0x9788 0x68C3 # 0 +0x9789 0x68C4 # 0 +0x978A 0x68C5 # 0 +0x978B 0x68C6 # 0 +0x978C 0x68C7 # 0 +0x978D 0x68C8 # 0 +0x978E 0x68CA # 0 +0x978F 0x68CC # 0 +0x9790 0x68CE # 0 +0x9791 0x68CF # 0 +0x9792 0x68D0 # 0 +0x9793 0x68D1 # 0 +0x9794 0x68D3 # 0 +0x9795 0x68D4 # 0 +0x9796 0x68D6 # 0 +0x9797 0x68D7 # 0 +0x9798 0x68D9 # 0 +0x9799 0x68DB # 0 +0x979A 0x68DC # 0 +0x979B 0x68DD # 0 +0x979C 0x68DE # 0 +0x979D 0x68DF # 0 +0x979E 0x68E1 # 0 +0x979F 0x68E2 # 0 +0x97A0 0x68E4 # 0 +0x97A1 0x68E5 # 0 +0x97A2 0x68E6 # 0 +0x97A3 0x68E7 # 0 +0x97A4 0x68E8 # 0 +0x97A5 0x68E9 # 0 +0x97A6 0x68EA # 0 +0x97A7 0x68EB # 0 +0x97A8 0x68EC # 0 +0x97A9 0x68ED # 0 +0x97AA 0x68EF # 0 +0x97AB 0x68F2 # 0 +0x97AC 0x68F3 # 0 +0x97AD 0x68F4 # 0 +0x97AE 0x68F6 # 0 +0x97AF 0x68F7 # 0 +0x97B0 0x68F8 # 0 +0x97B1 0x68FB # 0 +0x97B2 0x68FD # 0 +0x97B3 0x68FE # 0 +0x97B4 0x68FF # 0 +0x97B5 0x6900 # 0 +0x97B6 0x6902 # 0 +0x97B7 0x6903 # 0 +0x97B8 0x6904 # 0 +0x97B9 0x6906 # 0 +0x97BA 0x6907 # 0 +0x97BB 0x6908 # 0 +0x97BC 0x6909 # 0 +0x97BD 0x690A # 0 +0x97BE 0x690C # 0 +0x97BF 0x690F # 0 +0x97C0 0x6911 # 0 +0x97C1 0x6913 # 0 +0x97C2 0x6914 # 0 +0x97C3 0x6915 # 0 +0x97C4 0x6916 # 0 +0x97C5 0x6917 # 0 +0x97C6 0x6918 # 0 +0x97C7 0x6919 # 0 +0x97C8 0x691A # 0 +0x97C9 0x691B # 0 +0x97CA 0x691C # 0 +0x97CB 0x691D # 0 +0x97CC 0x691E # 0 +0x97CD 0x6921 # 0 +0x97CE 0x6922 # 0 +0x97CF 0x6923 # 0 +0x97D0 0x6925 # 0 +0x97D1 0x6926 # 0 +0x97D2 0x6927 # 0 +0x97D3 0x6928 # 0 +0x97D4 0x6929 # 0 +0x97D5 0x692A # 0 +0x97D6 0x692B # 0 +0x97D7 0x692C # 0 +0x97D8 0x692E # 0 +0x97D9 0x692F # 0 +0x97DA 0x6931 # 0 +0x97DB 0x6932 # 0 +0x97DC 0x6933 # 0 +0x97DD 0x6935 # 0 +0x97DE 0x6936 # 0 +0x97DF 0x6937 # 0 +0x97E0 0x6938 # 0 +0x97E1 0x693A # 0 +0x97E2 0x693B # 0 +0x97E3 0x693C # 0 +0x97E4 0x693E # 0 +0x97E5 0x6940 # 0 +0x97E6 0x6941 # 0 +0x97E7 0x6943 # 0 +0x97E8 0x6944 # 0 +0x97E9 0x6945 # 0 +0x97EA 0x6946 # 0 +0x97EB 0x6947 # 0 +0x97EC 0x6948 # 0 +0x97ED 0x6949 # 0 +0x97EE 0x694A # 0 +0x97EF 0x694B # 0 +0x97F0 0x694C # 0 +0x97F1 0x694D # 0 +0x97F2 0x694E # 0 +0x97F3 0x694F # 0 +0x97F4 0x6950 # 0 +0x97F5 0x6951 # 0 +0x97F6 0x6952 # 0 +0x97F7 0x6953 # 0 +0x97F8 0x6955 # 0 +0x97F9 0x6956 # 0 +0x97FA 0x6958 # 0 +0x97FB 0x6959 # 0 +0x97FC 0x695B # 0 +0x97FD 0x695C # 0 +0x97FE 0x695F # 0 +0x9840 0x6961 # 0 +0x9841 0x6962 # 0 +0x9842 0x6964 # 0 +0x9843 0x6965 # 0 +0x9844 0x6967 # 0 +0x9845 0x6968 # 0 +0x9846 0x6969 # 0 +0x9847 0x696A # 0 +0x9848 0x696C # 0 +0x9849 0x696D # 0 +0x984A 0x696F # 0 +0x984B 0x6970 # 0 +0x984C 0x6972 # 0 +0x984D 0x6973 # 0 +0x984E 0x6974 # 0 +0x984F 0x6975 # 0 +0x9850 0x6976 # 0 +0x9851 0x697A # 0 +0x9852 0x697B # 0 +0x9853 0x697D # 0 +0x9854 0x697E # 0 +0x9855 0x697F # 0 +0x9856 0x6981 # 0 +0x9857 0x6983 # 0 +0x9858 0x6985 # 0 +0x9859 0x698A # 0 +0x985A 0x698B # 0 +0x985B 0x698C # 0 +0x985C 0x698E # 0 +0x985D 0x698F # 0 +0x985E 0x6990 # 0 +0x985F 0x6991 # 0 +0x9860 0x6992 # 0 +0x9861 0x6993 # 0 +0x9862 0x6996 # 0 +0x9863 0x6997 # 0 +0x9864 0x6999 # 0 +0x9865 0x699A # 0 +0x9866 0x699D # 0 +0x9867 0x699E # 0 +0x9868 0x699F # 0 +0x9869 0x69A0 # 0 +0x986A 0x69A1 # 0 +0x986B 0x69A2 # 0 +0x986C 0x69A3 # 0 +0x986D 0x69A4 # 0 +0x986E 0x69A5 # 0 +0x986F 0x69A6 # 0 +0x9870 0x69A9 # 0 +0x9871 0x69AA # 0 +0x9872 0x69AC # 0 +0x9873 0x69AE # 0 +0x9874 0x69AF # 0 +0x9875 0x69B0 # 0 +0x9876 0x69B2 # 0 +0x9877 0x69B3 # 0 +0x9878 0x69B5 # 0 +0x9879 0x69B6 # 0 +0x987A 0x69B8 # 0 +0x987B 0x69B9 # 0 +0x987C 0x69BA # 0 +0x987D 0x69BC # 0 +0x987E 0x69BD # 0 +0x9880 0x69BE # 0 +0x9881 0x69BF # 0 +0x9882 0x69C0 # 0 +0x9883 0x69C2 # 0 +0x9884 0x69C3 # 0 +0x9885 0x69C4 # 0 +0x9886 0x69C5 # 0 +0x9887 0x69C6 # 0 +0x9888 0x69C7 # 0 +0x9889 0x69C8 # 0 +0x988A 0x69C9 # 0 +0x988B 0x69CB # 0 +0x988C 0x69CD # 0 +0x988D 0x69CF # 0 +0x988E 0x69D1 # 0 +0x988F 0x69D2 # 0 +0x9890 0x69D3 # 0 +0x9891 0x69D5 # 0 +0x9892 0x69D6 # 0 +0x9893 0x69D7 # 0 +0x9894 0x69D8 # 0 +0x9895 0x69D9 # 0 +0x9896 0x69DA # 0 +0x9897 0x69DC # 0 +0x9898 0x69DD # 0 +0x9899 0x69DE # 0 +0x989A 0x69E1 # 0 +0x989B 0x69E2 # 0 +0x989C 0x69E3 # 0 +0x989D 0x69E4 # 0 +0x989E 0x69E5 # 0 +0x989F 0x69E6 # 0 +0x98A0 0x69E7 # 0 +0x98A1 0x69E8 # 0 +0x98A2 0x69E9 # 0 +0x98A3 0x69EA # 0 +0x98A4 0x69EB # 0 +0x98A5 0x69EC # 0 +0x98A6 0x69EE # 0 +0x98A7 0x69EF # 0 +0x98A8 0x69F0 # 0 +0x98A9 0x69F1 # 0 +0x98AA 0x69F3 # 0 +0x98AB 0x69F4 # 0 +0x98AC 0x69F5 # 0 +0x98AD 0x69F6 # 0 +0x98AE 0x69F7 # 0 +0x98AF 0x69F8 # 0 +0x98B0 0x69F9 # 0 +0x98B1 0x69FA # 0 +0x98B2 0x69FB # 0 +0x98B3 0x69FC # 0 +0x98B4 0x69FE # 0 +0x98B5 0x6A00 # 0 +0x98B6 0x6A01 # 0 +0x98B7 0x6A02 # 0 +0x98B8 0x6A03 # 0 +0x98B9 0x6A04 # 0 +0x98BA 0x6A05 # 0 +0x98BB 0x6A06 # 0 +0x98BC 0x6A07 # 0 +0x98BD 0x6A08 # 0 +0x98BE 0x6A09 # 0 +0x98BF 0x6A0B # 0 +0x98C0 0x6A0C # 0 +0x98C1 0x6A0D # 0 +0x98C2 0x6A0E # 0 +0x98C3 0x6A0F # 0 +0x98C4 0x6A10 # 0 +0x98C5 0x6A11 # 0 +0x98C6 0x6A12 # 0 +0x98C7 0x6A13 # 0 +0x98C8 0x6A14 # 0 +0x98C9 0x6A15 # 0 +0x98CA 0x6A16 # 0 +0x98CB 0x6A19 # 0 +0x98CC 0x6A1A # 0 +0x98CD 0x6A1B # 0 +0x98CE 0x6A1C # 0 +0x98CF 0x6A1D # 0 +0x98D0 0x6A1E # 0 +0x98D1 0x6A20 # 0 +0x98D2 0x6A22 # 0 +0x98D3 0x6A23 # 0 +0x98D4 0x6A24 # 0 +0x98D5 0x6A25 # 0 +0x98D6 0x6A26 # 0 +0x98D7 0x6A27 # 0 +0x98D8 0x6A29 # 0 +0x98D9 0x6A2B # 0 +0x98DA 0x6A2C # 0 +0x98DB 0x6A2D # 0 +0x98DC 0x6A2E # 0 +0x98DD 0x6A30 # 0 +0x98DE 0x6A32 # 0 +0x98DF 0x6A33 # 0 +0x98E0 0x6A34 # 0 +0x98E1 0x6A36 # 0 +0x98E2 0x6A37 # 0 +0x98E3 0x6A38 # 0 +0x98E4 0x6A39 # 0 +0x98E5 0x6A3A # 0 +0x98E6 0x6A3B # 0 +0x98E7 0x6A3C # 0 +0x98E8 0x6A3F # 0 +0x98E9 0x6A40 # 0 +0x98EA 0x6A41 # 0 +0x98EB 0x6A42 # 0 +0x98EC 0x6A43 # 0 +0x98ED 0x6A45 # 0 +0x98EE 0x6A46 # 0 +0x98EF 0x6A48 # 0 +0x98F0 0x6A49 # 0 +0x98F1 0x6A4A # 0 +0x98F2 0x6A4B # 0 +0x98F3 0x6A4C # 0 +0x98F4 0x6A4D # 0 +0x98F5 0x6A4E # 0 +0x98F6 0x6A4F # 0 +0x98F7 0x6A51 # 0 +0x98F8 0x6A52 # 0 +0x98F9 0x6A53 # 0 +0x98FA 0x6A54 # 0 +0x98FB 0x6A55 # 0 +0x98FC 0x6A56 # 0 +0x98FD 0x6A57 # 0 +0x98FE 0x6A5A # 0 +0x9940 0x6A5C # 0 +0x9941 0x6A5D # 0 +0x9942 0x6A5E # 0 +0x9943 0x6A5F # 0 +0x9944 0x6A60 # 0 +0x9945 0x6A62 # 0 +0x9946 0x6A63 # 0 +0x9947 0x6A64 # 0 +0x9948 0x6A66 # 0 +0x9949 0x6A67 # 0 +0x994A 0x6A68 # 0 +0x994B 0x6A69 # 0 +0x994C 0x6A6A # 0 +0x994D 0x6A6B # 0 +0x994E 0x6A6C # 0 +0x994F 0x6A6D # 0 +0x9950 0x6A6E # 0 +0x9951 0x6A6F # 0 +0x9952 0x6A70 # 0 +0x9953 0x6A72 # 0 +0x9954 0x6A73 # 0 +0x9955 0x6A74 # 0 +0x9956 0x6A75 # 0 +0x9957 0x6A76 # 0 +0x9958 0x6A77 # 0 +0x9959 0x6A78 # 0 +0x995A 0x6A7A # 0 +0x995B 0x6A7B # 0 +0x995C 0x6A7D # 0 +0x995D 0x6A7E # 0 +0x995E 0x6A7F # 0 +0x995F 0x6A81 # 0 +0x9960 0x6A82 # 0 +0x9961 0x6A83 # 0 +0x9962 0x6A85 # 0 +0x9963 0x6A86 # 0 +0x9964 0x6A87 # 0 +0x9965 0x6A88 # 0 +0x9966 0x6A89 # 0 +0x9967 0x6A8A # 0 +0x9968 0x6A8B # 0 +0x9969 0x6A8C # 0 +0x996A 0x6A8D # 0 +0x996B 0x6A8F # 0 +0x996C 0x6A92 # 0 +0x996D 0x6A93 # 0 +0x996E 0x6A94 # 0 +0x996F 0x6A95 # 0 +0x9970 0x6A96 # 0 +0x9971 0x6A98 # 0 +0x9972 0x6A99 # 0 +0x9973 0x6A9A # 0 +0x9974 0x6A9B # 0 +0x9975 0x6A9C # 0 +0x9976 0x6A9D # 0 +0x9977 0x6A9E # 0 +0x9978 0x6A9F # 0 +0x9979 0x6AA1 # 0 +0x997A 0x6AA2 # 0 +0x997B 0x6AA3 # 0 +0x997C 0x6AA4 # 0 +0x997D 0x6AA5 # 0 +0x997E 0x6AA6 # 0 +0x9980 0x6AA7 # 0 +0x9981 0x6AA8 # 0 +0x9982 0x6AAA # 0 +0x9983 0x6AAD # 0 +0x9984 0x6AAE # 0 +0x9985 0x6AAF # 0 +0x9986 0x6AB0 # 0 +0x9987 0x6AB1 # 0 +0x9988 0x6AB2 # 0 +0x9989 0x6AB3 # 0 +0x998A 0x6AB4 # 0 +0x998B 0x6AB5 # 0 +0x998C 0x6AB6 # 0 +0x998D 0x6AB7 # 0 +0x998E 0x6AB8 # 0 +0x998F 0x6AB9 # 0 +0x9990 0x6ABA # 0 +0x9991 0x6ABB # 0 +0x9992 0x6ABC # 0 +0x9993 0x6ABD # 0 +0x9994 0x6ABE # 0 +0x9995 0x6ABF # 0 +0x9996 0x6AC0 # 0 +0x9997 0x6AC1 # 0 +0x9998 0x6AC2 # 0 +0x9999 0x6AC3 # 0 +0x999A 0x6AC4 # 0 +0x999B 0x6AC5 # 0 +0x999C 0x6AC6 # 0 +0x999D 0x6AC7 # 0 +0x999E 0x6AC8 # 0 +0x999F 0x6AC9 # 0 +0x99A0 0x6ACA # 0 +0x99A1 0x6ACB # 0 +0x99A2 0x6ACC # 0 +0x99A3 0x6ACD # 0 +0x99A4 0x6ACE # 0 +0x99A5 0x6ACF # 0 +0x99A6 0x6AD0 # 0 +0x99A7 0x6AD1 # 0 +0x99A8 0x6AD2 # 0 +0x99A9 0x6AD3 # 0 +0x99AA 0x6AD4 # 0 +0x99AB 0x6AD5 # 0 +0x99AC 0x6AD6 # 0 +0x99AD 0x6AD7 # 0 +0x99AE 0x6AD8 # 0 +0x99AF 0x6AD9 # 0 +0x99B0 0x6ADA # 0 +0x99B1 0x6ADB # 0 +0x99B2 0x6ADC # 0 +0x99B3 0x6ADD # 0 +0x99B4 0x6ADE # 0 +0x99B5 0x6ADF # 0 +0x99B6 0x6AE0 # 0 +0x99B7 0x6AE1 # 0 +0x99B8 0x6AE2 # 0 +0x99B9 0x6AE3 # 0 +0x99BA 0x6AE4 # 0 +0x99BB 0x6AE5 # 0 +0x99BC 0x6AE6 # 0 +0x99BD 0x6AE7 # 0 +0x99BE 0x6AE8 # 0 +0x99BF 0x6AE9 # 0 +0x99C0 0x6AEA # 0 +0x99C1 0x6AEB # 0 +0x99C2 0x6AEC # 0 +0x99C3 0x6AED # 0 +0x99C4 0x6AEE # 0 +0x99C5 0x6AEF # 0 +0x99C6 0x6AF0 # 0 +0x99C7 0x6AF1 # 0 +0x99C8 0x6AF2 # 0 +0x99C9 0x6AF3 # 0 +0x99CA 0x6AF4 # 0 +0x99CB 0x6AF5 # 0 +0x99CC 0x6AF6 # 0 +0x99CD 0x6AF7 # 0 +0x99CE 0x6AF8 # 0 +0x99CF 0x6AF9 # 0 +0x99D0 0x6AFA # 0 +0x99D1 0x6AFB # 0 +0x99D2 0x6AFC # 0 +0x99D3 0x6AFD # 0 +0x99D4 0x6AFE # 0 +0x99D5 0x6AFF # 0 +0x99D6 0x6B00 # 0 +0x99D7 0x6B01 # 0 +0x99D8 0x6B02 # 0 +0x99D9 0x6B03 # 0 +0x99DA 0x6B04 # 0 +0x99DB 0x6B05 # 0 +0x99DC 0x6B06 # 0 +0x99DD 0x6B07 # 0 +0x99DE 0x6B08 # 0 +0x99DF 0x6B09 # 0 +0x99E0 0x6B0A # 0 +0x99E1 0x6B0B # 0 +0x99E2 0x6B0C # 0 +0x99E3 0x6B0D # 0 +0x99E4 0x6B0E # 0 +0x99E5 0x6B0F # 0 +0x99E6 0x6B10 # 0 +0x99E7 0x6B11 # 0 +0x99E8 0x6B12 # 0 +0x99E9 0x6B13 # 0 +0x99EA 0x6B14 # 0 +0x99EB 0x6B15 # 0 +0x99EC 0x6B16 # 0 +0x99ED 0x6B17 # 0 +0x99EE 0x6B18 # 0 +0x99EF 0x6B19 # 0 +0x99F0 0x6B1A # 0 +0x99F1 0x6B1B # 0 +0x99F2 0x6B1C # 0 +0x99F3 0x6B1D # 0 +0x99F4 0x6B1E # 0 +0x99F5 0x6B1F # 0 +0x99F6 0x6B25 # 0 +0x99F7 0x6B26 # 0 +0x99F8 0x6B28 # 0 +0x99F9 0x6B29 # 0 +0x99FA 0x6B2A # 0 +0x99FB 0x6B2B # 0 +0x99FC 0x6B2C # 0 +0x99FD 0x6B2D # 0 +0x99FE 0x6B2E # 0 +0x9A40 0x6B2F # 0 +0x9A41 0x6B30 # 0 +0x9A42 0x6B31 # 0 +0x9A43 0x6B33 # 0 +0x9A44 0x6B34 # 0 +0x9A45 0x6B35 # 0 +0x9A46 0x6B36 # 0 +0x9A47 0x6B38 # 0 +0x9A48 0x6B3B # 0 +0x9A49 0x6B3C # 0 +0x9A4A 0x6B3D # 0 +0x9A4B 0x6B3F # 0 +0x9A4C 0x6B40 # 0 +0x9A4D 0x6B41 # 0 +0x9A4E 0x6B42 # 0 +0x9A4F 0x6B44 # 0 +0x9A50 0x6B45 # 0 +0x9A51 0x6B48 # 0 +0x9A52 0x6B4A # 0 +0x9A53 0x6B4B # 0 +0x9A54 0x6B4D # 0 +0x9A55 0x6B4E # 0 +0x9A56 0x6B4F # 0 +0x9A57 0x6B50 # 0 +0x9A58 0x6B51 # 0 +0x9A59 0x6B52 # 0 +0x9A5A 0x6B53 # 0 +0x9A5B 0x6B54 # 0 +0x9A5C 0x6B55 # 0 +0x9A5D 0x6B56 # 0 +0x9A5E 0x6B57 # 0 +0x9A5F 0x6B58 # 0 +0x9A60 0x6B5A # 0 +0x9A61 0x6B5B # 0 +0x9A62 0x6B5C # 0 +0x9A63 0x6B5D # 0 +0x9A64 0x6B5E # 0 +0x9A65 0x6B5F # 0 +0x9A66 0x6B60 # 0 +0x9A67 0x6B61 # 0 +0x9A68 0x6B68 # 0 +0x9A69 0x6B69 # 0 +0x9A6A 0x6B6B # 0 +0x9A6B 0x6B6C # 0 +0x9A6C 0x6B6D # 0 +0x9A6D 0x6B6E # 0 +0x9A6E 0x6B6F # 0 +0x9A6F 0x6B70 # 0 +0x9A70 0x6B71 # 0 +0x9A71 0x6B72 # 0 +0x9A72 0x6B73 # 0 +0x9A73 0x6B74 # 0 +0x9A74 0x6B75 # 0 +0x9A75 0x6B76 # 0 +0x9A76 0x6B77 # 0 +0x9A77 0x6B78 # 0 +0x9A78 0x6B7A # 0 +0x9A79 0x6B7D # 0 +0x9A7A 0x6B7E # 0 +0x9A7B 0x6B7F # 0 +0x9A7C 0x6B80 # 0 +0x9A7D 0x6B85 # 0 +0x9A7E 0x6B88 # 0 +0x9A80 0x6B8C # 0 +0x9A81 0x6B8E # 0 +0x9A82 0x6B8F # 0 +0x9A83 0x6B90 # 0 +0x9A84 0x6B91 # 0 +0x9A85 0x6B94 # 0 +0x9A86 0x6B95 # 0 +0x9A87 0x6B97 # 0 +0x9A88 0x6B98 # 0 +0x9A89 0x6B99 # 0 +0x9A8A 0x6B9C # 0 +0x9A8B 0x6B9D # 0 +0x9A8C 0x6B9E # 0 +0x9A8D 0x6B9F # 0 +0x9A8E 0x6BA0 # 0 +0x9A8F 0x6BA2 # 0 +0x9A90 0x6BA3 # 0 +0x9A91 0x6BA4 # 0 +0x9A92 0x6BA5 # 0 +0x9A93 0x6BA6 # 0 +0x9A94 0x6BA7 # 0 +0x9A95 0x6BA8 # 0 +0x9A96 0x6BA9 # 0 +0x9A97 0x6BAB # 0 +0x9A98 0x6BAC # 0 +0x9A99 0x6BAD # 0 +0x9A9A 0x6BAE # 0 +0x9A9B 0x6BAF # 0 +0x9A9C 0x6BB0 # 0 +0x9A9D 0x6BB1 # 0 +0x9A9E 0x6BB2 # 0 +0x9A9F 0x6BB6 # 0 +0x9AA0 0x6BB8 # 0 +0x9AA1 0x6BB9 # 0 +0x9AA2 0x6BBA # 0 +0x9AA3 0x6BBB # 0 +0x9AA4 0x6BBC # 0 +0x9AA5 0x6BBD # 0 +0x9AA6 0x6BBE # 0 +0x9AA7 0x6BC0 # 0 +0x9AA8 0x6BC3 # 0 +0x9AA9 0x6BC4 # 0 +0x9AAA 0x6BC6 # 0 +0x9AAB 0x6BC7 # 0 +0x9AAC 0x6BC8 # 0 +0x9AAD 0x6BC9 # 0 +0x9AAE 0x6BCA # 0 +0x9AAF 0x6BCC # 0 +0x9AB0 0x6BCE # 0 +0x9AB1 0x6BD0 # 0 +0x9AB2 0x6BD1 # 0 +0x9AB3 0x6BD8 # 0 +0x9AB4 0x6BDA # 0 +0x9AB5 0x6BDC # 0 +0x9AB6 0x6BDD # 0 +0x9AB7 0x6BDE # 0 +0x9AB8 0x6BDF # 0 +0x9AB9 0x6BE0 # 0 +0x9ABA 0x6BE2 # 0 +0x9ABB 0x6BE3 # 0 +0x9ABC 0x6BE4 # 0 +0x9ABD 0x6BE5 # 0 +0x9ABE 0x6BE6 # 0 +0x9ABF 0x6BE7 # 0 +0x9AC0 0x6BE8 # 0 +0x9AC1 0x6BE9 # 0 +0x9AC2 0x6BEC # 0 +0x9AC3 0x6BED # 0 +0x9AC4 0x6BEE # 0 +0x9AC5 0x6BF0 # 0 +0x9AC6 0x6BF1 # 0 +0x9AC7 0x6BF2 # 0 +0x9AC8 0x6BF4 # 0 +0x9AC9 0x6BF6 # 0 +0x9ACA 0x6BF7 # 0 +0x9ACB 0x6BF8 # 0 +0x9ACC 0x6BFA # 0 +0x9ACD 0x6BFB # 0 +0x9ACE 0x6BFC # 0 +0x9ACF 0x6BFE # 0 +0x9AD0 0x6BFF # 0 +0x9AD1 0x6C00 # 0 +0x9AD2 0x6C01 # 0 +0x9AD3 0x6C02 # 0 +0x9AD4 0x6C03 # 0 +0x9AD5 0x6C04 # 0 +0x9AD6 0x6C08 # 0 +0x9AD7 0x6C09 # 0 +0x9AD8 0x6C0A # 0 +0x9AD9 0x6C0B # 0 +0x9ADA 0x6C0C # 0 +0x9ADB 0x6C0E # 0 +0x9ADC 0x6C12 # 0 +0x9ADD 0x6C17 # 0 +0x9ADE 0x6C1C # 0 +0x9ADF 0x6C1D # 0 +0x9AE0 0x6C1E # 0 +0x9AE1 0x6C20 # 0 +0x9AE2 0x6C23 # 0 +0x9AE3 0x6C25 # 0 +0x9AE4 0x6C2B # 0 +0x9AE5 0x6C2C # 0 +0x9AE6 0x6C2D # 0 +0x9AE7 0x6C31 # 0 +0x9AE8 0x6C33 # 0 +0x9AE9 0x6C36 # 0 +0x9AEA 0x6C37 # 0 +0x9AEB 0x6C39 # 0 +0x9AEC 0x6C3A # 0 +0x9AED 0x6C3B # 0 +0x9AEE 0x6C3C # 0 +0x9AEF 0x6C3E # 0 +0x9AF0 0x6C3F # 0 +0x9AF1 0x6C43 # 0 +0x9AF2 0x6C44 # 0 +0x9AF3 0x6C45 # 0 +0x9AF4 0x6C48 # 0 +0x9AF5 0x6C4B # 0 +0x9AF6 0x6C4C # 0 +0x9AF7 0x6C4D # 0 +0x9AF8 0x6C4E # 0 +0x9AF9 0x6C4F # 0 +0x9AFA 0x6C51 # 0 +0x9AFB 0x6C52 # 0 +0x9AFC 0x6C53 # 0 +0x9AFD 0x6C56 # 0 +0x9AFE 0x6C58 # 0 +0x9B40 0x6C59 # 0 +0x9B41 0x6C5A # 0 +0x9B42 0x6C62 # 0 +0x9B43 0x6C63 # 0 +0x9B44 0x6C65 # 0 +0x9B45 0x6C66 # 0 +0x9B46 0x6C67 # 0 +0x9B47 0x6C6B # 0 +0x9B48 0x6C6C # 0 +0x9B49 0x6C6D # 0 +0x9B4A 0x6C6E # 0 +0x9B4B 0x6C6F # 0 +0x9B4C 0x6C71 # 0 +0x9B4D 0x6C73 # 0 +0x9B4E 0x6C75 # 0 +0x9B4F 0x6C77 # 0 +0x9B50 0x6C78 # 0 +0x9B51 0x6C7A # 0 +0x9B52 0x6C7B # 0 +0x9B53 0x6C7C # 0 +0x9B54 0x6C7F # 0 +0x9B55 0x6C80 # 0 +0x9B56 0x6C84 # 0 +0x9B57 0x6C87 # 0 +0x9B58 0x6C8A # 0 +0x9B59 0x6C8B # 0 +0x9B5A 0x6C8D # 0 +0x9B5B 0x6C8E # 0 +0x9B5C 0x6C91 # 0 +0x9B5D 0x6C92 # 0 +0x9B5E 0x6C95 # 0 +0x9B5F 0x6C96 # 0 +0x9B60 0x6C97 # 0 +0x9B61 0x6C98 # 0 +0x9B62 0x6C9A # 0 +0x9B63 0x6C9C # 0 +0x9B64 0x6C9D # 0 +0x9B65 0x6C9E # 0 +0x9B66 0x6CA0 # 0 +0x9B67 0x6CA2 # 0 +0x9B68 0x6CA8 # 0 +0x9B69 0x6CAC # 0 +0x9B6A 0x6CAF # 0 +0x9B6B 0x6CB0 # 0 +0x9B6C 0x6CB4 # 0 +0x9B6D 0x6CB5 # 0 +0x9B6E 0x6CB6 # 0 +0x9B6F 0x6CB7 # 0 +0x9B70 0x6CBA # 0 +0x9B71 0x6CC0 # 0 +0x9B72 0x6CC1 # 0 +0x9B73 0x6CC2 # 0 +0x9B74 0x6CC3 # 0 +0x9B75 0x6CC6 # 0 +0x9B76 0x6CC7 # 0 +0x9B77 0x6CC8 # 0 +0x9B78 0x6CCB # 0 +0x9B79 0x6CCD # 0 +0x9B7A 0x6CCE # 0 +0x9B7B 0x6CCF # 0 +0x9B7C 0x6CD1 # 0 +0x9B7D 0x6CD2 # 0 +0x9B7E 0x6CD8 # 0 +0x9B80 0x6CD9 # 0 +0x9B81 0x6CDA # 0 +0x9B82 0x6CDC # 0 +0x9B83 0x6CDD # 0 +0x9B84 0x6CDF # 0 +0x9B85 0x6CE4 # 0 +0x9B86 0x6CE6 # 0 +0x9B87 0x6CE7 # 0 +0x9B88 0x6CE9 # 0 +0x9B89 0x6CEC # 0 +0x9B8A 0x6CED # 0 +0x9B8B 0x6CF2 # 0 +0x9B8C 0x6CF4 # 0 +0x9B8D 0x6CF9 # 0 +0x9B8E 0x6CFF # 0 +0x9B8F 0x6D00 # 0 +0x9B90 0x6D02 # 0 +0x9B91 0x6D03 # 0 +0x9B92 0x6D05 # 0 +0x9B93 0x6D06 # 0 +0x9B94 0x6D08 # 0 +0x9B95 0x6D09 # 0 +0x9B96 0x6D0A # 0 +0x9B97 0x6D0D # 0 +0x9B98 0x6D0F # 0 +0x9B99 0x6D10 # 0 +0x9B9A 0x6D11 # 0 +0x9B9B 0x6D13 # 0 +0x9B9C 0x6D14 # 0 +0x9B9D 0x6D15 # 0 +0x9B9E 0x6D16 # 0 +0x9B9F 0x6D18 # 0 +0x9BA0 0x6D1C # 0 +0x9BA1 0x6D1D # 0 +0x9BA2 0x6D1F # 0 +0x9BA3 0x6D20 # 0 +0x9BA4 0x6D21 # 0 +0x9BA5 0x6D22 # 0 +0x9BA6 0x6D23 # 0 +0x9BA7 0x6D24 # 0 +0x9BA8 0x6D26 # 0 +0x9BA9 0x6D28 # 0 +0x9BAA 0x6D29 # 0 +0x9BAB 0x6D2C # 0 +0x9BAC 0x6D2D # 0 +0x9BAD 0x6D2F # 0 +0x9BAE 0x6D30 # 0 +0x9BAF 0x6D34 # 0 +0x9BB0 0x6D36 # 0 +0x9BB1 0x6D37 # 0 +0x9BB2 0x6D38 # 0 +0x9BB3 0x6D3A # 0 +0x9BB4 0x6D3F # 0 +0x9BB5 0x6D40 # 0 +0x9BB6 0x6D42 # 0 +0x9BB7 0x6D44 # 0 +0x9BB8 0x6D49 # 0 +0x9BB9 0x6D4C # 0 +0x9BBA 0x6D50 # 0 +0x9BBB 0x6D55 # 0 +0x9BBC 0x6D56 # 0 +0x9BBD 0x6D57 # 0 +0x9BBE 0x6D58 # 0 +0x9BBF 0x6D5B # 0 +0x9BC0 0x6D5D # 0 +0x9BC1 0x6D5F # 0 +0x9BC2 0x6D61 # 0 +0x9BC3 0x6D62 # 0 +0x9BC4 0x6D64 # 0 +0x9BC5 0x6D65 # 0 +0x9BC6 0x6D67 # 0 +0x9BC7 0x6D68 # 0 +0x9BC8 0x6D6B # 0 +0x9BC9 0x6D6C # 0 +0x9BCA 0x6D6D # 0 +0x9BCB 0x6D70 # 0 +0x9BCC 0x6D71 # 0 +0x9BCD 0x6D72 # 0 +0x9BCE 0x6D73 # 0 +0x9BCF 0x6D75 # 0 +0x9BD0 0x6D76 # 0 +0x9BD1 0x6D79 # 0 +0x9BD2 0x6D7A # 0 +0x9BD3 0x6D7B # 0 +0x9BD4 0x6D7D # 0 +0x9BD5 0x6D7E # 0 +0x9BD6 0x6D7F # 0 +0x9BD7 0x6D80 # 0 +0x9BD8 0x6D81 # 0 +0x9BD9 0x6D83 # 0 +0x9BDA 0x6D84 # 0 +0x9BDB 0x6D86 # 0 +0x9BDC 0x6D87 # 0 +0x9BDD 0x6D8A # 0 +0x9BDE 0x6D8B # 0 +0x9BDF 0x6D8D # 0 +0x9BE0 0x6D8F # 0 +0x9BE1 0x6D90 # 0 +0x9BE2 0x6D92 # 0 +0x9BE3 0x6D96 # 0 +0x9BE4 0x6D97 # 0 +0x9BE5 0x6D98 # 0 +0x9BE6 0x6D99 # 0 +0x9BE7 0x6D9A # 0 +0x9BE8 0x6D9C # 0 +0x9BE9 0x6DA2 # 0 +0x9BEA 0x6DA5 # 0 +0x9BEB 0x6DAC # 0 +0x9BEC 0x6DAD # 0 +0x9BED 0x6DB0 # 0 +0x9BEE 0x6DB1 # 0 +0x9BEF 0x6DB3 # 0 +0x9BF0 0x6DB4 # 0 +0x9BF1 0x6DB6 # 0 +0x9BF2 0x6DB7 # 0 +0x9BF3 0x6DB9 # 0 +0x9BF4 0x6DBA # 0 +0x9BF5 0x6DBB # 0 +0x9BF6 0x6DBC # 0 +0x9BF7 0x6DBD # 0 +0x9BF8 0x6DBE # 0 +0x9BF9 0x6DC1 # 0 +0x9BFA 0x6DC2 # 0 +0x9BFB 0x6DC3 # 0 +0x9BFC 0x6DC8 # 0 +0x9BFD 0x6DC9 # 0 +0x9BFE 0x6DCA # 0 +0x9C40 0x6DCD # 0 +0x9C41 0x6DCE # 0 +0x9C42 0x6DCF # 0 +0x9C43 0x6DD0 # 0 +0x9C44 0x6DD2 # 0 +0x9C45 0x6DD3 # 0 +0x9C46 0x6DD4 # 0 +0x9C47 0x6DD5 # 0 +0x9C48 0x6DD7 # 0 +0x9C49 0x6DDA # 0 +0x9C4A 0x6DDB # 0 +0x9C4B 0x6DDC # 0 +0x9C4C 0x6DDF # 0 +0x9C4D 0x6DE2 # 0 +0x9C4E 0x6DE3 # 0 +0x9C4F 0x6DE5 # 0 +0x9C50 0x6DE7 # 0 +0x9C51 0x6DE8 # 0 +0x9C52 0x6DE9 # 0 +0x9C53 0x6DEA # 0 +0x9C54 0x6DED # 0 +0x9C55 0x6DEF # 0 +0x9C56 0x6DF0 # 0 +0x9C57 0x6DF2 # 0 +0x9C58 0x6DF4 # 0 +0x9C59 0x6DF5 # 0 +0x9C5A 0x6DF6 # 0 +0x9C5B 0x6DF8 # 0 +0x9C5C 0x6DFA # 0 +0x9C5D 0x6DFD # 0 +0x9C5E 0x6DFE # 0 +0x9C5F 0x6DFF # 0 +0x9C60 0x6E00 # 0 +0x9C61 0x6E01 # 0 +0x9C62 0x6E02 # 0 +0x9C63 0x6E03 # 0 +0x9C64 0x6E04 # 0 +0x9C65 0x6E06 # 0 +0x9C66 0x6E07 # 0 +0x9C67 0x6E08 # 0 +0x9C68 0x6E09 # 0 +0x9C69 0x6E0B # 0 +0x9C6A 0x6E0F # 0 +0x9C6B 0x6E12 # 0 +0x9C6C 0x6E13 # 0 +0x9C6D 0x6E15 # 0 +0x9C6E 0x6E18 # 0 +0x9C6F 0x6E19 # 0 +0x9C70 0x6E1B # 0 +0x9C71 0x6E1C # 0 +0x9C72 0x6E1E # 0 +0x9C73 0x6E1F # 0 +0x9C74 0x6E22 # 0 +0x9C75 0x6E26 # 0 +0x9C76 0x6E27 # 0 +0x9C77 0x6E28 # 0 +0x9C78 0x6E2A # 0 +0x9C79 0x6E2C # 0 +0x9C7A 0x6E2E # 0 +0x9C7B 0x6E30 # 0 +0x9C7C 0x6E31 # 0 +0x9C7D 0x6E33 # 0 +0x9C7E 0x6E35 # 0 +0x9C80 0x6E36 # 0 +0x9C81 0x6E37 # 0 +0x9C82 0x6E39 # 0 +0x9C83 0x6E3B # 0 +0x9C84 0x6E3C # 0 +0x9C85 0x6E3D # 0 +0x9C86 0x6E3E # 0 +0x9C87 0x6E3F # 0 +0x9C88 0x6E40 # 0 +0x9C89 0x6E41 # 0 +0x9C8A 0x6E42 # 0 +0x9C8B 0x6E45 # 0 +0x9C8C 0x6E46 # 0 +0x9C8D 0x6E47 # 0 +0x9C8E 0x6E48 # 0 +0x9C8F 0x6E49 # 0 +0x9C90 0x6E4A # 0 +0x9C91 0x6E4B # 0 +0x9C92 0x6E4C # 0 +0x9C93 0x6E4F # 0 +0x9C94 0x6E50 # 0 +0x9C95 0x6E51 # 0 +0x9C96 0x6E52 # 0 +0x9C97 0x6E55 # 0 +0x9C98 0x6E57 # 0 +0x9C99 0x6E59 # 0 +0x9C9A 0x6E5A # 0 +0x9C9B 0x6E5C # 0 +0x9C9C 0x6E5D # 0 +0x9C9D 0x6E5E # 0 +0x9C9E 0x6E60 # 0 +0x9C9F 0x6E61 # 0 +0x9CA0 0x6E62 # 0 +0x9CA1 0x6E63 # 0 +0x9CA2 0x6E64 # 0 +0x9CA3 0x6E65 # 0 +0x9CA4 0x6E66 # 0 +0x9CA5 0x6E67 # 0 +0x9CA6 0x6E68 # 0 +0x9CA7 0x6E69 # 0 +0x9CA8 0x6E6A # 0 +0x9CA9 0x6E6C # 0 +0x9CAA 0x6E6D # 0 +0x9CAB 0x6E6F # 0 +0x9CAC 0x6E70 # 0 +0x9CAD 0x6E71 # 0 +0x9CAE 0x6E72 # 0 +0x9CAF 0x6E73 # 0 +0x9CB0 0x6E74 # 0 +0x9CB1 0x6E75 # 0 +0x9CB2 0x6E76 # 0 +0x9CB3 0x6E77 # 0 +0x9CB4 0x6E78 # 0 +0x9CB5 0x6E79 # 0 +0x9CB6 0x6E7A # 0 +0x9CB7 0x6E7B # 0 +0x9CB8 0x6E7C # 0 +0x9CB9 0x6E7D # 0 +0x9CBA 0x6E80 # 0 +0x9CBB 0x6E81 # 0 +0x9CBC 0x6E82 # 0 +0x9CBD 0x6E84 # 0 +0x9CBE 0x6E87 # 0 +0x9CBF 0x6E88 # 0 +0x9CC0 0x6E8A # 0 +0x9CC1 0x6E8B # 0 +0x9CC2 0x6E8C # 0 +0x9CC3 0x6E8D # 0 +0x9CC4 0x6E8E # 0 +0x9CC5 0x6E91 # 0 +0x9CC6 0x6E92 # 0 +0x9CC7 0x6E93 # 0 +0x9CC8 0x6E94 # 0 +0x9CC9 0x6E95 # 0 +0x9CCA 0x6E96 # 0 +0x9CCB 0x6E97 # 0 +0x9CCC 0x6E99 # 0 +0x9CCD 0x6E9A # 0 +0x9CCE 0x6E9B # 0 +0x9CCF 0x6E9D # 0 +0x9CD0 0x6E9E # 0 +0x9CD1 0x6EA0 # 0 +0x9CD2 0x6EA1 # 0 +0x9CD3 0x6EA3 # 0 +0x9CD4 0x6EA4 # 0 +0x9CD5 0x6EA6 # 0 +0x9CD6 0x6EA8 # 0 +0x9CD7 0x6EA9 # 0 +0x9CD8 0x6EAB # 0 +0x9CD9 0x6EAC # 0 +0x9CDA 0x6EAD # 0 +0x9CDB 0x6EAE # 0 +0x9CDC 0x6EB0 # 0 +0x9CDD 0x6EB3 # 0 +0x9CDE 0x6EB5 # 0 +0x9CDF 0x6EB8 # 0 +0x9CE0 0x6EB9 # 0 +0x9CE1 0x6EBC # 0 +0x9CE2 0x6EBE # 0 +0x9CE3 0x6EBF # 0 +0x9CE4 0x6EC0 # 0 +0x9CE5 0x6EC3 # 0 +0x9CE6 0x6EC4 # 0 +0x9CE7 0x6EC5 # 0 +0x9CE8 0x6EC6 # 0 +0x9CE9 0x6EC8 # 0 +0x9CEA 0x6EC9 # 0 +0x9CEB 0x6ECA # 0 +0x9CEC 0x6ECC # 0 +0x9CED 0x6ECD # 0 +0x9CEE 0x6ECE # 0 +0x9CEF 0x6ED0 # 0 +0x9CF0 0x6ED2 # 0 +0x9CF1 0x6ED6 # 0 +0x9CF2 0x6ED8 # 0 +0x9CF3 0x6ED9 # 0 +0x9CF4 0x6EDB # 0 +0x9CF5 0x6EDC # 0 +0x9CF6 0x6EDD # 0 +0x9CF7 0x6EE3 # 0 +0x9CF8 0x6EE7 # 0 +0x9CF9 0x6EEA # 0 +0x9CFA 0x6EEB # 0 +0x9CFB 0x6EEC # 0 +0x9CFC 0x6EED # 0 +0x9CFD 0x6EEE # 0 +0x9CFE 0x6EEF # 0 +0x9D40 0x6EF0 # 0 +0x9D41 0x6EF1 # 0 +0x9D42 0x6EF2 # 0 +0x9D43 0x6EF3 # 0 +0x9D44 0x6EF5 # 0 +0x9D45 0x6EF6 # 0 +0x9D46 0x6EF7 # 0 +0x9D47 0x6EF8 # 0 +0x9D48 0x6EFA # 0 +0x9D49 0x6EFB # 0 +0x9D4A 0x6EFC # 0 +0x9D4B 0x6EFD # 0 +0x9D4C 0x6EFE # 0 +0x9D4D 0x6EFF # 0 +0x9D4E 0x6F00 # 0 +0x9D4F 0x6F01 # 0 +0x9D50 0x6F03 # 0 +0x9D51 0x6F04 # 0 +0x9D52 0x6F05 # 0 +0x9D53 0x6F07 # 0 +0x9D54 0x6F08 # 0 +0x9D55 0x6F0A # 0 +0x9D56 0x6F0B # 0 +0x9D57 0x6F0C # 0 +0x9D58 0x6F0D # 0 +0x9D59 0x6F0E # 0 +0x9D5A 0x6F10 # 0 +0x9D5B 0x6F11 # 0 +0x9D5C 0x6F12 # 0 +0x9D5D 0x6F16 # 0 +0x9D5E 0x6F17 # 0 +0x9D5F 0x6F18 # 0 +0x9D60 0x6F19 # 0 +0x9D61 0x6F1A # 0 +0x9D62 0x6F1B # 0 +0x9D63 0x6F1C # 0 +0x9D64 0x6F1D # 0 +0x9D65 0x6F1E # 0 +0x9D66 0x6F1F # 0 +0x9D67 0x6F21 # 0 +0x9D68 0x6F22 # 0 +0x9D69 0x6F23 # 0 +0x9D6A 0x6F25 # 0 +0x9D6B 0x6F26 # 0 +0x9D6C 0x6F27 # 0 +0x9D6D 0x6F28 # 0 +0x9D6E 0x6F2C # 0 +0x9D6F 0x6F2E # 0 +0x9D70 0x6F30 # 0 +0x9D71 0x6F32 # 0 +0x9D72 0x6F34 # 0 +0x9D73 0x6F35 # 0 +0x9D74 0x6F37 # 0 +0x9D75 0x6F38 # 0 +0x9D76 0x6F39 # 0 +0x9D77 0x6F3A # 0 +0x9D78 0x6F3B # 0 +0x9D79 0x6F3C # 0 +0x9D7A 0x6F3D # 0 +0x9D7B 0x6F3F # 0 +0x9D7C 0x6F40 # 0 +0x9D7D 0x6F41 # 0 +0x9D7E 0x6F42 # 0 +0x9D80 0x6F43 # 0 +0x9D81 0x6F44 # 0 +0x9D82 0x6F45 # 0 +0x9D83 0x6F48 # 0 +0x9D84 0x6F49 # 0 +0x9D85 0x6F4A # 0 +0x9D86 0x6F4C # 0 +0x9D87 0x6F4E # 0 +0x9D88 0x6F4F # 0 +0x9D89 0x6F50 # 0 +0x9D8A 0x6F51 # 0 +0x9D8B 0x6F52 # 0 +0x9D8C 0x6F53 # 0 +0x9D8D 0x6F54 # 0 +0x9D8E 0x6F55 # 0 +0x9D8F 0x6F56 # 0 +0x9D90 0x6F57 # 0 +0x9D91 0x6F59 # 0 +0x9D92 0x6F5A # 0 +0x9D93 0x6F5B # 0 +0x9D94 0x6F5D # 0 +0x9D95 0x6F5F # 0 +0x9D96 0x6F60 # 0 +0x9D97 0x6F61 # 0 +0x9D98 0x6F63 # 0 +0x9D99 0x6F64 # 0 +0x9D9A 0x6F65 # 0 +0x9D9B 0x6F67 # 0 +0x9D9C 0x6F68 # 0 +0x9D9D 0x6F69 # 0 +0x9D9E 0x6F6A # 0 +0x9D9F 0x6F6B # 0 +0x9DA0 0x6F6C # 0 +0x9DA1 0x6F6F # 0 +0x9DA2 0x6F70 # 0 +0x9DA3 0x6F71 # 0 +0x9DA4 0x6F73 # 0 +0x9DA5 0x6F75 # 0 +0x9DA6 0x6F76 # 0 +0x9DA7 0x6F77 # 0 +0x9DA8 0x6F79 # 0 +0x9DA9 0x6F7B # 0 +0x9DAA 0x6F7D # 0 +0x9DAB 0x6F7E # 0 +0x9DAC 0x6F7F # 0 +0x9DAD 0x6F80 # 0 +0x9DAE 0x6F81 # 0 +0x9DAF 0x6F82 # 0 +0x9DB0 0x6F83 # 0 +0x9DB1 0x6F85 # 0 +0x9DB2 0x6F86 # 0 +0x9DB3 0x6F87 # 0 +0x9DB4 0x6F8A # 0 +0x9DB5 0x6F8B # 0 +0x9DB6 0x6F8F # 0 +0x9DB7 0x6F90 # 0 +0x9DB8 0x6F91 # 0 +0x9DB9 0x6F92 # 0 +0x9DBA 0x6F93 # 0 +0x9DBB 0x6F94 # 0 +0x9DBC 0x6F95 # 0 +0x9DBD 0x6F96 # 0 +0x9DBE 0x6F97 # 0 +0x9DBF 0x6F98 # 0 +0x9DC0 0x6F99 # 0 +0x9DC1 0x6F9A # 0 +0x9DC2 0x6F9B # 0 +0x9DC3 0x6F9D # 0 +0x9DC4 0x6F9E # 0 +0x9DC5 0x6F9F # 0 +0x9DC6 0x6FA0 # 0 +0x9DC7 0x6FA2 # 0 +0x9DC8 0x6FA3 # 0 +0x9DC9 0x6FA4 # 0 +0x9DCA 0x6FA5 # 0 +0x9DCB 0x6FA6 # 0 +0x9DCC 0x6FA8 # 0 +0x9DCD 0x6FA9 # 0 +0x9DCE 0x6FAA # 0 +0x9DCF 0x6FAB # 0 +0x9DD0 0x6FAC # 0 +0x9DD1 0x6FAD # 0 +0x9DD2 0x6FAE # 0 +0x9DD3 0x6FAF # 0 +0x9DD4 0x6FB0 # 0 +0x9DD5 0x6FB1 # 0 +0x9DD6 0x6FB2 # 0 +0x9DD7 0x6FB4 # 0 +0x9DD8 0x6FB5 # 0 +0x9DD9 0x6FB7 # 0 +0x9DDA 0x6FB8 # 0 +0x9DDB 0x6FBA # 0 +0x9DDC 0x6FBB # 0 +0x9DDD 0x6FBC # 0 +0x9DDE 0x6FBD # 0 +0x9DDF 0x6FBE # 0 +0x9DE0 0x6FBF # 0 +0x9DE1 0x6FC1 # 0 +0x9DE2 0x6FC3 # 0 +0x9DE3 0x6FC4 # 0 +0x9DE4 0x6FC5 # 0 +0x9DE5 0x6FC6 # 0 +0x9DE6 0x6FC7 # 0 +0x9DE7 0x6FC8 # 0 +0x9DE8 0x6FCA # 0 +0x9DE9 0x6FCB # 0 +0x9DEA 0x6FCC # 0 +0x9DEB 0x6FCD # 0 +0x9DEC 0x6FCE # 0 +0x9DED 0x6FCF # 0 +0x9DEE 0x6FD0 # 0 +0x9DEF 0x6FD3 # 0 +0x9DF0 0x6FD4 # 0 +0x9DF1 0x6FD5 # 0 +0x9DF2 0x6FD6 # 0 +0x9DF3 0x6FD7 # 0 +0x9DF4 0x6FD8 # 0 +0x9DF5 0x6FD9 # 0 +0x9DF6 0x6FDA # 0 +0x9DF7 0x6FDB # 0 +0x9DF8 0x6FDC # 0 +0x9DF9 0x6FDD # 0 +0x9DFA 0x6FDF # 0 +0x9DFB 0x6FE2 # 0 +0x9DFC 0x6FE3 # 0 +0x9DFD 0x6FE4 # 0 +0x9DFE 0x6FE5 # 0 +0x9E40 0x6FE6 # 0 +0x9E41 0x6FE7 # 0 +0x9E42 0x6FE8 # 0 +0x9E43 0x6FE9 # 0 +0x9E44 0x6FEA # 0 +0x9E45 0x6FEB # 0 +0x9E46 0x6FEC # 0 +0x9E47 0x6FED # 0 +0x9E48 0x6FF0 # 0 +0x9E49 0x6FF1 # 0 +0x9E4A 0x6FF2 # 0 +0x9E4B 0x6FF3 # 0 +0x9E4C 0x6FF4 # 0 +0x9E4D 0x6FF5 # 0 +0x9E4E 0x6FF6 # 0 +0x9E4F 0x6FF7 # 0 +0x9E50 0x6FF8 # 0 +0x9E51 0x6FF9 # 0 +0x9E52 0x6FFA # 0 +0x9E53 0x6FFB # 0 +0x9E54 0x6FFC # 0 +0x9E55 0x6FFD # 0 +0x9E56 0x6FFE # 0 +0x9E57 0x6FFF # 0 +0x9E58 0x7000 # 0 +0x9E59 0x7001 # 0 +0x9E5A 0x7002 # 0 +0x9E5B 0x7003 # 0 +0x9E5C 0x7004 # 0 +0x9E5D 0x7005 # 0 +0x9E5E 0x7006 # 0 +0x9E5F 0x7007 # 0 +0x9E60 0x7008 # 0 +0x9E61 0x7009 # 0 +0x9E62 0x700A # 0 +0x9E63 0x700B # 0 +0x9E64 0x700C # 0 +0x9E65 0x700D # 0 +0x9E66 0x700E # 0 +0x9E67 0x700F # 0 +0x9E68 0x7010 # 0 +0x9E69 0x7012 # 0 +0x9E6A 0x7013 # 0 +0x9E6B 0x7014 # 0 +0x9E6C 0x7015 # 0 +0x9E6D 0x7016 # 0 +0x9E6E 0x7017 # 0 +0x9E6F 0x7018 # 0 +0x9E70 0x7019 # 0 +0x9E71 0x701C # 0 +0x9E72 0x701D # 0 +0x9E73 0x701E # 0 +0x9E74 0x701F # 0 +0x9E75 0x7020 # 0 +0x9E76 0x7021 # 0 +0x9E77 0x7022 # 0 +0x9E78 0x7024 # 0 +0x9E79 0x7025 # 0 +0x9E7A 0x7026 # 0 +0x9E7B 0x7027 # 0 +0x9E7C 0x7028 # 0 +0x9E7D 0x7029 # 0 +0x9E7E 0x702A # 0 +0x9E80 0x702B # 0 +0x9E81 0x702C # 0 +0x9E82 0x702D # 0 +0x9E83 0x702E # 0 +0x9E84 0x702F # 0 +0x9E85 0x7030 # 0 +0x9E86 0x7031 # 0 +0x9E87 0x7032 # 0 +0x9E88 0x7033 # 0 +0x9E89 0x7034 # 0 +0x9E8A 0x7036 # 0 +0x9E8B 0x7037 # 0 +0x9E8C 0x7038 # 0 +0x9E8D 0x703A # 0 +0x9E8E 0x703B # 0 +0x9E8F 0x703C # 0 +0x9E90 0x703D # 0 +0x9E91 0x703E # 0 +0x9E92 0x703F # 0 +0x9E93 0x7040 # 0 +0x9E94 0x7041 # 0 +0x9E95 0x7042 # 0 +0x9E96 0x7043 # 0 +0x9E97 0x7044 # 0 +0x9E98 0x7045 # 0 +0x9E99 0x7046 # 0 +0x9E9A 0x7047 # 0 +0x9E9B 0x7048 # 0 +0x9E9C 0x7049 # 0 +0x9E9D 0x704A # 0 +0x9E9E 0x704B # 0 +0x9E9F 0x704D # 0 +0x9EA0 0x704E # 0 +0x9EA1 0x7050 # 0 +0x9EA2 0x7051 # 0 +0x9EA3 0x7052 # 0 +0x9EA4 0x7053 # 0 +0x9EA5 0x7054 # 0 +0x9EA6 0x7055 # 0 +0x9EA7 0x7056 # 0 +0x9EA8 0x7057 # 0 +0x9EA9 0x7058 # 0 +0x9EAA 0x7059 # 0 +0x9EAB 0x705A # 0 +0x9EAC 0x705B # 0 +0x9EAD 0x705C # 0 +0x9EAE 0x705D # 0 +0x9EAF 0x705F # 0 +0x9EB0 0x7060 # 0 +0x9EB1 0x7061 # 0 +0x9EB2 0x7062 # 0 +0x9EB3 0x7063 # 0 +0x9EB4 0x7064 # 0 +0x9EB5 0x7065 # 0 +0x9EB6 0x7066 # 0 +0x9EB7 0x7067 # 0 +0x9EB8 0x7068 # 0 +0x9EB9 0x7069 # 0 +0x9EBA 0x706A # 0 +0x9EBB 0x706E # 0 +0x9EBC 0x7071 # 0 +0x9EBD 0x7072 # 0 +0x9EBE 0x7073 # 0 +0x9EBF 0x7074 # 0 +0x9EC0 0x7077 # 0 +0x9EC1 0x7079 # 0 +0x9EC2 0x707A # 0 +0x9EC3 0x707B # 0 +0x9EC4 0x707D # 0 +0x9EC5 0x7081 # 0 +0x9EC6 0x7082 # 0 +0x9EC7 0x7083 # 0 +0x9EC8 0x7084 # 0 +0x9EC9 0x7086 # 0 +0x9ECA 0x7087 # 0 +0x9ECB 0x7088 # 0 +0x9ECC 0x708B # 0 +0x9ECD 0x708C # 0 +0x9ECE 0x708D # 0 +0x9ECF 0x708F # 0 +0x9ED0 0x7090 # 0 +0x9ED1 0x7091 # 0 +0x9ED2 0x7093 # 0 +0x9ED3 0x7097 # 0 +0x9ED4 0x7098 # 0 +0x9ED5 0x709A # 0 +0x9ED6 0x709B # 0 +0x9ED7 0x709E # 0 +0x9ED8 0x709F # 0 +0x9ED9 0x70A0 # 0 +0x9EDA 0x70A1 # 0 +0x9EDB 0x70A2 # 0 +0x9EDC 0x70A3 # 0 +0x9EDD 0x70A4 # 0 +0x9EDE 0x70A5 # 0 +0x9EDF 0x70A6 # 0 +0x9EE0 0x70A7 # 0 +0x9EE1 0x70A8 # 0 +0x9EE2 0x70A9 # 0 +0x9EE3 0x70AA # 0 +0x9EE4 0x70B0 # 0 +0x9EE5 0x70B2 # 0 +0x9EE6 0x70B4 # 0 +0x9EE7 0x70B5 # 0 +0x9EE8 0x70B6 # 0 +0x9EE9 0x70BA # 0 +0x9EEA 0x70BE # 0 +0x9EEB 0x70BF # 0 +0x9EEC 0x70C4 # 0 +0x9EED 0x70C5 # 0 +0x9EEE 0x70C6 # 0 +0x9EEF 0x70C7 # 0 +0x9EF0 0x70C9 # 0 +0x9EF1 0x70CB # 0 +0x9EF2 0x70CC # 0 +0x9EF3 0x70CD # 0 +0x9EF4 0x70CE # 0 +0x9EF5 0x70CF # 0 +0x9EF6 0x70D0 # 0 +0x9EF7 0x70D1 # 0 +0x9EF8 0x70D2 # 0 +0x9EF9 0x70D3 # 0 +0x9EFA 0x70D4 # 0 +0x9EFB 0x70D5 # 0 +0x9EFC 0x70D6 # 0 +0x9EFD 0x70D7 # 0 +0x9EFE 0x70DA # 0 +0x9F40 0x70DC # 0 +0x9F41 0x70DD # 0 +0x9F42 0x70DE # 0 +0x9F43 0x70E0 # 0 +0x9F44 0x70E1 # 0 +0x9F45 0x70E2 # 0 +0x9F46 0x70E3 # 0 +0x9F47 0x70E5 # 0 +0x9F48 0x70EA # 0 +0x9F49 0x70EE # 0 +0x9F4A 0x70F0 # 0 +0x9F4B 0x70F1 # 0 +0x9F4C 0x70F2 # 0 +0x9F4D 0x70F3 # 0 +0x9F4E 0x70F4 # 0 +0x9F4F 0x70F5 # 0 +0x9F50 0x70F6 # 0 +0x9F51 0x70F8 # 0 +0x9F52 0x70FA # 0 +0x9F53 0x70FB # 0 +0x9F54 0x70FC # 0 +0x9F55 0x70FE # 0 +0x9F56 0x70FF # 0 +0x9F57 0x7100 # 0 +0x9F58 0x7101 # 0 +0x9F59 0x7102 # 0 +0x9F5A 0x7103 # 0 +0x9F5B 0x7104 # 0 +0x9F5C 0x7105 # 0 +0x9F5D 0x7106 # 0 +0x9F5E 0x7107 # 0 +0x9F5F 0x7108 # 0 +0x9F60 0x710B # 0 +0x9F61 0x710C # 0 +0x9F62 0x710D # 0 +0x9F63 0x710E # 0 +0x9F64 0x710F # 0 +0x9F65 0x7111 # 0 +0x9F66 0x7112 # 0 +0x9F67 0x7114 # 0 +0x9F68 0x7117 # 0 +0x9F69 0x711B # 0 +0x9F6A 0x711C # 0 +0x9F6B 0x711D # 0 +0x9F6C 0x711E # 0 +0x9F6D 0x711F # 0 +0x9F6E 0x7120 # 0 +0x9F6F 0x7121 # 0 +0x9F70 0x7122 # 0 +0x9F71 0x7123 # 0 +0x9F72 0x7124 # 0 +0x9F73 0x7125 # 0 +0x9F74 0x7127 # 0 +0x9F75 0x7128 # 0 +0x9F76 0x7129 # 0 +0x9F77 0x712A # 0 +0x9F78 0x712B # 0 +0x9F79 0x712C # 0 +0x9F7A 0x712D # 0 +0x9F7B 0x712E # 0 +0x9F7C 0x7132 # 0 +0x9F7D 0x7133 # 0 +0x9F7E 0x7134 # 0 +0x9F80 0x7135 # 0 +0x9F81 0x7137 # 0 +0x9F82 0x7138 # 0 +0x9F83 0x7139 # 0 +0x9F84 0x713A # 0 +0x9F85 0x713B # 0 +0x9F86 0x713C # 0 +0x9F87 0x713D # 0 +0x9F88 0x713E # 0 +0x9F89 0x713F # 0 +0x9F8A 0x7140 # 0 +0x9F8B 0x7141 # 0 +0x9F8C 0x7142 # 0 +0x9F8D 0x7143 # 0 +0x9F8E 0x7144 # 0 +0x9F8F 0x7146 # 0 +0x9F90 0x7147 # 0 +0x9F91 0x7148 # 0 +0x9F92 0x7149 # 0 +0x9F93 0x714B # 0 +0x9F94 0x714D # 0 +0x9F95 0x714F # 0 +0x9F96 0x7150 # 0 +0x9F97 0x7151 # 0 +0x9F98 0x7152 # 0 +0x9F99 0x7153 # 0 +0x9F9A 0x7154 # 0 +0x9F9B 0x7155 # 0 +0x9F9C 0x7156 # 0 +0x9F9D 0x7157 # 0 +0x9F9E 0x7158 # 0 +0x9F9F 0x7159 # 0 +0x9FA0 0x715A # 0 +0x9FA1 0x715B # 0 +0x9FA2 0x715D # 0 +0x9FA3 0x715F # 0 +0x9FA4 0x7160 # 0 +0x9FA5 0x7161 # 0 +0x9FA6 0x7162 # 0 +0x9FA7 0x7163 # 0 +0x9FA8 0x7165 # 0 +0x9FA9 0x7169 # 0 +0x9FAA 0x716A # 0 +0x9FAB 0x716B # 0 +0x9FAC 0x716C # 0 +0x9FAD 0x716D # 0 +0x9FAE 0x716F # 0 +0x9FAF 0x7170 # 0 +0x9FB0 0x7171 # 0 +0x9FB1 0x7174 # 0 +0x9FB2 0x7175 # 0 +0x9FB3 0x7176 # 0 +0x9FB4 0x7177 # 0 +0x9FB5 0x7179 # 0 +0x9FB6 0x717B # 0 +0x9FB7 0x717C # 0 +0x9FB8 0x717E # 0 +0x9FB9 0x717F # 0 +0x9FBA 0x7180 # 0 +0x9FBB 0x7181 # 0 +0x9FBC 0x7182 # 0 +0x9FBD 0x7183 # 0 +0x9FBE 0x7185 # 0 +0x9FBF 0x7186 # 0 +0x9FC0 0x7187 # 0 +0x9FC1 0x7188 # 0 +0x9FC2 0x7189 # 0 +0x9FC3 0x718B # 0 +0x9FC4 0x718C # 0 +0x9FC5 0x718D # 0 +0x9FC6 0x718E # 0 +0x9FC7 0x7190 # 0 +0x9FC8 0x7191 # 0 +0x9FC9 0x7192 # 0 +0x9FCA 0x7193 # 0 +0x9FCB 0x7195 # 0 +0x9FCC 0x7196 # 0 +0x9FCD 0x7197 # 0 +0x9FCE 0x719A # 0 +0x9FCF 0x719B # 0 +0x9FD0 0x719C # 0 +0x9FD1 0x719D # 0 +0x9FD2 0x719E # 0 +0x9FD3 0x71A1 # 0 +0x9FD4 0x71A2 # 0 +0x9FD5 0x71A3 # 0 +0x9FD6 0x71A4 # 0 +0x9FD7 0x71A5 # 0 +0x9FD8 0x71A6 # 0 +0x9FD9 0x71A7 # 0 +0x9FDA 0x71A9 # 0 +0x9FDB 0x71AA # 0 +0x9FDC 0x71AB # 0 +0x9FDD 0x71AD # 0 +0x9FDE 0x71AE # 0 +0x9FDF 0x71AF # 0 +0x9FE0 0x71B0 # 0 +0x9FE1 0x71B1 # 0 +0x9FE2 0x71B2 # 0 +0x9FE3 0x71B4 # 0 +0x9FE4 0x71B6 # 0 +0x9FE5 0x71B7 # 0 +0x9FE6 0x71B8 # 0 +0x9FE7 0x71BA # 0 +0x9FE8 0x71BB # 0 +0x9FE9 0x71BC # 0 +0x9FEA 0x71BD # 0 +0x9FEB 0x71BE # 0 +0x9FEC 0x71BF # 0 +0x9FED 0x71C0 # 0 +0x9FEE 0x71C1 # 0 +0x9FEF 0x71C2 # 0 +0x9FF0 0x71C4 # 0 +0x9FF1 0x71C5 # 0 +0x9FF2 0x71C6 # 0 +0x9FF3 0x71C7 # 0 +0x9FF4 0x71C8 # 0 +0x9FF5 0x71C9 # 0 +0x9FF6 0x71CA # 0 +0x9FF7 0x71CB # 0 +0x9FF8 0x71CC # 0 +0x9FF9 0x71CD # 0 +0x9FFA 0x71CF # 0 +0x9FFB 0x71D0 # 0 +0x9FFC 0x71D1 # 0 +0x9FFD 0x71D2 # 0 +0x9FFE 0x71D3 # 0 +0xA040 0x71D6 # 0 +0xA041 0x71D7 # 0 +0xA042 0x71D8 # 0 +0xA043 0x71D9 # 0 +0xA044 0x71DA # 0 +0xA045 0x71DB # 0 +0xA046 0x71DC # 0 +0xA047 0x71DD # 0 +0xA048 0x71DE # 0 +0xA049 0x71DF # 0 +0xA04A 0x71E1 # 0 +0xA04B 0x71E2 # 0 +0xA04C 0x71E3 # 0 +0xA04D 0x71E4 # 0 +0xA04E 0x71E6 # 0 +0xA04F 0x71E8 # 0 +0xA050 0x71E9 # 0 +0xA051 0x71EA # 0 +0xA052 0x71EB # 0 +0xA053 0x71EC # 0 +0xA054 0x71ED # 0 +0xA055 0x71EF # 0 +0xA056 0x71F0 # 0 +0xA057 0x71F1 # 0 +0xA058 0x71F2 # 0 +0xA059 0x71F3 # 0 +0xA05A 0x71F4 # 0 +0xA05B 0x71F5 # 0 +0xA05C 0x71F6 # 0 +0xA05D 0x71F7 # 0 +0xA05E 0x71F8 # 0 +0xA05F 0x71FA # 0 +0xA060 0x71FB # 0 +0xA061 0x71FC # 0 +0xA062 0x71FD # 0 +0xA063 0x71FE # 0 +0xA064 0x71FF # 0 +0xA065 0x7200 # 0 +0xA066 0x7201 # 0 +0xA067 0x7202 # 0 +0xA068 0x7203 # 0 +0xA069 0x7204 # 0 +0xA06A 0x7205 # 0 +0xA06B 0x7207 # 0 +0xA06C 0x7208 # 0 +0xA06D 0x7209 # 0 +0xA06E 0x720A # 0 +0xA06F 0x720B # 0 +0xA070 0x720C # 0 +0xA071 0x720D # 0 +0xA072 0x720E # 0 +0xA073 0x720F # 0 +0xA074 0x7210 # 0 +0xA075 0x7211 # 0 +0xA076 0x7212 # 0 +0xA077 0x7213 # 0 +0xA078 0x7214 # 0 +0xA079 0x7215 # 0 +0xA07A 0x7216 # 0 +0xA07B 0x7217 # 0 +0xA07C 0x7218 # 0 +0xA07D 0x7219 # 0 +0xA07E 0x721A # 0 +0xA080 0x721B # 0 +0xA081 0x721C # 0 +0xA082 0x721E # 0 +0xA083 0x721F # 0 +0xA084 0x7220 # 0 +0xA085 0x7221 # 0 +0xA086 0x7222 # 0 +0xA087 0x7223 # 0 +0xA088 0x7224 # 0 +0xA089 0x7225 # 0 +0xA08A 0x7226 # 0 +0xA08B 0x7227 # 0 +0xA08C 0x7229 # 0 +0xA08D 0x722B # 0 +0xA08E 0x722D # 0 +0xA08F 0x722E # 0 +0xA090 0x722F # 0 +0xA091 0x7232 # 0 +0xA092 0x7233 # 0 +0xA093 0x7234 # 0 +0xA094 0x723A # 0 +0xA095 0x723C # 0 +0xA096 0x723E # 0 +0xA097 0x7240 # 0 +0xA098 0x7241 # 0 +0xA099 0x7242 # 0 +0xA09A 0x7243 # 0 +0xA09B 0x7244 # 0 +0xA09C 0x7245 # 0 +0xA09D 0x7246 # 0 +0xA09E 0x7249 # 0 +0xA09F 0x724A # 0 +0xA0A0 0x724B # 0 +0xA0A1 0x724E # 0 +0xA0A2 0x724F # 0 +0xA0A3 0x7250 # 0 +0xA0A4 0x7251 # 0 +0xA0A5 0x7253 # 0 +0xA0A6 0x7254 # 0 +0xA0A7 0x7255 # 0 +0xA0A8 0x7257 # 0 +0xA0A9 0x7258 # 0 +0xA0AA 0x725A # 0 +0xA0AB 0x725C # 0 +0xA0AC 0x725E # 0 +0xA0AD 0x7260 # 0 +0xA0AE 0x7263 # 0 +0xA0AF 0x7264 # 0 +0xA0B0 0x7265 # 0 +0xA0B1 0x7268 # 0 +0xA0B2 0x726A # 0 +0xA0B3 0x726B # 0 +0xA0B4 0x726C # 0 +0xA0B5 0x726D # 0 +0xA0B6 0x7270 # 0 +0xA0B7 0x7271 # 0 +0xA0B8 0x7273 # 0 +0xA0B9 0x7274 # 0 +0xA0BA 0x7276 # 0 +0xA0BB 0x7277 # 0 +0xA0BC 0x7278 # 0 +0xA0BD 0x727B # 0 +0xA0BE 0x727C # 0 +0xA0BF 0x727D # 0 +0xA0C0 0x7282 # 0 +0xA0C1 0x7283 # 0 +0xA0C2 0x7285 # 0 +0xA0C3 0x7286 # 0 +0xA0C4 0x7287 # 0 +0xA0C5 0x7288 # 0 +0xA0C6 0x7289 # 0 +0xA0C7 0x728C # 0 +0xA0C8 0x728E # 0 +0xA0C9 0x7290 # 0 +0xA0CA 0x7291 # 0 +0xA0CB 0x7293 # 0 +0xA0CC 0x7294 # 0 +0xA0CD 0x7295 # 0 +0xA0CE 0x7296 # 0 +0xA0CF 0x7297 # 0 +0xA0D0 0x7298 # 0 +0xA0D1 0x7299 # 0 +0xA0D2 0x729A # 0 +0xA0D3 0x729B # 0 +0xA0D4 0x729C # 0 +0xA0D5 0x729D # 0 +0xA0D6 0x729E # 0 +0xA0D7 0x72A0 # 0 +0xA0D8 0x72A1 # 0 +0xA0D9 0x72A2 # 0 +0xA0DA 0x72A3 # 0 +0xA0DB 0x72A4 # 0 +0xA0DC 0x72A5 # 0 +0xA0DD 0x72A6 # 0 +0xA0DE 0x72A7 # 0 +0xA0DF 0x72A8 # 0 +0xA0E0 0x72A9 # 0 +0xA0E1 0x72AA # 0 +0xA0E2 0x72AB # 0 +0xA0E3 0x72AE # 0 +0xA0E4 0x72B1 # 0 +0xA0E5 0x72B2 # 0 +0xA0E6 0x72B3 # 0 +0xA0E7 0x72B5 # 0 +0xA0E8 0x72BA # 0 +0xA0E9 0x72BB # 0 +0xA0EA 0x72BC # 0 +0xA0EB 0x72BD # 0 +0xA0EC 0x72BE # 0 +0xA0ED 0x72BF # 0 +0xA0EE 0x72C0 # 0 +0xA0EF 0x72C5 # 0 +0xA0F0 0x72C6 # 0 +0xA0F1 0x72C7 # 0 +0xA0F2 0x72C9 # 0 +0xA0F3 0x72CA # 0 +0xA0F4 0x72CB # 0 +0xA0F5 0x72CC # 0 +0xA0F6 0x72CF # 0 +0xA0F7 0x72D1 # 0 +0xA0F8 0x72D3 # 0 +0xA0F9 0x72D4 # 0 +0xA0FA 0x72D5 # 0 +0xA0FB 0x72D6 # 0 +0xA0FC 0x72D8 # 0 +0xA0FD 0x72DA # 0 +0xA0FE 0x72DB # 0 +0xA140 0xE4C6 # 0 +0xA141 0xE4C7 # 0 +0xA142 0xE4C8 # 0 +0xA143 0xE4C9 # 0 +0xA144 0xE4CA # 0 +0xA145 0xE4CB # 0 +0xA146 0xE4CC # 0 +0xA147 0xE4CD # 0 +0xA148 0xE4CE # 0 +0xA149 0xE4CF # 0 +0xA14A 0xE4D0 # 0 +0xA14B 0xE4D1 # 0 +0xA14C 0xE4D2 # 0 +0xA14D 0xE4D3 # 0 +0xA14E 0xE4D4 # 0 +0xA14F 0xE4D5 # 0 +0xA150 0xE4D6 # 0 +0xA151 0xE4D7 # 0 +0xA152 0xE4D8 # 0 +0xA153 0xE4D9 # 0 +0xA154 0xE4DA # 0 +0xA155 0xE4DB # 0 +0xA156 0xE4DC # 0 +0xA157 0xE4DD # 0 +0xA158 0xE4DE # 0 +0xA159 0xE4DF # 0 +0xA15A 0xE4E0 # 0 +0xA15B 0xE4E1 # 0 +0xA15C 0xE4E2 # 0 +0xA15D 0xE4E3 # 0 +0xA15E 0xE4E4 # 0 +0xA15F 0xE4E5 # 0 +0xA160 0xE4E6 # 0 +0xA161 0xE4E7 # 0 +0xA162 0xE4E8 # 0 +0xA163 0xE4E9 # 0 +0xA164 0xE4EA # 0 +0xA165 0xE4EB # 0 +0xA166 0xE4EC # 0 +0xA167 0xE4ED # 0 +0xA168 0xE4EE # 0 +0xA169 0xE4EF # 0 +0xA16A 0xE4F0 # 0 +0xA16B 0xE4F1 # 0 +0xA16C 0xE4F2 # 0 +0xA16D 0xE4F3 # 0 +0xA16E 0xE4F4 # 0 +0xA16F 0xE4F5 # 0 +0xA170 0xE4F6 # 0 +0xA171 0xE4F7 # 0 +0xA172 0xE4F8 # 0 +0xA173 0xE4F9 # 0 +0xA174 0xE4FA # 0 +0xA175 0xE4FB # 0 +0xA176 0xE4FC # 0 +0xA177 0xE4FD # 0 +0xA178 0xE4FE # 0 +0xA179 0xE4FF # 0 +0xA17A 0xE500 # 0 +0xA17B 0xE501 # 0 +0xA17C 0xE502 # 0 +0xA17D 0xE503 # 0 +0xA17E 0xE504 # 0 +0xA180 0xE505 # 0 +0xA181 0xE506 # 0 +0xA182 0xE507 # 0 +0xA183 0xE508 # 0 +0xA184 0xE509 # 0 +0xA185 0xE50A # 0 +0xA186 0xE50B # 0 +0xA187 0xE50C # 0 +0xA188 0xE50D # 0 +0xA189 0xE50E # 0 +0xA18A 0xE50F # 0 +0xA18B 0xE510 # 0 +0xA18C 0xE511 # 0 +0xA18D 0xE512 # 0 +0xA18E 0xE513 # 0 +0xA18F 0xE514 # 0 +0xA190 0xE515 # 0 +0xA191 0xE516 # 0 +0xA192 0xE517 # 0 +0xA193 0xE518 # 0 +0xA194 0xE519 # 0 +0xA195 0xE51A # 0 +0xA196 0xE51B # 0 +0xA197 0xE51C # 0 +0xA198 0xE51D # 0 +0xA199 0xE51E # 0 +0xA19A 0xE51F # 0 +0xA19B 0xE520 # 0 +0xA19C 0xE521 # 0 +0xA19D 0xE522 # 0 +0xA19E 0xE523 # 0 +0xA19F 0xE524 # 0 +0xA1A0 0xE525 # 0 +0xA1A1 0x3000 # 0 +0xA1A2 0x3001 # 0 +0xA1A3 0x3002 # 0 +0xA1A4 0x00B7 # 0 +0xA1A5 0x02C9 # 0 +0xA1A6 0x02C7 # 0 +0xA1A7 0x00A8 # 0 +0xA1A8 0x3003 # 0 +0xA1A9 0x3005 # 0 +0xA1AA 0x2014 # 0 +0xA1AB 0xFF5E # 0 +0xA1AC 0x2016 # 0 +0xA1AD 0x2026 # 0 +0xA1AE 0x2018 # 0 +0xA1AF 0x2019 # 0 +0xA1B0 0x201C # 0 +0xA1B1 0x201D # 0 +0xA1B2 0x3014 # 0 +0xA1B3 0x3015 # 0 +0xA1B4 0x3008 # 0 +0xA1B5 0x3009 # 0 +0xA1B6 0x300A # 0 +0xA1B7 0x300B # 0 +0xA1B8 0x300C # 0 +0xA1B9 0x300D # 0 +0xA1BA 0x300E # 0 +0xA1BB 0x300F # 0 +0xA1BC 0x3016 # 0 +0xA1BD 0x3017 # 0 +0xA1BE 0x3010 # 0 +0xA1BF 0x3011 # 0 +0xA1C0 0x00B1 # 0 +0xA1C1 0x00D7 # 0 +0xA1C2 0x00F7 # 0 +0xA1C3 0x2236 # 0 +0xA1C4 0x2227 # 0 +0xA1C5 0x2228 # 0 +0xA1C6 0x2211 # 0 +0xA1C7 0x220F # 0 +0xA1C8 0x222A # 0 +0xA1C9 0x2229 # 0 +0xA1CA 0x2208 # 0 +0xA1CB 0x2237 # 0 +0xA1CC 0x221A # 0 +0xA1CD 0x22A5 # 0 +0xA1CE 0x2225 # 0 +0xA1CF 0x2220 # 0 +0xA1D0 0x2312 # 0 +0xA1D1 0x2299 # 0 +0xA1D2 0x222B # 0 +0xA1D3 0x222E # 0 +0xA1D4 0x2261 # 0 +0xA1D5 0x224C # 0 +0xA1D6 0x2248 # 0 +0xA1D7 0x223D # 0 +0xA1D8 0x221D # 0 +0xA1D9 0x2260 # 0 +0xA1DA 0x226E # 0 +0xA1DB 0x226F # 0 +0xA1DC 0x2264 # 0 +0xA1DD 0x2265 # 0 +0xA1DE 0x221E # 0 +0xA1DF 0x2235 # 0 +0xA1E0 0x2234 # 0 +0xA1E1 0x2642 # 0 +0xA1E2 0x2640 # 0 +0xA1E3 0x00B0 # 0 +0xA1E4 0x2032 # 0 +0xA1E5 0x2033 # 0 +0xA1E6 0x2103 # 0 +0xA1E7 0xFF04 # 0 +0xA1E8 0x00A4 # 0 +0xA1E9 0xFFE0 # 0 +0xA1EA 0xFFE1 # 0 +0xA1EB 0x2030 # 0 +0xA1EC 0x00A7 # 0 +0xA1ED 0x2116 # 0 +0xA1EE 0x2606 # 0 +0xA1EF 0x2605 # 0 +0xA1F0 0x25CB # 0 +0xA1F1 0x25CF # 0 +0xA1F2 0x25CE # 0 +0xA1F3 0x25C7 # 0 +0xA1F4 0x25C6 # 0 +0xA1F5 0x25A1 # 0 +0xA1F6 0x25A0 # 0 +0xA1F7 0x25B3 # 0 +0xA1F8 0x25B2 # 0 +0xA1F9 0x203B # 0 +0xA1FA 0x2192 # 0 +0xA1FB 0x2190 # 0 +0xA1FC 0x2191 # 0 +0xA1FD 0x2193 # 0 +0xA1FE 0x3013 # 0 +0xA240 0xE526 # 0 +0xA241 0xE527 # 0 +0xA242 0xE528 # 0 +0xA243 0xE529 # 0 +0xA244 0xE52A # 0 +0xA245 0xE52B # 0 +0xA246 0xE52C # 0 +0xA247 0xE52D # 0 +0xA248 0xE52E # 0 +0xA249 0xE52F # 0 +0xA24A 0xE530 # 0 +0xA24B 0xE531 # 0 +0xA24C 0xE532 # 0 +0xA24D 0xE533 # 0 +0xA24E 0xE534 # 0 +0xA24F 0xE535 # 0 +0xA250 0xE536 # 0 +0xA251 0xE537 # 0 +0xA252 0xE538 # 0 +0xA253 0xE539 # 0 +0xA254 0xE53A # 0 +0xA255 0xE53B # 0 +0xA256 0xE53C # 0 +0xA257 0xE53D # 0 +0xA258 0xE53E # 0 +0xA259 0xE53F # 0 +0xA25A 0xE540 # 0 +0xA25B 0xE541 # 0 +0xA25C 0xE542 # 0 +0xA25D 0xE543 # 0 +0xA25E 0xE544 # 0 +0xA25F 0xE545 # 0 +0xA260 0xE546 # 0 +0xA261 0xE547 # 0 +0xA262 0xE548 # 0 +0xA263 0xE549 # 0 +0xA264 0xE54A # 0 +0xA265 0xE54B # 0 +0xA266 0xE54C # 0 +0xA267 0xE54D # 0 +0xA268 0xE54E # 0 +0xA269 0xE54F # 0 +0xA26A 0xE550 # 0 +0xA26B 0xE551 # 0 +0xA26C 0xE552 # 0 +0xA26D 0xE553 # 0 +0xA26E 0xE554 # 0 +0xA26F 0xE555 # 0 +0xA270 0xE556 # 0 +0xA271 0xE557 # 0 +0xA272 0xE558 # 0 +0xA273 0xE559 # 0 +0xA274 0xE55A # 0 +0xA275 0xE55B # 0 +0xA276 0xE55C # 0 +0xA277 0xE55D # 0 +0xA278 0xE55E # 0 +0xA279 0xE55F # 0 +0xA27A 0xE560 # 0 +0xA27B 0xE561 # 0 +0xA27C 0xE562 # 0 +0xA27D 0xE563 # 0 +0xA27E 0xE564 # 0 +0xA280 0xE565 # 0 +0xA281 0xE566 # 0 +0xA282 0xE567 # 0 +0xA283 0xE568 # 0 +0xA284 0xE569 # 0 +0xA285 0xE56A # 0 +0xA286 0xE56B # 0 +0xA287 0xE56C # 0 +0xA288 0xE56D # 0 +0xA289 0xE56E # 0 +0xA28A 0xE56F # 0 +0xA28B 0xE570 # 0 +0xA28C 0xE571 # 0 +0xA28D 0xE572 # 0 +0xA28E 0xE573 # 0 +0xA28F 0xE574 # 0 +0xA290 0xE575 # 0 +0xA291 0xE576 # 0 +0xA292 0xE577 # 0 +0xA293 0xE578 # 0 +0xA294 0xE579 # 0 +0xA295 0xE57A # 0 +0xA296 0xE57B # 0 +0xA297 0xE57C # 0 +0xA298 0xE57D # 0 +0xA299 0xE57E # 0 +0xA29A 0xE57F # 0 +0xA29B 0xE580 # 0 +0xA29C 0xE581 # 0 +0xA29D 0xE582 # 0 +0xA29E 0xE583 # 0 +0xA29F 0xE584 # 0 +0xA2A0 0xE585 # 0 +0xA2A1 0x2170 # 0 +0xA2A2 0x2171 # 0 +0xA2A3 0x2172 # 0 +0xA2A4 0x2173 # 0 +0xA2A5 0x2174 # 0 +0xA2A6 0x2175 # 0 +0xA2A7 0x2176 # 0 +0xA2A8 0x2177 # 0 +0xA2A9 0x2178 # 0 +0xA2AA 0x2179 # 0 +0xA2AB 0xE766 # 0 +0xA2AC 0xE767 # 0 +0xA2AD 0xE768 # 0 +0xA2AE 0xE769 # 0 +0xA2AF 0xE76A # 0 +0xA2B0 0xE76B # 0 +0xA2B1 0x2488 # 0 +0xA2B2 0x2489 # 0 +0xA2B3 0x248A # 0 +0xA2B4 0x248B # 0 +0xA2B5 0x248C # 0 +0xA2B6 0x248D # 0 +0xA2B7 0x248E # 0 +0xA2B8 0x248F # 0 +0xA2B9 0x2490 # 0 +0xA2BA 0x2491 # 0 +0xA2BB 0x2492 # 0 +0xA2BC 0x2493 # 0 +0xA2BD 0x2494 # 0 +0xA2BE 0x2495 # 0 +0xA2BF 0x2496 # 0 +0xA2C0 0x2497 # 0 +0xA2C1 0x2498 # 0 +0xA2C2 0x2499 # 0 +0xA2C3 0x249A # 0 +0xA2C4 0x249B # 0 +0xA2C5 0x2474 # 0 +0xA2C6 0x2475 # 0 +0xA2C7 0x2476 # 0 +0xA2C8 0x2477 # 0 +0xA2C9 0x2478 # 0 +0xA2CA 0x2479 # 0 +0xA2CB 0x247A # 0 +0xA2CC 0x247B # 0 +0xA2CD 0x247C # 0 +0xA2CE 0x247D # 0 +0xA2CF 0x247E # 0 +0xA2D0 0x247F # 0 +0xA2D1 0x2480 # 0 +0xA2D2 0x2481 # 0 +0xA2D3 0x2482 # 0 +0xA2D4 0x2483 # 0 +0xA2D5 0x2484 # 0 +0xA2D6 0x2485 # 0 +0xA2D7 0x2486 # 0 +0xA2D8 0x2487 # 0 +0xA2D9 0x2460 # 0 +0xA2DA 0x2461 # 0 +0xA2DB 0x2462 # 0 +0xA2DC 0x2463 # 0 +0xA2DD 0x2464 # 0 +0xA2DE 0x2465 # 0 +0xA2DF 0x2466 # 0 +0xA2E0 0x2467 # 0 +0xA2E1 0x2468 # 0 +0xA2E2 0x2469 # 0 +0xA2E3 0xE76C # 0 +0xA2E4 0xE76D # 0 +0xA2E5 0x3220 # 0 +0xA2E6 0x3221 # 0 +0xA2E7 0x3222 # 0 +0xA2E8 0x3223 # 0 +0xA2E9 0x3224 # 0 +0xA2EA 0x3225 # 0 +0xA2EB 0x3226 # 0 +0xA2EC 0x3227 # 0 +0xA2ED 0x3228 # 0 +0xA2EE 0x3229 # 0 +0xA2EF 0xE76E # 0 +0xA2F0 0xE76F # 0 +0xA2F1 0x2160 # 0 +0xA2F2 0x2161 # 0 +0xA2F3 0x2162 # 0 +0xA2F4 0x2163 # 0 +0xA2F5 0x2164 # 0 +0xA2F6 0x2165 # 0 +0xA2F7 0x2166 # 0 +0xA2F8 0x2167 # 0 +0xA2F9 0x2168 # 0 +0xA2FA 0x2169 # 0 +0xA2FB 0x216A # 0 +0xA2FC 0x216B # 0 +0xA2FD 0xE770 # 0 +0xA2FE 0xE771 # 0 +0xA340 0xE586 # 0 +0xA341 0xE587 # 0 +0xA342 0xE588 # 0 +0xA343 0xE589 # 0 +0xA344 0xE58A # 0 +0xA345 0xE58B # 0 +0xA346 0xE58C # 0 +0xA347 0xE58D # 0 +0xA348 0xE58E # 0 +0xA349 0xE58F # 0 +0xA34A 0xE590 # 0 +0xA34B 0xE591 # 0 +0xA34C 0xE592 # 0 +0xA34D 0xE593 # 0 +0xA34E 0xE594 # 0 +0xA34F 0xE595 # 0 +0xA350 0xE596 # 0 +0xA351 0xE597 # 0 +0xA352 0xE598 # 0 +0xA353 0xE599 # 0 +0xA354 0xE59A # 0 +0xA355 0xE59B # 0 +0xA356 0xE59C # 0 +0xA357 0xE59D # 0 +0xA358 0xE59E # 0 +0xA359 0xE59F # 0 +0xA35A 0xE5A0 # 0 +0xA35B 0xE5A1 # 0 +0xA35C 0xE5A2 # 0 +0xA35D 0xE5A3 # 0 +0xA35E 0xE5A4 # 0 +0xA35F 0xE5A5 # 0 +0xA360 0xE5A6 # 0 +0xA361 0xE5A7 # 0 +0xA362 0xE5A8 # 0 +0xA363 0xE5A9 # 0 +0xA364 0xE5AA # 0 +0xA365 0xE5AB # 0 +0xA366 0xE5AC # 0 +0xA367 0xE5AD # 0 +0xA368 0xE5AE # 0 +0xA369 0xE5AF # 0 +0xA36A 0xE5B0 # 0 +0xA36B 0xE5B1 # 0 +0xA36C 0xE5B2 # 0 +0xA36D 0xE5B3 # 0 +0xA36E 0xE5B4 # 0 +0xA36F 0xE5B5 # 0 +0xA370 0xE5B6 # 0 +0xA371 0xE5B7 # 0 +0xA372 0xE5B8 # 0 +0xA373 0xE5B9 # 0 +0xA374 0xE5BA # 0 +0xA375 0xE5BB # 0 +0xA376 0xE5BC # 0 +0xA377 0xE5BD # 0 +0xA378 0xE5BE # 0 +0xA379 0xE5BF # 0 +0xA37A 0xE5C0 # 0 +0xA37B 0xE5C1 # 0 +0xA37C 0xE5C2 # 0 +0xA37D 0xE5C3 # 0 +0xA37E 0xE5C4 # 0 +0xA380 0xE5C5 # 0 +0xA381 0xE5C6 # 0 +0xA382 0xE5C7 # 0 +0xA383 0xE5C8 # 0 +0xA384 0xE5C9 # 0 +0xA385 0xE5CA # 0 +0xA386 0xE5CB # 0 +0xA387 0xE5CC # 0 +0xA388 0xE5CD # 0 +0xA389 0xE5CE # 0 +0xA38A 0xE5CF # 0 +0xA38B 0xE5D0 # 0 +0xA38C 0xE5D1 # 0 +0xA38D 0xE5D2 # 0 +0xA38E 0xE5D3 # 0 +0xA38F 0xE5D4 # 0 +0xA390 0xE5D5 # 0 +0xA391 0xE5D6 # 0 +0xA392 0xE5D7 # 0 +0xA393 0xE5D8 # 0 +0xA394 0xE5D9 # 0 +0xA395 0xE5DA # 0 +0xA396 0xE5DB # 0 +0xA397 0xE5DC # 0 +0xA398 0xE5DD # 0 +0xA399 0xE5DE # 0 +0xA39A 0xE5DF # 0 +0xA39B 0xE5E0 # 0 +0xA39C 0xE5E1 # 0 +0xA39D 0xE5E2 # 0 +0xA39E 0xE5E3 # 0 +0xA39F 0xE5E4 # 0 +0xA3A0 0xE5E5 # 0 +0xA3A1 0xFF01 # 0 +0xA3A2 0xFF02 # 0 +0xA3A3 0xFF03 # 0 +0xA3A4 0xFFE5 # 0 +0xA3A5 0xFF05 # 0 +0xA3A6 0xFF06 # 0 +0xA3A7 0xFF07 # 0 +0xA3A8 0xFF08 # 0 +0xA3A9 0xFF09 # 0 +0xA3AA 0xFF0A # 0 +0xA3AB 0xFF0B # 0 +0xA3AC 0xFF0C # 0 +0xA3AD 0xFF0D # 0 +0xA3AE 0xFF0E # 0 +0xA3AF 0xFF0F # 0 +0xA3B0 0xFF10 # 0 +0xA3B1 0xFF11 # 0 +0xA3B2 0xFF12 # 0 +0xA3B3 0xFF13 # 0 +0xA3B4 0xFF14 # 0 +0xA3B5 0xFF15 # 0 +0xA3B6 0xFF16 # 0 +0xA3B7 0xFF17 # 0 +0xA3B8 0xFF18 # 0 +0xA3B9 0xFF19 # 0 +0xA3BA 0xFF1A # 0 +0xA3BB 0xFF1B # 0 +0xA3BC 0xFF1C # 0 +0xA3BD 0xFF1D # 0 +0xA3BE 0xFF1E # 0 +0xA3BF 0xFF1F # 0 +0xA3C0 0xFF20 # 0 +0xA3C1 0xFF21 # 0 +0xA3C2 0xFF22 # 0 +0xA3C3 0xFF23 # 0 +0xA3C4 0xFF24 # 0 +0xA3C5 0xFF25 # 0 +0xA3C6 0xFF26 # 0 +0xA3C7 0xFF27 # 0 +0xA3C8 0xFF28 # 0 +0xA3C9 0xFF29 # 0 +0xA3CA 0xFF2A # 0 +0xA3CB 0xFF2B # 0 +0xA3CC 0xFF2C # 0 +0xA3CD 0xFF2D # 0 +0xA3CE 0xFF2E # 0 +0xA3CF 0xFF2F # 0 +0xA3D0 0xFF30 # 0 +0xA3D1 0xFF31 # 0 +0xA3D2 0xFF32 # 0 +0xA3D3 0xFF33 # 0 +0xA3D4 0xFF34 # 0 +0xA3D5 0xFF35 # 0 +0xA3D6 0xFF36 # 0 +0xA3D7 0xFF37 # 0 +0xA3D8 0xFF38 # 0 +0xA3D9 0xFF39 # 0 +0xA3DA 0xFF3A # 0 +0xA3DB 0xFF3B # 0 +0xA3DC 0xFF3C # 0 +0xA3DD 0xFF3D # 0 +0xA3DE 0xFF3E # 0 +0xA3DF 0xFF3F # 0 +0xA3E0 0xFF40 # 0 +0xA3E1 0xFF41 # 0 +0xA3E2 0xFF42 # 0 +0xA3E3 0xFF43 # 0 +0xA3E4 0xFF44 # 0 +0xA3E5 0xFF45 # 0 +0xA3E6 0xFF46 # 0 +0xA3E7 0xFF47 # 0 +0xA3E8 0xFF48 # 0 +0xA3E9 0xFF49 # 0 +0xA3EA 0xFF4A # 0 +0xA3EB 0xFF4B # 0 +0xA3EC 0xFF4C # 0 +0xA3ED 0xFF4D # 0 +0xA3EE 0xFF4E # 0 +0xA3EF 0xFF4F # 0 +0xA3F0 0xFF50 # 0 +0xA3F1 0xFF51 # 0 +0xA3F2 0xFF52 # 0 +0xA3F3 0xFF53 # 0 +0xA3F4 0xFF54 # 0 +0xA3F5 0xFF55 # 0 +0xA3F6 0xFF56 # 0 +0xA3F7 0xFF57 # 0 +0xA3F8 0xFF58 # 0 +0xA3F9 0xFF59 # 0 +0xA3FA 0xFF5A # 0 +0xA3FB 0xFF5B # 0 +0xA3FC 0xFF5C # 0 +0xA3FD 0xFF5D # 0 +0xA3FE 0xFFE3 # 0 +0xA440 0xE5E6 # 0 +0xA441 0xE5E7 # 0 +0xA442 0xE5E8 # 0 +0xA443 0xE5E9 # 0 +0xA444 0xE5EA # 0 +0xA445 0xE5EB # 0 +0xA446 0xE5EC # 0 +0xA447 0xE5ED # 0 +0xA448 0xE5EE # 0 +0xA449 0xE5EF # 0 +0xA44A 0xE5F0 # 0 +0xA44B 0xE5F1 # 0 +0xA44C 0xE5F2 # 0 +0xA44D 0xE5F3 # 0 +0xA44E 0xE5F4 # 0 +0xA44F 0xE5F5 # 0 +0xA450 0xE5F6 # 0 +0xA451 0xE5F7 # 0 +0xA452 0xE5F8 # 0 +0xA453 0xE5F9 # 0 +0xA454 0xE5FA # 0 +0xA455 0xE5FB # 0 +0xA456 0xE5FC # 0 +0xA457 0xE5FD # 0 +0xA458 0xE5FE # 0 +0xA459 0xE5FF # 0 +0xA45A 0xE600 # 0 +0xA45B 0xE601 # 0 +0xA45C 0xE602 # 0 +0xA45D 0xE603 # 0 +0xA45E 0xE604 # 0 +0xA45F 0xE605 # 0 +0xA460 0xE606 # 0 +0xA461 0xE607 # 0 +0xA462 0xE608 # 0 +0xA463 0xE609 # 0 +0xA464 0xE60A # 0 +0xA465 0xE60B # 0 +0xA466 0xE60C # 0 +0xA467 0xE60D # 0 +0xA468 0xE60E # 0 +0xA469 0xE60F # 0 +0xA46A 0xE610 # 0 +0xA46B 0xE611 # 0 +0xA46C 0xE612 # 0 +0xA46D 0xE613 # 0 +0xA46E 0xE614 # 0 +0xA46F 0xE615 # 0 +0xA470 0xE616 # 0 +0xA471 0xE617 # 0 +0xA472 0xE618 # 0 +0xA473 0xE619 # 0 +0xA474 0xE61A # 0 +0xA475 0xE61B # 0 +0xA476 0xE61C # 0 +0xA477 0xE61D # 0 +0xA478 0xE61E # 0 +0xA479 0xE61F # 0 +0xA47A 0xE620 # 0 +0xA47B 0xE621 # 0 +0xA47C 0xE622 # 0 +0xA47D 0xE623 # 0 +0xA47E 0xE624 # 0 +0xA480 0xE625 # 0 +0xA481 0xE626 # 0 +0xA482 0xE627 # 0 +0xA483 0xE628 # 0 +0xA484 0xE629 # 0 +0xA485 0xE62A # 0 +0xA486 0xE62B # 0 +0xA487 0xE62C # 0 +0xA488 0xE62D # 0 +0xA489 0xE62E # 0 +0xA48A 0xE62F # 0 +0xA48B 0xE630 # 0 +0xA48C 0xE631 # 0 +0xA48D 0xE632 # 0 +0xA48E 0xE633 # 0 +0xA48F 0xE634 # 0 +0xA490 0xE635 # 0 +0xA491 0xE636 # 0 +0xA492 0xE637 # 0 +0xA493 0xE638 # 0 +0xA494 0xE639 # 0 +0xA495 0xE63A # 0 +0xA496 0xE63B # 0 +0xA497 0xE63C # 0 +0xA498 0xE63D # 0 +0xA499 0xE63E # 0 +0xA49A 0xE63F # 0 +0xA49B 0xE640 # 0 +0xA49C 0xE641 # 0 +0xA49D 0xE642 # 0 +0xA49E 0xE643 # 0 +0xA49F 0xE644 # 0 +0xA4A0 0xE645 # 0 +0xA4A1 0x3041 # 0 +0xA4A2 0x3042 # 0 +0xA4A3 0x3043 # 0 +0xA4A4 0x3044 # 0 +0xA4A5 0x3045 # 0 +0xA4A6 0x3046 # 0 +0xA4A7 0x3047 # 0 +0xA4A8 0x3048 # 0 +0xA4A9 0x3049 # 0 +0xA4AA 0x304A # 0 +0xA4AB 0x304B # 0 +0xA4AC 0x304C # 0 +0xA4AD 0x304D # 0 +0xA4AE 0x304E # 0 +0xA4AF 0x304F # 0 +0xA4B0 0x3050 # 0 +0xA4B1 0x3051 # 0 +0xA4B2 0x3052 # 0 +0xA4B3 0x3053 # 0 +0xA4B4 0x3054 # 0 +0xA4B5 0x3055 # 0 +0xA4B6 0x3056 # 0 +0xA4B7 0x3057 # 0 +0xA4B8 0x3058 # 0 +0xA4B9 0x3059 # 0 +0xA4BA 0x305A # 0 +0xA4BB 0x305B # 0 +0xA4BC 0x305C # 0 +0xA4BD 0x305D # 0 +0xA4BE 0x305E # 0 +0xA4BF 0x305F # 0 +0xA4C0 0x3060 # 0 +0xA4C1 0x3061 # 0 +0xA4C2 0x3062 # 0 +0xA4C3 0x3063 # 0 +0xA4C4 0x3064 # 0 +0xA4C5 0x3065 # 0 +0xA4C6 0x3066 # 0 +0xA4C7 0x3067 # 0 +0xA4C8 0x3068 # 0 +0xA4C9 0x3069 # 0 +0xA4CA 0x306A # 0 +0xA4CB 0x306B # 0 +0xA4CC 0x306C # 0 +0xA4CD 0x306D # 0 +0xA4CE 0x306E # 0 +0xA4CF 0x306F # 0 +0xA4D0 0x3070 # 0 +0xA4D1 0x3071 # 0 +0xA4D2 0x3072 # 0 +0xA4D3 0x3073 # 0 +0xA4D4 0x3074 # 0 +0xA4D5 0x3075 # 0 +0xA4D6 0x3076 # 0 +0xA4D7 0x3077 # 0 +0xA4D8 0x3078 # 0 +0xA4D9 0x3079 # 0 +0xA4DA 0x307A # 0 +0xA4DB 0x307B # 0 +0xA4DC 0x307C # 0 +0xA4DD 0x307D # 0 +0xA4DE 0x307E # 0 +0xA4DF 0x307F # 0 +0xA4E0 0x3080 # 0 +0xA4E1 0x3081 # 0 +0xA4E2 0x3082 # 0 +0xA4E3 0x3083 # 0 +0xA4E4 0x3084 # 0 +0xA4E5 0x3085 # 0 +0xA4E6 0x3086 # 0 +0xA4E7 0x3087 # 0 +0xA4E8 0x3088 # 0 +0xA4E9 0x3089 # 0 +0xA4EA 0x308A # 0 +0xA4EB 0x308B # 0 +0xA4EC 0x308C # 0 +0xA4ED 0x308D # 0 +0xA4EE 0x308E # 0 +0xA4EF 0x308F # 0 +0xA4F0 0x3090 # 0 +0xA4F1 0x3091 # 0 +0xA4F2 0x3092 # 0 +0xA4F3 0x3093 # 0 +0xA4F4 0xE772 # 0 +0xA4F5 0xE773 # 0 +0xA4F6 0xE774 # 0 +0xA4F7 0xE775 # 0 +0xA4F8 0xE776 # 0 +0xA4F9 0xE777 # 0 +0xA4FA 0xE778 # 0 +0xA4FB 0xE779 # 0 +0xA4FC 0xE77A # 0 +0xA4FD 0xE77B # 0 +0xA4FE 0xE77C # 0 +0xA540 0xE646 # 0 +0xA541 0xE647 # 0 +0xA542 0xE648 # 0 +0xA543 0xE649 # 0 +0xA544 0xE64A # 0 +0xA545 0xE64B # 0 +0xA546 0xE64C # 0 +0xA547 0xE64D # 0 +0xA548 0xE64E # 0 +0xA549 0xE64F # 0 +0xA54A 0xE650 # 0 +0xA54B 0xE651 # 0 +0xA54C 0xE652 # 0 +0xA54D 0xE653 # 0 +0xA54E 0xE654 # 0 +0xA54F 0xE655 # 0 +0xA550 0xE656 # 0 +0xA551 0xE657 # 0 +0xA552 0xE658 # 0 +0xA553 0xE659 # 0 +0xA554 0xE65A # 0 +0xA555 0xE65B # 0 +0xA556 0xE65C # 0 +0xA557 0xE65D # 0 +0xA558 0xE65E # 0 +0xA559 0xE65F # 0 +0xA55A 0xE660 # 0 +0xA55B 0xE661 # 0 +0xA55C 0xE662 # 0 +0xA55D 0xE663 # 0 +0xA55E 0xE664 # 0 +0xA55F 0xE665 # 0 +0xA560 0xE666 # 0 +0xA561 0xE667 # 0 +0xA562 0xE668 # 0 +0xA563 0xE669 # 0 +0xA564 0xE66A # 0 +0xA565 0xE66B # 0 +0xA566 0xE66C # 0 +0xA567 0xE66D # 0 +0xA568 0xE66E # 0 +0xA569 0xE66F # 0 +0xA56A 0xE670 # 0 +0xA56B 0xE671 # 0 +0xA56C 0xE672 # 0 +0xA56D 0xE673 # 0 +0xA56E 0xE674 # 0 +0xA56F 0xE675 # 0 +0xA570 0xE676 # 0 +0xA571 0xE677 # 0 +0xA572 0xE678 # 0 +0xA573 0xE679 # 0 +0xA574 0xE67A # 0 +0xA575 0xE67B # 0 +0xA576 0xE67C # 0 +0xA577 0xE67D # 0 +0xA578 0xE67E # 0 +0xA579 0xE67F # 0 +0xA57A 0xE680 # 0 +0xA57B 0xE681 # 0 +0xA57C 0xE682 # 0 +0xA57D 0xE683 # 0 +0xA57E 0xE684 # 0 +0xA580 0xE685 # 0 +0xA581 0xE686 # 0 +0xA582 0xE687 # 0 +0xA583 0xE688 # 0 +0xA584 0xE689 # 0 +0xA585 0xE68A # 0 +0xA586 0xE68B # 0 +0xA587 0xE68C # 0 +0xA588 0xE68D # 0 +0xA589 0xE68E # 0 +0xA58A 0xE68F # 0 +0xA58B 0xE690 # 0 +0xA58C 0xE691 # 0 +0xA58D 0xE692 # 0 +0xA58E 0xE693 # 0 +0xA58F 0xE694 # 0 +0xA590 0xE695 # 0 +0xA591 0xE696 # 0 +0xA592 0xE697 # 0 +0xA593 0xE698 # 0 +0xA594 0xE699 # 0 +0xA595 0xE69A # 0 +0xA596 0xE69B # 0 +0xA597 0xE69C # 0 +0xA598 0xE69D # 0 +0xA599 0xE69E # 0 +0xA59A 0xE69F # 0 +0xA59B 0xE6A0 # 0 +0xA59C 0xE6A1 # 0 +0xA59D 0xE6A2 # 0 +0xA59E 0xE6A3 # 0 +0xA59F 0xE6A4 # 0 +0xA5A0 0xE6A5 # 0 +0xA5A1 0x30A1 # 0 +0xA5A2 0x30A2 # 0 +0xA5A3 0x30A3 # 0 +0xA5A4 0x30A4 # 0 +0xA5A5 0x30A5 # 0 +0xA5A6 0x30A6 # 0 +0xA5A7 0x30A7 # 0 +0xA5A8 0x30A8 # 0 +0xA5A9 0x30A9 # 0 +0xA5AA 0x30AA # 0 +0xA5AB 0x30AB # 0 +0xA5AC 0x30AC # 0 +0xA5AD 0x30AD # 0 +0xA5AE 0x30AE # 0 +0xA5AF 0x30AF # 0 +0xA5B0 0x30B0 # 0 +0xA5B1 0x30B1 # 0 +0xA5B2 0x30B2 # 0 +0xA5B3 0x30B3 # 0 +0xA5B4 0x30B4 # 0 +0xA5B5 0x30B5 # 0 +0xA5B6 0x30B6 # 0 +0xA5B7 0x30B7 # 0 +0xA5B8 0x30B8 # 0 +0xA5B9 0x30B9 # 0 +0xA5BA 0x30BA # 0 +0xA5BB 0x30BB # 0 +0xA5BC 0x30BC # 0 +0xA5BD 0x30BD # 0 +0xA5BE 0x30BE # 0 +0xA5BF 0x30BF # 0 +0xA5C0 0x30C0 # 0 +0xA5C1 0x30C1 # 0 +0xA5C2 0x30C2 # 0 +0xA5C3 0x30C3 # 0 +0xA5C4 0x30C4 # 0 +0xA5C5 0x30C5 # 0 +0xA5C6 0x30C6 # 0 +0xA5C7 0x30C7 # 0 +0xA5C8 0x30C8 # 0 +0xA5C9 0x30C9 # 0 +0xA5CA 0x30CA # 0 +0xA5CB 0x30CB # 0 +0xA5CC 0x30CC # 0 +0xA5CD 0x30CD # 0 +0xA5CE 0x30CE # 0 +0xA5CF 0x30CF # 0 +0xA5D0 0x30D0 # 0 +0xA5D1 0x30D1 # 0 +0xA5D2 0x30D2 # 0 +0xA5D3 0x30D3 # 0 +0xA5D4 0x30D4 # 0 +0xA5D5 0x30D5 # 0 +0xA5D6 0x30D6 # 0 +0xA5D7 0x30D7 # 0 +0xA5D8 0x30D8 # 0 +0xA5D9 0x30D9 # 0 +0xA5DA 0x30DA # 0 +0xA5DB 0x30DB # 0 +0xA5DC 0x30DC # 0 +0xA5DD 0x30DD # 0 +0xA5DE 0x30DE # 0 +0xA5DF 0x30DF # 0 +0xA5E0 0x30E0 # 0 +0xA5E1 0x30E1 # 0 +0xA5E2 0x30E2 # 0 +0xA5E3 0x30E3 # 0 +0xA5E4 0x30E4 # 0 +0xA5E5 0x30E5 # 0 +0xA5E6 0x30E6 # 0 +0xA5E7 0x30E7 # 0 +0xA5E8 0x30E8 # 0 +0xA5E9 0x30E9 # 0 +0xA5EA 0x30EA # 0 +0xA5EB 0x30EB # 0 +0xA5EC 0x30EC # 0 +0xA5ED 0x30ED # 0 +0xA5EE 0x30EE # 0 +0xA5EF 0x30EF # 0 +0xA5F0 0x30F0 # 0 +0xA5F1 0x30F1 # 0 +0xA5F2 0x30F2 # 0 +0xA5F3 0x30F3 # 0 +0xA5F4 0x30F4 # 0 +0xA5F5 0x30F5 # 0 +0xA5F6 0x30F6 # 0 +0xA5F7 0xE77D # 0 +0xA5F8 0xE77E # 0 +0xA5F9 0xE77F # 0 +0xA5FA 0xE780 # 0 +0xA5FB 0xE781 # 0 +0xA5FC 0xE782 # 0 +0xA5FD 0xE783 # 0 +0xA5FE 0xE784 # 0 +0xA640 0xE6A6 # 0 +0xA641 0xE6A7 # 0 +0xA642 0xE6A8 # 0 +0xA643 0xE6A9 # 0 +0xA644 0xE6AA # 0 +0xA645 0xE6AB # 0 +0xA646 0xE6AC # 0 +0xA647 0xE6AD # 0 +0xA648 0xE6AE # 0 +0xA649 0xE6AF # 0 +0xA64A 0xE6B0 # 0 +0xA64B 0xE6B1 # 0 +0xA64C 0xE6B2 # 0 +0xA64D 0xE6B3 # 0 +0xA64E 0xE6B4 # 0 +0xA64F 0xE6B5 # 0 +0xA650 0xE6B6 # 0 +0xA651 0xE6B7 # 0 +0xA652 0xE6B8 # 0 +0xA653 0xE6B9 # 0 +0xA654 0xE6BA # 0 +0xA655 0xE6BB # 0 +0xA656 0xE6BC # 0 +0xA657 0xE6BD # 0 +0xA658 0xE6BE # 0 +0xA659 0xE6BF # 0 +0xA65A 0xE6C0 # 0 +0xA65B 0xE6C1 # 0 +0xA65C 0xE6C2 # 0 +0xA65D 0xE6C3 # 0 +0xA65E 0xE6C4 # 0 +0xA65F 0xE6C5 # 0 +0xA660 0xE6C6 # 0 +0xA661 0xE6C7 # 0 +0xA662 0xE6C8 # 0 +0xA663 0xE6C9 # 0 +0xA664 0xE6CA # 0 +0xA665 0xE6CB # 0 +0xA666 0xE6CC # 0 +0xA667 0xE6CD # 0 +0xA668 0xE6CE # 0 +0xA669 0xE6CF # 0 +0xA66A 0xE6D0 # 0 +0xA66B 0xE6D1 # 0 +0xA66C 0xE6D2 # 0 +0xA66D 0xE6D3 # 0 +0xA66E 0xE6D4 # 0 +0xA66F 0xE6D5 # 0 +0xA670 0xE6D6 # 0 +0xA671 0xE6D7 # 0 +0xA672 0xE6D8 # 0 +0xA673 0xE6D9 # 0 +0xA674 0xE6DA # 0 +0xA675 0xE6DB # 0 +0xA676 0xE6DC # 0 +0xA677 0xE6DD # 0 +0xA678 0xE6DE # 0 +0xA679 0xE6DF # 0 +0xA67A 0xE6E0 # 0 +0xA67B 0xE6E1 # 0 +0xA67C 0xE6E2 # 0 +0xA67D 0xE6E3 # 0 +0xA67E 0xE6E4 # 0 +0xA680 0xE6E5 # 0 +0xA681 0xE6E6 # 0 +0xA682 0xE6E7 # 0 +0xA683 0xE6E8 # 0 +0xA684 0xE6E9 # 0 +0xA685 0xE6EA # 0 +0xA686 0xE6EB # 0 +0xA687 0xE6EC # 0 +0xA688 0xE6ED # 0 +0xA689 0xE6EE # 0 +0xA68A 0xE6EF # 0 +0xA68B 0xE6F0 # 0 +0xA68C 0xE6F1 # 0 +0xA68D 0xE6F2 # 0 +0xA68E 0xE6F3 # 0 +0xA68F 0xE6F4 # 0 +0xA690 0xE6F5 # 0 +0xA691 0xE6F6 # 0 +0xA692 0xE6F7 # 0 +0xA693 0xE6F8 # 0 +0xA694 0xE6F9 # 0 +0xA695 0xE6FA # 0 +0xA696 0xE6FB # 0 +0xA697 0xE6FC # 0 +0xA698 0xE6FD # 0 +0xA699 0xE6FE # 0 +0xA69A 0xE6FF # 0 +0xA69B 0xE700 # 0 +0xA69C 0xE701 # 0 +0xA69D 0xE702 # 0 +0xA69E 0xE703 # 0 +0xA69F 0xE704 # 0 +0xA6A0 0xE705 # 0 +0xA6A1 0x0391 # 0 +0xA6A2 0x0392 # 0 +0xA6A3 0x0393 # 0 +0xA6A4 0x0394 # 0 +0xA6A5 0x0395 # 0 +0xA6A6 0x0396 # 0 +0xA6A7 0x0397 # 0 +0xA6A8 0x0398 # 0 +0xA6A9 0x0399 # 0 +0xA6AA 0x039A # 0 +0xA6AB 0x039B # 0 +0xA6AC 0x039C # 0 +0xA6AD 0x039D # 0 +0xA6AE 0x039E # 0 +0xA6AF 0x039F # 0 +0xA6B0 0x03A0 # 0 +0xA6B1 0x03A1 # 0 +0xA6B2 0x03A3 # 0 +0xA6B3 0x03A4 # 0 +0xA6B4 0x03A5 # 0 +0xA6B5 0x03A6 # 0 +0xA6B6 0x03A7 # 0 +0xA6B7 0x03A8 # 0 +0xA6B8 0x03A9 # 0 +0xA6B9 0xE785 # 0 +0xA6BA 0xE786 # 0 +0xA6BB 0xE787 # 0 +0xA6BC 0xE788 # 0 +0xA6BD 0xE789 # 0 +0xA6BE 0xE78A # 0 +0xA6BF 0xE78B # 0 +0xA6C0 0xE78C # 0 +0xA6C1 0x03B1 # 0 +0xA6C2 0x03B2 # 0 +0xA6C3 0x03B3 # 0 +0xA6C4 0x03B4 # 0 +0xA6C5 0x03B5 # 0 +0xA6C6 0x03B6 # 0 +0xA6C7 0x03B7 # 0 +0xA6C8 0x03B8 # 0 +0xA6C9 0x03B9 # 0 +0xA6CA 0x03BA # 0 +0xA6CB 0x03BB # 0 +0xA6CC 0x03BC # 0 +0xA6CD 0x03BD # 0 +0xA6CE 0x03BE # 0 +0xA6CF 0x03BF # 0 +0xA6D0 0x03C0 # 0 +0xA6D1 0x03C1 # 0 +0xA6D2 0x03C3 # 0 +0xA6D3 0x03C4 # 0 +0xA6D4 0x03C5 # 0 +0xA6D5 0x03C6 # 0 +0xA6D6 0x03C7 # 0 +0xA6D7 0x03C8 # 0 +0xA6D8 0x03C9 # 0 +0xA6D9 0xE78D # 0 +0xA6DA 0xE78E # 0 +0xA6DB 0xE78F # 0 +0xA6DC 0xE790 # 0 +0xA6DD 0xE791 # 0 +0xA6DE 0xE792 # 0 +0xA6DF 0xE793 # 0 +0xA6E0 0xFE35 # 0 +0xA6E1 0xFE36 # 0 +0xA6E2 0xFE39 # 0 +0xA6E3 0xFE3A # 0 +0xA6E4 0xFE3F # 0 +0xA6E5 0xFE40 # 0 +0xA6E6 0xFE3D # 0 +0xA6E7 0xFE3E # 0 +0xA6E8 0xFE41 # 0 +0xA6E9 0xFE42 # 0 +0xA6EA 0xFE43 # 0 +0xA6EB 0xFE44 # 0 +0xA6EC 0xE794 # 0 +0xA6ED 0xE795 # 0 +0xA6EE 0xFE3B # 0 +0xA6EF 0xFE3C # 0 +0xA6F0 0xFE37 # 0 +0xA6F1 0xFE38 # 0 +0xA6F2 0xFE31 # 0 +0xA6F3 0xE796 # 0 +0xA6F4 0xFE33 # 0 +0xA6F5 0xFE34 # 0 +0xA6F6 0xE797 # 0 +0xA6F7 0xE798 # 0 +0xA6F8 0xE799 # 0 +0xA6F9 0xE79A # 0 +0xA6FA 0xE79B # 0 +0xA6FB 0xE79C # 0 +0xA6FC 0xE79D # 0 +0xA6FD 0xE79E # 0 +0xA6FE 0xE79F # 0 +0xA740 0xE706 # 0 +0xA741 0xE707 # 0 +0xA742 0xE708 # 0 +0xA743 0xE709 # 0 +0xA744 0xE70A # 0 +0xA745 0xE70B # 0 +0xA746 0xE70C # 0 +0xA747 0xE70D # 0 +0xA748 0xE70E # 0 +0xA749 0xE70F # 0 +0xA74A 0xE710 # 0 +0xA74B 0xE711 # 0 +0xA74C 0xE712 # 0 +0xA74D 0xE713 # 0 +0xA74E 0xE714 # 0 +0xA74F 0xE715 # 0 +0xA750 0xE716 # 0 +0xA751 0xE717 # 0 +0xA752 0xE718 # 0 +0xA753 0xE719 # 0 +0xA754 0xE71A # 0 +0xA755 0xE71B # 0 +0xA756 0xE71C # 0 +0xA757 0xE71D # 0 +0xA758 0xE71E # 0 +0xA759 0xE71F # 0 +0xA75A 0xE720 # 0 +0xA75B 0xE721 # 0 +0xA75C 0xE722 # 0 +0xA75D 0xE723 # 0 +0xA75E 0xE724 # 0 +0xA75F 0xE725 # 0 +0xA760 0xE726 # 0 +0xA761 0xE727 # 0 +0xA762 0xE728 # 0 +0xA763 0xE729 # 0 +0xA764 0xE72A # 0 +0xA765 0xE72B # 0 +0xA766 0xE72C # 0 +0xA767 0xE72D # 0 +0xA768 0xE72E # 0 +0xA769 0xE72F # 0 +0xA76A 0xE730 # 0 +0xA76B 0xE731 # 0 +0xA76C 0xE732 # 0 +0xA76D 0xE733 # 0 +0xA76E 0xE734 # 0 +0xA76F 0xE735 # 0 +0xA770 0xE736 # 0 +0xA771 0xE737 # 0 +0xA772 0xE738 # 0 +0xA773 0xE739 # 0 +0xA774 0xE73A # 0 +0xA775 0xE73B # 0 +0xA776 0xE73C # 0 +0xA777 0xE73D # 0 +0xA778 0xE73E # 0 +0xA779 0xE73F # 0 +0xA77A 0xE740 # 0 +0xA77B 0xE741 # 0 +0xA77C 0xE742 # 0 +0xA77D 0xE743 # 0 +0xA77E 0xE744 # 0 +0xA780 0xE745 # 0 +0xA781 0xE746 # 0 +0xA782 0xE747 # 0 +0xA783 0xE748 # 0 +0xA784 0xE749 # 0 +0xA785 0xE74A # 0 +0xA786 0xE74B # 0 +0xA787 0xE74C # 0 +0xA788 0xE74D # 0 +0xA789 0xE74E # 0 +0xA78A 0xE74F # 0 +0xA78B 0xE750 # 0 +0xA78C 0xE751 # 0 +0xA78D 0xE752 # 0 +0xA78E 0xE753 # 0 +0xA78F 0xE754 # 0 +0xA790 0xE755 # 0 +0xA791 0xE756 # 0 +0xA792 0xE757 # 0 +0xA793 0xE758 # 0 +0xA794 0xE759 # 0 +0xA795 0xE75A # 0 +0xA796 0xE75B # 0 +0xA797 0xE75C # 0 +0xA798 0xE75D # 0 +0xA799 0xE75E # 0 +0xA79A 0xE75F # 0 +0xA79B 0xE760 # 0 +0xA79C 0xE761 # 0 +0xA79D 0xE762 # 0 +0xA79E 0xE763 # 0 +0xA79F 0xE764 # 0 +0xA7A0 0xE765 # 0 +0xA7A1 0x0410 # 0 +0xA7A2 0x0411 # 0 +0xA7A3 0x0412 # 0 +0xA7A4 0x0413 # 0 +0xA7A5 0x0414 # 0 +0xA7A6 0x0415 # 0 +0xA7A7 0x0401 # 0 +0xA7A8 0x0416 # 0 +0xA7A9 0x0417 # 0 +0xA7AA 0x0418 # 0 +0xA7AB 0x0419 # 0 +0xA7AC 0x041A # 0 +0xA7AD 0x041B # 0 +0xA7AE 0x041C # 0 +0xA7AF 0x041D # 0 +0xA7B0 0x041E # 0 +0xA7B1 0x041F # 0 +0xA7B2 0x0420 # 0 +0xA7B3 0x0421 # 0 +0xA7B4 0x0422 # 0 +0xA7B5 0x0423 # 0 +0xA7B6 0x0424 # 0 +0xA7B7 0x0425 # 0 +0xA7B8 0x0426 # 0 +0xA7B9 0x0427 # 0 +0xA7BA 0x0428 # 0 +0xA7BB 0x0429 # 0 +0xA7BC 0x042A # 0 +0xA7BD 0x042B # 0 +0xA7BE 0x042C # 0 +0xA7BF 0x042D # 0 +0xA7C0 0x042E # 0 +0xA7C1 0x042F # 0 +0xA7C2 0xE7A0 # 0 +0xA7C3 0xE7A1 # 0 +0xA7C4 0xE7A2 # 0 +0xA7C5 0xE7A3 # 0 +0xA7C6 0xE7A4 # 0 +0xA7C7 0xE7A5 # 0 +0xA7C8 0xE7A6 # 0 +0xA7C9 0xE7A7 # 0 +0xA7CA 0xE7A8 # 0 +0xA7CB 0xE7A9 # 0 +0xA7CC 0xE7AA # 0 +0xA7CD 0xE7AB # 0 +0xA7CE 0xE7AC # 0 +0xA7CF 0xE7AD # 0 +0xA7D0 0xE7AE # 0 +0xA7D1 0x0430 # 0 +0xA7D2 0x0431 # 0 +0xA7D3 0x0432 # 0 +0xA7D4 0x0433 # 0 +0xA7D5 0x0434 # 0 +0xA7D6 0x0435 # 0 +0xA7D7 0x0451 # 0 +0xA7D8 0x0436 # 0 +0xA7D9 0x0437 # 0 +0xA7DA 0x0438 # 0 +0xA7DB 0x0439 # 0 +0xA7DC 0x043A # 0 +0xA7DD 0x043B # 0 +0xA7DE 0x043C # 0 +0xA7DF 0x043D # 0 +0xA7E0 0x043E # 0 +0xA7E1 0x043F # 0 +0xA7E2 0x0440 # 0 +0xA7E3 0x0441 # 0 +0xA7E4 0x0442 # 0 +0xA7E5 0x0443 # 0 +0xA7E6 0x0444 # 0 +0xA7E7 0x0445 # 0 +0xA7E8 0x0446 # 0 +0xA7E9 0x0447 # 0 +0xA7EA 0x0448 # 0 +0xA7EB 0x0449 # 0 +0xA7EC 0x044A # 0 +0xA7ED 0x044B # 0 +0xA7EE 0x044C # 0 +0xA7EF 0x044D # 0 +0xA7F0 0x044E # 0 +0xA7F1 0x044F # 0 +0xA7F2 0xE7AF # 0 +0xA7F3 0xE7B0 # 0 +0xA7F4 0xE7B1 # 0 +0xA7F5 0xE7B2 # 0 +0xA7F6 0xE7B3 # 0 +0xA7F7 0xE7B4 # 0 +0xA7F8 0xE7B5 # 0 +0xA7F9 0xE7B6 # 0 +0xA7FA 0xE7B7 # 0 +0xA7FB 0xE7B8 # 0 +0xA7FC 0xE7B9 # 0 +0xA7FD 0xE7BA # 0 +0xA7FE 0xE7BB # 0 +0xA840 0x02CA # 0 +0xA841 0x02CB # 0 +0xA842 0x02D9 # 0 +0xA843 0x2013 # 0 +0xA844 0x2015 # 0 +0xA845 0x2025 # 0 +0xA846 0x2035 # 0 +0xA847 0x2105 # 0 +0xA848 0x2109 # 0 +0xA849 0x2196 # 0 +0xA84A 0x2197 # 0 +0xA84B 0x2198 # 0 +0xA84C 0x2199 # 0 +0xA84D 0x2215 # 0 +0xA84E 0x221F # 0 +0xA84F 0x2223 # 0 +0xA850 0x2252 # 0 +0xA851 0x2266 # 0 +0xA852 0x2267 # 0 +0xA853 0x22BF # 0 +0xA854 0x2550 # 0 +0xA855 0x2551 # 0 +0xA856 0x2552 # 0 +0xA857 0x2553 # 0 +0xA858 0x2554 # 0 +0xA859 0x2555 # 0 +0xA85A 0x2556 # 0 +0xA85B 0x2557 # 0 +0xA85C 0x2558 # 0 +0xA85D 0x2559 # 0 +0xA85E 0x255A # 0 +0xA85F 0x255B # 0 +0xA860 0x255C # 0 +0xA861 0x255D # 0 +0xA862 0x255E # 0 +0xA863 0x255F # 0 +0xA864 0x2560 # 0 +0xA865 0x2561 # 0 +0xA866 0x2562 # 0 +0xA867 0x2563 # 0 +0xA868 0x2564 # 0 +0xA869 0x2565 # 0 +0xA86A 0x2566 # 0 +0xA86B 0x2567 # 0 +0xA86C 0x2568 # 0 +0xA86D 0x2569 # 0 +0xA86E 0x256A # 0 +0xA86F 0x256B # 0 +0xA870 0x256C # 0 +0xA871 0x256D # 0 +0xA872 0x256E # 0 +0xA873 0x256F # 0 +0xA874 0x2570 # 0 +0xA875 0x2571 # 0 +0xA876 0x2572 # 0 +0xA877 0x2573 # 0 +0xA878 0x2581 # 0 +0xA879 0x2582 # 0 +0xA87A 0x2583 # 0 +0xA87B 0x2584 # 0 +0xA87C 0x2585 # 0 +0xA87D 0x2586 # 0 +0xA87E 0x2587 # 0 +0xA880 0x2588 # 0 +0xA881 0x2589 # 0 +0xA882 0x258A # 0 +0xA883 0x258B # 0 +0xA884 0x258C # 0 +0xA885 0x258D # 0 +0xA886 0x258E # 0 +0xA887 0x258F # 0 +0xA888 0x2593 # 0 +0xA889 0x2594 # 0 +0xA88A 0x2595 # 0 +0xA88B 0x25BC # 0 +0xA88C 0x25BD # 0 +0xA88D 0x25E2 # 0 +0xA88E 0x25E3 # 0 +0xA88F 0x25E4 # 0 +0xA890 0x25E5 # 0 +0xA891 0x2609 # 0 +0xA892 0x2295 # 0 +0xA893 0x3012 # 0 +0xA894 0x301D # 0 +0xA895 0x301E # 0 +0xA896 0xE7BC # 0 +0xA897 0xE7BD # 0 +0xA898 0xE7BE # 0 +0xA899 0xE7BF # 0 +0xA89A 0xE7C0 # 0 +0xA89B 0xE7C1 # 0 +0xA89C 0xE7C2 # 0 +0xA89D 0xE7C3 # 0 +0xA89E 0xE7C4 # 0 +0xA89F 0xE7C5 # 0 +0xA8A0 0xE7C6 # 0 +0xA8A1 0x0101 # 0 +0xA8A2 0x00E1 # 0 +0xA8A3 0x01CE # 0 +0xA8A4 0x00E0 # 0 +0xA8A5 0x0113 # 0 +0xA8A6 0x00E9 # 0 +0xA8A7 0x011B # 0 +0xA8A8 0x00E8 # 0 +0xA8A9 0x012B # 0 +0xA8AA 0x00ED # 0 +0xA8AB 0x01D0 # 0 +0xA8AC 0x00EC # 0 +0xA8AD 0x014D # 0 +0xA8AE 0x00F3 # 0 +0xA8AF 0x01D2 # 0 +0xA8B0 0x00F2 # 0 +0xA8B1 0x016B # 0 +0xA8B2 0x00FA # 0 +0xA8B3 0x01D4 # 0 +0xA8B4 0x00F9 # 0 +0xA8B5 0x01D6 # 0 +0xA8B6 0x01D8 # 0 +0xA8B7 0x01DA # 0 +0xA8B8 0x01DC # 0 +0xA8B9 0x00FC # 0 +0xA8BA 0x00EA # 0 +0xA8BB 0x0251 # 0 +0xA8BC 0xE7C7 # 0 +0xA8BD 0x0144 # 0 +0xA8BE 0x0148 # 0 +0xA8BF 0xE7C8 # 0 +0xA8C0 0x0261 # 0 +0xA8C1 0xE7C9 # 0 +0xA8C2 0xE7CA # 0 +0xA8C3 0xE7CB # 0 +0xA8C4 0xE7CC # 0 +0xA8C5 0x3105 # 0 +0xA8C6 0x3106 # 0 +0xA8C7 0x3107 # 0 +0xA8C8 0x3108 # 0 +0xA8C9 0x3109 # 0 +0xA8CA 0x310A # 0 +0xA8CB 0x310B # 0 +0xA8CC 0x310C # 0 +0xA8CD 0x310D # 0 +0xA8CE 0x310E # 0 +0xA8CF 0x310F # 0 +0xA8D0 0x3110 # 0 +0xA8D1 0x3111 # 0 +0xA8D2 0x3112 # 0 +0xA8D3 0x3113 # 0 +0xA8D4 0x3114 # 0 +0xA8D5 0x3115 # 0 +0xA8D6 0x3116 # 0 +0xA8D7 0x3117 # 0 +0xA8D8 0x3118 # 0 +0xA8D9 0x3119 # 0 +0xA8DA 0x311A # 0 +0xA8DB 0x311B # 0 +0xA8DC 0x311C # 0 +0xA8DD 0x311D # 0 +0xA8DE 0x311E # 0 +0xA8DF 0x311F # 0 +0xA8E0 0x3120 # 0 +0xA8E1 0x3121 # 0 +0xA8E2 0x3122 # 0 +0xA8E3 0x3123 # 0 +0xA8E4 0x3124 # 0 +0xA8E5 0x3125 # 0 +0xA8E6 0x3126 # 0 +0xA8E7 0x3127 # 0 +0xA8E8 0x3128 # 0 +0xA8E9 0x3129 # 0 +0xA8EA 0xE7CD # 0 +0xA8EB 0xE7CE # 0 +0xA8EC 0xE7CF # 0 +0xA8ED 0xE7D0 # 0 +0xA8EE 0xE7D1 # 0 +0xA8EF 0xE7D2 # 0 +0xA8F0 0xE7D3 # 0 +0xA8F1 0xE7D4 # 0 +0xA8F2 0xE7D5 # 0 +0xA8F3 0xE7D6 # 0 +0xA8F4 0xE7D7 # 0 +0xA8F5 0xE7D8 # 0 +0xA8F6 0xE7D9 # 0 +0xA8F7 0xE7DA # 0 +0xA8F8 0xE7DB # 0 +0xA8F9 0xE7DC # 0 +0xA8FA 0xE7DD # 0 +0xA8FB 0xE7DE # 0 +0xA8FC 0xE7DF # 0 +0xA8FD 0xE7E0 # 0 +0xA8FE 0xE7E1 # 0 +0xA940 0x3021 # 0 +0xA941 0x3022 # 0 +0xA942 0x3023 # 0 +0xA943 0x3024 # 0 +0xA944 0x3025 # 0 +0xA945 0x3026 # 0 +0xA946 0x3027 # 0 +0xA947 0x3028 # 0 +0xA948 0x3029 # 0 +0xA949 0x32A3 # 0 +0xA94A 0x338E # 0 +0xA94B 0x338F # 0 +0xA94C 0x339C # 0 +0xA94D 0x339D # 0 +0xA94E 0x339E # 0 +0xA94F 0x33A1 # 0 +0xA950 0x33C4 # 0 +0xA951 0x33CE # 0 +0xA952 0x33D1 # 0 +0xA953 0x33D2 # 0 +0xA954 0x33D5 # 0 +0xA955 0xFE30 # 0 +0xA956 0xFFE2 # 0 +0xA957 0xFFE4 # 0 +0xA958 0xE7E2 # 0 +0xA959 0x2121 # 0 +0xA95A 0x3231 # 0 +0xA95B 0xE7E3 # 0 +0xA95C 0x2010 # 0 +0xA95D 0xE7E4 # 0 +0xA95E 0xE7E5 # 0 +0xA95F 0xE7E6 # 0 +0xA960 0x30FC # 0 +0xA961 0x309B # 0 +0xA962 0x309C # 0 +0xA963 0x30FD # 0 +0xA964 0x30FE # 0 +0xA965 0x3006 # 0 +0xA966 0x309D # 0 +0xA967 0x309E # 0 +0xA968 0xFE49 # 0 +0xA969 0xFE4A # 0 +0xA96A 0xFE4B # 0 +0xA96B 0xFE4C # 0 +0xA96C 0xFE4D # 0 +0xA96D 0xFE4E # 0 +0xA96E 0xFE4F # 0 +0xA96F 0xFE50 # 0 +0xA970 0xFE51 # 0 +0xA971 0xFE52 # 0 +0xA972 0xFE54 # 0 +0xA973 0xFE55 # 0 +0xA974 0xFE56 # 0 +0xA975 0xFE57 # 0 +0xA976 0xFE59 # 0 +0xA977 0xFE5A # 0 +0xA978 0xFE5B # 0 +0xA979 0xFE5C # 0 +0xA97A 0xFE5D # 0 +0xA97B 0xFE5E # 0 +0xA97C 0xFE5F # 0 +0xA97D 0xFE60 # 0 +0xA97E 0xFE61 # 0 +0xA980 0xFE62 # 0 +0xA981 0xFE63 # 0 +0xA982 0xFE64 # 0 +0xA983 0xFE65 # 0 +0xA984 0xFE66 # 0 +0xA985 0xFE68 # 0 +0xA986 0xFE69 # 0 +0xA987 0xFE6A # 0 +0xA988 0xFE6B # 0 +0xA989 0xE7E7 # 0 +0xA98A 0xE7E8 # 0 +0xA98B 0xE7E9 # 0 +0xA98C 0xE7EA # 0 +0xA98D 0xE7EB # 0 +0xA98E 0xE7EC # 0 +0xA98F 0xE7ED # 0 +0xA990 0xE7EE # 0 +0xA991 0xE7EF # 0 +0xA992 0xE7F0 # 0 +0xA993 0xE7F1 # 0 +0xA994 0xE7F2 # 0 +0xA995 0xE7F3 # 0 +0xA996 0x3007 # 0 +0xA997 0xE7F4 # 0 +0xA998 0xE7F5 # 0 +0xA999 0xE7F6 # 0 +0xA99A 0xE7F7 # 0 +0xA99B 0xE7F8 # 0 +0xA99C 0xE7F9 # 0 +0xA99D 0xE7FA # 0 +0xA99E 0xE7FB # 0 +0xA99F 0xE7FC # 0 +0xA9A0 0xE7FD # 0 +0xA9A1 0xE7FE # 0 +0xA9A2 0xE7FF # 0 +0xA9A3 0xE800 # 0 +0xA9A4 0x2500 # 0 +0xA9A5 0x2501 # 0 +0xA9A6 0x2502 # 0 +0xA9A7 0x2503 # 0 +0xA9A8 0x2504 # 0 +0xA9A9 0x2505 # 0 +0xA9AA 0x2506 # 0 +0xA9AB 0x2507 # 0 +0xA9AC 0x2508 # 0 +0xA9AD 0x2509 # 0 +0xA9AE 0x250A # 0 +0xA9AF 0x250B # 0 +0xA9B0 0x250C # 0 +0xA9B1 0x250D # 0 +0xA9B2 0x250E # 0 +0xA9B3 0x250F # 0 +0xA9B4 0x2510 # 0 +0xA9B5 0x2511 # 0 +0xA9B6 0x2512 # 0 +0xA9B7 0x2513 # 0 +0xA9B8 0x2514 # 0 +0xA9B9 0x2515 # 0 +0xA9BA 0x2516 # 0 +0xA9BB 0x2517 # 0 +0xA9BC 0x2518 # 0 +0xA9BD 0x2519 # 0 +0xA9BE 0x251A # 0 +0xA9BF 0x251B # 0 +0xA9C0 0x251C # 0 +0xA9C1 0x251D # 0 +0xA9C2 0x251E # 0 +0xA9C3 0x251F # 0 +0xA9C4 0x2520 # 0 +0xA9C5 0x2521 # 0 +0xA9C6 0x2522 # 0 +0xA9C7 0x2523 # 0 +0xA9C8 0x2524 # 0 +0xA9C9 0x2525 # 0 +0xA9CA 0x2526 # 0 +0xA9CB 0x2527 # 0 +0xA9CC 0x2528 # 0 +0xA9CD 0x2529 # 0 +0xA9CE 0x252A # 0 +0xA9CF 0x252B # 0 +0xA9D0 0x252C # 0 +0xA9D1 0x252D # 0 +0xA9D2 0x252E # 0 +0xA9D3 0x252F # 0 +0xA9D4 0x2530 # 0 +0xA9D5 0x2531 # 0 +0xA9D6 0x2532 # 0 +0xA9D7 0x2533 # 0 +0xA9D8 0x2534 # 0 +0xA9D9 0x2535 # 0 +0xA9DA 0x2536 # 0 +0xA9DB 0x2537 # 0 +0xA9DC 0x2538 # 0 +0xA9DD 0x2539 # 0 +0xA9DE 0x253A # 0 +0xA9DF 0x253B # 0 +0xA9E0 0x253C # 0 +0xA9E1 0x253D # 0 +0xA9E2 0x253E # 0 +0xA9E3 0x253F # 0 +0xA9E4 0x2540 # 0 +0xA9E5 0x2541 # 0 +0xA9E6 0x2542 # 0 +0xA9E7 0x2543 # 0 +0xA9E8 0x2544 # 0 +0xA9E9 0x2545 # 0 +0xA9EA 0x2546 # 0 +0xA9EB 0x2547 # 0 +0xA9EC 0x2548 # 0 +0xA9ED 0x2549 # 0 +0xA9EE 0x254A # 0 +0xA9EF 0x254B # 0 +0xA9F0 0xE801 # 0 +0xA9F1 0xE802 # 0 +0xA9F2 0xE803 # 0 +0xA9F3 0xE804 # 0 +0xA9F4 0xE805 # 0 +0xA9F5 0xE806 # 0 +0xA9F6 0xE807 # 0 +0xA9F7 0xE808 # 0 +0xA9F8 0xE809 # 0 +0xA9F9 0xE80A # 0 +0xA9FA 0xE80B # 0 +0xA9FB 0xE80C # 0 +0xA9FC 0xE80D # 0 +0xA9FD 0xE80E # 0 +0xA9FE 0xE80F # 0 +0xAA40 0x72DC # 0 +0xAA41 0x72DD # 0 +0xAA42 0x72DF # 0 +0xAA43 0x72E2 # 0 +0xAA44 0x72E3 # 0 +0xAA45 0x72E4 # 0 +0xAA46 0x72E5 # 0 +0xAA47 0x72E6 # 0 +0xAA48 0x72E7 # 0 +0xAA49 0x72EA # 0 +0xAA4A 0x72EB # 0 +0xAA4B 0x72F5 # 0 +0xAA4C 0x72F6 # 0 +0xAA4D 0x72F9 # 0 +0xAA4E 0x72FD # 0 +0xAA4F 0x72FE # 0 +0xAA50 0x72FF # 0 +0xAA51 0x7300 # 0 +0xAA52 0x7302 # 0 +0xAA53 0x7304 # 0 +0xAA54 0x7305 # 0 +0xAA55 0x7306 # 0 +0xAA56 0x7307 # 0 +0xAA57 0x7308 # 0 +0xAA58 0x7309 # 0 +0xAA59 0x730B # 0 +0xAA5A 0x730C # 0 +0xAA5B 0x730D # 0 +0xAA5C 0x730F # 0 +0xAA5D 0x7310 # 0 +0xAA5E 0x7311 # 0 +0xAA5F 0x7312 # 0 +0xAA60 0x7314 # 0 +0xAA61 0x7318 # 0 +0xAA62 0x7319 # 0 +0xAA63 0x731A # 0 +0xAA64 0x731F # 0 +0xAA65 0x7320 # 0 +0xAA66 0x7323 # 0 +0xAA67 0x7324 # 0 +0xAA68 0x7326 # 0 +0xAA69 0x7327 # 0 +0xAA6A 0x7328 # 0 +0xAA6B 0x732D # 0 +0xAA6C 0x732F # 0 +0xAA6D 0x7330 # 0 +0xAA6E 0x7332 # 0 +0xAA6F 0x7333 # 0 +0xAA70 0x7335 # 0 +0xAA71 0x7336 # 0 +0xAA72 0x733A # 0 +0xAA73 0x733B # 0 +0xAA74 0x733C # 0 +0xAA75 0x733D # 0 +0xAA76 0x7340 # 0 +0xAA77 0x7341 # 0 +0xAA78 0x7342 # 0 +0xAA79 0x7343 # 0 +0xAA7A 0x7344 # 0 +0xAA7B 0x7345 # 0 +0xAA7C 0x7346 # 0 +0xAA7D 0x7347 # 0 +0xAA7E 0x7348 # 0 +0xAA80 0x7349 # 0 +0xAA81 0x734A # 0 +0xAA82 0x734B # 0 +0xAA83 0x734C # 0 +0xAA84 0x734E # 0 +0xAA85 0x734F # 0 +0xAA86 0x7351 # 0 +0xAA87 0x7353 # 0 +0xAA88 0x7354 # 0 +0xAA89 0x7355 # 0 +0xAA8A 0x7356 # 0 +0xAA8B 0x7358 # 0 +0xAA8C 0x7359 # 0 +0xAA8D 0x735A # 0 +0xAA8E 0x735B # 0 +0xAA8F 0x735C # 0 +0xAA90 0x735D # 0 +0xAA91 0x735E # 0 +0xAA92 0x735F # 0 +0xAA93 0x7361 # 0 +0xAA94 0x7362 # 0 +0xAA95 0x7363 # 0 +0xAA96 0x7364 # 0 +0xAA97 0x7365 # 0 +0xAA98 0x7366 # 0 +0xAA99 0x7367 # 0 +0xAA9A 0x7368 # 0 +0xAA9B 0x7369 # 0 +0xAA9C 0x736A # 0 +0xAA9D 0x736B # 0 +0xAA9E 0x736E # 0 +0xAA9F 0x7370 # 0 +0xAAA0 0x7371 # 0 +0xAAA1 0xE000 # 0 +0xAAA2 0xE001 # 0 +0xAAA3 0xE002 # 0 +0xAAA4 0xE003 # 0 +0xAAA5 0xE004 # 0 +0xAAA6 0xE005 # 0 +0xAAA7 0xE006 # 0 +0xAAA8 0xE007 # 0 +0xAAA9 0xE008 # 0 +0xAAAA 0xE009 # 0 +0xAAAB 0xE00A # 0 +0xAAAC 0xE00B # 0 +0xAAAD 0xE00C # 0 +0xAAAE 0xE00D # 0 +0xAAAF 0xE00E # 0 +0xAAB0 0xE00F # 0 +0xAAB1 0xE010 # 0 +0xAAB2 0xE011 # 0 +0xAAB3 0xE012 # 0 +0xAAB4 0xE013 # 0 +0xAAB5 0xE014 # 0 +0xAAB6 0xE015 # 0 +0xAAB7 0xE016 # 0 +0xAAB8 0xE017 # 0 +0xAAB9 0xE018 # 0 +0xAABA 0xE019 # 0 +0xAABB 0xE01A # 0 +0xAABC 0xE01B # 0 +0xAABD 0xE01C # 0 +0xAABE 0xE01D # 0 +0xAABF 0xE01E # 0 +0xAAC0 0xE01F # 0 +0xAAC1 0xE020 # 0 +0xAAC2 0xE021 # 0 +0xAAC3 0xE022 # 0 +0xAAC4 0xE023 # 0 +0xAAC5 0xE024 # 0 +0xAAC6 0xE025 # 0 +0xAAC7 0xE026 # 0 +0xAAC8 0xE027 # 0 +0xAAC9 0xE028 # 0 +0xAACA 0xE029 # 0 +0xAACB 0xE02A # 0 +0xAACC 0xE02B # 0 +0xAACD 0xE02C # 0 +0xAACE 0xE02D # 0 +0xAACF 0xE02E # 0 +0xAAD0 0xE02F # 0 +0xAAD1 0xE030 # 0 +0xAAD2 0xE031 # 0 +0xAAD3 0xE032 # 0 +0xAAD4 0xE033 # 0 +0xAAD5 0xE034 # 0 +0xAAD6 0xE035 # 0 +0xAAD7 0xE036 # 0 +0xAAD8 0xE037 # 0 +0xAAD9 0xE038 # 0 +0xAADA 0xE039 # 0 +0xAADB 0xE03A # 0 +0xAADC 0xE03B # 0 +0xAADD 0xE03C # 0 +0xAADE 0xE03D # 0 +0xAADF 0xE03E # 0 +0xAAE0 0xE03F # 0 +0xAAE1 0xE040 # 0 +0xAAE2 0xE041 # 0 +0xAAE3 0xE042 # 0 +0xAAE4 0xE043 # 0 +0xAAE5 0xE044 # 0 +0xAAE6 0xE045 # 0 +0xAAE7 0xE046 # 0 +0xAAE8 0xE047 # 0 +0xAAE9 0xE048 # 0 +0xAAEA 0xE049 # 0 +0xAAEB 0xE04A # 0 +0xAAEC 0xE04B # 0 +0xAAED 0xE04C # 0 +0xAAEE 0xE04D # 0 +0xAAEF 0xE04E # 0 +0xAAF0 0xE04F # 0 +0xAAF1 0xE050 # 0 +0xAAF2 0xE051 # 0 +0xAAF3 0xE052 # 0 +0xAAF4 0xE053 # 0 +0xAAF5 0xE054 # 0 +0xAAF6 0xE055 # 0 +0xAAF7 0xE056 # 0 +0xAAF8 0xE057 # 0 +0xAAF9 0xE058 # 0 +0xAAFA 0xE059 # 0 +0xAAFB 0xE05A # 0 +0xAAFC 0xE05B # 0 +0xAAFD 0xE05C # 0 +0xAAFE 0xE05D # 0 +0xAB40 0x7372 # 0 +0xAB41 0x7373 # 0 +0xAB42 0x7374 # 0 +0xAB43 0x7375 # 0 +0xAB44 0x7376 # 0 +0xAB45 0x7377 # 0 +0xAB46 0x7378 # 0 +0xAB47 0x7379 # 0 +0xAB48 0x737A # 0 +0xAB49 0x737B # 0 +0xAB4A 0x737C # 0 +0xAB4B 0x737D # 0 +0xAB4C 0x737F # 0 +0xAB4D 0x7380 # 0 +0xAB4E 0x7381 # 0 +0xAB4F 0x7382 # 0 +0xAB50 0x7383 # 0 +0xAB51 0x7385 # 0 +0xAB52 0x7386 # 0 +0xAB53 0x7388 # 0 +0xAB54 0x738A # 0 +0xAB55 0x738C # 0 +0xAB56 0x738D # 0 +0xAB57 0x738F # 0 +0xAB58 0x7390 # 0 +0xAB59 0x7392 # 0 +0xAB5A 0x7393 # 0 +0xAB5B 0x7394 # 0 +0xAB5C 0x7395 # 0 +0xAB5D 0x7397 # 0 +0xAB5E 0x7398 # 0 +0xAB5F 0x7399 # 0 +0xAB60 0x739A # 0 +0xAB61 0x739C # 0 +0xAB62 0x739D # 0 +0xAB63 0x739E # 0 +0xAB64 0x73A0 # 0 +0xAB65 0x73A1 # 0 +0xAB66 0x73A3 # 0 +0xAB67 0x73A4 # 0 +0xAB68 0x73A5 # 0 +0xAB69 0x73A6 # 0 +0xAB6A 0x73A7 # 0 +0xAB6B 0x73A8 # 0 +0xAB6C 0x73AA # 0 +0xAB6D 0x73AC # 0 +0xAB6E 0x73AD # 0 +0xAB6F 0x73B1 # 0 +0xAB70 0x73B4 # 0 +0xAB71 0x73B5 # 0 +0xAB72 0x73B6 # 0 +0xAB73 0x73B8 # 0 +0xAB74 0x73B9 # 0 +0xAB75 0x73BC # 0 +0xAB76 0x73BD # 0 +0xAB77 0x73BE # 0 +0xAB78 0x73BF # 0 +0xAB79 0x73C1 # 0 +0xAB7A 0x73C3 # 0 +0xAB7B 0x73C4 # 0 +0xAB7C 0x73C5 # 0 +0xAB7D 0x73C6 # 0 +0xAB7E 0x73C7 # 0 +0xAB80 0x73CB # 0 +0xAB81 0x73CC # 0 +0xAB82 0x73CE # 0 +0xAB83 0x73D2 # 0 +0xAB84 0x73D3 # 0 +0xAB85 0x73D4 # 0 +0xAB86 0x73D5 # 0 +0xAB87 0x73D6 # 0 +0xAB88 0x73D7 # 0 +0xAB89 0x73D8 # 0 +0xAB8A 0x73DA # 0 +0xAB8B 0x73DB # 0 +0xAB8C 0x73DC # 0 +0xAB8D 0x73DD # 0 +0xAB8E 0x73DF # 0 +0xAB8F 0x73E1 # 0 +0xAB90 0x73E2 # 0 +0xAB91 0x73E3 # 0 +0xAB92 0x73E4 # 0 +0xAB93 0x73E6 # 0 +0xAB94 0x73E8 # 0 +0xAB95 0x73EA # 0 +0xAB96 0x73EB # 0 +0xAB97 0x73EC # 0 +0xAB98 0x73EE # 0 +0xAB99 0x73EF # 0 +0xAB9A 0x73F0 # 0 +0xAB9B 0x73F1 # 0 +0xAB9C 0x73F3 # 0 +0xAB9D 0x73F4 # 0 +0xAB9E 0x73F5 # 0 +0xAB9F 0x73F6 # 0 +0xABA0 0x73F7 # 0 +0xABA1 0xE05E # 0 +0xABA2 0xE05F # 0 +0xABA3 0xE060 # 0 +0xABA4 0xE061 # 0 +0xABA5 0xE062 # 0 +0xABA6 0xE063 # 0 +0xABA7 0xE064 # 0 +0xABA8 0xE065 # 0 +0xABA9 0xE066 # 0 +0xABAA 0xE067 # 0 +0xABAB 0xE068 # 0 +0xABAC 0xE069 # 0 +0xABAD 0xE06A # 0 +0xABAE 0xE06B # 0 +0xABAF 0xE06C # 0 +0xABB0 0xE06D # 0 +0xABB1 0xE06E # 0 +0xABB2 0xE06F # 0 +0xABB3 0xE070 # 0 +0xABB4 0xE071 # 0 +0xABB5 0xE072 # 0 +0xABB6 0xE073 # 0 +0xABB7 0xE074 # 0 +0xABB8 0xE075 # 0 +0xABB9 0xE076 # 0 +0xABBA 0xE077 # 0 +0xABBB 0xE078 # 0 +0xABBC 0xE079 # 0 +0xABBD 0xE07A # 0 +0xABBE 0xE07B # 0 +0xABBF 0xE07C # 0 +0xABC0 0xE07D # 0 +0xABC1 0xE07E # 0 +0xABC2 0xE07F # 0 +0xABC3 0xE080 # 0 +0xABC4 0xE081 # 0 +0xABC5 0xE082 # 0 +0xABC6 0xE083 # 0 +0xABC7 0xE084 # 0 +0xABC8 0xE085 # 0 +0xABC9 0xE086 # 0 +0xABCA 0xE087 # 0 +0xABCB 0xE088 # 0 +0xABCC 0xE089 # 0 +0xABCD 0xE08A # 0 +0xABCE 0xE08B # 0 +0xABCF 0xE08C # 0 +0xABD0 0xE08D # 0 +0xABD1 0xE08E # 0 +0xABD2 0xE08F # 0 +0xABD3 0xE090 # 0 +0xABD4 0xE091 # 0 +0xABD5 0xE092 # 0 +0xABD6 0xE093 # 0 +0xABD7 0xE094 # 0 +0xABD8 0xE095 # 0 +0xABD9 0xE096 # 0 +0xABDA 0xE097 # 0 +0xABDB 0xE098 # 0 +0xABDC 0xE099 # 0 +0xABDD 0xE09A # 0 +0xABDE 0xE09B # 0 +0xABDF 0xE09C # 0 +0xABE0 0xE09D # 0 +0xABE1 0xE09E # 0 +0xABE2 0xE09F # 0 +0xABE3 0xE0A0 # 0 +0xABE4 0xE0A1 # 0 +0xABE5 0xE0A2 # 0 +0xABE6 0xE0A3 # 0 +0xABE7 0xE0A4 # 0 +0xABE8 0xE0A5 # 0 +0xABE9 0xE0A6 # 0 +0xABEA 0xE0A7 # 0 +0xABEB 0xE0A8 # 0 +0xABEC 0xE0A9 # 0 +0xABED 0xE0AA # 0 +0xABEE 0xE0AB # 0 +0xABEF 0xE0AC # 0 +0xABF0 0xE0AD # 0 +0xABF1 0xE0AE # 0 +0xABF2 0xE0AF # 0 +0xABF3 0xE0B0 # 0 +0xABF4 0xE0B1 # 0 +0xABF5 0xE0B2 # 0 +0xABF6 0xE0B3 # 0 +0xABF7 0xE0B4 # 0 +0xABF8 0xE0B5 # 0 +0xABF9 0xE0B6 # 0 +0xABFA 0xE0B7 # 0 +0xABFB 0xE0B8 # 0 +0xABFC 0xE0B9 # 0 +0xABFD 0xE0BA # 0 +0xABFE 0xE0BB # 0 +0xAC40 0x73F8 # 0 +0xAC41 0x73F9 # 0 +0xAC42 0x73FA # 0 +0xAC43 0x73FB # 0 +0xAC44 0x73FC # 0 +0xAC45 0x73FD # 0 +0xAC46 0x73FE # 0 +0xAC47 0x73FF # 0 +0xAC48 0x7400 # 0 +0xAC49 0x7401 # 0 +0xAC4A 0x7402 # 0 +0xAC4B 0x7404 # 0 +0xAC4C 0x7407 # 0 +0xAC4D 0x7408 # 0 +0xAC4E 0x740B # 0 +0xAC4F 0x740C # 0 +0xAC50 0x740D # 0 +0xAC51 0x740E # 0 +0xAC52 0x7411 # 0 +0xAC53 0x7412 # 0 +0xAC54 0x7413 # 0 +0xAC55 0x7414 # 0 +0xAC56 0x7415 # 0 +0xAC57 0x7416 # 0 +0xAC58 0x7417 # 0 +0xAC59 0x7418 # 0 +0xAC5A 0x7419 # 0 +0xAC5B 0x741C # 0 +0xAC5C 0x741D # 0 +0xAC5D 0x741E # 0 +0xAC5E 0x741F # 0 +0xAC5F 0x7420 # 0 +0xAC60 0x7421 # 0 +0xAC61 0x7423 # 0 +0xAC62 0x7424 # 0 +0xAC63 0x7427 # 0 +0xAC64 0x7429 # 0 +0xAC65 0x742B # 0 +0xAC66 0x742D # 0 +0xAC67 0x742F # 0 +0xAC68 0x7431 # 0 +0xAC69 0x7432 # 0 +0xAC6A 0x7437 # 0 +0xAC6B 0x7438 # 0 +0xAC6C 0x7439 # 0 +0xAC6D 0x743A # 0 +0xAC6E 0x743B # 0 +0xAC6F 0x743D # 0 +0xAC70 0x743E # 0 +0xAC71 0x743F # 0 +0xAC72 0x7440 # 0 +0xAC73 0x7442 # 0 +0xAC74 0x7443 # 0 +0xAC75 0x7444 # 0 +0xAC76 0x7445 # 0 +0xAC77 0x7446 # 0 +0xAC78 0x7447 # 0 +0xAC79 0x7448 # 0 +0xAC7A 0x7449 # 0 +0xAC7B 0x744A # 0 +0xAC7C 0x744B # 0 +0xAC7D 0x744C # 0 +0xAC7E 0x744D # 0 +0xAC80 0x744E # 0 +0xAC81 0x744F # 0 +0xAC82 0x7450 # 0 +0xAC83 0x7451 # 0 +0xAC84 0x7452 # 0 +0xAC85 0x7453 # 0 +0xAC86 0x7454 # 0 +0xAC87 0x7456 # 0 +0xAC88 0x7458 # 0 +0xAC89 0x745D # 0 +0xAC8A 0x7460 # 0 +0xAC8B 0x7461 # 0 +0xAC8C 0x7462 # 0 +0xAC8D 0x7463 # 0 +0xAC8E 0x7464 # 0 +0xAC8F 0x7465 # 0 +0xAC90 0x7466 # 0 +0xAC91 0x7467 # 0 +0xAC92 0x7468 # 0 +0xAC93 0x7469 # 0 +0xAC94 0x746A # 0 +0xAC95 0x746B # 0 +0xAC96 0x746C # 0 +0xAC97 0x746E # 0 +0xAC98 0x746F # 0 +0xAC99 0x7471 # 0 +0xAC9A 0x7472 # 0 +0xAC9B 0x7473 # 0 +0xAC9C 0x7474 # 0 +0xAC9D 0x7475 # 0 +0xAC9E 0x7478 # 0 +0xAC9F 0x7479 # 0 +0xACA0 0x747A # 0 +0xACA1 0xE0BC # 0 +0xACA2 0xE0BD # 0 +0xACA3 0xE0BE # 0 +0xACA4 0xE0BF # 0 +0xACA5 0xE0C0 # 0 +0xACA6 0xE0C1 # 0 +0xACA7 0xE0C2 # 0 +0xACA8 0xE0C3 # 0 +0xACA9 0xE0C4 # 0 +0xACAA 0xE0C5 # 0 +0xACAB 0xE0C6 # 0 +0xACAC 0xE0C7 # 0 +0xACAD 0xE0C8 # 0 +0xACAE 0xE0C9 # 0 +0xACAF 0xE0CA # 0 +0xACB0 0xE0CB # 0 +0xACB1 0xE0CC # 0 +0xACB2 0xE0CD # 0 +0xACB3 0xE0CE # 0 +0xACB4 0xE0CF # 0 +0xACB5 0xE0D0 # 0 +0xACB6 0xE0D1 # 0 +0xACB7 0xE0D2 # 0 +0xACB8 0xE0D3 # 0 +0xACB9 0xE0D4 # 0 +0xACBA 0xE0D5 # 0 +0xACBB 0xE0D6 # 0 +0xACBC 0xE0D7 # 0 +0xACBD 0xE0D8 # 0 +0xACBE 0xE0D9 # 0 +0xACBF 0xE0DA # 0 +0xACC0 0xE0DB # 0 +0xACC1 0xE0DC # 0 +0xACC2 0xE0DD # 0 +0xACC3 0xE0DE # 0 +0xACC4 0xE0DF # 0 +0xACC5 0xE0E0 # 0 +0xACC6 0xE0E1 # 0 +0xACC7 0xE0E2 # 0 +0xACC8 0xE0E3 # 0 +0xACC9 0xE0E4 # 0 +0xACCA 0xE0E5 # 0 +0xACCB 0xE0E6 # 0 +0xACCC 0xE0E7 # 0 +0xACCD 0xE0E8 # 0 +0xACCE 0xE0E9 # 0 +0xACCF 0xE0EA # 0 +0xACD0 0xE0EB # 0 +0xACD1 0xE0EC # 0 +0xACD2 0xE0ED # 0 +0xACD3 0xE0EE # 0 +0xACD4 0xE0EF # 0 +0xACD5 0xE0F0 # 0 +0xACD6 0xE0F1 # 0 +0xACD7 0xE0F2 # 0 +0xACD8 0xE0F3 # 0 +0xACD9 0xE0F4 # 0 +0xACDA 0xE0F5 # 0 +0xACDB 0xE0F6 # 0 +0xACDC 0xE0F7 # 0 +0xACDD 0xE0F8 # 0 +0xACDE 0xE0F9 # 0 +0xACDF 0xE0FA # 0 +0xACE0 0xE0FB # 0 +0xACE1 0xE0FC # 0 +0xACE2 0xE0FD # 0 +0xACE3 0xE0FE # 0 +0xACE4 0xE0FF # 0 +0xACE5 0xE100 # 0 +0xACE6 0xE101 # 0 +0xACE7 0xE102 # 0 +0xACE8 0xE103 # 0 +0xACE9 0xE104 # 0 +0xACEA 0xE105 # 0 +0xACEB 0xE106 # 0 +0xACEC 0xE107 # 0 +0xACED 0xE108 # 0 +0xACEE 0xE109 # 0 +0xACEF 0xE10A # 0 +0xACF0 0xE10B # 0 +0xACF1 0xE10C # 0 +0xACF2 0xE10D # 0 +0xACF3 0xE10E # 0 +0xACF4 0xE10F # 0 +0xACF5 0xE110 # 0 +0xACF6 0xE111 # 0 +0xACF7 0xE112 # 0 +0xACF8 0xE113 # 0 +0xACF9 0xE114 # 0 +0xACFA 0xE115 # 0 +0xACFB 0xE116 # 0 +0xACFC 0xE117 # 0 +0xACFD 0xE118 # 0 +0xACFE 0xE119 # 0 +0xAD40 0x747B # 0 +0xAD41 0x747C # 0 +0xAD42 0x747D # 0 +0xAD43 0x747F # 0 +0xAD44 0x7482 # 0 +0xAD45 0x7484 # 0 +0xAD46 0x7485 # 0 +0xAD47 0x7486 # 0 +0xAD48 0x7488 # 0 +0xAD49 0x7489 # 0 +0xAD4A 0x748A # 0 +0xAD4B 0x748C # 0 +0xAD4C 0x748D # 0 +0xAD4D 0x748F # 0 +0xAD4E 0x7491 # 0 +0xAD4F 0x7492 # 0 +0xAD50 0x7493 # 0 +0xAD51 0x7494 # 0 +0xAD52 0x7495 # 0 +0xAD53 0x7496 # 0 +0xAD54 0x7497 # 0 +0xAD55 0x7498 # 0 +0xAD56 0x7499 # 0 +0xAD57 0x749A # 0 +0xAD58 0x749B # 0 +0xAD59 0x749D # 0 +0xAD5A 0x749F # 0 +0xAD5B 0x74A0 # 0 +0xAD5C 0x74A1 # 0 +0xAD5D 0x74A2 # 0 +0xAD5E 0x74A3 # 0 +0xAD5F 0x74A4 # 0 +0xAD60 0x74A5 # 0 +0xAD61 0x74A6 # 0 +0xAD62 0x74AA # 0 +0xAD63 0x74AB # 0 +0xAD64 0x74AC # 0 +0xAD65 0x74AD # 0 +0xAD66 0x74AE # 0 +0xAD67 0x74AF # 0 +0xAD68 0x74B0 # 0 +0xAD69 0x74B1 # 0 +0xAD6A 0x74B2 # 0 +0xAD6B 0x74B3 # 0 +0xAD6C 0x74B4 # 0 +0xAD6D 0x74B5 # 0 +0xAD6E 0x74B6 # 0 +0xAD6F 0x74B7 # 0 +0xAD70 0x74B8 # 0 +0xAD71 0x74B9 # 0 +0xAD72 0x74BB # 0 +0xAD73 0x74BC # 0 +0xAD74 0x74BD # 0 +0xAD75 0x74BE # 0 +0xAD76 0x74BF # 0 +0xAD77 0x74C0 # 0 +0xAD78 0x74C1 # 0 +0xAD79 0x74C2 # 0 +0xAD7A 0x74C3 # 0 +0xAD7B 0x74C4 # 0 +0xAD7C 0x74C5 # 0 +0xAD7D 0x74C6 # 0 +0xAD7E 0x74C7 # 0 +0xAD80 0x74C8 # 0 +0xAD81 0x74C9 # 0 +0xAD82 0x74CA # 0 +0xAD83 0x74CB # 0 +0xAD84 0x74CC # 0 +0xAD85 0x74CD # 0 +0xAD86 0x74CE # 0 +0xAD87 0x74CF # 0 +0xAD88 0x74D0 # 0 +0xAD89 0x74D1 # 0 +0xAD8A 0x74D3 # 0 +0xAD8B 0x74D4 # 0 +0xAD8C 0x74D5 # 0 +0xAD8D 0x74D6 # 0 +0xAD8E 0x74D7 # 0 +0xAD8F 0x74D8 # 0 +0xAD90 0x74D9 # 0 +0xAD91 0x74DA # 0 +0xAD92 0x74DB # 0 +0xAD93 0x74DD # 0 +0xAD94 0x74DF # 0 +0xAD95 0x74E1 # 0 +0xAD96 0x74E5 # 0 +0xAD97 0x74E7 # 0 +0xAD98 0x74E8 # 0 +0xAD99 0x74E9 # 0 +0xAD9A 0x74EA # 0 +0xAD9B 0x74EB # 0 +0xAD9C 0x74EC # 0 +0xAD9D 0x74ED # 0 +0xAD9E 0x74F0 # 0 +0xAD9F 0x74F1 # 0 +0xADA0 0x74F2 # 0 +0xADA1 0xE11A # 0 +0xADA2 0xE11B # 0 +0xADA3 0xE11C # 0 +0xADA4 0xE11D # 0 +0xADA5 0xE11E # 0 +0xADA6 0xE11F # 0 +0xADA7 0xE120 # 0 +0xADA8 0xE121 # 0 +0xADA9 0xE122 # 0 +0xADAA 0xE123 # 0 +0xADAB 0xE124 # 0 +0xADAC 0xE125 # 0 +0xADAD 0xE126 # 0 +0xADAE 0xE127 # 0 +0xADAF 0xE128 # 0 +0xADB0 0xE129 # 0 +0xADB1 0xE12A # 0 +0xADB2 0xE12B # 0 +0xADB3 0xE12C # 0 +0xADB4 0xE12D # 0 +0xADB5 0xE12E # 0 +0xADB6 0xE12F # 0 +0xADB7 0xE130 # 0 +0xADB8 0xE131 # 0 +0xADB9 0xE132 # 0 +0xADBA 0xE133 # 0 +0xADBB 0xE134 # 0 +0xADBC 0xE135 # 0 +0xADBD 0xE136 # 0 +0xADBE 0xE137 # 0 +0xADBF 0xE138 # 0 +0xADC0 0xE139 # 0 +0xADC1 0xE13A # 0 +0xADC2 0xE13B # 0 +0xADC3 0xE13C # 0 +0xADC4 0xE13D # 0 +0xADC5 0xE13E # 0 +0xADC6 0xE13F # 0 +0xADC7 0xE140 # 0 +0xADC8 0xE141 # 0 +0xADC9 0xE142 # 0 +0xADCA 0xE143 # 0 +0xADCB 0xE144 # 0 +0xADCC 0xE145 # 0 +0xADCD 0xE146 # 0 +0xADCE 0xE147 # 0 +0xADCF 0xE148 # 0 +0xADD0 0xE149 # 0 +0xADD1 0xE14A # 0 +0xADD2 0xE14B # 0 +0xADD3 0xE14C # 0 +0xADD4 0xE14D # 0 +0xADD5 0xE14E # 0 +0xADD6 0xE14F # 0 +0xADD7 0xE150 # 0 +0xADD8 0xE151 # 0 +0xADD9 0xE152 # 0 +0xADDA 0xE153 # 0 +0xADDB 0xE154 # 0 +0xADDC 0xE155 # 0 +0xADDD 0xE156 # 0 +0xADDE 0xE157 # 0 +0xADDF 0xE158 # 0 +0xADE0 0xE159 # 0 +0xADE1 0xE15A # 0 +0xADE2 0xE15B # 0 +0xADE3 0xE15C # 0 +0xADE4 0xE15D # 0 +0xADE5 0xE15E # 0 +0xADE6 0xE15F # 0 +0xADE7 0xE160 # 0 +0xADE8 0xE161 # 0 +0xADE9 0xE162 # 0 +0xADEA 0xE163 # 0 +0xADEB 0xE164 # 0 +0xADEC 0xE165 # 0 +0xADED 0xE166 # 0 +0xADEE 0xE167 # 0 +0xADEF 0xE168 # 0 +0xADF0 0xE169 # 0 +0xADF1 0xE16A # 0 +0xADF2 0xE16B # 0 +0xADF3 0xE16C # 0 +0xADF4 0xE16D # 0 +0xADF5 0xE16E # 0 +0xADF6 0xE16F # 0 +0xADF7 0xE170 # 0 +0xADF8 0xE171 # 0 +0xADF9 0xE172 # 0 +0xADFA 0xE173 # 0 +0xADFB 0xE174 # 0 +0xADFC 0xE175 # 0 +0xADFD 0xE176 # 0 +0xADFE 0xE177 # 0 +0xAE40 0x74F3 # 0 +0xAE41 0x74F5 # 0 +0xAE42 0x74F8 # 0 +0xAE43 0x74F9 # 0 +0xAE44 0x74FA # 0 +0xAE45 0x74FB # 0 +0xAE46 0x74FC # 0 +0xAE47 0x74FD # 0 +0xAE48 0x74FE # 0 +0xAE49 0x7500 # 0 +0xAE4A 0x7501 # 0 +0xAE4B 0x7502 # 0 +0xAE4C 0x7503 # 0 +0xAE4D 0x7505 # 0 +0xAE4E 0x7506 # 0 +0xAE4F 0x7507 # 0 +0xAE50 0x7508 # 0 +0xAE51 0x7509 # 0 +0xAE52 0x750A # 0 +0xAE53 0x750B # 0 +0xAE54 0x750C # 0 +0xAE55 0x750E # 0 +0xAE56 0x7510 # 0 +0xAE57 0x7512 # 0 +0xAE58 0x7514 # 0 +0xAE59 0x7515 # 0 +0xAE5A 0x7516 # 0 +0xAE5B 0x7517 # 0 +0xAE5C 0x751B # 0 +0xAE5D 0x751D # 0 +0xAE5E 0x751E # 0 +0xAE5F 0x7520 # 0 +0xAE60 0x7521 # 0 +0xAE61 0x7522 # 0 +0xAE62 0x7523 # 0 +0xAE63 0x7524 # 0 +0xAE64 0x7526 # 0 +0xAE65 0x7527 # 0 +0xAE66 0x752A # 0 +0xAE67 0x752E # 0 +0xAE68 0x7534 # 0 +0xAE69 0x7536 # 0 +0xAE6A 0x7539 # 0 +0xAE6B 0x753C # 0 +0xAE6C 0x753D # 0 +0xAE6D 0x753F # 0 +0xAE6E 0x7541 # 0 +0xAE6F 0x7542 # 0 +0xAE70 0x7543 # 0 +0xAE71 0x7544 # 0 +0xAE72 0x7546 # 0 +0xAE73 0x7547 # 0 +0xAE74 0x7549 # 0 +0xAE75 0x754A # 0 +0xAE76 0x754D # 0 +0xAE77 0x7550 # 0 +0xAE78 0x7551 # 0 +0xAE79 0x7552 # 0 +0xAE7A 0x7553 # 0 +0xAE7B 0x7555 # 0 +0xAE7C 0x7556 # 0 +0xAE7D 0x7557 # 0 +0xAE7E 0x7558 # 0 +0xAE80 0x755D # 0 +0xAE81 0x755E # 0 +0xAE82 0x755F # 0 +0xAE83 0x7560 # 0 +0xAE84 0x7561 # 0 +0xAE85 0x7562 # 0 +0xAE86 0x7563 # 0 +0xAE87 0x7564 # 0 +0xAE88 0x7567 # 0 +0xAE89 0x7568 # 0 +0xAE8A 0x7569 # 0 +0xAE8B 0x756B # 0 +0xAE8C 0x756C # 0 +0xAE8D 0x756D # 0 +0xAE8E 0x756E # 0 +0xAE8F 0x756F # 0 +0xAE90 0x7570 # 0 +0xAE91 0x7571 # 0 +0xAE92 0x7573 # 0 +0xAE93 0x7575 # 0 +0xAE94 0x7576 # 0 +0xAE95 0x7577 # 0 +0xAE96 0x757A # 0 +0xAE97 0x757B # 0 +0xAE98 0x757C # 0 +0xAE99 0x757D # 0 +0xAE9A 0x757E # 0 +0xAE9B 0x7580 # 0 +0xAE9C 0x7581 # 0 +0xAE9D 0x7582 # 0 +0xAE9E 0x7584 # 0 +0xAE9F 0x7585 # 0 +0xAEA0 0x7587 # 0 +0xAEA1 0xE178 # 0 +0xAEA2 0xE179 # 0 +0xAEA3 0xE17A # 0 +0xAEA4 0xE17B # 0 +0xAEA5 0xE17C # 0 +0xAEA6 0xE17D # 0 +0xAEA7 0xE17E # 0 +0xAEA8 0xE17F # 0 +0xAEA9 0xE180 # 0 +0xAEAA 0xE181 # 0 +0xAEAB 0xE182 # 0 +0xAEAC 0xE183 # 0 +0xAEAD 0xE184 # 0 +0xAEAE 0xE185 # 0 +0xAEAF 0xE186 # 0 +0xAEB0 0xE187 # 0 +0xAEB1 0xE188 # 0 +0xAEB2 0xE189 # 0 +0xAEB3 0xE18A # 0 +0xAEB4 0xE18B # 0 +0xAEB5 0xE18C # 0 +0xAEB6 0xE18D # 0 +0xAEB7 0xE18E # 0 +0xAEB8 0xE18F # 0 +0xAEB9 0xE190 # 0 +0xAEBA 0xE191 # 0 +0xAEBB 0xE192 # 0 +0xAEBC 0xE193 # 0 +0xAEBD 0xE194 # 0 +0xAEBE 0xE195 # 0 +0xAEBF 0xE196 # 0 +0xAEC0 0xE197 # 0 +0xAEC1 0xE198 # 0 +0xAEC2 0xE199 # 0 +0xAEC3 0xE19A # 0 +0xAEC4 0xE19B # 0 +0xAEC5 0xE19C # 0 +0xAEC6 0xE19D # 0 +0xAEC7 0xE19E # 0 +0xAEC8 0xE19F # 0 +0xAEC9 0xE1A0 # 0 +0xAECA 0xE1A1 # 0 +0xAECB 0xE1A2 # 0 +0xAECC 0xE1A3 # 0 +0xAECD 0xE1A4 # 0 +0xAECE 0xE1A5 # 0 +0xAECF 0xE1A6 # 0 +0xAED0 0xE1A7 # 0 +0xAED1 0xE1A8 # 0 +0xAED2 0xE1A9 # 0 +0xAED3 0xE1AA # 0 +0xAED4 0xE1AB # 0 +0xAED5 0xE1AC # 0 +0xAED6 0xE1AD # 0 +0xAED7 0xE1AE # 0 +0xAED8 0xE1AF # 0 +0xAED9 0xE1B0 # 0 +0xAEDA 0xE1B1 # 0 +0xAEDB 0xE1B2 # 0 +0xAEDC 0xE1B3 # 0 +0xAEDD 0xE1B4 # 0 +0xAEDE 0xE1B5 # 0 +0xAEDF 0xE1B6 # 0 +0xAEE0 0xE1B7 # 0 +0xAEE1 0xE1B8 # 0 +0xAEE2 0xE1B9 # 0 +0xAEE3 0xE1BA # 0 +0xAEE4 0xE1BB # 0 +0xAEE5 0xE1BC # 0 +0xAEE6 0xE1BD # 0 +0xAEE7 0xE1BE # 0 +0xAEE8 0xE1BF # 0 +0xAEE9 0xE1C0 # 0 +0xAEEA 0xE1C1 # 0 +0xAEEB 0xE1C2 # 0 +0xAEEC 0xE1C3 # 0 +0xAEED 0xE1C4 # 0 +0xAEEE 0xE1C5 # 0 +0xAEEF 0xE1C6 # 0 +0xAEF0 0xE1C7 # 0 +0xAEF1 0xE1C8 # 0 +0xAEF2 0xE1C9 # 0 +0xAEF3 0xE1CA # 0 +0xAEF4 0xE1CB # 0 +0xAEF5 0xE1CC # 0 +0xAEF6 0xE1CD # 0 +0xAEF7 0xE1CE # 0 +0xAEF8 0xE1CF # 0 +0xAEF9 0xE1D0 # 0 +0xAEFA 0xE1D1 # 0 +0xAEFB 0xE1D2 # 0 +0xAEFC 0xE1D3 # 0 +0xAEFD 0xE1D4 # 0 +0xAEFE 0xE1D5 # 0 +0xAF40 0x7588 # 0 +0xAF41 0x7589 # 0 +0xAF42 0x758A # 0 +0xAF43 0x758C # 0 +0xAF44 0x758D # 0 +0xAF45 0x758E # 0 +0xAF46 0x7590 # 0 +0xAF47 0x7593 # 0 +0xAF48 0x7595 # 0 +0xAF49 0x7598 # 0 +0xAF4A 0x759B # 0 +0xAF4B 0x759C # 0 +0xAF4C 0x759E # 0 +0xAF4D 0x75A2 # 0 +0xAF4E 0x75A6 # 0 +0xAF4F 0x75A7 # 0 +0xAF50 0x75A8 # 0 +0xAF51 0x75A9 # 0 +0xAF52 0x75AA # 0 +0xAF53 0x75AD # 0 +0xAF54 0x75B6 # 0 +0xAF55 0x75B7 # 0 +0xAF56 0x75BA # 0 +0xAF57 0x75BB # 0 +0xAF58 0x75BF # 0 +0xAF59 0x75C0 # 0 +0xAF5A 0x75C1 # 0 +0xAF5B 0x75C6 # 0 +0xAF5C 0x75CB # 0 +0xAF5D 0x75CC # 0 +0xAF5E 0x75CE # 0 +0xAF5F 0x75CF # 0 +0xAF60 0x75D0 # 0 +0xAF61 0x75D1 # 0 +0xAF62 0x75D3 # 0 +0xAF63 0x75D7 # 0 +0xAF64 0x75D9 # 0 +0xAF65 0x75DA # 0 +0xAF66 0x75DC # 0 +0xAF67 0x75DD # 0 +0xAF68 0x75DF # 0 +0xAF69 0x75E0 # 0 +0xAF6A 0x75E1 # 0 +0xAF6B 0x75E5 # 0 +0xAF6C 0x75E9 # 0 +0xAF6D 0x75EC # 0 +0xAF6E 0x75ED # 0 +0xAF6F 0x75EE # 0 +0xAF70 0x75EF # 0 +0xAF71 0x75F2 # 0 +0xAF72 0x75F3 # 0 +0xAF73 0x75F5 # 0 +0xAF74 0x75F6 # 0 +0xAF75 0x75F7 # 0 +0xAF76 0x75F8 # 0 +0xAF77 0x75FA # 0 +0xAF78 0x75FB # 0 +0xAF79 0x75FD # 0 +0xAF7A 0x75FE # 0 +0xAF7B 0x7602 # 0 +0xAF7C 0x7604 # 0 +0xAF7D 0x7606 # 0 +0xAF7E 0x7607 # 0 +0xAF80 0x7608 # 0 +0xAF81 0x7609 # 0 +0xAF82 0x760B # 0 +0xAF83 0x760D # 0 +0xAF84 0x760E # 0 +0xAF85 0x760F # 0 +0xAF86 0x7611 # 0 +0xAF87 0x7612 # 0 +0xAF88 0x7613 # 0 +0xAF89 0x7614 # 0 +0xAF8A 0x7616 # 0 +0xAF8B 0x761A # 0 +0xAF8C 0x761C # 0 +0xAF8D 0x761D # 0 +0xAF8E 0x761E # 0 +0xAF8F 0x7621 # 0 +0xAF90 0x7623 # 0 +0xAF91 0x7627 # 0 +0xAF92 0x7628 # 0 +0xAF93 0x762C # 0 +0xAF94 0x762E # 0 +0xAF95 0x762F # 0 +0xAF96 0x7631 # 0 +0xAF97 0x7632 # 0 +0xAF98 0x7636 # 0 +0xAF99 0x7637 # 0 +0xAF9A 0x7639 # 0 +0xAF9B 0x763A # 0 +0xAF9C 0x763B # 0 +0xAF9D 0x763D # 0 +0xAF9E 0x7641 # 0 +0xAF9F 0x7642 # 0 +0xAFA0 0x7644 # 0 +0xAFA1 0xE1D6 # 0 +0xAFA2 0xE1D7 # 0 +0xAFA3 0xE1D8 # 0 +0xAFA4 0xE1D9 # 0 +0xAFA5 0xE1DA # 0 +0xAFA6 0xE1DB # 0 +0xAFA7 0xE1DC # 0 +0xAFA8 0xE1DD # 0 +0xAFA9 0xE1DE # 0 +0xAFAA 0xE1DF # 0 +0xAFAB 0xE1E0 # 0 +0xAFAC 0xE1E1 # 0 +0xAFAD 0xE1E2 # 0 +0xAFAE 0xE1E3 # 0 +0xAFAF 0xE1E4 # 0 +0xAFB0 0xE1E5 # 0 +0xAFB1 0xE1E6 # 0 +0xAFB2 0xE1E7 # 0 +0xAFB3 0xE1E8 # 0 +0xAFB4 0xE1E9 # 0 +0xAFB5 0xE1EA # 0 +0xAFB6 0xE1EB # 0 +0xAFB7 0xE1EC # 0 +0xAFB8 0xE1ED # 0 +0xAFB9 0xE1EE # 0 +0xAFBA 0xE1EF # 0 +0xAFBB 0xE1F0 # 0 +0xAFBC 0xE1F1 # 0 +0xAFBD 0xE1F2 # 0 +0xAFBE 0xE1F3 # 0 +0xAFBF 0xE1F4 # 0 +0xAFC0 0xE1F5 # 0 +0xAFC1 0xE1F6 # 0 +0xAFC2 0xE1F7 # 0 +0xAFC3 0xE1F8 # 0 +0xAFC4 0xE1F9 # 0 +0xAFC5 0xE1FA # 0 +0xAFC6 0xE1FB # 0 +0xAFC7 0xE1FC # 0 +0xAFC8 0xE1FD # 0 +0xAFC9 0xE1FE # 0 +0xAFCA 0xE1FF # 0 +0xAFCB 0xE200 # 0 +0xAFCC 0xE201 # 0 +0xAFCD 0xE202 # 0 +0xAFCE 0xE203 # 0 +0xAFCF 0xE204 # 0 +0xAFD0 0xE205 # 0 +0xAFD1 0xE206 # 0 +0xAFD2 0xE207 # 0 +0xAFD3 0xE208 # 0 +0xAFD4 0xE209 # 0 +0xAFD5 0xE20A # 0 +0xAFD6 0xE20B # 0 +0xAFD7 0xE20C # 0 +0xAFD8 0xE20D # 0 +0xAFD9 0xE20E # 0 +0xAFDA 0xE20F # 0 +0xAFDB 0xE210 # 0 +0xAFDC 0xE211 # 0 +0xAFDD 0xE212 # 0 +0xAFDE 0xE213 # 0 +0xAFDF 0xE214 # 0 +0xAFE0 0xE215 # 0 +0xAFE1 0xE216 # 0 +0xAFE2 0xE217 # 0 +0xAFE3 0xE218 # 0 +0xAFE4 0xE219 # 0 +0xAFE5 0xE21A # 0 +0xAFE6 0xE21B # 0 +0xAFE7 0xE21C # 0 +0xAFE8 0xE21D # 0 +0xAFE9 0xE21E # 0 +0xAFEA 0xE21F # 0 +0xAFEB 0xE220 # 0 +0xAFEC 0xE221 # 0 +0xAFED 0xE222 # 0 +0xAFEE 0xE223 # 0 +0xAFEF 0xE224 # 0 +0xAFF0 0xE225 # 0 +0xAFF1 0xE226 # 0 +0xAFF2 0xE227 # 0 +0xAFF3 0xE228 # 0 +0xAFF4 0xE229 # 0 +0xAFF5 0xE22A # 0 +0xAFF6 0xE22B # 0 +0xAFF7 0xE22C # 0 +0xAFF8 0xE22D # 0 +0xAFF9 0xE22E # 0 +0xAFFA 0xE22F # 0 +0xAFFB 0xE230 # 0 +0xAFFC 0xE231 # 0 +0xAFFD 0xE232 # 0 +0xAFFE 0xE233 # 0 +0xB040 0x7645 # 0 +0xB041 0x7646 # 0 +0xB042 0x7647 # 0 +0xB043 0x7648 # 0 +0xB044 0x7649 # 0 +0xB045 0x764A # 0 +0xB046 0x764B # 0 +0xB047 0x764E # 0 +0xB048 0x764F # 0 +0xB049 0x7650 # 0 +0xB04A 0x7651 # 0 +0xB04B 0x7652 # 0 +0xB04C 0x7653 # 0 +0xB04D 0x7655 # 0 +0xB04E 0x7657 # 0 +0xB04F 0x7658 # 0 +0xB050 0x7659 # 0 +0xB051 0x765A # 0 +0xB052 0x765B # 0 +0xB053 0x765D # 0 +0xB054 0x765F # 0 +0xB055 0x7660 # 0 +0xB056 0x7661 # 0 +0xB057 0x7662 # 0 +0xB058 0x7664 # 0 +0xB059 0x7665 # 0 +0xB05A 0x7666 # 0 +0xB05B 0x7667 # 0 +0xB05C 0x7668 # 0 +0xB05D 0x7669 # 0 +0xB05E 0x766A # 0 +0xB05F 0x766C # 0 +0xB060 0x766D # 0 +0xB061 0x766E # 0 +0xB062 0x7670 # 0 +0xB063 0x7671 # 0 +0xB064 0x7672 # 0 +0xB065 0x7673 # 0 +0xB066 0x7674 # 0 +0xB067 0x7675 # 0 +0xB068 0x7676 # 0 +0xB069 0x7677 # 0 +0xB06A 0x7679 # 0 +0xB06B 0x767A # 0 +0xB06C 0x767C # 0 +0xB06D 0x767F # 0 +0xB06E 0x7680 # 0 +0xB06F 0x7681 # 0 +0xB070 0x7683 # 0 +0xB071 0x7685 # 0 +0xB072 0x7689 # 0 +0xB073 0x768A # 0 +0xB074 0x768C # 0 +0xB075 0x768D # 0 +0xB076 0x768F # 0 +0xB077 0x7690 # 0 +0xB078 0x7692 # 0 +0xB079 0x7694 # 0 +0xB07A 0x7695 # 0 +0xB07B 0x7697 # 0 +0xB07C 0x7698 # 0 +0xB07D 0x769A # 0 +0xB07E 0x769B # 0 +0xB080 0x769C # 0 +0xB081 0x769D # 0 +0xB082 0x769E # 0 +0xB083 0x769F # 0 +0xB084 0x76A0 # 0 +0xB085 0x76A1 # 0 +0xB086 0x76A2 # 0 +0xB087 0x76A3 # 0 +0xB088 0x76A5 # 0 +0xB089 0x76A6 # 0 +0xB08A 0x76A7 # 0 +0xB08B 0x76A8 # 0 +0xB08C 0x76A9 # 0 +0xB08D 0x76AA # 0 +0xB08E 0x76AB # 0 +0xB08F 0x76AC # 0 +0xB090 0x76AD # 0 +0xB091 0x76AF # 0 +0xB092 0x76B0 # 0 +0xB093 0x76B3 # 0 +0xB094 0x76B5 # 0 +0xB095 0x76B6 # 0 +0xB096 0x76B7 # 0 +0xB097 0x76B8 # 0 +0xB098 0x76B9 # 0 +0xB099 0x76BA # 0 +0xB09A 0x76BB # 0 +0xB09B 0x76BC # 0 +0xB09C 0x76BD # 0 +0xB09D 0x76BE # 0 +0xB09E 0x76C0 # 0 +0xB09F 0x76C1 # 0 +0xB0A0 0x76C3 # 0 +0xB0A1 0x554A # 0 +0xB0A2 0x963F # 0 +0xB0A3 0x57C3 # 0 +0xB0A4 0x6328 # 0 +0xB0A5 0x54CE # 0 +0xB0A6 0x5509 # 0 +0xB0A7 0x54C0 # 0 +0xB0A8 0x7691 # 0 +0xB0A9 0x764C # 0 +0xB0AA 0x853C # 0 +0xB0AB 0x77EE # 0 +0xB0AC 0x827E # 0 +0xB0AD 0x788D # 0 +0xB0AE 0x7231 # 0 +0xB0AF 0x9698 # 0 +0xB0B0 0x978D # 0 +0xB0B1 0x6C28 # 0 +0xB0B2 0x5B89 # 0 +0xB0B3 0x4FFA # 0 +0xB0B4 0x6309 # 0 +0xB0B5 0x6697 # 0 +0xB0B6 0x5CB8 # 0 +0xB0B7 0x80FA # 0 +0xB0B8 0x6848 # 0 +0xB0B9 0x80AE # 0 +0xB0BA 0x6602 # 0 +0xB0BB 0x76CE # 0 +0xB0BC 0x51F9 # 0 +0xB0BD 0x6556 # 0 +0xB0BE 0x71AC # 0 +0xB0BF 0x7FF1 # 0 +0xB0C0 0x8884 # 0 +0xB0C1 0x50B2 # 0 +0xB0C2 0x5965 # 0 +0xB0C3 0x61CA # 0 +0xB0C4 0x6FB3 # 0 +0xB0C5 0x82AD # 0 +0xB0C6 0x634C # 0 +0xB0C7 0x6252 # 0 +0xB0C8 0x53ED # 0 +0xB0C9 0x5427 # 0 +0xB0CA 0x7B06 # 0 +0xB0CB 0x516B # 0 +0xB0CC 0x75A4 # 0 +0xB0CD 0x5DF4 # 0 +0xB0CE 0x62D4 # 0 +0xB0CF 0x8DCB # 0 +0xB0D0 0x9776 # 0 +0xB0D1 0x628A # 0 +0xB0D2 0x8019 # 0 +0xB0D3 0x575D # 0 +0xB0D4 0x9738 # 0 +0xB0D5 0x7F62 # 0 +0xB0D6 0x7238 # 0 +0xB0D7 0x767D # 0 +0xB0D8 0x67CF # 0 +0xB0D9 0x767E # 0 +0xB0DA 0x6446 # 0 +0xB0DB 0x4F70 # 0 +0xB0DC 0x8D25 # 0 +0xB0DD 0x62DC # 0 +0xB0DE 0x7A17 # 0 +0xB0DF 0x6591 # 0 +0xB0E0 0x73ED # 0 +0xB0E1 0x642C # 0 +0xB0E2 0x6273 # 0 +0xB0E3 0x822C # 0 +0xB0E4 0x9881 # 0 +0xB0E5 0x677F # 0 +0xB0E6 0x7248 # 0 +0xB0E7 0x626E # 0 +0xB0E8 0x62CC # 0 +0xB0E9 0x4F34 # 0 +0xB0EA 0x74E3 # 0 +0xB0EB 0x534A # 0 +0xB0EC 0x529E # 0 +0xB0ED 0x7ECA # 0 +0xB0EE 0x90A6 # 0 +0xB0EF 0x5E2E # 0 +0xB0F0 0x6886 # 0 +0xB0F1 0x699C # 0 +0xB0F2 0x8180 # 0 +0xB0F3 0x7ED1 # 0 +0xB0F4 0x68D2 # 0 +0xB0F5 0x78C5 # 0 +0xB0F6 0x868C # 0 +0xB0F7 0x9551 # 0 +0xB0F8 0x508D # 0 +0xB0F9 0x8C24 # 0 +0xB0FA 0x82DE # 0 +0xB0FB 0x80DE # 0 +0xB0FC 0x5305 # 0 +0xB0FD 0x8912 # 0 +0xB0FE 0x5265 # 0 +0xB140 0x76C4 # 0 +0xB141 0x76C7 # 0 +0xB142 0x76C9 # 0 +0xB143 0x76CB # 0 +0xB144 0x76CC # 0 +0xB145 0x76D3 # 0 +0xB146 0x76D5 # 0 +0xB147 0x76D9 # 0 +0xB148 0x76DA # 0 +0xB149 0x76DC # 0 +0xB14A 0x76DD # 0 +0xB14B 0x76DE # 0 +0xB14C 0x76E0 # 0 +0xB14D 0x76E1 # 0 +0xB14E 0x76E2 # 0 +0xB14F 0x76E3 # 0 +0xB150 0x76E4 # 0 +0xB151 0x76E6 # 0 +0xB152 0x76E7 # 0 +0xB153 0x76E8 # 0 +0xB154 0x76E9 # 0 +0xB155 0x76EA # 0 +0xB156 0x76EB # 0 +0xB157 0x76EC # 0 +0xB158 0x76ED # 0 +0xB159 0x76F0 # 0 +0xB15A 0x76F3 # 0 +0xB15B 0x76F5 # 0 +0xB15C 0x76F6 # 0 +0xB15D 0x76F7 # 0 +0xB15E 0x76FA # 0 +0xB15F 0x76FB # 0 +0xB160 0x76FD # 0 +0xB161 0x76FF # 0 +0xB162 0x7700 # 0 +0xB163 0x7702 # 0 +0xB164 0x7703 # 0 +0xB165 0x7705 # 0 +0xB166 0x7706 # 0 +0xB167 0x770A # 0 +0xB168 0x770C # 0 +0xB169 0x770E # 0 +0xB16A 0x770F # 0 +0xB16B 0x7710 # 0 +0xB16C 0x7711 # 0 +0xB16D 0x7712 # 0 +0xB16E 0x7713 # 0 +0xB16F 0x7714 # 0 +0xB170 0x7715 # 0 +0xB171 0x7716 # 0 +0xB172 0x7717 # 0 +0xB173 0x7718 # 0 +0xB174 0x771B # 0 +0xB175 0x771C # 0 +0xB176 0x771D # 0 +0xB177 0x771E # 0 +0xB178 0x7721 # 0 +0xB179 0x7723 # 0 +0xB17A 0x7724 # 0 +0xB17B 0x7725 # 0 +0xB17C 0x7727 # 0 +0xB17D 0x772A # 0 +0xB17E 0x772B # 0 +0xB180 0x772C # 0 +0xB181 0x772E # 0 +0xB182 0x7730 # 0 +0xB183 0x7731 # 0 +0xB184 0x7732 # 0 +0xB185 0x7733 # 0 +0xB186 0x7734 # 0 +0xB187 0x7739 # 0 +0xB188 0x773B # 0 +0xB189 0x773D # 0 +0xB18A 0x773E # 0 +0xB18B 0x773F # 0 +0xB18C 0x7742 # 0 +0xB18D 0x7744 # 0 +0xB18E 0x7745 # 0 +0xB18F 0x7746 # 0 +0xB190 0x7748 # 0 +0xB191 0x7749 # 0 +0xB192 0x774A # 0 +0xB193 0x774B # 0 +0xB194 0x774C # 0 +0xB195 0x774D # 0 +0xB196 0x774E # 0 +0xB197 0x774F # 0 +0xB198 0x7752 # 0 +0xB199 0x7753 # 0 +0xB19A 0x7754 # 0 +0xB19B 0x7755 # 0 +0xB19C 0x7756 # 0 +0xB19D 0x7757 # 0 +0xB19E 0x7758 # 0 +0xB19F 0x7759 # 0 +0xB1A0 0x775C # 0 +0xB1A1 0x8584 # 0 +0xB1A2 0x96F9 # 0 +0xB1A3 0x4FDD # 0 +0xB1A4 0x5821 # 0 +0xB1A5 0x9971 # 0 +0xB1A6 0x5B9D # 0 +0xB1A7 0x62B1 # 0 +0xB1A8 0x62A5 # 0 +0xB1A9 0x66B4 # 0 +0xB1AA 0x8C79 # 0 +0xB1AB 0x9C8D # 0 +0xB1AC 0x7206 # 0 +0xB1AD 0x676F # 0 +0xB1AE 0x7891 # 0 +0xB1AF 0x60B2 # 0 +0xB1B0 0x5351 # 0 +0xB1B1 0x5317 # 0 +0xB1B2 0x8F88 # 0 +0xB1B3 0x80CC # 0 +0xB1B4 0x8D1D # 0 +0xB1B5 0x94A1 # 0 +0xB1B6 0x500D # 0 +0xB1B7 0x72C8 # 0 +0xB1B8 0x5907 # 0 +0xB1B9 0x60EB # 0 +0xB1BA 0x7119 # 0 +0xB1BB 0x88AB # 0 +0xB1BC 0x5954 # 0 +0xB1BD 0x82EF # 0 +0xB1BE 0x672C # 0 +0xB1BF 0x7B28 # 0 +0xB1C0 0x5D29 # 0 +0xB1C1 0x7EF7 # 0 +0xB1C2 0x752D # 0 +0xB1C3 0x6CF5 # 0 +0xB1C4 0x8E66 # 0 +0xB1C5 0x8FF8 # 0 +0xB1C6 0x903C # 0 +0xB1C7 0x9F3B # 0 +0xB1C8 0x6BD4 # 0 +0xB1C9 0x9119 # 0 +0xB1CA 0x7B14 # 0 +0xB1CB 0x5F7C # 0 +0xB1CC 0x78A7 # 0 +0xB1CD 0x84D6 # 0 +0xB1CE 0x853D # 0 +0xB1CF 0x6BD5 # 0 +0xB1D0 0x6BD9 # 0 +0xB1D1 0x6BD6 # 0 +0xB1D2 0x5E01 # 0 +0xB1D3 0x5E87 # 0 +0xB1D4 0x75F9 # 0 +0xB1D5 0x95ED # 0 +0xB1D6 0x655D # 0 +0xB1D7 0x5F0A # 0 +0xB1D8 0x5FC5 # 0 +0xB1D9 0x8F9F # 0 +0xB1DA 0x58C1 # 0 +0xB1DB 0x81C2 # 0 +0xB1DC 0x907F # 0 +0xB1DD 0x965B # 0 +0xB1DE 0x97AD # 0 +0xB1DF 0x8FB9 # 0 +0xB1E0 0x7F16 # 0 +0xB1E1 0x8D2C # 0 +0xB1E2 0x6241 # 0 +0xB1E3 0x4FBF # 0 +0xB1E4 0x53D8 # 0 +0xB1E5 0x535E # 0 +0xB1E6 0x8FA8 # 0 +0xB1E7 0x8FA9 # 0 +0xB1E8 0x8FAB # 0 +0xB1E9 0x904D # 0 +0xB1EA 0x6807 # 0 +0xB1EB 0x5F6A # 0 +0xB1EC 0x8198 # 0 +0xB1ED 0x8868 # 0 +0xB1EE 0x9CD6 # 0 +0xB1EF 0x618B # 0 +0xB1F0 0x522B # 0 +0xB1F1 0x762A # 0 +0xB1F2 0x5F6C # 0 +0xB1F3 0x658C # 0 +0xB1F4 0x6FD2 # 0 +0xB1F5 0x6EE8 # 0 +0xB1F6 0x5BBE # 0 +0xB1F7 0x6448 # 0 +0xB1F8 0x5175 # 0 +0xB1F9 0x51B0 # 0 +0xB1FA 0x67C4 # 0 +0xB1FB 0x4E19 # 0 +0xB1FC 0x79C9 # 0 +0xB1FD 0x997C # 0 +0xB1FE 0x70B3 # 0 +0xB240 0x775D # 0 +0xB241 0x775E # 0 +0xB242 0x775F # 0 +0xB243 0x7760 # 0 +0xB244 0x7764 # 0 +0xB245 0x7767 # 0 +0xB246 0x7769 # 0 +0xB247 0x776A # 0 +0xB248 0x776D # 0 +0xB249 0x776E # 0 +0xB24A 0x776F # 0 +0xB24B 0x7770 # 0 +0xB24C 0x7771 # 0 +0xB24D 0x7772 # 0 +0xB24E 0x7773 # 0 +0xB24F 0x7774 # 0 +0xB250 0x7775 # 0 +0xB251 0x7776 # 0 +0xB252 0x7777 # 0 +0xB253 0x7778 # 0 +0xB254 0x777A # 0 +0xB255 0x777B # 0 +0xB256 0x777C # 0 +0xB257 0x7781 # 0 +0xB258 0x7782 # 0 +0xB259 0x7783 # 0 +0xB25A 0x7786 # 0 +0xB25B 0x7787 # 0 +0xB25C 0x7788 # 0 +0xB25D 0x7789 # 0 +0xB25E 0x778A # 0 +0xB25F 0x778B # 0 +0xB260 0x778F # 0 +0xB261 0x7790 # 0 +0xB262 0x7793 # 0 +0xB263 0x7794 # 0 +0xB264 0x7795 # 0 +0xB265 0x7796 # 0 +0xB266 0x7797 # 0 +0xB267 0x7798 # 0 +0xB268 0x7799 # 0 +0xB269 0x779A # 0 +0xB26A 0x779B # 0 +0xB26B 0x779C # 0 +0xB26C 0x779D # 0 +0xB26D 0x779E # 0 +0xB26E 0x77A1 # 0 +0xB26F 0x77A3 # 0 +0xB270 0x77A4 # 0 +0xB271 0x77A6 # 0 +0xB272 0x77A8 # 0 +0xB273 0x77AB # 0 +0xB274 0x77AD # 0 +0xB275 0x77AE # 0 +0xB276 0x77AF # 0 +0xB277 0x77B1 # 0 +0xB278 0x77B2 # 0 +0xB279 0x77B4 # 0 +0xB27A 0x77B6 # 0 +0xB27B 0x77B7 # 0 +0xB27C 0x77B8 # 0 +0xB27D 0x77B9 # 0 +0xB27E 0x77BA # 0 +0xB280 0x77BC # 0 +0xB281 0x77BE # 0 +0xB282 0x77C0 # 0 +0xB283 0x77C1 # 0 +0xB284 0x77C2 # 0 +0xB285 0x77C3 # 0 +0xB286 0x77C4 # 0 +0xB287 0x77C5 # 0 +0xB288 0x77C6 # 0 +0xB289 0x77C7 # 0 +0xB28A 0x77C8 # 0 +0xB28B 0x77C9 # 0 +0xB28C 0x77CA # 0 +0xB28D 0x77CB # 0 +0xB28E 0x77CC # 0 +0xB28F 0x77CE # 0 +0xB290 0x77CF # 0 +0xB291 0x77D0 # 0 +0xB292 0x77D1 # 0 +0xB293 0x77D2 # 0 +0xB294 0x77D3 # 0 +0xB295 0x77D4 # 0 +0xB296 0x77D5 # 0 +0xB297 0x77D6 # 0 +0xB298 0x77D8 # 0 +0xB299 0x77D9 # 0 +0xB29A 0x77DA # 0 +0xB29B 0x77DD # 0 +0xB29C 0x77DE # 0 +0xB29D 0x77DF # 0 +0xB29E 0x77E0 # 0 +0xB29F 0x77E1 # 0 +0xB2A0 0x77E4 # 0 +0xB2A1 0x75C5 # 0 +0xB2A2 0x5E76 # 0 +0xB2A3 0x73BB # 0 +0xB2A4 0x83E0 # 0 +0xB2A5 0x64AD # 0 +0xB2A6 0x62E8 # 0 +0xB2A7 0x94B5 # 0 +0xB2A8 0x6CE2 # 0 +0xB2A9 0x535A # 0 +0xB2AA 0x52C3 # 0 +0xB2AB 0x640F # 0 +0xB2AC 0x94C2 # 0 +0xB2AD 0x7B94 # 0 +0xB2AE 0x4F2F # 0 +0xB2AF 0x5E1B # 0 +0xB2B0 0x8236 # 0 +0xB2B1 0x8116 # 0 +0xB2B2 0x818A # 0 +0xB2B3 0x6E24 # 0 +0xB2B4 0x6CCA # 0 +0xB2B5 0x9A73 # 0 +0xB2B6 0x6355 # 0 +0xB2B7 0x535C # 0 +0xB2B8 0x54FA # 0 +0xB2B9 0x8865 # 0 +0xB2BA 0x57E0 # 0 +0xB2BB 0x4E0D # 0 +0xB2BC 0x5E03 # 0 +0xB2BD 0x6B65 # 0 +0xB2BE 0x7C3F # 0 +0xB2BF 0x90E8 # 0 +0xB2C0 0x6016 # 0 +0xB2C1 0x64E6 # 0 +0xB2C2 0x731C # 0 +0xB2C3 0x88C1 # 0 +0xB2C4 0x6750 # 0 +0xB2C5 0x624D # 0 +0xB2C6 0x8D22 # 0 +0xB2C7 0x776C # 0 +0xB2C8 0x8E29 # 0 +0xB2C9 0x91C7 # 0 +0xB2CA 0x5F69 # 0 +0xB2CB 0x83DC # 0 +0xB2CC 0x8521 # 0 +0xB2CD 0x9910 # 0 +0xB2CE 0x53C2 # 0 +0xB2CF 0x8695 # 0 +0xB2D0 0x6B8B # 0 +0xB2D1 0x60ED # 0 +0xB2D2 0x60E8 # 0 +0xB2D3 0x707F # 0 +0xB2D4 0x82CD # 0 +0xB2D5 0x8231 # 0 +0xB2D6 0x4ED3 # 0 +0xB2D7 0x6CA7 # 0 +0xB2D8 0x85CF # 0 +0xB2D9 0x64CD # 0 +0xB2DA 0x7CD9 # 0 +0xB2DB 0x69FD # 0 +0xB2DC 0x66F9 # 0 +0xB2DD 0x8349 # 0 +0xB2DE 0x5395 # 0 +0xB2DF 0x7B56 # 0 +0xB2E0 0x4FA7 # 0 +0xB2E1 0x518C # 0 +0xB2E2 0x6D4B # 0 +0xB2E3 0x5C42 # 0 +0xB2E4 0x8E6D # 0 +0xB2E5 0x63D2 # 0 +0xB2E6 0x53C9 # 0 +0xB2E7 0x832C # 0 +0xB2E8 0x8336 # 0 +0xB2E9 0x67E5 # 0 +0xB2EA 0x78B4 # 0 +0xB2EB 0x643D # 0 +0xB2EC 0x5BDF # 0 +0xB2ED 0x5C94 # 0 +0xB2EE 0x5DEE # 0 +0xB2EF 0x8BE7 # 0 +0xB2F0 0x62C6 # 0 +0xB2F1 0x67F4 # 0 +0xB2F2 0x8C7A # 0 +0xB2F3 0x6400 # 0 +0xB2F4 0x63BA # 0 +0xB2F5 0x8749 # 0 +0xB2F6 0x998B # 0 +0xB2F7 0x8C17 # 0 +0xB2F8 0x7F20 # 0 +0xB2F9 0x94F2 # 0 +0xB2FA 0x4EA7 # 0 +0xB2FB 0x9610 # 0 +0xB2FC 0x98A4 # 0 +0xB2FD 0x660C # 0 +0xB2FE 0x7316 # 0 +0xB340 0x77E6 # 0 +0xB341 0x77E8 # 0 +0xB342 0x77EA # 0 +0xB343 0x77EF # 0 +0xB344 0x77F0 # 0 +0xB345 0x77F1 # 0 +0xB346 0x77F2 # 0 +0xB347 0x77F4 # 0 +0xB348 0x77F5 # 0 +0xB349 0x77F7 # 0 +0xB34A 0x77F9 # 0 +0xB34B 0x77FA # 0 +0xB34C 0x77FB # 0 +0xB34D 0x77FC # 0 +0xB34E 0x7803 # 0 +0xB34F 0x7804 # 0 +0xB350 0x7805 # 0 +0xB351 0x7806 # 0 +0xB352 0x7807 # 0 +0xB353 0x7808 # 0 +0xB354 0x780A # 0 +0xB355 0x780B # 0 +0xB356 0x780E # 0 +0xB357 0x780F # 0 +0xB358 0x7810 # 0 +0xB359 0x7813 # 0 +0xB35A 0x7815 # 0 +0xB35B 0x7819 # 0 +0xB35C 0x781B # 0 +0xB35D 0x781E # 0 +0xB35E 0x7820 # 0 +0xB35F 0x7821 # 0 +0xB360 0x7822 # 0 +0xB361 0x7824 # 0 +0xB362 0x7828 # 0 +0xB363 0x782A # 0 +0xB364 0x782B # 0 +0xB365 0x782E # 0 +0xB366 0x782F # 0 +0xB367 0x7831 # 0 +0xB368 0x7832 # 0 +0xB369 0x7833 # 0 +0xB36A 0x7835 # 0 +0xB36B 0x7836 # 0 +0xB36C 0x783D # 0 +0xB36D 0x783F # 0 +0xB36E 0x7841 # 0 +0xB36F 0x7842 # 0 +0xB370 0x7843 # 0 +0xB371 0x7844 # 0 +0xB372 0x7846 # 0 +0xB373 0x7848 # 0 +0xB374 0x7849 # 0 +0xB375 0x784A # 0 +0xB376 0x784B # 0 +0xB377 0x784D # 0 +0xB378 0x784F # 0 +0xB379 0x7851 # 0 +0xB37A 0x7853 # 0 +0xB37B 0x7854 # 0 +0xB37C 0x7858 # 0 +0xB37D 0x7859 # 0 +0xB37E 0x785A # 0 +0xB380 0x785B # 0 +0xB381 0x785C # 0 +0xB382 0x785E # 0 +0xB383 0x785F # 0 +0xB384 0x7860 # 0 +0xB385 0x7861 # 0 +0xB386 0x7862 # 0 +0xB387 0x7863 # 0 +0xB388 0x7864 # 0 +0xB389 0x7865 # 0 +0xB38A 0x7866 # 0 +0xB38B 0x7867 # 0 +0xB38C 0x7868 # 0 +0xB38D 0x7869 # 0 +0xB38E 0x786F # 0 +0xB38F 0x7870 # 0 +0xB390 0x7871 # 0 +0xB391 0x7872 # 0 +0xB392 0x7873 # 0 +0xB393 0x7874 # 0 +0xB394 0x7875 # 0 +0xB395 0x7876 # 0 +0xB396 0x7878 # 0 +0xB397 0x7879 # 0 +0xB398 0x787A # 0 +0xB399 0x787B # 0 +0xB39A 0x787D # 0 +0xB39B 0x787E # 0 +0xB39C 0x787F # 0 +0xB39D 0x7880 # 0 +0xB39E 0x7881 # 0 +0xB39F 0x7882 # 0 +0xB3A0 0x7883 # 0 +0xB3A1 0x573A # 0 +0xB3A2 0x5C1D # 0 +0xB3A3 0x5E38 # 0 +0xB3A4 0x957F # 0 +0xB3A5 0x507F # 0 +0xB3A6 0x80A0 # 0 +0xB3A7 0x5382 # 0 +0xB3A8 0x655E # 0 +0xB3A9 0x7545 # 0 +0xB3AA 0x5531 # 0 +0xB3AB 0x5021 # 0 +0xB3AC 0x8D85 # 0 +0xB3AD 0x6284 # 0 +0xB3AE 0x949E # 0 +0xB3AF 0x671D # 0 +0xB3B0 0x5632 # 0 +0xB3B1 0x6F6E # 0 +0xB3B2 0x5DE2 # 0 +0xB3B3 0x5435 # 0 +0xB3B4 0x7092 # 0 +0xB3B5 0x8F66 # 0 +0xB3B6 0x626F # 0 +0xB3B7 0x64A4 # 0 +0xB3B8 0x63A3 # 0 +0xB3B9 0x5F7B # 0 +0xB3BA 0x6F88 # 0 +0xB3BB 0x90F4 # 0 +0xB3BC 0x81E3 # 0 +0xB3BD 0x8FB0 # 0 +0xB3BE 0x5C18 # 0 +0xB3BF 0x6668 # 0 +0xB3C0 0x5FF1 # 0 +0xB3C1 0x6C89 # 0 +0xB3C2 0x9648 # 0 +0xB3C3 0x8D81 # 0 +0xB3C4 0x886C # 0 +0xB3C5 0x6491 # 0 +0xB3C6 0x79F0 # 0 +0xB3C7 0x57CE # 0 +0xB3C8 0x6A59 # 0 +0xB3C9 0x6210 # 0 +0xB3CA 0x5448 # 0 +0xB3CB 0x4E58 # 0 +0xB3CC 0x7A0B # 0 +0xB3CD 0x60E9 # 0 +0xB3CE 0x6F84 # 0 +0xB3CF 0x8BDA # 0 +0xB3D0 0x627F # 0 +0xB3D1 0x901E # 0 +0xB3D2 0x9A8B # 0 +0xB3D3 0x79E4 # 0 +0xB3D4 0x5403 # 0 +0xB3D5 0x75F4 # 0 +0xB3D6 0x6301 # 0 +0xB3D7 0x5319 # 0 +0xB3D8 0x6C60 # 0 +0xB3D9 0x8FDF # 0 +0xB3DA 0x5F1B # 0 +0xB3DB 0x9A70 # 0 +0xB3DC 0x803B # 0 +0xB3DD 0x9F7F # 0 +0xB3DE 0x4F88 # 0 +0xB3DF 0x5C3A # 0 +0xB3E0 0x8D64 # 0 +0xB3E1 0x7FC5 # 0 +0xB3E2 0x65A5 # 0 +0xB3E3 0x70BD # 0 +0xB3E4 0x5145 # 0 +0xB3E5 0x51B2 # 0 +0xB3E6 0x866B # 0 +0xB3E7 0x5D07 # 0 +0xB3E8 0x5BA0 # 0 +0xB3E9 0x62BD # 0 +0xB3EA 0x916C # 0 +0xB3EB 0x7574 # 0 +0xB3EC 0x8E0C # 0 +0xB3ED 0x7A20 # 0 +0xB3EE 0x6101 # 0 +0xB3EF 0x7B79 # 0 +0xB3F0 0x4EC7 # 0 +0xB3F1 0x7EF8 # 0 +0xB3F2 0x7785 # 0 +0xB3F3 0x4E11 # 0 +0xB3F4 0x81ED # 0 +0xB3F5 0x521D # 0 +0xB3F6 0x51FA # 0 +0xB3F7 0x6A71 # 0 +0xB3F8 0x53A8 # 0 +0xB3F9 0x8E87 # 0 +0xB3FA 0x9504 # 0 +0xB3FB 0x96CF # 0 +0xB3FC 0x6EC1 # 0 +0xB3FD 0x9664 # 0 +0xB3FE 0x695A # 0 +0xB440 0x7884 # 0 +0xB441 0x7885 # 0 +0xB442 0x7886 # 0 +0xB443 0x7888 # 0 +0xB444 0x788A # 0 +0xB445 0x788B # 0 +0xB446 0x788F # 0 +0xB447 0x7890 # 0 +0xB448 0x7892 # 0 +0xB449 0x7894 # 0 +0xB44A 0x7895 # 0 +0xB44B 0x7896 # 0 +0xB44C 0x7899 # 0 +0xB44D 0x789D # 0 +0xB44E 0x789E # 0 +0xB44F 0x78A0 # 0 +0xB450 0x78A2 # 0 +0xB451 0x78A4 # 0 +0xB452 0x78A6 # 0 +0xB453 0x78A8 # 0 +0xB454 0x78A9 # 0 +0xB455 0x78AA # 0 +0xB456 0x78AB # 0 +0xB457 0x78AC # 0 +0xB458 0x78AD # 0 +0xB459 0x78AE # 0 +0xB45A 0x78AF # 0 +0xB45B 0x78B5 # 0 +0xB45C 0x78B6 # 0 +0xB45D 0x78B7 # 0 +0xB45E 0x78B8 # 0 +0xB45F 0x78BA # 0 +0xB460 0x78BB # 0 +0xB461 0x78BC # 0 +0xB462 0x78BD # 0 +0xB463 0x78BF # 0 +0xB464 0x78C0 # 0 +0xB465 0x78C2 # 0 +0xB466 0x78C3 # 0 +0xB467 0x78C4 # 0 +0xB468 0x78C6 # 0 +0xB469 0x78C7 # 0 +0xB46A 0x78C8 # 0 +0xB46B 0x78CC # 0 +0xB46C 0x78CD # 0 +0xB46D 0x78CE # 0 +0xB46E 0x78CF # 0 +0xB46F 0x78D1 # 0 +0xB470 0x78D2 # 0 +0xB471 0x78D3 # 0 +0xB472 0x78D6 # 0 +0xB473 0x78D7 # 0 +0xB474 0x78D8 # 0 +0xB475 0x78DA # 0 +0xB476 0x78DB # 0 +0xB477 0x78DC # 0 +0xB478 0x78DD # 0 +0xB479 0x78DE # 0 +0xB47A 0x78DF # 0 +0xB47B 0x78E0 # 0 +0xB47C 0x78E1 # 0 +0xB47D 0x78E2 # 0 +0xB47E 0x78E3 # 0 +0xB480 0x78E4 # 0 +0xB481 0x78E5 # 0 +0xB482 0x78E6 # 0 +0xB483 0x78E7 # 0 +0xB484 0x78E9 # 0 +0xB485 0x78EA # 0 +0xB486 0x78EB # 0 +0xB487 0x78ED # 0 +0xB488 0x78EE # 0 +0xB489 0x78EF # 0 +0xB48A 0x78F0 # 0 +0xB48B 0x78F1 # 0 +0xB48C 0x78F3 # 0 +0xB48D 0x78F5 # 0 +0xB48E 0x78F6 # 0 +0xB48F 0x78F8 # 0 +0xB490 0x78F9 # 0 +0xB491 0x78FB # 0 +0xB492 0x78FC # 0 +0xB493 0x78FD # 0 +0xB494 0x78FE # 0 +0xB495 0x78FF # 0 +0xB496 0x7900 # 0 +0xB497 0x7902 # 0 +0xB498 0x7903 # 0 +0xB499 0x7904 # 0 +0xB49A 0x7906 # 0 +0xB49B 0x7907 # 0 +0xB49C 0x7908 # 0 +0xB49D 0x7909 # 0 +0xB49E 0x790A # 0 +0xB49F 0x790B # 0 +0xB4A0 0x790C # 0 +0xB4A1 0x7840 # 0 +0xB4A2 0x50A8 # 0 +0xB4A3 0x77D7 # 0 +0xB4A4 0x6410 # 0 +0xB4A5 0x89E6 # 0 +0xB4A6 0x5904 # 0 +0xB4A7 0x63E3 # 0 +0xB4A8 0x5DDD # 0 +0xB4A9 0x7A7F # 0 +0xB4AA 0x693D # 0 +0xB4AB 0x4F20 # 0 +0xB4AC 0x8239 # 0 +0xB4AD 0x5598 # 0 +0xB4AE 0x4E32 # 0 +0xB4AF 0x75AE # 0 +0xB4B0 0x7A97 # 0 +0xB4B1 0x5E62 # 0 +0xB4B2 0x5E8A # 0 +0xB4B3 0x95EF # 0 +0xB4B4 0x521B # 0 +0xB4B5 0x5439 # 0 +0xB4B6 0x708A # 0 +0xB4B7 0x6376 # 0 +0xB4B8 0x9524 # 0 +0xB4B9 0x5782 # 0 +0xB4BA 0x6625 # 0 +0xB4BB 0x693F # 0 +0xB4BC 0x9187 # 0 +0xB4BD 0x5507 # 0 +0xB4BE 0x6DF3 # 0 +0xB4BF 0x7EAF # 0 +0xB4C0 0x8822 # 0 +0xB4C1 0x6233 # 0 +0xB4C2 0x7EF0 # 0 +0xB4C3 0x75B5 # 0 +0xB4C4 0x8328 # 0 +0xB4C5 0x78C1 # 0 +0xB4C6 0x96CC # 0 +0xB4C7 0x8F9E # 0 +0xB4C8 0x6148 # 0 +0xB4C9 0x74F7 # 0 +0xB4CA 0x8BCD # 0 +0xB4CB 0x6B64 # 0 +0xB4CC 0x523A # 0 +0xB4CD 0x8D50 # 0 +0xB4CE 0x6B21 # 0 +0xB4CF 0x806A # 0 +0xB4D0 0x8471 # 0 +0xB4D1 0x56F1 # 0 +0xB4D2 0x5306 # 0 +0xB4D3 0x4ECE # 0 +0xB4D4 0x4E1B # 0 +0xB4D5 0x51D1 # 0 +0xB4D6 0x7C97 # 0 +0xB4D7 0x918B # 0 +0xB4D8 0x7C07 # 0 +0xB4D9 0x4FC3 # 0 +0xB4DA 0x8E7F # 0 +0xB4DB 0x7BE1 # 0 +0xB4DC 0x7A9C # 0 +0xB4DD 0x6467 # 0 +0xB4DE 0x5D14 # 0 +0xB4DF 0x50AC # 0 +0xB4E0 0x8106 # 0 +0xB4E1 0x7601 # 0 +0xB4E2 0x7CB9 # 0 +0xB4E3 0x6DEC # 0 +0xB4E4 0x7FE0 # 0 +0xB4E5 0x6751 # 0 +0xB4E6 0x5B58 # 0 +0xB4E7 0x5BF8 # 0 +0xB4E8 0x78CB # 0 +0xB4E9 0x64AE # 0 +0xB4EA 0x6413 # 0 +0xB4EB 0x63AA # 0 +0xB4EC 0x632B # 0 +0xB4ED 0x9519 # 0 +0xB4EE 0x642D # 0 +0xB4EF 0x8FBE # 0 +0xB4F0 0x7B54 # 0 +0xB4F1 0x7629 # 0 +0xB4F2 0x6253 # 0 +0xB4F3 0x5927 # 0 +0xB4F4 0x5446 # 0 +0xB4F5 0x6B79 # 0 +0xB4F6 0x50A3 # 0 +0xB4F7 0x6234 # 0 +0xB4F8 0x5E26 # 0 +0xB4F9 0x6B86 # 0 +0xB4FA 0x4EE3 # 0 +0xB4FB 0x8D37 # 0 +0xB4FC 0x888B # 0 +0xB4FD 0x5F85 # 0 +0xB4FE 0x902E # 0 +0xB540 0x790D # 0 +0xB541 0x790E # 0 +0xB542 0x790F # 0 +0xB543 0x7910 # 0 +0xB544 0x7911 # 0 +0xB545 0x7912 # 0 +0xB546 0x7914 # 0 +0xB547 0x7915 # 0 +0xB548 0x7916 # 0 +0xB549 0x7917 # 0 +0xB54A 0x7918 # 0 +0xB54B 0x7919 # 0 +0xB54C 0x791A # 0 +0xB54D 0x791B # 0 +0xB54E 0x791C # 0 +0xB54F 0x791D # 0 +0xB550 0x791F # 0 +0xB551 0x7920 # 0 +0xB552 0x7921 # 0 +0xB553 0x7922 # 0 +0xB554 0x7923 # 0 +0xB555 0x7925 # 0 +0xB556 0x7926 # 0 +0xB557 0x7927 # 0 +0xB558 0x7928 # 0 +0xB559 0x7929 # 0 +0xB55A 0x792A # 0 +0xB55B 0x792B # 0 +0xB55C 0x792C # 0 +0xB55D 0x792D # 0 +0xB55E 0x792E # 0 +0xB55F 0x792F # 0 +0xB560 0x7930 # 0 +0xB561 0x7931 # 0 +0xB562 0x7932 # 0 +0xB563 0x7933 # 0 +0xB564 0x7935 # 0 +0xB565 0x7936 # 0 +0xB566 0x7937 # 0 +0xB567 0x7938 # 0 +0xB568 0x7939 # 0 +0xB569 0x793D # 0 +0xB56A 0x793F # 0 +0xB56B 0x7942 # 0 +0xB56C 0x7943 # 0 +0xB56D 0x7944 # 0 +0xB56E 0x7945 # 0 +0xB56F 0x7947 # 0 +0xB570 0x794A # 0 +0xB571 0x794B # 0 +0xB572 0x794C # 0 +0xB573 0x794D # 0 +0xB574 0x794E # 0 +0xB575 0x794F # 0 +0xB576 0x7950 # 0 +0xB577 0x7951 # 0 +0xB578 0x7952 # 0 +0xB579 0x7954 # 0 +0xB57A 0x7955 # 0 +0xB57B 0x7958 # 0 +0xB57C 0x7959 # 0 +0xB57D 0x7961 # 0 +0xB57E 0x7963 # 0 +0xB580 0x7964 # 0 +0xB581 0x7966 # 0 +0xB582 0x7969 # 0 +0xB583 0x796A # 0 +0xB584 0x796B # 0 +0xB585 0x796C # 0 +0xB586 0x796E # 0 +0xB587 0x7970 # 0 +0xB588 0x7971 # 0 +0xB589 0x7972 # 0 +0xB58A 0x7973 # 0 +0xB58B 0x7974 # 0 +0xB58C 0x7975 # 0 +0xB58D 0x7976 # 0 +0xB58E 0x7979 # 0 +0xB58F 0x797B # 0 +0xB590 0x797C # 0 +0xB591 0x797D # 0 +0xB592 0x797E # 0 +0xB593 0x797F # 0 +0xB594 0x7982 # 0 +0xB595 0x7983 # 0 +0xB596 0x7986 # 0 +0xB597 0x7987 # 0 +0xB598 0x7988 # 0 +0xB599 0x7989 # 0 +0xB59A 0x798B # 0 +0xB59B 0x798C # 0 +0xB59C 0x798D # 0 +0xB59D 0x798E # 0 +0xB59E 0x7990 # 0 +0xB59F 0x7991 # 0 +0xB5A0 0x7992 # 0 +0xB5A1 0x6020 # 0 +0xB5A2 0x803D # 0 +0xB5A3 0x62C5 # 0 +0xB5A4 0x4E39 # 0 +0xB5A5 0x5355 # 0 +0xB5A6 0x90F8 # 0 +0xB5A7 0x63B8 # 0 +0xB5A8 0x80C6 # 0 +0xB5A9 0x65E6 # 0 +0xB5AA 0x6C2E # 0 +0xB5AB 0x4F46 # 0 +0xB5AC 0x60EE # 0 +0xB5AD 0x6DE1 # 0 +0xB5AE 0x8BDE # 0 +0xB5AF 0x5F39 # 0 +0xB5B0 0x86CB # 0 +0xB5B1 0x5F53 # 0 +0xB5B2 0x6321 # 0 +0xB5B3 0x515A # 0 +0xB5B4 0x8361 # 0 +0xB5B5 0x6863 # 0 +0xB5B6 0x5200 # 0 +0xB5B7 0x6363 # 0 +0xB5B8 0x8E48 # 0 +0xB5B9 0x5012 # 0 +0xB5BA 0x5C9B # 0 +0xB5BB 0x7977 # 0 +0xB5BC 0x5BFC # 0 +0xB5BD 0x5230 # 0 +0xB5BE 0x7A3B # 0 +0xB5BF 0x60BC # 0 +0xB5C0 0x9053 # 0 +0xB5C1 0x76D7 # 0 +0xB5C2 0x5FB7 # 0 +0xB5C3 0x5F97 # 0 +0xB5C4 0x7684 # 0 +0xB5C5 0x8E6C # 0 +0xB5C6 0x706F # 0 +0xB5C7 0x767B # 0 +0xB5C8 0x7B49 # 0 +0xB5C9 0x77AA # 0 +0xB5CA 0x51F3 # 0 +0xB5CB 0x9093 # 0 +0xB5CC 0x5824 # 0 +0xB5CD 0x4F4E # 0 +0xB5CE 0x6EF4 # 0 +0xB5CF 0x8FEA # 0 +0xB5D0 0x654C # 0 +0xB5D1 0x7B1B # 0 +0xB5D2 0x72C4 # 0 +0xB5D3 0x6DA4 # 0 +0xB5D4 0x7FDF # 0 +0xB5D5 0x5AE1 # 0 +0xB5D6 0x62B5 # 0 +0xB5D7 0x5E95 # 0 +0xB5D8 0x5730 # 0 +0xB5D9 0x8482 # 0 +0xB5DA 0x7B2C # 0 +0xB5DB 0x5E1D # 0 +0xB5DC 0x5F1F # 0 +0xB5DD 0x9012 # 0 +0xB5DE 0x7F14 # 0 +0xB5DF 0x98A0 # 0 +0xB5E0 0x6382 # 0 +0xB5E1 0x6EC7 # 0 +0xB5E2 0x7898 # 0 +0xB5E3 0x70B9 # 0 +0xB5E4 0x5178 # 0 +0xB5E5 0x975B # 0 +0xB5E6 0x57AB # 0 +0xB5E7 0x7535 # 0 +0xB5E8 0x4F43 # 0 +0xB5E9 0x7538 # 0 +0xB5EA 0x5E97 # 0 +0xB5EB 0x60E6 # 0 +0xB5EC 0x5960 # 0 +0xB5ED 0x6DC0 # 0 +0xB5EE 0x6BBF # 0 +0xB5EF 0x7889 # 0 +0xB5F0 0x53FC # 0 +0xB5F1 0x96D5 # 0 +0xB5F2 0x51CB # 0 +0xB5F3 0x5201 # 0 +0xB5F4 0x6389 # 0 +0xB5F5 0x540A # 0 +0xB5F6 0x9493 # 0 +0xB5F7 0x8C03 # 0 +0xB5F8 0x8DCC # 0 +0xB5F9 0x7239 # 0 +0xB5FA 0x789F # 0 +0xB5FB 0x8776 # 0 +0xB5FC 0x8FED # 0 +0xB5FD 0x8C0D # 0 +0xB5FE 0x53E0 # 0 +0xB640 0x7993 # 0 +0xB641 0x7994 # 0 +0xB642 0x7995 # 0 +0xB643 0x7996 # 0 +0xB644 0x7997 # 0 +0xB645 0x7998 # 0 +0xB646 0x7999 # 0 +0xB647 0x799B # 0 +0xB648 0x799C # 0 +0xB649 0x799D # 0 +0xB64A 0x799E # 0 +0xB64B 0x799F # 0 +0xB64C 0x79A0 # 0 +0xB64D 0x79A1 # 0 +0xB64E 0x79A2 # 0 +0xB64F 0x79A3 # 0 +0xB650 0x79A4 # 0 +0xB651 0x79A5 # 0 +0xB652 0x79A6 # 0 +0xB653 0x79A8 # 0 +0xB654 0x79A9 # 0 +0xB655 0x79AA # 0 +0xB656 0x79AB # 0 +0xB657 0x79AC # 0 +0xB658 0x79AD # 0 +0xB659 0x79AE # 0 +0xB65A 0x79AF # 0 +0xB65B 0x79B0 # 0 +0xB65C 0x79B1 # 0 +0xB65D 0x79B2 # 0 +0xB65E 0x79B4 # 0 +0xB65F 0x79B5 # 0 +0xB660 0x79B6 # 0 +0xB661 0x79B7 # 0 +0xB662 0x79B8 # 0 +0xB663 0x79BC # 0 +0xB664 0x79BF # 0 +0xB665 0x79C2 # 0 +0xB666 0x79C4 # 0 +0xB667 0x79C5 # 0 +0xB668 0x79C7 # 0 +0xB669 0x79C8 # 0 +0xB66A 0x79CA # 0 +0xB66B 0x79CC # 0 +0xB66C 0x79CE # 0 +0xB66D 0x79CF # 0 +0xB66E 0x79D0 # 0 +0xB66F 0x79D3 # 0 +0xB670 0x79D4 # 0 +0xB671 0x79D6 # 0 +0xB672 0x79D7 # 0 +0xB673 0x79D9 # 0 +0xB674 0x79DA # 0 +0xB675 0x79DB # 0 +0xB676 0x79DC # 0 +0xB677 0x79DD # 0 +0xB678 0x79DE # 0 +0xB679 0x79E0 # 0 +0xB67A 0x79E1 # 0 +0xB67B 0x79E2 # 0 +0xB67C 0x79E5 # 0 +0xB67D 0x79E8 # 0 +0xB67E 0x79EA # 0 +0xB680 0x79EC # 0 +0xB681 0x79EE # 0 +0xB682 0x79F1 # 0 +0xB683 0x79F2 # 0 +0xB684 0x79F3 # 0 +0xB685 0x79F4 # 0 +0xB686 0x79F5 # 0 +0xB687 0x79F6 # 0 +0xB688 0x79F7 # 0 +0xB689 0x79F9 # 0 +0xB68A 0x79FA # 0 +0xB68B 0x79FC # 0 +0xB68C 0x79FE # 0 +0xB68D 0x79FF # 0 +0xB68E 0x7A01 # 0 +0xB68F 0x7A04 # 0 +0xB690 0x7A05 # 0 +0xB691 0x7A07 # 0 +0xB692 0x7A08 # 0 +0xB693 0x7A09 # 0 +0xB694 0x7A0A # 0 +0xB695 0x7A0C # 0 +0xB696 0x7A0F # 0 +0xB697 0x7A10 # 0 +0xB698 0x7A11 # 0 +0xB699 0x7A12 # 0 +0xB69A 0x7A13 # 0 +0xB69B 0x7A15 # 0 +0xB69C 0x7A16 # 0 +0xB69D 0x7A18 # 0 +0xB69E 0x7A19 # 0 +0xB69F 0x7A1B # 0 +0xB6A0 0x7A1C # 0 +0xB6A1 0x4E01 # 0 +0xB6A2 0x76EF # 0 +0xB6A3 0x53EE # 0 +0xB6A4 0x9489 # 0 +0xB6A5 0x9876 # 0 +0xB6A6 0x9F0E # 0 +0xB6A7 0x952D # 0 +0xB6A8 0x5B9A # 0 +0xB6A9 0x8BA2 # 0 +0xB6AA 0x4E22 # 0 +0xB6AB 0x4E1C # 0 +0xB6AC 0x51AC # 0 +0xB6AD 0x8463 # 0 +0xB6AE 0x61C2 # 0 +0xB6AF 0x52A8 # 0 +0xB6B0 0x680B # 0 +0xB6B1 0x4F97 # 0 +0xB6B2 0x606B # 0 +0xB6B3 0x51BB # 0 +0xB6B4 0x6D1E # 0 +0xB6B5 0x515C # 0 +0xB6B6 0x6296 # 0 +0xB6B7 0x6597 # 0 +0xB6B8 0x9661 # 0 +0xB6B9 0x8C46 # 0 +0xB6BA 0x9017 # 0 +0xB6BB 0x75D8 # 0 +0xB6BC 0x90FD # 0 +0xB6BD 0x7763 # 0 +0xB6BE 0x6BD2 # 0 +0xB6BF 0x728A # 0 +0xB6C0 0x72EC # 0 +0xB6C1 0x8BFB # 0 +0xB6C2 0x5835 # 0 +0xB6C3 0x7779 # 0 +0xB6C4 0x8D4C # 0 +0xB6C5 0x675C # 0 +0xB6C6 0x9540 # 0 +0xB6C7 0x809A # 0 +0xB6C8 0x5EA6 # 0 +0xB6C9 0x6E21 # 0 +0xB6CA 0x5992 # 0 +0xB6CB 0x7AEF # 0 +0xB6CC 0x77ED # 0 +0xB6CD 0x953B # 0 +0xB6CE 0x6BB5 # 0 +0xB6CF 0x65AD # 0 +0xB6D0 0x7F0E # 0 +0xB6D1 0x5806 # 0 +0xB6D2 0x5151 # 0 +0xB6D3 0x961F # 0 +0xB6D4 0x5BF9 # 0 +0xB6D5 0x58A9 # 0 +0xB6D6 0x5428 # 0 +0xB6D7 0x8E72 # 0 +0xB6D8 0x6566 # 0 +0xB6D9 0x987F # 0 +0xB6DA 0x56E4 # 0 +0xB6DB 0x949D # 0 +0xB6DC 0x76FE # 0 +0xB6DD 0x9041 # 0 +0xB6DE 0x6387 # 0 +0xB6DF 0x54C6 # 0 +0xB6E0 0x591A # 0 +0xB6E1 0x593A # 0 +0xB6E2 0x579B # 0 +0xB6E3 0x8EB2 # 0 +0xB6E4 0x6735 # 0 +0xB6E5 0x8DFA # 0 +0xB6E6 0x8235 # 0 +0xB6E7 0x5241 # 0 +0xB6E8 0x60F0 # 0 +0xB6E9 0x5815 # 0 +0xB6EA 0x86FE # 0 +0xB6EB 0x5CE8 # 0 +0xB6EC 0x9E45 # 0 +0xB6ED 0x4FC4 # 0 +0xB6EE 0x989D # 0 +0xB6EF 0x8BB9 # 0 +0xB6F0 0x5A25 # 0 +0xB6F1 0x6076 # 0 +0xB6F2 0x5384 # 0 +0xB6F3 0x627C # 0 +0xB6F4 0x904F # 0 +0xB6F5 0x9102 # 0 +0xB6F6 0x997F # 0 +0xB6F7 0x6069 # 0 +0xB6F8 0x800C # 0 +0xB6F9 0x513F # 0 +0xB6FA 0x8033 # 0 +0xB6FB 0x5C14 # 0 +0xB6FC 0x9975 # 0 +0xB6FD 0x6D31 # 0 +0xB6FE 0x4E8C # 0 +0xB740 0x7A1D # 0 +0xB741 0x7A1F # 0 +0xB742 0x7A21 # 0 +0xB743 0x7A22 # 0 +0xB744 0x7A24 # 0 +0xB745 0x7A25 # 0 +0xB746 0x7A26 # 0 +0xB747 0x7A27 # 0 +0xB748 0x7A28 # 0 +0xB749 0x7A29 # 0 +0xB74A 0x7A2A # 0 +0xB74B 0x7A2B # 0 +0xB74C 0x7A2C # 0 +0xB74D 0x7A2D # 0 +0xB74E 0x7A2E # 0 +0xB74F 0x7A2F # 0 +0xB750 0x7A30 # 0 +0xB751 0x7A31 # 0 +0xB752 0x7A32 # 0 +0xB753 0x7A34 # 0 +0xB754 0x7A35 # 0 +0xB755 0x7A36 # 0 +0xB756 0x7A38 # 0 +0xB757 0x7A3A # 0 +0xB758 0x7A3E # 0 +0xB759 0x7A40 # 0 +0xB75A 0x7A41 # 0 +0xB75B 0x7A42 # 0 +0xB75C 0x7A43 # 0 +0xB75D 0x7A44 # 0 +0xB75E 0x7A45 # 0 +0xB75F 0x7A47 # 0 +0xB760 0x7A48 # 0 +0xB761 0x7A49 # 0 +0xB762 0x7A4A # 0 +0xB763 0x7A4B # 0 +0xB764 0x7A4C # 0 +0xB765 0x7A4D # 0 +0xB766 0x7A4E # 0 +0xB767 0x7A4F # 0 +0xB768 0x7A50 # 0 +0xB769 0x7A52 # 0 +0xB76A 0x7A53 # 0 +0xB76B 0x7A54 # 0 +0xB76C 0x7A55 # 0 +0xB76D 0x7A56 # 0 +0xB76E 0x7A58 # 0 +0xB76F 0x7A59 # 0 +0xB770 0x7A5A # 0 +0xB771 0x7A5B # 0 +0xB772 0x7A5C # 0 +0xB773 0x7A5D # 0 +0xB774 0x7A5E # 0 +0xB775 0x7A5F # 0 +0xB776 0x7A60 # 0 +0xB777 0x7A61 # 0 +0xB778 0x7A62 # 0 +0xB779 0x7A63 # 0 +0xB77A 0x7A64 # 0 +0xB77B 0x7A65 # 0 +0xB77C 0x7A66 # 0 +0xB77D 0x7A67 # 0 +0xB77E 0x7A68 # 0 +0xB780 0x7A69 # 0 +0xB781 0x7A6A # 0 +0xB782 0x7A6B # 0 +0xB783 0x7A6C # 0 +0xB784 0x7A6D # 0 +0xB785 0x7A6E # 0 +0xB786 0x7A6F # 0 +0xB787 0x7A71 # 0 +0xB788 0x7A72 # 0 +0xB789 0x7A73 # 0 +0xB78A 0x7A75 # 0 +0xB78B 0x7A7B # 0 +0xB78C 0x7A7C # 0 +0xB78D 0x7A7D # 0 +0xB78E 0x7A7E # 0 +0xB78F 0x7A82 # 0 +0xB790 0x7A85 # 0 +0xB791 0x7A87 # 0 +0xB792 0x7A89 # 0 +0xB793 0x7A8A # 0 +0xB794 0x7A8B # 0 +0xB795 0x7A8C # 0 +0xB796 0x7A8E # 0 +0xB797 0x7A8F # 0 +0xB798 0x7A90 # 0 +0xB799 0x7A93 # 0 +0xB79A 0x7A94 # 0 +0xB79B 0x7A99 # 0 +0xB79C 0x7A9A # 0 +0xB79D 0x7A9B # 0 +0xB79E 0x7A9E # 0 +0xB79F 0x7AA1 # 0 +0xB7A0 0x7AA2 # 0 +0xB7A1 0x8D30 # 0 +0xB7A2 0x53D1 # 0 +0xB7A3 0x7F5A # 0 +0xB7A4 0x7B4F # 0 +0xB7A5 0x4F10 # 0 +0xB7A6 0x4E4F # 0 +0xB7A7 0x9600 # 0 +0xB7A8 0x6CD5 # 0 +0xB7A9 0x73D0 # 0 +0xB7AA 0x85E9 # 0 +0xB7AB 0x5E06 # 0 +0xB7AC 0x756A # 0 +0xB7AD 0x7FFB # 0 +0xB7AE 0x6A0A # 0 +0xB7AF 0x77FE # 0 +0xB7B0 0x9492 # 0 +0xB7B1 0x7E41 # 0 +0xB7B2 0x51E1 # 0 +0xB7B3 0x70E6 # 0 +0xB7B4 0x53CD # 0 +0xB7B5 0x8FD4 # 0 +0xB7B6 0x8303 # 0 +0xB7B7 0x8D29 # 0 +0xB7B8 0x72AF # 0 +0xB7B9 0x996D # 0 +0xB7BA 0x6CDB # 0 +0xB7BB 0x574A # 0 +0xB7BC 0x82B3 # 0 +0xB7BD 0x65B9 # 0 +0xB7BE 0x80AA # 0 +0xB7BF 0x623F # 0 +0xB7C0 0x9632 # 0 +0xB7C1 0x59A8 # 0 +0xB7C2 0x4EFF # 0 +0xB7C3 0x8BBF # 0 +0xB7C4 0x7EBA # 0 +0xB7C5 0x653E # 0 +0xB7C6 0x83F2 # 0 +0xB7C7 0x975E # 0 +0xB7C8 0x5561 # 0 +0xB7C9 0x98DE # 0 +0xB7CA 0x80A5 # 0 +0xB7CB 0x532A # 0 +0xB7CC 0x8BFD # 0 +0xB7CD 0x5420 # 0 +0xB7CE 0x80BA # 0 +0xB7CF 0x5E9F # 0 +0xB7D0 0x6CB8 # 0 +0xB7D1 0x8D39 # 0 +0xB7D2 0x82AC # 0 +0xB7D3 0x915A # 0 +0xB7D4 0x5429 # 0 +0xB7D5 0x6C1B # 0 +0xB7D6 0x5206 # 0 +0xB7D7 0x7EB7 # 0 +0xB7D8 0x575F # 0 +0xB7D9 0x711A # 0 +0xB7DA 0x6C7E # 0 +0xB7DB 0x7C89 # 0 +0xB7DC 0x594B # 0 +0xB7DD 0x4EFD # 0 +0xB7DE 0x5FFF # 0 +0xB7DF 0x6124 # 0 +0xB7E0 0x7CAA # 0 +0xB7E1 0x4E30 # 0 +0xB7E2 0x5C01 # 0 +0xB7E3 0x67AB # 0 +0xB7E4 0x8702 # 0 +0xB7E5 0x5CF0 # 0 +0xB7E6 0x950B # 0 +0xB7E7 0x98CE # 0 +0xB7E8 0x75AF # 0 +0xB7E9 0x70FD # 0 +0xB7EA 0x9022 # 0 +0xB7EB 0x51AF # 0 +0xB7EC 0x7F1D # 0 +0xB7ED 0x8BBD # 0 +0xB7EE 0x5949 # 0 +0xB7EF 0x51E4 # 0 +0xB7F0 0x4F5B # 0 +0xB7F1 0x5426 # 0 +0xB7F2 0x592B # 0 +0xB7F3 0x6577 # 0 +0xB7F4 0x80A4 # 0 +0xB7F5 0x5B75 # 0 +0xB7F6 0x6276 # 0 +0xB7F7 0x62C2 # 0 +0xB7F8 0x8F90 # 0 +0xB7F9 0x5E45 # 0 +0xB7FA 0x6C1F # 0 +0xB7FB 0x7B26 # 0 +0xB7FC 0x4F0F # 0 +0xB7FD 0x4FD8 # 0 +0xB7FE 0x670D # 0 +0xB840 0x7AA3 # 0 +0xB841 0x7AA4 # 0 +0xB842 0x7AA7 # 0 +0xB843 0x7AA9 # 0 +0xB844 0x7AAA # 0 +0xB845 0x7AAB # 0 +0xB846 0x7AAE # 0 +0xB847 0x7AAF # 0 +0xB848 0x7AB0 # 0 +0xB849 0x7AB1 # 0 +0xB84A 0x7AB2 # 0 +0xB84B 0x7AB4 # 0 +0xB84C 0x7AB5 # 0 +0xB84D 0x7AB6 # 0 +0xB84E 0x7AB7 # 0 +0xB84F 0x7AB8 # 0 +0xB850 0x7AB9 # 0 +0xB851 0x7ABA # 0 +0xB852 0x7ABB # 0 +0xB853 0x7ABC # 0 +0xB854 0x7ABD # 0 +0xB855 0x7ABE # 0 +0xB856 0x7AC0 # 0 +0xB857 0x7AC1 # 0 +0xB858 0x7AC2 # 0 +0xB859 0x7AC3 # 0 +0xB85A 0x7AC4 # 0 +0xB85B 0x7AC5 # 0 +0xB85C 0x7AC6 # 0 +0xB85D 0x7AC7 # 0 +0xB85E 0x7AC8 # 0 +0xB85F 0x7AC9 # 0 +0xB860 0x7ACA # 0 +0xB861 0x7ACC # 0 +0xB862 0x7ACD # 0 +0xB863 0x7ACE # 0 +0xB864 0x7ACF # 0 +0xB865 0x7AD0 # 0 +0xB866 0x7AD1 # 0 +0xB867 0x7AD2 # 0 +0xB868 0x7AD3 # 0 +0xB869 0x7AD4 # 0 +0xB86A 0x7AD5 # 0 +0xB86B 0x7AD7 # 0 +0xB86C 0x7AD8 # 0 +0xB86D 0x7ADA # 0 +0xB86E 0x7ADB # 0 +0xB86F 0x7ADC # 0 +0xB870 0x7ADD # 0 +0xB871 0x7AE1 # 0 +0xB872 0x7AE2 # 0 +0xB873 0x7AE4 # 0 +0xB874 0x7AE7 # 0 +0xB875 0x7AE8 # 0 +0xB876 0x7AE9 # 0 +0xB877 0x7AEA # 0 +0xB878 0x7AEB # 0 +0xB879 0x7AEC # 0 +0xB87A 0x7AEE # 0 +0xB87B 0x7AF0 # 0 +0xB87C 0x7AF1 # 0 +0xB87D 0x7AF2 # 0 +0xB87E 0x7AF3 # 0 +0xB880 0x7AF4 # 0 +0xB881 0x7AF5 # 0 +0xB882 0x7AF6 # 0 +0xB883 0x7AF7 # 0 +0xB884 0x7AF8 # 0 +0xB885 0x7AFB # 0 +0xB886 0x7AFC # 0 +0xB887 0x7AFE # 0 +0xB888 0x7B00 # 0 +0xB889 0x7B01 # 0 +0xB88A 0x7B02 # 0 +0xB88B 0x7B05 # 0 +0xB88C 0x7B07 # 0 +0xB88D 0x7B09 # 0 +0xB88E 0x7B0C # 0 +0xB88F 0x7B0D # 0 +0xB890 0x7B0E # 0 +0xB891 0x7B10 # 0 +0xB892 0x7B12 # 0 +0xB893 0x7B13 # 0 +0xB894 0x7B16 # 0 +0xB895 0x7B17 # 0 +0xB896 0x7B18 # 0 +0xB897 0x7B1A # 0 +0xB898 0x7B1C # 0 +0xB899 0x7B1D # 0 +0xB89A 0x7B1F # 0 +0xB89B 0x7B21 # 0 +0xB89C 0x7B22 # 0 +0xB89D 0x7B23 # 0 +0xB89E 0x7B27 # 0 +0xB89F 0x7B29 # 0 +0xB8A0 0x7B2D # 0 +0xB8A1 0x6D6E # 0 +0xB8A2 0x6DAA # 0 +0xB8A3 0x798F # 0 +0xB8A4 0x88B1 # 0 +0xB8A5 0x5F17 # 0 +0xB8A6 0x752B # 0 +0xB8A7 0x629A # 0 +0xB8A8 0x8F85 # 0 +0xB8A9 0x4FEF # 0 +0xB8AA 0x91DC # 0 +0xB8AB 0x65A7 # 0 +0xB8AC 0x812F # 0 +0xB8AD 0x8151 # 0 +0xB8AE 0x5E9C # 0 +0xB8AF 0x8150 # 0 +0xB8B0 0x8D74 # 0 +0xB8B1 0x526F # 0 +0xB8B2 0x8986 # 0 +0xB8B3 0x8D4B # 0 +0xB8B4 0x590D # 0 +0xB8B5 0x5085 # 0 +0xB8B6 0x4ED8 # 0 +0xB8B7 0x961C # 0 +0xB8B8 0x7236 # 0 +0xB8B9 0x8179 # 0 +0xB8BA 0x8D1F # 0 +0xB8BB 0x5BCC # 0 +0xB8BC 0x8BA3 # 0 +0xB8BD 0x9644 # 0 +0xB8BE 0x5987 # 0 +0xB8BF 0x7F1A # 0 +0xB8C0 0x5490 # 0 +0xB8C1 0x5676 # 0 +0xB8C2 0x560E # 0 +0xB8C3 0x8BE5 # 0 +0xB8C4 0x6539 # 0 +0xB8C5 0x6982 # 0 +0xB8C6 0x9499 # 0 +0xB8C7 0x76D6 # 0 +0xB8C8 0x6E89 # 0 +0xB8C9 0x5E72 # 0 +0xB8CA 0x7518 # 0 +0xB8CB 0x6746 # 0 +0xB8CC 0x67D1 # 0 +0xB8CD 0x7AFF # 0 +0xB8CE 0x809D # 0 +0xB8CF 0x8D76 # 0 +0xB8D0 0x611F # 0 +0xB8D1 0x79C6 # 0 +0xB8D2 0x6562 # 0 +0xB8D3 0x8D63 # 0 +0xB8D4 0x5188 # 0 +0xB8D5 0x521A # 0 +0xB8D6 0x94A2 # 0 +0xB8D7 0x7F38 # 0 +0xB8D8 0x809B # 0 +0xB8D9 0x7EB2 # 0 +0xB8DA 0x5C97 # 0 +0xB8DB 0x6E2F # 0 +0xB8DC 0x6760 # 0 +0xB8DD 0x7BD9 # 0 +0xB8DE 0x768B # 0 +0xB8DF 0x9AD8 # 0 +0xB8E0 0x818F # 0 +0xB8E1 0x7F94 # 0 +0xB8E2 0x7CD5 # 0 +0xB8E3 0x641E # 0 +0xB8E4 0x9550 # 0 +0xB8E5 0x7A3F # 0 +0xB8E6 0x544A # 0 +0xB8E7 0x54E5 # 0 +0xB8E8 0x6B4C # 0 +0xB8E9 0x6401 # 0 +0xB8EA 0x6208 # 0 +0xB8EB 0x9E3D # 0 +0xB8EC 0x80F3 # 0 +0xB8ED 0x7599 # 0 +0xB8EE 0x5272 # 0 +0xB8EF 0x9769 # 0 +0xB8F0 0x845B # 0 +0xB8F1 0x683C # 0 +0xB8F2 0x86E4 # 0 +0xB8F3 0x9601 # 0 +0xB8F4 0x9694 # 0 +0xB8F5 0x94EC # 0 +0xB8F6 0x4E2A # 0 +0xB8F7 0x5404 # 0 +0xB8F8 0x7ED9 # 0 +0xB8F9 0x6839 # 0 +0xB8FA 0x8DDF # 0 +0xB8FB 0x8015 # 0 +0xB8FC 0x66F4 # 0 +0xB8FD 0x5E9A # 0 +0xB8FE 0x7FB9 # 0 +0xB940 0x7B2F # 0 +0xB941 0x7B30 # 0 +0xB942 0x7B32 # 0 +0xB943 0x7B34 # 0 +0xB944 0x7B35 # 0 +0xB945 0x7B36 # 0 +0xB946 0x7B37 # 0 +0xB947 0x7B39 # 0 +0xB948 0x7B3B # 0 +0xB949 0x7B3D # 0 +0xB94A 0x7B3F # 0 +0xB94B 0x7B40 # 0 +0xB94C 0x7B41 # 0 +0xB94D 0x7B42 # 0 +0xB94E 0x7B43 # 0 +0xB94F 0x7B44 # 0 +0xB950 0x7B46 # 0 +0xB951 0x7B48 # 0 +0xB952 0x7B4A # 0 +0xB953 0x7B4D # 0 +0xB954 0x7B4E # 0 +0xB955 0x7B53 # 0 +0xB956 0x7B55 # 0 +0xB957 0x7B57 # 0 +0xB958 0x7B59 # 0 +0xB959 0x7B5C # 0 +0xB95A 0x7B5E # 0 +0xB95B 0x7B5F # 0 +0xB95C 0x7B61 # 0 +0xB95D 0x7B63 # 0 +0xB95E 0x7B64 # 0 +0xB95F 0x7B65 # 0 +0xB960 0x7B66 # 0 +0xB961 0x7B67 # 0 +0xB962 0x7B68 # 0 +0xB963 0x7B69 # 0 +0xB964 0x7B6A # 0 +0xB965 0x7B6B # 0 +0xB966 0x7B6C # 0 +0xB967 0x7B6D # 0 +0xB968 0x7B6F # 0 +0xB969 0x7B70 # 0 +0xB96A 0x7B73 # 0 +0xB96B 0x7B74 # 0 +0xB96C 0x7B76 # 0 +0xB96D 0x7B78 # 0 +0xB96E 0x7B7A # 0 +0xB96F 0x7B7C # 0 +0xB970 0x7B7D # 0 +0xB971 0x7B7F # 0 +0xB972 0x7B81 # 0 +0xB973 0x7B82 # 0 +0xB974 0x7B83 # 0 +0xB975 0x7B84 # 0 +0xB976 0x7B86 # 0 +0xB977 0x7B87 # 0 +0xB978 0x7B88 # 0 +0xB979 0x7B89 # 0 +0xB97A 0x7B8A # 0 +0xB97B 0x7B8B # 0 +0xB97C 0x7B8C # 0 +0xB97D 0x7B8E # 0 +0xB97E 0x7B8F # 0 +0xB980 0x7B91 # 0 +0xB981 0x7B92 # 0 +0xB982 0x7B93 # 0 +0xB983 0x7B96 # 0 +0xB984 0x7B98 # 0 +0xB985 0x7B99 # 0 +0xB986 0x7B9A # 0 +0xB987 0x7B9B # 0 +0xB988 0x7B9E # 0 +0xB989 0x7B9F # 0 +0xB98A 0x7BA0 # 0 +0xB98B 0x7BA3 # 0 +0xB98C 0x7BA4 # 0 +0xB98D 0x7BA5 # 0 +0xB98E 0x7BAE # 0 +0xB98F 0x7BAF # 0 +0xB990 0x7BB0 # 0 +0xB991 0x7BB2 # 0 +0xB992 0x7BB3 # 0 +0xB993 0x7BB5 # 0 +0xB994 0x7BB6 # 0 +0xB995 0x7BB7 # 0 +0xB996 0x7BB9 # 0 +0xB997 0x7BBA # 0 +0xB998 0x7BBB # 0 +0xB999 0x7BBC # 0 +0xB99A 0x7BBD # 0 +0xB99B 0x7BBE # 0 +0xB99C 0x7BBF # 0 +0xB99D 0x7BC0 # 0 +0xB99E 0x7BC2 # 0 +0xB99F 0x7BC3 # 0 +0xB9A0 0x7BC4 # 0 +0xB9A1 0x57C2 # 0 +0xB9A2 0x803F # 0 +0xB9A3 0x6897 # 0 +0xB9A4 0x5DE5 # 0 +0xB9A5 0x653B # 0 +0xB9A6 0x529F # 0 +0xB9A7 0x606D # 0 +0xB9A8 0x9F9A # 0 +0xB9A9 0x4F9B # 0 +0xB9AA 0x8EAC # 0 +0xB9AB 0x516C # 0 +0xB9AC 0x5BAB # 0 +0xB9AD 0x5F13 # 0 +0xB9AE 0x5DE9 # 0 +0xB9AF 0x6C5E # 0 +0xB9B0 0x62F1 # 0 +0xB9B1 0x8D21 # 0 +0xB9B2 0x5171 # 0 +0xB9B3 0x94A9 # 0 +0xB9B4 0x52FE # 0 +0xB9B5 0x6C9F # 0 +0xB9B6 0x82DF # 0 +0xB9B7 0x72D7 # 0 +0xB9B8 0x57A2 # 0 +0xB9B9 0x6784 # 0 +0xB9BA 0x8D2D # 0 +0xB9BB 0x591F # 0 +0xB9BC 0x8F9C # 0 +0xB9BD 0x83C7 # 0 +0xB9BE 0x5495 # 0 +0xB9BF 0x7B8D # 0 +0xB9C0 0x4F30 # 0 +0xB9C1 0x6CBD # 0 +0xB9C2 0x5B64 # 0 +0xB9C3 0x59D1 # 0 +0xB9C4 0x9F13 # 0 +0xB9C5 0x53E4 # 0 +0xB9C6 0x86CA # 0 +0xB9C7 0x9AA8 # 0 +0xB9C8 0x8C37 # 0 +0xB9C9 0x80A1 # 0 +0xB9CA 0x6545 # 0 +0xB9CB 0x987E # 0 +0xB9CC 0x56FA # 0 +0xB9CD 0x96C7 # 0 +0xB9CE 0x522E # 0 +0xB9CF 0x74DC # 0 +0xB9D0 0x5250 # 0 +0xB9D1 0x5BE1 # 0 +0xB9D2 0x6302 # 0 +0xB9D3 0x8902 # 0 +0xB9D4 0x4E56 # 0 +0xB9D5 0x62D0 # 0 +0xB9D6 0x602A # 0 +0xB9D7 0x68FA # 0 +0xB9D8 0x5173 # 0 +0xB9D9 0x5B98 # 0 +0xB9DA 0x51A0 # 0 +0xB9DB 0x89C2 # 0 +0xB9DC 0x7BA1 # 0 +0xB9DD 0x9986 # 0 +0xB9DE 0x7F50 # 0 +0xB9DF 0x60EF # 0 +0xB9E0 0x704C # 0 +0xB9E1 0x8D2F # 0 +0xB9E2 0x5149 # 0 +0xB9E3 0x5E7F # 0 +0xB9E4 0x901B # 0 +0xB9E5 0x7470 # 0 +0xB9E6 0x89C4 # 0 +0xB9E7 0x572D # 0 +0xB9E8 0x7845 # 0 +0xB9E9 0x5F52 # 0 +0xB9EA 0x9F9F # 0 +0xB9EB 0x95FA # 0 +0xB9EC 0x8F68 # 0 +0xB9ED 0x9B3C # 0 +0xB9EE 0x8BE1 # 0 +0xB9EF 0x7678 # 0 +0xB9F0 0x6842 # 0 +0xB9F1 0x67DC # 0 +0xB9F2 0x8DEA # 0 +0xB9F3 0x8D35 # 0 +0xB9F4 0x523D # 0 +0xB9F5 0x8F8A # 0 +0xB9F6 0x6EDA # 0 +0xB9F7 0x68CD # 0 +0xB9F8 0x9505 # 0 +0xB9F9 0x90ED # 0 +0xB9FA 0x56FD # 0 +0xB9FB 0x679C # 0 +0xB9FC 0x88F9 # 0 +0xB9FD 0x8FC7 # 0 +0xB9FE 0x54C8 # 0 +0xBA40 0x7BC5 # 0 +0xBA41 0x7BC8 # 0 +0xBA42 0x7BC9 # 0 +0xBA43 0x7BCA # 0 +0xBA44 0x7BCB # 0 +0xBA45 0x7BCD # 0 +0xBA46 0x7BCE # 0 +0xBA47 0x7BCF # 0 +0xBA48 0x7BD0 # 0 +0xBA49 0x7BD2 # 0 +0xBA4A 0x7BD4 # 0 +0xBA4B 0x7BD5 # 0 +0xBA4C 0x7BD6 # 0 +0xBA4D 0x7BD7 # 0 +0xBA4E 0x7BD8 # 0 +0xBA4F 0x7BDB # 0 +0xBA50 0x7BDC # 0 +0xBA51 0x7BDE # 0 +0xBA52 0x7BDF # 0 +0xBA53 0x7BE0 # 0 +0xBA54 0x7BE2 # 0 +0xBA55 0x7BE3 # 0 +0xBA56 0x7BE4 # 0 +0xBA57 0x7BE7 # 0 +0xBA58 0x7BE8 # 0 +0xBA59 0x7BE9 # 0 +0xBA5A 0x7BEB # 0 +0xBA5B 0x7BEC # 0 +0xBA5C 0x7BED # 0 +0xBA5D 0x7BEF # 0 +0xBA5E 0x7BF0 # 0 +0xBA5F 0x7BF2 # 0 +0xBA60 0x7BF3 # 0 +0xBA61 0x7BF4 # 0 +0xBA62 0x7BF5 # 0 +0xBA63 0x7BF6 # 0 +0xBA64 0x7BF8 # 0 +0xBA65 0x7BF9 # 0 +0xBA66 0x7BFA # 0 +0xBA67 0x7BFB # 0 +0xBA68 0x7BFD # 0 +0xBA69 0x7BFF # 0 +0xBA6A 0x7C00 # 0 +0xBA6B 0x7C01 # 0 +0xBA6C 0x7C02 # 0 +0xBA6D 0x7C03 # 0 +0xBA6E 0x7C04 # 0 +0xBA6F 0x7C05 # 0 +0xBA70 0x7C06 # 0 +0xBA71 0x7C08 # 0 +0xBA72 0x7C09 # 0 +0xBA73 0x7C0A # 0 +0xBA74 0x7C0D # 0 +0xBA75 0x7C0E # 0 +0xBA76 0x7C10 # 0 +0xBA77 0x7C11 # 0 +0xBA78 0x7C12 # 0 +0xBA79 0x7C13 # 0 +0xBA7A 0x7C14 # 0 +0xBA7B 0x7C15 # 0 +0xBA7C 0x7C17 # 0 +0xBA7D 0x7C18 # 0 +0xBA7E 0x7C19 # 0 +0xBA80 0x7C1A # 0 +0xBA81 0x7C1B # 0 +0xBA82 0x7C1C # 0 +0xBA83 0x7C1D # 0 +0xBA84 0x7C1E # 0 +0xBA85 0x7C20 # 0 +0xBA86 0x7C21 # 0 +0xBA87 0x7C22 # 0 +0xBA88 0x7C23 # 0 +0xBA89 0x7C24 # 0 +0xBA8A 0x7C25 # 0 +0xBA8B 0x7C28 # 0 +0xBA8C 0x7C29 # 0 +0xBA8D 0x7C2B # 0 +0xBA8E 0x7C2C # 0 +0xBA8F 0x7C2D # 0 +0xBA90 0x7C2E # 0 +0xBA91 0x7C2F # 0 +0xBA92 0x7C30 # 0 +0xBA93 0x7C31 # 0 +0xBA94 0x7C32 # 0 +0xBA95 0x7C33 # 0 +0xBA96 0x7C34 # 0 +0xBA97 0x7C35 # 0 +0xBA98 0x7C36 # 0 +0xBA99 0x7C37 # 0 +0xBA9A 0x7C39 # 0 +0xBA9B 0x7C3A # 0 +0xBA9C 0x7C3B # 0 +0xBA9D 0x7C3C # 0 +0xBA9E 0x7C3D # 0 +0xBA9F 0x7C3E # 0 +0xBAA0 0x7C42 # 0 +0xBAA1 0x9AB8 # 0 +0xBAA2 0x5B69 # 0 +0xBAA3 0x6D77 # 0 +0xBAA4 0x6C26 # 0 +0xBAA5 0x4EA5 # 0 +0xBAA6 0x5BB3 # 0 +0xBAA7 0x9A87 # 0 +0xBAA8 0x9163 # 0 +0xBAA9 0x61A8 # 0 +0xBAAA 0x90AF # 0 +0xBAAB 0x97E9 # 0 +0xBAAC 0x542B # 0 +0xBAAD 0x6DB5 # 0 +0xBAAE 0x5BD2 # 0 +0xBAAF 0x51FD # 0 +0xBAB0 0x558A # 0 +0xBAB1 0x7F55 # 0 +0xBAB2 0x7FF0 # 0 +0xBAB3 0x64BC # 0 +0xBAB4 0x634D # 0 +0xBAB5 0x65F1 # 0 +0xBAB6 0x61BE # 0 +0xBAB7 0x608D # 0 +0xBAB8 0x710A # 0 +0xBAB9 0x6C57 # 0 +0xBABA 0x6C49 # 0 +0xBABB 0x592F # 0 +0xBABC 0x676D # 0 +0xBABD 0x822A # 0 +0xBABE 0x58D5 # 0 +0xBABF 0x568E # 0 +0xBAC0 0x8C6A # 0 +0xBAC1 0x6BEB # 0 +0xBAC2 0x90DD # 0 +0xBAC3 0x597D # 0 +0xBAC4 0x8017 # 0 +0xBAC5 0x53F7 # 0 +0xBAC6 0x6D69 # 0 +0xBAC7 0x5475 # 0 +0xBAC8 0x559D # 0 +0xBAC9 0x8377 # 0 +0xBACA 0x83CF # 0 +0xBACB 0x6838 # 0 +0xBACC 0x79BE # 0 +0xBACD 0x548C # 0 +0xBACE 0x4F55 # 0 +0xBACF 0x5408 # 0 +0xBAD0 0x76D2 # 0 +0xBAD1 0x8C89 # 0 +0xBAD2 0x9602 # 0 +0xBAD3 0x6CB3 # 0 +0xBAD4 0x6DB8 # 0 +0xBAD5 0x8D6B # 0 +0xBAD6 0x8910 # 0 +0xBAD7 0x9E64 # 0 +0xBAD8 0x8D3A # 0 +0xBAD9 0x563F # 0 +0xBADA 0x9ED1 # 0 +0xBADB 0x75D5 # 0 +0xBADC 0x5F88 # 0 +0xBADD 0x72E0 # 0 +0xBADE 0x6068 # 0 +0xBADF 0x54FC # 0 +0xBAE0 0x4EA8 # 0 +0xBAE1 0x6A2A # 0 +0xBAE2 0x8861 # 0 +0xBAE3 0x6052 # 0 +0xBAE4 0x8F70 # 0 +0xBAE5 0x54C4 # 0 +0xBAE6 0x70D8 # 0 +0xBAE7 0x8679 # 0 +0xBAE8 0x9E3F # 0 +0xBAE9 0x6D2A # 0 +0xBAEA 0x5B8F # 0 +0xBAEB 0x5F18 # 0 +0xBAEC 0x7EA2 # 0 +0xBAED 0x5589 # 0 +0xBAEE 0x4FAF # 0 +0xBAEF 0x7334 # 0 +0xBAF0 0x543C # 0 +0xBAF1 0x539A # 0 +0xBAF2 0x5019 # 0 +0xBAF3 0x540E # 0 +0xBAF4 0x547C # 0 +0xBAF5 0x4E4E # 0 +0xBAF6 0x5FFD # 0 +0xBAF7 0x745A # 0 +0xBAF8 0x58F6 # 0 +0xBAF9 0x846B # 0 +0xBAFA 0x80E1 # 0 +0xBAFB 0x8774 # 0 +0xBAFC 0x72D0 # 0 +0xBAFD 0x7CCA # 0 +0xBAFE 0x6E56 # 0 +0xBB40 0x7C43 # 0 +0xBB41 0x7C44 # 0 +0xBB42 0x7C45 # 0 +0xBB43 0x7C46 # 0 +0xBB44 0x7C47 # 0 +0xBB45 0x7C48 # 0 +0xBB46 0x7C49 # 0 +0xBB47 0x7C4A # 0 +0xBB48 0x7C4B # 0 +0xBB49 0x7C4C # 0 +0xBB4A 0x7C4E # 0 +0xBB4B 0x7C4F # 0 +0xBB4C 0x7C50 # 0 +0xBB4D 0x7C51 # 0 +0xBB4E 0x7C52 # 0 +0xBB4F 0x7C53 # 0 +0xBB50 0x7C54 # 0 +0xBB51 0x7C55 # 0 +0xBB52 0x7C56 # 0 +0xBB53 0x7C57 # 0 +0xBB54 0x7C58 # 0 +0xBB55 0x7C59 # 0 +0xBB56 0x7C5A # 0 +0xBB57 0x7C5B # 0 +0xBB58 0x7C5C # 0 +0xBB59 0x7C5D # 0 +0xBB5A 0x7C5E # 0 +0xBB5B 0x7C5F # 0 +0xBB5C 0x7C60 # 0 +0xBB5D 0x7C61 # 0 +0xBB5E 0x7C62 # 0 +0xBB5F 0x7C63 # 0 +0xBB60 0x7C64 # 0 +0xBB61 0x7C65 # 0 +0xBB62 0x7C66 # 0 +0xBB63 0x7C67 # 0 +0xBB64 0x7C68 # 0 +0xBB65 0x7C69 # 0 +0xBB66 0x7C6A # 0 +0xBB67 0x7C6B # 0 +0xBB68 0x7C6C # 0 +0xBB69 0x7C6D # 0 +0xBB6A 0x7C6E # 0 +0xBB6B 0x7C6F # 0 +0xBB6C 0x7C70 # 0 +0xBB6D 0x7C71 # 0 +0xBB6E 0x7C72 # 0 +0xBB6F 0x7C75 # 0 +0xBB70 0x7C76 # 0 +0xBB71 0x7C77 # 0 +0xBB72 0x7C78 # 0 +0xBB73 0x7C79 # 0 +0xBB74 0x7C7A # 0 +0xBB75 0x7C7E # 0 +0xBB76 0x7C7F # 0 +0xBB77 0x7C80 # 0 +0xBB78 0x7C81 # 0 +0xBB79 0x7C82 # 0 +0xBB7A 0x7C83 # 0 +0xBB7B 0x7C84 # 0 +0xBB7C 0x7C85 # 0 +0xBB7D 0x7C86 # 0 +0xBB7E 0x7C87 # 0 +0xBB80 0x7C88 # 0 +0xBB81 0x7C8A # 0 +0xBB82 0x7C8B # 0 +0xBB83 0x7C8C # 0 +0xBB84 0x7C8D # 0 +0xBB85 0x7C8E # 0 +0xBB86 0x7C8F # 0 +0xBB87 0x7C90 # 0 +0xBB88 0x7C93 # 0 +0xBB89 0x7C94 # 0 +0xBB8A 0x7C96 # 0 +0xBB8B 0x7C99 # 0 +0xBB8C 0x7C9A # 0 +0xBB8D 0x7C9B # 0 +0xBB8E 0x7CA0 # 0 +0xBB8F 0x7CA1 # 0 +0xBB90 0x7CA3 # 0 +0xBB91 0x7CA6 # 0 +0xBB92 0x7CA7 # 0 +0xBB93 0x7CA8 # 0 +0xBB94 0x7CA9 # 0 +0xBB95 0x7CAB # 0 +0xBB96 0x7CAC # 0 +0xBB97 0x7CAD # 0 +0xBB98 0x7CAF # 0 +0xBB99 0x7CB0 # 0 +0xBB9A 0x7CB4 # 0 +0xBB9B 0x7CB5 # 0 +0xBB9C 0x7CB6 # 0 +0xBB9D 0x7CB7 # 0 +0xBB9E 0x7CB8 # 0 +0xBB9F 0x7CBA # 0 +0xBBA0 0x7CBB # 0 +0xBBA1 0x5F27 # 0 +0xBBA2 0x864E # 0 +0xBBA3 0x552C # 0 +0xBBA4 0x62A4 # 0 +0xBBA5 0x4E92 # 0 +0xBBA6 0x6CAA # 0 +0xBBA7 0x6237 # 0 +0xBBA8 0x82B1 # 0 +0xBBA9 0x54D7 # 0 +0xBBAA 0x534E # 0 +0xBBAB 0x733E # 0 +0xBBAC 0x6ED1 # 0 +0xBBAD 0x753B # 0 +0xBBAE 0x5212 # 0 +0xBBAF 0x5316 # 0 +0xBBB0 0x8BDD # 0 +0xBBB1 0x69D0 # 0 +0xBBB2 0x5F8A # 0 +0xBBB3 0x6000 # 0 +0xBBB4 0x6DEE # 0 +0xBBB5 0x574F # 0 +0xBBB6 0x6B22 # 0 +0xBBB7 0x73AF # 0 +0xBBB8 0x6853 # 0 +0xBBB9 0x8FD8 # 0 +0xBBBA 0x7F13 # 0 +0xBBBB 0x6362 # 0 +0xBBBC 0x60A3 # 0 +0xBBBD 0x5524 # 0 +0xBBBE 0x75EA # 0 +0xBBBF 0x8C62 # 0 +0xBBC0 0x7115 # 0 +0xBBC1 0x6DA3 # 0 +0xBBC2 0x5BA6 # 0 +0xBBC3 0x5E7B # 0 +0xBBC4 0x8352 # 0 +0xBBC5 0x614C # 0 +0xBBC6 0x9EC4 # 0 +0xBBC7 0x78FA # 0 +0xBBC8 0x8757 # 0 +0xBBC9 0x7C27 # 0 +0xBBCA 0x7687 # 0 +0xBBCB 0x51F0 # 0 +0xBBCC 0x60F6 # 0 +0xBBCD 0x714C # 0 +0xBBCE 0x6643 # 0 +0xBBCF 0x5E4C # 0 +0xBBD0 0x604D # 0 +0xBBD1 0x8C0E # 0 +0xBBD2 0x7070 # 0 +0xBBD3 0x6325 # 0 +0xBBD4 0x8F89 # 0 +0xBBD5 0x5FBD # 0 +0xBBD6 0x6062 # 0 +0xBBD7 0x86D4 # 0 +0xBBD8 0x56DE # 0 +0xBBD9 0x6BC1 # 0 +0xBBDA 0x6094 # 0 +0xBBDB 0x6167 # 0 +0xBBDC 0x5349 # 0 +0xBBDD 0x60E0 # 0 +0xBBDE 0x6666 # 0 +0xBBDF 0x8D3F # 0 +0xBBE0 0x79FD # 0 +0xBBE1 0x4F1A # 0 +0xBBE2 0x70E9 # 0 +0xBBE3 0x6C47 # 0 +0xBBE4 0x8BB3 # 0 +0xBBE5 0x8BF2 # 0 +0xBBE6 0x7ED8 # 0 +0xBBE7 0x8364 # 0 +0xBBE8 0x660F # 0 +0xBBE9 0x5A5A # 0 +0xBBEA 0x9B42 # 0 +0xBBEB 0x6D51 # 0 +0xBBEC 0x6DF7 # 0 +0xBBED 0x8C41 # 0 +0xBBEE 0x6D3B # 0 +0xBBEF 0x4F19 # 0 +0xBBF0 0x706B # 0 +0xBBF1 0x83B7 # 0 +0xBBF2 0x6216 # 0 +0xBBF3 0x60D1 # 0 +0xBBF4 0x970D # 0 +0xBBF5 0x8D27 # 0 +0xBBF6 0x7978 # 0 +0xBBF7 0x51FB # 0 +0xBBF8 0x573E # 0 +0xBBF9 0x57FA # 0 +0xBBFA 0x673A # 0 +0xBBFB 0x7578 # 0 +0xBBFC 0x7A3D # 0 +0xBBFD 0x79EF # 0 +0xBBFE 0x7B95 # 0 +0xBC40 0x7CBF # 0 +0xBC41 0x7CC0 # 0 +0xBC42 0x7CC2 # 0 +0xBC43 0x7CC3 # 0 +0xBC44 0x7CC4 # 0 +0xBC45 0x7CC6 # 0 +0xBC46 0x7CC9 # 0 +0xBC47 0x7CCB # 0 +0xBC48 0x7CCE # 0 +0xBC49 0x7CCF # 0 +0xBC4A 0x7CD0 # 0 +0xBC4B 0x7CD1 # 0 +0xBC4C 0x7CD2 # 0 +0xBC4D 0x7CD3 # 0 +0xBC4E 0x7CD4 # 0 +0xBC4F 0x7CD8 # 0 +0xBC50 0x7CDA # 0 +0xBC51 0x7CDB # 0 +0xBC52 0x7CDD # 0 +0xBC53 0x7CDE # 0 +0xBC54 0x7CE1 # 0 +0xBC55 0x7CE2 # 0 +0xBC56 0x7CE3 # 0 +0xBC57 0x7CE4 # 0 +0xBC58 0x7CE5 # 0 +0xBC59 0x7CE6 # 0 +0xBC5A 0x7CE7 # 0 +0xBC5B 0x7CE9 # 0 +0xBC5C 0x7CEA # 0 +0xBC5D 0x7CEB # 0 +0xBC5E 0x7CEC # 0 +0xBC5F 0x7CED # 0 +0xBC60 0x7CEE # 0 +0xBC61 0x7CF0 # 0 +0xBC62 0x7CF1 # 0 +0xBC63 0x7CF2 # 0 +0xBC64 0x7CF3 # 0 +0xBC65 0x7CF4 # 0 +0xBC66 0x7CF5 # 0 +0xBC67 0x7CF6 # 0 +0xBC68 0x7CF7 # 0 +0xBC69 0x7CF9 # 0 +0xBC6A 0x7CFA # 0 +0xBC6B 0x7CFC # 0 +0xBC6C 0x7CFD # 0 +0xBC6D 0x7CFE # 0 +0xBC6E 0x7CFF # 0 +0xBC6F 0x7D00 # 0 +0xBC70 0x7D01 # 0 +0xBC71 0x7D02 # 0 +0xBC72 0x7D03 # 0 +0xBC73 0x7D04 # 0 +0xBC74 0x7D05 # 0 +0xBC75 0x7D06 # 0 +0xBC76 0x7D07 # 0 +0xBC77 0x7D08 # 0 +0xBC78 0x7D09 # 0 +0xBC79 0x7D0B # 0 +0xBC7A 0x7D0C # 0 +0xBC7B 0x7D0D # 0 +0xBC7C 0x7D0E # 0 +0xBC7D 0x7D0F # 0 +0xBC7E 0x7D10 # 0 +0xBC80 0x7D11 # 0 +0xBC81 0x7D12 # 0 +0xBC82 0x7D13 # 0 +0xBC83 0x7D14 # 0 +0xBC84 0x7D15 # 0 +0xBC85 0x7D16 # 0 +0xBC86 0x7D17 # 0 +0xBC87 0x7D18 # 0 +0xBC88 0x7D19 # 0 +0xBC89 0x7D1A # 0 +0xBC8A 0x7D1B # 0 +0xBC8B 0x7D1C # 0 +0xBC8C 0x7D1D # 0 +0xBC8D 0x7D1E # 0 +0xBC8E 0x7D1F # 0 +0xBC8F 0x7D21 # 0 +0xBC90 0x7D23 # 0 +0xBC91 0x7D24 # 0 +0xBC92 0x7D25 # 0 +0xBC93 0x7D26 # 0 +0xBC94 0x7D28 # 0 +0xBC95 0x7D29 # 0 +0xBC96 0x7D2A # 0 +0xBC97 0x7D2C # 0 +0xBC98 0x7D2D # 0 +0xBC99 0x7D2E # 0 +0xBC9A 0x7D30 # 0 +0xBC9B 0x7D31 # 0 +0xBC9C 0x7D32 # 0 +0xBC9D 0x7D33 # 0 +0xBC9E 0x7D34 # 0 +0xBC9F 0x7D35 # 0 +0xBCA0 0x7D36 # 0 +0xBCA1 0x808C # 0 +0xBCA2 0x9965 # 0 +0xBCA3 0x8FF9 # 0 +0xBCA4 0x6FC0 # 0 +0xBCA5 0x8BA5 # 0 +0xBCA6 0x9E21 # 0 +0xBCA7 0x59EC # 0 +0xBCA8 0x7EE9 # 0 +0xBCA9 0x7F09 # 0 +0xBCAA 0x5409 # 0 +0xBCAB 0x6781 # 0 +0xBCAC 0x68D8 # 0 +0xBCAD 0x8F91 # 0 +0xBCAE 0x7C4D # 0 +0xBCAF 0x96C6 # 0 +0xBCB0 0x53CA # 0 +0xBCB1 0x6025 # 0 +0xBCB2 0x75BE # 0 +0xBCB3 0x6C72 # 0 +0xBCB4 0x5373 # 0 +0xBCB5 0x5AC9 # 0 +0xBCB6 0x7EA7 # 0 +0xBCB7 0x6324 # 0 +0xBCB8 0x51E0 # 0 +0xBCB9 0x810A # 0 +0xBCBA 0x5DF1 # 0 +0xBCBB 0x84DF # 0 +0xBCBC 0x6280 # 0 +0xBCBD 0x5180 # 0 +0xBCBE 0x5B63 # 0 +0xBCBF 0x4F0E # 0 +0xBCC0 0x796D # 0 +0xBCC1 0x5242 # 0 +0xBCC2 0x60B8 # 0 +0xBCC3 0x6D4E # 0 +0xBCC4 0x5BC4 # 0 +0xBCC5 0x5BC2 # 0 +0xBCC6 0x8BA1 # 0 +0xBCC7 0x8BB0 # 0 +0xBCC8 0x65E2 # 0 +0xBCC9 0x5FCC # 0 +0xBCCA 0x9645 # 0 +0xBCCB 0x5993 # 0 +0xBCCC 0x7EE7 # 0 +0xBCCD 0x7EAA # 0 +0xBCCE 0x5609 # 0 +0xBCCF 0x67B7 # 0 +0xBCD0 0x5939 # 0 +0xBCD1 0x4F73 # 0 +0xBCD2 0x5BB6 # 0 +0xBCD3 0x52A0 # 0 +0xBCD4 0x835A # 0 +0xBCD5 0x988A # 0 +0xBCD6 0x8D3E # 0 +0xBCD7 0x7532 # 0 +0xBCD8 0x94BE # 0 +0xBCD9 0x5047 # 0 +0xBCDA 0x7A3C # 0 +0xBCDB 0x4EF7 # 0 +0xBCDC 0x67B6 # 0 +0xBCDD 0x9A7E # 0 +0xBCDE 0x5AC1 # 0 +0xBCDF 0x6B7C # 0 +0xBCE0 0x76D1 # 0 +0xBCE1 0x575A # 0 +0xBCE2 0x5C16 # 0 +0xBCE3 0x7B3A # 0 +0xBCE4 0x95F4 # 0 +0xBCE5 0x714E # 0 +0xBCE6 0x517C # 0 +0xBCE7 0x80A9 # 0 +0xBCE8 0x8270 # 0 +0xBCE9 0x5978 # 0 +0xBCEA 0x7F04 # 0 +0xBCEB 0x8327 # 0 +0xBCEC 0x68C0 # 0 +0xBCED 0x67EC # 0 +0xBCEE 0x78B1 # 0 +0xBCEF 0x7877 # 0 +0xBCF0 0x62E3 # 0 +0xBCF1 0x6361 # 0 +0xBCF2 0x7B80 # 0 +0xBCF3 0x4FED # 0 +0xBCF4 0x526A # 0 +0xBCF5 0x51CF # 0 +0xBCF6 0x8350 # 0 +0xBCF7 0x69DB # 0 +0xBCF8 0x9274 # 0 +0xBCF9 0x8DF5 # 0 +0xBCFA 0x8D31 # 0 +0xBCFB 0x89C1 # 0 +0xBCFC 0x952E # 0 +0xBCFD 0x7BAD # 0 +0xBCFE 0x4EF6 # 0 +0xBD40 0x7D37 # 0 +0xBD41 0x7D38 # 0 +0xBD42 0x7D39 # 0 +0xBD43 0x7D3A # 0 +0xBD44 0x7D3B # 0 +0xBD45 0x7D3C # 0 +0xBD46 0x7D3D # 0 +0xBD47 0x7D3E # 0 +0xBD48 0x7D3F # 0 +0xBD49 0x7D40 # 0 +0xBD4A 0x7D41 # 0 +0xBD4B 0x7D42 # 0 +0xBD4C 0x7D43 # 0 +0xBD4D 0x7D44 # 0 +0xBD4E 0x7D45 # 0 +0xBD4F 0x7D46 # 0 +0xBD50 0x7D47 # 0 +0xBD51 0x7D48 # 0 +0xBD52 0x7D49 # 0 +0xBD53 0x7D4A # 0 +0xBD54 0x7D4B # 0 +0xBD55 0x7D4C # 0 +0xBD56 0x7D4D # 0 +0xBD57 0x7D4E # 0 +0xBD58 0x7D4F # 0 +0xBD59 0x7D50 # 0 +0xBD5A 0x7D51 # 0 +0xBD5B 0x7D52 # 0 +0xBD5C 0x7D53 # 0 +0xBD5D 0x7D54 # 0 +0xBD5E 0x7D55 # 0 +0xBD5F 0x7D56 # 0 +0xBD60 0x7D57 # 0 +0xBD61 0x7D58 # 0 +0xBD62 0x7D59 # 0 +0xBD63 0x7D5A # 0 +0xBD64 0x7D5B # 0 +0xBD65 0x7D5C # 0 +0xBD66 0x7D5D # 0 +0xBD67 0x7D5E # 0 +0xBD68 0x7D5F # 0 +0xBD69 0x7D60 # 0 +0xBD6A 0x7D61 # 0 +0xBD6B 0x7D62 # 0 +0xBD6C 0x7D63 # 0 +0xBD6D 0x7D64 # 0 +0xBD6E 0x7D65 # 0 +0xBD6F 0x7D66 # 0 +0xBD70 0x7D67 # 0 +0xBD71 0x7D68 # 0 +0xBD72 0x7D69 # 0 +0xBD73 0x7D6A # 0 +0xBD74 0x7D6B # 0 +0xBD75 0x7D6C # 0 +0xBD76 0x7D6D # 0 +0xBD77 0x7D6F # 0 +0xBD78 0x7D70 # 0 +0xBD79 0x7D71 # 0 +0xBD7A 0x7D72 # 0 +0xBD7B 0x7D73 # 0 +0xBD7C 0x7D74 # 0 +0xBD7D 0x7D75 # 0 +0xBD7E 0x7D76 # 0 +0xBD80 0x7D78 # 0 +0xBD81 0x7D79 # 0 +0xBD82 0x7D7A # 0 +0xBD83 0x7D7B # 0 +0xBD84 0x7D7C # 0 +0xBD85 0x7D7D # 0 +0xBD86 0x7D7E # 0 +0xBD87 0x7D7F # 0 +0xBD88 0x7D80 # 0 +0xBD89 0x7D81 # 0 +0xBD8A 0x7D82 # 0 +0xBD8B 0x7D83 # 0 +0xBD8C 0x7D84 # 0 +0xBD8D 0x7D85 # 0 +0xBD8E 0x7D86 # 0 +0xBD8F 0x7D87 # 0 +0xBD90 0x7D88 # 0 +0xBD91 0x7D89 # 0 +0xBD92 0x7D8A # 0 +0xBD93 0x7D8B # 0 +0xBD94 0x7D8C # 0 +0xBD95 0x7D8D # 0 +0xBD96 0x7D8E # 0 +0xBD97 0x7D8F # 0 +0xBD98 0x7D90 # 0 +0xBD99 0x7D91 # 0 +0xBD9A 0x7D92 # 0 +0xBD9B 0x7D93 # 0 +0xBD9C 0x7D94 # 0 +0xBD9D 0x7D95 # 0 +0xBD9E 0x7D96 # 0 +0xBD9F 0x7D97 # 0 +0xBDA0 0x7D98 # 0 +0xBDA1 0x5065 # 0 +0xBDA2 0x8230 # 0 +0xBDA3 0x5251 # 0 +0xBDA4 0x996F # 0 +0xBDA5 0x6E10 # 0 +0xBDA6 0x6E85 # 0 +0xBDA7 0x6DA7 # 0 +0xBDA8 0x5EFA # 0 +0xBDA9 0x50F5 # 0 +0xBDAA 0x59DC # 0 +0xBDAB 0x5C06 # 0 +0xBDAC 0x6D46 # 0 +0xBDAD 0x6C5F # 0 +0xBDAE 0x7586 # 0 +0xBDAF 0x848B # 0 +0xBDB0 0x6868 # 0 +0xBDB1 0x5956 # 0 +0xBDB2 0x8BB2 # 0 +0xBDB3 0x5320 # 0 +0xBDB4 0x9171 # 0 +0xBDB5 0x964D # 0 +0xBDB6 0x8549 # 0 +0xBDB7 0x6912 # 0 +0xBDB8 0x7901 # 0 +0xBDB9 0x7126 # 0 +0xBDBA 0x80F6 # 0 +0xBDBB 0x4EA4 # 0 +0xBDBC 0x90CA # 0 +0xBDBD 0x6D47 # 0 +0xBDBE 0x9A84 # 0 +0xBDBF 0x5A07 # 0 +0xBDC0 0x56BC # 0 +0xBDC1 0x6405 # 0 +0xBDC2 0x94F0 # 0 +0xBDC3 0x77EB # 0 +0xBDC4 0x4FA5 # 0 +0xBDC5 0x811A # 0 +0xBDC6 0x72E1 # 0 +0xBDC7 0x89D2 # 0 +0xBDC8 0x997A # 0 +0xBDC9 0x7F34 # 0 +0xBDCA 0x7EDE # 0 +0xBDCB 0x527F # 0 +0xBDCC 0x6559 # 0 +0xBDCD 0x9175 # 0 +0xBDCE 0x8F7F # 0 +0xBDCF 0x8F83 # 0 +0xBDD0 0x53EB # 0 +0xBDD1 0x7A96 # 0 +0xBDD2 0x63ED # 0 +0xBDD3 0x63A5 # 0 +0xBDD4 0x7686 # 0 +0xBDD5 0x79F8 # 0 +0xBDD6 0x8857 # 0 +0xBDD7 0x9636 # 0 +0xBDD8 0x622A # 0 +0xBDD9 0x52AB # 0 +0xBDDA 0x8282 # 0 +0xBDDB 0x6854 # 0 +0xBDDC 0x6770 # 0 +0xBDDD 0x6377 # 0 +0xBDDE 0x776B # 0 +0xBDDF 0x7AED # 0 +0xBDE0 0x6D01 # 0 +0xBDE1 0x7ED3 # 0 +0xBDE2 0x89E3 # 0 +0xBDE3 0x59D0 # 0 +0xBDE4 0x6212 # 0 +0xBDE5 0x85C9 # 0 +0xBDE6 0x82A5 # 0 +0xBDE7 0x754C # 0 +0xBDE8 0x501F # 0 +0xBDE9 0x4ECB # 0 +0xBDEA 0x75A5 # 0 +0xBDEB 0x8BEB # 0 +0xBDEC 0x5C4A # 0 +0xBDED 0x5DFE # 0 +0xBDEE 0x7B4B # 0 +0xBDEF 0x65A4 # 0 +0xBDF0 0x91D1 # 0 +0xBDF1 0x4ECA # 0 +0xBDF2 0x6D25 # 0 +0xBDF3 0x895F # 0 +0xBDF4 0x7D27 # 0 +0xBDF5 0x9526 # 0 +0xBDF6 0x4EC5 # 0 +0xBDF7 0x8C28 # 0 +0xBDF8 0x8FDB # 0 +0xBDF9 0x9773 # 0 +0xBDFA 0x664B # 0 +0xBDFB 0x7981 # 0 +0xBDFC 0x8FD1 # 0 +0xBDFD 0x70EC # 0 +0xBDFE 0x6D78 # 0 +0xBE40 0x7D99 # 0 +0xBE41 0x7D9A # 0 +0xBE42 0x7D9B # 0 +0xBE43 0x7D9C # 0 +0xBE44 0x7D9D # 0 +0xBE45 0x7D9E # 0 +0xBE46 0x7D9F # 0 +0xBE47 0x7DA0 # 0 +0xBE48 0x7DA1 # 0 +0xBE49 0x7DA2 # 0 +0xBE4A 0x7DA3 # 0 +0xBE4B 0x7DA4 # 0 +0xBE4C 0x7DA5 # 0 +0xBE4D 0x7DA7 # 0 +0xBE4E 0x7DA8 # 0 +0xBE4F 0x7DA9 # 0 +0xBE50 0x7DAA # 0 +0xBE51 0x7DAB # 0 +0xBE52 0x7DAC # 0 +0xBE53 0x7DAD # 0 +0xBE54 0x7DAF # 0 +0xBE55 0x7DB0 # 0 +0xBE56 0x7DB1 # 0 +0xBE57 0x7DB2 # 0 +0xBE58 0x7DB3 # 0 +0xBE59 0x7DB4 # 0 +0xBE5A 0x7DB5 # 0 +0xBE5B 0x7DB6 # 0 +0xBE5C 0x7DB7 # 0 +0xBE5D 0x7DB8 # 0 +0xBE5E 0x7DB9 # 0 +0xBE5F 0x7DBA # 0 +0xBE60 0x7DBB # 0 +0xBE61 0x7DBC # 0 +0xBE62 0x7DBD # 0 +0xBE63 0x7DBE # 0 +0xBE64 0x7DBF # 0 +0xBE65 0x7DC0 # 0 +0xBE66 0x7DC1 # 0 +0xBE67 0x7DC2 # 0 +0xBE68 0x7DC3 # 0 +0xBE69 0x7DC4 # 0 +0xBE6A 0x7DC5 # 0 +0xBE6B 0x7DC6 # 0 +0xBE6C 0x7DC7 # 0 +0xBE6D 0x7DC8 # 0 +0xBE6E 0x7DC9 # 0 +0xBE6F 0x7DCA # 0 +0xBE70 0x7DCB # 0 +0xBE71 0x7DCC # 0 +0xBE72 0x7DCD # 0 +0xBE73 0x7DCE # 0 +0xBE74 0x7DCF # 0 +0xBE75 0x7DD0 # 0 +0xBE76 0x7DD1 # 0 +0xBE77 0x7DD2 # 0 +0xBE78 0x7DD3 # 0 +0xBE79 0x7DD4 # 0 +0xBE7A 0x7DD5 # 0 +0xBE7B 0x7DD6 # 0 +0xBE7C 0x7DD7 # 0 +0xBE7D 0x7DD8 # 0 +0xBE7E 0x7DD9 # 0 +0xBE80 0x7DDA # 0 +0xBE81 0x7DDB # 0 +0xBE82 0x7DDC # 0 +0xBE83 0x7DDD # 0 +0xBE84 0x7DDE # 0 +0xBE85 0x7DDF # 0 +0xBE86 0x7DE0 # 0 +0xBE87 0x7DE1 # 0 +0xBE88 0x7DE2 # 0 +0xBE89 0x7DE3 # 0 +0xBE8A 0x7DE4 # 0 +0xBE8B 0x7DE5 # 0 +0xBE8C 0x7DE6 # 0 +0xBE8D 0x7DE7 # 0 +0xBE8E 0x7DE8 # 0 +0xBE8F 0x7DE9 # 0 +0xBE90 0x7DEA # 0 +0xBE91 0x7DEB # 0 +0xBE92 0x7DEC # 0 +0xBE93 0x7DED # 0 +0xBE94 0x7DEE # 0 +0xBE95 0x7DEF # 0 +0xBE96 0x7DF0 # 0 +0xBE97 0x7DF1 # 0 +0xBE98 0x7DF2 # 0 +0xBE99 0x7DF3 # 0 +0xBE9A 0x7DF4 # 0 +0xBE9B 0x7DF5 # 0 +0xBE9C 0x7DF6 # 0 +0xBE9D 0x7DF7 # 0 +0xBE9E 0x7DF8 # 0 +0xBE9F 0x7DF9 # 0 +0xBEA0 0x7DFA # 0 +0xBEA1 0x5C3D # 0 +0xBEA2 0x52B2 # 0 +0xBEA3 0x8346 # 0 +0xBEA4 0x5162 # 0 +0xBEA5 0x830E # 0 +0xBEA6 0x775B # 0 +0xBEA7 0x6676 # 0 +0xBEA8 0x9CB8 # 0 +0xBEA9 0x4EAC # 0 +0xBEAA 0x60CA # 0 +0xBEAB 0x7CBE # 0 +0xBEAC 0x7CB3 # 0 +0xBEAD 0x7ECF # 0 +0xBEAE 0x4E95 # 0 +0xBEAF 0x8B66 # 0 +0xBEB0 0x666F # 0 +0xBEB1 0x9888 # 0 +0xBEB2 0x9759 # 0 +0xBEB3 0x5883 # 0 +0xBEB4 0x656C # 0 +0xBEB5 0x955C # 0 +0xBEB6 0x5F84 # 0 +0xBEB7 0x75C9 # 0 +0xBEB8 0x9756 # 0 +0xBEB9 0x7ADF # 0 +0xBEBA 0x7ADE # 0 +0xBEBB 0x51C0 # 0 +0xBEBC 0x70AF # 0 +0xBEBD 0x7A98 # 0 +0xBEBE 0x63EA # 0 +0xBEBF 0x7A76 # 0 +0xBEC0 0x7EA0 # 0 +0xBEC1 0x7396 # 0 +0xBEC2 0x97ED # 0 +0xBEC3 0x4E45 # 0 +0xBEC4 0x7078 # 0 +0xBEC5 0x4E5D # 0 +0xBEC6 0x9152 # 0 +0xBEC7 0x53A9 # 0 +0xBEC8 0x6551 # 0 +0xBEC9 0x65E7 # 0 +0xBECA 0x81FC # 0 +0xBECB 0x8205 # 0 +0xBECC 0x548E # 0 +0xBECD 0x5C31 # 0 +0xBECE 0x759A # 0 +0xBECF 0x97A0 # 0 +0xBED0 0x62D8 # 0 +0xBED1 0x72D9 # 0 +0xBED2 0x75BD # 0 +0xBED3 0x5C45 # 0 +0xBED4 0x9A79 # 0 +0xBED5 0x83CA # 0 +0xBED6 0x5C40 # 0 +0xBED7 0x5480 # 0 +0xBED8 0x77E9 # 0 +0xBED9 0x4E3E # 0 +0xBEDA 0x6CAE # 0 +0xBEDB 0x805A # 0 +0xBEDC 0x62D2 # 0 +0xBEDD 0x636E # 0 +0xBEDE 0x5DE8 # 0 +0xBEDF 0x5177 # 0 +0xBEE0 0x8DDD # 0 +0xBEE1 0x8E1E # 0 +0xBEE2 0x952F # 0 +0xBEE3 0x4FF1 # 0 +0xBEE4 0x53E5 # 0 +0xBEE5 0x60E7 # 0 +0xBEE6 0x70AC # 0 +0xBEE7 0x5267 # 0 +0xBEE8 0x6350 # 0 +0xBEE9 0x9E43 # 0 +0xBEEA 0x5A1F # 0 +0xBEEB 0x5026 # 0 +0xBEEC 0x7737 # 0 +0xBEED 0x5377 # 0 +0xBEEE 0x7EE2 # 0 +0xBEEF 0x6485 # 0 +0xBEF0 0x652B # 0 +0xBEF1 0x6289 # 0 +0xBEF2 0x6398 # 0 +0xBEF3 0x5014 # 0 +0xBEF4 0x7235 # 0 +0xBEF5 0x89C9 # 0 +0xBEF6 0x51B3 # 0 +0xBEF7 0x8BC0 # 0 +0xBEF8 0x7EDD # 0 +0xBEF9 0x5747 # 0 +0xBEFA 0x83CC # 0 +0xBEFB 0x94A7 # 0 +0xBEFC 0x519B # 0 +0xBEFD 0x541B # 0 +0xBEFE 0x5CFB # 0 +0xBF40 0x7DFB # 0 +0xBF41 0x7DFC # 0 +0xBF42 0x7DFD # 0 +0xBF43 0x7DFE # 0 +0xBF44 0x7DFF # 0 +0xBF45 0x7E00 # 0 +0xBF46 0x7E01 # 0 +0xBF47 0x7E02 # 0 +0xBF48 0x7E03 # 0 +0xBF49 0x7E04 # 0 +0xBF4A 0x7E05 # 0 +0xBF4B 0x7E06 # 0 +0xBF4C 0x7E07 # 0 +0xBF4D 0x7E08 # 0 +0xBF4E 0x7E09 # 0 +0xBF4F 0x7E0A # 0 +0xBF50 0x7E0B # 0 +0xBF51 0x7E0C # 0 +0xBF52 0x7E0D # 0 +0xBF53 0x7E0E # 0 +0xBF54 0x7E0F # 0 +0xBF55 0x7E10 # 0 +0xBF56 0x7E11 # 0 +0xBF57 0x7E12 # 0 +0xBF58 0x7E13 # 0 +0xBF59 0x7E14 # 0 +0xBF5A 0x7E15 # 0 +0xBF5B 0x7E16 # 0 +0xBF5C 0x7E17 # 0 +0xBF5D 0x7E18 # 0 +0xBF5E 0x7E19 # 0 +0xBF5F 0x7E1A # 0 +0xBF60 0x7E1B # 0 +0xBF61 0x7E1C # 0 +0xBF62 0x7E1D # 0 +0xBF63 0x7E1E # 0 +0xBF64 0x7E1F # 0 +0xBF65 0x7E20 # 0 +0xBF66 0x7E21 # 0 +0xBF67 0x7E22 # 0 +0xBF68 0x7E23 # 0 +0xBF69 0x7E24 # 0 +0xBF6A 0x7E25 # 0 +0xBF6B 0x7E26 # 0 +0xBF6C 0x7E27 # 0 +0xBF6D 0x7E28 # 0 +0xBF6E 0x7E29 # 0 +0xBF6F 0x7E2A # 0 +0xBF70 0x7E2B # 0 +0xBF71 0x7E2C # 0 +0xBF72 0x7E2D # 0 +0xBF73 0x7E2E # 0 +0xBF74 0x7E2F # 0 +0xBF75 0x7E30 # 0 +0xBF76 0x7E31 # 0 +0xBF77 0x7E32 # 0 +0xBF78 0x7E33 # 0 +0xBF79 0x7E34 # 0 +0xBF7A 0x7E35 # 0 +0xBF7B 0x7E36 # 0 +0xBF7C 0x7E37 # 0 +0xBF7D 0x7E38 # 0 +0xBF7E 0x7E39 # 0 +0xBF80 0x7E3A # 0 +0xBF81 0x7E3C # 0 +0xBF82 0x7E3D # 0 +0xBF83 0x7E3E # 0 +0xBF84 0x7E3F # 0 +0xBF85 0x7E40 # 0 +0xBF86 0x7E42 # 0 +0xBF87 0x7E43 # 0 +0xBF88 0x7E44 # 0 +0xBF89 0x7E45 # 0 +0xBF8A 0x7E46 # 0 +0xBF8B 0x7E48 # 0 +0xBF8C 0x7E49 # 0 +0xBF8D 0x7E4A # 0 +0xBF8E 0x7E4B # 0 +0xBF8F 0x7E4C # 0 +0xBF90 0x7E4D # 0 +0xBF91 0x7E4E # 0 +0xBF92 0x7E4F # 0 +0xBF93 0x7E50 # 0 +0xBF94 0x7E51 # 0 +0xBF95 0x7E52 # 0 +0xBF96 0x7E53 # 0 +0xBF97 0x7E54 # 0 +0xBF98 0x7E55 # 0 +0xBF99 0x7E56 # 0 +0xBF9A 0x7E57 # 0 +0xBF9B 0x7E58 # 0 +0xBF9C 0x7E59 # 0 +0xBF9D 0x7E5A # 0 +0xBF9E 0x7E5B # 0 +0xBF9F 0x7E5C # 0 +0xBFA0 0x7E5D # 0 +0xBFA1 0x4FCA # 0 +0xBFA2 0x7AE3 # 0 +0xBFA3 0x6D5A # 0 +0xBFA4 0x90E1 # 0 +0xBFA5 0x9A8F # 0 +0xBFA6 0x5580 # 0 +0xBFA7 0x5496 # 0 +0xBFA8 0x5361 # 0 +0xBFA9 0x54AF # 0 +0xBFAA 0x5F00 # 0 +0xBFAB 0x63E9 # 0 +0xBFAC 0x6977 # 0 +0xBFAD 0x51EF # 0 +0xBFAE 0x6168 # 0 +0xBFAF 0x520A # 0 +0xBFB0 0x582A # 0 +0xBFB1 0x52D8 # 0 +0xBFB2 0x574E # 0 +0xBFB3 0x780D # 0 +0xBFB4 0x770B # 0 +0xBFB5 0x5EB7 # 0 +0xBFB6 0x6177 # 0 +0xBFB7 0x7CE0 # 0 +0xBFB8 0x625B # 0 +0xBFB9 0x6297 # 0 +0xBFBA 0x4EA2 # 0 +0xBFBB 0x7095 # 0 +0xBFBC 0x8003 # 0 +0xBFBD 0x62F7 # 0 +0xBFBE 0x70E4 # 0 +0xBFBF 0x9760 # 0 +0xBFC0 0x5777 # 0 +0xBFC1 0x82DB # 0 +0xBFC2 0x67EF # 0 +0xBFC3 0x68F5 # 0 +0xBFC4 0x78D5 # 0 +0xBFC5 0x9897 # 0 +0xBFC6 0x79D1 # 0 +0xBFC7 0x58F3 # 0 +0xBFC8 0x54B3 # 0 +0xBFC9 0x53EF # 0 +0xBFCA 0x6E34 # 0 +0xBFCB 0x514B # 0 +0xBFCC 0x523B # 0 +0xBFCD 0x5BA2 # 0 +0xBFCE 0x8BFE # 0 +0xBFCF 0x80AF # 0 +0xBFD0 0x5543 # 0 +0xBFD1 0x57A6 # 0 +0xBFD2 0x6073 # 0 +0xBFD3 0x5751 # 0 +0xBFD4 0x542D # 0 +0xBFD5 0x7A7A # 0 +0xBFD6 0x6050 # 0 +0xBFD7 0x5B54 # 0 +0xBFD8 0x63A7 # 0 +0xBFD9 0x62A0 # 0 +0xBFDA 0x53E3 # 0 +0xBFDB 0x6263 # 0 +0xBFDC 0x5BC7 # 0 +0xBFDD 0x67AF # 0 +0xBFDE 0x54ED # 0 +0xBFDF 0x7A9F # 0 +0xBFE0 0x82E6 # 0 +0xBFE1 0x9177 # 0 +0xBFE2 0x5E93 # 0 +0xBFE3 0x88E4 # 0 +0xBFE4 0x5938 # 0 +0xBFE5 0x57AE # 0 +0xBFE6 0x630E # 0 +0xBFE7 0x8DE8 # 0 +0xBFE8 0x80EF # 0 +0xBFE9 0x5757 # 0 +0xBFEA 0x7B77 # 0 +0xBFEB 0x4FA9 # 0 +0xBFEC 0x5FEB # 0 +0xBFED 0x5BBD # 0 +0xBFEE 0x6B3E # 0 +0xBFEF 0x5321 # 0 +0xBFF0 0x7B50 # 0 +0xBFF1 0x72C2 # 0 +0xBFF2 0x6846 # 0 +0xBFF3 0x77FF # 0 +0xBFF4 0x7736 # 0 +0xBFF5 0x65F7 # 0 +0xBFF6 0x51B5 # 0 +0xBFF7 0x4E8F # 0 +0xBFF8 0x76D4 # 0 +0xBFF9 0x5CBF # 0 +0xBFFA 0x7AA5 # 0 +0xBFFB 0x8475 # 0 +0xBFFC 0x594E # 0 +0xBFFD 0x9B41 # 0 +0xBFFE 0x5080 # 0 +0xC040 0x7E5E # 0 +0xC041 0x7E5F # 0 +0xC042 0x7E60 # 0 +0xC043 0x7E61 # 0 +0xC044 0x7E62 # 0 +0xC045 0x7E63 # 0 +0xC046 0x7E64 # 0 +0xC047 0x7E65 # 0 +0xC048 0x7E66 # 0 +0xC049 0x7E67 # 0 +0xC04A 0x7E68 # 0 +0xC04B 0x7E69 # 0 +0xC04C 0x7E6A # 0 +0xC04D 0x7E6B # 0 +0xC04E 0x7E6C # 0 +0xC04F 0x7E6D # 0 +0xC050 0x7E6E # 0 +0xC051 0x7E6F # 0 +0xC052 0x7E70 # 0 +0xC053 0x7E71 # 0 +0xC054 0x7E72 # 0 +0xC055 0x7E73 # 0 +0xC056 0x7E74 # 0 +0xC057 0x7E75 # 0 +0xC058 0x7E76 # 0 +0xC059 0x7E77 # 0 +0xC05A 0x7E78 # 0 +0xC05B 0x7E79 # 0 +0xC05C 0x7E7A # 0 +0xC05D 0x7E7B # 0 +0xC05E 0x7E7C # 0 +0xC05F 0x7E7D # 0 +0xC060 0x7E7E # 0 +0xC061 0x7E7F # 0 +0xC062 0x7E80 # 0 +0xC063 0x7E81 # 0 +0xC064 0x7E83 # 0 +0xC065 0x7E84 # 0 +0xC066 0x7E85 # 0 +0xC067 0x7E86 # 0 +0xC068 0x7E87 # 0 +0xC069 0x7E88 # 0 +0xC06A 0x7E89 # 0 +0xC06B 0x7E8A # 0 +0xC06C 0x7E8B # 0 +0xC06D 0x7E8C # 0 +0xC06E 0x7E8D # 0 +0xC06F 0x7E8E # 0 +0xC070 0x7E8F # 0 +0xC071 0x7E90 # 0 +0xC072 0x7E91 # 0 +0xC073 0x7E92 # 0 +0xC074 0x7E93 # 0 +0xC075 0x7E94 # 0 +0xC076 0x7E95 # 0 +0xC077 0x7E96 # 0 +0xC078 0x7E97 # 0 +0xC079 0x7E98 # 0 +0xC07A 0x7E99 # 0 +0xC07B 0x7E9A # 0 +0xC07C 0x7E9C # 0 +0xC07D 0x7E9D # 0 +0xC07E 0x7E9E # 0 +0xC080 0x7EAE # 0 +0xC081 0x7EB4 # 0 +0xC082 0x7EBB # 0 +0xC083 0x7EBC # 0 +0xC084 0x7ED6 # 0 +0xC085 0x7EE4 # 0 +0xC086 0x7EEC # 0 +0xC087 0x7EF9 # 0 +0xC088 0x7F0A # 0 +0xC089 0x7F10 # 0 +0xC08A 0x7F1E # 0 +0xC08B 0x7F37 # 0 +0xC08C 0x7F39 # 0 +0xC08D 0x7F3B # 0 +0xC08E 0x7F3C # 0 +0xC08F 0x7F3D # 0 +0xC090 0x7F3E # 0 +0xC091 0x7F3F # 0 +0xC092 0x7F40 # 0 +0xC093 0x7F41 # 0 +0xC094 0x7F43 # 0 +0xC095 0x7F46 # 0 +0xC096 0x7F47 # 0 +0xC097 0x7F48 # 0 +0xC098 0x7F49 # 0 +0xC099 0x7F4A # 0 +0xC09A 0x7F4B # 0 +0xC09B 0x7F4C # 0 +0xC09C 0x7F4D # 0 +0xC09D 0x7F4E # 0 +0xC09E 0x7F4F # 0 +0xC09F 0x7F52 # 0 +0xC0A0 0x7F53 # 0 +0xC0A1 0x9988 # 0 +0xC0A2 0x6127 # 0 +0xC0A3 0x6E83 # 0 +0xC0A4 0x5764 # 0 +0xC0A5 0x6606 # 0 +0xC0A6 0x6346 # 0 +0xC0A7 0x56F0 # 0 +0xC0A8 0x62EC # 0 +0xC0A9 0x6269 # 0 +0xC0AA 0x5ED3 # 0 +0xC0AB 0x9614 # 0 +0xC0AC 0x5783 # 0 +0xC0AD 0x62C9 # 0 +0xC0AE 0x5587 # 0 +0xC0AF 0x8721 # 0 +0xC0B0 0x814A # 0 +0xC0B1 0x8FA3 # 0 +0xC0B2 0x5566 # 0 +0xC0B3 0x83B1 # 0 +0xC0B4 0x6765 # 0 +0xC0B5 0x8D56 # 0 +0xC0B6 0x84DD # 0 +0xC0B7 0x5A6A # 0 +0xC0B8 0x680F # 0 +0xC0B9 0x62E6 # 0 +0xC0BA 0x7BEE # 0 +0xC0BB 0x9611 # 0 +0xC0BC 0x5170 # 0 +0xC0BD 0x6F9C # 0 +0xC0BE 0x8C30 # 0 +0xC0BF 0x63FD # 0 +0xC0C0 0x89C8 # 0 +0xC0C1 0x61D2 # 0 +0xC0C2 0x7F06 # 0 +0xC0C3 0x70C2 # 0 +0xC0C4 0x6EE5 # 0 +0xC0C5 0x7405 # 0 +0xC0C6 0x6994 # 0 +0xC0C7 0x72FC # 0 +0xC0C8 0x5ECA # 0 +0xC0C9 0x90CE # 0 +0xC0CA 0x6717 # 0 +0xC0CB 0x6D6A # 0 +0xC0CC 0x635E # 0 +0xC0CD 0x52B3 # 0 +0xC0CE 0x7262 # 0 +0xC0CF 0x8001 # 0 +0xC0D0 0x4F6C # 0 +0xC0D1 0x59E5 # 0 +0xC0D2 0x916A # 0 +0xC0D3 0x70D9 # 0 +0xC0D4 0x6D9D # 0 +0xC0D5 0x52D2 # 0 +0xC0D6 0x4E50 # 0 +0xC0D7 0x96F7 # 0 +0xC0D8 0x956D # 0 +0xC0D9 0x857E # 0 +0xC0DA 0x78CA # 0 +0xC0DB 0x7D2F # 0 +0xC0DC 0x5121 # 0 +0xC0DD 0x5792 # 0 +0xC0DE 0x64C2 # 0 +0xC0DF 0x808B # 0 +0xC0E0 0x7C7B # 0 +0xC0E1 0x6CEA # 0 +0xC0E2 0x68F1 # 0 +0xC0E3 0x695E # 0 +0xC0E4 0x51B7 # 0 +0xC0E5 0x5398 # 0 +0xC0E6 0x68A8 # 0 +0xC0E7 0x7281 # 0 +0xC0E8 0x9ECE # 0 +0xC0E9 0x7BF1 # 0 +0xC0EA 0x72F8 # 0 +0xC0EB 0x79BB # 0 +0xC0EC 0x6F13 # 0 +0xC0ED 0x7406 # 0 +0xC0EE 0x674E # 0 +0xC0EF 0x91CC # 0 +0xC0F0 0x9CA4 # 0 +0xC0F1 0x793C # 0 +0xC0F2 0x8389 # 0 +0xC0F3 0x8354 # 0 +0xC0F4 0x540F # 0 +0xC0F5 0x6817 # 0 +0xC0F6 0x4E3D # 0 +0xC0F7 0x5389 # 0 +0xC0F8 0x52B1 # 0 +0xC0F9 0x783E # 0 +0xC0FA 0x5386 # 0 +0xC0FB 0x5229 # 0 +0xC0FC 0x5088 # 0 +0xC0FD 0x4F8B # 0 +0xC0FE 0x4FD0 # 0 +0xC140 0x7F56 # 0 +0xC141 0x7F59 # 0 +0xC142 0x7F5B # 0 +0xC143 0x7F5C # 0 +0xC144 0x7F5D # 0 +0xC145 0x7F5E # 0 +0xC146 0x7F60 # 0 +0xC147 0x7F63 # 0 +0xC148 0x7F64 # 0 +0xC149 0x7F65 # 0 +0xC14A 0x7F66 # 0 +0xC14B 0x7F67 # 0 +0xC14C 0x7F6B # 0 +0xC14D 0x7F6C # 0 +0xC14E 0x7F6D # 0 +0xC14F 0x7F6F # 0 +0xC150 0x7F70 # 0 +0xC151 0x7F73 # 0 +0xC152 0x7F75 # 0 +0xC153 0x7F76 # 0 +0xC154 0x7F77 # 0 +0xC155 0x7F78 # 0 +0xC156 0x7F7A # 0 +0xC157 0x7F7B # 0 +0xC158 0x7F7C # 0 +0xC159 0x7F7D # 0 +0xC15A 0x7F7F # 0 +0xC15B 0x7F80 # 0 +0xC15C 0x7F82 # 0 +0xC15D 0x7F83 # 0 +0xC15E 0x7F84 # 0 +0xC15F 0x7F85 # 0 +0xC160 0x7F86 # 0 +0xC161 0x7F87 # 0 +0xC162 0x7F88 # 0 +0xC163 0x7F89 # 0 +0xC164 0x7F8B # 0 +0xC165 0x7F8D # 0 +0xC166 0x7F8F # 0 +0xC167 0x7F90 # 0 +0xC168 0x7F91 # 0 +0xC169 0x7F92 # 0 +0xC16A 0x7F93 # 0 +0xC16B 0x7F95 # 0 +0xC16C 0x7F96 # 0 +0xC16D 0x7F97 # 0 +0xC16E 0x7F98 # 0 +0xC16F 0x7F99 # 0 +0xC170 0x7F9B # 0 +0xC171 0x7F9C # 0 +0xC172 0x7FA0 # 0 +0xC173 0x7FA2 # 0 +0xC174 0x7FA3 # 0 +0xC175 0x7FA5 # 0 +0xC176 0x7FA6 # 0 +0xC177 0x7FA8 # 0 +0xC178 0x7FA9 # 0 +0xC179 0x7FAA # 0 +0xC17A 0x7FAB # 0 +0xC17B 0x7FAC # 0 +0xC17C 0x7FAD # 0 +0xC17D 0x7FAE # 0 +0xC17E 0x7FB1 # 0 +0xC180 0x7FB3 # 0 +0xC181 0x7FB4 # 0 +0xC182 0x7FB5 # 0 +0xC183 0x7FB6 # 0 +0xC184 0x7FB7 # 0 +0xC185 0x7FBA # 0 +0xC186 0x7FBB # 0 +0xC187 0x7FBE # 0 +0xC188 0x7FC0 # 0 +0xC189 0x7FC2 # 0 +0xC18A 0x7FC3 # 0 +0xC18B 0x7FC4 # 0 +0xC18C 0x7FC6 # 0 +0xC18D 0x7FC7 # 0 +0xC18E 0x7FC8 # 0 +0xC18F 0x7FC9 # 0 +0xC190 0x7FCB # 0 +0xC191 0x7FCD # 0 +0xC192 0x7FCF # 0 +0xC193 0x7FD0 # 0 +0xC194 0x7FD1 # 0 +0xC195 0x7FD2 # 0 +0xC196 0x7FD3 # 0 +0xC197 0x7FD6 # 0 +0xC198 0x7FD7 # 0 +0xC199 0x7FD9 # 0 +0xC19A 0x7FDA # 0 +0xC19B 0x7FDB # 0 +0xC19C 0x7FDC # 0 +0xC19D 0x7FDD # 0 +0xC19E 0x7FDE # 0 +0xC19F 0x7FE2 # 0 +0xC1A0 0x7FE3 # 0 +0xC1A1 0x75E2 # 0 +0xC1A2 0x7ACB # 0 +0xC1A3 0x7C92 # 0 +0xC1A4 0x6CA5 # 0 +0xC1A5 0x96B6 # 0 +0xC1A6 0x529B # 0 +0xC1A7 0x7483 # 0 +0xC1A8 0x54E9 # 0 +0xC1A9 0x4FE9 # 0 +0xC1AA 0x8054 # 0 +0xC1AB 0x83B2 # 0 +0xC1AC 0x8FDE # 0 +0xC1AD 0x9570 # 0 +0xC1AE 0x5EC9 # 0 +0xC1AF 0x601C # 0 +0xC1B0 0x6D9F # 0 +0xC1B1 0x5E18 # 0 +0xC1B2 0x655B # 0 +0xC1B3 0x8138 # 0 +0xC1B4 0x94FE # 0 +0xC1B5 0x604B # 0 +0xC1B6 0x70BC # 0 +0xC1B7 0x7EC3 # 0 +0xC1B8 0x7CAE # 0 +0xC1B9 0x51C9 # 0 +0xC1BA 0x6881 # 0 +0xC1BB 0x7CB1 # 0 +0xC1BC 0x826F # 0 +0xC1BD 0x4E24 # 0 +0xC1BE 0x8F86 # 0 +0xC1BF 0x91CF # 0 +0xC1C0 0x667E # 0 +0xC1C1 0x4EAE # 0 +0xC1C2 0x8C05 # 0 +0xC1C3 0x64A9 # 0 +0xC1C4 0x804A # 0 +0xC1C5 0x50DA # 0 +0xC1C6 0x7597 # 0 +0xC1C7 0x71CE # 0 +0xC1C8 0x5BE5 # 0 +0xC1C9 0x8FBD # 0 +0xC1CA 0x6F66 # 0 +0xC1CB 0x4E86 # 0 +0xC1CC 0x6482 # 0 +0xC1CD 0x9563 # 0 +0xC1CE 0x5ED6 # 0 +0xC1CF 0x6599 # 0 +0xC1D0 0x5217 # 0 +0xC1D1 0x88C2 # 0 +0xC1D2 0x70C8 # 0 +0xC1D3 0x52A3 # 0 +0xC1D4 0x730E # 0 +0xC1D5 0x7433 # 0 +0xC1D6 0x6797 # 0 +0xC1D7 0x78F7 # 0 +0xC1D8 0x9716 # 0 +0xC1D9 0x4E34 # 0 +0xC1DA 0x90BB # 0 +0xC1DB 0x9CDE # 0 +0xC1DC 0x6DCB # 0 +0xC1DD 0x51DB # 0 +0xC1DE 0x8D41 # 0 +0xC1DF 0x541D # 0 +0xC1E0 0x62CE # 0 +0xC1E1 0x73B2 # 0 +0xC1E2 0x83F1 # 0 +0xC1E3 0x96F6 # 0 +0xC1E4 0x9F84 # 0 +0xC1E5 0x94C3 # 0 +0xC1E6 0x4F36 # 0 +0xC1E7 0x7F9A # 0 +0xC1E8 0x51CC # 0 +0xC1E9 0x7075 # 0 +0xC1EA 0x9675 # 0 +0xC1EB 0x5CAD # 0 +0xC1EC 0x9886 # 0 +0xC1ED 0x53E6 # 0 +0xC1EE 0x4EE4 # 0 +0xC1EF 0x6E9C # 0 +0xC1F0 0x7409 # 0 +0xC1F1 0x69B4 # 0 +0xC1F2 0x786B # 0 +0xC1F3 0x998F # 0 +0xC1F4 0x7559 # 0 +0xC1F5 0x5218 # 0 +0xC1F6 0x7624 # 0 +0xC1F7 0x6D41 # 0 +0xC1F8 0x67F3 # 0 +0xC1F9 0x516D # 0 +0xC1FA 0x9F99 # 0 +0xC1FB 0x804B # 0 +0xC1FC 0x5499 # 0 +0xC1FD 0x7B3C # 0 +0xC1FE 0x7ABF # 0 +0xC240 0x7FE4 # 0 +0xC241 0x7FE7 # 0 +0xC242 0x7FE8 # 0 +0xC243 0x7FEA # 0 +0xC244 0x7FEB # 0 +0xC245 0x7FEC # 0 +0xC246 0x7FED # 0 +0xC247 0x7FEF # 0 +0xC248 0x7FF2 # 0 +0xC249 0x7FF4 # 0 +0xC24A 0x7FF5 # 0 +0xC24B 0x7FF6 # 0 +0xC24C 0x7FF7 # 0 +0xC24D 0x7FF8 # 0 +0xC24E 0x7FF9 # 0 +0xC24F 0x7FFA # 0 +0xC250 0x7FFD # 0 +0xC251 0x7FFE # 0 +0xC252 0x7FFF # 0 +0xC253 0x8002 # 0 +0xC254 0x8007 # 0 +0xC255 0x8008 # 0 +0xC256 0x8009 # 0 +0xC257 0x800A # 0 +0xC258 0x800E # 0 +0xC259 0x800F # 0 +0xC25A 0x8011 # 0 +0xC25B 0x8013 # 0 +0xC25C 0x801A # 0 +0xC25D 0x801B # 0 +0xC25E 0x801D # 0 +0xC25F 0x801E # 0 +0xC260 0x801F # 0 +0xC261 0x8021 # 0 +0xC262 0x8023 # 0 +0xC263 0x8024 # 0 +0xC264 0x802B # 0 +0xC265 0x802C # 0 +0xC266 0x802D # 0 +0xC267 0x802E # 0 +0xC268 0x802F # 0 +0xC269 0x8030 # 0 +0xC26A 0x8032 # 0 +0xC26B 0x8034 # 0 +0xC26C 0x8039 # 0 +0xC26D 0x803A # 0 +0xC26E 0x803C # 0 +0xC26F 0x803E # 0 +0xC270 0x8040 # 0 +0xC271 0x8041 # 0 +0xC272 0x8044 # 0 +0xC273 0x8045 # 0 +0xC274 0x8047 # 0 +0xC275 0x8048 # 0 +0xC276 0x8049 # 0 +0xC277 0x804E # 0 +0xC278 0x804F # 0 +0xC279 0x8050 # 0 +0xC27A 0x8051 # 0 +0xC27B 0x8053 # 0 +0xC27C 0x8055 # 0 +0xC27D 0x8056 # 0 +0xC27E 0x8057 # 0 +0xC280 0x8059 # 0 +0xC281 0x805B # 0 +0xC282 0x805C # 0 +0xC283 0x805D # 0 +0xC284 0x805E # 0 +0xC285 0x805F # 0 +0xC286 0x8060 # 0 +0xC287 0x8061 # 0 +0xC288 0x8062 # 0 +0xC289 0x8063 # 0 +0xC28A 0x8064 # 0 +0xC28B 0x8065 # 0 +0xC28C 0x8066 # 0 +0xC28D 0x8067 # 0 +0xC28E 0x8068 # 0 +0xC28F 0x806B # 0 +0xC290 0x806C # 0 +0xC291 0x806D # 0 +0xC292 0x806E # 0 +0xC293 0x806F # 0 +0xC294 0x8070 # 0 +0xC295 0x8072 # 0 +0xC296 0x8073 # 0 +0xC297 0x8074 # 0 +0xC298 0x8075 # 0 +0xC299 0x8076 # 0 +0xC29A 0x8077 # 0 +0xC29B 0x8078 # 0 +0xC29C 0x8079 # 0 +0xC29D 0x807A # 0 +0xC29E 0x807B # 0 +0xC29F 0x807C # 0 +0xC2A0 0x807D # 0 +0xC2A1 0x9686 # 0 +0xC2A2 0x5784 # 0 +0xC2A3 0x62E2 # 0 +0xC2A4 0x9647 # 0 +0xC2A5 0x697C # 0 +0xC2A6 0x5A04 # 0 +0xC2A7 0x6402 # 0 +0xC2A8 0x7BD3 # 0 +0xC2A9 0x6F0F # 0 +0xC2AA 0x964B # 0 +0xC2AB 0x82A6 # 0 +0xC2AC 0x5362 # 0 +0xC2AD 0x9885 # 0 +0xC2AE 0x5E90 # 0 +0xC2AF 0x7089 # 0 +0xC2B0 0x63B3 # 0 +0xC2B1 0x5364 # 0 +0xC2B2 0x864F # 0 +0xC2B3 0x9C81 # 0 +0xC2B4 0x9E93 # 0 +0xC2B5 0x788C # 0 +0xC2B6 0x9732 # 0 +0xC2B7 0x8DEF # 0 +0xC2B8 0x8D42 # 0 +0xC2B9 0x9E7F # 0 +0xC2BA 0x6F5E # 0 +0xC2BB 0x7984 # 0 +0xC2BC 0x5F55 # 0 +0xC2BD 0x9646 # 0 +0xC2BE 0x622E # 0 +0xC2BF 0x9A74 # 0 +0xC2C0 0x5415 # 0 +0xC2C1 0x94DD # 0 +0xC2C2 0x4FA3 # 0 +0xC2C3 0x65C5 # 0 +0xC2C4 0x5C65 # 0 +0xC2C5 0x5C61 # 0 +0xC2C6 0x7F15 # 0 +0xC2C7 0x8651 # 0 +0xC2C8 0x6C2F # 0 +0xC2C9 0x5F8B # 0 +0xC2CA 0x7387 # 0 +0xC2CB 0x6EE4 # 0 +0xC2CC 0x7EFF # 0 +0xC2CD 0x5CE6 # 0 +0xC2CE 0x631B # 0 +0xC2CF 0x5B6A # 0 +0xC2D0 0x6EE6 # 0 +0xC2D1 0x5375 # 0 +0xC2D2 0x4E71 # 0 +0xC2D3 0x63A0 # 0 +0xC2D4 0x7565 # 0 +0xC2D5 0x62A1 # 0 +0xC2D6 0x8F6E # 0 +0xC2D7 0x4F26 # 0 +0xC2D8 0x4ED1 # 0 +0xC2D9 0x6CA6 # 0 +0xC2DA 0x7EB6 # 0 +0xC2DB 0x8BBA # 0 +0xC2DC 0x841D # 0 +0xC2DD 0x87BA # 0 +0xC2DE 0x7F57 # 0 +0xC2DF 0x903B # 0 +0xC2E0 0x9523 # 0 +0xC2E1 0x7BA9 # 0 +0xC2E2 0x9AA1 # 0 +0xC2E3 0x88F8 # 0 +0xC2E4 0x843D # 0 +0xC2E5 0x6D1B # 0 +0xC2E6 0x9A86 # 0 +0xC2E7 0x7EDC # 0 +0xC2E8 0x5988 # 0 +0xC2E9 0x9EBB # 0 +0xC2EA 0x739B # 0 +0xC2EB 0x7801 # 0 +0xC2EC 0x8682 # 0 +0xC2ED 0x9A6C # 0 +0xC2EE 0x9A82 # 0 +0xC2EF 0x561B # 0 +0xC2F0 0x5417 # 0 +0xC2F1 0x57CB # 0 +0xC2F2 0x4E70 # 0 +0xC2F3 0x9EA6 # 0 +0xC2F4 0x5356 # 0 +0xC2F5 0x8FC8 # 0 +0xC2F6 0x8109 # 0 +0xC2F7 0x7792 # 0 +0xC2F8 0x9992 # 0 +0xC2F9 0x86EE # 0 +0xC2FA 0x6EE1 # 0 +0xC2FB 0x8513 # 0 +0xC2FC 0x66FC # 0 +0xC2FD 0x6162 # 0 +0xC2FE 0x6F2B # 0 +0xC340 0x807E # 0 +0xC341 0x8081 # 0 +0xC342 0x8082 # 0 +0xC343 0x8085 # 0 +0xC344 0x8088 # 0 +0xC345 0x808A # 0 +0xC346 0x808D # 0 +0xC347 0x808E # 0 +0xC348 0x808F # 0 +0xC349 0x8090 # 0 +0xC34A 0x8091 # 0 +0xC34B 0x8092 # 0 +0xC34C 0x8094 # 0 +0xC34D 0x8095 # 0 +0xC34E 0x8097 # 0 +0xC34F 0x8099 # 0 +0xC350 0x809E # 0 +0xC351 0x80A3 # 0 +0xC352 0x80A6 # 0 +0xC353 0x80A7 # 0 +0xC354 0x80A8 # 0 +0xC355 0x80AC # 0 +0xC356 0x80B0 # 0 +0xC357 0x80B3 # 0 +0xC358 0x80B5 # 0 +0xC359 0x80B6 # 0 +0xC35A 0x80B8 # 0 +0xC35B 0x80B9 # 0 +0xC35C 0x80BB # 0 +0xC35D 0x80C5 # 0 +0xC35E 0x80C7 # 0 +0xC35F 0x80C8 # 0 +0xC360 0x80C9 # 0 +0xC361 0x80CA # 0 +0xC362 0x80CB # 0 +0xC363 0x80CF # 0 +0xC364 0x80D0 # 0 +0xC365 0x80D1 # 0 +0xC366 0x80D2 # 0 +0xC367 0x80D3 # 0 +0xC368 0x80D4 # 0 +0xC369 0x80D5 # 0 +0xC36A 0x80D8 # 0 +0xC36B 0x80DF # 0 +0xC36C 0x80E0 # 0 +0xC36D 0x80E2 # 0 +0xC36E 0x80E3 # 0 +0xC36F 0x80E6 # 0 +0xC370 0x80EE # 0 +0xC371 0x80F5 # 0 +0xC372 0x80F7 # 0 +0xC373 0x80F9 # 0 +0xC374 0x80FB # 0 +0xC375 0x80FE # 0 +0xC376 0x80FF # 0 +0xC377 0x8100 # 0 +0xC378 0x8101 # 0 +0xC379 0x8103 # 0 +0xC37A 0x8104 # 0 +0xC37B 0x8105 # 0 +0xC37C 0x8107 # 0 +0xC37D 0x8108 # 0 +0xC37E 0x810B # 0 +0xC380 0x810C # 0 +0xC381 0x8115 # 0 +0xC382 0x8117 # 0 +0xC383 0x8119 # 0 +0xC384 0x811B # 0 +0xC385 0x811C # 0 +0xC386 0x811D # 0 +0xC387 0x811F # 0 +0xC388 0x8120 # 0 +0xC389 0x8121 # 0 +0xC38A 0x8122 # 0 +0xC38B 0x8123 # 0 +0xC38C 0x8124 # 0 +0xC38D 0x8125 # 0 +0xC38E 0x8126 # 0 +0xC38F 0x8127 # 0 +0xC390 0x8128 # 0 +0xC391 0x8129 # 0 +0xC392 0x812A # 0 +0xC393 0x812B # 0 +0xC394 0x812D # 0 +0xC395 0x812E # 0 +0xC396 0x8130 # 0 +0xC397 0x8133 # 0 +0xC398 0x8134 # 0 +0xC399 0x8135 # 0 +0xC39A 0x8137 # 0 +0xC39B 0x8139 # 0 +0xC39C 0x813A # 0 +0xC39D 0x813B # 0 +0xC39E 0x813C # 0 +0xC39F 0x813D # 0 +0xC3A0 0x813F # 0 +0xC3A1 0x8C29 # 0 +0xC3A2 0x8292 # 0 +0xC3A3 0x832B # 0 +0xC3A4 0x76F2 # 0 +0xC3A5 0x6C13 # 0 +0xC3A6 0x5FD9 # 0 +0xC3A7 0x83BD # 0 +0xC3A8 0x732B # 0 +0xC3A9 0x8305 # 0 +0xC3AA 0x951A # 0 +0xC3AB 0x6BDB # 0 +0xC3AC 0x77DB # 0 +0xC3AD 0x94C6 # 0 +0xC3AE 0x536F # 0 +0xC3AF 0x8302 # 0 +0xC3B0 0x5192 # 0 +0xC3B1 0x5E3D # 0 +0xC3B2 0x8C8C # 0 +0xC3B3 0x8D38 # 0 +0xC3B4 0x4E48 # 0 +0xC3B5 0x73AB # 0 +0xC3B6 0x679A # 0 +0xC3B7 0x6885 # 0 +0xC3B8 0x9176 # 0 +0xC3B9 0x9709 # 0 +0xC3BA 0x7164 # 0 +0xC3BB 0x6CA1 # 0 +0xC3BC 0x7709 # 0 +0xC3BD 0x5A92 # 0 +0xC3BE 0x9541 # 0 +0xC3BF 0x6BCF # 0 +0xC3C0 0x7F8E # 0 +0xC3C1 0x6627 # 0 +0xC3C2 0x5BD0 # 0 +0xC3C3 0x59B9 # 0 +0xC3C4 0x5A9A # 0 +0xC3C5 0x95E8 # 0 +0xC3C6 0x95F7 # 0 +0xC3C7 0x4EEC # 0 +0xC3C8 0x840C # 0 +0xC3C9 0x8499 # 0 +0xC3CA 0x6AAC # 0 +0xC3CB 0x76DF # 0 +0xC3CC 0x9530 # 0 +0xC3CD 0x731B # 0 +0xC3CE 0x68A6 # 0 +0xC3CF 0x5B5F # 0 +0xC3D0 0x772F # 0 +0xC3D1 0x919A # 0 +0xC3D2 0x9761 # 0 +0xC3D3 0x7CDC # 0 +0xC3D4 0x8FF7 # 0 +0xC3D5 0x8C1C # 0 +0xC3D6 0x5F25 # 0 +0xC3D7 0x7C73 # 0 +0xC3D8 0x79D8 # 0 +0xC3D9 0x89C5 # 0 +0xC3DA 0x6CCC # 0 +0xC3DB 0x871C # 0 +0xC3DC 0x5BC6 # 0 +0xC3DD 0x5E42 # 0 +0xC3DE 0x68C9 # 0 +0xC3DF 0x7720 # 0 +0xC3E0 0x7EF5 # 0 +0xC3E1 0x5195 # 0 +0xC3E2 0x514D # 0 +0xC3E3 0x52C9 # 0 +0xC3E4 0x5A29 # 0 +0xC3E5 0x7F05 # 0 +0xC3E6 0x9762 # 0 +0xC3E7 0x82D7 # 0 +0xC3E8 0x63CF # 0 +0xC3E9 0x7784 # 0 +0xC3EA 0x85D0 # 0 +0xC3EB 0x79D2 # 0 +0xC3EC 0x6E3A # 0 +0xC3ED 0x5E99 # 0 +0xC3EE 0x5999 # 0 +0xC3EF 0x8511 # 0 +0xC3F0 0x706D # 0 +0xC3F1 0x6C11 # 0 +0xC3F2 0x62BF # 0 +0xC3F3 0x76BF # 0 +0xC3F4 0x654F # 0 +0xC3F5 0x60AF # 0 +0xC3F6 0x95FD # 0 +0xC3F7 0x660E # 0 +0xC3F8 0x879F # 0 +0xC3F9 0x9E23 # 0 +0xC3FA 0x94ED # 0 +0xC3FB 0x540D # 0 +0xC3FC 0x547D # 0 +0xC3FD 0x8C2C # 0 +0xC3FE 0x6478 # 0 +0xC440 0x8140 # 0 +0xC441 0x8141 # 0 +0xC442 0x8142 # 0 +0xC443 0x8143 # 0 +0xC444 0x8144 # 0 +0xC445 0x8145 # 0 +0xC446 0x8147 # 0 +0xC447 0x8149 # 0 +0xC448 0x814D # 0 +0xC449 0x814E # 0 +0xC44A 0x814F # 0 +0xC44B 0x8152 # 0 +0xC44C 0x8156 # 0 +0xC44D 0x8157 # 0 +0xC44E 0x8158 # 0 +0xC44F 0x815B # 0 +0xC450 0x815C # 0 +0xC451 0x815D # 0 +0xC452 0x815E # 0 +0xC453 0x815F # 0 +0xC454 0x8161 # 0 +0xC455 0x8162 # 0 +0xC456 0x8163 # 0 +0xC457 0x8164 # 0 +0xC458 0x8166 # 0 +0xC459 0x8168 # 0 +0xC45A 0x816A # 0 +0xC45B 0x816B # 0 +0xC45C 0x816C # 0 +0xC45D 0x816F # 0 +0xC45E 0x8172 # 0 +0xC45F 0x8173 # 0 +0xC460 0x8175 # 0 +0xC461 0x8176 # 0 +0xC462 0x8177 # 0 +0xC463 0x8178 # 0 +0xC464 0x8181 # 0 +0xC465 0x8183 # 0 +0xC466 0x8184 # 0 +0xC467 0x8185 # 0 +0xC468 0x8186 # 0 +0xC469 0x8187 # 0 +0xC46A 0x8189 # 0 +0xC46B 0x818B # 0 +0xC46C 0x818C # 0 +0xC46D 0x818D # 0 +0xC46E 0x818E # 0 +0xC46F 0x8190 # 0 +0xC470 0x8192 # 0 +0xC471 0x8193 # 0 +0xC472 0x8194 # 0 +0xC473 0x8195 # 0 +0xC474 0x8196 # 0 +0xC475 0x8197 # 0 +0xC476 0x8199 # 0 +0xC477 0x819A # 0 +0xC478 0x819E # 0 +0xC479 0x819F # 0 +0xC47A 0x81A0 # 0 +0xC47B 0x81A1 # 0 +0xC47C 0x81A2 # 0 +0xC47D 0x81A4 # 0 +0xC47E 0x81A5 # 0 +0xC480 0x81A7 # 0 +0xC481 0x81A9 # 0 +0xC482 0x81AB # 0 +0xC483 0x81AC # 0 +0xC484 0x81AD # 0 +0xC485 0x81AE # 0 +0xC486 0x81AF # 0 +0xC487 0x81B0 # 0 +0xC488 0x81B1 # 0 +0xC489 0x81B2 # 0 +0xC48A 0x81B4 # 0 +0xC48B 0x81B5 # 0 +0xC48C 0x81B6 # 0 +0xC48D 0x81B7 # 0 +0xC48E 0x81B8 # 0 +0xC48F 0x81B9 # 0 +0xC490 0x81BC # 0 +0xC491 0x81BD # 0 +0xC492 0x81BE # 0 +0xC493 0x81BF # 0 +0xC494 0x81C4 # 0 +0xC495 0x81C5 # 0 +0xC496 0x81C7 # 0 +0xC497 0x81C8 # 0 +0xC498 0x81C9 # 0 +0xC499 0x81CB # 0 +0xC49A 0x81CD # 0 +0xC49B 0x81CE # 0 +0xC49C 0x81CF # 0 +0xC49D 0x81D0 # 0 +0xC49E 0x81D1 # 0 +0xC49F 0x81D2 # 0 +0xC4A0 0x81D3 # 0 +0xC4A1 0x6479 # 0 +0xC4A2 0x8611 # 0 +0xC4A3 0x6A21 # 0 +0xC4A4 0x819C # 0 +0xC4A5 0x78E8 # 0 +0xC4A6 0x6469 # 0 +0xC4A7 0x9B54 # 0 +0xC4A8 0x62B9 # 0 +0xC4A9 0x672B # 0 +0xC4AA 0x83AB # 0 +0xC4AB 0x58A8 # 0 +0xC4AC 0x9ED8 # 0 +0xC4AD 0x6CAB # 0 +0xC4AE 0x6F20 # 0 +0xC4AF 0x5BDE # 0 +0xC4B0 0x964C # 0 +0xC4B1 0x8C0B # 0 +0xC4B2 0x725F # 0 +0xC4B3 0x67D0 # 0 +0xC4B4 0x62C7 # 0 +0xC4B5 0x7261 # 0 +0xC4B6 0x4EA9 # 0 +0xC4B7 0x59C6 # 0 +0xC4B8 0x6BCD # 0 +0xC4B9 0x5893 # 0 +0xC4BA 0x66AE # 0 +0xC4BB 0x5E55 # 0 +0xC4BC 0x52DF # 0 +0xC4BD 0x6155 # 0 +0xC4BE 0x6728 # 0 +0xC4BF 0x76EE # 0 +0xC4C0 0x7766 # 0 +0xC4C1 0x7267 # 0 +0xC4C2 0x7A46 # 0 +0xC4C3 0x62FF # 0 +0xC4C4 0x54EA # 0 +0xC4C5 0x5450 # 0 +0xC4C6 0x94A0 # 0 +0xC4C7 0x90A3 # 0 +0xC4C8 0x5A1C # 0 +0xC4C9 0x7EB3 # 0 +0xC4CA 0x6C16 # 0 +0xC4CB 0x4E43 # 0 +0xC4CC 0x5976 # 0 +0xC4CD 0x8010 # 0 +0xC4CE 0x5948 # 0 +0xC4CF 0x5357 # 0 +0xC4D0 0x7537 # 0 +0xC4D1 0x96BE # 0 +0xC4D2 0x56CA # 0 +0xC4D3 0x6320 # 0 +0xC4D4 0x8111 # 0 +0xC4D5 0x607C # 0 +0xC4D6 0x95F9 # 0 +0xC4D7 0x6DD6 # 0 +0xC4D8 0x5462 # 0 +0xC4D9 0x9981 # 0 +0xC4DA 0x5185 # 0 +0xC4DB 0x5AE9 # 0 +0xC4DC 0x80FD # 0 +0xC4DD 0x59AE # 0 +0xC4DE 0x9713 # 0 +0xC4DF 0x502A # 0 +0xC4E0 0x6CE5 # 0 +0xC4E1 0x5C3C # 0 +0xC4E2 0x62DF # 0 +0xC4E3 0x4F60 # 0 +0xC4E4 0x533F # 0 +0xC4E5 0x817B # 0 +0xC4E6 0x9006 # 0 +0xC4E7 0x6EBA # 0 +0xC4E8 0x852B # 0 +0xC4E9 0x62C8 # 0 +0xC4EA 0x5E74 # 0 +0xC4EB 0x78BE # 0 +0xC4EC 0x64B5 # 0 +0xC4ED 0x637B # 0 +0xC4EE 0x5FF5 # 0 +0xC4EF 0x5A18 # 0 +0xC4F0 0x917F # 0 +0xC4F1 0x9E1F # 0 +0xC4F2 0x5C3F # 0 +0xC4F3 0x634F # 0 +0xC4F4 0x8042 # 0 +0xC4F5 0x5B7D # 0 +0xC4F6 0x556E # 0 +0xC4F7 0x954A # 0 +0xC4F8 0x954D # 0 +0xC4F9 0x6D85 # 0 +0xC4FA 0x60A8 # 0 +0xC4FB 0x67E0 # 0 +0xC4FC 0x72DE # 0 +0xC4FD 0x51DD # 0 +0xC4FE 0x5B81 # 0 +0xC540 0x81D4 # 0 +0xC541 0x81D5 # 0 +0xC542 0x81D6 # 0 +0xC543 0x81D7 # 0 +0xC544 0x81D8 # 0 +0xC545 0x81D9 # 0 +0xC546 0x81DA # 0 +0xC547 0x81DB # 0 +0xC548 0x81DC # 0 +0xC549 0x81DD # 0 +0xC54A 0x81DE # 0 +0xC54B 0x81DF # 0 +0xC54C 0x81E0 # 0 +0xC54D 0x81E1 # 0 +0xC54E 0x81E2 # 0 +0xC54F 0x81E4 # 0 +0xC550 0x81E5 # 0 +0xC551 0x81E6 # 0 +0xC552 0x81E8 # 0 +0xC553 0x81E9 # 0 +0xC554 0x81EB # 0 +0xC555 0x81EE # 0 +0xC556 0x81EF # 0 +0xC557 0x81F0 # 0 +0xC558 0x81F1 # 0 +0xC559 0x81F2 # 0 +0xC55A 0x81F5 # 0 +0xC55B 0x81F6 # 0 +0xC55C 0x81F7 # 0 +0xC55D 0x81F8 # 0 +0xC55E 0x81F9 # 0 +0xC55F 0x81FA # 0 +0xC560 0x81FD # 0 +0xC561 0x81FF # 0 +0xC562 0x8203 # 0 +0xC563 0x8207 # 0 +0xC564 0x8208 # 0 +0xC565 0x8209 # 0 +0xC566 0x820A # 0 +0xC567 0x820B # 0 +0xC568 0x820E # 0 +0xC569 0x820F # 0 +0xC56A 0x8211 # 0 +0xC56B 0x8213 # 0 +0xC56C 0x8215 # 0 +0xC56D 0x8216 # 0 +0xC56E 0x8217 # 0 +0xC56F 0x8218 # 0 +0xC570 0x8219 # 0 +0xC571 0x821A # 0 +0xC572 0x821D # 0 +0xC573 0x8220 # 0 +0xC574 0x8224 # 0 +0xC575 0x8225 # 0 +0xC576 0x8226 # 0 +0xC577 0x8227 # 0 +0xC578 0x8229 # 0 +0xC579 0x822E # 0 +0xC57A 0x8232 # 0 +0xC57B 0x823A # 0 +0xC57C 0x823C # 0 +0xC57D 0x823D # 0 +0xC57E 0x823F # 0 +0xC580 0x8240 # 0 +0xC581 0x8241 # 0 +0xC582 0x8242 # 0 +0xC583 0x8243 # 0 +0xC584 0x8245 # 0 +0xC585 0x8246 # 0 +0xC586 0x8248 # 0 +0xC587 0x824A # 0 +0xC588 0x824C # 0 +0xC589 0x824D # 0 +0xC58A 0x824E # 0 +0xC58B 0x8250 # 0 +0xC58C 0x8251 # 0 +0xC58D 0x8252 # 0 +0xC58E 0x8253 # 0 +0xC58F 0x8254 # 0 +0xC590 0x8255 # 0 +0xC591 0x8256 # 0 +0xC592 0x8257 # 0 +0xC593 0x8259 # 0 +0xC594 0x825B # 0 +0xC595 0x825C # 0 +0xC596 0x825D # 0 +0xC597 0x825E # 0 +0xC598 0x8260 # 0 +0xC599 0x8261 # 0 +0xC59A 0x8262 # 0 +0xC59B 0x8263 # 0 +0xC59C 0x8264 # 0 +0xC59D 0x8265 # 0 +0xC59E 0x8266 # 0 +0xC59F 0x8267 # 0 +0xC5A0 0x8269 # 0 +0xC5A1 0x62E7 # 0 +0xC5A2 0x6CDE # 0 +0xC5A3 0x725B # 0 +0xC5A4 0x626D # 0 +0xC5A5 0x94AE # 0 +0xC5A6 0x7EBD # 0 +0xC5A7 0x8113 # 0 +0xC5A8 0x6D53 # 0 +0xC5A9 0x519C # 0 +0xC5AA 0x5F04 # 0 +0xC5AB 0x5974 # 0 +0xC5AC 0x52AA # 0 +0xC5AD 0x6012 # 0 +0xC5AE 0x5973 # 0 +0xC5AF 0x6696 # 0 +0xC5B0 0x8650 # 0 +0xC5B1 0x759F # 0 +0xC5B2 0x632A # 0 +0xC5B3 0x61E6 # 0 +0xC5B4 0x7CEF # 0 +0xC5B5 0x8BFA # 0 +0xC5B6 0x54E6 # 0 +0xC5B7 0x6B27 # 0 +0xC5B8 0x9E25 # 0 +0xC5B9 0x6BB4 # 0 +0xC5BA 0x85D5 # 0 +0xC5BB 0x5455 # 0 +0xC5BC 0x5076 # 0 +0xC5BD 0x6CA4 # 0 +0xC5BE 0x556A # 0 +0xC5BF 0x8DB4 # 0 +0xC5C0 0x722C # 0 +0xC5C1 0x5E15 # 0 +0xC5C2 0x6015 # 0 +0xC5C3 0x7436 # 0 +0xC5C4 0x62CD # 0 +0xC5C5 0x6392 # 0 +0xC5C6 0x724C # 0 +0xC5C7 0x5F98 # 0 +0xC5C8 0x6E43 # 0 +0xC5C9 0x6D3E # 0 +0xC5CA 0x6500 # 0 +0xC5CB 0x6F58 # 0 +0xC5CC 0x76D8 # 0 +0xC5CD 0x78D0 # 0 +0xC5CE 0x76FC # 0 +0xC5CF 0x7554 # 0 +0xC5D0 0x5224 # 0 +0xC5D1 0x53DB # 0 +0xC5D2 0x4E53 # 0 +0xC5D3 0x5E9E # 0 +0xC5D4 0x65C1 # 0 +0xC5D5 0x802A # 0 +0xC5D6 0x80D6 # 0 +0xC5D7 0x629B # 0 +0xC5D8 0x5486 # 0 +0xC5D9 0x5228 # 0 +0xC5DA 0x70AE # 0 +0xC5DB 0x888D # 0 +0xC5DC 0x8DD1 # 0 +0xC5DD 0x6CE1 # 0 +0xC5DE 0x5478 # 0 +0xC5DF 0x80DA # 0 +0xC5E0 0x57F9 # 0 +0xC5E1 0x88F4 # 0 +0xC5E2 0x8D54 # 0 +0xC5E3 0x966A # 0 +0xC5E4 0x914D # 0 +0xC5E5 0x4F69 # 0 +0xC5E6 0x6C9B # 0 +0xC5E7 0x55B7 # 0 +0xC5E8 0x76C6 # 0 +0xC5E9 0x7830 # 0 +0xC5EA 0x62A8 # 0 +0xC5EB 0x70F9 # 0 +0xC5EC 0x6F8E # 0 +0xC5ED 0x5F6D # 0 +0xC5EE 0x84EC # 0 +0xC5EF 0x68DA # 0 +0xC5F0 0x787C # 0 +0xC5F1 0x7BF7 # 0 +0xC5F2 0x81A8 # 0 +0xC5F3 0x670B # 0 +0xC5F4 0x9E4F # 0 +0xC5F5 0x6367 # 0 +0xC5F6 0x78B0 # 0 +0xC5F7 0x576F # 0 +0xC5F8 0x7812 # 0 +0xC5F9 0x9739 # 0 +0xC5FA 0x6279 # 0 +0xC5FB 0x62AB # 0 +0xC5FC 0x5288 # 0 +0xC5FD 0x7435 # 0 +0xC5FE 0x6BD7 # 0 +0xC640 0x826A # 0 +0xC641 0x826B # 0 +0xC642 0x826C # 0 +0xC643 0x826D # 0 +0xC644 0x8271 # 0 +0xC645 0x8275 # 0 +0xC646 0x8276 # 0 +0xC647 0x8277 # 0 +0xC648 0x8278 # 0 +0xC649 0x827B # 0 +0xC64A 0x827C # 0 +0xC64B 0x8280 # 0 +0xC64C 0x8281 # 0 +0xC64D 0x8283 # 0 +0xC64E 0x8285 # 0 +0xC64F 0x8286 # 0 +0xC650 0x8287 # 0 +0xC651 0x8289 # 0 +0xC652 0x828C # 0 +0xC653 0x8290 # 0 +0xC654 0x8293 # 0 +0xC655 0x8294 # 0 +0xC656 0x8295 # 0 +0xC657 0x8296 # 0 +0xC658 0x829A # 0 +0xC659 0x829B # 0 +0xC65A 0x829E # 0 +0xC65B 0x82A0 # 0 +0xC65C 0x82A2 # 0 +0xC65D 0x82A3 # 0 +0xC65E 0x82A7 # 0 +0xC65F 0x82B2 # 0 +0xC660 0x82B5 # 0 +0xC661 0x82B6 # 0 +0xC662 0x82BA # 0 +0xC663 0x82BB # 0 +0xC664 0x82BC # 0 +0xC665 0x82BF # 0 +0xC666 0x82C0 # 0 +0xC667 0x82C2 # 0 +0xC668 0x82C3 # 0 +0xC669 0x82C5 # 0 +0xC66A 0x82C6 # 0 +0xC66B 0x82C9 # 0 +0xC66C 0x82D0 # 0 +0xC66D 0x82D6 # 0 +0xC66E 0x82D9 # 0 +0xC66F 0x82DA # 0 +0xC670 0x82DD # 0 +0xC671 0x82E2 # 0 +0xC672 0x82E7 # 0 +0xC673 0x82E8 # 0 +0xC674 0x82E9 # 0 +0xC675 0x82EA # 0 +0xC676 0x82EC # 0 +0xC677 0x82ED # 0 +0xC678 0x82EE # 0 +0xC679 0x82F0 # 0 +0xC67A 0x82F2 # 0 +0xC67B 0x82F3 # 0 +0xC67C 0x82F5 # 0 +0xC67D 0x82F6 # 0 +0xC67E 0x82F8 # 0 +0xC680 0x82FA # 0 +0xC681 0x82FC # 0 +0xC682 0x82FD # 0 +0xC683 0x82FE # 0 +0xC684 0x82FF # 0 +0xC685 0x8300 # 0 +0xC686 0x830A # 0 +0xC687 0x830B # 0 +0xC688 0x830D # 0 +0xC689 0x8310 # 0 +0xC68A 0x8312 # 0 +0xC68B 0x8313 # 0 +0xC68C 0x8316 # 0 +0xC68D 0x8318 # 0 +0xC68E 0x8319 # 0 +0xC68F 0x831D # 0 +0xC690 0x831E # 0 +0xC691 0x831F # 0 +0xC692 0x8320 # 0 +0xC693 0x8321 # 0 +0xC694 0x8322 # 0 +0xC695 0x8323 # 0 +0xC696 0x8324 # 0 +0xC697 0x8325 # 0 +0xC698 0x8326 # 0 +0xC699 0x8329 # 0 +0xC69A 0x832A # 0 +0xC69B 0x832E # 0 +0xC69C 0x8330 # 0 +0xC69D 0x8332 # 0 +0xC69E 0x8337 # 0 +0xC69F 0x833B # 0 +0xC6A0 0x833D # 0 +0xC6A1 0x5564 # 0 +0xC6A2 0x813E # 0 +0xC6A3 0x75B2 # 0 +0xC6A4 0x76AE # 0 +0xC6A5 0x5339 # 0 +0xC6A6 0x75DE # 0 +0xC6A7 0x50FB # 0 +0xC6A8 0x5C41 # 0 +0xC6A9 0x8B6C # 0 +0xC6AA 0x7BC7 # 0 +0xC6AB 0x504F # 0 +0xC6AC 0x7247 # 0 +0xC6AD 0x9A97 # 0 +0xC6AE 0x98D8 # 0 +0xC6AF 0x6F02 # 0 +0xC6B0 0x74E2 # 0 +0xC6B1 0x7968 # 0 +0xC6B2 0x6487 # 0 +0xC6B3 0x77A5 # 0 +0xC6B4 0x62FC # 0 +0xC6B5 0x9891 # 0 +0xC6B6 0x8D2B # 0 +0xC6B7 0x54C1 # 0 +0xC6B8 0x8058 # 0 +0xC6B9 0x4E52 # 0 +0xC6BA 0x576A # 0 +0xC6BB 0x82F9 # 0 +0xC6BC 0x840D # 0 +0xC6BD 0x5E73 # 0 +0xC6BE 0x51ED # 0 +0xC6BF 0x74F6 # 0 +0xC6C0 0x8BC4 # 0 +0xC6C1 0x5C4F # 0 +0xC6C2 0x5761 # 0 +0xC6C3 0x6CFC # 0 +0xC6C4 0x9887 # 0 +0xC6C5 0x5A46 # 0 +0xC6C6 0x7834 # 0 +0xC6C7 0x9B44 # 0 +0xC6C8 0x8FEB # 0 +0xC6C9 0x7C95 # 0 +0xC6CA 0x5256 # 0 +0xC6CB 0x6251 # 0 +0xC6CC 0x94FA # 0 +0xC6CD 0x4EC6 # 0 +0xC6CE 0x8386 # 0 +0xC6CF 0x8461 # 0 +0xC6D0 0x83E9 # 0 +0xC6D1 0x84B2 # 0 +0xC6D2 0x57D4 # 0 +0xC6D3 0x6734 # 0 +0xC6D4 0x5703 # 0 +0xC6D5 0x666E # 0 +0xC6D6 0x6D66 # 0 +0xC6D7 0x8C31 # 0 +0xC6D8 0x66DD # 0 +0xC6D9 0x7011 # 0 +0xC6DA 0x671F # 0 +0xC6DB 0x6B3A # 0 +0xC6DC 0x6816 # 0 +0xC6DD 0x621A # 0 +0xC6DE 0x59BB # 0 +0xC6DF 0x4E03 # 0 +0xC6E0 0x51C4 # 0 +0xC6E1 0x6F06 # 0 +0xC6E2 0x67D2 # 0 +0xC6E3 0x6C8F # 0 +0xC6E4 0x5176 # 0 +0xC6E5 0x68CB # 0 +0xC6E6 0x5947 # 0 +0xC6E7 0x6B67 # 0 +0xC6E8 0x7566 # 0 +0xC6E9 0x5D0E # 0 +0xC6EA 0x8110 # 0 +0xC6EB 0x9F50 # 0 +0xC6EC 0x65D7 # 0 +0xC6ED 0x7948 # 0 +0xC6EE 0x7941 # 0 +0xC6EF 0x9A91 # 0 +0xC6F0 0x8D77 # 0 +0xC6F1 0x5C82 # 0 +0xC6F2 0x4E5E # 0 +0xC6F3 0x4F01 # 0 +0xC6F4 0x542F # 0 +0xC6F5 0x5951 # 0 +0xC6F6 0x780C # 0 +0xC6F7 0x5668 # 0 +0xC6F8 0x6C14 # 0 +0xC6F9 0x8FC4 # 0 +0xC6FA 0x5F03 # 0 +0xC6FB 0x6C7D # 0 +0xC6FC 0x6CE3 # 0 +0xC6FD 0x8BAB # 0 +0xC6FE 0x6390 # 0 +0xC740 0x833E # 0 +0xC741 0x833F # 0 +0xC742 0x8341 # 0 +0xC743 0x8342 # 0 +0xC744 0x8344 # 0 +0xC745 0x8345 # 0 +0xC746 0x8348 # 0 +0xC747 0x834A # 0 +0xC748 0x834B # 0 +0xC749 0x834C # 0 +0xC74A 0x834D # 0 +0xC74B 0x834E # 0 +0xC74C 0x8353 # 0 +0xC74D 0x8355 # 0 +0xC74E 0x8356 # 0 +0xC74F 0x8357 # 0 +0xC750 0x8358 # 0 +0xC751 0x8359 # 0 +0xC752 0x835D # 0 +0xC753 0x8362 # 0 +0xC754 0x8370 # 0 +0xC755 0x8371 # 0 +0xC756 0x8372 # 0 +0xC757 0x8373 # 0 +0xC758 0x8374 # 0 +0xC759 0x8375 # 0 +0xC75A 0x8376 # 0 +0xC75B 0x8379 # 0 +0xC75C 0x837A # 0 +0xC75D 0x837E # 0 +0xC75E 0x837F # 0 +0xC75F 0x8380 # 0 +0xC760 0x8381 # 0 +0xC761 0x8382 # 0 +0xC762 0x8383 # 0 +0xC763 0x8384 # 0 +0xC764 0x8387 # 0 +0xC765 0x8388 # 0 +0xC766 0x838A # 0 +0xC767 0x838B # 0 +0xC768 0x838C # 0 +0xC769 0x838D # 0 +0xC76A 0x838F # 0 +0xC76B 0x8390 # 0 +0xC76C 0x8391 # 0 +0xC76D 0x8394 # 0 +0xC76E 0x8395 # 0 +0xC76F 0x8396 # 0 +0xC770 0x8397 # 0 +0xC771 0x8399 # 0 +0xC772 0x839A # 0 +0xC773 0x839D # 0 +0xC774 0x839F # 0 +0xC775 0x83A1 # 0 +0xC776 0x83A2 # 0 +0xC777 0x83A3 # 0 +0xC778 0x83A4 # 0 +0xC779 0x83A5 # 0 +0xC77A 0x83A6 # 0 +0xC77B 0x83A7 # 0 +0xC77C 0x83AC # 0 +0xC77D 0x83AD # 0 +0xC77E 0x83AE # 0 +0xC780 0x83AF # 0 +0xC781 0x83B5 # 0 +0xC782 0x83BB # 0 +0xC783 0x83BE # 0 +0xC784 0x83BF # 0 +0xC785 0x83C2 # 0 +0xC786 0x83C3 # 0 +0xC787 0x83C4 # 0 +0xC788 0x83C6 # 0 +0xC789 0x83C8 # 0 +0xC78A 0x83C9 # 0 +0xC78B 0x83CB # 0 +0xC78C 0x83CD # 0 +0xC78D 0x83CE # 0 +0xC78E 0x83D0 # 0 +0xC78F 0x83D1 # 0 +0xC790 0x83D2 # 0 +0xC791 0x83D3 # 0 +0xC792 0x83D5 # 0 +0xC793 0x83D7 # 0 +0xC794 0x83D9 # 0 +0xC795 0x83DA # 0 +0xC796 0x83DB # 0 +0xC797 0x83DE # 0 +0xC798 0x83E2 # 0 +0xC799 0x83E3 # 0 +0xC79A 0x83E4 # 0 +0xC79B 0x83E6 # 0 +0xC79C 0x83E7 # 0 +0xC79D 0x83E8 # 0 +0xC79E 0x83EB # 0 +0xC79F 0x83EC # 0 +0xC7A0 0x83ED # 0 +0xC7A1 0x6070 # 0 +0xC7A2 0x6D3D # 0 +0xC7A3 0x7275 # 0 +0xC7A4 0x6266 # 0 +0xC7A5 0x948E # 0 +0xC7A6 0x94C5 # 0 +0xC7A7 0x5343 # 0 +0xC7A8 0x8FC1 # 0 +0xC7A9 0x7B7E # 0 +0xC7AA 0x4EDF # 0 +0xC7AB 0x8C26 # 0 +0xC7AC 0x4E7E # 0 +0xC7AD 0x9ED4 # 0 +0xC7AE 0x94B1 # 0 +0xC7AF 0x94B3 # 0 +0xC7B0 0x524D # 0 +0xC7B1 0x6F5C # 0 +0xC7B2 0x9063 # 0 +0xC7B3 0x6D45 # 0 +0xC7B4 0x8C34 # 0 +0xC7B5 0x5811 # 0 +0xC7B6 0x5D4C # 0 +0xC7B7 0x6B20 # 0 +0xC7B8 0x6B49 # 0 +0xC7B9 0x67AA # 0 +0xC7BA 0x545B # 0 +0xC7BB 0x8154 # 0 +0xC7BC 0x7F8C # 0 +0xC7BD 0x5899 # 0 +0xC7BE 0x8537 # 0 +0xC7BF 0x5F3A # 0 +0xC7C0 0x62A2 # 0 +0xC7C1 0x6A47 # 0 +0xC7C2 0x9539 # 0 +0xC7C3 0x6572 # 0 +0xC7C4 0x6084 # 0 +0xC7C5 0x6865 # 0 +0xC7C6 0x77A7 # 0 +0xC7C7 0x4E54 # 0 +0xC7C8 0x4FA8 # 0 +0xC7C9 0x5DE7 # 0 +0xC7CA 0x9798 # 0 +0xC7CB 0x64AC # 0 +0xC7CC 0x7FD8 # 0 +0xC7CD 0x5CED # 0 +0xC7CE 0x4FCF # 0 +0xC7CF 0x7A8D # 0 +0xC7D0 0x5207 # 0 +0xC7D1 0x8304 # 0 +0xC7D2 0x4E14 # 0 +0xC7D3 0x602F # 0 +0xC7D4 0x7A83 # 0 +0xC7D5 0x94A6 # 0 +0xC7D6 0x4FB5 # 0 +0xC7D7 0x4EB2 # 0 +0xC7D8 0x79E6 # 0 +0xC7D9 0x7434 # 0 +0xC7DA 0x52E4 # 0 +0xC7DB 0x82B9 # 0 +0xC7DC 0x64D2 # 0 +0xC7DD 0x79BD # 0 +0xC7DE 0x5BDD # 0 +0xC7DF 0x6C81 # 0 +0xC7E0 0x9752 # 0 +0xC7E1 0x8F7B # 0 +0xC7E2 0x6C22 # 0 +0xC7E3 0x503E # 0 +0xC7E4 0x537F # 0 +0xC7E5 0x6E05 # 0 +0xC7E6 0x64CE # 0 +0xC7E7 0x6674 # 0 +0xC7E8 0x6C30 # 0 +0xC7E9 0x60C5 # 0 +0xC7EA 0x9877 # 0 +0xC7EB 0x8BF7 # 0 +0xC7EC 0x5E86 # 0 +0xC7ED 0x743C # 0 +0xC7EE 0x7A77 # 0 +0xC7EF 0x79CB # 0 +0xC7F0 0x4E18 # 0 +0xC7F1 0x90B1 # 0 +0xC7F2 0x7403 # 0 +0xC7F3 0x6C42 # 0 +0xC7F4 0x56DA # 0 +0xC7F5 0x914B # 0 +0xC7F6 0x6CC5 # 0 +0xC7F7 0x8D8B # 0 +0xC7F8 0x533A # 0 +0xC7F9 0x86C6 # 0 +0xC7FA 0x66F2 # 0 +0xC7FB 0x8EAF # 0 +0xC7FC 0x5C48 # 0 +0xC7FD 0x9A71 # 0 +0xC7FE 0x6E20 # 0 +0xC840 0x83EE # 0 +0xC841 0x83EF # 0 +0xC842 0x83F3 # 0 +0xC843 0x83F4 # 0 +0xC844 0x83F5 # 0 +0xC845 0x83F6 # 0 +0xC846 0x83F7 # 0 +0xC847 0x83FA # 0 +0xC848 0x83FB # 0 +0xC849 0x83FC # 0 +0xC84A 0x83FE # 0 +0xC84B 0x83FF # 0 +0xC84C 0x8400 # 0 +0xC84D 0x8402 # 0 +0xC84E 0x8405 # 0 +0xC84F 0x8407 # 0 +0xC850 0x8408 # 0 +0xC851 0x8409 # 0 +0xC852 0x840A # 0 +0xC853 0x8410 # 0 +0xC854 0x8412 # 0 +0xC855 0x8413 # 0 +0xC856 0x8414 # 0 +0xC857 0x8415 # 0 +0xC858 0x8416 # 0 +0xC859 0x8417 # 0 +0xC85A 0x8419 # 0 +0xC85B 0x841A # 0 +0xC85C 0x841B # 0 +0xC85D 0x841E # 0 +0xC85E 0x841F # 0 +0xC85F 0x8420 # 0 +0xC860 0x8421 # 0 +0xC861 0x8422 # 0 +0xC862 0x8423 # 0 +0xC863 0x8429 # 0 +0xC864 0x842A # 0 +0xC865 0x842B # 0 +0xC866 0x842C # 0 +0xC867 0x842D # 0 +0xC868 0x842E # 0 +0xC869 0x842F # 0 +0xC86A 0x8430 # 0 +0xC86B 0x8432 # 0 +0xC86C 0x8433 # 0 +0xC86D 0x8434 # 0 +0xC86E 0x8435 # 0 +0xC86F 0x8436 # 0 +0xC870 0x8437 # 0 +0xC871 0x8439 # 0 +0xC872 0x843A # 0 +0xC873 0x843B # 0 +0xC874 0x843E # 0 +0xC875 0x843F # 0 +0xC876 0x8440 # 0 +0xC877 0x8441 # 0 +0xC878 0x8442 # 0 +0xC879 0x8443 # 0 +0xC87A 0x8444 # 0 +0xC87B 0x8445 # 0 +0xC87C 0x8447 # 0 +0xC87D 0x8448 # 0 +0xC87E 0x8449 # 0 +0xC880 0x844A # 0 +0xC881 0x844B # 0 +0xC882 0x844C # 0 +0xC883 0x844D # 0 +0xC884 0x844E # 0 +0xC885 0x844F # 0 +0xC886 0x8450 # 0 +0xC887 0x8452 # 0 +0xC888 0x8453 # 0 +0xC889 0x8454 # 0 +0xC88A 0x8455 # 0 +0xC88B 0x8456 # 0 +0xC88C 0x8458 # 0 +0xC88D 0x845D # 0 +0xC88E 0x845E # 0 +0xC88F 0x845F # 0 +0xC890 0x8460 # 0 +0xC891 0x8462 # 0 +0xC892 0x8464 # 0 +0xC893 0x8465 # 0 +0xC894 0x8466 # 0 +0xC895 0x8467 # 0 +0xC896 0x8468 # 0 +0xC897 0x846A # 0 +0xC898 0x846E # 0 +0xC899 0x846F # 0 +0xC89A 0x8470 # 0 +0xC89B 0x8472 # 0 +0xC89C 0x8474 # 0 +0xC89D 0x8477 # 0 +0xC89E 0x8479 # 0 +0xC89F 0x847B # 0 +0xC8A0 0x847C # 0 +0xC8A1 0x53D6 # 0 +0xC8A2 0x5A36 # 0 +0xC8A3 0x9F8B # 0 +0xC8A4 0x8DA3 # 0 +0xC8A5 0x53BB # 0 +0xC8A6 0x5708 # 0 +0xC8A7 0x98A7 # 0 +0xC8A8 0x6743 # 0 +0xC8A9 0x919B # 0 +0xC8AA 0x6CC9 # 0 +0xC8AB 0x5168 # 0 +0xC8AC 0x75CA # 0 +0xC8AD 0x62F3 # 0 +0xC8AE 0x72AC # 0 +0xC8AF 0x5238 # 0 +0xC8B0 0x529D # 0 +0xC8B1 0x7F3A # 0 +0xC8B2 0x7094 # 0 +0xC8B3 0x7638 # 0 +0xC8B4 0x5374 # 0 +0xC8B5 0x9E4A # 0 +0xC8B6 0x69B7 # 0 +0xC8B7 0x786E # 0 +0xC8B8 0x96C0 # 0 +0xC8B9 0x88D9 # 0 +0xC8BA 0x7FA4 # 0 +0xC8BB 0x7136 # 0 +0xC8BC 0x71C3 # 0 +0xC8BD 0x5189 # 0 +0xC8BE 0x67D3 # 0 +0xC8BF 0x74E4 # 0 +0xC8C0 0x58E4 # 0 +0xC8C1 0x6518 # 0 +0xC8C2 0x56B7 # 0 +0xC8C3 0x8BA9 # 0 +0xC8C4 0x9976 # 0 +0xC8C5 0x6270 # 0 +0xC8C6 0x7ED5 # 0 +0xC8C7 0x60F9 # 0 +0xC8C8 0x70ED # 0 +0xC8C9 0x58EC # 0 +0xC8CA 0x4EC1 # 0 +0xC8CB 0x4EBA # 0 +0xC8CC 0x5FCD # 0 +0xC8CD 0x97E7 # 0 +0xC8CE 0x4EFB # 0 +0xC8CF 0x8BA4 # 0 +0xC8D0 0x5203 # 0 +0xC8D1 0x598A # 0 +0xC8D2 0x7EAB # 0 +0xC8D3 0x6254 # 0 +0xC8D4 0x4ECD # 0 +0xC8D5 0x65E5 # 0 +0xC8D6 0x620E # 0 +0xC8D7 0x8338 # 0 +0xC8D8 0x84C9 # 0 +0xC8D9 0x8363 # 0 +0xC8DA 0x878D # 0 +0xC8DB 0x7194 # 0 +0xC8DC 0x6EB6 # 0 +0xC8DD 0x5BB9 # 0 +0xC8DE 0x7ED2 # 0 +0xC8DF 0x5197 # 0 +0xC8E0 0x63C9 # 0 +0xC8E1 0x67D4 # 0 +0xC8E2 0x8089 # 0 +0xC8E3 0x8339 # 0 +0xC8E4 0x8815 # 0 +0xC8E5 0x5112 # 0 +0xC8E6 0x5B7A # 0 +0xC8E7 0x5982 # 0 +0xC8E8 0x8FB1 # 0 +0xC8E9 0x4E73 # 0 +0xC8EA 0x6C5D # 0 +0xC8EB 0x5165 # 0 +0xC8EC 0x8925 # 0 +0xC8ED 0x8F6F # 0 +0xC8EE 0x962E # 0 +0xC8EF 0x854A # 0 +0xC8F0 0x745E # 0 +0xC8F1 0x9510 # 0 +0xC8F2 0x95F0 # 0 +0xC8F3 0x6DA6 # 0 +0xC8F4 0x82E5 # 0 +0xC8F5 0x5F31 # 0 +0xC8F6 0x6492 # 0 +0xC8F7 0x6D12 # 0 +0xC8F8 0x8428 # 0 +0xC8F9 0x816E # 0 +0xC8FA 0x9CC3 # 0 +0xC8FB 0x585E # 0 +0xC8FC 0x8D5B # 0 +0xC8FD 0x4E09 # 0 +0xC8FE 0x53C1 # 0 +0xC940 0x847D # 0 +0xC941 0x847E # 0 +0xC942 0x847F # 0 +0xC943 0x8480 # 0 +0xC944 0x8481 # 0 +0xC945 0x8483 # 0 +0xC946 0x8484 # 0 +0xC947 0x8485 # 0 +0xC948 0x8486 # 0 +0xC949 0x848A # 0 +0xC94A 0x848D # 0 +0xC94B 0x848F # 0 +0xC94C 0x8490 # 0 +0xC94D 0x8491 # 0 +0xC94E 0x8492 # 0 +0xC94F 0x8493 # 0 +0xC950 0x8494 # 0 +0xC951 0x8495 # 0 +0xC952 0x8496 # 0 +0xC953 0x8498 # 0 +0xC954 0x849A # 0 +0xC955 0x849B # 0 +0xC956 0x849D # 0 +0xC957 0x849E # 0 +0xC958 0x849F # 0 +0xC959 0x84A0 # 0 +0xC95A 0x84A2 # 0 +0xC95B 0x84A3 # 0 +0xC95C 0x84A4 # 0 +0xC95D 0x84A5 # 0 +0xC95E 0x84A6 # 0 +0xC95F 0x84A7 # 0 +0xC960 0x84A8 # 0 +0xC961 0x84A9 # 0 +0xC962 0x84AA # 0 +0xC963 0x84AB # 0 +0xC964 0x84AC # 0 +0xC965 0x84AD # 0 +0xC966 0x84AE # 0 +0xC967 0x84B0 # 0 +0xC968 0x84B1 # 0 +0xC969 0x84B3 # 0 +0xC96A 0x84B5 # 0 +0xC96B 0x84B6 # 0 +0xC96C 0x84B7 # 0 +0xC96D 0x84BB # 0 +0xC96E 0x84BC # 0 +0xC96F 0x84BE # 0 +0xC970 0x84C0 # 0 +0xC971 0x84C2 # 0 +0xC972 0x84C3 # 0 +0xC973 0x84C5 # 0 +0xC974 0x84C6 # 0 +0xC975 0x84C7 # 0 +0xC976 0x84C8 # 0 +0xC977 0x84CB # 0 +0xC978 0x84CC # 0 +0xC979 0x84CE # 0 +0xC97A 0x84CF # 0 +0xC97B 0x84D2 # 0 +0xC97C 0x84D4 # 0 +0xC97D 0x84D5 # 0 +0xC97E 0x84D7 # 0 +0xC980 0x84D8 # 0 +0xC981 0x84D9 # 0 +0xC982 0x84DA # 0 +0xC983 0x84DB # 0 +0xC984 0x84DC # 0 +0xC985 0x84DE # 0 +0xC986 0x84E1 # 0 +0xC987 0x84E2 # 0 +0xC988 0x84E4 # 0 +0xC989 0x84E7 # 0 +0xC98A 0x84E8 # 0 +0xC98B 0x84E9 # 0 +0xC98C 0x84EA # 0 +0xC98D 0x84EB # 0 +0xC98E 0x84ED # 0 +0xC98F 0x84EE # 0 +0xC990 0x84EF # 0 +0xC991 0x84F1 # 0 +0xC992 0x84F2 # 0 +0xC993 0x84F3 # 0 +0xC994 0x84F4 # 0 +0xC995 0x84F5 # 0 +0xC996 0x84F6 # 0 +0xC997 0x84F7 # 0 +0xC998 0x84F8 # 0 +0xC999 0x84F9 # 0 +0xC99A 0x84FA # 0 +0xC99B 0x84FB # 0 +0xC99C 0x84FD # 0 +0xC99D 0x84FE # 0 +0xC99E 0x8500 # 0 +0xC99F 0x8501 # 0 +0xC9A0 0x8502 # 0 +0xC9A1 0x4F1E # 0 +0xC9A2 0x6563 # 0 +0xC9A3 0x6851 # 0 +0xC9A4 0x55D3 # 0 +0xC9A5 0x4E27 # 0 +0xC9A6 0x6414 # 0 +0xC9A7 0x9A9A # 0 +0xC9A8 0x626B # 0 +0xC9A9 0x5AC2 # 0 +0xC9AA 0x745F # 0 +0xC9AB 0x8272 # 0 +0xC9AC 0x6DA9 # 0 +0xC9AD 0x68EE # 0 +0xC9AE 0x50E7 # 0 +0xC9AF 0x838E # 0 +0xC9B0 0x7802 # 0 +0xC9B1 0x6740 # 0 +0xC9B2 0x5239 # 0 +0xC9B3 0x6C99 # 0 +0xC9B4 0x7EB1 # 0 +0xC9B5 0x50BB # 0 +0xC9B6 0x5565 # 0 +0xC9B7 0x715E # 0 +0xC9B8 0x7B5B # 0 +0xC9B9 0x6652 # 0 +0xC9BA 0x73CA # 0 +0xC9BB 0x82EB # 0 +0xC9BC 0x6749 # 0 +0xC9BD 0x5C71 # 0 +0xC9BE 0x5220 # 0 +0xC9BF 0x717D # 0 +0xC9C0 0x886B # 0 +0xC9C1 0x95EA # 0 +0xC9C2 0x9655 # 0 +0xC9C3 0x64C5 # 0 +0xC9C4 0x8D61 # 0 +0xC9C5 0x81B3 # 0 +0xC9C6 0x5584 # 0 +0xC9C7 0x6C55 # 0 +0xC9C8 0x6247 # 0 +0xC9C9 0x7F2E # 0 +0xC9CA 0x5892 # 0 +0xC9CB 0x4F24 # 0 +0xC9CC 0x5546 # 0 +0xC9CD 0x8D4F # 0 +0xC9CE 0x664C # 0 +0xC9CF 0x4E0A # 0 +0xC9D0 0x5C1A # 0 +0xC9D1 0x88F3 # 0 +0xC9D2 0x68A2 # 0 +0xC9D3 0x634E # 0 +0xC9D4 0x7A0D # 0 +0xC9D5 0x70E7 # 0 +0xC9D6 0x828D # 0 +0xC9D7 0x52FA # 0 +0xC9D8 0x97F6 # 0 +0xC9D9 0x5C11 # 0 +0xC9DA 0x54E8 # 0 +0xC9DB 0x90B5 # 0 +0xC9DC 0x7ECD # 0 +0xC9DD 0x5962 # 0 +0xC9DE 0x8D4A # 0 +0xC9DF 0x86C7 # 0 +0xC9E0 0x820C # 0 +0xC9E1 0x820D # 0 +0xC9E2 0x8D66 # 0 +0xC9E3 0x6444 # 0 +0xC9E4 0x5C04 # 0 +0xC9E5 0x6151 # 0 +0xC9E6 0x6D89 # 0 +0xC9E7 0x793E # 0 +0xC9E8 0x8BBE # 0 +0xC9E9 0x7837 # 0 +0xC9EA 0x7533 # 0 +0xC9EB 0x547B # 0 +0xC9EC 0x4F38 # 0 +0xC9ED 0x8EAB # 0 +0xC9EE 0x6DF1 # 0 +0xC9EF 0x5A20 # 0 +0xC9F0 0x7EC5 # 0 +0xC9F1 0x795E # 0 +0xC9F2 0x6C88 # 0 +0xC9F3 0x5BA1 # 0 +0xC9F4 0x5A76 # 0 +0xC9F5 0x751A # 0 +0xC9F6 0x80BE # 0 +0xC9F7 0x614E # 0 +0xC9F8 0x6E17 # 0 +0xC9F9 0x58F0 # 0 +0xC9FA 0x751F # 0 +0xC9FB 0x7525 # 0 +0xC9FC 0x7272 # 0 +0xC9FD 0x5347 # 0 +0xC9FE 0x7EF3 # 0 +0xCA40 0x8503 # 0 +0xCA41 0x8504 # 0 +0xCA42 0x8505 # 0 +0xCA43 0x8506 # 0 +0xCA44 0x8507 # 0 +0xCA45 0x8508 # 0 +0xCA46 0x8509 # 0 +0xCA47 0x850A # 0 +0xCA48 0x850B # 0 +0xCA49 0x850D # 0 +0xCA4A 0x850E # 0 +0xCA4B 0x850F # 0 +0xCA4C 0x8510 # 0 +0xCA4D 0x8512 # 0 +0xCA4E 0x8514 # 0 +0xCA4F 0x8515 # 0 +0xCA50 0x8516 # 0 +0xCA51 0x8518 # 0 +0xCA52 0x8519 # 0 +0xCA53 0x851B # 0 +0xCA54 0x851C # 0 +0xCA55 0x851D # 0 +0xCA56 0x851E # 0 +0xCA57 0x8520 # 0 +0xCA58 0x8522 # 0 +0xCA59 0x8523 # 0 +0xCA5A 0x8524 # 0 +0xCA5B 0x8525 # 0 +0xCA5C 0x8526 # 0 +0xCA5D 0x8527 # 0 +0xCA5E 0x8528 # 0 +0xCA5F 0x8529 # 0 +0xCA60 0x852A # 0 +0xCA61 0x852D # 0 +0xCA62 0x852E # 0 +0xCA63 0x852F # 0 +0xCA64 0x8530 # 0 +0xCA65 0x8531 # 0 +0xCA66 0x8532 # 0 +0xCA67 0x8533 # 0 +0xCA68 0x8534 # 0 +0xCA69 0x8535 # 0 +0xCA6A 0x8536 # 0 +0xCA6B 0x853E # 0 +0xCA6C 0x853F # 0 +0xCA6D 0x8540 # 0 +0xCA6E 0x8541 # 0 +0xCA6F 0x8542 # 0 +0xCA70 0x8544 # 0 +0xCA71 0x8545 # 0 +0xCA72 0x8546 # 0 +0xCA73 0x8547 # 0 +0xCA74 0x854B # 0 +0xCA75 0x854C # 0 +0xCA76 0x854D # 0 +0xCA77 0x854E # 0 +0xCA78 0x854F # 0 +0xCA79 0x8550 # 0 +0xCA7A 0x8551 # 0 +0xCA7B 0x8552 # 0 +0xCA7C 0x8553 # 0 +0xCA7D 0x8554 # 0 +0xCA7E 0x8555 # 0 +0xCA80 0x8557 # 0 +0xCA81 0x8558 # 0 +0xCA82 0x855A # 0 +0xCA83 0x855B # 0 +0xCA84 0x855C # 0 +0xCA85 0x855D # 0 +0xCA86 0x855F # 0 +0xCA87 0x8560 # 0 +0xCA88 0x8561 # 0 +0xCA89 0x8562 # 0 +0xCA8A 0x8563 # 0 +0xCA8B 0x8565 # 0 +0xCA8C 0x8566 # 0 +0xCA8D 0x8567 # 0 +0xCA8E 0x8569 # 0 +0xCA8F 0x856A # 0 +0xCA90 0x856B # 0 +0xCA91 0x856C # 0 +0xCA92 0x856D # 0 +0xCA93 0x856E # 0 +0xCA94 0x856F # 0 +0xCA95 0x8570 # 0 +0xCA96 0x8571 # 0 +0xCA97 0x8573 # 0 +0xCA98 0x8575 # 0 +0xCA99 0x8576 # 0 +0xCA9A 0x8577 # 0 +0xCA9B 0x8578 # 0 +0xCA9C 0x857C # 0 +0xCA9D 0x857D # 0 +0xCA9E 0x857F # 0 +0xCA9F 0x8580 # 0 +0xCAA0 0x8581 # 0 +0xCAA1 0x7701 # 0 +0xCAA2 0x76DB # 0 +0xCAA3 0x5269 # 0 +0xCAA4 0x80DC # 0 +0xCAA5 0x5723 # 0 +0xCAA6 0x5E08 # 0 +0xCAA7 0x5931 # 0 +0xCAA8 0x72EE # 0 +0xCAA9 0x65BD # 0 +0xCAAA 0x6E7F # 0 +0xCAAB 0x8BD7 # 0 +0xCAAC 0x5C38 # 0 +0xCAAD 0x8671 # 0 +0xCAAE 0x5341 # 0 +0xCAAF 0x77F3 # 0 +0xCAB0 0x62FE # 0 +0xCAB1 0x65F6 # 0 +0xCAB2 0x4EC0 # 0 +0xCAB3 0x98DF # 0 +0xCAB4 0x8680 # 0 +0xCAB5 0x5B9E # 0 +0xCAB6 0x8BC6 # 0 +0xCAB7 0x53F2 # 0 +0xCAB8 0x77E2 # 0 +0xCAB9 0x4F7F # 0 +0xCABA 0x5C4E # 0 +0xCABB 0x9A76 # 0 +0xCABC 0x59CB # 0 +0xCABD 0x5F0F # 0 +0xCABE 0x793A # 0 +0xCABF 0x58EB # 0 +0xCAC0 0x4E16 # 0 +0xCAC1 0x67FF # 0 +0xCAC2 0x4E8B # 0 +0xCAC3 0x62ED # 0 +0xCAC4 0x8A93 # 0 +0xCAC5 0x901D # 0 +0xCAC6 0x52BF # 0 +0xCAC7 0x662F # 0 +0xCAC8 0x55DC # 0 +0xCAC9 0x566C # 0 +0xCACA 0x9002 # 0 +0xCACB 0x4ED5 # 0 +0xCACC 0x4F8D # 0 +0xCACD 0x91CA # 0 +0xCACE 0x9970 # 0 +0xCACF 0x6C0F # 0 +0xCAD0 0x5E02 # 0 +0xCAD1 0x6043 # 0 +0xCAD2 0x5BA4 # 0 +0xCAD3 0x89C6 # 0 +0xCAD4 0x8BD5 # 0 +0xCAD5 0x6536 # 0 +0xCAD6 0x624B # 0 +0xCAD7 0x9996 # 0 +0xCAD8 0x5B88 # 0 +0xCAD9 0x5BFF # 0 +0xCADA 0x6388 # 0 +0xCADB 0x552E # 0 +0xCADC 0x53D7 # 0 +0xCADD 0x7626 # 0 +0xCADE 0x517D # 0 +0xCADF 0x852C # 0 +0xCAE0 0x67A2 # 0 +0xCAE1 0x68B3 # 0 +0xCAE2 0x6B8A # 0 +0xCAE3 0x6292 # 0 +0xCAE4 0x8F93 # 0 +0xCAE5 0x53D4 # 0 +0xCAE6 0x8212 # 0 +0xCAE7 0x6DD1 # 0 +0xCAE8 0x758F # 0 +0xCAE9 0x4E66 # 0 +0xCAEA 0x8D4E # 0 +0xCAEB 0x5B70 # 0 +0xCAEC 0x719F # 0 +0xCAED 0x85AF # 0 +0xCAEE 0x6691 # 0 +0xCAEF 0x66D9 # 0 +0xCAF0 0x7F72 # 0 +0xCAF1 0x8700 # 0 +0xCAF2 0x9ECD # 0 +0xCAF3 0x9F20 # 0 +0xCAF4 0x5C5E # 0 +0xCAF5 0x672F # 0 +0xCAF6 0x8FF0 # 0 +0xCAF7 0x6811 # 0 +0xCAF8 0x675F # 0 +0xCAF9 0x620D # 0 +0xCAFA 0x7AD6 # 0 +0xCAFB 0x5885 # 0 +0xCAFC 0x5EB6 # 0 +0xCAFD 0x6570 # 0 +0xCAFE 0x6F31 # 0 +0xCB40 0x8582 # 0 +0xCB41 0x8583 # 0 +0xCB42 0x8586 # 0 +0xCB43 0x8588 # 0 +0xCB44 0x8589 # 0 +0xCB45 0x858A # 0 +0xCB46 0x858B # 0 +0xCB47 0x858C # 0 +0xCB48 0x858D # 0 +0xCB49 0x858E # 0 +0xCB4A 0x8590 # 0 +0xCB4B 0x8591 # 0 +0xCB4C 0x8592 # 0 +0xCB4D 0x8593 # 0 +0xCB4E 0x8594 # 0 +0xCB4F 0x8595 # 0 +0xCB50 0x8596 # 0 +0xCB51 0x8597 # 0 +0xCB52 0x8598 # 0 +0xCB53 0x8599 # 0 +0xCB54 0x859A # 0 +0xCB55 0x859D # 0 +0xCB56 0x859E # 0 +0xCB57 0x859F # 0 +0xCB58 0x85A0 # 0 +0xCB59 0x85A1 # 0 +0xCB5A 0x85A2 # 0 +0xCB5B 0x85A3 # 0 +0xCB5C 0x85A5 # 0 +0xCB5D 0x85A6 # 0 +0xCB5E 0x85A7 # 0 +0xCB5F 0x85A9 # 0 +0xCB60 0x85AB # 0 +0xCB61 0x85AC # 0 +0xCB62 0x85AD # 0 +0xCB63 0x85B1 # 0 +0xCB64 0x85B2 # 0 +0xCB65 0x85B3 # 0 +0xCB66 0x85B4 # 0 +0xCB67 0x85B5 # 0 +0xCB68 0x85B6 # 0 +0xCB69 0x85B8 # 0 +0xCB6A 0x85BA # 0 +0xCB6B 0x85BB # 0 +0xCB6C 0x85BC # 0 +0xCB6D 0x85BD # 0 +0xCB6E 0x85BE # 0 +0xCB6F 0x85BF # 0 +0xCB70 0x85C0 # 0 +0xCB71 0x85C2 # 0 +0xCB72 0x85C3 # 0 +0xCB73 0x85C4 # 0 +0xCB74 0x85C5 # 0 +0xCB75 0x85C6 # 0 +0xCB76 0x85C7 # 0 +0xCB77 0x85C8 # 0 +0xCB78 0x85CA # 0 +0xCB79 0x85CB # 0 +0xCB7A 0x85CC # 0 +0xCB7B 0x85CD # 0 +0xCB7C 0x85CE # 0 +0xCB7D 0x85D1 # 0 +0xCB7E 0x85D2 # 0 +0xCB80 0x85D4 # 0 +0xCB81 0x85D6 # 0 +0xCB82 0x85D7 # 0 +0xCB83 0x85D8 # 0 +0xCB84 0x85D9 # 0 +0xCB85 0x85DA # 0 +0xCB86 0x85DB # 0 +0xCB87 0x85DD # 0 +0xCB88 0x85DE # 0 +0xCB89 0x85DF # 0 +0xCB8A 0x85E0 # 0 +0xCB8B 0x85E1 # 0 +0xCB8C 0x85E2 # 0 +0xCB8D 0x85E3 # 0 +0xCB8E 0x85E5 # 0 +0xCB8F 0x85E6 # 0 +0xCB90 0x85E7 # 0 +0xCB91 0x85E8 # 0 +0xCB92 0x85EA # 0 +0xCB93 0x85EB # 0 +0xCB94 0x85EC # 0 +0xCB95 0x85ED # 0 +0xCB96 0x85EE # 0 +0xCB97 0x85EF # 0 +0xCB98 0x85F0 # 0 +0xCB99 0x85F1 # 0 +0xCB9A 0x85F2 # 0 +0xCB9B 0x85F3 # 0 +0xCB9C 0x85F4 # 0 +0xCB9D 0x85F5 # 0 +0xCB9E 0x85F6 # 0 +0xCB9F 0x85F7 # 0 +0xCBA0 0x85F8 # 0 +0xCBA1 0x6055 # 0 +0xCBA2 0x5237 # 0 +0xCBA3 0x800D # 0 +0xCBA4 0x6454 # 0 +0xCBA5 0x8870 # 0 +0xCBA6 0x7529 # 0 +0xCBA7 0x5E05 # 0 +0xCBA8 0x6813 # 0 +0xCBA9 0x62F4 # 0 +0xCBAA 0x971C # 0 +0xCBAB 0x53CC # 0 +0xCBAC 0x723D # 0 +0xCBAD 0x8C01 # 0 +0xCBAE 0x6C34 # 0 +0xCBAF 0x7761 # 0 +0xCBB0 0x7A0E # 0 +0xCBB1 0x542E # 0 +0xCBB2 0x77AC # 0 +0xCBB3 0x987A # 0 +0xCBB4 0x821C # 0 +0xCBB5 0x8BF4 # 0 +0xCBB6 0x7855 # 0 +0xCBB7 0x6714 # 0 +0xCBB8 0x70C1 # 0 +0xCBB9 0x65AF # 0 +0xCBBA 0x6495 # 0 +0xCBBB 0x5636 # 0 +0xCBBC 0x601D # 0 +0xCBBD 0x79C1 # 0 +0xCBBE 0x53F8 # 0 +0xCBBF 0x4E1D # 0 +0xCBC0 0x6B7B # 0 +0xCBC1 0x8086 # 0 +0xCBC2 0x5BFA # 0 +0xCBC3 0x55E3 # 0 +0xCBC4 0x56DB # 0 +0xCBC5 0x4F3A # 0 +0xCBC6 0x4F3C # 0 +0xCBC7 0x9972 # 0 +0xCBC8 0x5DF3 # 0 +0xCBC9 0x677E # 0 +0xCBCA 0x8038 # 0 +0xCBCB 0x6002 # 0 +0xCBCC 0x9882 # 0 +0xCBCD 0x9001 # 0 +0xCBCE 0x5B8B # 0 +0xCBCF 0x8BBC # 0 +0xCBD0 0x8BF5 # 0 +0xCBD1 0x641C # 0 +0xCBD2 0x8258 # 0 +0xCBD3 0x64DE # 0 +0xCBD4 0x55FD # 0 +0xCBD5 0x82CF # 0 +0xCBD6 0x9165 # 0 +0xCBD7 0x4FD7 # 0 +0xCBD8 0x7D20 # 0 +0xCBD9 0x901F # 0 +0xCBDA 0x7C9F # 0 +0xCBDB 0x50F3 # 0 +0xCBDC 0x5851 # 0 +0xCBDD 0x6EAF # 0 +0xCBDE 0x5BBF # 0 +0xCBDF 0x8BC9 # 0 +0xCBE0 0x8083 # 0 +0xCBE1 0x9178 # 0 +0xCBE2 0x849C # 0 +0xCBE3 0x7B97 # 0 +0xCBE4 0x867D # 0 +0xCBE5 0x968B # 0 +0xCBE6 0x968F # 0 +0xCBE7 0x7EE5 # 0 +0xCBE8 0x9AD3 # 0 +0xCBE9 0x788E # 0 +0xCBEA 0x5C81 # 0 +0xCBEB 0x7A57 # 0 +0xCBEC 0x9042 # 0 +0xCBED 0x96A7 # 0 +0xCBEE 0x795F # 0 +0xCBEF 0x5B59 # 0 +0xCBF0 0x635F # 0 +0xCBF1 0x7B0B # 0 +0xCBF2 0x84D1 # 0 +0xCBF3 0x68AD # 0 +0xCBF4 0x5506 # 0 +0xCBF5 0x7F29 # 0 +0xCBF6 0x7410 # 0 +0xCBF7 0x7D22 # 0 +0xCBF8 0x9501 # 0 +0xCBF9 0x6240 # 0 +0xCBFA 0x584C # 0 +0xCBFB 0x4ED6 # 0 +0xCBFC 0x5B83 # 0 +0xCBFD 0x5979 # 0 +0xCBFE 0x5854 # 0 +0xCC40 0x85F9 # 0 +0xCC41 0x85FA # 0 +0xCC42 0x85FC # 0 +0xCC43 0x85FD # 0 +0xCC44 0x85FE # 0 +0xCC45 0x8600 # 0 +0xCC46 0x8601 # 0 +0xCC47 0x8602 # 0 +0xCC48 0x8603 # 0 +0xCC49 0x8604 # 0 +0xCC4A 0x8606 # 0 +0xCC4B 0x8607 # 0 +0xCC4C 0x8608 # 0 +0xCC4D 0x8609 # 0 +0xCC4E 0x860A # 0 +0xCC4F 0x860B # 0 +0xCC50 0x860C # 0 +0xCC51 0x860D # 0 +0xCC52 0x860E # 0 +0xCC53 0x860F # 0 +0xCC54 0x8610 # 0 +0xCC55 0x8612 # 0 +0xCC56 0x8613 # 0 +0xCC57 0x8614 # 0 +0xCC58 0x8615 # 0 +0xCC59 0x8617 # 0 +0xCC5A 0x8618 # 0 +0xCC5B 0x8619 # 0 +0xCC5C 0x861A # 0 +0xCC5D 0x861B # 0 +0xCC5E 0x861C # 0 +0xCC5F 0x861D # 0 +0xCC60 0x861E # 0 +0xCC61 0x861F # 0 +0xCC62 0x8620 # 0 +0xCC63 0x8621 # 0 +0xCC64 0x8622 # 0 +0xCC65 0x8623 # 0 +0xCC66 0x8624 # 0 +0xCC67 0x8625 # 0 +0xCC68 0x8626 # 0 +0xCC69 0x8628 # 0 +0xCC6A 0x862A # 0 +0xCC6B 0x862B # 0 +0xCC6C 0x862C # 0 +0xCC6D 0x862D # 0 +0xCC6E 0x862E # 0 +0xCC6F 0x862F # 0 +0xCC70 0x8630 # 0 +0xCC71 0x8631 # 0 +0xCC72 0x8632 # 0 +0xCC73 0x8633 # 0 +0xCC74 0x8634 # 0 +0xCC75 0x8635 # 0 +0xCC76 0x8636 # 0 +0xCC77 0x8637 # 0 +0xCC78 0x8639 # 0 +0xCC79 0x863A # 0 +0xCC7A 0x863B # 0 +0xCC7B 0x863D # 0 +0xCC7C 0x863E # 0 +0xCC7D 0x863F # 0 +0xCC7E 0x8640 # 0 +0xCC80 0x8641 # 0 +0xCC81 0x8642 # 0 +0xCC82 0x8643 # 0 +0xCC83 0x8644 # 0 +0xCC84 0x8645 # 0 +0xCC85 0x8646 # 0 +0xCC86 0x8647 # 0 +0xCC87 0x8648 # 0 +0xCC88 0x8649 # 0 +0xCC89 0x864A # 0 +0xCC8A 0x864B # 0 +0xCC8B 0x864C # 0 +0xCC8C 0x8652 # 0 +0xCC8D 0x8653 # 0 +0xCC8E 0x8655 # 0 +0xCC8F 0x8656 # 0 +0xCC90 0x8657 # 0 +0xCC91 0x8658 # 0 +0xCC92 0x8659 # 0 +0xCC93 0x865B # 0 +0xCC94 0x865C # 0 +0xCC95 0x865D # 0 +0xCC96 0x865F # 0 +0xCC97 0x8660 # 0 +0xCC98 0x8661 # 0 +0xCC99 0x8663 # 0 +0xCC9A 0x8664 # 0 +0xCC9B 0x8665 # 0 +0xCC9C 0x8666 # 0 +0xCC9D 0x8667 # 0 +0xCC9E 0x8668 # 0 +0xCC9F 0x8669 # 0 +0xCCA0 0x866A # 0 +0xCCA1 0x736D # 0 +0xCCA2 0x631E # 0 +0xCCA3 0x8E4B # 0 +0xCCA4 0x8E0F # 0 +0xCCA5 0x80CE # 0 +0xCCA6 0x82D4 # 0 +0xCCA7 0x62AC # 0 +0xCCA8 0x53F0 # 0 +0xCCA9 0x6CF0 # 0 +0xCCAA 0x915E # 0 +0xCCAB 0x592A # 0 +0xCCAC 0x6001 # 0 +0xCCAD 0x6C70 # 0 +0xCCAE 0x574D # 0 +0xCCAF 0x644A # 0 +0xCCB0 0x8D2A # 0 +0xCCB1 0x762B # 0 +0xCCB2 0x6EE9 # 0 +0xCCB3 0x575B # 0 +0xCCB4 0x6A80 # 0 +0xCCB5 0x75F0 # 0 +0xCCB6 0x6F6D # 0 +0xCCB7 0x8C2D # 0 +0xCCB8 0x8C08 # 0 +0xCCB9 0x5766 # 0 +0xCCBA 0x6BEF # 0 +0xCCBB 0x8892 # 0 +0xCCBC 0x78B3 # 0 +0xCCBD 0x63A2 # 0 +0xCCBE 0x53F9 # 0 +0xCCBF 0x70AD # 0 +0xCCC0 0x6C64 # 0 +0xCCC1 0x5858 # 0 +0xCCC2 0x642A # 0 +0xCCC3 0x5802 # 0 +0xCCC4 0x68E0 # 0 +0xCCC5 0x819B # 0 +0xCCC6 0x5510 # 0 +0xCCC7 0x7CD6 # 0 +0xCCC8 0x5018 # 0 +0xCCC9 0x8EBA # 0 +0xCCCA 0x6DCC # 0 +0xCCCB 0x8D9F # 0 +0xCCCC 0x70EB # 0 +0xCCCD 0x638F # 0 +0xCCCE 0x6D9B # 0 +0xCCCF 0x6ED4 # 0 +0xCCD0 0x7EE6 # 0 +0xCCD1 0x8404 # 0 +0xCCD2 0x6843 # 0 +0xCCD3 0x9003 # 0 +0xCCD4 0x6DD8 # 0 +0xCCD5 0x9676 # 0 +0xCCD6 0x8BA8 # 0 +0xCCD7 0x5957 # 0 +0xCCD8 0x7279 # 0 +0xCCD9 0x85E4 # 0 +0xCCDA 0x817E # 0 +0xCCDB 0x75BC # 0 +0xCCDC 0x8A8A # 0 +0xCCDD 0x68AF # 0 +0xCCDE 0x5254 # 0 +0xCCDF 0x8E22 # 0 +0xCCE0 0x9511 # 0 +0xCCE1 0x63D0 # 0 +0xCCE2 0x9898 # 0 +0xCCE3 0x8E44 # 0 +0xCCE4 0x557C # 0 +0xCCE5 0x4F53 # 0 +0xCCE6 0x66FF # 0 +0xCCE7 0x568F # 0 +0xCCE8 0x60D5 # 0 +0xCCE9 0x6D95 # 0 +0xCCEA 0x5243 # 0 +0xCCEB 0x5C49 # 0 +0xCCEC 0x5929 # 0 +0xCCED 0x6DFB # 0 +0xCCEE 0x586B # 0 +0xCCEF 0x7530 # 0 +0xCCF0 0x751C # 0 +0xCCF1 0x606C # 0 +0xCCF2 0x8214 # 0 +0xCCF3 0x8146 # 0 +0xCCF4 0x6311 # 0 +0xCCF5 0x6761 # 0 +0xCCF6 0x8FE2 # 0 +0xCCF7 0x773A # 0 +0xCCF8 0x8DF3 # 0 +0xCCF9 0x8D34 # 0 +0xCCFA 0x94C1 # 0 +0xCCFB 0x5E16 # 0 +0xCCFC 0x5385 # 0 +0xCCFD 0x542C # 0 +0xCCFE 0x70C3 # 0 +0xCD40 0x866D # 0 +0xCD41 0x866F # 0 +0xCD42 0x8670 # 0 +0xCD43 0x8672 # 0 +0xCD44 0x8673 # 0 +0xCD45 0x8674 # 0 +0xCD46 0x8675 # 0 +0xCD47 0x8676 # 0 +0xCD48 0x8677 # 0 +0xCD49 0x8678 # 0 +0xCD4A 0x8683 # 0 +0xCD4B 0x8684 # 0 +0xCD4C 0x8685 # 0 +0xCD4D 0x8686 # 0 +0xCD4E 0x8687 # 0 +0xCD4F 0x8688 # 0 +0xCD50 0x8689 # 0 +0xCD51 0x868E # 0 +0xCD52 0x868F # 0 +0xCD53 0x8690 # 0 +0xCD54 0x8691 # 0 +0xCD55 0x8692 # 0 +0xCD56 0x8694 # 0 +0xCD57 0x8696 # 0 +0xCD58 0x8697 # 0 +0xCD59 0x8698 # 0 +0xCD5A 0x8699 # 0 +0xCD5B 0x869A # 0 +0xCD5C 0x869B # 0 +0xCD5D 0x869E # 0 +0xCD5E 0x869F # 0 +0xCD5F 0x86A0 # 0 +0xCD60 0x86A1 # 0 +0xCD61 0x86A2 # 0 +0xCD62 0x86A5 # 0 +0xCD63 0x86A6 # 0 +0xCD64 0x86AB # 0 +0xCD65 0x86AD # 0 +0xCD66 0x86AE # 0 +0xCD67 0x86B2 # 0 +0xCD68 0x86B3 # 0 +0xCD69 0x86B7 # 0 +0xCD6A 0x86B8 # 0 +0xCD6B 0x86B9 # 0 +0xCD6C 0x86BB # 0 +0xCD6D 0x86BC # 0 +0xCD6E 0x86BD # 0 +0xCD6F 0x86BE # 0 +0xCD70 0x86BF # 0 +0xCD71 0x86C1 # 0 +0xCD72 0x86C2 # 0 +0xCD73 0x86C3 # 0 +0xCD74 0x86C5 # 0 +0xCD75 0x86C8 # 0 +0xCD76 0x86CC # 0 +0xCD77 0x86CD # 0 +0xCD78 0x86D2 # 0 +0xCD79 0x86D3 # 0 +0xCD7A 0x86D5 # 0 +0xCD7B 0x86D6 # 0 +0xCD7C 0x86D7 # 0 +0xCD7D 0x86DA # 0 +0xCD7E 0x86DC # 0 +0xCD80 0x86DD # 0 +0xCD81 0x86E0 # 0 +0xCD82 0x86E1 # 0 +0xCD83 0x86E2 # 0 +0xCD84 0x86E3 # 0 +0xCD85 0x86E5 # 0 +0xCD86 0x86E6 # 0 +0xCD87 0x86E7 # 0 +0xCD88 0x86E8 # 0 +0xCD89 0x86EA # 0 +0xCD8A 0x86EB # 0 +0xCD8B 0x86EC # 0 +0xCD8C 0x86EF # 0 +0xCD8D 0x86F5 # 0 +0xCD8E 0x86F6 # 0 +0xCD8F 0x86F7 # 0 +0xCD90 0x86FA # 0 +0xCD91 0x86FB # 0 +0xCD92 0x86FC # 0 +0xCD93 0x86FD # 0 +0xCD94 0x86FF # 0 +0xCD95 0x8701 # 0 +0xCD96 0x8704 # 0 +0xCD97 0x8705 # 0 +0xCD98 0x8706 # 0 +0xCD99 0x870B # 0 +0xCD9A 0x870C # 0 +0xCD9B 0x870E # 0 +0xCD9C 0x870F # 0 +0xCD9D 0x8710 # 0 +0xCD9E 0x8711 # 0 +0xCD9F 0x8714 # 0 +0xCDA0 0x8716 # 0 +0xCDA1 0x6C40 # 0 +0xCDA2 0x5EF7 # 0 +0xCDA3 0x505C # 0 +0xCDA4 0x4EAD # 0 +0xCDA5 0x5EAD # 0 +0xCDA6 0x633A # 0 +0xCDA7 0x8247 # 0 +0xCDA8 0x901A # 0 +0xCDA9 0x6850 # 0 +0xCDAA 0x916E # 0 +0xCDAB 0x77B3 # 0 +0xCDAC 0x540C # 0 +0xCDAD 0x94DC # 0 +0xCDAE 0x5F64 # 0 +0xCDAF 0x7AE5 # 0 +0xCDB0 0x6876 # 0 +0xCDB1 0x6345 # 0 +0xCDB2 0x7B52 # 0 +0xCDB3 0x7EDF # 0 +0xCDB4 0x75DB # 0 +0xCDB5 0x5077 # 0 +0xCDB6 0x6295 # 0 +0xCDB7 0x5934 # 0 +0xCDB8 0x900F # 0 +0xCDB9 0x51F8 # 0 +0xCDBA 0x79C3 # 0 +0xCDBB 0x7A81 # 0 +0xCDBC 0x56FE # 0 +0xCDBD 0x5F92 # 0 +0xCDBE 0x9014 # 0 +0xCDBF 0x6D82 # 0 +0xCDC0 0x5C60 # 0 +0xCDC1 0x571F # 0 +0xCDC2 0x5410 # 0 +0xCDC3 0x5154 # 0 +0xCDC4 0x6E4D # 0 +0xCDC5 0x56E2 # 0 +0xCDC6 0x63A8 # 0 +0xCDC7 0x9893 # 0 +0xCDC8 0x817F # 0 +0xCDC9 0x8715 # 0 +0xCDCA 0x892A # 0 +0xCDCB 0x9000 # 0 +0xCDCC 0x541E # 0 +0xCDCD 0x5C6F # 0 +0xCDCE 0x81C0 # 0 +0xCDCF 0x62D6 # 0 +0xCDD0 0x6258 # 0 +0xCDD1 0x8131 # 0 +0xCDD2 0x9E35 # 0 +0xCDD3 0x9640 # 0 +0xCDD4 0x9A6E # 0 +0xCDD5 0x9A7C # 0 +0xCDD6 0x692D # 0 +0xCDD7 0x59A5 # 0 +0xCDD8 0x62D3 # 0 +0xCDD9 0x553E # 0 +0xCDDA 0x6316 # 0 +0xCDDB 0x54C7 # 0 +0xCDDC 0x86D9 # 0 +0xCDDD 0x6D3C # 0 +0xCDDE 0x5A03 # 0 +0xCDDF 0x74E6 # 0 +0xCDE0 0x889C # 0 +0xCDE1 0x6B6A # 0 +0xCDE2 0x5916 # 0 +0xCDE3 0x8C4C # 0 +0xCDE4 0x5F2F # 0 +0xCDE5 0x6E7E # 0 +0xCDE6 0x73A9 # 0 +0xCDE7 0x987D # 0 +0xCDE8 0x4E38 # 0 +0xCDE9 0x70F7 # 0 +0xCDEA 0x5B8C # 0 +0xCDEB 0x7897 # 0 +0xCDEC 0x633D # 0 +0xCDED 0x665A # 0 +0xCDEE 0x7696 # 0 +0xCDEF 0x60CB # 0 +0xCDF0 0x5B9B # 0 +0xCDF1 0x5A49 # 0 +0xCDF2 0x4E07 # 0 +0xCDF3 0x8155 # 0 +0xCDF4 0x6C6A # 0 +0xCDF5 0x738B # 0 +0xCDF6 0x4EA1 # 0 +0xCDF7 0x6789 # 0 +0xCDF8 0x7F51 # 0 +0xCDF9 0x5F80 # 0 +0xCDFA 0x65FA # 0 +0xCDFB 0x671B # 0 +0xCDFC 0x5FD8 # 0 +0xCDFD 0x5984 # 0 +0xCDFE 0x5A01 # 0 +0xCE40 0x8719 # 0 +0xCE41 0x871B # 0 +0xCE42 0x871D # 0 +0xCE43 0x871F # 0 +0xCE44 0x8720 # 0 +0xCE45 0x8724 # 0 +0xCE46 0x8726 # 0 +0xCE47 0x8727 # 0 +0xCE48 0x8728 # 0 +0xCE49 0x872A # 0 +0xCE4A 0x872B # 0 +0xCE4B 0x872C # 0 +0xCE4C 0x872D # 0 +0xCE4D 0x872F # 0 +0xCE4E 0x8730 # 0 +0xCE4F 0x8732 # 0 +0xCE50 0x8733 # 0 +0xCE51 0x8735 # 0 +0xCE52 0x8736 # 0 +0xCE53 0x8738 # 0 +0xCE54 0x8739 # 0 +0xCE55 0x873A # 0 +0xCE56 0x873C # 0 +0xCE57 0x873D # 0 +0xCE58 0x8740 # 0 +0xCE59 0x8741 # 0 +0xCE5A 0x8742 # 0 +0xCE5B 0x8743 # 0 +0xCE5C 0x8744 # 0 +0xCE5D 0x8745 # 0 +0xCE5E 0x8746 # 0 +0xCE5F 0x874A # 0 +0xCE60 0x874B # 0 +0xCE61 0x874D # 0 +0xCE62 0x874F # 0 +0xCE63 0x8750 # 0 +0xCE64 0x8751 # 0 +0xCE65 0x8752 # 0 +0xCE66 0x8754 # 0 +0xCE67 0x8755 # 0 +0xCE68 0x8756 # 0 +0xCE69 0x8758 # 0 +0xCE6A 0x875A # 0 +0xCE6B 0x875B # 0 +0xCE6C 0x875C # 0 +0xCE6D 0x875D # 0 +0xCE6E 0x875E # 0 +0xCE6F 0x875F # 0 +0xCE70 0x8761 # 0 +0xCE71 0x8762 # 0 +0xCE72 0x8766 # 0 +0xCE73 0x8767 # 0 +0xCE74 0x8768 # 0 +0xCE75 0x8769 # 0 +0xCE76 0x876A # 0 +0xCE77 0x876B # 0 +0xCE78 0x876C # 0 +0xCE79 0x876D # 0 +0xCE7A 0x876F # 0 +0xCE7B 0x8771 # 0 +0xCE7C 0x8772 # 0 +0xCE7D 0x8773 # 0 +0xCE7E 0x8775 # 0 +0xCE80 0x8777 # 0 +0xCE81 0x8778 # 0 +0xCE82 0x8779 # 0 +0xCE83 0x877A # 0 +0xCE84 0x877F # 0 +0xCE85 0x8780 # 0 +0xCE86 0x8781 # 0 +0xCE87 0x8784 # 0 +0xCE88 0x8786 # 0 +0xCE89 0x8787 # 0 +0xCE8A 0x8789 # 0 +0xCE8B 0x878A # 0 +0xCE8C 0x878C # 0 +0xCE8D 0x878E # 0 +0xCE8E 0x878F # 0 +0xCE8F 0x8790 # 0 +0xCE90 0x8791 # 0 +0xCE91 0x8792 # 0 +0xCE92 0x8794 # 0 +0xCE93 0x8795 # 0 +0xCE94 0x8796 # 0 +0xCE95 0x8798 # 0 +0xCE96 0x8799 # 0 +0xCE97 0x879A # 0 +0xCE98 0x879B # 0 +0xCE99 0x879C # 0 +0xCE9A 0x879D # 0 +0xCE9B 0x879E # 0 +0xCE9C 0x87A0 # 0 +0xCE9D 0x87A1 # 0 +0xCE9E 0x87A2 # 0 +0xCE9F 0x87A3 # 0 +0xCEA0 0x87A4 # 0 +0xCEA1 0x5DCD # 0 +0xCEA2 0x5FAE # 0 +0xCEA3 0x5371 # 0 +0xCEA4 0x97E6 # 0 +0xCEA5 0x8FDD # 0 +0xCEA6 0x6845 # 0 +0xCEA7 0x56F4 # 0 +0xCEA8 0x552F # 0 +0xCEA9 0x60DF # 0 +0xCEAA 0x4E3A # 0 +0xCEAB 0x6F4D # 0 +0xCEAC 0x7EF4 # 0 +0xCEAD 0x82C7 # 0 +0xCEAE 0x840E # 0 +0xCEAF 0x59D4 # 0 +0xCEB0 0x4F1F # 0 +0xCEB1 0x4F2A # 0 +0xCEB2 0x5C3E # 0 +0xCEB3 0x7EAC # 0 +0xCEB4 0x672A # 0 +0xCEB5 0x851A # 0 +0xCEB6 0x5473 # 0 +0xCEB7 0x754F # 0 +0xCEB8 0x80C3 # 0 +0xCEB9 0x5582 # 0 +0xCEBA 0x9B4F # 0 +0xCEBB 0x4F4D # 0 +0xCEBC 0x6E2D # 0 +0xCEBD 0x8C13 # 0 +0xCEBE 0x5C09 # 0 +0xCEBF 0x6170 # 0 +0xCEC0 0x536B # 0 +0xCEC1 0x761F # 0 +0xCEC2 0x6E29 # 0 +0xCEC3 0x868A # 0 +0xCEC4 0x6587 # 0 +0xCEC5 0x95FB # 0 +0xCEC6 0x7EB9 # 0 +0xCEC7 0x543B # 0 +0xCEC8 0x7A33 # 0 +0xCEC9 0x7D0A # 0 +0xCECA 0x95EE # 0 +0xCECB 0x55E1 # 0 +0xCECC 0x7FC1 # 0 +0xCECD 0x74EE # 0 +0xCECE 0x631D # 0 +0xCECF 0x8717 # 0 +0xCED0 0x6DA1 # 0 +0xCED1 0x7A9D # 0 +0xCED2 0x6211 # 0 +0xCED3 0x65A1 # 0 +0xCED4 0x5367 # 0 +0xCED5 0x63E1 # 0 +0xCED6 0x6C83 # 0 +0xCED7 0x5DEB # 0 +0xCED8 0x545C # 0 +0xCED9 0x94A8 # 0 +0xCEDA 0x4E4C # 0 +0xCEDB 0x6C61 # 0 +0xCEDC 0x8BEC # 0 +0xCEDD 0x5C4B # 0 +0xCEDE 0x65E0 # 0 +0xCEDF 0x829C # 0 +0xCEE0 0x68A7 # 0 +0xCEE1 0x543E # 0 +0xCEE2 0x5434 # 0 +0xCEE3 0x6BCB # 0 +0xCEE4 0x6B66 # 0 +0xCEE5 0x4E94 # 0 +0xCEE6 0x6342 # 0 +0xCEE7 0x5348 # 0 +0xCEE8 0x821E # 0 +0xCEE9 0x4F0D # 0 +0xCEEA 0x4FAE # 0 +0xCEEB 0x575E # 0 +0xCEEC 0x620A # 0 +0xCEED 0x96FE # 0 +0xCEEE 0x6664 # 0 +0xCEEF 0x7269 # 0 +0xCEF0 0x52FF # 0 +0xCEF1 0x52A1 # 0 +0xCEF2 0x609F # 0 +0xCEF3 0x8BEF # 0 +0xCEF4 0x6614 # 0 +0xCEF5 0x7199 # 0 +0xCEF6 0x6790 # 0 +0xCEF7 0x897F # 0 +0xCEF8 0x7852 # 0 +0xCEF9 0x77FD # 0 +0xCEFA 0x6670 # 0 +0xCEFB 0x563B # 0 +0xCEFC 0x5438 # 0 +0xCEFD 0x9521 # 0 +0xCEFE 0x727A # 0 +0xCF40 0x87A5 # 0 +0xCF41 0x87A6 # 0 +0xCF42 0x87A7 # 0 +0xCF43 0x87A9 # 0 +0xCF44 0x87AA # 0 +0xCF45 0x87AE # 0 +0xCF46 0x87B0 # 0 +0xCF47 0x87B1 # 0 +0xCF48 0x87B2 # 0 +0xCF49 0x87B4 # 0 +0xCF4A 0x87B6 # 0 +0xCF4B 0x87B7 # 0 +0xCF4C 0x87B8 # 0 +0xCF4D 0x87B9 # 0 +0xCF4E 0x87BB # 0 +0xCF4F 0x87BC # 0 +0xCF50 0x87BE # 0 +0xCF51 0x87BF # 0 +0xCF52 0x87C1 # 0 +0xCF53 0x87C2 # 0 +0xCF54 0x87C3 # 0 +0xCF55 0x87C4 # 0 +0xCF56 0x87C5 # 0 +0xCF57 0x87C7 # 0 +0xCF58 0x87C8 # 0 +0xCF59 0x87C9 # 0 +0xCF5A 0x87CC # 0 +0xCF5B 0x87CD # 0 +0xCF5C 0x87CE # 0 +0xCF5D 0x87CF # 0 +0xCF5E 0x87D0 # 0 +0xCF5F 0x87D4 # 0 +0xCF60 0x87D5 # 0 +0xCF61 0x87D6 # 0 +0xCF62 0x87D7 # 0 +0xCF63 0x87D8 # 0 +0xCF64 0x87D9 # 0 +0xCF65 0x87DA # 0 +0xCF66 0x87DC # 0 +0xCF67 0x87DD # 0 +0xCF68 0x87DE # 0 +0xCF69 0x87DF # 0 +0xCF6A 0x87E1 # 0 +0xCF6B 0x87E2 # 0 +0xCF6C 0x87E3 # 0 +0xCF6D 0x87E4 # 0 +0xCF6E 0x87E6 # 0 +0xCF6F 0x87E7 # 0 +0xCF70 0x87E8 # 0 +0xCF71 0x87E9 # 0 +0xCF72 0x87EB # 0 +0xCF73 0x87EC # 0 +0xCF74 0x87ED # 0 +0xCF75 0x87EF # 0 +0xCF76 0x87F0 # 0 +0xCF77 0x87F1 # 0 +0xCF78 0x87F2 # 0 +0xCF79 0x87F3 # 0 +0xCF7A 0x87F4 # 0 +0xCF7B 0x87F5 # 0 +0xCF7C 0x87F6 # 0 +0xCF7D 0x87F7 # 0 +0xCF7E 0x87F8 # 0 +0xCF80 0x87FA # 0 +0xCF81 0x87FB # 0 +0xCF82 0x87FC # 0 +0xCF83 0x87FD # 0 +0xCF84 0x87FF # 0 +0xCF85 0x8800 # 0 +0xCF86 0x8801 # 0 +0xCF87 0x8802 # 0 +0xCF88 0x8804 # 0 +0xCF89 0x8805 # 0 +0xCF8A 0x8806 # 0 +0xCF8B 0x8807 # 0 +0xCF8C 0x8808 # 0 +0xCF8D 0x8809 # 0 +0xCF8E 0x880B # 0 +0xCF8F 0x880C # 0 +0xCF90 0x880D # 0 +0xCF91 0x880E # 0 +0xCF92 0x880F # 0 +0xCF93 0x8810 # 0 +0xCF94 0x8811 # 0 +0xCF95 0x8812 # 0 +0xCF96 0x8814 # 0 +0xCF97 0x8817 # 0 +0xCF98 0x8818 # 0 +0xCF99 0x8819 # 0 +0xCF9A 0x881A # 0 +0xCF9B 0x881C # 0 +0xCF9C 0x881D # 0 +0xCF9D 0x881E # 0 +0xCF9E 0x881F # 0 +0xCF9F 0x8820 # 0 +0xCFA0 0x8823 # 0 +0xCFA1 0x7A00 # 0 +0xCFA2 0x606F # 0 +0xCFA3 0x5E0C # 0 +0xCFA4 0x6089 # 0 +0xCFA5 0x819D # 0 +0xCFA6 0x5915 # 0 +0xCFA7 0x60DC # 0 +0xCFA8 0x7184 # 0 +0xCFA9 0x70EF # 0 +0xCFAA 0x6EAA # 0 +0xCFAB 0x6C50 # 0 +0xCFAC 0x7280 # 0 +0xCFAD 0x6A84 # 0 +0xCFAE 0x88AD # 0 +0xCFAF 0x5E2D # 0 +0xCFB0 0x4E60 # 0 +0xCFB1 0x5AB3 # 0 +0xCFB2 0x559C # 0 +0xCFB3 0x94E3 # 0 +0xCFB4 0x6D17 # 0 +0xCFB5 0x7CFB # 0 +0xCFB6 0x9699 # 0 +0xCFB7 0x620F # 0 +0xCFB8 0x7EC6 # 0 +0xCFB9 0x778E # 0 +0xCFBA 0x867E # 0 +0xCFBB 0x5323 # 0 +0xCFBC 0x971E # 0 +0xCFBD 0x8F96 # 0 +0xCFBE 0x6687 # 0 +0xCFBF 0x5CE1 # 0 +0xCFC0 0x4FA0 # 0 +0xCFC1 0x72ED # 0 +0xCFC2 0x4E0B # 0 +0xCFC3 0x53A6 # 0 +0xCFC4 0x590F # 0 +0xCFC5 0x5413 # 0 +0xCFC6 0x6380 # 0 +0xCFC7 0x9528 # 0 +0xCFC8 0x5148 # 0 +0xCFC9 0x4ED9 # 0 +0xCFCA 0x9C9C # 0 +0xCFCB 0x7EA4 # 0 +0xCFCC 0x54B8 # 0 +0xCFCD 0x8D24 # 0 +0xCFCE 0x8854 # 0 +0xCFCF 0x8237 # 0 +0xCFD0 0x95F2 # 0 +0xCFD1 0x6D8E # 0 +0xCFD2 0x5F26 # 0 +0xCFD3 0x5ACC # 0 +0xCFD4 0x663E # 0 +0xCFD5 0x9669 # 0 +0xCFD6 0x73B0 # 0 +0xCFD7 0x732E # 0 +0xCFD8 0x53BF # 0 +0xCFD9 0x817A # 0 +0xCFDA 0x9985 # 0 +0xCFDB 0x7FA1 # 0 +0xCFDC 0x5BAA # 0 +0xCFDD 0x9677 # 0 +0xCFDE 0x9650 # 0 +0xCFDF 0x7EBF # 0 +0xCFE0 0x76F8 # 0 +0xCFE1 0x53A2 # 0 +0xCFE2 0x9576 # 0 +0xCFE3 0x9999 # 0 +0xCFE4 0x7BB1 # 0 +0xCFE5 0x8944 # 0 +0xCFE6 0x6E58 # 0 +0xCFE7 0x4E61 # 0 +0xCFE8 0x7FD4 # 0 +0xCFE9 0x7965 # 0 +0xCFEA 0x8BE6 # 0 +0xCFEB 0x60F3 # 0 +0xCFEC 0x54CD # 0 +0xCFED 0x4EAB # 0 +0xCFEE 0x9879 # 0 +0xCFEF 0x5DF7 # 0 +0xCFF0 0x6A61 # 0 +0xCFF1 0x50CF # 0 +0xCFF2 0x5411 # 0 +0xCFF3 0x8C61 # 0 +0xCFF4 0x8427 # 0 +0xCFF5 0x785D # 0 +0xCFF6 0x9704 # 0 +0xCFF7 0x524A # 0 +0xCFF8 0x54EE # 0 +0xCFF9 0x56A3 # 0 +0xCFFA 0x9500 # 0 +0xCFFB 0x6D88 # 0 +0xCFFC 0x5BB5 # 0 +0xCFFD 0x6DC6 # 0 +0xCFFE 0x6653 # 0 +0xD040 0x8824 # 0 +0xD041 0x8825 # 0 +0xD042 0x8826 # 0 +0xD043 0x8827 # 0 +0xD044 0x8828 # 0 +0xD045 0x8829 # 0 +0xD046 0x882A # 0 +0xD047 0x882B # 0 +0xD048 0x882C # 0 +0xD049 0x882D # 0 +0xD04A 0x882E # 0 +0xD04B 0x882F # 0 +0xD04C 0x8830 # 0 +0xD04D 0x8831 # 0 +0xD04E 0x8833 # 0 +0xD04F 0x8834 # 0 +0xD050 0x8835 # 0 +0xD051 0x8836 # 0 +0xD052 0x8837 # 0 +0xD053 0x8838 # 0 +0xD054 0x883A # 0 +0xD055 0x883B # 0 +0xD056 0x883D # 0 +0xD057 0x883E # 0 +0xD058 0x883F # 0 +0xD059 0x8841 # 0 +0xD05A 0x8842 # 0 +0xD05B 0x8843 # 0 +0xD05C 0x8846 # 0 +0xD05D 0x8847 # 0 +0xD05E 0x8848 # 0 +0xD05F 0x8849 # 0 +0xD060 0x884A # 0 +0xD061 0x884B # 0 +0xD062 0x884E # 0 +0xD063 0x884F # 0 +0xD064 0x8850 # 0 +0xD065 0x8851 # 0 +0xD066 0x8852 # 0 +0xD067 0x8853 # 0 +0xD068 0x8855 # 0 +0xD069 0x8856 # 0 +0xD06A 0x8858 # 0 +0xD06B 0x885A # 0 +0xD06C 0x885B # 0 +0xD06D 0x885C # 0 +0xD06E 0x885D # 0 +0xD06F 0x885E # 0 +0xD070 0x885F # 0 +0xD071 0x8860 # 0 +0xD072 0x8866 # 0 +0xD073 0x8867 # 0 +0xD074 0x886A # 0 +0xD075 0x886D # 0 +0xD076 0x886F # 0 +0xD077 0x8871 # 0 +0xD078 0x8873 # 0 +0xD079 0x8874 # 0 +0xD07A 0x8875 # 0 +0xD07B 0x8876 # 0 +0xD07C 0x8878 # 0 +0xD07D 0x8879 # 0 +0xD07E 0x887A # 0 +0xD080 0x887B # 0 +0xD081 0x887C # 0 +0xD082 0x8880 # 0 +0xD083 0x8883 # 0 +0xD084 0x8886 # 0 +0xD085 0x8887 # 0 +0xD086 0x8889 # 0 +0xD087 0x888A # 0 +0xD088 0x888C # 0 +0xD089 0x888E # 0 +0xD08A 0x888F # 0 +0xD08B 0x8890 # 0 +0xD08C 0x8891 # 0 +0xD08D 0x8893 # 0 +0xD08E 0x8894 # 0 +0xD08F 0x8895 # 0 +0xD090 0x8897 # 0 +0xD091 0x8898 # 0 +0xD092 0x8899 # 0 +0xD093 0x889A # 0 +0xD094 0x889B # 0 +0xD095 0x889D # 0 +0xD096 0x889E # 0 +0xD097 0x889F # 0 +0xD098 0x88A0 # 0 +0xD099 0x88A1 # 0 +0xD09A 0x88A3 # 0 +0xD09B 0x88A5 # 0 +0xD09C 0x88A6 # 0 +0xD09D 0x88A7 # 0 +0xD09E 0x88A8 # 0 +0xD09F 0x88A9 # 0 +0xD0A0 0x88AA # 0 +0xD0A1 0x5C0F # 0 +0xD0A2 0x5B5D # 0 +0xD0A3 0x6821 # 0 +0xD0A4 0x8096 # 0 +0xD0A5 0x5578 # 0 +0xD0A6 0x7B11 # 0 +0xD0A7 0x6548 # 0 +0xD0A8 0x6954 # 0 +0xD0A9 0x4E9B # 0 +0xD0AA 0x6B47 # 0 +0xD0AB 0x874E # 0 +0xD0AC 0x978B # 0 +0xD0AD 0x534F # 0 +0xD0AE 0x631F # 0 +0xD0AF 0x643A # 0 +0xD0B0 0x90AA # 0 +0xD0B1 0x659C # 0 +0xD0B2 0x80C1 # 0 +0xD0B3 0x8C10 # 0 +0xD0B4 0x5199 # 0 +0xD0B5 0x68B0 # 0 +0xD0B6 0x5378 # 0 +0xD0B7 0x87F9 # 0 +0xD0B8 0x61C8 # 0 +0xD0B9 0x6CC4 # 0 +0xD0BA 0x6CFB # 0 +0xD0BB 0x8C22 # 0 +0xD0BC 0x5C51 # 0 +0xD0BD 0x85AA # 0 +0xD0BE 0x82AF # 0 +0xD0BF 0x950C # 0 +0xD0C0 0x6B23 # 0 +0xD0C1 0x8F9B # 0 +0xD0C2 0x65B0 # 0 +0xD0C3 0x5FFB # 0 +0xD0C4 0x5FC3 # 0 +0xD0C5 0x4FE1 # 0 +0xD0C6 0x8845 # 0 +0xD0C7 0x661F # 0 +0xD0C8 0x8165 # 0 +0xD0C9 0x7329 # 0 +0xD0CA 0x60FA # 0 +0xD0CB 0x5174 # 0 +0xD0CC 0x5211 # 0 +0xD0CD 0x578B # 0 +0xD0CE 0x5F62 # 0 +0xD0CF 0x90A2 # 0 +0xD0D0 0x884C # 0 +0xD0D1 0x9192 # 0 +0xD0D2 0x5E78 # 0 +0xD0D3 0x674F # 0 +0xD0D4 0x6027 # 0 +0xD0D5 0x59D3 # 0 +0xD0D6 0x5144 # 0 +0xD0D7 0x51F6 # 0 +0xD0D8 0x80F8 # 0 +0xD0D9 0x5308 # 0 +0xD0DA 0x6C79 # 0 +0xD0DB 0x96C4 # 0 +0xD0DC 0x718A # 0 +0xD0DD 0x4F11 # 0 +0xD0DE 0x4FEE # 0 +0xD0DF 0x7F9E # 0 +0xD0E0 0x673D # 0 +0xD0E1 0x55C5 # 0 +0xD0E2 0x9508 # 0 +0xD0E3 0x79C0 # 0 +0xD0E4 0x8896 # 0 +0xD0E5 0x7EE3 # 0 +0xD0E6 0x589F # 0 +0xD0E7 0x620C # 0 +0xD0E8 0x9700 # 0 +0xD0E9 0x865A # 0 +0xD0EA 0x5618 # 0 +0xD0EB 0x987B # 0 +0xD0EC 0x5F90 # 0 +0xD0ED 0x8BB8 # 0 +0xD0EE 0x84C4 # 0 +0xD0EF 0x9157 # 0 +0xD0F0 0x53D9 # 0 +0xD0F1 0x65ED # 0 +0xD0F2 0x5E8F # 0 +0xD0F3 0x755C # 0 +0xD0F4 0x6064 # 0 +0xD0F5 0x7D6E # 0 +0xD0F6 0x5A7F # 0 +0xD0F7 0x7EEA # 0 +0xD0F8 0x7EED # 0 +0xD0F9 0x8F69 # 0 +0xD0FA 0x55A7 # 0 +0xD0FB 0x5BA3 # 0 +0xD0FC 0x60AC # 0 +0xD0FD 0x65CB # 0 +0xD0FE 0x7384 # 0 +0xD140 0x88AC # 0 +0xD141 0x88AE # 0 +0xD142 0x88AF # 0 +0xD143 0x88B0 # 0 +0xD144 0x88B2 # 0 +0xD145 0x88B3 # 0 +0xD146 0x88B4 # 0 +0xD147 0x88B5 # 0 +0xD148 0x88B6 # 0 +0xD149 0x88B8 # 0 +0xD14A 0x88B9 # 0 +0xD14B 0x88BA # 0 +0xD14C 0x88BB # 0 +0xD14D 0x88BD # 0 +0xD14E 0x88BE # 0 +0xD14F 0x88BF # 0 +0xD150 0x88C0 # 0 +0xD151 0x88C3 # 0 +0xD152 0x88C4 # 0 +0xD153 0x88C7 # 0 +0xD154 0x88C8 # 0 +0xD155 0x88CA # 0 +0xD156 0x88CB # 0 +0xD157 0x88CC # 0 +0xD158 0x88CD # 0 +0xD159 0x88CF # 0 +0xD15A 0x88D0 # 0 +0xD15B 0x88D1 # 0 +0xD15C 0x88D3 # 0 +0xD15D 0x88D6 # 0 +0xD15E 0x88D7 # 0 +0xD15F 0x88DA # 0 +0xD160 0x88DB # 0 +0xD161 0x88DC # 0 +0xD162 0x88DD # 0 +0xD163 0x88DE # 0 +0xD164 0x88E0 # 0 +0xD165 0x88E1 # 0 +0xD166 0x88E6 # 0 +0xD167 0x88E7 # 0 +0xD168 0x88E9 # 0 +0xD169 0x88EA # 0 +0xD16A 0x88EB # 0 +0xD16B 0x88EC # 0 +0xD16C 0x88ED # 0 +0xD16D 0x88EE # 0 +0xD16E 0x88EF # 0 +0xD16F 0x88F2 # 0 +0xD170 0x88F5 # 0 +0xD171 0x88F6 # 0 +0xD172 0x88F7 # 0 +0xD173 0x88FA # 0 +0xD174 0x88FB # 0 +0xD175 0x88FD # 0 +0xD176 0x88FF # 0 +0xD177 0x8900 # 0 +0xD178 0x8901 # 0 +0xD179 0x8903 # 0 +0xD17A 0x8904 # 0 +0xD17B 0x8905 # 0 +0xD17C 0x8906 # 0 +0xD17D 0x8907 # 0 +0xD17E 0x8908 # 0 +0xD180 0x8909 # 0 +0xD181 0x890B # 0 +0xD182 0x890C # 0 +0xD183 0x890D # 0 +0xD184 0x890E # 0 +0xD185 0x890F # 0 +0xD186 0x8911 # 0 +0xD187 0x8914 # 0 +0xD188 0x8915 # 0 +0xD189 0x8916 # 0 +0xD18A 0x8917 # 0 +0xD18B 0x8918 # 0 +0xD18C 0x891C # 0 +0xD18D 0x891D # 0 +0xD18E 0x891E # 0 +0xD18F 0x891F # 0 +0xD190 0x8920 # 0 +0xD191 0x8922 # 0 +0xD192 0x8923 # 0 +0xD193 0x8924 # 0 +0xD194 0x8926 # 0 +0xD195 0x8927 # 0 +0xD196 0x8928 # 0 +0xD197 0x8929 # 0 +0xD198 0x892C # 0 +0xD199 0x892D # 0 +0xD19A 0x892E # 0 +0xD19B 0x892F # 0 +0xD19C 0x8931 # 0 +0xD19D 0x8932 # 0 +0xD19E 0x8933 # 0 +0xD19F 0x8935 # 0 +0xD1A0 0x8937 # 0 +0xD1A1 0x9009 # 0 +0xD1A2 0x7663 # 0 +0xD1A3 0x7729 # 0 +0xD1A4 0x7EDA # 0 +0xD1A5 0x9774 # 0 +0xD1A6 0x859B # 0 +0xD1A7 0x5B66 # 0 +0xD1A8 0x7A74 # 0 +0xD1A9 0x96EA # 0 +0xD1AA 0x8840 # 0 +0xD1AB 0x52CB # 0 +0xD1AC 0x718F # 0 +0xD1AD 0x5FAA # 0 +0xD1AE 0x65EC # 0 +0xD1AF 0x8BE2 # 0 +0xD1B0 0x5BFB # 0 +0xD1B1 0x9A6F # 0 +0xD1B2 0x5DE1 # 0 +0xD1B3 0x6B89 # 0 +0xD1B4 0x6C5B # 0 +0xD1B5 0x8BAD # 0 +0xD1B6 0x8BAF # 0 +0xD1B7 0x900A # 0 +0xD1B8 0x8FC5 # 0 +0xD1B9 0x538B # 0 +0xD1BA 0x62BC # 0 +0xD1BB 0x9E26 # 0 +0xD1BC 0x9E2D # 0 +0xD1BD 0x5440 # 0 +0xD1BE 0x4E2B # 0 +0xD1BF 0x82BD # 0 +0xD1C0 0x7259 # 0 +0xD1C1 0x869C # 0 +0xD1C2 0x5D16 # 0 +0xD1C3 0x8859 # 0 +0xD1C4 0x6DAF # 0 +0xD1C5 0x96C5 # 0 +0xD1C6 0x54D1 # 0 +0xD1C7 0x4E9A # 0 +0xD1C8 0x8BB6 # 0 +0xD1C9 0x7109 # 0 +0xD1CA 0x54BD # 0 +0xD1CB 0x9609 # 0 +0xD1CC 0x70DF # 0 +0xD1CD 0x6DF9 # 0 +0xD1CE 0x76D0 # 0 +0xD1CF 0x4E25 # 0 +0xD1D0 0x7814 # 0 +0xD1D1 0x8712 # 0 +0xD1D2 0x5CA9 # 0 +0xD1D3 0x5EF6 # 0 +0xD1D4 0x8A00 # 0 +0xD1D5 0x989C # 0 +0xD1D6 0x960E # 0 +0xD1D7 0x708E # 0 +0xD1D8 0x6CBF # 0 +0xD1D9 0x5944 # 0 +0xD1DA 0x63A9 # 0 +0xD1DB 0x773C # 0 +0xD1DC 0x884D # 0 +0xD1DD 0x6F14 # 0 +0xD1DE 0x8273 # 0 +0xD1DF 0x5830 # 0 +0xD1E0 0x71D5 # 0 +0xD1E1 0x538C # 0 +0xD1E2 0x781A # 0 +0xD1E3 0x96C1 # 0 +0xD1E4 0x5501 # 0 +0xD1E5 0x5F66 # 0 +0xD1E6 0x7130 # 0 +0xD1E7 0x5BB4 # 0 +0xD1E8 0x8C1A # 0 +0xD1E9 0x9A8C # 0 +0xD1EA 0x6B83 # 0 +0xD1EB 0x592E # 0 +0xD1EC 0x9E2F # 0 +0xD1ED 0x79E7 # 0 +0xD1EE 0x6768 # 0 +0xD1EF 0x626C # 0 +0xD1F0 0x4F6F # 0 +0xD1F1 0x75A1 # 0 +0xD1F2 0x7F8A # 0 +0xD1F3 0x6D0B # 0 +0xD1F4 0x9633 # 0 +0xD1F5 0x6C27 # 0 +0xD1F6 0x4EF0 # 0 +0xD1F7 0x75D2 # 0 +0xD1F8 0x517B # 0 +0xD1F9 0x6837 # 0 +0xD1FA 0x6F3E # 0 +0xD1FB 0x9080 # 0 +0xD1FC 0x8170 # 0 +0xD1FD 0x5996 # 0 +0xD1FE 0x7476 # 0 +0xD240 0x8938 # 0 +0xD241 0x8939 # 0 +0xD242 0x893A # 0 +0xD243 0x893B # 0 +0xD244 0x893C # 0 +0xD245 0x893D # 0 +0xD246 0x893E # 0 +0xD247 0x893F # 0 +0xD248 0x8940 # 0 +0xD249 0x8942 # 0 +0xD24A 0x8943 # 0 +0xD24B 0x8945 # 0 +0xD24C 0x8946 # 0 +0xD24D 0x8947 # 0 +0xD24E 0x8948 # 0 +0xD24F 0x8949 # 0 +0xD250 0x894A # 0 +0xD251 0x894B # 0 +0xD252 0x894C # 0 +0xD253 0x894D # 0 +0xD254 0x894E # 0 +0xD255 0x894F # 0 +0xD256 0x8950 # 0 +0xD257 0x8951 # 0 +0xD258 0x8952 # 0 +0xD259 0x8953 # 0 +0xD25A 0x8954 # 0 +0xD25B 0x8955 # 0 +0xD25C 0x8956 # 0 +0xD25D 0x8957 # 0 +0xD25E 0x8958 # 0 +0xD25F 0x8959 # 0 +0xD260 0x895A # 0 +0xD261 0x895B # 0 +0xD262 0x895C # 0 +0xD263 0x895D # 0 +0xD264 0x8960 # 0 +0xD265 0x8961 # 0 +0xD266 0x8962 # 0 +0xD267 0x8963 # 0 +0xD268 0x8964 # 0 +0xD269 0x8965 # 0 +0xD26A 0x8967 # 0 +0xD26B 0x8968 # 0 +0xD26C 0x8969 # 0 +0xD26D 0x896A # 0 +0xD26E 0x896B # 0 +0xD26F 0x896C # 0 +0xD270 0x896D # 0 +0xD271 0x896E # 0 +0xD272 0x896F # 0 +0xD273 0x8970 # 0 +0xD274 0x8971 # 0 +0xD275 0x8972 # 0 +0xD276 0x8973 # 0 +0xD277 0x8974 # 0 +0xD278 0x8975 # 0 +0xD279 0x8976 # 0 +0xD27A 0x8977 # 0 +0xD27B 0x8978 # 0 +0xD27C 0x8979 # 0 +0xD27D 0x897A # 0 +0xD27E 0x897C # 0 +0xD280 0x897D # 0 +0xD281 0x897E # 0 +0xD282 0x8980 # 0 +0xD283 0x8982 # 0 +0xD284 0x8984 # 0 +0xD285 0x8985 # 0 +0xD286 0x8987 # 0 +0xD287 0x8988 # 0 +0xD288 0x8989 # 0 +0xD289 0x898A # 0 +0xD28A 0x898B # 0 +0xD28B 0x898C # 0 +0xD28C 0x898D # 0 +0xD28D 0x898E # 0 +0xD28E 0x898F # 0 +0xD28F 0x8990 # 0 +0xD290 0x8991 # 0 +0xD291 0x8992 # 0 +0xD292 0x8993 # 0 +0xD293 0x8994 # 0 +0xD294 0x8995 # 0 +0xD295 0x8996 # 0 +0xD296 0x8997 # 0 +0xD297 0x8998 # 0 +0xD298 0x8999 # 0 +0xD299 0x899A # 0 +0xD29A 0x899B # 0 +0xD29B 0x899C # 0 +0xD29C 0x899D # 0 +0xD29D 0x899E # 0 +0xD29E 0x899F # 0 +0xD29F 0x89A0 # 0 +0xD2A0 0x89A1 # 0 +0xD2A1 0x6447 # 0 +0xD2A2 0x5C27 # 0 +0xD2A3 0x9065 # 0 +0xD2A4 0x7A91 # 0 +0xD2A5 0x8C23 # 0 +0xD2A6 0x59DA # 0 +0xD2A7 0x54AC # 0 +0xD2A8 0x8200 # 0 +0xD2A9 0x836F # 0 +0xD2AA 0x8981 # 0 +0xD2AB 0x8000 # 0 +0xD2AC 0x6930 # 0 +0xD2AD 0x564E # 0 +0xD2AE 0x8036 # 0 +0xD2AF 0x7237 # 0 +0xD2B0 0x91CE # 0 +0xD2B1 0x51B6 # 0 +0xD2B2 0x4E5F # 0 +0xD2B3 0x9875 # 0 +0xD2B4 0x6396 # 0 +0xD2B5 0x4E1A # 0 +0xD2B6 0x53F6 # 0 +0xD2B7 0x66F3 # 0 +0xD2B8 0x814B # 0 +0xD2B9 0x591C # 0 +0xD2BA 0x6DB2 # 0 +0xD2BB 0x4E00 # 0 +0xD2BC 0x58F9 # 0 +0xD2BD 0x533B # 0 +0xD2BE 0x63D6 # 0 +0xD2BF 0x94F1 # 0 +0xD2C0 0x4F9D # 0 +0xD2C1 0x4F0A # 0 +0xD2C2 0x8863 # 0 +0xD2C3 0x9890 # 0 +0xD2C4 0x5937 # 0 +0xD2C5 0x9057 # 0 +0xD2C6 0x79FB # 0 +0xD2C7 0x4EEA # 0 +0xD2C8 0x80F0 # 0 +0xD2C9 0x7591 # 0 +0xD2CA 0x6C82 # 0 +0xD2CB 0x5B9C # 0 +0xD2CC 0x59E8 # 0 +0xD2CD 0x5F5D # 0 +0xD2CE 0x6905 # 0 +0xD2CF 0x8681 # 0 +0xD2D0 0x501A # 0 +0xD2D1 0x5DF2 # 0 +0xD2D2 0x4E59 # 0 +0xD2D3 0x77E3 # 0 +0xD2D4 0x4EE5 # 0 +0xD2D5 0x827A # 0 +0xD2D6 0x6291 # 0 +0xD2D7 0x6613 # 0 +0xD2D8 0x9091 # 0 +0xD2D9 0x5C79 # 0 +0xD2DA 0x4EBF # 0 +0xD2DB 0x5F79 # 0 +0xD2DC 0x81C6 # 0 +0xD2DD 0x9038 # 0 +0xD2DE 0x8084 # 0 +0xD2DF 0x75AB # 0 +0xD2E0 0x4EA6 # 0 +0xD2E1 0x88D4 # 0 +0xD2E2 0x610F # 0 +0xD2E3 0x6BC5 # 0 +0xD2E4 0x5FC6 # 0 +0xD2E5 0x4E49 # 0 +0xD2E6 0x76CA # 0 +0xD2E7 0x6EA2 # 0 +0xD2E8 0x8BE3 # 0 +0xD2E9 0x8BAE # 0 +0xD2EA 0x8C0A # 0 +0xD2EB 0x8BD1 # 0 +0xD2EC 0x5F02 # 0 +0xD2ED 0x7FFC # 0 +0xD2EE 0x7FCC # 0 +0xD2EF 0x7ECE # 0 +0xD2F0 0x8335 # 0 +0xD2F1 0x836B # 0 +0xD2F2 0x56E0 # 0 +0xD2F3 0x6BB7 # 0 +0xD2F4 0x97F3 # 0 +0xD2F5 0x9634 # 0 +0xD2F6 0x59FB # 0 +0xD2F7 0x541F # 0 +0xD2F8 0x94F6 # 0 +0xD2F9 0x6DEB # 0 +0xD2FA 0x5BC5 # 0 +0xD2FB 0x996E # 0 +0xD2FC 0x5C39 # 0 +0xD2FD 0x5F15 # 0 +0xD2FE 0x9690 # 0 +0xD340 0x89A2 # 0 +0xD341 0x89A3 # 0 +0xD342 0x89A4 # 0 +0xD343 0x89A5 # 0 +0xD344 0x89A6 # 0 +0xD345 0x89A7 # 0 +0xD346 0x89A8 # 0 +0xD347 0x89A9 # 0 +0xD348 0x89AA # 0 +0xD349 0x89AB # 0 +0xD34A 0x89AC # 0 +0xD34B 0x89AD # 0 +0xD34C 0x89AE # 0 +0xD34D 0x89AF # 0 +0xD34E 0x89B0 # 0 +0xD34F 0x89B1 # 0 +0xD350 0x89B2 # 0 +0xD351 0x89B3 # 0 +0xD352 0x89B4 # 0 +0xD353 0x89B5 # 0 +0xD354 0x89B6 # 0 +0xD355 0x89B7 # 0 +0xD356 0x89B8 # 0 +0xD357 0x89B9 # 0 +0xD358 0x89BA # 0 +0xD359 0x89BB # 0 +0xD35A 0x89BC # 0 +0xD35B 0x89BD # 0 +0xD35C 0x89BE # 0 +0xD35D 0x89BF # 0 +0xD35E 0x89C0 # 0 +0xD35F 0x89C3 # 0 +0xD360 0x89CD # 0 +0xD361 0x89D3 # 0 +0xD362 0x89D4 # 0 +0xD363 0x89D5 # 0 +0xD364 0x89D7 # 0 +0xD365 0x89D8 # 0 +0xD366 0x89D9 # 0 +0xD367 0x89DB # 0 +0xD368 0x89DD # 0 +0xD369 0x89DF # 0 +0xD36A 0x89E0 # 0 +0xD36B 0x89E1 # 0 +0xD36C 0x89E2 # 0 +0xD36D 0x89E4 # 0 +0xD36E 0x89E7 # 0 +0xD36F 0x89E8 # 0 +0xD370 0x89E9 # 0 +0xD371 0x89EA # 0 +0xD372 0x89EC # 0 +0xD373 0x89ED # 0 +0xD374 0x89EE # 0 +0xD375 0x89F0 # 0 +0xD376 0x89F1 # 0 +0xD377 0x89F2 # 0 +0xD378 0x89F4 # 0 +0xD379 0x89F5 # 0 +0xD37A 0x89F6 # 0 +0xD37B 0x89F7 # 0 +0xD37C 0x89F8 # 0 +0xD37D 0x89F9 # 0 +0xD37E 0x89FA # 0 +0xD380 0x89FB # 0 +0xD381 0x89FC # 0 +0xD382 0x89FD # 0 +0xD383 0x89FE # 0 +0xD384 0x89FF # 0 +0xD385 0x8A01 # 0 +0xD386 0x8A02 # 0 +0xD387 0x8A03 # 0 +0xD388 0x8A04 # 0 +0xD389 0x8A05 # 0 +0xD38A 0x8A06 # 0 +0xD38B 0x8A08 # 0 +0xD38C 0x8A09 # 0 +0xD38D 0x8A0A # 0 +0xD38E 0x8A0B # 0 +0xD38F 0x8A0C # 0 +0xD390 0x8A0D # 0 +0xD391 0x8A0E # 0 +0xD392 0x8A0F # 0 +0xD393 0x8A10 # 0 +0xD394 0x8A11 # 0 +0xD395 0x8A12 # 0 +0xD396 0x8A13 # 0 +0xD397 0x8A14 # 0 +0xD398 0x8A15 # 0 +0xD399 0x8A16 # 0 +0xD39A 0x8A17 # 0 +0xD39B 0x8A18 # 0 +0xD39C 0x8A19 # 0 +0xD39D 0x8A1A # 0 +0xD39E 0x8A1B # 0 +0xD39F 0x8A1C # 0 +0xD3A0 0x8A1D # 0 +0xD3A1 0x5370 # 0 +0xD3A2 0x82F1 # 0 +0xD3A3 0x6A31 # 0 +0xD3A4 0x5A74 # 0 +0xD3A5 0x9E70 # 0 +0xD3A6 0x5E94 # 0 +0xD3A7 0x7F28 # 0 +0xD3A8 0x83B9 # 0 +0xD3A9 0x8424 # 0 +0xD3AA 0x8425 # 0 +0xD3AB 0x8367 # 0 +0xD3AC 0x8747 # 0 +0xD3AD 0x8FCE # 0 +0xD3AE 0x8D62 # 0 +0xD3AF 0x76C8 # 0 +0xD3B0 0x5F71 # 0 +0xD3B1 0x9896 # 0 +0xD3B2 0x786C # 0 +0xD3B3 0x6620 # 0 +0xD3B4 0x54DF # 0 +0xD3B5 0x62E5 # 0 +0xD3B6 0x4F63 # 0 +0xD3B7 0x81C3 # 0 +0xD3B8 0x75C8 # 0 +0xD3B9 0x5EB8 # 0 +0xD3BA 0x96CD # 0 +0xD3BB 0x8E0A # 0 +0xD3BC 0x86F9 # 0 +0xD3BD 0x548F # 0 +0xD3BE 0x6CF3 # 0 +0xD3BF 0x6D8C # 0 +0xD3C0 0x6C38 # 0 +0xD3C1 0x607F # 0 +0xD3C2 0x52C7 # 0 +0xD3C3 0x7528 # 0 +0xD3C4 0x5E7D # 0 +0xD3C5 0x4F18 # 0 +0xD3C6 0x60A0 # 0 +0xD3C7 0x5FE7 # 0 +0xD3C8 0x5C24 # 0 +0xD3C9 0x7531 # 0 +0xD3CA 0x90AE # 0 +0xD3CB 0x94C0 # 0 +0xD3CC 0x72B9 # 0 +0xD3CD 0x6CB9 # 0 +0xD3CE 0x6E38 # 0 +0xD3CF 0x9149 # 0 +0xD3D0 0x6709 # 0 +0xD3D1 0x53CB # 0 +0xD3D2 0x53F3 # 0 +0xD3D3 0x4F51 # 0 +0xD3D4 0x91C9 # 0 +0xD3D5 0x8BF1 # 0 +0xD3D6 0x53C8 # 0 +0xD3D7 0x5E7C # 0 +0xD3D8 0x8FC2 # 0 +0xD3D9 0x6DE4 # 0 +0xD3DA 0x4E8E # 0 +0xD3DB 0x76C2 # 0 +0xD3DC 0x6986 # 0 +0xD3DD 0x865E # 0 +0xD3DE 0x611A # 0 +0xD3DF 0x8206 # 0 +0xD3E0 0x4F59 # 0 +0xD3E1 0x4FDE # 0 +0xD3E2 0x903E # 0 +0xD3E3 0x9C7C # 0 +0xD3E4 0x6109 # 0 +0xD3E5 0x6E1D # 0 +0xD3E6 0x6E14 # 0 +0xD3E7 0x9685 # 0 +0xD3E8 0x4E88 # 0 +0xD3E9 0x5A31 # 0 +0xD3EA 0x96E8 # 0 +0xD3EB 0x4E0E # 0 +0xD3EC 0x5C7F # 0 +0xD3ED 0x79B9 # 0 +0xD3EE 0x5B87 # 0 +0xD3EF 0x8BED # 0 +0xD3F0 0x7FBD # 0 +0xD3F1 0x7389 # 0 +0xD3F2 0x57DF # 0 +0xD3F3 0x828B # 0 +0xD3F4 0x90C1 # 0 +0xD3F5 0x5401 # 0 +0xD3F6 0x9047 # 0 +0xD3F7 0x55BB # 0 +0xD3F8 0x5CEA # 0 +0xD3F9 0x5FA1 # 0 +0xD3FA 0x6108 # 0 +0xD3FB 0x6B32 # 0 +0xD3FC 0x72F1 # 0 +0xD3FD 0x80B2 # 0 +0xD3FE 0x8A89 # 0 +0xD440 0x8A1E # 0 +0xD441 0x8A1F # 0 +0xD442 0x8A20 # 0 +0xD443 0x8A21 # 0 +0xD444 0x8A22 # 0 +0xD445 0x8A23 # 0 +0xD446 0x8A24 # 0 +0xD447 0x8A25 # 0 +0xD448 0x8A26 # 0 +0xD449 0x8A27 # 0 +0xD44A 0x8A28 # 0 +0xD44B 0x8A29 # 0 +0xD44C 0x8A2A # 0 +0xD44D 0x8A2B # 0 +0xD44E 0x8A2C # 0 +0xD44F 0x8A2D # 0 +0xD450 0x8A2E # 0 +0xD451 0x8A2F # 0 +0xD452 0x8A30 # 0 +0xD453 0x8A31 # 0 +0xD454 0x8A32 # 0 +0xD455 0x8A33 # 0 +0xD456 0x8A34 # 0 +0xD457 0x8A35 # 0 +0xD458 0x8A36 # 0 +0xD459 0x8A37 # 0 +0xD45A 0x8A38 # 0 +0xD45B 0x8A39 # 0 +0xD45C 0x8A3A # 0 +0xD45D 0x8A3B # 0 +0xD45E 0x8A3C # 0 +0xD45F 0x8A3D # 0 +0xD460 0x8A3F # 0 +0xD461 0x8A40 # 0 +0xD462 0x8A41 # 0 +0xD463 0x8A42 # 0 +0xD464 0x8A43 # 0 +0xD465 0x8A44 # 0 +0xD466 0x8A45 # 0 +0xD467 0x8A46 # 0 +0xD468 0x8A47 # 0 +0xD469 0x8A49 # 0 +0xD46A 0x8A4A # 0 +0xD46B 0x8A4B # 0 +0xD46C 0x8A4C # 0 +0xD46D 0x8A4D # 0 +0xD46E 0x8A4E # 0 +0xD46F 0x8A4F # 0 +0xD470 0x8A50 # 0 +0xD471 0x8A51 # 0 +0xD472 0x8A52 # 0 +0xD473 0x8A53 # 0 +0xD474 0x8A54 # 0 +0xD475 0x8A55 # 0 +0xD476 0x8A56 # 0 +0xD477 0x8A57 # 0 +0xD478 0x8A58 # 0 +0xD479 0x8A59 # 0 +0xD47A 0x8A5A # 0 +0xD47B 0x8A5B # 0 +0xD47C 0x8A5C # 0 +0xD47D 0x8A5D # 0 +0xD47E 0x8A5E # 0 +0xD480 0x8A5F # 0 +0xD481 0x8A60 # 0 +0xD482 0x8A61 # 0 +0xD483 0x8A62 # 0 +0xD484 0x8A63 # 0 +0xD485 0x8A64 # 0 +0xD486 0x8A65 # 0 +0xD487 0x8A66 # 0 +0xD488 0x8A67 # 0 +0xD489 0x8A68 # 0 +0xD48A 0x8A69 # 0 +0xD48B 0x8A6A # 0 +0xD48C 0x8A6B # 0 +0xD48D 0x8A6C # 0 +0xD48E 0x8A6D # 0 +0xD48F 0x8A6E # 0 +0xD490 0x8A6F # 0 +0xD491 0x8A70 # 0 +0xD492 0x8A71 # 0 +0xD493 0x8A72 # 0 +0xD494 0x8A73 # 0 +0xD495 0x8A74 # 0 +0xD496 0x8A75 # 0 +0xD497 0x8A76 # 0 +0xD498 0x8A77 # 0 +0xD499 0x8A78 # 0 +0xD49A 0x8A7A # 0 +0xD49B 0x8A7B # 0 +0xD49C 0x8A7C # 0 +0xD49D 0x8A7D # 0 +0xD49E 0x8A7E # 0 +0xD49F 0x8A7F # 0 +0xD4A0 0x8A80 # 0 +0xD4A1 0x6D74 # 0 +0xD4A2 0x5BD3 # 0 +0xD4A3 0x88D5 # 0 +0xD4A4 0x9884 # 0 +0xD4A5 0x8C6B # 0 +0xD4A6 0x9A6D # 0 +0xD4A7 0x9E33 # 0 +0xD4A8 0x6E0A # 0 +0xD4A9 0x51A4 # 0 +0xD4AA 0x5143 # 0 +0xD4AB 0x57A3 # 0 +0xD4AC 0x8881 # 0 +0xD4AD 0x539F # 0 +0xD4AE 0x63F4 # 0 +0xD4AF 0x8F95 # 0 +0xD4B0 0x56ED # 0 +0xD4B1 0x5458 # 0 +0xD4B2 0x5706 # 0 +0xD4B3 0x733F # 0 +0xD4B4 0x6E90 # 0 +0xD4B5 0x7F18 # 0 +0xD4B6 0x8FDC # 0 +0xD4B7 0x82D1 # 0 +0xD4B8 0x613F # 0 +0xD4B9 0x6028 # 0 +0xD4BA 0x9662 # 0 +0xD4BB 0x66F0 # 0 +0xD4BC 0x7EA6 # 0 +0xD4BD 0x8D8A # 0 +0xD4BE 0x8DC3 # 0 +0xD4BF 0x94A5 # 0 +0xD4C0 0x5CB3 # 0 +0xD4C1 0x7CA4 # 0 +0xD4C2 0x6708 # 0 +0xD4C3 0x60A6 # 0 +0xD4C4 0x9605 # 0 +0xD4C5 0x8018 # 0 +0xD4C6 0x4E91 # 0 +0xD4C7 0x90E7 # 0 +0xD4C8 0x5300 # 0 +0xD4C9 0x9668 # 0 +0xD4CA 0x5141 # 0 +0xD4CB 0x8FD0 # 0 +0xD4CC 0x8574 # 0 +0xD4CD 0x915D # 0 +0xD4CE 0x6655 # 0 +0xD4CF 0x97F5 # 0 +0xD4D0 0x5B55 # 0 +0xD4D1 0x531D # 0 +0xD4D2 0x7838 # 0 +0xD4D3 0x6742 # 0 +0xD4D4 0x683D # 0 +0xD4D5 0x54C9 # 0 +0xD4D6 0x707E # 0 +0xD4D7 0x5BB0 # 0 +0xD4D8 0x8F7D # 0 +0xD4D9 0x518D # 0 +0xD4DA 0x5728 # 0 +0xD4DB 0x54B1 # 0 +0xD4DC 0x6512 # 0 +0xD4DD 0x6682 # 0 +0xD4DE 0x8D5E # 0 +0xD4DF 0x8D43 # 0 +0xD4E0 0x810F # 0 +0xD4E1 0x846C # 0 +0xD4E2 0x906D # 0 +0xD4E3 0x7CDF # 0 +0xD4E4 0x51FF # 0 +0xD4E5 0x85FB # 0 +0xD4E6 0x67A3 # 0 +0xD4E7 0x65E9 # 0 +0xD4E8 0x6FA1 # 0 +0xD4E9 0x86A4 # 0 +0xD4EA 0x8E81 # 0 +0xD4EB 0x566A # 0 +0xD4EC 0x9020 # 0 +0xD4ED 0x7682 # 0 +0xD4EE 0x7076 # 0 +0xD4EF 0x71E5 # 0 +0xD4F0 0x8D23 # 0 +0xD4F1 0x62E9 # 0 +0xD4F2 0x5219 # 0 +0xD4F3 0x6CFD # 0 +0xD4F4 0x8D3C # 0 +0xD4F5 0x600E # 0 +0xD4F6 0x589E # 0 +0xD4F7 0x618E # 0 +0xD4F8 0x66FE # 0 +0xD4F9 0x8D60 # 0 +0xD4FA 0x624E # 0 +0xD4FB 0x55B3 # 0 +0xD4FC 0x6E23 # 0 +0xD4FD 0x672D # 0 +0xD4FE 0x8F67 # 0 +0xD540 0x8A81 # 0 +0xD541 0x8A82 # 0 +0xD542 0x8A83 # 0 +0xD543 0x8A84 # 0 +0xD544 0x8A85 # 0 +0xD545 0x8A86 # 0 +0xD546 0x8A87 # 0 +0xD547 0x8A88 # 0 +0xD548 0x8A8B # 0 +0xD549 0x8A8C # 0 +0xD54A 0x8A8D # 0 +0xD54B 0x8A8E # 0 +0xD54C 0x8A8F # 0 +0xD54D 0x8A90 # 0 +0xD54E 0x8A91 # 0 +0xD54F 0x8A92 # 0 +0xD550 0x8A94 # 0 +0xD551 0x8A95 # 0 +0xD552 0x8A96 # 0 +0xD553 0x8A97 # 0 +0xD554 0x8A98 # 0 +0xD555 0x8A99 # 0 +0xD556 0x8A9A # 0 +0xD557 0x8A9B # 0 +0xD558 0x8A9C # 0 +0xD559 0x8A9D # 0 +0xD55A 0x8A9E # 0 +0xD55B 0x8A9F # 0 +0xD55C 0x8AA0 # 0 +0xD55D 0x8AA1 # 0 +0xD55E 0x8AA2 # 0 +0xD55F 0x8AA3 # 0 +0xD560 0x8AA4 # 0 +0xD561 0x8AA5 # 0 +0xD562 0x8AA6 # 0 +0xD563 0x8AA7 # 0 +0xD564 0x8AA8 # 0 +0xD565 0x8AA9 # 0 +0xD566 0x8AAA # 0 +0xD567 0x8AAB # 0 +0xD568 0x8AAC # 0 +0xD569 0x8AAD # 0 +0xD56A 0x8AAE # 0 +0xD56B 0x8AAF # 0 +0xD56C 0x8AB0 # 0 +0xD56D 0x8AB1 # 0 +0xD56E 0x8AB2 # 0 +0xD56F 0x8AB3 # 0 +0xD570 0x8AB4 # 0 +0xD571 0x8AB5 # 0 +0xD572 0x8AB6 # 0 +0xD573 0x8AB7 # 0 +0xD574 0x8AB8 # 0 +0xD575 0x8AB9 # 0 +0xD576 0x8ABA # 0 +0xD577 0x8ABB # 0 +0xD578 0x8ABC # 0 +0xD579 0x8ABD # 0 +0xD57A 0x8ABE # 0 +0xD57B 0x8ABF # 0 +0xD57C 0x8AC0 # 0 +0xD57D 0x8AC1 # 0 +0xD57E 0x8AC2 # 0 +0xD580 0x8AC3 # 0 +0xD581 0x8AC4 # 0 +0xD582 0x8AC5 # 0 +0xD583 0x8AC6 # 0 +0xD584 0x8AC7 # 0 +0xD585 0x8AC8 # 0 +0xD586 0x8AC9 # 0 +0xD587 0x8ACA # 0 +0xD588 0x8ACB # 0 +0xD589 0x8ACC # 0 +0xD58A 0x8ACD # 0 +0xD58B 0x8ACE # 0 +0xD58C 0x8ACF # 0 +0xD58D 0x8AD0 # 0 +0xD58E 0x8AD1 # 0 +0xD58F 0x8AD2 # 0 +0xD590 0x8AD3 # 0 +0xD591 0x8AD4 # 0 +0xD592 0x8AD5 # 0 +0xD593 0x8AD6 # 0 +0xD594 0x8AD7 # 0 +0xD595 0x8AD8 # 0 +0xD596 0x8AD9 # 0 +0xD597 0x8ADA # 0 +0xD598 0x8ADB # 0 +0xD599 0x8ADC # 0 +0xD59A 0x8ADD # 0 +0xD59B 0x8ADE # 0 +0xD59C 0x8ADF # 0 +0xD59D 0x8AE0 # 0 +0xD59E 0x8AE1 # 0 +0xD59F 0x8AE2 # 0 +0xD5A0 0x8AE3 # 0 +0xD5A1 0x94E1 # 0 +0xD5A2 0x95F8 # 0 +0xD5A3 0x7728 # 0 +0xD5A4 0x6805 # 0 +0xD5A5 0x69A8 # 0 +0xD5A6 0x548B # 0 +0xD5A7 0x4E4D # 0 +0xD5A8 0x70B8 # 0 +0xD5A9 0x8BC8 # 0 +0xD5AA 0x6458 # 0 +0xD5AB 0x658B # 0 +0xD5AC 0x5B85 # 0 +0xD5AD 0x7A84 # 0 +0xD5AE 0x503A # 0 +0xD5AF 0x5BE8 # 0 +0xD5B0 0x77BB # 0 +0xD5B1 0x6BE1 # 0 +0xD5B2 0x8A79 # 0 +0xD5B3 0x7C98 # 0 +0xD5B4 0x6CBE # 0 +0xD5B5 0x76CF # 0 +0xD5B6 0x65A9 # 0 +0xD5B7 0x8F97 # 0 +0xD5B8 0x5D2D # 0 +0xD5B9 0x5C55 # 0 +0xD5BA 0x8638 # 0 +0xD5BB 0x6808 # 0 +0xD5BC 0x5360 # 0 +0xD5BD 0x6218 # 0 +0xD5BE 0x7AD9 # 0 +0xD5BF 0x6E5B # 0 +0xD5C0 0x7EFD # 0 +0xD5C1 0x6A1F # 0 +0xD5C2 0x7AE0 # 0 +0xD5C3 0x5F70 # 0 +0xD5C4 0x6F33 # 0 +0xD5C5 0x5F20 # 0 +0xD5C6 0x638C # 0 +0xD5C7 0x6DA8 # 0 +0xD5C8 0x6756 # 0 +0xD5C9 0x4E08 # 0 +0xD5CA 0x5E10 # 0 +0xD5CB 0x8D26 # 0 +0xD5CC 0x4ED7 # 0 +0xD5CD 0x80C0 # 0 +0xD5CE 0x7634 # 0 +0xD5CF 0x969C # 0 +0xD5D0 0x62DB # 0 +0xD5D1 0x662D # 0 +0xD5D2 0x627E # 0 +0xD5D3 0x6CBC # 0 +0xD5D4 0x8D75 # 0 +0xD5D5 0x7167 # 0 +0xD5D6 0x7F69 # 0 +0xD5D7 0x5146 # 0 +0xD5D8 0x8087 # 0 +0xD5D9 0x53EC # 0 +0xD5DA 0x906E # 0 +0xD5DB 0x6298 # 0 +0xD5DC 0x54F2 # 0 +0xD5DD 0x86F0 # 0 +0xD5DE 0x8F99 # 0 +0xD5DF 0x8005 # 0 +0xD5E0 0x9517 # 0 +0xD5E1 0x8517 # 0 +0xD5E2 0x8FD9 # 0 +0xD5E3 0x6D59 # 0 +0xD5E4 0x73CD # 0 +0xD5E5 0x659F # 0 +0xD5E6 0x771F # 0 +0xD5E7 0x7504 # 0 +0xD5E8 0x7827 # 0 +0xD5E9 0x81FB # 0 +0xD5EA 0x8D1E # 0 +0xD5EB 0x9488 # 0 +0xD5EC 0x4FA6 # 0 +0xD5ED 0x6795 # 0 +0xD5EE 0x75B9 # 0 +0xD5EF 0x8BCA # 0 +0xD5F0 0x9707 # 0 +0xD5F1 0x632F # 0 +0xD5F2 0x9547 # 0 +0xD5F3 0x9635 # 0 +0xD5F4 0x84B8 # 0 +0xD5F5 0x6323 # 0 +0xD5F6 0x7741 # 0 +0xD5F7 0x5F81 # 0 +0xD5F8 0x72F0 # 0 +0xD5F9 0x4E89 # 0 +0xD5FA 0x6014 # 0 +0xD5FB 0x6574 # 0 +0xD5FC 0x62EF # 0 +0xD5FD 0x6B63 # 0 +0xD5FE 0x653F # 0 +0xD640 0x8AE4 # 0 +0xD641 0x8AE5 # 0 +0xD642 0x8AE6 # 0 +0xD643 0x8AE7 # 0 +0xD644 0x8AE8 # 0 +0xD645 0x8AE9 # 0 +0xD646 0x8AEA # 0 +0xD647 0x8AEB # 0 +0xD648 0x8AEC # 0 +0xD649 0x8AED # 0 +0xD64A 0x8AEE # 0 +0xD64B 0x8AEF # 0 +0xD64C 0x8AF0 # 0 +0xD64D 0x8AF1 # 0 +0xD64E 0x8AF2 # 0 +0xD64F 0x8AF3 # 0 +0xD650 0x8AF4 # 0 +0xD651 0x8AF5 # 0 +0xD652 0x8AF6 # 0 +0xD653 0x8AF7 # 0 +0xD654 0x8AF8 # 0 +0xD655 0x8AF9 # 0 +0xD656 0x8AFA # 0 +0xD657 0x8AFB # 0 +0xD658 0x8AFC # 0 +0xD659 0x8AFD # 0 +0xD65A 0x8AFE # 0 +0xD65B 0x8AFF # 0 +0xD65C 0x8B00 # 0 +0xD65D 0x8B01 # 0 +0xD65E 0x8B02 # 0 +0xD65F 0x8B03 # 0 +0xD660 0x8B04 # 0 +0xD661 0x8B05 # 0 +0xD662 0x8B06 # 0 +0xD663 0x8B08 # 0 +0xD664 0x8B09 # 0 +0xD665 0x8B0A # 0 +0xD666 0x8B0B # 0 +0xD667 0x8B0C # 0 +0xD668 0x8B0D # 0 +0xD669 0x8B0E # 0 +0xD66A 0x8B0F # 0 +0xD66B 0x8B10 # 0 +0xD66C 0x8B11 # 0 +0xD66D 0x8B12 # 0 +0xD66E 0x8B13 # 0 +0xD66F 0x8B14 # 0 +0xD670 0x8B15 # 0 +0xD671 0x8B16 # 0 +0xD672 0x8B17 # 0 +0xD673 0x8B18 # 0 +0xD674 0x8B19 # 0 +0xD675 0x8B1A # 0 +0xD676 0x8B1B # 0 +0xD677 0x8B1C # 0 +0xD678 0x8B1D # 0 +0xD679 0x8B1E # 0 +0xD67A 0x8B1F # 0 +0xD67B 0x8B20 # 0 +0xD67C 0x8B21 # 0 +0xD67D 0x8B22 # 0 +0xD67E 0x8B23 # 0 +0xD680 0x8B24 # 0 +0xD681 0x8B25 # 0 +0xD682 0x8B27 # 0 +0xD683 0x8B28 # 0 +0xD684 0x8B29 # 0 +0xD685 0x8B2A # 0 +0xD686 0x8B2B # 0 +0xD687 0x8B2C # 0 +0xD688 0x8B2D # 0 +0xD689 0x8B2E # 0 +0xD68A 0x8B2F # 0 +0xD68B 0x8B30 # 0 +0xD68C 0x8B31 # 0 +0xD68D 0x8B32 # 0 +0xD68E 0x8B33 # 0 +0xD68F 0x8B34 # 0 +0xD690 0x8B35 # 0 +0xD691 0x8B36 # 0 +0xD692 0x8B37 # 0 +0xD693 0x8B38 # 0 +0xD694 0x8B39 # 0 +0xD695 0x8B3A # 0 +0xD696 0x8B3B # 0 +0xD697 0x8B3C # 0 +0xD698 0x8B3D # 0 +0xD699 0x8B3E # 0 +0xD69A 0x8B3F # 0 +0xD69B 0x8B40 # 0 +0xD69C 0x8B41 # 0 +0xD69D 0x8B42 # 0 +0xD69E 0x8B43 # 0 +0xD69F 0x8B44 # 0 +0xD6A0 0x8B45 # 0 +0xD6A1 0x5E27 # 0 +0xD6A2 0x75C7 # 0 +0xD6A3 0x90D1 # 0 +0xD6A4 0x8BC1 # 0 +0xD6A5 0x829D # 0 +0xD6A6 0x679D # 0 +0xD6A7 0x652F # 0 +0xD6A8 0x5431 # 0 +0xD6A9 0x8718 # 0 +0xD6AA 0x77E5 # 0 +0xD6AB 0x80A2 # 0 +0xD6AC 0x8102 # 0 +0xD6AD 0x6C41 # 0 +0xD6AE 0x4E4B # 0 +0xD6AF 0x7EC7 # 0 +0xD6B0 0x804C # 0 +0xD6B1 0x76F4 # 0 +0xD6B2 0x690D # 0 +0xD6B3 0x6B96 # 0 +0xD6B4 0x6267 # 0 +0xD6B5 0x503C # 0 +0xD6B6 0x4F84 # 0 +0xD6B7 0x5740 # 0 +0xD6B8 0x6307 # 0 +0xD6B9 0x6B62 # 0 +0xD6BA 0x8DBE # 0 +0xD6BB 0x53EA # 0 +0xD6BC 0x65E8 # 0 +0xD6BD 0x7EB8 # 0 +0xD6BE 0x5FD7 # 0 +0xD6BF 0x631A # 0 +0xD6C0 0x63B7 # 0 +0xD6C1 0x81F3 # 0 +0xD6C2 0x81F4 # 0 +0xD6C3 0x7F6E # 0 +0xD6C4 0x5E1C # 0 +0xD6C5 0x5CD9 # 0 +0xD6C6 0x5236 # 0 +0xD6C7 0x667A # 0 +0xD6C8 0x79E9 # 0 +0xD6C9 0x7A1A # 0 +0xD6CA 0x8D28 # 0 +0xD6CB 0x7099 # 0 +0xD6CC 0x75D4 # 0 +0xD6CD 0x6EDE # 0 +0xD6CE 0x6CBB # 0 +0xD6CF 0x7A92 # 0 +0xD6D0 0x4E2D # 0 +0xD6D1 0x76C5 # 0 +0xD6D2 0x5FE0 # 0 +0xD6D3 0x949F # 0 +0xD6D4 0x8877 # 0 +0xD6D5 0x7EC8 # 0 +0xD6D6 0x79CD # 0 +0xD6D7 0x80BF # 0 +0xD6D8 0x91CD # 0 +0xD6D9 0x4EF2 # 0 +0xD6DA 0x4F17 # 0 +0xD6DB 0x821F # 0 +0xD6DC 0x5468 # 0 +0xD6DD 0x5DDE # 0 +0xD6DE 0x6D32 # 0 +0xD6DF 0x8BCC # 0 +0xD6E0 0x7CA5 # 0 +0xD6E1 0x8F74 # 0 +0xD6E2 0x8098 # 0 +0xD6E3 0x5E1A # 0 +0xD6E4 0x5492 # 0 +0xD6E5 0x76B1 # 0 +0xD6E6 0x5B99 # 0 +0xD6E7 0x663C # 0 +0xD6E8 0x9AA4 # 0 +0xD6E9 0x73E0 # 0 +0xD6EA 0x682A # 0 +0xD6EB 0x86DB # 0 +0xD6EC 0x6731 # 0 +0xD6ED 0x732A # 0 +0xD6EE 0x8BF8 # 0 +0xD6EF 0x8BDB # 0 +0xD6F0 0x9010 # 0 +0xD6F1 0x7AF9 # 0 +0xD6F2 0x70DB # 0 +0xD6F3 0x716E # 0 +0xD6F4 0x62C4 # 0 +0xD6F5 0x77A9 # 0 +0xD6F6 0x5631 # 0 +0xD6F7 0x4E3B # 0 +0xD6F8 0x8457 # 0 +0xD6F9 0x67F1 # 0 +0xD6FA 0x52A9 # 0 +0xD6FB 0x86C0 # 0 +0xD6FC 0x8D2E # 0 +0xD6FD 0x94F8 # 0 +0xD6FE 0x7B51 # 0 +0xD740 0x8B46 # 0 +0xD741 0x8B47 # 0 +0xD742 0x8B48 # 0 +0xD743 0x8B49 # 0 +0xD744 0x8B4A # 0 +0xD745 0x8B4B # 0 +0xD746 0x8B4C # 0 +0xD747 0x8B4D # 0 +0xD748 0x8B4E # 0 +0xD749 0x8B4F # 0 +0xD74A 0x8B50 # 0 +0xD74B 0x8B51 # 0 +0xD74C 0x8B52 # 0 +0xD74D 0x8B53 # 0 +0xD74E 0x8B54 # 0 +0xD74F 0x8B55 # 0 +0xD750 0x8B56 # 0 +0xD751 0x8B57 # 0 +0xD752 0x8B58 # 0 +0xD753 0x8B59 # 0 +0xD754 0x8B5A # 0 +0xD755 0x8B5B # 0 +0xD756 0x8B5C # 0 +0xD757 0x8B5D # 0 +0xD758 0x8B5E # 0 +0xD759 0x8B5F # 0 +0xD75A 0x8B60 # 0 +0xD75B 0x8B61 # 0 +0xD75C 0x8B62 # 0 +0xD75D 0x8B63 # 0 +0xD75E 0x8B64 # 0 +0xD75F 0x8B65 # 0 +0xD760 0x8B67 # 0 +0xD761 0x8B68 # 0 +0xD762 0x8B69 # 0 +0xD763 0x8B6A # 0 +0xD764 0x8B6B # 0 +0xD765 0x8B6D # 0 +0xD766 0x8B6E # 0 +0xD767 0x8B6F # 0 +0xD768 0x8B70 # 0 +0xD769 0x8B71 # 0 +0xD76A 0x8B72 # 0 +0xD76B 0x8B73 # 0 +0xD76C 0x8B74 # 0 +0xD76D 0x8B75 # 0 +0xD76E 0x8B76 # 0 +0xD76F 0x8B77 # 0 +0xD770 0x8B78 # 0 +0xD771 0x8B79 # 0 +0xD772 0x8B7A # 0 +0xD773 0x8B7B # 0 +0xD774 0x8B7C # 0 +0xD775 0x8B7D # 0 +0xD776 0x8B7E # 0 +0xD777 0x8B7F # 0 +0xD778 0x8B80 # 0 +0xD779 0x8B81 # 0 +0xD77A 0x8B82 # 0 +0xD77B 0x8B83 # 0 +0xD77C 0x8B84 # 0 +0xD77D 0x8B85 # 0 +0xD77E 0x8B86 # 0 +0xD780 0x8B87 # 0 +0xD781 0x8B88 # 0 +0xD782 0x8B89 # 0 +0xD783 0x8B8A # 0 +0xD784 0x8B8B # 0 +0xD785 0x8B8C # 0 +0xD786 0x8B8D # 0 +0xD787 0x8B8E # 0 +0xD788 0x8B8F # 0 +0xD789 0x8B90 # 0 +0xD78A 0x8B91 # 0 +0xD78B 0x8B92 # 0 +0xD78C 0x8B93 # 0 +0xD78D 0x8B94 # 0 +0xD78E 0x8B95 # 0 +0xD78F 0x8B96 # 0 +0xD790 0x8B97 # 0 +0xD791 0x8B98 # 0 +0xD792 0x8B99 # 0 +0xD793 0x8B9A # 0 +0xD794 0x8B9B # 0 +0xD795 0x8B9C # 0 +0xD796 0x8B9D # 0 +0xD797 0x8B9E # 0 +0xD798 0x8B9F # 0 +0xD799 0x8BAC # 0 +0xD79A 0x8BB1 # 0 +0xD79B 0x8BBB # 0 +0xD79C 0x8BC7 # 0 +0xD79D 0x8BD0 # 0 +0xD79E 0x8BEA # 0 +0xD79F 0x8C09 # 0 +0xD7A0 0x8C1E # 0 +0xD7A1 0x4F4F # 0 +0xD7A2 0x6CE8 # 0 +0xD7A3 0x795D # 0 +0xD7A4 0x9A7B # 0 +0xD7A5 0x6293 # 0 +0xD7A6 0x722A # 0 +0xD7A7 0x62FD # 0 +0xD7A8 0x4E13 # 0 +0xD7A9 0x7816 # 0 +0xD7AA 0x8F6C # 0 +0xD7AB 0x64B0 # 0 +0xD7AC 0x8D5A # 0 +0xD7AD 0x7BC6 # 0 +0xD7AE 0x6869 # 0 +0xD7AF 0x5E84 # 0 +0xD7B0 0x88C5 # 0 +0xD7B1 0x5986 # 0 +0xD7B2 0x649E # 0 +0xD7B3 0x58EE # 0 +0xD7B4 0x72B6 # 0 +0xD7B5 0x690E # 0 +0xD7B6 0x9525 # 0 +0xD7B7 0x8FFD # 0 +0xD7B8 0x8D58 # 0 +0xD7B9 0x5760 # 0 +0xD7BA 0x7F00 # 0 +0xD7BB 0x8C06 # 0 +0xD7BC 0x51C6 # 0 +0xD7BD 0x6349 # 0 +0xD7BE 0x62D9 # 0 +0xD7BF 0x5353 # 0 +0xD7C0 0x684C # 0 +0xD7C1 0x7422 # 0 +0xD7C2 0x8301 # 0 +0xD7C3 0x914C # 0 +0xD7C4 0x5544 # 0 +0xD7C5 0x7740 # 0 +0xD7C6 0x707C # 0 +0xD7C7 0x6D4A # 0 +0xD7C8 0x5179 # 0 +0xD7C9 0x54A8 # 0 +0xD7CA 0x8D44 # 0 +0xD7CB 0x59FF # 0 +0xD7CC 0x6ECB # 0 +0xD7CD 0x6DC4 # 0 +0xD7CE 0x5B5C # 0 +0xD7CF 0x7D2B # 0 +0xD7D0 0x4ED4 # 0 +0xD7D1 0x7C7D # 0 +0xD7D2 0x6ED3 # 0 +0xD7D3 0x5B50 # 0 +0xD7D4 0x81EA # 0 +0xD7D5 0x6E0D # 0 +0xD7D6 0x5B57 # 0 +0xD7D7 0x9B03 # 0 +0xD7D8 0x68D5 # 0 +0xD7D9 0x8E2A # 0 +0xD7DA 0x5B97 # 0 +0xD7DB 0x7EFC # 0 +0xD7DC 0x603B # 0 +0xD7DD 0x7EB5 # 0 +0xD7DE 0x90B9 # 0 +0xD7DF 0x8D70 # 0 +0xD7E0 0x594F # 0 +0xD7E1 0x63CD # 0 +0xD7E2 0x79DF # 0 +0xD7E3 0x8DB3 # 0 +0xD7E4 0x5352 # 0 +0xD7E5 0x65CF # 0 +0xD7E6 0x7956 # 0 +0xD7E7 0x8BC5 # 0 +0xD7E8 0x963B # 0 +0xD7E9 0x7EC4 # 0 +0xD7EA 0x94BB # 0 +0xD7EB 0x7E82 # 0 +0xD7EC 0x5634 # 0 +0xD7ED 0x9189 # 0 +0xD7EE 0x6700 # 0 +0xD7EF 0x7F6A # 0 +0xD7F0 0x5C0A # 0 +0xD7F1 0x9075 # 0 +0xD7F2 0x6628 # 0 +0xD7F3 0x5DE6 # 0 +0xD7F4 0x4F50 # 0 +0xD7F5 0x67DE # 0 +0xD7F6 0x505A # 0 +0xD7F7 0x4F5C # 0 +0xD7F8 0x5750 # 0 +0xD7F9 0x5EA7 # 0 +0xD7FA 0xE810 # 0 +0xD7FB 0xE811 # 0 +0xD7FC 0xE812 # 0 +0xD7FD 0xE813 # 0 +0xD7FE 0xE814 # 0 +0xD840 0x8C38 # 0 +0xD841 0x8C39 # 0 +0xD842 0x8C3A # 0 +0xD843 0x8C3B # 0 +0xD844 0x8C3C # 0 +0xD845 0x8C3D # 0 +0xD846 0x8C3E # 0 +0xD847 0x8C3F # 0 +0xD848 0x8C40 # 0 +0xD849 0x8C42 # 0 +0xD84A 0x8C43 # 0 +0xD84B 0x8C44 # 0 +0xD84C 0x8C45 # 0 +0xD84D 0x8C48 # 0 +0xD84E 0x8C4A # 0 +0xD84F 0x8C4B # 0 +0xD850 0x8C4D # 0 +0xD851 0x8C4E # 0 +0xD852 0x8C4F # 0 +0xD853 0x8C50 # 0 +0xD854 0x8C51 # 0 +0xD855 0x8C52 # 0 +0xD856 0x8C53 # 0 +0xD857 0x8C54 # 0 +0xD858 0x8C56 # 0 +0xD859 0x8C57 # 0 +0xD85A 0x8C58 # 0 +0xD85B 0x8C59 # 0 +0xD85C 0x8C5B # 0 +0xD85D 0x8C5C # 0 +0xD85E 0x8C5D # 0 +0xD85F 0x8C5E # 0 +0xD860 0x8C5F # 0 +0xD861 0x8C60 # 0 +0xD862 0x8C63 # 0 +0xD863 0x8C64 # 0 +0xD864 0x8C65 # 0 +0xD865 0x8C66 # 0 +0xD866 0x8C67 # 0 +0xD867 0x8C68 # 0 +0xD868 0x8C69 # 0 +0xD869 0x8C6C # 0 +0xD86A 0x8C6D # 0 +0xD86B 0x8C6E # 0 +0xD86C 0x8C6F # 0 +0xD86D 0x8C70 # 0 +0xD86E 0x8C71 # 0 +0xD86F 0x8C72 # 0 +0xD870 0x8C74 # 0 +0xD871 0x8C75 # 0 +0xD872 0x8C76 # 0 +0xD873 0x8C77 # 0 +0xD874 0x8C7B # 0 +0xD875 0x8C7C # 0 +0xD876 0x8C7D # 0 +0xD877 0x8C7E # 0 +0xD878 0x8C7F # 0 +0xD879 0x8C80 # 0 +0xD87A 0x8C81 # 0 +0xD87B 0x8C83 # 0 +0xD87C 0x8C84 # 0 +0xD87D 0x8C86 # 0 +0xD87E 0x8C87 # 0 +0xD880 0x8C88 # 0 +0xD881 0x8C8B # 0 +0xD882 0x8C8D # 0 +0xD883 0x8C8E # 0 +0xD884 0x8C8F # 0 +0xD885 0x8C90 # 0 +0xD886 0x8C91 # 0 +0xD887 0x8C92 # 0 +0xD888 0x8C93 # 0 +0xD889 0x8C95 # 0 +0xD88A 0x8C96 # 0 +0xD88B 0x8C97 # 0 +0xD88C 0x8C99 # 0 +0xD88D 0x8C9A # 0 +0xD88E 0x8C9B # 0 +0xD88F 0x8C9C # 0 +0xD890 0x8C9D # 0 +0xD891 0x8C9E # 0 +0xD892 0x8C9F # 0 +0xD893 0x8CA0 # 0 +0xD894 0x8CA1 # 0 +0xD895 0x8CA2 # 0 +0xD896 0x8CA3 # 0 +0xD897 0x8CA4 # 0 +0xD898 0x8CA5 # 0 +0xD899 0x8CA6 # 0 +0xD89A 0x8CA7 # 0 +0xD89B 0x8CA8 # 0 +0xD89C 0x8CA9 # 0 +0xD89D 0x8CAA # 0 +0xD89E 0x8CAB # 0 +0xD89F 0x8CAC # 0 +0xD8A0 0x8CAD # 0 +0xD8A1 0x4E8D # 0 +0xD8A2 0x4E0C # 0 +0xD8A3 0x5140 # 0 +0xD8A4 0x4E10 # 0 +0xD8A5 0x5EFF # 0 +0xD8A6 0x5345 # 0 +0xD8A7 0x4E15 # 0 +0xD8A8 0x4E98 # 0 +0xD8A9 0x4E1E # 0 +0xD8AA 0x9B32 # 0 +0xD8AB 0x5B6C # 0 +0xD8AC 0x5669 # 0 +0xD8AD 0x4E28 # 0 +0xD8AE 0x79BA # 0 +0xD8AF 0x4E3F # 0 +0xD8B0 0x5315 # 0 +0xD8B1 0x4E47 # 0 +0xD8B2 0x592D # 0 +0xD8B3 0x723B # 0 +0xD8B4 0x536E # 0 +0xD8B5 0x6C10 # 0 +0xD8B6 0x56DF # 0 +0xD8B7 0x80E4 # 0 +0xD8B8 0x9997 # 0 +0xD8B9 0x6BD3 # 0 +0xD8BA 0x777E # 0 +0xD8BB 0x9F17 # 0 +0xD8BC 0x4E36 # 0 +0xD8BD 0x4E9F # 0 +0xD8BE 0x9F10 # 0 +0xD8BF 0x4E5C # 0 +0xD8C0 0x4E69 # 0 +0xD8C1 0x4E93 # 0 +0xD8C2 0x8288 # 0 +0xD8C3 0x5B5B # 0 +0xD8C4 0x556C # 0 +0xD8C5 0x560F # 0 +0xD8C6 0x4EC4 # 0 +0xD8C7 0x538D # 0 +0xD8C8 0x539D # 0 +0xD8C9 0x53A3 # 0 +0xD8CA 0x53A5 # 0 +0xD8CB 0x53AE # 0 +0xD8CC 0x9765 # 0 +0xD8CD 0x8D5D # 0 +0xD8CE 0x531A # 0 +0xD8CF 0x53F5 # 0 +0xD8D0 0x5326 # 0 +0xD8D1 0x532E # 0 +0xD8D2 0x533E # 0 +0xD8D3 0x8D5C # 0 +0xD8D4 0x5366 # 0 +0xD8D5 0x5363 # 0 +0xD8D6 0x5202 # 0 +0xD8D7 0x5208 # 0 +0xD8D8 0x520E # 0 +0xD8D9 0x522D # 0 +0xD8DA 0x5233 # 0 +0xD8DB 0x523F # 0 +0xD8DC 0x5240 # 0 +0xD8DD 0x524C # 0 +0xD8DE 0x525E # 0 +0xD8DF 0x5261 # 0 +0xD8E0 0x525C # 0 +0xD8E1 0x84AF # 0 +0xD8E2 0x527D # 0 +0xD8E3 0x5282 # 0 +0xD8E4 0x5281 # 0 +0xD8E5 0x5290 # 0 +0xD8E6 0x5293 # 0 +0xD8E7 0x5182 # 0 +0xD8E8 0x7F54 # 0 +0xD8E9 0x4EBB # 0 +0xD8EA 0x4EC3 # 0 +0xD8EB 0x4EC9 # 0 +0xD8EC 0x4EC2 # 0 +0xD8ED 0x4EE8 # 0 +0xD8EE 0x4EE1 # 0 +0xD8EF 0x4EEB # 0 +0xD8F0 0x4EDE # 0 +0xD8F1 0x4F1B # 0 +0xD8F2 0x4EF3 # 0 +0xD8F3 0x4F22 # 0 +0xD8F4 0x4F64 # 0 +0xD8F5 0x4EF5 # 0 +0xD8F6 0x4F25 # 0 +0xD8F7 0x4F27 # 0 +0xD8F8 0x4F09 # 0 +0xD8F9 0x4F2B # 0 +0xD8FA 0x4F5E # 0 +0xD8FB 0x4F67 # 0 +0xD8FC 0x6538 # 0 +0xD8FD 0x4F5A # 0 +0xD8FE 0x4F5D # 0 +0xD940 0x8CAE # 0 +0xD941 0x8CAF # 0 +0xD942 0x8CB0 # 0 +0xD943 0x8CB1 # 0 +0xD944 0x8CB2 # 0 +0xD945 0x8CB3 # 0 +0xD946 0x8CB4 # 0 +0xD947 0x8CB5 # 0 +0xD948 0x8CB6 # 0 +0xD949 0x8CB7 # 0 +0xD94A 0x8CB8 # 0 +0xD94B 0x8CB9 # 0 +0xD94C 0x8CBA # 0 +0xD94D 0x8CBB # 0 +0xD94E 0x8CBC # 0 +0xD94F 0x8CBD # 0 +0xD950 0x8CBE # 0 +0xD951 0x8CBF # 0 +0xD952 0x8CC0 # 0 +0xD953 0x8CC1 # 0 +0xD954 0x8CC2 # 0 +0xD955 0x8CC3 # 0 +0xD956 0x8CC4 # 0 +0xD957 0x8CC5 # 0 +0xD958 0x8CC6 # 0 +0xD959 0x8CC7 # 0 +0xD95A 0x8CC8 # 0 +0xD95B 0x8CC9 # 0 +0xD95C 0x8CCA # 0 +0xD95D 0x8CCB # 0 +0xD95E 0x8CCC # 0 +0xD95F 0x8CCD # 0 +0xD960 0x8CCE # 0 +0xD961 0x8CCF # 0 +0xD962 0x8CD0 # 0 +0xD963 0x8CD1 # 0 +0xD964 0x8CD2 # 0 +0xD965 0x8CD3 # 0 +0xD966 0x8CD4 # 0 +0xD967 0x8CD5 # 0 +0xD968 0x8CD6 # 0 +0xD969 0x8CD7 # 0 +0xD96A 0x8CD8 # 0 +0xD96B 0x8CD9 # 0 +0xD96C 0x8CDA # 0 +0xD96D 0x8CDB # 0 +0xD96E 0x8CDC # 0 +0xD96F 0x8CDD # 0 +0xD970 0x8CDE # 0 +0xD971 0x8CDF # 0 +0xD972 0x8CE0 # 0 +0xD973 0x8CE1 # 0 +0xD974 0x8CE2 # 0 +0xD975 0x8CE3 # 0 +0xD976 0x8CE4 # 0 +0xD977 0x8CE5 # 0 +0xD978 0x8CE6 # 0 +0xD979 0x8CE7 # 0 +0xD97A 0x8CE8 # 0 +0xD97B 0x8CE9 # 0 +0xD97C 0x8CEA # 0 +0xD97D 0x8CEB # 0 +0xD97E 0x8CEC # 0 +0xD980 0x8CED # 0 +0xD981 0x8CEE # 0 +0xD982 0x8CEF # 0 +0xD983 0x8CF0 # 0 +0xD984 0x8CF1 # 0 +0xD985 0x8CF2 # 0 +0xD986 0x8CF3 # 0 +0xD987 0x8CF4 # 0 +0xD988 0x8CF5 # 0 +0xD989 0x8CF6 # 0 +0xD98A 0x8CF7 # 0 +0xD98B 0x8CF8 # 0 +0xD98C 0x8CF9 # 0 +0xD98D 0x8CFA # 0 +0xD98E 0x8CFB # 0 +0xD98F 0x8CFC # 0 +0xD990 0x8CFD # 0 +0xD991 0x8CFE # 0 +0xD992 0x8CFF # 0 +0xD993 0x8D00 # 0 +0xD994 0x8D01 # 0 +0xD995 0x8D02 # 0 +0xD996 0x8D03 # 0 +0xD997 0x8D04 # 0 +0xD998 0x8D05 # 0 +0xD999 0x8D06 # 0 +0xD99A 0x8D07 # 0 +0xD99B 0x8D08 # 0 +0xD99C 0x8D09 # 0 +0xD99D 0x8D0A # 0 +0xD99E 0x8D0B # 0 +0xD99F 0x8D0C # 0 +0xD9A0 0x8D0D # 0 +0xD9A1 0x4F5F # 0 +0xD9A2 0x4F57 # 0 +0xD9A3 0x4F32 # 0 +0xD9A4 0x4F3D # 0 +0xD9A5 0x4F76 # 0 +0xD9A6 0x4F74 # 0 +0xD9A7 0x4F91 # 0 +0xD9A8 0x4F89 # 0 +0xD9A9 0x4F83 # 0 +0xD9AA 0x4F8F # 0 +0xD9AB 0x4F7E # 0 +0xD9AC 0x4F7B # 0 +0xD9AD 0x4FAA # 0 +0xD9AE 0x4F7C # 0 +0xD9AF 0x4FAC # 0 +0xD9B0 0x4F94 # 0 +0xD9B1 0x4FE6 # 0 +0xD9B2 0x4FE8 # 0 +0xD9B3 0x4FEA # 0 +0xD9B4 0x4FC5 # 0 +0xD9B5 0x4FDA # 0 +0xD9B6 0x4FE3 # 0 +0xD9B7 0x4FDC # 0 +0xD9B8 0x4FD1 # 0 +0xD9B9 0x4FDF # 0 +0xD9BA 0x4FF8 # 0 +0xD9BB 0x5029 # 0 +0xD9BC 0x504C # 0 +0xD9BD 0x4FF3 # 0 +0xD9BE 0x502C # 0 +0xD9BF 0x500F # 0 +0xD9C0 0x502E # 0 +0xD9C1 0x502D # 0 +0xD9C2 0x4FFE # 0 +0xD9C3 0x501C # 0 +0xD9C4 0x500C # 0 +0xD9C5 0x5025 # 0 +0xD9C6 0x5028 # 0 +0xD9C7 0x507E # 0 +0xD9C8 0x5043 # 0 +0xD9C9 0x5055 # 0 +0xD9CA 0x5048 # 0 +0xD9CB 0x504E # 0 +0xD9CC 0x506C # 0 +0xD9CD 0x507B # 0 +0xD9CE 0x50A5 # 0 +0xD9CF 0x50A7 # 0 +0xD9D0 0x50A9 # 0 +0xD9D1 0x50BA # 0 +0xD9D2 0x50D6 # 0 +0xD9D3 0x5106 # 0 +0xD9D4 0x50ED # 0 +0xD9D5 0x50EC # 0 +0xD9D6 0x50E6 # 0 +0xD9D7 0x50EE # 0 +0xD9D8 0x5107 # 0 +0xD9D9 0x510B # 0 +0xD9DA 0x4EDD # 0 +0xD9DB 0x6C3D # 0 +0xD9DC 0x4F58 # 0 +0xD9DD 0x4F65 # 0 +0xD9DE 0x4FCE # 0 +0xD9DF 0x9FA0 # 0 +0xD9E0 0x6C46 # 0 +0xD9E1 0x7C74 # 0 +0xD9E2 0x516E # 0 +0xD9E3 0x5DFD # 0 +0xD9E4 0x9EC9 # 0 +0xD9E5 0x9998 # 0 +0xD9E6 0x5181 # 0 +0xD9E7 0x5914 # 0 +0xD9E8 0x52F9 # 0 +0xD9E9 0x530D # 0 +0xD9EA 0x8A07 # 0 +0xD9EB 0x5310 # 0 +0xD9EC 0x51EB # 0 +0xD9ED 0x5919 # 0 +0xD9EE 0x5155 # 0 +0xD9EF 0x4EA0 # 0 +0xD9F0 0x5156 # 0 +0xD9F1 0x4EB3 # 0 +0xD9F2 0x886E # 0 +0xD9F3 0x88A4 # 0 +0xD9F4 0x4EB5 # 0 +0xD9F5 0x8114 # 0 +0xD9F6 0x88D2 # 0 +0xD9F7 0x7980 # 0 +0xD9F8 0x5B34 # 0 +0xD9F9 0x8803 # 0 +0xD9FA 0x7FB8 # 0 +0xD9FB 0x51AB # 0 +0xD9FC 0x51B1 # 0 +0xD9FD 0x51BD # 0 +0xD9FE 0x51BC # 0 +0xDA40 0x8D0E # 0 +0xDA41 0x8D0F # 0 +0xDA42 0x8D10 # 0 +0xDA43 0x8D11 # 0 +0xDA44 0x8D12 # 0 +0xDA45 0x8D13 # 0 +0xDA46 0x8D14 # 0 +0xDA47 0x8D15 # 0 +0xDA48 0x8D16 # 0 +0xDA49 0x8D17 # 0 +0xDA4A 0x8D18 # 0 +0xDA4B 0x8D19 # 0 +0xDA4C 0x8D1A # 0 +0xDA4D 0x8D1B # 0 +0xDA4E 0x8D1C # 0 +0xDA4F 0x8D20 # 0 +0xDA50 0x8D51 # 0 +0xDA51 0x8D52 # 0 +0xDA52 0x8D57 # 0 +0xDA53 0x8D5F # 0 +0xDA54 0x8D65 # 0 +0xDA55 0x8D68 # 0 +0xDA56 0x8D69 # 0 +0xDA57 0x8D6A # 0 +0xDA58 0x8D6C # 0 +0xDA59 0x8D6E # 0 +0xDA5A 0x8D6F # 0 +0xDA5B 0x8D71 # 0 +0xDA5C 0x8D72 # 0 +0xDA5D 0x8D78 # 0 +0xDA5E 0x8D79 # 0 +0xDA5F 0x8D7A # 0 +0xDA60 0x8D7B # 0 +0xDA61 0x8D7C # 0 +0xDA62 0x8D7D # 0 +0xDA63 0x8D7E # 0 +0xDA64 0x8D7F # 0 +0xDA65 0x8D80 # 0 +0xDA66 0x8D82 # 0 +0xDA67 0x8D83 # 0 +0xDA68 0x8D86 # 0 +0xDA69 0x8D87 # 0 +0xDA6A 0x8D88 # 0 +0xDA6B 0x8D89 # 0 +0xDA6C 0x8D8C # 0 +0xDA6D 0x8D8D # 0 +0xDA6E 0x8D8E # 0 +0xDA6F 0x8D8F # 0 +0xDA70 0x8D90 # 0 +0xDA71 0x8D92 # 0 +0xDA72 0x8D93 # 0 +0xDA73 0x8D95 # 0 +0xDA74 0x8D96 # 0 +0xDA75 0x8D97 # 0 +0xDA76 0x8D98 # 0 +0xDA77 0x8D99 # 0 +0xDA78 0x8D9A # 0 +0xDA79 0x8D9B # 0 +0xDA7A 0x8D9C # 0 +0xDA7B 0x8D9D # 0 +0xDA7C 0x8D9E # 0 +0xDA7D 0x8DA0 # 0 +0xDA7E 0x8DA1 # 0 +0xDA80 0x8DA2 # 0 +0xDA81 0x8DA4 # 0 +0xDA82 0x8DA5 # 0 +0xDA83 0x8DA6 # 0 +0xDA84 0x8DA7 # 0 +0xDA85 0x8DA8 # 0 +0xDA86 0x8DA9 # 0 +0xDA87 0x8DAA # 0 +0xDA88 0x8DAB # 0 +0xDA89 0x8DAC # 0 +0xDA8A 0x8DAD # 0 +0xDA8B 0x8DAE # 0 +0xDA8C 0x8DAF # 0 +0xDA8D 0x8DB0 # 0 +0xDA8E 0x8DB2 # 0 +0xDA8F 0x8DB6 # 0 +0xDA90 0x8DB7 # 0 +0xDA91 0x8DB9 # 0 +0xDA92 0x8DBB # 0 +0xDA93 0x8DBD # 0 +0xDA94 0x8DC0 # 0 +0xDA95 0x8DC1 # 0 +0xDA96 0x8DC2 # 0 +0xDA97 0x8DC5 # 0 +0xDA98 0x8DC7 # 0 +0xDA99 0x8DC8 # 0 +0xDA9A 0x8DC9 # 0 +0xDA9B 0x8DCA # 0 +0xDA9C 0x8DCD # 0 +0xDA9D 0x8DD0 # 0 +0xDA9E 0x8DD2 # 0 +0xDA9F 0x8DD3 # 0 +0xDAA0 0x8DD4 # 0 +0xDAA1 0x51C7 # 0 +0xDAA2 0x5196 # 0 +0xDAA3 0x51A2 # 0 +0xDAA4 0x51A5 # 0 +0xDAA5 0x8BA0 # 0 +0xDAA6 0x8BA6 # 0 +0xDAA7 0x8BA7 # 0 +0xDAA8 0x8BAA # 0 +0xDAA9 0x8BB4 # 0 +0xDAAA 0x8BB5 # 0 +0xDAAB 0x8BB7 # 0 +0xDAAC 0x8BC2 # 0 +0xDAAD 0x8BC3 # 0 +0xDAAE 0x8BCB # 0 +0xDAAF 0x8BCF # 0 +0xDAB0 0x8BCE # 0 +0xDAB1 0x8BD2 # 0 +0xDAB2 0x8BD3 # 0 +0xDAB3 0x8BD4 # 0 +0xDAB4 0x8BD6 # 0 +0xDAB5 0x8BD8 # 0 +0xDAB6 0x8BD9 # 0 +0xDAB7 0x8BDC # 0 +0xDAB8 0x8BDF # 0 +0xDAB9 0x8BE0 # 0 +0xDABA 0x8BE4 # 0 +0xDABB 0x8BE8 # 0 +0xDABC 0x8BE9 # 0 +0xDABD 0x8BEE # 0 +0xDABE 0x8BF0 # 0 +0xDABF 0x8BF3 # 0 +0xDAC0 0x8BF6 # 0 +0xDAC1 0x8BF9 # 0 +0xDAC2 0x8BFC # 0 +0xDAC3 0x8BFF # 0 +0xDAC4 0x8C00 # 0 +0xDAC5 0x8C02 # 0 +0xDAC6 0x8C04 # 0 +0xDAC7 0x8C07 # 0 +0xDAC8 0x8C0C # 0 +0xDAC9 0x8C0F # 0 +0xDACA 0x8C11 # 0 +0xDACB 0x8C12 # 0 +0xDACC 0x8C14 # 0 +0xDACD 0x8C15 # 0 +0xDACE 0x8C16 # 0 +0xDACF 0x8C19 # 0 +0xDAD0 0x8C1B # 0 +0xDAD1 0x8C18 # 0 +0xDAD2 0x8C1D # 0 +0xDAD3 0x8C1F # 0 +0xDAD4 0x8C20 # 0 +0xDAD5 0x8C21 # 0 +0xDAD6 0x8C25 # 0 +0xDAD7 0x8C27 # 0 +0xDAD8 0x8C2A # 0 +0xDAD9 0x8C2B # 0 +0xDADA 0x8C2E # 0 +0xDADB 0x8C2F # 0 +0xDADC 0x8C32 # 0 +0xDADD 0x8C33 # 0 +0xDADE 0x8C35 # 0 +0xDADF 0x8C36 # 0 +0xDAE0 0x5369 # 0 +0xDAE1 0x537A # 0 +0xDAE2 0x961D # 0 +0xDAE3 0x9622 # 0 +0xDAE4 0x9621 # 0 +0xDAE5 0x9631 # 0 +0xDAE6 0x962A # 0 +0xDAE7 0x963D # 0 +0xDAE8 0x963C # 0 +0xDAE9 0x9642 # 0 +0xDAEA 0x9649 # 0 +0xDAEB 0x9654 # 0 +0xDAEC 0x965F # 0 +0xDAED 0x9667 # 0 +0xDAEE 0x966C # 0 +0xDAEF 0x9672 # 0 +0xDAF0 0x9674 # 0 +0xDAF1 0x9688 # 0 +0xDAF2 0x968D # 0 +0xDAF3 0x9697 # 0 +0xDAF4 0x96B0 # 0 +0xDAF5 0x9097 # 0 +0xDAF6 0x909B # 0 +0xDAF7 0x909D # 0 +0xDAF8 0x9099 # 0 +0xDAF9 0x90AC # 0 +0xDAFA 0x90A1 # 0 +0xDAFB 0x90B4 # 0 +0xDAFC 0x90B3 # 0 +0xDAFD 0x90B6 # 0 +0xDAFE 0x90BA # 0 +0xDB40 0x8DD5 # 0 +0xDB41 0x8DD8 # 0 +0xDB42 0x8DD9 # 0 +0xDB43 0x8DDC # 0 +0xDB44 0x8DE0 # 0 +0xDB45 0x8DE1 # 0 +0xDB46 0x8DE2 # 0 +0xDB47 0x8DE5 # 0 +0xDB48 0x8DE6 # 0 +0xDB49 0x8DE7 # 0 +0xDB4A 0x8DE9 # 0 +0xDB4B 0x8DED # 0 +0xDB4C 0x8DEE # 0 +0xDB4D 0x8DF0 # 0 +0xDB4E 0x8DF1 # 0 +0xDB4F 0x8DF2 # 0 +0xDB50 0x8DF4 # 0 +0xDB51 0x8DF6 # 0 +0xDB52 0x8DFC # 0 +0xDB53 0x8DFE # 0 +0xDB54 0x8DFF # 0 +0xDB55 0x8E00 # 0 +0xDB56 0x8E01 # 0 +0xDB57 0x8E02 # 0 +0xDB58 0x8E03 # 0 +0xDB59 0x8E04 # 0 +0xDB5A 0x8E06 # 0 +0xDB5B 0x8E07 # 0 +0xDB5C 0x8E08 # 0 +0xDB5D 0x8E0B # 0 +0xDB5E 0x8E0D # 0 +0xDB5F 0x8E0E # 0 +0xDB60 0x8E10 # 0 +0xDB61 0x8E11 # 0 +0xDB62 0x8E12 # 0 +0xDB63 0x8E13 # 0 +0xDB64 0x8E15 # 0 +0xDB65 0x8E16 # 0 +0xDB66 0x8E17 # 0 +0xDB67 0x8E18 # 0 +0xDB68 0x8E19 # 0 +0xDB69 0x8E1A # 0 +0xDB6A 0x8E1B # 0 +0xDB6B 0x8E1C # 0 +0xDB6C 0x8E20 # 0 +0xDB6D 0x8E21 # 0 +0xDB6E 0x8E24 # 0 +0xDB6F 0x8E25 # 0 +0xDB70 0x8E26 # 0 +0xDB71 0x8E27 # 0 +0xDB72 0x8E28 # 0 +0xDB73 0x8E2B # 0 +0xDB74 0x8E2D # 0 +0xDB75 0x8E30 # 0 +0xDB76 0x8E32 # 0 +0xDB77 0x8E33 # 0 +0xDB78 0x8E34 # 0 +0xDB79 0x8E36 # 0 +0xDB7A 0x8E37 # 0 +0xDB7B 0x8E38 # 0 +0xDB7C 0x8E3B # 0 +0xDB7D 0x8E3C # 0 +0xDB7E 0x8E3E # 0 +0xDB80 0x8E3F # 0 +0xDB81 0x8E43 # 0 +0xDB82 0x8E45 # 0 +0xDB83 0x8E46 # 0 +0xDB84 0x8E4C # 0 +0xDB85 0x8E4D # 0 +0xDB86 0x8E4E # 0 +0xDB87 0x8E4F # 0 +0xDB88 0x8E50 # 0 +0xDB89 0x8E53 # 0 +0xDB8A 0x8E54 # 0 +0xDB8B 0x8E55 # 0 +0xDB8C 0x8E56 # 0 +0xDB8D 0x8E57 # 0 +0xDB8E 0x8E58 # 0 +0xDB8F 0x8E5A # 0 +0xDB90 0x8E5B # 0 +0xDB91 0x8E5C # 0 +0xDB92 0x8E5D # 0 +0xDB93 0x8E5E # 0 +0xDB94 0x8E5F # 0 +0xDB95 0x8E60 # 0 +0xDB96 0x8E61 # 0 +0xDB97 0x8E62 # 0 +0xDB98 0x8E63 # 0 +0xDB99 0x8E64 # 0 +0xDB9A 0x8E65 # 0 +0xDB9B 0x8E67 # 0 +0xDB9C 0x8E68 # 0 +0xDB9D 0x8E6A # 0 +0xDB9E 0x8E6B # 0 +0xDB9F 0x8E6E # 0 +0xDBA0 0x8E71 # 0 +0xDBA1 0x90B8 # 0 +0xDBA2 0x90B0 # 0 +0xDBA3 0x90CF # 0 +0xDBA4 0x90C5 # 0 +0xDBA5 0x90BE # 0 +0xDBA6 0x90D0 # 0 +0xDBA7 0x90C4 # 0 +0xDBA8 0x90C7 # 0 +0xDBA9 0x90D3 # 0 +0xDBAA 0x90E6 # 0 +0xDBAB 0x90E2 # 0 +0xDBAC 0x90DC # 0 +0xDBAD 0x90D7 # 0 +0xDBAE 0x90DB # 0 +0xDBAF 0x90EB # 0 +0xDBB0 0x90EF # 0 +0xDBB1 0x90FE # 0 +0xDBB2 0x9104 # 0 +0xDBB3 0x9122 # 0 +0xDBB4 0x911E # 0 +0xDBB5 0x9123 # 0 +0xDBB6 0x9131 # 0 +0xDBB7 0x912F # 0 +0xDBB8 0x9139 # 0 +0xDBB9 0x9143 # 0 +0xDBBA 0x9146 # 0 +0xDBBB 0x520D # 0 +0xDBBC 0x5942 # 0 +0xDBBD 0x52A2 # 0 +0xDBBE 0x52AC # 0 +0xDBBF 0x52AD # 0 +0xDBC0 0x52BE # 0 +0xDBC1 0x54FF # 0 +0xDBC2 0x52D0 # 0 +0xDBC3 0x52D6 # 0 +0xDBC4 0x52F0 # 0 +0xDBC5 0x53DF # 0 +0xDBC6 0x71EE # 0 +0xDBC7 0x77CD # 0 +0xDBC8 0x5EF4 # 0 +0xDBC9 0x51F5 # 0 +0xDBCA 0x51FC # 0 +0xDBCB 0x9B2F # 0 +0xDBCC 0x53B6 # 0 +0xDBCD 0x5F01 # 0 +0xDBCE 0x755A # 0 +0xDBCF 0x5DEF # 0 +0xDBD0 0x574C # 0 +0xDBD1 0x57A9 # 0 +0xDBD2 0x57A1 # 0 +0xDBD3 0x587E # 0 +0xDBD4 0x58BC # 0 +0xDBD5 0x58C5 # 0 +0xDBD6 0x58D1 # 0 +0xDBD7 0x5729 # 0 +0xDBD8 0x572C # 0 +0xDBD9 0x572A # 0 +0xDBDA 0x5733 # 0 +0xDBDB 0x5739 # 0 +0xDBDC 0x572E # 0 +0xDBDD 0x572F # 0 +0xDBDE 0x575C # 0 +0xDBDF 0x573B # 0 +0xDBE0 0x5742 # 0 +0xDBE1 0x5769 # 0 +0xDBE2 0x5785 # 0 +0xDBE3 0x576B # 0 +0xDBE4 0x5786 # 0 +0xDBE5 0x577C # 0 +0xDBE6 0x577B # 0 +0xDBE7 0x5768 # 0 +0xDBE8 0x576D # 0 +0xDBE9 0x5776 # 0 +0xDBEA 0x5773 # 0 +0xDBEB 0x57AD # 0 +0xDBEC 0x57A4 # 0 +0xDBED 0x578C # 0 +0xDBEE 0x57B2 # 0 +0xDBEF 0x57CF # 0 +0xDBF0 0x57A7 # 0 +0xDBF1 0x57B4 # 0 +0xDBF2 0x5793 # 0 +0xDBF3 0x57A0 # 0 +0xDBF4 0x57D5 # 0 +0xDBF5 0x57D8 # 0 +0xDBF6 0x57DA # 0 +0xDBF7 0x57D9 # 0 +0xDBF8 0x57D2 # 0 +0xDBF9 0x57B8 # 0 +0xDBFA 0x57F4 # 0 +0xDBFB 0x57EF # 0 +0xDBFC 0x57F8 # 0 +0xDBFD 0x57E4 # 0 +0xDBFE 0x57DD # 0 +0xDC40 0x8E73 # 0 +0xDC41 0x8E75 # 0 +0xDC42 0x8E77 # 0 +0xDC43 0x8E78 # 0 +0xDC44 0x8E79 # 0 +0xDC45 0x8E7A # 0 +0xDC46 0x8E7B # 0 +0xDC47 0x8E7D # 0 +0xDC48 0x8E7E # 0 +0xDC49 0x8E80 # 0 +0xDC4A 0x8E82 # 0 +0xDC4B 0x8E83 # 0 +0xDC4C 0x8E84 # 0 +0xDC4D 0x8E86 # 0 +0xDC4E 0x8E88 # 0 +0xDC4F 0x8E89 # 0 +0xDC50 0x8E8A # 0 +0xDC51 0x8E8B # 0 +0xDC52 0x8E8C # 0 +0xDC53 0x8E8D # 0 +0xDC54 0x8E8E # 0 +0xDC55 0x8E91 # 0 +0xDC56 0x8E92 # 0 +0xDC57 0x8E93 # 0 +0xDC58 0x8E95 # 0 +0xDC59 0x8E96 # 0 +0xDC5A 0x8E97 # 0 +0xDC5B 0x8E98 # 0 +0xDC5C 0x8E99 # 0 +0xDC5D 0x8E9A # 0 +0xDC5E 0x8E9B # 0 +0xDC5F 0x8E9D # 0 +0xDC60 0x8E9F # 0 +0xDC61 0x8EA0 # 0 +0xDC62 0x8EA1 # 0 +0xDC63 0x8EA2 # 0 +0xDC64 0x8EA3 # 0 +0xDC65 0x8EA4 # 0 +0xDC66 0x8EA5 # 0 +0xDC67 0x8EA6 # 0 +0xDC68 0x8EA7 # 0 +0xDC69 0x8EA8 # 0 +0xDC6A 0x8EA9 # 0 +0xDC6B 0x8EAA # 0 +0xDC6C 0x8EAD # 0 +0xDC6D 0x8EAE # 0 +0xDC6E 0x8EB0 # 0 +0xDC6F 0x8EB1 # 0 +0xDC70 0x8EB3 # 0 +0xDC71 0x8EB4 # 0 +0xDC72 0x8EB5 # 0 +0xDC73 0x8EB6 # 0 +0xDC74 0x8EB7 # 0 +0xDC75 0x8EB8 # 0 +0xDC76 0x8EB9 # 0 +0xDC77 0x8EBB # 0 +0xDC78 0x8EBC # 0 +0xDC79 0x8EBD # 0 +0xDC7A 0x8EBE # 0 +0xDC7B 0x8EBF # 0 +0xDC7C 0x8EC0 # 0 +0xDC7D 0x8EC1 # 0 +0xDC7E 0x8EC2 # 0 +0xDC80 0x8EC3 # 0 +0xDC81 0x8EC4 # 0 +0xDC82 0x8EC5 # 0 +0xDC83 0x8EC6 # 0 +0xDC84 0x8EC7 # 0 +0xDC85 0x8EC8 # 0 +0xDC86 0x8EC9 # 0 +0xDC87 0x8ECA # 0 +0xDC88 0x8ECB # 0 +0xDC89 0x8ECC # 0 +0xDC8A 0x8ECD # 0 +0xDC8B 0x8ECF # 0 +0xDC8C 0x8ED0 # 0 +0xDC8D 0x8ED1 # 0 +0xDC8E 0x8ED2 # 0 +0xDC8F 0x8ED3 # 0 +0xDC90 0x8ED4 # 0 +0xDC91 0x8ED5 # 0 +0xDC92 0x8ED6 # 0 +0xDC93 0x8ED7 # 0 +0xDC94 0x8ED8 # 0 +0xDC95 0x8ED9 # 0 +0xDC96 0x8EDA # 0 +0xDC97 0x8EDB # 0 +0xDC98 0x8EDC # 0 +0xDC99 0x8EDD # 0 +0xDC9A 0x8EDE # 0 +0xDC9B 0x8EDF # 0 +0xDC9C 0x8EE0 # 0 +0xDC9D 0x8EE1 # 0 +0xDC9E 0x8EE2 # 0 +0xDC9F 0x8EE3 # 0 +0xDCA0 0x8EE4 # 0 +0xDCA1 0x580B # 0 +0xDCA2 0x580D # 0 +0xDCA3 0x57FD # 0 +0xDCA4 0x57ED # 0 +0xDCA5 0x5800 # 0 +0xDCA6 0x581E # 0 +0xDCA7 0x5819 # 0 +0xDCA8 0x5844 # 0 +0xDCA9 0x5820 # 0 +0xDCAA 0x5865 # 0 +0xDCAB 0x586C # 0 +0xDCAC 0x5881 # 0 +0xDCAD 0x5889 # 0 +0xDCAE 0x589A # 0 +0xDCAF 0x5880 # 0 +0xDCB0 0x99A8 # 0 +0xDCB1 0x9F19 # 0 +0xDCB2 0x61FF # 0 +0xDCB3 0x8279 # 0 +0xDCB4 0x827D # 0 +0xDCB5 0x827F # 0 +0xDCB6 0x828F # 0 +0xDCB7 0x828A # 0 +0xDCB8 0x82A8 # 0 +0xDCB9 0x8284 # 0 +0xDCBA 0x828E # 0 +0xDCBB 0x8291 # 0 +0xDCBC 0x8297 # 0 +0xDCBD 0x8299 # 0 +0xDCBE 0x82AB # 0 +0xDCBF 0x82B8 # 0 +0xDCC0 0x82BE # 0 +0xDCC1 0x82B0 # 0 +0xDCC2 0x82C8 # 0 +0xDCC3 0x82CA # 0 +0xDCC4 0x82E3 # 0 +0xDCC5 0x8298 # 0 +0xDCC6 0x82B7 # 0 +0xDCC7 0x82AE # 0 +0xDCC8 0x82CB # 0 +0xDCC9 0x82CC # 0 +0xDCCA 0x82C1 # 0 +0xDCCB 0x82A9 # 0 +0xDCCC 0x82B4 # 0 +0xDCCD 0x82A1 # 0 +0xDCCE 0x82AA # 0 +0xDCCF 0x829F # 0 +0xDCD0 0x82C4 # 0 +0xDCD1 0x82CE # 0 +0xDCD2 0x82A4 # 0 +0xDCD3 0x82E1 # 0 +0xDCD4 0x8309 # 0 +0xDCD5 0x82F7 # 0 +0xDCD6 0x82E4 # 0 +0xDCD7 0x830F # 0 +0xDCD8 0x8307 # 0 +0xDCD9 0x82DC # 0 +0xDCDA 0x82F4 # 0 +0xDCDB 0x82D2 # 0 +0xDCDC 0x82D8 # 0 +0xDCDD 0x830C # 0 +0xDCDE 0x82FB # 0 +0xDCDF 0x82D3 # 0 +0xDCE0 0x8311 # 0 +0xDCE1 0x831A # 0 +0xDCE2 0x8306 # 0 +0xDCE3 0x8314 # 0 +0xDCE4 0x8315 # 0 +0xDCE5 0x82E0 # 0 +0xDCE6 0x82D5 # 0 +0xDCE7 0x831C # 0 +0xDCE8 0x8351 # 0 +0xDCE9 0x835B # 0 +0xDCEA 0x835C # 0 +0xDCEB 0x8308 # 0 +0xDCEC 0x8392 # 0 +0xDCED 0x833C # 0 +0xDCEE 0x8334 # 0 +0xDCEF 0x8331 # 0 +0xDCF0 0x839B # 0 +0xDCF1 0x835E # 0 +0xDCF2 0x832F # 0 +0xDCF3 0x834F # 0 +0xDCF4 0x8347 # 0 +0xDCF5 0x8343 # 0 +0xDCF6 0x835F # 0 +0xDCF7 0x8340 # 0 +0xDCF8 0x8317 # 0 +0xDCF9 0x8360 # 0 +0xDCFA 0x832D # 0 +0xDCFB 0x833A # 0 +0xDCFC 0x8333 # 0 +0xDCFD 0x8366 # 0 +0xDCFE 0x8365 # 0 +0xDD40 0x8EE5 # 0 +0xDD41 0x8EE6 # 0 +0xDD42 0x8EE7 # 0 +0xDD43 0x8EE8 # 0 +0xDD44 0x8EE9 # 0 +0xDD45 0x8EEA # 0 +0xDD46 0x8EEB # 0 +0xDD47 0x8EEC # 0 +0xDD48 0x8EED # 0 +0xDD49 0x8EEE # 0 +0xDD4A 0x8EEF # 0 +0xDD4B 0x8EF0 # 0 +0xDD4C 0x8EF1 # 0 +0xDD4D 0x8EF2 # 0 +0xDD4E 0x8EF3 # 0 +0xDD4F 0x8EF4 # 0 +0xDD50 0x8EF5 # 0 +0xDD51 0x8EF6 # 0 +0xDD52 0x8EF7 # 0 +0xDD53 0x8EF8 # 0 +0xDD54 0x8EF9 # 0 +0xDD55 0x8EFA # 0 +0xDD56 0x8EFB # 0 +0xDD57 0x8EFC # 0 +0xDD58 0x8EFD # 0 +0xDD59 0x8EFE # 0 +0xDD5A 0x8EFF # 0 +0xDD5B 0x8F00 # 0 +0xDD5C 0x8F01 # 0 +0xDD5D 0x8F02 # 0 +0xDD5E 0x8F03 # 0 +0xDD5F 0x8F04 # 0 +0xDD60 0x8F05 # 0 +0xDD61 0x8F06 # 0 +0xDD62 0x8F07 # 0 +0xDD63 0x8F08 # 0 +0xDD64 0x8F09 # 0 +0xDD65 0x8F0A # 0 +0xDD66 0x8F0B # 0 +0xDD67 0x8F0C # 0 +0xDD68 0x8F0D # 0 +0xDD69 0x8F0E # 0 +0xDD6A 0x8F0F # 0 +0xDD6B 0x8F10 # 0 +0xDD6C 0x8F11 # 0 +0xDD6D 0x8F12 # 0 +0xDD6E 0x8F13 # 0 +0xDD6F 0x8F14 # 0 +0xDD70 0x8F15 # 0 +0xDD71 0x8F16 # 0 +0xDD72 0x8F17 # 0 +0xDD73 0x8F18 # 0 +0xDD74 0x8F19 # 0 +0xDD75 0x8F1A # 0 +0xDD76 0x8F1B # 0 +0xDD77 0x8F1C # 0 +0xDD78 0x8F1D # 0 +0xDD79 0x8F1E # 0 +0xDD7A 0x8F1F # 0 +0xDD7B 0x8F20 # 0 +0xDD7C 0x8F21 # 0 +0xDD7D 0x8F22 # 0 +0xDD7E 0x8F23 # 0 +0xDD80 0x8F24 # 0 +0xDD81 0x8F25 # 0 +0xDD82 0x8F26 # 0 +0xDD83 0x8F27 # 0 +0xDD84 0x8F28 # 0 +0xDD85 0x8F29 # 0 +0xDD86 0x8F2A # 0 +0xDD87 0x8F2B # 0 +0xDD88 0x8F2C # 0 +0xDD89 0x8F2D # 0 +0xDD8A 0x8F2E # 0 +0xDD8B 0x8F2F # 0 +0xDD8C 0x8F30 # 0 +0xDD8D 0x8F31 # 0 +0xDD8E 0x8F32 # 0 +0xDD8F 0x8F33 # 0 +0xDD90 0x8F34 # 0 +0xDD91 0x8F35 # 0 +0xDD92 0x8F36 # 0 +0xDD93 0x8F37 # 0 +0xDD94 0x8F38 # 0 +0xDD95 0x8F39 # 0 +0xDD96 0x8F3A # 0 +0xDD97 0x8F3B # 0 +0xDD98 0x8F3C # 0 +0xDD99 0x8F3D # 0 +0xDD9A 0x8F3E # 0 +0xDD9B 0x8F3F # 0 +0xDD9C 0x8F40 # 0 +0xDD9D 0x8F41 # 0 +0xDD9E 0x8F42 # 0 +0xDD9F 0x8F43 # 0 +0xDDA0 0x8F44 # 0 +0xDDA1 0x8368 # 0 +0xDDA2 0x831B # 0 +0xDDA3 0x8369 # 0 +0xDDA4 0x836C # 0 +0xDDA5 0x836A # 0 +0xDDA6 0x836D # 0 +0xDDA7 0x836E # 0 +0xDDA8 0x83B0 # 0 +0xDDA9 0x8378 # 0 +0xDDAA 0x83B3 # 0 +0xDDAB 0x83B4 # 0 +0xDDAC 0x83A0 # 0 +0xDDAD 0x83AA # 0 +0xDDAE 0x8393 # 0 +0xDDAF 0x839C # 0 +0xDDB0 0x8385 # 0 +0xDDB1 0x837C # 0 +0xDDB2 0x83B6 # 0 +0xDDB3 0x83A9 # 0 +0xDDB4 0x837D # 0 +0xDDB5 0x83B8 # 0 +0xDDB6 0x837B # 0 +0xDDB7 0x8398 # 0 +0xDDB8 0x839E # 0 +0xDDB9 0x83A8 # 0 +0xDDBA 0x83BA # 0 +0xDDBB 0x83BC # 0 +0xDDBC 0x83C1 # 0 +0xDDBD 0x8401 # 0 +0xDDBE 0x83E5 # 0 +0xDDBF 0x83D8 # 0 +0xDDC0 0x5807 # 0 +0xDDC1 0x8418 # 0 +0xDDC2 0x840B # 0 +0xDDC3 0x83DD # 0 +0xDDC4 0x83FD # 0 +0xDDC5 0x83D6 # 0 +0xDDC6 0x841C # 0 +0xDDC7 0x8438 # 0 +0xDDC8 0x8411 # 0 +0xDDC9 0x8406 # 0 +0xDDCA 0x83D4 # 0 +0xDDCB 0x83DF # 0 +0xDDCC 0x840F # 0 +0xDDCD 0x8403 # 0 +0xDDCE 0x83F8 # 0 +0xDDCF 0x83F9 # 0 +0xDDD0 0x83EA # 0 +0xDDD1 0x83C5 # 0 +0xDDD2 0x83C0 # 0 +0xDDD3 0x8426 # 0 +0xDDD4 0x83F0 # 0 +0xDDD5 0x83E1 # 0 +0xDDD6 0x845C # 0 +0xDDD7 0x8451 # 0 +0xDDD8 0x845A # 0 +0xDDD9 0x8459 # 0 +0xDDDA 0x8473 # 0 +0xDDDB 0x8487 # 0 +0xDDDC 0x8488 # 0 +0xDDDD 0x847A # 0 +0xDDDE 0x8489 # 0 +0xDDDF 0x8478 # 0 +0xDDE0 0x843C # 0 +0xDDE1 0x8446 # 0 +0xDDE2 0x8469 # 0 +0xDDE3 0x8476 # 0 +0xDDE4 0x848C # 0 +0xDDE5 0x848E # 0 +0xDDE6 0x8431 # 0 +0xDDE7 0x846D # 0 +0xDDE8 0x84C1 # 0 +0xDDE9 0x84CD # 0 +0xDDEA 0x84D0 # 0 +0xDDEB 0x84E6 # 0 +0xDDEC 0x84BD # 0 +0xDDED 0x84D3 # 0 +0xDDEE 0x84CA # 0 +0xDDEF 0x84BF # 0 +0xDDF0 0x84BA # 0 +0xDDF1 0x84E0 # 0 +0xDDF2 0x84A1 # 0 +0xDDF3 0x84B9 # 0 +0xDDF4 0x84B4 # 0 +0xDDF5 0x8497 # 0 +0xDDF6 0x84E5 # 0 +0xDDF7 0x84E3 # 0 +0xDDF8 0x850C # 0 +0xDDF9 0x750D # 0 +0xDDFA 0x8538 # 0 +0xDDFB 0x84F0 # 0 +0xDDFC 0x8539 # 0 +0xDDFD 0x851F # 0 +0xDDFE 0x853A # 0 +0xDE40 0x8F45 # 0 +0xDE41 0x8F46 # 0 +0xDE42 0x8F47 # 0 +0xDE43 0x8F48 # 0 +0xDE44 0x8F49 # 0 +0xDE45 0x8F4A # 0 +0xDE46 0x8F4B # 0 +0xDE47 0x8F4C # 0 +0xDE48 0x8F4D # 0 +0xDE49 0x8F4E # 0 +0xDE4A 0x8F4F # 0 +0xDE4B 0x8F50 # 0 +0xDE4C 0x8F51 # 0 +0xDE4D 0x8F52 # 0 +0xDE4E 0x8F53 # 0 +0xDE4F 0x8F54 # 0 +0xDE50 0x8F55 # 0 +0xDE51 0x8F56 # 0 +0xDE52 0x8F57 # 0 +0xDE53 0x8F58 # 0 +0xDE54 0x8F59 # 0 +0xDE55 0x8F5A # 0 +0xDE56 0x8F5B # 0 +0xDE57 0x8F5C # 0 +0xDE58 0x8F5D # 0 +0xDE59 0x8F5E # 0 +0xDE5A 0x8F5F # 0 +0xDE5B 0x8F60 # 0 +0xDE5C 0x8F61 # 0 +0xDE5D 0x8F62 # 0 +0xDE5E 0x8F63 # 0 +0xDE5F 0x8F64 # 0 +0xDE60 0x8F65 # 0 +0xDE61 0x8F6A # 0 +0xDE62 0x8F80 # 0 +0xDE63 0x8F8C # 0 +0xDE64 0x8F92 # 0 +0xDE65 0x8F9D # 0 +0xDE66 0x8FA0 # 0 +0xDE67 0x8FA1 # 0 +0xDE68 0x8FA2 # 0 +0xDE69 0x8FA4 # 0 +0xDE6A 0x8FA5 # 0 +0xDE6B 0x8FA6 # 0 +0xDE6C 0x8FA7 # 0 +0xDE6D 0x8FAA # 0 +0xDE6E 0x8FAC # 0 +0xDE6F 0x8FAD # 0 +0xDE70 0x8FAE # 0 +0xDE71 0x8FAF # 0 +0xDE72 0x8FB2 # 0 +0xDE73 0x8FB3 # 0 +0xDE74 0x8FB4 # 0 +0xDE75 0x8FB5 # 0 +0xDE76 0x8FB7 # 0 +0xDE77 0x8FB8 # 0 +0xDE78 0x8FBA # 0 +0xDE79 0x8FBB # 0 +0xDE7A 0x8FBC # 0 +0xDE7B 0x8FBF # 0 +0xDE7C 0x8FC0 # 0 +0xDE7D 0x8FC3 # 0 +0xDE7E 0x8FC6 # 0 +0xDE80 0x8FC9 # 0 +0xDE81 0x8FCA # 0 +0xDE82 0x8FCB # 0 +0xDE83 0x8FCC # 0 +0xDE84 0x8FCD # 0 +0xDE85 0x8FCF # 0 +0xDE86 0x8FD2 # 0 +0xDE87 0x8FD6 # 0 +0xDE88 0x8FD7 # 0 +0xDE89 0x8FDA # 0 +0xDE8A 0x8FE0 # 0 +0xDE8B 0x8FE1 # 0 +0xDE8C 0x8FE3 # 0 +0xDE8D 0x8FE7 # 0 +0xDE8E 0x8FEC # 0 +0xDE8F 0x8FEF # 0 +0xDE90 0x8FF1 # 0 +0xDE91 0x8FF2 # 0 +0xDE92 0x8FF4 # 0 +0xDE93 0x8FF5 # 0 +0xDE94 0x8FF6 # 0 +0xDE95 0x8FFA # 0 +0xDE96 0x8FFB # 0 +0xDE97 0x8FFC # 0 +0xDE98 0x8FFE # 0 +0xDE99 0x8FFF # 0 +0xDE9A 0x9007 # 0 +0xDE9B 0x9008 # 0 +0xDE9C 0x900C # 0 +0xDE9D 0x900E # 0 +0xDE9E 0x9013 # 0 +0xDE9F 0x9015 # 0 +0xDEA0 0x9018 # 0 +0xDEA1 0x8556 # 0 +0xDEA2 0x853B # 0 +0xDEA3 0x84FF # 0 +0xDEA4 0x84FC # 0 +0xDEA5 0x8559 # 0 +0xDEA6 0x8548 # 0 +0xDEA7 0x8568 # 0 +0xDEA8 0x8564 # 0 +0xDEA9 0x855E # 0 +0xDEAA 0x857A # 0 +0xDEAB 0x77A2 # 0 +0xDEAC 0x8543 # 0 +0xDEAD 0x8572 # 0 +0xDEAE 0x857B # 0 +0xDEAF 0x85A4 # 0 +0xDEB0 0x85A8 # 0 +0xDEB1 0x8587 # 0 +0xDEB2 0x858F # 0 +0xDEB3 0x8579 # 0 +0xDEB4 0x85AE # 0 +0xDEB5 0x859C # 0 +0xDEB6 0x8585 # 0 +0xDEB7 0x85B9 # 0 +0xDEB8 0x85B7 # 0 +0xDEB9 0x85B0 # 0 +0xDEBA 0x85D3 # 0 +0xDEBB 0x85C1 # 0 +0xDEBC 0x85DC # 0 +0xDEBD 0x85FF # 0 +0xDEBE 0x8627 # 0 +0xDEBF 0x8605 # 0 +0xDEC0 0x8629 # 0 +0xDEC1 0x8616 # 0 +0xDEC2 0x863C # 0 +0xDEC3 0x5EFE # 0 +0xDEC4 0x5F08 # 0 +0xDEC5 0x593C # 0 +0xDEC6 0x5941 # 0 +0xDEC7 0x8037 # 0 +0xDEC8 0x5955 # 0 +0xDEC9 0x595A # 0 +0xDECA 0x5958 # 0 +0xDECB 0x530F # 0 +0xDECC 0x5C22 # 0 +0xDECD 0x5C25 # 0 +0xDECE 0x5C2C # 0 +0xDECF 0x5C34 # 0 +0xDED0 0x624C # 0 +0xDED1 0x626A # 0 +0xDED2 0x629F # 0 +0xDED3 0x62BB # 0 +0xDED4 0x62CA # 0 +0xDED5 0x62DA # 0 +0xDED6 0x62D7 # 0 +0xDED7 0x62EE # 0 +0xDED8 0x6322 # 0 +0xDED9 0x62F6 # 0 +0xDEDA 0x6339 # 0 +0xDEDB 0x634B # 0 +0xDEDC 0x6343 # 0 +0xDEDD 0x63AD # 0 +0xDEDE 0x63F6 # 0 +0xDEDF 0x6371 # 0 +0xDEE0 0x637A # 0 +0xDEE1 0x638E # 0 +0xDEE2 0x63B4 # 0 +0xDEE3 0x636D # 0 +0xDEE4 0x63AC # 0 +0xDEE5 0x638A # 0 +0xDEE6 0x6369 # 0 +0xDEE7 0x63AE # 0 +0xDEE8 0x63BC # 0 +0xDEE9 0x63F2 # 0 +0xDEEA 0x63F8 # 0 +0xDEEB 0x63E0 # 0 +0xDEEC 0x63FF # 0 +0xDEED 0x63C4 # 0 +0xDEEE 0x63DE # 0 +0xDEEF 0x63CE # 0 +0xDEF0 0x6452 # 0 +0xDEF1 0x63C6 # 0 +0xDEF2 0x63BE # 0 +0xDEF3 0x6445 # 0 +0xDEF4 0x6441 # 0 +0xDEF5 0x640B # 0 +0xDEF6 0x641B # 0 +0xDEF7 0x6420 # 0 +0xDEF8 0x640C # 0 +0xDEF9 0x6426 # 0 +0xDEFA 0x6421 # 0 +0xDEFB 0x645E # 0 +0xDEFC 0x6484 # 0 +0xDEFD 0x646D # 0 +0xDEFE 0x6496 # 0 +0xDF40 0x9019 # 0 +0xDF41 0x901C # 0 +0xDF42 0x9023 # 0 +0xDF43 0x9024 # 0 +0xDF44 0x9025 # 0 +0xDF45 0x9027 # 0 +0xDF46 0x9028 # 0 +0xDF47 0x9029 # 0 +0xDF48 0x902A # 0 +0xDF49 0x902B # 0 +0xDF4A 0x902C # 0 +0xDF4B 0x9030 # 0 +0xDF4C 0x9031 # 0 +0xDF4D 0x9032 # 0 +0xDF4E 0x9033 # 0 +0xDF4F 0x9034 # 0 +0xDF50 0x9037 # 0 +0xDF51 0x9039 # 0 +0xDF52 0x903A # 0 +0xDF53 0x903D # 0 +0xDF54 0x903F # 0 +0xDF55 0x9040 # 0 +0xDF56 0x9043 # 0 +0xDF57 0x9045 # 0 +0xDF58 0x9046 # 0 +0xDF59 0x9048 # 0 +0xDF5A 0x9049 # 0 +0xDF5B 0x904A # 0 +0xDF5C 0x904B # 0 +0xDF5D 0x904C # 0 +0xDF5E 0x904E # 0 +0xDF5F 0x9054 # 0 +0xDF60 0x9055 # 0 +0xDF61 0x9056 # 0 +0xDF62 0x9059 # 0 +0xDF63 0x905A # 0 +0xDF64 0x905C # 0 +0xDF65 0x905D # 0 +0xDF66 0x905E # 0 +0xDF67 0x905F # 0 +0xDF68 0x9060 # 0 +0xDF69 0x9061 # 0 +0xDF6A 0x9064 # 0 +0xDF6B 0x9066 # 0 +0xDF6C 0x9067 # 0 +0xDF6D 0x9069 # 0 +0xDF6E 0x906A # 0 +0xDF6F 0x906B # 0 +0xDF70 0x906C # 0 +0xDF71 0x906F # 0 +0xDF72 0x9070 # 0 +0xDF73 0x9071 # 0 +0xDF74 0x9072 # 0 +0xDF75 0x9073 # 0 +0xDF76 0x9076 # 0 +0xDF77 0x9077 # 0 +0xDF78 0x9078 # 0 +0xDF79 0x9079 # 0 +0xDF7A 0x907A # 0 +0xDF7B 0x907B # 0 +0xDF7C 0x907C # 0 +0xDF7D 0x907E # 0 +0xDF7E 0x9081 # 0 +0xDF80 0x9084 # 0 +0xDF81 0x9085 # 0 +0xDF82 0x9086 # 0 +0xDF83 0x9087 # 0 +0xDF84 0x9089 # 0 +0xDF85 0x908A # 0 +0xDF86 0x908C # 0 +0xDF87 0x908D # 0 +0xDF88 0x908E # 0 +0xDF89 0x908F # 0 +0xDF8A 0x9090 # 0 +0xDF8B 0x9092 # 0 +0xDF8C 0x9094 # 0 +0xDF8D 0x9096 # 0 +0xDF8E 0x9098 # 0 +0xDF8F 0x909A # 0 +0xDF90 0x909C # 0 +0xDF91 0x909E # 0 +0xDF92 0x909F # 0 +0xDF93 0x90A0 # 0 +0xDF94 0x90A4 # 0 +0xDF95 0x90A5 # 0 +0xDF96 0x90A7 # 0 +0xDF97 0x90A8 # 0 +0xDF98 0x90A9 # 0 +0xDF99 0x90AB # 0 +0xDF9A 0x90AD # 0 +0xDF9B 0x90B2 # 0 +0xDF9C 0x90B7 # 0 +0xDF9D 0x90BC # 0 +0xDF9E 0x90BD # 0 +0xDF9F 0x90BF # 0 +0xDFA0 0x90C0 # 0 +0xDFA1 0x647A # 0 +0xDFA2 0x64B7 # 0 +0xDFA3 0x64B8 # 0 +0xDFA4 0x6499 # 0 +0xDFA5 0x64BA # 0 +0xDFA6 0x64C0 # 0 +0xDFA7 0x64D0 # 0 +0xDFA8 0x64D7 # 0 +0xDFA9 0x64E4 # 0 +0xDFAA 0x64E2 # 0 +0xDFAB 0x6509 # 0 +0xDFAC 0x6525 # 0 +0xDFAD 0x652E # 0 +0xDFAE 0x5F0B # 0 +0xDFAF 0x5FD2 # 0 +0xDFB0 0x7519 # 0 +0xDFB1 0x5F11 # 0 +0xDFB2 0x535F # 0 +0xDFB3 0x53F1 # 0 +0xDFB4 0x53FD # 0 +0xDFB5 0x53E9 # 0 +0xDFB6 0x53E8 # 0 +0xDFB7 0x53FB # 0 +0xDFB8 0x5412 # 0 +0xDFB9 0x5416 # 0 +0xDFBA 0x5406 # 0 +0xDFBB 0x544B # 0 +0xDFBC 0x5452 # 0 +0xDFBD 0x5453 # 0 +0xDFBE 0x5454 # 0 +0xDFBF 0x5456 # 0 +0xDFC0 0x5443 # 0 +0xDFC1 0x5421 # 0 +0xDFC2 0x5457 # 0 +0xDFC3 0x5459 # 0 +0xDFC4 0x5423 # 0 +0xDFC5 0x5432 # 0 +0xDFC6 0x5482 # 0 +0xDFC7 0x5494 # 0 +0xDFC8 0x5477 # 0 +0xDFC9 0x5471 # 0 +0xDFCA 0x5464 # 0 +0xDFCB 0x549A # 0 +0xDFCC 0x549B # 0 +0xDFCD 0x5484 # 0 +0xDFCE 0x5476 # 0 +0xDFCF 0x5466 # 0 +0xDFD0 0x549D # 0 +0xDFD1 0x54D0 # 0 +0xDFD2 0x54AD # 0 +0xDFD3 0x54C2 # 0 +0xDFD4 0x54B4 # 0 +0xDFD5 0x54D2 # 0 +0xDFD6 0x54A7 # 0 +0xDFD7 0x54A6 # 0 +0xDFD8 0x54D3 # 0 +0xDFD9 0x54D4 # 0 +0xDFDA 0x5472 # 0 +0xDFDB 0x54A3 # 0 +0xDFDC 0x54D5 # 0 +0xDFDD 0x54BB # 0 +0xDFDE 0x54BF # 0 +0xDFDF 0x54CC # 0 +0xDFE0 0x54D9 # 0 +0xDFE1 0x54DA # 0 +0xDFE2 0x54DC # 0 +0xDFE3 0x54A9 # 0 +0xDFE4 0x54AA # 0 +0xDFE5 0x54A4 # 0 +0xDFE6 0x54DD # 0 +0xDFE7 0x54CF # 0 +0xDFE8 0x54DE # 0 +0xDFE9 0x551B # 0 +0xDFEA 0x54E7 # 0 +0xDFEB 0x5520 # 0 +0xDFEC 0x54FD # 0 +0xDFED 0x5514 # 0 +0xDFEE 0x54F3 # 0 +0xDFEF 0x5522 # 0 +0xDFF0 0x5523 # 0 +0xDFF1 0x550F # 0 +0xDFF2 0x5511 # 0 +0xDFF3 0x5527 # 0 +0xDFF4 0x552A # 0 +0xDFF5 0x5567 # 0 +0xDFF6 0x558F # 0 +0xDFF7 0x55B5 # 0 +0xDFF8 0x5549 # 0 +0xDFF9 0x556D # 0 +0xDFFA 0x5541 # 0 +0xDFFB 0x5555 # 0 +0xDFFC 0x553F # 0 +0xDFFD 0x5550 # 0 +0xDFFE 0x553C # 0 +0xE040 0x90C2 # 0 +0xE041 0x90C3 # 0 +0xE042 0x90C6 # 0 +0xE043 0x90C8 # 0 +0xE044 0x90C9 # 0 +0xE045 0x90CB # 0 +0xE046 0x90CC # 0 +0xE047 0x90CD # 0 +0xE048 0x90D2 # 0 +0xE049 0x90D4 # 0 +0xE04A 0x90D5 # 0 +0xE04B 0x90D6 # 0 +0xE04C 0x90D8 # 0 +0xE04D 0x90D9 # 0 +0xE04E 0x90DA # 0 +0xE04F 0x90DE # 0 +0xE050 0x90DF # 0 +0xE051 0x90E0 # 0 +0xE052 0x90E3 # 0 +0xE053 0x90E4 # 0 +0xE054 0x90E5 # 0 +0xE055 0x90E9 # 0 +0xE056 0x90EA # 0 +0xE057 0x90EC # 0 +0xE058 0x90EE # 0 +0xE059 0x90F0 # 0 +0xE05A 0x90F1 # 0 +0xE05B 0x90F2 # 0 +0xE05C 0x90F3 # 0 +0xE05D 0x90F5 # 0 +0xE05E 0x90F6 # 0 +0xE05F 0x90F7 # 0 +0xE060 0x90F9 # 0 +0xE061 0x90FA # 0 +0xE062 0x90FB # 0 +0xE063 0x90FC # 0 +0xE064 0x90FF # 0 +0xE065 0x9100 # 0 +0xE066 0x9101 # 0 +0xE067 0x9103 # 0 +0xE068 0x9105 # 0 +0xE069 0x9106 # 0 +0xE06A 0x9107 # 0 +0xE06B 0x9108 # 0 +0xE06C 0x9109 # 0 +0xE06D 0x910A # 0 +0xE06E 0x910B # 0 +0xE06F 0x910C # 0 +0xE070 0x910D # 0 +0xE071 0x910E # 0 +0xE072 0x910F # 0 +0xE073 0x9110 # 0 +0xE074 0x9111 # 0 +0xE075 0x9112 # 0 +0xE076 0x9113 # 0 +0xE077 0x9114 # 0 +0xE078 0x9115 # 0 +0xE079 0x9116 # 0 +0xE07A 0x9117 # 0 +0xE07B 0x9118 # 0 +0xE07C 0x911A # 0 +0xE07D 0x911B # 0 +0xE07E 0x911C # 0 +0xE080 0x911D # 0 +0xE081 0x911F # 0 +0xE082 0x9120 # 0 +0xE083 0x9121 # 0 +0xE084 0x9124 # 0 +0xE085 0x9125 # 0 +0xE086 0x9126 # 0 +0xE087 0x9127 # 0 +0xE088 0x9128 # 0 +0xE089 0x9129 # 0 +0xE08A 0x912A # 0 +0xE08B 0x912B # 0 +0xE08C 0x912C # 0 +0xE08D 0x912D # 0 +0xE08E 0x912E # 0 +0xE08F 0x9130 # 0 +0xE090 0x9132 # 0 +0xE091 0x9133 # 0 +0xE092 0x9134 # 0 +0xE093 0x9135 # 0 +0xE094 0x9136 # 0 +0xE095 0x9137 # 0 +0xE096 0x9138 # 0 +0xE097 0x913A # 0 +0xE098 0x913B # 0 +0xE099 0x913C # 0 +0xE09A 0x913D # 0 +0xE09B 0x913E # 0 +0xE09C 0x913F # 0 +0xE09D 0x9140 # 0 +0xE09E 0x9141 # 0 +0xE09F 0x9142 # 0 +0xE0A0 0x9144 # 0 +0xE0A1 0x5537 # 0 +0xE0A2 0x5556 # 0 +0xE0A3 0x5575 # 0 +0xE0A4 0x5576 # 0 +0xE0A5 0x5577 # 0 +0xE0A6 0x5533 # 0 +0xE0A7 0x5530 # 0 +0xE0A8 0x555C # 0 +0xE0A9 0x558B # 0 +0xE0AA 0x55D2 # 0 +0xE0AB 0x5583 # 0 +0xE0AC 0x55B1 # 0 +0xE0AD 0x55B9 # 0 +0xE0AE 0x5588 # 0 +0xE0AF 0x5581 # 0 +0xE0B0 0x559F # 0 +0xE0B1 0x557E # 0 +0xE0B2 0x55D6 # 0 +0xE0B3 0x5591 # 0 +0xE0B4 0x557B # 0 +0xE0B5 0x55DF # 0 +0xE0B6 0x55BD # 0 +0xE0B7 0x55BE # 0 +0xE0B8 0x5594 # 0 +0xE0B9 0x5599 # 0 +0xE0BA 0x55EA # 0 +0xE0BB 0x55F7 # 0 +0xE0BC 0x55C9 # 0 +0xE0BD 0x561F # 0 +0xE0BE 0x55D1 # 0 +0xE0BF 0x55EB # 0 +0xE0C0 0x55EC # 0 +0xE0C1 0x55D4 # 0 +0xE0C2 0x55E6 # 0 +0xE0C3 0x55DD # 0 +0xE0C4 0x55C4 # 0 +0xE0C5 0x55EF # 0 +0xE0C6 0x55E5 # 0 +0xE0C7 0x55F2 # 0 +0xE0C8 0x55F3 # 0 +0xE0C9 0x55CC # 0 +0xE0CA 0x55CD # 0 +0xE0CB 0x55E8 # 0 +0xE0CC 0x55F5 # 0 +0xE0CD 0x55E4 # 0 +0xE0CE 0x8F94 # 0 +0xE0CF 0x561E # 0 +0xE0D0 0x5608 # 0 +0xE0D1 0x560C # 0 +0xE0D2 0x5601 # 0 +0xE0D3 0x5624 # 0 +0xE0D4 0x5623 # 0 +0xE0D5 0x55FE # 0 +0xE0D6 0x5600 # 0 +0xE0D7 0x5627 # 0 +0xE0D8 0x562D # 0 +0xE0D9 0x5658 # 0 +0xE0DA 0x5639 # 0 +0xE0DB 0x5657 # 0 +0xE0DC 0x562C # 0 +0xE0DD 0x564D # 0 +0xE0DE 0x5662 # 0 +0xE0DF 0x5659 # 0 +0xE0E0 0x565C # 0 +0xE0E1 0x564C # 0 +0xE0E2 0x5654 # 0 +0xE0E3 0x5686 # 0 +0xE0E4 0x5664 # 0 +0xE0E5 0x5671 # 0 +0xE0E6 0x566B # 0 +0xE0E7 0x567B # 0 +0xE0E8 0x567C # 0 +0xE0E9 0x5685 # 0 +0xE0EA 0x5693 # 0 +0xE0EB 0x56AF # 0 +0xE0EC 0x56D4 # 0 +0xE0ED 0x56D7 # 0 +0xE0EE 0x56DD # 0 +0xE0EF 0x56E1 # 0 +0xE0F0 0x56F5 # 0 +0xE0F1 0x56EB # 0 +0xE0F2 0x56F9 # 0 +0xE0F3 0x56FF # 0 +0xE0F4 0x5704 # 0 +0xE0F5 0x570A # 0 +0xE0F6 0x5709 # 0 +0xE0F7 0x571C # 0 +0xE0F8 0x5E0F # 0 +0xE0F9 0x5E19 # 0 +0xE0FA 0x5E14 # 0 +0xE0FB 0x5E11 # 0 +0xE0FC 0x5E31 # 0 +0xE0FD 0x5E3B # 0 +0xE0FE 0x5E3C # 0 +0xE140 0x9145 # 0 +0xE141 0x9147 # 0 +0xE142 0x9148 # 0 +0xE143 0x9151 # 0 +0xE144 0x9153 # 0 +0xE145 0x9154 # 0 +0xE146 0x9155 # 0 +0xE147 0x9156 # 0 +0xE148 0x9158 # 0 +0xE149 0x9159 # 0 +0xE14A 0x915B # 0 +0xE14B 0x915C # 0 +0xE14C 0x915F # 0 +0xE14D 0x9160 # 0 +0xE14E 0x9166 # 0 +0xE14F 0x9167 # 0 +0xE150 0x9168 # 0 +0xE151 0x916B # 0 +0xE152 0x916D # 0 +0xE153 0x9173 # 0 +0xE154 0x917A # 0 +0xE155 0x917B # 0 +0xE156 0x917C # 0 +0xE157 0x9180 # 0 +0xE158 0x9181 # 0 +0xE159 0x9182 # 0 +0xE15A 0x9183 # 0 +0xE15B 0x9184 # 0 +0xE15C 0x9186 # 0 +0xE15D 0x9188 # 0 +0xE15E 0x918A # 0 +0xE15F 0x918E # 0 +0xE160 0x918F # 0 +0xE161 0x9193 # 0 +0xE162 0x9194 # 0 +0xE163 0x9195 # 0 +0xE164 0x9196 # 0 +0xE165 0x9197 # 0 +0xE166 0x9198 # 0 +0xE167 0x9199 # 0 +0xE168 0x919C # 0 +0xE169 0x919D # 0 +0xE16A 0x919E # 0 +0xE16B 0x919F # 0 +0xE16C 0x91A0 # 0 +0xE16D 0x91A1 # 0 +0xE16E 0x91A4 # 0 +0xE16F 0x91A5 # 0 +0xE170 0x91A6 # 0 +0xE171 0x91A7 # 0 +0xE172 0x91A8 # 0 +0xE173 0x91A9 # 0 +0xE174 0x91AB # 0 +0xE175 0x91AC # 0 +0xE176 0x91B0 # 0 +0xE177 0x91B1 # 0 +0xE178 0x91B2 # 0 +0xE179 0x91B3 # 0 +0xE17A 0x91B6 # 0 +0xE17B 0x91B7 # 0 +0xE17C 0x91B8 # 0 +0xE17D 0x91B9 # 0 +0xE17E 0x91BB # 0 +0xE180 0x91BC # 0 +0xE181 0x91BD # 0 +0xE182 0x91BE # 0 +0xE183 0x91BF # 0 +0xE184 0x91C0 # 0 +0xE185 0x91C1 # 0 +0xE186 0x91C2 # 0 +0xE187 0x91C3 # 0 +0xE188 0x91C4 # 0 +0xE189 0x91C5 # 0 +0xE18A 0x91C6 # 0 +0xE18B 0x91C8 # 0 +0xE18C 0x91CB # 0 +0xE18D 0x91D0 # 0 +0xE18E 0x91D2 # 0 +0xE18F 0x91D3 # 0 +0xE190 0x91D4 # 0 +0xE191 0x91D5 # 0 +0xE192 0x91D6 # 0 +0xE193 0x91D7 # 0 +0xE194 0x91D8 # 0 +0xE195 0x91D9 # 0 +0xE196 0x91DA # 0 +0xE197 0x91DB # 0 +0xE198 0x91DD # 0 +0xE199 0x91DE # 0 +0xE19A 0x91DF # 0 +0xE19B 0x91E0 # 0 +0xE19C 0x91E1 # 0 +0xE19D 0x91E2 # 0 +0xE19E 0x91E3 # 0 +0xE19F 0x91E4 # 0 +0xE1A0 0x91E5 # 0 +0xE1A1 0x5E37 # 0 +0xE1A2 0x5E44 # 0 +0xE1A3 0x5E54 # 0 +0xE1A4 0x5E5B # 0 +0xE1A5 0x5E5E # 0 +0xE1A6 0x5E61 # 0 +0xE1A7 0x5C8C # 0 +0xE1A8 0x5C7A # 0 +0xE1A9 0x5C8D # 0 +0xE1AA 0x5C90 # 0 +0xE1AB 0x5C96 # 0 +0xE1AC 0x5C88 # 0 +0xE1AD 0x5C98 # 0 +0xE1AE 0x5C99 # 0 +0xE1AF 0x5C91 # 0 +0xE1B0 0x5C9A # 0 +0xE1B1 0x5C9C # 0 +0xE1B2 0x5CB5 # 0 +0xE1B3 0x5CA2 # 0 +0xE1B4 0x5CBD # 0 +0xE1B5 0x5CAC # 0 +0xE1B6 0x5CAB # 0 +0xE1B7 0x5CB1 # 0 +0xE1B8 0x5CA3 # 0 +0xE1B9 0x5CC1 # 0 +0xE1BA 0x5CB7 # 0 +0xE1BB 0x5CC4 # 0 +0xE1BC 0x5CD2 # 0 +0xE1BD 0x5CE4 # 0 +0xE1BE 0x5CCB # 0 +0xE1BF 0x5CE5 # 0 +0xE1C0 0x5D02 # 0 +0xE1C1 0x5D03 # 0 +0xE1C2 0x5D27 # 0 +0xE1C3 0x5D26 # 0 +0xE1C4 0x5D2E # 0 +0xE1C5 0x5D24 # 0 +0xE1C6 0x5D1E # 0 +0xE1C7 0x5D06 # 0 +0xE1C8 0x5D1B # 0 +0xE1C9 0x5D58 # 0 +0xE1CA 0x5D3E # 0 +0xE1CB 0x5D34 # 0 +0xE1CC 0x5D3D # 0 +0xE1CD 0x5D6C # 0 +0xE1CE 0x5D5B # 0 +0xE1CF 0x5D6F # 0 +0xE1D0 0x5D5D # 0 +0xE1D1 0x5D6B # 0 +0xE1D2 0x5D4B # 0 +0xE1D3 0x5D4A # 0 +0xE1D4 0x5D69 # 0 +0xE1D5 0x5D74 # 0 +0xE1D6 0x5D82 # 0 +0xE1D7 0x5D99 # 0 +0xE1D8 0x5D9D # 0 +0xE1D9 0x8C73 # 0 +0xE1DA 0x5DB7 # 0 +0xE1DB 0x5DC5 # 0 +0xE1DC 0x5F73 # 0 +0xE1DD 0x5F77 # 0 +0xE1DE 0x5F82 # 0 +0xE1DF 0x5F87 # 0 +0xE1E0 0x5F89 # 0 +0xE1E1 0x5F8C # 0 +0xE1E2 0x5F95 # 0 +0xE1E3 0x5F99 # 0 +0xE1E4 0x5F9C # 0 +0xE1E5 0x5FA8 # 0 +0xE1E6 0x5FAD # 0 +0xE1E7 0x5FB5 # 0 +0xE1E8 0x5FBC # 0 +0xE1E9 0x8862 # 0 +0xE1EA 0x5F61 # 0 +0xE1EB 0x72AD # 0 +0xE1EC 0x72B0 # 0 +0xE1ED 0x72B4 # 0 +0xE1EE 0x72B7 # 0 +0xE1EF 0x72B8 # 0 +0xE1F0 0x72C3 # 0 +0xE1F1 0x72C1 # 0 +0xE1F2 0x72CE # 0 +0xE1F3 0x72CD # 0 +0xE1F4 0x72D2 # 0 +0xE1F5 0x72E8 # 0 +0xE1F6 0x72EF # 0 +0xE1F7 0x72E9 # 0 +0xE1F8 0x72F2 # 0 +0xE1F9 0x72F4 # 0 +0xE1FA 0x72F7 # 0 +0xE1FB 0x7301 # 0 +0xE1FC 0x72F3 # 0 +0xE1FD 0x7303 # 0 +0xE1FE 0x72FA # 0 +0xE240 0x91E6 # 0 +0xE241 0x91E7 # 0 +0xE242 0x91E8 # 0 +0xE243 0x91E9 # 0 +0xE244 0x91EA # 0 +0xE245 0x91EB # 0 +0xE246 0x91EC # 0 +0xE247 0x91ED # 0 +0xE248 0x91EE # 0 +0xE249 0x91EF # 0 +0xE24A 0x91F0 # 0 +0xE24B 0x91F1 # 0 +0xE24C 0x91F2 # 0 +0xE24D 0x91F3 # 0 +0xE24E 0x91F4 # 0 +0xE24F 0x91F5 # 0 +0xE250 0x91F6 # 0 +0xE251 0x91F7 # 0 +0xE252 0x91F8 # 0 +0xE253 0x91F9 # 0 +0xE254 0x91FA # 0 +0xE255 0x91FB # 0 +0xE256 0x91FC # 0 +0xE257 0x91FD # 0 +0xE258 0x91FE # 0 +0xE259 0x91FF # 0 +0xE25A 0x9200 # 0 +0xE25B 0x9201 # 0 +0xE25C 0x9202 # 0 +0xE25D 0x9203 # 0 +0xE25E 0x9204 # 0 +0xE25F 0x9205 # 0 +0xE260 0x9206 # 0 +0xE261 0x9207 # 0 +0xE262 0x9208 # 0 +0xE263 0x9209 # 0 +0xE264 0x920A # 0 +0xE265 0x920B # 0 +0xE266 0x920C # 0 +0xE267 0x920D # 0 +0xE268 0x920E # 0 +0xE269 0x920F # 0 +0xE26A 0x9210 # 0 +0xE26B 0x9211 # 0 +0xE26C 0x9212 # 0 +0xE26D 0x9213 # 0 +0xE26E 0x9214 # 0 +0xE26F 0x9215 # 0 +0xE270 0x9216 # 0 +0xE271 0x9217 # 0 +0xE272 0x9218 # 0 +0xE273 0x9219 # 0 +0xE274 0x921A # 0 +0xE275 0x921B # 0 +0xE276 0x921C # 0 +0xE277 0x921D # 0 +0xE278 0x921E # 0 +0xE279 0x921F # 0 +0xE27A 0x9220 # 0 +0xE27B 0x9221 # 0 +0xE27C 0x9222 # 0 +0xE27D 0x9223 # 0 +0xE27E 0x9224 # 0 +0xE280 0x9225 # 0 +0xE281 0x9226 # 0 +0xE282 0x9227 # 0 +0xE283 0x9228 # 0 +0xE284 0x9229 # 0 +0xE285 0x922A # 0 +0xE286 0x922B # 0 +0xE287 0x922C # 0 +0xE288 0x922D # 0 +0xE289 0x922E # 0 +0xE28A 0x922F # 0 +0xE28B 0x9230 # 0 +0xE28C 0x9231 # 0 +0xE28D 0x9232 # 0 +0xE28E 0x9233 # 0 +0xE28F 0x9234 # 0 +0xE290 0x9235 # 0 +0xE291 0x9236 # 0 +0xE292 0x9237 # 0 +0xE293 0x9238 # 0 +0xE294 0x9239 # 0 +0xE295 0x923A # 0 +0xE296 0x923B # 0 +0xE297 0x923C # 0 +0xE298 0x923D # 0 +0xE299 0x923E # 0 +0xE29A 0x923F # 0 +0xE29B 0x9240 # 0 +0xE29C 0x9241 # 0 +0xE29D 0x9242 # 0 +0xE29E 0x9243 # 0 +0xE29F 0x9244 # 0 +0xE2A0 0x9245 # 0 +0xE2A1 0x72FB # 0 +0xE2A2 0x7317 # 0 +0xE2A3 0x7313 # 0 +0xE2A4 0x7321 # 0 +0xE2A5 0x730A # 0 +0xE2A6 0x731E # 0 +0xE2A7 0x731D # 0 +0xE2A8 0x7315 # 0 +0xE2A9 0x7322 # 0 +0xE2AA 0x7339 # 0 +0xE2AB 0x7325 # 0 +0xE2AC 0x732C # 0 +0xE2AD 0x7338 # 0 +0xE2AE 0x7331 # 0 +0xE2AF 0x7350 # 0 +0xE2B0 0x734D # 0 +0xE2B1 0x7357 # 0 +0xE2B2 0x7360 # 0 +0xE2B3 0x736C # 0 +0xE2B4 0x736F # 0 +0xE2B5 0x737E # 0 +0xE2B6 0x821B # 0 +0xE2B7 0x5925 # 0 +0xE2B8 0x98E7 # 0 +0xE2B9 0x5924 # 0 +0xE2BA 0x5902 # 0 +0xE2BB 0x9963 # 0 +0xE2BC 0x9967 # 0 +0xE2BD 0x9968 # 0 +0xE2BE 0x9969 # 0 +0xE2BF 0x996A # 0 +0xE2C0 0x996B # 0 +0xE2C1 0x996C # 0 +0xE2C2 0x9974 # 0 +0xE2C3 0x9977 # 0 +0xE2C4 0x997D # 0 +0xE2C5 0x9980 # 0 +0xE2C6 0x9984 # 0 +0xE2C7 0x9987 # 0 +0xE2C8 0x998A # 0 +0xE2C9 0x998D # 0 +0xE2CA 0x9990 # 0 +0xE2CB 0x9991 # 0 +0xE2CC 0x9993 # 0 +0xE2CD 0x9994 # 0 +0xE2CE 0x9995 # 0 +0xE2CF 0x5E80 # 0 +0xE2D0 0x5E91 # 0 +0xE2D1 0x5E8B # 0 +0xE2D2 0x5E96 # 0 +0xE2D3 0x5EA5 # 0 +0xE2D4 0x5EA0 # 0 +0xE2D5 0x5EB9 # 0 +0xE2D6 0x5EB5 # 0 +0xE2D7 0x5EBE # 0 +0xE2D8 0x5EB3 # 0 +0xE2D9 0x8D53 # 0 +0xE2DA 0x5ED2 # 0 +0xE2DB 0x5ED1 # 0 +0xE2DC 0x5EDB # 0 +0xE2DD 0x5EE8 # 0 +0xE2DE 0x5EEA # 0 +0xE2DF 0x81BA # 0 +0xE2E0 0x5FC4 # 0 +0xE2E1 0x5FC9 # 0 +0xE2E2 0x5FD6 # 0 +0xE2E3 0x5FCF # 0 +0xE2E4 0x6003 # 0 +0xE2E5 0x5FEE # 0 +0xE2E6 0x6004 # 0 +0xE2E7 0x5FE1 # 0 +0xE2E8 0x5FE4 # 0 +0xE2E9 0x5FFE # 0 +0xE2EA 0x6005 # 0 +0xE2EB 0x6006 # 0 +0xE2EC 0x5FEA # 0 +0xE2ED 0x5FED # 0 +0xE2EE 0x5FF8 # 0 +0xE2EF 0x6019 # 0 +0xE2F0 0x6035 # 0 +0xE2F1 0x6026 # 0 +0xE2F2 0x601B # 0 +0xE2F3 0x600F # 0 +0xE2F4 0x600D # 0 +0xE2F5 0x6029 # 0 +0xE2F6 0x602B # 0 +0xE2F7 0x600A # 0 +0xE2F8 0x603F # 0 +0xE2F9 0x6021 # 0 +0xE2FA 0x6078 # 0 +0xE2FB 0x6079 # 0 +0xE2FC 0x607B # 0 +0xE2FD 0x607A # 0 +0xE2FE 0x6042 # 0 +0xE340 0x9246 # 0 +0xE341 0x9247 # 0 +0xE342 0x9248 # 0 +0xE343 0x9249 # 0 +0xE344 0x924A # 0 +0xE345 0x924B # 0 +0xE346 0x924C # 0 +0xE347 0x924D # 0 +0xE348 0x924E # 0 +0xE349 0x924F # 0 +0xE34A 0x9250 # 0 +0xE34B 0x9251 # 0 +0xE34C 0x9252 # 0 +0xE34D 0x9253 # 0 +0xE34E 0x9254 # 0 +0xE34F 0x9255 # 0 +0xE350 0x9256 # 0 +0xE351 0x9257 # 0 +0xE352 0x9258 # 0 +0xE353 0x9259 # 0 +0xE354 0x925A # 0 +0xE355 0x925B # 0 +0xE356 0x925C # 0 +0xE357 0x925D # 0 +0xE358 0x925E # 0 +0xE359 0x925F # 0 +0xE35A 0x9260 # 0 +0xE35B 0x9261 # 0 +0xE35C 0x9262 # 0 +0xE35D 0x9263 # 0 +0xE35E 0x9264 # 0 +0xE35F 0x9265 # 0 +0xE360 0x9266 # 0 +0xE361 0x9267 # 0 +0xE362 0x9268 # 0 +0xE363 0x9269 # 0 +0xE364 0x926A # 0 +0xE365 0x926B # 0 +0xE366 0x926C # 0 +0xE367 0x926D # 0 +0xE368 0x926E # 0 +0xE369 0x926F # 0 +0xE36A 0x9270 # 0 +0xE36B 0x9271 # 0 +0xE36C 0x9272 # 0 +0xE36D 0x9273 # 0 +0xE36E 0x9275 # 0 +0xE36F 0x9276 # 0 +0xE370 0x9277 # 0 +0xE371 0x9278 # 0 +0xE372 0x9279 # 0 +0xE373 0x927A # 0 +0xE374 0x927B # 0 +0xE375 0x927C # 0 +0xE376 0x927D # 0 +0xE377 0x927E # 0 +0xE378 0x927F # 0 +0xE379 0x9280 # 0 +0xE37A 0x9281 # 0 +0xE37B 0x9282 # 0 +0xE37C 0x9283 # 0 +0xE37D 0x9284 # 0 +0xE37E 0x9285 # 0 +0xE380 0x9286 # 0 +0xE381 0x9287 # 0 +0xE382 0x9288 # 0 +0xE383 0x9289 # 0 +0xE384 0x928A # 0 +0xE385 0x928B # 0 +0xE386 0x928C # 0 +0xE387 0x928D # 0 +0xE388 0x928F # 0 +0xE389 0x9290 # 0 +0xE38A 0x9291 # 0 +0xE38B 0x9292 # 0 +0xE38C 0x9293 # 0 +0xE38D 0x9294 # 0 +0xE38E 0x9295 # 0 +0xE38F 0x9296 # 0 +0xE390 0x9297 # 0 +0xE391 0x9298 # 0 +0xE392 0x9299 # 0 +0xE393 0x929A # 0 +0xE394 0x929B # 0 +0xE395 0x929C # 0 +0xE396 0x929D # 0 +0xE397 0x929E # 0 +0xE398 0x929F # 0 +0xE399 0x92A0 # 0 +0xE39A 0x92A1 # 0 +0xE39B 0x92A2 # 0 +0xE39C 0x92A3 # 0 +0xE39D 0x92A4 # 0 +0xE39E 0x92A5 # 0 +0xE39F 0x92A6 # 0 +0xE3A0 0x92A7 # 0 +0xE3A1 0x606A # 0 +0xE3A2 0x607D # 0 +0xE3A3 0x6096 # 0 +0xE3A4 0x609A # 0 +0xE3A5 0x60AD # 0 +0xE3A6 0x609D # 0 +0xE3A7 0x6083 # 0 +0xE3A8 0x6092 # 0 +0xE3A9 0x608C # 0 +0xE3AA 0x609B # 0 +0xE3AB 0x60EC # 0 +0xE3AC 0x60BB # 0 +0xE3AD 0x60B1 # 0 +0xE3AE 0x60DD # 0 +0xE3AF 0x60D8 # 0 +0xE3B0 0x60C6 # 0 +0xE3B1 0x60DA # 0 +0xE3B2 0x60B4 # 0 +0xE3B3 0x6120 # 0 +0xE3B4 0x6126 # 0 +0xE3B5 0x6115 # 0 +0xE3B6 0x6123 # 0 +0xE3B7 0x60F4 # 0 +0xE3B8 0x6100 # 0 +0xE3B9 0x610E # 0 +0xE3BA 0x612B # 0 +0xE3BB 0x614A # 0 +0xE3BC 0x6175 # 0 +0xE3BD 0x61AC # 0 +0xE3BE 0x6194 # 0 +0xE3BF 0x61A7 # 0 +0xE3C0 0x61B7 # 0 +0xE3C1 0x61D4 # 0 +0xE3C2 0x61F5 # 0 +0xE3C3 0x5FDD # 0 +0xE3C4 0x96B3 # 0 +0xE3C5 0x95E9 # 0 +0xE3C6 0x95EB # 0 +0xE3C7 0x95F1 # 0 +0xE3C8 0x95F3 # 0 +0xE3C9 0x95F5 # 0 +0xE3CA 0x95F6 # 0 +0xE3CB 0x95FC # 0 +0xE3CC 0x95FE # 0 +0xE3CD 0x9603 # 0 +0xE3CE 0x9604 # 0 +0xE3CF 0x9606 # 0 +0xE3D0 0x9608 # 0 +0xE3D1 0x960A # 0 +0xE3D2 0x960B # 0 +0xE3D3 0x960C # 0 +0xE3D4 0x960D # 0 +0xE3D5 0x960F # 0 +0xE3D6 0x9612 # 0 +0xE3D7 0x9615 # 0 +0xE3D8 0x9616 # 0 +0xE3D9 0x9617 # 0 +0xE3DA 0x9619 # 0 +0xE3DB 0x961A # 0 +0xE3DC 0x4E2C # 0 +0xE3DD 0x723F # 0 +0xE3DE 0x6215 # 0 +0xE3DF 0x6C35 # 0 +0xE3E0 0x6C54 # 0 +0xE3E1 0x6C5C # 0 +0xE3E2 0x6C4A # 0 +0xE3E3 0x6CA3 # 0 +0xE3E4 0x6C85 # 0 +0xE3E5 0x6C90 # 0 +0xE3E6 0x6C94 # 0 +0xE3E7 0x6C8C # 0 +0xE3E8 0x6C68 # 0 +0xE3E9 0x6C69 # 0 +0xE3EA 0x6C74 # 0 +0xE3EB 0x6C76 # 0 +0xE3EC 0x6C86 # 0 +0xE3ED 0x6CA9 # 0 +0xE3EE 0x6CD0 # 0 +0xE3EF 0x6CD4 # 0 +0xE3F0 0x6CAD # 0 +0xE3F1 0x6CF7 # 0 +0xE3F2 0x6CF8 # 0 +0xE3F3 0x6CF1 # 0 +0xE3F4 0x6CD7 # 0 +0xE3F5 0x6CB2 # 0 +0xE3F6 0x6CE0 # 0 +0xE3F7 0x6CD6 # 0 +0xE3F8 0x6CFA # 0 +0xE3F9 0x6CEB # 0 +0xE3FA 0x6CEE # 0 +0xE3FB 0x6CB1 # 0 +0xE3FC 0x6CD3 # 0 +0xE3FD 0x6CEF # 0 +0xE3FE 0x6CFE # 0 +0xE440 0x92A8 # 0 +0xE441 0x92A9 # 0 +0xE442 0x92AA # 0 +0xE443 0x92AB # 0 +0xE444 0x92AC # 0 +0xE445 0x92AD # 0 +0xE446 0x92AF # 0 +0xE447 0x92B0 # 0 +0xE448 0x92B1 # 0 +0xE449 0x92B2 # 0 +0xE44A 0x92B3 # 0 +0xE44B 0x92B4 # 0 +0xE44C 0x92B5 # 0 +0xE44D 0x92B6 # 0 +0xE44E 0x92B7 # 0 +0xE44F 0x92B8 # 0 +0xE450 0x92B9 # 0 +0xE451 0x92BA # 0 +0xE452 0x92BB # 0 +0xE453 0x92BC # 0 +0xE454 0x92BD # 0 +0xE455 0x92BE # 0 +0xE456 0x92BF # 0 +0xE457 0x92C0 # 0 +0xE458 0x92C1 # 0 +0xE459 0x92C2 # 0 +0xE45A 0x92C3 # 0 +0xE45B 0x92C4 # 0 +0xE45C 0x92C5 # 0 +0xE45D 0x92C6 # 0 +0xE45E 0x92C7 # 0 +0xE45F 0x92C9 # 0 +0xE460 0x92CA # 0 +0xE461 0x92CB # 0 +0xE462 0x92CC # 0 +0xE463 0x92CD # 0 +0xE464 0x92CE # 0 +0xE465 0x92CF # 0 +0xE466 0x92D0 # 0 +0xE467 0x92D1 # 0 +0xE468 0x92D2 # 0 +0xE469 0x92D3 # 0 +0xE46A 0x92D4 # 0 +0xE46B 0x92D5 # 0 +0xE46C 0x92D6 # 0 +0xE46D 0x92D7 # 0 +0xE46E 0x92D8 # 0 +0xE46F 0x92D9 # 0 +0xE470 0x92DA # 0 +0xE471 0x92DB # 0 +0xE472 0x92DC # 0 +0xE473 0x92DD # 0 +0xE474 0x92DE # 0 +0xE475 0x92DF # 0 +0xE476 0x92E0 # 0 +0xE477 0x92E1 # 0 +0xE478 0x92E2 # 0 +0xE479 0x92E3 # 0 +0xE47A 0x92E4 # 0 +0xE47B 0x92E5 # 0 +0xE47C 0x92E6 # 0 +0xE47D 0x92E7 # 0 +0xE47E 0x92E8 # 0 +0xE480 0x92E9 # 0 +0xE481 0x92EA # 0 +0xE482 0x92EB # 0 +0xE483 0x92EC # 0 +0xE484 0x92ED # 0 +0xE485 0x92EE # 0 +0xE486 0x92EF # 0 +0xE487 0x92F0 # 0 +0xE488 0x92F1 # 0 +0xE489 0x92F2 # 0 +0xE48A 0x92F3 # 0 +0xE48B 0x92F4 # 0 +0xE48C 0x92F5 # 0 +0xE48D 0x92F6 # 0 +0xE48E 0x92F7 # 0 +0xE48F 0x92F8 # 0 +0xE490 0x92F9 # 0 +0xE491 0x92FA # 0 +0xE492 0x92FB # 0 +0xE493 0x92FC # 0 +0xE494 0x92FD # 0 +0xE495 0x92FE # 0 +0xE496 0x92FF # 0 +0xE497 0x9300 # 0 +0xE498 0x9301 # 0 +0xE499 0x9302 # 0 +0xE49A 0x9303 # 0 +0xE49B 0x9304 # 0 +0xE49C 0x9305 # 0 +0xE49D 0x9306 # 0 +0xE49E 0x9307 # 0 +0xE49F 0x9308 # 0 +0xE4A0 0x9309 # 0 +0xE4A1 0x6D39 # 0 +0xE4A2 0x6D27 # 0 +0xE4A3 0x6D0C # 0 +0xE4A4 0x6D43 # 0 +0xE4A5 0x6D48 # 0 +0xE4A6 0x6D07 # 0 +0xE4A7 0x6D04 # 0 +0xE4A8 0x6D19 # 0 +0xE4A9 0x6D0E # 0 +0xE4AA 0x6D2B # 0 +0xE4AB 0x6D4D # 0 +0xE4AC 0x6D2E # 0 +0xE4AD 0x6D35 # 0 +0xE4AE 0x6D1A # 0 +0xE4AF 0x6D4F # 0 +0xE4B0 0x6D52 # 0 +0xE4B1 0x6D54 # 0 +0xE4B2 0x6D33 # 0 +0xE4B3 0x6D91 # 0 +0xE4B4 0x6D6F # 0 +0xE4B5 0x6D9E # 0 +0xE4B6 0x6DA0 # 0 +0xE4B7 0x6D5E # 0 +0xE4B8 0x6D93 # 0 +0xE4B9 0x6D94 # 0 +0xE4BA 0x6D5C # 0 +0xE4BB 0x6D60 # 0 +0xE4BC 0x6D7C # 0 +0xE4BD 0x6D63 # 0 +0xE4BE 0x6E1A # 0 +0xE4BF 0x6DC7 # 0 +0xE4C0 0x6DC5 # 0 +0xE4C1 0x6DDE # 0 +0xE4C2 0x6E0E # 0 +0xE4C3 0x6DBF # 0 +0xE4C4 0x6DE0 # 0 +0xE4C5 0x6E11 # 0 +0xE4C6 0x6DE6 # 0 +0xE4C7 0x6DDD # 0 +0xE4C8 0x6DD9 # 0 +0xE4C9 0x6E16 # 0 +0xE4CA 0x6DAB # 0 +0xE4CB 0x6E0C # 0 +0xE4CC 0x6DAE # 0 +0xE4CD 0x6E2B # 0 +0xE4CE 0x6E6E # 0 +0xE4CF 0x6E4E # 0 +0xE4D0 0x6E6B # 0 +0xE4D1 0x6EB2 # 0 +0xE4D2 0x6E5F # 0 +0xE4D3 0x6E86 # 0 +0xE4D4 0x6E53 # 0 +0xE4D5 0x6E54 # 0 +0xE4D6 0x6E32 # 0 +0xE4D7 0x6E25 # 0 +0xE4D8 0x6E44 # 0 +0xE4D9 0x6EDF # 0 +0xE4DA 0x6EB1 # 0 +0xE4DB 0x6E98 # 0 +0xE4DC 0x6EE0 # 0 +0xE4DD 0x6F2D # 0 +0xE4DE 0x6EE2 # 0 +0xE4DF 0x6EA5 # 0 +0xE4E0 0x6EA7 # 0 +0xE4E1 0x6EBD # 0 +0xE4E2 0x6EBB # 0 +0xE4E3 0x6EB7 # 0 +0xE4E4 0x6ED7 # 0 +0xE4E5 0x6EB4 # 0 +0xE4E6 0x6ECF # 0 +0xE4E7 0x6E8F # 0 +0xE4E8 0x6EC2 # 0 +0xE4E9 0x6E9F # 0 +0xE4EA 0x6F62 # 0 +0xE4EB 0x6F46 # 0 +0xE4EC 0x6F47 # 0 +0xE4ED 0x6F24 # 0 +0xE4EE 0x6F15 # 0 +0xE4EF 0x6EF9 # 0 +0xE4F0 0x6F2F # 0 +0xE4F1 0x6F36 # 0 +0xE4F2 0x6F4B # 0 +0xE4F3 0x6F74 # 0 +0xE4F4 0x6F2A # 0 +0xE4F5 0x6F09 # 0 +0xE4F6 0x6F29 # 0 +0xE4F7 0x6F89 # 0 +0xE4F8 0x6F8D # 0 +0xE4F9 0x6F8C # 0 +0xE4FA 0x6F78 # 0 +0xE4FB 0x6F72 # 0 +0xE4FC 0x6F7C # 0 +0xE4FD 0x6F7A # 0 +0xE4FE 0x6FD1 # 0 +0xE540 0x930A # 0 +0xE541 0x930B # 0 +0xE542 0x930C # 0 +0xE543 0x930D # 0 +0xE544 0x930E # 0 +0xE545 0x930F # 0 +0xE546 0x9310 # 0 +0xE547 0x9311 # 0 +0xE548 0x9312 # 0 +0xE549 0x9313 # 0 +0xE54A 0x9314 # 0 +0xE54B 0x9315 # 0 +0xE54C 0x9316 # 0 +0xE54D 0x9317 # 0 +0xE54E 0x9318 # 0 +0xE54F 0x9319 # 0 +0xE550 0x931A # 0 +0xE551 0x931B # 0 +0xE552 0x931C # 0 +0xE553 0x931D # 0 +0xE554 0x931E # 0 +0xE555 0x931F # 0 +0xE556 0x9320 # 0 +0xE557 0x9321 # 0 +0xE558 0x9322 # 0 +0xE559 0x9323 # 0 +0xE55A 0x9324 # 0 +0xE55B 0x9325 # 0 +0xE55C 0x9326 # 0 +0xE55D 0x9327 # 0 +0xE55E 0x9328 # 0 +0xE55F 0x9329 # 0 +0xE560 0x932A # 0 +0xE561 0x932B # 0 +0xE562 0x932C # 0 +0xE563 0x932D # 0 +0xE564 0x932E # 0 +0xE565 0x932F # 0 +0xE566 0x9330 # 0 +0xE567 0x9331 # 0 +0xE568 0x9332 # 0 +0xE569 0x9333 # 0 +0xE56A 0x9334 # 0 +0xE56B 0x9335 # 0 +0xE56C 0x9336 # 0 +0xE56D 0x9337 # 0 +0xE56E 0x9338 # 0 +0xE56F 0x9339 # 0 +0xE570 0x933A # 0 +0xE571 0x933B # 0 +0xE572 0x933C # 0 +0xE573 0x933D # 0 +0xE574 0x933F # 0 +0xE575 0x9340 # 0 +0xE576 0x9341 # 0 +0xE577 0x9342 # 0 +0xE578 0x9343 # 0 +0xE579 0x9344 # 0 +0xE57A 0x9345 # 0 +0xE57B 0x9346 # 0 +0xE57C 0x9347 # 0 +0xE57D 0x9348 # 0 +0xE57E 0x9349 # 0 +0xE580 0x934A # 0 +0xE581 0x934B # 0 +0xE582 0x934C # 0 +0xE583 0x934D # 0 +0xE584 0x934E # 0 +0xE585 0x934F # 0 +0xE586 0x9350 # 0 +0xE587 0x9351 # 0 +0xE588 0x9352 # 0 +0xE589 0x9353 # 0 +0xE58A 0x9354 # 0 +0xE58B 0x9355 # 0 +0xE58C 0x9356 # 0 +0xE58D 0x9357 # 0 +0xE58E 0x9358 # 0 +0xE58F 0x9359 # 0 +0xE590 0x935A # 0 +0xE591 0x935B # 0 +0xE592 0x935C # 0 +0xE593 0x935D # 0 +0xE594 0x935E # 0 +0xE595 0x935F # 0 +0xE596 0x9360 # 0 +0xE597 0x9361 # 0 +0xE598 0x9362 # 0 +0xE599 0x9363 # 0 +0xE59A 0x9364 # 0 +0xE59B 0x9365 # 0 +0xE59C 0x9366 # 0 +0xE59D 0x9367 # 0 +0xE59E 0x9368 # 0 +0xE59F 0x9369 # 0 +0xE5A0 0x936B # 0 +0xE5A1 0x6FC9 # 0 +0xE5A2 0x6FA7 # 0 +0xE5A3 0x6FB9 # 0 +0xE5A4 0x6FB6 # 0 +0xE5A5 0x6FC2 # 0 +0xE5A6 0x6FE1 # 0 +0xE5A7 0x6FEE # 0 +0xE5A8 0x6FDE # 0 +0xE5A9 0x6FE0 # 0 +0xE5AA 0x6FEF # 0 +0xE5AB 0x701A # 0 +0xE5AC 0x7023 # 0 +0xE5AD 0x701B # 0 +0xE5AE 0x7039 # 0 +0xE5AF 0x7035 # 0 +0xE5B0 0x704F # 0 +0xE5B1 0x705E # 0 +0xE5B2 0x5B80 # 0 +0xE5B3 0x5B84 # 0 +0xE5B4 0x5B95 # 0 +0xE5B5 0x5B93 # 0 +0xE5B6 0x5BA5 # 0 +0xE5B7 0x5BB8 # 0 +0xE5B8 0x752F # 0 +0xE5B9 0x9A9E # 0 +0xE5BA 0x6434 # 0 +0xE5BB 0x5BE4 # 0 +0xE5BC 0x5BEE # 0 +0xE5BD 0x8930 # 0 +0xE5BE 0x5BF0 # 0 +0xE5BF 0x8E47 # 0 +0xE5C0 0x8B07 # 0 +0xE5C1 0x8FB6 # 0 +0xE5C2 0x8FD3 # 0 +0xE5C3 0x8FD5 # 0 +0xE5C4 0x8FE5 # 0 +0xE5C5 0x8FEE # 0 +0xE5C6 0x8FE4 # 0 +0xE5C7 0x8FE9 # 0 +0xE5C8 0x8FE6 # 0 +0xE5C9 0x8FF3 # 0 +0xE5CA 0x8FE8 # 0 +0xE5CB 0x9005 # 0 +0xE5CC 0x9004 # 0 +0xE5CD 0x900B # 0 +0xE5CE 0x9026 # 0 +0xE5CF 0x9011 # 0 +0xE5D0 0x900D # 0 +0xE5D1 0x9016 # 0 +0xE5D2 0x9021 # 0 +0xE5D3 0x9035 # 0 +0xE5D4 0x9036 # 0 +0xE5D5 0x902D # 0 +0xE5D6 0x902F # 0 +0xE5D7 0x9044 # 0 +0xE5D8 0x9051 # 0 +0xE5D9 0x9052 # 0 +0xE5DA 0x9050 # 0 +0xE5DB 0x9068 # 0 +0xE5DC 0x9058 # 0 +0xE5DD 0x9062 # 0 +0xE5DE 0x905B # 0 +0xE5DF 0x66B9 # 0 +0xE5E0 0x9074 # 0 +0xE5E1 0x907D # 0 +0xE5E2 0x9082 # 0 +0xE5E3 0x9088 # 0 +0xE5E4 0x9083 # 0 +0xE5E5 0x908B # 0 +0xE5E6 0x5F50 # 0 +0xE5E7 0x5F57 # 0 +0xE5E8 0x5F56 # 0 +0xE5E9 0x5F58 # 0 +0xE5EA 0x5C3B # 0 +0xE5EB 0x54AB # 0 +0xE5EC 0x5C50 # 0 +0xE5ED 0x5C59 # 0 +0xE5EE 0x5B71 # 0 +0xE5EF 0x5C63 # 0 +0xE5F0 0x5C66 # 0 +0xE5F1 0x7FBC # 0 +0xE5F2 0x5F2A # 0 +0xE5F3 0x5F29 # 0 +0xE5F4 0x5F2D # 0 +0xE5F5 0x8274 # 0 +0xE5F6 0x5F3C # 0 +0xE5F7 0x9B3B # 0 +0xE5F8 0x5C6E # 0 +0xE5F9 0x5981 # 0 +0xE5FA 0x5983 # 0 +0xE5FB 0x598D # 0 +0xE5FC 0x59A9 # 0 +0xE5FD 0x59AA # 0 +0xE5FE 0x59A3 # 0 +0xE640 0x936C # 0 +0xE641 0x936D # 0 +0xE642 0x936E # 0 +0xE643 0x936F # 0 +0xE644 0x9370 # 0 +0xE645 0x9371 # 0 +0xE646 0x9372 # 0 +0xE647 0x9373 # 0 +0xE648 0x9374 # 0 +0xE649 0x9375 # 0 +0xE64A 0x9376 # 0 +0xE64B 0x9377 # 0 +0xE64C 0x9378 # 0 +0xE64D 0x9379 # 0 +0xE64E 0x937A # 0 +0xE64F 0x937B # 0 +0xE650 0x937C # 0 +0xE651 0x937D # 0 +0xE652 0x937E # 0 +0xE653 0x937F # 0 +0xE654 0x9380 # 0 +0xE655 0x9381 # 0 +0xE656 0x9382 # 0 +0xE657 0x9383 # 0 +0xE658 0x9384 # 0 +0xE659 0x9385 # 0 +0xE65A 0x9386 # 0 +0xE65B 0x9387 # 0 +0xE65C 0x9388 # 0 +0xE65D 0x9389 # 0 +0xE65E 0x938A # 0 +0xE65F 0x938B # 0 +0xE660 0x938C # 0 +0xE661 0x938D # 0 +0xE662 0x938E # 0 +0xE663 0x9390 # 0 +0xE664 0x9391 # 0 +0xE665 0x9392 # 0 +0xE666 0x9393 # 0 +0xE667 0x9394 # 0 +0xE668 0x9395 # 0 +0xE669 0x9396 # 0 +0xE66A 0x9397 # 0 +0xE66B 0x9398 # 0 +0xE66C 0x9399 # 0 +0xE66D 0x939A # 0 +0xE66E 0x939B # 0 +0xE66F 0x939C # 0 +0xE670 0x939D # 0 +0xE671 0x939E # 0 +0xE672 0x939F # 0 +0xE673 0x93A0 # 0 +0xE674 0x93A1 # 0 +0xE675 0x93A2 # 0 +0xE676 0x93A3 # 0 +0xE677 0x93A4 # 0 +0xE678 0x93A5 # 0 +0xE679 0x93A6 # 0 +0xE67A 0x93A7 # 0 +0xE67B 0x93A8 # 0 +0xE67C 0x93A9 # 0 +0xE67D 0x93AA # 0 +0xE67E 0x93AB # 0 +0xE680 0x93AC # 0 +0xE681 0x93AD # 0 +0xE682 0x93AE # 0 +0xE683 0x93AF # 0 +0xE684 0x93B0 # 0 +0xE685 0x93B1 # 0 +0xE686 0x93B2 # 0 +0xE687 0x93B3 # 0 +0xE688 0x93B4 # 0 +0xE689 0x93B5 # 0 +0xE68A 0x93B6 # 0 +0xE68B 0x93B7 # 0 +0xE68C 0x93B8 # 0 +0xE68D 0x93B9 # 0 +0xE68E 0x93BA # 0 +0xE68F 0x93BB # 0 +0xE690 0x93BC # 0 +0xE691 0x93BD # 0 +0xE692 0x93BE # 0 +0xE693 0x93BF # 0 +0xE694 0x93C0 # 0 +0xE695 0x93C1 # 0 +0xE696 0x93C2 # 0 +0xE697 0x93C3 # 0 +0xE698 0x93C4 # 0 +0xE699 0x93C5 # 0 +0xE69A 0x93C6 # 0 +0xE69B 0x93C7 # 0 +0xE69C 0x93C8 # 0 +0xE69D 0x93C9 # 0 +0xE69E 0x93CB # 0 +0xE69F 0x93CC # 0 +0xE6A0 0x93CD # 0 +0xE6A1 0x5997 # 0 +0xE6A2 0x59CA # 0 +0xE6A3 0x59AB # 0 +0xE6A4 0x599E # 0 +0xE6A5 0x59A4 # 0 +0xE6A6 0x59D2 # 0 +0xE6A7 0x59B2 # 0 +0xE6A8 0x59AF # 0 +0xE6A9 0x59D7 # 0 +0xE6AA 0x59BE # 0 +0xE6AB 0x5A05 # 0 +0xE6AC 0x5A06 # 0 +0xE6AD 0x59DD # 0 +0xE6AE 0x5A08 # 0 +0xE6AF 0x59E3 # 0 +0xE6B0 0x59D8 # 0 +0xE6B1 0x59F9 # 0 +0xE6B2 0x5A0C # 0 +0xE6B3 0x5A09 # 0 +0xE6B4 0x5A32 # 0 +0xE6B5 0x5A34 # 0 +0xE6B6 0x5A11 # 0 +0xE6B7 0x5A23 # 0 +0xE6B8 0x5A13 # 0 +0xE6B9 0x5A40 # 0 +0xE6BA 0x5A67 # 0 +0xE6BB 0x5A4A # 0 +0xE6BC 0x5A55 # 0 +0xE6BD 0x5A3C # 0 +0xE6BE 0x5A62 # 0 +0xE6BF 0x5A75 # 0 +0xE6C0 0x80EC # 0 +0xE6C1 0x5AAA # 0 +0xE6C2 0x5A9B # 0 +0xE6C3 0x5A77 # 0 +0xE6C4 0x5A7A # 0 +0xE6C5 0x5ABE # 0 +0xE6C6 0x5AEB # 0 +0xE6C7 0x5AB2 # 0 +0xE6C8 0x5AD2 # 0 +0xE6C9 0x5AD4 # 0 +0xE6CA 0x5AB8 # 0 +0xE6CB 0x5AE0 # 0 +0xE6CC 0x5AE3 # 0 +0xE6CD 0x5AF1 # 0 +0xE6CE 0x5AD6 # 0 +0xE6CF 0x5AE6 # 0 +0xE6D0 0x5AD8 # 0 +0xE6D1 0x5ADC # 0 +0xE6D2 0x5B09 # 0 +0xE6D3 0x5B17 # 0 +0xE6D4 0x5B16 # 0 +0xE6D5 0x5B32 # 0 +0xE6D6 0x5B37 # 0 +0xE6D7 0x5B40 # 0 +0xE6D8 0x5C15 # 0 +0xE6D9 0x5C1C # 0 +0xE6DA 0x5B5A # 0 +0xE6DB 0x5B65 # 0 +0xE6DC 0x5B73 # 0 +0xE6DD 0x5B51 # 0 +0xE6DE 0x5B53 # 0 +0xE6DF 0x5B62 # 0 +0xE6E0 0x9A75 # 0 +0xE6E1 0x9A77 # 0 +0xE6E2 0x9A78 # 0 +0xE6E3 0x9A7A # 0 +0xE6E4 0x9A7F # 0 +0xE6E5 0x9A7D # 0 +0xE6E6 0x9A80 # 0 +0xE6E7 0x9A81 # 0 +0xE6E8 0x9A85 # 0 +0xE6E9 0x9A88 # 0 +0xE6EA 0x9A8A # 0 +0xE6EB 0x9A90 # 0 +0xE6EC 0x9A92 # 0 +0xE6ED 0x9A93 # 0 +0xE6EE 0x9A96 # 0 +0xE6EF 0x9A98 # 0 +0xE6F0 0x9A9B # 0 +0xE6F1 0x9A9C # 0 +0xE6F2 0x9A9D # 0 +0xE6F3 0x9A9F # 0 +0xE6F4 0x9AA0 # 0 +0xE6F5 0x9AA2 # 0 +0xE6F6 0x9AA3 # 0 +0xE6F7 0x9AA5 # 0 +0xE6F8 0x9AA7 # 0 +0xE6F9 0x7E9F # 0 +0xE6FA 0x7EA1 # 0 +0xE6FB 0x7EA3 # 0 +0xE6FC 0x7EA5 # 0 +0xE6FD 0x7EA8 # 0 +0xE6FE 0x7EA9 # 0 +0xE740 0x93CE # 0 +0xE741 0x93CF # 0 +0xE742 0x93D0 # 0 +0xE743 0x93D1 # 0 +0xE744 0x93D2 # 0 +0xE745 0x93D3 # 0 +0xE746 0x93D4 # 0 +0xE747 0x93D5 # 0 +0xE748 0x93D7 # 0 +0xE749 0x93D8 # 0 +0xE74A 0x93D9 # 0 +0xE74B 0x93DA # 0 +0xE74C 0x93DB # 0 +0xE74D 0x93DC # 0 +0xE74E 0x93DD # 0 +0xE74F 0x93DE # 0 +0xE750 0x93DF # 0 +0xE751 0x93E0 # 0 +0xE752 0x93E1 # 0 +0xE753 0x93E2 # 0 +0xE754 0x93E3 # 0 +0xE755 0x93E4 # 0 +0xE756 0x93E5 # 0 +0xE757 0x93E6 # 0 +0xE758 0x93E7 # 0 +0xE759 0x93E8 # 0 +0xE75A 0x93E9 # 0 +0xE75B 0x93EA # 0 +0xE75C 0x93EB # 0 +0xE75D 0x93EC # 0 +0xE75E 0x93ED # 0 +0xE75F 0x93EE # 0 +0xE760 0x93EF # 0 +0xE761 0x93F0 # 0 +0xE762 0x93F1 # 0 +0xE763 0x93F2 # 0 +0xE764 0x93F3 # 0 +0xE765 0x93F4 # 0 +0xE766 0x93F5 # 0 +0xE767 0x93F6 # 0 +0xE768 0x93F7 # 0 +0xE769 0x93F8 # 0 +0xE76A 0x93F9 # 0 +0xE76B 0x93FA # 0 +0xE76C 0x93FB # 0 +0xE76D 0x93FC # 0 +0xE76E 0x93FD # 0 +0xE76F 0x93FE # 0 +0xE770 0x93FF # 0 +0xE771 0x9400 # 0 +0xE772 0x9401 # 0 +0xE773 0x9402 # 0 +0xE774 0x9403 # 0 +0xE775 0x9404 # 0 +0xE776 0x9405 # 0 +0xE777 0x9406 # 0 +0xE778 0x9407 # 0 +0xE779 0x9408 # 0 +0xE77A 0x9409 # 0 +0xE77B 0x940A # 0 +0xE77C 0x940B # 0 +0xE77D 0x940C # 0 +0xE77E 0x940D # 0 +0xE780 0x940E # 0 +0xE781 0x940F # 0 +0xE782 0x9410 # 0 +0xE783 0x9411 # 0 +0xE784 0x9412 # 0 +0xE785 0x9413 # 0 +0xE786 0x9414 # 0 +0xE787 0x9415 # 0 +0xE788 0x9416 # 0 +0xE789 0x9417 # 0 +0xE78A 0x9418 # 0 +0xE78B 0x9419 # 0 +0xE78C 0x941A # 0 +0xE78D 0x941B # 0 +0xE78E 0x941C # 0 +0xE78F 0x941D # 0 +0xE790 0x941E # 0 +0xE791 0x941F # 0 +0xE792 0x9420 # 0 +0xE793 0x9421 # 0 +0xE794 0x9422 # 0 +0xE795 0x9423 # 0 +0xE796 0x9424 # 0 +0xE797 0x9425 # 0 +0xE798 0x9426 # 0 +0xE799 0x9427 # 0 +0xE79A 0x9428 # 0 +0xE79B 0x9429 # 0 +0xE79C 0x942A # 0 +0xE79D 0x942B # 0 +0xE79E 0x942C # 0 +0xE79F 0x942D # 0 +0xE7A0 0x942E # 0 +0xE7A1 0x7EAD # 0 +0xE7A2 0x7EB0 # 0 +0xE7A3 0x7EBE # 0 +0xE7A4 0x7EC0 # 0 +0xE7A5 0x7EC1 # 0 +0xE7A6 0x7EC2 # 0 +0xE7A7 0x7EC9 # 0 +0xE7A8 0x7ECB # 0 +0xE7A9 0x7ECC # 0 +0xE7AA 0x7ED0 # 0 +0xE7AB 0x7ED4 # 0 +0xE7AC 0x7ED7 # 0 +0xE7AD 0x7EDB # 0 +0xE7AE 0x7EE0 # 0 +0xE7AF 0x7EE1 # 0 +0xE7B0 0x7EE8 # 0 +0xE7B1 0x7EEB # 0 +0xE7B2 0x7EEE # 0 +0xE7B3 0x7EEF # 0 +0xE7B4 0x7EF1 # 0 +0xE7B5 0x7EF2 # 0 +0xE7B6 0x7F0D # 0 +0xE7B7 0x7EF6 # 0 +0xE7B8 0x7EFA # 0 +0xE7B9 0x7EFB # 0 +0xE7BA 0x7EFE # 0 +0xE7BB 0x7F01 # 0 +0xE7BC 0x7F02 # 0 +0xE7BD 0x7F03 # 0 +0xE7BE 0x7F07 # 0 +0xE7BF 0x7F08 # 0 +0xE7C0 0x7F0B # 0 +0xE7C1 0x7F0C # 0 +0xE7C2 0x7F0F # 0 +0xE7C3 0x7F11 # 0 +0xE7C4 0x7F12 # 0 +0xE7C5 0x7F17 # 0 +0xE7C6 0x7F19 # 0 +0xE7C7 0x7F1C # 0 +0xE7C8 0x7F1B # 0 +0xE7C9 0x7F1F # 0 +0xE7CA 0x7F21 # 0 +0xE7CB 0x7F22 # 0 +0xE7CC 0x7F23 # 0 +0xE7CD 0x7F24 # 0 +0xE7CE 0x7F25 # 0 +0xE7CF 0x7F26 # 0 +0xE7D0 0x7F27 # 0 +0xE7D1 0x7F2A # 0 +0xE7D2 0x7F2B # 0 +0xE7D3 0x7F2C # 0 +0xE7D4 0x7F2D # 0 +0xE7D5 0x7F2F # 0 +0xE7D6 0x7F30 # 0 +0xE7D7 0x7F31 # 0 +0xE7D8 0x7F32 # 0 +0xE7D9 0x7F33 # 0 +0xE7DA 0x7F35 # 0 +0xE7DB 0x5E7A # 0 +0xE7DC 0x757F # 0 +0xE7DD 0x5DDB # 0 +0xE7DE 0x753E # 0 +0xE7DF 0x9095 # 0 +0xE7E0 0x738E # 0 +0xE7E1 0x7391 # 0 +0xE7E2 0x73AE # 0 +0xE7E3 0x73A2 # 0 +0xE7E4 0x739F # 0 +0xE7E5 0x73CF # 0 +0xE7E6 0x73C2 # 0 +0xE7E7 0x73D1 # 0 +0xE7E8 0x73B7 # 0 +0xE7E9 0x73B3 # 0 +0xE7EA 0x73C0 # 0 +0xE7EB 0x73C9 # 0 +0xE7EC 0x73C8 # 0 +0xE7ED 0x73E5 # 0 +0xE7EE 0x73D9 # 0 +0xE7EF 0x987C # 0 +0xE7F0 0x740A # 0 +0xE7F1 0x73E9 # 0 +0xE7F2 0x73E7 # 0 +0xE7F3 0x73DE # 0 +0xE7F4 0x73BA # 0 +0xE7F5 0x73F2 # 0 +0xE7F6 0x740F # 0 +0xE7F7 0x742A # 0 +0xE7F8 0x745B # 0 +0xE7F9 0x7426 # 0 +0xE7FA 0x7425 # 0 +0xE7FB 0x7428 # 0 +0xE7FC 0x7430 # 0 +0xE7FD 0x742E # 0 +0xE7FE 0x742C # 0 +0xE840 0x942F # 0 +0xE841 0x9430 # 0 +0xE842 0x9431 # 0 +0xE843 0x9432 # 0 +0xE844 0x9433 # 0 +0xE845 0x9434 # 0 +0xE846 0x9435 # 0 +0xE847 0x9436 # 0 +0xE848 0x9437 # 0 +0xE849 0x9438 # 0 +0xE84A 0x9439 # 0 +0xE84B 0x943A # 0 +0xE84C 0x943B # 0 +0xE84D 0x943C # 0 +0xE84E 0x943D # 0 +0xE84F 0x943F # 0 +0xE850 0x9440 # 0 +0xE851 0x9441 # 0 +0xE852 0x9442 # 0 +0xE853 0x9443 # 0 +0xE854 0x9444 # 0 +0xE855 0x9445 # 0 +0xE856 0x9446 # 0 +0xE857 0x9447 # 0 +0xE858 0x9448 # 0 +0xE859 0x9449 # 0 +0xE85A 0x944A # 0 +0xE85B 0x944B # 0 +0xE85C 0x944C # 0 +0xE85D 0x944D # 0 +0xE85E 0x944E # 0 +0xE85F 0x944F # 0 +0xE860 0x9450 # 0 +0xE861 0x9451 # 0 +0xE862 0x9452 # 0 +0xE863 0x9453 # 0 +0xE864 0x9454 # 0 +0xE865 0x9455 # 0 +0xE866 0x9456 # 0 +0xE867 0x9457 # 0 +0xE868 0x9458 # 0 +0xE869 0x9459 # 0 +0xE86A 0x945A # 0 +0xE86B 0x945B # 0 +0xE86C 0x945C # 0 +0xE86D 0x945D # 0 +0xE86E 0x945E # 0 +0xE86F 0x945F # 0 +0xE870 0x9460 # 0 +0xE871 0x9461 # 0 +0xE872 0x9462 # 0 +0xE873 0x9463 # 0 +0xE874 0x9464 # 0 +0xE875 0x9465 # 0 +0xE876 0x9466 # 0 +0xE877 0x9467 # 0 +0xE878 0x9468 # 0 +0xE879 0x9469 # 0 +0xE87A 0x946A # 0 +0xE87B 0x946C # 0 +0xE87C 0x946D # 0 +0xE87D 0x946E # 0 +0xE87E 0x946F # 0 +0xE880 0x9470 # 0 +0xE881 0x9471 # 0 +0xE882 0x9472 # 0 +0xE883 0x9473 # 0 +0xE884 0x9474 # 0 +0xE885 0x9475 # 0 +0xE886 0x9476 # 0 +0xE887 0x9477 # 0 +0xE888 0x9478 # 0 +0xE889 0x9479 # 0 +0xE88A 0x947A # 0 +0xE88B 0x947B # 0 +0xE88C 0x947C # 0 +0xE88D 0x947D # 0 +0xE88E 0x947E # 0 +0xE88F 0x947F # 0 +0xE890 0x9480 # 0 +0xE891 0x9481 # 0 +0xE892 0x9482 # 0 +0xE893 0x9483 # 0 +0xE894 0x9484 # 0 +0xE895 0x9491 # 0 +0xE896 0x9496 # 0 +0xE897 0x9498 # 0 +0xE898 0x94C7 # 0 +0xE899 0x94CF # 0 +0xE89A 0x94D3 # 0 +0xE89B 0x94D4 # 0 +0xE89C 0x94DA # 0 +0xE89D 0x94E6 # 0 +0xE89E 0x94FB # 0 +0xE89F 0x951C # 0 +0xE8A0 0x9520 # 0 +0xE8A1 0x741B # 0 +0xE8A2 0x741A # 0 +0xE8A3 0x7441 # 0 +0xE8A4 0x745C # 0 +0xE8A5 0x7457 # 0 +0xE8A6 0x7455 # 0 +0xE8A7 0x7459 # 0 +0xE8A8 0x7477 # 0 +0xE8A9 0x746D # 0 +0xE8AA 0x747E # 0 +0xE8AB 0x749C # 0 +0xE8AC 0x748E # 0 +0xE8AD 0x7480 # 0 +0xE8AE 0x7481 # 0 +0xE8AF 0x7487 # 0 +0xE8B0 0x748B # 0 +0xE8B1 0x749E # 0 +0xE8B2 0x74A8 # 0 +0xE8B3 0x74A9 # 0 +0xE8B4 0x7490 # 0 +0xE8B5 0x74A7 # 0 +0xE8B6 0x74D2 # 0 +0xE8B7 0x74BA # 0 +0xE8B8 0x97EA # 0 +0xE8B9 0x97EB # 0 +0xE8BA 0x97EC # 0 +0xE8BB 0x674C # 0 +0xE8BC 0x6753 # 0 +0xE8BD 0x675E # 0 +0xE8BE 0x6748 # 0 +0xE8BF 0x6769 # 0 +0xE8C0 0x67A5 # 0 +0xE8C1 0x6787 # 0 +0xE8C2 0x676A # 0 +0xE8C3 0x6773 # 0 +0xE8C4 0x6798 # 0 +0xE8C5 0x67A7 # 0 +0xE8C6 0x6775 # 0 +0xE8C7 0x67A8 # 0 +0xE8C8 0x679E # 0 +0xE8C9 0x67AD # 0 +0xE8CA 0x678B # 0 +0xE8CB 0x6777 # 0 +0xE8CC 0x677C # 0 +0xE8CD 0x67F0 # 0 +0xE8CE 0x6809 # 0 +0xE8CF 0x67D8 # 0 +0xE8D0 0x680A # 0 +0xE8D1 0x67E9 # 0 +0xE8D2 0x67B0 # 0 +0xE8D3 0x680C # 0 +0xE8D4 0x67D9 # 0 +0xE8D5 0x67B5 # 0 +0xE8D6 0x67DA # 0 +0xE8D7 0x67B3 # 0 +0xE8D8 0x67DD # 0 +0xE8D9 0x6800 # 0 +0xE8DA 0x67C3 # 0 +0xE8DB 0x67B8 # 0 +0xE8DC 0x67E2 # 0 +0xE8DD 0x680E # 0 +0xE8DE 0x67C1 # 0 +0xE8DF 0x67FD # 0 +0xE8E0 0x6832 # 0 +0xE8E1 0x6833 # 0 +0xE8E2 0x6860 # 0 +0xE8E3 0x6861 # 0 +0xE8E4 0x684E # 0 +0xE8E5 0x6862 # 0 +0xE8E6 0x6844 # 0 +0xE8E7 0x6864 # 0 +0xE8E8 0x6883 # 0 +0xE8E9 0x681D # 0 +0xE8EA 0x6855 # 0 +0xE8EB 0x6866 # 0 +0xE8EC 0x6841 # 0 +0xE8ED 0x6867 # 0 +0xE8EE 0x6840 # 0 +0xE8EF 0x683E # 0 +0xE8F0 0x684A # 0 +0xE8F1 0x6849 # 0 +0xE8F2 0x6829 # 0 +0xE8F3 0x68B5 # 0 +0xE8F4 0x688F # 0 +0xE8F5 0x6874 # 0 +0xE8F6 0x6877 # 0 +0xE8F7 0x6893 # 0 +0xE8F8 0x686B # 0 +0xE8F9 0x68C2 # 0 +0xE8FA 0x696E # 0 +0xE8FB 0x68FC # 0 +0xE8FC 0x691F # 0 +0xE8FD 0x6920 # 0 +0xE8FE 0x68F9 # 0 +0xE940 0x9527 # 0 +0xE941 0x9533 # 0 +0xE942 0x953D # 0 +0xE943 0x9543 # 0 +0xE944 0x9548 # 0 +0xE945 0x954B # 0 +0xE946 0x9555 # 0 +0xE947 0x955A # 0 +0xE948 0x9560 # 0 +0xE949 0x956E # 0 +0xE94A 0x9574 # 0 +0xE94B 0x9575 # 0 +0xE94C 0x9577 # 0 +0xE94D 0x9578 # 0 +0xE94E 0x9579 # 0 +0xE94F 0x957A # 0 +0xE950 0x957B # 0 +0xE951 0x957C # 0 +0xE952 0x957D # 0 +0xE953 0x957E # 0 +0xE954 0x9580 # 0 +0xE955 0x9581 # 0 +0xE956 0x9582 # 0 +0xE957 0x9583 # 0 +0xE958 0x9584 # 0 +0xE959 0x9585 # 0 +0xE95A 0x9586 # 0 +0xE95B 0x9587 # 0 +0xE95C 0x9588 # 0 +0xE95D 0x9589 # 0 +0xE95E 0x958A # 0 +0xE95F 0x958B # 0 +0xE960 0x958C # 0 +0xE961 0x958D # 0 +0xE962 0x958E # 0 +0xE963 0x958F # 0 +0xE964 0x9590 # 0 +0xE965 0x9591 # 0 +0xE966 0x9592 # 0 +0xE967 0x9593 # 0 +0xE968 0x9594 # 0 +0xE969 0x9595 # 0 +0xE96A 0x9596 # 0 +0xE96B 0x9597 # 0 +0xE96C 0x9598 # 0 +0xE96D 0x9599 # 0 +0xE96E 0x959A # 0 +0xE96F 0x959B # 0 +0xE970 0x959C # 0 +0xE971 0x959D # 0 +0xE972 0x959E # 0 +0xE973 0x959F # 0 +0xE974 0x95A0 # 0 +0xE975 0x95A1 # 0 +0xE976 0x95A2 # 0 +0xE977 0x95A3 # 0 +0xE978 0x95A4 # 0 +0xE979 0x95A5 # 0 +0xE97A 0x95A6 # 0 +0xE97B 0x95A7 # 0 +0xE97C 0x95A8 # 0 +0xE97D 0x95A9 # 0 +0xE97E 0x95AA # 0 +0xE980 0x95AB # 0 +0xE981 0x95AC # 0 +0xE982 0x95AD # 0 +0xE983 0x95AE # 0 +0xE984 0x95AF # 0 +0xE985 0x95B0 # 0 +0xE986 0x95B1 # 0 +0xE987 0x95B2 # 0 +0xE988 0x95B3 # 0 +0xE989 0x95B4 # 0 +0xE98A 0x95B5 # 0 +0xE98B 0x95B6 # 0 +0xE98C 0x95B7 # 0 +0xE98D 0x95B8 # 0 +0xE98E 0x95B9 # 0 +0xE98F 0x95BA # 0 +0xE990 0x95BB # 0 +0xE991 0x95BC # 0 +0xE992 0x95BD # 0 +0xE993 0x95BE # 0 +0xE994 0x95BF # 0 +0xE995 0x95C0 # 0 +0xE996 0x95C1 # 0 +0xE997 0x95C2 # 0 +0xE998 0x95C3 # 0 +0xE999 0x95C4 # 0 +0xE99A 0x95C5 # 0 +0xE99B 0x95C6 # 0 +0xE99C 0x95C7 # 0 +0xE99D 0x95C8 # 0 +0xE99E 0x95C9 # 0 +0xE99F 0x95CA # 0 +0xE9A0 0x95CB # 0 +0xE9A1 0x6924 # 0 +0xE9A2 0x68F0 # 0 +0xE9A3 0x690B # 0 +0xE9A4 0x6901 # 0 +0xE9A5 0x6957 # 0 +0xE9A6 0x68E3 # 0 +0xE9A7 0x6910 # 0 +0xE9A8 0x6971 # 0 +0xE9A9 0x6939 # 0 +0xE9AA 0x6960 # 0 +0xE9AB 0x6942 # 0 +0xE9AC 0x695D # 0 +0xE9AD 0x6984 # 0 +0xE9AE 0x696B # 0 +0xE9AF 0x6980 # 0 +0xE9B0 0x6998 # 0 +0xE9B1 0x6978 # 0 +0xE9B2 0x6934 # 0 +0xE9B3 0x69CC # 0 +0xE9B4 0x6987 # 0 +0xE9B5 0x6988 # 0 +0xE9B6 0x69CE # 0 +0xE9B7 0x6989 # 0 +0xE9B8 0x6966 # 0 +0xE9B9 0x6963 # 0 +0xE9BA 0x6979 # 0 +0xE9BB 0x699B # 0 +0xE9BC 0x69A7 # 0 +0xE9BD 0x69BB # 0 +0xE9BE 0x69AB # 0 +0xE9BF 0x69AD # 0 +0xE9C0 0x69D4 # 0 +0xE9C1 0x69B1 # 0 +0xE9C2 0x69C1 # 0 +0xE9C3 0x69CA # 0 +0xE9C4 0x69DF # 0 +0xE9C5 0x6995 # 0 +0xE9C6 0x69E0 # 0 +0xE9C7 0x698D # 0 +0xE9C8 0x69FF # 0 +0xE9C9 0x6A2F # 0 +0xE9CA 0x69ED # 0 +0xE9CB 0x6A17 # 0 +0xE9CC 0x6A18 # 0 +0xE9CD 0x6A65 # 0 +0xE9CE 0x69F2 # 0 +0xE9CF 0x6A44 # 0 +0xE9D0 0x6A3E # 0 +0xE9D1 0x6AA0 # 0 +0xE9D2 0x6A50 # 0 +0xE9D3 0x6A5B # 0 +0xE9D4 0x6A35 # 0 +0xE9D5 0x6A8E # 0 +0xE9D6 0x6A79 # 0 +0xE9D7 0x6A3D # 0 +0xE9D8 0x6A28 # 0 +0xE9D9 0x6A58 # 0 +0xE9DA 0x6A7C # 0 +0xE9DB 0x6A91 # 0 +0xE9DC 0x6A90 # 0 +0xE9DD 0x6AA9 # 0 +0xE9DE 0x6A97 # 0 +0xE9DF 0x6AAB # 0 +0xE9E0 0x7337 # 0 +0xE9E1 0x7352 # 0 +0xE9E2 0x6B81 # 0 +0xE9E3 0x6B82 # 0 +0xE9E4 0x6B87 # 0 +0xE9E5 0x6B84 # 0 +0xE9E6 0x6B92 # 0 +0xE9E7 0x6B93 # 0 +0xE9E8 0x6B8D # 0 +0xE9E9 0x6B9A # 0 +0xE9EA 0x6B9B # 0 +0xE9EB 0x6BA1 # 0 +0xE9EC 0x6BAA # 0 +0xE9ED 0x8F6B # 0 +0xE9EE 0x8F6D # 0 +0xE9EF 0x8F71 # 0 +0xE9F0 0x8F72 # 0 +0xE9F1 0x8F73 # 0 +0xE9F2 0x8F75 # 0 +0xE9F3 0x8F76 # 0 +0xE9F4 0x8F78 # 0 +0xE9F5 0x8F77 # 0 +0xE9F6 0x8F79 # 0 +0xE9F7 0x8F7A # 0 +0xE9F8 0x8F7C # 0 +0xE9F9 0x8F7E # 0 +0xE9FA 0x8F81 # 0 +0xE9FB 0x8F82 # 0 +0xE9FC 0x8F84 # 0 +0xE9FD 0x8F87 # 0 +0xE9FE 0x8F8B # 0 +0xEA40 0x95CC # 0 +0xEA41 0x95CD # 0 +0xEA42 0x95CE # 0 +0xEA43 0x95CF # 0 +0xEA44 0x95D0 # 0 +0xEA45 0x95D1 # 0 +0xEA46 0x95D2 # 0 +0xEA47 0x95D3 # 0 +0xEA48 0x95D4 # 0 +0xEA49 0x95D5 # 0 +0xEA4A 0x95D6 # 0 +0xEA4B 0x95D7 # 0 +0xEA4C 0x95D8 # 0 +0xEA4D 0x95D9 # 0 +0xEA4E 0x95DA # 0 +0xEA4F 0x95DB # 0 +0xEA50 0x95DC # 0 +0xEA51 0x95DD # 0 +0xEA52 0x95DE # 0 +0xEA53 0x95DF # 0 +0xEA54 0x95E0 # 0 +0xEA55 0x95E1 # 0 +0xEA56 0x95E2 # 0 +0xEA57 0x95E3 # 0 +0xEA58 0x95E4 # 0 +0xEA59 0x95E5 # 0 +0xEA5A 0x95E6 # 0 +0xEA5B 0x95E7 # 0 +0xEA5C 0x95EC # 0 +0xEA5D 0x95FF # 0 +0xEA5E 0x9607 # 0 +0xEA5F 0x9613 # 0 +0xEA60 0x9618 # 0 +0xEA61 0x961B # 0 +0xEA62 0x961E # 0 +0xEA63 0x9620 # 0 +0xEA64 0x9623 # 0 +0xEA65 0x9624 # 0 +0xEA66 0x9625 # 0 +0xEA67 0x9626 # 0 +0xEA68 0x9627 # 0 +0xEA69 0x9628 # 0 +0xEA6A 0x9629 # 0 +0xEA6B 0x962B # 0 +0xEA6C 0x962C # 0 +0xEA6D 0x962D # 0 +0xEA6E 0x962F # 0 +0xEA6F 0x9630 # 0 +0xEA70 0x9637 # 0 +0xEA71 0x9638 # 0 +0xEA72 0x9639 # 0 +0xEA73 0x963A # 0 +0xEA74 0x963E # 0 +0xEA75 0x9641 # 0 +0xEA76 0x9643 # 0 +0xEA77 0x964A # 0 +0xEA78 0x964E # 0 +0xEA79 0x964F # 0 +0xEA7A 0x9651 # 0 +0xEA7B 0x9652 # 0 +0xEA7C 0x9653 # 0 +0xEA7D 0x9656 # 0 +0xEA7E 0x9657 # 0 +0xEA80 0x9658 # 0 +0xEA81 0x9659 # 0 +0xEA82 0x965A # 0 +0xEA83 0x965C # 0 +0xEA84 0x965D # 0 +0xEA85 0x965E # 0 +0xEA86 0x9660 # 0 +0xEA87 0x9663 # 0 +0xEA88 0x9665 # 0 +0xEA89 0x9666 # 0 +0xEA8A 0x966B # 0 +0xEA8B 0x966D # 0 +0xEA8C 0x966E # 0 +0xEA8D 0x966F # 0 +0xEA8E 0x9670 # 0 +0xEA8F 0x9671 # 0 +0xEA90 0x9673 # 0 +0xEA91 0x9678 # 0 +0xEA92 0x9679 # 0 +0xEA93 0x967A # 0 +0xEA94 0x967B # 0 +0xEA95 0x967C # 0 +0xEA96 0x967D # 0 +0xEA97 0x967E # 0 +0xEA98 0x967F # 0 +0xEA99 0x9680 # 0 +0xEA9A 0x9681 # 0 +0xEA9B 0x9682 # 0 +0xEA9C 0x9683 # 0 +0xEA9D 0x9684 # 0 +0xEA9E 0x9687 # 0 +0xEA9F 0x9689 # 0 +0xEAA0 0x968A # 0 +0xEAA1 0x8F8D # 0 +0xEAA2 0x8F8E # 0 +0xEAA3 0x8F8F # 0 +0xEAA4 0x8F98 # 0 +0xEAA5 0x8F9A # 0 +0xEAA6 0x8ECE # 0 +0xEAA7 0x620B # 0 +0xEAA8 0x6217 # 0 +0xEAA9 0x621B # 0 +0xEAAA 0x621F # 0 +0xEAAB 0x6222 # 0 +0xEAAC 0x6221 # 0 +0xEAAD 0x6225 # 0 +0xEAAE 0x6224 # 0 +0xEAAF 0x622C # 0 +0xEAB0 0x81E7 # 0 +0xEAB1 0x74EF # 0 +0xEAB2 0x74F4 # 0 +0xEAB3 0x74FF # 0 +0xEAB4 0x750F # 0 +0xEAB5 0x7511 # 0 +0xEAB6 0x7513 # 0 +0xEAB7 0x6534 # 0 +0xEAB8 0x65EE # 0 +0xEAB9 0x65EF # 0 +0xEABA 0x65F0 # 0 +0xEABB 0x660A # 0 +0xEABC 0x6619 # 0 +0xEABD 0x6772 # 0 +0xEABE 0x6603 # 0 +0xEABF 0x6615 # 0 +0xEAC0 0x6600 # 0 +0xEAC1 0x7085 # 0 +0xEAC2 0x66F7 # 0 +0xEAC3 0x661D # 0 +0xEAC4 0x6634 # 0 +0xEAC5 0x6631 # 0 +0xEAC6 0x6636 # 0 +0xEAC7 0x6635 # 0 +0xEAC8 0x8006 # 0 +0xEAC9 0x665F # 0 +0xEACA 0x6654 # 0 +0xEACB 0x6641 # 0 +0xEACC 0x664F # 0 +0xEACD 0x6656 # 0 +0xEACE 0x6661 # 0 +0xEACF 0x6657 # 0 +0xEAD0 0x6677 # 0 +0xEAD1 0x6684 # 0 +0xEAD2 0x668C # 0 +0xEAD3 0x66A7 # 0 +0xEAD4 0x669D # 0 +0xEAD5 0x66BE # 0 +0xEAD6 0x66DB # 0 +0xEAD7 0x66DC # 0 +0xEAD8 0x66E6 # 0 +0xEAD9 0x66E9 # 0 +0xEADA 0x8D32 # 0 +0xEADB 0x8D33 # 0 +0xEADC 0x8D36 # 0 +0xEADD 0x8D3B # 0 +0xEADE 0x8D3D # 0 +0xEADF 0x8D40 # 0 +0xEAE0 0x8D45 # 0 +0xEAE1 0x8D46 # 0 +0xEAE2 0x8D48 # 0 +0xEAE3 0x8D49 # 0 +0xEAE4 0x8D47 # 0 +0xEAE5 0x8D4D # 0 +0xEAE6 0x8D55 # 0 +0xEAE7 0x8D59 # 0 +0xEAE8 0x89C7 # 0 +0xEAE9 0x89CA # 0 +0xEAEA 0x89CB # 0 +0xEAEB 0x89CC # 0 +0xEAEC 0x89CE # 0 +0xEAED 0x89CF # 0 +0xEAEE 0x89D0 # 0 +0xEAEF 0x89D1 # 0 +0xEAF0 0x726E # 0 +0xEAF1 0x729F # 0 +0xEAF2 0x725D # 0 +0xEAF3 0x7266 # 0 +0xEAF4 0x726F # 0 +0xEAF5 0x727E # 0 +0xEAF6 0x727F # 0 +0xEAF7 0x7284 # 0 +0xEAF8 0x728B # 0 +0xEAF9 0x728D # 0 +0xEAFA 0x728F # 0 +0xEAFB 0x7292 # 0 +0xEAFC 0x6308 # 0 +0xEAFD 0x6332 # 0 +0xEAFE 0x63B0 # 0 +0xEB40 0x968C # 0 +0xEB41 0x968E # 0 +0xEB42 0x9691 # 0 +0xEB43 0x9692 # 0 +0xEB44 0x9693 # 0 +0xEB45 0x9695 # 0 +0xEB46 0x9696 # 0 +0xEB47 0x969A # 0 +0xEB48 0x969B # 0 +0xEB49 0x969D # 0 +0xEB4A 0x969E # 0 +0xEB4B 0x969F # 0 +0xEB4C 0x96A0 # 0 +0xEB4D 0x96A1 # 0 +0xEB4E 0x96A2 # 0 +0xEB4F 0x96A3 # 0 +0xEB50 0x96A4 # 0 +0xEB51 0x96A5 # 0 +0xEB52 0x96A6 # 0 +0xEB53 0x96A8 # 0 +0xEB54 0x96A9 # 0 +0xEB55 0x96AA # 0 +0xEB56 0x96AB # 0 +0xEB57 0x96AC # 0 +0xEB58 0x96AD # 0 +0xEB59 0x96AE # 0 +0xEB5A 0x96AF # 0 +0xEB5B 0x96B1 # 0 +0xEB5C 0x96B2 # 0 +0xEB5D 0x96B4 # 0 +0xEB5E 0x96B5 # 0 +0xEB5F 0x96B7 # 0 +0xEB60 0x96B8 # 0 +0xEB61 0x96BA # 0 +0xEB62 0x96BB # 0 +0xEB63 0x96BF # 0 +0xEB64 0x96C2 # 0 +0xEB65 0x96C3 # 0 +0xEB66 0x96C8 # 0 +0xEB67 0x96CA # 0 +0xEB68 0x96CB # 0 +0xEB69 0x96D0 # 0 +0xEB6A 0x96D1 # 0 +0xEB6B 0x96D3 # 0 +0xEB6C 0x96D4 # 0 +0xEB6D 0x96D6 # 0 +0xEB6E 0x96D7 # 0 +0xEB6F 0x96D8 # 0 +0xEB70 0x96D9 # 0 +0xEB71 0x96DA # 0 +0xEB72 0x96DB # 0 +0xEB73 0x96DC # 0 +0xEB74 0x96DD # 0 +0xEB75 0x96DE # 0 +0xEB76 0x96DF # 0 +0xEB77 0x96E1 # 0 +0xEB78 0x96E2 # 0 +0xEB79 0x96E3 # 0 +0xEB7A 0x96E4 # 0 +0xEB7B 0x96E5 # 0 +0xEB7C 0x96E6 # 0 +0xEB7D 0x96E7 # 0 +0xEB7E 0x96EB # 0 +0xEB80 0x96EC # 0 +0xEB81 0x96ED # 0 +0xEB82 0x96EE # 0 +0xEB83 0x96F0 # 0 +0xEB84 0x96F1 # 0 +0xEB85 0x96F2 # 0 +0xEB86 0x96F4 # 0 +0xEB87 0x96F5 # 0 +0xEB88 0x96F8 # 0 +0xEB89 0x96FA # 0 +0xEB8A 0x96FB # 0 +0xEB8B 0x96FC # 0 +0xEB8C 0x96FD # 0 +0xEB8D 0x96FF # 0 +0xEB8E 0x9702 # 0 +0xEB8F 0x9703 # 0 +0xEB90 0x9705 # 0 +0xEB91 0x970A # 0 +0xEB92 0x970B # 0 +0xEB93 0x970C # 0 +0xEB94 0x9710 # 0 +0xEB95 0x9711 # 0 +0xEB96 0x9712 # 0 +0xEB97 0x9714 # 0 +0xEB98 0x9715 # 0 +0xEB99 0x9717 # 0 +0xEB9A 0x9718 # 0 +0xEB9B 0x9719 # 0 +0xEB9C 0x971A # 0 +0xEB9D 0x971B # 0 +0xEB9E 0x971D # 0 +0xEB9F 0x971F # 0 +0xEBA0 0x9720 # 0 +0xEBA1 0x643F # 0 +0xEBA2 0x64D8 # 0 +0xEBA3 0x8004 # 0 +0xEBA4 0x6BEA # 0 +0xEBA5 0x6BF3 # 0 +0xEBA6 0x6BFD # 0 +0xEBA7 0x6BF5 # 0 +0xEBA8 0x6BF9 # 0 +0xEBA9 0x6C05 # 0 +0xEBAA 0x6C07 # 0 +0xEBAB 0x6C06 # 0 +0xEBAC 0x6C0D # 0 +0xEBAD 0x6C15 # 0 +0xEBAE 0x6C18 # 0 +0xEBAF 0x6C19 # 0 +0xEBB0 0x6C1A # 0 +0xEBB1 0x6C21 # 0 +0xEBB2 0x6C29 # 0 +0xEBB3 0x6C24 # 0 +0xEBB4 0x6C2A # 0 +0xEBB5 0x6C32 # 0 +0xEBB6 0x6535 # 0 +0xEBB7 0x6555 # 0 +0xEBB8 0x656B # 0 +0xEBB9 0x724D # 0 +0xEBBA 0x7252 # 0 +0xEBBB 0x7256 # 0 +0xEBBC 0x7230 # 0 +0xEBBD 0x8662 # 0 +0xEBBE 0x5216 # 0 +0xEBBF 0x809F # 0 +0xEBC0 0x809C # 0 +0xEBC1 0x8093 # 0 +0xEBC2 0x80BC # 0 +0xEBC3 0x670A # 0 +0xEBC4 0x80BD # 0 +0xEBC5 0x80B1 # 0 +0xEBC6 0x80AB # 0 +0xEBC7 0x80AD # 0 +0xEBC8 0x80B4 # 0 +0xEBC9 0x80B7 # 0 +0xEBCA 0x80E7 # 0 +0xEBCB 0x80E8 # 0 +0xEBCC 0x80E9 # 0 +0xEBCD 0x80EA # 0 +0xEBCE 0x80DB # 0 +0xEBCF 0x80C2 # 0 +0xEBD0 0x80C4 # 0 +0xEBD1 0x80D9 # 0 +0xEBD2 0x80CD # 0 +0xEBD3 0x80D7 # 0 +0xEBD4 0x6710 # 0 +0xEBD5 0x80DD # 0 +0xEBD6 0x80EB # 0 +0xEBD7 0x80F1 # 0 +0xEBD8 0x80F4 # 0 +0xEBD9 0x80ED # 0 +0xEBDA 0x810D # 0 +0xEBDB 0x810E # 0 +0xEBDC 0x80F2 # 0 +0xEBDD 0x80FC # 0 +0xEBDE 0x6715 # 0 +0xEBDF 0x8112 # 0 +0xEBE0 0x8C5A # 0 +0xEBE1 0x8136 # 0 +0xEBE2 0x811E # 0 +0xEBE3 0x812C # 0 +0xEBE4 0x8118 # 0 +0xEBE5 0x8132 # 0 +0xEBE6 0x8148 # 0 +0xEBE7 0x814C # 0 +0xEBE8 0x8153 # 0 +0xEBE9 0x8174 # 0 +0xEBEA 0x8159 # 0 +0xEBEB 0x815A # 0 +0xEBEC 0x8171 # 0 +0xEBED 0x8160 # 0 +0xEBEE 0x8169 # 0 +0xEBEF 0x817C # 0 +0xEBF0 0x817D # 0 +0xEBF1 0x816D # 0 +0xEBF2 0x8167 # 0 +0xEBF3 0x584D # 0 +0xEBF4 0x5AB5 # 0 +0xEBF5 0x8188 # 0 +0xEBF6 0x8182 # 0 +0xEBF7 0x8191 # 0 +0xEBF8 0x6ED5 # 0 +0xEBF9 0x81A3 # 0 +0xEBFA 0x81AA # 0 +0xEBFB 0x81CC # 0 +0xEBFC 0x6726 # 0 +0xEBFD 0x81CA # 0 +0xEBFE 0x81BB # 0 +0xEC40 0x9721 # 0 +0xEC41 0x9722 # 0 +0xEC42 0x9723 # 0 +0xEC43 0x9724 # 0 +0xEC44 0x9725 # 0 +0xEC45 0x9726 # 0 +0xEC46 0x9727 # 0 +0xEC47 0x9728 # 0 +0xEC48 0x9729 # 0 +0xEC49 0x972B # 0 +0xEC4A 0x972C # 0 +0xEC4B 0x972E # 0 +0xEC4C 0x972F # 0 +0xEC4D 0x9731 # 0 +0xEC4E 0x9733 # 0 +0xEC4F 0x9734 # 0 +0xEC50 0x9735 # 0 +0xEC51 0x9736 # 0 +0xEC52 0x9737 # 0 +0xEC53 0x973A # 0 +0xEC54 0x973B # 0 +0xEC55 0x973C # 0 +0xEC56 0x973D # 0 +0xEC57 0x973F # 0 +0xEC58 0x9740 # 0 +0xEC59 0x9741 # 0 +0xEC5A 0x9742 # 0 +0xEC5B 0x9743 # 0 +0xEC5C 0x9744 # 0 +0xEC5D 0x9745 # 0 +0xEC5E 0x9746 # 0 +0xEC5F 0x9747 # 0 +0xEC60 0x9748 # 0 +0xEC61 0x9749 # 0 +0xEC62 0x974A # 0 +0xEC63 0x974B # 0 +0xEC64 0x974C # 0 +0xEC65 0x974D # 0 +0xEC66 0x974E # 0 +0xEC67 0x974F # 0 +0xEC68 0x9750 # 0 +0xEC69 0x9751 # 0 +0xEC6A 0x9754 # 0 +0xEC6B 0x9755 # 0 +0xEC6C 0x9757 # 0 +0xEC6D 0x9758 # 0 +0xEC6E 0x975A # 0 +0xEC6F 0x975C # 0 +0xEC70 0x975D # 0 +0xEC71 0x975F # 0 +0xEC72 0x9763 # 0 +0xEC73 0x9764 # 0 +0xEC74 0x9766 # 0 +0xEC75 0x9767 # 0 +0xEC76 0x9768 # 0 +0xEC77 0x976A # 0 +0xEC78 0x976B # 0 +0xEC79 0x976C # 0 +0xEC7A 0x976D # 0 +0xEC7B 0x976E # 0 +0xEC7C 0x976F # 0 +0xEC7D 0x9770 # 0 +0xEC7E 0x9771 # 0 +0xEC80 0x9772 # 0 +0xEC81 0x9775 # 0 +0xEC82 0x9777 # 0 +0xEC83 0x9778 # 0 +0xEC84 0x9779 # 0 +0xEC85 0x977A # 0 +0xEC86 0x977B # 0 +0xEC87 0x977D # 0 +0xEC88 0x977E # 0 +0xEC89 0x977F # 0 +0xEC8A 0x9780 # 0 +0xEC8B 0x9781 # 0 +0xEC8C 0x9782 # 0 +0xEC8D 0x9783 # 0 +0xEC8E 0x9784 # 0 +0xEC8F 0x9786 # 0 +0xEC90 0x9787 # 0 +0xEC91 0x9788 # 0 +0xEC92 0x9789 # 0 +0xEC93 0x978A # 0 +0xEC94 0x978C # 0 +0xEC95 0x978E # 0 +0xEC96 0x978F # 0 +0xEC97 0x9790 # 0 +0xEC98 0x9793 # 0 +0xEC99 0x9795 # 0 +0xEC9A 0x9796 # 0 +0xEC9B 0x9797 # 0 +0xEC9C 0x9799 # 0 +0xEC9D 0x979A # 0 +0xEC9E 0x979B # 0 +0xEC9F 0x979C # 0 +0xECA0 0x979D # 0 +0xECA1 0x81C1 # 0 +0xECA2 0x81A6 # 0 +0xECA3 0x6B24 # 0 +0xECA4 0x6B37 # 0 +0xECA5 0x6B39 # 0 +0xECA6 0x6B43 # 0 +0xECA7 0x6B46 # 0 +0xECA8 0x6B59 # 0 +0xECA9 0x98D1 # 0 +0xECAA 0x98D2 # 0 +0xECAB 0x98D3 # 0 +0xECAC 0x98D5 # 0 +0xECAD 0x98D9 # 0 +0xECAE 0x98DA # 0 +0xECAF 0x6BB3 # 0 +0xECB0 0x5F40 # 0 +0xECB1 0x6BC2 # 0 +0xECB2 0x89F3 # 0 +0xECB3 0x6590 # 0 +0xECB4 0x9F51 # 0 +0xECB5 0x6593 # 0 +0xECB6 0x65BC # 0 +0xECB7 0x65C6 # 0 +0xECB8 0x65C4 # 0 +0xECB9 0x65C3 # 0 +0xECBA 0x65CC # 0 +0xECBB 0x65CE # 0 +0xECBC 0x65D2 # 0 +0xECBD 0x65D6 # 0 +0xECBE 0x7080 # 0 +0xECBF 0x709C # 0 +0xECC0 0x7096 # 0 +0xECC1 0x709D # 0 +0xECC2 0x70BB # 0 +0xECC3 0x70C0 # 0 +0xECC4 0x70B7 # 0 +0xECC5 0x70AB # 0 +0xECC6 0x70B1 # 0 +0xECC7 0x70E8 # 0 +0xECC8 0x70CA # 0 +0xECC9 0x7110 # 0 +0xECCA 0x7113 # 0 +0xECCB 0x7116 # 0 +0xECCC 0x712F # 0 +0xECCD 0x7131 # 0 +0xECCE 0x7173 # 0 +0xECCF 0x715C # 0 +0xECD0 0x7168 # 0 +0xECD1 0x7145 # 0 +0xECD2 0x7172 # 0 +0xECD3 0x714A # 0 +0xECD4 0x7178 # 0 +0xECD5 0x717A # 0 +0xECD6 0x7198 # 0 +0xECD7 0x71B3 # 0 +0xECD8 0x71B5 # 0 +0xECD9 0x71A8 # 0 +0xECDA 0x71A0 # 0 +0xECDB 0x71E0 # 0 +0xECDC 0x71D4 # 0 +0xECDD 0x71E7 # 0 +0xECDE 0x71F9 # 0 +0xECDF 0x721D # 0 +0xECE0 0x7228 # 0 +0xECE1 0x706C # 0 +0xECE2 0x7118 # 0 +0xECE3 0x7166 # 0 +0xECE4 0x71B9 # 0 +0xECE5 0x623E # 0 +0xECE6 0x623D # 0 +0xECE7 0x6243 # 0 +0xECE8 0x6248 # 0 +0xECE9 0x6249 # 0 +0xECEA 0x793B # 0 +0xECEB 0x7940 # 0 +0xECEC 0x7946 # 0 +0xECED 0x7949 # 0 +0xECEE 0x795B # 0 +0xECEF 0x795C # 0 +0xECF0 0x7953 # 0 +0xECF1 0x795A # 0 +0xECF2 0x7962 # 0 +0xECF3 0x7957 # 0 +0xECF4 0x7960 # 0 +0xECF5 0x796F # 0 +0xECF6 0x7967 # 0 +0xECF7 0x797A # 0 +0xECF8 0x7985 # 0 +0xECF9 0x798A # 0 +0xECFA 0x799A # 0 +0xECFB 0x79A7 # 0 +0xECFC 0x79B3 # 0 +0xECFD 0x5FD1 # 0 +0xECFE 0x5FD0 # 0 +0xED40 0x979E # 0 +0xED41 0x979F # 0 +0xED42 0x97A1 # 0 +0xED43 0x97A2 # 0 +0xED44 0x97A4 # 0 +0xED45 0x97A5 # 0 +0xED46 0x97A6 # 0 +0xED47 0x97A7 # 0 +0xED48 0x97A8 # 0 +0xED49 0x97A9 # 0 +0xED4A 0x97AA # 0 +0xED4B 0x97AC # 0 +0xED4C 0x97AE # 0 +0xED4D 0x97B0 # 0 +0xED4E 0x97B1 # 0 +0xED4F 0x97B3 # 0 +0xED50 0x97B5 # 0 +0xED51 0x97B6 # 0 +0xED52 0x97B7 # 0 +0xED53 0x97B8 # 0 +0xED54 0x97B9 # 0 +0xED55 0x97BA # 0 +0xED56 0x97BB # 0 +0xED57 0x97BC # 0 +0xED58 0x97BD # 0 +0xED59 0x97BE # 0 +0xED5A 0x97BF # 0 +0xED5B 0x97C0 # 0 +0xED5C 0x97C1 # 0 +0xED5D 0x97C2 # 0 +0xED5E 0x97C3 # 0 +0xED5F 0x97C4 # 0 +0xED60 0x97C5 # 0 +0xED61 0x97C6 # 0 +0xED62 0x97C7 # 0 +0xED63 0x97C8 # 0 +0xED64 0x97C9 # 0 +0xED65 0x97CA # 0 +0xED66 0x97CB # 0 +0xED67 0x97CC # 0 +0xED68 0x97CD # 0 +0xED69 0x97CE # 0 +0xED6A 0x97CF # 0 +0xED6B 0x97D0 # 0 +0xED6C 0x97D1 # 0 +0xED6D 0x97D2 # 0 +0xED6E 0x97D3 # 0 +0xED6F 0x97D4 # 0 +0xED70 0x97D5 # 0 +0xED71 0x97D6 # 0 +0xED72 0x97D7 # 0 +0xED73 0x97D8 # 0 +0xED74 0x97D9 # 0 +0xED75 0x97DA # 0 +0xED76 0x97DB # 0 +0xED77 0x97DC # 0 +0xED78 0x97DD # 0 +0xED79 0x97DE # 0 +0xED7A 0x97DF # 0 +0xED7B 0x97E0 # 0 +0xED7C 0x97E1 # 0 +0xED7D 0x97E2 # 0 +0xED7E 0x97E3 # 0 +0xED80 0x97E4 # 0 +0xED81 0x97E5 # 0 +0xED82 0x97E8 # 0 +0xED83 0x97EE # 0 +0xED84 0x97EF # 0 +0xED85 0x97F0 # 0 +0xED86 0x97F1 # 0 +0xED87 0x97F2 # 0 +0xED88 0x97F4 # 0 +0xED89 0x97F7 # 0 +0xED8A 0x97F8 # 0 +0xED8B 0x97F9 # 0 +0xED8C 0x97FA # 0 +0xED8D 0x97FB # 0 +0xED8E 0x97FC # 0 +0xED8F 0x97FD # 0 +0xED90 0x97FE # 0 +0xED91 0x97FF # 0 +0xED92 0x9800 # 0 +0xED93 0x9801 # 0 +0xED94 0x9802 # 0 +0xED95 0x9803 # 0 +0xED96 0x9804 # 0 +0xED97 0x9805 # 0 +0xED98 0x9806 # 0 +0xED99 0x9807 # 0 +0xED9A 0x9808 # 0 +0xED9B 0x9809 # 0 +0xED9C 0x980A # 0 +0xED9D 0x980B # 0 +0xED9E 0x980C # 0 +0xED9F 0x980D # 0 +0xEDA0 0x980E # 0 +0xEDA1 0x603C # 0 +0xEDA2 0x605D # 0 +0xEDA3 0x605A # 0 +0xEDA4 0x6067 # 0 +0xEDA5 0x6041 # 0 +0xEDA6 0x6059 # 0 +0xEDA7 0x6063 # 0 +0xEDA8 0x60AB # 0 +0xEDA9 0x6106 # 0 +0xEDAA 0x610D # 0 +0xEDAB 0x615D # 0 +0xEDAC 0x61A9 # 0 +0xEDAD 0x619D # 0 +0xEDAE 0x61CB # 0 +0xEDAF 0x61D1 # 0 +0xEDB0 0x6206 # 0 +0xEDB1 0x8080 # 0 +0xEDB2 0x807F # 0 +0xEDB3 0x6C93 # 0 +0xEDB4 0x6CF6 # 0 +0xEDB5 0x6DFC # 0 +0xEDB6 0x77F6 # 0 +0xEDB7 0x77F8 # 0 +0xEDB8 0x7800 # 0 +0xEDB9 0x7809 # 0 +0xEDBA 0x7817 # 0 +0xEDBB 0x7818 # 0 +0xEDBC 0x7811 # 0 +0xEDBD 0x65AB # 0 +0xEDBE 0x782D # 0 +0xEDBF 0x781C # 0 +0xEDC0 0x781D # 0 +0xEDC1 0x7839 # 0 +0xEDC2 0x783A # 0 +0xEDC3 0x783B # 0 +0xEDC4 0x781F # 0 +0xEDC5 0x783C # 0 +0xEDC6 0x7825 # 0 +0xEDC7 0x782C # 0 +0xEDC8 0x7823 # 0 +0xEDC9 0x7829 # 0 +0xEDCA 0x784E # 0 +0xEDCB 0x786D # 0 +0xEDCC 0x7856 # 0 +0xEDCD 0x7857 # 0 +0xEDCE 0x7826 # 0 +0xEDCF 0x7850 # 0 +0xEDD0 0x7847 # 0 +0xEDD1 0x784C # 0 +0xEDD2 0x786A # 0 +0xEDD3 0x789B # 0 +0xEDD4 0x7893 # 0 +0xEDD5 0x789A # 0 +0xEDD6 0x7887 # 0 +0xEDD7 0x789C # 0 +0xEDD8 0x78A1 # 0 +0xEDD9 0x78A3 # 0 +0xEDDA 0x78B2 # 0 +0xEDDB 0x78B9 # 0 +0xEDDC 0x78A5 # 0 +0xEDDD 0x78D4 # 0 +0xEDDE 0x78D9 # 0 +0xEDDF 0x78C9 # 0 +0xEDE0 0x78EC # 0 +0xEDE1 0x78F2 # 0 +0xEDE2 0x7905 # 0 +0xEDE3 0x78F4 # 0 +0xEDE4 0x7913 # 0 +0xEDE5 0x7924 # 0 +0xEDE6 0x791E # 0 +0xEDE7 0x7934 # 0 +0xEDE8 0x9F9B # 0 +0xEDE9 0x9EF9 # 0 +0xEDEA 0x9EFB # 0 +0xEDEB 0x9EFC # 0 +0xEDEC 0x76F1 # 0 +0xEDED 0x7704 # 0 +0xEDEE 0x770D # 0 +0xEDEF 0x76F9 # 0 +0xEDF0 0x7707 # 0 +0xEDF1 0x7708 # 0 +0xEDF2 0x771A # 0 +0xEDF3 0x7722 # 0 +0xEDF4 0x7719 # 0 +0xEDF5 0x772D # 0 +0xEDF6 0x7726 # 0 +0xEDF7 0x7735 # 0 +0xEDF8 0x7738 # 0 +0xEDF9 0x7750 # 0 +0xEDFA 0x7751 # 0 +0xEDFB 0x7747 # 0 +0xEDFC 0x7743 # 0 +0xEDFD 0x775A # 0 +0xEDFE 0x7768 # 0 +0xEE40 0x980F # 0 +0xEE41 0x9810 # 0 +0xEE42 0x9811 # 0 +0xEE43 0x9812 # 0 +0xEE44 0x9813 # 0 +0xEE45 0x9814 # 0 +0xEE46 0x9815 # 0 +0xEE47 0x9816 # 0 +0xEE48 0x9817 # 0 +0xEE49 0x9818 # 0 +0xEE4A 0x9819 # 0 +0xEE4B 0x981A # 0 +0xEE4C 0x981B # 0 +0xEE4D 0x981C # 0 +0xEE4E 0x981D # 0 +0xEE4F 0x981E # 0 +0xEE50 0x981F # 0 +0xEE51 0x9820 # 0 +0xEE52 0x9821 # 0 +0xEE53 0x9822 # 0 +0xEE54 0x9823 # 0 +0xEE55 0x9824 # 0 +0xEE56 0x9825 # 0 +0xEE57 0x9826 # 0 +0xEE58 0x9827 # 0 +0xEE59 0x9828 # 0 +0xEE5A 0x9829 # 0 +0xEE5B 0x982A # 0 +0xEE5C 0x982B # 0 +0xEE5D 0x982C # 0 +0xEE5E 0x982D # 0 +0xEE5F 0x982E # 0 +0xEE60 0x982F # 0 +0xEE61 0x9830 # 0 +0xEE62 0x9831 # 0 +0xEE63 0x9832 # 0 +0xEE64 0x9833 # 0 +0xEE65 0x9834 # 0 +0xEE66 0x9835 # 0 +0xEE67 0x9836 # 0 +0xEE68 0x9837 # 0 +0xEE69 0x9838 # 0 +0xEE6A 0x9839 # 0 +0xEE6B 0x983A # 0 +0xEE6C 0x983B # 0 +0xEE6D 0x983C # 0 +0xEE6E 0x983D # 0 +0xEE6F 0x983E # 0 +0xEE70 0x983F # 0 +0xEE71 0x9840 # 0 +0xEE72 0x9841 # 0 +0xEE73 0x9842 # 0 +0xEE74 0x9843 # 0 +0xEE75 0x9844 # 0 +0xEE76 0x9845 # 0 +0xEE77 0x9846 # 0 +0xEE78 0x9847 # 0 +0xEE79 0x9848 # 0 +0xEE7A 0x9849 # 0 +0xEE7B 0x984A # 0 +0xEE7C 0x984B # 0 +0xEE7D 0x984C # 0 +0xEE7E 0x984D # 0 +0xEE80 0x984E # 0 +0xEE81 0x984F # 0 +0xEE82 0x9850 # 0 +0xEE83 0x9851 # 0 +0xEE84 0x9852 # 0 +0xEE85 0x9853 # 0 +0xEE86 0x9854 # 0 +0xEE87 0x9855 # 0 +0xEE88 0x9856 # 0 +0xEE89 0x9857 # 0 +0xEE8A 0x9858 # 0 +0xEE8B 0x9859 # 0 +0xEE8C 0x985A # 0 +0xEE8D 0x985B # 0 +0xEE8E 0x985C # 0 +0xEE8F 0x985D # 0 +0xEE90 0x985E # 0 +0xEE91 0x985F # 0 +0xEE92 0x9860 # 0 +0xEE93 0x9861 # 0 +0xEE94 0x9862 # 0 +0xEE95 0x9863 # 0 +0xEE96 0x9864 # 0 +0xEE97 0x9865 # 0 +0xEE98 0x9866 # 0 +0xEE99 0x9867 # 0 +0xEE9A 0x9868 # 0 +0xEE9B 0x9869 # 0 +0xEE9C 0x986A # 0 +0xEE9D 0x986B # 0 +0xEE9E 0x986C # 0 +0xEE9F 0x986D # 0 +0xEEA0 0x986E # 0 +0xEEA1 0x7762 # 0 +0xEEA2 0x7765 # 0 +0xEEA3 0x777F # 0 +0xEEA4 0x778D # 0 +0xEEA5 0x777D # 0 +0xEEA6 0x7780 # 0 +0xEEA7 0x778C # 0 +0xEEA8 0x7791 # 0 +0xEEA9 0x779F # 0 +0xEEAA 0x77A0 # 0 +0xEEAB 0x77B0 # 0 +0xEEAC 0x77B5 # 0 +0xEEAD 0x77BD # 0 +0xEEAE 0x753A # 0 +0xEEAF 0x7540 # 0 +0xEEB0 0x754E # 0 +0xEEB1 0x754B # 0 +0xEEB2 0x7548 # 0 +0xEEB3 0x755B # 0 +0xEEB4 0x7572 # 0 +0xEEB5 0x7579 # 0 +0xEEB6 0x7583 # 0 +0xEEB7 0x7F58 # 0 +0xEEB8 0x7F61 # 0 +0xEEB9 0x7F5F # 0 +0xEEBA 0x8A48 # 0 +0xEEBB 0x7F68 # 0 +0xEEBC 0x7F74 # 0 +0xEEBD 0x7F71 # 0 +0xEEBE 0x7F79 # 0 +0xEEBF 0x7F81 # 0 +0xEEC0 0x7F7E # 0 +0xEEC1 0x76CD # 0 +0xEEC2 0x76E5 # 0 +0xEEC3 0x8832 # 0 +0xEEC4 0x9485 # 0 +0xEEC5 0x9486 # 0 +0xEEC6 0x9487 # 0 +0xEEC7 0x948B # 0 +0xEEC8 0x948A # 0 +0xEEC9 0x948C # 0 +0xEECA 0x948D # 0 +0xEECB 0x948F # 0 +0xEECC 0x9490 # 0 +0xEECD 0x9494 # 0 +0xEECE 0x9497 # 0 +0xEECF 0x9495 # 0 +0xEED0 0x949A # 0 +0xEED1 0x949B # 0 +0xEED2 0x949C # 0 +0xEED3 0x94A3 # 0 +0xEED4 0x94A4 # 0 +0xEED5 0x94AB # 0 +0xEED6 0x94AA # 0 +0xEED7 0x94AD # 0 +0xEED8 0x94AC # 0 +0xEED9 0x94AF # 0 +0xEEDA 0x94B0 # 0 +0xEEDB 0x94B2 # 0 +0xEEDC 0x94B4 # 0 +0xEEDD 0x94B6 # 0 +0xEEDE 0x94B7 # 0 +0xEEDF 0x94B8 # 0 +0xEEE0 0x94B9 # 0 +0xEEE1 0x94BA # 0 +0xEEE2 0x94BC # 0 +0xEEE3 0x94BD # 0 +0xEEE4 0x94BF # 0 +0xEEE5 0x94C4 # 0 +0xEEE6 0x94C8 # 0 +0xEEE7 0x94C9 # 0 +0xEEE8 0x94CA # 0 +0xEEE9 0x94CB # 0 +0xEEEA 0x94CC # 0 +0xEEEB 0x94CD # 0 +0xEEEC 0x94CE # 0 +0xEEED 0x94D0 # 0 +0xEEEE 0x94D1 # 0 +0xEEEF 0x94D2 # 0 +0xEEF0 0x94D5 # 0 +0xEEF1 0x94D6 # 0 +0xEEF2 0x94D7 # 0 +0xEEF3 0x94D9 # 0 +0xEEF4 0x94D8 # 0 +0xEEF5 0x94DB # 0 +0xEEF6 0x94DE # 0 +0xEEF7 0x94DF # 0 +0xEEF8 0x94E0 # 0 +0xEEF9 0x94E2 # 0 +0xEEFA 0x94E4 # 0 +0xEEFB 0x94E5 # 0 +0xEEFC 0x94E7 # 0 +0xEEFD 0x94E8 # 0 +0xEEFE 0x94EA # 0 +0xEF40 0x986F # 0 +0xEF41 0x9870 # 0 +0xEF42 0x9871 # 0 +0xEF43 0x9872 # 0 +0xEF44 0x9873 # 0 +0xEF45 0x9874 # 0 +0xEF46 0x988B # 0 +0xEF47 0x988E # 0 +0xEF48 0x9892 # 0 +0xEF49 0x9895 # 0 +0xEF4A 0x9899 # 0 +0xEF4B 0x98A3 # 0 +0xEF4C 0x98A8 # 0 +0xEF4D 0x98A9 # 0 +0xEF4E 0x98AA # 0 +0xEF4F 0x98AB # 0 +0xEF50 0x98AC # 0 +0xEF51 0x98AD # 0 +0xEF52 0x98AE # 0 +0xEF53 0x98AF # 0 +0xEF54 0x98B0 # 0 +0xEF55 0x98B1 # 0 +0xEF56 0x98B2 # 0 +0xEF57 0x98B3 # 0 +0xEF58 0x98B4 # 0 +0xEF59 0x98B5 # 0 +0xEF5A 0x98B6 # 0 +0xEF5B 0x98B7 # 0 +0xEF5C 0x98B8 # 0 +0xEF5D 0x98B9 # 0 +0xEF5E 0x98BA # 0 +0xEF5F 0x98BB # 0 +0xEF60 0x98BC # 0 +0xEF61 0x98BD # 0 +0xEF62 0x98BE # 0 +0xEF63 0x98BF # 0 +0xEF64 0x98C0 # 0 +0xEF65 0x98C1 # 0 +0xEF66 0x98C2 # 0 +0xEF67 0x98C3 # 0 +0xEF68 0x98C4 # 0 +0xEF69 0x98C5 # 0 +0xEF6A 0x98C6 # 0 +0xEF6B 0x98C7 # 0 +0xEF6C 0x98C8 # 0 +0xEF6D 0x98C9 # 0 +0xEF6E 0x98CA # 0 +0xEF6F 0x98CB # 0 +0xEF70 0x98CC # 0 +0xEF71 0x98CD # 0 +0xEF72 0x98CF # 0 +0xEF73 0x98D0 # 0 +0xEF74 0x98D4 # 0 +0xEF75 0x98D6 # 0 +0xEF76 0x98D7 # 0 +0xEF77 0x98DB # 0 +0xEF78 0x98DC # 0 +0xEF79 0x98DD # 0 +0xEF7A 0x98E0 # 0 +0xEF7B 0x98E1 # 0 +0xEF7C 0x98E2 # 0 +0xEF7D 0x98E3 # 0 +0xEF7E 0x98E4 # 0 +0xEF80 0x98E5 # 0 +0xEF81 0x98E6 # 0 +0xEF82 0x98E9 # 0 +0xEF83 0x98EA # 0 +0xEF84 0x98EB # 0 +0xEF85 0x98EC # 0 +0xEF86 0x98ED # 0 +0xEF87 0x98EE # 0 +0xEF88 0x98EF # 0 +0xEF89 0x98F0 # 0 +0xEF8A 0x98F1 # 0 +0xEF8B 0x98F2 # 0 +0xEF8C 0x98F3 # 0 +0xEF8D 0x98F4 # 0 +0xEF8E 0x98F5 # 0 +0xEF8F 0x98F6 # 0 +0xEF90 0x98F7 # 0 +0xEF91 0x98F8 # 0 +0xEF92 0x98F9 # 0 +0xEF93 0x98FA # 0 +0xEF94 0x98FB # 0 +0xEF95 0x98FC # 0 +0xEF96 0x98FD # 0 +0xEF97 0x98FE # 0 +0xEF98 0x98FF # 0 +0xEF99 0x9900 # 0 +0xEF9A 0x9901 # 0 +0xEF9B 0x9902 # 0 +0xEF9C 0x9903 # 0 +0xEF9D 0x9904 # 0 +0xEF9E 0x9905 # 0 +0xEF9F 0x9906 # 0 +0xEFA0 0x9907 # 0 +0xEFA1 0x94E9 # 0 +0xEFA2 0x94EB # 0 +0xEFA3 0x94EE # 0 +0xEFA4 0x94EF # 0 +0xEFA5 0x94F3 # 0 +0xEFA6 0x94F4 # 0 +0xEFA7 0x94F5 # 0 +0xEFA8 0x94F7 # 0 +0xEFA9 0x94F9 # 0 +0xEFAA 0x94FC # 0 +0xEFAB 0x94FD # 0 +0xEFAC 0x94FF # 0 +0xEFAD 0x9503 # 0 +0xEFAE 0x9502 # 0 +0xEFAF 0x9506 # 0 +0xEFB0 0x9507 # 0 +0xEFB1 0x9509 # 0 +0xEFB2 0x950A # 0 +0xEFB3 0x950D # 0 +0xEFB4 0x950E # 0 +0xEFB5 0x950F # 0 +0xEFB6 0x9512 # 0 +0xEFB7 0x9513 # 0 +0xEFB8 0x9514 # 0 +0xEFB9 0x9515 # 0 +0xEFBA 0x9516 # 0 +0xEFBB 0x9518 # 0 +0xEFBC 0x951B # 0 +0xEFBD 0x951D # 0 +0xEFBE 0x951E # 0 +0xEFBF 0x951F # 0 +0xEFC0 0x9522 # 0 +0xEFC1 0x952A # 0 +0xEFC2 0x952B # 0 +0xEFC3 0x9529 # 0 +0xEFC4 0x952C # 0 +0xEFC5 0x9531 # 0 +0xEFC6 0x9532 # 0 +0xEFC7 0x9534 # 0 +0xEFC8 0x9536 # 0 +0xEFC9 0x9537 # 0 +0xEFCA 0x9538 # 0 +0xEFCB 0x953C # 0 +0xEFCC 0x953E # 0 +0xEFCD 0x953F # 0 +0xEFCE 0x9542 # 0 +0xEFCF 0x9535 # 0 +0xEFD0 0x9544 # 0 +0xEFD1 0x9545 # 0 +0xEFD2 0x9546 # 0 +0xEFD3 0x9549 # 0 +0xEFD4 0x954C # 0 +0xEFD5 0x954E # 0 +0xEFD6 0x954F # 0 +0xEFD7 0x9552 # 0 +0xEFD8 0x9553 # 0 +0xEFD9 0x9554 # 0 +0xEFDA 0x9556 # 0 +0xEFDB 0x9557 # 0 +0xEFDC 0x9558 # 0 +0xEFDD 0x9559 # 0 +0xEFDE 0x955B # 0 +0xEFDF 0x955E # 0 +0xEFE0 0x955F # 0 +0xEFE1 0x955D # 0 +0xEFE2 0x9561 # 0 +0xEFE3 0x9562 # 0 +0xEFE4 0x9564 # 0 +0xEFE5 0x9565 # 0 +0xEFE6 0x9566 # 0 +0xEFE7 0x9567 # 0 +0xEFE8 0x9568 # 0 +0xEFE9 0x9569 # 0 +0xEFEA 0x956A # 0 +0xEFEB 0x956B # 0 +0xEFEC 0x956C # 0 +0xEFED 0x956F # 0 +0xEFEE 0x9571 # 0 +0xEFEF 0x9572 # 0 +0xEFF0 0x9573 # 0 +0xEFF1 0x953A # 0 +0xEFF2 0x77E7 # 0 +0xEFF3 0x77EC # 0 +0xEFF4 0x96C9 # 0 +0xEFF5 0x79D5 # 0 +0xEFF6 0x79ED # 0 +0xEFF7 0x79E3 # 0 +0xEFF8 0x79EB # 0 +0xEFF9 0x7A06 # 0 +0xEFFA 0x5D47 # 0 +0xEFFB 0x7A03 # 0 +0xEFFC 0x7A02 # 0 +0xEFFD 0x7A1E # 0 +0xEFFE 0x7A14 # 0 +0xF040 0x9908 # 0 +0xF041 0x9909 # 0 +0xF042 0x990A # 0 +0xF043 0x990B # 0 +0xF044 0x990C # 0 +0xF045 0x990E # 0 +0xF046 0x990F # 0 +0xF047 0x9911 # 0 +0xF048 0x9912 # 0 +0xF049 0x9913 # 0 +0xF04A 0x9914 # 0 +0xF04B 0x9915 # 0 +0xF04C 0x9916 # 0 +0xF04D 0x9917 # 0 +0xF04E 0x9918 # 0 +0xF04F 0x9919 # 0 +0xF050 0x991A # 0 +0xF051 0x991B # 0 +0xF052 0x991C # 0 +0xF053 0x991D # 0 +0xF054 0x991E # 0 +0xF055 0x991F # 0 +0xF056 0x9920 # 0 +0xF057 0x9921 # 0 +0xF058 0x9922 # 0 +0xF059 0x9923 # 0 +0xF05A 0x9924 # 0 +0xF05B 0x9925 # 0 +0xF05C 0x9926 # 0 +0xF05D 0x9927 # 0 +0xF05E 0x9928 # 0 +0xF05F 0x9929 # 0 +0xF060 0x992A # 0 +0xF061 0x992B # 0 +0xF062 0x992C # 0 +0xF063 0x992D # 0 +0xF064 0x992F # 0 +0xF065 0x9930 # 0 +0xF066 0x9931 # 0 +0xF067 0x9932 # 0 +0xF068 0x9933 # 0 +0xF069 0x9934 # 0 +0xF06A 0x9935 # 0 +0xF06B 0x9936 # 0 +0xF06C 0x9937 # 0 +0xF06D 0x9938 # 0 +0xF06E 0x9939 # 0 +0xF06F 0x993A # 0 +0xF070 0x993B # 0 +0xF071 0x993C # 0 +0xF072 0x993D # 0 +0xF073 0x993E # 0 +0xF074 0x993F # 0 +0xF075 0x9940 # 0 +0xF076 0x9941 # 0 +0xF077 0x9942 # 0 +0xF078 0x9943 # 0 +0xF079 0x9944 # 0 +0xF07A 0x9945 # 0 +0xF07B 0x9946 # 0 +0xF07C 0x9947 # 0 +0xF07D 0x9948 # 0 +0xF07E 0x9949 # 0 +0xF080 0x994A # 0 +0xF081 0x994B # 0 +0xF082 0x994C # 0 +0xF083 0x994D # 0 +0xF084 0x994E # 0 +0xF085 0x994F # 0 +0xF086 0x9950 # 0 +0xF087 0x9951 # 0 +0xF088 0x9952 # 0 +0xF089 0x9953 # 0 +0xF08A 0x9956 # 0 +0xF08B 0x9957 # 0 +0xF08C 0x9958 # 0 +0xF08D 0x9959 # 0 +0xF08E 0x995A # 0 +0xF08F 0x995B # 0 +0xF090 0x995C # 0 +0xF091 0x995D # 0 +0xF092 0x995E # 0 +0xF093 0x995F # 0 +0xF094 0x9960 # 0 +0xF095 0x9961 # 0 +0xF096 0x9962 # 0 +0xF097 0x9964 # 0 +0xF098 0x9966 # 0 +0xF099 0x9973 # 0 +0xF09A 0x9978 # 0 +0xF09B 0x9979 # 0 +0xF09C 0x997B # 0 +0xF09D 0x997E # 0 +0xF09E 0x9982 # 0 +0xF09F 0x9983 # 0 +0xF0A0 0x9989 # 0 +0xF0A1 0x7A39 # 0 +0xF0A2 0x7A37 # 0 +0xF0A3 0x7A51 # 0 +0xF0A4 0x9ECF # 0 +0xF0A5 0x99A5 # 0 +0xF0A6 0x7A70 # 0 +0xF0A7 0x7688 # 0 +0xF0A8 0x768E # 0 +0xF0A9 0x7693 # 0 +0xF0AA 0x7699 # 0 +0xF0AB 0x76A4 # 0 +0xF0AC 0x74DE # 0 +0xF0AD 0x74E0 # 0 +0xF0AE 0x752C # 0 +0xF0AF 0x9E20 # 0 +0xF0B0 0x9E22 # 0 +0xF0B1 0x9E28 # 0 +0xF0B2 0x9E29 # 0 +0xF0B3 0x9E2A # 0 +0xF0B4 0x9E2B # 0 +0xF0B5 0x9E2C # 0 +0xF0B6 0x9E32 # 0 +0xF0B7 0x9E31 # 0 +0xF0B8 0x9E36 # 0 +0xF0B9 0x9E38 # 0 +0xF0BA 0x9E37 # 0 +0xF0BB 0x9E39 # 0 +0xF0BC 0x9E3A # 0 +0xF0BD 0x9E3E # 0 +0xF0BE 0x9E41 # 0 +0xF0BF 0x9E42 # 0 +0xF0C0 0x9E44 # 0 +0xF0C1 0x9E46 # 0 +0xF0C2 0x9E47 # 0 +0xF0C3 0x9E48 # 0 +0xF0C4 0x9E49 # 0 +0xF0C5 0x9E4B # 0 +0xF0C6 0x9E4C # 0 +0xF0C7 0x9E4E # 0 +0xF0C8 0x9E51 # 0 +0xF0C9 0x9E55 # 0 +0xF0CA 0x9E57 # 0 +0xF0CB 0x9E5A # 0 +0xF0CC 0x9E5B # 0 +0xF0CD 0x9E5C # 0 +0xF0CE 0x9E5E # 0 +0xF0CF 0x9E63 # 0 +0xF0D0 0x9E66 # 0 +0xF0D1 0x9E67 # 0 +0xF0D2 0x9E68 # 0 +0xF0D3 0x9E69 # 0 +0xF0D4 0x9E6A # 0 +0xF0D5 0x9E6B # 0 +0xF0D6 0x9E6C # 0 +0xF0D7 0x9E71 # 0 +0xF0D8 0x9E6D # 0 +0xF0D9 0x9E73 # 0 +0xF0DA 0x7592 # 0 +0xF0DB 0x7594 # 0 +0xF0DC 0x7596 # 0 +0xF0DD 0x75A0 # 0 +0xF0DE 0x759D # 0 +0xF0DF 0x75AC # 0 +0xF0E0 0x75A3 # 0 +0xF0E1 0x75B3 # 0 +0xF0E2 0x75B4 # 0 +0xF0E3 0x75B8 # 0 +0xF0E4 0x75C4 # 0 +0xF0E5 0x75B1 # 0 +0xF0E6 0x75B0 # 0 +0xF0E7 0x75C3 # 0 +0xF0E8 0x75C2 # 0 +0xF0E9 0x75D6 # 0 +0xF0EA 0x75CD # 0 +0xF0EB 0x75E3 # 0 +0xF0EC 0x75E8 # 0 +0xF0ED 0x75E6 # 0 +0xF0EE 0x75E4 # 0 +0xF0EF 0x75EB # 0 +0xF0F0 0x75E7 # 0 +0xF0F1 0x7603 # 0 +0xF0F2 0x75F1 # 0 +0xF0F3 0x75FC # 0 +0xF0F4 0x75FF # 0 +0xF0F5 0x7610 # 0 +0xF0F6 0x7600 # 0 +0xF0F7 0x7605 # 0 +0xF0F8 0x760C # 0 +0xF0F9 0x7617 # 0 +0xF0FA 0x760A # 0 +0xF0FB 0x7625 # 0 +0xF0FC 0x7618 # 0 +0xF0FD 0x7615 # 0 +0xF0FE 0x7619 # 0 +0xF140 0x998C # 0 +0xF141 0x998E # 0 +0xF142 0x999A # 0 +0xF143 0x999B # 0 +0xF144 0x999C # 0 +0xF145 0x999D # 0 +0xF146 0x999E # 0 +0xF147 0x999F # 0 +0xF148 0x99A0 # 0 +0xF149 0x99A1 # 0 +0xF14A 0x99A2 # 0 +0xF14B 0x99A3 # 0 +0xF14C 0x99A4 # 0 +0xF14D 0x99A6 # 0 +0xF14E 0x99A7 # 0 +0xF14F 0x99A9 # 0 +0xF150 0x99AA # 0 +0xF151 0x99AB # 0 +0xF152 0x99AC # 0 +0xF153 0x99AD # 0 +0xF154 0x99AE # 0 +0xF155 0x99AF # 0 +0xF156 0x99B0 # 0 +0xF157 0x99B1 # 0 +0xF158 0x99B2 # 0 +0xF159 0x99B3 # 0 +0xF15A 0x99B4 # 0 +0xF15B 0x99B5 # 0 +0xF15C 0x99B6 # 0 +0xF15D 0x99B7 # 0 +0xF15E 0x99B8 # 0 +0xF15F 0x99B9 # 0 +0xF160 0x99BA # 0 +0xF161 0x99BB # 0 +0xF162 0x99BC # 0 +0xF163 0x99BD # 0 +0xF164 0x99BE # 0 +0xF165 0x99BF # 0 +0xF166 0x99C0 # 0 +0xF167 0x99C1 # 0 +0xF168 0x99C2 # 0 +0xF169 0x99C3 # 0 +0xF16A 0x99C4 # 0 +0xF16B 0x99C5 # 0 +0xF16C 0x99C6 # 0 +0xF16D 0x99C7 # 0 +0xF16E 0x99C8 # 0 +0xF16F 0x99C9 # 0 +0xF170 0x99CA # 0 +0xF171 0x99CB # 0 +0xF172 0x99CC # 0 +0xF173 0x99CD # 0 +0xF174 0x99CE # 0 +0xF175 0x99CF # 0 +0xF176 0x99D0 # 0 +0xF177 0x99D1 # 0 +0xF178 0x99D2 # 0 +0xF179 0x99D3 # 0 +0xF17A 0x99D4 # 0 +0xF17B 0x99D5 # 0 +0xF17C 0x99D6 # 0 +0xF17D 0x99D7 # 0 +0xF17E 0x99D8 # 0 +0xF180 0x99D9 # 0 +0xF181 0x99DA # 0 +0xF182 0x99DB # 0 +0xF183 0x99DC # 0 +0xF184 0x99DD # 0 +0xF185 0x99DE # 0 +0xF186 0x99DF # 0 +0xF187 0x99E0 # 0 +0xF188 0x99E1 # 0 +0xF189 0x99E2 # 0 +0xF18A 0x99E3 # 0 +0xF18B 0x99E4 # 0 +0xF18C 0x99E5 # 0 +0xF18D 0x99E6 # 0 +0xF18E 0x99E7 # 0 +0xF18F 0x99E8 # 0 +0xF190 0x99E9 # 0 +0xF191 0x99EA # 0 +0xF192 0x99EB # 0 +0xF193 0x99EC # 0 +0xF194 0x99ED # 0 +0xF195 0x99EE # 0 +0xF196 0x99EF # 0 +0xF197 0x99F0 # 0 +0xF198 0x99F1 # 0 +0xF199 0x99F2 # 0 +0xF19A 0x99F3 # 0 +0xF19B 0x99F4 # 0 +0xF19C 0x99F5 # 0 +0xF19D 0x99F6 # 0 +0xF19E 0x99F7 # 0 +0xF19F 0x99F8 # 0 +0xF1A0 0x99F9 # 0 +0xF1A1 0x761B # 0 +0xF1A2 0x763C # 0 +0xF1A3 0x7622 # 0 +0xF1A4 0x7620 # 0 +0xF1A5 0x7640 # 0 +0xF1A6 0x762D # 0 +0xF1A7 0x7630 # 0 +0xF1A8 0x763F # 0 +0xF1A9 0x7635 # 0 +0xF1AA 0x7643 # 0 +0xF1AB 0x763E # 0 +0xF1AC 0x7633 # 0 +0xF1AD 0x764D # 0 +0xF1AE 0x765E # 0 +0xF1AF 0x7654 # 0 +0xF1B0 0x765C # 0 +0xF1B1 0x7656 # 0 +0xF1B2 0x766B # 0 +0xF1B3 0x766F # 0 +0xF1B4 0x7FCA # 0 +0xF1B5 0x7AE6 # 0 +0xF1B6 0x7A78 # 0 +0xF1B7 0x7A79 # 0 +0xF1B8 0x7A80 # 0 +0xF1B9 0x7A86 # 0 +0xF1BA 0x7A88 # 0 +0xF1BB 0x7A95 # 0 +0xF1BC 0x7AA6 # 0 +0xF1BD 0x7AA0 # 0 +0xF1BE 0x7AAC # 0 +0xF1BF 0x7AA8 # 0 +0xF1C0 0x7AAD # 0 +0xF1C1 0x7AB3 # 0 +0xF1C2 0x8864 # 0 +0xF1C3 0x8869 # 0 +0xF1C4 0x8872 # 0 +0xF1C5 0x887D # 0 +0xF1C6 0x887F # 0 +0xF1C7 0x8882 # 0 +0xF1C8 0x88A2 # 0 +0xF1C9 0x88C6 # 0 +0xF1CA 0x88B7 # 0 +0xF1CB 0x88BC # 0 +0xF1CC 0x88C9 # 0 +0xF1CD 0x88E2 # 0 +0xF1CE 0x88CE # 0 +0xF1CF 0x88E3 # 0 +0xF1D0 0x88E5 # 0 +0xF1D1 0x88F1 # 0 +0xF1D2 0x891A # 0 +0xF1D3 0x88FC # 0 +0xF1D4 0x88E8 # 0 +0xF1D5 0x88FE # 0 +0xF1D6 0x88F0 # 0 +0xF1D7 0x8921 # 0 +0xF1D8 0x8919 # 0 +0xF1D9 0x8913 # 0 +0xF1DA 0x891B # 0 +0xF1DB 0x890A # 0 +0xF1DC 0x8934 # 0 +0xF1DD 0x892B # 0 +0xF1DE 0x8936 # 0 +0xF1DF 0x8941 # 0 +0xF1E0 0x8966 # 0 +0xF1E1 0x897B # 0 +0xF1E2 0x758B # 0 +0xF1E3 0x80E5 # 0 +0xF1E4 0x76B2 # 0 +0xF1E5 0x76B4 # 0 +0xF1E6 0x77DC # 0 +0xF1E7 0x8012 # 0 +0xF1E8 0x8014 # 0 +0xF1E9 0x8016 # 0 +0xF1EA 0x801C # 0 +0xF1EB 0x8020 # 0 +0xF1EC 0x8022 # 0 +0xF1ED 0x8025 # 0 +0xF1EE 0x8026 # 0 +0xF1EF 0x8027 # 0 +0xF1F0 0x8029 # 0 +0xF1F1 0x8028 # 0 +0xF1F2 0x8031 # 0 +0xF1F3 0x800B # 0 +0xF1F4 0x8035 # 0 +0xF1F5 0x8043 # 0 +0xF1F6 0x8046 # 0 +0xF1F7 0x804D # 0 +0xF1F8 0x8052 # 0 +0xF1F9 0x8069 # 0 +0xF1FA 0x8071 # 0 +0xF1FB 0x8983 # 0 +0xF1FC 0x9878 # 0 +0xF1FD 0x9880 # 0 +0xF1FE 0x9883 # 0 +0xF240 0x99FA # 0 +0xF241 0x99FB # 0 +0xF242 0x99FC # 0 +0xF243 0x99FD # 0 +0xF244 0x99FE # 0 +0xF245 0x99FF # 0 +0xF246 0x9A00 # 0 +0xF247 0x9A01 # 0 +0xF248 0x9A02 # 0 +0xF249 0x9A03 # 0 +0xF24A 0x9A04 # 0 +0xF24B 0x9A05 # 0 +0xF24C 0x9A06 # 0 +0xF24D 0x9A07 # 0 +0xF24E 0x9A08 # 0 +0xF24F 0x9A09 # 0 +0xF250 0x9A0A # 0 +0xF251 0x9A0B # 0 +0xF252 0x9A0C # 0 +0xF253 0x9A0D # 0 +0xF254 0x9A0E # 0 +0xF255 0x9A0F # 0 +0xF256 0x9A10 # 0 +0xF257 0x9A11 # 0 +0xF258 0x9A12 # 0 +0xF259 0x9A13 # 0 +0xF25A 0x9A14 # 0 +0xF25B 0x9A15 # 0 +0xF25C 0x9A16 # 0 +0xF25D 0x9A17 # 0 +0xF25E 0x9A18 # 0 +0xF25F 0x9A19 # 0 +0xF260 0x9A1A # 0 +0xF261 0x9A1B # 0 +0xF262 0x9A1C # 0 +0xF263 0x9A1D # 0 +0xF264 0x9A1E # 0 +0xF265 0x9A1F # 0 +0xF266 0x9A20 # 0 +0xF267 0x9A21 # 0 +0xF268 0x9A22 # 0 +0xF269 0x9A23 # 0 +0xF26A 0x9A24 # 0 +0xF26B 0x9A25 # 0 +0xF26C 0x9A26 # 0 +0xF26D 0x9A27 # 0 +0xF26E 0x9A28 # 0 +0xF26F 0x9A29 # 0 +0xF270 0x9A2A # 0 +0xF271 0x9A2B # 0 +0xF272 0x9A2C # 0 +0xF273 0x9A2D # 0 +0xF274 0x9A2E # 0 +0xF275 0x9A2F # 0 +0xF276 0x9A30 # 0 +0xF277 0x9A31 # 0 +0xF278 0x9A32 # 0 +0xF279 0x9A33 # 0 +0xF27A 0x9A34 # 0 +0xF27B 0x9A35 # 0 +0xF27C 0x9A36 # 0 +0xF27D 0x9A37 # 0 +0xF27E 0x9A38 # 0 +0xF280 0x9A39 # 0 +0xF281 0x9A3A # 0 +0xF282 0x9A3B # 0 +0xF283 0x9A3C # 0 +0xF284 0x9A3D # 0 +0xF285 0x9A3E # 0 +0xF286 0x9A3F # 0 +0xF287 0x9A40 # 0 +0xF288 0x9A41 # 0 +0xF289 0x9A42 # 0 +0xF28A 0x9A43 # 0 +0xF28B 0x9A44 # 0 +0xF28C 0x9A45 # 0 +0xF28D 0x9A46 # 0 +0xF28E 0x9A47 # 0 +0xF28F 0x9A48 # 0 +0xF290 0x9A49 # 0 +0xF291 0x9A4A # 0 +0xF292 0x9A4B # 0 +0xF293 0x9A4C # 0 +0xF294 0x9A4D # 0 +0xF295 0x9A4E # 0 +0xF296 0x9A4F # 0 +0xF297 0x9A50 # 0 +0xF298 0x9A51 # 0 +0xF299 0x9A52 # 0 +0xF29A 0x9A53 # 0 +0xF29B 0x9A54 # 0 +0xF29C 0x9A55 # 0 +0xF29D 0x9A56 # 0 +0xF29E 0x9A57 # 0 +0xF29F 0x9A58 # 0 +0xF2A0 0x9A59 # 0 +0xF2A1 0x9889 # 0 +0xF2A2 0x988C # 0 +0xF2A3 0x988D # 0 +0xF2A4 0x988F # 0 +0xF2A5 0x9894 # 0 +0xF2A6 0x989A # 0 +0xF2A7 0x989B # 0 +0xF2A8 0x989E # 0 +0xF2A9 0x989F # 0 +0xF2AA 0x98A1 # 0 +0xF2AB 0x98A2 # 0 +0xF2AC 0x98A5 # 0 +0xF2AD 0x98A6 # 0 +0xF2AE 0x864D # 0 +0xF2AF 0x8654 # 0 +0xF2B0 0x866C # 0 +0xF2B1 0x866E # 0 +0xF2B2 0x867F # 0 +0xF2B3 0x867A # 0 +0xF2B4 0x867C # 0 +0xF2B5 0x867B # 0 +0xF2B6 0x86A8 # 0 +0xF2B7 0x868D # 0 +0xF2B8 0x868B # 0 +0xF2B9 0x86AC # 0 +0xF2BA 0x869D # 0 +0xF2BB 0x86A7 # 0 +0xF2BC 0x86A3 # 0 +0xF2BD 0x86AA # 0 +0xF2BE 0x8693 # 0 +0xF2BF 0x86A9 # 0 +0xF2C0 0x86B6 # 0 +0xF2C1 0x86C4 # 0 +0xF2C2 0x86B5 # 0 +0xF2C3 0x86CE # 0 +0xF2C4 0x86B0 # 0 +0xF2C5 0x86BA # 0 +0xF2C6 0x86B1 # 0 +0xF2C7 0x86AF # 0 +0xF2C8 0x86C9 # 0 +0xF2C9 0x86CF # 0 +0xF2CA 0x86B4 # 0 +0xF2CB 0x86E9 # 0 +0xF2CC 0x86F1 # 0 +0xF2CD 0x86F2 # 0 +0xF2CE 0x86ED # 0 +0xF2CF 0x86F3 # 0 +0xF2D0 0x86D0 # 0 +0xF2D1 0x8713 # 0 +0xF2D2 0x86DE # 0 +0xF2D3 0x86F4 # 0 +0xF2D4 0x86DF # 0 +0xF2D5 0x86D8 # 0 +0xF2D6 0x86D1 # 0 +0xF2D7 0x8703 # 0 +0xF2D8 0x8707 # 0 +0xF2D9 0x86F8 # 0 +0xF2DA 0x8708 # 0 +0xF2DB 0x870A # 0 +0xF2DC 0x870D # 0 +0xF2DD 0x8709 # 0 +0xF2DE 0x8723 # 0 +0xF2DF 0x873B # 0 +0xF2E0 0x871E # 0 +0xF2E1 0x8725 # 0 +0xF2E2 0x872E # 0 +0xF2E3 0x871A # 0 +0xF2E4 0x873E # 0 +0xF2E5 0x8748 # 0 +0xF2E6 0x8734 # 0 +0xF2E7 0x8731 # 0 +0xF2E8 0x8729 # 0 +0xF2E9 0x8737 # 0 +0xF2EA 0x873F # 0 +0xF2EB 0x8782 # 0 +0xF2EC 0x8722 # 0 +0xF2ED 0x877D # 0 +0xF2EE 0x877E # 0 +0xF2EF 0x877B # 0 +0xF2F0 0x8760 # 0 +0xF2F1 0x8770 # 0 +0xF2F2 0x874C # 0 +0xF2F3 0x876E # 0 +0xF2F4 0x878B # 0 +0xF2F5 0x8753 # 0 +0xF2F6 0x8763 # 0 +0xF2F7 0x877C # 0 +0xF2F8 0x8764 # 0 +0xF2F9 0x8759 # 0 +0xF2FA 0x8765 # 0 +0xF2FB 0x8793 # 0 +0xF2FC 0x87AF # 0 +0xF2FD 0x87A8 # 0 +0xF2FE 0x87D2 # 0 +0xF340 0x9A5A # 0 +0xF341 0x9A5B # 0 +0xF342 0x9A5C # 0 +0xF343 0x9A5D # 0 +0xF344 0x9A5E # 0 +0xF345 0x9A5F # 0 +0xF346 0x9A60 # 0 +0xF347 0x9A61 # 0 +0xF348 0x9A62 # 0 +0xF349 0x9A63 # 0 +0xF34A 0x9A64 # 0 +0xF34B 0x9A65 # 0 +0xF34C 0x9A66 # 0 +0xF34D 0x9A67 # 0 +0xF34E 0x9A68 # 0 +0xF34F 0x9A69 # 0 +0xF350 0x9A6A # 0 +0xF351 0x9A6B # 0 +0xF352 0x9A72 # 0 +0xF353 0x9A83 # 0 +0xF354 0x9A89 # 0 +0xF355 0x9A8D # 0 +0xF356 0x9A8E # 0 +0xF357 0x9A94 # 0 +0xF358 0x9A95 # 0 +0xF359 0x9A99 # 0 +0xF35A 0x9AA6 # 0 +0xF35B 0x9AA9 # 0 +0xF35C 0x9AAA # 0 +0xF35D 0x9AAB # 0 +0xF35E 0x9AAC # 0 +0xF35F 0x9AAD # 0 +0xF360 0x9AAE # 0 +0xF361 0x9AAF # 0 +0xF362 0x9AB2 # 0 +0xF363 0x9AB3 # 0 +0xF364 0x9AB4 # 0 +0xF365 0x9AB5 # 0 +0xF366 0x9AB9 # 0 +0xF367 0x9ABB # 0 +0xF368 0x9ABD # 0 +0xF369 0x9ABE # 0 +0xF36A 0x9ABF # 0 +0xF36B 0x9AC3 # 0 +0xF36C 0x9AC4 # 0 +0xF36D 0x9AC6 # 0 +0xF36E 0x9AC7 # 0 +0xF36F 0x9AC8 # 0 +0xF370 0x9AC9 # 0 +0xF371 0x9ACA # 0 +0xF372 0x9ACD # 0 +0xF373 0x9ACE # 0 +0xF374 0x9ACF # 0 +0xF375 0x9AD0 # 0 +0xF376 0x9AD2 # 0 +0xF377 0x9AD4 # 0 +0xF378 0x9AD5 # 0 +0xF379 0x9AD6 # 0 +0xF37A 0x9AD7 # 0 +0xF37B 0x9AD9 # 0 +0xF37C 0x9ADA # 0 +0xF37D 0x9ADB # 0 +0xF37E 0x9ADC # 0 +0xF380 0x9ADD # 0 +0xF381 0x9ADE # 0 +0xF382 0x9AE0 # 0 +0xF383 0x9AE2 # 0 +0xF384 0x9AE3 # 0 +0xF385 0x9AE4 # 0 +0xF386 0x9AE5 # 0 +0xF387 0x9AE7 # 0 +0xF388 0x9AE8 # 0 +0xF389 0x9AE9 # 0 +0xF38A 0x9AEA # 0 +0xF38B 0x9AEC # 0 +0xF38C 0x9AEE # 0 +0xF38D 0x9AF0 # 0 +0xF38E 0x9AF1 # 0 +0xF38F 0x9AF2 # 0 +0xF390 0x9AF3 # 0 +0xF391 0x9AF4 # 0 +0xF392 0x9AF5 # 0 +0xF393 0x9AF6 # 0 +0xF394 0x9AF7 # 0 +0xF395 0x9AF8 # 0 +0xF396 0x9AFA # 0 +0xF397 0x9AFC # 0 +0xF398 0x9AFD # 0 +0xF399 0x9AFE # 0 +0xF39A 0x9AFF # 0 +0xF39B 0x9B00 # 0 +0xF39C 0x9B01 # 0 +0xF39D 0x9B02 # 0 +0xF39E 0x9B04 # 0 +0xF39F 0x9B05 # 0 +0xF3A0 0x9B06 # 0 +0xF3A1 0x87C6 # 0 +0xF3A2 0x8788 # 0 +0xF3A3 0x8785 # 0 +0xF3A4 0x87AD # 0 +0xF3A5 0x8797 # 0 +0xF3A6 0x8783 # 0 +0xF3A7 0x87AB # 0 +0xF3A8 0x87E5 # 0 +0xF3A9 0x87AC # 0 +0xF3AA 0x87B5 # 0 +0xF3AB 0x87B3 # 0 +0xF3AC 0x87CB # 0 +0xF3AD 0x87D3 # 0 +0xF3AE 0x87BD # 0 +0xF3AF 0x87D1 # 0 +0xF3B0 0x87C0 # 0 +0xF3B1 0x87CA # 0 +0xF3B2 0x87DB # 0 +0xF3B3 0x87EA # 0 +0xF3B4 0x87E0 # 0 +0xF3B5 0x87EE # 0 +0xF3B6 0x8816 # 0 +0xF3B7 0x8813 # 0 +0xF3B8 0x87FE # 0 +0xF3B9 0x880A # 0 +0xF3BA 0x881B # 0 +0xF3BB 0x8821 # 0 +0xF3BC 0x8839 # 0 +0xF3BD 0x883C # 0 +0xF3BE 0x7F36 # 0 +0xF3BF 0x7F42 # 0 +0xF3C0 0x7F44 # 0 +0xF3C1 0x7F45 # 0 +0xF3C2 0x8210 # 0 +0xF3C3 0x7AFA # 0 +0xF3C4 0x7AFD # 0 +0xF3C5 0x7B08 # 0 +0xF3C6 0x7B03 # 0 +0xF3C7 0x7B04 # 0 +0xF3C8 0x7B15 # 0 +0xF3C9 0x7B0A # 0 +0xF3CA 0x7B2B # 0 +0xF3CB 0x7B0F # 0 +0xF3CC 0x7B47 # 0 +0xF3CD 0x7B38 # 0 +0xF3CE 0x7B2A # 0 +0xF3CF 0x7B19 # 0 +0xF3D0 0x7B2E # 0 +0xF3D1 0x7B31 # 0 +0xF3D2 0x7B20 # 0 +0xF3D3 0x7B25 # 0 +0xF3D4 0x7B24 # 0 +0xF3D5 0x7B33 # 0 +0xF3D6 0x7B3E # 0 +0xF3D7 0x7B1E # 0 +0xF3D8 0x7B58 # 0 +0xF3D9 0x7B5A # 0 +0xF3DA 0x7B45 # 0 +0xF3DB 0x7B75 # 0 +0xF3DC 0x7B4C # 0 +0xF3DD 0x7B5D # 0 +0xF3DE 0x7B60 # 0 +0xF3DF 0x7B6E # 0 +0xF3E0 0x7B7B # 0 +0xF3E1 0x7B62 # 0 +0xF3E2 0x7B72 # 0 +0xF3E3 0x7B71 # 0 +0xF3E4 0x7B90 # 0 +0xF3E5 0x7BA6 # 0 +0xF3E6 0x7BA7 # 0 +0xF3E7 0x7BB8 # 0 +0xF3E8 0x7BAC # 0 +0xF3E9 0x7B9D # 0 +0xF3EA 0x7BA8 # 0 +0xF3EB 0x7B85 # 0 +0xF3EC 0x7BAA # 0 +0xF3ED 0x7B9C # 0 +0xF3EE 0x7BA2 # 0 +0xF3EF 0x7BAB # 0 +0xF3F0 0x7BB4 # 0 +0xF3F1 0x7BD1 # 0 +0xF3F2 0x7BC1 # 0 +0xF3F3 0x7BCC # 0 +0xF3F4 0x7BDD # 0 +0xF3F5 0x7BDA # 0 +0xF3F6 0x7BE5 # 0 +0xF3F7 0x7BE6 # 0 +0xF3F8 0x7BEA # 0 +0xF3F9 0x7C0C # 0 +0xF3FA 0x7BFE # 0 +0xF3FB 0x7BFC # 0 +0xF3FC 0x7C0F # 0 +0xF3FD 0x7C16 # 0 +0xF3FE 0x7C0B # 0 +0xF440 0x9B07 # 0 +0xF441 0x9B09 # 0 +0xF442 0x9B0A # 0 +0xF443 0x9B0B # 0 +0xF444 0x9B0C # 0 +0xF445 0x9B0D # 0 +0xF446 0x9B0E # 0 +0xF447 0x9B10 # 0 +0xF448 0x9B11 # 0 +0xF449 0x9B12 # 0 +0xF44A 0x9B14 # 0 +0xF44B 0x9B15 # 0 +0xF44C 0x9B16 # 0 +0xF44D 0x9B17 # 0 +0xF44E 0x9B18 # 0 +0xF44F 0x9B19 # 0 +0xF450 0x9B1A # 0 +0xF451 0x9B1B # 0 +0xF452 0x9B1C # 0 +0xF453 0x9B1D # 0 +0xF454 0x9B1E # 0 +0xF455 0x9B20 # 0 +0xF456 0x9B21 # 0 +0xF457 0x9B22 # 0 +0xF458 0x9B24 # 0 +0xF459 0x9B25 # 0 +0xF45A 0x9B26 # 0 +0xF45B 0x9B27 # 0 +0xF45C 0x9B28 # 0 +0xF45D 0x9B29 # 0 +0xF45E 0x9B2A # 0 +0xF45F 0x9B2B # 0 +0xF460 0x9B2C # 0 +0xF461 0x9B2D # 0 +0xF462 0x9B2E # 0 +0xF463 0x9B30 # 0 +0xF464 0x9B31 # 0 +0xF465 0x9B33 # 0 +0xF466 0x9B34 # 0 +0xF467 0x9B35 # 0 +0xF468 0x9B36 # 0 +0xF469 0x9B37 # 0 +0xF46A 0x9B38 # 0 +0xF46B 0x9B39 # 0 +0xF46C 0x9B3A # 0 +0xF46D 0x9B3D # 0 +0xF46E 0x9B3E # 0 +0xF46F 0x9B3F # 0 +0xF470 0x9B40 # 0 +0xF471 0x9B46 # 0 +0xF472 0x9B4A # 0 +0xF473 0x9B4B # 0 +0xF474 0x9B4C # 0 +0xF475 0x9B4E # 0 +0xF476 0x9B50 # 0 +0xF477 0x9B52 # 0 +0xF478 0x9B53 # 0 +0xF479 0x9B55 # 0 +0xF47A 0x9B56 # 0 +0xF47B 0x9B57 # 0 +0xF47C 0x9B58 # 0 +0xF47D 0x9B59 # 0 +0xF47E 0x9B5A # 0 +0xF480 0x9B5B # 0 +0xF481 0x9B5C # 0 +0xF482 0x9B5D # 0 +0xF483 0x9B5E # 0 +0xF484 0x9B5F # 0 +0xF485 0x9B60 # 0 +0xF486 0x9B61 # 0 +0xF487 0x9B62 # 0 +0xF488 0x9B63 # 0 +0xF489 0x9B64 # 0 +0xF48A 0x9B65 # 0 +0xF48B 0x9B66 # 0 +0xF48C 0x9B67 # 0 +0xF48D 0x9B68 # 0 +0xF48E 0x9B69 # 0 +0xF48F 0x9B6A # 0 +0xF490 0x9B6B # 0 +0xF491 0x9B6C # 0 +0xF492 0x9B6D # 0 +0xF493 0x9B6E # 0 +0xF494 0x9B6F # 0 +0xF495 0x9B70 # 0 +0xF496 0x9B71 # 0 +0xF497 0x9B72 # 0 +0xF498 0x9B73 # 0 +0xF499 0x9B74 # 0 +0xF49A 0x9B75 # 0 +0xF49B 0x9B76 # 0 +0xF49C 0x9B77 # 0 +0xF49D 0x9B78 # 0 +0xF49E 0x9B79 # 0 +0xF49F 0x9B7A # 0 +0xF4A0 0x9B7B # 0 +0xF4A1 0x7C1F # 0 +0xF4A2 0x7C2A # 0 +0xF4A3 0x7C26 # 0 +0xF4A4 0x7C38 # 0 +0xF4A5 0x7C41 # 0 +0xF4A6 0x7C40 # 0 +0xF4A7 0x81FE # 0 +0xF4A8 0x8201 # 0 +0xF4A9 0x8202 # 0 +0xF4AA 0x8204 # 0 +0xF4AB 0x81EC # 0 +0xF4AC 0x8844 # 0 +0xF4AD 0x8221 # 0 +0xF4AE 0x8222 # 0 +0xF4AF 0x8223 # 0 +0xF4B0 0x822D # 0 +0xF4B1 0x822F # 0 +0xF4B2 0x8228 # 0 +0xF4B3 0x822B # 0 +0xF4B4 0x8238 # 0 +0xF4B5 0x823B # 0 +0xF4B6 0x8233 # 0 +0xF4B7 0x8234 # 0 +0xF4B8 0x823E # 0 +0xF4B9 0x8244 # 0 +0xF4BA 0x8249 # 0 +0xF4BB 0x824B # 0 +0xF4BC 0x824F # 0 +0xF4BD 0x825A # 0 +0xF4BE 0x825F # 0 +0xF4BF 0x8268 # 0 +0xF4C0 0x887E # 0 +0xF4C1 0x8885 # 0 +0xF4C2 0x8888 # 0 +0xF4C3 0x88D8 # 0 +0xF4C4 0x88DF # 0 +0xF4C5 0x895E # 0 +0xF4C6 0x7F9D # 0 +0xF4C7 0x7F9F # 0 +0xF4C8 0x7FA7 # 0 +0xF4C9 0x7FAF # 0 +0xF4CA 0x7FB0 # 0 +0xF4CB 0x7FB2 # 0 +0xF4CC 0x7C7C # 0 +0xF4CD 0x6549 # 0 +0xF4CE 0x7C91 # 0 +0xF4CF 0x7C9D # 0 +0xF4D0 0x7C9C # 0 +0xF4D1 0x7C9E # 0 +0xF4D2 0x7CA2 # 0 +0xF4D3 0x7CB2 # 0 +0xF4D4 0x7CBC # 0 +0xF4D5 0x7CBD # 0 +0xF4D6 0x7CC1 # 0 +0xF4D7 0x7CC7 # 0 +0xF4D8 0x7CCC # 0 +0xF4D9 0x7CCD # 0 +0xF4DA 0x7CC8 # 0 +0xF4DB 0x7CC5 # 0 +0xF4DC 0x7CD7 # 0 +0xF4DD 0x7CE8 # 0 +0xF4DE 0x826E # 0 +0xF4DF 0x66A8 # 0 +0xF4E0 0x7FBF # 0 +0xF4E1 0x7FCE # 0 +0xF4E2 0x7FD5 # 0 +0xF4E3 0x7FE5 # 0 +0xF4E4 0x7FE1 # 0 +0xF4E5 0x7FE6 # 0 +0xF4E6 0x7FE9 # 0 +0xF4E7 0x7FEE # 0 +0xF4E8 0x7FF3 # 0 +0xF4E9 0x7CF8 # 0 +0xF4EA 0x7D77 # 0 +0xF4EB 0x7DA6 # 0 +0xF4EC 0x7DAE # 0 +0xF4ED 0x7E47 # 0 +0xF4EE 0x7E9B # 0 +0xF4EF 0x9EB8 # 0 +0xF4F0 0x9EB4 # 0 +0xF4F1 0x8D73 # 0 +0xF4F2 0x8D84 # 0 +0xF4F3 0x8D94 # 0 +0xF4F4 0x8D91 # 0 +0xF4F5 0x8DB1 # 0 +0xF4F6 0x8D67 # 0 +0xF4F7 0x8D6D # 0 +0xF4F8 0x8C47 # 0 +0xF4F9 0x8C49 # 0 +0xF4FA 0x914A # 0 +0xF4FB 0x9150 # 0 +0xF4FC 0x914E # 0 +0xF4FD 0x914F # 0 +0xF4FE 0x9164 # 0 +0xF540 0x9B7C # 0 +0xF541 0x9B7D # 0 +0xF542 0x9B7E # 0 +0xF543 0x9B7F # 0 +0xF544 0x9B80 # 0 +0xF545 0x9B81 # 0 +0xF546 0x9B82 # 0 +0xF547 0x9B83 # 0 +0xF548 0x9B84 # 0 +0xF549 0x9B85 # 0 +0xF54A 0x9B86 # 0 +0xF54B 0x9B87 # 0 +0xF54C 0x9B88 # 0 +0xF54D 0x9B89 # 0 +0xF54E 0x9B8A # 0 +0xF54F 0x9B8B # 0 +0xF550 0x9B8C # 0 +0xF551 0x9B8D # 0 +0xF552 0x9B8E # 0 +0xF553 0x9B8F # 0 +0xF554 0x9B90 # 0 +0xF555 0x9B91 # 0 +0xF556 0x9B92 # 0 +0xF557 0x9B93 # 0 +0xF558 0x9B94 # 0 +0xF559 0x9B95 # 0 +0xF55A 0x9B96 # 0 +0xF55B 0x9B97 # 0 +0xF55C 0x9B98 # 0 +0xF55D 0x9B99 # 0 +0xF55E 0x9B9A # 0 +0xF55F 0x9B9B # 0 +0xF560 0x9B9C # 0 +0xF561 0x9B9D # 0 +0xF562 0x9B9E # 0 +0xF563 0x9B9F # 0 +0xF564 0x9BA0 # 0 +0xF565 0x9BA1 # 0 +0xF566 0x9BA2 # 0 +0xF567 0x9BA3 # 0 +0xF568 0x9BA4 # 0 +0xF569 0x9BA5 # 0 +0xF56A 0x9BA6 # 0 +0xF56B 0x9BA7 # 0 +0xF56C 0x9BA8 # 0 +0xF56D 0x9BA9 # 0 +0xF56E 0x9BAA # 0 +0xF56F 0x9BAB # 0 +0xF570 0x9BAC # 0 +0xF571 0x9BAD # 0 +0xF572 0x9BAE # 0 +0xF573 0x9BAF # 0 +0xF574 0x9BB0 # 0 +0xF575 0x9BB1 # 0 +0xF576 0x9BB2 # 0 +0xF577 0x9BB3 # 0 +0xF578 0x9BB4 # 0 +0xF579 0x9BB5 # 0 +0xF57A 0x9BB6 # 0 +0xF57B 0x9BB7 # 0 +0xF57C 0x9BB8 # 0 +0xF57D 0x9BB9 # 0 +0xF57E 0x9BBA # 0 +0xF580 0x9BBB # 0 +0xF581 0x9BBC # 0 +0xF582 0x9BBD # 0 +0xF583 0x9BBE # 0 +0xF584 0x9BBF # 0 +0xF585 0x9BC0 # 0 +0xF586 0x9BC1 # 0 +0xF587 0x9BC2 # 0 +0xF588 0x9BC3 # 0 +0xF589 0x9BC4 # 0 +0xF58A 0x9BC5 # 0 +0xF58B 0x9BC6 # 0 +0xF58C 0x9BC7 # 0 +0xF58D 0x9BC8 # 0 +0xF58E 0x9BC9 # 0 +0xF58F 0x9BCA # 0 +0xF590 0x9BCB # 0 +0xF591 0x9BCC # 0 +0xF592 0x9BCD # 0 +0xF593 0x9BCE # 0 +0xF594 0x9BCF # 0 +0xF595 0x9BD0 # 0 +0xF596 0x9BD1 # 0 +0xF597 0x9BD2 # 0 +0xF598 0x9BD3 # 0 +0xF599 0x9BD4 # 0 +0xF59A 0x9BD5 # 0 +0xF59B 0x9BD6 # 0 +0xF59C 0x9BD7 # 0 +0xF59D 0x9BD8 # 0 +0xF59E 0x9BD9 # 0 +0xF59F 0x9BDA # 0 +0xF5A0 0x9BDB # 0 +0xF5A1 0x9162 # 0 +0xF5A2 0x9161 # 0 +0xF5A3 0x9170 # 0 +0xF5A4 0x9169 # 0 +0xF5A5 0x916F # 0 +0xF5A6 0x917D # 0 +0xF5A7 0x917E # 0 +0xF5A8 0x9172 # 0 +0xF5A9 0x9174 # 0 +0xF5AA 0x9179 # 0 +0xF5AB 0x918C # 0 +0xF5AC 0x9185 # 0 +0xF5AD 0x9190 # 0 +0xF5AE 0x918D # 0 +0xF5AF 0x9191 # 0 +0xF5B0 0x91A2 # 0 +0xF5B1 0x91A3 # 0 +0xF5B2 0x91AA # 0 +0xF5B3 0x91AD # 0 +0xF5B4 0x91AE # 0 +0xF5B5 0x91AF # 0 +0xF5B6 0x91B5 # 0 +0xF5B7 0x91B4 # 0 +0xF5B8 0x91BA # 0 +0xF5B9 0x8C55 # 0 +0xF5BA 0x9E7E # 0 +0xF5BB 0x8DB8 # 0 +0xF5BC 0x8DEB # 0 +0xF5BD 0x8E05 # 0 +0xF5BE 0x8E59 # 0 +0xF5BF 0x8E69 # 0 +0xF5C0 0x8DB5 # 0 +0xF5C1 0x8DBF # 0 +0xF5C2 0x8DBC # 0 +0xF5C3 0x8DBA # 0 +0xF5C4 0x8DC4 # 0 +0xF5C5 0x8DD6 # 0 +0xF5C6 0x8DD7 # 0 +0xF5C7 0x8DDA # 0 +0xF5C8 0x8DDE # 0 +0xF5C9 0x8DCE # 0 +0xF5CA 0x8DCF # 0 +0xF5CB 0x8DDB # 0 +0xF5CC 0x8DC6 # 0 +0xF5CD 0x8DEC # 0 +0xF5CE 0x8DF7 # 0 +0xF5CF 0x8DF8 # 0 +0xF5D0 0x8DE3 # 0 +0xF5D1 0x8DF9 # 0 +0xF5D2 0x8DFB # 0 +0xF5D3 0x8DE4 # 0 +0xF5D4 0x8E09 # 0 +0xF5D5 0x8DFD # 0 +0xF5D6 0x8E14 # 0 +0xF5D7 0x8E1D # 0 +0xF5D8 0x8E1F # 0 +0xF5D9 0x8E2C # 0 +0xF5DA 0x8E2E # 0 +0xF5DB 0x8E23 # 0 +0xF5DC 0x8E2F # 0 +0xF5DD 0x8E3A # 0 +0xF5DE 0x8E40 # 0 +0xF5DF 0x8E39 # 0 +0xF5E0 0x8E35 # 0 +0xF5E1 0x8E3D # 0 +0xF5E2 0x8E31 # 0 +0xF5E3 0x8E49 # 0 +0xF5E4 0x8E41 # 0 +0xF5E5 0x8E42 # 0 +0xF5E6 0x8E51 # 0 +0xF5E7 0x8E52 # 0 +0xF5E8 0x8E4A # 0 +0xF5E9 0x8E70 # 0 +0xF5EA 0x8E76 # 0 +0xF5EB 0x8E7C # 0 +0xF5EC 0x8E6F # 0 +0xF5ED 0x8E74 # 0 +0xF5EE 0x8E85 # 0 +0xF5EF 0x8E8F # 0 +0xF5F0 0x8E94 # 0 +0xF5F1 0x8E90 # 0 +0xF5F2 0x8E9C # 0 +0xF5F3 0x8E9E # 0 +0xF5F4 0x8C78 # 0 +0xF5F5 0x8C82 # 0 +0xF5F6 0x8C8A # 0 +0xF5F7 0x8C85 # 0 +0xF5F8 0x8C98 # 0 +0xF5F9 0x8C94 # 0 +0xF5FA 0x659B # 0 +0xF5FB 0x89D6 # 0 +0xF5FC 0x89DE # 0 +0xF5FD 0x89DA # 0 +0xF5FE 0x89DC # 0 +0xF640 0x9BDC # 0 +0xF641 0x9BDD # 0 +0xF642 0x9BDE # 0 +0xF643 0x9BDF # 0 +0xF644 0x9BE0 # 0 +0xF645 0x9BE1 # 0 +0xF646 0x9BE2 # 0 +0xF647 0x9BE3 # 0 +0xF648 0x9BE4 # 0 +0xF649 0x9BE5 # 0 +0xF64A 0x9BE6 # 0 +0xF64B 0x9BE7 # 0 +0xF64C 0x9BE8 # 0 +0xF64D 0x9BE9 # 0 +0xF64E 0x9BEA # 0 +0xF64F 0x9BEB # 0 +0xF650 0x9BEC # 0 +0xF651 0x9BED # 0 +0xF652 0x9BEE # 0 +0xF653 0x9BEF # 0 +0xF654 0x9BF0 # 0 +0xF655 0x9BF1 # 0 +0xF656 0x9BF2 # 0 +0xF657 0x9BF3 # 0 +0xF658 0x9BF4 # 0 +0xF659 0x9BF5 # 0 +0xF65A 0x9BF6 # 0 +0xF65B 0x9BF7 # 0 +0xF65C 0x9BF8 # 0 +0xF65D 0x9BF9 # 0 +0xF65E 0x9BFA # 0 +0xF65F 0x9BFB # 0 +0xF660 0x9BFC # 0 +0xF661 0x9BFD # 0 +0xF662 0x9BFE # 0 +0xF663 0x9BFF # 0 +0xF664 0x9C00 # 0 +0xF665 0x9C01 # 0 +0xF666 0x9C02 # 0 +0xF667 0x9C03 # 0 +0xF668 0x9C04 # 0 +0xF669 0x9C05 # 0 +0xF66A 0x9C06 # 0 +0xF66B 0x9C07 # 0 +0xF66C 0x9C08 # 0 +0xF66D 0x9C09 # 0 +0xF66E 0x9C0A # 0 +0xF66F 0x9C0B # 0 +0xF670 0x9C0C # 0 +0xF671 0x9C0D # 0 +0xF672 0x9C0E # 0 +0xF673 0x9C0F # 0 +0xF674 0x9C10 # 0 +0xF675 0x9C11 # 0 +0xF676 0x9C12 # 0 +0xF677 0x9C13 # 0 +0xF678 0x9C14 # 0 +0xF679 0x9C15 # 0 +0xF67A 0x9C16 # 0 +0xF67B 0x9C17 # 0 +0xF67C 0x9C18 # 0 +0xF67D 0x9C19 # 0 +0xF67E 0x9C1A # 0 +0xF680 0x9C1B # 0 +0xF681 0x9C1C # 0 +0xF682 0x9C1D # 0 +0xF683 0x9C1E # 0 +0xF684 0x9C1F # 0 +0xF685 0x9C20 # 0 +0xF686 0x9C21 # 0 +0xF687 0x9C22 # 0 +0xF688 0x9C23 # 0 +0xF689 0x9C24 # 0 +0xF68A 0x9C25 # 0 +0xF68B 0x9C26 # 0 +0xF68C 0x9C27 # 0 +0xF68D 0x9C28 # 0 +0xF68E 0x9C29 # 0 +0xF68F 0x9C2A # 0 +0xF690 0x9C2B # 0 +0xF691 0x9C2C # 0 +0xF692 0x9C2D # 0 +0xF693 0x9C2E # 0 +0xF694 0x9C2F # 0 +0xF695 0x9C30 # 0 +0xF696 0x9C31 # 0 +0xF697 0x9C32 # 0 +0xF698 0x9C33 # 0 +0xF699 0x9C34 # 0 +0xF69A 0x9C35 # 0 +0xF69B 0x9C36 # 0 +0xF69C 0x9C37 # 0 +0xF69D 0x9C38 # 0 +0xF69E 0x9C39 # 0 +0xF69F 0x9C3A # 0 +0xF6A0 0x9C3B # 0 +0xF6A1 0x89E5 # 0 +0xF6A2 0x89EB # 0 +0xF6A3 0x89EF # 0 +0xF6A4 0x8A3E # 0 +0xF6A5 0x8B26 # 0 +0xF6A6 0x9753 # 0 +0xF6A7 0x96E9 # 0 +0xF6A8 0x96F3 # 0 +0xF6A9 0x96EF # 0 +0xF6AA 0x9706 # 0 +0xF6AB 0x9701 # 0 +0xF6AC 0x9708 # 0 +0xF6AD 0x970F # 0 +0xF6AE 0x970E # 0 +0xF6AF 0x972A # 0 +0xF6B0 0x972D # 0 +0xF6B1 0x9730 # 0 +0xF6B2 0x973E # 0 +0xF6B3 0x9F80 # 0 +0xF6B4 0x9F83 # 0 +0xF6B5 0x9F85 # 0 +0xF6B6 0x9F86 # 0 +0xF6B7 0x9F87 # 0 +0xF6B8 0x9F88 # 0 +0xF6B9 0x9F89 # 0 +0xF6BA 0x9F8A # 0 +0xF6BB 0x9F8C # 0 +0xF6BC 0x9EFE # 0 +0xF6BD 0x9F0B # 0 +0xF6BE 0x9F0D # 0 +0xF6BF 0x96B9 # 0 +0xF6C0 0x96BC # 0 +0xF6C1 0x96BD # 0 +0xF6C2 0x96CE # 0 +0xF6C3 0x96D2 # 0 +0xF6C4 0x77BF # 0 +0xF6C5 0x96E0 # 0 +0xF6C6 0x928E # 0 +0xF6C7 0x92AE # 0 +0xF6C8 0x92C8 # 0 +0xF6C9 0x933E # 0 +0xF6CA 0x936A # 0 +0xF6CB 0x93CA # 0 +0xF6CC 0x938F # 0 +0xF6CD 0x943E # 0 +0xF6CE 0x946B # 0 +0xF6CF 0x9C7F # 0 +0xF6D0 0x9C82 # 0 +0xF6D1 0x9C85 # 0 +0xF6D2 0x9C86 # 0 +0xF6D3 0x9C87 # 0 +0xF6D4 0x9C88 # 0 +0xF6D5 0x7A23 # 0 +0xF6D6 0x9C8B # 0 +0xF6D7 0x9C8E # 0 +0xF6D8 0x9C90 # 0 +0xF6D9 0x9C91 # 0 +0xF6DA 0x9C92 # 0 +0xF6DB 0x9C94 # 0 +0xF6DC 0x9C95 # 0 +0xF6DD 0x9C9A # 0 +0xF6DE 0x9C9B # 0 +0xF6DF 0x9C9E # 0 +0xF6E0 0x9C9F # 0 +0xF6E1 0x9CA0 # 0 +0xF6E2 0x9CA1 # 0 +0xF6E3 0x9CA2 # 0 +0xF6E4 0x9CA3 # 0 +0xF6E5 0x9CA5 # 0 +0xF6E6 0x9CA6 # 0 +0xF6E7 0x9CA7 # 0 +0xF6E8 0x9CA8 # 0 +0xF6E9 0x9CA9 # 0 +0xF6EA 0x9CAB # 0 +0xF6EB 0x9CAD # 0 +0xF6EC 0x9CAE # 0 +0xF6ED 0x9CB0 # 0 +0xF6EE 0x9CB1 # 0 +0xF6EF 0x9CB2 # 0 +0xF6F0 0x9CB3 # 0 +0xF6F1 0x9CB4 # 0 +0xF6F2 0x9CB5 # 0 +0xF6F3 0x9CB6 # 0 +0xF6F4 0x9CB7 # 0 +0xF6F5 0x9CBA # 0 +0xF6F6 0x9CBB # 0 +0xF6F7 0x9CBC # 0 +0xF6F8 0x9CBD # 0 +0xF6F9 0x9CC4 # 0 +0xF6FA 0x9CC5 # 0 +0xF6FB 0x9CC6 # 0 +0xF6FC 0x9CC7 # 0 +0xF6FD 0x9CCA # 0 +0xF6FE 0x9CCB # 0 +0xF740 0x9C3C # 0 +0xF741 0x9C3D # 0 +0xF742 0x9C3E # 0 +0xF743 0x9C3F # 0 +0xF744 0x9C40 # 0 +0xF745 0x9C41 # 0 +0xF746 0x9C42 # 0 +0xF747 0x9C43 # 0 +0xF748 0x9C44 # 0 +0xF749 0x9C45 # 0 +0xF74A 0x9C46 # 0 +0xF74B 0x9C47 # 0 +0xF74C 0x9C48 # 0 +0xF74D 0x9C49 # 0 +0xF74E 0x9C4A # 0 +0xF74F 0x9C4B # 0 +0xF750 0x9C4C # 0 +0xF751 0x9C4D # 0 +0xF752 0x9C4E # 0 +0xF753 0x9C4F # 0 +0xF754 0x9C50 # 0 +0xF755 0x9C51 # 0 +0xF756 0x9C52 # 0 +0xF757 0x9C53 # 0 +0xF758 0x9C54 # 0 +0xF759 0x9C55 # 0 +0xF75A 0x9C56 # 0 +0xF75B 0x9C57 # 0 +0xF75C 0x9C58 # 0 +0xF75D 0x9C59 # 0 +0xF75E 0x9C5A # 0 +0xF75F 0x9C5B # 0 +0xF760 0x9C5C # 0 +0xF761 0x9C5D # 0 +0xF762 0x9C5E # 0 +0xF763 0x9C5F # 0 +0xF764 0x9C60 # 0 +0xF765 0x9C61 # 0 +0xF766 0x9C62 # 0 +0xF767 0x9C63 # 0 +0xF768 0x9C64 # 0 +0xF769 0x9C65 # 0 +0xF76A 0x9C66 # 0 +0xF76B 0x9C67 # 0 +0xF76C 0x9C68 # 0 +0xF76D 0x9C69 # 0 +0xF76E 0x9C6A # 0 +0xF76F 0x9C6B # 0 +0xF770 0x9C6C # 0 +0xF771 0x9C6D # 0 +0xF772 0x9C6E # 0 +0xF773 0x9C6F # 0 +0xF774 0x9C70 # 0 +0xF775 0x9C71 # 0 +0xF776 0x9C72 # 0 +0xF777 0x9C73 # 0 +0xF778 0x9C74 # 0 +0xF779 0x9C75 # 0 +0xF77A 0x9C76 # 0 +0xF77B 0x9C77 # 0 +0xF77C 0x9C78 # 0 +0xF77D 0x9C79 # 0 +0xF77E 0x9C7A # 0 +0xF780 0x9C7B # 0 +0xF781 0x9C7D # 0 +0xF782 0x9C7E # 0 +0xF783 0x9C80 # 0 +0xF784 0x9C83 # 0 +0xF785 0x9C84 # 0 +0xF786 0x9C89 # 0 +0xF787 0x9C8A # 0 +0xF788 0x9C8C # 0 +0xF789 0x9C8F # 0 +0xF78A 0x9C93 # 0 +0xF78B 0x9C96 # 0 +0xF78C 0x9C97 # 0 +0xF78D 0x9C98 # 0 +0xF78E 0x9C99 # 0 +0xF78F 0x9C9D # 0 +0xF790 0x9CAA # 0 +0xF791 0x9CAC # 0 +0xF792 0x9CAF # 0 +0xF793 0x9CB9 # 0 +0xF794 0x9CBE # 0 +0xF795 0x9CBF # 0 +0xF796 0x9CC0 # 0 +0xF797 0x9CC1 # 0 +0xF798 0x9CC2 # 0 +0xF799 0x9CC8 # 0 +0xF79A 0x9CC9 # 0 +0xF79B 0x9CD1 # 0 +0xF79C 0x9CD2 # 0 +0xF79D 0x9CDA # 0 +0xF79E 0x9CDB # 0 +0xF79F 0x9CE0 # 0 +0xF7A0 0x9CE1 # 0 +0xF7A1 0x9CCC # 0 +0xF7A2 0x9CCD # 0 +0xF7A3 0x9CCE # 0 +0xF7A4 0x9CCF # 0 +0xF7A5 0x9CD0 # 0 +0xF7A6 0x9CD3 # 0 +0xF7A7 0x9CD4 # 0 +0xF7A8 0x9CD5 # 0 +0xF7A9 0x9CD7 # 0 +0xF7AA 0x9CD8 # 0 +0xF7AB 0x9CD9 # 0 +0xF7AC 0x9CDC # 0 +0xF7AD 0x9CDD # 0 +0xF7AE 0x9CDF # 0 +0xF7AF 0x9CE2 # 0 +0xF7B0 0x977C # 0 +0xF7B1 0x9785 # 0 +0xF7B2 0x9791 # 0 +0xF7B3 0x9792 # 0 +0xF7B4 0x9794 # 0 +0xF7B5 0x97AF # 0 +0xF7B6 0x97AB # 0 +0xF7B7 0x97A3 # 0 +0xF7B8 0x97B2 # 0 +0xF7B9 0x97B4 # 0 +0xF7BA 0x9AB1 # 0 +0xF7BB 0x9AB0 # 0 +0xF7BC 0x9AB7 # 0 +0xF7BD 0x9E58 # 0 +0xF7BE 0x9AB6 # 0 +0xF7BF 0x9ABA # 0 +0xF7C0 0x9ABC # 0 +0xF7C1 0x9AC1 # 0 +0xF7C2 0x9AC0 # 0 +0xF7C3 0x9AC5 # 0 +0xF7C4 0x9AC2 # 0 +0xF7C5 0x9ACB # 0 +0xF7C6 0x9ACC # 0 +0xF7C7 0x9AD1 # 0 +0xF7C8 0x9B45 # 0 +0xF7C9 0x9B43 # 0 +0xF7CA 0x9B47 # 0 +0xF7CB 0x9B49 # 0 +0xF7CC 0x9B48 # 0 +0xF7CD 0x9B4D # 0 +0xF7CE 0x9B51 # 0 +0xF7CF 0x98E8 # 0 +0xF7D0 0x990D # 0 +0xF7D1 0x992E # 0 +0xF7D2 0x9955 # 0 +0xF7D3 0x9954 # 0 +0xF7D4 0x9ADF # 0 +0xF7D5 0x9AE1 # 0 +0xF7D6 0x9AE6 # 0 +0xF7D7 0x9AEF # 0 +0xF7D8 0x9AEB # 0 +0xF7D9 0x9AFB # 0 +0xF7DA 0x9AED # 0 +0xF7DB 0x9AF9 # 0 +0xF7DC 0x9B08 # 0 +0xF7DD 0x9B0F # 0 +0xF7DE 0x9B13 # 0 +0xF7DF 0x9B1F # 0 +0xF7E0 0x9B23 # 0 +0xF7E1 0x9EBD # 0 +0xF7E2 0x9EBE # 0 +0xF7E3 0x7E3B # 0 +0xF7E4 0x9E82 # 0 +0xF7E5 0x9E87 # 0 +0xF7E6 0x9E88 # 0 +0xF7E7 0x9E8B # 0 +0xF7E8 0x9E92 # 0 +0xF7E9 0x93D6 # 0 +0xF7EA 0x9E9D # 0 +0xF7EB 0x9E9F # 0 +0xF7EC 0x9EDB # 0 +0xF7ED 0x9EDC # 0 +0xF7EE 0x9EDD # 0 +0xF7EF 0x9EE0 # 0 +0xF7F0 0x9EDF # 0 +0xF7F1 0x9EE2 # 0 +0xF7F2 0x9EE9 # 0 +0xF7F3 0x9EE7 # 0 +0xF7F4 0x9EE5 # 0 +0xF7F5 0x9EEA # 0 +0xF7F6 0x9EEF # 0 +0xF7F7 0x9F22 # 0 +0xF7F8 0x9F2C # 0 +0xF7F9 0x9F2F # 0 +0xF7FA 0x9F39 # 0 +0xF7FB 0x9F37 # 0 +0xF7FC 0x9F3D # 0 +0xF7FD 0x9F3E # 0 +0xF7FE 0x9F44 # 0 +0xF840 0x9CE3 # 0 +0xF841 0x9CE4 # 0 +0xF842 0x9CE5 # 0 +0xF843 0x9CE6 # 0 +0xF844 0x9CE7 # 0 +0xF845 0x9CE8 # 0 +0xF846 0x9CE9 # 0 +0xF847 0x9CEA # 0 +0xF848 0x9CEB # 0 +0xF849 0x9CEC # 0 +0xF84A 0x9CED # 0 +0xF84B 0x9CEE # 0 +0xF84C 0x9CEF # 0 +0xF84D 0x9CF0 # 0 +0xF84E 0x9CF1 # 0 +0xF84F 0x9CF2 # 0 +0xF850 0x9CF3 # 0 +0xF851 0x9CF4 # 0 +0xF852 0x9CF5 # 0 +0xF853 0x9CF6 # 0 +0xF854 0x9CF7 # 0 +0xF855 0x9CF8 # 0 +0xF856 0x9CF9 # 0 +0xF857 0x9CFA # 0 +0xF858 0x9CFB # 0 +0xF859 0x9CFC # 0 +0xF85A 0x9CFD # 0 +0xF85B 0x9CFE # 0 +0xF85C 0x9CFF # 0 +0xF85D 0x9D00 # 0 +0xF85E 0x9D01 # 0 +0xF85F 0x9D02 # 0 +0xF860 0x9D03 # 0 +0xF861 0x9D04 # 0 +0xF862 0x9D05 # 0 +0xF863 0x9D06 # 0 +0xF864 0x9D07 # 0 +0xF865 0x9D08 # 0 +0xF866 0x9D09 # 0 +0xF867 0x9D0A # 0 +0xF868 0x9D0B # 0 +0xF869 0x9D0C # 0 +0xF86A 0x9D0D # 0 +0xF86B 0x9D0E # 0 +0xF86C 0x9D0F # 0 +0xF86D 0x9D10 # 0 +0xF86E 0x9D11 # 0 +0xF86F 0x9D12 # 0 +0xF870 0x9D13 # 0 +0xF871 0x9D14 # 0 +0xF872 0x9D15 # 0 +0xF873 0x9D16 # 0 +0xF874 0x9D17 # 0 +0xF875 0x9D18 # 0 +0xF876 0x9D19 # 0 +0xF877 0x9D1A # 0 +0xF878 0x9D1B # 0 +0xF879 0x9D1C # 0 +0xF87A 0x9D1D # 0 +0xF87B 0x9D1E # 0 +0xF87C 0x9D1F # 0 +0xF87D 0x9D20 # 0 +0xF87E 0x9D21 # 0 +0xF880 0x9D22 # 0 +0xF881 0x9D23 # 0 +0xF882 0x9D24 # 0 +0xF883 0x9D25 # 0 +0xF884 0x9D26 # 0 +0xF885 0x9D27 # 0 +0xF886 0x9D28 # 0 +0xF887 0x9D29 # 0 +0xF888 0x9D2A # 0 +0xF889 0x9D2B # 0 +0xF88A 0x9D2C # 0 +0xF88B 0x9D2D # 0 +0xF88C 0x9D2E # 0 +0xF88D 0x9D2F # 0 +0xF88E 0x9D30 # 0 +0xF88F 0x9D31 # 0 +0xF890 0x9D32 # 0 +0xF891 0x9D33 # 0 +0xF892 0x9D34 # 0 +0xF893 0x9D35 # 0 +0xF894 0x9D36 # 0 +0xF895 0x9D37 # 0 +0xF896 0x9D38 # 0 +0xF897 0x9D39 # 0 +0xF898 0x9D3A # 0 +0xF899 0x9D3B # 0 +0xF89A 0x9D3C # 0 +0xF89B 0x9D3D # 0 +0xF89C 0x9D3E # 0 +0xF89D 0x9D3F # 0 +0xF89E 0x9D40 # 0 +0xF89F 0x9D41 # 0 +0xF8A0 0x9D42 # 0 +0xF8A1 0xE234 # 0 +0xF8A2 0xE235 # 0 +0xF8A3 0xE236 # 0 +0xF8A4 0xE237 # 0 +0xF8A5 0xE238 # 0 +0xF8A6 0xE239 # 0 +0xF8A7 0xE23A # 0 +0xF8A8 0xE23B # 0 +0xF8A9 0xE23C # 0 +0xF8AA 0xE23D # 0 +0xF8AB 0xE23E # 0 +0xF8AC 0xE23F # 0 +0xF8AD 0xE240 # 0 +0xF8AE 0xE241 # 0 +0xF8AF 0xE242 # 0 +0xF8B0 0xE243 # 0 +0xF8B1 0xE244 # 0 +0xF8B2 0xE245 # 0 +0xF8B3 0xE246 # 0 +0xF8B4 0xE247 # 0 +0xF8B5 0xE248 # 0 +0xF8B6 0xE249 # 0 +0xF8B7 0xE24A # 0 +0xF8B8 0xE24B # 0 +0xF8B9 0xE24C # 0 +0xF8BA 0xE24D # 0 +0xF8BB 0xE24E # 0 +0xF8BC 0xE24F # 0 +0xF8BD 0xE250 # 0 +0xF8BE 0xE251 # 0 +0xF8BF 0xE252 # 0 +0xF8C0 0xE253 # 0 +0xF8C1 0xE254 # 0 +0xF8C2 0xE255 # 0 +0xF8C3 0xE256 # 0 +0xF8C4 0xE257 # 0 +0xF8C5 0xE258 # 0 +0xF8C6 0xE259 # 0 +0xF8C7 0xE25A # 0 +0xF8C8 0xE25B # 0 +0xF8C9 0xE25C # 0 +0xF8CA 0xE25D # 0 +0xF8CB 0xE25E # 0 +0xF8CC 0xE25F # 0 +0xF8CD 0xE260 # 0 +0xF8CE 0xE261 # 0 +0xF8CF 0xE262 # 0 +0xF8D0 0xE263 # 0 +0xF8D1 0xE264 # 0 +0xF8D2 0xE265 # 0 +0xF8D3 0xE266 # 0 +0xF8D4 0xE267 # 0 +0xF8D5 0xE268 # 0 +0xF8D6 0xE269 # 0 +0xF8D7 0xE26A # 0 +0xF8D8 0xE26B # 0 +0xF8D9 0xE26C # 0 +0xF8DA 0xE26D # 0 +0xF8DB 0xE26E # 0 +0xF8DC 0xE26F # 0 +0xF8DD 0xE270 # 0 +0xF8DE 0xE271 # 0 +0xF8DF 0xE272 # 0 +0xF8E0 0xE273 # 0 +0xF8E1 0xE274 # 0 +0xF8E2 0xE275 # 0 +0xF8E3 0xE276 # 0 +0xF8E4 0xE277 # 0 +0xF8E5 0xE278 # 0 +0xF8E6 0xE279 # 0 +0xF8E7 0xE27A # 0 +0xF8E8 0xE27B # 0 +0xF8E9 0xE27C # 0 +0xF8EA 0xE27D # 0 +0xF8EB 0xE27E # 0 +0xF8EC 0xE27F # 0 +0xF8ED 0xE280 # 0 +0xF8EE 0xE281 # 0 +0xF8EF 0xE282 # 0 +0xF8F0 0xE283 # 0 +0xF8F1 0xE284 # 0 +0xF8F2 0xE285 # 0 +0xF8F3 0xE286 # 0 +0xF8F4 0xE287 # 0 +0xF8F5 0xE288 # 0 +0xF8F6 0xE289 # 0 +0xF8F7 0xE28A # 0 +0xF8F8 0xE28B # 0 +0xF8F9 0xE28C # 0 +0xF8FA 0xE28D # 0 +0xF8FB 0xE28E # 0 +0xF8FC 0xE28F # 0 +0xF8FD 0xE290 # 0 +0xF8FE 0xE291 # 0 +0xF940 0x9D43 # 0 +0xF941 0x9D44 # 0 +0xF942 0x9D45 # 0 +0xF943 0x9D46 # 0 +0xF944 0x9D47 # 0 +0xF945 0x9D48 # 0 +0xF946 0x9D49 # 0 +0xF947 0x9D4A # 0 +0xF948 0x9D4B # 0 +0xF949 0x9D4C # 0 +0xF94A 0x9D4D # 0 +0xF94B 0x9D4E # 0 +0xF94C 0x9D4F # 0 +0xF94D 0x9D50 # 0 +0xF94E 0x9D51 # 0 +0xF94F 0x9D52 # 0 +0xF950 0x9D53 # 0 +0xF951 0x9D54 # 0 +0xF952 0x9D55 # 0 +0xF953 0x9D56 # 0 +0xF954 0x9D57 # 0 +0xF955 0x9D58 # 0 +0xF956 0x9D59 # 0 +0xF957 0x9D5A # 0 +0xF958 0x9D5B # 0 +0xF959 0x9D5C # 0 +0xF95A 0x9D5D # 0 +0xF95B 0x9D5E # 0 +0xF95C 0x9D5F # 0 +0xF95D 0x9D60 # 0 +0xF95E 0x9D61 # 0 +0xF95F 0x9D62 # 0 +0xF960 0x9D63 # 0 +0xF961 0x9D64 # 0 +0xF962 0x9D65 # 0 +0xF963 0x9D66 # 0 +0xF964 0x9D67 # 0 +0xF965 0x9D68 # 0 +0xF966 0x9D69 # 0 +0xF967 0x9D6A # 0 +0xF968 0x9D6B # 0 +0xF969 0x9D6C # 0 +0xF96A 0x9D6D # 0 +0xF96B 0x9D6E # 0 +0xF96C 0x9D6F # 0 +0xF96D 0x9D70 # 0 +0xF96E 0x9D71 # 0 +0xF96F 0x9D72 # 0 +0xF970 0x9D73 # 0 +0xF971 0x9D74 # 0 +0xF972 0x9D75 # 0 +0xF973 0x9D76 # 0 +0xF974 0x9D77 # 0 +0xF975 0x9D78 # 0 +0xF976 0x9D79 # 0 +0xF977 0x9D7A # 0 +0xF978 0x9D7B # 0 +0xF979 0x9D7C # 0 +0xF97A 0x9D7D # 0 +0xF97B 0x9D7E # 0 +0xF97C 0x9D7F # 0 +0xF97D 0x9D80 # 0 +0xF97E 0x9D81 # 0 +0xF980 0x9D82 # 0 +0xF981 0x9D83 # 0 +0xF982 0x9D84 # 0 +0xF983 0x9D85 # 0 +0xF984 0x9D86 # 0 +0xF985 0x9D87 # 0 +0xF986 0x9D88 # 0 +0xF987 0x9D89 # 0 +0xF988 0x9D8A # 0 +0xF989 0x9D8B # 0 +0xF98A 0x9D8C # 0 +0xF98B 0x9D8D # 0 +0xF98C 0x9D8E # 0 +0xF98D 0x9D8F # 0 +0xF98E 0x9D90 # 0 +0xF98F 0x9D91 # 0 +0xF990 0x9D92 # 0 +0xF991 0x9D93 # 0 +0xF992 0x9D94 # 0 +0xF993 0x9D95 # 0 +0xF994 0x9D96 # 0 +0xF995 0x9D97 # 0 +0xF996 0x9D98 # 0 +0xF997 0x9D99 # 0 +0xF998 0x9D9A # 0 +0xF999 0x9D9B # 0 +0xF99A 0x9D9C # 0 +0xF99B 0x9D9D # 0 +0xF99C 0x9D9E # 0 +0xF99D 0x9D9F # 0 +0xF99E 0x9DA0 # 0 +0xF99F 0x9DA1 # 0 +0xF9A0 0x9DA2 # 0 +0xF9A1 0xE292 # 0 +0xF9A2 0xE293 # 0 +0xF9A3 0xE294 # 0 +0xF9A4 0xE295 # 0 +0xF9A5 0xE296 # 0 +0xF9A6 0xE297 # 0 +0xF9A7 0xE298 # 0 +0xF9A8 0xE299 # 0 +0xF9A9 0xE29A # 0 +0xF9AA 0xE29B # 0 +0xF9AB 0xE29C # 0 +0xF9AC 0xE29D # 0 +0xF9AD 0xE29E # 0 +0xF9AE 0xE29F # 0 +0xF9AF 0xE2A0 # 0 +0xF9B0 0xE2A1 # 0 +0xF9B1 0xE2A2 # 0 +0xF9B2 0xE2A3 # 0 +0xF9B3 0xE2A4 # 0 +0xF9B4 0xE2A5 # 0 +0xF9B5 0xE2A6 # 0 +0xF9B6 0xE2A7 # 0 +0xF9B7 0xE2A8 # 0 +0xF9B8 0xE2A9 # 0 +0xF9B9 0xE2AA # 0 +0xF9BA 0xE2AB # 0 +0xF9BB 0xE2AC # 0 +0xF9BC 0xE2AD # 0 +0xF9BD 0xE2AE # 0 +0xF9BE 0xE2AF # 0 +0xF9BF 0xE2B0 # 0 +0xF9C0 0xE2B1 # 0 +0xF9C1 0xE2B2 # 0 +0xF9C2 0xE2B3 # 0 +0xF9C3 0xE2B4 # 0 +0xF9C4 0xE2B5 # 0 +0xF9C5 0xE2B6 # 0 +0xF9C6 0xE2B7 # 0 +0xF9C7 0xE2B8 # 0 +0xF9C8 0xE2B9 # 0 +0xF9C9 0xE2BA # 0 +0xF9CA 0xE2BB # 0 +0xF9CB 0xE2BC # 0 +0xF9CC 0xE2BD # 0 +0xF9CD 0xE2BE # 0 +0xF9CE 0xE2BF # 0 +0xF9CF 0xE2C0 # 0 +0xF9D0 0xE2C1 # 0 +0xF9D1 0xE2C2 # 0 +0xF9D2 0xE2C3 # 0 +0xF9D3 0xE2C4 # 0 +0xF9D4 0xE2C5 # 0 +0xF9D5 0xE2C6 # 0 +0xF9D6 0xE2C7 # 0 +0xF9D7 0xE2C8 # 0 +0xF9D8 0xE2C9 # 0 +0xF9D9 0xE2CA # 0 +0xF9DA 0xE2CB # 0 +0xF9DB 0xE2CC # 0 +0xF9DC 0xE2CD # 0 +0xF9DD 0xE2CE # 0 +0xF9DE 0xE2CF # 0 +0xF9DF 0xE2D0 # 0 +0xF9E0 0xE2D1 # 0 +0xF9E1 0xE2D2 # 0 +0xF9E2 0xE2D3 # 0 +0xF9E3 0xE2D4 # 0 +0xF9E4 0xE2D5 # 0 +0xF9E5 0xE2D6 # 0 +0xF9E6 0xE2D7 # 0 +0xF9E7 0xE2D8 # 0 +0xF9E8 0xE2D9 # 0 +0xF9E9 0xE2DA # 0 +0xF9EA 0xE2DB # 0 +0xF9EB 0xE2DC # 0 +0xF9EC 0xE2DD # 0 +0xF9ED 0xE2DE # 0 +0xF9EE 0xE2DF # 0 +0xF9EF 0xE2E0 # 0 +0xF9F0 0xE2E1 # 0 +0xF9F1 0xE2E2 # 0 +0xF9F2 0xE2E3 # 0 +0xF9F3 0xE2E4 # 0 +0xF9F4 0xE2E5 # 0 +0xF9F5 0xE2E6 # 0 +0xF9F6 0xE2E7 # 0 +0xF9F7 0xE2E8 # 0 +0xF9F8 0xE2E9 # 0 +0xF9F9 0xE2EA # 0 +0xF9FA 0xE2EB # 0 +0xF9FB 0xE2EC # 0 +0xF9FC 0xE2ED # 0 +0xF9FD 0xE2EE # 0 +0xF9FE 0xE2EF # 0 +0xFA40 0x9DA3 # 0 +0xFA41 0x9DA4 # 0 +0xFA42 0x9DA5 # 0 +0xFA43 0x9DA6 # 0 +0xFA44 0x9DA7 # 0 +0xFA45 0x9DA8 # 0 +0xFA46 0x9DA9 # 0 +0xFA47 0x9DAA # 0 +0xFA48 0x9DAB # 0 +0xFA49 0x9DAC # 0 +0xFA4A 0x9DAD # 0 +0xFA4B 0x9DAE # 0 +0xFA4C 0x9DAF # 0 +0xFA4D 0x9DB0 # 0 +0xFA4E 0x9DB1 # 0 +0xFA4F 0x9DB2 # 0 +0xFA50 0x9DB3 # 0 +0xFA51 0x9DB4 # 0 +0xFA52 0x9DB5 # 0 +0xFA53 0x9DB6 # 0 +0xFA54 0x9DB7 # 0 +0xFA55 0x9DB8 # 0 +0xFA56 0x9DB9 # 0 +0xFA57 0x9DBA # 0 +0xFA58 0x9DBB # 0 +0xFA59 0x9DBC # 0 +0xFA5A 0x9DBD # 0 +0xFA5B 0x9DBE # 0 +0xFA5C 0x9DBF # 0 +0xFA5D 0x9DC0 # 0 +0xFA5E 0x9DC1 # 0 +0xFA5F 0x9DC2 # 0 +0xFA60 0x9DC3 # 0 +0xFA61 0x9DC4 # 0 +0xFA62 0x9DC5 # 0 +0xFA63 0x9DC6 # 0 +0xFA64 0x9DC7 # 0 +0xFA65 0x9DC8 # 0 +0xFA66 0x9DC9 # 0 +0xFA67 0x9DCA # 0 +0xFA68 0x9DCB # 0 +0xFA69 0x9DCC # 0 +0xFA6A 0x9DCD # 0 +0xFA6B 0x9DCE # 0 +0xFA6C 0x9DCF # 0 +0xFA6D 0x9DD0 # 0 +0xFA6E 0x9DD1 # 0 +0xFA6F 0x9DD2 # 0 +0xFA70 0x9DD3 # 0 +0xFA71 0x9DD4 # 0 +0xFA72 0x9DD5 # 0 +0xFA73 0x9DD6 # 0 +0xFA74 0x9DD7 # 0 +0xFA75 0x9DD8 # 0 +0xFA76 0x9DD9 # 0 +0xFA77 0x9DDA # 0 +0xFA78 0x9DDB # 0 +0xFA79 0x9DDC # 0 +0xFA7A 0x9DDD # 0 +0xFA7B 0x9DDE # 0 +0xFA7C 0x9DDF # 0 +0xFA7D 0x9DE0 # 0 +0xFA7E 0x9DE1 # 0 +0xFA80 0x9DE2 # 0 +0xFA81 0x9DE3 # 0 +0xFA82 0x9DE4 # 0 +0xFA83 0x9DE5 # 0 +0xFA84 0x9DE6 # 0 +0xFA85 0x9DE7 # 0 +0xFA86 0x9DE8 # 0 +0xFA87 0x9DE9 # 0 +0xFA88 0x9DEA # 0 +0xFA89 0x9DEB # 0 +0xFA8A 0x9DEC # 0 +0xFA8B 0x9DED # 0 +0xFA8C 0x9DEE # 0 +0xFA8D 0x9DEF # 0 +0xFA8E 0x9DF0 # 0 +0xFA8F 0x9DF1 # 0 +0xFA90 0x9DF2 # 0 +0xFA91 0x9DF3 # 0 +0xFA92 0x9DF4 # 0 +0xFA93 0x9DF5 # 0 +0xFA94 0x9DF6 # 0 +0xFA95 0x9DF7 # 0 +0xFA96 0x9DF8 # 0 +0xFA97 0x9DF9 # 0 +0xFA98 0x9DFA # 0 +0xFA99 0x9DFB # 0 +0xFA9A 0x9DFC # 0 +0xFA9B 0x9DFD # 0 +0xFA9C 0x9DFE # 0 +0xFA9D 0x9DFF # 0 +0xFA9E 0x9E00 # 0 +0xFA9F 0x9E01 # 0 +0xFAA0 0x9E02 # 0 +0xFAA1 0xE2F0 # 0 +0xFAA2 0xE2F1 # 0 +0xFAA3 0xE2F2 # 0 +0xFAA4 0xE2F3 # 0 +0xFAA5 0xE2F4 # 0 +0xFAA6 0xE2F5 # 0 +0xFAA7 0xE2F6 # 0 +0xFAA8 0xE2F7 # 0 +0xFAA9 0xE2F8 # 0 +0xFAAA 0xE2F9 # 0 +0xFAAB 0xE2FA # 0 +0xFAAC 0xE2FB # 0 +0xFAAD 0xE2FC # 0 +0xFAAE 0xE2FD # 0 +0xFAAF 0xE2FE # 0 +0xFAB0 0xE2FF # 0 +0xFAB1 0xE300 # 0 +0xFAB2 0xE301 # 0 +0xFAB3 0xE302 # 0 +0xFAB4 0xE303 # 0 +0xFAB5 0xE304 # 0 +0xFAB6 0xE305 # 0 +0xFAB7 0xE306 # 0 +0xFAB8 0xE307 # 0 +0xFAB9 0xE308 # 0 +0xFABA 0xE309 # 0 +0xFABB 0xE30A # 0 +0xFABC 0xE30B # 0 +0xFABD 0xE30C # 0 +0xFABE 0xE30D # 0 +0xFABF 0xE30E # 0 +0xFAC0 0xE30F # 0 +0xFAC1 0xE310 # 0 +0xFAC2 0xE311 # 0 +0xFAC3 0xE312 # 0 +0xFAC4 0xE313 # 0 +0xFAC5 0xE314 # 0 +0xFAC6 0xE315 # 0 +0xFAC7 0xE316 # 0 +0xFAC8 0xE317 # 0 +0xFAC9 0xE318 # 0 +0xFACA 0xE319 # 0 +0xFACB 0xE31A # 0 +0xFACC 0xE31B # 0 +0xFACD 0xE31C # 0 +0xFACE 0xE31D # 0 +0xFACF 0xE31E # 0 +0xFAD0 0xE31F # 0 +0xFAD1 0xE320 # 0 +0xFAD2 0xE321 # 0 +0xFAD3 0xE322 # 0 +0xFAD4 0xE323 # 0 +0xFAD5 0xE324 # 0 +0xFAD6 0xE325 # 0 +0xFAD7 0xE326 # 0 +0xFAD8 0xE327 # 0 +0xFAD9 0xE328 # 0 +0xFADA 0xE329 # 0 +0xFADB 0xE32A # 0 +0xFADC 0xE32B # 0 +0xFADD 0xE32C # 0 +0xFADE 0xE32D # 0 +0xFADF 0xE32E # 0 +0xFAE0 0xE32F # 0 +0xFAE1 0xE330 # 0 +0xFAE2 0xE331 # 0 +0xFAE3 0xE332 # 0 +0xFAE4 0xE333 # 0 +0xFAE5 0xE334 # 0 +0xFAE6 0xE335 # 0 +0xFAE7 0xE336 # 0 +0xFAE8 0xE337 # 0 +0xFAE9 0xE338 # 0 +0xFAEA 0xE339 # 0 +0xFAEB 0xE33A # 0 +0xFAEC 0xE33B # 0 +0xFAED 0xE33C # 0 +0xFAEE 0xE33D # 0 +0xFAEF 0xE33E # 0 +0xFAF0 0xE33F # 0 +0xFAF1 0xE340 # 0 +0xFAF2 0xE341 # 0 +0xFAF3 0xE342 # 0 +0xFAF4 0xE343 # 0 +0xFAF5 0xE344 # 0 +0xFAF6 0xE345 # 0 +0xFAF7 0xE346 # 0 +0xFAF8 0xE347 # 0 +0xFAF9 0xE348 # 0 +0xFAFA 0xE349 # 0 +0xFAFB 0xE34A # 0 +0xFAFC 0xE34B # 0 +0xFAFD 0xE34C # 0 +0xFAFE 0xE34D # 0 +0xFB40 0x9E03 # 0 +0xFB41 0x9E04 # 0 +0xFB42 0x9E05 # 0 +0xFB43 0x9E06 # 0 +0xFB44 0x9E07 # 0 +0xFB45 0x9E08 # 0 +0xFB46 0x9E09 # 0 +0xFB47 0x9E0A # 0 +0xFB48 0x9E0B # 0 +0xFB49 0x9E0C # 0 +0xFB4A 0x9E0D # 0 +0xFB4B 0x9E0E # 0 +0xFB4C 0x9E0F # 0 +0xFB4D 0x9E10 # 0 +0xFB4E 0x9E11 # 0 +0xFB4F 0x9E12 # 0 +0xFB50 0x9E13 # 0 +0xFB51 0x9E14 # 0 +0xFB52 0x9E15 # 0 +0xFB53 0x9E16 # 0 +0xFB54 0x9E17 # 0 +0xFB55 0x9E18 # 0 +0xFB56 0x9E19 # 0 +0xFB57 0x9E1A # 0 +0xFB58 0x9E1B # 0 +0xFB59 0x9E1C # 0 +0xFB5A 0x9E1D # 0 +0xFB5B 0x9E1E # 0 +0xFB5C 0x9E24 # 0 +0xFB5D 0x9E27 # 0 +0xFB5E 0x9E2E # 0 +0xFB5F 0x9E30 # 0 +0xFB60 0x9E34 # 0 +0xFB61 0x9E3B # 0 +0xFB62 0x9E3C # 0 +0xFB63 0x9E40 # 0 +0xFB64 0x9E4D # 0 +0xFB65 0x9E50 # 0 +0xFB66 0x9E52 # 0 +0xFB67 0x9E53 # 0 +0xFB68 0x9E54 # 0 +0xFB69 0x9E56 # 0 +0xFB6A 0x9E59 # 0 +0xFB6B 0x9E5D # 0 +0xFB6C 0x9E5F # 0 +0xFB6D 0x9E60 # 0 +0xFB6E 0x9E61 # 0 +0xFB6F 0x9E62 # 0 +0xFB70 0x9E65 # 0 +0xFB71 0x9E6E # 0 +0xFB72 0x9E6F # 0 +0xFB73 0x9E72 # 0 +0xFB74 0x9E74 # 0 +0xFB75 0x9E75 # 0 +0xFB76 0x9E76 # 0 +0xFB77 0x9E77 # 0 +0xFB78 0x9E78 # 0 +0xFB79 0x9E79 # 0 +0xFB7A 0x9E7A # 0 +0xFB7B 0x9E7B # 0 +0xFB7C 0x9E7C # 0 +0xFB7D 0x9E7D # 0 +0xFB7E 0x9E80 # 0 +0xFB80 0x9E81 # 0 +0xFB81 0x9E83 # 0 +0xFB82 0x9E84 # 0 +0xFB83 0x9E85 # 0 +0xFB84 0x9E86 # 0 +0xFB85 0x9E89 # 0 +0xFB86 0x9E8A # 0 +0xFB87 0x9E8C # 0 +0xFB88 0x9E8D # 0 +0xFB89 0x9E8E # 0 +0xFB8A 0x9E8F # 0 +0xFB8B 0x9E90 # 0 +0xFB8C 0x9E91 # 0 +0xFB8D 0x9E94 # 0 +0xFB8E 0x9E95 # 0 +0xFB8F 0x9E96 # 0 +0xFB90 0x9E97 # 0 +0xFB91 0x9E98 # 0 +0xFB92 0x9E99 # 0 +0xFB93 0x9E9A # 0 +0xFB94 0x9E9B # 0 +0xFB95 0x9E9C # 0 +0xFB96 0x9E9E # 0 +0xFB97 0x9EA0 # 0 +0xFB98 0x9EA1 # 0 +0xFB99 0x9EA2 # 0 +0xFB9A 0x9EA3 # 0 +0xFB9B 0x9EA4 # 0 +0xFB9C 0x9EA5 # 0 +0xFB9D 0x9EA7 # 0 +0xFB9E 0x9EA8 # 0 +0xFB9F 0x9EA9 # 0 +0xFBA0 0x9EAA # 0 +0xFBA1 0xE34E # 0 +0xFBA2 0xE34F # 0 +0xFBA3 0xE350 # 0 +0xFBA4 0xE351 # 0 +0xFBA5 0xE352 # 0 +0xFBA6 0xE353 # 0 +0xFBA7 0xE354 # 0 +0xFBA8 0xE355 # 0 +0xFBA9 0xE356 # 0 +0xFBAA 0xE357 # 0 +0xFBAB 0xE358 # 0 +0xFBAC 0xE359 # 0 +0xFBAD 0xE35A # 0 +0xFBAE 0xE35B # 0 +0xFBAF 0xE35C # 0 +0xFBB0 0xE35D # 0 +0xFBB1 0xE35E # 0 +0xFBB2 0xE35F # 0 +0xFBB3 0xE360 # 0 +0xFBB4 0xE361 # 0 +0xFBB5 0xE362 # 0 +0xFBB6 0xE363 # 0 +0xFBB7 0xE364 # 0 +0xFBB8 0xE365 # 0 +0xFBB9 0xE366 # 0 +0xFBBA 0xE367 # 0 +0xFBBB 0xE368 # 0 +0xFBBC 0xE369 # 0 +0xFBBD 0xE36A # 0 +0xFBBE 0xE36B # 0 +0xFBBF 0xE36C # 0 +0xFBC0 0xE36D # 0 +0xFBC1 0xE36E # 0 +0xFBC2 0xE36F # 0 +0xFBC3 0xE370 # 0 +0xFBC4 0xE371 # 0 +0xFBC5 0xE372 # 0 +0xFBC6 0xE373 # 0 +0xFBC7 0xE374 # 0 +0xFBC8 0xE375 # 0 +0xFBC9 0xE376 # 0 +0xFBCA 0xE377 # 0 +0xFBCB 0xE378 # 0 +0xFBCC 0xE379 # 0 +0xFBCD 0xE37A # 0 +0xFBCE 0xE37B # 0 +0xFBCF 0xE37C # 0 +0xFBD0 0xE37D # 0 +0xFBD1 0xE37E # 0 +0xFBD2 0xE37F # 0 +0xFBD3 0xE380 # 0 +0xFBD4 0xE381 # 0 +0xFBD5 0xE382 # 0 +0xFBD6 0xE383 # 0 +0xFBD7 0xE384 # 0 +0xFBD8 0xE385 # 0 +0xFBD9 0xE386 # 0 +0xFBDA 0xE387 # 0 +0xFBDB 0xE388 # 0 +0xFBDC 0xE389 # 0 +0xFBDD 0xE38A # 0 +0xFBDE 0xE38B # 0 +0xFBDF 0xE38C # 0 +0xFBE0 0xE38D # 0 +0xFBE1 0xE38E # 0 +0xFBE2 0xE38F # 0 +0xFBE3 0xE390 # 0 +0xFBE4 0xE391 # 0 +0xFBE5 0xE392 # 0 +0xFBE6 0xE393 # 0 +0xFBE7 0xE394 # 0 +0xFBE8 0xE395 # 0 +0xFBE9 0xE396 # 0 +0xFBEA 0xE397 # 0 +0xFBEB 0xE398 # 0 +0xFBEC 0xE399 # 0 +0xFBED 0xE39A # 0 +0xFBEE 0xE39B # 0 +0xFBEF 0xE39C # 0 +0xFBF0 0xE39D # 0 +0xFBF1 0xE39E # 0 +0xFBF2 0xE39F # 0 +0xFBF3 0xE3A0 # 0 +0xFBF4 0xE3A1 # 0 +0xFBF5 0xE3A2 # 0 +0xFBF6 0xE3A3 # 0 +0xFBF7 0xE3A4 # 0 +0xFBF8 0xE3A5 # 0 +0xFBF9 0xE3A6 # 0 +0xFBFA 0xE3A7 # 0 +0xFBFB 0xE3A8 # 0 +0xFBFC 0xE3A9 # 0 +0xFBFD 0xE3AA # 0 +0xFBFE 0xE3AB # 0 +0xFC40 0x9EAB # 0 +0xFC41 0x9EAC # 0 +0xFC42 0x9EAD # 0 +0xFC43 0x9EAE # 0 +0xFC44 0x9EAF # 0 +0xFC45 0x9EB0 # 0 +0xFC46 0x9EB1 # 0 +0xFC47 0x9EB2 # 0 +0xFC48 0x9EB3 # 0 +0xFC49 0x9EB5 # 0 +0xFC4A 0x9EB6 # 0 +0xFC4B 0x9EB7 # 0 +0xFC4C 0x9EB9 # 0 +0xFC4D 0x9EBA # 0 +0xFC4E 0x9EBC # 0 +0xFC4F 0x9EBF # 0 +0xFC50 0x9EC0 # 0 +0xFC51 0x9EC1 # 0 +0xFC52 0x9EC2 # 0 +0xFC53 0x9EC3 # 0 +0xFC54 0x9EC5 # 0 +0xFC55 0x9EC6 # 0 +0xFC56 0x9EC7 # 0 +0xFC57 0x9EC8 # 0 +0xFC58 0x9ECA # 0 +0xFC59 0x9ECB # 0 +0xFC5A 0x9ECC # 0 +0xFC5B 0x9ED0 # 0 +0xFC5C 0x9ED2 # 0 +0xFC5D 0x9ED3 # 0 +0xFC5E 0x9ED5 # 0 +0xFC5F 0x9ED6 # 0 +0xFC60 0x9ED7 # 0 +0xFC61 0x9ED9 # 0 +0xFC62 0x9EDA # 0 +0xFC63 0x9EDE # 0 +0xFC64 0x9EE1 # 0 +0xFC65 0x9EE3 # 0 +0xFC66 0x9EE4 # 0 +0xFC67 0x9EE6 # 0 +0xFC68 0x9EE8 # 0 +0xFC69 0x9EEB # 0 +0xFC6A 0x9EEC # 0 +0xFC6B 0x9EED # 0 +0xFC6C 0x9EEE # 0 +0xFC6D 0x9EF0 # 0 +0xFC6E 0x9EF1 # 0 +0xFC6F 0x9EF2 # 0 +0xFC70 0x9EF3 # 0 +0xFC71 0x9EF4 # 0 +0xFC72 0x9EF5 # 0 +0xFC73 0x9EF6 # 0 +0xFC74 0x9EF7 # 0 +0xFC75 0x9EF8 # 0 +0xFC76 0x9EFA # 0 +0xFC77 0x9EFD # 0 +0xFC78 0x9EFF # 0 +0xFC79 0x9F00 # 0 +0xFC7A 0x9F01 # 0 +0xFC7B 0x9F02 # 0 +0xFC7C 0x9F03 # 0 +0xFC7D 0x9F04 # 0 +0xFC7E 0x9F05 # 0 +0xFC80 0x9F06 # 0 +0xFC81 0x9F07 # 0 +0xFC82 0x9F08 # 0 +0xFC83 0x9F09 # 0 +0xFC84 0x9F0A # 0 +0xFC85 0x9F0C # 0 +0xFC86 0x9F0F # 0 +0xFC87 0x9F11 # 0 +0xFC88 0x9F12 # 0 +0xFC89 0x9F14 # 0 +0xFC8A 0x9F15 # 0 +0xFC8B 0x9F16 # 0 +0xFC8C 0x9F18 # 0 +0xFC8D 0x9F1A # 0 +0xFC8E 0x9F1B # 0 +0xFC8F 0x9F1C # 0 +0xFC90 0x9F1D # 0 +0xFC91 0x9F1E # 0 +0xFC92 0x9F1F # 0 +0xFC93 0x9F21 # 0 +0xFC94 0x9F23 # 0 +0xFC95 0x9F24 # 0 +0xFC96 0x9F25 # 0 +0xFC97 0x9F26 # 0 +0xFC98 0x9F27 # 0 +0xFC99 0x9F28 # 0 +0xFC9A 0x9F29 # 0 +0xFC9B 0x9F2A # 0 +0xFC9C 0x9F2B # 0 +0xFC9D 0x9F2D # 0 +0xFC9E 0x9F2E # 0 +0xFC9F 0x9F30 # 0 +0xFCA0 0x9F31 # 0 +0xFCA1 0xE3AC # 0 +0xFCA2 0xE3AD # 0 +0xFCA3 0xE3AE # 0 +0xFCA4 0xE3AF # 0 +0xFCA5 0xE3B0 # 0 +0xFCA6 0xE3B1 # 0 +0xFCA7 0xE3B2 # 0 +0xFCA8 0xE3B3 # 0 +0xFCA9 0xE3B4 # 0 +0xFCAA 0xE3B5 # 0 +0xFCAB 0xE3B6 # 0 +0xFCAC 0xE3B7 # 0 +0xFCAD 0xE3B8 # 0 +0xFCAE 0xE3B9 # 0 +0xFCAF 0xE3BA # 0 +0xFCB0 0xE3BB # 0 +0xFCB1 0xE3BC # 0 +0xFCB2 0xE3BD # 0 +0xFCB3 0xE3BE # 0 +0xFCB4 0xE3BF # 0 +0xFCB5 0xE3C0 # 0 +0xFCB6 0xE3C1 # 0 +0xFCB7 0xE3C2 # 0 +0xFCB8 0xE3C3 # 0 +0xFCB9 0xE3C4 # 0 +0xFCBA 0xE3C5 # 0 +0xFCBB 0xE3C6 # 0 +0xFCBC 0xE3C7 # 0 +0xFCBD 0xE3C8 # 0 +0xFCBE 0xE3C9 # 0 +0xFCBF 0xE3CA # 0 +0xFCC0 0xE3CB # 0 +0xFCC1 0xE3CC # 0 +0xFCC2 0xE3CD # 0 +0xFCC3 0xE3CE # 0 +0xFCC4 0xE3CF # 0 +0xFCC5 0xE3D0 # 0 +0xFCC6 0xE3D1 # 0 +0xFCC7 0xE3D2 # 0 +0xFCC8 0xE3D3 # 0 +0xFCC9 0xE3D4 # 0 +0xFCCA 0xE3D5 # 0 +0xFCCB 0xE3D6 # 0 +0xFCCC 0xE3D7 # 0 +0xFCCD 0xE3D8 # 0 +0xFCCE 0xE3D9 # 0 +0xFCCF 0xE3DA # 0 +0xFCD0 0xE3DB # 0 +0xFCD1 0xE3DC # 0 +0xFCD2 0xE3DD # 0 +0xFCD3 0xE3DE # 0 +0xFCD4 0xE3DF # 0 +0xFCD5 0xE3E0 # 0 +0xFCD6 0xE3E1 # 0 +0xFCD7 0xE3E2 # 0 +0xFCD8 0xE3E3 # 0 +0xFCD9 0xE3E4 # 0 +0xFCDA 0xE3E5 # 0 +0xFCDB 0xE3E6 # 0 +0xFCDC 0xE3E7 # 0 +0xFCDD 0xE3E8 # 0 +0xFCDE 0xE3E9 # 0 +0xFCDF 0xE3EA # 0 +0xFCE0 0xE3EB # 0 +0xFCE1 0xE3EC # 0 +0xFCE2 0xE3ED # 0 +0xFCE3 0xE3EE # 0 +0xFCE4 0xE3EF # 0 +0xFCE5 0xE3F0 # 0 +0xFCE6 0xE3F1 # 0 +0xFCE7 0xE3F2 # 0 +0xFCE8 0xE3F3 # 0 +0xFCE9 0xE3F4 # 0 +0xFCEA 0xE3F5 # 0 +0xFCEB 0xE3F6 # 0 +0xFCEC 0xE3F7 # 0 +0xFCED 0xE3F8 # 0 +0xFCEE 0xE3F9 # 0 +0xFCEF 0xE3FA # 0 +0xFCF0 0xE3FB # 0 +0xFCF1 0xE3FC # 0 +0xFCF2 0xE3FD # 0 +0xFCF3 0xE3FE # 0 +0xFCF4 0xE3FF # 0 +0xFCF5 0xE400 # 0 +0xFCF6 0xE401 # 0 +0xFCF7 0xE402 # 0 +0xFCF8 0xE403 # 0 +0xFCF9 0xE404 # 0 +0xFCFA 0xE405 # 0 +0xFCFB 0xE406 # 0 +0xFCFC 0xE407 # 0 +0xFCFD 0xE408 # 0 +0xFCFE 0xE409 # 0 +0xFD40 0x9F32 # 0 +0xFD41 0x9F33 # 0 +0xFD42 0x9F34 # 0 +0xFD43 0x9F35 # 0 +0xFD44 0x9F36 # 0 +0xFD45 0x9F38 # 0 +0xFD46 0x9F3A # 0 +0xFD47 0x9F3C # 0 +0xFD48 0x9F3F # 0 +0xFD49 0x9F40 # 0 +0xFD4A 0x9F41 # 0 +0xFD4B 0x9F42 # 0 +0xFD4C 0x9F43 # 0 +0xFD4D 0x9F45 # 0 +0xFD4E 0x9F46 # 0 +0xFD4F 0x9F47 # 0 +0xFD50 0x9F48 # 0 +0xFD51 0x9F49 # 0 +0xFD52 0x9F4A # 0 +0xFD53 0x9F4B # 0 +0xFD54 0x9F4C # 0 +0xFD55 0x9F4D # 0 +0xFD56 0x9F4E # 0 +0xFD57 0x9F4F # 0 +0xFD58 0x9F52 # 0 +0xFD59 0x9F53 # 0 +0xFD5A 0x9F54 # 0 +0xFD5B 0x9F55 # 0 +0xFD5C 0x9F56 # 0 +0xFD5D 0x9F57 # 0 +0xFD5E 0x9F58 # 0 +0xFD5F 0x9F59 # 0 +0xFD60 0x9F5A # 0 +0xFD61 0x9F5B # 0 +0xFD62 0x9F5C # 0 +0xFD63 0x9F5D # 0 +0xFD64 0x9F5E # 0 +0xFD65 0x9F5F # 0 +0xFD66 0x9F60 # 0 +0xFD67 0x9F61 # 0 +0xFD68 0x9F62 # 0 +0xFD69 0x9F63 # 0 +0xFD6A 0x9F64 # 0 +0xFD6B 0x9F65 # 0 +0xFD6C 0x9F66 # 0 +0xFD6D 0x9F67 # 0 +0xFD6E 0x9F68 # 0 +0xFD6F 0x9F69 # 0 +0xFD70 0x9F6A # 0 +0xFD71 0x9F6B # 0 +0xFD72 0x9F6C # 0 +0xFD73 0x9F6D # 0 +0xFD74 0x9F6E # 0 +0xFD75 0x9F6F # 0 +0xFD76 0x9F70 # 0 +0xFD77 0x9F71 # 0 +0xFD78 0x9F72 # 0 +0xFD79 0x9F73 # 0 +0xFD7A 0x9F74 # 0 +0xFD7B 0x9F75 # 0 +0xFD7C 0x9F76 # 0 +0xFD7D 0x9F77 # 0 +0xFD7E 0x9F78 # 0 +0xFD80 0x9F79 # 0 +0xFD81 0x9F7A # 0 +0xFD82 0x9F7B # 0 +0xFD83 0x9F7C # 0 +0xFD84 0x9F7D # 0 +0xFD85 0x9F7E # 0 +0xFD86 0x9F81 # 0 +0xFD87 0x9F82 # 0 +0xFD88 0x9F8D # 0 +0xFD89 0x9F8E # 0 +0xFD8A 0x9F8F # 0 +0xFD8B 0x9F90 # 0 +0xFD8C 0x9F91 # 0 +0xFD8D 0x9F92 # 0 +0xFD8E 0x9F93 # 0 +0xFD8F 0x9F94 # 0 +0xFD90 0x9F95 # 0 +0xFD91 0x9F96 # 0 +0xFD92 0x9F97 # 0 +0xFD93 0x9F98 # 0 +0xFD94 0x9F9C # 0 +0xFD95 0x9F9D # 0 +0xFD96 0x9F9E # 0 +0xFD97 0x9FA1 # 0 +0xFD98 0x9FA2 # 0 +0xFD99 0x9FA3 # 0 +0xFD9A 0x9FA4 # 0 +0xFD9B 0x9FA5 # 0 +0xFD9C 0xF92C # 0 +0xFD9D 0xF979 # 0 +0xFD9E 0xF995 # 0 +0xFD9F 0xF9E7 # 0 +0xFDA0 0xF9F1 # 0 +0xFDA1 0xE40A # 0 +0xFDA2 0xE40B # 0 +0xFDA3 0xE40C # 0 +0xFDA4 0xE40D # 0 +0xFDA5 0xE40E # 0 +0xFDA6 0xE40F # 0 +0xFDA7 0xE410 # 0 +0xFDA8 0xE411 # 0 +0xFDA9 0xE412 # 0 +0xFDAA 0xE413 # 0 +0xFDAB 0xE414 # 0 +0xFDAC 0xE415 # 0 +0xFDAD 0xE416 # 0 +0xFDAE 0xE417 # 0 +0xFDAF 0xE418 # 0 +0xFDB0 0xE419 # 0 +0xFDB1 0xE41A # 0 +0xFDB2 0xE41B # 0 +0xFDB3 0xE41C # 0 +0xFDB4 0xE41D # 0 +0xFDB5 0xE41E # 0 +0xFDB6 0xE41F # 0 +0xFDB7 0xE420 # 0 +0xFDB8 0xE421 # 0 +0xFDB9 0xE422 # 0 +0xFDBA 0xE423 # 0 +0xFDBB 0xE424 # 0 +0xFDBC 0xE425 # 0 +0xFDBD 0xE426 # 0 +0xFDBE 0xE427 # 0 +0xFDBF 0xE428 # 0 +0xFDC0 0xE429 # 0 +0xFDC1 0xE42A # 0 +0xFDC2 0xE42B # 0 +0xFDC3 0xE42C # 0 +0xFDC4 0xE42D # 0 +0xFDC5 0xE42E # 0 +0xFDC6 0xE42F # 0 +0xFDC7 0xE430 # 0 +0xFDC8 0xE431 # 0 +0xFDC9 0xE432 # 0 +0xFDCA 0xE433 # 0 +0xFDCB 0xE434 # 0 +0xFDCC 0xE435 # 0 +0xFDCD 0xE436 # 0 +0xFDCE 0xE437 # 0 +0xFDCF 0xE438 # 0 +0xFDD0 0xE439 # 0 +0xFDD1 0xE43A # 0 +0xFDD2 0xE43B # 0 +0xFDD3 0xE43C # 0 +0xFDD4 0xE43D # 0 +0xFDD5 0xE43E # 0 +0xFDD6 0xE43F # 0 +0xFDD7 0xE440 # 0 +0xFDD8 0xE441 # 0 +0xFDD9 0xE442 # 0 +0xFDDA 0xE443 # 0 +0xFDDB 0xE444 # 0 +0xFDDC 0xE445 # 0 +0xFDDD 0xE446 # 0 +0xFDDE 0xE447 # 0 +0xFDDF 0xE448 # 0 +0xFDE0 0xE449 # 0 +0xFDE1 0xE44A # 0 +0xFDE2 0xE44B # 0 +0xFDE3 0xE44C # 0 +0xFDE4 0xE44D # 0 +0xFDE5 0xE44E # 0 +0xFDE6 0xE44F # 0 +0xFDE7 0xE450 # 0 +0xFDE8 0xE451 # 0 +0xFDE9 0xE452 # 0 +0xFDEA 0xE453 # 0 +0xFDEB 0xE454 # 0 +0xFDEC 0xE455 # 0 +0xFDED 0xE456 # 0 +0xFDEE 0xE457 # 0 +0xFDEF 0xE458 # 0 +0xFDF0 0xE459 # 0 +0xFDF1 0xE45A # 0 +0xFDF2 0xE45B # 0 +0xFDF3 0xE45C # 0 +0xFDF4 0xE45D # 0 +0xFDF5 0xE45E # 0 +0xFDF6 0xE45F # 0 +0xFDF7 0xE460 # 0 +0xFDF8 0xE461 # 0 +0xFDF9 0xE462 # 0 +0xFDFA 0xE463 # 0 +0xFDFB 0xE464 # 0 +0xFDFC 0xE465 # 0 +0xFDFD 0xE466 # 0 +0xFDFE 0xE467 # 0 +0xFE40 0xFA0C # 0 +0xFE41 0xFA0D # 0 +0xFE42 0xFA0E # 0 +0xFE43 0xFA0F # 0 +0xFE44 0xFA11 # 0 +0xFE45 0xFA13 # 0 +0xFE46 0xFA14 # 0 +0xFE47 0xFA18 # 0 +0xFE48 0xFA1F # 0 +0xFE49 0xFA20 # 0 +0xFE4A 0xFA21 # 0 +0xFE4B 0xFA23 # 0 +0xFE4C 0xFA24 # 0 +0xFE4D 0xFA27 # 0 +0xFE4E 0xFA28 # 0 +0xFE4F 0xFA29 # 0 +0xFE50 0xE815 # 0 +0xFE51 0xE816 # 0 +0xFE52 0xE817 # 0 +0xFE53 0xE818 # 0 +0xFE54 0xE819 # 0 +0xFE55 0xE81A # 0 +0xFE56 0xE81B # 0 +0xFE57 0xE81C # 0 +0xFE58 0xE81D # 0 +0xFE59 0xE81E # 0 +0xFE5A 0xE81F # 0 +0xFE5B 0xE820 # 0 +0xFE5C 0xE821 # 0 +0xFE5D 0xE822 # 0 +0xFE5E 0xE823 # 0 +0xFE5F 0xE824 # 0 +0xFE60 0xE825 # 0 +0xFE61 0xE826 # 0 +0xFE62 0xE827 # 0 +0xFE63 0xE828 # 0 +0xFE64 0xE829 # 0 +0xFE65 0xE82A # 0 +0xFE66 0xE82B # 0 +0xFE67 0xE82C # 0 +0xFE68 0xE82D # 0 +0xFE69 0xE82E # 0 +0xFE6A 0xE82F # 0 +0xFE6B 0xE830 # 0 +0xFE6C 0xE831 # 0 +0xFE6D 0xE832 # 0 +0xFE6E 0xE833 # 0 +0xFE6F 0xE834 # 0 +0xFE70 0xE835 # 0 +0xFE71 0xE836 # 0 +0xFE72 0xE837 # 0 +0xFE73 0xE838 # 0 +0xFE74 0xE839 # 0 +0xFE75 0xE83A # 0 +0xFE76 0xE83B # 0 +0xFE77 0xE83C # 0 +0xFE78 0xE83D # 0 +0xFE79 0xE83E # 0 +0xFE7A 0xE83F # 0 +0xFE7B 0xE840 # 0 +0xFE7C 0xE841 # 0 +0xFE7D 0xE842 # 0 +0xFE7E 0xE843 # 0 +0xFE80 0xE844 # 0 +0xFE81 0xE845 # 0 +0xFE82 0xE846 # 0 +0xFE83 0xE847 # 0 +0xFE84 0xE848 # 0 +0xFE85 0xE849 # 0 +0xFE86 0xE84A # 0 +0xFE87 0xE84B # 0 +0xFE88 0xE84C # 0 +0xFE89 0xE84D # 0 +0xFE8A 0xE84E # 0 +0xFE8B 0xE84F # 0 +0xFE8C 0xE850 # 0 +0xFE8D 0xE851 # 0 +0xFE8E 0xE852 # 0 +0xFE8F 0xE853 # 0 +0xFE90 0xE854 # 0 +0xFE91 0xE855 # 0 +0xFE92 0xE856 # 0 +0xFE93 0xE857 # 0 +0xFE94 0xE858 # 0 +0xFE95 0xE859 # 0 +0xFE96 0xE85A # 0 +0xFE97 0xE85B # 0 +0xFE98 0xE85C # 0 +0xFE99 0xE85D # 0 +0xFE9A 0xE85E # 0 +0xFE9B 0xE85F # 0 +0xFE9C 0xE860 # 0 +0xFE9D 0xE861 # 0 +0xFE9E 0xE862 # 0 +0xFE9F 0xE863 # 0 +0xFEA0 0xE864 # 0 +0xFEA1 0xE468 # 0 +0xFEA2 0xE469 # 0 +0xFEA3 0xE46A # 0 +0xFEA4 0xE46B # 0 +0xFEA5 0xE46C # 0 +0xFEA6 0xE46D # 0 +0xFEA7 0xE46E # 0 +0xFEA8 0xE46F # 0 +0xFEA9 0xE470 # 0 +0xFEAA 0xE471 # 0 +0xFEAB 0xE472 # 0 +0xFEAC 0xE473 # 0 +0xFEAD 0xE474 # 0 +0xFEAE 0xE475 # 0 +0xFEAF 0xE476 # 0 +0xFEB0 0xE477 # 0 +0xFEB1 0xE478 # 0 +0xFEB2 0xE479 # 0 +0xFEB3 0xE47A # 0 +0xFEB4 0xE47B # 0 +0xFEB5 0xE47C # 0 +0xFEB6 0xE47D # 0 +0xFEB7 0xE47E # 0 +0xFEB8 0xE47F # 0 +0xFEB9 0xE480 # 0 +0xFEBA 0xE481 # 0 +0xFEBB 0xE482 # 0 +0xFEBC 0xE483 # 0 +0xFEBD 0xE484 # 0 +0xFEBE 0xE485 # 0 +0xFEBF 0xE486 # 0 +0xFEC0 0xE487 # 0 +0xFEC1 0xE488 # 0 +0xFEC2 0xE489 # 0 +0xFEC3 0xE48A # 0 +0xFEC4 0xE48B # 0 +0xFEC5 0xE48C # 0 +0xFEC6 0xE48D # 0 +0xFEC7 0xE48E # 0 +0xFEC8 0xE48F # 0 +0xFEC9 0xE490 # 0 +0xFECA 0xE491 # 0 +0xFECB 0xE492 # 0 +0xFECC 0xE493 # 0 +0xFECD 0xE494 # 0 +0xFECE 0xE495 # 0 +0xFECF 0xE496 # 0 +0xFED0 0xE497 # 0 +0xFED1 0xE498 # 0 +0xFED2 0xE499 # 0 +0xFED3 0xE49A # 0 +0xFED4 0xE49B # 0 +0xFED5 0xE49C # 0 +0xFED6 0xE49D # 0 +0xFED7 0xE49E # 0 +0xFED8 0xE49F # 0 +0xFED9 0xE4A0 # 0 +0xFEDA 0xE4A1 # 0 +0xFEDB 0xE4A2 # 0 +0xFEDC 0xE4A3 # 0 +0xFEDD 0xE4A4 # 0 +0xFEDE 0xE4A5 # 0 +0xFEDF 0xE4A6 # 0 +0xFEE0 0xE4A7 # 0 +0xFEE1 0xE4A8 # 0 +0xFEE2 0xE4A9 # 0 +0xFEE3 0xE4AA # 0 +0xFEE4 0xE4AB # 0 +0xFEE5 0xE4AC # 0 +0xFEE6 0xE4AD # 0 +0xFEE7 0xE4AE # 0 +0xFEE8 0xE4AF # 0 +0xFEE9 0xE4B0 # 0 +0xFEEA 0xE4B1 # 0 +0xFEEB 0xE4B2 # 0 +0xFEEC 0xE4B3 # 0 +0xFEED 0xE4B4 # 0 +0xFEEE 0xE4B5 # 0 +0xFEEF 0xE4B6 # 0 +0xFEF0 0xE4B7 # 0 +0xFEF1 0xE4B8 # 0 +0xFEF2 0xE4B9 # 0 +0xFEF3 0xE4BA # 0 +0xFEF4 0xE4BB # 0 +0xFEF5 0xE4BC # 0 +0xFEF6 0xE4BD # 0 +0xFEF7 0xE4BE # 0 +0xFEF8 0xE4BF # 0 +0xFEF9 0xE4C0 # 0 +0xFEFA 0xE4C1 # 0 +0xFEFB 0xE4C2 # 0 +0xFEFC 0xE4C3 # 0 +0xFEFD 0xE4C4 # 0 +0xFEFE 0xE4C5 # 0 diff --git a/data/windows-949.txt b/data/windows-949.txt new file mode 100644 index 0000000000..68cf9fa7fc --- /dev/null +++ b/data/windows-949.txt @@ -0,0 +1,17367 @@ +# cp949.txt - Legacy to Unicode charmap +0x0000 0x0000 # 0 +0x0001 0x0001 # 0 +0x0002 0x0002 # 0 +0x0003 0x0003 # 0 +0x0004 0x0004 # 0 +0x0005 0x0005 # 0 +0x0006 0x0006 # 0 +0x0007 0x0007 # 0 +0x0008 0x0008 # 0 +0x0009 0x0009 # 0 +0x000A 0x000A # 0 +0x000B 0x000B # 0 +0x000C 0x000C # 0 +0x000D 0x000D # 0 +0x000E 0x000E # 0 +0x000F 0x000F # 0 +0x0010 0x0010 # 0 +0x0011 0x0011 # 0 +0x0012 0x0012 # 0 +0x0013 0x0013 # 0 +0x0014 0x0014 # 0 +0x0015 0x0015 # 0 +0x0016 0x0016 # 0 +0x0017 0x0017 # 0 +0x0018 0x0018 # 0 +0x0019 0x0019 # 0 +0x001A 0x001A # 0 +0x001B 0x001B # 0 +0x001C 0x001C # 0 +0x001D 0x001D # 0 +0x001E 0x001E # 0 +0x001F 0x001F # 0 +0x0020 0x0020 # 0 +0x0021 0x0021 # 0 +0x0022 0x0022 # 0 +0x0023 0x0023 # 0 +0x0024 0x0024 # 0 +0x0025 0x0025 # 0 +0x0026 0x0026 # 0 +0x0027 0x0027 # 0 +0x0028 0x0028 # 0 +0x0029 0x0029 # 0 +0x002A 0x002A # 0 +0x002B 0x002B # 0 +0x002C 0x002C # 0 +0x002D 0x002D # 0 +0x002E 0x002E # 0 +0x002F 0x002F # 0 +0x0030 0x0030 # 0 +0x0031 0x0031 # 0 +0x0032 0x0032 # 0 +0x0033 0x0033 # 0 +0x0034 0x0034 # 0 +0x0035 0x0035 # 0 +0x0036 0x0036 # 0 +0x0037 0x0037 # 0 +0x0038 0x0038 # 0 +0x0039 0x0039 # 0 +0x003A 0x003A # 0 +0x003B 0x003B # 0 +0x003C 0x003C # 0 +0x003D 0x003D # 0 +0x003E 0x003E # 0 +0x003F 0x003F # 0 +0x0040 0x0040 # 0 +0x0041 0x0041 # 0 +0x0042 0x0042 # 0 +0x0043 0x0043 # 0 +0x0044 0x0044 # 0 +0x0045 0x0045 # 0 +0x0046 0x0046 # 0 +0x0047 0x0047 # 0 +0x0048 0x0048 # 0 +0x0049 0x0049 # 0 +0x004A 0x004A # 0 +0x004B 0x004B # 0 +0x004C 0x004C # 0 +0x004D 0x004D # 0 +0x004E 0x004E # 0 +0x004F 0x004F # 0 +0x0050 0x0050 # 0 +0x0051 0x0051 # 0 +0x0052 0x0052 # 0 +0x0053 0x0053 # 0 +0x0054 0x0054 # 0 +0x0055 0x0055 # 0 +0x0056 0x0056 # 0 +0x0057 0x0057 # 0 +0x0058 0x0058 # 0 +0x0059 0x0059 # 0 +0x005A 0x005A # 0 +0x005B 0x005B # 0 +0x005C 0x005C # 0 +0x005D 0x005D # 0 +0x005E 0x005E # 0 +0x005F 0x005F # 0 +0x0060 0x0060 # 0 +0x0061 0x0061 # 0 +0x0062 0x0062 # 0 +0x0063 0x0063 # 0 +0x0064 0x0064 # 0 +0x0065 0x0065 # 0 +0x0066 0x0066 # 0 +0x0067 0x0067 # 0 +0x0068 0x0068 # 0 +0x0069 0x0069 # 0 +0x006A 0x006A # 0 +0x006B 0x006B # 0 +0x006C 0x006C # 0 +0x006D 0x006D # 0 +0x006E 0x006E # 0 +0x006F 0x006F # 0 +0x0070 0x0070 # 0 +0x0071 0x0071 # 0 +0x0072 0x0072 # 0 +0x0073 0x0073 # 0 +0x0074 0x0074 # 0 +0x0075 0x0075 # 0 +0x0076 0x0076 # 0 +0x0077 0x0077 # 0 +0x0078 0x0078 # 0 +0x0079 0x0079 # 0 +0x007A 0x007A # 0 +0x007B 0x007B # 0 +0x007C 0x007C # 0 +0x007D 0x007D # 0 +0x007E 0x007E # 0 +0x007F 0x007F # 0 +0x0080 0x0080 # 0 +0x00FF 0xF8F7 # 0 +0x8141 0xAC02 # 0 +0x8142 0xAC03 # 0 +0x8143 0xAC05 # 0 +0x8144 0xAC06 # 0 +0x8145 0xAC0B # 0 +0x8146 0xAC0C # 0 +0x8147 0xAC0D # 0 +0x8148 0xAC0E # 0 +0x8149 0xAC0F # 0 +0x814A 0xAC18 # 0 +0x814B 0xAC1E # 0 +0x814C 0xAC1F # 0 +0x814D 0xAC21 # 0 +0x814E 0xAC22 # 0 +0x814F 0xAC23 # 0 +0x8150 0xAC25 # 0 +0x8151 0xAC26 # 0 +0x8152 0xAC27 # 0 +0x8153 0xAC28 # 0 +0x8154 0xAC29 # 0 +0x8155 0xAC2A # 0 +0x8156 0xAC2B # 0 +0x8157 0xAC2E # 0 +0x8158 0xAC32 # 0 +0x8159 0xAC33 # 0 +0x815A 0xAC34 # 0 +0x8161 0xAC35 # 0 +0x8162 0xAC36 # 0 +0x8163 0xAC37 # 0 +0x8164 0xAC3A # 0 +0x8165 0xAC3B # 0 +0x8166 0xAC3D # 0 +0x8167 0xAC3E # 0 +0x8168 0xAC3F # 0 +0x8169 0xAC41 # 0 +0x816A 0xAC42 # 0 +0x816B 0xAC43 # 0 +0x816C 0xAC44 # 0 +0x816D 0xAC45 # 0 +0x816E 0xAC46 # 0 +0x816F 0xAC47 # 0 +0x8170 0xAC48 # 0 +0x8171 0xAC49 # 0 +0x8172 0xAC4A # 0 +0x8173 0xAC4C # 0 +0x8174 0xAC4E # 0 +0x8175 0xAC4F # 0 +0x8176 0xAC50 # 0 +0x8177 0xAC51 # 0 +0x8178 0xAC52 # 0 +0x8179 0xAC53 # 0 +0x817A 0xAC55 # 0 +0x8181 0xAC56 # 0 +0x8182 0xAC57 # 0 +0x8183 0xAC59 # 0 +0x8184 0xAC5A # 0 +0x8185 0xAC5B # 0 +0x8186 0xAC5D # 0 +0x8187 0xAC5E # 0 +0x8188 0xAC5F # 0 +0x8189 0xAC60 # 0 +0x818A 0xAC61 # 0 +0x818B 0xAC62 # 0 +0x818C 0xAC63 # 0 +0x818D 0xAC64 # 0 +0x818E 0xAC65 # 0 +0x818F 0xAC66 # 0 +0x8190 0xAC67 # 0 +0x8191 0xAC68 # 0 +0x8192 0xAC69 # 0 +0x8193 0xAC6A # 0 +0x8194 0xAC6B # 0 +0x8195 0xAC6C # 0 +0x8196 0xAC6D # 0 +0x8197 0xAC6E # 0 +0x8198 0xAC6F # 0 +0x8199 0xAC72 # 0 +0x819A 0xAC73 # 0 +0x819B 0xAC75 # 0 +0x819C 0xAC76 # 0 +0x819D 0xAC79 # 0 +0x819E 0xAC7B # 0 +0x819F 0xAC7C # 0 +0x81A0 0xAC7D # 0 +0x81A1 0xAC7E # 0 +0x81A2 0xAC7F # 0 +0x81A3 0xAC82 # 0 +0x81A4 0xAC87 # 0 +0x81A5 0xAC88 # 0 +0x81A6 0xAC8D # 0 +0x81A7 0xAC8E # 0 +0x81A8 0xAC8F # 0 +0x81A9 0xAC91 # 0 +0x81AA 0xAC92 # 0 +0x81AB 0xAC93 # 0 +0x81AC 0xAC95 # 0 +0x81AD 0xAC96 # 0 +0x81AE 0xAC97 # 0 +0x81AF 0xAC98 # 0 +0x81B0 0xAC99 # 0 +0x81B1 0xAC9A # 0 +0x81B2 0xAC9B # 0 +0x81B3 0xAC9E # 0 +0x81B4 0xACA2 # 0 +0x81B5 0xACA3 # 0 +0x81B6 0xACA4 # 0 +0x81B7 0xACA5 # 0 +0x81B8 0xACA6 # 0 +0x81B9 0xACA7 # 0 +0x81BA 0xACAB # 0 +0x81BB 0xACAD # 0 +0x81BC 0xACAE # 0 +0x81BD 0xACB1 # 0 +0x81BE 0xACB2 # 0 +0x81BF 0xACB3 # 0 +0x81C0 0xACB4 # 0 +0x81C1 0xACB5 # 0 +0x81C2 0xACB6 # 0 +0x81C3 0xACB7 # 0 +0x81C4 0xACBA # 0 +0x81C5 0xACBE # 0 +0x81C6 0xACBF # 0 +0x81C7 0xACC0 # 0 +0x81C8 0xACC2 # 0 +0x81C9 0xACC3 # 0 +0x81CA 0xACC5 # 0 +0x81CB 0xACC6 # 0 +0x81CC 0xACC7 # 0 +0x81CD 0xACC9 # 0 +0x81CE 0xACCA # 0 +0x81CF 0xACCB # 0 +0x81D0 0xACCD # 0 +0x81D1 0xACCE # 0 +0x81D2 0xACCF # 0 +0x81D3 0xACD0 # 0 +0x81D4 0xACD1 # 0 +0x81D5 0xACD2 # 0 +0x81D6 0xACD3 # 0 +0x81D7 0xACD4 # 0 +0x81D8 0xACD6 # 0 +0x81D9 0xACD8 # 0 +0x81DA 0xACD9 # 0 +0x81DB 0xACDA # 0 +0x81DC 0xACDB # 0 +0x81DD 0xACDC # 0 +0x81DE 0xACDD # 0 +0x81DF 0xACDE # 0 +0x81E0 0xACDF # 0 +0x81E1 0xACE2 # 0 +0x81E2 0xACE3 # 0 +0x81E3 0xACE5 # 0 +0x81E4 0xACE6 # 0 +0x81E5 0xACE9 # 0 +0x81E6 0xACEB # 0 +0x81E7 0xACED # 0 +0x81E8 0xACEE # 0 +0x81E9 0xACF2 # 0 +0x81EA 0xACF4 # 0 +0x81EB 0xACF7 # 0 +0x81EC 0xACF8 # 0 +0x81ED 0xACF9 # 0 +0x81EE 0xACFA # 0 +0x81EF 0xACFB # 0 +0x81F0 0xACFE # 0 +0x81F1 0xACFF # 0 +0x81F2 0xAD01 # 0 +0x81F3 0xAD02 # 0 +0x81F4 0xAD03 # 0 +0x81F5 0xAD05 # 0 +0x81F6 0xAD07 # 0 +0x81F7 0xAD08 # 0 +0x81F8 0xAD09 # 0 +0x81F9 0xAD0A # 0 +0x81FA 0xAD0B # 0 +0x81FB 0xAD0E # 0 +0x81FC 0xAD10 # 0 +0x81FD 0xAD12 # 0 +0x81FE 0xAD13 # 0 +0x8241 0xAD14 # 0 +0x8242 0xAD15 # 0 +0x8243 0xAD16 # 0 +0x8244 0xAD17 # 0 +0x8245 0xAD19 # 0 +0x8246 0xAD1A # 0 +0x8247 0xAD1B # 0 +0x8248 0xAD1D # 0 +0x8249 0xAD1E # 0 +0x824A 0xAD1F # 0 +0x824B 0xAD21 # 0 +0x824C 0xAD22 # 0 +0x824D 0xAD23 # 0 +0x824E 0xAD24 # 0 +0x824F 0xAD25 # 0 +0x8250 0xAD26 # 0 +0x8251 0xAD27 # 0 +0x8252 0xAD28 # 0 +0x8253 0xAD2A # 0 +0x8254 0xAD2B # 0 +0x8255 0xAD2E # 0 +0x8256 0xAD2F # 0 +0x8257 0xAD30 # 0 +0x8258 0xAD31 # 0 +0x8259 0xAD32 # 0 +0x825A 0xAD33 # 0 +0x8261 0xAD36 # 0 +0x8262 0xAD37 # 0 +0x8263 0xAD39 # 0 +0x8264 0xAD3A # 0 +0x8265 0xAD3B # 0 +0x8266 0xAD3D # 0 +0x8267 0xAD3E # 0 +0x8268 0xAD3F # 0 +0x8269 0xAD40 # 0 +0x826A 0xAD41 # 0 +0x826B 0xAD42 # 0 +0x826C 0xAD43 # 0 +0x826D 0xAD46 # 0 +0x826E 0xAD48 # 0 +0x826F 0xAD4A # 0 +0x8270 0xAD4B # 0 +0x8271 0xAD4C # 0 +0x8272 0xAD4D # 0 +0x8273 0xAD4E # 0 +0x8274 0xAD4F # 0 +0x8275 0xAD51 # 0 +0x8276 0xAD52 # 0 +0x8277 0xAD53 # 0 +0x8278 0xAD55 # 0 +0x8279 0xAD56 # 0 +0x827A 0xAD57 # 0 +0x8281 0xAD59 # 0 +0x8282 0xAD5A # 0 +0x8283 0xAD5B # 0 +0x8284 0xAD5C # 0 +0x8285 0xAD5D # 0 +0x8286 0xAD5E # 0 +0x8287 0xAD5F # 0 +0x8288 0xAD60 # 0 +0x8289 0xAD62 # 0 +0x828A 0xAD64 # 0 +0x828B 0xAD65 # 0 +0x828C 0xAD66 # 0 +0x828D 0xAD67 # 0 +0x828E 0xAD68 # 0 +0x828F 0xAD69 # 0 +0x8290 0xAD6A # 0 +0x8291 0xAD6B # 0 +0x8292 0xAD6E # 0 +0x8293 0xAD6F # 0 +0x8294 0xAD71 # 0 +0x8295 0xAD72 # 0 +0x8296 0xAD77 # 0 +0x8297 0xAD78 # 0 +0x8298 0xAD79 # 0 +0x8299 0xAD7A # 0 +0x829A 0xAD7E # 0 +0x829B 0xAD80 # 0 +0x829C 0xAD83 # 0 +0x829D 0xAD84 # 0 +0x829E 0xAD85 # 0 +0x829F 0xAD86 # 0 +0x82A0 0xAD87 # 0 +0x82A1 0xAD8A # 0 +0x82A2 0xAD8B # 0 +0x82A3 0xAD8D # 0 +0x82A4 0xAD8E # 0 +0x82A5 0xAD8F # 0 +0x82A6 0xAD91 # 0 +0x82A7 0xAD92 # 0 +0x82A8 0xAD93 # 0 +0x82A9 0xAD94 # 0 +0x82AA 0xAD95 # 0 +0x82AB 0xAD96 # 0 +0x82AC 0xAD97 # 0 +0x82AD 0xAD98 # 0 +0x82AE 0xAD99 # 0 +0x82AF 0xAD9A # 0 +0x82B0 0xAD9B # 0 +0x82B1 0xAD9E # 0 +0x82B2 0xAD9F # 0 +0x82B3 0xADA0 # 0 +0x82B4 0xADA1 # 0 +0x82B5 0xADA2 # 0 +0x82B6 0xADA3 # 0 +0x82B7 0xADA5 # 0 +0x82B8 0xADA6 # 0 +0x82B9 0xADA7 # 0 +0x82BA 0xADA8 # 0 +0x82BB 0xADA9 # 0 +0x82BC 0xADAA # 0 +0x82BD 0xADAB # 0 +0x82BE 0xADAC # 0 +0x82BF 0xADAD # 0 +0x82C0 0xADAE # 0 +0x82C1 0xADAF # 0 +0x82C2 0xADB0 # 0 +0x82C3 0xADB1 # 0 +0x82C4 0xADB2 # 0 +0x82C5 0xADB3 # 0 +0x82C6 0xADB4 # 0 +0x82C7 0xADB5 # 0 +0x82C8 0xADB6 # 0 +0x82C9 0xADB8 # 0 +0x82CA 0xADB9 # 0 +0x82CB 0xADBA # 0 +0x82CC 0xADBB # 0 +0x82CD 0xADBC # 0 +0x82CE 0xADBD # 0 +0x82CF 0xADBE # 0 +0x82D0 0xADBF # 0 +0x82D1 0xADC2 # 0 +0x82D2 0xADC3 # 0 +0x82D3 0xADC5 # 0 +0x82D4 0xADC6 # 0 +0x82D5 0xADC7 # 0 +0x82D6 0xADC9 # 0 +0x82D7 0xADCA # 0 +0x82D8 0xADCB # 0 +0x82D9 0xADCC # 0 +0x82DA 0xADCD # 0 +0x82DB 0xADCE # 0 +0x82DC 0xADCF # 0 +0x82DD 0xADD2 # 0 +0x82DE 0xADD4 # 0 +0x82DF 0xADD5 # 0 +0x82E0 0xADD6 # 0 +0x82E1 0xADD7 # 0 +0x82E2 0xADD8 # 0 +0x82E3 0xADD9 # 0 +0x82E4 0xADDA # 0 +0x82E5 0xADDB # 0 +0x82E6 0xADDD # 0 +0x82E7 0xADDE # 0 +0x82E8 0xADDF # 0 +0x82E9 0xADE1 # 0 +0x82EA 0xADE2 # 0 +0x82EB 0xADE3 # 0 +0x82EC 0xADE5 # 0 +0x82ED 0xADE6 # 0 +0x82EE 0xADE7 # 0 +0x82EF 0xADE8 # 0 +0x82F0 0xADE9 # 0 +0x82F1 0xADEA # 0 +0x82F2 0xADEB # 0 +0x82F3 0xADEC # 0 +0x82F4 0xADED # 0 +0x82F5 0xADEE # 0 +0x82F6 0xADEF # 0 +0x82F7 0xADF0 # 0 +0x82F8 0xADF1 # 0 +0x82F9 0xADF2 # 0 +0x82FA 0xADF3 # 0 +0x82FB 0xADF4 # 0 +0x82FC 0xADF5 # 0 +0x82FD 0xADF6 # 0 +0x82FE 0xADF7 # 0 +0x8341 0xADFA # 0 +0x8342 0xADFB # 0 +0x8343 0xADFD # 0 +0x8344 0xADFE # 0 +0x8345 0xAE02 # 0 +0x8346 0xAE03 # 0 +0x8347 0xAE04 # 0 +0x8348 0xAE05 # 0 +0x8349 0xAE06 # 0 +0x834A 0xAE07 # 0 +0x834B 0xAE0A # 0 +0x834C 0xAE0C # 0 +0x834D 0xAE0E # 0 +0x834E 0xAE0F # 0 +0x834F 0xAE10 # 0 +0x8350 0xAE11 # 0 +0x8351 0xAE12 # 0 +0x8352 0xAE13 # 0 +0x8353 0xAE15 # 0 +0x8354 0xAE16 # 0 +0x8355 0xAE17 # 0 +0x8356 0xAE18 # 0 +0x8357 0xAE19 # 0 +0x8358 0xAE1A # 0 +0x8359 0xAE1B # 0 +0x835A 0xAE1C # 0 +0x8361 0xAE1D # 0 +0x8362 0xAE1E # 0 +0x8363 0xAE1F # 0 +0x8364 0xAE20 # 0 +0x8365 0xAE21 # 0 +0x8366 0xAE22 # 0 +0x8367 0xAE23 # 0 +0x8368 0xAE24 # 0 +0x8369 0xAE25 # 0 +0x836A 0xAE26 # 0 +0x836B 0xAE27 # 0 +0x836C 0xAE28 # 0 +0x836D 0xAE29 # 0 +0x836E 0xAE2A # 0 +0x836F 0xAE2B # 0 +0x8370 0xAE2C # 0 +0x8371 0xAE2D # 0 +0x8372 0xAE2E # 0 +0x8373 0xAE2F # 0 +0x8374 0xAE32 # 0 +0x8375 0xAE33 # 0 +0x8376 0xAE35 # 0 +0x8377 0xAE36 # 0 +0x8378 0xAE39 # 0 +0x8379 0xAE3B # 0 +0x837A 0xAE3C # 0 +0x8381 0xAE3D # 0 +0x8382 0xAE3E # 0 +0x8383 0xAE3F # 0 +0x8384 0xAE42 # 0 +0x8385 0xAE44 # 0 +0x8386 0xAE47 # 0 +0x8387 0xAE48 # 0 +0x8388 0xAE49 # 0 +0x8389 0xAE4B # 0 +0x838A 0xAE4F # 0 +0x838B 0xAE51 # 0 +0x838C 0xAE52 # 0 +0x838D 0xAE53 # 0 +0x838E 0xAE55 # 0 +0x838F 0xAE57 # 0 +0x8390 0xAE58 # 0 +0x8391 0xAE59 # 0 +0x8392 0xAE5A # 0 +0x8393 0xAE5B # 0 +0x8394 0xAE5E # 0 +0x8395 0xAE62 # 0 +0x8396 0xAE63 # 0 +0x8397 0xAE64 # 0 +0x8398 0xAE66 # 0 +0x8399 0xAE67 # 0 +0x839A 0xAE6A # 0 +0x839B 0xAE6B # 0 +0x839C 0xAE6D # 0 +0x839D 0xAE6E # 0 +0x839E 0xAE6F # 0 +0x839F 0xAE71 # 0 +0x83A0 0xAE72 # 0 +0x83A1 0xAE73 # 0 +0x83A2 0xAE74 # 0 +0x83A3 0xAE75 # 0 +0x83A4 0xAE76 # 0 +0x83A5 0xAE77 # 0 +0x83A6 0xAE7A # 0 +0x83A7 0xAE7E # 0 +0x83A8 0xAE7F # 0 +0x83A9 0xAE80 # 0 +0x83AA 0xAE81 # 0 +0x83AB 0xAE82 # 0 +0x83AC 0xAE83 # 0 +0x83AD 0xAE86 # 0 +0x83AE 0xAE87 # 0 +0x83AF 0xAE88 # 0 +0x83B0 0xAE89 # 0 +0x83B1 0xAE8A # 0 +0x83B2 0xAE8B # 0 +0x83B3 0xAE8D # 0 +0x83B4 0xAE8E # 0 +0x83B5 0xAE8F # 0 +0x83B6 0xAE90 # 0 +0x83B7 0xAE91 # 0 +0x83B8 0xAE92 # 0 +0x83B9 0xAE93 # 0 +0x83BA 0xAE94 # 0 +0x83BB 0xAE95 # 0 +0x83BC 0xAE96 # 0 +0x83BD 0xAE97 # 0 +0x83BE 0xAE98 # 0 +0x83BF 0xAE99 # 0 +0x83C0 0xAE9A # 0 +0x83C1 0xAE9B # 0 +0x83C2 0xAE9C # 0 +0x83C3 0xAE9D # 0 +0x83C4 0xAE9E # 0 +0x83C5 0xAE9F # 0 +0x83C6 0xAEA0 # 0 +0x83C7 0xAEA1 # 0 +0x83C8 0xAEA2 # 0 +0x83C9 0xAEA3 # 0 +0x83CA 0xAEA4 # 0 +0x83CB 0xAEA5 # 0 +0x83CC 0xAEA6 # 0 +0x83CD 0xAEA7 # 0 +0x83CE 0xAEA8 # 0 +0x83CF 0xAEA9 # 0 +0x83D0 0xAEAA # 0 +0x83D1 0xAEAB # 0 +0x83D2 0xAEAC # 0 +0x83D3 0xAEAD # 0 +0x83D4 0xAEAE # 0 +0x83D5 0xAEAF # 0 +0x83D6 0xAEB0 # 0 +0x83D7 0xAEB1 # 0 +0x83D8 0xAEB2 # 0 +0x83D9 0xAEB3 # 0 +0x83DA 0xAEB4 # 0 +0x83DB 0xAEB5 # 0 +0x83DC 0xAEB6 # 0 +0x83DD 0xAEB7 # 0 +0x83DE 0xAEB8 # 0 +0x83DF 0xAEB9 # 0 +0x83E0 0xAEBA # 0 +0x83E1 0xAEBB # 0 +0x83E2 0xAEBF # 0 +0x83E3 0xAEC1 # 0 +0x83E4 0xAEC2 # 0 +0x83E5 0xAEC3 # 0 +0x83E6 0xAEC5 # 0 +0x83E7 0xAEC6 # 0 +0x83E8 0xAEC7 # 0 +0x83E9 0xAEC8 # 0 +0x83EA 0xAEC9 # 0 +0x83EB 0xAECA # 0 +0x83EC 0xAECB # 0 +0x83ED 0xAECE # 0 +0x83EE 0xAED2 # 0 +0x83EF 0xAED3 # 0 +0x83F0 0xAED4 # 0 +0x83F1 0xAED5 # 0 +0x83F2 0xAED6 # 0 +0x83F3 0xAED7 # 0 +0x83F4 0xAEDA # 0 +0x83F5 0xAEDB # 0 +0x83F6 0xAEDD # 0 +0x83F7 0xAEDE # 0 +0x83F8 0xAEDF # 0 +0x83F9 0xAEE0 # 0 +0x83FA 0xAEE1 # 0 +0x83FB 0xAEE2 # 0 +0x83FC 0xAEE3 # 0 +0x83FD 0xAEE4 # 0 +0x83FE 0xAEE5 # 0 +0x8441 0xAEE6 # 0 +0x8442 0xAEE7 # 0 +0x8443 0xAEE9 # 0 +0x8444 0xAEEA # 0 +0x8445 0xAEEC # 0 +0x8446 0xAEEE # 0 +0x8447 0xAEEF # 0 +0x8448 0xAEF0 # 0 +0x8449 0xAEF1 # 0 +0x844A 0xAEF2 # 0 +0x844B 0xAEF3 # 0 +0x844C 0xAEF5 # 0 +0x844D 0xAEF6 # 0 +0x844E 0xAEF7 # 0 +0x844F 0xAEF9 # 0 +0x8450 0xAEFA # 0 +0x8451 0xAEFB # 0 +0x8452 0xAEFD # 0 +0x8453 0xAEFE # 0 +0x8454 0xAEFF # 0 +0x8455 0xAF00 # 0 +0x8456 0xAF01 # 0 +0x8457 0xAF02 # 0 +0x8458 0xAF03 # 0 +0x8459 0xAF04 # 0 +0x845A 0xAF05 # 0 +0x8461 0xAF06 # 0 +0x8462 0xAF09 # 0 +0x8463 0xAF0A # 0 +0x8464 0xAF0B # 0 +0x8465 0xAF0C # 0 +0x8466 0xAF0E # 0 +0x8467 0xAF0F # 0 +0x8468 0xAF11 # 0 +0x8469 0xAF12 # 0 +0x846A 0xAF13 # 0 +0x846B 0xAF14 # 0 +0x846C 0xAF15 # 0 +0x846D 0xAF16 # 0 +0x846E 0xAF17 # 0 +0x846F 0xAF18 # 0 +0x8470 0xAF19 # 0 +0x8471 0xAF1A # 0 +0x8472 0xAF1B # 0 +0x8473 0xAF1C # 0 +0x8474 0xAF1D # 0 +0x8475 0xAF1E # 0 +0x8476 0xAF1F # 0 +0x8477 0xAF20 # 0 +0x8478 0xAF21 # 0 +0x8479 0xAF22 # 0 +0x847A 0xAF23 # 0 +0x8481 0xAF24 # 0 +0x8482 0xAF25 # 0 +0x8483 0xAF26 # 0 +0x8484 0xAF27 # 0 +0x8485 0xAF28 # 0 +0x8486 0xAF29 # 0 +0x8487 0xAF2A # 0 +0x8488 0xAF2B # 0 +0x8489 0xAF2E # 0 +0x848A 0xAF2F # 0 +0x848B 0xAF31 # 0 +0x848C 0xAF33 # 0 +0x848D 0xAF35 # 0 +0x848E 0xAF36 # 0 +0x848F 0xAF37 # 0 +0x8490 0xAF38 # 0 +0x8491 0xAF39 # 0 +0x8492 0xAF3A # 0 +0x8493 0xAF3B # 0 +0x8494 0xAF3E # 0 +0x8495 0xAF40 # 0 +0x8496 0xAF44 # 0 +0x8497 0xAF45 # 0 +0x8498 0xAF46 # 0 +0x8499 0xAF47 # 0 +0x849A 0xAF4A # 0 +0x849B 0xAF4B # 0 +0x849C 0xAF4C # 0 +0x849D 0xAF4D # 0 +0x849E 0xAF4E # 0 +0x849F 0xAF4F # 0 +0x84A0 0xAF51 # 0 +0x84A1 0xAF52 # 0 +0x84A2 0xAF53 # 0 +0x84A3 0xAF54 # 0 +0x84A4 0xAF55 # 0 +0x84A5 0xAF56 # 0 +0x84A6 0xAF57 # 0 +0x84A7 0xAF58 # 0 +0x84A8 0xAF59 # 0 +0x84A9 0xAF5A # 0 +0x84AA 0xAF5B # 0 +0x84AB 0xAF5E # 0 +0x84AC 0xAF5F # 0 +0x84AD 0xAF60 # 0 +0x84AE 0xAF61 # 0 +0x84AF 0xAF62 # 0 +0x84B0 0xAF63 # 0 +0x84B1 0xAF66 # 0 +0x84B2 0xAF67 # 0 +0x84B3 0xAF68 # 0 +0x84B4 0xAF69 # 0 +0x84B5 0xAF6A # 0 +0x84B6 0xAF6B # 0 +0x84B7 0xAF6C # 0 +0x84B8 0xAF6D # 0 +0x84B9 0xAF6E # 0 +0x84BA 0xAF6F # 0 +0x84BB 0xAF70 # 0 +0x84BC 0xAF71 # 0 +0x84BD 0xAF72 # 0 +0x84BE 0xAF73 # 0 +0x84BF 0xAF74 # 0 +0x84C0 0xAF75 # 0 +0x84C1 0xAF76 # 0 +0x84C2 0xAF77 # 0 +0x84C3 0xAF78 # 0 +0x84C4 0xAF7A # 0 +0x84C5 0xAF7B # 0 +0x84C6 0xAF7C # 0 +0x84C7 0xAF7D # 0 +0x84C8 0xAF7E # 0 +0x84C9 0xAF7F # 0 +0x84CA 0xAF81 # 0 +0x84CB 0xAF82 # 0 +0x84CC 0xAF83 # 0 +0x84CD 0xAF85 # 0 +0x84CE 0xAF86 # 0 +0x84CF 0xAF87 # 0 +0x84D0 0xAF89 # 0 +0x84D1 0xAF8A # 0 +0x84D2 0xAF8B # 0 +0x84D3 0xAF8C # 0 +0x84D4 0xAF8D # 0 +0x84D5 0xAF8E # 0 +0x84D6 0xAF8F # 0 +0x84D7 0xAF92 # 0 +0x84D8 0xAF93 # 0 +0x84D9 0xAF94 # 0 +0x84DA 0xAF96 # 0 +0x84DB 0xAF97 # 0 +0x84DC 0xAF98 # 0 +0x84DD 0xAF99 # 0 +0x84DE 0xAF9A # 0 +0x84DF 0xAF9B # 0 +0x84E0 0xAF9D # 0 +0x84E1 0xAF9E # 0 +0x84E2 0xAF9F # 0 +0x84E3 0xAFA0 # 0 +0x84E4 0xAFA1 # 0 +0x84E5 0xAFA2 # 0 +0x84E6 0xAFA3 # 0 +0x84E7 0xAFA4 # 0 +0x84E8 0xAFA5 # 0 +0x84E9 0xAFA6 # 0 +0x84EA 0xAFA7 # 0 +0x84EB 0xAFA8 # 0 +0x84EC 0xAFA9 # 0 +0x84ED 0xAFAA # 0 +0x84EE 0xAFAB # 0 +0x84EF 0xAFAC # 0 +0x84F0 0xAFAD # 0 +0x84F1 0xAFAE # 0 +0x84F2 0xAFAF # 0 +0x84F3 0xAFB0 # 0 +0x84F4 0xAFB1 # 0 +0x84F5 0xAFB2 # 0 +0x84F6 0xAFB3 # 0 +0x84F7 0xAFB4 # 0 +0x84F8 0xAFB5 # 0 +0x84F9 0xAFB6 # 0 +0x84FA 0xAFB7 # 0 +0x84FB 0xAFBA # 0 +0x84FC 0xAFBB # 0 +0x84FD 0xAFBD # 0 +0x84FE 0xAFBE # 0 +0x8541 0xAFBF # 0 +0x8542 0xAFC1 # 0 +0x8543 0xAFC2 # 0 +0x8544 0xAFC3 # 0 +0x8545 0xAFC4 # 0 +0x8546 0xAFC5 # 0 +0x8547 0xAFC6 # 0 +0x8548 0xAFCA # 0 +0x8549 0xAFCC # 0 +0x854A 0xAFCF # 0 +0x854B 0xAFD0 # 0 +0x854C 0xAFD1 # 0 +0x854D 0xAFD2 # 0 +0x854E 0xAFD3 # 0 +0x854F 0xAFD5 # 0 +0x8550 0xAFD6 # 0 +0x8551 0xAFD7 # 0 +0x8552 0xAFD8 # 0 +0x8553 0xAFD9 # 0 +0x8554 0xAFDA # 0 +0x8555 0xAFDB # 0 +0x8556 0xAFDD # 0 +0x8557 0xAFDE # 0 +0x8558 0xAFDF # 0 +0x8559 0xAFE0 # 0 +0x855A 0xAFE1 # 0 +0x8561 0xAFE2 # 0 +0x8562 0xAFE3 # 0 +0x8563 0xAFE4 # 0 +0x8564 0xAFE5 # 0 +0x8565 0xAFE6 # 0 +0x8566 0xAFE7 # 0 +0x8567 0xAFEA # 0 +0x8568 0xAFEB # 0 +0x8569 0xAFEC # 0 +0x856A 0xAFED # 0 +0x856B 0xAFEE # 0 +0x856C 0xAFEF # 0 +0x856D 0xAFF2 # 0 +0x856E 0xAFF3 # 0 +0x856F 0xAFF5 # 0 +0x8570 0xAFF6 # 0 +0x8571 0xAFF7 # 0 +0x8572 0xAFF9 # 0 +0x8573 0xAFFA # 0 +0x8574 0xAFFB # 0 +0x8575 0xAFFC # 0 +0x8576 0xAFFD # 0 +0x8577 0xAFFE # 0 +0x8578 0xAFFF # 0 +0x8579 0xB002 # 0 +0x857A 0xB003 # 0 +0x8581 0xB005 # 0 +0x8582 0xB006 # 0 +0x8583 0xB007 # 0 +0x8584 0xB008 # 0 +0x8585 0xB009 # 0 +0x8586 0xB00A # 0 +0x8587 0xB00B # 0 +0x8588 0xB00D # 0 +0x8589 0xB00E # 0 +0x858A 0xB00F # 0 +0x858B 0xB011 # 0 +0x858C 0xB012 # 0 +0x858D 0xB013 # 0 +0x858E 0xB015 # 0 +0x858F 0xB016 # 0 +0x8590 0xB017 # 0 +0x8591 0xB018 # 0 +0x8592 0xB019 # 0 +0x8593 0xB01A # 0 +0x8594 0xB01B # 0 +0x8595 0xB01E # 0 +0x8596 0xB01F # 0 +0x8597 0xB020 # 0 +0x8598 0xB021 # 0 +0x8599 0xB022 # 0 +0x859A 0xB023 # 0 +0x859B 0xB024 # 0 +0x859C 0xB025 # 0 +0x859D 0xB026 # 0 +0x859E 0xB027 # 0 +0x859F 0xB029 # 0 +0x85A0 0xB02A # 0 +0x85A1 0xB02B # 0 +0x85A2 0xB02C # 0 +0x85A3 0xB02D # 0 +0x85A4 0xB02E # 0 +0x85A5 0xB02F # 0 +0x85A6 0xB030 # 0 +0x85A7 0xB031 # 0 +0x85A8 0xB032 # 0 +0x85A9 0xB033 # 0 +0x85AA 0xB034 # 0 +0x85AB 0xB035 # 0 +0x85AC 0xB036 # 0 +0x85AD 0xB037 # 0 +0x85AE 0xB038 # 0 +0x85AF 0xB039 # 0 +0x85B0 0xB03A # 0 +0x85B1 0xB03B # 0 +0x85B2 0xB03C # 0 +0x85B3 0xB03D # 0 +0x85B4 0xB03E # 0 +0x85B5 0xB03F # 0 +0x85B6 0xB040 # 0 +0x85B7 0xB041 # 0 +0x85B8 0xB042 # 0 +0x85B9 0xB043 # 0 +0x85BA 0xB046 # 0 +0x85BB 0xB047 # 0 +0x85BC 0xB049 # 0 +0x85BD 0xB04B # 0 +0x85BE 0xB04D # 0 +0x85BF 0xB04F # 0 +0x85C0 0xB050 # 0 +0x85C1 0xB051 # 0 +0x85C2 0xB052 # 0 +0x85C3 0xB056 # 0 +0x85C4 0xB058 # 0 +0x85C5 0xB05A # 0 +0x85C6 0xB05B # 0 +0x85C7 0xB05C # 0 +0x85C8 0xB05E # 0 +0x85C9 0xB05F # 0 +0x85CA 0xB060 # 0 +0x85CB 0xB061 # 0 +0x85CC 0xB062 # 0 +0x85CD 0xB063 # 0 +0x85CE 0xB064 # 0 +0x85CF 0xB065 # 0 +0x85D0 0xB066 # 0 +0x85D1 0xB067 # 0 +0x85D2 0xB068 # 0 +0x85D3 0xB069 # 0 +0x85D4 0xB06A # 0 +0x85D5 0xB06B # 0 +0x85D6 0xB06C # 0 +0x85D7 0xB06D # 0 +0x85D8 0xB06E # 0 +0x85D9 0xB06F # 0 +0x85DA 0xB070 # 0 +0x85DB 0xB071 # 0 +0x85DC 0xB072 # 0 +0x85DD 0xB073 # 0 +0x85DE 0xB074 # 0 +0x85DF 0xB075 # 0 +0x85E0 0xB076 # 0 +0x85E1 0xB077 # 0 +0x85E2 0xB078 # 0 +0x85E3 0xB079 # 0 +0x85E4 0xB07A # 0 +0x85E5 0xB07B # 0 +0x85E6 0xB07E # 0 +0x85E7 0xB07F # 0 +0x85E8 0xB081 # 0 +0x85E9 0xB082 # 0 +0x85EA 0xB083 # 0 +0x85EB 0xB085 # 0 +0x85EC 0xB086 # 0 +0x85ED 0xB087 # 0 +0x85EE 0xB088 # 0 +0x85EF 0xB089 # 0 +0x85F0 0xB08A # 0 +0x85F1 0xB08B # 0 +0x85F2 0xB08E # 0 +0x85F3 0xB090 # 0 +0x85F4 0xB092 # 0 +0x85F5 0xB093 # 0 +0x85F6 0xB094 # 0 +0x85F7 0xB095 # 0 +0x85F8 0xB096 # 0 +0x85F9 0xB097 # 0 +0x85FA 0xB09B # 0 +0x85FB 0xB09D # 0 +0x85FC 0xB09E # 0 +0x85FD 0xB0A3 # 0 +0x85FE 0xB0A4 # 0 +0x8641 0xB0A5 # 0 +0x8642 0xB0A6 # 0 +0x8643 0xB0A7 # 0 +0x8644 0xB0AA # 0 +0x8645 0xB0B0 # 0 +0x8646 0xB0B2 # 0 +0x8647 0xB0B6 # 0 +0x8648 0xB0B7 # 0 +0x8649 0xB0B9 # 0 +0x864A 0xB0BA # 0 +0x864B 0xB0BB # 0 +0x864C 0xB0BD # 0 +0x864D 0xB0BE # 0 +0x864E 0xB0BF # 0 +0x864F 0xB0C0 # 0 +0x8650 0xB0C1 # 0 +0x8651 0xB0C2 # 0 +0x8652 0xB0C3 # 0 +0x8653 0xB0C6 # 0 +0x8654 0xB0CA # 0 +0x8655 0xB0CB # 0 +0x8656 0xB0CC # 0 +0x8657 0xB0CD # 0 +0x8658 0xB0CE # 0 +0x8659 0xB0CF # 0 +0x865A 0xB0D2 # 0 +0x8661 0xB0D3 # 0 +0x8662 0xB0D5 # 0 +0x8663 0xB0D6 # 0 +0x8664 0xB0D7 # 0 +0x8665 0xB0D9 # 0 +0x8666 0xB0DA # 0 +0x8667 0xB0DB # 0 +0x8668 0xB0DC # 0 +0x8669 0xB0DD # 0 +0x866A 0xB0DE # 0 +0x866B 0xB0DF # 0 +0x866C 0xB0E1 # 0 +0x866D 0xB0E2 # 0 +0x866E 0xB0E3 # 0 +0x866F 0xB0E4 # 0 +0x8670 0xB0E6 # 0 +0x8671 0xB0E7 # 0 +0x8672 0xB0E8 # 0 +0x8673 0xB0E9 # 0 +0x8674 0xB0EA # 0 +0x8675 0xB0EB # 0 +0x8676 0xB0EC # 0 +0x8677 0xB0ED # 0 +0x8678 0xB0EE # 0 +0x8679 0xB0EF # 0 +0x867A 0xB0F0 # 0 +0x8681 0xB0F1 # 0 +0x8682 0xB0F2 # 0 +0x8683 0xB0F3 # 0 +0x8684 0xB0F4 # 0 +0x8685 0xB0F5 # 0 +0x8686 0xB0F6 # 0 +0x8687 0xB0F7 # 0 +0x8688 0xB0F8 # 0 +0x8689 0xB0F9 # 0 +0x868A 0xB0FA # 0 +0x868B 0xB0FB # 0 +0x868C 0xB0FC # 0 +0x868D 0xB0FD # 0 +0x868E 0xB0FE # 0 +0x868F 0xB0FF # 0 +0x8690 0xB100 # 0 +0x8691 0xB101 # 0 +0x8692 0xB102 # 0 +0x8693 0xB103 # 0 +0x8694 0xB104 # 0 +0x8695 0xB105 # 0 +0x8696 0xB106 # 0 +0x8697 0xB107 # 0 +0x8698 0xB10A # 0 +0x8699 0xB10D # 0 +0x869A 0xB10E # 0 +0x869B 0xB10F # 0 +0x869C 0xB111 # 0 +0x869D 0xB114 # 0 +0x869E 0xB115 # 0 +0x869F 0xB116 # 0 +0x86A0 0xB117 # 0 +0x86A1 0xB11A # 0 +0x86A2 0xB11E # 0 +0x86A3 0xB11F # 0 +0x86A4 0xB120 # 0 +0x86A5 0xB121 # 0 +0x86A6 0xB122 # 0 +0x86A7 0xB126 # 0 +0x86A8 0xB127 # 0 +0x86A9 0xB129 # 0 +0x86AA 0xB12A # 0 +0x86AB 0xB12B # 0 +0x86AC 0xB12D # 0 +0x86AD 0xB12E # 0 +0x86AE 0xB12F # 0 +0x86AF 0xB130 # 0 +0x86B0 0xB131 # 0 +0x86B1 0xB132 # 0 +0x86B2 0xB133 # 0 +0x86B3 0xB136 # 0 +0x86B4 0xB13A # 0 +0x86B5 0xB13B # 0 +0x86B6 0xB13C # 0 +0x86B7 0xB13D # 0 +0x86B8 0xB13E # 0 +0x86B9 0xB13F # 0 +0x86BA 0xB142 # 0 +0x86BB 0xB143 # 0 +0x86BC 0xB145 # 0 +0x86BD 0xB146 # 0 +0x86BE 0xB147 # 0 +0x86BF 0xB149 # 0 +0x86C0 0xB14A # 0 +0x86C1 0xB14B # 0 +0x86C2 0xB14C # 0 +0x86C3 0xB14D # 0 +0x86C4 0xB14E # 0 +0x86C5 0xB14F # 0 +0x86C6 0xB152 # 0 +0x86C7 0xB153 # 0 +0x86C8 0xB156 # 0 +0x86C9 0xB157 # 0 +0x86CA 0xB159 # 0 +0x86CB 0xB15A # 0 +0x86CC 0xB15B # 0 +0x86CD 0xB15D # 0 +0x86CE 0xB15E # 0 +0x86CF 0xB15F # 0 +0x86D0 0xB161 # 0 +0x86D1 0xB162 # 0 +0x86D2 0xB163 # 0 +0x86D3 0xB164 # 0 +0x86D4 0xB165 # 0 +0x86D5 0xB166 # 0 +0x86D6 0xB167 # 0 +0x86D7 0xB168 # 0 +0x86D8 0xB169 # 0 +0x86D9 0xB16A # 0 +0x86DA 0xB16B # 0 +0x86DB 0xB16C # 0 +0x86DC 0xB16D # 0 +0x86DD 0xB16E # 0 +0x86DE 0xB16F # 0 +0x86DF 0xB170 # 0 +0x86E0 0xB171 # 0 +0x86E1 0xB172 # 0 +0x86E2 0xB173 # 0 +0x86E3 0xB174 # 0 +0x86E4 0xB175 # 0 +0x86E5 0xB176 # 0 +0x86E6 0xB177 # 0 +0x86E7 0xB17A # 0 +0x86E8 0xB17B # 0 +0x86E9 0xB17D # 0 +0x86EA 0xB17E # 0 +0x86EB 0xB17F # 0 +0x86EC 0xB181 # 0 +0x86ED 0xB183 # 0 +0x86EE 0xB184 # 0 +0x86EF 0xB185 # 0 +0x86F0 0xB186 # 0 +0x86F1 0xB187 # 0 +0x86F2 0xB18A # 0 +0x86F3 0xB18C # 0 +0x86F4 0xB18E # 0 +0x86F5 0xB18F # 0 +0x86F6 0xB190 # 0 +0x86F7 0xB191 # 0 +0x86F8 0xB195 # 0 +0x86F9 0xB196 # 0 +0x86FA 0xB197 # 0 +0x86FB 0xB199 # 0 +0x86FC 0xB19A # 0 +0x86FD 0xB19B # 0 +0x86FE 0xB19D # 0 +0x8741 0xB19E # 0 +0x8742 0xB19F # 0 +0x8743 0xB1A0 # 0 +0x8744 0xB1A1 # 0 +0x8745 0xB1A2 # 0 +0x8746 0xB1A3 # 0 +0x8747 0xB1A4 # 0 +0x8748 0xB1A5 # 0 +0x8749 0xB1A6 # 0 +0x874A 0xB1A7 # 0 +0x874B 0xB1A9 # 0 +0x874C 0xB1AA # 0 +0x874D 0xB1AB # 0 +0x874E 0xB1AC # 0 +0x874F 0xB1AD # 0 +0x8750 0xB1AE # 0 +0x8751 0xB1AF # 0 +0x8752 0xB1B0 # 0 +0x8753 0xB1B1 # 0 +0x8754 0xB1B2 # 0 +0x8755 0xB1B3 # 0 +0x8756 0xB1B4 # 0 +0x8757 0xB1B5 # 0 +0x8758 0xB1B6 # 0 +0x8759 0xB1B7 # 0 +0x875A 0xB1B8 # 0 +0x8761 0xB1B9 # 0 +0x8762 0xB1BA # 0 +0x8763 0xB1BB # 0 +0x8764 0xB1BC # 0 +0x8765 0xB1BD # 0 +0x8766 0xB1BE # 0 +0x8767 0xB1BF # 0 +0x8768 0xB1C0 # 0 +0x8769 0xB1C1 # 0 +0x876A 0xB1C2 # 0 +0x876B 0xB1C3 # 0 +0x876C 0xB1C4 # 0 +0x876D 0xB1C5 # 0 +0x876E 0xB1C6 # 0 +0x876F 0xB1C7 # 0 +0x8770 0xB1C8 # 0 +0x8771 0xB1C9 # 0 +0x8772 0xB1CA # 0 +0x8773 0xB1CB # 0 +0x8774 0xB1CD # 0 +0x8775 0xB1CE # 0 +0x8776 0xB1CF # 0 +0x8777 0xB1D1 # 0 +0x8778 0xB1D2 # 0 +0x8779 0xB1D3 # 0 +0x877A 0xB1D5 # 0 +0x8781 0xB1D6 # 0 +0x8782 0xB1D7 # 0 +0x8783 0xB1D8 # 0 +0x8784 0xB1D9 # 0 +0x8785 0xB1DA # 0 +0x8786 0xB1DB # 0 +0x8787 0xB1DE # 0 +0x8788 0xB1E0 # 0 +0x8789 0xB1E1 # 0 +0x878A 0xB1E2 # 0 +0x878B 0xB1E3 # 0 +0x878C 0xB1E4 # 0 +0x878D 0xB1E5 # 0 +0x878E 0xB1E6 # 0 +0x878F 0xB1E7 # 0 +0x8790 0xB1EA # 0 +0x8791 0xB1EB # 0 +0x8792 0xB1ED # 0 +0x8793 0xB1EE # 0 +0x8794 0xB1EF # 0 +0x8795 0xB1F1 # 0 +0x8796 0xB1F2 # 0 +0x8797 0xB1F3 # 0 +0x8798 0xB1F4 # 0 +0x8799 0xB1F5 # 0 +0x879A 0xB1F6 # 0 +0x879B 0xB1F7 # 0 +0x879C 0xB1F8 # 0 +0x879D 0xB1FA # 0 +0x879E 0xB1FC # 0 +0x879F 0xB1FE # 0 +0x87A0 0xB1FF # 0 +0x87A1 0xB200 # 0 +0x87A2 0xB201 # 0 +0x87A3 0xB202 # 0 +0x87A4 0xB203 # 0 +0x87A5 0xB206 # 0 +0x87A6 0xB207 # 0 +0x87A7 0xB209 # 0 +0x87A8 0xB20A # 0 +0x87A9 0xB20D # 0 +0x87AA 0xB20E # 0 +0x87AB 0xB20F # 0 +0x87AC 0xB210 # 0 +0x87AD 0xB211 # 0 +0x87AE 0xB212 # 0 +0x87AF 0xB213 # 0 +0x87B0 0xB216 # 0 +0x87B1 0xB218 # 0 +0x87B2 0xB21A # 0 +0x87B3 0xB21B # 0 +0x87B4 0xB21C # 0 +0x87B5 0xB21D # 0 +0x87B6 0xB21E # 0 +0x87B7 0xB21F # 0 +0x87B8 0xB221 # 0 +0x87B9 0xB222 # 0 +0x87BA 0xB223 # 0 +0x87BB 0xB224 # 0 +0x87BC 0xB225 # 0 +0x87BD 0xB226 # 0 +0x87BE 0xB227 # 0 +0x87BF 0xB228 # 0 +0x87C0 0xB229 # 0 +0x87C1 0xB22A # 0 +0x87C2 0xB22B # 0 +0x87C3 0xB22C # 0 +0x87C4 0xB22D # 0 +0x87C5 0xB22E # 0 +0x87C6 0xB22F # 0 +0x87C7 0xB230 # 0 +0x87C8 0xB231 # 0 +0x87C9 0xB232 # 0 +0x87CA 0xB233 # 0 +0x87CB 0xB235 # 0 +0x87CC 0xB236 # 0 +0x87CD 0xB237 # 0 +0x87CE 0xB238 # 0 +0x87CF 0xB239 # 0 +0x87D0 0xB23A # 0 +0x87D1 0xB23B # 0 +0x87D2 0xB23D # 0 +0x87D3 0xB23E # 0 +0x87D4 0xB23F # 0 +0x87D5 0xB240 # 0 +0x87D6 0xB241 # 0 +0x87D7 0xB242 # 0 +0x87D8 0xB243 # 0 +0x87D9 0xB244 # 0 +0x87DA 0xB245 # 0 +0x87DB 0xB246 # 0 +0x87DC 0xB247 # 0 +0x87DD 0xB248 # 0 +0x87DE 0xB249 # 0 +0x87DF 0xB24A # 0 +0x87E0 0xB24B # 0 +0x87E1 0xB24C # 0 +0x87E2 0xB24D # 0 +0x87E3 0xB24E # 0 +0x87E4 0xB24F # 0 +0x87E5 0xB250 # 0 +0x87E6 0xB251 # 0 +0x87E7 0xB252 # 0 +0x87E8 0xB253 # 0 +0x87E9 0xB254 # 0 +0x87EA 0xB255 # 0 +0x87EB 0xB256 # 0 +0x87EC 0xB257 # 0 +0x87ED 0xB259 # 0 +0x87EE 0xB25A # 0 +0x87EF 0xB25B # 0 +0x87F0 0xB25D # 0 +0x87F1 0xB25E # 0 +0x87F2 0xB25F # 0 +0x87F3 0xB261 # 0 +0x87F4 0xB262 # 0 +0x87F5 0xB263 # 0 +0x87F6 0xB264 # 0 +0x87F7 0xB265 # 0 +0x87F8 0xB266 # 0 +0x87F9 0xB267 # 0 +0x87FA 0xB26A # 0 +0x87FB 0xB26B # 0 +0x87FC 0xB26C # 0 +0x87FD 0xB26D # 0 +0x87FE 0xB26E # 0 +0x8841 0xB26F # 0 +0x8842 0xB270 # 0 +0x8843 0xB271 # 0 +0x8844 0xB272 # 0 +0x8845 0xB273 # 0 +0x8846 0xB276 # 0 +0x8847 0xB277 # 0 +0x8848 0xB278 # 0 +0x8849 0xB279 # 0 +0x884A 0xB27A # 0 +0x884B 0xB27B # 0 +0x884C 0xB27D # 0 +0x884D 0xB27E # 0 +0x884E 0xB27F # 0 +0x884F 0xB280 # 0 +0x8850 0xB281 # 0 +0x8851 0xB282 # 0 +0x8852 0xB283 # 0 +0x8853 0xB286 # 0 +0x8854 0xB287 # 0 +0x8855 0xB288 # 0 +0x8856 0xB28A # 0 +0x8857 0xB28B # 0 +0x8858 0xB28C # 0 +0x8859 0xB28D # 0 +0x885A 0xB28E # 0 +0x8861 0xB28F # 0 +0x8862 0xB292 # 0 +0x8863 0xB293 # 0 +0x8864 0xB295 # 0 +0x8865 0xB296 # 0 +0x8866 0xB297 # 0 +0x8867 0xB29B # 0 +0x8868 0xB29C # 0 +0x8869 0xB29D # 0 +0x886A 0xB29E # 0 +0x886B 0xB29F # 0 +0x886C 0xB2A2 # 0 +0x886D 0xB2A4 # 0 +0x886E 0xB2A7 # 0 +0x886F 0xB2A8 # 0 +0x8870 0xB2A9 # 0 +0x8871 0xB2AB # 0 +0x8872 0xB2AD # 0 +0x8873 0xB2AE # 0 +0x8874 0xB2AF # 0 +0x8875 0xB2B1 # 0 +0x8876 0xB2B2 # 0 +0x8877 0xB2B3 # 0 +0x8878 0xB2B5 # 0 +0x8879 0xB2B6 # 0 +0x887A 0xB2B7 # 0 +0x8881 0xB2B8 # 0 +0x8882 0xB2B9 # 0 +0x8883 0xB2BA # 0 +0x8884 0xB2BB # 0 +0x8885 0xB2BC # 0 +0x8886 0xB2BD # 0 +0x8887 0xB2BE # 0 +0x8888 0xB2BF # 0 +0x8889 0xB2C0 # 0 +0x888A 0xB2C1 # 0 +0x888B 0xB2C2 # 0 +0x888C 0xB2C3 # 0 +0x888D 0xB2C4 # 0 +0x888E 0xB2C5 # 0 +0x888F 0xB2C6 # 0 +0x8890 0xB2C7 # 0 +0x8891 0xB2CA # 0 +0x8892 0xB2CB # 0 +0x8893 0xB2CD # 0 +0x8894 0xB2CE # 0 +0x8895 0xB2CF # 0 +0x8896 0xB2D1 # 0 +0x8897 0xB2D3 # 0 +0x8898 0xB2D4 # 0 +0x8899 0xB2D5 # 0 +0x889A 0xB2D6 # 0 +0x889B 0xB2D7 # 0 +0x889C 0xB2DA # 0 +0x889D 0xB2DC # 0 +0x889E 0xB2DE # 0 +0x889F 0xB2DF # 0 +0x88A0 0xB2E0 # 0 +0x88A1 0xB2E1 # 0 +0x88A2 0xB2E3 # 0 +0x88A3 0xB2E7 # 0 +0x88A4 0xB2E9 # 0 +0x88A5 0xB2EA # 0 +0x88A6 0xB2F0 # 0 +0x88A7 0xB2F1 # 0 +0x88A8 0xB2F2 # 0 +0x88A9 0xB2F6 # 0 +0x88AA 0xB2FC # 0 +0x88AB 0xB2FD # 0 +0x88AC 0xB2FE # 0 +0x88AD 0xB302 # 0 +0x88AE 0xB303 # 0 +0x88AF 0xB305 # 0 +0x88B0 0xB306 # 0 +0x88B1 0xB307 # 0 +0x88B2 0xB309 # 0 +0x88B3 0xB30A # 0 +0x88B4 0xB30B # 0 +0x88B5 0xB30C # 0 +0x88B6 0xB30D # 0 +0x88B7 0xB30E # 0 +0x88B8 0xB30F # 0 +0x88B9 0xB312 # 0 +0x88BA 0xB316 # 0 +0x88BB 0xB317 # 0 +0x88BC 0xB318 # 0 +0x88BD 0xB319 # 0 +0x88BE 0xB31A # 0 +0x88BF 0xB31B # 0 +0x88C0 0xB31D # 0 +0x88C1 0xB31E # 0 +0x88C2 0xB31F # 0 +0x88C3 0xB320 # 0 +0x88C4 0xB321 # 0 +0x88C5 0xB322 # 0 +0x88C6 0xB323 # 0 +0x88C7 0xB324 # 0 +0x88C8 0xB325 # 0 +0x88C9 0xB326 # 0 +0x88CA 0xB327 # 0 +0x88CB 0xB328 # 0 +0x88CC 0xB329 # 0 +0x88CD 0xB32A # 0 +0x88CE 0xB32B # 0 +0x88CF 0xB32C # 0 +0x88D0 0xB32D # 0 +0x88D1 0xB32E # 0 +0x88D2 0xB32F # 0 +0x88D3 0xB330 # 0 +0x88D4 0xB331 # 0 +0x88D5 0xB332 # 0 +0x88D6 0xB333 # 0 +0x88D7 0xB334 # 0 +0x88D8 0xB335 # 0 +0x88D9 0xB336 # 0 +0x88DA 0xB337 # 0 +0x88DB 0xB338 # 0 +0x88DC 0xB339 # 0 +0x88DD 0xB33A # 0 +0x88DE 0xB33B # 0 +0x88DF 0xB33C # 0 +0x88E0 0xB33D # 0 +0x88E1 0xB33E # 0 +0x88E2 0xB33F # 0 +0x88E3 0xB340 # 0 +0x88E4 0xB341 # 0 +0x88E5 0xB342 # 0 +0x88E6 0xB343 # 0 +0x88E7 0xB344 # 0 +0x88E8 0xB345 # 0 +0x88E9 0xB346 # 0 +0x88EA 0xB347 # 0 +0x88EB 0xB348 # 0 +0x88EC 0xB349 # 0 +0x88ED 0xB34A # 0 +0x88EE 0xB34B # 0 +0x88EF 0xB34C # 0 +0x88F0 0xB34D # 0 +0x88F1 0xB34E # 0 +0x88F2 0xB34F # 0 +0x88F3 0xB350 # 0 +0x88F4 0xB351 # 0 +0x88F5 0xB352 # 0 +0x88F6 0xB353 # 0 +0x88F7 0xB357 # 0 +0x88F8 0xB359 # 0 +0x88F9 0xB35A # 0 +0x88FA 0xB35D # 0 +0x88FB 0xB360 # 0 +0x88FC 0xB361 # 0 +0x88FD 0xB362 # 0 +0x88FE 0xB363 # 0 +0x8941 0xB366 # 0 +0x8942 0xB368 # 0 +0x8943 0xB36A # 0 +0x8944 0xB36C # 0 +0x8945 0xB36D # 0 +0x8946 0xB36F # 0 +0x8947 0xB372 # 0 +0x8948 0xB373 # 0 +0x8949 0xB375 # 0 +0x894A 0xB376 # 0 +0x894B 0xB377 # 0 +0x894C 0xB379 # 0 +0x894D 0xB37A # 0 +0x894E 0xB37B # 0 +0x894F 0xB37C # 0 +0x8950 0xB37D # 0 +0x8951 0xB37E # 0 +0x8952 0xB37F # 0 +0x8953 0xB382 # 0 +0x8954 0xB386 # 0 +0x8955 0xB387 # 0 +0x8956 0xB388 # 0 +0x8957 0xB389 # 0 +0x8958 0xB38A # 0 +0x8959 0xB38B # 0 +0x895A 0xB38D # 0 +0x8961 0xB38E # 0 +0x8962 0xB38F # 0 +0x8963 0xB391 # 0 +0x8964 0xB392 # 0 +0x8965 0xB393 # 0 +0x8966 0xB395 # 0 +0x8967 0xB396 # 0 +0x8968 0xB397 # 0 +0x8969 0xB398 # 0 +0x896A 0xB399 # 0 +0x896B 0xB39A # 0 +0x896C 0xB39B # 0 +0x896D 0xB39C # 0 +0x896E 0xB39D # 0 +0x896F 0xB39E # 0 +0x8970 0xB39F # 0 +0x8971 0xB3A2 # 0 +0x8972 0xB3A3 # 0 +0x8973 0xB3A4 # 0 +0x8974 0xB3A5 # 0 +0x8975 0xB3A6 # 0 +0x8976 0xB3A7 # 0 +0x8977 0xB3A9 # 0 +0x8978 0xB3AA # 0 +0x8979 0xB3AB # 0 +0x897A 0xB3AD # 0 +0x8981 0xB3AE # 0 +0x8982 0xB3AF # 0 +0x8983 0xB3B0 # 0 +0x8984 0xB3B1 # 0 +0x8985 0xB3B2 # 0 +0x8986 0xB3B3 # 0 +0x8987 0xB3B4 # 0 +0x8988 0xB3B5 # 0 +0x8989 0xB3B6 # 0 +0x898A 0xB3B7 # 0 +0x898B 0xB3B8 # 0 +0x898C 0xB3B9 # 0 +0x898D 0xB3BA # 0 +0x898E 0xB3BB # 0 +0x898F 0xB3BC # 0 +0x8990 0xB3BD # 0 +0x8991 0xB3BE # 0 +0x8992 0xB3BF # 0 +0x8993 0xB3C0 # 0 +0x8994 0xB3C1 # 0 +0x8995 0xB3C2 # 0 +0x8996 0xB3C3 # 0 +0x8997 0xB3C6 # 0 +0x8998 0xB3C7 # 0 +0x8999 0xB3C9 # 0 +0x899A 0xB3CA # 0 +0x899B 0xB3CD # 0 +0x899C 0xB3CF # 0 +0x899D 0xB3D1 # 0 +0x899E 0xB3D2 # 0 +0x899F 0xB3D3 # 0 +0x89A0 0xB3D6 # 0 +0x89A1 0xB3D8 # 0 +0x89A2 0xB3DA # 0 +0x89A3 0xB3DC # 0 +0x89A4 0xB3DE # 0 +0x89A5 0xB3DF # 0 +0x89A6 0xB3E1 # 0 +0x89A7 0xB3E2 # 0 +0x89A8 0xB3E3 # 0 +0x89A9 0xB3E5 # 0 +0x89AA 0xB3E6 # 0 +0x89AB 0xB3E7 # 0 +0x89AC 0xB3E9 # 0 +0x89AD 0xB3EA # 0 +0x89AE 0xB3EB # 0 +0x89AF 0xB3EC # 0 +0x89B0 0xB3ED # 0 +0x89B1 0xB3EE # 0 +0x89B2 0xB3EF # 0 +0x89B3 0xB3F0 # 0 +0x89B4 0xB3F1 # 0 +0x89B5 0xB3F2 # 0 +0x89B6 0xB3F3 # 0 +0x89B7 0xB3F4 # 0 +0x89B8 0xB3F5 # 0 +0x89B9 0xB3F6 # 0 +0x89BA 0xB3F7 # 0 +0x89BB 0xB3F8 # 0 +0x89BC 0xB3F9 # 0 +0x89BD 0xB3FA # 0 +0x89BE 0xB3FB # 0 +0x89BF 0xB3FD # 0 +0x89C0 0xB3FE # 0 +0x89C1 0xB3FF # 0 +0x89C2 0xB400 # 0 +0x89C3 0xB401 # 0 +0x89C4 0xB402 # 0 +0x89C5 0xB403 # 0 +0x89C6 0xB404 # 0 +0x89C7 0xB405 # 0 +0x89C8 0xB406 # 0 +0x89C9 0xB407 # 0 +0x89CA 0xB408 # 0 +0x89CB 0xB409 # 0 +0x89CC 0xB40A # 0 +0x89CD 0xB40B # 0 +0x89CE 0xB40C # 0 +0x89CF 0xB40D # 0 +0x89D0 0xB40E # 0 +0x89D1 0xB40F # 0 +0x89D2 0xB411 # 0 +0x89D3 0xB412 # 0 +0x89D4 0xB413 # 0 +0x89D5 0xB414 # 0 +0x89D6 0xB415 # 0 +0x89D7 0xB416 # 0 +0x89D8 0xB417 # 0 +0x89D9 0xB419 # 0 +0x89DA 0xB41A # 0 +0x89DB 0xB41B # 0 +0x89DC 0xB41D # 0 +0x89DD 0xB41E # 0 +0x89DE 0xB41F # 0 +0x89DF 0xB421 # 0 +0x89E0 0xB422 # 0 +0x89E1 0xB423 # 0 +0x89E2 0xB424 # 0 +0x89E3 0xB425 # 0 +0x89E4 0xB426 # 0 +0x89E5 0xB427 # 0 +0x89E6 0xB42A # 0 +0x89E7 0xB42C # 0 +0x89E8 0xB42D # 0 +0x89E9 0xB42E # 0 +0x89EA 0xB42F # 0 +0x89EB 0xB430 # 0 +0x89EC 0xB431 # 0 +0x89ED 0xB432 # 0 +0x89EE 0xB433 # 0 +0x89EF 0xB435 # 0 +0x89F0 0xB436 # 0 +0x89F1 0xB437 # 0 +0x89F2 0xB438 # 0 +0x89F3 0xB439 # 0 +0x89F4 0xB43A # 0 +0x89F5 0xB43B # 0 +0x89F6 0xB43C # 0 +0x89F7 0xB43D # 0 +0x89F8 0xB43E # 0 +0x89F9 0xB43F # 0 +0x89FA 0xB440 # 0 +0x89FB 0xB441 # 0 +0x89FC 0xB442 # 0 +0x89FD 0xB443 # 0 +0x89FE 0xB444 # 0 +0x8A41 0xB445 # 0 +0x8A42 0xB446 # 0 +0x8A43 0xB447 # 0 +0x8A44 0xB448 # 0 +0x8A45 0xB449 # 0 +0x8A46 0xB44A # 0 +0x8A47 0xB44B # 0 +0x8A48 0xB44C # 0 +0x8A49 0xB44D # 0 +0x8A4A 0xB44E # 0 +0x8A4B 0xB44F # 0 +0x8A4C 0xB452 # 0 +0x8A4D 0xB453 # 0 +0x8A4E 0xB455 # 0 +0x8A4F 0xB456 # 0 +0x8A50 0xB457 # 0 +0x8A51 0xB459 # 0 +0x8A52 0xB45A # 0 +0x8A53 0xB45B # 0 +0x8A54 0xB45C # 0 +0x8A55 0xB45D # 0 +0x8A56 0xB45E # 0 +0x8A57 0xB45F # 0 +0x8A58 0xB462 # 0 +0x8A59 0xB464 # 0 +0x8A5A 0xB466 # 0 +0x8A61 0xB467 # 0 +0x8A62 0xB468 # 0 +0x8A63 0xB469 # 0 +0x8A64 0xB46A # 0 +0x8A65 0xB46B # 0 +0x8A66 0xB46D # 0 +0x8A67 0xB46E # 0 +0x8A68 0xB46F # 0 +0x8A69 0xB470 # 0 +0x8A6A 0xB471 # 0 +0x8A6B 0xB472 # 0 +0x8A6C 0xB473 # 0 +0x8A6D 0xB474 # 0 +0x8A6E 0xB475 # 0 +0x8A6F 0xB476 # 0 +0x8A70 0xB477 # 0 +0x8A71 0xB478 # 0 +0x8A72 0xB479 # 0 +0x8A73 0xB47A # 0 +0x8A74 0xB47B # 0 +0x8A75 0xB47C # 0 +0x8A76 0xB47D # 0 +0x8A77 0xB47E # 0 +0x8A78 0xB47F # 0 +0x8A79 0xB481 # 0 +0x8A7A 0xB482 # 0 +0x8A81 0xB483 # 0 +0x8A82 0xB484 # 0 +0x8A83 0xB485 # 0 +0x8A84 0xB486 # 0 +0x8A85 0xB487 # 0 +0x8A86 0xB489 # 0 +0x8A87 0xB48A # 0 +0x8A88 0xB48B # 0 +0x8A89 0xB48C # 0 +0x8A8A 0xB48D # 0 +0x8A8B 0xB48E # 0 +0x8A8C 0xB48F # 0 +0x8A8D 0xB490 # 0 +0x8A8E 0xB491 # 0 +0x8A8F 0xB492 # 0 +0x8A90 0xB493 # 0 +0x8A91 0xB494 # 0 +0x8A92 0xB495 # 0 +0x8A93 0xB496 # 0 +0x8A94 0xB497 # 0 +0x8A95 0xB498 # 0 +0x8A96 0xB499 # 0 +0x8A97 0xB49A # 0 +0x8A98 0xB49B # 0 +0x8A99 0xB49C # 0 +0x8A9A 0xB49E # 0 +0x8A9B 0xB49F # 0 +0x8A9C 0xB4A0 # 0 +0x8A9D 0xB4A1 # 0 +0x8A9E 0xB4A2 # 0 +0x8A9F 0xB4A3 # 0 +0x8AA0 0xB4A5 # 0 +0x8AA1 0xB4A6 # 0 +0x8AA2 0xB4A7 # 0 +0x8AA3 0xB4A9 # 0 +0x8AA4 0xB4AA # 0 +0x8AA5 0xB4AB # 0 +0x8AA6 0xB4AD # 0 +0x8AA7 0xB4AE # 0 +0x8AA8 0xB4AF # 0 +0x8AA9 0xB4B0 # 0 +0x8AAA 0xB4B1 # 0 +0x8AAB 0xB4B2 # 0 +0x8AAC 0xB4B3 # 0 +0x8AAD 0xB4B4 # 0 +0x8AAE 0xB4B6 # 0 +0x8AAF 0xB4B8 # 0 +0x8AB0 0xB4BA # 0 +0x8AB1 0xB4BB # 0 +0x8AB2 0xB4BC # 0 +0x8AB3 0xB4BD # 0 +0x8AB4 0xB4BE # 0 +0x8AB5 0xB4BF # 0 +0x8AB6 0xB4C1 # 0 +0x8AB7 0xB4C2 # 0 +0x8AB8 0xB4C3 # 0 +0x8AB9 0xB4C5 # 0 +0x8ABA 0xB4C6 # 0 +0x8ABB 0xB4C7 # 0 +0x8ABC 0xB4C9 # 0 +0x8ABD 0xB4CA # 0 +0x8ABE 0xB4CB # 0 +0x8ABF 0xB4CC # 0 +0x8AC0 0xB4CD # 0 +0x8AC1 0xB4CE # 0 +0x8AC2 0xB4CF # 0 +0x8AC3 0xB4D1 # 0 +0x8AC4 0xB4D2 # 0 +0x8AC5 0xB4D3 # 0 +0x8AC6 0xB4D4 # 0 +0x8AC7 0xB4D6 # 0 +0x8AC8 0xB4D7 # 0 +0x8AC9 0xB4D8 # 0 +0x8ACA 0xB4D9 # 0 +0x8ACB 0xB4DA # 0 +0x8ACC 0xB4DB # 0 +0x8ACD 0xB4DE # 0 +0x8ACE 0xB4DF # 0 +0x8ACF 0xB4E1 # 0 +0x8AD0 0xB4E2 # 0 +0x8AD1 0xB4E5 # 0 +0x8AD2 0xB4E7 # 0 +0x8AD3 0xB4E8 # 0 +0x8AD4 0xB4E9 # 0 +0x8AD5 0xB4EA # 0 +0x8AD6 0xB4EB # 0 +0x8AD7 0xB4EE # 0 +0x8AD8 0xB4F0 # 0 +0x8AD9 0xB4F2 # 0 +0x8ADA 0xB4F3 # 0 +0x8ADB 0xB4F4 # 0 +0x8ADC 0xB4F5 # 0 +0x8ADD 0xB4F6 # 0 +0x8ADE 0xB4F7 # 0 +0x8ADF 0xB4F9 # 0 +0x8AE0 0xB4FA # 0 +0x8AE1 0xB4FB # 0 +0x8AE2 0xB4FC # 0 +0x8AE3 0xB4FD # 0 +0x8AE4 0xB4FE # 0 +0x8AE5 0xB4FF # 0 +0x8AE6 0xB500 # 0 +0x8AE7 0xB501 # 0 +0x8AE8 0xB502 # 0 +0x8AE9 0xB503 # 0 +0x8AEA 0xB504 # 0 +0x8AEB 0xB505 # 0 +0x8AEC 0xB506 # 0 +0x8AED 0xB507 # 0 +0x8AEE 0xB508 # 0 +0x8AEF 0xB509 # 0 +0x8AF0 0xB50A # 0 +0x8AF1 0xB50B # 0 +0x8AF2 0xB50C # 0 +0x8AF3 0xB50D # 0 +0x8AF4 0xB50E # 0 +0x8AF5 0xB50F # 0 +0x8AF6 0xB510 # 0 +0x8AF7 0xB511 # 0 +0x8AF8 0xB512 # 0 +0x8AF9 0xB513 # 0 +0x8AFA 0xB516 # 0 +0x8AFB 0xB517 # 0 +0x8AFC 0xB519 # 0 +0x8AFD 0xB51A # 0 +0x8AFE 0xB51D # 0 +0x8B41 0xB51E # 0 +0x8B42 0xB51F # 0 +0x8B43 0xB520 # 0 +0x8B44 0xB521 # 0 +0x8B45 0xB522 # 0 +0x8B46 0xB523 # 0 +0x8B47 0xB526 # 0 +0x8B48 0xB52B # 0 +0x8B49 0xB52C # 0 +0x8B4A 0xB52D # 0 +0x8B4B 0xB52E # 0 +0x8B4C 0xB52F # 0 +0x8B4D 0xB532 # 0 +0x8B4E 0xB533 # 0 +0x8B4F 0xB535 # 0 +0x8B50 0xB536 # 0 +0x8B51 0xB537 # 0 +0x8B52 0xB539 # 0 +0x8B53 0xB53A # 0 +0x8B54 0xB53B # 0 +0x8B55 0xB53C # 0 +0x8B56 0xB53D # 0 +0x8B57 0xB53E # 0 +0x8B58 0xB53F # 0 +0x8B59 0xB542 # 0 +0x8B5A 0xB546 # 0 +0x8B61 0xB547 # 0 +0x8B62 0xB548 # 0 +0x8B63 0xB549 # 0 +0x8B64 0xB54A # 0 +0x8B65 0xB54E # 0 +0x8B66 0xB54F # 0 +0x8B67 0xB551 # 0 +0x8B68 0xB552 # 0 +0x8B69 0xB553 # 0 +0x8B6A 0xB555 # 0 +0x8B6B 0xB556 # 0 +0x8B6C 0xB557 # 0 +0x8B6D 0xB558 # 0 +0x8B6E 0xB559 # 0 +0x8B6F 0xB55A # 0 +0x8B70 0xB55B # 0 +0x8B71 0xB55E # 0 +0x8B72 0xB562 # 0 +0x8B73 0xB563 # 0 +0x8B74 0xB564 # 0 +0x8B75 0xB565 # 0 +0x8B76 0xB566 # 0 +0x8B77 0xB567 # 0 +0x8B78 0xB568 # 0 +0x8B79 0xB569 # 0 +0x8B7A 0xB56A # 0 +0x8B81 0xB56B # 0 +0x8B82 0xB56C # 0 +0x8B83 0xB56D # 0 +0x8B84 0xB56E # 0 +0x8B85 0xB56F # 0 +0x8B86 0xB570 # 0 +0x8B87 0xB571 # 0 +0x8B88 0xB572 # 0 +0x8B89 0xB573 # 0 +0x8B8A 0xB574 # 0 +0x8B8B 0xB575 # 0 +0x8B8C 0xB576 # 0 +0x8B8D 0xB577 # 0 +0x8B8E 0xB578 # 0 +0x8B8F 0xB579 # 0 +0x8B90 0xB57A # 0 +0x8B91 0xB57B # 0 +0x8B92 0xB57C # 0 +0x8B93 0xB57D # 0 +0x8B94 0xB57E # 0 +0x8B95 0xB57F # 0 +0x8B96 0xB580 # 0 +0x8B97 0xB581 # 0 +0x8B98 0xB582 # 0 +0x8B99 0xB583 # 0 +0x8B9A 0xB584 # 0 +0x8B9B 0xB585 # 0 +0x8B9C 0xB586 # 0 +0x8B9D 0xB587 # 0 +0x8B9E 0xB588 # 0 +0x8B9F 0xB589 # 0 +0x8BA0 0xB58A # 0 +0x8BA1 0xB58B # 0 +0x8BA2 0xB58C # 0 +0x8BA3 0xB58D # 0 +0x8BA4 0xB58E # 0 +0x8BA5 0xB58F # 0 +0x8BA6 0xB590 # 0 +0x8BA7 0xB591 # 0 +0x8BA8 0xB592 # 0 +0x8BA9 0xB593 # 0 +0x8BAA 0xB594 # 0 +0x8BAB 0xB595 # 0 +0x8BAC 0xB596 # 0 +0x8BAD 0xB597 # 0 +0x8BAE 0xB598 # 0 +0x8BAF 0xB599 # 0 +0x8BB0 0xB59A # 0 +0x8BB1 0xB59B # 0 +0x8BB2 0xB59C # 0 +0x8BB3 0xB59D # 0 +0x8BB4 0xB59E # 0 +0x8BB5 0xB59F # 0 +0x8BB6 0xB5A2 # 0 +0x8BB7 0xB5A3 # 0 +0x8BB8 0xB5A5 # 0 +0x8BB9 0xB5A6 # 0 +0x8BBA 0xB5A7 # 0 +0x8BBB 0xB5A9 # 0 +0x8BBC 0xB5AC # 0 +0x8BBD 0xB5AD # 0 +0x8BBE 0xB5AE # 0 +0x8BBF 0xB5AF # 0 +0x8BC0 0xB5B2 # 0 +0x8BC1 0xB5B6 # 0 +0x8BC2 0xB5B7 # 0 +0x8BC3 0xB5B8 # 0 +0x8BC4 0xB5B9 # 0 +0x8BC5 0xB5BA # 0 +0x8BC6 0xB5BE # 0 +0x8BC7 0xB5BF # 0 +0x8BC8 0xB5C1 # 0 +0x8BC9 0xB5C2 # 0 +0x8BCA 0xB5C3 # 0 +0x8BCB 0xB5C5 # 0 +0x8BCC 0xB5C6 # 0 +0x8BCD 0xB5C7 # 0 +0x8BCE 0xB5C8 # 0 +0x8BCF 0xB5C9 # 0 +0x8BD0 0xB5CA # 0 +0x8BD1 0xB5CB # 0 +0x8BD2 0xB5CE # 0 +0x8BD3 0xB5D2 # 0 +0x8BD4 0xB5D3 # 0 +0x8BD5 0xB5D4 # 0 +0x8BD6 0xB5D5 # 0 +0x8BD7 0xB5D6 # 0 +0x8BD8 0xB5D7 # 0 +0x8BD9 0xB5D9 # 0 +0x8BDA 0xB5DA # 0 +0x8BDB 0xB5DB # 0 +0x8BDC 0xB5DC # 0 +0x8BDD 0xB5DD # 0 +0x8BDE 0xB5DE # 0 +0x8BDF 0xB5DF # 0 +0x8BE0 0xB5E0 # 0 +0x8BE1 0xB5E1 # 0 +0x8BE2 0xB5E2 # 0 +0x8BE3 0xB5E3 # 0 +0x8BE4 0xB5E4 # 0 +0x8BE5 0xB5E5 # 0 +0x8BE6 0xB5E6 # 0 +0x8BE7 0xB5E7 # 0 +0x8BE8 0xB5E8 # 0 +0x8BE9 0xB5E9 # 0 +0x8BEA 0xB5EA # 0 +0x8BEB 0xB5EB # 0 +0x8BEC 0xB5ED # 0 +0x8BED 0xB5EE # 0 +0x8BEE 0xB5EF # 0 +0x8BEF 0xB5F0 # 0 +0x8BF0 0xB5F1 # 0 +0x8BF1 0xB5F2 # 0 +0x8BF2 0xB5F3 # 0 +0x8BF3 0xB5F4 # 0 +0x8BF4 0xB5F5 # 0 +0x8BF5 0xB5F6 # 0 +0x8BF6 0xB5F7 # 0 +0x8BF7 0xB5F8 # 0 +0x8BF8 0xB5F9 # 0 +0x8BF9 0xB5FA # 0 +0x8BFA 0xB5FB # 0 +0x8BFB 0xB5FC # 0 +0x8BFC 0xB5FD # 0 +0x8BFD 0xB5FE # 0 +0x8BFE 0xB5FF # 0 +0x8C41 0xB600 # 0 +0x8C42 0xB601 # 0 +0x8C43 0xB602 # 0 +0x8C44 0xB603 # 0 +0x8C45 0xB604 # 0 +0x8C46 0xB605 # 0 +0x8C47 0xB606 # 0 +0x8C48 0xB607 # 0 +0x8C49 0xB608 # 0 +0x8C4A 0xB609 # 0 +0x8C4B 0xB60A # 0 +0x8C4C 0xB60B # 0 +0x8C4D 0xB60C # 0 +0x8C4E 0xB60D # 0 +0x8C4F 0xB60E # 0 +0x8C50 0xB60F # 0 +0x8C51 0xB612 # 0 +0x8C52 0xB613 # 0 +0x8C53 0xB615 # 0 +0x8C54 0xB616 # 0 +0x8C55 0xB617 # 0 +0x8C56 0xB619 # 0 +0x8C57 0xB61A # 0 +0x8C58 0xB61B # 0 +0x8C59 0xB61C # 0 +0x8C5A 0xB61D # 0 +0x8C61 0xB61E # 0 +0x8C62 0xB61F # 0 +0x8C63 0xB620 # 0 +0x8C64 0xB621 # 0 +0x8C65 0xB622 # 0 +0x8C66 0xB623 # 0 +0x8C67 0xB624 # 0 +0x8C68 0xB626 # 0 +0x8C69 0xB627 # 0 +0x8C6A 0xB628 # 0 +0x8C6B 0xB629 # 0 +0x8C6C 0xB62A # 0 +0x8C6D 0xB62B # 0 +0x8C6E 0xB62D # 0 +0x8C6F 0xB62E # 0 +0x8C70 0xB62F # 0 +0x8C71 0xB630 # 0 +0x8C72 0xB631 # 0 +0x8C73 0xB632 # 0 +0x8C74 0xB633 # 0 +0x8C75 0xB635 # 0 +0x8C76 0xB636 # 0 +0x8C77 0xB637 # 0 +0x8C78 0xB638 # 0 +0x8C79 0xB639 # 0 +0x8C7A 0xB63A # 0 +0x8C81 0xB63B # 0 +0x8C82 0xB63C # 0 +0x8C83 0xB63D # 0 +0x8C84 0xB63E # 0 +0x8C85 0xB63F # 0 +0x8C86 0xB640 # 0 +0x8C87 0xB641 # 0 +0x8C88 0xB642 # 0 +0x8C89 0xB643 # 0 +0x8C8A 0xB644 # 0 +0x8C8B 0xB645 # 0 +0x8C8C 0xB646 # 0 +0x8C8D 0xB647 # 0 +0x8C8E 0xB649 # 0 +0x8C8F 0xB64A # 0 +0x8C90 0xB64B # 0 +0x8C91 0xB64C # 0 +0x8C92 0xB64D # 0 +0x8C93 0xB64E # 0 +0x8C94 0xB64F # 0 +0x8C95 0xB650 # 0 +0x8C96 0xB651 # 0 +0x8C97 0xB652 # 0 +0x8C98 0xB653 # 0 +0x8C99 0xB654 # 0 +0x8C9A 0xB655 # 0 +0x8C9B 0xB656 # 0 +0x8C9C 0xB657 # 0 +0x8C9D 0xB658 # 0 +0x8C9E 0xB659 # 0 +0x8C9F 0xB65A # 0 +0x8CA0 0xB65B # 0 +0x8CA1 0xB65C # 0 +0x8CA2 0xB65D # 0 +0x8CA3 0xB65E # 0 +0x8CA4 0xB65F # 0 +0x8CA5 0xB660 # 0 +0x8CA6 0xB661 # 0 +0x8CA7 0xB662 # 0 +0x8CA8 0xB663 # 0 +0x8CA9 0xB665 # 0 +0x8CAA 0xB666 # 0 +0x8CAB 0xB667 # 0 +0x8CAC 0xB669 # 0 +0x8CAD 0xB66A # 0 +0x8CAE 0xB66B # 0 +0x8CAF 0xB66C # 0 +0x8CB0 0xB66D # 0 +0x8CB1 0xB66E # 0 +0x8CB2 0xB66F # 0 +0x8CB3 0xB670 # 0 +0x8CB4 0xB671 # 0 +0x8CB5 0xB672 # 0 +0x8CB6 0xB673 # 0 +0x8CB7 0xB674 # 0 +0x8CB8 0xB675 # 0 +0x8CB9 0xB676 # 0 +0x8CBA 0xB677 # 0 +0x8CBB 0xB678 # 0 +0x8CBC 0xB679 # 0 +0x8CBD 0xB67A # 0 +0x8CBE 0xB67B # 0 +0x8CBF 0xB67C # 0 +0x8CC0 0xB67D # 0 +0x8CC1 0xB67E # 0 +0x8CC2 0xB67F # 0 +0x8CC3 0xB680 # 0 +0x8CC4 0xB681 # 0 +0x8CC5 0xB682 # 0 +0x8CC6 0xB683 # 0 +0x8CC7 0xB684 # 0 +0x8CC8 0xB685 # 0 +0x8CC9 0xB686 # 0 +0x8CCA 0xB687 # 0 +0x8CCB 0xB688 # 0 +0x8CCC 0xB689 # 0 +0x8CCD 0xB68A # 0 +0x8CCE 0xB68B # 0 +0x8CCF 0xB68C # 0 +0x8CD0 0xB68D # 0 +0x8CD1 0xB68E # 0 +0x8CD2 0xB68F # 0 +0x8CD3 0xB690 # 0 +0x8CD4 0xB691 # 0 +0x8CD5 0xB692 # 0 +0x8CD6 0xB693 # 0 +0x8CD7 0xB694 # 0 +0x8CD8 0xB695 # 0 +0x8CD9 0xB696 # 0 +0x8CDA 0xB697 # 0 +0x8CDB 0xB698 # 0 +0x8CDC 0xB699 # 0 +0x8CDD 0xB69A # 0 +0x8CDE 0xB69B # 0 +0x8CDF 0xB69E # 0 +0x8CE0 0xB69F # 0 +0x8CE1 0xB6A1 # 0 +0x8CE2 0xB6A2 # 0 +0x8CE3 0xB6A3 # 0 +0x8CE4 0xB6A5 # 0 +0x8CE5 0xB6A6 # 0 +0x8CE6 0xB6A7 # 0 +0x8CE7 0xB6A8 # 0 +0x8CE8 0xB6A9 # 0 +0x8CE9 0xB6AA # 0 +0x8CEA 0xB6AD # 0 +0x8CEB 0xB6AE # 0 +0x8CEC 0xB6AF # 0 +0x8CED 0xB6B0 # 0 +0x8CEE 0xB6B2 # 0 +0x8CEF 0xB6B3 # 0 +0x8CF0 0xB6B4 # 0 +0x8CF1 0xB6B5 # 0 +0x8CF2 0xB6B6 # 0 +0x8CF3 0xB6B7 # 0 +0x8CF4 0xB6B8 # 0 +0x8CF5 0xB6B9 # 0 +0x8CF6 0xB6BA # 0 +0x8CF7 0xB6BB # 0 +0x8CF8 0xB6BC # 0 +0x8CF9 0xB6BD # 0 +0x8CFA 0xB6BE # 0 +0x8CFB 0xB6BF # 0 +0x8CFC 0xB6C0 # 0 +0x8CFD 0xB6C1 # 0 +0x8CFE 0xB6C2 # 0 +0x8D41 0xB6C3 # 0 +0x8D42 0xB6C4 # 0 +0x8D43 0xB6C5 # 0 +0x8D44 0xB6C6 # 0 +0x8D45 0xB6C7 # 0 +0x8D46 0xB6C8 # 0 +0x8D47 0xB6C9 # 0 +0x8D48 0xB6CA # 0 +0x8D49 0xB6CB # 0 +0x8D4A 0xB6CC # 0 +0x8D4B 0xB6CD # 0 +0x8D4C 0xB6CE # 0 +0x8D4D 0xB6CF # 0 +0x8D4E 0xB6D0 # 0 +0x8D4F 0xB6D1 # 0 +0x8D50 0xB6D2 # 0 +0x8D51 0xB6D3 # 0 +0x8D52 0xB6D5 # 0 +0x8D53 0xB6D6 # 0 +0x8D54 0xB6D7 # 0 +0x8D55 0xB6D8 # 0 +0x8D56 0xB6D9 # 0 +0x8D57 0xB6DA # 0 +0x8D58 0xB6DB # 0 +0x8D59 0xB6DC # 0 +0x8D5A 0xB6DD # 0 +0x8D61 0xB6DE # 0 +0x8D62 0xB6DF # 0 +0x8D63 0xB6E0 # 0 +0x8D64 0xB6E1 # 0 +0x8D65 0xB6E2 # 0 +0x8D66 0xB6E3 # 0 +0x8D67 0xB6E4 # 0 +0x8D68 0xB6E5 # 0 +0x8D69 0xB6E6 # 0 +0x8D6A 0xB6E7 # 0 +0x8D6B 0xB6E8 # 0 +0x8D6C 0xB6E9 # 0 +0x8D6D 0xB6EA # 0 +0x8D6E 0xB6EB # 0 +0x8D6F 0xB6EC # 0 +0x8D70 0xB6ED # 0 +0x8D71 0xB6EE # 0 +0x8D72 0xB6EF # 0 +0x8D73 0xB6F1 # 0 +0x8D74 0xB6F2 # 0 +0x8D75 0xB6F3 # 0 +0x8D76 0xB6F5 # 0 +0x8D77 0xB6F6 # 0 +0x8D78 0xB6F7 # 0 +0x8D79 0xB6F9 # 0 +0x8D7A 0xB6FA # 0 +0x8D81 0xB6FB # 0 +0x8D82 0xB6FC # 0 +0x8D83 0xB6FD # 0 +0x8D84 0xB6FE # 0 +0x8D85 0xB6FF # 0 +0x8D86 0xB702 # 0 +0x8D87 0xB703 # 0 +0x8D88 0xB704 # 0 +0x8D89 0xB706 # 0 +0x8D8A 0xB707 # 0 +0x8D8B 0xB708 # 0 +0x8D8C 0xB709 # 0 +0x8D8D 0xB70A # 0 +0x8D8E 0xB70B # 0 +0x8D8F 0xB70C # 0 +0x8D90 0xB70D # 0 +0x8D91 0xB70E # 0 +0x8D92 0xB70F # 0 +0x8D93 0xB710 # 0 +0x8D94 0xB711 # 0 +0x8D95 0xB712 # 0 +0x8D96 0xB713 # 0 +0x8D97 0xB714 # 0 +0x8D98 0xB715 # 0 +0x8D99 0xB716 # 0 +0x8D9A 0xB717 # 0 +0x8D9B 0xB718 # 0 +0x8D9C 0xB719 # 0 +0x8D9D 0xB71A # 0 +0x8D9E 0xB71B # 0 +0x8D9F 0xB71C # 0 +0x8DA0 0xB71D # 0 +0x8DA1 0xB71E # 0 +0x8DA2 0xB71F # 0 +0x8DA3 0xB720 # 0 +0x8DA4 0xB721 # 0 +0x8DA5 0xB722 # 0 +0x8DA6 0xB723 # 0 +0x8DA7 0xB724 # 0 +0x8DA8 0xB725 # 0 +0x8DA9 0xB726 # 0 +0x8DAA 0xB727 # 0 +0x8DAB 0xB72A # 0 +0x8DAC 0xB72B # 0 +0x8DAD 0xB72D # 0 +0x8DAE 0xB72E # 0 +0x8DAF 0xB731 # 0 +0x8DB0 0xB732 # 0 +0x8DB1 0xB733 # 0 +0x8DB2 0xB734 # 0 +0x8DB3 0xB735 # 0 +0x8DB4 0xB736 # 0 +0x8DB5 0xB737 # 0 +0x8DB6 0xB73A # 0 +0x8DB7 0xB73C # 0 +0x8DB8 0xB73D # 0 +0x8DB9 0xB73E # 0 +0x8DBA 0xB73F # 0 +0x8DBB 0xB740 # 0 +0x8DBC 0xB741 # 0 +0x8DBD 0xB742 # 0 +0x8DBE 0xB743 # 0 +0x8DBF 0xB745 # 0 +0x8DC0 0xB746 # 0 +0x8DC1 0xB747 # 0 +0x8DC2 0xB749 # 0 +0x8DC3 0xB74A # 0 +0x8DC4 0xB74B # 0 +0x8DC5 0xB74D # 0 +0x8DC6 0xB74E # 0 +0x8DC7 0xB74F # 0 +0x8DC8 0xB750 # 0 +0x8DC9 0xB751 # 0 +0x8DCA 0xB752 # 0 +0x8DCB 0xB753 # 0 +0x8DCC 0xB756 # 0 +0x8DCD 0xB757 # 0 +0x8DCE 0xB758 # 0 +0x8DCF 0xB759 # 0 +0x8DD0 0xB75A # 0 +0x8DD1 0xB75B # 0 +0x8DD2 0xB75C # 0 +0x8DD3 0xB75D # 0 +0x8DD4 0xB75E # 0 +0x8DD5 0xB75F # 0 +0x8DD6 0xB761 # 0 +0x8DD7 0xB762 # 0 +0x8DD8 0xB763 # 0 +0x8DD9 0xB765 # 0 +0x8DDA 0xB766 # 0 +0x8DDB 0xB767 # 0 +0x8DDC 0xB769 # 0 +0x8DDD 0xB76A # 0 +0x8DDE 0xB76B # 0 +0x8DDF 0xB76C # 0 +0x8DE0 0xB76D # 0 +0x8DE1 0xB76E # 0 +0x8DE2 0xB76F # 0 +0x8DE3 0xB772 # 0 +0x8DE4 0xB774 # 0 +0x8DE5 0xB776 # 0 +0x8DE6 0xB777 # 0 +0x8DE7 0xB778 # 0 +0x8DE8 0xB779 # 0 +0x8DE9 0xB77A # 0 +0x8DEA 0xB77B # 0 +0x8DEB 0xB77E # 0 +0x8DEC 0xB77F # 0 +0x8DED 0xB781 # 0 +0x8DEE 0xB782 # 0 +0x8DEF 0xB783 # 0 +0x8DF0 0xB785 # 0 +0x8DF1 0xB786 # 0 +0x8DF2 0xB787 # 0 +0x8DF3 0xB788 # 0 +0x8DF4 0xB789 # 0 +0x8DF5 0xB78A # 0 +0x8DF6 0xB78B # 0 +0x8DF7 0xB78E # 0 +0x8DF8 0xB793 # 0 +0x8DF9 0xB794 # 0 +0x8DFA 0xB795 # 0 +0x8DFB 0xB79A # 0 +0x8DFC 0xB79B # 0 +0x8DFD 0xB79D # 0 +0x8DFE 0xB79E # 0 +0x8E41 0xB79F # 0 +0x8E42 0xB7A1 # 0 +0x8E43 0xB7A2 # 0 +0x8E44 0xB7A3 # 0 +0x8E45 0xB7A4 # 0 +0x8E46 0xB7A5 # 0 +0x8E47 0xB7A6 # 0 +0x8E48 0xB7A7 # 0 +0x8E49 0xB7AA # 0 +0x8E4A 0xB7AE # 0 +0x8E4B 0xB7AF # 0 +0x8E4C 0xB7B0 # 0 +0x8E4D 0xB7B1 # 0 +0x8E4E 0xB7B2 # 0 +0x8E4F 0xB7B3 # 0 +0x8E50 0xB7B6 # 0 +0x8E51 0xB7B7 # 0 +0x8E52 0xB7B9 # 0 +0x8E53 0xB7BA # 0 +0x8E54 0xB7BB # 0 +0x8E55 0xB7BC # 0 +0x8E56 0xB7BD # 0 +0x8E57 0xB7BE # 0 +0x8E58 0xB7BF # 0 +0x8E59 0xB7C0 # 0 +0x8E5A 0xB7C1 # 0 +0x8E61 0xB7C2 # 0 +0x8E62 0xB7C3 # 0 +0x8E63 0xB7C4 # 0 +0x8E64 0xB7C5 # 0 +0x8E65 0xB7C6 # 0 +0x8E66 0xB7C8 # 0 +0x8E67 0xB7CA # 0 +0x8E68 0xB7CB # 0 +0x8E69 0xB7CC # 0 +0x8E6A 0xB7CD # 0 +0x8E6B 0xB7CE # 0 +0x8E6C 0xB7CF # 0 +0x8E6D 0xB7D0 # 0 +0x8E6E 0xB7D1 # 0 +0x8E6F 0xB7D2 # 0 +0x8E70 0xB7D3 # 0 +0x8E71 0xB7D4 # 0 +0x8E72 0xB7D5 # 0 +0x8E73 0xB7D6 # 0 +0x8E74 0xB7D7 # 0 +0x8E75 0xB7D8 # 0 +0x8E76 0xB7D9 # 0 +0x8E77 0xB7DA # 0 +0x8E78 0xB7DB # 0 +0x8E79 0xB7DC # 0 +0x8E7A 0xB7DD # 0 +0x8E81 0xB7DE # 0 +0x8E82 0xB7DF # 0 +0x8E83 0xB7E0 # 0 +0x8E84 0xB7E1 # 0 +0x8E85 0xB7E2 # 0 +0x8E86 0xB7E3 # 0 +0x8E87 0xB7E4 # 0 +0x8E88 0xB7E5 # 0 +0x8E89 0xB7E6 # 0 +0x8E8A 0xB7E7 # 0 +0x8E8B 0xB7E8 # 0 +0x8E8C 0xB7E9 # 0 +0x8E8D 0xB7EA # 0 +0x8E8E 0xB7EB # 0 +0x8E8F 0xB7EE # 0 +0x8E90 0xB7EF # 0 +0x8E91 0xB7F1 # 0 +0x8E92 0xB7F2 # 0 +0x8E93 0xB7F3 # 0 +0x8E94 0xB7F5 # 0 +0x8E95 0xB7F6 # 0 +0x8E96 0xB7F7 # 0 +0x8E97 0xB7F8 # 0 +0x8E98 0xB7F9 # 0 +0x8E99 0xB7FA # 0 +0x8E9A 0xB7FB # 0 +0x8E9B 0xB7FE # 0 +0x8E9C 0xB802 # 0 +0x8E9D 0xB803 # 0 +0x8E9E 0xB804 # 0 +0x8E9F 0xB805 # 0 +0x8EA0 0xB806 # 0 +0x8EA1 0xB80A # 0 +0x8EA2 0xB80B # 0 +0x8EA3 0xB80D # 0 +0x8EA4 0xB80E # 0 +0x8EA5 0xB80F # 0 +0x8EA6 0xB811 # 0 +0x8EA7 0xB812 # 0 +0x8EA8 0xB813 # 0 +0x8EA9 0xB814 # 0 +0x8EAA 0xB815 # 0 +0x8EAB 0xB816 # 0 +0x8EAC 0xB817 # 0 +0x8EAD 0xB81A # 0 +0x8EAE 0xB81C # 0 +0x8EAF 0xB81E # 0 +0x8EB0 0xB81F # 0 +0x8EB1 0xB820 # 0 +0x8EB2 0xB821 # 0 +0x8EB3 0xB822 # 0 +0x8EB4 0xB823 # 0 +0x8EB5 0xB826 # 0 +0x8EB6 0xB827 # 0 +0x8EB7 0xB829 # 0 +0x8EB8 0xB82A # 0 +0x8EB9 0xB82B # 0 +0x8EBA 0xB82D # 0 +0x8EBB 0xB82E # 0 +0x8EBC 0xB82F # 0 +0x8EBD 0xB830 # 0 +0x8EBE 0xB831 # 0 +0x8EBF 0xB832 # 0 +0x8EC0 0xB833 # 0 +0x8EC1 0xB836 # 0 +0x8EC2 0xB83A # 0 +0x8EC3 0xB83B # 0 +0x8EC4 0xB83C # 0 +0x8EC5 0xB83D # 0 +0x8EC6 0xB83E # 0 +0x8EC7 0xB83F # 0 +0x8EC8 0xB841 # 0 +0x8EC9 0xB842 # 0 +0x8ECA 0xB843 # 0 +0x8ECB 0xB845 # 0 +0x8ECC 0xB846 # 0 +0x8ECD 0xB847 # 0 +0x8ECE 0xB848 # 0 +0x8ECF 0xB849 # 0 +0x8ED0 0xB84A # 0 +0x8ED1 0xB84B # 0 +0x8ED2 0xB84C # 0 +0x8ED3 0xB84D # 0 +0x8ED4 0xB84E # 0 +0x8ED5 0xB84F # 0 +0x8ED6 0xB850 # 0 +0x8ED7 0xB852 # 0 +0x8ED8 0xB854 # 0 +0x8ED9 0xB855 # 0 +0x8EDA 0xB856 # 0 +0x8EDB 0xB857 # 0 +0x8EDC 0xB858 # 0 +0x8EDD 0xB859 # 0 +0x8EDE 0xB85A # 0 +0x8EDF 0xB85B # 0 +0x8EE0 0xB85E # 0 +0x8EE1 0xB85F # 0 +0x8EE2 0xB861 # 0 +0x8EE3 0xB862 # 0 +0x8EE4 0xB863 # 0 +0x8EE5 0xB865 # 0 +0x8EE6 0xB866 # 0 +0x8EE7 0xB867 # 0 +0x8EE8 0xB868 # 0 +0x8EE9 0xB869 # 0 +0x8EEA 0xB86A # 0 +0x8EEB 0xB86B # 0 +0x8EEC 0xB86E # 0 +0x8EED 0xB870 # 0 +0x8EEE 0xB872 # 0 +0x8EEF 0xB873 # 0 +0x8EF0 0xB874 # 0 +0x8EF1 0xB875 # 0 +0x8EF2 0xB876 # 0 +0x8EF3 0xB877 # 0 +0x8EF4 0xB879 # 0 +0x8EF5 0xB87A # 0 +0x8EF6 0xB87B # 0 +0x8EF7 0xB87D # 0 +0x8EF8 0xB87E # 0 +0x8EF9 0xB87F # 0 +0x8EFA 0xB880 # 0 +0x8EFB 0xB881 # 0 +0x8EFC 0xB882 # 0 +0x8EFD 0xB883 # 0 +0x8EFE 0xB884 # 0 +0x8F41 0xB885 # 0 +0x8F42 0xB886 # 0 +0x8F43 0xB887 # 0 +0x8F44 0xB888 # 0 +0x8F45 0xB889 # 0 +0x8F46 0xB88A # 0 +0x8F47 0xB88B # 0 +0x8F48 0xB88C # 0 +0x8F49 0xB88E # 0 +0x8F4A 0xB88F # 0 +0x8F4B 0xB890 # 0 +0x8F4C 0xB891 # 0 +0x8F4D 0xB892 # 0 +0x8F4E 0xB893 # 0 +0x8F4F 0xB894 # 0 +0x8F50 0xB895 # 0 +0x8F51 0xB896 # 0 +0x8F52 0xB897 # 0 +0x8F53 0xB898 # 0 +0x8F54 0xB899 # 0 +0x8F55 0xB89A # 0 +0x8F56 0xB89B # 0 +0x8F57 0xB89C # 0 +0x8F58 0xB89D # 0 +0x8F59 0xB89E # 0 +0x8F5A 0xB89F # 0 +0x8F61 0xB8A0 # 0 +0x8F62 0xB8A1 # 0 +0x8F63 0xB8A2 # 0 +0x8F64 0xB8A3 # 0 +0x8F65 0xB8A4 # 0 +0x8F66 0xB8A5 # 0 +0x8F67 0xB8A6 # 0 +0x8F68 0xB8A7 # 0 +0x8F69 0xB8A9 # 0 +0x8F6A 0xB8AA # 0 +0x8F6B 0xB8AB # 0 +0x8F6C 0xB8AC # 0 +0x8F6D 0xB8AD # 0 +0x8F6E 0xB8AE # 0 +0x8F6F 0xB8AF # 0 +0x8F70 0xB8B1 # 0 +0x8F71 0xB8B2 # 0 +0x8F72 0xB8B3 # 0 +0x8F73 0xB8B5 # 0 +0x8F74 0xB8B6 # 0 +0x8F75 0xB8B7 # 0 +0x8F76 0xB8B9 # 0 +0x8F77 0xB8BA # 0 +0x8F78 0xB8BB # 0 +0x8F79 0xB8BC # 0 +0x8F7A 0xB8BD # 0 +0x8F81 0xB8BE # 0 +0x8F82 0xB8BF # 0 +0x8F83 0xB8C2 # 0 +0x8F84 0xB8C4 # 0 +0x8F85 0xB8C6 # 0 +0x8F86 0xB8C7 # 0 +0x8F87 0xB8C8 # 0 +0x8F88 0xB8C9 # 0 +0x8F89 0xB8CA # 0 +0x8F8A 0xB8CB # 0 +0x8F8B 0xB8CD # 0 +0x8F8C 0xB8CE # 0 +0x8F8D 0xB8CF # 0 +0x8F8E 0xB8D1 # 0 +0x8F8F 0xB8D2 # 0 +0x8F90 0xB8D3 # 0 +0x8F91 0xB8D5 # 0 +0x8F92 0xB8D6 # 0 +0x8F93 0xB8D7 # 0 +0x8F94 0xB8D8 # 0 +0x8F95 0xB8D9 # 0 +0x8F96 0xB8DA # 0 +0x8F97 0xB8DB # 0 +0x8F98 0xB8DC # 0 +0x8F99 0xB8DE # 0 +0x8F9A 0xB8E0 # 0 +0x8F9B 0xB8E2 # 0 +0x8F9C 0xB8E3 # 0 +0x8F9D 0xB8E4 # 0 +0x8F9E 0xB8E5 # 0 +0x8F9F 0xB8E6 # 0 +0x8FA0 0xB8E7 # 0 +0x8FA1 0xB8EA # 0 +0x8FA2 0xB8EB # 0 +0x8FA3 0xB8ED # 0 +0x8FA4 0xB8EE # 0 +0x8FA5 0xB8EF # 0 +0x8FA6 0xB8F1 # 0 +0x8FA7 0xB8F2 # 0 +0x8FA8 0xB8F3 # 0 +0x8FA9 0xB8F4 # 0 +0x8FAA 0xB8F5 # 0 +0x8FAB 0xB8F6 # 0 +0x8FAC 0xB8F7 # 0 +0x8FAD 0xB8FA # 0 +0x8FAE 0xB8FC # 0 +0x8FAF 0xB8FE # 0 +0x8FB0 0xB8FF # 0 +0x8FB1 0xB900 # 0 +0x8FB2 0xB901 # 0 +0x8FB3 0xB902 # 0 +0x8FB4 0xB903 # 0 +0x8FB5 0xB905 # 0 +0x8FB6 0xB906 # 0 +0x8FB7 0xB907 # 0 +0x8FB8 0xB908 # 0 +0x8FB9 0xB909 # 0 +0x8FBA 0xB90A # 0 +0x8FBB 0xB90B # 0 +0x8FBC 0xB90C # 0 +0x8FBD 0xB90D # 0 +0x8FBE 0xB90E # 0 +0x8FBF 0xB90F # 0 +0x8FC0 0xB910 # 0 +0x8FC1 0xB911 # 0 +0x8FC2 0xB912 # 0 +0x8FC3 0xB913 # 0 +0x8FC4 0xB914 # 0 +0x8FC5 0xB915 # 0 +0x8FC6 0xB916 # 0 +0x8FC7 0xB917 # 0 +0x8FC8 0xB919 # 0 +0x8FC9 0xB91A # 0 +0x8FCA 0xB91B # 0 +0x8FCB 0xB91C # 0 +0x8FCC 0xB91D # 0 +0x8FCD 0xB91E # 0 +0x8FCE 0xB91F # 0 +0x8FCF 0xB921 # 0 +0x8FD0 0xB922 # 0 +0x8FD1 0xB923 # 0 +0x8FD2 0xB924 # 0 +0x8FD3 0xB925 # 0 +0x8FD4 0xB926 # 0 +0x8FD5 0xB927 # 0 +0x8FD6 0xB928 # 0 +0x8FD7 0xB929 # 0 +0x8FD8 0xB92A # 0 +0x8FD9 0xB92B # 0 +0x8FDA 0xB92C # 0 +0x8FDB 0xB92D # 0 +0x8FDC 0xB92E # 0 +0x8FDD 0xB92F # 0 +0x8FDE 0xB930 # 0 +0x8FDF 0xB931 # 0 +0x8FE0 0xB932 # 0 +0x8FE1 0xB933 # 0 +0x8FE2 0xB934 # 0 +0x8FE3 0xB935 # 0 +0x8FE4 0xB936 # 0 +0x8FE5 0xB937 # 0 +0x8FE6 0xB938 # 0 +0x8FE7 0xB939 # 0 +0x8FE8 0xB93A # 0 +0x8FE9 0xB93B # 0 +0x8FEA 0xB93E # 0 +0x8FEB 0xB93F # 0 +0x8FEC 0xB941 # 0 +0x8FED 0xB942 # 0 +0x8FEE 0xB943 # 0 +0x8FEF 0xB945 # 0 +0x8FF0 0xB946 # 0 +0x8FF1 0xB947 # 0 +0x8FF2 0xB948 # 0 +0x8FF3 0xB949 # 0 +0x8FF4 0xB94A # 0 +0x8FF5 0xB94B # 0 +0x8FF6 0xB94D # 0 +0x8FF7 0xB94E # 0 +0x8FF8 0xB950 # 0 +0x8FF9 0xB952 # 0 +0x8FFA 0xB953 # 0 +0x8FFB 0xB954 # 0 +0x8FFC 0xB955 # 0 +0x8FFD 0xB956 # 0 +0x8FFE 0xB957 # 0 +0x9041 0xB95A # 0 +0x9042 0xB95B # 0 +0x9043 0xB95D # 0 +0x9044 0xB95E # 0 +0x9045 0xB95F # 0 +0x9046 0xB961 # 0 +0x9047 0xB962 # 0 +0x9048 0xB963 # 0 +0x9049 0xB964 # 0 +0x904A 0xB965 # 0 +0x904B 0xB966 # 0 +0x904C 0xB967 # 0 +0x904D 0xB96A # 0 +0x904E 0xB96C # 0 +0x904F 0xB96E # 0 +0x9050 0xB96F # 0 +0x9051 0xB970 # 0 +0x9052 0xB971 # 0 +0x9053 0xB972 # 0 +0x9054 0xB973 # 0 +0x9055 0xB976 # 0 +0x9056 0xB977 # 0 +0x9057 0xB979 # 0 +0x9058 0xB97A # 0 +0x9059 0xB97B # 0 +0x905A 0xB97D # 0 +0x9061 0xB97E # 0 +0x9062 0xB97F # 0 +0x9063 0xB980 # 0 +0x9064 0xB981 # 0 +0x9065 0xB982 # 0 +0x9066 0xB983 # 0 +0x9067 0xB986 # 0 +0x9068 0xB988 # 0 +0x9069 0xB98B # 0 +0x906A 0xB98C # 0 +0x906B 0xB98F # 0 +0x906C 0xB990 # 0 +0x906D 0xB991 # 0 +0x906E 0xB992 # 0 +0x906F 0xB993 # 0 +0x9070 0xB994 # 0 +0x9071 0xB995 # 0 +0x9072 0xB996 # 0 +0x9073 0xB997 # 0 +0x9074 0xB998 # 0 +0x9075 0xB999 # 0 +0x9076 0xB99A # 0 +0x9077 0xB99B # 0 +0x9078 0xB99C # 0 +0x9079 0xB99D # 0 +0x907A 0xB99E # 0 +0x9081 0xB99F # 0 +0x9082 0xB9A0 # 0 +0x9083 0xB9A1 # 0 +0x9084 0xB9A2 # 0 +0x9085 0xB9A3 # 0 +0x9086 0xB9A4 # 0 +0x9087 0xB9A5 # 0 +0x9088 0xB9A6 # 0 +0x9089 0xB9A7 # 0 +0x908A 0xB9A8 # 0 +0x908B 0xB9A9 # 0 +0x908C 0xB9AA # 0 +0x908D 0xB9AB # 0 +0x908E 0xB9AE # 0 +0x908F 0xB9AF # 0 +0x9090 0xB9B1 # 0 +0x9091 0xB9B2 # 0 +0x9092 0xB9B3 # 0 +0x9093 0xB9B5 # 0 +0x9094 0xB9B6 # 0 +0x9095 0xB9B7 # 0 +0x9096 0xB9B8 # 0 +0x9097 0xB9B9 # 0 +0x9098 0xB9BA # 0 +0x9099 0xB9BB # 0 +0x909A 0xB9BE # 0 +0x909B 0xB9C0 # 0 +0x909C 0xB9C2 # 0 +0x909D 0xB9C3 # 0 +0x909E 0xB9C4 # 0 +0x909F 0xB9C5 # 0 +0x90A0 0xB9C6 # 0 +0x90A1 0xB9C7 # 0 +0x90A2 0xB9CA # 0 +0x90A3 0xB9CB # 0 +0x90A4 0xB9CD # 0 +0x90A5 0xB9D3 # 0 +0x90A6 0xB9D4 # 0 +0x90A7 0xB9D5 # 0 +0x90A8 0xB9D6 # 0 +0x90A9 0xB9D7 # 0 +0x90AA 0xB9DA # 0 +0x90AB 0xB9DC # 0 +0x90AC 0xB9DF # 0 +0x90AD 0xB9E0 # 0 +0x90AE 0xB9E2 # 0 +0x90AF 0xB9E6 # 0 +0x90B0 0xB9E7 # 0 +0x90B1 0xB9E9 # 0 +0x90B2 0xB9EA # 0 +0x90B3 0xB9EB # 0 +0x90B4 0xB9ED # 0 +0x90B5 0xB9EE # 0 +0x90B6 0xB9EF # 0 +0x90B7 0xB9F0 # 0 +0x90B8 0xB9F1 # 0 +0x90B9 0xB9F2 # 0 +0x90BA 0xB9F3 # 0 +0x90BB 0xB9F6 # 0 +0x90BC 0xB9FB # 0 +0x90BD 0xB9FC # 0 +0x90BE 0xB9FD # 0 +0x90BF 0xB9FE # 0 +0x90C0 0xB9FF # 0 +0x90C1 0xBA02 # 0 +0x90C2 0xBA03 # 0 +0x90C3 0xBA04 # 0 +0x90C4 0xBA05 # 0 +0x90C5 0xBA06 # 0 +0x90C6 0xBA07 # 0 +0x90C7 0xBA09 # 0 +0x90C8 0xBA0A # 0 +0x90C9 0xBA0B # 0 +0x90CA 0xBA0C # 0 +0x90CB 0xBA0D # 0 +0x90CC 0xBA0E # 0 +0x90CD 0xBA0F # 0 +0x90CE 0xBA10 # 0 +0x90CF 0xBA11 # 0 +0x90D0 0xBA12 # 0 +0x90D1 0xBA13 # 0 +0x90D2 0xBA14 # 0 +0x90D3 0xBA16 # 0 +0x90D4 0xBA17 # 0 +0x90D5 0xBA18 # 0 +0x90D6 0xBA19 # 0 +0x90D7 0xBA1A # 0 +0x90D8 0xBA1B # 0 +0x90D9 0xBA1C # 0 +0x90DA 0xBA1D # 0 +0x90DB 0xBA1E # 0 +0x90DC 0xBA1F # 0 +0x90DD 0xBA20 # 0 +0x90DE 0xBA21 # 0 +0x90DF 0xBA22 # 0 +0x90E0 0xBA23 # 0 +0x90E1 0xBA24 # 0 +0x90E2 0xBA25 # 0 +0x90E3 0xBA26 # 0 +0x90E4 0xBA27 # 0 +0x90E5 0xBA28 # 0 +0x90E6 0xBA29 # 0 +0x90E7 0xBA2A # 0 +0x90E8 0xBA2B # 0 +0x90E9 0xBA2C # 0 +0x90EA 0xBA2D # 0 +0x90EB 0xBA2E # 0 +0x90EC 0xBA2F # 0 +0x90ED 0xBA30 # 0 +0x90EE 0xBA31 # 0 +0x90EF 0xBA32 # 0 +0x90F0 0xBA33 # 0 +0x90F1 0xBA34 # 0 +0x90F2 0xBA35 # 0 +0x90F3 0xBA36 # 0 +0x90F4 0xBA37 # 0 +0x90F5 0xBA3A # 0 +0x90F6 0xBA3B # 0 +0x90F7 0xBA3D # 0 +0x90F8 0xBA3E # 0 +0x90F9 0xBA3F # 0 +0x90FA 0xBA41 # 0 +0x90FB 0xBA43 # 0 +0x90FC 0xBA44 # 0 +0x90FD 0xBA45 # 0 +0x90FE 0xBA46 # 0 +0x9141 0xBA47 # 0 +0x9142 0xBA4A # 0 +0x9143 0xBA4C # 0 +0x9144 0xBA4F # 0 +0x9145 0xBA50 # 0 +0x9146 0xBA51 # 0 +0x9147 0xBA52 # 0 +0x9148 0xBA56 # 0 +0x9149 0xBA57 # 0 +0x914A 0xBA59 # 0 +0x914B 0xBA5A # 0 +0x914C 0xBA5B # 0 +0x914D 0xBA5D # 0 +0x914E 0xBA5E # 0 +0x914F 0xBA5F # 0 +0x9150 0xBA60 # 0 +0x9151 0xBA61 # 0 +0x9152 0xBA62 # 0 +0x9153 0xBA63 # 0 +0x9154 0xBA66 # 0 +0x9155 0xBA6A # 0 +0x9156 0xBA6B # 0 +0x9157 0xBA6C # 0 +0x9158 0xBA6D # 0 +0x9159 0xBA6E # 0 +0x915A 0xBA6F # 0 +0x9161 0xBA72 # 0 +0x9162 0xBA73 # 0 +0x9163 0xBA75 # 0 +0x9164 0xBA76 # 0 +0x9165 0xBA77 # 0 +0x9166 0xBA79 # 0 +0x9167 0xBA7A # 0 +0x9168 0xBA7B # 0 +0x9169 0xBA7C # 0 +0x916A 0xBA7D # 0 +0x916B 0xBA7E # 0 +0x916C 0xBA7F # 0 +0x916D 0xBA80 # 0 +0x916E 0xBA81 # 0 +0x916F 0xBA82 # 0 +0x9170 0xBA86 # 0 +0x9171 0xBA88 # 0 +0x9172 0xBA89 # 0 +0x9173 0xBA8A # 0 +0x9174 0xBA8B # 0 +0x9175 0xBA8D # 0 +0x9176 0xBA8E # 0 +0x9177 0xBA8F # 0 +0x9178 0xBA90 # 0 +0x9179 0xBA91 # 0 +0x917A 0xBA92 # 0 +0x9181 0xBA93 # 0 +0x9182 0xBA94 # 0 +0x9183 0xBA95 # 0 +0x9184 0xBA96 # 0 +0x9185 0xBA97 # 0 +0x9186 0xBA98 # 0 +0x9187 0xBA99 # 0 +0x9188 0xBA9A # 0 +0x9189 0xBA9B # 0 +0x918A 0xBA9C # 0 +0x918B 0xBA9D # 0 +0x918C 0xBA9E # 0 +0x918D 0xBA9F # 0 +0x918E 0xBAA0 # 0 +0x918F 0xBAA1 # 0 +0x9190 0xBAA2 # 0 +0x9191 0xBAA3 # 0 +0x9192 0xBAA4 # 0 +0x9193 0xBAA5 # 0 +0x9194 0xBAA6 # 0 +0x9195 0xBAA7 # 0 +0x9196 0xBAAA # 0 +0x9197 0xBAAD # 0 +0x9198 0xBAAE # 0 +0x9199 0xBAAF # 0 +0x919A 0xBAB1 # 0 +0x919B 0xBAB3 # 0 +0x919C 0xBAB4 # 0 +0x919D 0xBAB5 # 0 +0x919E 0xBAB6 # 0 +0x919F 0xBAB7 # 0 +0x91A0 0xBABA # 0 +0x91A1 0xBABC # 0 +0x91A2 0xBABE # 0 +0x91A3 0xBABF # 0 +0x91A4 0xBAC0 # 0 +0x91A5 0xBAC1 # 0 +0x91A6 0xBAC2 # 0 +0x91A7 0xBAC3 # 0 +0x91A8 0xBAC5 # 0 +0x91A9 0xBAC6 # 0 +0x91AA 0xBAC7 # 0 +0x91AB 0xBAC9 # 0 +0x91AC 0xBACA # 0 +0x91AD 0xBACB # 0 +0x91AE 0xBACC # 0 +0x91AF 0xBACD # 0 +0x91B0 0xBACE # 0 +0x91B1 0xBACF # 0 +0x91B2 0xBAD0 # 0 +0x91B3 0xBAD1 # 0 +0x91B4 0xBAD2 # 0 +0x91B5 0xBAD3 # 0 +0x91B6 0xBAD4 # 0 +0x91B7 0xBAD5 # 0 +0x91B8 0xBAD6 # 0 +0x91B9 0xBAD7 # 0 +0x91BA 0xBADA # 0 +0x91BB 0xBADB # 0 +0x91BC 0xBADC # 0 +0x91BD 0xBADD # 0 +0x91BE 0xBADE # 0 +0x91BF 0xBADF # 0 +0x91C0 0xBAE0 # 0 +0x91C1 0xBAE1 # 0 +0x91C2 0xBAE2 # 0 +0x91C3 0xBAE3 # 0 +0x91C4 0xBAE4 # 0 +0x91C5 0xBAE5 # 0 +0x91C6 0xBAE6 # 0 +0x91C7 0xBAE7 # 0 +0x91C8 0xBAE8 # 0 +0x91C9 0xBAE9 # 0 +0x91CA 0xBAEA # 0 +0x91CB 0xBAEB # 0 +0x91CC 0xBAEC # 0 +0x91CD 0xBAED # 0 +0x91CE 0xBAEE # 0 +0x91CF 0xBAEF # 0 +0x91D0 0xBAF0 # 0 +0x91D1 0xBAF1 # 0 +0x91D2 0xBAF2 # 0 +0x91D3 0xBAF3 # 0 +0x91D4 0xBAF4 # 0 +0x91D5 0xBAF5 # 0 +0x91D6 0xBAF6 # 0 +0x91D7 0xBAF7 # 0 +0x91D8 0xBAF8 # 0 +0x91D9 0xBAF9 # 0 +0x91DA 0xBAFA # 0 +0x91DB 0xBAFB # 0 +0x91DC 0xBAFD # 0 +0x91DD 0xBAFE # 0 +0x91DE 0xBAFF # 0 +0x91DF 0xBB01 # 0 +0x91E0 0xBB02 # 0 +0x91E1 0xBB03 # 0 +0x91E2 0xBB05 # 0 +0x91E3 0xBB06 # 0 +0x91E4 0xBB07 # 0 +0x91E5 0xBB08 # 0 +0x91E6 0xBB09 # 0 +0x91E7 0xBB0A # 0 +0x91E8 0xBB0B # 0 +0x91E9 0xBB0C # 0 +0x91EA 0xBB0E # 0 +0x91EB 0xBB10 # 0 +0x91EC 0xBB12 # 0 +0x91ED 0xBB13 # 0 +0x91EE 0xBB14 # 0 +0x91EF 0xBB15 # 0 +0x91F0 0xBB16 # 0 +0x91F1 0xBB17 # 0 +0x91F2 0xBB19 # 0 +0x91F3 0xBB1A # 0 +0x91F4 0xBB1B # 0 +0x91F5 0xBB1D # 0 +0x91F6 0xBB1E # 0 +0x91F7 0xBB1F # 0 +0x91F8 0xBB21 # 0 +0x91F9 0xBB22 # 0 +0x91FA 0xBB23 # 0 +0x91FB 0xBB24 # 0 +0x91FC 0xBB25 # 0 +0x91FD 0xBB26 # 0 +0x91FE 0xBB27 # 0 +0x9241 0xBB28 # 0 +0x9242 0xBB2A # 0 +0x9243 0xBB2C # 0 +0x9244 0xBB2D # 0 +0x9245 0xBB2E # 0 +0x9246 0xBB2F # 0 +0x9247 0xBB30 # 0 +0x9248 0xBB31 # 0 +0x9249 0xBB32 # 0 +0x924A 0xBB33 # 0 +0x924B 0xBB37 # 0 +0x924C 0xBB39 # 0 +0x924D 0xBB3A # 0 +0x924E 0xBB3F # 0 +0x924F 0xBB40 # 0 +0x9250 0xBB41 # 0 +0x9251 0xBB42 # 0 +0x9252 0xBB43 # 0 +0x9253 0xBB46 # 0 +0x9254 0xBB48 # 0 +0x9255 0xBB4A # 0 +0x9256 0xBB4B # 0 +0x9257 0xBB4C # 0 +0x9258 0xBB4E # 0 +0x9259 0xBB51 # 0 +0x925A 0xBB52 # 0 +0x9261 0xBB53 # 0 +0x9262 0xBB55 # 0 +0x9263 0xBB56 # 0 +0x9264 0xBB57 # 0 +0x9265 0xBB59 # 0 +0x9266 0xBB5A # 0 +0x9267 0xBB5B # 0 +0x9268 0xBB5C # 0 +0x9269 0xBB5D # 0 +0x926A 0xBB5E # 0 +0x926B 0xBB5F # 0 +0x926C 0xBB60 # 0 +0x926D 0xBB62 # 0 +0x926E 0xBB64 # 0 +0x926F 0xBB65 # 0 +0x9270 0xBB66 # 0 +0x9271 0xBB67 # 0 +0x9272 0xBB68 # 0 +0x9273 0xBB69 # 0 +0x9274 0xBB6A # 0 +0x9275 0xBB6B # 0 +0x9276 0xBB6D # 0 +0x9277 0xBB6E # 0 +0x9278 0xBB6F # 0 +0x9279 0xBB70 # 0 +0x927A 0xBB71 # 0 +0x9281 0xBB72 # 0 +0x9282 0xBB73 # 0 +0x9283 0xBB74 # 0 +0x9284 0xBB75 # 0 +0x9285 0xBB76 # 0 +0x9286 0xBB77 # 0 +0x9287 0xBB78 # 0 +0x9288 0xBB79 # 0 +0x9289 0xBB7A # 0 +0x928A 0xBB7B # 0 +0x928B 0xBB7C # 0 +0x928C 0xBB7D # 0 +0x928D 0xBB7E # 0 +0x928E 0xBB7F # 0 +0x928F 0xBB80 # 0 +0x9290 0xBB81 # 0 +0x9291 0xBB82 # 0 +0x9292 0xBB83 # 0 +0x9293 0xBB84 # 0 +0x9294 0xBB85 # 0 +0x9295 0xBB86 # 0 +0x9296 0xBB87 # 0 +0x9297 0xBB89 # 0 +0x9298 0xBB8A # 0 +0x9299 0xBB8B # 0 +0x929A 0xBB8D # 0 +0x929B 0xBB8E # 0 +0x929C 0xBB8F # 0 +0x929D 0xBB91 # 0 +0x929E 0xBB92 # 0 +0x929F 0xBB93 # 0 +0x92A0 0xBB94 # 0 +0x92A1 0xBB95 # 0 +0x92A2 0xBB96 # 0 +0x92A3 0xBB97 # 0 +0x92A4 0xBB98 # 0 +0x92A5 0xBB99 # 0 +0x92A6 0xBB9A # 0 +0x92A7 0xBB9B # 0 +0x92A8 0xBB9C # 0 +0x92A9 0xBB9D # 0 +0x92AA 0xBB9E # 0 +0x92AB 0xBB9F # 0 +0x92AC 0xBBA0 # 0 +0x92AD 0xBBA1 # 0 +0x92AE 0xBBA2 # 0 +0x92AF 0xBBA3 # 0 +0x92B0 0xBBA5 # 0 +0x92B1 0xBBA6 # 0 +0x92B2 0xBBA7 # 0 +0x92B3 0xBBA9 # 0 +0x92B4 0xBBAA # 0 +0x92B5 0xBBAB # 0 +0x92B6 0xBBAD # 0 +0x92B7 0xBBAE # 0 +0x92B8 0xBBAF # 0 +0x92B9 0xBBB0 # 0 +0x92BA 0xBBB1 # 0 +0x92BB 0xBBB2 # 0 +0x92BC 0xBBB3 # 0 +0x92BD 0xBBB5 # 0 +0x92BE 0xBBB6 # 0 +0x92BF 0xBBB8 # 0 +0x92C0 0xBBB9 # 0 +0x92C1 0xBBBA # 0 +0x92C2 0xBBBB # 0 +0x92C3 0xBBBC # 0 +0x92C4 0xBBBD # 0 +0x92C5 0xBBBE # 0 +0x92C6 0xBBBF # 0 +0x92C7 0xBBC1 # 0 +0x92C8 0xBBC2 # 0 +0x92C9 0xBBC3 # 0 +0x92CA 0xBBC5 # 0 +0x92CB 0xBBC6 # 0 +0x92CC 0xBBC7 # 0 +0x92CD 0xBBC9 # 0 +0x92CE 0xBBCA # 0 +0x92CF 0xBBCB # 0 +0x92D0 0xBBCC # 0 +0x92D1 0xBBCD # 0 +0x92D2 0xBBCE # 0 +0x92D3 0xBBCF # 0 +0x92D4 0xBBD1 # 0 +0x92D5 0xBBD2 # 0 +0x92D6 0xBBD4 # 0 +0x92D7 0xBBD5 # 0 +0x92D8 0xBBD6 # 0 +0x92D9 0xBBD7 # 0 +0x92DA 0xBBD8 # 0 +0x92DB 0xBBD9 # 0 +0x92DC 0xBBDA # 0 +0x92DD 0xBBDB # 0 +0x92DE 0xBBDC # 0 +0x92DF 0xBBDD # 0 +0x92E0 0xBBDE # 0 +0x92E1 0xBBDF # 0 +0x92E2 0xBBE0 # 0 +0x92E3 0xBBE1 # 0 +0x92E4 0xBBE2 # 0 +0x92E5 0xBBE3 # 0 +0x92E6 0xBBE4 # 0 +0x92E7 0xBBE5 # 0 +0x92E8 0xBBE6 # 0 +0x92E9 0xBBE7 # 0 +0x92EA 0xBBE8 # 0 +0x92EB 0xBBE9 # 0 +0x92EC 0xBBEA # 0 +0x92ED 0xBBEB # 0 +0x92EE 0xBBEC # 0 +0x92EF 0xBBED # 0 +0x92F0 0xBBEE # 0 +0x92F1 0xBBEF # 0 +0x92F2 0xBBF0 # 0 +0x92F3 0xBBF1 # 0 +0x92F4 0xBBF2 # 0 +0x92F5 0xBBF3 # 0 +0x92F6 0xBBF4 # 0 +0x92F7 0xBBF5 # 0 +0x92F8 0xBBF6 # 0 +0x92F9 0xBBF7 # 0 +0x92FA 0xBBFA # 0 +0x92FB 0xBBFB # 0 +0x92FC 0xBBFD # 0 +0x92FD 0xBBFE # 0 +0x92FE 0xBC01 # 0 +0x9341 0xBC03 # 0 +0x9342 0xBC04 # 0 +0x9343 0xBC05 # 0 +0x9344 0xBC06 # 0 +0x9345 0xBC07 # 0 +0x9346 0xBC0A # 0 +0x9347 0xBC0E # 0 +0x9348 0xBC10 # 0 +0x9349 0xBC12 # 0 +0x934A 0xBC13 # 0 +0x934B 0xBC19 # 0 +0x934C 0xBC1A # 0 +0x934D 0xBC20 # 0 +0x934E 0xBC21 # 0 +0x934F 0xBC22 # 0 +0x9350 0xBC23 # 0 +0x9351 0xBC26 # 0 +0x9352 0xBC28 # 0 +0x9353 0xBC2A # 0 +0x9354 0xBC2B # 0 +0x9355 0xBC2C # 0 +0x9356 0xBC2E # 0 +0x9357 0xBC2F # 0 +0x9358 0xBC32 # 0 +0x9359 0xBC33 # 0 +0x935A 0xBC35 # 0 +0x9361 0xBC36 # 0 +0x9362 0xBC37 # 0 +0x9363 0xBC39 # 0 +0x9364 0xBC3A # 0 +0x9365 0xBC3B # 0 +0x9366 0xBC3C # 0 +0x9367 0xBC3D # 0 +0x9368 0xBC3E # 0 +0x9369 0xBC3F # 0 +0x936A 0xBC42 # 0 +0x936B 0xBC46 # 0 +0x936C 0xBC47 # 0 +0x936D 0xBC48 # 0 +0x936E 0xBC4A # 0 +0x936F 0xBC4B # 0 +0x9370 0xBC4E # 0 +0x9371 0xBC4F # 0 +0x9372 0xBC51 # 0 +0x9373 0xBC52 # 0 +0x9374 0xBC53 # 0 +0x9375 0xBC54 # 0 +0x9376 0xBC55 # 0 +0x9377 0xBC56 # 0 +0x9378 0xBC57 # 0 +0x9379 0xBC58 # 0 +0x937A 0xBC59 # 0 +0x9381 0xBC5A # 0 +0x9382 0xBC5B # 0 +0x9383 0xBC5C # 0 +0x9384 0xBC5E # 0 +0x9385 0xBC5F # 0 +0x9386 0xBC60 # 0 +0x9387 0xBC61 # 0 +0x9388 0xBC62 # 0 +0x9389 0xBC63 # 0 +0x938A 0xBC64 # 0 +0x938B 0xBC65 # 0 +0x938C 0xBC66 # 0 +0x938D 0xBC67 # 0 +0x938E 0xBC68 # 0 +0x938F 0xBC69 # 0 +0x9390 0xBC6A # 0 +0x9391 0xBC6B # 0 +0x9392 0xBC6C # 0 +0x9393 0xBC6D # 0 +0x9394 0xBC6E # 0 +0x9395 0xBC6F # 0 +0x9396 0xBC70 # 0 +0x9397 0xBC71 # 0 +0x9398 0xBC72 # 0 +0x9399 0xBC73 # 0 +0x939A 0xBC74 # 0 +0x939B 0xBC75 # 0 +0x939C 0xBC76 # 0 +0x939D 0xBC77 # 0 +0x939E 0xBC78 # 0 +0x939F 0xBC79 # 0 +0x93A0 0xBC7A # 0 +0x93A1 0xBC7B # 0 +0x93A2 0xBC7C # 0 +0x93A3 0xBC7D # 0 +0x93A4 0xBC7E # 0 +0x93A5 0xBC7F # 0 +0x93A6 0xBC80 # 0 +0x93A7 0xBC81 # 0 +0x93A8 0xBC82 # 0 +0x93A9 0xBC83 # 0 +0x93AA 0xBC86 # 0 +0x93AB 0xBC87 # 0 +0x93AC 0xBC89 # 0 +0x93AD 0xBC8A # 0 +0x93AE 0xBC8D # 0 +0x93AF 0xBC8F # 0 +0x93B0 0xBC90 # 0 +0x93B1 0xBC91 # 0 +0x93B2 0xBC92 # 0 +0x93B3 0xBC93 # 0 +0x93B4 0xBC96 # 0 +0x93B5 0xBC98 # 0 +0x93B6 0xBC9B # 0 +0x93B7 0xBC9C # 0 +0x93B8 0xBC9D # 0 +0x93B9 0xBC9E # 0 +0x93BA 0xBC9F # 0 +0x93BB 0xBCA2 # 0 +0x93BC 0xBCA3 # 0 +0x93BD 0xBCA5 # 0 +0x93BE 0xBCA6 # 0 +0x93BF 0xBCA9 # 0 +0x93C0 0xBCAA # 0 +0x93C1 0xBCAB # 0 +0x93C2 0xBCAC # 0 +0x93C3 0xBCAD # 0 +0x93C4 0xBCAE # 0 +0x93C5 0xBCAF # 0 +0x93C6 0xBCB2 # 0 +0x93C7 0xBCB6 # 0 +0x93C8 0xBCB7 # 0 +0x93C9 0xBCB8 # 0 +0x93CA 0xBCB9 # 0 +0x93CB 0xBCBA # 0 +0x93CC 0xBCBB # 0 +0x93CD 0xBCBE # 0 +0x93CE 0xBCBF # 0 +0x93CF 0xBCC1 # 0 +0x93D0 0xBCC2 # 0 +0x93D1 0xBCC3 # 0 +0x93D2 0xBCC5 # 0 +0x93D3 0xBCC6 # 0 +0x93D4 0xBCC7 # 0 +0x93D5 0xBCC8 # 0 +0x93D6 0xBCC9 # 0 +0x93D7 0xBCCA # 0 +0x93D8 0xBCCB # 0 +0x93D9 0xBCCC # 0 +0x93DA 0xBCCE # 0 +0x93DB 0xBCD2 # 0 +0x93DC 0xBCD3 # 0 +0x93DD 0xBCD4 # 0 +0x93DE 0xBCD6 # 0 +0x93DF 0xBCD7 # 0 +0x93E0 0xBCD9 # 0 +0x93E1 0xBCDA # 0 +0x93E2 0xBCDB # 0 +0x93E3 0xBCDD # 0 +0x93E4 0xBCDE # 0 +0x93E5 0xBCDF # 0 +0x93E6 0xBCE0 # 0 +0x93E7 0xBCE1 # 0 +0x93E8 0xBCE2 # 0 +0x93E9 0xBCE3 # 0 +0x93EA 0xBCE4 # 0 +0x93EB 0xBCE5 # 0 +0x93EC 0xBCE6 # 0 +0x93ED 0xBCE7 # 0 +0x93EE 0xBCE8 # 0 +0x93EF 0xBCE9 # 0 +0x93F0 0xBCEA # 0 +0x93F1 0xBCEB # 0 +0x93F2 0xBCEC # 0 +0x93F3 0xBCED # 0 +0x93F4 0xBCEE # 0 +0x93F5 0xBCEF # 0 +0x93F6 0xBCF0 # 0 +0x93F7 0xBCF1 # 0 +0x93F8 0xBCF2 # 0 +0x93F9 0xBCF3 # 0 +0x93FA 0xBCF7 # 0 +0x93FB 0xBCF9 # 0 +0x93FC 0xBCFA # 0 +0x93FD 0xBCFB # 0 +0x93FE 0xBCFD # 0 +0x9441 0xBCFE # 0 +0x9442 0xBCFF # 0 +0x9443 0xBD00 # 0 +0x9444 0xBD01 # 0 +0x9445 0xBD02 # 0 +0x9446 0xBD03 # 0 +0x9447 0xBD06 # 0 +0x9448 0xBD08 # 0 +0x9449 0xBD0A # 0 +0x944A 0xBD0B # 0 +0x944B 0xBD0C # 0 +0x944C 0xBD0D # 0 +0x944D 0xBD0E # 0 +0x944E 0xBD0F # 0 +0x944F 0xBD11 # 0 +0x9450 0xBD12 # 0 +0x9451 0xBD13 # 0 +0x9452 0xBD15 # 0 +0x9453 0xBD16 # 0 +0x9454 0xBD17 # 0 +0x9455 0xBD18 # 0 +0x9456 0xBD19 # 0 +0x9457 0xBD1A # 0 +0x9458 0xBD1B # 0 +0x9459 0xBD1C # 0 +0x945A 0xBD1D # 0 +0x9461 0xBD1E # 0 +0x9462 0xBD1F # 0 +0x9463 0xBD20 # 0 +0x9464 0xBD21 # 0 +0x9465 0xBD22 # 0 +0x9466 0xBD23 # 0 +0x9467 0xBD25 # 0 +0x9468 0xBD26 # 0 +0x9469 0xBD27 # 0 +0x946A 0xBD28 # 0 +0x946B 0xBD29 # 0 +0x946C 0xBD2A # 0 +0x946D 0xBD2B # 0 +0x946E 0xBD2D # 0 +0x946F 0xBD2E # 0 +0x9470 0xBD2F # 0 +0x9471 0xBD30 # 0 +0x9472 0xBD31 # 0 +0x9473 0xBD32 # 0 +0x9474 0xBD33 # 0 +0x9475 0xBD34 # 0 +0x9476 0xBD35 # 0 +0x9477 0xBD36 # 0 +0x9478 0xBD37 # 0 +0x9479 0xBD38 # 0 +0x947A 0xBD39 # 0 +0x9481 0xBD3A # 0 +0x9482 0xBD3B # 0 +0x9483 0xBD3C # 0 +0x9484 0xBD3D # 0 +0x9485 0xBD3E # 0 +0x9486 0xBD3F # 0 +0x9487 0xBD41 # 0 +0x9488 0xBD42 # 0 +0x9489 0xBD43 # 0 +0x948A 0xBD44 # 0 +0x948B 0xBD45 # 0 +0x948C 0xBD46 # 0 +0x948D 0xBD47 # 0 +0x948E 0xBD4A # 0 +0x948F 0xBD4B # 0 +0x9490 0xBD4D # 0 +0x9491 0xBD4E # 0 +0x9492 0xBD4F # 0 +0x9493 0xBD51 # 0 +0x9494 0xBD52 # 0 +0x9495 0xBD53 # 0 +0x9496 0xBD54 # 0 +0x9497 0xBD55 # 0 +0x9498 0xBD56 # 0 +0x9499 0xBD57 # 0 +0x949A 0xBD5A # 0 +0x949B 0xBD5B # 0 +0x949C 0xBD5C # 0 +0x949D 0xBD5D # 0 +0x949E 0xBD5E # 0 +0x949F 0xBD5F # 0 +0x94A0 0xBD60 # 0 +0x94A1 0xBD61 # 0 +0x94A2 0xBD62 # 0 +0x94A3 0xBD63 # 0 +0x94A4 0xBD65 # 0 +0x94A5 0xBD66 # 0 +0x94A6 0xBD67 # 0 +0x94A7 0xBD69 # 0 +0x94A8 0xBD6A # 0 +0x94A9 0xBD6B # 0 +0x94AA 0xBD6C # 0 +0x94AB 0xBD6D # 0 +0x94AC 0xBD6E # 0 +0x94AD 0xBD6F # 0 +0x94AE 0xBD70 # 0 +0x94AF 0xBD71 # 0 +0x94B0 0xBD72 # 0 +0x94B1 0xBD73 # 0 +0x94B2 0xBD74 # 0 +0x94B3 0xBD75 # 0 +0x94B4 0xBD76 # 0 +0x94B5 0xBD77 # 0 +0x94B6 0xBD78 # 0 +0x94B7 0xBD79 # 0 +0x94B8 0xBD7A # 0 +0x94B9 0xBD7B # 0 +0x94BA 0xBD7C # 0 +0x94BB 0xBD7D # 0 +0x94BC 0xBD7E # 0 +0x94BD 0xBD7F # 0 +0x94BE 0xBD82 # 0 +0x94BF 0xBD83 # 0 +0x94C0 0xBD85 # 0 +0x94C1 0xBD86 # 0 +0x94C2 0xBD8B # 0 +0x94C3 0xBD8C # 0 +0x94C4 0xBD8D # 0 +0x94C5 0xBD8E # 0 +0x94C6 0xBD8F # 0 +0x94C7 0xBD92 # 0 +0x94C8 0xBD94 # 0 +0x94C9 0xBD96 # 0 +0x94CA 0xBD97 # 0 +0x94CB 0xBD98 # 0 +0x94CC 0xBD9B # 0 +0x94CD 0xBD9D # 0 +0x94CE 0xBD9E # 0 +0x94CF 0xBD9F # 0 +0x94D0 0xBDA0 # 0 +0x94D1 0xBDA1 # 0 +0x94D2 0xBDA2 # 0 +0x94D3 0xBDA3 # 0 +0x94D4 0xBDA5 # 0 +0x94D5 0xBDA6 # 0 +0x94D6 0xBDA7 # 0 +0x94D7 0xBDA8 # 0 +0x94D8 0xBDA9 # 0 +0x94D9 0xBDAA # 0 +0x94DA 0xBDAB # 0 +0x94DB 0xBDAC # 0 +0x94DC 0xBDAD # 0 +0x94DD 0xBDAE # 0 +0x94DE 0xBDAF # 0 +0x94DF 0xBDB1 # 0 +0x94E0 0xBDB2 # 0 +0x94E1 0xBDB3 # 0 +0x94E2 0xBDB4 # 0 +0x94E3 0xBDB5 # 0 +0x94E4 0xBDB6 # 0 +0x94E5 0xBDB7 # 0 +0x94E6 0xBDB9 # 0 +0x94E7 0xBDBA # 0 +0x94E8 0xBDBB # 0 +0x94E9 0xBDBC # 0 +0x94EA 0xBDBD # 0 +0x94EB 0xBDBE # 0 +0x94EC 0xBDBF # 0 +0x94ED 0xBDC0 # 0 +0x94EE 0xBDC1 # 0 +0x94EF 0xBDC2 # 0 +0x94F0 0xBDC3 # 0 +0x94F1 0xBDC4 # 0 +0x94F2 0xBDC5 # 0 +0x94F3 0xBDC6 # 0 +0x94F4 0xBDC7 # 0 +0x94F5 0xBDC8 # 0 +0x94F6 0xBDC9 # 0 +0x94F7 0xBDCA # 0 +0x94F8 0xBDCB # 0 +0x94F9 0xBDCC # 0 +0x94FA 0xBDCD # 0 +0x94FB 0xBDCE # 0 +0x94FC 0xBDCF # 0 +0x94FD 0xBDD0 # 0 +0x94FE 0xBDD1 # 0 +0x9541 0xBDD2 # 0 +0x9542 0xBDD3 # 0 +0x9543 0xBDD6 # 0 +0x9544 0xBDD7 # 0 +0x9545 0xBDD9 # 0 +0x9546 0xBDDA # 0 +0x9547 0xBDDB # 0 +0x9548 0xBDDD # 0 +0x9549 0xBDDE # 0 +0x954A 0xBDDF # 0 +0x954B 0xBDE0 # 0 +0x954C 0xBDE1 # 0 +0x954D 0xBDE2 # 0 +0x954E 0xBDE3 # 0 +0x954F 0xBDE4 # 0 +0x9550 0xBDE5 # 0 +0x9551 0xBDE6 # 0 +0x9552 0xBDE7 # 0 +0x9553 0xBDE8 # 0 +0x9554 0xBDEA # 0 +0x9555 0xBDEB # 0 +0x9556 0xBDEC # 0 +0x9557 0xBDED # 0 +0x9558 0xBDEE # 0 +0x9559 0xBDEF # 0 +0x955A 0xBDF1 # 0 +0x9561 0xBDF2 # 0 +0x9562 0xBDF3 # 0 +0x9563 0xBDF5 # 0 +0x9564 0xBDF6 # 0 +0x9565 0xBDF7 # 0 +0x9566 0xBDF9 # 0 +0x9567 0xBDFA # 0 +0x9568 0xBDFB # 0 +0x9569 0xBDFC # 0 +0x956A 0xBDFD # 0 +0x956B 0xBDFE # 0 +0x956C 0xBDFF # 0 +0x956D 0xBE01 # 0 +0x956E 0xBE02 # 0 +0x956F 0xBE04 # 0 +0x9570 0xBE06 # 0 +0x9571 0xBE07 # 0 +0x9572 0xBE08 # 0 +0x9573 0xBE09 # 0 +0x9574 0xBE0A # 0 +0x9575 0xBE0B # 0 +0x9576 0xBE0E # 0 +0x9577 0xBE0F # 0 +0x9578 0xBE11 # 0 +0x9579 0xBE12 # 0 +0x957A 0xBE13 # 0 +0x9581 0xBE15 # 0 +0x9582 0xBE16 # 0 +0x9583 0xBE17 # 0 +0x9584 0xBE18 # 0 +0x9585 0xBE19 # 0 +0x9586 0xBE1A # 0 +0x9587 0xBE1B # 0 +0x9588 0xBE1E # 0 +0x9589 0xBE20 # 0 +0x958A 0xBE21 # 0 +0x958B 0xBE22 # 0 +0x958C 0xBE23 # 0 +0x958D 0xBE24 # 0 +0x958E 0xBE25 # 0 +0x958F 0xBE26 # 0 +0x9590 0xBE27 # 0 +0x9591 0xBE28 # 0 +0x9592 0xBE29 # 0 +0x9593 0xBE2A # 0 +0x9594 0xBE2B # 0 +0x9595 0xBE2C # 0 +0x9596 0xBE2D # 0 +0x9597 0xBE2E # 0 +0x9598 0xBE2F # 0 +0x9599 0xBE30 # 0 +0x959A 0xBE31 # 0 +0x959B 0xBE32 # 0 +0x959C 0xBE33 # 0 +0x959D 0xBE34 # 0 +0x959E 0xBE35 # 0 +0x959F 0xBE36 # 0 +0x95A0 0xBE37 # 0 +0x95A1 0xBE38 # 0 +0x95A2 0xBE39 # 0 +0x95A3 0xBE3A # 0 +0x95A4 0xBE3B # 0 +0x95A5 0xBE3C # 0 +0x95A6 0xBE3D # 0 +0x95A7 0xBE3E # 0 +0x95A8 0xBE3F # 0 +0x95A9 0xBE40 # 0 +0x95AA 0xBE41 # 0 +0x95AB 0xBE42 # 0 +0x95AC 0xBE43 # 0 +0x95AD 0xBE46 # 0 +0x95AE 0xBE47 # 0 +0x95AF 0xBE49 # 0 +0x95B0 0xBE4A # 0 +0x95B1 0xBE4B # 0 +0x95B2 0xBE4D # 0 +0x95B3 0xBE4F # 0 +0x95B4 0xBE50 # 0 +0x95B5 0xBE51 # 0 +0x95B6 0xBE52 # 0 +0x95B7 0xBE53 # 0 +0x95B8 0xBE56 # 0 +0x95B9 0xBE58 # 0 +0x95BA 0xBE5C # 0 +0x95BB 0xBE5D # 0 +0x95BC 0xBE5E # 0 +0x95BD 0xBE5F # 0 +0x95BE 0xBE62 # 0 +0x95BF 0xBE63 # 0 +0x95C0 0xBE65 # 0 +0x95C1 0xBE66 # 0 +0x95C2 0xBE67 # 0 +0x95C3 0xBE69 # 0 +0x95C4 0xBE6B # 0 +0x95C5 0xBE6C # 0 +0x95C6 0xBE6D # 0 +0x95C7 0xBE6E # 0 +0x95C8 0xBE6F # 0 +0x95C9 0xBE72 # 0 +0x95CA 0xBE76 # 0 +0x95CB 0xBE77 # 0 +0x95CC 0xBE78 # 0 +0x95CD 0xBE79 # 0 +0x95CE 0xBE7A # 0 +0x95CF 0xBE7E # 0 +0x95D0 0xBE7F # 0 +0x95D1 0xBE81 # 0 +0x95D2 0xBE82 # 0 +0x95D3 0xBE83 # 0 +0x95D4 0xBE85 # 0 +0x95D5 0xBE86 # 0 +0x95D6 0xBE87 # 0 +0x95D7 0xBE88 # 0 +0x95D8 0xBE89 # 0 +0x95D9 0xBE8A # 0 +0x95DA 0xBE8B # 0 +0x95DB 0xBE8E # 0 +0x95DC 0xBE92 # 0 +0x95DD 0xBE93 # 0 +0x95DE 0xBE94 # 0 +0x95DF 0xBE95 # 0 +0x95E0 0xBE96 # 0 +0x95E1 0xBE97 # 0 +0x95E2 0xBE9A # 0 +0x95E3 0xBE9B # 0 +0x95E4 0xBE9C # 0 +0x95E5 0xBE9D # 0 +0x95E6 0xBE9E # 0 +0x95E7 0xBE9F # 0 +0x95E8 0xBEA0 # 0 +0x95E9 0xBEA1 # 0 +0x95EA 0xBEA2 # 0 +0x95EB 0xBEA3 # 0 +0x95EC 0xBEA4 # 0 +0x95ED 0xBEA5 # 0 +0x95EE 0xBEA6 # 0 +0x95EF 0xBEA7 # 0 +0x95F0 0xBEA9 # 0 +0x95F1 0xBEAA # 0 +0x95F2 0xBEAB # 0 +0x95F3 0xBEAC # 0 +0x95F4 0xBEAD # 0 +0x95F5 0xBEAE # 0 +0x95F6 0xBEAF # 0 +0x95F7 0xBEB0 # 0 +0x95F8 0xBEB1 # 0 +0x95F9 0xBEB2 # 0 +0x95FA 0xBEB3 # 0 +0x95FB 0xBEB4 # 0 +0x95FC 0xBEB5 # 0 +0x95FD 0xBEB6 # 0 +0x95FE 0xBEB7 # 0 +0x9641 0xBEB8 # 0 +0x9642 0xBEB9 # 0 +0x9643 0xBEBA # 0 +0x9644 0xBEBB # 0 +0x9645 0xBEBC # 0 +0x9646 0xBEBD # 0 +0x9647 0xBEBE # 0 +0x9648 0xBEBF # 0 +0x9649 0xBEC0 # 0 +0x964A 0xBEC1 # 0 +0x964B 0xBEC2 # 0 +0x964C 0xBEC3 # 0 +0x964D 0xBEC4 # 0 +0x964E 0xBEC5 # 0 +0x964F 0xBEC6 # 0 +0x9650 0xBEC7 # 0 +0x9651 0xBEC8 # 0 +0x9652 0xBEC9 # 0 +0x9653 0xBECA # 0 +0x9654 0xBECB # 0 +0x9655 0xBECC # 0 +0x9656 0xBECD # 0 +0x9657 0xBECE # 0 +0x9658 0xBECF # 0 +0x9659 0xBED2 # 0 +0x965A 0xBED3 # 0 +0x9661 0xBED5 # 0 +0x9662 0xBED6 # 0 +0x9663 0xBED9 # 0 +0x9664 0xBEDA # 0 +0x9665 0xBEDB # 0 +0x9666 0xBEDC # 0 +0x9667 0xBEDD # 0 +0x9668 0xBEDE # 0 +0x9669 0xBEDF # 0 +0x966A 0xBEE1 # 0 +0x966B 0xBEE2 # 0 +0x966C 0xBEE6 # 0 +0x966D 0xBEE7 # 0 +0x966E 0xBEE8 # 0 +0x966F 0xBEE9 # 0 +0x9670 0xBEEA # 0 +0x9671 0xBEEB # 0 +0x9672 0xBEED # 0 +0x9673 0xBEEE # 0 +0x9674 0xBEEF # 0 +0x9675 0xBEF0 # 0 +0x9676 0xBEF1 # 0 +0x9677 0xBEF2 # 0 +0x9678 0xBEF3 # 0 +0x9679 0xBEF4 # 0 +0x967A 0xBEF5 # 0 +0x9681 0xBEF6 # 0 +0x9682 0xBEF7 # 0 +0x9683 0xBEF8 # 0 +0x9684 0xBEF9 # 0 +0x9685 0xBEFA # 0 +0x9686 0xBEFB # 0 +0x9687 0xBEFC # 0 +0x9688 0xBEFD # 0 +0x9689 0xBEFE # 0 +0x968A 0xBEFF # 0 +0x968B 0xBF00 # 0 +0x968C 0xBF02 # 0 +0x968D 0xBF03 # 0 +0x968E 0xBF04 # 0 +0x968F 0xBF05 # 0 +0x9690 0xBF06 # 0 +0x9691 0xBF07 # 0 +0x9692 0xBF0A # 0 +0x9693 0xBF0B # 0 +0x9694 0xBF0C # 0 +0x9695 0xBF0D # 0 +0x9696 0xBF0E # 0 +0x9697 0xBF0F # 0 +0x9698 0xBF10 # 0 +0x9699 0xBF11 # 0 +0x969A 0xBF12 # 0 +0x969B 0xBF13 # 0 +0x969C 0xBF14 # 0 +0x969D 0xBF15 # 0 +0x969E 0xBF16 # 0 +0x969F 0xBF17 # 0 +0x96A0 0xBF1A # 0 +0x96A1 0xBF1E # 0 +0x96A2 0xBF1F # 0 +0x96A3 0xBF20 # 0 +0x96A4 0xBF21 # 0 +0x96A5 0xBF22 # 0 +0x96A6 0xBF23 # 0 +0x96A7 0xBF24 # 0 +0x96A8 0xBF25 # 0 +0x96A9 0xBF26 # 0 +0x96AA 0xBF27 # 0 +0x96AB 0xBF28 # 0 +0x96AC 0xBF29 # 0 +0x96AD 0xBF2A # 0 +0x96AE 0xBF2B # 0 +0x96AF 0xBF2C # 0 +0x96B0 0xBF2D # 0 +0x96B1 0xBF2E # 0 +0x96B2 0xBF2F # 0 +0x96B3 0xBF30 # 0 +0x96B4 0xBF31 # 0 +0x96B5 0xBF32 # 0 +0x96B6 0xBF33 # 0 +0x96B7 0xBF34 # 0 +0x96B8 0xBF35 # 0 +0x96B9 0xBF36 # 0 +0x96BA 0xBF37 # 0 +0x96BB 0xBF38 # 0 +0x96BC 0xBF39 # 0 +0x96BD 0xBF3A # 0 +0x96BE 0xBF3B # 0 +0x96BF 0xBF3C # 0 +0x96C0 0xBF3D # 0 +0x96C1 0xBF3E # 0 +0x96C2 0xBF3F # 0 +0x96C3 0xBF42 # 0 +0x96C4 0xBF43 # 0 +0x96C5 0xBF45 # 0 +0x96C6 0xBF46 # 0 +0x96C7 0xBF47 # 0 +0x96C8 0xBF49 # 0 +0x96C9 0xBF4A # 0 +0x96CA 0xBF4B # 0 +0x96CB 0xBF4C # 0 +0x96CC 0xBF4D # 0 +0x96CD 0xBF4E # 0 +0x96CE 0xBF4F # 0 +0x96CF 0xBF52 # 0 +0x96D0 0xBF53 # 0 +0x96D1 0xBF54 # 0 +0x96D2 0xBF56 # 0 +0x96D3 0xBF57 # 0 +0x96D4 0xBF58 # 0 +0x96D5 0xBF59 # 0 +0x96D6 0xBF5A # 0 +0x96D7 0xBF5B # 0 +0x96D8 0xBF5C # 0 +0x96D9 0xBF5D # 0 +0x96DA 0xBF5E # 0 +0x96DB 0xBF5F # 0 +0x96DC 0xBF60 # 0 +0x96DD 0xBF61 # 0 +0x96DE 0xBF62 # 0 +0x96DF 0xBF63 # 0 +0x96E0 0xBF64 # 0 +0x96E1 0xBF65 # 0 +0x96E2 0xBF66 # 0 +0x96E3 0xBF67 # 0 +0x96E4 0xBF68 # 0 +0x96E5 0xBF69 # 0 +0x96E6 0xBF6A # 0 +0x96E7 0xBF6B # 0 +0x96E8 0xBF6C # 0 +0x96E9 0xBF6D # 0 +0x96EA 0xBF6E # 0 +0x96EB 0xBF6F # 0 +0x96EC 0xBF70 # 0 +0x96ED 0xBF71 # 0 +0x96EE 0xBF72 # 0 +0x96EF 0xBF73 # 0 +0x96F0 0xBF74 # 0 +0x96F1 0xBF75 # 0 +0x96F2 0xBF76 # 0 +0x96F3 0xBF77 # 0 +0x96F4 0xBF78 # 0 +0x96F5 0xBF79 # 0 +0x96F6 0xBF7A # 0 +0x96F7 0xBF7B # 0 +0x96F8 0xBF7C # 0 +0x96F9 0xBF7D # 0 +0x96FA 0xBF7E # 0 +0x96FB 0xBF7F # 0 +0x96FC 0xBF80 # 0 +0x96FD 0xBF81 # 0 +0x96FE 0xBF82 # 0 +0x9741 0xBF83 # 0 +0x9742 0xBF84 # 0 +0x9743 0xBF85 # 0 +0x9744 0xBF86 # 0 +0x9745 0xBF87 # 0 +0x9746 0xBF88 # 0 +0x9747 0xBF89 # 0 +0x9748 0xBF8A # 0 +0x9749 0xBF8B # 0 +0x974A 0xBF8C # 0 +0x974B 0xBF8D # 0 +0x974C 0xBF8E # 0 +0x974D 0xBF8F # 0 +0x974E 0xBF90 # 0 +0x974F 0xBF91 # 0 +0x9750 0xBF92 # 0 +0x9751 0xBF93 # 0 +0x9752 0xBF95 # 0 +0x9753 0xBF96 # 0 +0x9754 0xBF97 # 0 +0x9755 0xBF98 # 0 +0x9756 0xBF99 # 0 +0x9757 0xBF9A # 0 +0x9758 0xBF9B # 0 +0x9759 0xBF9C # 0 +0x975A 0xBF9D # 0 +0x9761 0xBF9E # 0 +0x9762 0xBF9F # 0 +0x9763 0xBFA0 # 0 +0x9764 0xBFA1 # 0 +0x9765 0xBFA2 # 0 +0x9766 0xBFA3 # 0 +0x9767 0xBFA4 # 0 +0x9768 0xBFA5 # 0 +0x9769 0xBFA6 # 0 +0x976A 0xBFA7 # 0 +0x976B 0xBFA8 # 0 +0x976C 0xBFA9 # 0 +0x976D 0xBFAA # 0 +0x976E 0xBFAB # 0 +0x976F 0xBFAC # 0 +0x9770 0xBFAD # 0 +0x9771 0xBFAE # 0 +0x9772 0xBFAF # 0 +0x9773 0xBFB1 # 0 +0x9774 0xBFB2 # 0 +0x9775 0xBFB3 # 0 +0x9776 0xBFB4 # 0 +0x9777 0xBFB5 # 0 +0x9778 0xBFB6 # 0 +0x9779 0xBFB7 # 0 +0x977A 0xBFB8 # 0 +0x9781 0xBFB9 # 0 +0x9782 0xBFBA # 0 +0x9783 0xBFBB # 0 +0x9784 0xBFBC # 0 +0x9785 0xBFBD # 0 +0x9786 0xBFBE # 0 +0x9787 0xBFBF # 0 +0x9788 0xBFC0 # 0 +0x9789 0xBFC1 # 0 +0x978A 0xBFC2 # 0 +0x978B 0xBFC3 # 0 +0x978C 0xBFC4 # 0 +0x978D 0xBFC6 # 0 +0x978E 0xBFC7 # 0 +0x978F 0xBFC8 # 0 +0x9790 0xBFC9 # 0 +0x9791 0xBFCA # 0 +0x9792 0xBFCB # 0 +0x9793 0xBFCE # 0 +0x9794 0xBFCF # 0 +0x9795 0xBFD1 # 0 +0x9796 0xBFD2 # 0 +0x9797 0xBFD3 # 0 +0x9798 0xBFD5 # 0 +0x9799 0xBFD6 # 0 +0x979A 0xBFD7 # 0 +0x979B 0xBFD8 # 0 +0x979C 0xBFD9 # 0 +0x979D 0xBFDA # 0 +0x979E 0xBFDB # 0 +0x979F 0xBFDD # 0 +0x97A0 0xBFDE # 0 +0x97A1 0xBFE0 # 0 +0x97A2 0xBFE2 # 0 +0x97A3 0xBFE3 # 0 +0x97A4 0xBFE4 # 0 +0x97A5 0xBFE5 # 0 +0x97A6 0xBFE6 # 0 +0x97A7 0xBFE7 # 0 +0x97A8 0xBFE8 # 0 +0x97A9 0xBFE9 # 0 +0x97AA 0xBFEA # 0 +0x97AB 0xBFEB # 0 +0x97AC 0xBFEC # 0 +0x97AD 0xBFED # 0 +0x97AE 0xBFEE # 0 +0x97AF 0xBFEF # 0 +0x97B0 0xBFF0 # 0 +0x97B1 0xBFF1 # 0 +0x97B2 0xBFF2 # 0 +0x97B3 0xBFF3 # 0 +0x97B4 0xBFF4 # 0 +0x97B5 0xBFF5 # 0 +0x97B6 0xBFF6 # 0 +0x97B7 0xBFF7 # 0 +0x97B8 0xBFF8 # 0 +0x97B9 0xBFF9 # 0 +0x97BA 0xBFFA # 0 +0x97BB 0xBFFB # 0 +0x97BC 0xBFFC # 0 +0x97BD 0xBFFD # 0 +0x97BE 0xBFFE # 0 +0x97BF 0xBFFF # 0 +0x97C0 0xC000 # 0 +0x97C1 0xC001 # 0 +0x97C2 0xC002 # 0 +0x97C3 0xC003 # 0 +0x97C4 0xC004 # 0 +0x97C5 0xC005 # 0 +0x97C6 0xC006 # 0 +0x97C7 0xC007 # 0 +0x97C8 0xC008 # 0 +0x97C9 0xC009 # 0 +0x97CA 0xC00A # 0 +0x97CB 0xC00B # 0 +0x97CC 0xC00C # 0 +0x97CD 0xC00D # 0 +0x97CE 0xC00E # 0 +0x97CF 0xC00F # 0 +0x97D0 0xC010 # 0 +0x97D1 0xC011 # 0 +0x97D2 0xC012 # 0 +0x97D3 0xC013 # 0 +0x97D4 0xC014 # 0 +0x97D5 0xC015 # 0 +0x97D6 0xC016 # 0 +0x97D7 0xC017 # 0 +0x97D8 0xC018 # 0 +0x97D9 0xC019 # 0 +0x97DA 0xC01A # 0 +0x97DB 0xC01B # 0 +0x97DC 0xC01C # 0 +0x97DD 0xC01D # 0 +0x97DE 0xC01E # 0 +0x97DF 0xC01F # 0 +0x97E0 0xC020 # 0 +0x97E1 0xC021 # 0 +0x97E2 0xC022 # 0 +0x97E3 0xC023 # 0 +0x97E4 0xC024 # 0 +0x97E5 0xC025 # 0 +0x97E6 0xC026 # 0 +0x97E7 0xC027 # 0 +0x97E8 0xC028 # 0 +0x97E9 0xC029 # 0 +0x97EA 0xC02A # 0 +0x97EB 0xC02B # 0 +0x97EC 0xC02C # 0 +0x97ED 0xC02D # 0 +0x97EE 0xC02E # 0 +0x97EF 0xC02F # 0 +0x97F0 0xC030 # 0 +0x97F1 0xC031 # 0 +0x97F2 0xC032 # 0 +0x97F3 0xC033 # 0 +0x97F4 0xC034 # 0 +0x97F5 0xC035 # 0 +0x97F6 0xC036 # 0 +0x97F7 0xC037 # 0 +0x97F8 0xC038 # 0 +0x97F9 0xC039 # 0 +0x97FA 0xC03A # 0 +0x97FB 0xC03B # 0 +0x97FC 0xC03D # 0 +0x97FD 0xC03E # 0 +0x97FE 0xC03F # 0 +0x9841 0xC040 # 0 +0x9842 0xC041 # 0 +0x9843 0xC042 # 0 +0x9844 0xC043 # 0 +0x9845 0xC044 # 0 +0x9846 0xC045 # 0 +0x9847 0xC046 # 0 +0x9848 0xC047 # 0 +0x9849 0xC048 # 0 +0x984A 0xC049 # 0 +0x984B 0xC04A # 0 +0x984C 0xC04B # 0 +0x984D 0xC04C # 0 +0x984E 0xC04D # 0 +0x984F 0xC04E # 0 +0x9850 0xC04F # 0 +0x9851 0xC050 # 0 +0x9852 0xC052 # 0 +0x9853 0xC053 # 0 +0x9854 0xC054 # 0 +0x9855 0xC055 # 0 +0x9856 0xC056 # 0 +0x9857 0xC057 # 0 +0x9858 0xC059 # 0 +0x9859 0xC05A # 0 +0x985A 0xC05B # 0 +0x9861 0xC05D # 0 +0x9862 0xC05E # 0 +0x9863 0xC05F # 0 +0x9864 0xC061 # 0 +0x9865 0xC062 # 0 +0x9866 0xC063 # 0 +0x9867 0xC064 # 0 +0x9868 0xC065 # 0 +0x9869 0xC066 # 0 +0x986A 0xC067 # 0 +0x986B 0xC06A # 0 +0x986C 0xC06B # 0 +0x986D 0xC06C # 0 +0x986E 0xC06D # 0 +0x986F 0xC06E # 0 +0x9870 0xC06F # 0 +0x9871 0xC070 # 0 +0x9872 0xC071 # 0 +0x9873 0xC072 # 0 +0x9874 0xC073 # 0 +0x9875 0xC074 # 0 +0x9876 0xC075 # 0 +0x9877 0xC076 # 0 +0x9878 0xC077 # 0 +0x9879 0xC078 # 0 +0x987A 0xC079 # 0 +0x9881 0xC07A # 0 +0x9882 0xC07B # 0 +0x9883 0xC07C # 0 +0x9884 0xC07D # 0 +0x9885 0xC07E # 0 +0x9886 0xC07F # 0 +0x9887 0xC080 # 0 +0x9888 0xC081 # 0 +0x9889 0xC082 # 0 +0x988A 0xC083 # 0 +0x988B 0xC084 # 0 +0x988C 0xC085 # 0 +0x988D 0xC086 # 0 +0x988E 0xC087 # 0 +0x988F 0xC088 # 0 +0x9890 0xC089 # 0 +0x9891 0xC08A # 0 +0x9892 0xC08B # 0 +0x9893 0xC08C # 0 +0x9894 0xC08D # 0 +0x9895 0xC08E # 0 +0x9896 0xC08F # 0 +0x9897 0xC092 # 0 +0x9898 0xC093 # 0 +0x9899 0xC095 # 0 +0x989A 0xC096 # 0 +0x989B 0xC097 # 0 +0x989C 0xC099 # 0 +0x989D 0xC09A # 0 +0x989E 0xC09B # 0 +0x989F 0xC09C # 0 +0x98A0 0xC09D # 0 +0x98A1 0xC09E # 0 +0x98A2 0xC09F # 0 +0x98A3 0xC0A2 # 0 +0x98A4 0xC0A4 # 0 +0x98A5 0xC0A6 # 0 +0x98A6 0xC0A7 # 0 +0x98A7 0xC0A8 # 0 +0x98A8 0xC0A9 # 0 +0x98A9 0xC0AA # 0 +0x98AA 0xC0AB # 0 +0x98AB 0xC0AE # 0 +0x98AC 0xC0B1 # 0 +0x98AD 0xC0B2 # 0 +0x98AE 0xC0B7 # 0 +0x98AF 0xC0B8 # 0 +0x98B0 0xC0B9 # 0 +0x98B1 0xC0BA # 0 +0x98B2 0xC0BB # 0 +0x98B3 0xC0BE # 0 +0x98B4 0xC0C2 # 0 +0x98B5 0xC0C3 # 0 +0x98B6 0xC0C4 # 0 +0x98B7 0xC0C6 # 0 +0x98B8 0xC0C7 # 0 +0x98B9 0xC0CA # 0 +0x98BA 0xC0CB # 0 +0x98BB 0xC0CD # 0 +0x98BC 0xC0CE # 0 +0x98BD 0xC0CF # 0 +0x98BE 0xC0D1 # 0 +0x98BF 0xC0D2 # 0 +0x98C0 0xC0D3 # 0 +0x98C1 0xC0D4 # 0 +0x98C2 0xC0D5 # 0 +0x98C3 0xC0D6 # 0 +0x98C4 0xC0D7 # 0 +0x98C5 0xC0DA # 0 +0x98C6 0xC0DE # 0 +0x98C7 0xC0DF # 0 +0x98C8 0xC0E0 # 0 +0x98C9 0xC0E1 # 0 +0x98CA 0xC0E2 # 0 +0x98CB 0xC0E3 # 0 +0x98CC 0xC0E6 # 0 +0x98CD 0xC0E7 # 0 +0x98CE 0xC0E9 # 0 +0x98CF 0xC0EA # 0 +0x98D0 0xC0EB # 0 +0x98D1 0xC0ED # 0 +0x98D2 0xC0EE # 0 +0x98D3 0xC0EF # 0 +0x98D4 0xC0F0 # 0 +0x98D5 0xC0F1 # 0 +0x98D6 0xC0F2 # 0 +0x98D7 0xC0F3 # 0 +0x98D8 0xC0F6 # 0 +0x98D9 0xC0F8 # 0 +0x98DA 0xC0FA # 0 +0x98DB 0xC0FB # 0 +0x98DC 0xC0FC # 0 +0x98DD 0xC0FD # 0 +0x98DE 0xC0FE # 0 +0x98DF 0xC0FF # 0 +0x98E0 0xC101 # 0 +0x98E1 0xC102 # 0 +0x98E2 0xC103 # 0 +0x98E3 0xC105 # 0 +0x98E4 0xC106 # 0 +0x98E5 0xC107 # 0 +0x98E6 0xC109 # 0 +0x98E7 0xC10A # 0 +0x98E8 0xC10B # 0 +0x98E9 0xC10C # 0 +0x98EA 0xC10D # 0 +0x98EB 0xC10E # 0 +0x98EC 0xC10F # 0 +0x98ED 0xC111 # 0 +0x98EE 0xC112 # 0 +0x98EF 0xC113 # 0 +0x98F0 0xC114 # 0 +0x98F1 0xC116 # 0 +0x98F2 0xC117 # 0 +0x98F3 0xC118 # 0 +0x98F4 0xC119 # 0 +0x98F5 0xC11A # 0 +0x98F6 0xC11B # 0 +0x98F7 0xC121 # 0 +0x98F8 0xC122 # 0 +0x98F9 0xC125 # 0 +0x98FA 0xC128 # 0 +0x98FB 0xC129 # 0 +0x98FC 0xC12A # 0 +0x98FD 0xC12B # 0 +0x98FE 0xC12E # 0 +0x9941 0xC132 # 0 +0x9942 0xC133 # 0 +0x9943 0xC134 # 0 +0x9944 0xC135 # 0 +0x9945 0xC137 # 0 +0x9946 0xC13A # 0 +0x9947 0xC13B # 0 +0x9948 0xC13D # 0 +0x9949 0xC13E # 0 +0x994A 0xC13F # 0 +0x994B 0xC141 # 0 +0x994C 0xC142 # 0 +0x994D 0xC143 # 0 +0x994E 0xC144 # 0 +0x994F 0xC145 # 0 +0x9950 0xC146 # 0 +0x9951 0xC147 # 0 +0x9952 0xC14A # 0 +0x9953 0xC14E # 0 +0x9954 0xC14F # 0 +0x9955 0xC150 # 0 +0x9956 0xC151 # 0 +0x9957 0xC152 # 0 +0x9958 0xC153 # 0 +0x9959 0xC156 # 0 +0x995A 0xC157 # 0 +0x9961 0xC159 # 0 +0x9962 0xC15A # 0 +0x9963 0xC15B # 0 +0x9964 0xC15D # 0 +0x9965 0xC15E # 0 +0x9966 0xC15F # 0 +0x9967 0xC160 # 0 +0x9968 0xC161 # 0 +0x9969 0xC162 # 0 +0x996A 0xC163 # 0 +0x996B 0xC166 # 0 +0x996C 0xC16A # 0 +0x996D 0xC16B # 0 +0x996E 0xC16C # 0 +0x996F 0xC16D # 0 +0x9970 0xC16E # 0 +0x9971 0xC16F # 0 +0x9972 0xC171 # 0 +0x9973 0xC172 # 0 +0x9974 0xC173 # 0 +0x9975 0xC175 # 0 +0x9976 0xC176 # 0 +0x9977 0xC177 # 0 +0x9978 0xC179 # 0 +0x9979 0xC17A # 0 +0x997A 0xC17B # 0 +0x9981 0xC17C # 0 +0x9982 0xC17D # 0 +0x9983 0xC17E # 0 +0x9984 0xC17F # 0 +0x9985 0xC180 # 0 +0x9986 0xC181 # 0 +0x9987 0xC182 # 0 +0x9988 0xC183 # 0 +0x9989 0xC184 # 0 +0x998A 0xC186 # 0 +0x998B 0xC187 # 0 +0x998C 0xC188 # 0 +0x998D 0xC189 # 0 +0x998E 0xC18A # 0 +0x998F 0xC18B # 0 +0x9990 0xC18F # 0 +0x9991 0xC191 # 0 +0x9992 0xC192 # 0 +0x9993 0xC193 # 0 +0x9994 0xC195 # 0 +0x9995 0xC197 # 0 +0x9996 0xC198 # 0 +0x9997 0xC199 # 0 +0x9998 0xC19A # 0 +0x9999 0xC19B # 0 +0x999A 0xC19E # 0 +0x999B 0xC1A0 # 0 +0x999C 0xC1A2 # 0 +0x999D 0xC1A3 # 0 +0x999E 0xC1A4 # 0 +0x999F 0xC1A6 # 0 +0x99A0 0xC1A7 # 0 +0x99A1 0xC1AA # 0 +0x99A2 0xC1AB # 0 +0x99A3 0xC1AD # 0 +0x99A4 0xC1AE # 0 +0x99A5 0xC1AF # 0 +0x99A6 0xC1B1 # 0 +0x99A7 0xC1B2 # 0 +0x99A8 0xC1B3 # 0 +0x99A9 0xC1B4 # 0 +0x99AA 0xC1B5 # 0 +0x99AB 0xC1B6 # 0 +0x99AC 0xC1B7 # 0 +0x99AD 0xC1B8 # 0 +0x99AE 0xC1B9 # 0 +0x99AF 0xC1BA # 0 +0x99B0 0xC1BB # 0 +0x99B1 0xC1BC # 0 +0x99B2 0xC1BE # 0 +0x99B3 0xC1BF # 0 +0x99B4 0xC1C0 # 0 +0x99B5 0xC1C1 # 0 +0x99B6 0xC1C2 # 0 +0x99B7 0xC1C3 # 0 +0x99B8 0xC1C5 # 0 +0x99B9 0xC1C6 # 0 +0x99BA 0xC1C7 # 0 +0x99BB 0xC1C9 # 0 +0x99BC 0xC1CA # 0 +0x99BD 0xC1CB # 0 +0x99BE 0xC1CD # 0 +0x99BF 0xC1CE # 0 +0x99C0 0xC1CF # 0 +0x99C1 0xC1D0 # 0 +0x99C2 0xC1D1 # 0 +0x99C3 0xC1D2 # 0 +0x99C4 0xC1D3 # 0 +0x99C5 0xC1D5 # 0 +0x99C6 0xC1D6 # 0 +0x99C7 0xC1D9 # 0 +0x99C8 0xC1DA # 0 +0x99C9 0xC1DB # 0 +0x99CA 0xC1DC # 0 +0x99CB 0xC1DD # 0 +0x99CC 0xC1DE # 0 +0x99CD 0xC1DF # 0 +0x99CE 0xC1E1 # 0 +0x99CF 0xC1E2 # 0 +0x99D0 0xC1E3 # 0 +0x99D1 0xC1E5 # 0 +0x99D2 0xC1E6 # 0 +0x99D3 0xC1E7 # 0 +0x99D4 0xC1E9 # 0 +0x99D5 0xC1EA # 0 +0x99D6 0xC1EB # 0 +0x99D7 0xC1EC # 0 +0x99D8 0xC1ED # 0 +0x99D9 0xC1EE # 0 +0x99DA 0xC1EF # 0 +0x99DB 0xC1F2 # 0 +0x99DC 0xC1F4 # 0 +0x99DD 0xC1F5 # 0 +0x99DE 0xC1F6 # 0 +0x99DF 0xC1F7 # 0 +0x99E0 0xC1F8 # 0 +0x99E1 0xC1F9 # 0 +0x99E2 0xC1FA # 0 +0x99E3 0xC1FB # 0 +0x99E4 0xC1FE # 0 +0x99E5 0xC1FF # 0 +0x99E6 0xC201 # 0 +0x99E7 0xC202 # 0 +0x99E8 0xC203 # 0 +0x99E9 0xC205 # 0 +0x99EA 0xC206 # 0 +0x99EB 0xC207 # 0 +0x99EC 0xC208 # 0 +0x99ED 0xC209 # 0 +0x99EE 0xC20A # 0 +0x99EF 0xC20B # 0 +0x99F0 0xC20E # 0 +0x99F1 0xC210 # 0 +0x99F2 0xC212 # 0 +0x99F3 0xC213 # 0 +0x99F4 0xC214 # 0 +0x99F5 0xC215 # 0 +0x99F6 0xC216 # 0 +0x99F7 0xC217 # 0 +0x99F8 0xC21A # 0 +0x99F9 0xC21B # 0 +0x99FA 0xC21D # 0 +0x99FB 0xC21E # 0 +0x99FC 0xC221 # 0 +0x99FD 0xC222 # 0 +0x99FE 0xC223 # 0 +0x9A41 0xC224 # 0 +0x9A42 0xC225 # 0 +0x9A43 0xC226 # 0 +0x9A44 0xC227 # 0 +0x9A45 0xC22A # 0 +0x9A46 0xC22C # 0 +0x9A47 0xC22E # 0 +0x9A48 0xC230 # 0 +0x9A49 0xC233 # 0 +0x9A4A 0xC235 # 0 +0x9A4B 0xC236 # 0 +0x9A4C 0xC237 # 0 +0x9A4D 0xC238 # 0 +0x9A4E 0xC239 # 0 +0x9A4F 0xC23A # 0 +0x9A50 0xC23B # 0 +0x9A51 0xC23C # 0 +0x9A52 0xC23D # 0 +0x9A53 0xC23E # 0 +0x9A54 0xC23F # 0 +0x9A55 0xC240 # 0 +0x9A56 0xC241 # 0 +0x9A57 0xC242 # 0 +0x9A58 0xC243 # 0 +0x9A59 0xC244 # 0 +0x9A5A 0xC245 # 0 +0x9A61 0xC246 # 0 +0x9A62 0xC247 # 0 +0x9A63 0xC249 # 0 +0x9A64 0xC24A # 0 +0x9A65 0xC24B # 0 +0x9A66 0xC24C # 0 +0x9A67 0xC24D # 0 +0x9A68 0xC24E # 0 +0x9A69 0xC24F # 0 +0x9A6A 0xC252 # 0 +0x9A6B 0xC253 # 0 +0x9A6C 0xC255 # 0 +0x9A6D 0xC256 # 0 +0x9A6E 0xC257 # 0 +0x9A6F 0xC259 # 0 +0x9A70 0xC25A # 0 +0x9A71 0xC25B # 0 +0x9A72 0xC25C # 0 +0x9A73 0xC25D # 0 +0x9A74 0xC25E # 0 +0x9A75 0xC25F # 0 +0x9A76 0xC261 # 0 +0x9A77 0xC262 # 0 +0x9A78 0xC263 # 0 +0x9A79 0xC264 # 0 +0x9A7A 0xC266 # 0 +0x9A81 0xC267 # 0 +0x9A82 0xC268 # 0 +0x9A83 0xC269 # 0 +0x9A84 0xC26A # 0 +0x9A85 0xC26B # 0 +0x9A86 0xC26E # 0 +0x9A87 0xC26F # 0 +0x9A88 0xC271 # 0 +0x9A89 0xC272 # 0 +0x9A8A 0xC273 # 0 +0x9A8B 0xC275 # 0 +0x9A8C 0xC276 # 0 +0x9A8D 0xC277 # 0 +0x9A8E 0xC278 # 0 +0x9A8F 0xC279 # 0 +0x9A90 0xC27A # 0 +0x9A91 0xC27B # 0 +0x9A92 0xC27E # 0 +0x9A93 0xC280 # 0 +0x9A94 0xC282 # 0 +0x9A95 0xC283 # 0 +0x9A96 0xC284 # 0 +0x9A97 0xC285 # 0 +0x9A98 0xC286 # 0 +0x9A99 0xC287 # 0 +0x9A9A 0xC28A # 0 +0x9A9B 0xC28B # 0 +0x9A9C 0xC28C # 0 +0x9A9D 0xC28D # 0 +0x9A9E 0xC28E # 0 +0x9A9F 0xC28F # 0 +0x9AA0 0xC291 # 0 +0x9AA1 0xC292 # 0 +0x9AA2 0xC293 # 0 +0x9AA3 0xC294 # 0 +0x9AA4 0xC295 # 0 +0x9AA5 0xC296 # 0 +0x9AA6 0xC297 # 0 +0x9AA7 0xC299 # 0 +0x9AA8 0xC29A # 0 +0x9AA9 0xC29C # 0 +0x9AAA 0xC29E # 0 +0x9AAB 0xC29F # 0 +0x9AAC 0xC2A0 # 0 +0x9AAD 0xC2A1 # 0 +0x9AAE 0xC2A2 # 0 +0x9AAF 0xC2A3 # 0 +0x9AB0 0xC2A6 # 0 +0x9AB1 0xC2A7 # 0 +0x9AB2 0xC2A9 # 0 +0x9AB3 0xC2AA # 0 +0x9AB4 0xC2AB # 0 +0x9AB5 0xC2AE # 0 +0x9AB6 0xC2AF # 0 +0x9AB7 0xC2B0 # 0 +0x9AB8 0xC2B1 # 0 +0x9AB9 0xC2B2 # 0 +0x9ABA 0xC2B3 # 0 +0x9ABB 0xC2B6 # 0 +0x9ABC 0xC2B8 # 0 +0x9ABD 0xC2BA # 0 +0x9ABE 0xC2BB # 0 +0x9ABF 0xC2BC # 0 +0x9AC0 0xC2BD # 0 +0x9AC1 0xC2BE # 0 +0x9AC2 0xC2BF # 0 +0x9AC3 0xC2C0 # 0 +0x9AC4 0xC2C1 # 0 +0x9AC5 0xC2C2 # 0 +0x9AC6 0xC2C3 # 0 +0x9AC7 0xC2C4 # 0 +0x9AC8 0xC2C5 # 0 +0x9AC9 0xC2C6 # 0 +0x9ACA 0xC2C7 # 0 +0x9ACB 0xC2C8 # 0 +0x9ACC 0xC2C9 # 0 +0x9ACD 0xC2CA # 0 +0x9ACE 0xC2CB # 0 +0x9ACF 0xC2CC # 0 +0x9AD0 0xC2CD # 0 +0x9AD1 0xC2CE # 0 +0x9AD2 0xC2CF # 0 +0x9AD3 0xC2D0 # 0 +0x9AD4 0xC2D1 # 0 +0x9AD5 0xC2D2 # 0 +0x9AD6 0xC2D3 # 0 +0x9AD7 0xC2D4 # 0 +0x9AD8 0xC2D5 # 0 +0x9AD9 0xC2D6 # 0 +0x9ADA 0xC2D7 # 0 +0x9ADB 0xC2D8 # 0 +0x9ADC 0xC2D9 # 0 +0x9ADD 0xC2DA # 0 +0x9ADE 0xC2DB # 0 +0x9ADF 0xC2DE # 0 +0x9AE0 0xC2DF # 0 +0x9AE1 0xC2E1 # 0 +0x9AE2 0xC2E2 # 0 +0x9AE3 0xC2E5 # 0 +0x9AE4 0xC2E6 # 0 +0x9AE5 0xC2E7 # 0 +0x9AE6 0xC2E8 # 0 +0x9AE7 0xC2E9 # 0 +0x9AE8 0xC2EA # 0 +0x9AE9 0xC2EE # 0 +0x9AEA 0xC2F0 # 0 +0x9AEB 0xC2F2 # 0 +0x9AEC 0xC2F3 # 0 +0x9AED 0xC2F4 # 0 +0x9AEE 0xC2F5 # 0 +0x9AEF 0xC2F7 # 0 +0x9AF0 0xC2FA # 0 +0x9AF1 0xC2FD # 0 +0x9AF2 0xC2FE # 0 +0x9AF3 0xC2FF # 0 +0x9AF4 0xC301 # 0 +0x9AF5 0xC302 # 0 +0x9AF6 0xC303 # 0 +0x9AF7 0xC304 # 0 +0x9AF8 0xC305 # 0 +0x9AF9 0xC306 # 0 +0x9AFA 0xC307 # 0 +0x9AFB 0xC30A # 0 +0x9AFC 0xC30B # 0 +0x9AFD 0xC30E # 0 +0x9AFE 0xC30F # 0 +0x9B41 0xC310 # 0 +0x9B42 0xC311 # 0 +0x9B43 0xC312 # 0 +0x9B44 0xC316 # 0 +0x9B45 0xC317 # 0 +0x9B46 0xC319 # 0 +0x9B47 0xC31A # 0 +0x9B48 0xC31B # 0 +0x9B49 0xC31D # 0 +0x9B4A 0xC31E # 0 +0x9B4B 0xC31F # 0 +0x9B4C 0xC320 # 0 +0x9B4D 0xC321 # 0 +0x9B4E 0xC322 # 0 +0x9B4F 0xC323 # 0 +0x9B50 0xC326 # 0 +0x9B51 0xC327 # 0 +0x9B52 0xC32A # 0 +0x9B53 0xC32B # 0 +0x9B54 0xC32C # 0 +0x9B55 0xC32D # 0 +0x9B56 0xC32E # 0 +0x9B57 0xC32F # 0 +0x9B58 0xC330 # 0 +0x9B59 0xC331 # 0 +0x9B5A 0xC332 # 0 +0x9B61 0xC333 # 0 +0x9B62 0xC334 # 0 +0x9B63 0xC335 # 0 +0x9B64 0xC336 # 0 +0x9B65 0xC337 # 0 +0x9B66 0xC338 # 0 +0x9B67 0xC339 # 0 +0x9B68 0xC33A # 0 +0x9B69 0xC33B # 0 +0x9B6A 0xC33C # 0 +0x9B6B 0xC33D # 0 +0x9B6C 0xC33E # 0 +0x9B6D 0xC33F # 0 +0x9B6E 0xC340 # 0 +0x9B6F 0xC341 # 0 +0x9B70 0xC342 # 0 +0x9B71 0xC343 # 0 +0x9B72 0xC344 # 0 +0x9B73 0xC346 # 0 +0x9B74 0xC347 # 0 +0x9B75 0xC348 # 0 +0x9B76 0xC349 # 0 +0x9B77 0xC34A # 0 +0x9B78 0xC34B # 0 +0x9B79 0xC34C # 0 +0x9B7A 0xC34D # 0 +0x9B81 0xC34E # 0 +0x9B82 0xC34F # 0 +0x9B83 0xC350 # 0 +0x9B84 0xC351 # 0 +0x9B85 0xC352 # 0 +0x9B86 0xC353 # 0 +0x9B87 0xC354 # 0 +0x9B88 0xC355 # 0 +0x9B89 0xC356 # 0 +0x9B8A 0xC357 # 0 +0x9B8B 0xC358 # 0 +0x9B8C 0xC359 # 0 +0x9B8D 0xC35A # 0 +0x9B8E 0xC35B # 0 +0x9B8F 0xC35C # 0 +0x9B90 0xC35D # 0 +0x9B91 0xC35E # 0 +0x9B92 0xC35F # 0 +0x9B93 0xC360 # 0 +0x9B94 0xC361 # 0 +0x9B95 0xC362 # 0 +0x9B96 0xC363 # 0 +0x9B97 0xC364 # 0 +0x9B98 0xC365 # 0 +0x9B99 0xC366 # 0 +0x9B9A 0xC367 # 0 +0x9B9B 0xC36A # 0 +0x9B9C 0xC36B # 0 +0x9B9D 0xC36D # 0 +0x9B9E 0xC36E # 0 +0x9B9F 0xC36F # 0 +0x9BA0 0xC371 # 0 +0x9BA1 0xC373 # 0 +0x9BA2 0xC374 # 0 +0x9BA3 0xC375 # 0 +0x9BA4 0xC376 # 0 +0x9BA5 0xC377 # 0 +0x9BA6 0xC37A # 0 +0x9BA7 0xC37B # 0 +0x9BA8 0xC37E # 0 +0x9BA9 0xC37F # 0 +0x9BAA 0xC380 # 0 +0x9BAB 0xC381 # 0 +0x9BAC 0xC382 # 0 +0x9BAD 0xC383 # 0 +0x9BAE 0xC385 # 0 +0x9BAF 0xC386 # 0 +0x9BB0 0xC387 # 0 +0x9BB1 0xC389 # 0 +0x9BB2 0xC38A # 0 +0x9BB3 0xC38B # 0 +0x9BB4 0xC38D # 0 +0x9BB5 0xC38E # 0 +0x9BB6 0xC38F # 0 +0x9BB7 0xC390 # 0 +0x9BB8 0xC391 # 0 +0x9BB9 0xC392 # 0 +0x9BBA 0xC393 # 0 +0x9BBB 0xC394 # 0 +0x9BBC 0xC395 # 0 +0x9BBD 0xC396 # 0 +0x9BBE 0xC397 # 0 +0x9BBF 0xC398 # 0 +0x9BC0 0xC399 # 0 +0x9BC1 0xC39A # 0 +0x9BC2 0xC39B # 0 +0x9BC3 0xC39C # 0 +0x9BC4 0xC39D # 0 +0x9BC5 0xC39E # 0 +0x9BC6 0xC39F # 0 +0x9BC7 0xC3A0 # 0 +0x9BC8 0xC3A1 # 0 +0x9BC9 0xC3A2 # 0 +0x9BCA 0xC3A3 # 0 +0x9BCB 0xC3A4 # 0 +0x9BCC 0xC3A5 # 0 +0x9BCD 0xC3A6 # 0 +0x9BCE 0xC3A7 # 0 +0x9BCF 0xC3A8 # 0 +0x9BD0 0xC3A9 # 0 +0x9BD1 0xC3AA # 0 +0x9BD2 0xC3AB # 0 +0x9BD3 0xC3AC # 0 +0x9BD4 0xC3AD # 0 +0x9BD5 0xC3AE # 0 +0x9BD6 0xC3AF # 0 +0x9BD7 0xC3B0 # 0 +0x9BD8 0xC3B1 # 0 +0x9BD9 0xC3B2 # 0 +0x9BDA 0xC3B3 # 0 +0x9BDB 0xC3B4 # 0 +0x9BDC 0xC3B5 # 0 +0x9BDD 0xC3B6 # 0 +0x9BDE 0xC3B7 # 0 +0x9BDF 0xC3B8 # 0 +0x9BE0 0xC3B9 # 0 +0x9BE1 0xC3BA # 0 +0x9BE2 0xC3BB # 0 +0x9BE3 0xC3BC # 0 +0x9BE4 0xC3BD # 0 +0x9BE5 0xC3BE # 0 +0x9BE6 0xC3BF # 0 +0x9BE7 0xC3C1 # 0 +0x9BE8 0xC3C2 # 0 +0x9BE9 0xC3C3 # 0 +0x9BEA 0xC3C4 # 0 +0x9BEB 0xC3C5 # 0 +0x9BEC 0xC3C6 # 0 +0x9BED 0xC3C7 # 0 +0x9BEE 0xC3C8 # 0 +0x9BEF 0xC3C9 # 0 +0x9BF0 0xC3CA # 0 +0x9BF1 0xC3CB # 0 +0x9BF2 0xC3CC # 0 +0x9BF3 0xC3CD # 0 +0x9BF4 0xC3CE # 0 +0x9BF5 0xC3CF # 0 +0x9BF6 0xC3D0 # 0 +0x9BF7 0xC3D1 # 0 +0x9BF8 0xC3D2 # 0 +0x9BF9 0xC3D3 # 0 +0x9BFA 0xC3D4 # 0 +0x9BFB 0xC3D5 # 0 +0x9BFC 0xC3D6 # 0 +0x9BFD 0xC3D7 # 0 +0x9BFE 0xC3DA # 0 +0x9C41 0xC3DB # 0 +0x9C42 0xC3DD # 0 +0x9C43 0xC3DE # 0 +0x9C44 0xC3E1 # 0 +0x9C45 0xC3E3 # 0 +0x9C46 0xC3E4 # 0 +0x9C47 0xC3E5 # 0 +0x9C48 0xC3E6 # 0 +0x9C49 0xC3E7 # 0 +0x9C4A 0xC3EA # 0 +0x9C4B 0xC3EB # 0 +0x9C4C 0xC3EC # 0 +0x9C4D 0xC3EE # 0 +0x9C4E 0xC3EF # 0 +0x9C4F 0xC3F0 # 0 +0x9C50 0xC3F1 # 0 +0x9C51 0xC3F2 # 0 +0x9C52 0xC3F3 # 0 +0x9C53 0xC3F6 # 0 +0x9C54 0xC3F7 # 0 +0x9C55 0xC3F9 # 0 +0x9C56 0xC3FA # 0 +0x9C57 0xC3FB # 0 +0x9C58 0xC3FC # 0 +0x9C59 0xC3FD # 0 +0x9C5A 0xC3FE # 0 +0x9C61 0xC3FF # 0 +0x9C62 0xC400 # 0 +0x9C63 0xC401 # 0 +0x9C64 0xC402 # 0 +0x9C65 0xC403 # 0 +0x9C66 0xC404 # 0 +0x9C67 0xC405 # 0 +0x9C68 0xC406 # 0 +0x9C69 0xC407 # 0 +0x9C6A 0xC409 # 0 +0x9C6B 0xC40A # 0 +0x9C6C 0xC40B # 0 +0x9C6D 0xC40C # 0 +0x9C6E 0xC40D # 0 +0x9C6F 0xC40E # 0 +0x9C70 0xC40F # 0 +0x9C71 0xC411 # 0 +0x9C72 0xC412 # 0 +0x9C73 0xC413 # 0 +0x9C74 0xC414 # 0 +0x9C75 0xC415 # 0 +0x9C76 0xC416 # 0 +0x9C77 0xC417 # 0 +0x9C78 0xC418 # 0 +0x9C79 0xC419 # 0 +0x9C7A 0xC41A # 0 +0x9C81 0xC41B # 0 +0x9C82 0xC41C # 0 +0x9C83 0xC41D # 0 +0x9C84 0xC41E # 0 +0x9C85 0xC41F # 0 +0x9C86 0xC420 # 0 +0x9C87 0xC421 # 0 +0x9C88 0xC422 # 0 +0x9C89 0xC423 # 0 +0x9C8A 0xC425 # 0 +0x9C8B 0xC426 # 0 +0x9C8C 0xC427 # 0 +0x9C8D 0xC428 # 0 +0x9C8E 0xC429 # 0 +0x9C8F 0xC42A # 0 +0x9C90 0xC42B # 0 +0x9C91 0xC42D # 0 +0x9C92 0xC42E # 0 +0x9C93 0xC42F # 0 +0x9C94 0xC431 # 0 +0x9C95 0xC432 # 0 +0x9C96 0xC433 # 0 +0x9C97 0xC435 # 0 +0x9C98 0xC436 # 0 +0x9C99 0xC437 # 0 +0x9C9A 0xC438 # 0 +0x9C9B 0xC439 # 0 +0x9C9C 0xC43A # 0 +0x9C9D 0xC43B # 0 +0x9C9E 0xC43E # 0 +0x9C9F 0xC43F # 0 +0x9CA0 0xC440 # 0 +0x9CA1 0xC441 # 0 +0x9CA2 0xC442 # 0 +0x9CA3 0xC443 # 0 +0x9CA4 0xC444 # 0 +0x9CA5 0xC445 # 0 +0x9CA6 0xC446 # 0 +0x9CA7 0xC447 # 0 +0x9CA8 0xC449 # 0 +0x9CA9 0xC44A # 0 +0x9CAA 0xC44B # 0 +0x9CAB 0xC44C # 0 +0x9CAC 0xC44D # 0 +0x9CAD 0xC44E # 0 +0x9CAE 0xC44F # 0 +0x9CAF 0xC450 # 0 +0x9CB0 0xC451 # 0 +0x9CB1 0xC452 # 0 +0x9CB2 0xC453 # 0 +0x9CB3 0xC454 # 0 +0x9CB4 0xC455 # 0 +0x9CB5 0xC456 # 0 +0x9CB6 0xC457 # 0 +0x9CB7 0xC458 # 0 +0x9CB8 0xC459 # 0 +0x9CB9 0xC45A # 0 +0x9CBA 0xC45B # 0 +0x9CBB 0xC45C # 0 +0x9CBC 0xC45D # 0 +0x9CBD 0xC45E # 0 +0x9CBE 0xC45F # 0 +0x9CBF 0xC460 # 0 +0x9CC0 0xC461 # 0 +0x9CC1 0xC462 # 0 +0x9CC2 0xC463 # 0 +0x9CC3 0xC466 # 0 +0x9CC4 0xC467 # 0 +0x9CC5 0xC469 # 0 +0x9CC6 0xC46A # 0 +0x9CC7 0xC46B # 0 +0x9CC8 0xC46D # 0 +0x9CC9 0xC46E # 0 +0x9CCA 0xC46F # 0 +0x9CCB 0xC470 # 0 +0x9CCC 0xC471 # 0 +0x9CCD 0xC472 # 0 +0x9CCE 0xC473 # 0 +0x9CCF 0xC476 # 0 +0x9CD0 0xC477 # 0 +0x9CD1 0xC478 # 0 +0x9CD2 0xC47A # 0 +0x9CD3 0xC47B # 0 +0x9CD4 0xC47C # 0 +0x9CD5 0xC47D # 0 +0x9CD6 0xC47E # 0 +0x9CD7 0xC47F # 0 +0x9CD8 0xC481 # 0 +0x9CD9 0xC482 # 0 +0x9CDA 0xC483 # 0 +0x9CDB 0xC484 # 0 +0x9CDC 0xC485 # 0 +0x9CDD 0xC486 # 0 +0x9CDE 0xC487 # 0 +0x9CDF 0xC488 # 0 +0x9CE0 0xC489 # 0 +0x9CE1 0xC48A # 0 +0x9CE2 0xC48B # 0 +0x9CE3 0xC48C # 0 +0x9CE4 0xC48D # 0 +0x9CE5 0xC48E # 0 +0x9CE6 0xC48F # 0 +0x9CE7 0xC490 # 0 +0x9CE8 0xC491 # 0 +0x9CE9 0xC492 # 0 +0x9CEA 0xC493 # 0 +0x9CEB 0xC495 # 0 +0x9CEC 0xC496 # 0 +0x9CED 0xC497 # 0 +0x9CEE 0xC498 # 0 +0x9CEF 0xC499 # 0 +0x9CF0 0xC49A # 0 +0x9CF1 0xC49B # 0 +0x9CF2 0xC49D # 0 +0x9CF3 0xC49E # 0 +0x9CF4 0xC49F # 0 +0x9CF5 0xC4A0 # 0 +0x9CF6 0xC4A1 # 0 +0x9CF7 0xC4A2 # 0 +0x9CF8 0xC4A3 # 0 +0x9CF9 0xC4A4 # 0 +0x9CFA 0xC4A5 # 0 +0x9CFB 0xC4A6 # 0 +0x9CFC 0xC4A7 # 0 +0x9CFD 0xC4A8 # 0 +0x9CFE 0xC4A9 # 0 +0x9D41 0xC4AA # 0 +0x9D42 0xC4AB # 0 +0x9D43 0xC4AC # 0 +0x9D44 0xC4AD # 0 +0x9D45 0xC4AE # 0 +0x9D46 0xC4AF # 0 +0x9D47 0xC4B0 # 0 +0x9D48 0xC4B1 # 0 +0x9D49 0xC4B2 # 0 +0x9D4A 0xC4B3 # 0 +0x9D4B 0xC4B4 # 0 +0x9D4C 0xC4B5 # 0 +0x9D4D 0xC4B6 # 0 +0x9D4E 0xC4B7 # 0 +0x9D4F 0xC4B9 # 0 +0x9D50 0xC4BA # 0 +0x9D51 0xC4BB # 0 +0x9D52 0xC4BD # 0 +0x9D53 0xC4BE # 0 +0x9D54 0xC4BF # 0 +0x9D55 0xC4C0 # 0 +0x9D56 0xC4C1 # 0 +0x9D57 0xC4C2 # 0 +0x9D58 0xC4C3 # 0 +0x9D59 0xC4C4 # 0 +0x9D5A 0xC4C5 # 0 +0x9D61 0xC4C6 # 0 +0x9D62 0xC4C7 # 0 +0x9D63 0xC4C8 # 0 +0x9D64 0xC4C9 # 0 +0x9D65 0xC4CA # 0 +0x9D66 0xC4CB # 0 +0x9D67 0xC4CC # 0 +0x9D68 0xC4CD # 0 +0x9D69 0xC4CE # 0 +0x9D6A 0xC4CF # 0 +0x9D6B 0xC4D0 # 0 +0x9D6C 0xC4D1 # 0 +0x9D6D 0xC4D2 # 0 +0x9D6E 0xC4D3 # 0 +0x9D6F 0xC4D4 # 0 +0x9D70 0xC4D5 # 0 +0x9D71 0xC4D6 # 0 +0x9D72 0xC4D7 # 0 +0x9D73 0xC4D8 # 0 +0x9D74 0xC4D9 # 0 +0x9D75 0xC4DA # 0 +0x9D76 0xC4DB # 0 +0x9D77 0xC4DC # 0 +0x9D78 0xC4DD # 0 +0x9D79 0xC4DE # 0 +0x9D7A 0xC4DF # 0 +0x9D81 0xC4E0 # 0 +0x9D82 0xC4E1 # 0 +0x9D83 0xC4E2 # 0 +0x9D84 0xC4E3 # 0 +0x9D85 0xC4E4 # 0 +0x9D86 0xC4E5 # 0 +0x9D87 0xC4E6 # 0 +0x9D88 0xC4E7 # 0 +0x9D89 0xC4E8 # 0 +0x9D8A 0xC4EA # 0 +0x9D8B 0xC4EB # 0 +0x9D8C 0xC4EC # 0 +0x9D8D 0xC4ED # 0 +0x9D8E 0xC4EE # 0 +0x9D8F 0xC4EF # 0 +0x9D90 0xC4F2 # 0 +0x9D91 0xC4F3 # 0 +0x9D92 0xC4F5 # 0 +0x9D93 0xC4F6 # 0 +0x9D94 0xC4F7 # 0 +0x9D95 0xC4F9 # 0 +0x9D96 0xC4FB # 0 +0x9D97 0xC4FC # 0 +0x9D98 0xC4FD # 0 +0x9D99 0xC4FE # 0 +0x9D9A 0xC502 # 0 +0x9D9B 0xC503 # 0 +0x9D9C 0xC504 # 0 +0x9D9D 0xC505 # 0 +0x9D9E 0xC506 # 0 +0x9D9F 0xC507 # 0 +0x9DA0 0xC508 # 0 +0x9DA1 0xC509 # 0 +0x9DA2 0xC50A # 0 +0x9DA3 0xC50B # 0 +0x9DA4 0xC50D # 0 +0x9DA5 0xC50E # 0 +0x9DA6 0xC50F # 0 +0x9DA7 0xC511 # 0 +0x9DA8 0xC512 # 0 +0x9DA9 0xC513 # 0 +0x9DAA 0xC515 # 0 +0x9DAB 0xC516 # 0 +0x9DAC 0xC517 # 0 +0x9DAD 0xC518 # 0 +0x9DAE 0xC519 # 0 +0x9DAF 0xC51A # 0 +0x9DB0 0xC51B # 0 +0x9DB1 0xC51D # 0 +0x9DB2 0xC51E # 0 +0x9DB3 0xC51F # 0 +0x9DB4 0xC520 # 0 +0x9DB5 0xC521 # 0 +0x9DB6 0xC522 # 0 +0x9DB7 0xC523 # 0 +0x9DB8 0xC524 # 0 +0x9DB9 0xC525 # 0 +0x9DBA 0xC526 # 0 +0x9DBB 0xC527 # 0 +0x9DBC 0xC52A # 0 +0x9DBD 0xC52B # 0 +0x9DBE 0xC52D # 0 +0x9DBF 0xC52E # 0 +0x9DC0 0xC52F # 0 +0x9DC1 0xC531 # 0 +0x9DC2 0xC532 # 0 +0x9DC3 0xC533 # 0 +0x9DC4 0xC534 # 0 +0x9DC5 0xC535 # 0 +0x9DC6 0xC536 # 0 +0x9DC7 0xC537 # 0 +0x9DC8 0xC53A # 0 +0x9DC9 0xC53C # 0 +0x9DCA 0xC53E # 0 +0x9DCB 0xC53F # 0 +0x9DCC 0xC540 # 0 +0x9DCD 0xC541 # 0 +0x9DCE 0xC542 # 0 +0x9DCF 0xC543 # 0 +0x9DD0 0xC546 # 0 +0x9DD1 0xC547 # 0 +0x9DD2 0xC54B # 0 +0x9DD3 0xC54F # 0 +0x9DD4 0xC550 # 0 +0x9DD5 0xC551 # 0 +0x9DD6 0xC552 # 0 +0x9DD7 0xC556 # 0 +0x9DD8 0xC55A # 0 +0x9DD9 0xC55B # 0 +0x9DDA 0xC55C # 0 +0x9DDB 0xC55F # 0 +0x9DDC 0xC562 # 0 +0x9DDD 0xC563 # 0 +0x9DDE 0xC565 # 0 +0x9DDF 0xC566 # 0 +0x9DE0 0xC567 # 0 +0x9DE1 0xC569 # 0 +0x9DE2 0xC56A # 0 +0x9DE3 0xC56B # 0 +0x9DE4 0xC56C # 0 +0x9DE5 0xC56D # 0 +0x9DE6 0xC56E # 0 +0x9DE7 0xC56F # 0 +0x9DE8 0xC572 # 0 +0x9DE9 0xC576 # 0 +0x9DEA 0xC577 # 0 +0x9DEB 0xC578 # 0 +0x9DEC 0xC579 # 0 +0x9DED 0xC57A # 0 +0x9DEE 0xC57B # 0 +0x9DEF 0xC57E # 0 +0x9DF0 0xC57F # 0 +0x9DF1 0xC581 # 0 +0x9DF2 0xC582 # 0 +0x9DF3 0xC583 # 0 +0x9DF4 0xC585 # 0 +0x9DF5 0xC586 # 0 +0x9DF6 0xC588 # 0 +0x9DF7 0xC589 # 0 +0x9DF8 0xC58A # 0 +0x9DF9 0xC58B # 0 +0x9DFA 0xC58E # 0 +0x9DFB 0xC590 # 0 +0x9DFC 0xC592 # 0 +0x9DFD 0xC593 # 0 +0x9DFE 0xC594 # 0 +0x9E41 0xC596 # 0 +0x9E42 0xC599 # 0 +0x9E43 0xC59A # 0 +0x9E44 0xC59B # 0 +0x9E45 0xC59D # 0 +0x9E46 0xC59E # 0 +0x9E47 0xC59F # 0 +0x9E48 0xC5A1 # 0 +0x9E49 0xC5A2 # 0 +0x9E4A 0xC5A3 # 0 +0x9E4B 0xC5A4 # 0 +0x9E4C 0xC5A5 # 0 +0x9E4D 0xC5A6 # 0 +0x9E4E 0xC5A7 # 0 +0x9E4F 0xC5A8 # 0 +0x9E50 0xC5AA # 0 +0x9E51 0xC5AB # 0 +0x9E52 0xC5AC # 0 +0x9E53 0xC5AD # 0 +0x9E54 0xC5AE # 0 +0x9E55 0xC5AF # 0 +0x9E56 0xC5B0 # 0 +0x9E57 0xC5B1 # 0 +0x9E58 0xC5B2 # 0 +0x9E59 0xC5B3 # 0 +0x9E5A 0xC5B6 # 0 +0x9E61 0xC5B7 # 0 +0x9E62 0xC5BA # 0 +0x9E63 0xC5BF # 0 +0x9E64 0xC5C0 # 0 +0x9E65 0xC5C1 # 0 +0x9E66 0xC5C2 # 0 +0x9E67 0xC5C3 # 0 +0x9E68 0xC5CB # 0 +0x9E69 0xC5CD # 0 +0x9E6A 0xC5CF # 0 +0x9E6B 0xC5D2 # 0 +0x9E6C 0xC5D3 # 0 +0x9E6D 0xC5D5 # 0 +0x9E6E 0xC5D6 # 0 +0x9E6F 0xC5D7 # 0 +0x9E70 0xC5D9 # 0 +0x9E71 0xC5DA # 0 +0x9E72 0xC5DB # 0 +0x9E73 0xC5DC # 0 +0x9E74 0xC5DD # 0 +0x9E75 0xC5DE # 0 +0x9E76 0xC5DF # 0 +0x9E77 0xC5E2 # 0 +0x9E78 0xC5E4 # 0 +0x9E79 0xC5E6 # 0 +0x9E7A 0xC5E7 # 0 +0x9E81 0xC5E8 # 0 +0x9E82 0xC5E9 # 0 +0x9E83 0xC5EA # 0 +0x9E84 0xC5EB # 0 +0x9E85 0xC5EF # 0 +0x9E86 0xC5F1 # 0 +0x9E87 0xC5F2 # 0 +0x9E88 0xC5F3 # 0 +0x9E89 0xC5F5 # 0 +0x9E8A 0xC5F8 # 0 +0x9E8B 0xC5F9 # 0 +0x9E8C 0xC5FA # 0 +0x9E8D 0xC5FB # 0 +0x9E8E 0xC602 # 0 +0x9E8F 0xC603 # 0 +0x9E90 0xC604 # 0 +0x9E91 0xC609 # 0 +0x9E92 0xC60A # 0 +0x9E93 0xC60B # 0 +0x9E94 0xC60D # 0 +0x9E95 0xC60E # 0 +0x9E96 0xC60F # 0 +0x9E97 0xC611 # 0 +0x9E98 0xC612 # 0 +0x9E99 0xC613 # 0 +0x9E9A 0xC614 # 0 +0x9E9B 0xC615 # 0 +0x9E9C 0xC616 # 0 +0x9E9D 0xC617 # 0 +0x9E9E 0xC61A # 0 +0x9E9F 0xC61D # 0 +0x9EA0 0xC61E # 0 +0x9EA1 0xC61F # 0 +0x9EA2 0xC620 # 0 +0x9EA3 0xC621 # 0 +0x9EA4 0xC622 # 0 +0x9EA5 0xC623 # 0 +0x9EA6 0xC626 # 0 +0x9EA7 0xC627 # 0 +0x9EA8 0xC629 # 0 +0x9EA9 0xC62A # 0 +0x9EAA 0xC62B # 0 +0x9EAB 0xC62F # 0 +0x9EAC 0xC631 # 0 +0x9EAD 0xC632 # 0 +0x9EAE 0xC636 # 0 +0x9EAF 0xC638 # 0 +0x9EB0 0xC63A # 0 +0x9EB1 0xC63C # 0 +0x9EB2 0xC63D # 0 +0x9EB3 0xC63E # 0 +0x9EB4 0xC63F # 0 +0x9EB5 0xC642 # 0 +0x9EB6 0xC643 # 0 +0x9EB7 0xC645 # 0 +0x9EB8 0xC646 # 0 +0x9EB9 0xC647 # 0 +0x9EBA 0xC649 # 0 +0x9EBB 0xC64A # 0 +0x9EBC 0xC64B # 0 +0x9EBD 0xC64C # 0 +0x9EBE 0xC64D # 0 +0x9EBF 0xC64E # 0 +0x9EC0 0xC64F # 0 +0x9EC1 0xC652 # 0 +0x9EC2 0xC656 # 0 +0x9EC3 0xC657 # 0 +0x9EC4 0xC658 # 0 +0x9EC5 0xC659 # 0 +0x9EC6 0xC65A # 0 +0x9EC7 0xC65B # 0 +0x9EC8 0xC65E # 0 +0x9EC9 0xC65F # 0 +0x9ECA 0xC661 # 0 +0x9ECB 0xC662 # 0 +0x9ECC 0xC663 # 0 +0x9ECD 0xC664 # 0 +0x9ECE 0xC665 # 0 +0x9ECF 0xC666 # 0 +0x9ED0 0xC667 # 0 +0x9ED1 0xC668 # 0 +0x9ED2 0xC669 # 0 +0x9ED3 0xC66A # 0 +0x9ED4 0xC66B # 0 +0x9ED5 0xC66D # 0 +0x9ED6 0xC66E # 0 +0x9ED7 0xC670 # 0 +0x9ED8 0xC672 # 0 +0x9ED9 0xC673 # 0 +0x9EDA 0xC674 # 0 +0x9EDB 0xC675 # 0 +0x9EDC 0xC676 # 0 +0x9EDD 0xC677 # 0 +0x9EDE 0xC67A # 0 +0x9EDF 0xC67B # 0 +0x9EE0 0xC67D # 0 +0x9EE1 0xC67E # 0 +0x9EE2 0xC67F # 0 +0x9EE3 0xC681 # 0 +0x9EE4 0xC682 # 0 +0x9EE5 0xC683 # 0 +0x9EE6 0xC684 # 0 +0x9EE7 0xC685 # 0 +0x9EE8 0xC686 # 0 +0x9EE9 0xC687 # 0 +0x9EEA 0xC68A # 0 +0x9EEB 0xC68C # 0 +0x9EEC 0xC68E # 0 +0x9EED 0xC68F # 0 +0x9EEE 0xC690 # 0 +0x9EEF 0xC691 # 0 +0x9EF0 0xC692 # 0 +0x9EF1 0xC693 # 0 +0x9EF2 0xC696 # 0 +0x9EF3 0xC697 # 0 +0x9EF4 0xC699 # 0 +0x9EF5 0xC69A # 0 +0x9EF6 0xC69B # 0 +0x9EF7 0xC69D # 0 +0x9EF8 0xC69E # 0 +0x9EF9 0xC69F # 0 +0x9EFA 0xC6A0 # 0 +0x9EFB 0xC6A1 # 0 +0x9EFC 0xC6A2 # 0 +0x9EFD 0xC6A3 # 0 +0x9EFE 0xC6A6 # 0 +0x9F41 0xC6A8 # 0 +0x9F42 0xC6AA # 0 +0x9F43 0xC6AB # 0 +0x9F44 0xC6AC # 0 +0x9F45 0xC6AD # 0 +0x9F46 0xC6AE # 0 +0x9F47 0xC6AF # 0 +0x9F48 0xC6B2 # 0 +0x9F49 0xC6B3 # 0 +0x9F4A 0xC6B5 # 0 +0x9F4B 0xC6B6 # 0 +0x9F4C 0xC6B7 # 0 +0x9F4D 0xC6BB # 0 +0x9F4E 0xC6BC # 0 +0x9F4F 0xC6BD # 0 +0x9F50 0xC6BE # 0 +0x9F51 0xC6BF # 0 +0x9F52 0xC6C2 # 0 +0x9F53 0xC6C4 # 0 +0x9F54 0xC6C6 # 0 +0x9F55 0xC6C7 # 0 +0x9F56 0xC6C8 # 0 +0x9F57 0xC6C9 # 0 +0x9F58 0xC6CA # 0 +0x9F59 0xC6CB # 0 +0x9F5A 0xC6CE # 0 +0x9F61 0xC6CF # 0 +0x9F62 0xC6D1 # 0 +0x9F63 0xC6D2 # 0 +0x9F64 0xC6D3 # 0 +0x9F65 0xC6D5 # 0 +0x9F66 0xC6D6 # 0 +0x9F67 0xC6D7 # 0 +0x9F68 0xC6D8 # 0 +0x9F69 0xC6D9 # 0 +0x9F6A 0xC6DA # 0 +0x9F6B 0xC6DB # 0 +0x9F6C 0xC6DE # 0 +0x9F6D 0xC6DF # 0 +0x9F6E 0xC6E2 # 0 +0x9F6F 0xC6E3 # 0 +0x9F70 0xC6E4 # 0 +0x9F71 0xC6E5 # 0 +0x9F72 0xC6E6 # 0 +0x9F73 0xC6E7 # 0 +0x9F74 0xC6EA # 0 +0x9F75 0xC6EB # 0 +0x9F76 0xC6ED # 0 +0x9F77 0xC6EE # 0 +0x9F78 0xC6EF # 0 +0x9F79 0xC6F1 # 0 +0x9F7A 0xC6F2 # 0 +0x9F81 0xC6F3 # 0 +0x9F82 0xC6F4 # 0 +0x9F83 0xC6F5 # 0 +0x9F84 0xC6F6 # 0 +0x9F85 0xC6F7 # 0 +0x9F86 0xC6FA # 0 +0x9F87 0xC6FB # 0 +0x9F88 0xC6FC # 0 +0x9F89 0xC6FE # 0 +0x9F8A 0xC6FF # 0 +0x9F8B 0xC700 # 0 +0x9F8C 0xC701 # 0 +0x9F8D 0xC702 # 0 +0x9F8E 0xC703 # 0 +0x9F8F 0xC706 # 0 +0x9F90 0xC707 # 0 +0x9F91 0xC709 # 0 +0x9F92 0xC70A # 0 +0x9F93 0xC70B # 0 +0x9F94 0xC70D # 0 +0x9F95 0xC70E # 0 +0x9F96 0xC70F # 0 +0x9F97 0xC710 # 0 +0x9F98 0xC711 # 0 +0x9F99 0xC712 # 0 +0x9F9A 0xC713 # 0 +0x9F9B 0xC716 # 0 +0x9F9C 0xC718 # 0 +0x9F9D 0xC71A # 0 +0x9F9E 0xC71B # 0 +0x9F9F 0xC71C # 0 +0x9FA0 0xC71D # 0 +0x9FA1 0xC71E # 0 +0x9FA2 0xC71F # 0 +0x9FA3 0xC722 # 0 +0x9FA4 0xC723 # 0 +0x9FA5 0xC725 # 0 +0x9FA6 0xC726 # 0 +0x9FA7 0xC727 # 0 +0x9FA8 0xC729 # 0 +0x9FA9 0xC72A # 0 +0x9FAA 0xC72B # 0 +0x9FAB 0xC72C # 0 +0x9FAC 0xC72D # 0 +0x9FAD 0xC72E # 0 +0x9FAE 0xC72F # 0 +0x9FAF 0xC732 # 0 +0x9FB0 0xC734 # 0 +0x9FB1 0xC736 # 0 +0x9FB2 0xC738 # 0 +0x9FB3 0xC739 # 0 +0x9FB4 0xC73A # 0 +0x9FB5 0xC73B # 0 +0x9FB6 0xC73E # 0 +0x9FB7 0xC73F # 0 +0x9FB8 0xC741 # 0 +0x9FB9 0xC742 # 0 +0x9FBA 0xC743 # 0 +0x9FBB 0xC745 # 0 +0x9FBC 0xC746 # 0 +0x9FBD 0xC747 # 0 +0x9FBE 0xC748 # 0 +0x9FBF 0xC749 # 0 +0x9FC0 0xC74B # 0 +0x9FC1 0xC74E # 0 +0x9FC2 0xC750 # 0 +0x9FC3 0xC759 # 0 +0x9FC4 0xC75A # 0 +0x9FC5 0xC75B # 0 +0x9FC6 0xC75D # 0 +0x9FC7 0xC75E # 0 +0x9FC8 0xC75F # 0 +0x9FC9 0xC761 # 0 +0x9FCA 0xC762 # 0 +0x9FCB 0xC763 # 0 +0x9FCC 0xC764 # 0 +0x9FCD 0xC765 # 0 +0x9FCE 0xC766 # 0 +0x9FCF 0xC767 # 0 +0x9FD0 0xC769 # 0 +0x9FD1 0xC76A # 0 +0x9FD2 0xC76C # 0 +0x9FD3 0xC76D # 0 +0x9FD4 0xC76E # 0 +0x9FD5 0xC76F # 0 +0x9FD6 0xC770 # 0 +0x9FD7 0xC771 # 0 +0x9FD8 0xC772 # 0 +0x9FD9 0xC773 # 0 +0x9FDA 0xC776 # 0 +0x9FDB 0xC777 # 0 +0x9FDC 0xC779 # 0 +0x9FDD 0xC77A # 0 +0x9FDE 0xC77B # 0 +0x9FDF 0xC77F # 0 +0x9FE0 0xC780 # 0 +0x9FE1 0xC781 # 0 +0x9FE2 0xC782 # 0 +0x9FE3 0xC786 # 0 +0x9FE4 0xC78B # 0 +0x9FE5 0xC78C # 0 +0x9FE6 0xC78D # 0 +0x9FE7 0xC78F # 0 +0x9FE8 0xC792 # 0 +0x9FE9 0xC793 # 0 +0x9FEA 0xC795 # 0 +0x9FEB 0xC799 # 0 +0x9FEC 0xC79B # 0 +0x9FED 0xC79C # 0 +0x9FEE 0xC79D # 0 +0x9FEF 0xC79E # 0 +0x9FF0 0xC79F # 0 +0x9FF1 0xC7A2 # 0 +0x9FF2 0xC7A7 # 0 +0x9FF3 0xC7A8 # 0 +0x9FF4 0xC7A9 # 0 +0x9FF5 0xC7AA # 0 +0x9FF6 0xC7AB # 0 +0x9FF7 0xC7AE # 0 +0x9FF8 0xC7AF # 0 +0x9FF9 0xC7B1 # 0 +0x9FFA 0xC7B2 # 0 +0x9FFB 0xC7B3 # 0 +0x9FFC 0xC7B5 # 0 +0x9FFD 0xC7B6 # 0 +0x9FFE 0xC7B7 # 0 +0xA041 0xC7B8 # 0 +0xA042 0xC7B9 # 0 +0xA043 0xC7BA # 0 +0xA044 0xC7BB # 0 +0xA045 0xC7BE # 0 +0xA046 0xC7C2 # 0 +0xA047 0xC7C3 # 0 +0xA048 0xC7C4 # 0 +0xA049 0xC7C5 # 0 +0xA04A 0xC7C6 # 0 +0xA04B 0xC7C7 # 0 +0xA04C 0xC7CA # 0 +0xA04D 0xC7CB # 0 +0xA04E 0xC7CD # 0 +0xA04F 0xC7CF # 0 +0xA050 0xC7D1 # 0 +0xA051 0xC7D2 # 0 +0xA052 0xC7D3 # 0 +0xA053 0xC7D4 # 0 +0xA054 0xC7D5 # 0 +0xA055 0xC7D6 # 0 +0xA056 0xC7D7 # 0 +0xA057 0xC7D9 # 0 +0xA058 0xC7DA # 0 +0xA059 0xC7DB # 0 +0xA05A 0xC7DC # 0 +0xA061 0xC7DE # 0 +0xA062 0xC7DF # 0 +0xA063 0xC7E0 # 0 +0xA064 0xC7E1 # 0 +0xA065 0xC7E2 # 0 +0xA066 0xC7E3 # 0 +0xA067 0xC7E5 # 0 +0xA068 0xC7E6 # 0 +0xA069 0xC7E7 # 0 +0xA06A 0xC7E9 # 0 +0xA06B 0xC7EA # 0 +0xA06C 0xC7EB # 0 +0xA06D 0xC7ED # 0 +0xA06E 0xC7EE # 0 +0xA06F 0xC7EF # 0 +0xA070 0xC7F0 # 0 +0xA071 0xC7F1 # 0 +0xA072 0xC7F2 # 0 +0xA073 0xC7F3 # 0 +0xA074 0xC7F4 # 0 +0xA075 0xC7F5 # 0 +0xA076 0xC7F6 # 0 +0xA077 0xC7F7 # 0 +0xA078 0xC7F8 # 0 +0xA079 0xC7F9 # 0 +0xA07A 0xC7FA # 0 +0xA081 0xC7FB # 0 +0xA082 0xC7FC # 0 +0xA083 0xC7FD # 0 +0xA084 0xC7FE # 0 +0xA085 0xC7FF # 0 +0xA086 0xC802 # 0 +0xA087 0xC803 # 0 +0xA088 0xC805 # 0 +0xA089 0xC806 # 0 +0xA08A 0xC807 # 0 +0xA08B 0xC809 # 0 +0xA08C 0xC80B # 0 +0xA08D 0xC80C # 0 +0xA08E 0xC80D # 0 +0xA08F 0xC80E # 0 +0xA090 0xC80F # 0 +0xA091 0xC812 # 0 +0xA092 0xC814 # 0 +0xA093 0xC817 # 0 +0xA094 0xC818 # 0 +0xA095 0xC819 # 0 +0xA096 0xC81A # 0 +0xA097 0xC81B # 0 +0xA098 0xC81E # 0 +0xA099 0xC81F # 0 +0xA09A 0xC821 # 0 +0xA09B 0xC822 # 0 +0xA09C 0xC823 # 0 +0xA09D 0xC825 # 0 +0xA09E 0xC826 # 0 +0xA09F 0xC827 # 0 +0xA0A0 0xC828 # 0 +0xA0A1 0xC829 # 0 +0xA0A2 0xC82A # 0 +0xA0A3 0xC82B # 0 +0xA0A4 0xC82E # 0 +0xA0A5 0xC830 # 0 +0xA0A6 0xC832 # 0 +0xA0A7 0xC833 # 0 +0xA0A8 0xC834 # 0 +0xA0A9 0xC835 # 0 +0xA0AA 0xC836 # 0 +0xA0AB 0xC837 # 0 +0xA0AC 0xC839 # 0 +0xA0AD 0xC83A # 0 +0xA0AE 0xC83B # 0 +0xA0AF 0xC83D # 0 +0xA0B0 0xC83E # 0 +0xA0B1 0xC83F # 0 +0xA0B2 0xC841 # 0 +0xA0B3 0xC842 # 0 +0xA0B4 0xC843 # 0 +0xA0B5 0xC844 # 0 +0xA0B6 0xC845 # 0 +0xA0B7 0xC846 # 0 +0xA0B8 0xC847 # 0 +0xA0B9 0xC84A # 0 +0xA0BA 0xC84B # 0 +0xA0BB 0xC84E # 0 +0xA0BC 0xC84F # 0 +0xA0BD 0xC850 # 0 +0xA0BE 0xC851 # 0 +0xA0BF 0xC852 # 0 +0xA0C0 0xC853 # 0 +0xA0C1 0xC855 # 0 +0xA0C2 0xC856 # 0 +0xA0C3 0xC857 # 0 +0xA0C4 0xC858 # 0 +0xA0C5 0xC859 # 0 +0xA0C6 0xC85A # 0 +0xA0C7 0xC85B # 0 +0xA0C8 0xC85C # 0 +0xA0C9 0xC85D # 0 +0xA0CA 0xC85E # 0 +0xA0CB 0xC85F # 0 +0xA0CC 0xC860 # 0 +0xA0CD 0xC861 # 0 +0xA0CE 0xC862 # 0 +0xA0CF 0xC863 # 0 +0xA0D0 0xC864 # 0 +0xA0D1 0xC865 # 0 +0xA0D2 0xC866 # 0 +0xA0D3 0xC867 # 0 +0xA0D4 0xC868 # 0 +0xA0D5 0xC869 # 0 +0xA0D6 0xC86A # 0 +0xA0D7 0xC86B # 0 +0xA0D8 0xC86C # 0 +0xA0D9 0xC86D # 0 +0xA0DA 0xC86E # 0 +0xA0DB 0xC86F # 0 +0xA0DC 0xC872 # 0 +0xA0DD 0xC873 # 0 +0xA0DE 0xC875 # 0 +0xA0DF 0xC876 # 0 +0xA0E0 0xC877 # 0 +0xA0E1 0xC879 # 0 +0xA0E2 0xC87B # 0 +0xA0E3 0xC87C # 0 +0xA0E4 0xC87D # 0 +0xA0E5 0xC87E # 0 +0xA0E6 0xC87F # 0 +0xA0E7 0xC882 # 0 +0xA0E8 0xC884 # 0 +0xA0E9 0xC888 # 0 +0xA0EA 0xC889 # 0 +0xA0EB 0xC88A # 0 +0xA0EC 0xC88E # 0 +0xA0ED 0xC88F # 0 +0xA0EE 0xC890 # 0 +0xA0EF 0xC891 # 0 +0xA0F0 0xC892 # 0 +0xA0F1 0xC893 # 0 +0xA0F2 0xC895 # 0 +0xA0F3 0xC896 # 0 +0xA0F4 0xC897 # 0 +0xA0F5 0xC898 # 0 +0xA0F6 0xC899 # 0 +0xA0F7 0xC89A # 0 +0xA0F8 0xC89B # 0 +0xA0F9 0xC89C # 0 +0xA0FA 0xC89E # 0 +0xA0FB 0xC8A0 # 0 +0xA0FC 0xC8A2 # 0 +0xA0FD 0xC8A3 # 0 +0xA0FE 0xC8A4 # 0 +0xA141 0xC8A5 # 0 +0xA142 0xC8A6 # 0 +0xA143 0xC8A7 # 0 +0xA144 0xC8A9 # 0 +0xA145 0xC8AA # 0 +0xA146 0xC8AB # 0 +0xA147 0xC8AC # 0 +0xA148 0xC8AD # 0 +0xA149 0xC8AE # 0 +0xA14A 0xC8AF # 0 +0xA14B 0xC8B0 # 0 +0xA14C 0xC8B1 # 0 +0xA14D 0xC8B2 # 0 +0xA14E 0xC8B3 # 0 +0xA14F 0xC8B4 # 0 +0xA150 0xC8B5 # 0 +0xA151 0xC8B6 # 0 +0xA152 0xC8B7 # 0 +0xA153 0xC8B8 # 0 +0xA154 0xC8B9 # 0 +0xA155 0xC8BA # 0 +0xA156 0xC8BB # 0 +0xA157 0xC8BE # 0 +0xA158 0xC8BF # 0 +0xA159 0xC8C0 # 0 +0xA15A 0xC8C1 # 0 +0xA161 0xC8C2 # 0 +0xA162 0xC8C3 # 0 +0xA163 0xC8C5 # 0 +0xA164 0xC8C6 # 0 +0xA165 0xC8C7 # 0 +0xA166 0xC8C9 # 0 +0xA167 0xC8CA # 0 +0xA168 0xC8CB # 0 +0xA169 0xC8CD # 0 +0xA16A 0xC8CE # 0 +0xA16B 0xC8CF # 0 +0xA16C 0xC8D0 # 0 +0xA16D 0xC8D1 # 0 +0xA16E 0xC8D2 # 0 +0xA16F 0xC8D3 # 0 +0xA170 0xC8D6 # 0 +0xA171 0xC8D8 # 0 +0xA172 0xC8DA # 0 +0xA173 0xC8DB # 0 +0xA174 0xC8DC # 0 +0xA175 0xC8DD # 0 +0xA176 0xC8DE # 0 +0xA177 0xC8DF # 0 +0xA178 0xC8E2 # 0 +0xA179 0xC8E3 # 0 +0xA17A 0xC8E5 # 0 +0xA181 0xC8E6 # 0 +0xA182 0xC8E7 # 0 +0xA183 0xC8E8 # 0 +0xA184 0xC8E9 # 0 +0xA185 0xC8EA # 0 +0xA186 0xC8EB # 0 +0xA187 0xC8EC # 0 +0xA188 0xC8ED # 0 +0xA189 0xC8EE # 0 +0xA18A 0xC8EF # 0 +0xA18B 0xC8F0 # 0 +0xA18C 0xC8F1 # 0 +0xA18D 0xC8F2 # 0 +0xA18E 0xC8F3 # 0 +0xA18F 0xC8F4 # 0 +0xA190 0xC8F6 # 0 +0xA191 0xC8F7 # 0 +0xA192 0xC8F8 # 0 +0xA193 0xC8F9 # 0 +0xA194 0xC8FA # 0 +0xA195 0xC8FB # 0 +0xA196 0xC8FE # 0 +0xA197 0xC8FF # 0 +0xA198 0xC901 # 0 +0xA199 0xC902 # 0 +0xA19A 0xC903 # 0 +0xA19B 0xC907 # 0 +0xA19C 0xC908 # 0 +0xA19D 0xC909 # 0 +0xA19E 0xC90A # 0 +0xA19F 0xC90B # 0 +0xA1A0 0xC90E # 0 +0xA1A1 0x3000 # 0 +0xA1A2 0x3001 # 0 +0xA1A3 0x3002 # 0 +0xA1A4 0x00B7 # 0 +0xA1A5 0x2025 # 0 +0xA1A6 0x2026 # 0 +0xA1A7 0x00A8 # 0 +0xA1A8 0x3003 # 0 +0xA1A9 0x00AD # 0 +0xA1AA 0x2015 # 0 +0xA1AB 0x2225 # 0 +0xA1AC 0xFF3C # 0 +0xA1AD 0x223C # 0 +0xA1AE 0x2018 # 0 +0xA1AF 0x2019 # 0 +0xA1B0 0x201C # 0 +0xA1B1 0x201D # 0 +0xA1B2 0x3014 # 0 +0xA1B3 0x3015 # 0 +0xA1B4 0x3008 # 0 +0xA1B5 0x3009 # 0 +0xA1B6 0x300A # 0 +0xA1B7 0x300B # 0 +0xA1B8 0x300C # 0 +0xA1B9 0x300D # 0 +0xA1BA 0x300E # 0 +0xA1BB 0x300F # 0 +0xA1BC 0x3010 # 0 +0xA1BD 0x3011 # 0 +0xA1BE 0x00B1 # 0 +0xA1BF 0x00D7 # 0 +0xA1C0 0x00F7 # 0 +0xA1C1 0x2260 # 0 +0xA1C2 0x2264 # 0 +0xA1C3 0x2265 # 0 +0xA1C4 0x221E # 0 +0xA1C5 0x2234 # 0 +0xA1C6 0x00B0 # 0 +0xA1C7 0x2032 # 0 +0xA1C8 0x2033 # 0 +0xA1C9 0x2103 # 0 +0xA1CA 0x212B # 0 +0xA1CB 0xFFE0 # 0 +0xA1CC 0xFFE1 # 0 +0xA1CD 0xFFE5 # 0 +0xA1CE 0x2642 # 0 +0xA1CF 0x2640 # 0 +0xA1D0 0x2220 # 0 +0xA1D1 0x22A5 # 0 +0xA1D2 0x2312 # 0 +0xA1D3 0x2202 # 0 +0xA1D4 0x2207 # 0 +0xA1D5 0x2261 # 0 +0xA1D6 0x2252 # 0 +0xA1D7 0x00A7 # 0 +0xA1D8 0x203B # 0 +0xA1D9 0x2606 # 0 +0xA1DA 0x2605 # 0 +0xA1DB 0x25CB # 0 +0xA1DC 0x25CF # 0 +0xA1DD 0x25CE # 0 +0xA1DE 0x25C7 # 0 +0xA1DF 0x25C6 # 0 +0xA1E0 0x25A1 # 0 +0xA1E1 0x25A0 # 0 +0xA1E2 0x25B3 # 0 +0xA1E3 0x25B2 # 0 +0xA1E4 0x25BD # 0 +0xA1E5 0x25BC # 0 +0xA1E6 0x2192 # 0 +0xA1E7 0x2190 # 0 +0xA1E8 0x2191 # 0 +0xA1E9 0x2193 # 0 +0xA1EA 0x2194 # 0 +0xA1EB 0x3013 # 0 +0xA1EC 0x226A # 0 +0xA1ED 0x226B # 0 +0xA1EE 0x221A # 0 +0xA1EF 0x223D # 0 +0xA1F0 0x221D # 0 +0xA1F1 0x2235 # 0 +0xA1F2 0x222B # 0 +0xA1F3 0x222C # 0 +0xA1F4 0x2208 # 0 +0xA1F5 0x220B # 0 +0xA1F6 0x2286 # 0 +0xA1F7 0x2287 # 0 +0xA1F8 0x2282 # 0 +0xA1F9 0x2283 # 0 +0xA1FA 0x222A # 0 +0xA1FB 0x2229 # 0 +0xA1FC 0x2227 # 0 +0xA1FD 0x2228 # 0 +0xA1FE 0xFFE2 # 0 +0xA241 0xC910 # 0 +0xA242 0xC912 # 0 +0xA243 0xC913 # 0 +0xA244 0xC914 # 0 +0xA245 0xC915 # 0 +0xA246 0xC916 # 0 +0xA247 0xC917 # 0 +0xA248 0xC919 # 0 +0xA249 0xC91A # 0 +0xA24A 0xC91B # 0 +0xA24B 0xC91C # 0 +0xA24C 0xC91D # 0 +0xA24D 0xC91E # 0 +0xA24E 0xC91F # 0 +0xA24F 0xC920 # 0 +0xA250 0xC921 # 0 +0xA251 0xC922 # 0 +0xA252 0xC923 # 0 +0xA253 0xC924 # 0 +0xA254 0xC925 # 0 +0xA255 0xC926 # 0 +0xA256 0xC927 # 0 +0xA257 0xC928 # 0 +0xA258 0xC929 # 0 +0xA259 0xC92A # 0 +0xA25A 0xC92B # 0 +0xA261 0xC92D # 0 +0xA262 0xC92E # 0 +0xA263 0xC92F # 0 +0xA264 0xC930 # 0 +0xA265 0xC931 # 0 +0xA266 0xC932 # 0 +0xA267 0xC933 # 0 +0xA268 0xC935 # 0 +0xA269 0xC936 # 0 +0xA26A 0xC937 # 0 +0xA26B 0xC938 # 0 +0xA26C 0xC939 # 0 +0xA26D 0xC93A # 0 +0xA26E 0xC93B # 0 +0xA26F 0xC93C # 0 +0xA270 0xC93D # 0 +0xA271 0xC93E # 0 +0xA272 0xC93F # 0 +0xA273 0xC940 # 0 +0xA274 0xC941 # 0 +0xA275 0xC942 # 0 +0xA276 0xC943 # 0 +0xA277 0xC944 # 0 +0xA278 0xC945 # 0 +0xA279 0xC946 # 0 +0xA27A 0xC947 # 0 +0xA281 0xC948 # 0 +0xA282 0xC949 # 0 +0xA283 0xC94A # 0 +0xA284 0xC94B # 0 +0xA285 0xC94C # 0 +0xA286 0xC94D # 0 +0xA287 0xC94E # 0 +0xA288 0xC94F # 0 +0xA289 0xC952 # 0 +0xA28A 0xC953 # 0 +0xA28B 0xC955 # 0 +0xA28C 0xC956 # 0 +0xA28D 0xC957 # 0 +0xA28E 0xC959 # 0 +0xA28F 0xC95A # 0 +0xA290 0xC95B # 0 +0xA291 0xC95C # 0 +0xA292 0xC95D # 0 +0xA293 0xC95E # 0 +0xA294 0xC95F # 0 +0xA295 0xC962 # 0 +0xA296 0xC964 # 0 +0xA297 0xC965 # 0 +0xA298 0xC966 # 0 +0xA299 0xC967 # 0 +0xA29A 0xC968 # 0 +0xA29B 0xC969 # 0 +0xA29C 0xC96A # 0 +0xA29D 0xC96B # 0 +0xA29E 0xC96D # 0 +0xA29F 0xC96E # 0 +0xA2A0 0xC96F # 0 +0xA2A1 0x21D2 # 0 +0xA2A2 0x21D4 # 0 +0xA2A3 0x2200 # 0 +0xA2A4 0x2203 # 0 +0xA2A5 0x00B4 # 0 +0xA2A6 0xFF5E # 0 +0xA2A7 0x02C7 # 0 +0xA2A8 0x02D8 # 0 +0xA2A9 0x02DD # 0 +0xA2AA 0x02DA # 0 +0xA2AB 0x02D9 # 0 +0xA2AC 0x00B8 # 0 +0xA2AD 0x02DB # 0 +0xA2AE 0x00A1 # 0 +0xA2AF 0x00BF # 0 +0xA2B0 0x02D0 # 0 +0xA2B1 0x222E # 0 +0xA2B2 0x2211 # 0 +0xA2B3 0x220F # 0 +0xA2B4 0x00A4 # 0 +0xA2B5 0x2109 # 0 +0xA2B6 0x2030 # 0 +0xA2B7 0x25C1 # 0 +0xA2B8 0x25C0 # 0 +0xA2B9 0x25B7 # 0 +0xA2BA 0x25B6 # 0 +0xA2BB 0x2664 # 0 +0xA2BC 0x2660 # 0 +0xA2BD 0x2661 # 0 +0xA2BE 0x2665 # 0 +0xA2BF 0x2667 # 0 +0xA2C0 0x2663 # 0 +0xA2C1 0x2299 # 0 +0xA2C2 0x25C8 # 0 +0xA2C3 0x25A3 # 0 +0xA2C4 0x25D0 # 0 +0xA2C5 0x25D1 # 0 +0xA2C6 0x2592 # 0 +0xA2C7 0x25A4 # 0 +0xA2C8 0x25A5 # 0 +0xA2C9 0x25A8 # 0 +0xA2CA 0x25A7 # 0 +0xA2CB 0x25A6 # 0 +0xA2CC 0x25A9 # 0 +0xA2CD 0x2668 # 0 +0xA2CE 0x260F # 0 +0xA2CF 0x260E # 0 +0xA2D0 0x261C # 0 +0xA2D1 0x261E # 0 +0xA2D2 0x00B6 # 0 +0xA2D3 0x2020 # 0 +0xA2D4 0x2021 # 0 +0xA2D5 0x2195 # 0 +0xA2D6 0x2197 # 0 +0xA2D7 0x2199 # 0 +0xA2D8 0x2196 # 0 +0xA2D9 0x2198 # 0 +0xA2DA 0x266D # 0 +0xA2DB 0x2669 # 0 +0xA2DC 0x266A # 0 +0xA2DD 0x266C # 0 +0xA2DE 0x327F # 0 +0xA2DF 0x321C # 0 +0xA2E0 0x2116 # 0 +0xA2E1 0x33C7 # 0 +0xA2E2 0x2122 # 0 +0xA2E3 0x33C2 # 0 +0xA2E4 0x33D8 # 0 +0xA2E5 0x2121 # 0 +0xA2E6 0x20AC # 0 +0xA2E7 0x00AE # 0 +0xA341 0xC971 # 0 +0xA342 0xC972 # 0 +0xA343 0xC973 # 0 +0xA344 0xC975 # 0 +0xA345 0xC976 # 0 +0xA346 0xC977 # 0 +0xA347 0xC978 # 0 +0xA348 0xC979 # 0 +0xA349 0xC97A # 0 +0xA34A 0xC97B # 0 +0xA34B 0xC97D # 0 +0xA34C 0xC97E # 0 +0xA34D 0xC97F # 0 +0xA34E 0xC980 # 0 +0xA34F 0xC981 # 0 +0xA350 0xC982 # 0 +0xA351 0xC983 # 0 +0xA352 0xC984 # 0 +0xA353 0xC985 # 0 +0xA354 0xC986 # 0 +0xA355 0xC987 # 0 +0xA356 0xC98A # 0 +0xA357 0xC98B # 0 +0xA358 0xC98D # 0 +0xA359 0xC98E # 0 +0xA35A 0xC98F # 0 +0xA361 0xC991 # 0 +0xA362 0xC992 # 0 +0xA363 0xC993 # 0 +0xA364 0xC994 # 0 +0xA365 0xC995 # 0 +0xA366 0xC996 # 0 +0xA367 0xC997 # 0 +0xA368 0xC99A # 0 +0xA369 0xC99C # 0 +0xA36A 0xC99E # 0 +0xA36B 0xC99F # 0 +0xA36C 0xC9A0 # 0 +0xA36D 0xC9A1 # 0 +0xA36E 0xC9A2 # 0 +0xA36F 0xC9A3 # 0 +0xA370 0xC9A4 # 0 +0xA371 0xC9A5 # 0 +0xA372 0xC9A6 # 0 +0xA373 0xC9A7 # 0 +0xA374 0xC9A8 # 0 +0xA375 0xC9A9 # 0 +0xA376 0xC9AA # 0 +0xA377 0xC9AB # 0 +0xA378 0xC9AC # 0 +0xA379 0xC9AD # 0 +0xA37A 0xC9AE # 0 +0xA381 0xC9AF # 0 +0xA382 0xC9B0 # 0 +0xA383 0xC9B1 # 0 +0xA384 0xC9B2 # 0 +0xA385 0xC9B3 # 0 +0xA386 0xC9B4 # 0 +0xA387 0xC9B5 # 0 +0xA388 0xC9B6 # 0 +0xA389 0xC9B7 # 0 +0xA38A 0xC9B8 # 0 +0xA38B 0xC9B9 # 0 +0xA38C 0xC9BA # 0 +0xA38D 0xC9BB # 0 +0xA38E 0xC9BC # 0 +0xA38F 0xC9BD # 0 +0xA390 0xC9BE # 0 +0xA391 0xC9BF # 0 +0xA392 0xC9C2 # 0 +0xA393 0xC9C3 # 0 +0xA394 0xC9C5 # 0 +0xA395 0xC9C6 # 0 +0xA396 0xC9C9 # 0 +0xA397 0xC9CB # 0 +0xA398 0xC9CC # 0 +0xA399 0xC9CD # 0 +0xA39A 0xC9CE # 0 +0xA39B 0xC9CF # 0 +0xA39C 0xC9D2 # 0 +0xA39D 0xC9D4 # 0 +0xA39E 0xC9D7 # 0 +0xA39F 0xC9D8 # 0 +0xA3A0 0xC9DB # 0 +0xA3A1 0xFF01 # 0 +0xA3A2 0xFF02 # 0 +0xA3A3 0xFF03 # 0 +0xA3A4 0xFF04 # 0 +0xA3A5 0xFF05 # 0 +0xA3A6 0xFF06 # 0 +0xA3A7 0xFF07 # 0 +0xA3A8 0xFF08 # 0 +0xA3A9 0xFF09 # 0 +0xA3AA 0xFF0A # 0 +0xA3AB 0xFF0B # 0 +0xA3AC 0xFF0C # 0 +0xA3AD 0xFF0D # 0 +0xA3AE 0xFF0E # 0 +0xA3AF 0xFF0F # 0 +0xA3B0 0xFF10 # 0 +0xA3B1 0xFF11 # 0 +0xA3B2 0xFF12 # 0 +0xA3B3 0xFF13 # 0 +0xA3B4 0xFF14 # 0 +0xA3B5 0xFF15 # 0 +0xA3B6 0xFF16 # 0 +0xA3B7 0xFF17 # 0 +0xA3B8 0xFF18 # 0 +0xA3B9 0xFF19 # 0 +0xA3BA 0xFF1A # 0 +0xA3BB 0xFF1B # 0 +0xA3BC 0xFF1C # 0 +0xA3BD 0xFF1D # 0 +0xA3BE 0xFF1E # 0 +0xA3BF 0xFF1F # 0 +0xA3C0 0xFF20 # 0 +0xA3C1 0xFF21 # 0 +0xA3C2 0xFF22 # 0 +0xA3C3 0xFF23 # 0 +0xA3C4 0xFF24 # 0 +0xA3C5 0xFF25 # 0 +0xA3C6 0xFF26 # 0 +0xA3C7 0xFF27 # 0 +0xA3C8 0xFF28 # 0 +0xA3C9 0xFF29 # 0 +0xA3CA 0xFF2A # 0 +0xA3CB 0xFF2B # 0 +0xA3CC 0xFF2C # 0 +0xA3CD 0xFF2D # 0 +0xA3CE 0xFF2E # 0 +0xA3CF 0xFF2F # 0 +0xA3D0 0xFF30 # 0 +0xA3D1 0xFF31 # 0 +0xA3D2 0xFF32 # 0 +0xA3D3 0xFF33 # 0 +0xA3D4 0xFF34 # 0 +0xA3D5 0xFF35 # 0 +0xA3D6 0xFF36 # 0 +0xA3D7 0xFF37 # 0 +0xA3D8 0xFF38 # 0 +0xA3D9 0xFF39 # 0 +0xA3DA 0xFF3A # 0 +0xA3DB 0xFF3B # 0 +0xA3DC 0xFFE6 # 0 +0xA3DD 0xFF3D # 0 +0xA3DE 0xFF3E # 0 +0xA3DF 0xFF3F # 0 +0xA3E0 0xFF40 # 0 +0xA3E1 0xFF41 # 0 +0xA3E2 0xFF42 # 0 +0xA3E3 0xFF43 # 0 +0xA3E4 0xFF44 # 0 +0xA3E5 0xFF45 # 0 +0xA3E6 0xFF46 # 0 +0xA3E7 0xFF47 # 0 +0xA3E8 0xFF48 # 0 +0xA3E9 0xFF49 # 0 +0xA3EA 0xFF4A # 0 +0xA3EB 0xFF4B # 0 +0xA3EC 0xFF4C # 0 +0xA3ED 0xFF4D # 0 +0xA3EE 0xFF4E # 0 +0xA3EF 0xFF4F # 0 +0xA3F0 0xFF50 # 0 +0xA3F1 0xFF51 # 0 +0xA3F2 0xFF52 # 0 +0xA3F3 0xFF53 # 0 +0xA3F4 0xFF54 # 0 +0xA3F5 0xFF55 # 0 +0xA3F6 0xFF56 # 0 +0xA3F7 0xFF57 # 0 +0xA3F8 0xFF58 # 0 +0xA3F9 0xFF59 # 0 +0xA3FA 0xFF5A # 0 +0xA3FB 0xFF5B # 0 +0xA3FC 0xFF5C # 0 +0xA3FD 0xFF5D # 0 +0xA3FE 0xFFE3 # 0 +0xA441 0xC9DE # 0 +0xA442 0xC9DF # 0 +0xA443 0xC9E1 # 0 +0xA444 0xC9E3 # 0 +0xA445 0xC9E5 # 0 +0xA446 0xC9E6 # 0 +0xA447 0xC9E8 # 0 +0xA448 0xC9E9 # 0 +0xA449 0xC9EA # 0 +0xA44A 0xC9EB # 0 +0xA44B 0xC9EE # 0 +0xA44C 0xC9F2 # 0 +0xA44D 0xC9F3 # 0 +0xA44E 0xC9F4 # 0 +0xA44F 0xC9F5 # 0 +0xA450 0xC9F6 # 0 +0xA451 0xC9F7 # 0 +0xA452 0xC9FA # 0 +0xA453 0xC9FB # 0 +0xA454 0xC9FD # 0 +0xA455 0xC9FE # 0 +0xA456 0xC9FF # 0 +0xA457 0xCA01 # 0 +0xA458 0xCA02 # 0 +0xA459 0xCA03 # 0 +0xA45A 0xCA04 # 0 +0xA461 0xCA05 # 0 +0xA462 0xCA06 # 0 +0xA463 0xCA07 # 0 +0xA464 0xCA0A # 0 +0xA465 0xCA0E # 0 +0xA466 0xCA0F # 0 +0xA467 0xCA10 # 0 +0xA468 0xCA11 # 0 +0xA469 0xCA12 # 0 +0xA46A 0xCA13 # 0 +0xA46B 0xCA15 # 0 +0xA46C 0xCA16 # 0 +0xA46D 0xCA17 # 0 +0xA46E 0xCA19 # 0 +0xA46F 0xCA1A # 0 +0xA470 0xCA1B # 0 +0xA471 0xCA1C # 0 +0xA472 0xCA1D # 0 +0xA473 0xCA1E # 0 +0xA474 0xCA1F # 0 +0xA475 0xCA20 # 0 +0xA476 0xCA21 # 0 +0xA477 0xCA22 # 0 +0xA478 0xCA23 # 0 +0xA479 0xCA24 # 0 +0xA47A 0xCA25 # 0 +0xA481 0xCA26 # 0 +0xA482 0xCA27 # 0 +0xA483 0xCA28 # 0 +0xA484 0xCA2A # 0 +0xA485 0xCA2B # 0 +0xA486 0xCA2C # 0 +0xA487 0xCA2D # 0 +0xA488 0xCA2E # 0 +0xA489 0xCA2F # 0 +0xA48A 0xCA30 # 0 +0xA48B 0xCA31 # 0 +0xA48C 0xCA32 # 0 +0xA48D 0xCA33 # 0 +0xA48E 0xCA34 # 0 +0xA48F 0xCA35 # 0 +0xA490 0xCA36 # 0 +0xA491 0xCA37 # 0 +0xA492 0xCA38 # 0 +0xA493 0xCA39 # 0 +0xA494 0xCA3A # 0 +0xA495 0xCA3B # 0 +0xA496 0xCA3C # 0 +0xA497 0xCA3D # 0 +0xA498 0xCA3E # 0 +0xA499 0xCA3F # 0 +0xA49A 0xCA40 # 0 +0xA49B 0xCA41 # 0 +0xA49C 0xCA42 # 0 +0xA49D 0xCA43 # 0 +0xA49E 0xCA44 # 0 +0xA49F 0xCA45 # 0 +0xA4A0 0xCA46 # 0 +0xA4A1 0x3131 # 0 +0xA4A2 0x3132 # 0 +0xA4A3 0x3133 # 0 +0xA4A4 0x3134 # 0 +0xA4A5 0x3135 # 0 +0xA4A6 0x3136 # 0 +0xA4A7 0x3137 # 0 +0xA4A8 0x3138 # 0 +0xA4A9 0x3139 # 0 +0xA4AA 0x313A # 0 +0xA4AB 0x313B # 0 +0xA4AC 0x313C # 0 +0xA4AD 0x313D # 0 +0xA4AE 0x313E # 0 +0xA4AF 0x313F # 0 +0xA4B0 0x3140 # 0 +0xA4B1 0x3141 # 0 +0xA4B2 0x3142 # 0 +0xA4B3 0x3143 # 0 +0xA4B4 0x3144 # 0 +0xA4B5 0x3145 # 0 +0xA4B6 0x3146 # 0 +0xA4B7 0x3147 # 0 +0xA4B8 0x3148 # 0 +0xA4B9 0x3149 # 0 +0xA4BA 0x314A # 0 +0xA4BB 0x314B # 0 +0xA4BC 0x314C # 0 +0xA4BD 0x314D # 0 +0xA4BE 0x314E # 0 +0xA4BF 0x314F # 0 +0xA4C0 0x3150 # 0 +0xA4C1 0x3151 # 0 +0xA4C2 0x3152 # 0 +0xA4C3 0x3153 # 0 +0xA4C4 0x3154 # 0 +0xA4C5 0x3155 # 0 +0xA4C6 0x3156 # 0 +0xA4C7 0x3157 # 0 +0xA4C8 0x3158 # 0 +0xA4C9 0x3159 # 0 +0xA4CA 0x315A # 0 +0xA4CB 0x315B # 0 +0xA4CC 0x315C # 0 +0xA4CD 0x315D # 0 +0xA4CE 0x315E # 0 +0xA4CF 0x315F # 0 +0xA4D0 0x3160 # 0 +0xA4D1 0x3161 # 0 +0xA4D2 0x3162 # 0 +0xA4D3 0x3163 # 0 +0xA4D4 0x3164 # 0 +0xA4D5 0x3165 # 0 +0xA4D6 0x3166 # 0 +0xA4D7 0x3167 # 0 +0xA4D8 0x3168 # 0 +0xA4D9 0x3169 # 0 +0xA4DA 0x316A # 0 +0xA4DB 0x316B # 0 +0xA4DC 0x316C # 0 +0xA4DD 0x316D # 0 +0xA4DE 0x316E # 0 +0xA4DF 0x316F # 0 +0xA4E0 0x3170 # 0 +0xA4E1 0x3171 # 0 +0xA4E2 0x3172 # 0 +0xA4E3 0x3173 # 0 +0xA4E4 0x3174 # 0 +0xA4E5 0x3175 # 0 +0xA4E6 0x3176 # 0 +0xA4E7 0x3177 # 0 +0xA4E8 0x3178 # 0 +0xA4E9 0x3179 # 0 +0xA4EA 0x317A # 0 +0xA4EB 0x317B # 0 +0xA4EC 0x317C # 0 +0xA4ED 0x317D # 0 +0xA4EE 0x317E # 0 +0xA4EF 0x317F # 0 +0xA4F0 0x3180 # 0 +0xA4F1 0x3181 # 0 +0xA4F2 0x3182 # 0 +0xA4F3 0x3183 # 0 +0xA4F4 0x3184 # 0 +0xA4F5 0x3185 # 0 +0xA4F6 0x3186 # 0 +0xA4F7 0x3187 # 0 +0xA4F8 0x3188 # 0 +0xA4F9 0x3189 # 0 +0xA4FA 0x318A # 0 +0xA4FB 0x318B # 0 +0xA4FC 0x318C # 0 +0xA4FD 0x318D # 0 +0xA4FE 0x318E # 0 +0xA541 0xCA47 # 0 +0xA542 0xCA48 # 0 +0xA543 0xCA49 # 0 +0xA544 0xCA4A # 0 +0xA545 0xCA4B # 0 +0xA546 0xCA4E # 0 +0xA547 0xCA4F # 0 +0xA548 0xCA51 # 0 +0xA549 0xCA52 # 0 +0xA54A 0xCA53 # 0 +0xA54B 0xCA55 # 0 +0xA54C 0xCA56 # 0 +0xA54D 0xCA57 # 0 +0xA54E 0xCA58 # 0 +0xA54F 0xCA59 # 0 +0xA550 0xCA5A # 0 +0xA551 0xCA5B # 0 +0xA552 0xCA5E # 0 +0xA553 0xCA62 # 0 +0xA554 0xCA63 # 0 +0xA555 0xCA64 # 0 +0xA556 0xCA65 # 0 +0xA557 0xCA66 # 0 +0xA558 0xCA67 # 0 +0xA559 0xCA69 # 0 +0xA55A 0xCA6A # 0 +0xA561 0xCA6B # 0 +0xA562 0xCA6C # 0 +0xA563 0xCA6D # 0 +0xA564 0xCA6E # 0 +0xA565 0xCA6F # 0 +0xA566 0xCA70 # 0 +0xA567 0xCA71 # 0 +0xA568 0xCA72 # 0 +0xA569 0xCA73 # 0 +0xA56A 0xCA74 # 0 +0xA56B 0xCA75 # 0 +0xA56C 0xCA76 # 0 +0xA56D 0xCA77 # 0 +0xA56E 0xCA78 # 0 +0xA56F 0xCA79 # 0 +0xA570 0xCA7A # 0 +0xA571 0xCA7B # 0 +0xA572 0xCA7C # 0 +0xA573 0xCA7E # 0 +0xA574 0xCA7F # 0 +0xA575 0xCA80 # 0 +0xA576 0xCA81 # 0 +0xA577 0xCA82 # 0 +0xA578 0xCA83 # 0 +0xA579 0xCA85 # 0 +0xA57A 0xCA86 # 0 +0xA581 0xCA87 # 0 +0xA582 0xCA88 # 0 +0xA583 0xCA89 # 0 +0xA584 0xCA8A # 0 +0xA585 0xCA8B # 0 +0xA586 0xCA8C # 0 +0xA587 0xCA8D # 0 +0xA588 0xCA8E # 0 +0xA589 0xCA8F # 0 +0xA58A 0xCA90 # 0 +0xA58B 0xCA91 # 0 +0xA58C 0xCA92 # 0 +0xA58D 0xCA93 # 0 +0xA58E 0xCA94 # 0 +0xA58F 0xCA95 # 0 +0xA590 0xCA96 # 0 +0xA591 0xCA97 # 0 +0xA592 0xCA99 # 0 +0xA593 0xCA9A # 0 +0xA594 0xCA9B # 0 +0xA595 0xCA9C # 0 +0xA596 0xCA9D # 0 +0xA597 0xCA9E # 0 +0xA598 0xCA9F # 0 +0xA599 0xCAA0 # 0 +0xA59A 0xCAA1 # 0 +0xA59B 0xCAA2 # 0 +0xA59C 0xCAA3 # 0 +0xA59D 0xCAA4 # 0 +0xA59E 0xCAA5 # 0 +0xA59F 0xCAA6 # 0 +0xA5A0 0xCAA7 # 0 +0xA5A1 0x2170 # 0 +0xA5A2 0x2171 # 0 +0xA5A3 0x2172 # 0 +0xA5A4 0x2173 # 0 +0xA5A5 0x2174 # 0 +0xA5A6 0x2175 # 0 +0xA5A7 0x2176 # 0 +0xA5A8 0x2177 # 0 +0xA5A9 0x2178 # 0 +0xA5AA 0x2179 # 0 +0xA5B0 0x2160 # 0 +0xA5B1 0x2161 # 0 +0xA5B2 0x2162 # 0 +0xA5B3 0x2163 # 0 +0xA5B4 0x2164 # 0 +0xA5B5 0x2165 # 0 +0xA5B6 0x2166 # 0 +0xA5B7 0x2167 # 0 +0xA5B8 0x2168 # 0 +0xA5B9 0x2169 # 0 +0xA5C1 0x0391 # 0 +0xA5C2 0x0392 # 0 +0xA5C3 0x0393 # 0 +0xA5C4 0x0394 # 0 +0xA5C5 0x0395 # 0 +0xA5C6 0x0396 # 0 +0xA5C7 0x0397 # 0 +0xA5C8 0x0398 # 0 +0xA5C9 0x0399 # 0 +0xA5CA 0x039A # 0 +0xA5CB 0x039B # 0 +0xA5CC 0x039C # 0 +0xA5CD 0x039D # 0 +0xA5CE 0x039E # 0 +0xA5CF 0x039F # 0 +0xA5D0 0x03A0 # 0 +0xA5D1 0x03A1 # 0 +0xA5D2 0x03A3 # 0 +0xA5D3 0x03A4 # 0 +0xA5D4 0x03A5 # 0 +0xA5D5 0x03A6 # 0 +0xA5D6 0x03A7 # 0 +0xA5D7 0x03A8 # 0 +0xA5D8 0x03A9 # 0 +0xA5E1 0x03B1 # 0 +0xA5E2 0x03B2 # 0 +0xA5E3 0x03B3 # 0 +0xA5E4 0x03B4 # 0 +0xA5E5 0x03B5 # 0 +0xA5E6 0x03B6 # 0 +0xA5E7 0x03B7 # 0 +0xA5E8 0x03B8 # 0 +0xA5E9 0x03B9 # 0 +0xA5EA 0x03BA # 0 +0xA5EB 0x03BB # 0 +0xA5EC 0x03BC # 0 +0xA5ED 0x03BD # 0 +0xA5EE 0x03BE # 0 +0xA5EF 0x03BF # 0 +0xA5F0 0x03C0 # 0 +0xA5F1 0x03C1 # 0 +0xA5F2 0x03C3 # 0 +0xA5F3 0x03C4 # 0 +0xA5F4 0x03C5 # 0 +0xA5F5 0x03C6 # 0 +0xA5F6 0x03C7 # 0 +0xA5F7 0x03C8 # 0 +0xA5F8 0x03C9 # 0 +0xA641 0xCAA8 # 0 +0xA642 0xCAA9 # 0 +0xA643 0xCAAA # 0 +0xA644 0xCAAB # 0 +0xA645 0xCAAC # 0 +0xA646 0xCAAD # 0 +0xA647 0xCAAE # 0 +0xA648 0xCAAF # 0 +0xA649 0xCAB0 # 0 +0xA64A 0xCAB1 # 0 +0xA64B 0xCAB2 # 0 +0xA64C 0xCAB3 # 0 +0xA64D 0xCAB4 # 0 +0xA64E 0xCAB5 # 0 +0xA64F 0xCAB6 # 0 +0xA650 0xCAB7 # 0 +0xA651 0xCAB8 # 0 +0xA652 0xCAB9 # 0 +0xA653 0xCABA # 0 +0xA654 0xCABB # 0 +0xA655 0xCABE # 0 +0xA656 0xCABF # 0 +0xA657 0xCAC1 # 0 +0xA658 0xCAC2 # 0 +0xA659 0xCAC3 # 0 +0xA65A 0xCAC5 # 0 +0xA661 0xCAC6 # 0 +0xA662 0xCAC7 # 0 +0xA663 0xCAC8 # 0 +0xA664 0xCAC9 # 0 +0xA665 0xCACA # 0 +0xA666 0xCACB # 0 +0xA667 0xCACE # 0 +0xA668 0xCAD0 # 0 +0xA669 0xCAD2 # 0 +0xA66A 0xCAD4 # 0 +0xA66B 0xCAD5 # 0 +0xA66C 0xCAD6 # 0 +0xA66D 0xCAD7 # 0 +0xA66E 0xCADA # 0 +0xA66F 0xCADB # 0 +0xA670 0xCADC # 0 +0xA671 0xCADD # 0 +0xA672 0xCADE # 0 +0xA673 0xCADF # 0 +0xA674 0xCAE1 # 0 +0xA675 0xCAE2 # 0 +0xA676 0xCAE3 # 0 +0xA677 0xCAE4 # 0 +0xA678 0xCAE5 # 0 +0xA679 0xCAE6 # 0 +0xA67A 0xCAE7 # 0 +0xA681 0xCAE8 # 0 +0xA682 0xCAE9 # 0 +0xA683 0xCAEA # 0 +0xA684 0xCAEB # 0 +0xA685 0xCAED # 0 +0xA686 0xCAEE # 0 +0xA687 0xCAEF # 0 +0xA688 0xCAF0 # 0 +0xA689 0xCAF1 # 0 +0xA68A 0xCAF2 # 0 +0xA68B 0xCAF3 # 0 +0xA68C 0xCAF5 # 0 +0xA68D 0xCAF6 # 0 +0xA68E 0xCAF7 # 0 +0xA68F 0xCAF8 # 0 +0xA690 0xCAF9 # 0 +0xA691 0xCAFA # 0 +0xA692 0xCAFB # 0 +0xA693 0xCAFC # 0 +0xA694 0xCAFD # 0 +0xA695 0xCAFE # 0 +0xA696 0xCAFF # 0 +0xA697 0xCB00 # 0 +0xA698 0xCB01 # 0 +0xA699 0xCB02 # 0 +0xA69A 0xCB03 # 0 +0xA69B 0xCB04 # 0 +0xA69C 0xCB05 # 0 +0xA69D 0xCB06 # 0 +0xA69E 0xCB07 # 0 +0xA69F 0xCB09 # 0 +0xA6A0 0xCB0A # 0 +0xA6A1 0x2500 # 0 +0xA6A2 0x2502 # 0 +0xA6A3 0x250C # 0 +0xA6A4 0x2510 # 0 +0xA6A5 0x2518 # 0 +0xA6A6 0x2514 # 0 +0xA6A7 0x251C # 0 +0xA6A8 0x252C # 0 +0xA6A9 0x2524 # 0 +0xA6AA 0x2534 # 0 +0xA6AB 0x253C # 0 +0xA6AC 0x2501 # 0 +0xA6AD 0x2503 # 0 +0xA6AE 0x250F # 0 +0xA6AF 0x2513 # 0 +0xA6B0 0x251B # 0 +0xA6B1 0x2517 # 0 +0xA6B2 0x2523 # 0 +0xA6B3 0x2533 # 0 +0xA6B4 0x252B # 0 +0xA6B5 0x253B # 0 +0xA6B6 0x254B # 0 +0xA6B7 0x2520 # 0 +0xA6B8 0x252F # 0 +0xA6B9 0x2528 # 0 +0xA6BA 0x2537 # 0 +0xA6BB 0x253F # 0 +0xA6BC 0x251D # 0 +0xA6BD 0x2530 # 0 +0xA6BE 0x2525 # 0 +0xA6BF 0x2538 # 0 +0xA6C0 0x2542 # 0 +0xA6C1 0x2512 # 0 +0xA6C2 0x2511 # 0 +0xA6C3 0x251A # 0 +0xA6C4 0x2519 # 0 +0xA6C5 0x2516 # 0 +0xA6C6 0x2515 # 0 +0xA6C7 0x250E # 0 +0xA6C8 0x250D # 0 +0xA6C9 0x251E # 0 +0xA6CA 0x251F # 0 +0xA6CB 0x2521 # 0 +0xA6CC 0x2522 # 0 +0xA6CD 0x2526 # 0 +0xA6CE 0x2527 # 0 +0xA6CF 0x2529 # 0 +0xA6D0 0x252A # 0 +0xA6D1 0x252D # 0 +0xA6D2 0x252E # 0 +0xA6D3 0x2531 # 0 +0xA6D4 0x2532 # 0 +0xA6D5 0x2535 # 0 +0xA6D6 0x2536 # 0 +0xA6D7 0x2539 # 0 +0xA6D8 0x253A # 0 +0xA6D9 0x253D # 0 +0xA6DA 0x253E # 0 +0xA6DB 0x2540 # 0 +0xA6DC 0x2541 # 0 +0xA6DD 0x2543 # 0 +0xA6DE 0x2544 # 0 +0xA6DF 0x2545 # 0 +0xA6E0 0x2546 # 0 +0xA6E1 0x2547 # 0 +0xA6E2 0x2548 # 0 +0xA6E3 0x2549 # 0 +0xA6E4 0x254A # 0 +0xA741 0xCB0B # 0 +0xA742 0xCB0C # 0 +0xA743 0xCB0D # 0 +0xA744 0xCB0E # 0 +0xA745 0xCB0F # 0 +0xA746 0xCB11 # 0 +0xA747 0xCB12 # 0 +0xA748 0xCB13 # 0 +0xA749 0xCB15 # 0 +0xA74A 0xCB16 # 0 +0xA74B 0xCB17 # 0 +0xA74C 0xCB19 # 0 +0xA74D 0xCB1A # 0 +0xA74E 0xCB1B # 0 +0xA74F 0xCB1C # 0 +0xA750 0xCB1D # 0 +0xA751 0xCB1E # 0 +0xA752 0xCB1F # 0 +0xA753 0xCB22 # 0 +0xA754 0xCB23 # 0 +0xA755 0xCB24 # 0 +0xA756 0xCB25 # 0 +0xA757 0xCB26 # 0 +0xA758 0xCB27 # 0 +0xA759 0xCB28 # 0 +0xA75A 0xCB29 # 0 +0xA761 0xCB2A # 0 +0xA762 0xCB2B # 0 +0xA763 0xCB2C # 0 +0xA764 0xCB2D # 0 +0xA765 0xCB2E # 0 +0xA766 0xCB2F # 0 +0xA767 0xCB30 # 0 +0xA768 0xCB31 # 0 +0xA769 0xCB32 # 0 +0xA76A 0xCB33 # 0 +0xA76B 0xCB34 # 0 +0xA76C 0xCB35 # 0 +0xA76D 0xCB36 # 0 +0xA76E 0xCB37 # 0 +0xA76F 0xCB38 # 0 +0xA770 0xCB39 # 0 +0xA771 0xCB3A # 0 +0xA772 0xCB3B # 0 +0xA773 0xCB3C # 0 +0xA774 0xCB3D # 0 +0xA775 0xCB3E # 0 +0xA776 0xCB3F # 0 +0xA777 0xCB40 # 0 +0xA778 0xCB42 # 0 +0xA779 0xCB43 # 0 +0xA77A 0xCB44 # 0 +0xA781 0xCB45 # 0 +0xA782 0xCB46 # 0 +0xA783 0xCB47 # 0 +0xA784 0xCB4A # 0 +0xA785 0xCB4B # 0 +0xA786 0xCB4D # 0 +0xA787 0xCB4E # 0 +0xA788 0xCB4F # 0 +0xA789 0xCB51 # 0 +0xA78A 0xCB52 # 0 +0xA78B 0xCB53 # 0 +0xA78C 0xCB54 # 0 +0xA78D 0xCB55 # 0 +0xA78E 0xCB56 # 0 +0xA78F 0xCB57 # 0 +0xA790 0xCB5A # 0 +0xA791 0xCB5B # 0 +0xA792 0xCB5C # 0 +0xA793 0xCB5E # 0 +0xA794 0xCB5F # 0 +0xA795 0xCB60 # 0 +0xA796 0xCB61 # 0 +0xA797 0xCB62 # 0 +0xA798 0xCB63 # 0 +0xA799 0xCB65 # 0 +0xA79A 0xCB66 # 0 +0xA79B 0xCB67 # 0 +0xA79C 0xCB68 # 0 +0xA79D 0xCB69 # 0 +0xA79E 0xCB6A # 0 +0xA79F 0xCB6B # 0 +0xA7A0 0xCB6C # 0 +0xA7A1 0x3395 # 0 +0xA7A2 0x3396 # 0 +0xA7A3 0x3397 # 0 +0xA7A4 0x2113 # 0 +0xA7A5 0x3398 # 0 +0xA7A6 0x33C4 # 0 +0xA7A7 0x33A3 # 0 +0xA7A8 0x33A4 # 0 +0xA7A9 0x33A5 # 0 +0xA7AA 0x33A6 # 0 +0xA7AB 0x3399 # 0 +0xA7AC 0x339A # 0 +0xA7AD 0x339B # 0 +0xA7AE 0x339C # 0 +0xA7AF 0x339D # 0 +0xA7B0 0x339E # 0 +0xA7B1 0x339F # 0 +0xA7B2 0x33A0 # 0 +0xA7B3 0x33A1 # 0 +0xA7B4 0x33A2 # 0 +0xA7B5 0x33CA # 0 +0xA7B6 0x338D # 0 +0xA7B7 0x338E # 0 +0xA7B8 0x338F # 0 +0xA7B9 0x33CF # 0 +0xA7BA 0x3388 # 0 +0xA7BB 0x3389 # 0 +0xA7BC 0x33C8 # 0 +0xA7BD 0x33A7 # 0 +0xA7BE 0x33A8 # 0 +0xA7BF 0x33B0 # 0 +0xA7C0 0x33B1 # 0 +0xA7C1 0x33B2 # 0 +0xA7C2 0x33B3 # 0 +0xA7C3 0x33B4 # 0 +0xA7C4 0x33B5 # 0 +0xA7C5 0x33B6 # 0 +0xA7C6 0x33B7 # 0 +0xA7C7 0x33B8 # 0 +0xA7C8 0x33B9 # 0 +0xA7C9 0x3380 # 0 +0xA7CA 0x3381 # 0 +0xA7CB 0x3382 # 0 +0xA7CC 0x3383 # 0 +0xA7CD 0x3384 # 0 +0xA7CE 0x33BA # 0 +0xA7CF 0x33BB # 0 +0xA7D0 0x33BC # 0 +0xA7D1 0x33BD # 0 +0xA7D2 0x33BE # 0 +0xA7D3 0x33BF # 0 +0xA7D4 0x3390 # 0 +0xA7D5 0x3391 # 0 +0xA7D6 0x3392 # 0 +0xA7D7 0x3393 # 0 +0xA7D8 0x3394 # 0 +0xA7D9 0x2126 # 0 +0xA7DA 0x33C0 # 0 +0xA7DB 0x33C1 # 0 +0xA7DC 0x338A # 0 +0xA7DD 0x338B # 0 +0xA7DE 0x338C # 0 +0xA7DF 0x33D6 # 0 +0xA7E0 0x33C5 # 0 +0xA7E1 0x33AD # 0 +0xA7E2 0x33AE # 0 +0xA7E3 0x33AF # 0 +0xA7E4 0x33DB # 0 +0xA7E5 0x33A9 # 0 +0xA7E6 0x33AA # 0 +0xA7E7 0x33AB # 0 +0xA7E8 0x33AC # 0 +0xA7E9 0x33DD # 0 +0xA7EA 0x33D0 # 0 +0xA7EB 0x33D3 # 0 +0xA7EC 0x33C3 # 0 +0xA7ED 0x33C9 # 0 +0xA7EE 0x33DC # 0 +0xA7EF 0x33C6 # 0 +0xA841 0xCB6D # 0 +0xA842 0xCB6E # 0 +0xA843 0xCB6F # 0 +0xA844 0xCB70 # 0 +0xA845 0xCB71 # 0 +0xA846 0xCB72 # 0 +0xA847 0xCB73 # 0 +0xA848 0xCB74 # 0 +0xA849 0xCB75 # 0 +0xA84A 0xCB76 # 0 +0xA84B 0xCB77 # 0 +0xA84C 0xCB7A # 0 +0xA84D 0xCB7B # 0 +0xA84E 0xCB7C # 0 +0xA84F 0xCB7D # 0 +0xA850 0xCB7E # 0 +0xA851 0xCB7F # 0 +0xA852 0xCB80 # 0 +0xA853 0xCB81 # 0 +0xA854 0xCB82 # 0 +0xA855 0xCB83 # 0 +0xA856 0xCB84 # 0 +0xA857 0xCB85 # 0 +0xA858 0xCB86 # 0 +0xA859 0xCB87 # 0 +0xA85A 0xCB88 # 0 +0xA861 0xCB89 # 0 +0xA862 0xCB8A # 0 +0xA863 0xCB8B # 0 +0xA864 0xCB8C # 0 +0xA865 0xCB8D # 0 +0xA866 0xCB8E # 0 +0xA867 0xCB8F # 0 +0xA868 0xCB90 # 0 +0xA869 0xCB91 # 0 +0xA86A 0xCB92 # 0 +0xA86B 0xCB93 # 0 +0xA86C 0xCB94 # 0 +0xA86D 0xCB95 # 0 +0xA86E 0xCB96 # 0 +0xA86F 0xCB97 # 0 +0xA870 0xCB98 # 0 +0xA871 0xCB99 # 0 +0xA872 0xCB9A # 0 +0xA873 0xCB9B # 0 +0xA874 0xCB9D # 0 +0xA875 0xCB9E # 0 +0xA876 0xCB9F # 0 +0xA877 0xCBA0 # 0 +0xA878 0xCBA1 # 0 +0xA879 0xCBA2 # 0 +0xA87A 0xCBA3 # 0 +0xA881 0xCBA4 # 0 +0xA882 0xCBA5 # 0 +0xA883 0xCBA6 # 0 +0xA884 0xCBA7 # 0 +0xA885 0xCBA8 # 0 +0xA886 0xCBA9 # 0 +0xA887 0xCBAA # 0 +0xA888 0xCBAB # 0 +0xA889 0xCBAC # 0 +0xA88A 0xCBAD # 0 +0xA88B 0xCBAE # 0 +0xA88C 0xCBAF # 0 +0xA88D 0xCBB0 # 0 +0xA88E 0xCBB1 # 0 +0xA88F 0xCBB2 # 0 +0xA890 0xCBB3 # 0 +0xA891 0xCBB4 # 0 +0xA892 0xCBB5 # 0 +0xA893 0xCBB6 # 0 +0xA894 0xCBB7 # 0 +0xA895 0xCBB9 # 0 +0xA896 0xCBBA # 0 +0xA897 0xCBBB # 0 +0xA898 0xCBBC # 0 +0xA899 0xCBBD # 0 +0xA89A 0xCBBE # 0 +0xA89B 0xCBBF # 0 +0xA89C 0xCBC0 # 0 +0xA89D 0xCBC1 # 0 +0xA89E 0xCBC2 # 0 +0xA89F 0xCBC3 # 0 +0xA8A0 0xCBC4 # 0 +0xA8A1 0x00C6 # 0 +0xA8A2 0x00D0 # 0 +0xA8A3 0x00AA # 0 +0xA8A4 0x0126 # 0 +0xA8A6 0x0132 # 0 +0xA8A8 0x013F # 0 +0xA8A9 0x0141 # 0 +0xA8AA 0x00D8 # 0 +0xA8AB 0x0152 # 0 +0xA8AC 0x00BA # 0 +0xA8AD 0x00DE # 0 +0xA8AE 0x0166 # 0 +0xA8AF 0x014A # 0 +0xA8B1 0x3260 # 0 +0xA8B2 0x3261 # 0 +0xA8B3 0x3262 # 0 +0xA8B4 0x3263 # 0 +0xA8B5 0x3264 # 0 +0xA8B6 0x3265 # 0 +0xA8B7 0x3266 # 0 +0xA8B8 0x3267 # 0 +0xA8B9 0x3268 # 0 +0xA8BA 0x3269 # 0 +0xA8BB 0x326A # 0 +0xA8BC 0x326B # 0 +0xA8BD 0x326C # 0 +0xA8BE 0x326D # 0 +0xA8BF 0x326E # 0 +0xA8C0 0x326F # 0 +0xA8C1 0x3270 # 0 +0xA8C2 0x3271 # 0 +0xA8C3 0x3272 # 0 +0xA8C4 0x3273 # 0 +0xA8C5 0x3274 # 0 +0xA8C6 0x3275 # 0 +0xA8C7 0x3276 # 0 +0xA8C8 0x3277 # 0 +0xA8C9 0x3278 # 0 +0xA8CA 0x3279 # 0 +0xA8CB 0x327A # 0 +0xA8CC 0x327B # 0 +0xA8CD 0x24D0 # 0 +0xA8CE 0x24D1 # 0 +0xA8CF 0x24D2 # 0 +0xA8D0 0x24D3 # 0 +0xA8D1 0x24D4 # 0 +0xA8D2 0x24D5 # 0 +0xA8D3 0x24D6 # 0 +0xA8D4 0x24D7 # 0 +0xA8D5 0x24D8 # 0 +0xA8D6 0x24D9 # 0 +0xA8D7 0x24DA # 0 +0xA8D8 0x24DB # 0 +0xA8D9 0x24DC # 0 +0xA8DA 0x24DD # 0 +0xA8DB 0x24DE # 0 +0xA8DC 0x24DF # 0 +0xA8DD 0x24E0 # 0 +0xA8DE 0x24E1 # 0 +0xA8DF 0x24E2 # 0 +0xA8E0 0x24E3 # 0 +0xA8E1 0x24E4 # 0 +0xA8E2 0x24E5 # 0 +0xA8E3 0x24E6 # 0 +0xA8E4 0x24E7 # 0 +0xA8E5 0x24E8 # 0 +0xA8E6 0x24E9 # 0 +0xA8E7 0x2460 # 0 +0xA8E8 0x2461 # 0 +0xA8E9 0x2462 # 0 +0xA8EA 0x2463 # 0 +0xA8EB 0x2464 # 0 +0xA8EC 0x2465 # 0 +0xA8ED 0x2466 # 0 +0xA8EE 0x2467 # 0 +0xA8EF 0x2468 # 0 +0xA8F0 0x2469 # 0 +0xA8F1 0x246A # 0 +0xA8F2 0x246B # 0 +0xA8F3 0x246C # 0 +0xA8F4 0x246D # 0 +0xA8F5 0x246E # 0 +0xA8F6 0x00BD # 0 +0xA8F7 0x2153 # 0 +0xA8F8 0x2154 # 0 +0xA8F9 0x00BC # 0 +0xA8FA 0x00BE # 0 +0xA8FB 0x215B # 0 +0xA8FC 0x215C # 0 +0xA8FD 0x215D # 0 +0xA8FE 0x215E # 0 +0xA941 0xCBC5 # 0 +0xA942 0xCBC6 # 0 +0xA943 0xCBC7 # 0 +0xA944 0xCBC8 # 0 +0xA945 0xCBC9 # 0 +0xA946 0xCBCA # 0 +0xA947 0xCBCB # 0 +0xA948 0xCBCC # 0 +0xA949 0xCBCD # 0 +0xA94A 0xCBCE # 0 +0xA94B 0xCBCF # 0 +0xA94C 0xCBD0 # 0 +0xA94D 0xCBD1 # 0 +0xA94E 0xCBD2 # 0 +0xA94F 0xCBD3 # 0 +0xA950 0xCBD5 # 0 +0xA951 0xCBD6 # 0 +0xA952 0xCBD7 # 0 +0xA953 0xCBD8 # 0 +0xA954 0xCBD9 # 0 +0xA955 0xCBDA # 0 +0xA956 0xCBDB # 0 +0xA957 0xCBDC # 0 +0xA958 0xCBDD # 0 +0xA959 0xCBDE # 0 +0xA95A 0xCBDF # 0 +0xA961 0xCBE0 # 0 +0xA962 0xCBE1 # 0 +0xA963 0xCBE2 # 0 +0xA964 0xCBE3 # 0 +0xA965 0xCBE5 # 0 +0xA966 0xCBE6 # 0 +0xA967 0xCBE8 # 0 +0xA968 0xCBEA # 0 +0xA969 0xCBEB # 0 +0xA96A 0xCBEC # 0 +0xA96B 0xCBED # 0 +0xA96C 0xCBEE # 0 +0xA96D 0xCBEF # 0 +0xA96E 0xCBF0 # 0 +0xA96F 0xCBF1 # 0 +0xA970 0xCBF2 # 0 +0xA971 0xCBF3 # 0 +0xA972 0xCBF4 # 0 +0xA973 0xCBF5 # 0 +0xA974 0xCBF6 # 0 +0xA975 0xCBF7 # 0 +0xA976 0xCBF8 # 0 +0xA977 0xCBF9 # 0 +0xA978 0xCBFA # 0 +0xA979 0xCBFB # 0 +0xA97A 0xCBFC # 0 +0xA981 0xCBFD # 0 +0xA982 0xCBFE # 0 +0xA983 0xCBFF # 0 +0xA984 0xCC00 # 0 +0xA985 0xCC01 # 0 +0xA986 0xCC02 # 0 +0xA987 0xCC03 # 0 +0xA988 0xCC04 # 0 +0xA989 0xCC05 # 0 +0xA98A 0xCC06 # 0 +0xA98B 0xCC07 # 0 +0xA98C 0xCC08 # 0 +0xA98D 0xCC09 # 0 +0xA98E 0xCC0A # 0 +0xA98F 0xCC0B # 0 +0xA990 0xCC0E # 0 +0xA991 0xCC0F # 0 +0xA992 0xCC11 # 0 +0xA993 0xCC12 # 0 +0xA994 0xCC13 # 0 +0xA995 0xCC15 # 0 +0xA996 0xCC16 # 0 +0xA997 0xCC17 # 0 +0xA998 0xCC18 # 0 +0xA999 0xCC19 # 0 +0xA99A 0xCC1A # 0 +0xA99B 0xCC1B # 0 +0xA99C 0xCC1E # 0 +0xA99D 0xCC1F # 0 +0xA99E 0xCC20 # 0 +0xA99F 0xCC23 # 0 +0xA9A0 0xCC24 # 0 +0xA9A1 0x00E6 # 0 +0xA9A2 0x0111 # 0 +0xA9A3 0x00F0 # 0 +0xA9A4 0x0127 # 0 +0xA9A5 0x0131 # 0 +0xA9A6 0x0133 # 0 +0xA9A7 0x0138 # 0 +0xA9A8 0x0140 # 0 +0xA9A9 0x0142 # 0 +0xA9AA 0x00F8 # 0 +0xA9AB 0x0153 # 0 +0xA9AC 0x00DF # 0 +0xA9AD 0x00FE # 0 +0xA9AE 0x0167 # 0 +0xA9AF 0x014B # 0 +0xA9B0 0x0149 # 0 +0xA9B1 0x3200 # 0 +0xA9B2 0x3201 # 0 +0xA9B3 0x3202 # 0 +0xA9B4 0x3203 # 0 +0xA9B5 0x3204 # 0 +0xA9B6 0x3205 # 0 +0xA9B7 0x3206 # 0 +0xA9B8 0x3207 # 0 +0xA9B9 0x3208 # 0 +0xA9BA 0x3209 # 0 +0xA9BB 0x320A # 0 +0xA9BC 0x320B # 0 +0xA9BD 0x320C # 0 +0xA9BE 0x320D # 0 +0xA9BF 0x320E # 0 +0xA9C0 0x320F # 0 +0xA9C1 0x3210 # 0 +0xA9C2 0x3211 # 0 +0xA9C3 0x3212 # 0 +0xA9C4 0x3213 # 0 +0xA9C5 0x3214 # 0 +0xA9C6 0x3215 # 0 +0xA9C7 0x3216 # 0 +0xA9C8 0x3217 # 0 +0xA9C9 0x3218 # 0 +0xA9CA 0x3219 # 0 +0xA9CB 0x321A # 0 +0xA9CC 0x321B # 0 +0xA9CD 0x249C # 0 +0xA9CE 0x249D # 0 +0xA9CF 0x249E # 0 +0xA9D0 0x249F # 0 +0xA9D1 0x24A0 # 0 +0xA9D2 0x24A1 # 0 +0xA9D3 0x24A2 # 0 +0xA9D4 0x24A3 # 0 +0xA9D5 0x24A4 # 0 +0xA9D6 0x24A5 # 0 +0xA9D7 0x24A6 # 0 +0xA9D8 0x24A7 # 0 +0xA9D9 0x24A8 # 0 +0xA9DA 0x24A9 # 0 +0xA9DB 0x24AA # 0 +0xA9DC 0x24AB # 0 +0xA9DD 0x24AC # 0 +0xA9DE 0x24AD # 0 +0xA9DF 0x24AE # 0 +0xA9E0 0x24AF # 0 +0xA9E1 0x24B0 # 0 +0xA9E2 0x24B1 # 0 +0xA9E3 0x24B2 # 0 +0xA9E4 0x24B3 # 0 +0xA9E5 0x24B4 # 0 +0xA9E6 0x24B5 # 0 +0xA9E7 0x2474 # 0 +0xA9E8 0x2475 # 0 +0xA9E9 0x2476 # 0 +0xA9EA 0x2477 # 0 +0xA9EB 0x2478 # 0 +0xA9EC 0x2479 # 0 +0xA9ED 0x247A # 0 +0xA9EE 0x247B # 0 +0xA9EF 0x247C # 0 +0xA9F0 0x247D # 0 +0xA9F1 0x247E # 0 +0xA9F2 0x247F # 0 +0xA9F3 0x2480 # 0 +0xA9F4 0x2481 # 0 +0xA9F5 0x2482 # 0 +0xA9F6 0x00B9 # 0 +0xA9F7 0x00B2 # 0 +0xA9F8 0x00B3 # 0 +0xA9F9 0x2074 # 0 +0xA9FA 0x207F # 0 +0xA9FB 0x2081 # 0 +0xA9FC 0x2082 # 0 +0xA9FD 0x2083 # 0 +0xA9FE 0x2084 # 0 +0xAA41 0xCC25 # 0 +0xAA42 0xCC26 # 0 +0xAA43 0xCC2A # 0 +0xAA44 0xCC2B # 0 +0xAA45 0xCC2D # 0 +0xAA46 0xCC2F # 0 +0xAA47 0xCC31 # 0 +0xAA48 0xCC32 # 0 +0xAA49 0xCC33 # 0 +0xAA4A 0xCC34 # 0 +0xAA4B 0xCC35 # 0 +0xAA4C 0xCC36 # 0 +0xAA4D 0xCC37 # 0 +0xAA4E 0xCC3A # 0 +0xAA4F 0xCC3F # 0 +0xAA50 0xCC40 # 0 +0xAA51 0xCC41 # 0 +0xAA52 0xCC42 # 0 +0xAA53 0xCC43 # 0 +0xAA54 0xCC46 # 0 +0xAA55 0xCC47 # 0 +0xAA56 0xCC49 # 0 +0xAA57 0xCC4A # 0 +0xAA58 0xCC4B # 0 +0xAA59 0xCC4D # 0 +0xAA5A 0xCC4E # 0 +0xAA61 0xCC4F # 0 +0xAA62 0xCC50 # 0 +0xAA63 0xCC51 # 0 +0xAA64 0xCC52 # 0 +0xAA65 0xCC53 # 0 +0xAA66 0xCC56 # 0 +0xAA67 0xCC5A # 0 +0xAA68 0xCC5B # 0 +0xAA69 0xCC5C # 0 +0xAA6A 0xCC5D # 0 +0xAA6B 0xCC5E # 0 +0xAA6C 0xCC5F # 0 +0xAA6D 0xCC61 # 0 +0xAA6E 0xCC62 # 0 +0xAA6F 0xCC63 # 0 +0xAA70 0xCC65 # 0 +0xAA71 0xCC67 # 0 +0xAA72 0xCC69 # 0 +0xAA73 0xCC6A # 0 +0xAA74 0xCC6B # 0 +0xAA75 0xCC6C # 0 +0xAA76 0xCC6D # 0 +0xAA77 0xCC6E # 0 +0xAA78 0xCC6F # 0 +0xAA79 0xCC71 # 0 +0xAA7A 0xCC72 # 0 +0xAA81 0xCC73 # 0 +0xAA82 0xCC74 # 0 +0xAA83 0xCC76 # 0 +0xAA84 0xCC77 # 0 +0xAA85 0xCC78 # 0 +0xAA86 0xCC79 # 0 +0xAA87 0xCC7A # 0 +0xAA88 0xCC7B # 0 +0xAA89 0xCC7C # 0 +0xAA8A 0xCC7D # 0 +0xAA8B 0xCC7E # 0 +0xAA8C 0xCC7F # 0 +0xAA8D 0xCC80 # 0 +0xAA8E 0xCC81 # 0 +0xAA8F 0xCC82 # 0 +0xAA90 0xCC83 # 0 +0xAA91 0xCC84 # 0 +0xAA92 0xCC85 # 0 +0xAA93 0xCC86 # 0 +0xAA94 0xCC87 # 0 +0xAA95 0xCC88 # 0 +0xAA96 0xCC89 # 0 +0xAA97 0xCC8A # 0 +0xAA98 0xCC8B # 0 +0xAA99 0xCC8C # 0 +0xAA9A 0xCC8D # 0 +0xAA9B 0xCC8E # 0 +0xAA9C 0xCC8F # 0 +0xAA9D 0xCC90 # 0 +0xAA9E 0xCC91 # 0 +0xAA9F 0xCC92 # 0 +0xAAA0 0xCC93 # 0 +0xAAA1 0x3041 # 0 +0xAAA2 0x3042 # 0 +0xAAA3 0x3043 # 0 +0xAAA4 0x3044 # 0 +0xAAA5 0x3045 # 0 +0xAAA6 0x3046 # 0 +0xAAA7 0x3047 # 0 +0xAAA8 0x3048 # 0 +0xAAA9 0x3049 # 0 +0xAAAA 0x304A # 0 +0xAAAB 0x304B # 0 +0xAAAC 0x304C # 0 +0xAAAD 0x304D # 0 +0xAAAE 0x304E # 0 +0xAAAF 0x304F # 0 +0xAAB0 0x3050 # 0 +0xAAB1 0x3051 # 0 +0xAAB2 0x3052 # 0 +0xAAB3 0x3053 # 0 +0xAAB4 0x3054 # 0 +0xAAB5 0x3055 # 0 +0xAAB6 0x3056 # 0 +0xAAB7 0x3057 # 0 +0xAAB8 0x3058 # 0 +0xAAB9 0x3059 # 0 +0xAABA 0x305A # 0 +0xAABB 0x305B # 0 +0xAABC 0x305C # 0 +0xAABD 0x305D # 0 +0xAABE 0x305E # 0 +0xAABF 0x305F # 0 +0xAAC0 0x3060 # 0 +0xAAC1 0x3061 # 0 +0xAAC2 0x3062 # 0 +0xAAC3 0x3063 # 0 +0xAAC4 0x3064 # 0 +0xAAC5 0x3065 # 0 +0xAAC6 0x3066 # 0 +0xAAC7 0x3067 # 0 +0xAAC8 0x3068 # 0 +0xAAC9 0x3069 # 0 +0xAACA 0x306A # 0 +0xAACB 0x306B # 0 +0xAACC 0x306C # 0 +0xAACD 0x306D # 0 +0xAACE 0x306E # 0 +0xAACF 0x306F # 0 +0xAAD0 0x3070 # 0 +0xAAD1 0x3071 # 0 +0xAAD2 0x3072 # 0 +0xAAD3 0x3073 # 0 +0xAAD4 0x3074 # 0 +0xAAD5 0x3075 # 0 +0xAAD6 0x3076 # 0 +0xAAD7 0x3077 # 0 +0xAAD8 0x3078 # 0 +0xAAD9 0x3079 # 0 +0xAADA 0x307A # 0 +0xAADB 0x307B # 0 +0xAADC 0x307C # 0 +0xAADD 0x307D # 0 +0xAADE 0x307E # 0 +0xAADF 0x307F # 0 +0xAAE0 0x3080 # 0 +0xAAE1 0x3081 # 0 +0xAAE2 0x3082 # 0 +0xAAE3 0x3083 # 0 +0xAAE4 0x3084 # 0 +0xAAE5 0x3085 # 0 +0xAAE6 0x3086 # 0 +0xAAE7 0x3087 # 0 +0xAAE8 0x3088 # 0 +0xAAE9 0x3089 # 0 +0xAAEA 0x308A # 0 +0xAAEB 0x308B # 0 +0xAAEC 0x308C # 0 +0xAAED 0x308D # 0 +0xAAEE 0x308E # 0 +0xAAEF 0x308F # 0 +0xAAF0 0x3090 # 0 +0xAAF1 0x3091 # 0 +0xAAF2 0x3092 # 0 +0xAAF3 0x3093 # 0 +0xAB41 0xCC94 # 0 +0xAB42 0xCC95 # 0 +0xAB43 0xCC96 # 0 +0xAB44 0xCC97 # 0 +0xAB45 0xCC9A # 0 +0xAB46 0xCC9B # 0 +0xAB47 0xCC9D # 0 +0xAB48 0xCC9E # 0 +0xAB49 0xCC9F # 0 +0xAB4A 0xCCA1 # 0 +0xAB4B 0xCCA2 # 0 +0xAB4C 0xCCA3 # 0 +0xAB4D 0xCCA4 # 0 +0xAB4E 0xCCA5 # 0 +0xAB4F 0xCCA6 # 0 +0xAB50 0xCCA7 # 0 +0xAB51 0xCCAA # 0 +0xAB52 0xCCAE # 0 +0xAB53 0xCCAF # 0 +0xAB54 0xCCB0 # 0 +0xAB55 0xCCB1 # 0 +0xAB56 0xCCB2 # 0 +0xAB57 0xCCB3 # 0 +0xAB58 0xCCB6 # 0 +0xAB59 0xCCB7 # 0 +0xAB5A 0xCCB9 # 0 +0xAB61 0xCCBA # 0 +0xAB62 0xCCBB # 0 +0xAB63 0xCCBD # 0 +0xAB64 0xCCBE # 0 +0xAB65 0xCCBF # 0 +0xAB66 0xCCC0 # 0 +0xAB67 0xCCC1 # 0 +0xAB68 0xCCC2 # 0 +0xAB69 0xCCC3 # 0 +0xAB6A 0xCCC6 # 0 +0xAB6B 0xCCC8 # 0 +0xAB6C 0xCCCA # 0 +0xAB6D 0xCCCB # 0 +0xAB6E 0xCCCC # 0 +0xAB6F 0xCCCD # 0 +0xAB70 0xCCCE # 0 +0xAB71 0xCCCF # 0 +0xAB72 0xCCD1 # 0 +0xAB73 0xCCD2 # 0 +0xAB74 0xCCD3 # 0 +0xAB75 0xCCD5 # 0 +0xAB76 0xCCD6 # 0 +0xAB77 0xCCD7 # 0 +0xAB78 0xCCD8 # 0 +0xAB79 0xCCD9 # 0 +0xAB7A 0xCCDA # 0 +0xAB81 0xCCDB # 0 +0xAB82 0xCCDC # 0 +0xAB83 0xCCDD # 0 +0xAB84 0xCCDE # 0 +0xAB85 0xCCDF # 0 +0xAB86 0xCCE0 # 0 +0xAB87 0xCCE1 # 0 +0xAB88 0xCCE2 # 0 +0xAB89 0xCCE3 # 0 +0xAB8A 0xCCE5 # 0 +0xAB8B 0xCCE6 # 0 +0xAB8C 0xCCE7 # 0 +0xAB8D 0xCCE8 # 0 +0xAB8E 0xCCE9 # 0 +0xAB8F 0xCCEA # 0 +0xAB90 0xCCEB # 0 +0xAB91 0xCCED # 0 +0xAB92 0xCCEE # 0 +0xAB93 0xCCEF # 0 +0xAB94 0xCCF1 # 0 +0xAB95 0xCCF2 # 0 +0xAB96 0xCCF3 # 0 +0xAB97 0xCCF4 # 0 +0xAB98 0xCCF5 # 0 +0xAB99 0xCCF6 # 0 +0xAB9A 0xCCF7 # 0 +0xAB9B 0xCCF8 # 0 +0xAB9C 0xCCF9 # 0 +0xAB9D 0xCCFA # 0 +0xAB9E 0xCCFB # 0 +0xAB9F 0xCCFC # 0 +0xABA0 0xCCFD # 0 +0xABA1 0x30A1 # 0 +0xABA2 0x30A2 # 0 +0xABA3 0x30A3 # 0 +0xABA4 0x30A4 # 0 +0xABA5 0x30A5 # 0 +0xABA6 0x30A6 # 0 +0xABA7 0x30A7 # 0 +0xABA8 0x30A8 # 0 +0xABA9 0x30A9 # 0 +0xABAA 0x30AA # 0 +0xABAB 0x30AB # 0 +0xABAC 0x30AC # 0 +0xABAD 0x30AD # 0 +0xABAE 0x30AE # 0 +0xABAF 0x30AF # 0 +0xABB0 0x30B0 # 0 +0xABB1 0x30B1 # 0 +0xABB2 0x30B2 # 0 +0xABB3 0x30B3 # 0 +0xABB4 0x30B4 # 0 +0xABB5 0x30B5 # 0 +0xABB6 0x30B6 # 0 +0xABB7 0x30B7 # 0 +0xABB8 0x30B8 # 0 +0xABB9 0x30B9 # 0 +0xABBA 0x30BA # 0 +0xABBB 0x30BB # 0 +0xABBC 0x30BC # 0 +0xABBD 0x30BD # 0 +0xABBE 0x30BE # 0 +0xABBF 0x30BF # 0 +0xABC0 0x30C0 # 0 +0xABC1 0x30C1 # 0 +0xABC2 0x30C2 # 0 +0xABC3 0x30C3 # 0 +0xABC4 0x30C4 # 0 +0xABC5 0x30C5 # 0 +0xABC6 0x30C6 # 0 +0xABC7 0x30C7 # 0 +0xABC8 0x30C8 # 0 +0xABC9 0x30C9 # 0 +0xABCA 0x30CA # 0 +0xABCB 0x30CB # 0 +0xABCC 0x30CC # 0 +0xABCD 0x30CD # 0 +0xABCE 0x30CE # 0 +0xABCF 0x30CF # 0 +0xABD0 0x30D0 # 0 +0xABD1 0x30D1 # 0 +0xABD2 0x30D2 # 0 +0xABD3 0x30D3 # 0 +0xABD4 0x30D4 # 0 +0xABD5 0x30D5 # 0 +0xABD6 0x30D6 # 0 +0xABD7 0x30D7 # 0 +0xABD8 0x30D8 # 0 +0xABD9 0x30D9 # 0 +0xABDA 0x30DA # 0 +0xABDB 0x30DB # 0 +0xABDC 0x30DC # 0 +0xABDD 0x30DD # 0 +0xABDE 0x30DE # 0 +0xABDF 0x30DF # 0 +0xABE0 0x30E0 # 0 +0xABE1 0x30E1 # 0 +0xABE2 0x30E2 # 0 +0xABE3 0x30E3 # 0 +0xABE4 0x30E4 # 0 +0xABE5 0x30E5 # 0 +0xABE6 0x30E6 # 0 +0xABE7 0x30E7 # 0 +0xABE8 0x30E8 # 0 +0xABE9 0x30E9 # 0 +0xABEA 0x30EA # 0 +0xABEB 0x30EB # 0 +0xABEC 0x30EC # 0 +0xABED 0x30ED # 0 +0xABEE 0x30EE # 0 +0xABEF 0x30EF # 0 +0xABF0 0x30F0 # 0 +0xABF1 0x30F1 # 0 +0xABF2 0x30F2 # 0 +0xABF3 0x30F3 # 0 +0xABF4 0x30F4 # 0 +0xABF5 0x30F5 # 0 +0xABF6 0x30F6 # 0 +0xAC41 0xCCFE # 0 +0xAC42 0xCCFF # 0 +0xAC43 0xCD00 # 0 +0xAC44 0xCD02 # 0 +0xAC45 0xCD03 # 0 +0xAC46 0xCD04 # 0 +0xAC47 0xCD05 # 0 +0xAC48 0xCD06 # 0 +0xAC49 0xCD07 # 0 +0xAC4A 0xCD0A # 0 +0xAC4B 0xCD0B # 0 +0xAC4C 0xCD0D # 0 +0xAC4D 0xCD0E # 0 +0xAC4E 0xCD0F # 0 +0xAC4F 0xCD11 # 0 +0xAC50 0xCD12 # 0 +0xAC51 0xCD13 # 0 +0xAC52 0xCD14 # 0 +0xAC53 0xCD15 # 0 +0xAC54 0xCD16 # 0 +0xAC55 0xCD17 # 0 +0xAC56 0xCD1A # 0 +0xAC57 0xCD1C # 0 +0xAC58 0xCD1E # 0 +0xAC59 0xCD1F # 0 +0xAC5A 0xCD20 # 0 +0xAC61 0xCD21 # 0 +0xAC62 0xCD22 # 0 +0xAC63 0xCD23 # 0 +0xAC64 0xCD25 # 0 +0xAC65 0xCD26 # 0 +0xAC66 0xCD27 # 0 +0xAC67 0xCD29 # 0 +0xAC68 0xCD2A # 0 +0xAC69 0xCD2B # 0 +0xAC6A 0xCD2D # 0 +0xAC6B 0xCD2E # 0 +0xAC6C 0xCD2F # 0 +0xAC6D 0xCD30 # 0 +0xAC6E 0xCD31 # 0 +0xAC6F 0xCD32 # 0 +0xAC70 0xCD33 # 0 +0xAC71 0xCD34 # 0 +0xAC72 0xCD35 # 0 +0xAC73 0xCD36 # 0 +0xAC74 0xCD37 # 0 +0xAC75 0xCD38 # 0 +0xAC76 0xCD3A # 0 +0xAC77 0xCD3B # 0 +0xAC78 0xCD3C # 0 +0xAC79 0xCD3D # 0 +0xAC7A 0xCD3E # 0 +0xAC81 0xCD3F # 0 +0xAC82 0xCD40 # 0 +0xAC83 0xCD41 # 0 +0xAC84 0xCD42 # 0 +0xAC85 0xCD43 # 0 +0xAC86 0xCD44 # 0 +0xAC87 0xCD45 # 0 +0xAC88 0xCD46 # 0 +0xAC89 0xCD47 # 0 +0xAC8A 0xCD48 # 0 +0xAC8B 0xCD49 # 0 +0xAC8C 0xCD4A # 0 +0xAC8D 0xCD4B # 0 +0xAC8E 0xCD4C # 0 +0xAC8F 0xCD4D # 0 +0xAC90 0xCD4E # 0 +0xAC91 0xCD4F # 0 +0xAC92 0xCD50 # 0 +0xAC93 0xCD51 # 0 +0xAC94 0xCD52 # 0 +0xAC95 0xCD53 # 0 +0xAC96 0xCD54 # 0 +0xAC97 0xCD55 # 0 +0xAC98 0xCD56 # 0 +0xAC99 0xCD57 # 0 +0xAC9A 0xCD58 # 0 +0xAC9B 0xCD59 # 0 +0xAC9C 0xCD5A # 0 +0xAC9D 0xCD5B # 0 +0xAC9E 0xCD5D # 0 +0xAC9F 0xCD5E # 0 +0xACA0 0xCD5F # 0 +0xACA1 0x0410 # 0 +0xACA2 0x0411 # 0 +0xACA3 0x0412 # 0 +0xACA4 0x0413 # 0 +0xACA5 0x0414 # 0 +0xACA6 0x0415 # 0 +0xACA7 0x0401 # 0 +0xACA8 0x0416 # 0 +0xACA9 0x0417 # 0 +0xACAA 0x0418 # 0 +0xACAB 0x0419 # 0 +0xACAC 0x041A # 0 +0xACAD 0x041B # 0 +0xACAE 0x041C # 0 +0xACAF 0x041D # 0 +0xACB0 0x041E # 0 +0xACB1 0x041F # 0 +0xACB2 0x0420 # 0 +0xACB3 0x0421 # 0 +0xACB4 0x0422 # 0 +0xACB5 0x0423 # 0 +0xACB6 0x0424 # 0 +0xACB7 0x0425 # 0 +0xACB8 0x0426 # 0 +0xACB9 0x0427 # 0 +0xACBA 0x0428 # 0 +0xACBB 0x0429 # 0 +0xACBC 0x042A # 0 +0xACBD 0x042B # 0 +0xACBE 0x042C # 0 +0xACBF 0x042D # 0 +0xACC0 0x042E # 0 +0xACC1 0x042F # 0 +0xACD1 0x0430 # 0 +0xACD2 0x0431 # 0 +0xACD3 0x0432 # 0 +0xACD4 0x0433 # 0 +0xACD5 0x0434 # 0 +0xACD6 0x0435 # 0 +0xACD7 0x0451 # 0 +0xACD8 0x0436 # 0 +0xACD9 0x0437 # 0 +0xACDA 0x0438 # 0 +0xACDB 0x0439 # 0 +0xACDC 0x043A # 0 +0xACDD 0x043B # 0 +0xACDE 0x043C # 0 +0xACDF 0x043D # 0 +0xACE0 0x043E # 0 +0xACE1 0x043F # 0 +0xACE2 0x0440 # 0 +0xACE3 0x0441 # 0 +0xACE4 0x0442 # 0 +0xACE5 0x0443 # 0 +0xACE6 0x0444 # 0 +0xACE7 0x0445 # 0 +0xACE8 0x0446 # 0 +0xACE9 0x0447 # 0 +0xACEA 0x0448 # 0 +0xACEB 0x0449 # 0 +0xACEC 0x044A # 0 +0xACED 0x044B # 0 +0xACEE 0x044C # 0 +0xACEF 0x044D # 0 +0xACF0 0x044E # 0 +0xACF1 0x044F # 0 +0xAD41 0xCD61 # 0 +0xAD42 0xCD62 # 0 +0xAD43 0xCD63 # 0 +0xAD44 0xCD65 # 0 +0xAD45 0xCD66 # 0 +0xAD46 0xCD67 # 0 +0xAD47 0xCD68 # 0 +0xAD48 0xCD69 # 0 +0xAD49 0xCD6A # 0 +0xAD4A 0xCD6B # 0 +0xAD4B 0xCD6E # 0 +0xAD4C 0xCD70 # 0 +0xAD4D 0xCD72 # 0 +0xAD4E 0xCD73 # 0 +0xAD4F 0xCD74 # 0 +0xAD50 0xCD75 # 0 +0xAD51 0xCD76 # 0 +0xAD52 0xCD77 # 0 +0xAD53 0xCD79 # 0 +0xAD54 0xCD7A # 0 +0xAD55 0xCD7B # 0 +0xAD56 0xCD7C # 0 +0xAD57 0xCD7D # 0 +0xAD58 0xCD7E # 0 +0xAD59 0xCD7F # 0 +0xAD5A 0xCD80 # 0 +0xAD61 0xCD81 # 0 +0xAD62 0xCD82 # 0 +0xAD63 0xCD83 # 0 +0xAD64 0xCD84 # 0 +0xAD65 0xCD85 # 0 +0xAD66 0xCD86 # 0 +0xAD67 0xCD87 # 0 +0xAD68 0xCD89 # 0 +0xAD69 0xCD8A # 0 +0xAD6A 0xCD8B # 0 +0xAD6B 0xCD8C # 0 +0xAD6C 0xCD8D # 0 +0xAD6D 0xCD8E # 0 +0xAD6E 0xCD8F # 0 +0xAD6F 0xCD90 # 0 +0xAD70 0xCD91 # 0 +0xAD71 0xCD92 # 0 +0xAD72 0xCD93 # 0 +0xAD73 0xCD96 # 0 +0xAD74 0xCD97 # 0 +0xAD75 0xCD99 # 0 +0xAD76 0xCD9A # 0 +0xAD77 0xCD9B # 0 +0xAD78 0xCD9D # 0 +0xAD79 0xCD9E # 0 +0xAD7A 0xCD9F # 0 +0xAD81 0xCDA0 # 0 +0xAD82 0xCDA1 # 0 +0xAD83 0xCDA2 # 0 +0xAD84 0xCDA3 # 0 +0xAD85 0xCDA6 # 0 +0xAD86 0xCDA8 # 0 +0xAD87 0xCDAA # 0 +0xAD88 0xCDAB # 0 +0xAD89 0xCDAC # 0 +0xAD8A 0xCDAD # 0 +0xAD8B 0xCDAE # 0 +0xAD8C 0xCDAF # 0 +0xAD8D 0xCDB1 # 0 +0xAD8E 0xCDB2 # 0 +0xAD8F 0xCDB3 # 0 +0xAD90 0xCDB4 # 0 +0xAD91 0xCDB5 # 0 +0xAD92 0xCDB6 # 0 +0xAD93 0xCDB7 # 0 +0xAD94 0xCDB8 # 0 +0xAD95 0xCDB9 # 0 +0xAD96 0xCDBA # 0 +0xAD97 0xCDBB # 0 +0xAD98 0xCDBC # 0 +0xAD99 0xCDBD # 0 +0xAD9A 0xCDBE # 0 +0xAD9B 0xCDBF # 0 +0xAD9C 0xCDC0 # 0 +0xAD9D 0xCDC1 # 0 +0xAD9E 0xCDC2 # 0 +0xAD9F 0xCDC3 # 0 +0xADA0 0xCDC5 # 0 +0xAE41 0xCDC6 # 0 +0xAE42 0xCDC7 # 0 +0xAE43 0xCDC8 # 0 +0xAE44 0xCDC9 # 0 +0xAE45 0xCDCA # 0 +0xAE46 0xCDCB # 0 +0xAE47 0xCDCD # 0 +0xAE48 0xCDCE # 0 +0xAE49 0xCDCF # 0 +0xAE4A 0xCDD1 # 0 +0xAE4B 0xCDD2 # 0 +0xAE4C 0xCDD3 # 0 +0xAE4D 0xCDD4 # 0 +0xAE4E 0xCDD5 # 0 +0xAE4F 0xCDD6 # 0 +0xAE50 0xCDD7 # 0 +0xAE51 0xCDD8 # 0 +0xAE52 0xCDD9 # 0 +0xAE53 0xCDDA # 0 +0xAE54 0xCDDB # 0 +0xAE55 0xCDDC # 0 +0xAE56 0xCDDD # 0 +0xAE57 0xCDDE # 0 +0xAE58 0xCDDF # 0 +0xAE59 0xCDE0 # 0 +0xAE5A 0xCDE1 # 0 +0xAE61 0xCDE2 # 0 +0xAE62 0xCDE3 # 0 +0xAE63 0xCDE4 # 0 +0xAE64 0xCDE5 # 0 +0xAE65 0xCDE6 # 0 +0xAE66 0xCDE7 # 0 +0xAE67 0xCDE9 # 0 +0xAE68 0xCDEA # 0 +0xAE69 0xCDEB # 0 +0xAE6A 0xCDED # 0 +0xAE6B 0xCDEE # 0 +0xAE6C 0xCDEF # 0 +0xAE6D 0xCDF1 # 0 +0xAE6E 0xCDF2 # 0 +0xAE6F 0xCDF3 # 0 +0xAE70 0xCDF4 # 0 +0xAE71 0xCDF5 # 0 +0xAE72 0xCDF6 # 0 +0xAE73 0xCDF7 # 0 +0xAE74 0xCDFA # 0 +0xAE75 0xCDFC # 0 +0xAE76 0xCDFE # 0 +0xAE77 0xCDFF # 0 +0xAE78 0xCE00 # 0 +0xAE79 0xCE01 # 0 +0xAE7A 0xCE02 # 0 +0xAE81 0xCE03 # 0 +0xAE82 0xCE05 # 0 +0xAE83 0xCE06 # 0 +0xAE84 0xCE07 # 0 +0xAE85 0xCE09 # 0 +0xAE86 0xCE0A # 0 +0xAE87 0xCE0B # 0 +0xAE88 0xCE0D # 0 +0xAE89 0xCE0E # 0 +0xAE8A 0xCE0F # 0 +0xAE8B 0xCE10 # 0 +0xAE8C 0xCE11 # 0 +0xAE8D 0xCE12 # 0 +0xAE8E 0xCE13 # 0 +0xAE8F 0xCE15 # 0 +0xAE90 0xCE16 # 0 +0xAE91 0xCE17 # 0 +0xAE92 0xCE18 # 0 +0xAE93 0xCE1A # 0 +0xAE94 0xCE1B # 0 +0xAE95 0xCE1C # 0 +0xAE96 0xCE1D # 0 +0xAE97 0xCE1E # 0 +0xAE98 0xCE1F # 0 +0xAE99 0xCE22 # 0 +0xAE9A 0xCE23 # 0 +0xAE9B 0xCE25 # 0 +0xAE9C 0xCE26 # 0 +0xAE9D 0xCE27 # 0 +0xAE9E 0xCE29 # 0 +0xAE9F 0xCE2A # 0 +0xAEA0 0xCE2B # 0 +0xAF41 0xCE2C # 0 +0xAF42 0xCE2D # 0 +0xAF43 0xCE2E # 0 +0xAF44 0xCE2F # 0 +0xAF45 0xCE32 # 0 +0xAF46 0xCE34 # 0 +0xAF47 0xCE36 # 0 +0xAF48 0xCE37 # 0 +0xAF49 0xCE38 # 0 +0xAF4A 0xCE39 # 0 +0xAF4B 0xCE3A # 0 +0xAF4C 0xCE3B # 0 +0xAF4D 0xCE3C # 0 +0xAF4E 0xCE3D # 0 +0xAF4F 0xCE3E # 0 +0xAF50 0xCE3F # 0 +0xAF51 0xCE40 # 0 +0xAF52 0xCE41 # 0 +0xAF53 0xCE42 # 0 +0xAF54 0xCE43 # 0 +0xAF55 0xCE44 # 0 +0xAF56 0xCE45 # 0 +0xAF57 0xCE46 # 0 +0xAF58 0xCE47 # 0 +0xAF59 0xCE48 # 0 +0xAF5A 0xCE49 # 0 +0xAF61 0xCE4A # 0 +0xAF62 0xCE4B # 0 +0xAF63 0xCE4C # 0 +0xAF64 0xCE4D # 0 +0xAF65 0xCE4E # 0 +0xAF66 0xCE4F # 0 +0xAF67 0xCE50 # 0 +0xAF68 0xCE51 # 0 +0xAF69 0xCE52 # 0 +0xAF6A 0xCE53 # 0 +0xAF6B 0xCE54 # 0 +0xAF6C 0xCE55 # 0 +0xAF6D 0xCE56 # 0 +0xAF6E 0xCE57 # 0 +0xAF6F 0xCE5A # 0 +0xAF70 0xCE5B # 0 +0xAF71 0xCE5D # 0 +0xAF72 0xCE5E # 0 +0xAF73 0xCE62 # 0 +0xAF74 0xCE63 # 0 +0xAF75 0xCE64 # 0 +0xAF76 0xCE65 # 0 +0xAF77 0xCE66 # 0 +0xAF78 0xCE67 # 0 +0xAF79 0xCE6A # 0 +0xAF7A 0xCE6C # 0 +0xAF81 0xCE6E # 0 +0xAF82 0xCE6F # 0 +0xAF83 0xCE70 # 0 +0xAF84 0xCE71 # 0 +0xAF85 0xCE72 # 0 +0xAF86 0xCE73 # 0 +0xAF87 0xCE76 # 0 +0xAF88 0xCE77 # 0 +0xAF89 0xCE79 # 0 +0xAF8A 0xCE7A # 0 +0xAF8B 0xCE7B # 0 +0xAF8C 0xCE7D # 0 +0xAF8D 0xCE7E # 0 +0xAF8E 0xCE7F # 0 +0xAF8F 0xCE80 # 0 +0xAF90 0xCE81 # 0 +0xAF91 0xCE82 # 0 +0xAF92 0xCE83 # 0 +0xAF93 0xCE86 # 0 +0xAF94 0xCE88 # 0 +0xAF95 0xCE8A # 0 +0xAF96 0xCE8B # 0 +0xAF97 0xCE8C # 0 +0xAF98 0xCE8D # 0 +0xAF99 0xCE8E # 0 +0xAF9A 0xCE8F # 0 +0xAF9B 0xCE92 # 0 +0xAF9C 0xCE93 # 0 +0xAF9D 0xCE95 # 0 +0xAF9E 0xCE96 # 0 +0xAF9F 0xCE97 # 0 +0xAFA0 0xCE99 # 0 +0xB041 0xCE9A # 0 +0xB042 0xCE9B # 0 +0xB043 0xCE9C # 0 +0xB044 0xCE9D # 0 +0xB045 0xCE9E # 0 +0xB046 0xCE9F # 0 +0xB047 0xCEA2 # 0 +0xB048 0xCEA6 # 0 +0xB049 0xCEA7 # 0 +0xB04A 0xCEA8 # 0 +0xB04B 0xCEA9 # 0 +0xB04C 0xCEAA # 0 +0xB04D 0xCEAB # 0 +0xB04E 0xCEAE # 0 +0xB04F 0xCEAF # 0 +0xB050 0xCEB0 # 0 +0xB051 0xCEB1 # 0 +0xB052 0xCEB2 # 0 +0xB053 0xCEB3 # 0 +0xB054 0xCEB4 # 0 +0xB055 0xCEB5 # 0 +0xB056 0xCEB6 # 0 +0xB057 0xCEB7 # 0 +0xB058 0xCEB8 # 0 +0xB059 0xCEB9 # 0 +0xB05A 0xCEBA # 0 +0xB061 0xCEBB # 0 +0xB062 0xCEBC # 0 +0xB063 0xCEBD # 0 +0xB064 0xCEBE # 0 +0xB065 0xCEBF # 0 +0xB066 0xCEC0 # 0 +0xB067 0xCEC2 # 0 +0xB068 0xCEC3 # 0 +0xB069 0xCEC4 # 0 +0xB06A 0xCEC5 # 0 +0xB06B 0xCEC6 # 0 +0xB06C 0xCEC7 # 0 +0xB06D 0xCEC8 # 0 +0xB06E 0xCEC9 # 0 +0xB06F 0xCECA # 0 +0xB070 0xCECB # 0 +0xB071 0xCECC # 0 +0xB072 0xCECD # 0 +0xB073 0xCECE # 0 +0xB074 0xCECF # 0 +0xB075 0xCED0 # 0 +0xB076 0xCED1 # 0 +0xB077 0xCED2 # 0 +0xB078 0xCED3 # 0 +0xB079 0xCED4 # 0 +0xB07A 0xCED5 # 0 +0xB081 0xCED6 # 0 +0xB082 0xCED7 # 0 +0xB083 0xCED8 # 0 +0xB084 0xCED9 # 0 +0xB085 0xCEDA # 0 +0xB086 0xCEDB # 0 +0xB087 0xCEDC # 0 +0xB088 0xCEDD # 0 +0xB089 0xCEDE # 0 +0xB08A 0xCEDF # 0 +0xB08B 0xCEE0 # 0 +0xB08C 0xCEE1 # 0 +0xB08D 0xCEE2 # 0 +0xB08E 0xCEE3 # 0 +0xB08F 0xCEE6 # 0 +0xB090 0xCEE7 # 0 +0xB091 0xCEE9 # 0 +0xB092 0xCEEA # 0 +0xB093 0xCEED # 0 +0xB094 0xCEEE # 0 +0xB095 0xCEEF # 0 +0xB096 0xCEF0 # 0 +0xB097 0xCEF1 # 0 +0xB098 0xCEF2 # 0 +0xB099 0xCEF3 # 0 +0xB09A 0xCEF6 # 0 +0xB09B 0xCEFA # 0 +0xB09C 0xCEFB # 0 +0xB09D 0xCEFC # 0 +0xB09E 0xCEFD # 0 +0xB09F 0xCEFE # 0 +0xB0A0 0xCEFF # 0 +0xB0A1 0xAC00 # 0 +0xB0A2 0xAC01 # 0 +0xB0A3 0xAC04 # 0 +0xB0A4 0xAC07 # 0 +0xB0A5 0xAC08 # 0 +0xB0A6 0xAC09 # 0 +0xB0A7 0xAC0A # 0 +0xB0A8 0xAC10 # 0 +0xB0A9 0xAC11 # 0 +0xB0AA 0xAC12 # 0 +0xB0AB 0xAC13 # 0 +0xB0AC 0xAC14 # 0 +0xB0AD 0xAC15 # 0 +0xB0AE 0xAC16 # 0 +0xB0AF 0xAC17 # 0 +0xB0B0 0xAC19 # 0 +0xB0B1 0xAC1A # 0 +0xB0B2 0xAC1B # 0 +0xB0B3 0xAC1C # 0 +0xB0B4 0xAC1D # 0 +0xB0B5 0xAC20 # 0 +0xB0B6 0xAC24 # 0 +0xB0B7 0xAC2C # 0 +0xB0B8 0xAC2D # 0 +0xB0B9 0xAC2F # 0 +0xB0BA 0xAC30 # 0 +0xB0BB 0xAC31 # 0 +0xB0BC 0xAC38 # 0 +0xB0BD 0xAC39 # 0 +0xB0BE 0xAC3C # 0 +0xB0BF 0xAC40 # 0 +0xB0C0 0xAC4B # 0 +0xB0C1 0xAC4D # 0 +0xB0C2 0xAC54 # 0 +0xB0C3 0xAC58 # 0 +0xB0C4 0xAC5C # 0 +0xB0C5 0xAC70 # 0 +0xB0C6 0xAC71 # 0 +0xB0C7 0xAC74 # 0 +0xB0C8 0xAC77 # 0 +0xB0C9 0xAC78 # 0 +0xB0CA 0xAC7A # 0 +0xB0CB 0xAC80 # 0 +0xB0CC 0xAC81 # 0 +0xB0CD 0xAC83 # 0 +0xB0CE 0xAC84 # 0 +0xB0CF 0xAC85 # 0 +0xB0D0 0xAC86 # 0 +0xB0D1 0xAC89 # 0 +0xB0D2 0xAC8A # 0 +0xB0D3 0xAC8B # 0 +0xB0D4 0xAC8C # 0 +0xB0D5 0xAC90 # 0 +0xB0D6 0xAC94 # 0 +0xB0D7 0xAC9C # 0 +0xB0D8 0xAC9D # 0 +0xB0D9 0xAC9F # 0 +0xB0DA 0xACA0 # 0 +0xB0DB 0xACA1 # 0 +0xB0DC 0xACA8 # 0 +0xB0DD 0xACA9 # 0 +0xB0DE 0xACAA # 0 +0xB0DF 0xACAC # 0 +0xB0E0 0xACAF # 0 +0xB0E1 0xACB0 # 0 +0xB0E2 0xACB8 # 0 +0xB0E3 0xACB9 # 0 +0xB0E4 0xACBB # 0 +0xB0E5 0xACBC # 0 +0xB0E6 0xACBD # 0 +0xB0E7 0xACC1 # 0 +0xB0E8 0xACC4 # 0 +0xB0E9 0xACC8 # 0 +0xB0EA 0xACCC # 0 +0xB0EB 0xACD5 # 0 +0xB0EC 0xACD7 # 0 +0xB0ED 0xACE0 # 0 +0xB0EE 0xACE1 # 0 +0xB0EF 0xACE4 # 0 +0xB0F0 0xACE7 # 0 +0xB0F1 0xACE8 # 0 +0xB0F2 0xACEA # 0 +0xB0F3 0xACEC # 0 +0xB0F4 0xACEF # 0 +0xB0F5 0xACF0 # 0 +0xB0F6 0xACF1 # 0 +0xB0F7 0xACF3 # 0 +0xB0F8 0xACF5 # 0 +0xB0F9 0xACF6 # 0 +0xB0FA 0xACFC # 0 +0xB0FB 0xACFD # 0 +0xB0FC 0xAD00 # 0 +0xB0FD 0xAD04 # 0 +0xB0FE 0xAD06 # 0 +0xB141 0xCF02 # 0 +0xB142 0xCF03 # 0 +0xB143 0xCF05 # 0 +0xB144 0xCF06 # 0 +0xB145 0xCF07 # 0 +0xB146 0xCF09 # 0 +0xB147 0xCF0A # 0 +0xB148 0xCF0B # 0 +0xB149 0xCF0C # 0 +0xB14A 0xCF0D # 0 +0xB14B 0xCF0E # 0 +0xB14C 0xCF0F # 0 +0xB14D 0xCF12 # 0 +0xB14E 0xCF14 # 0 +0xB14F 0xCF16 # 0 +0xB150 0xCF17 # 0 +0xB151 0xCF18 # 0 +0xB152 0xCF19 # 0 +0xB153 0xCF1A # 0 +0xB154 0xCF1B # 0 +0xB155 0xCF1D # 0 +0xB156 0xCF1E # 0 +0xB157 0xCF1F # 0 +0xB158 0xCF21 # 0 +0xB159 0xCF22 # 0 +0xB15A 0xCF23 # 0 +0xB161 0xCF25 # 0 +0xB162 0xCF26 # 0 +0xB163 0xCF27 # 0 +0xB164 0xCF28 # 0 +0xB165 0xCF29 # 0 +0xB166 0xCF2A # 0 +0xB167 0xCF2B # 0 +0xB168 0xCF2E # 0 +0xB169 0xCF32 # 0 +0xB16A 0xCF33 # 0 +0xB16B 0xCF34 # 0 +0xB16C 0xCF35 # 0 +0xB16D 0xCF36 # 0 +0xB16E 0xCF37 # 0 +0xB16F 0xCF39 # 0 +0xB170 0xCF3A # 0 +0xB171 0xCF3B # 0 +0xB172 0xCF3C # 0 +0xB173 0xCF3D # 0 +0xB174 0xCF3E # 0 +0xB175 0xCF3F # 0 +0xB176 0xCF40 # 0 +0xB177 0xCF41 # 0 +0xB178 0xCF42 # 0 +0xB179 0xCF43 # 0 +0xB17A 0xCF44 # 0 +0xB181 0xCF45 # 0 +0xB182 0xCF46 # 0 +0xB183 0xCF47 # 0 +0xB184 0xCF48 # 0 +0xB185 0xCF49 # 0 +0xB186 0xCF4A # 0 +0xB187 0xCF4B # 0 +0xB188 0xCF4C # 0 +0xB189 0xCF4D # 0 +0xB18A 0xCF4E # 0 +0xB18B 0xCF4F # 0 +0xB18C 0xCF50 # 0 +0xB18D 0xCF51 # 0 +0xB18E 0xCF52 # 0 +0xB18F 0xCF53 # 0 +0xB190 0xCF56 # 0 +0xB191 0xCF57 # 0 +0xB192 0xCF59 # 0 +0xB193 0xCF5A # 0 +0xB194 0xCF5B # 0 +0xB195 0xCF5D # 0 +0xB196 0xCF5E # 0 +0xB197 0xCF5F # 0 +0xB198 0xCF60 # 0 +0xB199 0xCF61 # 0 +0xB19A 0xCF62 # 0 +0xB19B 0xCF63 # 0 +0xB19C 0xCF66 # 0 +0xB19D 0xCF68 # 0 +0xB19E 0xCF6A # 0 +0xB19F 0xCF6B # 0 +0xB1A0 0xCF6C # 0 +0xB1A1 0xAD0C # 0 +0xB1A2 0xAD0D # 0 +0xB1A3 0xAD0F # 0 +0xB1A4 0xAD11 # 0 +0xB1A5 0xAD18 # 0 +0xB1A6 0xAD1C # 0 +0xB1A7 0xAD20 # 0 +0xB1A8 0xAD29 # 0 +0xB1A9 0xAD2C # 0 +0xB1AA 0xAD2D # 0 +0xB1AB 0xAD34 # 0 +0xB1AC 0xAD35 # 0 +0xB1AD 0xAD38 # 0 +0xB1AE 0xAD3C # 0 +0xB1AF 0xAD44 # 0 +0xB1B0 0xAD45 # 0 +0xB1B1 0xAD47 # 0 +0xB1B2 0xAD49 # 0 +0xB1B3 0xAD50 # 0 +0xB1B4 0xAD54 # 0 +0xB1B5 0xAD58 # 0 +0xB1B6 0xAD61 # 0 +0xB1B7 0xAD63 # 0 +0xB1B8 0xAD6C # 0 +0xB1B9 0xAD6D # 0 +0xB1BA 0xAD70 # 0 +0xB1BB 0xAD73 # 0 +0xB1BC 0xAD74 # 0 +0xB1BD 0xAD75 # 0 +0xB1BE 0xAD76 # 0 +0xB1BF 0xAD7B # 0 +0xB1C0 0xAD7C # 0 +0xB1C1 0xAD7D # 0 +0xB1C2 0xAD7F # 0 +0xB1C3 0xAD81 # 0 +0xB1C4 0xAD82 # 0 +0xB1C5 0xAD88 # 0 +0xB1C6 0xAD89 # 0 +0xB1C7 0xAD8C # 0 +0xB1C8 0xAD90 # 0 +0xB1C9 0xAD9C # 0 +0xB1CA 0xAD9D # 0 +0xB1CB 0xADA4 # 0 +0xB1CC 0xADB7 # 0 +0xB1CD 0xADC0 # 0 +0xB1CE 0xADC1 # 0 +0xB1CF 0xADC4 # 0 +0xB1D0 0xADC8 # 0 +0xB1D1 0xADD0 # 0 +0xB1D2 0xADD1 # 0 +0xB1D3 0xADD3 # 0 +0xB1D4 0xADDC # 0 +0xB1D5 0xADE0 # 0 +0xB1D6 0xADE4 # 0 +0xB1D7 0xADF8 # 0 +0xB1D8 0xADF9 # 0 +0xB1D9 0xADFC # 0 +0xB1DA 0xADFF # 0 +0xB1DB 0xAE00 # 0 +0xB1DC 0xAE01 # 0 +0xB1DD 0xAE08 # 0 +0xB1DE 0xAE09 # 0 +0xB1DF 0xAE0B # 0 +0xB1E0 0xAE0D # 0 +0xB1E1 0xAE14 # 0 +0xB1E2 0xAE30 # 0 +0xB1E3 0xAE31 # 0 +0xB1E4 0xAE34 # 0 +0xB1E5 0xAE37 # 0 +0xB1E6 0xAE38 # 0 +0xB1E7 0xAE3A # 0 +0xB1E8 0xAE40 # 0 +0xB1E9 0xAE41 # 0 +0xB1EA 0xAE43 # 0 +0xB1EB 0xAE45 # 0 +0xB1EC 0xAE46 # 0 +0xB1ED 0xAE4A # 0 +0xB1EE 0xAE4C # 0 +0xB1EF 0xAE4D # 0 +0xB1F0 0xAE4E # 0 +0xB1F1 0xAE50 # 0 +0xB1F2 0xAE54 # 0 +0xB1F3 0xAE56 # 0 +0xB1F4 0xAE5C # 0 +0xB1F5 0xAE5D # 0 +0xB1F6 0xAE5F # 0 +0xB1F7 0xAE60 # 0 +0xB1F8 0xAE61 # 0 +0xB1F9 0xAE65 # 0 +0xB1FA 0xAE68 # 0 +0xB1FB 0xAE69 # 0 +0xB1FC 0xAE6C # 0 +0xB1FD 0xAE70 # 0 +0xB1FE 0xAE78 # 0 +0xB241 0xCF6D # 0 +0xB242 0xCF6E # 0 +0xB243 0xCF6F # 0 +0xB244 0xCF72 # 0 +0xB245 0xCF73 # 0 +0xB246 0xCF75 # 0 +0xB247 0xCF76 # 0 +0xB248 0xCF77 # 0 +0xB249 0xCF79 # 0 +0xB24A 0xCF7A # 0 +0xB24B 0xCF7B # 0 +0xB24C 0xCF7C # 0 +0xB24D 0xCF7D # 0 +0xB24E 0xCF7E # 0 +0xB24F 0xCF7F # 0 +0xB250 0xCF81 # 0 +0xB251 0xCF82 # 0 +0xB252 0xCF83 # 0 +0xB253 0xCF84 # 0 +0xB254 0xCF86 # 0 +0xB255 0xCF87 # 0 +0xB256 0xCF88 # 0 +0xB257 0xCF89 # 0 +0xB258 0xCF8A # 0 +0xB259 0xCF8B # 0 +0xB25A 0xCF8D # 0 +0xB261 0xCF8E # 0 +0xB262 0xCF8F # 0 +0xB263 0xCF90 # 0 +0xB264 0xCF91 # 0 +0xB265 0xCF92 # 0 +0xB266 0xCF93 # 0 +0xB267 0xCF94 # 0 +0xB268 0xCF95 # 0 +0xB269 0xCF96 # 0 +0xB26A 0xCF97 # 0 +0xB26B 0xCF98 # 0 +0xB26C 0xCF99 # 0 +0xB26D 0xCF9A # 0 +0xB26E 0xCF9B # 0 +0xB26F 0xCF9C # 0 +0xB270 0xCF9D # 0 +0xB271 0xCF9E # 0 +0xB272 0xCF9F # 0 +0xB273 0xCFA0 # 0 +0xB274 0xCFA2 # 0 +0xB275 0xCFA3 # 0 +0xB276 0xCFA4 # 0 +0xB277 0xCFA5 # 0 +0xB278 0xCFA6 # 0 +0xB279 0xCFA7 # 0 +0xB27A 0xCFA9 # 0 +0xB281 0xCFAA # 0 +0xB282 0xCFAB # 0 +0xB283 0xCFAC # 0 +0xB284 0xCFAD # 0 +0xB285 0xCFAE # 0 +0xB286 0xCFAF # 0 +0xB287 0xCFB1 # 0 +0xB288 0xCFB2 # 0 +0xB289 0xCFB3 # 0 +0xB28A 0xCFB4 # 0 +0xB28B 0xCFB5 # 0 +0xB28C 0xCFB6 # 0 +0xB28D 0xCFB7 # 0 +0xB28E 0xCFB8 # 0 +0xB28F 0xCFB9 # 0 +0xB290 0xCFBA # 0 +0xB291 0xCFBB # 0 +0xB292 0xCFBC # 0 +0xB293 0xCFBD # 0 +0xB294 0xCFBE # 0 +0xB295 0xCFBF # 0 +0xB296 0xCFC0 # 0 +0xB297 0xCFC1 # 0 +0xB298 0xCFC2 # 0 +0xB299 0xCFC3 # 0 +0xB29A 0xCFC5 # 0 +0xB29B 0xCFC6 # 0 +0xB29C 0xCFC7 # 0 +0xB29D 0xCFC8 # 0 +0xB29E 0xCFC9 # 0 +0xB29F 0xCFCA # 0 +0xB2A0 0xCFCB # 0 +0xB2A1 0xAE79 # 0 +0xB2A2 0xAE7B # 0 +0xB2A3 0xAE7C # 0 +0xB2A4 0xAE7D # 0 +0xB2A5 0xAE84 # 0 +0xB2A6 0xAE85 # 0 +0xB2A7 0xAE8C # 0 +0xB2A8 0xAEBC # 0 +0xB2A9 0xAEBD # 0 +0xB2AA 0xAEBE # 0 +0xB2AB 0xAEC0 # 0 +0xB2AC 0xAEC4 # 0 +0xB2AD 0xAECC # 0 +0xB2AE 0xAECD # 0 +0xB2AF 0xAECF # 0 +0xB2B0 0xAED0 # 0 +0xB2B1 0xAED1 # 0 +0xB2B2 0xAED8 # 0 +0xB2B3 0xAED9 # 0 +0xB2B4 0xAEDC # 0 +0xB2B5 0xAEE8 # 0 +0xB2B6 0xAEEB # 0 +0xB2B7 0xAEED # 0 +0xB2B8 0xAEF4 # 0 +0xB2B9 0xAEF8 # 0 +0xB2BA 0xAEFC # 0 +0xB2BB 0xAF07 # 0 +0xB2BC 0xAF08 # 0 +0xB2BD 0xAF0D # 0 +0xB2BE 0xAF10 # 0 +0xB2BF 0xAF2C # 0 +0xB2C0 0xAF2D # 0 +0xB2C1 0xAF30 # 0 +0xB2C2 0xAF32 # 0 +0xB2C3 0xAF34 # 0 +0xB2C4 0xAF3C # 0 +0xB2C5 0xAF3D # 0 +0xB2C6 0xAF3F # 0 +0xB2C7 0xAF41 # 0 +0xB2C8 0xAF42 # 0 +0xB2C9 0xAF43 # 0 +0xB2CA 0xAF48 # 0 +0xB2CB 0xAF49 # 0 +0xB2CC 0xAF50 # 0 +0xB2CD 0xAF5C # 0 +0xB2CE 0xAF5D # 0 +0xB2CF 0xAF64 # 0 +0xB2D0 0xAF65 # 0 +0xB2D1 0xAF79 # 0 +0xB2D2 0xAF80 # 0 +0xB2D3 0xAF84 # 0 +0xB2D4 0xAF88 # 0 +0xB2D5 0xAF90 # 0 +0xB2D6 0xAF91 # 0 +0xB2D7 0xAF95 # 0 +0xB2D8 0xAF9C # 0 +0xB2D9 0xAFB8 # 0 +0xB2DA 0xAFB9 # 0 +0xB2DB 0xAFBC # 0 +0xB2DC 0xAFC0 # 0 +0xB2DD 0xAFC7 # 0 +0xB2DE 0xAFC8 # 0 +0xB2DF 0xAFC9 # 0 +0xB2E0 0xAFCB # 0 +0xB2E1 0xAFCD # 0 +0xB2E2 0xAFCE # 0 +0xB2E3 0xAFD4 # 0 +0xB2E4 0xAFDC # 0 +0xB2E5 0xAFE8 # 0 +0xB2E6 0xAFE9 # 0 +0xB2E7 0xAFF0 # 0 +0xB2E8 0xAFF1 # 0 +0xB2E9 0xAFF4 # 0 +0xB2EA 0xAFF8 # 0 +0xB2EB 0xB000 # 0 +0xB2EC 0xB001 # 0 +0xB2ED 0xB004 # 0 +0xB2EE 0xB00C # 0 +0xB2EF 0xB010 # 0 +0xB2F0 0xB014 # 0 +0xB2F1 0xB01C # 0 +0xB2F2 0xB01D # 0 +0xB2F3 0xB028 # 0 +0xB2F4 0xB044 # 0 +0xB2F5 0xB045 # 0 +0xB2F6 0xB048 # 0 +0xB2F7 0xB04A # 0 +0xB2F8 0xB04C # 0 +0xB2F9 0xB04E # 0 +0xB2FA 0xB053 # 0 +0xB2FB 0xB054 # 0 +0xB2FC 0xB055 # 0 +0xB2FD 0xB057 # 0 +0xB2FE 0xB059 # 0 +0xB341 0xCFCC # 0 +0xB342 0xCFCD # 0 +0xB343 0xCFCE # 0 +0xB344 0xCFCF # 0 +0xB345 0xCFD0 # 0 +0xB346 0xCFD1 # 0 +0xB347 0xCFD2 # 0 +0xB348 0xCFD3 # 0 +0xB349 0xCFD4 # 0 +0xB34A 0xCFD5 # 0 +0xB34B 0xCFD6 # 0 +0xB34C 0xCFD7 # 0 +0xB34D 0xCFD8 # 0 +0xB34E 0xCFD9 # 0 +0xB34F 0xCFDA # 0 +0xB350 0xCFDB # 0 +0xB351 0xCFDC # 0 +0xB352 0xCFDD # 0 +0xB353 0xCFDE # 0 +0xB354 0xCFDF # 0 +0xB355 0xCFE2 # 0 +0xB356 0xCFE3 # 0 +0xB357 0xCFE5 # 0 +0xB358 0xCFE6 # 0 +0xB359 0xCFE7 # 0 +0xB35A 0xCFE9 # 0 +0xB361 0xCFEA # 0 +0xB362 0xCFEB # 0 +0xB363 0xCFEC # 0 +0xB364 0xCFED # 0 +0xB365 0xCFEE # 0 +0xB366 0xCFEF # 0 +0xB367 0xCFF2 # 0 +0xB368 0xCFF4 # 0 +0xB369 0xCFF6 # 0 +0xB36A 0xCFF7 # 0 +0xB36B 0xCFF8 # 0 +0xB36C 0xCFF9 # 0 +0xB36D 0xCFFA # 0 +0xB36E 0xCFFB # 0 +0xB36F 0xCFFD # 0 +0xB370 0xCFFE # 0 +0xB371 0xCFFF # 0 +0xB372 0xD001 # 0 +0xB373 0xD002 # 0 +0xB374 0xD003 # 0 +0xB375 0xD005 # 0 +0xB376 0xD006 # 0 +0xB377 0xD007 # 0 +0xB378 0xD008 # 0 +0xB379 0xD009 # 0 +0xB37A 0xD00A # 0 +0xB381 0xD00B # 0 +0xB382 0xD00C # 0 +0xB383 0xD00D # 0 +0xB384 0xD00E # 0 +0xB385 0xD00F # 0 +0xB386 0xD010 # 0 +0xB387 0xD012 # 0 +0xB388 0xD013 # 0 +0xB389 0xD014 # 0 +0xB38A 0xD015 # 0 +0xB38B 0xD016 # 0 +0xB38C 0xD017 # 0 +0xB38D 0xD019 # 0 +0xB38E 0xD01A # 0 +0xB38F 0xD01B # 0 +0xB390 0xD01C # 0 +0xB391 0xD01D # 0 +0xB392 0xD01E # 0 +0xB393 0xD01F # 0 +0xB394 0xD020 # 0 +0xB395 0xD021 # 0 +0xB396 0xD022 # 0 +0xB397 0xD023 # 0 +0xB398 0xD024 # 0 +0xB399 0xD025 # 0 +0xB39A 0xD026 # 0 +0xB39B 0xD027 # 0 +0xB39C 0xD028 # 0 +0xB39D 0xD029 # 0 +0xB39E 0xD02A # 0 +0xB39F 0xD02B # 0 +0xB3A0 0xD02C # 0 +0xB3A1 0xB05D # 0 +0xB3A2 0xB07C # 0 +0xB3A3 0xB07D # 0 +0xB3A4 0xB080 # 0 +0xB3A5 0xB084 # 0 +0xB3A6 0xB08C # 0 +0xB3A7 0xB08D # 0 +0xB3A8 0xB08F # 0 +0xB3A9 0xB091 # 0 +0xB3AA 0xB098 # 0 +0xB3AB 0xB099 # 0 +0xB3AC 0xB09A # 0 +0xB3AD 0xB09C # 0 +0xB3AE 0xB09F # 0 +0xB3AF 0xB0A0 # 0 +0xB3B0 0xB0A1 # 0 +0xB3B1 0xB0A2 # 0 +0xB3B2 0xB0A8 # 0 +0xB3B3 0xB0A9 # 0 +0xB3B4 0xB0AB # 0 +0xB3B5 0xB0AC # 0 +0xB3B6 0xB0AD # 0 +0xB3B7 0xB0AE # 0 +0xB3B8 0xB0AF # 0 +0xB3B9 0xB0B1 # 0 +0xB3BA 0xB0B3 # 0 +0xB3BB 0xB0B4 # 0 +0xB3BC 0xB0B5 # 0 +0xB3BD 0xB0B8 # 0 +0xB3BE 0xB0BC # 0 +0xB3BF 0xB0C4 # 0 +0xB3C0 0xB0C5 # 0 +0xB3C1 0xB0C7 # 0 +0xB3C2 0xB0C8 # 0 +0xB3C3 0xB0C9 # 0 +0xB3C4 0xB0D0 # 0 +0xB3C5 0xB0D1 # 0 +0xB3C6 0xB0D4 # 0 +0xB3C7 0xB0D8 # 0 +0xB3C8 0xB0E0 # 0 +0xB3C9 0xB0E5 # 0 +0xB3CA 0xB108 # 0 +0xB3CB 0xB109 # 0 +0xB3CC 0xB10B # 0 +0xB3CD 0xB10C # 0 +0xB3CE 0xB110 # 0 +0xB3CF 0xB112 # 0 +0xB3D0 0xB113 # 0 +0xB3D1 0xB118 # 0 +0xB3D2 0xB119 # 0 +0xB3D3 0xB11B # 0 +0xB3D4 0xB11C # 0 +0xB3D5 0xB11D # 0 +0xB3D6 0xB123 # 0 +0xB3D7 0xB124 # 0 +0xB3D8 0xB125 # 0 +0xB3D9 0xB128 # 0 +0xB3DA 0xB12C # 0 +0xB3DB 0xB134 # 0 +0xB3DC 0xB135 # 0 +0xB3DD 0xB137 # 0 +0xB3DE 0xB138 # 0 +0xB3DF 0xB139 # 0 +0xB3E0 0xB140 # 0 +0xB3E1 0xB141 # 0 +0xB3E2 0xB144 # 0 +0xB3E3 0xB148 # 0 +0xB3E4 0xB150 # 0 +0xB3E5 0xB151 # 0 +0xB3E6 0xB154 # 0 +0xB3E7 0xB155 # 0 +0xB3E8 0xB158 # 0 +0xB3E9 0xB15C # 0 +0xB3EA 0xB160 # 0 +0xB3EB 0xB178 # 0 +0xB3EC 0xB179 # 0 +0xB3ED 0xB17C # 0 +0xB3EE 0xB180 # 0 +0xB3EF 0xB182 # 0 +0xB3F0 0xB188 # 0 +0xB3F1 0xB189 # 0 +0xB3F2 0xB18B # 0 +0xB3F3 0xB18D # 0 +0xB3F4 0xB192 # 0 +0xB3F5 0xB193 # 0 +0xB3F6 0xB194 # 0 +0xB3F7 0xB198 # 0 +0xB3F8 0xB19C # 0 +0xB3F9 0xB1A8 # 0 +0xB3FA 0xB1CC # 0 +0xB3FB 0xB1D0 # 0 +0xB3FC 0xB1D4 # 0 +0xB3FD 0xB1DC # 0 +0xB3FE 0xB1DD # 0 +0xB441 0xD02E # 0 +0xB442 0xD02F # 0 +0xB443 0xD030 # 0 +0xB444 0xD031 # 0 +0xB445 0xD032 # 0 +0xB446 0xD033 # 0 +0xB447 0xD036 # 0 +0xB448 0xD037 # 0 +0xB449 0xD039 # 0 +0xB44A 0xD03A # 0 +0xB44B 0xD03B # 0 +0xB44C 0xD03D # 0 +0xB44D 0xD03E # 0 +0xB44E 0xD03F # 0 +0xB44F 0xD040 # 0 +0xB450 0xD041 # 0 +0xB451 0xD042 # 0 +0xB452 0xD043 # 0 +0xB453 0xD046 # 0 +0xB454 0xD048 # 0 +0xB455 0xD04A # 0 +0xB456 0xD04B # 0 +0xB457 0xD04C # 0 +0xB458 0xD04D # 0 +0xB459 0xD04E # 0 +0xB45A 0xD04F # 0 +0xB461 0xD051 # 0 +0xB462 0xD052 # 0 +0xB463 0xD053 # 0 +0xB464 0xD055 # 0 +0xB465 0xD056 # 0 +0xB466 0xD057 # 0 +0xB467 0xD059 # 0 +0xB468 0xD05A # 0 +0xB469 0xD05B # 0 +0xB46A 0xD05C # 0 +0xB46B 0xD05D # 0 +0xB46C 0xD05E # 0 +0xB46D 0xD05F # 0 +0xB46E 0xD061 # 0 +0xB46F 0xD062 # 0 +0xB470 0xD063 # 0 +0xB471 0xD064 # 0 +0xB472 0xD065 # 0 +0xB473 0xD066 # 0 +0xB474 0xD067 # 0 +0xB475 0xD068 # 0 +0xB476 0xD069 # 0 +0xB477 0xD06A # 0 +0xB478 0xD06B # 0 +0xB479 0xD06E # 0 +0xB47A 0xD06F # 0 +0xB481 0xD071 # 0 +0xB482 0xD072 # 0 +0xB483 0xD073 # 0 +0xB484 0xD075 # 0 +0xB485 0xD076 # 0 +0xB486 0xD077 # 0 +0xB487 0xD078 # 0 +0xB488 0xD079 # 0 +0xB489 0xD07A # 0 +0xB48A 0xD07B # 0 +0xB48B 0xD07E # 0 +0xB48C 0xD07F # 0 +0xB48D 0xD080 # 0 +0xB48E 0xD082 # 0 +0xB48F 0xD083 # 0 +0xB490 0xD084 # 0 +0xB491 0xD085 # 0 +0xB492 0xD086 # 0 +0xB493 0xD087 # 0 +0xB494 0xD088 # 0 +0xB495 0xD089 # 0 +0xB496 0xD08A # 0 +0xB497 0xD08B # 0 +0xB498 0xD08C # 0 +0xB499 0xD08D # 0 +0xB49A 0xD08E # 0 +0xB49B 0xD08F # 0 +0xB49C 0xD090 # 0 +0xB49D 0xD091 # 0 +0xB49E 0xD092 # 0 +0xB49F 0xD093 # 0 +0xB4A0 0xD094 # 0 +0xB4A1 0xB1DF # 0 +0xB4A2 0xB1E8 # 0 +0xB4A3 0xB1E9 # 0 +0xB4A4 0xB1EC # 0 +0xB4A5 0xB1F0 # 0 +0xB4A6 0xB1F9 # 0 +0xB4A7 0xB1FB # 0 +0xB4A8 0xB1FD # 0 +0xB4A9 0xB204 # 0 +0xB4AA 0xB205 # 0 +0xB4AB 0xB208 # 0 +0xB4AC 0xB20B # 0 +0xB4AD 0xB20C # 0 +0xB4AE 0xB214 # 0 +0xB4AF 0xB215 # 0 +0xB4B0 0xB217 # 0 +0xB4B1 0xB219 # 0 +0xB4B2 0xB220 # 0 +0xB4B3 0xB234 # 0 +0xB4B4 0xB23C # 0 +0xB4B5 0xB258 # 0 +0xB4B6 0xB25C # 0 +0xB4B7 0xB260 # 0 +0xB4B8 0xB268 # 0 +0xB4B9 0xB269 # 0 +0xB4BA 0xB274 # 0 +0xB4BB 0xB275 # 0 +0xB4BC 0xB27C # 0 +0xB4BD 0xB284 # 0 +0xB4BE 0xB285 # 0 +0xB4BF 0xB289 # 0 +0xB4C0 0xB290 # 0 +0xB4C1 0xB291 # 0 +0xB4C2 0xB294 # 0 +0xB4C3 0xB298 # 0 +0xB4C4 0xB299 # 0 +0xB4C5 0xB29A # 0 +0xB4C6 0xB2A0 # 0 +0xB4C7 0xB2A1 # 0 +0xB4C8 0xB2A3 # 0 +0xB4C9 0xB2A5 # 0 +0xB4CA 0xB2A6 # 0 +0xB4CB 0xB2AA # 0 +0xB4CC 0xB2AC # 0 +0xB4CD 0xB2B0 # 0 +0xB4CE 0xB2B4 # 0 +0xB4CF 0xB2C8 # 0 +0xB4D0 0xB2C9 # 0 +0xB4D1 0xB2CC # 0 +0xB4D2 0xB2D0 # 0 +0xB4D3 0xB2D2 # 0 +0xB4D4 0xB2D8 # 0 +0xB4D5 0xB2D9 # 0 +0xB4D6 0xB2DB # 0 +0xB4D7 0xB2DD # 0 +0xB4D8 0xB2E2 # 0 +0xB4D9 0xB2E4 # 0 +0xB4DA 0xB2E5 # 0 +0xB4DB 0xB2E6 # 0 +0xB4DC 0xB2E8 # 0 +0xB4DD 0xB2EB # 0 +0xB4DE 0xB2EC # 0 +0xB4DF 0xB2ED # 0 +0xB4E0 0xB2EE # 0 +0xB4E1 0xB2EF # 0 +0xB4E2 0xB2F3 # 0 +0xB4E3 0xB2F4 # 0 +0xB4E4 0xB2F5 # 0 +0xB4E5 0xB2F7 # 0 +0xB4E6 0xB2F8 # 0 +0xB4E7 0xB2F9 # 0 +0xB4E8 0xB2FA # 0 +0xB4E9 0xB2FB # 0 +0xB4EA 0xB2FF # 0 +0xB4EB 0xB300 # 0 +0xB4EC 0xB301 # 0 +0xB4ED 0xB304 # 0 +0xB4EE 0xB308 # 0 +0xB4EF 0xB310 # 0 +0xB4F0 0xB311 # 0 +0xB4F1 0xB313 # 0 +0xB4F2 0xB314 # 0 +0xB4F3 0xB315 # 0 +0xB4F4 0xB31C # 0 +0xB4F5 0xB354 # 0 +0xB4F6 0xB355 # 0 +0xB4F7 0xB356 # 0 +0xB4F8 0xB358 # 0 +0xB4F9 0xB35B # 0 +0xB4FA 0xB35C # 0 +0xB4FB 0xB35E # 0 +0xB4FC 0xB35F # 0 +0xB4FD 0xB364 # 0 +0xB4FE 0xB365 # 0 +0xB541 0xD095 # 0 +0xB542 0xD096 # 0 +0xB543 0xD097 # 0 +0xB544 0xD098 # 0 +0xB545 0xD099 # 0 +0xB546 0xD09A # 0 +0xB547 0xD09B # 0 +0xB548 0xD09C # 0 +0xB549 0xD09D # 0 +0xB54A 0xD09E # 0 +0xB54B 0xD09F # 0 +0xB54C 0xD0A0 # 0 +0xB54D 0xD0A1 # 0 +0xB54E 0xD0A2 # 0 +0xB54F 0xD0A3 # 0 +0xB550 0xD0A6 # 0 +0xB551 0xD0A7 # 0 +0xB552 0xD0A9 # 0 +0xB553 0xD0AA # 0 +0xB554 0xD0AB # 0 +0xB555 0xD0AD # 0 +0xB556 0xD0AE # 0 +0xB557 0xD0AF # 0 +0xB558 0xD0B0 # 0 +0xB559 0xD0B1 # 0 +0xB55A 0xD0B2 # 0 +0xB561 0xD0B3 # 0 +0xB562 0xD0B6 # 0 +0xB563 0xD0B8 # 0 +0xB564 0xD0BA # 0 +0xB565 0xD0BB # 0 +0xB566 0xD0BC # 0 +0xB567 0xD0BD # 0 +0xB568 0xD0BE # 0 +0xB569 0xD0BF # 0 +0xB56A 0xD0C2 # 0 +0xB56B 0xD0C3 # 0 +0xB56C 0xD0C5 # 0 +0xB56D 0xD0C6 # 0 +0xB56E 0xD0C7 # 0 +0xB56F 0xD0CA # 0 +0xB570 0xD0CB # 0 +0xB571 0xD0CC # 0 +0xB572 0xD0CD # 0 +0xB573 0xD0CE # 0 +0xB574 0xD0CF # 0 +0xB575 0xD0D2 # 0 +0xB576 0xD0D6 # 0 +0xB577 0xD0D7 # 0 +0xB578 0xD0D8 # 0 +0xB579 0xD0D9 # 0 +0xB57A 0xD0DA # 0 +0xB581 0xD0DB # 0 +0xB582 0xD0DE # 0 +0xB583 0xD0DF # 0 +0xB584 0xD0E1 # 0 +0xB585 0xD0E2 # 0 +0xB586 0xD0E3 # 0 +0xB587 0xD0E5 # 0 +0xB588 0xD0E6 # 0 +0xB589 0xD0E7 # 0 +0xB58A 0xD0E8 # 0 +0xB58B 0xD0E9 # 0 +0xB58C 0xD0EA # 0 +0xB58D 0xD0EB # 0 +0xB58E 0xD0EE # 0 +0xB58F 0xD0F2 # 0 +0xB590 0xD0F3 # 0 +0xB591 0xD0F4 # 0 +0xB592 0xD0F5 # 0 +0xB593 0xD0F6 # 0 +0xB594 0xD0F7 # 0 +0xB595 0xD0F9 # 0 +0xB596 0xD0FA # 0 +0xB597 0xD0FB # 0 +0xB598 0xD0FC # 0 +0xB599 0xD0FD # 0 +0xB59A 0xD0FE # 0 +0xB59B 0xD0FF # 0 +0xB59C 0xD100 # 0 +0xB59D 0xD101 # 0 +0xB59E 0xD102 # 0 +0xB59F 0xD103 # 0 +0xB5A0 0xD104 # 0 +0xB5A1 0xB367 # 0 +0xB5A2 0xB369 # 0 +0xB5A3 0xB36B # 0 +0xB5A4 0xB36E # 0 +0xB5A5 0xB370 # 0 +0xB5A6 0xB371 # 0 +0xB5A7 0xB374 # 0 +0xB5A8 0xB378 # 0 +0xB5A9 0xB380 # 0 +0xB5AA 0xB381 # 0 +0xB5AB 0xB383 # 0 +0xB5AC 0xB384 # 0 +0xB5AD 0xB385 # 0 +0xB5AE 0xB38C # 0 +0xB5AF 0xB390 # 0 +0xB5B0 0xB394 # 0 +0xB5B1 0xB3A0 # 0 +0xB5B2 0xB3A1 # 0 +0xB5B3 0xB3A8 # 0 +0xB5B4 0xB3AC # 0 +0xB5B5 0xB3C4 # 0 +0xB5B6 0xB3C5 # 0 +0xB5B7 0xB3C8 # 0 +0xB5B8 0xB3CB # 0 +0xB5B9 0xB3CC # 0 +0xB5BA 0xB3CE # 0 +0xB5BB 0xB3D0 # 0 +0xB5BC 0xB3D4 # 0 +0xB5BD 0xB3D5 # 0 +0xB5BE 0xB3D7 # 0 +0xB5BF 0xB3D9 # 0 +0xB5C0 0xB3DB # 0 +0xB5C1 0xB3DD # 0 +0xB5C2 0xB3E0 # 0 +0xB5C3 0xB3E4 # 0 +0xB5C4 0xB3E8 # 0 +0xB5C5 0xB3FC # 0 +0xB5C6 0xB410 # 0 +0xB5C7 0xB418 # 0 +0xB5C8 0xB41C # 0 +0xB5C9 0xB420 # 0 +0xB5CA 0xB428 # 0 +0xB5CB 0xB429 # 0 +0xB5CC 0xB42B # 0 +0xB5CD 0xB434 # 0 +0xB5CE 0xB450 # 0 +0xB5CF 0xB451 # 0 +0xB5D0 0xB454 # 0 +0xB5D1 0xB458 # 0 +0xB5D2 0xB460 # 0 +0xB5D3 0xB461 # 0 +0xB5D4 0xB463 # 0 +0xB5D5 0xB465 # 0 +0xB5D6 0xB46C # 0 +0xB5D7 0xB480 # 0 +0xB5D8 0xB488 # 0 +0xB5D9 0xB49D # 0 +0xB5DA 0xB4A4 # 0 +0xB5DB 0xB4A8 # 0 +0xB5DC 0xB4AC # 0 +0xB5DD 0xB4B5 # 0 +0xB5DE 0xB4B7 # 0 +0xB5DF 0xB4B9 # 0 +0xB5E0 0xB4C0 # 0 +0xB5E1 0xB4C4 # 0 +0xB5E2 0xB4C8 # 0 +0xB5E3 0xB4D0 # 0 +0xB5E4 0xB4D5 # 0 +0xB5E5 0xB4DC # 0 +0xB5E6 0xB4DD # 0 +0xB5E7 0xB4E0 # 0 +0xB5E8 0xB4E3 # 0 +0xB5E9 0xB4E4 # 0 +0xB5EA 0xB4E6 # 0 +0xB5EB 0xB4EC # 0 +0xB5EC 0xB4ED # 0 +0xB5ED 0xB4EF # 0 +0xB5EE 0xB4F1 # 0 +0xB5EF 0xB4F8 # 0 +0xB5F0 0xB514 # 0 +0xB5F1 0xB515 # 0 +0xB5F2 0xB518 # 0 +0xB5F3 0xB51B # 0 +0xB5F4 0xB51C # 0 +0xB5F5 0xB524 # 0 +0xB5F6 0xB525 # 0 +0xB5F7 0xB527 # 0 +0xB5F8 0xB528 # 0 +0xB5F9 0xB529 # 0 +0xB5FA 0xB52A # 0 +0xB5FB 0xB530 # 0 +0xB5FC 0xB531 # 0 +0xB5FD 0xB534 # 0 +0xB5FE 0xB538 # 0 +0xB641 0xD105 # 0 +0xB642 0xD106 # 0 +0xB643 0xD107 # 0 +0xB644 0xD108 # 0 +0xB645 0xD109 # 0 +0xB646 0xD10A # 0 +0xB647 0xD10B # 0 +0xB648 0xD10C # 0 +0xB649 0xD10E # 0 +0xB64A 0xD10F # 0 +0xB64B 0xD110 # 0 +0xB64C 0xD111 # 0 +0xB64D 0xD112 # 0 +0xB64E 0xD113 # 0 +0xB64F 0xD114 # 0 +0xB650 0xD115 # 0 +0xB651 0xD116 # 0 +0xB652 0xD117 # 0 +0xB653 0xD118 # 0 +0xB654 0xD119 # 0 +0xB655 0xD11A # 0 +0xB656 0xD11B # 0 +0xB657 0xD11C # 0 +0xB658 0xD11D # 0 +0xB659 0xD11E # 0 +0xB65A 0xD11F # 0 +0xB661 0xD120 # 0 +0xB662 0xD121 # 0 +0xB663 0xD122 # 0 +0xB664 0xD123 # 0 +0xB665 0xD124 # 0 +0xB666 0xD125 # 0 +0xB667 0xD126 # 0 +0xB668 0xD127 # 0 +0xB669 0xD128 # 0 +0xB66A 0xD129 # 0 +0xB66B 0xD12A # 0 +0xB66C 0xD12B # 0 +0xB66D 0xD12C # 0 +0xB66E 0xD12D # 0 +0xB66F 0xD12E # 0 +0xB670 0xD12F # 0 +0xB671 0xD132 # 0 +0xB672 0xD133 # 0 +0xB673 0xD135 # 0 +0xB674 0xD136 # 0 +0xB675 0xD137 # 0 +0xB676 0xD139 # 0 +0xB677 0xD13B # 0 +0xB678 0xD13C # 0 +0xB679 0xD13D # 0 +0xB67A 0xD13E # 0 +0xB681 0xD13F # 0 +0xB682 0xD142 # 0 +0xB683 0xD146 # 0 +0xB684 0xD147 # 0 +0xB685 0xD148 # 0 +0xB686 0xD149 # 0 +0xB687 0xD14A # 0 +0xB688 0xD14B # 0 +0xB689 0xD14E # 0 +0xB68A 0xD14F # 0 +0xB68B 0xD151 # 0 +0xB68C 0xD152 # 0 +0xB68D 0xD153 # 0 +0xB68E 0xD155 # 0 +0xB68F 0xD156 # 0 +0xB690 0xD157 # 0 +0xB691 0xD158 # 0 +0xB692 0xD159 # 0 +0xB693 0xD15A # 0 +0xB694 0xD15B # 0 +0xB695 0xD15E # 0 +0xB696 0xD160 # 0 +0xB697 0xD162 # 0 +0xB698 0xD163 # 0 +0xB699 0xD164 # 0 +0xB69A 0xD165 # 0 +0xB69B 0xD166 # 0 +0xB69C 0xD167 # 0 +0xB69D 0xD169 # 0 +0xB69E 0xD16A # 0 +0xB69F 0xD16B # 0 +0xB6A0 0xD16D # 0 +0xB6A1 0xB540 # 0 +0xB6A2 0xB541 # 0 +0xB6A3 0xB543 # 0 +0xB6A4 0xB544 # 0 +0xB6A5 0xB545 # 0 +0xB6A6 0xB54B # 0 +0xB6A7 0xB54C # 0 +0xB6A8 0xB54D # 0 +0xB6A9 0xB550 # 0 +0xB6AA 0xB554 # 0 +0xB6AB 0xB55C # 0 +0xB6AC 0xB55D # 0 +0xB6AD 0xB55F # 0 +0xB6AE 0xB560 # 0 +0xB6AF 0xB561 # 0 +0xB6B0 0xB5A0 # 0 +0xB6B1 0xB5A1 # 0 +0xB6B2 0xB5A4 # 0 +0xB6B3 0xB5A8 # 0 +0xB6B4 0xB5AA # 0 +0xB6B5 0xB5AB # 0 +0xB6B6 0xB5B0 # 0 +0xB6B7 0xB5B1 # 0 +0xB6B8 0xB5B3 # 0 +0xB6B9 0xB5B4 # 0 +0xB6BA 0xB5B5 # 0 +0xB6BB 0xB5BB # 0 +0xB6BC 0xB5BC # 0 +0xB6BD 0xB5BD # 0 +0xB6BE 0xB5C0 # 0 +0xB6BF 0xB5C4 # 0 +0xB6C0 0xB5CC # 0 +0xB6C1 0xB5CD # 0 +0xB6C2 0xB5CF # 0 +0xB6C3 0xB5D0 # 0 +0xB6C4 0xB5D1 # 0 +0xB6C5 0xB5D8 # 0 +0xB6C6 0xB5EC # 0 +0xB6C7 0xB610 # 0 +0xB6C8 0xB611 # 0 +0xB6C9 0xB614 # 0 +0xB6CA 0xB618 # 0 +0xB6CB 0xB625 # 0 +0xB6CC 0xB62C # 0 +0xB6CD 0xB634 # 0 +0xB6CE 0xB648 # 0 +0xB6CF 0xB664 # 0 +0xB6D0 0xB668 # 0 +0xB6D1 0xB69C # 0 +0xB6D2 0xB69D # 0 +0xB6D3 0xB6A0 # 0 +0xB6D4 0xB6A4 # 0 +0xB6D5 0xB6AB # 0 +0xB6D6 0xB6AC # 0 +0xB6D7 0xB6B1 # 0 +0xB6D8 0xB6D4 # 0 +0xB6D9 0xB6F0 # 0 +0xB6DA 0xB6F4 # 0 +0xB6DB 0xB6F8 # 0 +0xB6DC 0xB700 # 0 +0xB6DD 0xB701 # 0 +0xB6DE 0xB705 # 0 +0xB6DF 0xB728 # 0 +0xB6E0 0xB729 # 0 +0xB6E1 0xB72C # 0 +0xB6E2 0xB72F # 0 +0xB6E3 0xB730 # 0 +0xB6E4 0xB738 # 0 +0xB6E5 0xB739 # 0 +0xB6E6 0xB73B # 0 +0xB6E7 0xB744 # 0 +0xB6E8 0xB748 # 0 +0xB6E9 0xB74C # 0 +0xB6EA 0xB754 # 0 +0xB6EB 0xB755 # 0 +0xB6EC 0xB760 # 0 +0xB6ED 0xB764 # 0 +0xB6EE 0xB768 # 0 +0xB6EF 0xB770 # 0 +0xB6F0 0xB771 # 0 +0xB6F1 0xB773 # 0 +0xB6F2 0xB775 # 0 +0xB6F3 0xB77C # 0 +0xB6F4 0xB77D # 0 +0xB6F5 0xB780 # 0 +0xB6F6 0xB784 # 0 +0xB6F7 0xB78C # 0 +0xB6F8 0xB78D # 0 +0xB6F9 0xB78F # 0 +0xB6FA 0xB790 # 0 +0xB6FB 0xB791 # 0 +0xB6FC 0xB792 # 0 +0xB6FD 0xB796 # 0 +0xB6FE 0xB797 # 0 +0xB741 0xD16E # 0 +0xB742 0xD16F # 0 +0xB743 0xD170 # 0 +0xB744 0xD171 # 0 +0xB745 0xD172 # 0 +0xB746 0xD173 # 0 +0xB747 0xD174 # 0 +0xB748 0xD175 # 0 +0xB749 0xD176 # 0 +0xB74A 0xD177 # 0 +0xB74B 0xD178 # 0 +0xB74C 0xD179 # 0 +0xB74D 0xD17A # 0 +0xB74E 0xD17B # 0 +0xB74F 0xD17D # 0 +0xB750 0xD17E # 0 +0xB751 0xD17F # 0 +0xB752 0xD180 # 0 +0xB753 0xD181 # 0 +0xB754 0xD182 # 0 +0xB755 0xD183 # 0 +0xB756 0xD185 # 0 +0xB757 0xD186 # 0 +0xB758 0xD187 # 0 +0xB759 0xD189 # 0 +0xB75A 0xD18A # 0 +0xB761 0xD18B # 0 +0xB762 0xD18C # 0 +0xB763 0xD18D # 0 +0xB764 0xD18E # 0 +0xB765 0xD18F # 0 +0xB766 0xD190 # 0 +0xB767 0xD191 # 0 +0xB768 0xD192 # 0 +0xB769 0xD193 # 0 +0xB76A 0xD194 # 0 +0xB76B 0xD195 # 0 +0xB76C 0xD196 # 0 +0xB76D 0xD197 # 0 +0xB76E 0xD198 # 0 +0xB76F 0xD199 # 0 +0xB770 0xD19A # 0 +0xB771 0xD19B # 0 +0xB772 0xD19C # 0 +0xB773 0xD19D # 0 +0xB774 0xD19E # 0 +0xB775 0xD19F # 0 +0xB776 0xD1A2 # 0 +0xB777 0xD1A3 # 0 +0xB778 0xD1A5 # 0 +0xB779 0xD1A6 # 0 +0xB77A 0xD1A7 # 0 +0xB781 0xD1A9 # 0 +0xB782 0xD1AA # 0 +0xB783 0xD1AB # 0 +0xB784 0xD1AC # 0 +0xB785 0xD1AD # 0 +0xB786 0xD1AE # 0 +0xB787 0xD1AF # 0 +0xB788 0xD1B2 # 0 +0xB789 0xD1B4 # 0 +0xB78A 0xD1B6 # 0 +0xB78B 0xD1B7 # 0 +0xB78C 0xD1B8 # 0 +0xB78D 0xD1B9 # 0 +0xB78E 0xD1BB # 0 +0xB78F 0xD1BD # 0 +0xB790 0xD1BE # 0 +0xB791 0xD1BF # 0 +0xB792 0xD1C1 # 0 +0xB793 0xD1C2 # 0 +0xB794 0xD1C3 # 0 +0xB795 0xD1C4 # 0 +0xB796 0xD1C5 # 0 +0xB797 0xD1C6 # 0 +0xB798 0xD1C7 # 0 +0xB799 0xD1C8 # 0 +0xB79A 0xD1C9 # 0 +0xB79B 0xD1CA # 0 +0xB79C 0xD1CB # 0 +0xB79D 0xD1CC # 0 +0xB79E 0xD1CD # 0 +0xB79F 0xD1CE # 0 +0xB7A0 0xD1CF # 0 +0xB7A1 0xB798 # 0 +0xB7A2 0xB799 # 0 +0xB7A3 0xB79C # 0 +0xB7A4 0xB7A0 # 0 +0xB7A5 0xB7A8 # 0 +0xB7A6 0xB7A9 # 0 +0xB7A7 0xB7AB # 0 +0xB7A8 0xB7AC # 0 +0xB7A9 0xB7AD # 0 +0xB7AA 0xB7B4 # 0 +0xB7AB 0xB7B5 # 0 +0xB7AC 0xB7B8 # 0 +0xB7AD 0xB7C7 # 0 +0xB7AE 0xB7C9 # 0 +0xB7AF 0xB7EC # 0 +0xB7B0 0xB7ED # 0 +0xB7B1 0xB7F0 # 0 +0xB7B2 0xB7F4 # 0 +0xB7B3 0xB7FC # 0 +0xB7B4 0xB7FD # 0 +0xB7B5 0xB7FF # 0 +0xB7B6 0xB800 # 0 +0xB7B7 0xB801 # 0 +0xB7B8 0xB807 # 0 +0xB7B9 0xB808 # 0 +0xB7BA 0xB809 # 0 +0xB7BB 0xB80C # 0 +0xB7BC 0xB810 # 0 +0xB7BD 0xB818 # 0 +0xB7BE 0xB819 # 0 +0xB7BF 0xB81B # 0 +0xB7C0 0xB81D # 0 +0xB7C1 0xB824 # 0 +0xB7C2 0xB825 # 0 +0xB7C3 0xB828 # 0 +0xB7C4 0xB82C # 0 +0xB7C5 0xB834 # 0 +0xB7C6 0xB835 # 0 +0xB7C7 0xB837 # 0 +0xB7C8 0xB838 # 0 +0xB7C9 0xB839 # 0 +0xB7CA 0xB840 # 0 +0xB7CB 0xB844 # 0 +0xB7CC 0xB851 # 0 +0xB7CD 0xB853 # 0 +0xB7CE 0xB85C # 0 +0xB7CF 0xB85D # 0 +0xB7D0 0xB860 # 0 +0xB7D1 0xB864 # 0 +0xB7D2 0xB86C # 0 +0xB7D3 0xB86D # 0 +0xB7D4 0xB86F # 0 +0xB7D5 0xB871 # 0 +0xB7D6 0xB878 # 0 +0xB7D7 0xB87C # 0 +0xB7D8 0xB88D # 0 +0xB7D9 0xB8A8 # 0 +0xB7DA 0xB8B0 # 0 +0xB7DB 0xB8B4 # 0 +0xB7DC 0xB8B8 # 0 +0xB7DD 0xB8C0 # 0 +0xB7DE 0xB8C1 # 0 +0xB7DF 0xB8C3 # 0 +0xB7E0 0xB8C5 # 0 +0xB7E1 0xB8CC # 0 +0xB7E2 0xB8D0 # 0 +0xB7E3 0xB8D4 # 0 +0xB7E4 0xB8DD # 0 +0xB7E5 0xB8DF # 0 +0xB7E6 0xB8E1 # 0 +0xB7E7 0xB8E8 # 0 +0xB7E8 0xB8E9 # 0 +0xB7E9 0xB8EC # 0 +0xB7EA 0xB8F0 # 0 +0xB7EB 0xB8F8 # 0 +0xB7EC 0xB8F9 # 0 +0xB7ED 0xB8FB # 0 +0xB7EE 0xB8FD # 0 +0xB7EF 0xB904 # 0 +0xB7F0 0xB918 # 0 +0xB7F1 0xB920 # 0 +0xB7F2 0xB93C # 0 +0xB7F3 0xB93D # 0 +0xB7F4 0xB940 # 0 +0xB7F5 0xB944 # 0 +0xB7F6 0xB94C # 0 +0xB7F7 0xB94F # 0 +0xB7F8 0xB951 # 0 +0xB7F9 0xB958 # 0 +0xB7FA 0xB959 # 0 +0xB7FB 0xB95C # 0 +0xB7FC 0xB960 # 0 +0xB7FD 0xB968 # 0 +0xB7FE 0xB969 # 0 +0xB841 0xD1D0 # 0 +0xB842 0xD1D1 # 0 +0xB843 0xD1D2 # 0 +0xB844 0xD1D3 # 0 +0xB845 0xD1D4 # 0 +0xB846 0xD1D5 # 0 +0xB847 0xD1D6 # 0 +0xB848 0xD1D7 # 0 +0xB849 0xD1D9 # 0 +0xB84A 0xD1DA # 0 +0xB84B 0xD1DB # 0 +0xB84C 0xD1DC # 0 +0xB84D 0xD1DD # 0 +0xB84E 0xD1DE # 0 +0xB84F 0xD1DF # 0 +0xB850 0xD1E0 # 0 +0xB851 0xD1E1 # 0 +0xB852 0xD1E2 # 0 +0xB853 0xD1E3 # 0 +0xB854 0xD1E4 # 0 +0xB855 0xD1E5 # 0 +0xB856 0xD1E6 # 0 +0xB857 0xD1E7 # 0 +0xB858 0xD1E8 # 0 +0xB859 0xD1E9 # 0 +0xB85A 0xD1EA # 0 +0xB861 0xD1EB # 0 +0xB862 0xD1EC # 0 +0xB863 0xD1ED # 0 +0xB864 0xD1EE # 0 +0xB865 0xD1EF # 0 +0xB866 0xD1F0 # 0 +0xB867 0xD1F1 # 0 +0xB868 0xD1F2 # 0 +0xB869 0xD1F3 # 0 +0xB86A 0xD1F5 # 0 +0xB86B 0xD1F6 # 0 +0xB86C 0xD1F7 # 0 +0xB86D 0xD1F9 # 0 +0xB86E 0xD1FA # 0 +0xB86F 0xD1FB # 0 +0xB870 0xD1FC # 0 +0xB871 0xD1FD # 0 +0xB872 0xD1FE # 0 +0xB873 0xD1FF # 0 +0xB874 0xD200 # 0 +0xB875 0xD201 # 0 +0xB876 0xD202 # 0 +0xB877 0xD203 # 0 +0xB878 0xD204 # 0 +0xB879 0xD205 # 0 +0xB87A 0xD206 # 0 +0xB881 0xD208 # 0 +0xB882 0xD20A # 0 +0xB883 0xD20B # 0 +0xB884 0xD20C # 0 +0xB885 0xD20D # 0 +0xB886 0xD20E # 0 +0xB887 0xD20F # 0 +0xB888 0xD211 # 0 +0xB889 0xD212 # 0 +0xB88A 0xD213 # 0 +0xB88B 0xD214 # 0 +0xB88C 0xD215 # 0 +0xB88D 0xD216 # 0 +0xB88E 0xD217 # 0 +0xB88F 0xD218 # 0 +0xB890 0xD219 # 0 +0xB891 0xD21A # 0 +0xB892 0xD21B # 0 +0xB893 0xD21C # 0 +0xB894 0xD21D # 0 +0xB895 0xD21E # 0 +0xB896 0xD21F # 0 +0xB897 0xD220 # 0 +0xB898 0xD221 # 0 +0xB899 0xD222 # 0 +0xB89A 0xD223 # 0 +0xB89B 0xD224 # 0 +0xB89C 0xD225 # 0 +0xB89D 0xD226 # 0 +0xB89E 0xD227 # 0 +0xB89F 0xD228 # 0 +0xB8A0 0xD229 # 0 +0xB8A1 0xB96B # 0 +0xB8A2 0xB96D # 0 +0xB8A3 0xB974 # 0 +0xB8A4 0xB975 # 0 +0xB8A5 0xB978 # 0 +0xB8A6 0xB97C # 0 +0xB8A7 0xB984 # 0 +0xB8A8 0xB985 # 0 +0xB8A9 0xB987 # 0 +0xB8AA 0xB989 # 0 +0xB8AB 0xB98A # 0 +0xB8AC 0xB98D # 0 +0xB8AD 0xB98E # 0 +0xB8AE 0xB9AC # 0 +0xB8AF 0xB9AD # 0 +0xB8B0 0xB9B0 # 0 +0xB8B1 0xB9B4 # 0 +0xB8B2 0xB9BC # 0 +0xB8B3 0xB9BD # 0 +0xB8B4 0xB9BF # 0 +0xB8B5 0xB9C1 # 0 +0xB8B6 0xB9C8 # 0 +0xB8B7 0xB9C9 # 0 +0xB8B8 0xB9CC # 0 +0xB8B9 0xB9CE # 0 +0xB8BA 0xB9CF # 0 +0xB8BB 0xB9D0 # 0 +0xB8BC 0xB9D1 # 0 +0xB8BD 0xB9D2 # 0 +0xB8BE 0xB9D8 # 0 +0xB8BF 0xB9D9 # 0 +0xB8C0 0xB9DB # 0 +0xB8C1 0xB9DD # 0 +0xB8C2 0xB9DE # 0 +0xB8C3 0xB9E1 # 0 +0xB8C4 0xB9E3 # 0 +0xB8C5 0xB9E4 # 0 +0xB8C6 0xB9E5 # 0 +0xB8C7 0xB9E8 # 0 +0xB8C8 0xB9EC # 0 +0xB8C9 0xB9F4 # 0 +0xB8CA 0xB9F5 # 0 +0xB8CB 0xB9F7 # 0 +0xB8CC 0xB9F8 # 0 +0xB8CD 0xB9F9 # 0 +0xB8CE 0xB9FA # 0 +0xB8CF 0xBA00 # 0 +0xB8D0 0xBA01 # 0 +0xB8D1 0xBA08 # 0 +0xB8D2 0xBA15 # 0 +0xB8D3 0xBA38 # 0 +0xB8D4 0xBA39 # 0 +0xB8D5 0xBA3C # 0 +0xB8D6 0xBA40 # 0 +0xB8D7 0xBA42 # 0 +0xB8D8 0xBA48 # 0 +0xB8D9 0xBA49 # 0 +0xB8DA 0xBA4B # 0 +0xB8DB 0xBA4D # 0 +0xB8DC 0xBA4E # 0 +0xB8DD 0xBA53 # 0 +0xB8DE 0xBA54 # 0 +0xB8DF 0xBA55 # 0 +0xB8E0 0xBA58 # 0 +0xB8E1 0xBA5C # 0 +0xB8E2 0xBA64 # 0 +0xB8E3 0xBA65 # 0 +0xB8E4 0xBA67 # 0 +0xB8E5 0xBA68 # 0 +0xB8E6 0xBA69 # 0 +0xB8E7 0xBA70 # 0 +0xB8E8 0xBA71 # 0 +0xB8E9 0xBA74 # 0 +0xB8EA 0xBA78 # 0 +0xB8EB 0xBA83 # 0 +0xB8EC 0xBA84 # 0 +0xB8ED 0xBA85 # 0 +0xB8EE 0xBA87 # 0 +0xB8EF 0xBA8C # 0 +0xB8F0 0xBAA8 # 0 +0xB8F1 0xBAA9 # 0 +0xB8F2 0xBAAB # 0 +0xB8F3 0xBAAC # 0 +0xB8F4 0xBAB0 # 0 +0xB8F5 0xBAB2 # 0 +0xB8F6 0xBAB8 # 0 +0xB8F7 0xBAB9 # 0 +0xB8F8 0xBABB # 0 +0xB8F9 0xBABD # 0 +0xB8FA 0xBAC4 # 0 +0xB8FB 0xBAC8 # 0 +0xB8FC 0xBAD8 # 0 +0xB8FD 0xBAD9 # 0 +0xB8FE 0xBAFC # 0 +0xB941 0xD22A # 0 +0xB942 0xD22B # 0 +0xB943 0xD22E # 0 +0xB944 0xD22F # 0 +0xB945 0xD231 # 0 +0xB946 0xD232 # 0 +0xB947 0xD233 # 0 +0xB948 0xD235 # 0 +0xB949 0xD236 # 0 +0xB94A 0xD237 # 0 +0xB94B 0xD238 # 0 +0xB94C 0xD239 # 0 +0xB94D 0xD23A # 0 +0xB94E 0xD23B # 0 +0xB94F 0xD23E # 0 +0xB950 0xD240 # 0 +0xB951 0xD242 # 0 +0xB952 0xD243 # 0 +0xB953 0xD244 # 0 +0xB954 0xD245 # 0 +0xB955 0xD246 # 0 +0xB956 0xD247 # 0 +0xB957 0xD249 # 0 +0xB958 0xD24A # 0 +0xB959 0xD24B # 0 +0xB95A 0xD24C # 0 +0xB961 0xD24D # 0 +0xB962 0xD24E # 0 +0xB963 0xD24F # 0 +0xB964 0xD250 # 0 +0xB965 0xD251 # 0 +0xB966 0xD252 # 0 +0xB967 0xD253 # 0 +0xB968 0xD254 # 0 +0xB969 0xD255 # 0 +0xB96A 0xD256 # 0 +0xB96B 0xD257 # 0 +0xB96C 0xD258 # 0 +0xB96D 0xD259 # 0 +0xB96E 0xD25A # 0 +0xB96F 0xD25B # 0 +0xB970 0xD25D # 0 +0xB971 0xD25E # 0 +0xB972 0xD25F # 0 +0xB973 0xD260 # 0 +0xB974 0xD261 # 0 +0xB975 0xD262 # 0 +0xB976 0xD263 # 0 +0xB977 0xD265 # 0 +0xB978 0xD266 # 0 +0xB979 0xD267 # 0 +0xB97A 0xD268 # 0 +0xB981 0xD269 # 0 +0xB982 0xD26A # 0 +0xB983 0xD26B # 0 +0xB984 0xD26C # 0 +0xB985 0xD26D # 0 +0xB986 0xD26E # 0 +0xB987 0xD26F # 0 +0xB988 0xD270 # 0 +0xB989 0xD271 # 0 +0xB98A 0xD272 # 0 +0xB98B 0xD273 # 0 +0xB98C 0xD274 # 0 +0xB98D 0xD275 # 0 +0xB98E 0xD276 # 0 +0xB98F 0xD277 # 0 +0xB990 0xD278 # 0 +0xB991 0xD279 # 0 +0xB992 0xD27A # 0 +0xB993 0xD27B # 0 +0xB994 0xD27C # 0 +0xB995 0xD27D # 0 +0xB996 0xD27E # 0 +0xB997 0xD27F # 0 +0xB998 0xD282 # 0 +0xB999 0xD283 # 0 +0xB99A 0xD285 # 0 +0xB99B 0xD286 # 0 +0xB99C 0xD287 # 0 +0xB99D 0xD289 # 0 +0xB99E 0xD28A # 0 +0xB99F 0xD28B # 0 +0xB9A0 0xD28C # 0 +0xB9A1 0xBB00 # 0 +0xB9A2 0xBB04 # 0 +0xB9A3 0xBB0D # 0 +0xB9A4 0xBB0F # 0 +0xB9A5 0xBB11 # 0 +0xB9A6 0xBB18 # 0 +0xB9A7 0xBB1C # 0 +0xB9A8 0xBB20 # 0 +0xB9A9 0xBB29 # 0 +0xB9AA 0xBB2B # 0 +0xB9AB 0xBB34 # 0 +0xB9AC 0xBB35 # 0 +0xB9AD 0xBB36 # 0 +0xB9AE 0xBB38 # 0 +0xB9AF 0xBB3B # 0 +0xB9B0 0xBB3C # 0 +0xB9B1 0xBB3D # 0 +0xB9B2 0xBB3E # 0 +0xB9B3 0xBB44 # 0 +0xB9B4 0xBB45 # 0 +0xB9B5 0xBB47 # 0 +0xB9B6 0xBB49 # 0 +0xB9B7 0xBB4D # 0 +0xB9B8 0xBB4F # 0 +0xB9B9 0xBB50 # 0 +0xB9BA 0xBB54 # 0 +0xB9BB 0xBB58 # 0 +0xB9BC 0xBB61 # 0 +0xB9BD 0xBB63 # 0 +0xB9BE 0xBB6C # 0 +0xB9BF 0xBB88 # 0 +0xB9C0 0xBB8C # 0 +0xB9C1 0xBB90 # 0 +0xB9C2 0xBBA4 # 0 +0xB9C3 0xBBA8 # 0 +0xB9C4 0xBBAC # 0 +0xB9C5 0xBBB4 # 0 +0xB9C6 0xBBB7 # 0 +0xB9C7 0xBBC0 # 0 +0xB9C8 0xBBC4 # 0 +0xB9C9 0xBBC8 # 0 +0xB9CA 0xBBD0 # 0 +0xB9CB 0xBBD3 # 0 +0xB9CC 0xBBF8 # 0 +0xB9CD 0xBBF9 # 0 +0xB9CE 0xBBFC # 0 +0xB9CF 0xBBFF # 0 +0xB9D0 0xBC00 # 0 +0xB9D1 0xBC02 # 0 +0xB9D2 0xBC08 # 0 +0xB9D3 0xBC09 # 0 +0xB9D4 0xBC0B # 0 +0xB9D5 0xBC0C # 0 +0xB9D6 0xBC0D # 0 +0xB9D7 0xBC0F # 0 +0xB9D8 0xBC11 # 0 +0xB9D9 0xBC14 # 0 +0xB9DA 0xBC15 # 0 +0xB9DB 0xBC16 # 0 +0xB9DC 0xBC17 # 0 +0xB9DD 0xBC18 # 0 +0xB9DE 0xBC1B # 0 +0xB9DF 0xBC1C # 0 +0xB9E0 0xBC1D # 0 +0xB9E1 0xBC1E # 0 +0xB9E2 0xBC1F # 0 +0xB9E3 0xBC24 # 0 +0xB9E4 0xBC25 # 0 +0xB9E5 0xBC27 # 0 +0xB9E6 0xBC29 # 0 +0xB9E7 0xBC2D # 0 +0xB9E8 0xBC30 # 0 +0xB9E9 0xBC31 # 0 +0xB9EA 0xBC34 # 0 +0xB9EB 0xBC38 # 0 +0xB9EC 0xBC40 # 0 +0xB9ED 0xBC41 # 0 +0xB9EE 0xBC43 # 0 +0xB9EF 0xBC44 # 0 +0xB9F0 0xBC45 # 0 +0xB9F1 0xBC49 # 0 +0xB9F2 0xBC4C # 0 +0xB9F3 0xBC4D # 0 +0xB9F4 0xBC50 # 0 +0xB9F5 0xBC5D # 0 +0xB9F6 0xBC84 # 0 +0xB9F7 0xBC85 # 0 +0xB9F8 0xBC88 # 0 +0xB9F9 0xBC8B # 0 +0xB9FA 0xBC8C # 0 +0xB9FB 0xBC8E # 0 +0xB9FC 0xBC94 # 0 +0xB9FD 0xBC95 # 0 +0xB9FE 0xBC97 # 0 +0xBA41 0xD28D # 0 +0xBA42 0xD28E # 0 +0xBA43 0xD28F # 0 +0xBA44 0xD292 # 0 +0xBA45 0xD293 # 0 +0xBA46 0xD294 # 0 +0xBA47 0xD296 # 0 +0xBA48 0xD297 # 0 +0xBA49 0xD298 # 0 +0xBA4A 0xD299 # 0 +0xBA4B 0xD29A # 0 +0xBA4C 0xD29B # 0 +0xBA4D 0xD29D # 0 +0xBA4E 0xD29E # 0 +0xBA4F 0xD29F # 0 +0xBA50 0xD2A1 # 0 +0xBA51 0xD2A2 # 0 +0xBA52 0xD2A3 # 0 +0xBA53 0xD2A5 # 0 +0xBA54 0xD2A6 # 0 +0xBA55 0xD2A7 # 0 +0xBA56 0xD2A8 # 0 +0xBA57 0xD2A9 # 0 +0xBA58 0xD2AA # 0 +0xBA59 0xD2AB # 0 +0xBA5A 0xD2AD # 0 +0xBA61 0xD2AE # 0 +0xBA62 0xD2AF # 0 +0xBA63 0xD2B0 # 0 +0xBA64 0xD2B2 # 0 +0xBA65 0xD2B3 # 0 +0xBA66 0xD2B4 # 0 +0xBA67 0xD2B5 # 0 +0xBA68 0xD2B6 # 0 +0xBA69 0xD2B7 # 0 +0xBA6A 0xD2BA # 0 +0xBA6B 0xD2BB # 0 +0xBA6C 0xD2BD # 0 +0xBA6D 0xD2BE # 0 +0xBA6E 0xD2C1 # 0 +0xBA6F 0xD2C3 # 0 +0xBA70 0xD2C4 # 0 +0xBA71 0xD2C5 # 0 +0xBA72 0xD2C6 # 0 +0xBA73 0xD2C7 # 0 +0xBA74 0xD2CA # 0 +0xBA75 0xD2CC # 0 +0xBA76 0xD2CD # 0 +0xBA77 0xD2CE # 0 +0xBA78 0xD2CF # 0 +0xBA79 0xD2D0 # 0 +0xBA7A 0xD2D1 # 0 +0xBA81 0xD2D2 # 0 +0xBA82 0xD2D3 # 0 +0xBA83 0xD2D5 # 0 +0xBA84 0xD2D6 # 0 +0xBA85 0xD2D7 # 0 +0xBA86 0xD2D9 # 0 +0xBA87 0xD2DA # 0 +0xBA88 0xD2DB # 0 +0xBA89 0xD2DD # 0 +0xBA8A 0xD2DE # 0 +0xBA8B 0xD2DF # 0 +0xBA8C 0xD2E0 # 0 +0xBA8D 0xD2E1 # 0 +0xBA8E 0xD2E2 # 0 +0xBA8F 0xD2E3 # 0 +0xBA90 0xD2E6 # 0 +0xBA91 0xD2E7 # 0 +0xBA92 0xD2E8 # 0 +0xBA93 0xD2E9 # 0 +0xBA94 0xD2EA # 0 +0xBA95 0xD2EB # 0 +0xBA96 0xD2EC # 0 +0xBA97 0xD2ED # 0 +0xBA98 0xD2EE # 0 +0xBA99 0xD2EF # 0 +0xBA9A 0xD2F2 # 0 +0xBA9B 0xD2F3 # 0 +0xBA9C 0xD2F5 # 0 +0xBA9D 0xD2F6 # 0 +0xBA9E 0xD2F7 # 0 +0xBA9F 0xD2F9 # 0 +0xBAA0 0xD2FA # 0 +0xBAA1 0xBC99 # 0 +0xBAA2 0xBC9A # 0 +0xBAA3 0xBCA0 # 0 +0xBAA4 0xBCA1 # 0 +0xBAA5 0xBCA4 # 0 +0xBAA6 0xBCA7 # 0 +0xBAA7 0xBCA8 # 0 +0xBAA8 0xBCB0 # 0 +0xBAA9 0xBCB1 # 0 +0xBAAA 0xBCB3 # 0 +0xBAAB 0xBCB4 # 0 +0xBAAC 0xBCB5 # 0 +0xBAAD 0xBCBC # 0 +0xBAAE 0xBCBD # 0 +0xBAAF 0xBCC0 # 0 +0xBAB0 0xBCC4 # 0 +0xBAB1 0xBCCD # 0 +0xBAB2 0xBCCF # 0 +0xBAB3 0xBCD0 # 0 +0xBAB4 0xBCD1 # 0 +0xBAB5 0xBCD5 # 0 +0xBAB6 0xBCD8 # 0 +0xBAB7 0xBCDC # 0 +0xBAB8 0xBCF4 # 0 +0xBAB9 0xBCF5 # 0 +0xBABA 0xBCF6 # 0 +0xBABB 0xBCF8 # 0 +0xBABC 0xBCFC # 0 +0xBABD 0xBD04 # 0 +0xBABE 0xBD05 # 0 +0xBABF 0xBD07 # 0 +0xBAC0 0xBD09 # 0 +0xBAC1 0xBD10 # 0 +0xBAC2 0xBD14 # 0 +0xBAC3 0xBD24 # 0 +0xBAC4 0xBD2C # 0 +0xBAC5 0xBD40 # 0 +0xBAC6 0xBD48 # 0 +0xBAC7 0xBD49 # 0 +0xBAC8 0xBD4C # 0 +0xBAC9 0xBD50 # 0 +0xBACA 0xBD58 # 0 +0xBACB 0xBD59 # 0 +0xBACC 0xBD64 # 0 +0xBACD 0xBD68 # 0 +0xBACE 0xBD80 # 0 +0xBACF 0xBD81 # 0 +0xBAD0 0xBD84 # 0 +0xBAD1 0xBD87 # 0 +0xBAD2 0xBD88 # 0 +0xBAD3 0xBD89 # 0 +0xBAD4 0xBD8A # 0 +0xBAD5 0xBD90 # 0 +0xBAD6 0xBD91 # 0 +0xBAD7 0xBD93 # 0 +0xBAD8 0xBD95 # 0 +0xBAD9 0xBD99 # 0 +0xBADA 0xBD9A # 0 +0xBADB 0xBD9C # 0 +0xBADC 0xBDA4 # 0 +0xBADD 0xBDB0 # 0 +0xBADE 0xBDB8 # 0 +0xBADF 0xBDD4 # 0 +0xBAE0 0xBDD5 # 0 +0xBAE1 0xBDD8 # 0 +0xBAE2 0xBDDC # 0 +0xBAE3 0xBDE9 # 0 +0xBAE4 0xBDF0 # 0 +0xBAE5 0xBDF4 # 0 +0xBAE6 0xBDF8 # 0 +0xBAE7 0xBE00 # 0 +0xBAE8 0xBE03 # 0 +0xBAE9 0xBE05 # 0 +0xBAEA 0xBE0C # 0 +0xBAEB 0xBE0D # 0 +0xBAEC 0xBE10 # 0 +0xBAED 0xBE14 # 0 +0xBAEE 0xBE1C # 0 +0xBAEF 0xBE1D # 0 +0xBAF0 0xBE1F # 0 +0xBAF1 0xBE44 # 0 +0xBAF2 0xBE45 # 0 +0xBAF3 0xBE48 # 0 +0xBAF4 0xBE4C # 0 +0xBAF5 0xBE4E # 0 +0xBAF6 0xBE54 # 0 +0xBAF7 0xBE55 # 0 +0xBAF8 0xBE57 # 0 +0xBAF9 0xBE59 # 0 +0xBAFA 0xBE5A # 0 +0xBAFB 0xBE5B # 0 +0xBAFC 0xBE60 # 0 +0xBAFD 0xBE61 # 0 +0xBAFE 0xBE64 # 0 +0xBB41 0xD2FB # 0 +0xBB42 0xD2FC # 0 +0xBB43 0xD2FD # 0 +0xBB44 0xD2FE # 0 +0xBB45 0xD2FF # 0 +0xBB46 0xD302 # 0 +0xBB47 0xD304 # 0 +0xBB48 0xD306 # 0 +0xBB49 0xD307 # 0 +0xBB4A 0xD308 # 0 +0xBB4B 0xD309 # 0 +0xBB4C 0xD30A # 0 +0xBB4D 0xD30B # 0 +0xBB4E 0xD30F # 0 +0xBB4F 0xD311 # 0 +0xBB50 0xD312 # 0 +0xBB51 0xD313 # 0 +0xBB52 0xD315 # 0 +0xBB53 0xD317 # 0 +0xBB54 0xD318 # 0 +0xBB55 0xD319 # 0 +0xBB56 0xD31A # 0 +0xBB57 0xD31B # 0 +0xBB58 0xD31E # 0 +0xBB59 0xD322 # 0 +0xBB5A 0xD323 # 0 +0xBB61 0xD324 # 0 +0xBB62 0xD326 # 0 +0xBB63 0xD327 # 0 +0xBB64 0xD32A # 0 +0xBB65 0xD32B # 0 +0xBB66 0xD32D # 0 +0xBB67 0xD32E # 0 +0xBB68 0xD32F # 0 +0xBB69 0xD331 # 0 +0xBB6A 0xD332 # 0 +0xBB6B 0xD333 # 0 +0xBB6C 0xD334 # 0 +0xBB6D 0xD335 # 0 +0xBB6E 0xD336 # 0 +0xBB6F 0xD337 # 0 +0xBB70 0xD33A # 0 +0xBB71 0xD33E # 0 +0xBB72 0xD33F # 0 +0xBB73 0xD340 # 0 +0xBB74 0xD341 # 0 +0xBB75 0xD342 # 0 +0xBB76 0xD343 # 0 +0xBB77 0xD346 # 0 +0xBB78 0xD347 # 0 +0xBB79 0xD348 # 0 +0xBB7A 0xD349 # 0 +0xBB81 0xD34A # 0 +0xBB82 0xD34B # 0 +0xBB83 0xD34C # 0 +0xBB84 0xD34D # 0 +0xBB85 0xD34E # 0 +0xBB86 0xD34F # 0 +0xBB87 0xD350 # 0 +0xBB88 0xD351 # 0 +0xBB89 0xD352 # 0 +0xBB8A 0xD353 # 0 +0xBB8B 0xD354 # 0 +0xBB8C 0xD355 # 0 +0xBB8D 0xD356 # 0 +0xBB8E 0xD357 # 0 +0xBB8F 0xD358 # 0 +0xBB90 0xD359 # 0 +0xBB91 0xD35A # 0 +0xBB92 0xD35B # 0 +0xBB93 0xD35C # 0 +0xBB94 0xD35D # 0 +0xBB95 0xD35E # 0 +0xBB96 0xD35F # 0 +0xBB97 0xD360 # 0 +0xBB98 0xD361 # 0 +0xBB99 0xD362 # 0 +0xBB9A 0xD363 # 0 +0xBB9B 0xD364 # 0 +0xBB9C 0xD365 # 0 +0xBB9D 0xD366 # 0 +0xBB9E 0xD367 # 0 +0xBB9F 0xD368 # 0 +0xBBA0 0xD369 # 0 +0xBBA1 0xBE68 # 0 +0xBBA2 0xBE6A # 0 +0xBBA3 0xBE70 # 0 +0xBBA4 0xBE71 # 0 +0xBBA5 0xBE73 # 0 +0xBBA6 0xBE74 # 0 +0xBBA7 0xBE75 # 0 +0xBBA8 0xBE7B # 0 +0xBBA9 0xBE7C # 0 +0xBBAA 0xBE7D # 0 +0xBBAB 0xBE80 # 0 +0xBBAC 0xBE84 # 0 +0xBBAD 0xBE8C # 0 +0xBBAE 0xBE8D # 0 +0xBBAF 0xBE8F # 0 +0xBBB0 0xBE90 # 0 +0xBBB1 0xBE91 # 0 +0xBBB2 0xBE98 # 0 +0xBBB3 0xBE99 # 0 +0xBBB4 0xBEA8 # 0 +0xBBB5 0xBED0 # 0 +0xBBB6 0xBED1 # 0 +0xBBB7 0xBED4 # 0 +0xBBB8 0xBED7 # 0 +0xBBB9 0xBED8 # 0 +0xBBBA 0xBEE0 # 0 +0xBBBB 0xBEE3 # 0 +0xBBBC 0xBEE4 # 0 +0xBBBD 0xBEE5 # 0 +0xBBBE 0xBEEC # 0 +0xBBBF 0xBF01 # 0 +0xBBC0 0xBF08 # 0 +0xBBC1 0xBF09 # 0 +0xBBC2 0xBF18 # 0 +0xBBC3 0xBF19 # 0 +0xBBC4 0xBF1B # 0 +0xBBC5 0xBF1C # 0 +0xBBC6 0xBF1D # 0 +0xBBC7 0xBF40 # 0 +0xBBC8 0xBF41 # 0 +0xBBC9 0xBF44 # 0 +0xBBCA 0xBF48 # 0 +0xBBCB 0xBF50 # 0 +0xBBCC 0xBF51 # 0 +0xBBCD 0xBF55 # 0 +0xBBCE 0xBF94 # 0 +0xBBCF 0xBFB0 # 0 +0xBBD0 0xBFC5 # 0 +0xBBD1 0xBFCC # 0 +0xBBD2 0xBFCD # 0 +0xBBD3 0xBFD0 # 0 +0xBBD4 0xBFD4 # 0 +0xBBD5 0xBFDC # 0 +0xBBD6 0xBFDF # 0 +0xBBD7 0xBFE1 # 0 +0xBBD8 0xC03C # 0 +0xBBD9 0xC051 # 0 +0xBBDA 0xC058 # 0 +0xBBDB 0xC05C # 0 +0xBBDC 0xC060 # 0 +0xBBDD 0xC068 # 0 +0xBBDE 0xC069 # 0 +0xBBDF 0xC090 # 0 +0xBBE0 0xC091 # 0 +0xBBE1 0xC094 # 0 +0xBBE2 0xC098 # 0 +0xBBE3 0xC0A0 # 0 +0xBBE4 0xC0A1 # 0 +0xBBE5 0xC0A3 # 0 +0xBBE6 0xC0A5 # 0 +0xBBE7 0xC0AC # 0 +0xBBE8 0xC0AD # 0 +0xBBE9 0xC0AF # 0 +0xBBEA 0xC0B0 # 0 +0xBBEB 0xC0B3 # 0 +0xBBEC 0xC0B4 # 0 +0xBBED 0xC0B5 # 0 +0xBBEE 0xC0B6 # 0 +0xBBEF 0xC0BC # 0 +0xBBF0 0xC0BD # 0 +0xBBF1 0xC0BF # 0 +0xBBF2 0xC0C0 # 0 +0xBBF3 0xC0C1 # 0 +0xBBF4 0xC0C5 # 0 +0xBBF5 0xC0C8 # 0 +0xBBF6 0xC0C9 # 0 +0xBBF7 0xC0CC # 0 +0xBBF8 0xC0D0 # 0 +0xBBF9 0xC0D8 # 0 +0xBBFA 0xC0D9 # 0 +0xBBFB 0xC0DB # 0 +0xBBFC 0xC0DC # 0 +0xBBFD 0xC0DD # 0 +0xBBFE 0xC0E4 # 0 +0xBC41 0xD36A # 0 +0xBC42 0xD36B # 0 +0xBC43 0xD36C # 0 +0xBC44 0xD36D # 0 +0xBC45 0xD36E # 0 +0xBC46 0xD36F # 0 +0xBC47 0xD370 # 0 +0xBC48 0xD371 # 0 +0xBC49 0xD372 # 0 +0xBC4A 0xD373 # 0 +0xBC4B 0xD374 # 0 +0xBC4C 0xD375 # 0 +0xBC4D 0xD376 # 0 +0xBC4E 0xD377 # 0 +0xBC4F 0xD378 # 0 +0xBC50 0xD379 # 0 +0xBC51 0xD37A # 0 +0xBC52 0xD37B # 0 +0xBC53 0xD37E # 0 +0xBC54 0xD37F # 0 +0xBC55 0xD381 # 0 +0xBC56 0xD382 # 0 +0xBC57 0xD383 # 0 +0xBC58 0xD385 # 0 +0xBC59 0xD386 # 0 +0xBC5A 0xD387 # 0 +0xBC61 0xD388 # 0 +0xBC62 0xD389 # 0 +0xBC63 0xD38A # 0 +0xBC64 0xD38B # 0 +0xBC65 0xD38E # 0 +0xBC66 0xD392 # 0 +0xBC67 0xD393 # 0 +0xBC68 0xD394 # 0 +0xBC69 0xD395 # 0 +0xBC6A 0xD396 # 0 +0xBC6B 0xD397 # 0 +0xBC6C 0xD39A # 0 +0xBC6D 0xD39B # 0 +0xBC6E 0xD39D # 0 +0xBC6F 0xD39E # 0 +0xBC70 0xD39F # 0 +0xBC71 0xD3A1 # 0 +0xBC72 0xD3A2 # 0 +0xBC73 0xD3A3 # 0 +0xBC74 0xD3A4 # 0 +0xBC75 0xD3A5 # 0 +0xBC76 0xD3A6 # 0 +0xBC77 0xD3A7 # 0 +0xBC78 0xD3AA # 0 +0xBC79 0xD3AC # 0 +0xBC7A 0xD3AE # 0 +0xBC81 0xD3AF # 0 +0xBC82 0xD3B0 # 0 +0xBC83 0xD3B1 # 0 +0xBC84 0xD3B2 # 0 +0xBC85 0xD3B3 # 0 +0xBC86 0xD3B5 # 0 +0xBC87 0xD3B6 # 0 +0xBC88 0xD3B7 # 0 +0xBC89 0xD3B9 # 0 +0xBC8A 0xD3BA # 0 +0xBC8B 0xD3BB # 0 +0xBC8C 0xD3BD # 0 +0xBC8D 0xD3BE # 0 +0xBC8E 0xD3BF # 0 +0xBC8F 0xD3C0 # 0 +0xBC90 0xD3C1 # 0 +0xBC91 0xD3C2 # 0 +0xBC92 0xD3C3 # 0 +0xBC93 0xD3C6 # 0 +0xBC94 0xD3C7 # 0 +0xBC95 0xD3CA # 0 +0xBC96 0xD3CB # 0 +0xBC97 0xD3CC # 0 +0xBC98 0xD3CD # 0 +0xBC99 0xD3CE # 0 +0xBC9A 0xD3CF # 0 +0xBC9B 0xD3D1 # 0 +0xBC9C 0xD3D2 # 0 +0xBC9D 0xD3D3 # 0 +0xBC9E 0xD3D4 # 0 +0xBC9F 0xD3D5 # 0 +0xBCA0 0xD3D6 # 0 +0xBCA1 0xC0E5 # 0 +0xBCA2 0xC0E8 # 0 +0xBCA3 0xC0EC # 0 +0xBCA4 0xC0F4 # 0 +0xBCA5 0xC0F5 # 0 +0xBCA6 0xC0F7 # 0 +0xBCA7 0xC0F9 # 0 +0xBCA8 0xC100 # 0 +0xBCA9 0xC104 # 0 +0xBCAA 0xC108 # 0 +0xBCAB 0xC110 # 0 +0xBCAC 0xC115 # 0 +0xBCAD 0xC11C # 0 +0xBCAE 0xC11D # 0 +0xBCAF 0xC11E # 0 +0xBCB0 0xC11F # 0 +0xBCB1 0xC120 # 0 +0xBCB2 0xC123 # 0 +0xBCB3 0xC124 # 0 +0xBCB4 0xC126 # 0 +0xBCB5 0xC127 # 0 +0xBCB6 0xC12C # 0 +0xBCB7 0xC12D # 0 +0xBCB8 0xC12F # 0 +0xBCB9 0xC130 # 0 +0xBCBA 0xC131 # 0 +0xBCBB 0xC136 # 0 +0xBCBC 0xC138 # 0 +0xBCBD 0xC139 # 0 +0xBCBE 0xC13C # 0 +0xBCBF 0xC140 # 0 +0xBCC0 0xC148 # 0 +0xBCC1 0xC149 # 0 +0xBCC2 0xC14B # 0 +0xBCC3 0xC14C # 0 +0xBCC4 0xC14D # 0 +0xBCC5 0xC154 # 0 +0xBCC6 0xC155 # 0 +0xBCC7 0xC158 # 0 +0xBCC8 0xC15C # 0 +0xBCC9 0xC164 # 0 +0xBCCA 0xC165 # 0 +0xBCCB 0xC167 # 0 +0xBCCC 0xC168 # 0 +0xBCCD 0xC169 # 0 +0xBCCE 0xC170 # 0 +0xBCCF 0xC174 # 0 +0xBCD0 0xC178 # 0 +0xBCD1 0xC185 # 0 +0xBCD2 0xC18C # 0 +0xBCD3 0xC18D # 0 +0xBCD4 0xC18E # 0 +0xBCD5 0xC190 # 0 +0xBCD6 0xC194 # 0 +0xBCD7 0xC196 # 0 +0xBCD8 0xC19C # 0 +0xBCD9 0xC19D # 0 +0xBCDA 0xC19F # 0 +0xBCDB 0xC1A1 # 0 +0xBCDC 0xC1A5 # 0 +0xBCDD 0xC1A8 # 0 +0xBCDE 0xC1A9 # 0 +0xBCDF 0xC1AC # 0 +0xBCE0 0xC1B0 # 0 +0xBCE1 0xC1BD # 0 +0xBCE2 0xC1C4 # 0 +0xBCE3 0xC1C8 # 0 +0xBCE4 0xC1CC # 0 +0xBCE5 0xC1D4 # 0 +0xBCE6 0xC1D7 # 0 +0xBCE7 0xC1D8 # 0 +0xBCE8 0xC1E0 # 0 +0xBCE9 0xC1E4 # 0 +0xBCEA 0xC1E8 # 0 +0xBCEB 0xC1F0 # 0 +0xBCEC 0xC1F1 # 0 +0xBCED 0xC1F3 # 0 +0xBCEE 0xC1FC # 0 +0xBCEF 0xC1FD # 0 +0xBCF0 0xC200 # 0 +0xBCF1 0xC204 # 0 +0xBCF2 0xC20C # 0 +0xBCF3 0xC20D # 0 +0xBCF4 0xC20F # 0 +0xBCF5 0xC211 # 0 +0xBCF6 0xC218 # 0 +0xBCF7 0xC219 # 0 +0xBCF8 0xC21C # 0 +0xBCF9 0xC21F # 0 +0xBCFA 0xC220 # 0 +0xBCFB 0xC228 # 0 +0xBCFC 0xC229 # 0 +0xBCFD 0xC22B # 0 +0xBCFE 0xC22D # 0 +0xBD41 0xD3D7 # 0 +0xBD42 0xD3D9 # 0 +0xBD43 0xD3DA # 0 +0xBD44 0xD3DB # 0 +0xBD45 0xD3DC # 0 +0xBD46 0xD3DD # 0 +0xBD47 0xD3DE # 0 +0xBD48 0xD3DF # 0 +0xBD49 0xD3E0 # 0 +0xBD4A 0xD3E2 # 0 +0xBD4B 0xD3E4 # 0 +0xBD4C 0xD3E5 # 0 +0xBD4D 0xD3E6 # 0 +0xBD4E 0xD3E7 # 0 +0xBD4F 0xD3E8 # 0 +0xBD50 0xD3E9 # 0 +0xBD51 0xD3EA # 0 +0xBD52 0xD3EB # 0 +0xBD53 0xD3EE # 0 +0xBD54 0xD3EF # 0 +0xBD55 0xD3F1 # 0 +0xBD56 0xD3F2 # 0 +0xBD57 0xD3F3 # 0 +0xBD58 0xD3F5 # 0 +0xBD59 0xD3F6 # 0 +0xBD5A 0xD3F7 # 0 +0xBD61 0xD3F8 # 0 +0xBD62 0xD3F9 # 0 +0xBD63 0xD3FA # 0 +0xBD64 0xD3FB # 0 +0xBD65 0xD3FE # 0 +0xBD66 0xD400 # 0 +0xBD67 0xD402 # 0 +0xBD68 0xD403 # 0 +0xBD69 0xD404 # 0 +0xBD6A 0xD405 # 0 +0xBD6B 0xD406 # 0 +0xBD6C 0xD407 # 0 +0xBD6D 0xD409 # 0 +0xBD6E 0xD40A # 0 +0xBD6F 0xD40B # 0 +0xBD70 0xD40C # 0 +0xBD71 0xD40D # 0 +0xBD72 0xD40E # 0 +0xBD73 0xD40F # 0 +0xBD74 0xD410 # 0 +0xBD75 0xD411 # 0 +0xBD76 0xD412 # 0 +0xBD77 0xD413 # 0 +0xBD78 0xD414 # 0 +0xBD79 0xD415 # 0 +0xBD7A 0xD416 # 0 +0xBD81 0xD417 # 0 +0xBD82 0xD418 # 0 +0xBD83 0xD419 # 0 +0xBD84 0xD41A # 0 +0xBD85 0xD41B # 0 +0xBD86 0xD41C # 0 +0xBD87 0xD41E # 0 +0xBD88 0xD41F # 0 +0xBD89 0xD420 # 0 +0xBD8A 0xD421 # 0 +0xBD8B 0xD422 # 0 +0xBD8C 0xD423 # 0 +0xBD8D 0xD424 # 0 +0xBD8E 0xD425 # 0 +0xBD8F 0xD426 # 0 +0xBD90 0xD427 # 0 +0xBD91 0xD428 # 0 +0xBD92 0xD429 # 0 +0xBD93 0xD42A # 0 +0xBD94 0xD42B # 0 +0xBD95 0xD42C # 0 +0xBD96 0xD42D # 0 +0xBD97 0xD42E # 0 +0xBD98 0xD42F # 0 +0xBD99 0xD430 # 0 +0xBD9A 0xD431 # 0 +0xBD9B 0xD432 # 0 +0xBD9C 0xD433 # 0 +0xBD9D 0xD434 # 0 +0xBD9E 0xD435 # 0 +0xBD9F 0xD436 # 0 +0xBDA0 0xD437 # 0 +0xBDA1 0xC22F # 0 +0xBDA2 0xC231 # 0 +0xBDA3 0xC232 # 0 +0xBDA4 0xC234 # 0 +0xBDA5 0xC248 # 0 +0xBDA6 0xC250 # 0 +0xBDA7 0xC251 # 0 +0xBDA8 0xC254 # 0 +0xBDA9 0xC258 # 0 +0xBDAA 0xC260 # 0 +0xBDAB 0xC265 # 0 +0xBDAC 0xC26C # 0 +0xBDAD 0xC26D # 0 +0xBDAE 0xC270 # 0 +0xBDAF 0xC274 # 0 +0xBDB0 0xC27C # 0 +0xBDB1 0xC27D # 0 +0xBDB2 0xC27F # 0 +0xBDB3 0xC281 # 0 +0xBDB4 0xC288 # 0 +0xBDB5 0xC289 # 0 +0xBDB6 0xC290 # 0 +0xBDB7 0xC298 # 0 +0xBDB8 0xC29B # 0 +0xBDB9 0xC29D # 0 +0xBDBA 0xC2A4 # 0 +0xBDBB 0xC2A5 # 0 +0xBDBC 0xC2A8 # 0 +0xBDBD 0xC2AC # 0 +0xBDBE 0xC2AD # 0 +0xBDBF 0xC2B4 # 0 +0xBDC0 0xC2B5 # 0 +0xBDC1 0xC2B7 # 0 +0xBDC2 0xC2B9 # 0 +0xBDC3 0xC2DC # 0 +0xBDC4 0xC2DD # 0 +0xBDC5 0xC2E0 # 0 +0xBDC6 0xC2E3 # 0 +0xBDC7 0xC2E4 # 0 +0xBDC8 0xC2EB # 0 +0xBDC9 0xC2EC # 0 +0xBDCA 0xC2ED # 0 +0xBDCB 0xC2EF # 0 +0xBDCC 0xC2F1 # 0 +0xBDCD 0xC2F6 # 0 +0xBDCE 0xC2F8 # 0 +0xBDCF 0xC2F9 # 0 +0xBDD0 0xC2FB # 0 +0xBDD1 0xC2FC # 0 +0xBDD2 0xC300 # 0 +0xBDD3 0xC308 # 0 +0xBDD4 0xC309 # 0 +0xBDD5 0xC30C # 0 +0xBDD6 0xC30D # 0 +0xBDD7 0xC313 # 0 +0xBDD8 0xC314 # 0 +0xBDD9 0xC315 # 0 +0xBDDA 0xC318 # 0 +0xBDDB 0xC31C # 0 +0xBDDC 0xC324 # 0 +0xBDDD 0xC325 # 0 +0xBDDE 0xC328 # 0 +0xBDDF 0xC329 # 0 +0xBDE0 0xC345 # 0 +0xBDE1 0xC368 # 0 +0xBDE2 0xC369 # 0 +0xBDE3 0xC36C # 0 +0xBDE4 0xC370 # 0 +0xBDE5 0xC372 # 0 +0xBDE6 0xC378 # 0 +0xBDE7 0xC379 # 0 +0xBDE8 0xC37C # 0 +0xBDE9 0xC37D # 0 +0xBDEA 0xC384 # 0 +0xBDEB 0xC388 # 0 +0xBDEC 0xC38C # 0 +0xBDED 0xC3C0 # 0 +0xBDEE 0xC3D8 # 0 +0xBDEF 0xC3D9 # 0 +0xBDF0 0xC3DC # 0 +0xBDF1 0xC3DF # 0 +0xBDF2 0xC3E0 # 0 +0xBDF3 0xC3E2 # 0 +0xBDF4 0xC3E8 # 0 +0xBDF5 0xC3E9 # 0 +0xBDF6 0xC3ED # 0 +0xBDF7 0xC3F4 # 0 +0xBDF8 0xC3F5 # 0 +0xBDF9 0xC3F8 # 0 +0xBDFA 0xC408 # 0 +0xBDFB 0xC410 # 0 +0xBDFC 0xC424 # 0 +0xBDFD 0xC42C # 0 +0xBDFE 0xC430 # 0 +0xBE41 0xD438 # 0 +0xBE42 0xD439 # 0 +0xBE43 0xD43A # 0 +0xBE44 0xD43B # 0 +0xBE45 0xD43C # 0 +0xBE46 0xD43D # 0 +0xBE47 0xD43E # 0 +0xBE48 0xD43F # 0 +0xBE49 0xD441 # 0 +0xBE4A 0xD442 # 0 +0xBE4B 0xD443 # 0 +0xBE4C 0xD445 # 0 +0xBE4D 0xD446 # 0 +0xBE4E 0xD447 # 0 +0xBE4F 0xD448 # 0 +0xBE50 0xD449 # 0 +0xBE51 0xD44A # 0 +0xBE52 0xD44B # 0 +0xBE53 0xD44C # 0 +0xBE54 0xD44D # 0 +0xBE55 0xD44E # 0 +0xBE56 0xD44F # 0 +0xBE57 0xD450 # 0 +0xBE58 0xD451 # 0 +0xBE59 0xD452 # 0 +0xBE5A 0xD453 # 0 +0xBE61 0xD454 # 0 +0xBE62 0xD455 # 0 +0xBE63 0xD456 # 0 +0xBE64 0xD457 # 0 +0xBE65 0xD458 # 0 +0xBE66 0xD459 # 0 +0xBE67 0xD45A # 0 +0xBE68 0xD45B # 0 +0xBE69 0xD45D # 0 +0xBE6A 0xD45E # 0 +0xBE6B 0xD45F # 0 +0xBE6C 0xD461 # 0 +0xBE6D 0xD462 # 0 +0xBE6E 0xD463 # 0 +0xBE6F 0xD465 # 0 +0xBE70 0xD466 # 0 +0xBE71 0xD467 # 0 +0xBE72 0xD468 # 0 +0xBE73 0xD469 # 0 +0xBE74 0xD46A # 0 +0xBE75 0xD46B # 0 +0xBE76 0xD46C # 0 +0xBE77 0xD46E # 0 +0xBE78 0xD470 # 0 +0xBE79 0xD471 # 0 +0xBE7A 0xD472 # 0 +0xBE81 0xD473 # 0 +0xBE82 0xD474 # 0 +0xBE83 0xD475 # 0 +0xBE84 0xD476 # 0 +0xBE85 0xD477 # 0 +0xBE86 0xD47A # 0 +0xBE87 0xD47B # 0 +0xBE88 0xD47D # 0 +0xBE89 0xD47E # 0 +0xBE8A 0xD481 # 0 +0xBE8B 0xD483 # 0 +0xBE8C 0xD484 # 0 +0xBE8D 0xD485 # 0 +0xBE8E 0xD486 # 0 +0xBE8F 0xD487 # 0 +0xBE90 0xD48A # 0 +0xBE91 0xD48C # 0 +0xBE92 0xD48E # 0 +0xBE93 0xD48F # 0 +0xBE94 0xD490 # 0 +0xBE95 0xD491 # 0 +0xBE96 0xD492 # 0 +0xBE97 0xD493 # 0 +0xBE98 0xD495 # 0 +0xBE99 0xD496 # 0 +0xBE9A 0xD497 # 0 +0xBE9B 0xD498 # 0 +0xBE9C 0xD499 # 0 +0xBE9D 0xD49A # 0 +0xBE9E 0xD49B # 0 +0xBE9F 0xD49C # 0 +0xBEA0 0xD49D # 0 +0xBEA1 0xC434 # 0 +0xBEA2 0xC43C # 0 +0xBEA3 0xC43D # 0 +0xBEA4 0xC448 # 0 +0xBEA5 0xC464 # 0 +0xBEA6 0xC465 # 0 +0xBEA7 0xC468 # 0 +0xBEA8 0xC46C # 0 +0xBEA9 0xC474 # 0 +0xBEAA 0xC475 # 0 +0xBEAB 0xC479 # 0 +0xBEAC 0xC480 # 0 +0xBEAD 0xC494 # 0 +0xBEAE 0xC49C # 0 +0xBEAF 0xC4B8 # 0 +0xBEB0 0xC4BC # 0 +0xBEB1 0xC4E9 # 0 +0xBEB2 0xC4F0 # 0 +0xBEB3 0xC4F1 # 0 +0xBEB4 0xC4F4 # 0 +0xBEB5 0xC4F8 # 0 +0xBEB6 0xC4FA # 0 +0xBEB7 0xC4FF # 0 +0xBEB8 0xC500 # 0 +0xBEB9 0xC501 # 0 +0xBEBA 0xC50C # 0 +0xBEBB 0xC510 # 0 +0xBEBC 0xC514 # 0 +0xBEBD 0xC51C # 0 +0xBEBE 0xC528 # 0 +0xBEBF 0xC529 # 0 +0xBEC0 0xC52C # 0 +0xBEC1 0xC530 # 0 +0xBEC2 0xC538 # 0 +0xBEC3 0xC539 # 0 +0xBEC4 0xC53B # 0 +0xBEC5 0xC53D # 0 +0xBEC6 0xC544 # 0 +0xBEC7 0xC545 # 0 +0xBEC8 0xC548 # 0 +0xBEC9 0xC549 # 0 +0xBECA 0xC54A # 0 +0xBECB 0xC54C # 0 +0xBECC 0xC54D # 0 +0xBECD 0xC54E # 0 +0xBECE 0xC553 # 0 +0xBECF 0xC554 # 0 +0xBED0 0xC555 # 0 +0xBED1 0xC557 # 0 +0xBED2 0xC558 # 0 +0xBED3 0xC559 # 0 +0xBED4 0xC55D # 0 +0xBED5 0xC55E # 0 +0xBED6 0xC560 # 0 +0xBED7 0xC561 # 0 +0xBED8 0xC564 # 0 +0xBED9 0xC568 # 0 +0xBEDA 0xC570 # 0 +0xBEDB 0xC571 # 0 +0xBEDC 0xC573 # 0 +0xBEDD 0xC574 # 0 +0xBEDE 0xC575 # 0 +0xBEDF 0xC57C # 0 +0xBEE0 0xC57D # 0 +0xBEE1 0xC580 # 0 +0xBEE2 0xC584 # 0 +0xBEE3 0xC587 # 0 +0xBEE4 0xC58C # 0 +0xBEE5 0xC58D # 0 +0xBEE6 0xC58F # 0 +0xBEE7 0xC591 # 0 +0xBEE8 0xC595 # 0 +0xBEE9 0xC597 # 0 +0xBEEA 0xC598 # 0 +0xBEEB 0xC59C # 0 +0xBEEC 0xC5A0 # 0 +0xBEED 0xC5A9 # 0 +0xBEEE 0xC5B4 # 0 +0xBEEF 0xC5B5 # 0 +0xBEF0 0xC5B8 # 0 +0xBEF1 0xC5B9 # 0 +0xBEF2 0xC5BB # 0 +0xBEF3 0xC5BC # 0 +0xBEF4 0xC5BD # 0 +0xBEF5 0xC5BE # 0 +0xBEF6 0xC5C4 # 0 +0xBEF7 0xC5C5 # 0 +0xBEF8 0xC5C6 # 0 +0xBEF9 0xC5C7 # 0 +0xBEFA 0xC5C8 # 0 +0xBEFB 0xC5C9 # 0 +0xBEFC 0xC5CA # 0 +0xBEFD 0xC5CC # 0 +0xBEFE 0xC5CE # 0 +0xBF41 0xD49E # 0 +0xBF42 0xD49F # 0 +0xBF43 0xD4A0 # 0 +0xBF44 0xD4A1 # 0 +0xBF45 0xD4A2 # 0 +0xBF46 0xD4A3 # 0 +0xBF47 0xD4A4 # 0 +0xBF48 0xD4A5 # 0 +0xBF49 0xD4A6 # 0 +0xBF4A 0xD4A7 # 0 +0xBF4B 0xD4A8 # 0 +0xBF4C 0xD4AA # 0 +0xBF4D 0xD4AB # 0 +0xBF4E 0xD4AC # 0 +0xBF4F 0xD4AD # 0 +0xBF50 0xD4AE # 0 +0xBF51 0xD4AF # 0 +0xBF52 0xD4B0 # 0 +0xBF53 0xD4B1 # 0 +0xBF54 0xD4B2 # 0 +0xBF55 0xD4B3 # 0 +0xBF56 0xD4B4 # 0 +0xBF57 0xD4B5 # 0 +0xBF58 0xD4B6 # 0 +0xBF59 0xD4B7 # 0 +0xBF5A 0xD4B8 # 0 +0xBF61 0xD4B9 # 0 +0xBF62 0xD4BA # 0 +0xBF63 0xD4BB # 0 +0xBF64 0xD4BC # 0 +0xBF65 0xD4BD # 0 +0xBF66 0xD4BE # 0 +0xBF67 0xD4BF # 0 +0xBF68 0xD4C0 # 0 +0xBF69 0xD4C1 # 0 +0xBF6A 0xD4C2 # 0 +0xBF6B 0xD4C3 # 0 +0xBF6C 0xD4C4 # 0 +0xBF6D 0xD4C5 # 0 +0xBF6E 0xD4C6 # 0 +0xBF6F 0xD4C7 # 0 +0xBF70 0xD4C8 # 0 +0xBF71 0xD4C9 # 0 +0xBF72 0xD4CA # 0 +0xBF73 0xD4CB # 0 +0xBF74 0xD4CD # 0 +0xBF75 0xD4CE # 0 +0xBF76 0xD4CF # 0 +0xBF77 0xD4D1 # 0 +0xBF78 0xD4D2 # 0 +0xBF79 0xD4D3 # 0 +0xBF7A 0xD4D5 # 0 +0xBF81 0xD4D6 # 0 +0xBF82 0xD4D7 # 0 +0xBF83 0xD4D8 # 0 +0xBF84 0xD4D9 # 0 +0xBF85 0xD4DA # 0 +0xBF86 0xD4DB # 0 +0xBF87 0xD4DD # 0 +0xBF88 0xD4DE # 0 +0xBF89 0xD4E0 # 0 +0xBF8A 0xD4E1 # 0 +0xBF8B 0xD4E2 # 0 +0xBF8C 0xD4E3 # 0 +0xBF8D 0xD4E4 # 0 +0xBF8E 0xD4E5 # 0 +0xBF8F 0xD4E6 # 0 +0xBF90 0xD4E7 # 0 +0xBF91 0xD4E9 # 0 +0xBF92 0xD4EA # 0 +0xBF93 0xD4EB # 0 +0xBF94 0xD4ED # 0 +0xBF95 0xD4EE # 0 +0xBF96 0xD4EF # 0 +0xBF97 0xD4F1 # 0 +0xBF98 0xD4F2 # 0 +0xBF99 0xD4F3 # 0 +0xBF9A 0xD4F4 # 0 +0xBF9B 0xD4F5 # 0 +0xBF9C 0xD4F6 # 0 +0xBF9D 0xD4F7 # 0 +0xBF9E 0xD4F9 # 0 +0xBF9F 0xD4FA # 0 +0xBFA0 0xD4FC # 0 +0xBFA1 0xC5D0 # 0 +0xBFA2 0xC5D1 # 0 +0xBFA3 0xC5D4 # 0 +0xBFA4 0xC5D8 # 0 +0xBFA5 0xC5E0 # 0 +0xBFA6 0xC5E1 # 0 +0xBFA7 0xC5E3 # 0 +0xBFA8 0xC5E5 # 0 +0xBFA9 0xC5EC # 0 +0xBFAA 0xC5ED # 0 +0xBFAB 0xC5EE # 0 +0xBFAC 0xC5F0 # 0 +0xBFAD 0xC5F4 # 0 +0xBFAE 0xC5F6 # 0 +0xBFAF 0xC5F7 # 0 +0xBFB0 0xC5FC # 0 +0xBFB1 0xC5FD # 0 +0xBFB2 0xC5FE # 0 +0xBFB3 0xC5FF # 0 +0xBFB4 0xC600 # 0 +0xBFB5 0xC601 # 0 +0xBFB6 0xC605 # 0 +0xBFB7 0xC606 # 0 +0xBFB8 0xC607 # 0 +0xBFB9 0xC608 # 0 +0xBFBA 0xC60C # 0 +0xBFBB 0xC610 # 0 +0xBFBC 0xC618 # 0 +0xBFBD 0xC619 # 0 +0xBFBE 0xC61B # 0 +0xBFBF 0xC61C # 0 +0xBFC0 0xC624 # 0 +0xBFC1 0xC625 # 0 +0xBFC2 0xC628 # 0 +0xBFC3 0xC62C # 0 +0xBFC4 0xC62D # 0 +0xBFC5 0xC62E # 0 +0xBFC6 0xC630 # 0 +0xBFC7 0xC633 # 0 +0xBFC8 0xC634 # 0 +0xBFC9 0xC635 # 0 +0xBFCA 0xC637 # 0 +0xBFCB 0xC639 # 0 +0xBFCC 0xC63B # 0 +0xBFCD 0xC640 # 0 +0xBFCE 0xC641 # 0 +0xBFCF 0xC644 # 0 +0xBFD0 0xC648 # 0 +0xBFD1 0xC650 # 0 +0xBFD2 0xC651 # 0 +0xBFD3 0xC653 # 0 +0xBFD4 0xC654 # 0 +0xBFD5 0xC655 # 0 +0xBFD6 0xC65C # 0 +0xBFD7 0xC65D # 0 +0xBFD8 0xC660 # 0 +0xBFD9 0xC66C # 0 +0xBFDA 0xC66F # 0 +0xBFDB 0xC671 # 0 +0xBFDC 0xC678 # 0 +0xBFDD 0xC679 # 0 +0xBFDE 0xC67C # 0 +0xBFDF 0xC680 # 0 +0xBFE0 0xC688 # 0 +0xBFE1 0xC689 # 0 +0xBFE2 0xC68B # 0 +0xBFE3 0xC68D # 0 +0xBFE4 0xC694 # 0 +0xBFE5 0xC695 # 0 +0xBFE6 0xC698 # 0 +0xBFE7 0xC69C # 0 +0xBFE8 0xC6A4 # 0 +0xBFE9 0xC6A5 # 0 +0xBFEA 0xC6A7 # 0 +0xBFEB 0xC6A9 # 0 +0xBFEC 0xC6B0 # 0 +0xBFED 0xC6B1 # 0 +0xBFEE 0xC6B4 # 0 +0xBFEF 0xC6B8 # 0 +0xBFF0 0xC6B9 # 0 +0xBFF1 0xC6BA # 0 +0xBFF2 0xC6C0 # 0 +0xBFF3 0xC6C1 # 0 +0xBFF4 0xC6C3 # 0 +0xBFF5 0xC6C5 # 0 +0xBFF6 0xC6CC # 0 +0xBFF7 0xC6CD # 0 +0xBFF8 0xC6D0 # 0 +0xBFF9 0xC6D4 # 0 +0xBFFA 0xC6DC # 0 +0xBFFB 0xC6DD # 0 +0xBFFC 0xC6E0 # 0 +0xBFFD 0xC6E1 # 0 +0xBFFE 0xC6E8 # 0 +0xC041 0xD4FE # 0 +0xC042 0xD4FF # 0 +0xC043 0xD500 # 0 +0xC044 0xD501 # 0 +0xC045 0xD502 # 0 +0xC046 0xD503 # 0 +0xC047 0xD505 # 0 +0xC048 0xD506 # 0 +0xC049 0xD507 # 0 +0xC04A 0xD509 # 0 +0xC04B 0xD50A # 0 +0xC04C 0xD50B # 0 +0xC04D 0xD50D # 0 +0xC04E 0xD50E # 0 +0xC04F 0xD50F # 0 +0xC050 0xD510 # 0 +0xC051 0xD511 # 0 +0xC052 0xD512 # 0 +0xC053 0xD513 # 0 +0xC054 0xD516 # 0 +0xC055 0xD518 # 0 +0xC056 0xD519 # 0 +0xC057 0xD51A # 0 +0xC058 0xD51B # 0 +0xC059 0xD51C # 0 +0xC05A 0xD51D # 0 +0xC061 0xD51E # 0 +0xC062 0xD51F # 0 +0xC063 0xD520 # 0 +0xC064 0xD521 # 0 +0xC065 0xD522 # 0 +0xC066 0xD523 # 0 +0xC067 0xD524 # 0 +0xC068 0xD525 # 0 +0xC069 0xD526 # 0 +0xC06A 0xD527 # 0 +0xC06B 0xD528 # 0 +0xC06C 0xD529 # 0 +0xC06D 0xD52A # 0 +0xC06E 0xD52B # 0 +0xC06F 0xD52C # 0 +0xC070 0xD52D # 0 +0xC071 0xD52E # 0 +0xC072 0xD52F # 0 +0xC073 0xD530 # 0 +0xC074 0xD531 # 0 +0xC075 0xD532 # 0 +0xC076 0xD533 # 0 +0xC077 0xD534 # 0 +0xC078 0xD535 # 0 +0xC079 0xD536 # 0 +0xC07A 0xD537 # 0 +0xC081 0xD538 # 0 +0xC082 0xD539 # 0 +0xC083 0xD53A # 0 +0xC084 0xD53B # 0 +0xC085 0xD53E # 0 +0xC086 0xD53F # 0 +0xC087 0xD541 # 0 +0xC088 0xD542 # 0 +0xC089 0xD543 # 0 +0xC08A 0xD545 # 0 +0xC08B 0xD546 # 0 +0xC08C 0xD547 # 0 +0xC08D 0xD548 # 0 +0xC08E 0xD549 # 0 +0xC08F 0xD54A # 0 +0xC090 0xD54B # 0 +0xC091 0xD54E # 0 +0xC092 0xD550 # 0 +0xC093 0xD552 # 0 +0xC094 0xD553 # 0 +0xC095 0xD554 # 0 +0xC096 0xD555 # 0 +0xC097 0xD556 # 0 +0xC098 0xD557 # 0 +0xC099 0xD55A # 0 +0xC09A 0xD55B # 0 +0xC09B 0xD55D # 0 +0xC09C 0xD55E # 0 +0xC09D 0xD55F # 0 +0xC09E 0xD561 # 0 +0xC09F 0xD562 # 0 +0xC0A0 0xD563 # 0 +0xC0A1 0xC6E9 # 0 +0xC0A2 0xC6EC # 0 +0xC0A3 0xC6F0 # 0 +0xC0A4 0xC6F8 # 0 +0xC0A5 0xC6F9 # 0 +0xC0A6 0xC6FD # 0 +0xC0A7 0xC704 # 0 +0xC0A8 0xC705 # 0 +0xC0A9 0xC708 # 0 +0xC0AA 0xC70C # 0 +0xC0AB 0xC714 # 0 +0xC0AC 0xC715 # 0 +0xC0AD 0xC717 # 0 +0xC0AE 0xC719 # 0 +0xC0AF 0xC720 # 0 +0xC0B0 0xC721 # 0 +0xC0B1 0xC724 # 0 +0xC0B2 0xC728 # 0 +0xC0B3 0xC730 # 0 +0xC0B4 0xC731 # 0 +0xC0B5 0xC733 # 0 +0xC0B6 0xC735 # 0 +0xC0B7 0xC737 # 0 +0xC0B8 0xC73C # 0 +0xC0B9 0xC73D # 0 +0xC0BA 0xC740 # 0 +0xC0BB 0xC744 # 0 +0xC0BC 0xC74A # 0 +0xC0BD 0xC74C # 0 +0xC0BE 0xC74D # 0 +0xC0BF 0xC74F # 0 +0xC0C0 0xC751 # 0 +0xC0C1 0xC752 # 0 +0xC0C2 0xC753 # 0 +0xC0C3 0xC754 # 0 +0xC0C4 0xC755 # 0 +0xC0C5 0xC756 # 0 +0xC0C6 0xC757 # 0 +0xC0C7 0xC758 # 0 +0xC0C8 0xC75C # 0 +0xC0C9 0xC760 # 0 +0xC0CA 0xC768 # 0 +0xC0CB 0xC76B # 0 +0xC0CC 0xC774 # 0 +0xC0CD 0xC775 # 0 +0xC0CE 0xC778 # 0 +0xC0CF 0xC77C # 0 +0xC0D0 0xC77D # 0 +0xC0D1 0xC77E # 0 +0xC0D2 0xC783 # 0 +0xC0D3 0xC784 # 0 +0xC0D4 0xC785 # 0 +0xC0D5 0xC787 # 0 +0xC0D6 0xC788 # 0 +0xC0D7 0xC789 # 0 +0xC0D8 0xC78A # 0 +0xC0D9 0xC78E # 0 +0xC0DA 0xC790 # 0 +0xC0DB 0xC791 # 0 +0xC0DC 0xC794 # 0 +0xC0DD 0xC796 # 0 +0xC0DE 0xC797 # 0 +0xC0DF 0xC798 # 0 +0xC0E0 0xC79A # 0 +0xC0E1 0xC7A0 # 0 +0xC0E2 0xC7A1 # 0 +0xC0E3 0xC7A3 # 0 +0xC0E4 0xC7A4 # 0 +0xC0E5 0xC7A5 # 0 +0xC0E6 0xC7A6 # 0 +0xC0E7 0xC7AC # 0 +0xC0E8 0xC7AD # 0 +0xC0E9 0xC7B0 # 0 +0xC0EA 0xC7B4 # 0 +0xC0EB 0xC7BC # 0 +0xC0EC 0xC7BD # 0 +0xC0ED 0xC7BF # 0 +0xC0EE 0xC7C0 # 0 +0xC0EF 0xC7C1 # 0 +0xC0F0 0xC7C8 # 0 +0xC0F1 0xC7C9 # 0 +0xC0F2 0xC7CC # 0 +0xC0F3 0xC7CE # 0 +0xC0F4 0xC7D0 # 0 +0xC0F5 0xC7D8 # 0 +0xC0F6 0xC7DD # 0 +0xC0F7 0xC7E4 # 0 +0xC0F8 0xC7E8 # 0 +0xC0F9 0xC7EC # 0 +0xC0FA 0xC800 # 0 +0xC0FB 0xC801 # 0 +0xC0FC 0xC804 # 0 +0xC0FD 0xC808 # 0 +0xC0FE 0xC80A # 0 +0xC141 0xD564 # 0 +0xC142 0xD566 # 0 +0xC143 0xD567 # 0 +0xC144 0xD56A # 0 +0xC145 0xD56C # 0 +0xC146 0xD56E # 0 +0xC147 0xD56F # 0 +0xC148 0xD570 # 0 +0xC149 0xD571 # 0 +0xC14A 0xD572 # 0 +0xC14B 0xD573 # 0 +0xC14C 0xD576 # 0 +0xC14D 0xD577 # 0 +0xC14E 0xD579 # 0 +0xC14F 0xD57A # 0 +0xC150 0xD57B # 0 +0xC151 0xD57D # 0 +0xC152 0xD57E # 0 +0xC153 0xD57F # 0 +0xC154 0xD580 # 0 +0xC155 0xD581 # 0 +0xC156 0xD582 # 0 +0xC157 0xD583 # 0 +0xC158 0xD586 # 0 +0xC159 0xD58A # 0 +0xC15A 0xD58B # 0 +0xC161 0xD58C # 0 +0xC162 0xD58D # 0 +0xC163 0xD58E # 0 +0xC164 0xD58F # 0 +0xC165 0xD591 # 0 +0xC166 0xD592 # 0 +0xC167 0xD593 # 0 +0xC168 0xD594 # 0 +0xC169 0xD595 # 0 +0xC16A 0xD596 # 0 +0xC16B 0xD597 # 0 +0xC16C 0xD598 # 0 +0xC16D 0xD599 # 0 +0xC16E 0xD59A # 0 +0xC16F 0xD59B # 0 +0xC170 0xD59C # 0 +0xC171 0xD59D # 0 +0xC172 0xD59E # 0 +0xC173 0xD59F # 0 +0xC174 0xD5A0 # 0 +0xC175 0xD5A1 # 0 +0xC176 0xD5A2 # 0 +0xC177 0xD5A3 # 0 +0xC178 0xD5A4 # 0 +0xC179 0xD5A6 # 0 +0xC17A 0xD5A7 # 0 +0xC181 0xD5A8 # 0 +0xC182 0xD5A9 # 0 +0xC183 0xD5AA # 0 +0xC184 0xD5AB # 0 +0xC185 0xD5AC # 0 +0xC186 0xD5AD # 0 +0xC187 0xD5AE # 0 +0xC188 0xD5AF # 0 +0xC189 0xD5B0 # 0 +0xC18A 0xD5B1 # 0 +0xC18B 0xD5B2 # 0 +0xC18C 0xD5B3 # 0 +0xC18D 0xD5B4 # 0 +0xC18E 0xD5B5 # 0 +0xC18F 0xD5B6 # 0 +0xC190 0xD5B7 # 0 +0xC191 0xD5B8 # 0 +0xC192 0xD5B9 # 0 +0xC193 0xD5BA # 0 +0xC194 0xD5BB # 0 +0xC195 0xD5BC # 0 +0xC196 0xD5BD # 0 +0xC197 0xD5BE # 0 +0xC198 0xD5BF # 0 +0xC199 0xD5C0 # 0 +0xC19A 0xD5C1 # 0 +0xC19B 0xD5C2 # 0 +0xC19C 0xD5C3 # 0 +0xC19D 0xD5C4 # 0 +0xC19E 0xD5C5 # 0 +0xC19F 0xD5C6 # 0 +0xC1A0 0xD5C7 # 0 +0xC1A1 0xC810 # 0 +0xC1A2 0xC811 # 0 +0xC1A3 0xC813 # 0 +0xC1A4 0xC815 # 0 +0xC1A5 0xC816 # 0 +0xC1A6 0xC81C # 0 +0xC1A7 0xC81D # 0 +0xC1A8 0xC820 # 0 +0xC1A9 0xC824 # 0 +0xC1AA 0xC82C # 0 +0xC1AB 0xC82D # 0 +0xC1AC 0xC82F # 0 +0xC1AD 0xC831 # 0 +0xC1AE 0xC838 # 0 +0xC1AF 0xC83C # 0 +0xC1B0 0xC840 # 0 +0xC1B1 0xC848 # 0 +0xC1B2 0xC849 # 0 +0xC1B3 0xC84C # 0 +0xC1B4 0xC84D # 0 +0xC1B5 0xC854 # 0 +0xC1B6 0xC870 # 0 +0xC1B7 0xC871 # 0 +0xC1B8 0xC874 # 0 +0xC1B9 0xC878 # 0 +0xC1BA 0xC87A # 0 +0xC1BB 0xC880 # 0 +0xC1BC 0xC881 # 0 +0xC1BD 0xC883 # 0 +0xC1BE 0xC885 # 0 +0xC1BF 0xC886 # 0 +0xC1C0 0xC887 # 0 +0xC1C1 0xC88B # 0 +0xC1C2 0xC88C # 0 +0xC1C3 0xC88D # 0 +0xC1C4 0xC894 # 0 +0xC1C5 0xC89D # 0 +0xC1C6 0xC89F # 0 +0xC1C7 0xC8A1 # 0 +0xC1C8 0xC8A8 # 0 +0xC1C9 0xC8BC # 0 +0xC1CA 0xC8BD # 0 +0xC1CB 0xC8C4 # 0 +0xC1CC 0xC8C8 # 0 +0xC1CD 0xC8CC # 0 +0xC1CE 0xC8D4 # 0 +0xC1CF 0xC8D5 # 0 +0xC1D0 0xC8D7 # 0 +0xC1D1 0xC8D9 # 0 +0xC1D2 0xC8E0 # 0 +0xC1D3 0xC8E1 # 0 +0xC1D4 0xC8E4 # 0 +0xC1D5 0xC8F5 # 0 +0xC1D6 0xC8FC # 0 +0xC1D7 0xC8FD # 0 +0xC1D8 0xC900 # 0 +0xC1D9 0xC904 # 0 +0xC1DA 0xC905 # 0 +0xC1DB 0xC906 # 0 +0xC1DC 0xC90C # 0 +0xC1DD 0xC90D # 0 +0xC1DE 0xC90F # 0 +0xC1DF 0xC911 # 0 +0xC1E0 0xC918 # 0 +0xC1E1 0xC92C # 0 +0xC1E2 0xC934 # 0 +0xC1E3 0xC950 # 0 +0xC1E4 0xC951 # 0 +0xC1E5 0xC954 # 0 +0xC1E6 0xC958 # 0 +0xC1E7 0xC960 # 0 +0xC1E8 0xC961 # 0 +0xC1E9 0xC963 # 0 +0xC1EA 0xC96C # 0 +0xC1EB 0xC970 # 0 +0xC1EC 0xC974 # 0 +0xC1ED 0xC97C # 0 +0xC1EE 0xC988 # 0 +0xC1EF 0xC989 # 0 +0xC1F0 0xC98C # 0 +0xC1F1 0xC990 # 0 +0xC1F2 0xC998 # 0 +0xC1F3 0xC999 # 0 +0xC1F4 0xC99B # 0 +0xC1F5 0xC99D # 0 +0xC1F6 0xC9C0 # 0 +0xC1F7 0xC9C1 # 0 +0xC1F8 0xC9C4 # 0 +0xC1F9 0xC9C7 # 0 +0xC1FA 0xC9C8 # 0 +0xC1FB 0xC9CA # 0 +0xC1FC 0xC9D0 # 0 +0xC1FD 0xC9D1 # 0 +0xC1FE 0xC9D3 # 0 +0xC241 0xD5CA # 0 +0xC242 0xD5CB # 0 +0xC243 0xD5CD # 0 +0xC244 0xD5CE # 0 +0xC245 0xD5CF # 0 +0xC246 0xD5D1 # 0 +0xC247 0xD5D3 # 0 +0xC248 0xD5D4 # 0 +0xC249 0xD5D5 # 0 +0xC24A 0xD5D6 # 0 +0xC24B 0xD5D7 # 0 +0xC24C 0xD5DA # 0 +0xC24D 0xD5DC # 0 +0xC24E 0xD5DE # 0 +0xC24F 0xD5DF # 0 +0xC250 0xD5E0 # 0 +0xC251 0xD5E1 # 0 +0xC252 0xD5E2 # 0 +0xC253 0xD5E3 # 0 +0xC254 0xD5E6 # 0 +0xC255 0xD5E7 # 0 +0xC256 0xD5E9 # 0 +0xC257 0xD5EA # 0 +0xC258 0xD5EB # 0 +0xC259 0xD5ED # 0 +0xC25A 0xD5EE # 0 +0xC261 0xD5EF # 0 +0xC262 0xD5F0 # 0 +0xC263 0xD5F1 # 0 +0xC264 0xD5F2 # 0 +0xC265 0xD5F3 # 0 +0xC266 0xD5F6 # 0 +0xC267 0xD5F8 # 0 +0xC268 0xD5FA # 0 +0xC269 0xD5FB # 0 +0xC26A 0xD5FC # 0 +0xC26B 0xD5FD # 0 +0xC26C 0xD5FE # 0 +0xC26D 0xD5FF # 0 +0xC26E 0xD602 # 0 +0xC26F 0xD603 # 0 +0xC270 0xD605 # 0 +0xC271 0xD606 # 0 +0xC272 0xD607 # 0 +0xC273 0xD609 # 0 +0xC274 0xD60A # 0 +0xC275 0xD60B # 0 +0xC276 0xD60C # 0 +0xC277 0xD60D # 0 +0xC278 0xD60E # 0 +0xC279 0xD60F # 0 +0xC27A 0xD612 # 0 +0xC281 0xD616 # 0 +0xC282 0xD617 # 0 +0xC283 0xD618 # 0 +0xC284 0xD619 # 0 +0xC285 0xD61A # 0 +0xC286 0xD61B # 0 +0xC287 0xD61D # 0 +0xC288 0xD61E # 0 +0xC289 0xD61F # 0 +0xC28A 0xD621 # 0 +0xC28B 0xD622 # 0 +0xC28C 0xD623 # 0 +0xC28D 0xD625 # 0 +0xC28E 0xD626 # 0 +0xC28F 0xD627 # 0 +0xC290 0xD628 # 0 +0xC291 0xD629 # 0 +0xC292 0xD62A # 0 +0xC293 0xD62B # 0 +0xC294 0xD62C # 0 +0xC295 0xD62E # 0 +0xC296 0xD62F # 0 +0xC297 0xD630 # 0 +0xC298 0xD631 # 0 +0xC299 0xD632 # 0 +0xC29A 0xD633 # 0 +0xC29B 0xD634 # 0 +0xC29C 0xD635 # 0 +0xC29D 0xD636 # 0 +0xC29E 0xD637 # 0 +0xC29F 0xD63A # 0 +0xC2A0 0xD63B # 0 +0xC2A1 0xC9D5 # 0 +0xC2A2 0xC9D6 # 0 +0xC2A3 0xC9D9 # 0 +0xC2A4 0xC9DA # 0 +0xC2A5 0xC9DC # 0 +0xC2A6 0xC9DD # 0 +0xC2A7 0xC9E0 # 0 +0xC2A8 0xC9E2 # 0 +0xC2A9 0xC9E4 # 0 +0xC2AA 0xC9E7 # 0 +0xC2AB 0xC9EC # 0 +0xC2AC 0xC9ED # 0 +0xC2AD 0xC9EF # 0 +0xC2AE 0xC9F0 # 0 +0xC2AF 0xC9F1 # 0 +0xC2B0 0xC9F8 # 0 +0xC2B1 0xC9F9 # 0 +0xC2B2 0xC9FC # 0 +0xC2B3 0xCA00 # 0 +0xC2B4 0xCA08 # 0 +0xC2B5 0xCA09 # 0 +0xC2B6 0xCA0B # 0 +0xC2B7 0xCA0C # 0 +0xC2B8 0xCA0D # 0 +0xC2B9 0xCA14 # 0 +0xC2BA 0xCA18 # 0 +0xC2BB 0xCA29 # 0 +0xC2BC 0xCA4C # 0 +0xC2BD 0xCA4D # 0 +0xC2BE 0xCA50 # 0 +0xC2BF 0xCA54 # 0 +0xC2C0 0xCA5C # 0 +0xC2C1 0xCA5D # 0 +0xC2C2 0xCA5F # 0 +0xC2C3 0xCA60 # 0 +0xC2C4 0xCA61 # 0 +0xC2C5 0xCA68 # 0 +0xC2C6 0xCA7D # 0 +0xC2C7 0xCA84 # 0 +0xC2C8 0xCA98 # 0 +0xC2C9 0xCABC # 0 +0xC2CA 0xCABD # 0 +0xC2CB 0xCAC0 # 0 +0xC2CC 0xCAC4 # 0 +0xC2CD 0xCACC # 0 +0xC2CE 0xCACD # 0 +0xC2CF 0xCACF # 0 +0xC2D0 0xCAD1 # 0 +0xC2D1 0xCAD3 # 0 +0xC2D2 0xCAD8 # 0 +0xC2D3 0xCAD9 # 0 +0xC2D4 0xCAE0 # 0 +0xC2D5 0xCAEC # 0 +0xC2D6 0xCAF4 # 0 +0xC2D7 0xCB08 # 0 +0xC2D8 0xCB10 # 0 +0xC2D9 0xCB14 # 0 +0xC2DA 0xCB18 # 0 +0xC2DB 0xCB20 # 0 +0xC2DC 0xCB21 # 0 +0xC2DD 0xCB41 # 0 +0xC2DE 0xCB48 # 0 +0xC2DF 0xCB49 # 0 +0xC2E0 0xCB4C # 0 +0xC2E1 0xCB50 # 0 +0xC2E2 0xCB58 # 0 +0xC2E3 0xCB59 # 0 +0xC2E4 0xCB5D # 0 +0xC2E5 0xCB64 # 0 +0xC2E6 0xCB78 # 0 +0xC2E7 0xCB79 # 0 +0xC2E8 0xCB9C # 0 +0xC2E9 0xCBB8 # 0 +0xC2EA 0xCBD4 # 0 +0xC2EB 0xCBE4 # 0 +0xC2EC 0xCBE7 # 0 +0xC2ED 0xCBE9 # 0 +0xC2EE 0xCC0C # 0 +0xC2EF 0xCC0D # 0 +0xC2F0 0xCC10 # 0 +0xC2F1 0xCC14 # 0 +0xC2F2 0xCC1C # 0 +0xC2F3 0xCC1D # 0 +0xC2F4 0xCC21 # 0 +0xC2F5 0xCC22 # 0 +0xC2F6 0xCC27 # 0 +0xC2F7 0xCC28 # 0 +0xC2F8 0xCC29 # 0 +0xC2F9 0xCC2C # 0 +0xC2FA 0xCC2E # 0 +0xC2FB 0xCC30 # 0 +0xC2FC 0xCC38 # 0 +0xC2FD 0xCC39 # 0 +0xC2FE 0xCC3B # 0 +0xC341 0xD63D # 0 +0xC342 0xD63E # 0 +0xC343 0xD63F # 0 +0xC344 0xD641 # 0 +0xC345 0xD642 # 0 +0xC346 0xD643 # 0 +0xC347 0xD644 # 0 +0xC348 0xD646 # 0 +0xC349 0xD647 # 0 +0xC34A 0xD64A # 0 +0xC34B 0xD64C # 0 +0xC34C 0xD64E # 0 +0xC34D 0xD64F # 0 +0xC34E 0xD650 # 0 +0xC34F 0xD652 # 0 +0xC350 0xD653 # 0 +0xC351 0xD656 # 0 +0xC352 0xD657 # 0 +0xC353 0xD659 # 0 +0xC354 0xD65A # 0 +0xC355 0xD65B # 0 +0xC356 0xD65D # 0 +0xC357 0xD65E # 0 +0xC358 0xD65F # 0 +0xC359 0xD660 # 0 +0xC35A 0xD661 # 0 +0xC361 0xD662 # 0 +0xC362 0xD663 # 0 +0xC363 0xD664 # 0 +0xC364 0xD665 # 0 +0xC365 0xD666 # 0 +0xC366 0xD668 # 0 +0xC367 0xD66A # 0 +0xC368 0xD66B # 0 +0xC369 0xD66C # 0 +0xC36A 0xD66D # 0 +0xC36B 0xD66E # 0 +0xC36C 0xD66F # 0 +0xC36D 0xD672 # 0 +0xC36E 0xD673 # 0 +0xC36F 0xD675 # 0 +0xC370 0xD676 # 0 +0xC371 0xD677 # 0 +0xC372 0xD678 # 0 +0xC373 0xD679 # 0 +0xC374 0xD67A # 0 +0xC375 0xD67B # 0 +0xC376 0xD67C # 0 +0xC377 0xD67D # 0 +0xC378 0xD67E # 0 +0xC379 0xD67F # 0 +0xC37A 0xD680 # 0 +0xC381 0xD681 # 0 +0xC382 0xD682 # 0 +0xC383 0xD684 # 0 +0xC384 0xD686 # 0 +0xC385 0xD687 # 0 +0xC386 0xD688 # 0 +0xC387 0xD689 # 0 +0xC388 0xD68A # 0 +0xC389 0xD68B # 0 +0xC38A 0xD68E # 0 +0xC38B 0xD68F # 0 +0xC38C 0xD691 # 0 +0xC38D 0xD692 # 0 +0xC38E 0xD693 # 0 +0xC38F 0xD695 # 0 +0xC390 0xD696 # 0 +0xC391 0xD697 # 0 +0xC392 0xD698 # 0 +0xC393 0xD699 # 0 +0xC394 0xD69A # 0 +0xC395 0xD69B # 0 +0xC396 0xD69C # 0 +0xC397 0xD69E # 0 +0xC398 0xD6A0 # 0 +0xC399 0xD6A2 # 0 +0xC39A 0xD6A3 # 0 +0xC39B 0xD6A4 # 0 +0xC39C 0xD6A5 # 0 +0xC39D 0xD6A6 # 0 +0xC39E 0xD6A7 # 0 +0xC39F 0xD6A9 # 0 +0xC3A0 0xD6AA # 0 +0xC3A1 0xCC3C # 0 +0xC3A2 0xCC3D # 0 +0xC3A3 0xCC3E # 0 +0xC3A4 0xCC44 # 0 +0xC3A5 0xCC45 # 0 +0xC3A6 0xCC48 # 0 +0xC3A7 0xCC4C # 0 +0xC3A8 0xCC54 # 0 +0xC3A9 0xCC55 # 0 +0xC3AA 0xCC57 # 0 +0xC3AB 0xCC58 # 0 +0xC3AC 0xCC59 # 0 +0xC3AD 0xCC60 # 0 +0xC3AE 0xCC64 # 0 +0xC3AF 0xCC66 # 0 +0xC3B0 0xCC68 # 0 +0xC3B1 0xCC70 # 0 +0xC3B2 0xCC75 # 0 +0xC3B3 0xCC98 # 0 +0xC3B4 0xCC99 # 0 +0xC3B5 0xCC9C # 0 +0xC3B6 0xCCA0 # 0 +0xC3B7 0xCCA8 # 0 +0xC3B8 0xCCA9 # 0 +0xC3B9 0xCCAB # 0 +0xC3BA 0xCCAC # 0 +0xC3BB 0xCCAD # 0 +0xC3BC 0xCCB4 # 0 +0xC3BD 0xCCB5 # 0 +0xC3BE 0xCCB8 # 0 +0xC3BF 0xCCBC # 0 +0xC3C0 0xCCC4 # 0 +0xC3C1 0xCCC5 # 0 +0xC3C2 0xCCC7 # 0 +0xC3C3 0xCCC9 # 0 +0xC3C4 0xCCD0 # 0 +0xC3C5 0xCCD4 # 0 +0xC3C6 0xCCE4 # 0 +0xC3C7 0xCCEC # 0 +0xC3C8 0xCCF0 # 0 +0xC3C9 0xCD01 # 0 +0xC3CA 0xCD08 # 0 +0xC3CB 0xCD09 # 0 +0xC3CC 0xCD0C # 0 +0xC3CD 0xCD10 # 0 +0xC3CE 0xCD18 # 0 +0xC3CF 0xCD19 # 0 +0xC3D0 0xCD1B # 0 +0xC3D1 0xCD1D # 0 +0xC3D2 0xCD24 # 0 +0xC3D3 0xCD28 # 0 +0xC3D4 0xCD2C # 0 +0xC3D5 0xCD39 # 0 +0xC3D6 0xCD5C # 0 +0xC3D7 0xCD60 # 0 +0xC3D8 0xCD64 # 0 +0xC3D9 0xCD6C # 0 +0xC3DA 0xCD6D # 0 +0xC3DB 0xCD6F # 0 +0xC3DC 0xCD71 # 0 +0xC3DD 0xCD78 # 0 +0xC3DE 0xCD88 # 0 +0xC3DF 0xCD94 # 0 +0xC3E0 0xCD95 # 0 +0xC3E1 0xCD98 # 0 +0xC3E2 0xCD9C # 0 +0xC3E3 0xCDA4 # 0 +0xC3E4 0xCDA5 # 0 +0xC3E5 0xCDA7 # 0 +0xC3E6 0xCDA9 # 0 +0xC3E7 0xCDB0 # 0 +0xC3E8 0xCDC4 # 0 +0xC3E9 0xCDCC # 0 +0xC3EA 0xCDD0 # 0 +0xC3EB 0xCDE8 # 0 +0xC3EC 0xCDEC # 0 +0xC3ED 0xCDF0 # 0 +0xC3EE 0xCDF8 # 0 +0xC3EF 0xCDF9 # 0 +0xC3F0 0xCDFB # 0 +0xC3F1 0xCDFD # 0 +0xC3F2 0xCE04 # 0 +0xC3F3 0xCE08 # 0 +0xC3F4 0xCE0C # 0 +0xC3F5 0xCE14 # 0 +0xC3F6 0xCE19 # 0 +0xC3F7 0xCE20 # 0 +0xC3F8 0xCE21 # 0 +0xC3F9 0xCE24 # 0 +0xC3FA 0xCE28 # 0 +0xC3FB 0xCE30 # 0 +0xC3FC 0xCE31 # 0 +0xC3FD 0xCE33 # 0 +0xC3FE 0xCE35 # 0 +0xC441 0xD6AB # 0 +0xC442 0xD6AD # 0 +0xC443 0xD6AE # 0 +0xC444 0xD6AF # 0 +0xC445 0xD6B1 # 0 +0xC446 0xD6B2 # 0 +0xC447 0xD6B3 # 0 +0xC448 0xD6B4 # 0 +0xC449 0xD6B5 # 0 +0xC44A 0xD6B6 # 0 +0xC44B 0xD6B7 # 0 +0xC44C 0xD6B8 # 0 +0xC44D 0xD6BA # 0 +0xC44E 0xD6BC # 0 +0xC44F 0xD6BD # 0 +0xC450 0xD6BE # 0 +0xC451 0xD6BF # 0 +0xC452 0xD6C0 # 0 +0xC453 0xD6C1 # 0 +0xC454 0xD6C2 # 0 +0xC455 0xD6C3 # 0 +0xC456 0xD6C6 # 0 +0xC457 0xD6C7 # 0 +0xC458 0xD6C9 # 0 +0xC459 0xD6CA # 0 +0xC45A 0xD6CB # 0 +0xC461 0xD6CD # 0 +0xC462 0xD6CE # 0 +0xC463 0xD6CF # 0 +0xC464 0xD6D0 # 0 +0xC465 0xD6D2 # 0 +0xC466 0xD6D3 # 0 +0xC467 0xD6D5 # 0 +0xC468 0xD6D6 # 0 +0xC469 0xD6D8 # 0 +0xC46A 0xD6DA # 0 +0xC46B 0xD6DB # 0 +0xC46C 0xD6DC # 0 +0xC46D 0xD6DD # 0 +0xC46E 0xD6DE # 0 +0xC46F 0xD6DF # 0 +0xC470 0xD6E1 # 0 +0xC471 0xD6E2 # 0 +0xC472 0xD6E3 # 0 +0xC473 0xD6E5 # 0 +0xC474 0xD6E6 # 0 +0xC475 0xD6E7 # 0 +0xC476 0xD6E9 # 0 +0xC477 0xD6EA # 0 +0xC478 0xD6EB # 0 +0xC479 0xD6EC # 0 +0xC47A 0xD6ED # 0 +0xC481 0xD6EE # 0 +0xC482 0xD6EF # 0 +0xC483 0xD6F1 # 0 +0xC484 0xD6F2 # 0 +0xC485 0xD6F3 # 0 +0xC486 0xD6F4 # 0 +0xC487 0xD6F6 # 0 +0xC488 0xD6F7 # 0 +0xC489 0xD6F8 # 0 +0xC48A 0xD6F9 # 0 +0xC48B 0xD6FA # 0 +0xC48C 0xD6FB # 0 +0xC48D 0xD6FE # 0 +0xC48E 0xD6FF # 0 +0xC48F 0xD701 # 0 +0xC490 0xD702 # 0 +0xC491 0xD703 # 0 +0xC492 0xD705 # 0 +0xC493 0xD706 # 0 +0xC494 0xD707 # 0 +0xC495 0xD708 # 0 +0xC496 0xD709 # 0 +0xC497 0xD70A # 0 +0xC498 0xD70B # 0 +0xC499 0xD70C # 0 +0xC49A 0xD70D # 0 +0xC49B 0xD70E # 0 +0xC49C 0xD70F # 0 +0xC49D 0xD710 # 0 +0xC49E 0xD712 # 0 +0xC49F 0xD713 # 0 +0xC4A0 0xD714 # 0 +0xC4A1 0xCE58 # 0 +0xC4A2 0xCE59 # 0 +0xC4A3 0xCE5C # 0 +0xC4A4 0xCE5F # 0 +0xC4A5 0xCE60 # 0 +0xC4A6 0xCE61 # 0 +0xC4A7 0xCE68 # 0 +0xC4A8 0xCE69 # 0 +0xC4A9 0xCE6B # 0 +0xC4AA 0xCE6D # 0 +0xC4AB 0xCE74 # 0 +0xC4AC 0xCE75 # 0 +0xC4AD 0xCE78 # 0 +0xC4AE 0xCE7C # 0 +0xC4AF 0xCE84 # 0 +0xC4B0 0xCE85 # 0 +0xC4B1 0xCE87 # 0 +0xC4B2 0xCE89 # 0 +0xC4B3 0xCE90 # 0 +0xC4B4 0xCE91 # 0 +0xC4B5 0xCE94 # 0 +0xC4B6 0xCE98 # 0 +0xC4B7 0xCEA0 # 0 +0xC4B8 0xCEA1 # 0 +0xC4B9 0xCEA3 # 0 +0xC4BA 0xCEA4 # 0 +0xC4BB 0xCEA5 # 0 +0xC4BC 0xCEAC # 0 +0xC4BD 0xCEAD # 0 +0xC4BE 0xCEC1 # 0 +0xC4BF 0xCEE4 # 0 +0xC4C0 0xCEE5 # 0 +0xC4C1 0xCEE8 # 0 +0xC4C2 0xCEEB # 0 +0xC4C3 0xCEEC # 0 +0xC4C4 0xCEF4 # 0 +0xC4C5 0xCEF5 # 0 +0xC4C6 0xCEF7 # 0 +0xC4C7 0xCEF8 # 0 +0xC4C8 0xCEF9 # 0 +0xC4C9 0xCF00 # 0 +0xC4CA 0xCF01 # 0 +0xC4CB 0xCF04 # 0 +0xC4CC 0xCF08 # 0 +0xC4CD 0xCF10 # 0 +0xC4CE 0xCF11 # 0 +0xC4CF 0xCF13 # 0 +0xC4D0 0xCF15 # 0 +0xC4D1 0xCF1C # 0 +0xC4D2 0xCF20 # 0 +0xC4D3 0xCF24 # 0 +0xC4D4 0xCF2C # 0 +0xC4D5 0xCF2D # 0 +0xC4D6 0xCF2F # 0 +0xC4D7 0xCF30 # 0 +0xC4D8 0xCF31 # 0 +0xC4D9 0xCF38 # 0 +0xC4DA 0xCF54 # 0 +0xC4DB 0xCF55 # 0 +0xC4DC 0xCF58 # 0 +0xC4DD 0xCF5C # 0 +0xC4DE 0xCF64 # 0 +0xC4DF 0xCF65 # 0 +0xC4E0 0xCF67 # 0 +0xC4E1 0xCF69 # 0 +0xC4E2 0xCF70 # 0 +0xC4E3 0xCF71 # 0 +0xC4E4 0xCF74 # 0 +0xC4E5 0xCF78 # 0 +0xC4E6 0xCF80 # 0 +0xC4E7 0xCF85 # 0 +0xC4E8 0xCF8C # 0 +0xC4E9 0xCFA1 # 0 +0xC4EA 0xCFA8 # 0 +0xC4EB 0xCFB0 # 0 +0xC4EC 0xCFC4 # 0 +0xC4ED 0xCFE0 # 0 +0xC4EE 0xCFE1 # 0 +0xC4EF 0xCFE4 # 0 +0xC4F0 0xCFE8 # 0 +0xC4F1 0xCFF0 # 0 +0xC4F2 0xCFF1 # 0 +0xC4F3 0xCFF3 # 0 +0xC4F4 0xCFF5 # 0 +0xC4F5 0xCFFC # 0 +0xC4F6 0xD000 # 0 +0xC4F7 0xD004 # 0 +0xC4F8 0xD011 # 0 +0xC4F9 0xD018 # 0 +0xC4FA 0xD02D # 0 +0xC4FB 0xD034 # 0 +0xC4FC 0xD035 # 0 +0xC4FD 0xD038 # 0 +0xC4FE 0xD03C # 0 +0xC541 0xD715 # 0 +0xC542 0xD716 # 0 +0xC543 0xD717 # 0 +0xC544 0xD71A # 0 +0xC545 0xD71B # 0 +0xC546 0xD71D # 0 +0xC547 0xD71E # 0 +0xC548 0xD71F # 0 +0xC549 0xD721 # 0 +0xC54A 0xD722 # 0 +0xC54B 0xD723 # 0 +0xC54C 0xD724 # 0 +0xC54D 0xD725 # 0 +0xC54E 0xD726 # 0 +0xC54F 0xD727 # 0 +0xC550 0xD72A # 0 +0xC551 0xD72C # 0 +0xC552 0xD72E # 0 +0xC553 0xD72F # 0 +0xC554 0xD730 # 0 +0xC555 0xD731 # 0 +0xC556 0xD732 # 0 +0xC557 0xD733 # 0 +0xC558 0xD736 # 0 +0xC559 0xD737 # 0 +0xC55A 0xD739 # 0 +0xC561 0xD73A # 0 +0xC562 0xD73B # 0 +0xC563 0xD73D # 0 +0xC564 0xD73E # 0 +0xC565 0xD73F # 0 +0xC566 0xD740 # 0 +0xC567 0xD741 # 0 +0xC568 0xD742 # 0 +0xC569 0xD743 # 0 +0xC56A 0xD745 # 0 +0xC56B 0xD746 # 0 +0xC56C 0xD748 # 0 +0xC56D 0xD74A # 0 +0xC56E 0xD74B # 0 +0xC56F 0xD74C # 0 +0xC570 0xD74D # 0 +0xC571 0xD74E # 0 +0xC572 0xD74F # 0 +0xC573 0xD752 # 0 +0xC574 0xD753 # 0 +0xC575 0xD755 # 0 +0xC576 0xD75A # 0 +0xC577 0xD75B # 0 +0xC578 0xD75C # 0 +0xC579 0xD75D # 0 +0xC57A 0xD75E # 0 +0xC581 0xD75F # 0 +0xC582 0xD762 # 0 +0xC583 0xD764 # 0 +0xC584 0xD766 # 0 +0xC585 0xD767 # 0 +0xC586 0xD768 # 0 +0xC587 0xD76A # 0 +0xC588 0xD76B # 0 +0xC589 0xD76D # 0 +0xC58A 0xD76E # 0 +0xC58B 0xD76F # 0 +0xC58C 0xD771 # 0 +0xC58D 0xD772 # 0 +0xC58E 0xD773 # 0 +0xC58F 0xD775 # 0 +0xC590 0xD776 # 0 +0xC591 0xD777 # 0 +0xC592 0xD778 # 0 +0xC593 0xD779 # 0 +0xC594 0xD77A # 0 +0xC595 0xD77B # 0 +0xC596 0xD77E # 0 +0xC597 0xD77F # 0 +0xC598 0xD780 # 0 +0xC599 0xD782 # 0 +0xC59A 0xD783 # 0 +0xC59B 0xD784 # 0 +0xC59C 0xD785 # 0 +0xC59D 0xD786 # 0 +0xC59E 0xD787 # 0 +0xC59F 0xD78A # 0 +0xC5A0 0xD78B # 0 +0xC5A1 0xD044 # 0 +0xC5A2 0xD045 # 0 +0xC5A3 0xD047 # 0 +0xC5A4 0xD049 # 0 +0xC5A5 0xD050 # 0 +0xC5A6 0xD054 # 0 +0xC5A7 0xD058 # 0 +0xC5A8 0xD060 # 0 +0xC5A9 0xD06C # 0 +0xC5AA 0xD06D # 0 +0xC5AB 0xD070 # 0 +0xC5AC 0xD074 # 0 +0xC5AD 0xD07C # 0 +0xC5AE 0xD07D # 0 +0xC5AF 0xD081 # 0 +0xC5B0 0xD0A4 # 0 +0xC5B1 0xD0A5 # 0 +0xC5B2 0xD0A8 # 0 +0xC5B3 0xD0AC # 0 +0xC5B4 0xD0B4 # 0 +0xC5B5 0xD0B5 # 0 +0xC5B6 0xD0B7 # 0 +0xC5B7 0xD0B9 # 0 +0xC5B8 0xD0C0 # 0 +0xC5B9 0xD0C1 # 0 +0xC5BA 0xD0C4 # 0 +0xC5BB 0xD0C8 # 0 +0xC5BC 0xD0C9 # 0 +0xC5BD 0xD0D0 # 0 +0xC5BE 0xD0D1 # 0 +0xC5BF 0xD0D3 # 0 +0xC5C0 0xD0D4 # 0 +0xC5C1 0xD0D5 # 0 +0xC5C2 0xD0DC # 0 +0xC5C3 0xD0DD # 0 +0xC5C4 0xD0E0 # 0 +0xC5C5 0xD0E4 # 0 +0xC5C6 0xD0EC # 0 +0xC5C7 0xD0ED # 0 +0xC5C8 0xD0EF # 0 +0xC5C9 0xD0F0 # 0 +0xC5CA 0xD0F1 # 0 +0xC5CB 0xD0F8 # 0 +0xC5CC 0xD10D # 0 +0xC5CD 0xD130 # 0 +0xC5CE 0xD131 # 0 +0xC5CF 0xD134 # 0 +0xC5D0 0xD138 # 0 +0xC5D1 0xD13A # 0 +0xC5D2 0xD140 # 0 +0xC5D3 0xD141 # 0 +0xC5D4 0xD143 # 0 +0xC5D5 0xD144 # 0 +0xC5D6 0xD145 # 0 +0xC5D7 0xD14C # 0 +0xC5D8 0xD14D # 0 +0xC5D9 0xD150 # 0 +0xC5DA 0xD154 # 0 +0xC5DB 0xD15C # 0 +0xC5DC 0xD15D # 0 +0xC5DD 0xD15F # 0 +0xC5DE 0xD161 # 0 +0xC5DF 0xD168 # 0 +0xC5E0 0xD16C # 0 +0xC5E1 0xD17C # 0 +0xC5E2 0xD184 # 0 +0xC5E3 0xD188 # 0 +0xC5E4 0xD1A0 # 0 +0xC5E5 0xD1A1 # 0 +0xC5E6 0xD1A4 # 0 +0xC5E7 0xD1A8 # 0 +0xC5E8 0xD1B0 # 0 +0xC5E9 0xD1B1 # 0 +0xC5EA 0xD1B3 # 0 +0xC5EB 0xD1B5 # 0 +0xC5EC 0xD1BA # 0 +0xC5ED 0xD1BC # 0 +0xC5EE 0xD1C0 # 0 +0xC5EF 0xD1D8 # 0 +0xC5F0 0xD1F4 # 0 +0xC5F1 0xD1F8 # 0 +0xC5F2 0xD207 # 0 +0xC5F3 0xD209 # 0 +0xC5F4 0xD210 # 0 +0xC5F5 0xD22C # 0 +0xC5F6 0xD22D # 0 +0xC5F7 0xD230 # 0 +0xC5F8 0xD234 # 0 +0xC5F9 0xD23C # 0 +0xC5FA 0xD23D # 0 +0xC5FB 0xD23F # 0 +0xC5FC 0xD241 # 0 +0xC5FD 0xD248 # 0 +0xC5FE 0xD25C # 0 +0xC641 0xD78D # 0 +0xC642 0xD78E # 0 +0xC643 0xD78F # 0 +0xC644 0xD791 # 0 +0xC645 0xD792 # 0 +0xC646 0xD793 # 0 +0xC647 0xD794 # 0 +0xC648 0xD795 # 0 +0xC649 0xD796 # 0 +0xC64A 0xD797 # 0 +0xC64B 0xD79A # 0 +0xC64C 0xD79C # 0 +0xC64D 0xD79E # 0 +0xC64E 0xD79F # 0 +0xC64F 0xD7A0 # 0 +0xC650 0xD7A1 # 0 +0xC651 0xD7A2 # 0 +0xC652 0xD7A3 # 0 +0xC6A1 0xD264 # 0 +0xC6A2 0xD280 # 0 +0xC6A3 0xD281 # 0 +0xC6A4 0xD284 # 0 +0xC6A5 0xD288 # 0 +0xC6A6 0xD290 # 0 +0xC6A7 0xD291 # 0 +0xC6A8 0xD295 # 0 +0xC6A9 0xD29C # 0 +0xC6AA 0xD2A0 # 0 +0xC6AB 0xD2A4 # 0 +0xC6AC 0xD2AC # 0 +0xC6AD 0xD2B1 # 0 +0xC6AE 0xD2B8 # 0 +0xC6AF 0xD2B9 # 0 +0xC6B0 0xD2BC # 0 +0xC6B1 0xD2BF # 0 +0xC6B2 0xD2C0 # 0 +0xC6B3 0xD2C2 # 0 +0xC6B4 0xD2C8 # 0 +0xC6B5 0xD2C9 # 0 +0xC6B6 0xD2CB # 0 +0xC6B7 0xD2D4 # 0 +0xC6B8 0xD2D8 # 0 +0xC6B9 0xD2DC # 0 +0xC6BA 0xD2E4 # 0 +0xC6BB 0xD2E5 # 0 +0xC6BC 0xD2F0 # 0 +0xC6BD 0xD2F1 # 0 +0xC6BE 0xD2F4 # 0 +0xC6BF 0xD2F8 # 0 +0xC6C0 0xD300 # 0 +0xC6C1 0xD301 # 0 +0xC6C2 0xD303 # 0 +0xC6C3 0xD305 # 0 +0xC6C4 0xD30C # 0 +0xC6C5 0xD30D # 0 +0xC6C6 0xD30E # 0 +0xC6C7 0xD310 # 0 +0xC6C8 0xD314 # 0 +0xC6C9 0xD316 # 0 +0xC6CA 0xD31C # 0 +0xC6CB 0xD31D # 0 +0xC6CC 0xD31F # 0 +0xC6CD 0xD320 # 0 +0xC6CE 0xD321 # 0 +0xC6CF 0xD325 # 0 +0xC6D0 0xD328 # 0 +0xC6D1 0xD329 # 0 +0xC6D2 0xD32C # 0 +0xC6D3 0xD330 # 0 +0xC6D4 0xD338 # 0 +0xC6D5 0xD339 # 0 +0xC6D6 0xD33B # 0 +0xC6D7 0xD33C # 0 +0xC6D8 0xD33D # 0 +0xC6D9 0xD344 # 0 +0xC6DA 0xD345 # 0 +0xC6DB 0xD37C # 0 +0xC6DC 0xD37D # 0 +0xC6DD 0xD380 # 0 +0xC6DE 0xD384 # 0 +0xC6DF 0xD38C # 0 +0xC6E0 0xD38D # 0 +0xC6E1 0xD38F # 0 +0xC6E2 0xD390 # 0 +0xC6E3 0xD391 # 0 +0xC6E4 0xD398 # 0 +0xC6E5 0xD399 # 0 +0xC6E6 0xD39C # 0 +0xC6E7 0xD3A0 # 0 +0xC6E8 0xD3A8 # 0 +0xC6E9 0xD3A9 # 0 +0xC6EA 0xD3AB # 0 +0xC6EB 0xD3AD # 0 +0xC6EC 0xD3B4 # 0 +0xC6ED 0xD3B8 # 0 +0xC6EE 0xD3BC # 0 +0xC6EF 0xD3C4 # 0 +0xC6F0 0xD3C5 # 0 +0xC6F1 0xD3C8 # 0 +0xC6F2 0xD3C9 # 0 +0xC6F3 0xD3D0 # 0 +0xC6F4 0xD3D8 # 0 +0xC6F5 0xD3E1 # 0 +0xC6F6 0xD3E3 # 0 +0xC6F7 0xD3EC # 0 +0xC6F8 0xD3ED # 0 +0xC6F9 0xD3F0 # 0 +0xC6FA 0xD3F4 # 0 +0xC6FB 0xD3FC # 0 +0xC6FC 0xD3FD # 0 +0xC6FD 0xD3FF # 0 +0xC6FE 0xD401 # 0 +0xC7A1 0xD408 # 0 +0xC7A2 0xD41D # 0 +0xC7A3 0xD440 # 0 +0xC7A4 0xD444 # 0 +0xC7A5 0xD45C # 0 +0xC7A6 0xD460 # 0 +0xC7A7 0xD464 # 0 +0xC7A8 0xD46D # 0 +0xC7A9 0xD46F # 0 +0xC7AA 0xD478 # 0 +0xC7AB 0xD479 # 0 +0xC7AC 0xD47C # 0 +0xC7AD 0xD47F # 0 +0xC7AE 0xD480 # 0 +0xC7AF 0xD482 # 0 +0xC7B0 0xD488 # 0 +0xC7B1 0xD489 # 0 +0xC7B2 0xD48B # 0 +0xC7B3 0xD48D # 0 +0xC7B4 0xD494 # 0 +0xC7B5 0xD4A9 # 0 +0xC7B6 0xD4CC # 0 +0xC7B7 0xD4D0 # 0 +0xC7B8 0xD4D4 # 0 +0xC7B9 0xD4DC # 0 +0xC7BA 0xD4DF # 0 +0xC7BB 0xD4E8 # 0 +0xC7BC 0xD4EC # 0 +0xC7BD 0xD4F0 # 0 +0xC7BE 0xD4F8 # 0 +0xC7BF 0xD4FB # 0 +0xC7C0 0xD4FD # 0 +0xC7C1 0xD504 # 0 +0xC7C2 0xD508 # 0 +0xC7C3 0xD50C # 0 +0xC7C4 0xD514 # 0 +0xC7C5 0xD515 # 0 +0xC7C6 0xD517 # 0 +0xC7C7 0xD53C # 0 +0xC7C8 0xD53D # 0 +0xC7C9 0xD540 # 0 +0xC7CA 0xD544 # 0 +0xC7CB 0xD54C # 0 +0xC7CC 0xD54D # 0 +0xC7CD 0xD54F # 0 +0xC7CE 0xD551 # 0 +0xC7CF 0xD558 # 0 +0xC7D0 0xD559 # 0 +0xC7D1 0xD55C # 0 +0xC7D2 0xD560 # 0 +0xC7D3 0xD565 # 0 +0xC7D4 0xD568 # 0 +0xC7D5 0xD569 # 0 +0xC7D6 0xD56B # 0 +0xC7D7 0xD56D # 0 +0xC7D8 0xD574 # 0 +0xC7D9 0xD575 # 0 +0xC7DA 0xD578 # 0 +0xC7DB 0xD57C # 0 +0xC7DC 0xD584 # 0 +0xC7DD 0xD585 # 0 +0xC7DE 0xD587 # 0 +0xC7DF 0xD588 # 0 +0xC7E0 0xD589 # 0 +0xC7E1 0xD590 # 0 +0xC7E2 0xD5A5 # 0 +0xC7E3 0xD5C8 # 0 +0xC7E4 0xD5C9 # 0 +0xC7E5 0xD5CC # 0 +0xC7E6 0xD5D0 # 0 +0xC7E7 0xD5D2 # 0 +0xC7E8 0xD5D8 # 0 +0xC7E9 0xD5D9 # 0 +0xC7EA 0xD5DB # 0 +0xC7EB 0xD5DD # 0 +0xC7EC 0xD5E4 # 0 +0xC7ED 0xD5E5 # 0 +0xC7EE 0xD5E8 # 0 +0xC7EF 0xD5EC # 0 +0xC7F0 0xD5F4 # 0 +0xC7F1 0xD5F5 # 0 +0xC7F2 0xD5F7 # 0 +0xC7F3 0xD5F9 # 0 +0xC7F4 0xD600 # 0 +0xC7F5 0xD601 # 0 +0xC7F6 0xD604 # 0 +0xC7F7 0xD608 # 0 +0xC7F8 0xD610 # 0 +0xC7F9 0xD611 # 0 +0xC7FA 0xD613 # 0 +0xC7FB 0xD614 # 0 +0xC7FC 0xD615 # 0 +0xC7FD 0xD61C # 0 +0xC7FE 0xD620 # 0 +0xC8A1 0xD624 # 0 +0xC8A2 0xD62D # 0 +0xC8A3 0xD638 # 0 +0xC8A4 0xD639 # 0 +0xC8A5 0xD63C # 0 +0xC8A6 0xD640 # 0 +0xC8A7 0xD645 # 0 +0xC8A8 0xD648 # 0 +0xC8A9 0xD649 # 0 +0xC8AA 0xD64B # 0 +0xC8AB 0xD64D # 0 +0xC8AC 0xD651 # 0 +0xC8AD 0xD654 # 0 +0xC8AE 0xD655 # 0 +0xC8AF 0xD658 # 0 +0xC8B0 0xD65C # 0 +0xC8B1 0xD667 # 0 +0xC8B2 0xD669 # 0 +0xC8B3 0xD670 # 0 +0xC8B4 0xD671 # 0 +0xC8B5 0xD674 # 0 +0xC8B6 0xD683 # 0 +0xC8B7 0xD685 # 0 +0xC8B8 0xD68C # 0 +0xC8B9 0xD68D # 0 +0xC8BA 0xD690 # 0 +0xC8BB 0xD694 # 0 +0xC8BC 0xD69D # 0 +0xC8BD 0xD69F # 0 +0xC8BE 0xD6A1 # 0 +0xC8BF 0xD6A8 # 0 +0xC8C0 0xD6AC # 0 +0xC8C1 0xD6B0 # 0 +0xC8C2 0xD6B9 # 0 +0xC8C3 0xD6BB # 0 +0xC8C4 0xD6C4 # 0 +0xC8C5 0xD6C5 # 0 +0xC8C6 0xD6C8 # 0 +0xC8C7 0xD6CC # 0 +0xC8C8 0xD6D1 # 0 +0xC8C9 0xD6D4 # 0 +0xC8CA 0xD6D7 # 0 +0xC8CB 0xD6D9 # 0 +0xC8CC 0xD6E0 # 0 +0xC8CD 0xD6E4 # 0 +0xC8CE 0xD6E8 # 0 +0xC8CF 0xD6F0 # 0 +0xC8D0 0xD6F5 # 0 +0xC8D1 0xD6FC # 0 +0xC8D2 0xD6FD # 0 +0xC8D3 0xD700 # 0 +0xC8D4 0xD704 # 0 +0xC8D5 0xD711 # 0 +0xC8D6 0xD718 # 0 +0xC8D7 0xD719 # 0 +0xC8D8 0xD71C # 0 +0xC8D9 0xD720 # 0 +0xC8DA 0xD728 # 0 +0xC8DB 0xD729 # 0 +0xC8DC 0xD72B # 0 +0xC8DD 0xD72D # 0 +0xC8DE 0xD734 # 0 +0xC8DF 0xD735 # 0 +0xC8E0 0xD738 # 0 +0xC8E1 0xD73C # 0 +0xC8E2 0xD744 # 0 +0xC8E3 0xD747 # 0 +0xC8E4 0xD749 # 0 +0xC8E5 0xD750 # 0 +0xC8E6 0xD751 # 0 +0xC8E7 0xD754 # 0 +0xC8E8 0xD756 # 0 +0xC8E9 0xD757 # 0 +0xC8EA 0xD758 # 0 +0xC8EB 0xD759 # 0 +0xC8EC 0xD760 # 0 +0xC8ED 0xD761 # 0 +0xC8EE 0xD763 # 0 +0xC8EF 0xD765 # 0 +0xC8F0 0xD769 # 0 +0xC8F1 0xD76C # 0 +0xC8F2 0xD770 # 0 +0xC8F3 0xD774 # 0 +0xC8F4 0xD77C # 0 +0xC8F5 0xD77D # 0 +0xC8F6 0xD781 # 0 +0xC8F7 0xD788 # 0 +0xC8F8 0xD789 # 0 +0xC8F9 0xD78C # 0 +0xC8FA 0xD790 # 0 +0xC8FB 0xD798 # 0 +0xC8FC 0xD799 # 0 +0xC8FD 0xD79B # 0 +0xC8FE 0xD79D # 0 +0xC9A1 0xE000 # 0 +0xC9A2 0xE001 # 0 +0xC9A3 0xE002 # 0 +0xC9A4 0xE003 # 0 +0xC9A5 0xE004 # 0 +0xC9A6 0xE005 # 0 +0xC9A7 0xE006 # 0 +0xC9A8 0xE007 # 0 +0xC9A9 0xE008 # 0 +0xC9AA 0xE009 # 0 +0xC9AB 0xE00A # 0 +0xC9AC 0xE00B # 0 +0xC9AD 0xE00C # 0 +0xC9AE 0xE00D # 0 +0xC9AF 0xE00E # 0 +0xC9B0 0xE00F # 0 +0xC9B1 0xE010 # 0 +0xC9B2 0xE011 # 0 +0xC9B3 0xE012 # 0 +0xC9B4 0xE013 # 0 +0xC9B5 0xE014 # 0 +0xC9B6 0xE015 # 0 +0xC9B7 0xE016 # 0 +0xC9B8 0xE017 # 0 +0xC9B9 0xE018 # 0 +0xC9BA 0xE019 # 0 +0xC9BB 0xE01A # 0 +0xC9BC 0xE01B # 0 +0xC9BD 0xE01C # 0 +0xC9BE 0xE01D # 0 +0xC9BF 0xE01E # 0 +0xC9C0 0xE01F # 0 +0xC9C1 0xE020 # 0 +0xC9C2 0xE021 # 0 +0xC9C3 0xE022 # 0 +0xC9C4 0xE023 # 0 +0xC9C5 0xE024 # 0 +0xC9C6 0xE025 # 0 +0xC9C7 0xE026 # 0 +0xC9C8 0xE027 # 0 +0xC9C9 0xE028 # 0 +0xC9CA 0xE029 # 0 +0xC9CB 0xE02A # 0 +0xC9CC 0xE02B # 0 +0xC9CD 0xE02C # 0 +0xC9CE 0xE02D # 0 +0xC9CF 0xE02E # 0 +0xC9D0 0xE02F # 0 +0xC9D1 0xE030 # 0 +0xC9D2 0xE031 # 0 +0xC9D3 0xE032 # 0 +0xC9D4 0xE033 # 0 +0xC9D5 0xE034 # 0 +0xC9D6 0xE035 # 0 +0xC9D7 0xE036 # 0 +0xC9D8 0xE037 # 0 +0xC9D9 0xE038 # 0 +0xC9DA 0xE039 # 0 +0xC9DB 0xE03A # 0 +0xC9DC 0xE03B # 0 +0xC9DD 0xE03C # 0 +0xC9DE 0xE03D # 0 +0xC9DF 0xE03E # 0 +0xC9E0 0xE03F # 0 +0xC9E1 0xE040 # 0 +0xC9E2 0xE041 # 0 +0xC9E3 0xE042 # 0 +0xC9E4 0xE043 # 0 +0xC9E5 0xE044 # 0 +0xC9E6 0xE045 # 0 +0xC9E7 0xE046 # 0 +0xC9E8 0xE047 # 0 +0xC9E9 0xE048 # 0 +0xC9EA 0xE049 # 0 +0xC9EB 0xE04A # 0 +0xC9EC 0xE04B # 0 +0xC9ED 0xE04C # 0 +0xC9EE 0xE04D # 0 +0xC9EF 0xE04E # 0 +0xC9F0 0xE04F # 0 +0xC9F1 0xE050 # 0 +0xC9F2 0xE051 # 0 +0xC9F3 0xE052 # 0 +0xC9F4 0xE053 # 0 +0xC9F5 0xE054 # 0 +0xC9F6 0xE055 # 0 +0xC9F7 0xE056 # 0 +0xC9F8 0xE057 # 0 +0xC9F9 0xE058 # 0 +0xC9FA 0xE059 # 0 +0xC9FB 0xE05A # 0 +0xC9FC 0xE05B # 0 +0xC9FD 0xE05C # 0 +0xC9FE 0xE05D # 0 +0xCAA1 0x4F3D # 0 +0xCAA2 0x4F73 # 0 +0xCAA3 0x5047 # 0 +0xCAA4 0x50F9 # 0 +0xCAA5 0x52A0 # 0 +0xCAA6 0x53EF # 0 +0xCAA7 0x5475 # 0 +0xCAA8 0x54E5 # 0 +0xCAA9 0x5609 # 0 +0xCAAA 0x5AC1 # 0 +0xCAAB 0x5BB6 # 0 +0xCAAC 0x6687 # 0 +0xCAAD 0x67B6 # 0 +0xCAAE 0x67B7 # 0 +0xCAAF 0x67EF # 0 +0xCAB0 0x6B4C # 0 +0xCAB1 0x73C2 # 0 +0xCAB2 0x75C2 # 0 +0xCAB3 0x7A3C # 0 +0xCAB4 0x82DB # 0 +0xCAB5 0x8304 # 0 +0xCAB6 0x8857 # 0 +0xCAB7 0x8888 # 0 +0xCAB8 0x8A36 # 0 +0xCAB9 0x8CC8 # 0 +0xCABA 0x8DCF # 0 +0xCABB 0x8EFB # 0 +0xCABC 0x8FE6 # 0 +0xCABD 0x99D5 # 0 +0xCABE 0x523B # 0 +0xCABF 0x5374 # 0 +0xCAC0 0x5404 # 0 +0xCAC1 0x606A # 0 +0xCAC2 0x6164 # 0 +0xCAC3 0x6BBC # 0 +0xCAC4 0x73CF # 0 +0xCAC5 0x811A # 0 +0xCAC6 0x89BA # 0 +0xCAC7 0x89D2 # 0 +0xCAC8 0x95A3 # 0 +0xCAC9 0x4F83 # 0 +0xCACA 0x520A # 0 +0xCACB 0x58BE # 0 +0xCACC 0x5978 # 0 +0xCACD 0x59E6 # 0 +0xCACE 0x5E72 # 0 +0xCACF 0x5E79 # 0 +0xCAD0 0x61C7 # 0 +0xCAD1 0x63C0 # 0 +0xCAD2 0x6746 # 0 +0xCAD3 0x67EC # 0 +0xCAD4 0x687F # 0 +0xCAD5 0x6F97 # 0 +0xCAD6 0x764E # 0 +0xCAD7 0x770B # 0 +0xCAD8 0x78F5 # 0 +0xCAD9 0x7A08 # 0 +0xCADA 0x7AFF # 0 +0xCADB 0x7C21 # 0 +0xCADC 0x809D # 0 +0xCADD 0x826E # 0 +0xCADE 0x8271 # 0 +0xCADF 0x8AEB # 0 +0xCAE0 0x9593 # 0 +0xCAE1 0x4E6B # 0 +0xCAE2 0x559D # 0 +0xCAE3 0x66F7 # 0 +0xCAE4 0x6E34 # 0 +0xCAE5 0x78A3 # 0 +0xCAE6 0x7AED # 0 +0xCAE7 0x845B # 0 +0xCAE8 0x8910 # 0 +0xCAE9 0x874E # 0 +0xCAEA 0x97A8 # 0 +0xCAEB 0x52D8 # 0 +0xCAEC 0x574E # 0 +0xCAED 0x582A # 0 +0xCAEE 0x5D4C # 0 +0xCAEF 0x611F # 0 +0xCAF0 0x61BE # 0 +0xCAF1 0x6221 # 0 +0xCAF2 0x6562 # 0 +0xCAF3 0x67D1 # 0 +0xCAF4 0x6A44 # 0 +0xCAF5 0x6E1B # 0 +0xCAF6 0x7518 # 0 +0xCAF7 0x75B3 # 0 +0xCAF8 0x76E3 # 0 +0xCAF9 0x77B0 # 0 +0xCAFA 0x7D3A # 0 +0xCAFB 0x90AF # 0 +0xCAFC 0x9451 # 0 +0xCAFD 0x9452 # 0 +0xCAFE 0x9F95 # 0 +0xCBA1 0x5323 # 0 +0xCBA2 0x5CAC # 0 +0xCBA3 0x7532 # 0 +0xCBA4 0x80DB # 0 +0xCBA5 0x9240 # 0 +0xCBA6 0x9598 # 0 +0xCBA7 0x525B # 0 +0xCBA8 0x5808 # 0 +0xCBA9 0x59DC # 0 +0xCBAA 0x5CA1 # 0 +0xCBAB 0x5D17 # 0 +0xCBAC 0x5EB7 # 0 +0xCBAD 0x5F3A # 0 +0xCBAE 0x5F4A # 0 +0xCBAF 0x6177 # 0 +0xCBB0 0x6C5F # 0 +0xCBB1 0x757A # 0 +0xCBB2 0x7586 # 0 +0xCBB3 0x7CE0 # 0 +0xCBB4 0x7D73 # 0 +0xCBB5 0x7DB1 # 0 +0xCBB6 0x7F8C # 0 +0xCBB7 0x8154 # 0 +0xCBB8 0x8221 # 0 +0xCBB9 0x8591 # 0 +0xCBBA 0x8941 # 0 +0xCBBB 0x8B1B # 0 +0xCBBC 0x92FC # 0 +0xCBBD 0x964D # 0 +0xCBBE 0x9C47 # 0 +0xCBBF 0x4ECB # 0 +0xCBC0 0x4EF7 # 0 +0xCBC1 0x500B # 0 +0xCBC2 0x51F1 # 0 +0xCBC3 0x584F # 0 +0xCBC4 0x6137 # 0 +0xCBC5 0x613E # 0 +0xCBC6 0x6168 # 0 +0xCBC7 0x6539 # 0 +0xCBC8 0x69EA # 0 +0xCBC9 0x6F11 # 0 +0xCBCA 0x75A5 # 0 +0xCBCB 0x7686 # 0 +0xCBCC 0x76D6 # 0 +0xCBCD 0x7B87 # 0 +0xCBCE 0x82A5 # 0 +0xCBCF 0x84CB # 0 +0xCBD0 0xF900 # 0 +0xCBD1 0x93A7 # 0 +0xCBD2 0x958B # 0 +0xCBD3 0x5580 # 0 +0xCBD4 0x5BA2 # 0 +0xCBD5 0x5751 # 0 +0xCBD6 0xF901 # 0 +0xCBD7 0x7CB3 # 0 +0xCBD8 0x7FB9 # 0 +0xCBD9 0x91B5 # 0 +0xCBDA 0x5028 # 0 +0xCBDB 0x53BB # 0 +0xCBDC 0x5C45 # 0 +0xCBDD 0x5DE8 # 0 +0xCBDE 0x62D2 # 0 +0xCBDF 0x636E # 0 +0xCBE0 0x64DA # 0 +0xCBE1 0x64E7 # 0 +0xCBE2 0x6E20 # 0 +0xCBE3 0x70AC # 0 +0xCBE4 0x795B # 0 +0xCBE5 0x8DDD # 0 +0xCBE6 0x8E1E # 0 +0xCBE7 0xF902 # 0 +0xCBE8 0x907D # 0 +0xCBE9 0x9245 # 0 +0xCBEA 0x92F8 # 0 +0xCBEB 0x4E7E # 0 +0xCBEC 0x4EF6 # 0 +0xCBED 0x5065 # 0 +0xCBEE 0x5DFE # 0 +0xCBEF 0x5EFA # 0 +0xCBF0 0x6106 # 0 +0xCBF1 0x6957 # 0 +0xCBF2 0x8171 # 0 +0xCBF3 0x8654 # 0 +0xCBF4 0x8E47 # 0 +0xCBF5 0x9375 # 0 +0xCBF6 0x9A2B # 0 +0xCBF7 0x4E5E # 0 +0xCBF8 0x5091 # 0 +0xCBF9 0x6770 # 0 +0xCBFA 0x6840 # 0 +0xCBFB 0x5109 # 0 +0xCBFC 0x528D # 0 +0xCBFD 0x5292 # 0 +0xCBFE 0x6AA2 # 0 +0xCCA1 0x77BC # 0 +0xCCA2 0x9210 # 0 +0xCCA3 0x9ED4 # 0 +0xCCA4 0x52AB # 0 +0xCCA5 0x602F # 0 +0xCCA6 0x8FF2 # 0 +0xCCA7 0x5048 # 0 +0xCCA8 0x61A9 # 0 +0xCCA9 0x63ED # 0 +0xCCAA 0x64CA # 0 +0xCCAB 0x683C # 0 +0xCCAC 0x6A84 # 0 +0xCCAD 0x6FC0 # 0 +0xCCAE 0x8188 # 0 +0xCCAF 0x89A1 # 0 +0xCCB0 0x9694 # 0 +0xCCB1 0x5805 # 0 +0xCCB2 0x727D # 0 +0xCCB3 0x72AC # 0 +0xCCB4 0x7504 # 0 +0xCCB5 0x7D79 # 0 +0xCCB6 0x7E6D # 0 +0xCCB7 0x80A9 # 0 +0xCCB8 0x898B # 0 +0xCCB9 0x8B74 # 0 +0xCCBA 0x9063 # 0 +0xCCBB 0x9D51 # 0 +0xCCBC 0x6289 # 0 +0xCCBD 0x6C7A # 0 +0xCCBE 0x6F54 # 0 +0xCCBF 0x7D50 # 0 +0xCCC0 0x7F3A # 0 +0xCCC1 0x8A23 # 0 +0xCCC2 0x517C # 0 +0xCCC3 0x614A # 0 +0xCCC4 0x7B9D # 0 +0xCCC5 0x8B19 # 0 +0xCCC6 0x9257 # 0 +0xCCC7 0x938C # 0 +0xCCC8 0x4EAC # 0 +0xCCC9 0x4FD3 # 0 +0xCCCA 0x501E # 0 +0xCCCB 0x50BE # 0 +0xCCCC 0x5106 # 0 +0xCCCD 0x52C1 # 0 +0xCCCE 0x52CD # 0 +0xCCCF 0x537F # 0 +0xCCD0 0x5770 # 0 +0xCCD1 0x5883 # 0 +0xCCD2 0x5E9A # 0 +0xCCD3 0x5F91 # 0 +0xCCD4 0x6176 # 0 +0xCCD5 0x61AC # 0 +0xCCD6 0x64CE # 0 +0xCCD7 0x656C # 0 +0xCCD8 0x666F # 0 +0xCCD9 0x66BB # 0 +0xCCDA 0x66F4 # 0 +0xCCDB 0x6897 # 0 +0xCCDC 0x6D87 # 0 +0xCCDD 0x7085 # 0 +0xCCDE 0x70F1 # 0 +0xCCDF 0x749F # 0 +0xCCE0 0x74A5 # 0 +0xCCE1 0x74CA # 0 +0xCCE2 0x75D9 # 0 +0xCCE3 0x786C # 0 +0xCCE4 0x78EC # 0 +0xCCE5 0x7ADF # 0 +0xCCE6 0x7AF6 # 0 +0xCCE7 0x7D45 # 0 +0xCCE8 0x7D93 # 0 +0xCCE9 0x8015 # 0 +0xCCEA 0x803F # 0 +0xCCEB 0x811B # 0 +0xCCEC 0x8396 # 0 +0xCCED 0x8B66 # 0 +0xCCEE 0x8F15 # 0 +0xCCEF 0x9015 # 0 +0xCCF0 0x93E1 # 0 +0xCCF1 0x9803 # 0 +0xCCF2 0x9838 # 0 +0xCCF3 0x9A5A # 0 +0xCCF4 0x9BE8 # 0 +0xCCF5 0x4FC2 # 0 +0xCCF6 0x5553 # 0 +0xCCF7 0x583A # 0 +0xCCF8 0x5951 # 0 +0xCCF9 0x5B63 # 0 +0xCCFA 0x5C46 # 0 +0xCCFB 0x60B8 # 0 +0xCCFC 0x6212 # 0 +0xCCFD 0x6842 # 0 +0xCCFE 0x68B0 # 0 +0xCDA1 0x68E8 # 0 +0xCDA2 0x6EAA # 0 +0xCDA3 0x754C # 0 +0xCDA4 0x7678 # 0 +0xCDA5 0x78CE # 0 +0xCDA6 0x7A3D # 0 +0xCDA7 0x7CFB # 0 +0xCDA8 0x7E6B # 0 +0xCDA9 0x7E7C # 0 +0xCDAA 0x8A08 # 0 +0xCDAB 0x8AA1 # 0 +0xCDAC 0x8C3F # 0 +0xCDAD 0x968E # 0 +0xCDAE 0x9DC4 # 0 +0xCDAF 0x53E4 # 0 +0xCDB0 0x53E9 # 0 +0xCDB1 0x544A # 0 +0xCDB2 0x5471 # 0 +0xCDB3 0x56FA # 0 +0xCDB4 0x59D1 # 0 +0xCDB5 0x5B64 # 0 +0xCDB6 0x5C3B # 0 +0xCDB7 0x5EAB # 0 +0xCDB8 0x62F7 # 0 +0xCDB9 0x6537 # 0 +0xCDBA 0x6545 # 0 +0xCDBB 0x6572 # 0 +0xCDBC 0x66A0 # 0 +0xCDBD 0x67AF # 0 +0xCDBE 0x69C1 # 0 +0xCDBF 0x6CBD # 0 +0xCDC0 0x75FC # 0 +0xCDC1 0x7690 # 0 +0xCDC2 0x777E # 0 +0xCDC3 0x7A3F # 0 +0xCDC4 0x7F94 # 0 +0xCDC5 0x8003 # 0 +0xCDC6 0x80A1 # 0 +0xCDC7 0x818F # 0 +0xCDC8 0x82E6 # 0 +0xCDC9 0x82FD # 0 +0xCDCA 0x83F0 # 0 +0xCDCB 0x85C1 # 0 +0xCDCC 0x8831 # 0 +0xCDCD 0x88B4 # 0 +0xCDCE 0x8AA5 # 0 +0xCDCF 0xF903 # 0 +0xCDD0 0x8F9C # 0 +0xCDD1 0x932E # 0 +0xCDD2 0x96C7 # 0 +0xCDD3 0x9867 # 0 +0xCDD4 0x9AD8 # 0 +0xCDD5 0x9F13 # 0 +0xCDD6 0x54ED # 0 +0xCDD7 0x659B # 0 +0xCDD8 0x66F2 # 0 +0xCDD9 0x688F # 0 +0xCDDA 0x7A40 # 0 +0xCDDB 0x8C37 # 0 +0xCDDC 0x9D60 # 0 +0xCDDD 0x56F0 # 0 +0xCDDE 0x5764 # 0 +0xCDDF 0x5D11 # 0 +0xCDE0 0x6606 # 0 +0xCDE1 0x68B1 # 0 +0xCDE2 0x68CD # 0 +0xCDE3 0x6EFE # 0 +0xCDE4 0x7428 # 0 +0xCDE5 0x889E # 0 +0xCDE6 0x9BE4 # 0 +0xCDE7 0x6C68 # 0 +0xCDE8 0xF904 # 0 +0xCDE9 0x9AA8 # 0 +0xCDEA 0x4F9B # 0 +0xCDEB 0x516C # 0 +0xCDEC 0x5171 # 0 +0xCDED 0x529F # 0 +0xCDEE 0x5B54 # 0 +0xCDEF 0x5DE5 # 0 +0xCDF0 0x6050 # 0 +0xCDF1 0x606D # 0 +0xCDF2 0x62F1 # 0 +0xCDF3 0x63A7 # 0 +0xCDF4 0x653B # 0 +0xCDF5 0x73D9 # 0 +0xCDF6 0x7A7A # 0 +0xCDF7 0x86A3 # 0 +0xCDF8 0x8CA2 # 0 +0xCDF9 0x978F # 0 +0xCDFA 0x4E32 # 0 +0xCDFB 0x5BE1 # 0 +0xCDFC 0x6208 # 0 +0xCDFD 0x679C # 0 +0xCDFE 0x74DC # 0 +0xCEA1 0x79D1 # 0 +0xCEA2 0x83D3 # 0 +0xCEA3 0x8A87 # 0 +0xCEA4 0x8AB2 # 0 +0xCEA5 0x8DE8 # 0 +0xCEA6 0x904E # 0 +0xCEA7 0x934B # 0 +0xCEA8 0x9846 # 0 +0xCEA9 0x5ED3 # 0 +0xCEAA 0x69E8 # 0 +0xCEAB 0x85FF # 0 +0xCEAC 0x90ED # 0 +0xCEAD 0xF905 # 0 +0xCEAE 0x51A0 # 0 +0xCEAF 0x5B98 # 0 +0xCEB0 0x5BEC # 0 +0xCEB1 0x6163 # 0 +0xCEB2 0x68FA # 0 +0xCEB3 0x6B3E # 0 +0xCEB4 0x704C # 0 +0xCEB5 0x742F # 0 +0xCEB6 0x74D8 # 0 +0xCEB7 0x7BA1 # 0 +0xCEB8 0x7F50 # 0 +0xCEB9 0x83C5 # 0 +0xCEBA 0x89C0 # 0 +0xCEBB 0x8CAB # 0 +0xCEBC 0x95DC # 0 +0xCEBD 0x9928 # 0 +0xCEBE 0x522E # 0 +0xCEBF 0x605D # 0 +0xCEC0 0x62EC # 0 +0xCEC1 0x9002 # 0 +0xCEC2 0x4F8A # 0 +0xCEC3 0x5149 # 0 +0xCEC4 0x5321 # 0 +0xCEC5 0x58D9 # 0 +0xCEC6 0x5EE3 # 0 +0xCEC7 0x66E0 # 0 +0xCEC8 0x6D38 # 0 +0xCEC9 0x709A # 0 +0xCECA 0x72C2 # 0 +0xCECB 0x73D6 # 0 +0xCECC 0x7B50 # 0 +0xCECD 0x80F1 # 0 +0xCECE 0x945B # 0 +0xCECF 0x5366 # 0 +0xCED0 0x639B # 0 +0xCED1 0x7F6B # 0 +0xCED2 0x4E56 # 0 +0xCED3 0x5080 # 0 +0xCED4 0x584A # 0 +0xCED5 0x58DE # 0 +0xCED6 0x602A # 0 +0xCED7 0x6127 # 0 +0xCED8 0x62D0 # 0 +0xCED9 0x69D0 # 0 +0xCEDA 0x9B41 # 0 +0xCEDB 0x5B8F # 0 +0xCEDC 0x7D18 # 0 +0xCEDD 0x80B1 # 0 +0xCEDE 0x8F5F # 0 +0xCEDF 0x4EA4 # 0 +0xCEE0 0x50D1 # 0 +0xCEE1 0x54AC # 0 +0xCEE2 0x55AC # 0 +0xCEE3 0x5B0C # 0 +0xCEE4 0x5DA0 # 0 +0xCEE5 0x5DE7 # 0 +0xCEE6 0x652A # 0 +0xCEE7 0x654E # 0 +0xCEE8 0x6821 # 0 +0xCEE9 0x6A4B # 0 +0xCEEA 0x72E1 # 0 +0xCEEB 0x768E # 0 +0xCEEC 0x77EF # 0 +0xCEED 0x7D5E # 0 +0xCEEE 0x7FF9 # 0 +0xCEEF 0x81A0 # 0 +0xCEF0 0x854E # 0 +0xCEF1 0x86DF # 0 +0xCEF2 0x8F03 # 0 +0xCEF3 0x8F4E # 0 +0xCEF4 0x90CA # 0 +0xCEF5 0x9903 # 0 +0xCEF6 0x9A55 # 0 +0xCEF7 0x9BAB # 0 +0xCEF8 0x4E18 # 0 +0xCEF9 0x4E45 # 0 +0xCEFA 0x4E5D # 0 +0xCEFB 0x4EC7 # 0 +0xCEFC 0x4FF1 # 0 +0xCEFD 0x5177 # 0 +0xCEFE 0x52FE # 0 +0xCFA1 0x5340 # 0 +0xCFA2 0x53E3 # 0 +0xCFA3 0x53E5 # 0 +0xCFA4 0x548E # 0 +0xCFA5 0x5614 # 0 +0xCFA6 0x5775 # 0 +0xCFA7 0x57A2 # 0 +0xCFA8 0x5BC7 # 0 +0xCFA9 0x5D87 # 0 +0xCFAA 0x5ED0 # 0 +0xCFAB 0x61FC # 0 +0xCFAC 0x62D8 # 0 +0xCFAD 0x6551 # 0 +0xCFAE 0x67B8 # 0 +0xCFAF 0x67E9 # 0 +0xCFB0 0x69CB # 0 +0xCFB1 0x6B50 # 0 +0xCFB2 0x6BC6 # 0 +0xCFB3 0x6BEC # 0 +0xCFB4 0x6C42 # 0 +0xCFB5 0x6E9D # 0 +0xCFB6 0x7078 # 0 +0xCFB7 0x72D7 # 0 +0xCFB8 0x7396 # 0 +0xCFB9 0x7403 # 0 +0xCFBA 0x77BF # 0 +0xCFBB 0x77E9 # 0 +0xCFBC 0x7A76 # 0 +0xCFBD 0x7D7F # 0 +0xCFBE 0x8009 # 0 +0xCFBF 0x81FC # 0 +0xCFC0 0x8205 # 0 +0xCFC1 0x820A # 0 +0xCFC2 0x82DF # 0 +0xCFC3 0x8862 # 0 +0xCFC4 0x8B33 # 0 +0xCFC5 0x8CFC # 0 +0xCFC6 0x8EC0 # 0 +0xCFC7 0x9011 # 0 +0xCFC8 0x90B1 # 0 +0xCFC9 0x9264 # 0 +0xCFCA 0x92B6 # 0 +0xCFCB 0x99D2 # 0 +0xCFCC 0x9A45 # 0 +0xCFCD 0x9CE9 # 0 +0xCFCE 0x9DD7 # 0 +0xCFCF 0x9F9C # 0 +0xCFD0 0x570B # 0 +0xCFD1 0x5C40 # 0 +0xCFD2 0x83CA # 0 +0xCFD3 0x97A0 # 0 +0xCFD4 0x97AB # 0 +0xCFD5 0x9EB4 # 0 +0xCFD6 0x541B # 0 +0xCFD7 0x7A98 # 0 +0xCFD8 0x7FA4 # 0 +0xCFD9 0x88D9 # 0 +0xCFDA 0x8ECD # 0 +0xCFDB 0x90E1 # 0 +0xCFDC 0x5800 # 0 +0xCFDD 0x5C48 # 0 +0xCFDE 0x6398 # 0 +0xCFDF 0x7A9F # 0 +0xCFE0 0x5BAE # 0 +0xCFE1 0x5F13 # 0 +0xCFE2 0x7A79 # 0 +0xCFE3 0x7AAE # 0 +0xCFE4 0x828E # 0 +0xCFE5 0x8EAC # 0 +0xCFE6 0x5026 # 0 +0xCFE7 0x5238 # 0 +0xCFE8 0x52F8 # 0 +0xCFE9 0x5377 # 0 +0xCFEA 0x5708 # 0 +0xCFEB 0x62F3 # 0 +0xCFEC 0x6372 # 0 +0xCFED 0x6B0A # 0 +0xCFEE 0x6DC3 # 0 +0xCFEF 0x7737 # 0 +0xCFF0 0x53A5 # 0 +0xCFF1 0x7357 # 0 +0xCFF2 0x8568 # 0 +0xCFF3 0x8E76 # 0 +0xCFF4 0x95D5 # 0 +0xCFF5 0x673A # 0 +0xCFF6 0x6AC3 # 0 +0xCFF7 0x6F70 # 0 +0xCFF8 0x8A6D # 0 +0xCFF9 0x8ECC # 0 +0xCFFA 0x994B # 0 +0xCFFB 0xF906 # 0 +0xCFFC 0x6677 # 0 +0xCFFD 0x6B78 # 0 +0xCFFE 0x8CB4 # 0 +0xD0A1 0x9B3C # 0 +0xD0A2 0xF907 # 0 +0xD0A3 0x53EB # 0 +0xD0A4 0x572D # 0 +0xD0A5 0x594E # 0 +0xD0A6 0x63C6 # 0 +0xD0A7 0x69FB # 0 +0xD0A8 0x73EA # 0 +0xD0A9 0x7845 # 0 +0xD0AA 0x7ABA # 0 +0xD0AB 0x7AC5 # 0 +0xD0AC 0x7CFE # 0 +0xD0AD 0x8475 # 0 +0xD0AE 0x898F # 0 +0xD0AF 0x8D73 # 0 +0xD0B0 0x9035 # 0 +0xD0B1 0x95A8 # 0 +0xD0B2 0x52FB # 0 +0xD0B3 0x5747 # 0 +0xD0B4 0x7547 # 0 +0xD0B5 0x7B60 # 0 +0xD0B6 0x83CC # 0 +0xD0B7 0x921E # 0 +0xD0B8 0xF908 # 0 +0xD0B9 0x6A58 # 0 +0xD0BA 0x514B # 0 +0xD0BB 0x524B # 0 +0xD0BC 0x5287 # 0 +0xD0BD 0x621F # 0 +0xD0BE 0x68D8 # 0 +0xD0BF 0x6975 # 0 +0xD0C0 0x9699 # 0 +0xD0C1 0x50C5 # 0 +0xD0C2 0x52A4 # 0 +0xD0C3 0x52E4 # 0 +0xD0C4 0x61C3 # 0 +0xD0C5 0x65A4 # 0 +0xD0C6 0x6839 # 0 +0xD0C7 0x69FF # 0 +0xD0C8 0x747E # 0 +0xD0C9 0x7B4B # 0 +0xD0CA 0x82B9 # 0 +0xD0CB 0x83EB # 0 +0xD0CC 0x89B2 # 0 +0xD0CD 0x8B39 # 0 +0xD0CE 0x8FD1 # 0 +0xD0CF 0x9949 # 0 +0xD0D0 0xF909 # 0 +0xD0D1 0x4ECA # 0 +0xD0D2 0x5997 # 0 +0xD0D3 0x64D2 # 0 +0xD0D4 0x6611 # 0 +0xD0D5 0x6A8E # 0 +0xD0D6 0x7434 # 0 +0xD0D7 0x7981 # 0 +0xD0D8 0x79BD # 0 +0xD0D9 0x82A9 # 0 +0xD0DA 0x887E # 0 +0xD0DB 0x887F # 0 +0xD0DC 0x895F # 0 +0xD0DD 0xF90A # 0 +0xD0DE 0x9326 # 0 +0xD0DF 0x4F0B # 0 +0xD0E0 0x53CA # 0 +0xD0E1 0x6025 # 0 +0xD0E2 0x6271 # 0 +0xD0E3 0x6C72 # 0 +0xD0E4 0x7D1A # 0 +0xD0E5 0x7D66 # 0 +0xD0E6 0x4E98 # 0 +0xD0E7 0x5162 # 0 +0xD0E8 0x77DC # 0 +0xD0E9 0x80AF # 0 +0xD0EA 0x4F01 # 0 +0xD0EB 0x4F0E # 0 +0xD0EC 0x5176 # 0 +0xD0ED 0x5180 # 0 +0xD0EE 0x55DC # 0 +0xD0EF 0x5668 # 0 +0xD0F0 0x573B # 0 +0xD0F1 0x57FA # 0 +0xD0F2 0x57FC # 0 +0xD0F3 0x5914 # 0 +0xD0F4 0x5947 # 0 +0xD0F5 0x5993 # 0 +0xD0F6 0x5BC4 # 0 +0xD0F7 0x5C90 # 0 +0xD0F8 0x5D0E # 0 +0xD0F9 0x5DF1 # 0 +0xD0FA 0x5E7E # 0 +0xD0FB 0x5FCC # 0 +0xD0FC 0x6280 # 0 +0xD0FD 0x65D7 # 0 +0xD0FE 0x65E3 # 0 +0xD1A1 0x671E # 0 +0xD1A2 0x671F # 0 +0xD1A3 0x675E # 0 +0xD1A4 0x68CB # 0 +0xD1A5 0x68C4 # 0 +0xD1A6 0x6A5F # 0 +0xD1A7 0x6B3A # 0 +0xD1A8 0x6C23 # 0 +0xD1A9 0x6C7D # 0 +0xD1AA 0x6C82 # 0 +0xD1AB 0x6DC7 # 0 +0xD1AC 0x7398 # 0 +0xD1AD 0x7426 # 0 +0xD1AE 0x742A # 0 +0xD1AF 0x7482 # 0 +0xD1B0 0x74A3 # 0 +0xD1B1 0x7578 # 0 +0xD1B2 0x757F # 0 +0xD1B3 0x7881 # 0 +0xD1B4 0x78EF # 0 +0xD1B5 0x7941 # 0 +0xD1B6 0x7947 # 0 +0xD1B7 0x7948 # 0 +0xD1B8 0x797A # 0 +0xD1B9 0x7B95 # 0 +0xD1BA 0x7D00 # 0 +0xD1BB 0x7DBA # 0 +0xD1BC 0x7F88 # 0 +0xD1BD 0x8006 # 0 +0xD1BE 0x802D # 0 +0xD1BF 0x808C # 0 +0xD1C0 0x8A18 # 0 +0xD1C1 0x8B4F # 0 +0xD1C2 0x8C48 # 0 +0xD1C3 0x8D77 # 0 +0xD1C4 0x9321 # 0 +0xD1C5 0x9324 # 0 +0xD1C6 0x98E2 # 0 +0xD1C7 0x9951 # 0 +0xD1C8 0x9A0E # 0 +0xD1C9 0x9A0F # 0 +0xD1CA 0x9A65 # 0 +0xD1CB 0x9E92 # 0 +0xD1CC 0x7DCA # 0 +0xD1CD 0x4F76 # 0 +0xD1CE 0x5409 # 0 +0xD1CF 0x62EE # 0 +0xD1D0 0x6854 # 0 +0xD1D1 0x91D1 # 0 +0xD1D2 0x55AB # 0 +0xD1D3 0x513A # 0 +0xD1D4 0xF90B # 0 +0xD1D5 0xF90C # 0 +0xD1D6 0x5A1C # 0 +0xD1D7 0x61E6 # 0 +0xD1D8 0xF90D # 0 +0xD1D9 0x62CF # 0 +0xD1DA 0x62FF # 0 +0xD1DB 0xF90E # 0 +0xD1DC 0xF90F # 0 +0xD1DD 0xF910 # 0 +0xD1DE 0xF911 # 0 +0xD1DF 0xF912 # 0 +0xD1E0 0xF913 # 0 +0xD1E1 0x90A3 # 0 +0xD1E2 0xF914 # 0 +0xD1E3 0xF915 # 0 +0xD1E4 0xF916 # 0 +0xD1E5 0xF917 # 0 +0xD1E6 0xF918 # 0 +0xD1E7 0x8AFE # 0 +0xD1E8 0xF919 # 0 +0xD1E9 0xF91A # 0 +0xD1EA 0xF91B # 0 +0xD1EB 0xF91C # 0 +0xD1EC 0x6696 # 0 +0xD1ED 0xF91D # 0 +0xD1EE 0x7156 # 0 +0xD1EF 0xF91E # 0 +0xD1F0 0xF91F # 0 +0xD1F1 0x96E3 # 0 +0xD1F2 0xF920 # 0 +0xD1F3 0x634F # 0 +0xD1F4 0x637A # 0 +0xD1F5 0x5357 # 0 +0xD1F6 0xF921 # 0 +0xD1F7 0x678F # 0 +0xD1F8 0x6960 # 0 +0xD1F9 0x6E73 # 0 +0xD1FA 0xF922 # 0 +0xD1FB 0x7537 # 0 +0xD1FC 0xF923 # 0 +0xD1FD 0xF924 # 0 +0xD1FE 0xF925 # 0 +0xD2A1 0x7D0D # 0 +0xD2A2 0xF926 # 0 +0xD2A3 0xF927 # 0 +0xD2A4 0x8872 # 0 +0xD2A5 0x56CA # 0 +0xD2A6 0x5A18 # 0 +0xD2A7 0xF928 # 0 +0xD2A8 0xF929 # 0 +0xD2A9 0xF92A # 0 +0xD2AA 0xF92B # 0 +0xD2AB 0xF92C # 0 +0xD2AC 0x4E43 # 0 +0xD2AD 0xF92D # 0 +0xD2AE 0x5167 # 0 +0xD2AF 0x5948 # 0 +0xD2B0 0x67F0 # 0 +0xD2B1 0x8010 # 0 +0xD2B2 0xF92E # 0 +0xD2B3 0x5973 # 0 +0xD2B4 0x5E74 # 0 +0xD2B5 0x649A # 0 +0xD2B6 0x79CA # 0 +0xD2B7 0x5FF5 # 0 +0xD2B8 0x606C # 0 +0xD2B9 0x62C8 # 0 +0xD2BA 0x637B # 0 +0xD2BB 0x5BE7 # 0 +0xD2BC 0x5BD7 # 0 +0xD2BD 0x52AA # 0 +0xD2BE 0xF92F # 0 +0xD2BF 0x5974 # 0 +0xD2C0 0x5F29 # 0 +0xD2C1 0x6012 # 0 +0xD2C2 0xF930 # 0 +0xD2C3 0xF931 # 0 +0xD2C4 0xF932 # 0 +0xD2C5 0x7459 # 0 +0xD2C6 0xF933 # 0 +0xD2C7 0xF934 # 0 +0xD2C8 0xF935 # 0 +0xD2C9 0xF936 # 0 +0xD2CA 0xF937 # 0 +0xD2CB 0xF938 # 0 +0xD2CC 0x99D1 # 0 +0xD2CD 0xF939 # 0 +0xD2CE 0xF93A # 0 +0xD2CF 0xF93B # 0 +0xD2D0 0xF93C # 0 +0xD2D1 0xF93D # 0 +0xD2D2 0xF93E # 0 +0xD2D3 0xF93F # 0 +0xD2D4 0xF940 # 0 +0xD2D5 0xF941 # 0 +0xD2D6 0xF942 # 0 +0xD2D7 0xF943 # 0 +0xD2D8 0x6FC3 # 0 +0xD2D9 0xF944 # 0 +0xD2DA 0xF945 # 0 +0xD2DB 0x81BF # 0 +0xD2DC 0x8FB2 # 0 +0xD2DD 0x60F1 # 0 +0xD2DE 0xF946 # 0 +0xD2DF 0xF947 # 0 +0xD2E0 0x8166 # 0 +0xD2E1 0xF948 # 0 +0xD2E2 0xF949 # 0 +0xD2E3 0x5C3F # 0 +0xD2E4 0xF94A # 0 +0xD2E5 0xF94B # 0 +0xD2E6 0xF94C # 0 +0xD2E7 0xF94D # 0 +0xD2E8 0xF94E # 0 +0xD2E9 0xF94F # 0 +0xD2EA 0xF950 # 0 +0xD2EB 0xF951 # 0 +0xD2EC 0x5AE9 # 0 +0xD2ED 0x8A25 # 0 +0xD2EE 0x677B # 0 +0xD2EF 0x7D10 # 0 +0xD2F0 0xF952 # 0 +0xD2F1 0xF953 # 0 +0xD2F2 0xF954 # 0 +0xD2F3 0xF955 # 0 +0xD2F4 0xF956 # 0 +0xD2F5 0xF957 # 0 +0xD2F6 0x80FD # 0 +0xD2F7 0xF958 # 0 +0xD2F8 0xF959 # 0 +0xD2F9 0x5C3C # 0 +0xD2FA 0x6CE5 # 0 +0xD2FB 0x533F # 0 +0xD2FC 0x6EBA # 0 +0xD2FD 0x591A # 0 +0xD2FE 0x8336 # 0 +0xD3A1 0x4E39 # 0 +0xD3A2 0x4EB6 # 0 +0xD3A3 0x4F46 # 0 +0xD3A4 0x55AE # 0 +0xD3A5 0x5718 # 0 +0xD3A6 0x58C7 # 0 +0xD3A7 0x5F56 # 0 +0xD3A8 0x65B7 # 0 +0xD3A9 0x65E6 # 0 +0xD3AA 0x6A80 # 0 +0xD3AB 0x6BB5 # 0 +0xD3AC 0x6E4D # 0 +0xD3AD 0x77ED # 0 +0xD3AE 0x7AEF # 0 +0xD3AF 0x7C1E # 0 +0xD3B0 0x7DDE # 0 +0xD3B1 0x86CB # 0 +0xD3B2 0x8892 # 0 +0xD3B3 0x9132 # 0 +0xD3B4 0x935B # 0 +0xD3B5 0x64BB # 0 +0xD3B6 0x6FBE # 0 +0xD3B7 0x737A # 0 +0xD3B8 0x75B8 # 0 +0xD3B9 0x9054 # 0 +0xD3BA 0x5556 # 0 +0xD3BB 0x574D # 0 +0xD3BC 0x61BA # 0 +0xD3BD 0x64D4 # 0 +0xD3BE 0x66C7 # 0 +0xD3BF 0x6DE1 # 0 +0xD3C0 0x6E5B # 0 +0xD3C1 0x6F6D # 0 +0xD3C2 0x6FB9 # 0 +0xD3C3 0x75F0 # 0 +0xD3C4 0x8043 # 0 +0xD3C5 0x81BD # 0 +0xD3C6 0x8541 # 0 +0xD3C7 0x8983 # 0 +0xD3C8 0x8AC7 # 0 +0xD3C9 0x8B5A # 0 +0xD3CA 0x931F # 0 +0xD3CB 0x6C93 # 0 +0xD3CC 0x7553 # 0 +0xD3CD 0x7B54 # 0 +0xD3CE 0x8E0F # 0 +0xD3CF 0x905D # 0 +0xD3D0 0x5510 # 0 +0xD3D1 0x5802 # 0 +0xD3D2 0x5858 # 0 +0xD3D3 0x5E62 # 0 +0xD3D4 0x6207 # 0 +0xD3D5 0x649E # 0 +0xD3D6 0x68E0 # 0 +0xD3D7 0x7576 # 0 +0xD3D8 0x7CD6 # 0 +0xD3D9 0x87B3 # 0 +0xD3DA 0x9EE8 # 0 +0xD3DB 0x4EE3 # 0 +0xD3DC 0x5788 # 0 +0xD3DD 0x576E # 0 +0xD3DE 0x5927 # 0 +0xD3DF 0x5C0D # 0 +0xD3E0 0x5CB1 # 0 +0xD3E1 0x5E36 # 0 +0xD3E2 0x5F85 # 0 +0xD3E3 0x6234 # 0 +0xD3E4 0x64E1 # 0 +0xD3E5 0x73B3 # 0 +0xD3E6 0x81FA # 0 +0xD3E7 0x888B # 0 +0xD3E8 0x8CB8 # 0 +0xD3E9 0x968A # 0 +0xD3EA 0x9EDB # 0 +0xD3EB 0x5B85 # 0 +0xD3EC 0x5FB7 # 0 +0xD3ED 0x60B3 # 0 +0xD3EE 0x5012 # 0 +0xD3EF 0x5200 # 0 +0xD3F0 0x5230 # 0 +0xD3F1 0x5716 # 0 +0xD3F2 0x5835 # 0 +0xD3F3 0x5857 # 0 +0xD3F4 0x5C0E # 0 +0xD3F5 0x5C60 # 0 +0xD3F6 0x5CF6 # 0 +0xD3F7 0x5D8B # 0 +0xD3F8 0x5EA6 # 0 +0xD3F9 0x5F92 # 0 +0xD3FA 0x60BC # 0 +0xD3FB 0x6311 # 0 +0xD3FC 0x6389 # 0 +0xD3FD 0x6417 # 0 +0xD3FE 0x6843 # 0 +0xD4A1 0x68F9 # 0 +0xD4A2 0x6AC2 # 0 +0xD4A3 0x6DD8 # 0 +0xD4A4 0x6E21 # 0 +0xD4A5 0x6ED4 # 0 +0xD4A6 0x6FE4 # 0 +0xD4A7 0x71FE # 0 +0xD4A8 0x76DC # 0 +0xD4A9 0x7779 # 0 +0xD4AA 0x79B1 # 0 +0xD4AB 0x7A3B # 0 +0xD4AC 0x8404 # 0 +0xD4AD 0x89A9 # 0 +0xD4AE 0x8CED # 0 +0xD4AF 0x8DF3 # 0 +0xD4B0 0x8E48 # 0 +0xD4B1 0x9003 # 0 +0xD4B2 0x9014 # 0 +0xD4B3 0x9053 # 0 +0xD4B4 0x90FD # 0 +0xD4B5 0x934D # 0 +0xD4B6 0x9676 # 0 +0xD4B7 0x97DC # 0 +0xD4B8 0x6BD2 # 0 +0xD4B9 0x7006 # 0 +0xD4BA 0x7258 # 0 +0xD4BB 0x72A2 # 0 +0xD4BC 0x7368 # 0 +0xD4BD 0x7763 # 0 +0xD4BE 0x79BF # 0 +0xD4BF 0x7BE4 # 0 +0xD4C0 0x7E9B # 0 +0xD4C1 0x8B80 # 0 +0xD4C2 0x58A9 # 0 +0xD4C3 0x60C7 # 0 +0xD4C4 0x6566 # 0 +0xD4C5 0x65FD # 0 +0xD4C6 0x66BE # 0 +0xD4C7 0x6C8C # 0 +0xD4C8 0x711E # 0 +0xD4C9 0x71C9 # 0 +0xD4CA 0x8C5A # 0 +0xD4CB 0x9813 # 0 +0xD4CC 0x4E6D # 0 +0xD4CD 0x7A81 # 0 +0xD4CE 0x4EDD # 0 +0xD4CF 0x51AC # 0 +0xD4D0 0x51CD # 0 +0xD4D1 0x52D5 # 0 +0xD4D2 0x540C # 0 +0xD4D3 0x61A7 # 0 +0xD4D4 0x6771 # 0 +0xD4D5 0x6850 # 0 +0xD4D6 0x68DF # 0 +0xD4D7 0x6D1E # 0 +0xD4D8 0x6F7C # 0 +0xD4D9 0x75BC # 0 +0xD4DA 0x77B3 # 0 +0xD4DB 0x7AE5 # 0 +0xD4DC 0x80F4 # 0 +0xD4DD 0x8463 # 0 +0xD4DE 0x9285 # 0 +0xD4DF 0x515C # 0 +0xD4E0 0x6597 # 0 +0xD4E1 0x675C # 0 +0xD4E2 0x6793 # 0 +0xD4E3 0x75D8 # 0 +0xD4E4 0x7AC7 # 0 +0xD4E5 0x8373 # 0 +0xD4E6 0xF95A # 0 +0xD4E7 0x8C46 # 0 +0xD4E8 0x9017 # 0 +0xD4E9 0x982D # 0 +0xD4EA 0x5C6F # 0 +0xD4EB 0x81C0 # 0 +0xD4EC 0x829A # 0 +0xD4ED 0x9041 # 0 +0xD4EE 0x906F # 0 +0xD4EF 0x920D # 0 +0xD4F0 0x5F97 # 0 +0xD4F1 0x5D9D # 0 +0xD4F2 0x6A59 # 0 +0xD4F3 0x71C8 # 0 +0xD4F4 0x767B # 0 +0xD4F5 0x7B49 # 0 +0xD4F6 0x85E4 # 0 +0xD4F7 0x8B04 # 0 +0xD4F8 0x9127 # 0 +0xD4F9 0x9A30 # 0 +0xD4FA 0x5587 # 0 +0xD4FB 0x61F6 # 0 +0xD4FC 0xF95B # 0 +0xD4FD 0x7669 # 0 +0xD4FE 0x7F85 # 0 +0xD5A1 0x863F # 0 +0xD5A2 0x87BA # 0 +0xD5A3 0x88F8 # 0 +0xD5A4 0x908F # 0 +0xD5A5 0xF95C # 0 +0xD5A6 0x6D1B # 0 +0xD5A7 0x70D9 # 0 +0xD5A8 0x73DE # 0 +0xD5A9 0x7D61 # 0 +0xD5AA 0x843D # 0 +0xD5AB 0xF95D # 0 +0xD5AC 0x916A # 0 +0xD5AD 0x99F1 # 0 +0xD5AE 0xF95E # 0 +0xD5AF 0x4E82 # 0 +0xD5B0 0x5375 # 0 +0xD5B1 0x6B04 # 0 +0xD5B2 0x6B12 # 0 +0xD5B3 0x703E # 0 +0xD5B4 0x721B # 0 +0xD5B5 0x862D # 0 +0xD5B6 0x9E1E # 0 +0xD5B7 0x524C # 0 +0xD5B8 0x8FA3 # 0 +0xD5B9 0x5D50 # 0 +0xD5BA 0x64E5 # 0 +0xD5BB 0x652C # 0 +0xD5BC 0x6B16 # 0 +0xD5BD 0x6FEB # 0 +0xD5BE 0x7C43 # 0 +0xD5BF 0x7E9C # 0 +0xD5C0 0x85CD # 0 +0xD5C1 0x8964 # 0 +0xD5C2 0x89BD # 0 +0xD5C3 0x62C9 # 0 +0xD5C4 0x81D8 # 0 +0xD5C5 0x881F # 0 +0xD5C6 0x5ECA # 0 +0xD5C7 0x6717 # 0 +0xD5C8 0x6D6A # 0 +0xD5C9 0x72FC # 0 +0xD5CA 0x7405 # 0 +0xD5CB 0x746F # 0 +0xD5CC 0x8782 # 0 +0xD5CD 0x90DE # 0 +0xD5CE 0x4F86 # 0 +0xD5CF 0x5D0D # 0 +0xD5D0 0x5FA0 # 0 +0xD5D1 0x840A # 0 +0xD5D2 0x51B7 # 0 +0xD5D3 0x63A0 # 0 +0xD5D4 0x7565 # 0 +0xD5D5 0x4EAE # 0 +0xD5D6 0x5006 # 0 +0xD5D7 0x5169 # 0 +0xD5D8 0x51C9 # 0 +0xD5D9 0x6881 # 0 +0xD5DA 0x6A11 # 0 +0xD5DB 0x7CAE # 0 +0xD5DC 0x7CB1 # 0 +0xD5DD 0x7CE7 # 0 +0xD5DE 0x826F # 0 +0xD5DF 0x8AD2 # 0 +0xD5E0 0x8F1B # 0 +0xD5E1 0x91CF # 0 +0xD5E2 0x4FB6 # 0 +0xD5E3 0x5137 # 0 +0xD5E4 0x52F5 # 0 +0xD5E5 0x5442 # 0 +0xD5E6 0x5EEC # 0 +0xD5E7 0x616E # 0 +0xD5E8 0x623E # 0 +0xD5E9 0x65C5 # 0 +0xD5EA 0x6ADA # 0 +0xD5EB 0x6FFE # 0 +0xD5EC 0x792A # 0 +0xD5ED 0x85DC # 0 +0xD5EE 0x8823 # 0 +0xD5EF 0x95AD # 0 +0xD5F0 0x9A62 # 0 +0xD5F1 0x9A6A # 0 +0xD5F2 0x9E97 # 0 +0xD5F3 0x9ECE # 0 +0xD5F4 0x529B # 0 +0xD5F5 0x66C6 # 0 +0xD5F6 0x6B77 # 0 +0xD5F7 0x701D # 0 +0xD5F8 0x792B # 0 +0xD5F9 0x8F62 # 0 +0xD5FA 0x9742 # 0 +0xD5FB 0x6190 # 0 +0xD5FC 0x6200 # 0 +0xD5FD 0x6523 # 0 +0xD5FE 0x6F23 # 0 +0xD6A1 0x7149 # 0 +0xD6A2 0x7489 # 0 +0xD6A3 0x7DF4 # 0 +0xD6A4 0x806F # 0 +0xD6A5 0x84EE # 0 +0xD6A6 0x8F26 # 0 +0xD6A7 0x9023 # 0 +0xD6A8 0x934A # 0 +0xD6A9 0x51BD # 0 +0xD6AA 0x5217 # 0 +0xD6AB 0x52A3 # 0 +0xD6AC 0x6D0C # 0 +0xD6AD 0x70C8 # 0 +0xD6AE 0x88C2 # 0 +0xD6AF 0x5EC9 # 0 +0xD6B0 0x6582 # 0 +0xD6B1 0x6BAE # 0 +0xD6B2 0x6FC2 # 0 +0xD6B3 0x7C3E # 0 +0xD6B4 0x7375 # 0 +0xD6B5 0x4EE4 # 0 +0xD6B6 0x4F36 # 0 +0xD6B7 0x56F9 # 0 +0xD6B8 0xF95F # 0 +0xD6B9 0x5CBA # 0 +0xD6BA 0x5DBA # 0 +0xD6BB 0x601C # 0 +0xD6BC 0x73B2 # 0 +0xD6BD 0x7B2D # 0 +0xD6BE 0x7F9A # 0 +0xD6BF 0x7FCE # 0 +0xD6C0 0x8046 # 0 +0xD6C1 0x901E # 0 +0xD6C2 0x9234 # 0 +0xD6C3 0x96F6 # 0 +0xD6C4 0x9748 # 0 +0xD6C5 0x9818 # 0 +0xD6C6 0x9F61 # 0 +0xD6C7 0x4F8B # 0 +0xD6C8 0x6FA7 # 0 +0xD6C9 0x79AE # 0 +0xD6CA 0x91B4 # 0 +0xD6CB 0x96B7 # 0 +0xD6CC 0x52DE # 0 +0xD6CD 0xF960 # 0 +0xD6CE 0x6488 # 0 +0xD6CF 0x64C4 # 0 +0xD6D0 0x6AD3 # 0 +0xD6D1 0x6F5E # 0 +0xD6D2 0x7018 # 0 +0xD6D3 0x7210 # 0 +0xD6D4 0x76E7 # 0 +0xD6D5 0x8001 # 0 +0xD6D6 0x8606 # 0 +0xD6D7 0x865C # 0 +0xD6D8 0x8DEF # 0 +0xD6D9 0x8F05 # 0 +0xD6DA 0x9732 # 0 +0xD6DB 0x9B6F # 0 +0xD6DC 0x9DFA # 0 +0xD6DD 0x9E75 # 0 +0xD6DE 0x788C # 0 +0xD6DF 0x797F # 0 +0xD6E0 0x7DA0 # 0 +0xD6E1 0x83C9 # 0 +0xD6E2 0x9304 # 0 +0xD6E3 0x9E7F # 0 +0xD6E4 0x9E93 # 0 +0xD6E5 0x8AD6 # 0 +0xD6E6 0x58DF # 0 +0xD6E7 0x5F04 # 0 +0xD6E8 0x6727 # 0 +0xD6E9 0x7027 # 0 +0xD6EA 0x74CF # 0 +0xD6EB 0x7C60 # 0 +0xD6EC 0x807E # 0 +0xD6ED 0x5121 # 0 +0xD6EE 0x7028 # 0 +0xD6EF 0x7262 # 0 +0xD6F0 0x78CA # 0 +0xD6F1 0x8CC2 # 0 +0xD6F2 0x8CDA # 0 +0xD6F3 0x8CF4 # 0 +0xD6F4 0x96F7 # 0 +0xD6F5 0x4E86 # 0 +0xD6F6 0x50DA # 0 +0xD6F7 0x5BEE # 0 +0xD6F8 0x5ED6 # 0 +0xD6F9 0x6599 # 0 +0xD6FA 0x71CE # 0 +0xD6FB 0x7642 # 0 +0xD6FC 0x77AD # 0 +0xD6FD 0x804A # 0 +0xD6FE 0x84FC # 0 +0xD7A1 0x907C # 0 +0xD7A2 0x9B27 # 0 +0xD7A3 0x9F8D # 0 +0xD7A4 0x58D8 # 0 +0xD7A5 0x5A41 # 0 +0xD7A6 0x5C62 # 0 +0xD7A7 0x6A13 # 0 +0xD7A8 0x6DDA # 0 +0xD7A9 0x6F0F # 0 +0xD7AA 0x763B # 0 +0xD7AB 0x7D2F # 0 +0xD7AC 0x7E37 # 0 +0xD7AD 0x851E # 0 +0xD7AE 0x8938 # 0 +0xD7AF 0x93E4 # 0 +0xD7B0 0x964B # 0 +0xD7B1 0x5289 # 0 +0xD7B2 0x65D2 # 0 +0xD7B3 0x67F3 # 0 +0xD7B4 0x69B4 # 0 +0xD7B5 0x6D41 # 0 +0xD7B6 0x6E9C # 0 +0xD7B7 0x700F # 0 +0xD7B8 0x7409 # 0 +0xD7B9 0x7460 # 0 +0xD7BA 0x7559 # 0 +0xD7BB 0x7624 # 0 +0xD7BC 0x786B # 0 +0xD7BD 0x8B2C # 0 +0xD7BE 0x985E # 0 +0xD7BF 0x516D # 0 +0xD7C0 0x622E # 0 +0xD7C1 0x9678 # 0 +0xD7C2 0x4F96 # 0 +0xD7C3 0x502B # 0 +0xD7C4 0x5D19 # 0 +0xD7C5 0x6DEA # 0 +0xD7C6 0x7DB8 # 0 +0xD7C7 0x8F2A # 0 +0xD7C8 0x5F8B # 0 +0xD7C9 0x6144 # 0 +0xD7CA 0x6817 # 0 +0xD7CB 0xF961 # 0 +0xD7CC 0x9686 # 0 +0xD7CD 0x52D2 # 0 +0xD7CE 0x808B # 0 +0xD7CF 0x51DC # 0 +0xD7D0 0x51CC # 0 +0xD7D1 0x695E # 0 +0xD7D2 0x7A1C # 0 +0xD7D3 0x7DBE # 0 +0xD7D4 0x83F1 # 0 +0xD7D5 0x9675 # 0 +0xD7D6 0x4FDA # 0 +0xD7D7 0x5229 # 0 +0xD7D8 0x5398 # 0 +0xD7D9 0x540F # 0 +0xD7DA 0x550E # 0 +0xD7DB 0x5C65 # 0 +0xD7DC 0x60A7 # 0 +0xD7DD 0x674E # 0 +0xD7DE 0x68A8 # 0 +0xD7DF 0x6D6C # 0 +0xD7E0 0x7281 # 0 +0xD7E1 0x72F8 # 0 +0xD7E2 0x7406 # 0 +0xD7E3 0x7483 # 0 +0xD7E4 0xF962 # 0 +0xD7E5 0x75E2 # 0 +0xD7E6 0x7C6C # 0 +0xD7E7 0x7F79 # 0 +0xD7E8 0x7FB8 # 0 +0xD7E9 0x8389 # 0 +0xD7EA 0x88CF # 0 +0xD7EB 0x88E1 # 0 +0xD7EC 0x91CC # 0 +0xD7ED 0x91D0 # 0 +0xD7EE 0x96E2 # 0 +0xD7EF 0x9BC9 # 0 +0xD7F0 0x541D # 0 +0xD7F1 0x6F7E # 0 +0xD7F2 0x71D0 # 0 +0xD7F3 0x7498 # 0 +0xD7F4 0x85FA # 0 +0xD7F5 0x8EAA # 0 +0xD7F6 0x96A3 # 0 +0xD7F7 0x9C57 # 0 +0xD7F8 0x9E9F # 0 +0xD7F9 0x6797 # 0 +0xD7FA 0x6DCB # 0 +0xD7FB 0x7433 # 0 +0xD7FC 0x81E8 # 0 +0xD7FD 0x9716 # 0 +0xD7FE 0x782C # 0 +0xD8A1 0x7ACB # 0 +0xD8A2 0x7B20 # 0 +0xD8A3 0x7C92 # 0 +0xD8A4 0x6469 # 0 +0xD8A5 0x746A # 0 +0xD8A6 0x75F2 # 0 +0xD8A7 0x78BC # 0 +0xD8A8 0x78E8 # 0 +0xD8A9 0x99AC # 0 +0xD8AA 0x9B54 # 0 +0xD8AB 0x9EBB # 0 +0xD8AC 0x5BDE # 0 +0xD8AD 0x5E55 # 0 +0xD8AE 0x6F20 # 0 +0xD8AF 0x819C # 0 +0xD8B0 0x83AB # 0 +0xD8B1 0x9088 # 0 +0xD8B2 0x4E07 # 0 +0xD8B3 0x534D # 0 +0xD8B4 0x5A29 # 0 +0xD8B5 0x5DD2 # 0 +0xD8B6 0x5F4E # 0 +0xD8B7 0x6162 # 0 +0xD8B8 0x633D # 0 +0xD8B9 0x6669 # 0 +0xD8BA 0x66FC # 0 +0xD8BB 0x6EFF # 0 +0xD8BC 0x6F2B # 0 +0xD8BD 0x7063 # 0 +0xD8BE 0x779E # 0 +0xD8BF 0x842C # 0 +0xD8C0 0x8513 # 0 +0xD8C1 0x883B # 0 +0xD8C2 0x8F13 # 0 +0xD8C3 0x9945 # 0 +0xD8C4 0x9C3B # 0 +0xD8C5 0x551C # 0 +0xD8C6 0x62B9 # 0 +0xD8C7 0x672B # 0 +0xD8C8 0x6CAB # 0 +0xD8C9 0x8309 # 0 +0xD8CA 0x896A # 0 +0xD8CB 0x977A # 0 +0xD8CC 0x4EA1 # 0 +0xD8CD 0x5984 # 0 +0xD8CE 0x5FD8 # 0 +0xD8CF 0x5FD9 # 0 +0xD8D0 0x671B # 0 +0xD8D1 0x7DB2 # 0 +0xD8D2 0x7F54 # 0 +0xD8D3 0x8292 # 0 +0xD8D4 0x832B # 0 +0xD8D5 0x83BD # 0 +0xD8D6 0x8F1E # 0 +0xD8D7 0x9099 # 0 +0xD8D8 0x57CB # 0 +0xD8D9 0x59B9 # 0 +0xD8DA 0x5A92 # 0 +0xD8DB 0x5BD0 # 0 +0xD8DC 0x6627 # 0 +0xD8DD 0x679A # 0 +0xD8DE 0x6885 # 0 +0xD8DF 0x6BCF # 0 +0xD8E0 0x7164 # 0 +0xD8E1 0x7F75 # 0 +0xD8E2 0x8CB7 # 0 +0xD8E3 0x8CE3 # 0 +0xD8E4 0x9081 # 0 +0xD8E5 0x9B45 # 0 +0xD8E6 0x8108 # 0 +0xD8E7 0x8C8A # 0 +0xD8E8 0x964C # 0 +0xD8E9 0x9A40 # 0 +0xD8EA 0x9EA5 # 0 +0xD8EB 0x5B5F # 0 +0xD8EC 0x6C13 # 0 +0xD8ED 0x731B # 0 +0xD8EE 0x76F2 # 0 +0xD8EF 0x76DF # 0 +0xD8F0 0x840C # 0 +0xD8F1 0x51AA # 0 +0xD8F2 0x8993 # 0 +0xD8F3 0x514D # 0 +0xD8F4 0x5195 # 0 +0xD8F5 0x52C9 # 0 +0xD8F6 0x68C9 # 0 +0xD8F7 0x6C94 # 0 +0xD8F8 0x7704 # 0 +0xD8F9 0x7720 # 0 +0xD8FA 0x7DBF # 0 +0xD8FB 0x7DEC # 0 +0xD8FC 0x9762 # 0 +0xD8FD 0x9EB5 # 0 +0xD8FE 0x6EC5 # 0 +0xD9A1 0x8511 # 0 +0xD9A2 0x51A5 # 0 +0xD9A3 0x540D # 0 +0xD9A4 0x547D # 0 +0xD9A5 0x660E # 0 +0xD9A6 0x669D # 0 +0xD9A7 0x6927 # 0 +0xD9A8 0x6E9F # 0 +0xD9A9 0x76BF # 0 +0xD9AA 0x7791 # 0 +0xD9AB 0x8317 # 0 +0xD9AC 0x84C2 # 0 +0xD9AD 0x879F # 0 +0xD9AE 0x9169 # 0 +0xD9AF 0x9298 # 0 +0xD9B0 0x9CF4 # 0 +0xD9B1 0x8882 # 0 +0xD9B2 0x4FAE # 0 +0xD9B3 0x5192 # 0 +0xD9B4 0x52DF # 0 +0xD9B5 0x59C6 # 0 +0xD9B6 0x5E3D # 0 +0xD9B7 0x6155 # 0 +0xD9B8 0x6478 # 0 +0xD9B9 0x6479 # 0 +0xD9BA 0x66AE # 0 +0xD9BB 0x67D0 # 0 +0xD9BC 0x6A21 # 0 +0xD9BD 0x6BCD # 0 +0xD9BE 0x6BDB # 0 +0xD9BF 0x725F # 0 +0xD9C0 0x7261 # 0 +0xD9C1 0x7441 # 0 +0xD9C2 0x7738 # 0 +0xD9C3 0x77DB # 0 +0xD9C4 0x8017 # 0 +0xD9C5 0x82BC # 0 +0xD9C6 0x8305 # 0 +0xD9C7 0x8B00 # 0 +0xD9C8 0x8B28 # 0 +0xD9C9 0x8C8C # 0 +0xD9CA 0x6728 # 0 +0xD9CB 0x6C90 # 0 +0xD9CC 0x7267 # 0 +0xD9CD 0x76EE # 0 +0xD9CE 0x7766 # 0 +0xD9CF 0x7A46 # 0 +0xD9D0 0x9DA9 # 0 +0xD9D1 0x6B7F # 0 +0xD9D2 0x6C92 # 0 +0xD9D3 0x5922 # 0 +0xD9D4 0x6726 # 0 +0xD9D5 0x8499 # 0 +0xD9D6 0x536F # 0 +0xD9D7 0x5893 # 0 +0xD9D8 0x5999 # 0 +0xD9D9 0x5EDF # 0 +0xD9DA 0x63CF # 0 +0xD9DB 0x6634 # 0 +0xD9DC 0x6773 # 0 +0xD9DD 0x6E3A # 0 +0xD9DE 0x732B # 0 +0xD9DF 0x7AD7 # 0 +0xD9E0 0x82D7 # 0 +0xD9E1 0x9328 # 0 +0xD9E2 0x52D9 # 0 +0xD9E3 0x5DEB # 0 +0xD9E4 0x61AE # 0 +0xD9E5 0x61CB # 0 +0xD9E6 0x620A # 0 +0xD9E7 0x62C7 # 0 +0xD9E8 0x64AB # 0 +0xD9E9 0x65E0 # 0 +0xD9EA 0x6959 # 0 +0xD9EB 0x6B66 # 0 +0xD9EC 0x6BCB # 0 +0xD9ED 0x7121 # 0 +0xD9EE 0x73F7 # 0 +0xD9EF 0x755D # 0 +0xD9F0 0x7E46 # 0 +0xD9F1 0x821E # 0 +0xD9F2 0x8302 # 0 +0xD9F3 0x856A # 0 +0xD9F4 0x8AA3 # 0 +0xD9F5 0x8CBF # 0 +0xD9F6 0x9727 # 0 +0xD9F7 0x9D61 # 0 +0xD9F8 0x58A8 # 0 +0xD9F9 0x9ED8 # 0 +0xD9FA 0x5011 # 0 +0xD9FB 0x520E # 0 +0xD9FC 0x543B # 0 +0xD9FD 0x554F # 0 +0xD9FE 0x6587 # 0 +0xDAA1 0x6C76 # 0 +0xDAA2 0x7D0A # 0 +0xDAA3 0x7D0B # 0 +0xDAA4 0x805E # 0 +0xDAA5 0x868A # 0 +0xDAA6 0x9580 # 0 +0xDAA7 0x96EF # 0 +0xDAA8 0x52FF # 0 +0xDAA9 0x6C95 # 0 +0xDAAA 0x7269 # 0 +0xDAAB 0x5473 # 0 +0xDAAC 0x5A9A # 0 +0xDAAD 0x5C3E # 0 +0xDAAE 0x5D4B # 0 +0xDAAF 0x5F4C # 0 +0xDAB0 0x5FAE # 0 +0xDAB1 0x672A # 0 +0xDAB2 0x68B6 # 0 +0xDAB3 0x6963 # 0 +0xDAB4 0x6E3C # 0 +0xDAB5 0x6E44 # 0 +0xDAB6 0x7709 # 0 +0xDAB7 0x7C73 # 0 +0xDAB8 0x7F8E # 0 +0xDAB9 0x8587 # 0 +0xDABA 0x8B0E # 0 +0xDABB 0x8FF7 # 0 +0xDABC 0x9761 # 0 +0xDABD 0x9EF4 # 0 +0xDABE 0x5CB7 # 0 +0xDABF 0x60B6 # 0 +0xDAC0 0x610D # 0 +0xDAC1 0x61AB # 0 +0xDAC2 0x654F # 0 +0xDAC3 0x65FB # 0 +0xDAC4 0x65FC # 0 +0xDAC5 0x6C11 # 0 +0xDAC6 0x6CEF # 0 +0xDAC7 0x739F # 0 +0xDAC8 0x73C9 # 0 +0xDAC9 0x7DE1 # 0 +0xDACA 0x9594 # 0 +0xDACB 0x5BC6 # 0 +0xDACC 0x871C # 0 +0xDACD 0x8B10 # 0 +0xDACE 0x525D # 0 +0xDACF 0x535A # 0 +0xDAD0 0x62CD # 0 +0xDAD1 0x640F # 0 +0xDAD2 0x64B2 # 0 +0xDAD3 0x6734 # 0 +0xDAD4 0x6A38 # 0 +0xDAD5 0x6CCA # 0 +0xDAD6 0x73C0 # 0 +0xDAD7 0x749E # 0 +0xDAD8 0x7B94 # 0 +0xDAD9 0x7C95 # 0 +0xDADA 0x7E1B # 0 +0xDADB 0x818A # 0 +0xDADC 0x8236 # 0 +0xDADD 0x8584 # 0 +0xDADE 0x8FEB # 0 +0xDADF 0x96F9 # 0 +0xDAE0 0x99C1 # 0 +0xDAE1 0x4F34 # 0 +0xDAE2 0x534A # 0 +0xDAE3 0x53CD # 0 +0xDAE4 0x53DB # 0 +0xDAE5 0x62CC # 0 +0xDAE6 0x642C # 0 +0xDAE7 0x6500 # 0 +0xDAE8 0x6591 # 0 +0xDAE9 0x69C3 # 0 +0xDAEA 0x6CEE # 0 +0xDAEB 0x6F58 # 0 +0xDAEC 0x73ED # 0 +0xDAED 0x7554 # 0 +0xDAEE 0x7622 # 0 +0xDAEF 0x76E4 # 0 +0xDAF0 0x76FC # 0 +0xDAF1 0x78D0 # 0 +0xDAF2 0x78FB # 0 +0xDAF3 0x792C # 0 +0xDAF4 0x7D46 # 0 +0xDAF5 0x822C # 0 +0xDAF6 0x87E0 # 0 +0xDAF7 0x8FD4 # 0 +0xDAF8 0x9812 # 0 +0xDAF9 0x98EF # 0 +0xDAFA 0x52C3 # 0 +0xDAFB 0x62D4 # 0 +0xDAFC 0x64A5 # 0 +0xDAFD 0x6E24 # 0 +0xDAFE 0x6F51 # 0 +0xDBA1 0x767C # 0 +0xDBA2 0x8DCB # 0 +0xDBA3 0x91B1 # 0 +0xDBA4 0x9262 # 0 +0xDBA5 0x9AEE # 0 +0xDBA6 0x9B43 # 0 +0xDBA7 0x5023 # 0 +0xDBA8 0x508D # 0 +0xDBA9 0x574A # 0 +0xDBAA 0x59A8 # 0 +0xDBAB 0x5C28 # 0 +0xDBAC 0x5E47 # 0 +0xDBAD 0x5F77 # 0 +0xDBAE 0x623F # 0 +0xDBAF 0x653E # 0 +0xDBB0 0x65B9 # 0 +0xDBB1 0x65C1 # 0 +0xDBB2 0x6609 # 0 +0xDBB3 0x678B # 0 +0xDBB4 0x699C # 0 +0xDBB5 0x6EC2 # 0 +0xDBB6 0x78C5 # 0 +0xDBB7 0x7D21 # 0 +0xDBB8 0x80AA # 0 +0xDBB9 0x8180 # 0 +0xDBBA 0x822B # 0 +0xDBBB 0x82B3 # 0 +0xDBBC 0x84A1 # 0 +0xDBBD 0x868C # 0 +0xDBBE 0x8A2A # 0 +0xDBBF 0x8B17 # 0 +0xDBC0 0x90A6 # 0 +0xDBC1 0x9632 # 0 +0xDBC2 0x9F90 # 0 +0xDBC3 0x500D # 0 +0xDBC4 0x4FF3 # 0 +0xDBC5 0xF963 # 0 +0xDBC6 0x57F9 # 0 +0xDBC7 0x5F98 # 0 +0xDBC8 0x62DC # 0 +0xDBC9 0x6392 # 0 +0xDBCA 0x676F # 0 +0xDBCB 0x6E43 # 0 +0xDBCC 0x7119 # 0 +0xDBCD 0x76C3 # 0 +0xDBCE 0x80CC # 0 +0xDBCF 0x80DA # 0 +0xDBD0 0x88F4 # 0 +0xDBD1 0x88F5 # 0 +0xDBD2 0x8919 # 0 +0xDBD3 0x8CE0 # 0 +0xDBD4 0x8F29 # 0 +0xDBD5 0x914D # 0 +0xDBD6 0x966A # 0 +0xDBD7 0x4F2F # 0 +0xDBD8 0x4F70 # 0 +0xDBD9 0x5E1B # 0 +0xDBDA 0x67CF # 0 +0xDBDB 0x6822 # 0 +0xDBDC 0x767D # 0 +0xDBDD 0x767E # 0 +0xDBDE 0x9B44 # 0 +0xDBDF 0x5E61 # 0 +0xDBE0 0x6A0A # 0 +0xDBE1 0x7169 # 0 +0xDBE2 0x71D4 # 0 +0xDBE3 0x756A # 0 +0xDBE4 0xF964 # 0 +0xDBE5 0x7E41 # 0 +0xDBE6 0x8543 # 0 +0xDBE7 0x85E9 # 0 +0xDBE8 0x98DC # 0 +0xDBE9 0x4F10 # 0 +0xDBEA 0x7B4F # 0 +0xDBEB 0x7F70 # 0 +0xDBEC 0x95A5 # 0 +0xDBED 0x51E1 # 0 +0xDBEE 0x5E06 # 0 +0xDBEF 0x68B5 # 0 +0xDBF0 0x6C3E # 0 +0xDBF1 0x6C4E # 0 +0xDBF2 0x6CDB # 0 +0xDBF3 0x72AF # 0 +0xDBF4 0x7BC4 # 0 +0xDBF5 0x8303 # 0 +0xDBF6 0x6CD5 # 0 +0xDBF7 0x743A # 0 +0xDBF8 0x50FB # 0 +0xDBF9 0x5288 # 0 +0xDBFA 0x58C1 # 0 +0xDBFB 0x64D8 # 0 +0xDBFC 0x6A97 # 0 +0xDBFD 0x74A7 # 0 +0xDBFE 0x7656 # 0 +0xDCA1 0x78A7 # 0 +0xDCA2 0x8617 # 0 +0xDCA3 0x95E2 # 0 +0xDCA4 0x9739 # 0 +0xDCA5 0xF965 # 0 +0xDCA6 0x535E # 0 +0xDCA7 0x5F01 # 0 +0xDCA8 0x8B8A # 0 +0xDCA9 0x8FA8 # 0 +0xDCAA 0x8FAF # 0 +0xDCAB 0x908A # 0 +0xDCAC 0x5225 # 0 +0xDCAD 0x77A5 # 0 +0xDCAE 0x9C49 # 0 +0xDCAF 0x9F08 # 0 +0xDCB0 0x4E19 # 0 +0xDCB1 0x5002 # 0 +0xDCB2 0x5175 # 0 +0xDCB3 0x5C5B # 0 +0xDCB4 0x5E77 # 0 +0xDCB5 0x661E # 0 +0xDCB6 0x663A # 0 +0xDCB7 0x67C4 # 0 +0xDCB8 0x68C5 # 0 +0xDCB9 0x70B3 # 0 +0xDCBA 0x7501 # 0 +0xDCBB 0x75C5 # 0 +0xDCBC 0x79C9 # 0 +0xDCBD 0x7ADD # 0 +0xDCBE 0x8F27 # 0 +0xDCBF 0x9920 # 0 +0xDCC0 0x9A08 # 0 +0xDCC1 0x4FDD # 0 +0xDCC2 0x5821 # 0 +0xDCC3 0x5831 # 0 +0xDCC4 0x5BF6 # 0 +0xDCC5 0x666E # 0 +0xDCC6 0x6B65 # 0 +0xDCC7 0x6D11 # 0 +0xDCC8 0x6E7A # 0 +0xDCC9 0x6F7D # 0 +0xDCCA 0x73E4 # 0 +0xDCCB 0x752B # 0 +0xDCCC 0x83E9 # 0 +0xDCCD 0x88DC # 0 +0xDCCE 0x8913 # 0 +0xDCCF 0x8B5C # 0 +0xDCD0 0x8F14 # 0 +0xDCD1 0x4F0F # 0 +0xDCD2 0x50D5 # 0 +0xDCD3 0x5310 # 0 +0xDCD4 0x535C # 0 +0xDCD5 0x5B93 # 0 +0xDCD6 0x5FA9 # 0 +0xDCD7 0x670D # 0 +0xDCD8 0x798F # 0 +0xDCD9 0x8179 # 0 +0xDCDA 0x832F # 0 +0xDCDB 0x8514 # 0 +0xDCDC 0x8907 # 0 +0xDCDD 0x8986 # 0 +0xDCDE 0x8F39 # 0 +0xDCDF 0x8F3B # 0 +0xDCE0 0x99A5 # 0 +0xDCE1 0x9C12 # 0 +0xDCE2 0x672C # 0 +0xDCE3 0x4E76 # 0 +0xDCE4 0x4FF8 # 0 +0xDCE5 0x5949 # 0 +0xDCE6 0x5C01 # 0 +0xDCE7 0x5CEF # 0 +0xDCE8 0x5CF0 # 0 +0xDCE9 0x6367 # 0 +0xDCEA 0x68D2 # 0 +0xDCEB 0x70FD # 0 +0xDCEC 0x71A2 # 0 +0xDCED 0x742B # 0 +0xDCEE 0x7E2B # 0 +0xDCEF 0x84EC # 0 +0xDCF0 0x8702 # 0 +0xDCF1 0x9022 # 0 +0xDCF2 0x92D2 # 0 +0xDCF3 0x9CF3 # 0 +0xDCF4 0x4E0D # 0 +0xDCF5 0x4ED8 # 0 +0xDCF6 0x4FEF # 0 +0xDCF7 0x5085 # 0 +0xDCF8 0x5256 # 0 +0xDCF9 0x526F # 0 +0xDCFA 0x5426 # 0 +0xDCFB 0x5490 # 0 +0xDCFC 0x57E0 # 0 +0xDCFD 0x592B # 0 +0xDCFE 0x5A66 # 0 +0xDDA1 0x5B5A # 0 +0xDDA2 0x5B75 # 0 +0xDDA3 0x5BCC # 0 +0xDDA4 0x5E9C # 0 +0xDDA5 0xF966 # 0 +0xDDA6 0x6276 # 0 +0xDDA7 0x6577 # 0 +0xDDA8 0x65A7 # 0 +0xDDA9 0x6D6E # 0 +0xDDAA 0x6EA5 # 0 +0xDDAB 0x7236 # 0 +0xDDAC 0x7B26 # 0 +0xDDAD 0x7C3F # 0 +0xDDAE 0x7F36 # 0 +0xDDAF 0x8150 # 0 +0xDDB0 0x8151 # 0 +0xDDB1 0x819A # 0 +0xDDB2 0x8240 # 0 +0xDDB3 0x8299 # 0 +0xDDB4 0x83A9 # 0 +0xDDB5 0x8A03 # 0 +0xDDB6 0x8CA0 # 0 +0xDDB7 0x8CE6 # 0 +0xDDB8 0x8CFB # 0 +0xDDB9 0x8D74 # 0 +0xDDBA 0x8DBA # 0 +0xDDBB 0x90E8 # 0 +0xDDBC 0x91DC # 0 +0xDDBD 0x961C # 0 +0xDDBE 0x9644 # 0 +0xDDBF 0x99D9 # 0 +0xDDC0 0x9CE7 # 0 +0xDDC1 0x5317 # 0 +0xDDC2 0x5206 # 0 +0xDDC3 0x5429 # 0 +0xDDC4 0x5674 # 0 +0xDDC5 0x58B3 # 0 +0xDDC6 0x5954 # 0 +0xDDC7 0x596E # 0 +0xDDC8 0x5FFF # 0 +0xDDC9 0x61A4 # 0 +0xDDCA 0x626E # 0 +0xDDCB 0x6610 # 0 +0xDDCC 0x6C7E # 0 +0xDDCD 0x711A # 0 +0xDDCE 0x76C6 # 0 +0xDDCF 0x7C89 # 0 +0xDDD0 0x7CDE # 0 +0xDDD1 0x7D1B # 0 +0xDDD2 0x82AC # 0 +0xDDD3 0x8CC1 # 0 +0xDDD4 0x96F0 # 0 +0xDDD5 0xF967 # 0 +0xDDD6 0x4F5B # 0 +0xDDD7 0x5F17 # 0 +0xDDD8 0x5F7F # 0 +0xDDD9 0x62C2 # 0 +0xDDDA 0x5D29 # 0 +0xDDDB 0x670B # 0 +0xDDDC 0x68DA # 0 +0xDDDD 0x787C # 0 +0xDDDE 0x7E43 # 0 +0xDDDF 0x9D6C # 0 +0xDDE0 0x4E15 # 0 +0xDDE1 0x5099 # 0 +0xDDE2 0x5315 # 0 +0xDDE3 0x532A # 0 +0xDDE4 0x5351 # 0 +0xDDE5 0x5983 # 0 +0xDDE6 0x5A62 # 0 +0xDDE7 0x5E87 # 0 +0xDDE8 0x60B2 # 0 +0xDDE9 0x618A # 0 +0xDDEA 0x6249 # 0 +0xDDEB 0x6279 # 0 +0xDDEC 0x6590 # 0 +0xDDED 0x6787 # 0 +0xDDEE 0x69A7 # 0 +0xDDEF 0x6BD4 # 0 +0xDDF0 0x6BD6 # 0 +0xDDF1 0x6BD7 # 0 +0xDDF2 0x6BD8 # 0 +0xDDF3 0x6CB8 # 0 +0xDDF4 0xF968 # 0 +0xDDF5 0x7435 # 0 +0xDDF6 0x75FA # 0 +0xDDF7 0x7812 # 0 +0xDDF8 0x7891 # 0 +0xDDF9 0x79D5 # 0 +0xDDFA 0x79D8 # 0 +0xDDFB 0x7C83 # 0 +0xDDFC 0x7DCB # 0 +0xDDFD 0x7FE1 # 0 +0xDDFE 0x80A5 # 0 +0xDEA1 0x813E # 0 +0xDEA2 0x81C2 # 0 +0xDEA3 0x83F2 # 0 +0xDEA4 0x871A # 0 +0xDEA5 0x88E8 # 0 +0xDEA6 0x8AB9 # 0 +0xDEA7 0x8B6C # 0 +0xDEA8 0x8CBB # 0 +0xDEA9 0x9119 # 0 +0xDEAA 0x975E # 0 +0xDEAB 0x98DB # 0 +0xDEAC 0x9F3B # 0 +0xDEAD 0x56AC # 0 +0xDEAE 0x5B2A # 0 +0xDEAF 0x5F6C # 0 +0xDEB0 0x658C # 0 +0xDEB1 0x6AB3 # 0 +0xDEB2 0x6BAF # 0 +0xDEB3 0x6D5C # 0 +0xDEB4 0x6FF1 # 0 +0xDEB5 0x7015 # 0 +0xDEB6 0x725D # 0 +0xDEB7 0x73AD # 0 +0xDEB8 0x8CA7 # 0 +0xDEB9 0x8CD3 # 0 +0xDEBA 0x983B # 0 +0xDEBB 0x6191 # 0 +0xDEBC 0x6C37 # 0 +0xDEBD 0x8058 # 0 +0xDEBE 0x9A01 # 0 +0xDEBF 0x4E4D # 0 +0xDEC0 0x4E8B # 0 +0xDEC1 0x4E9B # 0 +0xDEC2 0x4ED5 # 0 +0xDEC3 0x4F3A # 0 +0xDEC4 0x4F3C # 0 +0xDEC5 0x4F7F # 0 +0xDEC6 0x4FDF # 0 +0xDEC7 0x50FF # 0 +0xDEC8 0x53F2 # 0 +0xDEC9 0x53F8 # 0 +0xDECA 0x5506 # 0 +0xDECB 0x55E3 # 0 +0xDECC 0x56DB # 0 +0xDECD 0x58EB # 0 +0xDECE 0x5962 # 0 +0xDECF 0x5A11 # 0 +0xDED0 0x5BEB # 0 +0xDED1 0x5BFA # 0 +0xDED2 0x5C04 # 0 +0xDED3 0x5DF3 # 0 +0xDED4 0x5E2B # 0 +0xDED5 0x5F99 # 0 +0xDED6 0x601D # 0 +0xDED7 0x6368 # 0 +0xDED8 0x659C # 0 +0xDED9 0x65AF # 0 +0xDEDA 0x67F6 # 0 +0xDEDB 0x67FB # 0 +0xDEDC 0x68AD # 0 +0xDEDD 0x6B7B # 0 +0xDEDE 0x6C99 # 0 +0xDEDF 0x6CD7 # 0 +0xDEE0 0x6E23 # 0 +0xDEE1 0x7009 # 0 +0xDEE2 0x7345 # 0 +0xDEE3 0x7802 # 0 +0xDEE4 0x793E # 0 +0xDEE5 0x7940 # 0 +0xDEE6 0x7960 # 0 +0xDEE7 0x79C1 # 0 +0xDEE8 0x7BE9 # 0 +0xDEE9 0x7D17 # 0 +0xDEEA 0x7D72 # 0 +0xDEEB 0x8086 # 0 +0xDEEC 0x820D # 0 +0xDEED 0x838E # 0 +0xDEEE 0x84D1 # 0 +0xDEEF 0x86C7 # 0 +0xDEF0 0x88DF # 0 +0xDEF1 0x8A50 # 0 +0xDEF2 0x8A5E # 0 +0xDEF3 0x8B1D # 0 +0xDEF4 0x8CDC # 0 +0xDEF5 0x8D66 # 0 +0xDEF6 0x8FAD # 0 +0xDEF7 0x90AA # 0 +0xDEF8 0x98FC # 0 +0xDEF9 0x99DF # 0 +0xDEFA 0x9E9D # 0 +0xDEFB 0x524A # 0 +0xDEFC 0xF969 # 0 +0xDEFD 0x6714 # 0 +0xDEFE 0xF96A # 0 +0xDFA1 0x5098 # 0 +0xDFA2 0x522A # 0 +0xDFA3 0x5C71 # 0 +0xDFA4 0x6563 # 0 +0xDFA5 0x6C55 # 0 +0xDFA6 0x73CA # 0 +0xDFA7 0x7523 # 0 +0xDFA8 0x759D # 0 +0xDFA9 0x7B97 # 0 +0xDFAA 0x849C # 0 +0xDFAB 0x9178 # 0 +0xDFAC 0x9730 # 0 +0xDFAD 0x4E77 # 0 +0xDFAE 0x6492 # 0 +0xDFAF 0x6BBA # 0 +0xDFB0 0x715E # 0 +0xDFB1 0x85A9 # 0 +0xDFB2 0x4E09 # 0 +0xDFB3 0xF96B # 0 +0xDFB4 0x6749 # 0 +0xDFB5 0x68EE # 0 +0xDFB6 0x6E17 # 0 +0xDFB7 0x829F # 0 +0xDFB8 0x8518 # 0 +0xDFB9 0x886B # 0 +0xDFBA 0x63F7 # 0 +0xDFBB 0x6F81 # 0 +0xDFBC 0x9212 # 0 +0xDFBD 0x98AF # 0 +0xDFBE 0x4E0A # 0 +0xDFBF 0x50B7 # 0 +0xDFC0 0x50CF # 0 +0xDFC1 0x511F # 0 +0xDFC2 0x5546 # 0 +0xDFC3 0x55AA # 0 +0xDFC4 0x5617 # 0 +0xDFC5 0x5B40 # 0 +0xDFC6 0x5C19 # 0 +0xDFC7 0x5CE0 # 0 +0xDFC8 0x5E38 # 0 +0xDFC9 0x5E8A # 0 +0xDFCA 0x5EA0 # 0 +0xDFCB 0x5EC2 # 0 +0xDFCC 0x60F3 # 0 +0xDFCD 0x6851 # 0 +0xDFCE 0x6A61 # 0 +0xDFCF 0x6E58 # 0 +0xDFD0 0x723D # 0 +0xDFD1 0x7240 # 0 +0xDFD2 0x72C0 # 0 +0xDFD3 0x76F8 # 0 +0xDFD4 0x7965 # 0 +0xDFD5 0x7BB1 # 0 +0xDFD6 0x7FD4 # 0 +0xDFD7 0x88F3 # 0 +0xDFD8 0x89F4 # 0 +0xDFD9 0x8A73 # 0 +0xDFDA 0x8C61 # 0 +0xDFDB 0x8CDE # 0 +0xDFDC 0x971C # 0 +0xDFDD 0x585E # 0 +0xDFDE 0x74BD # 0 +0xDFDF 0x8CFD # 0 +0xDFE0 0x55C7 # 0 +0xDFE1 0xF96C # 0 +0xDFE2 0x7A61 # 0 +0xDFE3 0x7D22 # 0 +0xDFE4 0x8272 # 0 +0xDFE5 0x7272 # 0 +0xDFE6 0x751F # 0 +0xDFE7 0x7525 # 0 +0xDFE8 0xF96D # 0 +0xDFE9 0x7B19 # 0 +0xDFEA 0x5885 # 0 +0xDFEB 0x58FB # 0 +0xDFEC 0x5DBC # 0 +0xDFED 0x5E8F # 0 +0xDFEE 0x5EB6 # 0 +0xDFEF 0x5F90 # 0 +0xDFF0 0x6055 # 0 +0xDFF1 0x6292 # 0 +0xDFF2 0x637F # 0 +0xDFF3 0x654D # 0 +0xDFF4 0x6691 # 0 +0xDFF5 0x66D9 # 0 +0xDFF6 0x66F8 # 0 +0xDFF7 0x6816 # 0 +0xDFF8 0x68F2 # 0 +0xDFF9 0x7280 # 0 +0xDFFA 0x745E # 0 +0xDFFB 0x7B6E # 0 +0xDFFC 0x7D6E # 0 +0xDFFD 0x7DD6 # 0 +0xDFFE 0x7F72 # 0 +0xE0A1 0x80E5 # 0 +0xE0A2 0x8212 # 0 +0xE0A3 0x85AF # 0 +0xE0A4 0x897F # 0 +0xE0A5 0x8A93 # 0 +0xE0A6 0x901D # 0 +0xE0A7 0x92E4 # 0 +0xE0A8 0x9ECD # 0 +0xE0A9 0x9F20 # 0 +0xE0AA 0x5915 # 0 +0xE0AB 0x596D # 0 +0xE0AC 0x5E2D # 0 +0xE0AD 0x60DC # 0 +0xE0AE 0x6614 # 0 +0xE0AF 0x6673 # 0 +0xE0B0 0x6790 # 0 +0xE0B1 0x6C50 # 0 +0xE0B2 0x6DC5 # 0 +0xE0B3 0x6F5F # 0 +0xE0B4 0x77F3 # 0 +0xE0B5 0x78A9 # 0 +0xE0B6 0x84C6 # 0 +0xE0B7 0x91CB # 0 +0xE0B8 0x932B # 0 +0xE0B9 0x4ED9 # 0 +0xE0BA 0x50CA # 0 +0xE0BB 0x5148 # 0 +0xE0BC 0x5584 # 0 +0xE0BD 0x5B0B # 0 +0xE0BE 0x5BA3 # 0 +0xE0BF 0x6247 # 0 +0xE0C0 0x657E # 0 +0xE0C1 0x65CB # 0 +0xE0C2 0x6E32 # 0 +0xE0C3 0x717D # 0 +0xE0C4 0x7401 # 0 +0xE0C5 0x7444 # 0 +0xE0C6 0x7487 # 0 +0xE0C7 0x74BF # 0 +0xE0C8 0x766C # 0 +0xE0C9 0x79AA # 0 +0xE0CA 0x7DDA # 0 +0xE0CB 0x7E55 # 0 +0xE0CC 0x7FA8 # 0 +0xE0CD 0x817A # 0 +0xE0CE 0x81B3 # 0 +0xE0CF 0x8239 # 0 +0xE0D0 0x861A # 0 +0xE0D1 0x87EC # 0 +0xE0D2 0x8A75 # 0 +0xE0D3 0x8DE3 # 0 +0xE0D4 0x9078 # 0 +0xE0D5 0x9291 # 0 +0xE0D6 0x9425 # 0 +0xE0D7 0x994D # 0 +0xE0D8 0x9BAE # 0 +0xE0D9 0x5368 # 0 +0xE0DA 0x5C51 # 0 +0xE0DB 0x6954 # 0 +0xE0DC 0x6CC4 # 0 +0xE0DD 0x6D29 # 0 +0xE0DE 0x6E2B # 0 +0xE0DF 0x820C # 0 +0xE0E0 0x859B # 0 +0xE0E1 0x893B # 0 +0xE0E2 0x8A2D # 0 +0xE0E3 0x8AAA # 0 +0xE0E4 0x96EA # 0 +0xE0E5 0x9F67 # 0 +0xE0E6 0x5261 # 0 +0xE0E7 0x66B9 # 0 +0xE0E8 0x6BB2 # 0 +0xE0E9 0x7E96 # 0 +0xE0EA 0x87FE # 0 +0xE0EB 0x8D0D # 0 +0xE0EC 0x9583 # 0 +0xE0ED 0x965D # 0 +0xE0EE 0x651D # 0 +0xE0EF 0x6D89 # 0 +0xE0F0 0x71EE # 0 +0xE0F1 0xF96E # 0 +0xE0F2 0x57CE # 0 +0xE0F3 0x59D3 # 0 +0xE0F4 0x5BAC # 0 +0xE0F5 0x6027 # 0 +0xE0F6 0x60FA # 0 +0xE0F7 0x6210 # 0 +0xE0F8 0x661F # 0 +0xE0F9 0x665F # 0 +0xE0FA 0x7329 # 0 +0xE0FB 0x73F9 # 0 +0xE0FC 0x76DB # 0 +0xE0FD 0x7701 # 0 +0xE0FE 0x7B6C # 0 +0xE1A1 0x8056 # 0 +0xE1A2 0x8072 # 0 +0xE1A3 0x8165 # 0 +0xE1A4 0x8AA0 # 0 +0xE1A5 0x9192 # 0 +0xE1A6 0x4E16 # 0 +0xE1A7 0x52E2 # 0 +0xE1A8 0x6B72 # 0 +0xE1A9 0x6D17 # 0 +0xE1AA 0x7A05 # 0 +0xE1AB 0x7B39 # 0 +0xE1AC 0x7D30 # 0 +0xE1AD 0xF96F # 0 +0xE1AE 0x8CB0 # 0 +0xE1AF 0x53EC # 0 +0xE1B0 0x562F # 0 +0xE1B1 0x5851 # 0 +0xE1B2 0x5BB5 # 0 +0xE1B3 0x5C0F # 0 +0xE1B4 0x5C11 # 0 +0xE1B5 0x5DE2 # 0 +0xE1B6 0x6240 # 0 +0xE1B7 0x6383 # 0 +0xE1B8 0x6414 # 0 +0xE1B9 0x662D # 0 +0xE1BA 0x68B3 # 0 +0xE1BB 0x6CBC # 0 +0xE1BC 0x6D88 # 0 +0xE1BD 0x6EAF # 0 +0xE1BE 0x701F # 0 +0xE1BF 0x70A4 # 0 +0xE1C0 0x71D2 # 0 +0xE1C1 0x7526 # 0 +0xE1C2 0x758F # 0 +0xE1C3 0x758E # 0 +0xE1C4 0x7619 # 0 +0xE1C5 0x7B11 # 0 +0xE1C6 0x7BE0 # 0 +0xE1C7 0x7C2B # 0 +0xE1C8 0x7D20 # 0 +0xE1C9 0x7D39 # 0 +0xE1CA 0x852C # 0 +0xE1CB 0x856D # 0 +0xE1CC 0x8607 # 0 +0xE1CD 0x8A34 # 0 +0xE1CE 0x900D # 0 +0xE1CF 0x9061 # 0 +0xE1D0 0x90B5 # 0 +0xE1D1 0x92B7 # 0 +0xE1D2 0x97F6 # 0 +0xE1D3 0x9A37 # 0 +0xE1D4 0x4FD7 # 0 +0xE1D5 0x5C6C # 0 +0xE1D6 0x675F # 0 +0xE1D7 0x6D91 # 0 +0xE1D8 0x7C9F # 0 +0xE1D9 0x7E8C # 0 +0xE1DA 0x8B16 # 0 +0xE1DB 0x8D16 # 0 +0xE1DC 0x901F # 0 +0xE1DD 0x5B6B # 0 +0xE1DE 0x5DFD # 0 +0xE1DF 0x640D # 0 +0xE1E0 0x84C0 # 0 +0xE1E1 0x905C # 0 +0xE1E2 0x98E1 # 0 +0xE1E3 0x7387 # 0 +0xE1E4 0x5B8B # 0 +0xE1E5 0x609A # 0 +0xE1E6 0x677E # 0 +0xE1E7 0x6DDE # 0 +0xE1E8 0x8A1F # 0 +0xE1E9 0x8AA6 # 0 +0xE1EA 0x9001 # 0 +0xE1EB 0x980C # 0 +0xE1EC 0x5237 # 0 +0xE1ED 0xF970 # 0 +0xE1EE 0x7051 # 0 +0xE1EF 0x788E # 0 +0xE1F0 0x9396 # 0 +0xE1F1 0x8870 # 0 +0xE1F2 0x91D7 # 0 +0xE1F3 0x4FEE # 0 +0xE1F4 0x53D7 # 0 +0xE1F5 0x55FD # 0 +0xE1F6 0x56DA # 0 +0xE1F7 0x5782 # 0 +0xE1F8 0x58FD # 0 +0xE1F9 0x5AC2 # 0 +0xE1FA 0x5B88 # 0 +0xE1FB 0x5CAB # 0 +0xE1FC 0x5CC0 # 0 +0xE1FD 0x5E25 # 0 +0xE1FE 0x6101 # 0 +0xE2A1 0x620D # 0 +0xE2A2 0x624B # 0 +0xE2A3 0x6388 # 0 +0xE2A4 0x641C # 0 +0xE2A5 0x6536 # 0 +0xE2A6 0x6578 # 0 +0xE2A7 0x6A39 # 0 +0xE2A8 0x6B8A # 0 +0xE2A9 0x6C34 # 0 +0xE2AA 0x6D19 # 0 +0xE2AB 0x6F31 # 0 +0xE2AC 0x71E7 # 0 +0xE2AD 0x72E9 # 0 +0xE2AE 0x7378 # 0 +0xE2AF 0x7407 # 0 +0xE2B0 0x74B2 # 0 +0xE2B1 0x7626 # 0 +0xE2B2 0x7761 # 0 +0xE2B3 0x79C0 # 0 +0xE2B4 0x7A57 # 0 +0xE2B5 0x7AEA # 0 +0xE2B6 0x7CB9 # 0 +0xE2B7 0x7D8F # 0 +0xE2B8 0x7DAC # 0 +0xE2B9 0x7E61 # 0 +0xE2BA 0x7F9E # 0 +0xE2BB 0x8129 # 0 +0xE2BC 0x8331 # 0 +0xE2BD 0x8490 # 0 +0xE2BE 0x84DA # 0 +0xE2BF 0x85EA # 0 +0xE2C0 0x8896 # 0 +0xE2C1 0x8AB0 # 0 +0xE2C2 0x8B90 # 0 +0xE2C3 0x8F38 # 0 +0xE2C4 0x9042 # 0 +0xE2C5 0x9083 # 0 +0xE2C6 0x916C # 0 +0xE2C7 0x9296 # 0 +0xE2C8 0x92B9 # 0 +0xE2C9 0x968B # 0 +0xE2CA 0x96A7 # 0 +0xE2CB 0x96A8 # 0 +0xE2CC 0x96D6 # 0 +0xE2CD 0x9700 # 0 +0xE2CE 0x9808 # 0 +0xE2CF 0x9996 # 0 +0xE2D0 0x9AD3 # 0 +0xE2D1 0x9B1A # 0 +0xE2D2 0x53D4 # 0 +0xE2D3 0x587E # 0 +0xE2D4 0x5919 # 0 +0xE2D5 0x5B70 # 0 +0xE2D6 0x5BBF # 0 +0xE2D7 0x6DD1 # 0 +0xE2D8 0x6F5A # 0 +0xE2D9 0x719F # 0 +0xE2DA 0x7421 # 0 +0xE2DB 0x74B9 # 0 +0xE2DC 0x8085 # 0 +0xE2DD 0x83FD # 0 +0xE2DE 0x5DE1 # 0 +0xE2DF 0x5F87 # 0 +0xE2E0 0x5FAA # 0 +0xE2E1 0x6042 # 0 +0xE2E2 0x65EC # 0 +0xE2E3 0x6812 # 0 +0xE2E4 0x696F # 0 +0xE2E5 0x6A53 # 0 +0xE2E6 0x6B89 # 0 +0xE2E7 0x6D35 # 0 +0xE2E8 0x6DF3 # 0 +0xE2E9 0x73E3 # 0 +0xE2EA 0x76FE # 0 +0xE2EB 0x77AC # 0 +0xE2EC 0x7B4D # 0 +0xE2ED 0x7D14 # 0 +0xE2EE 0x8123 # 0 +0xE2EF 0x821C # 0 +0xE2F0 0x8340 # 0 +0xE2F1 0x84F4 # 0 +0xE2F2 0x8563 # 0 +0xE2F3 0x8A62 # 0 +0xE2F4 0x8AC4 # 0 +0xE2F5 0x9187 # 0 +0xE2F6 0x931E # 0 +0xE2F7 0x9806 # 0 +0xE2F8 0x99B4 # 0 +0xE2F9 0x620C # 0 +0xE2FA 0x8853 # 0 +0xE2FB 0x8FF0 # 0 +0xE2FC 0x9265 # 0 +0xE2FD 0x5D07 # 0 +0xE2FE 0x5D27 # 0 +0xE3A1 0x5D69 # 0 +0xE3A2 0x745F # 0 +0xE3A3 0x819D # 0 +0xE3A4 0x8768 # 0 +0xE3A5 0x6FD5 # 0 +0xE3A6 0x62FE # 0 +0xE3A7 0x7FD2 # 0 +0xE3A8 0x8936 # 0 +0xE3A9 0x8972 # 0 +0xE3AA 0x4E1E # 0 +0xE3AB 0x4E58 # 0 +0xE3AC 0x50E7 # 0 +0xE3AD 0x52DD # 0 +0xE3AE 0x5347 # 0 +0xE3AF 0x627F # 0 +0xE3B0 0x6607 # 0 +0xE3B1 0x7E69 # 0 +0xE3B2 0x8805 # 0 +0xE3B3 0x965E # 0 +0xE3B4 0x4F8D # 0 +0xE3B5 0x5319 # 0 +0xE3B6 0x5636 # 0 +0xE3B7 0x59CB # 0 +0xE3B8 0x5AA4 # 0 +0xE3B9 0x5C38 # 0 +0xE3BA 0x5C4E # 0 +0xE3BB 0x5C4D # 0 +0xE3BC 0x5E02 # 0 +0xE3BD 0x5F11 # 0 +0xE3BE 0x6043 # 0 +0xE3BF 0x65BD # 0 +0xE3C0 0x662F # 0 +0xE3C1 0x6642 # 0 +0xE3C2 0x67BE # 0 +0xE3C3 0x67F4 # 0 +0xE3C4 0x731C # 0 +0xE3C5 0x77E2 # 0 +0xE3C6 0x793A # 0 +0xE3C7 0x7FC5 # 0 +0xE3C8 0x8494 # 0 +0xE3C9 0x84CD # 0 +0xE3CA 0x8996 # 0 +0xE3CB 0x8A66 # 0 +0xE3CC 0x8A69 # 0 +0xE3CD 0x8AE1 # 0 +0xE3CE 0x8C55 # 0 +0xE3CF 0x8C7A # 0 +0xE3D0 0x57F4 # 0 +0xE3D1 0x5BD4 # 0 +0xE3D2 0x5F0F # 0 +0xE3D3 0x606F # 0 +0xE3D4 0x62ED # 0 +0xE3D5 0x690D # 0 +0xE3D6 0x6B96 # 0 +0xE3D7 0x6E5C # 0 +0xE3D8 0x7184 # 0 +0xE3D9 0x7BD2 # 0 +0xE3DA 0x8755 # 0 +0xE3DB 0x8B58 # 0 +0xE3DC 0x8EFE # 0 +0xE3DD 0x98DF # 0 +0xE3DE 0x98FE # 0 +0xE3DF 0x4F38 # 0 +0xE3E0 0x4F81 # 0 +0xE3E1 0x4FE1 # 0 +0xE3E2 0x547B # 0 +0xE3E3 0x5A20 # 0 +0xE3E4 0x5BB8 # 0 +0xE3E5 0x613C # 0 +0xE3E6 0x65B0 # 0 +0xE3E7 0x6668 # 0 +0xE3E8 0x71FC # 0 +0xE3E9 0x7533 # 0 +0xE3EA 0x795E # 0 +0xE3EB 0x7D33 # 0 +0xE3EC 0x814E # 0 +0xE3ED 0x81E3 # 0 +0xE3EE 0x8398 # 0 +0xE3EF 0x85AA # 0 +0xE3F0 0x85CE # 0 +0xE3F1 0x8703 # 0 +0xE3F2 0x8A0A # 0 +0xE3F3 0x8EAB # 0 +0xE3F4 0x8F9B # 0 +0xE3F5 0xF971 # 0 +0xE3F6 0x8FC5 # 0 +0xE3F7 0x5931 # 0 +0xE3F8 0x5BA4 # 0 +0xE3F9 0x5BE6 # 0 +0xE3FA 0x6089 # 0 +0xE3FB 0x5BE9 # 0 +0xE3FC 0x5C0B # 0 +0xE3FD 0x5FC3 # 0 +0xE3FE 0x6C81 # 0 +0xE4A1 0xF972 # 0 +0xE4A2 0x6DF1 # 0 +0xE4A3 0x700B # 0 +0xE4A4 0x751A # 0 +0xE4A5 0x82AF # 0 +0xE4A6 0x8AF6 # 0 +0xE4A7 0x4EC0 # 0 +0xE4A8 0x5341 # 0 +0xE4A9 0xF973 # 0 +0xE4AA 0x96D9 # 0 +0xE4AB 0x6C0F # 0 +0xE4AC 0x4E9E # 0 +0xE4AD 0x4FC4 # 0 +0xE4AE 0x5152 # 0 +0xE4AF 0x555E # 0 +0xE4B0 0x5A25 # 0 +0xE4B1 0x5CE8 # 0 +0xE4B2 0x6211 # 0 +0xE4B3 0x7259 # 0 +0xE4B4 0x82BD # 0 +0xE4B5 0x83AA # 0 +0xE4B6 0x86FE # 0 +0xE4B7 0x8859 # 0 +0xE4B8 0x8A1D # 0 +0xE4B9 0x963F # 0 +0xE4BA 0x96C5 # 0 +0xE4BB 0x9913 # 0 +0xE4BC 0x9D09 # 0 +0xE4BD 0x9D5D # 0 +0xE4BE 0x580A # 0 +0xE4BF 0x5CB3 # 0 +0xE4C0 0x5DBD # 0 +0xE4C1 0x5E44 # 0 +0xE4C2 0x60E1 # 0 +0xE4C3 0x6115 # 0 +0xE4C4 0x63E1 # 0 +0xE4C5 0x6A02 # 0 +0xE4C6 0x6E25 # 0 +0xE4C7 0x9102 # 0 +0xE4C8 0x9354 # 0 +0xE4C9 0x984E # 0 +0xE4CA 0x9C10 # 0 +0xE4CB 0x9F77 # 0 +0xE4CC 0x5B89 # 0 +0xE4CD 0x5CB8 # 0 +0xE4CE 0x6309 # 0 +0xE4CF 0x664F # 0 +0xE4D0 0x6848 # 0 +0xE4D1 0x773C # 0 +0xE4D2 0x96C1 # 0 +0xE4D3 0x978D # 0 +0xE4D4 0x9854 # 0 +0xE4D5 0x9B9F # 0 +0xE4D6 0x65A1 # 0 +0xE4D7 0x8B01 # 0 +0xE4D8 0x8ECB # 0 +0xE4D9 0x95BC # 0 +0xE4DA 0x5535 # 0 +0xE4DB 0x5CA9 # 0 +0xE4DC 0x5DD6 # 0 +0xE4DD 0x5EB5 # 0 +0xE4DE 0x6697 # 0 +0xE4DF 0x764C # 0 +0xE4E0 0x83F4 # 0 +0xE4E1 0x95C7 # 0 +0xE4E2 0x58D3 # 0 +0xE4E3 0x62BC # 0 +0xE4E4 0x72CE # 0 +0xE4E5 0x9D28 # 0 +0xE4E6 0x4EF0 # 0 +0xE4E7 0x592E # 0 +0xE4E8 0x600F # 0 +0xE4E9 0x663B # 0 +0xE4EA 0x6B83 # 0 +0xE4EB 0x79E7 # 0 +0xE4EC 0x9D26 # 0 +0xE4ED 0x5393 # 0 +0xE4EE 0x54C0 # 0 +0xE4EF 0x57C3 # 0 +0xE4F0 0x5D16 # 0 +0xE4F1 0x611B # 0 +0xE4F2 0x66D6 # 0 +0xE4F3 0x6DAF # 0 +0xE4F4 0x788D # 0 +0xE4F5 0x827E # 0 +0xE4F6 0x9698 # 0 +0xE4F7 0x9744 # 0 +0xE4F8 0x5384 # 0 +0xE4F9 0x627C # 0 +0xE4FA 0x6396 # 0 +0xE4FB 0x6DB2 # 0 +0xE4FC 0x7E0A # 0 +0xE4FD 0x814B # 0 +0xE4FE 0x984D # 0 +0xE5A1 0x6AFB # 0 +0xE5A2 0x7F4C # 0 +0xE5A3 0x9DAF # 0 +0xE5A4 0x9E1A # 0 +0xE5A5 0x4E5F # 0 +0xE5A6 0x503B # 0 +0xE5A7 0x51B6 # 0 +0xE5A8 0x591C # 0 +0xE5A9 0x60F9 # 0 +0xE5AA 0x63F6 # 0 +0xE5AB 0x6930 # 0 +0xE5AC 0x723A # 0 +0xE5AD 0x8036 # 0 +0xE5AE 0xF974 # 0 +0xE5AF 0x91CE # 0 +0xE5B0 0x5F31 # 0 +0xE5B1 0xF975 # 0 +0xE5B2 0xF976 # 0 +0xE5B3 0x7D04 # 0 +0xE5B4 0x82E5 # 0 +0xE5B5 0x846F # 0 +0xE5B6 0x84BB # 0 +0xE5B7 0x85E5 # 0 +0xE5B8 0x8E8D # 0 +0xE5B9 0xF977 # 0 +0xE5BA 0x4F6F # 0 +0xE5BB 0xF978 # 0 +0xE5BC 0xF979 # 0 +0xE5BD 0x58E4 # 0 +0xE5BE 0x5B43 # 0 +0xE5BF 0x6059 # 0 +0xE5C0 0x63DA # 0 +0xE5C1 0x6518 # 0 +0xE5C2 0x656D # 0 +0xE5C3 0x6698 # 0 +0xE5C4 0xF97A # 0 +0xE5C5 0x694A # 0 +0xE5C6 0x6A23 # 0 +0xE5C7 0x6D0B # 0 +0xE5C8 0x7001 # 0 +0xE5C9 0x716C # 0 +0xE5CA 0x75D2 # 0 +0xE5CB 0x760D # 0 +0xE5CC 0x79B3 # 0 +0xE5CD 0x7A70 # 0 +0xE5CE 0xF97B # 0 +0xE5CF 0x7F8A # 0 +0xE5D0 0xF97C # 0 +0xE5D1 0x8944 # 0 +0xE5D2 0xF97D # 0 +0xE5D3 0x8B93 # 0 +0xE5D4 0x91C0 # 0 +0xE5D5 0x967D # 0 +0xE5D6 0xF97E # 0 +0xE5D7 0x990A # 0 +0xE5D8 0x5704 # 0 +0xE5D9 0x5FA1 # 0 +0xE5DA 0x65BC # 0 +0xE5DB 0x6F01 # 0 +0xE5DC 0x7600 # 0 +0xE5DD 0x79A6 # 0 +0xE5DE 0x8A9E # 0 +0xE5DF 0x99AD # 0 +0xE5E0 0x9B5A # 0 +0xE5E1 0x9F6C # 0 +0xE5E2 0x5104 # 0 +0xE5E3 0x61B6 # 0 +0xE5E4 0x6291 # 0 +0xE5E5 0x6A8D # 0 +0xE5E6 0x81C6 # 0 +0xE5E7 0x5043 # 0 +0xE5E8 0x5830 # 0 +0xE5E9 0x5F66 # 0 +0xE5EA 0x7109 # 0 +0xE5EB 0x8A00 # 0 +0xE5EC 0x8AFA # 0 +0xE5ED 0x5B7C # 0 +0xE5EE 0x8616 # 0 +0xE5EF 0x4FFA # 0 +0xE5F0 0x513C # 0 +0xE5F1 0x56B4 # 0 +0xE5F2 0x5944 # 0 +0xE5F3 0x63A9 # 0 +0xE5F4 0x6DF9 # 0 +0xE5F5 0x5DAA # 0 +0xE5F6 0x696D # 0 +0xE5F7 0x5186 # 0 +0xE5F8 0x4E88 # 0 +0xE5F9 0x4F59 # 0 +0xE5FA 0xF97F # 0 +0xE5FB 0xF980 # 0 +0xE5FC 0xF981 # 0 +0xE5FD 0x5982 # 0 +0xE5FE 0xF982 # 0 +0xE6A1 0xF983 # 0 +0xE6A2 0x6B5F # 0 +0xE6A3 0x6C5D # 0 +0xE6A4 0xF984 # 0 +0xE6A5 0x74B5 # 0 +0xE6A6 0x7916 # 0 +0xE6A7 0xF985 # 0 +0xE6A8 0x8207 # 0 +0xE6A9 0x8245 # 0 +0xE6AA 0x8339 # 0 +0xE6AB 0x8F3F # 0 +0xE6AC 0x8F5D # 0 +0xE6AD 0xF986 # 0 +0xE6AE 0x9918 # 0 +0xE6AF 0xF987 # 0 +0xE6B0 0xF988 # 0 +0xE6B1 0xF989 # 0 +0xE6B2 0x4EA6 # 0 +0xE6B3 0xF98A # 0 +0xE6B4 0x57DF # 0 +0xE6B5 0x5F79 # 0 +0xE6B6 0x6613 # 0 +0xE6B7 0xF98B # 0 +0xE6B8 0xF98C # 0 +0xE6B9 0x75AB # 0 +0xE6BA 0x7E79 # 0 +0xE6BB 0x8B6F # 0 +0xE6BC 0xF98D # 0 +0xE6BD 0x9006 # 0 +0xE6BE 0x9A5B # 0 +0xE6BF 0x56A5 # 0 +0xE6C0 0x5827 # 0 +0xE6C1 0x59F8 # 0 +0xE6C2 0x5A1F # 0 +0xE6C3 0x5BB4 # 0 +0xE6C4 0xF98E # 0 +0xE6C5 0x5EF6 # 0 +0xE6C6 0xF98F # 0 +0xE6C7 0xF990 # 0 +0xE6C8 0x6350 # 0 +0xE6C9 0x633B # 0 +0xE6CA 0xF991 # 0 +0xE6CB 0x693D # 0 +0xE6CC 0x6C87 # 0 +0xE6CD 0x6CBF # 0 +0xE6CE 0x6D8E # 0 +0xE6CF 0x6D93 # 0 +0xE6D0 0x6DF5 # 0 +0xE6D1 0x6F14 # 0 +0xE6D2 0xF992 # 0 +0xE6D3 0x70DF # 0 +0xE6D4 0x7136 # 0 +0xE6D5 0x7159 # 0 +0xE6D6 0xF993 # 0 +0xE6D7 0x71C3 # 0 +0xE6D8 0x71D5 # 0 +0xE6D9 0xF994 # 0 +0xE6DA 0x784F # 0 +0xE6DB 0x786F # 0 +0xE6DC 0xF995 # 0 +0xE6DD 0x7B75 # 0 +0xE6DE 0x7DE3 # 0 +0xE6DF 0xF996 # 0 +0xE6E0 0x7E2F # 0 +0xE6E1 0xF997 # 0 +0xE6E2 0x884D # 0 +0xE6E3 0x8EDF # 0 +0xE6E4 0xF998 # 0 +0xE6E5 0xF999 # 0 +0xE6E6 0xF99A # 0 +0xE6E7 0x925B # 0 +0xE6E8 0xF99B # 0 +0xE6E9 0x9CF6 # 0 +0xE6EA 0xF99C # 0 +0xE6EB 0xF99D # 0 +0xE6EC 0xF99E # 0 +0xE6ED 0x6085 # 0 +0xE6EE 0x6D85 # 0 +0xE6EF 0xF99F # 0 +0xE6F0 0x71B1 # 0 +0xE6F1 0xF9A0 # 0 +0xE6F2 0xF9A1 # 0 +0xE6F3 0x95B1 # 0 +0xE6F4 0x53AD # 0 +0xE6F5 0xF9A2 # 0 +0xE6F6 0xF9A3 # 0 +0xE6F7 0xF9A4 # 0 +0xE6F8 0x67D3 # 0 +0xE6F9 0xF9A5 # 0 +0xE6FA 0x708E # 0 +0xE6FB 0x7130 # 0 +0xE6FC 0x7430 # 0 +0xE6FD 0x8276 # 0 +0xE6FE 0x82D2 # 0 +0xE7A1 0xF9A6 # 0 +0xE7A2 0x95BB # 0 +0xE7A3 0x9AE5 # 0 +0xE7A4 0x9E7D # 0 +0xE7A5 0x66C4 # 0 +0xE7A6 0xF9A7 # 0 +0xE7A7 0x71C1 # 0 +0xE7A8 0x8449 # 0 +0xE7A9 0xF9A8 # 0 +0xE7AA 0xF9A9 # 0 +0xE7AB 0x584B # 0 +0xE7AC 0xF9AA # 0 +0xE7AD 0xF9AB # 0 +0xE7AE 0x5DB8 # 0 +0xE7AF 0x5F71 # 0 +0xE7B0 0xF9AC # 0 +0xE7B1 0x6620 # 0 +0xE7B2 0x668E # 0 +0xE7B3 0x6979 # 0 +0xE7B4 0x69AE # 0 +0xE7B5 0x6C38 # 0 +0xE7B6 0x6CF3 # 0 +0xE7B7 0x6E36 # 0 +0xE7B8 0x6F41 # 0 +0xE7B9 0x6FDA # 0 +0xE7BA 0x701B # 0 +0xE7BB 0x702F # 0 +0xE7BC 0x7150 # 0 +0xE7BD 0x71DF # 0 +0xE7BE 0x7370 # 0 +0xE7BF 0xF9AD # 0 +0xE7C0 0x745B # 0 +0xE7C1 0xF9AE # 0 +0xE7C2 0x74D4 # 0 +0xE7C3 0x76C8 # 0 +0xE7C4 0x7A4E # 0 +0xE7C5 0x7E93 # 0 +0xE7C6 0xF9AF # 0 +0xE7C7 0xF9B0 # 0 +0xE7C8 0x82F1 # 0 +0xE7C9 0x8A60 # 0 +0xE7CA 0x8FCE # 0 +0xE7CB 0xF9B1 # 0 +0xE7CC 0x9348 # 0 +0xE7CD 0xF9B2 # 0 +0xE7CE 0x9719 # 0 +0xE7CF 0xF9B3 # 0 +0xE7D0 0xF9B4 # 0 +0xE7D1 0x4E42 # 0 +0xE7D2 0x502A # 0 +0xE7D3 0xF9B5 # 0 +0xE7D4 0x5208 # 0 +0xE7D5 0x53E1 # 0 +0xE7D6 0x66F3 # 0 +0xE7D7 0x6C6D # 0 +0xE7D8 0x6FCA # 0 +0xE7D9 0x730A # 0 +0xE7DA 0x777F # 0 +0xE7DB 0x7A62 # 0 +0xE7DC 0x82AE # 0 +0xE7DD 0x85DD # 0 +0xE7DE 0x8602 # 0 +0xE7DF 0xF9B6 # 0 +0xE7E0 0x88D4 # 0 +0xE7E1 0x8A63 # 0 +0xE7E2 0x8B7D # 0 +0xE7E3 0x8C6B # 0 +0xE7E4 0xF9B7 # 0 +0xE7E5 0x92B3 # 0 +0xE7E6 0xF9B8 # 0 +0xE7E7 0x9713 # 0 +0xE7E8 0x9810 # 0 +0xE7E9 0x4E94 # 0 +0xE7EA 0x4F0D # 0 +0xE7EB 0x4FC9 # 0 +0xE7EC 0x50B2 # 0 +0xE7ED 0x5348 # 0 +0xE7EE 0x543E # 0 +0xE7EF 0x5433 # 0 +0xE7F0 0x55DA # 0 +0xE7F1 0x5862 # 0 +0xE7F2 0x58BA # 0 +0xE7F3 0x5967 # 0 +0xE7F4 0x5A1B # 0 +0xE7F5 0x5BE4 # 0 +0xE7F6 0x609F # 0 +0xE7F7 0xF9B9 # 0 +0xE7F8 0x61CA # 0 +0xE7F9 0x6556 # 0 +0xE7FA 0x65FF # 0 +0xE7FB 0x6664 # 0 +0xE7FC 0x68A7 # 0 +0xE7FD 0x6C5A # 0 +0xE7FE 0x6FB3 # 0 +0xE8A1 0x70CF # 0 +0xE8A2 0x71AC # 0 +0xE8A3 0x7352 # 0 +0xE8A4 0x7B7D # 0 +0xE8A5 0x8708 # 0 +0xE8A6 0x8AA4 # 0 +0xE8A7 0x9C32 # 0 +0xE8A8 0x9F07 # 0 +0xE8A9 0x5C4B # 0 +0xE8AA 0x6C83 # 0 +0xE8AB 0x7344 # 0 +0xE8AC 0x7389 # 0 +0xE8AD 0x923A # 0 +0xE8AE 0x6EAB # 0 +0xE8AF 0x7465 # 0 +0xE8B0 0x761F # 0 +0xE8B1 0x7A69 # 0 +0xE8B2 0x7E15 # 0 +0xE8B3 0x860A # 0 +0xE8B4 0x5140 # 0 +0xE8B5 0x58C5 # 0 +0xE8B6 0x64C1 # 0 +0xE8B7 0x74EE # 0 +0xE8B8 0x7515 # 0 +0xE8B9 0x7670 # 0 +0xE8BA 0x7FC1 # 0 +0xE8BB 0x9095 # 0 +0xE8BC 0x96CD # 0 +0xE8BD 0x9954 # 0 +0xE8BE 0x6E26 # 0 +0xE8BF 0x74E6 # 0 +0xE8C0 0x7AA9 # 0 +0xE8C1 0x7AAA # 0 +0xE8C2 0x81E5 # 0 +0xE8C3 0x86D9 # 0 +0xE8C4 0x8778 # 0 +0xE8C5 0x8A1B # 0 +0xE8C6 0x5A49 # 0 +0xE8C7 0x5B8C # 0 +0xE8C8 0x5B9B # 0 +0xE8C9 0x68A1 # 0 +0xE8CA 0x6900 # 0 +0xE8CB 0x6D63 # 0 +0xE8CC 0x73A9 # 0 +0xE8CD 0x7413 # 0 +0xE8CE 0x742C # 0 +0xE8CF 0x7897 # 0 +0xE8D0 0x7DE9 # 0 +0xE8D1 0x7FEB # 0 +0xE8D2 0x8118 # 0 +0xE8D3 0x8155 # 0 +0xE8D4 0x839E # 0 +0xE8D5 0x8C4C # 0 +0xE8D6 0x962E # 0 +0xE8D7 0x9811 # 0 +0xE8D8 0x66F0 # 0 +0xE8D9 0x5F80 # 0 +0xE8DA 0x65FA # 0 +0xE8DB 0x6789 # 0 +0xE8DC 0x6C6A # 0 +0xE8DD 0x738B # 0 +0xE8DE 0x502D # 0 +0xE8DF 0x5A03 # 0 +0xE8E0 0x6B6A # 0 +0xE8E1 0x77EE # 0 +0xE8E2 0x5916 # 0 +0xE8E3 0x5D6C # 0 +0xE8E4 0x5DCD # 0 +0xE8E5 0x7325 # 0 +0xE8E6 0x754F # 0 +0xE8E7 0xF9BA # 0 +0xE8E8 0xF9BB # 0 +0xE8E9 0x50E5 # 0 +0xE8EA 0x51F9 # 0 +0xE8EB 0x582F # 0 +0xE8EC 0x592D # 0 +0xE8ED 0x5996 # 0 +0xE8EE 0x59DA # 0 +0xE8EF 0x5BE5 # 0 +0xE8F0 0xF9BC # 0 +0xE8F1 0xF9BD # 0 +0xE8F2 0x5DA2 # 0 +0xE8F3 0x62D7 # 0 +0xE8F4 0x6416 # 0 +0xE8F5 0x6493 # 0 +0xE8F6 0x64FE # 0 +0xE8F7 0xF9BE # 0 +0xE8F8 0x66DC # 0 +0xE8F9 0xF9BF # 0 +0xE8FA 0x6A48 # 0 +0xE8FB 0xF9C0 # 0 +0xE8FC 0x71FF # 0 +0xE8FD 0x7464 # 0 +0xE8FE 0xF9C1 # 0 +0xE9A1 0x7A88 # 0 +0xE9A2 0x7AAF # 0 +0xE9A3 0x7E47 # 0 +0xE9A4 0x7E5E # 0 +0xE9A5 0x8000 # 0 +0xE9A6 0x8170 # 0 +0xE9A7 0xF9C2 # 0 +0xE9A8 0x87EF # 0 +0xE9A9 0x8981 # 0 +0xE9AA 0x8B20 # 0 +0xE9AB 0x9059 # 0 +0xE9AC 0xF9C3 # 0 +0xE9AD 0x9080 # 0 +0xE9AE 0x9952 # 0 +0xE9AF 0x617E # 0 +0xE9B0 0x6B32 # 0 +0xE9B1 0x6D74 # 0 +0xE9B2 0x7E1F # 0 +0xE9B3 0x8925 # 0 +0xE9B4 0x8FB1 # 0 +0xE9B5 0x4FD1 # 0 +0xE9B6 0x50AD # 0 +0xE9B7 0x5197 # 0 +0xE9B8 0x52C7 # 0 +0xE9B9 0x57C7 # 0 +0xE9BA 0x5889 # 0 +0xE9BB 0x5BB9 # 0 +0xE9BC 0x5EB8 # 0 +0xE9BD 0x6142 # 0 +0xE9BE 0x6995 # 0 +0xE9BF 0x6D8C # 0 +0xE9C0 0x6E67 # 0 +0xE9C1 0x6EB6 # 0 +0xE9C2 0x7194 # 0 +0xE9C3 0x7462 # 0 +0xE9C4 0x7528 # 0 +0xE9C5 0x752C # 0 +0xE9C6 0x8073 # 0 +0xE9C7 0x8338 # 0 +0xE9C8 0x84C9 # 0 +0xE9C9 0x8E0A # 0 +0xE9CA 0x9394 # 0 +0xE9CB 0x93DE # 0 +0xE9CC 0xF9C4 # 0 +0xE9CD 0x4E8E # 0 +0xE9CE 0x4F51 # 0 +0xE9CF 0x5076 # 0 +0xE9D0 0x512A # 0 +0xE9D1 0x53C8 # 0 +0xE9D2 0x53CB # 0 +0xE9D3 0x53F3 # 0 +0xE9D4 0x5B87 # 0 +0xE9D5 0x5BD3 # 0 +0xE9D6 0x5C24 # 0 +0xE9D7 0x611A # 0 +0xE9D8 0x6182 # 0 +0xE9D9 0x65F4 # 0 +0xE9DA 0x725B # 0 +0xE9DB 0x7397 # 0 +0xE9DC 0x7440 # 0 +0xE9DD 0x76C2 # 0 +0xE9DE 0x7950 # 0 +0xE9DF 0x7991 # 0 +0xE9E0 0x79B9 # 0 +0xE9E1 0x7D06 # 0 +0xE9E2 0x7FBD # 0 +0xE9E3 0x828B # 0 +0xE9E4 0x85D5 # 0 +0xE9E5 0x865E # 0 +0xE9E6 0x8FC2 # 0 +0xE9E7 0x9047 # 0 +0xE9E8 0x90F5 # 0 +0xE9E9 0x91EA # 0 +0xE9EA 0x9685 # 0 +0xE9EB 0x96E8 # 0 +0xE9EC 0x96E9 # 0 +0xE9ED 0x52D6 # 0 +0xE9EE 0x5F67 # 0 +0xE9EF 0x65ED # 0 +0xE9F0 0x6631 # 0 +0xE9F1 0x682F # 0 +0xE9F2 0x715C # 0 +0xE9F3 0x7A36 # 0 +0xE9F4 0x90C1 # 0 +0xE9F5 0x980A # 0 +0xE9F6 0x4E91 # 0 +0xE9F7 0xF9C5 # 0 +0xE9F8 0x6A52 # 0 +0xE9F9 0x6B9E # 0 +0xE9FA 0x6F90 # 0 +0xE9FB 0x7189 # 0 +0xE9FC 0x8018 # 0 +0xE9FD 0x82B8 # 0 +0xE9FE 0x8553 # 0 +0xEAA1 0x904B # 0 +0xEAA2 0x9695 # 0 +0xEAA3 0x96F2 # 0 +0xEAA4 0x97FB # 0 +0xEAA5 0x851A # 0 +0xEAA6 0x9B31 # 0 +0xEAA7 0x4E90 # 0 +0xEAA8 0x718A # 0 +0xEAA9 0x96C4 # 0 +0xEAAA 0x5143 # 0 +0xEAAB 0x539F # 0 +0xEAAC 0x54E1 # 0 +0xEAAD 0x5713 # 0 +0xEAAE 0x5712 # 0 +0xEAAF 0x57A3 # 0 +0xEAB0 0x5A9B # 0 +0xEAB1 0x5AC4 # 0 +0xEAB2 0x5BC3 # 0 +0xEAB3 0x6028 # 0 +0xEAB4 0x613F # 0 +0xEAB5 0x63F4 # 0 +0xEAB6 0x6C85 # 0 +0xEAB7 0x6D39 # 0 +0xEAB8 0x6E72 # 0 +0xEAB9 0x6E90 # 0 +0xEABA 0x7230 # 0 +0xEABB 0x733F # 0 +0xEABC 0x7457 # 0 +0xEABD 0x82D1 # 0 +0xEABE 0x8881 # 0 +0xEABF 0x8F45 # 0 +0xEAC0 0x9060 # 0 +0xEAC1 0xF9C6 # 0 +0xEAC2 0x9662 # 0 +0xEAC3 0x9858 # 0 +0xEAC4 0x9D1B # 0 +0xEAC5 0x6708 # 0 +0xEAC6 0x8D8A # 0 +0xEAC7 0x925E # 0 +0xEAC8 0x4F4D # 0 +0xEAC9 0x5049 # 0 +0xEACA 0x50DE # 0 +0xEACB 0x5371 # 0 +0xEACC 0x570D # 0 +0xEACD 0x59D4 # 0 +0xEACE 0x5A01 # 0 +0xEACF 0x5C09 # 0 +0xEAD0 0x6170 # 0 +0xEAD1 0x6690 # 0 +0xEAD2 0x6E2D # 0 +0xEAD3 0x7232 # 0 +0xEAD4 0x744B # 0 +0xEAD5 0x7DEF # 0 +0xEAD6 0x80C3 # 0 +0xEAD7 0x840E # 0 +0xEAD8 0x8466 # 0 +0xEAD9 0x853F # 0 +0xEADA 0x875F # 0 +0xEADB 0x885B # 0 +0xEADC 0x8918 # 0 +0xEADD 0x8B02 # 0 +0xEADE 0x9055 # 0 +0xEADF 0x97CB # 0 +0xEAE0 0x9B4F # 0 +0xEAE1 0x4E73 # 0 +0xEAE2 0x4F91 # 0 +0xEAE3 0x5112 # 0 +0xEAE4 0x516A # 0 +0xEAE5 0xF9C7 # 0 +0xEAE6 0x552F # 0 +0xEAE7 0x55A9 # 0 +0xEAE8 0x5B7A # 0 +0xEAE9 0x5BA5 # 0 +0xEAEA 0x5E7C # 0 +0xEAEB 0x5E7D # 0 +0xEAEC 0x5EBE # 0 +0xEAED 0x60A0 # 0 +0xEAEE 0x60DF # 0 +0xEAEF 0x6108 # 0 +0xEAF0 0x6109 # 0 +0xEAF1 0x63C4 # 0 +0xEAF2 0x6538 # 0 +0xEAF3 0x6709 # 0 +0xEAF4 0xF9C8 # 0 +0xEAF5 0x67D4 # 0 +0xEAF6 0x67DA # 0 +0xEAF7 0xF9C9 # 0 +0xEAF8 0x6961 # 0 +0xEAF9 0x6962 # 0 +0xEAFA 0x6CB9 # 0 +0xEAFB 0x6D27 # 0 +0xEAFC 0xF9CA # 0 +0xEAFD 0x6E38 # 0 +0xEAFE 0xF9CB # 0 +0xEBA1 0x6FE1 # 0 +0xEBA2 0x7336 # 0 +0xEBA3 0x7337 # 0 +0xEBA4 0xF9CC # 0 +0xEBA5 0x745C # 0 +0xEBA6 0x7531 # 0 +0xEBA7 0xF9CD # 0 +0xEBA8 0x7652 # 0 +0xEBA9 0xF9CE # 0 +0xEBAA 0xF9CF # 0 +0xEBAB 0x7DAD # 0 +0xEBAC 0x81FE # 0 +0xEBAD 0x8438 # 0 +0xEBAE 0x88D5 # 0 +0xEBAF 0x8A98 # 0 +0xEBB0 0x8ADB # 0 +0xEBB1 0x8AED # 0 +0xEBB2 0x8E30 # 0 +0xEBB3 0x8E42 # 0 +0xEBB4 0x904A # 0 +0xEBB5 0x903E # 0 +0xEBB6 0x907A # 0 +0xEBB7 0x9149 # 0 +0xEBB8 0x91C9 # 0 +0xEBB9 0x936E # 0 +0xEBBA 0xF9D0 # 0 +0xEBBB 0xF9D1 # 0 +0xEBBC 0x5809 # 0 +0xEBBD 0xF9D2 # 0 +0xEBBE 0x6BD3 # 0 +0xEBBF 0x8089 # 0 +0xEBC0 0x80B2 # 0 +0xEBC1 0xF9D3 # 0 +0xEBC2 0xF9D4 # 0 +0xEBC3 0x5141 # 0 +0xEBC4 0x596B # 0 +0xEBC5 0x5C39 # 0 +0xEBC6 0xF9D5 # 0 +0xEBC7 0xF9D6 # 0 +0xEBC8 0x6F64 # 0 +0xEBC9 0x73A7 # 0 +0xEBCA 0x80E4 # 0 +0xEBCB 0x8D07 # 0 +0xEBCC 0xF9D7 # 0 +0xEBCD 0x9217 # 0 +0xEBCE 0x958F # 0 +0xEBCF 0xF9D8 # 0 +0xEBD0 0xF9D9 # 0 +0xEBD1 0xF9DA # 0 +0xEBD2 0xF9DB # 0 +0xEBD3 0x807F # 0 +0xEBD4 0x620E # 0 +0xEBD5 0x701C # 0 +0xEBD6 0x7D68 # 0 +0xEBD7 0x878D # 0 +0xEBD8 0xF9DC # 0 +0xEBD9 0x57A0 # 0 +0xEBDA 0x6069 # 0 +0xEBDB 0x6147 # 0 +0xEBDC 0x6BB7 # 0 +0xEBDD 0x8ABE # 0 +0xEBDE 0x9280 # 0 +0xEBDF 0x96B1 # 0 +0xEBE0 0x4E59 # 0 +0xEBE1 0x541F # 0 +0xEBE2 0x6DEB # 0 +0xEBE3 0x852D # 0 +0xEBE4 0x9670 # 0 +0xEBE5 0x97F3 # 0 +0xEBE6 0x98EE # 0 +0xEBE7 0x63D6 # 0 +0xEBE8 0x6CE3 # 0 +0xEBE9 0x9091 # 0 +0xEBEA 0x51DD # 0 +0xEBEB 0x61C9 # 0 +0xEBEC 0x81BA # 0 +0xEBED 0x9DF9 # 0 +0xEBEE 0x4F9D # 0 +0xEBEF 0x501A # 0 +0xEBF0 0x5100 # 0 +0xEBF1 0x5B9C # 0 +0xEBF2 0x610F # 0 +0xEBF3 0x61FF # 0 +0xEBF4 0x64EC # 0 +0xEBF5 0x6905 # 0 +0xEBF6 0x6BC5 # 0 +0xEBF7 0x7591 # 0 +0xEBF8 0x77E3 # 0 +0xEBF9 0x7FA9 # 0 +0xEBFA 0x8264 # 0 +0xEBFB 0x858F # 0 +0xEBFC 0x87FB # 0 +0xEBFD 0x8863 # 0 +0xEBFE 0x8ABC # 0 +0xECA1 0x8B70 # 0 +0xECA2 0x91AB # 0 +0xECA3 0x4E8C # 0 +0xECA4 0x4EE5 # 0 +0xECA5 0x4F0A # 0 +0xECA6 0xF9DD # 0 +0xECA7 0xF9DE # 0 +0xECA8 0x5937 # 0 +0xECA9 0x59E8 # 0 +0xECAA 0xF9DF # 0 +0xECAB 0x5DF2 # 0 +0xECAC 0x5F1B # 0 +0xECAD 0x5F5B # 0 +0xECAE 0x6021 # 0 +0xECAF 0xF9E0 # 0 +0xECB0 0xF9E1 # 0 +0xECB1 0xF9E2 # 0 +0xECB2 0xF9E3 # 0 +0xECB3 0x723E # 0 +0xECB4 0x73E5 # 0 +0xECB5 0xF9E4 # 0 +0xECB6 0x7570 # 0 +0xECB7 0x75CD # 0 +0xECB8 0xF9E5 # 0 +0xECB9 0x79FB # 0 +0xECBA 0xF9E6 # 0 +0xECBB 0x800C # 0 +0xECBC 0x8033 # 0 +0xECBD 0x8084 # 0 +0xECBE 0x82E1 # 0 +0xECBF 0x8351 # 0 +0xECC0 0xF9E7 # 0 +0xECC1 0xF9E8 # 0 +0xECC2 0x8CBD # 0 +0xECC3 0x8CB3 # 0 +0xECC4 0x9087 # 0 +0xECC5 0xF9E9 # 0 +0xECC6 0xF9EA # 0 +0xECC7 0x98F4 # 0 +0xECC8 0x990C # 0 +0xECC9 0xF9EB # 0 +0xECCA 0xF9EC # 0 +0xECCB 0x7037 # 0 +0xECCC 0x76CA # 0 +0xECCD 0x7FCA # 0 +0xECCE 0x7FCC # 0 +0xECCF 0x7FFC # 0 +0xECD0 0x8B1A # 0 +0xECD1 0x4EBA # 0 +0xECD2 0x4EC1 # 0 +0xECD3 0x5203 # 0 +0xECD4 0x5370 # 0 +0xECD5 0xF9ED # 0 +0xECD6 0x54BD # 0 +0xECD7 0x56E0 # 0 +0xECD8 0x59FB # 0 +0xECD9 0x5BC5 # 0 +0xECDA 0x5F15 # 0 +0xECDB 0x5FCD # 0 +0xECDC 0x6E6E # 0 +0xECDD 0xF9EE # 0 +0xECDE 0xF9EF # 0 +0xECDF 0x7D6A # 0 +0xECE0 0x8335 # 0 +0xECE1 0xF9F0 # 0 +0xECE2 0x8693 # 0 +0xECE3 0x8A8D # 0 +0xECE4 0xF9F1 # 0 +0xECE5 0x976D # 0 +0xECE6 0x9777 # 0 +0xECE7 0xF9F2 # 0 +0xECE8 0xF9F3 # 0 +0xECE9 0x4E00 # 0 +0xECEA 0x4F5A # 0 +0xECEB 0x4F7E # 0 +0xECEC 0x58F9 # 0 +0xECED 0x65E5 # 0 +0xECEE 0x6EA2 # 0 +0xECEF 0x9038 # 0 +0xECF0 0x93B0 # 0 +0xECF1 0x99B9 # 0 +0xECF2 0x4EFB # 0 +0xECF3 0x58EC # 0 +0xECF4 0x598A # 0 +0xECF5 0x59D9 # 0 +0xECF6 0x6041 # 0 +0xECF7 0xF9F4 # 0 +0xECF8 0xF9F5 # 0 +0xECF9 0x7A14 # 0 +0xECFA 0xF9F6 # 0 +0xECFB 0x834F # 0 +0xECFC 0x8CC3 # 0 +0xECFD 0x5165 # 0 +0xECFE 0x5344 # 0 +0xEDA1 0xF9F7 # 0 +0xEDA2 0xF9F8 # 0 +0xEDA3 0xF9F9 # 0 +0xEDA4 0x4ECD # 0 +0xEDA5 0x5269 # 0 +0xEDA6 0x5B55 # 0 +0xEDA7 0x82BF # 0 +0xEDA8 0x4ED4 # 0 +0xEDA9 0x523A # 0 +0xEDAA 0x54A8 # 0 +0xEDAB 0x59C9 # 0 +0xEDAC 0x59FF # 0 +0xEDAD 0x5B50 # 0 +0xEDAE 0x5B57 # 0 +0xEDAF 0x5B5C # 0 +0xEDB0 0x6063 # 0 +0xEDB1 0x6148 # 0 +0xEDB2 0x6ECB # 0 +0xEDB3 0x7099 # 0 +0xEDB4 0x716E # 0 +0xEDB5 0x7386 # 0 +0xEDB6 0x74F7 # 0 +0xEDB7 0x75B5 # 0 +0xEDB8 0x78C1 # 0 +0xEDB9 0x7D2B # 0 +0xEDBA 0x8005 # 0 +0xEDBB 0x81EA # 0 +0xEDBC 0x8328 # 0 +0xEDBD 0x8517 # 0 +0xEDBE 0x85C9 # 0 +0xEDBF 0x8AEE # 0 +0xEDC0 0x8CC7 # 0 +0xEDC1 0x96CC # 0 +0xEDC2 0x4F5C # 0 +0xEDC3 0x52FA # 0 +0xEDC4 0x56BC # 0 +0xEDC5 0x65AB # 0 +0xEDC6 0x6628 # 0 +0xEDC7 0x707C # 0 +0xEDC8 0x70B8 # 0 +0xEDC9 0x7235 # 0 +0xEDCA 0x7DBD # 0 +0xEDCB 0x828D # 0 +0xEDCC 0x914C # 0 +0xEDCD 0x96C0 # 0 +0xEDCE 0x9D72 # 0 +0xEDCF 0x5B71 # 0 +0xEDD0 0x68E7 # 0 +0xEDD1 0x6B98 # 0 +0xEDD2 0x6F7A # 0 +0xEDD3 0x76DE # 0 +0xEDD4 0x5C91 # 0 +0xEDD5 0x66AB # 0 +0xEDD6 0x6F5B # 0 +0xEDD7 0x7BB4 # 0 +0xEDD8 0x7C2A # 0 +0xEDD9 0x8836 # 0 +0xEDDA 0x96DC # 0 +0xEDDB 0x4E08 # 0 +0xEDDC 0x4ED7 # 0 +0xEDDD 0x5320 # 0 +0xEDDE 0x5834 # 0 +0xEDDF 0x58BB # 0 +0xEDE0 0x58EF # 0 +0xEDE1 0x596C # 0 +0xEDE2 0x5C07 # 0 +0xEDE3 0x5E33 # 0 +0xEDE4 0x5E84 # 0 +0xEDE5 0x5F35 # 0 +0xEDE6 0x638C # 0 +0xEDE7 0x66B2 # 0 +0xEDE8 0x6756 # 0 +0xEDE9 0x6A1F # 0 +0xEDEA 0x6AA3 # 0 +0xEDEB 0x6B0C # 0 +0xEDEC 0x6F3F # 0 +0xEDED 0x7246 # 0 +0xEDEE 0xF9FA # 0 +0xEDEF 0x7350 # 0 +0xEDF0 0x748B # 0 +0xEDF1 0x7AE0 # 0 +0xEDF2 0x7CA7 # 0 +0xEDF3 0x8178 # 0 +0xEDF4 0x81DF # 0 +0xEDF5 0x81E7 # 0 +0xEDF6 0x838A # 0 +0xEDF7 0x846C # 0 +0xEDF8 0x8523 # 0 +0xEDF9 0x8594 # 0 +0xEDFA 0x85CF # 0 +0xEDFB 0x88DD # 0 +0xEDFC 0x8D13 # 0 +0xEDFD 0x91AC # 0 +0xEDFE 0x9577 # 0 +0xEEA1 0x969C # 0 +0xEEA2 0x518D # 0 +0xEEA3 0x54C9 # 0 +0xEEA4 0x5728 # 0 +0xEEA5 0x5BB0 # 0 +0xEEA6 0x624D # 0 +0xEEA7 0x6750 # 0 +0xEEA8 0x683D # 0 +0xEEA9 0x6893 # 0 +0xEEAA 0x6E3D # 0 +0xEEAB 0x6ED3 # 0 +0xEEAC 0x707D # 0 +0xEEAD 0x7E21 # 0 +0xEEAE 0x88C1 # 0 +0xEEAF 0x8CA1 # 0 +0xEEB0 0x8F09 # 0 +0xEEB1 0x9F4B # 0 +0xEEB2 0x9F4E # 0 +0xEEB3 0x722D # 0 +0xEEB4 0x7B8F # 0 +0xEEB5 0x8ACD # 0 +0xEEB6 0x931A # 0 +0xEEB7 0x4F47 # 0 +0xEEB8 0x4F4E # 0 +0xEEB9 0x5132 # 0 +0xEEBA 0x5480 # 0 +0xEEBB 0x59D0 # 0 +0xEEBC 0x5E95 # 0 +0xEEBD 0x62B5 # 0 +0xEEBE 0x6775 # 0 +0xEEBF 0x696E # 0 +0xEEC0 0x6A17 # 0 +0xEEC1 0x6CAE # 0 +0xEEC2 0x6E1A # 0 +0xEEC3 0x72D9 # 0 +0xEEC4 0x732A # 0 +0xEEC5 0x75BD # 0 +0xEEC6 0x7BB8 # 0 +0xEEC7 0x7D35 # 0 +0xEEC8 0x82E7 # 0 +0xEEC9 0x83F9 # 0 +0xEECA 0x8457 # 0 +0xEECB 0x85F7 # 0 +0xEECC 0x8A5B # 0 +0xEECD 0x8CAF # 0 +0xEECE 0x8E87 # 0 +0xEECF 0x9019 # 0 +0xEED0 0x90B8 # 0 +0xEED1 0x96CE # 0 +0xEED2 0x9F5F # 0 +0xEED3 0x52E3 # 0 +0xEED4 0x540A # 0 +0xEED5 0x5AE1 # 0 +0xEED6 0x5BC2 # 0 +0xEED7 0x6458 # 0 +0xEED8 0x6575 # 0 +0xEED9 0x6EF4 # 0 +0xEEDA 0x72C4 # 0 +0xEEDB 0xF9FB # 0 +0xEEDC 0x7684 # 0 +0xEEDD 0x7A4D # 0 +0xEEDE 0x7B1B # 0 +0xEEDF 0x7C4D # 0 +0xEEE0 0x7E3E # 0 +0xEEE1 0x7FDF # 0 +0xEEE2 0x837B # 0 +0xEEE3 0x8B2B # 0 +0xEEE4 0x8CCA # 0 +0xEEE5 0x8D64 # 0 +0xEEE6 0x8DE1 # 0 +0xEEE7 0x8E5F # 0 +0xEEE8 0x8FEA # 0 +0xEEE9 0x8FF9 # 0 +0xEEEA 0x9069 # 0 +0xEEEB 0x93D1 # 0 +0xEEEC 0x4F43 # 0 +0xEEED 0x4F7A # 0 +0xEEEE 0x50B3 # 0 +0xEEEF 0x5168 # 0 +0xEEF0 0x5178 # 0 +0xEEF1 0x524D # 0 +0xEEF2 0x526A # 0 +0xEEF3 0x5861 # 0 +0xEEF4 0x587C # 0 +0xEEF5 0x5960 # 0 +0xEEF6 0x5C08 # 0 +0xEEF7 0x5C55 # 0 +0xEEF8 0x5EDB # 0 +0xEEF9 0x609B # 0 +0xEEFA 0x6230 # 0 +0xEEFB 0x6813 # 0 +0xEEFC 0x6BBF # 0 +0xEEFD 0x6C08 # 0 +0xEEFE 0x6FB1 # 0 +0xEFA1 0x714E # 0 +0xEFA2 0x7420 # 0 +0xEFA3 0x7530 # 0 +0xEFA4 0x7538 # 0 +0xEFA5 0x7551 # 0 +0xEFA6 0x7672 # 0 +0xEFA7 0x7B4C # 0 +0xEFA8 0x7B8B # 0 +0xEFA9 0x7BAD # 0 +0xEFAA 0x7BC6 # 0 +0xEFAB 0x7E8F # 0 +0xEFAC 0x8A6E # 0 +0xEFAD 0x8F3E # 0 +0xEFAE 0x8F49 # 0 +0xEFAF 0x923F # 0 +0xEFB0 0x9293 # 0 +0xEFB1 0x9322 # 0 +0xEFB2 0x942B # 0 +0xEFB3 0x96FB # 0 +0xEFB4 0x985A # 0 +0xEFB5 0x986B # 0 +0xEFB6 0x991E # 0 +0xEFB7 0x5207 # 0 +0xEFB8 0x622A # 0 +0xEFB9 0x6298 # 0 +0xEFBA 0x6D59 # 0 +0xEFBB 0x7664 # 0 +0xEFBC 0x7ACA # 0 +0xEFBD 0x7BC0 # 0 +0xEFBE 0x7D76 # 0 +0xEFBF 0x5360 # 0 +0xEFC0 0x5CBE # 0 +0xEFC1 0x5E97 # 0 +0xEFC2 0x6F38 # 0 +0xEFC3 0x70B9 # 0 +0xEFC4 0x7C98 # 0 +0xEFC5 0x9711 # 0 +0xEFC6 0x9B8E # 0 +0xEFC7 0x9EDE # 0 +0xEFC8 0x63A5 # 0 +0xEFC9 0x647A # 0 +0xEFCA 0x8776 # 0 +0xEFCB 0x4E01 # 0 +0xEFCC 0x4E95 # 0 +0xEFCD 0x4EAD # 0 +0xEFCE 0x505C # 0 +0xEFCF 0x5075 # 0 +0xEFD0 0x5448 # 0 +0xEFD1 0x59C3 # 0 +0xEFD2 0x5B9A # 0 +0xEFD3 0x5E40 # 0 +0xEFD4 0x5EAD # 0 +0xEFD5 0x5EF7 # 0 +0xEFD6 0x5F81 # 0 +0xEFD7 0x60C5 # 0 +0xEFD8 0x633A # 0 +0xEFD9 0x653F # 0 +0xEFDA 0x6574 # 0 +0xEFDB 0x65CC # 0 +0xEFDC 0x6676 # 0 +0xEFDD 0x6678 # 0 +0xEFDE 0x67FE # 0 +0xEFDF 0x6968 # 0 +0xEFE0 0x6A89 # 0 +0xEFE1 0x6B63 # 0 +0xEFE2 0x6C40 # 0 +0xEFE3 0x6DC0 # 0 +0xEFE4 0x6DE8 # 0 +0xEFE5 0x6E1F # 0 +0xEFE6 0x6E5E # 0 +0xEFE7 0x701E # 0 +0xEFE8 0x70A1 # 0 +0xEFE9 0x738E # 0 +0xEFEA 0x73FD # 0 +0xEFEB 0x753A # 0 +0xEFEC 0x775B # 0 +0xEFED 0x7887 # 0 +0xEFEE 0x798E # 0 +0xEFEF 0x7A0B # 0 +0xEFF0 0x7A7D # 0 +0xEFF1 0x7CBE # 0 +0xEFF2 0x7D8E # 0 +0xEFF3 0x8247 # 0 +0xEFF4 0x8A02 # 0 +0xEFF5 0x8AEA # 0 +0xEFF6 0x8C9E # 0 +0xEFF7 0x912D # 0 +0xEFF8 0x914A # 0 +0xEFF9 0x91D8 # 0 +0xEFFA 0x9266 # 0 +0xEFFB 0x92CC # 0 +0xEFFC 0x9320 # 0 +0xEFFD 0x9706 # 0 +0xEFFE 0x9756 # 0 +0xF0A1 0x975C # 0 +0xF0A2 0x9802 # 0 +0xF0A3 0x9F0E # 0 +0xF0A4 0x5236 # 0 +0xF0A5 0x5291 # 0 +0xF0A6 0x557C # 0 +0xF0A7 0x5824 # 0 +0xF0A8 0x5E1D # 0 +0xF0A9 0x5F1F # 0 +0xF0AA 0x608C # 0 +0xF0AB 0x63D0 # 0 +0xF0AC 0x68AF # 0 +0xF0AD 0x6FDF # 0 +0xF0AE 0x796D # 0 +0xF0AF 0x7B2C # 0 +0xF0B0 0x81CD # 0 +0xF0B1 0x85BA # 0 +0xF0B2 0x88FD # 0 +0xF0B3 0x8AF8 # 0 +0xF0B4 0x8E44 # 0 +0xF0B5 0x918D # 0 +0xF0B6 0x9664 # 0 +0xF0B7 0x969B # 0 +0xF0B8 0x973D # 0 +0xF0B9 0x984C # 0 +0xF0BA 0x9F4A # 0 +0xF0BB 0x4FCE # 0 +0xF0BC 0x5146 # 0 +0xF0BD 0x51CB # 0 +0xF0BE 0x52A9 # 0 +0xF0BF 0x5632 # 0 +0xF0C0 0x5F14 # 0 +0xF0C1 0x5F6B # 0 +0xF0C2 0x63AA # 0 +0xF0C3 0x64CD # 0 +0xF0C4 0x65E9 # 0 +0xF0C5 0x6641 # 0 +0xF0C6 0x66FA # 0 +0xF0C7 0x66F9 # 0 +0xF0C8 0x671D # 0 +0xF0C9 0x689D # 0 +0xF0CA 0x68D7 # 0 +0xF0CB 0x69FD # 0 +0xF0CC 0x6F15 # 0 +0xF0CD 0x6F6E # 0 +0xF0CE 0x7167 # 0 +0xF0CF 0x71E5 # 0 +0xF0D0 0x722A # 0 +0xF0D1 0x74AA # 0 +0xF0D2 0x773A # 0 +0xF0D3 0x7956 # 0 +0xF0D4 0x795A # 0 +0xF0D5 0x79DF # 0 +0xF0D6 0x7A20 # 0 +0xF0D7 0x7A95 # 0 +0xF0D8 0x7C97 # 0 +0xF0D9 0x7CDF # 0 +0xF0DA 0x7D44 # 0 +0xF0DB 0x7E70 # 0 +0xF0DC 0x8087 # 0 +0xF0DD 0x85FB # 0 +0xF0DE 0x86A4 # 0 +0xF0DF 0x8A54 # 0 +0xF0E0 0x8ABF # 0 +0xF0E1 0x8D99 # 0 +0xF0E2 0x8E81 # 0 +0xF0E3 0x9020 # 0 +0xF0E4 0x906D # 0 +0xF0E5 0x91E3 # 0 +0xF0E6 0x963B # 0 +0xF0E7 0x96D5 # 0 +0xF0E8 0x9CE5 # 0 +0xF0E9 0x65CF # 0 +0xF0EA 0x7C07 # 0 +0xF0EB 0x8DB3 # 0 +0xF0EC 0x93C3 # 0 +0xF0ED 0x5B58 # 0 +0xF0EE 0x5C0A # 0 +0xF0EF 0x5352 # 0 +0xF0F0 0x62D9 # 0 +0xF0F1 0x731D # 0 +0xF0F2 0x5027 # 0 +0xF0F3 0x5B97 # 0 +0xF0F4 0x5F9E # 0 +0xF0F5 0x60B0 # 0 +0xF0F6 0x616B # 0 +0xF0F7 0x68D5 # 0 +0xF0F8 0x6DD9 # 0 +0xF0F9 0x742E # 0 +0xF0FA 0x7A2E # 0 +0xF0FB 0x7D42 # 0 +0xF0FC 0x7D9C # 0 +0xF0FD 0x7E31 # 0 +0xF0FE 0x816B # 0 +0xF1A1 0x8E2A # 0 +0xF1A2 0x8E35 # 0 +0xF1A3 0x937E # 0 +0xF1A4 0x9418 # 0 +0xF1A5 0x4F50 # 0 +0xF1A6 0x5750 # 0 +0xF1A7 0x5DE6 # 0 +0xF1A8 0x5EA7 # 0 +0xF1A9 0x632B # 0 +0xF1AA 0x7F6A # 0 +0xF1AB 0x4E3B # 0 +0xF1AC 0x4F4F # 0 +0xF1AD 0x4F8F # 0 +0xF1AE 0x505A # 0 +0xF1AF 0x59DD # 0 +0xF1B0 0x80C4 # 0 +0xF1B1 0x546A # 0 +0xF1B2 0x5468 # 0 +0xF1B3 0x55FE # 0 +0xF1B4 0x594F # 0 +0xF1B5 0x5B99 # 0 +0xF1B6 0x5DDE # 0 +0xF1B7 0x5EDA # 0 +0xF1B8 0x665D # 0 +0xF1B9 0x6731 # 0 +0xF1BA 0x67F1 # 0 +0xF1BB 0x682A # 0 +0xF1BC 0x6CE8 # 0 +0xF1BD 0x6D32 # 0 +0xF1BE 0x6E4A # 0 +0xF1BF 0x6F8D # 0 +0xF1C0 0x70B7 # 0 +0xF1C1 0x73E0 # 0 +0xF1C2 0x7587 # 0 +0xF1C3 0x7C4C # 0 +0xF1C4 0x7D02 # 0 +0xF1C5 0x7D2C # 0 +0xF1C6 0x7DA2 # 0 +0xF1C7 0x821F # 0 +0xF1C8 0x86DB # 0 +0xF1C9 0x8A3B # 0 +0xF1CA 0x8A85 # 0 +0xF1CB 0x8D70 # 0 +0xF1CC 0x8E8A # 0 +0xF1CD 0x8F33 # 0 +0xF1CE 0x9031 # 0 +0xF1CF 0x914E # 0 +0xF1D0 0x9152 # 0 +0xF1D1 0x9444 # 0 +0xF1D2 0x99D0 # 0 +0xF1D3 0x7AF9 # 0 +0xF1D4 0x7CA5 # 0 +0xF1D5 0x4FCA # 0 +0xF1D6 0x5101 # 0 +0xF1D7 0x51C6 # 0 +0xF1D8 0x57C8 # 0 +0xF1D9 0x5BEF # 0 +0xF1DA 0x5CFB # 0 +0xF1DB 0x6659 # 0 +0xF1DC 0x6A3D # 0 +0xF1DD 0x6D5A # 0 +0xF1DE 0x6E96 # 0 +0xF1DF 0x6FEC # 0 +0xF1E0 0x710C # 0 +0xF1E1 0x756F # 0 +0xF1E2 0x7AE3 # 0 +0xF1E3 0x8822 # 0 +0xF1E4 0x9021 # 0 +0xF1E5 0x9075 # 0 +0xF1E6 0x96CB # 0 +0xF1E7 0x99FF # 0 +0xF1E8 0x8301 # 0 +0xF1E9 0x4E2D # 0 +0xF1EA 0x4EF2 # 0 +0xF1EB 0x8846 # 0 +0xF1EC 0x91CD # 0 +0xF1ED 0x537D # 0 +0xF1EE 0x6ADB # 0 +0xF1EF 0x696B # 0 +0xF1F0 0x6C41 # 0 +0xF1F1 0x847A # 0 +0xF1F2 0x589E # 0 +0xF1F3 0x618E # 0 +0xF1F4 0x66FE # 0 +0xF1F5 0x62EF # 0 +0xF1F6 0x70DD # 0 +0xF1F7 0x7511 # 0 +0xF1F8 0x75C7 # 0 +0xF1F9 0x7E52 # 0 +0xF1FA 0x84B8 # 0 +0xF1FB 0x8B49 # 0 +0xF1FC 0x8D08 # 0 +0xF1FD 0x4E4B # 0 +0xF1FE 0x53EA # 0 +0xF2A1 0x54AB # 0 +0xF2A2 0x5730 # 0 +0xF2A3 0x5740 # 0 +0xF2A4 0x5FD7 # 0 +0xF2A5 0x6301 # 0 +0xF2A6 0x6307 # 0 +0xF2A7 0x646F # 0 +0xF2A8 0x652F # 0 +0xF2A9 0x65E8 # 0 +0xF2AA 0x667A # 0 +0xF2AB 0x679D # 0 +0xF2AC 0x67B3 # 0 +0xF2AD 0x6B62 # 0 +0xF2AE 0x6C60 # 0 +0xF2AF 0x6C9A # 0 +0xF2B0 0x6F2C # 0 +0xF2B1 0x77E5 # 0 +0xF2B2 0x7825 # 0 +0xF2B3 0x7949 # 0 +0xF2B4 0x7957 # 0 +0xF2B5 0x7D19 # 0 +0xF2B6 0x80A2 # 0 +0xF2B7 0x8102 # 0 +0xF2B8 0x81F3 # 0 +0xF2B9 0x829D # 0 +0xF2BA 0x82B7 # 0 +0xF2BB 0x8718 # 0 +0xF2BC 0x8A8C # 0 +0xF2BD 0xF9FC # 0 +0xF2BE 0x8D04 # 0 +0xF2BF 0x8DBE # 0 +0xF2C0 0x9072 # 0 +0xF2C1 0x76F4 # 0 +0xF2C2 0x7A19 # 0 +0xF2C3 0x7A37 # 0 +0xF2C4 0x7E54 # 0 +0xF2C5 0x8077 # 0 +0xF2C6 0x5507 # 0 +0xF2C7 0x55D4 # 0 +0xF2C8 0x5875 # 0 +0xF2C9 0x632F # 0 +0xF2CA 0x6422 # 0 +0xF2CB 0x6649 # 0 +0xF2CC 0x664B # 0 +0xF2CD 0x686D # 0 +0xF2CE 0x699B # 0 +0xF2CF 0x6B84 # 0 +0xF2D0 0x6D25 # 0 +0xF2D1 0x6EB1 # 0 +0xF2D2 0x73CD # 0 +0xF2D3 0x7468 # 0 +0xF2D4 0x74A1 # 0 +0xF2D5 0x755B # 0 +0xF2D6 0x75B9 # 0 +0xF2D7 0x76E1 # 0 +0xF2D8 0x771E # 0 +0xF2D9 0x778B # 0 +0xF2DA 0x79E6 # 0 +0xF2DB 0x7E09 # 0 +0xF2DC 0x7E1D # 0 +0xF2DD 0x81FB # 0 +0xF2DE 0x852F # 0 +0xF2DF 0x8897 # 0 +0xF2E0 0x8A3A # 0 +0xF2E1 0x8CD1 # 0 +0xF2E2 0x8EEB # 0 +0xF2E3 0x8FB0 # 0 +0xF2E4 0x9032 # 0 +0xF2E5 0x93AD # 0 +0xF2E6 0x9663 # 0 +0xF2E7 0x9673 # 0 +0xF2E8 0x9707 # 0 +0xF2E9 0x4F84 # 0 +0xF2EA 0x53F1 # 0 +0xF2EB 0x59EA # 0 +0xF2EC 0x5AC9 # 0 +0xF2ED 0x5E19 # 0 +0xF2EE 0x684E # 0 +0xF2EF 0x74C6 # 0 +0xF2F0 0x75BE # 0 +0xF2F1 0x79E9 # 0 +0xF2F2 0x7A92 # 0 +0xF2F3 0x81A3 # 0 +0xF2F4 0x86ED # 0 +0xF2F5 0x8CEA # 0 +0xF2F6 0x8DCC # 0 +0xF2F7 0x8FED # 0 +0xF2F8 0x659F # 0 +0xF2F9 0x6715 # 0 +0xF2FA 0xF9FD # 0 +0xF2FB 0x57F7 # 0 +0xF2FC 0x6F57 # 0 +0xF2FD 0x7DDD # 0 +0xF2FE 0x8F2F # 0 +0xF3A1 0x93F6 # 0 +0xF3A2 0x96C6 # 0 +0xF3A3 0x5FB5 # 0 +0xF3A4 0x61F2 # 0 +0xF3A5 0x6F84 # 0 +0xF3A6 0x4E14 # 0 +0xF3A7 0x4F98 # 0 +0xF3A8 0x501F # 0 +0xF3A9 0x53C9 # 0 +0xF3AA 0x55DF # 0 +0xF3AB 0x5D6F # 0 +0xF3AC 0x5DEE # 0 +0xF3AD 0x6B21 # 0 +0xF3AE 0x6B64 # 0 +0xF3AF 0x78CB # 0 +0xF3B0 0x7B9A # 0 +0xF3B1 0xF9FE # 0 +0xF3B2 0x8E49 # 0 +0xF3B3 0x8ECA # 0 +0xF3B4 0x906E # 0 +0xF3B5 0x6349 # 0 +0xF3B6 0x643E # 0 +0xF3B7 0x7740 # 0 +0xF3B8 0x7A84 # 0 +0xF3B9 0x932F # 0 +0xF3BA 0x947F # 0 +0xF3BB 0x9F6A # 0 +0xF3BC 0x64B0 # 0 +0xF3BD 0x6FAF # 0 +0xF3BE 0x71E6 # 0 +0xF3BF 0x74A8 # 0 +0xF3C0 0x74DA # 0 +0xF3C1 0x7AC4 # 0 +0xF3C2 0x7C12 # 0 +0xF3C3 0x7E82 # 0 +0xF3C4 0x7CB2 # 0 +0xF3C5 0x7E98 # 0 +0xF3C6 0x8B9A # 0 +0xF3C7 0x8D0A # 0 +0xF3C8 0x947D # 0 +0xF3C9 0x9910 # 0 +0xF3CA 0x994C # 0 +0xF3CB 0x5239 # 0 +0xF3CC 0x5BDF # 0 +0xF3CD 0x64E6 # 0 +0xF3CE 0x672D # 0 +0xF3CF 0x7D2E # 0 +0xF3D0 0x50ED # 0 +0xF3D1 0x53C3 # 0 +0xF3D2 0x5879 # 0 +0xF3D3 0x6158 # 0 +0xF3D4 0x6159 # 0 +0xF3D5 0x61FA # 0 +0xF3D6 0x65AC # 0 +0xF3D7 0x7AD9 # 0 +0xF3D8 0x8B92 # 0 +0xF3D9 0x8B96 # 0 +0xF3DA 0x5009 # 0 +0xF3DB 0x5021 # 0 +0xF3DC 0x5275 # 0 +0xF3DD 0x5531 # 0 +0xF3DE 0x5A3C # 0 +0xF3DF 0x5EE0 # 0 +0xF3E0 0x5F70 # 0 +0xF3E1 0x6134 # 0 +0xF3E2 0x655E # 0 +0xF3E3 0x660C # 0 +0xF3E4 0x6636 # 0 +0xF3E5 0x66A2 # 0 +0xF3E6 0x69CD # 0 +0xF3E7 0x6EC4 # 0 +0xF3E8 0x6F32 # 0 +0xF3E9 0x7316 # 0 +0xF3EA 0x7621 # 0 +0xF3EB 0x7A93 # 0 +0xF3EC 0x8139 # 0 +0xF3ED 0x8259 # 0 +0xF3EE 0x83D6 # 0 +0xF3EF 0x84BC # 0 +0xF3F0 0x50B5 # 0 +0xF3F1 0x57F0 # 0 +0xF3F2 0x5BC0 # 0 +0xF3F3 0x5BE8 # 0 +0xF3F4 0x5F69 # 0 +0xF3F5 0x63A1 # 0 +0xF3F6 0x7826 # 0 +0xF3F7 0x7DB5 # 0 +0xF3F8 0x83DC # 0 +0xF3F9 0x8521 # 0 +0xF3FA 0x91C7 # 0 +0xF3FB 0x91F5 # 0 +0xF3FC 0x518A # 0 +0xF3FD 0x67F5 # 0 +0xF3FE 0x7B56 # 0 +0xF4A1 0x8CAC # 0 +0xF4A2 0x51C4 # 0 +0xF4A3 0x59BB # 0 +0xF4A4 0x60BD # 0 +0xF4A5 0x8655 # 0 +0xF4A6 0x501C # 0 +0xF4A7 0xF9FF # 0 +0xF4A8 0x5254 # 0 +0xF4A9 0x5C3A # 0 +0xF4AA 0x617D # 0 +0xF4AB 0x621A # 0 +0xF4AC 0x62D3 # 0 +0xF4AD 0x64F2 # 0 +0xF4AE 0x65A5 # 0 +0xF4AF 0x6ECC # 0 +0xF4B0 0x7620 # 0 +0xF4B1 0x810A # 0 +0xF4B2 0x8E60 # 0 +0xF4B3 0x965F # 0 +0xF4B4 0x96BB # 0 +0xF4B5 0x4EDF # 0 +0xF4B6 0x5343 # 0 +0xF4B7 0x5598 # 0 +0xF4B8 0x5929 # 0 +0xF4B9 0x5DDD # 0 +0xF4BA 0x64C5 # 0 +0xF4BB 0x6CC9 # 0 +0xF4BC 0x6DFA # 0 +0xF4BD 0x7394 # 0 +0xF4BE 0x7A7F # 0 +0xF4BF 0x821B # 0 +0xF4C0 0x85A6 # 0 +0xF4C1 0x8CE4 # 0 +0xF4C2 0x8E10 # 0 +0xF4C3 0x9077 # 0 +0xF4C4 0x91E7 # 0 +0xF4C5 0x95E1 # 0 +0xF4C6 0x9621 # 0 +0xF4C7 0x97C6 # 0 +0xF4C8 0x51F8 # 0 +0xF4C9 0x54F2 # 0 +0xF4CA 0x5586 # 0 +0xF4CB 0x5FB9 # 0 +0xF4CC 0x64A4 # 0 +0xF4CD 0x6F88 # 0 +0xF4CE 0x7DB4 # 0 +0xF4CF 0x8F1F # 0 +0xF4D0 0x8F4D # 0 +0xF4D1 0x9435 # 0 +0xF4D2 0x50C9 # 0 +0xF4D3 0x5C16 # 0 +0xF4D4 0x6CBE # 0 +0xF4D5 0x6DFB # 0 +0xF4D6 0x751B # 0 +0xF4D7 0x77BB # 0 +0xF4D8 0x7C3D # 0 +0xF4D9 0x7C64 # 0 +0xF4DA 0x8A79 # 0 +0xF4DB 0x8AC2 # 0 +0xF4DC 0x581E # 0 +0xF4DD 0x59BE # 0 +0xF4DE 0x5E16 # 0 +0xF4DF 0x6377 # 0 +0xF4E0 0x7252 # 0 +0xF4E1 0x758A # 0 +0xF4E2 0x776B # 0 +0xF4E3 0x8ADC # 0 +0xF4E4 0x8CBC # 0 +0xF4E5 0x8F12 # 0 +0xF4E6 0x5EF3 # 0 +0xF4E7 0x6674 # 0 +0xF4E8 0x6DF8 # 0 +0xF4E9 0x807D # 0 +0xF4EA 0x83C1 # 0 +0xF4EB 0x8ACB # 0 +0xF4EC 0x9751 # 0 +0xF4ED 0x9BD6 # 0 +0xF4EE 0xFA00 # 0 +0xF4EF 0x5243 # 0 +0xF4F0 0x66FF # 0 +0xF4F1 0x6D95 # 0 +0xF4F2 0x6EEF # 0 +0xF4F3 0x7DE0 # 0 +0xF4F4 0x8AE6 # 0 +0xF4F5 0x902E # 0 +0xF4F6 0x905E # 0 +0xF4F7 0x9AD4 # 0 +0xF4F8 0x521D # 0 +0xF4F9 0x527F # 0 +0xF4FA 0x54E8 # 0 +0xF4FB 0x6194 # 0 +0xF4FC 0x6284 # 0 +0xF4FD 0x62DB # 0 +0xF4FE 0x68A2 # 0 +0xF5A1 0x6912 # 0 +0xF5A2 0x695A # 0 +0xF5A3 0x6A35 # 0 +0xF5A4 0x7092 # 0 +0xF5A5 0x7126 # 0 +0xF5A6 0x785D # 0 +0xF5A7 0x7901 # 0 +0xF5A8 0x790E # 0 +0xF5A9 0x79D2 # 0 +0xF5AA 0x7A0D # 0 +0xF5AB 0x8096 # 0 +0xF5AC 0x8278 # 0 +0xF5AD 0x82D5 # 0 +0xF5AE 0x8349 # 0 +0xF5AF 0x8549 # 0 +0xF5B0 0x8C82 # 0 +0xF5B1 0x8D85 # 0 +0xF5B2 0x9162 # 0 +0xF5B3 0x918B # 0 +0xF5B4 0x91AE # 0 +0xF5B5 0x4FC3 # 0 +0xF5B6 0x56D1 # 0 +0xF5B7 0x71ED # 0 +0xF5B8 0x77D7 # 0 +0xF5B9 0x8700 # 0 +0xF5BA 0x89F8 # 0 +0xF5BB 0x5BF8 # 0 +0xF5BC 0x5FD6 # 0 +0xF5BD 0x6751 # 0 +0xF5BE 0x90A8 # 0 +0xF5BF 0x53E2 # 0 +0xF5C0 0x585A # 0 +0xF5C1 0x5BF5 # 0 +0xF5C2 0x60A4 # 0 +0xF5C3 0x6181 # 0 +0xF5C4 0x6460 # 0 +0xF5C5 0x7E3D # 0 +0xF5C6 0x8070 # 0 +0xF5C7 0x8525 # 0 +0xF5C8 0x9283 # 0 +0xF5C9 0x64AE # 0 +0xF5CA 0x50AC # 0 +0xF5CB 0x5D14 # 0 +0xF5CC 0x6700 # 0 +0xF5CD 0x589C # 0 +0xF5CE 0x62BD # 0 +0xF5CF 0x63A8 # 0 +0xF5D0 0x690E # 0 +0xF5D1 0x6978 # 0 +0xF5D2 0x6A1E # 0 +0xF5D3 0x6E6B # 0 +0xF5D4 0x76BA # 0 +0xF5D5 0x79CB # 0 +0xF5D6 0x82BB # 0 +0xF5D7 0x8429 # 0 +0xF5D8 0x8ACF # 0 +0xF5D9 0x8DA8 # 0 +0xF5DA 0x8FFD # 0 +0xF5DB 0x9112 # 0 +0xF5DC 0x914B # 0 +0xF5DD 0x919C # 0 +0xF5DE 0x9310 # 0 +0xF5DF 0x9318 # 0 +0xF5E0 0x939A # 0 +0xF5E1 0x96DB # 0 +0xF5E2 0x9A36 # 0 +0xF5E3 0x9C0D # 0 +0xF5E4 0x4E11 # 0 +0xF5E5 0x755C # 0 +0xF5E6 0x795D # 0 +0xF5E7 0x7AFA # 0 +0xF5E8 0x7B51 # 0 +0xF5E9 0x7BC9 # 0 +0xF5EA 0x7E2E # 0 +0xF5EB 0x84C4 # 0 +0xF5EC 0x8E59 # 0 +0xF5ED 0x8E74 # 0 +0xF5EE 0x8EF8 # 0 +0xF5EF 0x9010 # 0 +0xF5F0 0x6625 # 0 +0xF5F1 0x693F # 0 +0xF5F2 0x7443 # 0 +0xF5F3 0x51FA # 0 +0xF5F4 0x672E # 0 +0xF5F5 0x9EDC # 0 +0xF5F6 0x5145 # 0 +0xF5F7 0x5FE0 # 0 +0xF5F8 0x6C96 # 0 +0xF5F9 0x87F2 # 0 +0xF5FA 0x885D # 0 +0xF5FB 0x8877 # 0 +0xF5FC 0x60B4 # 0 +0xF5FD 0x81B5 # 0 +0xF5FE 0x8403 # 0 +0xF6A1 0x8D05 # 0 +0xF6A2 0x53D6 # 0 +0xF6A3 0x5439 # 0 +0xF6A4 0x5634 # 0 +0xF6A5 0x5A36 # 0 +0xF6A6 0x5C31 # 0 +0xF6A7 0x708A # 0 +0xF6A8 0x7FE0 # 0 +0xF6A9 0x805A # 0 +0xF6AA 0x8106 # 0 +0xF6AB 0x81ED # 0 +0xF6AC 0x8DA3 # 0 +0xF6AD 0x9189 # 0 +0xF6AE 0x9A5F # 0 +0xF6AF 0x9DF2 # 0 +0xF6B0 0x5074 # 0 +0xF6B1 0x4EC4 # 0 +0xF6B2 0x53A0 # 0 +0xF6B3 0x60FB # 0 +0xF6B4 0x6E2C # 0 +0xF6B5 0x5C64 # 0 +0xF6B6 0x4F88 # 0 +0xF6B7 0x5024 # 0 +0xF6B8 0x55E4 # 0 +0xF6B9 0x5CD9 # 0 +0xF6BA 0x5E5F # 0 +0xF6BB 0x6065 # 0 +0xF6BC 0x6894 # 0 +0xF6BD 0x6CBB # 0 +0xF6BE 0x6DC4 # 0 +0xF6BF 0x71BE # 0 +0xF6C0 0x75D4 # 0 +0xF6C1 0x75F4 # 0 +0xF6C2 0x7661 # 0 +0xF6C3 0x7A1A # 0 +0xF6C4 0x7A49 # 0 +0xF6C5 0x7DC7 # 0 +0xF6C6 0x7DFB # 0 +0xF6C7 0x7F6E # 0 +0xF6C8 0x81F4 # 0 +0xF6C9 0x86A9 # 0 +0xF6CA 0x8F1C # 0 +0xF6CB 0x96C9 # 0 +0xF6CC 0x99B3 # 0 +0xF6CD 0x9F52 # 0 +0xF6CE 0x5247 # 0 +0xF6CF 0x52C5 # 0 +0xF6D0 0x98ED # 0 +0xF6D1 0x89AA # 0 +0xF6D2 0x4E03 # 0 +0xF6D3 0x67D2 # 0 +0xF6D4 0x6F06 # 0 +0xF6D5 0x4FB5 # 0 +0xF6D6 0x5BE2 # 0 +0xF6D7 0x6795 # 0 +0xF6D8 0x6C88 # 0 +0xF6D9 0x6D78 # 0 +0xF6DA 0x741B # 0 +0xF6DB 0x7827 # 0 +0xF6DC 0x91DD # 0 +0xF6DD 0x937C # 0 +0xF6DE 0x87C4 # 0 +0xF6DF 0x79E4 # 0 +0xF6E0 0x7A31 # 0 +0xF6E1 0x5FEB # 0 +0xF6E2 0x4ED6 # 0 +0xF6E3 0x54A4 # 0 +0xF6E4 0x553E # 0 +0xF6E5 0x58AE # 0 +0xF6E6 0x59A5 # 0 +0xF6E7 0x60F0 # 0 +0xF6E8 0x6253 # 0 +0xF6E9 0x62D6 # 0 +0xF6EA 0x6736 # 0 +0xF6EB 0x6955 # 0 +0xF6EC 0x8235 # 0 +0xF6ED 0x9640 # 0 +0xF6EE 0x99B1 # 0 +0xF6EF 0x99DD # 0 +0xF6F0 0x502C # 0 +0xF6F1 0x5353 # 0 +0xF6F2 0x5544 # 0 +0xF6F3 0x577C # 0 +0xF6F4 0xFA01 # 0 +0xF6F5 0x6258 # 0 +0xF6F6 0xFA02 # 0 +0xF6F7 0x64E2 # 0 +0xF6F8 0x666B # 0 +0xF6F9 0x67DD # 0 +0xF6FA 0x6FC1 # 0 +0xF6FB 0x6FEF # 0 +0xF6FC 0x7422 # 0 +0xF6FD 0x7438 # 0 +0xF6FE 0x8A17 # 0 +0xF7A1 0x9438 # 0 +0xF7A2 0x5451 # 0 +0xF7A3 0x5606 # 0 +0xF7A4 0x5766 # 0 +0xF7A5 0x5F48 # 0 +0xF7A6 0x619A # 0 +0xF7A7 0x6B4E # 0 +0xF7A8 0x7058 # 0 +0xF7A9 0x70AD # 0 +0xF7AA 0x7DBB # 0 +0xF7AB 0x8A95 # 0 +0xF7AC 0x596A # 0 +0xF7AD 0x812B # 0 +0xF7AE 0x63A2 # 0 +0xF7AF 0x7708 # 0 +0xF7B0 0x803D # 0 +0xF7B1 0x8CAA # 0 +0xF7B2 0x5854 # 0 +0xF7B3 0x642D # 0 +0xF7B4 0x69BB # 0 +0xF7B5 0x5B95 # 0 +0xF7B6 0x5E11 # 0 +0xF7B7 0x6E6F # 0 +0xF7B8 0xFA03 # 0 +0xF7B9 0x8569 # 0 +0xF7BA 0x514C # 0 +0xF7BB 0x53F0 # 0 +0xF7BC 0x592A # 0 +0xF7BD 0x6020 # 0 +0xF7BE 0x614B # 0 +0xF7BF 0x6B86 # 0 +0xF7C0 0x6C70 # 0 +0xF7C1 0x6CF0 # 0 +0xF7C2 0x7B1E # 0 +0xF7C3 0x80CE # 0 +0xF7C4 0x82D4 # 0 +0xF7C5 0x8DC6 # 0 +0xF7C6 0x90B0 # 0 +0xF7C7 0x98B1 # 0 +0xF7C8 0xFA04 # 0 +0xF7C9 0x64C7 # 0 +0xF7CA 0x6FA4 # 0 +0xF7CB 0x6491 # 0 +0xF7CC 0x6504 # 0 +0xF7CD 0x514E # 0 +0xF7CE 0x5410 # 0 +0xF7CF 0x571F # 0 +0xF7D0 0x8A0E # 0 +0xF7D1 0x615F # 0 +0xF7D2 0x6876 # 0 +0xF7D3 0xFA05 # 0 +0xF7D4 0x75DB # 0 +0xF7D5 0x7B52 # 0 +0xF7D6 0x7D71 # 0 +0xF7D7 0x901A # 0 +0xF7D8 0x5806 # 0 +0xF7D9 0x69CC # 0 +0xF7DA 0x817F # 0 +0xF7DB 0x892A # 0 +0xF7DC 0x9000 # 0 +0xF7DD 0x9839 # 0 +0xF7DE 0x5078 # 0 +0xF7DF 0x5957 # 0 +0xF7E0 0x59AC # 0 +0xF7E1 0x6295 # 0 +0xF7E2 0x900F # 0 +0xF7E3 0x9B2A # 0 +0xF7E4 0x615D # 0 +0xF7E5 0x7279 # 0 +0xF7E6 0x95D6 # 0 +0xF7E7 0x5761 # 0 +0xF7E8 0x5A46 # 0 +0xF7E9 0x5DF4 # 0 +0xF7EA 0x628A # 0 +0xF7EB 0x64AD # 0 +0xF7EC 0x64FA # 0 +0xF7ED 0x6777 # 0 +0xF7EE 0x6CE2 # 0 +0xF7EF 0x6D3E # 0 +0xF7F0 0x722C # 0 +0xF7F1 0x7436 # 0 +0xF7F2 0x7834 # 0 +0xF7F3 0x7F77 # 0 +0xF7F4 0x82AD # 0 +0xF7F5 0x8DDB # 0 +0xF7F6 0x9817 # 0 +0xF7F7 0x5224 # 0 +0xF7F8 0x5742 # 0 +0xF7F9 0x677F # 0 +0xF7FA 0x7248 # 0 +0xF7FB 0x74E3 # 0 +0xF7FC 0x8CA9 # 0 +0xF7FD 0x8FA6 # 0 +0xF7FE 0x9211 # 0 +0xF8A1 0x962A # 0 +0xF8A2 0x516B # 0 +0xF8A3 0x53ED # 0 +0xF8A4 0x634C # 0 +0xF8A5 0x4F69 # 0 +0xF8A6 0x5504 # 0 +0xF8A7 0x6096 # 0 +0xF8A8 0x6557 # 0 +0xF8A9 0x6C9B # 0 +0xF8AA 0x6D7F # 0 +0xF8AB 0x724C # 0 +0xF8AC 0x72FD # 0 +0xF8AD 0x7A17 # 0 +0xF8AE 0x8987 # 0 +0xF8AF 0x8C9D # 0 +0xF8B0 0x5F6D # 0 +0xF8B1 0x6F8E # 0 +0xF8B2 0x70F9 # 0 +0xF8B3 0x81A8 # 0 +0xF8B4 0x610E # 0 +0xF8B5 0x4FBF # 0 +0xF8B6 0x504F # 0 +0xF8B7 0x6241 # 0 +0xF8B8 0x7247 # 0 +0xF8B9 0x7BC7 # 0 +0xF8BA 0x7DE8 # 0 +0xF8BB 0x7FE9 # 0 +0xF8BC 0x904D # 0 +0xF8BD 0x97AD # 0 +0xF8BE 0x9A19 # 0 +0xF8BF 0x8CB6 # 0 +0xF8C0 0x576A # 0 +0xF8C1 0x5E73 # 0 +0xF8C2 0x67B0 # 0 +0xF8C3 0x840D # 0 +0xF8C4 0x8A55 # 0 +0xF8C5 0x5420 # 0 +0xF8C6 0x5B16 # 0 +0xF8C7 0x5E63 # 0 +0xF8C8 0x5EE2 # 0 +0xF8C9 0x5F0A # 0 +0xF8CA 0x6583 # 0 +0xF8CB 0x80BA # 0 +0xF8CC 0x853D # 0 +0xF8CD 0x9589 # 0 +0xF8CE 0x965B # 0 +0xF8CF 0x4F48 # 0 +0xF8D0 0x5305 # 0 +0xF8D1 0x530D # 0 +0xF8D2 0x530F # 0 +0xF8D3 0x5486 # 0 +0xF8D4 0x54FA # 0 +0xF8D5 0x5703 # 0 +0xF8D6 0x5E03 # 0 +0xF8D7 0x6016 # 0 +0xF8D8 0x629B # 0 +0xF8D9 0x62B1 # 0 +0xF8DA 0x6355 # 0 +0xF8DB 0xFA06 # 0 +0xF8DC 0x6CE1 # 0 +0xF8DD 0x6D66 # 0 +0xF8DE 0x75B1 # 0 +0xF8DF 0x7832 # 0 +0xF8E0 0x80DE # 0 +0xF8E1 0x812F # 0 +0xF8E2 0x82DE # 0 +0xF8E3 0x8461 # 0 +0xF8E4 0x84B2 # 0 +0xF8E5 0x888D # 0 +0xF8E6 0x8912 # 0 +0xF8E7 0x900B # 0 +0xF8E8 0x92EA # 0 +0xF8E9 0x98FD # 0 +0xF8EA 0x9B91 # 0 +0xF8EB 0x5E45 # 0 +0xF8EC 0x66B4 # 0 +0xF8ED 0x66DD # 0 +0xF8EE 0x7011 # 0 +0xF8EF 0x7206 # 0 +0xF8F0 0xFA07 # 0 +0xF8F1 0x4FF5 # 0 +0xF8F2 0x527D # 0 +0xF8F3 0x5F6A # 0 +0xF8F4 0x6153 # 0 +0xF8F5 0x6753 # 0 +0xF8F6 0x6A19 # 0 +0xF8F7 0x6F02 # 0 +0xF8F8 0x74E2 # 0 +0xF8F9 0x7968 # 0 +0xF8FA 0x8868 # 0 +0xF8FB 0x8C79 # 0 +0xF8FC 0x98C7 # 0 +0xF8FD 0x98C4 # 0 +0xF8FE 0x9A43 # 0 +0xF9A1 0x54C1 # 0 +0xF9A2 0x7A1F # 0 +0xF9A3 0x6953 # 0 +0xF9A4 0x8AF7 # 0 +0xF9A5 0x8C4A # 0 +0xF9A6 0x98A8 # 0 +0xF9A7 0x99AE # 0 +0xF9A8 0x5F7C # 0 +0xF9A9 0x62AB # 0 +0xF9AA 0x75B2 # 0 +0xF9AB 0x76AE # 0 +0xF9AC 0x88AB # 0 +0xF9AD 0x907F # 0 +0xF9AE 0x9642 # 0 +0xF9AF 0x5339 # 0 +0xF9B0 0x5F3C # 0 +0xF9B1 0x5FC5 # 0 +0xF9B2 0x6CCC # 0 +0xF9B3 0x73CC # 0 +0xF9B4 0x7562 # 0 +0xF9B5 0x758B # 0 +0xF9B6 0x7B46 # 0 +0xF9B7 0x82FE # 0 +0xF9B8 0x999D # 0 +0xF9B9 0x4E4F # 0 +0xF9BA 0x903C # 0 +0xF9BB 0x4E0B # 0 +0xF9BC 0x4F55 # 0 +0xF9BD 0x53A6 # 0 +0xF9BE 0x590F # 0 +0xF9BF 0x5EC8 # 0 +0xF9C0 0x6630 # 0 +0xF9C1 0x6CB3 # 0 +0xF9C2 0x7455 # 0 +0xF9C3 0x8377 # 0 +0xF9C4 0x8766 # 0 +0xF9C5 0x8CC0 # 0 +0xF9C6 0x9050 # 0 +0xF9C7 0x971E # 0 +0xF9C8 0x9C15 # 0 +0xF9C9 0x58D1 # 0 +0xF9CA 0x5B78 # 0 +0xF9CB 0x8650 # 0 +0xF9CC 0x8B14 # 0 +0xF9CD 0x9DB4 # 0 +0xF9CE 0x5BD2 # 0 +0xF9CF 0x6068 # 0 +0xF9D0 0x608D # 0 +0xF9D1 0x65F1 # 0 +0xF9D2 0x6C57 # 0 +0xF9D3 0x6F22 # 0 +0xF9D4 0x6FA3 # 0 +0xF9D5 0x701A # 0 +0xF9D6 0x7F55 # 0 +0xF9D7 0x7FF0 # 0 +0xF9D8 0x9591 # 0 +0xF9D9 0x9592 # 0 +0xF9DA 0x9650 # 0 +0xF9DB 0x97D3 # 0 +0xF9DC 0x5272 # 0 +0xF9DD 0x8F44 # 0 +0xF9DE 0x51FD # 0 +0xF9DF 0x542B # 0 +0xF9E0 0x54B8 # 0 +0xF9E1 0x5563 # 0 +0xF9E2 0x558A # 0 +0xF9E3 0x6ABB # 0 +0xF9E4 0x6DB5 # 0 +0xF9E5 0x7DD8 # 0 +0xF9E6 0x8266 # 0 +0xF9E7 0x929C # 0 +0xF9E8 0x9677 # 0 +0xF9E9 0x9E79 # 0 +0xF9EA 0x5408 # 0 +0xF9EB 0x54C8 # 0 +0xF9EC 0x76D2 # 0 +0xF9ED 0x86E4 # 0 +0xF9EE 0x95A4 # 0 +0xF9EF 0x95D4 # 0 +0xF9F0 0x965C # 0 +0xF9F1 0x4EA2 # 0 +0xF9F2 0x4F09 # 0 +0xF9F3 0x59EE # 0 +0xF9F4 0x5AE6 # 0 +0xF9F5 0x5DF7 # 0 +0xF9F6 0x6052 # 0 +0xF9F7 0x6297 # 0 +0xF9F8 0x676D # 0 +0xF9F9 0x6841 # 0 +0xF9FA 0x6C86 # 0 +0xF9FB 0x6E2F # 0 +0xF9FC 0x7F38 # 0 +0xF9FD 0x809B # 0 +0xF9FE 0x822A # 0 +0xFAA1 0xFA08 # 0 +0xFAA2 0xFA09 # 0 +0xFAA3 0x9805 # 0 +0xFAA4 0x4EA5 # 0 +0xFAA5 0x5055 # 0 +0xFAA6 0x54B3 # 0 +0xFAA7 0x5793 # 0 +0xFAA8 0x595A # 0 +0xFAA9 0x5B69 # 0 +0xFAAA 0x5BB3 # 0 +0xFAAB 0x61C8 # 0 +0xFAAC 0x6977 # 0 +0xFAAD 0x6D77 # 0 +0xFAAE 0x7023 # 0 +0xFAAF 0x87F9 # 0 +0xFAB0 0x89E3 # 0 +0xFAB1 0x8A72 # 0 +0xFAB2 0x8AE7 # 0 +0xFAB3 0x9082 # 0 +0xFAB4 0x99ED # 0 +0xFAB5 0x9AB8 # 0 +0xFAB6 0x52BE # 0 +0xFAB7 0x6838 # 0 +0xFAB8 0x5016 # 0 +0xFAB9 0x5E78 # 0 +0xFABA 0x674F # 0 +0xFABB 0x8347 # 0 +0xFABC 0x884C # 0 +0xFABD 0x4EAB # 0 +0xFABE 0x5411 # 0 +0xFABF 0x56AE # 0 +0xFAC0 0x73E6 # 0 +0xFAC1 0x9115 # 0 +0xFAC2 0x97FF # 0 +0xFAC3 0x9909 # 0 +0xFAC4 0x9957 # 0 +0xFAC5 0x9999 # 0 +0xFAC6 0x5653 # 0 +0xFAC7 0x589F # 0 +0xFAC8 0x865B # 0 +0xFAC9 0x8A31 # 0 +0xFACA 0x61B2 # 0 +0xFACB 0x6AF6 # 0 +0xFACC 0x737B # 0 +0xFACD 0x8ED2 # 0 +0xFACE 0x6B47 # 0 +0xFACF 0x96AA # 0 +0xFAD0 0x9A57 # 0 +0xFAD1 0x5955 # 0 +0xFAD2 0x7200 # 0 +0xFAD3 0x8D6B # 0 +0xFAD4 0x9769 # 0 +0xFAD5 0x4FD4 # 0 +0xFAD6 0x5CF4 # 0 +0xFAD7 0x5F26 # 0 +0xFAD8 0x61F8 # 0 +0xFAD9 0x665B # 0 +0xFADA 0x6CEB # 0 +0xFADB 0x70AB # 0 +0xFADC 0x7384 # 0 +0xFADD 0x73B9 # 0 +0xFADE 0x73FE # 0 +0xFADF 0x7729 # 0 +0xFAE0 0x774D # 0 +0xFAE1 0x7D43 # 0 +0xFAE2 0x7D62 # 0 +0xFAE3 0x7E23 # 0 +0xFAE4 0x8237 # 0 +0xFAE5 0x8852 # 0 +0xFAE6 0xFA0A # 0 +0xFAE7 0x8CE2 # 0 +0xFAE8 0x9249 # 0 +0xFAE9 0x986F # 0 +0xFAEA 0x5B51 # 0 +0xFAEB 0x7A74 # 0 +0xFAEC 0x8840 # 0 +0xFAED 0x9801 # 0 +0xFAEE 0x5ACC # 0 +0xFAEF 0x4FE0 # 0 +0xFAF0 0x5354 # 0 +0xFAF1 0x593E # 0 +0xFAF2 0x5CFD # 0 +0xFAF3 0x633E # 0 +0xFAF4 0x6D79 # 0 +0xFAF5 0x72F9 # 0 +0xFAF6 0x8105 # 0 +0xFAF7 0x8107 # 0 +0xFAF8 0x83A2 # 0 +0xFAF9 0x92CF # 0 +0xFAFA 0x9830 # 0 +0xFAFB 0x4EA8 # 0 +0xFAFC 0x5144 # 0 +0xFAFD 0x5211 # 0 +0xFAFE 0x578B # 0 +0xFBA1 0x5F62 # 0 +0xFBA2 0x6CC2 # 0 +0xFBA3 0x6ECE # 0 +0xFBA4 0x7005 # 0 +0xFBA5 0x7050 # 0 +0xFBA6 0x70AF # 0 +0xFBA7 0x7192 # 0 +0xFBA8 0x73E9 # 0 +0xFBA9 0x7469 # 0 +0xFBAA 0x834A # 0 +0xFBAB 0x87A2 # 0 +0xFBAC 0x8861 # 0 +0xFBAD 0x9008 # 0 +0xFBAE 0x90A2 # 0 +0xFBAF 0x93A3 # 0 +0xFBB0 0x99A8 # 0 +0xFBB1 0x516E # 0 +0xFBB2 0x5F57 # 0 +0xFBB3 0x60E0 # 0 +0xFBB4 0x6167 # 0 +0xFBB5 0x66B3 # 0 +0xFBB6 0x8559 # 0 +0xFBB7 0x8E4A # 0 +0xFBB8 0x91AF # 0 +0xFBB9 0x978B # 0 +0xFBBA 0x4E4E # 0 +0xFBBB 0x4E92 # 0 +0xFBBC 0x547C # 0 +0xFBBD 0x58D5 # 0 +0xFBBE 0x58FA # 0 +0xFBBF 0x597D # 0 +0xFBC0 0x5CB5 # 0 +0xFBC1 0x5F27 # 0 +0xFBC2 0x6236 # 0 +0xFBC3 0x6248 # 0 +0xFBC4 0x660A # 0 +0xFBC5 0x6667 # 0 +0xFBC6 0x6BEB # 0 +0xFBC7 0x6D69 # 0 +0xFBC8 0x6DCF # 0 +0xFBC9 0x6E56 # 0 +0xFBCA 0x6EF8 # 0 +0xFBCB 0x6F94 # 0 +0xFBCC 0x6FE0 # 0 +0xFBCD 0x6FE9 # 0 +0xFBCE 0x705D # 0 +0xFBCF 0x72D0 # 0 +0xFBD0 0x7425 # 0 +0xFBD1 0x745A # 0 +0xFBD2 0x74E0 # 0 +0xFBD3 0x7693 # 0 +0xFBD4 0x795C # 0 +0xFBD5 0x7CCA # 0 +0xFBD6 0x7E1E # 0 +0xFBD7 0x80E1 # 0 +0xFBD8 0x82A6 # 0 +0xFBD9 0x846B # 0 +0xFBDA 0x84BF # 0 +0xFBDB 0x864E # 0 +0xFBDC 0x865F # 0 +0xFBDD 0x8774 # 0 +0xFBDE 0x8B77 # 0 +0xFBDF 0x8C6A # 0 +0xFBE0 0x93AC # 0 +0xFBE1 0x9800 # 0 +0xFBE2 0x9865 # 0 +0xFBE3 0x60D1 # 0 +0xFBE4 0x6216 # 0 +0xFBE5 0x9177 # 0 +0xFBE6 0x5A5A # 0 +0xFBE7 0x660F # 0 +0xFBE8 0x6DF7 # 0 +0xFBE9 0x6E3E # 0 +0xFBEA 0x743F # 0 +0xFBEB 0x9B42 # 0 +0xFBEC 0x5FFD # 0 +0xFBED 0x60DA # 0 +0xFBEE 0x7B0F # 0 +0xFBEF 0x54C4 # 0 +0xFBF0 0x5F18 # 0 +0xFBF1 0x6C5E # 0 +0xFBF2 0x6CD3 # 0 +0xFBF3 0x6D2A # 0 +0xFBF4 0x70D8 # 0 +0xFBF5 0x7D05 # 0 +0xFBF6 0x8679 # 0 +0xFBF7 0x8A0C # 0 +0xFBF8 0x9D3B # 0 +0xFBF9 0x5316 # 0 +0xFBFA 0x548C # 0 +0xFBFB 0x5B05 # 0 +0xFBFC 0x6A3A # 0 +0xFBFD 0x706B # 0 +0xFBFE 0x7575 # 0 +0xFCA1 0x798D # 0 +0xFCA2 0x79BE # 0 +0xFCA3 0x82B1 # 0 +0xFCA4 0x83EF # 0 +0xFCA5 0x8A71 # 0 +0xFCA6 0x8B41 # 0 +0xFCA7 0x8CA8 # 0 +0xFCA8 0x9774 # 0 +0xFCA9 0xFA0B # 0 +0xFCAA 0x64F4 # 0 +0xFCAB 0x652B # 0 +0xFCAC 0x78BA # 0 +0xFCAD 0x78BB # 0 +0xFCAE 0x7A6B # 0 +0xFCAF 0x4E38 # 0 +0xFCB0 0x559A # 0 +0xFCB1 0x5950 # 0 +0xFCB2 0x5BA6 # 0 +0xFCB3 0x5E7B # 0 +0xFCB4 0x60A3 # 0 +0xFCB5 0x63DB # 0 +0xFCB6 0x6B61 # 0 +0xFCB7 0x6665 # 0 +0xFCB8 0x6853 # 0 +0xFCB9 0x6E19 # 0 +0xFCBA 0x7165 # 0 +0xFCBB 0x74B0 # 0 +0xFCBC 0x7D08 # 0 +0xFCBD 0x9084 # 0 +0xFCBE 0x9A69 # 0 +0xFCBF 0x9C25 # 0 +0xFCC0 0x6D3B # 0 +0xFCC1 0x6ED1 # 0 +0xFCC2 0x733E # 0 +0xFCC3 0x8C41 # 0 +0xFCC4 0x95CA # 0 +0xFCC5 0x51F0 # 0 +0xFCC6 0x5E4C # 0 +0xFCC7 0x5FA8 # 0 +0xFCC8 0x604D # 0 +0xFCC9 0x60F6 # 0 +0xFCCA 0x6130 # 0 +0xFCCB 0x614C # 0 +0xFCCC 0x6643 # 0 +0xFCCD 0x6644 # 0 +0xFCCE 0x69A5 # 0 +0xFCCF 0x6CC1 # 0 +0xFCD0 0x6E5F # 0 +0xFCD1 0x6EC9 # 0 +0xFCD2 0x6F62 # 0 +0xFCD3 0x714C # 0 +0xFCD4 0x749C # 0 +0xFCD5 0x7687 # 0 +0xFCD6 0x7BC1 # 0 +0xFCD7 0x7C27 # 0 +0xFCD8 0x8352 # 0 +0xFCD9 0x8757 # 0 +0xFCDA 0x9051 # 0 +0xFCDB 0x968D # 0 +0xFCDC 0x9EC3 # 0 +0xFCDD 0x532F # 0 +0xFCDE 0x56DE # 0 +0xFCDF 0x5EFB # 0 +0xFCE0 0x5F8A # 0 +0xFCE1 0x6062 # 0 +0xFCE2 0x6094 # 0 +0xFCE3 0x61F7 # 0 +0xFCE4 0x6666 # 0 +0xFCE5 0x6703 # 0 +0xFCE6 0x6A9C # 0 +0xFCE7 0x6DEE # 0 +0xFCE8 0x6FAE # 0 +0xFCE9 0x7070 # 0 +0xFCEA 0x736A # 0 +0xFCEB 0x7E6A # 0 +0xFCEC 0x81BE # 0 +0xFCED 0x8334 # 0 +0xFCEE 0x86D4 # 0 +0xFCEF 0x8AA8 # 0 +0xFCF0 0x8CC4 # 0 +0xFCF1 0x5283 # 0 +0xFCF2 0x7372 # 0 +0xFCF3 0x5B96 # 0 +0xFCF4 0x6A6B # 0 +0xFCF5 0x9404 # 0 +0xFCF6 0x54EE # 0 +0xFCF7 0x5686 # 0 +0xFCF8 0x5B5D # 0 +0xFCF9 0x6548 # 0 +0xFCFA 0x6585 # 0 +0xFCFB 0x66C9 # 0 +0xFCFC 0x689F # 0 +0xFCFD 0x6D8D # 0 +0xFCFE 0x6DC6 # 0 +0xFDA1 0x723B # 0 +0xFDA2 0x80B4 # 0 +0xFDA3 0x9175 # 0 +0xFDA4 0x9A4D # 0 +0xFDA5 0x4FAF # 0 +0xFDA6 0x5019 # 0 +0xFDA7 0x539A # 0 +0xFDA8 0x540E # 0 +0xFDA9 0x543C # 0 +0xFDAA 0x5589 # 0 +0xFDAB 0x55C5 # 0 +0xFDAC 0x5E3F # 0 +0xFDAD 0x5F8C # 0 +0xFDAE 0x673D # 0 +0xFDAF 0x7166 # 0 +0xFDB0 0x73DD # 0 +0xFDB1 0x9005 # 0 +0xFDB2 0x52DB # 0 +0xFDB3 0x52F3 # 0 +0xFDB4 0x5864 # 0 +0xFDB5 0x58CE # 0 +0xFDB6 0x7104 # 0 +0xFDB7 0x718F # 0 +0xFDB8 0x71FB # 0 +0xFDB9 0x85B0 # 0 +0xFDBA 0x8A13 # 0 +0xFDBB 0x6688 # 0 +0xFDBC 0x85A8 # 0 +0xFDBD 0x55A7 # 0 +0xFDBE 0x6684 # 0 +0xFDBF 0x714A # 0 +0xFDC0 0x8431 # 0 +0xFDC1 0x5349 # 0 +0xFDC2 0x5599 # 0 +0xFDC3 0x6BC1 # 0 +0xFDC4 0x5F59 # 0 +0xFDC5 0x5FBD # 0 +0xFDC6 0x63EE # 0 +0xFDC7 0x6689 # 0 +0xFDC8 0x7147 # 0 +0xFDC9 0x8AF1 # 0 +0xFDCA 0x8F1D # 0 +0xFDCB 0x9EBE # 0 +0xFDCC 0x4F11 # 0 +0xFDCD 0x643A # 0 +0xFDCE 0x70CB # 0 +0xFDCF 0x7566 # 0 +0xFDD0 0x8667 # 0 +0xFDD1 0x6064 # 0 +0xFDD2 0x8B4E # 0 +0xFDD3 0x9DF8 # 0 +0xFDD4 0x5147 # 0 +0xFDD5 0x51F6 # 0 +0xFDD6 0x5308 # 0 +0xFDD7 0x6D36 # 0 +0xFDD8 0x80F8 # 0 +0xFDD9 0x9ED1 # 0 +0xFDDA 0x6615 # 0 +0xFDDB 0x6B23 # 0 +0xFDDC 0x7098 # 0 +0xFDDD 0x75D5 # 0 +0xFDDE 0x5403 # 0 +0xFDDF 0x5C79 # 0 +0xFDE0 0x7D07 # 0 +0xFDE1 0x8A16 # 0 +0xFDE2 0x6B20 # 0 +0xFDE3 0x6B3D # 0 +0xFDE4 0x6B46 # 0 +0xFDE5 0x5438 # 0 +0xFDE6 0x6070 # 0 +0xFDE7 0x6D3D # 0 +0xFDE8 0x7FD5 # 0 +0xFDE9 0x8208 # 0 +0xFDEA 0x50D6 # 0 +0xFDEB 0x51DE # 0 +0xFDEC 0x559C # 0 +0xFDED 0x566B # 0 +0xFDEE 0x56CD # 0 +0xFDEF 0x59EC # 0 +0xFDF0 0x5B09 # 0 +0xFDF1 0x5E0C # 0 +0xFDF2 0x6199 # 0 +0xFDF3 0x6198 # 0 +0xFDF4 0x6231 # 0 +0xFDF5 0x665E # 0 +0xFDF6 0x66E6 # 0 +0xFDF7 0x7199 # 0 +0xFDF8 0x71B9 # 0 +0xFDF9 0x71BA # 0 +0xFDFA 0x72A7 # 0 +0xFDFB 0x79A7 # 0 +0xFDFC 0x7A00 # 0 +0xFDFD 0x7FB2 # 0 +0xFDFE 0x8A70 # 0 +0xFEA1 0xE05E # 0 +0xFEA2 0xE05F # 0 +0xFEA3 0xE060 # 0 +0xFEA4 0xE061 # 0 +0xFEA5 0xE062 # 0 +0xFEA6 0xE063 # 0 +0xFEA7 0xE064 # 0 +0xFEA8 0xE065 # 0 +0xFEA9 0xE066 # 0 +0xFEAA 0xE067 # 0 +0xFEAB 0xE068 # 0 +0xFEAC 0xE069 # 0 +0xFEAD 0xE06A # 0 +0xFEAE 0xE06B # 0 +0xFEAF 0xE06C # 0 +0xFEB0 0xE06D # 0 +0xFEB1 0xE06E # 0 +0xFEB2 0xE06F # 0 +0xFEB3 0xE070 # 0 +0xFEB4 0xE071 # 0 +0xFEB5 0xE072 # 0 +0xFEB6 0xE073 # 0 +0xFEB7 0xE074 # 0 +0xFEB8 0xE075 # 0 +0xFEB9 0xE076 # 0 +0xFEBA 0xE077 # 0 +0xFEBB 0xE078 # 0 +0xFEBC 0xE079 # 0 +0xFEBD 0xE07A # 0 +0xFEBE 0xE07B # 0 +0xFEBF 0xE07C # 0 +0xFEC0 0xE07D # 0 +0xFEC1 0xE07E # 0 +0xFEC2 0xE07F # 0 +0xFEC3 0xE080 # 0 +0xFEC4 0xE081 # 0 +0xFEC5 0xE082 # 0 +0xFEC6 0xE083 # 0 +0xFEC7 0xE084 # 0 +0xFEC8 0xE085 # 0 +0xFEC9 0xE086 # 0 +0xFECA 0xE087 # 0 +0xFECB 0xE088 # 0 +0xFECC 0xE089 # 0 +0xFECD 0xE08A # 0 +0xFECE 0xE08B # 0 +0xFECF 0xE08C # 0 +0xFED0 0xE08D # 0 +0xFED1 0xE08E # 0 +0xFED2 0xE08F # 0 +0xFED3 0xE090 # 0 +0xFED4 0xE091 # 0 +0xFED5 0xE092 # 0 +0xFED6 0xE093 # 0 +0xFED7 0xE094 # 0 +0xFED8 0xE095 # 0 +0xFED9 0xE096 # 0 +0xFEDA 0xE097 # 0 +0xFEDB 0xE098 # 0 +0xFEDC 0xE099 # 0 +0xFEDD 0xE09A # 0 +0xFEDE 0xE09B # 0 +0xFEDF 0xE09C # 0 +0xFEE0 0xE09D # 0 +0xFEE1 0xE09E # 0 +0xFEE2 0xE09F # 0 +0xFEE3 0xE0A0 # 0 +0xFEE4 0xE0A1 # 0 +0xFEE5 0xE0A2 # 0 +0xFEE6 0xE0A3 # 0 +0xFEE7 0xE0A4 # 0 +0xFEE8 0xE0A5 # 0 +0xFEE9 0xE0A6 # 0 +0xFEEA 0xE0A7 # 0 +0xFEEB 0xE0A8 # 0 +0xFEEC 0xE0A9 # 0 +0xFEED 0xE0AA # 0 +0xFEEE 0xE0AB # 0 +0xFEEF 0xE0AC # 0 +0xFEF0 0xE0AD # 0 +0xFEF1 0xE0AE # 0 +0xFEF2 0xE0AF # 0 +0xFEF3 0xE0B0 # 0 +0xFEF4 0xE0B1 # 0 +0xFEF5 0xE0B2 # 0 +0xFEF6 0xE0B3 # 0 +0xFEF7 0xE0B4 # 0 +0xFEF8 0xE0B5 # 0 +0xFEF9 0xE0B6 # 0 +0xFEFA 0xE0B7 # 0 +0xFEFB 0xE0B8 # 0 +0xFEFC 0xE0B9 # 0 +0xFEFD 0xE0BA # 0 +0xFEFE 0xE0BB # 0 diff --git a/data/windows-950.txt b/data/windows-950.txt new file mode 100644 index 0000000000..2ac92bf35c --- /dev/null +++ b/data/windows-950.txt @@ -0,0 +1,19841 @@ +# cp950.txt - Legacy to Unicode charmap +0x0000 0x0000 # 0 +0x0001 0x0001 # 0 +0x0002 0x0002 # 0 +0x0003 0x0003 # 0 +0x0004 0x0004 # 0 +0x0005 0x0005 # 0 +0x0006 0x0006 # 0 +0x0007 0x0007 # 0 +0x0008 0x0008 # 0 +0x0009 0x0009 # 0 +0x000A 0x000A # 0 +0x000B 0x000B # 0 +0x000C 0x000C # 0 +0x000D 0x000D # 0 +0x000E 0x000E # 0 +0x000F 0x000F # 0 +0x0010 0x0010 # 0 +0x0011 0x0011 # 0 +0x0012 0x0012 # 0 +0x0013 0x0013 # 0 +0x0014 0x0014 # 0 +0x0015 0x0015 # 0 +0x0016 0x0016 # 0 +0x0017 0x0017 # 0 +0x0018 0x0018 # 0 +0x0019 0x0019 # 0 +0x001A 0x001A # 0 +0x001B 0x001B # 0 +0x001C 0x001C # 0 +0x001D 0x001D # 0 +0x001E 0x001E # 0 +0x001F 0x001F # 0 +0x0020 0x0020 # 0 +0x0021 0x0021 # 0 +0x0022 0x0022 # 0 +0x0023 0x0023 # 0 +0x0024 0x0024 # 0 +0x0025 0x0025 # 0 +0x0026 0x0026 # 0 +0x0027 0x0027 # 0 +0x0028 0x0028 # 0 +0x0029 0x0029 # 0 +0x002A 0x002A # 0 +0x002B 0x002B # 0 +0x002C 0x002C # 0 +0x002D 0x002D # 0 +0x002E 0x002E # 0 +0x002F 0x002F # 0 +0x0030 0x0030 # 0 +0x0031 0x0031 # 0 +0x0032 0x0032 # 0 +0x0033 0x0033 # 0 +0x0034 0x0034 # 0 +0x0035 0x0035 # 0 +0x0036 0x0036 # 0 +0x0037 0x0037 # 0 +0x0038 0x0038 # 0 +0x0039 0x0039 # 0 +0x003A 0x003A # 0 +0x003B 0x003B # 0 +0x003C 0x003C # 0 +0x003D 0x003D # 0 +0x003E 0x003E # 0 +0x003F 0x003F # 0 +0x0040 0x0040 # 0 +0x0041 0x0041 # 0 +0x0042 0x0042 # 0 +0x0043 0x0043 # 0 +0x0044 0x0044 # 0 +0x0045 0x0045 # 0 +0x0046 0x0046 # 0 +0x0047 0x0047 # 0 +0x0048 0x0048 # 0 +0x0049 0x0049 # 0 +0x004A 0x004A # 0 +0x004B 0x004B # 0 +0x004C 0x004C # 0 +0x004D 0x004D # 0 +0x004E 0x004E # 0 +0x004F 0x004F # 0 +0x0050 0x0050 # 0 +0x0051 0x0051 # 0 +0x0052 0x0052 # 0 +0x0053 0x0053 # 0 +0x0054 0x0054 # 0 +0x0055 0x0055 # 0 +0x0056 0x0056 # 0 +0x0057 0x0057 # 0 +0x0058 0x0058 # 0 +0x0059 0x0059 # 0 +0x005A 0x005A # 0 +0x005B 0x005B # 0 +0x005C 0x005C # 0 +0x005D 0x005D # 0 +0x005E 0x005E # 0 +0x005F 0x005F # 0 +0x0060 0x0060 # 0 +0x0061 0x0061 # 0 +0x0062 0x0062 # 0 +0x0063 0x0063 # 0 +0x0064 0x0064 # 0 +0x0065 0x0065 # 0 +0x0066 0x0066 # 0 +0x0067 0x0067 # 0 +0x0068 0x0068 # 0 +0x0069 0x0069 # 0 +0x006A 0x006A # 0 +0x006B 0x006B # 0 +0x006C 0x006C # 0 +0x006D 0x006D # 0 +0x006E 0x006E # 0 +0x006F 0x006F # 0 +0x0070 0x0070 # 0 +0x0071 0x0071 # 0 +0x0072 0x0072 # 0 +0x0073 0x0073 # 0 +0x0074 0x0074 # 0 +0x0075 0x0075 # 0 +0x0076 0x0076 # 0 +0x0077 0x0077 # 0 +0x0078 0x0078 # 0 +0x0079 0x0079 # 0 +0x007A 0x007A # 0 +0x007B 0x007B # 0 +0x007C 0x007C # 0 +0x007D 0x007D # 0 +0x007E 0x007E # 0 +0x007F 0x007F # 0 +0x0080 0x0080 # 0 +0x00FF 0xF8F8 # 0 +0x8140 0xEEB8 # 0 +0x8141 0xEEB9 # 0 +0x8142 0xEEBA # 0 +0x8143 0xEEBB # 0 +0x8144 0xEEBC # 0 +0x8145 0xEEBD # 0 +0x8146 0xEEBE # 0 +0x8147 0xEEBF # 0 +0x8148 0xEEC0 # 0 +0x8149 0xEEC1 # 0 +0x814A 0xEEC2 # 0 +0x814B 0xEEC3 # 0 +0x814C 0xEEC4 # 0 +0x814D 0xEEC5 # 0 +0x814E 0xEEC6 # 0 +0x814F 0xEEC7 # 0 +0x8150 0xEEC8 # 0 +0x8151 0xEEC9 # 0 +0x8152 0xEECA # 0 +0x8153 0xEECB # 0 +0x8154 0xEECC # 0 +0x8155 0xEECD # 0 +0x8156 0xEECE # 0 +0x8157 0xEECF # 0 +0x8158 0xEED0 # 0 +0x8159 0xEED1 # 0 +0x815A 0xEED2 # 0 +0x815B 0xEED3 # 0 +0x815C 0xEED4 # 0 +0x815D 0xEED5 # 0 +0x815E 0xEED6 # 0 +0x815F 0xEED7 # 0 +0x8160 0xEED8 # 0 +0x8161 0xEED9 # 0 +0x8162 0xEEDA # 0 +0x8163 0xEEDB # 0 +0x8164 0xEEDC # 0 +0x8165 0xEEDD # 0 +0x8166 0xEEDE # 0 +0x8167 0xEEDF # 0 +0x8168 0xEEE0 # 0 +0x8169 0xEEE1 # 0 +0x816A 0xEEE2 # 0 +0x816B 0xEEE3 # 0 +0x816C 0xEEE4 # 0 +0x816D 0xEEE5 # 0 +0x816E 0xEEE6 # 0 +0x816F 0xEEE7 # 0 +0x8170 0xEEE8 # 0 +0x8171 0xEEE9 # 0 +0x8172 0xEEEA # 0 +0x8173 0xEEEB # 0 +0x8174 0xEEEC # 0 +0x8175 0xEEED # 0 +0x8176 0xEEEE # 0 +0x8177 0xEEEF # 0 +0x8178 0xEEF0 # 0 +0x8179 0xEEF1 # 0 +0x817A 0xEEF2 # 0 +0x817B 0xEEF3 # 0 +0x817C 0xEEF4 # 0 +0x817D 0xEEF5 # 0 +0x817E 0xEEF6 # 0 +0x81A1 0xEEF7 # 0 +0x81A2 0xEEF8 # 0 +0x81A3 0xEEF9 # 0 +0x81A4 0xEEFA # 0 +0x81A5 0xEEFB # 0 +0x81A6 0xEEFC # 0 +0x81A7 0xEEFD # 0 +0x81A8 0xEEFE # 0 +0x81A9 0xEEFF # 0 +0x81AA 0xEF00 # 0 +0x81AB 0xEF01 # 0 +0x81AC 0xEF02 # 0 +0x81AD 0xEF03 # 0 +0x81AE 0xEF04 # 0 +0x81AF 0xEF05 # 0 +0x81B0 0xEF06 # 0 +0x81B1 0xEF07 # 0 +0x81B2 0xEF08 # 0 +0x81B3 0xEF09 # 0 +0x81B4 0xEF0A # 0 +0x81B5 0xEF0B # 0 +0x81B6 0xEF0C # 0 +0x81B7 0xEF0D # 0 +0x81B8 0xEF0E # 0 +0x81B9 0xEF0F # 0 +0x81BA 0xEF10 # 0 +0x81BB 0xEF11 # 0 +0x81BC 0xEF12 # 0 +0x81BD 0xEF13 # 0 +0x81BE 0xEF14 # 0 +0x81BF 0xEF15 # 0 +0x81C0 0xEF16 # 0 +0x81C1 0xEF17 # 0 +0x81C2 0xEF18 # 0 +0x81C3 0xEF19 # 0 +0x81C4 0xEF1A # 0 +0x81C5 0xEF1B # 0 +0x81C6 0xEF1C # 0 +0x81C7 0xEF1D # 0 +0x81C8 0xEF1E # 0 +0x81C9 0xEF1F # 0 +0x81CA 0xEF20 # 0 +0x81CB 0xEF21 # 0 +0x81CC 0xEF22 # 0 +0x81CD 0xEF23 # 0 +0x81CE 0xEF24 # 0 +0x81CF 0xEF25 # 0 +0x81D0 0xEF26 # 0 +0x81D1 0xEF27 # 0 +0x81D2 0xEF28 # 0 +0x81D3 0xEF29 # 0 +0x81D4 0xEF2A # 0 +0x81D5 0xEF2B # 0 +0x81D6 0xEF2C # 0 +0x81D7 0xEF2D # 0 +0x81D8 0xEF2E # 0 +0x81D9 0xEF2F # 0 +0x81DA 0xEF30 # 0 +0x81DB 0xEF31 # 0 +0x81DC 0xEF32 # 0 +0x81DD 0xEF33 # 0 +0x81DE 0xEF34 # 0 +0x81DF 0xEF35 # 0 +0x81E0 0xEF36 # 0 +0x81E1 0xEF37 # 0 +0x81E2 0xEF38 # 0 +0x81E3 0xEF39 # 0 +0x81E4 0xEF3A # 0 +0x81E5 0xEF3B # 0 +0x81E6 0xEF3C # 0 +0x81E7 0xEF3D # 0 +0x81E8 0xEF3E # 0 +0x81E9 0xEF3F # 0 +0x81EA 0xEF40 # 0 +0x81EB 0xEF41 # 0 +0x81EC 0xEF42 # 0 +0x81ED 0xEF43 # 0 +0x81EE 0xEF44 # 0 +0x81EF 0xEF45 # 0 +0x81F0 0xEF46 # 0 +0x81F1 0xEF47 # 0 +0x81F2 0xEF48 # 0 +0x81F3 0xEF49 # 0 +0x81F4 0xEF4A # 0 +0x81F5 0xEF4B # 0 +0x81F6 0xEF4C # 0 +0x81F7 0xEF4D # 0 +0x81F8 0xEF4E # 0 +0x81F9 0xEF4F # 0 +0x81FA 0xEF50 # 0 +0x81FB 0xEF51 # 0 +0x81FC 0xEF52 # 0 +0x81FD 0xEF53 # 0 +0x81FE 0xEF54 # 0 +0x8240 0xEF55 # 0 +0x8241 0xEF56 # 0 +0x8242 0xEF57 # 0 +0x8243 0xEF58 # 0 +0x8244 0xEF59 # 0 +0x8245 0xEF5A # 0 +0x8246 0xEF5B # 0 +0x8247 0xEF5C # 0 +0x8248 0xEF5D # 0 +0x8249 0xEF5E # 0 +0x824A 0xEF5F # 0 +0x824B 0xEF60 # 0 +0x824C 0xEF61 # 0 +0x824D 0xEF62 # 0 +0x824E 0xEF63 # 0 +0x824F 0xEF64 # 0 +0x8250 0xEF65 # 0 +0x8251 0xEF66 # 0 +0x8252 0xEF67 # 0 +0x8253 0xEF68 # 0 +0x8254 0xEF69 # 0 +0x8255 0xEF6A # 0 +0x8256 0xEF6B # 0 +0x8257 0xEF6C # 0 +0x8258 0xEF6D # 0 +0x8259 0xEF6E # 0 +0x825A 0xEF6F # 0 +0x825B 0xEF70 # 0 +0x825C 0xEF71 # 0 +0x825D 0xEF72 # 0 +0x825E 0xEF73 # 0 +0x825F 0xEF74 # 0 +0x8260 0xEF75 # 0 +0x8261 0xEF76 # 0 +0x8262 0xEF77 # 0 +0x8263 0xEF78 # 0 +0x8264 0xEF79 # 0 +0x8265 0xEF7A # 0 +0x8266 0xEF7B # 0 +0x8267 0xEF7C # 0 +0x8268 0xEF7D # 0 +0x8269 0xEF7E # 0 +0x826A 0xEF7F # 0 +0x826B 0xEF80 # 0 +0x826C 0xEF81 # 0 +0x826D 0xEF82 # 0 +0x826E 0xEF83 # 0 +0x826F 0xEF84 # 0 +0x8270 0xEF85 # 0 +0x8271 0xEF86 # 0 +0x8272 0xEF87 # 0 +0x8273 0xEF88 # 0 +0x8274 0xEF89 # 0 +0x8275 0xEF8A # 0 +0x8276 0xEF8B # 0 +0x8277 0xEF8C # 0 +0x8278 0xEF8D # 0 +0x8279 0xEF8E # 0 +0x827A 0xEF8F # 0 +0x827B 0xEF90 # 0 +0x827C 0xEF91 # 0 +0x827D 0xEF92 # 0 +0x827E 0xEF93 # 0 +0x82A1 0xEF94 # 0 +0x82A2 0xEF95 # 0 +0x82A3 0xEF96 # 0 +0x82A4 0xEF97 # 0 +0x82A5 0xEF98 # 0 +0x82A6 0xEF99 # 0 +0x82A7 0xEF9A # 0 +0x82A8 0xEF9B # 0 +0x82A9 0xEF9C # 0 +0x82AA 0xEF9D # 0 +0x82AB 0xEF9E # 0 +0x82AC 0xEF9F # 0 +0x82AD 0xEFA0 # 0 +0x82AE 0xEFA1 # 0 +0x82AF 0xEFA2 # 0 +0x82B0 0xEFA3 # 0 +0x82B1 0xEFA4 # 0 +0x82B2 0xEFA5 # 0 +0x82B3 0xEFA6 # 0 +0x82B4 0xEFA7 # 0 +0x82B5 0xEFA8 # 0 +0x82B6 0xEFA9 # 0 +0x82B7 0xEFAA # 0 +0x82B8 0xEFAB # 0 +0x82B9 0xEFAC # 0 +0x82BA 0xEFAD # 0 +0x82BB 0xEFAE # 0 +0x82BC 0xEFAF # 0 +0x82BD 0xEFB0 # 0 +0x82BE 0xEFB1 # 0 +0x82BF 0xEFB2 # 0 +0x82C0 0xEFB3 # 0 +0x82C1 0xEFB4 # 0 +0x82C2 0xEFB5 # 0 +0x82C3 0xEFB6 # 0 +0x82C4 0xEFB7 # 0 +0x82C5 0xEFB8 # 0 +0x82C6 0xEFB9 # 0 +0x82C7 0xEFBA # 0 +0x82C8 0xEFBB # 0 +0x82C9 0xEFBC # 0 +0x82CA 0xEFBD # 0 +0x82CB 0xEFBE # 0 +0x82CC 0xEFBF # 0 +0x82CD 0xEFC0 # 0 +0x82CE 0xEFC1 # 0 +0x82CF 0xEFC2 # 0 +0x82D0 0xEFC3 # 0 +0x82D1 0xEFC4 # 0 +0x82D2 0xEFC5 # 0 +0x82D3 0xEFC6 # 0 +0x82D4 0xEFC7 # 0 +0x82D5 0xEFC8 # 0 +0x82D6 0xEFC9 # 0 +0x82D7 0xEFCA # 0 +0x82D8 0xEFCB # 0 +0x82D9 0xEFCC # 0 +0x82DA 0xEFCD # 0 +0x82DB 0xEFCE # 0 +0x82DC 0xEFCF # 0 +0x82DD 0xEFD0 # 0 +0x82DE 0xEFD1 # 0 +0x82DF 0xEFD2 # 0 +0x82E0 0xEFD3 # 0 +0x82E1 0xEFD4 # 0 +0x82E2 0xEFD5 # 0 +0x82E3 0xEFD6 # 0 +0x82E4 0xEFD7 # 0 +0x82E5 0xEFD8 # 0 +0x82E6 0xEFD9 # 0 +0x82E7 0xEFDA # 0 +0x82E8 0xEFDB # 0 +0x82E9 0xEFDC # 0 +0x82EA 0xEFDD # 0 +0x82EB 0xEFDE # 0 +0x82EC 0xEFDF # 0 +0x82ED 0xEFE0 # 0 +0x82EE 0xEFE1 # 0 +0x82EF 0xEFE2 # 0 +0x82F0 0xEFE3 # 0 +0x82F1 0xEFE4 # 0 +0x82F2 0xEFE5 # 0 +0x82F3 0xEFE6 # 0 +0x82F4 0xEFE7 # 0 +0x82F5 0xEFE8 # 0 +0x82F6 0xEFE9 # 0 +0x82F7 0xEFEA # 0 +0x82F8 0xEFEB # 0 +0x82F9 0xEFEC # 0 +0x82FA 0xEFED # 0 +0x82FB 0xEFEE # 0 +0x82FC 0xEFEF # 0 +0x82FD 0xEFF0 # 0 +0x82FE 0xEFF1 # 0 +0x8340 0xEFF2 # 0 +0x8341 0xEFF3 # 0 +0x8342 0xEFF4 # 0 +0x8343 0xEFF5 # 0 +0x8344 0xEFF6 # 0 +0x8345 0xEFF7 # 0 +0x8346 0xEFF8 # 0 +0x8347 0xEFF9 # 0 +0x8348 0xEFFA # 0 +0x8349 0xEFFB # 0 +0x834A 0xEFFC # 0 +0x834B 0xEFFD # 0 +0x834C 0xEFFE # 0 +0x834D 0xEFFF # 0 +0x834E 0xF000 # 0 +0x834F 0xF001 # 0 +0x8350 0xF002 # 0 +0x8351 0xF003 # 0 +0x8352 0xF004 # 0 +0x8353 0xF005 # 0 +0x8354 0xF006 # 0 +0x8355 0xF007 # 0 +0x8356 0xF008 # 0 +0x8357 0xF009 # 0 +0x8358 0xF00A # 0 +0x8359 0xF00B # 0 +0x835A 0xF00C # 0 +0x835B 0xF00D # 0 +0x835C 0xF00E # 0 +0x835D 0xF00F # 0 +0x835E 0xF010 # 0 +0x835F 0xF011 # 0 +0x8360 0xF012 # 0 +0x8361 0xF013 # 0 +0x8362 0xF014 # 0 +0x8363 0xF015 # 0 +0x8364 0xF016 # 0 +0x8365 0xF017 # 0 +0x8366 0xF018 # 0 +0x8367 0xF019 # 0 +0x8368 0xF01A # 0 +0x8369 0xF01B # 0 +0x836A 0xF01C # 0 +0x836B 0xF01D # 0 +0x836C 0xF01E # 0 +0x836D 0xF01F # 0 +0x836E 0xF020 # 0 +0x836F 0xF021 # 0 +0x8370 0xF022 # 0 +0x8371 0xF023 # 0 +0x8372 0xF024 # 0 +0x8373 0xF025 # 0 +0x8374 0xF026 # 0 +0x8375 0xF027 # 0 +0x8376 0xF028 # 0 +0x8377 0xF029 # 0 +0x8378 0xF02A # 0 +0x8379 0xF02B # 0 +0x837A 0xF02C # 0 +0x837B 0xF02D # 0 +0x837C 0xF02E # 0 +0x837D 0xF02F # 0 +0x837E 0xF030 # 0 +0x83A1 0xF031 # 0 +0x83A2 0xF032 # 0 +0x83A3 0xF033 # 0 +0x83A4 0xF034 # 0 +0x83A5 0xF035 # 0 +0x83A6 0xF036 # 0 +0x83A7 0xF037 # 0 +0x83A8 0xF038 # 0 +0x83A9 0xF039 # 0 +0x83AA 0xF03A # 0 +0x83AB 0xF03B # 0 +0x83AC 0xF03C # 0 +0x83AD 0xF03D # 0 +0x83AE 0xF03E # 0 +0x83AF 0xF03F # 0 +0x83B0 0xF040 # 0 +0x83B1 0xF041 # 0 +0x83B2 0xF042 # 0 +0x83B3 0xF043 # 0 +0x83B4 0xF044 # 0 +0x83B5 0xF045 # 0 +0x83B6 0xF046 # 0 +0x83B7 0xF047 # 0 +0x83B8 0xF048 # 0 +0x83B9 0xF049 # 0 +0x83BA 0xF04A # 0 +0x83BB 0xF04B # 0 +0x83BC 0xF04C # 0 +0x83BD 0xF04D # 0 +0x83BE 0xF04E # 0 +0x83BF 0xF04F # 0 +0x83C0 0xF050 # 0 +0x83C1 0xF051 # 0 +0x83C2 0xF052 # 0 +0x83C3 0xF053 # 0 +0x83C4 0xF054 # 0 +0x83C5 0xF055 # 0 +0x83C6 0xF056 # 0 +0x83C7 0xF057 # 0 +0x83C8 0xF058 # 0 +0x83C9 0xF059 # 0 +0x83CA 0xF05A # 0 +0x83CB 0xF05B # 0 +0x83CC 0xF05C # 0 +0x83CD 0xF05D # 0 +0x83CE 0xF05E # 0 +0x83CF 0xF05F # 0 +0x83D0 0xF060 # 0 +0x83D1 0xF061 # 0 +0x83D2 0xF062 # 0 +0x83D3 0xF063 # 0 +0x83D4 0xF064 # 0 +0x83D5 0xF065 # 0 +0x83D6 0xF066 # 0 +0x83D7 0xF067 # 0 +0x83D8 0xF068 # 0 +0x83D9 0xF069 # 0 +0x83DA 0xF06A # 0 +0x83DB 0xF06B # 0 +0x83DC 0xF06C # 0 +0x83DD 0xF06D # 0 +0x83DE 0xF06E # 0 +0x83DF 0xF06F # 0 +0x83E0 0xF070 # 0 +0x83E1 0xF071 # 0 +0x83E2 0xF072 # 0 +0x83E3 0xF073 # 0 +0x83E4 0xF074 # 0 +0x83E5 0xF075 # 0 +0x83E6 0xF076 # 0 +0x83E7 0xF077 # 0 +0x83E8 0xF078 # 0 +0x83E9 0xF079 # 0 +0x83EA 0xF07A # 0 +0x83EB 0xF07B # 0 +0x83EC 0xF07C # 0 +0x83ED 0xF07D # 0 +0x83EE 0xF07E # 0 +0x83EF 0xF07F # 0 +0x83F0 0xF080 # 0 +0x83F1 0xF081 # 0 +0x83F2 0xF082 # 0 +0x83F3 0xF083 # 0 +0x83F4 0xF084 # 0 +0x83F5 0xF085 # 0 +0x83F6 0xF086 # 0 +0x83F7 0xF087 # 0 +0x83F8 0xF088 # 0 +0x83F9 0xF089 # 0 +0x83FA 0xF08A # 0 +0x83FB 0xF08B # 0 +0x83FC 0xF08C # 0 +0x83FD 0xF08D # 0 +0x83FE 0xF08E # 0 +0x8440 0xF08F # 0 +0x8441 0xF090 # 0 +0x8442 0xF091 # 0 +0x8443 0xF092 # 0 +0x8444 0xF093 # 0 +0x8445 0xF094 # 0 +0x8446 0xF095 # 0 +0x8447 0xF096 # 0 +0x8448 0xF097 # 0 +0x8449 0xF098 # 0 +0x844A 0xF099 # 0 +0x844B 0xF09A # 0 +0x844C 0xF09B # 0 +0x844D 0xF09C # 0 +0x844E 0xF09D # 0 +0x844F 0xF09E # 0 +0x8450 0xF09F # 0 +0x8451 0xF0A0 # 0 +0x8452 0xF0A1 # 0 +0x8453 0xF0A2 # 0 +0x8454 0xF0A3 # 0 +0x8455 0xF0A4 # 0 +0x8456 0xF0A5 # 0 +0x8457 0xF0A6 # 0 +0x8458 0xF0A7 # 0 +0x8459 0xF0A8 # 0 +0x845A 0xF0A9 # 0 +0x845B 0xF0AA # 0 +0x845C 0xF0AB # 0 +0x845D 0xF0AC # 0 +0x845E 0xF0AD # 0 +0x845F 0xF0AE # 0 +0x8460 0xF0AF # 0 +0x8461 0xF0B0 # 0 +0x8462 0xF0B1 # 0 +0x8463 0xF0B2 # 0 +0x8464 0xF0B3 # 0 +0x8465 0xF0B4 # 0 +0x8466 0xF0B5 # 0 +0x8467 0xF0B6 # 0 +0x8468 0xF0B7 # 0 +0x8469 0xF0B8 # 0 +0x846A 0xF0B9 # 0 +0x846B 0xF0BA # 0 +0x846C 0xF0BB # 0 +0x846D 0xF0BC # 0 +0x846E 0xF0BD # 0 +0x846F 0xF0BE # 0 +0x8470 0xF0BF # 0 +0x8471 0xF0C0 # 0 +0x8472 0xF0C1 # 0 +0x8473 0xF0C2 # 0 +0x8474 0xF0C3 # 0 +0x8475 0xF0C4 # 0 +0x8476 0xF0C5 # 0 +0x8477 0xF0C6 # 0 +0x8478 0xF0C7 # 0 +0x8479 0xF0C8 # 0 +0x847A 0xF0C9 # 0 +0x847B 0xF0CA # 0 +0x847C 0xF0CB # 0 +0x847D 0xF0CC # 0 +0x847E 0xF0CD # 0 +0x84A1 0xF0CE # 0 +0x84A2 0xF0CF # 0 +0x84A3 0xF0D0 # 0 +0x84A4 0xF0D1 # 0 +0x84A5 0xF0D2 # 0 +0x84A6 0xF0D3 # 0 +0x84A7 0xF0D4 # 0 +0x84A8 0xF0D5 # 0 +0x84A9 0xF0D6 # 0 +0x84AA 0xF0D7 # 0 +0x84AB 0xF0D8 # 0 +0x84AC 0xF0D9 # 0 +0x84AD 0xF0DA # 0 +0x84AE 0xF0DB # 0 +0x84AF 0xF0DC # 0 +0x84B0 0xF0DD # 0 +0x84B1 0xF0DE # 0 +0x84B2 0xF0DF # 0 +0x84B3 0xF0E0 # 0 +0x84B4 0xF0E1 # 0 +0x84B5 0xF0E2 # 0 +0x84B6 0xF0E3 # 0 +0x84B7 0xF0E4 # 0 +0x84B8 0xF0E5 # 0 +0x84B9 0xF0E6 # 0 +0x84BA 0xF0E7 # 0 +0x84BB 0xF0E8 # 0 +0x84BC 0xF0E9 # 0 +0x84BD 0xF0EA # 0 +0x84BE 0xF0EB # 0 +0x84BF 0xF0EC # 0 +0x84C0 0xF0ED # 0 +0x84C1 0xF0EE # 0 +0x84C2 0xF0EF # 0 +0x84C3 0xF0F0 # 0 +0x84C4 0xF0F1 # 0 +0x84C5 0xF0F2 # 0 +0x84C6 0xF0F3 # 0 +0x84C7 0xF0F4 # 0 +0x84C8 0xF0F5 # 0 +0x84C9 0xF0F6 # 0 +0x84CA 0xF0F7 # 0 +0x84CB 0xF0F8 # 0 +0x84CC 0xF0F9 # 0 +0x84CD 0xF0FA # 0 +0x84CE 0xF0FB # 0 +0x84CF 0xF0FC # 0 +0x84D0 0xF0FD # 0 +0x84D1 0xF0FE # 0 +0x84D2 0xF0FF # 0 +0x84D3 0xF100 # 0 +0x84D4 0xF101 # 0 +0x84D5 0xF102 # 0 +0x84D6 0xF103 # 0 +0x84D7 0xF104 # 0 +0x84D8 0xF105 # 0 +0x84D9 0xF106 # 0 +0x84DA 0xF107 # 0 +0x84DB 0xF108 # 0 +0x84DC 0xF109 # 0 +0x84DD 0xF10A # 0 +0x84DE 0xF10B # 0 +0x84DF 0xF10C # 0 +0x84E0 0xF10D # 0 +0x84E1 0xF10E # 0 +0x84E2 0xF10F # 0 +0x84E3 0xF110 # 0 +0x84E4 0xF111 # 0 +0x84E5 0xF112 # 0 +0x84E6 0xF113 # 0 +0x84E7 0xF114 # 0 +0x84E8 0xF115 # 0 +0x84E9 0xF116 # 0 +0x84EA 0xF117 # 0 +0x84EB 0xF118 # 0 +0x84EC 0xF119 # 0 +0x84ED 0xF11A # 0 +0x84EE 0xF11B # 0 +0x84EF 0xF11C # 0 +0x84F0 0xF11D # 0 +0x84F1 0xF11E # 0 +0x84F2 0xF11F # 0 +0x84F3 0xF120 # 0 +0x84F4 0xF121 # 0 +0x84F5 0xF122 # 0 +0x84F6 0xF123 # 0 +0x84F7 0xF124 # 0 +0x84F8 0xF125 # 0 +0x84F9 0xF126 # 0 +0x84FA 0xF127 # 0 +0x84FB 0xF128 # 0 +0x84FC 0xF129 # 0 +0x84FD 0xF12A # 0 +0x84FE 0xF12B # 0 +0x8540 0xF12C # 0 +0x8541 0xF12D # 0 +0x8542 0xF12E # 0 +0x8543 0xF12F # 0 +0x8544 0xF130 # 0 +0x8545 0xF131 # 0 +0x8546 0xF132 # 0 +0x8547 0xF133 # 0 +0x8548 0xF134 # 0 +0x8549 0xF135 # 0 +0x854A 0xF136 # 0 +0x854B 0xF137 # 0 +0x854C 0xF138 # 0 +0x854D 0xF139 # 0 +0x854E 0xF13A # 0 +0x854F 0xF13B # 0 +0x8550 0xF13C # 0 +0x8551 0xF13D # 0 +0x8552 0xF13E # 0 +0x8553 0xF13F # 0 +0x8554 0xF140 # 0 +0x8555 0xF141 # 0 +0x8556 0xF142 # 0 +0x8557 0xF143 # 0 +0x8558 0xF144 # 0 +0x8559 0xF145 # 0 +0x855A 0xF146 # 0 +0x855B 0xF147 # 0 +0x855C 0xF148 # 0 +0x855D 0xF149 # 0 +0x855E 0xF14A # 0 +0x855F 0xF14B # 0 +0x8560 0xF14C # 0 +0x8561 0xF14D # 0 +0x8562 0xF14E # 0 +0x8563 0xF14F # 0 +0x8564 0xF150 # 0 +0x8565 0xF151 # 0 +0x8566 0xF152 # 0 +0x8567 0xF153 # 0 +0x8568 0xF154 # 0 +0x8569 0xF155 # 0 +0x856A 0xF156 # 0 +0x856B 0xF157 # 0 +0x856C 0xF158 # 0 +0x856D 0xF159 # 0 +0x856E 0xF15A # 0 +0x856F 0xF15B # 0 +0x8570 0xF15C # 0 +0x8571 0xF15D # 0 +0x8572 0xF15E # 0 +0x8573 0xF15F # 0 +0x8574 0xF160 # 0 +0x8575 0xF161 # 0 +0x8576 0xF162 # 0 +0x8577 0xF163 # 0 +0x8578 0xF164 # 0 +0x8579 0xF165 # 0 +0x857A 0xF166 # 0 +0x857B 0xF167 # 0 +0x857C 0xF168 # 0 +0x857D 0xF169 # 0 +0x857E 0xF16A # 0 +0x85A1 0xF16B # 0 +0x85A2 0xF16C # 0 +0x85A3 0xF16D # 0 +0x85A4 0xF16E # 0 +0x85A5 0xF16F # 0 +0x85A6 0xF170 # 0 +0x85A7 0xF171 # 0 +0x85A8 0xF172 # 0 +0x85A9 0xF173 # 0 +0x85AA 0xF174 # 0 +0x85AB 0xF175 # 0 +0x85AC 0xF176 # 0 +0x85AD 0xF177 # 0 +0x85AE 0xF178 # 0 +0x85AF 0xF179 # 0 +0x85B0 0xF17A # 0 +0x85B1 0xF17B # 0 +0x85B2 0xF17C # 0 +0x85B3 0xF17D # 0 +0x85B4 0xF17E # 0 +0x85B5 0xF17F # 0 +0x85B6 0xF180 # 0 +0x85B7 0xF181 # 0 +0x85B8 0xF182 # 0 +0x85B9 0xF183 # 0 +0x85BA 0xF184 # 0 +0x85BB 0xF185 # 0 +0x85BC 0xF186 # 0 +0x85BD 0xF187 # 0 +0x85BE 0xF188 # 0 +0x85BF 0xF189 # 0 +0x85C0 0xF18A # 0 +0x85C1 0xF18B # 0 +0x85C2 0xF18C # 0 +0x85C3 0xF18D # 0 +0x85C4 0xF18E # 0 +0x85C5 0xF18F # 0 +0x85C6 0xF190 # 0 +0x85C7 0xF191 # 0 +0x85C8 0xF192 # 0 +0x85C9 0xF193 # 0 +0x85CA 0xF194 # 0 +0x85CB 0xF195 # 0 +0x85CC 0xF196 # 0 +0x85CD 0xF197 # 0 +0x85CE 0xF198 # 0 +0x85CF 0xF199 # 0 +0x85D0 0xF19A # 0 +0x85D1 0xF19B # 0 +0x85D2 0xF19C # 0 +0x85D3 0xF19D # 0 +0x85D4 0xF19E # 0 +0x85D5 0xF19F # 0 +0x85D6 0xF1A0 # 0 +0x85D7 0xF1A1 # 0 +0x85D8 0xF1A2 # 0 +0x85D9 0xF1A3 # 0 +0x85DA 0xF1A4 # 0 +0x85DB 0xF1A5 # 0 +0x85DC 0xF1A6 # 0 +0x85DD 0xF1A7 # 0 +0x85DE 0xF1A8 # 0 +0x85DF 0xF1A9 # 0 +0x85E0 0xF1AA # 0 +0x85E1 0xF1AB # 0 +0x85E2 0xF1AC # 0 +0x85E3 0xF1AD # 0 +0x85E4 0xF1AE # 0 +0x85E5 0xF1AF # 0 +0x85E6 0xF1B0 # 0 +0x85E7 0xF1B1 # 0 +0x85E8 0xF1B2 # 0 +0x85E9 0xF1B3 # 0 +0x85EA 0xF1B4 # 0 +0x85EB 0xF1B5 # 0 +0x85EC 0xF1B6 # 0 +0x85ED 0xF1B7 # 0 +0x85EE 0xF1B8 # 0 +0x85EF 0xF1B9 # 0 +0x85F0 0xF1BA # 0 +0x85F1 0xF1BB # 0 +0x85F2 0xF1BC # 0 +0x85F3 0xF1BD # 0 +0x85F4 0xF1BE # 0 +0x85F5 0xF1BF # 0 +0x85F6 0xF1C0 # 0 +0x85F7 0xF1C1 # 0 +0x85F8 0xF1C2 # 0 +0x85F9 0xF1C3 # 0 +0x85FA 0xF1C4 # 0 +0x85FB 0xF1C5 # 0 +0x85FC 0xF1C6 # 0 +0x85FD 0xF1C7 # 0 +0x85FE 0xF1C8 # 0 +0x8640 0xF1C9 # 0 +0x8641 0xF1CA # 0 +0x8642 0xF1CB # 0 +0x8643 0xF1CC # 0 +0x8644 0xF1CD # 0 +0x8645 0xF1CE # 0 +0x8646 0xF1CF # 0 +0x8647 0xF1D0 # 0 +0x8648 0xF1D1 # 0 +0x8649 0xF1D2 # 0 +0x864A 0xF1D3 # 0 +0x864B 0xF1D4 # 0 +0x864C 0xF1D5 # 0 +0x864D 0xF1D6 # 0 +0x864E 0xF1D7 # 0 +0x864F 0xF1D8 # 0 +0x8650 0xF1D9 # 0 +0x8651 0xF1DA # 0 +0x8652 0xF1DB # 0 +0x8653 0xF1DC # 0 +0x8654 0xF1DD # 0 +0x8655 0xF1DE # 0 +0x8656 0xF1DF # 0 +0x8657 0xF1E0 # 0 +0x8658 0xF1E1 # 0 +0x8659 0xF1E2 # 0 +0x865A 0xF1E3 # 0 +0x865B 0xF1E4 # 0 +0x865C 0xF1E5 # 0 +0x865D 0xF1E6 # 0 +0x865E 0xF1E7 # 0 +0x865F 0xF1E8 # 0 +0x8660 0xF1E9 # 0 +0x8661 0xF1EA # 0 +0x8662 0xF1EB # 0 +0x8663 0xF1EC # 0 +0x8664 0xF1ED # 0 +0x8665 0xF1EE # 0 +0x8666 0xF1EF # 0 +0x8667 0xF1F0 # 0 +0x8668 0xF1F1 # 0 +0x8669 0xF1F2 # 0 +0x866A 0xF1F3 # 0 +0x866B 0xF1F4 # 0 +0x866C 0xF1F5 # 0 +0x866D 0xF1F6 # 0 +0x866E 0xF1F7 # 0 +0x866F 0xF1F8 # 0 +0x8670 0xF1F9 # 0 +0x8671 0xF1FA # 0 +0x8672 0xF1FB # 0 +0x8673 0xF1FC # 0 +0x8674 0xF1FD # 0 +0x8675 0xF1FE # 0 +0x8676 0xF1FF # 0 +0x8677 0xF200 # 0 +0x8678 0xF201 # 0 +0x8679 0xF202 # 0 +0x867A 0xF203 # 0 +0x867B 0xF204 # 0 +0x867C 0xF205 # 0 +0x867D 0xF206 # 0 +0x867E 0xF207 # 0 +0x86A1 0xF208 # 0 +0x86A2 0xF209 # 0 +0x86A3 0xF20A # 0 +0x86A4 0xF20B # 0 +0x86A5 0xF20C # 0 +0x86A6 0xF20D # 0 +0x86A7 0xF20E # 0 +0x86A8 0xF20F # 0 +0x86A9 0xF210 # 0 +0x86AA 0xF211 # 0 +0x86AB 0xF212 # 0 +0x86AC 0xF213 # 0 +0x86AD 0xF214 # 0 +0x86AE 0xF215 # 0 +0x86AF 0xF216 # 0 +0x86B0 0xF217 # 0 +0x86B1 0xF218 # 0 +0x86B2 0xF219 # 0 +0x86B3 0xF21A # 0 +0x86B4 0xF21B # 0 +0x86B5 0xF21C # 0 +0x86B6 0xF21D # 0 +0x86B7 0xF21E # 0 +0x86B8 0xF21F # 0 +0x86B9 0xF220 # 0 +0x86BA 0xF221 # 0 +0x86BB 0xF222 # 0 +0x86BC 0xF223 # 0 +0x86BD 0xF224 # 0 +0x86BE 0xF225 # 0 +0x86BF 0xF226 # 0 +0x86C0 0xF227 # 0 +0x86C1 0xF228 # 0 +0x86C2 0xF229 # 0 +0x86C3 0xF22A # 0 +0x86C4 0xF22B # 0 +0x86C5 0xF22C # 0 +0x86C6 0xF22D # 0 +0x86C7 0xF22E # 0 +0x86C8 0xF22F # 0 +0x86C9 0xF230 # 0 +0x86CA 0xF231 # 0 +0x86CB 0xF232 # 0 +0x86CC 0xF233 # 0 +0x86CD 0xF234 # 0 +0x86CE 0xF235 # 0 +0x86CF 0xF236 # 0 +0x86D0 0xF237 # 0 +0x86D1 0xF238 # 0 +0x86D2 0xF239 # 0 +0x86D3 0xF23A # 0 +0x86D4 0xF23B # 0 +0x86D5 0xF23C # 0 +0x86D6 0xF23D # 0 +0x86D7 0xF23E # 0 +0x86D8 0xF23F # 0 +0x86D9 0xF240 # 0 +0x86DA 0xF241 # 0 +0x86DB 0xF242 # 0 +0x86DC 0xF243 # 0 +0x86DD 0xF244 # 0 +0x86DE 0xF245 # 0 +0x86DF 0xF246 # 0 +0x86E0 0xF247 # 0 +0x86E1 0xF248 # 0 +0x86E2 0xF249 # 0 +0x86E3 0xF24A # 0 +0x86E4 0xF24B # 0 +0x86E5 0xF24C # 0 +0x86E6 0xF24D # 0 +0x86E7 0xF24E # 0 +0x86E8 0xF24F # 0 +0x86E9 0xF250 # 0 +0x86EA 0xF251 # 0 +0x86EB 0xF252 # 0 +0x86EC 0xF253 # 0 +0x86ED 0xF254 # 0 +0x86EE 0xF255 # 0 +0x86EF 0xF256 # 0 +0x86F0 0xF257 # 0 +0x86F1 0xF258 # 0 +0x86F2 0xF259 # 0 +0x86F3 0xF25A # 0 +0x86F4 0xF25B # 0 +0x86F5 0xF25C # 0 +0x86F6 0xF25D # 0 +0x86F7 0xF25E # 0 +0x86F8 0xF25F # 0 +0x86F9 0xF260 # 0 +0x86FA 0xF261 # 0 +0x86FB 0xF262 # 0 +0x86FC 0xF263 # 0 +0x86FD 0xF264 # 0 +0x86FE 0xF265 # 0 +0x8740 0xF266 # 0 +0x8741 0xF267 # 0 +0x8742 0xF268 # 0 +0x8743 0xF269 # 0 +0x8744 0xF26A # 0 +0x8745 0xF26B # 0 +0x8746 0xF26C # 0 +0x8747 0xF26D # 0 +0x8748 0xF26E # 0 +0x8749 0xF26F # 0 +0x874A 0xF270 # 0 +0x874B 0xF271 # 0 +0x874C 0xF272 # 0 +0x874D 0xF273 # 0 +0x874E 0xF274 # 0 +0x874F 0xF275 # 0 +0x8750 0xF276 # 0 +0x8751 0xF277 # 0 +0x8752 0xF278 # 0 +0x8753 0xF279 # 0 +0x8754 0xF27A # 0 +0x8755 0xF27B # 0 +0x8756 0xF27C # 0 +0x8757 0xF27D # 0 +0x8758 0xF27E # 0 +0x8759 0xF27F # 0 +0x875A 0xF280 # 0 +0x875B 0xF281 # 0 +0x875C 0xF282 # 0 +0x875D 0xF283 # 0 +0x875E 0xF284 # 0 +0x875F 0xF285 # 0 +0x8760 0xF286 # 0 +0x8761 0xF287 # 0 +0x8762 0xF288 # 0 +0x8763 0xF289 # 0 +0x8764 0xF28A # 0 +0x8765 0xF28B # 0 +0x8766 0xF28C # 0 +0x8767 0xF28D # 0 +0x8768 0xF28E # 0 +0x8769 0xF28F # 0 +0x876A 0xF290 # 0 +0x876B 0xF291 # 0 +0x876C 0xF292 # 0 +0x876D 0xF293 # 0 +0x876E 0xF294 # 0 +0x876F 0xF295 # 0 +0x8770 0xF296 # 0 +0x8771 0xF297 # 0 +0x8772 0xF298 # 0 +0x8773 0xF299 # 0 +0x8774 0xF29A # 0 +0x8775 0xF29B # 0 +0x8776 0xF29C # 0 +0x8777 0xF29D # 0 +0x8778 0xF29E # 0 +0x8779 0xF29F # 0 +0x877A 0xF2A0 # 0 +0x877B 0xF2A1 # 0 +0x877C 0xF2A2 # 0 +0x877D 0xF2A3 # 0 +0x877E 0xF2A4 # 0 +0x87A1 0xF2A5 # 0 +0x87A2 0xF2A6 # 0 +0x87A3 0xF2A7 # 0 +0x87A4 0xF2A8 # 0 +0x87A5 0xF2A9 # 0 +0x87A6 0xF2AA # 0 +0x87A7 0xF2AB # 0 +0x87A8 0xF2AC # 0 +0x87A9 0xF2AD # 0 +0x87AA 0xF2AE # 0 +0x87AB 0xF2AF # 0 +0x87AC 0xF2B0 # 0 +0x87AD 0xF2B1 # 0 +0x87AE 0xF2B2 # 0 +0x87AF 0xF2B3 # 0 +0x87B0 0xF2B4 # 0 +0x87B1 0xF2B5 # 0 +0x87B2 0xF2B6 # 0 +0x87B3 0xF2B7 # 0 +0x87B4 0xF2B8 # 0 +0x87B5 0xF2B9 # 0 +0x87B6 0xF2BA # 0 +0x87B7 0xF2BB # 0 +0x87B8 0xF2BC # 0 +0x87B9 0xF2BD # 0 +0x87BA 0xF2BE # 0 +0x87BB 0xF2BF # 0 +0x87BC 0xF2C0 # 0 +0x87BD 0xF2C1 # 0 +0x87BE 0xF2C2 # 0 +0x87BF 0xF2C3 # 0 +0x87C0 0xF2C4 # 0 +0x87C1 0xF2C5 # 0 +0x87C2 0xF2C6 # 0 +0x87C3 0xF2C7 # 0 +0x87C4 0xF2C8 # 0 +0x87C5 0xF2C9 # 0 +0x87C6 0xF2CA # 0 +0x87C7 0xF2CB # 0 +0x87C8 0xF2CC # 0 +0x87C9 0xF2CD # 0 +0x87CA 0xF2CE # 0 +0x87CB 0xF2CF # 0 +0x87CC 0xF2D0 # 0 +0x87CD 0xF2D1 # 0 +0x87CE 0xF2D2 # 0 +0x87CF 0xF2D3 # 0 +0x87D0 0xF2D4 # 0 +0x87D1 0xF2D5 # 0 +0x87D2 0xF2D6 # 0 +0x87D3 0xF2D7 # 0 +0x87D4 0xF2D8 # 0 +0x87D5 0xF2D9 # 0 +0x87D6 0xF2DA # 0 +0x87D7 0xF2DB # 0 +0x87D8 0xF2DC # 0 +0x87D9 0xF2DD # 0 +0x87DA 0xF2DE # 0 +0x87DB 0xF2DF # 0 +0x87DC 0xF2E0 # 0 +0x87DD 0xF2E1 # 0 +0x87DE 0xF2E2 # 0 +0x87DF 0xF2E3 # 0 +0x87E0 0xF2E4 # 0 +0x87E1 0xF2E5 # 0 +0x87E2 0xF2E6 # 0 +0x87E3 0xF2E7 # 0 +0x87E4 0xF2E8 # 0 +0x87E5 0xF2E9 # 0 +0x87E6 0xF2EA # 0 +0x87E7 0xF2EB # 0 +0x87E8 0xF2EC # 0 +0x87E9 0xF2ED # 0 +0x87EA 0xF2EE # 0 +0x87EB 0xF2EF # 0 +0x87EC 0xF2F0 # 0 +0x87ED 0xF2F1 # 0 +0x87EE 0xF2F2 # 0 +0x87EF 0xF2F3 # 0 +0x87F0 0xF2F4 # 0 +0x87F1 0xF2F5 # 0 +0x87F2 0xF2F6 # 0 +0x87F3 0xF2F7 # 0 +0x87F4 0xF2F8 # 0 +0x87F5 0xF2F9 # 0 +0x87F6 0xF2FA # 0 +0x87F7 0xF2FB # 0 +0x87F8 0xF2FC # 0 +0x87F9 0xF2FD # 0 +0x87FA 0xF2FE # 0 +0x87FB 0xF2FF # 0 +0x87FC 0xF300 # 0 +0x87FD 0xF301 # 0 +0x87FE 0xF302 # 0 +0x8840 0xF303 # 0 +0x8841 0xF304 # 0 +0x8842 0xF305 # 0 +0x8843 0xF306 # 0 +0x8844 0xF307 # 0 +0x8845 0xF308 # 0 +0x8846 0xF309 # 0 +0x8847 0xF30A # 0 +0x8848 0xF30B # 0 +0x8849 0xF30C # 0 +0x884A 0xF30D # 0 +0x884B 0xF30E # 0 +0x884C 0xF30F # 0 +0x884D 0xF310 # 0 +0x884E 0xF311 # 0 +0x884F 0xF312 # 0 +0x8850 0xF313 # 0 +0x8851 0xF314 # 0 +0x8852 0xF315 # 0 +0x8853 0xF316 # 0 +0x8854 0xF317 # 0 +0x8855 0xF318 # 0 +0x8856 0xF319 # 0 +0x8857 0xF31A # 0 +0x8858 0xF31B # 0 +0x8859 0xF31C # 0 +0x885A 0xF31D # 0 +0x885B 0xF31E # 0 +0x885C 0xF31F # 0 +0x885D 0xF320 # 0 +0x885E 0xF321 # 0 +0x885F 0xF322 # 0 +0x8860 0xF323 # 0 +0x8861 0xF324 # 0 +0x8862 0xF325 # 0 +0x8863 0xF326 # 0 +0x8864 0xF327 # 0 +0x8865 0xF328 # 0 +0x8866 0xF329 # 0 +0x8867 0xF32A # 0 +0x8868 0xF32B # 0 +0x8869 0xF32C # 0 +0x886A 0xF32D # 0 +0x886B 0xF32E # 0 +0x886C 0xF32F # 0 +0x886D 0xF330 # 0 +0x886E 0xF331 # 0 +0x886F 0xF332 # 0 +0x8870 0xF333 # 0 +0x8871 0xF334 # 0 +0x8872 0xF335 # 0 +0x8873 0xF336 # 0 +0x8874 0xF337 # 0 +0x8875 0xF338 # 0 +0x8876 0xF339 # 0 +0x8877 0xF33A # 0 +0x8878 0xF33B # 0 +0x8879 0xF33C # 0 +0x887A 0xF33D # 0 +0x887B 0xF33E # 0 +0x887C 0xF33F # 0 +0x887D 0xF340 # 0 +0x887E 0xF341 # 0 +0x88A1 0xF342 # 0 +0x88A2 0xF343 # 0 +0x88A3 0xF344 # 0 +0x88A4 0xF345 # 0 +0x88A5 0xF346 # 0 +0x88A6 0xF347 # 0 +0x88A7 0xF348 # 0 +0x88A8 0xF349 # 0 +0x88A9 0xF34A # 0 +0x88AA 0xF34B # 0 +0x88AB 0xF34C # 0 +0x88AC 0xF34D # 0 +0x88AD 0xF34E # 0 +0x88AE 0xF34F # 0 +0x88AF 0xF350 # 0 +0x88B0 0xF351 # 0 +0x88B1 0xF352 # 0 +0x88B2 0xF353 # 0 +0x88B3 0xF354 # 0 +0x88B4 0xF355 # 0 +0x88B5 0xF356 # 0 +0x88B6 0xF357 # 0 +0x88B7 0xF358 # 0 +0x88B8 0xF359 # 0 +0x88B9 0xF35A # 0 +0x88BA 0xF35B # 0 +0x88BB 0xF35C # 0 +0x88BC 0xF35D # 0 +0x88BD 0xF35E # 0 +0x88BE 0xF35F # 0 +0x88BF 0xF360 # 0 +0x88C0 0xF361 # 0 +0x88C1 0xF362 # 0 +0x88C2 0xF363 # 0 +0x88C3 0xF364 # 0 +0x88C4 0xF365 # 0 +0x88C5 0xF366 # 0 +0x88C6 0xF367 # 0 +0x88C7 0xF368 # 0 +0x88C8 0xF369 # 0 +0x88C9 0xF36A # 0 +0x88CA 0xF36B # 0 +0x88CB 0xF36C # 0 +0x88CC 0xF36D # 0 +0x88CD 0xF36E # 0 +0x88CE 0xF36F # 0 +0x88CF 0xF370 # 0 +0x88D0 0xF371 # 0 +0x88D1 0xF372 # 0 +0x88D2 0xF373 # 0 +0x88D3 0xF374 # 0 +0x88D4 0xF375 # 0 +0x88D5 0xF376 # 0 +0x88D6 0xF377 # 0 +0x88D7 0xF378 # 0 +0x88D8 0xF379 # 0 +0x88D9 0xF37A # 0 +0x88DA 0xF37B # 0 +0x88DB 0xF37C # 0 +0x88DC 0xF37D # 0 +0x88DD 0xF37E # 0 +0x88DE 0xF37F # 0 +0x88DF 0xF380 # 0 +0x88E0 0xF381 # 0 +0x88E1 0xF382 # 0 +0x88E2 0xF383 # 0 +0x88E3 0xF384 # 0 +0x88E4 0xF385 # 0 +0x88E5 0xF386 # 0 +0x88E6 0xF387 # 0 +0x88E7 0xF388 # 0 +0x88E8 0xF389 # 0 +0x88E9 0xF38A # 0 +0x88EA 0xF38B # 0 +0x88EB 0xF38C # 0 +0x88EC 0xF38D # 0 +0x88ED 0xF38E # 0 +0x88EE 0xF38F # 0 +0x88EF 0xF390 # 0 +0x88F0 0xF391 # 0 +0x88F1 0xF392 # 0 +0x88F2 0xF393 # 0 +0x88F3 0xF394 # 0 +0x88F4 0xF395 # 0 +0x88F5 0xF396 # 0 +0x88F6 0xF397 # 0 +0x88F7 0xF398 # 0 +0x88F8 0xF399 # 0 +0x88F9 0xF39A # 0 +0x88FA 0xF39B # 0 +0x88FB 0xF39C # 0 +0x88FC 0xF39D # 0 +0x88FD 0xF39E # 0 +0x88FE 0xF39F # 0 +0x8940 0xF3A0 # 0 +0x8941 0xF3A1 # 0 +0x8942 0xF3A2 # 0 +0x8943 0xF3A3 # 0 +0x8944 0xF3A4 # 0 +0x8945 0xF3A5 # 0 +0x8946 0xF3A6 # 0 +0x8947 0xF3A7 # 0 +0x8948 0xF3A8 # 0 +0x8949 0xF3A9 # 0 +0x894A 0xF3AA # 0 +0x894B 0xF3AB # 0 +0x894C 0xF3AC # 0 +0x894D 0xF3AD # 0 +0x894E 0xF3AE # 0 +0x894F 0xF3AF # 0 +0x8950 0xF3B0 # 0 +0x8951 0xF3B1 # 0 +0x8952 0xF3B2 # 0 +0x8953 0xF3B3 # 0 +0x8954 0xF3B4 # 0 +0x8955 0xF3B5 # 0 +0x8956 0xF3B6 # 0 +0x8957 0xF3B7 # 0 +0x8958 0xF3B8 # 0 +0x8959 0xF3B9 # 0 +0x895A 0xF3BA # 0 +0x895B 0xF3BB # 0 +0x895C 0xF3BC # 0 +0x895D 0xF3BD # 0 +0x895E 0xF3BE # 0 +0x895F 0xF3BF # 0 +0x8960 0xF3C0 # 0 +0x8961 0xF3C1 # 0 +0x8962 0xF3C2 # 0 +0x8963 0xF3C3 # 0 +0x8964 0xF3C4 # 0 +0x8965 0xF3C5 # 0 +0x8966 0xF3C6 # 0 +0x8967 0xF3C7 # 0 +0x8968 0xF3C8 # 0 +0x8969 0xF3C9 # 0 +0x896A 0xF3CA # 0 +0x896B 0xF3CB # 0 +0x896C 0xF3CC # 0 +0x896D 0xF3CD # 0 +0x896E 0xF3CE # 0 +0x896F 0xF3CF # 0 +0x8970 0xF3D0 # 0 +0x8971 0xF3D1 # 0 +0x8972 0xF3D2 # 0 +0x8973 0xF3D3 # 0 +0x8974 0xF3D4 # 0 +0x8975 0xF3D5 # 0 +0x8976 0xF3D6 # 0 +0x8977 0xF3D7 # 0 +0x8978 0xF3D8 # 0 +0x8979 0xF3D9 # 0 +0x897A 0xF3DA # 0 +0x897B 0xF3DB # 0 +0x897C 0xF3DC # 0 +0x897D 0xF3DD # 0 +0x897E 0xF3DE # 0 +0x89A1 0xF3DF # 0 +0x89A2 0xF3E0 # 0 +0x89A3 0xF3E1 # 0 +0x89A4 0xF3E2 # 0 +0x89A5 0xF3E3 # 0 +0x89A6 0xF3E4 # 0 +0x89A7 0xF3E5 # 0 +0x89A8 0xF3E6 # 0 +0x89A9 0xF3E7 # 0 +0x89AA 0xF3E8 # 0 +0x89AB 0xF3E9 # 0 +0x89AC 0xF3EA # 0 +0x89AD 0xF3EB # 0 +0x89AE 0xF3EC # 0 +0x89AF 0xF3ED # 0 +0x89B0 0xF3EE # 0 +0x89B1 0xF3EF # 0 +0x89B2 0xF3F0 # 0 +0x89B3 0xF3F1 # 0 +0x89B4 0xF3F2 # 0 +0x89B5 0xF3F3 # 0 +0x89B6 0xF3F4 # 0 +0x89B7 0xF3F5 # 0 +0x89B8 0xF3F6 # 0 +0x89B9 0xF3F7 # 0 +0x89BA 0xF3F8 # 0 +0x89BB 0xF3F9 # 0 +0x89BC 0xF3FA # 0 +0x89BD 0xF3FB # 0 +0x89BE 0xF3FC # 0 +0x89BF 0xF3FD # 0 +0x89C0 0xF3FE # 0 +0x89C1 0xF3FF # 0 +0x89C2 0xF400 # 0 +0x89C3 0xF401 # 0 +0x89C4 0xF402 # 0 +0x89C5 0xF403 # 0 +0x89C6 0xF404 # 0 +0x89C7 0xF405 # 0 +0x89C8 0xF406 # 0 +0x89C9 0xF407 # 0 +0x89CA 0xF408 # 0 +0x89CB 0xF409 # 0 +0x89CC 0xF40A # 0 +0x89CD 0xF40B # 0 +0x89CE 0xF40C # 0 +0x89CF 0xF40D # 0 +0x89D0 0xF40E # 0 +0x89D1 0xF40F # 0 +0x89D2 0xF410 # 0 +0x89D3 0xF411 # 0 +0x89D4 0xF412 # 0 +0x89D5 0xF413 # 0 +0x89D6 0xF414 # 0 +0x89D7 0xF415 # 0 +0x89D8 0xF416 # 0 +0x89D9 0xF417 # 0 +0x89DA 0xF418 # 0 +0x89DB 0xF419 # 0 +0x89DC 0xF41A # 0 +0x89DD 0xF41B # 0 +0x89DE 0xF41C # 0 +0x89DF 0xF41D # 0 +0x89E0 0xF41E # 0 +0x89E1 0xF41F # 0 +0x89E2 0xF420 # 0 +0x89E3 0xF421 # 0 +0x89E4 0xF422 # 0 +0x89E5 0xF423 # 0 +0x89E6 0xF424 # 0 +0x89E7 0xF425 # 0 +0x89E8 0xF426 # 0 +0x89E9 0xF427 # 0 +0x89EA 0xF428 # 0 +0x89EB 0xF429 # 0 +0x89EC 0xF42A # 0 +0x89ED 0xF42B # 0 +0x89EE 0xF42C # 0 +0x89EF 0xF42D # 0 +0x89F0 0xF42E # 0 +0x89F1 0xF42F # 0 +0x89F2 0xF430 # 0 +0x89F3 0xF431 # 0 +0x89F4 0xF432 # 0 +0x89F5 0xF433 # 0 +0x89F6 0xF434 # 0 +0x89F7 0xF435 # 0 +0x89F8 0xF436 # 0 +0x89F9 0xF437 # 0 +0x89FA 0xF438 # 0 +0x89FB 0xF439 # 0 +0x89FC 0xF43A # 0 +0x89FD 0xF43B # 0 +0x89FE 0xF43C # 0 +0x8A40 0xF43D # 0 +0x8A41 0xF43E # 0 +0x8A42 0xF43F # 0 +0x8A43 0xF440 # 0 +0x8A44 0xF441 # 0 +0x8A45 0xF442 # 0 +0x8A46 0xF443 # 0 +0x8A47 0xF444 # 0 +0x8A48 0xF445 # 0 +0x8A49 0xF446 # 0 +0x8A4A 0xF447 # 0 +0x8A4B 0xF448 # 0 +0x8A4C 0xF449 # 0 +0x8A4D 0xF44A # 0 +0x8A4E 0xF44B # 0 +0x8A4F 0xF44C # 0 +0x8A50 0xF44D # 0 +0x8A51 0xF44E # 0 +0x8A52 0xF44F # 0 +0x8A53 0xF450 # 0 +0x8A54 0xF451 # 0 +0x8A55 0xF452 # 0 +0x8A56 0xF453 # 0 +0x8A57 0xF454 # 0 +0x8A58 0xF455 # 0 +0x8A59 0xF456 # 0 +0x8A5A 0xF457 # 0 +0x8A5B 0xF458 # 0 +0x8A5C 0xF459 # 0 +0x8A5D 0xF45A # 0 +0x8A5E 0xF45B # 0 +0x8A5F 0xF45C # 0 +0x8A60 0xF45D # 0 +0x8A61 0xF45E # 0 +0x8A62 0xF45F # 0 +0x8A63 0xF460 # 0 +0x8A64 0xF461 # 0 +0x8A65 0xF462 # 0 +0x8A66 0xF463 # 0 +0x8A67 0xF464 # 0 +0x8A68 0xF465 # 0 +0x8A69 0xF466 # 0 +0x8A6A 0xF467 # 0 +0x8A6B 0xF468 # 0 +0x8A6C 0xF469 # 0 +0x8A6D 0xF46A # 0 +0x8A6E 0xF46B # 0 +0x8A6F 0xF46C # 0 +0x8A70 0xF46D # 0 +0x8A71 0xF46E # 0 +0x8A72 0xF46F # 0 +0x8A73 0xF470 # 0 +0x8A74 0xF471 # 0 +0x8A75 0xF472 # 0 +0x8A76 0xF473 # 0 +0x8A77 0xF474 # 0 +0x8A78 0xF475 # 0 +0x8A79 0xF476 # 0 +0x8A7A 0xF477 # 0 +0x8A7B 0xF478 # 0 +0x8A7C 0xF479 # 0 +0x8A7D 0xF47A # 0 +0x8A7E 0xF47B # 0 +0x8AA1 0xF47C # 0 +0x8AA2 0xF47D # 0 +0x8AA3 0xF47E # 0 +0x8AA4 0xF47F # 0 +0x8AA5 0xF480 # 0 +0x8AA6 0xF481 # 0 +0x8AA7 0xF482 # 0 +0x8AA8 0xF483 # 0 +0x8AA9 0xF484 # 0 +0x8AAA 0xF485 # 0 +0x8AAB 0xF486 # 0 +0x8AAC 0xF487 # 0 +0x8AAD 0xF488 # 0 +0x8AAE 0xF489 # 0 +0x8AAF 0xF48A # 0 +0x8AB0 0xF48B # 0 +0x8AB1 0xF48C # 0 +0x8AB2 0xF48D # 0 +0x8AB3 0xF48E # 0 +0x8AB4 0xF48F # 0 +0x8AB5 0xF490 # 0 +0x8AB6 0xF491 # 0 +0x8AB7 0xF492 # 0 +0x8AB8 0xF493 # 0 +0x8AB9 0xF494 # 0 +0x8ABA 0xF495 # 0 +0x8ABB 0xF496 # 0 +0x8ABC 0xF497 # 0 +0x8ABD 0xF498 # 0 +0x8ABE 0xF499 # 0 +0x8ABF 0xF49A # 0 +0x8AC0 0xF49B # 0 +0x8AC1 0xF49C # 0 +0x8AC2 0xF49D # 0 +0x8AC3 0xF49E # 0 +0x8AC4 0xF49F # 0 +0x8AC5 0xF4A0 # 0 +0x8AC6 0xF4A1 # 0 +0x8AC7 0xF4A2 # 0 +0x8AC8 0xF4A3 # 0 +0x8AC9 0xF4A4 # 0 +0x8ACA 0xF4A5 # 0 +0x8ACB 0xF4A6 # 0 +0x8ACC 0xF4A7 # 0 +0x8ACD 0xF4A8 # 0 +0x8ACE 0xF4A9 # 0 +0x8ACF 0xF4AA # 0 +0x8AD0 0xF4AB # 0 +0x8AD1 0xF4AC # 0 +0x8AD2 0xF4AD # 0 +0x8AD3 0xF4AE # 0 +0x8AD4 0xF4AF # 0 +0x8AD5 0xF4B0 # 0 +0x8AD6 0xF4B1 # 0 +0x8AD7 0xF4B2 # 0 +0x8AD8 0xF4B3 # 0 +0x8AD9 0xF4B4 # 0 +0x8ADA 0xF4B5 # 0 +0x8ADB 0xF4B6 # 0 +0x8ADC 0xF4B7 # 0 +0x8ADD 0xF4B8 # 0 +0x8ADE 0xF4B9 # 0 +0x8ADF 0xF4BA # 0 +0x8AE0 0xF4BB # 0 +0x8AE1 0xF4BC # 0 +0x8AE2 0xF4BD # 0 +0x8AE3 0xF4BE # 0 +0x8AE4 0xF4BF # 0 +0x8AE5 0xF4C0 # 0 +0x8AE6 0xF4C1 # 0 +0x8AE7 0xF4C2 # 0 +0x8AE8 0xF4C3 # 0 +0x8AE9 0xF4C4 # 0 +0x8AEA 0xF4C5 # 0 +0x8AEB 0xF4C6 # 0 +0x8AEC 0xF4C7 # 0 +0x8AED 0xF4C8 # 0 +0x8AEE 0xF4C9 # 0 +0x8AEF 0xF4CA # 0 +0x8AF0 0xF4CB # 0 +0x8AF1 0xF4CC # 0 +0x8AF2 0xF4CD # 0 +0x8AF3 0xF4CE # 0 +0x8AF4 0xF4CF # 0 +0x8AF5 0xF4D0 # 0 +0x8AF6 0xF4D1 # 0 +0x8AF7 0xF4D2 # 0 +0x8AF8 0xF4D3 # 0 +0x8AF9 0xF4D4 # 0 +0x8AFA 0xF4D5 # 0 +0x8AFB 0xF4D6 # 0 +0x8AFC 0xF4D7 # 0 +0x8AFD 0xF4D8 # 0 +0x8AFE 0xF4D9 # 0 +0x8B40 0xF4DA # 0 +0x8B41 0xF4DB # 0 +0x8B42 0xF4DC # 0 +0x8B43 0xF4DD # 0 +0x8B44 0xF4DE # 0 +0x8B45 0xF4DF # 0 +0x8B46 0xF4E0 # 0 +0x8B47 0xF4E1 # 0 +0x8B48 0xF4E2 # 0 +0x8B49 0xF4E3 # 0 +0x8B4A 0xF4E4 # 0 +0x8B4B 0xF4E5 # 0 +0x8B4C 0xF4E6 # 0 +0x8B4D 0xF4E7 # 0 +0x8B4E 0xF4E8 # 0 +0x8B4F 0xF4E9 # 0 +0x8B50 0xF4EA # 0 +0x8B51 0xF4EB # 0 +0x8B52 0xF4EC # 0 +0x8B53 0xF4ED # 0 +0x8B54 0xF4EE # 0 +0x8B55 0xF4EF # 0 +0x8B56 0xF4F0 # 0 +0x8B57 0xF4F1 # 0 +0x8B58 0xF4F2 # 0 +0x8B59 0xF4F3 # 0 +0x8B5A 0xF4F4 # 0 +0x8B5B 0xF4F5 # 0 +0x8B5C 0xF4F6 # 0 +0x8B5D 0xF4F7 # 0 +0x8B5E 0xF4F8 # 0 +0x8B5F 0xF4F9 # 0 +0x8B60 0xF4FA # 0 +0x8B61 0xF4FB # 0 +0x8B62 0xF4FC # 0 +0x8B63 0xF4FD # 0 +0x8B64 0xF4FE # 0 +0x8B65 0xF4FF # 0 +0x8B66 0xF500 # 0 +0x8B67 0xF501 # 0 +0x8B68 0xF502 # 0 +0x8B69 0xF503 # 0 +0x8B6A 0xF504 # 0 +0x8B6B 0xF505 # 0 +0x8B6C 0xF506 # 0 +0x8B6D 0xF507 # 0 +0x8B6E 0xF508 # 0 +0x8B6F 0xF509 # 0 +0x8B70 0xF50A # 0 +0x8B71 0xF50B # 0 +0x8B72 0xF50C # 0 +0x8B73 0xF50D # 0 +0x8B74 0xF50E # 0 +0x8B75 0xF50F # 0 +0x8B76 0xF510 # 0 +0x8B77 0xF511 # 0 +0x8B78 0xF512 # 0 +0x8B79 0xF513 # 0 +0x8B7A 0xF514 # 0 +0x8B7B 0xF515 # 0 +0x8B7C 0xF516 # 0 +0x8B7D 0xF517 # 0 +0x8B7E 0xF518 # 0 +0x8BA1 0xF519 # 0 +0x8BA2 0xF51A # 0 +0x8BA3 0xF51B # 0 +0x8BA4 0xF51C # 0 +0x8BA5 0xF51D # 0 +0x8BA6 0xF51E # 0 +0x8BA7 0xF51F # 0 +0x8BA8 0xF520 # 0 +0x8BA9 0xF521 # 0 +0x8BAA 0xF522 # 0 +0x8BAB 0xF523 # 0 +0x8BAC 0xF524 # 0 +0x8BAD 0xF525 # 0 +0x8BAE 0xF526 # 0 +0x8BAF 0xF527 # 0 +0x8BB0 0xF528 # 0 +0x8BB1 0xF529 # 0 +0x8BB2 0xF52A # 0 +0x8BB3 0xF52B # 0 +0x8BB4 0xF52C # 0 +0x8BB5 0xF52D # 0 +0x8BB6 0xF52E # 0 +0x8BB7 0xF52F # 0 +0x8BB8 0xF530 # 0 +0x8BB9 0xF531 # 0 +0x8BBA 0xF532 # 0 +0x8BBB 0xF533 # 0 +0x8BBC 0xF534 # 0 +0x8BBD 0xF535 # 0 +0x8BBE 0xF536 # 0 +0x8BBF 0xF537 # 0 +0x8BC0 0xF538 # 0 +0x8BC1 0xF539 # 0 +0x8BC2 0xF53A # 0 +0x8BC3 0xF53B # 0 +0x8BC4 0xF53C # 0 +0x8BC5 0xF53D # 0 +0x8BC6 0xF53E # 0 +0x8BC7 0xF53F # 0 +0x8BC8 0xF540 # 0 +0x8BC9 0xF541 # 0 +0x8BCA 0xF542 # 0 +0x8BCB 0xF543 # 0 +0x8BCC 0xF544 # 0 +0x8BCD 0xF545 # 0 +0x8BCE 0xF546 # 0 +0x8BCF 0xF547 # 0 +0x8BD0 0xF548 # 0 +0x8BD1 0xF549 # 0 +0x8BD2 0xF54A # 0 +0x8BD3 0xF54B # 0 +0x8BD4 0xF54C # 0 +0x8BD5 0xF54D # 0 +0x8BD6 0xF54E # 0 +0x8BD7 0xF54F # 0 +0x8BD8 0xF550 # 0 +0x8BD9 0xF551 # 0 +0x8BDA 0xF552 # 0 +0x8BDB 0xF553 # 0 +0x8BDC 0xF554 # 0 +0x8BDD 0xF555 # 0 +0x8BDE 0xF556 # 0 +0x8BDF 0xF557 # 0 +0x8BE0 0xF558 # 0 +0x8BE1 0xF559 # 0 +0x8BE2 0xF55A # 0 +0x8BE3 0xF55B # 0 +0x8BE4 0xF55C # 0 +0x8BE5 0xF55D # 0 +0x8BE6 0xF55E # 0 +0x8BE7 0xF55F # 0 +0x8BE8 0xF560 # 0 +0x8BE9 0xF561 # 0 +0x8BEA 0xF562 # 0 +0x8BEB 0xF563 # 0 +0x8BEC 0xF564 # 0 +0x8BED 0xF565 # 0 +0x8BEE 0xF566 # 0 +0x8BEF 0xF567 # 0 +0x8BF0 0xF568 # 0 +0x8BF1 0xF569 # 0 +0x8BF2 0xF56A # 0 +0x8BF3 0xF56B # 0 +0x8BF4 0xF56C # 0 +0x8BF5 0xF56D # 0 +0x8BF6 0xF56E # 0 +0x8BF7 0xF56F # 0 +0x8BF8 0xF570 # 0 +0x8BF9 0xF571 # 0 +0x8BFA 0xF572 # 0 +0x8BFB 0xF573 # 0 +0x8BFC 0xF574 # 0 +0x8BFD 0xF575 # 0 +0x8BFE 0xF576 # 0 +0x8C40 0xF577 # 0 +0x8C41 0xF578 # 0 +0x8C42 0xF579 # 0 +0x8C43 0xF57A # 0 +0x8C44 0xF57B # 0 +0x8C45 0xF57C # 0 +0x8C46 0xF57D # 0 +0x8C47 0xF57E # 0 +0x8C48 0xF57F # 0 +0x8C49 0xF580 # 0 +0x8C4A 0xF581 # 0 +0x8C4B 0xF582 # 0 +0x8C4C 0xF583 # 0 +0x8C4D 0xF584 # 0 +0x8C4E 0xF585 # 0 +0x8C4F 0xF586 # 0 +0x8C50 0xF587 # 0 +0x8C51 0xF588 # 0 +0x8C52 0xF589 # 0 +0x8C53 0xF58A # 0 +0x8C54 0xF58B # 0 +0x8C55 0xF58C # 0 +0x8C56 0xF58D # 0 +0x8C57 0xF58E # 0 +0x8C58 0xF58F # 0 +0x8C59 0xF590 # 0 +0x8C5A 0xF591 # 0 +0x8C5B 0xF592 # 0 +0x8C5C 0xF593 # 0 +0x8C5D 0xF594 # 0 +0x8C5E 0xF595 # 0 +0x8C5F 0xF596 # 0 +0x8C60 0xF597 # 0 +0x8C61 0xF598 # 0 +0x8C62 0xF599 # 0 +0x8C63 0xF59A # 0 +0x8C64 0xF59B # 0 +0x8C65 0xF59C # 0 +0x8C66 0xF59D # 0 +0x8C67 0xF59E # 0 +0x8C68 0xF59F # 0 +0x8C69 0xF5A0 # 0 +0x8C6A 0xF5A1 # 0 +0x8C6B 0xF5A2 # 0 +0x8C6C 0xF5A3 # 0 +0x8C6D 0xF5A4 # 0 +0x8C6E 0xF5A5 # 0 +0x8C6F 0xF5A6 # 0 +0x8C70 0xF5A7 # 0 +0x8C71 0xF5A8 # 0 +0x8C72 0xF5A9 # 0 +0x8C73 0xF5AA # 0 +0x8C74 0xF5AB # 0 +0x8C75 0xF5AC # 0 +0x8C76 0xF5AD # 0 +0x8C77 0xF5AE # 0 +0x8C78 0xF5AF # 0 +0x8C79 0xF5B0 # 0 +0x8C7A 0xF5B1 # 0 +0x8C7B 0xF5B2 # 0 +0x8C7C 0xF5B3 # 0 +0x8C7D 0xF5B4 # 0 +0x8C7E 0xF5B5 # 0 +0x8CA1 0xF5B6 # 0 +0x8CA2 0xF5B7 # 0 +0x8CA3 0xF5B8 # 0 +0x8CA4 0xF5B9 # 0 +0x8CA5 0xF5BA # 0 +0x8CA6 0xF5BB # 0 +0x8CA7 0xF5BC # 0 +0x8CA8 0xF5BD # 0 +0x8CA9 0xF5BE # 0 +0x8CAA 0xF5BF # 0 +0x8CAB 0xF5C0 # 0 +0x8CAC 0xF5C1 # 0 +0x8CAD 0xF5C2 # 0 +0x8CAE 0xF5C3 # 0 +0x8CAF 0xF5C4 # 0 +0x8CB0 0xF5C5 # 0 +0x8CB1 0xF5C6 # 0 +0x8CB2 0xF5C7 # 0 +0x8CB3 0xF5C8 # 0 +0x8CB4 0xF5C9 # 0 +0x8CB5 0xF5CA # 0 +0x8CB6 0xF5CB # 0 +0x8CB7 0xF5CC # 0 +0x8CB8 0xF5CD # 0 +0x8CB9 0xF5CE # 0 +0x8CBA 0xF5CF # 0 +0x8CBB 0xF5D0 # 0 +0x8CBC 0xF5D1 # 0 +0x8CBD 0xF5D2 # 0 +0x8CBE 0xF5D3 # 0 +0x8CBF 0xF5D4 # 0 +0x8CC0 0xF5D5 # 0 +0x8CC1 0xF5D6 # 0 +0x8CC2 0xF5D7 # 0 +0x8CC3 0xF5D8 # 0 +0x8CC4 0xF5D9 # 0 +0x8CC5 0xF5DA # 0 +0x8CC6 0xF5DB # 0 +0x8CC7 0xF5DC # 0 +0x8CC8 0xF5DD # 0 +0x8CC9 0xF5DE # 0 +0x8CCA 0xF5DF # 0 +0x8CCB 0xF5E0 # 0 +0x8CCC 0xF5E1 # 0 +0x8CCD 0xF5E2 # 0 +0x8CCE 0xF5E3 # 0 +0x8CCF 0xF5E4 # 0 +0x8CD0 0xF5E5 # 0 +0x8CD1 0xF5E6 # 0 +0x8CD2 0xF5E7 # 0 +0x8CD3 0xF5E8 # 0 +0x8CD4 0xF5E9 # 0 +0x8CD5 0xF5EA # 0 +0x8CD6 0xF5EB # 0 +0x8CD7 0xF5EC # 0 +0x8CD8 0xF5ED # 0 +0x8CD9 0xF5EE # 0 +0x8CDA 0xF5EF # 0 +0x8CDB 0xF5F0 # 0 +0x8CDC 0xF5F1 # 0 +0x8CDD 0xF5F2 # 0 +0x8CDE 0xF5F3 # 0 +0x8CDF 0xF5F4 # 0 +0x8CE0 0xF5F5 # 0 +0x8CE1 0xF5F6 # 0 +0x8CE2 0xF5F7 # 0 +0x8CE3 0xF5F8 # 0 +0x8CE4 0xF5F9 # 0 +0x8CE5 0xF5FA # 0 +0x8CE6 0xF5FB # 0 +0x8CE7 0xF5FC # 0 +0x8CE8 0xF5FD # 0 +0x8CE9 0xF5FE # 0 +0x8CEA 0xF5FF # 0 +0x8CEB 0xF600 # 0 +0x8CEC 0xF601 # 0 +0x8CED 0xF602 # 0 +0x8CEE 0xF603 # 0 +0x8CEF 0xF604 # 0 +0x8CF0 0xF605 # 0 +0x8CF1 0xF606 # 0 +0x8CF2 0xF607 # 0 +0x8CF3 0xF608 # 0 +0x8CF4 0xF609 # 0 +0x8CF5 0xF60A # 0 +0x8CF6 0xF60B # 0 +0x8CF7 0xF60C # 0 +0x8CF8 0xF60D # 0 +0x8CF9 0xF60E # 0 +0x8CFA 0xF60F # 0 +0x8CFB 0xF610 # 0 +0x8CFC 0xF611 # 0 +0x8CFD 0xF612 # 0 +0x8CFE 0xF613 # 0 +0x8D40 0xF614 # 0 +0x8D41 0xF615 # 0 +0x8D42 0xF616 # 0 +0x8D43 0xF617 # 0 +0x8D44 0xF618 # 0 +0x8D45 0xF619 # 0 +0x8D46 0xF61A # 0 +0x8D47 0xF61B # 0 +0x8D48 0xF61C # 0 +0x8D49 0xF61D # 0 +0x8D4A 0xF61E # 0 +0x8D4B 0xF61F # 0 +0x8D4C 0xF620 # 0 +0x8D4D 0xF621 # 0 +0x8D4E 0xF622 # 0 +0x8D4F 0xF623 # 0 +0x8D50 0xF624 # 0 +0x8D51 0xF625 # 0 +0x8D52 0xF626 # 0 +0x8D53 0xF627 # 0 +0x8D54 0xF628 # 0 +0x8D55 0xF629 # 0 +0x8D56 0xF62A # 0 +0x8D57 0xF62B # 0 +0x8D58 0xF62C # 0 +0x8D59 0xF62D # 0 +0x8D5A 0xF62E # 0 +0x8D5B 0xF62F # 0 +0x8D5C 0xF630 # 0 +0x8D5D 0xF631 # 0 +0x8D5E 0xF632 # 0 +0x8D5F 0xF633 # 0 +0x8D60 0xF634 # 0 +0x8D61 0xF635 # 0 +0x8D62 0xF636 # 0 +0x8D63 0xF637 # 0 +0x8D64 0xF638 # 0 +0x8D65 0xF639 # 0 +0x8D66 0xF63A # 0 +0x8D67 0xF63B # 0 +0x8D68 0xF63C # 0 +0x8D69 0xF63D # 0 +0x8D6A 0xF63E # 0 +0x8D6B 0xF63F # 0 +0x8D6C 0xF640 # 0 +0x8D6D 0xF641 # 0 +0x8D6E 0xF642 # 0 +0x8D6F 0xF643 # 0 +0x8D70 0xF644 # 0 +0x8D71 0xF645 # 0 +0x8D72 0xF646 # 0 +0x8D73 0xF647 # 0 +0x8D74 0xF648 # 0 +0x8D75 0xF649 # 0 +0x8D76 0xF64A # 0 +0x8D77 0xF64B # 0 +0x8D78 0xF64C # 0 +0x8D79 0xF64D # 0 +0x8D7A 0xF64E # 0 +0x8D7B 0xF64F # 0 +0x8D7C 0xF650 # 0 +0x8D7D 0xF651 # 0 +0x8D7E 0xF652 # 0 +0x8DA1 0xF653 # 0 +0x8DA2 0xF654 # 0 +0x8DA3 0xF655 # 0 +0x8DA4 0xF656 # 0 +0x8DA5 0xF657 # 0 +0x8DA6 0xF658 # 0 +0x8DA7 0xF659 # 0 +0x8DA8 0xF65A # 0 +0x8DA9 0xF65B # 0 +0x8DAA 0xF65C # 0 +0x8DAB 0xF65D # 0 +0x8DAC 0xF65E # 0 +0x8DAD 0xF65F # 0 +0x8DAE 0xF660 # 0 +0x8DAF 0xF661 # 0 +0x8DB0 0xF662 # 0 +0x8DB1 0xF663 # 0 +0x8DB2 0xF664 # 0 +0x8DB3 0xF665 # 0 +0x8DB4 0xF666 # 0 +0x8DB5 0xF667 # 0 +0x8DB6 0xF668 # 0 +0x8DB7 0xF669 # 0 +0x8DB8 0xF66A # 0 +0x8DB9 0xF66B # 0 +0x8DBA 0xF66C # 0 +0x8DBB 0xF66D # 0 +0x8DBC 0xF66E # 0 +0x8DBD 0xF66F # 0 +0x8DBE 0xF670 # 0 +0x8DBF 0xF671 # 0 +0x8DC0 0xF672 # 0 +0x8DC1 0xF673 # 0 +0x8DC2 0xF674 # 0 +0x8DC3 0xF675 # 0 +0x8DC4 0xF676 # 0 +0x8DC5 0xF677 # 0 +0x8DC6 0xF678 # 0 +0x8DC7 0xF679 # 0 +0x8DC8 0xF67A # 0 +0x8DC9 0xF67B # 0 +0x8DCA 0xF67C # 0 +0x8DCB 0xF67D # 0 +0x8DCC 0xF67E # 0 +0x8DCD 0xF67F # 0 +0x8DCE 0xF680 # 0 +0x8DCF 0xF681 # 0 +0x8DD0 0xF682 # 0 +0x8DD1 0xF683 # 0 +0x8DD2 0xF684 # 0 +0x8DD3 0xF685 # 0 +0x8DD4 0xF686 # 0 +0x8DD5 0xF687 # 0 +0x8DD6 0xF688 # 0 +0x8DD7 0xF689 # 0 +0x8DD8 0xF68A # 0 +0x8DD9 0xF68B # 0 +0x8DDA 0xF68C # 0 +0x8DDB 0xF68D # 0 +0x8DDC 0xF68E # 0 +0x8DDD 0xF68F # 0 +0x8DDE 0xF690 # 0 +0x8DDF 0xF691 # 0 +0x8DE0 0xF692 # 0 +0x8DE1 0xF693 # 0 +0x8DE2 0xF694 # 0 +0x8DE3 0xF695 # 0 +0x8DE4 0xF696 # 0 +0x8DE5 0xF697 # 0 +0x8DE6 0xF698 # 0 +0x8DE7 0xF699 # 0 +0x8DE8 0xF69A # 0 +0x8DE9 0xF69B # 0 +0x8DEA 0xF69C # 0 +0x8DEB 0xF69D # 0 +0x8DEC 0xF69E # 0 +0x8DED 0xF69F # 0 +0x8DEE 0xF6A0 # 0 +0x8DEF 0xF6A1 # 0 +0x8DF0 0xF6A2 # 0 +0x8DF1 0xF6A3 # 0 +0x8DF2 0xF6A4 # 0 +0x8DF3 0xF6A5 # 0 +0x8DF4 0xF6A6 # 0 +0x8DF5 0xF6A7 # 0 +0x8DF6 0xF6A8 # 0 +0x8DF7 0xF6A9 # 0 +0x8DF8 0xF6AA # 0 +0x8DF9 0xF6AB # 0 +0x8DFA 0xF6AC # 0 +0x8DFB 0xF6AD # 0 +0x8DFC 0xF6AE # 0 +0x8DFD 0xF6AF # 0 +0x8DFE 0xF6B0 # 0 +0x8E40 0xE311 # 0 +0x8E41 0xE312 # 0 +0x8E42 0xE313 # 0 +0x8E43 0xE314 # 0 +0x8E44 0xE315 # 0 +0x8E45 0xE316 # 0 +0x8E46 0xE317 # 0 +0x8E47 0xE318 # 0 +0x8E48 0xE319 # 0 +0x8E49 0xE31A # 0 +0x8E4A 0xE31B # 0 +0x8E4B 0xE31C # 0 +0x8E4C 0xE31D # 0 +0x8E4D 0xE31E # 0 +0x8E4E 0xE31F # 0 +0x8E4F 0xE320 # 0 +0x8E50 0xE321 # 0 +0x8E51 0xE322 # 0 +0x8E52 0xE323 # 0 +0x8E53 0xE324 # 0 +0x8E54 0xE325 # 0 +0x8E55 0xE326 # 0 +0x8E56 0xE327 # 0 +0x8E57 0xE328 # 0 +0x8E58 0xE329 # 0 +0x8E59 0xE32A # 0 +0x8E5A 0xE32B # 0 +0x8E5B 0xE32C # 0 +0x8E5C 0xE32D # 0 +0x8E5D 0xE32E # 0 +0x8E5E 0xE32F # 0 +0x8E5F 0xE330 # 0 +0x8E60 0xE331 # 0 +0x8E61 0xE332 # 0 +0x8E62 0xE333 # 0 +0x8E63 0xE334 # 0 +0x8E64 0xE335 # 0 +0x8E65 0xE336 # 0 +0x8E66 0xE337 # 0 +0x8E67 0xE338 # 0 +0x8E68 0xE339 # 0 +0x8E69 0xE33A # 0 +0x8E6A 0xE33B # 0 +0x8E6B 0xE33C # 0 +0x8E6C 0xE33D # 0 +0x8E6D 0xE33E # 0 +0x8E6E 0xE33F # 0 +0x8E6F 0xE340 # 0 +0x8E70 0xE341 # 0 +0x8E71 0xE342 # 0 +0x8E72 0xE343 # 0 +0x8E73 0xE344 # 0 +0x8E74 0xE345 # 0 +0x8E75 0xE346 # 0 +0x8E76 0xE347 # 0 +0x8E77 0xE348 # 0 +0x8E78 0xE349 # 0 +0x8E79 0xE34A # 0 +0x8E7A 0xE34B # 0 +0x8E7B 0xE34C # 0 +0x8E7C 0xE34D # 0 +0x8E7D 0xE34E # 0 +0x8E7E 0xE34F # 0 +0x8EA1 0xE350 # 0 +0x8EA2 0xE351 # 0 +0x8EA3 0xE352 # 0 +0x8EA4 0xE353 # 0 +0x8EA5 0xE354 # 0 +0x8EA6 0xE355 # 0 +0x8EA7 0xE356 # 0 +0x8EA8 0xE357 # 0 +0x8EA9 0xE358 # 0 +0x8EAA 0xE359 # 0 +0x8EAB 0xE35A # 0 +0x8EAC 0xE35B # 0 +0x8EAD 0xE35C # 0 +0x8EAE 0xE35D # 0 +0x8EAF 0xE35E # 0 +0x8EB0 0xE35F # 0 +0x8EB1 0xE360 # 0 +0x8EB2 0xE361 # 0 +0x8EB3 0xE362 # 0 +0x8EB4 0xE363 # 0 +0x8EB5 0xE364 # 0 +0x8EB6 0xE365 # 0 +0x8EB7 0xE366 # 0 +0x8EB8 0xE367 # 0 +0x8EB9 0xE368 # 0 +0x8EBA 0xE369 # 0 +0x8EBB 0xE36A # 0 +0x8EBC 0xE36B # 0 +0x8EBD 0xE36C # 0 +0x8EBE 0xE36D # 0 +0x8EBF 0xE36E # 0 +0x8EC0 0xE36F # 0 +0x8EC1 0xE370 # 0 +0x8EC2 0xE371 # 0 +0x8EC3 0xE372 # 0 +0x8EC4 0xE373 # 0 +0x8EC5 0xE374 # 0 +0x8EC6 0xE375 # 0 +0x8EC7 0xE376 # 0 +0x8EC8 0xE377 # 0 +0x8EC9 0xE378 # 0 +0x8ECA 0xE379 # 0 +0x8ECB 0xE37A # 0 +0x8ECC 0xE37B # 0 +0x8ECD 0xE37C # 0 +0x8ECE 0xE37D # 0 +0x8ECF 0xE37E # 0 +0x8ED0 0xE37F # 0 +0x8ED1 0xE380 # 0 +0x8ED2 0xE381 # 0 +0x8ED3 0xE382 # 0 +0x8ED4 0xE383 # 0 +0x8ED5 0xE384 # 0 +0x8ED6 0xE385 # 0 +0x8ED7 0xE386 # 0 +0x8ED8 0xE387 # 0 +0x8ED9 0xE388 # 0 +0x8EDA 0xE389 # 0 +0x8EDB 0xE38A # 0 +0x8EDC 0xE38B # 0 +0x8EDD 0xE38C # 0 +0x8EDE 0xE38D # 0 +0x8EDF 0xE38E # 0 +0x8EE0 0xE38F # 0 +0x8EE1 0xE390 # 0 +0x8EE2 0xE391 # 0 +0x8EE3 0xE392 # 0 +0x8EE4 0xE393 # 0 +0x8EE5 0xE394 # 0 +0x8EE6 0xE395 # 0 +0x8EE7 0xE396 # 0 +0x8EE8 0xE397 # 0 +0x8EE9 0xE398 # 0 +0x8EEA 0xE399 # 0 +0x8EEB 0xE39A # 0 +0x8EEC 0xE39B # 0 +0x8EED 0xE39C # 0 +0x8EEE 0xE39D # 0 +0x8EEF 0xE39E # 0 +0x8EF0 0xE39F # 0 +0x8EF1 0xE3A0 # 0 +0x8EF2 0xE3A1 # 0 +0x8EF3 0xE3A2 # 0 +0x8EF4 0xE3A3 # 0 +0x8EF5 0xE3A4 # 0 +0x8EF6 0xE3A5 # 0 +0x8EF7 0xE3A6 # 0 +0x8EF8 0xE3A7 # 0 +0x8EF9 0xE3A8 # 0 +0x8EFA 0xE3A9 # 0 +0x8EFB 0xE3AA # 0 +0x8EFC 0xE3AB # 0 +0x8EFD 0xE3AC # 0 +0x8EFE 0xE3AD # 0 +0x8F40 0xE3AE # 0 +0x8F41 0xE3AF # 0 +0x8F42 0xE3B0 # 0 +0x8F43 0xE3B1 # 0 +0x8F44 0xE3B2 # 0 +0x8F45 0xE3B3 # 0 +0x8F46 0xE3B4 # 0 +0x8F47 0xE3B5 # 0 +0x8F48 0xE3B6 # 0 +0x8F49 0xE3B7 # 0 +0x8F4A 0xE3B8 # 0 +0x8F4B 0xE3B9 # 0 +0x8F4C 0xE3BA # 0 +0x8F4D 0xE3BB # 0 +0x8F4E 0xE3BC # 0 +0x8F4F 0xE3BD # 0 +0x8F50 0xE3BE # 0 +0x8F51 0xE3BF # 0 +0x8F52 0xE3C0 # 0 +0x8F53 0xE3C1 # 0 +0x8F54 0xE3C2 # 0 +0x8F55 0xE3C3 # 0 +0x8F56 0xE3C4 # 0 +0x8F57 0xE3C5 # 0 +0x8F58 0xE3C6 # 0 +0x8F59 0xE3C7 # 0 +0x8F5A 0xE3C8 # 0 +0x8F5B 0xE3C9 # 0 +0x8F5C 0xE3CA # 0 +0x8F5D 0xE3CB # 0 +0x8F5E 0xE3CC # 0 +0x8F5F 0xE3CD # 0 +0x8F60 0xE3CE # 0 +0x8F61 0xE3CF # 0 +0x8F62 0xE3D0 # 0 +0x8F63 0xE3D1 # 0 +0x8F64 0xE3D2 # 0 +0x8F65 0xE3D3 # 0 +0x8F66 0xE3D4 # 0 +0x8F67 0xE3D5 # 0 +0x8F68 0xE3D6 # 0 +0x8F69 0xE3D7 # 0 +0x8F6A 0xE3D8 # 0 +0x8F6B 0xE3D9 # 0 +0x8F6C 0xE3DA # 0 +0x8F6D 0xE3DB # 0 +0x8F6E 0xE3DC # 0 +0x8F6F 0xE3DD # 0 +0x8F70 0xE3DE # 0 +0x8F71 0xE3DF # 0 +0x8F72 0xE3E0 # 0 +0x8F73 0xE3E1 # 0 +0x8F74 0xE3E2 # 0 +0x8F75 0xE3E3 # 0 +0x8F76 0xE3E4 # 0 +0x8F77 0xE3E5 # 0 +0x8F78 0xE3E6 # 0 +0x8F79 0xE3E7 # 0 +0x8F7A 0xE3E8 # 0 +0x8F7B 0xE3E9 # 0 +0x8F7C 0xE3EA # 0 +0x8F7D 0xE3EB # 0 +0x8F7E 0xE3EC # 0 +0x8FA1 0xE3ED # 0 +0x8FA2 0xE3EE # 0 +0x8FA3 0xE3EF # 0 +0x8FA4 0xE3F0 # 0 +0x8FA5 0xE3F1 # 0 +0x8FA6 0xE3F2 # 0 +0x8FA7 0xE3F3 # 0 +0x8FA8 0xE3F4 # 0 +0x8FA9 0xE3F5 # 0 +0x8FAA 0xE3F6 # 0 +0x8FAB 0xE3F7 # 0 +0x8FAC 0xE3F8 # 0 +0x8FAD 0xE3F9 # 0 +0x8FAE 0xE3FA # 0 +0x8FAF 0xE3FB # 0 +0x8FB0 0xE3FC # 0 +0x8FB1 0xE3FD # 0 +0x8FB2 0xE3FE # 0 +0x8FB3 0xE3FF # 0 +0x8FB4 0xE400 # 0 +0x8FB5 0xE401 # 0 +0x8FB6 0xE402 # 0 +0x8FB7 0xE403 # 0 +0x8FB8 0xE404 # 0 +0x8FB9 0xE405 # 0 +0x8FBA 0xE406 # 0 +0x8FBB 0xE407 # 0 +0x8FBC 0xE408 # 0 +0x8FBD 0xE409 # 0 +0x8FBE 0xE40A # 0 +0x8FBF 0xE40B # 0 +0x8FC0 0xE40C # 0 +0x8FC1 0xE40D # 0 +0x8FC2 0xE40E # 0 +0x8FC3 0xE40F # 0 +0x8FC4 0xE410 # 0 +0x8FC5 0xE411 # 0 +0x8FC6 0xE412 # 0 +0x8FC7 0xE413 # 0 +0x8FC8 0xE414 # 0 +0x8FC9 0xE415 # 0 +0x8FCA 0xE416 # 0 +0x8FCB 0xE417 # 0 +0x8FCC 0xE418 # 0 +0x8FCD 0xE419 # 0 +0x8FCE 0xE41A # 0 +0x8FCF 0xE41B # 0 +0x8FD0 0xE41C # 0 +0x8FD1 0xE41D # 0 +0x8FD2 0xE41E # 0 +0x8FD3 0xE41F # 0 +0x8FD4 0xE420 # 0 +0x8FD5 0xE421 # 0 +0x8FD6 0xE422 # 0 +0x8FD7 0xE423 # 0 +0x8FD8 0xE424 # 0 +0x8FD9 0xE425 # 0 +0x8FDA 0xE426 # 0 +0x8FDB 0xE427 # 0 +0x8FDC 0xE428 # 0 +0x8FDD 0xE429 # 0 +0x8FDE 0xE42A # 0 +0x8FDF 0xE42B # 0 +0x8FE0 0xE42C # 0 +0x8FE1 0xE42D # 0 +0x8FE2 0xE42E # 0 +0x8FE3 0xE42F # 0 +0x8FE4 0xE430 # 0 +0x8FE5 0xE431 # 0 +0x8FE6 0xE432 # 0 +0x8FE7 0xE433 # 0 +0x8FE8 0xE434 # 0 +0x8FE9 0xE435 # 0 +0x8FEA 0xE436 # 0 +0x8FEB 0xE437 # 0 +0x8FEC 0xE438 # 0 +0x8FED 0xE439 # 0 +0x8FEE 0xE43A # 0 +0x8FEF 0xE43B # 0 +0x8FF0 0xE43C # 0 +0x8FF1 0xE43D # 0 +0x8FF2 0xE43E # 0 +0x8FF3 0xE43F # 0 +0x8FF4 0xE440 # 0 +0x8FF5 0xE441 # 0 +0x8FF6 0xE442 # 0 +0x8FF7 0xE443 # 0 +0x8FF8 0xE444 # 0 +0x8FF9 0xE445 # 0 +0x8FFA 0xE446 # 0 +0x8FFB 0xE447 # 0 +0x8FFC 0xE448 # 0 +0x8FFD 0xE449 # 0 +0x8FFE 0xE44A # 0 +0x9040 0xE44B # 0 +0x9041 0xE44C # 0 +0x9042 0xE44D # 0 +0x9043 0xE44E # 0 +0x9044 0xE44F # 0 +0x9045 0xE450 # 0 +0x9046 0xE451 # 0 +0x9047 0xE452 # 0 +0x9048 0xE453 # 0 +0x9049 0xE454 # 0 +0x904A 0xE455 # 0 +0x904B 0xE456 # 0 +0x904C 0xE457 # 0 +0x904D 0xE458 # 0 +0x904E 0xE459 # 0 +0x904F 0xE45A # 0 +0x9050 0xE45B # 0 +0x9051 0xE45C # 0 +0x9052 0xE45D # 0 +0x9053 0xE45E # 0 +0x9054 0xE45F # 0 +0x9055 0xE460 # 0 +0x9056 0xE461 # 0 +0x9057 0xE462 # 0 +0x9058 0xE463 # 0 +0x9059 0xE464 # 0 +0x905A 0xE465 # 0 +0x905B 0xE466 # 0 +0x905C 0xE467 # 0 +0x905D 0xE468 # 0 +0x905E 0xE469 # 0 +0x905F 0xE46A # 0 +0x9060 0xE46B # 0 +0x9061 0xE46C # 0 +0x9062 0xE46D # 0 +0x9063 0xE46E # 0 +0x9064 0xE46F # 0 +0x9065 0xE470 # 0 +0x9066 0xE471 # 0 +0x9067 0xE472 # 0 +0x9068 0xE473 # 0 +0x9069 0xE474 # 0 +0x906A 0xE475 # 0 +0x906B 0xE476 # 0 +0x906C 0xE477 # 0 +0x906D 0xE478 # 0 +0x906E 0xE479 # 0 +0x906F 0xE47A # 0 +0x9070 0xE47B # 0 +0x9071 0xE47C # 0 +0x9072 0xE47D # 0 +0x9073 0xE47E # 0 +0x9074 0xE47F # 0 +0x9075 0xE480 # 0 +0x9076 0xE481 # 0 +0x9077 0xE482 # 0 +0x9078 0xE483 # 0 +0x9079 0xE484 # 0 +0x907A 0xE485 # 0 +0x907B 0xE486 # 0 +0x907C 0xE487 # 0 +0x907D 0xE488 # 0 +0x907E 0xE489 # 0 +0x90A1 0xE48A # 0 +0x90A2 0xE48B # 0 +0x90A3 0xE48C # 0 +0x90A4 0xE48D # 0 +0x90A5 0xE48E # 0 +0x90A6 0xE48F # 0 +0x90A7 0xE490 # 0 +0x90A8 0xE491 # 0 +0x90A9 0xE492 # 0 +0x90AA 0xE493 # 0 +0x90AB 0xE494 # 0 +0x90AC 0xE495 # 0 +0x90AD 0xE496 # 0 +0x90AE 0xE497 # 0 +0x90AF 0xE498 # 0 +0x90B0 0xE499 # 0 +0x90B1 0xE49A # 0 +0x90B2 0xE49B # 0 +0x90B3 0xE49C # 0 +0x90B4 0xE49D # 0 +0x90B5 0xE49E # 0 +0x90B6 0xE49F # 0 +0x90B7 0xE4A0 # 0 +0x90B8 0xE4A1 # 0 +0x90B9 0xE4A2 # 0 +0x90BA 0xE4A3 # 0 +0x90BB 0xE4A4 # 0 +0x90BC 0xE4A5 # 0 +0x90BD 0xE4A6 # 0 +0x90BE 0xE4A7 # 0 +0x90BF 0xE4A8 # 0 +0x90C0 0xE4A9 # 0 +0x90C1 0xE4AA # 0 +0x90C2 0xE4AB # 0 +0x90C3 0xE4AC # 0 +0x90C4 0xE4AD # 0 +0x90C5 0xE4AE # 0 +0x90C6 0xE4AF # 0 +0x90C7 0xE4B0 # 0 +0x90C8 0xE4B1 # 0 +0x90C9 0xE4B2 # 0 +0x90CA 0xE4B3 # 0 +0x90CB 0xE4B4 # 0 +0x90CC 0xE4B5 # 0 +0x90CD 0xE4B6 # 0 +0x90CE 0xE4B7 # 0 +0x90CF 0xE4B8 # 0 +0x90D0 0xE4B9 # 0 +0x90D1 0xE4BA # 0 +0x90D2 0xE4BB # 0 +0x90D3 0xE4BC # 0 +0x90D4 0xE4BD # 0 +0x90D5 0xE4BE # 0 +0x90D6 0xE4BF # 0 +0x90D7 0xE4C0 # 0 +0x90D8 0xE4C1 # 0 +0x90D9 0xE4C2 # 0 +0x90DA 0xE4C3 # 0 +0x90DB 0xE4C4 # 0 +0x90DC 0xE4C5 # 0 +0x90DD 0xE4C6 # 0 +0x90DE 0xE4C7 # 0 +0x90DF 0xE4C8 # 0 +0x90E0 0xE4C9 # 0 +0x90E1 0xE4CA # 0 +0x90E2 0xE4CB # 0 +0x90E3 0xE4CC # 0 +0x90E4 0xE4CD # 0 +0x90E5 0xE4CE # 0 +0x90E6 0xE4CF # 0 +0x90E7 0xE4D0 # 0 +0x90E8 0xE4D1 # 0 +0x90E9 0xE4D2 # 0 +0x90EA 0xE4D3 # 0 +0x90EB 0xE4D4 # 0 +0x90EC 0xE4D5 # 0 +0x90ED 0xE4D6 # 0 +0x90EE 0xE4D7 # 0 +0x90EF 0xE4D8 # 0 +0x90F0 0xE4D9 # 0 +0x90F1 0xE4DA # 0 +0x90F2 0xE4DB # 0 +0x90F3 0xE4DC # 0 +0x90F4 0xE4DD # 0 +0x90F5 0xE4DE # 0 +0x90F6 0xE4DF # 0 +0x90F7 0xE4E0 # 0 +0x90F8 0xE4E1 # 0 +0x90F9 0xE4E2 # 0 +0x90FA 0xE4E3 # 0 +0x90FB 0xE4E4 # 0 +0x90FC 0xE4E5 # 0 +0x90FD 0xE4E6 # 0 +0x90FE 0xE4E7 # 0 +0x9140 0xE4E8 # 0 +0x9141 0xE4E9 # 0 +0x9142 0xE4EA # 0 +0x9143 0xE4EB # 0 +0x9144 0xE4EC # 0 +0x9145 0xE4ED # 0 +0x9146 0xE4EE # 0 +0x9147 0xE4EF # 0 +0x9148 0xE4F0 # 0 +0x9149 0xE4F1 # 0 +0x914A 0xE4F2 # 0 +0x914B 0xE4F3 # 0 +0x914C 0xE4F4 # 0 +0x914D 0xE4F5 # 0 +0x914E 0xE4F6 # 0 +0x914F 0xE4F7 # 0 +0x9150 0xE4F8 # 0 +0x9151 0xE4F9 # 0 +0x9152 0xE4FA # 0 +0x9153 0xE4FB # 0 +0x9154 0xE4FC # 0 +0x9155 0xE4FD # 0 +0x9156 0xE4FE # 0 +0x9157 0xE4FF # 0 +0x9158 0xE500 # 0 +0x9159 0xE501 # 0 +0x915A 0xE502 # 0 +0x915B 0xE503 # 0 +0x915C 0xE504 # 0 +0x915D 0xE505 # 0 +0x915E 0xE506 # 0 +0x915F 0xE507 # 0 +0x9160 0xE508 # 0 +0x9161 0xE509 # 0 +0x9162 0xE50A # 0 +0x9163 0xE50B # 0 +0x9164 0xE50C # 0 +0x9165 0xE50D # 0 +0x9166 0xE50E # 0 +0x9167 0xE50F # 0 +0x9168 0xE510 # 0 +0x9169 0xE511 # 0 +0x916A 0xE512 # 0 +0x916B 0xE513 # 0 +0x916C 0xE514 # 0 +0x916D 0xE515 # 0 +0x916E 0xE516 # 0 +0x916F 0xE517 # 0 +0x9170 0xE518 # 0 +0x9171 0xE519 # 0 +0x9172 0xE51A # 0 +0x9173 0xE51B # 0 +0x9174 0xE51C # 0 +0x9175 0xE51D # 0 +0x9176 0xE51E # 0 +0x9177 0xE51F # 0 +0x9178 0xE520 # 0 +0x9179 0xE521 # 0 +0x917A 0xE522 # 0 +0x917B 0xE523 # 0 +0x917C 0xE524 # 0 +0x917D 0xE525 # 0 +0x917E 0xE526 # 0 +0x91A1 0xE527 # 0 +0x91A2 0xE528 # 0 +0x91A3 0xE529 # 0 +0x91A4 0xE52A # 0 +0x91A5 0xE52B # 0 +0x91A6 0xE52C # 0 +0x91A7 0xE52D # 0 +0x91A8 0xE52E # 0 +0x91A9 0xE52F # 0 +0x91AA 0xE530 # 0 +0x91AB 0xE531 # 0 +0x91AC 0xE532 # 0 +0x91AD 0xE533 # 0 +0x91AE 0xE534 # 0 +0x91AF 0xE535 # 0 +0x91B0 0xE536 # 0 +0x91B1 0xE537 # 0 +0x91B2 0xE538 # 0 +0x91B3 0xE539 # 0 +0x91B4 0xE53A # 0 +0x91B5 0xE53B # 0 +0x91B6 0xE53C # 0 +0x91B7 0xE53D # 0 +0x91B8 0xE53E # 0 +0x91B9 0xE53F # 0 +0x91BA 0xE540 # 0 +0x91BB 0xE541 # 0 +0x91BC 0xE542 # 0 +0x91BD 0xE543 # 0 +0x91BE 0xE544 # 0 +0x91BF 0xE545 # 0 +0x91C0 0xE546 # 0 +0x91C1 0xE547 # 0 +0x91C2 0xE548 # 0 +0x91C3 0xE549 # 0 +0x91C4 0xE54A # 0 +0x91C5 0xE54B # 0 +0x91C6 0xE54C # 0 +0x91C7 0xE54D # 0 +0x91C8 0xE54E # 0 +0x91C9 0xE54F # 0 +0x91CA 0xE550 # 0 +0x91CB 0xE551 # 0 +0x91CC 0xE552 # 0 +0x91CD 0xE553 # 0 +0x91CE 0xE554 # 0 +0x91CF 0xE555 # 0 +0x91D0 0xE556 # 0 +0x91D1 0xE557 # 0 +0x91D2 0xE558 # 0 +0x91D3 0xE559 # 0 +0x91D4 0xE55A # 0 +0x91D5 0xE55B # 0 +0x91D6 0xE55C # 0 +0x91D7 0xE55D # 0 +0x91D8 0xE55E # 0 +0x91D9 0xE55F # 0 +0x91DA 0xE560 # 0 +0x91DB 0xE561 # 0 +0x91DC 0xE562 # 0 +0x91DD 0xE563 # 0 +0x91DE 0xE564 # 0 +0x91DF 0xE565 # 0 +0x91E0 0xE566 # 0 +0x91E1 0xE567 # 0 +0x91E2 0xE568 # 0 +0x91E3 0xE569 # 0 +0x91E4 0xE56A # 0 +0x91E5 0xE56B # 0 +0x91E6 0xE56C # 0 +0x91E7 0xE56D # 0 +0x91E8 0xE56E # 0 +0x91E9 0xE56F # 0 +0x91EA 0xE570 # 0 +0x91EB 0xE571 # 0 +0x91EC 0xE572 # 0 +0x91ED 0xE573 # 0 +0x91EE 0xE574 # 0 +0x91EF 0xE575 # 0 +0x91F0 0xE576 # 0 +0x91F1 0xE577 # 0 +0x91F2 0xE578 # 0 +0x91F3 0xE579 # 0 +0x91F4 0xE57A # 0 +0x91F5 0xE57B # 0 +0x91F6 0xE57C # 0 +0x91F7 0xE57D # 0 +0x91F8 0xE57E # 0 +0x91F9 0xE57F # 0 +0x91FA 0xE580 # 0 +0x91FB 0xE581 # 0 +0x91FC 0xE582 # 0 +0x91FD 0xE583 # 0 +0x91FE 0xE584 # 0 +0x9240 0xE585 # 0 +0x9241 0xE586 # 0 +0x9242 0xE587 # 0 +0x9243 0xE588 # 0 +0x9244 0xE589 # 0 +0x9245 0xE58A # 0 +0x9246 0xE58B # 0 +0x9247 0xE58C # 0 +0x9248 0xE58D # 0 +0x9249 0xE58E # 0 +0x924A 0xE58F # 0 +0x924B 0xE590 # 0 +0x924C 0xE591 # 0 +0x924D 0xE592 # 0 +0x924E 0xE593 # 0 +0x924F 0xE594 # 0 +0x9250 0xE595 # 0 +0x9251 0xE596 # 0 +0x9252 0xE597 # 0 +0x9253 0xE598 # 0 +0x9254 0xE599 # 0 +0x9255 0xE59A # 0 +0x9256 0xE59B # 0 +0x9257 0xE59C # 0 +0x9258 0xE59D # 0 +0x9259 0xE59E # 0 +0x925A 0xE59F # 0 +0x925B 0xE5A0 # 0 +0x925C 0xE5A1 # 0 +0x925D 0xE5A2 # 0 +0x925E 0xE5A3 # 0 +0x925F 0xE5A4 # 0 +0x9260 0xE5A5 # 0 +0x9261 0xE5A6 # 0 +0x9262 0xE5A7 # 0 +0x9263 0xE5A8 # 0 +0x9264 0xE5A9 # 0 +0x9265 0xE5AA # 0 +0x9266 0xE5AB # 0 +0x9267 0xE5AC # 0 +0x9268 0xE5AD # 0 +0x9269 0xE5AE # 0 +0x926A 0xE5AF # 0 +0x926B 0xE5B0 # 0 +0x926C 0xE5B1 # 0 +0x926D 0xE5B2 # 0 +0x926E 0xE5B3 # 0 +0x926F 0xE5B4 # 0 +0x9270 0xE5B5 # 0 +0x9271 0xE5B6 # 0 +0x9272 0xE5B7 # 0 +0x9273 0xE5B8 # 0 +0x9274 0xE5B9 # 0 +0x9275 0xE5BA # 0 +0x9276 0xE5BB # 0 +0x9277 0xE5BC # 0 +0x9278 0xE5BD # 0 +0x9279 0xE5BE # 0 +0x927A 0xE5BF # 0 +0x927B 0xE5C0 # 0 +0x927C 0xE5C1 # 0 +0x927D 0xE5C2 # 0 +0x927E 0xE5C3 # 0 +0x92A1 0xE5C4 # 0 +0x92A2 0xE5C5 # 0 +0x92A3 0xE5C6 # 0 +0x92A4 0xE5C7 # 0 +0x92A5 0xE5C8 # 0 +0x92A6 0xE5C9 # 0 +0x92A7 0xE5CA # 0 +0x92A8 0xE5CB # 0 +0x92A9 0xE5CC # 0 +0x92AA 0xE5CD # 0 +0x92AB 0xE5CE # 0 +0x92AC 0xE5CF # 0 +0x92AD 0xE5D0 # 0 +0x92AE 0xE5D1 # 0 +0x92AF 0xE5D2 # 0 +0x92B0 0xE5D3 # 0 +0x92B1 0xE5D4 # 0 +0x92B2 0xE5D5 # 0 +0x92B3 0xE5D6 # 0 +0x92B4 0xE5D7 # 0 +0x92B5 0xE5D8 # 0 +0x92B6 0xE5D9 # 0 +0x92B7 0xE5DA # 0 +0x92B8 0xE5DB # 0 +0x92B9 0xE5DC # 0 +0x92BA 0xE5DD # 0 +0x92BB 0xE5DE # 0 +0x92BC 0xE5DF # 0 +0x92BD 0xE5E0 # 0 +0x92BE 0xE5E1 # 0 +0x92BF 0xE5E2 # 0 +0x92C0 0xE5E3 # 0 +0x92C1 0xE5E4 # 0 +0x92C2 0xE5E5 # 0 +0x92C3 0xE5E6 # 0 +0x92C4 0xE5E7 # 0 +0x92C5 0xE5E8 # 0 +0x92C6 0xE5E9 # 0 +0x92C7 0xE5EA # 0 +0x92C8 0xE5EB # 0 +0x92C9 0xE5EC # 0 +0x92CA 0xE5ED # 0 +0x92CB 0xE5EE # 0 +0x92CC 0xE5EF # 0 +0x92CD 0xE5F0 # 0 +0x92CE 0xE5F1 # 0 +0x92CF 0xE5F2 # 0 +0x92D0 0xE5F3 # 0 +0x92D1 0xE5F4 # 0 +0x92D2 0xE5F5 # 0 +0x92D3 0xE5F6 # 0 +0x92D4 0xE5F7 # 0 +0x92D5 0xE5F8 # 0 +0x92D6 0xE5F9 # 0 +0x92D7 0xE5FA # 0 +0x92D8 0xE5FB # 0 +0x92D9 0xE5FC # 0 +0x92DA 0xE5FD # 0 +0x92DB 0xE5FE # 0 +0x92DC 0xE5FF # 0 +0x92DD 0xE600 # 0 +0x92DE 0xE601 # 0 +0x92DF 0xE602 # 0 +0x92E0 0xE603 # 0 +0x92E1 0xE604 # 0 +0x92E2 0xE605 # 0 +0x92E3 0xE606 # 0 +0x92E4 0xE607 # 0 +0x92E5 0xE608 # 0 +0x92E6 0xE609 # 0 +0x92E7 0xE60A # 0 +0x92E8 0xE60B # 0 +0x92E9 0xE60C # 0 +0x92EA 0xE60D # 0 +0x92EB 0xE60E # 0 +0x92EC 0xE60F # 0 +0x92ED 0xE610 # 0 +0x92EE 0xE611 # 0 +0x92EF 0xE612 # 0 +0x92F0 0xE613 # 0 +0x92F1 0xE614 # 0 +0x92F2 0xE615 # 0 +0x92F3 0xE616 # 0 +0x92F4 0xE617 # 0 +0x92F5 0xE618 # 0 +0x92F6 0xE619 # 0 +0x92F7 0xE61A # 0 +0x92F8 0xE61B # 0 +0x92F9 0xE61C # 0 +0x92FA 0xE61D # 0 +0x92FB 0xE61E # 0 +0x92FC 0xE61F # 0 +0x92FD 0xE620 # 0 +0x92FE 0xE621 # 0 +0x9340 0xE622 # 0 +0x9341 0xE623 # 0 +0x9342 0xE624 # 0 +0x9343 0xE625 # 0 +0x9344 0xE626 # 0 +0x9345 0xE627 # 0 +0x9346 0xE628 # 0 +0x9347 0xE629 # 0 +0x9348 0xE62A # 0 +0x9349 0xE62B # 0 +0x934A 0xE62C # 0 +0x934B 0xE62D # 0 +0x934C 0xE62E # 0 +0x934D 0xE62F # 0 +0x934E 0xE630 # 0 +0x934F 0xE631 # 0 +0x9350 0xE632 # 0 +0x9351 0xE633 # 0 +0x9352 0xE634 # 0 +0x9353 0xE635 # 0 +0x9354 0xE636 # 0 +0x9355 0xE637 # 0 +0x9356 0xE638 # 0 +0x9357 0xE639 # 0 +0x9358 0xE63A # 0 +0x9359 0xE63B # 0 +0x935A 0xE63C # 0 +0x935B 0xE63D # 0 +0x935C 0xE63E # 0 +0x935D 0xE63F # 0 +0x935E 0xE640 # 0 +0x935F 0xE641 # 0 +0x9360 0xE642 # 0 +0x9361 0xE643 # 0 +0x9362 0xE644 # 0 +0x9363 0xE645 # 0 +0x9364 0xE646 # 0 +0x9365 0xE647 # 0 +0x9366 0xE648 # 0 +0x9367 0xE649 # 0 +0x9368 0xE64A # 0 +0x9369 0xE64B # 0 +0x936A 0xE64C # 0 +0x936B 0xE64D # 0 +0x936C 0xE64E # 0 +0x936D 0xE64F # 0 +0x936E 0xE650 # 0 +0x936F 0xE651 # 0 +0x9370 0xE652 # 0 +0x9371 0xE653 # 0 +0x9372 0xE654 # 0 +0x9373 0xE655 # 0 +0x9374 0xE656 # 0 +0x9375 0xE657 # 0 +0x9376 0xE658 # 0 +0x9377 0xE659 # 0 +0x9378 0xE65A # 0 +0x9379 0xE65B # 0 +0x937A 0xE65C # 0 +0x937B 0xE65D # 0 +0x937C 0xE65E # 0 +0x937D 0xE65F # 0 +0x937E 0xE660 # 0 +0x93A1 0xE661 # 0 +0x93A2 0xE662 # 0 +0x93A3 0xE663 # 0 +0x93A4 0xE664 # 0 +0x93A5 0xE665 # 0 +0x93A6 0xE666 # 0 +0x93A7 0xE667 # 0 +0x93A8 0xE668 # 0 +0x93A9 0xE669 # 0 +0x93AA 0xE66A # 0 +0x93AB 0xE66B # 0 +0x93AC 0xE66C # 0 +0x93AD 0xE66D # 0 +0x93AE 0xE66E # 0 +0x93AF 0xE66F # 0 +0x93B0 0xE670 # 0 +0x93B1 0xE671 # 0 +0x93B2 0xE672 # 0 +0x93B3 0xE673 # 0 +0x93B4 0xE674 # 0 +0x93B5 0xE675 # 0 +0x93B6 0xE676 # 0 +0x93B7 0xE677 # 0 +0x93B8 0xE678 # 0 +0x93B9 0xE679 # 0 +0x93BA 0xE67A # 0 +0x93BB 0xE67B # 0 +0x93BC 0xE67C # 0 +0x93BD 0xE67D # 0 +0x93BE 0xE67E # 0 +0x93BF 0xE67F # 0 +0x93C0 0xE680 # 0 +0x93C1 0xE681 # 0 +0x93C2 0xE682 # 0 +0x93C3 0xE683 # 0 +0x93C4 0xE684 # 0 +0x93C5 0xE685 # 0 +0x93C6 0xE686 # 0 +0x93C7 0xE687 # 0 +0x93C8 0xE688 # 0 +0x93C9 0xE689 # 0 +0x93CA 0xE68A # 0 +0x93CB 0xE68B # 0 +0x93CC 0xE68C # 0 +0x93CD 0xE68D # 0 +0x93CE 0xE68E # 0 +0x93CF 0xE68F # 0 +0x93D0 0xE690 # 0 +0x93D1 0xE691 # 0 +0x93D2 0xE692 # 0 +0x93D3 0xE693 # 0 +0x93D4 0xE694 # 0 +0x93D5 0xE695 # 0 +0x93D6 0xE696 # 0 +0x93D7 0xE697 # 0 +0x93D8 0xE698 # 0 +0x93D9 0xE699 # 0 +0x93DA 0xE69A # 0 +0x93DB 0xE69B # 0 +0x93DC 0xE69C # 0 +0x93DD 0xE69D # 0 +0x93DE 0xE69E # 0 +0x93DF 0xE69F # 0 +0x93E0 0xE6A0 # 0 +0x93E1 0xE6A1 # 0 +0x93E2 0xE6A2 # 0 +0x93E3 0xE6A3 # 0 +0x93E4 0xE6A4 # 0 +0x93E5 0xE6A5 # 0 +0x93E6 0xE6A6 # 0 +0x93E7 0xE6A7 # 0 +0x93E8 0xE6A8 # 0 +0x93E9 0xE6A9 # 0 +0x93EA 0xE6AA # 0 +0x93EB 0xE6AB # 0 +0x93EC 0xE6AC # 0 +0x93ED 0xE6AD # 0 +0x93EE 0xE6AE # 0 +0x93EF 0xE6AF # 0 +0x93F0 0xE6B0 # 0 +0x93F1 0xE6B1 # 0 +0x93F2 0xE6B2 # 0 +0x93F3 0xE6B3 # 0 +0x93F4 0xE6B4 # 0 +0x93F5 0xE6B5 # 0 +0x93F6 0xE6B6 # 0 +0x93F7 0xE6B7 # 0 +0x93F8 0xE6B8 # 0 +0x93F9 0xE6B9 # 0 +0x93FA 0xE6BA # 0 +0x93FB 0xE6BB # 0 +0x93FC 0xE6BC # 0 +0x93FD 0xE6BD # 0 +0x93FE 0xE6BE # 0 +0x9440 0xE6BF # 0 +0x9441 0xE6C0 # 0 +0x9442 0xE6C1 # 0 +0x9443 0xE6C2 # 0 +0x9444 0xE6C3 # 0 +0x9445 0xE6C4 # 0 +0x9446 0xE6C5 # 0 +0x9447 0xE6C6 # 0 +0x9448 0xE6C7 # 0 +0x9449 0xE6C8 # 0 +0x944A 0xE6C9 # 0 +0x944B 0xE6CA # 0 +0x944C 0xE6CB # 0 +0x944D 0xE6CC # 0 +0x944E 0xE6CD # 0 +0x944F 0xE6CE # 0 +0x9450 0xE6CF # 0 +0x9451 0xE6D0 # 0 +0x9452 0xE6D1 # 0 +0x9453 0xE6D2 # 0 +0x9454 0xE6D3 # 0 +0x9455 0xE6D4 # 0 +0x9456 0xE6D5 # 0 +0x9457 0xE6D6 # 0 +0x9458 0xE6D7 # 0 +0x9459 0xE6D8 # 0 +0x945A 0xE6D9 # 0 +0x945B 0xE6DA # 0 +0x945C 0xE6DB # 0 +0x945D 0xE6DC # 0 +0x945E 0xE6DD # 0 +0x945F 0xE6DE # 0 +0x9460 0xE6DF # 0 +0x9461 0xE6E0 # 0 +0x9462 0xE6E1 # 0 +0x9463 0xE6E2 # 0 +0x9464 0xE6E3 # 0 +0x9465 0xE6E4 # 0 +0x9466 0xE6E5 # 0 +0x9467 0xE6E6 # 0 +0x9468 0xE6E7 # 0 +0x9469 0xE6E8 # 0 +0x946A 0xE6E9 # 0 +0x946B 0xE6EA # 0 +0x946C 0xE6EB # 0 +0x946D 0xE6EC # 0 +0x946E 0xE6ED # 0 +0x946F 0xE6EE # 0 +0x9470 0xE6EF # 0 +0x9471 0xE6F0 # 0 +0x9472 0xE6F1 # 0 +0x9473 0xE6F2 # 0 +0x9474 0xE6F3 # 0 +0x9475 0xE6F4 # 0 +0x9476 0xE6F5 # 0 +0x9477 0xE6F6 # 0 +0x9478 0xE6F7 # 0 +0x9479 0xE6F8 # 0 +0x947A 0xE6F9 # 0 +0x947B 0xE6FA # 0 +0x947C 0xE6FB # 0 +0x947D 0xE6FC # 0 +0x947E 0xE6FD # 0 +0x94A1 0xE6FE # 0 +0x94A2 0xE6FF # 0 +0x94A3 0xE700 # 0 +0x94A4 0xE701 # 0 +0x94A5 0xE702 # 0 +0x94A6 0xE703 # 0 +0x94A7 0xE704 # 0 +0x94A8 0xE705 # 0 +0x94A9 0xE706 # 0 +0x94AA 0xE707 # 0 +0x94AB 0xE708 # 0 +0x94AC 0xE709 # 0 +0x94AD 0xE70A # 0 +0x94AE 0xE70B # 0 +0x94AF 0xE70C # 0 +0x94B0 0xE70D # 0 +0x94B1 0xE70E # 0 +0x94B2 0xE70F # 0 +0x94B3 0xE710 # 0 +0x94B4 0xE711 # 0 +0x94B5 0xE712 # 0 +0x94B6 0xE713 # 0 +0x94B7 0xE714 # 0 +0x94B8 0xE715 # 0 +0x94B9 0xE716 # 0 +0x94BA 0xE717 # 0 +0x94BB 0xE718 # 0 +0x94BC 0xE719 # 0 +0x94BD 0xE71A # 0 +0x94BE 0xE71B # 0 +0x94BF 0xE71C # 0 +0x94C0 0xE71D # 0 +0x94C1 0xE71E # 0 +0x94C2 0xE71F # 0 +0x94C3 0xE720 # 0 +0x94C4 0xE721 # 0 +0x94C5 0xE722 # 0 +0x94C6 0xE723 # 0 +0x94C7 0xE724 # 0 +0x94C8 0xE725 # 0 +0x94C9 0xE726 # 0 +0x94CA 0xE727 # 0 +0x94CB 0xE728 # 0 +0x94CC 0xE729 # 0 +0x94CD 0xE72A # 0 +0x94CE 0xE72B # 0 +0x94CF 0xE72C # 0 +0x94D0 0xE72D # 0 +0x94D1 0xE72E # 0 +0x94D2 0xE72F # 0 +0x94D3 0xE730 # 0 +0x94D4 0xE731 # 0 +0x94D5 0xE732 # 0 +0x94D6 0xE733 # 0 +0x94D7 0xE734 # 0 +0x94D8 0xE735 # 0 +0x94D9 0xE736 # 0 +0x94DA 0xE737 # 0 +0x94DB 0xE738 # 0 +0x94DC 0xE739 # 0 +0x94DD 0xE73A # 0 +0x94DE 0xE73B # 0 +0x94DF 0xE73C # 0 +0x94E0 0xE73D # 0 +0x94E1 0xE73E # 0 +0x94E2 0xE73F # 0 +0x94E3 0xE740 # 0 +0x94E4 0xE741 # 0 +0x94E5 0xE742 # 0 +0x94E6 0xE743 # 0 +0x94E7 0xE744 # 0 +0x94E8 0xE745 # 0 +0x94E9 0xE746 # 0 +0x94EA 0xE747 # 0 +0x94EB 0xE748 # 0 +0x94EC 0xE749 # 0 +0x94ED 0xE74A # 0 +0x94EE 0xE74B # 0 +0x94EF 0xE74C # 0 +0x94F0 0xE74D # 0 +0x94F1 0xE74E # 0 +0x94F2 0xE74F # 0 +0x94F3 0xE750 # 0 +0x94F4 0xE751 # 0 +0x94F5 0xE752 # 0 +0x94F6 0xE753 # 0 +0x94F7 0xE754 # 0 +0x94F8 0xE755 # 0 +0x94F9 0xE756 # 0 +0x94FA 0xE757 # 0 +0x94FB 0xE758 # 0 +0x94FC 0xE759 # 0 +0x94FD 0xE75A # 0 +0x94FE 0xE75B # 0 +0x9540 0xE75C # 0 +0x9541 0xE75D # 0 +0x9542 0xE75E # 0 +0x9543 0xE75F # 0 +0x9544 0xE760 # 0 +0x9545 0xE761 # 0 +0x9546 0xE762 # 0 +0x9547 0xE763 # 0 +0x9548 0xE764 # 0 +0x9549 0xE765 # 0 +0x954A 0xE766 # 0 +0x954B 0xE767 # 0 +0x954C 0xE768 # 0 +0x954D 0xE769 # 0 +0x954E 0xE76A # 0 +0x954F 0xE76B # 0 +0x9550 0xE76C # 0 +0x9551 0xE76D # 0 +0x9552 0xE76E # 0 +0x9553 0xE76F # 0 +0x9554 0xE770 # 0 +0x9555 0xE771 # 0 +0x9556 0xE772 # 0 +0x9557 0xE773 # 0 +0x9558 0xE774 # 0 +0x9559 0xE775 # 0 +0x955A 0xE776 # 0 +0x955B 0xE777 # 0 +0x955C 0xE778 # 0 +0x955D 0xE779 # 0 +0x955E 0xE77A # 0 +0x955F 0xE77B # 0 +0x9560 0xE77C # 0 +0x9561 0xE77D # 0 +0x9562 0xE77E # 0 +0x9563 0xE77F # 0 +0x9564 0xE780 # 0 +0x9565 0xE781 # 0 +0x9566 0xE782 # 0 +0x9567 0xE783 # 0 +0x9568 0xE784 # 0 +0x9569 0xE785 # 0 +0x956A 0xE786 # 0 +0x956B 0xE787 # 0 +0x956C 0xE788 # 0 +0x956D 0xE789 # 0 +0x956E 0xE78A # 0 +0x956F 0xE78B # 0 +0x9570 0xE78C # 0 +0x9571 0xE78D # 0 +0x9572 0xE78E # 0 +0x9573 0xE78F # 0 +0x9574 0xE790 # 0 +0x9575 0xE791 # 0 +0x9576 0xE792 # 0 +0x9577 0xE793 # 0 +0x9578 0xE794 # 0 +0x9579 0xE795 # 0 +0x957A 0xE796 # 0 +0x957B 0xE797 # 0 +0x957C 0xE798 # 0 +0x957D 0xE799 # 0 +0x957E 0xE79A # 0 +0x95A1 0xE79B # 0 +0x95A2 0xE79C # 0 +0x95A3 0xE79D # 0 +0x95A4 0xE79E # 0 +0x95A5 0xE79F # 0 +0x95A6 0xE7A0 # 0 +0x95A7 0xE7A1 # 0 +0x95A8 0xE7A2 # 0 +0x95A9 0xE7A3 # 0 +0x95AA 0xE7A4 # 0 +0x95AB 0xE7A5 # 0 +0x95AC 0xE7A6 # 0 +0x95AD 0xE7A7 # 0 +0x95AE 0xE7A8 # 0 +0x95AF 0xE7A9 # 0 +0x95B0 0xE7AA # 0 +0x95B1 0xE7AB # 0 +0x95B2 0xE7AC # 0 +0x95B3 0xE7AD # 0 +0x95B4 0xE7AE # 0 +0x95B5 0xE7AF # 0 +0x95B6 0xE7B0 # 0 +0x95B7 0xE7B1 # 0 +0x95B8 0xE7B2 # 0 +0x95B9 0xE7B3 # 0 +0x95BA 0xE7B4 # 0 +0x95BB 0xE7B5 # 0 +0x95BC 0xE7B6 # 0 +0x95BD 0xE7B7 # 0 +0x95BE 0xE7B8 # 0 +0x95BF 0xE7B9 # 0 +0x95C0 0xE7BA # 0 +0x95C1 0xE7BB # 0 +0x95C2 0xE7BC # 0 +0x95C3 0xE7BD # 0 +0x95C4 0xE7BE # 0 +0x95C5 0xE7BF # 0 +0x95C6 0xE7C0 # 0 +0x95C7 0xE7C1 # 0 +0x95C8 0xE7C2 # 0 +0x95C9 0xE7C3 # 0 +0x95CA 0xE7C4 # 0 +0x95CB 0xE7C5 # 0 +0x95CC 0xE7C6 # 0 +0x95CD 0xE7C7 # 0 +0x95CE 0xE7C8 # 0 +0x95CF 0xE7C9 # 0 +0x95D0 0xE7CA # 0 +0x95D1 0xE7CB # 0 +0x95D2 0xE7CC # 0 +0x95D3 0xE7CD # 0 +0x95D4 0xE7CE # 0 +0x95D5 0xE7CF # 0 +0x95D6 0xE7D0 # 0 +0x95D7 0xE7D1 # 0 +0x95D8 0xE7D2 # 0 +0x95D9 0xE7D3 # 0 +0x95DA 0xE7D4 # 0 +0x95DB 0xE7D5 # 0 +0x95DC 0xE7D6 # 0 +0x95DD 0xE7D7 # 0 +0x95DE 0xE7D8 # 0 +0x95DF 0xE7D9 # 0 +0x95E0 0xE7DA # 0 +0x95E1 0xE7DB # 0 +0x95E2 0xE7DC # 0 +0x95E3 0xE7DD # 0 +0x95E4 0xE7DE # 0 +0x95E5 0xE7DF # 0 +0x95E6 0xE7E0 # 0 +0x95E7 0xE7E1 # 0 +0x95E8 0xE7E2 # 0 +0x95E9 0xE7E3 # 0 +0x95EA 0xE7E4 # 0 +0x95EB 0xE7E5 # 0 +0x95EC 0xE7E6 # 0 +0x95ED 0xE7E7 # 0 +0x95EE 0xE7E8 # 0 +0x95EF 0xE7E9 # 0 +0x95F0 0xE7EA # 0 +0x95F1 0xE7EB # 0 +0x95F2 0xE7EC # 0 +0x95F3 0xE7ED # 0 +0x95F4 0xE7EE # 0 +0x95F5 0xE7EF # 0 +0x95F6 0xE7F0 # 0 +0x95F7 0xE7F1 # 0 +0x95F8 0xE7F2 # 0 +0x95F9 0xE7F3 # 0 +0x95FA 0xE7F4 # 0 +0x95FB 0xE7F5 # 0 +0x95FC 0xE7F6 # 0 +0x95FD 0xE7F7 # 0 +0x95FE 0xE7F8 # 0 +0x9640 0xE7F9 # 0 +0x9641 0xE7FA # 0 +0x9642 0xE7FB # 0 +0x9643 0xE7FC # 0 +0x9644 0xE7FD # 0 +0x9645 0xE7FE # 0 +0x9646 0xE7FF # 0 +0x9647 0xE800 # 0 +0x9648 0xE801 # 0 +0x9649 0xE802 # 0 +0x964A 0xE803 # 0 +0x964B 0xE804 # 0 +0x964C 0xE805 # 0 +0x964D 0xE806 # 0 +0x964E 0xE807 # 0 +0x964F 0xE808 # 0 +0x9650 0xE809 # 0 +0x9651 0xE80A # 0 +0x9652 0xE80B # 0 +0x9653 0xE80C # 0 +0x9654 0xE80D # 0 +0x9655 0xE80E # 0 +0x9656 0xE80F # 0 +0x9657 0xE810 # 0 +0x9658 0xE811 # 0 +0x9659 0xE812 # 0 +0x965A 0xE813 # 0 +0x965B 0xE814 # 0 +0x965C 0xE815 # 0 +0x965D 0xE816 # 0 +0x965E 0xE817 # 0 +0x965F 0xE818 # 0 +0x9660 0xE819 # 0 +0x9661 0xE81A # 0 +0x9662 0xE81B # 0 +0x9663 0xE81C # 0 +0x9664 0xE81D # 0 +0x9665 0xE81E # 0 +0x9666 0xE81F # 0 +0x9667 0xE820 # 0 +0x9668 0xE821 # 0 +0x9669 0xE822 # 0 +0x966A 0xE823 # 0 +0x966B 0xE824 # 0 +0x966C 0xE825 # 0 +0x966D 0xE826 # 0 +0x966E 0xE827 # 0 +0x966F 0xE828 # 0 +0x9670 0xE829 # 0 +0x9671 0xE82A # 0 +0x9672 0xE82B # 0 +0x9673 0xE82C # 0 +0x9674 0xE82D # 0 +0x9675 0xE82E # 0 +0x9676 0xE82F # 0 +0x9677 0xE830 # 0 +0x9678 0xE831 # 0 +0x9679 0xE832 # 0 +0x967A 0xE833 # 0 +0x967B 0xE834 # 0 +0x967C 0xE835 # 0 +0x967D 0xE836 # 0 +0x967E 0xE837 # 0 +0x96A1 0xE838 # 0 +0x96A2 0xE839 # 0 +0x96A3 0xE83A # 0 +0x96A4 0xE83B # 0 +0x96A5 0xE83C # 0 +0x96A6 0xE83D # 0 +0x96A7 0xE83E # 0 +0x96A8 0xE83F # 0 +0x96A9 0xE840 # 0 +0x96AA 0xE841 # 0 +0x96AB 0xE842 # 0 +0x96AC 0xE843 # 0 +0x96AD 0xE844 # 0 +0x96AE 0xE845 # 0 +0x96AF 0xE846 # 0 +0x96B0 0xE847 # 0 +0x96B1 0xE848 # 0 +0x96B2 0xE849 # 0 +0x96B3 0xE84A # 0 +0x96B4 0xE84B # 0 +0x96B5 0xE84C # 0 +0x96B6 0xE84D # 0 +0x96B7 0xE84E # 0 +0x96B8 0xE84F # 0 +0x96B9 0xE850 # 0 +0x96BA 0xE851 # 0 +0x96BB 0xE852 # 0 +0x96BC 0xE853 # 0 +0x96BD 0xE854 # 0 +0x96BE 0xE855 # 0 +0x96BF 0xE856 # 0 +0x96C0 0xE857 # 0 +0x96C1 0xE858 # 0 +0x96C2 0xE859 # 0 +0x96C3 0xE85A # 0 +0x96C4 0xE85B # 0 +0x96C5 0xE85C # 0 +0x96C6 0xE85D # 0 +0x96C7 0xE85E # 0 +0x96C8 0xE85F # 0 +0x96C9 0xE860 # 0 +0x96CA 0xE861 # 0 +0x96CB 0xE862 # 0 +0x96CC 0xE863 # 0 +0x96CD 0xE864 # 0 +0x96CE 0xE865 # 0 +0x96CF 0xE866 # 0 +0x96D0 0xE867 # 0 +0x96D1 0xE868 # 0 +0x96D2 0xE869 # 0 +0x96D3 0xE86A # 0 +0x96D4 0xE86B # 0 +0x96D5 0xE86C # 0 +0x96D6 0xE86D # 0 +0x96D7 0xE86E # 0 +0x96D8 0xE86F # 0 +0x96D9 0xE870 # 0 +0x96DA 0xE871 # 0 +0x96DB 0xE872 # 0 +0x96DC 0xE873 # 0 +0x96DD 0xE874 # 0 +0x96DE 0xE875 # 0 +0x96DF 0xE876 # 0 +0x96E0 0xE877 # 0 +0x96E1 0xE878 # 0 +0x96E2 0xE879 # 0 +0x96E3 0xE87A # 0 +0x96E4 0xE87B # 0 +0x96E5 0xE87C # 0 +0x96E6 0xE87D # 0 +0x96E7 0xE87E # 0 +0x96E8 0xE87F # 0 +0x96E9 0xE880 # 0 +0x96EA 0xE881 # 0 +0x96EB 0xE882 # 0 +0x96EC 0xE883 # 0 +0x96ED 0xE884 # 0 +0x96EE 0xE885 # 0 +0x96EF 0xE886 # 0 +0x96F0 0xE887 # 0 +0x96F1 0xE888 # 0 +0x96F2 0xE889 # 0 +0x96F3 0xE88A # 0 +0x96F4 0xE88B # 0 +0x96F5 0xE88C # 0 +0x96F6 0xE88D # 0 +0x96F7 0xE88E # 0 +0x96F8 0xE88F # 0 +0x96F9 0xE890 # 0 +0x96FA 0xE891 # 0 +0x96FB 0xE892 # 0 +0x96FC 0xE893 # 0 +0x96FD 0xE894 # 0 +0x96FE 0xE895 # 0 +0x9740 0xE896 # 0 +0x9741 0xE897 # 0 +0x9742 0xE898 # 0 +0x9743 0xE899 # 0 +0x9744 0xE89A # 0 +0x9745 0xE89B # 0 +0x9746 0xE89C # 0 +0x9747 0xE89D # 0 +0x9748 0xE89E # 0 +0x9749 0xE89F # 0 +0x974A 0xE8A0 # 0 +0x974B 0xE8A1 # 0 +0x974C 0xE8A2 # 0 +0x974D 0xE8A3 # 0 +0x974E 0xE8A4 # 0 +0x974F 0xE8A5 # 0 +0x9750 0xE8A6 # 0 +0x9751 0xE8A7 # 0 +0x9752 0xE8A8 # 0 +0x9753 0xE8A9 # 0 +0x9754 0xE8AA # 0 +0x9755 0xE8AB # 0 +0x9756 0xE8AC # 0 +0x9757 0xE8AD # 0 +0x9758 0xE8AE # 0 +0x9759 0xE8AF # 0 +0x975A 0xE8B0 # 0 +0x975B 0xE8B1 # 0 +0x975C 0xE8B2 # 0 +0x975D 0xE8B3 # 0 +0x975E 0xE8B4 # 0 +0x975F 0xE8B5 # 0 +0x9760 0xE8B6 # 0 +0x9761 0xE8B7 # 0 +0x9762 0xE8B8 # 0 +0x9763 0xE8B9 # 0 +0x9764 0xE8BA # 0 +0x9765 0xE8BB # 0 +0x9766 0xE8BC # 0 +0x9767 0xE8BD # 0 +0x9768 0xE8BE # 0 +0x9769 0xE8BF # 0 +0x976A 0xE8C0 # 0 +0x976B 0xE8C1 # 0 +0x976C 0xE8C2 # 0 +0x976D 0xE8C3 # 0 +0x976E 0xE8C4 # 0 +0x976F 0xE8C5 # 0 +0x9770 0xE8C6 # 0 +0x9771 0xE8C7 # 0 +0x9772 0xE8C8 # 0 +0x9773 0xE8C9 # 0 +0x9774 0xE8CA # 0 +0x9775 0xE8CB # 0 +0x9776 0xE8CC # 0 +0x9777 0xE8CD # 0 +0x9778 0xE8CE # 0 +0x9779 0xE8CF # 0 +0x977A 0xE8D0 # 0 +0x977B 0xE8D1 # 0 +0x977C 0xE8D2 # 0 +0x977D 0xE8D3 # 0 +0x977E 0xE8D4 # 0 +0x97A1 0xE8D5 # 0 +0x97A2 0xE8D6 # 0 +0x97A3 0xE8D7 # 0 +0x97A4 0xE8D8 # 0 +0x97A5 0xE8D9 # 0 +0x97A6 0xE8DA # 0 +0x97A7 0xE8DB # 0 +0x97A8 0xE8DC # 0 +0x97A9 0xE8DD # 0 +0x97AA 0xE8DE # 0 +0x97AB 0xE8DF # 0 +0x97AC 0xE8E0 # 0 +0x97AD 0xE8E1 # 0 +0x97AE 0xE8E2 # 0 +0x97AF 0xE8E3 # 0 +0x97B0 0xE8E4 # 0 +0x97B1 0xE8E5 # 0 +0x97B2 0xE8E6 # 0 +0x97B3 0xE8E7 # 0 +0x97B4 0xE8E8 # 0 +0x97B5 0xE8E9 # 0 +0x97B6 0xE8EA # 0 +0x97B7 0xE8EB # 0 +0x97B8 0xE8EC # 0 +0x97B9 0xE8ED # 0 +0x97BA 0xE8EE # 0 +0x97BB 0xE8EF # 0 +0x97BC 0xE8F0 # 0 +0x97BD 0xE8F1 # 0 +0x97BE 0xE8F2 # 0 +0x97BF 0xE8F3 # 0 +0x97C0 0xE8F4 # 0 +0x97C1 0xE8F5 # 0 +0x97C2 0xE8F6 # 0 +0x97C3 0xE8F7 # 0 +0x97C4 0xE8F8 # 0 +0x97C5 0xE8F9 # 0 +0x97C6 0xE8FA # 0 +0x97C7 0xE8FB # 0 +0x97C8 0xE8FC # 0 +0x97C9 0xE8FD # 0 +0x97CA 0xE8FE # 0 +0x97CB 0xE8FF # 0 +0x97CC 0xE900 # 0 +0x97CD 0xE901 # 0 +0x97CE 0xE902 # 0 +0x97CF 0xE903 # 0 +0x97D0 0xE904 # 0 +0x97D1 0xE905 # 0 +0x97D2 0xE906 # 0 +0x97D3 0xE907 # 0 +0x97D4 0xE908 # 0 +0x97D5 0xE909 # 0 +0x97D6 0xE90A # 0 +0x97D7 0xE90B # 0 +0x97D8 0xE90C # 0 +0x97D9 0xE90D # 0 +0x97DA 0xE90E # 0 +0x97DB 0xE90F # 0 +0x97DC 0xE910 # 0 +0x97DD 0xE911 # 0 +0x97DE 0xE912 # 0 +0x97DF 0xE913 # 0 +0x97E0 0xE914 # 0 +0x97E1 0xE915 # 0 +0x97E2 0xE916 # 0 +0x97E3 0xE917 # 0 +0x97E4 0xE918 # 0 +0x97E5 0xE919 # 0 +0x97E6 0xE91A # 0 +0x97E7 0xE91B # 0 +0x97E8 0xE91C # 0 +0x97E9 0xE91D # 0 +0x97EA 0xE91E # 0 +0x97EB 0xE91F # 0 +0x97EC 0xE920 # 0 +0x97ED 0xE921 # 0 +0x97EE 0xE922 # 0 +0x97EF 0xE923 # 0 +0x97F0 0xE924 # 0 +0x97F1 0xE925 # 0 +0x97F2 0xE926 # 0 +0x97F3 0xE927 # 0 +0x97F4 0xE928 # 0 +0x97F5 0xE929 # 0 +0x97F6 0xE92A # 0 +0x97F7 0xE92B # 0 +0x97F8 0xE92C # 0 +0x97F9 0xE92D # 0 +0x97FA 0xE92E # 0 +0x97FB 0xE92F # 0 +0x97FC 0xE930 # 0 +0x97FD 0xE931 # 0 +0x97FE 0xE932 # 0 +0x9840 0xE933 # 0 +0x9841 0xE934 # 0 +0x9842 0xE935 # 0 +0x9843 0xE936 # 0 +0x9844 0xE937 # 0 +0x9845 0xE938 # 0 +0x9846 0xE939 # 0 +0x9847 0xE93A # 0 +0x9848 0xE93B # 0 +0x9849 0xE93C # 0 +0x984A 0xE93D # 0 +0x984B 0xE93E # 0 +0x984C 0xE93F # 0 +0x984D 0xE940 # 0 +0x984E 0xE941 # 0 +0x984F 0xE942 # 0 +0x9850 0xE943 # 0 +0x9851 0xE944 # 0 +0x9852 0xE945 # 0 +0x9853 0xE946 # 0 +0x9854 0xE947 # 0 +0x9855 0xE948 # 0 +0x9856 0xE949 # 0 +0x9857 0xE94A # 0 +0x9858 0xE94B # 0 +0x9859 0xE94C # 0 +0x985A 0xE94D # 0 +0x985B 0xE94E # 0 +0x985C 0xE94F # 0 +0x985D 0xE950 # 0 +0x985E 0xE951 # 0 +0x985F 0xE952 # 0 +0x9860 0xE953 # 0 +0x9861 0xE954 # 0 +0x9862 0xE955 # 0 +0x9863 0xE956 # 0 +0x9864 0xE957 # 0 +0x9865 0xE958 # 0 +0x9866 0xE959 # 0 +0x9867 0xE95A # 0 +0x9868 0xE95B # 0 +0x9869 0xE95C # 0 +0x986A 0xE95D # 0 +0x986B 0xE95E # 0 +0x986C 0xE95F # 0 +0x986D 0xE960 # 0 +0x986E 0xE961 # 0 +0x986F 0xE962 # 0 +0x9870 0xE963 # 0 +0x9871 0xE964 # 0 +0x9872 0xE965 # 0 +0x9873 0xE966 # 0 +0x9874 0xE967 # 0 +0x9875 0xE968 # 0 +0x9876 0xE969 # 0 +0x9877 0xE96A # 0 +0x9878 0xE96B # 0 +0x9879 0xE96C # 0 +0x987A 0xE96D # 0 +0x987B 0xE96E # 0 +0x987C 0xE96F # 0 +0x987D 0xE970 # 0 +0x987E 0xE971 # 0 +0x98A1 0xE972 # 0 +0x98A2 0xE973 # 0 +0x98A3 0xE974 # 0 +0x98A4 0xE975 # 0 +0x98A5 0xE976 # 0 +0x98A6 0xE977 # 0 +0x98A7 0xE978 # 0 +0x98A8 0xE979 # 0 +0x98A9 0xE97A # 0 +0x98AA 0xE97B # 0 +0x98AB 0xE97C # 0 +0x98AC 0xE97D # 0 +0x98AD 0xE97E # 0 +0x98AE 0xE97F # 0 +0x98AF 0xE980 # 0 +0x98B0 0xE981 # 0 +0x98B1 0xE982 # 0 +0x98B2 0xE983 # 0 +0x98B3 0xE984 # 0 +0x98B4 0xE985 # 0 +0x98B5 0xE986 # 0 +0x98B6 0xE987 # 0 +0x98B7 0xE988 # 0 +0x98B8 0xE989 # 0 +0x98B9 0xE98A # 0 +0x98BA 0xE98B # 0 +0x98BB 0xE98C # 0 +0x98BC 0xE98D # 0 +0x98BD 0xE98E # 0 +0x98BE 0xE98F # 0 +0x98BF 0xE990 # 0 +0x98C0 0xE991 # 0 +0x98C1 0xE992 # 0 +0x98C2 0xE993 # 0 +0x98C3 0xE994 # 0 +0x98C4 0xE995 # 0 +0x98C5 0xE996 # 0 +0x98C6 0xE997 # 0 +0x98C7 0xE998 # 0 +0x98C8 0xE999 # 0 +0x98C9 0xE99A # 0 +0x98CA 0xE99B # 0 +0x98CB 0xE99C # 0 +0x98CC 0xE99D # 0 +0x98CD 0xE99E # 0 +0x98CE 0xE99F # 0 +0x98CF 0xE9A0 # 0 +0x98D0 0xE9A1 # 0 +0x98D1 0xE9A2 # 0 +0x98D2 0xE9A3 # 0 +0x98D3 0xE9A4 # 0 +0x98D4 0xE9A5 # 0 +0x98D5 0xE9A6 # 0 +0x98D6 0xE9A7 # 0 +0x98D7 0xE9A8 # 0 +0x98D8 0xE9A9 # 0 +0x98D9 0xE9AA # 0 +0x98DA 0xE9AB # 0 +0x98DB 0xE9AC # 0 +0x98DC 0xE9AD # 0 +0x98DD 0xE9AE # 0 +0x98DE 0xE9AF # 0 +0x98DF 0xE9B0 # 0 +0x98E0 0xE9B1 # 0 +0x98E1 0xE9B2 # 0 +0x98E2 0xE9B3 # 0 +0x98E3 0xE9B4 # 0 +0x98E4 0xE9B5 # 0 +0x98E5 0xE9B6 # 0 +0x98E6 0xE9B7 # 0 +0x98E7 0xE9B8 # 0 +0x98E8 0xE9B9 # 0 +0x98E9 0xE9BA # 0 +0x98EA 0xE9BB # 0 +0x98EB 0xE9BC # 0 +0x98EC 0xE9BD # 0 +0x98ED 0xE9BE # 0 +0x98EE 0xE9BF # 0 +0x98EF 0xE9C0 # 0 +0x98F0 0xE9C1 # 0 +0x98F1 0xE9C2 # 0 +0x98F2 0xE9C3 # 0 +0x98F3 0xE9C4 # 0 +0x98F4 0xE9C5 # 0 +0x98F5 0xE9C6 # 0 +0x98F6 0xE9C7 # 0 +0x98F7 0xE9C8 # 0 +0x98F8 0xE9C9 # 0 +0x98F9 0xE9CA # 0 +0x98FA 0xE9CB # 0 +0x98FB 0xE9CC # 0 +0x98FC 0xE9CD # 0 +0x98FD 0xE9CE # 0 +0x98FE 0xE9CF # 0 +0x9940 0xE9D0 # 0 +0x9941 0xE9D1 # 0 +0x9942 0xE9D2 # 0 +0x9943 0xE9D3 # 0 +0x9944 0xE9D4 # 0 +0x9945 0xE9D5 # 0 +0x9946 0xE9D6 # 0 +0x9947 0xE9D7 # 0 +0x9948 0xE9D8 # 0 +0x9949 0xE9D9 # 0 +0x994A 0xE9DA # 0 +0x994B 0xE9DB # 0 +0x994C 0xE9DC # 0 +0x994D 0xE9DD # 0 +0x994E 0xE9DE # 0 +0x994F 0xE9DF # 0 +0x9950 0xE9E0 # 0 +0x9951 0xE9E1 # 0 +0x9952 0xE9E2 # 0 +0x9953 0xE9E3 # 0 +0x9954 0xE9E4 # 0 +0x9955 0xE9E5 # 0 +0x9956 0xE9E6 # 0 +0x9957 0xE9E7 # 0 +0x9958 0xE9E8 # 0 +0x9959 0xE9E9 # 0 +0x995A 0xE9EA # 0 +0x995B 0xE9EB # 0 +0x995C 0xE9EC # 0 +0x995D 0xE9ED # 0 +0x995E 0xE9EE # 0 +0x995F 0xE9EF # 0 +0x9960 0xE9F0 # 0 +0x9961 0xE9F1 # 0 +0x9962 0xE9F2 # 0 +0x9963 0xE9F3 # 0 +0x9964 0xE9F4 # 0 +0x9965 0xE9F5 # 0 +0x9966 0xE9F6 # 0 +0x9967 0xE9F7 # 0 +0x9968 0xE9F8 # 0 +0x9969 0xE9F9 # 0 +0x996A 0xE9FA # 0 +0x996B 0xE9FB # 0 +0x996C 0xE9FC # 0 +0x996D 0xE9FD # 0 +0x996E 0xE9FE # 0 +0x996F 0xE9FF # 0 +0x9970 0xEA00 # 0 +0x9971 0xEA01 # 0 +0x9972 0xEA02 # 0 +0x9973 0xEA03 # 0 +0x9974 0xEA04 # 0 +0x9975 0xEA05 # 0 +0x9976 0xEA06 # 0 +0x9977 0xEA07 # 0 +0x9978 0xEA08 # 0 +0x9979 0xEA09 # 0 +0x997A 0xEA0A # 0 +0x997B 0xEA0B # 0 +0x997C 0xEA0C # 0 +0x997D 0xEA0D # 0 +0x997E 0xEA0E # 0 +0x99A1 0xEA0F # 0 +0x99A2 0xEA10 # 0 +0x99A3 0xEA11 # 0 +0x99A4 0xEA12 # 0 +0x99A5 0xEA13 # 0 +0x99A6 0xEA14 # 0 +0x99A7 0xEA15 # 0 +0x99A8 0xEA16 # 0 +0x99A9 0xEA17 # 0 +0x99AA 0xEA18 # 0 +0x99AB 0xEA19 # 0 +0x99AC 0xEA1A # 0 +0x99AD 0xEA1B # 0 +0x99AE 0xEA1C # 0 +0x99AF 0xEA1D # 0 +0x99B0 0xEA1E # 0 +0x99B1 0xEA1F # 0 +0x99B2 0xEA20 # 0 +0x99B3 0xEA21 # 0 +0x99B4 0xEA22 # 0 +0x99B5 0xEA23 # 0 +0x99B6 0xEA24 # 0 +0x99B7 0xEA25 # 0 +0x99B8 0xEA26 # 0 +0x99B9 0xEA27 # 0 +0x99BA 0xEA28 # 0 +0x99BB 0xEA29 # 0 +0x99BC 0xEA2A # 0 +0x99BD 0xEA2B # 0 +0x99BE 0xEA2C # 0 +0x99BF 0xEA2D # 0 +0x99C0 0xEA2E # 0 +0x99C1 0xEA2F # 0 +0x99C2 0xEA30 # 0 +0x99C3 0xEA31 # 0 +0x99C4 0xEA32 # 0 +0x99C5 0xEA33 # 0 +0x99C6 0xEA34 # 0 +0x99C7 0xEA35 # 0 +0x99C8 0xEA36 # 0 +0x99C9 0xEA37 # 0 +0x99CA 0xEA38 # 0 +0x99CB 0xEA39 # 0 +0x99CC 0xEA3A # 0 +0x99CD 0xEA3B # 0 +0x99CE 0xEA3C # 0 +0x99CF 0xEA3D # 0 +0x99D0 0xEA3E # 0 +0x99D1 0xEA3F # 0 +0x99D2 0xEA40 # 0 +0x99D3 0xEA41 # 0 +0x99D4 0xEA42 # 0 +0x99D5 0xEA43 # 0 +0x99D6 0xEA44 # 0 +0x99D7 0xEA45 # 0 +0x99D8 0xEA46 # 0 +0x99D9 0xEA47 # 0 +0x99DA 0xEA48 # 0 +0x99DB 0xEA49 # 0 +0x99DC 0xEA4A # 0 +0x99DD 0xEA4B # 0 +0x99DE 0xEA4C # 0 +0x99DF 0xEA4D # 0 +0x99E0 0xEA4E # 0 +0x99E1 0xEA4F # 0 +0x99E2 0xEA50 # 0 +0x99E3 0xEA51 # 0 +0x99E4 0xEA52 # 0 +0x99E5 0xEA53 # 0 +0x99E6 0xEA54 # 0 +0x99E7 0xEA55 # 0 +0x99E8 0xEA56 # 0 +0x99E9 0xEA57 # 0 +0x99EA 0xEA58 # 0 +0x99EB 0xEA59 # 0 +0x99EC 0xEA5A # 0 +0x99ED 0xEA5B # 0 +0x99EE 0xEA5C # 0 +0x99EF 0xEA5D # 0 +0x99F0 0xEA5E # 0 +0x99F1 0xEA5F # 0 +0x99F2 0xEA60 # 0 +0x99F3 0xEA61 # 0 +0x99F4 0xEA62 # 0 +0x99F5 0xEA63 # 0 +0x99F6 0xEA64 # 0 +0x99F7 0xEA65 # 0 +0x99F8 0xEA66 # 0 +0x99F9 0xEA67 # 0 +0x99FA 0xEA68 # 0 +0x99FB 0xEA69 # 0 +0x99FC 0xEA6A # 0 +0x99FD 0xEA6B # 0 +0x99FE 0xEA6C # 0 +0x9A40 0xEA6D # 0 +0x9A41 0xEA6E # 0 +0x9A42 0xEA6F # 0 +0x9A43 0xEA70 # 0 +0x9A44 0xEA71 # 0 +0x9A45 0xEA72 # 0 +0x9A46 0xEA73 # 0 +0x9A47 0xEA74 # 0 +0x9A48 0xEA75 # 0 +0x9A49 0xEA76 # 0 +0x9A4A 0xEA77 # 0 +0x9A4B 0xEA78 # 0 +0x9A4C 0xEA79 # 0 +0x9A4D 0xEA7A # 0 +0x9A4E 0xEA7B # 0 +0x9A4F 0xEA7C # 0 +0x9A50 0xEA7D # 0 +0x9A51 0xEA7E # 0 +0x9A52 0xEA7F # 0 +0x9A53 0xEA80 # 0 +0x9A54 0xEA81 # 0 +0x9A55 0xEA82 # 0 +0x9A56 0xEA83 # 0 +0x9A57 0xEA84 # 0 +0x9A58 0xEA85 # 0 +0x9A59 0xEA86 # 0 +0x9A5A 0xEA87 # 0 +0x9A5B 0xEA88 # 0 +0x9A5C 0xEA89 # 0 +0x9A5D 0xEA8A # 0 +0x9A5E 0xEA8B # 0 +0x9A5F 0xEA8C # 0 +0x9A60 0xEA8D # 0 +0x9A61 0xEA8E # 0 +0x9A62 0xEA8F # 0 +0x9A63 0xEA90 # 0 +0x9A64 0xEA91 # 0 +0x9A65 0xEA92 # 0 +0x9A66 0xEA93 # 0 +0x9A67 0xEA94 # 0 +0x9A68 0xEA95 # 0 +0x9A69 0xEA96 # 0 +0x9A6A 0xEA97 # 0 +0x9A6B 0xEA98 # 0 +0x9A6C 0xEA99 # 0 +0x9A6D 0xEA9A # 0 +0x9A6E 0xEA9B # 0 +0x9A6F 0xEA9C # 0 +0x9A70 0xEA9D # 0 +0x9A71 0xEA9E # 0 +0x9A72 0xEA9F # 0 +0x9A73 0xEAA0 # 0 +0x9A74 0xEAA1 # 0 +0x9A75 0xEAA2 # 0 +0x9A76 0xEAA3 # 0 +0x9A77 0xEAA4 # 0 +0x9A78 0xEAA5 # 0 +0x9A79 0xEAA6 # 0 +0x9A7A 0xEAA7 # 0 +0x9A7B 0xEAA8 # 0 +0x9A7C 0xEAA9 # 0 +0x9A7D 0xEAAA # 0 +0x9A7E 0xEAAB # 0 +0x9AA1 0xEAAC # 0 +0x9AA2 0xEAAD # 0 +0x9AA3 0xEAAE # 0 +0x9AA4 0xEAAF # 0 +0x9AA5 0xEAB0 # 0 +0x9AA6 0xEAB1 # 0 +0x9AA7 0xEAB2 # 0 +0x9AA8 0xEAB3 # 0 +0x9AA9 0xEAB4 # 0 +0x9AAA 0xEAB5 # 0 +0x9AAB 0xEAB6 # 0 +0x9AAC 0xEAB7 # 0 +0x9AAD 0xEAB8 # 0 +0x9AAE 0xEAB9 # 0 +0x9AAF 0xEABA # 0 +0x9AB0 0xEABB # 0 +0x9AB1 0xEABC # 0 +0x9AB2 0xEABD # 0 +0x9AB3 0xEABE # 0 +0x9AB4 0xEABF # 0 +0x9AB5 0xEAC0 # 0 +0x9AB6 0xEAC1 # 0 +0x9AB7 0xEAC2 # 0 +0x9AB8 0xEAC3 # 0 +0x9AB9 0xEAC4 # 0 +0x9ABA 0xEAC5 # 0 +0x9ABB 0xEAC6 # 0 +0x9ABC 0xEAC7 # 0 +0x9ABD 0xEAC8 # 0 +0x9ABE 0xEAC9 # 0 +0x9ABF 0xEACA # 0 +0x9AC0 0xEACB # 0 +0x9AC1 0xEACC # 0 +0x9AC2 0xEACD # 0 +0x9AC3 0xEACE # 0 +0x9AC4 0xEACF # 0 +0x9AC5 0xEAD0 # 0 +0x9AC6 0xEAD1 # 0 +0x9AC7 0xEAD2 # 0 +0x9AC8 0xEAD3 # 0 +0x9AC9 0xEAD4 # 0 +0x9ACA 0xEAD5 # 0 +0x9ACB 0xEAD6 # 0 +0x9ACC 0xEAD7 # 0 +0x9ACD 0xEAD8 # 0 +0x9ACE 0xEAD9 # 0 +0x9ACF 0xEADA # 0 +0x9AD0 0xEADB # 0 +0x9AD1 0xEADC # 0 +0x9AD2 0xEADD # 0 +0x9AD3 0xEADE # 0 +0x9AD4 0xEADF # 0 +0x9AD5 0xEAE0 # 0 +0x9AD6 0xEAE1 # 0 +0x9AD7 0xEAE2 # 0 +0x9AD8 0xEAE3 # 0 +0x9AD9 0xEAE4 # 0 +0x9ADA 0xEAE5 # 0 +0x9ADB 0xEAE6 # 0 +0x9ADC 0xEAE7 # 0 +0x9ADD 0xEAE8 # 0 +0x9ADE 0xEAE9 # 0 +0x9ADF 0xEAEA # 0 +0x9AE0 0xEAEB # 0 +0x9AE1 0xEAEC # 0 +0x9AE2 0xEAED # 0 +0x9AE3 0xEAEE # 0 +0x9AE4 0xEAEF # 0 +0x9AE5 0xEAF0 # 0 +0x9AE6 0xEAF1 # 0 +0x9AE7 0xEAF2 # 0 +0x9AE8 0xEAF3 # 0 +0x9AE9 0xEAF4 # 0 +0x9AEA 0xEAF5 # 0 +0x9AEB 0xEAF6 # 0 +0x9AEC 0xEAF7 # 0 +0x9AED 0xEAF8 # 0 +0x9AEE 0xEAF9 # 0 +0x9AEF 0xEAFA # 0 +0x9AF0 0xEAFB # 0 +0x9AF1 0xEAFC # 0 +0x9AF2 0xEAFD # 0 +0x9AF3 0xEAFE # 0 +0x9AF4 0xEAFF # 0 +0x9AF5 0xEB00 # 0 +0x9AF6 0xEB01 # 0 +0x9AF7 0xEB02 # 0 +0x9AF8 0xEB03 # 0 +0x9AF9 0xEB04 # 0 +0x9AFA 0xEB05 # 0 +0x9AFB 0xEB06 # 0 +0x9AFC 0xEB07 # 0 +0x9AFD 0xEB08 # 0 +0x9AFE 0xEB09 # 0 +0x9B40 0xEB0A # 0 +0x9B41 0xEB0B # 0 +0x9B42 0xEB0C # 0 +0x9B43 0xEB0D # 0 +0x9B44 0xEB0E # 0 +0x9B45 0xEB0F # 0 +0x9B46 0xEB10 # 0 +0x9B47 0xEB11 # 0 +0x9B48 0xEB12 # 0 +0x9B49 0xEB13 # 0 +0x9B4A 0xEB14 # 0 +0x9B4B 0xEB15 # 0 +0x9B4C 0xEB16 # 0 +0x9B4D 0xEB17 # 0 +0x9B4E 0xEB18 # 0 +0x9B4F 0xEB19 # 0 +0x9B50 0xEB1A # 0 +0x9B51 0xEB1B # 0 +0x9B52 0xEB1C # 0 +0x9B53 0xEB1D # 0 +0x9B54 0xEB1E # 0 +0x9B55 0xEB1F # 0 +0x9B56 0xEB20 # 0 +0x9B57 0xEB21 # 0 +0x9B58 0xEB22 # 0 +0x9B59 0xEB23 # 0 +0x9B5A 0xEB24 # 0 +0x9B5B 0xEB25 # 0 +0x9B5C 0xEB26 # 0 +0x9B5D 0xEB27 # 0 +0x9B5E 0xEB28 # 0 +0x9B5F 0xEB29 # 0 +0x9B60 0xEB2A # 0 +0x9B61 0xEB2B # 0 +0x9B62 0xEB2C # 0 +0x9B63 0xEB2D # 0 +0x9B64 0xEB2E # 0 +0x9B65 0xEB2F # 0 +0x9B66 0xEB30 # 0 +0x9B67 0xEB31 # 0 +0x9B68 0xEB32 # 0 +0x9B69 0xEB33 # 0 +0x9B6A 0xEB34 # 0 +0x9B6B 0xEB35 # 0 +0x9B6C 0xEB36 # 0 +0x9B6D 0xEB37 # 0 +0x9B6E 0xEB38 # 0 +0x9B6F 0xEB39 # 0 +0x9B70 0xEB3A # 0 +0x9B71 0xEB3B # 0 +0x9B72 0xEB3C # 0 +0x9B73 0xEB3D # 0 +0x9B74 0xEB3E # 0 +0x9B75 0xEB3F # 0 +0x9B76 0xEB40 # 0 +0x9B77 0xEB41 # 0 +0x9B78 0xEB42 # 0 +0x9B79 0xEB43 # 0 +0x9B7A 0xEB44 # 0 +0x9B7B 0xEB45 # 0 +0x9B7C 0xEB46 # 0 +0x9B7D 0xEB47 # 0 +0x9B7E 0xEB48 # 0 +0x9BA1 0xEB49 # 0 +0x9BA2 0xEB4A # 0 +0x9BA3 0xEB4B # 0 +0x9BA4 0xEB4C # 0 +0x9BA5 0xEB4D # 0 +0x9BA6 0xEB4E # 0 +0x9BA7 0xEB4F # 0 +0x9BA8 0xEB50 # 0 +0x9BA9 0xEB51 # 0 +0x9BAA 0xEB52 # 0 +0x9BAB 0xEB53 # 0 +0x9BAC 0xEB54 # 0 +0x9BAD 0xEB55 # 0 +0x9BAE 0xEB56 # 0 +0x9BAF 0xEB57 # 0 +0x9BB0 0xEB58 # 0 +0x9BB1 0xEB59 # 0 +0x9BB2 0xEB5A # 0 +0x9BB3 0xEB5B # 0 +0x9BB4 0xEB5C # 0 +0x9BB5 0xEB5D # 0 +0x9BB6 0xEB5E # 0 +0x9BB7 0xEB5F # 0 +0x9BB8 0xEB60 # 0 +0x9BB9 0xEB61 # 0 +0x9BBA 0xEB62 # 0 +0x9BBB 0xEB63 # 0 +0x9BBC 0xEB64 # 0 +0x9BBD 0xEB65 # 0 +0x9BBE 0xEB66 # 0 +0x9BBF 0xEB67 # 0 +0x9BC0 0xEB68 # 0 +0x9BC1 0xEB69 # 0 +0x9BC2 0xEB6A # 0 +0x9BC3 0xEB6B # 0 +0x9BC4 0xEB6C # 0 +0x9BC5 0xEB6D # 0 +0x9BC6 0xEB6E # 0 +0x9BC7 0xEB6F # 0 +0x9BC8 0xEB70 # 0 +0x9BC9 0xEB71 # 0 +0x9BCA 0xEB72 # 0 +0x9BCB 0xEB73 # 0 +0x9BCC 0xEB74 # 0 +0x9BCD 0xEB75 # 0 +0x9BCE 0xEB76 # 0 +0x9BCF 0xEB77 # 0 +0x9BD0 0xEB78 # 0 +0x9BD1 0xEB79 # 0 +0x9BD2 0xEB7A # 0 +0x9BD3 0xEB7B # 0 +0x9BD4 0xEB7C # 0 +0x9BD5 0xEB7D # 0 +0x9BD6 0xEB7E # 0 +0x9BD7 0xEB7F # 0 +0x9BD8 0xEB80 # 0 +0x9BD9 0xEB81 # 0 +0x9BDA 0xEB82 # 0 +0x9BDB 0xEB83 # 0 +0x9BDC 0xEB84 # 0 +0x9BDD 0xEB85 # 0 +0x9BDE 0xEB86 # 0 +0x9BDF 0xEB87 # 0 +0x9BE0 0xEB88 # 0 +0x9BE1 0xEB89 # 0 +0x9BE2 0xEB8A # 0 +0x9BE3 0xEB8B # 0 +0x9BE4 0xEB8C # 0 +0x9BE5 0xEB8D # 0 +0x9BE6 0xEB8E # 0 +0x9BE7 0xEB8F # 0 +0x9BE8 0xEB90 # 0 +0x9BE9 0xEB91 # 0 +0x9BEA 0xEB92 # 0 +0x9BEB 0xEB93 # 0 +0x9BEC 0xEB94 # 0 +0x9BED 0xEB95 # 0 +0x9BEE 0xEB96 # 0 +0x9BEF 0xEB97 # 0 +0x9BF0 0xEB98 # 0 +0x9BF1 0xEB99 # 0 +0x9BF2 0xEB9A # 0 +0x9BF3 0xEB9B # 0 +0x9BF4 0xEB9C # 0 +0x9BF5 0xEB9D # 0 +0x9BF6 0xEB9E # 0 +0x9BF7 0xEB9F # 0 +0x9BF8 0xEBA0 # 0 +0x9BF9 0xEBA1 # 0 +0x9BFA 0xEBA2 # 0 +0x9BFB 0xEBA3 # 0 +0x9BFC 0xEBA4 # 0 +0x9BFD 0xEBA5 # 0 +0x9BFE 0xEBA6 # 0 +0x9C40 0xEBA7 # 0 +0x9C41 0xEBA8 # 0 +0x9C42 0xEBA9 # 0 +0x9C43 0xEBAA # 0 +0x9C44 0xEBAB # 0 +0x9C45 0xEBAC # 0 +0x9C46 0xEBAD # 0 +0x9C47 0xEBAE # 0 +0x9C48 0xEBAF # 0 +0x9C49 0xEBB0 # 0 +0x9C4A 0xEBB1 # 0 +0x9C4B 0xEBB2 # 0 +0x9C4C 0xEBB3 # 0 +0x9C4D 0xEBB4 # 0 +0x9C4E 0xEBB5 # 0 +0x9C4F 0xEBB6 # 0 +0x9C50 0xEBB7 # 0 +0x9C51 0xEBB8 # 0 +0x9C52 0xEBB9 # 0 +0x9C53 0xEBBA # 0 +0x9C54 0xEBBB # 0 +0x9C55 0xEBBC # 0 +0x9C56 0xEBBD # 0 +0x9C57 0xEBBE # 0 +0x9C58 0xEBBF # 0 +0x9C59 0xEBC0 # 0 +0x9C5A 0xEBC1 # 0 +0x9C5B 0xEBC2 # 0 +0x9C5C 0xEBC3 # 0 +0x9C5D 0xEBC4 # 0 +0x9C5E 0xEBC5 # 0 +0x9C5F 0xEBC6 # 0 +0x9C60 0xEBC7 # 0 +0x9C61 0xEBC8 # 0 +0x9C62 0xEBC9 # 0 +0x9C63 0xEBCA # 0 +0x9C64 0xEBCB # 0 +0x9C65 0xEBCC # 0 +0x9C66 0xEBCD # 0 +0x9C67 0xEBCE # 0 +0x9C68 0xEBCF # 0 +0x9C69 0xEBD0 # 0 +0x9C6A 0xEBD1 # 0 +0x9C6B 0xEBD2 # 0 +0x9C6C 0xEBD3 # 0 +0x9C6D 0xEBD4 # 0 +0x9C6E 0xEBD5 # 0 +0x9C6F 0xEBD6 # 0 +0x9C70 0xEBD7 # 0 +0x9C71 0xEBD8 # 0 +0x9C72 0xEBD9 # 0 +0x9C73 0xEBDA # 0 +0x9C74 0xEBDB # 0 +0x9C75 0xEBDC # 0 +0x9C76 0xEBDD # 0 +0x9C77 0xEBDE # 0 +0x9C78 0xEBDF # 0 +0x9C79 0xEBE0 # 0 +0x9C7A 0xEBE1 # 0 +0x9C7B 0xEBE2 # 0 +0x9C7C 0xEBE3 # 0 +0x9C7D 0xEBE4 # 0 +0x9C7E 0xEBE5 # 0 +0x9CA1 0xEBE6 # 0 +0x9CA2 0xEBE7 # 0 +0x9CA3 0xEBE8 # 0 +0x9CA4 0xEBE9 # 0 +0x9CA5 0xEBEA # 0 +0x9CA6 0xEBEB # 0 +0x9CA7 0xEBEC # 0 +0x9CA8 0xEBED # 0 +0x9CA9 0xEBEE # 0 +0x9CAA 0xEBEF # 0 +0x9CAB 0xEBF0 # 0 +0x9CAC 0xEBF1 # 0 +0x9CAD 0xEBF2 # 0 +0x9CAE 0xEBF3 # 0 +0x9CAF 0xEBF4 # 0 +0x9CB0 0xEBF5 # 0 +0x9CB1 0xEBF6 # 0 +0x9CB2 0xEBF7 # 0 +0x9CB3 0xEBF8 # 0 +0x9CB4 0xEBF9 # 0 +0x9CB5 0xEBFA # 0 +0x9CB6 0xEBFB # 0 +0x9CB7 0xEBFC # 0 +0x9CB8 0xEBFD # 0 +0x9CB9 0xEBFE # 0 +0x9CBA 0xEBFF # 0 +0x9CBB 0xEC00 # 0 +0x9CBC 0xEC01 # 0 +0x9CBD 0xEC02 # 0 +0x9CBE 0xEC03 # 0 +0x9CBF 0xEC04 # 0 +0x9CC0 0xEC05 # 0 +0x9CC1 0xEC06 # 0 +0x9CC2 0xEC07 # 0 +0x9CC3 0xEC08 # 0 +0x9CC4 0xEC09 # 0 +0x9CC5 0xEC0A # 0 +0x9CC6 0xEC0B # 0 +0x9CC7 0xEC0C # 0 +0x9CC8 0xEC0D # 0 +0x9CC9 0xEC0E # 0 +0x9CCA 0xEC0F # 0 +0x9CCB 0xEC10 # 0 +0x9CCC 0xEC11 # 0 +0x9CCD 0xEC12 # 0 +0x9CCE 0xEC13 # 0 +0x9CCF 0xEC14 # 0 +0x9CD0 0xEC15 # 0 +0x9CD1 0xEC16 # 0 +0x9CD2 0xEC17 # 0 +0x9CD3 0xEC18 # 0 +0x9CD4 0xEC19 # 0 +0x9CD5 0xEC1A # 0 +0x9CD6 0xEC1B # 0 +0x9CD7 0xEC1C # 0 +0x9CD8 0xEC1D # 0 +0x9CD9 0xEC1E # 0 +0x9CDA 0xEC1F # 0 +0x9CDB 0xEC20 # 0 +0x9CDC 0xEC21 # 0 +0x9CDD 0xEC22 # 0 +0x9CDE 0xEC23 # 0 +0x9CDF 0xEC24 # 0 +0x9CE0 0xEC25 # 0 +0x9CE1 0xEC26 # 0 +0x9CE2 0xEC27 # 0 +0x9CE3 0xEC28 # 0 +0x9CE4 0xEC29 # 0 +0x9CE5 0xEC2A # 0 +0x9CE6 0xEC2B # 0 +0x9CE7 0xEC2C # 0 +0x9CE8 0xEC2D # 0 +0x9CE9 0xEC2E # 0 +0x9CEA 0xEC2F # 0 +0x9CEB 0xEC30 # 0 +0x9CEC 0xEC31 # 0 +0x9CED 0xEC32 # 0 +0x9CEE 0xEC33 # 0 +0x9CEF 0xEC34 # 0 +0x9CF0 0xEC35 # 0 +0x9CF1 0xEC36 # 0 +0x9CF2 0xEC37 # 0 +0x9CF3 0xEC38 # 0 +0x9CF4 0xEC39 # 0 +0x9CF5 0xEC3A # 0 +0x9CF6 0xEC3B # 0 +0x9CF7 0xEC3C # 0 +0x9CF8 0xEC3D # 0 +0x9CF9 0xEC3E # 0 +0x9CFA 0xEC3F # 0 +0x9CFB 0xEC40 # 0 +0x9CFC 0xEC41 # 0 +0x9CFD 0xEC42 # 0 +0x9CFE 0xEC43 # 0 +0x9D40 0xEC44 # 0 +0x9D41 0xEC45 # 0 +0x9D42 0xEC46 # 0 +0x9D43 0xEC47 # 0 +0x9D44 0xEC48 # 0 +0x9D45 0xEC49 # 0 +0x9D46 0xEC4A # 0 +0x9D47 0xEC4B # 0 +0x9D48 0xEC4C # 0 +0x9D49 0xEC4D # 0 +0x9D4A 0xEC4E # 0 +0x9D4B 0xEC4F # 0 +0x9D4C 0xEC50 # 0 +0x9D4D 0xEC51 # 0 +0x9D4E 0xEC52 # 0 +0x9D4F 0xEC53 # 0 +0x9D50 0xEC54 # 0 +0x9D51 0xEC55 # 0 +0x9D52 0xEC56 # 0 +0x9D53 0xEC57 # 0 +0x9D54 0xEC58 # 0 +0x9D55 0xEC59 # 0 +0x9D56 0xEC5A # 0 +0x9D57 0xEC5B # 0 +0x9D58 0xEC5C # 0 +0x9D59 0xEC5D # 0 +0x9D5A 0xEC5E # 0 +0x9D5B 0xEC5F # 0 +0x9D5C 0xEC60 # 0 +0x9D5D 0xEC61 # 0 +0x9D5E 0xEC62 # 0 +0x9D5F 0xEC63 # 0 +0x9D60 0xEC64 # 0 +0x9D61 0xEC65 # 0 +0x9D62 0xEC66 # 0 +0x9D63 0xEC67 # 0 +0x9D64 0xEC68 # 0 +0x9D65 0xEC69 # 0 +0x9D66 0xEC6A # 0 +0x9D67 0xEC6B # 0 +0x9D68 0xEC6C # 0 +0x9D69 0xEC6D # 0 +0x9D6A 0xEC6E # 0 +0x9D6B 0xEC6F # 0 +0x9D6C 0xEC70 # 0 +0x9D6D 0xEC71 # 0 +0x9D6E 0xEC72 # 0 +0x9D6F 0xEC73 # 0 +0x9D70 0xEC74 # 0 +0x9D71 0xEC75 # 0 +0x9D72 0xEC76 # 0 +0x9D73 0xEC77 # 0 +0x9D74 0xEC78 # 0 +0x9D75 0xEC79 # 0 +0x9D76 0xEC7A # 0 +0x9D77 0xEC7B # 0 +0x9D78 0xEC7C # 0 +0x9D79 0xEC7D # 0 +0x9D7A 0xEC7E # 0 +0x9D7B 0xEC7F # 0 +0x9D7C 0xEC80 # 0 +0x9D7D 0xEC81 # 0 +0x9D7E 0xEC82 # 0 +0x9DA1 0xEC83 # 0 +0x9DA2 0xEC84 # 0 +0x9DA3 0xEC85 # 0 +0x9DA4 0xEC86 # 0 +0x9DA5 0xEC87 # 0 +0x9DA6 0xEC88 # 0 +0x9DA7 0xEC89 # 0 +0x9DA8 0xEC8A # 0 +0x9DA9 0xEC8B # 0 +0x9DAA 0xEC8C # 0 +0x9DAB 0xEC8D # 0 +0x9DAC 0xEC8E # 0 +0x9DAD 0xEC8F # 0 +0x9DAE 0xEC90 # 0 +0x9DAF 0xEC91 # 0 +0x9DB0 0xEC92 # 0 +0x9DB1 0xEC93 # 0 +0x9DB2 0xEC94 # 0 +0x9DB3 0xEC95 # 0 +0x9DB4 0xEC96 # 0 +0x9DB5 0xEC97 # 0 +0x9DB6 0xEC98 # 0 +0x9DB7 0xEC99 # 0 +0x9DB8 0xEC9A # 0 +0x9DB9 0xEC9B # 0 +0x9DBA 0xEC9C # 0 +0x9DBB 0xEC9D # 0 +0x9DBC 0xEC9E # 0 +0x9DBD 0xEC9F # 0 +0x9DBE 0xECA0 # 0 +0x9DBF 0xECA1 # 0 +0x9DC0 0xECA2 # 0 +0x9DC1 0xECA3 # 0 +0x9DC2 0xECA4 # 0 +0x9DC3 0xECA5 # 0 +0x9DC4 0xECA6 # 0 +0x9DC5 0xECA7 # 0 +0x9DC6 0xECA8 # 0 +0x9DC7 0xECA9 # 0 +0x9DC8 0xECAA # 0 +0x9DC9 0xECAB # 0 +0x9DCA 0xECAC # 0 +0x9DCB 0xECAD # 0 +0x9DCC 0xECAE # 0 +0x9DCD 0xECAF # 0 +0x9DCE 0xECB0 # 0 +0x9DCF 0xECB1 # 0 +0x9DD0 0xECB2 # 0 +0x9DD1 0xECB3 # 0 +0x9DD2 0xECB4 # 0 +0x9DD3 0xECB5 # 0 +0x9DD4 0xECB6 # 0 +0x9DD5 0xECB7 # 0 +0x9DD6 0xECB8 # 0 +0x9DD7 0xECB9 # 0 +0x9DD8 0xECBA # 0 +0x9DD9 0xECBB # 0 +0x9DDA 0xECBC # 0 +0x9DDB 0xECBD # 0 +0x9DDC 0xECBE # 0 +0x9DDD 0xECBF # 0 +0x9DDE 0xECC0 # 0 +0x9DDF 0xECC1 # 0 +0x9DE0 0xECC2 # 0 +0x9DE1 0xECC3 # 0 +0x9DE2 0xECC4 # 0 +0x9DE3 0xECC5 # 0 +0x9DE4 0xECC6 # 0 +0x9DE5 0xECC7 # 0 +0x9DE6 0xECC8 # 0 +0x9DE7 0xECC9 # 0 +0x9DE8 0xECCA # 0 +0x9DE9 0xECCB # 0 +0x9DEA 0xECCC # 0 +0x9DEB 0xECCD # 0 +0x9DEC 0xECCE # 0 +0x9DED 0xECCF # 0 +0x9DEE 0xECD0 # 0 +0x9DEF 0xECD1 # 0 +0x9DF0 0xECD2 # 0 +0x9DF1 0xECD3 # 0 +0x9DF2 0xECD4 # 0 +0x9DF3 0xECD5 # 0 +0x9DF4 0xECD6 # 0 +0x9DF5 0xECD7 # 0 +0x9DF6 0xECD8 # 0 +0x9DF7 0xECD9 # 0 +0x9DF8 0xECDA # 0 +0x9DF9 0xECDB # 0 +0x9DFA 0xECDC # 0 +0x9DFB 0xECDD # 0 +0x9DFC 0xECDE # 0 +0x9DFD 0xECDF # 0 +0x9DFE 0xECE0 # 0 +0x9E40 0xECE1 # 0 +0x9E41 0xECE2 # 0 +0x9E42 0xECE3 # 0 +0x9E43 0xECE4 # 0 +0x9E44 0xECE5 # 0 +0x9E45 0xECE6 # 0 +0x9E46 0xECE7 # 0 +0x9E47 0xECE8 # 0 +0x9E48 0xECE9 # 0 +0x9E49 0xECEA # 0 +0x9E4A 0xECEB # 0 +0x9E4B 0xECEC # 0 +0x9E4C 0xECED # 0 +0x9E4D 0xECEE # 0 +0x9E4E 0xECEF # 0 +0x9E4F 0xECF0 # 0 +0x9E50 0xECF1 # 0 +0x9E51 0xECF2 # 0 +0x9E52 0xECF3 # 0 +0x9E53 0xECF4 # 0 +0x9E54 0xECF5 # 0 +0x9E55 0xECF6 # 0 +0x9E56 0xECF7 # 0 +0x9E57 0xECF8 # 0 +0x9E58 0xECF9 # 0 +0x9E59 0xECFA # 0 +0x9E5A 0xECFB # 0 +0x9E5B 0xECFC # 0 +0x9E5C 0xECFD # 0 +0x9E5D 0xECFE # 0 +0x9E5E 0xECFF # 0 +0x9E5F 0xED00 # 0 +0x9E60 0xED01 # 0 +0x9E61 0xED02 # 0 +0x9E62 0xED03 # 0 +0x9E63 0xED04 # 0 +0x9E64 0xED05 # 0 +0x9E65 0xED06 # 0 +0x9E66 0xED07 # 0 +0x9E67 0xED08 # 0 +0x9E68 0xED09 # 0 +0x9E69 0xED0A # 0 +0x9E6A 0xED0B # 0 +0x9E6B 0xED0C # 0 +0x9E6C 0xED0D # 0 +0x9E6D 0xED0E # 0 +0x9E6E 0xED0F # 0 +0x9E6F 0xED10 # 0 +0x9E70 0xED11 # 0 +0x9E71 0xED12 # 0 +0x9E72 0xED13 # 0 +0x9E73 0xED14 # 0 +0x9E74 0xED15 # 0 +0x9E75 0xED16 # 0 +0x9E76 0xED17 # 0 +0x9E77 0xED18 # 0 +0x9E78 0xED19 # 0 +0x9E79 0xED1A # 0 +0x9E7A 0xED1B # 0 +0x9E7B 0xED1C # 0 +0x9E7C 0xED1D # 0 +0x9E7D 0xED1E # 0 +0x9E7E 0xED1F # 0 +0x9EA1 0xED20 # 0 +0x9EA2 0xED21 # 0 +0x9EA3 0xED22 # 0 +0x9EA4 0xED23 # 0 +0x9EA5 0xED24 # 0 +0x9EA6 0xED25 # 0 +0x9EA7 0xED26 # 0 +0x9EA8 0xED27 # 0 +0x9EA9 0xED28 # 0 +0x9EAA 0xED29 # 0 +0x9EAB 0xED2A # 0 +0x9EAC 0xED2B # 0 +0x9EAD 0xED2C # 0 +0x9EAE 0xED2D # 0 +0x9EAF 0xED2E # 0 +0x9EB0 0xED2F # 0 +0x9EB1 0xED30 # 0 +0x9EB2 0xED31 # 0 +0x9EB3 0xED32 # 0 +0x9EB4 0xED33 # 0 +0x9EB5 0xED34 # 0 +0x9EB6 0xED35 # 0 +0x9EB7 0xED36 # 0 +0x9EB8 0xED37 # 0 +0x9EB9 0xED38 # 0 +0x9EBA 0xED39 # 0 +0x9EBB 0xED3A # 0 +0x9EBC 0xED3B # 0 +0x9EBD 0xED3C # 0 +0x9EBE 0xED3D # 0 +0x9EBF 0xED3E # 0 +0x9EC0 0xED3F # 0 +0x9EC1 0xED40 # 0 +0x9EC2 0xED41 # 0 +0x9EC3 0xED42 # 0 +0x9EC4 0xED43 # 0 +0x9EC5 0xED44 # 0 +0x9EC6 0xED45 # 0 +0x9EC7 0xED46 # 0 +0x9EC8 0xED47 # 0 +0x9EC9 0xED48 # 0 +0x9ECA 0xED49 # 0 +0x9ECB 0xED4A # 0 +0x9ECC 0xED4B # 0 +0x9ECD 0xED4C # 0 +0x9ECE 0xED4D # 0 +0x9ECF 0xED4E # 0 +0x9ED0 0xED4F # 0 +0x9ED1 0xED50 # 0 +0x9ED2 0xED51 # 0 +0x9ED3 0xED52 # 0 +0x9ED4 0xED53 # 0 +0x9ED5 0xED54 # 0 +0x9ED6 0xED55 # 0 +0x9ED7 0xED56 # 0 +0x9ED8 0xED57 # 0 +0x9ED9 0xED58 # 0 +0x9EDA 0xED59 # 0 +0x9EDB 0xED5A # 0 +0x9EDC 0xED5B # 0 +0x9EDD 0xED5C # 0 +0x9EDE 0xED5D # 0 +0x9EDF 0xED5E # 0 +0x9EE0 0xED5F # 0 +0x9EE1 0xED60 # 0 +0x9EE2 0xED61 # 0 +0x9EE3 0xED62 # 0 +0x9EE4 0xED63 # 0 +0x9EE5 0xED64 # 0 +0x9EE6 0xED65 # 0 +0x9EE7 0xED66 # 0 +0x9EE8 0xED67 # 0 +0x9EE9 0xED68 # 0 +0x9EEA 0xED69 # 0 +0x9EEB 0xED6A # 0 +0x9EEC 0xED6B # 0 +0x9EED 0xED6C # 0 +0x9EEE 0xED6D # 0 +0x9EEF 0xED6E # 0 +0x9EF0 0xED6F # 0 +0x9EF1 0xED70 # 0 +0x9EF2 0xED71 # 0 +0x9EF3 0xED72 # 0 +0x9EF4 0xED73 # 0 +0x9EF5 0xED74 # 0 +0x9EF6 0xED75 # 0 +0x9EF7 0xED76 # 0 +0x9EF8 0xED77 # 0 +0x9EF9 0xED78 # 0 +0x9EFA 0xED79 # 0 +0x9EFB 0xED7A # 0 +0x9EFC 0xED7B # 0 +0x9EFD 0xED7C # 0 +0x9EFE 0xED7D # 0 +0x9F40 0xED7E # 0 +0x9F41 0xED7F # 0 +0x9F42 0xED80 # 0 +0x9F43 0xED81 # 0 +0x9F44 0xED82 # 0 +0x9F45 0xED83 # 0 +0x9F46 0xED84 # 0 +0x9F47 0xED85 # 0 +0x9F48 0xED86 # 0 +0x9F49 0xED87 # 0 +0x9F4A 0xED88 # 0 +0x9F4B 0xED89 # 0 +0x9F4C 0xED8A # 0 +0x9F4D 0xED8B # 0 +0x9F4E 0xED8C # 0 +0x9F4F 0xED8D # 0 +0x9F50 0xED8E # 0 +0x9F51 0xED8F # 0 +0x9F52 0xED90 # 0 +0x9F53 0xED91 # 0 +0x9F54 0xED92 # 0 +0x9F55 0xED93 # 0 +0x9F56 0xED94 # 0 +0x9F57 0xED95 # 0 +0x9F58 0xED96 # 0 +0x9F59 0xED97 # 0 +0x9F5A 0xED98 # 0 +0x9F5B 0xED99 # 0 +0x9F5C 0xED9A # 0 +0x9F5D 0xED9B # 0 +0x9F5E 0xED9C # 0 +0x9F5F 0xED9D # 0 +0x9F60 0xED9E # 0 +0x9F61 0xED9F # 0 +0x9F62 0xEDA0 # 0 +0x9F63 0xEDA1 # 0 +0x9F64 0xEDA2 # 0 +0x9F65 0xEDA3 # 0 +0x9F66 0xEDA4 # 0 +0x9F67 0xEDA5 # 0 +0x9F68 0xEDA6 # 0 +0x9F69 0xEDA7 # 0 +0x9F6A 0xEDA8 # 0 +0x9F6B 0xEDA9 # 0 +0x9F6C 0xEDAA # 0 +0x9F6D 0xEDAB # 0 +0x9F6E 0xEDAC # 0 +0x9F6F 0xEDAD # 0 +0x9F70 0xEDAE # 0 +0x9F71 0xEDAF # 0 +0x9F72 0xEDB0 # 0 +0x9F73 0xEDB1 # 0 +0x9F74 0xEDB2 # 0 +0x9F75 0xEDB3 # 0 +0x9F76 0xEDB4 # 0 +0x9F77 0xEDB5 # 0 +0x9F78 0xEDB6 # 0 +0x9F79 0xEDB7 # 0 +0x9F7A 0xEDB8 # 0 +0x9F7B 0xEDB9 # 0 +0x9F7C 0xEDBA # 0 +0x9F7D 0xEDBB # 0 +0x9F7E 0xEDBC # 0 +0x9FA1 0xEDBD # 0 +0x9FA2 0xEDBE # 0 +0x9FA3 0xEDBF # 0 +0x9FA4 0xEDC0 # 0 +0x9FA5 0xEDC1 # 0 +0x9FA6 0xEDC2 # 0 +0x9FA7 0xEDC3 # 0 +0x9FA8 0xEDC4 # 0 +0x9FA9 0xEDC5 # 0 +0x9FAA 0xEDC6 # 0 +0x9FAB 0xEDC7 # 0 +0x9FAC 0xEDC8 # 0 +0x9FAD 0xEDC9 # 0 +0x9FAE 0xEDCA # 0 +0x9FAF 0xEDCB # 0 +0x9FB0 0xEDCC # 0 +0x9FB1 0xEDCD # 0 +0x9FB2 0xEDCE # 0 +0x9FB3 0xEDCF # 0 +0x9FB4 0xEDD0 # 0 +0x9FB5 0xEDD1 # 0 +0x9FB6 0xEDD2 # 0 +0x9FB7 0xEDD3 # 0 +0x9FB8 0xEDD4 # 0 +0x9FB9 0xEDD5 # 0 +0x9FBA 0xEDD6 # 0 +0x9FBB 0xEDD7 # 0 +0x9FBC 0xEDD8 # 0 +0x9FBD 0xEDD9 # 0 +0x9FBE 0xEDDA # 0 +0x9FBF 0xEDDB # 0 +0x9FC0 0xEDDC # 0 +0x9FC1 0xEDDD # 0 +0x9FC2 0xEDDE # 0 +0x9FC3 0xEDDF # 0 +0x9FC4 0xEDE0 # 0 +0x9FC5 0xEDE1 # 0 +0x9FC6 0xEDE2 # 0 +0x9FC7 0xEDE3 # 0 +0x9FC8 0xEDE4 # 0 +0x9FC9 0xEDE5 # 0 +0x9FCA 0xEDE6 # 0 +0x9FCB 0xEDE7 # 0 +0x9FCC 0xEDE8 # 0 +0x9FCD 0xEDE9 # 0 +0x9FCE 0xEDEA # 0 +0x9FCF 0xEDEB # 0 +0x9FD0 0xEDEC # 0 +0x9FD1 0xEDED # 0 +0x9FD2 0xEDEE # 0 +0x9FD3 0xEDEF # 0 +0x9FD4 0xEDF0 # 0 +0x9FD5 0xEDF1 # 0 +0x9FD6 0xEDF2 # 0 +0x9FD7 0xEDF3 # 0 +0x9FD8 0xEDF4 # 0 +0x9FD9 0xEDF5 # 0 +0x9FDA 0xEDF6 # 0 +0x9FDB 0xEDF7 # 0 +0x9FDC 0xEDF8 # 0 +0x9FDD 0xEDF9 # 0 +0x9FDE 0xEDFA # 0 +0x9FDF 0xEDFB # 0 +0x9FE0 0xEDFC # 0 +0x9FE1 0xEDFD # 0 +0x9FE2 0xEDFE # 0 +0x9FE3 0xEDFF # 0 +0x9FE4 0xEE00 # 0 +0x9FE5 0xEE01 # 0 +0x9FE6 0xEE02 # 0 +0x9FE7 0xEE03 # 0 +0x9FE8 0xEE04 # 0 +0x9FE9 0xEE05 # 0 +0x9FEA 0xEE06 # 0 +0x9FEB 0xEE07 # 0 +0x9FEC 0xEE08 # 0 +0x9FED 0xEE09 # 0 +0x9FEE 0xEE0A # 0 +0x9FEF 0xEE0B # 0 +0x9FF0 0xEE0C # 0 +0x9FF1 0xEE0D # 0 +0x9FF2 0xEE0E # 0 +0x9FF3 0xEE0F # 0 +0x9FF4 0xEE10 # 0 +0x9FF5 0xEE11 # 0 +0x9FF6 0xEE12 # 0 +0x9FF7 0xEE13 # 0 +0x9FF8 0xEE14 # 0 +0x9FF9 0xEE15 # 0 +0x9FFA 0xEE16 # 0 +0x9FFB 0xEE17 # 0 +0x9FFC 0xEE18 # 0 +0x9FFD 0xEE19 # 0 +0x9FFE 0xEE1A # 0 +0xA040 0xEE1B # 0 +0xA041 0xEE1C # 0 +0xA042 0xEE1D # 0 +0xA043 0xEE1E # 0 +0xA044 0xEE1F # 0 +0xA045 0xEE20 # 0 +0xA046 0xEE21 # 0 +0xA047 0xEE22 # 0 +0xA048 0xEE23 # 0 +0xA049 0xEE24 # 0 +0xA04A 0xEE25 # 0 +0xA04B 0xEE26 # 0 +0xA04C 0xEE27 # 0 +0xA04D 0xEE28 # 0 +0xA04E 0xEE29 # 0 +0xA04F 0xEE2A # 0 +0xA050 0xEE2B # 0 +0xA051 0xEE2C # 0 +0xA052 0xEE2D # 0 +0xA053 0xEE2E # 0 +0xA054 0xEE2F # 0 +0xA055 0xEE30 # 0 +0xA056 0xEE31 # 0 +0xA057 0xEE32 # 0 +0xA058 0xEE33 # 0 +0xA059 0xEE34 # 0 +0xA05A 0xEE35 # 0 +0xA05B 0xEE36 # 0 +0xA05C 0xEE37 # 0 +0xA05D 0xEE38 # 0 +0xA05E 0xEE39 # 0 +0xA05F 0xEE3A # 0 +0xA060 0xEE3B # 0 +0xA061 0xEE3C # 0 +0xA062 0xEE3D # 0 +0xA063 0xEE3E # 0 +0xA064 0xEE3F # 0 +0xA065 0xEE40 # 0 +0xA066 0xEE41 # 0 +0xA067 0xEE42 # 0 +0xA068 0xEE43 # 0 +0xA069 0xEE44 # 0 +0xA06A 0xEE45 # 0 +0xA06B 0xEE46 # 0 +0xA06C 0xEE47 # 0 +0xA06D 0xEE48 # 0 +0xA06E 0xEE49 # 0 +0xA06F 0xEE4A # 0 +0xA070 0xEE4B # 0 +0xA071 0xEE4C # 0 +0xA072 0xEE4D # 0 +0xA073 0xEE4E # 0 +0xA074 0xEE4F # 0 +0xA075 0xEE50 # 0 +0xA076 0xEE51 # 0 +0xA077 0xEE52 # 0 +0xA078 0xEE53 # 0 +0xA079 0xEE54 # 0 +0xA07A 0xEE55 # 0 +0xA07B 0xEE56 # 0 +0xA07C 0xEE57 # 0 +0xA07D 0xEE58 # 0 +0xA07E 0xEE59 # 0 +0xA0A1 0xEE5A # 0 +0xA0A2 0xEE5B # 0 +0xA0A3 0xEE5C # 0 +0xA0A4 0xEE5D # 0 +0xA0A5 0xEE5E # 0 +0xA0A6 0xEE5F # 0 +0xA0A7 0xEE60 # 0 +0xA0A8 0xEE61 # 0 +0xA0A9 0xEE62 # 0 +0xA0AA 0xEE63 # 0 +0xA0AB 0xEE64 # 0 +0xA0AC 0xEE65 # 0 +0xA0AD 0xEE66 # 0 +0xA0AE 0xEE67 # 0 +0xA0AF 0xEE68 # 0 +0xA0B0 0xEE69 # 0 +0xA0B1 0xEE6A # 0 +0xA0B2 0xEE6B # 0 +0xA0B3 0xEE6C # 0 +0xA0B4 0xEE6D # 0 +0xA0B5 0xEE6E # 0 +0xA0B6 0xEE6F # 0 +0xA0B7 0xEE70 # 0 +0xA0B8 0xEE71 # 0 +0xA0B9 0xEE72 # 0 +0xA0BA 0xEE73 # 0 +0xA0BB 0xEE74 # 0 +0xA0BC 0xEE75 # 0 +0xA0BD 0xEE76 # 0 +0xA0BE 0xEE77 # 0 +0xA0BF 0xEE78 # 0 +0xA0C0 0xEE79 # 0 +0xA0C1 0xEE7A # 0 +0xA0C2 0xEE7B # 0 +0xA0C3 0xEE7C # 0 +0xA0C4 0xEE7D # 0 +0xA0C5 0xEE7E # 0 +0xA0C6 0xEE7F # 0 +0xA0C7 0xEE80 # 0 +0xA0C8 0xEE81 # 0 +0xA0C9 0xEE82 # 0 +0xA0CA 0xEE83 # 0 +0xA0CB 0xEE84 # 0 +0xA0CC 0xEE85 # 0 +0xA0CD 0xEE86 # 0 +0xA0CE 0xEE87 # 0 +0xA0CF 0xEE88 # 0 +0xA0D0 0xEE89 # 0 +0xA0D1 0xEE8A # 0 +0xA0D2 0xEE8B # 0 +0xA0D3 0xEE8C # 0 +0xA0D4 0xEE8D # 0 +0xA0D5 0xEE8E # 0 +0xA0D6 0xEE8F # 0 +0xA0D7 0xEE90 # 0 +0xA0D8 0xEE91 # 0 +0xA0D9 0xEE92 # 0 +0xA0DA 0xEE93 # 0 +0xA0DB 0xEE94 # 0 +0xA0DC 0xEE95 # 0 +0xA0DD 0xEE96 # 0 +0xA0DE 0xEE97 # 0 +0xA0DF 0xEE98 # 0 +0xA0E0 0xEE99 # 0 +0xA0E1 0xEE9A # 0 +0xA0E2 0xEE9B # 0 +0xA0E3 0xEE9C # 0 +0xA0E4 0xEE9D # 0 +0xA0E5 0xEE9E # 0 +0xA0E6 0xEE9F # 0 +0xA0E7 0xEEA0 # 0 +0xA0E8 0xEEA1 # 0 +0xA0E9 0xEEA2 # 0 +0xA0EA 0xEEA3 # 0 +0xA0EB 0xEEA4 # 0 +0xA0EC 0xEEA5 # 0 +0xA0ED 0xEEA6 # 0 +0xA0EE 0xEEA7 # 0 +0xA0EF 0xEEA8 # 0 +0xA0F0 0xEEA9 # 0 +0xA0F1 0xEEAA # 0 +0xA0F2 0xEEAB # 0 +0xA0F3 0xEEAC # 0 +0xA0F4 0xEEAD # 0 +0xA0F5 0xEEAE # 0 +0xA0F6 0xEEAF # 0 +0xA0F7 0xEEB0 # 0 +0xA0F8 0xEEB1 # 0 +0xA0F9 0xEEB2 # 0 +0xA0FA 0xEEB3 # 0 +0xA0FB 0xEEB4 # 0 +0xA0FC 0xEEB5 # 0 +0xA0FD 0xEEB6 # 0 +0xA0FE 0xEEB7 # 0 +0xA140 0x3000 # 0 +0xA141 0xFF0C # 0 +0xA142 0x3001 # 0 +0xA143 0x3002 # 0 +0xA144 0xFF0E # 0 +0xA145 0x2027 # 0 +0xA146 0xFF1B # 0 +0xA147 0xFF1A # 0 +0xA148 0xFF1F # 0 +0xA149 0xFF01 # 0 +0xA14A 0xFE30 # 0 +0xA14B 0x2026 # 0 +0xA14C 0x2025 # 0 +0xA14D 0xFE50 # 0 +0xA14E 0xFE51 # 0 +0xA14F 0xFE52 # 0 +0xA150 0x00B7 # 0 +0xA151 0xFE54 # 0 +0xA152 0xFE55 # 0 +0xA153 0xFE56 # 0 +0xA154 0xFE57 # 0 +0xA155 0xFF5C # 0 +0xA156 0x2013 # 0 +0xA157 0xFE31 # 0 +0xA158 0x2014 # 0 +0xA159 0xFE33 # 0 +0xA15A 0x2574 # 0 +0xA15B 0xFE34 # 0 +0xA15C 0xFE4F # 0 +0xA15D 0xFF08 # 0 +0xA15E 0xFF09 # 0 +0xA15F 0xFE35 # 0 +0xA160 0xFE36 # 0 +0xA161 0xFF5B # 0 +0xA162 0xFF5D # 0 +0xA163 0xFE37 # 0 +0xA164 0xFE38 # 0 +0xA165 0x3014 # 0 +0xA166 0x3015 # 0 +0xA167 0xFE39 # 0 +0xA168 0xFE3A # 0 +0xA169 0x3010 # 0 +0xA16A 0x3011 # 0 +0xA16B 0xFE3B # 0 +0xA16C 0xFE3C # 0 +0xA16D 0x300A # 0 +0xA16E 0x300B # 0 +0xA16F 0xFE3D # 0 +0xA170 0xFE3E # 0 +0xA171 0x3008 # 0 +0xA172 0x3009 # 0 +0xA173 0xFE3F # 0 +0xA174 0xFE40 # 0 +0xA175 0x300C # 0 +0xA176 0x300D # 0 +0xA177 0xFE41 # 0 +0xA178 0xFE42 # 0 +0xA179 0x300E # 0 +0xA17A 0x300F # 0 +0xA17B 0xFE43 # 0 +0xA17C 0xFE44 # 0 +0xA17D 0xFE59 # 0 +0xA17E 0xFE5A # 0 +0xA1A1 0xFE5B # 0 +0xA1A2 0xFE5C # 0 +0xA1A3 0xFE5D # 0 +0xA1A4 0xFE5E # 0 +0xA1A5 0x2018 # 0 +0xA1A6 0x2019 # 0 +0xA1A7 0x201C # 0 +0xA1A8 0x201D # 0 +0xA1A9 0x301D # 0 +0xA1AA 0x301E # 0 +0xA1AB 0x2035 # 0 +0xA1AC 0x2032 # 0 +0xA1AD 0xFF03 # 0 +0xA1AE 0xFF06 # 0 +0xA1AF 0xFF0A # 0 +0xA1B0 0x203B # 0 +0xA1B1 0x00A7 # 0 +0xA1B2 0x3003 # 0 +0xA1B3 0x25CB # 0 +0xA1B4 0x25CF # 0 +0xA1B5 0x25B3 # 0 +0xA1B6 0x25B2 # 0 +0xA1B7 0x25CE # 0 +0xA1B8 0x2606 # 0 +0xA1B9 0x2605 # 0 +0xA1BA 0x25C7 # 0 +0xA1BB 0x25C6 # 0 +0xA1BC 0x25A1 # 0 +0xA1BD 0x25A0 # 0 +0xA1BE 0x25BD # 0 +0xA1BF 0x25BC # 0 +0xA1C0 0x32A3 # 0 +0xA1C1 0x2105 # 0 +0xA1C2 0x00AF # 0 +0xA1C3 0xFFE3 # 0 +0xA1C4 0xFF3F # 0 +0xA1C5 0x02CD # 0 +0xA1C6 0xFE49 # 0 +0xA1C7 0xFE4A # 0 +0xA1C8 0xFE4D # 0 +0xA1C9 0xFE4E # 0 +0xA1CA 0xFE4B # 0 +0xA1CB 0xFE4C # 0 +0xA1CC 0xFE5F # 0 +0xA1CD 0xFE60 # 0 +0xA1CE 0xFE61 # 0 +0xA1CF 0xFF0B # 0 +0xA1D0 0xFF0D # 0 +0xA1D1 0x00D7 # 0 +0xA1D2 0x00F7 # 0 +0xA1D3 0x00B1 # 0 +0xA1D4 0x221A # 0 +0xA1D5 0xFF1C # 0 +0xA1D6 0xFF1E # 0 +0xA1D7 0xFF1D # 0 +0xA1D8 0x2266 # 0 +0xA1D9 0x2267 # 0 +0xA1DA 0x2260 # 0 +0xA1DB 0x221E # 0 +0xA1DC 0x2252 # 0 +0xA1DD 0x2261 # 0 +0xA1DE 0xFE62 # 0 +0xA1DF 0xFE63 # 0 +0xA1E0 0xFE64 # 0 +0xA1E1 0xFE65 # 0 +0xA1E2 0xFE66 # 0 +0xA1E3 0xFF5E # 0 +0xA1E4 0x2229 # 0 +0xA1E5 0x222A # 0 +0xA1E6 0x22A5 # 0 +0xA1E7 0x2220 # 0 +0xA1E8 0x221F # 0 +0xA1E9 0x22BF # 0 +0xA1EA 0x33D2 # 0 +0xA1EB 0x33D1 # 0 +0xA1EC 0x222B # 0 +0xA1ED 0x222E # 0 +0xA1EE 0x2235 # 0 +0xA1EF 0x2234 # 0 +0xA1F0 0x2640 # 0 +0xA1F1 0x2642 # 0 +0xA1F2 0x2295 # 0 +0xA1F3 0x2299 # 0 +0xA1F4 0x2191 # 0 +0xA1F5 0x2193 # 0 +0xA1F6 0x2190 # 0 +0xA1F7 0x2192 # 0 +0xA1F8 0x2196 # 0 +0xA1F9 0x2197 # 0 +0xA1FA 0x2199 # 0 +0xA1FB 0x2198 # 0 +0xA1FC 0x2225 # 0 +0xA1FD 0x2223 # 0 +0xA1FE 0xFF0F # 0 +0xA240 0xFF3C # 0 +0xA241 0x2215 # 0 +0xA242 0xFE68 # 0 +0xA243 0xFF04 # 0 +0xA244 0xFFE5 # 0 +0xA245 0x3012 # 0 +0xA246 0xFFE0 # 0 +0xA247 0xFFE1 # 0 +0xA248 0xFF05 # 0 +0xA249 0xFF20 # 0 +0xA24A 0x2103 # 0 +0xA24B 0x2109 # 0 +0xA24C 0xFE69 # 0 +0xA24D 0xFE6A # 0 +0xA24E 0xFE6B # 0 +0xA24F 0x33D5 # 0 +0xA250 0x339C # 0 +0xA251 0x339D # 0 +0xA252 0x339E # 0 +0xA253 0x33CE # 0 +0xA254 0x33A1 # 0 +0xA255 0x338E # 0 +0xA256 0x338F # 0 +0xA257 0x33C4 # 0 +0xA258 0x00B0 # 0 +0xA259 0x5159 # 0 +0xA25A 0x515B # 0 +0xA25B 0x515E # 0 +0xA25C 0x515D # 0 +0xA25D 0x5161 # 0 +0xA25E 0x5163 # 0 +0xA25F 0x55E7 # 0 +0xA260 0x74E9 # 0 +0xA261 0x7CCE # 0 +0xA262 0x2581 # 0 +0xA263 0x2582 # 0 +0xA264 0x2583 # 0 +0xA265 0x2584 # 0 +0xA266 0x2585 # 0 +0xA267 0x2586 # 0 +0xA268 0x2587 # 0 +0xA269 0x2588 # 0 +0xA26A 0x258F # 0 +0xA26B 0x258E # 0 +0xA26C 0x258D # 0 +0xA26D 0x258C # 0 +0xA26E 0x258B # 0 +0xA26F 0x258A # 0 +0xA270 0x2589 # 0 +0xA271 0x253C # 0 +0xA272 0x2534 # 0 +0xA273 0x252C # 0 +0xA274 0x2524 # 0 +0xA275 0x251C # 0 +0xA276 0x2594 # 0 +0xA277 0x2500 # 0 +0xA278 0x2502 # 0 +0xA279 0x2595 # 0 +0xA27A 0x250C # 0 +0xA27B 0x2510 # 0 +0xA27C 0x2514 # 0 +0xA27D 0x2518 # 0 +0xA27E 0x256D # 0 +0xA2A1 0x256E # 0 +0xA2A2 0x2570 # 0 +0xA2A3 0x256F # 0 +0xA2A8 0x25E2 # 0 +0xA2A9 0x25E3 # 0 +0xA2AA 0x25E5 # 0 +0xA2AB 0x25E4 # 0 +0xA2AC 0x2571 # 0 +0xA2AD 0x2572 # 0 +0xA2AE 0x2573 # 0 +0xA2AF 0xFF10 # 0 +0xA2B0 0xFF11 # 0 +0xA2B1 0xFF12 # 0 +0xA2B2 0xFF13 # 0 +0xA2B3 0xFF14 # 0 +0xA2B4 0xFF15 # 0 +0xA2B5 0xFF16 # 0 +0xA2B6 0xFF17 # 0 +0xA2B7 0xFF18 # 0 +0xA2B8 0xFF19 # 0 +0xA2B9 0x2160 # 0 +0xA2BA 0x2161 # 0 +0xA2BB 0x2162 # 0 +0xA2BC 0x2163 # 0 +0xA2BD 0x2164 # 0 +0xA2BE 0x2165 # 0 +0xA2BF 0x2166 # 0 +0xA2C0 0x2167 # 0 +0xA2C1 0x2168 # 0 +0xA2C2 0x2169 # 0 +0xA2C3 0x3021 # 0 +0xA2C4 0x3022 # 0 +0xA2C5 0x3023 # 0 +0xA2C6 0x3024 # 0 +0xA2C7 0x3025 # 0 +0xA2C8 0x3026 # 0 +0xA2C9 0x3027 # 0 +0xA2CA 0x3028 # 0 +0xA2CB 0x3029 # 0 +0xA2CD 0x5344 # 0 +0xA2CF 0xFF21 # 0 +0xA2D0 0xFF22 # 0 +0xA2D1 0xFF23 # 0 +0xA2D2 0xFF24 # 0 +0xA2D3 0xFF25 # 0 +0xA2D4 0xFF26 # 0 +0xA2D5 0xFF27 # 0 +0xA2D6 0xFF28 # 0 +0xA2D7 0xFF29 # 0 +0xA2D8 0xFF2A # 0 +0xA2D9 0xFF2B # 0 +0xA2DA 0xFF2C # 0 +0xA2DB 0xFF2D # 0 +0xA2DC 0xFF2E # 0 +0xA2DD 0xFF2F # 0 +0xA2DE 0xFF30 # 0 +0xA2DF 0xFF31 # 0 +0xA2E0 0xFF32 # 0 +0xA2E1 0xFF33 # 0 +0xA2E2 0xFF34 # 0 +0xA2E3 0xFF35 # 0 +0xA2E4 0xFF36 # 0 +0xA2E5 0xFF37 # 0 +0xA2E6 0xFF38 # 0 +0xA2E7 0xFF39 # 0 +0xA2E8 0xFF3A # 0 +0xA2E9 0xFF41 # 0 +0xA2EA 0xFF42 # 0 +0xA2EB 0xFF43 # 0 +0xA2EC 0xFF44 # 0 +0xA2ED 0xFF45 # 0 +0xA2EE 0xFF46 # 0 +0xA2EF 0xFF47 # 0 +0xA2F0 0xFF48 # 0 +0xA2F1 0xFF49 # 0 +0xA2F2 0xFF4A # 0 +0xA2F3 0xFF4B # 0 +0xA2F4 0xFF4C # 0 +0xA2F5 0xFF4D # 0 +0xA2F6 0xFF4E # 0 +0xA2F7 0xFF4F # 0 +0xA2F8 0xFF50 # 0 +0xA2F9 0xFF51 # 0 +0xA2FA 0xFF52 # 0 +0xA2FB 0xFF53 # 0 +0xA2FC 0xFF54 # 0 +0xA2FD 0xFF55 # 0 +0xA2FE 0xFF56 # 0 +0xA340 0xFF57 # 0 +0xA341 0xFF58 # 0 +0xA342 0xFF59 # 0 +0xA343 0xFF5A # 0 +0xA344 0x0391 # 0 +0xA345 0x0392 # 0 +0xA346 0x0393 # 0 +0xA347 0x0394 # 0 +0xA348 0x0395 # 0 +0xA349 0x0396 # 0 +0xA34A 0x0397 # 0 +0xA34B 0x0398 # 0 +0xA34C 0x0399 # 0 +0xA34D 0x039A # 0 +0xA34E 0x039B # 0 +0xA34F 0x039C # 0 +0xA350 0x039D # 0 +0xA351 0x039E # 0 +0xA352 0x039F # 0 +0xA353 0x03A0 # 0 +0xA354 0x03A1 # 0 +0xA355 0x03A3 # 0 +0xA356 0x03A4 # 0 +0xA357 0x03A5 # 0 +0xA358 0x03A6 # 0 +0xA359 0x03A7 # 0 +0xA35A 0x03A8 # 0 +0xA35B 0x03A9 # 0 +0xA35C 0x03B1 # 0 +0xA35D 0x03B2 # 0 +0xA35E 0x03B3 # 0 +0xA35F 0x03B4 # 0 +0xA360 0x03B5 # 0 +0xA361 0x03B6 # 0 +0xA362 0x03B7 # 0 +0xA363 0x03B8 # 0 +0xA364 0x03B9 # 0 +0xA365 0x03BA # 0 +0xA366 0x03BB # 0 +0xA367 0x03BC # 0 +0xA368 0x03BD # 0 +0xA369 0x03BE # 0 +0xA36A 0x03BF # 0 +0xA36B 0x03C0 # 0 +0xA36C 0x03C1 # 0 +0xA36D 0x03C3 # 0 +0xA36E 0x03C4 # 0 +0xA36F 0x03C5 # 0 +0xA370 0x03C6 # 0 +0xA371 0x03C7 # 0 +0xA372 0x03C8 # 0 +0xA373 0x03C9 # 0 +0xA374 0x3105 # 0 +0xA375 0x3106 # 0 +0xA376 0x3107 # 0 +0xA377 0x3108 # 0 +0xA378 0x3109 # 0 +0xA379 0x310A # 0 +0xA37A 0x310B # 0 +0xA37B 0x310C # 0 +0xA37C 0x310D # 0 +0xA37D 0x310E # 0 +0xA37E 0x310F # 0 +0xA3A1 0x3110 # 0 +0xA3A2 0x3111 # 0 +0xA3A3 0x3112 # 0 +0xA3A4 0x3113 # 0 +0xA3A5 0x3114 # 0 +0xA3A6 0x3115 # 0 +0xA3A7 0x3116 # 0 +0xA3A8 0x3117 # 0 +0xA3A9 0x3118 # 0 +0xA3AA 0x3119 # 0 +0xA3AB 0x311A # 0 +0xA3AC 0x311B # 0 +0xA3AD 0x311C # 0 +0xA3AE 0x311D # 0 +0xA3AF 0x311E # 0 +0xA3B0 0x311F # 0 +0xA3B1 0x3120 # 0 +0xA3B2 0x3121 # 0 +0xA3B3 0x3122 # 0 +0xA3B4 0x3123 # 0 +0xA3B5 0x3124 # 0 +0xA3B6 0x3125 # 0 +0xA3B7 0x3126 # 0 +0xA3B8 0x3127 # 0 +0xA3B9 0x3128 # 0 +0xA3BA 0x3129 # 0 +0xA3BB 0x02D9 # 0 +0xA3BC 0x02C9 # 0 +0xA3BD 0x02CA # 0 +0xA3BE 0x02C7 # 0 +0xA3BF 0x02CB # 0 +0xA3E1 0x20AC # 0 +0xA440 0x4E00 # 0 +0xA441 0x4E59 # 0 +0xA442 0x4E01 # 0 +0xA443 0x4E03 # 0 +0xA444 0x4E43 # 0 +0xA445 0x4E5D # 0 +0xA446 0x4E86 # 0 +0xA447 0x4E8C # 0 +0xA448 0x4EBA # 0 +0xA449 0x513F # 0 +0xA44A 0x5165 # 0 +0xA44B 0x516B # 0 +0xA44C 0x51E0 # 0 +0xA44D 0x5200 # 0 +0xA44E 0x5201 # 0 +0xA44F 0x529B # 0 +0xA450 0x5315 # 0 +0xA451 0x5341 # 0 +0xA452 0x535C # 0 +0xA453 0x53C8 # 0 +0xA454 0x4E09 # 0 +0xA455 0x4E0B # 0 +0xA456 0x4E08 # 0 +0xA457 0x4E0A # 0 +0xA458 0x4E2B # 0 +0xA459 0x4E38 # 0 +0xA45A 0x51E1 # 0 +0xA45B 0x4E45 # 0 +0xA45C 0x4E48 # 0 +0xA45D 0x4E5F # 0 +0xA45E 0x4E5E # 0 +0xA45F 0x4E8E # 0 +0xA460 0x4EA1 # 0 +0xA461 0x5140 # 0 +0xA462 0x5203 # 0 +0xA463 0x52FA # 0 +0xA464 0x5343 # 0 +0xA465 0x53C9 # 0 +0xA466 0x53E3 # 0 +0xA467 0x571F # 0 +0xA468 0x58EB # 0 +0xA469 0x5915 # 0 +0xA46A 0x5927 # 0 +0xA46B 0x5973 # 0 +0xA46C 0x5B50 # 0 +0xA46D 0x5B51 # 0 +0xA46E 0x5B53 # 0 +0xA46F 0x5BF8 # 0 +0xA470 0x5C0F # 0 +0xA471 0x5C22 # 0 +0xA472 0x5C38 # 0 +0xA473 0x5C71 # 0 +0xA474 0x5DDD # 0 +0xA475 0x5DE5 # 0 +0xA476 0x5DF1 # 0 +0xA477 0x5DF2 # 0 +0xA478 0x5DF3 # 0 +0xA479 0x5DFE # 0 +0xA47A 0x5E72 # 0 +0xA47B 0x5EFE # 0 +0xA47C 0x5F0B # 0 +0xA47D 0x5F13 # 0 +0xA47E 0x624D # 0 +0xA4A1 0x4E11 # 0 +0xA4A2 0x4E10 # 0 +0xA4A3 0x4E0D # 0 +0xA4A4 0x4E2D # 0 +0xA4A5 0x4E30 # 0 +0xA4A6 0x4E39 # 0 +0xA4A7 0x4E4B # 0 +0xA4A8 0x5C39 # 0 +0xA4A9 0x4E88 # 0 +0xA4AA 0x4E91 # 0 +0xA4AB 0x4E95 # 0 +0xA4AC 0x4E92 # 0 +0xA4AD 0x4E94 # 0 +0xA4AE 0x4EA2 # 0 +0xA4AF 0x4EC1 # 0 +0xA4B0 0x4EC0 # 0 +0xA4B1 0x4EC3 # 0 +0xA4B2 0x4EC6 # 0 +0xA4B3 0x4EC7 # 0 +0xA4B4 0x4ECD # 0 +0xA4B5 0x4ECA # 0 +0xA4B6 0x4ECB # 0 +0xA4B7 0x4EC4 # 0 +0xA4B8 0x5143 # 0 +0xA4B9 0x5141 # 0 +0xA4BA 0x5167 # 0 +0xA4BB 0x516D # 0 +0xA4BC 0x516E # 0 +0xA4BD 0x516C # 0 +0xA4BE 0x5197 # 0 +0xA4BF 0x51F6 # 0 +0xA4C0 0x5206 # 0 +0xA4C1 0x5207 # 0 +0xA4C2 0x5208 # 0 +0xA4C3 0x52FB # 0 +0xA4C4 0x52FE # 0 +0xA4C5 0x52FF # 0 +0xA4C6 0x5316 # 0 +0xA4C7 0x5339 # 0 +0xA4C8 0x5348 # 0 +0xA4C9 0x5347 # 0 +0xA4CA 0x5345 # 0 +0xA4CB 0x535E # 0 +0xA4CC 0x5384 # 0 +0xA4CD 0x53CB # 0 +0xA4CE 0x53CA # 0 +0xA4CF 0x53CD # 0 +0xA4D0 0x58EC # 0 +0xA4D1 0x5929 # 0 +0xA4D2 0x592B # 0 +0xA4D3 0x592A # 0 +0xA4D4 0x592D # 0 +0xA4D5 0x5B54 # 0 +0xA4D6 0x5C11 # 0 +0xA4D7 0x5C24 # 0 +0xA4D8 0x5C3A # 0 +0xA4D9 0x5C6F # 0 +0xA4DA 0x5DF4 # 0 +0xA4DB 0x5E7B # 0 +0xA4DC 0x5EFF # 0 +0xA4DD 0x5F14 # 0 +0xA4DE 0x5F15 # 0 +0xA4DF 0x5FC3 # 0 +0xA4E0 0x6208 # 0 +0xA4E1 0x6236 # 0 +0xA4E2 0x624B # 0 +0xA4E3 0x624E # 0 +0xA4E4 0x652F # 0 +0xA4E5 0x6587 # 0 +0xA4E6 0x6597 # 0 +0xA4E7 0x65A4 # 0 +0xA4E8 0x65B9 # 0 +0xA4E9 0x65E5 # 0 +0xA4EA 0x66F0 # 0 +0xA4EB 0x6708 # 0 +0xA4EC 0x6728 # 0 +0xA4ED 0x6B20 # 0 +0xA4EE 0x6B62 # 0 +0xA4EF 0x6B79 # 0 +0xA4F0 0x6BCB # 0 +0xA4F1 0x6BD4 # 0 +0xA4F2 0x6BDB # 0 +0xA4F3 0x6C0F # 0 +0xA4F4 0x6C34 # 0 +0xA4F5 0x706B # 0 +0xA4F6 0x722A # 0 +0xA4F7 0x7236 # 0 +0xA4F8 0x723B # 0 +0xA4F9 0x7247 # 0 +0xA4FA 0x7259 # 0 +0xA4FB 0x725B # 0 +0xA4FC 0x72AC # 0 +0xA4FD 0x738B # 0 +0xA4FE 0x4E19 # 0 +0xA540 0x4E16 # 0 +0xA541 0x4E15 # 0 +0xA542 0x4E14 # 0 +0xA543 0x4E18 # 0 +0xA544 0x4E3B # 0 +0xA545 0x4E4D # 0 +0xA546 0x4E4F # 0 +0xA547 0x4E4E # 0 +0xA548 0x4EE5 # 0 +0xA549 0x4ED8 # 0 +0xA54A 0x4ED4 # 0 +0xA54B 0x4ED5 # 0 +0xA54C 0x4ED6 # 0 +0xA54D 0x4ED7 # 0 +0xA54E 0x4EE3 # 0 +0xA54F 0x4EE4 # 0 +0xA550 0x4ED9 # 0 +0xA551 0x4EDE # 0 +0xA552 0x5145 # 0 +0xA553 0x5144 # 0 +0xA554 0x5189 # 0 +0xA555 0x518A # 0 +0xA556 0x51AC # 0 +0xA557 0x51F9 # 0 +0xA558 0x51FA # 0 +0xA559 0x51F8 # 0 +0xA55A 0x520A # 0 +0xA55B 0x52A0 # 0 +0xA55C 0x529F # 0 +0xA55D 0x5305 # 0 +0xA55E 0x5306 # 0 +0xA55F 0x5317 # 0 +0xA560 0x531D # 0 +0xA561 0x4EDF # 0 +0xA562 0x534A # 0 +0xA563 0x5349 # 0 +0xA564 0x5361 # 0 +0xA565 0x5360 # 0 +0xA566 0x536F # 0 +0xA567 0x536E # 0 +0xA568 0x53BB # 0 +0xA569 0x53EF # 0 +0xA56A 0x53E4 # 0 +0xA56B 0x53F3 # 0 +0xA56C 0x53EC # 0 +0xA56D 0x53EE # 0 +0xA56E 0x53E9 # 0 +0xA56F 0x53E8 # 0 +0xA570 0x53FC # 0 +0xA571 0x53F8 # 0 +0xA572 0x53F5 # 0 +0xA573 0x53EB # 0 +0xA574 0x53E6 # 0 +0xA575 0x53EA # 0 +0xA576 0x53F2 # 0 +0xA577 0x53F1 # 0 +0xA578 0x53F0 # 0 +0xA579 0x53E5 # 0 +0xA57A 0x53ED # 0 +0xA57B 0x53FB # 0 +0xA57C 0x56DB # 0 +0xA57D 0x56DA # 0 +0xA57E 0x5916 # 0 +0xA5A1 0x592E # 0 +0xA5A2 0x5931 # 0 +0xA5A3 0x5974 # 0 +0xA5A4 0x5976 # 0 +0xA5A5 0x5B55 # 0 +0xA5A6 0x5B83 # 0 +0xA5A7 0x5C3C # 0 +0xA5A8 0x5DE8 # 0 +0xA5A9 0x5DE7 # 0 +0xA5AA 0x5DE6 # 0 +0xA5AB 0x5E02 # 0 +0xA5AC 0x5E03 # 0 +0xA5AD 0x5E73 # 0 +0xA5AE 0x5E7C # 0 +0xA5AF 0x5F01 # 0 +0xA5B0 0x5F18 # 0 +0xA5B1 0x5F17 # 0 +0xA5B2 0x5FC5 # 0 +0xA5B3 0x620A # 0 +0xA5B4 0x6253 # 0 +0xA5B5 0x6254 # 0 +0xA5B6 0x6252 # 0 +0xA5B7 0x6251 # 0 +0xA5B8 0x65A5 # 0 +0xA5B9 0x65E6 # 0 +0xA5BA 0x672E # 0 +0xA5BB 0x672C # 0 +0xA5BC 0x672A # 0 +0xA5BD 0x672B # 0 +0xA5BE 0x672D # 0 +0xA5BF 0x6B63 # 0 +0xA5C0 0x6BCD # 0 +0xA5C1 0x6C11 # 0 +0xA5C2 0x6C10 # 0 +0xA5C3 0x6C38 # 0 +0xA5C4 0x6C41 # 0 +0xA5C5 0x6C40 # 0 +0xA5C6 0x6C3E # 0 +0xA5C7 0x72AF # 0 +0xA5C8 0x7384 # 0 +0xA5C9 0x7389 # 0 +0xA5CA 0x74DC # 0 +0xA5CB 0x74E6 # 0 +0xA5CC 0x7518 # 0 +0xA5CD 0x751F # 0 +0xA5CE 0x7528 # 0 +0xA5CF 0x7529 # 0 +0xA5D0 0x7530 # 0 +0xA5D1 0x7531 # 0 +0xA5D2 0x7532 # 0 +0xA5D3 0x7533 # 0 +0xA5D4 0x758B # 0 +0xA5D5 0x767D # 0 +0xA5D6 0x76AE # 0 +0xA5D7 0x76BF # 0 +0xA5D8 0x76EE # 0 +0xA5D9 0x77DB # 0 +0xA5DA 0x77E2 # 0 +0xA5DB 0x77F3 # 0 +0xA5DC 0x793A # 0 +0xA5DD 0x79BE # 0 +0xA5DE 0x7A74 # 0 +0xA5DF 0x7ACB # 0 +0xA5E0 0x4E1E # 0 +0xA5E1 0x4E1F # 0 +0xA5E2 0x4E52 # 0 +0xA5E3 0x4E53 # 0 +0xA5E4 0x4E69 # 0 +0xA5E5 0x4E99 # 0 +0xA5E6 0x4EA4 # 0 +0xA5E7 0x4EA6 # 0 +0xA5E8 0x4EA5 # 0 +0xA5E9 0x4EFF # 0 +0xA5EA 0x4F09 # 0 +0xA5EB 0x4F19 # 0 +0xA5EC 0x4F0A # 0 +0xA5ED 0x4F15 # 0 +0xA5EE 0x4F0D # 0 +0xA5EF 0x4F10 # 0 +0xA5F0 0x4F11 # 0 +0xA5F1 0x4F0F # 0 +0xA5F2 0x4EF2 # 0 +0xA5F3 0x4EF6 # 0 +0xA5F4 0x4EFB # 0 +0xA5F5 0x4EF0 # 0 +0xA5F6 0x4EF3 # 0 +0xA5F7 0x4EFD # 0 +0xA5F8 0x4F01 # 0 +0xA5F9 0x4F0B # 0 +0xA5FA 0x5149 # 0 +0xA5FB 0x5147 # 0 +0xA5FC 0x5146 # 0 +0xA5FD 0x5148 # 0 +0xA5FE 0x5168 # 0 +0xA640 0x5171 # 0 +0xA641 0x518D # 0 +0xA642 0x51B0 # 0 +0xA643 0x5217 # 0 +0xA644 0x5211 # 0 +0xA645 0x5212 # 0 +0xA646 0x520E # 0 +0xA647 0x5216 # 0 +0xA648 0x52A3 # 0 +0xA649 0x5308 # 0 +0xA64A 0x5321 # 0 +0xA64B 0x5320 # 0 +0xA64C 0x5370 # 0 +0xA64D 0x5371 # 0 +0xA64E 0x5409 # 0 +0xA64F 0x540F # 0 +0xA650 0x540C # 0 +0xA651 0x540A # 0 +0xA652 0x5410 # 0 +0xA653 0x5401 # 0 +0xA654 0x540B # 0 +0xA655 0x5404 # 0 +0xA656 0x5411 # 0 +0xA657 0x540D # 0 +0xA658 0x5408 # 0 +0xA659 0x5403 # 0 +0xA65A 0x540E # 0 +0xA65B 0x5406 # 0 +0xA65C 0x5412 # 0 +0xA65D 0x56E0 # 0 +0xA65E 0x56DE # 0 +0xA65F 0x56DD # 0 +0xA660 0x5733 # 0 +0xA661 0x5730 # 0 +0xA662 0x5728 # 0 +0xA663 0x572D # 0 +0xA664 0x572C # 0 +0xA665 0x572F # 0 +0xA666 0x5729 # 0 +0xA667 0x5919 # 0 +0xA668 0x591A # 0 +0xA669 0x5937 # 0 +0xA66A 0x5938 # 0 +0xA66B 0x5984 # 0 +0xA66C 0x5978 # 0 +0xA66D 0x5983 # 0 +0xA66E 0x597D # 0 +0xA66F 0x5979 # 0 +0xA670 0x5982 # 0 +0xA671 0x5981 # 0 +0xA672 0x5B57 # 0 +0xA673 0x5B58 # 0 +0xA674 0x5B87 # 0 +0xA675 0x5B88 # 0 +0xA676 0x5B85 # 0 +0xA677 0x5B89 # 0 +0xA678 0x5BFA # 0 +0xA679 0x5C16 # 0 +0xA67A 0x5C79 # 0 +0xA67B 0x5DDE # 0 +0xA67C 0x5E06 # 0 +0xA67D 0x5E76 # 0 +0xA67E 0x5E74 # 0 +0xA6A1 0x5F0F # 0 +0xA6A2 0x5F1B # 0 +0xA6A3 0x5FD9 # 0 +0xA6A4 0x5FD6 # 0 +0xA6A5 0x620E # 0 +0xA6A6 0x620C # 0 +0xA6A7 0x620D # 0 +0xA6A8 0x6210 # 0 +0xA6A9 0x6263 # 0 +0xA6AA 0x625B # 0 +0xA6AB 0x6258 # 0 +0xA6AC 0x6536 # 0 +0xA6AD 0x65E9 # 0 +0xA6AE 0x65E8 # 0 +0xA6AF 0x65EC # 0 +0xA6B0 0x65ED # 0 +0xA6B1 0x66F2 # 0 +0xA6B2 0x66F3 # 0 +0xA6B3 0x6709 # 0 +0xA6B4 0x673D # 0 +0xA6B5 0x6734 # 0 +0xA6B6 0x6731 # 0 +0xA6B7 0x6735 # 0 +0xA6B8 0x6B21 # 0 +0xA6B9 0x6B64 # 0 +0xA6BA 0x6B7B # 0 +0xA6BB 0x6C16 # 0 +0xA6BC 0x6C5D # 0 +0xA6BD 0x6C57 # 0 +0xA6BE 0x6C59 # 0 +0xA6BF 0x6C5F # 0 +0xA6C0 0x6C60 # 0 +0xA6C1 0x6C50 # 0 +0xA6C2 0x6C55 # 0 +0xA6C3 0x6C61 # 0 +0xA6C4 0x6C5B # 0 +0xA6C5 0x6C4D # 0 +0xA6C6 0x6C4E # 0 +0xA6C7 0x7070 # 0 +0xA6C8 0x725F # 0 +0xA6C9 0x725D # 0 +0xA6CA 0x767E # 0 +0xA6CB 0x7AF9 # 0 +0xA6CC 0x7C73 # 0 +0xA6CD 0x7CF8 # 0 +0xA6CE 0x7F36 # 0 +0xA6CF 0x7F8A # 0 +0xA6D0 0x7FBD # 0 +0xA6D1 0x8001 # 0 +0xA6D2 0x8003 # 0 +0xA6D3 0x800C # 0 +0xA6D4 0x8012 # 0 +0xA6D5 0x8033 # 0 +0xA6D6 0x807F # 0 +0xA6D7 0x8089 # 0 +0xA6D8 0x808B # 0 +0xA6D9 0x808C # 0 +0xA6DA 0x81E3 # 0 +0xA6DB 0x81EA # 0 +0xA6DC 0x81F3 # 0 +0xA6DD 0x81FC # 0 +0xA6DE 0x820C # 0 +0xA6DF 0x821B # 0 +0xA6E0 0x821F # 0 +0xA6E1 0x826E # 0 +0xA6E2 0x8272 # 0 +0xA6E3 0x827E # 0 +0xA6E4 0x866B # 0 +0xA6E5 0x8840 # 0 +0xA6E6 0x884C # 0 +0xA6E7 0x8863 # 0 +0xA6E8 0x897F # 0 +0xA6E9 0x9621 # 0 +0xA6EA 0x4E32 # 0 +0xA6EB 0x4EA8 # 0 +0xA6EC 0x4F4D # 0 +0xA6ED 0x4F4F # 0 +0xA6EE 0x4F47 # 0 +0xA6EF 0x4F57 # 0 +0xA6F0 0x4F5E # 0 +0xA6F1 0x4F34 # 0 +0xA6F2 0x4F5B # 0 +0xA6F3 0x4F55 # 0 +0xA6F4 0x4F30 # 0 +0xA6F5 0x4F50 # 0 +0xA6F6 0x4F51 # 0 +0xA6F7 0x4F3D # 0 +0xA6F8 0x4F3A # 0 +0xA6F9 0x4F38 # 0 +0xA6FA 0x4F43 # 0 +0xA6FB 0x4F54 # 0 +0xA6FC 0x4F3C # 0 +0xA6FD 0x4F46 # 0 +0xA6FE 0x4F63 # 0 +0xA740 0x4F5C # 0 +0xA741 0x4F60 # 0 +0xA742 0x4F2F # 0 +0xA743 0x4F4E # 0 +0xA744 0x4F36 # 0 +0xA745 0x4F59 # 0 +0xA746 0x4F5D # 0 +0xA747 0x4F48 # 0 +0xA748 0x4F5A # 0 +0xA749 0x514C # 0 +0xA74A 0x514B # 0 +0xA74B 0x514D # 0 +0xA74C 0x5175 # 0 +0xA74D 0x51B6 # 0 +0xA74E 0x51B7 # 0 +0xA74F 0x5225 # 0 +0xA750 0x5224 # 0 +0xA751 0x5229 # 0 +0xA752 0x522A # 0 +0xA753 0x5228 # 0 +0xA754 0x52AB # 0 +0xA755 0x52A9 # 0 +0xA756 0x52AA # 0 +0xA757 0x52AC # 0 +0xA758 0x5323 # 0 +0xA759 0x5373 # 0 +0xA75A 0x5375 # 0 +0xA75B 0x541D # 0 +0xA75C 0x542D # 0 +0xA75D 0x541E # 0 +0xA75E 0x543E # 0 +0xA75F 0x5426 # 0 +0xA760 0x544E # 0 +0xA761 0x5427 # 0 +0xA762 0x5446 # 0 +0xA763 0x5443 # 0 +0xA764 0x5433 # 0 +0xA765 0x5448 # 0 +0xA766 0x5442 # 0 +0xA767 0x541B # 0 +0xA768 0x5429 # 0 +0xA769 0x544A # 0 +0xA76A 0x5439 # 0 +0xA76B 0x543B # 0 +0xA76C 0x5438 # 0 +0xA76D 0x542E # 0 +0xA76E 0x5435 # 0 +0xA76F 0x5436 # 0 +0xA770 0x5420 # 0 +0xA771 0x543C # 0 +0xA772 0x5440 # 0 +0xA773 0x5431 # 0 +0xA774 0x542B # 0 +0xA775 0x541F # 0 +0xA776 0x542C # 0 +0xA777 0x56EA # 0 +0xA778 0x56F0 # 0 +0xA779 0x56E4 # 0 +0xA77A 0x56EB # 0 +0xA77B 0x574A # 0 +0xA77C 0x5751 # 0 +0xA77D 0x5740 # 0 +0xA77E 0x574D # 0 +0xA7A1 0x5747 # 0 +0xA7A2 0x574E # 0 +0xA7A3 0x573E # 0 +0xA7A4 0x5750 # 0 +0xA7A5 0x574F # 0 +0xA7A6 0x573B # 0 +0xA7A7 0x58EF # 0 +0xA7A8 0x593E # 0 +0xA7A9 0x599D # 0 +0xA7AA 0x5992 # 0 +0xA7AB 0x59A8 # 0 +0xA7AC 0x599E # 0 +0xA7AD 0x59A3 # 0 +0xA7AE 0x5999 # 0 +0xA7AF 0x5996 # 0 +0xA7B0 0x598D # 0 +0xA7B1 0x59A4 # 0 +0xA7B2 0x5993 # 0 +0xA7B3 0x598A # 0 +0xA7B4 0x59A5 # 0 +0xA7B5 0x5B5D # 0 +0xA7B6 0x5B5C # 0 +0xA7B7 0x5B5A # 0 +0xA7B8 0x5B5B # 0 +0xA7B9 0x5B8C # 0 +0xA7BA 0x5B8B # 0 +0xA7BB 0x5B8F # 0 +0xA7BC 0x5C2C # 0 +0xA7BD 0x5C40 # 0 +0xA7BE 0x5C41 # 0 +0xA7BF 0x5C3F # 0 +0xA7C0 0x5C3E # 0 +0xA7C1 0x5C90 # 0 +0xA7C2 0x5C91 # 0 +0xA7C3 0x5C94 # 0 +0xA7C4 0x5C8C # 0 +0xA7C5 0x5DEB # 0 +0xA7C6 0x5E0C # 0 +0xA7C7 0x5E8F # 0 +0xA7C8 0x5E87 # 0 +0xA7C9 0x5E8A # 0 +0xA7CA 0x5EF7 # 0 +0xA7CB 0x5F04 # 0 +0xA7CC 0x5F1F # 0 +0xA7CD 0x5F64 # 0 +0xA7CE 0x5F62 # 0 +0xA7CF 0x5F77 # 0 +0xA7D0 0x5F79 # 0 +0xA7D1 0x5FD8 # 0 +0xA7D2 0x5FCC # 0 +0xA7D3 0x5FD7 # 0 +0xA7D4 0x5FCD # 0 +0xA7D5 0x5FF1 # 0 +0xA7D6 0x5FEB # 0 +0xA7D7 0x5FF8 # 0 +0xA7D8 0x5FEA # 0 +0xA7D9 0x6212 # 0 +0xA7DA 0x6211 # 0 +0xA7DB 0x6284 # 0 +0xA7DC 0x6297 # 0 +0xA7DD 0x6296 # 0 +0xA7DE 0x6280 # 0 +0xA7DF 0x6276 # 0 +0xA7E0 0x6289 # 0 +0xA7E1 0x626D # 0 +0xA7E2 0x628A # 0 +0xA7E3 0x627C # 0 +0xA7E4 0x627E # 0 +0xA7E5 0x6279 # 0 +0xA7E6 0x6273 # 0 +0xA7E7 0x6292 # 0 +0xA7E8 0x626F # 0 +0xA7E9 0x6298 # 0 +0xA7EA 0x626E # 0 +0xA7EB 0x6295 # 0 +0xA7EC 0x6293 # 0 +0xA7ED 0x6291 # 0 +0xA7EE 0x6286 # 0 +0xA7EF 0x6539 # 0 +0xA7F0 0x653B # 0 +0xA7F1 0x6538 # 0 +0xA7F2 0x65F1 # 0 +0xA7F3 0x66F4 # 0 +0xA7F4 0x675F # 0 +0xA7F5 0x674E # 0 +0xA7F6 0x674F # 0 +0xA7F7 0x6750 # 0 +0xA7F8 0x6751 # 0 +0xA7F9 0x675C # 0 +0xA7FA 0x6756 # 0 +0xA7FB 0x675E # 0 +0xA7FC 0x6749 # 0 +0xA7FD 0x6746 # 0 +0xA7FE 0x6760 # 0 +0xA840 0x6753 # 0 +0xA841 0x6757 # 0 +0xA842 0x6B65 # 0 +0xA843 0x6BCF # 0 +0xA844 0x6C42 # 0 +0xA845 0x6C5E # 0 +0xA846 0x6C99 # 0 +0xA847 0x6C81 # 0 +0xA848 0x6C88 # 0 +0xA849 0x6C89 # 0 +0xA84A 0x6C85 # 0 +0xA84B 0x6C9B # 0 +0xA84C 0x6C6A # 0 +0xA84D 0x6C7A # 0 +0xA84E 0x6C90 # 0 +0xA84F 0x6C70 # 0 +0xA850 0x6C8C # 0 +0xA851 0x6C68 # 0 +0xA852 0x6C96 # 0 +0xA853 0x6C92 # 0 +0xA854 0x6C7D # 0 +0xA855 0x6C83 # 0 +0xA856 0x6C72 # 0 +0xA857 0x6C7E # 0 +0xA858 0x6C74 # 0 +0xA859 0x6C86 # 0 +0xA85A 0x6C76 # 0 +0xA85B 0x6C8D # 0 +0xA85C 0x6C94 # 0 +0xA85D 0x6C98 # 0 +0xA85E 0x6C82 # 0 +0xA85F 0x7076 # 0 +0xA860 0x707C # 0 +0xA861 0x707D # 0 +0xA862 0x7078 # 0 +0xA863 0x7262 # 0 +0xA864 0x7261 # 0 +0xA865 0x7260 # 0 +0xA866 0x72C4 # 0 +0xA867 0x72C2 # 0 +0xA868 0x7396 # 0 +0xA869 0x752C # 0 +0xA86A 0x752B # 0 +0xA86B 0x7537 # 0 +0xA86C 0x7538 # 0 +0xA86D 0x7682 # 0 +0xA86E 0x76EF # 0 +0xA86F 0x77E3 # 0 +0xA870 0x79C1 # 0 +0xA871 0x79C0 # 0 +0xA872 0x79BF # 0 +0xA873 0x7A76 # 0 +0xA874 0x7CFB # 0 +0xA875 0x7F55 # 0 +0xA876 0x8096 # 0 +0xA877 0x8093 # 0 +0xA878 0x809D # 0 +0xA879 0x8098 # 0 +0xA87A 0x809B # 0 +0xA87B 0x809A # 0 +0xA87C 0x80B2 # 0 +0xA87D 0x826F # 0 +0xA87E 0x8292 # 0 +0xA8A1 0x828B # 0 +0xA8A2 0x828D # 0 +0xA8A3 0x898B # 0 +0xA8A4 0x89D2 # 0 +0xA8A5 0x8A00 # 0 +0xA8A6 0x8C37 # 0 +0xA8A7 0x8C46 # 0 +0xA8A8 0x8C55 # 0 +0xA8A9 0x8C9D # 0 +0xA8AA 0x8D64 # 0 +0xA8AB 0x8D70 # 0 +0xA8AC 0x8DB3 # 0 +0xA8AD 0x8EAB # 0 +0xA8AE 0x8ECA # 0 +0xA8AF 0x8F9B # 0 +0xA8B0 0x8FB0 # 0 +0xA8B1 0x8FC2 # 0 +0xA8B2 0x8FC6 # 0 +0xA8B3 0x8FC5 # 0 +0xA8B4 0x8FC4 # 0 +0xA8B5 0x5DE1 # 0 +0xA8B6 0x9091 # 0 +0xA8B7 0x90A2 # 0 +0xA8B8 0x90AA # 0 +0xA8B9 0x90A6 # 0 +0xA8BA 0x90A3 # 0 +0xA8BB 0x9149 # 0 +0xA8BC 0x91C6 # 0 +0xA8BD 0x91CC # 0 +0xA8BE 0x9632 # 0 +0xA8BF 0x962E # 0 +0xA8C0 0x9631 # 0 +0xA8C1 0x962A # 0 +0xA8C2 0x962C # 0 +0xA8C3 0x4E26 # 0 +0xA8C4 0x4E56 # 0 +0xA8C5 0x4E73 # 0 +0xA8C6 0x4E8B # 0 +0xA8C7 0x4E9B # 0 +0xA8C8 0x4E9E # 0 +0xA8C9 0x4EAB # 0 +0xA8CA 0x4EAC # 0 +0xA8CB 0x4F6F # 0 +0xA8CC 0x4F9D # 0 +0xA8CD 0x4F8D # 0 +0xA8CE 0x4F73 # 0 +0xA8CF 0x4F7F # 0 +0xA8D0 0x4F6C # 0 +0xA8D1 0x4F9B # 0 +0xA8D2 0x4F8B # 0 +0xA8D3 0x4F86 # 0 +0xA8D4 0x4F83 # 0 +0xA8D5 0x4F70 # 0 +0xA8D6 0x4F75 # 0 +0xA8D7 0x4F88 # 0 +0xA8D8 0x4F69 # 0 +0xA8D9 0x4F7B # 0 +0xA8DA 0x4F96 # 0 +0xA8DB 0x4F7E # 0 +0xA8DC 0x4F8F # 0 +0xA8DD 0x4F91 # 0 +0xA8DE 0x4F7A # 0 +0xA8DF 0x5154 # 0 +0xA8E0 0x5152 # 0 +0xA8E1 0x5155 # 0 +0xA8E2 0x5169 # 0 +0xA8E3 0x5177 # 0 +0xA8E4 0x5176 # 0 +0xA8E5 0x5178 # 0 +0xA8E6 0x51BD # 0 +0xA8E7 0x51FD # 0 +0xA8E8 0x523B # 0 +0xA8E9 0x5238 # 0 +0xA8EA 0x5237 # 0 +0xA8EB 0x523A # 0 +0xA8EC 0x5230 # 0 +0xA8ED 0x522E # 0 +0xA8EE 0x5236 # 0 +0xA8EF 0x5241 # 0 +0xA8F0 0x52BE # 0 +0xA8F1 0x52BB # 0 +0xA8F2 0x5352 # 0 +0xA8F3 0x5354 # 0 +0xA8F4 0x5353 # 0 +0xA8F5 0x5351 # 0 +0xA8F6 0x5366 # 0 +0xA8F7 0x5377 # 0 +0xA8F8 0x5378 # 0 +0xA8F9 0x5379 # 0 +0xA8FA 0x53D6 # 0 +0xA8FB 0x53D4 # 0 +0xA8FC 0x53D7 # 0 +0xA8FD 0x5473 # 0 +0xA8FE 0x5475 # 0 +0xA940 0x5496 # 0 +0xA941 0x5478 # 0 +0xA942 0x5495 # 0 +0xA943 0x5480 # 0 +0xA944 0x547B # 0 +0xA945 0x5477 # 0 +0xA946 0x5484 # 0 +0xA947 0x5492 # 0 +0xA948 0x5486 # 0 +0xA949 0x547C # 0 +0xA94A 0x5490 # 0 +0xA94B 0x5471 # 0 +0xA94C 0x5476 # 0 +0xA94D 0x548C # 0 +0xA94E 0x549A # 0 +0xA94F 0x5462 # 0 +0xA950 0x5468 # 0 +0xA951 0x548B # 0 +0xA952 0x547D # 0 +0xA953 0x548E # 0 +0xA954 0x56FA # 0 +0xA955 0x5783 # 0 +0xA956 0x5777 # 0 +0xA957 0x576A # 0 +0xA958 0x5769 # 0 +0xA959 0x5761 # 0 +0xA95A 0x5766 # 0 +0xA95B 0x5764 # 0 +0xA95C 0x577C # 0 +0xA95D 0x591C # 0 +0xA95E 0x5949 # 0 +0xA95F 0x5947 # 0 +0xA960 0x5948 # 0 +0xA961 0x5944 # 0 +0xA962 0x5954 # 0 +0xA963 0x59BE # 0 +0xA964 0x59BB # 0 +0xA965 0x59D4 # 0 +0xA966 0x59B9 # 0 +0xA967 0x59AE # 0 +0xA968 0x59D1 # 0 +0xA969 0x59C6 # 0 +0xA96A 0x59D0 # 0 +0xA96B 0x59CD # 0 +0xA96C 0x59CB # 0 +0xA96D 0x59D3 # 0 +0xA96E 0x59CA # 0 +0xA96F 0x59AF # 0 +0xA970 0x59B3 # 0 +0xA971 0x59D2 # 0 +0xA972 0x59C5 # 0 +0xA973 0x5B5F # 0 +0xA974 0x5B64 # 0 +0xA975 0x5B63 # 0 +0xA976 0x5B97 # 0 +0xA977 0x5B9A # 0 +0xA978 0x5B98 # 0 +0xA979 0x5B9C # 0 +0xA97A 0x5B99 # 0 +0xA97B 0x5B9B # 0 +0xA97C 0x5C1A # 0 +0xA97D 0x5C48 # 0 +0xA97E 0x5C45 # 0 +0xA9A1 0x5C46 # 0 +0xA9A2 0x5CB7 # 0 +0xA9A3 0x5CA1 # 0 +0xA9A4 0x5CB8 # 0 +0xA9A5 0x5CA9 # 0 +0xA9A6 0x5CAB # 0 +0xA9A7 0x5CB1 # 0 +0xA9A8 0x5CB3 # 0 +0xA9A9 0x5E18 # 0 +0xA9AA 0x5E1A # 0 +0xA9AB 0x5E16 # 0 +0xA9AC 0x5E15 # 0 +0xA9AD 0x5E1B # 0 +0xA9AE 0x5E11 # 0 +0xA9AF 0x5E78 # 0 +0xA9B0 0x5E9A # 0 +0xA9B1 0x5E97 # 0 +0xA9B2 0x5E9C # 0 +0xA9B3 0x5E95 # 0 +0xA9B4 0x5E96 # 0 +0xA9B5 0x5EF6 # 0 +0xA9B6 0x5F26 # 0 +0xA9B7 0x5F27 # 0 +0xA9B8 0x5F29 # 0 +0xA9B9 0x5F80 # 0 +0xA9BA 0x5F81 # 0 +0xA9BB 0x5F7F # 0 +0xA9BC 0x5F7C # 0 +0xA9BD 0x5FDD # 0 +0xA9BE 0x5FE0 # 0 +0xA9BF 0x5FFD # 0 +0xA9C0 0x5FF5 # 0 +0xA9C1 0x5FFF # 0 +0xA9C2 0x600F # 0 +0xA9C3 0x6014 # 0 +0xA9C4 0x602F # 0 +0xA9C5 0x6035 # 0 +0xA9C6 0x6016 # 0 +0xA9C7 0x602A # 0 +0xA9C8 0x6015 # 0 +0xA9C9 0x6021 # 0 +0xA9CA 0x6027 # 0 +0xA9CB 0x6029 # 0 +0xA9CC 0x602B # 0 +0xA9CD 0x601B # 0 +0xA9CE 0x6216 # 0 +0xA9CF 0x6215 # 0 +0xA9D0 0x623F # 0 +0xA9D1 0x623E # 0 +0xA9D2 0x6240 # 0 +0xA9D3 0x627F # 0 +0xA9D4 0x62C9 # 0 +0xA9D5 0x62CC # 0 +0xA9D6 0x62C4 # 0 +0xA9D7 0x62BF # 0 +0xA9D8 0x62C2 # 0 +0xA9D9 0x62B9 # 0 +0xA9DA 0x62D2 # 0 +0xA9DB 0x62DB # 0 +0xA9DC 0x62AB # 0 +0xA9DD 0x62D3 # 0 +0xA9DE 0x62D4 # 0 +0xA9DF 0x62CB # 0 +0xA9E0 0x62C8 # 0 +0xA9E1 0x62A8 # 0 +0xA9E2 0x62BD # 0 +0xA9E3 0x62BC # 0 +0xA9E4 0x62D0 # 0 +0xA9E5 0x62D9 # 0 +0xA9E6 0x62C7 # 0 +0xA9E7 0x62CD # 0 +0xA9E8 0x62B5 # 0 +0xA9E9 0x62DA # 0 +0xA9EA 0x62B1 # 0 +0xA9EB 0x62D8 # 0 +0xA9EC 0x62D6 # 0 +0xA9ED 0x62D7 # 0 +0xA9EE 0x62C6 # 0 +0xA9EF 0x62AC # 0 +0xA9F0 0x62CE # 0 +0xA9F1 0x653E # 0 +0xA9F2 0x65A7 # 0 +0xA9F3 0x65BC # 0 +0xA9F4 0x65FA # 0 +0xA9F5 0x6614 # 0 +0xA9F6 0x6613 # 0 +0xA9F7 0x660C # 0 +0xA9F8 0x6606 # 0 +0xA9F9 0x6602 # 0 +0xA9FA 0x660E # 0 +0xA9FB 0x6600 # 0 +0xA9FC 0x660F # 0 +0xA9FD 0x6615 # 0 +0xA9FE 0x660A # 0 +0xAA40 0x6607 # 0 +0xAA41 0x670D # 0 +0xAA42 0x670B # 0 +0xAA43 0x676D # 0 +0xAA44 0x678B # 0 +0xAA45 0x6795 # 0 +0xAA46 0x6771 # 0 +0xAA47 0x679C # 0 +0xAA48 0x6773 # 0 +0xAA49 0x6777 # 0 +0xAA4A 0x6787 # 0 +0xAA4B 0x679D # 0 +0xAA4C 0x6797 # 0 +0xAA4D 0x676F # 0 +0xAA4E 0x6770 # 0 +0xAA4F 0x677F # 0 +0xAA50 0x6789 # 0 +0xAA51 0x677E # 0 +0xAA52 0x6790 # 0 +0xAA53 0x6775 # 0 +0xAA54 0x679A # 0 +0xAA55 0x6793 # 0 +0xAA56 0x677C # 0 +0xAA57 0x676A # 0 +0xAA58 0x6772 # 0 +0xAA59 0x6B23 # 0 +0xAA5A 0x6B66 # 0 +0xAA5B 0x6B67 # 0 +0xAA5C 0x6B7F # 0 +0xAA5D 0x6C13 # 0 +0xAA5E 0x6C1B # 0 +0xAA5F 0x6CE3 # 0 +0xAA60 0x6CE8 # 0 +0xAA61 0x6CF3 # 0 +0xAA62 0x6CB1 # 0 +0xAA63 0x6CCC # 0 +0xAA64 0x6CE5 # 0 +0xAA65 0x6CB3 # 0 +0xAA66 0x6CBD # 0 +0xAA67 0x6CBE # 0 +0xAA68 0x6CBC # 0 +0xAA69 0x6CE2 # 0 +0xAA6A 0x6CAB # 0 +0xAA6B 0x6CD5 # 0 +0xAA6C 0x6CD3 # 0 +0xAA6D 0x6CB8 # 0 +0xAA6E 0x6CC4 # 0 +0xAA6F 0x6CB9 # 0 +0xAA70 0x6CC1 # 0 +0xAA71 0x6CAE # 0 +0xAA72 0x6CD7 # 0 +0xAA73 0x6CC5 # 0 +0xAA74 0x6CF1 # 0 +0xAA75 0x6CBF # 0 +0xAA76 0x6CBB # 0 +0xAA77 0x6CE1 # 0 +0xAA78 0x6CDB # 0 +0xAA79 0x6CCA # 0 +0xAA7A 0x6CAC # 0 +0xAA7B 0x6CEF # 0 +0xAA7C 0x6CDC # 0 +0xAA7D 0x6CD6 # 0 +0xAA7E 0x6CE0 # 0 +0xAAA1 0x7095 # 0 +0xAAA2 0x708E # 0 +0xAAA3 0x7092 # 0 +0xAAA4 0x708A # 0 +0xAAA5 0x7099 # 0 +0xAAA6 0x722C # 0 +0xAAA7 0x722D # 0 +0xAAA8 0x7238 # 0 +0xAAA9 0x7248 # 0 +0xAAAA 0x7267 # 0 +0xAAAB 0x7269 # 0 +0xAAAC 0x72C0 # 0 +0xAAAD 0x72CE # 0 +0xAAAE 0x72D9 # 0 +0xAAAF 0x72D7 # 0 +0xAAB0 0x72D0 # 0 +0xAAB1 0x73A9 # 0 +0xAAB2 0x73A8 # 0 +0xAAB3 0x739F # 0 +0xAAB4 0x73AB # 0 +0xAAB5 0x73A5 # 0 +0xAAB6 0x753D # 0 +0xAAB7 0x759D # 0 +0xAAB8 0x7599 # 0 +0xAAB9 0x759A # 0 +0xAABA 0x7684 # 0 +0xAABB 0x76C2 # 0 +0xAABC 0x76F2 # 0 +0xAABD 0x76F4 # 0 +0xAABE 0x77E5 # 0 +0xAABF 0x77FD # 0 +0xAAC0 0x793E # 0 +0xAAC1 0x7940 # 0 +0xAAC2 0x7941 # 0 +0xAAC3 0x79C9 # 0 +0xAAC4 0x79C8 # 0 +0xAAC5 0x7A7A # 0 +0xAAC6 0x7A79 # 0 +0xAAC7 0x7AFA # 0 +0xAAC8 0x7CFE # 0 +0xAAC9 0x7F54 # 0 +0xAACA 0x7F8C # 0 +0xAACB 0x7F8B # 0 +0xAACC 0x8005 # 0 +0xAACD 0x80BA # 0 +0xAACE 0x80A5 # 0 +0xAACF 0x80A2 # 0 +0xAAD0 0x80B1 # 0 +0xAAD1 0x80A1 # 0 +0xAAD2 0x80AB # 0 +0xAAD3 0x80A9 # 0 +0xAAD4 0x80B4 # 0 +0xAAD5 0x80AA # 0 +0xAAD6 0x80AF # 0 +0xAAD7 0x81E5 # 0 +0xAAD8 0x81FE # 0 +0xAAD9 0x820D # 0 +0xAADA 0x82B3 # 0 +0xAADB 0x829D # 0 +0xAADC 0x8299 # 0 +0xAADD 0x82AD # 0 +0xAADE 0x82BD # 0 +0xAADF 0x829F # 0 +0xAAE0 0x82B9 # 0 +0xAAE1 0x82B1 # 0 +0xAAE2 0x82AC # 0 +0xAAE3 0x82A5 # 0 +0xAAE4 0x82AF # 0 +0xAAE5 0x82B8 # 0 +0xAAE6 0x82A3 # 0 +0xAAE7 0x82B0 # 0 +0xAAE8 0x82BE # 0 +0xAAE9 0x82B7 # 0 +0xAAEA 0x864E # 0 +0xAAEB 0x8671 # 0 +0xAAEC 0x521D # 0 +0xAAED 0x8868 # 0 +0xAAEE 0x8ECB # 0 +0xAAEF 0x8FCE # 0 +0xAAF0 0x8FD4 # 0 +0xAAF1 0x8FD1 # 0 +0xAAF2 0x90B5 # 0 +0xAAF3 0x90B8 # 0 +0xAAF4 0x90B1 # 0 +0xAAF5 0x90B6 # 0 +0xAAF6 0x91C7 # 0 +0xAAF7 0x91D1 # 0 +0xAAF8 0x9577 # 0 +0xAAF9 0x9580 # 0 +0xAAFA 0x961C # 0 +0xAAFB 0x9640 # 0 +0xAAFC 0x963F # 0 +0xAAFD 0x963B # 0 +0xAAFE 0x9644 # 0 +0xAB40 0x9642 # 0 +0xAB41 0x96B9 # 0 +0xAB42 0x96E8 # 0 +0xAB43 0x9752 # 0 +0xAB44 0x975E # 0 +0xAB45 0x4E9F # 0 +0xAB46 0x4EAD # 0 +0xAB47 0x4EAE # 0 +0xAB48 0x4FE1 # 0 +0xAB49 0x4FB5 # 0 +0xAB4A 0x4FAF # 0 +0xAB4B 0x4FBF # 0 +0xAB4C 0x4FE0 # 0 +0xAB4D 0x4FD1 # 0 +0xAB4E 0x4FCF # 0 +0xAB4F 0x4FDD # 0 +0xAB50 0x4FC3 # 0 +0xAB51 0x4FB6 # 0 +0xAB52 0x4FD8 # 0 +0xAB53 0x4FDF # 0 +0xAB54 0x4FCA # 0 +0xAB55 0x4FD7 # 0 +0xAB56 0x4FAE # 0 +0xAB57 0x4FD0 # 0 +0xAB58 0x4FC4 # 0 +0xAB59 0x4FC2 # 0 +0xAB5A 0x4FDA # 0 +0xAB5B 0x4FCE # 0 +0xAB5C 0x4FDE # 0 +0xAB5D 0x4FB7 # 0 +0xAB5E 0x5157 # 0 +0xAB5F 0x5192 # 0 +0xAB60 0x5191 # 0 +0xAB61 0x51A0 # 0 +0xAB62 0x524E # 0 +0xAB63 0x5243 # 0 +0xAB64 0x524A # 0 +0xAB65 0x524D # 0 +0xAB66 0x524C # 0 +0xAB67 0x524B # 0 +0xAB68 0x5247 # 0 +0xAB69 0x52C7 # 0 +0xAB6A 0x52C9 # 0 +0xAB6B 0x52C3 # 0 +0xAB6C 0x52C1 # 0 +0xAB6D 0x530D # 0 +0xAB6E 0x5357 # 0 +0xAB6F 0x537B # 0 +0xAB70 0x539A # 0 +0xAB71 0x53DB # 0 +0xAB72 0x54AC # 0 +0xAB73 0x54C0 # 0 +0xAB74 0x54A8 # 0 +0xAB75 0x54CE # 0 +0xAB76 0x54C9 # 0 +0xAB77 0x54B8 # 0 +0xAB78 0x54A6 # 0 +0xAB79 0x54B3 # 0 +0xAB7A 0x54C7 # 0 +0xAB7B 0x54C2 # 0 +0xAB7C 0x54BD # 0 +0xAB7D 0x54AA # 0 +0xAB7E 0x54C1 # 0 +0xABA1 0x54C4 # 0 +0xABA2 0x54C8 # 0 +0xABA3 0x54AF # 0 +0xABA4 0x54AB # 0 +0xABA5 0x54B1 # 0 +0xABA6 0x54BB # 0 +0xABA7 0x54A9 # 0 +0xABA8 0x54A7 # 0 +0xABA9 0x54BF # 0 +0xABAA 0x56FF # 0 +0xABAB 0x5782 # 0 +0xABAC 0x578B # 0 +0xABAD 0x57A0 # 0 +0xABAE 0x57A3 # 0 +0xABAF 0x57A2 # 0 +0xABB0 0x57CE # 0 +0xABB1 0x57AE # 0 +0xABB2 0x5793 # 0 +0xABB3 0x5955 # 0 +0xABB4 0x5951 # 0 +0xABB5 0x594F # 0 +0xABB6 0x594E # 0 +0xABB7 0x5950 # 0 +0xABB8 0x59DC # 0 +0xABB9 0x59D8 # 0 +0xABBA 0x59FF # 0 +0xABBB 0x59E3 # 0 +0xABBC 0x59E8 # 0 +0xABBD 0x5A03 # 0 +0xABBE 0x59E5 # 0 +0xABBF 0x59EA # 0 +0xABC0 0x59DA # 0 +0xABC1 0x59E6 # 0 +0xABC2 0x5A01 # 0 +0xABC3 0x59FB # 0 +0xABC4 0x5B69 # 0 +0xABC5 0x5BA3 # 0 +0xABC6 0x5BA6 # 0 +0xABC7 0x5BA4 # 0 +0xABC8 0x5BA2 # 0 +0xABC9 0x5BA5 # 0 +0xABCA 0x5C01 # 0 +0xABCB 0x5C4E # 0 +0xABCC 0x5C4F # 0 +0xABCD 0x5C4D # 0 +0xABCE 0x5C4B # 0 +0xABCF 0x5CD9 # 0 +0xABD0 0x5CD2 # 0 +0xABD1 0x5DF7 # 0 +0xABD2 0x5E1D # 0 +0xABD3 0x5E25 # 0 +0xABD4 0x5E1F # 0 +0xABD5 0x5E7D # 0 +0xABD6 0x5EA0 # 0 +0xABD7 0x5EA6 # 0 +0xABD8 0x5EFA # 0 +0xABD9 0x5F08 # 0 +0xABDA 0x5F2D # 0 +0xABDB 0x5F65 # 0 +0xABDC 0x5F88 # 0 +0xABDD 0x5F85 # 0 +0xABDE 0x5F8A # 0 +0xABDF 0x5F8B # 0 +0xABE0 0x5F87 # 0 +0xABE1 0x5F8C # 0 +0xABE2 0x5F89 # 0 +0xABE3 0x6012 # 0 +0xABE4 0x601D # 0 +0xABE5 0x6020 # 0 +0xABE6 0x6025 # 0 +0xABE7 0x600E # 0 +0xABE8 0x6028 # 0 +0xABE9 0x604D # 0 +0xABEA 0x6070 # 0 +0xABEB 0x6068 # 0 +0xABEC 0x6062 # 0 +0xABED 0x6046 # 0 +0xABEE 0x6043 # 0 +0xABEF 0x606C # 0 +0xABF0 0x606B # 0 +0xABF1 0x606A # 0 +0xABF2 0x6064 # 0 +0xABF3 0x6241 # 0 +0xABF4 0x62DC # 0 +0xABF5 0x6316 # 0 +0xABF6 0x6309 # 0 +0xABF7 0x62FC # 0 +0xABF8 0x62ED # 0 +0xABF9 0x6301 # 0 +0xABFA 0x62EE # 0 +0xABFB 0x62FD # 0 +0xABFC 0x6307 # 0 +0xABFD 0x62F1 # 0 +0xABFE 0x62F7 # 0 +0xAC40 0x62EF # 0 +0xAC41 0x62EC # 0 +0xAC42 0x62FE # 0 +0xAC43 0x62F4 # 0 +0xAC44 0x6311 # 0 +0xAC45 0x6302 # 0 +0xAC46 0x653F # 0 +0xAC47 0x6545 # 0 +0xAC48 0x65AB # 0 +0xAC49 0x65BD # 0 +0xAC4A 0x65E2 # 0 +0xAC4B 0x6625 # 0 +0xAC4C 0x662D # 0 +0xAC4D 0x6620 # 0 +0xAC4E 0x6627 # 0 +0xAC4F 0x662F # 0 +0xAC50 0x661F # 0 +0xAC51 0x6628 # 0 +0xAC52 0x6631 # 0 +0xAC53 0x6624 # 0 +0xAC54 0x66F7 # 0 +0xAC55 0x67FF # 0 +0xAC56 0x67D3 # 0 +0xAC57 0x67F1 # 0 +0xAC58 0x67D4 # 0 +0xAC59 0x67D0 # 0 +0xAC5A 0x67EC # 0 +0xAC5B 0x67B6 # 0 +0xAC5C 0x67AF # 0 +0xAC5D 0x67F5 # 0 +0xAC5E 0x67E9 # 0 +0xAC5F 0x67EF # 0 +0xAC60 0x67C4 # 0 +0xAC61 0x67D1 # 0 +0xAC62 0x67B4 # 0 +0xAC63 0x67DA # 0 +0xAC64 0x67E5 # 0 +0xAC65 0x67B8 # 0 +0xAC66 0x67CF # 0 +0xAC67 0x67DE # 0 +0xAC68 0x67F3 # 0 +0xAC69 0x67B0 # 0 +0xAC6A 0x67D9 # 0 +0xAC6B 0x67E2 # 0 +0xAC6C 0x67DD # 0 +0xAC6D 0x67D2 # 0 +0xAC6E 0x6B6A # 0 +0xAC6F 0x6B83 # 0 +0xAC70 0x6B86 # 0 +0xAC71 0x6BB5 # 0 +0xAC72 0x6BD2 # 0 +0xAC73 0x6BD7 # 0 +0xAC74 0x6C1F # 0 +0xAC75 0x6CC9 # 0 +0xAC76 0x6D0B # 0 +0xAC77 0x6D32 # 0 +0xAC78 0x6D2A # 0 +0xAC79 0x6D41 # 0 +0xAC7A 0x6D25 # 0 +0xAC7B 0x6D0C # 0 +0xAC7C 0x6D31 # 0 +0xAC7D 0x6D1E # 0 +0xAC7E 0x6D17 # 0 +0xACA1 0x6D3B # 0 +0xACA2 0x6D3D # 0 +0xACA3 0x6D3E # 0 +0xACA4 0x6D36 # 0 +0xACA5 0x6D1B # 0 +0xACA6 0x6CF5 # 0 +0xACA7 0x6D39 # 0 +0xACA8 0x6D27 # 0 +0xACA9 0x6D38 # 0 +0xACAA 0x6D29 # 0 +0xACAB 0x6D2E # 0 +0xACAC 0x6D35 # 0 +0xACAD 0x6D0E # 0 +0xACAE 0x6D2B # 0 +0xACAF 0x70AB # 0 +0xACB0 0x70BA # 0 +0xACB1 0x70B3 # 0 +0xACB2 0x70AC # 0 +0xACB3 0x70AF # 0 +0xACB4 0x70AD # 0 +0xACB5 0x70B8 # 0 +0xACB6 0x70AE # 0 +0xACB7 0x70A4 # 0 +0xACB8 0x7230 # 0 +0xACB9 0x7272 # 0 +0xACBA 0x726F # 0 +0xACBB 0x7274 # 0 +0xACBC 0x72E9 # 0 +0xACBD 0x72E0 # 0 +0xACBE 0x72E1 # 0 +0xACBF 0x73B7 # 0 +0xACC0 0x73CA # 0 +0xACC1 0x73BB # 0 +0xACC2 0x73B2 # 0 +0xACC3 0x73CD # 0 +0xACC4 0x73C0 # 0 +0xACC5 0x73B3 # 0 +0xACC6 0x751A # 0 +0xACC7 0x752D # 0 +0xACC8 0x754F # 0 +0xACC9 0x754C # 0 +0xACCA 0x754E # 0 +0xACCB 0x754B # 0 +0xACCC 0x75AB # 0 +0xACCD 0x75A4 # 0 +0xACCE 0x75A5 # 0 +0xACCF 0x75A2 # 0 +0xACD0 0x75A3 # 0 +0xACD1 0x7678 # 0 +0xACD2 0x7686 # 0 +0xACD3 0x7687 # 0 +0xACD4 0x7688 # 0 +0xACD5 0x76C8 # 0 +0xACD6 0x76C6 # 0 +0xACD7 0x76C3 # 0 +0xACD8 0x76C5 # 0 +0xACD9 0x7701 # 0 +0xACDA 0x76F9 # 0 +0xACDB 0x76F8 # 0 +0xACDC 0x7709 # 0 +0xACDD 0x770B # 0 +0xACDE 0x76FE # 0 +0xACDF 0x76FC # 0 +0xACE0 0x7707 # 0 +0xACE1 0x77DC # 0 +0xACE2 0x7802 # 0 +0xACE3 0x7814 # 0 +0xACE4 0x780C # 0 +0xACE5 0x780D # 0 +0xACE6 0x7946 # 0 +0xACE7 0x7949 # 0 +0xACE8 0x7948 # 0 +0xACE9 0x7947 # 0 +0xACEA 0x79B9 # 0 +0xACEB 0x79BA # 0 +0xACEC 0x79D1 # 0 +0xACED 0x79D2 # 0 +0xACEE 0x79CB # 0 +0xACEF 0x7A7F # 0 +0xACF0 0x7A81 # 0 +0xACF1 0x7AFF # 0 +0xACF2 0x7AFD # 0 +0xACF3 0x7C7D # 0 +0xACF4 0x7D02 # 0 +0xACF5 0x7D05 # 0 +0xACF6 0x7D00 # 0 +0xACF7 0x7D09 # 0 +0xACF8 0x7D07 # 0 +0xACF9 0x7D04 # 0 +0xACFA 0x7D06 # 0 +0xACFB 0x7F38 # 0 +0xACFC 0x7F8E # 0 +0xACFD 0x7FBF # 0 +0xACFE 0x8004 # 0 +0xAD40 0x8010 # 0 +0xAD41 0x800D # 0 +0xAD42 0x8011 # 0 +0xAD43 0x8036 # 0 +0xAD44 0x80D6 # 0 +0xAD45 0x80E5 # 0 +0xAD46 0x80DA # 0 +0xAD47 0x80C3 # 0 +0xAD48 0x80C4 # 0 +0xAD49 0x80CC # 0 +0xAD4A 0x80E1 # 0 +0xAD4B 0x80DB # 0 +0xAD4C 0x80CE # 0 +0xAD4D 0x80DE # 0 +0xAD4E 0x80E4 # 0 +0xAD4F 0x80DD # 0 +0xAD50 0x81F4 # 0 +0xAD51 0x8222 # 0 +0xAD52 0x82E7 # 0 +0xAD53 0x8303 # 0 +0xAD54 0x8305 # 0 +0xAD55 0x82E3 # 0 +0xAD56 0x82DB # 0 +0xAD57 0x82E6 # 0 +0xAD58 0x8304 # 0 +0xAD59 0x82E5 # 0 +0xAD5A 0x8302 # 0 +0xAD5B 0x8309 # 0 +0xAD5C 0x82D2 # 0 +0xAD5D 0x82D7 # 0 +0xAD5E 0x82F1 # 0 +0xAD5F 0x8301 # 0 +0xAD60 0x82DC # 0 +0xAD61 0x82D4 # 0 +0xAD62 0x82D1 # 0 +0xAD63 0x82DE # 0 +0xAD64 0x82D3 # 0 +0xAD65 0x82DF # 0 +0xAD66 0x82EF # 0 +0xAD67 0x8306 # 0 +0xAD68 0x8650 # 0 +0xAD69 0x8679 # 0 +0xAD6A 0x867B # 0 +0xAD6B 0x867A # 0 +0xAD6C 0x884D # 0 +0xAD6D 0x886B # 0 +0xAD6E 0x8981 # 0 +0xAD6F 0x89D4 # 0 +0xAD70 0x8A08 # 0 +0xAD71 0x8A02 # 0 +0xAD72 0x8A03 # 0 +0xAD73 0x8C9E # 0 +0xAD74 0x8CA0 # 0 +0xAD75 0x8D74 # 0 +0xAD76 0x8D73 # 0 +0xAD77 0x8DB4 # 0 +0xAD78 0x8ECD # 0 +0xAD79 0x8ECC # 0 +0xAD7A 0x8FF0 # 0 +0xAD7B 0x8FE6 # 0 +0xAD7C 0x8FE2 # 0 +0xAD7D 0x8FEA # 0 +0xAD7E 0x8FE5 # 0 +0xADA1 0x8FED # 0 +0xADA2 0x8FEB # 0 +0xADA3 0x8FE4 # 0 +0xADA4 0x8FE8 # 0 +0xADA5 0x90CA # 0 +0xADA6 0x90CE # 0 +0xADA7 0x90C1 # 0 +0xADA8 0x90C3 # 0 +0xADA9 0x914B # 0 +0xADAA 0x914A # 0 +0xADAB 0x91CD # 0 +0xADAC 0x9582 # 0 +0xADAD 0x9650 # 0 +0xADAE 0x964B # 0 +0xADAF 0x964C # 0 +0xADB0 0x964D # 0 +0xADB1 0x9762 # 0 +0xADB2 0x9769 # 0 +0xADB3 0x97CB # 0 +0xADB4 0x97ED # 0 +0xADB5 0x97F3 # 0 +0xADB6 0x9801 # 0 +0xADB7 0x98A8 # 0 +0xADB8 0x98DB # 0 +0xADB9 0x98DF # 0 +0xADBA 0x9996 # 0 +0xADBB 0x9999 # 0 +0xADBC 0x4E58 # 0 +0xADBD 0x4EB3 # 0 +0xADBE 0x500C # 0 +0xADBF 0x500D # 0 +0xADC0 0x5023 # 0 +0xADC1 0x4FEF # 0 +0xADC2 0x5026 # 0 +0xADC3 0x5025 # 0 +0xADC4 0x4FF8 # 0 +0xADC5 0x5029 # 0 +0xADC6 0x5016 # 0 +0xADC7 0x5006 # 0 +0xADC8 0x503C # 0 +0xADC9 0x501F # 0 +0xADCA 0x501A # 0 +0xADCB 0x5012 # 0 +0xADCC 0x5011 # 0 +0xADCD 0x4FFA # 0 +0xADCE 0x5000 # 0 +0xADCF 0x5014 # 0 +0xADD0 0x5028 # 0 +0xADD1 0x4FF1 # 0 +0xADD2 0x5021 # 0 +0xADD3 0x500B # 0 +0xADD4 0x5019 # 0 +0xADD5 0x5018 # 0 +0xADD6 0x4FF3 # 0 +0xADD7 0x4FEE # 0 +0xADD8 0x502D # 0 +0xADD9 0x502A # 0 +0xADDA 0x4FFE # 0 +0xADDB 0x502B # 0 +0xADDC 0x5009 # 0 +0xADDD 0x517C # 0 +0xADDE 0x51A4 # 0 +0xADDF 0x51A5 # 0 +0xADE0 0x51A2 # 0 +0xADE1 0x51CD # 0 +0xADE2 0x51CC # 0 +0xADE3 0x51C6 # 0 +0xADE4 0x51CB # 0 +0xADE5 0x5256 # 0 +0xADE6 0x525C # 0 +0xADE7 0x5254 # 0 +0xADE8 0x525B # 0 +0xADE9 0x525D # 0 +0xADEA 0x532A # 0 +0xADEB 0x537F # 0 +0xADEC 0x539F # 0 +0xADED 0x539D # 0 +0xADEE 0x53DF # 0 +0xADEF 0x54E8 # 0 +0xADF0 0x5510 # 0 +0xADF1 0x5501 # 0 +0xADF2 0x5537 # 0 +0xADF3 0x54FC # 0 +0xADF4 0x54E5 # 0 +0xADF5 0x54F2 # 0 +0xADF6 0x5506 # 0 +0xADF7 0x54FA # 0 +0xADF8 0x5514 # 0 +0xADF9 0x54E9 # 0 +0xADFA 0x54ED # 0 +0xADFB 0x54E1 # 0 +0xADFC 0x5509 # 0 +0xADFD 0x54EE # 0 +0xADFE 0x54EA # 0 +0xAE40 0x54E6 # 0 +0xAE41 0x5527 # 0 +0xAE42 0x5507 # 0 +0xAE43 0x54FD # 0 +0xAE44 0x550F # 0 +0xAE45 0x5703 # 0 +0xAE46 0x5704 # 0 +0xAE47 0x57C2 # 0 +0xAE48 0x57D4 # 0 +0xAE49 0x57CB # 0 +0xAE4A 0x57C3 # 0 +0xAE4B 0x5809 # 0 +0xAE4C 0x590F # 0 +0xAE4D 0x5957 # 0 +0xAE4E 0x5958 # 0 +0xAE4F 0x595A # 0 +0xAE50 0x5A11 # 0 +0xAE51 0x5A18 # 0 +0xAE52 0x5A1C # 0 +0xAE53 0x5A1F # 0 +0xAE54 0x5A1B # 0 +0xAE55 0x5A13 # 0 +0xAE56 0x59EC # 0 +0xAE57 0x5A20 # 0 +0xAE58 0x5A23 # 0 +0xAE59 0x5A29 # 0 +0xAE5A 0x5A25 # 0 +0xAE5B 0x5A0C # 0 +0xAE5C 0x5A09 # 0 +0xAE5D 0x5B6B # 0 +0xAE5E 0x5C58 # 0 +0xAE5F 0x5BB0 # 0 +0xAE60 0x5BB3 # 0 +0xAE61 0x5BB6 # 0 +0xAE62 0x5BB4 # 0 +0xAE63 0x5BAE # 0 +0xAE64 0x5BB5 # 0 +0xAE65 0x5BB9 # 0 +0xAE66 0x5BB8 # 0 +0xAE67 0x5C04 # 0 +0xAE68 0x5C51 # 0 +0xAE69 0x5C55 # 0 +0xAE6A 0x5C50 # 0 +0xAE6B 0x5CED # 0 +0xAE6C 0x5CFD # 0 +0xAE6D 0x5CFB # 0 +0xAE6E 0x5CEA # 0 +0xAE6F 0x5CE8 # 0 +0xAE70 0x5CF0 # 0 +0xAE71 0x5CF6 # 0 +0xAE72 0x5D01 # 0 +0xAE73 0x5CF4 # 0 +0xAE74 0x5DEE # 0 +0xAE75 0x5E2D # 0 +0xAE76 0x5E2B # 0 +0xAE77 0x5EAB # 0 +0xAE78 0x5EAD # 0 +0xAE79 0x5EA7 # 0 +0xAE7A 0x5F31 # 0 +0xAE7B 0x5F92 # 0 +0xAE7C 0x5F91 # 0 +0xAE7D 0x5F90 # 0 +0xAE7E 0x6059 # 0 +0xAEA1 0x6063 # 0 +0xAEA2 0x6065 # 0 +0xAEA3 0x6050 # 0 +0xAEA4 0x6055 # 0 +0xAEA5 0x606D # 0 +0xAEA6 0x6069 # 0 +0xAEA7 0x606F # 0 +0xAEA8 0x6084 # 0 +0xAEA9 0x609F # 0 +0xAEAA 0x609A # 0 +0xAEAB 0x608D # 0 +0xAEAC 0x6094 # 0 +0xAEAD 0x608C # 0 +0xAEAE 0x6085 # 0 +0xAEAF 0x6096 # 0 +0xAEB0 0x6247 # 0 +0xAEB1 0x62F3 # 0 +0xAEB2 0x6308 # 0 +0xAEB3 0x62FF # 0 +0xAEB4 0x634E # 0 +0xAEB5 0x633E # 0 +0xAEB6 0x632F # 0 +0xAEB7 0x6355 # 0 +0xAEB8 0x6342 # 0 +0xAEB9 0x6346 # 0 +0xAEBA 0x634F # 0 +0xAEBB 0x6349 # 0 +0xAEBC 0x633A # 0 +0xAEBD 0x6350 # 0 +0xAEBE 0x633D # 0 +0xAEBF 0x632A # 0 +0xAEC0 0x632B # 0 +0xAEC1 0x6328 # 0 +0xAEC2 0x634D # 0 +0xAEC3 0x634C # 0 +0xAEC4 0x6548 # 0 +0xAEC5 0x6549 # 0 +0xAEC6 0x6599 # 0 +0xAEC7 0x65C1 # 0 +0xAEC8 0x65C5 # 0 +0xAEC9 0x6642 # 0 +0xAECA 0x6649 # 0 +0xAECB 0x664F # 0 +0xAECC 0x6643 # 0 +0xAECD 0x6652 # 0 +0xAECE 0x664C # 0 +0xAECF 0x6645 # 0 +0xAED0 0x6641 # 0 +0xAED1 0x66F8 # 0 +0xAED2 0x6714 # 0 +0xAED3 0x6715 # 0 +0xAED4 0x6717 # 0 +0xAED5 0x6821 # 0 +0xAED6 0x6838 # 0 +0xAED7 0x6848 # 0 +0xAED8 0x6846 # 0 +0xAED9 0x6853 # 0 +0xAEDA 0x6839 # 0 +0xAEDB 0x6842 # 0 +0xAEDC 0x6854 # 0 +0xAEDD 0x6829 # 0 +0xAEDE 0x68B3 # 0 +0xAEDF 0x6817 # 0 +0xAEE0 0x684C # 0 +0xAEE1 0x6851 # 0 +0xAEE2 0x683D # 0 +0xAEE3 0x67F4 # 0 +0xAEE4 0x6850 # 0 +0xAEE5 0x6840 # 0 +0xAEE6 0x683C # 0 +0xAEE7 0x6843 # 0 +0xAEE8 0x682A # 0 +0xAEE9 0x6845 # 0 +0xAEEA 0x6813 # 0 +0xAEEB 0x6818 # 0 +0xAEEC 0x6841 # 0 +0xAEED 0x6B8A # 0 +0xAEEE 0x6B89 # 0 +0xAEEF 0x6BB7 # 0 +0xAEF0 0x6C23 # 0 +0xAEF1 0x6C27 # 0 +0xAEF2 0x6C28 # 0 +0xAEF3 0x6C26 # 0 +0xAEF4 0x6C24 # 0 +0xAEF5 0x6CF0 # 0 +0xAEF6 0x6D6A # 0 +0xAEF7 0x6D95 # 0 +0xAEF8 0x6D88 # 0 +0xAEF9 0x6D87 # 0 +0xAEFA 0x6D66 # 0 +0xAEFB 0x6D78 # 0 +0xAEFC 0x6D77 # 0 +0xAEFD 0x6D59 # 0 +0xAEFE 0x6D93 # 0 +0xAF40 0x6D6C # 0 +0xAF41 0x6D89 # 0 +0xAF42 0x6D6E # 0 +0xAF43 0x6D5A # 0 +0xAF44 0x6D74 # 0 +0xAF45 0x6D69 # 0 +0xAF46 0x6D8C # 0 +0xAF47 0x6D8A # 0 +0xAF48 0x6D79 # 0 +0xAF49 0x6D85 # 0 +0xAF4A 0x6D65 # 0 +0xAF4B 0x6D94 # 0 +0xAF4C 0x70CA # 0 +0xAF4D 0x70D8 # 0 +0xAF4E 0x70E4 # 0 +0xAF4F 0x70D9 # 0 +0xAF50 0x70C8 # 0 +0xAF51 0x70CF # 0 +0xAF52 0x7239 # 0 +0xAF53 0x7279 # 0 +0xAF54 0x72FC # 0 +0xAF55 0x72F9 # 0 +0xAF56 0x72FD # 0 +0xAF57 0x72F8 # 0 +0xAF58 0x72F7 # 0 +0xAF59 0x7386 # 0 +0xAF5A 0x73ED # 0 +0xAF5B 0x7409 # 0 +0xAF5C 0x73EE # 0 +0xAF5D 0x73E0 # 0 +0xAF5E 0x73EA # 0 +0xAF5F 0x73DE # 0 +0xAF60 0x7554 # 0 +0xAF61 0x755D # 0 +0xAF62 0x755C # 0 +0xAF63 0x755A # 0 +0xAF64 0x7559 # 0 +0xAF65 0x75BE # 0 +0xAF66 0x75C5 # 0 +0xAF67 0x75C7 # 0 +0xAF68 0x75B2 # 0 +0xAF69 0x75B3 # 0 +0xAF6A 0x75BD # 0 +0xAF6B 0x75BC # 0 +0xAF6C 0x75B9 # 0 +0xAF6D 0x75C2 # 0 +0xAF6E 0x75B8 # 0 +0xAF6F 0x768B # 0 +0xAF70 0x76B0 # 0 +0xAF71 0x76CA # 0 +0xAF72 0x76CD # 0 +0xAF73 0x76CE # 0 +0xAF74 0x7729 # 0 +0xAF75 0x771F # 0 +0xAF76 0x7720 # 0 +0xAF77 0x7728 # 0 +0xAF78 0x77E9 # 0 +0xAF79 0x7830 # 0 +0xAF7A 0x7827 # 0 +0xAF7B 0x7838 # 0 +0xAF7C 0x781D # 0 +0xAF7D 0x7834 # 0 +0xAF7E 0x7837 # 0 +0xAFA1 0x7825 # 0 +0xAFA2 0x782D # 0 +0xAFA3 0x7820 # 0 +0xAFA4 0x781F # 0 +0xAFA5 0x7832 # 0 +0xAFA6 0x7955 # 0 +0xAFA7 0x7950 # 0 +0xAFA8 0x7960 # 0 +0xAFA9 0x795F # 0 +0xAFAA 0x7956 # 0 +0xAFAB 0x795E # 0 +0xAFAC 0x795D # 0 +0xAFAD 0x7957 # 0 +0xAFAE 0x795A # 0 +0xAFAF 0x79E4 # 0 +0xAFB0 0x79E3 # 0 +0xAFB1 0x79E7 # 0 +0xAFB2 0x79DF # 0 +0xAFB3 0x79E6 # 0 +0xAFB4 0x79E9 # 0 +0xAFB5 0x79D8 # 0 +0xAFB6 0x7A84 # 0 +0xAFB7 0x7A88 # 0 +0xAFB8 0x7AD9 # 0 +0xAFB9 0x7B06 # 0 +0xAFBA 0x7B11 # 0 +0xAFBB 0x7C89 # 0 +0xAFBC 0x7D21 # 0 +0xAFBD 0x7D17 # 0 +0xAFBE 0x7D0B # 0 +0xAFBF 0x7D0A # 0 +0xAFC0 0x7D20 # 0 +0xAFC1 0x7D22 # 0 +0xAFC2 0x7D14 # 0 +0xAFC3 0x7D10 # 0 +0xAFC4 0x7D15 # 0 +0xAFC5 0x7D1A # 0 +0xAFC6 0x7D1C # 0 +0xAFC7 0x7D0D # 0 +0xAFC8 0x7D19 # 0 +0xAFC9 0x7D1B # 0 +0xAFCA 0x7F3A # 0 +0xAFCB 0x7F5F # 0 +0xAFCC 0x7F94 # 0 +0xAFCD 0x7FC5 # 0 +0xAFCE 0x7FC1 # 0 +0xAFCF 0x8006 # 0 +0xAFD0 0x8018 # 0 +0xAFD1 0x8015 # 0 +0xAFD2 0x8019 # 0 +0xAFD3 0x8017 # 0 +0xAFD4 0x803D # 0 +0xAFD5 0x803F # 0 +0xAFD6 0x80F1 # 0 +0xAFD7 0x8102 # 0 +0xAFD8 0x80F0 # 0 +0xAFD9 0x8105 # 0 +0xAFDA 0x80ED # 0 +0xAFDB 0x80F4 # 0 +0xAFDC 0x8106 # 0 +0xAFDD 0x80F8 # 0 +0xAFDE 0x80F3 # 0 +0xAFDF 0x8108 # 0 +0xAFE0 0x80FD # 0 +0xAFE1 0x810A # 0 +0xAFE2 0x80FC # 0 +0xAFE3 0x80EF # 0 +0xAFE4 0x81ED # 0 +0xAFE5 0x81EC # 0 +0xAFE6 0x8200 # 0 +0xAFE7 0x8210 # 0 +0xAFE8 0x822A # 0 +0xAFE9 0x822B # 0 +0xAFEA 0x8228 # 0 +0xAFEB 0x822C # 0 +0xAFEC 0x82BB # 0 +0xAFED 0x832B # 0 +0xAFEE 0x8352 # 0 +0xAFEF 0x8354 # 0 +0xAFF0 0x834A # 0 +0xAFF1 0x8338 # 0 +0xAFF2 0x8350 # 0 +0xAFF3 0x8349 # 0 +0xAFF4 0x8335 # 0 +0xAFF5 0x8334 # 0 +0xAFF6 0x834F # 0 +0xAFF7 0x8332 # 0 +0xAFF8 0x8339 # 0 +0xAFF9 0x8336 # 0 +0xAFFA 0x8317 # 0 +0xAFFB 0x8340 # 0 +0xAFFC 0x8331 # 0 +0xAFFD 0x8328 # 0 +0xAFFE 0x8343 # 0 +0xB040 0x8654 # 0 +0xB041 0x868A # 0 +0xB042 0x86AA # 0 +0xB043 0x8693 # 0 +0xB044 0x86A4 # 0 +0xB045 0x86A9 # 0 +0xB046 0x868C # 0 +0xB047 0x86A3 # 0 +0xB048 0x869C # 0 +0xB049 0x8870 # 0 +0xB04A 0x8877 # 0 +0xB04B 0x8881 # 0 +0xB04C 0x8882 # 0 +0xB04D 0x887D # 0 +0xB04E 0x8879 # 0 +0xB04F 0x8A18 # 0 +0xB050 0x8A10 # 0 +0xB051 0x8A0E # 0 +0xB052 0x8A0C # 0 +0xB053 0x8A15 # 0 +0xB054 0x8A0A # 0 +0xB055 0x8A17 # 0 +0xB056 0x8A13 # 0 +0xB057 0x8A16 # 0 +0xB058 0x8A0F # 0 +0xB059 0x8A11 # 0 +0xB05A 0x8C48 # 0 +0xB05B 0x8C7A # 0 +0xB05C 0x8C79 # 0 +0xB05D 0x8CA1 # 0 +0xB05E 0x8CA2 # 0 +0xB05F 0x8D77 # 0 +0xB060 0x8EAC # 0 +0xB061 0x8ED2 # 0 +0xB062 0x8ED4 # 0 +0xB063 0x8ECF # 0 +0xB064 0x8FB1 # 0 +0xB065 0x9001 # 0 +0xB066 0x9006 # 0 +0xB067 0x8FF7 # 0 +0xB068 0x9000 # 0 +0xB069 0x8FFA # 0 +0xB06A 0x8FF4 # 0 +0xB06B 0x9003 # 0 +0xB06C 0x8FFD # 0 +0xB06D 0x9005 # 0 +0xB06E 0x8FF8 # 0 +0xB06F 0x9095 # 0 +0xB070 0x90E1 # 0 +0xB071 0x90DD # 0 +0xB072 0x90E2 # 0 +0xB073 0x9152 # 0 +0xB074 0x914D # 0 +0xB075 0x914C # 0 +0xB076 0x91D8 # 0 +0xB077 0x91DD # 0 +0xB078 0x91D7 # 0 +0xB079 0x91DC # 0 +0xB07A 0x91D9 # 0 +0xB07B 0x9583 # 0 +0xB07C 0x9662 # 0 +0xB07D 0x9663 # 0 +0xB07E 0x9661 # 0 +0xB0A1 0x965B # 0 +0xB0A2 0x965D # 0 +0xB0A3 0x9664 # 0 +0xB0A4 0x9658 # 0 +0xB0A5 0x965E # 0 +0xB0A6 0x96BB # 0 +0xB0A7 0x98E2 # 0 +0xB0A8 0x99AC # 0 +0xB0A9 0x9AA8 # 0 +0xB0AA 0x9AD8 # 0 +0xB0AB 0x9B25 # 0 +0xB0AC 0x9B32 # 0 +0xB0AD 0x9B3C # 0 +0xB0AE 0x4E7E # 0 +0xB0AF 0x507A # 0 +0xB0B0 0x507D # 0 +0xB0B1 0x505C # 0 +0xB0B2 0x5047 # 0 +0xB0B3 0x5043 # 0 +0xB0B4 0x504C # 0 +0xB0B5 0x505A # 0 +0xB0B6 0x5049 # 0 +0xB0B7 0x5065 # 0 +0xB0B8 0x5076 # 0 +0xB0B9 0x504E # 0 +0xB0BA 0x5055 # 0 +0xB0BB 0x5075 # 0 +0xB0BC 0x5074 # 0 +0xB0BD 0x5077 # 0 +0xB0BE 0x504F # 0 +0xB0BF 0x500F # 0 +0xB0C0 0x506F # 0 +0xB0C1 0x506D # 0 +0xB0C2 0x515C # 0 +0xB0C3 0x5195 # 0 +0xB0C4 0x51F0 # 0 +0xB0C5 0x526A # 0 +0xB0C6 0x526F # 0 +0xB0C7 0x52D2 # 0 +0xB0C8 0x52D9 # 0 +0xB0C9 0x52D8 # 0 +0xB0CA 0x52D5 # 0 +0xB0CB 0x5310 # 0 +0xB0CC 0x530F # 0 +0xB0CD 0x5319 # 0 +0xB0CE 0x533F # 0 +0xB0CF 0x5340 # 0 +0xB0D0 0x533E # 0 +0xB0D1 0x53C3 # 0 +0xB0D2 0x66FC # 0 +0xB0D3 0x5546 # 0 +0xB0D4 0x556A # 0 +0xB0D5 0x5566 # 0 +0xB0D6 0x5544 # 0 +0xB0D7 0x555E # 0 +0xB0D8 0x5561 # 0 +0xB0D9 0x5543 # 0 +0xB0DA 0x554A # 0 +0xB0DB 0x5531 # 0 +0xB0DC 0x5556 # 0 +0xB0DD 0x554F # 0 +0xB0DE 0x5555 # 0 +0xB0DF 0x552F # 0 +0xB0E0 0x5564 # 0 +0xB0E1 0x5538 # 0 +0xB0E2 0x552E # 0 +0xB0E3 0x555C # 0 +0xB0E4 0x552C # 0 +0xB0E5 0x5563 # 0 +0xB0E6 0x5533 # 0 +0xB0E7 0x5541 # 0 +0xB0E8 0x5557 # 0 +0xB0E9 0x5708 # 0 +0xB0EA 0x570B # 0 +0xB0EB 0x5709 # 0 +0xB0EC 0x57DF # 0 +0xB0ED 0x5805 # 0 +0xB0EE 0x580A # 0 +0xB0EF 0x5806 # 0 +0xB0F0 0x57E0 # 0 +0xB0F1 0x57E4 # 0 +0xB0F2 0x57FA # 0 +0xB0F3 0x5802 # 0 +0xB0F4 0x5835 # 0 +0xB0F5 0x57F7 # 0 +0xB0F6 0x57F9 # 0 +0xB0F7 0x5920 # 0 +0xB0F8 0x5962 # 0 +0xB0F9 0x5A36 # 0 +0xB0FA 0x5A41 # 0 +0xB0FB 0x5A49 # 0 +0xB0FC 0x5A66 # 0 +0xB0FD 0x5A6A # 0 +0xB0FE 0x5A40 # 0 +0xB140 0x5A3C # 0 +0xB141 0x5A62 # 0 +0xB142 0x5A5A # 0 +0xB143 0x5A46 # 0 +0xB144 0x5A4A # 0 +0xB145 0x5B70 # 0 +0xB146 0x5BC7 # 0 +0xB147 0x5BC5 # 0 +0xB148 0x5BC4 # 0 +0xB149 0x5BC2 # 0 +0xB14A 0x5BBF # 0 +0xB14B 0x5BC6 # 0 +0xB14C 0x5C09 # 0 +0xB14D 0x5C08 # 0 +0xB14E 0x5C07 # 0 +0xB14F 0x5C60 # 0 +0xB150 0x5C5C # 0 +0xB151 0x5C5D # 0 +0xB152 0x5D07 # 0 +0xB153 0x5D06 # 0 +0xB154 0x5D0E # 0 +0xB155 0x5D1B # 0 +0xB156 0x5D16 # 0 +0xB157 0x5D22 # 0 +0xB158 0x5D11 # 0 +0xB159 0x5D29 # 0 +0xB15A 0x5D14 # 0 +0xB15B 0x5D19 # 0 +0xB15C 0x5D24 # 0 +0xB15D 0x5D27 # 0 +0xB15E 0x5D17 # 0 +0xB15F 0x5DE2 # 0 +0xB160 0x5E38 # 0 +0xB161 0x5E36 # 0 +0xB162 0x5E33 # 0 +0xB163 0x5E37 # 0 +0xB164 0x5EB7 # 0 +0xB165 0x5EB8 # 0 +0xB166 0x5EB6 # 0 +0xB167 0x5EB5 # 0 +0xB168 0x5EBE # 0 +0xB169 0x5F35 # 0 +0xB16A 0x5F37 # 0 +0xB16B 0x5F57 # 0 +0xB16C 0x5F6C # 0 +0xB16D 0x5F69 # 0 +0xB16E 0x5F6B # 0 +0xB16F 0x5F97 # 0 +0xB170 0x5F99 # 0 +0xB171 0x5F9E # 0 +0xB172 0x5F98 # 0 +0xB173 0x5FA1 # 0 +0xB174 0x5FA0 # 0 +0xB175 0x5F9C # 0 +0xB176 0x607F # 0 +0xB177 0x60A3 # 0 +0xB178 0x6089 # 0 +0xB179 0x60A0 # 0 +0xB17A 0x60A8 # 0 +0xB17B 0x60CB # 0 +0xB17C 0x60B4 # 0 +0xB17D 0x60E6 # 0 +0xB17E 0x60BD # 0 +0xB1A1 0x60C5 # 0 +0xB1A2 0x60BB # 0 +0xB1A3 0x60B5 # 0 +0xB1A4 0x60DC # 0 +0xB1A5 0x60BC # 0 +0xB1A6 0x60D8 # 0 +0xB1A7 0x60D5 # 0 +0xB1A8 0x60C6 # 0 +0xB1A9 0x60DF # 0 +0xB1AA 0x60B8 # 0 +0xB1AB 0x60DA # 0 +0xB1AC 0x60C7 # 0 +0xB1AD 0x621A # 0 +0xB1AE 0x621B # 0 +0xB1AF 0x6248 # 0 +0xB1B0 0x63A0 # 0 +0xB1B1 0x63A7 # 0 +0xB1B2 0x6372 # 0 +0xB1B3 0x6396 # 0 +0xB1B4 0x63A2 # 0 +0xB1B5 0x63A5 # 0 +0xB1B6 0x6377 # 0 +0xB1B7 0x6367 # 0 +0xB1B8 0x6398 # 0 +0xB1B9 0x63AA # 0 +0xB1BA 0x6371 # 0 +0xB1BB 0x63A9 # 0 +0xB1BC 0x6389 # 0 +0xB1BD 0x6383 # 0 +0xB1BE 0x639B # 0 +0xB1BF 0x636B # 0 +0xB1C0 0x63A8 # 0 +0xB1C1 0x6384 # 0 +0xB1C2 0x6388 # 0 +0xB1C3 0x6399 # 0 +0xB1C4 0x63A1 # 0 +0xB1C5 0x63AC # 0 +0xB1C6 0x6392 # 0 +0xB1C7 0x638F # 0 +0xB1C8 0x6380 # 0 +0xB1C9 0x637B # 0 +0xB1CA 0x6369 # 0 +0xB1CB 0x6368 # 0 +0xB1CC 0x637A # 0 +0xB1CD 0x655D # 0 +0xB1CE 0x6556 # 0 +0xB1CF 0x6551 # 0 +0xB1D0 0x6559 # 0 +0xB1D1 0x6557 # 0 +0xB1D2 0x555F # 0 +0xB1D3 0x654F # 0 +0xB1D4 0x6558 # 0 +0xB1D5 0x6555 # 0 +0xB1D6 0x6554 # 0 +0xB1D7 0x659C # 0 +0xB1D8 0x659B # 0 +0xB1D9 0x65AC # 0 +0xB1DA 0x65CF # 0 +0xB1DB 0x65CB # 0 +0xB1DC 0x65CC # 0 +0xB1DD 0x65CE # 0 +0xB1DE 0x665D # 0 +0xB1DF 0x665A # 0 +0xB1E0 0x6664 # 0 +0xB1E1 0x6668 # 0 +0xB1E2 0x6666 # 0 +0xB1E3 0x665E # 0 +0xB1E4 0x66F9 # 0 +0xB1E5 0x52D7 # 0 +0xB1E6 0x671B # 0 +0xB1E7 0x6881 # 0 +0xB1E8 0x68AF # 0 +0xB1E9 0x68A2 # 0 +0xB1EA 0x6893 # 0 +0xB1EB 0x68B5 # 0 +0xB1EC 0x687F # 0 +0xB1ED 0x6876 # 0 +0xB1EE 0x68B1 # 0 +0xB1EF 0x68A7 # 0 +0xB1F0 0x6897 # 0 +0xB1F1 0x68B0 # 0 +0xB1F2 0x6883 # 0 +0xB1F3 0x68C4 # 0 +0xB1F4 0x68AD # 0 +0xB1F5 0x6886 # 0 +0xB1F6 0x6885 # 0 +0xB1F7 0x6894 # 0 +0xB1F8 0x689D # 0 +0xB1F9 0x68A8 # 0 +0xB1FA 0x689F # 0 +0xB1FB 0x68A1 # 0 +0xB1FC 0x6882 # 0 +0xB1FD 0x6B32 # 0 +0xB1FE 0x6BBA # 0 +0xB240 0x6BEB # 0 +0xB241 0x6BEC # 0 +0xB242 0x6C2B # 0 +0xB243 0x6D8E # 0 +0xB244 0x6DBC # 0 +0xB245 0x6DF3 # 0 +0xB246 0x6DD9 # 0 +0xB247 0x6DB2 # 0 +0xB248 0x6DE1 # 0 +0xB249 0x6DCC # 0 +0xB24A 0x6DE4 # 0 +0xB24B 0x6DFB # 0 +0xB24C 0x6DFA # 0 +0xB24D 0x6E05 # 0 +0xB24E 0x6DC7 # 0 +0xB24F 0x6DCB # 0 +0xB250 0x6DAF # 0 +0xB251 0x6DD1 # 0 +0xB252 0x6DAE # 0 +0xB253 0x6DDE # 0 +0xB254 0x6DF9 # 0 +0xB255 0x6DB8 # 0 +0xB256 0x6DF7 # 0 +0xB257 0x6DF5 # 0 +0xB258 0x6DC5 # 0 +0xB259 0x6DD2 # 0 +0xB25A 0x6E1A # 0 +0xB25B 0x6DB5 # 0 +0xB25C 0x6DDA # 0 +0xB25D 0x6DEB # 0 +0xB25E 0x6DD8 # 0 +0xB25F 0x6DEA # 0 +0xB260 0x6DF1 # 0 +0xB261 0x6DEE # 0 +0xB262 0x6DE8 # 0 +0xB263 0x6DC6 # 0 +0xB264 0x6DC4 # 0 +0xB265 0x6DAA # 0 +0xB266 0x6DEC # 0 +0xB267 0x6DBF # 0 +0xB268 0x6DE6 # 0 +0xB269 0x70F9 # 0 +0xB26A 0x7109 # 0 +0xB26B 0x710A # 0 +0xB26C 0x70FD # 0 +0xB26D 0x70EF # 0 +0xB26E 0x723D # 0 +0xB26F 0x727D # 0 +0xB270 0x7281 # 0 +0xB271 0x731C # 0 +0xB272 0x731B # 0 +0xB273 0x7316 # 0 +0xB274 0x7313 # 0 +0xB275 0x7319 # 0 +0xB276 0x7387 # 0 +0xB277 0x7405 # 0 +0xB278 0x740A # 0 +0xB279 0x7403 # 0 +0xB27A 0x7406 # 0 +0xB27B 0x73FE # 0 +0xB27C 0x740D # 0 +0xB27D 0x74E0 # 0 +0xB27E 0x74F6 # 0 +0xB2A1 0x74F7 # 0 +0xB2A2 0x751C # 0 +0xB2A3 0x7522 # 0 +0xB2A4 0x7565 # 0 +0xB2A5 0x7566 # 0 +0xB2A6 0x7562 # 0 +0xB2A7 0x7570 # 0 +0xB2A8 0x758F # 0 +0xB2A9 0x75D4 # 0 +0xB2AA 0x75D5 # 0 +0xB2AB 0x75B5 # 0 +0xB2AC 0x75CA # 0 +0xB2AD 0x75CD # 0 +0xB2AE 0x768E # 0 +0xB2AF 0x76D4 # 0 +0xB2B0 0x76D2 # 0 +0xB2B1 0x76DB # 0 +0xB2B2 0x7737 # 0 +0xB2B3 0x773E # 0 +0xB2B4 0x773C # 0 +0xB2B5 0x7736 # 0 +0xB2B6 0x7738 # 0 +0xB2B7 0x773A # 0 +0xB2B8 0x786B # 0 +0xB2B9 0x7843 # 0 +0xB2BA 0x784E # 0 +0xB2BB 0x7965 # 0 +0xB2BC 0x7968 # 0 +0xB2BD 0x796D # 0 +0xB2BE 0x79FB # 0 +0xB2BF 0x7A92 # 0 +0xB2C0 0x7A95 # 0 +0xB2C1 0x7B20 # 0 +0xB2C2 0x7B28 # 0 +0xB2C3 0x7B1B # 0 +0xB2C4 0x7B2C # 0 +0xB2C5 0x7B26 # 0 +0xB2C6 0x7B19 # 0 +0xB2C7 0x7B1E # 0 +0xB2C8 0x7B2E # 0 +0xB2C9 0x7C92 # 0 +0xB2CA 0x7C97 # 0 +0xB2CB 0x7C95 # 0 +0xB2CC 0x7D46 # 0 +0xB2CD 0x7D43 # 0 +0xB2CE 0x7D71 # 0 +0xB2CF 0x7D2E # 0 +0xB2D0 0x7D39 # 0 +0xB2D1 0x7D3C # 0 +0xB2D2 0x7D40 # 0 +0xB2D3 0x7D30 # 0 +0xB2D4 0x7D33 # 0 +0xB2D5 0x7D44 # 0 +0xB2D6 0x7D2F # 0 +0xB2D7 0x7D42 # 0 +0xB2D8 0x7D32 # 0 +0xB2D9 0x7D31 # 0 +0xB2DA 0x7F3D # 0 +0xB2DB 0x7F9E # 0 +0xB2DC 0x7F9A # 0 +0xB2DD 0x7FCC # 0 +0xB2DE 0x7FCE # 0 +0xB2DF 0x7FD2 # 0 +0xB2E0 0x801C # 0 +0xB2E1 0x804A # 0 +0xB2E2 0x8046 # 0 +0xB2E3 0x812F # 0 +0xB2E4 0x8116 # 0 +0xB2E5 0x8123 # 0 +0xB2E6 0x812B # 0 +0xB2E7 0x8129 # 0 +0xB2E8 0x8130 # 0 +0xB2E9 0x8124 # 0 +0xB2EA 0x8202 # 0 +0xB2EB 0x8235 # 0 +0xB2EC 0x8237 # 0 +0xB2ED 0x8236 # 0 +0xB2EE 0x8239 # 0 +0xB2EF 0x838E # 0 +0xB2F0 0x839E # 0 +0xB2F1 0x8398 # 0 +0xB2F2 0x8378 # 0 +0xB2F3 0x83A2 # 0 +0xB2F4 0x8396 # 0 +0xB2F5 0x83BD # 0 +0xB2F6 0x83AB # 0 +0xB2F7 0x8392 # 0 +0xB2F8 0x838A # 0 +0xB2F9 0x8393 # 0 +0xB2FA 0x8389 # 0 +0xB2FB 0x83A0 # 0 +0xB2FC 0x8377 # 0 +0xB2FD 0x837B # 0 +0xB2FE 0x837C # 0 +0xB340 0x8386 # 0 +0xB341 0x83A7 # 0 +0xB342 0x8655 # 0 +0xB343 0x5F6A # 0 +0xB344 0x86C7 # 0 +0xB345 0x86C0 # 0 +0xB346 0x86B6 # 0 +0xB347 0x86C4 # 0 +0xB348 0x86B5 # 0 +0xB349 0x86C6 # 0 +0xB34A 0x86CB # 0 +0xB34B 0x86B1 # 0 +0xB34C 0x86AF # 0 +0xB34D 0x86C9 # 0 +0xB34E 0x8853 # 0 +0xB34F 0x889E # 0 +0xB350 0x8888 # 0 +0xB351 0x88AB # 0 +0xB352 0x8892 # 0 +0xB353 0x8896 # 0 +0xB354 0x888D # 0 +0xB355 0x888B # 0 +0xB356 0x8993 # 0 +0xB357 0x898F # 0 +0xB358 0x8A2A # 0 +0xB359 0x8A1D # 0 +0xB35A 0x8A23 # 0 +0xB35B 0x8A25 # 0 +0xB35C 0x8A31 # 0 +0xB35D 0x8A2D # 0 +0xB35E 0x8A1F # 0 +0xB35F 0x8A1B # 0 +0xB360 0x8A22 # 0 +0xB361 0x8C49 # 0 +0xB362 0x8C5A # 0 +0xB363 0x8CA9 # 0 +0xB364 0x8CAC # 0 +0xB365 0x8CAB # 0 +0xB366 0x8CA8 # 0 +0xB367 0x8CAA # 0 +0xB368 0x8CA7 # 0 +0xB369 0x8D67 # 0 +0xB36A 0x8D66 # 0 +0xB36B 0x8DBE # 0 +0xB36C 0x8DBA # 0 +0xB36D 0x8EDB # 0 +0xB36E 0x8EDF # 0 +0xB36F 0x9019 # 0 +0xB370 0x900D # 0 +0xB371 0x901A # 0 +0xB372 0x9017 # 0 +0xB373 0x9023 # 0 +0xB374 0x901F # 0 +0xB375 0x901D # 0 +0xB376 0x9010 # 0 +0xB377 0x9015 # 0 +0xB378 0x901E # 0 +0xB379 0x9020 # 0 +0xB37A 0x900F # 0 +0xB37B 0x9022 # 0 +0xB37C 0x9016 # 0 +0xB37D 0x901B # 0 +0xB37E 0x9014 # 0 +0xB3A1 0x90E8 # 0 +0xB3A2 0x90ED # 0 +0xB3A3 0x90FD # 0 +0xB3A4 0x9157 # 0 +0xB3A5 0x91CE # 0 +0xB3A6 0x91F5 # 0 +0xB3A7 0x91E6 # 0 +0xB3A8 0x91E3 # 0 +0xB3A9 0x91E7 # 0 +0xB3AA 0x91ED # 0 +0xB3AB 0x91E9 # 0 +0xB3AC 0x9589 # 0 +0xB3AD 0x966A # 0 +0xB3AE 0x9675 # 0 +0xB3AF 0x9673 # 0 +0xB3B0 0x9678 # 0 +0xB3B1 0x9670 # 0 +0xB3B2 0x9674 # 0 +0xB3B3 0x9676 # 0 +0xB3B4 0x9677 # 0 +0xB3B5 0x966C # 0 +0xB3B6 0x96C0 # 0 +0xB3B7 0x96EA # 0 +0xB3B8 0x96E9 # 0 +0xB3B9 0x7AE0 # 0 +0xB3BA 0x7ADF # 0 +0xB3BB 0x9802 # 0 +0xB3BC 0x9803 # 0 +0xB3BD 0x9B5A # 0 +0xB3BE 0x9CE5 # 0 +0xB3BF 0x9E75 # 0 +0xB3C0 0x9E7F # 0 +0xB3C1 0x9EA5 # 0 +0xB3C2 0x9EBB # 0 +0xB3C3 0x50A2 # 0 +0xB3C4 0x508D # 0 +0xB3C5 0x5085 # 0 +0xB3C6 0x5099 # 0 +0xB3C7 0x5091 # 0 +0xB3C8 0x5080 # 0 +0xB3C9 0x5096 # 0 +0xB3CA 0x5098 # 0 +0xB3CB 0x509A # 0 +0xB3CC 0x6700 # 0 +0xB3CD 0x51F1 # 0 +0xB3CE 0x5272 # 0 +0xB3CF 0x5274 # 0 +0xB3D0 0x5275 # 0 +0xB3D1 0x5269 # 0 +0xB3D2 0x52DE # 0 +0xB3D3 0x52DD # 0 +0xB3D4 0x52DB # 0 +0xB3D5 0x535A # 0 +0xB3D6 0x53A5 # 0 +0xB3D7 0x557B # 0 +0xB3D8 0x5580 # 0 +0xB3D9 0x55A7 # 0 +0xB3DA 0x557C # 0 +0xB3DB 0x558A # 0 +0xB3DC 0x559D # 0 +0xB3DD 0x5598 # 0 +0xB3DE 0x5582 # 0 +0xB3DF 0x559C # 0 +0xB3E0 0x55AA # 0 +0xB3E1 0x5594 # 0 +0xB3E2 0x5587 # 0 +0xB3E3 0x558B # 0 +0xB3E4 0x5583 # 0 +0xB3E5 0x55B3 # 0 +0xB3E6 0x55AE # 0 +0xB3E7 0x559F # 0 +0xB3E8 0x553E # 0 +0xB3E9 0x55B2 # 0 +0xB3EA 0x559A # 0 +0xB3EB 0x55BB # 0 +0xB3EC 0x55AC # 0 +0xB3ED 0x55B1 # 0 +0xB3EE 0x557E # 0 +0xB3EF 0x5589 # 0 +0xB3F0 0x55AB # 0 +0xB3F1 0x5599 # 0 +0xB3F2 0x570D # 0 +0xB3F3 0x582F # 0 +0xB3F4 0x582A # 0 +0xB3F5 0x5834 # 0 +0xB3F6 0x5824 # 0 +0xB3F7 0x5830 # 0 +0xB3F8 0x5831 # 0 +0xB3F9 0x5821 # 0 +0xB3FA 0x581D # 0 +0xB3FB 0x5820 # 0 +0xB3FC 0x58F9 # 0 +0xB3FD 0x58FA # 0 +0xB3FE 0x5960 # 0 +0xB440 0x5A77 # 0 +0xB441 0x5A9A # 0 +0xB442 0x5A7F # 0 +0xB443 0x5A92 # 0 +0xB444 0x5A9B # 0 +0xB445 0x5AA7 # 0 +0xB446 0x5B73 # 0 +0xB447 0x5B71 # 0 +0xB448 0x5BD2 # 0 +0xB449 0x5BCC # 0 +0xB44A 0x5BD3 # 0 +0xB44B 0x5BD0 # 0 +0xB44C 0x5C0A # 0 +0xB44D 0x5C0B # 0 +0xB44E 0x5C31 # 0 +0xB44F 0x5D4C # 0 +0xB450 0x5D50 # 0 +0xB451 0x5D34 # 0 +0xB452 0x5D47 # 0 +0xB453 0x5DFD # 0 +0xB454 0x5E45 # 0 +0xB455 0x5E3D # 0 +0xB456 0x5E40 # 0 +0xB457 0x5E43 # 0 +0xB458 0x5E7E # 0 +0xB459 0x5ECA # 0 +0xB45A 0x5EC1 # 0 +0xB45B 0x5EC2 # 0 +0xB45C 0x5EC4 # 0 +0xB45D 0x5F3C # 0 +0xB45E 0x5F6D # 0 +0xB45F 0x5FA9 # 0 +0xB460 0x5FAA # 0 +0xB461 0x5FA8 # 0 +0xB462 0x60D1 # 0 +0xB463 0x60E1 # 0 +0xB464 0x60B2 # 0 +0xB465 0x60B6 # 0 +0xB466 0x60E0 # 0 +0xB467 0x611C # 0 +0xB468 0x6123 # 0 +0xB469 0x60FA # 0 +0xB46A 0x6115 # 0 +0xB46B 0x60F0 # 0 +0xB46C 0x60FB # 0 +0xB46D 0x60F4 # 0 +0xB46E 0x6168 # 0 +0xB46F 0x60F1 # 0 +0xB470 0x610E # 0 +0xB471 0x60F6 # 0 +0xB472 0x6109 # 0 +0xB473 0x6100 # 0 +0xB474 0x6112 # 0 +0xB475 0x621F # 0 +0xB476 0x6249 # 0 +0xB477 0x63A3 # 0 +0xB478 0x638C # 0 +0xB479 0x63CF # 0 +0xB47A 0x63C0 # 0 +0xB47B 0x63E9 # 0 +0xB47C 0x63C9 # 0 +0xB47D 0x63C6 # 0 +0xB47E 0x63CD # 0 +0xB4A1 0x63D2 # 0 +0xB4A2 0x63E3 # 0 +0xB4A3 0x63D0 # 0 +0xB4A4 0x63E1 # 0 +0xB4A5 0x63D6 # 0 +0xB4A6 0x63ED # 0 +0xB4A7 0x63EE # 0 +0xB4A8 0x6376 # 0 +0xB4A9 0x63F4 # 0 +0xB4AA 0x63EA # 0 +0xB4AB 0x63DB # 0 +0xB4AC 0x6452 # 0 +0xB4AD 0x63DA # 0 +0xB4AE 0x63F9 # 0 +0xB4AF 0x655E # 0 +0xB4B0 0x6566 # 0 +0xB4B1 0x6562 # 0 +0xB4B2 0x6563 # 0 +0xB4B3 0x6591 # 0 +0xB4B4 0x6590 # 0 +0xB4B5 0x65AF # 0 +0xB4B6 0x666E # 0 +0xB4B7 0x6670 # 0 +0xB4B8 0x6674 # 0 +0xB4B9 0x6676 # 0 +0xB4BA 0x666F # 0 +0xB4BB 0x6691 # 0 +0xB4BC 0x667A # 0 +0xB4BD 0x667E # 0 +0xB4BE 0x6677 # 0 +0xB4BF 0x66FE # 0 +0xB4C0 0x66FF # 0 +0xB4C1 0x671F # 0 +0xB4C2 0x671D # 0 +0xB4C3 0x68FA # 0 +0xB4C4 0x68D5 # 0 +0xB4C5 0x68E0 # 0 +0xB4C6 0x68D8 # 0 +0xB4C7 0x68D7 # 0 +0xB4C8 0x6905 # 0 +0xB4C9 0x68DF # 0 +0xB4CA 0x68F5 # 0 +0xB4CB 0x68EE # 0 +0xB4CC 0x68E7 # 0 +0xB4CD 0x68F9 # 0 +0xB4CE 0x68D2 # 0 +0xB4CF 0x68F2 # 0 +0xB4D0 0x68E3 # 0 +0xB4D1 0x68CB # 0 +0xB4D2 0x68CD # 0 +0xB4D3 0x690D # 0 +0xB4D4 0x6912 # 0 +0xB4D5 0x690E # 0 +0xB4D6 0x68C9 # 0 +0xB4D7 0x68DA # 0 +0xB4D8 0x696E # 0 +0xB4D9 0x68FB # 0 +0xB4DA 0x6B3E # 0 +0xB4DB 0x6B3A # 0 +0xB4DC 0x6B3D # 0 +0xB4DD 0x6B98 # 0 +0xB4DE 0x6B96 # 0 +0xB4DF 0x6BBC # 0 +0xB4E0 0x6BEF # 0 +0xB4E1 0x6C2E # 0 +0xB4E2 0x6C2F # 0 +0xB4E3 0x6C2C # 0 +0xB4E4 0x6E2F # 0 +0xB4E5 0x6E38 # 0 +0xB4E6 0x6E54 # 0 +0xB4E7 0x6E21 # 0 +0xB4E8 0x6E32 # 0 +0xB4E9 0x6E67 # 0 +0xB4EA 0x6E4A # 0 +0xB4EB 0x6E20 # 0 +0xB4EC 0x6E25 # 0 +0xB4ED 0x6E23 # 0 +0xB4EE 0x6E1B # 0 +0xB4EF 0x6E5B # 0 +0xB4F0 0x6E58 # 0 +0xB4F1 0x6E24 # 0 +0xB4F2 0x6E56 # 0 +0xB4F3 0x6E6E # 0 +0xB4F4 0x6E2D # 0 +0xB4F5 0x6E26 # 0 +0xB4F6 0x6E6F # 0 +0xB4F7 0x6E34 # 0 +0xB4F8 0x6E4D # 0 +0xB4F9 0x6E3A # 0 +0xB4FA 0x6E2C # 0 +0xB4FB 0x6E43 # 0 +0xB4FC 0x6E1D # 0 +0xB4FD 0x6E3E # 0 +0xB4FE 0x6ECB # 0 +0xB540 0x6E89 # 0 +0xB541 0x6E19 # 0 +0xB542 0x6E4E # 0 +0xB543 0x6E63 # 0 +0xB544 0x6E44 # 0 +0xB545 0x6E72 # 0 +0xB546 0x6E69 # 0 +0xB547 0x6E5F # 0 +0xB548 0x7119 # 0 +0xB549 0x711A # 0 +0xB54A 0x7126 # 0 +0xB54B 0x7130 # 0 +0xB54C 0x7121 # 0 +0xB54D 0x7136 # 0 +0xB54E 0x716E # 0 +0xB54F 0x711C # 0 +0xB550 0x724C # 0 +0xB551 0x7284 # 0 +0xB552 0x7280 # 0 +0xB553 0x7336 # 0 +0xB554 0x7325 # 0 +0xB555 0x7334 # 0 +0xB556 0x7329 # 0 +0xB557 0x743A # 0 +0xB558 0x742A # 0 +0xB559 0x7433 # 0 +0xB55A 0x7422 # 0 +0xB55B 0x7425 # 0 +0xB55C 0x7435 # 0 +0xB55D 0x7436 # 0 +0xB55E 0x7434 # 0 +0xB55F 0x742F # 0 +0xB560 0x741B # 0 +0xB561 0x7426 # 0 +0xB562 0x7428 # 0 +0xB563 0x7525 # 0 +0xB564 0x7526 # 0 +0xB565 0x756B # 0 +0xB566 0x756A # 0 +0xB567 0x75E2 # 0 +0xB568 0x75DB # 0 +0xB569 0x75E3 # 0 +0xB56A 0x75D9 # 0 +0xB56B 0x75D8 # 0 +0xB56C 0x75DE # 0 +0xB56D 0x75E0 # 0 +0xB56E 0x767B # 0 +0xB56F 0x767C # 0 +0xB570 0x7696 # 0 +0xB571 0x7693 # 0 +0xB572 0x76B4 # 0 +0xB573 0x76DC # 0 +0xB574 0x774F # 0 +0xB575 0x77ED # 0 +0xB576 0x785D # 0 +0xB577 0x786C # 0 +0xB578 0x786F # 0 +0xB579 0x7A0D # 0 +0xB57A 0x7A08 # 0 +0xB57B 0x7A0B # 0 +0xB57C 0x7A05 # 0 +0xB57D 0x7A00 # 0 +0xB57E 0x7A98 # 0 +0xB5A1 0x7A97 # 0 +0xB5A2 0x7A96 # 0 +0xB5A3 0x7AE5 # 0 +0xB5A4 0x7AE3 # 0 +0xB5A5 0x7B49 # 0 +0xB5A6 0x7B56 # 0 +0xB5A7 0x7B46 # 0 +0xB5A8 0x7B50 # 0 +0xB5A9 0x7B52 # 0 +0xB5AA 0x7B54 # 0 +0xB5AB 0x7B4D # 0 +0xB5AC 0x7B4B # 0 +0xB5AD 0x7B4F # 0 +0xB5AE 0x7B51 # 0 +0xB5AF 0x7C9F # 0 +0xB5B0 0x7CA5 # 0 +0xB5B1 0x7D5E # 0 +0xB5B2 0x7D50 # 0 +0xB5B3 0x7D68 # 0 +0xB5B4 0x7D55 # 0 +0xB5B5 0x7D2B # 0 +0xB5B6 0x7D6E # 0 +0xB5B7 0x7D72 # 0 +0xB5B8 0x7D61 # 0 +0xB5B9 0x7D66 # 0 +0xB5BA 0x7D62 # 0 +0xB5BB 0x7D70 # 0 +0xB5BC 0x7D73 # 0 +0xB5BD 0x5584 # 0 +0xB5BE 0x7FD4 # 0 +0xB5BF 0x7FD5 # 0 +0xB5C0 0x800B # 0 +0xB5C1 0x8052 # 0 +0xB5C2 0x8085 # 0 +0xB5C3 0x8155 # 0 +0xB5C4 0x8154 # 0 +0xB5C5 0x814B # 0 +0xB5C6 0x8151 # 0 +0xB5C7 0x814E # 0 +0xB5C8 0x8139 # 0 +0xB5C9 0x8146 # 0 +0xB5CA 0x813E # 0 +0xB5CB 0x814C # 0 +0xB5CC 0x8153 # 0 +0xB5CD 0x8174 # 0 +0xB5CE 0x8212 # 0 +0xB5CF 0x821C # 0 +0xB5D0 0x83E9 # 0 +0xB5D1 0x8403 # 0 +0xB5D2 0x83F8 # 0 +0xB5D3 0x840D # 0 +0xB5D4 0x83E0 # 0 +0xB5D5 0x83C5 # 0 +0xB5D6 0x840B # 0 +0xB5D7 0x83C1 # 0 +0xB5D8 0x83EF # 0 +0xB5D9 0x83F1 # 0 +0xB5DA 0x83F4 # 0 +0xB5DB 0x8457 # 0 +0xB5DC 0x840A # 0 +0xB5DD 0x83F0 # 0 +0xB5DE 0x840C # 0 +0xB5DF 0x83CC # 0 +0xB5E0 0x83FD # 0 +0xB5E1 0x83F2 # 0 +0xB5E2 0x83CA # 0 +0xB5E3 0x8438 # 0 +0xB5E4 0x840E # 0 +0xB5E5 0x8404 # 0 +0xB5E6 0x83DC # 0 +0xB5E7 0x8407 # 0 +0xB5E8 0x83D4 # 0 +0xB5E9 0x83DF # 0 +0xB5EA 0x865B # 0 +0xB5EB 0x86DF # 0 +0xB5EC 0x86D9 # 0 +0xB5ED 0x86ED # 0 +0xB5EE 0x86D4 # 0 +0xB5EF 0x86DB # 0 +0xB5F0 0x86E4 # 0 +0xB5F1 0x86D0 # 0 +0xB5F2 0x86DE # 0 +0xB5F3 0x8857 # 0 +0xB5F4 0x88C1 # 0 +0xB5F5 0x88C2 # 0 +0xB5F6 0x88B1 # 0 +0xB5F7 0x8983 # 0 +0xB5F8 0x8996 # 0 +0xB5F9 0x8A3B # 0 +0xB5FA 0x8A60 # 0 +0xB5FB 0x8A55 # 0 +0xB5FC 0x8A5E # 0 +0xB5FD 0x8A3C # 0 +0xB5FE 0x8A41 # 0 +0xB640 0x8A54 # 0 +0xB641 0x8A5B # 0 +0xB642 0x8A50 # 0 +0xB643 0x8A46 # 0 +0xB644 0x8A34 # 0 +0xB645 0x8A3A # 0 +0xB646 0x8A36 # 0 +0xB647 0x8A56 # 0 +0xB648 0x8C61 # 0 +0xB649 0x8C82 # 0 +0xB64A 0x8CAF # 0 +0xB64B 0x8CBC # 0 +0xB64C 0x8CB3 # 0 +0xB64D 0x8CBD # 0 +0xB64E 0x8CC1 # 0 +0xB64F 0x8CBB # 0 +0xB650 0x8CC0 # 0 +0xB651 0x8CB4 # 0 +0xB652 0x8CB7 # 0 +0xB653 0x8CB6 # 0 +0xB654 0x8CBF # 0 +0xB655 0x8CB8 # 0 +0xB656 0x8D8A # 0 +0xB657 0x8D85 # 0 +0xB658 0x8D81 # 0 +0xB659 0x8DCE # 0 +0xB65A 0x8DDD # 0 +0xB65B 0x8DCB # 0 +0xB65C 0x8DDA # 0 +0xB65D 0x8DD1 # 0 +0xB65E 0x8DCC # 0 +0xB65F 0x8DDB # 0 +0xB660 0x8DC6 # 0 +0xB661 0x8EFB # 0 +0xB662 0x8EF8 # 0 +0xB663 0x8EFC # 0 +0xB664 0x8F9C # 0 +0xB665 0x902E # 0 +0xB666 0x9035 # 0 +0xB667 0x9031 # 0 +0xB668 0x9038 # 0 +0xB669 0x9032 # 0 +0xB66A 0x9036 # 0 +0xB66B 0x9102 # 0 +0xB66C 0x90F5 # 0 +0xB66D 0x9109 # 0 +0xB66E 0x90FE # 0 +0xB66F 0x9163 # 0 +0xB670 0x9165 # 0 +0xB671 0x91CF # 0 +0xB672 0x9214 # 0 +0xB673 0x9215 # 0 +0xB674 0x9223 # 0 +0xB675 0x9209 # 0 +0xB676 0x921E # 0 +0xB677 0x920D # 0 +0xB678 0x9210 # 0 +0xB679 0x9207 # 0 +0xB67A 0x9211 # 0 +0xB67B 0x9594 # 0 +0xB67C 0x958F # 0 +0xB67D 0x958B # 0 +0xB67E 0x9591 # 0 +0xB6A1 0x9593 # 0 +0xB6A2 0x9592 # 0 +0xB6A3 0x958E # 0 +0xB6A4 0x968A # 0 +0xB6A5 0x968E # 0 +0xB6A6 0x968B # 0 +0xB6A7 0x967D # 0 +0xB6A8 0x9685 # 0 +0xB6A9 0x9686 # 0 +0xB6AA 0x968D # 0 +0xB6AB 0x9672 # 0 +0xB6AC 0x9684 # 0 +0xB6AD 0x96C1 # 0 +0xB6AE 0x96C5 # 0 +0xB6AF 0x96C4 # 0 +0xB6B0 0x96C6 # 0 +0xB6B1 0x96C7 # 0 +0xB6B2 0x96EF # 0 +0xB6B3 0x96F2 # 0 +0xB6B4 0x97CC # 0 +0xB6B5 0x9805 # 0 +0xB6B6 0x9806 # 0 +0xB6B7 0x9808 # 0 +0xB6B8 0x98E7 # 0 +0xB6B9 0x98EA # 0 +0xB6BA 0x98EF # 0 +0xB6BB 0x98E9 # 0 +0xB6BC 0x98F2 # 0 +0xB6BD 0x98ED # 0 +0xB6BE 0x99AE # 0 +0xB6BF 0x99AD # 0 +0xB6C0 0x9EC3 # 0 +0xB6C1 0x9ECD # 0 +0xB6C2 0x9ED1 # 0 +0xB6C3 0x4E82 # 0 +0xB6C4 0x50AD # 0 +0xB6C5 0x50B5 # 0 +0xB6C6 0x50B2 # 0 +0xB6C7 0x50B3 # 0 +0xB6C8 0x50C5 # 0 +0xB6C9 0x50BE # 0 +0xB6CA 0x50AC # 0 +0xB6CB 0x50B7 # 0 +0xB6CC 0x50BB # 0 +0xB6CD 0x50AF # 0 +0xB6CE 0x50C7 # 0 +0xB6CF 0x527F # 0 +0xB6D0 0x5277 # 0 +0xB6D1 0x527D # 0 +0xB6D2 0x52DF # 0 +0xB6D3 0x52E6 # 0 +0xB6D4 0x52E4 # 0 +0xB6D5 0x52E2 # 0 +0xB6D6 0x52E3 # 0 +0xB6D7 0x532F # 0 +0xB6D8 0x55DF # 0 +0xB6D9 0x55E8 # 0 +0xB6DA 0x55D3 # 0 +0xB6DB 0x55E6 # 0 +0xB6DC 0x55CE # 0 +0xB6DD 0x55DC # 0 +0xB6DE 0x55C7 # 0 +0xB6DF 0x55D1 # 0 +0xB6E0 0x55E3 # 0 +0xB6E1 0x55E4 # 0 +0xB6E2 0x55EF # 0 +0xB6E3 0x55DA # 0 +0xB6E4 0x55E1 # 0 +0xB6E5 0x55C5 # 0 +0xB6E6 0x55C6 # 0 +0xB6E7 0x55E5 # 0 +0xB6E8 0x55C9 # 0 +0xB6E9 0x5712 # 0 +0xB6EA 0x5713 # 0 +0xB6EB 0x585E # 0 +0xB6EC 0x5851 # 0 +0xB6ED 0x5858 # 0 +0xB6EE 0x5857 # 0 +0xB6EF 0x585A # 0 +0xB6F0 0x5854 # 0 +0xB6F1 0x586B # 0 +0xB6F2 0x584C # 0 +0xB6F3 0x586D # 0 +0xB6F4 0x584A # 0 +0xB6F5 0x5862 # 0 +0xB6F6 0x5852 # 0 +0xB6F7 0x584B # 0 +0xB6F8 0x5967 # 0 +0xB6F9 0x5AC1 # 0 +0xB6FA 0x5AC9 # 0 +0xB6FB 0x5ACC # 0 +0xB6FC 0x5ABE # 0 +0xB6FD 0x5ABD # 0 +0xB6FE 0x5ABC # 0 +0xB740 0x5AB3 # 0 +0xB741 0x5AC2 # 0 +0xB742 0x5AB2 # 0 +0xB743 0x5D69 # 0 +0xB744 0x5D6F # 0 +0xB745 0x5E4C # 0 +0xB746 0x5E79 # 0 +0xB747 0x5EC9 # 0 +0xB748 0x5EC8 # 0 +0xB749 0x5F12 # 0 +0xB74A 0x5F59 # 0 +0xB74B 0x5FAC # 0 +0xB74C 0x5FAE # 0 +0xB74D 0x611A # 0 +0xB74E 0x610F # 0 +0xB74F 0x6148 # 0 +0xB750 0x611F # 0 +0xB751 0x60F3 # 0 +0xB752 0x611B # 0 +0xB753 0x60F9 # 0 +0xB754 0x6101 # 0 +0xB755 0x6108 # 0 +0xB756 0x614E # 0 +0xB757 0x614C # 0 +0xB758 0x6144 # 0 +0xB759 0x614D # 0 +0xB75A 0x613E # 0 +0xB75B 0x6134 # 0 +0xB75C 0x6127 # 0 +0xB75D 0x610D # 0 +0xB75E 0x6106 # 0 +0xB75F 0x6137 # 0 +0xB760 0x6221 # 0 +0xB761 0x6222 # 0 +0xB762 0x6413 # 0 +0xB763 0x643E # 0 +0xB764 0x641E # 0 +0xB765 0x642A # 0 +0xB766 0x642D # 0 +0xB767 0x643D # 0 +0xB768 0x642C # 0 +0xB769 0x640F # 0 +0xB76A 0x641C # 0 +0xB76B 0x6414 # 0 +0xB76C 0x640D # 0 +0xB76D 0x6436 # 0 +0xB76E 0x6416 # 0 +0xB76F 0x6417 # 0 +0xB770 0x6406 # 0 +0xB771 0x656C # 0 +0xB772 0x659F # 0 +0xB773 0x65B0 # 0 +0xB774 0x6697 # 0 +0xB775 0x6689 # 0 +0xB776 0x6687 # 0 +0xB777 0x6688 # 0 +0xB778 0x6696 # 0 +0xB779 0x6684 # 0 +0xB77A 0x6698 # 0 +0xB77B 0x668D # 0 +0xB77C 0x6703 # 0 +0xB77D 0x6994 # 0 +0xB77E 0x696D # 0 +0xB7A1 0x695A # 0 +0xB7A2 0x6977 # 0 +0xB7A3 0x6960 # 0 +0xB7A4 0x6954 # 0 +0xB7A5 0x6975 # 0 +0xB7A6 0x6930 # 0 +0xB7A7 0x6982 # 0 +0xB7A8 0x694A # 0 +0xB7A9 0x6968 # 0 +0xB7AA 0x696B # 0 +0xB7AB 0x695E # 0 +0xB7AC 0x6953 # 0 +0xB7AD 0x6979 # 0 +0xB7AE 0x6986 # 0 +0xB7AF 0x695D # 0 +0xB7B0 0x6963 # 0 +0xB7B1 0x695B # 0 +0xB7B2 0x6B47 # 0 +0xB7B3 0x6B72 # 0 +0xB7B4 0x6BC0 # 0 +0xB7B5 0x6BBF # 0 +0xB7B6 0x6BD3 # 0 +0xB7B7 0x6BFD # 0 +0xB7B8 0x6EA2 # 0 +0xB7B9 0x6EAF # 0 +0xB7BA 0x6ED3 # 0 +0xB7BB 0x6EB6 # 0 +0xB7BC 0x6EC2 # 0 +0xB7BD 0x6E90 # 0 +0xB7BE 0x6E9D # 0 +0xB7BF 0x6EC7 # 0 +0xB7C0 0x6EC5 # 0 +0xB7C1 0x6EA5 # 0 +0xB7C2 0x6E98 # 0 +0xB7C3 0x6EBC # 0 +0xB7C4 0x6EBA # 0 +0xB7C5 0x6EAB # 0 +0xB7C6 0x6ED1 # 0 +0xB7C7 0x6E96 # 0 +0xB7C8 0x6E9C # 0 +0xB7C9 0x6EC4 # 0 +0xB7CA 0x6ED4 # 0 +0xB7CB 0x6EAA # 0 +0xB7CC 0x6EA7 # 0 +0xB7CD 0x6EB4 # 0 +0xB7CE 0x714E # 0 +0xB7CF 0x7159 # 0 +0xB7D0 0x7169 # 0 +0xB7D1 0x7164 # 0 +0xB7D2 0x7149 # 0 +0xB7D3 0x7167 # 0 +0xB7D4 0x715C # 0 +0xB7D5 0x716C # 0 +0xB7D6 0x7166 # 0 +0xB7D7 0x714C # 0 +0xB7D8 0x7165 # 0 +0xB7D9 0x715E # 0 +0xB7DA 0x7146 # 0 +0xB7DB 0x7168 # 0 +0xB7DC 0x7156 # 0 +0xB7DD 0x723A # 0 +0xB7DE 0x7252 # 0 +0xB7DF 0x7337 # 0 +0xB7E0 0x7345 # 0 +0xB7E1 0x733F # 0 +0xB7E2 0x733E # 0 +0xB7E3 0x746F # 0 +0xB7E4 0x745A # 0 +0xB7E5 0x7455 # 0 +0xB7E6 0x745F # 0 +0xB7E7 0x745E # 0 +0xB7E8 0x7441 # 0 +0xB7E9 0x743F # 0 +0xB7EA 0x7459 # 0 +0xB7EB 0x745B # 0 +0xB7EC 0x745C # 0 +0xB7ED 0x7576 # 0 +0xB7EE 0x7578 # 0 +0xB7EF 0x7600 # 0 +0xB7F0 0x75F0 # 0 +0xB7F1 0x7601 # 0 +0xB7F2 0x75F2 # 0 +0xB7F3 0x75F1 # 0 +0xB7F4 0x75FA # 0 +0xB7F5 0x75FF # 0 +0xB7F6 0x75F4 # 0 +0xB7F7 0x75F3 # 0 +0xB7F8 0x76DE # 0 +0xB7F9 0x76DF # 0 +0xB7FA 0x775B # 0 +0xB7FB 0x776B # 0 +0xB7FC 0x7766 # 0 +0xB7FD 0x775E # 0 +0xB7FE 0x7763 # 0 +0xB840 0x7779 # 0 +0xB841 0x776A # 0 +0xB842 0x776C # 0 +0xB843 0x775C # 0 +0xB844 0x7765 # 0 +0xB845 0x7768 # 0 +0xB846 0x7762 # 0 +0xB847 0x77EE # 0 +0xB848 0x788E # 0 +0xB849 0x78B0 # 0 +0xB84A 0x7897 # 0 +0xB84B 0x7898 # 0 +0xB84C 0x788C # 0 +0xB84D 0x7889 # 0 +0xB84E 0x787C # 0 +0xB84F 0x7891 # 0 +0xB850 0x7893 # 0 +0xB851 0x787F # 0 +0xB852 0x797A # 0 +0xB853 0x797F # 0 +0xB854 0x7981 # 0 +0xB855 0x842C # 0 +0xB856 0x79BD # 0 +0xB857 0x7A1C # 0 +0xB858 0x7A1A # 0 +0xB859 0x7A20 # 0 +0xB85A 0x7A14 # 0 +0xB85B 0x7A1F # 0 +0xB85C 0x7A1E # 0 +0xB85D 0x7A9F # 0 +0xB85E 0x7AA0 # 0 +0xB85F 0x7B77 # 0 +0xB860 0x7BC0 # 0 +0xB861 0x7B60 # 0 +0xB862 0x7B6E # 0 +0xB863 0x7B67 # 0 +0xB864 0x7CB1 # 0 +0xB865 0x7CB3 # 0 +0xB866 0x7CB5 # 0 +0xB867 0x7D93 # 0 +0xB868 0x7D79 # 0 +0xB869 0x7D91 # 0 +0xB86A 0x7D81 # 0 +0xB86B 0x7D8F # 0 +0xB86C 0x7D5B # 0 +0xB86D 0x7F6E # 0 +0xB86E 0x7F69 # 0 +0xB86F 0x7F6A # 0 +0xB870 0x7F72 # 0 +0xB871 0x7FA9 # 0 +0xB872 0x7FA8 # 0 +0xB873 0x7FA4 # 0 +0xB874 0x8056 # 0 +0xB875 0x8058 # 0 +0xB876 0x8086 # 0 +0xB877 0x8084 # 0 +0xB878 0x8171 # 0 +0xB879 0x8170 # 0 +0xB87A 0x8178 # 0 +0xB87B 0x8165 # 0 +0xB87C 0x816E # 0 +0xB87D 0x8173 # 0 +0xB87E 0x816B # 0 +0xB8A1 0x8179 # 0 +0xB8A2 0x817A # 0 +0xB8A3 0x8166 # 0 +0xB8A4 0x8205 # 0 +0xB8A5 0x8247 # 0 +0xB8A6 0x8482 # 0 +0xB8A7 0x8477 # 0 +0xB8A8 0x843D # 0 +0xB8A9 0x8431 # 0 +0xB8AA 0x8475 # 0 +0xB8AB 0x8466 # 0 +0xB8AC 0x846B # 0 +0xB8AD 0x8449 # 0 +0xB8AE 0x846C # 0 +0xB8AF 0x845B # 0 +0xB8B0 0x843C # 0 +0xB8B1 0x8435 # 0 +0xB8B2 0x8461 # 0 +0xB8B3 0x8463 # 0 +0xB8B4 0x8469 # 0 +0xB8B5 0x846D # 0 +0xB8B6 0x8446 # 0 +0xB8B7 0x865E # 0 +0xB8B8 0x865C # 0 +0xB8B9 0x865F # 0 +0xB8BA 0x86F9 # 0 +0xB8BB 0x8713 # 0 +0xB8BC 0x8708 # 0 +0xB8BD 0x8707 # 0 +0xB8BE 0x8700 # 0 +0xB8BF 0x86FE # 0 +0xB8C0 0x86FB # 0 +0xB8C1 0x8702 # 0 +0xB8C2 0x8703 # 0 +0xB8C3 0x8706 # 0 +0xB8C4 0x870A # 0 +0xB8C5 0x8859 # 0 +0xB8C6 0x88DF # 0 +0xB8C7 0x88D4 # 0 +0xB8C8 0x88D9 # 0 +0xB8C9 0x88DC # 0 +0xB8CA 0x88D8 # 0 +0xB8CB 0x88DD # 0 +0xB8CC 0x88E1 # 0 +0xB8CD 0x88CA # 0 +0xB8CE 0x88D5 # 0 +0xB8CF 0x88D2 # 0 +0xB8D0 0x899C # 0 +0xB8D1 0x89E3 # 0 +0xB8D2 0x8A6B # 0 +0xB8D3 0x8A72 # 0 +0xB8D4 0x8A73 # 0 +0xB8D5 0x8A66 # 0 +0xB8D6 0x8A69 # 0 +0xB8D7 0x8A70 # 0 +0xB8D8 0x8A87 # 0 +0xB8D9 0x8A7C # 0 +0xB8DA 0x8A63 # 0 +0xB8DB 0x8AA0 # 0 +0xB8DC 0x8A71 # 0 +0xB8DD 0x8A85 # 0 +0xB8DE 0x8A6D # 0 +0xB8DF 0x8A62 # 0 +0xB8E0 0x8A6E # 0 +0xB8E1 0x8A6C # 0 +0xB8E2 0x8A79 # 0 +0xB8E3 0x8A7B # 0 +0xB8E4 0x8A3E # 0 +0xB8E5 0x8A68 # 0 +0xB8E6 0x8C62 # 0 +0xB8E7 0x8C8A # 0 +0xB8E8 0x8C89 # 0 +0xB8E9 0x8CCA # 0 +0xB8EA 0x8CC7 # 0 +0xB8EB 0x8CC8 # 0 +0xB8EC 0x8CC4 # 0 +0xB8ED 0x8CB2 # 0 +0xB8EE 0x8CC3 # 0 +0xB8EF 0x8CC2 # 0 +0xB8F0 0x8CC5 # 0 +0xB8F1 0x8DE1 # 0 +0xB8F2 0x8DDF # 0 +0xB8F3 0x8DE8 # 0 +0xB8F4 0x8DEF # 0 +0xB8F5 0x8DF3 # 0 +0xB8F6 0x8DFA # 0 +0xB8F7 0x8DEA # 0 +0xB8F8 0x8DE4 # 0 +0xB8F9 0x8DE6 # 0 +0xB8FA 0x8EB2 # 0 +0xB8FB 0x8F03 # 0 +0xB8FC 0x8F09 # 0 +0xB8FD 0x8EFE # 0 +0xB8FE 0x8F0A # 0 +0xB940 0x8F9F # 0 +0xB941 0x8FB2 # 0 +0xB942 0x904B # 0 +0xB943 0x904A # 0 +0xB944 0x9053 # 0 +0xB945 0x9042 # 0 +0xB946 0x9054 # 0 +0xB947 0x903C # 0 +0xB948 0x9055 # 0 +0xB949 0x9050 # 0 +0xB94A 0x9047 # 0 +0xB94B 0x904F # 0 +0xB94C 0x904E # 0 +0xB94D 0x904D # 0 +0xB94E 0x9051 # 0 +0xB94F 0x903E # 0 +0xB950 0x9041 # 0 +0xB951 0x9112 # 0 +0xB952 0x9117 # 0 +0xB953 0x916C # 0 +0xB954 0x916A # 0 +0xB955 0x9169 # 0 +0xB956 0x91C9 # 0 +0xB957 0x9237 # 0 +0xB958 0x9257 # 0 +0xB959 0x9238 # 0 +0xB95A 0x923D # 0 +0xB95B 0x9240 # 0 +0xB95C 0x923E # 0 +0xB95D 0x925B # 0 +0xB95E 0x924B # 0 +0xB95F 0x9264 # 0 +0xB960 0x9251 # 0 +0xB961 0x9234 # 0 +0xB962 0x9249 # 0 +0xB963 0x924D # 0 +0xB964 0x9245 # 0 +0xB965 0x9239 # 0 +0xB966 0x923F # 0 +0xB967 0x925A # 0 +0xB968 0x9598 # 0 +0xB969 0x9698 # 0 +0xB96A 0x9694 # 0 +0xB96B 0x9695 # 0 +0xB96C 0x96CD # 0 +0xB96D 0x96CB # 0 +0xB96E 0x96C9 # 0 +0xB96F 0x96CA # 0 +0xB970 0x96F7 # 0 +0xB971 0x96FB # 0 +0xB972 0x96F9 # 0 +0xB973 0x96F6 # 0 +0xB974 0x9756 # 0 +0xB975 0x9774 # 0 +0xB976 0x9776 # 0 +0xB977 0x9810 # 0 +0xB978 0x9811 # 0 +0xB979 0x9813 # 0 +0xB97A 0x980A # 0 +0xB97B 0x9812 # 0 +0xB97C 0x980C # 0 +0xB97D 0x98FC # 0 +0xB97E 0x98F4 # 0 +0xB9A1 0x98FD # 0 +0xB9A2 0x98FE # 0 +0xB9A3 0x99B3 # 0 +0xB9A4 0x99B1 # 0 +0xB9A5 0x99B4 # 0 +0xB9A6 0x9AE1 # 0 +0xB9A7 0x9CE9 # 0 +0xB9A8 0x9E82 # 0 +0xB9A9 0x9F0E # 0 +0xB9AA 0x9F13 # 0 +0xB9AB 0x9F20 # 0 +0xB9AC 0x50E7 # 0 +0xB9AD 0x50EE # 0 +0xB9AE 0x50E5 # 0 +0xB9AF 0x50D6 # 0 +0xB9B0 0x50ED # 0 +0xB9B1 0x50DA # 0 +0xB9B2 0x50D5 # 0 +0xB9B3 0x50CF # 0 +0xB9B4 0x50D1 # 0 +0xB9B5 0x50F1 # 0 +0xB9B6 0x50CE # 0 +0xB9B7 0x50E9 # 0 +0xB9B8 0x5162 # 0 +0xB9B9 0x51F3 # 0 +0xB9BA 0x5283 # 0 +0xB9BB 0x5282 # 0 +0xB9BC 0x5331 # 0 +0xB9BD 0x53AD # 0 +0xB9BE 0x55FE # 0 +0xB9BF 0x5600 # 0 +0xB9C0 0x561B # 0 +0xB9C1 0x5617 # 0 +0xB9C2 0x55FD # 0 +0xB9C3 0x5614 # 0 +0xB9C4 0x5606 # 0 +0xB9C5 0x5609 # 0 +0xB9C6 0x560D # 0 +0xB9C7 0x560E # 0 +0xB9C8 0x55F7 # 0 +0xB9C9 0x5616 # 0 +0xB9CA 0x561F # 0 +0xB9CB 0x5608 # 0 +0xB9CC 0x5610 # 0 +0xB9CD 0x55F6 # 0 +0xB9CE 0x5718 # 0 +0xB9CF 0x5716 # 0 +0xB9D0 0x5875 # 0 +0xB9D1 0x587E # 0 +0xB9D2 0x5883 # 0 +0xB9D3 0x5893 # 0 +0xB9D4 0x588A # 0 +0xB9D5 0x5879 # 0 +0xB9D6 0x5885 # 0 +0xB9D7 0x587D # 0 +0xB9D8 0x58FD # 0 +0xB9D9 0x5925 # 0 +0xB9DA 0x5922 # 0 +0xB9DB 0x5924 # 0 +0xB9DC 0x596A # 0 +0xB9DD 0x5969 # 0 +0xB9DE 0x5AE1 # 0 +0xB9DF 0x5AE6 # 0 +0xB9E0 0x5AE9 # 0 +0xB9E1 0x5AD7 # 0 +0xB9E2 0x5AD6 # 0 +0xB9E3 0x5AD8 # 0 +0xB9E4 0x5AE3 # 0 +0xB9E5 0x5B75 # 0 +0xB9E6 0x5BDE # 0 +0xB9E7 0x5BE7 # 0 +0xB9E8 0x5BE1 # 0 +0xB9E9 0x5BE5 # 0 +0xB9EA 0x5BE6 # 0 +0xB9EB 0x5BE8 # 0 +0xB9EC 0x5BE2 # 0 +0xB9ED 0x5BE4 # 0 +0xB9EE 0x5BDF # 0 +0xB9EF 0x5C0D # 0 +0xB9F0 0x5C62 # 0 +0xB9F1 0x5D84 # 0 +0xB9F2 0x5D87 # 0 +0xB9F3 0x5E5B # 0 +0xB9F4 0x5E63 # 0 +0xB9F5 0x5E55 # 0 +0xB9F6 0x5E57 # 0 +0xB9F7 0x5E54 # 0 +0xB9F8 0x5ED3 # 0 +0xB9F9 0x5ED6 # 0 +0xB9FA 0x5F0A # 0 +0xB9FB 0x5F46 # 0 +0xB9FC 0x5F70 # 0 +0xB9FD 0x5FB9 # 0 +0xB9FE 0x6147 # 0 +0xBA40 0x613F # 0 +0xBA41 0x614B # 0 +0xBA42 0x6177 # 0 +0xBA43 0x6162 # 0 +0xBA44 0x6163 # 0 +0xBA45 0x615F # 0 +0xBA46 0x615A # 0 +0xBA47 0x6158 # 0 +0xBA48 0x6175 # 0 +0xBA49 0x622A # 0 +0xBA4A 0x6487 # 0 +0xBA4B 0x6458 # 0 +0xBA4C 0x6454 # 0 +0xBA4D 0x64A4 # 0 +0xBA4E 0x6478 # 0 +0xBA4F 0x645F # 0 +0xBA50 0x647A # 0 +0xBA51 0x6451 # 0 +0xBA52 0x6467 # 0 +0xBA53 0x6434 # 0 +0xBA54 0x646D # 0 +0xBA55 0x647B # 0 +0xBA56 0x6572 # 0 +0xBA57 0x65A1 # 0 +0xBA58 0x65D7 # 0 +0xBA59 0x65D6 # 0 +0xBA5A 0x66A2 # 0 +0xBA5B 0x66A8 # 0 +0xBA5C 0x669D # 0 +0xBA5D 0x699C # 0 +0xBA5E 0x69A8 # 0 +0xBA5F 0x6995 # 0 +0xBA60 0x69C1 # 0 +0xBA61 0x69AE # 0 +0xBA62 0x69D3 # 0 +0xBA63 0x69CB # 0 +0xBA64 0x699B # 0 +0xBA65 0x69B7 # 0 +0xBA66 0x69BB # 0 +0xBA67 0x69AB # 0 +0xBA68 0x69B4 # 0 +0xBA69 0x69D0 # 0 +0xBA6A 0x69CD # 0 +0xBA6B 0x69AD # 0 +0xBA6C 0x69CC # 0 +0xBA6D 0x69A6 # 0 +0xBA6E 0x69C3 # 0 +0xBA6F 0x69A3 # 0 +0xBA70 0x6B49 # 0 +0xBA71 0x6B4C # 0 +0xBA72 0x6C33 # 0 +0xBA73 0x6F33 # 0 +0xBA74 0x6F14 # 0 +0xBA75 0x6EFE # 0 +0xBA76 0x6F13 # 0 +0xBA77 0x6EF4 # 0 +0xBA78 0x6F29 # 0 +0xBA79 0x6F3E # 0 +0xBA7A 0x6F20 # 0 +0xBA7B 0x6F2C # 0 +0xBA7C 0x6F0F # 0 +0xBA7D 0x6F02 # 0 +0xBA7E 0x6F22 # 0 +0xBAA1 0x6EFF # 0 +0xBAA2 0x6EEF # 0 +0xBAA3 0x6F06 # 0 +0xBAA4 0x6F31 # 0 +0xBAA5 0x6F38 # 0 +0xBAA6 0x6F32 # 0 +0xBAA7 0x6F23 # 0 +0xBAA8 0x6F15 # 0 +0xBAA9 0x6F2B # 0 +0xBAAA 0x6F2F # 0 +0xBAAB 0x6F88 # 0 +0xBAAC 0x6F2A # 0 +0xBAAD 0x6EEC # 0 +0xBAAE 0x6F01 # 0 +0xBAAF 0x6EF2 # 0 +0xBAB0 0x6ECC # 0 +0xBAB1 0x6EF7 # 0 +0xBAB2 0x7194 # 0 +0xBAB3 0x7199 # 0 +0xBAB4 0x717D # 0 +0xBAB5 0x718A # 0 +0xBAB6 0x7184 # 0 +0xBAB7 0x7192 # 0 +0xBAB8 0x723E # 0 +0xBAB9 0x7292 # 0 +0xBABA 0x7296 # 0 +0xBABB 0x7344 # 0 +0xBABC 0x7350 # 0 +0xBABD 0x7464 # 0 +0xBABE 0x7463 # 0 +0xBABF 0x746A # 0 +0xBAC0 0x7470 # 0 +0xBAC1 0x746D # 0 +0xBAC2 0x7504 # 0 +0xBAC3 0x7591 # 0 +0xBAC4 0x7627 # 0 +0xBAC5 0x760D # 0 +0xBAC6 0x760B # 0 +0xBAC7 0x7609 # 0 +0xBAC8 0x7613 # 0 +0xBAC9 0x76E1 # 0 +0xBACA 0x76E3 # 0 +0xBACB 0x7784 # 0 +0xBACC 0x777D # 0 +0xBACD 0x777F # 0 +0xBACE 0x7761 # 0 +0xBACF 0x78C1 # 0 +0xBAD0 0x789F # 0 +0xBAD1 0x78A7 # 0 +0xBAD2 0x78B3 # 0 +0xBAD3 0x78A9 # 0 +0xBAD4 0x78A3 # 0 +0xBAD5 0x798E # 0 +0xBAD6 0x798F # 0 +0xBAD7 0x798D # 0 +0xBAD8 0x7A2E # 0 +0xBAD9 0x7A31 # 0 +0xBADA 0x7AAA # 0 +0xBADB 0x7AA9 # 0 +0xBADC 0x7AED # 0 +0xBADD 0x7AEF # 0 +0xBADE 0x7BA1 # 0 +0xBADF 0x7B95 # 0 +0xBAE0 0x7B8B # 0 +0xBAE1 0x7B75 # 0 +0xBAE2 0x7B97 # 0 +0xBAE3 0x7B9D # 0 +0xBAE4 0x7B94 # 0 +0xBAE5 0x7B8F # 0 +0xBAE6 0x7BB8 # 0 +0xBAE7 0x7B87 # 0 +0xBAE8 0x7B84 # 0 +0xBAE9 0x7CB9 # 0 +0xBAEA 0x7CBD # 0 +0xBAEB 0x7CBE # 0 +0xBAEC 0x7DBB # 0 +0xBAED 0x7DB0 # 0 +0xBAEE 0x7D9C # 0 +0xBAEF 0x7DBD # 0 +0xBAF0 0x7DBE # 0 +0xBAF1 0x7DA0 # 0 +0xBAF2 0x7DCA # 0 +0xBAF3 0x7DB4 # 0 +0xBAF4 0x7DB2 # 0 +0xBAF5 0x7DB1 # 0 +0xBAF6 0x7DBA # 0 +0xBAF7 0x7DA2 # 0 +0xBAF8 0x7DBF # 0 +0xBAF9 0x7DB5 # 0 +0xBAFA 0x7DB8 # 0 +0xBAFB 0x7DAD # 0 +0xBAFC 0x7DD2 # 0 +0xBAFD 0x7DC7 # 0 +0xBAFE 0x7DAC # 0 +0xBB40 0x7F70 # 0 +0xBB41 0x7FE0 # 0 +0xBB42 0x7FE1 # 0 +0xBB43 0x7FDF # 0 +0xBB44 0x805E # 0 +0xBB45 0x805A # 0 +0xBB46 0x8087 # 0 +0xBB47 0x8150 # 0 +0xBB48 0x8180 # 0 +0xBB49 0x818F # 0 +0xBB4A 0x8188 # 0 +0xBB4B 0x818A # 0 +0xBB4C 0x817F # 0 +0xBB4D 0x8182 # 0 +0xBB4E 0x81E7 # 0 +0xBB4F 0x81FA # 0 +0xBB50 0x8207 # 0 +0xBB51 0x8214 # 0 +0xBB52 0x821E # 0 +0xBB53 0x824B # 0 +0xBB54 0x84C9 # 0 +0xBB55 0x84BF # 0 +0xBB56 0x84C6 # 0 +0xBB57 0x84C4 # 0 +0xBB58 0x8499 # 0 +0xBB59 0x849E # 0 +0xBB5A 0x84B2 # 0 +0xBB5B 0x849C # 0 +0xBB5C 0x84CB # 0 +0xBB5D 0x84B8 # 0 +0xBB5E 0x84C0 # 0 +0xBB5F 0x84D3 # 0 +0xBB60 0x8490 # 0 +0xBB61 0x84BC # 0 +0xBB62 0x84D1 # 0 +0xBB63 0x84CA # 0 +0xBB64 0x873F # 0 +0xBB65 0x871C # 0 +0xBB66 0x873B # 0 +0xBB67 0x8722 # 0 +0xBB68 0x8725 # 0 +0xBB69 0x8734 # 0 +0xBB6A 0x8718 # 0 +0xBB6B 0x8755 # 0 +0xBB6C 0x8737 # 0 +0xBB6D 0x8729 # 0 +0xBB6E 0x88F3 # 0 +0xBB6F 0x8902 # 0 +0xBB70 0x88F4 # 0 +0xBB71 0x88F9 # 0 +0xBB72 0x88F8 # 0 +0xBB73 0x88FD # 0 +0xBB74 0x88E8 # 0 +0xBB75 0x891A # 0 +0xBB76 0x88EF # 0 +0xBB77 0x8AA6 # 0 +0xBB78 0x8A8C # 0 +0xBB79 0x8A9E # 0 +0xBB7A 0x8AA3 # 0 +0xBB7B 0x8A8D # 0 +0xBB7C 0x8AA1 # 0 +0xBB7D 0x8A93 # 0 +0xBB7E 0x8AA4 # 0 +0xBBA1 0x8AAA # 0 +0xBBA2 0x8AA5 # 0 +0xBBA3 0x8AA8 # 0 +0xBBA4 0x8A98 # 0 +0xBBA5 0x8A91 # 0 +0xBBA6 0x8A9A # 0 +0xBBA7 0x8AA7 # 0 +0xBBA8 0x8C6A # 0 +0xBBA9 0x8C8D # 0 +0xBBAA 0x8C8C # 0 +0xBBAB 0x8CD3 # 0 +0xBBAC 0x8CD1 # 0 +0xBBAD 0x8CD2 # 0 +0xBBAE 0x8D6B # 0 +0xBBAF 0x8D99 # 0 +0xBBB0 0x8D95 # 0 +0xBBB1 0x8DFC # 0 +0xBBB2 0x8F14 # 0 +0xBBB3 0x8F12 # 0 +0xBBB4 0x8F15 # 0 +0xBBB5 0x8F13 # 0 +0xBBB6 0x8FA3 # 0 +0xBBB7 0x9060 # 0 +0xBBB8 0x9058 # 0 +0xBBB9 0x905C # 0 +0xBBBA 0x9063 # 0 +0xBBBB 0x9059 # 0 +0xBBBC 0x905E # 0 +0xBBBD 0x9062 # 0 +0xBBBE 0x905D # 0 +0xBBBF 0x905B # 0 +0xBBC0 0x9119 # 0 +0xBBC1 0x9118 # 0 +0xBBC2 0x911E # 0 +0xBBC3 0x9175 # 0 +0xBBC4 0x9178 # 0 +0xBBC5 0x9177 # 0 +0xBBC6 0x9174 # 0 +0xBBC7 0x9278 # 0 +0xBBC8 0x9280 # 0 +0xBBC9 0x9285 # 0 +0xBBCA 0x9298 # 0 +0xBBCB 0x9296 # 0 +0xBBCC 0x927B # 0 +0xBBCD 0x9293 # 0 +0xBBCE 0x929C # 0 +0xBBCF 0x92A8 # 0 +0xBBD0 0x927C # 0 +0xBBD1 0x9291 # 0 +0xBBD2 0x95A1 # 0 +0xBBD3 0x95A8 # 0 +0xBBD4 0x95A9 # 0 +0xBBD5 0x95A3 # 0 +0xBBD6 0x95A5 # 0 +0xBBD7 0x95A4 # 0 +0xBBD8 0x9699 # 0 +0xBBD9 0x969C # 0 +0xBBDA 0x969B # 0 +0xBBDB 0x96CC # 0 +0xBBDC 0x96D2 # 0 +0xBBDD 0x9700 # 0 +0xBBDE 0x977C # 0 +0xBBDF 0x9785 # 0 +0xBBE0 0x97F6 # 0 +0xBBE1 0x9817 # 0 +0xBBE2 0x9818 # 0 +0xBBE3 0x98AF # 0 +0xBBE4 0x98B1 # 0 +0xBBE5 0x9903 # 0 +0xBBE6 0x9905 # 0 +0xBBE7 0x990C # 0 +0xBBE8 0x9909 # 0 +0xBBE9 0x99C1 # 0 +0xBBEA 0x9AAF # 0 +0xBBEB 0x9AB0 # 0 +0xBBEC 0x9AE6 # 0 +0xBBED 0x9B41 # 0 +0xBBEE 0x9B42 # 0 +0xBBEF 0x9CF4 # 0 +0xBBF0 0x9CF6 # 0 +0xBBF1 0x9CF3 # 0 +0xBBF2 0x9EBC # 0 +0xBBF3 0x9F3B # 0 +0xBBF4 0x9F4A # 0 +0xBBF5 0x5104 # 0 +0xBBF6 0x5100 # 0 +0xBBF7 0x50FB # 0 +0xBBF8 0x50F5 # 0 +0xBBF9 0x50F9 # 0 +0xBBFA 0x5102 # 0 +0xBBFB 0x5108 # 0 +0xBBFC 0x5109 # 0 +0xBBFD 0x5105 # 0 +0xBBFE 0x51DC # 0 +0xBC40 0x5287 # 0 +0xBC41 0x5288 # 0 +0xBC42 0x5289 # 0 +0xBC43 0x528D # 0 +0xBC44 0x528A # 0 +0xBC45 0x52F0 # 0 +0xBC46 0x53B2 # 0 +0xBC47 0x562E # 0 +0xBC48 0x563B # 0 +0xBC49 0x5639 # 0 +0xBC4A 0x5632 # 0 +0xBC4B 0x563F # 0 +0xBC4C 0x5634 # 0 +0xBC4D 0x5629 # 0 +0xBC4E 0x5653 # 0 +0xBC4F 0x564E # 0 +0xBC50 0x5657 # 0 +0xBC51 0x5674 # 0 +0xBC52 0x5636 # 0 +0xBC53 0x562F # 0 +0xBC54 0x5630 # 0 +0xBC55 0x5880 # 0 +0xBC56 0x589F # 0 +0xBC57 0x589E # 0 +0xBC58 0x58B3 # 0 +0xBC59 0x589C # 0 +0xBC5A 0x58AE # 0 +0xBC5B 0x58A9 # 0 +0xBC5C 0x58A6 # 0 +0xBC5D 0x596D # 0 +0xBC5E 0x5B09 # 0 +0xBC5F 0x5AFB # 0 +0xBC60 0x5B0B # 0 +0xBC61 0x5AF5 # 0 +0xBC62 0x5B0C # 0 +0xBC63 0x5B08 # 0 +0xBC64 0x5BEE # 0 +0xBC65 0x5BEC # 0 +0xBC66 0x5BE9 # 0 +0xBC67 0x5BEB # 0 +0xBC68 0x5C64 # 0 +0xBC69 0x5C65 # 0 +0xBC6A 0x5D9D # 0 +0xBC6B 0x5D94 # 0 +0xBC6C 0x5E62 # 0 +0xBC6D 0x5E5F # 0 +0xBC6E 0x5E61 # 0 +0xBC6F 0x5EE2 # 0 +0xBC70 0x5EDA # 0 +0xBC71 0x5EDF # 0 +0xBC72 0x5EDD # 0 +0xBC73 0x5EE3 # 0 +0xBC74 0x5EE0 # 0 +0xBC75 0x5F48 # 0 +0xBC76 0x5F71 # 0 +0xBC77 0x5FB7 # 0 +0xBC78 0x5FB5 # 0 +0xBC79 0x6176 # 0 +0xBC7A 0x6167 # 0 +0xBC7B 0x616E # 0 +0xBC7C 0x615D # 0 +0xBC7D 0x6155 # 0 +0xBC7E 0x6182 # 0 +0xBCA1 0x617C # 0 +0xBCA2 0x6170 # 0 +0xBCA3 0x616B # 0 +0xBCA4 0x617E # 0 +0xBCA5 0x61A7 # 0 +0xBCA6 0x6190 # 0 +0xBCA7 0x61AB # 0 +0xBCA8 0x618E # 0 +0xBCA9 0x61AC # 0 +0xBCAA 0x619A # 0 +0xBCAB 0x61A4 # 0 +0xBCAC 0x6194 # 0 +0xBCAD 0x61AE # 0 +0xBCAE 0x622E # 0 +0xBCAF 0x6469 # 0 +0xBCB0 0x646F # 0 +0xBCB1 0x6479 # 0 +0xBCB2 0x649E # 0 +0xBCB3 0x64B2 # 0 +0xBCB4 0x6488 # 0 +0xBCB5 0x6490 # 0 +0xBCB6 0x64B0 # 0 +0xBCB7 0x64A5 # 0 +0xBCB8 0x6493 # 0 +0xBCB9 0x6495 # 0 +0xBCBA 0x64A9 # 0 +0xBCBB 0x6492 # 0 +0xBCBC 0x64AE # 0 +0xBCBD 0x64AD # 0 +0xBCBE 0x64AB # 0 +0xBCBF 0x649A # 0 +0xBCC0 0x64AC # 0 +0xBCC1 0x6499 # 0 +0xBCC2 0x64A2 # 0 +0xBCC3 0x64B3 # 0 +0xBCC4 0x6575 # 0 +0xBCC5 0x6577 # 0 +0xBCC6 0x6578 # 0 +0xBCC7 0x66AE # 0 +0xBCC8 0x66AB # 0 +0xBCC9 0x66B4 # 0 +0xBCCA 0x66B1 # 0 +0xBCCB 0x6A23 # 0 +0xBCCC 0x6A1F # 0 +0xBCCD 0x69E8 # 0 +0xBCCE 0x6A01 # 0 +0xBCCF 0x6A1E # 0 +0xBCD0 0x6A19 # 0 +0xBCD1 0x69FD # 0 +0xBCD2 0x6A21 # 0 +0xBCD3 0x6A13 # 0 +0xBCD4 0x6A0A # 0 +0xBCD5 0x69F3 # 0 +0xBCD6 0x6A02 # 0 +0xBCD7 0x6A05 # 0 +0xBCD8 0x69ED # 0 +0xBCD9 0x6A11 # 0 +0xBCDA 0x6B50 # 0 +0xBCDB 0x6B4E # 0 +0xBCDC 0x6BA4 # 0 +0xBCDD 0x6BC5 # 0 +0xBCDE 0x6BC6 # 0 +0xBCDF 0x6F3F # 0 +0xBCE0 0x6F7C # 0 +0xBCE1 0x6F84 # 0 +0xBCE2 0x6F51 # 0 +0xBCE3 0x6F66 # 0 +0xBCE4 0x6F54 # 0 +0xBCE5 0x6F86 # 0 +0xBCE6 0x6F6D # 0 +0xBCE7 0x6F5B # 0 +0xBCE8 0x6F78 # 0 +0xBCE9 0x6F6E # 0 +0xBCEA 0x6F8E # 0 +0xBCEB 0x6F7A # 0 +0xBCEC 0x6F70 # 0 +0xBCED 0x6F64 # 0 +0xBCEE 0x6F97 # 0 +0xBCEF 0x6F58 # 0 +0xBCF0 0x6ED5 # 0 +0xBCF1 0x6F6F # 0 +0xBCF2 0x6F60 # 0 +0xBCF3 0x6F5F # 0 +0xBCF4 0x719F # 0 +0xBCF5 0x71AC # 0 +0xBCF6 0x71B1 # 0 +0xBCF7 0x71A8 # 0 +0xBCF8 0x7256 # 0 +0xBCF9 0x729B # 0 +0xBCFA 0x734E # 0 +0xBCFB 0x7357 # 0 +0xBCFC 0x7469 # 0 +0xBCFD 0x748B # 0 +0xBCFE 0x7483 # 0 +0xBD40 0x747E # 0 +0xBD41 0x7480 # 0 +0xBD42 0x757F # 0 +0xBD43 0x7620 # 0 +0xBD44 0x7629 # 0 +0xBD45 0x761F # 0 +0xBD46 0x7624 # 0 +0xBD47 0x7626 # 0 +0xBD48 0x7621 # 0 +0xBD49 0x7622 # 0 +0xBD4A 0x769A # 0 +0xBD4B 0x76BA # 0 +0xBD4C 0x76E4 # 0 +0xBD4D 0x778E # 0 +0xBD4E 0x7787 # 0 +0xBD4F 0x778C # 0 +0xBD50 0x7791 # 0 +0xBD51 0x778B # 0 +0xBD52 0x78CB # 0 +0xBD53 0x78C5 # 0 +0xBD54 0x78BA # 0 +0xBD55 0x78CA # 0 +0xBD56 0x78BE # 0 +0xBD57 0x78D5 # 0 +0xBD58 0x78BC # 0 +0xBD59 0x78D0 # 0 +0xBD5A 0x7A3F # 0 +0xBD5B 0x7A3C # 0 +0xBD5C 0x7A40 # 0 +0xBD5D 0x7A3D # 0 +0xBD5E 0x7A37 # 0 +0xBD5F 0x7A3B # 0 +0xBD60 0x7AAF # 0 +0xBD61 0x7AAE # 0 +0xBD62 0x7BAD # 0 +0xBD63 0x7BB1 # 0 +0xBD64 0x7BC4 # 0 +0xBD65 0x7BB4 # 0 +0xBD66 0x7BC6 # 0 +0xBD67 0x7BC7 # 0 +0xBD68 0x7BC1 # 0 +0xBD69 0x7BA0 # 0 +0xBD6A 0x7BCC # 0 +0xBD6B 0x7CCA # 0 +0xBD6C 0x7DE0 # 0 +0xBD6D 0x7DF4 # 0 +0xBD6E 0x7DEF # 0 +0xBD6F 0x7DFB # 0 +0xBD70 0x7DD8 # 0 +0xBD71 0x7DEC # 0 +0xBD72 0x7DDD # 0 +0xBD73 0x7DE8 # 0 +0xBD74 0x7DE3 # 0 +0xBD75 0x7DDA # 0 +0xBD76 0x7DDE # 0 +0xBD77 0x7DE9 # 0 +0xBD78 0x7D9E # 0 +0xBD79 0x7DD9 # 0 +0xBD7A 0x7DF2 # 0 +0xBD7B 0x7DF9 # 0 +0xBD7C 0x7F75 # 0 +0xBD7D 0x7F77 # 0 +0xBD7E 0x7FAF # 0 +0xBDA1 0x7FE9 # 0 +0xBDA2 0x8026 # 0 +0xBDA3 0x819B # 0 +0xBDA4 0x819C # 0 +0xBDA5 0x819D # 0 +0xBDA6 0x81A0 # 0 +0xBDA7 0x819A # 0 +0xBDA8 0x8198 # 0 +0xBDA9 0x8517 # 0 +0xBDAA 0x853D # 0 +0xBDAB 0x851A # 0 +0xBDAC 0x84EE # 0 +0xBDAD 0x852C # 0 +0xBDAE 0x852D # 0 +0xBDAF 0x8513 # 0 +0xBDB0 0x8511 # 0 +0xBDB1 0x8523 # 0 +0xBDB2 0x8521 # 0 +0xBDB3 0x8514 # 0 +0xBDB4 0x84EC # 0 +0xBDB5 0x8525 # 0 +0xBDB6 0x84FF # 0 +0xBDB7 0x8506 # 0 +0xBDB8 0x8782 # 0 +0xBDB9 0x8774 # 0 +0xBDBA 0x8776 # 0 +0xBDBB 0x8760 # 0 +0xBDBC 0x8766 # 0 +0xBDBD 0x8778 # 0 +0xBDBE 0x8768 # 0 +0xBDBF 0x8759 # 0 +0xBDC0 0x8757 # 0 +0xBDC1 0x874C # 0 +0xBDC2 0x8753 # 0 +0xBDC3 0x885B # 0 +0xBDC4 0x885D # 0 +0xBDC5 0x8910 # 0 +0xBDC6 0x8907 # 0 +0xBDC7 0x8912 # 0 +0xBDC8 0x8913 # 0 +0xBDC9 0x8915 # 0 +0xBDCA 0x890A # 0 +0xBDCB 0x8ABC # 0 +0xBDCC 0x8AD2 # 0 +0xBDCD 0x8AC7 # 0 +0xBDCE 0x8AC4 # 0 +0xBDCF 0x8A95 # 0 +0xBDD0 0x8ACB # 0 +0xBDD1 0x8AF8 # 0 +0xBDD2 0x8AB2 # 0 +0xBDD3 0x8AC9 # 0 +0xBDD4 0x8AC2 # 0 +0xBDD5 0x8ABF # 0 +0xBDD6 0x8AB0 # 0 +0xBDD7 0x8AD6 # 0 +0xBDD8 0x8ACD # 0 +0xBDD9 0x8AB6 # 0 +0xBDDA 0x8AB9 # 0 +0xBDDB 0x8ADB # 0 +0xBDDC 0x8C4C # 0 +0xBDDD 0x8C4E # 0 +0xBDDE 0x8C6C # 0 +0xBDDF 0x8CE0 # 0 +0xBDE0 0x8CDE # 0 +0xBDE1 0x8CE6 # 0 +0xBDE2 0x8CE4 # 0 +0xBDE3 0x8CEC # 0 +0xBDE4 0x8CED # 0 +0xBDE5 0x8CE2 # 0 +0xBDE6 0x8CE3 # 0 +0xBDE7 0x8CDC # 0 +0xBDE8 0x8CEA # 0 +0xBDE9 0x8CE1 # 0 +0xBDEA 0x8D6D # 0 +0xBDEB 0x8D9F # 0 +0xBDEC 0x8DA3 # 0 +0xBDED 0x8E2B # 0 +0xBDEE 0x8E10 # 0 +0xBDEF 0x8E1D # 0 +0xBDF0 0x8E22 # 0 +0xBDF1 0x8E0F # 0 +0xBDF2 0x8E29 # 0 +0xBDF3 0x8E1F # 0 +0xBDF4 0x8E21 # 0 +0xBDF5 0x8E1E # 0 +0xBDF6 0x8EBA # 0 +0xBDF7 0x8F1D # 0 +0xBDF8 0x8F1B # 0 +0xBDF9 0x8F1F # 0 +0xBDFA 0x8F29 # 0 +0xBDFB 0x8F26 # 0 +0xBDFC 0x8F2A # 0 +0xBDFD 0x8F1C # 0 +0xBDFE 0x8F1E # 0 +0xBE40 0x8F25 # 0 +0xBE41 0x9069 # 0 +0xBE42 0x906E # 0 +0xBE43 0x9068 # 0 +0xBE44 0x906D # 0 +0xBE45 0x9077 # 0 +0xBE46 0x9130 # 0 +0xBE47 0x912D # 0 +0xBE48 0x9127 # 0 +0xBE49 0x9131 # 0 +0xBE4A 0x9187 # 0 +0xBE4B 0x9189 # 0 +0xBE4C 0x918B # 0 +0xBE4D 0x9183 # 0 +0xBE4E 0x92C5 # 0 +0xBE4F 0x92BB # 0 +0xBE50 0x92B7 # 0 +0xBE51 0x92EA # 0 +0xBE52 0x92AC # 0 +0xBE53 0x92E4 # 0 +0xBE54 0x92C1 # 0 +0xBE55 0x92B3 # 0 +0xBE56 0x92BC # 0 +0xBE57 0x92D2 # 0 +0xBE58 0x92C7 # 0 +0xBE59 0x92F0 # 0 +0xBE5A 0x92B2 # 0 +0xBE5B 0x95AD # 0 +0xBE5C 0x95B1 # 0 +0xBE5D 0x9704 # 0 +0xBE5E 0x9706 # 0 +0xBE5F 0x9707 # 0 +0xBE60 0x9709 # 0 +0xBE61 0x9760 # 0 +0xBE62 0x978D # 0 +0xBE63 0x978B # 0 +0xBE64 0x978F # 0 +0xBE65 0x9821 # 0 +0xBE66 0x982B # 0 +0xBE67 0x981C # 0 +0xBE68 0x98B3 # 0 +0xBE69 0x990A # 0 +0xBE6A 0x9913 # 0 +0xBE6B 0x9912 # 0 +0xBE6C 0x9918 # 0 +0xBE6D 0x99DD # 0 +0xBE6E 0x99D0 # 0 +0xBE6F 0x99DF # 0 +0xBE70 0x99DB # 0 +0xBE71 0x99D1 # 0 +0xBE72 0x99D5 # 0 +0xBE73 0x99D2 # 0 +0xBE74 0x99D9 # 0 +0xBE75 0x9AB7 # 0 +0xBE76 0x9AEE # 0 +0xBE77 0x9AEF # 0 +0xBE78 0x9B27 # 0 +0xBE79 0x9B45 # 0 +0xBE7A 0x9B44 # 0 +0xBE7B 0x9B77 # 0 +0xBE7C 0x9B6F # 0 +0xBE7D 0x9D06 # 0 +0xBE7E 0x9D09 # 0 +0xBEA1 0x9D03 # 0 +0xBEA2 0x9EA9 # 0 +0xBEA3 0x9EBE # 0 +0xBEA4 0x9ECE # 0 +0xBEA5 0x58A8 # 0 +0xBEA6 0x9F52 # 0 +0xBEA7 0x5112 # 0 +0xBEA8 0x5118 # 0 +0xBEA9 0x5114 # 0 +0xBEAA 0x5110 # 0 +0xBEAB 0x5115 # 0 +0xBEAC 0x5180 # 0 +0xBEAD 0x51AA # 0 +0xBEAE 0x51DD # 0 +0xBEAF 0x5291 # 0 +0xBEB0 0x5293 # 0 +0xBEB1 0x52F3 # 0 +0xBEB2 0x5659 # 0 +0xBEB3 0x566B # 0 +0xBEB4 0x5679 # 0 +0xBEB5 0x5669 # 0 +0xBEB6 0x5664 # 0 +0xBEB7 0x5678 # 0 +0xBEB8 0x566A # 0 +0xBEB9 0x5668 # 0 +0xBEBA 0x5665 # 0 +0xBEBB 0x5671 # 0 +0xBEBC 0x566F # 0 +0xBEBD 0x566C # 0 +0xBEBE 0x5662 # 0 +0xBEBF 0x5676 # 0 +0xBEC0 0x58C1 # 0 +0xBEC1 0x58BE # 0 +0xBEC2 0x58C7 # 0 +0xBEC3 0x58C5 # 0 +0xBEC4 0x596E # 0 +0xBEC5 0x5B1D # 0 +0xBEC6 0x5B34 # 0 +0xBEC7 0x5B78 # 0 +0xBEC8 0x5BF0 # 0 +0xBEC9 0x5C0E # 0 +0xBECA 0x5F4A # 0 +0xBECB 0x61B2 # 0 +0xBECC 0x6191 # 0 +0xBECD 0x61A9 # 0 +0xBECE 0x618A # 0 +0xBECF 0x61CD # 0 +0xBED0 0x61B6 # 0 +0xBED1 0x61BE # 0 +0xBED2 0x61CA # 0 +0xBED3 0x61C8 # 0 +0xBED4 0x6230 # 0 +0xBED5 0x64C5 # 0 +0xBED6 0x64C1 # 0 +0xBED7 0x64CB # 0 +0xBED8 0x64BB # 0 +0xBED9 0x64BC # 0 +0xBEDA 0x64DA # 0 +0xBEDB 0x64C4 # 0 +0xBEDC 0x64C7 # 0 +0xBEDD 0x64C2 # 0 +0xBEDE 0x64CD # 0 +0xBEDF 0x64BF # 0 +0xBEE0 0x64D2 # 0 +0xBEE1 0x64D4 # 0 +0xBEE2 0x64BE # 0 +0xBEE3 0x6574 # 0 +0xBEE4 0x66C6 # 0 +0xBEE5 0x66C9 # 0 +0xBEE6 0x66B9 # 0 +0xBEE7 0x66C4 # 0 +0xBEE8 0x66C7 # 0 +0xBEE9 0x66B8 # 0 +0xBEEA 0x6A3D # 0 +0xBEEB 0x6A38 # 0 +0xBEEC 0x6A3A # 0 +0xBEED 0x6A59 # 0 +0xBEEE 0x6A6B # 0 +0xBEEF 0x6A58 # 0 +0xBEF0 0x6A39 # 0 +0xBEF1 0x6A44 # 0 +0xBEF2 0x6A62 # 0 +0xBEF3 0x6A61 # 0 +0xBEF4 0x6A4B # 0 +0xBEF5 0x6A47 # 0 +0xBEF6 0x6A35 # 0 +0xBEF7 0x6A5F # 0 +0xBEF8 0x6A48 # 0 +0xBEF9 0x6B59 # 0 +0xBEFA 0x6B77 # 0 +0xBEFB 0x6C05 # 0 +0xBEFC 0x6FC2 # 0 +0xBEFD 0x6FB1 # 0 +0xBEFE 0x6FA1 # 0 +0xBF40 0x6FC3 # 0 +0xBF41 0x6FA4 # 0 +0xBF42 0x6FC1 # 0 +0xBF43 0x6FA7 # 0 +0xBF44 0x6FB3 # 0 +0xBF45 0x6FC0 # 0 +0xBF46 0x6FB9 # 0 +0xBF47 0x6FB6 # 0 +0xBF48 0x6FA6 # 0 +0xBF49 0x6FA0 # 0 +0xBF4A 0x6FB4 # 0 +0xBF4B 0x71BE # 0 +0xBF4C 0x71C9 # 0 +0xBF4D 0x71D0 # 0 +0xBF4E 0x71D2 # 0 +0xBF4F 0x71C8 # 0 +0xBF50 0x71D5 # 0 +0xBF51 0x71B9 # 0 +0xBF52 0x71CE # 0 +0xBF53 0x71D9 # 0 +0xBF54 0x71DC # 0 +0xBF55 0x71C3 # 0 +0xBF56 0x71C4 # 0 +0xBF57 0x7368 # 0 +0xBF58 0x749C # 0 +0xBF59 0x74A3 # 0 +0xBF5A 0x7498 # 0 +0xBF5B 0x749F # 0 +0xBF5C 0x749E # 0 +0xBF5D 0x74E2 # 0 +0xBF5E 0x750C # 0 +0xBF5F 0x750D # 0 +0xBF60 0x7634 # 0 +0xBF61 0x7638 # 0 +0xBF62 0x763A # 0 +0xBF63 0x76E7 # 0 +0xBF64 0x76E5 # 0 +0xBF65 0x77A0 # 0 +0xBF66 0x779E # 0 +0xBF67 0x779F # 0 +0xBF68 0x77A5 # 0 +0xBF69 0x78E8 # 0 +0xBF6A 0x78DA # 0 +0xBF6B 0x78EC # 0 +0xBF6C 0x78E7 # 0 +0xBF6D 0x79A6 # 0 +0xBF6E 0x7A4D # 0 +0xBF6F 0x7A4E # 0 +0xBF70 0x7A46 # 0 +0xBF71 0x7A4C # 0 +0xBF72 0x7A4B # 0 +0xBF73 0x7ABA # 0 +0xBF74 0x7BD9 # 0 +0xBF75 0x7C11 # 0 +0xBF76 0x7BC9 # 0 +0xBF77 0x7BE4 # 0 +0xBF78 0x7BDB # 0 +0xBF79 0x7BE1 # 0 +0xBF7A 0x7BE9 # 0 +0xBF7B 0x7BE6 # 0 +0xBF7C 0x7CD5 # 0 +0xBF7D 0x7CD6 # 0 +0xBF7E 0x7E0A # 0 +0xBFA1 0x7E11 # 0 +0xBFA2 0x7E08 # 0 +0xBFA3 0x7E1B # 0 +0xBFA4 0x7E23 # 0 +0xBFA5 0x7E1E # 0 +0xBFA6 0x7E1D # 0 +0xBFA7 0x7E09 # 0 +0xBFA8 0x7E10 # 0 +0xBFA9 0x7F79 # 0 +0xBFAA 0x7FB2 # 0 +0xBFAB 0x7FF0 # 0 +0xBFAC 0x7FF1 # 0 +0xBFAD 0x7FEE # 0 +0xBFAE 0x8028 # 0 +0xBFAF 0x81B3 # 0 +0xBFB0 0x81A9 # 0 +0xBFB1 0x81A8 # 0 +0xBFB2 0x81FB # 0 +0xBFB3 0x8208 # 0 +0xBFB4 0x8258 # 0 +0xBFB5 0x8259 # 0 +0xBFB6 0x854A # 0 +0xBFB7 0x8559 # 0 +0xBFB8 0x8548 # 0 +0xBFB9 0x8568 # 0 +0xBFBA 0x8569 # 0 +0xBFBB 0x8543 # 0 +0xBFBC 0x8549 # 0 +0xBFBD 0x856D # 0 +0xBFBE 0x856A # 0 +0xBFBF 0x855E # 0 +0xBFC0 0x8783 # 0 +0xBFC1 0x879F # 0 +0xBFC2 0x879E # 0 +0xBFC3 0x87A2 # 0 +0xBFC4 0x878D # 0 +0xBFC5 0x8861 # 0 +0xBFC6 0x892A # 0 +0xBFC7 0x8932 # 0 +0xBFC8 0x8925 # 0 +0xBFC9 0x892B # 0 +0xBFCA 0x8921 # 0 +0xBFCB 0x89AA # 0 +0xBFCC 0x89A6 # 0 +0xBFCD 0x8AE6 # 0 +0xBFCE 0x8AFA # 0 +0xBFCF 0x8AEB # 0 +0xBFD0 0x8AF1 # 0 +0xBFD1 0x8B00 # 0 +0xBFD2 0x8ADC # 0 +0xBFD3 0x8AE7 # 0 +0xBFD4 0x8AEE # 0 +0xBFD5 0x8AFE # 0 +0xBFD6 0x8B01 # 0 +0xBFD7 0x8B02 # 0 +0xBFD8 0x8AF7 # 0 +0xBFD9 0x8AED # 0 +0xBFDA 0x8AF3 # 0 +0xBFDB 0x8AF6 # 0 +0xBFDC 0x8AFC # 0 +0xBFDD 0x8C6B # 0 +0xBFDE 0x8C6D # 0 +0xBFDF 0x8C93 # 0 +0xBFE0 0x8CF4 # 0 +0xBFE1 0x8E44 # 0 +0xBFE2 0x8E31 # 0 +0xBFE3 0x8E34 # 0 +0xBFE4 0x8E42 # 0 +0xBFE5 0x8E39 # 0 +0xBFE6 0x8E35 # 0 +0xBFE7 0x8F3B # 0 +0xBFE8 0x8F2F # 0 +0xBFE9 0x8F38 # 0 +0xBFEA 0x8F33 # 0 +0xBFEB 0x8FA8 # 0 +0xBFEC 0x8FA6 # 0 +0xBFED 0x9075 # 0 +0xBFEE 0x9074 # 0 +0xBFEF 0x9078 # 0 +0xBFF0 0x9072 # 0 +0xBFF1 0x907C # 0 +0xBFF2 0x907A # 0 +0xBFF3 0x9134 # 0 +0xBFF4 0x9192 # 0 +0xBFF5 0x9320 # 0 +0xBFF6 0x9336 # 0 +0xBFF7 0x92F8 # 0 +0xBFF8 0x9333 # 0 +0xBFF9 0x932F # 0 +0xBFFA 0x9322 # 0 +0xBFFB 0x92FC # 0 +0xBFFC 0x932B # 0 +0xBFFD 0x9304 # 0 +0xBFFE 0x931A # 0 +0xC040 0x9310 # 0 +0xC041 0x9326 # 0 +0xC042 0x9321 # 0 +0xC043 0x9315 # 0 +0xC044 0x932E # 0 +0xC045 0x9319 # 0 +0xC046 0x95BB # 0 +0xC047 0x96A7 # 0 +0xC048 0x96A8 # 0 +0xC049 0x96AA # 0 +0xC04A 0x96D5 # 0 +0xC04B 0x970E # 0 +0xC04C 0x9711 # 0 +0xC04D 0x9716 # 0 +0xC04E 0x970D # 0 +0xC04F 0x9713 # 0 +0xC050 0x970F # 0 +0xC051 0x975B # 0 +0xC052 0x975C # 0 +0xC053 0x9766 # 0 +0xC054 0x9798 # 0 +0xC055 0x9830 # 0 +0xC056 0x9838 # 0 +0xC057 0x983B # 0 +0xC058 0x9837 # 0 +0xC059 0x982D # 0 +0xC05A 0x9839 # 0 +0xC05B 0x9824 # 0 +0xC05C 0x9910 # 0 +0xC05D 0x9928 # 0 +0xC05E 0x991E # 0 +0xC05F 0x991B # 0 +0xC060 0x9921 # 0 +0xC061 0x991A # 0 +0xC062 0x99ED # 0 +0xC063 0x99E2 # 0 +0xC064 0x99F1 # 0 +0xC065 0x9AB8 # 0 +0xC066 0x9ABC # 0 +0xC067 0x9AFB # 0 +0xC068 0x9AED # 0 +0xC069 0x9B28 # 0 +0xC06A 0x9B91 # 0 +0xC06B 0x9D15 # 0 +0xC06C 0x9D23 # 0 +0xC06D 0x9D26 # 0 +0xC06E 0x9D28 # 0 +0xC06F 0x9D12 # 0 +0xC070 0x9D1B # 0 +0xC071 0x9ED8 # 0 +0xC072 0x9ED4 # 0 +0xC073 0x9F8D # 0 +0xC074 0x9F9C # 0 +0xC075 0x512A # 0 +0xC076 0x511F # 0 +0xC077 0x5121 # 0 +0xC078 0x5132 # 0 +0xC079 0x52F5 # 0 +0xC07A 0x568E # 0 +0xC07B 0x5680 # 0 +0xC07C 0x5690 # 0 +0xC07D 0x5685 # 0 +0xC07E 0x5687 # 0 +0xC0A1 0x568F # 0 +0xC0A2 0x58D5 # 0 +0xC0A3 0x58D3 # 0 +0xC0A4 0x58D1 # 0 +0xC0A5 0x58CE # 0 +0xC0A6 0x5B30 # 0 +0xC0A7 0x5B2A # 0 +0xC0A8 0x5B24 # 0 +0xC0A9 0x5B7A # 0 +0xC0AA 0x5C37 # 0 +0xC0AB 0x5C68 # 0 +0xC0AC 0x5DBC # 0 +0xC0AD 0x5DBA # 0 +0xC0AE 0x5DBD # 0 +0xC0AF 0x5DB8 # 0 +0xC0B0 0x5E6B # 0 +0xC0B1 0x5F4C # 0 +0xC0B2 0x5FBD # 0 +0xC0B3 0x61C9 # 0 +0xC0B4 0x61C2 # 0 +0xC0B5 0x61C7 # 0 +0xC0B6 0x61E6 # 0 +0xC0B7 0x61CB # 0 +0xC0B8 0x6232 # 0 +0xC0B9 0x6234 # 0 +0xC0BA 0x64CE # 0 +0xC0BB 0x64CA # 0 +0xC0BC 0x64D8 # 0 +0xC0BD 0x64E0 # 0 +0xC0BE 0x64F0 # 0 +0xC0BF 0x64E6 # 0 +0xC0C0 0x64EC # 0 +0xC0C1 0x64F1 # 0 +0xC0C2 0x64E2 # 0 +0xC0C3 0x64ED # 0 +0xC0C4 0x6582 # 0 +0xC0C5 0x6583 # 0 +0xC0C6 0x66D9 # 0 +0xC0C7 0x66D6 # 0 +0xC0C8 0x6A80 # 0 +0xC0C9 0x6A94 # 0 +0xC0CA 0x6A84 # 0 +0xC0CB 0x6AA2 # 0 +0xC0CC 0x6A9C # 0 +0xC0CD 0x6ADB # 0 +0xC0CE 0x6AA3 # 0 +0xC0CF 0x6A7E # 0 +0xC0D0 0x6A97 # 0 +0xC0D1 0x6A90 # 0 +0xC0D2 0x6AA0 # 0 +0xC0D3 0x6B5C # 0 +0xC0D4 0x6BAE # 0 +0xC0D5 0x6BDA # 0 +0xC0D6 0x6C08 # 0 +0xC0D7 0x6FD8 # 0 +0xC0D8 0x6FF1 # 0 +0xC0D9 0x6FDF # 0 +0xC0DA 0x6FE0 # 0 +0xC0DB 0x6FDB # 0 +0xC0DC 0x6FE4 # 0 +0xC0DD 0x6FEB # 0 +0xC0DE 0x6FEF # 0 +0xC0DF 0x6F80 # 0 +0xC0E0 0x6FEC # 0 +0xC0E1 0x6FE1 # 0 +0xC0E2 0x6FE9 # 0 +0xC0E3 0x6FD5 # 0 +0xC0E4 0x6FEE # 0 +0xC0E5 0x6FF0 # 0 +0xC0E6 0x71E7 # 0 +0xC0E7 0x71DF # 0 +0xC0E8 0x71EE # 0 +0xC0E9 0x71E6 # 0 +0xC0EA 0x71E5 # 0 +0xC0EB 0x71ED # 0 +0xC0EC 0x71EC # 0 +0xC0ED 0x71F4 # 0 +0xC0EE 0x71E0 # 0 +0xC0EF 0x7235 # 0 +0xC0F0 0x7246 # 0 +0xC0F1 0x7370 # 0 +0xC0F2 0x7372 # 0 +0xC0F3 0x74A9 # 0 +0xC0F4 0x74B0 # 0 +0xC0F5 0x74A6 # 0 +0xC0F6 0x74A8 # 0 +0xC0F7 0x7646 # 0 +0xC0F8 0x7642 # 0 +0xC0F9 0x764C # 0 +0xC0FA 0x76EA # 0 +0xC0FB 0x77B3 # 0 +0xC0FC 0x77AA # 0 +0xC0FD 0x77B0 # 0 +0xC0FE 0x77AC # 0 +0xC140 0x77A7 # 0 +0xC141 0x77AD # 0 +0xC142 0x77EF # 0 +0xC143 0x78F7 # 0 +0xC144 0x78FA # 0 +0xC145 0x78F4 # 0 +0xC146 0x78EF # 0 +0xC147 0x7901 # 0 +0xC148 0x79A7 # 0 +0xC149 0x79AA # 0 +0xC14A 0x7A57 # 0 +0xC14B 0x7ABF # 0 +0xC14C 0x7C07 # 0 +0xC14D 0x7C0D # 0 +0xC14E 0x7BFE # 0 +0xC14F 0x7BF7 # 0 +0xC150 0x7C0C # 0 +0xC151 0x7BE0 # 0 +0xC152 0x7CE0 # 0 +0xC153 0x7CDC # 0 +0xC154 0x7CDE # 0 +0xC155 0x7CE2 # 0 +0xC156 0x7CDF # 0 +0xC157 0x7CD9 # 0 +0xC158 0x7CDD # 0 +0xC159 0x7E2E # 0 +0xC15A 0x7E3E # 0 +0xC15B 0x7E46 # 0 +0xC15C 0x7E37 # 0 +0xC15D 0x7E32 # 0 +0xC15E 0x7E43 # 0 +0xC15F 0x7E2B # 0 +0xC160 0x7E3D # 0 +0xC161 0x7E31 # 0 +0xC162 0x7E45 # 0 +0xC163 0x7E41 # 0 +0xC164 0x7E34 # 0 +0xC165 0x7E39 # 0 +0xC166 0x7E48 # 0 +0xC167 0x7E35 # 0 +0xC168 0x7E3F # 0 +0xC169 0x7E2F # 0 +0xC16A 0x7F44 # 0 +0xC16B 0x7FF3 # 0 +0xC16C 0x7FFC # 0 +0xC16D 0x8071 # 0 +0xC16E 0x8072 # 0 +0xC16F 0x8070 # 0 +0xC170 0x806F # 0 +0xC171 0x8073 # 0 +0xC172 0x81C6 # 0 +0xC173 0x81C3 # 0 +0xC174 0x81BA # 0 +0xC175 0x81C2 # 0 +0xC176 0x81C0 # 0 +0xC177 0x81BF # 0 +0xC178 0x81BD # 0 +0xC179 0x81C9 # 0 +0xC17A 0x81BE # 0 +0xC17B 0x81E8 # 0 +0xC17C 0x8209 # 0 +0xC17D 0x8271 # 0 +0xC17E 0x85AA # 0 +0xC1A1 0x8584 # 0 +0xC1A2 0x857E # 0 +0xC1A3 0x859C # 0 +0xC1A4 0x8591 # 0 +0xC1A5 0x8594 # 0 +0xC1A6 0x85AF # 0 +0xC1A7 0x859B # 0 +0xC1A8 0x8587 # 0 +0xC1A9 0x85A8 # 0 +0xC1AA 0x858A # 0 +0xC1AB 0x8667 # 0 +0xC1AC 0x87C0 # 0 +0xC1AD 0x87D1 # 0 +0xC1AE 0x87B3 # 0 +0xC1AF 0x87D2 # 0 +0xC1B0 0x87C6 # 0 +0xC1B1 0x87AB # 0 +0xC1B2 0x87BB # 0 +0xC1B3 0x87BA # 0 +0xC1B4 0x87C8 # 0 +0xC1B5 0x87CB # 0 +0xC1B6 0x893B # 0 +0xC1B7 0x8936 # 0 +0xC1B8 0x8944 # 0 +0xC1B9 0x8938 # 0 +0xC1BA 0x893D # 0 +0xC1BB 0x89AC # 0 +0xC1BC 0x8B0E # 0 +0xC1BD 0x8B17 # 0 +0xC1BE 0x8B19 # 0 +0xC1BF 0x8B1B # 0 +0xC1C0 0x8B0A # 0 +0xC1C1 0x8B20 # 0 +0xC1C2 0x8B1D # 0 +0xC1C3 0x8B04 # 0 +0xC1C4 0x8B10 # 0 +0xC1C5 0x8C41 # 0 +0xC1C6 0x8C3F # 0 +0xC1C7 0x8C73 # 0 +0xC1C8 0x8CFA # 0 +0xC1C9 0x8CFD # 0 +0xC1CA 0x8CFC # 0 +0xC1CB 0x8CF8 # 0 +0xC1CC 0x8CFB # 0 +0xC1CD 0x8DA8 # 0 +0xC1CE 0x8E49 # 0 +0xC1CF 0x8E4B # 0 +0xC1D0 0x8E48 # 0 +0xC1D1 0x8E4A # 0 +0xC1D2 0x8F44 # 0 +0xC1D3 0x8F3E # 0 +0xC1D4 0x8F42 # 0 +0xC1D5 0x8F45 # 0 +0xC1D6 0x8F3F # 0 +0xC1D7 0x907F # 0 +0xC1D8 0x907D # 0 +0xC1D9 0x9084 # 0 +0xC1DA 0x9081 # 0 +0xC1DB 0x9082 # 0 +0xC1DC 0x9080 # 0 +0xC1DD 0x9139 # 0 +0xC1DE 0x91A3 # 0 +0xC1DF 0x919E # 0 +0xC1E0 0x919C # 0 +0xC1E1 0x934D # 0 +0xC1E2 0x9382 # 0 +0xC1E3 0x9328 # 0 +0xC1E4 0x9375 # 0 +0xC1E5 0x934A # 0 +0xC1E6 0x9365 # 0 +0xC1E7 0x934B # 0 +0xC1E8 0x9318 # 0 +0xC1E9 0x937E # 0 +0xC1EA 0x936C # 0 +0xC1EB 0x935B # 0 +0xC1EC 0x9370 # 0 +0xC1ED 0x935A # 0 +0xC1EE 0x9354 # 0 +0xC1EF 0x95CA # 0 +0xC1F0 0x95CB # 0 +0xC1F1 0x95CC # 0 +0xC1F2 0x95C8 # 0 +0xC1F3 0x95C6 # 0 +0xC1F4 0x96B1 # 0 +0xC1F5 0x96B8 # 0 +0xC1F6 0x96D6 # 0 +0xC1F7 0x971C # 0 +0xC1F8 0x971E # 0 +0xC1F9 0x97A0 # 0 +0xC1FA 0x97D3 # 0 +0xC1FB 0x9846 # 0 +0xC1FC 0x98B6 # 0 +0xC1FD 0x9935 # 0 +0xC1FE 0x9A01 # 0 +0xC240 0x99FF # 0 +0xC241 0x9BAE # 0 +0xC242 0x9BAB # 0 +0xC243 0x9BAA # 0 +0xC244 0x9BAD # 0 +0xC245 0x9D3B # 0 +0xC246 0x9D3F # 0 +0xC247 0x9E8B # 0 +0xC248 0x9ECF # 0 +0xC249 0x9EDE # 0 +0xC24A 0x9EDC # 0 +0xC24B 0x9EDD # 0 +0xC24C 0x9EDB # 0 +0xC24D 0x9F3E # 0 +0xC24E 0x9F4B # 0 +0xC24F 0x53E2 # 0 +0xC250 0x5695 # 0 +0xC251 0x56AE # 0 +0xC252 0x58D9 # 0 +0xC253 0x58D8 # 0 +0xC254 0x5B38 # 0 +0xC255 0x5F5D # 0 +0xC256 0x61E3 # 0 +0xC257 0x6233 # 0 +0xC258 0x64F4 # 0 +0xC259 0x64F2 # 0 +0xC25A 0x64FE # 0 +0xC25B 0x6506 # 0 +0xC25C 0x64FA # 0 +0xC25D 0x64FB # 0 +0xC25E 0x64F7 # 0 +0xC25F 0x65B7 # 0 +0xC260 0x66DC # 0 +0xC261 0x6726 # 0 +0xC262 0x6AB3 # 0 +0xC263 0x6AAC # 0 +0xC264 0x6AC3 # 0 +0xC265 0x6ABB # 0 +0xC266 0x6AB8 # 0 +0xC267 0x6AC2 # 0 +0xC268 0x6AAE # 0 +0xC269 0x6AAF # 0 +0xC26A 0x6B5F # 0 +0xC26B 0x6B78 # 0 +0xC26C 0x6BAF # 0 +0xC26D 0x7009 # 0 +0xC26E 0x700B # 0 +0xC26F 0x6FFE # 0 +0xC270 0x7006 # 0 +0xC271 0x6FFA # 0 +0xC272 0x7011 # 0 +0xC273 0x700F # 0 +0xC274 0x71FB # 0 +0xC275 0x71FC # 0 +0xC276 0x71FE # 0 +0xC277 0x71F8 # 0 +0xC278 0x7377 # 0 +0xC279 0x7375 # 0 +0xC27A 0x74A7 # 0 +0xC27B 0x74BF # 0 +0xC27C 0x7515 # 0 +0xC27D 0x7656 # 0 +0xC27E 0x7658 # 0 +0xC2A1 0x7652 # 0 +0xC2A2 0x77BD # 0 +0xC2A3 0x77BF # 0 +0xC2A4 0x77BB # 0 +0xC2A5 0x77BC # 0 +0xC2A6 0x790E # 0 +0xC2A7 0x79AE # 0 +0xC2A8 0x7A61 # 0 +0xC2A9 0x7A62 # 0 +0xC2AA 0x7A60 # 0 +0xC2AB 0x7AC4 # 0 +0xC2AC 0x7AC5 # 0 +0xC2AD 0x7C2B # 0 +0xC2AE 0x7C27 # 0 +0xC2AF 0x7C2A # 0 +0xC2B0 0x7C1E # 0 +0xC2B1 0x7C23 # 0 +0xC2B2 0x7C21 # 0 +0xC2B3 0x7CE7 # 0 +0xC2B4 0x7E54 # 0 +0xC2B5 0x7E55 # 0 +0xC2B6 0x7E5E # 0 +0xC2B7 0x7E5A # 0 +0xC2B8 0x7E61 # 0 +0xC2B9 0x7E52 # 0 +0xC2BA 0x7E59 # 0 +0xC2BB 0x7F48 # 0 +0xC2BC 0x7FF9 # 0 +0xC2BD 0x7FFB # 0 +0xC2BE 0x8077 # 0 +0xC2BF 0x8076 # 0 +0xC2C0 0x81CD # 0 +0xC2C1 0x81CF # 0 +0xC2C2 0x820A # 0 +0xC2C3 0x85CF # 0 +0xC2C4 0x85A9 # 0 +0xC2C5 0x85CD # 0 +0xC2C6 0x85D0 # 0 +0xC2C7 0x85C9 # 0 +0xC2C8 0x85B0 # 0 +0xC2C9 0x85BA # 0 +0xC2CA 0x85B9 # 0 +0xC2CB 0x85A6 # 0 +0xC2CC 0x87EF # 0 +0xC2CD 0x87EC # 0 +0xC2CE 0x87F2 # 0 +0xC2CF 0x87E0 # 0 +0xC2D0 0x8986 # 0 +0xC2D1 0x89B2 # 0 +0xC2D2 0x89F4 # 0 +0xC2D3 0x8B28 # 0 +0xC2D4 0x8B39 # 0 +0xC2D5 0x8B2C # 0 +0xC2D6 0x8B2B # 0 +0xC2D7 0x8C50 # 0 +0xC2D8 0x8D05 # 0 +0xC2D9 0x8E59 # 0 +0xC2DA 0x8E63 # 0 +0xC2DB 0x8E66 # 0 +0xC2DC 0x8E64 # 0 +0xC2DD 0x8E5F # 0 +0xC2DE 0x8E55 # 0 +0xC2DF 0x8EC0 # 0 +0xC2E0 0x8F49 # 0 +0xC2E1 0x8F4D # 0 +0xC2E2 0x9087 # 0 +0xC2E3 0x9083 # 0 +0xC2E4 0x9088 # 0 +0xC2E5 0x91AB # 0 +0xC2E6 0x91AC # 0 +0xC2E7 0x91D0 # 0 +0xC2E8 0x9394 # 0 +0xC2E9 0x938A # 0 +0xC2EA 0x9396 # 0 +0xC2EB 0x93A2 # 0 +0xC2EC 0x93B3 # 0 +0xC2ED 0x93AE # 0 +0xC2EE 0x93AC # 0 +0xC2EF 0x93B0 # 0 +0xC2F0 0x9398 # 0 +0xC2F1 0x939A # 0 +0xC2F2 0x9397 # 0 +0xC2F3 0x95D4 # 0 +0xC2F4 0x95D6 # 0 +0xC2F5 0x95D0 # 0 +0xC2F6 0x95D5 # 0 +0xC2F7 0x96E2 # 0 +0xC2F8 0x96DC # 0 +0xC2F9 0x96D9 # 0 +0xC2FA 0x96DB # 0 +0xC2FB 0x96DE # 0 +0xC2FC 0x9724 # 0 +0xC2FD 0x97A3 # 0 +0xC2FE 0x97A6 # 0 +0xC340 0x97AD # 0 +0xC341 0x97F9 # 0 +0xC342 0x984D # 0 +0xC343 0x984F # 0 +0xC344 0x984C # 0 +0xC345 0x984E # 0 +0xC346 0x9853 # 0 +0xC347 0x98BA # 0 +0xC348 0x993E # 0 +0xC349 0x993F # 0 +0xC34A 0x993D # 0 +0xC34B 0x992E # 0 +0xC34C 0x99A5 # 0 +0xC34D 0x9A0E # 0 +0xC34E 0x9AC1 # 0 +0xC34F 0x9B03 # 0 +0xC350 0x9B06 # 0 +0xC351 0x9B4F # 0 +0xC352 0x9B4E # 0 +0xC353 0x9B4D # 0 +0xC354 0x9BCA # 0 +0xC355 0x9BC9 # 0 +0xC356 0x9BFD # 0 +0xC357 0x9BC8 # 0 +0xC358 0x9BC0 # 0 +0xC359 0x9D51 # 0 +0xC35A 0x9D5D # 0 +0xC35B 0x9D60 # 0 +0xC35C 0x9EE0 # 0 +0xC35D 0x9F15 # 0 +0xC35E 0x9F2C # 0 +0xC35F 0x5133 # 0 +0xC360 0x56A5 # 0 +0xC361 0x58DE # 0 +0xC362 0x58DF # 0 +0xC363 0x58E2 # 0 +0xC364 0x5BF5 # 0 +0xC365 0x9F90 # 0 +0xC366 0x5EEC # 0 +0xC367 0x61F2 # 0 +0xC368 0x61F7 # 0 +0xC369 0x61F6 # 0 +0xC36A 0x61F5 # 0 +0xC36B 0x6500 # 0 +0xC36C 0x650F # 0 +0xC36D 0x66E0 # 0 +0xC36E 0x66DD # 0 +0xC36F 0x6AE5 # 0 +0xC370 0x6ADD # 0 +0xC371 0x6ADA # 0 +0xC372 0x6AD3 # 0 +0xC373 0x701B # 0 +0xC374 0x701F # 0 +0xC375 0x7028 # 0 +0xC376 0x701A # 0 +0xC377 0x701D # 0 +0xC378 0x7015 # 0 +0xC379 0x7018 # 0 +0xC37A 0x7206 # 0 +0xC37B 0x720D # 0 +0xC37C 0x7258 # 0 +0xC37D 0x72A2 # 0 +0xC37E 0x7378 # 0 +0xC3A1 0x737A # 0 +0xC3A2 0x74BD # 0 +0xC3A3 0x74CA # 0 +0xC3A4 0x74E3 # 0 +0xC3A5 0x7587 # 0 +0xC3A6 0x7586 # 0 +0xC3A7 0x765F # 0 +0xC3A8 0x7661 # 0 +0xC3A9 0x77C7 # 0 +0xC3AA 0x7919 # 0 +0xC3AB 0x79B1 # 0 +0xC3AC 0x7A6B # 0 +0xC3AD 0x7A69 # 0 +0xC3AE 0x7C3E # 0 +0xC3AF 0x7C3F # 0 +0xC3B0 0x7C38 # 0 +0xC3B1 0x7C3D # 0 +0xC3B2 0x7C37 # 0 +0xC3B3 0x7C40 # 0 +0xC3B4 0x7E6B # 0 +0xC3B5 0x7E6D # 0 +0xC3B6 0x7E79 # 0 +0xC3B7 0x7E69 # 0 +0xC3B8 0x7E6A # 0 +0xC3B9 0x7F85 # 0 +0xC3BA 0x7E73 # 0 +0xC3BB 0x7FB6 # 0 +0xC3BC 0x7FB9 # 0 +0xC3BD 0x7FB8 # 0 +0xC3BE 0x81D8 # 0 +0xC3BF 0x85E9 # 0 +0xC3C0 0x85DD # 0 +0xC3C1 0x85EA # 0 +0xC3C2 0x85D5 # 0 +0xC3C3 0x85E4 # 0 +0xC3C4 0x85E5 # 0 +0xC3C5 0x85F7 # 0 +0xC3C6 0x87FB # 0 +0xC3C7 0x8805 # 0 +0xC3C8 0x880D # 0 +0xC3C9 0x87F9 # 0 +0xC3CA 0x87FE # 0 +0xC3CB 0x8960 # 0 +0xC3CC 0x895F # 0 +0xC3CD 0x8956 # 0 +0xC3CE 0x895E # 0 +0xC3CF 0x8B41 # 0 +0xC3D0 0x8B5C # 0 +0xC3D1 0x8B58 # 0 +0xC3D2 0x8B49 # 0 +0xC3D3 0x8B5A # 0 +0xC3D4 0x8B4E # 0 +0xC3D5 0x8B4F # 0 +0xC3D6 0x8B46 # 0 +0xC3D7 0x8B59 # 0 +0xC3D8 0x8D08 # 0 +0xC3D9 0x8D0A # 0 +0xC3DA 0x8E7C # 0 +0xC3DB 0x8E72 # 0 +0xC3DC 0x8E87 # 0 +0xC3DD 0x8E76 # 0 +0xC3DE 0x8E6C # 0 +0xC3DF 0x8E7A # 0 +0xC3E0 0x8E74 # 0 +0xC3E1 0x8F54 # 0 +0xC3E2 0x8F4E # 0 +0xC3E3 0x8FAD # 0 +0xC3E4 0x908A # 0 +0xC3E5 0x908B # 0 +0xC3E6 0x91B1 # 0 +0xC3E7 0x91AE # 0 +0xC3E8 0x93E1 # 0 +0xC3E9 0x93D1 # 0 +0xC3EA 0x93DF # 0 +0xC3EB 0x93C3 # 0 +0xC3EC 0x93C8 # 0 +0xC3ED 0x93DC # 0 +0xC3EE 0x93DD # 0 +0xC3EF 0x93D6 # 0 +0xC3F0 0x93E2 # 0 +0xC3F1 0x93CD # 0 +0xC3F2 0x93D8 # 0 +0xC3F3 0x93E4 # 0 +0xC3F4 0x93D7 # 0 +0xC3F5 0x93E8 # 0 +0xC3F6 0x95DC # 0 +0xC3F7 0x96B4 # 0 +0xC3F8 0x96E3 # 0 +0xC3F9 0x972A # 0 +0xC3FA 0x9727 # 0 +0xC3FB 0x9761 # 0 +0xC3FC 0x97DC # 0 +0xC3FD 0x97FB # 0 +0xC3FE 0x985E # 0 +0xC440 0x9858 # 0 +0xC441 0x985B # 0 +0xC442 0x98BC # 0 +0xC443 0x9945 # 0 +0xC444 0x9949 # 0 +0xC445 0x9A16 # 0 +0xC446 0x9A19 # 0 +0xC447 0x9B0D # 0 +0xC448 0x9BE8 # 0 +0xC449 0x9BE7 # 0 +0xC44A 0x9BD6 # 0 +0xC44B 0x9BDB # 0 +0xC44C 0x9D89 # 0 +0xC44D 0x9D61 # 0 +0xC44E 0x9D72 # 0 +0xC44F 0x9D6A # 0 +0xC450 0x9D6C # 0 +0xC451 0x9E92 # 0 +0xC452 0x9E97 # 0 +0xC453 0x9E93 # 0 +0xC454 0x9EB4 # 0 +0xC455 0x52F8 # 0 +0xC456 0x56A8 # 0 +0xC457 0x56B7 # 0 +0xC458 0x56B6 # 0 +0xC459 0x56B4 # 0 +0xC45A 0x56BC # 0 +0xC45B 0x58E4 # 0 +0xC45C 0x5B40 # 0 +0xC45D 0x5B43 # 0 +0xC45E 0x5B7D # 0 +0xC45F 0x5BF6 # 0 +0xC460 0x5DC9 # 0 +0xC461 0x61F8 # 0 +0xC462 0x61FA # 0 +0xC463 0x6518 # 0 +0xC464 0x6514 # 0 +0xC465 0x6519 # 0 +0xC466 0x66E6 # 0 +0xC467 0x6727 # 0 +0xC468 0x6AEC # 0 +0xC469 0x703E # 0 +0xC46A 0x7030 # 0 +0xC46B 0x7032 # 0 +0xC46C 0x7210 # 0 +0xC46D 0x737B # 0 +0xC46E 0x74CF # 0 +0xC46F 0x7662 # 0 +0xC470 0x7665 # 0 +0xC471 0x7926 # 0 +0xC472 0x792A # 0 +0xC473 0x792C # 0 +0xC474 0x792B # 0 +0xC475 0x7AC7 # 0 +0xC476 0x7AF6 # 0 +0xC477 0x7C4C # 0 +0xC478 0x7C43 # 0 +0xC479 0x7C4D # 0 +0xC47A 0x7CEF # 0 +0xC47B 0x7CF0 # 0 +0xC47C 0x8FAE # 0 +0xC47D 0x7E7D # 0 +0xC47E 0x7E7C # 0 +0xC4A1 0x7E82 # 0 +0xC4A2 0x7F4C # 0 +0xC4A3 0x8000 # 0 +0xC4A4 0x81DA # 0 +0xC4A5 0x8266 # 0 +0xC4A6 0x85FB # 0 +0xC4A7 0x85F9 # 0 +0xC4A8 0x8611 # 0 +0xC4A9 0x85FA # 0 +0xC4AA 0x8606 # 0 +0xC4AB 0x860B # 0 +0xC4AC 0x8607 # 0 +0xC4AD 0x860A # 0 +0xC4AE 0x8814 # 0 +0xC4AF 0x8815 # 0 +0xC4B0 0x8964 # 0 +0xC4B1 0x89BA # 0 +0xC4B2 0x89F8 # 0 +0xC4B3 0x8B70 # 0 +0xC4B4 0x8B6C # 0 +0xC4B5 0x8B66 # 0 +0xC4B6 0x8B6F # 0 +0xC4B7 0x8B5F # 0 +0xC4B8 0x8B6B # 0 +0xC4B9 0x8D0F # 0 +0xC4BA 0x8D0D # 0 +0xC4BB 0x8E89 # 0 +0xC4BC 0x8E81 # 0 +0xC4BD 0x8E85 # 0 +0xC4BE 0x8E82 # 0 +0xC4BF 0x91B4 # 0 +0xC4C0 0x91CB # 0 +0xC4C1 0x9418 # 0 +0xC4C2 0x9403 # 0 +0xC4C3 0x93FD # 0 +0xC4C4 0x95E1 # 0 +0xC4C5 0x9730 # 0 +0xC4C6 0x98C4 # 0 +0xC4C7 0x9952 # 0 +0xC4C8 0x9951 # 0 +0xC4C9 0x99A8 # 0 +0xC4CA 0x9A2B # 0 +0xC4CB 0x9A30 # 0 +0xC4CC 0x9A37 # 0 +0xC4CD 0x9A35 # 0 +0xC4CE 0x9C13 # 0 +0xC4CF 0x9C0D # 0 +0xC4D0 0x9E79 # 0 +0xC4D1 0x9EB5 # 0 +0xC4D2 0x9EE8 # 0 +0xC4D3 0x9F2F # 0 +0xC4D4 0x9F5F # 0 +0xC4D5 0x9F63 # 0 +0xC4D6 0x9F61 # 0 +0xC4D7 0x5137 # 0 +0xC4D8 0x5138 # 0 +0xC4D9 0x56C1 # 0 +0xC4DA 0x56C0 # 0 +0xC4DB 0x56C2 # 0 +0xC4DC 0x5914 # 0 +0xC4DD 0x5C6C # 0 +0xC4DE 0x5DCD # 0 +0xC4DF 0x61FC # 0 +0xC4E0 0x61FE # 0 +0xC4E1 0x651D # 0 +0xC4E2 0x651C # 0 +0xC4E3 0x6595 # 0 +0xC4E4 0x66E9 # 0 +0xC4E5 0x6AFB # 0 +0xC4E6 0x6B04 # 0 +0xC4E7 0x6AFA # 0 +0xC4E8 0x6BB2 # 0 +0xC4E9 0x704C # 0 +0xC4EA 0x721B # 0 +0xC4EB 0x72A7 # 0 +0xC4EC 0x74D6 # 0 +0xC4ED 0x74D4 # 0 +0xC4EE 0x7669 # 0 +0xC4EF 0x77D3 # 0 +0xC4F0 0x7C50 # 0 +0xC4F1 0x7E8F # 0 +0xC4F2 0x7E8C # 0 +0xC4F3 0x7FBC # 0 +0xC4F4 0x8617 # 0 +0xC4F5 0x862D # 0 +0xC4F6 0x861A # 0 +0xC4F7 0x8823 # 0 +0xC4F8 0x8822 # 0 +0xC4F9 0x8821 # 0 +0xC4FA 0x881F # 0 +0xC4FB 0x896A # 0 +0xC4FC 0x896C # 0 +0xC4FD 0x89BD # 0 +0xC4FE 0x8B74 # 0 +0xC540 0x8B77 # 0 +0xC541 0x8B7D # 0 +0xC542 0x8D13 # 0 +0xC543 0x8E8A # 0 +0xC544 0x8E8D # 0 +0xC545 0x8E8B # 0 +0xC546 0x8F5F # 0 +0xC547 0x8FAF # 0 +0xC548 0x91BA # 0 +0xC549 0x942E # 0 +0xC54A 0x9433 # 0 +0xC54B 0x9435 # 0 +0xC54C 0x943A # 0 +0xC54D 0x9438 # 0 +0xC54E 0x9432 # 0 +0xC54F 0x942B # 0 +0xC550 0x95E2 # 0 +0xC551 0x9738 # 0 +0xC552 0x9739 # 0 +0xC553 0x9732 # 0 +0xC554 0x97FF # 0 +0xC555 0x9867 # 0 +0xC556 0x9865 # 0 +0xC557 0x9957 # 0 +0xC558 0x9A45 # 0 +0xC559 0x9A43 # 0 +0xC55A 0x9A40 # 0 +0xC55B 0x9A3E # 0 +0xC55C 0x9ACF # 0 +0xC55D 0x9B54 # 0 +0xC55E 0x9B51 # 0 +0xC55F 0x9C2D # 0 +0xC560 0x9C25 # 0 +0xC561 0x9DAF # 0 +0xC562 0x9DB4 # 0 +0xC563 0x9DC2 # 0 +0xC564 0x9DB8 # 0 +0xC565 0x9E9D # 0 +0xC566 0x9EEF # 0 +0xC567 0x9F19 # 0 +0xC568 0x9F5C # 0 +0xC569 0x9F66 # 0 +0xC56A 0x9F67 # 0 +0xC56B 0x513C # 0 +0xC56C 0x513B # 0 +0xC56D 0x56C8 # 0 +0xC56E 0x56CA # 0 +0xC56F 0x56C9 # 0 +0xC570 0x5B7F # 0 +0xC571 0x5DD4 # 0 +0xC572 0x5DD2 # 0 +0xC573 0x5F4E # 0 +0xC574 0x61FF # 0 +0xC575 0x6524 # 0 +0xC576 0x6B0A # 0 +0xC577 0x6B61 # 0 +0xC578 0x7051 # 0 +0xC579 0x7058 # 0 +0xC57A 0x7380 # 0 +0xC57B 0x74E4 # 0 +0xC57C 0x758A # 0 +0xC57D 0x766E # 0 +0xC57E 0x766C # 0 +0xC5A1 0x79B3 # 0 +0xC5A2 0x7C60 # 0 +0xC5A3 0x7C5F # 0 +0xC5A4 0x807E # 0 +0xC5A5 0x807D # 0 +0xC5A6 0x81DF # 0 +0xC5A7 0x8972 # 0 +0xC5A8 0x896F # 0 +0xC5A9 0x89FC # 0 +0xC5AA 0x8B80 # 0 +0xC5AB 0x8D16 # 0 +0xC5AC 0x8D17 # 0 +0xC5AD 0x8E91 # 0 +0xC5AE 0x8E93 # 0 +0xC5AF 0x8F61 # 0 +0xC5B0 0x9148 # 0 +0xC5B1 0x9444 # 0 +0xC5B2 0x9451 # 0 +0xC5B3 0x9452 # 0 +0xC5B4 0x973D # 0 +0xC5B5 0x973E # 0 +0xC5B6 0x97C3 # 0 +0xC5B7 0x97C1 # 0 +0xC5B8 0x986B # 0 +0xC5B9 0x9955 # 0 +0xC5BA 0x9A55 # 0 +0xC5BB 0x9A4D # 0 +0xC5BC 0x9AD2 # 0 +0xC5BD 0x9B1A # 0 +0xC5BE 0x9C49 # 0 +0xC5BF 0x9C31 # 0 +0xC5C0 0x9C3E # 0 +0xC5C1 0x9C3B # 0 +0xC5C2 0x9DD3 # 0 +0xC5C3 0x9DD7 # 0 +0xC5C4 0x9F34 # 0 +0xC5C5 0x9F6C # 0 +0xC5C6 0x9F6A # 0 +0xC5C7 0x9F94 # 0 +0xC5C8 0x56CC # 0 +0xC5C9 0x5DD6 # 0 +0xC5CA 0x6200 # 0 +0xC5CB 0x6523 # 0 +0xC5CC 0x652B # 0 +0xC5CD 0x652A # 0 +0xC5CE 0x66EC # 0 +0xC5CF 0x6B10 # 0 +0xC5D0 0x74DA # 0 +0xC5D1 0x7ACA # 0 +0xC5D2 0x7C64 # 0 +0xC5D3 0x7C63 # 0 +0xC5D4 0x7C65 # 0 +0xC5D5 0x7E93 # 0 +0xC5D6 0x7E96 # 0 +0xC5D7 0x7E94 # 0 +0xC5D8 0x81E2 # 0 +0xC5D9 0x8638 # 0 +0xC5DA 0x863F # 0 +0xC5DB 0x8831 # 0 +0xC5DC 0x8B8A # 0 +0xC5DD 0x9090 # 0 +0xC5DE 0x908F # 0 +0xC5DF 0x9463 # 0 +0xC5E0 0x9460 # 0 +0xC5E1 0x9464 # 0 +0xC5E2 0x9768 # 0 +0xC5E3 0x986F # 0 +0xC5E4 0x995C # 0 +0xC5E5 0x9A5A # 0 +0xC5E6 0x9A5B # 0 +0xC5E7 0x9A57 # 0 +0xC5E8 0x9AD3 # 0 +0xC5E9 0x9AD4 # 0 +0xC5EA 0x9AD1 # 0 +0xC5EB 0x9C54 # 0 +0xC5EC 0x9C57 # 0 +0xC5ED 0x9C56 # 0 +0xC5EE 0x9DE5 # 0 +0xC5EF 0x9E9F # 0 +0xC5F0 0x9EF4 # 0 +0xC5F1 0x56D1 # 0 +0xC5F2 0x58E9 # 0 +0xC5F3 0x652C # 0 +0xC5F4 0x705E # 0 +0xC5F5 0x7671 # 0 +0xC5F6 0x7672 # 0 +0xC5F7 0x77D7 # 0 +0xC5F8 0x7F50 # 0 +0xC5F9 0x7F88 # 0 +0xC5FA 0x8836 # 0 +0xC5FB 0x8839 # 0 +0xC5FC 0x8862 # 0 +0xC5FD 0x8B93 # 0 +0xC5FE 0x8B92 # 0 +0xC640 0x8B96 # 0 +0xC641 0x8277 # 0 +0xC642 0x8D1B # 0 +0xC643 0x91C0 # 0 +0xC644 0x946A # 0 +0xC645 0x9742 # 0 +0xC646 0x9748 # 0 +0xC647 0x9744 # 0 +0xC648 0x97C6 # 0 +0xC649 0x9870 # 0 +0xC64A 0x9A5F # 0 +0xC64B 0x9B22 # 0 +0xC64C 0x9B58 # 0 +0xC64D 0x9C5F # 0 +0xC64E 0x9DF9 # 0 +0xC64F 0x9DFA # 0 +0xC650 0x9E7C # 0 +0xC651 0x9E7D # 0 +0xC652 0x9F07 # 0 +0xC653 0x9F77 # 0 +0xC654 0x9F72 # 0 +0xC655 0x5EF3 # 0 +0xC656 0x6B16 # 0 +0xC657 0x7063 # 0 +0xC658 0x7C6C # 0 +0xC659 0x7C6E # 0 +0xC65A 0x883B # 0 +0xC65B 0x89C0 # 0 +0xC65C 0x8EA1 # 0 +0xC65D 0x91C1 # 0 +0xC65E 0x9472 # 0 +0xC65F 0x9470 # 0 +0xC660 0x9871 # 0 +0xC661 0x995E # 0 +0xC662 0x9AD6 # 0 +0xC663 0x9B23 # 0 +0xC664 0x9ECC # 0 +0xC665 0x7064 # 0 +0xC666 0x77DA # 0 +0xC667 0x8B9A # 0 +0xC668 0x9477 # 0 +0xC669 0x97C9 # 0 +0xC66A 0x9A62 # 0 +0xC66B 0x9A65 # 0 +0xC66C 0x7E9C # 0 +0xC66D 0x8B9C # 0 +0xC66E 0x8EAA # 0 +0xC66F 0x91C5 # 0 +0xC670 0x947D # 0 +0xC671 0x947E # 0 +0xC672 0x947C # 0 +0xC673 0x9C77 # 0 +0xC674 0x9C78 # 0 +0xC675 0x9EF7 # 0 +0xC676 0x8C54 # 0 +0xC677 0x947F # 0 +0xC678 0x9E1A # 0 +0xC679 0x7228 # 0 +0xC67A 0x9A6A # 0 +0xC67B 0x9B31 # 0 +0xC67C 0x9E1B # 0 +0xC67D 0x9E1E # 0 +0xC67E 0x7C72 # 0 +0xC6A1 0xF6B1 # 0 +0xC6A2 0xF6B2 # 0 +0xC6A3 0xF6B3 # 0 +0xC6A4 0xF6B4 # 0 +0xC6A5 0xF6B5 # 0 +0xC6A6 0xF6B6 # 0 +0xC6A7 0xF6B7 # 0 +0xC6A8 0xF6B8 # 0 +0xC6A9 0xF6B9 # 0 +0xC6AA 0xF6BA # 0 +0xC6AB 0xF6BB # 0 +0xC6AC 0xF6BC # 0 +0xC6AD 0xF6BD # 0 +0xC6AE 0xF6BE # 0 +0xC6AF 0xF6BF # 0 +0xC6B0 0xF6C0 # 0 +0xC6B1 0xF6C1 # 0 +0xC6B2 0xF6C2 # 0 +0xC6B3 0xF6C3 # 0 +0xC6B4 0xF6C4 # 0 +0xC6B5 0xF6C5 # 0 +0xC6B6 0xF6C6 # 0 +0xC6B7 0xF6C7 # 0 +0xC6B8 0xF6C8 # 0 +0xC6B9 0xF6C9 # 0 +0xC6BA 0xF6CA # 0 +0xC6BB 0xF6CB # 0 +0xC6BC 0xF6CC # 0 +0xC6BD 0xF6CD # 0 +0xC6BE 0xF6CE # 0 +0xC6BF 0xF6CF # 0 +0xC6C0 0xF6D0 # 0 +0xC6C1 0xF6D1 # 0 +0xC6C2 0xF6D2 # 0 +0xC6C3 0xF6D3 # 0 +0xC6C4 0xF6D4 # 0 +0xC6C5 0xF6D5 # 0 +0xC6C6 0xF6D6 # 0 +0xC6C7 0xF6D7 # 0 +0xC6C8 0xF6D8 # 0 +0xC6C9 0xF6D9 # 0 +0xC6CA 0xF6DA # 0 +0xC6CB 0xF6DB # 0 +0xC6CC 0xF6DC # 0 +0xC6CD 0xF6DD # 0 +0xC6CE 0xF6DE # 0 +0xC6CF 0xF6DF # 0 +0xC6D0 0xF6E0 # 0 +0xC6D1 0xF6E1 # 0 +0xC6D2 0xF6E2 # 0 +0xC6D3 0xF6E3 # 0 +0xC6D4 0xF6E4 # 0 +0xC6D5 0xF6E5 # 0 +0xC6D6 0xF6E6 # 0 +0xC6D7 0xF6E7 # 0 +0xC6D8 0xF6E8 # 0 +0xC6D9 0xF6E9 # 0 +0xC6DA 0xF6EA # 0 +0xC6DB 0xF6EB # 0 +0xC6DC 0xF6EC # 0 +0xC6DD 0xF6ED # 0 +0xC6DE 0xF6EE # 0 +0xC6DF 0xF6EF # 0 +0xC6E0 0xF6F0 # 0 +0xC6E1 0xF6F1 # 0 +0xC6E2 0xF6F2 # 0 +0xC6E3 0xF6F3 # 0 +0xC6E4 0xF6F4 # 0 +0xC6E5 0xF6F5 # 0 +0xC6E6 0xF6F6 # 0 +0xC6E7 0xF6F7 # 0 +0xC6E8 0xF6F8 # 0 +0xC6E9 0xF6F9 # 0 +0xC6EA 0xF6FA # 0 +0xC6EB 0xF6FB # 0 +0xC6EC 0xF6FC # 0 +0xC6ED 0xF6FD # 0 +0xC6EE 0xF6FE # 0 +0xC6EF 0xF6FF # 0 +0xC6F0 0xF700 # 0 +0xC6F1 0xF701 # 0 +0xC6F2 0xF702 # 0 +0xC6F3 0xF703 # 0 +0xC6F4 0xF704 # 0 +0xC6F5 0xF705 # 0 +0xC6F6 0xF706 # 0 +0xC6F7 0xF707 # 0 +0xC6F8 0xF708 # 0 +0xC6F9 0xF709 # 0 +0xC6FA 0xF70A # 0 +0xC6FB 0xF70B # 0 +0xC6FC 0xF70C # 0 +0xC6FD 0xF70D # 0 +0xC6FE 0xF70E # 0 +0xC740 0xF70F # 0 +0xC741 0xF710 # 0 +0xC742 0xF711 # 0 +0xC743 0xF712 # 0 +0xC744 0xF713 # 0 +0xC745 0xF714 # 0 +0xC746 0xF715 # 0 +0xC747 0xF716 # 0 +0xC748 0xF717 # 0 +0xC749 0xF718 # 0 +0xC74A 0xF719 # 0 +0xC74B 0xF71A # 0 +0xC74C 0xF71B # 0 +0xC74D 0xF71C # 0 +0xC74E 0xF71D # 0 +0xC74F 0xF71E # 0 +0xC750 0xF71F # 0 +0xC751 0xF720 # 0 +0xC752 0xF721 # 0 +0xC753 0xF722 # 0 +0xC754 0xF723 # 0 +0xC755 0xF724 # 0 +0xC756 0xF725 # 0 +0xC757 0xF726 # 0 +0xC758 0xF727 # 0 +0xC759 0xF728 # 0 +0xC75A 0xF729 # 0 +0xC75B 0xF72A # 0 +0xC75C 0xF72B # 0 +0xC75D 0xF72C # 0 +0xC75E 0xF72D # 0 +0xC75F 0xF72E # 0 +0xC760 0xF72F # 0 +0xC761 0xF730 # 0 +0xC762 0xF731 # 0 +0xC763 0xF732 # 0 +0xC764 0xF733 # 0 +0xC765 0xF734 # 0 +0xC766 0xF735 # 0 +0xC767 0xF736 # 0 +0xC768 0xF737 # 0 +0xC769 0xF738 # 0 +0xC76A 0xF739 # 0 +0xC76B 0xF73A # 0 +0xC76C 0xF73B # 0 +0xC76D 0xF73C # 0 +0xC76E 0xF73D # 0 +0xC76F 0xF73E # 0 +0xC770 0xF73F # 0 +0xC771 0xF740 # 0 +0xC772 0xF741 # 0 +0xC773 0xF742 # 0 +0xC774 0xF743 # 0 +0xC775 0xF744 # 0 +0xC776 0xF745 # 0 +0xC777 0xF746 # 0 +0xC778 0xF747 # 0 +0xC779 0xF748 # 0 +0xC77A 0xF749 # 0 +0xC77B 0xF74A # 0 +0xC77C 0xF74B # 0 +0xC77D 0xF74C # 0 +0xC77E 0xF74D # 0 +0xC7A1 0xF74E # 0 +0xC7A2 0xF74F # 0 +0xC7A3 0xF750 # 0 +0xC7A4 0xF751 # 0 +0xC7A5 0xF752 # 0 +0xC7A6 0xF753 # 0 +0xC7A7 0xF754 # 0 +0xC7A8 0xF755 # 0 +0xC7A9 0xF756 # 0 +0xC7AA 0xF757 # 0 +0xC7AB 0xF758 # 0 +0xC7AC 0xF759 # 0 +0xC7AD 0xF75A # 0 +0xC7AE 0xF75B # 0 +0xC7AF 0xF75C # 0 +0xC7B0 0xF75D # 0 +0xC7B1 0xF75E # 0 +0xC7B2 0xF75F # 0 +0xC7B3 0xF760 # 0 +0xC7B4 0xF761 # 0 +0xC7B5 0xF762 # 0 +0xC7B6 0xF763 # 0 +0xC7B7 0xF764 # 0 +0xC7B8 0xF765 # 0 +0xC7B9 0xF766 # 0 +0xC7BA 0xF767 # 0 +0xC7BB 0xF768 # 0 +0xC7BC 0xF769 # 0 +0xC7BD 0xF76A # 0 +0xC7BE 0xF76B # 0 +0xC7BF 0xF76C # 0 +0xC7C0 0xF76D # 0 +0xC7C1 0xF76E # 0 +0xC7C2 0xF76F # 0 +0xC7C3 0xF770 # 0 +0xC7C4 0xF771 # 0 +0xC7C5 0xF772 # 0 +0xC7C6 0xF773 # 0 +0xC7C7 0xF774 # 0 +0xC7C8 0xF775 # 0 +0xC7C9 0xF776 # 0 +0xC7CA 0xF777 # 0 +0xC7CB 0xF778 # 0 +0xC7CC 0xF779 # 0 +0xC7CD 0xF77A # 0 +0xC7CE 0xF77B # 0 +0xC7CF 0xF77C # 0 +0xC7D0 0xF77D # 0 +0xC7D1 0xF77E # 0 +0xC7D2 0xF77F # 0 +0xC7D3 0xF780 # 0 +0xC7D4 0xF781 # 0 +0xC7D5 0xF782 # 0 +0xC7D6 0xF783 # 0 +0xC7D7 0xF784 # 0 +0xC7D8 0xF785 # 0 +0xC7D9 0xF786 # 0 +0xC7DA 0xF787 # 0 +0xC7DB 0xF788 # 0 +0xC7DC 0xF789 # 0 +0xC7DD 0xF78A # 0 +0xC7DE 0xF78B # 0 +0xC7DF 0xF78C # 0 +0xC7E0 0xF78D # 0 +0xC7E1 0xF78E # 0 +0xC7E2 0xF78F # 0 +0xC7E3 0xF790 # 0 +0xC7E4 0xF791 # 0 +0xC7E5 0xF792 # 0 +0xC7E6 0xF793 # 0 +0xC7E7 0xF794 # 0 +0xC7E8 0xF795 # 0 +0xC7E9 0xF796 # 0 +0xC7EA 0xF797 # 0 +0xC7EB 0xF798 # 0 +0xC7EC 0xF799 # 0 +0xC7ED 0xF79A # 0 +0xC7EE 0xF79B # 0 +0xC7EF 0xF79C # 0 +0xC7F0 0xF79D # 0 +0xC7F1 0xF79E # 0 +0xC7F2 0xF79F # 0 +0xC7F3 0xF7A0 # 0 +0xC7F4 0xF7A1 # 0 +0xC7F5 0xF7A2 # 0 +0xC7F6 0xF7A3 # 0 +0xC7F7 0xF7A4 # 0 +0xC7F8 0xF7A5 # 0 +0xC7F9 0xF7A6 # 0 +0xC7FA 0xF7A7 # 0 +0xC7FB 0xF7A8 # 0 +0xC7FC 0xF7A9 # 0 +0xC7FD 0xF7AA # 0 +0xC7FE 0xF7AB # 0 +0xC840 0xF7AC # 0 +0xC841 0xF7AD # 0 +0xC842 0xF7AE # 0 +0xC843 0xF7AF # 0 +0xC844 0xF7B0 # 0 +0xC845 0xF7B1 # 0 +0xC846 0xF7B2 # 0 +0xC847 0xF7B3 # 0 +0xC848 0xF7B4 # 0 +0xC849 0xF7B5 # 0 +0xC84A 0xF7B6 # 0 +0xC84B 0xF7B7 # 0 +0xC84C 0xF7B8 # 0 +0xC84D 0xF7B9 # 0 +0xC84E 0xF7BA # 0 +0xC84F 0xF7BB # 0 +0xC850 0xF7BC # 0 +0xC851 0xF7BD # 0 +0xC852 0xF7BE # 0 +0xC853 0xF7BF # 0 +0xC854 0xF7C0 # 0 +0xC855 0xF7C1 # 0 +0xC856 0xF7C2 # 0 +0xC857 0xF7C3 # 0 +0xC858 0xF7C4 # 0 +0xC859 0xF7C5 # 0 +0xC85A 0xF7C6 # 0 +0xC85B 0xF7C7 # 0 +0xC85C 0xF7C8 # 0 +0xC85D 0xF7C9 # 0 +0xC85E 0xF7CA # 0 +0xC85F 0xF7CB # 0 +0xC860 0xF7CC # 0 +0xC861 0xF7CD # 0 +0xC862 0xF7CE # 0 +0xC863 0xF7CF # 0 +0xC864 0xF7D0 # 0 +0xC865 0xF7D1 # 0 +0xC866 0xF7D2 # 0 +0xC867 0xF7D3 # 0 +0xC868 0xF7D4 # 0 +0xC869 0xF7D5 # 0 +0xC86A 0xF7D6 # 0 +0xC86B 0xF7D7 # 0 +0xC86C 0xF7D8 # 0 +0xC86D 0xF7D9 # 0 +0xC86E 0xF7DA # 0 +0xC86F 0xF7DB # 0 +0xC870 0xF7DC # 0 +0xC871 0xF7DD # 0 +0xC872 0xF7DE # 0 +0xC873 0xF7DF # 0 +0xC874 0xF7E0 # 0 +0xC875 0xF7E1 # 0 +0xC876 0xF7E2 # 0 +0xC877 0xF7E3 # 0 +0xC878 0xF7E4 # 0 +0xC879 0xF7E5 # 0 +0xC87A 0xF7E6 # 0 +0xC87B 0xF7E7 # 0 +0xC87C 0xF7E8 # 0 +0xC87D 0xF7E9 # 0 +0xC87E 0xF7EA # 0 +0xC8A1 0xF7EB # 0 +0xC8A2 0xF7EC # 0 +0xC8A3 0xF7ED # 0 +0xC8A4 0xF7EE # 0 +0xC8A5 0xF7EF # 0 +0xC8A6 0xF7F0 # 0 +0xC8A7 0xF7F1 # 0 +0xC8A8 0xF7F2 # 0 +0xC8A9 0xF7F3 # 0 +0xC8AA 0xF7F4 # 0 +0xC8AB 0xF7F5 # 0 +0xC8AC 0xF7F6 # 0 +0xC8AD 0xF7F7 # 0 +0xC8AE 0xF7F8 # 0 +0xC8AF 0xF7F9 # 0 +0xC8B0 0xF7FA # 0 +0xC8B1 0xF7FB # 0 +0xC8B2 0xF7FC # 0 +0xC8B3 0xF7FD # 0 +0xC8B4 0xF7FE # 0 +0xC8B5 0xF7FF # 0 +0xC8B6 0xF800 # 0 +0xC8B7 0xF801 # 0 +0xC8B8 0xF802 # 0 +0xC8B9 0xF803 # 0 +0xC8BA 0xF804 # 0 +0xC8BB 0xF805 # 0 +0xC8BC 0xF806 # 0 +0xC8BD 0xF807 # 0 +0xC8BE 0xF808 # 0 +0xC8BF 0xF809 # 0 +0xC8C0 0xF80A # 0 +0xC8C1 0xF80B # 0 +0xC8C2 0xF80C # 0 +0xC8C3 0xF80D # 0 +0xC8C4 0xF80E # 0 +0xC8C5 0xF80F # 0 +0xC8C6 0xF810 # 0 +0xC8C7 0xF811 # 0 +0xC8C8 0xF812 # 0 +0xC8C9 0xF813 # 0 +0xC8CA 0xF814 # 0 +0xC8CB 0xF815 # 0 +0xC8CC 0xF816 # 0 +0xC8CD 0xF817 # 0 +0xC8CE 0xF818 # 0 +0xC8CF 0xF819 # 0 +0xC8D0 0xF81A # 0 +0xC8D1 0xF81B # 0 +0xC8D2 0xF81C # 0 +0xC8D3 0xF81D # 0 +0xC8D4 0xF81E # 0 +0xC8D5 0xF81F # 0 +0xC8D6 0xF820 # 0 +0xC8D7 0xF821 # 0 +0xC8D8 0xF822 # 0 +0xC8D9 0xF823 # 0 +0xC8DA 0xF824 # 0 +0xC8DB 0xF825 # 0 +0xC8DC 0xF826 # 0 +0xC8DD 0xF827 # 0 +0xC8DE 0xF828 # 0 +0xC8DF 0xF829 # 0 +0xC8E0 0xF82A # 0 +0xC8E1 0xF82B # 0 +0xC8E2 0xF82C # 0 +0xC8E3 0xF82D # 0 +0xC8E4 0xF82E # 0 +0xC8E5 0xF82F # 0 +0xC8E6 0xF830 # 0 +0xC8E7 0xF831 # 0 +0xC8E8 0xF832 # 0 +0xC8E9 0xF833 # 0 +0xC8EA 0xF834 # 0 +0xC8EB 0xF835 # 0 +0xC8EC 0xF836 # 0 +0xC8ED 0xF837 # 0 +0xC8EE 0xF838 # 0 +0xC8EF 0xF839 # 0 +0xC8F0 0xF83A # 0 +0xC8F1 0xF83B # 0 +0xC8F2 0xF83C # 0 +0xC8F3 0xF83D # 0 +0xC8F4 0xF83E # 0 +0xC8F5 0xF83F # 0 +0xC8F6 0xF840 # 0 +0xC8F7 0xF841 # 0 +0xC8F8 0xF842 # 0 +0xC8F9 0xF843 # 0 +0xC8FA 0xF844 # 0 +0xC8FB 0xF845 # 0 +0xC8FC 0xF846 # 0 +0xC8FD 0xF847 # 0 +0xC8FE 0xF848 # 0 +0xC940 0x4E42 # 0 +0xC941 0x4E5C # 0 +0xC942 0x51F5 # 0 +0xC943 0x531A # 0 +0xC944 0x5382 # 0 +0xC945 0x4E07 # 0 +0xC946 0x4E0C # 0 +0xC947 0x4E47 # 0 +0xC948 0x4E8D # 0 +0xC949 0x56D7 # 0 +0xC94A 0xFA0C # 0 +0xC94B 0x5C6E # 0 +0xC94C 0x5F73 # 0 +0xC94D 0x4E0F # 0 +0xC94E 0x5187 # 0 +0xC94F 0x4E0E # 0 +0xC950 0x4E2E # 0 +0xC951 0x4E93 # 0 +0xC952 0x4EC2 # 0 +0xC953 0x4EC9 # 0 +0xC954 0x4EC8 # 0 +0xC955 0x5198 # 0 +0xC956 0x52FC # 0 +0xC957 0x536C # 0 +0xC958 0x53B9 # 0 +0xC959 0x5720 # 0 +0xC95A 0x5903 # 0 +0xC95B 0x592C # 0 +0xC95C 0x5C10 # 0 +0xC95D 0x5DFF # 0 +0xC95E 0x65E1 # 0 +0xC95F 0x6BB3 # 0 +0xC960 0x6BCC # 0 +0xC961 0x6C14 # 0 +0xC962 0x723F # 0 +0xC963 0x4E31 # 0 +0xC964 0x4E3C # 0 +0xC965 0x4EE8 # 0 +0xC966 0x4EDC # 0 +0xC967 0x4EE9 # 0 +0xC968 0x4EE1 # 0 +0xC969 0x4EDD # 0 +0xC96A 0x4EDA # 0 +0xC96B 0x520C # 0 +0xC96C 0x531C # 0 +0xC96D 0x534C # 0 +0xC96E 0x5722 # 0 +0xC96F 0x5723 # 0 +0xC970 0x5917 # 0 +0xC971 0x592F # 0 +0xC972 0x5B81 # 0 +0xC973 0x5B84 # 0 +0xC974 0x5C12 # 0 +0xC975 0x5C3B # 0 +0xC976 0x5C74 # 0 +0xC977 0x5C73 # 0 +0xC978 0x5E04 # 0 +0xC979 0x5E80 # 0 +0xC97A 0x5E82 # 0 +0xC97B 0x5FC9 # 0 +0xC97C 0x6209 # 0 +0xC97D 0x6250 # 0 +0xC97E 0x6C15 # 0 +0xC9A1 0x6C36 # 0 +0xC9A2 0x6C43 # 0 +0xC9A3 0x6C3F # 0 +0xC9A4 0x6C3B # 0 +0xC9A5 0x72AE # 0 +0xC9A6 0x72B0 # 0 +0xC9A7 0x738A # 0 +0xC9A8 0x79B8 # 0 +0xC9A9 0x808A # 0 +0xC9AA 0x961E # 0 +0xC9AB 0x4F0E # 0 +0xC9AC 0x4F18 # 0 +0xC9AD 0x4F2C # 0 +0xC9AE 0x4EF5 # 0 +0xC9AF 0x4F14 # 0 +0xC9B0 0x4EF1 # 0 +0xC9B1 0x4F00 # 0 +0xC9B2 0x4EF7 # 0 +0xC9B3 0x4F08 # 0 +0xC9B4 0x4F1D # 0 +0xC9B5 0x4F02 # 0 +0xC9B6 0x4F05 # 0 +0xC9B7 0x4F22 # 0 +0xC9B8 0x4F13 # 0 +0xC9B9 0x4F04 # 0 +0xC9BA 0x4EF4 # 0 +0xC9BB 0x4F12 # 0 +0xC9BC 0x51B1 # 0 +0xC9BD 0x5213 # 0 +0xC9BE 0x5209 # 0 +0xC9BF 0x5210 # 0 +0xC9C0 0x52A6 # 0 +0xC9C1 0x5322 # 0 +0xC9C2 0x531F # 0 +0xC9C3 0x534D # 0 +0xC9C4 0x538A # 0 +0xC9C5 0x5407 # 0 +0xC9C6 0x56E1 # 0 +0xC9C7 0x56DF # 0 +0xC9C8 0x572E # 0 +0xC9C9 0x572A # 0 +0xC9CA 0x5734 # 0 +0xC9CB 0x593C # 0 +0xC9CC 0x5980 # 0 +0xC9CD 0x597C # 0 +0xC9CE 0x5985 # 0 +0xC9CF 0x597B # 0 +0xC9D0 0x597E # 0 +0xC9D1 0x5977 # 0 +0xC9D2 0x597F # 0 +0xC9D3 0x5B56 # 0 +0xC9D4 0x5C15 # 0 +0xC9D5 0x5C25 # 0 +0xC9D6 0x5C7C # 0 +0xC9D7 0x5C7A # 0 +0xC9D8 0x5C7B # 0 +0xC9D9 0x5C7E # 0 +0xC9DA 0x5DDF # 0 +0xC9DB 0x5E75 # 0 +0xC9DC 0x5E84 # 0 +0xC9DD 0x5F02 # 0 +0xC9DE 0x5F1A # 0 +0xC9DF 0x5F74 # 0 +0xC9E0 0x5FD5 # 0 +0xC9E1 0x5FD4 # 0 +0xC9E2 0x5FCF # 0 +0xC9E3 0x625C # 0 +0xC9E4 0x625E # 0 +0xC9E5 0x6264 # 0 +0xC9E6 0x6261 # 0 +0xC9E7 0x6266 # 0 +0xC9E8 0x6262 # 0 +0xC9E9 0x6259 # 0 +0xC9EA 0x6260 # 0 +0xC9EB 0x625A # 0 +0xC9EC 0x6265 # 0 +0xC9ED 0x65EF # 0 +0xC9EE 0x65EE # 0 +0xC9EF 0x673E # 0 +0xC9F0 0x6739 # 0 +0xC9F1 0x6738 # 0 +0xC9F2 0x673B # 0 +0xC9F3 0x673A # 0 +0xC9F4 0x673F # 0 +0xC9F5 0x673C # 0 +0xC9F6 0x6733 # 0 +0xC9F7 0x6C18 # 0 +0xC9F8 0x6C46 # 0 +0xC9F9 0x6C52 # 0 +0xC9FA 0x6C5C # 0 +0xC9FB 0x6C4F # 0 +0xC9FC 0x6C4A # 0 +0xC9FD 0x6C54 # 0 +0xC9FE 0x6C4B # 0 +0xCA40 0x6C4C # 0 +0xCA41 0x7071 # 0 +0xCA42 0x725E # 0 +0xCA43 0x72B4 # 0 +0xCA44 0x72B5 # 0 +0xCA45 0x738E # 0 +0xCA46 0x752A # 0 +0xCA47 0x767F # 0 +0xCA48 0x7A75 # 0 +0xCA49 0x7F51 # 0 +0xCA4A 0x8278 # 0 +0xCA4B 0x827C # 0 +0xCA4C 0x8280 # 0 +0xCA4D 0x827D # 0 +0xCA4E 0x827F # 0 +0xCA4F 0x864D # 0 +0xCA50 0x897E # 0 +0xCA51 0x9099 # 0 +0xCA52 0x9097 # 0 +0xCA53 0x9098 # 0 +0xCA54 0x909B # 0 +0xCA55 0x9094 # 0 +0xCA56 0x9622 # 0 +0xCA57 0x9624 # 0 +0xCA58 0x9620 # 0 +0xCA59 0x9623 # 0 +0xCA5A 0x4F56 # 0 +0xCA5B 0x4F3B # 0 +0xCA5C 0x4F62 # 0 +0xCA5D 0x4F49 # 0 +0xCA5E 0x4F53 # 0 +0xCA5F 0x4F64 # 0 +0xCA60 0x4F3E # 0 +0xCA61 0x4F67 # 0 +0xCA62 0x4F52 # 0 +0xCA63 0x4F5F # 0 +0xCA64 0x4F41 # 0 +0xCA65 0x4F58 # 0 +0xCA66 0x4F2D # 0 +0xCA67 0x4F33 # 0 +0xCA68 0x4F3F # 0 +0xCA69 0x4F61 # 0 +0xCA6A 0x518F # 0 +0xCA6B 0x51B9 # 0 +0xCA6C 0x521C # 0 +0xCA6D 0x521E # 0 +0xCA6E 0x5221 # 0 +0xCA6F 0x52AD # 0 +0xCA70 0x52AE # 0 +0xCA71 0x5309 # 0 +0xCA72 0x5363 # 0 +0xCA73 0x5372 # 0 +0xCA74 0x538E # 0 +0xCA75 0x538F # 0 +0xCA76 0x5430 # 0 +0xCA77 0x5437 # 0 +0xCA78 0x542A # 0 +0xCA79 0x5454 # 0 +0xCA7A 0x5445 # 0 +0xCA7B 0x5419 # 0 +0xCA7C 0x541C # 0 +0xCA7D 0x5425 # 0 +0xCA7E 0x5418 # 0 +0xCAA1 0x543D # 0 +0xCAA2 0x544F # 0 +0xCAA3 0x5441 # 0 +0xCAA4 0x5428 # 0 +0xCAA5 0x5424 # 0 +0xCAA6 0x5447 # 0 +0xCAA7 0x56EE # 0 +0xCAA8 0x56E7 # 0 +0xCAA9 0x56E5 # 0 +0xCAAA 0x5741 # 0 +0xCAAB 0x5745 # 0 +0xCAAC 0x574C # 0 +0xCAAD 0x5749 # 0 +0xCAAE 0x574B # 0 +0xCAAF 0x5752 # 0 +0xCAB0 0x5906 # 0 +0xCAB1 0x5940 # 0 +0xCAB2 0x59A6 # 0 +0xCAB3 0x5998 # 0 +0xCAB4 0x59A0 # 0 +0xCAB5 0x5997 # 0 +0xCAB6 0x598E # 0 +0xCAB7 0x59A2 # 0 +0xCAB8 0x5990 # 0 +0xCAB9 0x598F # 0 +0xCABA 0x59A7 # 0 +0xCABB 0x59A1 # 0 +0xCABC 0x5B8E # 0 +0xCABD 0x5B92 # 0 +0xCABE 0x5C28 # 0 +0xCABF 0x5C2A # 0 +0xCAC0 0x5C8D # 0 +0xCAC1 0x5C8F # 0 +0xCAC2 0x5C88 # 0 +0xCAC3 0x5C8B # 0 +0xCAC4 0x5C89 # 0 +0xCAC5 0x5C92 # 0 +0xCAC6 0x5C8A # 0 +0xCAC7 0x5C86 # 0 +0xCAC8 0x5C93 # 0 +0xCAC9 0x5C95 # 0 +0xCACA 0x5DE0 # 0 +0xCACB 0x5E0A # 0 +0xCACC 0x5E0E # 0 +0xCACD 0x5E8B # 0 +0xCACE 0x5E89 # 0 +0xCACF 0x5E8C # 0 +0xCAD0 0x5E88 # 0 +0xCAD1 0x5E8D # 0 +0xCAD2 0x5F05 # 0 +0xCAD3 0x5F1D # 0 +0xCAD4 0x5F78 # 0 +0xCAD5 0x5F76 # 0 +0xCAD6 0x5FD2 # 0 +0xCAD7 0x5FD1 # 0 +0xCAD8 0x5FD0 # 0 +0xCAD9 0x5FED # 0 +0xCADA 0x5FE8 # 0 +0xCADB 0x5FEE # 0 +0xCADC 0x5FF3 # 0 +0xCADD 0x5FE1 # 0 +0xCADE 0x5FE4 # 0 +0xCADF 0x5FE3 # 0 +0xCAE0 0x5FFA # 0 +0xCAE1 0x5FEF # 0 +0xCAE2 0x5FF7 # 0 +0xCAE3 0x5FFB # 0 +0xCAE4 0x6000 # 0 +0xCAE5 0x5FF4 # 0 +0xCAE6 0x623A # 0 +0xCAE7 0x6283 # 0 +0xCAE8 0x628C # 0 +0xCAE9 0x628E # 0 +0xCAEA 0x628F # 0 +0xCAEB 0x6294 # 0 +0xCAEC 0x6287 # 0 +0xCAED 0x6271 # 0 +0xCAEE 0x627B # 0 +0xCAEF 0x627A # 0 +0xCAF0 0x6270 # 0 +0xCAF1 0x6281 # 0 +0xCAF2 0x6288 # 0 +0xCAF3 0x6277 # 0 +0xCAF4 0x627D # 0 +0xCAF5 0x6272 # 0 +0xCAF6 0x6274 # 0 +0xCAF7 0x6537 # 0 +0xCAF8 0x65F0 # 0 +0xCAF9 0x65F4 # 0 +0xCAFA 0x65F3 # 0 +0xCAFB 0x65F2 # 0 +0xCAFC 0x65F5 # 0 +0xCAFD 0x6745 # 0 +0xCAFE 0x6747 # 0 +0xCB40 0x6759 # 0 +0xCB41 0x6755 # 0 +0xCB42 0x674C # 0 +0xCB43 0x6748 # 0 +0xCB44 0x675D # 0 +0xCB45 0x674D # 0 +0xCB46 0x675A # 0 +0xCB47 0x674B # 0 +0xCB48 0x6BD0 # 0 +0xCB49 0x6C19 # 0 +0xCB4A 0x6C1A # 0 +0xCB4B 0x6C78 # 0 +0xCB4C 0x6C67 # 0 +0xCB4D 0x6C6B # 0 +0xCB4E 0x6C84 # 0 +0xCB4F 0x6C8B # 0 +0xCB50 0x6C8F # 0 +0xCB51 0x6C71 # 0 +0xCB52 0x6C6F # 0 +0xCB53 0x6C69 # 0 +0xCB54 0x6C9A # 0 +0xCB55 0x6C6D # 0 +0xCB56 0x6C87 # 0 +0xCB57 0x6C95 # 0 +0xCB58 0x6C9C # 0 +0xCB59 0x6C66 # 0 +0xCB5A 0x6C73 # 0 +0xCB5B 0x6C65 # 0 +0xCB5C 0x6C7B # 0 +0xCB5D 0x6C8E # 0 +0xCB5E 0x7074 # 0 +0xCB5F 0x707A # 0 +0xCB60 0x7263 # 0 +0xCB61 0x72BF # 0 +0xCB62 0x72BD # 0 +0xCB63 0x72C3 # 0 +0xCB64 0x72C6 # 0 +0xCB65 0x72C1 # 0 +0xCB66 0x72BA # 0 +0xCB67 0x72C5 # 0 +0xCB68 0x7395 # 0 +0xCB69 0x7397 # 0 +0xCB6A 0x7393 # 0 +0xCB6B 0x7394 # 0 +0xCB6C 0x7392 # 0 +0xCB6D 0x753A # 0 +0xCB6E 0x7539 # 0 +0xCB6F 0x7594 # 0 +0xCB70 0x7595 # 0 +0xCB71 0x7681 # 0 +0xCB72 0x793D # 0 +0xCB73 0x8034 # 0 +0xCB74 0x8095 # 0 +0xCB75 0x8099 # 0 +0xCB76 0x8090 # 0 +0xCB77 0x8092 # 0 +0xCB78 0x809C # 0 +0xCB79 0x8290 # 0 +0xCB7A 0x828F # 0 +0xCB7B 0x8285 # 0 +0xCB7C 0x828E # 0 +0xCB7D 0x8291 # 0 +0xCB7E 0x8293 # 0 +0xCBA1 0x828A # 0 +0xCBA2 0x8283 # 0 +0xCBA3 0x8284 # 0 +0xCBA4 0x8C78 # 0 +0xCBA5 0x8FC9 # 0 +0xCBA6 0x8FBF # 0 +0xCBA7 0x909F # 0 +0xCBA8 0x90A1 # 0 +0xCBA9 0x90A5 # 0 +0xCBAA 0x909E # 0 +0xCBAB 0x90A7 # 0 +0xCBAC 0x90A0 # 0 +0xCBAD 0x9630 # 0 +0xCBAE 0x9628 # 0 +0xCBAF 0x962F # 0 +0xCBB0 0x962D # 0 +0xCBB1 0x4E33 # 0 +0xCBB2 0x4F98 # 0 +0xCBB3 0x4F7C # 0 +0xCBB4 0x4F85 # 0 +0xCBB5 0x4F7D # 0 +0xCBB6 0x4F80 # 0 +0xCBB7 0x4F87 # 0 +0xCBB8 0x4F76 # 0 +0xCBB9 0x4F74 # 0 +0xCBBA 0x4F89 # 0 +0xCBBB 0x4F84 # 0 +0xCBBC 0x4F77 # 0 +0xCBBD 0x4F4C # 0 +0xCBBE 0x4F97 # 0 +0xCBBF 0x4F6A # 0 +0xCBC0 0x4F9A # 0 +0xCBC1 0x4F79 # 0 +0xCBC2 0x4F81 # 0 +0xCBC3 0x4F78 # 0 +0xCBC4 0x4F90 # 0 +0xCBC5 0x4F9C # 0 +0xCBC6 0x4F94 # 0 +0xCBC7 0x4F9E # 0 +0xCBC8 0x4F92 # 0 +0xCBC9 0x4F82 # 0 +0xCBCA 0x4F95 # 0 +0xCBCB 0x4F6B # 0 +0xCBCC 0x4F6E # 0 +0xCBCD 0x519E # 0 +0xCBCE 0x51BC # 0 +0xCBCF 0x51BE # 0 +0xCBD0 0x5235 # 0 +0xCBD1 0x5232 # 0 +0xCBD2 0x5233 # 0 +0xCBD3 0x5246 # 0 +0xCBD4 0x5231 # 0 +0xCBD5 0x52BC # 0 +0xCBD6 0x530A # 0 +0xCBD7 0x530B # 0 +0xCBD8 0x533C # 0 +0xCBD9 0x5392 # 0 +0xCBDA 0x5394 # 0 +0xCBDB 0x5487 # 0 +0xCBDC 0x547F # 0 +0xCBDD 0x5481 # 0 +0xCBDE 0x5491 # 0 +0xCBDF 0x5482 # 0 +0xCBE0 0x5488 # 0 +0xCBE1 0x546B # 0 +0xCBE2 0x547A # 0 +0xCBE3 0x547E # 0 +0xCBE4 0x5465 # 0 +0xCBE5 0x546C # 0 +0xCBE6 0x5474 # 0 +0xCBE7 0x5466 # 0 +0xCBE8 0x548D # 0 +0xCBE9 0x546F # 0 +0xCBEA 0x5461 # 0 +0xCBEB 0x5460 # 0 +0xCBEC 0x5498 # 0 +0xCBED 0x5463 # 0 +0xCBEE 0x5467 # 0 +0xCBEF 0x5464 # 0 +0xCBF0 0x56F7 # 0 +0xCBF1 0x56F9 # 0 +0xCBF2 0x576F # 0 +0xCBF3 0x5772 # 0 +0xCBF4 0x576D # 0 +0xCBF5 0x576B # 0 +0xCBF6 0x5771 # 0 +0xCBF7 0x5770 # 0 +0xCBF8 0x5776 # 0 +0xCBF9 0x5780 # 0 +0xCBFA 0x5775 # 0 +0xCBFB 0x577B # 0 +0xCBFC 0x5773 # 0 +0xCBFD 0x5774 # 0 +0xCBFE 0x5762 # 0 +0xCC40 0x5768 # 0 +0xCC41 0x577D # 0 +0xCC42 0x590C # 0 +0xCC43 0x5945 # 0 +0xCC44 0x59B5 # 0 +0xCC45 0x59BA # 0 +0xCC46 0x59CF # 0 +0xCC47 0x59CE # 0 +0xCC48 0x59B2 # 0 +0xCC49 0x59CC # 0 +0xCC4A 0x59C1 # 0 +0xCC4B 0x59B6 # 0 +0xCC4C 0x59BC # 0 +0xCC4D 0x59C3 # 0 +0xCC4E 0x59D6 # 0 +0xCC4F 0x59B1 # 0 +0xCC50 0x59BD # 0 +0xCC51 0x59C0 # 0 +0xCC52 0x59C8 # 0 +0xCC53 0x59B4 # 0 +0xCC54 0x59C7 # 0 +0xCC55 0x5B62 # 0 +0xCC56 0x5B65 # 0 +0xCC57 0x5B93 # 0 +0xCC58 0x5B95 # 0 +0xCC59 0x5C44 # 0 +0xCC5A 0x5C47 # 0 +0xCC5B 0x5CAE # 0 +0xCC5C 0x5CA4 # 0 +0xCC5D 0x5CA0 # 0 +0xCC5E 0x5CB5 # 0 +0xCC5F 0x5CAF # 0 +0xCC60 0x5CA8 # 0 +0xCC61 0x5CAC # 0 +0xCC62 0x5C9F # 0 +0xCC63 0x5CA3 # 0 +0xCC64 0x5CAD # 0 +0xCC65 0x5CA2 # 0 +0xCC66 0x5CAA # 0 +0xCC67 0x5CA7 # 0 +0xCC68 0x5C9D # 0 +0xCC69 0x5CA5 # 0 +0xCC6A 0x5CB6 # 0 +0xCC6B 0x5CB0 # 0 +0xCC6C 0x5CA6 # 0 +0xCC6D 0x5E17 # 0 +0xCC6E 0x5E14 # 0 +0xCC6F 0x5E19 # 0 +0xCC70 0x5F28 # 0 +0xCC71 0x5F22 # 0 +0xCC72 0x5F23 # 0 +0xCC73 0x5F24 # 0 +0xCC74 0x5F54 # 0 +0xCC75 0x5F82 # 0 +0xCC76 0x5F7E # 0 +0xCC77 0x5F7D # 0 +0xCC78 0x5FDE # 0 +0xCC79 0x5FE5 # 0 +0xCC7A 0x602D # 0 +0xCC7B 0x6026 # 0 +0xCC7C 0x6019 # 0 +0xCC7D 0x6032 # 0 +0xCC7E 0x600B # 0 +0xCCA1 0x6034 # 0 +0xCCA2 0x600A # 0 +0xCCA3 0x6017 # 0 +0xCCA4 0x6033 # 0 +0xCCA5 0x601A # 0 +0xCCA6 0x601E # 0 +0xCCA7 0x602C # 0 +0xCCA8 0x6022 # 0 +0xCCA9 0x600D # 0 +0xCCAA 0x6010 # 0 +0xCCAB 0x602E # 0 +0xCCAC 0x6013 # 0 +0xCCAD 0x6011 # 0 +0xCCAE 0x600C # 0 +0xCCAF 0x6009 # 0 +0xCCB0 0x601C # 0 +0xCCB1 0x6214 # 0 +0xCCB2 0x623D # 0 +0xCCB3 0x62AD # 0 +0xCCB4 0x62B4 # 0 +0xCCB5 0x62D1 # 0 +0xCCB6 0x62BE # 0 +0xCCB7 0x62AA # 0 +0xCCB8 0x62B6 # 0 +0xCCB9 0x62CA # 0 +0xCCBA 0x62AE # 0 +0xCCBB 0x62B3 # 0 +0xCCBC 0x62AF # 0 +0xCCBD 0x62BB # 0 +0xCCBE 0x62A9 # 0 +0xCCBF 0x62B0 # 0 +0xCCC0 0x62B8 # 0 +0xCCC1 0x653D # 0 +0xCCC2 0x65A8 # 0 +0xCCC3 0x65BB # 0 +0xCCC4 0x6609 # 0 +0xCCC5 0x65FC # 0 +0xCCC6 0x6604 # 0 +0xCCC7 0x6612 # 0 +0xCCC8 0x6608 # 0 +0xCCC9 0x65FB # 0 +0xCCCA 0x6603 # 0 +0xCCCB 0x660B # 0 +0xCCCC 0x660D # 0 +0xCCCD 0x6605 # 0 +0xCCCE 0x65FD # 0 +0xCCCF 0x6611 # 0 +0xCCD0 0x6610 # 0 +0xCCD1 0x66F6 # 0 +0xCCD2 0x670A # 0 +0xCCD3 0x6785 # 0 +0xCCD4 0x676C # 0 +0xCCD5 0x678E # 0 +0xCCD6 0x6792 # 0 +0xCCD7 0x6776 # 0 +0xCCD8 0x677B # 0 +0xCCD9 0x6798 # 0 +0xCCDA 0x6786 # 0 +0xCCDB 0x6784 # 0 +0xCCDC 0x6774 # 0 +0xCCDD 0x678D # 0 +0xCCDE 0x678C # 0 +0xCCDF 0x677A # 0 +0xCCE0 0x679F # 0 +0xCCE1 0x6791 # 0 +0xCCE2 0x6799 # 0 +0xCCE3 0x6783 # 0 +0xCCE4 0x677D # 0 +0xCCE5 0x6781 # 0 +0xCCE6 0x6778 # 0 +0xCCE7 0x6779 # 0 +0xCCE8 0x6794 # 0 +0xCCE9 0x6B25 # 0 +0xCCEA 0x6B80 # 0 +0xCCEB 0x6B7E # 0 +0xCCEC 0x6BDE # 0 +0xCCED 0x6C1D # 0 +0xCCEE 0x6C93 # 0 +0xCCEF 0x6CEC # 0 +0xCCF0 0x6CEB # 0 +0xCCF1 0x6CEE # 0 +0xCCF2 0x6CD9 # 0 +0xCCF3 0x6CB6 # 0 +0xCCF4 0x6CD4 # 0 +0xCCF5 0x6CAD # 0 +0xCCF6 0x6CE7 # 0 +0xCCF7 0x6CB7 # 0 +0xCCF8 0x6CD0 # 0 +0xCCF9 0x6CC2 # 0 +0xCCFA 0x6CBA # 0 +0xCCFB 0x6CC3 # 0 +0xCCFC 0x6CC6 # 0 +0xCCFD 0x6CED # 0 +0xCCFE 0x6CF2 # 0 +0xCD40 0x6CD2 # 0 +0xCD41 0x6CDD # 0 +0xCD42 0x6CB4 # 0 +0xCD43 0x6C8A # 0 +0xCD44 0x6C9D # 0 +0xCD45 0x6C80 # 0 +0xCD46 0x6CDE # 0 +0xCD47 0x6CC0 # 0 +0xCD48 0x6D30 # 0 +0xCD49 0x6CCD # 0 +0xCD4A 0x6CC7 # 0 +0xCD4B 0x6CB0 # 0 +0xCD4C 0x6CF9 # 0 +0xCD4D 0x6CCF # 0 +0xCD4E 0x6CE9 # 0 +0xCD4F 0x6CD1 # 0 +0xCD50 0x7094 # 0 +0xCD51 0x7098 # 0 +0xCD52 0x7085 # 0 +0xCD53 0x7093 # 0 +0xCD54 0x7086 # 0 +0xCD55 0x7084 # 0 +0xCD56 0x7091 # 0 +0xCD57 0x7096 # 0 +0xCD58 0x7082 # 0 +0xCD59 0x709A # 0 +0xCD5A 0x7083 # 0 +0xCD5B 0x726A # 0 +0xCD5C 0x72D6 # 0 +0xCD5D 0x72CB # 0 +0xCD5E 0x72D8 # 0 +0xCD5F 0x72C9 # 0 +0xCD60 0x72DC # 0 +0xCD61 0x72D2 # 0 +0xCD62 0x72D4 # 0 +0xCD63 0x72DA # 0 +0xCD64 0x72CC # 0 +0xCD65 0x72D1 # 0 +0xCD66 0x73A4 # 0 +0xCD67 0x73A1 # 0 +0xCD68 0x73AD # 0 +0xCD69 0x73A6 # 0 +0xCD6A 0x73A2 # 0 +0xCD6B 0x73A0 # 0 +0xCD6C 0x73AC # 0 +0xCD6D 0x739D # 0 +0xCD6E 0x74DD # 0 +0xCD6F 0x74E8 # 0 +0xCD70 0x753F # 0 +0xCD71 0x7540 # 0 +0xCD72 0x753E # 0 +0xCD73 0x758C # 0 +0xCD74 0x7598 # 0 +0xCD75 0x76AF # 0 +0xCD76 0x76F3 # 0 +0xCD77 0x76F1 # 0 +0xCD78 0x76F0 # 0 +0xCD79 0x76F5 # 0 +0xCD7A 0x77F8 # 0 +0xCD7B 0x77FC # 0 +0xCD7C 0x77F9 # 0 +0xCD7D 0x77FB # 0 +0xCD7E 0x77FA # 0 +0xCDA1 0x77F7 # 0 +0xCDA2 0x7942 # 0 +0xCDA3 0x793F # 0 +0xCDA4 0x79C5 # 0 +0xCDA5 0x7A78 # 0 +0xCDA6 0x7A7B # 0 +0xCDA7 0x7AFB # 0 +0xCDA8 0x7C75 # 0 +0xCDA9 0x7CFD # 0 +0xCDAA 0x8035 # 0 +0xCDAB 0x808F # 0 +0xCDAC 0x80AE # 0 +0xCDAD 0x80A3 # 0 +0xCDAE 0x80B8 # 0 +0xCDAF 0x80B5 # 0 +0xCDB0 0x80AD # 0 +0xCDB1 0x8220 # 0 +0xCDB2 0x82A0 # 0 +0xCDB3 0x82C0 # 0 +0xCDB4 0x82AB # 0 +0xCDB5 0x829A # 0 +0xCDB6 0x8298 # 0 +0xCDB7 0x829B # 0 +0xCDB8 0x82B5 # 0 +0xCDB9 0x82A7 # 0 +0xCDBA 0x82AE # 0 +0xCDBB 0x82BC # 0 +0xCDBC 0x829E # 0 +0xCDBD 0x82BA # 0 +0xCDBE 0x82B4 # 0 +0xCDBF 0x82A8 # 0 +0xCDC0 0x82A1 # 0 +0xCDC1 0x82A9 # 0 +0xCDC2 0x82C2 # 0 +0xCDC3 0x82A4 # 0 +0xCDC4 0x82C3 # 0 +0xCDC5 0x82B6 # 0 +0xCDC6 0x82A2 # 0 +0xCDC7 0x8670 # 0 +0xCDC8 0x866F # 0 +0xCDC9 0x866D # 0 +0xCDCA 0x866E # 0 +0xCDCB 0x8C56 # 0 +0xCDCC 0x8FD2 # 0 +0xCDCD 0x8FCB # 0 +0xCDCE 0x8FD3 # 0 +0xCDCF 0x8FCD # 0 +0xCDD0 0x8FD6 # 0 +0xCDD1 0x8FD5 # 0 +0xCDD2 0x8FD7 # 0 +0xCDD3 0x90B2 # 0 +0xCDD4 0x90B4 # 0 +0xCDD5 0x90AF # 0 +0xCDD6 0x90B3 # 0 +0xCDD7 0x90B0 # 0 +0xCDD8 0x9639 # 0 +0xCDD9 0x963D # 0 +0xCDDA 0x963C # 0 +0xCDDB 0x963A # 0 +0xCDDC 0x9643 # 0 +0xCDDD 0x4FCD # 0 +0xCDDE 0x4FC5 # 0 +0xCDDF 0x4FD3 # 0 +0xCDE0 0x4FB2 # 0 +0xCDE1 0x4FC9 # 0 +0xCDE2 0x4FCB # 0 +0xCDE3 0x4FC1 # 0 +0xCDE4 0x4FD4 # 0 +0xCDE5 0x4FDC # 0 +0xCDE6 0x4FD9 # 0 +0xCDE7 0x4FBB # 0 +0xCDE8 0x4FB3 # 0 +0xCDE9 0x4FDB # 0 +0xCDEA 0x4FC7 # 0 +0xCDEB 0x4FD6 # 0 +0xCDEC 0x4FBA # 0 +0xCDED 0x4FC0 # 0 +0xCDEE 0x4FB9 # 0 +0xCDEF 0x4FEC # 0 +0xCDF0 0x5244 # 0 +0xCDF1 0x5249 # 0 +0xCDF2 0x52C0 # 0 +0xCDF3 0x52C2 # 0 +0xCDF4 0x533D # 0 +0xCDF5 0x537C # 0 +0xCDF6 0x5397 # 0 +0xCDF7 0x5396 # 0 +0xCDF8 0x5399 # 0 +0xCDF9 0x5398 # 0 +0xCDFA 0x54BA # 0 +0xCDFB 0x54A1 # 0 +0xCDFC 0x54AD # 0 +0xCDFD 0x54A5 # 0 +0xCDFE 0x54CF # 0 +0xCE40 0x54C3 # 0 +0xCE41 0x830D # 0 +0xCE42 0x54B7 # 0 +0xCE43 0x54AE # 0 +0xCE44 0x54D6 # 0 +0xCE45 0x54B6 # 0 +0xCE46 0x54C5 # 0 +0xCE47 0x54C6 # 0 +0xCE48 0x54A0 # 0 +0xCE49 0x5470 # 0 +0xCE4A 0x54BC # 0 +0xCE4B 0x54A2 # 0 +0xCE4C 0x54BE # 0 +0xCE4D 0x5472 # 0 +0xCE4E 0x54DE # 0 +0xCE4F 0x54B0 # 0 +0xCE50 0x57B5 # 0 +0xCE51 0x579E # 0 +0xCE52 0x579F # 0 +0xCE53 0x57A4 # 0 +0xCE54 0x578C # 0 +0xCE55 0x5797 # 0 +0xCE56 0x579D # 0 +0xCE57 0x579B # 0 +0xCE58 0x5794 # 0 +0xCE59 0x5798 # 0 +0xCE5A 0x578F # 0 +0xCE5B 0x5799 # 0 +0xCE5C 0x57A5 # 0 +0xCE5D 0x579A # 0 +0xCE5E 0x5795 # 0 +0xCE5F 0x58F4 # 0 +0xCE60 0x590D # 0 +0xCE61 0x5953 # 0 +0xCE62 0x59E1 # 0 +0xCE63 0x59DE # 0 +0xCE64 0x59EE # 0 +0xCE65 0x5A00 # 0 +0xCE66 0x59F1 # 0 +0xCE67 0x59DD # 0 +0xCE68 0x59FA # 0 +0xCE69 0x59FD # 0 +0xCE6A 0x59FC # 0 +0xCE6B 0x59F6 # 0 +0xCE6C 0x59E4 # 0 +0xCE6D 0x59F2 # 0 +0xCE6E 0x59F7 # 0 +0xCE6F 0x59DB # 0 +0xCE70 0x59E9 # 0 +0xCE71 0x59F3 # 0 +0xCE72 0x59F5 # 0 +0xCE73 0x59E0 # 0 +0xCE74 0x59FE # 0 +0xCE75 0x59F4 # 0 +0xCE76 0x59ED # 0 +0xCE77 0x5BA8 # 0 +0xCE78 0x5C4C # 0 +0xCE79 0x5CD0 # 0 +0xCE7A 0x5CD8 # 0 +0xCE7B 0x5CCC # 0 +0xCE7C 0x5CD7 # 0 +0xCE7D 0x5CCB # 0 +0xCE7E 0x5CDB # 0 +0xCEA1 0x5CDE # 0 +0xCEA2 0x5CDA # 0 +0xCEA3 0x5CC9 # 0 +0xCEA4 0x5CC7 # 0 +0xCEA5 0x5CCA # 0 +0xCEA6 0x5CD6 # 0 +0xCEA7 0x5CD3 # 0 +0xCEA8 0x5CD4 # 0 +0xCEA9 0x5CCF # 0 +0xCEAA 0x5CC8 # 0 +0xCEAB 0x5CC6 # 0 +0xCEAC 0x5CCE # 0 +0xCEAD 0x5CDF # 0 +0xCEAE 0x5CF8 # 0 +0xCEAF 0x5DF9 # 0 +0xCEB0 0x5E21 # 0 +0xCEB1 0x5E22 # 0 +0xCEB2 0x5E23 # 0 +0xCEB3 0x5E20 # 0 +0xCEB4 0x5E24 # 0 +0xCEB5 0x5EB0 # 0 +0xCEB6 0x5EA4 # 0 +0xCEB7 0x5EA2 # 0 +0xCEB8 0x5E9B # 0 +0xCEB9 0x5EA3 # 0 +0xCEBA 0x5EA5 # 0 +0xCEBB 0x5F07 # 0 +0xCEBC 0x5F2E # 0 +0xCEBD 0x5F56 # 0 +0xCEBE 0x5F86 # 0 +0xCEBF 0x6037 # 0 +0xCEC0 0x6039 # 0 +0xCEC1 0x6054 # 0 +0xCEC2 0x6072 # 0 +0xCEC3 0x605E # 0 +0xCEC4 0x6045 # 0 +0xCEC5 0x6053 # 0 +0xCEC6 0x6047 # 0 +0xCEC7 0x6049 # 0 +0xCEC8 0x605B # 0 +0xCEC9 0x604C # 0 +0xCECA 0x6040 # 0 +0xCECB 0x6042 # 0 +0xCECC 0x605F # 0 +0xCECD 0x6024 # 0 +0xCECE 0x6044 # 0 +0xCECF 0x6058 # 0 +0xCED0 0x6066 # 0 +0xCED1 0x606E # 0 +0xCED2 0x6242 # 0 +0xCED3 0x6243 # 0 +0xCED4 0x62CF # 0 +0xCED5 0x630D # 0 +0xCED6 0x630B # 0 +0xCED7 0x62F5 # 0 +0xCED8 0x630E # 0 +0xCED9 0x6303 # 0 +0xCEDA 0x62EB # 0 +0xCEDB 0x62F9 # 0 +0xCEDC 0x630F # 0 +0xCEDD 0x630C # 0 +0xCEDE 0x62F8 # 0 +0xCEDF 0x62F6 # 0 +0xCEE0 0x6300 # 0 +0xCEE1 0x6313 # 0 +0xCEE2 0x6314 # 0 +0xCEE3 0x62FA # 0 +0xCEE4 0x6315 # 0 +0xCEE5 0x62FB # 0 +0xCEE6 0x62F0 # 0 +0xCEE7 0x6541 # 0 +0xCEE8 0x6543 # 0 +0xCEE9 0x65AA # 0 +0xCEEA 0x65BF # 0 +0xCEEB 0x6636 # 0 +0xCEEC 0x6621 # 0 +0xCEED 0x6632 # 0 +0xCEEE 0x6635 # 0 +0xCEEF 0x661C # 0 +0xCEF0 0x6626 # 0 +0xCEF1 0x6622 # 0 +0xCEF2 0x6633 # 0 +0xCEF3 0x662B # 0 +0xCEF4 0x663A # 0 +0xCEF5 0x661D # 0 +0xCEF6 0x6634 # 0 +0xCEF7 0x6639 # 0 +0xCEF8 0x662E # 0 +0xCEF9 0x670F # 0 +0xCEFA 0x6710 # 0 +0xCEFB 0x67C1 # 0 +0xCEFC 0x67F2 # 0 +0xCEFD 0x67C8 # 0 +0xCEFE 0x67BA # 0 +0xCF40 0x67DC # 0 +0xCF41 0x67BB # 0 +0xCF42 0x67F8 # 0 +0xCF43 0x67D8 # 0 +0xCF44 0x67C0 # 0 +0xCF45 0x67B7 # 0 +0xCF46 0x67C5 # 0 +0xCF47 0x67EB # 0 +0xCF48 0x67E4 # 0 +0xCF49 0x67DF # 0 +0xCF4A 0x67B5 # 0 +0xCF4B 0x67CD # 0 +0xCF4C 0x67B3 # 0 +0xCF4D 0x67F7 # 0 +0xCF4E 0x67F6 # 0 +0xCF4F 0x67EE # 0 +0xCF50 0x67E3 # 0 +0xCF51 0x67C2 # 0 +0xCF52 0x67B9 # 0 +0xCF53 0x67CE # 0 +0xCF54 0x67E7 # 0 +0xCF55 0x67F0 # 0 +0xCF56 0x67B2 # 0 +0xCF57 0x67FC # 0 +0xCF58 0x67C6 # 0 +0xCF59 0x67ED # 0 +0xCF5A 0x67CC # 0 +0xCF5B 0x67AE # 0 +0xCF5C 0x67E6 # 0 +0xCF5D 0x67DB # 0 +0xCF5E 0x67FA # 0 +0xCF5F 0x67C9 # 0 +0xCF60 0x67CA # 0 +0xCF61 0x67C3 # 0 +0xCF62 0x67EA # 0 +0xCF63 0x67CB # 0 +0xCF64 0x6B28 # 0 +0xCF65 0x6B82 # 0 +0xCF66 0x6B84 # 0 +0xCF67 0x6BB6 # 0 +0xCF68 0x6BD6 # 0 +0xCF69 0x6BD8 # 0 +0xCF6A 0x6BE0 # 0 +0xCF6B 0x6C20 # 0 +0xCF6C 0x6C21 # 0 +0xCF6D 0x6D28 # 0 +0xCF6E 0x6D34 # 0 +0xCF6F 0x6D2D # 0 +0xCF70 0x6D1F # 0 +0xCF71 0x6D3C # 0 +0xCF72 0x6D3F # 0 +0xCF73 0x6D12 # 0 +0xCF74 0x6D0A # 0 +0xCF75 0x6CDA # 0 +0xCF76 0x6D33 # 0 +0xCF77 0x6D04 # 0 +0xCF78 0x6D19 # 0 +0xCF79 0x6D3A # 0 +0xCF7A 0x6D1A # 0 +0xCF7B 0x6D11 # 0 +0xCF7C 0x6D00 # 0 +0xCF7D 0x6D1D # 0 +0xCF7E 0x6D42 # 0 +0xCFA1 0x6D01 # 0 +0xCFA2 0x6D18 # 0 +0xCFA3 0x6D37 # 0 +0xCFA4 0x6D03 # 0 +0xCFA5 0x6D0F # 0 +0xCFA6 0x6D40 # 0 +0xCFA7 0x6D07 # 0 +0xCFA8 0x6D20 # 0 +0xCFA9 0x6D2C # 0 +0xCFAA 0x6D08 # 0 +0xCFAB 0x6D22 # 0 +0xCFAC 0x6D09 # 0 +0xCFAD 0x6D10 # 0 +0xCFAE 0x70B7 # 0 +0xCFAF 0x709F # 0 +0xCFB0 0x70BE # 0 +0xCFB1 0x70B1 # 0 +0xCFB2 0x70B0 # 0 +0xCFB3 0x70A1 # 0 +0xCFB4 0x70B4 # 0 +0xCFB5 0x70B5 # 0 +0xCFB6 0x70A9 # 0 +0xCFB7 0x7241 # 0 +0xCFB8 0x7249 # 0 +0xCFB9 0x724A # 0 +0xCFBA 0x726C # 0 +0xCFBB 0x7270 # 0 +0xCFBC 0x7273 # 0 +0xCFBD 0x726E # 0 +0xCFBE 0x72CA # 0 +0xCFBF 0x72E4 # 0 +0xCFC0 0x72E8 # 0 +0xCFC1 0x72EB # 0 +0xCFC2 0x72DF # 0 +0xCFC3 0x72EA # 0 +0xCFC4 0x72E6 # 0 +0xCFC5 0x72E3 # 0 +0xCFC6 0x7385 # 0 +0xCFC7 0x73CC # 0 +0xCFC8 0x73C2 # 0 +0xCFC9 0x73C8 # 0 +0xCFCA 0x73C5 # 0 +0xCFCB 0x73B9 # 0 +0xCFCC 0x73B6 # 0 +0xCFCD 0x73B5 # 0 +0xCFCE 0x73B4 # 0 +0xCFCF 0x73EB # 0 +0xCFD0 0x73BF # 0 +0xCFD1 0x73C7 # 0 +0xCFD2 0x73BE # 0 +0xCFD3 0x73C3 # 0 +0xCFD4 0x73C6 # 0 +0xCFD5 0x73B8 # 0 +0xCFD6 0x73CB # 0 +0xCFD7 0x74EC # 0 +0xCFD8 0x74EE # 0 +0xCFD9 0x752E # 0 +0xCFDA 0x7547 # 0 +0xCFDB 0x7548 # 0 +0xCFDC 0x75A7 # 0 +0xCFDD 0x75AA # 0 +0xCFDE 0x7679 # 0 +0xCFDF 0x76C4 # 0 +0xCFE0 0x7708 # 0 +0xCFE1 0x7703 # 0 +0xCFE2 0x7704 # 0 +0xCFE3 0x7705 # 0 +0xCFE4 0x770A # 0 +0xCFE5 0x76F7 # 0 +0xCFE6 0x76FB # 0 +0xCFE7 0x76FA # 0 +0xCFE8 0x77E7 # 0 +0xCFE9 0x77E8 # 0 +0xCFEA 0x7806 # 0 +0xCFEB 0x7811 # 0 +0xCFEC 0x7812 # 0 +0xCFED 0x7805 # 0 +0xCFEE 0x7810 # 0 +0xCFEF 0x780F # 0 +0xCFF0 0x780E # 0 +0xCFF1 0x7809 # 0 +0xCFF2 0x7803 # 0 +0xCFF3 0x7813 # 0 +0xCFF4 0x794A # 0 +0xCFF5 0x794C # 0 +0xCFF6 0x794B # 0 +0xCFF7 0x7945 # 0 +0xCFF8 0x7944 # 0 +0xCFF9 0x79D5 # 0 +0xCFFA 0x79CD # 0 +0xCFFB 0x79CF # 0 +0xCFFC 0x79D6 # 0 +0xCFFD 0x79CE # 0 +0xCFFE 0x7A80 # 0 +0xD040 0x7A7E # 0 +0xD041 0x7AD1 # 0 +0xD042 0x7B00 # 0 +0xD043 0x7B01 # 0 +0xD044 0x7C7A # 0 +0xD045 0x7C78 # 0 +0xD046 0x7C79 # 0 +0xD047 0x7C7F # 0 +0xD048 0x7C80 # 0 +0xD049 0x7C81 # 0 +0xD04A 0x7D03 # 0 +0xD04B 0x7D08 # 0 +0xD04C 0x7D01 # 0 +0xD04D 0x7F58 # 0 +0xD04E 0x7F91 # 0 +0xD04F 0x7F8D # 0 +0xD050 0x7FBE # 0 +0xD051 0x8007 # 0 +0xD052 0x800E # 0 +0xD053 0x800F # 0 +0xD054 0x8014 # 0 +0xD055 0x8037 # 0 +0xD056 0x80D8 # 0 +0xD057 0x80C7 # 0 +0xD058 0x80E0 # 0 +0xD059 0x80D1 # 0 +0xD05A 0x80C8 # 0 +0xD05B 0x80C2 # 0 +0xD05C 0x80D0 # 0 +0xD05D 0x80C5 # 0 +0xD05E 0x80E3 # 0 +0xD05F 0x80D9 # 0 +0xD060 0x80DC # 0 +0xD061 0x80CA # 0 +0xD062 0x80D5 # 0 +0xD063 0x80C9 # 0 +0xD064 0x80CF # 0 +0xD065 0x80D7 # 0 +0xD066 0x80E6 # 0 +0xD067 0x80CD # 0 +0xD068 0x81FF # 0 +0xD069 0x8221 # 0 +0xD06A 0x8294 # 0 +0xD06B 0x82D9 # 0 +0xD06C 0x82FE # 0 +0xD06D 0x82F9 # 0 +0xD06E 0x8307 # 0 +0xD06F 0x82E8 # 0 +0xD070 0x8300 # 0 +0xD071 0x82D5 # 0 +0xD072 0x833A # 0 +0xD073 0x82EB # 0 +0xD074 0x82D6 # 0 +0xD075 0x82F4 # 0 +0xD076 0x82EC # 0 +0xD077 0x82E1 # 0 +0xD078 0x82F2 # 0 +0xD079 0x82F5 # 0 +0xD07A 0x830C # 0 +0xD07B 0x82FB # 0 +0xD07C 0x82F6 # 0 +0xD07D 0x82F0 # 0 +0xD07E 0x82EA # 0 +0xD0A1 0x82E4 # 0 +0xD0A2 0x82E0 # 0 +0xD0A3 0x82FA # 0 +0xD0A4 0x82F3 # 0 +0xD0A5 0x82ED # 0 +0xD0A6 0x8677 # 0 +0xD0A7 0x8674 # 0 +0xD0A8 0x867C # 0 +0xD0A9 0x8673 # 0 +0xD0AA 0x8841 # 0 +0xD0AB 0x884E # 0 +0xD0AC 0x8867 # 0 +0xD0AD 0x886A # 0 +0xD0AE 0x8869 # 0 +0xD0AF 0x89D3 # 0 +0xD0B0 0x8A04 # 0 +0xD0B1 0x8A07 # 0 +0xD0B2 0x8D72 # 0 +0xD0B3 0x8FE3 # 0 +0xD0B4 0x8FE1 # 0 +0xD0B5 0x8FEE # 0 +0xD0B6 0x8FE0 # 0 +0xD0B7 0x90F1 # 0 +0xD0B8 0x90BD # 0 +0xD0B9 0x90BF # 0 +0xD0BA 0x90D5 # 0 +0xD0BB 0x90C5 # 0 +0xD0BC 0x90BE # 0 +0xD0BD 0x90C7 # 0 +0xD0BE 0x90CB # 0 +0xD0BF 0x90C8 # 0 +0xD0C0 0x91D4 # 0 +0xD0C1 0x91D3 # 0 +0xD0C2 0x9654 # 0 +0xD0C3 0x964F # 0 +0xD0C4 0x9651 # 0 +0xD0C5 0x9653 # 0 +0xD0C6 0x964A # 0 +0xD0C7 0x964E # 0 +0xD0C8 0x501E # 0 +0xD0C9 0x5005 # 0 +0xD0CA 0x5007 # 0 +0xD0CB 0x5013 # 0 +0xD0CC 0x5022 # 0 +0xD0CD 0x5030 # 0 +0xD0CE 0x501B # 0 +0xD0CF 0x4FF5 # 0 +0xD0D0 0x4FF4 # 0 +0xD0D1 0x5033 # 0 +0xD0D2 0x5037 # 0 +0xD0D3 0x502C # 0 +0xD0D4 0x4FF6 # 0 +0xD0D5 0x4FF7 # 0 +0xD0D6 0x5017 # 0 +0xD0D7 0x501C # 0 +0xD0D8 0x5020 # 0 +0xD0D9 0x5027 # 0 +0xD0DA 0x5035 # 0 +0xD0DB 0x502F # 0 +0xD0DC 0x5031 # 0 +0xD0DD 0x500E # 0 +0xD0DE 0x515A # 0 +0xD0DF 0x5194 # 0 +0xD0E0 0x5193 # 0 +0xD0E1 0x51CA # 0 +0xD0E2 0x51C4 # 0 +0xD0E3 0x51C5 # 0 +0xD0E4 0x51C8 # 0 +0xD0E5 0x51CE # 0 +0xD0E6 0x5261 # 0 +0xD0E7 0x525A # 0 +0xD0E8 0x5252 # 0 +0xD0E9 0x525E # 0 +0xD0EA 0x525F # 0 +0xD0EB 0x5255 # 0 +0xD0EC 0x5262 # 0 +0xD0ED 0x52CD # 0 +0xD0EE 0x530E # 0 +0xD0EF 0x539E # 0 +0xD0F0 0x5526 # 0 +0xD0F1 0x54E2 # 0 +0xD0F2 0x5517 # 0 +0xD0F3 0x5512 # 0 +0xD0F4 0x54E7 # 0 +0xD0F5 0x54F3 # 0 +0xD0F6 0x54E4 # 0 +0xD0F7 0x551A # 0 +0xD0F8 0x54FF # 0 +0xD0F9 0x5504 # 0 +0xD0FA 0x5508 # 0 +0xD0FB 0x54EB # 0 +0xD0FC 0x5511 # 0 +0xD0FD 0x5505 # 0 +0xD0FE 0x54F1 # 0 +0xD140 0x550A # 0 +0xD141 0x54FB # 0 +0xD142 0x54F7 # 0 +0xD143 0x54F8 # 0 +0xD144 0x54E0 # 0 +0xD145 0x550E # 0 +0xD146 0x5503 # 0 +0xD147 0x550B # 0 +0xD148 0x5701 # 0 +0xD149 0x5702 # 0 +0xD14A 0x57CC # 0 +0xD14B 0x5832 # 0 +0xD14C 0x57D5 # 0 +0xD14D 0x57D2 # 0 +0xD14E 0x57BA # 0 +0xD14F 0x57C6 # 0 +0xD150 0x57BD # 0 +0xD151 0x57BC # 0 +0xD152 0x57B8 # 0 +0xD153 0x57B6 # 0 +0xD154 0x57BF # 0 +0xD155 0x57C7 # 0 +0xD156 0x57D0 # 0 +0xD157 0x57B9 # 0 +0xD158 0x57C1 # 0 +0xD159 0x590E # 0 +0xD15A 0x594A # 0 +0xD15B 0x5A19 # 0 +0xD15C 0x5A16 # 0 +0xD15D 0x5A2D # 0 +0xD15E 0x5A2E # 0 +0xD15F 0x5A15 # 0 +0xD160 0x5A0F # 0 +0xD161 0x5A17 # 0 +0xD162 0x5A0A # 0 +0xD163 0x5A1E # 0 +0xD164 0x5A33 # 0 +0xD165 0x5B6C # 0 +0xD166 0x5BA7 # 0 +0xD167 0x5BAD # 0 +0xD168 0x5BAC # 0 +0xD169 0x5C03 # 0 +0xD16A 0x5C56 # 0 +0xD16B 0x5C54 # 0 +0xD16C 0x5CEC # 0 +0xD16D 0x5CFF # 0 +0xD16E 0x5CEE # 0 +0xD16F 0x5CF1 # 0 +0xD170 0x5CF7 # 0 +0xD171 0x5D00 # 0 +0xD172 0x5CF9 # 0 +0xD173 0x5E29 # 0 +0xD174 0x5E28 # 0 +0xD175 0x5EA8 # 0 +0xD176 0x5EAE # 0 +0xD177 0x5EAA # 0 +0xD178 0x5EAC # 0 +0xD179 0x5F33 # 0 +0xD17A 0x5F30 # 0 +0xD17B 0x5F67 # 0 +0xD17C 0x605D # 0 +0xD17D 0x605A # 0 +0xD17E 0x6067 # 0 +0xD1A1 0x6041 # 0 +0xD1A2 0x60A2 # 0 +0xD1A3 0x6088 # 0 +0xD1A4 0x6080 # 0 +0xD1A5 0x6092 # 0 +0xD1A6 0x6081 # 0 +0xD1A7 0x609D # 0 +0xD1A8 0x6083 # 0 +0xD1A9 0x6095 # 0 +0xD1AA 0x609B # 0 +0xD1AB 0x6097 # 0 +0xD1AC 0x6087 # 0 +0xD1AD 0x609C # 0 +0xD1AE 0x608E # 0 +0xD1AF 0x6219 # 0 +0xD1B0 0x6246 # 0 +0xD1B1 0x62F2 # 0 +0xD1B2 0x6310 # 0 +0xD1B3 0x6356 # 0 +0xD1B4 0x632C # 0 +0xD1B5 0x6344 # 0 +0xD1B6 0x6345 # 0 +0xD1B7 0x6336 # 0 +0xD1B8 0x6343 # 0 +0xD1B9 0x63E4 # 0 +0xD1BA 0x6339 # 0 +0xD1BB 0x634B # 0 +0xD1BC 0x634A # 0 +0xD1BD 0x633C # 0 +0xD1BE 0x6329 # 0 +0xD1BF 0x6341 # 0 +0xD1C0 0x6334 # 0 +0xD1C1 0x6358 # 0 +0xD1C2 0x6354 # 0 +0xD1C3 0x6359 # 0 +0xD1C4 0x632D # 0 +0xD1C5 0x6347 # 0 +0xD1C6 0x6333 # 0 +0xD1C7 0x635A # 0 +0xD1C8 0x6351 # 0 +0xD1C9 0x6338 # 0 +0xD1CA 0x6357 # 0 +0xD1CB 0x6340 # 0 +0xD1CC 0x6348 # 0 +0xD1CD 0x654A # 0 +0xD1CE 0x6546 # 0 +0xD1CF 0x65C6 # 0 +0xD1D0 0x65C3 # 0 +0xD1D1 0x65C4 # 0 +0xD1D2 0x65C2 # 0 +0xD1D3 0x664A # 0 +0xD1D4 0x665F # 0 +0xD1D5 0x6647 # 0 +0xD1D6 0x6651 # 0 +0xD1D7 0x6712 # 0 +0xD1D8 0x6713 # 0 +0xD1D9 0x681F # 0 +0xD1DA 0x681A # 0 +0xD1DB 0x6849 # 0 +0xD1DC 0x6832 # 0 +0xD1DD 0x6833 # 0 +0xD1DE 0x683B # 0 +0xD1DF 0x684B # 0 +0xD1E0 0x684F # 0 +0xD1E1 0x6816 # 0 +0xD1E2 0x6831 # 0 +0xD1E3 0x681C # 0 +0xD1E4 0x6835 # 0 +0xD1E5 0x682B # 0 +0xD1E6 0x682D # 0 +0xD1E7 0x682F # 0 +0xD1E8 0x684E # 0 +0xD1E9 0x6844 # 0 +0xD1EA 0x6834 # 0 +0xD1EB 0x681D # 0 +0xD1EC 0x6812 # 0 +0xD1ED 0x6814 # 0 +0xD1EE 0x6826 # 0 +0xD1EF 0x6828 # 0 +0xD1F0 0x682E # 0 +0xD1F1 0x684D # 0 +0xD1F2 0x683A # 0 +0xD1F3 0x6825 # 0 +0xD1F4 0x6820 # 0 +0xD1F5 0x6B2C # 0 +0xD1F6 0x6B2F # 0 +0xD1F7 0x6B2D # 0 +0xD1F8 0x6B31 # 0 +0xD1F9 0x6B34 # 0 +0xD1FA 0x6B6D # 0 +0xD1FB 0x8082 # 0 +0xD1FC 0x6B88 # 0 +0xD1FD 0x6BE6 # 0 +0xD1FE 0x6BE4 # 0 +0xD240 0x6BE8 # 0 +0xD241 0x6BE3 # 0 +0xD242 0x6BE2 # 0 +0xD243 0x6BE7 # 0 +0xD244 0x6C25 # 0 +0xD245 0x6D7A # 0 +0xD246 0x6D63 # 0 +0xD247 0x6D64 # 0 +0xD248 0x6D76 # 0 +0xD249 0x6D0D # 0 +0xD24A 0x6D61 # 0 +0xD24B 0x6D92 # 0 +0xD24C 0x6D58 # 0 +0xD24D 0x6D62 # 0 +0xD24E 0x6D6D # 0 +0xD24F 0x6D6F # 0 +0xD250 0x6D91 # 0 +0xD251 0x6D8D # 0 +0xD252 0x6DEF # 0 +0xD253 0x6D7F # 0 +0xD254 0x6D86 # 0 +0xD255 0x6D5E # 0 +0xD256 0x6D67 # 0 +0xD257 0x6D60 # 0 +0xD258 0x6D97 # 0 +0xD259 0x6D70 # 0 +0xD25A 0x6D7C # 0 +0xD25B 0x6D5F # 0 +0xD25C 0x6D82 # 0 +0xD25D 0x6D98 # 0 +0xD25E 0x6D2F # 0 +0xD25F 0x6D68 # 0 +0xD260 0x6D8B # 0 +0xD261 0x6D7E # 0 +0xD262 0x6D80 # 0 +0xD263 0x6D84 # 0 +0xD264 0x6D16 # 0 +0xD265 0x6D83 # 0 +0xD266 0x6D7B # 0 +0xD267 0x6D7D # 0 +0xD268 0x6D75 # 0 +0xD269 0x6D90 # 0 +0xD26A 0x70DC # 0 +0xD26B 0x70D3 # 0 +0xD26C 0x70D1 # 0 +0xD26D 0x70DD # 0 +0xD26E 0x70CB # 0 +0xD26F 0x7F39 # 0 +0xD270 0x70E2 # 0 +0xD271 0x70D7 # 0 +0xD272 0x70D2 # 0 +0xD273 0x70DE # 0 +0xD274 0x70E0 # 0 +0xD275 0x70D4 # 0 +0xD276 0x70CD # 0 +0xD277 0x70C5 # 0 +0xD278 0x70C6 # 0 +0xD279 0x70C7 # 0 +0xD27A 0x70DA # 0 +0xD27B 0x70CE # 0 +0xD27C 0x70E1 # 0 +0xD27D 0x7242 # 0 +0xD27E 0x7278 # 0 +0xD2A1 0x7277 # 0 +0xD2A2 0x7276 # 0 +0xD2A3 0x7300 # 0 +0xD2A4 0x72FA # 0 +0xD2A5 0x72F4 # 0 +0xD2A6 0x72FE # 0 +0xD2A7 0x72F6 # 0 +0xD2A8 0x72F3 # 0 +0xD2A9 0x72FB # 0 +0xD2AA 0x7301 # 0 +0xD2AB 0x73D3 # 0 +0xD2AC 0x73D9 # 0 +0xD2AD 0x73E5 # 0 +0xD2AE 0x73D6 # 0 +0xD2AF 0x73BC # 0 +0xD2B0 0x73E7 # 0 +0xD2B1 0x73E3 # 0 +0xD2B2 0x73E9 # 0 +0xD2B3 0x73DC # 0 +0xD2B4 0x73D2 # 0 +0xD2B5 0x73DB # 0 +0xD2B6 0x73D4 # 0 +0xD2B7 0x73DD # 0 +0xD2B8 0x73DA # 0 +0xD2B9 0x73D7 # 0 +0xD2BA 0x73D8 # 0 +0xD2BB 0x73E8 # 0 +0xD2BC 0x74DE # 0 +0xD2BD 0x74DF # 0 +0xD2BE 0x74F4 # 0 +0xD2BF 0x74F5 # 0 +0xD2C0 0x7521 # 0 +0xD2C1 0x755B # 0 +0xD2C2 0x755F # 0 +0xD2C3 0x75B0 # 0 +0xD2C4 0x75C1 # 0 +0xD2C5 0x75BB # 0 +0xD2C6 0x75C4 # 0 +0xD2C7 0x75C0 # 0 +0xD2C8 0x75BF # 0 +0xD2C9 0x75B6 # 0 +0xD2CA 0x75BA # 0 +0xD2CB 0x768A # 0 +0xD2CC 0x76C9 # 0 +0xD2CD 0x771D # 0 +0xD2CE 0x771B # 0 +0xD2CF 0x7710 # 0 +0xD2D0 0x7713 # 0 +0xD2D1 0x7712 # 0 +0xD2D2 0x7723 # 0 +0xD2D3 0x7711 # 0 +0xD2D4 0x7715 # 0 +0xD2D5 0x7719 # 0 +0xD2D6 0x771A # 0 +0xD2D7 0x7722 # 0 +0xD2D8 0x7727 # 0 +0xD2D9 0x7823 # 0 +0xD2DA 0x782C # 0 +0xD2DB 0x7822 # 0 +0xD2DC 0x7835 # 0 +0xD2DD 0x782F # 0 +0xD2DE 0x7828 # 0 +0xD2DF 0x782E # 0 +0xD2E0 0x782B # 0 +0xD2E1 0x7821 # 0 +0xD2E2 0x7829 # 0 +0xD2E3 0x7833 # 0 +0xD2E4 0x782A # 0 +0xD2E5 0x7831 # 0 +0xD2E6 0x7954 # 0 +0xD2E7 0x795B # 0 +0xD2E8 0x794F # 0 +0xD2E9 0x795C # 0 +0xD2EA 0x7953 # 0 +0xD2EB 0x7952 # 0 +0xD2EC 0x7951 # 0 +0xD2ED 0x79EB # 0 +0xD2EE 0x79EC # 0 +0xD2EF 0x79E0 # 0 +0xD2F0 0x79EE # 0 +0xD2F1 0x79ED # 0 +0xD2F2 0x79EA # 0 +0xD2F3 0x79DC # 0 +0xD2F4 0x79DE # 0 +0xD2F5 0x79DD # 0 +0xD2F6 0x7A86 # 0 +0xD2F7 0x7A89 # 0 +0xD2F8 0x7A85 # 0 +0xD2F9 0x7A8B # 0 +0xD2FA 0x7A8C # 0 +0xD2FB 0x7A8A # 0 +0xD2FC 0x7A87 # 0 +0xD2FD 0x7AD8 # 0 +0xD2FE 0x7B10 # 0 +0xD340 0x7B04 # 0 +0xD341 0x7B13 # 0 +0xD342 0x7B05 # 0 +0xD343 0x7B0F # 0 +0xD344 0x7B08 # 0 +0xD345 0x7B0A # 0 +0xD346 0x7B0E # 0 +0xD347 0x7B09 # 0 +0xD348 0x7B12 # 0 +0xD349 0x7C84 # 0 +0xD34A 0x7C91 # 0 +0xD34B 0x7C8A # 0 +0xD34C 0x7C8C # 0 +0xD34D 0x7C88 # 0 +0xD34E 0x7C8D # 0 +0xD34F 0x7C85 # 0 +0xD350 0x7D1E # 0 +0xD351 0x7D1D # 0 +0xD352 0x7D11 # 0 +0xD353 0x7D0E # 0 +0xD354 0x7D18 # 0 +0xD355 0x7D16 # 0 +0xD356 0x7D13 # 0 +0xD357 0x7D1F # 0 +0xD358 0x7D12 # 0 +0xD359 0x7D0F # 0 +0xD35A 0x7D0C # 0 +0xD35B 0x7F5C # 0 +0xD35C 0x7F61 # 0 +0xD35D 0x7F5E # 0 +0xD35E 0x7F60 # 0 +0xD35F 0x7F5D # 0 +0xD360 0x7F5B # 0 +0xD361 0x7F96 # 0 +0xD362 0x7F92 # 0 +0xD363 0x7FC3 # 0 +0xD364 0x7FC2 # 0 +0xD365 0x7FC0 # 0 +0xD366 0x8016 # 0 +0xD367 0x803E # 0 +0xD368 0x8039 # 0 +0xD369 0x80FA # 0 +0xD36A 0x80F2 # 0 +0xD36B 0x80F9 # 0 +0xD36C 0x80F5 # 0 +0xD36D 0x8101 # 0 +0xD36E 0x80FB # 0 +0xD36F 0x8100 # 0 +0xD370 0x8201 # 0 +0xD371 0x822F # 0 +0xD372 0x8225 # 0 +0xD373 0x8333 # 0 +0xD374 0x832D # 0 +0xD375 0x8344 # 0 +0xD376 0x8319 # 0 +0xD377 0x8351 # 0 +0xD378 0x8325 # 0 +0xD379 0x8356 # 0 +0xD37A 0x833F # 0 +0xD37B 0x8341 # 0 +0xD37C 0x8326 # 0 +0xD37D 0x831C # 0 +0xD37E 0x8322 # 0 +0xD3A1 0x8342 # 0 +0xD3A2 0x834E # 0 +0xD3A3 0x831B # 0 +0xD3A4 0x832A # 0 +0xD3A5 0x8308 # 0 +0xD3A6 0x833C # 0 +0xD3A7 0x834D # 0 +0xD3A8 0x8316 # 0 +0xD3A9 0x8324 # 0 +0xD3AA 0x8320 # 0 +0xD3AB 0x8337 # 0 +0xD3AC 0x832F # 0 +0xD3AD 0x8329 # 0 +0xD3AE 0x8347 # 0 +0xD3AF 0x8345 # 0 +0xD3B0 0x834C # 0 +0xD3B1 0x8353 # 0 +0xD3B2 0x831E # 0 +0xD3B3 0x832C # 0 +0xD3B4 0x834B # 0 +0xD3B5 0x8327 # 0 +0xD3B6 0x8348 # 0 +0xD3B7 0x8653 # 0 +0xD3B8 0x8652 # 0 +0xD3B9 0x86A2 # 0 +0xD3BA 0x86A8 # 0 +0xD3BB 0x8696 # 0 +0xD3BC 0x868D # 0 +0xD3BD 0x8691 # 0 +0xD3BE 0x869E # 0 +0xD3BF 0x8687 # 0 +0xD3C0 0x8697 # 0 +0xD3C1 0x8686 # 0 +0xD3C2 0x868B # 0 +0xD3C3 0x869A # 0 +0xD3C4 0x8685 # 0 +0xD3C5 0x86A5 # 0 +0xD3C6 0x8699 # 0 +0xD3C7 0x86A1 # 0 +0xD3C8 0x86A7 # 0 +0xD3C9 0x8695 # 0 +0xD3CA 0x8698 # 0 +0xD3CB 0x868E # 0 +0xD3CC 0x869D # 0 +0xD3CD 0x8690 # 0 +0xD3CE 0x8694 # 0 +0xD3CF 0x8843 # 0 +0xD3D0 0x8844 # 0 +0xD3D1 0x886D # 0 +0xD3D2 0x8875 # 0 +0xD3D3 0x8876 # 0 +0xD3D4 0x8872 # 0 +0xD3D5 0x8880 # 0 +0xD3D6 0x8871 # 0 +0xD3D7 0x887F # 0 +0xD3D8 0x886F # 0 +0xD3D9 0x8883 # 0 +0xD3DA 0x887E # 0 +0xD3DB 0x8874 # 0 +0xD3DC 0x887C # 0 +0xD3DD 0x8A12 # 0 +0xD3DE 0x8C47 # 0 +0xD3DF 0x8C57 # 0 +0xD3E0 0x8C7B # 0 +0xD3E1 0x8CA4 # 0 +0xD3E2 0x8CA3 # 0 +0xD3E3 0x8D76 # 0 +0xD3E4 0x8D78 # 0 +0xD3E5 0x8DB5 # 0 +0xD3E6 0x8DB7 # 0 +0xD3E7 0x8DB6 # 0 +0xD3E8 0x8ED1 # 0 +0xD3E9 0x8ED3 # 0 +0xD3EA 0x8FFE # 0 +0xD3EB 0x8FF5 # 0 +0xD3EC 0x9002 # 0 +0xD3ED 0x8FFF # 0 +0xD3EE 0x8FFB # 0 +0xD3EF 0x9004 # 0 +0xD3F0 0x8FFC # 0 +0xD3F1 0x8FF6 # 0 +0xD3F2 0x90D6 # 0 +0xD3F3 0x90E0 # 0 +0xD3F4 0x90D9 # 0 +0xD3F5 0x90DA # 0 +0xD3F6 0x90E3 # 0 +0xD3F7 0x90DF # 0 +0xD3F8 0x90E5 # 0 +0xD3F9 0x90D8 # 0 +0xD3FA 0x90DB # 0 +0xD3FB 0x90D7 # 0 +0xD3FC 0x90DC # 0 +0xD3FD 0x90E4 # 0 +0xD3FE 0x9150 # 0 +0xD440 0x914E # 0 +0xD441 0x914F # 0 +0xD442 0x91D5 # 0 +0xD443 0x91E2 # 0 +0xD444 0x91DA # 0 +0xD445 0x965C # 0 +0xD446 0x965F # 0 +0xD447 0x96BC # 0 +0xD448 0x98E3 # 0 +0xD449 0x9ADF # 0 +0xD44A 0x9B2F # 0 +0xD44B 0x4E7F # 0 +0xD44C 0x5070 # 0 +0xD44D 0x506A # 0 +0xD44E 0x5061 # 0 +0xD44F 0x505E # 0 +0xD450 0x5060 # 0 +0xD451 0x5053 # 0 +0xD452 0x504B # 0 +0xD453 0x505D # 0 +0xD454 0x5072 # 0 +0xD455 0x5048 # 0 +0xD456 0x504D # 0 +0xD457 0x5041 # 0 +0xD458 0x505B # 0 +0xD459 0x504A # 0 +0xD45A 0x5062 # 0 +0xD45B 0x5015 # 0 +0xD45C 0x5045 # 0 +0xD45D 0x505F # 0 +0xD45E 0x5069 # 0 +0xD45F 0x506B # 0 +0xD460 0x5063 # 0 +0xD461 0x5064 # 0 +0xD462 0x5046 # 0 +0xD463 0x5040 # 0 +0xD464 0x506E # 0 +0xD465 0x5073 # 0 +0xD466 0x5057 # 0 +0xD467 0x5051 # 0 +0xD468 0x51D0 # 0 +0xD469 0x526B # 0 +0xD46A 0x526D # 0 +0xD46B 0x526C # 0 +0xD46C 0x526E # 0 +0xD46D 0x52D6 # 0 +0xD46E 0x52D3 # 0 +0xD46F 0x532D # 0 +0xD470 0x539C # 0 +0xD471 0x5575 # 0 +0xD472 0x5576 # 0 +0xD473 0x553C # 0 +0xD474 0x554D # 0 +0xD475 0x5550 # 0 +0xD476 0x5534 # 0 +0xD477 0x552A # 0 +0xD478 0x5551 # 0 +0xD479 0x5562 # 0 +0xD47A 0x5536 # 0 +0xD47B 0x5535 # 0 +0xD47C 0x5530 # 0 +0xD47D 0x5552 # 0 +0xD47E 0x5545 # 0 +0xD4A1 0x550C # 0 +0xD4A2 0x5532 # 0 +0xD4A3 0x5565 # 0 +0xD4A4 0x554E # 0 +0xD4A5 0x5539 # 0 +0xD4A6 0x5548 # 0 +0xD4A7 0x552D # 0 +0xD4A8 0x553B # 0 +0xD4A9 0x5540 # 0 +0xD4AA 0x554B # 0 +0xD4AB 0x570A # 0 +0xD4AC 0x5707 # 0 +0xD4AD 0x57FB # 0 +0xD4AE 0x5814 # 0 +0xD4AF 0x57E2 # 0 +0xD4B0 0x57F6 # 0 +0xD4B1 0x57DC # 0 +0xD4B2 0x57F4 # 0 +0xD4B3 0x5800 # 0 +0xD4B4 0x57ED # 0 +0xD4B5 0x57FD # 0 +0xD4B6 0x5808 # 0 +0xD4B7 0x57F8 # 0 +0xD4B8 0x580B # 0 +0xD4B9 0x57F3 # 0 +0xD4BA 0x57CF # 0 +0xD4BB 0x5807 # 0 +0xD4BC 0x57EE # 0 +0xD4BD 0x57E3 # 0 +0xD4BE 0x57F2 # 0 +0xD4BF 0x57E5 # 0 +0xD4C0 0x57EC # 0 +0xD4C1 0x57E1 # 0 +0xD4C2 0x580E # 0 +0xD4C3 0x57FC # 0 +0xD4C4 0x5810 # 0 +0xD4C5 0x57E7 # 0 +0xD4C6 0x5801 # 0 +0xD4C7 0x580C # 0 +0xD4C8 0x57F1 # 0 +0xD4C9 0x57E9 # 0 +0xD4CA 0x57F0 # 0 +0xD4CB 0x580D # 0 +0xD4CC 0x5804 # 0 +0xD4CD 0x595C # 0 +0xD4CE 0x5A60 # 0 +0xD4CF 0x5A58 # 0 +0xD4D0 0x5A55 # 0 +0xD4D1 0x5A67 # 0 +0xD4D2 0x5A5E # 0 +0xD4D3 0x5A38 # 0 +0xD4D4 0x5A35 # 0 +0xD4D5 0x5A6D # 0 +0xD4D6 0x5A50 # 0 +0xD4D7 0x5A5F # 0 +0xD4D8 0x5A65 # 0 +0xD4D9 0x5A6C # 0 +0xD4DA 0x5A53 # 0 +0xD4DB 0x5A64 # 0 +0xD4DC 0x5A57 # 0 +0xD4DD 0x5A43 # 0 +0xD4DE 0x5A5D # 0 +0xD4DF 0x5A52 # 0 +0xD4E0 0x5A44 # 0 +0xD4E1 0x5A5B # 0 +0xD4E2 0x5A48 # 0 +0xD4E3 0x5A8E # 0 +0xD4E4 0x5A3E # 0 +0xD4E5 0x5A4D # 0 +0xD4E6 0x5A39 # 0 +0xD4E7 0x5A4C # 0 +0xD4E8 0x5A70 # 0 +0xD4E9 0x5A69 # 0 +0xD4EA 0x5A47 # 0 +0xD4EB 0x5A51 # 0 +0xD4EC 0x5A56 # 0 +0xD4ED 0x5A42 # 0 +0xD4EE 0x5A5C # 0 +0xD4EF 0x5B72 # 0 +0xD4F0 0x5B6E # 0 +0xD4F1 0x5BC1 # 0 +0xD4F2 0x5BC0 # 0 +0xD4F3 0x5C59 # 0 +0xD4F4 0x5D1E # 0 +0xD4F5 0x5D0B # 0 +0xD4F6 0x5D1D # 0 +0xD4F7 0x5D1A # 0 +0xD4F8 0x5D20 # 0 +0xD4F9 0x5D0C # 0 +0xD4FA 0x5D28 # 0 +0xD4FB 0x5D0D # 0 +0xD4FC 0x5D26 # 0 +0xD4FD 0x5D25 # 0 +0xD4FE 0x5D0F # 0 +0xD540 0x5D30 # 0 +0xD541 0x5D12 # 0 +0xD542 0x5D23 # 0 +0xD543 0x5D1F # 0 +0xD544 0x5D2E # 0 +0xD545 0x5E3E # 0 +0xD546 0x5E34 # 0 +0xD547 0x5EB1 # 0 +0xD548 0x5EB4 # 0 +0xD549 0x5EB9 # 0 +0xD54A 0x5EB2 # 0 +0xD54B 0x5EB3 # 0 +0xD54C 0x5F36 # 0 +0xD54D 0x5F38 # 0 +0xD54E 0x5F9B # 0 +0xD54F 0x5F96 # 0 +0xD550 0x5F9F # 0 +0xD551 0x608A # 0 +0xD552 0x6090 # 0 +0xD553 0x6086 # 0 +0xD554 0x60BE # 0 +0xD555 0x60B0 # 0 +0xD556 0x60BA # 0 +0xD557 0x60D3 # 0 +0xD558 0x60D4 # 0 +0xD559 0x60CF # 0 +0xD55A 0x60E4 # 0 +0xD55B 0x60D9 # 0 +0xD55C 0x60DD # 0 +0xD55D 0x60C8 # 0 +0xD55E 0x60B1 # 0 +0xD55F 0x60DB # 0 +0xD560 0x60B7 # 0 +0xD561 0x60CA # 0 +0xD562 0x60BF # 0 +0xD563 0x60C3 # 0 +0xD564 0x60CD # 0 +0xD565 0x60C0 # 0 +0xD566 0x6332 # 0 +0xD567 0x6365 # 0 +0xD568 0x638A # 0 +0xD569 0x6382 # 0 +0xD56A 0x637D # 0 +0xD56B 0x63BD # 0 +0xD56C 0x639E # 0 +0xD56D 0x63AD # 0 +0xD56E 0x639D # 0 +0xD56F 0x6397 # 0 +0xD570 0x63AB # 0 +0xD571 0x638E # 0 +0xD572 0x636F # 0 +0xD573 0x6387 # 0 +0xD574 0x6390 # 0 +0xD575 0x636E # 0 +0xD576 0x63AF # 0 +0xD577 0x6375 # 0 +0xD578 0x639C # 0 +0xD579 0x636D # 0 +0xD57A 0x63AE # 0 +0xD57B 0x637C # 0 +0xD57C 0x63A4 # 0 +0xD57D 0x633B # 0 +0xD57E 0x639F # 0 +0xD5A1 0x6378 # 0 +0xD5A2 0x6385 # 0 +0xD5A3 0x6381 # 0 +0xD5A4 0x6391 # 0 +0xD5A5 0x638D # 0 +0xD5A6 0x6370 # 0 +0xD5A7 0x6553 # 0 +0xD5A8 0x65CD # 0 +0xD5A9 0x6665 # 0 +0xD5AA 0x6661 # 0 +0xD5AB 0x665B # 0 +0xD5AC 0x6659 # 0 +0xD5AD 0x665C # 0 +0xD5AE 0x6662 # 0 +0xD5AF 0x6718 # 0 +0xD5B0 0x6879 # 0 +0xD5B1 0x6887 # 0 +0xD5B2 0x6890 # 0 +0xD5B3 0x689C # 0 +0xD5B4 0x686D # 0 +0xD5B5 0x686E # 0 +0xD5B6 0x68AE # 0 +0xD5B7 0x68AB # 0 +0xD5B8 0x6956 # 0 +0xD5B9 0x686F # 0 +0xD5BA 0x68A3 # 0 +0xD5BB 0x68AC # 0 +0xD5BC 0x68A9 # 0 +0xD5BD 0x6875 # 0 +0xD5BE 0x6874 # 0 +0xD5BF 0x68B2 # 0 +0xD5C0 0x688F # 0 +0xD5C1 0x6877 # 0 +0xD5C2 0x6892 # 0 +0xD5C3 0x687C # 0 +0xD5C4 0x686B # 0 +0xD5C5 0x6872 # 0 +0xD5C6 0x68AA # 0 +0xD5C7 0x6880 # 0 +0xD5C8 0x6871 # 0 +0xD5C9 0x687E # 0 +0xD5CA 0x689B # 0 +0xD5CB 0x6896 # 0 +0xD5CC 0x688B # 0 +0xD5CD 0x68A0 # 0 +0xD5CE 0x6889 # 0 +0xD5CF 0x68A4 # 0 +0xD5D0 0x6878 # 0 +0xD5D1 0x687B # 0 +0xD5D2 0x6891 # 0 +0xD5D3 0x688C # 0 +0xD5D4 0x688A # 0 +0xD5D5 0x687D # 0 +0xD5D6 0x6B36 # 0 +0xD5D7 0x6B33 # 0 +0xD5D8 0x6B37 # 0 +0xD5D9 0x6B38 # 0 +0xD5DA 0x6B91 # 0 +0xD5DB 0x6B8F # 0 +0xD5DC 0x6B8D # 0 +0xD5DD 0x6B8E # 0 +0xD5DE 0x6B8C # 0 +0xD5DF 0x6C2A # 0 +0xD5E0 0x6DC0 # 0 +0xD5E1 0x6DAB # 0 +0xD5E2 0x6DB4 # 0 +0xD5E3 0x6DB3 # 0 +0xD5E4 0x6E74 # 0 +0xD5E5 0x6DAC # 0 +0xD5E6 0x6DE9 # 0 +0xD5E7 0x6DE2 # 0 +0xD5E8 0x6DB7 # 0 +0xD5E9 0x6DF6 # 0 +0xD5EA 0x6DD4 # 0 +0xD5EB 0x6E00 # 0 +0xD5EC 0x6DC8 # 0 +0xD5ED 0x6DE0 # 0 +0xD5EE 0x6DDF # 0 +0xD5EF 0x6DD6 # 0 +0xD5F0 0x6DBE # 0 +0xD5F1 0x6DE5 # 0 +0xD5F2 0x6DDC # 0 +0xD5F3 0x6DDD # 0 +0xD5F4 0x6DDB # 0 +0xD5F5 0x6DF4 # 0 +0xD5F6 0x6DCA # 0 +0xD5F7 0x6DBD # 0 +0xD5F8 0x6DED # 0 +0xD5F9 0x6DF0 # 0 +0xD5FA 0x6DBA # 0 +0xD5FB 0x6DD5 # 0 +0xD5FC 0x6DC2 # 0 +0xD5FD 0x6DCF # 0 +0xD5FE 0x6DC9 # 0 +0xD640 0x6DD0 # 0 +0xD641 0x6DF2 # 0 +0xD642 0x6DD3 # 0 +0xD643 0x6DFD # 0 +0xD644 0x6DD7 # 0 +0xD645 0x6DCD # 0 +0xD646 0x6DE3 # 0 +0xD647 0x6DBB # 0 +0xD648 0x70FA # 0 +0xD649 0x710D # 0 +0xD64A 0x70F7 # 0 +0xD64B 0x7117 # 0 +0xD64C 0x70F4 # 0 +0xD64D 0x710C # 0 +0xD64E 0x70F0 # 0 +0xD64F 0x7104 # 0 +0xD650 0x70F3 # 0 +0xD651 0x7110 # 0 +0xD652 0x70FC # 0 +0xD653 0x70FF # 0 +0xD654 0x7106 # 0 +0xD655 0x7113 # 0 +0xD656 0x7100 # 0 +0xD657 0x70F8 # 0 +0xD658 0x70F6 # 0 +0xD659 0x710B # 0 +0xD65A 0x7102 # 0 +0xD65B 0x710E # 0 +0xD65C 0x727E # 0 +0xD65D 0x727B # 0 +0xD65E 0x727C # 0 +0xD65F 0x727F # 0 +0xD660 0x731D # 0 +0xD661 0x7317 # 0 +0xD662 0x7307 # 0 +0xD663 0x7311 # 0 +0xD664 0x7318 # 0 +0xD665 0x730A # 0 +0xD666 0x7308 # 0 +0xD667 0x72FF # 0 +0xD668 0x730F # 0 +0xD669 0x731E # 0 +0xD66A 0x7388 # 0 +0xD66B 0x73F6 # 0 +0xD66C 0x73F8 # 0 +0xD66D 0x73F5 # 0 +0xD66E 0x7404 # 0 +0xD66F 0x7401 # 0 +0xD670 0x73FD # 0 +0xD671 0x7407 # 0 +0xD672 0x7400 # 0 +0xD673 0x73FA # 0 +0xD674 0x73FC # 0 +0xD675 0x73FF # 0 +0xD676 0x740C # 0 +0xD677 0x740B # 0 +0xD678 0x73F4 # 0 +0xD679 0x7408 # 0 +0xD67A 0x7564 # 0 +0xD67B 0x7563 # 0 +0xD67C 0x75CE # 0 +0xD67D 0x75D2 # 0 +0xD67E 0x75CF # 0 +0xD6A1 0x75CB # 0 +0xD6A2 0x75CC # 0 +0xD6A3 0x75D1 # 0 +0xD6A4 0x75D0 # 0 +0xD6A5 0x768F # 0 +0xD6A6 0x7689 # 0 +0xD6A7 0x76D3 # 0 +0xD6A8 0x7739 # 0 +0xD6A9 0x772F # 0 +0xD6AA 0x772D # 0 +0xD6AB 0x7731 # 0 +0xD6AC 0x7732 # 0 +0xD6AD 0x7734 # 0 +0xD6AE 0x7733 # 0 +0xD6AF 0x773D # 0 +0xD6B0 0x7725 # 0 +0xD6B1 0x773B # 0 +0xD6B2 0x7735 # 0 +0xD6B3 0x7848 # 0 +0xD6B4 0x7852 # 0 +0xD6B5 0x7849 # 0 +0xD6B6 0x784D # 0 +0xD6B7 0x784A # 0 +0xD6B8 0x784C # 0 +0xD6B9 0x7826 # 0 +0xD6BA 0x7845 # 0 +0xD6BB 0x7850 # 0 +0xD6BC 0x7964 # 0 +0xD6BD 0x7967 # 0 +0xD6BE 0x7969 # 0 +0xD6BF 0x796A # 0 +0xD6C0 0x7963 # 0 +0xD6C1 0x796B # 0 +0xD6C2 0x7961 # 0 +0xD6C3 0x79BB # 0 +0xD6C4 0x79FA # 0 +0xD6C5 0x79F8 # 0 +0xD6C6 0x79F6 # 0 +0xD6C7 0x79F7 # 0 +0xD6C8 0x7A8F # 0 +0xD6C9 0x7A94 # 0 +0xD6CA 0x7A90 # 0 +0xD6CB 0x7B35 # 0 +0xD6CC 0x7B47 # 0 +0xD6CD 0x7B34 # 0 +0xD6CE 0x7B25 # 0 +0xD6CF 0x7B30 # 0 +0xD6D0 0x7B22 # 0 +0xD6D1 0x7B24 # 0 +0xD6D2 0x7B33 # 0 +0xD6D3 0x7B18 # 0 +0xD6D4 0x7B2A # 0 +0xD6D5 0x7B1D # 0 +0xD6D6 0x7B31 # 0 +0xD6D7 0x7B2B # 0 +0xD6D8 0x7B2D # 0 +0xD6D9 0x7B2F # 0 +0xD6DA 0x7B32 # 0 +0xD6DB 0x7B38 # 0 +0xD6DC 0x7B1A # 0 +0xD6DD 0x7B23 # 0 +0xD6DE 0x7C94 # 0 +0xD6DF 0x7C98 # 0 +0xD6E0 0x7C96 # 0 +0xD6E1 0x7CA3 # 0 +0xD6E2 0x7D35 # 0 +0xD6E3 0x7D3D # 0 +0xD6E4 0x7D38 # 0 +0xD6E5 0x7D36 # 0 +0xD6E6 0x7D3A # 0 +0xD6E7 0x7D45 # 0 +0xD6E8 0x7D2C # 0 +0xD6E9 0x7D29 # 0 +0xD6EA 0x7D41 # 0 +0xD6EB 0x7D47 # 0 +0xD6EC 0x7D3E # 0 +0xD6ED 0x7D3F # 0 +0xD6EE 0x7D4A # 0 +0xD6EF 0x7D3B # 0 +0xD6F0 0x7D28 # 0 +0xD6F1 0x7F63 # 0 +0xD6F2 0x7F95 # 0 +0xD6F3 0x7F9C # 0 +0xD6F4 0x7F9D # 0 +0xD6F5 0x7F9B # 0 +0xD6F6 0x7FCA # 0 +0xD6F7 0x7FCB # 0 +0xD6F8 0x7FCD # 0 +0xD6F9 0x7FD0 # 0 +0xD6FA 0x7FD1 # 0 +0xD6FB 0x7FC7 # 0 +0xD6FC 0x7FCF # 0 +0xD6FD 0x7FC9 # 0 +0xD6FE 0x801F # 0 +0xD740 0x801E # 0 +0xD741 0x801B # 0 +0xD742 0x8047 # 0 +0xD743 0x8043 # 0 +0xD744 0x8048 # 0 +0xD745 0x8118 # 0 +0xD746 0x8125 # 0 +0xD747 0x8119 # 0 +0xD748 0x811B # 0 +0xD749 0x812D # 0 +0xD74A 0x811F # 0 +0xD74B 0x812C # 0 +0xD74C 0x811E # 0 +0xD74D 0x8121 # 0 +0xD74E 0x8115 # 0 +0xD74F 0x8127 # 0 +0xD750 0x811D # 0 +0xD751 0x8122 # 0 +0xD752 0x8211 # 0 +0xD753 0x8238 # 0 +0xD754 0x8233 # 0 +0xD755 0x823A # 0 +0xD756 0x8234 # 0 +0xD757 0x8232 # 0 +0xD758 0x8274 # 0 +0xD759 0x8390 # 0 +0xD75A 0x83A3 # 0 +0xD75B 0x83A8 # 0 +0xD75C 0x838D # 0 +0xD75D 0x837A # 0 +0xD75E 0x8373 # 0 +0xD75F 0x83A4 # 0 +0xD760 0x8374 # 0 +0xD761 0x838F # 0 +0xD762 0x8381 # 0 +0xD763 0x8395 # 0 +0xD764 0x8399 # 0 +0xD765 0x8375 # 0 +0xD766 0x8394 # 0 +0xD767 0x83A9 # 0 +0xD768 0x837D # 0 +0xD769 0x8383 # 0 +0xD76A 0x838C # 0 +0xD76B 0x839D # 0 +0xD76C 0x839B # 0 +0xD76D 0x83AA # 0 +0xD76E 0x838B # 0 +0xD76F 0x837E # 0 +0xD770 0x83A5 # 0 +0xD771 0x83AF # 0 +0xD772 0x8388 # 0 +0xD773 0x8397 # 0 +0xD774 0x83B0 # 0 +0xD775 0x837F # 0 +0xD776 0x83A6 # 0 +0xD777 0x8387 # 0 +0xD778 0x83AE # 0 +0xD779 0x8376 # 0 +0xD77A 0x839A # 0 +0xD77B 0x8659 # 0 +0xD77C 0x8656 # 0 +0xD77D 0x86BF # 0 +0xD77E 0x86B7 # 0 +0xD7A1 0x86C2 # 0 +0xD7A2 0x86C1 # 0 +0xD7A3 0x86C5 # 0 +0xD7A4 0x86BA # 0 +0xD7A5 0x86B0 # 0 +0xD7A6 0x86C8 # 0 +0xD7A7 0x86B9 # 0 +0xD7A8 0x86B3 # 0 +0xD7A9 0x86B8 # 0 +0xD7AA 0x86CC # 0 +0xD7AB 0x86B4 # 0 +0xD7AC 0x86BB # 0 +0xD7AD 0x86BC # 0 +0xD7AE 0x86C3 # 0 +0xD7AF 0x86BD # 0 +0xD7B0 0x86BE # 0 +0xD7B1 0x8852 # 0 +0xD7B2 0x8889 # 0 +0xD7B3 0x8895 # 0 +0xD7B4 0x88A8 # 0 +0xD7B5 0x88A2 # 0 +0xD7B6 0x88AA # 0 +0xD7B7 0x889A # 0 +0xD7B8 0x8891 # 0 +0xD7B9 0x88A1 # 0 +0xD7BA 0x889F # 0 +0xD7BB 0x8898 # 0 +0xD7BC 0x88A7 # 0 +0xD7BD 0x8899 # 0 +0xD7BE 0x889B # 0 +0xD7BF 0x8897 # 0 +0xD7C0 0x88A4 # 0 +0xD7C1 0x88AC # 0 +0xD7C2 0x888C # 0 +0xD7C3 0x8893 # 0 +0xD7C4 0x888E # 0 +0xD7C5 0x8982 # 0 +0xD7C6 0x89D6 # 0 +0xD7C7 0x89D9 # 0 +0xD7C8 0x89D5 # 0 +0xD7C9 0x8A30 # 0 +0xD7CA 0x8A27 # 0 +0xD7CB 0x8A2C # 0 +0xD7CC 0x8A1E # 0 +0xD7CD 0x8C39 # 0 +0xD7CE 0x8C3B # 0 +0xD7CF 0x8C5C # 0 +0xD7D0 0x8C5D # 0 +0xD7D1 0x8C7D # 0 +0xD7D2 0x8CA5 # 0 +0xD7D3 0x8D7D # 0 +0xD7D4 0x8D7B # 0 +0xD7D5 0x8D79 # 0 +0xD7D6 0x8DBC # 0 +0xD7D7 0x8DC2 # 0 +0xD7D8 0x8DB9 # 0 +0xD7D9 0x8DBF # 0 +0xD7DA 0x8DC1 # 0 +0xD7DB 0x8ED8 # 0 +0xD7DC 0x8EDE # 0 +0xD7DD 0x8EDD # 0 +0xD7DE 0x8EDC # 0 +0xD7DF 0x8ED7 # 0 +0xD7E0 0x8EE0 # 0 +0xD7E1 0x8EE1 # 0 +0xD7E2 0x9024 # 0 +0xD7E3 0x900B # 0 +0xD7E4 0x9011 # 0 +0xD7E5 0x901C # 0 +0xD7E6 0x900C # 0 +0xD7E7 0x9021 # 0 +0xD7E8 0x90EF # 0 +0xD7E9 0x90EA # 0 +0xD7EA 0x90F0 # 0 +0xD7EB 0x90F4 # 0 +0xD7EC 0x90F2 # 0 +0xD7ED 0x90F3 # 0 +0xD7EE 0x90D4 # 0 +0xD7EF 0x90EB # 0 +0xD7F0 0x90EC # 0 +0xD7F1 0x90E9 # 0 +0xD7F2 0x9156 # 0 +0xD7F3 0x9158 # 0 +0xD7F4 0x915A # 0 +0xD7F5 0x9153 # 0 +0xD7F6 0x9155 # 0 +0xD7F7 0x91EC # 0 +0xD7F8 0x91F4 # 0 +0xD7F9 0x91F1 # 0 +0xD7FA 0x91F3 # 0 +0xD7FB 0x91F8 # 0 +0xD7FC 0x91E4 # 0 +0xD7FD 0x91F9 # 0 +0xD7FE 0x91EA # 0 +0xD840 0x91EB # 0 +0xD841 0x91F7 # 0 +0xD842 0x91E8 # 0 +0xD843 0x91EE # 0 +0xD844 0x957A # 0 +0xD845 0x9586 # 0 +0xD846 0x9588 # 0 +0xD847 0x967C # 0 +0xD848 0x966D # 0 +0xD849 0x966B # 0 +0xD84A 0x9671 # 0 +0xD84B 0x966F # 0 +0xD84C 0x96BF # 0 +0xD84D 0x976A # 0 +0xD84E 0x9804 # 0 +0xD84F 0x98E5 # 0 +0xD850 0x9997 # 0 +0xD851 0x509B # 0 +0xD852 0x5095 # 0 +0xD853 0x5094 # 0 +0xD854 0x509E # 0 +0xD855 0x508B # 0 +0xD856 0x50A3 # 0 +0xD857 0x5083 # 0 +0xD858 0x508C # 0 +0xD859 0x508E # 0 +0xD85A 0x509D # 0 +0xD85B 0x5068 # 0 +0xD85C 0x509C # 0 +0xD85D 0x5092 # 0 +0xD85E 0x5082 # 0 +0xD85F 0x5087 # 0 +0xD860 0x515F # 0 +0xD861 0x51D4 # 0 +0xD862 0x5312 # 0 +0xD863 0x5311 # 0 +0xD864 0x53A4 # 0 +0xD865 0x53A7 # 0 +0xD866 0x5591 # 0 +0xD867 0x55A8 # 0 +0xD868 0x55A5 # 0 +0xD869 0x55AD # 0 +0xD86A 0x5577 # 0 +0xD86B 0x5645 # 0 +0xD86C 0x55A2 # 0 +0xD86D 0x5593 # 0 +0xD86E 0x5588 # 0 +0xD86F 0x558F # 0 +0xD870 0x55B5 # 0 +0xD871 0x5581 # 0 +0xD872 0x55A3 # 0 +0xD873 0x5592 # 0 +0xD874 0x55A4 # 0 +0xD875 0x557D # 0 +0xD876 0x558C # 0 +0xD877 0x55A6 # 0 +0xD878 0x557F # 0 +0xD879 0x5595 # 0 +0xD87A 0x55A1 # 0 +0xD87B 0x558E # 0 +0xD87C 0x570C # 0 +0xD87D 0x5829 # 0 +0xD87E 0x5837 # 0 +0xD8A1 0x5819 # 0 +0xD8A2 0x581E # 0 +0xD8A3 0x5827 # 0 +0xD8A4 0x5823 # 0 +0xD8A5 0x5828 # 0 +0xD8A6 0x57F5 # 0 +0xD8A7 0x5848 # 0 +0xD8A8 0x5825 # 0 +0xD8A9 0x581C # 0 +0xD8AA 0x581B # 0 +0xD8AB 0x5833 # 0 +0xD8AC 0x583F # 0 +0xD8AD 0x5836 # 0 +0xD8AE 0x582E # 0 +0xD8AF 0x5839 # 0 +0xD8B0 0x5838 # 0 +0xD8B1 0x582D # 0 +0xD8B2 0x582C # 0 +0xD8B3 0x583B # 0 +0xD8B4 0x5961 # 0 +0xD8B5 0x5AAF # 0 +0xD8B6 0x5A94 # 0 +0xD8B7 0x5A9F # 0 +0xD8B8 0x5A7A # 0 +0xD8B9 0x5AA2 # 0 +0xD8BA 0x5A9E # 0 +0xD8BB 0x5A78 # 0 +0xD8BC 0x5AA6 # 0 +0xD8BD 0x5A7C # 0 +0xD8BE 0x5AA5 # 0 +0xD8BF 0x5AAC # 0 +0xD8C0 0x5A95 # 0 +0xD8C1 0x5AAE # 0 +0xD8C2 0x5A37 # 0 +0xD8C3 0x5A84 # 0 +0xD8C4 0x5A8A # 0 +0xD8C5 0x5A97 # 0 +0xD8C6 0x5A83 # 0 +0xD8C7 0x5A8B # 0 +0xD8C8 0x5AA9 # 0 +0xD8C9 0x5A7B # 0 +0xD8CA 0x5A7D # 0 +0xD8CB 0x5A8C # 0 +0xD8CC 0x5A9C # 0 +0xD8CD 0x5A8F # 0 +0xD8CE 0x5A93 # 0 +0xD8CF 0x5A9D # 0 +0xD8D0 0x5BEA # 0 +0xD8D1 0x5BCD # 0 +0xD8D2 0x5BCB # 0 +0xD8D3 0x5BD4 # 0 +0xD8D4 0x5BD1 # 0 +0xD8D5 0x5BCA # 0 +0xD8D6 0x5BCE # 0 +0xD8D7 0x5C0C # 0 +0xD8D8 0x5C30 # 0 +0xD8D9 0x5D37 # 0 +0xD8DA 0x5D43 # 0 +0xD8DB 0x5D6B # 0 +0xD8DC 0x5D41 # 0 +0xD8DD 0x5D4B # 0 +0xD8DE 0x5D3F # 0 +0xD8DF 0x5D35 # 0 +0xD8E0 0x5D51 # 0 +0xD8E1 0x5D4E # 0 +0xD8E2 0x5D55 # 0 +0xD8E3 0x5D33 # 0 +0xD8E4 0x5D3A # 0 +0xD8E5 0x5D52 # 0 +0xD8E6 0x5D3D # 0 +0xD8E7 0x5D31 # 0 +0xD8E8 0x5D59 # 0 +0xD8E9 0x5D42 # 0 +0xD8EA 0x5D39 # 0 +0xD8EB 0x5D49 # 0 +0xD8EC 0x5D38 # 0 +0xD8ED 0x5D3C # 0 +0xD8EE 0x5D32 # 0 +0xD8EF 0x5D36 # 0 +0xD8F0 0x5D40 # 0 +0xD8F1 0x5D45 # 0 +0xD8F2 0x5E44 # 0 +0xD8F3 0x5E41 # 0 +0xD8F4 0x5F58 # 0 +0xD8F5 0x5FA6 # 0 +0xD8F6 0x5FA5 # 0 +0xD8F7 0x5FAB # 0 +0xD8F8 0x60C9 # 0 +0xD8F9 0x60B9 # 0 +0xD8FA 0x60CC # 0 +0xD8FB 0x60E2 # 0 +0xD8FC 0x60CE # 0 +0xD8FD 0x60C4 # 0 +0xD8FE 0x6114 # 0 +0xD940 0x60F2 # 0 +0xD941 0x610A # 0 +0xD942 0x6116 # 0 +0xD943 0x6105 # 0 +0xD944 0x60F5 # 0 +0xD945 0x6113 # 0 +0xD946 0x60F8 # 0 +0xD947 0x60FC # 0 +0xD948 0x60FE # 0 +0xD949 0x60C1 # 0 +0xD94A 0x6103 # 0 +0xD94B 0x6118 # 0 +0xD94C 0x611D # 0 +0xD94D 0x6110 # 0 +0xD94E 0x60FF # 0 +0xD94F 0x6104 # 0 +0xD950 0x610B # 0 +0xD951 0x624A # 0 +0xD952 0x6394 # 0 +0xD953 0x63B1 # 0 +0xD954 0x63B0 # 0 +0xD955 0x63CE # 0 +0xD956 0x63E5 # 0 +0xD957 0x63E8 # 0 +0xD958 0x63EF # 0 +0xD959 0x63C3 # 0 +0xD95A 0x649D # 0 +0xD95B 0x63F3 # 0 +0xD95C 0x63CA # 0 +0xD95D 0x63E0 # 0 +0xD95E 0x63F6 # 0 +0xD95F 0x63D5 # 0 +0xD960 0x63F2 # 0 +0xD961 0x63F5 # 0 +0xD962 0x6461 # 0 +0xD963 0x63DF # 0 +0xD964 0x63BE # 0 +0xD965 0x63DD # 0 +0xD966 0x63DC # 0 +0xD967 0x63C4 # 0 +0xD968 0x63D8 # 0 +0xD969 0x63D3 # 0 +0xD96A 0x63C2 # 0 +0xD96B 0x63C7 # 0 +0xD96C 0x63CC # 0 +0xD96D 0x63CB # 0 +0xD96E 0x63C8 # 0 +0xD96F 0x63F0 # 0 +0xD970 0x63D7 # 0 +0xD971 0x63D9 # 0 +0xD972 0x6532 # 0 +0xD973 0x6567 # 0 +0xD974 0x656A # 0 +0xD975 0x6564 # 0 +0xD976 0x655C # 0 +0xD977 0x6568 # 0 +0xD978 0x6565 # 0 +0xD979 0x658C # 0 +0xD97A 0x659D # 0 +0xD97B 0x659E # 0 +0xD97C 0x65AE # 0 +0xD97D 0x65D0 # 0 +0xD97E 0x65D2 # 0 +0xD9A1 0x667C # 0 +0xD9A2 0x666C # 0 +0xD9A3 0x667B # 0 +0xD9A4 0x6680 # 0 +0xD9A5 0x6671 # 0 +0xD9A6 0x6679 # 0 +0xD9A7 0x666A # 0 +0xD9A8 0x6672 # 0 +0xD9A9 0x6701 # 0 +0xD9AA 0x690C # 0 +0xD9AB 0x68D3 # 0 +0xD9AC 0x6904 # 0 +0xD9AD 0x68DC # 0 +0xD9AE 0x692A # 0 +0xD9AF 0x68EC # 0 +0xD9B0 0x68EA # 0 +0xD9B1 0x68F1 # 0 +0xD9B2 0x690F # 0 +0xD9B3 0x68D6 # 0 +0xD9B4 0x68F7 # 0 +0xD9B5 0x68EB # 0 +0xD9B6 0x68E4 # 0 +0xD9B7 0x68F6 # 0 +0xD9B8 0x6913 # 0 +0xD9B9 0x6910 # 0 +0xD9BA 0x68F3 # 0 +0xD9BB 0x68E1 # 0 +0xD9BC 0x6907 # 0 +0xD9BD 0x68CC # 0 +0xD9BE 0x6908 # 0 +0xD9BF 0x6970 # 0 +0xD9C0 0x68B4 # 0 +0xD9C1 0x6911 # 0 +0xD9C2 0x68EF # 0 +0xD9C3 0x68C6 # 0 +0xD9C4 0x6914 # 0 +0xD9C5 0x68F8 # 0 +0xD9C6 0x68D0 # 0 +0xD9C7 0x68FD # 0 +0xD9C8 0x68FC # 0 +0xD9C9 0x68E8 # 0 +0xD9CA 0x690B # 0 +0xD9CB 0x690A # 0 +0xD9CC 0x6917 # 0 +0xD9CD 0x68CE # 0 +0xD9CE 0x68C8 # 0 +0xD9CF 0x68DD # 0 +0xD9D0 0x68DE # 0 +0xD9D1 0x68E6 # 0 +0xD9D2 0x68F4 # 0 +0xD9D3 0x68D1 # 0 +0xD9D4 0x6906 # 0 +0xD9D5 0x68D4 # 0 +0xD9D6 0x68E9 # 0 +0xD9D7 0x6915 # 0 +0xD9D8 0x6925 # 0 +0xD9D9 0x68C7 # 0 +0xD9DA 0x6B39 # 0 +0xD9DB 0x6B3B # 0 +0xD9DC 0x6B3F # 0 +0xD9DD 0x6B3C # 0 +0xD9DE 0x6B94 # 0 +0xD9DF 0x6B97 # 0 +0xD9E0 0x6B99 # 0 +0xD9E1 0x6B95 # 0 +0xD9E2 0x6BBD # 0 +0xD9E3 0x6BF0 # 0 +0xD9E4 0x6BF2 # 0 +0xD9E5 0x6BF3 # 0 +0xD9E6 0x6C30 # 0 +0xD9E7 0x6DFC # 0 +0xD9E8 0x6E46 # 0 +0xD9E9 0x6E47 # 0 +0xD9EA 0x6E1F # 0 +0xD9EB 0x6E49 # 0 +0xD9EC 0x6E88 # 0 +0xD9ED 0x6E3C # 0 +0xD9EE 0x6E3D # 0 +0xD9EF 0x6E45 # 0 +0xD9F0 0x6E62 # 0 +0xD9F1 0x6E2B # 0 +0xD9F2 0x6E3F # 0 +0xD9F3 0x6E41 # 0 +0xD9F4 0x6E5D # 0 +0xD9F5 0x6E73 # 0 +0xD9F6 0x6E1C # 0 +0xD9F7 0x6E33 # 0 +0xD9F8 0x6E4B # 0 +0xD9F9 0x6E40 # 0 +0xD9FA 0x6E51 # 0 +0xD9FB 0x6E3B # 0 +0xD9FC 0x6E03 # 0 +0xD9FD 0x6E2E # 0 +0xD9FE 0x6E5E # 0 +0xDA40 0x6E68 # 0 +0xDA41 0x6E5C # 0 +0xDA42 0x6E61 # 0 +0xDA43 0x6E31 # 0 +0xDA44 0x6E28 # 0 +0xDA45 0x6E60 # 0 +0xDA46 0x6E71 # 0 +0xDA47 0x6E6B # 0 +0xDA48 0x6E39 # 0 +0xDA49 0x6E22 # 0 +0xDA4A 0x6E30 # 0 +0xDA4B 0x6E53 # 0 +0xDA4C 0x6E65 # 0 +0xDA4D 0x6E27 # 0 +0xDA4E 0x6E78 # 0 +0xDA4F 0x6E64 # 0 +0xDA50 0x6E77 # 0 +0xDA51 0x6E55 # 0 +0xDA52 0x6E79 # 0 +0xDA53 0x6E52 # 0 +0xDA54 0x6E66 # 0 +0xDA55 0x6E35 # 0 +0xDA56 0x6E36 # 0 +0xDA57 0x6E5A # 0 +0xDA58 0x7120 # 0 +0xDA59 0x711E # 0 +0xDA5A 0x712F # 0 +0xDA5B 0x70FB # 0 +0xDA5C 0x712E # 0 +0xDA5D 0x7131 # 0 +0xDA5E 0x7123 # 0 +0xDA5F 0x7125 # 0 +0xDA60 0x7122 # 0 +0xDA61 0x7132 # 0 +0xDA62 0x711F # 0 +0xDA63 0x7128 # 0 +0xDA64 0x713A # 0 +0xDA65 0x711B # 0 +0xDA66 0x724B # 0 +0xDA67 0x725A # 0 +0xDA68 0x7288 # 0 +0xDA69 0x7289 # 0 +0xDA6A 0x7286 # 0 +0xDA6B 0x7285 # 0 +0xDA6C 0x728B # 0 +0xDA6D 0x7312 # 0 +0xDA6E 0x730B # 0 +0xDA6F 0x7330 # 0 +0xDA70 0x7322 # 0 +0xDA71 0x7331 # 0 +0xDA72 0x7333 # 0 +0xDA73 0x7327 # 0 +0xDA74 0x7332 # 0 +0xDA75 0x732D # 0 +0xDA76 0x7326 # 0 +0xDA77 0x7323 # 0 +0xDA78 0x7335 # 0 +0xDA79 0x730C # 0 +0xDA7A 0x742E # 0 +0xDA7B 0x742C # 0 +0xDA7C 0x7430 # 0 +0xDA7D 0x742B # 0 +0xDA7E 0x7416 # 0 +0xDAA1 0x741A # 0 +0xDAA2 0x7421 # 0 +0xDAA3 0x742D # 0 +0xDAA4 0x7431 # 0 +0xDAA5 0x7424 # 0 +0xDAA6 0x7423 # 0 +0xDAA7 0x741D # 0 +0xDAA8 0x7429 # 0 +0xDAA9 0x7420 # 0 +0xDAAA 0x7432 # 0 +0xDAAB 0x74FB # 0 +0xDAAC 0x752F # 0 +0xDAAD 0x756F # 0 +0xDAAE 0x756C # 0 +0xDAAF 0x75E7 # 0 +0xDAB0 0x75DA # 0 +0xDAB1 0x75E1 # 0 +0xDAB2 0x75E6 # 0 +0xDAB3 0x75DD # 0 +0xDAB4 0x75DF # 0 +0xDAB5 0x75E4 # 0 +0xDAB6 0x75D7 # 0 +0xDAB7 0x7695 # 0 +0xDAB8 0x7692 # 0 +0xDAB9 0x76DA # 0 +0xDABA 0x7746 # 0 +0xDABB 0x7747 # 0 +0xDABC 0x7744 # 0 +0xDABD 0x774D # 0 +0xDABE 0x7745 # 0 +0xDABF 0x774A # 0 +0xDAC0 0x774E # 0 +0xDAC1 0x774B # 0 +0xDAC2 0x774C # 0 +0xDAC3 0x77DE # 0 +0xDAC4 0x77EC # 0 +0xDAC5 0x7860 # 0 +0xDAC6 0x7864 # 0 +0xDAC7 0x7865 # 0 +0xDAC8 0x785C # 0 +0xDAC9 0x786D # 0 +0xDACA 0x7871 # 0 +0xDACB 0x786A # 0 +0xDACC 0x786E # 0 +0xDACD 0x7870 # 0 +0xDACE 0x7869 # 0 +0xDACF 0x7868 # 0 +0xDAD0 0x785E # 0 +0xDAD1 0x7862 # 0 +0xDAD2 0x7974 # 0 +0xDAD3 0x7973 # 0 +0xDAD4 0x7972 # 0 +0xDAD5 0x7970 # 0 +0xDAD6 0x7A02 # 0 +0xDAD7 0x7A0A # 0 +0xDAD8 0x7A03 # 0 +0xDAD9 0x7A0C # 0 +0xDADA 0x7A04 # 0 +0xDADB 0x7A99 # 0 +0xDADC 0x7AE6 # 0 +0xDADD 0x7AE4 # 0 +0xDADE 0x7B4A # 0 +0xDADF 0x7B3B # 0 +0xDAE0 0x7B44 # 0 +0xDAE1 0x7B48 # 0 +0xDAE2 0x7B4C # 0 +0xDAE3 0x7B4E # 0 +0xDAE4 0x7B40 # 0 +0xDAE5 0x7B58 # 0 +0xDAE6 0x7B45 # 0 +0xDAE7 0x7CA2 # 0 +0xDAE8 0x7C9E # 0 +0xDAE9 0x7CA8 # 0 +0xDAEA 0x7CA1 # 0 +0xDAEB 0x7D58 # 0 +0xDAEC 0x7D6F # 0 +0xDAED 0x7D63 # 0 +0xDAEE 0x7D53 # 0 +0xDAEF 0x7D56 # 0 +0xDAF0 0x7D67 # 0 +0xDAF1 0x7D6A # 0 +0xDAF2 0x7D4F # 0 +0xDAF3 0x7D6D # 0 +0xDAF4 0x7D5C # 0 +0xDAF5 0x7D6B # 0 +0xDAF6 0x7D52 # 0 +0xDAF7 0x7D54 # 0 +0xDAF8 0x7D69 # 0 +0xDAF9 0x7D51 # 0 +0xDAFA 0x7D5F # 0 +0xDAFB 0x7D4E # 0 +0xDAFC 0x7F3E # 0 +0xDAFD 0x7F3F # 0 +0xDAFE 0x7F65 # 0 +0xDB40 0x7F66 # 0 +0xDB41 0x7FA2 # 0 +0xDB42 0x7FA0 # 0 +0xDB43 0x7FA1 # 0 +0xDB44 0x7FD7 # 0 +0xDB45 0x8051 # 0 +0xDB46 0x804F # 0 +0xDB47 0x8050 # 0 +0xDB48 0x80FE # 0 +0xDB49 0x80D4 # 0 +0xDB4A 0x8143 # 0 +0xDB4B 0x814A # 0 +0xDB4C 0x8152 # 0 +0xDB4D 0x814F # 0 +0xDB4E 0x8147 # 0 +0xDB4F 0x813D # 0 +0xDB50 0x814D # 0 +0xDB51 0x813A # 0 +0xDB52 0x81E6 # 0 +0xDB53 0x81EE # 0 +0xDB54 0x81F7 # 0 +0xDB55 0x81F8 # 0 +0xDB56 0x81F9 # 0 +0xDB57 0x8204 # 0 +0xDB58 0x823C # 0 +0xDB59 0x823D # 0 +0xDB5A 0x823F # 0 +0xDB5B 0x8275 # 0 +0xDB5C 0x833B # 0 +0xDB5D 0x83CF # 0 +0xDB5E 0x83F9 # 0 +0xDB5F 0x8423 # 0 +0xDB60 0x83C0 # 0 +0xDB61 0x83E8 # 0 +0xDB62 0x8412 # 0 +0xDB63 0x83E7 # 0 +0xDB64 0x83E4 # 0 +0xDB65 0x83FC # 0 +0xDB66 0x83F6 # 0 +0xDB67 0x8410 # 0 +0xDB68 0x83C6 # 0 +0xDB69 0x83C8 # 0 +0xDB6A 0x83EB # 0 +0xDB6B 0x83E3 # 0 +0xDB6C 0x83BF # 0 +0xDB6D 0x8401 # 0 +0xDB6E 0x83DD # 0 +0xDB6F 0x83E5 # 0 +0xDB70 0x83D8 # 0 +0xDB71 0x83FF # 0 +0xDB72 0x83E1 # 0 +0xDB73 0x83CB # 0 +0xDB74 0x83CE # 0 +0xDB75 0x83D6 # 0 +0xDB76 0x83F5 # 0 +0xDB77 0x83C9 # 0 +0xDB78 0x8409 # 0 +0xDB79 0x840F # 0 +0xDB7A 0x83DE # 0 +0xDB7B 0x8411 # 0 +0xDB7C 0x8406 # 0 +0xDB7D 0x83C2 # 0 +0xDB7E 0x83F3 # 0 +0xDBA1 0x83D5 # 0 +0xDBA2 0x83FA # 0 +0xDBA3 0x83C7 # 0 +0xDBA4 0x83D1 # 0 +0xDBA5 0x83EA # 0 +0xDBA6 0x8413 # 0 +0xDBA7 0x83C3 # 0 +0xDBA8 0x83EC # 0 +0xDBA9 0x83EE # 0 +0xDBAA 0x83C4 # 0 +0xDBAB 0x83FB # 0 +0xDBAC 0x83D7 # 0 +0xDBAD 0x83E2 # 0 +0xDBAE 0x841B # 0 +0xDBAF 0x83DB # 0 +0xDBB0 0x83FE # 0 +0xDBB1 0x86D8 # 0 +0xDBB2 0x86E2 # 0 +0xDBB3 0x86E6 # 0 +0xDBB4 0x86D3 # 0 +0xDBB5 0x86E3 # 0 +0xDBB6 0x86DA # 0 +0xDBB7 0x86EA # 0 +0xDBB8 0x86DD # 0 +0xDBB9 0x86EB # 0 +0xDBBA 0x86DC # 0 +0xDBBB 0x86EC # 0 +0xDBBC 0x86E9 # 0 +0xDBBD 0x86D7 # 0 +0xDBBE 0x86E8 # 0 +0xDBBF 0x86D1 # 0 +0xDBC0 0x8848 # 0 +0xDBC1 0x8856 # 0 +0xDBC2 0x8855 # 0 +0xDBC3 0x88BA # 0 +0xDBC4 0x88D7 # 0 +0xDBC5 0x88B9 # 0 +0xDBC6 0x88B8 # 0 +0xDBC7 0x88C0 # 0 +0xDBC8 0x88BE # 0 +0xDBC9 0x88B6 # 0 +0xDBCA 0x88BC # 0 +0xDBCB 0x88B7 # 0 +0xDBCC 0x88BD # 0 +0xDBCD 0x88B2 # 0 +0xDBCE 0x8901 # 0 +0xDBCF 0x88C9 # 0 +0xDBD0 0x8995 # 0 +0xDBD1 0x8998 # 0 +0xDBD2 0x8997 # 0 +0xDBD3 0x89DD # 0 +0xDBD4 0x89DA # 0 +0xDBD5 0x89DB # 0 +0xDBD6 0x8A4E # 0 +0xDBD7 0x8A4D # 0 +0xDBD8 0x8A39 # 0 +0xDBD9 0x8A59 # 0 +0xDBDA 0x8A40 # 0 +0xDBDB 0x8A57 # 0 +0xDBDC 0x8A58 # 0 +0xDBDD 0x8A44 # 0 +0xDBDE 0x8A45 # 0 +0xDBDF 0x8A52 # 0 +0xDBE0 0x8A48 # 0 +0xDBE1 0x8A51 # 0 +0xDBE2 0x8A4A # 0 +0xDBE3 0x8A4C # 0 +0xDBE4 0x8A4F # 0 +0xDBE5 0x8C5F # 0 +0xDBE6 0x8C81 # 0 +0xDBE7 0x8C80 # 0 +0xDBE8 0x8CBA # 0 +0xDBE9 0x8CBE # 0 +0xDBEA 0x8CB0 # 0 +0xDBEB 0x8CB9 # 0 +0xDBEC 0x8CB5 # 0 +0xDBED 0x8D84 # 0 +0xDBEE 0x8D80 # 0 +0xDBEF 0x8D89 # 0 +0xDBF0 0x8DD8 # 0 +0xDBF1 0x8DD3 # 0 +0xDBF2 0x8DCD # 0 +0xDBF3 0x8DC7 # 0 +0xDBF4 0x8DD6 # 0 +0xDBF5 0x8DDC # 0 +0xDBF6 0x8DCF # 0 +0xDBF7 0x8DD5 # 0 +0xDBF8 0x8DD9 # 0 +0xDBF9 0x8DC8 # 0 +0xDBFA 0x8DD7 # 0 +0xDBFB 0x8DC5 # 0 +0xDBFC 0x8EEF # 0 +0xDBFD 0x8EF7 # 0 +0xDBFE 0x8EFA # 0 +0xDC40 0x8EF9 # 0 +0xDC41 0x8EE6 # 0 +0xDC42 0x8EEE # 0 +0xDC43 0x8EE5 # 0 +0xDC44 0x8EF5 # 0 +0xDC45 0x8EE7 # 0 +0xDC46 0x8EE8 # 0 +0xDC47 0x8EF6 # 0 +0xDC48 0x8EEB # 0 +0xDC49 0x8EF1 # 0 +0xDC4A 0x8EEC # 0 +0xDC4B 0x8EF4 # 0 +0xDC4C 0x8EE9 # 0 +0xDC4D 0x902D # 0 +0xDC4E 0x9034 # 0 +0xDC4F 0x902F # 0 +0xDC50 0x9106 # 0 +0xDC51 0x912C # 0 +0xDC52 0x9104 # 0 +0xDC53 0x90FF # 0 +0xDC54 0x90FC # 0 +0xDC55 0x9108 # 0 +0xDC56 0x90F9 # 0 +0xDC57 0x90FB # 0 +0xDC58 0x9101 # 0 +0xDC59 0x9100 # 0 +0xDC5A 0x9107 # 0 +0xDC5B 0x9105 # 0 +0xDC5C 0x9103 # 0 +0xDC5D 0x9161 # 0 +0xDC5E 0x9164 # 0 +0xDC5F 0x915F # 0 +0xDC60 0x9162 # 0 +0xDC61 0x9160 # 0 +0xDC62 0x9201 # 0 +0xDC63 0x920A # 0 +0xDC64 0x9225 # 0 +0xDC65 0x9203 # 0 +0xDC66 0x921A # 0 +0xDC67 0x9226 # 0 +0xDC68 0x920F # 0 +0xDC69 0x920C # 0 +0xDC6A 0x9200 # 0 +0xDC6B 0x9212 # 0 +0xDC6C 0x91FF # 0 +0xDC6D 0x91FD # 0 +0xDC6E 0x9206 # 0 +0xDC6F 0x9204 # 0 +0xDC70 0x9227 # 0 +0xDC71 0x9202 # 0 +0xDC72 0x921C # 0 +0xDC73 0x9224 # 0 +0xDC74 0x9219 # 0 +0xDC75 0x9217 # 0 +0xDC76 0x9205 # 0 +0xDC77 0x9216 # 0 +0xDC78 0x957B # 0 +0xDC79 0x958D # 0 +0xDC7A 0x958C # 0 +0xDC7B 0x9590 # 0 +0xDC7C 0x9687 # 0 +0xDC7D 0x967E # 0 +0xDC7E 0x9688 # 0 +0xDCA1 0x9689 # 0 +0xDCA2 0x9683 # 0 +0xDCA3 0x9680 # 0 +0xDCA4 0x96C2 # 0 +0xDCA5 0x96C8 # 0 +0xDCA6 0x96C3 # 0 +0xDCA7 0x96F1 # 0 +0xDCA8 0x96F0 # 0 +0xDCA9 0x976C # 0 +0xDCAA 0x9770 # 0 +0xDCAB 0x976E # 0 +0xDCAC 0x9807 # 0 +0xDCAD 0x98A9 # 0 +0xDCAE 0x98EB # 0 +0xDCAF 0x9CE6 # 0 +0xDCB0 0x9EF9 # 0 +0xDCB1 0x4E83 # 0 +0xDCB2 0x4E84 # 0 +0xDCB3 0x4EB6 # 0 +0xDCB4 0x50BD # 0 +0xDCB5 0x50BF # 0 +0xDCB6 0x50C6 # 0 +0xDCB7 0x50AE # 0 +0xDCB8 0x50C4 # 0 +0xDCB9 0x50CA # 0 +0xDCBA 0x50B4 # 0 +0xDCBB 0x50C8 # 0 +0xDCBC 0x50C2 # 0 +0xDCBD 0x50B0 # 0 +0xDCBE 0x50C1 # 0 +0xDCBF 0x50BA # 0 +0xDCC0 0x50B1 # 0 +0xDCC1 0x50CB # 0 +0xDCC2 0x50C9 # 0 +0xDCC3 0x50B6 # 0 +0xDCC4 0x50B8 # 0 +0xDCC5 0x51D7 # 0 +0xDCC6 0x527A # 0 +0xDCC7 0x5278 # 0 +0xDCC8 0x527B # 0 +0xDCC9 0x527C # 0 +0xDCCA 0x55C3 # 0 +0xDCCB 0x55DB # 0 +0xDCCC 0x55CC # 0 +0xDCCD 0x55D0 # 0 +0xDCCE 0x55CB # 0 +0xDCCF 0x55CA # 0 +0xDCD0 0x55DD # 0 +0xDCD1 0x55C0 # 0 +0xDCD2 0x55D4 # 0 +0xDCD3 0x55C4 # 0 +0xDCD4 0x55E9 # 0 +0xDCD5 0x55BF # 0 +0xDCD6 0x55D2 # 0 +0xDCD7 0x558D # 0 +0xDCD8 0x55CF # 0 +0xDCD9 0x55D5 # 0 +0xDCDA 0x55E2 # 0 +0xDCDB 0x55D6 # 0 +0xDCDC 0x55C8 # 0 +0xDCDD 0x55F2 # 0 +0xDCDE 0x55CD # 0 +0xDCDF 0x55D9 # 0 +0xDCE0 0x55C2 # 0 +0xDCE1 0x5714 # 0 +0xDCE2 0x5853 # 0 +0xDCE3 0x5868 # 0 +0xDCE4 0x5864 # 0 +0xDCE5 0x584F # 0 +0xDCE6 0x584D # 0 +0xDCE7 0x5849 # 0 +0xDCE8 0x586F # 0 +0xDCE9 0x5855 # 0 +0xDCEA 0x584E # 0 +0xDCEB 0x585D # 0 +0xDCEC 0x5859 # 0 +0xDCED 0x5865 # 0 +0xDCEE 0x585B # 0 +0xDCEF 0x583D # 0 +0xDCF0 0x5863 # 0 +0xDCF1 0x5871 # 0 +0xDCF2 0x58FC # 0 +0xDCF3 0x5AC7 # 0 +0xDCF4 0x5AC4 # 0 +0xDCF5 0x5ACB # 0 +0xDCF6 0x5ABA # 0 +0xDCF7 0x5AB8 # 0 +0xDCF8 0x5AB1 # 0 +0xDCF9 0x5AB5 # 0 +0xDCFA 0x5AB0 # 0 +0xDCFB 0x5ABF # 0 +0xDCFC 0x5AC8 # 0 +0xDCFD 0x5ABB # 0 +0xDCFE 0x5AC6 # 0 +0xDD40 0x5AB7 # 0 +0xDD41 0x5AC0 # 0 +0xDD42 0x5ACA # 0 +0xDD43 0x5AB4 # 0 +0xDD44 0x5AB6 # 0 +0xDD45 0x5ACD # 0 +0xDD46 0x5AB9 # 0 +0xDD47 0x5A90 # 0 +0xDD48 0x5BD6 # 0 +0xDD49 0x5BD8 # 0 +0xDD4A 0x5BD9 # 0 +0xDD4B 0x5C1F # 0 +0xDD4C 0x5C33 # 0 +0xDD4D 0x5D71 # 0 +0xDD4E 0x5D63 # 0 +0xDD4F 0x5D4A # 0 +0xDD50 0x5D65 # 0 +0xDD51 0x5D72 # 0 +0xDD52 0x5D6C # 0 +0xDD53 0x5D5E # 0 +0xDD54 0x5D68 # 0 +0xDD55 0x5D67 # 0 +0xDD56 0x5D62 # 0 +0xDD57 0x5DF0 # 0 +0xDD58 0x5E4F # 0 +0xDD59 0x5E4E # 0 +0xDD5A 0x5E4A # 0 +0xDD5B 0x5E4D # 0 +0xDD5C 0x5E4B # 0 +0xDD5D 0x5EC5 # 0 +0xDD5E 0x5ECC # 0 +0xDD5F 0x5EC6 # 0 +0xDD60 0x5ECB # 0 +0xDD61 0x5EC7 # 0 +0xDD62 0x5F40 # 0 +0xDD63 0x5FAF # 0 +0xDD64 0x5FAD # 0 +0xDD65 0x60F7 # 0 +0xDD66 0x6149 # 0 +0xDD67 0x614A # 0 +0xDD68 0x612B # 0 +0xDD69 0x6145 # 0 +0xDD6A 0x6136 # 0 +0xDD6B 0x6132 # 0 +0xDD6C 0x612E # 0 +0xDD6D 0x6146 # 0 +0xDD6E 0x612F # 0 +0xDD6F 0x614F # 0 +0xDD70 0x6129 # 0 +0xDD71 0x6140 # 0 +0xDD72 0x6220 # 0 +0xDD73 0x9168 # 0 +0xDD74 0x6223 # 0 +0xDD75 0x6225 # 0 +0xDD76 0x6224 # 0 +0xDD77 0x63C5 # 0 +0xDD78 0x63F1 # 0 +0xDD79 0x63EB # 0 +0xDD7A 0x6410 # 0 +0xDD7B 0x6412 # 0 +0xDD7C 0x6409 # 0 +0xDD7D 0x6420 # 0 +0xDD7E 0x6424 # 0 +0xDDA1 0x6433 # 0 +0xDDA2 0x6443 # 0 +0xDDA3 0x641F # 0 +0xDDA4 0x6415 # 0 +0xDDA5 0x6418 # 0 +0xDDA6 0x6439 # 0 +0xDDA7 0x6437 # 0 +0xDDA8 0x6422 # 0 +0xDDA9 0x6423 # 0 +0xDDAA 0x640C # 0 +0xDDAB 0x6426 # 0 +0xDDAC 0x6430 # 0 +0xDDAD 0x6428 # 0 +0xDDAE 0x6441 # 0 +0xDDAF 0x6435 # 0 +0xDDB0 0x642F # 0 +0xDDB1 0x640A # 0 +0xDDB2 0x641A # 0 +0xDDB3 0x6440 # 0 +0xDDB4 0x6425 # 0 +0xDDB5 0x6427 # 0 +0xDDB6 0x640B # 0 +0xDDB7 0x63E7 # 0 +0xDDB8 0x641B # 0 +0xDDB9 0x642E # 0 +0xDDBA 0x6421 # 0 +0xDDBB 0x640E # 0 +0xDDBC 0x656F # 0 +0xDDBD 0x6592 # 0 +0xDDBE 0x65D3 # 0 +0xDDBF 0x6686 # 0 +0xDDC0 0x668C # 0 +0xDDC1 0x6695 # 0 +0xDDC2 0x6690 # 0 +0xDDC3 0x668B # 0 +0xDDC4 0x668A # 0 +0xDDC5 0x6699 # 0 +0xDDC6 0x6694 # 0 +0xDDC7 0x6678 # 0 +0xDDC8 0x6720 # 0 +0xDDC9 0x6966 # 0 +0xDDCA 0x695F # 0 +0xDDCB 0x6938 # 0 +0xDDCC 0x694E # 0 +0xDDCD 0x6962 # 0 +0xDDCE 0x6971 # 0 +0xDDCF 0x693F # 0 +0xDDD0 0x6945 # 0 +0xDDD1 0x696A # 0 +0xDDD2 0x6939 # 0 +0xDDD3 0x6942 # 0 +0xDDD4 0x6957 # 0 +0xDDD5 0x6959 # 0 +0xDDD6 0x697A # 0 +0xDDD7 0x6948 # 0 +0xDDD8 0x6949 # 0 +0xDDD9 0x6935 # 0 +0xDDDA 0x696C # 0 +0xDDDB 0x6933 # 0 +0xDDDC 0x693D # 0 +0xDDDD 0x6965 # 0 +0xDDDE 0x68F0 # 0 +0xDDDF 0x6978 # 0 +0xDDE0 0x6934 # 0 +0xDDE1 0x6969 # 0 +0xDDE2 0x6940 # 0 +0xDDE3 0x696F # 0 +0xDDE4 0x6944 # 0 +0xDDE5 0x6976 # 0 +0xDDE6 0x6958 # 0 +0xDDE7 0x6941 # 0 +0xDDE8 0x6974 # 0 +0xDDE9 0x694C # 0 +0xDDEA 0x693B # 0 +0xDDEB 0x694B # 0 +0xDDEC 0x6937 # 0 +0xDDED 0x695C # 0 +0xDDEE 0x694F # 0 +0xDDEF 0x6951 # 0 +0xDDF0 0x6932 # 0 +0xDDF1 0x6952 # 0 +0xDDF2 0x692F # 0 +0xDDF3 0x697B # 0 +0xDDF4 0x693C # 0 +0xDDF5 0x6B46 # 0 +0xDDF6 0x6B45 # 0 +0xDDF7 0x6B43 # 0 +0xDDF8 0x6B42 # 0 +0xDDF9 0x6B48 # 0 +0xDDFA 0x6B41 # 0 +0xDDFB 0x6B9B # 0 +0xDDFC 0xFA0D # 0 +0xDDFD 0x6BFB # 0 +0xDDFE 0x6BFC # 0 +0xDE40 0x6BF9 # 0 +0xDE41 0x6BF7 # 0 +0xDE42 0x6BF8 # 0 +0xDE43 0x6E9B # 0 +0xDE44 0x6ED6 # 0 +0xDE45 0x6EC8 # 0 +0xDE46 0x6E8F # 0 +0xDE47 0x6EC0 # 0 +0xDE48 0x6E9F # 0 +0xDE49 0x6E93 # 0 +0xDE4A 0x6E94 # 0 +0xDE4B 0x6EA0 # 0 +0xDE4C 0x6EB1 # 0 +0xDE4D 0x6EB9 # 0 +0xDE4E 0x6EC6 # 0 +0xDE4F 0x6ED2 # 0 +0xDE50 0x6EBD # 0 +0xDE51 0x6EC1 # 0 +0xDE52 0x6E9E # 0 +0xDE53 0x6EC9 # 0 +0xDE54 0x6EB7 # 0 +0xDE55 0x6EB0 # 0 +0xDE56 0x6ECD # 0 +0xDE57 0x6EA6 # 0 +0xDE58 0x6ECF # 0 +0xDE59 0x6EB2 # 0 +0xDE5A 0x6EBE # 0 +0xDE5B 0x6EC3 # 0 +0xDE5C 0x6EDC # 0 +0xDE5D 0x6ED8 # 0 +0xDE5E 0x6E99 # 0 +0xDE5F 0x6E92 # 0 +0xDE60 0x6E8E # 0 +0xDE61 0x6E8D # 0 +0xDE62 0x6EA4 # 0 +0xDE63 0x6EA1 # 0 +0xDE64 0x6EBF # 0 +0xDE65 0x6EB3 # 0 +0xDE66 0x6ED0 # 0 +0xDE67 0x6ECA # 0 +0xDE68 0x6E97 # 0 +0xDE69 0x6EAE # 0 +0xDE6A 0x6EA3 # 0 +0xDE6B 0x7147 # 0 +0xDE6C 0x7154 # 0 +0xDE6D 0x7152 # 0 +0xDE6E 0x7163 # 0 +0xDE6F 0x7160 # 0 +0xDE70 0x7141 # 0 +0xDE71 0x715D # 0 +0xDE72 0x7162 # 0 +0xDE73 0x7172 # 0 +0xDE74 0x7178 # 0 +0xDE75 0x716A # 0 +0xDE76 0x7161 # 0 +0xDE77 0x7142 # 0 +0xDE78 0x7158 # 0 +0xDE79 0x7143 # 0 +0xDE7A 0x714B # 0 +0xDE7B 0x7170 # 0 +0xDE7C 0x715F # 0 +0xDE7D 0x7150 # 0 +0xDE7E 0x7153 # 0 +0xDEA1 0x7144 # 0 +0xDEA2 0x714D # 0 +0xDEA3 0x715A # 0 +0xDEA4 0x724F # 0 +0xDEA5 0x728D # 0 +0xDEA6 0x728C # 0 +0xDEA7 0x7291 # 0 +0xDEA8 0x7290 # 0 +0xDEA9 0x728E # 0 +0xDEAA 0x733C # 0 +0xDEAB 0x7342 # 0 +0xDEAC 0x733B # 0 +0xDEAD 0x733A # 0 +0xDEAE 0x7340 # 0 +0xDEAF 0x734A # 0 +0xDEB0 0x7349 # 0 +0xDEB1 0x7444 # 0 +0xDEB2 0x744A # 0 +0xDEB3 0x744B # 0 +0xDEB4 0x7452 # 0 +0xDEB5 0x7451 # 0 +0xDEB6 0x7457 # 0 +0xDEB7 0x7440 # 0 +0xDEB8 0x744F # 0 +0xDEB9 0x7450 # 0 +0xDEBA 0x744E # 0 +0xDEBB 0x7442 # 0 +0xDEBC 0x7446 # 0 +0xDEBD 0x744D # 0 +0xDEBE 0x7454 # 0 +0xDEBF 0x74E1 # 0 +0xDEC0 0x74FF # 0 +0xDEC1 0x74FE # 0 +0xDEC2 0x74FD # 0 +0xDEC3 0x751D # 0 +0xDEC4 0x7579 # 0 +0xDEC5 0x7577 # 0 +0xDEC6 0x6983 # 0 +0xDEC7 0x75EF # 0 +0xDEC8 0x760F # 0 +0xDEC9 0x7603 # 0 +0xDECA 0x75F7 # 0 +0xDECB 0x75FE # 0 +0xDECC 0x75FC # 0 +0xDECD 0x75F9 # 0 +0xDECE 0x75F8 # 0 +0xDECF 0x7610 # 0 +0xDED0 0x75FB # 0 +0xDED1 0x75F6 # 0 +0xDED2 0x75ED # 0 +0xDED3 0x75F5 # 0 +0xDED4 0x75FD # 0 +0xDED5 0x7699 # 0 +0xDED6 0x76B5 # 0 +0xDED7 0x76DD # 0 +0xDED8 0x7755 # 0 +0xDED9 0x775F # 0 +0xDEDA 0x7760 # 0 +0xDEDB 0x7752 # 0 +0xDEDC 0x7756 # 0 +0xDEDD 0x775A # 0 +0xDEDE 0x7769 # 0 +0xDEDF 0x7767 # 0 +0xDEE0 0x7754 # 0 +0xDEE1 0x7759 # 0 +0xDEE2 0x776D # 0 +0xDEE3 0x77E0 # 0 +0xDEE4 0x7887 # 0 +0xDEE5 0x789A # 0 +0xDEE6 0x7894 # 0 +0xDEE7 0x788F # 0 +0xDEE8 0x7884 # 0 +0xDEE9 0x7895 # 0 +0xDEEA 0x7885 # 0 +0xDEEB 0x7886 # 0 +0xDEEC 0x78A1 # 0 +0xDEED 0x7883 # 0 +0xDEEE 0x7879 # 0 +0xDEEF 0x7899 # 0 +0xDEF0 0x7880 # 0 +0xDEF1 0x7896 # 0 +0xDEF2 0x787B # 0 +0xDEF3 0x797C # 0 +0xDEF4 0x7982 # 0 +0xDEF5 0x797D # 0 +0xDEF6 0x7979 # 0 +0xDEF7 0x7A11 # 0 +0xDEF8 0x7A18 # 0 +0xDEF9 0x7A19 # 0 +0xDEFA 0x7A12 # 0 +0xDEFB 0x7A17 # 0 +0xDEFC 0x7A15 # 0 +0xDEFD 0x7A22 # 0 +0xDEFE 0x7A13 # 0 +0xDF40 0x7A1B # 0 +0xDF41 0x7A10 # 0 +0xDF42 0x7AA3 # 0 +0xDF43 0x7AA2 # 0 +0xDF44 0x7A9E # 0 +0xDF45 0x7AEB # 0 +0xDF46 0x7B66 # 0 +0xDF47 0x7B64 # 0 +0xDF48 0x7B6D # 0 +0xDF49 0x7B74 # 0 +0xDF4A 0x7B69 # 0 +0xDF4B 0x7B72 # 0 +0xDF4C 0x7B65 # 0 +0xDF4D 0x7B73 # 0 +0xDF4E 0x7B71 # 0 +0xDF4F 0x7B70 # 0 +0xDF50 0x7B61 # 0 +0xDF51 0x7B78 # 0 +0xDF52 0x7B76 # 0 +0xDF53 0x7B63 # 0 +0xDF54 0x7CB2 # 0 +0xDF55 0x7CB4 # 0 +0xDF56 0x7CAF # 0 +0xDF57 0x7D88 # 0 +0xDF58 0x7D86 # 0 +0xDF59 0x7D80 # 0 +0xDF5A 0x7D8D # 0 +0xDF5B 0x7D7F # 0 +0xDF5C 0x7D85 # 0 +0xDF5D 0x7D7A # 0 +0xDF5E 0x7D8E # 0 +0xDF5F 0x7D7B # 0 +0xDF60 0x7D83 # 0 +0xDF61 0x7D7C # 0 +0xDF62 0x7D8C # 0 +0xDF63 0x7D94 # 0 +0xDF64 0x7D84 # 0 +0xDF65 0x7D7D # 0 +0xDF66 0x7D92 # 0 +0xDF67 0x7F6D # 0 +0xDF68 0x7F6B # 0 +0xDF69 0x7F67 # 0 +0xDF6A 0x7F68 # 0 +0xDF6B 0x7F6C # 0 +0xDF6C 0x7FA6 # 0 +0xDF6D 0x7FA5 # 0 +0xDF6E 0x7FA7 # 0 +0xDF6F 0x7FDB # 0 +0xDF70 0x7FDC # 0 +0xDF71 0x8021 # 0 +0xDF72 0x8164 # 0 +0xDF73 0x8160 # 0 +0xDF74 0x8177 # 0 +0xDF75 0x815C # 0 +0xDF76 0x8169 # 0 +0xDF77 0x815B # 0 +0xDF78 0x8162 # 0 +0xDF79 0x8172 # 0 +0xDF7A 0x6721 # 0 +0xDF7B 0x815E # 0 +0xDF7C 0x8176 # 0 +0xDF7D 0x8167 # 0 +0xDF7E 0x816F # 0 +0xDFA1 0x8144 # 0 +0xDFA2 0x8161 # 0 +0xDFA3 0x821D # 0 +0xDFA4 0x8249 # 0 +0xDFA5 0x8244 # 0 +0xDFA6 0x8240 # 0 +0xDFA7 0x8242 # 0 +0xDFA8 0x8245 # 0 +0xDFA9 0x84F1 # 0 +0xDFAA 0x843F # 0 +0xDFAB 0x8456 # 0 +0xDFAC 0x8476 # 0 +0xDFAD 0x8479 # 0 +0xDFAE 0x848F # 0 +0xDFAF 0x848D # 0 +0xDFB0 0x8465 # 0 +0xDFB1 0x8451 # 0 +0xDFB2 0x8440 # 0 +0xDFB3 0x8486 # 0 +0xDFB4 0x8467 # 0 +0xDFB5 0x8430 # 0 +0xDFB6 0x844D # 0 +0xDFB7 0x847D # 0 +0xDFB8 0x845A # 0 +0xDFB9 0x8459 # 0 +0xDFBA 0x8474 # 0 +0xDFBB 0x8473 # 0 +0xDFBC 0x845D # 0 +0xDFBD 0x8507 # 0 +0xDFBE 0x845E # 0 +0xDFBF 0x8437 # 0 +0xDFC0 0x843A # 0 +0xDFC1 0x8434 # 0 +0xDFC2 0x847A # 0 +0xDFC3 0x8443 # 0 +0xDFC4 0x8478 # 0 +0xDFC5 0x8432 # 0 +0xDFC6 0x8445 # 0 +0xDFC7 0x8429 # 0 +0xDFC8 0x83D9 # 0 +0xDFC9 0x844B # 0 +0xDFCA 0x842F # 0 +0xDFCB 0x8442 # 0 +0xDFCC 0x842D # 0 +0xDFCD 0x845F # 0 +0xDFCE 0x8470 # 0 +0xDFCF 0x8439 # 0 +0xDFD0 0x844E # 0 +0xDFD1 0x844C # 0 +0xDFD2 0x8452 # 0 +0xDFD3 0x846F # 0 +0xDFD4 0x84C5 # 0 +0xDFD5 0x848E # 0 +0xDFD6 0x843B # 0 +0xDFD7 0x8447 # 0 +0xDFD8 0x8436 # 0 +0xDFD9 0x8433 # 0 +0xDFDA 0x8468 # 0 +0xDFDB 0x847E # 0 +0xDFDC 0x8444 # 0 +0xDFDD 0x842B # 0 +0xDFDE 0x8460 # 0 +0xDFDF 0x8454 # 0 +0xDFE0 0x846E # 0 +0xDFE1 0x8450 # 0 +0xDFE2 0x870B # 0 +0xDFE3 0x8704 # 0 +0xDFE4 0x86F7 # 0 +0xDFE5 0x870C # 0 +0xDFE6 0x86FA # 0 +0xDFE7 0x86D6 # 0 +0xDFE8 0x86F5 # 0 +0xDFE9 0x874D # 0 +0xDFEA 0x86F8 # 0 +0xDFEB 0x870E # 0 +0xDFEC 0x8709 # 0 +0xDFED 0x8701 # 0 +0xDFEE 0x86F6 # 0 +0xDFEF 0x870D # 0 +0xDFF0 0x8705 # 0 +0xDFF1 0x88D6 # 0 +0xDFF2 0x88CB # 0 +0xDFF3 0x88CD # 0 +0xDFF4 0x88CE # 0 +0xDFF5 0x88DE # 0 +0xDFF6 0x88DB # 0 +0xDFF7 0x88DA # 0 +0xDFF8 0x88CC # 0 +0xDFF9 0x88D0 # 0 +0xDFFA 0x8985 # 0 +0xDFFB 0x899B # 0 +0xDFFC 0x89DF # 0 +0xDFFD 0x89E5 # 0 +0xDFFE 0x89E4 # 0 +0xE040 0x89E1 # 0 +0xE041 0x89E0 # 0 +0xE042 0x89E2 # 0 +0xE043 0x89DC # 0 +0xE044 0x89E6 # 0 +0xE045 0x8A76 # 0 +0xE046 0x8A86 # 0 +0xE047 0x8A7F # 0 +0xE048 0x8A61 # 0 +0xE049 0x8A3F # 0 +0xE04A 0x8A77 # 0 +0xE04B 0x8A82 # 0 +0xE04C 0x8A84 # 0 +0xE04D 0x8A75 # 0 +0xE04E 0x8A83 # 0 +0xE04F 0x8A81 # 0 +0xE050 0x8A74 # 0 +0xE051 0x8A7A # 0 +0xE052 0x8C3C # 0 +0xE053 0x8C4B # 0 +0xE054 0x8C4A # 0 +0xE055 0x8C65 # 0 +0xE056 0x8C64 # 0 +0xE057 0x8C66 # 0 +0xE058 0x8C86 # 0 +0xE059 0x8C84 # 0 +0xE05A 0x8C85 # 0 +0xE05B 0x8CCC # 0 +0xE05C 0x8D68 # 0 +0xE05D 0x8D69 # 0 +0xE05E 0x8D91 # 0 +0xE05F 0x8D8C # 0 +0xE060 0x8D8E # 0 +0xE061 0x8D8F # 0 +0xE062 0x8D8D # 0 +0xE063 0x8D93 # 0 +0xE064 0x8D94 # 0 +0xE065 0x8D90 # 0 +0xE066 0x8D92 # 0 +0xE067 0x8DF0 # 0 +0xE068 0x8DE0 # 0 +0xE069 0x8DEC # 0 +0xE06A 0x8DF1 # 0 +0xE06B 0x8DEE # 0 +0xE06C 0x8DD0 # 0 +0xE06D 0x8DE9 # 0 +0xE06E 0x8DE3 # 0 +0xE06F 0x8DE2 # 0 +0xE070 0x8DE7 # 0 +0xE071 0x8DF2 # 0 +0xE072 0x8DEB # 0 +0xE073 0x8DF4 # 0 +0xE074 0x8F06 # 0 +0xE075 0x8EFF # 0 +0xE076 0x8F01 # 0 +0xE077 0x8F00 # 0 +0xE078 0x8F05 # 0 +0xE079 0x8F07 # 0 +0xE07A 0x8F08 # 0 +0xE07B 0x8F02 # 0 +0xE07C 0x8F0B # 0 +0xE07D 0x9052 # 0 +0xE07E 0x903F # 0 +0xE0A1 0x9044 # 0 +0xE0A2 0x9049 # 0 +0xE0A3 0x903D # 0 +0xE0A4 0x9110 # 0 +0xE0A5 0x910D # 0 +0xE0A6 0x910F # 0 +0xE0A7 0x9111 # 0 +0xE0A8 0x9116 # 0 +0xE0A9 0x9114 # 0 +0xE0AA 0x910B # 0 +0xE0AB 0x910E # 0 +0xE0AC 0x916E # 0 +0xE0AD 0x916F # 0 +0xE0AE 0x9248 # 0 +0xE0AF 0x9252 # 0 +0xE0B0 0x9230 # 0 +0xE0B1 0x923A # 0 +0xE0B2 0x9266 # 0 +0xE0B3 0x9233 # 0 +0xE0B4 0x9265 # 0 +0xE0B5 0x925E # 0 +0xE0B6 0x9283 # 0 +0xE0B7 0x922E # 0 +0xE0B8 0x924A # 0 +0xE0B9 0x9246 # 0 +0xE0BA 0x926D # 0 +0xE0BB 0x926C # 0 +0xE0BC 0x924F # 0 +0xE0BD 0x9260 # 0 +0xE0BE 0x9267 # 0 +0xE0BF 0x926F # 0 +0xE0C0 0x9236 # 0 +0xE0C1 0x9261 # 0 +0xE0C2 0x9270 # 0 +0xE0C3 0x9231 # 0 +0xE0C4 0x9254 # 0 +0xE0C5 0x9263 # 0 +0xE0C6 0x9250 # 0 +0xE0C7 0x9272 # 0 +0xE0C8 0x924E # 0 +0xE0C9 0x9253 # 0 +0xE0CA 0x924C # 0 +0xE0CB 0x9256 # 0 +0xE0CC 0x9232 # 0 +0xE0CD 0x959F # 0 +0xE0CE 0x959C # 0 +0xE0CF 0x959E # 0 +0xE0D0 0x959B # 0 +0xE0D1 0x9692 # 0 +0xE0D2 0x9693 # 0 +0xE0D3 0x9691 # 0 +0xE0D4 0x9697 # 0 +0xE0D5 0x96CE # 0 +0xE0D6 0x96FA # 0 +0xE0D7 0x96FD # 0 +0xE0D8 0x96F8 # 0 +0xE0D9 0x96F5 # 0 +0xE0DA 0x9773 # 0 +0xE0DB 0x9777 # 0 +0xE0DC 0x9778 # 0 +0xE0DD 0x9772 # 0 +0xE0DE 0x980F # 0 +0xE0DF 0x980D # 0 +0xE0E0 0x980E # 0 +0xE0E1 0x98AC # 0 +0xE0E2 0x98F6 # 0 +0xE0E3 0x98F9 # 0 +0xE0E4 0x99AF # 0 +0xE0E5 0x99B2 # 0 +0xE0E6 0x99B0 # 0 +0xE0E7 0x99B5 # 0 +0xE0E8 0x9AAD # 0 +0xE0E9 0x9AAB # 0 +0xE0EA 0x9B5B # 0 +0xE0EB 0x9CEA # 0 +0xE0EC 0x9CED # 0 +0xE0ED 0x9CE7 # 0 +0xE0EE 0x9E80 # 0 +0xE0EF 0x9EFD # 0 +0xE0F0 0x50E6 # 0 +0xE0F1 0x50D4 # 0 +0xE0F2 0x50D7 # 0 +0xE0F3 0x50E8 # 0 +0xE0F4 0x50F3 # 0 +0xE0F5 0x50DB # 0 +0xE0F6 0x50EA # 0 +0xE0F7 0x50DD # 0 +0xE0F8 0x50E4 # 0 +0xE0F9 0x50D3 # 0 +0xE0FA 0x50EC # 0 +0xE0FB 0x50F0 # 0 +0xE0FC 0x50EF # 0 +0xE0FD 0x50E3 # 0 +0xE0FE 0x50E0 # 0 +0xE140 0x51D8 # 0 +0xE141 0x5280 # 0 +0xE142 0x5281 # 0 +0xE143 0x52E9 # 0 +0xE144 0x52EB # 0 +0xE145 0x5330 # 0 +0xE146 0x53AC # 0 +0xE147 0x5627 # 0 +0xE148 0x5615 # 0 +0xE149 0x560C # 0 +0xE14A 0x5612 # 0 +0xE14B 0x55FC # 0 +0xE14C 0x560F # 0 +0xE14D 0x561C # 0 +0xE14E 0x5601 # 0 +0xE14F 0x5613 # 0 +0xE150 0x5602 # 0 +0xE151 0x55FA # 0 +0xE152 0x561D # 0 +0xE153 0x5604 # 0 +0xE154 0x55FF # 0 +0xE155 0x55F9 # 0 +0xE156 0x5889 # 0 +0xE157 0x587C # 0 +0xE158 0x5890 # 0 +0xE159 0x5898 # 0 +0xE15A 0x5886 # 0 +0xE15B 0x5881 # 0 +0xE15C 0x587F # 0 +0xE15D 0x5874 # 0 +0xE15E 0x588B # 0 +0xE15F 0x587A # 0 +0xE160 0x5887 # 0 +0xE161 0x5891 # 0 +0xE162 0x588E # 0 +0xE163 0x5876 # 0 +0xE164 0x5882 # 0 +0xE165 0x5888 # 0 +0xE166 0x587B # 0 +0xE167 0x5894 # 0 +0xE168 0x588F # 0 +0xE169 0x58FE # 0 +0xE16A 0x596B # 0 +0xE16B 0x5ADC # 0 +0xE16C 0x5AEE # 0 +0xE16D 0x5AE5 # 0 +0xE16E 0x5AD5 # 0 +0xE16F 0x5AEA # 0 +0xE170 0x5ADA # 0 +0xE171 0x5AED # 0 +0xE172 0x5AEB # 0 +0xE173 0x5AF3 # 0 +0xE174 0x5AE2 # 0 +0xE175 0x5AE0 # 0 +0xE176 0x5ADB # 0 +0xE177 0x5AEC # 0 +0xE178 0x5ADE # 0 +0xE179 0x5ADD # 0 +0xE17A 0x5AD9 # 0 +0xE17B 0x5AE8 # 0 +0xE17C 0x5ADF # 0 +0xE17D 0x5B77 # 0 +0xE17E 0x5BE0 # 0 +0xE1A1 0x5BE3 # 0 +0xE1A2 0x5C63 # 0 +0xE1A3 0x5D82 # 0 +0xE1A4 0x5D80 # 0 +0xE1A5 0x5D7D # 0 +0xE1A6 0x5D86 # 0 +0xE1A7 0x5D7A # 0 +0xE1A8 0x5D81 # 0 +0xE1A9 0x5D77 # 0 +0xE1AA 0x5D8A # 0 +0xE1AB 0x5D89 # 0 +0xE1AC 0x5D88 # 0 +0xE1AD 0x5D7E # 0 +0xE1AE 0x5D7C # 0 +0xE1AF 0x5D8D # 0 +0xE1B0 0x5D79 # 0 +0xE1B1 0x5D7F # 0 +0xE1B2 0x5E58 # 0 +0xE1B3 0x5E59 # 0 +0xE1B4 0x5E53 # 0 +0xE1B5 0x5ED8 # 0 +0xE1B6 0x5ED1 # 0 +0xE1B7 0x5ED7 # 0 +0xE1B8 0x5ECE # 0 +0xE1B9 0x5EDC # 0 +0xE1BA 0x5ED5 # 0 +0xE1BB 0x5ED9 # 0 +0xE1BC 0x5ED2 # 0 +0xE1BD 0x5ED4 # 0 +0xE1BE 0x5F44 # 0 +0xE1BF 0x5F43 # 0 +0xE1C0 0x5F6F # 0 +0xE1C1 0x5FB6 # 0 +0xE1C2 0x612C # 0 +0xE1C3 0x6128 # 0 +0xE1C4 0x6141 # 0 +0xE1C5 0x615E # 0 +0xE1C6 0x6171 # 0 +0xE1C7 0x6173 # 0 +0xE1C8 0x6152 # 0 +0xE1C9 0x6153 # 0 +0xE1CA 0x6172 # 0 +0xE1CB 0x616C # 0 +0xE1CC 0x6180 # 0 +0xE1CD 0x6174 # 0 +0xE1CE 0x6154 # 0 +0xE1CF 0x617A # 0 +0xE1D0 0x615B # 0 +0xE1D1 0x6165 # 0 +0xE1D2 0x613B # 0 +0xE1D3 0x616A # 0 +0xE1D4 0x6161 # 0 +0xE1D5 0x6156 # 0 +0xE1D6 0x6229 # 0 +0xE1D7 0x6227 # 0 +0xE1D8 0x622B # 0 +0xE1D9 0x642B # 0 +0xE1DA 0x644D # 0 +0xE1DB 0x645B # 0 +0xE1DC 0x645D # 0 +0xE1DD 0x6474 # 0 +0xE1DE 0x6476 # 0 +0xE1DF 0x6472 # 0 +0xE1E0 0x6473 # 0 +0xE1E1 0x647D # 0 +0xE1E2 0x6475 # 0 +0xE1E3 0x6466 # 0 +0xE1E4 0x64A6 # 0 +0xE1E5 0x644E # 0 +0xE1E6 0x6482 # 0 +0xE1E7 0x645E # 0 +0xE1E8 0x645C # 0 +0xE1E9 0x644B # 0 +0xE1EA 0x6453 # 0 +0xE1EB 0x6460 # 0 +0xE1EC 0x6450 # 0 +0xE1ED 0x647F # 0 +0xE1EE 0x643F # 0 +0xE1EF 0x646C # 0 +0xE1F0 0x646B # 0 +0xE1F1 0x6459 # 0 +0xE1F2 0x6465 # 0 +0xE1F3 0x6477 # 0 +0xE1F4 0x6573 # 0 +0xE1F5 0x65A0 # 0 +0xE1F6 0x66A1 # 0 +0xE1F7 0x66A0 # 0 +0xE1F8 0x669F # 0 +0xE1F9 0x6705 # 0 +0xE1FA 0x6704 # 0 +0xE1FB 0x6722 # 0 +0xE1FC 0x69B1 # 0 +0xE1FD 0x69B6 # 0 +0xE1FE 0x69C9 # 0 +0xE240 0x69A0 # 0 +0xE241 0x69CE # 0 +0xE242 0x6996 # 0 +0xE243 0x69B0 # 0 +0xE244 0x69AC # 0 +0xE245 0x69BC # 0 +0xE246 0x6991 # 0 +0xE247 0x6999 # 0 +0xE248 0x698E # 0 +0xE249 0x69A7 # 0 +0xE24A 0x698D # 0 +0xE24B 0x69A9 # 0 +0xE24C 0x69BE # 0 +0xE24D 0x69AF # 0 +0xE24E 0x69BF # 0 +0xE24F 0x69C4 # 0 +0xE250 0x69BD # 0 +0xE251 0x69A4 # 0 +0xE252 0x69D4 # 0 +0xE253 0x69B9 # 0 +0xE254 0x69CA # 0 +0xE255 0x699A # 0 +0xE256 0x69CF # 0 +0xE257 0x69B3 # 0 +0xE258 0x6993 # 0 +0xE259 0x69AA # 0 +0xE25A 0x69A1 # 0 +0xE25B 0x699E # 0 +0xE25C 0x69D9 # 0 +0xE25D 0x6997 # 0 +0xE25E 0x6990 # 0 +0xE25F 0x69C2 # 0 +0xE260 0x69B5 # 0 +0xE261 0x69A5 # 0 +0xE262 0x69C6 # 0 +0xE263 0x6B4A # 0 +0xE264 0x6B4D # 0 +0xE265 0x6B4B # 0 +0xE266 0x6B9E # 0 +0xE267 0x6B9F # 0 +0xE268 0x6BA0 # 0 +0xE269 0x6BC3 # 0 +0xE26A 0x6BC4 # 0 +0xE26B 0x6BFE # 0 +0xE26C 0x6ECE # 0 +0xE26D 0x6EF5 # 0 +0xE26E 0x6EF1 # 0 +0xE26F 0x6F03 # 0 +0xE270 0x6F25 # 0 +0xE271 0x6EF8 # 0 +0xE272 0x6F37 # 0 +0xE273 0x6EFB # 0 +0xE274 0x6F2E # 0 +0xE275 0x6F09 # 0 +0xE276 0x6F4E # 0 +0xE277 0x6F19 # 0 +0xE278 0x6F1A # 0 +0xE279 0x6F27 # 0 +0xE27A 0x6F18 # 0 +0xE27B 0x6F3B # 0 +0xE27C 0x6F12 # 0 +0xE27D 0x6EED # 0 +0xE27E 0x6F0A # 0 +0xE2A1 0x6F36 # 0 +0xE2A2 0x6F73 # 0 +0xE2A3 0x6EF9 # 0 +0xE2A4 0x6EEE # 0 +0xE2A5 0x6F2D # 0 +0xE2A6 0x6F40 # 0 +0xE2A7 0x6F30 # 0 +0xE2A8 0x6F3C # 0 +0xE2A9 0x6F35 # 0 +0xE2AA 0x6EEB # 0 +0xE2AB 0x6F07 # 0 +0xE2AC 0x6F0E # 0 +0xE2AD 0x6F43 # 0 +0xE2AE 0x6F05 # 0 +0xE2AF 0x6EFD # 0 +0xE2B0 0x6EF6 # 0 +0xE2B1 0x6F39 # 0 +0xE2B2 0x6F1C # 0 +0xE2B3 0x6EFC # 0 +0xE2B4 0x6F3A # 0 +0xE2B5 0x6F1F # 0 +0xE2B6 0x6F0D # 0 +0xE2B7 0x6F1E # 0 +0xE2B8 0x6F08 # 0 +0xE2B9 0x6F21 # 0 +0xE2BA 0x7187 # 0 +0xE2BB 0x7190 # 0 +0xE2BC 0x7189 # 0 +0xE2BD 0x7180 # 0 +0xE2BE 0x7185 # 0 +0xE2BF 0x7182 # 0 +0xE2C0 0x718F # 0 +0xE2C1 0x717B # 0 +0xE2C2 0x7186 # 0 +0xE2C3 0x7181 # 0 +0xE2C4 0x7197 # 0 +0xE2C5 0x7244 # 0 +0xE2C6 0x7253 # 0 +0xE2C7 0x7297 # 0 +0xE2C8 0x7295 # 0 +0xE2C9 0x7293 # 0 +0xE2CA 0x7343 # 0 +0xE2CB 0x734D # 0 +0xE2CC 0x7351 # 0 +0xE2CD 0x734C # 0 +0xE2CE 0x7462 # 0 +0xE2CF 0x7473 # 0 +0xE2D0 0x7471 # 0 +0xE2D1 0x7475 # 0 +0xE2D2 0x7472 # 0 +0xE2D3 0x7467 # 0 +0xE2D4 0x746E # 0 +0xE2D5 0x7500 # 0 +0xE2D6 0x7502 # 0 +0xE2D7 0x7503 # 0 +0xE2D8 0x757D # 0 +0xE2D9 0x7590 # 0 +0xE2DA 0x7616 # 0 +0xE2DB 0x7608 # 0 +0xE2DC 0x760C # 0 +0xE2DD 0x7615 # 0 +0xE2DE 0x7611 # 0 +0xE2DF 0x760A # 0 +0xE2E0 0x7614 # 0 +0xE2E1 0x76B8 # 0 +0xE2E2 0x7781 # 0 +0xE2E3 0x777C # 0 +0xE2E4 0x7785 # 0 +0xE2E5 0x7782 # 0 +0xE2E6 0x776E # 0 +0xE2E7 0x7780 # 0 +0xE2E8 0x776F # 0 +0xE2E9 0x777E # 0 +0xE2EA 0x7783 # 0 +0xE2EB 0x78B2 # 0 +0xE2EC 0x78AA # 0 +0xE2ED 0x78B4 # 0 +0xE2EE 0x78AD # 0 +0xE2EF 0x78A8 # 0 +0xE2F0 0x787E # 0 +0xE2F1 0x78AB # 0 +0xE2F2 0x789E # 0 +0xE2F3 0x78A5 # 0 +0xE2F4 0x78A0 # 0 +0xE2F5 0x78AC # 0 +0xE2F6 0x78A2 # 0 +0xE2F7 0x78A4 # 0 +0xE2F8 0x7998 # 0 +0xE2F9 0x798A # 0 +0xE2FA 0x798B # 0 +0xE2FB 0x7996 # 0 +0xE2FC 0x7995 # 0 +0xE2FD 0x7994 # 0 +0xE2FE 0x7993 # 0 +0xE340 0x7997 # 0 +0xE341 0x7988 # 0 +0xE342 0x7992 # 0 +0xE343 0x7990 # 0 +0xE344 0x7A2B # 0 +0xE345 0x7A4A # 0 +0xE346 0x7A30 # 0 +0xE347 0x7A2F # 0 +0xE348 0x7A28 # 0 +0xE349 0x7A26 # 0 +0xE34A 0x7AA8 # 0 +0xE34B 0x7AAB # 0 +0xE34C 0x7AAC # 0 +0xE34D 0x7AEE # 0 +0xE34E 0x7B88 # 0 +0xE34F 0x7B9C # 0 +0xE350 0x7B8A # 0 +0xE351 0x7B91 # 0 +0xE352 0x7B90 # 0 +0xE353 0x7B96 # 0 +0xE354 0x7B8D # 0 +0xE355 0x7B8C # 0 +0xE356 0x7B9B # 0 +0xE357 0x7B8E # 0 +0xE358 0x7B85 # 0 +0xE359 0x7B98 # 0 +0xE35A 0x5284 # 0 +0xE35B 0x7B99 # 0 +0xE35C 0x7BA4 # 0 +0xE35D 0x7B82 # 0 +0xE35E 0x7CBB # 0 +0xE35F 0x7CBF # 0 +0xE360 0x7CBC # 0 +0xE361 0x7CBA # 0 +0xE362 0x7DA7 # 0 +0xE363 0x7DB7 # 0 +0xE364 0x7DC2 # 0 +0xE365 0x7DA3 # 0 +0xE366 0x7DAA # 0 +0xE367 0x7DC1 # 0 +0xE368 0x7DC0 # 0 +0xE369 0x7DC5 # 0 +0xE36A 0x7D9D # 0 +0xE36B 0x7DCE # 0 +0xE36C 0x7DC4 # 0 +0xE36D 0x7DC6 # 0 +0xE36E 0x7DCB # 0 +0xE36F 0x7DCC # 0 +0xE370 0x7DAF # 0 +0xE371 0x7DB9 # 0 +0xE372 0x7D96 # 0 +0xE373 0x7DBC # 0 +0xE374 0x7D9F # 0 +0xE375 0x7DA6 # 0 +0xE376 0x7DAE # 0 +0xE377 0x7DA9 # 0 +0xE378 0x7DA1 # 0 +0xE379 0x7DC9 # 0 +0xE37A 0x7F73 # 0 +0xE37B 0x7FE2 # 0 +0xE37C 0x7FE3 # 0 +0xE37D 0x7FE5 # 0 +0xE37E 0x7FDE # 0 +0xE3A1 0x8024 # 0 +0xE3A2 0x805D # 0 +0xE3A3 0x805C # 0 +0xE3A4 0x8189 # 0 +0xE3A5 0x8186 # 0 +0xE3A6 0x8183 # 0 +0xE3A7 0x8187 # 0 +0xE3A8 0x818D # 0 +0xE3A9 0x818C # 0 +0xE3AA 0x818B # 0 +0xE3AB 0x8215 # 0 +0xE3AC 0x8497 # 0 +0xE3AD 0x84A4 # 0 +0xE3AE 0x84A1 # 0 +0xE3AF 0x849F # 0 +0xE3B0 0x84BA # 0 +0xE3B1 0x84CE # 0 +0xE3B2 0x84C2 # 0 +0xE3B3 0x84AC # 0 +0xE3B4 0x84AE # 0 +0xE3B5 0x84AB # 0 +0xE3B6 0x84B9 # 0 +0xE3B7 0x84B4 # 0 +0xE3B8 0x84C1 # 0 +0xE3B9 0x84CD # 0 +0xE3BA 0x84AA # 0 +0xE3BB 0x849A # 0 +0xE3BC 0x84B1 # 0 +0xE3BD 0x84D0 # 0 +0xE3BE 0x849D # 0 +0xE3BF 0x84A7 # 0 +0xE3C0 0x84BB # 0 +0xE3C1 0x84A2 # 0 +0xE3C2 0x8494 # 0 +0xE3C3 0x84C7 # 0 +0xE3C4 0x84CC # 0 +0xE3C5 0x849B # 0 +0xE3C6 0x84A9 # 0 +0xE3C7 0x84AF # 0 +0xE3C8 0x84A8 # 0 +0xE3C9 0x84D6 # 0 +0xE3CA 0x8498 # 0 +0xE3CB 0x84B6 # 0 +0xE3CC 0x84CF # 0 +0xE3CD 0x84A0 # 0 +0xE3CE 0x84D7 # 0 +0xE3CF 0x84D4 # 0 +0xE3D0 0x84D2 # 0 +0xE3D1 0x84DB # 0 +0xE3D2 0x84B0 # 0 +0xE3D3 0x8491 # 0 +0xE3D4 0x8661 # 0 +0xE3D5 0x8733 # 0 +0xE3D6 0x8723 # 0 +0xE3D7 0x8728 # 0 +0xE3D8 0x876B # 0 +0xE3D9 0x8740 # 0 +0xE3DA 0x872E # 0 +0xE3DB 0x871E # 0 +0xE3DC 0x8721 # 0 +0xE3DD 0x8719 # 0 +0xE3DE 0x871B # 0 +0xE3DF 0x8743 # 0 +0xE3E0 0x872C # 0 +0xE3E1 0x8741 # 0 +0xE3E2 0x873E # 0 +0xE3E3 0x8746 # 0 +0xE3E4 0x8720 # 0 +0xE3E5 0x8732 # 0 +0xE3E6 0x872A # 0 +0xE3E7 0x872D # 0 +0xE3E8 0x873C # 0 +0xE3E9 0x8712 # 0 +0xE3EA 0x873A # 0 +0xE3EB 0x8731 # 0 +0xE3EC 0x8735 # 0 +0xE3ED 0x8742 # 0 +0xE3EE 0x8726 # 0 +0xE3EF 0x8727 # 0 +0xE3F0 0x8738 # 0 +0xE3F1 0x8724 # 0 +0xE3F2 0x871A # 0 +0xE3F3 0x8730 # 0 +0xE3F4 0x8711 # 0 +0xE3F5 0x88F7 # 0 +0xE3F6 0x88E7 # 0 +0xE3F7 0x88F1 # 0 +0xE3F8 0x88F2 # 0 +0xE3F9 0x88FA # 0 +0xE3FA 0x88FE # 0 +0xE3FB 0x88EE # 0 +0xE3FC 0x88FC # 0 +0xE3FD 0x88F6 # 0 +0xE3FE 0x88FB # 0 +0xE440 0x88F0 # 0 +0xE441 0x88EC # 0 +0xE442 0x88EB # 0 +0xE443 0x899D # 0 +0xE444 0x89A1 # 0 +0xE445 0x899F # 0 +0xE446 0x899E # 0 +0xE447 0x89E9 # 0 +0xE448 0x89EB # 0 +0xE449 0x89E8 # 0 +0xE44A 0x8AAB # 0 +0xE44B 0x8A99 # 0 +0xE44C 0x8A8B # 0 +0xE44D 0x8A92 # 0 +0xE44E 0x8A8F # 0 +0xE44F 0x8A96 # 0 +0xE450 0x8C3D # 0 +0xE451 0x8C68 # 0 +0xE452 0x8C69 # 0 +0xE453 0x8CD5 # 0 +0xE454 0x8CCF # 0 +0xE455 0x8CD7 # 0 +0xE456 0x8D96 # 0 +0xE457 0x8E09 # 0 +0xE458 0x8E02 # 0 +0xE459 0x8DFF # 0 +0xE45A 0x8E0D # 0 +0xE45B 0x8DFD # 0 +0xE45C 0x8E0A # 0 +0xE45D 0x8E03 # 0 +0xE45E 0x8E07 # 0 +0xE45F 0x8E06 # 0 +0xE460 0x8E05 # 0 +0xE461 0x8DFE # 0 +0xE462 0x8E00 # 0 +0xE463 0x8E04 # 0 +0xE464 0x8F10 # 0 +0xE465 0x8F11 # 0 +0xE466 0x8F0E # 0 +0xE467 0x8F0D # 0 +0xE468 0x9123 # 0 +0xE469 0x911C # 0 +0xE46A 0x9120 # 0 +0xE46B 0x9122 # 0 +0xE46C 0x911F # 0 +0xE46D 0x911D # 0 +0xE46E 0x911A # 0 +0xE46F 0x9124 # 0 +0xE470 0x9121 # 0 +0xE471 0x911B # 0 +0xE472 0x917A # 0 +0xE473 0x9172 # 0 +0xE474 0x9179 # 0 +0xE475 0x9173 # 0 +0xE476 0x92A5 # 0 +0xE477 0x92A4 # 0 +0xE478 0x9276 # 0 +0xE479 0x929B # 0 +0xE47A 0x927A # 0 +0xE47B 0x92A0 # 0 +0xE47C 0x9294 # 0 +0xE47D 0x92AA # 0 +0xE47E 0x928D # 0 +0xE4A1 0x92A6 # 0 +0xE4A2 0x929A # 0 +0xE4A3 0x92AB # 0 +0xE4A4 0x9279 # 0 +0xE4A5 0x9297 # 0 +0xE4A6 0x927F # 0 +0xE4A7 0x92A3 # 0 +0xE4A8 0x92EE # 0 +0xE4A9 0x928E # 0 +0xE4AA 0x9282 # 0 +0xE4AB 0x9295 # 0 +0xE4AC 0x92A2 # 0 +0xE4AD 0x927D # 0 +0xE4AE 0x9288 # 0 +0xE4AF 0x92A1 # 0 +0xE4B0 0x928A # 0 +0xE4B1 0x9286 # 0 +0xE4B2 0x928C # 0 +0xE4B3 0x9299 # 0 +0xE4B4 0x92A7 # 0 +0xE4B5 0x927E # 0 +0xE4B6 0x9287 # 0 +0xE4B7 0x92A9 # 0 +0xE4B8 0x929D # 0 +0xE4B9 0x928B # 0 +0xE4BA 0x922D # 0 +0xE4BB 0x969E # 0 +0xE4BC 0x96A1 # 0 +0xE4BD 0x96FF # 0 +0xE4BE 0x9758 # 0 +0xE4BF 0x977D # 0 +0xE4C0 0x977A # 0 +0xE4C1 0x977E # 0 +0xE4C2 0x9783 # 0 +0xE4C3 0x9780 # 0 +0xE4C4 0x9782 # 0 +0xE4C5 0x977B # 0 +0xE4C6 0x9784 # 0 +0xE4C7 0x9781 # 0 +0xE4C8 0x977F # 0 +0xE4C9 0x97CE # 0 +0xE4CA 0x97CD # 0 +0xE4CB 0x9816 # 0 +0xE4CC 0x98AD # 0 +0xE4CD 0x98AE # 0 +0xE4CE 0x9902 # 0 +0xE4CF 0x9900 # 0 +0xE4D0 0x9907 # 0 +0xE4D1 0x999D # 0 +0xE4D2 0x999C # 0 +0xE4D3 0x99C3 # 0 +0xE4D4 0x99B9 # 0 +0xE4D5 0x99BB # 0 +0xE4D6 0x99BA # 0 +0xE4D7 0x99C2 # 0 +0xE4D8 0x99BD # 0 +0xE4D9 0x99C7 # 0 +0xE4DA 0x9AB1 # 0 +0xE4DB 0x9AE3 # 0 +0xE4DC 0x9AE7 # 0 +0xE4DD 0x9B3E # 0 +0xE4DE 0x9B3F # 0 +0xE4DF 0x9B60 # 0 +0xE4E0 0x9B61 # 0 +0xE4E1 0x9B5F # 0 +0xE4E2 0x9CF1 # 0 +0xE4E3 0x9CF2 # 0 +0xE4E4 0x9CF5 # 0 +0xE4E5 0x9EA7 # 0 +0xE4E6 0x50FF # 0 +0xE4E7 0x5103 # 0 +0xE4E8 0x5130 # 0 +0xE4E9 0x50F8 # 0 +0xE4EA 0x5106 # 0 +0xE4EB 0x5107 # 0 +0xE4EC 0x50F6 # 0 +0xE4ED 0x50FE # 0 +0xE4EE 0x510B # 0 +0xE4EF 0x510C # 0 +0xE4F0 0x50FD # 0 +0xE4F1 0x510A # 0 +0xE4F2 0x528B # 0 +0xE4F3 0x528C # 0 +0xE4F4 0x52F1 # 0 +0xE4F5 0x52EF # 0 +0xE4F6 0x5648 # 0 +0xE4F7 0x5642 # 0 +0xE4F8 0x564C # 0 +0xE4F9 0x5635 # 0 +0xE4FA 0x5641 # 0 +0xE4FB 0x564A # 0 +0xE4FC 0x5649 # 0 +0xE4FD 0x5646 # 0 +0xE4FE 0x5658 # 0 +0xE540 0x565A # 0 +0xE541 0x5640 # 0 +0xE542 0x5633 # 0 +0xE543 0x563D # 0 +0xE544 0x562C # 0 +0xE545 0x563E # 0 +0xE546 0x5638 # 0 +0xE547 0x562A # 0 +0xE548 0x563A # 0 +0xE549 0x571A # 0 +0xE54A 0x58AB # 0 +0xE54B 0x589D # 0 +0xE54C 0x58B1 # 0 +0xE54D 0x58A0 # 0 +0xE54E 0x58A3 # 0 +0xE54F 0x58AF # 0 +0xE550 0x58AC # 0 +0xE551 0x58A5 # 0 +0xE552 0x58A1 # 0 +0xE553 0x58FF # 0 +0xE554 0x5AFF # 0 +0xE555 0x5AF4 # 0 +0xE556 0x5AFD # 0 +0xE557 0x5AF7 # 0 +0xE558 0x5AF6 # 0 +0xE559 0x5B03 # 0 +0xE55A 0x5AF8 # 0 +0xE55B 0x5B02 # 0 +0xE55C 0x5AF9 # 0 +0xE55D 0x5B01 # 0 +0xE55E 0x5B07 # 0 +0xE55F 0x5B05 # 0 +0xE560 0x5B0F # 0 +0xE561 0x5C67 # 0 +0xE562 0x5D99 # 0 +0xE563 0x5D97 # 0 +0xE564 0x5D9F # 0 +0xE565 0x5D92 # 0 +0xE566 0x5DA2 # 0 +0xE567 0x5D93 # 0 +0xE568 0x5D95 # 0 +0xE569 0x5DA0 # 0 +0xE56A 0x5D9C # 0 +0xE56B 0x5DA1 # 0 +0xE56C 0x5D9A # 0 +0xE56D 0x5D9E # 0 +0xE56E 0x5E69 # 0 +0xE56F 0x5E5D # 0 +0xE570 0x5E60 # 0 +0xE571 0x5E5C # 0 +0xE572 0x7DF3 # 0 +0xE573 0x5EDB # 0 +0xE574 0x5EDE # 0 +0xE575 0x5EE1 # 0 +0xE576 0x5F49 # 0 +0xE577 0x5FB2 # 0 +0xE578 0x618B # 0 +0xE579 0x6183 # 0 +0xE57A 0x6179 # 0 +0xE57B 0x61B1 # 0 +0xE57C 0x61B0 # 0 +0xE57D 0x61A2 # 0 +0xE57E 0x6189 # 0 +0xE5A1 0x619B # 0 +0xE5A2 0x6193 # 0 +0xE5A3 0x61AF # 0 +0xE5A4 0x61AD # 0 +0xE5A5 0x619F # 0 +0xE5A6 0x6192 # 0 +0xE5A7 0x61AA # 0 +0xE5A8 0x61A1 # 0 +0xE5A9 0x618D # 0 +0xE5AA 0x6166 # 0 +0xE5AB 0x61B3 # 0 +0xE5AC 0x622D # 0 +0xE5AD 0x646E # 0 +0xE5AE 0x6470 # 0 +0xE5AF 0x6496 # 0 +0xE5B0 0x64A0 # 0 +0xE5B1 0x6485 # 0 +0xE5B2 0x6497 # 0 +0xE5B3 0x649C # 0 +0xE5B4 0x648F # 0 +0xE5B5 0x648B # 0 +0xE5B6 0x648A # 0 +0xE5B7 0x648C # 0 +0xE5B8 0x64A3 # 0 +0xE5B9 0x649F # 0 +0xE5BA 0x6468 # 0 +0xE5BB 0x64B1 # 0 +0xE5BC 0x6498 # 0 +0xE5BD 0x6576 # 0 +0xE5BE 0x657A # 0 +0xE5BF 0x6579 # 0 +0xE5C0 0x657B # 0 +0xE5C1 0x65B2 # 0 +0xE5C2 0x65B3 # 0 +0xE5C3 0x66B5 # 0 +0xE5C4 0x66B0 # 0 +0xE5C5 0x66A9 # 0 +0xE5C6 0x66B2 # 0 +0xE5C7 0x66B7 # 0 +0xE5C8 0x66AA # 0 +0xE5C9 0x66AF # 0 +0xE5CA 0x6A00 # 0 +0xE5CB 0x6A06 # 0 +0xE5CC 0x6A17 # 0 +0xE5CD 0x69E5 # 0 +0xE5CE 0x69F8 # 0 +0xE5CF 0x6A15 # 0 +0xE5D0 0x69F1 # 0 +0xE5D1 0x69E4 # 0 +0xE5D2 0x6A20 # 0 +0xE5D3 0x69FF # 0 +0xE5D4 0x69EC # 0 +0xE5D5 0x69E2 # 0 +0xE5D6 0x6A1B # 0 +0xE5D7 0x6A1D # 0 +0xE5D8 0x69FE # 0 +0xE5D9 0x6A27 # 0 +0xE5DA 0x69F2 # 0 +0xE5DB 0x69EE # 0 +0xE5DC 0x6A14 # 0 +0xE5DD 0x69F7 # 0 +0xE5DE 0x69E7 # 0 +0xE5DF 0x6A40 # 0 +0xE5E0 0x6A08 # 0 +0xE5E1 0x69E6 # 0 +0xE5E2 0x69FB # 0 +0xE5E3 0x6A0D # 0 +0xE5E4 0x69FC # 0 +0xE5E5 0x69EB # 0 +0xE5E6 0x6A09 # 0 +0xE5E7 0x6A04 # 0 +0xE5E8 0x6A18 # 0 +0xE5E9 0x6A25 # 0 +0xE5EA 0x6A0F # 0 +0xE5EB 0x69F6 # 0 +0xE5EC 0x6A26 # 0 +0xE5ED 0x6A07 # 0 +0xE5EE 0x69F4 # 0 +0xE5EF 0x6A16 # 0 +0xE5F0 0x6B51 # 0 +0xE5F1 0x6BA5 # 0 +0xE5F2 0x6BA3 # 0 +0xE5F3 0x6BA2 # 0 +0xE5F4 0x6BA6 # 0 +0xE5F5 0x6C01 # 0 +0xE5F6 0x6C00 # 0 +0xE5F7 0x6BFF # 0 +0xE5F8 0x6C02 # 0 +0xE5F9 0x6F41 # 0 +0xE5FA 0x6F26 # 0 +0xE5FB 0x6F7E # 0 +0xE5FC 0x6F87 # 0 +0xE5FD 0x6FC6 # 0 +0xE5FE 0x6F92 # 0 +0xE640 0x6F8D # 0 +0xE641 0x6F89 # 0 +0xE642 0x6F8C # 0 +0xE643 0x6F62 # 0 +0xE644 0x6F4F # 0 +0xE645 0x6F85 # 0 +0xE646 0x6F5A # 0 +0xE647 0x6F96 # 0 +0xE648 0x6F76 # 0 +0xE649 0x6F6C # 0 +0xE64A 0x6F82 # 0 +0xE64B 0x6F55 # 0 +0xE64C 0x6F72 # 0 +0xE64D 0x6F52 # 0 +0xE64E 0x6F50 # 0 +0xE64F 0x6F57 # 0 +0xE650 0x6F94 # 0 +0xE651 0x6F93 # 0 +0xE652 0x6F5D # 0 +0xE653 0x6F00 # 0 +0xE654 0x6F61 # 0 +0xE655 0x6F6B # 0 +0xE656 0x6F7D # 0 +0xE657 0x6F67 # 0 +0xE658 0x6F90 # 0 +0xE659 0x6F53 # 0 +0xE65A 0x6F8B # 0 +0xE65B 0x6F69 # 0 +0xE65C 0x6F7F # 0 +0xE65D 0x6F95 # 0 +0xE65E 0x6F63 # 0 +0xE65F 0x6F77 # 0 +0xE660 0x6F6A # 0 +0xE661 0x6F7B # 0 +0xE662 0x71B2 # 0 +0xE663 0x71AF # 0 +0xE664 0x719B # 0 +0xE665 0x71B0 # 0 +0xE666 0x71A0 # 0 +0xE667 0x719A # 0 +0xE668 0x71A9 # 0 +0xE669 0x71B5 # 0 +0xE66A 0x719D # 0 +0xE66B 0x71A5 # 0 +0xE66C 0x719E # 0 +0xE66D 0x71A4 # 0 +0xE66E 0x71A1 # 0 +0xE66F 0x71AA # 0 +0xE670 0x719C # 0 +0xE671 0x71A7 # 0 +0xE672 0x71B3 # 0 +0xE673 0x7298 # 0 +0xE674 0x729A # 0 +0xE675 0x7358 # 0 +0xE676 0x7352 # 0 +0xE677 0x735E # 0 +0xE678 0x735F # 0 +0xE679 0x7360 # 0 +0xE67A 0x735D # 0 +0xE67B 0x735B # 0 +0xE67C 0x7361 # 0 +0xE67D 0x735A # 0 +0xE67E 0x7359 # 0 +0xE6A1 0x7362 # 0 +0xE6A2 0x7487 # 0 +0xE6A3 0x7489 # 0 +0xE6A4 0x748A # 0 +0xE6A5 0x7486 # 0 +0xE6A6 0x7481 # 0 +0xE6A7 0x747D # 0 +0xE6A8 0x7485 # 0 +0xE6A9 0x7488 # 0 +0xE6AA 0x747C # 0 +0xE6AB 0x7479 # 0 +0xE6AC 0x7508 # 0 +0xE6AD 0x7507 # 0 +0xE6AE 0x757E # 0 +0xE6AF 0x7625 # 0 +0xE6B0 0x761E # 0 +0xE6B1 0x7619 # 0 +0xE6B2 0x761D # 0 +0xE6B3 0x761C # 0 +0xE6B4 0x7623 # 0 +0xE6B5 0x761A # 0 +0xE6B6 0x7628 # 0 +0xE6B7 0x761B # 0 +0xE6B8 0x769C # 0 +0xE6B9 0x769D # 0 +0xE6BA 0x769E # 0 +0xE6BB 0x769B # 0 +0xE6BC 0x778D # 0 +0xE6BD 0x778F # 0 +0xE6BE 0x7789 # 0 +0xE6BF 0x7788 # 0 +0xE6C0 0x78CD # 0 +0xE6C1 0x78BB # 0 +0xE6C2 0x78CF # 0 +0xE6C3 0x78CC # 0 +0xE6C4 0x78D1 # 0 +0xE6C5 0x78CE # 0 +0xE6C6 0x78D4 # 0 +0xE6C7 0x78C8 # 0 +0xE6C8 0x78C3 # 0 +0xE6C9 0x78C4 # 0 +0xE6CA 0x78C9 # 0 +0xE6CB 0x799A # 0 +0xE6CC 0x79A1 # 0 +0xE6CD 0x79A0 # 0 +0xE6CE 0x799C # 0 +0xE6CF 0x79A2 # 0 +0xE6D0 0x799B # 0 +0xE6D1 0x6B76 # 0 +0xE6D2 0x7A39 # 0 +0xE6D3 0x7AB2 # 0 +0xE6D4 0x7AB4 # 0 +0xE6D5 0x7AB3 # 0 +0xE6D6 0x7BB7 # 0 +0xE6D7 0x7BCB # 0 +0xE6D8 0x7BBE # 0 +0xE6D9 0x7BAC # 0 +0xE6DA 0x7BCE # 0 +0xE6DB 0x7BAF # 0 +0xE6DC 0x7BB9 # 0 +0xE6DD 0x7BCA # 0 +0xE6DE 0x7BB5 # 0 +0xE6DF 0x7CC5 # 0 +0xE6E0 0x7CC8 # 0 +0xE6E1 0x7CCC # 0 +0xE6E2 0x7CCB # 0 +0xE6E3 0x7DF7 # 0 +0xE6E4 0x7DDB # 0 +0xE6E5 0x7DEA # 0 +0xE6E6 0x7DE7 # 0 +0xE6E7 0x7DD7 # 0 +0xE6E8 0x7DE1 # 0 +0xE6E9 0x7E03 # 0 +0xE6EA 0x7DFA # 0 +0xE6EB 0x7DE6 # 0 +0xE6EC 0x7DF6 # 0 +0xE6ED 0x7DF1 # 0 +0xE6EE 0x7DF0 # 0 +0xE6EF 0x7DEE # 0 +0xE6F0 0x7DDF # 0 +0xE6F1 0x7F76 # 0 +0xE6F2 0x7FAC # 0 +0xE6F3 0x7FB0 # 0 +0xE6F4 0x7FAD # 0 +0xE6F5 0x7FED # 0 +0xE6F6 0x7FEB # 0 +0xE6F7 0x7FEA # 0 +0xE6F8 0x7FEC # 0 +0xE6F9 0x7FE6 # 0 +0xE6FA 0x7FE8 # 0 +0xE6FB 0x8064 # 0 +0xE6FC 0x8067 # 0 +0xE6FD 0x81A3 # 0 +0xE6FE 0x819F # 0 +0xE740 0x819E # 0 +0xE741 0x8195 # 0 +0xE742 0x81A2 # 0 +0xE743 0x8199 # 0 +0xE744 0x8197 # 0 +0xE745 0x8216 # 0 +0xE746 0x824F # 0 +0xE747 0x8253 # 0 +0xE748 0x8252 # 0 +0xE749 0x8250 # 0 +0xE74A 0x824E # 0 +0xE74B 0x8251 # 0 +0xE74C 0x8524 # 0 +0xE74D 0x853B # 0 +0xE74E 0x850F # 0 +0xE74F 0x8500 # 0 +0xE750 0x8529 # 0 +0xE751 0x850E # 0 +0xE752 0x8509 # 0 +0xE753 0x850D # 0 +0xE754 0x851F # 0 +0xE755 0x850A # 0 +0xE756 0x8527 # 0 +0xE757 0x851C # 0 +0xE758 0x84FB # 0 +0xE759 0x852B # 0 +0xE75A 0x84FA # 0 +0xE75B 0x8508 # 0 +0xE75C 0x850C # 0 +0xE75D 0x84F4 # 0 +0xE75E 0x852A # 0 +0xE75F 0x84F2 # 0 +0xE760 0x8515 # 0 +0xE761 0x84F7 # 0 +0xE762 0x84EB # 0 +0xE763 0x84F3 # 0 +0xE764 0x84FC # 0 +0xE765 0x8512 # 0 +0xE766 0x84EA # 0 +0xE767 0x84E9 # 0 +0xE768 0x8516 # 0 +0xE769 0x84FE # 0 +0xE76A 0x8528 # 0 +0xE76B 0x851D # 0 +0xE76C 0x852E # 0 +0xE76D 0x8502 # 0 +0xE76E 0x84FD # 0 +0xE76F 0x851E # 0 +0xE770 0x84F6 # 0 +0xE771 0x8531 # 0 +0xE772 0x8526 # 0 +0xE773 0x84E7 # 0 +0xE774 0x84E8 # 0 +0xE775 0x84F0 # 0 +0xE776 0x84EF # 0 +0xE777 0x84F9 # 0 +0xE778 0x8518 # 0 +0xE779 0x8520 # 0 +0xE77A 0x8530 # 0 +0xE77B 0x850B # 0 +0xE77C 0x8519 # 0 +0xE77D 0x852F # 0 +0xE77E 0x8662 # 0 +0xE7A1 0x8756 # 0 +0xE7A2 0x8763 # 0 +0xE7A3 0x8764 # 0 +0xE7A4 0x8777 # 0 +0xE7A5 0x87E1 # 0 +0xE7A6 0x8773 # 0 +0xE7A7 0x8758 # 0 +0xE7A8 0x8754 # 0 +0xE7A9 0x875B # 0 +0xE7AA 0x8752 # 0 +0xE7AB 0x8761 # 0 +0xE7AC 0x875A # 0 +0xE7AD 0x8751 # 0 +0xE7AE 0x875E # 0 +0xE7AF 0x876D # 0 +0xE7B0 0x876A # 0 +0xE7B1 0x8750 # 0 +0xE7B2 0x874E # 0 +0xE7B3 0x875F # 0 +0xE7B4 0x875D # 0 +0xE7B5 0x876F # 0 +0xE7B6 0x876C # 0 +0xE7B7 0x877A # 0 +0xE7B8 0x876E # 0 +0xE7B9 0x875C # 0 +0xE7BA 0x8765 # 0 +0xE7BB 0x874F # 0 +0xE7BC 0x877B # 0 +0xE7BD 0x8775 # 0 +0xE7BE 0x8762 # 0 +0xE7BF 0x8767 # 0 +0xE7C0 0x8769 # 0 +0xE7C1 0x885A # 0 +0xE7C2 0x8905 # 0 +0xE7C3 0x890C # 0 +0xE7C4 0x8914 # 0 +0xE7C5 0x890B # 0 +0xE7C6 0x8917 # 0 +0xE7C7 0x8918 # 0 +0xE7C8 0x8919 # 0 +0xE7C9 0x8906 # 0 +0xE7CA 0x8916 # 0 +0xE7CB 0x8911 # 0 +0xE7CC 0x890E # 0 +0xE7CD 0x8909 # 0 +0xE7CE 0x89A2 # 0 +0xE7CF 0x89A4 # 0 +0xE7D0 0x89A3 # 0 +0xE7D1 0x89ED # 0 +0xE7D2 0x89F0 # 0 +0xE7D3 0x89EC # 0 +0xE7D4 0x8ACF # 0 +0xE7D5 0x8AC6 # 0 +0xE7D6 0x8AB8 # 0 +0xE7D7 0x8AD3 # 0 +0xE7D8 0x8AD1 # 0 +0xE7D9 0x8AD4 # 0 +0xE7DA 0x8AD5 # 0 +0xE7DB 0x8ABB # 0 +0xE7DC 0x8AD7 # 0 +0xE7DD 0x8ABE # 0 +0xE7DE 0x8AC0 # 0 +0xE7DF 0x8AC5 # 0 +0xE7E0 0x8AD8 # 0 +0xE7E1 0x8AC3 # 0 +0xE7E2 0x8ABA # 0 +0xE7E3 0x8ABD # 0 +0xE7E4 0x8AD9 # 0 +0xE7E5 0x8C3E # 0 +0xE7E6 0x8C4D # 0 +0xE7E7 0x8C8F # 0 +0xE7E8 0x8CE5 # 0 +0xE7E9 0x8CDF # 0 +0xE7EA 0x8CD9 # 0 +0xE7EB 0x8CE8 # 0 +0xE7EC 0x8CDA # 0 +0xE7ED 0x8CDD # 0 +0xE7EE 0x8CE7 # 0 +0xE7EF 0x8DA0 # 0 +0xE7F0 0x8D9C # 0 +0xE7F1 0x8DA1 # 0 +0xE7F2 0x8D9B # 0 +0xE7F3 0x8E20 # 0 +0xE7F4 0x8E23 # 0 +0xE7F5 0x8E25 # 0 +0xE7F6 0x8E24 # 0 +0xE7F7 0x8E2E # 0 +0xE7F8 0x8E15 # 0 +0xE7F9 0x8E1B # 0 +0xE7FA 0x8E16 # 0 +0xE7FB 0x8E11 # 0 +0xE7FC 0x8E19 # 0 +0xE7FD 0x8E26 # 0 +0xE7FE 0x8E27 # 0 +0xE840 0x8E14 # 0 +0xE841 0x8E12 # 0 +0xE842 0x8E18 # 0 +0xE843 0x8E13 # 0 +0xE844 0x8E1C # 0 +0xE845 0x8E17 # 0 +0xE846 0x8E1A # 0 +0xE847 0x8F2C # 0 +0xE848 0x8F24 # 0 +0xE849 0x8F18 # 0 +0xE84A 0x8F1A # 0 +0xE84B 0x8F20 # 0 +0xE84C 0x8F23 # 0 +0xE84D 0x8F16 # 0 +0xE84E 0x8F17 # 0 +0xE84F 0x9073 # 0 +0xE850 0x9070 # 0 +0xE851 0x906F # 0 +0xE852 0x9067 # 0 +0xE853 0x906B # 0 +0xE854 0x912F # 0 +0xE855 0x912B # 0 +0xE856 0x9129 # 0 +0xE857 0x912A # 0 +0xE858 0x9132 # 0 +0xE859 0x9126 # 0 +0xE85A 0x912E # 0 +0xE85B 0x9185 # 0 +0xE85C 0x9186 # 0 +0xE85D 0x918A # 0 +0xE85E 0x9181 # 0 +0xE85F 0x9182 # 0 +0xE860 0x9184 # 0 +0xE861 0x9180 # 0 +0xE862 0x92D0 # 0 +0xE863 0x92C3 # 0 +0xE864 0x92C4 # 0 +0xE865 0x92C0 # 0 +0xE866 0x92D9 # 0 +0xE867 0x92B6 # 0 +0xE868 0x92CF # 0 +0xE869 0x92F1 # 0 +0xE86A 0x92DF # 0 +0xE86B 0x92D8 # 0 +0xE86C 0x92E9 # 0 +0xE86D 0x92D7 # 0 +0xE86E 0x92DD # 0 +0xE86F 0x92CC # 0 +0xE870 0x92EF # 0 +0xE871 0x92C2 # 0 +0xE872 0x92E8 # 0 +0xE873 0x92CA # 0 +0xE874 0x92C8 # 0 +0xE875 0x92CE # 0 +0xE876 0x92E6 # 0 +0xE877 0x92CD # 0 +0xE878 0x92D5 # 0 +0xE879 0x92C9 # 0 +0xE87A 0x92E0 # 0 +0xE87B 0x92DE # 0 +0xE87C 0x92E7 # 0 +0xE87D 0x92D1 # 0 +0xE87E 0x92D3 # 0 +0xE8A1 0x92B5 # 0 +0xE8A2 0x92E1 # 0 +0xE8A3 0x92C6 # 0 +0xE8A4 0x92B4 # 0 +0xE8A5 0x957C # 0 +0xE8A6 0x95AC # 0 +0xE8A7 0x95AB # 0 +0xE8A8 0x95AE # 0 +0xE8A9 0x95B0 # 0 +0xE8AA 0x96A4 # 0 +0xE8AB 0x96A2 # 0 +0xE8AC 0x96D3 # 0 +0xE8AD 0x9705 # 0 +0xE8AE 0x9708 # 0 +0xE8AF 0x9702 # 0 +0xE8B0 0x975A # 0 +0xE8B1 0x978A # 0 +0xE8B2 0x978E # 0 +0xE8B3 0x9788 # 0 +0xE8B4 0x97D0 # 0 +0xE8B5 0x97CF # 0 +0xE8B6 0x981E # 0 +0xE8B7 0x981D # 0 +0xE8B8 0x9826 # 0 +0xE8B9 0x9829 # 0 +0xE8BA 0x9828 # 0 +0xE8BB 0x9820 # 0 +0xE8BC 0x981B # 0 +0xE8BD 0x9827 # 0 +0xE8BE 0x98B2 # 0 +0xE8BF 0x9908 # 0 +0xE8C0 0x98FA # 0 +0xE8C1 0x9911 # 0 +0xE8C2 0x9914 # 0 +0xE8C3 0x9916 # 0 +0xE8C4 0x9917 # 0 +0xE8C5 0x9915 # 0 +0xE8C6 0x99DC # 0 +0xE8C7 0x99CD # 0 +0xE8C8 0x99CF # 0 +0xE8C9 0x99D3 # 0 +0xE8CA 0x99D4 # 0 +0xE8CB 0x99CE # 0 +0xE8CC 0x99C9 # 0 +0xE8CD 0x99D6 # 0 +0xE8CE 0x99D8 # 0 +0xE8CF 0x99CB # 0 +0xE8D0 0x99D7 # 0 +0xE8D1 0x99CC # 0 +0xE8D2 0x9AB3 # 0 +0xE8D3 0x9AEC # 0 +0xE8D4 0x9AEB # 0 +0xE8D5 0x9AF3 # 0 +0xE8D6 0x9AF2 # 0 +0xE8D7 0x9AF1 # 0 +0xE8D8 0x9B46 # 0 +0xE8D9 0x9B43 # 0 +0xE8DA 0x9B67 # 0 +0xE8DB 0x9B74 # 0 +0xE8DC 0x9B71 # 0 +0xE8DD 0x9B66 # 0 +0xE8DE 0x9B76 # 0 +0xE8DF 0x9B75 # 0 +0xE8E0 0x9B70 # 0 +0xE8E1 0x9B68 # 0 +0xE8E2 0x9B64 # 0 +0xE8E3 0x9B6C # 0 +0xE8E4 0x9CFC # 0 +0xE8E5 0x9CFA # 0 +0xE8E6 0x9CFD # 0 +0xE8E7 0x9CFF # 0 +0xE8E8 0x9CF7 # 0 +0xE8E9 0x9D07 # 0 +0xE8EA 0x9D00 # 0 +0xE8EB 0x9CF9 # 0 +0xE8EC 0x9CFB # 0 +0xE8ED 0x9D08 # 0 +0xE8EE 0x9D05 # 0 +0xE8EF 0x9D04 # 0 +0xE8F0 0x9E83 # 0 +0xE8F1 0x9ED3 # 0 +0xE8F2 0x9F0F # 0 +0xE8F3 0x9F10 # 0 +0xE8F4 0x511C # 0 +0xE8F5 0x5113 # 0 +0xE8F6 0x5117 # 0 +0xE8F7 0x511A # 0 +0xE8F8 0x5111 # 0 +0xE8F9 0x51DE # 0 +0xE8FA 0x5334 # 0 +0xE8FB 0x53E1 # 0 +0xE8FC 0x5670 # 0 +0xE8FD 0x5660 # 0 +0xE8FE 0x566E # 0 +0xE940 0x5673 # 0 +0xE941 0x5666 # 0 +0xE942 0x5663 # 0 +0xE943 0x566D # 0 +0xE944 0x5672 # 0 +0xE945 0x565E # 0 +0xE946 0x5677 # 0 +0xE947 0x571C # 0 +0xE948 0x571B # 0 +0xE949 0x58C8 # 0 +0xE94A 0x58BD # 0 +0xE94B 0x58C9 # 0 +0xE94C 0x58BF # 0 +0xE94D 0x58BA # 0 +0xE94E 0x58C2 # 0 +0xE94F 0x58BC # 0 +0xE950 0x58C6 # 0 +0xE951 0x5B17 # 0 +0xE952 0x5B19 # 0 +0xE953 0x5B1B # 0 +0xE954 0x5B21 # 0 +0xE955 0x5B14 # 0 +0xE956 0x5B13 # 0 +0xE957 0x5B10 # 0 +0xE958 0x5B16 # 0 +0xE959 0x5B28 # 0 +0xE95A 0x5B1A # 0 +0xE95B 0x5B20 # 0 +0xE95C 0x5B1E # 0 +0xE95D 0x5BEF # 0 +0xE95E 0x5DAC # 0 +0xE95F 0x5DB1 # 0 +0xE960 0x5DA9 # 0 +0xE961 0x5DA7 # 0 +0xE962 0x5DB5 # 0 +0xE963 0x5DB0 # 0 +0xE964 0x5DAE # 0 +0xE965 0x5DAA # 0 +0xE966 0x5DA8 # 0 +0xE967 0x5DB2 # 0 +0xE968 0x5DAD # 0 +0xE969 0x5DAF # 0 +0xE96A 0x5DB4 # 0 +0xE96B 0x5E67 # 0 +0xE96C 0x5E68 # 0 +0xE96D 0x5E66 # 0 +0xE96E 0x5E6F # 0 +0xE96F 0x5EE9 # 0 +0xE970 0x5EE7 # 0 +0xE971 0x5EE6 # 0 +0xE972 0x5EE8 # 0 +0xE973 0x5EE5 # 0 +0xE974 0x5F4B # 0 +0xE975 0x5FBC # 0 +0xE976 0x619D # 0 +0xE977 0x61A8 # 0 +0xE978 0x6196 # 0 +0xE979 0x61C5 # 0 +0xE97A 0x61B4 # 0 +0xE97B 0x61C6 # 0 +0xE97C 0x61C1 # 0 +0xE97D 0x61CC # 0 +0xE97E 0x61BA # 0 +0xE9A1 0x61BF # 0 +0xE9A2 0x61B8 # 0 +0xE9A3 0x618C # 0 +0xE9A4 0x64D7 # 0 +0xE9A5 0x64D6 # 0 +0xE9A6 0x64D0 # 0 +0xE9A7 0x64CF # 0 +0xE9A8 0x64C9 # 0 +0xE9A9 0x64BD # 0 +0xE9AA 0x6489 # 0 +0xE9AB 0x64C3 # 0 +0xE9AC 0x64DB # 0 +0xE9AD 0x64F3 # 0 +0xE9AE 0x64D9 # 0 +0xE9AF 0x6533 # 0 +0xE9B0 0x657F # 0 +0xE9B1 0x657C # 0 +0xE9B2 0x65A2 # 0 +0xE9B3 0x66C8 # 0 +0xE9B4 0x66BE # 0 +0xE9B5 0x66C0 # 0 +0xE9B6 0x66CA # 0 +0xE9B7 0x66CB # 0 +0xE9B8 0x66CF # 0 +0xE9B9 0x66BD # 0 +0xE9BA 0x66BB # 0 +0xE9BB 0x66BA # 0 +0xE9BC 0x66CC # 0 +0xE9BD 0x6723 # 0 +0xE9BE 0x6A34 # 0 +0xE9BF 0x6A66 # 0 +0xE9C0 0x6A49 # 0 +0xE9C1 0x6A67 # 0 +0xE9C2 0x6A32 # 0 +0xE9C3 0x6A68 # 0 +0xE9C4 0x6A3E # 0 +0xE9C5 0x6A5D # 0 +0xE9C6 0x6A6D # 0 +0xE9C7 0x6A76 # 0 +0xE9C8 0x6A5B # 0 +0xE9C9 0x6A51 # 0 +0xE9CA 0x6A28 # 0 +0xE9CB 0x6A5A # 0 +0xE9CC 0x6A3B # 0 +0xE9CD 0x6A3F # 0 +0xE9CE 0x6A41 # 0 +0xE9CF 0x6A6A # 0 +0xE9D0 0x6A64 # 0 +0xE9D1 0x6A50 # 0 +0xE9D2 0x6A4F # 0 +0xE9D3 0x6A54 # 0 +0xE9D4 0x6A6F # 0 +0xE9D5 0x6A69 # 0 +0xE9D6 0x6A60 # 0 +0xE9D7 0x6A3C # 0 +0xE9D8 0x6A5E # 0 +0xE9D9 0x6A56 # 0 +0xE9DA 0x6A55 # 0 +0xE9DB 0x6A4D # 0 +0xE9DC 0x6A4E # 0 +0xE9DD 0x6A46 # 0 +0xE9DE 0x6B55 # 0 +0xE9DF 0x6B54 # 0 +0xE9E0 0x6B56 # 0 +0xE9E1 0x6BA7 # 0 +0xE9E2 0x6BAA # 0 +0xE9E3 0x6BAB # 0 +0xE9E4 0x6BC8 # 0 +0xE9E5 0x6BC7 # 0 +0xE9E6 0x6C04 # 0 +0xE9E7 0x6C03 # 0 +0xE9E8 0x6C06 # 0 +0xE9E9 0x6FAD # 0 +0xE9EA 0x6FCB # 0 +0xE9EB 0x6FA3 # 0 +0xE9EC 0x6FC7 # 0 +0xE9ED 0x6FBC # 0 +0xE9EE 0x6FCE # 0 +0xE9EF 0x6FC8 # 0 +0xE9F0 0x6F5E # 0 +0xE9F1 0x6FC4 # 0 +0xE9F2 0x6FBD # 0 +0xE9F3 0x6F9E # 0 +0xE9F4 0x6FCA # 0 +0xE9F5 0x6FA8 # 0 +0xE9F6 0x7004 # 0 +0xE9F7 0x6FA5 # 0 +0xE9F8 0x6FAE # 0 +0xE9F9 0x6FBA # 0 +0xE9FA 0x6FAC # 0 +0xE9FB 0x6FAA # 0 +0xE9FC 0x6FCF # 0 +0xE9FD 0x6FBF # 0 +0xE9FE 0x6FB8 # 0 +0xEA40 0x6FA2 # 0 +0xEA41 0x6FC9 # 0 +0xEA42 0x6FAB # 0 +0xEA43 0x6FCD # 0 +0xEA44 0x6FAF # 0 +0xEA45 0x6FB2 # 0 +0xEA46 0x6FB0 # 0 +0xEA47 0x71C5 # 0 +0xEA48 0x71C2 # 0 +0xEA49 0x71BF # 0 +0xEA4A 0x71B8 # 0 +0xEA4B 0x71D6 # 0 +0xEA4C 0x71C0 # 0 +0xEA4D 0x71C1 # 0 +0xEA4E 0x71CB # 0 +0xEA4F 0x71D4 # 0 +0xEA50 0x71CA # 0 +0xEA51 0x71C7 # 0 +0xEA52 0x71CF # 0 +0xEA53 0x71BD # 0 +0xEA54 0x71D8 # 0 +0xEA55 0x71BC # 0 +0xEA56 0x71C6 # 0 +0xEA57 0x71DA # 0 +0xEA58 0x71DB # 0 +0xEA59 0x729D # 0 +0xEA5A 0x729E # 0 +0xEA5B 0x7369 # 0 +0xEA5C 0x7366 # 0 +0xEA5D 0x7367 # 0 +0xEA5E 0x736C # 0 +0xEA5F 0x7365 # 0 +0xEA60 0x736B # 0 +0xEA61 0x736A # 0 +0xEA62 0x747F # 0 +0xEA63 0x749A # 0 +0xEA64 0x74A0 # 0 +0xEA65 0x7494 # 0 +0xEA66 0x7492 # 0 +0xEA67 0x7495 # 0 +0xEA68 0x74A1 # 0 +0xEA69 0x750B # 0 +0xEA6A 0x7580 # 0 +0xEA6B 0x762F # 0 +0xEA6C 0x762D # 0 +0xEA6D 0x7631 # 0 +0xEA6E 0x763D # 0 +0xEA6F 0x7633 # 0 +0xEA70 0x763C # 0 +0xEA71 0x7635 # 0 +0xEA72 0x7632 # 0 +0xEA73 0x7630 # 0 +0xEA74 0x76BB # 0 +0xEA75 0x76E6 # 0 +0xEA76 0x779A # 0 +0xEA77 0x779D # 0 +0xEA78 0x77A1 # 0 +0xEA79 0x779C # 0 +0xEA7A 0x779B # 0 +0xEA7B 0x77A2 # 0 +0xEA7C 0x77A3 # 0 +0xEA7D 0x7795 # 0 +0xEA7E 0x7799 # 0 +0xEAA1 0x7797 # 0 +0xEAA2 0x78DD # 0 +0xEAA3 0x78E9 # 0 +0xEAA4 0x78E5 # 0 +0xEAA5 0x78EA # 0 +0xEAA6 0x78DE # 0 +0xEAA7 0x78E3 # 0 +0xEAA8 0x78DB # 0 +0xEAA9 0x78E1 # 0 +0xEAAA 0x78E2 # 0 +0xEAAB 0x78ED # 0 +0xEAAC 0x78DF # 0 +0xEAAD 0x78E0 # 0 +0xEAAE 0x79A4 # 0 +0xEAAF 0x7A44 # 0 +0xEAB0 0x7A48 # 0 +0xEAB1 0x7A47 # 0 +0xEAB2 0x7AB6 # 0 +0xEAB3 0x7AB8 # 0 +0xEAB4 0x7AB5 # 0 +0xEAB5 0x7AB1 # 0 +0xEAB6 0x7AB7 # 0 +0xEAB7 0x7BDE # 0 +0xEAB8 0x7BE3 # 0 +0xEAB9 0x7BE7 # 0 +0xEABA 0x7BDD # 0 +0xEABB 0x7BD5 # 0 +0xEABC 0x7BE5 # 0 +0xEABD 0x7BDA # 0 +0xEABE 0x7BE8 # 0 +0xEABF 0x7BF9 # 0 +0xEAC0 0x7BD4 # 0 +0xEAC1 0x7BEA # 0 +0xEAC2 0x7BE2 # 0 +0xEAC3 0x7BDC # 0 +0xEAC4 0x7BEB # 0 +0xEAC5 0x7BD8 # 0 +0xEAC6 0x7BDF # 0 +0xEAC7 0x7CD2 # 0 +0xEAC8 0x7CD4 # 0 +0xEAC9 0x7CD7 # 0 +0xEACA 0x7CD0 # 0 +0xEACB 0x7CD1 # 0 +0xEACC 0x7E12 # 0 +0xEACD 0x7E21 # 0 +0xEACE 0x7E17 # 0 +0xEACF 0x7E0C # 0 +0xEAD0 0x7E1F # 0 +0xEAD1 0x7E20 # 0 +0xEAD2 0x7E13 # 0 +0xEAD3 0x7E0E # 0 +0xEAD4 0x7E1C # 0 +0xEAD5 0x7E15 # 0 +0xEAD6 0x7E1A # 0 +0xEAD7 0x7E22 # 0 +0xEAD8 0x7E0B # 0 +0xEAD9 0x7E0F # 0 +0xEADA 0x7E16 # 0 +0xEADB 0x7E0D # 0 +0xEADC 0x7E14 # 0 +0xEADD 0x7E25 # 0 +0xEADE 0x7E24 # 0 +0xEADF 0x7F43 # 0 +0xEAE0 0x7F7B # 0 +0xEAE1 0x7F7C # 0 +0xEAE2 0x7F7A # 0 +0xEAE3 0x7FB1 # 0 +0xEAE4 0x7FEF # 0 +0xEAE5 0x802A # 0 +0xEAE6 0x8029 # 0 +0xEAE7 0x806C # 0 +0xEAE8 0x81B1 # 0 +0xEAE9 0x81A6 # 0 +0xEAEA 0x81AE # 0 +0xEAEB 0x81B9 # 0 +0xEAEC 0x81B5 # 0 +0xEAED 0x81AB # 0 +0xEAEE 0x81B0 # 0 +0xEAEF 0x81AC # 0 +0xEAF0 0x81B4 # 0 +0xEAF1 0x81B2 # 0 +0xEAF2 0x81B7 # 0 +0xEAF3 0x81A7 # 0 +0xEAF4 0x81F2 # 0 +0xEAF5 0x8255 # 0 +0xEAF6 0x8256 # 0 +0xEAF7 0x8257 # 0 +0xEAF8 0x8556 # 0 +0xEAF9 0x8545 # 0 +0xEAFA 0x856B # 0 +0xEAFB 0x854D # 0 +0xEAFC 0x8553 # 0 +0xEAFD 0x8561 # 0 +0xEAFE 0x8558 # 0 +0xEB40 0x8540 # 0 +0xEB41 0x8546 # 0 +0xEB42 0x8564 # 0 +0xEB43 0x8541 # 0 +0xEB44 0x8562 # 0 +0xEB45 0x8544 # 0 +0xEB46 0x8551 # 0 +0xEB47 0x8547 # 0 +0xEB48 0x8563 # 0 +0xEB49 0x853E # 0 +0xEB4A 0x855B # 0 +0xEB4B 0x8571 # 0 +0xEB4C 0x854E # 0 +0xEB4D 0x856E # 0 +0xEB4E 0x8575 # 0 +0xEB4F 0x8555 # 0 +0xEB50 0x8567 # 0 +0xEB51 0x8560 # 0 +0xEB52 0x858C # 0 +0xEB53 0x8566 # 0 +0xEB54 0x855D # 0 +0xEB55 0x8554 # 0 +0xEB56 0x8565 # 0 +0xEB57 0x856C # 0 +0xEB58 0x8663 # 0 +0xEB59 0x8665 # 0 +0xEB5A 0x8664 # 0 +0xEB5B 0x879B # 0 +0xEB5C 0x878F # 0 +0xEB5D 0x8797 # 0 +0xEB5E 0x8793 # 0 +0xEB5F 0x8792 # 0 +0xEB60 0x8788 # 0 +0xEB61 0x8781 # 0 +0xEB62 0x8796 # 0 +0xEB63 0x8798 # 0 +0xEB64 0x8779 # 0 +0xEB65 0x8787 # 0 +0xEB66 0x87A3 # 0 +0xEB67 0x8785 # 0 +0xEB68 0x8790 # 0 +0xEB69 0x8791 # 0 +0xEB6A 0x879D # 0 +0xEB6B 0x8784 # 0 +0xEB6C 0x8794 # 0 +0xEB6D 0x879C # 0 +0xEB6E 0x879A # 0 +0xEB6F 0x8789 # 0 +0xEB70 0x891E # 0 +0xEB71 0x8926 # 0 +0xEB72 0x8930 # 0 +0xEB73 0x892D # 0 +0xEB74 0x892E # 0 +0xEB75 0x8927 # 0 +0xEB76 0x8931 # 0 +0xEB77 0x8922 # 0 +0xEB78 0x8929 # 0 +0xEB79 0x8923 # 0 +0xEB7A 0x892F # 0 +0xEB7B 0x892C # 0 +0xEB7C 0x891F # 0 +0xEB7D 0x89F1 # 0 +0xEB7E 0x8AE0 # 0 +0xEBA1 0x8AE2 # 0 +0xEBA2 0x8AF2 # 0 +0xEBA3 0x8AF4 # 0 +0xEBA4 0x8AF5 # 0 +0xEBA5 0x8ADD # 0 +0xEBA6 0x8B14 # 0 +0xEBA7 0x8AE4 # 0 +0xEBA8 0x8ADF # 0 +0xEBA9 0x8AF0 # 0 +0xEBAA 0x8AC8 # 0 +0xEBAB 0x8ADE # 0 +0xEBAC 0x8AE1 # 0 +0xEBAD 0x8AE8 # 0 +0xEBAE 0x8AFF # 0 +0xEBAF 0x8AEF # 0 +0xEBB0 0x8AFB # 0 +0xEBB1 0x8C91 # 0 +0xEBB2 0x8C92 # 0 +0xEBB3 0x8C90 # 0 +0xEBB4 0x8CF5 # 0 +0xEBB5 0x8CEE # 0 +0xEBB6 0x8CF1 # 0 +0xEBB7 0x8CF0 # 0 +0xEBB8 0x8CF3 # 0 +0xEBB9 0x8D6C # 0 +0xEBBA 0x8D6E # 0 +0xEBBB 0x8DA5 # 0 +0xEBBC 0x8DA7 # 0 +0xEBBD 0x8E33 # 0 +0xEBBE 0x8E3E # 0 +0xEBBF 0x8E38 # 0 +0xEBC0 0x8E40 # 0 +0xEBC1 0x8E45 # 0 +0xEBC2 0x8E36 # 0 +0xEBC3 0x8E3C # 0 +0xEBC4 0x8E3D # 0 +0xEBC5 0x8E41 # 0 +0xEBC6 0x8E30 # 0 +0xEBC7 0x8E3F # 0 +0xEBC8 0x8EBD # 0 +0xEBC9 0x8F36 # 0 +0xEBCA 0x8F2E # 0 +0xEBCB 0x8F35 # 0 +0xEBCC 0x8F32 # 0 +0xEBCD 0x8F39 # 0 +0xEBCE 0x8F37 # 0 +0xEBCF 0x8F34 # 0 +0xEBD0 0x9076 # 0 +0xEBD1 0x9079 # 0 +0xEBD2 0x907B # 0 +0xEBD3 0x9086 # 0 +0xEBD4 0x90FA # 0 +0xEBD5 0x9133 # 0 +0xEBD6 0x9135 # 0 +0xEBD7 0x9136 # 0 +0xEBD8 0x9193 # 0 +0xEBD9 0x9190 # 0 +0xEBDA 0x9191 # 0 +0xEBDB 0x918D # 0 +0xEBDC 0x918F # 0 +0xEBDD 0x9327 # 0 +0xEBDE 0x931E # 0 +0xEBDF 0x9308 # 0 +0xEBE0 0x931F # 0 +0xEBE1 0x9306 # 0 +0xEBE2 0x930F # 0 +0xEBE3 0x937A # 0 +0xEBE4 0x9338 # 0 +0xEBE5 0x933C # 0 +0xEBE6 0x931B # 0 +0xEBE7 0x9323 # 0 +0xEBE8 0x9312 # 0 +0xEBE9 0x9301 # 0 +0xEBEA 0x9346 # 0 +0xEBEB 0x932D # 0 +0xEBEC 0x930E # 0 +0xEBED 0x930D # 0 +0xEBEE 0x92CB # 0 +0xEBEF 0x931D # 0 +0xEBF0 0x92FA # 0 +0xEBF1 0x9325 # 0 +0xEBF2 0x9313 # 0 +0xEBF3 0x92F9 # 0 +0xEBF4 0x92F7 # 0 +0xEBF5 0x9334 # 0 +0xEBF6 0x9302 # 0 +0xEBF7 0x9324 # 0 +0xEBF8 0x92FF # 0 +0xEBF9 0x9329 # 0 +0xEBFA 0x9339 # 0 +0xEBFB 0x9335 # 0 +0xEBFC 0x932A # 0 +0xEBFD 0x9314 # 0 +0xEBFE 0x930C # 0 +0xEC40 0x930B # 0 +0xEC41 0x92FE # 0 +0xEC42 0x9309 # 0 +0xEC43 0x9300 # 0 +0xEC44 0x92FB # 0 +0xEC45 0x9316 # 0 +0xEC46 0x95BC # 0 +0xEC47 0x95CD # 0 +0xEC48 0x95BE # 0 +0xEC49 0x95B9 # 0 +0xEC4A 0x95BA # 0 +0xEC4B 0x95B6 # 0 +0xEC4C 0x95BF # 0 +0xEC4D 0x95B5 # 0 +0xEC4E 0x95BD # 0 +0xEC4F 0x96A9 # 0 +0xEC50 0x96D4 # 0 +0xEC51 0x970B # 0 +0xEC52 0x9712 # 0 +0xEC53 0x9710 # 0 +0xEC54 0x9799 # 0 +0xEC55 0x9797 # 0 +0xEC56 0x9794 # 0 +0xEC57 0x97F0 # 0 +0xEC58 0x97F8 # 0 +0xEC59 0x9835 # 0 +0xEC5A 0x982F # 0 +0xEC5B 0x9832 # 0 +0xEC5C 0x9924 # 0 +0xEC5D 0x991F # 0 +0xEC5E 0x9927 # 0 +0xEC5F 0x9929 # 0 +0xEC60 0x999E # 0 +0xEC61 0x99EE # 0 +0xEC62 0x99EC # 0 +0xEC63 0x99E5 # 0 +0xEC64 0x99E4 # 0 +0xEC65 0x99F0 # 0 +0xEC66 0x99E3 # 0 +0xEC67 0x99EA # 0 +0xEC68 0x99E9 # 0 +0xEC69 0x99E7 # 0 +0xEC6A 0x9AB9 # 0 +0xEC6B 0x9ABF # 0 +0xEC6C 0x9AB4 # 0 +0xEC6D 0x9ABB # 0 +0xEC6E 0x9AF6 # 0 +0xEC6F 0x9AFA # 0 +0xEC70 0x9AF9 # 0 +0xEC71 0x9AF7 # 0 +0xEC72 0x9B33 # 0 +0xEC73 0x9B80 # 0 +0xEC74 0x9B85 # 0 +0xEC75 0x9B87 # 0 +0xEC76 0x9B7C # 0 +0xEC77 0x9B7E # 0 +0xEC78 0x9B7B # 0 +0xEC79 0x9B82 # 0 +0xEC7A 0x9B93 # 0 +0xEC7B 0x9B92 # 0 +0xEC7C 0x9B90 # 0 +0xEC7D 0x9B7A # 0 +0xEC7E 0x9B95 # 0 +0xECA1 0x9B7D # 0 +0xECA2 0x9B88 # 0 +0xECA3 0x9D25 # 0 +0xECA4 0x9D17 # 0 +0xECA5 0x9D20 # 0 +0xECA6 0x9D1E # 0 +0xECA7 0x9D14 # 0 +0xECA8 0x9D29 # 0 +0xECA9 0x9D1D # 0 +0xECAA 0x9D18 # 0 +0xECAB 0x9D22 # 0 +0xECAC 0x9D10 # 0 +0xECAD 0x9D19 # 0 +0xECAE 0x9D1F # 0 +0xECAF 0x9E88 # 0 +0xECB0 0x9E86 # 0 +0xECB1 0x9E87 # 0 +0xECB2 0x9EAE # 0 +0xECB3 0x9EAD # 0 +0xECB4 0x9ED5 # 0 +0xECB5 0x9ED6 # 0 +0xECB6 0x9EFA # 0 +0xECB7 0x9F12 # 0 +0xECB8 0x9F3D # 0 +0xECB9 0x5126 # 0 +0xECBA 0x5125 # 0 +0xECBB 0x5122 # 0 +0xECBC 0x5124 # 0 +0xECBD 0x5120 # 0 +0xECBE 0x5129 # 0 +0xECBF 0x52F4 # 0 +0xECC0 0x5693 # 0 +0xECC1 0x568C # 0 +0xECC2 0x568D # 0 +0xECC3 0x5686 # 0 +0xECC4 0x5684 # 0 +0xECC5 0x5683 # 0 +0xECC6 0x567E # 0 +0xECC7 0x5682 # 0 +0xECC8 0x567F # 0 +0xECC9 0x5681 # 0 +0xECCA 0x58D6 # 0 +0xECCB 0x58D4 # 0 +0xECCC 0x58CF # 0 +0xECCD 0x58D2 # 0 +0xECCE 0x5B2D # 0 +0xECCF 0x5B25 # 0 +0xECD0 0x5B32 # 0 +0xECD1 0x5B23 # 0 +0xECD2 0x5B2C # 0 +0xECD3 0x5B27 # 0 +0xECD4 0x5B26 # 0 +0xECD5 0x5B2F # 0 +0xECD6 0x5B2E # 0 +0xECD7 0x5B7B # 0 +0xECD8 0x5BF1 # 0 +0xECD9 0x5BF2 # 0 +0xECDA 0x5DB7 # 0 +0xECDB 0x5E6C # 0 +0xECDC 0x5E6A # 0 +0xECDD 0x5FBE # 0 +0xECDE 0x5FBB # 0 +0xECDF 0x61C3 # 0 +0xECE0 0x61B5 # 0 +0xECE1 0x61BC # 0 +0xECE2 0x61E7 # 0 +0xECE3 0x61E0 # 0 +0xECE4 0x61E5 # 0 +0xECE5 0x61E4 # 0 +0xECE6 0x61E8 # 0 +0xECE7 0x61DE # 0 +0xECE8 0x64EF # 0 +0xECE9 0x64E9 # 0 +0xECEA 0x64E3 # 0 +0xECEB 0x64EB # 0 +0xECEC 0x64E4 # 0 +0xECED 0x64E8 # 0 +0xECEE 0x6581 # 0 +0xECEF 0x6580 # 0 +0xECF0 0x65B6 # 0 +0xECF1 0x65DA # 0 +0xECF2 0x66D2 # 0 +0xECF3 0x6A8D # 0 +0xECF4 0x6A96 # 0 +0xECF5 0x6A81 # 0 +0xECF6 0x6AA5 # 0 +0xECF7 0x6A89 # 0 +0xECF8 0x6A9F # 0 +0xECF9 0x6A9B # 0 +0xECFA 0x6AA1 # 0 +0xECFB 0x6A9E # 0 +0xECFC 0x6A87 # 0 +0xECFD 0x6A93 # 0 +0xECFE 0x6A8E # 0 +0xED40 0x6A95 # 0 +0xED41 0x6A83 # 0 +0xED42 0x6AA8 # 0 +0xED43 0x6AA4 # 0 +0xED44 0x6A91 # 0 +0xED45 0x6A7F # 0 +0xED46 0x6AA6 # 0 +0xED47 0x6A9A # 0 +0xED48 0x6A85 # 0 +0xED49 0x6A8C # 0 +0xED4A 0x6A92 # 0 +0xED4B 0x6B5B # 0 +0xED4C 0x6BAD # 0 +0xED4D 0x6C09 # 0 +0xED4E 0x6FCC # 0 +0xED4F 0x6FA9 # 0 +0xED50 0x6FF4 # 0 +0xED51 0x6FD4 # 0 +0xED52 0x6FE3 # 0 +0xED53 0x6FDC # 0 +0xED54 0x6FED # 0 +0xED55 0x6FE7 # 0 +0xED56 0x6FE6 # 0 +0xED57 0x6FDE # 0 +0xED58 0x6FF2 # 0 +0xED59 0x6FDD # 0 +0xED5A 0x6FE2 # 0 +0xED5B 0x6FE8 # 0 +0xED5C 0x71E1 # 0 +0xED5D 0x71F1 # 0 +0xED5E 0x71E8 # 0 +0xED5F 0x71F2 # 0 +0xED60 0x71E4 # 0 +0xED61 0x71F0 # 0 +0xED62 0x71E2 # 0 +0xED63 0x7373 # 0 +0xED64 0x736E # 0 +0xED65 0x736F # 0 +0xED66 0x7497 # 0 +0xED67 0x74B2 # 0 +0xED68 0x74AB # 0 +0xED69 0x7490 # 0 +0xED6A 0x74AA # 0 +0xED6B 0x74AD # 0 +0xED6C 0x74B1 # 0 +0xED6D 0x74A5 # 0 +0xED6E 0x74AF # 0 +0xED6F 0x7510 # 0 +0xED70 0x7511 # 0 +0xED71 0x7512 # 0 +0xED72 0x750F # 0 +0xED73 0x7584 # 0 +0xED74 0x7643 # 0 +0xED75 0x7648 # 0 +0xED76 0x7649 # 0 +0xED77 0x7647 # 0 +0xED78 0x76A4 # 0 +0xED79 0x76E9 # 0 +0xED7A 0x77B5 # 0 +0xED7B 0x77AB # 0 +0xED7C 0x77B2 # 0 +0xED7D 0x77B7 # 0 +0xED7E 0x77B6 # 0 +0xEDA1 0x77B4 # 0 +0xEDA2 0x77B1 # 0 +0xEDA3 0x77A8 # 0 +0xEDA4 0x77F0 # 0 +0xEDA5 0x78F3 # 0 +0xEDA6 0x78FD # 0 +0xEDA7 0x7902 # 0 +0xEDA8 0x78FB # 0 +0xEDA9 0x78FC # 0 +0xEDAA 0x78F2 # 0 +0xEDAB 0x7905 # 0 +0xEDAC 0x78F9 # 0 +0xEDAD 0x78FE # 0 +0xEDAE 0x7904 # 0 +0xEDAF 0x79AB # 0 +0xEDB0 0x79A8 # 0 +0xEDB1 0x7A5C # 0 +0xEDB2 0x7A5B # 0 +0xEDB3 0x7A56 # 0 +0xEDB4 0x7A58 # 0 +0xEDB5 0x7A54 # 0 +0xEDB6 0x7A5A # 0 +0xEDB7 0x7ABE # 0 +0xEDB8 0x7AC0 # 0 +0xEDB9 0x7AC1 # 0 +0xEDBA 0x7C05 # 0 +0xEDBB 0x7C0F # 0 +0xEDBC 0x7BF2 # 0 +0xEDBD 0x7C00 # 0 +0xEDBE 0x7BFF # 0 +0xEDBF 0x7BFB # 0 +0xEDC0 0x7C0E # 0 +0xEDC1 0x7BF4 # 0 +0xEDC2 0x7C0B # 0 +0xEDC3 0x7BF3 # 0 +0xEDC4 0x7C02 # 0 +0xEDC5 0x7C09 # 0 +0xEDC6 0x7C03 # 0 +0xEDC7 0x7C01 # 0 +0xEDC8 0x7BF8 # 0 +0xEDC9 0x7BFD # 0 +0xEDCA 0x7C06 # 0 +0xEDCB 0x7BF0 # 0 +0xEDCC 0x7BF1 # 0 +0xEDCD 0x7C10 # 0 +0xEDCE 0x7C0A # 0 +0xEDCF 0x7CE8 # 0 +0xEDD0 0x7E2D # 0 +0xEDD1 0x7E3C # 0 +0xEDD2 0x7E42 # 0 +0xEDD3 0x7E33 # 0 +0xEDD4 0x9848 # 0 +0xEDD5 0x7E38 # 0 +0xEDD6 0x7E2A # 0 +0xEDD7 0x7E49 # 0 +0xEDD8 0x7E40 # 0 +0xEDD9 0x7E47 # 0 +0xEDDA 0x7E29 # 0 +0xEDDB 0x7E4C # 0 +0xEDDC 0x7E30 # 0 +0xEDDD 0x7E3B # 0 +0xEDDE 0x7E36 # 0 +0xEDDF 0x7E44 # 0 +0xEDE0 0x7E3A # 0 +0xEDE1 0x7F45 # 0 +0xEDE2 0x7F7F # 0 +0xEDE3 0x7F7E # 0 +0xEDE4 0x7F7D # 0 +0xEDE5 0x7FF4 # 0 +0xEDE6 0x7FF2 # 0 +0xEDE7 0x802C # 0 +0xEDE8 0x81BB # 0 +0xEDE9 0x81C4 # 0 +0xEDEA 0x81CC # 0 +0xEDEB 0x81CA # 0 +0xEDEC 0x81C5 # 0 +0xEDED 0x81C7 # 0 +0xEDEE 0x81BC # 0 +0xEDEF 0x81E9 # 0 +0xEDF0 0x825B # 0 +0xEDF1 0x825A # 0 +0xEDF2 0x825C # 0 +0xEDF3 0x8583 # 0 +0xEDF4 0x8580 # 0 +0xEDF5 0x858F # 0 +0xEDF6 0x85A7 # 0 +0xEDF7 0x8595 # 0 +0xEDF8 0x85A0 # 0 +0xEDF9 0x858B # 0 +0xEDFA 0x85A3 # 0 +0xEDFB 0x857B # 0 +0xEDFC 0x85A4 # 0 +0xEDFD 0x859A # 0 +0xEDFE 0x859E # 0 +0xEE40 0x8577 # 0 +0xEE41 0x857C # 0 +0xEE42 0x8589 # 0 +0xEE43 0x85A1 # 0 +0xEE44 0x857A # 0 +0xEE45 0x8578 # 0 +0xEE46 0x8557 # 0 +0xEE47 0x858E # 0 +0xEE48 0x8596 # 0 +0xEE49 0x8586 # 0 +0xEE4A 0x858D # 0 +0xEE4B 0x8599 # 0 +0xEE4C 0x859D # 0 +0xEE4D 0x8581 # 0 +0xEE4E 0x85A2 # 0 +0xEE4F 0x8582 # 0 +0xEE50 0x8588 # 0 +0xEE51 0x8585 # 0 +0xEE52 0x8579 # 0 +0xEE53 0x8576 # 0 +0xEE54 0x8598 # 0 +0xEE55 0x8590 # 0 +0xEE56 0x859F # 0 +0xEE57 0x8668 # 0 +0xEE58 0x87BE # 0 +0xEE59 0x87AA # 0 +0xEE5A 0x87AD # 0 +0xEE5B 0x87C5 # 0 +0xEE5C 0x87B0 # 0 +0xEE5D 0x87AC # 0 +0xEE5E 0x87B9 # 0 +0xEE5F 0x87B5 # 0 +0xEE60 0x87BC # 0 +0xEE61 0x87AE # 0 +0xEE62 0x87C9 # 0 +0xEE63 0x87C3 # 0 +0xEE64 0x87C2 # 0 +0xEE65 0x87CC # 0 +0xEE66 0x87B7 # 0 +0xEE67 0x87AF # 0 +0xEE68 0x87C4 # 0 +0xEE69 0x87CA # 0 +0xEE6A 0x87B4 # 0 +0xEE6B 0x87B6 # 0 +0xEE6C 0x87BF # 0 +0xEE6D 0x87B8 # 0 +0xEE6E 0x87BD # 0 +0xEE6F 0x87DE # 0 +0xEE70 0x87B2 # 0 +0xEE71 0x8935 # 0 +0xEE72 0x8933 # 0 +0xEE73 0x893C # 0 +0xEE74 0x893E # 0 +0xEE75 0x8941 # 0 +0xEE76 0x8952 # 0 +0xEE77 0x8937 # 0 +0xEE78 0x8942 # 0 +0xEE79 0x89AD # 0 +0xEE7A 0x89AF # 0 +0xEE7B 0x89AE # 0 +0xEE7C 0x89F2 # 0 +0xEE7D 0x89F3 # 0 +0xEE7E 0x8B1E # 0 +0xEEA1 0x8B18 # 0 +0xEEA2 0x8B16 # 0 +0xEEA3 0x8B11 # 0 +0xEEA4 0x8B05 # 0 +0xEEA5 0x8B0B # 0 +0xEEA6 0x8B22 # 0 +0xEEA7 0x8B0F # 0 +0xEEA8 0x8B12 # 0 +0xEEA9 0x8B15 # 0 +0xEEAA 0x8B07 # 0 +0xEEAB 0x8B0D # 0 +0xEEAC 0x8B08 # 0 +0xEEAD 0x8B06 # 0 +0xEEAE 0x8B1C # 0 +0xEEAF 0x8B13 # 0 +0xEEB0 0x8B1A # 0 +0xEEB1 0x8C4F # 0 +0xEEB2 0x8C70 # 0 +0xEEB3 0x8C72 # 0 +0xEEB4 0x8C71 # 0 +0xEEB5 0x8C6F # 0 +0xEEB6 0x8C95 # 0 +0xEEB7 0x8C94 # 0 +0xEEB8 0x8CF9 # 0 +0xEEB9 0x8D6F # 0 +0xEEBA 0x8E4E # 0 +0xEEBB 0x8E4D # 0 +0xEEBC 0x8E53 # 0 +0xEEBD 0x8E50 # 0 +0xEEBE 0x8E4C # 0 +0xEEBF 0x8E47 # 0 +0xEEC0 0x8F43 # 0 +0xEEC1 0x8F40 # 0 +0xEEC2 0x9085 # 0 +0xEEC3 0x907E # 0 +0xEEC4 0x9138 # 0 +0xEEC5 0x919A # 0 +0xEEC6 0x91A2 # 0 +0xEEC7 0x919B # 0 +0xEEC8 0x9199 # 0 +0xEEC9 0x919F # 0 +0xEECA 0x91A1 # 0 +0xEECB 0x919D # 0 +0xEECC 0x91A0 # 0 +0xEECD 0x93A1 # 0 +0xEECE 0x9383 # 0 +0xEECF 0x93AF # 0 +0xEED0 0x9364 # 0 +0xEED1 0x9356 # 0 +0xEED2 0x9347 # 0 +0xEED3 0x937C # 0 +0xEED4 0x9358 # 0 +0xEED5 0x935C # 0 +0xEED6 0x9376 # 0 +0xEED7 0x9349 # 0 +0xEED8 0x9350 # 0 +0xEED9 0x9351 # 0 +0xEEDA 0x9360 # 0 +0xEEDB 0x936D # 0 +0xEEDC 0x938F # 0 +0xEEDD 0x934C # 0 +0xEEDE 0x936A # 0 +0xEEDF 0x9379 # 0 +0xEEE0 0x9357 # 0 +0xEEE1 0x9355 # 0 +0xEEE2 0x9352 # 0 +0xEEE3 0x934F # 0 +0xEEE4 0x9371 # 0 +0xEEE5 0x9377 # 0 +0xEEE6 0x937B # 0 +0xEEE7 0x9361 # 0 +0xEEE8 0x935E # 0 +0xEEE9 0x9363 # 0 +0xEEEA 0x9367 # 0 +0xEEEB 0x9380 # 0 +0xEEEC 0x934E # 0 +0xEEED 0x9359 # 0 +0xEEEE 0x95C7 # 0 +0xEEEF 0x95C0 # 0 +0xEEF0 0x95C9 # 0 +0xEEF1 0x95C3 # 0 +0xEEF2 0x95C5 # 0 +0xEEF3 0x95B7 # 0 +0xEEF4 0x96AE # 0 +0xEEF5 0x96B0 # 0 +0xEEF6 0x96AC # 0 +0xEEF7 0x9720 # 0 +0xEEF8 0x971F # 0 +0xEEF9 0x9718 # 0 +0xEEFA 0x971D # 0 +0xEEFB 0x9719 # 0 +0xEEFC 0x979A # 0 +0xEEFD 0x97A1 # 0 +0xEEFE 0x979C # 0 +0xEF40 0x979E # 0 +0xEF41 0x979D # 0 +0xEF42 0x97D5 # 0 +0xEF43 0x97D4 # 0 +0xEF44 0x97F1 # 0 +0xEF45 0x9841 # 0 +0xEF46 0x9844 # 0 +0xEF47 0x984A # 0 +0xEF48 0x9849 # 0 +0xEF49 0x9845 # 0 +0xEF4A 0x9843 # 0 +0xEF4B 0x9925 # 0 +0xEF4C 0x992B # 0 +0xEF4D 0x992C # 0 +0xEF4E 0x992A # 0 +0xEF4F 0x9933 # 0 +0xEF50 0x9932 # 0 +0xEF51 0x992F # 0 +0xEF52 0x992D # 0 +0xEF53 0x9931 # 0 +0xEF54 0x9930 # 0 +0xEF55 0x9998 # 0 +0xEF56 0x99A3 # 0 +0xEF57 0x99A1 # 0 +0xEF58 0x9A02 # 0 +0xEF59 0x99FA # 0 +0xEF5A 0x99F4 # 0 +0xEF5B 0x99F7 # 0 +0xEF5C 0x99F9 # 0 +0xEF5D 0x99F8 # 0 +0xEF5E 0x99F6 # 0 +0xEF5F 0x99FB # 0 +0xEF60 0x99FD # 0 +0xEF61 0x99FE # 0 +0xEF62 0x99FC # 0 +0xEF63 0x9A03 # 0 +0xEF64 0x9ABE # 0 +0xEF65 0x9AFE # 0 +0xEF66 0x9AFD # 0 +0xEF67 0x9B01 # 0 +0xEF68 0x9AFC # 0 +0xEF69 0x9B48 # 0 +0xEF6A 0x9B9A # 0 +0xEF6B 0x9BA8 # 0 +0xEF6C 0x9B9E # 0 +0xEF6D 0x9B9B # 0 +0xEF6E 0x9BA6 # 0 +0xEF6F 0x9BA1 # 0 +0xEF70 0x9BA5 # 0 +0xEF71 0x9BA4 # 0 +0xEF72 0x9B86 # 0 +0xEF73 0x9BA2 # 0 +0xEF74 0x9BA0 # 0 +0xEF75 0x9BAF # 0 +0xEF76 0x9D33 # 0 +0xEF77 0x9D41 # 0 +0xEF78 0x9D67 # 0 +0xEF79 0x9D36 # 0 +0xEF7A 0x9D2E # 0 +0xEF7B 0x9D2F # 0 +0xEF7C 0x9D31 # 0 +0xEF7D 0x9D38 # 0 +0xEF7E 0x9D30 # 0 +0xEFA1 0x9D45 # 0 +0xEFA2 0x9D42 # 0 +0xEFA3 0x9D43 # 0 +0xEFA4 0x9D3E # 0 +0xEFA5 0x9D37 # 0 +0xEFA6 0x9D40 # 0 +0xEFA7 0x9D3D # 0 +0xEFA8 0x7FF5 # 0 +0xEFA9 0x9D2D # 0 +0xEFAA 0x9E8A # 0 +0xEFAB 0x9E89 # 0 +0xEFAC 0x9E8D # 0 +0xEFAD 0x9EB0 # 0 +0xEFAE 0x9EC8 # 0 +0xEFAF 0x9EDA # 0 +0xEFB0 0x9EFB # 0 +0xEFB1 0x9EFF # 0 +0xEFB2 0x9F24 # 0 +0xEFB3 0x9F23 # 0 +0xEFB4 0x9F22 # 0 +0xEFB5 0x9F54 # 0 +0xEFB6 0x9FA0 # 0 +0xEFB7 0x5131 # 0 +0xEFB8 0x512D # 0 +0xEFB9 0x512E # 0 +0xEFBA 0x5698 # 0 +0xEFBB 0x569C # 0 +0xEFBC 0x5697 # 0 +0xEFBD 0x569A # 0 +0xEFBE 0x569D # 0 +0xEFBF 0x5699 # 0 +0xEFC0 0x5970 # 0 +0xEFC1 0x5B3C # 0 +0xEFC2 0x5C69 # 0 +0xEFC3 0x5C6A # 0 +0xEFC4 0x5DC0 # 0 +0xEFC5 0x5E6D # 0 +0xEFC6 0x5E6E # 0 +0xEFC7 0x61D8 # 0 +0xEFC8 0x61DF # 0 +0xEFC9 0x61ED # 0 +0xEFCA 0x61EE # 0 +0xEFCB 0x61F1 # 0 +0xEFCC 0x61EA # 0 +0xEFCD 0x61F0 # 0 +0xEFCE 0x61EB # 0 +0xEFCF 0x61D6 # 0 +0xEFD0 0x61E9 # 0 +0xEFD1 0x64FF # 0 +0xEFD2 0x6504 # 0 +0xEFD3 0x64FD # 0 +0xEFD4 0x64F8 # 0 +0xEFD5 0x6501 # 0 +0xEFD6 0x6503 # 0 +0xEFD7 0x64FC # 0 +0xEFD8 0x6594 # 0 +0xEFD9 0x65DB # 0 +0xEFDA 0x66DA # 0 +0xEFDB 0x66DB # 0 +0xEFDC 0x66D8 # 0 +0xEFDD 0x6AC5 # 0 +0xEFDE 0x6AB9 # 0 +0xEFDF 0x6ABD # 0 +0xEFE0 0x6AE1 # 0 +0xEFE1 0x6AC6 # 0 +0xEFE2 0x6ABA # 0 +0xEFE3 0x6AB6 # 0 +0xEFE4 0x6AB7 # 0 +0xEFE5 0x6AC7 # 0 +0xEFE6 0x6AB4 # 0 +0xEFE7 0x6AAD # 0 +0xEFE8 0x6B5E # 0 +0xEFE9 0x6BC9 # 0 +0xEFEA 0x6C0B # 0 +0xEFEB 0x7007 # 0 +0xEFEC 0x700C # 0 +0xEFED 0x700D # 0 +0xEFEE 0x7001 # 0 +0xEFEF 0x7005 # 0 +0xEFF0 0x7014 # 0 +0xEFF1 0x700E # 0 +0xEFF2 0x6FFF # 0 +0xEFF3 0x7000 # 0 +0xEFF4 0x6FFB # 0 +0xEFF5 0x7026 # 0 +0xEFF6 0x6FFC # 0 +0xEFF7 0x6FF7 # 0 +0xEFF8 0x700A # 0 +0xEFF9 0x7201 # 0 +0xEFFA 0x71FF # 0 +0xEFFB 0x71F9 # 0 +0xEFFC 0x7203 # 0 +0xEFFD 0x71FD # 0 +0xEFFE 0x7376 # 0 +0xF040 0x74B8 # 0 +0xF041 0x74C0 # 0 +0xF042 0x74B5 # 0 +0xF043 0x74C1 # 0 +0xF044 0x74BE # 0 +0xF045 0x74B6 # 0 +0xF046 0x74BB # 0 +0xF047 0x74C2 # 0 +0xF048 0x7514 # 0 +0xF049 0x7513 # 0 +0xF04A 0x765C # 0 +0xF04B 0x7664 # 0 +0xF04C 0x7659 # 0 +0xF04D 0x7650 # 0 +0xF04E 0x7653 # 0 +0xF04F 0x7657 # 0 +0xF050 0x765A # 0 +0xF051 0x76A6 # 0 +0xF052 0x76BD # 0 +0xF053 0x76EC # 0 +0xF054 0x77C2 # 0 +0xF055 0x77BA # 0 +0xF056 0x78FF # 0 +0xF057 0x790C # 0 +0xF058 0x7913 # 0 +0xF059 0x7914 # 0 +0xF05A 0x7909 # 0 +0xF05B 0x7910 # 0 +0xF05C 0x7912 # 0 +0xF05D 0x7911 # 0 +0xF05E 0x79AD # 0 +0xF05F 0x79AC # 0 +0xF060 0x7A5F # 0 +0xF061 0x7C1C # 0 +0xF062 0x7C29 # 0 +0xF063 0x7C19 # 0 +0xF064 0x7C20 # 0 +0xF065 0x7C1F # 0 +0xF066 0x7C2D # 0 +0xF067 0x7C1D # 0 +0xF068 0x7C26 # 0 +0xF069 0x7C28 # 0 +0xF06A 0x7C22 # 0 +0xF06B 0x7C25 # 0 +0xF06C 0x7C30 # 0 +0xF06D 0x7E5C # 0 +0xF06E 0x7E50 # 0 +0xF06F 0x7E56 # 0 +0xF070 0x7E63 # 0 +0xF071 0x7E58 # 0 +0xF072 0x7E62 # 0 +0xF073 0x7E5F # 0 +0xF074 0x7E51 # 0 +0xF075 0x7E60 # 0 +0xF076 0x7E57 # 0 +0xF077 0x7E53 # 0 +0xF078 0x7FB5 # 0 +0xF079 0x7FB3 # 0 +0xF07A 0x7FF7 # 0 +0xF07B 0x7FF8 # 0 +0xF07C 0x8075 # 0 +0xF07D 0x81D1 # 0 +0xF07E 0x81D2 # 0 +0xF0A1 0x81D0 # 0 +0xF0A2 0x825F # 0 +0xF0A3 0x825E # 0 +0xF0A4 0x85B4 # 0 +0xF0A5 0x85C6 # 0 +0xF0A6 0x85C0 # 0 +0xF0A7 0x85C3 # 0 +0xF0A8 0x85C2 # 0 +0xF0A9 0x85B3 # 0 +0xF0AA 0x85B5 # 0 +0xF0AB 0x85BD # 0 +0xF0AC 0x85C7 # 0 +0xF0AD 0x85C4 # 0 +0xF0AE 0x85BF # 0 +0xF0AF 0x85CB # 0 +0xF0B0 0x85CE # 0 +0xF0B1 0x85C8 # 0 +0xF0B2 0x85C5 # 0 +0xF0B3 0x85B1 # 0 +0xF0B4 0x85B6 # 0 +0xF0B5 0x85D2 # 0 +0xF0B6 0x8624 # 0 +0xF0B7 0x85B8 # 0 +0xF0B8 0x85B7 # 0 +0xF0B9 0x85BE # 0 +0xF0BA 0x8669 # 0 +0xF0BB 0x87E7 # 0 +0xF0BC 0x87E6 # 0 +0xF0BD 0x87E2 # 0 +0xF0BE 0x87DB # 0 +0xF0BF 0x87EB # 0 +0xF0C0 0x87EA # 0 +0xF0C1 0x87E5 # 0 +0xF0C2 0x87DF # 0 +0xF0C3 0x87F3 # 0 +0xF0C4 0x87E4 # 0 +0xF0C5 0x87D4 # 0 +0xF0C6 0x87DC # 0 +0xF0C7 0x87D3 # 0 +0xF0C8 0x87ED # 0 +0xF0C9 0x87D8 # 0 +0xF0CA 0x87E3 # 0 +0xF0CB 0x87A4 # 0 +0xF0CC 0x87D7 # 0 +0xF0CD 0x87D9 # 0 +0xF0CE 0x8801 # 0 +0xF0CF 0x87F4 # 0 +0xF0D0 0x87E8 # 0 +0xF0D1 0x87DD # 0 +0xF0D2 0x8953 # 0 +0xF0D3 0x894B # 0 +0xF0D4 0x894F # 0 +0xF0D5 0x894C # 0 +0xF0D6 0x8946 # 0 +0xF0D7 0x8950 # 0 +0xF0D8 0x8951 # 0 +0xF0D9 0x8949 # 0 +0xF0DA 0x8B2A # 0 +0xF0DB 0x8B27 # 0 +0xF0DC 0x8B23 # 0 +0xF0DD 0x8B33 # 0 +0xF0DE 0x8B30 # 0 +0xF0DF 0x8B35 # 0 +0xF0E0 0x8B47 # 0 +0xF0E1 0x8B2F # 0 +0xF0E2 0x8B3C # 0 +0xF0E3 0x8B3E # 0 +0xF0E4 0x8B31 # 0 +0xF0E5 0x8B25 # 0 +0xF0E6 0x8B37 # 0 +0xF0E7 0x8B26 # 0 +0xF0E8 0x8B36 # 0 +0xF0E9 0x8B2E # 0 +0xF0EA 0x8B24 # 0 +0xF0EB 0x8B3B # 0 +0xF0EC 0x8B3D # 0 +0xF0ED 0x8B3A # 0 +0xF0EE 0x8C42 # 0 +0xF0EF 0x8C75 # 0 +0xF0F0 0x8C99 # 0 +0xF0F1 0x8C98 # 0 +0xF0F2 0x8C97 # 0 +0xF0F3 0x8CFE # 0 +0xF0F4 0x8D04 # 0 +0xF0F5 0x8D02 # 0 +0xF0F6 0x8D00 # 0 +0xF0F7 0x8E5C # 0 +0xF0F8 0x8E62 # 0 +0xF0F9 0x8E60 # 0 +0xF0FA 0x8E57 # 0 +0xF0FB 0x8E56 # 0 +0xF0FC 0x8E5E # 0 +0xF0FD 0x8E65 # 0 +0xF0FE 0x8E67 # 0 +0xF140 0x8E5B # 0 +0xF141 0x8E5A # 0 +0xF142 0x8E61 # 0 +0xF143 0x8E5D # 0 +0xF144 0x8E69 # 0 +0xF145 0x8E54 # 0 +0xF146 0x8F46 # 0 +0xF147 0x8F47 # 0 +0xF148 0x8F48 # 0 +0xF149 0x8F4B # 0 +0xF14A 0x9128 # 0 +0xF14B 0x913A # 0 +0xF14C 0x913B # 0 +0xF14D 0x913E # 0 +0xF14E 0x91A8 # 0 +0xF14F 0x91A5 # 0 +0xF150 0x91A7 # 0 +0xF151 0x91AF # 0 +0xF152 0x91AA # 0 +0xF153 0x93B5 # 0 +0xF154 0x938C # 0 +0xF155 0x9392 # 0 +0xF156 0x93B7 # 0 +0xF157 0x939B # 0 +0xF158 0x939D # 0 +0xF159 0x9389 # 0 +0xF15A 0x93A7 # 0 +0xF15B 0x938E # 0 +0xF15C 0x93AA # 0 +0xF15D 0x939E # 0 +0xF15E 0x93A6 # 0 +0xF15F 0x9395 # 0 +0xF160 0x9388 # 0 +0xF161 0x9399 # 0 +0xF162 0x939F # 0 +0xF163 0x938D # 0 +0xF164 0x93B1 # 0 +0xF165 0x9391 # 0 +0xF166 0x93B2 # 0 +0xF167 0x93A4 # 0 +0xF168 0x93A8 # 0 +0xF169 0x93B4 # 0 +0xF16A 0x93A3 # 0 +0xF16B 0x93A5 # 0 +0xF16C 0x95D2 # 0 +0xF16D 0x95D3 # 0 +0xF16E 0x95D1 # 0 +0xF16F 0x96B3 # 0 +0xF170 0x96D7 # 0 +0xF171 0x96DA # 0 +0xF172 0x5DC2 # 0 +0xF173 0x96DF # 0 +0xF174 0x96D8 # 0 +0xF175 0x96DD # 0 +0xF176 0x9723 # 0 +0xF177 0x9722 # 0 +0xF178 0x9725 # 0 +0xF179 0x97AC # 0 +0xF17A 0x97AE # 0 +0xF17B 0x97A8 # 0 +0xF17C 0x97AB # 0 +0xF17D 0x97A4 # 0 +0xF17E 0x97AA # 0 +0xF1A1 0x97A2 # 0 +0xF1A2 0x97A5 # 0 +0xF1A3 0x97D7 # 0 +0xF1A4 0x97D9 # 0 +0xF1A5 0x97D6 # 0 +0xF1A6 0x97D8 # 0 +0xF1A7 0x97FA # 0 +0xF1A8 0x9850 # 0 +0xF1A9 0x9851 # 0 +0xF1AA 0x9852 # 0 +0xF1AB 0x98B8 # 0 +0xF1AC 0x9941 # 0 +0xF1AD 0x993C # 0 +0xF1AE 0x993A # 0 +0xF1AF 0x9A0F # 0 +0xF1B0 0x9A0B # 0 +0xF1B1 0x9A09 # 0 +0xF1B2 0x9A0D # 0 +0xF1B3 0x9A04 # 0 +0xF1B4 0x9A11 # 0 +0xF1B5 0x9A0A # 0 +0xF1B6 0x9A05 # 0 +0xF1B7 0x9A07 # 0 +0xF1B8 0x9A06 # 0 +0xF1B9 0x9AC0 # 0 +0xF1BA 0x9ADC # 0 +0xF1BB 0x9B08 # 0 +0xF1BC 0x9B04 # 0 +0xF1BD 0x9B05 # 0 +0xF1BE 0x9B29 # 0 +0xF1BF 0x9B35 # 0 +0xF1C0 0x9B4A # 0 +0xF1C1 0x9B4C # 0 +0xF1C2 0x9B4B # 0 +0xF1C3 0x9BC7 # 0 +0xF1C4 0x9BC6 # 0 +0xF1C5 0x9BC3 # 0 +0xF1C6 0x9BBF # 0 +0xF1C7 0x9BC1 # 0 +0xF1C8 0x9BB5 # 0 +0xF1C9 0x9BB8 # 0 +0xF1CA 0x9BD3 # 0 +0xF1CB 0x9BB6 # 0 +0xF1CC 0x9BC4 # 0 +0xF1CD 0x9BB9 # 0 +0xF1CE 0x9BBD # 0 +0xF1CF 0x9D5C # 0 +0xF1D0 0x9D53 # 0 +0xF1D1 0x9D4F # 0 +0xF1D2 0x9D4A # 0 +0xF1D3 0x9D5B # 0 +0xF1D4 0x9D4B # 0 +0xF1D5 0x9D59 # 0 +0xF1D6 0x9D56 # 0 +0xF1D7 0x9D4C # 0 +0xF1D8 0x9D57 # 0 +0xF1D9 0x9D52 # 0 +0xF1DA 0x9D54 # 0 +0xF1DB 0x9D5F # 0 +0xF1DC 0x9D58 # 0 +0xF1DD 0x9D5A # 0 +0xF1DE 0x9E8E # 0 +0xF1DF 0x9E8C # 0 +0xF1E0 0x9EDF # 0 +0xF1E1 0x9F01 # 0 +0xF1E2 0x9F00 # 0 +0xF1E3 0x9F16 # 0 +0xF1E4 0x9F25 # 0 +0xF1E5 0x9F2B # 0 +0xF1E6 0x9F2A # 0 +0xF1E7 0x9F29 # 0 +0xF1E8 0x9F28 # 0 +0xF1E9 0x9F4C # 0 +0xF1EA 0x9F55 # 0 +0xF1EB 0x5134 # 0 +0xF1EC 0x5135 # 0 +0xF1ED 0x5296 # 0 +0xF1EE 0x52F7 # 0 +0xF1EF 0x53B4 # 0 +0xF1F0 0x56AB # 0 +0xF1F1 0x56AD # 0 +0xF1F2 0x56A6 # 0 +0xF1F3 0x56A7 # 0 +0xF1F4 0x56AA # 0 +0xF1F5 0x56AC # 0 +0xF1F6 0x58DA # 0 +0xF1F7 0x58DD # 0 +0xF1F8 0x58DB # 0 +0xF1F9 0x5912 # 0 +0xF1FA 0x5B3D # 0 +0xF1FB 0x5B3E # 0 +0xF1FC 0x5B3F # 0 +0xF1FD 0x5DC3 # 0 +0xF1FE 0x5E70 # 0 +0xF240 0x5FBF # 0 +0xF241 0x61FB # 0 +0xF242 0x6507 # 0 +0xF243 0x6510 # 0 +0xF244 0x650D # 0 +0xF245 0x6509 # 0 +0xF246 0x650C # 0 +0xF247 0x650E # 0 +0xF248 0x6584 # 0 +0xF249 0x65DE # 0 +0xF24A 0x65DD # 0 +0xF24B 0x66DE # 0 +0xF24C 0x6AE7 # 0 +0xF24D 0x6AE0 # 0 +0xF24E 0x6ACC # 0 +0xF24F 0x6AD1 # 0 +0xF250 0x6AD9 # 0 +0xF251 0x6ACB # 0 +0xF252 0x6ADF # 0 +0xF253 0x6ADC # 0 +0xF254 0x6AD0 # 0 +0xF255 0x6AEB # 0 +0xF256 0x6ACF # 0 +0xF257 0x6ACD # 0 +0xF258 0x6ADE # 0 +0xF259 0x6B60 # 0 +0xF25A 0x6BB0 # 0 +0xF25B 0x6C0C # 0 +0xF25C 0x7019 # 0 +0xF25D 0x7027 # 0 +0xF25E 0x7020 # 0 +0xF25F 0x7016 # 0 +0xF260 0x702B # 0 +0xF261 0x7021 # 0 +0xF262 0x7022 # 0 +0xF263 0x7023 # 0 +0xF264 0x7029 # 0 +0xF265 0x7017 # 0 +0xF266 0x7024 # 0 +0xF267 0x701C # 0 +0xF268 0x702A # 0 +0xF269 0x720C # 0 +0xF26A 0x720A # 0 +0xF26B 0x7207 # 0 +0xF26C 0x7202 # 0 +0xF26D 0x7205 # 0 +0xF26E 0x72A5 # 0 +0xF26F 0x72A6 # 0 +0xF270 0x72A4 # 0 +0xF271 0x72A3 # 0 +0xF272 0x72A1 # 0 +0xF273 0x74CB # 0 +0xF274 0x74C5 # 0 +0xF275 0x74B7 # 0 +0xF276 0x74C3 # 0 +0xF277 0x7516 # 0 +0xF278 0x7660 # 0 +0xF279 0x77C9 # 0 +0xF27A 0x77CA # 0 +0xF27B 0x77C4 # 0 +0xF27C 0x77F1 # 0 +0xF27D 0x791D # 0 +0xF27E 0x791B # 0 +0xF2A1 0x7921 # 0 +0xF2A2 0x791C # 0 +0xF2A3 0x7917 # 0 +0xF2A4 0x791E # 0 +0xF2A5 0x79B0 # 0 +0xF2A6 0x7A67 # 0 +0xF2A7 0x7A68 # 0 +0xF2A8 0x7C33 # 0 +0xF2A9 0x7C3C # 0 +0xF2AA 0x7C39 # 0 +0xF2AB 0x7C2C # 0 +0xF2AC 0x7C3B # 0 +0xF2AD 0x7CEC # 0 +0xF2AE 0x7CEA # 0 +0xF2AF 0x7E76 # 0 +0xF2B0 0x7E75 # 0 +0xF2B1 0x7E78 # 0 +0xF2B2 0x7E70 # 0 +0xF2B3 0x7E77 # 0 +0xF2B4 0x7E6F # 0 +0xF2B5 0x7E7A # 0 +0xF2B6 0x7E72 # 0 +0xF2B7 0x7E74 # 0 +0xF2B8 0x7E68 # 0 +0xF2B9 0x7F4B # 0 +0xF2BA 0x7F4A # 0 +0xF2BB 0x7F83 # 0 +0xF2BC 0x7F86 # 0 +0xF2BD 0x7FB7 # 0 +0xF2BE 0x7FFD # 0 +0xF2BF 0x7FFE # 0 +0xF2C0 0x8078 # 0 +0xF2C1 0x81D7 # 0 +0xF2C2 0x81D5 # 0 +0xF2C3 0x8264 # 0 +0xF2C4 0x8261 # 0 +0xF2C5 0x8263 # 0 +0xF2C6 0x85EB # 0 +0xF2C7 0x85F1 # 0 +0xF2C8 0x85ED # 0 +0xF2C9 0x85D9 # 0 +0xF2CA 0x85E1 # 0 +0xF2CB 0x85E8 # 0 +0xF2CC 0x85DA # 0 +0xF2CD 0x85D7 # 0 +0xF2CE 0x85EC # 0 +0xF2CF 0x85F2 # 0 +0xF2D0 0x85F8 # 0 +0xF2D1 0x85D8 # 0 +0xF2D2 0x85DF # 0 +0xF2D3 0x85E3 # 0 +0xF2D4 0x85DC # 0 +0xF2D5 0x85D1 # 0 +0xF2D6 0x85F0 # 0 +0xF2D7 0x85E6 # 0 +0xF2D8 0x85EF # 0 +0xF2D9 0x85DE # 0 +0xF2DA 0x85E2 # 0 +0xF2DB 0x8800 # 0 +0xF2DC 0x87FA # 0 +0xF2DD 0x8803 # 0 +0xF2DE 0x87F6 # 0 +0xF2DF 0x87F7 # 0 +0xF2E0 0x8809 # 0 +0xF2E1 0x880C # 0 +0xF2E2 0x880B # 0 +0xF2E3 0x8806 # 0 +0xF2E4 0x87FC # 0 +0xF2E5 0x8808 # 0 +0xF2E6 0x87FF # 0 +0xF2E7 0x880A # 0 +0xF2E8 0x8802 # 0 +0xF2E9 0x8962 # 0 +0xF2EA 0x895A # 0 +0xF2EB 0x895B # 0 +0xF2EC 0x8957 # 0 +0xF2ED 0x8961 # 0 +0xF2EE 0x895C # 0 +0xF2EF 0x8958 # 0 +0xF2F0 0x895D # 0 +0xF2F1 0x8959 # 0 +0xF2F2 0x8988 # 0 +0xF2F3 0x89B7 # 0 +0xF2F4 0x89B6 # 0 +0xF2F5 0x89F6 # 0 +0xF2F6 0x8B50 # 0 +0xF2F7 0x8B48 # 0 +0xF2F8 0x8B4A # 0 +0xF2F9 0x8B40 # 0 +0xF2FA 0x8B53 # 0 +0xF2FB 0x8B56 # 0 +0xF2FC 0x8B54 # 0 +0xF2FD 0x8B4B # 0 +0xF2FE 0x8B55 # 0 +0xF340 0x8B51 # 0 +0xF341 0x8B42 # 0 +0xF342 0x8B52 # 0 +0xF343 0x8B57 # 0 +0xF344 0x8C43 # 0 +0xF345 0x8C77 # 0 +0xF346 0x8C76 # 0 +0xF347 0x8C9A # 0 +0xF348 0x8D06 # 0 +0xF349 0x8D07 # 0 +0xF34A 0x8D09 # 0 +0xF34B 0x8DAC # 0 +0xF34C 0x8DAA # 0 +0xF34D 0x8DAD # 0 +0xF34E 0x8DAB # 0 +0xF34F 0x8E6D # 0 +0xF350 0x8E78 # 0 +0xF351 0x8E73 # 0 +0xF352 0x8E6A # 0 +0xF353 0x8E6F # 0 +0xF354 0x8E7B # 0 +0xF355 0x8EC2 # 0 +0xF356 0x8F52 # 0 +0xF357 0x8F51 # 0 +0xF358 0x8F4F # 0 +0xF359 0x8F50 # 0 +0xF35A 0x8F53 # 0 +0xF35B 0x8FB4 # 0 +0xF35C 0x9140 # 0 +0xF35D 0x913F # 0 +0xF35E 0x91B0 # 0 +0xF35F 0x91AD # 0 +0xF360 0x93DE # 0 +0xF361 0x93C7 # 0 +0xF362 0x93CF # 0 +0xF363 0x93C2 # 0 +0xF364 0x93DA # 0 +0xF365 0x93D0 # 0 +0xF366 0x93F9 # 0 +0xF367 0x93EC # 0 +0xF368 0x93CC # 0 +0xF369 0x93D9 # 0 +0xF36A 0x93A9 # 0 +0xF36B 0x93E6 # 0 +0xF36C 0x93CA # 0 +0xF36D 0x93D4 # 0 +0xF36E 0x93EE # 0 +0xF36F 0x93E3 # 0 +0xF370 0x93D5 # 0 +0xF371 0x93C4 # 0 +0xF372 0x93CE # 0 +0xF373 0x93C0 # 0 +0xF374 0x93D2 # 0 +0xF375 0x93E7 # 0 +0xF376 0x957D # 0 +0xF377 0x95DA # 0 +0xF378 0x95DB # 0 +0xF379 0x96E1 # 0 +0xF37A 0x9729 # 0 +0xF37B 0x972B # 0 +0xF37C 0x972C # 0 +0xF37D 0x9728 # 0 +0xF37E 0x9726 # 0 +0xF3A1 0x97B3 # 0 +0xF3A2 0x97B7 # 0 +0xF3A3 0x97B6 # 0 +0xF3A4 0x97DD # 0 +0xF3A5 0x97DE # 0 +0xF3A6 0x97DF # 0 +0xF3A7 0x985C # 0 +0xF3A8 0x9859 # 0 +0xF3A9 0x985D # 0 +0xF3AA 0x9857 # 0 +0xF3AB 0x98BF # 0 +0xF3AC 0x98BD # 0 +0xF3AD 0x98BB # 0 +0xF3AE 0x98BE # 0 +0xF3AF 0x9948 # 0 +0xF3B0 0x9947 # 0 +0xF3B1 0x9943 # 0 +0xF3B2 0x99A6 # 0 +0xF3B3 0x99A7 # 0 +0xF3B4 0x9A1A # 0 +0xF3B5 0x9A15 # 0 +0xF3B6 0x9A25 # 0 +0xF3B7 0x9A1D # 0 +0xF3B8 0x9A24 # 0 +0xF3B9 0x9A1B # 0 +0xF3BA 0x9A22 # 0 +0xF3BB 0x9A20 # 0 +0xF3BC 0x9A27 # 0 +0xF3BD 0x9A23 # 0 +0xF3BE 0x9A1E # 0 +0xF3BF 0x9A1C # 0 +0xF3C0 0x9A14 # 0 +0xF3C1 0x9AC2 # 0 +0xF3C2 0x9B0B # 0 +0xF3C3 0x9B0A # 0 +0xF3C4 0x9B0E # 0 +0xF3C5 0x9B0C # 0 +0xF3C6 0x9B37 # 0 +0xF3C7 0x9BEA # 0 +0xF3C8 0x9BEB # 0 +0xF3C9 0x9BE0 # 0 +0xF3CA 0x9BDE # 0 +0xF3CB 0x9BE4 # 0 +0xF3CC 0x9BE6 # 0 +0xF3CD 0x9BE2 # 0 +0xF3CE 0x9BF0 # 0 +0xF3CF 0x9BD4 # 0 +0xF3D0 0x9BD7 # 0 +0xF3D1 0x9BEC # 0 +0xF3D2 0x9BDC # 0 +0xF3D3 0x9BD9 # 0 +0xF3D4 0x9BE5 # 0 +0xF3D5 0x9BD5 # 0 +0xF3D6 0x9BE1 # 0 +0xF3D7 0x9BDA # 0 +0xF3D8 0x9D77 # 0 +0xF3D9 0x9D81 # 0 +0xF3DA 0x9D8A # 0 +0xF3DB 0x9D84 # 0 +0xF3DC 0x9D88 # 0 +0xF3DD 0x9D71 # 0 +0xF3DE 0x9D80 # 0 +0xF3DF 0x9D78 # 0 +0xF3E0 0x9D86 # 0 +0xF3E1 0x9D8B # 0 +0xF3E2 0x9D8C # 0 +0xF3E3 0x9D7D # 0 +0xF3E4 0x9D6B # 0 +0xF3E5 0x9D74 # 0 +0xF3E6 0x9D75 # 0 +0xF3E7 0x9D70 # 0 +0xF3E8 0x9D69 # 0 +0xF3E9 0x9D85 # 0 +0xF3EA 0x9D73 # 0 +0xF3EB 0x9D7B # 0 +0xF3EC 0x9D82 # 0 +0xF3ED 0x9D6F # 0 +0xF3EE 0x9D79 # 0 +0xF3EF 0x9D7F # 0 +0xF3F0 0x9D87 # 0 +0xF3F1 0x9D68 # 0 +0xF3F2 0x9E94 # 0 +0xF3F3 0x9E91 # 0 +0xF3F4 0x9EC0 # 0 +0xF3F5 0x9EFC # 0 +0xF3F6 0x9F2D # 0 +0xF3F7 0x9F40 # 0 +0xF3F8 0x9F41 # 0 +0xF3F9 0x9F4D # 0 +0xF3FA 0x9F56 # 0 +0xF3FB 0x9F57 # 0 +0xF3FC 0x9F58 # 0 +0xF3FD 0x5337 # 0 +0xF3FE 0x56B2 # 0 +0xF440 0x56B5 # 0 +0xF441 0x56B3 # 0 +0xF442 0x58E3 # 0 +0xF443 0x5B45 # 0 +0xF444 0x5DC6 # 0 +0xF445 0x5DC7 # 0 +0xF446 0x5EEE # 0 +0xF447 0x5EEF # 0 +0xF448 0x5FC0 # 0 +0xF449 0x5FC1 # 0 +0xF44A 0x61F9 # 0 +0xF44B 0x6517 # 0 +0xF44C 0x6516 # 0 +0xF44D 0x6515 # 0 +0xF44E 0x6513 # 0 +0xF44F 0x65DF # 0 +0xF450 0x66E8 # 0 +0xF451 0x66E3 # 0 +0xF452 0x66E4 # 0 +0xF453 0x6AF3 # 0 +0xF454 0x6AF0 # 0 +0xF455 0x6AEA # 0 +0xF456 0x6AE8 # 0 +0xF457 0x6AF9 # 0 +0xF458 0x6AF1 # 0 +0xF459 0x6AEE # 0 +0xF45A 0x6AEF # 0 +0xF45B 0x703C # 0 +0xF45C 0x7035 # 0 +0xF45D 0x702F # 0 +0xF45E 0x7037 # 0 +0xF45F 0x7034 # 0 +0xF460 0x7031 # 0 +0xF461 0x7042 # 0 +0xF462 0x7038 # 0 +0xF463 0x703F # 0 +0xF464 0x703A # 0 +0xF465 0x7039 # 0 +0xF466 0x7040 # 0 +0xF467 0x703B # 0 +0xF468 0x7033 # 0 +0xF469 0x7041 # 0 +0xF46A 0x7213 # 0 +0xF46B 0x7214 # 0 +0xF46C 0x72A8 # 0 +0xF46D 0x737D # 0 +0xF46E 0x737C # 0 +0xF46F 0x74BA # 0 +0xF470 0x76AB # 0 +0xF471 0x76AA # 0 +0xF472 0x76BE # 0 +0xF473 0x76ED # 0 +0xF474 0x77CC # 0 +0xF475 0x77CE # 0 +0xF476 0x77CF # 0 +0xF477 0x77CD # 0 +0xF478 0x77F2 # 0 +0xF479 0x7925 # 0 +0xF47A 0x7923 # 0 +0xF47B 0x7927 # 0 +0xF47C 0x7928 # 0 +0xF47D 0x7924 # 0 +0xF47E 0x7929 # 0 +0xF4A1 0x79B2 # 0 +0xF4A2 0x7A6E # 0 +0xF4A3 0x7A6C # 0 +0xF4A4 0x7A6D # 0 +0xF4A5 0x7AF7 # 0 +0xF4A6 0x7C49 # 0 +0xF4A7 0x7C48 # 0 +0xF4A8 0x7C4A # 0 +0xF4A9 0x7C47 # 0 +0xF4AA 0x7C45 # 0 +0xF4AB 0x7CEE # 0 +0xF4AC 0x7E7B # 0 +0xF4AD 0x7E7E # 0 +0xF4AE 0x7E81 # 0 +0xF4AF 0x7E80 # 0 +0xF4B0 0x7FBA # 0 +0xF4B1 0x7FFF # 0 +0xF4B2 0x8079 # 0 +0xF4B3 0x81DB # 0 +0xF4B4 0x81D9 # 0 +0xF4B5 0x820B # 0 +0xF4B6 0x8268 # 0 +0xF4B7 0x8269 # 0 +0xF4B8 0x8622 # 0 +0xF4B9 0x85FF # 0 +0xF4BA 0x8601 # 0 +0xF4BB 0x85FE # 0 +0xF4BC 0x861B # 0 +0xF4BD 0x8600 # 0 +0xF4BE 0x85F6 # 0 +0xF4BF 0x8604 # 0 +0xF4C0 0x8609 # 0 +0xF4C1 0x8605 # 0 +0xF4C2 0x860C # 0 +0xF4C3 0x85FD # 0 +0xF4C4 0x8819 # 0 +0xF4C5 0x8810 # 0 +0xF4C6 0x8811 # 0 +0xF4C7 0x8817 # 0 +0xF4C8 0x8813 # 0 +0xF4C9 0x8816 # 0 +0xF4CA 0x8963 # 0 +0xF4CB 0x8966 # 0 +0xF4CC 0x89B9 # 0 +0xF4CD 0x89F7 # 0 +0xF4CE 0x8B60 # 0 +0xF4CF 0x8B6A # 0 +0xF4D0 0x8B5D # 0 +0xF4D1 0x8B68 # 0 +0xF4D2 0x8B63 # 0 +0xF4D3 0x8B65 # 0 +0xF4D4 0x8B67 # 0 +0xF4D5 0x8B6D # 0 +0xF4D6 0x8DAE # 0 +0xF4D7 0x8E86 # 0 +0xF4D8 0x8E88 # 0 +0xF4D9 0x8E84 # 0 +0xF4DA 0x8F59 # 0 +0xF4DB 0x8F56 # 0 +0xF4DC 0x8F57 # 0 +0xF4DD 0x8F55 # 0 +0xF4DE 0x8F58 # 0 +0xF4DF 0x8F5A # 0 +0xF4E0 0x908D # 0 +0xF4E1 0x9143 # 0 +0xF4E2 0x9141 # 0 +0xF4E3 0x91B7 # 0 +0xF4E4 0x91B5 # 0 +0xF4E5 0x91B2 # 0 +0xF4E6 0x91B3 # 0 +0xF4E7 0x940B # 0 +0xF4E8 0x9413 # 0 +0xF4E9 0x93FB # 0 +0xF4EA 0x9420 # 0 +0xF4EB 0x940F # 0 +0xF4EC 0x9414 # 0 +0xF4ED 0x93FE # 0 +0xF4EE 0x9415 # 0 +0xF4EF 0x9410 # 0 +0xF4F0 0x9428 # 0 +0xF4F1 0x9419 # 0 +0xF4F2 0x940D # 0 +0xF4F3 0x93F5 # 0 +0xF4F4 0x9400 # 0 +0xF4F5 0x93F7 # 0 +0xF4F6 0x9407 # 0 +0xF4F7 0x940E # 0 +0xF4F8 0x9416 # 0 +0xF4F9 0x9412 # 0 +0xF4FA 0x93FA # 0 +0xF4FB 0x9409 # 0 +0xF4FC 0x93F8 # 0 +0xF4FD 0x940A # 0 +0xF4FE 0x93FF # 0 +0xF540 0x93FC # 0 +0xF541 0x940C # 0 +0xF542 0x93F6 # 0 +0xF543 0x9411 # 0 +0xF544 0x9406 # 0 +0xF545 0x95DE # 0 +0xF546 0x95E0 # 0 +0xF547 0x95DF # 0 +0xF548 0x972E # 0 +0xF549 0x972F # 0 +0xF54A 0x97B9 # 0 +0xF54B 0x97BB # 0 +0xF54C 0x97FD # 0 +0xF54D 0x97FE # 0 +0xF54E 0x9860 # 0 +0xF54F 0x9862 # 0 +0xF550 0x9863 # 0 +0xF551 0x985F # 0 +0xF552 0x98C1 # 0 +0xF553 0x98C2 # 0 +0xF554 0x9950 # 0 +0xF555 0x994E # 0 +0xF556 0x9959 # 0 +0xF557 0x994C # 0 +0xF558 0x994B # 0 +0xF559 0x9953 # 0 +0xF55A 0x9A32 # 0 +0xF55B 0x9A34 # 0 +0xF55C 0x9A31 # 0 +0xF55D 0x9A2C # 0 +0xF55E 0x9A2A # 0 +0xF55F 0x9A36 # 0 +0xF560 0x9A29 # 0 +0xF561 0x9A2E # 0 +0xF562 0x9A38 # 0 +0xF563 0x9A2D # 0 +0xF564 0x9AC7 # 0 +0xF565 0x9ACA # 0 +0xF566 0x9AC6 # 0 +0xF567 0x9B10 # 0 +0xF568 0x9B12 # 0 +0xF569 0x9B11 # 0 +0xF56A 0x9C0B # 0 +0xF56B 0x9C08 # 0 +0xF56C 0x9BF7 # 0 +0xF56D 0x9C05 # 0 +0xF56E 0x9C12 # 0 +0xF56F 0x9BF8 # 0 +0xF570 0x9C40 # 0 +0xF571 0x9C07 # 0 +0xF572 0x9C0E # 0 +0xF573 0x9C06 # 0 +0xF574 0x9C17 # 0 +0xF575 0x9C14 # 0 +0xF576 0x9C09 # 0 +0xF577 0x9D9F # 0 +0xF578 0x9D99 # 0 +0xF579 0x9DA4 # 0 +0xF57A 0x9D9D # 0 +0xF57B 0x9D92 # 0 +0xF57C 0x9D98 # 0 +0xF57D 0x9D90 # 0 +0xF57E 0x9D9B # 0 +0xF5A1 0x9DA0 # 0 +0xF5A2 0x9D94 # 0 +0xF5A3 0x9D9C # 0 +0xF5A4 0x9DAA # 0 +0xF5A5 0x9D97 # 0 +0xF5A6 0x9DA1 # 0 +0xF5A7 0x9D9A # 0 +0xF5A8 0x9DA2 # 0 +0xF5A9 0x9DA8 # 0 +0xF5AA 0x9D9E # 0 +0xF5AB 0x9DA3 # 0 +0xF5AC 0x9DBF # 0 +0xF5AD 0x9DA9 # 0 +0xF5AE 0x9D96 # 0 +0xF5AF 0x9DA6 # 0 +0xF5B0 0x9DA7 # 0 +0xF5B1 0x9E99 # 0 +0xF5B2 0x9E9B # 0 +0xF5B3 0x9E9A # 0 +0xF5B4 0x9EE5 # 0 +0xF5B5 0x9EE4 # 0 +0xF5B6 0x9EE7 # 0 +0xF5B7 0x9EE6 # 0 +0xF5B8 0x9F30 # 0 +0xF5B9 0x9F2E # 0 +0xF5BA 0x9F5B # 0 +0xF5BB 0x9F60 # 0 +0xF5BC 0x9F5E # 0 +0xF5BD 0x9F5D # 0 +0xF5BE 0x9F59 # 0 +0xF5BF 0x9F91 # 0 +0xF5C0 0x513A # 0 +0xF5C1 0x5139 # 0 +0xF5C2 0x5298 # 0 +0xF5C3 0x5297 # 0 +0xF5C4 0x56C3 # 0 +0xF5C5 0x56BD # 0 +0xF5C6 0x56BE # 0 +0xF5C7 0x5B48 # 0 +0xF5C8 0x5B47 # 0 +0xF5C9 0x5DCB # 0 +0xF5CA 0x5DCF # 0 +0xF5CB 0x5EF1 # 0 +0xF5CC 0x61FD # 0 +0xF5CD 0x651B # 0 +0xF5CE 0x6B02 # 0 +0xF5CF 0x6AFC # 0 +0xF5D0 0x6B03 # 0 +0xF5D1 0x6AF8 # 0 +0xF5D2 0x6B00 # 0 +0xF5D3 0x7043 # 0 +0xF5D4 0x7044 # 0 +0xF5D5 0x704A # 0 +0xF5D6 0x7048 # 0 +0xF5D7 0x7049 # 0 +0xF5D8 0x7045 # 0 +0xF5D9 0x7046 # 0 +0xF5DA 0x721D # 0 +0xF5DB 0x721A # 0 +0xF5DC 0x7219 # 0 +0xF5DD 0x737E # 0 +0xF5DE 0x7517 # 0 +0xF5DF 0x766A # 0 +0xF5E0 0x77D0 # 0 +0xF5E1 0x792D # 0 +0xF5E2 0x7931 # 0 +0xF5E3 0x792F # 0 +0xF5E4 0x7C54 # 0 +0xF5E5 0x7C53 # 0 +0xF5E6 0x7CF2 # 0 +0xF5E7 0x7E8A # 0 +0xF5E8 0x7E87 # 0 +0xF5E9 0x7E88 # 0 +0xF5EA 0x7E8B # 0 +0xF5EB 0x7E86 # 0 +0xF5EC 0x7E8D # 0 +0xF5ED 0x7F4D # 0 +0xF5EE 0x7FBB # 0 +0xF5EF 0x8030 # 0 +0xF5F0 0x81DD # 0 +0xF5F1 0x8618 # 0 +0xF5F2 0x862A # 0 +0xF5F3 0x8626 # 0 +0xF5F4 0x861F # 0 +0xF5F5 0x8623 # 0 +0xF5F6 0x861C # 0 +0xF5F7 0x8619 # 0 +0xF5F8 0x8627 # 0 +0xF5F9 0x862E # 0 +0xF5FA 0x8621 # 0 +0xF5FB 0x8620 # 0 +0xF5FC 0x8629 # 0 +0xF5FD 0x861E # 0 +0xF5FE 0x8625 # 0 +0xF640 0x8829 # 0 +0xF641 0x881D # 0 +0xF642 0x881B # 0 +0xF643 0x8820 # 0 +0xF644 0x8824 # 0 +0xF645 0x881C # 0 +0xF646 0x882B # 0 +0xF647 0x884A # 0 +0xF648 0x896D # 0 +0xF649 0x8969 # 0 +0xF64A 0x896E # 0 +0xF64B 0x896B # 0 +0xF64C 0x89FA # 0 +0xF64D 0x8B79 # 0 +0xF64E 0x8B78 # 0 +0xF64F 0x8B45 # 0 +0xF650 0x8B7A # 0 +0xF651 0x8B7B # 0 +0xF652 0x8D10 # 0 +0xF653 0x8D14 # 0 +0xF654 0x8DAF # 0 +0xF655 0x8E8E # 0 +0xF656 0x8E8C # 0 +0xF657 0x8F5E # 0 +0xF658 0x8F5B # 0 +0xF659 0x8F5D # 0 +0xF65A 0x9146 # 0 +0xF65B 0x9144 # 0 +0xF65C 0x9145 # 0 +0xF65D 0x91B9 # 0 +0xF65E 0x943F # 0 +0xF65F 0x943B # 0 +0xF660 0x9436 # 0 +0xF661 0x9429 # 0 +0xF662 0x943D # 0 +0xF663 0x943C # 0 +0xF664 0x9430 # 0 +0xF665 0x9439 # 0 +0xF666 0x942A # 0 +0xF667 0x9437 # 0 +0xF668 0x942C # 0 +0xF669 0x9440 # 0 +0xF66A 0x9431 # 0 +0xF66B 0x95E5 # 0 +0xF66C 0x95E4 # 0 +0xF66D 0x95E3 # 0 +0xF66E 0x9735 # 0 +0xF66F 0x973A # 0 +0xF670 0x97BF # 0 +0xF671 0x97E1 # 0 +0xF672 0x9864 # 0 +0xF673 0x98C9 # 0 +0xF674 0x98C6 # 0 +0xF675 0x98C0 # 0 +0xF676 0x9958 # 0 +0xF677 0x9956 # 0 +0xF678 0x9A39 # 0 +0xF679 0x9A3D # 0 +0xF67A 0x9A46 # 0 +0xF67B 0x9A44 # 0 +0xF67C 0x9A42 # 0 +0xF67D 0x9A41 # 0 +0xF67E 0x9A3A # 0 +0xF6A1 0x9A3F # 0 +0xF6A2 0x9ACD # 0 +0xF6A3 0x9B15 # 0 +0xF6A4 0x9B17 # 0 +0xF6A5 0x9B18 # 0 +0xF6A6 0x9B16 # 0 +0xF6A7 0x9B3A # 0 +0xF6A8 0x9B52 # 0 +0xF6A9 0x9C2B # 0 +0xF6AA 0x9C1D # 0 +0xF6AB 0x9C1C # 0 +0xF6AC 0x9C2C # 0 +0xF6AD 0x9C23 # 0 +0xF6AE 0x9C28 # 0 +0xF6AF 0x9C29 # 0 +0xF6B0 0x9C24 # 0 +0xF6B1 0x9C21 # 0 +0xF6B2 0x9DB7 # 0 +0xF6B3 0x9DB6 # 0 +0xF6B4 0x9DBC # 0 +0xF6B5 0x9DC1 # 0 +0xF6B6 0x9DC7 # 0 +0xF6B7 0x9DCA # 0 +0xF6B8 0x9DCF # 0 +0xF6B9 0x9DBE # 0 +0xF6BA 0x9DC5 # 0 +0xF6BB 0x9DC3 # 0 +0xF6BC 0x9DBB # 0 +0xF6BD 0x9DB5 # 0 +0xF6BE 0x9DCE # 0 +0xF6BF 0x9DB9 # 0 +0xF6C0 0x9DBA # 0 +0xF6C1 0x9DAC # 0 +0xF6C2 0x9DC8 # 0 +0xF6C3 0x9DB1 # 0 +0xF6C4 0x9DAD # 0 +0xF6C5 0x9DCC # 0 +0xF6C6 0x9DB3 # 0 +0xF6C7 0x9DCD # 0 +0xF6C8 0x9DB2 # 0 +0xF6C9 0x9E7A # 0 +0xF6CA 0x9E9C # 0 +0xF6CB 0x9EEB # 0 +0xF6CC 0x9EEE # 0 +0xF6CD 0x9EED # 0 +0xF6CE 0x9F1B # 0 +0xF6CF 0x9F18 # 0 +0xF6D0 0x9F1A # 0 +0xF6D1 0x9F31 # 0 +0xF6D2 0x9F4E # 0 +0xF6D3 0x9F65 # 0 +0xF6D4 0x9F64 # 0 +0xF6D5 0x9F92 # 0 +0xF6D6 0x4EB9 # 0 +0xF6D7 0x56C6 # 0 +0xF6D8 0x56C5 # 0 +0xF6D9 0x56CB # 0 +0xF6DA 0x5971 # 0 +0xF6DB 0x5B4B # 0 +0xF6DC 0x5B4C # 0 +0xF6DD 0x5DD5 # 0 +0xF6DE 0x5DD1 # 0 +0xF6DF 0x5EF2 # 0 +0xF6E0 0x6521 # 0 +0xF6E1 0x6520 # 0 +0xF6E2 0x6526 # 0 +0xF6E3 0x6522 # 0 +0xF6E4 0x6B0B # 0 +0xF6E5 0x6B08 # 0 +0xF6E6 0x6B09 # 0 +0xF6E7 0x6C0D # 0 +0xF6E8 0x7055 # 0 +0xF6E9 0x7056 # 0 +0xF6EA 0x7057 # 0 +0xF6EB 0x7052 # 0 +0xF6EC 0x721E # 0 +0xF6ED 0x721F # 0 +0xF6EE 0x72A9 # 0 +0xF6EF 0x737F # 0 +0xF6F0 0x74D8 # 0 +0xF6F1 0x74D5 # 0 +0xF6F2 0x74D9 # 0 +0xF6F3 0x74D7 # 0 +0xF6F4 0x766D # 0 +0xF6F5 0x76AD # 0 +0xF6F6 0x7935 # 0 +0xF6F7 0x79B4 # 0 +0xF6F8 0x7A70 # 0 +0xF6F9 0x7A71 # 0 +0xF6FA 0x7C57 # 0 +0xF6FB 0x7C5C # 0 +0xF6FC 0x7C59 # 0 +0xF6FD 0x7C5B # 0 +0xF6FE 0x7C5A # 0 +0xF740 0x7CF4 # 0 +0xF741 0x7CF1 # 0 +0xF742 0x7E91 # 0 +0xF743 0x7F4F # 0 +0xF744 0x7F87 # 0 +0xF745 0x81DE # 0 +0xF746 0x826B # 0 +0xF747 0x8634 # 0 +0xF748 0x8635 # 0 +0xF749 0x8633 # 0 +0xF74A 0x862C # 0 +0xF74B 0x8632 # 0 +0xF74C 0x8636 # 0 +0xF74D 0x882C # 0 +0xF74E 0x8828 # 0 +0xF74F 0x8826 # 0 +0xF750 0x882A # 0 +0xF751 0x8825 # 0 +0xF752 0x8971 # 0 +0xF753 0x89BF # 0 +0xF754 0x89BE # 0 +0xF755 0x89FB # 0 +0xF756 0x8B7E # 0 +0xF757 0x8B84 # 0 +0xF758 0x8B82 # 0 +0xF759 0x8B86 # 0 +0xF75A 0x8B85 # 0 +0xF75B 0x8B7F # 0 +0xF75C 0x8D15 # 0 +0xF75D 0x8E95 # 0 +0xF75E 0x8E94 # 0 +0xF75F 0x8E9A # 0 +0xF760 0x8E92 # 0 +0xF761 0x8E90 # 0 +0xF762 0x8E96 # 0 +0xF763 0x8E97 # 0 +0xF764 0x8F60 # 0 +0xF765 0x8F62 # 0 +0xF766 0x9147 # 0 +0xF767 0x944C # 0 +0xF768 0x9450 # 0 +0xF769 0x944A # 0 +0xF76A 0x944B # 0 +0xF76B 0x944F # 0 +0xF76C 0x9447 # 0 +0xF76D 0x9445 # 0 +0xF76E 0x9448 # 0 +0xF76F 0x9449 # 0 +0xF770 0x9446 # 0 +0xF771 0x973F # 0 +0xF772 0x97E3 # 0 +0xF773 0x986A # 0 +0xF774 0x9869 # 0 +0xF775 0x98CB # 0 +0xF776 0x9954 # 0 +0xF777 0x995B # 0 +0xF778 0x9A4E # 0 +0xF779 0x9A53 # 0 +0xF77A 0x9A54 # 0 +0xF77B 0x9A4C # 0 +0xF77C 0x9A4F # 0 +0xF77D 0x9A48 # 0 +0xF77E 0x9A4A # 0 +0xF7A1 0x9A49 # 0 +0xF7A2 0x9A52 # 0 +0xF7A3 0x9A50 # 0 +0xF7A4 0x9AD0 # 0 +0xF7A5 0x9B19 # 0 +0xF7A6 0x9B2B # 0 +0xF7A7 0x9B3B # 0 +0xF7A8 0x9B56 # 0 +0xF7A9 0x9B55 # 0 +0xF7AA 0x9C46 # 0 +0xF7AB 0x9C48 # 0 +0xF7AC 0x9C3F # 0 +0xF7AD 0x9C44 # 0 +0xF7AE 0x9C39 # 0 +0xF7AF 0x9C33 # 0 +0xF7B0 0x9C41 # 0 +0xF7B1 0x9C3C # 0 +0xF7B2 0x9C37 # 0 +0xF7B3 0x9C34 # 0 +0xF7B4 0x9C32 # 0 +0xF7B5 0x9C3D # 0 +0xF7B6 0x9C36 # 0 +0xF7B7 0x9DDB # 0 +0xF7B8 0x9DD2 # 0 +0xF7B9 0x9DDE # 0 +0xF7BA 0x9DDA # 0 +0xF7BB 0x9DCB # 0 +0xF7BC 0x9DD0 # 0 +0xF7BD 0x9DDC # 0 +0xF7BE 0x9DD1 # 0 +0xF7BF 0x9DDF # 0 +0xF7C0 0x9DE9 # 0 +0xF7C1 0x9DD9 # 0 +0xF7C2 0x9DD8 # 0 +0xF7C3 0x9DD6 # 0 +0xF7C4 0x9DF5 # 0 +0xF7C5 0x9DD5 # 0 +0xF7C6 0x9DDD # 0 +0xF7C7 0x9EB6 # 0 +0xF7C8 0x9EF0 # 0 +0xF7C9 0x9F35 # 0 +0xF7CA 0x9F33 # 0 +0xF7CB 0x9F32 # 0 +0xF7CC 0x9F42 # 0 +0xF7CD 0x9F6B # 0 +0xF7CE 0x9F95 # 0 +0xF7CF 0x9FA2 # 0 +0xF7D0 0x513D # 0 +0xF7D1 0x5299 # 0 +0xF7D2 0x58E8 # 0 +0xF7D3 0x58E7 # 0 +0xF7D4 0x5972 # 0 +0xF7D5 0x5B4D # 0 +0xF7D6 0x5DD8 # 0 +0xF7D7 0x882F # 0 +0xF7D8 0x5F4F # 0 +0xF7D9 0x6201 # 0 +0xF7DA 0x6203 # 0 +0xF7DB 0x6204 # 0 +0xF7DC 0x6529 # 0 +0xF7DD 0x6525 # 0 +0xF7DE 0x6596 # 0 +0xF7DF 0x66EB # 0 +0xF7E0 0x6B11 # 0 +0xF7E1 0x6B12 # 0 +0xF7E2 0x6B0F # 0 +0xF7E3 0x6BCA # 0 +0xF7E4 0x705B # 0 +0xF7E5 0x705A # 0 +0xF7E6 0x7222 # 0 +0xF7E7 0x7382 # 0 +0xF7E8 0x7381 # 0 +0xF7E9 0x7383 # 0 +0xF7EA 0x7670 # 0 +0xF7EB 0x77D4 # 0 +0xF7EC 0x7C67 # 0 +0xF7ED 0x7C66 # 0 +0xF7EE 0x7E95 # 0 +0xF7EF 0x826C # 0 +0xF7F0 0x863A # 0 +0xF7F1 0x8640 # 0 +0xF7F2 0x8639 # 0 +0xF7F3 0x863C # 0 +0xF7F4 0x8631 # 0 +0xF7F5 0x863B # 0 +0xF7F6 0x863E # 0 +0xF7F7 0x8830 # 0 +0xF7F8 0x8832 # 0 +0xF7F9 0x882E # 0 +0xF7FA 0x8833 # 0 +0xF7FB 0x8976 # 0 +0xF7FC 0x8974 # 0 +0xF7FD 0x8973 # 0 +0xF7FE 0x89FE # 0 +0xF840 0x8B8C # 0 +0xF841 0x8B8E # 0 +0xF842 0x8B8B # 0 +0xF843 0x8B88 # 0 +0xF844 0x8C45 # 0 +0xF845 0x8D19 # 0 +0xF846 0x8E98 # 0 +0xF847 0x8F64 # 0 +0xF848 0x8F63 # 0 +0xF849 0x91BC # 0 +0xF84A 0x9462 # 0 +0xF84B 0x9455 # 0 +0xF84C 0x945D # 0 +0xF84D 0x9457 # 0 +0xF84E 0x945E # 0 +0xF84F 0x97C4 # 0 +0xF850 0x97C5 # 0 +0xF851 0x9800 # 0 +0xF852 0x9A56 # 0 +0xF853 0x9A59 # 0 +0xF854 0x9B1E # 0 +0xF855 0x9B1F # 0 +0xF856 0x9B20 # 0 +0xF857 0x9C52 # 0 +0xF858 0x9C58 # 0 +0xF859 0x9C50 # 0 +0xF85A 0x9C4A # 0 +0xF85B 0x9C4D # 0 +0xF85C 0x9C4B # 0 +0xF85D 0x9C55 # 0 +0xF85E 0x9C59 # 0 +0xF85F 0x9C4C # 0 +0xF860 0x9C4E # 0 +0xF861 0x9DFB # 0 +0xF862 0x9DF7 # 0 +0xF863 0x9DEF # 0 +0xF864 0x9DE3 # 0 +0xF865 0x9DEB # 0 +0xF866 0x9DF8 # 0 +0xF867 0x9DE4 # 0 +0xF868 0x9DF6 # 0 +0xF869 0x9DE1 # 0 +0xF86A 0x9DEE # 0 +0xF86B 0x9DE6 # 0 +0xF86C 0x9DF2 # 0 +0xF86D 0x9DF0 # 0 +0xF86E 0x9DE2 # 0 +0xF86F 0x9DEC # 0 +0xF870 0x9DF4 # 0 +0xF871 0x9DF3 # 0 +0xF872 0x9DE8 # 0 +0xF873 0x9DED # 0 +0xF874 0x9EC2 # 0 +0xF875 0x9ED0 # 0 +0xF876 0x9EF2 # 0 +0xF877 0x9EF3 # 0 +0xF878 0x9F06 # 0 +0xF879 0x9F1C # 0 +0xF87A 0x9F38 # 0 +0xF87B 0x9F37 # 0 +0xF87C 0x9F36 # 0 +0xF87D 0x9F43 # 0 +0xF87E 0x9F4F # 0 +0xF8A1 0x9F71 # 0 +0xF8A2 0x9F70 # 0 +0xF8A3 0x9F6E # 0 +0xF8A4 0x9F6F # 0 +0xF8A5 0x56D3 # 0 +0xF8A6 0x56CD # 0 +0xF8A7 0x5B4E # 0 +0xF8A8 0x5C6D # 0 +0xF8A9 0x652D # 0 +0xF8AA 0x66ED # 0 +0xF8AB 0x66EE # 0 +0xF8AC 0x6B13 # 0 +0xF8AD 0x705F # 0 +0xF8AE 0x7061 # 0 +0xF8AF 0x705D # 0 +0xF8B0 0x7060 # 0 +0xF8B1 0x7223 # 0 +0xF8B2 0x74DB # 0 +0xF8B3 0x74E5 # 0 +0xF8B4 0x77D5 # 0 +0xF8B5 0x7938 # 0 +0xF8B6 0x79B7 # 0 +0xF8B7 0x79B6 # 0 +0xF8B8 0x7C6A # 0 +0xF8B9 0x7E97 # 0 +0xF8BA 0x7F89 # 0 +0xF8BB 0x826D # 0 +0xF8BC 0x8643 # 0 +0xF8BD 0x8838 # 0 +0xF8BE 0x8837 # 0 +0xF8BF 0x8835 # 0 +0xF8C0 0x884B # 0 +0xF8C1 0x8B94 # 0 +0xF8C2 0x8B95 # 0 +0xF8C3 0x8E9E # 0 +0xF8C4 0x8E9F # 0 +0xF8C5 0x8EA0 # 0 +0xF8C6 0x8E9D # 0 +0xF8C7 0x91BE # 0 +0xF8C8 0x91BD # 0 +0xF8C9 0x91C2 # 0 +0xF8CA 0x946B # 0 +0xF8CB 0x9468 # 0 +0xF8CC 0x9469 # 0 +0xF8CD 0x96E5 # 0 +0xF8CE 0x9746 # 0 +0xF8CF 0x9743 # 0 +0xF8D0 0x9747 # 0 +0xF8D1 0x97C7 # 0 +0xF8D2 0x97E5 # 0 +0xF8D3 0x9A5E # 0 +0xF8D4 0x9AD5 # 0 +0xF8D5 0x9B59 # 0 +0xF8D6 0x9C63 # 0 +0xF8D7 0x9C67 # 0 +0xF8D8 0x9C66 # 0 +0xF8D9 0x9C62 # 0 +0xF8DA 0x9C5E # 0 +0xF8DB 0x9C60 # 0 +0xF8DC 0x9E02 # 0 +0xF8DD 0x9DFE # 0 +0xF8DE 0x9E07 # 0 +0xF8DF 0x9E03 # 0 +0xF8E0 0x9E06 # 0 +0xF8E1 0x9E05 # 0 +0xF8E2 0x9E00 # 0 +0xF8E3 0x9E01 # 0 +0xF8E4 0x9E09 # 0 +0xF8E5 0x9DFF # 0 +0xF8E6 0x9DFD # 0 +0xF8E7 0x9E04 # 0 +0xF8E8 0x9EA0 # 0 +0xF8E9 0x9F1E # 0 +0xF8EA 0x9F46 # 0 +0xF8EB 0x9F74 # 0 +0xF8EC 0x9F75 # 0 +0xF8ED 0x9F76 # 0 +0xF8EE 0x56D4 # 0 +0xF8EF 0x652E # 0 +0xF8F0 0x65B8 # 0 +0xF8F1 0x6B18 # 0 +0xF8F2 0x6B19 # 0 +0xF8F3 0x6B17 # 0 +0xF8F4 0x6B1A # 0 +0xF8F5 0x7062 # 0 +0xF8F6 0x7226 # 0 +0xF8F7 0x72AA # 0 +0xF8F8 0x77D8 # 0 +0xF8F9 0x77D9 # 0 +0xF8FA 0x7939 # 0 +0xF8FB 0x7C69 # 0 +0xF8FC 0x7C6B # 0 +0xF8FD 0x7CF6 # 0 +0xF8FE 0x7E9A # 0 +0xF940 0x7E98 # 0 +0xF941 0x7E9B # 0 +0xF942 0x7E99 # 0 +0xF943 0x81E0 # 0 +0xF944 0x81E1 # 0 +0xF945 0x8646 # 0 +0xF946 0x8647 # 0 +0xF947 0x8648 # 0 +0xF948 0x8979 # 0 +0xF949 0x897A # 0 +0xF94A 0x897C # 0 +0xF94B 0x897B # 0 +0xF94C 0x89FF # 0 +0xF94D 0x8B98 # 0 +0xF94E 0x8B99 # 0 +0xF94F 0x8EA5 # 0 +0xF950 0x8EA4 # 0 +0xF951 0x8EA3 # 0 +0xF952 0x946E # 0 +0xF953 0x946D # 0 +0xF954 0x946F # 0 +0xF955 0x9471 # 0 +0xF956 0x9473 # 0 +0xF957 0x9749 # 0 +0xF958 0x9872 # 0 +0xF959 0x995F # 0 +0xF95A 0x9C68 # 0 +0xF95B 0x9C6E # 0 +0xF95C 0x9C6D # 0 +0xF95D 0x9E0B # 0 +0xF95E 0x9E0D # 0 +0xF95F 0x9E10 # 0 +0xF960 0x9E0F # 0 +0xF961 0x9E12 # 0 +0xF962 0x9E11 # 0 +0xF963 0x9EA1 # 0 +0xF964 0x9EF5 # 0 +0xF965 0x9F09 # 0 +0xF966 0x9F47 # 0 +0xF967 0x9F78 # 0 +0xF968 0x9F7B # 0 +0xF969 0x9F7A # 0 +0xF96A 0x9F79 # 0 +0xF96B 0x571E # 0 +0xF96C 0x7066 # 0 +0xF96D 0x7C6F # 0 +0xF96E 0x883C # 0 +0xF96F 0x8DB2 # 0 +0xF970 0x8EA6 # 0 +0xF971 0x91C3 # 0 +0xF972 0x9474 # 0 +0xF973 0x9478 # 0 +0xF974 0x9476 # 0 +0xF975 0x9475 # 0 +0xF976 0x9A60 # 0 +0xF977 0x9C74 # 0 +0xF978 0x9C73 # 0 +0xF979 0x9C71 # 0 +0xF97A 0x9C75 # 0 +0xF97B 0x9E14 # 0 +0xF97C 0x9E13 # 0 +0xF97D 0x9EF6 # 0 +0xF97E 0x9F0A # 0 +0xF9A1 0x9FA4 # 0 +0xF9A2 0x7068 # 0 +0xF9A3 0x7065 # 0 +0xF9A4 0x7CF7 # 0 +0xF9A5 0x866A # 0 +0xF9A6 0x883E # 0 +0xF9A7 0x883D # 0 +0xF9A8 0x883F # 0 +0xF9A9 0x8B9E # 0 +0xF9AA 0x8C9C # 0 +0xF9AB 0x8EA9 # 0 +0xF9AC 0x8EC9 # 0 +0xF9AD 0x974B # 0 +0xF9AE 0x9873 # 0 +0xF9AF 0x9874 # 0 +0xF9B0 0x98CC # 0 +0xF9B1 0x9961 # 0 +0xF9B2 0x99AB # 0 +0xF9B3 0x9A64 # 0 +0xF9B4 0x9A66 # 0 +0xF9B5 0x9A67 # 0 +0xF9B6 0x9B24 # 0 +0xF9B7 0x9E15 # 0 +0xF9B8 0x9E17 # 0 +0xF9B9 0x9F48 # 0 +0xF9BA 0x6207 # 0 +0xF9BB 0x6B1E # 0 +0xF9BC 0x7227 # 0 +0xF9BD 0x864C # 0 +0xF9BE 0x8EA8 # 0 +0xF9BF 0x9482 # 0 +0xF9C0 0x9480 # 0 +0xF9C1 0x9481 # 0 +0xF9C2 0x9A69 # 0 +0xF9C3 0x9A68 # 0 +0xF9C4 0x9B2E # 0 +0xF9C5 0x9E19 # 0 +0xF9C6 0x7229 # 0 +0xF9C7 0x864B # 0 +0xF9C8 0x8B9F # 0 +0xF9C9 0x9483 # 0 +0xF9CA 0x9C79 # 0 +0xF9CB 0x9EB7 # 0 +0xF9CC 0x7675 # 0 +0xF9CD 0x9A6B # 0 +0xF9CE 0x9C7A # 0 +0xF9CF 0x9E1D # 0 +0xF9D0 0x7069 # 0 +0xF9D1 0x706A # 0 +0xF9D2 0x9EA4 # 0 +0xF9D3 0x9F7E # 0 +0xF9D4 0x9F49 # 0 +0xF9D5 0x9F98 # 0 +0xF9D6 0x7881 # 0 +0xF9D7 0x92B9 # 0 +0xF9D8 0x88CF # 0 +0xF9D9 0x58BB # 0 +0xF9DA 0x6052 # 0 +0xF9DB 0x7CA7 # 0 +0xF9DC 0x5AFA # 0 +0xF9DD 0x2554 # 0 +0xF9DE 0x2566 # 0 +0xF9DF 0x2557 # 0 +0xF9E0 0x2560 # 0 +0xF9E1 0x256C # 0 +0xF9E2 0x2563 # 0 +0xF9E3 0x255A # 0 +0xF9E4 0x2569 # 0 +0xF9E5 0x255D # 0 +0xF9E6 0x2552 # 0 +0xF9E7 0x2564 # 0 +0xF9E8 0x2555 # 0 +0xF9E9 0x255E # 0 +0xF9EA 0x256A # 0 +0xF9EB 0x2561 # 0 +0xF9EC 0x2558 # 0 +0xF9ED 0x2567 # 0 +0xF9EE 0x255B # 0 +0xF9EF 0x2553 # 0 +0xF9F0 0x2565 # 0 +0xF9F1 0x2556 # 0 +0xF9F2 0x255F # 0 +0xF9F3 0x256B # 0 +0xF9F4 0x2562 # 0 +0xF9F5 0x2559 # 0 +0xF9F6 0x2568 # 0 +0xF9F7 0x255C # 0 +0xF9F8 0x2551 # 0 +0xF9F9 0x2550 # 0 +0xF9FE 0x2593 # 0 +0xFA40 0xE000 # 0 +0xFA41 0xE001 # 0 +0xFA42 0xE002 # 0 +0xFA43 0xE003 # 0 +0xFA44 0xE004 # 0 +0xFA45 0xE005 # 0 +0xFA46 0xE006 # 0 +0xFA47 0xE007 # 0 +0xFA48 0xE008 # 0 +0xFA49 0xE009 # 0 +0xFA4A 0xE00A # 0 +0xFA4B 0xE00B # 0 +0xFA4C 0xE00C # 0 +0xFA4D 0xE00D # 0 +0xFA4E 0xE00E # 0 +0xFA4F 0xE00F # 0 +0xFA50 0xE010 # 0 +0xFA51 0xE011 # 0 +0xFA52 0xE012 # 0 +0xFA53 0xE013 # 0 +0xFA54 0xE014 # 0 +0xFA55 0xE015 # 0 +0xFA56 0xE016 # 0 +0xFA57 0xE017 # 0 +0xFA58 0xE018 # 0 +0xFA59 0xE019 # 0 +0xFA5A 0xE01A # 0 +0xFA5B 0xE01B # 0 +0xFA5C 0xE01C # 0 +0xFA5D 0xE01D # 0 +0xFA5E 0xE01E # 0 +0xFA5F 0xE01F # 0 +0xFA60 0xE020 # 0 +0xFA61 0xE021 # 0 +0xFA62 0xE022 # 0 +0xFA63 0xE023 # 0 +0xFA64 0xE024 # 0 +0xFA65 0xE025 # 0 +0xFA66 0xE026 # 0 +0xFA67 0xE027 # 0 +0xFA68 0xE028 # 0 +0xFA69 0xE029 # 0 +0xFA6A 0xE02A # 0 +0xFA6B 0xE02B # 0 +0xFA6C 0xE02C # 0 +0xFA6D 0xE02D # 0 +0xFA6E 0xE02E # 0 +0xFA6F 0xE02F # 0 +0xFA70 0xE030 # 0 +0xFA71 0xE031 # 0 +0xFA72 0xE032 # 0 +0xFA73 0xE033 # 0 +0xFA74 0xE034 # 0 +0xFA75 0xE035 # 0 +0xFA76 0xE036 # 0 +0xFA77 0xE037 # 0 +0xFA78 0xE038 # 0 +0xFA79 0xE039 # 0 +0xFA7A 0xE03A # 0 +0xFA7B 0xE03B # 0 +0xFA7C 0xE03C # 0 +0xFA7D 0xE03D # 0 +0xFA7E 0xE03E # 0 +0xFAA1 0xE03F # 0 +0xFAA2 0xE040 # 0 +0xFAA3 0xE041 # 0 +0xFAA4 0xE042 # 0 +0xFAA5 0xE043 # 0 +0xFAA6 0xE044 # 0 +0xFAA7 0xE045 # 0 +0xFAA8 0xE046 # 0 +0xFAA9 0xE047 # 0 +0xFAAA 0xE048 # 0 +0xFAAB 0xE049 # 0 +0xFAAC 0xE04A # 0 +0xFAAD 0xE04B # 0 +0xFAAE 0xE04C # 0 +0xFAAF 0xE04D # 0 +0xFAB0 0xE04E # 0 +0xFAB1 0xE04F # 0 +0xFAB2 0xE050 # 0 +0xFAB3 0xE051 # 0 +0xFAB4 0xE052 # 0 +0xFAB5 0xE053 # 0 +0xFAB6 0xE054 # 0 +0xFAB7 0xE055 # 0 +0xFAB8 0xE056 # 0 +0xFAB9 0xE057 # 0 +0xFABA 0xE058 # 0 +0xFABB 0xE059 # 0 +0xFABC 0xE05A # 0 +0xFABD 0xE05B # 0 +0xFABE 0xE05C # 0 +0xFABF 0xE05D # 0 +0xFAC0 0xE05E # 0 +0xFAC1 0xE05F # 0 +0xFAC2 0xE060 # 0 +0xFAC3 0xE061 # 0 +0xFAC4 0xE062 # 0 +0xFAC5 0xE063 # 0 +0xFAC6 0xE064 # 0 +0xFAC7 0xE065 # 0 +0xFAC8 0xE066 # 0 +0xFAC9 0xE067 # 0 +0xFACA 0xE068 # 0 +0xFACB 0xE069 # 0 +0xFACC 0xE06A # 0 +0xFACD 0xE06B # 0 +0xFACE 0xE06C # 0 +0xFACF 0xE06D # 0 +0xFAD0 0xE06E # 0 +0xFAD1 0xE06F # 0 +0xFAD2 0xE070 # 0 +0xFAD3 0xE071 # 0 +0xFAD4 0xE072 # 0 +0xFAD5 0xE073 # 0 +0xFAD6 0xE074 # 0 +0xFAD7 0xE075 # 0 +0xFAD8 0xE076 # 0 +0xFAD9 0xE077 # 0 +0xFADA 0xE078 # 0 +0xFADB 0xE079 # 0 +0xFADC 0xE07A # 0 +0xFADD 0xE07B # 0 +0xFADE 0xE07C # 0 +0xFADF 0xE07D # 0 +0xFAE0 0xE07E # 0 +0xFAE1 0xE07F # 0 +0xFAE2 0xE080 # 0 +0xFAE3 0xE081 # 0 +0xFAE4 0xE082 # 0 +0xFAE5 0xE083 # 0 +0xFAE6 0xE084 # 0 +0xFAE7 0xE085 # 0 +0xFAE8 0xE086 # 0 +0xFAE9 0xE087 # 0 +0xFAEA 0xE088 # 0 +0xFAEB 0xE089 # 0 +0xFAEC 0xE08A # 0 +0xFAED 0xE08B # 0 +0xFAEE 0xE08C # 0 +0xFAEF 0xE08D # 0 +0xFAF0 0xE08E # 0 +0xFAF1 0xE08F # 0 +0xFAF2 0xE090 # 0 +0xFAF3 0xE091 # 0 +0xFAF4 0xE092 # 0 +0xFAF5 0xE093 # 0 +0xFAF6 0xE094 # 0 +0xFAF7 0xE095 # 0 +0xFAF8 0xE096 # 0 +0xFAF9 0xE097 # 0 +0xFAFA 0xE098 # 0 +0xFAFB 0xE099 # 0 +0xFAFC 0xE09A # 0 +0xFAFD 0xE09B # 0 +0xFAFE 0xE09C # 0 +0xFB40 0xE09D # 0 +0xFB41 0xE09E # 0 +0xFB42 0xE09F # 0 +0xFB43 0xE0A0 # 0 +0xFB44 0xE0A1 # 0 +0xFB45 0xE0A2 # 0 +0xFB46 0xE0A3 # 0 +0xFB47 0xE0A4 # 0 +0xFB48 0xE0A5 # 0 +0xFB49 0xE0A6 # 0 +0xFB4A 0xE0A7 # 0 +0xFB4B 0xE0A8 # 0 +0xFB4C 0xE0A9 # 0 +0xFB4D 0xE0AA # 0 +0xFB4E 0xE0AB # 0 +0xFB4F 0xE0AC # 0 +0xFB50 0xE0AD # 0 +0xFB51 0xE0AE # 0 +0xFB52 0xE0AF # 0 +0xFB53 0xE0B0 # 0 +0xFB54 0xE0B1 # 0 +0xFB55 0xE0B2 # 0 +0xFB56 0xE0B3 # 0 +0xFB57 0xE0B4 # 0 +0xFB58 0xE0B5 # 0 +0xFB59 0xE0B6 # 0 +0xFB5A 0xE0B7 # 0 +0xFB5B 0xE0B8 # 0 +0xFB5C 0xE0B9 # 0 +0xFB5D 0xE0BA # 0 +0xFB5E 0xE0BB # 0 +0xFB5F 0xE0BC # 0 +0xFB60 0xE0BD # 0 +0xFB61 0xE0BE # 0 +0xFB62 0xE0BF # 0 +0xFB63 0xE0C0 # 0 +0xFB64 0xE0C1 # 0 +0xFB65 0xE0C2 # 0 +0xFB66 0xE0C3 # 0 +0xFB67 0xE0C4 # 0 +0xFB68 0xE0C5 # 0 +0xFB69 0xE0C6 # 0 +0xFB6A 0xE0C7 # 0 +0xFB6B 0xE0C8 # 0 +0xFB6C 0xE0C9 # 0 +0xFB6D 0xE0CA # 0 +0xFB6E 0xE0CB # 0 +0xFB6F 0xE0CC # 0 +0xFB70 0xE0CD # 0 +0xFB71 0xE0CE # 0 +0xFB72 0xE0CF # 0 +0xFB73 0xE0D0 # 0 +0xFB74 0xE0D1 # 0 +0xFB75 0xE0D2 # 0 +0xFB76 0xE0D3 # 0 +0xFB77 0xE0D4 # 0 +0xFB78 0xE0D5 # 0 +0xFB79 0xE0D6 # 0 +0xFB7A 0xE0D7 # 0 +0xFB7B 0xE0D8 # 0 +0xFB7C 0xE0D9 # 0 +0xFB7D 0xE0DA # 0 +0xFB7E 0xE0DB # 0 +0xFBA1 0xE0DC # 0 +0xFBA2 0xE0DD # 0 +0xFBA3 0xE0DE # 0 +0xFBA4 0xE0DF # 0 +0xFBA5 0xE0E0 # 0 +0xFBA6 0xE0E1 # 0 +0xFBA7 0xE0E2 # 0 +0xFBA8 0xE0E3 # 0 +0xFBA9 0xE0E4 # 0 +0xFBAA 0xE0E5 # 0 +0xFBAB 0xE0E6 # 0 +0xFBAC 0xE0E7 # 0 +0xFBAD 0xE0E8 # 0 +0xFBAE 0xE0E9 # 0 +0xFBAF 0xE0EA # 0 +0xFBB0 0xE0EB # 0 +0xFBB1 0xE0EC # 0 +0xFBB2 0xE0ED # 0 +0xFBB3 0xE0EE # 0 +0xFBB4 0xE0EF # 0 +0xFBB5 0xE0F0 # 0 +0xFBB6 0xE0F1 # 0 +0xFBB7 0xE0F2 # 0 +0xFBB8 0xE0F3 # 0 +0xFBB9 0xE0F4 # 0 +0xFBBA 0xE0F5 # 0 +0xFBBB 0xE0F6 # 0 +0xFBBC 0xE0F7 # 0 +0xFBBD 0xE0F8 # 0 +0xFBBE 0xE0F9 # 0 +0xFBBF 0xE0FA # 0 +0xFBC0 0xE0FB # 0 +0xFBC1 0xE0FC # 0 +0xFBC2 0xE0FD # 0 +0xFBC3 0xE0FE # 0 +0xFBC4 0xE0FF # 0 +0xFBC5 0xE100 # 0 +0xFBC6 0xE101 # 0 +0xFBC7 0xE102 # 0 +0xFBC8 0xE103 # 0 +0xFBC9 0xE104 # 0 +0xFBCA 0xE105 # 0 +0xFBCB 0xE106 # 0 +0xFBCC 0xE107 # 0 +0xFBCD 0xE108 # 0 +0xFBCE 0xE109 # 0 +0xFBCF 0xE10A # 0 +0xFBD0 0xE10B # 0 +0xFBD1 0xE10C # 0 +0xFBD2 0xE10D # 0 +0xFBD3 0xE10E # 0 +0xFBD4 0xE10F # 0 +0xFBD5 0xE110 # 0 +0xFBD6 0xE111 # 0 +0xFBD7 0xE112 # 0 +0xFBD8 0xE113 # 0 +0xFBD9 0xE114 # 0 +0xFBDA 0xE115 # 0 +0xFBDB 0xE116 # 0 +0xFBDC 0xE117 # 0 +0xFBDD 0xE118 # 0 +0xFBDE 0xE119 # 0 +0xFBDF 0xE11A # 0 +0xFBE0 0xE11B # 0 +0xFBE1 0xE11C # 0 +0xFBE2 0xE11D # 0 +0xFBE3 0xE11E # 0 +0xFBE4 0xE11F # 0 +0xFBE5 0xE120 # 0 +0xFBE6 0xE121 # 0 +0xFBE7 0xE122 # 0 +0xFBE8 0xE123 # 0 +0xFBE9 0xE124 # 0 +0xFBEA 0xE125 # 0 +0xFBEB 0xE126 # 0 +0xFBEC 0xE127 # 0 +0xFBED 0xE128 # 0 +0xFBEE 0xE129 # 0 +0xFBEF 0xE12A # 0 +0xFBF0 0xE12B # 0 +0xFBF1 0xE12C # 0 +0xFBF2 0xE12D # 0 +0xFBF3 0xE12E # 0 +0xFBF4 0xE12F # 0 +0xFBF5 0xE130 # 0 +0xFBF6 0xE131 # 0 +0xFBF7 0xE132 # 0 +0xFBF8 0xE133 # 0 +0xFBF9 0xE134 # 0 +0xFBFA 0xE135 # 0 +0xFBFB 0xE136 # 0 +0xFBFC 0xE137 # 0 +0xFBFD 0xE138 # 0 +0xFBFE 0xE139 # 0 +0xFC40 0xE13A # 0 +0xFC41 0xE13B # 0 +0xFC42 0xE13C # 0 +0xFC43 0xE13D # 0 +0xFC44 0xE13E # 0 +0xFC45 0xE13F # 0 +0xFC46 0xE140 # 0 +0xFC47 0xE141 # 0 +0xFC48 0xE142 # 0 +0xFC49 0xE143 # 0 +0xFC4A 0xE144 # 0 +0xFC4B 0xE145 # 0 +0xFC4C 0xE146 # 0 +0xFC4D 0xE147 # 0 +0xFC4E 0xE148 # 0 +0xFC4F 0xE149 # 0 +0xFC50 0xE14A # 0 +0xFC51 0xE14B # 0 +0xFC52 0xE14C # 0 +0xFC53 0xE14D # 0 +0xFC54 0xE14E # 0 +0xFC55 0xE14F # 0 +0xFC56 0xE150 # 0 +0xFC57 0xE151 # 0 +0xFC58 0xE152 # 0 +0xFC59 0xE153 # 0 +0xFC5A 0xE154 # 0 +0xFC5B 0xE155 # 0 +0xFC5C 0xE156 # 0 +0xFC5D 0xE157 # 0 +0xFC5E 0xE158 # 0 +0xFC5F 0xE159 # 0 +0xFC60 0xE15A # 0 +0xFC61 0xE15B # 0 +0xFC62 0xE15C # 0 +0xFC63 0xE15D # 0 +0xFC64 0xE15E # 0 +0xFC65 0xE15F # 0 +0xFC66 0xE160 # 0 +0xFC67 0xE161 # 0 +0xFC68 0xE162 # 0 +0xFC69 0xE163 # 0 +0xFC6A 0xE164 # 0 +0xFC6B 0xE165 # 0 +0xFC6C 0xE166 # 0 +0xFC6D 0xE167 # 0 +0xFC6E 0xE168 # 0 +0xFC6F 0xE169 # 0 +0xFC70 0xE16A # 0 +0xFC71 0xE16B # 0 +0xFC72 0xE16C # 0 +0xFC73 0xE16D # 0 +0xFC74 0xE16E # 0 +0xFC75 0xE16F # 0 +0xFC76 0xE170 # 0 +0xFC77 0xE171 # 0 +0xFC78 0xE172 # 0 +0xFC79 0xE173 # 0 +0xFC7A 0xE174 # 0 +0xFC7B 0xE175 # 0 +0xFC7C 0xE176 # 0 +0xFC7D 0xE177 # 0 +0xFC7E 0xE178 # 0 +0xFCA1 0xE179 # 0 +0xFCA2 0xE17A # 0 +0xFCA3 0xE17B # 0 +0xFCA4 0xE17C # 0 +0xFCA5 0xE17D # 0 +0xFCA6 0xE17E # 0 +0xFCA7 0xE17F # 0 +0xFCA8 0xE180 # 0 +0xFCA9 0xE181 # 0 +0xFCAA 0xE182 # 0 +0xFCAB 0xE183 # 0 +0xFCAC 0xE184 # 0 +0xFCAD 0xE185 # 0 +0xFCAE 0xE186 # 0 +0xFCAF 0xE187 # 0 +0xFCB0 0xE188 # 0 +0xFCB1 0xE189 # 0 +0xFCB2 0xE18A # 0 +0xFCB3 0xE18B # 0 +0xFCB4 0xE18C # 0 +0xFCB5 0xE18D # 0 +0xFCB6 0xE18E # 0 +0xFCB7 0xE18F # 0 +0xFCB8 0xE190 # 0 +0xFCB9 0xE191 # 0 +0xFCBA 0xE192 # 0 +0xFCBB 0xE193 # 0 +0xFCBC 0xE194 # 0 +0xFCBD 0xE195 # 0 +0xFCBE 0xE196 # 0 +0xFCBF 0xE197 # 0 +0xFCC0 0xE198 # 0 +0xFCC1 0xE199 # 0 +0xFCC2 0xE19A # 0 +0xFCC3 0xE19B # 0 +0xFCC4 0xE19C # 0 +0xFCC5 0xE19D # 0 +0xFCC6 0xE19E # 0 +0xFCC7 0xE19F # 0 +0xFCC8 0xE1A0 # 0 +0xFCC9 0xE1A1 # 0 +0xFCCA 0xE1A2 # 0 +0xFCCB 0xE1A3 # 0 +0xFCCC 0xE1A4 # 0 +0xFCCD 0xE1A5 # 0 +0xFCCE 0xE1A6 # 0 +0xFCCF 0xE1A7 # 0 +0xFCD0 0xE1A8 # 0 +0xFCD1 0xE1A9 # 0 +0xFCD2 0xE1AA # 0 +0xFCD3 0xE1AB # 0 +0xFCD4 0xE1AC # 0 +0xFCD5 0xE1AD # 0 +0xFCD6 0xE1AE # 0 +0xFCD7 0xE1AF # 0 +0xFCD8 0xE1B0 # 0 +0xFCD9 0xE1B1 # 0 +0xFCDA 0xE1B2 # 0 +0xFCDB 0xE1B3 # 0 +0xFCDC 0xE1B4 # 0 +0xFCDD 0xE1B5 # 0 +0xFCDE 0xE1B6 # 0 +0xFCDF 0xE1B7 # 0 +0xFCE0 0xE1B8 # 0 +0xFCE1 0xE1B9 # 0 +0xFCE2 0xE1BA # 0 +0xFCE3 0xE1BB # 0 +0xFCE4 0xE1BC # 0 +0xFCE5 0xE1BD # 0 +0xFCE6 0xE1BE # 0 +0xFCE7 0xE1BF # 0 +0xFCE8 0xE1C0 # 0 +0xFCE9 0xE1C1 # 0 +0xFCEA 0xE1C2 # 0 +0xFCEB 0xE1C3 # 0 +0xFCEC 0xE1C4 # 0 +0xFCED 0xE1C5 # 0 +0xFCEE 0xE1C6 # 0 +0xFCEF 0xE1C7 # 0 +0xFCF0 0xE1C8 # 0 +0xFCF1 0xE1C9 # 0 +0xFCF2 0xE1CA # 0 +0xFCF3 0xE1CB # 0 +0xFCF4 0xE1CC # 0 +0xFCF5 0xE1CD # 0 +0xFCF6 0xE1CE # 0 +0xFCF7 0xE1CF # 0 +0xFCF8 0xE1D0 # 0 +0xFCF9 0xE1D1 # 0 +0xFCFA 0xE1D2 # 0 +0xFCFB 0xE1D3 # 0 +0xFCFC 0xE1D4 # 0 +0xFCFD 0xE1D5 # 0 +0xFCFE 0xE1D6 # 0 +0xFD40 0xE1D7 # 0 +0xFD41 0xE1D8 # 0 +0xFD42 0xE1D9 # 0 +0xFD43 0xE1DA # 0 +0xFD44 0xE1DB # 0 +0xFD45 0xE1DC # 0 +0xFD46 0xE1DD # 0 +0xFD47 0xE1DE # 0 +0xFD48 0xE1DF # 0 +0xFD49 0xE1E0 # 0 +0xFD4A 0xE1E1 # 0 +0xFD4B 0xE1E2 # 0 +0xFD4C 0xE1E3 # 0 +0xFD4D 0xE1E4 # 0 +0xFD4E 0xE1E5 # 0 +0xFD4F 0xE1E6 # 0 +0xFD50 0xE1E7 # 0 +0xFD51 0xE1E8 # 0 +0xFD52 0xE1E9 # 0 +0xFD53 0xE1EA # 0 +0xFD54 0xE1EB # 0 +0xFD55 0xE1EC # 0 +0xFD56 0xE1ED # 0 +0xFD57 0xE1EE # 0 +0xFD58 0xE1EF # 0 +0xFD59 0xE1F0 # 0 +0xFD5A 0xE1F1 # 0 +0xFD5B 0xE1F2 # 0 +0xFD5C 0xE1F3 # 0 +0xFD5D 0xE1F4 # 0 +0xFD5E 0xE1F5 # 0 +0xFD5F 0xE1F6 # 0 +0xFD60 0xE1F7 # 0 +0xFD61 0xE1F8 # 0 +0xFD62 0xE1F9 # 0 +0xFD63 0xE1FA # 0 +0xFD64 0xE1FB # 0 +0xFD65 0xE1FC # 0 +0xFD66 0xE1FD # 0 +0xFD67 0xE1FE # 0 +0xFD68 0xE1FF # 0 +0xFD69 0xE200 # 0 +0xFD6A 0xE201 # 0 +0xFD6B 0xE202 # 0 +0xFD6C 0xE203 # 0 +0xFD6D 0xE204 # 0 +0xFD6E 0xE205 # 0 +0xFD6F 0xE206 # 0 +0xFD70 0xE207 # 0 +0xFD71 0xE208 # 0 +0xFD72 0xE209 # 0 +0xFD73 0xE20A # 0 +0xFD74 0xE20B # 0 +0xFD75 0xE20C # 0 +0xFD76 0xE20D # 0 +0xFD77 0xE20E # 0 +0xFD78 0xE20F # 0 +0xFD79 0xE210 # 0 +0xFD7A 0xE211 # 0 +0xFD7B 0xE212 # 0 +0xFD7C 0xE213 # 0 +0xFD7D 0xE214 # 0 +0xFD7E 0xE215 # 0 +0xFDA1 0xE216 # 0 +0xFDA2 0xE217 # 0 +0xFDA3 0xE218 # 0 +0xFDA4 0xE219 # 0 +0xFDA5 0xE21A # 0 +0xFDA6 0xE21B # 0 +0xFDA7 0xE21C # 0 +0xFDA8 0xE21D # 0 +0xFDA9 0xE21E # 0 +0xFDAA 0xE21F # 0 +0xFDAB 0xE220 # 0 +0xFDAC 0xE221 # 0 +0xFDAD 0xE222 # 0 +0xFDAE 0xE223 # 0 +0xFDAF 0xE224 # 0 +0xFDB0 0xE225 # 0 +0xFDB1 0xE226 # 0 +0xFDB2 0xE227 # 0 +0xFDB3 0xE228 # 0 +0xFDB4 0xE229 # 0 +0xFDB5 0xE22A # 0 +0xFDB6 0xE22B # 0 +0xFDB7 0xE22C # 0 +0xFDB8 0xE22D # 0 +0xFDB9 0xE22E # 0 +0xFDBA 0xE22F # 0 +0xFDBB 0xE230 # 0 +0xFDBC 0xE231 # 0 +0xFDBD 0xE232 # 0 +0xFDBE 0xE233 # 0 +0xFDBF 0xE234 # 0 +0xFDC0 0xE235 # 0 +0xFDC1 0xE236 # 0 +0xFDC2 0xE237 # 0 +0xFDC3 0xE238 # 0 +0xFDC4 0xE239 # 0 +0xFDC5 0xE23A # 0 +0xFDC6 0xE23B # 0 +0xFDC7 0xE23C # 0 +0xFDC8 0xE23D # 0 +0xFDC9 0xE23E # 0 +0xFDCA 0xE23F # 0 +0xFDCB 0xE240 # 0 +0xFDCC 0xE241 # 0 +0xFDCD 0xE242 # 0 +0xFDCE 0xE243 # 0 +0xFDCF 0xE244 # 0 +0xFDD0 0xE245 # 0 +0xFDD1 0xE246 # 0 +0xFDD2 0xE247 # 0 +0xFDD3 0xE248 # 0 +0xFDD4 0xE249 # 0 +0xFDD5 0xE24A # 0 +0xFDD6 0xE24B # 0 +0xFDD7 0xE24C # 0 +0xFDD8 0xE24D # 0 +0xFDD9 0xE24E # 0 +0xFDDA 0xE24F # 0 +0xFDDB 0xE250 # 0 +0xFDDC 0xE251 # 0 +0xFDDD 0xE252 # 0 +0xFDDE 0xE253 # 0 +0xFDDF 0xE254 # 0 +0xFDE0 0xE255 # 0 +0xFDE1 0xE256 # 0 +0xFDE2 0xE257 # 0 +0xFDE3 0xE258 # 0 +0xFDE4 0xE259 # 0 +0xFDE5 0xE25A # 0 +0xFDE6 0xE25B # 0 +0xFDE7 0xE25C # 0 +0xFDE8 0xE25D # 0 +0xFDE9 0xE25E # 0 +0xFDEA 0xE25F # 0 +0xFDEB 0xE260 # 0 +0xFDEC 0xE261 # 0 +0xFDED 0xE262 # 0 +0xFDEE 0xE263 # 0 +0xFDEF 0xE264 # 0 +0xFDF0 0xE265 # 0 +0xFDF1 0xE266 # 0 +0xFDF2 0xE267 # 0 +0xFDF3 0xE268 # 0 +0xFDF4 0xE269 # 0 +0xFDF5 0xE26A # 0 +0xFDF6 0xE26B # 0 +0xFDF7 0xE26C # 0 +0xFDF8 0xE26D # 0 +0xFDF9 0xE26E # 0 +0xFDFA 0xE26F # 0 +0xFDFB 0xE270 # 0 +0xFDFC 0xE271 # 0 +0xFDFD 0xE272 # 0 +0xFDFE 0xE273 # 0 +0xFE40 0xE274 # 0 +0xFE41 0xE275 # 0 +0xFE42 0xE276 # 0 +0xFE43 0xE277 # 0 +0xFE44 0xE278 # 0 +0xFE45 0xE279 # 0 +0xFE46 0xE27A # 0 +0xFE47 0xE27B # 0 +0xFE48 0xE27C # 0 +0xFE49 0xE27D # 0 +0xFE4A 0xE27E # 0 +0xFE4B 0xE27F # 0 +0xFE4C 0xE280 # 0 +0xFE4D 0xE281 # 0 +0xFE4E 0xE282 # 0 +0xFE4F 0xE283 # 0 +0xFE50 0xE284 # 0 +0xFE51 0xE285 # 0 +0xFE52 0xE286 # 0 +0xFE53 0xE287 # 0 +0xFE54 0xE288 # 0 +0xFE55 0xE289 # 0 +0xFE56 0xE28A # 0 +0xFE57 0xE28B # 0 +0xFE58 0xE28C # 0 +0xFE59 0xE28D # 0 +0xFE5A 0xE28E # 0 +0xFE5B 0xE28F # 0 +0xFE5C 0xE290 # 0 +0xFE5D 0xE291 # 0 +0xFE5E 0xE292 # 0 +0xFE5F 0xE293 # 0 +0xFE60 0xE294 # 0 +0xFE61 0xE295 # 0 +0xFE62 0xE296 # 0 +0xFE63 0xE297 # 0 +0xFE64 0xE298 # 0 +0xFE65 0xE299 # 0 +0xFE66 0xE29A # 0 +0xFE67 0xE29B # 0 +0xFE68 0xE29C # 0 +0xFE69 0xE29D # 0 +0xFE6A 0xE29E # 0 +0xFE6B 0xE29F # 0 +0xFE6C 0xE2A0 # 0 +0xFE6D 0xE2A1 # 0 +0xFE6E 0xE2A2 # 0 +0xFE6F 0xE2A3 # 0 +0xFE70 0xE2A4 # 0 +0xFE71 0xE2A5 # 0 +0xFE72 0xE2A6 # 0 +0xFE73 0xE2A7 # 0 +0xFE74 0xE2A8 # 0 +0xFE75 0xE2A9 # 0 +0xFE76 0xE2AA # 0 +0xFE77 0xE2AB # 0 +0xFE78 0xE2AC # 0 +0xFE79 0xE2AD # 0 +0xFE7A 0xE2AE # 0 +0xFE7B 0xE2AF # 0 +0xFE7C 0xE2B0 # 0 +0xFE7D 0xE2B1 # 0 +0xFE7E 0xE2B2 # 0 +0xFEA1 0xE2B3 # 0 +0xFEA2 0xE2B4 # 0 +0xFEA3 0xE2B5 # 0 +0xFEA4 0xE2B6 # 0 +0xFEA5 0xE2B7 # 0 +0xFEA6 0xE2B8 # 0 +0xFEA7 0xE2B9 # 0 +0xFEA8 0xE2BA # 0 +0xFEA9 0xE2BB # 0 +0xFEAA 0xE2BC # 0 +0xFEAB 0xE2BD # 0 +0xFEAC 0xE2BE # 0 +0xFEAD 0xE2BF # 0 +0xFEAE 0xE2C0 # 0 +0xFEAF 0xE2C1 # 0 +0xFEB0 0xE2C2 # 0 +0xFEB1 0xE2C3 # 0 +0xFEB2 0xE2C4 # 0 +0xFEB3 0xE2C5 # 0 +0xFEB4 0xE2C6 # 0 +0xFEB5 0xE2C7 # 0 +0xFEB6 0xE2C8 # 0 +0xFEB7 0xE2C9 # 0 +0xFEB8 0xE2CA # 0 +0xFEB9 0xE2CB # 0 +0xFEBA 0xE2CC # 0 +0xFEBB 0xE2CD # 0 +0xFEBC 0xE2CE # 0 +0xFEBD 0xE2CF # 0 +0xFEBE 0xE2D0 # 0 +0xFEBF 0xE2D1 # 0 +0xFEC0 0xE2D2 # 0 +0xFEC1 0xE2D3 # 0 +0xFEC2 0xE2D4 # 0 +0xFEC3 0xE2D5 # 0 +0xFEC4 0xE2D6 # 0 +0xFEC5 0xE2D7 # 0 +0xFEC6 0xE2D8 # 0 +0xFEC7 0xE2D9 # 0 +0xFEC8 0xE2DA # 0 +0xFEC9 0xE2DB # 0 +0xFECA 0xE2DC # 0 +0xFECB 0xE2DD # 0 +0xFECC 0xE2DE # 0 +0xFECD 0xE2DF # 0 +0xFECE 0xE2E0 # 0 +0xFECF 0xE2E1 # 0 +0xFED0 0xE2E2 # 0 +0xFED1 0xE2E3 # 0 +0xFED2 0xE2E4 # 0 +0xFED3 0xE2E5 # 0 +0xFED4 0xE2E6 # 0 +0xFED5 0xE2E7 # 0 +0xFED6 0xE2E8 # 0 +0xFED7 0xE2E9 # 0 +0xFED8 0xE2EA # 0 +0xFED9 0xE2EB # 0 +0xFEDA 0xE2EC # 0 +0xFEDB 0xE2ED # 0 +0xFEDC 0xE2EE # 0 +0xFEDD 0xE2EF # 0 +0xFEDE 0xE2F0 # 0 +0xFEDF 0xE2F1 # 0 +0xFEE0 0xE2F2 # 0 +0xFEE1 0xE2F3 # 0 +0xFEE2 0xE2F4 # 0 +0xFEE3 0xE2F5 # 0 +0xFEE4 0xE2F6 # 0 +0xFEE5 0xE2F7 # 0 +0xFEE6 0xE2F8 # 0 +0xFEE7 0xE2F9 # 0 +0xFEE8 0xE2FA # 0 +0xFEE9 0xE2FB # 0 +0xFEEA 0xE2FC # 0 +0xFEEB 0xE2FD # 0 +0xFEEC 0xE2FE # 0 +0xFEED 0xE2FF # 0 +0xFEEE 0xE300 # 0 +0xFEEF 0xE301 # 0 +0xFEF0 0xE302 # 0 +0xFEF1 0xE303 # 0 +0xFEF2 0xE304 # 0 +0xFEF3 0xE305 # 0 +0xFEF4 0xE306 # 0 +0xFEF5 0xE307 # 0 +0xFEF6 0xE308 # 0 +0xFEF7 0xE309 # 0 +0xFEF8 0xE30A # 0 +0xFEF9 0xE30B # 0 +0xFEFA 0xE30C # 0 +0xFEFB 0xE30D # 0 +0xFEFC 0xE30E # 0 +0xFEFD 0xE30F # 0 +0xFEFE 0xE310 # 0 diff --git a/desktop/cups-128.png b/desktop/cups-128.png new file mode 100644 index 0000000000000000000000000000000000000000..cffc239d64f39209f2cfa73cbf9bdcb705cf35ae GIT binary patch literal 5530 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 D6a{~~ literal 0 Hc-jL100001 diff --git a/desktop/cups.desktop b/desktop/cups.desktop new file mode 100644 index 0000000000..bec77346a6 --- /dev/null +++ b/desktop/cups.desktop @@ -0,0 +1,29 @@ +[Desktop Entry] +Categories=Application;System;X-Red-Hat-Base; +Encoding=UTF-8 +Exec=htmlview http://localhost:631/ +GenericName= +Icon=cups +MimeType= +Path= +StartupNotify=false +Terminal=false +TerminalOptions= +Type=Application +X-DCOP-ServiceType= +X-KDE-SubstituteUID=false +X-KDE-Username= +Name=Manage Printing +Comment=CUPS Web Interface +Name[en_US]=Manage Printing +Comment[en_US]=CUPS Web Interface +Name[es]=Administrar impresión +Comment[es]=Interfaz Web de CUPS +Name[et]=Trükkimise haldur +Comment[et]=CUPS-i veebiliides +Name[fr]=Gestionnaire d'impression +Comment[fr]=Interface Web de CUPS +Name[pl]=Zarządzanie drukowaniem +Comment[pl]=Interfejs WWW CUPS +Name[it]=Gestione stampa +Comment[it]=Interfaccia web di CUPS diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000000..6612cd2d60 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,264 @@ +# +# "$Id$" +# +# Documentation makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +# +# Document files... +# + +WEBPAGES = \ + cups.css \ + cups-printable.css \ + favicon.ico \ + index.html \ + robots.txt +WEBBUTTONS = \ + images/button-accept-jobs.gif \ + images/button-add-class.gif \ + images/button-add-printer.gif \ + images/button-add-this-printer.gif \ + images/button-cancel-all-jobs.gif \ + images/button-cancel-job.gif \ + images/button-change-settings.gif \ + images/button-clean-print-heads.gif \ + images/button-clear.gif \ + images/button-continue.gif \ + images/button-delete-class.gif \ + images/button-delete-printer.gif \ + images/button-edit-configuration-file.gif \ + images/button-export-samba.gif \ + images/button-help.gif \ + images/button-hold-job.gif \ + images/button-manage-classes.gif \ + images/button-manage-jobs.gif \ + images/button-manage-printers.gif \ + images/button-manage-server.gif \ + images/button-modify-class.gif \ + images/button-modify-printer.gif \ + images/button-move-job.gif \ + images/button-move-jobs.gif \ + images/button-print-self-test-page.gif \ + images/button-print-test-page.gif \ + images/button-publish-printer.gif \ + images/button-reject-jobs.gif \ + images/button-release-job.gif \ + images/button-restart-job.gif \ + images/button-save-changes.gif \ + images/button-search.gif \ + images/button-set-allowed-users.gif \ + images/button-set-as-default.gif \ + images/button-set-printer-options.gif \ + images/button-show-active.gif \ + images/button-show-all.gif \ + images/button-show-completed.gif \ + images/button-show-next.gif \ + images/button-show-previous.gif \ + images/button-sort-ascending.gif \ + images/button-sort-descending.gif \ + images/button-start-class.gif \ + images/button-start-printer.gif \ + images/button-stop-class.gif \ + images/button-stop-printer.gif \ + images/button-unpublish-printer.gif \ + images/button-use-default-config.gif \ + images/button-view-access-log.gif \ + images/button-view-error-log.gif \ + images/button-view-page-log.gif \ + images/button-view-printable-version.gif +WEBIMAGES = \ + images/bottom-left.gif \ + images/bottom-right.gif \ + images/classes.gif \ + images/cups-block-diagram.gif \ + images/esp-logo.gif \ + images/happy.gif \ + images/logo.gif \ + images/printer-idle.gif \ + images/printer-processing.gif \ + images/printer-stopped.gif \ + images/smiley.jpg \ + images/tab-left.gif \ + images/tab-right.gif \ + images/top-left.gif \ + images/top-middle.gif \ + images/top-right.gif \ + images/web-add-this-printer.gif \ + images/web-password.gif \ + images/web-printer-driver.gif \ + images/web-printer-status.gif \ + images/web-set-printer-options.gif \ + images/web-test-page.gif +HELPFILES = \ + help/api-array.html \ + help/api-cups.html \ + help/api-filedir.html \ + help/api-filter.html \ + help/api-httpipp.html \ + help/api-ppd.html \ + help/api-raster.html \ + help/cgi.html \ + help/glossary.html \ + help/license.html \ + help/man-accept.html \ + help/man-backend.html \ + help/man-cancel.html \ + help/man-classes.conf.html \ + help/man-client.conf.html \ + help/man-cups-config.html \ + help/man-cups-lpd.html \ + help/man-cups-polld.html \ + help/man-cupsaddsmb.html \ + help/man-cupsd.conf.html \ + help/man-cupsd.html \ + help/man-cupsenable.html \ + help/man-cupstestdsc.html \ + help/man-cupstestppd.html \ + help/man-filter.html \ + help/man-lp.html \ + help/man-lpadmin.html \ + help/man-lpc.html \ + help/man-lpinfo.html \ + help/man-lpmove.html \ + help/man-lpoptions.html \ + help/man-lppasswd.html \ + help/man-lpq.html \ + help/man-lpr.html \ + help/man-lprm.html \ + help/man-lpstat.html \ + help/man-mime.convs.html \ + help/man-mime.types.html \ + help/man-printers.conf.html \ + help/network.html \ + help/options.html \ + help/overview.html \ + help/policies.html \ + help/ref-access_log.html \ + help/ref-classes-conf.html \ + help/ref-client-conf.html \ + help/ref-cupsd-conf.html \ + help/ref-error_log.html \ + help/ref-mailto-conf.html \ + help/ref-page_log.html \ + help/ref-printers-conf.html \ + help/ref-snmp-conf.html \ + help/ref-subscriptions-conf.html \ + help/security.html \ + help/spec-cmp.html \ + help/spec-command.html \ + help/spec-design.html \ + help/spec-ipp.html \ + help/spec-ppd.html \ + help/spec-raster.html \ + help/spec-stp.html \ + help/standard.html \ + help/translation.html \ + help/whatsnew.html + + +# +# Make all documents... +# + +all: + + +# +# Remove all generated files... +# + +clean: + + +# +# Dummy depend target... +# + +depend: + + +# +# Install all documentation files... +# + +install: all $(INSTALL_LANGUAGES) + $(INSTALL_DIR) -m 755 $(DOCDIR) + for file in $(WEBPAGES); do \ + $(INSTALL_MAN) $$file $(DOCDIR); \ + done + $(INSTALL_DIR) -m 755 $(DOCDIR)/help + for file in $(HELPFILES); do \ + $(INSTALL_MAN) $$file $(DOCDIR)/help; \ + done + $(INSTALL_DIR) -m 755 $(DOCDIR)/images + for file in $(WEBIMAGES) $(WEBBUTTONS); do \ + $(INSTALL_MAN) $$file $(DOCDIR)/images; \ + done + +install-languages: + for lang in $(LANGUAGES); do \ + $(INSTALL_DIR) -m 755 $(DOCDIR)/$$lang/images; \ + if test -f $$lang/index.html; then \ + $(INSTALL_MAN) $$lang/index.html $(DOCDIR)/$$lang; \ + fi; \ + for file in $(WEBBUTTONS); do \ + if test -f $$lang/$$file; then \ + $(INSTALL_MAN) $$lang/$$file $(DOCDIR)/$$lang/images; \ + fi; \ + done \ + done + + +# +# Unnstall all documentation files... +# + +uninstall: $(UNINSTALL_LANGUAGES) + for file in $(WEBPAGES); do \ + $(RM) $(DOCDIR)/$$file; \ + done + for file in $(HELPFILES); do \ + $(INSTALL_MAN) $(DOCDIR)/help/$$file; \ + done + for file in $(WEBIMAGES) $(WEBBUTTONS); do \ + $(INSTALL_MAN) $(DOCDIR)/images/$$file; \ + done + -$(RMDIR) $(DOCDIR)/images + -$(RMDIR) $(DOCDIR)/help + -$(RMDIR) $(DOCDIR) + +uninstall-languages: + -for lang in $(LANGUAGES); do \ + $(RM) $(DOCDIR)/$$lang/index.html; \ + for file in $(WEBBUTTONS); do \ + $(RM) $(DOCDIR)/$$lang/images/$$file; \ + done \ + $(RMDIR) $(DOCDIR)/$$lang/images; \ + $(RMDIR) $(DOCDIR)/$$lang; \ + done + + +# +# End of Makefile. +# diff --git a/doc/cups-printable.css b/doc/cups-printable.css new file mode 100644 index 0000000000..08457c05b0 --- /dev/null +++ b/doc/cups-printable.css @@ -0,0 +1,144 @@ +BODY { + font-family: sans-serif; +} + +H1, H2, H3, H4, H5, H6, P, TD, TH { + font-family: sans-serif; +} + +KBD { + font-family: monospace; + font-weight: bold; +} + +PRE { + font-family: monospace; +} + +PRE.command { + margin-left: 36pt; +} + +P.command { + font-family: monospace; + margin-left: 36pt; +} + +P.formula { + font-style: italic; + margin-left: 36pt; +} + +BLOCKQUOTE { + background: #cccccc; + border: solid thin #999999; + padding: 10pt; +} + +A:link, A:visited { + text-decoration: none; + font-weight: bold; +} + +A:link:hover, A:visited:hover, A:active { + text-decoration: underline; + font-weight: bold; +} + +SUB, SUP { + font-size: 50%; +} + +DIV.table TABLE { + border: solid thin #999999; + border-spacing: 0; + margin-left: auto; + margin-right: auto; +} + +DIV.table CAPTION { + caption-side: top; + font-size: 120%; + font-style: italic; + font-weight: bold; + margin-left: auto; + margin-right: auto; +} + +DIV.table TABLE TD { + border: solid thin #cccccc; + padding-top: 5pt; +} + +DIV.table TABLE TH { + background: #cccccc; + border: none; + border-bottom: solid thin #999999; +} + +DIV.figure TABLE { + margin-left: auto; + margin-right: auto; +} + +DIV.figure CAPTION { + caption-side: bottom; + font-size: 120%; + font-style: italic; + font-weight: bold; + margin-left: auto; + margin-right: auto; +} + +TH.label { + padding-top: 5pt; + text-align: right; + vertical-align: top; +} + +HR { + border: solid thin; +} + +SPAN.info { + background: #000000; + border: thin solid #000000; + color: #ffffff; + font-size: 80%; + font-style: italic; + font-weight: bold; + white-space: nowrap; +} + +H2 SPAN.info, H3 SPAN.info { + float: right; + font-size: 100%; +} + +H2.title, H3.title { + border-bottom: solid 2pt #000000; + page-break-before: always; +} + +DT { + margin-left: 36pt; + margin-top: 12pt; +} + +DD { + margin-left: 54pt; +} + +DL.category DT { + font-weight: bold; +} + +P.summary { + margin-left: 54pt; + font-family: monospace; +} + +SPAN.message { + font-style: italic; + font-size: smaller; +} diff --git a/doc/cups.css b/doc/cups.css new file mode 100644 index 0000000000..0e37f456f6 --- /dev/null +++ b/doc/cups.css @@ -0,0 +1,256 @@ +BODY { + background: #cccc99; + color: #000000; + font-family: sans-serif; +} + +H1, H2, H3, H4, H5, H6, P, TD, TH { + font-family: sans-serif; +} + +KBD { + color: #006600; + font-family: monospace; + font-weight: bold; +} + +PRE { + font-family: monospace; +} + +PRE.command { + color: #7f0000; + margin-left: 36pt; +} + +PRE.command EM { + color: #3f0000; +} + +P.command { + color: #7f0000; + font-family: monospace; + margin-left: 36pt; +} + +P.formula { + font-style: italic; + margin-left: 36pt; +} + +BLOCKQUOTE { + background: #bbbb88; + border: solid thin #999966; + padding: 10pt; +} + +A:link, A:visited { + text-decoration: none; + font-weight: bold; + color: #993300; +} + +A:link:hover, A:visited:hover, A:active { + text-decoration: underline; + font-weight: bold; + color: #bb5500; +} + +A.sel, TR.sel { + background-color: #eeeebb; + color: #993300; +} + +TR.sel TD { + padding: 4pt; +} + +A.unsel, A.unsel:visited { + background-color: #666633; + color: #e8e8b8; +} + +A.unsel:link:hover, A.unsel:visited:hover, A.unsel:active { + background-color: #999966; + color: #663300; +} + +INPUT[TYPE="TEXT"], TEXTAREA { + font-family: monospace; +} + +INPUT[TYPE="IMAGE"] { + border: none; + padding: 2pt; + vertical-align: bottom; +} + +SUB, SUP { + font-size: 50%; +} + +TR.header, TR.header TH, TH.header, TR.trailer, TR.trailer TH, TH.trailer { + background-color: #bbbb88; +} + +TR.page, TD.page { + background-color: #eeeebb; + height: 100%; + padding-top: 20pt; + padding-bottom: 20pt; +} + +TR.data, TD.data, TR.data TD { + padding: 5; + border-bottom: solid 2pt #000000; +} + +TR.data TH { + border-bottom: solid 2pt #000000; + padding-top: 10pt; + padding-left: 5pt; + text-align: left; +} + +DIV.table TABLE { + border: solid thin #999966; + border-spacing: 0; + margin-left: auto; + margin-right: auto; +} + +DIV.table CAPTION { + caption-side: top; + font-size: 120%; + font-style: italic; + font-weight: bold; + margin-left: auto; + margin-right: auto; +} + +DIV.table TABLE TD { + border: solid thin #bbbb88; + padding-top: 5pt; +} + +DIV.table TABLE TH { + background: #bbbb88; + border: none; + border-bottom: solid thin #999966; +} + +DIV.figure TABLE { + margin-left: auto; + margin-right: auto; +} + +DIV.figure CAPTION { + caption-side: bottom; + font-size: 120%; + font-style: italic; + font-weight: bold; + margin-left: auto; + margin-right: auto; +} + +TH.label { + padding-top: 5pt; + text-align: right; + vertical-align: top; +} + +HR { + border: solid thin; +} + +SPAN.info { + background: #000000; + border: thin solid #000000; + color: #ffffff; + font-size: 80%; + font-style: italic; + font-weight: bold; + white-space: nowrap; +} + +H2 SPAN.info, H3 SPAN.info { + float: right; + font-size: 100%; +} + +.conflict { + color: red; +} + +H2.title, H3.title { + border-bottom: solid 2pt #000000; +} + +IMG.button { + border: none; + padding: 2pt; + vertical-align: middle; +} + +DIV.sidebar { + background: #ddddaa; + border: solid 2px #cccc99; + float: right; + margin-left: 10pt; + padding: 5pt; + width: 25%; +} + +DIV.sidebar P.l0 { + margin-bottom: 0; + margin-left: 0; + margin-right: 0; + margin-top: 12pt; +} + +DIV.sidebar P.l1 { + margin-bottom: 0; + margin-left: 36pt; + margin-right: 0; + margin-top: 0; + text-indent: -18pt; +} + +DIV.sidebar P.l2 { + font-style: italic; + margin-bottom: 0; + margin-left: 54pt; + margin-right: 0; + margin-top: 0; + text-indent: -18pt; +} + +TABLE.pager { + background: #cccc99; + border: solid thin #999966; + margin-top: 10pt; + padding: 2pt; +} + +DT { + margin-left: 36pt; + margin-top: 12pt; +} + +DD { + margin-left: 54pt; +} + +DL.category DT { + font-weight: bold; +} + +P.summary { + margin-left: 54pt; + font-family: monospace; +} + +SPAN.message { + font-style: italic; + font-size: smaller; +} diff --git a/doc/de/images/button-accept-jobs.gif b/doc/de/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..ab571594505dae3ce1fa0877a3a96a82045146b5 GIT binary patch literal 633 zc-nLKbhEHboX8-;&?3OVFq45{9-sJ9N$u4-jvK7QwzvoF4$eN3({!eO@|7ve?kwN( zVAI*xXYYTy`~2I>KmULKClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>5M;<$wJzuNz5<=|C3o3aR`xG{`~Sd#0Eru&T!)two%|wN;-R|m zV@6c=RqZ#HNk%-k40N>fJ|=arJGrTCU-j;jzMi|N;-+H@5Bgnv?OR`}YRJaJz{66f zRlwiZU%<{6%EaBr%~Zz4&zGsmF`3I&YwGlw4E)vnJj@y^L)Oe+XuE#(+7+uhcdlK) zzi8cV12sc#b_RCt?o+vS`#aPaIk_}AxfvO!X>iP77Bg7ZBghpGqb7HFrg2oXqNc=>eGRGqYIJv)0QYR|FB-SuVjr3L<7 zf25|_C<>)sXy)N%IkV`CViy}{w8aE2hQ+=M-8XKMu(~q!hG=TOMp0vqtDy@A)0AJY z9!#6PmVqT_Q5tXbv{D8(pXkQ$^%v)zV&MLF%6P4mPb2&Cvz^C}P8Vh6<6W@wxj}?es$WPTdGYr9g8;$T;vbvVXUd)o?f{8(+4rmCwc|t vdwy~W1H;fA#Xg`wy@G{{QozM4}gWxTfyBnRJJXXG`IOM_Qa09zTxSerqbz zB#qllcUM0(u*u}Yes@X1KWBQ2A!kI468$V55_2!W(Zi@@Wt`2Xeu~= zh+S~vjI1R+49gj%-7t04>KjV&+?pIr zwn>%jE4bXW7s#2MS~S-+m1)9MCDnxG{tU5kprq7QD*s=)y-$F_8UVmU8Q%Z^ literal 0 Hc-jL100001 diff --git a/doc/de/images/button-add-printer.gif b/doc/de/images/button-add-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..49b4bcb855a1c302ccd3d2470af9ea9b563f680d GIT binary patch literal 631 zc-nLKbhEHboX8-;&?3N)k!p~WZCzUIQd<+)(H1drO5yaW$*Wg%Z`m?y_nzg)PVKmI z>F~n`*WbQ*^5N6_zyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|C3m@4R`xG{`~Sd#0F4`+JcpMQo%|wMaw6@` z#3f$gt!-a#RrT%IkQ*>ZiCdEOL-+Tp9kM+x`5E7?&hBsMs)`p=Ow?dx;pAfu?Z{%N z?NV*j;^5NYXOHTxZffOYPt{%?w5^{@G!R z_?9eN#lOZttzVOwZ!(u{QWys}GZW`rR=!Mz3(PyObf3{#a+`x^^65uUwAi_~JYDy0 zIwv<16ZiRxcb+jmHYnChVGNTyQ`ol1akVYGjDSa?Kr2IP_phlh88^&za7^MdF!-vc zu-m&WfM>%cfdhvM_ z6E2@Jy%<8 zY8E(mNzh(vhfBM+ST!;wIEb!`*=7Iu+*;}UINROde@WF&R6aA?f;m(m;X^`}zHjT= zoTW2!MYpZC-psaTYEtoYX8YJ`zNM!bn{+vR{L2)XRxY}KAkyROXVo2rkBeTEdOInd r`uIFS$Vy}Bk<%Q{FKo{4PmFDU|MtQB|At0~B7S^6P$?i literal 0 Hc-jL100001 diff --git a/doc/de/images/button-add-this-printer.gif b/doc/de/images/button-add-this-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..df9c7c02ae61b655240192dfce7b5184fce4c8f5 GIT binary patch literal 764 zc-nLKbhEHbJjfuz&?3N)k!p~WZCzUIQd1My-WD-^YVxG1g{xQgY~4C%-~N@yPVKmQ z>F}e6H{QN^^5N6_zyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%^XbGg)&)d16z(Yr>pK1Pzf*h;)7c|yh zNcLKPh&`~{)MQ75Na+;j_Jz-iv~^P?&aJxt+Oga~z`>&H--gHCIp&SN{ES*r&2F9o z1~H5*oP5kx)f)X1Cp&kV%x;*XsoJZ}!8MhEk%Nz)tBrw;ho6^y+RD{y`Pt)nX0|V0 z%CIB;z~1E(`8F?OIlg@Bn(CdI2l;m|yL9D1O+s2n&0)?jW{)o>iqCL(=7hv$HG3 zm`p1UFgA)<2EMstJbBg9*)9GrG` zO6&&BYg%iseT`;jX}@((_1o3e*BJvpmWA}J5WTf6LUj8IuNe>Z=S&H7ak;qQRouxX z@5ClWT~kO(v9;YDAa!#J1DikpR-p@3CJeV2jxZ^lj@kmVC}JZ7U3MsXW@KALix^$#}iz<7*qJw b#8y6;WURC32*+y!&8Jgz-Yjt8V6X-NvV&r; literal 0 Hc-jL100001 diff --git a/doc/de/images/button-cancel-all-jobs.gif b/doc/de/images/button-cancel-all-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..bb92d2059c6beb9d0a576750437768d0c00779dc GIT binary patch literal 728 zc-nLKbhEHbT*n~7&?3OVz{nseC9bBS>g(^Cl#*CfQdm_}+1cGOdFrIaOBZe0vT@g* z9cRv+zW?yvt2ZzI{Qv!*M4HJajHG*q5{7b2M+-w zURK_!CbQoDdd-fwtm&q+%vBAUc^Go0Rco;G@pI}eSd^R4%)fC{b6+?U*9vZX22Osy za?Rx{b+_-duUN4vg7xIIt;^0Hxl>McGdje@PoO+;h{Y%FY8@r!wqvaV;On8Y!Vfw zSe3DE^m)UPJe`}7?_ZF`iD`P?%+nZy);X-4^mKJ)gU_l7KZRNurW>U0oA9$?DT9}5 zt&ELh= z@^jaPkB9DXRdn%coKSO!}C*QXc1swU}TV#5>wMq_4Rj2NlPv+DXOZe?CS2AJay9IrHeLh-mq)W z&NJsu-+y%P_1l+!{{Q|@B2fG%>RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwf3ifFWbmx}4Yh3Utnw@Uk$k>|g%&|A7S?#BOx59bQs&vgfIX$I}HL zGmfp&(Fs0X(>0@K#n+?0QzxgZ>W5W`q}=*qq04`*)wN@dW5$8A$+{(BtuMP{^rxSuX?lfnD~M$9;kYhtAt&}3wNQTL9=BRaU2ME z+{He7L&cMhiINkTC)|_k(LTZPaI+V;fosxFq1J{O{c&<8D~wZp=Ps?eBy-E@VOOIj zgB|yV&ywPHJvL4$j8|{E%obfAc52n4#=w4?#Zpg;*pG9kYWHax6(~CfGkCOHIVc^- z)h)Ocab|5wxX`_+_cv%VtU1)c6jyq8ZiJ;scjA$IhjyL#m=x8;*vVp0ap3vem0B^& z3e*-HUCYdz?owXXddjEqnkjF<#+=u@7fLoSp3tgzC}V*Xlh!}Ecgp>8k4*SD(t7q- sz86fIvs-~7de>LcxW1VC=k9h2a_rmPouBuoy7R;1%i0GMRah9T0Wp>%djJ3c literal 0 Hc-jL100001 diff --git a/doc/de/images/button-change-settings.gif b/doc/de/images/button-change-settings.gif new file mode 100644 index 0000000000000000000000000000000000000000..0c0c4f540820df4391858229cafa9397de7e7766 GIT binary patch literal 635 zc-nLKbhEHboXH@<&?3N)k!p~WZB+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|C9&KrEBlwf{eNIV!407|F06}+PUf(2?^<&C zyF=*m8`rjS$_6gKo?FHvU|hMry-L<(^PwkES9uo;_fGhAXJG&VeIr;h6!>3G}(bmzW!_1wTbidj00~dk?gD z&NDp!N|wucf0IES91WfkX=v2 zGNm2{8Qw(>H+UAii3mJc%OawwHG#*f&g@{(g#!n+G_q{>?b&%&+|!e}e3Qb14&KA_ zln*};xux#rpc~LX%TU0`wRySF=^sJ|E-&&F3FkJA4g7q>KTkCED-fFzBW#wJxHQ_gtmI=2%6O;&f9>Kge z=h@jz?=ABg`xIRH3?jn2F3kvTs4MAuxguz5;DNlFDXksb>W}ec2<)+7u$kSP>{%eu v_{m;niA{cy!_@UJBX;#n=-a#dyX37>hW~#1tUoC$bxn<5FLQjN0E0CEYI!F( literal 0 Hc-jL100001 diff --git a/doc/de/images/button-clean-print-heads.gif b/doc/de/images/button-clean-print-heads.gif new file mode 100644 index 0000000000000000000000000000000000000000..14c64744abc07761923d56a4f2330bc4a079e3d5 GIT binary patch literal 661 zc-nLKbhEHboWdZ&&?3N)k!p~gWmQ`2Qd1My(H=g1YVxG1#cNjeZQC|)|AAGG0!6H{ZT{_VLSyzyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CA{1$EBlwf{eNIVL5I*A7uH2ZCv&cG?OG!I zEg`hE?O5rlT1WT0*Ue1-8SPIedJawUz9A{HrSqLK!*MbFG;*eaklf z9aE?7=ILBAr;vU2-u-K%4jZUV)MVzH%4M4z&cV&h#JPZtFJtC|N4J=mxH+bBKYw{Z zgZ=iLd)e1MeB%5PzK@xao#*|Tg}a5;$M4Jf`|oZ?pxS|bRyP7n6qcQ4WHef*x5%L- zDM~eoS!xfn!A6d)rlr5Um;?$wDK4y)c8m)=xhaUhy(gqX#dOk@=9mpR`;%gQO4m*-V?xi}kgYHKqZYfj?)`7*hA6N3fQjh_rlJm&Gf+9DzR zUDJQQq4l{b-Cx_>#AoxYls){wfq{{0Q?78p7Ou#Ienypq_PiI&r`}bF@fb8*k`kS5 zy?^$q9kPy+QZ}8D_ti&P8E*bO7D$?wrE?mw1|9gSl3+sG~wn1edTkD=lk2U)yQ6X W{o4Kf-wuw9->fe<_}p6<7_0$Z-Y*mY literal 0 Hc-jL100001 diff --git a/doc/de/images/button-clear.gif b/doc/de/images/button-clear.gif new file mode 100644 index 0000000000000000000000000000000000000000..1002f4db2d50948d8e201f1b1dfe845f78aacb25 GIT binary patch literal 371 zc-nLKbhEHbbYKu+Xc1t@NHxgGvMMccsjCa_?hKzkHF?&Y>h+|#UQ|- z!vF*z$1t#7S5WB_P-MthwJzuNz6OU0Un&k&tXuD-E4F)qK==a2_7f?qEP|{iZ@d23 z^J!B9CsFUXgr#7T_Vm}V4Bnl(MkoH5dCsV4u*RavW6W@)WmSG2)mlJ4@E+jicC9Y!_}{y~WRS=gJcurTx(_4Sip| h)lhMN7wx0`@ss}-lNaBuZ0%Gke>|P=P??3n8UO|szG(me literal 0 Hc-jL100001 diff --git a/doc/de/images/button-continue.gif b/doc/de/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..b8a55bfc8427438e7c0efd276fc1666b016edbc7 GIT binary patch literal 467 zc-nLKbhEHb3}+BwXc1t@NHxgLvMMchuB{F1>WG{^HF?UkqBW~}w{4qu@X(rLC%0d_ zbolY3n{VGd`Sj((-~WI9lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_V7^Y^d4G(*(GLZ*}9RbfWTR<>h{3msSm`1rYs${EU2>KmJj zOZj=24b-x=Ik=gaxH*csEK~T{7@0XWrZVR)Zqs4s)?B)L_A(A01IzGM2EGXl%zVXL zQ)+f;@a|&TyHcyN=h9^9IeW(Pl}op7-*W84 z(Mwk@+B2fG%>RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwf3ifFWbmx}4Yh3Utor7)QXHIC!TzCGx{XwB^hGb zyJ&_|{MB2x^&Xq8V8Rrxp=vfQ=N_b#Hlm4?%dP2PUdgjrNgI@_Ke}3 z){gc!+QEFAQ{S?_|NQM)@E_I{-x(Apv9mO-byQ4fT*O`~WLlu)ut>N=;-F9B;R}nb zs?U8&xg#NT%vvm0hPhuyE?cGtYQiq8~L8@z+_sU7PR_aM!iI>SdD>?blxtW^VU3@!_a2bmyAj z&D+=c6q>g9ygNEy*X7I?=N$(8mdU)@aXgDTA0MB<`p`ps=O$4d3%2NcH8W16oSoym LdV`}13xhQPk}&t4 literal 0 Hc-jL100001 diff --git a/doc/de/images/button-delete-printer.gif b/doc/de/images/button-delete-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..1991ba00997afc3d5e51276ad59eeb01e77d1393 GIT binary patch literal 568 zc-nLKbhEHbtYr{kXc1swU}TVz7T46)@DH%{3-Ha#$tCBD!6<41~4f8WMSlD5Ma<@ z00NL>7+C))sPtVBV8~dtF6Z^W0-f_FQamYk^Ge_UKailkK$y4X#FC=ULlgUaZYo=b zhAs9BEGgqHYrX&U-B%5J33fT7H?RF}8d^-^XpCj$XusthdupO;nKnC@20t5LzE*f8 zADd<<6CbMvduMA~M|?PEDyJq3FaKoC-u^b$P97%BY5X%7_*bT{(N}BIV&rS%vdNpu z&B(|xfq{jO<$yZpk&SzGLOBjHazaQ+LVSNyqumov#1o@UpowV6j|=Q0$$6&h`Xxlba$T zFUua?p2EQECmC_Ti@{s`;xgTgWeryii~Lmm)>dsz=awluW8iSWpp}7bF_!_8r>AmA z_bdq&=bM`^H|HL6F}=aPAn@+w@K5h@Z#uE;*PWo8zcAQ+)6>&l^Ahfzndv5`JlDC~ b@8irPk1wv69-x=>q~z6glROblMh0sDv1S5N literal 0 Hc-jL100001 diff --git a/doc/de/images/button-edit-configuration-file.gif b/doc/de/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..fdba12276233d5fc0f3dba9f5323a331fda16313 GIT binary patch literal 837 zc-nLKbhEHbyviWL&?3N)k!p~WWmQ`2Tw4>^(H=d0YVxG1g=<#zZreWpz`@nWPHww; z>F|RG*IvJR`2ORYKmULKClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%2_HnVi>{p*#;GrYc?=ka%x|YiP3oA;j zbbibUbb9Q#v}p4E7Uiw&Zr%b0 z@hp5<^|5U(<&$-$naZ#4vMj z?{q2cbr(5{($3Bn zu9UN#QJ~nPP$lQ!_0U0nzNsUVN^j)UTi0grFIdI#pg}o&b!uqp-%mdBUF#Uwb|_|V zYqVp`d>WD4a7d49kIsu#r8~C2zq_ZDKY8iVmqHc|e8HKf+}9pTos8cvl+nhku6JgN zv~Ix#1|fxG8fM(LcSVVvJF((rY1my$@r;}6BDeF&I=@j3SafgE)3=d3uAi>oKh4f? zXT`~f>u0n>_OYp6TESHim`vI@`538TwFZPVVg literal 0 Hc-jL100001 diff --git a/doc/de/images/button-export-samba.gif b/doc/de/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..a9f51a9a34ae394c445179ce512d2abb1c78b84e GIT binary patch literal 874 zc-nLKbhEHbyvrcM&?3N)k!p~WWmQ`2TvHR+-X1x9YVxG1g=<#zZQVL&|AAG+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%2?6_H8_N&h=@X(R!_n7-YT}x&Dg%u@S zx~US4 z42%o-*mE^l4jY1ccv)ikc@~{N&3W$5y_Q_| zSLYZ{ojLa~`pfCFTP{UE`N7jlk%e)9=cqiV($}Ayj{6OK7 zYbd9XPfhuRDEqGE|3m~Xuq|k84CO4*3|jDt!8nvd;>Az31V$ziy~I;j4qaC7>Obgm zj;G1wiKC$`Gf#llGR>>aVd{^r{A^O;Heoy`(8VS)cUlEYkcor3!y={iYA5X)v=yE= zvvGQ`63#UYmgr4Sy)$&Xw)tO`GswPV$Z+DyzKCOg%-^iet*N(7 zUAg?=d9!~8TLqNEkA;M@Nbs0={ywuue`9*~&b8{Lp04|hmn&>I(0F>%%Fy|oeqwBQ zl6IuH6{|TIr`k4mGJef!H~p%+#Adh6!=2yOvv)K~DZFR1?K*gS|Ei1wf6cl2R9~K6 zzD$1h3o)BJk2p16Oi(qpRaw?)9Gu&zh*L%Nx=>F z^r`%Q%mFH9wT9^_!LyvzOY}NE%#mpk%X+a;D`OMqq8_tX8lox*A73n)5*F1grROR1ZkXV;ozIN>eZ^5Up_c+|#UQ|- z!vF*z$1t!iRZ!^@P-MthwJwL7gGIA{dG`Ia2HkA${%ba`VUMv5XgwyVAtM@mT6OUU zmJ2!Fp<)8OA*B;;i*4-<3sg0Hol&==pRwif!VkB6vXrNvahDZiX5{2FH;u^esP2m7 zW!7NgOOML#u8rwP)@jq7nN!;{yOpJKa#|NdeIqlMx#5z4smoV*1)D1^oHQvRap&GJ dWtV-Sz6TEZA2Hf-OnbMrQpIUa18YSFYXC{*oNxdD literal 0 Hc-jL100001 diff --git a/doc/de/images/button-hold-job.gif b/doc/de/images/button-hold-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..955f9a4e78070fe9693fc8fe7b6cc56f1ab98e32 GIT binary patch literal 585 zc-nLKbhEHbtYr{kXc1sI%fN7+mFuFE9qi9Xx<81Bd{R>UqOd(iIf4+J1@89qLBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9f(#j}*5$n3SDRfr%HZ#ExezS)<^;=tI|5^-u;5u_=eNzOnX+^XyykBedaQ zvu}`Kz^RG@>*ngr{IKaocX#lO!!7@RU94t3sIgN%wj*HY@#73OQ;nBDSv1qFiGfMX u;mw?xEFzZ-zMNas6Los>wGGM3Z!Buw`sTLJGZD#++}ralElOG#7_0#ui4N`n literal 0 Hc-jL100001 diff --git a/doc/de/images/button-manage-classes.gif b/doc/de/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..6489ebc9a2d2ad1c9a486097674acc5796b4865f GIT binary patch literal 639 zc-nLKbhEHbY-bQ*Xc1t@NHxgGwk|Dkt*Z;_Xpf#gHF?t1!ext_*RP$lYuDoAr*>Yy zeB|EU%dcKO`0(+~pZ~xAlL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_V_f-&O9*-6?Qm>H~v_>lNQ@eI_vTlxl`EbMy0a+pzKS z^RjDn_4F|?a`N$WF@~{s^Dt{M@!2peP@ghwMi@so?>vS{%)A;cZ5`!pZIh=?pP4b6 zf3AUAQCDq~1}_`q6fTWYMrO{lCogDlbTD#V%-~{T-e^ac$sLkR z?0q6UA&CY2;yuz&*&x8v$6Y32tK2XX?$dM<474z8G+5tJ9b zKtJyXql5b;(R5~!m_P%C0}+SX_#Z_FSQLa#>z%P|!?hi95}|z|z03>|ALQ8AYS?e? zxz5_Rm*Lc$olGkQUxzYB_lF$KP>`6$F4wb$ZTBmNsf*<_a^_a^GsXO|qdLXc1t@NHxgGvMMQduBi#^XpfjaHF@&X!ext_*R7qjbLXPtr*>Yu zeB}P!E3aNY`0(+~-~Ye=lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_V zV@6c_)n~;=QY6+TBy2m`ttiKFQ@KHE`>J;Z#?s>BAGa+d7e8OR1|ugQKUa<>6Q3=^3iXAHm*!69=VjJl*I=%hI-P%J zZf`%sx+Tl_tND4h>Z=)YZ)fN3zLb20%a)gok%^N_;|>$kbPWz}=GmOuoSBbbFg$t2 z^>&Fm=XPek9QL<2Zr$16t9fs3_TmFFOfLE%J9ivcYhX^zWBZ%E#Gut#gugI#Vd>$6 zT`|0tOah&&eEFI0{u8j+vGl>|u5O0pzL2mk}dTsaoPU}YVt z^P}mKf6z?E9~GU~4onGHWVq6{S7PxZuJ%(}53^Ie8jj4@+OYN1q>Y!{)@$*pYPBqC z3^(@{^z~gBHsgq4S!98)$9C2&qUVGZFC5EEiZM-)HeP6flhB$a}B?F$4)HT`{)4kbjFnz%8VZz z|_vOXc1t@NHxgGvMMchuB{1dZ;O~dHF?UkqBW~}w{Dreci)O*r*_=9 za`gVaE3aNY`0(-d-~WI9lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vgu{H;n20uG*a6(Br zAG>BaOD_W>2OmEdV{3aX6JO?B^(oV4%zA)ypRRtJ;n2)`8oX?bXIgf) zYCgDj=Wa=wObXLVuV;nA7U(apd-OMCZ+ zH<_1N4~u5AnU>D{;B_Q<%?{6+UFxECY;0ExLmNM@zR=9(^!3f91Rd|?iQj*2XYk>*_BmW~Q1J^3mm)f(_+GWl;9SOEOF(A74y=d_jdhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vrk=$bWiCeQEU=UJ?;R=~y5 zuED`w%*i>GOP!Nlll>^e!NX@;do@m;K6{?=$gvZrnE4vcXz;R?aB@w3ap2I+i(JJV zJkEwp9~N?|FVg6rYO}n7@h1bzo%W2VRc!y6_(~4+U)jmbH)SU05rIIf#+@8?4+I;0 zCoyuqJJMAuc%aFc?ZmlIsh!J@dNODRZ^)74yt>1hBTyj0z({uXOjX-$1{{kQJ1mmp zJ(BF8;L5y2ZwgbwE0L_O$=+`*ObZUJIJ(|FvO*+l@yqVXOs9@oZ^&!#TF852Rf6^L z+>@e(?{%_&m*vGUbWK@U;BYS2n|T&mh;$Q zen-ry#|^!Ga!;CGMiyJ0jrCw}Rcy+bcY8;B(#f;C%ejOCYPgRVr@DN2cw((cV}kY0 V&vJRwx^H~lv#Uqi)ro<@8URC58M^=g literal 0 Hc-jL100001 diff --git a/doc/de/images/button-modify-class.gif b/doc/de/images/button-modify-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..e163da7f6b423dea9d1c268a7fed8d2075c98560 GIT binary patch literal 553 zc-nLKbhEHb%wrH?Xc1t@NHxgGwk|DksjUrcZHw>j44*W$VEWYLRV%u7?p$>2)Q+o{ z4nMem?bXW%??1lz^Z)mM5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_RL5HR6K#ig3}|Lq+8N*JX2JsvZLKe3$@aKm_3 zR9{W-DzT|oU&Y;QWM+Jk7wKQ@!z=2vM5F2O0o(kW7liH@`1`VR^Ye3Cv+?rtrZBX1 zbTM-B@pCciG&HruaJ2I%?ZmWzPPA=xM(@t2Wo!OImTr>8?&BN}&OHb6Bavfk)a2K?lwr81! zgn+}dOUvE~=p=CE9Muo7U+y|vY3iy?O;WLUB)A-SW@`2bEwmLW6udoUmBbRCiDHa? z8|FLR^c573@!O#1@@0$jjskA;d>-w%IZZCY$0nSQko;(|DOF{1A#tuueE;F~-~WI9lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vg8YUF*OnQ?S5#P05fJ=j)oi`}6sFaUg zGnA!^fsuocpNp}nC5M?iiQBrlm8X0HCx2Jbq$$&~XRKbZNKdU!ide*Kh~2v)X`&SID-vc!wQvAl`RB;ttPeJOEXo;e(xh6)XhrjcumZyst}V_E95 zRFm1aQ7>*^!^tI;4dD%pmp(Dnv~5j38OyXObY&IK>r=B`BJXq*Z|t!WWidPF^5lV_ zC!*Yok-~c_ppVhSPCL8LWo|5`+66A2+#opwVaNr$>VRI@#NLSU*2I-*5dm YgJ;(l{*x{)M~u!|ed?7_WMHrc0DcJr0{{R3 literal 0 Hc-jL100001 diff --git a/doc/de/images/button-move-job.gif b/doc/de/images/button-move-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..700b9beafd6a3637fbb7c65757f146658d1ad8d9 GIT binary patch literal 686 zc-nLKbhEHboXQ}=&?3N)k!p~gWmQt_TvHR!*&Z={YVzc%1F|U5*IvJR_~GN5zyE*#ClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|C9>QsEBlwf{eNIV!3?1{F06}+PUhU=+O_1; zg$j%H`m6nKxAe{6VJ;alaB#llW}f$Y z>MadEHb&+L43C)a-F(N;&U)w(0G(h@?YR01=Hgp%q)_DD`Gw_m@KAi92q9`lik6OT{l;9*2IKM&286A zib5P44lc1=&vYSD;TXd{FSqrK3L6eMG8;~fQ@v}Uo*l6;b$(XN?L&*Zx(zi?b#DHY zX1X>$IP+jfk_xwL566;>2jBV_7uY4=Q+>VJz<*}z@ol1Sl5TNj^azyvF6n(ARrSr{ zxpl>I{;eWh&e@?4-Wlw!{c!D;sK^HjeF0NmG2z$92rR|2AIbK(E2Rzfvko w?!*@^m~rDT!@37YIexKbJZRM65m~`p#bI{iUbTD2gPvxQYmJ8m6&V<;0b*1?Z2$lO literal 0 Hc-jL100001 diff --git a/doc/de/images/button-move-jobs.gif b/doc/de/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..5da77881634b73f3cb8fe0156480a87e659c3383 GIT binary patch literal 783 zc-nLKbhEHb+`%Bi&?3N)k!p~gWmQt_TvHR!*&Z={YVzc%1xpt-ty?>3$IgYvPHw+? z>F~n`*I&PS_~GN5zyE*#ClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%EJ52af@#w&U0uLQAR@=aXCvvRjUx;Yj zzQr~me8s|vy;bpdqi$HpKHQY7cKAc??n?|6UUpxO3h=jZW%+DBM5MGj(lpf$A zV8qMLTitBhH=&`py}d0zP}Pu)har1={m~FI%xHVte>}{=Or8hl>08d6*}iKX&QD>W3E#@7yy`GvsDx zVCP;O$-&LMpHuhUhff=p{AURM8zJoAz{IK{^hIa`x9i?&u1_mHKCm+|b@G2q4E%7o zv5|pUfGNP@zylf9@BaiEeoZ%2n%2r~aO<)Jdn&_JgK0Y@9ykOru;2fenkir+$vw}m z@z-PK*Nx{y>;pBOqEXpkPL#3-pd-LkTX{HVWTe5Fj?we6%Dy5zgw)w;XE8V4< zZcI`9Dn>_VKhx9QJCUi+$+3Y^SLf-42dNtydKo7ciZQb|Bs4a&t!LWEu{nHG8Uv$< z{Jb?US9Z-$oyhezOX}5?7~98dgbsuhaGg1~$w$^;OKDda562xd-s21r>l;;)oKB#-NmtVcS|Ka1CzyE*#ClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAsIB9N#^z{C{9UfyWZgibYO^Cv&Xkx6YmP z!y$D3jR&DSV%^+NXPcj1I&1FU=?WJsEJWI-&)6n={*CFMzjth$61X{;8JXC)i^57Y zs|*wxH&ZV z*ch3gow&g8=*j2zA3sO``t z&lme>3saXv*F0zW9~=xT+x9rG&SHG)BFfsx$|rT?WTg7)@C`|?Yk95BUdwDs3%7aj zYumjru}!yhyJl}m?p?=gMhr*PGyso6&$6_nbQzuTVeVzvvBze5SY}^`gOsFzn}(ub-5$Hk;X$X)wi`~Z9vugIyG?e@U=~tjV6X-N#6VAr literal 0 Hc-jL100001 diff --git a/doc/de/images/button-print-test-page.gif b/doc/de/images/button-print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..01dc7573f412d512ac12bf9841f3cd3a8a3ecca3 GIT binary patch literal 596 zc-nLKbhEHbY-JE(Xc1t@NHxgLvMMccsjUg@XpfjaHF@&1qBX1gw{D%Y|G=taC%0d_ zboj}WTkqaJ{rLIA-~WI9lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_VI39~&d{ zu6E5m`wnc|!Fgbg=CPeR+nAWR=WyAih8<%%aFA_}#+efnxpr{yn3ZVpZe(EM(`bD) zQS<$aS8qNZeE0ROHs34eIW`~edLLgjnVIR+7uQFE34OCfQ;sZ<*l@s+nfW_Iz?P1W z0Y|Fil$KQ{tW0!k{ISzRET=)?iu)A4>lY`9Phj0Xx$&Fn3eHJtJ$1rU=WbFtz~$J% z%=NQH;uPBzWm$_S zO$ofYL0$IIjG2c-oBO){EwZ?veo^6Iv%TUrrx_a`^=Y}K-YS`NV1d&jkD0sF8*(3o z%dR~ra4@+0<>eKDJ1Qsd+M2DVvS80V-`Q-_1UF^BzSsMxtnbpE=Gk$vE=P18o|t|| JLx_pN8UX);AI$&& literal 0 Hc-jL100001 diff --git a/doc/de/images/button-publish-printer.gif b/doc/de/images/button-publish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..181cb2767fab68b2e5bd49c99134735ba7aa3f1a GIT binary patch literal 626 zc-nLKbhEHboX8-;&?3N)k!p~gWmQ`2Qd1My(H=2ByspH{QN|^5N6_zyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|C3m@4R`xG{`~Sd#0F4`+T!)two%|wNaw6@G z;@oX3LLU}SX-(X{W<8fSUvuQ1>&b5u6sit?l2llJzTUM%TvS0thS{?;p|rW&K($(n zgG+;-oi`*Yg0Y^DT{D7ZIs+pIA3qmk--Oiu1)Ph^W-eK=Dy1(wd(GVW3)e5*x?s_g zi9C(^YF(Ple0^NDlQlTFnVC4(u<@~-KFi2;q2xp&Hxm;#M_+Q^-TMz$r?PWzIm3MY z=0e-I?~lLZ;4vuBOJz(cIK?2vAYFWbu~CF6ki)>uJzgz=S*m04SB6C{C0aZN0b8{c z8(RAwRIuEf(7#YJ^?H|YOlM#6GPdVQC!0!LL+z)fVW?*AK&bnk((kjU)y#kF_pV?b)!`p@%^tz;QPo(acH2K)f2_2Jc mI6ggd-qw@Aw|7^m$feRh`_BFKkyBP~DV2|BZJ#K>U=0A^=qK&~ literal 0 Hc-jL100001 diff --git a/doc/de/images/button-reject-jobs.gif b/doc/de/images/button-reject-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..e23cfca90845baa580a0d90603a51afe4eba843c GIT binary patch literal 643 zc-nLKbhEHb>|_vOXc1sI%fN7+mGh#M9Uaa`x<81Bd{SESyrbjovZWt) z?)rY^%FoA-e!PD3@89qLBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9f-DZJ*5$n3SD374CS9SdsaC|2m>=WA3ryfCL~SSRre+xp@J%ge#K?pFjLWDvO&(tlM^y^(f}zg9DwDg|*{aek^)@y-mK~Ou^gt^`fmkD_m6= zoTa!krUg;y~Akjge`9vriCnvug|*Mv~@dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_VT9@;BUxCi~5@~@HyLqMW{~uVOvp`t1<;0Srn_5r$yqq2% z4DnofRdm}c8AHjo9Ilw#(~dU8zWHErVq03OjBU7(;-+H@Kl)v5tq*PVP&H)ZVMx(P z3*qnU?_#)V5)ZrtL!GwI?qj%AOZZf0WS z=+L*(XW~<5@4j7q+64}Sh9~crcut?>_APmfhuWDWv&=&?jx)(0s8YAe(=uDLl$rVa z1{;%zwHjS)4BdLY5?htJy8Tz*yW{!5b%W@BAw>>_1(WUBxzEa^W_*j>lF2@|>$1rK z$!YloS1)e;UFNuJC&R04GA)l=7m2V6@J6g`*Wfbi4H21fsUmo}e_=G!jn57jSDjvG z_MFR@D~#*hy!dSb2Zek48EcLlDBF9P`>hn`2|bPND%(}>Z4aN&AXL+vskUjIsQaIk fou8i@?s}2IySM6twX55gP3LS+_bMqeFjxZs=r|p; literal 0 Hc-jL100001 diff --git a/doc/de/images/button-restart-job.gif b/doc/de/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..97449c1c814a4dd40e29127ea3065a1c0726ca99 GIT binary patch literal 635 zc-nLKbhEHb>|+pNXc1t@NHxgGwk|1luBi#=XpfvUrC|Ehedr*>Ys zc<90XYp-8D{P6M3-~Ye=lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vox9^?{%J1TSjHt>8k}dDrp)DHX5?sP;NZT+#hJZYn~#-|`O+$l^B1$v zKGC@U@Nxgm+jsSB^_lsy7-c$=)bnS`)oC#;66i>3n9n}_hKYp6fyO=EnoCLZPea}w zjuRK>&oWUdjq70+QIKw%l&6;6P~fY@=*cLu!DGWJy_MoS%WmCdI^LbE-682D;NY;V zJL2&i?{aYlQ^spsPAxvZT{d=i-G|;-i-Pr5TNpM7g|(YV$cndz2rwC3;k#wjWfJ_+ zM(eWLL6-bRu3JAF=4-BgZrS8JYk|4@y%i~Xznomc?F`u-F#6dXn{)bTtO~=P196|8 sYk9adu6x9=KIF>$Y)M1g-R19Zm;U+ZXLqJhS*c}ed_HUYL;(hC01Vn5%m4rY literal 0 Hc-jL100001 diff --git a/doc/de/images/button-save-changes.gif b/doc/de/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..661c59060d0d12e6f1ec67afb77438830eaefe1e GIT binary patch literal 702 zc-nLKbhEHbT*@HA&?3N)k!p~gWmQ`2Qd<+)*%2{)YVx${C2LmoZre6*|AAGF}e6H{QK{`r*_2zyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAr6$9N#^z{C{9UfyWfiibYO^Cv&W3x6b|a zl_4be`tq{ur;8RX&b{V6tv50~SHG-6Chz4YnP@wwlwN0MyZ8Se`KubT@i6ePY3A|r z^Dt{La`N-#_H*#@b1`akg(ip3>Fu95Ih=9Yj9Fn-J$>3O{FSrWr*p1cHht#oMSPPx zS1)APzG74Ns_p}NYKGh$Y}}n(%*$FCIJlXZxWlhq;^dsoWjF7^C5|iCZrswiGvR*N z#mhQ;Y>dqB_^;pOc+GwH`yXbO9o6CQV)mCkIC9XK{qXT_Mm`hPf(x%2`x(MD7D*H= zb<}3$GqaRQf0}eGOy*x;g$rZQlf@>LQMpb#*$;Rz=9Bf|f z{{7{Z)T7tbm$=XLy6X9<@v?7#{YnqxgvMsJj#)xmCrw=$Y7)KCX|C6&R%bEcRHrL0 zLCOtN%@pQ`qMSx6~Yn{PaB{K!v6fJ?CDFOOuv=FaM$ z#&7N%v{!Moy6YT)6${&bDJnJ@ PNw>X7;PYrWG*$rEvPxdhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_V&Ln^saICwPrQaCxy&4Q=$^Kz;eGQ{xKY4e*gE?dFGm!-wbnXx1$ub`)hf6pF^ zxt42|wlb~VS*gK$U=B+nD^n`xG#-vruHJqojuUs-`x%+J%#F-hxtjPEF);HiU@tB$ zztgQz&Ce61uXK9jU#<9rKb#?shfX-u`?yKi+)#bUQ^!-v@J8`bz>#>Pj1~q4YXEt$ Bv4;Qv literal 0 Hc-jL100001 diff --git a/doc/de/images/button-set-allowed-users.gif b/doc/de/images/button-set-allowed-users.gif new file mode 100644 index 0000000000000000000000000000000000000000..a62eb100a42b6fd40d0492bd1ccc55bdc033e6c6 GIT binary patch literal 774 zc-nLKbhEHbJj@`%&?3N)k!p~WWmQ`2Tw5F1*&aE4YVzc%MQd00ZQVNez`@nWPVTsR z>F|U5*IvDR@c!fLzyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%4v;|V^=j~ij;GrYcuhHlq;$SuZ!U~bF z7pBepF=eN=N=ilNmWRsn9ya|_aW_e#<<-acUsv3YE{wE$zsX*Pi`lIvg3&y&CCE#_ zpi`r-VxmbR69-ST-vphG94*z}3ibqsXlCwGZikF$es(^7&bB%RMvnDdZQ2=(kz2R# zT${ktv_va%b6w&-{vG{`R+pbX%Mj1c%f6&M`qEBD&U*IS+s+&~f7n26!ECNo8oX?b zOq^W($NE`g6d zn!gx0*3T8ZDv>aOyCI0dCD&_{)s`2gN!HtA&i=Z%{KmSd%*;ibO_dngHYGUHO9Y7{Ql=!kQn)ByB@{s-eUff3N z?%w#fx2A2s*7Ep__Qo&4?)HcF4;GPp~+i z^J761qr&rs1_`Z-`P@oRuAS^Q*z|F-V7GzL<6aB5i48Ru1sxBGTC!=T2&|hB>>{bm kVEJT{&$`AGemyhIr&AoS>}cV58L;x{G{ZL=TsRo40b=}U-2eap literal 0 Hc-jL100001 diff --git a/doc/de/images/button-set-as-default.gif b/doc/de/images/button-set-as-default.gif new file mode 100644 index 0000000000000000000000000000000000000000..c2a33a97ae0d12ce3d2aba6d6010a6ad0a97b100 GIT binary patch literal 738 zc-nLKbhEHbT*M&4&?3N)k!p~gWmQt_TvHR!*%38qO2PE0$;%cuuU|W9=dQ)aPwlvR z>G1u#S6;n*@c!eQKmULKClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAqtq9N#^z{C{9UfkzEzg_3jO$sDWhwz-$S zRoq+Uux8bT3vp{Vym;}P_4p}Mlf?=yvxE0aJZcQs8QJ7=ePP1=m5v$wjPV-vY3>3> zyzIPX#@w9Dj7+TD4DBW}^_x;OXNRd8vhpxw&)10I@6l=2=HC#?%)Nozj=z_mhgpM> zi=VGpWAoPS9I*`h4jd}mc#@NkpR0vo)tZf=5sViuT{(5|)}703J9itX8FI5TuupH( z;A3TE=F;KjV!85OgZESA*BK%{P61pFOwmjkA3slLSYRU0&Z_dJh3R0ECzsHH$?o~` z%eusCGfh@FEOKHH`)AlU#cYE@p9Hgv0M~+TG^0ymC07lbwm=VeHJ5@hf`o0!p( z^oj9-MgyZr;VqE|4fD^r|CaJud+Ul?NL_UMH>R&jjN90?0|g=;ERg4^n!ZIKq2cUf z-|&+g&aADzJYoBa^sk#rZ;N{;>`&&MyLEP_Cig7sWFf8KhS%MTYJbl?aOeB7%j+$; zbIjH}D!#(j7asDhgVmJ#@}Hn`yD5)dcZG0!6H{ZQ|`tkFJzyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%2{&BIq>{p*#;GrYc?=kyVAX@^bsA!3BHtz`GO=k0ut_`+ z=sCh7tNHJ7y5QnNtW5t{bQn5{l3b(JB3*MhjTSfdDr(l1>l(Mx||N|({EV8v_Z>=BS_@*oTiJXrrz4JZtb2BC&L5WH&^rT*(RC2 zCMRO%m3wI>*TiyScN8%%z2Lra!_C+zDTND{&PbX%_b%5}-EhFMxn+S;w@J;nf~XU{ zmgQ37QVgl5XROZrx9Rok=~unWA9yEreb!^ln=2)?Atx*FFmK)Lquq}Z9zIxXoBwvr zwDr*sH%c0c&O7wu@pGMPOfRf$cP5J2eDGY9vZiM~1Cz)fkqr?N?;{xaIPO%uD*W@4 z`IWKz!UP9~*SAhSkFT4}SP)nBd+w$wm%KDMJmzOKFL|KQ$nfR+{m@&LhKaSdh86c4 zehD6T;-B#0VSA94z=ShK6ZbI5n=<{ls9?BqWr1(6_d;j)<{f7|`1>?g%G#^Ez*IV?#FI5Y?jA#$V4sc9vzdV^8xpEB_AOZE zmBZ)AB$j*4lO=?&CRv@k;+3Y0l=6k0&lj|aajoEw5nJ_QQRI}9Egatsv|cXp_;A35 HgTWdA3hs<@ literal 0 Hc-jL100001 diff --git a/doc/de/images/button-show-active.gif b/doc/de/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..4a2270e6e044011d262f978bd5296e5b317c9870 GIT binary patch literal 788 zc-nLKbhEHb+`=Hj&?3N)k!p~WWmQt_TvHR!(H=QzO2PE0$x9bCty?>3$Bu=^PVTsJ z>F|U5*IvJR`2ORYzyE*#ClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs(4J52af@#w&U0uLQFR@;dOPvlt5zc8(F z`xe_p2b>;vy{!tqEZFy2sh+Xt(9i6;Ur8P8PFLBkw12F8Bj|89IJ`c)S;s@bh?kwW zM5oE2v%9*XWs0k+AuCTtR-Fb5Um^dZGA2HIhNbF^oP7LTwK_9rPoBJJ+qN=}Xa;8P zMcnp`T>J}SR7Y)=5x!D=mxhJ#o%}EL8 ztYYBc)ZpM|KJ-QB>GPL!x4dJ}{4r6jp@D@fKtV*|K=|J3pAjN9GcNQo)o_@sbeMif z&W`oh4xOA6N0VK;CH|T2vUr-*&}_#j<8k_F1B0&h9;pL429wphf=Tu5bMRSNMWLN!P{RS?89Vow_AZ!YZyH|~FYiJLNynONcpMe}bQ4op0{3;O%HSS_CjsDwDC wsIn_;7Mo!vK_&)k0OGZ00ssI2 literal 0 Hc-jL100001 diff --git a/doc/de/images/button-show-all.gif b/doc/de/images/button-show-all.gif new file mode 100644 index 0000000000000000000000000000000000000000..8564af952fc52132495d3adbe98885a6aabe33ae GIT binary patch literal 713 zc-nLKbhEHbT*4s2&?3N)k!p~WWmQt_TvHR!*%38qO8)ez$x9bCtzSE7$Bu=^PVTsJ z@$iHD*IvJV`2ORYzyE*#ClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAo*09N#^z{C{9UfkzK#g_3jO$sDVhZF4Vu za|oT^;PklbZB^{Wi|oqJZN1_w9uR!-epckV5F@aFA& zyL3h-PA-ivOiUXeK7Ok6@$*+9O@;Ocle+RWk4y|s=)1eOCS2s3u*Zc3-17Qt78isM zG#ZwLOVx-xIB@+~hTOmF6Ms(QSlrd85wwrXa?=y;8M>uYH;QmIc!;QcKOy5Fyy7hT z7KMu*3tl-Mp4vHUQ^KlOno4>Rp#ljFI)N(~QkJZ{ace8jbVhsmPSww*Igu{N-TT{ zXkBoeYN3$8bwTrjp@YKtX__-rWkfgvew}izW$>8or#O4t>#{czInfKN&%f>Xo-uj;rh0{wp<^T%Rw_`CzkyGqaz5szQ_V1OwM5f0+Z`{sQyN5(N``J|witltnnV aSwDIHutScmqlM$fgcV9HmI{JQ4AuZ(TvciS literal 0 Hc-jL100001 diff --git a/doc/de/images/button-show-completed.gif b/doc/de/images/button-show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad03d3e4812eecabbbb6674b575a03e10bc0a4b9 GIT binary patch literal 757 zc-nLKbhEHb+`%Bi&?3N)k!p~WWmQt_TvHR+*%38qYQglW$;%cstzSE7$Bu=^PHw+) z@zBEu*WbK;^#0?UzyE*#ClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%EJ52af@#w&U0uLQAR@;dOPvlt5zc8b5 zdrwqs>#@hD-ZCv){Q6pVlE{fWg;%~;?YL{YRq&(32|30obGF`H{9o5Yz@W~!)rpsb zw_LNmq2ENcMTe1-kDsfOp)@MLR)dj?pRZ)Wv>CIsS$P=JdbMij<75t?5U^+Wt#}L>RXc1t@NHxgGwk|DksjUra>qzYG44*WmVEWYL)hoJp>{xj0)Q+o{ z4nKTw{q?H{A3nbM`~UZU5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_P#vX_f>W&iTG{|_t>(74gbcX&zB$u+ViC!W1h zTpN{p{-UYt-Kx;L+V8(c`0Q-h;LV#{e}AjelC=&EweL)8-fM4V=4H-c=H^eeW#r`J zE7RcT;N|COVqoLp=Phe%W9a1L=VI)eFlmZbOB=Us|HR3CvlHhnSd^*3$i?3iyJ_L# zwaawXav4~7wuJDoFm`fjaB?#c3G5ML z=oFDnU2Jkdap?rH7r9SYZq$xko3ufu(#3i50VZ}{o{k#P&$sJ<2-;-Smp{6Ey|plHi$T#7 z-;L)TmiX)zF;x0g@bc2{>h0Wu`9C$*2bFZr zu{^!l+;c+y!5u0pi#+b@u^e0;=eeop!nwVF%0606njK&Nbf=);p&O_3n+|($FjxZs D1G*`0 literal 0 Hc-jL100001 diff --git a/doc/de/images/button-show-previous.gif b/doc/de/images/button-show-previous.gif new file mode 100644 index 0000000000000000000000000000000000000000..426180f1e3d445c297be1f7b4eb2da3372cb7ba1 GIT binary patch literal 679 zc-nLKbhEHboXH@<&?3N)k!p~WWmQt_Tw5F1*%38;YVzc1MXOi#Y}+>f;Gs3gPwl*R z>F~pc*WbK;^!~$}KmULKClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|C9&KrEBlwf{eNIV!407|F06}+PUf(2?^+`K zVMf$?pBFEpSj#q^TR-)A5la}8o4y*`?)!$yPnKG&;p2>wKKFjHmp%)x79%e+10yFN zA7^?9J8vle1b&|O4h}wkuD;0=Lo_=1`PgF_XU?8GWtt8%H$OkO?YybeH*D8jK5LG~ zGS0;qMkdblkKVpN%dPpc^Yv4vbEU!Qyz)IMx*SiE9T-}hy_sdcM15Z1-k{eOz%jw2 zb&+$2gnsTEi7bA_KGA>Ps|*et5NzmSaBE`vAaJx{f>dCXNv5(K1M}}H%UvFNtuyqt z7o64km7sBHiAU(0z!_UsTxB$bNN`l?n-lQ;*rzr3Q-PO*)N$a9_SumsGcM^qq?im8$Fv-KkCnpFJ7k_cMCkc#?QOvUTZ_R((|$(k{oj3*73@Jw|sT+@JQr;d_Zsd rm*gA%OI=QP{QSwPv4HE}%L{iKI6mf;Gs3gPHw+? z@$lnEH{ZT}_VM$FzyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs&vIZXId@#w&U0uLRjz@~XC3UaLGUs$pF zK(beC+p))7cZ&9#yz+2Uu#jY1_;$==3RUC)vsO8u$zyM^YDa?D-Uel-gxEQ!J8Yd95divkYcYtYtBX|lfs5dkxfB3Yvvc*`wfz5)|;zYUdQ3id7 zi9D@el^donV(8oSU?tP5GY-$p7I|)geEBJ&@4_}{w<HgLFC|*X1k649X{ng_j$G!ezYe~rU%&YJKBi5#j(5g{^ex>z<*vx$ zMMec*wbQkO8Ds*uxgLlt<1RY2q%dGX@;Q~u^SS=t{OV(Jn8Eyk6!$*S1Vgra%MR5{ z+o^CUgJFkww^hRl0|yn&Z7VwR_pfa5s5x}7Vp?~$;}fwyn`;@#wG0yyT>D)(UNo4y qs8u#gDD$j*GC82`pbEc=TjtZL7H3wpaHu7`d^&y7+Y8Pd4AuZi9C6_Q literal 0 Hc-jL100001 diff --git a/doc/de/images/button-sort-descending.gif b/doc/de/images/button-sort-descending.gif new file mode 100644 index 0000000000000000000000000000000000000000..076533dbc789f5f6cf78a98eb33b8073505a2758 GIT binary patch literal 774 zc-nLKbhEHb+|D4v&?3N)k!p~gWmQ`2TvHR!*%2{)YVy?S#cNmhZ`(fq;Gs3gPHek+ z@$lnEH{ZQ|_VM$FzyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%EIZXId@#w&U0uLP_R@=aXCvvRj2ShY( z?_rV)Q!_ig)z^LP(PSSz{jA$bw{~7DJNop;%%|Ccj|!V!f3R3_OTQsjqsgH)u)HFr zO2bf7bhRzrqjHI2X>t}6@KRa-u<Y-Tog-ItzPf3SZ{BVuolD0lx9(_tsNXIDzycUDE@p9 z9=eWO#w6n@Z}`l~rB{VsUArEg5Zl1^c??SHgkdtL}Semi|5TW&g#E%8NbDCh@)(oshq6?Mcg?J+}&8$3DEl z-`do&jd6pYrNhCKZT#B$KLU8Z)M`OTY_9q_N7(lRU9|9zhtwlf-6ir zsIz$~uY>L%-Gf4cRyDbT4NONQa*Pv>*W!}Hfga5X0j_LHRE6C literal 0 Hc-jL100001 diff --git a/doc/de/images/button-start-class.gif b/doc/de/images/button-start-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..e5170346acb91668b90fed47238abd50fbb0ac3d GIT binary patch literal 552 zc-nLKbhEHb%w-T^Xc1swn90B}msf15gw`5;`*ju(o85eO_~snVZ8}}M;O2t$4>s<5 zvghjCi}yd>d;aa^pZ~xAlL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vddz{JJR&&{OC#>3Cc z-rm`*$;iRS&uOjQ(bd!3%+T1}T0Cj?oQadC7PIs6^DrB#<+1Uut=HsHW8~!2EM#Qb z#jt0eCP(Xz{n`ij$8S^LS-d<&>j=}aVy-J3JcjCd{6*SXjC`8iZCX#YH)%3G)_Ji- z_fhe)i%&McDYj-TpD?YAosXlz+cDvwMiZBe$qzS$hleZ|Uoi>!@z(ob^Ves8I#&qZ zEy^I%kOIHWANH#BRSmhd#wD#AsX$QA^th%!;<2Ns( z`sSJI)@|TseRpe}rR$H?&N~da&2o9P!+e^aJUSk^s;7Ww=O@9F7HrY?VwySnqUSiT L-{7di!e9*mkL>?Wd-nCkpZ~xAlL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vv@mho|ZYxrm5lQ=~Y4SsgMpv?3lK6cG0 zmQD?h7B0rd<}wx@e%`Kx1O_JV1a9l5mN`)q_$N)_<>z5GP^;Bq;%nquthIa*BWJe{ zpFhWLuDuK^OEmb{<~1DC7=BaOQ`cuXsGqWDwWPOjHp@`8c)#g@hs z8na5O7`GmKs`*yq{jtdmj9)%%xO{$&e)=ORg%hb+bGVtfWlSR41Q=X`uklG`&)B%Q zyJF{`fYV>~A6OPLO*MJht#07DxbKwO%ry}k8Bb5p&pFYg%zoXNh0*TisjxGVUakxq z7$pogwKj$8Gg>$-@0od6Bv`&P>edzIZs|M=LyrmiM;Ux(@mUs3F?{O8z#d_^K;uF~ z43h?5iPizFweEYP9&KCHeYurmLX431w1dmeJ~}=jenN%NPNNiUWsT^2J*>ujN9H(x T&+u_^(Yd%H{f2@N6N5DXlScXY literal 0 Hc-jL100001 diff --git a/doc/de/images/button-stop-class.gif b/doc/de/images/button-stop-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..5bce8085147add21a2a8906f7e6feaa13f6b8957 GIT binary patch literal 589 zc-nLKbhEHbEMX8~Xc1sI%fN7+jq{?kTwTsby59>6e^OfdqO0@Gym{|8 zZTfNf^3TVQf4+J9@89qLBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iYyMR*5$n3SDx$;ipa$EBgu(N)AhJBX2M^3-CE1=IK!PnkAx$s%5U9%e(eOm^N4^_o1aj1##u z`Pj|(GVDL7$Y4mK+s*hiQ`+8e zykpp^$;7MsRy*-?(zmp2$;JP^-VV?2TgXrz@@Cf41OB@hdDwEBlwVAo(bZ#7m?e0k z@u&fRP$nm5=8_YZQk&eLbr(K9+Zg{+?5$J9%K2P&Zyp^ykm+{RuHoNx?MJ zBg?+WDNBC{b1d1c`+ji|Zvum+f^DZB55tk~`SM+L{8_tl(l;IDomg~lW#WT^S$c8% z8aNXoa~$U~UWn3Iq0H0T9L~9=c6Qj?#xRE6^W1bfPxDF`rf@Bb*!l9nLKofbI;9*B zgqV9O15&CA#E-7jU8pwG>FUcV4@Am7eoIk&v~=F_r%_LQFCEi)a(ZHAm?9(V=JZx= kHSV28i#|WUT;=h+pl6rqq*JagM~ZxZAMaICWMHrc0He1PNdN!< literal 0 Hc-jL100001 diff --git a/doc/de/images/button-unpublish-printer.gif b/doc/de/images/button-unpublish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..ecf33fa5126d7a17673069ead881983e089d6af6 GIT binary patch literal 821 zc-nLKbhEHbJk21&&?3N)k!p~gWmQ`2TvHR+-WD-^YVxG1MQc{|ZrwU}-~N@yPHw+; z>F~n`*I&PS`2NG|zyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%4bOloE=j~ij;GrYcZ_wx;;$SuZ!U~b_ z7pBWsvx_ZAEe*b(d+x%8w&dqYr7B@d=f7Vk^S#fAXGN8_{-3>a4SYNt4$d`hg^?!h zf&7e>racy30tT^+ES!AIE|c1-yNu`g#V=lLraDcVgR7D~H6~AkaTXtYf(FYr21X7( zey;wQ^=a(;IS(Zk9pgVSVdI5e+nKo=xYZjPE^OiBJ9jvhXO8xjYYwMkZa(0Dw0Ylw zlV|Sl-G6Z1!^e7RtF)N;D!I;`WNJt_$iT>1AX(7RzQ8exb0^E0V&4NyEa&IhuBZr9 zUee0@p2gt?m(&&(nSX{}G8eiTxhJX^J83U%P-U9V7pc~Fgds5^1~BY94Ik z4rK`YT;p13u753Z`JM^Z)&YwR%y~neom_TSMLaQI_H?67dRmewi-f_v+3lO|h|Vux2*W(+}MJb*HU6*PF=A%vtT0EE*960)fQdM{OnUgrU@ObWPGXl z>y3ojwCZPUEDG`BPZu^^s?#!@y_CtB=^6WhT0Xt+JT*Eem*4k)f7Dz)TjxW9r&+U3 z>&&zru|eI1u^a`G3`g!m7pUtTXhtvxj zCH$QE56p1t_9@!Y#BpnDp>sl5+RCL|Q$jYW%Eq^8KI2x2FmEF!R(%dXR`{9 hS*Fdl4bgl)x5Db;Qz4}{lb_FTc(&oNkRk(vH2`7`cWVFu literal 0 Hc-jL100001 diff --git a/doc/de/images/button-view-access-log.gif b/doc/de/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..82ad70b7ba19f9bba8784ce3c2cd481bb783b71a GIT binary patch literal 802 zc-nLKbhEHbJj@`%&?3N)k!p~gWmQt_TvHR+(H=Q{YVzc%g=<#zZreWp;Gs3gPHw+? z>G1PscRzf5^W*pTzyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs%4v;|V^=j~ij;GrYcuhHlq;$SuZ!U~bF z7pBW~ogXt^DB8GY{Tpq+sRtW2Z?4A6Ms|6EV!(P23KQ_pjEl z@8@AY8}sJDqxT;_>#Lb?9J;khF+e?mQIgd`fi)*V;XngR4Tqk?0d~c%MkcNxo{qp| zZQT+pzcXfDkB%{O|6@DQB=Moqm7$P{!(+jNq*F7~L{_v+=VkDk${Dfi&PfI~0ZI0V zZ&$7*+-ERy7www4wZH!|TTP#tt0BYdL#y9QEpgf?>JUCD@xY-w>IYWOV0RB?`4DyO zoRu@Vt1N>g5%g{4t9e;lBA&hqbA5X+<*J>8fX>nPm&>l0CEUHV zy-~QOdG^>CU-@|#LP4fY)Bx)c_da}l^W*pTzyJUIClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs&vI!yRe@#w&U0uLQ2#-@2I3UaLGU&vT} zAem2Icg>b%Q!{sKelXj!w67~Er0Pvn`c<9nA$ec+%2n9p_}YK_ox+gW&={WY<|$BZ zQj^nU*wQ~qYvN?5UU$`QZAK1WJ}$;Ab{;++<^qPf^A|4Wjo@dW&$*~+Qv@R?AK#Xy z%2m7eY>i^!Wk0Zc@1*8Uhcs3%SX8-TI|DQKZf^V4#}bz;TXA{Syo-yME;mq{t;NpG zypuDF>;00IZ{Kr%Y~r%#zs1BYaN>94gZKj>3|w3c8XqP$vatndq|C^gaIo$B1I3yH z{H)B(j4Ubv3K!>|F!=nB>B{UWhVyNzcoP2XQ08N>QsKRlQ#|3-vW7WLX?6~&yf2z( z@^?qTDq=-sUT`glFU+vTBEBsl^6n6O(|2law=5xytj^w&u=Hqskde&$X($o zFnf1rSK_->i5CKT@1++0+xOR$^UT(Rb&t2qHHqk7YG=&9GC@F6F=6&p`Q)uWqOX>m zb7MEKXk*%PRn&QY+Sxm-JV%5Xw>0RMNN!HLrBkxTdtxEO$>ZPduztwBdH+!JG&QB= ztM(|0U0gDI{<0E5*Z22BVw=CLUHX85vG(yawW_@pR<7kyHNP|FJ>A*SKUb+jaW3eGV`J-Osy{#G{QZuQ%p3QlQ#ccwjTless6 zqe?bQ;!%gnDu*Uf)u>62x+G^AGIi-3(?}N4`_%BT$KsjC;dZZ%1$})EY&)CyyjmC- FtN{a^V;TSe literal 0 Hc-jL100001 diff --git a/doc/de/images/button-view-page-log.gif b/doc/de/images/button-view-page-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..cc7a22f1abe3fdbb1eeb60471e5b73485bc96b2a GIT binary patch literal 772 zc-nLKbhEHb+{GZm&?3N)k!p~gWmQt_Tw5F1*%3K?YVzc%MQd00Z`(fq;Gs3gPwlvN z`N;iymtVhn@ZsZ|KmULKClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs&vI!yRe@#w&U0uLQ2#-@2I3UaLGU&vT} zAlYmE7I(3wv85YV=})mT>N>dX^Xk=M$#;G4dr!!)k>P6Q(R*6Fogvq>t|89dQ^0_m zlbMl;jk`J{(Xd4`M`zk}*SuLKss{XwI*c5A{9KD08~N8VEM2}bhP{l3dGm74Rs36` z7&-a)cCA^r|KQ=(3@m)?>kk~-T_4B3bJd0wi`TB(Q^vr|y_Va4!6vKhHeW+Zh?Zp56lM-wp?Pc5NQZ_sKw0p#iJ%e zaI$#cw-0}rez0EcXJh*(qZ-g~=plpEbQU%RiHrA7v@&y_>r`Z5Y-Z;bn3M6ruYtKv zvtyCLsZ^QS<;+qhz7H8*T})wEwMe31>U3tNkhMx*nL@P~mU`@p`?XQ&Kh|);~O; zd*hTwP1u(EY|EJK?`DPdgym-i?s;}fHOu&B5^K6vH&f}dvwL~xDAazFRXyh!-2HK} z^TYyoJH{I_2aImMetC7e^b!uk4@bIoL^s8xM%#Sv6V&fLE@xM8jN!`e9d9`A{IdSG zD)CK2qQgPWMEg051I5`H)Do(40PHjDO5dc89+PV`oF&cvO?%vDv&^AM)VAu<;|abK44Edl isI5#9ar-3jcv66yC$o}Qk3j#Fh_szed|oXK4AuZ^Q)3wb literal 0 Hc-jL100001 diff --git a/doc/de/images/button-view-printable-version.gif b/doc/de/images/button-view-printable-version.gif new file mode 100644 index 0000000000000000000000000000000000000000..e7b4e9c3ca0e96fdafdf4bb677b484795844548d GIT binary patch literal 833 zc-nLKbhEHbJjEcw&?3N)k!p~WWmQt_TvHR!-X1l5YVzc%g{xQgY}+<(|AAGBz$e*I&PS`2ORYzyE*#ClM(A6Ll_1O)N=GQ7F$W$xsN%NL6t6^bKH8{K>+|#UQ|- z!vF*z$1t$|Q&8y>P-MthwJzuNz5<=|CAs&1=m@0P&)d16z(Yr>U%$~m#KCI*g%w}I zUYIUl&F**ROLyQ+3*ad4%w^G0RFF!u0GPSs#p&cM&k$In^Ez|395?XYek10%-< zuFaY(yjqOBeS7zB-WA2h!_T{7$+AuJ7xMIJZ{5Cg0soEEq9V=}rKT)?Y9Sw}!ZG6HGCdV%=?PBH*D*1DxE8ea}O;b%{_#!!a%!)3mLy3)JcG~R7x+9Y!9 z+SWZ6EV!qI>4@*xvg6Cq=2BE3u2omBu36&0AnYQ8 zCigi8gH5ID(jVMjT~};uzCdPs(gxmhe)pT0J}?}-vUU57jh=#wb2468ga~}OpR9X? zcacxTzK0CI);@f4v0l$0WwM)y;PMwz46dvRvKgE*NA5S}b$pp${=y(2hKs4sWU~M7 z!ix)=R&G7uEdA)p!zo$kU5tB~*DO$ONM5@~=(G-7%cG=hh9i?N7W4mEanW??$_bCn zU6(1ln~K;if6ORx?wC}&%OYWh+BX56DftE+4`kF5+B#Xn+$4%RW@IdrbYc2!YsSJE vzC!c)9Q_*=e1b_m0_t;XzE!%+v#ojgd_jxaMi>4sBCB33vepq~Vz34PN0)s3 literal 0 Hc-jL100001 diff --git a/doc/de/index.html.in b/doc/de/index.html.in new file mode 100644 index 0000000000..1fbedf1137 --- /dev/null +++ b/doc/de/index.html.in @@ -0,0 +1,143 @@ + + + + + Startseite - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Startseite   + +   Verwaltung   + +   Klassen   + +   Dokumentation/Hilfe   + +   Aufträge   + +   Drucker   + +
  + +

Herzlich Willkommen!

+ +

Auf diesen Seiten können Sie Ihre Drucker und Aufträge überwachen, +sowie auch Verwaltungsaufgaben durchzuführen. Klicken Sie auf einen der +oberen Karteireiter oder eine der Schaltflächen um eine Tätigkeit auszuführen.

+ +

+Hilfe +Klasse hinzufügen +Drucker hinzufügen +Klassen verwalten +Aufträge verwalten +Drucker verwalten +Server verwalten +

+ +

Wenn Sie nach einem Benutzernamen und Passwort gefragt werden, +geben Sie bitte Ihren Benutzernamen und Ihr Passwort oder +den Benutzernamen und das Passwort des "root" Benutzers ein.

+ +

Über CUPS

+ +

+Happy Computer and Printer + + + +CUPS stellt eine portierbare Druckerschicht für +UNIX®-basierte Betriebssysteme bereit. Es wird entwickelt +und gepflegt von Easy Software +Products um eine Standard Druckerlösung zu fördern. CUPS ist das +Standard Drucksystem welches von MacOS® X und den meisten +Linux® Distributionen verwendet wird.

+ +

CUPS benutzt das Internet Printing Protocol ("IPP") als +Basis für die Verwaltung von Druckaufträge und Warteschlangen und fügt +Drucker-Browsing und PostScript Printer Description ("PPD") basierte +Druckeigenschaften hinzu um komplexe Druckumgebungen optimale zu +unterstützen.

+ +

Druckertreiber und Unterstützung

+ +

Besuchen Sie die offizielle CUPS Seite um Druckertreiber und +Unterstützung zu erhalten:

+ +
+    www.cups.org
+
+ +

Kommerzieller Support und eine erweiterte Version von CUPS genannt ESP Print Pro ist +verfügbar unter:

+ +
+    www.easysw.com
+
+ +
 
+ +

Das Common UNIX Printing System, CUPS, und das CUPS Logo sind +Warenzeichen der Easy Software +Products. CUPS ist urheberrechtlich geschützt 1997-2007 von Easy Software Products, +Alle Rechte vorbehalten.

+ +
+ + diff --git a/doc/es/images/button-accept-jobs.gif b/doc/es/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..f0103e3113f670f00fa1457a5b4ddeed2d350d29 GIT binary patch literal 623 zc-nLKbhEHbEM^d4Xc1swn90B}msf15l>919(~VYkYt8+)c_klAZa&*M>B{6~cb4yd zvisV*YtOzs|M=_k-~Ye=lL!=lvM_Qn2r%d{00GEO2G)NHDt!ThEDo#I<-FckpmY99 zl~{`1qSE*O4=m7HAS~H(Vu?`Z3EAlvo@jDq_oZ|kZ#Wg3ncCc5B+hLh$FZXEdi3Re zPt_-JOca#iWRvE6|24TjR$JAGlPi(MnTwB~Ta$%{mxo=GpPiStlbb(-ft`nscM8Ka zzG%(abC)vDU$~f`Z9(R|1&bIGHJP~ixS2FLc=`Ai>#L>my7O>qaqne}W<0z-o}Y)M zQlo%{iIJUeDmQa=LGPp6ckeH`#>U_I{NCji9E==&O!18S41z;>H4bPn*<6_Z=s+_Q z3&#yBjtBGB+cR=>C{FEQ-Pxt77WjS)ML&srSDnf3XR_W*c)(Q<_#58k|qe0ilQ)j9GQx3GYEqwlp-ZxRLHs{2oGLxE z7|ZAh&27RuGX2Way97I!(%ceKxeoj|a!i_w^<3YKzyhZO&V`&Zj0Fw~@z#uy+gPMx zEZ*$R?L6!y^Fd;x*aq%rSDAM%i*A;%NJxn*^w;-}+gTR6`DerQeLC)&I-(9J=y2cI zmMXu%*Gs5beOG4l)u+22>ahnVcFgcf-KZd+@I0pS-5<+dhK h)%wTh7m-uWf3)3Oty{xjG^sZ}{ zkKDU+@x}9dA3nbM^Y8b65`p4R7Dg@x0R|lgAOP9P!1_-?rB6VSA!F6LoY(sb-f*#G z_Ag)azUDud`NV_nI#P*jw?C}l7GY*i)3)qVmAiOl!9)p>k{bsXt54fju<@AkLNAeZ z@sef&_otrKR!|9xFrN|OQeL5@8pf4W%FoKf&!xeU#mAw+%*~s{T+YwI7pcL-#mCRh zP(G1=@`S~!7<%}4r|7F0F!II6X!7&2)~d4x&SluPDKVLWpNH8`lZ%@vVA=5l42PH+ z8P%CqCC%5d)Mw@Mn|r2Pqfw(InVtXHtmDtM7++33{;KwH_WZYdA8m3Kv5~Ma@Z06U zE~X(6akf#f;>8}%y^-u!AhaM6jCJ)t4l@%`jO9fG~yUaOz+9Wd=Up|a|V zk=xS+iJUUq7Hdp8(9K*QR8mq@a9}GF)4BuB0uIV&s?Lf@{0(}R5v0S!HKAByL1UBf zthBd<8ykGPvK70Tb{M@3a%O)!&#Odp!j)57R|>=kUC2mYx@%8dhlJ;f4G%Ym@@bp- lB%OS8+?py!> literal 0 Hc-jL100001 diff --git a/doc/es/images/button-add-printer.gif b/doc/es/images/button-add-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..48141726ad30620c94373ca10dc0c359cf441d79 GIT binary patch literal 617 zc-nLKbhEHbEMpL1Xc1t@NHxgGvMMQduB#1dX^HCYNuAgqJ9%31(nZbNx6eOwcJJNW z7oR`B`{Co;AHTl+{r~4bi9qou3nLeU0D}$#5P ztu2cMcmtc@p>1t;~C88mI;Emc(lE^RTk=tFuOJ zVqiQmVL{4-!-320@gH8y#mvRM;bQZK!%QbwmN2z3T5~6GzPev_Z4a+O*`5SZ*DwqB z4PL3U*&Z}BH{VUL6;c;GFhh8n)+Ou43kyxcI9ND>b_hCnwrDUeROCEMb&#Zdp?}tB6HM+Qr!cx@}U|_DFtkWeC#DQuEQcq&_n+ z@WsoXS&Pyyd$pAHbtaui+#$*+#Gq3d6|SdOPSvI<$dAeIB-cf<@81_%~fC7 zzA!fKn9^hvP{1^$fr*uo=>WUK{c8uBPj1@r(Wy~dl9SHMzga(Vssj770tC*J9=5@Gb8 b*IyxY;q+?uN9`v#QeQtly}?n1g~1vCznT@o literal 0 Hc-jL100001 diff --git a/doc/es/images/button-add-this-printer.gif b/doc/es/images/button-add-this-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d9de0cbb5884c83bee16cc15501f38936944089 GIT binary patch literal 706 zc-nLKbhEHboXjA?&?3N)k!p~eV^dnMm}=?hR~$XK;5=k>kT;kicWU}atsP(2VG?rEHgfzDuS}>!MonME0?Y2)z zz3!Gv6-qdtIUZQx5|Uh<8|)@v$Wp}X9Ou*B)Tg5w!<|u~!OzCS&#l2($j7O{%)?vA zoWsD+$rrE5!o$bAfMFH?e1@4to9AuPT+Yu?$jQdX$1!ac-_(_>*KOFeWgEjHex5a_ zndffZqpN1X$XAo3$)&k4U}oxOwC#PlnNNG)D%A@n35?9% zyl+&x%Gb{muZjP%Fd@M0pko{3ueG}clOse!>-8d&j=mFMVB!DgG^^?Rf*`IbEJ<}- z3hgRdvn3yXP3mMnd%RWYOn1hD;&CU9JbNYD-Lu_ba{R_4%~YrquJx-g2(byS6sAbk~cEhu$CYt>612 z)p!G!OT1b4xnMzugZtNXvwAo0o+*4m-*5AxIWkv`cC-5iC&iUy6*P(;IJPS9%Z8;5 zdfF3%cz>H`HM9D@m;6yNQ)6Grj{8|tfA2JURI|UCTjJl>u%q4GefRT@tew!!S{(4e z*zLFXbboFkMdy>VtMyks;o&%NbU~1~-E-k3;q#{MT)OH&XJ|m^(=*|rwF^@mgL)%= zzJ1=r(PFEV$otNB2b1Ex$Q6n_qInz)oIw>DNn9Si9Zh1&Eg6rxMm}>AN7nkg;lA&g*>zI_FDr z@8=p!_*3!dz=8q~okvWz7Z04sv6_G3YTuTgb1Y$sW~W1aT@4%$eJn6o<#X`xuN$|n z+%4m=`?8m%@33cpgY-*NHRB@l2J%%j+nOQJcBONDW)^@=Y*+FpQg#e zo64fW&&*=t8;Nx$8-iOH}u)o z+?D81+LAD%kyT^E!b6t?4mgLm)Gb*M{4uGaM~A~Ufa5`eUBSwKUh{Ui`^36;$ZyX$ zBj|RQyKcp*69-)suG-~HDJV<6!h8C-uzRbRZP&*m&CH9^)+V0%l6j@ma_I_h&IJb< z^|K!YyuHqwCFrjzuHvzw)LYt%Rc=kJ^??OZ+akgZHs4$p-nG4EBS*johx=PLG|pQ4WF{^yGGDLLvR#wE1n#_aOts!M}5Uizq#p3^W-BWYJyBE!RD zD^q4JTOoUCW7f&o_K9M%XTQn2ZE1DiO+lf7ftkf_mO+A4HWTaF)g~SdTNK{Cy!th) zvh$-zVi#XxSmMg2<#6}+lkZjw4#e5?w=86k4|L>zR}44iyB-4<4`am(7xP-K*z z^-+nzSZ>E758Ycui@B9*t{t7=!spq~+b0t7WRj2F$0%l(fQwJ2gm5Kx7n#&7beS4c fcC&Sw3dhT*Gg6dhvhaVJvhvw1trrtqI2fz}yFFo# literal 0 Hc-jL100001 diff --git a/doc/es/images/button-cancel-job.gif b/doc/es/images/button-cancel-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..0e778c37840424ec4efd809144ed26b9d9f961dc GIT binary patch literal 560 zc-nLKbhEHbEMgF0Xc1swU}TV#64TVy@bY$!Pl(IT$!ch-Z|i8CHe>3t6-zd6-L(JU zzT+p4UB7wl`O9a&|Ni<k&iXCdWh$vTzVWaj#+HHn2XJo|XRS)@MzYi6{A356%8q`Q?))%gO8lhof^W z8K*@CNw@@dF>(v3bZpPPWi7%g=P|{iA?irygiU|7nFEzvMYz}fo5E80VeVlm1Ep;{ zls72Ziku3&Vp3kzbGFi&(Immun8&G=^Y+FKiENDx3`{%%9vP1g$U2n^eM!Tw5E|-jUGV8Q$BUF@0+C^qCdQ7Bz3*KL6~w zeRuC%dhz_;hmUXn{QLc%M4Mm}=?hR~$XK;5=k>ks>jJEqEYxWun#UsZ3WA{2fGWng2yU>~FXnGVj|8f%dnlmzQ(e+hD%&Ya%et#csn%Pc*EhDCWHk3%2&7k4pm zap+x(ynSl<)!WCEp8ojyU21da<+kMCed+IJv+j8yY~aAi)W*W1A>gv-YtnS)Q~xfX ztJS{5CXuXbQqX!Y>dtAV1@?k+2abMK-F2)N`Qj4rP^klNOgOK8s2n$cuDJlVlPlY3M nD^lRB|KcJj31C5xK2Z(nfw?B2U~ zE5`p4R7Dg@x0R|lgAOP9P!1_-?rEh{FL&mCgIj{E>=$tRf zy>Fo_kzzk@=Yj$c9jShUM*kECtN9mJh#XfoU4G+$p@Bx$M(20sVWNBG?p}E?G1~p2 zo4Fw0h$&^ zes&%{4pv@Xb`5@xHO)mFD|k89bMUoK;^X7e*vhwk{c=7|4HoV-JJ|Q}@$((rwxj6O znS;Fhc4#wm^Y9j2Kccnt*s3+_7&dI$x%=^*jkg(!?(uPF^0RX9H&9#r^v0UQ%e@aW zuyV&4Doki#v~6VFb)>4bzn_VfX~%+&8Os|FF|mK)RB%g}K8x+dKZb%iFVa-jO=4y_ zz{#NE%21RM!_*)-;ZZ{qyYRZ`8yA-Q%`n=1p{65=aTAM^yn#l*14m!6@aP0B)6-dU z?XTHRiZr-SaH!R0%Haz6dR2jeN62FFuCC|?R_-4&Qmv-H(q%kux3J(FtMC0?wukL( z0#E0vtk2;8&%37W?2Y5<7uE^KB)`6?x8=Y&7v<*%n!4xjwtc{Sz~ohU<{Ys-D;#2* z*i2)!6CS61a}8$^v6!(dNh#<4R^h{(yuSryEKW3XtG{#WyQNohZPkfghl-1z&6Y3P zn6v51^4GUdFK^Sn&iHz#CPVYHvuy?44BNYR*V`PZU1kVmPVG% zS-9b_2BV9`y@tyN+T;y5#S|Qv&U3Z}_#|~6Q7nrU+2GBf~ot|+3<&H;%3hucbPqUF;T{kks-AB;m!kxRry1HGT5zb41cO` z&o$+MK~=?;F#W$4oXeP!%s%v5vHv`DfKkS7^Zn`D7ew|K9F|pJus^(asgurHo%ZLm z9ocT&u)4THB6W7NJ~&n#-3c8Lm6`iZaWfk5t251G;1681 zM1zqnWoc?Hb2vA5?kdKFMTMDcJR4SRwV0v1cR}KU`3v`MJ;cDgCv!S$d>9kQLWYj6 zo^5Nb7c+5g-P;g1)3;hPui)0rF8)^Ts0VsV``3KYjD7U=CxeRHuQguEzkWJ16&%~s SxUcFAN6Q7*9yvt@25SJgny;n+ literal 0 Hc-jL100001 diff --git a/doc/es/images/button-continue.gif b/doc/es/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d77bc4260826ba2154a7091340fa965df475f29 GIT binary patch literal 461 zc-nLKbhEHb^kNWUXc1t@NHxgGvMMQds;doZ??~wG4DajDm_9Xm+RXBm%R2V$UvcW} zo(K1@y?*uZ)0Yo_{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Ln3wf=G(( zyux+wHzstm&nxh-xzcoGiBOu%UN-LIhYvb1u<^^4t=zqnsjo%Bz(Inc@w1+;%Y!nz z6Q2bisL3}czGMyC6Br%N!xO~T$WYP9(!$HB!OzCS&&4o_zptCG*FepHg_oZvsUb3< zucIxppE;T-F}$LKhmD0_edD^mh)TWscs4FRzVv90lKz#Nosq{_&aI!Yx});!`Q>Gd zT)Z0?IQdSUTpi8H&;5)$Y~$tEPoBRp*k=%ZblZl9yT6obz1q0(*e_cy8%J}uh9=fK zEIv{SCmWoiCPhrm+VFs7b?Ivv0SD)cO6$c;;v`f|j`DBMJLEl!F+hN8zLrLi)SQRY z+hsOt@Tcq(5cKzGVBoU9B`M_YH;Iv@LGOl{2`8tDGf#t-`j(e{YRU_u?w)$W-ZC#{ SyV%z#rkoop#&sr)IH8wHw@^*+%h|A5(X>Muk?eAH%WZ|kcE4S^~ zdidy}ipumRJ^?|7j8*G$UhgY7!^V=? zzkJR6n)__#f(PAoq+(4keK^s=J8R977hhM{N%+6;`*2}hK?tM5gp7*PJH=cajkZS` z9K(6NFEgr|&w1d%DG^@4&z9eu&&tcs$Ewj*ppg>F%~00S)x*HX7s{r=%){4hpjK7L zJA;9Toq?UFH-aJDpIM!?c#}34w|Y|97KUxf`4bNH6!jY$hVgS|^Q$wS-x$dssae!} zP4jSF@%8N-{o9zI@Xd8Q%(P3RY-7@$J1jh$oZC-Kx%Z~{)0bjqZhk2n#U%?CG^y$p z?RX%@J!?yb`UB2asr{_ZHN6_^EH1P=*h!dpv2K{^EUF#;F42fdp^QPVpSf=BrTnme^3W1}uSe=5N`$v`XihzY}jhDas{-i`^a9IfSt pj1n)qt%+3jI=AYnqU(uU+x2fvV&E>r!GH8wHw@^*|*jLXW&Y-(xj?dx8&WZ}xy%eU>= zdidy}OII%5dwBQPpP&Cp1d2ad7`Ye(7<3qb0Awcv>pumRJ^?|7j8*G$UhgZ=IiKq= z;YY=#n)m-5LKW1NSo%+>d~!3=ntvgqTeHe`9se!7 z)E13~roL9D&h908YSksY8+q6n*m?S*=I>)xpR#w}%Ce?b&h$O=d6_vf_aB^AQp8xK zVZCG5naJpa42Sit!y-5}udBbDKac;YMrq&siN~Yk)Y&fbyS;w*@EtRog~10-#wDeH zpB=Ss@@;5hJrwmBj$`m za}0Oa{42H>Dw`IaH=302@8S!gl;hd@oHsHH5AYwFYap$+_TaO$nGCE8m~L!){WP$g zk^CG<{5bL++V4m>VZt_<0Y@^fU)PPGR&_;IgZ;zc?d~G}hn#(@2oy$;N+k(6iS`L)*{tdQFMO;F1s V;r6}Q$tQB|?rFZQAjHIA4FF2R1knHh literal 0 Hc-jL100001 diff --git a/doc/es/images/button-edit-configuration-file.gif b/doc/es/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d4ffd03f242b5e4719c968ecd9e1093f25b9893 GIT binary patch literal 788 zc-nLKbhEHb+{z%r&?3N)k!p~gWmQt-R973+-5K7|nbbESYx>mWrHh)jY?*cV$h!0A z_usj7;rX+>A3weQ^Z)mM5`p4R7Dg@x0R|lgAOP9P!1_-?rB6VSA!F6LoY(sbbk3LL z-rwLb;ZMb*0}Bc~bhub;FCILRV>LhEdgFE;wnZDY%TDv~Y}x$s#aE5lqHB&Pe0Z?# ziq^K-tpz$yB5b%eGMukTiDzuC)5v0E(_piYF3{{K*5>P;5HXd3sn*;>z@V>DYktI{ ziJ8nxT~+5T*J0-2<;^PMN#$hV*vQAxR=TEo=WYi6y)*gvx!c&bWE634)8J)gSjW$^ zPxI(;jVsqqo@Us1xMCgeF}A9L!+gv;_;+dCJn?wT-9xANGxXI~>oC4QlzofACGbIr ztn;-$B72@PJe9Z{64!nLTe(vO}g($?{#R7M%JzYtClf%ab;3G*@@9>6_x1Q{^kzd@ySH zPTr$knq911f7XghIEYBwS7;s2-4kheSj6ZdAB#eTra@?85TC-}+ z^NTkgTwq)9lQ-Rlt)%yf*0!h0fffE1NpE+)C&?6%$xz6JA7C#Oulq8 zlywgK@w&fXzr-i)*tnrt-F@d~_uAaE?Qu#kUT$h|uWmiT-nph@d2daX#)cavUqsqE zGqsB@&x+c9)vz;0&+LF(wOXG=vg9X@6y?@i3l*FKSC~YeQrKqsl1Y88N2aPcvxtC$ znq2HjCeF|bO*LUzLCwcglX?W6&B)ny(q)#7!OLfJN}f$%;s1SQ<@0$~DuPT5)&S26 BbRz%& literal 0 Hc-jL100001 diff --git a/doc/es/images/button-export-samba.gif b/doc/es/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb487da66077fee9e89b858638cf413acae86da5 GIT binary patch literal 838 zc-nLKbhEHbJjfuz&?3N)k!p~WZCzU8Qdb+)-5K8Anbg~#IelvK)EQ;V7PoBMHt+PA zJ$G+keE#h2hmUXn{QLc%M4Mm}=@U?7$XK;5=k>kVftN9l+-d;%dT7P4W$%Msyas3-A7S{60JuS)FP+%j& z>+-?y#NPwW4RQBf3bGm5vN9R@xR@B3Ihrg>EIkDb`T{36PcurdcbRIgI;m8flTV$4 zH->)^AFBp44?oX>6?}R8TnwDN`J5V?7BHmmS<1)Bwz-I5)2cm-m|1xWc5mN#c+I*E zr}>z7?9#Y>W#Q$EnyuUpTK6vUA3AdEAaC2MGn*xWh$G z993wvoS~(dH9KPBbUPOQu!k*)=UOEU`Q9(BPMN=-_3v_PtT^CjQ>h!eI^nc4|t<736>(0I2szbjXSw(%# zEAQU9fji;+Qu`}5ngvyhSnS?DoUFfa*S&2g86+Y%SzhaBo+tS=U3v9EHQ;qDk)F@wv-qv(pX z%FFWU5&0%Rx=lAW7%fm>Hk)vO>AwK`-Ml!($;twgH#~G>X5;w4BlCO9C$D}D7Rwao zpmRdAxuS$tGEYpD_~bsrwQ0LtX}$qN>a-2HKbtrXNtStXAGy2oxpKV7#OHJC-)X+! zQHd~gVY>OY^TmRmYY&ccw3%tWToPn+%X#jUv{fs4CukTl+0Jg$(&Dz(5M*Mo1^_fq BfB*mh literal 0 Hc-jL100001 diff --git a/doc/es/images/button-help.gif b/doc/es/images/button-help.gif new file mode 100644 index 0000000000000000000000000000000000000000..4e6972f6478a6fa1365d906be22973fbfb26d9a2 GIT binary patch literal 393 zc-nLKbhEHbv}6!rXc1t@NHxgLvMMchuB#1dZHw*h4DapBm_9Xm+RXB0i(9sAnY;hM zs6}@{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Lm++!9-!J;Yo;*CYS4hZFKl(6B@ zIHq(}VaLvkjEf&GP}{)AX|86@$j8ROTg<@8=f##=$vMB zy!Y7hea-v-D;WGz7^M17%zqf>V>SQ6m7*_I5o>!KOS-Ev5}V!i!~gP$^;~y69(#Vz zMu&y!Ee9T~D42Qs@39Zjs^xX8yp=q>yzC6zVH^z19bK`kJp5eko!t!l9DH@XbLY%s zW}n74n|~P}r^Yh=6%&#s@bE<%s5NU$?PuJW7*(*Z`@kF?R#twd!#H5nHP@&Oba`|Fh!KmluHxrxjEjlbm`q?k+Y z4z!4sWRu=in(Caz`QU)3*@HC=TbK{^GEY!A%Pk!exPY_ZSmPGg%;#VJ{{H%cX+Mw4 zCJrBywToEW=hjV literal 0 Hc-jL100001 diff --git a/doc/es/images/button-manage-classes.gif b/doc/es/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..591a37bd278345dab55f0dfa48849afdac206806 GIT binary patch literal 636 zc-nLKbhEHbY+w*!Xc1t@NHxgKu_-NfuB!`b??~+K4DapFm_9Xm+RXB0i(7Z@Ty*mE z?wePSJ$ZcV!>6}@{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Lk%_&iOA| zA}MzBO5guKpy0DWShnTFlA@hfPx=lr6#wGlS)un_V_8K^^t~Go9!e$0KQqo2&$ba+ zXP}c%a50`k(|B!|prRoQ9~WO?e0q_0O|7PC40ke%CNmE&Um`!pG)^`?J`RRVezv@V zOwQ?ioD4kt`3(Fkm^t%SX>8Za-wPLeHni3?IzPSh6C9) zF)Ae&J-M_rIpkg(RLSgdE?D&HfK-Co0qNMcDoZ=W-!z_>*!kpo6ub6Cx$bi3B^Kmy~rdD=RwJPu#UG+6vjMfJtA5=MshvVHFlhy`o(zO1^vn?pk#Wv;Xz8#J1F zf`Hnn)BKw>PQIAd%6egG-yFSF5+Yue($AaYGbgAA=sD~-!MOL1|hXKXc1t@NHxgKu_-NasjCa>?hJ45OzQ2=m_9Xm+RXB0i(9sDpMUP$ zzPqB2fIv!pOxSz@Wnb1Ry&ZSpO-g^a&_3WUN}3^Lk%_&iOAo z0x5R$O5guK@W6k8ux!hTB}JCjPx=lr6#tqW6n!qx=cB}qT^kP`R^9jSzy_lt@oXEB zczvCOf{XDS+6MN{``>xE2pF>Raq$+WY1E|`8TNE(s77-qv1&5&@aDzwbMW$Uvhne8 zFl6zw@#HU0X5h?Q$gp}1KPMma2L4S9+jeMfDcHAjBWL&gHjQ1IvS#x06rDb%uU5=g z%3Hv|xF_NKPX4LfJZrmo*;x6RQkfDMZ8GjNvZ`ra{6wbJ5^m5h~`f};^We?s&AhW<2{Q@+g}8ARj&KTwy7gsi1n1K+~&DH z;d)Ox%NU)sBqUP~HqWa|oBgR4cipxv`S=Z% zhR;v#wX=Ls@S3QwZUzfujhJtjh(TZ(o7$&P&rPzndb7hPuq8(^WKDX>w#BX1;NhVQ z{}LWlY;=(BDqEH}^;6oF(C3G|C5;uPiZM*L%GhDzv4KHQ<@w4fUd!|DHmddCUTq%D z>TCIVny$;5-Xr_=cI|Ow;Vtstzqi5P)5Brq`T1O$!A>cLhwA={W<20xdM3ExUL((~ Sa2LL-CK`&O<|2Yj4AuY`yDp3X literal 0 Hc-jL100001 diff --git a/doc/es/images/button-manage-printers.gif b/doc/es/images/button-manage-printers.gif new file mode 100644 index 0000000000000000000000000000000000000000..c904c90b014eeaa098ef3903c70d9f9d0f43d8bb GIT binary patch literal 718 zc-nLKbhEHboW&r*&?3N)k!p~eV^dnMm}=?hR~$XK;5=k>kaPjX-F?g^hYQ5eIjb#-)G52mfcqkQr_QsYj@oXEB z2l_e*1sCHvv_7nRC#`76!pFs17?D`p>7*LNoy?-i%)^@(&(Fcj$H~UW$H9=n&&HF# zAccXGkAD`!lBN7BnK|>;Fl^u}TBb35=Ipuix2@!xaBv3;4<9e5#>&;F7cAi^+P-Pa z`LkQ~)Qb5^c?%dAwG) z)bfv4;6T=yLshmC2Lcle?(eJPW4Q1;iQlbXe9np`i<%xZ$`wuccdSE4WL4i<#x$lq zC%+bn8;bn)v)$3D6yh~`1=r10&hL--F{pBCTvZ8n)SIdPBG7V{Qu>aWUSc*kc5Ut3 zA3JT|f|;rXQfGo$wwNij`SUTcac^mg74&+exydxO&9znUU6X&N{F>C|+tq@06fv^M zz4_>xC{pk<=w?K*j`!TOiw{C3TrAjYQ2H_{t=+um$}CmpRU8L?W`!)6|8`y8UnX|B zg=c*FJOvzH$DK|+c+Oa1lX2)}Yu1vRtCdVXOkX2@hWA2(z`ervQ6IxM zLp4vk&mX5Z)bo@bn!&A9v*bjZDZ`0}JoR(FKkP85@OZ?n;!*ghOY_6AN8C|83m$cw eT|_vOXc1t@NHxgKu_-NfuB!{`?hJ45OzQ2=m_9Xm+RXChOImmASa9a- z-n(}$y?B22!>6}@{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^a&_3WUN}3^Lk%_&Uq7E zffT!WrSJbAPzYEcEZcHoNs*`ZlfHut#a_9djpqV=K1%G^wejF#)pdTSwG9fyvu#A; z^>q>oF2;APt}OFEUGE}b$jZmXTUgDI)#=b}uNuvr#Hz{6!POBhmUvvu7w2}ysR11W+Y7G=PBC4SFfX1 z%vZ{Lf^lcU#clkPxOrA-@bj{<@-w9}B{14#J!Cw+hVR9tst<9W7?=_|FRHAaD#F}; zszRHsjZud6naJDfgO6D?G}#yxDhgO-R1GDB*BQ0uH5@X(_U}cYS7QDXuW1^=IXVu) z*OIs0T4lgHGlcUDb2$h0IT zG{M(h^Wcv4+-@r$zT|y1W0~s3Cs$I=y1I%L2UnyX6?|}cWsrBMYqL^AQ%%VBXQDaJ zHyqoibw%NW$i|*X&A%Tvz!0>n!L{h^r*jN$N8An`&{k;R&Jtyc zdCV-Z;9!%mn($}7&^0`nmwDygO0F;+=bpF2{Gsqy^Ho_7*Bs{%c-C;xORw}w!N)BR z1U|oAxM#7%h67Wr9$G89^KKQ?(#lMX?bva8#s2@AjU1ouH?VLyGKsLN$**|89of_H gph-aMMgrd-*Nlg9jADvRX5wW#j_|s+FfdpH0RLYqi2wiq literal 0 Hc-jL100001 diff --git a/doc/es/images/button-modify-class.gif b/doc/es/images/button-modify-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..d7a7357c2a5684684b27aa6dbec6647f078c24c9 GIT binary patch literal 579 zc-nLKbhEHb%wZ5=Xc1t@NHxgGwk|1hs;v!bYme{l4DapBm_9Xm`pk-Di(9sBn|tou z{=0WBy?Al&!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Lk%_&S@vd zdyg&O*S!C)!RS}QAk}~3{=+bzO-$$F5(GkZ-Pa#?ZcnmF>p%E_+rvie@hYvgZcjJ$ zyJY$FwKB6!IjnGCdtgqklYjv~5055STtbLuVtsaLu4-#qFK=2y98WJZ4=-}y^bqZ<*eafw|eb*79PGC25PO$d|V7Hyg59_yBHXEZAeP#&*A2- z?PUw$OH1@Ms=oL$(waz^b)yv8MwGIU%!jy;6Kv2$W7I^!QG!D zKzYNX1$!LMi!eoO*JpKLX5nyQ7IIs7Ec4k3i#N|WmTZ}zc<^XsN$ACWiw> zjFL=d(gr5QZ>5+dzC_q$ec(*p-x+kFj*2Je+46J0y}g5R mLdK-s+h=JjSNxXCWBJj0jRHFc$#>ejXl8uJ}Y|t)!-j-l}b!6Bu}>X)wq0^fAoghKXcjsna7B1dryaEZmXB<2j zD_WQh^2BT_(qs<2c;v+6(8hIz;{j7bG6M_$tBGFa-FKFXGXCRuptP*%EOS!IvOQeO z(jRwDXK)a@A*p?!xkodnjK{KDwQEXQLr36B-dNAcmsQw`tJbBQ5#^BBpnP+Z%Iuk; zwN_12`tLF&u!z}w_#TpTbxzdPTPNB)Lp&GC>H6OE5S=8oJ?Kx-(#KnQA`S*CG_Gk6 zYIND-BFHr_qG27ArN4Ne@??dETl-#}+8`bAd1=GxF4Gx6A!$ctW$77wBZ5E?DTmtKbbgxWvOtHOT2WeCmwtrC1p zsB(+{CE+noW<027ekSzbUL%iD TV7#DG!sQ1oj&}lFI2fz}y&EuK literal 0 Hc-jL100001 diff --git a/doc/es/images/button-move-job.gif b/doc/es/images/button-move-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..613a06308c51222b10951c056cbd9784a74dab69 GIT binary patch literal 551 zc-nLKbhEHbOlA;aXc1t@NHxgGwk|1hs;v!d??~wG4DapFm_9Xm+RTb&i(9sBn|tQm z-aEH1zIcA`!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Lk%_&T=Qm zdyg&O*StT@H0Q+!ZK?jvhkHA6eleY!TJ)vLrbOeIa#amaQnRjpc&$oMqM>=~fkS&X zHY^lx*(2FA#c6lg!PNR%)qKu+-c}9fD4uw3E=^t*1{NN^c8xT?_{gySnarHL{Cw#Q z{2Yt=85S;1PwecTt*4gH%-7E{D~YGSdNp4F8!rRX5{ATh{+T!*>1)-#1431{Rl?qj&Y^5xh~opX~kFDAX$;9bS=;q|e1EmnoL zdjvi#dU;j5u|Q_$>~9H;M_D<1PG)U;$mROnr?{7{*Zch^VUG>b7Hp-q8d(moa|1GNnYn}nGs{#pG|udeIpa0@zeZ_AZ3 KD`;V0um%8dnElKE literal 0 Hc-jL100001 diff --git a/doc/es/images/button-move-jobs.gif b/doc/es/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..47a31d10fbe3da6ea663180bd61d995c1bc81094 GIT binary patch literal 744 zc-nLKbhEHbT+ATC&?3N)k!p~WZCz62R9hR^-jUed8Q$BMF@0+Cw3+40m$Yr$I_KQE zeRpnOeE#h2hmUXm{QLc%M4Mm}=?hR~$XK;5=k>klw3e2-^#3e*fL6arjYgwRvq;jy@xsi@QKQ5055SdT4{;6w_jdX-RFFs`Z==ybCm# z(|Mw}xitA$7+84t_$nC6`P$O?S1sjVzJ!ODuWiBrqY9N(;`R?p10Yg<0gs)kc+2pfao*97-~Als zFw`+5DE&CGK&(ZF;VHL+L$_faFNZ?Kg;h#6t#9s_+RP|$Jt>;~Pvk=If`q<7d+ zWOz^QwLjYPa+d6!@9QTPGe~7D^A6EuitNv^yU{-V`K6@`)>*uXQEOmgZ}9)U=J%~H zG3_PK)502d>quP-%X+NQ5P5L!9iG?6W{EC1*d&}%YTrBSjxQ5q?N$}>ga@bY+9>`v zee+K+^@;@>Cx^kh)DHoDudnNfME3vrE@oxGt-zue-?i^I&xPsnof)6}Lr*VAPv~Km z&YZY_VMhepJpF%;7HusPLRdQrH|a3UHr}sNl+gY<;6`_A>p_J>o|#)-JQA3}v5`Yr z|60al{@)jkSvZ65ym;KNdxUAaKtj(2`LvIbe~2vXIgY;ipqQpEbB} HFjxZs+QDK2 literal 0 Hc-jL100001 diff --git a/doc/es/images/button-print-self-test-page.gif b/doc/es/images/button-print-self-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..ecf175dc43cdfe4074d8390fbc3bf42dc7b42cc7 GIT binary patch literal 856 zc-nLKbhEHbJkB7(&?3N)k!p~eZCzU8Qdbw$-jUGV8Q$BUF@0+Cw3+2g7d36)vGDA< zeRpnOeE#h2`;Tw_{Qv!*M4Mm}=?hR~$XK;5=k>kbF%UA zacC@B+QP7sBWulqMN5`NtzTKal5aKVLOxCnW*%NXezu~cJp5c5d-(Si9y$`k!n1V0 z_Sy4AYYy_CiaN>Dv4(Tiil^%|ORij7vGFv+&FgwDHuOB@Z@+YIQMIWSKa) zGpsu#V*RW=nrr>~pcYqC1r0_fare5jnbTfhW9K!zXZz7%)vj%|_w6ooEnwW!72kSi zp>q4mn+&=;WhVdWdYK|tqEPI3AmJdB>CY>vDc-X-Ki_huqv-VWo1ZmBm)T$cl^xdi zY-UWJv0rvu>FZ#<=||n}9?IxGI%Vd~C7-XH&b!pR_LkIfnfJM7*_V6FPQSJKSQ9so z>0I@&pu`9AtWN`K(xf$&!cH?$`T!USHDS zd8%ZyY!N5dh6i$)DheHvj3yfna5B9SeAwb&IHkvb^&S=npBW#Y%V#PEH7{(F`DMb} z%$3!|#Q($ATtVwz4#$Ij>o~LEeg~ZwrXfs;mvf|x`OuW5OS5!35@H0*|Au_?B2U~ zE5`p4R7Dg@x0R|lgAOP9P!1_-?rEh{FL&mCgIj{E>=$tRf zz1`&a?s4V+0}Bc~_Hb4xITxPHv6`&dxx8ymB>)`Hl=`k;%iC(824Z8Dy4L1D)g zmm+i3|6h-#CN5C8{hx^|Pp_`9GPcw$siL^YwWGbwOx2*2pPh$~gO!(;U4x%vP7T8X zKK6_y(`U|}%TTbiZNVZ9jv2fh8Z6vAy!@=|S-JT*w`|*?y=za=!8ymZHt{ZAy1XRv z%=Y=KjxcQHyP>Z(C6%9>nS+munTvZq4=X3nd~Oz&6;GbMc=cxe=lHkpKQjDzbdABG zA)l}AW^wp~gPn~F_tYpWGe|SCPn6rytllrD6~wIdXx9wa}IFsRqZH#;aJP*;ZQh3FaD}# z*7Lj?{cj4wN2yeR1loIlCIp{Q9;|hWm&`{qM!1RvpT+F^sk!7_96%`pg!j zU$re(sAEuhz{|uXQqrecdsMBxWqZgDCylvVmNqc+?J&O6%sEX_k@@Q!)1=NCn+pf@ z78iIVChBx7h!ps5doh`tamlyEV$McIElR0ppSn!kDKcRe6Qiln>?vA4jz=nE6F8k2 vd1NB^rfzwokt*TYkojz8$Ry9E85!GNrU|$!89G_yU&~bIu~ZObVz34Pwk&I3 literal 0 Hc-jL100001 diff --git a/doc/es/images/button-publish-printer.gif b/doc/es/images/button-publish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5134f68417f089a6d605f939b0141bfa6e2046f GIT binary patch literal 625 zc-nLKbhEHbY+w*!Xc1t@NHxgGwk|1luB#1dX^HCUPMz2vJ85d+l0{A1x6eO&Zr|P8 z7oR`B`{C2uAHTl;`~T-Zi9qou3nLeU0D}$#5PJ>nvAXGl^WR%z22%VU1>$>8m;{7JbauP>Df$Ne0*FQ z9J6>irg891nmS_^2P-dc5(7WS=KAexSh;z5Rx<2ZbdZ^wkGpa=^D@2_25J+#xtH`z z=V4{%XU)v!;$kY&xO0ei+R3uH&(ADo=Hi}qgOleq(|MLPOs$MI+;ccTjSmnd(za+d-IXY#j-7h~In+FRTJVO}Yn`v@!I?SKa-o_Qe z)wJTw8SlzJo=VlZW0r?qOcYg(`SA_fhm*spJA&tO`(fj6}4#PjVl^(uC(SXn6O z*TGq)WqKq_BYd-~wydrRr{>8LG2t1>FNHEsZE;?ZBYLYSdi{FVh_@^savK;X+-6bv zk#$)pF7Zo_AjgD;DY0x1E=bs2xG2L=&%j{yF52N^q^QM`jSCJp99YW6E!H8)<25DK zYK6!J>)mZ@Z=HyB`{?jQ?;#`O@d=ETppwe5WM=CS_GxFZ}jKYwK2(GX%{um%7{eI?TX literal 0 Hc-jL100001 diff --git a/doc/es/images/button-reject-jobs.gif b/doc/es/images/button-reject-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..164dcd271b18de460aad29f33aa561f95f0dfc13 GIT binary patch literal 642 zc-nLKbhEHbtYr{kXc1sI%fN7+ne(EQ9qQ&nw zZTfot?9V4pf4_bA_wTR&Bm%{sER0+X0t`9~Kmf9nf%Tt)N}qrti^HmQIj{E>=$tQ+ zHY`?kx&XkXX9lIiu;vC$&Pw36B1~oKjyjQbP_Jb~!B;v$Zl&UAfXPnyFM%?VPQh zcl;YqbDjI{T`Kn%eEfdl$*twxtGM>wFw%0^)yn1jM(}bPjp%+DKlS&DxJSSn~nEtoyC=-9&}43pLL z=Pg>)Sd;08w#y(pmgI@{cOx z7pXm!YD_*GB?X`Esa8Cf#C!A5zrBBde<`ilf8L(EQdwz+KuA5yuL5U2>lQ`^25SI( CwIZqj literal 0 Hc-jL100001 diff --git a/doc/es/images/button-release-job.gif b/doc/es/images/button-release-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..303e0205db1340387aa91d479b72f264115a1528 GIT binary patch literal 550 zc-nLKbhEHbOk)sXXc1swn90B}hf83QsLXO1>6Mx$>&@)eng?w6PCAg(e714P?WKpG zAG-bF*3&P~KmYvv_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)O5X%U7Kc^qa$fH%&^e#2 zAdzCnRr3D7!+ZyIE0+EfPu@>3W(qu|!Jrjt=)QqH(Y0d9ma8fj*Z#iU6diiNk}rDY z#&6kwrJWwVoOWk#{nw?c6)|xP{Omk@oSLlMygVH79DJ-C9lR4-C$VaA^YeG{&zj0N zJ-)qDbMewt24-$PZe~NZCapF6Jgn^etc-jUSQGfU_p;hdia%12eE8^bzWANHXCGrY zv4*>gliN^ztLAn;9!?H^HdfZ9drS|;&(=BfUX$@{>!YsEZ&MlhZJ78AB3L*$^!Xd2 zGsQGCmM>Vyq@2vB5#q3df3t~@bePWy1_!q;_PrY(sb}-?n=~)kw?uNgwt~bY#n4xt zpFcI~v}hhXsIz&!d_z4;=$($s*$E7D4sx(0EI2S<$KZdDsz92-QI(m2tUh;{)H1KF zy|JaRxly@K-Jd(pG-AVnlMJkU1&%((UoSDSwXR~CVP)uW2Qq8S{&c5UO8 Kv2tQyum%9EQuIFn literal 0 Hc-jL100001 diff --git a/doc/es/images/button-restart-job.gif b/doc/es/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..15e69658427385f7b49f80a8a5c6b921052e0507 GIT binary patch literal 615 zc-nLKbhEHbtYr{kXc1t@NHxgKu_-NasjCZW??~+K4DapFm_9Xm+KlpLi<`G?n|J!` z-aEH1K7V%i!>6}@|Ns6^B2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Lk%_&Uq6p zkrcamrSJbANbp`DEZcHoNl~ZOlfE-6wusKKa$nybc3NTwTfa(#S(x3P4Mw@sWm%Y- zT@Q;IsJu4%!yPzvZgQ20i-1ABMpkfOn_+jLYHJ1q8=nRX4<9clLn=Q9FCXV*J`N3j zPCh=CrOP=I8RpJkxMInihQ0e|r84h`HBg(tP&)I%fdu9` zv7G$eg*;1nS-6VV$6jZ?d7Jz0)7qsO{IQHI>dWu3tX=i#=#*5RU0iqdD^hNLYPey` z#NtpG#JbFDeNY*Tjm5`?g{!+}%UR6XJfT&wNApqa7Ul(vh8ZkR5A|>w2sXHs+4C4? zJP5emG@HYsQuFhNsp8Y({=GQU@#x_NQTdAs2?d{(X4NrFGgFOX)8J{;<>8bN3til` z(B|mh%9oQfZf;1E-Wr|#b;ZeTT8B5-I9@y2o9?R3ma(B>o$2zl>Uo?C5)MXfSl7ek zwrbTHmrAaGe>^Q8Y-~7DAL#J+dQX6~Xwd_mf)5KC8IQOg{r9R`!r<0oEv4IrB9d3m zg!83MS~E8xZBy#RsEz}(I5Iyx3KTdg@kDZG;qxGtidT+ITwfL$tXG~H`uG&b>syDr b{U6%0fBg7jxq-gYp~zp~J@Z6385yhr#`7Z; literal 0 Hc-jL100001 diff --git a/doc/es/images/button-save-changes.gif b/doc/es/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..c7f94d144277c2da113a4e4088325e6bfb7974c1 GIT binary patch literal 601 zc-nLKbhEHbEN2j5Xc1t@NHxgGwk|1ls;v!dX^HCUNuAgqJ9%2kl7&rMx6VCyXwBJk z`|jSp_~QB94HP@ zn5D(U9h1PYaO!mS$sDYFeC+Edb29Yr;^F5ho4Lq9Er&l;d-sxL)&+did03d%onkn% z=G>AC#~HY}nHbBi%{O!)b+s({v0$Q-r(zcyr`$v9M*Rbe%ss_Soi1wo8X2=+mnf0G!EdEY);-vCiY~hl7TnOVk(^R;_q;=cqBi zTQ9%GH|`k>v$>@WIOZrn*ytct!^-tViXq&A$v8@o<$$O7yx2WqI~NKcSpM#=VN_sA ztXi75EyFhkfn^!nj`m8t+))v^^g#D5!*Xri3UE_sMm}=?hR~$XK;5=k+cp$8(Q= z-mAFBwWZ?4frNJkzd8FoL<_%ES;+G^7p+=l%HHU>$notbh3&@~Tq{a;Fa02q@PLUe zZHh!ghJ_5r6o-cuIsv8p6-69;*}7_3j4V8r`GpKgOvQ|5T-;2N8f?j}MLaBw`ewfV zT#NcOC-HH%GZyPGvK8_N#U@2g*C<$(%)%WIRIoymjhl;WOZ(z1jrGZU`qy#tF`U<$ zeBqRZVHXnzzxrf0Hl9gri{>#*XJ!g|%*0u|LEk9Rzggqcf=N8(fmM@!Ui`j*v57V2 v#ZCdoS3S-WK5||uj)zVh>GXDs*i)hQxTj5~zviW(QlN*dA#+s=1A{dH(ZsVk literal 0 Hc-jL100001 diff --git a/doc/es/images/button-set-allowed-users.gif b/doc/es/images/button-set-allowed-users.gif new file mode 100644 index 0000000000000000000000000000000000000000..01a14ac523faf3566163ee3d96f03b0604db3415 GIT binary patch literal 822 zc-nLKbhEHb+{qxq&?3N)k!p~eV^dnMm}=?hR~$XK;5=k>k-nC)R<}zj;ex4~uPL=QF zW6@yY;p1I>Xm9SejhhcJoae7Q%fq`e``m>~DOdE=s`+EJ*-r4SxyZ@SeZ(N)Y6C+P zJIjj~%okSQpD%Lk3daHA2QEiUxuv_(oQg`r`?wfOQ2J|YDd7#NvOP2=LO?pHiD>)johHg`b&6}!}dH zJ^$+4y)h^`;2{-ofPs}mO-f(^1AoEp1(W$Yl;`iO-BK@^aKMgdCI3#6zNL*^^zeXWg|AM>%TP hvR*8VQ(Mm}=?hR~$XK;5=k>kGzvK7=s|uE@ zrtuX596Ta@dR6kx+Xbo|8PgoQ0>ar$cxV8S{+mNn~`m#CMP=!(>ahWn!>DjGm)DQMD*g|L@v=rHT_y%5k5#TBs~I`u1ZLdwd&T9pVVYKImEKLY z1#*+;J-vr>me;}_&OH0}tL~lRoy)TCteVgvlJ{ApWWD{}f3x&I9PM10 zy>zln8(+1KlwHnRHHYSw?LnJXa7>y|)&2CK(GiZ$KBnk`9qjiRShfirV0ycEW;s)1 z2Ir0iHS09lXImanb!}kaT5-{hiG7xeXxr2U89=X)TD!nvr_8}nP%l2(_Ai?_i4e?ITg<`Mm}=?hR~$XK;5=k>k#?Kf*?U(#1Akq^1P{V5Oe;-~dA1FvT?kDfO zO0sj&BiFp`Oe}N0H>Gf!y^nffa*|tPb=#dkCMPy?9S!im9n@kYD0I5nI9UIr)U`CN zhE<-nyf54rtXbh*Stk_Q>N;6{jr7isO4(+Nx7NlT{KdT_@Wj#;S^@?Y89}`=+wY`E zPEnq*;YQ}_Eoy8Fu4bIZo8~`141y*$FcjAPu>6u?IWyIiPxi2S z_dy+%VBU){ zBri-W$>s@v^iU4c z?MS$-;*`LY#+%f)@`O^dP+;0D!!?$ioS_>yTVjhYIjGN$>k&wwTl4Lv%RHN!m(Lfp WT${$i|3+lhi$(EoFF12BSOWlgCwuMy literal 0 Hc-jL100001 diff --git a/doc/es/images/button-show-active.gif b/doc/es/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..e99375f384305ac39eba0bc246a39979cf398414 GIT binary patch literal 726 zc-nLKbhEHbT)-g0&?3N)k!p~WZCz62R9hR=-jUed8QwoJd-~Mm#S0qNu9>iH+uRH1 z_usjF@%gj6A3nbM^Y8b65`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3LL zZgz5f_qg)^fdvH~Ih+-XoC{CpShcs${p8upx+)@}W<$xT%f9X6 zchOqAO!C0~-)C}6CwyhB^LH08;OF7d8rIdpL}$LXFpdbQw^hC-)%;gbPhg^_ge23eE9Tb6EDl0n~xZ0nEUiv zGQ40|VSTu-)uD+&Oh-UqfzW)j&+8;I1fIq0Dy=ARky_BOn29y_-<7!mEBT(wQQzYYWK_;%UI_A4U^TK`Kjwd`SrMv#+)z>26p+~AClJKZsj=#SoV%u(;~^2+Fjc z4&1qY@%gj6A3nbM^Y8b65`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3LL z-gk0*_qg)^fdvH~e>f`^ITxPHv6{c?upj5zeM|=q9GG>eDDcw7*B?JDl<3d@uyHT% zrTDTpzHfTvJFZCk8PBM%GcL-jF>f?#4rg<57ck)G;nC#EFzd9Ro}6n|;xJQheyD0c zXEQHH0dodVE+-#9A14EM$|nAG%pANMDjBx(&EB$|Vbz4(RlMt?kFL>Jw_%gk+%s#} zZ`3}tZO5)X8Wp>_H16HY+?Qb zdl;UuF=<$=zc;N~`@zY{PXri_i2h{y#QflVG&9o*4u%^y0v9=Uef#%sL%_+V-X=CS z(F-ffo6>A&YJKW_>)VDDr3W>J3TD{fq1tAA0nmSp1^kQ7747 zqGrjLmMJcNG3)l{oE2N$cb_v-J2?56v8J_Cc^GIuTEFbfGTZm|>GP5UekI50;`b}%$OGx1QA6x*iIl$Lcw zBUyMZ$Hfk1<7X?Bm3Lh+WD>Pz(_F&CpC{@fVb8bn$s|98oyMm}=?hR~$XK;5=k>k{_dyboZ|8R)y zl__sr4uAafM{?@7T3x-+^r!{2T{%G3-CcuxS01 zOUbi9d>;X=5labewJ*A}jSx~5+~O*q=b%Cu{N zXXVA~&8*B~5w}Ex9GS~`rXTzmbmGZzhFfn`ST+=>HcZn$H|5jG5XQM}>QZbR6HbR5 zDbrLtrg-wvYOalE1Q;_I-fA+MhMzU4*|0U6d)=}P=dL=5^-YVK0EQl+igjb=Ax4Beu+v(s?+7y8eg(==bE6BtK0EGMx#MY;zee& zmATu(2ELt13zsOYV&V+5*mcbErNS%+w@J$sj&V#(d-Za8QO>Qy^A}9ZS|u=1!?4L= P`LB2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Lk%_&iRc2 z6Mj@&s(Jt4VY-646-)n#B|@bKB&T0kvE{1FUb%kRu8%XmvBgT=SbZs0zEi})$2nsv zBeVX!;_qz&H<}N6XzsA(XHH3JvQw?%Y-8Z<(qN9^X=dQ$ST?niy4wv^YBh%TQiq=4GRz73=Mv^m^riNY}>I!PpyiX@4);-o;mdlOl^$T-PO#D zEX`AQO=8r%(0pliEaT3(8*`eHnRX^L^YgN?L~cI+rdu~(w~33Ffs53*GHJ7MY~ zcBz+U8ScNHT3^d$UmN#S`X0BSA7>?}g73B>v5HSN>c$NXTUh@t+pX}?rCNk}kxzAe iV5-aak1sf<9-nBl_qW2u&JK-l`~J<9wsc}(um%7?(ICJ8 literal 0 Hc-jL100001 diff --git a/doc/es/images/button-show-previous.gif b/doc/es/images/button-show-previous.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea7195b73ba21c5d5cc0be84cb5ad2bbf6fb7295 GIT binary patch literal 562 zc-nLKbhEHbEMO2}Xc1t@NHxgGwk|1hs;doZ??~wG4DapFm_9Xm+RXChOWU_?opbiw zzB{)sK7V%i!>2cY{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^aUs~WUN}3^Lk%_&iR!A z6Mj@&s(Jt4!O^dTL8{;531hgA)%*+BioR6YlxZAOJ~fqhn_KMHi5|5FO<1F@~&gBz15_-z|XD!xID`no6Mim27BcpZu4n~%`iOc&Kwa!oA zTh7bI5u2lMa`7^7aXmYs{_VsUturiI=MwmTZT(TM)wjKQ zD~AS;c)%U8>f^giT`slXUeEaK3?qj?$AKnxUKXS3mWG2({mVC$E!3zKO3*91AUDUR z^Fe}}flT754E7WL&GY$`@4aqQYGBG?=U4i?_+vn?gKxZ2jYF>d<@UP@R;7uDr`s4g zMlQ5YYlzz7qqLt@WP!qkYaJ{%c1^uy;LyyfZg5M+%Z|`0)F+@VCf=kMG7u(cJD*`8HOxjgCT~j$?_q??!94r^N V6d#_E9POfi_dw(g2_Ys1YXDfp0(<}f literal 0 Hc-jL100001 diff --git a/doc/es/images/button-sort-ascending.gif b/doc/es/images/button-sort-ascending.gif new file mode 100644 index 0000000000000000000000000000000000000000..8ef3bee1e1fe246a69c88c2c4bcaf3258b784842 GIT binary patch literal 721 zc-nLKbhEHboW~%-&?3N)k!p~WZCz62R973+-jUGV8Q#~QF@0+C^qJ+$m$dELz2xMX zJvXi#d-n9s$Il=B{QLc%M4Mm}=?hR~$XK;5=k>k#`iw95SSj|7goX_0g)>p(@l3J$6 zIGve4oWGVinU^<@g_n<)Q-hyv!z69a4V4;u`Svp~ar32VY}&GoVaG0wbsI8HZQZ_; ze^Sb7hAU_EZY?oTGn|*YLvKZt#4$F^?4UG*9 z882=YKlYQ~&+zGi<%;t4k^5@Z?`W*KvFMJv#NT~0ov$g)hz-!6pvJ;;#LmNQS)#X^(Vtg0i)20N)7`yHlVNYt>x~D1^=V9ftBO4(+oeO)MekhQwP`8WX66HNoqsMF-`n?g&MdK+7BSs2`W*4PGt>FC zPp$YeK~iAB!6xCguejU=XErdfe&&h!7$p!l5o#Ad0Vrc;<_D~88>IFRN3b6k>SVB6W{v{bQXTRZ^+mbz{XIN zC?g@C^laz0CXRMSh1(txiHjb#70gh-Cm6TEAhbnh+KPuA4?R1WI74QMm}=?hTga9Fi2=k>k)MNpTBq{_tDj-=NPi~J-qTncWZ;bn&F1z`P#c<7@lN(ZaB!m zcq>e{q=DgpUK0M7c_ch-e_=M*>m`5D6!@J3NIU#Nz8=Ym98kNl~pmPVV;kz#YWz3PVdb-g(|_#W^n z@Lbvuw7pom*hpD<`Au&Fr(Py?_jjUw%roq)_M9+gxUeXiC1ApiRb5xQzJ7DDHQ5$n zxgq(^?x#-2d#tk-3L3S%__)p~i;X2i;F6-_rT;aB)tmQN8Zff0d%{|25Kt;|;E0xu zU94sChx78*48QLF+*fB*79e$4+SkTx8^7U{$;YCb9m;i?8tR<3UcArzpEJIohq)oQ zIG&6BpL$&SO_3J?<{V5MbD2C{BjmZK*6d(snYLA-M@wVbjU%0w4T{Z-N~<&;_v|{l vf{8Qa!ivXzQ8k86eKu^GDFSw%0v=89P}}J%WHX~+$)tc~E1ZQC85pbqU6xK0 literal 0 Hc-jL100001 diff --git a/doc/es/images/button-start-class.gif b/doc/es/images/button-start-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..8f2c3d9822b06fe5b229632429d79e2f0a47c429 GIT binary patch literal 491 zc-nLKbhEHbjA9UBXc1swn90B}hg)!wsLXO1rPVriYt22jc|>e>OFo#~ey(N0#om?o zR_}kh|G}pRAAf!N`~UZU5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{#bMRDoY(sbbk;Wp zO!%R3rsn;BeMi3%2C4oN*BQfotP&XyZQd$#P%cRP;m2EcdxNLFo0ZGTv;OmR={QbB z!yIXjdCR>%zBzoLLWd!NiJOm~ry+-fmyeG_lb?exm7%GnEupi!mw~gZN0XI@mv@%F zT4f(E8!JCk0ynpMP=Xrcggzb?4XyPX+vlrqV=6LbV4N2{Nk@G-L-o;!I7WVE?b4&G z`&e}@UD3M6c;gt?PE8Je))$KdcIg+LtzwB|=6|z~ft_c4&O5EoUlV?Osg3%upwX;& zeVl2bV^5EA#l;^#AEo&}GWHZ)S^K!8Uyfh;%pJ$%%?$?`Oye?JW_lBOB9|tbjF)YozYR+~MGy=*!T=_pc$*QtOJfvB%U+iCqd)7}&ZcGMEh#0vt{B yUEXYPzIIO9BK5ML;>Lirx8+0Kw$yryyT!;PzkU^3Sk}Q2Rekl^j)}@F4Aua6rrgE= literal 0 Hc-jL100001 diff --git a/doc/es/images/button-start-printer.gif b/doc/es/images/button-start-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..fecaa4c588876e4e9b51e3b955032565d27dba39 GIT binary patch literal 586 zc-nLKbhEHbEMX8~Xc1swn90B}k56o=l=Lc1ll7){Yt8+(dZZjoX+GPu@Ycf354Rk8 ze(2h}E6=_>|M=_E-~WI9lL!=lvM_Qn2r%d{00GEO2G)NHDt!Th3>mA|<-FckpmRPq zV8V}zOEvHRJA^8z8?p4CP`T7#tTq2aMz>{^E!(<-%DbOtE=`zru4}DjWaDQY*}TPV z0ynPuu3zr;>C@p26)Ftz42+z7{9FyO>^ywD>>B*+d@P!c)!poDynKEWczGu?Oqj&N z!^_jhz%h$&1rs+PH&g#amad)^dTN#ZJZvodOpRPzn<5%nHcjm3X0h%#y_JuXiIaN| z3kS~yrZo)vnVE_iH!*N?th~1H4C4ugQ~KxhiWkmdj%Pfe)tJA(f5DVkIiE{KP8Sz5 zF&sK6^x~Z(BNK}hYeB<;o&_}z{S15#uJfKysqi+JbGwqjd=}0VOi?a@CnJ<{7k<$> zQgnd-6pI^&M#X`I1;=YX`z`Ac>~}rkuB5+i&-C@Fo>R}?IXGvsp&A1-f7iai(vL2o zg}%1e96Z=GgAzC1sNrnqIXI`1;VhexM3zvKa~QLM$AeIZSxvkFGn~_>t!3D*9e(FV zs%hE+M}8R@t|!|jGUXOTI?c58Zx%c^Y2FnPPt)cq*>6<(B27%5B^h wg*nzI;))= z?>)ABU-SMn)0`I{w59rYAMWkQ`Nwf?YSEXf2w86DE1nfOp*yug7F1-!b{r7D7Q47f z;0AM7kin6>aO?O@~ literal 0 Hc-jL100001 diff --git a/doc/es/images/button-stop-printer.gif b/doc/es/images/button-stop-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ed74d83ec9a0532a3ee7cb4bffbf0895777d54f GIT binary patch literal 619 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 P`|TDhmJbJ9I2fz}-0!Q6 literal 0 Hc-jL100001 diff --git a/doc/es/images/button-view-page-log.gif b/doc/es/images/button-view-page-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..632eb349b43b7042ff41e2a13275009853281ead GIT binary patch literal 949 zc-nLKbhEHbyu~2G&?3N)k!p~WZCz62R9hR=-jUed8Q$BUF@0+Cw3+407PoBQKL6~w zeRpqPeDVC=hmUXn{QLEvM4Mm}=?hR~$XK;5=k>kTZ%KQr}O1f-*%()V!uD>d2>38Ql=&@8XF!4K9)G{!#m2|oF=yP;fw3st;v*=Is_ZBeV<#~ig|iD1yuUaF&HqO2zj{qrXPb?_!JcdZdS%VKC!DMWfxRV z^)hbeigoF9y(#7?Y{1;`fU$8q^W9w>1}kPRW3ZIIxuCo8*rmzJkR;V3pV7J$>Sx}f%_gN~@&9R*C$p!YWLRz*zL;9xj2rTf}!1ILZ z=4t^02Fv4WSI!1`cD?lFeLutgSYv9b*X?g_A24P&yEyEg|0J4wnbqCCJ3;QxF3q1T z9p!HR{>3$ZuJqm3yRW{vo-`*m(SxyI+xOqLQmg9%{T|jUIQVGJ=rxlraGLw?np5S^ zhviK&*C#GJP~_Gd_`qecLPkXMg_DjUvgKR8DunM1JrSQTr1zYO-za7KH6`8_maDG6 zcd9njnk-_tWVnj)hO}>&>edjMy$YY*7!2)xc*uI3(r~N2IU%BhF}g;5dcOYA5Uz=w z5|$2=z1YMXn9fKz9q7$>;5=KZcB^ACLrB}x3+jejmWEs1oO^xIe zy>N!CL}1?GCVjpwr7`o=9N9&e^j`ROAhDc7fS;M+=5}?N&UuGcES_w)V0p;0Q!7F| zv(6@IE>m51J$?18S*J94l+HXqwQfSq3#s)H#{?SI2UR$!Z#cnc$iV3Gccu>a+7%me zHtU(XIx>l!Pm6Z;UiptJXS!j*?w;)~GYpxw-CDN#-7fPPubbDsIi{Vz?U<3`A?MG} OR_jaJ7zi>kSOWmWQMaD} literal 0 Hc-jL100001 diff --git a/doc/es/images/button-view-printable-version.gif b/doc/es/images/button-view-printable-version.gif new file mode 100644 index 0000000000000000000000000000000000000000..044563deef35fae6eb27282bf9be8fd8eeea561b GIT binary patch literal 706 zc-nLKbhEHboXQ}=&?3N)k!p~WZCz62R973+(h}X>lRB|KcJj31rHh-lZkc`P@Y>U7 z_uRd6>BaMVA3nYN^Y8b65`p4R7Dg@x0R|lgAOP9P!1_-?rEh{FL&mCgIj{E>=$tQ+ z__1emUywxEkzPX)i>nGVt&4~B4!?bo{jvhhq<&%*m?J}^6|0HS+uzE1U_=|+r}r;JefakjTqOzSc8CR35;A5S(Ek! zhr7;g@-j%B6{!Bev1zi(e})&8O=-*fZ*Xj6ZfFR(w9x75#XzksnnAOsJb2PlrsZMF zc6o+fj6>P2z(_8p147>0bhbsXh{-JJGI6j;R$qT>V)9pAhTUbqF5KLG_Emz2_QQf4 z>1(cDVz$B-H14nkTAi=fQ z9g=lAKHN|fxl|C=s?po + + + + Inicio - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Inicio   + +   Administración   + +   Clases   + +   Documentación/Ayuda   + +   Trabajos   + +   Impresoras   + +
  + +

¡Bienvenido!

+ +

Estas páginas web permiten monitorizar sus impresoras y trabajos +así como realizar tareas de administración del sistema. +Haga click en cualquiera de las pestañas de la parte superior o en los +botones de la parte inferior para realizar la tarea correspondiente.

+ +

+Ayuda +Añadir clase +Añadir impresora +Administrar clases +Administrar trabajos +Administrar impresoras +Administrar servidor +

+ +

Si se le pide un nombre de usuario y contraseña, +introduzca su nombre de usuario y su contraseña o el usuario y +contraseña de "root".

+ +

Acerca de CUPS

+ +

+Ordenador feliz e impresora + + + +CUPS proporciona una capa de impresión portable +para sistemas operativos basados en +UNIX®. Está desarrollado y mantenido +por Easy Software +Products para favorecer una solución de impresión +estandar. CUPS es el sistema de impresión estandar usado en +MacOS® X y la mayoría de distribuciones +Linux®.

+ +

CUPS usa el Protocolo de Impresión de Internet ("IPP") como +base para gestionar los trabajos y colas de impresión y añade +búsqueda de impresoras en red y opciones de impresión +basadas en archivos de descripción de impresora PostScript ("PPD") +para soporte de impresión del mundo real.

+ +

Para controladores de impresoras y asistencia

+ +

Visite la página oficial de CUPS para controladores de impresoras +y asistencia:

+ +
+    www.cups.org
+
+ +

Soporte comercial y una versión mejorada de CUPS llamada ESP Print Pro están +disponibles en:

+ +
+    www.easysw.com
+
+ +
 
+ +

Common UNIX Printing System, CUPS, y el logo de CUPS son +marcas registradas de Easy Software +Products. Los derechos de copia de CUPS 1997-2007 son de Easy Software Products. +Todos los derechos reservados.

+ +
+ + diff --git a/doc/et/images/button-accept-jobs.gif b/doc/et/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..38521be7d5a6186e0e50a14663654136f930e035 GIT binary patch literal 595 zc-nLKbhEHb%wZ5=Xc1swn90B}msfnLwDM|Q`*jup+q_Z^rZk+XpM8DKmWNvoJv(^* z_1Sx$?mqka;^VK+fB*mfPa;tK$->CRAi$u*00baA9a#S`m7I5++M=U1Ct=)7Vm zU}fOP$lVd9!N{Loz{iDLQP}O0&b?>Lu)k?9x%)h*?uu&$&o`02PAaF?|W2l z+0-ZFsn54ZhSj@)iJj}(kE#P_7?|0kB6w1t3BQ=-$}FOjz@WuwJk730sWtV|)oDu^ zSi8Cs`3^L)Xu2G8V$@>r(8xTpwlw%bW8XGg28A87zU6AOY)#qbDPHi5tJk!{>VhC2 z>x4sZ=Lw13sdy*KTz31c&WBSoqZ%T7HYK*ZNw!FqCUZqRFgdDjHGhjr#?D7y`L8*$ zFE6;XU|k|hcjyr_gX*oT>(!+5%51 z_MKnA$FK0D;lSDj&K41tN12W~3o^RN2WVUkjAxptc<(r8we`&9m4RJV1}0ItlP1R{DHov<$ z&CkQC!Op#AZYGbnPtNMKe#=&DTfWjjz*L1L!DSK_ z1r6K>=Cg5#nM5$UI5IP)=RNzQIXO*>(KUP54w1E)J?VanR~?vkrsYb4@uXG;25SIY CJ=4tq literal 0 Hc-jL100001 diff --git a/doc/et/images/button-add-printer.gif b/doc/et/images/button-add-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..6c8d04a3de1ed671b5d15026c07ceb34d064771f GIT binary patch literal 472 zc-nLKbhEHb3}p~uXc1t@NHxgLvMMQduB!`b??~+K4DapFm_9Xm`poiWOImmATzKyM z{s;H3y?XiJgRb9>CC{Z<<^-Z~pvT<*I@O z%X*gy7|x2ZV_@Ot=bg;J!Na}L!Q5s+PziacmP4aUS*in_xaFCgm zAxXC8=mE!O-I+ZW!HoKHUG{t;K0E=eoK}osM!r=o?`C*5vV;ZQt9Iaa+wF4V6-!_N z%M#^qgXqSOrUEmj%Q78&QnFI(c=KZa8jg$?4xC-i{Ng5_OU?_eieJIEPB2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iRIb z36Fo;HCx%3$|)>R{vy;j)xl$pr9i`dhYvkmq5N!)7adaB?ez~kRLp4!St0U)cMr=V z=3Kw!>UX~WdF62HYfxfUQ*mRnz7nf}4Py^uA`@Glha(FUSGdN6NuG?n-0BH)=Lgnn zc5`vZ**1nd@v%71TVOjw&%Cg0=dRs)HOgH}_Z%wOS}9<-wULE8asvYg5BC|J(`Okt z`7d4KxN(a+Ai|c>$!Sgf6Zf090*>kmSRMYj?BFN80*en{fBpJyVfmZk^;cy@^#zW# z`|kY=6g+U?pbc-l!hyx?ev4Wg8e*~^9B^b3;gquZa6&2Nct68N4ugUV3`@PHX>3%e ze9Fqn)XUFfP_cmFfZsgL@NH{eHq7hlmI!R&eBjV{ks&qApmf$FwZ_$QYm<6k9(_2; zcteC`iu3CBFeVjwi{^>_u138YOd1bD_|{$7d0sBy%*?!WymZm3H7j@Q+J5NB z!An;z-oAV5#jEGP|Ni<kds$(>}HeUY;71)Yt*L6$ji=J9$4J2+o@e<(8iM!ti~3?U(Vph+{VkH z&d6l05xKB@Hsjn3%|&fl`4bj0E#95gC zrgx+9cJ(cd3m4h>_AqmEaHQ;XY>99H<|mwNaKEnqmv#l$0L;raQ&L2)gfc@B{e7Bq&n z20hhT@r!j;$l5=BDXxkMZTrW>^WX@-p;%D{YpumRJ^?|7j8*G$Uhga5VP~U5W1aXPt`3e(TdL0HF=s7~ z+4A7P(Jk-x{NuT7cEZb!J%pdxl{t!!Q=O5Cu`Qg>sjZQ*IZ(4TF*bg7vO$4r)#4>f z7Yfw&@v)T$R^+TNTFS6uCC7SZ9!^e2hA4hs4-Gaeu48RXTn8pZ?cBXrE5vUm(`8o! zfwIlF?--?--Maf|>3uWv$1k2dTXc8E%i9YdUUc!Bpcl69UG@*dAB;AolNhE^>I z^qHuYyX#8p%;iBM3wL}qSS9WoBEZ74ASbe6%IN?eqa)iIqD89>cez|FQZ*BNFOGCr(D|~h)qzEc9FjxZs@v!G2 literal 0 Hc-jL100001 diff --git a/doc/et/images/button-change-settings.gif b/doc/et/images/button-change-settings.gif new file mode 100644 index 0000000000000000000000000000000000000000..8bcc0a20ac85293de1c0ca5cd0e4c969b752ac22 GIT binary patch literal 612 zc-nLKbhEHbtYQ#hXc1t@NHxgKwk|1luB#1dYme*h4DabnpFTBt+RXAL3mez0p0H!* z!n5c0J$i8c!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iTy& z6CVGxYhKL2a{K|K#Ig!E5&Z`q8te?rCJ!SxD;f@XUSLUD%8<2<+d*i3z}w9pHH$Vc zU*fG`b>ZEQJ$3W#CzSD9Y4GM&MbuQJb!ZpqD6twuaP!-{g|o4>Fi)SE#>vQIGo5L2 zfF=_gV`8WePvLBSwk7ixbgfvGl*-01XV&)BIR@sX-A9iduc=d>$jhtA)l$=b!g|@& zD*}c#Ec}klZbe=GT%p+rV&;?Y57b&W@DBBzXVA5DtY6KI(t z$dJZuHKFW?@l^#z!A7QTli~(dMnxm76Sf~3n;e+gQ+o7VEfZE)EcI~?|BpJ`*05vO&tervliyNV5ezbBhbZP(N?W82heS`j)*tOj#6L%ez2 zBWy!hn7CH5F-8Y@umtn3UOOe1k&7pHdQGlNE6>b)+ueH^dAZe7R;@XDc#*b6{p{;E zZrffaTfj@_3}-%U%Dh%zA-f^7E5Sm1(*9e@O4W%cb$3madF>7jeo&hS~Hn1s6}YSr?s4H zlJ*ck&cqY&pyAohLKA@)8xe;|J;`nx7k=i*3gS{?x;NJ-!HcnrW!bBolc(BlFt3h~ z&v+_wlu=hDP(WhwudnRQY|HL+XjV^iU}oq2)^e4LW!?_gii8tHT9iCPwCha7k1edcoxp*(+2ItdFl)&}wR@FYxMqa0GR zM>w7RT23vO|Mf}SJsu5bSJmscO#R*Jp068aTH*V#;|ohZ>z$+3+ompgoqxVFwZPTf zDL(b8Q2mpJKmDwHN{kHhYI}F(8JZW`Y`GtF`VRwJ#AHw9843>?CGRpP1aUA}0|0WT BB2fSU literal 0 Hc-jL100001 diff --git a/doc/et/images/button-clear.gif b/doc/et/images/button-clear.gif new file mode 100644 index 0000000000000000000000000000000000000000..bff0e60e30580da24f41960d6f6548798806c911 GIT binary patch literal 419 zc-nLKbhEHbbYT!-Xc1t@NHxgGwk|DpuB#1d??~wG4DapFoIW*q$-<@`I~Sciz5CX+ z;}0KPfBov=$ItKn{Qv!*M4Mm}=?hR~$XK;5=k>nT0TUko zv}3l?;WDt%lzDK_KtN92iSHo;M+@U@fdwoEiA)z6kG-whzk>PYHw}BKwrIXHah+Tn zR=&zi;aI*y-EqPRX{In=XBI#H>e_5wt-JKLo0#rCpu1NkdRN0igNd867#W#4`Ht(%ieuXu z8(EO0Y0orYqnxdbQ-gz-pO53|^Op=O`JX&{@k;+zN-8gB!~HeRnSV8yWHhHJ2p(u) z-sqF`@vZv`)5?|)%mNHjJ7oNed{QQ+Dt6oP$S{dqTF%(S%B#p?Q1GDP;3~UJuX#Bi boP;*b*2@q%+!;J`z0mcFrimYoSs1JV+^oU~ literal 0 Hc-jL100001 diff --git a/doc/et/images/button-continue.gif b/doc/et/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..fbc1f95f389aa547816d41fa27fd44d934e3e228 GIT binary patch literal 355 zc-nLKbhEHbG+_{7Xc1t@NHxgLvMMQduB!{`?hNnfOzQ4Un?5yp^0d+=3mdm>n}7V& z&YM?{J$ZEF!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&dSRW{;^a&_3WUN}3bDE3Aa^AXM zJQ6$Oz@u2G9m9U)3-0h1O zuifhEyPI)>w&=kK9XSU(UT4jkx&{vc6CE}tMo!-HNnS?XlcrBGGM+xibC!V5TrFnC zNd;Y@8qBuboEjV^Ww~BaE8Tec`PT99^K&tnGxBn1OxU^3bn7+^M%Io}n`sPZJ4`R> zrCBha594Rsr4f7Us;-wGBfm-FE*{%NwgVPiyy~wx-~00au4P5=M^ literal 0 Hc-jL100001 diff --git a/doc/et/images/button-delete-class.gif b/doc/et/images/button-delete-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae0d7ca5a6c3481a505f7d9d3a89e19e089c013d GIT binary patch literal 506 zc-nLKbhEHbOkogVXc1swU}TVz64TVy@bq#_NQ}=f%xh?>@9yoIzi{5_wX1gQ+J5-x zp^KL<+`fD3`O9a&|Ni<kvRy&JHxOga}V;t*4`^XwdL1*tRVUTmp)tMYPB zpkejBJxtHn8?8ARAtBGq%G^KMRZ?ar8kcr+F$Z;h+?Bk=^UOSEhetJCOfR`s>z`nG`lvyH zf#pCQPvnCGjLd!$&ouCcspv9HRS-2f@uN&bYzNB|Hic|6!TXyHg0@P>yk>Ja)N%2I Qb~sbaqa&sg?FXc1swU}TVz7Sq($baQw053r3-jLXT(u4}06>gk+2f6mI)D|YPK ze&pEUOII%3e|Y!TpP&Cp1d2ad7`Ye(7<3qb0A!~F>pumRJ^?|7j8*G$UhgZ=In3zT z_x!iUSuLBD?FtGmPrLRnUL4TieY?bFnh&fF{5 zVd+A2z gW-h~R^P9!;Uc3IL)X4QuX6`ui)0MYUk%7S)0F=`9Qvd(} literal 0 Hc-jL100001 diff --git a/doc/et/images/button-edit-configuration-file.gif b/doc/et/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..a846b9680a132e6a18df217df8279473dd802ef4 GIT binary patch literal 721 zc-nLKbhEHboW>x+&?3N)k!p~eZCz6ATvr#=)*j#88Q#;EF@0+Cw3+2g7B;S3Jz>X= zg=f$0d-U-7hmUXm{QLc%M4Mm}=?hR~$XK;5=k>k{Vy%9v)t$i}HqCtY{KZS%9_1yxyqa8-+NZwK`l|cG@K?U!BLjhNyb2GRPb}AX zRHL!u5*uT4`{W>j6;~S=7+B}X896WGkISh%mvEmlgoVV(G!0;{H`MIJ8F zf3BEzK4Us~MKUek!s42egNaHW<5Y##!0=|@1un~M4lQV8*5y>08MyHSqrjxPvn*z3 zN*(U+S9X-*3wnL!-l2AFcEt%2r|z={h}Cm`FFmRe#4L6odcy&=Wf~lEE^9>^9&|DA zM=kHjZ8#vXE;{Gi>l4q_|2ro$)j8k1cKyV9&AnT?99DQXGZ@y-xWrJ)b}1mem3gCQ z;wfRC7L{HVwTVw}FpDyMNMI8DcSu2vDc}Y}q=f6_1-eR;esIN0^xc@$*5hh%*HJ^@iw`1wHs3m&!rZ3@%<{9 literal 0 Hc-jL100001 diff --git a/doc/et/images/button-export-samba.gif b/doc/et/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..f595ebb226333742bf05042d50f06cddc4c8c19f GIT binary patch literal 874 zc-nLKbhEHb+|3}u&?3N)k!p~WZCzUITvr#=-jUed8Q$BUF@0+Cw3+407Ps!$x$w-{ zz4z{1dj9P0hmUXn{QLc%M4Mm}=?hR~$XK;5=k>kL3@Su9|q17|}+!~2U08d4f}!s z*0ZQ!Q{Q<{bYY|K4+a)TPQLI+PJV7??yxKt4t|z~rWSWcFNUd}>V*u&`bhgK%kaqr61x^QpX+{}X>6Fhmj)#G26J!X2kU89SG$&0&7Mp41x;BJN8 zLQ@T&Yv_*sys4qc}6)q4>=EQmw!4e}DTqa{u1n`QqD;8lAR$@Ux(WN!s?M!Yx52 zgN{z=G?z~u>1Wq2c+i~hvgvfIAL~aBMukU={j$PwQ<*Zkj;Kcq<;E;jY)PCM7{wec zaP?8+?*}suwJZL+?i4R}Y3YM1^<^68n7tfcJP7u%i%_(RPj#LeUa1hMG{r}DlCPTn zjfp4Q;$L1D>5ZQ^xn-iOP*Ez+0vqE5!%CZr3gyQf!g;D5OK$ITeaM^oaISaDPIV!+ zPBR|iMZTHwHCI;z2*@AZ(bnX6PnV%}(Jh@69_FQivl^B%T{!8WvhbL>mOZz?X0{lm l9+zmX^?qvFyf!9guh;Hqn{qQr?a8ax>y2M*h~Qwb1^_{{}?hNngO`AS7dFu3{1q&OuY?-}p|H`vx z_dK|N?d8k+A3uNi`~S~>5`p4R7Dg@x0R|lgAOP9vz`9LArB6VSA!F6LH4YOVpIp`$ z%+NE*&bQH~^=x<8 z#pSe!pPiR)Zlm#1&-?_=cnt>)Ud|1RJsCqZc(`|z?B1*G=E*(Rb#)>i4-Y%T39a1z UR)fhmy{7l7&TQ3tpvYhi0LU|wM*si- literal 0 Hc-jL100001 diff --git a/doc/et/images/button-hold-job.gif b/doc/et/images/button-hold-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..c364193130dbd2548c1e422f9e31aa87fb6d4c47 GIT binary patch literal 451 zc-nLKbhEHb^kxuYXc1sI%fN7sf#m|9zy(RkYswnuolR~!*q@JdzaJCxyuRV>(xsmd z9r$tM`mZNXe!hA8_uudTBm%{sER0+X0t`9~KmfASf%Tt)N?(8?i^HmQIj{E>$Z)V) za(#4OW3@r0@d%Sc#S)%ohC>%${cJdNMc;zQL_l-7w}RD?eGfKBlqnqC!mwqPMc(H! zy+B3w^Y4}getXd9vqF|lqr%xg#D$-Oi91W%G&XO-#KctPlKe?!lX|oSG}22mSzI+3 zt#TMRxVgC8bZi$hEM3IE#ER2rraq&9#f*LXwPVco9ypqC$jtoMX~PpLac3@SGS1VP zvSOGn0;X%jwz)G&F?ii5olW?48~5SZQ|W*I928 zG=mt&oiulcrh}UcJua KZsx?mU=0BAU(Txl literal 0 Hc-jL100001 diff --git a/doc/et/images/button-manage-classes.gif b/doc/et/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..e26ed65290a9f1948ffb42feb3744152818ccc37 GIT binary patch literal 523 zc-nLKbhEHbjAsyGXc1t@NHxgGwk|1ls;dj??hNnhPMtnAdGfT9B@3IjZ(n%w^zNJ2 zjz4;Mnb~banp>M#8GW6YX3cTqnX{Pl-jZ&lLQFfP-WZN&WR=Z}x;4?W#@R7t!c zQn$did-^Ba%PGN=$ZcCLYyN9v1%f#Dh1I-Y$uA9@&iPG;llv{7<+xsidHo!4hq z#f-;|XJ=1j5>W_inPg{WC4P>xX>nM9GM~^BAF0lu#^rJ+k32fKUg*3UzgZz?!dFkm z{*WE-3}!iabTOnZOmz)TTczu4C~hJ#bJ8Wg9UM>USSBoJWU#Jy%2o05z%B7ZZS5Kb i9~K-m72hD?C6~VV-jmbWOuMuv@@-C+n(fTMU=09Jx%5;3 literal 0 Hc-jL100001 diff --git a/doc/et/images/button-manage-jobs.gif b/doc/et/images/button-manage-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..79841b79b30c60c079dd309cbf4feee37d14817d GIT binary patch literal 450 zc-nLKbhEHb^kWcVXc1t@NHxgGvMMQZs;doZX^rmg4Daqqn?5yp%JkBui<-7 zf!jCFJ%4uh!^hWu|Ns6^B2fIv!pOzI!l1(d1Ry&dSpO*~_PHoBWUN}3^LpP0Es-Y` z`_3USaIhnYtYU)aAGy;P|8~K}C^L0$(3Z~CUNmH(vT%wU%JXvr4 zTzwY9N-GW??$$6LN6*!3*Du=O+Th~5*?`4-=D|byv8D$OpGY}sYIgEm@@bX$LyU`E z&ucO2&EB73eQn461P*g1UIt!uMz%b?*z$W>_PqS=JD7QR`D{49eAD8QvzgHJo{?F0 z;fI&ntxR%!jRM=(C|_bb$ebH>&nIX5bC=^?;?;u2s`>m*UArBeW|>I($u;!p%X4H* zc2GS$eZ`}%zlu{Dn*$tVBCZ@XZagnqe?!!!L;J;rV5JS7t-;B+uB=X-G0~t=^fu30 IMFs|I0F=$s%m4rY literal 0 Hc-jL100001 diff --git a/doc/et/images/button-manage-printers.gif b/doc/et/images/button-manage-printers.gif new file mode 100644 index 0000000000000000000000000000000000000000..680db58e51b2e81cb4530dfd2f91352838003a32 GIT binary patch literal 571 zc-nLKbhEHb%wrH?Xc1t@NHxgGwk|1luB!`b??~wG4DapFm_9Xm+RXB$i<)=rSakgK z?wePSJ%4uhIcv zd~93tQ&>EBxz!^VtzGY$l{{ymmU&U<-hKN^Yn3PVZqn&qexUx;Nj(9>Nwyq3+}!R_ z0VgkCb#Jw0Oj&Vvm90G||JAD;o1VYq=D6W<_MFw3s-53X6)1n^V^o*R*w@)RdIKBT2XPj8nNeA{vY4!$%G8+ywiuC12?9NMQ*v!m6 fFP^8_qi6g2mVM2)h1EU;#yvdo@XaAXCI)K&`D+m} literal 0 Hc-jL100001 diff --git a/doc/et/images/button-manage-server.gif b/doc/et/images/button-manage-server.gif new file mode 100644 index 0000000000000000000000000000000000000000..1909ee7e06e165971d748ba2bc5f02af8369d82e GIT binary patch literal 541 zc-nLKbhEHbOkogVXc1t@NHxgKwk|1luB!`b??~wG4DapBm_9Xm+RXB0i(7W=Sa|yE z-p3EGfB5+3$FJ}I{{Q(;B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&T1#e zzURMrUhzrnabY&7U|{NHImOPx5zZ9zUEx^gmdTX*$zB(lZ%GxBh&XQX8_^6`1O z&z&D>Q_II@V3yaoY4aA1a^?1_g-trsw{F^}Enqm^j$`g*7dQXv2;S-AOlSp4|T zpXb=kz|FPT@y5;DcC`l&S?+)J+Bnzz<(rTD-K9xY!WjfuaxNYVnAhqjVX@&-Is-EsZ;i@@jMP?vpk=c;8gzat9CTyVl!^$x z*|5}`#ZAJdfZ=khtL%~{B`${p9#SlPOnkb#lBO`(dhiM;Bs^{08n|wcYmVvGRi?!} z3!g-B_|1%*9=C``WA%oWO^P1s?>c9&oC({x`@o?LW3yI%R%v0Kj0^4_%yVoQ)FpkK yl}$UCm)SnMrkmMyVu{2KEprZoBVs$Gx|WqT-+ytrkmH(mqQKXeQmdUA7_0$bVDmZv literal 0 Hc-jL100001 diff --git a/doc/et/images/button-modify-class.gif b/doc/et/images/button-modify-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..b88c3faa152c5e44be3262495bb75ca66e6bc730 GIT binary patch literal 537 zc-nLKbhEHbOk@yYXc1t@NHxgGwk|1luB!`bZH?*f4DXweJ$-8Ol7)?HS5Mf!W5Jm- zd+y!2^z7-K4zI?PUv zeb0aM_%R9e9b{JUdE2!j_CTWtA48k^p@X+H#WYex43@rSXq@~&T8%HB>0;usyxsTT zF?)VLu}~uYhxxYi&mN}fE3q2HbMf1`CbO|sFn9O5^K&qATX!?H`)gUV#dq;#=YP1SsqE0J*SVSIFW-E8{m$It)A!F`1+sr=FEe8Pw~&LuCr+2+ zgN3h`;*);qc)c1!W|0F7vxHiO-efi;a2TgwW;4im@PNCCjeq)#5Y8J1lqOBqoXyZN z?b7ixlWfmzRS3ywXkud!(TJGFp0b&7-oLM$1#3=CkrAHB$N3>4gKJgT_JuDw7aTm{ z;L)OCt-NjVN<&6_%bYZaRE1Uki?k+~6|D0U%iO``P{4F@VL{s|*~yO%G%i`q=ANZX68O0Ob<;h5!Hn literal 0 Hc-jL100001 diff --git a/doc/et/images/button-modify-printer.gif b/doc/et/images/button-modify-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..93483dd394407ea62fccf873ec53822f1b812d04 GIT binary patch literal 552 zc-nLKbhEHb%wiB>Xc1t@NHxgGvMMQduB!`bYme*h4DanrpFTBt+RXChOWSttT6FIG z{=0WBJ$riR!^by&|Nr?MyI{Hu1JAjZ=C2t7BE2ff4Qr%$`Y-b-Byi2`&%ORrsDp3w zjz3dRoPEEE*;72su&sh2xlzNT#ihYeiPa#Pi{H+bi9f!cdGb{E2~6D9Gno2w+?W}; zxP3cTG-a?cF!FM%$E;r2v{v6NzkTQcIIBE5xo1y|HW#Pr`)*jJw$QXRK*> za^RruEDnaiUyB(I$a~mJTxsbjKH=Y?D`6_tz}mpX>Ke4{%*qL3T@063Y?-C9EOh$p zj5$yKBsFj@jS>yd2{ByOcss=7+>yHz{T?pyeyX-eXpzBst)e9Pkf-0ywa#9eVy9G@ zax`#iW?PT+pN#CPwbV~*E0@SCzkB;~%j Mt&w$skCDL|06`cAa{vGU literal 0 Hc-jL100001 diff --git a/doc/et/images/button-move-job.gif b/doc/et/images/button-move-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d55566e9c7955aed637a5332ada20df9f814dfb GIT binary patch literal 475 zc-nLKbhEHb3}6spXc1t@NHxgHv@9uds;v#`>WJ*^OP@Y9dCK&%5`p4R7Dg@x0R|lgAOP9v!1_-?rB6VSA!F6LoY(sbv<042 z>^r}JkN*I3BOB9GjXwdF4nhem3Q}vHDlvL!1YCagRaHPTX+6{9hXF4Ryx4Nu;n3W` z{fn#o(mOde#3aafd}ra~Waj2)Wol(@v2tZ-Z{zgV>|u!HWJ*^&zL?ndCK(CWs6(3ZJl%e!hzej zF1&bt@59HpKYo4x`~S~>5`p4R7Dg@x0R|lgAOP9v!1_-?rB6VSA!F6LoY(sbbk47F znDF?gU9*)uML}YR%JwG?M{p1VB(srWnMV(#K}`N4a(D-Cmu<@aK5SS zl7>Kg^Be~bK1~m=geMH_++2r4c)~Tj7;Uz_nPmI^WBdo^Ak7;$ttQU&3XFD}pdcgj zpGzxd$8&`~86IV?mWLBs=5$uGvCLR(_~@9}Sp}6CM$HE0$<=rGdX{Wo#L&dT>$gDX zx|1rGD}%&~11l$=IuNS5YUzt-d5q0$i;sO2_^Qdp%%0%{m;}Q*)-U@!nfhnwH_v$Z)7G`Hmm+ao2YbRNHDI Ql2U(sHp!X5&&Xg60FAE~Qvd(} literal 0 Hc-jL100001 diff --git a/doc/et/images/button-print-self-test-page.gif b/doc/et/images/button-print-self-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..17d5b0c2f2e5d70c22bd6cd5fa7366260e9c6c53 GIT binary patch literal 768 zc-nLKbhEHbT*e^6&?3N)k!p~WZCz6ATvr#=-X7oG8Q#~QF@0+C^qJ+$m$vQRz2x-S zy$>E-d;RL+$Il=B{QLc%M4Mm}=?hR~$XK;5=k>kIu<^b1soz$9Q=$SUZM)j%ioH0ij?oST@w7%WU}P- zHM^}M%z9VMH-6ypgjb(QiQT-lt-YhOONWh@pP$=7mt95AwSNYGkfDcWcJ~6q`Q`d^ z4VF!-Fi~PPUXjYr#>SJv%#pQ9gOQh8-Nkc~{qDWN%uH;I44ixnhxa+~HJm$o{N!nk zi^8uYB17k>Hr?R)DK<#m(({4iTl^X2xmY}W%~ z?40)+93G2K@XwzyA!s7QrKav6tG_EM1eF<>xLX7Q(k?0s^~wHQ+91N|CoQe4;mam1 zQ0(Z&CKSt5T=bTohr{+Cr>s|r8-oESBgZYlEh{cB519HcL2B!&&>HV@fkoo)UhQXK z4p*6cQIze5)USqp7E%s3B1Ac6+{l@!#9*_6mPD4iZk8EVw zYmT|GFY`WSyomy>hK~)q2we@6D2d z3bD^sCA#af10K56yZ-pf;>^UV*vaG+@UfSPm!sf@2)D%t2j+&1F9BWJQVI;Idu1 z=?*0;ZodCfbMHchjhLM-yNaH3T{}OAO{2Fk^7{d1~oiRCi;o)wH&jDu^Dlb0XZ)`Sc#o+>nH9d@94y?40Je<-q#dMWs z4Wprh{xnSijmQNZ@m&lY#Zgll7hGMbrZsWh1~)+;9=l!N}*ID~!FAw*A_-AEB2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&Uz=u zzUR^wY!@_Ev?wzem;|&iI&etXFzjY|wa`aTc8z=U0t==s%+I$ZD%kjiG#pSY)jH@h z-JxX0&G#Ez_|B)xdKhwLRwQXR*J`wO7%H*qbHq9FyIALFF!8f6H6{A{Rq=$(m^G)3 znURYp*sHZUb7lZ9w|Zi{mw{PH_wGG=b?cQ4S@^gjTKt#o({Jw(Fy!XHc+r-Do6CAT z2M_lJUw@y~47cu_(8^?7zvjfcd@oM^J9jv?83|OMI(6oUQL*{=-we#Fc0Tl9;Mnjt z?+T~HgK1qB?3Ik0#TOrBRye-N!bPMZiks#ChcksN&Ig&)S=I#@9N;+Mc#1_#S5)f2 zg2rYO1NjIel_O6@6gjR*?&MGq31l)Ww-eY@$a+$otu1EZmj&%x+tc=R&KBWwZCKM* zmEbgaljzoxXwDT|S+w0wh`f-=b8c+t)iTXI(oyNoa+zU&)MQJ=N#%ESw>T=6)fzrO z>LohkS?J>~rwOs_tyOHHNtTSv$(oBS6DBM!xNg!^#S>95na5V*ppw!hb?eqcw|1xs RsU#|G&$rx}*TTSH4FHyh_Y(jB literal 0 Hc-jL100001 diff --git a/doc/et/images/button-reject-jobs.gif b/doc/et/images/button-reject-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..aaccb43f5b3a5683554e662bf882c1bc097a1f78 GIT binary patch literal 649 zc-nLKbhEHbY+?{$Xc1sI%fN7+nd^d-?CsA-y5EnEeq2=iysho+!bKmq zZ~uDs^v@?xe!qS9_wTR&Bm%{sER0+X0t`9~KmfASf%Tt)N}qrti^HmQIj{E>=$tP( z%f{r`*R)23fz9A+0uNK`<%0*UOafZd4Fo-OI+{a_HssiDy8Np20|Sc``4K$VRGoF=?*Cye*SN0Y-(gvF-l2j)?#wvVC~W=*QuP)sKjExIK^9|sL+#hiY6l; zU#6y0D32x|s|EjpMGR{-R&uT`Phn@|-n3+y=6t4w?(1TB*Q}e*%Ckw^s%Gk?%U7CO zm5tIlgRWL|8lHP_zw4o)fQA7(|LfQNr3viZTwJL-pO-|YXv~VN{P_86*p12!?@!CJ z_*_}D<2l1To2sZP!vgaQ(P|teyE5;bFucLnBkSDtW%G08{)rm@f_G``TztOU`e_Ig zSA(BgL$*S4i&W6c1C1GMbjX%taz2JLY7aFR9B52C5T+wh^z0%7 z8($B@i?0lf4XgP#ty0MTmVKkYp6y!TsJS^ub#Jrdf@Rz_48ImN zZ)Ng45ZF^cqw<2X-}3yvsebExKJ@K6Iz#!hN$>)ml`QT$Tz#F&$Cx&2K3VyY-C;wQ z>PLm*eKwNo(tLN@3ctB~mpbecU>`bLtkBUSrm~=j~72YY1G~`APobYzg7nXaE1-%JQH=>0!zw&Ne}g6$^MR L95y?1FjxZsM{zV| literal 0 Hc-jL100001 diff --git a/doc/et/images/button-release-job.gif b/doc/et/images/button-release-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..e369f03c95fb54d28616cc84cc285ea57e9abac1 GIT binary patch literal 534 zc-nLKbhEHbjA9UBXc1swn90B}hg)EgsLXO1sg)XbYt79zS_N+NN=&WxH zn6OxY-=C3#U*tf6lSNQ}+rtkAJl*aJi~-Jm^BI$07pAH(ak`!27CX$c=y1;2yxlk1 zFL@`1=?dt-t3IFJS!2Y_&!y$y!dX?t7SqPm!NSDO7|E;2$7br=SEW5&BPB68exZSR zX6=fVHHFFsjJ%v$9Hr6W`E!hRtPpTAaAV}j(q!l1;^GfWZaH%7gmaVENrp4Ww=%Fe zhVV1r&|tj1PQYr_lc(7k7LT93UiHGl^3BH;?^F)0oc!s{nn(KG+Z>I2?-*H_r1h3{;k5yA!3y!~uXbfKVk3(tuD@hLH88?26}@{{Q|@B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iNGq z6CP{YH~%tVKBRn<`GW}em4qEyOcGoTO^r=nD_5x&E^z(G!pGuZAt1uME9ttbfNaKx z9W{RGvL5T6CZ88SKF7}jg80Eh9j%Vg)KBNcxJeE--LMn{)x7^;91WSQOtMT;3>gi9%ExQP83SrAs$Jwubz2%2czd{Gs(GfB7)R^EH6k2YHx^jUHmNF@ns;q&5~y&S8SwKG3>b-jh>nf6EVZEvf$ K7PK%hSOWn0Isoec literal 0 Hc-jL100001 diff --git a/doc/et/images/button-save-changes.gif b/doc/et/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..870f8d52d298afdd7bc513242d1b4dcf7840f349 GIT binary patch literal 709 zc-nLKbhEHboWvl)&?3N)k!p~eV^dnD|~7B;S3Jz>}G zC1=j=ef;pohmUXm{QLc%M4Mm}=?hR~$XK;5=k>k0h+rW#vzhU=ZRv@Sw1SrGwYuz{CJMwx-onma9rl)On!rF@Z+T}3~gkDrg1L$9KDR(tGhgSpyDtP^=S zm}+=<7$Vu2xO04h_(C)od3n^CBG~*Bir7~3uU+q^6_v{wxQ5NXitWq>PDY;aHS3}d z9Xx-QX;1049jlqWFI_pRYuP&Q^_#bE`jsd0`y0*dT<}isNA~kszcmH2SRy8{Ff>J9 zS+gKvgF=HCYiiI`CWnS7W~Qq_6v(W_yw;fb_6!mdCuipdYtLrd9mOY8&`%kt+p;4 zE9CyB2jnPkYH`~+LnzPH$Sd@UfzLyR#r=_mK0!eY4Y!#0#ciAXoz%$j6fw;VNKUH%ZssaN=a2sfI=~ie{;J&Ye** z!8JBMFe6}hmWuS{Qv!*M4Mm}=?hR~$XK;5=k>kjD(xG-zEJvCdHaIcvf4fn-KxNnJ z`AHLv%voO^=vszgC|~iQT-nuYbZs6FxqUiR>zN{I(iA*^{(ubTStd zXf0W)zsRm$M~T%SlZ!t;s)CJaGxPSHnVEZbMY?Zin^)&-e_$UQ!;xcdoQ&KnVw1d1 z?Pg;PKg-W{^z_{wySCli%Y5O|6>Y2TmG3`%{A4mic_R;xCfB@AtCz1`leQ+Bz4HNY zvxdTvAC3>)1@$;2bY`?EJvw5#L?=jOnOf_5d!CkzBP&|Y_ZxTo^D|vAIZ1_!>GFY+ zmdSxit{rCm3tVPQxV&e+L-ViQ3p3i!FYuVG6&hH=-oG?pF;lKr)5I&Hj0{Pw+jT>( zuh!kSZUy_p7n)I;J!=@55)LYE%gg04Wo2%>(eOX$W@(`7f@>mO2|qm?Rxu`ua7x(} zG)EXFoA|J)#MNlL6`UL=pdq&D$VX{^evyQGhZZz8H-<<>yz-I!n0ai5Blk?6YTmco zm-_$rRh%)kiH$*|<6p>%g7@loKtc9;=KTq2QhP=oUu#V#g|gFrE=kgwF{WP z=$)!A+ogNvS?+;-$qgn^_oi>r`)|di8`C4hY_Qi({73fOF9*yjGM=7I{wG)<-oVtv zQsL9|j&aA4hP!Xtnv^!iG#`-5KJ(}plW)Zgh7Qe6k432(XD&6=Wmp7A86OOEd!%z_ z#R(^-jUGV8Q#;EF@0+Cw3+2g7d7qJx#;xS zJ$LV1eDVC=hmUXm{QLc%M4Mm}=?hR~$XK;5=k>kz^=jl0LhN9e)P{kNf1lq*AZBiwr7y zl~|W}aq&00*RU|HW?sLsqGHP?ZAQM#whf!++jG?Na;r0Y?cQs_zrXtI*5-w0&#NNxqzWP#~+PPoQ%z^ z+!m59CstlL)S@G%!SUdO!jXidK`Ipu0*XuwLYi$=D=s7*&h+|c*C;h<17oAAjCEbj z1Vh%wY5Iu{Czh;Vety2T$lC{;TUG>mIF)~}IJM%1rgx`Sbv#Jbl;CiD zSakA!+`$zlKP*}roA=HVW6r4Ak^Nl5N5-aNfrF}?TJyw+V?3**Q?GPH-}&lzth?#b zoPdy%yb0w~=Imm9RW%`O5!d~LGrmZ;EvS_0I%@h|Y~G>rxpOLf?rY9%+F5McS{?92 zuXzQR4ezDrf;;VgpS<_(;j)?R_D?4!uubEge7knvyB}{{x1CpS3R&(T{CjPxLrl(I zS&n9e6}hmUXm{{QozM4Mm}=?hR~$XK;5=k>k;xu$Hm0@A8#ixl^4z{Nxf9{wZw}v3~anIOLA`~Gl(;AiPUg01h8fYH3jcUE7X}Ld9Wra zI7cJfXJPU}HLiI&yGx(#wXsUCX3*4?s%4P!s5hImD?RDNy36ZM+)*w|Pv6pebstls zRK?Am_NR4q{bu)+B$>uein7(B_7d|5*MSeu-}ov|S*`|75E9A+CalDT)%6 z+FL$dX>f^YmK9guvWV5KFVlEF*ISLH*V>h)tzZsPUAAITh{ME$LtO^nTAaHT85pbq DrKUBk literal 0 Hc-jL100001 diff --git a/doc/et/images/button-show-active.gif b/doc/et/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..34cc73989f369a0a025e1d8a45929574fd4f202e GIT binary patch literal 683 zc-nLKbhEHbY-12%Xc1t@NHxgKu_-NfuB#1d??~+K4DapBm_9Xm>WuPbi(9sDpMUn; zzB{+hzj%J{!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iN7@ zktY@V&M&Z8F4thdpd!<7kXcnmtY2r5AmM5v6OG%T{6=( zbn-$54T+eB=-A%vEK2OA%`L5M?HwBIDmD?3bz0G#wR+K$+NbxM&MeSVVm0vfvQ1%O zvd{4jWl82=wnA&^awl63-*uIf^750};sY3Yxz%%~@pCeA`$n!|C@HHrcH-0oZHvaq zH*ej(!_cj~ke4@p%EGIrr{~_)efiYnt(JhH6C3|mR}LQTQX#nNYD0 z0Srt>7t6^ja!T1$Y;HZ+%wBqF-P6TRdh6v53RqOHR(NBu79)NWt%L>@cZ&pX r(=V>y4y61w`SF1J!H*>m+ccj{5N=o4W^%<>ttI1;iuoN8CI)K&UaK|Z literal 0 Hc-jL100001 diff --git a/doc/et/images/button-show-all.gif b/doc/et/images/button-show-all.gif new file mode 100644 index 0000000000000000000000000000000000000000..61280064bbaaac998215c7232b31f104420acfff GIT binary patch literal 567 zc-nLKbhEHb%wiB>Xc1t@NHxgGvMMQZs;v#`XpijeOP@Y9dCK&X#S7}!u9>iH+uXC~ z_T9d9{>AfqA3nbM`~UZU5`p4R7Dg@x0R|lgAOP9v!1_-?rB6VSA!F6LoY(sbbPh8) z_C5d2bE^1V!y$%-0tPmI5d#aIO=VrKT?-jBB#x^vXq~ldXILfL&B7wXp}Ip=Kr-#a zjvBvwNsnFYc7;yU4`$-!;$)4B&TcEH)vDK4VlnXcux8?CWwK?ioyIVA`b=$Wc5fce zQAYMbSi?%KVls9bp>FE3;D#15&!aMft`nY z>xzVHH==rYt7;joXFt$fUH#~ZC#Ty{Jps$TpTB(7$Tk1;?f0J?^Phj2xZZr>KQy~h zk4+$WOF{f$(fyBJW|Y3@n8=#RB*IkSAiqhJRbY$t!jE%j_G)dlx|hwcfYEcxnn`!H z1v6)@?BbBJad_N%u$g^X(K{buuf%3%4YnUC1}T#Rm%ON9vfZ?0rP$I#a~3wF=rruK zmzr!5D)`NFqRdpkC3j2AR&Jj$x8{gwK-v|jwcn>OMl2|HP+fiN5ffi%!}B{kXLAX= zh8yZWQsIyj`2BlPZyW<>!xx9c3moUmwVElvh`G|`y^4PZTiAn1h8b5@{T3-S@KWPS b;3($aQy8%QeVicotRKEMZoN&43=Gx)@k|A* literal 0 Hc-jL100001 diff --git a/doc/et/images/button-show-completed.gif b/doc/et/images/button-show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..165dbe0faeccf98feb7487e96898b473b75ecf33 GIT binary patch literal 683 zc-nLKbhEHbY+(>#Xc1t@NHxgKu_-NfuB#1d??~wG4DapFm_9Xm+KlpLi(9sBoqO*5 z{yVqMKYw=j{m0jT{{8+>B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iOCe zB2OyzonK(HT&}@@K}DwFAhW8BSiiPv*Fpvji8E}D7a2HYI+twlG*M!7(kvEWSRd}Y zN>n?y{i5r1hmsXP|7&qFHng;wva8r|YxxFxn`SZba&fY?we=ch^;GI8u^RY#*)s97 zFxfL_EsI;WVrEuRcs3(fHzO~%`l<|;waZuTUCYM8W9!w#J@XL5rV{THjHl-6Skz3v zar4$~tq$ddyu8g7hNpFBw?5N+rE~g?-g|+ku5A2YT{(ETPbK9u{QNDqbiyLF12dG^ z*i|YvpqB0Vqa~}JVA#;_`oImg?d*cJQf@{=q1UqVATn$WXW*- z*dvS?x7MY1*)FKKvRhfjv6($@i9~h4QQbS%%<{Yj#}v*tEA!RxCO$ZD_Rg++Ui$^n zfy&Knd`7Z?hJ45OzQ1RpFTBt^7PVWi(7W=Sa|%@ zu3OiRKYeoR!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&dSpO-g^a&_3WUN}3^Lk%_&T1yd zzURMrP8GjvIHdWIfk#dwp&%keHqeQ|@TLTZOy?5D4+%U%{YMin8Yrg-ZtG4OJ?&Tz72?&N1>n8GxzZT8H$4h|Vy z%$3m&ot&xuOl*unzB3KX^1F8I+*R11Jb{;YV@%D2BfF35wdx2MI{LAX~#qV1&)n> z^A1>^xR9V`&zsPE0<)AZxw4;m{P%%dTFs%uFT{N7Nh|v)j2MpMIP8`kKlt z0UH6akjoPzUe05gk;!xKWRk{-HxZ|wbDA-fTrG8;^nKlp2=}0?wo|UHZi>u}+|k(0 z=fSVTBct+aX6BfG3VN7lsx}h!6b5CA=C;L= literal 0 Hc-jL100001 diff --git a/doc/et/images/button-show-previous.gif b/doc/et/images/button-show-previous.gif new file mode 100644 index 0000000000000000000000000000000000000000..d32f7a81bd2e18a38291ef5056b48a31bed783b5 GIT binary patch literal 529 zc-nLKbhEHbOkfaUXc1t@NHxgIu_-NasjCZW??~wG4DapFm_9Xm+Klq$OImmASa9O> z?pxQ6KYeoh!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_4mYdi zy!XZ$=T|bf1Rr9QunDkVFkuCkg^=r9;Vc=6i9L>wHcIG71vWeoKcE`RbkXrx-tPM! zt~5@GUU6;l6sjseR;XnnV1=;OzZMsPGsOr2xnqr zT;S7dV479EcHMfNV&!ID-eo=Wns;uPzpg?@z|fwJ|HwQJ9&T>;D$f(Ax;3Luo#MEB zh2!kJs)h4ec=&nyb{Gm+?0NArFVpP#tM@P8n3;e0`r?yH_O}g;yT5LFRaY4ION*VN9qeDlKeoyIZ^pS?=H`pj~BA;4e_069DON&o-= literal 0 Hc-jL100001 diff --git a/doc/et/images/button-sort-ascending.gif b/doc/et/images/button-sort-ascending.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d925463261ccb09d002b3e5dec9a8c53ef913a9 GIT binary patch literal 607 zc-nLKbhEHbEM^d4Xc1t@NHxgGwk|1hs;v!b??~wG4DapFm_9Xm+KloQOWSwsn1AN% zo;$ZMzIcA`!>6}@{{8w-B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iOR~ z6CVE*I(t~fiouyNz#w3s;{!tm4jGOE4L^JQW}npT?vxVik9y*8fOn2iAH#tQ4uZ2X zUOMv#ckpf5Q+NLTVLlaoW^O)yKHk7O<3v3sUM^0yF1;QDCDtZx4yH72?pPPM5(a)2 z21Z_Pb!M-Xt0R1;dMtBV=$^vH!V|)lRk)mwk5eOsg^9~2ajAiM`Q-B#E*du|H}Pjx z$6UH~X-e@DUwwf}My}jM?+qoK{PX5e4K~eO^`!9Q9Sh)Flw{VLrac*pATyA;l zP$&1LwF{jy$_fl>JT@lr$_VLZ-Fd;H%wi+sti`q91FI>A@ZDgRf&~qi8CWKzkc7a)G7auRPz}ABy%L4W-z40}~>r%Dm zjs=D$Itg9%3_@Q7!uquZ#hnwc-1+GsG*h_T^WvkX1tN@0hkpHIwaJ;OQ&su?mGtM3 zheDodp+XKndZQQHL6v3+|#={jXc1t@NHxgGwk|1luB{Df??~wG4DapFoIW*q+RXB0i(7W?TzKlt zp1Zd%zI<`-!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iPFN z6CVE*I(t~fiouyNz#w3s;{!tm4jIk^4L^JQW}npTzTjiAgkMDbfvXu$OZx&Yxe8_m zXXiVAvlxA5IFu~-`M;sDsh(X$pP8GFpO1&5*`(ZHV!zR3eI?d*ZVo0!CT?yGXIJ+M z-wGB6MqX}pX0J8tB7CPY@v|^-`9y8ov1_x(hP6SyjC=tadw1?mTw!2dGv(6dD^0D+ z?feA|l~;A9-P0<+t0z#$$W>hKePCG%|AGY^oF6{+RX*V0S&&%%>(9Zai{0Bf4=}O5 z3HTFzVZG$eBF96Xb6(`~_jQOEXVoMMy7%=eIInu)v8dl8i}9Ubu8-zpDV8419?cgf z42_MF9NQSV3XIuybp9*ZbYt?#){TkUYz7`pN4giWyKop3Tu|U*SQ)a`?nBdpnO!Wl z6YetZ_E_Dx)McIDS}hgb2DX(ax_CE>yy{+LP@xr2a`_r(bU_~L8?OZhB8S=*bNpMW z#VaAoDD(K`Nftv!4eva;mNyl1yu=MQTLv0ieOPG|+qx{S@w|3dOVpMFWfi-YZ4>2K zFlE-?8?x@j3ohG6vHJGx6|l%D(+*`(drRLVYC`!!#aljRXgdfM`ZOKK3Yg20pbOroJ+*0JcQGS#ucG zoOqL#c^aB!HLu^WQKwkBotcqm%BBXRJ+9L>=?d8Ch4am2VCClGa*yWXoR|{baO%u~ zc|4I*i%y>n;^yaRi+T7s(uk$m_kG%PK@SVBEr|+M?3S|FSzg?Sg!pg-{-??h| zXt6Bta#(qVyS@B@q>GwItW=S(xJz_lLt``BlsOqbjol3=*!iamD17AD#3~ZQR=4!U zk3jJzwn;gU<{a^Q)Wyyzm%!q2;O0aICq|6`Pu@t)9REpAK70=8X=eGqCh05Zgx8a! zxvM7B7@W=EVxBBkz?{&w#z&i_;*?92*aP3)D>585Om$kwB+}>5_H^=rgCX91JgjyC v*Sw~%_zKtyoN;JyXMe8aZNnw!C(yl{7CX` literal 0 Hc-jL100001 diff --git a/doc/et/images/button-start-printer.gif b/doc/et/images/button-start-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..e4a462c4cbb0c062a7fdebf36402f5d58bb6a560 GIT binary patch literal 567 zc-nLKbhEHbOl1&ZXc1swn90B}msf0wg!C#+lMQB$8|}ikxX0~}YdPCA?dr6pcb4sb zvg_uDo6o+!`26$p-~WI9lL!=lvM_Qn2r%d{00GEO2iAWIDt!TpEDo#I<-FckpmRP; zLF9?Xk^Vyqw1Xc!VBnE!aApquAsgK9=;e`PE75v{|3icThlk#_4>w#H8ILnEOe^Db znC_6W;O6^{&NAoIB|Qw%J$bG5{M!<1JGxAiSZ#tBdAK#0_|-T9+cUE?+xb|{rZde9 z(&jJV@T-wp;gZZ0m5 zb}r6L>vhYnT>QJ})MUDPHuv&(NO*)N9BgJ`=y}9)VF_b%lB2A^iLW0+)Fx}2BsmAYo7gnx z-lj<#Kb@E~(|w)X)adC?f*P4@^iOUu%wcSHdb%suH__p&mhwxbnbsv~7RD^_65S-{}BY>tqxe7_0$wsR8Q% literal 0 Hc-jL100001 diff --git a/doc/et/images/button-stop-class.gif b/doc/et/images/button-stop-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..b395262137a06181b31b20374e76e7b19d4ec94a GIT binary patch literal 491 zc-nLKbhEHbjARgDXc1sI%fN7+mFuFEAf0&-}ytU=+@@1d) z?EQZ2>dz-nf4zP8_s_5YBm%{sER0+X0t`9~KmfASf%Tt)N}qrrL&mCgIj{E>>|tZE zocG>%!Qn*=jK>)bE--R2F&t_%lAG*3P4Alv)r-CTRxm^zplyBXMd9cIrpFiovm zx@=jla-Fqi|LU?e70dMn4A*h+bM4}CX1C+2^xLgz{z0#P%A=H8%Z)MWRVEn?4wB96 zd|X!56B;fbYzZnm8eVCE)ytVb+!bR^l ztp9%L;?KuVe!qS9_wVojBm%{sER0+X0t`9~KmfASf%Tt)N}qrtL&mCgIj{E>$Z)e* z&U5HD!Veab&4(ZP?W*QO@#s*H!yJU+u1p@b8~U=PtiDV=ty8{pY^QM3wQ0=>%3J* zz+!XV)thN%*Y7-dkbckn;j@*G%`%_A*}VF`o-Y$;KsI~+a>luO-=}YZ#fOi2{{*?SQ+H(IwC$KIQe)L6)k0mIPTZXl5dfx z*$}`wJ;`kH%8Df?yw!ar7oNNm^!Z{>n2yCGXF-MF zzPqB2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&Uq7U zktY?0x|j^?t~48R2(UG@G?)75O=WCY*qEio*vzi*z=LDrwWqHxDrl@|c&MPABf-&s znOXBi((_Cu>)skp7k1O8<`z9p>()*kb``_O+ODQ*t%|P6ozwM|SnH;G@&{Hh@v|^- z&0|=+bh$@N*~%r$igO~{xrD|~7d7wLx$x|{ zeUBgA`0(+~k6+*Z{r~fyM4Mm}=?hR~$XK;5=k>kc7XXI0){G)IWH;ejCoi(j*Q7v}<|9)>4eo+btX5xF8qLv#WjYb8%8&|z~r zP;s;7)KaZopG7iMp78l5de+v5G8c!GwU-AoS9N#QHTZ@#_arM?)0QoV|jS4TH4KHjg8xIn5fhrz{p(Z3y2gCvDSPK)Y?p4<}3 z&DJ83dTFV{h6U>I6K<6%A^9C3nYLaW$uPxqUO=(HTrD0v6>~ zeRDbBwML}5{Zhr1;;*KETw&49+pENtf1Z+gppd7*GRK|u#4(MdS(59ckGwmYV#a;N ztYCKrL;um&hTFmmjFx4+6l3F4JNo;ZyRdL0pGb=1I-Ax)5#9qq`FZD5m^W>TYBavE zfU&~HV@9#-L^&BQCZ1E$S<~+b%=y7QeRuo11C^7%)qh}TsQJWr;Q;fyi~r0|x*lHQ zAS1w~@I;z1sN%AGXrAv9CkByq4}8t8mtJ0|PN&URszr{|=YY)tDf-SYFP>*Tv8ml=2q zBp1qa?`WD6u*P)CaXn>GH~&1d>Puyu|b3R<{4wH?1CC+t>s@; zrTQzGJ6B~b=CI6Kx~6B5z)Bg%r&+Gccnwxu=Ta$6d$Y0QYl7saGiJBFGkT|PShD#F Od)VqFZniB94AuZw;+=;8 literal 0 Hc-jL100001 diff --git a/doc/et/images/button-view-access-log.gif b/doc/et/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..36dac059982deb46713c2842e3648cdc1cede0a5 GIT binary patch literal 687 zc-nLKbhEHb>|zjMXc1t@NHxgIu_-NasjCfY??~+K4DabnpFTBt^7PWBi<-A@pMUP$ zzB{)sJb!lg!^by&{{8+>B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iN8u zktY@V4m&e6xih#*FbMH266~y!U_6>!^fW{#C@}4UgvHk&KL?3jbL=FVk0cvL7%<$| zUBF$xK!U5`k!*p=EVg)kCM9;$_Kwc3ZUZ)6{&atRb``y9ZSMLWz2w>RnsgQzEz(wE zHR8_JbYx-T@>{bm(aync(L`YnVHy}qxjiacsASb-R#!H$y@4hFz5n9MOD5d z7xVGPGJT8Id5<1Hd8$1{*?_lFgEQZBuEEFIpC2umEnwuq$jhP0!6UZBi7{Zoc0*S7 zpv;1&@eZvlL8d<#vm_6;v(Kz7cGG>-+|DU zvD_$~a>I6};iiLjYbRQ4HBjyjwp^oWdEb(2lEtq&5G}Ca#wH%)iukx?YR_M=NYp-u*~6u-uI}K;|^sk vD!WA%%5uL{NL}d9EO6l{Q`*4^hXcghG?ch}--a9tQC{Y8j#sUXfx#L8bPYE8 literal 0 Hc-jL100001 diff --git a/doc/et/images/button-view-error-log.gif b/doc/et/images/button-view-error-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..8c871ce95a904607ca1222aa6af61c34cb3a12ea GIT binary patch literal 550 zc-nLKbhEHbOlA;aXc1t@NHxgGvMMQduB{Dh?@a9O4DapFm_9Xm+Klog3!AoYpMUn; zzB{)rynJ#0!^hXZ|Ni<|%bRK9WG9=jY0+Bg8EL%S>deej zStfbsBqpa$eMmIZ{5CQr*^Hf0dJB9XKK-$UAmih2p9$OaAp8Aj#MeIJzXxs-N2Y} zp_zf1o!4X5nL}*XnAv<1ObagXu`QNZEu<46=#Zqo-0OpB>GVU<$7e7Id{A(B@H9ks zmS4aXE!UG$t9~Z!s0#Qd7qLBO+W}W^-qQw~w4Uv&RhYK^TA-`#sSCFZk1m>aMF3PP^6E1!@RSAQqTonc@T)qElLqW8i~S(Z1d(+Zg%zPw&4$EMRLxb3af JW@iQlYXDtH`|$t( literal 0 Hc-jL100001 diff --git a/doc/et/images/button-view-page-log.gif b/doc/et/images/button-view-page-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..13f2ca706b7f1c18780c5af80743f3f6fa5fb9d1 GIT binary patch literal 576 zc-nLKbhEHbOk)sXXc1t@NHxgGvMMQduB{Df??~+K4DapFoIW*q+RXB$i<-A@n|J2i z-aEH1ym)c%!^hWu{{8w-B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&Soda zzUS69EE}G;Fe*HBU~P9j;LKqm6mH#cVB!besl3b&6=#H%H)}L3WYCakU=aOk&=JdY zG0|=P?e|*Fk3S|D#IvjDrE7DCRv6^#gm?0nc4;fI8gcV;Yckm|ae2>VnH_EuG;29#Qc z!y0p9!m-{KUS%(risZf{l8ij7I24qX9g_dXjk#sRO)|D>u!U4jSSso*zj|}W##iZ*^LN%U j%IrQd`y2xki}-_{z>V8K_VatrusA34VZF2>1A{dH+C&B= literal 0 Hc-jL100001 diff --git a/doc/et/images/button-view-printable-version.gif b/doc/et/images/button-view-printable-version.gif new file mode 100644 index 0000000000000000000000000000000000000000..4b8e0c652316e785991e8a213a20c8ee3ec94b24 GIT binary patch literal 758 zc-nLKbhEHbT*4s2&?3N)k!p~eV^dn}Qdb+)(Gl0%moa^6^3)mSOBc6n-7@>o;kD<^ z@4IvB!i(qkK74%h=il%DBm%{sER0+X0t`9~KmfASf%Tt)O5X%UhKyC~a$fH%&^cd{ zd$`H5@A+?@&f_oHHFy{}*b_cD2zDP=dHpkiXNKk@{f!QZjQ+|&GkHX$H8zUWgiJlp z(8#>;O4Q8b2VS1`U=ZTbsI6~I;ALfXiq~UOVl$sGanj@|Qzuv{+i_|6Yj;o6o?E(L ziQfDP%eDFp{C(`1_*t18!+jH23pZ|FwB65rLkCY3GrLRt#+{qCFfj5JYaH0^enR`~ z`7^xS>P(mSv!(^r)HO6cZVlOLFhh0e+js9j7`_%*!^@kNW4K4}x9;DcQ~n)QcJ049 z(WSFbCSgN@CK0J^VOXUB< zqbFm*nq<#EN#yh;T?gjr?eZ#aPCsrk*=z6>rtv)3*mYjhML6NX0>=j@_!=w}{-!n< zXvgJ6>nP+*J||N5GxF*UO@_vHwc96b?NYyMY}im;;FGxLq(=;wgT8+pZ{)Yl8wG5g z&5Rn0bT(|Wy`ZczT{6qQZutYLRcDzFh3VU=Px@5px?yW(-~m&auiuX{7K@Z7DU@p~ zbT}v;y`t*Hz^Ty~SG{4w@_W@{OFug)vn}1=BT#(jyQ{#C2^|M&wHI(qVB$Z~GMS0D zAi29+YZC`UPx#Z0wr=eYJ0?0CK5}Yd=;#caowqaeVxphO)(M_rAz_>+`3^>|d^%0z T%;qVaF>N8@9vq4`v literal 0 Hc-jL100001 diff --git a/doc/et/index.html.in b/doc/et/index.html.in new file mode 100644 index 0000000000..3e20bbdad2 --- /dev/null +++ b/doc/et/index.html.in @@ -0,0 +1,141 @@ + + + + + Kodu - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Kodu   + +   Haldus   + +   Klassid   + +   Dokumentatsioon/Abi   + +   Tööd   + +   Printerid   + +
  + +

Tere tulemast!

+ +

Käesolevad veebileheküljed võimaldavad Teil jälgida oma printereid ja töid +ning süsteemi hallata. Klõpsake vajalike ülesannete sooritamiseks mõnele +ülal paiknevale sakile või all asuvale nupule.

+ +

+Abi +Lisa klass +Lisa printer +Halda klasse +Halda töid +Halda printereid +Halda serverit +

+ +

Kui Teie käest päritakse kasutajanime ja parooli, sisestage enda +või administraatori (root) kasutajanimi ja parool.

+ +

CUPS-i info

+ +

+Happy Computer and Printer + + + +CUPS pakub porditavat trükkimiskihti +UNIX® põhistele operatsioonisüsteemidele. CUPS-i töötas +välja ja hooldab Easy Software +Products, selle siht on edendada standardseid trükkimislahendusi. CUPS on +standardne trükkimissüsteem, mida kasutavad MacOS® X ja +suurem osa Linux® distributsioone.

+ +

CUPS kasutab Interneti trükkimisprotokolli ("IPP") +trükitööde ja järjekordade haldamiseks, lisades sellele +võrguprinterite kasutamise ning PostScript-printerikirjelduste ("PPD") +põhise trükkimise võimalused trükkimise maksimaalseks hõlbustamiseks.

+ +

Printeridraiveritest ja abist

+ +

Printeridraiverite ja muu abi leidmiseks külastage CUPS-i +ametlikku veebilehekülge:

+ +
+    www.cups.org
+
+ +

Kommertstoetus ja CUPS-i täiustatud versioon nimetusega ESP Print Pro on +saadaval aadressil:

+ +
+    www.easysw.com
+
+ +
 
+ +

Common UNIX Printing System, CUPS ja CUPS-i logo on +firma Easy Software +Products kaubamärgid. CUPS-i autoriõigus 1997-2007: Easy Software Products, +kõik õigused kaitstud.

+ +
+ + diff --git a/doc/favicon.ico b/doc/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..f3aa3068b56d7e5bc842c2eb231fb553610db02c GIT binary patch literal 3638 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 literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-add-this-printer.gif b/doc/fr/images/button-add-this-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..92d3d83a0664e9ce3fadf06eb2aea22c9f4571cc GIT binary patch literal 715 zc-nLKbhEHb+{z%r&?3N)k!p~WWmQ`2Qd=9?*%2{mO8)ez$x9bDu3I~4$IgYvPwlvN z>Bz$e*I&PS_~GN5zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%W3XO!!mr=)i&k4;?O6+ldEHEY4* z>({N_#K6qm$8EoB?~(~y4O9)e*%{cmTQoQiGjVhFtV-uN+;(Fcm%Y{%W~TdhnC{)Y zr1|2N_D(Kl#^g_58m3*n-t+MF1wsoCjqj1pgS5IeuVcjBn_E3;; z!dq!(7FN+Kx!V)&H8j_TE--Fynw@z?D)0!~1FHj>YjXa+tX|by7{Sh()179$``gdWK$c0k6l$-ac9!ji%v(w3T`mXSRt*} z|MyR~tizorH{)mQ7ZjZ0$uhZ~W!HlEMw1VE7u!YWD!fqe=HF-NBq|t|@lZIyr{ZCo e4BJFSe#SD5MIBsficT)d%XTc}^K4;Yum%9@#8u4z literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-cancel-all-jobs.gif b/doc/fr/images/button-cancel-all-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..6ee51b7d11c507613e88b5d06bd381fd74566977 GIT binary patch literal 725 zc-nLKbhEHb+|D4v&?3OVz{nsaEv})Z;pgv>l9rrbm{(O(+1cGOede?!%NB3gv~K6_ z9VgG6xO)BaqbCo4|NZ%&M4=$tRfyU6E3Q1;23adq+hOG7!9md}oxuuOA4|3VFBUVc6nop}p1 zw`|)nXB`6**HUhKhWWMACrz2Av0)R#-t7jehFm*XxZ*g~*^(yQWw^h3br9Pz298x5 zkFQzJ#mLCb{&d2(7wWGy_`Dfc%?WrCynK~>L;cPWlM_V_*BFx-U$uT_%X?tQz$UoQ zfYJGYe4V|V%xjZNaq4yF{xQ{v+sDEP4k}7N zJI|u{h(*GxDK0@q@AtmG@+HN4?z56ftGbeAFgI(jFnhb|!E5COhs1iOc7@3p#b%JNRT{nYi;efqF-xmD$I zx5j9x0#U0ti>QMyibEKAYDCQpG8fv4vUx3a_{yMA_Lk`=_nUdG4!Z9XgA3{z?%V#| z{Bo&}@&fOfU%!4&{U%p;Mf1|pMh-QL6$z#S3ELht3%FG{E3tWHJZzQN*5KMEQ^t`f k=~bces3V}kqp4YC*$O3Y5w(RZUE0S^EadZSVPLQZ0J;}SbN~PV literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-cancel-job.gif b/doc/fr/images/button-cancel-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..bbffe120b5381aa46d324ed12ff4fbd5125e9835 GIT binary patch literal 568 zc-nLKbhEHbtYHvgXc1swU}TVz7T3^H_w#p6NlPv)DyXil>gws7I(^Er6-&2n-*Wuq zvGW(t-G6xR_1jl}|Nr?t)@qpS0gj`g8Nb^+$5u%!`Ebs-Nd^TUYc5^(CE1y4>U?{GCyt z!0@3#4UcLXOOqb!-hTdB(zASS9#EK9(Q+;)Q$V=YVZukAeHS{Ju6IR=IQvB>9B^xz za!ib~v$FSjivrdMFOMyr+^1X8q4Y9T!aR;AN>C%i%acjMCd1*u8brv_Yzy=}&-6&kbqkm&d0eGdv%@YPJ@M@P bOzX)BJiAIJoN(=#V0N}@d4`}O1A{dH2}c8A literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-change-settings.gif b/doc/fr/images/button-change-settings.gif new file mode 100644 index 0000000000000000000000000000000000000000..3d6e59a36fc1a474e25ec7a54f973eac662dbdef GIT binary patch literal 732 zc-nLKbhEHbT+JZD&?3N)k!p~gWmQ`2TvHR!*%38qO2PE0$*WiPZre8Rz`@nWPHw+; z>F|U5*IvDR@c!eQzyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%ZhI-#xDUe_%m@#~;oLCFhM_BSdA+ zCX{%t<>IwoYAV`m#I<6j?;c%d0j|$n)>XDrtJx&o>R8%}OTRV*Jngp4i`Qi3srS)t zH|eSh>v41!C~4J<4`k%z6<`w|U~!%W<@>CX=) zzI*?Sc?M@9mtEac?oXUw82DHj*}i-}>=(O(fk|kIVk-a9gDu>dCxw?f$T6|~{PtDY z`Lz3O(q5+n7go+L{X6Xt*AKNjJ6id#@0}g)Arg2e>e7>!pQih6=R5juq1H43 ze|tAsF^h%U3M?*lSf)+$-r<-YJwJAj+8NdP3?;A5+|5hhVa71!6PruP$B6g?t)k2} zH$x3n93FPKI;pSuwY~76aqVJ;IvLkbPZK$7CjWlfsPE6|(3!P*ujGtF_VuSFr|@2{ zwr8&@y)=#6@c-A&qtEY^H6Jujs6Bnaeu1+x&%F;G&AlB4(k&u~!WCO4dK5iuyH$8Y sfitQ?<55T221BO~m1QfG1k~OcJnS+!G(%BHX@E&?3N)k!p~gWmQ_@T3Z{`(H=d0YVzc1MQc{|Zre8h;Gs3gPHww) z>F~n`*I&JS@c!eQzyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%VsdxLIEItIsX)(2?ptG3SB0mdgAM z>?K{3g4S4ZqvXD*+NCk7?bkA2wH%z_akn(AJ|n^*kBhw| zurs#Fu$Q6Vtg(5DmbXA4BQJBE1|tU_KUWI>(x7EwjGTOYoGCnPn#_ER^A|1-W#`RW zxnNNW0~-%NZ%4_pdHZ&(IJy16p(Dq%R`K((PoA)IHxCQj?KuJ3C`)SV(;3zOKSi)SeIp6@3!2-saD;SoA&D_DUCW7JUfsF>q)3Q!%)3~&2 zM^_TV`i=ACSU3eZvYGc39-KRMcGCyDT`_lGo#k%M=?=MbZ=qJ`)icZqHJAU|hNKo< zb)CFcAmYIS$2FF9HtjsUNhL2Yml)iS<&7#!y}HhKyV~05O}V$6_LZFNxn}rbQp8=R zgoXpzF^|g^Nckr^R4zYsA=G5XymMBcc5T*e{uW*OyZe>)h5gQRzV6_D7s{`)p(x?t zX-2Mnuf;PjWb9(UbfrALPEl8Bfg8)I-Am?ibubnv)cv-d@xYsVS;}RmhovevTm4rm zC~|S_5`ARnT3T_pn#E))Q=8_CPY1&Ig2a-wKHD1j8=Tv^<80=|mp>k5-urXnkZJr5 z4&{k+3zRB2i_6b(Y!_>nj0~l03E{j}9?y=*(0ToH*xX6UT>z zg$+Sj$2y&76}4S$n{{MK#PfL-A2gXcV}5A9SkQ9lz%hq0;a@wku0yYMMObpflsF{-V literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-clear.gif b/doc/fr/images/button-clear.gif new file mode 100644 index 0000000000000000000000000000000000000000..bbf4fe34bdb4f36d7c1373b14308840077c0b5ab GIT binary patch literal 466 zc-nLKbhEHb^kEQTXc1t@NHxgLvMMchuB{E~>WG{^HF?VPk~ORPwryW<@X(rLC$?R? zbmZZK>#tru`0(+~-~Ye=lL!?5NjMj!rYaO97AXW|WaeZR6r?IR=jSG+7BeXRWMSlD z5Ma<@00NME7+C))sPqXaGGwe;m-BjGftEmu?YzQu?{_71v(78VGLvAWr*#(cGD|@`9v7+g&j8! zY8*MraYEyjPOt9kxti>pVXGOLMHUp82Sn%wEXtc2w1r>Tq47=JnFUjm7^k`N_b^%% zvUY3&^bl*oV-$+X{py?Hx34C02?*a*#H0l literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-continue.gif b/doc/fr/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..c203ca7c49fc26ed6527cf197c6ce9857a5a21b7 GIT binary patch literal 482 zc-nLKbhEHb3}+BwXc1t@NHxgLvMMQds;LR+XpfjaHF@&X!qqFgw{4$)@X(s$r*>Sq zbojyjYp-5D`0(+~-~Ye=lL!?5NjMj!rYaO97AXW|WaeZR6r?IR=jSG+7BeXRWMSlD z5Ma<@00NME7+C))sPqXaGGwe;m-BjG!5l7@%>LzT-q)<>G7miHt|JxBdi%qP65ClG zmtH%TY7|{q!*A}&Da5sQ27Akad2uBQ4+~V7G)iphGHiIi9ZQ_&WY5AE(ZIxC>d(l* z$In%uubOV0!NJYM#LZDt({0Je#>mV$lcA1*vs#0F#%ztr%-IX|)g~~+Co=FcYcTUI zs*9-FS*x{#nYVzEcW1rk$+$iG5q_cJg}sbR4lUMV=H}yN+gro^fNfjR;*gg<&oy`K zI?vzRvPhHd!>1c;JPbT6i+C?4vBVtg6IJz|@k5bA!GY0Cge&Hz^TC9~!|hdKDb8CD zTxE#X%QzFYvF((!2#bq^&4teb4D+TwU|14U`5^J^j9VcRNe!D_dkr0qcSuNV$>=vq o>(RPvlyvgaa)U_|3b?jraji7(h~n)s>EMWrZoI@H#Kd3?05m_+1cGOb^4UWOBZd}w0`&A zU1!gqxq17>)8~(W|NZr!M4=$tQk%f`I2fBD=02No1a+~{OGyyVkY0ki2F zWjHxm?N+aR?cbg1>AJ!B@xy?C-7nS{zkReTEn3Z0k5VPAtu0n54lzTZ?@O2CWfaE?)tIXuDl}B+N!$8 zftht((GH`uQzZhvW~JrN{Eo)GT(wTZ;G?J`dtiKv@5Tf7c1+^oIpDoPX9iOde*nkrVr*Y}^mRNngd&2sm-+{BcChK;^GVGAsw?tz7y?ot*0}>2Vd^Uytlo8-)c`;id zy42a-#GtJ)K-@pUHeXdG{mF^L4by>-Ms!iQ1j`hk(Z>EVIY}a1D wsr|grgVT#Q&s5sG>#IV1U(Ee;e_hLjj_vLizjx=v#1D@zs~=2MVPUWa0F&t{5dZ)H literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-delete-printer.gif b/doc/fr/images/button-delete-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3328a608d7fc6cfe82bfe6c7cacd037eda029d3 GIT binary patch literal 645 zc-nLKbhEHbT+JZD&?3OVz{nseDW=$tRfy?@Z*-Q&vt2No1~{9&zFSY9>vYHf2^+Z+8vrgq-P9*Dq({>g2NH-x$Te zd-hyIRReC$IFPwPc#`UYW_)na= zeCg@c=QlN`YOv3H|LKVa+nsv`Y6eU)2_F_5G_HLjcOvURx}v;1r=s12jztGoGVsZ5 zV_3Q|*{MBBqpd`#$o1I7Mb8DITpA4%co{iFmiT1yJhYf~wCL5XqudMq^vp`H$^4o; zr-8MzN~rYE=I66#GTvwi>2P8=ydWajtbt<+>+v=6tK(v=CdV){IhsqhYHwE*CKNHB>dDLL-TJz|d0y4m$*ck&6_oC9 zy-fa7G2z*{+kFCk7FMONPq=3sJGb}ubOX;l-SYccY&f4jxx6}Ek)yNh%j?I*=Nna6 G7_0#m95WXH literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-edit-configuration-file.gif b/doc/fr/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..779940919c024a6484d0e1921ccbb3ae8f284fd0 GIT binary patch literal 810 zc-nLKbhEHbyvrcM&?3N)k!p~gWmQt_Tw4>^)e$jiO2PE0$!k~lZQDM7|AAGF~n`*WbK;^x@;1zyJUIClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%VsVxLIEIFTb|H@PcIji6uoRTR7{K zm~#RPY-e1LJUFqobasP%P%nQZezrkg&#qw8k+Cih_O_hm9uQ`;CbIL+ z-n^B6dq-;|e_Q`YJk@@sesnFrGDoOs*T7NAAS4ys{*<@I^>qnY%OybXweLWn- zv2$MYrC&Q;!O&b8f2(3%&5^Tr_so}`(Rz96`(0`Io{#6feN>t&u`~WR@7{CeDJwT} z&ykobWpM9dPxOtxb4Dw6?Pjpy`;b{Vx9nYgW0cITJvYl=UG=S^Q01&Dd02CWh33;KzA_EGQ}rioV4D_G_EJ@-v1h~6=_%7PmvJTjN_a9e ZXWLEXDFGb~Q)ZW3yUD^I(89oA4FLQ>j57cL literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-export-samba.gif b/doc/fr/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..4b63edf8c2a83e08a04d9389a402d45d31c5c145 GIT binary patch literal 958 zc-nLKbhEHbWMdRzXc1t@NHxgLvMMQduBi#^Xpf#WrC|Ehw{4qu@X(s$r*>Ss zbok!g%P(Kt|M2nkpZ~xAlL!?5NjMj!rYaO97AXW|WaeZR6r?IR=jSG+7BeXRWMSlD z5Ma<@00NME7+C))sPqXaGGwe;m-BjGfzJ7o-1`;l-fwo8aNuI6yN*=sYA|y0@hu5quP%sYMNd{)_d~W9>{3qrYGHl$ubszr$Ehau^hUZKV zc5l7K@c8MWt=dD_Ge;9)&d4bZh-|34ZMqv_;YPq zx!{LJqk7NFpqz&luNF5mG5%w#2{H6JxR`mjoMM8*(j*rx$(0XkB#p&<8F&M@JQgG@ z_n)ijQRPx-^wdjamW5}?ufppSmT5)m1UM{^>sm0OL#p-Vrx)t8#Sil7{yN06EIgXU z#NmR%?JbPFGwzi-sLIY{yL|3z?nYJvu7eKzKFNkT9u4e$?RU@qKKcGZ{siBZoCmgV zN?Q`oT+X&Fg7sbyBad|0b<5A;NA+0FsI)6AS$S=ua`4Qa4aILHN(CB(B3~O$eRMct zQww*Lgy=H{4xIvlDTT#GhbP3}*Arr8WLv)@xm|DWulb@}k2ki?wsHOWNOad6J?z4Ew~ZBfAirhc9c z^SGmVB2}VOS9Z*A^{`BtSYe*mIF(7?OhSdhYuS+}%6_XD&eX&Ry-Y3kZR==qdUN92 z<*AWT8c%&$7o|K=wA&*Z7vfaK#O1I|$^n%&yXRL6U+6zSS$uDDsFv|5>j`D) zD{Tx4(>2t4zFpGfHn2VQba{%!tVK+VRv57?E3}h5wPfC;$(hm9MHZe=N`0{E^*Ymz zgvY$wKV@}nI3iXZAw5N++hxNkGi_GRcnj^fTdpXn9X!TyF>LkQZFlw+=nCvF(|)(( WNYtkz9C;I0zuQ&u6Xc1t@NHxgLv@9)luC5N~?hKziC2#uFC$?O@ zbok+e>u=va{qX7C-~WI9lL!?5NjMj!rYaO97AXW|WaeZR6r?IR=jSG+7BeXRWMSlD z5Ma<@00NME7+6m!sPqXaGGwe;m($I~qS?PZ`~EtEZnk&K{qm<2UULRIh6Q=ZJQUz> z$=6)+P^#nDmmfk8xp){BPw-+B;b#{S^{|lZIzXr1>?*s-WK66tuPW}Z8+8sQK7#KYlE{xIco59ds#qH4zU*)IIe5?iT Syw939R_y5En8d|FoayrbjI+_~>J ztp9fY{Ljaae!Y47_uudTBm%{M63#`bsR{*&MG65KnK_vS1*rJ}fB@tk2G)NHDt!WqEDo#I<-FckpmY9yIf@aN~4TCK^<-N|jM-Rr+#(UNvPJ`T;vQ>XVYiq%(bF00^J z%*a(ZQ+v1izV&;`*B{-g<nCKK-o zt(Oe1*RPuODNC1;?~>V1hWDpGYu-EBT++{4RfqkU!5{4?qPfA*f48FY+y5`&n`4buk? zOxb7bn`yY~@={v{zLcg%%^|KKi~TprX06(yu|mS4LF~bylR<~_J2|GN7Km{lwwKei z?KsKq7{yTZ@?6%@tA1-XKW2F;>9eDNThNwQJ5EMrLc*~L%BK|!T{k^Fo!}O-?@VN2 anrx?ax8I{19UQ{4?yJQ*4|{MhSOWlL&;)q^ literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-manage-classes.gif b/doc/fr/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..a96ef74e17cee57a376a767861d5523a67285d2c GIT binary patch literal 702 zc-nLKbhEHbT+SfE&?3N)k!p~gWmQ`2Qd1q!(H=EvYQglW$;%eEtXn&2+qQWJ4z50S za>vz6ho3*Y`{Co8zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex#yW2-#xDUe_%m@#}dv8rREQTIhSVm zF_=UdznOCS)|RbHSM74yAf6_BRDl18_nXxJcN~7qxY}*X*ZZ|b^?K0nY7KV*L)J=O zR!v4Oe!dJ1{tEt%NxaMxCQO|kq|r8+J&1qN1P(qQM$Tp2j7yf)XslSZhGAa0&c?nO z49q->c!uwC&uy;PkL=<#-hcf3{N-n@tISN#934dz9x#dgzM|-|T!3Mp>o19K*@;ZY7}(b^ zS=`tnc$7hdzlMc_lUqe)qS`-3i(5zhyllOjWad0+Vp3yZGzwKp*tux&UQsE*cOe^t zT7Bm@Rqk5xT&Z!za!!S_Qa6jdy;kqyFeoTk_iFm`#fLUBaEf(>t?T@8#w&5#^?yrzp zT*#HFy?}9r+Jh*s1IrIPemoYbdRmvCT}I`P@wc37GXnnz3z)_nVqLv`>#k?A6rGlQ6El}kmzt0`MAE%JO@5E&~Te8Sgj_TOnt>#`29HV4(+_#yIW?(XUD zo!l4v{_)ve@L}Zs|Nj}dlH3|t#Ae8IMo1{Gc+liJ#n7pV$4z4)58t~B_gf_NEI5Re QL#8}zXMNV-!ogq-08wd5Hvj+t literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-manage-jobs.gif b/doc/fr/images/button-manage-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..66e25cac0795adf2d46416b9086a26504eebd7f4 GIT binary patch literal 694 zc-nLKbhEHbT+ATC&?3N)k!p~WWmQ`2Qd1Mq*%38qYQglW$x9bCuUk85=dQ)aPwlvN z>F|U5*IvDR@ZsZ|zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%-(M-#xDUe_%m@M+;|#QuBwvoJ%v# zrC-?)td|`SZg%RH5HpV(!!y+&cf%vhAGL}D^Ac*Fg^F--ecCOaEhCkiuUl;1V%Qdy z?=E1-%EQ3Js>#U3&zDtD&(F&`i-);jCNKZ|g$%5V>lpag1Y|E}VC3ZE=Sp79u|X?f z)0S--D`vB6uMJ@4Uc+s-clx3w3pQ@vy8YlPeN{v5!|dFeoTr#h6mT&!W<7b}`CUu1_4AF=?=%qBPiJ>{EAn&fR z_qNy9H#oXn`eU(7rD1Z?^INwMnYuDAXbCl`hzk4gNW6WwhF-y=RYBX9$?fjQdBVC~ z^cF*nu)w;4YX=(_E_nRr`xl3nUf;dzZPJ*y>d?)vIns(BlrC|(Z`6u4 znk%t2LF4MRRffC@;w!fnZi+Ck)4CcZdbx3_)q(7=&6jVv7xtf3zrS86?1%b;hWt5(P7N$-k}DqYvb_tq-z4D1aX`tV=fcDm3BDQ3LW&Fw F)&S1)LmvPD literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-manage-printers.gif b/doc/fr/images/button-manage-printers.gif new file mode 100644 index 0000000000000000000000000000000000000000..6c0a94675045ec5ff5f30c1c1634b2936916fc04 GIT binary patch literal 760 zc-nLKbhEHbJjo!!&?3N)k!p~WWmQ`2Qd1My*%38qO8)ez$x9bCuU|W9$BqTZPwlvR z>F~n`*I&JS@Zsa@zyJUIClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%YSI2&CB0+qs~?Lr1D#uhBn6z-~go zbz`r!w|Mq0+iW&9Dl|4`hsD2V8x~7EYOI*L@_o!5pZK%+`y(D-D7gOKtf91|$;3;* zkd=plhgFl2i=QuBgTIEqcRCOA)Ty)PFa&q;S1;sWK9z&lpOKS~pNnzj>N1VB>o;mF zUb=PREY|recWhd?%0GD8>Y1k&Fmo^Gb~rg>&hixu+czB9&2FG-$bFZcTa)u5)A^}f z%#7Ku-*zv2^@ihPFdr);GuK?r4GtV)8-gb|$O;%}F!AYdFwD2B+naE4GROK$J6U=D ze_i~dFK&+;Ba2GIiHq~NS||LIu)4#3n5Bo2FNL*$p-Zic@k9el#RB2TrStwuDKK1p zpWel`fW^Y#R1#N^h*uzos?@fTvp;Z;^t}lg5>s@-Zy)6=w0e7KmwDWoh}mCGc|7YZntraYN{C5cYGE9U zr_j>pTNg8HEO_%?>N$gi^8B*(oIk|tXJ|yT#if)h8u;Y#bZt5%ch2`?JQv%mOYz8;UR`@hORzKkBSsz;RSjcGZhTl1lp|m^q_PWIXOQUu5XiYw_*HV+E^k36J_+ Y#3Wg|y*nOEn&@NZDZ_8q!oXk+05x1=RsaA1 literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-manage-server.gif b/doc/fr/images/button-manage-server.gif new file mode 100644 index 0000000000000000000000000000000000000000..bcb6e3eedfc109ad93e68f9d2dc0435b06dd75ee GIT binary patch literal 891 zc-nLKbhEHb{K_E0&?3N)k!p~gWmQ`2Qd1Mq(H=QzYQglW$;%cuuUk85>$Z6Z53MCR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%Vs9-Dh(AxA=0NhmKVLi6xs<8M=6O zA1~^f6trGjyX>{mp9L3ZZ8KdqZRhDvl4qmt?^!JIsIg+_FH?5%g$RC zQ*YAQU{TkT;VWRs+Q!SO$;ideR~*{PKW#oQbLc$Y1xpyhrYvAz#lInxgD;4Ya|<`) zrY(^g+ji{IUemH~JO9qzvz-{2_?Y$|KbTy%Id$gjxvQ40TEx0&Wyuzo#E(b=g#$88Y`iD z`7!4#IsYJ+g;P|y=DO&cg}gY#(!r*hkRv(~+gSo1P$XRX?|H+Q$^8tn*4U@W+t zlY1$2t(xU?tuwlxwmq^|>Uy>1ugm(i$*-f<>=M#{cJFfKOs4sz%5rbn9=#BIF>_OR zU_(4J)2G`k!U<;UpFDe_`(&o;xjh2%wJ$U8nI$y%?AdUh>n8()s6XSbW%EQiWM@cZ zYw;$;18|=(AaWu`_um9XJrSN6SFv< zl`gj^SXMM6Lr68*`di3Z8<}aDs$A8(iqA4vT)WxC-!GE&VqvV3S2M?Z%~vlLXFB|H zQkmqD^>V4JPLT#@Lc*(;%NJZ@ILZ_P{M@9}Vg|*ZER0+X z0t`9~Kmc+N1M5EpmA(K)hKyC~a$fH%&^d3SEs|n4uk`)@0|`D0gk@Vc9PfG%z&6)G zBdF|z>~g*3lM@|0v+u`Ayk6B8*MDr4;kk8kj49P->g&rg@=hICvHyROQ(c*ci-2d1 zW{e*r7at#IAww@eA4e1e|E$>>jGVq)llVDu8ko6faocFk>*t8mSiaJREr)kK!`93l zYxx%%sCqK+vM{h@`Ejmd;^x#i#dK!IOie!yZsy)|Gr3k@)i}b)#L1;|iuv(|!z_=U zXz;NyGCyVb@afC-n_Rc`)DB%|5ZhDqD8WI8{XGwpgaL2YWHv5Vg)>jy-tJ-$4s~ET zlJ!Wp^?^WxjF@3^cbCqYDG4qQ6#B$G8RN>bG75#&vvlVOyeJN4m2t4nU8Jz#fMc`X zu`aoj&C z;!~~KH9p-9p8hFzPi5k{rH3>54Y*iuUXt^(34CuOVLp#((G%`vOF|U5*IvDR@c!eQzyJUIClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex!f!(`QrR)Uuf2 zxT44_SF+^fDlV>6k$|9R2?MohTerP_@ik+O)bppW1SN_t{?MIp{M#}vorNc3l?fHa{6=4}_Jxy|@-H_~?PJ))z?v7pd7O!xQ{xuXo%Wyr4sPZt_foiQ zt5VjTe=(2i6HmhJy9sYTd|~|jRU?H}V1h%VUBmmJ8P3Zc=5h;P=F?%=@W8=|eLDkB zK?Bp{4TYKuOipMtD9Nt4%wiS?OIC+%H@&xM)-T@qRt1lq?23{|XgIjGQ25!}p9emK?|&yFlCg#% z|9B6BgmqhEvQ(n)-1)k1?{uyeiK|n%zQjg+`nuDTV`H<64-{tva6LRycY|Z%M~&m3 zI|SzJ*(vipL_)OP?{CRhMU_o4_s`jO%o4n{yIcPKquqSZo?H%}UgyH%^7X^)#}-0N G4AubYgfsX6 literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-move-job.gif b/doc/fr/images/button-move-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..104d044d3d8b68b080925bb12ff7340020f40dc7 GIT binary patch literal 610 zc-nLKbhEHb>|zjMXc1t@NHxgGwk|1luB{2|?1-8^HF?t1!ZoXUw{D%YZ~v;}r*>Yu zeB}Q9tFK=@{P6Mh-~Ye=lL!?5NjMj!rYaO97AXW|WaeZR6r?IR=jSG+7BeXRWMSlD z5Ma<@00NME7+C))sPqXaGGwe;m-BjGfzJ67U4az4d8P0FA4mvTAS~MA;QY9;#&GtA z=j$g}J5}=>_G;YWRm;exEFc=>zOKFMZ?4^ml}8?OWmt!EHY)~-y-O+!Xe?>gX{~iu zGVP|_2yyLVB_KEEzV(JaWzO46ZSFmIbf!(?+=Z8# zuQ@L=JY{-*nd9oG`@3)Jshuj_9Kup?q07BNeV)-puZs=~8JZX*ty+F4JUArEe0$>w zjs*|3n>o}EZJ4oaDi_n7BiCl^@knTFW{cXfHR-Si>)Bbl^A@a0{hZ=uy0&j^Ol9ze z3w<}79@=mnU~p|y*>BPjC8RmCS!%78>%)!DkFGTPSG#kX@4=v%T+1wFs~qk(RK(x% zt3Lfj>E`w_84Z?#>pERUyZh`WMwh8DZq%AmVpZ_1^O25wv*WaxPDN)N`=(cHI&AUz zk^1hczrU1@8u7@K1g(zqb!YLswjueno1@FcH@A0$PTnwS_xAU4>24qX`R>`#^}sSt WI$myf*+jvAGrYrV7kh9pSOWkmEF@R} literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-move-jobs.gif b/doc/fr/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..5894ce3952c514ee69efdaed4b6ff4f4aaa0a9fe GIT binary patch literal 785 zc-nLKbhEHbJjx)#&?3N)k!p~WWmQ`2Qd1My(H=E@YVzc%g=<#zZrwWfz`@nWPVKmM z>F~n`*I&JS@ZsZ|zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%YQy3#8c3+qs~?Lr1D#tI3$O3lC($;Q>7nlWO-C7;1rJzlSH7O?=PoS&Hsn#kmg|4a8%)YL+1NPq z{Ok>zoO@mSJDny@GMi%VC14cB&mPFY%w5dwFgK8gS%Zy-pSPxzfsuocpR00N(55Zh zGAVXX%3_j}o@m{rvXT zn(e?NhninMbVEMs-P_a0`0w$>&FzPjk4=z{o)OW`bE1oZuc~nKBdx1PM0jhsPDBc? z2w23QQ*`8cF+)&aM$;mRu0_k|ta4v1_rY=#tKXXRvL;ps(T1xMUhx4wjt!z_oqGcW zA|5Pol-N=F?8w|1<@wj+Dw)>Y?N(bqb!X{&r?=b;8}IJ#z5B{_+Vkb9hl^g??R$KE zO`~v=^=-osTe6~dr1^6@Jzk)B$%ct-d7a~~?B>gwS=6?cOSpqB zKMdk?dhxKi%QJ(uab3j4vjz_uZYVY??K;pbX>u*&aj$7df=r*yw-?HSGc!Itp5P+p w$;=rmvGU0zmqUh5lYHDXQziYrZFoE-BF)ozf_I0(#truc>m$`-~Ye=lL!?5NjMj!rYaO97AXW|WaeZR6r?IR=jSG+7BeXRWMSlD z5Ma<@00NME7+C))sPqXaGGwe;m-BjGfzJ7o-1`;l-q+{|EP3$aindh$i6uoRZMa&L zoQqdg1(aV~t+V@TRdU;ckkg^l_HQ=cCP@_nh6P1Vt-u{Cx1yEk9fsH-w)(sM3r zHgB!!X6V)K?v3p4)SRN}FVND+&dblkI(I&EBL^Qp7vs`-eRJk5Sj4l0fsu3h%GG%q z%-sC^+%BQZR;*&!v+sZgBNsm(N95M+N3~9$J%4K3kqP@Q+}y#y%EQmg-gigm>bbj@ zbS5{ho4;`VX8yzXzpk0Q@zdhnd-uD@9Z@=(J9nG7s+nbwfx-dfHaF2 zq?{iU7P~NTh?#^G6eb#YYy5Ly6`0`QXx$|iEEaK7$dzeEq*I^H%16r@x-4Dw9(NkG zo?ECPb4KRDrcmzr4uLYNH{Z<-4w2dDHs^=&GSAgf)_JT8CZ%59Ab;9N_0*x3L+mb0 z2SUvY;(=)sO?~8hB zG3U|h#Pj9#0;kn0 zzt3v?u{T_#sjhWJQ@yFjjC(DU4}?tWP>L!Q34ScPG=#xtC1ZfA>fITOeJwmyMS8Uz zu69r075up%(AkW2Vr!qRsEUVg)-}cMn2#As(-?l7;Hl#dnwb);_vgd3_P!gzJUtmr zU%Dz7#6la?pS)P1##P)`%wTe6Me>!|FTPavhBU1Ez$4Bfva3JjQ=qcOqSi(3^3%U= z*eqWc_B2wxuKk}RKaYbawBc^+q?jlhu5|}Xxsgk KKcIzy!5RRIzQI-i literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-print-test-page.gif b/doc/fr/images/button-print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e90992309b0d81481542832cc15a906e76e5ba0 GIT binary patch literal 859 zc-nLKbhEHbyu~2G&?3N)k!p~gWmQt_TvHR+(H=d0YVxG1g=<#zZre8hz`@nWPwlvN z>G1t~S6;rj|Ka1CKmUIJClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%VshxLIEItIsX)(2?ptG5dkKmdgB1 z>{m4AMwPP8|2%7z)7}^v3!k=B_w|LA%j1sU(*5z33C~m=P+<{GBYxbal$RX zy8S^MD>gYWGB)V@@ch~O*72(C5jK+>#%ukru4a%D5Pr~*EhENwYTfBwrLMQ;N3QO0 zb)44PyhG#oD%)Ap*F{ww`L(uL>qqd^fD+wv&IwaoAJ--*y$=*ya6a&4?6(cs)4%92 zF!7iHKL^ZryuzCf00v+yjP`ha#?z8P=?kx{$nZRZB!$?u@k$9v%<0 zYg4{{fb(AV#;vSB_neB&DUx5kgD=71+sae%5&_)m@!XMG99!nH)Lsoa)8=dUCTB+e zb7m>#D?9&kuBcfZ^U1Arp-U`_fO<8P5!9ZTf#xRHB7P$wV$jH=?OiZIR4@ z1HrQl7WhkZTaP_^ItzE**aO z;QFgq4?cW+{qy(tfB*mdClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ef4Nvz_Ah_?|GyUi6*23) zpmAn_x7N%R%YC^Y#4UAs_2R3BwUF)f?bbQ#4i^w1bMf@}QxLN0OGxtoLK5y3C#fx|rEM;Kk;^X78UAaCs z)pzo81J$;&&Z3F@+nBgGj%sjlF*9ckUfwID7u0f!e|H_fdHpn0cl#CNOwAH0xxFY1Uj&W^fi^Y_t6#zQJ3{oL8Qy z$HCC|`OMV(Z zzYv=nWwAr$fIL?NljMRq%QvL^O^eltyPH*-&?wBeGizd0a#pA)x4;JP2W)dp{MhHP zN*wS%>$~pgoi5wkOB@?_=Ik_UU{!c$ysMdmCECzIqnSBR%2p`iM(Bz;>4{~!YBw+4 zJ6puHqw3A(&TZ;zK8P|M+10k-nzPG{R$uAjT&0$<`}cgOmJ0}l)o{z_IiKlxaAdM} bcw)@)H%~7lKDSd+ivRMup+JU{k--`OcWoZ4 literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-reject-jobs.gif b/doc/fr/images/button-reject-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..690bbaa3ae57873f66d5896a24c62be547a4bb69 GIT binary patch literal 632 zc-nLKbhEHbY-12%Xc1sI%fN7+iSweg-CWN{y5A2Ae_C4hyrbjIym{|8 zZuoxj;?KvAe!hA0@89qLBm%{M63#`bsR{*&MG65KnK_vS1*rJ}fB@tk2G)NHDt!WqEDo#I<-FckpmV;2mz~M+-QtA*2No1?h>N@NwSgc?DAcWyygz#IFhSCUaH-Y9V zUq(*8jQD`=UT%%Fw5pyyO@0pE#0fJdYqIk2^Rh=y)nw-8BtG-N>@x)WOpdj|Ki_3oLMS zu5(LV=kY2abN^y(u7p3!4qe&NCA3nhb(Pa99vLS_9fyFNhT}z+r|0=TR0!W~l3i>S zx?8K2X)~+Rri|50_p~&g`z@I~TP!b@p`7{2)QQS(R@iQ@bA0rr;h;Xt+AjgydM0Z< zIklf}0@rmWW093h1!}Tfx<5QQq3IH?r||xQ(3+N_*J?^lulpH;%em$G4o`S%zqV65 tp0B}0^x1{Qw`zNoS&PNTFjvMlZBCs zL4ZMr0SG|uVPO5IpwcHG$l|bSUC!%$1v=-yR12lpEh>Hg|G)z61;V0r{E9)I-fY}E zlh3}CQRDFm{VE=zQ?dRnzg1Ibc)BRlY~Q7^NiGW;I`(E;Z{BCSd-I=aCl`S--4Hfj zJ`Nj3c3yr?8~zT@-u{VsQ|dLDxcKn@NZ)3%q4H4Yfr)IXha4n1 z($+I@H7H7(Dcqix!Z_<(%8tw7O~!m|VWI`5N4Mn%dpb?En$jRUSw&qn%H=e}8rGm~ zECtfqdTtD?35Es*#||tPsg!?Hy6IFSbNGvA`=$o<3Cuq}LHW4A#(+&vPdA-PxOZkJ kJLj>v&fRP>sarD7rIdu&owX_!6uKC7dR^gS4-N)v02)9Dy#N3J literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-restart-job.gif b/doc/fr/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..0f111a92b12ac9081c30a1112ad467f84ef4dfb2 GIT binary patch literal 601 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 literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-set-printer-options.gif b/doc/fr/images/button-set-printer-options.gif new file mode 100644 index 0000000000000000000000000000000000000000..5223d3a45e681032d82c86964b7e1415ddbf5aa3 GIT binary patch literal 867 zc-nLKbhEHbe8(Wd&?3N)k!p~gWmQ`2Qd1My(H=QzO2PE0$!k{iZre8Rz`@nWPHw+? z>F~n`*I&JS@c!eQzyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%Vs99cFU;xA=0NhmKVLi6ub{B9c9< z#}`|KM&*Y_emiwkvd(`l)5Ii^fatKOyR~a4zYnuow|IN>{fWOn78nRPX>zb@@iV%W zd2|+-gm#yk_3Jq1X)v;I@-Z7sikiSMH>5XXzWYK=AAvdA99+{lg1Fjiw)C;{^7G7I zkg>gZ{l<0%Rvv!d7H!6ve4K~)*@Mn5*s_G-6yKS1`*vv@Id($pR4scb;|BgsIeT88 z-;u`pZuj|%w|2a_&H7>IZf5QpZl_ysXCGsiuu9bPS`%b=fRT%Zn@z(zpm#1)Cx=9c zv$%$mxaoH zollC=T#}2IH8r?1s~p{N*@uCVGo~?US26dAP6HnuAHfA)&9O`}>yp)%ygAnA$~eb$ zqS(=mu{tITGdkMho4a0rVS2#5YVA$tif|6O1hKWZoU~;m&F+-HzkjGu-e=nuwT7s( za~RLF27G6YDb?h-uC?QuU`m;u%vv|cgvMsJbS3U$?yT*v&+KCiUs-EizVHFdO4qo3 z+jc5HF=^ee7T{A^@_cjolFZcaCDZP^&EB6^VC6bx&mX(rQ~iu=t3US#>zGB`uM8)zw`}Utq!0rOufsuUM`t(?!ycI b@~~AemsKyjbc7?RQ0vu-yl)p=I2fz}>r;y9 literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-show-active.gif b/doc/fr/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..0328159a5ddc376de83736835b9827bfbb51a93d GIT binary patch literal 781 zc-nLKbhEHbJjNix&?3N)k!p~gWmQ`2Qd<+)(H=Q{YVzc%g{xQgY}+>Pz`@nWPVTsN z`N)I&*IvDR@ZsZ|zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%Yo)3#8c3+qs~?Lr1D#yU{59Gb<2*Q)IQ92bo$KM%d|o^Fr3?ApjyS-xNWWm z$3Z4;j%8fTt9b5du620(g|l)lm&3k|(Fe}YXJ%$(`yo7oDVBkeQ-nu`AyCeiJ>x=g0%HT~&J`8{S5G%;CO+85nsXqy z;k+NCq>yW(2&>+_fEX5wT_G!sv_fYyRlHJqeUaTEGQ@YI@X?0#JO|Be7(&|@hTN3t zU_7qr5KyCi{o(DSs|76fg>dK;H0Whs}vrPJ2dy zf~5vu#jfye&(ro+N~@e*U9y#n*=m1f2ajOF29 z+8#!k9WGE>vs_zjfs>c{mDX$5xvthc6R%xRV|FfGtHbT6#UjmS zPqXi?H_qrvq(wZe)y!c|(&E%P!I^ZPqe79##vEn$2z!9~ck rNz7GkrHXt;Ps5W*0dAQtlWjj}Je?XLwZnzqIQ8Yy>DD@eObpfl;X7kd literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-show-all.gif b/doc/fr/images/button-show-all.gif new file mode 100644 index 0000000000000000000000000000000000000000..4e6c6a8d4417c50832666bbe7bafbd3bfdc95ef1 GIT binary patch literal 756 zc-nLKbhEHb+`%Bi&?3N)k!p~gWmQ`2Qd<+)(H=Q{YVzc%g{xQgY}+>P;Gs3gPHw+; z>Bxio*IvDR@ZsZ|zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%W3aO!!mr=)i&k4;?X9+rWb-a;)Uf zNluA;pu70Sn%pcN0|`cn>k+bh<$6PteUiEF<|^5&^OE4lCK1HOQ(WcNY}gi* z@6ci4A&}IlSr^R6$;Zc;$iUB@&BHvKf04$VYz9USK7OuQOOqEZUOsKcTCIQ$Q&z5? z#g@&>uCsI18jZaf2exg{VCG)LZNFmriFNZeF77_M?}VOe6>t6C*%}<@nYcNYa51mo zS+b4G{>f|3%Gn5Vq%U*OpCBdCU3L7}m!m04?9 zbo&BXhQ==eA~rKNv~t?A{}W?~V94oW4q#xjP+;XVSwrv9MpOW}M#ZpQq*? znQL2ruxEuZtG|d>>>17pC7Qn3!LyhuW_@l56}OLeSXgzyQKDfM(~UprTXHpG@){?3 z?Y{OxJ0_Szr{IIG(!D*^zt>4PJ51Q*JL`tlziub}`}SQ7G7nNhGJF;}bbIl<)?ef? z!|1uy+S!wh7tC{zo}t$kWf;P&e#PnUs>rY0%xk09^ks+0+i%yK-sib9@4(S>+B)?* z<$SEnEFz*T{*Heh6qYg;xUb2RVJ&-ma(bVMo$I`Yx>-BpCR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%Vsd1XAqh?Oagcp(E9A+UOtRU=`WF zTt{ndRA6h|=T}Rln0ee7o;_tdthU{Lso=|4n#q(QVv>cqEApbUvfs@_cKA(q8 zlZ~gL&aF4ta)R09MprL^ly1$A5JpZuKF(wYe)eJ>=B4~=G?o=JFmmwmb1hk)F>mwM zCEfhIEm~{VGB9(m;dYq6@ZgS>8k@Fk)7W=F`|z$y+m{EPV_{pdYU#Q==Qr-Y{QTCH zo@@H5b-XML4<0jcoMht8UdqL^sqoFtPwhN;fuyG&1^msUe?w|{G*^_%NglSEj=EHWl!5pezqiTp636# zF43VP>(Sog`C+zq?-f}dSZSF*aj(@YmY?53?O$!}xiFpC?3Y_@-J&X1{n?uxW*thY z(qd!%aQd#DE!Pjm6Wf_;HNGsLSF+2n_1Jx;7c0{r)PKy~eu%Fx;v1*-;+}8?!;C4x zk_vGZ9=uwMmkJ1rKKLUfY_h;2AUaFwlCu)G`Yem&ro);ZQ9TStW+*AyrzV}8;3Af( z!lP7D{$!GmnI?;xla=PvDIupE4vB@Ptz0@Kx2NIhw1l=yx9PSTn$KotsBLuNcUb!J N*=+qc8(cUTtO3rXa9{uc literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-show-next.gif b/doc/fr/images/button-show-next.gif new file mode 100644 index 0000000000000000000000000000000000000000..4817478fccca5307200a002fb6e3794c9341aac9 GIT binary patch literal 685 zc-nLKbhEHboXa4>&?3N)k!p~gWmQt_TvHR+(H=Q{YVxG1g{xL{Z`(Ha;Gs3gPVKmM z>F|U5*IvDR@ZsZ|zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_ExyzXx-#xDUe_%m@M+j%dBBw&lYJ>R! zVTsFoq5{vY)>^&S*L}Tv^3?~|&N!EBU%~h75Rdbz0~yEP*#D7Qv0YZtfWJhuFp`mz zkB^fvf<2XonSpvf+;^v6pVxGwp5zS?H;W{Vh)y<@WgGjVcVy)KYa+;&LDLgd4(g9eRn4lprr2c;GYa2{Y_-w?pE zz&$Ulxoe}*rW2n8T~DO2|I^y!uyoP_V|8XJ1FnD|SB9QRH91$NEqdlT&FI+H15X|_ zFuP5)d0TRFqWZLWUuWCDtxX4**ndYv9Mx*qJkMIh^M~1C0iWt}{p}8Gt4vo<&|%m4 zxTNEe(ybL~QXHi}wQk9>zh$A41) x`{(zM_6aK{?ce`jBEILq{dyK5i3fZiLG0!6H{ZT_{NdBPzyJUIClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%XE)O!!mr=)i&k51m^qwt)vvwAjwN zaLw3C`@^&=Z%kGP$)v?ypZ0rGUmX9jF2iM8Tl2LZY0q9Ai!=4^SQ z!G3Q7=VSXVZ{Bf!VBlk8Wd6S8-h)RLYnd;sn`0|-myKgb_y^fT_1w!$Y&169vGmqb zyLWo~`gm^P>$eyqKBRUv`!f7vv)J%O`G9)VC#eM@8zxQOQ+Xrp+LYEwN13NEOKtE` z6lV1maSc_m?c#qiWvQwBmKx6x^-IjQ@pq;uY0Yo;njf(9$c!efNbmD!*8P|wcC>+& zZ_`ha)n>Ujw&q%1bp8D%XV?B3+nuf2*98uGr}*#c?J7PqgDskIy{ptuf8QvFRbOqb>zPX{FF3zU6dqvDN?S{PjhklygEcV&W_*>-1(MoG`F4i5vzgr|Od}F%9 zT(bY4_=fUN?Hg6)zU$5`<9dFokzHWj)B~pT53Af=b#C32ywKXR?Po%> uq$V}6wkx!)SRkofqw%OyL(EZ$UvSxrN8Oex2bnz#u5m2p^K4;Yum%7L0$dLO literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-sort-ascending.gif b/doc/fr/images/button-sort-ascending.gif new file mode 100644 index 0000000000000000000000000000000000000000..41db4f698e444af14c7efc9ec538f15c4e066da8 GIT binary patch literal 707 zc-nLKbhEHbT+1NB&?3N)k!p~gWmQt_R8t+$+LqAW89r%h!St!gt5^1H-?8w(!PUo3 zZohiz@bhPPKYV=i=il%DBm%{M63#`bsR{*&MG65KnK_vS1*rJ}fB@tk2G)NHDt!Tp3>mA|<-FckpmV+?_x_5234bac9avD{p>vMK_Ts@4Yiws- z(0F?w`Va?8=Es$}g}aS%daNcHN^ESuwed$|;Qj43|Ex~e7&ck`e#9lhT~yH2RH9qO zU!(6Kkd~EEtH~6@%+qhr&%sy1$i>IU#aJ-Qe=a{CN6gIG42+z!xff}#o6oU$&D{A5 zn;F=6`FXeP-G5MH>h#4&m>IIN45slL+d0uPhL?qriL>!ct_~*;6B7?-!6Swz z&!)Yy=ip(U%k}tk{RfS=&tIO=;NxMDNZ@xk(8#*I^!KtpxhA$faSFGD54-SW^l$h( zahg&CvqfHrMFd;I0r#}Le{NF2PnR)zGOD{y^7*Ks>N$B&z*&=ygymfQ3V|#Er5B}+ ziz)I)E`E`E){04@vudKLiIVZEpocoCA05PeMPpmNT7R8n;M&A^-fiow(3e534vW&h zTvB?_x$6I`dp45psVBGbOJPu_Hx8^x+W_@A&`BGXz_=^>vtKV@sA8uH> z=~r;$tk}+IOLxJ}fB@tk2G)NHDt!Tp3>mA|<-FckpmV+?_x_H634bac9avD{p(7RAH19+~&N(^P z6~$hx5*24wnW@T_1#+`|+$|gDu6r!`Y@TsM&hba#Y!e#qx9rf{v-nDGW4?}^E=yx0 zOMwOx7k5or-~{(NhW3t}E*(z+{f3Ta?O3KD<^~>neh$7AMlL=+E=G-2YZ%t?^Kk@i z4PfM4!@XI1$F89L2M?dvwPp3b^&1ZdvGeltR$sYRy)1jh*{i(FWjUEM_!qXY>QC>O zwMcV`1}_U^Z+}^_4(AFc9?mU48QutA=nr>b;bGemw4i^!ln95YR)U5>qH=>h+qd81 zoDI#)jBEjaBqlxDQ`Ps6LCfVr!!@hocM&rhK6dh2i3UmC-Sf0TOjeZd2&2S>%Y1Ve zXs~@)B-|GmxWH-ZDPgSz8bNd17mH0T@?BxW64#mgSFl0cH^87yD(ktDp97O=?6!&p zXLP3TD#~PSYA%nFjyk;K!5eMXb}|T+JmbAVv&@DA+qioFStxIp zHGH!7G2c=X^}eM042&|LEza<{EzDuy-V-ewH)r#dE7`_JFDO11;jzEDPSU^eb)(L? zqh*C`2QEb=C2>7jB=7Rz&vP!F>YDh#`?a!1zt3;p*l7Gf{L}3#PXc1swn90B}msf0wgxV@C`;E3?Tik?Weg5s`pZ~xAlL!?5NjMj!rYaO97AXW|WaeZR6r?IR=jSG+7BeXRWMSlD z5Ma<@00NME7+C))sPqXavN)_-m-BjGfzJ7oT;@iH34b*199U4`!NXOx$f@vTjBUsH zWor%ub1`$ZY>^Z#+phnLYNwvt>1c+PC z?MEA5Fxg;g3mUOwDe!6dk@ zAR)ljxn*BmYmDQ^gdSnWyP-O(Lzk(#dH9vw)%yI&+k3h}tc#*S@VRDpxzu}8UM^^4 zT;vwX*Sb+Rb#orC-mM-^hx^+!g4Mlh1&_WuASM%8vbTIHD`W32hq#)F$_jF}59jf| zm}WZ9j*)9a(9`myciyYYKX0oD&&%OE$RNVQQDD}Zbd2Nv&(?*91H9Qdf6O>kVv>GV zgjMb5C20{crgQb)?PAvguC3Qt?Y?}6OXqzTW1JfTAl4*H@E%c+XqW^+?5WoT=?)}{R;;nCI)K&G?^sv literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-start-printer.gif b/doc/fr/images/button-start-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..cc0f3ddb532d263d8886e71046664eea5ab8e771 GIT binary patch literal 646 zc-nLKbhEHbT*e^6&?3OVFq45{9-r6}3DY%(;al8;cL(Pk&1*VSH|^@QWp|dZzrS|Z zqwQy2pT7F`;-k-x|NQ^`pG2VePr|t zK_qcGj~3s>g~3}>%QkO+`QodFy##waS0gL?_W19{ey=A6HZmSsI4wJ{q|T+$Ldl?z zol}#YkDrsVfvuO9nYEXPS%ZlymD`SglHY<}jh?;<42ug38YWJjI(_EKWgMETR<7fp zGA(`6?78z7&RCh&-P>=V+OEySw{#vO$JUixOpNS(*VuV9rZ8UYTFE*8@%d|)8lGye z*>UC8&Fgno&ST=vy}9R|U`)~DS)`MLDv#RYHYY*NV*SrwENdVh__lY-?}YWTPuntong7B0Se-ZSl&le=$~ zB_5C4dusVHzwK&Yudo&z5N=>(`q-q~V0++4~&g#|~Ib1j%!h9&~qfo|^0}g4)y8?v0X3u)c9JOLenA^r*j<3($*fqm#tw7U) z$Hfzz1q;J>ewJ*RciSS#V^`^m>#Y-3OxnA-CWK`y5A2Cds0&JqPy$uyt(f- zZ1{2M($B|_e!hA0@89qLBm%{M63#`bsR{*&MG65KnK_vS1*rJ}fB@tk2G)NHDt!WqEDo#I<-FckpmW|tmV;$wzth|Q2Nq0FyV1#Wc**;TDO%ZV zvY&Qx8AxcX3f{5w)FNfcM~xpe`Pf@mai{#hb5C4fEJI<#**^ku`J#$OtUL@ntl1pA zJ}I3HjGTOY+#38-{Q4$L((KOhW9H`L=eE_E&X>wCcmBe~P5fn=YuESoPmC;LG2&)t zVCT-Bx#9rFB1W#P721c@kIg!u?bpiKw@-)j26; zqQb}Bemo9=SsxEf+sCMQNPFprCkqbhG3dl*UGg}tva($3ny=Ol|AqTRcx&QRIKRv` zF=sJUGLdTVZLHCr$0Yje5nE53P6_W_s~iUg|GRG(U;LUXC9nR-X6MGTLrS;uvw}4~ zL>*|1*;RI2?*o^Z(mL_h2##B~R2der^Ta7JOg&Vv=!ku!MW^X8g|)$xC3mbk<6ZpV zTnDeI6_2D_pWTY!)zg?8U%k4%q45u+$nI@#rBs&Pxp&r@b%x-sYVP{K(e1Avo@hN| TrgW&~?2`*G9~cNRF<1it15g-f literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-stop-printer.gif b/doc/fr/images/button-stop-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..f4eef6ecb27fdda792b96497ff33a535a45aaa5f GIT binary patch literal 635 zc-nLKbhEHboXQ}=&?3NamVx0sE9XUN$*ZdB=bcS%IoO|%bbk;L`J}Y;d0X4-dGp?{ zU;q8$#h;HK{e1oA@4w&wNd$`jB%F&`TUZ@h=4;A%X?M7esiq-ktgNmUT{$uWv0+r^w3_Z0s*YS*6;vdu0sf zY>W^qVQpe%X8Pb|XnOSSp6c2-+01FFY9+4@iM@NIpsT+@=Qq=j)z{^Gm<%KgqBpKs z*Tpc=J}fB@tk2G)NHDt!Tp3>mA|<-FckpmV-NmYa2D|MIv04=gB{A@s(DZPDw6DO&Rb zraMmWSvAL5$LsbMzU9g{93EB}@Y(5ISotmLw$Z)p2M!!eEUvq_8+OmHGjJ0y;Ns9_ z=H}<;wq@kxD~;yhO=H&RPvv5qJXJd?h}tE_d!1j`JoW1V)TVT=k9 zVhKJMcNl+sXES|W#*N zT#kUBvU?3bHJ_|MoOrS4nQNc@hI*DRTNjteTRXl!3p47t@b3PuMs~$O*Bu`p+aKuB f=-aciSnO2kojO0;^7qP0e?sreNgtmmz+epk6C5OZ literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-use-default-config.gif b/doc/fr/images/button-use-default-config.gif new file mode 100644 index 0000000000000000000000000000000000000000..cfc56599e8cf1d2712038fa84b01c0897f820b21 GIT binary patch literal 880 zc-nLKbhEHbe8V8Z&?3N)k!p~gWmQt_TvHR!-X1k+O2PE0$!k{iZr{FO|AAGF|U5*IvDR@ZsZ|zyE*#ClM(AlW;CdO;spJEK&%_$jr$sC`eUs&d*IsEoM;s$->CR zAi$u*00bcSFtGkpQ0Ws;WXM>xF6Z^W0-f_Ex%Vs9?PhZPxA=0NhmKVL36&rQ5y>9@ z)R3E6Cd;nm2u1Hz;@$tez{{>^D}x(j>A7teH*bD4AxQh+;_%&Ps`?*l@-r6HHJHS3 zlr%P*w`w?6)#m8-Sx!xBnBF#VPOqVlfI&3_|I(V8Fn-=HMh-rHt{#5&IIUo2?xoyL zT5I|E)^P6U+_Z(Chk41eB^r#J{0C|#FFD4rW0(4}nsbMbhM%ZqUw=g7I{)sRt9#F1 zJiBf~^Q~(;pF70_e$rQ6H0ey^bN$qVv^awxogYJYog)d7AveCyk=HpT*9iddJ<1K1LK)n zPKMj&L~f}*VU{3Rp549c+Oihb30qfRU(pu1XY0`wkx8eEsi&_ypgVr>v?xv zniuuJC1XQqFoT}9)ahGAYdBX=d2#1U$xeaXm#O#melIzAYOPuO*|v!cXKWHCs0b(= zNONtN`Ab;xK}BFI^N}qw3`~Mc9Hb?9FDo$kn|wTSJHx4T3O5&z%!f;j-l7r@N{x9# zg$pe!PfTu;n753{H&}sXLBl29EsCvTTmeaSHVo?VS)$7d95j#mPV`D;uif0%De!lP za{M8N%V&)FConH6Ju7pAFKd-d<*bRCpI-DEFSYo&K=+Z!NseiI3oTU{j@?ico*A-k z(o$u+9Hr%A%sl4LgUizt4<%K8(`056`t&5-zFCgZOQTgy%6Y~{jaf4nJ5NwxTQVgq s>!n~tkHO2ObIM+2a?kvC;Q8_;(`G$i=-csN%E~p{xZL@DTNoIu0p}c%Z~y=R literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-view-access-log.gif b/doc/fr/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..195457d8f94d76fdcf5efb0e36f6a1d5627e92dd GIT binary patch literal 568 zc-nLKbhEHbEMpL1Xc1t@NHxgLvMMQdsi_HQX^rph44*zVdGgf4HLLozZJWRUz^Y>> zw_m$-_{EERA3nbM^Y8b65`p4B3Fo5JRE2`XB87mA%$&@Ef>Z_P{M@9}Vg|*ZER0+X z0t`9~Kmc+N1M5EpmA(K)hKyC~a$fH%&^f<8V8V}zOEvHRJ4{nhH)82u&0h4=_(6|} z>SWcqzl6HgUWU#st&P{_UHIeWj=cu{x_Qgn1R^4;GHj$c4kYXIs>twjGwLvM@$+%i z);BgYl$KX&GxJpQShw3W?nWVpqU zvW?}zq@a>(fg<+IETJD?uMkP)oWUzFLDV5Q?8G9!+(hSdZdPSBRkk@@v6~Bpl9?5>)c9hq=LpWM+WAMhu$Mqf@Y4q9oiAyLzC%fzo%jak3 b^Q@j{@a+1+bJE2n!uYII8?TZg1A{dHXgC2$ literal 0 Hc-jL100001 diff --git a/doc/fr/images/button-view-error-log.gif b/doc/fr/images/button-view-error-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..8f699e0fd152df739ab3b4144d45c910f844de31 GIT binary patch literal 569 zc-nLKbhEHbtY;8mXc1t@NHxgLvMMchuBi#=XpfveHF@&X!ZoY{Foub(ErDzp}}xU^imrmjJQpPkox>U4&QT~oAzXL|RR8K@TM1oN>mGIP$;E&x@!$J)fZayiAj5c?FxsYzA1|y57@dp}1C4}A_61cKgkB?R9 z<>k702PSH?^D%d@|5>u(%Y!uvPHk&8 zl%77Jb40XQG3ZEjryiqK*{*B3)!SM5%sPaF1sj7mK0dB@XHTQg&QDxIfjZe`Yf@dF eon3IWZ_P{M@9}Vg|*ZER0+X z0t`9~Kmc+N1M5EpmA(K)hKyC~a$fH%&^f;`V8V}zOEvHRJ4{zlH)82u&0ZvF@}S2= zb+YQ*sPuCeS6e;)wdZ<)_x87qmFXL$3|bBxxa9o!q633mMW({T3LPdLMlOCnj;flv z28N=NGEa_Lt}bSt3LfjGmNt#*+Io$iQUlfe5Dh+dMrJOJ7!DrhrZw7})0w7ftl!AB zdBv*DTKwC1I5l`#7@4@ZHMTNs58Ab9`O4J>YD+zjaWEg$;=P;0r^EM)Y@3ty6C?a2OO^c;K))q4GmOpooK)Q!698Sj-8}t^+M=C9G;X zoD>|J-5;#6IMCI!*JVzj0vlLO zzXz(gE;M80Xb{cg+F9bzmUa8lu~~=pE*+6j=^*%8?{A#?iFyM zk8OX~`b`~OJ%ucWJnWhr+zgyN?OYXo+_rq|jLeq;&M`6ZaK>@Bb2e))eZ-3ql9C)6l@|nnD{?DXFA@) z%-^!eLBK0xTFCOGtV^sqMKQ}FqPN!Znm$|N^(x`-uO(|r6dbCXq6PQ49f^B%=%K=Q w<+PtgPtRpeSRk}_*H_6zw}AcU_F6Z*vFfXqU;n&+q9Dh~)$z@TJvbPw0om>)aR2}S literal 0 Hc-jL100001 diff --git a/doc/fr/index.html.in b/doc/fr/index.html.in new file mode 100644 index 0000000000..255facd888 --- /dev/null +++ b/doc/fr/index.html.in @@ -0,0 +1,278 @@ + + + + + Accueil - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Accueil   + +   Administration   + +   Classes   + +   Documentation/Aide   + +   Tâches   + +   Imprimantes   + +
  + +

Bienvenue !

+ +

Ces pages Web vous permettent de gérer vos imprimantes et vos tâches +d'impression comme d'administrer le système. Cliquez sur les onglets ci-dessus ou +sur les boutons ci-dessous pour effectuer une action.

+ +

+Aide +Ajouter une classe +Ajouter une imprimante +Administrer les classes +Administrer les tâches +Administrer les imprimantes +Administrer le serveur +

+ +

Si l'on vous demande de vous identifier, utilisez votre nom d'utilisateur et +votre mot de passe UNIX ou bien identifiez-vous en tant que "root".

+ +

À propos de CUPS

+ +

+Ordinateur content et imprimante + + + +CUPS propose une interface portable pour l'impression sur les systèmes +UNIX®. Ce logiciel est développé et maintenu par Easy Software +Products afin de promouvoir une solution standard pour l'impression. CUPS +est le système d'impression standard de MacOS® X et de la +plupart des distributions Linux®.

+ +

CUPS repose sur le protocole IPP ( Internet Printing Protocol ) pour la gestion des tâches +d'impression et, pour être utilisable en pratique, y ajoute la détection +d'imprimantes en réseau et des options d'impression fondées sur le format PPD ( +PostScript Printer Description ).

+ +

Pilotes d'imprimante et Assistance

+ +

Visitez le site officiel de CUPS pour avoir des pilotes d'imprimante ou toute +autre assistance:

+ +
+    www.cups.org
+
+ +

Vous pouvez obtenir un suivi commercial et une version améliorée de CUPS, ESP Print Pro, à l'adresse suivante:

+ +
+    www.easysw.com
+
+ +
 
+ +

Le logiciel CUPS ( Common UNIX Printing System ) et son logo sont +propriété commerciale de Easy Software +Products. CUPS est sous copyright 1997-2006 par Easy Software Products, Tous +Droits Réservés.

+ +
+ + + + + + + Accueil - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Accueil   + +   Administration   + +   Classes   + +   Documentation/Aide   + +   Tâches   + +   Imprimantes   + +
  + +

Bienvenue !

+ +

Ces pages Web vous permettent de gérer vos imprimantes et vos tâches +d'impression comme d'administrer le système. Cliquez sur les onglets ci-dessus ou +sur les boutons ci-dessous pour effectuer une action.

+ +

+Aide +Ajouter une classe +Ajouter une imprimante +Administrer les classes +Administrer les tâches +Administrer les imprimantes +Administrer le serveur +

+ +

Si l'on vous demande de vous identifier, utilisez votre nom d'utilisateur et +votre mot de passe UNIX ou bien identifiez-vous en tant que "root".

+ +

À propos de CUPS

+ +

+Ordinateur content et imprimante + + + +CUPS propose une interface portable pour l'impression sur les systèmes +UNIX®. Ce logiciel est développé et maintenu par Easy Software +Products afin de promouvoir une solution standard pour l'impression. CUPS +est le système d'impression standard de MacOS® X et de la +plupart des distributions Linux®.

+ +

CUPS repose sur le protocole IPP ( Internet Printing Protocol ) pour la gestion des tâches +d'impression et, pour être utilisable en pratique, y ajoute la détection +d'imprimantes en réseau et des options d'impression fondées sur le format PPD ( +PostScript Printer Description ).

+ +

Pilotes d'imprimante et Assistance

+ +

Visitez le site officiel de CUPS pour avoir des pilotes d'imprimante ou toute +autre assistance:

+ +
+    www.cups.org
+
+ +

Vous pouvez obtenir un suivi commercial et une version améliorée de CUPS, ESP Print Pro, à l'adresse suivante:

+ +
+    www.easysw.com
+
+ +
 
+ +

Le logiciel CUPS ( Common UNIX Printing System ) et son logo sont +propriété commerciale de Easy Software +Products. CUPS est sous copyright 1997-2006 par Easy Software Products, Tous +Droits Réservés.

+ +
+ + diff --git a/doc/help/api-array.html b/doc/help/api-array.html new file mode 100644 index 0000000000..6fbd8a3a1d --- /dev/null +++ b/doc/help/api-array.html @@ -0,0 +1,468 @@ + + + + + Array API + + + + + + + +

Introduction

+ +

The CUPS array API provides a high-performance generic array +container. The contents of the array container can be sorted and +the container itself is designed for optimal speed and memory +usage under a wide variety of conditions.

+ +

The CUPS scheduler (cupsd) and many of the CUPS API +functions use the array API to efficiently manage large lists of +data.

+ +

General Usage

+ +

The <cups/array.h> header file must be +included to use the cupsArray functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

All of these functions require CUPS 1.2 or higher.

+

Contents

+
+ +

Functions

+ + +

cupsArrayAdd()

+

Description

+

Add an element to the array. + +When adding an element to a sorted array, non-unique elements are +appended at the end of the run. For unsorted arrays, the element +is inserted at the end of the array.

+

Syntax

+
+int
+cupsArrayAdd(
+    cups_array_t * a,
+    void * e);
+
+

Arguments

+
+ + + + +
NameDescription
aArray
eElement
+

Returns

+

1 on success, 0 on failure

+ +

cupsArrayClear()

+

Description

+

Clear the array.

+

Syntax

+
+void
+cupsArrayClear(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Nothing.

+ +

cupsArrayCount()

+

Description

+

Get the number of elements in the array.

+

Syntax

+
+int
+cupsArrayCount(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Number of elements

+ +

cupsArrayCurrent()

+

Description

+

Return the current element in the array.

+

Syntax

+
+void *
+cupsArrayCurrent(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Element

+ +

cupsArrayDelete()

+

Description

+

Free all memory used by the array.

+

Syntax

+
+void
+cupsArrayDelete(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Nothing.

+ +

cupsArrayDup()

+

Description

+

Duplicate the array.

+

Syntax

+
+cups_array_t *
+cupsArrayDup(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Duplicate array

+ +

cupsArrayFind()

+

Description

+

Find an element in the array.

+

Syntax

+
+void *
+cupsArrayFind(
+    cups_array_t * a,
+    void * e);
+
+

Arguments

+
+ + + + +
NameDescription
aArray
eElement
+

Returns

+

Element found or NULL

+ +

cupsArrayFirst()

+

Description

+

Get the first element in the array.

+

Syntax

+
+void *
+cupsArrayFirst(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

First element or NULL

+ +

cupsArrayIndex()

+

Description

+

Get the N-th element in the array.

+

Syntax

+
+void *
+cupsArrayIndex(
+    cups_array_t * a,
+    int n);
+
+

Arguments

+
+ + + + +
NameDescription
aArray
nIndex into array, starting at 0
+

Returns

+

N-th element or NULL

+ +

cupsArrayInsert()

+

Description

+

Insert an element in the array. + +When inserting an element in a sorted array, non-unique elements are +inserted at the beginning of the run. For unsorted arrays, the element +is inserted at the beginning of the array.

+

Syntax

+
+int
+cupsArrayInsert(
+    cups_array_t * a,
+    void * e);
+
+

Arguments

+
+ + + + +
NameDescription
aArray
eElement
+

Returns

+

0 on failure, 1 on success

+ +

cupsArrayLast()

+

Description

+

Get the last element in the array.

+

Syntax

+
+void *
+cupsArrayLast(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Last element or NULL

+ +

cupsArrayNew()

+

Description

+

Create a new array.

+

Syntax

+
+cups_array_t *
+cupsArrayNew(
+    cups_array_func_t f,
+    void * d);
+
+

Arguments

+
+ + + + +
NameDescription
fComparison function
dUser data
+

Returns

+

Array

+ +

cupsArrayNext()

+

Description

+

Get the next element in the array.

+

Syntax

+
+void *
+cupsArrayNext(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Next element or NULL

+ +

cupsArrayPrev()

+

Description

+

Get the previous element in the array.

+

Syntax

+
+void *
+cupsArrayPrev(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

Previous element or NULL

+ +

cupsArrayRemove()

+

Description

+

Remove an element from the array.

+

Syntax

+
+int
+cupsArrayRemove(
+    cups_array_t * a,
+    void * e);
+
+

Arguments

+
+ + + + +
NameDescription
aArray
eElement
+

Returns

+

1 on success, 0 on failure

+ +

cupsArrayRestore()

+

Description

+

Reset the current element to the last cupsArraySave.

+

Syntax

+
+void *
+cupsArrayRestore(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

New current element

+ +

cupsArraySave()

+

Description

+

Mark the current element for a later cupsArrayRestore. + +The save/restore stack is guaranteed to be at least 32 elements deep.

+

Syntax

+
+int
+cupsArraySave(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

1 on success, 0 on failure

+ +

cupsArrayUserData()

+

Description

+

Return the user data for an array.

+

Syntax

+
+void *
+cupsArrayUserData(
+    cups_array_t * a);
+
+

Arguments

+
+ + + +
NameDescription
aArray
+

Returns

+

User data

+ +

Types

+ + +

cups_array_func_t

+

Description

+

Array comparison function

+

Definition

+
+typedef int (*cups_array_func_t)(void *first, void *second, void *data);
+
+ +

cups_array_t

+

Description

+

CUPS array type

+

Definition

+
+typedef struct _cups_array_s cups_array_t;
+
+ + diff --git a/doc/help/api-cups.html b/doc/help/api-cups.html new file mode 100644 index 0000000000..7466fa3222 --- /dev/null +++ b/doc/help/api-cups.html @@ -0,0 +1,1429 @@ + + + + + CUPS API + + + + + + + +

Introduction

+ +

The CUPS library provides a whole collection of interfaces +needed to support the internal needs of the CUPS software as well +as the needs of applications, filters, printer drivers, and +backends.

+ +

Unlike the rest of CUPS, the CUPS API library is provided +under the GNU Library General Public License. This means that you +can use the CUPS API library in both proprietary and open-source +programs.

+ +

General Usage

+ +

The <cups/cups.h> header file must be included to +use the CUPS functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

Unless otherwise specified, the CUPS API functions require +CUPS 1.1 or higher.

+

Contents

+ + +

Enumerations

+ + +

cups_ptype_e

+

Description

+

Not a typedef'd enum so we can OR

+

Values

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
CUPS_PRINTER_AUTHENTICATED  CUPS 1.2 Printer requires authentication
CUPS_PRINTER_BIND Can bind output
CUPS_PRINTER_BW Can do B&W printing
CUPS_PRINTER_CLASS Printer class
CUPS_PRINTER_COLLATE Can collage copies
CUPS_PRINTER_COLOR Can do color printing
CUPS_PRINTER_COMMANDS  CUPS 1.2 Printer supports maintenance commands
CUPS_PRINTER_COPIES Can do copies
CUPS_PRINTER_COVER Can cover output
CUPS_PRINTER_DEFAULT Default printer on network
CUPS_PRINTER_DELETE  CUPS 1.2 Delete printer
CUPS_PRINTER_DUPLEX Can do duplexing
CUPS_PRINTER_FAX Fax queue
CUPS_PRINTER_IMPLICIT Implicit class
CUPS_PRINTER_LARGE Can do D/E/A1/A0
CUPS_PRINTER_LOCAL Local printer or class
CUPS_PRINTER_MEDIUM Can do Tabloid/B/C/A3/A2
CUPS_PRINTER_NOT_SHARED  CUPS 1.2 Printer is not shared
CUPS_PRINTER_OPTIONS ~(CLASS | REMOTE | IMPLICIT)
CUPS_PRINTER_PUNCH Can punch output
CUPS_PRINTER_REJECTING Printer is rejecting jobs
CUPS_PRINTER_REMOTE Remote printer or class
CUPS_PRINTER_SMALL Can do Letter/Legal/A4
CUPS_PRINTER_SORT Can sort output
CUPS_PRINTER_STAPLE Can staple output
CUPS_PRINTER_VARIABLE Can do variable sizes
+ +

Functions

+ + +

cupsAddDest()

+

Description

+

Add a destination to the list of destinations. + +This function cannot be used to add a new class or printer queue, +it only adds a new container of saved options for the named +destination or instance. + +If the named destination already exists, the destination list is +returned unchanged. Adding a new instance of a destination creates +a copy of that destination's options. + +Use the cupsSaveDests() function to save the updated list of +destinations to the user's lpoptions file.

+

Syntax

+
+int
+cupsAddDest(
+    const char * name,
+    const char * instance,
+    int num_dests,
+    cups_dest_t ** dests);
+
+

Arguments

+
+ + + + + + +
NameDescription
nameDestination name
instanceInstance name or NULL for none/primary
num_destsNumber of destinations
destsDestinations
+

Returns

+

New number of destinations

+ +

cupsAddOption()

+

Description

+

Add an option to an option array.

+

Syntax

+
+int
+cupsAddOption(
+    const char * name,
+    const char * value,
+    int num_options,
+    cups_option_t ** options);
+
+

Arguments

+
+ + + + + + +
NameDescription
nameName of option
valueValue of option
num_optionsNumber of options
optionsPointer to options
+

Returns

+

Number of options

+ +

cupsCancelJob()

+

Description

+

Cancel a print job on the default server. + +Use the cupsLastError() and cupsLastErrorString() functions to get +the cause of any failure.

+

Syntax

+
+int
+cupsCancelJob(
+    const char * name,
+    int job);
+
+

Arguments

+
+ + + + +
NameDescription
nameName of printer or class
jobJob ID
+

Returns

+

1 on success, 0 on failure

+ +

cupsEncryption()

+

Description

+

Get the default encryption settings. + +The default encryption setting comes from the CUPS_ENCRYPTION +environment variable, then the ~/.cupsrc file, and finally the +/etc/cups/client.conf file. If not set, the default is +HTTP_ENCRYPT_IF_REQUESTED.

+

Syntax

+
+http_encryption_t
+cupsEncryption(void);
+
+

Arguments

+

None.

+

Returns

+

Encryption settings

+ +

cupsFreeDests()

+

Description

+

Free the memory used by the list of destinations.

+

Syntax

+
+void
+cupsFreeDests(
+    int num_dests,
+    cups_dest_t * dests);
+
+

Arguments

+
+ + + + +
NameDescription
num_destsNumber of destinations
destsDestinations
+

Returns

+

Nothing.

+ +

cupsFreeJobs()

+

Description

+

Free memory used by job data.

+

Syntax

+
+void
+cupsFreeJobs(
+    int num_jobs,
+    cups_job_t * jobs);
+
+

Arguments

+
+ + + + +
NameDescription
num_jobsNumber of jobs
jobsJobs
+

Returns

+

Nothing.

+ +

cupsFreeOptions()

+

Description

+

Free all memory used by options.

+

Syntax

+
+void
+cupsFreeOptions(
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + +
NameDescription
num_optionsNumber of options
optionsPointer to options
+

Returns

+

Nothing.

+ +

 DEPRECATED cupsGetClasses()

+

Description

+

Get a list of printer classes from the default server. + +This function is deprecated - use cupsGetDests() instead. + +

+

Syntax

+
+int
+cupsGetClasses(
+    char *** classes);
+
+

Arguments

+
+ + + +
NameDescription
classesClasses
+

Returns

+

Number of classes

+ +

cupsGetDefault()

+

Description

+

Get the default printer or class for the default server. + +This function returns the default printer or class as defined by +the LPDEST or PRINTER environment variables. If these environment +variables are not set, the server default destination is returned. +Applications should use the cupsGetDests() and cupsGetDest() functions +to get the user-defined default printer, as this function does not +support the lpoptions-defined default printer.

+

Syntax

+
+const char *
+cupsGetDefault(void);
+
+

Arguments

+

None.

+

Returns

+

Default printer or NULL

+ +

 CUPS 1.1.21 cupsGetDefault2()

+

Description

+

Get the default printer or class for the specified server. + +This function returns the default printer or class as defined by +the LPDEST or PRINTER environment variables. If these environment +variables are not set, the server default destination is returned. +Applications should use the cupsGetDests() and cupsGetDest() functions +to get the user-defined default printer, as this function does not +support the lpoptions-defined default printer. + +

+

Syntax

+
+const char *
+cupsGetDefault2(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Default printer or NULL

+ +

cupsGetDest()

+

Description

+

Get the named destination from the list. + +Use the cupsGetDests() or cupsGetDests2() functions to get a +list of supported destinations for the current user.

+

Syntax

+
+cups_dest_t *
+cupsGetDest(
+    const char * name,
+    const char * instance,
+    int num_dests,
+    cups_dest_t * dests);
+
+

Arguments

+
+ + + + + + +
NameDescription
nameDestination name or NULL for the default destination
instanceInstance name or NULL
num_destsNumber of destinations
destsDestinations
+

Returns

+

Destination pointer or NULL

+ +

cupsGetDests()

+

Description

+

Get the list of destinations from the default server. + +Starting with CUPS 1.2, the returned list of destinations include the +printer-info, printer-is-accepting-jobs, printer-is-shared, +printer-make-and-model, printer-state, printer-state-change-time, +printer-state-reasons, and printer-type attributes as options. + +Use the cupsFreeDests() function to free the destination list and +the cupsGetDest() function to find a particular destination.

+

Syntax

+
+int
+cupsGetDests(
+    cups_dest_t ** dests);
+
+

Arguments

+
+ + + +
NameDescription
destsDestinations
+

Returns

+

Number of destinations

+ +

 CUPS 1.1.21 cupsGetDests2()

+

Description

+

Get the list of destinations from the specified server. + +Starting with CUPS 1.2, the returned list of destinations include the +printer-info, printer-is-accepting-jobs, printer-is-shared, +printer-make-and-model, printer-state, printer-state-change-time, +printer-state-reasons, and printer-type attributes as options. + +Use the cupsFreeDests() function to free the destination list and +the cupsGetDest() function to find a particular destination. + +

+

Syntax

+
+int
+cupsGetDests2(
+    http_t * http,
+    cups_dest_t ** dests);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
destsDestinations
+

Returns

+

Number of destinations

+ +

 CUPS 1.1.20 cupsGetFd()

+

Description

+

Get a file from the server. + +This function returns HTTP_OK when the file is successfully retrieved. + +

+

Syntax

+
+http_status_t
+cupsGetFd(
+    http_t * http,
+    const char * resource,
+    int fd);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection to server
resourceResource name
fdFile descriptor
+

Returns

+

HTTP status

+ +

 CUPS 1.1.20 cupsGetFile()

+

Description

+

Get a file from the server. + +This function returns HTTP_OK when the file is successfully retrieved. + +

+

Syntax

+
+http_status_t
+cupsGetFile(
+    http_t * http,
+    const char * resource,
+    const char * filename);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection to server
resourceResource name
filenameFilename
+

Returns

+

HTTP status

+ +

cupsGetJobs()

+

Description

+

Get the jobs from the default server.

+

Syntax

+
+int
+cupsGetJobs(
+    cups_job_t ** jobs,
+    const char * mydest,
+    int myjobs,
+    int completed);
+
+

Arguments

+
+ + + + + + +
NameDescription
jobsJob data
mydestNULL = all destinations, * +otherwise show jobs for mydest
myjobs0 = all users, 1 = mine
completed-1 = show all, 0 = active, * +1 = completed jobs
+

Returns

+

Number of jobs

+ +

 CUPS 1.1.21 cupsGetJobs2()

+

Description

+

Get the jobs from the specified server. + +

+

Syntax

+
+int
+cupsGetJobs2(
+    http_t * http,
+    cups_job_t ** jobs,
+    const char * mydest,
+    int myjobs,
+    int completed);
+
+

Arguments

+
+ + + + + + + +
NameDescription
httpHTTP connection
jobsJob data
mydestNULL = all destinations, * +otherwise show jobs for mydest
myjobs0 = all users, 1 = mine
completed-1 = show all, 0 = active, * +1 = completed jobs
+

Returns

+

Number of jobs

+ +

cupsGetOption()

+

Description

+

Get an option value.

+

Syntax

+
+const char *
+cupsGetOption(
+    const char * name,
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + + +
NameDescription
nameName of option
num_optionsNumber of options
optionsOptions
+

Returns

+

Option value or NULL

+ +

cupsGetPPD()

+

Description

+

Get the PPD file for a printer on the default server. + +For classes, cupsGetPPD() returns the PPD file for the first printer +in the class.

+

Syntax

+
+const char *
+cupsGetPPD(
+    const char * name);
+
+

Arguments

+
+ + + +
NameDescription
namePrinter name
+

Returns

+

Filename for PPD file

+ +

 CUPS 1.1.21 cupsGetPPD2()

+

Description

+

Get the PPD file for a printer from the specified server. + +For classes, cupsGetPPD2() returns the PPD file for the first printer +in the class. + +

+

Syntax

+
+const char *
+cupsGetPPD2(
+    http_t * http,
+    const char * name);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
namePrinter name
+

Returns

+

Filename for PPD file

+ +

cupsGetPassword()

+

Description

+

Get a password from the user. + +Uses the current password callback function. Returns NULL if the +user does not provide a password.

+

Syntax

+
+const char *
+cupsGetPassword(
+    const char * prompt);
+
+

Arguments

+
+ + + +
NameDescription
promptPrompt string
+

Returns

+

Password

+ +

 DEPRECATED cupsGetPrinters()

+

Description

+

Get a list of printers from the default server. + +This function is deprecated - use cupsGetDests() instead. + +

+

Syntax

+
+int
+cupsGetPrinters(
+    char *** printers);
+
+

Arguments

+
+ + + +
NameDescription
printersPrinters
+

Returns

+

Number of printers

+ +

cupsLangDefault()

+

Description

+

Return the default language.

+

Syntax

+
+cups_lang_t *
+cupsLangDefault(void);
+
+

Arguments

+

None.

+

Returns

+

Language data

+ +

cupsLangEncoding()

+

Description

+

Return the character encoding (us-ascii, etc.) +for the given language.

+

Syntax

+
+const char *
+cupsLangEncoding(
+    cups_lang_t * lang);
+
+

Arguments

+
+ + + +
NameDescription
langLanguage data
+

Returns

+

Character encoding

+ +

cupsLangFlush()

+

Description

+

Flush all language data out of the cache.

+

Syntax

+
+void
+cupsLangFlush(void);
+
+

Arguments

+

None.

+

Returns

+

Nothing.

+ +

cupsLangFree()

+

Description

+

Free language data. + +This does not actually free anything; use cupsLangFlush() for that.

+

Syntax

+
+void
+cupsLangFree(
+    cups_lang_t * lang);
+
+

Arguments

+
+ + + +
NameDescription
langLanguage to free
+

Returns

+

Nothing.

+ +

cupsLangGet()

+

Description

+

Get a language.

+

Syntax

+
+cups_lang_t *
+cupsLangGet(
+    const char * language);
+
+

Arguments

+
+ + + +
NameDescription
languageLanguage or locale
+

Returns

+

Language data

+ +

cupsLastError()

+

Description

+

Return the last IPP status code.

+

Syntax

+
+ipp_status_t
+cupsLastError(void);
+
+

Arguments

+

None.

+

Returns

+

IPP status code from last request

+ +

 CUPS 1.2 cupsLastErrorString()

+

Description

+

Return the last IPP status-message. + +

+

Syntax

+
+const char *
+cupsLastErrorString(void);
+
+

Arguments

+

None.

+

Returns

+

status-message text from last request

+ +

cupsMarkOptions()

+

Description

+

Mark command-line options in a PPD file.

+

Syntax

+
+int
+cupsMarkOptions(
+    ppd_file_t * ppd,
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file
num_optionsNumber of options
optionsOptions
+

Returns

+

1 if conflicting

+ +

cupsParseOptions()

+

Description

+

Parse options from a command-line argument. + +This function converts space-delimited name/value pairs according +to the PAPI text option ABNF specification. Collection values +("name={a=... b=... c=...}") are stored with the curley brackets +intact - use cupsParseOptions() on the value to extract the collection +attributes.

+

Syntax

+
+int
+cupsParseOptions(
+    const char * arg,
+    int num_options,
+    cups_option_t ** options);
+
+

Arguments

+
+ + + + + +
NameDescription
argArgument to parse
num_optionsNumber of options
optionsOptions found
+

Returns

+

Number of options found

+ +

cupsPrintFile()

+

Description

+

Print a file to a printer or class on the default server.

+

Syntax

+
+int
+cupsPrintFile(
+    const char * name,
+    const char * filename,
+    const char * title,
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + + + + +
NameDescription
namePrinter or class name
filenameFile to print
titleTitle of job
num_optionsNumber of options
optionsOptions
+

Returns

+

Job ID

+ +

 CUPS 1.1.21 cupsPrintFile2()

+

Description

+

Print a file to a printer or class on the specified server. + +

+

Syntax

+
+int
+cupsPrintFile2(
+    http_t * http,
+    const char * name,
+    const char * filename,
+    const char * title,
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + + + + + +
NameDescription
httpHTTP connection
namePrinter or class name
filenameFile to print
titleTitle of job
num_optionsNumber of options
optionsOptions
+

Returns

+

Job ID

+ +

cupsPrintFiles()

+

Description

+

Print one or more files to a printer or class on the +default server.

+

Syntax

+
+int
+cupsPrintFiles(
+    const char * name,
+    int num_files,
+    const char ** files,
+    const char * title,
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + + + + + +
NameDescription
namePrinter or class name
num_filesNumber of files
filesFile(s) to print
titleTitle of job
num_optionsNumber of options
optionsOptions
+

Returns

+

Job ID

+ +

 CUPS 1.1.21 cupsPrintFiles2()

+

Description

+

Print one or more files to a printer or class on the +specified server. + +

+

Syntax

+
+int
+cupsPrintFiles2(
+    http_t * http,
+    const char * name,
+    int num_files,
+    const char ** files,
+    const char * title,
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + + + + + + +
NameDescription
httpHTTP connection
namePrinter or class name
num_filesNumber of files
filesFile(s) to print
titleTitle of job
num_optionsNumber of options
optionsOptions
+

Returns

+

Job ID

+ +

 CUPS 1.1.20 cupsPutFd()

+

Description

+

Put a file on the server. + +This function returns HTTP_CREATED when the file is stored successfully. + +

+

Syntax

+
+http_status_t
+cupsPutFd(
+    http_t * http,
+    const char * resource,
+    int fd);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection to server
resourceResource name
fdFile descriptor
+

Returns

+

HTTP status

+ +

 CUPS 1.1.20 cupsPutFile()

+

Description

+

Put a file on the server. + +This function returns HTTP_CREATED when the file is stored successfully. + +

+

Syntax

+
+http_status_t
+cupsPutFile(
+    http_t * http,
+    const char * resource,
+    const char * filename);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection to server
resourceResource name
filenameFilename
+

Returns

+

HTTP status

+ +

 CUPS 1.2 cupsRemoveOption()

+

Description

+

Remove an option from an option array. + +

+

Syntax

+
+int
+cupsRemoveOption(
+    const char * name,
+    int num_options,
+    cups_option_t ** options);
+
+

Arguments

+
+ + + + + +
NameDescription
nameOption name
num_optionsCurrent number of options
optionsOptions
+

Returns

+

New number of options

+ +

cupsServer()

+

Description

+

Return the hostname/address of the default server. + +The returned value can be a fully-qualified hostname, a numeric +IPv4 or IPv6 address, or a domain socket pathname.

+

Syntax

+
+const char *
+cupsServer(void);
+
+

Arguments

+

None.

+

Returns

+

Server name

+ +

cupsSetDests()

+

Description

+

Save the list of destinations for the default server. + +This function saves the destinations to /etc/cups/lpoptions when run +as root and ~/.cups/lpoptions when run as a normal user.

+

Syntax

+
+void
+cupsSetDests(
+    int num_dests,
+    cups_dest_t * dests);
+
+

Arguments

+
+ + + + +
NameDescription
num_destsNumber of destinations
destsDestinations
+

Returns

+

Nothing.

+ +

 CUPS 1.1.21 cupsSetDests2()

+

Description

+

Save the list of destinations for the specified server. + +This function saves the destinations to /etc/cups/lpoptions when run +as root and ~/.cups/lpoptions when run as a normal user. + +

+

Syntax

+
+int
+cupsSetDests2(
+    http_t * http,
+    int num_dests,
+    cups_dest_t * dests);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection
num_destsNumber of destinations
destsDestinations
+

Returns

+

0 on success, -1 on error

+ +

cupsSetEncryption()

+

Description

+

Set the encryption preference.

+

Syntax

+
+void
+cupsSetEncryption(
+    http_encryption_t e);
+
+

Arguments

+
+ + + +
NameDescription
eNew encryption preference
+

Returns

+

Nothing.

+ +

cupsSetPasswordCB()

+

Description

+

Set the password callback for CUPS. + +Pass NULL to restore the default (console) password callback.

+

Syntax

+
+void
+cupsSetPasswordCB(
+    cups_password_cb_t cb);
+
+

Arguments

+
+ + + +
NameDescription
cbCallback function
+

Returns

+

Nothing.

+ +

cupsSetServer()

+

Description

+

Set the default server name. + +The "server" string can be a fully-qualified hostname, a numeric +IPv4 or IPv6 address, or a domain socket pathname. Pass NULL to +restore the default server name.

+

Syntax

+
+void
+cupsSetServer(
+    const char * server);
+
+

Arguments

+
+ + + +
NameDescription
serverServer name
+

Returns

+

Nothing.

+ +

cupsSetUser()

+

Description

+

Set the default user name. + +Pass NULL to restore the default user name.

+

Syntax

+
+void
+cupsSetUser(
+    const char * user);
+
+

Arguments

+
+ + + +
NameDescription
userUser name
+

Returns

+

Nothing.

+ +

cupsTempFd()

+

Description

+

Creates a temporary file. + +The temporary filename is returned in the filename buffer. +The temporary file is opened for reading and writing.

+

Syntax

+
+int
+cupsTempFd(
+    char * filename,
+    int len);
+
+

Arguments

+
+ + + + +
NameDescription
filenamePointer to buffer
lenSize of buffer
+

Returns

+

New file descriptor or -1 on error

+ +

 DEPRECATED cupsTempFile()

+

Description

+

Generates a temporary filename. + +The temporary filename is returned in the filename buffer. +This function is deprecated - use cupsTempFd() or cupsTempFile2() +instead. + +

+

Syntax

+
+char *
+cupsTempFile(
+    char * filename,
+    int len);
+
+

Arguments

+
+ + + + +
NameDescription
filenamePointer to buffer
lenSize of buffer
+

Returns

+

Filename or NULL on error

+ +

 CUPS 1.2 cupsTempFile2()

+

Description

+

Creates a temporary CUPS file. + +The temporary filename is returned in the filename buffer. +The temporary file is opened for writing. + +

+

Syntax

+
+cups_file_t *
+cupsTempFile2(
+    char * filename,
+    int len);
+
+

Arguments

+
+ + + + +
NameDescription
filenamePointer to buffer
lenSize of buffer
+

Returns

+

CUPS file or NULL on error

+ +

cupsUser()

+

Description

+

Return the current user's name.

+

Syntax

+
+const char *
+cupsUser(void);
+
+

Arguments

+

None.

+

Returns

+

User name

+ +

Structures

+ + +

cups_dest_s

+

Description

+

Destination

+

Definition

+
+struct cups_dest_s
+{
+  char *name, * instance;
+  int is_default;
+  int num_options;
+  cups_option_t * options;
+};
+
+

Members

+
+ + + + + + +
NameDescription
instance Local instance name or NULL
is_default Is this printer the default?
num_options Number of options
options Options
+ +

cups_job_s

+

Description

+

Job

+

Definition

+
+struct cups_job_s
+{
+  time_t completed_time;
+  time_t creation_time;
+  char * dest;
+  char * format;
+  int id;
+  int priority;
+  time_t processing_time;
+  int size;
+  ipp_jstate_t state;
+  char * title;
+  char * user;
+};
+
+

Members

+
+ + + + + + + + + + + + + +
NameDescription
completed_time Time the job was completed
creation_time Time the job was created
dest Printer or class name
format Document format
id The job ID
priority Priority (1-100)
processing_time Time the job was processed
size Size in kilobytes
state Job state
title Title/job name
user User the submitted the job
+ +

cups_option_s

+

Description

+

Printer Options

+

Definition

+
+struct cups_option_s
+{
+  char * name;
+  char * value;
+};
+
+

Members

+
+ + + + +
NameDescription
name Name of option
value Value of option
+ +

Types

+ + +

cups_dest_t

+

Description

+

Destination

+

Definition

+
+typedef struct cups_dest_s cups_dest_t;
+
+ +

cups_job_t

+

Description

+

Job

+

Definition

+
+typedef struct cups_job_s cups_job_t;
+
+ +

cups_option_t

+

Description

+

Printer Options

+

Definition

+
+typedef struct cups_option_s cups_option_t;
+
+ +

cups_password_cb_t

+

Description

+

Password callback

+

Definition

+
+typedef const char * (*cups_password_cb_t)(const char *);
+
+ +

cups_ptype_t

+

Description

+

Printer Type/Capability Bits

+

Definition

+
+typedef unsigned cups_ptype_t;
+
+ + diff --git a/doc/help/api-filedir.html b/doc/help/api-filedir.html new file mode 100644 index 0000000000..fa862e96fb --- /dev/null +++ b/doc/help/api-filedir.html @@ -0,0 +1,766 @@ + + + + + File and Directory APIs + + + + + + + +

Introduction

+ +

The CUPS file and directory APIs provide portable interfaces +for manipulating files and listing files and directories. Unlike +stdio FILE streams, the cupsFile functions +allow you to open more than 256 files at any given time. They +also manage the platform-specific details of locking, large file +support, line endings (CR, LF, or CR LF), and reading and writing +files using Flate ("gzip") compression. Finally, you can also +connect, read from, and write to network connections using the +cupsFile functions.

+ +

The cupsDir functions manage the platform-specific +details of directory access/listing and provide a convenient way +to get both a list of files and the information (permissions, +size, timestamp, etc.) for each of those files.

+ +

The CUPS scheduler (cupsd), mailto notifier, +and many of the CUPS API functions use these functions for +everything except console (stdin, stdout, stderr) I/O.

+ +

General Usage

+ +

The <cups/dir.h> and +<cups/file.h> header files must be included to +use the cupsDir and cupsFile functions, +respectively.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

All of these functions require CUPS 1.2 or higher.

+

Contents

+ + +

Functions

+ + +

cupsDirClose()

+

Description

+

Close a directory.

+

Syntax

+
+void
+cupsDirClose(
+    cups_dir_t * dp);
+
+

Arguments

+
+ + + +
NameDescription
dpDirectory
+

Returns

+

Nothing.

+ +

cupsDirOpen()

+

Description

+

Open a directory.

+

Syntax

+
+cups_dir_t *
+cupsDirOpen(
+    const char * directory);
+
+

Arguments

+
+ + + +
NameDescription
directoryDirectory name
+

Returns

+

Directory

+ +

cupsDirRead()

+

Description

+

Read the next directory entry.

+

Syntax

+
+cups_dentry_t *
+cupsDirRead(
+    cups_dir_t * dp);
+
+

Arguments

+
+ + + +
NameDescription
dpDirectory
+

Returns

+

Directory entry

+ +

cupsDirRewind()

+

Description

+

Rewind to the start of the directory.

+

Syntax

+
+void
+cupsDirRewind(
+    cups_dir_t * dp);
+
+

Arguments

+
+ + + +
NameDescription
dpDirectory
+

Returns

+

Nothing.

+ +

cupsFileClose()

+

Description

+

Close a CUPS file.

+

Syntax

+
+int
+cupsFileClose(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

0 on success, -1 on error

+ +

cupsFileCompression()

+

Description

+

Return whether a file is compressed.

+

Syntax

+
+int
+cupsFileCompression(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

CUPS_FILE_NONE or CUPS_FILE_GZIP

+ +

cupsFileEOF()

+

Description

+

Return the end-of-file status.

+

Syntax

+
+int
+cupsFileEOF(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

1 on EOF, 0 otherwise

+ +

cupsFileFind()

+

Description

+

Find a file using the specified path. + +This function allows the paths in the path string to be separated by +colons (UNIX standard) or semicolons (Windows standard) and stores the +result in the buffer supplied. If the file cannot be found in any of +the supplied paths, NULL is returned. A NULL path only matches the +current directory.

+

Syntax

+
+const char *
+cupsFileFind(
+    const char * filename,
+    const char * path,
+    int executable,
+    char * buffer,
+    int bufsize);
+
+

Arguments

+
+ + + + + + + +
NameDescription
filenameFile to find
pathColon/semicolon-separated path
executable1 = executable files, 0 = any file/dir
bufferFilename buffer
bufsizeSize of filename buffer
+

Returns

+

Full path to file or NULL

+ +

cupsFileFlush()

+

Description

+

Flush pending output.

+

Syntax

+
+int
+cupsFileFlush(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

0 on success, -1 on error

+ +

cupsFileGetChar()

+

Description

+

Get a single character from a file.

+

Syntax

+
+int
+cupsFileGetChar(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

Character or -1 on EOF

+ +

cupsFileGetConf()

+

Description

+

Get a line from a configuration file...

+

Syntax

+
+char *
+cupsFileGetConf(
+    cups_file_t * fp,
+    char * buf,
+    size_t buflen,
+    char ** value,
+    int * linenum);
+
+

Arguments

+
+ + + + + + + +
NameDescription
fpCUPS file
bufString buffer
buflenSize of string buffer
valuePointer to value
linenumCurrent line number
+

Returns

+

Line read or NULL on eof/error

+ +

cupsFileGetLine()

+

Description

+

Get a CR and/or LF-terminated line that may +contain binary data. + +This function differs from cupsFileGets() in that the trailing CR and LF +are preserved, as is any binary data on the line. The buffer is nul- +terminated, however you should use the returned length to determine +the number of bytes on the line.

+

Syntax

+
+size_t
+cupsFileGetLine(
+    cups_file_t * fp,
+    char * buf,
+    size_t buflen);
+
+

Arguments

+
+ + + + + +
NameDescription
fpFile to read from
bufBuffer
buflenSize of buffer
+

Returns

+

Number of bytes on line or 0 on EOF

+ +

cupsFileGets()

+

Description

+

Get a CR and/or LF-terminated line.

+

Syntax

+
+char *
+cupsFileGets(
+    cups_file_t * fp,
+    char * buf,
+    size_t buflen);
+
+

Arguments

+
+ + + + + +
NameDescription
fpCUPS file
bufString buffer
buflenSize of string buffer
+

Returns

+

Line read or NULL on eof/error

+ +

cupsFileLock()

+

Description

+

Temporarily lock access to a file.

+

Syntax

+
+int
+cupsFileLock(
+    cups_file_t * fp,
+    int block);
+
+

Arguments

+
+ + + + +
NameDescription
fpFile to lock
block1 to wait for the lock, 0 to fail right away
+

Returns

+

0 on success, -1 on error

+ +

cupsFileNumber()

+

Description

+

Return the file descriptor associated with a CUPS file.

+

Syntax

+
+int
+cupsFileNumber(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

File descriptor

+ +

cupsFileOpen()

+

Description

+

Open a CUPS file.

+

Syntax

+
+cups_file_t *
+cupsFileOpen(
+    const char * filename,
+    const char * mode);
+
+

Arguments

+
+ + + + +
NameDescription
filenameName of file
modeOpen mode
+

Returns

+

CUPS file or NULL

+ +

cupsFileOpenFd()

+

Description

+

Open a CUPS file using a file descriptor.

+

Syntax

+
+cups_file_t *
+cupsFileOpenFd(
+    int fd,
+    const char * mode);
+
+

Arguments

+
+ + + + +
NameDescription
fdFile descriptor
modeOpen mode
+

Returns

+

CUPS file or NULL

+ +

cupsFilePeekChar()

+

Description

+

Peek at the next character from a file.

+

Syntax

+
+int
+cupsFilePeekChar(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

Character or -1 on EOF

+ +

cupsFilePrintf()

+

Description

+

Write a formatted string.

+

Syntax

+
+int
+cupsFilePrintf(
+    cups_file_t * fp,
+    const char * format,
+    ...);
+
+

Arguments

+
+ + + + + +
NameDescription
fpCUPS file
formatPrintf-style format string
...Additional args as necessary
+

Returns

+

Number of bytes written or -1

+ +

cupsFilePutChar()

+

Description

+

Write a character.

+

Syntax

+
+int
+cupsFilePutChar(
+    cups_file_t * fp,
+    int c);
+
+

Arguments

+
+ + + + +
NameDescription
fpCUPS file
cCharacter to write
+

Returns

+

0 on success, -1 on error

+ +

cupsFilePuts()

+

Description

+

Write a string.

+

Syntax

+
+int
+cupsFilePuts(
+    cups_file_t * fp,
+    const char * s);
+
+

Arguments

+
+ + + + +
NameDescription
fpCUPS file
sString to write
+

Returns

+

Number of bytes written or -1

+ +

cupsFileRead()

+

Description

+

Read from a file.

+

Syntax

+
+ssize_t
+cupsFileRead(
+    cups_file_t * fp,
+    char * buf,
+    size_t bytes);
+
+

Arguments

+
+ + + + + +
NameDescription
fpCUPS file
bufBuffer
bytesNumber of bytes to read
+

Returns

+

Number of bytes read or -1

+ +

cupsFileRewind()

+

Description

+

Rewind a file.

+

Syntax

+
+off_t
+cupsFileRewind(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

New file position or -1

+ +

cupsFileSeek()

+

Description

+

Seek in a file.

+

Syntax

+
+off_t
+cupsFileSeek(
+    cups_file_t * fp,
+    off_t pos);
+
+

Arguments

+
+ + + + +
NameDescription
fpCUPS file
posPosition in file
+

Returns

+

New file position or -1

+ +

cupsFileStderr()

+

Description

+

Just reposition the current pointer, since we have the right +range...

+

Syntax

+
+cups_file_t *
+cupsFileStderr(void);
+
+

Arguments

+

None.

+

Returns

+

Return a CUPS file associated with stderr.

+ +

cupsFileStdin()

+

Description

+

Open file descriptor 2...

+

Syntax

+
+cups_file_t *
+cupsFileStdin(void);
+
+

Arguments

+

None.

+

Returns

+

Return a CUPS file associated with stdin.

+ +

cupsFileStdout()

+

Description

+

Open file descriptor 0...

+

Syntax

+
+cups_file_t *
+cupsFileStdout(void);
+
+

Arguments

+

None.

+

Returns

+

Return a CUPS file associated with stdout.

+ +

cupsFileTell()

+

Description

+

Return the current file position.

+

Syntax

+
+off_t
+cupsFileTell(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpCUPS file
+

Returns

+

File position

+ +

cupsFileUnlock()

+

Description

+

Unlock access to a file.

+

Syntax

+
+int
+cupsFileUnlock(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpFile to lock
+

Returns

+

0 on success, -1 on error

+ +

cupsFileWrite()

+

Description

+

Write to a file.

+

Syntax

+
+ssize_t
+cupsFileWrite(
+    cups_file_t * fp,
+    const char * buf,
+    size_t bytes);
+
+

Arguments

+
+ + + + + +
NameDescription
fpCUPS file
bufBuffer
bytesNumber of bytes to write
+

Returns

+

Number of bytes written

+ +

Structures

+ + +

cups_dentry_s

+

Description

+

Directory entry type

+

Definition

+
+struct cups_dentry_s
+{
+  struct stat fileinfo;
+  char filename[260];
+};
+
+

Members

+
+ + + + +
NameDescription
fileinfo File information
filename[260] File name
+ +

Types

+ + +

cups_dentry_t

+

Description

+

Directory entry type

+

Definition

+
+typedef struct cups_dentry_s cups_dentry_t;
+
+ +

cups_dir_t

+

Description

+

Directory type

+

Definition

+
+typedef struct _cups_dir_s cups_dir_t;
+
+ +

cups_file_t

+

Description

+

CUPS file type

+

Definition

+
+typedef struct _cups_file_s cups_file_t;
+
+ + diff --git a/doc/help/api-filter.html b/doc/help/api-filter.html new file mode 100644 index 0000000000..63607f38b2 --- /dev/null +++ b/doc/help/api-filter.html @@ -0,0 +1,138 @@ + + + + + Filter and Backend APIs + + + + + + + +

Introduction

+ +

The CUPS filter and backend APIs define standard exit codes +and provide access to the backchannel data stream. They are only +used when writing backends, filters, and port monitors.

+ +

General Usage

+ +

The <cups/backend.h> and +<cups/cups.h> header files must be included to +use the CUPS_BACKEND_ constants and +cupsBackChannel functions, respectively.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

All of these functions require CUPS 1.2 or higher.

+

Contents

+ + +

Functions

+ + +

 CUPS 1.2 cupsBackChannelRead()

+

Description

+

Read data from the backchannel. + +Reads up to "bytes" bytes from the backchannel. The "timeout" +parameter controls how many seconds to wait for the data - use +0.0 to return immediately if there is no data, -1.0 to wait +for data indefinitely. + +

+

Syntax

+
+ssize_t
+cupsBackChannelRead(
+    char * buffer,
+    size_t bytes,
+    double timeout);
+
+

Arguments

+
+ + + + + +
NameDescription
bufferBuffer to read
bytesBytes to read
timeoutTimeout in seconds
+

Returns

+

Bytes read or -1 on error

+ +

 CUPS 1.2 cupsBackChannelWrite()

+

Description

+

Write data to the backchannel. + +Writes "bytes" bytes to the backchannel. The "timeout" parameter +controls how many seconds to wait for the data to be written - use +0.0 to return immediately if the data cannot be written, -1.0 to wait +indefinitely. + +

+

Syntax

+
+ssize_t
+cupsBackChannelWrite(
+    const char * buffer,
+    size_t bytes,
+    double timeout);
+
+

Arguments

+
+ + + + + +
NameDescription
bufferBuffer to write
bytesBytes to write
timeoutTimeout in seconds
+

Returns

+

Bytes written or -1 on error

+ + diff --git a/doc/help/api-httpipp.html b/doc/help/api-httpipp.html new file mode 100644 index 0000000000..43c538560c --- /dev/null +++ b/doc/help/api-httpipp.html @@ -0,0 +1,3112 @@ + + + + + HTTP and IPP APIs + + + + + + + +

Introduction

+ +

The CUPS HTTP and IPP APIs provide low-level access to the +HTTP and IPP protocols and CUPS scheduler. They are typically +used by monitoring and administration programs to perform +specific functions not supported by the high-level CUPS API +functions.

+ +

General Usage

+ +

The <cups/cups.h> header file must be included to +use the HTTP and IPP functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

Unless otherwise specified, the HTTP and IPP API functions +require CUPS 1.1 or higher.

+

Contents

+ + +

Enumerations

+ + +

http_auth_e

+

Description

+

HTTP authentication types

+

Values

+
+ + + + + + + + +
NameDescription
HTTP_AUTH_BASIC Basic authentication in use
HTTP_AUTH_MD5 Digest authentication in use
HTTP_AUTH_MD5_INT Digest authentication in use for body
HTTP_AUTH_MD5_SESS MD5-session authentication in use
HTTP_AUTH_MD5_SESS_INT MD5-session authentication in use for body
HTTP_AUTH_NONE No authentication in use
+ +

http_encoding_e

+

Description

+

HTTP transfer encoding values

+

Values

+
+ + + + + +
NameDescription
HTTP_ENCODE_CHUNKED Data is chunked
HTTP_ENCODE_FIELDS Sending HTTP fields
HTTP_ENCODE_LENGTH Data is sent with Content-Length
+ +

http_encryption_e

+

Description

+

HTTP encryption values

+

Values

+
+ + + + + + +
NameDescription
HTTP_ENCRYPT_ALWAYS Always encrypt (SSL)
HTTP_ENCRYPT_IF_REQUESTED Encrypt if requested (TLS upgrade)
HTTP_ENCRYPT_NEVER Never encrypt
HTTP_ENCRYPT_REQUIRED Encryption is required (TLS upgrade)
+ +

http_field_e

+

Description

+

HTTP field names

+

Values

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
HTTP_FIELD_ACCEPT_LANGUAGE Accept-Language field
HTTP_FIELD_ACCEPT_RANGES Accept-Ranges field
HTTP_FIELD_AUTHORIZATION Authorization field
HTTP_FIELD_CONNECTION Connection field
HTTP_FIELD_CONTENT_ENCODING Content-Encoding field
HTTP_FIELD_CONTENT_LANGUAGE Content-Language field
HTTP_FIELD_CONTENT_LENGTH Content-Length field
HTTP_FIELD_CONTENT_LOCATION Content-Location field
HTTP_FIELD_CONTENT_MD5 Content-MD5 field
HTTP_FIELD_CONTENT_RANGE Content-Range field
HTTP_FIELD_CONTENT_TYPE Content-Type field
HTTP_FIELD_CONTENT_VERSION Content-Version field
HTTP_FIELD_DATE Date field
HTTP_FIELD_HOST Host field
HTTP_FIELD_IF_MODIFIED_SINCE If-Modified-Since field
HTTP_FIELD_IF_UNMODIFIED_SINCE If-Unmodified-Since field
HTTP_FIELD_KEEP_ALIVE Keep-Alive field
HTTP_FIELD_LAST_MODIFIED Last-Modified field
HTTP_FIELD_LINK Link field
HTTP_FIELD_LOCATION Location field
HTTP_FIELD_MAX Maximum field index
HTTP_FIELD_RANGE Range field
HTTP_FIELD_REFERER Referer field
HTTP_FIELD_RETRY_AFTER Retry-After field
HTTP_FIELD_TRANSFER_ENCODING Transfer-Encoding field
HTTP_FIELD_UNKNOWN Unknown field
HTTP_FIELD_UPGRADE Upgrade field
HTTP_FIELD_USER_AGENT User-Agent field
HTTP_FIELD_WWW_AUTHENTICATE WWW-Authenticate field
+ +

http_keepalive_e

+

Description

+

Types and structures...

+

Values

+
+ + + + +
NameDescription
HTTP_KEEPALIVE_OFF No keep alive support
HTTP_KEEPALIVE_ON Use keep alive
+ +

http_status_e

+

Description

+

HTTP status codes

+

Values

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
HTTP_ACCEPTED DELETE command was successful
HTTP_BAD_GATEWAY Bad gateway
HTTP_BAD_REQUEST Bad request
HTTP_CONFLICT Request is self-conflicting
HTTP_CONTINUE Everything OK, keep going...
HTTP_CREATED PUT command was successful
HTTP_ERROR An error response from httpXxxx()
HTTP_EXPECTATION_FAILED The expectation given in an Expect header field was not met
HTTP_FORBIDDEN Forbidden to access this URI
HTTP_GATEWAY_TIMEOUT Gateway connection timed out
HTTP_GONE Server has gone away
HTTP_LENGTH_REQUIRED A content length or encoding is required
HTTP_METHOD_NOT_ALLOWED Method is not allowed
HTTP_MOVED_PERMANENTLY Document has moved permanently
HTTP_MOVED_TEMPORARILY Document has moved temporarily
HTTP_MULTIPLE_CHOICES Multiple files match request
HTTP_NOT_ACCEPTABLE Not Acceptable
HTTP_NOT_AUTHORITATIVE Information isn't authoritative
HTTP_NOT_FOUND URI was not found
HTTP_NOT_IMPLEMENTED Feature not implemented
HTTP_NOT_MODIFIED File not modified
HTTP_NOT_SUPPORTED HTTP version not supported
HTTP_NO_CONTENT Successful command, no new data
HTTP_OK OPTIONS/GET/HEAD/POST/TRACE command was successful
HTTP_PARTIAL_CONTENT Only a partial file was recieved/sent
HTTP_PAYMENT_REQUIRED Payment required
HTTP_PRECONDITION Precondition failed
HTTP_PROXY_AUTHENTICATION Proxy Authentication is Required
HTTP_REQUESTED_RANGE The requested range is not satisfiable
HTTP_REQUEST_TIMEOUT Request timed out
HTTP_REQUEST_TOO_LARGE Request entity too large
HTTP_RESET_CONTENT Content was reset/recreated
HTTP_SEE_OTHER See this other link...
HTTP_SERVER_ERROR Internal server error
HTTP_SERVICE_UNAVAILABLE Service is unavailable
HTTP_SWITCHING_PROTOCOLS HTTP upgrade to TLS/SSL
HTTP_UNAUTHORIZED Unauthorized to access host
HTTP_UNSUPPORTED_MEDIATYPE The requested media type is unsupported
HTTP_UPGRADE_REQUIRED Upgrade to SSL/TLS required
HTTP_URI_TOO_LONG URI too long
HTTP_USE_PROXY Must use a proxy to access this URI
+ +

ipp_res_e

+

Description

+

Types and structures...

+

Values

+
+ + + + +
NameDescription
IPP_RES_PER_CM Pixels per centimeter
IPP_RES_PER_INCH Pixels per inch
+ +

ipp_status_e

+

Description

+

IPP status codes...

+

Values

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
IPP_ATTRIBUTES client-error-attributes-or-values-not-supported
IPP_ATTRIBUTES_NOT_SETTABLE client-error-attributes-not-settable
IPP_BAD_REQUEST client-error-bad-request
IPP_CHARSET client-error-charset-not-supported
IPP_COMPRESSION_ERROR client-error-compression-error
IPP_COMPRESSION_NOT_SUPPORTED client-error-compression-not-supported
IPP_CONFLICT client-error-conflicting-attributes
IPP_DEVICE_ERROR server-error-device-error
IPP_DOCUMENT_ACCESS_ERROR client-error-document-access-error
IPP_DOCUMENT_FORMAT client-error-document-format-not-supported
IPP_DOCUMENT_FORMAT_ERROR client-error-document-format-error
IPP_ERROR_JOB_CANCELED server-error-job-canceled
IPP_FORBIDDEN client-error-forbidden
IPP_GONE client-error-gone
IPP_IGNORED_ALL_NOTIFICATIONS client-error-ignored-all-notifications
IPP_IGNORED_ALL_SUBSCRIPTIONS client-error-ignored-all-subscriptions
IPP_INTERNAL_ERROR server-error-internal-error
IPP_MULTIPLE_JOBS_NOT_SUPPORTED server-error-multiple-document-jobs-not-supported
IPP_NOT_ACCEPTING server-error-not-accepting-jobs
IPP_NOT_AUTHENTICATED client-error-not-authenticated
IPP_NOT_AUTHORIZED client-error-not-authorized
IPP_NOT_FOUND client-error-not-found
IPP_NOT_POSSIBLE client-error-not-possible
IPP_OK successful-ok
IPP_OK_BUT_CANCEL_SUBSCRIPTION successful-ok-but-cancel-subscription
IPP_OK_CONFLICT successful-ok-conflicting-attributes
IPP_OK_EVENTS_COMPLETE successful-ok-events-complete
IPP_OK_IGNORED_NOTIFICATIONS successful-ok-ignored-notifications
IPP_OK_IGNORED_SUBSCRIPTIONS successful-ok-ignored-subscriptions
IPP_OK_SUBST successful-ok-ignored-or-substituted-attributes
IPP_OK_TOO_MANY_EVENTS successful-ok-too-many-events
IPP_OPERATION_NOT_SUPPORTED server-error-operation-not-supported
IPP_PRINTER_BUSY server-error-busy
IPP_PRINTER_IS_DEACTIVATED server-error-printer-is-deactivated
IPP_PRINT_SUPPORT_FILE_NOT_FOUND client-error-print-support-file-not-found
IPP_REDIRECTION_OTHER_SITE
IPP_REQUEST_ENTITY client-error-request-entity-too-large
IPP_REQUEST_VALUE client-error-request-value-too-long
IPP_SERVICE_UNAVAILABLE server-error-service-unavailable
IPP_TEMPORARY_ERROR server-error-temporary-error
IPP_TIMEOUT client-error-timeout
IPP_TOO_MANY_SUBSCRIPTIONS client-error-too-many-subscriptions
IPP_URI_SCHEME client-error-uri-scheme-not-supported
IPP_VERSION_NOT_SUPPORTED server-error-version-not-supported
+ +

ipp_tag_e

+

Description

+

Format tags for attributes...

+

Values

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
IPP_TAG_ADMINDEFINE Admin-defined value
IPP_TAG_BEGIN_COLLECTION Beginning of collection value
IPP_TAG_BOOLEAN Boolean value
IPP_TAG_CHARSET Character set value
IPP_TAG_COPY Bitflag for copied attribute values
IPP_TAG_DATE Date/time value
IPP_TAG_DEFAULT Default value
IPP_TAG_DELETEATTR Delete-attribute value
IPP_TAG_END End-of-attributes
IPP_TAG_END_COLLECTION End of collection value
IPP_TAG_ENUM Enumeration value
IPP_TAG_EVENT_NOTIFICATION Event group
IPP_TAG_INTEGER Integer value
IPP_TAG_JOB Job group
IPP_TAG_KEYWORD Keyword value
IPP_TAG_LANGUAGE Language value
IPP_TAG_MASK Mask for copied attribute values
IPP_TAG_MEMBERNAME Collection member name value
IPP_TAG_MIMETYPE MIME media type value
IPP_TAG_NAME Name value
IPP_TAG_NAMELANG Name-with-language value
IPP_TAG_NOTSETTABLE Not-settable value
IPP_TAG_NOVALUE No-value value
IPP_TAG_OPERATION Operation group
IPP_TAG_PRINTER Printer group
IPP_TAG_RANGE Range value
IPP_TAG_RESOLUTION Resolution value
IPP_TAG_STRING Octet string value
IPP_TAG_SUBSCRIPTION Subscription group
IPP_TAG_TEXT Text value
IPP_TAG_TEXTLANG Text-with-language value
IPP_TAG_UNKNOWN Unknown value
IPP_TAG_UNSUPPORTED_GROUP Unsupported attributes group
IPP_TAG_UNSUPPORTED_VALUE Unsupported value
IPP_TAG_URI URI value
IPP_TAG_URISCHEME URI scheme value
IPP_TAG_ZERO Zero tag - used for separators
+ +

Functions

+ + +

 CUPS 1.1.20 cupsDoAuthentication()

+

Description

+

Authenticate a request. + +This function should be called in response to a HTTP_UNAUTHORIZED +status, prior to resubmitting your request. + +

+

Syntax

+
+int
+cupsDoAuthentication(
+    http_t * http,
+    const char * method,
+    const char * resource);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection to server
methodRequest method (GET, POST, PUT)
resourceResource path
+

Returns

+

0 on success, -1 on error

+ +

cupsDoFileRequest()

+

Description

+

Do an IPP request with a file. + +This function sends the IPP request to the specified server, retrying +and authenticating as necessary. The request is freed with ippDelete() +after receiving a valid IPP response.

+

Syntax

+
+ipp_t *
+cupsDoFileRequest(
+    http_t * http,
+    ipp_t * request,
+    const char * resource,
+    const char * filename);
+
+

Arguments

+
+ + + + + + +
NameDescription
httpHTTP connection to server
requestIPP request
resourceHTTP resource for POST
filenameFile to send or NULL for none
+

Returns

+

Response data

+ +

cupsDoRequest()

+

Description

+

Do an IPP request. + +This function sends the IPP request to the specified server, retrying +and authenticating as necessary. The request is freed with ippDelete() +after receiving a valid IPP response.

+

Syntax

+
+ipp_t *
+cupsDoRequest(
+    http_t * http,
+    ipp_t * request,
+    const char * resource);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection to server
requestIPP request
resourceHTTP resource for POST
+

Returns

+

Response data

+ +

cupsEncodeOptions()

+

Description

+

Encode printer options into IPP attributes. + +This function adds operation, job, and then subscription attributes, +in that order. Use the cupsEncodeOptions2() function to add attributes +for a single group.

+

Syntax

+
+void
+cupsEncodeOptions(
+    ipp_t * ipp,
+    int num_options,
+    cups_option_t * options);
+
+

Arguments

+
+ + + + + +
NameDescription
ippRequest to add to
num_optionsNumber of options
optionsOptions
+

Returns

+

Nothing.

+ +

 CUPS 1.2 cupsEncodeOptions2()

+

Description

+

Encode printer options into IPP attributes for a group. + +This function only adds attributes for a single group. Call this +function multiple times for each group, or use cupsEncodeOptions() +to add the standard groups. + +

+

Syntax

+
+void
+cupsEncodeOptions2(
+    ipp_t * ipp,
+    int num_options,
+    cups_option_t * options,
+    ipp_tag_t group_tag);
+
+

Arguments

+
+ + + + + + +
NameDescription
ippRequest to add to
num_optionsNumber of options
optionsOptions
group_tagGroup to encode
+

Returns

+

Nothing.

+ +

 CUPS 1.2 httpAddrAny()

+

Description

+

Check for the "any" address. + +

+

Syntax

+
+int
+httpAddrAny(
+    const http_addr_t * addr);
+
+

Arguments

+
+ + + +
NameDescription
addrAddress to check
+

Returns

+

1 if "any", 0 otherwise

+ +

 CUPS 1.2 httpAddrEqual()

+

Description

+

Compare two addresses. + +

+

Syntax

+
+int
+httpAddrEqual(
+    const http_addr_t * addr1,
+    const http_addr_t * addr2);
+
+

Arguments

+
+ + + + +
NameDescription
addr1First address
addr2Second address
+

Returns

+

1 if equal, 0 if not

+ +

 CUPS 1.2 httpAddrLength()

+

Description

+

Return the length of the address in bytes. + +

+

Syntax

+
+int
+httpAddrLength(
+    const http_addr_t * addr);
+
+

Arguments

+
+ + + +
NameDescription
addrAddress
+

Returns

+

Length in bytes

+ +

 CUPS 1.2 httpAddrLocalhost()

+

Description

+

Check for the local loopback address. + +

+

Syntax

+
+int
+httpAddrLocalhost(
+    const http_addr_t * addr);
+
+

Arguments

+
+ + + +
NameDescription
addrAddress to check
+

Returns

+

1 if local host, 0 otherwise

+ +

 CUPS 1.2 httpAddrLookup()

+

Description

+

Lookup the hostname associated with the address. + +

+

Syntax

+
+char *
+httpAddrLookup(
+    const http_addr_t * addr,
+    char * name,
+    int namelen);
+
+

Arguments

+
+ + + + + +
NameDescription
addrAddress to lookup
nameHost name buffer
namelenSize of name buffer
+

Returns

+

Host name

+ +

 CUPS 1.2 httpAddrString()

+

Description

+

Convert an address to a numeric string. + +

+

Syntax

+
+char *
+httpAddrString(
+    const http_addr_t * addr,
+    char * s,
+    int slen);
+
+

Arguments

+
+ + + + + +
NameDescription
addrAddress to convert
sString buffer
slenLength of string
+

Returns

+

Numeric address string

+ +

 CUPS 1.2 httpAssembleURI()

+

Description

+

Assemble a uniform resource identifier from its +components. + +This function escapes reserved characters in the URI depending on the +value of the "encoding" argument. You should use this function in +place of traditional string functions whenever you need to create a +URI string. + +

+

Syntax

+
+http_uri_status_t
+httpAssembleURI(
+    http_uri_coding_t encoding,
+    char * uri,
+    int urilen,
+    const char * scheme,
+    const char * username,
+    const char * host,
+    int port,
+    const char * resource);
+
+

Arguments

+
+ + + + + + + + + + +
NameDescription
encodingEncoding flags
uriURI buffer
urilenSize of URI buffer
schemeScheme name
usernameUsername
hostHostname or address
portPort number
resourceResource
+

Returns

+

URI status

+ +

 CUPS 1.2 httpAssembleURIf()

+

Description

+

Assemble a uniform resource identifier from its +components with a formatted resource. + +This function creates a formatted version of the resource string +argument "resourcef" and escapes reserved characters in the URI +depending on the value of the "encoding" argument. You should use +this function in place of traditional string functions whenever +you need to create a URI string. + +

+

Syntax

+
+http_uri_status_t
+httpAssembleURIf(
+    http_uri_coding_t encoding,
+    char * uri,
+    int urilen,
+    const char * scheme,
+    const char * username,
+    const char * host,
+    int port,
+    const char * resourcef,
+    ...);
+
+

Arguments

+
+ + + + + + + + + + + +
NameDescription
encodingEncoding flags
uriURI buffer
urilenSize of URI buffer
schemeScheme name
usernameUsername
hostHostname or address
portPort number
resourcefPrintf-style resource
...Additional arguments as needed
+

Returns

+

URI status

+ +

httpBlocking()

+

Description

+

Set blocking/non-blocking behavior on a connection.

+

Syntax

+
+void
+httpBlocking(
+    http_t * http,
+    int b);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
b1 = blocking, 0 = non-blocking
+

Returns

+

Nothing.

+ +

httpCheck()

+

Description

+

Check to see if there is a pending response from the server.

+

Syntax

+
+int
+httpCheck(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

0 = no data, 1 = data available

+ +

 CUPS 1.1.19 httpClearCookie()

+

Description

+

Clear the cookie value(s). + +

+

Syntax

+
+void
+httpClearCookie(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Nothing.

+ +

httpClearFields()

+

Description

+

Clear HTTP request fields.

+

Syntax

+
+void
+httpClearFields(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Nothing.

+ +

httpClose()

+

Description

+

Close an HTTP connection...

+

Syntax

+
+void
+httpClose(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Nothing.

+ +

httpConnect()

+

Description

+

Connect to a HTTP server.

+

Syntax

+
+http_t *
+httpConnect(
+    const char * host,
+    int port);
+
+

Arguments

+
+ + + + +
NameDescription
hostHost to connect to
portPort number
+

Returns

+

New HTTP connection

+ +

httpConnectEncrypt()

+

Description

+

Connect to a HTTP server using encryption.

+

Syntax

+
+http_t *
+httpConnectEncrypt(
+    const char * host,
+    int port,
+    http_encryption_t encryption);
+
+

Arguments

+
+ + + + + +
NameDescription
hostHost to connect to
portPort number
encryptionType of encryption to use
+

Returns

+

New HTTP connection

+ +

 DEPRECATED httpDecode64()

+

Description

+

Base64-decode a string. + +This function is deprecated. Use the httpDecode64_2() function instead +which provides buffer length arguments. + +

+

Syntax

+
+char *
+httpDecode64(
+    char * out,
+    const char * in);
+
+

Arguments

+
+ + + + +
NameDescription
outString to write to
inString to read from
+

Returns

+

Decoded string

+ +

 CUPS 1.1.21 httpDecode64_2()

+

Description

+

Base64-decode a string. + +

+

Syntax

+
+char *
+httpDecode64_2(
+    char * out,
+    int * outlen,
+    const char * in);
+
+

Arguments

+
+ + + + + +
NameDescription
outString to write to
outlenSize of output string
inString to read from
+

Returns

+

Decoded string

+ +

httpDelete()

+

Description

+

Send a DELETE request to the server.

+

Syntax

+
+int
+httpDelete(
+    http_t * http,
+    const char * uri);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
uriURI to delete
+

Returns

+

Status of call (0 = success)

+ +

 DEPRECATED httpEncode64()

+

Description

+

Base64-encode a string. + +This function is deprecated. Use the httpEncode64_2() function instead +which provides buffer length arguments. + +

+

Syntax

+
+char *
+httpEncode64(
+    char * out,
+    const char * in);
+
+

Arguments

+
+ + + + +
NameDescription
outString to write to
inString to read from
+

Returns

+

Encoded string

+ +

 CUPS 1.1.21 httpEncode64_2()

+

Description

+

Base64-encode a string. + +

+

Syntax

+
+char *
+httpEncode64_2(
+    char * out,
+    int outlen,
+    const char * in,
+    int inlen);
+
+

Arguments

+
+ + + + + + +
NameDescription
outString to write to
outlenSize of output string
inString to read from
inlenSize of input string
+

Returns

+

Encoded string

+ +

httpEncryption()

+

Description

+

Set the required encryption on the link.

+

Syntax

+
+int
+httpEncryption(
+    http_t * http,
+    http_encryption_t e);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
eNew encryption preference
+

Returns

+

-1 on error, 0 on success

+ +

httpError()

+

Description

+

Get the last error on a connection.

+

Syntax

+
+int
+httpError(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Error code (errno) value

+ +

httpFlush()

+

Description

+

Flush data from a HTTP connection.

+

Syntax

+
+void
+httpFlush(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Nothing.

+ +

 CUPS 1.2 httpFlushWrite()

+

Description

+

Flush data in write buffer. + +

+

Syntax

+
+int
+httpFlushWrite(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Bytes written or -1 on error

+ +

httpGet()

+

Description

+

Send a GET request to the server.

+

Syntax

+
+int
+httpGet(
+    http_t * http,
+    const char * uri);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
uriURI to get
+

Returns

+

Status of call (0 = success)

+ +

 CUPS 1.2 httpGetBlocking()

+

Description

+

Get the blocking/non-block state of a connection. + +

+

Syntax

+
+int
+httpGetBlocking(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

1 if blocking, 0 if non-blocking

+ +

 CUPS 1.1.19 httpGetCookie()

+

Description

+

Get any cookie data from the response. + +

+

Syntax

+
+const char *
+httpGetCookie(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connecion
+

Returns

+

Cookie data or NULL

+ +

 DEPRECATED httpGetDateString()

+

Description

+

Get a formatted date/time string from a time value. + +

+

Syntax

+
+const char *
+httpGetDateString(
+    time_t t);
+
+

Arguments

+
+ + + +
NameDescription
tUNIX time
+

Returns

+

Date/time string

+ +

 CUPS 1.2 httpGetDateString2()

+

Description

+

Get a formatted date/time string from a time value. + +

+

Syntax

+
+const char *
+httpGetDateString2(
+    time_t t,
+    char * s,
+    int slen);
+
+

Arguments

+
+ + + + + +
NameDescription
tUNIX time
sString buffer
slenSize of string buffer
+

Returns

+

Date/time string

+ +

httpGetDateTime()

+

Description

+

Get a time value from a formatted date/time string.

+

Syntax

+
+time_t
+httpGetDateTime(
+    const char * s);
+
+

Arguments

+
+ + + +
NameDescription
sDate/time string
+

Returns

+

UNIX time

+ +

 CUPS 1.2 httpGetFd()

+

Description

+

Get the file descriptor associated with a connection. + +

+

Syntax

+
+int
+httpGetFd(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

File descriptor or -1 if none

+ +

httpGetField()

+

Description

+

Get a field value from a request/response.

+

Syntax

+
+const char *
+httpGetField(
+    http_t * http,
+    http_field_t field);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
fieldField to get
+

Returns

+

Field value

+ +

 DEPRECATED httpGetHostByName()

+

Description

+

Lookup a hostname or IPv4 address, and return +address records for the specified name. + +

+

Syntax

+
+struct hostent *
+httpGetHostByName(
+    const char * name);
+
+

Arguments

+
+ + + +
NameDescription
nameHostname or IP address
+

Returns

+

Host entry

+ +

 CUPS 1.2 httpGetHostname()

+

Description

+

Get the FQDN for the connection or local system. + +When "http" points to a connected socket, return the hostname or +address that was used in the call to httpConnect() or httpConnectEncrypt(). +Otherwise, return the FQDN for the local system using both gethostname() +and gethostbyname() to get the local hostname with domain. + +

+

Syntax

+
+const char *
+httpGetHostname(
+    http_t * http,
+    char * s,
+    int slen);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection or NULL
sString buffer for name
slenSize of buffer
+

Returns

+

FQDN for connection or system

+ +

 DEPRECATED httpGetLength()

+

Description

+

Get the amount of data remaining from the +content-length or transfer-encoding fields. + +This function is deprecated and will not return lengths larger than +2^31 - 1; use httpGetLength2() instead. + +

+

Syntax

+
+int
+httpGetLength(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Content length

+ +

 CUPS 1.2 httpGetLength2()

+

Description

+

Get the amount of data remaining from the +content-length or transfer-encoding fields. + +This function returns the complete content length, even for +content larger than 2^31 - 1. + +

+

Syntax

+
+off_t
+httpGetLength2(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

Content length

+ +

 CUPS 1.2 httpGetStatus()

+

Description

+

Get the status of the last HTTP request. + +

+

Syntax

+
+http_status_t
+httpGetStatus(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

HTTP status

+ +

 DEPRECATED httpGetSubField()

+

Description

+

Get a sub-field value. + +

+

Syntax

+
+char *
+httpGetSubField(
+    http_t * http,
+    http_field_t field,
+    const char * name,
+    char * value);
+
+

Arguments

+
+ + + + + + +
NameDescription
httpHTTP connection
fieldField index
nameName of sub-field
valueValue string
+

Returns

+

Value or NULL

+ +

 CUPS 1.2 httpGetSubField2()

+

Description

+

Get a sub-field value. + +

+

Syntax

+
+char *
+httpGetSubField2(
+    http_t * http,
+    http_field_t field,
+    const char * name,
+    char * value,
+    int valuelen);
+
+

Arguments

+
+ + + + + + + +
NameDescription
httpHTTP connection
fieldField index
nameName of sub-field
valueValue string
valuelenSize of value buffer
+

Returns

+

Value or NULL

+ +

httpGets()

+

Description

+

Get a line of text from a HTTP connection.

+

Syntax

+
+char *
+httpGets(
+    char * line,
+    int length,
+    http_t * http);
+
+

Arguments

+
+ + + + + +
NameDescription
lineLine to read into
lengthMax length of buffer
httpHTTP connection
+

Returns

+

Line or NULL

+ +

httpHead()

+

Description

+

Send a HEAD request to the server.

+

Syntax

+
+int
+httpHead(
+    http_t * http,
+    const char * uri);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
uriURI for head
+

Returns

+

Status of call (0 = success)

+ +

httpInitialize()

+

Description

+

Initialize the HTTP interface library and set the +default HTTP proxy (if any).

+

Syntax

+
+void
+httpInitialize(void);
+
+

Arguments

+

None.

+

Returns

+

Nothing.

+ +

httpMD5()

+

Description

+

Compute the MD5 sum of the username:group:password.

+

Syntax

+
+char *
+httpMD5(
+    const char * username,
+    const char * realm,
+    const char * passwd,
+    char md5[33]);
+
+

Arguments

+
+ + + + + + +
NameDescription
usernameUser name
realmRealm name
passwdPassword string
md5[33]MD5 string
+

Returns

+

MD5 sum

+ +

httpMD5Final()

+

Description

+

Combine the MD5 sum of the username, group, and password +with the server-supplied nonce value, method, and +request-uri.

+

Syntax

+
+char *
+httpMD5Final(
+    const char * nonce,
+    const char * method,
+    const char * resource,
+    char md5[33]);
+
+

Arguments

+
+ + + + + + +
NameDescription
nonceServer nonce value
methodMETHOD (GET, POST, etc.)
resourceResource path
md5[33]MD5 sum
+

Returns

+

New sum

+ +

httpMD5String()

+

Description

+

Convert an MD5 sum to a character string.

+

Syntax

+
+char *
+httpMD5String(
+    const unsigned char * sum,
+    char md5[33]);
+
+

Arguments

+
+ + + + +
NameDescription
sumMD5 sum data
md5[33]MD5 sum in hex
+

Returns

+

MD5 sum in hex

+ +

httpOptions()

+

Description

+

Send an OPTIONS request to the server.

+

Syntax

+
+int
+httpOptions(
+    http_t * http,
+    const char * uri);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
uriURI for options
+

Returns

+

Status of call (0 = success)

+ +

httpPost()

+

Description

+

Send a POST request to the server.

+

Syntax

+
+int
+httpPost(
+    http_t * http,
+    const char * uri);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
uriURI for post
+

Returns

+

Status of call (0 = success)

+ +

httpPut()

+

Description

+

Send a PUT request to the server.

+

Syntax

+
+int
+httpPut(
+    http_t * http,
+    const char * uri);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
uriURI to put
+

Returns

+

Status of call (0 = success)

+ +

 DEPRECATED httpRead()

+

Description

+

Read data from a HTTP connection. + +This function is deprecated. Use the httpRead2() function which can +read more than 2GB of data. + +

+

Syntax

+
+int
+httpRead(
+    http_t * http,
+    char * buffer,
+    int length);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection
bufferBuffer for data
lengthMaximum number of bytes
+

Returns

+

Number of bytes read

+ +

 CUPS 1.2 httpRead2()

+

Description

+

Read data from a HTTP connection. + +

+

Syntax

+
+ssize_t
+httpRead2(
+    http_t * http,
+    char * buffer,
+    size_t length);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection
bufferBuffer for data
lengthMaximum number of bytes
+

Returns

+

Number of bytes read

+ +

httpReconnect()

+

Description

+

Reconnect to a HTTP server.

+

Syntax

+
+int
+httpReconnect(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

0 on success, non-zero on failure

+ +

 DEPRECATED httpSeparate()

+

Description

+

Separate a Universal Resource Identifier into its +components. + +This function is deprecated; use the httpSeparateURI() function instead. + +

+

Syntax

+
+void
+httpSeparate(
+    const char * uri,
+    char * scheme,
+    char * username,
+    char * host,
+    int * port,
+    char * resource);
+
+

Arguments

+
+ + + + + + + + +
NameDescription
uriUniversal Resource Identifier
schemeScheme [32] (http, https, etc.)
usernameUsername [1024]
hostHostname [1024]
portPort number to use
resourceResource/filename [1024]
+

Returns

+

Nothing.

+ +

 CUPS 1.1.21 httpSeparate2()

+

Description

+

Separate a Universal Resource Identifier into its +components. + +This function is deprecated; use the httpSeparateURI() function instead. + + +

+

Syntax

+
+void
+httpSeparate2(
+    const char * uri,
+    char * scheme,
+    int schemelen,
+    char * username,
+    int usernamelen,
+    char * host,
+    int hostlen,
+    int * port,
+    char * resource,
+    int resourcelen);
+
+

Arguments

+
+ + + + + + + + + + + + +
NameDescription
uriUniversal Resource Identifier
schemeScheme (http, https, etc.)
schemelenSize of scheme buffer
usernameUsername
usernamelenSize of username buffer
hostHostname
hostlenSize of hostname buffer
portPort number to use
resourceResource/filename
resourcelenSize of resource buffer
+

Returns

+

Nothing.

+ +

 CUPS 1.2 httpSeparateURI()

+

Description

+

Separate a Universal Resource Identifier into its +components. + +

+

Syntax

+
+http_uri_status_t
+httpSeparateURI(
+    http_uri_coding_t decoding,
+    const char * uri,
+    char * scheme,
+    int schemelen,
+    char * username,
+    int usernamelen,
+    char * host,
+    int hostlen,
+    int * port,
+    char * resource,
+    int resourcelen);
+
+

Arguments

+
+ + + + + + + + + + + + + +
NameDescription
decodingDecoding flags
uriUniversal Resource Identifier
schemeScheme (http, https, etc.)
schemelenSize of scheme buffer
usernameUsername
usernamelenSize of username buffer
hostHostname
hostlenSize of hostname buffer
portPort number to use
resourceResource/filename
resourcelenSize of resource buffer
+

Returns

+

Result of separation

+ +

 CUPS 1.1.19 httpSetCookie()

+

Description

+

Set the cookie value(s)... + +

+

Syntax

+
+void
+httpSetCookie(
+    http_t * http,
+    const char * cookie);
+
+

Arguments

+
+ + + + +
NameDescription
httpConnection
cookieCookie string
+

Returns

+

Nothing.

+ +

 CUPS 1.2 httpSetExpect()

+

Description

+

Set the Expect: header in a request. + +Currently only HTTP_CONTINUE is supported for the "expect" argument. + +

+

Syntax

+
+void
+httpSetExpect(
+    http_t * http,
+    http_status_t expect);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
expectHTTP status to expect (HTTP_CONTINUE)
+

Returns

+

Nothing.

+ +

httpSetField()

+

Description

+

Set the value of an HTTP header.

+

Syntax

+
+void
+httpSetField(
+    http_t * http,
+    http_field_t field,
+    const char * value);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection
fieldField index
valueValue
+

Returns

+

Nothing.

+ +

 CUPS 1.2 httpSetLength()

+

Description

+

Set the content-length and content-encoding. + +

+

Syntax

+
+void
+httpSetLength(
+    http_t * http,
+    size_t length);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
lengthLength (0 for chunked)
+

Returns

+

Nothing.

+ +

httpStatus()

+

Description

+

Return a short string describing a HTTP status code.

+

Syntax

+
+const char *
+httpStatus(
+    http_status_t status);
+
+

Arguments

+
+ + + +
NameDescription
statusHTTP status code
+

Returns

+

String or NULL

+ +

httpTrace()

+

Description

+

Send an TRACE request to the server.

+

Syntax

+
+int
+httpTrace(
+    http_t * http,
+    const char * uri);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
uriURI for trace
+

Returns

+

Status of call (0 = success)

+ +

httpUpdate()

+

Description

+

Update the current HTTP state for incoming data.

+

Syntax

+
+http_status_t
+httpUpdate(
+    http_t * http);
+
+

Arguments

+
+ + + +
NameDescription
httpHTTP connection
+

Returns

+

HTTP status

+ +

 CUPS 1.1.19 httpWait()

+

Description

+

Wait for data available on a connection. + +

+

Syntax

+
+int
+httpWait(
+    http_t * http,
+    int msec);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
msecMilliseconds to wait
+

Returns

+

1 if data is available, 0 otherwise

+ +

 DEPRECATED httpWrite()

+

Description

+

Write data to a HTTP connection. + +This function is deprecated. Use the httpWrite2() function which can +write more than 2GB of data. + +

+

Syntax

+
+int
+httpWrite(
+    http_t * http,
+    const char * buffer,
+    int length);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection
bufferBuffer for data
lengthNumber of bytes to write
+

Returns

+

Number of bytes written

+ +

 CUPS 1.2 httpWrite2()

+

Description

+

Write data to a HTTP connection. + +

+

Syntax

+
+ssize_t
+httpWrite2(
+    http_t * http,
+    const char * buffer,
+    size_t length);
+
+

Arguments

+
+ + + + + +
NameDescription
httpHTTP connection
bufferBuffer for data
lengthNumber of bytes to write
+

Returns

+

Number of bytes written

+ +

ippAddBoolean()

+

Description

+

Add a boolean attribute to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddBoolean(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    char value);
+
+

Arguments

+
+ + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
valueValue of attribute
+

Returns

+

New attribute

+ +

ippAddBooleans()

+

Description

+

Add an array of boolean values.

+

Syntax

+
+ipp_attribute_t *
+ippAddBooleans(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    int num_values,
+    const char * values);
+
+

Arguments

+
+ + + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
num_valuesNumber of values
valuesValues
+

Returns

+

New attribute

+ +

 CUPS 1.1.19 ippAddCollection()

+

Description

+

Add a collection value. + +

+

Syntax

+
+ipp_attribute_t *
+ippAddCollection(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    ipp_t * value);
+
+

Arguments

+
+ + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
valueValue
+

Returns

+

New attribute

+ +

 CUPS 1.1.19 ippAddCollections()

+

Description

+

Add an array of collection values. + +

+

Syntax

+
+ipp_attribute_t *
+ippAddCollections(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    int num_values,
+    const ipp_t ** values);
+
+

Arguments

+
+ + + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
num_valuesNumber of values
valuesValues
+

Returns

+

New attribute

+ +

ippAddDate()

+

Description

+

Add a date attribute to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddDate(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    const ipp_uchar_t * value);
+
+

Arguments

+
+ + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
valueValue
+

Returns

+

New attribute

+ +

ippAddInteger()

+

Description

+

Add a integer attribute to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddInteger(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    ipp_tag_t type,
+    const char * name,
+    int value);
+
+

Arguments

+
+ + + + + + + +
NameDescription
ippIPP message
groupIPP group
typeType of attribute
nameName of attribute
valueValue of attribute
+

Returns

+

New attribute

+ +

ippAddIntegers()

+

Description

+

Add an array of integer values.

+

Syntax

+
+ipp_attribute_t *
+ippAddIntegers(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    ipp_tag_t type,
+    const char * name,
+    int num_values,
+    const int * values);
+
+

Arguments

+
+ + + + + + + + +
NameDescription
ippIPP message
groupIPP group
typeType of attribute
nameName of attribute
num_valuesNumber of values
valuesValues
+

Returns

+

New attribute

+ +

 CUPS 1.2 ippAddOctetString()

+

Description

+

Add an octetString value to an IPP message. + +

+

Syntax

+
+ipp_attribute_t *
+ippAddOctetString(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    const void * data,
+    int datalen);
+
+

Arguments

+
+ + + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
dataoctetString data
datalenLength of data in bytes
+

Returns

+

New attribute

+ +

ippAddRange()

+

Description

+

Add a range of values to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddRange(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    int lower,
+    int upper);
+
+

Arguments

+
+ + + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
lowerLower value
upperUpper value
+

Returns

+

New attribute

+ +

ippAddRanges()

+

Description

+

Add ranges of values to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddRanges(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    int num_values,
+    const int * lower,
+    const int * upper);
+
+

Arguments

+
+ + + + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
num_valuesNumber of values
lowerLower values
upperUpper values
+

Returns

+

New attribute

+ +

ippAddResolution()

+

Description

+

Add a resolution value to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddResolution(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    ipp_res_t units,
+    int xres,
+    int yres);
+
+

Arguments

+
+ + + + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
unitsUnits for resolution
xresX resolution
yresY resolution
+

Returns

+

New attribute

+ +

ippAddResolutions()

+

Description

+

Add resolution values to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddResolutions(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    const char * name,
+    int num_values,
+    ipp_res_t units,
+    const int * xres,
+    const int * yres);
+
+

Arguments

+
+ + + + + + + + + +
NameDescription
ippIPP message
groupIPP group
nameName of attribute
num_valuesNumber of values
unitsUnits for resolution
xresX resolutions
yresY resolutions
+

Returns

+

New attribute

+ +

ippAddSeparator()

+

Description

+

Add a group separator to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddSeparator(
+    ipp_t * ipp);
+
+

Arguments

+
+ + + +
NameDescription
ippIPP message
+

Returns

+

New attribute

+ +

ippAddString()

+

Description

+

Add a language-encoded string to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddString(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    ipp_tag_t type,
+    const char * name,
+    const char * charset,
+    const char * value);
+
+

Arguments

+
+ + + + + + + + +
NameDescription
ippIPP message
groupIPP group
typeType of attribute
nameName of attribute
charsetCharacter set
valueValue
+

Returns

+

New attribute

+ +

ippAddStrings()

+

Description

+

Add language-encoded strings to an IPP message.

+

Syntax

+
+ipp_attribute_t *
+ippAddStrings(
+    ipp_t * ipp,
+    ipp_tag_t group,
+    ipp_tag_t type,
+    const char * name,
+    int num_values,
+    const char * charset,
+    const char *const * values);
+
+

Arguments

+
+ + + + + + + + + +
NameDescription
ippIPP message
groupIPP group
typeType of attribute
nameName of attribute
num_valuesNumber of values
charsetCharacter set
valuesValues
+

Returns

+

New attribute

+ +

ippDateToTime()

+

Description

+

Convert from RFC 1903 Date/Time format to UNIX time +in seconds.

+

Syntax

+
+time_t
+ippDateToTime(
+    const ipp_uchar_t * date);
+
+

Arguments

+
+ + + +
NameDescription
dateRFC 1903 date info
+

Returns

+

UNIX time value

+ +

ippDelete()

+

Description

+

Delete an IPP message.

+

Syntax

+
+void
+ippDelete(
+    ipp_t * ipp);
+
+

Arguments

+
+ + + +
NameDescription
ippIPP message
+

Returns

+

Nothing.

+ +

 CUPS 1.1.19 ippDeleteAttribute()

+

Description

+

Delete a single attribute in an IPP message. + +

+

Syntax

+
+void
+ippDeleteAttribute(
+    ipp_t * ipp,
+    ipp_attribute_t * attr);
+
+

Arguments

+
+ + + + +
NameDescription
ippIPP message
attrAttribute to delete
+

Returns

+

Nothing.

+ +

ippErrorString()

+

Description

+

Return a name for the given status code.

+

Syntax

+
+const char *
+ippErrorString(
+    ipp_status_t error);
+
+

Arguments

+
+ + + +
NameDescription
errorError status
+

Returns

+

Text string

+ +

 CUPS 1.2 ippErrorValue()

+

Description

+

Return a status code for the given name. + +

+

Syntax

+
+ipp_status_t
+ippErrorValue(
+    const char * name);
+
+

Arguments

+
+ + + +
NameDescription
nameName
+

Returns

+

IPP status code

+ +

ippFindAttribute()

+

Description

+

Find a named attribute in a request...

+

Syntax

+
+ipp_attribute_t *
+ippFindAttribute(
+    ipp_t * ipp,
+    const char * name,
+    ipp_tag_t type);
+
+

Arguments

+
+ + + + + +
NameDescription
ippIPP message
nameName of attribute
typeType of attribute
+

Returns

+

Matching attribute

+ +

ippFindNextAttribute()

+

Description

+

Find the next named attribute in a request...

+

Syntax

+
+ipp_attribute_t *
+ippFindNextAttribute(
+    ipp_t * ipp,
+    const char * name,
+    ipp_tag_t type);
+
+

Arguments

+
+ + + + + +
NameDescription
ippIPP message
nameName of attribute
typeType of attribute
+

Returns

+

Matching attribute

+ +

ippLength()

+

Description

+

Compute the length of an IPP message.

+

Syntax

+
+size_t
+ippLength(
+    ipp_t * ipp);
+
+

Arguments

+
+ + + +
NameDescription
ippIPP message
+

Returns

+

Size of IPP message

+ +

ippNew()

+

Description

+

Allocate a new IPP message.

+

Syntax

+
+ipp_t *
+ippNew(void);
+
+

Arguments

+

None.

+

Returns

+

New IPP message

+ +

 CUPS 1.2 ippNewRequest()

+

Description

+

Allocate a new IPP request message. + +The new request message is initialized with the attributes-charset and +attributes-natural-language attributes added. The +attributes-natural-language value is derived from the current locale. + +

+

Syntax

+
+ipp_t *
+ippNewRequest(
+    ipp_op_t op);
+
+

Arguments

+
+ + + +
NameDescription
opOperation code
+

Returns

+

IPP request message

+ +

 CUPS 1.2 ippOpString()

+

Description

+

Return a name for the given operation id. + +

+

Syntax

+
+const char *
+ippOpString(
+    ipp_op_t op);
+
+

Arguments

+
+ + + +
NameDescription
opOperation ID
+

Returns

+

Name

+ +

 CUPS 1.2 ippOpValue()

+

Description

+

Return an operation id for the given name. + +

+

Syntax

+
+ipp_op_t
+ippOpValue(
+    const char * name);
+
+

Arguments

+
+ + + +
NameDescription
nameTextual name
+

Returns

+

Operation ID

+ +

ippPort()

+

Description

+

Return the default IPP port number.

+

Syntax

+
+int
+ippPort(void);
+
+

Arguments

+

None.

+

Returns

+

Port number

+ +

ippRead()

+

Description

+

Read data for an IPP message from a HTTP connection.

+

Syntax

+
+ipp_state_t
+ippRead(
+    http_t * http,
+    ipp_t * ipp);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
ippIPP data
+

Returns

+

Current state

+ +

 CUPS 1.1.19 ippReadFile()

+

Description

+

Read data for an IPP message from a file. + +

+

Syntax

+
+ipp_state_t
+ippReadFile(
+    int fd,
+    ipp_t * ipp);
+
+

Arguments

+
+ + + + +
NameDescription
fdHTTP data
ippIPP data
+

Returns

+

Current state

+ +

 CUPS 1.2 ippReadIO()

+

Description

+

Read data for an IPP message. + +

+

Syntax

+
+ipp_state_t
+ippReadIO(
+    void * src,
+    ipp_iocb_t cb,
+    int blocking,
+    ipp_t * parent,
+    ipp_t * ipp);
+
+

Arguments

+
+ + + + + + + +
NameDescription
srcData source
cbRead callback function
blockingUse blocking IO?
parentParent request, if any
ippIPP data
+

Returns

+

Current state

+ +

ippSetPort()

+

Description

+

Set the default port number.

+

Syntax

+
+void
+ippSetPort(
+    int p);
+
+

Arguments

+
+ + + +
NameDescription
pPort number to use
+

Returns

+

Nothing.

+ +

ippTimeToDate()

+

Description

+

Convert from UNIX time to RFC 1903 format.

+

Syntax

+
+const ipp_uchar_t *
+ippTimeToDate(
+    time_t t);
+
+

Arguments

+
+ + + +
NameDescription
tUNIX time value
+

Returns

+

RFC-1903 date/time data

+ +

ippWrite()

+

Description

+

Write data for an IPP message to a HTTP connection.

+

Syntax

+
+ipp_state_t
+ippWrite(
+    http_t * http,
+    ipp_t * ipp);
+
+

Arguments

+
+ + + + +
NameDescription
httpHTTP connection
ippIPP data
+

Returns

+

Current state

+ +

 CUPS 1.1.19 ippWriteFile()

+

Description

+

Write data for an IPP message to a file. + +

+

Syntax

+
+ipp_state_t
+ippWriteFile(
+    int fd,
+    ipp_t * ipp);
+
+

Arguments

+
+ + + + +
NameDescription
fdHTTP data
ippIPP data
+

Returns

+

Current state

+ +

 CUPS 1.2 ippWriteIO()

+

Description

+

Write data for an IPP message. + +

+

Syntax

+
+ipp_state_t
+ippWriteIO(
+    void * dst,
+    ipp_iocb_t cb,
+    int blocking,
+    ipp_t * parent,
+    ipp_t * ipp);
+
+

Arguments

+
+ + + + + + + +
NameDescription
dstDestination
cbWrite callback function
blockingUse blocking IO?
parentParent IPP message
ippIPP data
+

Returns

+

Current state

+ +

Structures

+ + +

 CUPS 1.2 http_addrlist_s

+

Description

+

Socket address list, which is +used to enumerate all of the +addresses that are associated +with a hostname.

+

Definition

+
+struct http_addrlist_s
+{
+  http_addr_t addr;
+  struct http_addrlist_s * next;
+};
+
+

Members

+
+ + + + +
NameDescription
addr Address
next Pointer to next address in list
+ +

ipp_attribute_s

+

Description

+

Attribute

+

Definition

+
+struct ipp_attribute_s
+{
+  char * name;
+  struct ipp_attribute_s * next;
+  int num_values;
+  ipp_tag_t group_tag, value_tag;
+  ipp_value_t values[1];
+};
+
+

Members

+
+ + + + + + + +
NameDescription
name Name of attribute
next Next attribute in list
num_values Number of values
value_tag What type of value is it?
values[1] Values
+ +

ipp_s

+

Description

+

IPP Request/Response/Notification

+

Definition

+
+struct ipp_s
+{
+  ipp_attribute_t * attrs;
+  ipp_attribute_t * current;
+  ipp_tag_t curtag;
+  ipp_attribute_t * last;
+  ipp_attribute_t * prev;
+  ipp_request_t request;
+  ipp_state_t state;
+};
+
+

Members

+
+ + + + + + + + + +
NameDescription
attrs Attributes
current Current attribute (for read/write)
curtag Current attribute group tag
last Last attribute in list
prev Previous attribute (for read)
request Request header
state State of request
+ +

Types

+ + +

 CUPS 1.2 http_addrlist_t

+

Description

+

Socket address list, which is +used to enumerate all of the +addresses that are associated +with a hostname.

+

Definition

+
+typedef struct http_addrlist_s / http_addrlist_t;
+
+ +

http_auth_t

+

Description

+

HTTP authentication types

+

Definition

+
+typedef enum http_auth_e http_auth_t;
+
+ +

http_encoding_t

+

Description

+

HTTP transfer encoding values

+

Definition

+
+typedef enum http_encoding_e http_encoding_t;
+
+ +

http_encryption_t

+

Description

+

HTTP encryption values

+

Definition

+
+typedef enum http_encryption_e http_encryption_t;
+
+ +

http_t

+

Description

+

HTTP connection structure.

+

Definition

+
+typedef struct _http_s http_t;
+
+ +

ipp_attribute_t

+

Description

+

Attribute

+

Definition

+
+typedef struct ipp_attribute_s ipp_attribute_t;
+
+ +

 CUPS 1.2 ipp_iocb_t

+

Description

+

IPP IO Callback Function

+

Definition

+
+typedef ssize_t (*ipp_iocb_t)(void *, ipp_uchar_t *, size_t);
+
+ +

ipp_request_t

+

Description

+

Request Header

+

Definition

+
+typedef union ipp_request_u ipp_request_t;
+
+ +

ipp_t

+

Description

+

Attribute Value

+

Definition

+
+typedef struct ipp_s ipp_t;
+
+ +

ipp_uchar_t

+

Description

+

IPP status codes...

+

Definition

+
+typedef typedef unsigned char ipp_uchar_t;
+
+ +

ipp_value_t

+

Description

+

New in CUPS 1.1.19

+

Definition

+
+typedef union ipp_value_u ipp_value_t;
+
+ +

Unions

+ + +

ipp_request_u

+

Description

+

Request Header

+

Definition

+
+union ipp_request_u
+{
+};
+
+

Members

+
+ + +
NameDescription
+ +

ipp_value_u

+

Description

+

New in CUPS 1.1.19

+

Definition

+
+union ipp_value_u
+{
+  char boolean;
+  ipp_t * collection;
+  ipp_uchar_t date[11];
+  int integer;
+};
+
+

Members

+
+ + + + + + +
NameDescription
boolean Boolean value
collection Collection value
date[11] Date/time value
integer Integer/enumerated value
+ + diff --git a/doc/help/api-ppd.html b/doc/help/api-ppd.html new file mode 100644 index 0000000000..a3949abeab --- /dev/null +++ b/doc/help/api-ppd.html @@ -0,0 +1,1552 @@ + + + + + PPD API + + + + + + + +

Introduction

+ +

The CUPS PPD API provides read-only access the data in +PostScript Printer Description ("PPD") files. With it you can +display printer options to users, mark option choices and check +for conflicting choices, and output marked choices in PostScript +output.

+ +

General Usage

+ +

The <cups/ppd.h> header file must be included +to use the ppd functions.

+ +

Programs using these functions must be linked to the CUPS +library: libcups.a, libcups.so.2, +libcups.2.dylib, libcups_s.a, or +libcups2.lib depending on the platform. The following +command compiles myprogram.c using GCC and the CUPS +library:

+ +
+gcc -o myprogram myprogram.c -lcups
+
+ +

Compatibility

+ +

Unless otherwise specified, the PPD API functions require CUPS +1.1 or higher.

+

Contents

+ + +

Enumerations

+ + +

 CUPS 1.2 ppd_cptype_e

+

Description

+

Custom Parameter Type

+

Values

+
+ + + + + + + + + + +
NameDescription
PPD_CUSTOM_CURVE Curve value for f(x) = x^value
PPD_CUSTOM_INT Integer number value
PPD_CUSTOM_INVCURVE Curve value for f(x) = x^(1/value)
PPD_CUSTOM_PASSCODE String of (hidden) numbers
PPD_CUSTOM_PASSWORD String of (hidden) characters
PPD_CUSTOM_POINTS Measurement value in points
PPD_CUSTOM_REAL Real number value
PPD_CUSTOM_STRING String of characters
+ +

ppd_cs_e

+

Description

+

Colorspaces

+

Values

+
+ + + + + + + + +
NameDescription
PPD_CS_CMY CMY colorspace
PPD_CS_CMYK CMYK colorspace
PPD_CS_GRAY Grayscale colorspace
PPD_CS_N DeviceN colorspace
PPD_CS_RGB RGB colorspace
PPD_CS_RGBK RGBK (K = gray) colorspace
+ +

ppd_section_e

+

Description

+

Order dependency sections

+

Values

+
+ + + + + + + + +
NameDescription
PPD_ORDER_ANY Option code can be anywhere in the file
PPD_ORDER_DOCUMENT ... must be in the DocumentSetup section
PPD_ORDER_EXIT ... must be sent prior to the document
PPD_ORDER_JCL ... must be sent as a JCL command
PPD_ORDER_PAGE ... must be in the PageSetup section
PPD_ORDER_PROLOG ... must be in the Prolog section
+ +

ppd_status_e

+

Description

+

Types and structures...

+

Values

+
+ + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
PPD_ALLOC_ERROR Memory allocation error
PPD_BAD_CUSTOM_PARAM Bad custom parameter
PPD_BAD_OPEN_GROUP Bad OpenGroup
PPD_BAD_OPEN_UI Bad OpenUI/JCLOpenUI
PPD_BAD_ORDER_DEPENDENCY Bad OrderDependency
PPD_BAD_UI_CONSTRAINTS Bad UIConstraints
PPD_FILE_OPEN_ERROR Unable to open PPD file
PPD_ILLEGAL_CHARACTER Illegal control character
PPD_ILLEGAL_MAIN_KEYWORD Illegal main keyword string
PPD_ILLEGAL_OPTION_KEYWORD Illegal option keyword string
PPD_ILLEGAL_TRANSLATION Illegal translation string
PPD_ILLEGAL_WHITESPACE Illegal whitespace character
PPD_INTERNAL_ERROR Internal error
PPD_LINE_TOO_LONG Line longer than 255 chars
PPD_MISSING_ASTERISK Missing asterisk in column 0
PPD_MISSING_PPDADOBE4 Missing PPD-Adobe-4.x header
PPD_MISSING_VALUE Missing value string
PPD_NESTED_OPEN_GROUP OpenGroup without a CloseGroup first
PPD_NESTED_OPEN_UI OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first
PPD_NULL_FILE NULL PPD file pointer
PPD_OK OK
+ +

ppd_ui_e

+

Description

+

UI Types

+

Values

+
+ + + + + +
NameDescription
PPD_UI_BOOLEAN True or False option
PPD_UI_PICKMANY Pick zero or more from a list
PPD_UI_PICKONE Pick one from a list
+ +

Functions

+ + +

ppdClose()

+

Description

+

Free all memory used by the PPD file.

+

Syntax

+
+void
+ppdClose(
+    ppd_file_t * ppd);
+
+

Arguments

+
+ + + +
NameDescription
ppdPPD file record
+

Returns

+

Nothing.

+ +

ppdCollect()

+

Description

+

Collect all marked options that reside in the specified +section.

+

Syntax

+
+int
+ppdCollect(
+    ppd_file_t * ppd,
+    ppd_section_t section,
+    ppd_choice_t *** choices);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file data
sectionSection to collect
choicesPointers to choices
+

Returns

+

Number of options marked

+ +

 CUPS 1.2 ppdCollect2()

+

Description

+

Collect all marked options that reside in the +specified section and minimum order. + +

+

Syntax

+
+int
+ppdCollect2(
+    ppd_file_t * ppd,
+    ppd_section_t section,
+    float min_order,
+    ppd_choice_t *** choices);
+
+

Arguments

+
+ + + + + + +
NameDescription
ppdPPD file data
sectionSection to collect
min_orderMinimum OrderDependency value
choicesPointers to choices
+

Returns

+

Number of options marked

+ +

ppdConflicts()

+

Description

+

Check to see if there are any conflicts.

+

Syntax

+
+int
+ppdConflicts(
+    ppd_file_t * ppd);
+
+

Arguments

+
+ + + +
NameDescription
ppdPPD to check
+

Returns

+

Number of conflicts found

+ +

ppdEmit()

+

Description

+

Emit code for marked options to a file.

+

Syntax

+
+int
+ppdEmit(
+    ppd_file_t * ppd,
+    FILE * fp,
+    ppd_section_t section);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file record
fpFile to write to
sectionSection to write
+

Returns

+

0 on success, -1 on failure

+ +

 CUPS 1.2 ppdEmitAfterOrder()

+

Description

+

Emit a subset of the code for marked options to a file. + +When "limit" is non-zero, this function only emits options whose +OrderDependency value is greater than or equal to "min_order". + +When "limit" is zero, this function is identical to ppdEmit(). + +

+

Syntax

+
+int
+ppdEmitAfterOrder(
+    ppd_file_t * ppd,
+    FILE * fp,
+    ppd_section_t section,
+    int limit,
+    float min_order);
+
+

Arguments

+
+ + + + + + + +
NameDescription
ppdPPD file record
fpFile to write to
sectionSection to write
limitNon-zero to use min_order
min_orderLowest OrderDependency
+

Returns

+

0 on success, -1 on failure

+ +

ppdEmitFd()

+

Description

+

Emit code for marked options to a file.

+

Syntax

+
+int
+ppdEmitFd(
+    ppd_file_t * ppd,
+    int fd,
+    ppd_section_t section);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file record
fdFile to write to
sectionSection to write
+

Returns

+

0 on success, -1 on failure

+ +

ppdEmitJCL()

+

Description

+

Emit code for JCL options to a file.

+

Syntax

+
+int
+ppdEmitJCL(
+    ppd_file_t * ppd,
+    FILE * fp,
+    int job_id,
+    const char * user,
+    const char * title);
+
+

Arguments

+
+ + + + + + + +
NameDescription
ppdPPD file record
fpFile to write to
job_idJob ID
userUsername
titleTitle
+

Returns

+

0 on success, -1 on failure

+ +

 CUPS 1.2 ppdEmitJCLEnd()

+

Description

+

Emit JCLEnd code to a file. + +

+

Syntax

+
+int
+ppdEmitJCLEnd(
+    ppd_file_t * ppd,
+    FILE * fp);
+
+

Arguments

+
+ + + + +
NameDescription
ppdPPD file record
fpFile to write to
+

Returns

+

0 on success, -1 on failure

+ +

 CUPS 1.2 ppdEmitString()

+

Description

+

Get a string containing the code for marked options. + +When "min_order" is greater than zero, this function only includes options +whose OrderDependency value is greater than or equal to "min_order". +Otherwise, all options in the specified section are included in the +returned string. + +The return string is allocated on the heap and should be freed using +free() when you are done with it. + +

+

Syntax

+
+char *
+ppdEmitString(
+    ppd_file_t * ppd,
+    ppd_section_t section,
+    float min_order);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file record
sectionSection to write
min_orderLowest OrderDependency
+

Returns

+

String containing option code

+ +

 CUPS 1.1.19 ppdErrorString()

+

Description

+

Returns the text assocated with a status. + +

+

Syntax

+
+const char *
+ppdErrorString(
+    ppd_status_t status);
+
+

Arguments

+
+ + + +
NameDescription
statusPPD status
+

Returns

+

Status string

+ +

 CUPS 1.1.19 ppdFindAttr()

+

Description

+

Find the first matching attribute... + +

+

Syntax

+
+ppd_attr_t *
+ppdFindAttr(
+    ppd_file_t * ppd,
+    const char * name,
+    const char * spec);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file data
nameAttribute name
specSpecifier string or NULL
+

Returns

+

Attribute or NULL if not found

+ +

ppdFindChoice()

+

Description

+

Return a pointer to an option choice.

+

Syntax

+
+ppd_choice_t *
+ppdFindChoice(
+    ppd_option_t * o,
+    const char * choice);
+
+

Arguments

+
+ + + + +
NameDescription
oPointer to option
choiceName of choice
+

Returns

+

Choice pointer or NULL

+ +

 CUPS 1.2 ppdFindCustomOption()

+

Description

+

Find a custom option. + +

+

Syntax

+
+ppd_coption_t *
+ppdFindCustomOption(
+    ppd_file_t * ppd,
+    const char * keyword);
+
+

Arguments

+
+ + + + +
NameDescription
ppdPPD file
keywordCustom option name
+

Returns

+

Custom option or NULL

+ +

 CUPS 1.2 ppdFindCustomParam()

+

Description

+

Find a parameter for a custom option. + +

+

Syntax

+
+ppd_cparam_t *
+ppdFindCustomParam(
+    ppd_coption_t * opt,
+    const char * name);
+
+

Arguments

+
+ + + + +
NameDescription
optCustom option
nameParameter name
+

Returns

+

Custom parameter or NULL

+ +

ppdFindMarkedChoice()

+

Description

+

Return the marked choice for the specified option.

+

Syntax

+
+ppd_choice_t *
+ppdFindMarkedChoice(
+    ppd_file_t * ppd,
+    const char * option);
+
+

Arguments

+
+ + + + +
NameDescription
ppdPPD file
optionKeyword/option name
+

Returns

+

Pointer to choice or NULL

+ +

 CUPS 1.1.19 ppdFindNextAttr()

+

Description

+

Find the next matching attribute... + +

+

Syntax

+
+ppd_attr_t *
+ppdFindNextAttr(
+    ppd_file_t * ppd,
+    const char * name,
+    const char * spec);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file data
nameAttribute name
specSpecifier string or NULL
+

Returns

+

Attribute or NULL if not found

+ +

ppdFindOption()

+

Description

+

Return a pointer to the specified option.

+

Syntax

+
+ppd_option_t *
+ppdFindOption(
+    ppd_file_t * ppd,
+    const char * option);
+
+

Arguments

+
+ + + + +
NameDescription
ppdPPD file data
optionOption/Keyword name
+

Returns

+

Pointer to option or NULL

+ +

 CUPS 1.2 ppdFirstCustomParam()

+

Description

+

Return the first parameter for a custom option. + +

+

Syntax

+
+ppd_cparam_t *
+ppdFirstCustomParam(
+    ppd_coption_t * opt);
+
+

Arguments

+
+ + + +
NameDescription
optCustom option
+

Returns

+

Custom parameter or NULL

+ +

 CUPS 1.2 ppdFirstOption()

+

Description

+

Return the first option in the PPD file. + +Options are returned from all groups in sorted order. + +

+

Syntax

+
+ppd_option_t *
+ppdFirstOption(
+    ppd_file_t * ppd);
+
+

Arguments

+
+ + + +
NameDescription
ppdPPD file
+

Returns

+

First option or NULL

+ +

ppdIsMarked()

+

Description

+

Check to see if an option is marked...

+

Syntax

+
+int
+ppdIsMarked(
+    ppd_file_t * ppd,
+    const char * option,
+    const char * choice);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file data
optionOption/Keyword name
choiceChoice name
+

Returns

+

Non-zero if option is marked

+ +

 CUPS 1.1.19 ppdLastError()

+

Description

+

Return the status from the last ppdOpen*(). + +

+

Syntax

+
+ppd_status_t
+ppdLastError(
+    int * line);
+
+

Arguments

+
+ + + +
NameDescription
lineLine number
+

Returns

+

Status code

+ +

 CUPS 1.2 ppdLocalize()

+

Description

+

Localize the PPD file to the current locale. + +

+

Syntax

+
+int
+ppdLocalize(
+    ppd_file_t * ppd);
+
+

Arguments

+
+ + + +
NameDescription
ppdPPD file
+

Returns

+

0 on success, -1 on error

+ +

ppdMarkDefaults()

+

Description

+

Mark all default options in the PPD file.

+

Syntax

+
+void
+ppdMarkDefaults(
+    ppd_file_t * ppd);
+
+

Arguments

+
+ + + +
NameDescription
ppdPPD file record
+

Returns

+

Nothing.

+ +

ppdMarkOption()

+

Description

+

Mark an option in a PPD file. + +Notes: + +-1 is returned if the given option would conflict with any currently +selected option.

+

Syntax

+
+int
+ppdMarkOption(
+    ppd_file_t * ppd,
+    const char * option,
+    const char * choice);
+
+

Arguments

+
+ + + + + +
NameDescription
ppdPPD file record
optionKeyword
choiceOption name
+

Returns

+

Number of conflicts

+ +

 CUPS 1.2 ppdNextCustomParam()

+

Description

+

Return the next parameter for a custom option. + +

+

Syntax

+
+ppd_cparam_t *
+ppdNextCustomParam(
+    ppd_coption_t * opt);
+
+

Arguments

+
+ + + +
NameDescription
optCustom option
+

Returns

+

Custom parameter or NULL

+ +

 CUPS 1.2 ppdNextOption()

+

Description

+

Return the next option in the PPD file. + +Options are returned from all groups in sorted order. + +

+

Syntax

+
+ppd_option_t *
+ppdNextOption(
+    ppd_file_t * ppd);
+
+

Arguments

+
+ + + +
NameDescription
ppdPPD file
+

Returns

+

Next option or NULL

+ +

ppdOpen()

+

Description

+

Read a PPD file into memory.

+

Syntax

+
+ppd_file_t *
+ppdOpen(
+    FILE * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpFile to read from
+

Returns

+

PPD file record

+ +

 CUPS 1.2 ppdOpen2()

+

Description

+

Read a PPD file into memory. + +

+

Syntax

+
+ppd_file_t *
+ppdOpen2(
+    cups_file_t * fp);
+
+

Arguments

+
+ + + +
NameDescription
fpFile to read from
+

Returns

+

PPD file record

+ +

ppdOpenFd()

+

Description

+

Read a PPD file into memory.

+

Syntax

+
+ppd_file_t *
+ppdOpenFd(
+    int fd);
+
+

Arguments

+
+ + + +
NameDescription
fdFile to read from
+

Returns

+

PPD file record

+ +

ppdOpenFile()

+

Description

+

Read a PPD file into memory.

+

Syntax

+
+ppd_file_t *
+ppdOpenFile(
+    const char * filename);
+
+

Arguments

+
+ + + +
NameDescription
filenameFile to read from
+

Returns

+

PPD file record

+ +

ppdPageLength()

+

Description

+

Get the page length for the given size.

+

Syntax

+
+float
+ppdPageLength(
+    ppd_file_t * ppd,
+    const char * name);
+
+

Arguments

+
+ + + + +
NameDescription
ppdPPD file
nameSize name
+

Returns

+

Length of page in points or 0.0

+ +

ppdPageSize()

+

Description

+

Get the page size record for the given size.

+

Syntax

+
+ppd_size_t *
+ppdPageSize(
+    ppd_file_t * ppd,
+    const char * name);
+
+

Arguments

+
+ + + + +
NameDescription
ppdPPD file record
nameSize name
+

Returns

+

Size record for page or NULL

+ +

ppdPageWidth()

+

Description

+

Get the page width for the given size.

+

Syntax

+
+float
+ppdPageWidth(
+    ppd_file_t * ppd,
+    const char * name);
+
+

Arguments

+
+ + + + +
NameDescription
ppdPPD file record
nameSize name
+

Returns

+

Width of page in points or 0.0

+ +

 CUPS 1.1.20 ppdSetConformance()

+

Description

+

Set the conformance level for PPD files. + +

+

Syntax

+
+void
+ppdSetConformance(
+    ppd_conform_t c);
+
+

Arguments

+
+ + + +
NameDescription
cConformance level
+

Returns

+

Nothing.

+ +

Structures

+ + +

 CUPS 1.1.19 ppd_attr_s

+

Description

+

PPD Attribute Structure

+

Definition

+
+struct ppd_attr_s
+{
+  char name[PPD_MAX_NAME];
+  char spec[PPD_MAX_NAME];
+  char text[PPD_MAX_TEXT];
+  char * value;
+};
+
+

Members

+
+ + + + + + +
NameDescription
name[PPD_MAX_NAME] Name of attribute (cupsXYZ)
spec[PPD_MAX_NAME] Specifier string, if any
text[PPD_MAX_TEXT] Human-readable text, if any
value Value string
+ +

ppd_choice_s

+

Description

+

Option choices

+

Definition

+
+struct ppd_choice_s
+{
+  char choice[PPD_MAX_NAME];
+  char * code;
+  char marked;
+  ppd_option_t * option;
+  char text[PPD_MAX_TEXT];
+};
+
+

Members

+
+ + + + + + + +
NameDescription
choice[PPD_MAX_NAME] Computer-readable option name
code Code to send for this option
marked 0 if not selected, 1 otherwise
option Pointer to parent option structure
text[PPD_MAX_TEXT] Human-readable option name
+ +

 CUPS 1.2 ppd_coption_s

+

Description

+

Custom Option

+

Definition

+
+struct ppd_coption_s
+{
+  char keyword[PPD_MAX_NAME];
+  int marked;
+  ppd_option_t * option;
+  cups_array_t * params;
+};
+
+

Members

+
+ + + + + + +
NameDescription
keyword[PPD_MAX_NAME] Name of option that is being extended...
marked Extended option is marked
option Option that is being extended...
params Parameters
+ +

 CUPS 1.2 ppd_cparam_s

+

Description

+

Custom Parameter

+

Definition

+
+struct ppd_cparam_s
+{
+  ppd_cpvalue_t current;
+  ppd_cplimit_t minimum, maximum;
+  char name[PPD_MAX_NAME];
+  int order;
+  char text[PPD_MAX_TEXT];
+  ppd_cptype_t type;
+};
+
+

Members

+
+ + + + + + + + +
NameDescription
current Current value
maximum Maximum value
name[PPD_MAX_NAME] Parameter name
order Order (0 to N)
text[PPD_MAX_TEXT] Human-readable text
type Parameter type
+ +

ppd_emul_s

+

Description

+

Emulators

+

Definition

+
+struct ppd_emul_s
+{
+  char name[PPD_MAX_NAME];
+  char * start;
+  char * stop;
+};
+
+

Members

+
+ + + + + +
NameDescription
name[PPD_MAX_NAME] Emulator name
start Code to switch to this emulation
stop Code to stop this emulation
+ +

ppd_file_s

+

Description

+

PPD File

+

Definition

+
+struct ppd_file_s
+{
+  int accurate_screens;
+  ppd_attr_t ** attrs;
+  int color_device;
+  ppd_cs_t colorspace;
+  ppd_const_t * consts;
+  int contone_only;
+  cups_array_t * coptions;
+  int cur_attr;
+  float custom_margins[4];
+  float custom_max[2];
+  float custom_min[2];
+  ppd_emul_t * emulations;
+  char ** filters;
+  int flip_duplex;
+  char ** fonts;
+  ppd_group_t * groups;
+  char * jcl_begin;
+  char * jcl_end;
+  char * jcl_ps;
+  int landscape;
+  char * lang_encoding;
+  char * lang_version;
+  int language_level;
+  int manual_copies;
+  char * manufacturer;
+  int model_number;
+  char * modelname;
+  char * nickname;
+  int num_attrs;
+  int num_consts;
+  int num_emulations;
+  int num_filters;
+  int num_fonts;
+  int num_groups;
+  int num_profiles;
+  int num_sizes;
+  cups_array_t * options;
+  char * patches;
+  char * pcfilename;
+  char * product;
+  ppd_profile_t * profiles;
+  char * protocols;
+  char * shortnickname;
+  ppd_size_t * sizes;
+  cups_array_t * sorted_attrs;
+  int throughput;
+  char * ttrasterizer;
+  int variable_sizes;
+};
+
+

Members

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
accurate_screens 1 = supports accurate screens, 0 = not
attrs  CUPS 1.1.19 Attributes @private@
color_device 1 = color device, 0 = grayscale
colorspace Default colorspace
consts UI/Non-UI constraints
contone_only 1 = continuous tone only, 0 = not
coptions  CUPS 1.2 Custom options array @private@
cur_attr  CUPS 1.1.19 Current attribute @private@
custom_margins[4] Margins around page
custom_max[2] Maximum variable page size
custom_min[2] Minimum variable page size
emulations Emulations and the code to invoke them
filters Filter strings...
flip_duplex  CUPS 1.1 1 = Flip page for back sides
fonts Pre-loaded fonts
groups UI groups
jcl_begin Start JCL commands
jcl_end End JCL commands
jcl_ps Enter PostScript interpreter
landscape -90 or 90
lang_encoding Language encoding
lang_version Language version (English, Spanish, etc.)
language_level Language level of device
manual_copies 1 = Copies done manually, 0 = hardware
manufacturer Manufacturer name
model_number Device-specific model number
modelname Model name (general)
nickname Nickname (specific)
num_attrs  CUPS 1.1.19 Number of attributes @private@
num_consts Number of UI/Non-UI constraints
num_emulations Number of emulations supported
num_filters Number of filters
num_fonts Number of pre-loaded fonts
num_groups Number of UI groups
num_profiles Number of sRGB color profiles
num_sizes Number of page sizes
options  CUPS 1.2 Option lookup array @private@
patches Patch commands to be sent to printer
pcfilename  CUPS 1.1.19 PCFileName string
product Product name (from PS RIP/interpreter)
profiles sRGB color profiles
protocols  CUPS 1.1.19 Protocols (BCP, TBCP) string
shortnickname Short version of nickname
sizes Page sizes
sorted_attrs  CUPS 1.2 Attribute lookup array @private@
throughput Pages per minute
ttrasterizer Truetype rasterizer
variable_sizes 1 = supports variable sizes, 0 = doesn't
+ +

ppd_group_s

+

Description

+

Groups

+

Definition

+
+struct ppd_group_s
+{
+  char text[PPD_MAX_TEXT - PPD_MAX_NAME];
+  char name[PPD_MAX_NAME];
+  int num_options;
+  int num_subgroups;
+  ppd_option_t * options;
+  struct ppd_group_s * subgroups;
+};
+
+

Members

+
+ + + + + + + + +
NameDescription
PPD_MAX_NAME] Human-readable group name
name[PPD_MAX_NAME]  CUPS 1.1.18 Group name
num_options Number of options
num_subgroups Number of sub-groups
options Options
subgroups Sub-groups (max depth = 1)
+ +

ppd_option_s

+

Description

+

Options

+

Definition

+
+struct ppd_option_s
+{
+  ppd_choice_t * choices;
+  char conflicted;
+  char defchoice[PPD_MAX_NAME];
+  char keyword[PPD_MAX_NAME];
+  int num_choices;
+  float order;
+  ppd_section_t section;
+  char text[PPD_MAX_TEXT];
+  ppd_ui_t ui;
+};
+
+

Members

+
+ + + + + + + + + + + +
NameDescription
choices Option choices
conflicted 0 if no conflicts exist, 1 otherwise
defchoice[PPD_MAX_NAME] Default option choice
keyword[PPD_MAX_NAME] Option keyword name ("PageSize", etc.)
num_choices Number of option choices
order Order number
section Section for command
text[PPD_MAX_TEXT] Human-readable text
ui Type of UI option
+ +

ppd_profile_s

+

Description

+

sRGB Color Profiles

+

Definition

+
+struct ppd_profile_s
+{
+  float density;
+  float gamma;
+  float matrix[3][3];
+  char media_type[PPD_MAX_NAME];
+  char resolution[PPD_MAX_NAME];
+};
+
+

Members

+
+ + + + + + + +
NameDescription
density Ink density to use
gamma Gamma correction to use
matrix[3][3] Transform matrix
media_type[PPD_MAX_NAME] Media type or "-"
resolution[PPD_MAX_NAME] Resolution or "-"
+ +

ppd_size_s

+

Description

+

Page Sizes

+

Definition

+
+struct ppd_size_s
+{
+  float bottom;
+  float left;
+  float length;
+  int marked;
+  char name[PPD_MAX_NAME];
+  float right;
+  float top;
+  float width;
+};
+
+

Members

+
+ + + + + + + + + + +
NameDescription
bottom Bottom printable margin in points
left Left printable margin in points
length Length of media in points
marked Page size selected?
name[PPD_MAX_NAME] Media size option
right Right printable margin in points
top Top printable margin in points
width Width of media in points
+ +

Types

+ + +

 CUPS 1.1.19 ppd_attr_t

+

Description

+

PPD Attribute Structure

+

Definition

+
+typedef struct ppd_attr_s ppd_attr_t;
+
+ +

ppd_choice_t

+

Description

+

Option choices

+

Definition

+
+typedef struct ppd_choice_s ppd_choice_t;
+
+ +

ppd_const_t

+

Description

+

Constraints

+

Definition

+
+typedef struct ppd_const_t;
+
+ +

 CUPS 1.2 ppd_coption_t

+

Description

+

Custom Option

+

Definition

+
+typedef struct ppd_coption_s ppd_coption_t;
+
+ +

 CUPS 1.2 ppd_cparam_t

+

Description

+

Custom Parameter

+

Definition

+
+typedef struct ppd_cparam_s ppd_cparam_t;
+
+ +

 CUPS 1.2 ppd_cplimit_t

+

Description

+

Custom Parameter Limit

+

Definition

+
+typedef union ppd_cplimit_u ppd_cplimit_t;
+
+ +

 CUPS 1.2 ppd_cptype_t

+

Description

+

Custom Parameter Type

+

Definition

+
+typedef enum ppd_cptype_e ppd_cptype_t;
+
+ +

 CUPS 1.2 ppd_cpvalue_t

+

Description

+

Custom Parameter Value

+

Definition

+
+typedef union ppd_cpvalue_u ppd_cpvalue_t;
+
+ +

ppd_emul_t

+

Description

+

Emulators

+

Definition

+
+typedef struct ppd_emul_s ppd_emul_t;
+
+ +

ppd_file_t

+

Description

+

PPD File

+

Definition

+
+typedef struct ppd_file_s ppd_file_t;
+
+ +

ppd_group_t

+

Description

+

Groups

+

Definition

+
+typedef struct ppd_group_s ppd_group_t;
+
+ +

ppd_option_t

+

Description

+

Options

+

Definition

+
+typedef struct ppd_option_s ppd_option_t;
+
+ +

ppd_profile_t

+

Description

+

sRGB Color Profiles

+

Definition

+
+typedef struct ppd_profile_s ppd_profile_t;
+
+ +

ppd_section_t

+

Description

+

Order dependency sections

+

Definition

+
+typedef enum ppd_section_e ppd_section_t;
+
+ +

ppd_size_t

+

Description

+

Page Sizes

+

Definition

+
+typedef struct ppd_size_s ppd_size_t;
+
+ +

ppd_ui_t

+

Description

+

UI Types

+

Definition

+
+typedef enum ppd_ui_e ppd_ui_t;
+
+ +

Unions

+ + +

 CUPS 1.2 ppd_cplimit_u

+

Description

+

Custom Parameter Limit

+

Definition

+
+union ppd_cplimit_u
+{
+  float custom_curve;
+  int custom_int;
+  float custom_invcurve;
+  int custom_passcode;
+  int custom_password;
+  float custom_points;
+  float custom_real;
+  int custom_string;
+};
+
+

Members

+
+ + + + + + + + + + +
NameDescription
custom_curve Gamma value
custom_int Integer value
custom_invcurve Gamma value
custom_passcode Passcode length
custom_password Password length
custom_points Measurement value
custom_real Real value
custom_string String length
+ +

 CUPS 1.2 ppd_cpvalue_u

+

Description

+

Custom Parameter Value

+

Definition

+
+union ppd_cpvalue_u
+{
+  float custom_curve;
+  int custom_int;
+  float custom_invcurve;
+  char * custom_passcode;
+  char * custom_password;
+  float custom_points;
+  float custom_real;
+  char * custom_string;
+};
+
+

Members

+
+ + + + + + + + + + +
NameDescription
custom_curve Gamma value
custom_int Integer value
custom_invcurve Gamma value
custom_passcode Passcode value
custom_password Password value
custom_points Measurement value
custom_real Real value
custom_string String value
+ + diff --git a/doc/help/api-raster.html b/doc/help/api-raster.html new file mode 100644 index 0000000000..26ea439f4a --- /dev/null +++ b/doc/help/api-raster.html @@ -0,0 +1,597 @@ + + + + + Raster API + + + + + + + +

Introduction

+ +

The CUPS raster API provides a standard interface for reading +and writing CUPS raster streams which are used for printing to +raster printers. Because the raster format is updated from time +to time, it is important to use this API to avoid +incompatibilities with newer versions of CUPS.

+ +

General Usage

+ +

The <cups/raster.h> header file must be +included to use the cupsRaster functions.

+ +

Programs using these functions must be linked to the CUPS +imaging library: libcupsimage.a, +libcupsimage.so.2, libcupsimage.2.dylib, +libcupsimage_s.a, or libcupsimage2.lib +depending on the platform. The following command compiles +myprogram.c using GCC and the CUPS imaging +library:

+ +
+gcc -o myprogram myprogram.c -lcupsimage
+
+ +

Compatibility

+ +

Unless otherwise specified, the raster API functions require +CUPS 1.1 or higher.

+ +

Licensing

+ +

The CUPS raster API is provided under the terms of the GNU +Library General Public License, with exceptions for MacOS X-based +programs. Please see the CUPS license agreement for more +information.

+

Contents

+ + +

Enumerations

+ + +

cups_adv_e

+

Description

+

AdvanceMedia attribute values

+

Values

+
+ + + + + + + +
NameDescription
CUPS_ADVANCE_FILE Advance the roll after this file
CUPS_ADVANCE_JOB Advance the roll after this job
CUPS_ADVANCE_NONE Never advance the roll
CUPS_ADVANCE_PAGE Advance the roll after this page
CUPS_ADVANCE_SET Advance the roll after this set
+ +

cups_bool_e

+

Description

+

Types...

+

Values

+
+ + + + +
NameDescription
CUPS_FALSE Logical false
CUPS_TRUE Logical true
+ +

Functions

+ + +

cupsRasterClose()

+

Description

+

Close a raster stream.

+

Syntax

+
+void
+cupsRasterClose(
+    cups_raster_t * r);
+
+

Arguments

+
+ + + +
NameDescription
rStream to close
+

Returns

+

Nothing.

+ +

 CUPS 1.2 cupsRasterInterpretPPD()

+

Description

+

Interpret PPD commands to create a page header. + +This function does not mark the options in the PPD using the "num_options" +and "options" arguments. Instead, mark the options prior to calling +cupsRasterInterpretPPD() - this allows you to do per-page options +without manipulating the options array. + +The "func" argument specifies an optional callback function that is +called prior to the computation of the final raster data. The function +can make changes to the cups_page_header2_t data as needed to use a +supported raster format and then returns 0 on success and -1 if the +requested attributes cannot be supported. + +cupsRasterInterpretPPD() supports a subset of the PostScript language. +Currently only the [, ], <<, >>, {, }, cleartomark, copy, dup, index, +pop, roll, setpagedevice, and stopped operators are supported. + +

+

Syntax

+
+int
+cupsRasterInterpretPPD(
+    cups_page_header2_t * h,
+    ppd_file_t * ppd,
+    int num_options,
+    cups_option_t * options,
+    cups_interpret_cb_t func);
+
+

Arguments

+
+ + + + + + + +
NameDescription
hPage header
ppdPPD file
num_optionsNumber of options
optionsOptions
funcOptional page header callback
+

Returns

+

0 on success, -1 on failure

+ +

cupsRasterOpen()

+

Description

+

Open a raster stream.

+

Syntax

+
+cups_raster_t *
+cupsRasterOpen(
+    int fd,
+    cups_mode_t mode);
+
+

Arguments

+
+ + + + +
NameDescription
fdFile descriptor
modeMode
+

Returns

+

New stream

+ +

cupsRasterReadHeader()

+

Description

+

Read a raster page header and store it in a +V1 page header structure.

+

Syntax

+
+unsigned
+cupsRasterReadHeader(
+    cups_raster_t * r,
+    cups_page_header_t * h);
+
+

Arguments

+
+ + + + +
NameDescription
rRaster stream
hPointer to header data
+

Returns

+

1 on success, 0 on fail

+ +

 CUPS 1.2 cupsRasterReadHeader2()

+

Description

+

Read a raster page header and store it in a +V2 page header structure. + +

+

Syntax

+
+unsigned
+cupsRasterReadHeader2(
+    cups_raster_t * r,
+    cups_page_header2_t * h);
+
+

Arguments

+
+ + + + +
NameDescription
rRaster stream
hPointer to header data
+

Returns

+

1 on success, 0 on fail

+ +

cupsRasterReadPixels()

+

Description

+

Read raster pixels.

+

Syntax

+
+unsigned
+cupsRasterReadPixels(
+    cups_raster_t * r,
+    unsigned char * p,
+    unsigned len);
+
+

Arguments

+
+ + + + + +
NameDescription
rRaster stream
pPointer to pixel buffer
lenNumber of bytes to read
+

Returns

+

Number of bytes read

+ +

cupsRasterWriteHeader()

+

Description

+

Write a raster page header from a V1 page +header structure.

+

Syntax

+
+unsigned
+cupsRasterWriteHeader(
+    cups_raster_t * r,
+    cups_page_header_t * h);
+
+

Arguments

+
+ + + + +
NameDescription
rRaster stream
hRaster page header
+

Returns

+

1 on success, 0 on failure

+ +

 CUPS 1.2 cupsRasterWriteHeader2()

+

Description

+

Write a raster page header from a V2 page +header structure. + +

+

Syntax

+
+unsigned
+cupsRasterWriteHeader2(
+    cups_raster_t * r,
+    cups_page_header2_t * h);
+
+

Arguments

+
+ + + + +
NameDescription
rRaster stream
hRaster page header
+

Returns

+

1 on success, 0 on failure

+ +

cupsRasterWritePixels()

+

Description

+

Write raster pixels.

+

Syntax

+
+unsigned
+cupsRasterWritePixels(
+    cups_raster_t * r,
+    unsigned char * p,
+    unsigned len);
+
+

Arguments

+
+ + + + + +
NameDescription
rRaster stream
pBytes to write
lenNumber of bytes to write
+

Returns

+

Number of bytes written

+ +

Structures

+ + +

 CUPS 1.2 cups_page_header2_s

+

Description

+

Version 2 Page Header

+

Definition

+
+struct cups_page_header2_s
+{
+  unsigned AdvanceDistance;
+  cups_adv_t AdvanceMedia;
+  cups_bool_t Collate;
+  cups_cut_t CutMedia;
+  cups_bool_t Duplex;
+  unsigned HWResolution[2];
+  unsigned ImagingBoundingBox[4];
+  cups_bool_t InsertSheet;
+  cups_jog_t Jog;
+  cups_edge_t LeadingEdge;
+  cups_bool_t ManualFeed;
+  unsigned Margins[2];
+  char MediaClass[64];
+  char MediaColor[64];
+  unsigned MediaPosition;
+  char MediaType[64];
+  unsigned MediaWeight;
+  cups_bool_t MirrorPrint;
+  cups_bool_t NegativePrint;
+  unsigned NumCopies;
+  cups_orient_t Orientation;
+  cups_bool_t OutputFaceUp;
+  char OutputType[64];
+  unsigned PageSize[2];
+  cups_bool_t Separations;
+  cups_bool_t TraySwitch;
+  cups_bool_t Tumble;
+  unsigned cupsBitsPerColor;
+  unsigned cupsBitsPerPixel;
+  float cupsBorderlessScalingFactor;
+  unsigned cupsBytesPerLine;
+  cups_order_t cupsColorOrder;
+  cups_cspace_t cupsColorSpace;
+  unsigned cupsCompression;
+  unsigned cupsHeight;
+  float cupsImagingBBox[4];
+  unsigned cupsInteger[16];
+  char cupsMarkerType[64];
+  unsigned cupsMediaType;
+  unsigned cupsNumColors;
+  char cupsPageSizeName[64];
+  float cupsPageSize[2];
+  float cupsReal[16];
+  char cupsRenderingIntent[64];
+  unsigned cupsRowCount;
+  unsigned cupsRowFeed;
+  unsigned cupsRowStep;
+  char cupsString[16][64];
+  unsigned cupsWidth;
+};
+
+

Members

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
AdvanceDistance AdvanceDistance value in points
AdvanceMedia AdvanceMedia value (see above)
Collate Collated copies value
CutMedia CutMedia value (see above)
Duplex Duplexed (double-sided) value
HWResolution[2] Resolution in dots-per-inch
ImagingBoundingBox[4] Pixel region that is painted (points)
InsertSheet InsertSheet value
Jog Jog value (see above)
LeadingEdge LeadingEdge value (see above)
ManualFeed ManualFeed value
Margins[2] Lower-lefthand margins in points
MediaClass[64] MediaClass string
MediaColor[64] MediaColor string
MediaPosition MediaPosition value
MediaType[64] MediaType string
MediaWeight MediaWeight value in grams/m^2
MirrorPrint MirrorPrint value
NegativePrint NegativePrint value
NumCopies Number of copies to produce
Orientation Orientation value (see above)
OutputFaceUp OutputFaceUp value
OutputType[64] OutputType string
PageSize[2] Width and length of page in points
Separations Separations value
TraySwitch TraySwitch value
Tumble Tumble value
cupsBitsPerColor Number of bits for each color
cupsBitsPerPixel Number of bits for each pixel
cupsBorderlessScalingFactor  CUPS 1.2 Scaling that was applied to page data
cupsBytesPerLine Number of bytes per line
cupsColorOrder Order of colors
cupsColorSpace True colorspace
cupsCompression Device compression to use
cupsHeight Height of page image in pixels
cupsImagingBBox[4]  CUPS 1.2 Floating point ImagingBoundingBox * +(scaling factor not applied)
cupsInteger[16]  CUPS 1.2 User-defined integer values
cupsMarkerType[64]  CUPS 1.2 Ink/toner type
cupsMediaType Media type code
cupsNumColors  CUPS 1.2 Number of colors
cupsPageSizeName[64]  CUPS 1.2 PageSize name
cupsPageSize[2]  CUPS 1.2 Floating point PageSize (scaling * +factor not applied)
cupsReal[16]  CUPS 1.2 User-defined floating-point values
cupsRenderingIntent[64]  CUPS 1.2 Color rendering intent
cupsRowCount Rows per band
cupsRowFeed Feed between bands
cupsRowStep Spacing between lines
cupsString[16][64]  CUPS 1.2 User-defined string values
cupsWidth Width of page image in pixels
+ +

cups_page_header_s

+

Description

+

Version 1 Page Header

+

Definition

+
+struct cups_page_header_s
+{
+  unsigned AdvanceDistance;
+  cups_adv_t AdvanceMedia;
+  cups_bool_t Collate;
+  cups_cut_t CutMedia;
+  cups_bool_t Duplex;
+  unsigned HWResolution[2];
+  unsigned ImagingBoundingBox[4];
+  cups_bool_t InsertSheet;
+  cups_jog_t Jog;
+  cups_edge_t LeadingEdge;
+  cups_bool_t ManualFeed;
+  unsigned Margins[2];
+  char MediaClass[64];
+  char MediaColor[64];
+  unsigned MediaPosition;
+  char MediaType[64];
+  unsigned MediaWeight;
+  cups_bool_t MirrorPrint;
+  cups_bool_t NegativePrint;
+  unsigned NumCopies;
+  cups_orient_t Orientation;
+  cups_bool_t OutputFaceUp;
+  char OutputType[64];
+  unsigned PageSize[2];
+  cups_bool_t Separations;
+  cups_bool_t TraySwitch;
+  cups_bool_t Tumble;
+  unsigned cupsBitsPerColor;
+  unsigned cupsBitsPerPixel;
+  unsigned cupsBytesPerLine;
+  cups_order_t cupsColorOrder;
+  cups_cspace_t cupsColorSpace;
+  unsigned cupsCompression;
+  unsigned cupsHeight;
+  unsigned cupsMediaType;
+  unsigned cupsRowCount;
+  unsigned cupsRowFeed;
+  unsigned cupsRowStep;
+  unsigned cupsWidth;
+};
+
+

Members

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
AdvanceDistance AdvanceDistance value in points
AdvanceMedia AdvanceMedia value (see above)
Collate Collated copies value
CutMedia CutMedia value (see above)
Duplex Duplexed (double-sided) value
HWResolution[2] Resolution in dots-per-inch
ImagingBoundingBox[4] Pixel region that is painted (points)
InsertSheet InsertSheet value
Jog Jog value (see above)
LeadingEdge LeadingEdge value (see above)
ManualFeed ManualFeed value
Margins[2] Lower-lefthand margins in points
MediaClass[64] MediaClass string
MediaColor[64] MediaColor string
MediaPosition MediaPosition value
MediaType[64] MediaType string
MediaWeight MediaWeight value in grams/m^2
MirrorPrint MirrorPrint value
NegativePrint NegativePrint value
NumCopies Number of copies to produce
Orientation Orientation value (see above)
OutputFaceUp OutputFaceUp value
OutputType[64] OutputType string
PageSize[2] Width and length of page in points
Separations Separations value
TraySwitch TraySwitch value
Tumble Tumble value
cupsBitsPerColor Number of bits for each color
cupsBitsPerPixel Number of bits for each pixel
cupsBytesPerLine Number of bytes per line
cupsColorOrder Order of colors
cupsColorSpace True colorspace
cupsCompression Device compression to use
cupsHeight Height of page image in pixels
cupsMediaType Media type code
cupsRowCount Rows per band
cupsRowFeed Feed between bands
cupsRowStep Spacing between lines
cupsWidth Width of page image in pixels
+ +

Types

+ + +

cups_interpret_cb_t

+

Description

+

Prototypes...

+

Definition

+
+typedef int (*cups_interpret_cb_t)(cups_page_header2_t *header, int preferred_bits);
+
+ +

 CUPS 1.2 cups_page_header2_t

+

Description

+

Version 2 Page Header

+

Definition

+
+typedef struct cups_page_header2_s cups_page_header2_t;
+
+ +

cups_page_header_t

+

Description

+

Version 1 Page Header

+

Definition

+
+typedef struct cups_page_header_s cups_page_header_t;
+
+ +

cups_raster_t

+

Description

+

Raster stream data

+

Definition

+
+typedef struct _cups_raster_s cups_raster_t;
+
+ + diff --git a/doc/help/cgi.html b/doc/help/cgi.html new file mode 100644 index 0000000000..efb8efa0e7 --- /dev/null +++ b/doc/help/cgi.html @@ -0,0 +1,91 @@ + + + + Using CGI Programs + + + +

CUPS has traditionally provided a dynamic web interface +through dedicated CGI programs that are executed when users open +special directories on the CUPS server. Each CGI performs +administration, class, help, job, and printer functions as +directed by the user, but the actual programs that are run and +functions that are available are limited to those that were +originally designed into the scheduler.

+ +

Support is now available for CGI programs and specific +scripting languages, currently Java, Perl, PHP, and Python. The +interpreters for these languages are currently configured at +compile time. Future versions may expand the interface to allow +for generic support of scripting languages similar to the Apache +"AddHandler" directive, but with external programs instead of +modules.

+ +

Table 1 shows the MIME media types that are reserved for the +CGI support in CUPS. The names have been chosen to mirror those +used by Apache:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: CGI MIME Media Types
MIME Media TypeDescription
application/x-httpd-cgiCGI script/program
application/x-httpd-javaJava program
application/x-httpd-perlPerl script
application/x-httpd-phpPHP script
application/x-httpd-pythonPython script
+ +

Configuring the Server

+ +

In order to enable the corresponding type, you must create a +new /etc/cups/cgi.types file which maps the filename +extensions to the appropriate MIME type, for example:

+ +
+application/x-httpd-cgi cgi
+application/x-httpd-java class
+application/x-httpd-perl pl
+application/x-httpd-php php
+application/x-httpd-python py
+
+ +

CGI scripts/programs (application/x-httpd-cgi) also must have +execution permissions to be treated as a CGI script or +program.

+ +

Limitations

+ +

CUPS implements most of the CGI/1.1 specification, with the +following exceptions:

+ +
    + +
  • No PATH_INFO or PATH_TRANSLATED support
  • + +
  • Limited HTTP field support; only the Content-Length + (CONTENT_LENGTH), Cookie (HTTP_COOKIE), and User-Agent + (HTTP_USER_AGENT) fields are placed in environment + variables at this time
  • + +
+ + + diff --git a/doc/help/glossary.html b/doc/help/glossary.html new file mode 100644 index 0000000000..44dba31c70 --- /dev/null +++ b/doc/help/glossary.html @@ -0,0 +1,219 @@ + + + + Glossary + + + +

A

+ +
+ +
ASCII +
American Standard Code for Information Interchange + +
+ + +

C

+ +
+ +
C +
A computer language + +
Character Set +
The association of numbers with specific printed or + displayed characters or symbols + +
CUPS +
Common UNIX Printing System + +
+ + +

E

+ +
+ +
ESC/P +
EPSON Standard Code for Printers + +
+ + +

F

+ +
+ +
FTP +
File Transfer Protocol + +
+ + +

G

+ +
+ +
GIF +
Graphics Interchange Format + +
+ + +

H

+ +
+ +
HP-GL +
Hewlett-Packard Graphics Language + +
HP-PCL +
Hewlett-Packard Page Control Language + +
HP-PJL +
Hewlett-Packard Printer Job Language + +
+ + +

I

+ +
+ +
IETF +
Internet Engineering Task Force + +
IP +
Internet Protocol + +
IPv4 +
Internet Protocol, version 4; IPv4 addresses are 32-bits in + length and often look like "nnn.nnn.nnn.nnn" and "127.0.0.1" + +
IPv6 +
Internet Protocol, version 6: IPv6 addresses are 128-bits in + length and look like "xxxx::xxxx:xxxx:xxxx:xxxx" and "::1" + +
IPP +
Internet Printing Protocol + +
ISO +
International Standards Organization + +
+ + +

J

+ +
+ +
JFIF +
JPEG File Interchange Format + +
JPEG +
Joint Photographic Experts Group + +
+ + +

L

+ +
+ +
LPD +
Line Printer Daemon + +
+ + +

M

+ +
+ +
MIME +
Multimedia Internet Mail Exchange + +
+ + +

P

+ +
+ +
parallel +
Sending or receiving data more than 1 bit at a time + +
PDF +
Portable Document Format + +
pipe +
A one-way communications channel between two programs + +
PNG +
Portable Network Graphics + +
PostScript +
A page description language that is most often used + for printing + +
PPD +
PostScript Printer Description + +
+ + +

S

+ +
+ +
SCSI +
Small Computer Systems Interface + +
serial +
Sending or receiving data 1 bit at a time + +
SMB +
Server Message Block + +
socket +
A two-way network communications channel + +
+ + +

T

+ +
+ +
TCP +
Transmission Control Protocol + +
TFTP +
Trivial File Transfer Protocol + +
TIFF +
Tagged Image File Format + +
+ + +

U

+ +
+ +
UDP +
Unicast Datagram Protocol + +
Unicode +
A universal character set for all languages of the + world + +
UTF-8 +
Unicode Transfer Format 8-Bit + +
+ + + diff --git a/doc/help/license.html b/doc/help/license.html new file mode 100644 index 0000000000..224a393861 --- /dev/null +++ b/doc/help/license.html @@ -0,0 +1,1065 @@ + + + + Software License Agreement + + + +

Copyright 1997-2007 by Easy Software Products
+44141 AIRPORT VIEW DR STE 204
+HOLLYWOOD, MARYLAND 20636 USA
+
+Voice: +1.301.373.9600
+Email: cups-info@cups.org
+WWW: http://www.cups.org + +

Introduction

+ +

The Common UNIX Printing SystemTM, +("CUPSTM"), is provided under the GNU General Public +License ("GPL") and GNU Library General Public License ("LGPL"), +Version 2, with exceptions for Apple operating systems and the +OpenSSL toolkit. A copy of the exceptions and licenses follow +this introduction.

+ +

The GNU LGPL applies to the CUPS and CUPS Imaging libraries +located in the "cups" and "filter" subdirectories of the CUPS +source distribution and in the "cups" include directory and +library files in the binary distributions. The GNU GPL applies to +the remainder of the CUPS distribution, including the "pdftops" +filter which is based upon Xpdf.

+ +

For those not familiar with the GNU GPL, the license basically +allows you to:

+ +
    + +
  • Use the CUPS software at no charge.
  • + +
  • Distribute verbatim copies of the software in source + or binary form.
  • + +
  • Sell verbatim copies of the software for a media + fee, or sell support for the software.
  • + +
+ +

What this license does not allow you to do is make +changes or add features to CUPS and then sell a binary +distribution without source code. You must provide source for any +changes or additions to the software, and all code must be +provided under the GPL or LGPL as appropriate. The only +exceptions to this are the portions of the CUPS software covered +by the Apple operating system license exceptions outlined later +in this license agreement.

+ +

The GNU LGPL relaxes the "link-to" restriction, allowing you +to develop applications that use the CUPS and CUPS Imaging +libraries under other licenses and/or conditions as appropriate +for your application, driver, or filter.

+ + +

License Exceptions

+ +

In addition, as the copyright holder of CUPS, Easy Software +Products grants the following special exceptions:

+ +
    + +
  1. Apple Operating System Development License + Exception; + +
      + +
    1. Software that is developed by any person or + entity for an Apple Operating System ("Apple + OS-Developed Software"), including but not + limited to Apple and third party printer + drivers, filters, and backends for an Apple + Operating System, that is linked to the CUPS + imaging library or based on any sample filters + or backends provided with CUPS shall not be + considered to be a derivative work or collective + work based on the CUPS program and is exempt + from the mandatory source code release clauses + of the GNU GPL. You may therefore distribute + linked combinations of the CUPS imaging library + with Apple OS-Developed Software without + releasing the source code of the Apple + OS-Developed Software. You may also use sample + filters and backends provided with CUPS to + develop Apple OS-Developed Software without + releasing the source code of the Apple + OS-Developed Software.
    2. + +
    3. An Apple Operating System means any + operating system software developed and/or + marketed by Apple Computer, Inc., including but + not limited to all existing releases and + versions of Apple's Darwin, Mac OS X, and Mac OS + X Server products and all follow-on releases and + future versions thereof.
    4. + +
    5. This exception is only available for Apple + OS-Developed Software and does not apply to + software that is distributed for use on other + operating systems.
    6. + +
    7. All CUPS software that falls under this + license exception have the following text at the + top of each source file: + +
      This file is subject to the Apple + OS-Developed Software + exception.
    8. + +
    + +
  2. OpenSSL Toolkit License Exception; + +
      + +
    1. Easy Software Products explicitly allows the + compilation and distribution of the CUPS + software with the OpenSSL Toolkit.
    2. + +
    + +
+ +

No developer is required to provide these exceptions in a +derived work.

+ + +

Trademarks

+ +

Easy Software Products has trademarked the Common UNIX +Printing System, CUPS, and CUPS logo. You may use these names and +logos in any direct port or binary distribution of CUPS. Please +contact Easy Software Products for written permission to use them +in derivative products. Our intention is to protect the value of +these trademarks and ensure that any derivative product meets the +same high-quality standards as the original.

+ + +

Binary Distribution Rights

+ +

Easy Software Products also sells rights to the CUPS source +code under a binary distribution license for vendors that are +unable to release source code for their additions and +modifications to CUPS under the GNU GPL and LGPL. For information +please contact us at the address shown above.

+ +

The Common UNIX Printing System provides a "pdftops" filter +that is based on the Xpdf software. For binary distribution +licensing of this software, please contact:

+ +
+Derek B. Noonburg
+Email: derekn@glyphandcog.com
+WWW: http://www.glyphandcog.com/ +
+ + +

Support

+ +

Easy Software Products sells software support for CUPS as well +as a commercial printing product based on CUPS called ESP Print +Pro. You can find out more at our web site:

+ + + + +

GNU GENERAL PUBLIC LICENSE

+ +

Version 2, June 1991 + +

+Copyright 1989, 1991 Free Software Foundation, Inc.
+59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+Everyone is permitted to copy and distribute verbatim
+copies of this license document, but changing it is not allowed.
+
+ +

Preamble

+ +

The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +

To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +

For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + +

We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +

Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + +

Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + +

The precise terms and conditions for copying, distribution and +modification follow. + +

GNU GENERAL PUBLIC LICENSE
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

+ +
    + +
  1. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +

    Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + +

  2. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +

    You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +

  3. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +
      + +
    1. You must cause the modified files to carry prominent notices +stating that you changed the files and the date of any change. + +
    2. You must cause any work that you distribute or publish, that in +whole or in part contains or is derived from the Program or any +part thereof, to be licensed as a whole at no charge to all third +parties under the terms of this License. + +
    3. if the modified program normally reads commands interactively +when run, you must cause it, when started running for such +interactive use in the most ordinary way, to print or display an +announcement including an appropriate copyright notice and a +notice that there is no warranty (or else, saying that you provide +a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this +License. (Exception: if the Program itself is interactive but +does not normally print such an announcement, your work based on +the Program is not required to print an announcement.) + +
    + +

    These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +

    Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +

    In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +

  4. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + +
      + +
    1. Accompany it with the complete corresponding machine-readable +source code, which must be distributed under the terms of Sections +1 and 2 above on a medium customarily used for software interchange; or, + +
    2. Accompany it with a written offer, valid for at least three +years, to give any third party, for a charge no more than your +cost of physically performing source distribution, a complete +machine-readable copy of the corresponding source code, to be +distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +
    3. Accompany it with the information you received as to the offer +to distribute corresponding source code. (This alternative is +allowed only for noncommercial distribution and only if you +received the program in object code or executable form with such +an offer, in accord with Subsection b above.) + +
    + +

    The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +

    If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + +

  5. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + +
  6. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +
  7. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +
  8. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +

    If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +

    It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +

    This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +

  9. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + +
  10. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +

    Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + +

  11. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + +
+ +

NO WARRANTY

+ +
    + +
  1. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +
  2. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +
+ +

END OF TERMS AND CONDITIONS

+ +

How to Apply These Terms to Your New Programs

+ +

If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +

To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + +

+one line to give the program's name and an idea of what it does.
+Copyright (C) yyyy  name of author
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
+ +

Also add information on how to contact you by electronic and paper mail. + +

If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + +

+Gnomovision version 69, Copyright (C) year name of author
+Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
+type `show w'.  This is free software, and you are welcome
+to redistribute it under certain conditions; type `show c' 
+for details.
+
+ +

The hypothetical commands `show w' and `show c' should show +the appropriate parts of the General Public License. Of course, the +commands you use may be called something other than `show w' and +`show c'; they could even be mouse-clicks or menu items--whatever +suits your program. + +

You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + +

+Yoyodyne, Inc., hereby disclaims all copyright
+interest in the program `Gnomovision'
+(which makes passes at compilers) written 
+by James Hacker.
+
+signature of Ty Coon, 1 April 1989
+Ty Coon, President of Vice
+
+ +

GNU LIBRARY GENERAL PUBLIC LICENSE

+ +

Version 2, June 1991 + +

+Copyright (C) 1991 Free Software Foundation, Inc.
+59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+[This is the first released version of the library GPL.  It is
+ numbered 2 because it goes with version 2 of the ordinary GPL.]
+
+ +

Preamble

+ +

The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + +

This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + +

To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + +

For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + +

Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + +

Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + +

Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + +

Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + +

The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + +

Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + +

However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + +

The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + +

Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + +

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

+ +

0. +This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + +

A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + +

The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + +

"Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + +

Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + +

1. +You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + +

You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + +

2. +You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + +

    + +
  1. The modified work must itself be a software library. + +

    +

  2. You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + +

    +

  3. You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + +

    +

  4. If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + +

    (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +

+ +

These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +

Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +

In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + +

3. +You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + +

Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + +

This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + +

4. +You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + +

If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + +

5. +A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + +

However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + +

When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + +

If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + +

Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + +

6. +As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + +

You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + +

    + +
  1. Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + +

    +

  2. Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + +

    +

  3. If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + +

    +

  4. Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + +
+ +

For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + +

It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + +

7. +You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + +

    + +
  1. Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + +

    +

  2. Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + +
+ +

8. +You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + +

9. +You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + +

10. +Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + +

11. +If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +

If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +

It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +

This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + +

12. +If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + +

13. +The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +

Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + +

14. +If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + +

NO WARRANTY + +

15. +BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +

16. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + +

END OF TERMS AND CONDITIONS

+ +

How to Apply These Terms to Your New Libraries

+ +

If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + +

To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + +

+one line to give the library's name and an idea of what it does.
+Copyright (C) year  name of author
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+ +

Also add information on how to contact you by electronic and paper mail. + +

You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + +

+Yoyodyne, Inc., hereby disclaims all copyright interest in
+the library `Frob' (a library for tweaking knobs) written
+by James Random Hacker.
+
+signature of Ty Coon, 1 April 1990
+Ty Coon, President of Vice
+
+ +

That's all there is to it! + + + diff --git a/doc/help/network.html b/doc/help/network.html new file mode 100644 index 0000000000..e2cc361839 --- /dev/null +++ b/doc/help/network.html @@ -0,0 +1,672 @@ + + + + Using Network Printers + + + +

This help document describes how to discover, configure, and use TCP/IP network printers with CUPS.

+ +

Getting the IP Address

+ +

Every network printer or print server has a unique Internet Protocol (IP) address associated with it. This address is either configured manually or set using an automatic network protocol such as the Boot Protocol (BOOTP), Dynamic Host Control Protocol (DHCP), Reverse Address Resolution Protocol (RARP), or ZeroConf.

+ +

You can normally find the IP address of a printer on the printer's control panel or by printing the configuration or status page. The Simple Network Management Protocol (SNMP) can also be used to get the IP address remotely, which happens automatically when you visit the CUPS administration web page or choose an available CUPS device when adding a printer.

+ + +

Configuring the IP Address

+ +

When you first install a network printer or print server on your LAN, you need to set the Internet Protocol ("IP") address. Most higher-end "workgroup" printers allow you to set the address through the printer control panel. However, if you have many printers you will want to assign the addresses remotely - this makes administration a bit easier and avoids assigning duplicate addresses accidentally.

+ +

To setup your printer or print server for remote address assignment, you'll need the Ethernet Media Access Control ("MAC") address, also sometimes called a node address, and the IP address you want to use for the device. The Ethernet MAC address can often be found on the printer test page or bottom of the print server.

+ +

Configuring the IP Address Using DHCP

+ +

The DHCP protocol is the usual way of setting the IP address of a printer on a managed network. Using the standard dhcpd(8) program supplied with UNIX you simply need to add a line to the /etc/dhcpd.conf file:

+ +
+host hostname {
+  hardware ethernet mac-address;
+  fixed-address ip-address;
+}
+
+ +

Make sure that the hostname you use is also listed in the /etc/hosts file or is registered with your DNS server.

+ +

Configuring the IP Address Using BOOTP

+ +

The BOOTP protocol is used when you need to provide additional information such as the location of a configuration file to the network interface. Using the standard bootpd(8) program supplied with UNIX you simply need to add a line to the /etc/bootptab file; for IRIX:

+ +
+myprinter 08:00:69:00:12:34 192.0.2.2 myprinter.boot
+
+ +

Newer versions of bootpd use a different format:

+ +
+myprinter:ha=080069001234:ip=192.0.2.2:t144=myprinter.boot
+
+ +

The myprinter.boot file resides in the /usr/local/boot directory by default. If you do not need to provide a boot file you may leave the last part of the line blank.

+ +
Note: Some versions of UNIX do not enable the BOOTP service by default. The /etc/inetd.conf or /etc/xinetd.d/bootp file usually contains a line for the BOOTP service that can be uncommented if needed.
+ + +

Verifying the Printer Connection

+ +

To test that the IP address has been successfully assigned and +that the printer is properly connected to your LAN, type:

+ +
+ping ip-address
+
+ +

If the connection is working properly you will see something +like:

+ +
+ping myprinter
+PING myprinter (192.0.2.2): 56 data bytes
+64 bytes from 192.0.2.2: icmp_seq=0 ttl=15 time=5 ms
+64 bytes from 192.0.2.2: icmp_seq=1 ttl=15 time=3 ms
+64 bytes from 192.0.2.2: icmp_seq=2 ttl=15 time=3 ms
+64 bytes from 192.0.2.2: icmp_seq=3 ttl=15 time=3 ms
+
+ +

If not, verify that the printer or print server is connected +to the LAN, it is powered on, the LAN cabling is good, and the IP +address is set correctly. You can usually see the current IP +address and network status by printing a configuration or test +page on the device.

+ + +

Network Protocols Supported by CUPS

+ +

CUPS supports most network printers using one of three TCP/IP-based protocols. Printer discovery is currently accomplished using the SNMP protocol, however future versions of CUPS will also include support for multicast DNS service discovery as well.

+ +

AppSocket Protocol

+ +

The AppSocket protocol (sometimes also called the JetDirect protocol, owing to its origins with the HP JetDirect network interfaces) is the simplest, fastest, and generally the most reliable network protocol used for printers. AppSocket printing normally happens over port 9100 and uses the socket URI scheme:

+ +
+socket://ip-address-or-hostname
+socket://ip-address-or-hostname?waiteof=false
+socket://ip-address-or-hostname:port-number
+socket://ip-address-or-hostname:port-number?waiteof=false
+
+ +

The "waiteof" option controls whether the socket backend waits for the printer to complete the printing of the job. The default is to wait.

+ +

Internet Printing Protocol (IPP)

+ +

IPP is the only protocol that CUPS supports natively, and is also supported by many network printers. We recommend using this protocol over others whenever the printer or server supports it. IPP printing normally happens over port 631 and uses the http and ipp URI schemes:

+ +
+http://ip-address-or-hostname:port-number/resource
+http://ip-address-or-hostname:port-number/resource?option=value
+http://ip-address-or-hostname:port-number/resource?option=value&option=value
+ipp://ip-address-or-hostname/resource
+ipp://ip-address-or-hostname/resource?option=value
+ipp://ip-address-or-hostname/resource?option=value&option=value
+ipp://ip-address-or-hostname:port-number/resource
+ipp://ip-address-or-hostname:port-number/resource?option=value
+ipp://ip-address-or-hostname:port-number/resource?option=value&option=value
+
+ +

The ipp backend supports many options, which are summarized in Table 2.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 2: IPP URI Options
OptionDescription
compression=gzipSpecifies that print data should be compressed before sending.
encryption=alwaysSpecifies that the connection to the IPP server should be encrypted using SSL.
encryption=ifrequestedSpecifies that the connection to the IPP server should only be encrypted if the server requests it.
encryption=neverSpecifies that the connection to the IPP server should not be encrypted.
encryption=requiredSpecifies that the connection to the IPP server should be encrypted using TLS.
version=1.0Specifies that version 1.0 of the IPP protocol should be used instead of the default version 1.1.
waitjob=falseSpecifies that the IPP backend should not wait for the job to complete.
waitprinter=falseSpecifies that the IPP backend should not wait for the printer to become idle before sending the print job.
+ +

Line Printer Daemon (LPD) Protocol

+ +

LPD is the original network printing protocol and is supported by many network printers. Due to limitations in the LPD protocol, we do not recommend using it if the printer or server supports one of the other protocols. LPD printing normally happens over port 515 and uses the lpd URI scheme:

+ +
+lpd://ip-address-or-hostname/queue
+lpd://ip-address-or-hostname/queue?option=value
+lpd://ip-address-or-hostname/queue?option=value&option=value
+
+ +

Table 3 summarizes the options supported by the lpd backend.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 3: LPD URI Options
OptionDescription
banner=onSpecifies that a banner page should be printed by the server.
contimeout=secondsSpecifies the number of seconds to wait for the connection to the server to complete.
format=cSpecifies that the print data is a CIF file.
format=dSpecifies that the print data is a DVI file.
format=fSpecifies that the print data is a plain text file.
format=gSpecifies that the print data is a Berkeley plot file.
format=lSpecifies that the print data is a raw (preformatted) print file.
format=nSpecifies that the print data is a ditroff file.
format=oSpecifies that the print data is a PostScript file.
format=pSpecifies that the print data is a plain text file that should be "pretty" printed with a header and footer.
format=rSpecifies that the print data is a FORTRAN carriage control file.
format=tSpecifies that the print data is a troff Graphic Systems C/A/T phototypesetter file.
format=vSpecifies that the print data is a Sun raster file.
order=data,controlSpecifies that the print data files should be sent before the control file.
reserve=noneSpecifies that the backend should not reserve a source port.
reserve=rfc1179Specifies that the backend should reserve a source port from 721 to 731 as required by RFC 1179.
sanitize_title=noSpecifies that the job title string should not be restricted to ASCII characters.
sanitize_title=yesSpecifies that the job title string should be restricted to ASCII characters.
timeout=secondsSpecifies the number of seconds to wait for LPD commands to complete.
+ + +

Common Network Printer URIs

+ +

Once you have set the IP address you can access the printer or print server using the ipp, lpd, or socket backends. Table 1 shows a list of common network interfaces and printer servers and the settings you should use with CUPS:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: Common Device URIs
Model/ManufacturerDevice URI(s)
Apple LaserWriterlpd://address/PASSTHRU
Axis w/o IPP
+ Axis OfficeBasic
+ (see directions)
socket://address:9100
+ socket://address:9101
+ socket://address:9102
Axis w/IPPipp://address/LPT1
+ ipp://address/LPT2
+ ipp://address/COM1
Castelle LANpressTMlpd://address/pr1
+ lpd://address/pr2
+ lpd://address/pr3
DPI NETPrintlpd://address/pr1
+ lpd://address/pr2
+ lpd://address/pr3
DLink DP-301P+socket://address
EFI® Fiery® RIPlpd://address/print
EPSON® Multiprotocol Ethernet Interface Boardsocket://address
Extended System ExtendNETlpd://address/pr1
+ lpd://address/pr2
+ lpd://address/pr3
Hewlett Packard JetDirect w/o IPPsocket://address:9100
+ socket://address:9101
+ socket://address:9102
Hewlett Packard JetDirect w/IPPipp://address/ipp
+ ipp://address/ipp/port1
+ ipp://address/ipp/port2
+ ipp://address/ipp/port3
Intel® NetportExpress XL, PRO/100lpd://address/LPT1_PASSTHRU
+ lpd://address/LPT2_PASSTHRU
+ lpd://address/COM1_PASSTHRU
LexmarkTM MarkNetlpd://address/ps
Linksys EtherFast®
+ (see directions)
socket://address:4010
+ socket://address:4020
+ socket://address:4030
Linksys PSUS4lpd://address/lp
Kodak®lpd://address/ps
QMS® CrownNetTMlpd://address/ps
Tektronix® PhaserShareTMsocket://address:9100
XEROX® 4512 NIClpd://address/PORT1
XEROX® XNIClpd://address/PASSTHRU
XEROX® (most others)socket://address:5503
+ + +

Troubleshooting SNMP Discovery Problems

+ +

Whenever you view the administration web page or a list of supported device URIs, the snmp backend will probe the local network(s) using Simple Network Management Protocol (SNMP) broadcasts. Printers that respond to these broadcasts are then interrogated for the make and model and supported protocols, yielding a device URI that can be used to add the printer.

+ +

That said, the SNMP requests sometimes expose problems in vendor SNMP or IPP implementations. If you are experiencing long delays in loading the CUPS web interface administration page, or if you don't see your printer listed, the following instructions will help you to diagnose those problems and/or provide important feedback to the CUPS developers so that we can correct problems and improve the SNMP backend in future releases.

+ +

Quick Fixes

+ +

If you don't use "public" as your community name, create a text file called /etc/cups/snmp.conf and put the following line in it:

+ +
+Community your community name
+
+ +

If you have more than one community name, list them all on separate lines.

+ +

If you don't support SNMP v1 on your network, you are currently "out of luck". That said, we will be adding v2, v2c, and v3 support in future CUPS releases once we have a handle on the actual requirements people have for such things. Please file or update an SNMP enhancement request with specific requirements you have - what you need supported, why you need it supported, and how you would like to see the functionality provided/exposed - so that we can do it "right" the first time.

+ +

Basic Debugging

+ +

The SNMP backend supports a debugging mode that is activated by running it from a shell prompt. If you are using Bash (/bin/bash), Bourne shell (/bin/sh), Korn shell (/bin/ksh), or Z shell (/bin/zsh), you can run the following command to get a verbose log of the SNMP backend:

+ +
+CUPS_DEBUG_LEVEL=2 /usr/lib/cups/backend/snmp 2>&1 | tee snmp.log
+
+ +

For C shell (/bin/csh) and TCsh (/bin/tcsh), use the following command instead:

+ +
+(setenv CUPS_DEBUG_LEVEL 2; /usr/lib/cups/backend/snmp) |& tee snmp.log
+
+ +

On MacOS X you'll find the SNMP backend in /usr/libexec/cups/backend instead:

+ +
+CUPS_DEBUG_LEVEL=2 /usr/libexec/cups/backend/snmp 2>&1 | tee snmp.log
+
+ +

The output will look something like this:

+ +
+ 1  INFO: Using default SNMP Address @LOCAL
+ 2  INFO: Using default SNMP Community public
+ 3  DEBUG: Scanning for devices in "public" via "@LOCAL"...
+ 4  DEBUG: 0.000 Sending 46 bytes to 192.168.2.255...
+ 5  DEBUG: SEQUENCE 44 bytes
+ 6  DEBUG:     INTEGER 1 bytes 0
+ 7  DEBUG:     OCTET STRING 6 bytes "public"
+ 8  DEBUG:     Get-Request-PDU 31 bytes
+ 9  DEBUG:         INTEGER 4 bytes 1149539174
+10  DEBUG:         INTEGER 1 bytes 0
+11  DEBUG:         INTEGER 1 bytes 0
+12  DEBUG:         SEQUENCE 17 bytes
+13  DEBUG:             SEQUENCE 15 bytes
+14  DEBUG:                 OID 11 bytes .1.3.6.1.2.1.25.3.2.1.2.1
+15  DEBUG:                 NULL VALUE 0 bytes
+16  DEBUG: 0.001 Received 55 bytes from 192.168.2.229...
+17  DEBUG: community="public"
+18  DEBUG: request-id=1149539174
+19  DEBUG: error-status=0
+20  DEBUG: SEQUENCE 53 bytes
+21  DEBUG:     INTEGER 1 bytes 0
+22  DEBUG:     OCTET STRING 6 bytes "public"
+23  DEBUG:     Get-Response-PDU 40 bytes
+24  DEBUG:         INTEGER 4 bytes 1149539174
+25  DEBUG:         INTEGER 1 bytes 0
+26  DEBUG:         INTEGER 1 bytes 0
+27  DEBUG:         SEQUENCE 26 bytes
+28  DEBUG:             SEQUENCE 24 bytes
+29  DEBUG:                 OID 11 bytes .1.3.6.1.2.1.25.3.2.1.2.1
+30  DEBUG:                 OID 9 bytes .1.3.6.1.2.1.25.3.1.5
+31  DEBUG: add_cache(addr=0xbfffe170, addrname="192.168.2.229",
+    uri="(null)", id="(null)", make_and_model="(null)")
+32  DEBUG: 0.002 Sending 46 bytes to 192.168.2.229...
+33  DEBUG: SEQUENCE 44 bytes
+34  DEBUG:     INTEGER 1 bytes 0
+35  DEBUG:     OCTET STRING 6 bytes "public"
+36  DEBUG:     Get-Request-PDU 31 bytes
+37  DEBUG:         INTEGER 4 bytes 1149539175
+38  DEBUG:         INTEGER 1 bytes 0
+39  DEBUG:         INTEGER 1 bytes 0
+40  DEBUG:         SEQUENCE 17 bytes
+41  DEBUG:             SEQUENCE 15 bytes
+42  DEBUG:                 OID 11 bytes .1.3.6.1.2.1.25.3.2.1.3.1
+43  DEBUG:                 NULL VALUE 0 bytes
+44  DEBUG: 0.003 Received 69 bytes from 192.168.2.229...
+45  DEBUG: community="public"
+46  DEBUG: request-id=1149539175
+47  DEBUG: error-status=0
+48  DEBUG: SEQUENCE 67 bytes
+49  DEBUG:     INTEGER 1 bytes 0
+50  DEBUG:     OCTET STRING 6 bytes "public"
+51  DEBUG:     Get-Response-PDU 54 bytes
+52  DEBUG:         INTEGER 4 bytes 1149539175
+53  DEBUG:         INTEGER 1 bytes 0
+54  DEBUG:         INTEGER 1 bytes 0
+55  DEBUG:         SEQUENCE 40 bytes
+56  DEBUG:             SEQUENCE 38 bytes
+57  DEBUG:                 OID 11 bytes .1.3.6.1.2.1.25.3.2.1.3.1
+58  DEBUG:                 OCTET STRING 23 bytes "HP LaserJet 4000
+    Series"
+59  DEBUG: 1.001 Probing 192.168.2.229...
+60  DEBUG: 1.001 Trying socket://192.168.2.229:9100...
+61  DEBUG: 192.168.2.229 supports AppSocket!
+62  DEBUG: 1.002 Scan complete!
+63  network socket://192.168.2.229 "HP LaserJet 4000 Series"
+    "HP LaserJet 4000 Series 192.168.2.229" ""
+
+ +

Dissecting the Output

+ +

The first two lines are just informational and let you know that the default community name and address are being used. Lines 3-15 contain the initial SNMP query for the device type OID (.1.3.6.1.2.1.25.3.2.1.2.1) from the Host MIB.

+ +

Lines 16-31 show the response we got from an HP LaserJet 4000 network printer. At this point we discover that it is a printer device and then send another SNMP query (lines 32-43) for the device description OID (.1.3.6.1.2.1.25.3.2.1.3.1) from the Host MIB as well.

+ +

Lines 44-58 show the response to the device description query, which tells us that this is an HP LaserJet 4000 Series printer.

+ +

On line 59 we start our active connection probe and discover that this print server supports the AppSocket (JetDirect) protocol on port 9100.

+ +

Finally, line 63 shows the device information line for the print server that is sent to CUPS.

+ +

Reporting Problems

+ +If you don't see your printer listed, or the wrong information is listed, then you need to gather more information on the printer. The easiest way to do this is to run the snmpwalk command: + +
+snmpwalk -Cc -v 1 -c public ip-address | tee snmpwalk.log
+
+ +

where "ip-address" is the IP address of the printer or print server. You should see a lot of values stream by - the ones you want to see are:

+ +
+HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
+HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: HP LaserJet 4000 Series
+
+ +

The hrDeviceType line should show hrDevicePrinter; if not, then your printer or print server doesn't identify itself as a printer. The hrDeviceDescr line should provide a human-readable string for the make and model of the printer, although in some cases you'll just see something less useful like "Axis OfficeBASIC Parallel Print Server".

+ +

Once you have collected the snmpwalk output, you should go to the CUPS Bugs & Features page to submit a feature request to support your printer or print server. Be sure to attach those two log files you created - they will help us to identify the SNMP values we need to look for.

+ + +

Configuring Print Servers

+ +

Configuring Axis Print Servers

+ +

The Axis print servers can be configured using BOOTP or DHCP. However, on models that do not provide IPP support an additional step must be performed to configure the TCP/IP portion of the print server for use with CUPS.

+ +

Each print server contains a configuration file named config that contains a list of network parameters used by the server. To modify this file you must first download it from the print server using the ftp(1) program:

+ +
+ftp ip-address
+Connected to ip-address.
+220 Axis NPS ### FTP Printer Server V#.## MON DD YEAR ready.
+ftp> user root
+331 User name ok, need password
+Password: pass (this is not echoed)
+230 User logged in
+ftp> get config
+local: config remote: config
+200 PORT command successful.
+150 Opening data connection for config (192,0,2,2),
+(mode ascii).
+226 Transfer complete.
+##### bytes received in #.## seconds (##### Kbytes/s)
+ftp> quit
+221 Goodbye.
+
+ +

Next, edit the file with your favorite text editor and locate the lines beginning with:

+ +
+RTN_OPT.     : YES
+RTEL_PR1.    : 0
+RTEL_PR2.    : 0
+RTEL_PR3.    : 0
+RTEL_PR4.    : 0
+RTEL_PR5.    : 0
+RTEL_PR6.    : 0
+RTEL_PR7.    : 0
+RTEL_PR8.    : 0
+
+ +

Change the RTN_OPT line to read:

+ +
+RTN_OPT.     : NO
+
+ +

This disables the Reverse TELNET protocol and enables the standard TELNET protocol on the print server. Next, assign a port number for each parallel and serial port on the server as follows:

+ +
+RTEL_PR1.    : 9100
+RTEL_PR2.    : 9101
+RTEL_PR3.    : 9102
+RTEL_PR4.    : 9103
+RTEL_PR5.    : 9104
+RTEL_PR6.    : 9105
+RTEL_PR7.    : 9106
+RTEL_PR8.    : 9107
+
+ +

This essentially makes the Axis print server look like a Hewlett Packard JetDirect EX print server. Save the file and then upload the new config file using the ftp command:

+ +
+ftp ip-address
+Connected to ip-address.
+220 Axis NPS ### FTP Printer Server V#.## MON DD YEAR ready.
+ftp> user root
+331 User name ok, need password
+Password: pass (this is not echoed)
+230 User logged in
+ftp> put config CONFIG
+local: config remote: CONFIG
+200 PORT command successful.
+150 Opening data connection for config (192,0,2,2), (mode ascii).
+226 Transfer complete.
+##### bytes received in #.## seconds (##### Kbytes/s)
+ftp> get hardreset
+local: hardreset remote: hardreset
+200 PORT command successful.
+421 Axis NPS ### hard reset, closing connection.
+ftp> quit
+221 Goodbye.
+
+ +

Your Axis print server is now ready for use!

+ +

Configuring Linksys Print Servers

+ +

The Linksys print servers can be configured using BOOTP or DHCP. Like older Axis print servers, an additional step must be performed to configure the TCP/IP portion of the print server for use with CUPS.

+ +

Each print server contains a configuration file named CONFIG that contains a list of network parameters used by the server. To modify this file you must first download it from the print server using the ftp(1) program:

+ +
+ftp -n ip-address
+Connected to ip-address.
+220 Print Server Ready.
+Remote system type is Print.
+ftp> get CONFIG
+local: CONFIG remote: CONFIG
+200 Command OK.
+150 Open ASCII Mode Connection.
+WARNING! 68 bare linefeeds received in ASCII mode
+File may not have transferred correctly.
+226 Transfer complete.
+##### bytes received in #.## seconds (##### Kbytes/s)
+ftp> quit
+221 Goodbye.
+
+ +

Next, edit the file with your favorite text editor and locate the lines beginning with:

+ +
+0100 L1_PROUT:P1
+0120 L2_PROUT:P1
+0140 L3_PROUT:P1
+
+ +

Change the port number for each parallel and serial port on the server as follows:

+ +
+0100 L1_PROUT:P1
+0120 L2_PROUT:P2
+0140 L3_PROUT:P3
+
+ +

This maps each virtual printer with a physical port. Save the file and then upload the new CONFIG file using the ftp command:

+ +
+ftp -n ip-address
+Connected to ip-address.
+220 Print Server Ready.
+Remote system type is Print.
+ftp> put CONFIG
+local: CONFIG remote: CONFIG
+200 Command OK.
+150 Open ASCII Mode Connection.
+226 Transfer complete.
+##### bytes received in #.## seconds (##### Kbytes/s)
+ftp> quit
+221 Goodbye.
+
+ +

Your Linksys print server is now ready for use!

+ + + diff --git a/doc/help/options.html b/doc/help/options.html new file mode 100644 index 0000000000..e9311856cb --- /dev/null +++ b/doc/help/options.html @@ -0,0 +1,497 @@ + + + + Printing and Options + + + +

CUPS provides both the System V (lp(1)) and Berkeley (lpr(1)) printing commands for printing +files. In addition, it supported a large number of standard and +printer-specific options that allow you to control how and where +files are printed.

+ + +

Printing Files

+ +

CUPS understands many different types of files directly, +including text, PostScript, PDF, and image files. This allows you +to print from inside your applications or at the command-line, +whichever is most convenient! Type either of the following +commands to print a file to the default (or only) printer on the +system:

+ +
+lp filename
+lpr filename
+
+ +

Choosing a Printer

+ +

Many systems will have more than one printer available to the +user. These printers can be attached to the local system via a +parallel, serial, or USB port, or available over the network. Use +the lpstat(1) command to see a list +of available printers:

+ +
+lpstat -p -d
+
+ +

The -p option specifies that you want to see a +list of printers, and the -d option reports the +current default printer or class.

+ +

Use the -d option with the lp command to +print to a specific printer:

+ +
+lp -d printer filename
+
+ +

or the -P option with the lpr command:

+ +
+lpr -P printer filename
+
+ +

Setting the Default Printer

+ +

If you normally use a particular printer, you can tell CUPS to +use it by default using the lpoptions(1) command:

+ +
+lpoptions -d printer
+
+ +

Printing the Output of a Program

+ +

Both the lp and lpr commands support printing +from the standard input:

+ +
+program | lp
+program | lp -d printer
+program | lpr
+program | lpr -P printer
+
+ +

If the program does not provide any output, then nothing will +be queued for printing.

+ +

Specifying Printer Options

+ +

For many types of files, the default printer options may be +sufficient for your needs. However, there may be times when you +need to change the options for a particular file you are +printing.

+ +

The lp and lpr commands allow you to pass +printer options using the -o option:

+ +
+lp -o landscape -o scaling=75 -o media=A4 filename.jpg
+lpr -o landscape -o scaling=75 -o media=A4 filename.jpg
+
+ +

The available printer options vary depending on the printer. +The standard options are described in the "Standard Printing Options" section +below. Printer-specific options are also available and can be +listed using the lpoptions command:

+ +
+lpoptions -p printer -l
+
+ +

Printing Multiple Copies

+ +

Both the lp and lpr commands have options for +printing more than one copy of a file:

+ +
+lp -n num-copies filename
+lpr -#num-copies filename
+
+ +

Copies are normally not collated for you. Use the +-o Collate=True option to get collated copies:

+ +
+lp -n num-copies -o Collate=True filename
+lpr -#num-copies -o Collate=True filename
+
+ + +

Canceling a Print Job

+ +

The cancel(1) and lprm(1) commands cancel a print job:

+ +
+cancel job-id
+lprm job-id
+
+ +

The job-id is the number that was reported to you by +the lp command. You can also get the job ID using the lpq(1) or lpstat commands:

+ +
+lpq
+lpstat
+
+ + +

Standard Printing Options

+ +

The following options apply when printing all types of +files.

+ +

Selecting the Media Size, Type, and Source

+ +

The -o media=xyz option sets the media size, +type, and/or source:

+ +
+lp -o media=Letter filename
+lp -o media=Letter,MultiPurpose filename
+lpr -o media=Letter,Transparency filename
+lpr -o media=Letter,MultiPurpose,Transparency filename
+
+ +

The available media sizes, types, and sources depend on the +printer, but most support the following options (case is not +significant):

+ +
    + +
  • Letter - US Letter (8.5x11 inches, or 216x279mm) + +
  • Legal - US Legal (8.5x14 inches, or 216x356mm) + +
  • A4 - ISO A4 (8.27x11.69 inches, or 210x297mm) + +
  • COM10 - US #10 Envelope (9.5x4.125 inches, or + 241x105mm) + +
  • DL - ISO DL Envelope (8.66x4.33 inches, or 220x110mm) + +
  • Transparency - Transparency media type or source + +
  • Upper - Upper paper tray + +
  • Lower - Lower paper tray + +
  • MultiPurpose - Multi-purpose paper tray + +
  • LargeCapacity - Large capacity paper tray + +
+ +

The actual options supported are defined in the printer's PPD +file in the PageSize, InputSlot, and +MediaType options. You can list them using the +lpoptions(1) command:

+ +
+lpoptions -p printer -l
+
+ +

When Custom is listed for the PageSize option, you can specify custom media sizes using one of the following forms:

+ +
+lp -o media=Custom.WIDTHxLENGTH filename
+lp -o media=Custom.WIDTHxLENGTHin filename
+lp -o media=Custom.WIDTHxLENGTHcm filename
+lp -o media=Custom.WIDTHxLENGTHmm filename
+
+ +

where "WIDTH" and "LENGTH" are the width and length of the media in points, inches, centimeters, or millimeters, respectively.

+ + +

Setting the Orientation

+ +

The -o landscape option will rotate the page 90 +degrees to print in landscape orientation:

+ +
+lp -o landscape filename
+lpr -o landscape filename
+
+ +

The -o orientation-requested=N option rotates the +page depending on the value of N:

+ +
    + +
  • -o orientation-requested=3 - portrait + orientation (no rotation)
  • + +
  • -o orientation-requested=4 - landscape + orientation (90 degrees)
  • + +
  • -o orientation-requested=5 - reverse + landscape or seascape orientation (270 degrees)
  • + +
  • -o orientation-requested=6 - reverse + portrait or upside-down orientation (180 degrees)
  • + +
+ +

Printing On Both Sides of the Paper

+ +

The -o sides=two-sided-short-edge and -o +sides=two-sided-long-edge options will enable two-sided +printing on the printer if the printer supports it. The -o +sides=two-sided-short-edge option is suitable for +landscape pages, while the -o +sides=two-sided-long-edge option is suitable for portrait +pages:

+ +
+lp -o sides=two-sided-short-edge filename
+lp -o sides=two-sided-long-edge filename
+lpr -o sides=two-sided-long-edge filename
+
+ +

The default is to print single-sided:

+ +
+lp -o sides=one-sided filename
+lpr -o sides=one-sided filename
+
+ +

Selecting the Banner Page(s)

+ +

The -o jobsheets=start,end option sets the banner +page(s) to use for a job:

+ +
+lp -o job-sheets=none filename
+lp -o job-sheets=standard filename
+lpr -o job-sheets=classified,classified filename
+
+ +

If only one banner file is specified, it will be printed +before the files in the job. If a second banner file is +specified, it is printed after the files in the job.

+ +

The available banner pages depend on the local system +configuration; CUPS includes the following banner files:

+ +
    + +
  • none - Do not produce a banner page. + +
  • classified - A banner page with a "classified" + label at the top and bottom. + +
  • confidential - A banner page with a + "confidential" label at the top and bottom. + +
  • secret - A banner page with a "secret" label + at the top and bottom. + +
  • standard - A banner page with no label at the + top and bottom. + +
  • topsecret - A banner page with a "top secret" + label at the top and bottom. + +
  • unclassified - A banner page with an + "unclassified" label at the top and bottom. + +
+ + +

Specifying the Output Order

+ +

The -o outputorder=normal and -o outputorder=reverse options specify the order of the pages. Normal order prints page 1 first, page 2 second, and so forth. Reverse order prints page 1 last.

+ + +

Selecting a Range of Pages

+ +

The -o page-ranges=pages option selects a range +of pages for printing:

+ +
+lp -o page-ranges=1 filename
+lp -o page-ranges=1-4 filename
+lp -o page-ranges=1-4,7,9-12 filename
+lpr -o page-ranges=1-4,7,9-12 filename
+
+ +

As shown above, the pages value can be a single page, a +range of pages, or a collection of page numbers and ranges separated by +commas. The pages will always be printed in ascending order, regardless +of the order of the pages in the page-ranges option. + +

The default is to print all pages. + +

Selecting Even or Odd Pages

+ +

Use the -o page-set=set option to select the even or odd pages:

+ +
+lp -o page-set=odd filename
+lp -o page-set=even filename
+lpr -o page-set=even filename
+
+ +

The default is to print all pages. + +

N-Up Printing

+ +

The -o number-up=value option selects N-Up +printing. N-Up printing places multiple document pages on a +single printed page. CUPS supports 1, 2, 4, 6, 9, and 16-Up +formats; the default format is 1-Up:

+ +
+lp -o number-up=1 filename
+lp -o number-up=2 filename
+lp -o number-up=4 filename
+lpr -o number-up=16 filename
+
+ +

The -o page-border=value option chooses the +border to draw around each page:

+ +
    +
  • -o page-border=double; draw two hairline borders around each page
  • +
  • -o page-border=double-thick; draw two 1pt borders around each page
  • +
  • -o page-border=none; do not draw a border (default)
  • +
  • -o page-border=single; draw one hairline border around each page
  • +
  • -o page-border=single-thick; draw one 1pt border around each page
  • +
+ +

The -o number-up-layout=value option chooses the +layout of the pages on each output page:

+ +
    +
  • -o number-up-layout=btlr; Bottom to top, left to right
  • +
  • -o number-up-layout=btrl; Bottom to top, right to left
  • +
  • -o number-up-layout=lrbt; Left to right, bottom to top
  • +
  • -o number-up-layout=lrtb; Left to right, top to bottom (default)
  • +
  • -o number-up-layout=rlbt; Right to left, bottom to top
  • +
  • -o number-up-layout=rltb; Right to left, top to bottom
  • +
  • -o number-up-layout=tblr; Top to bottom, left to right
  • +
  • -o number-up-layout=tbrl; Top to bottom, right to left
  • +
+ +

Scaling to Fit

+ +

The -o fitplot option specifies that the document +should be scaled to fit on the page:

+ +
+lp -o fitplot filename
+lpr -o fitplot filename
+
+ +

The default is to use the size specified in the file.

+ +
Note: This feature depends upon an accurate size in +the print file. If no size is given in the file, the page may be +scaled incorrectly!
+ +

Raw or Unfiltered Output

+ +

The -o raw option allows you to send files +directly to a printer without filtering. This is sometimes +required when printing from applications that provide their own +"printer drivers" for your printer:

+ +
+lp -o raw filename
+lpr -o raw filename
+
+ +

The -l option can also be used with the +lpr command to send files directly to a printer:

+ +
+lpr -l filename
+
+ + +

Text Options

+ +

CUPS supports several options that are only used when printing +plain text files. These options have absolutely no effect on +PostScript, PDF, HP-GL/2, or image files.

+ +

Setting the Number of Characters Per Inch

+ +

The -o cpi=value option sets the number of +characters per inch:

+ +
+lp -o cpi=10 filename
+lp -o cpi=12 filename
+lpr -o cpi=17 filename
+
+ +

The default characters per inch is 10.

+ +

Setting the Number of Lines Per Inch

+ +

The -o lpi=value option sets the number of lines +per inch:

+ +
+lp -o lpi=6 filename
+lpr -o lpi=8 filename
+
+ +

The default lines per inch is 6.

+ +

Setting the Number of Columns

+ +

The -o columns=value option sets the number of +text columns:

+ +
+lp -o columns=2 filename
+lpr -o columns=3 filename
+
+ +

The default number of columns is 1.

+ +

Setting the Page Margins

+ +

Normally the page margins are set to the hard limits of the +printer. Use the -o page-left=value, -o +page-right=value, -o page-top=value, and +-o page-bottom=value options to adjust the page +margins:

+ +
+lp -o page-left=value filename
+lp -o page-right=value filename
+lp -o page-top=value filename
+lp -o page-bottom=value filename
+lpr -o page-left=value -o page-right=value -o page-top=value -o page-bottom=value filename
+
+ +

The value argument is the margin in points; each +point is 1/72 inch or 0.35mm.

+ +

Pretty Printing

+ +

The -o prettyprint option puts a header at the +top of each page with the page number, job title (usually the +filename), and the date. Also, C and C++ keywords are +highlighted, and comment lines are italicized:

+ +
+lp -o prettyprint filename
+lpr -o prettyprint filename
+
+ + + diff --git a/doc/help/overview.html b/doc/help/overview.html new file mode 100644 index 0000000000..38f57eb3da --- /dev/null +++ b/doc/help/overview.html @@ -0,0 +1,108 @@ + + + + Overview of CUPS + + + +

The Common UNIX Printing SystemTM, or CUPS, is the +software you use to print from applications like the web browser +you are using to read this page. It converts the page +descriptions produced by your application (put a paragraph +here, draw a line there, and so forth) into something your +printer can understand and then sends the information to the +printer for printing.

+ +

Now, since every printer manufacturer does things differently, +printing can be very complicated. CUPS does its best to hide this +from you and your application so that you can concentrate on +printing and less on how to print. Generally, the only +time you need to know anything about your printer is when you use +it for the first time, and even then CUPS can often figure things +out on its own.

+ +

How Does It Work?

+ +

The first time you print to a printer, CUPS creates a +queue to keep track of the current status of the printer +(everything OK, out of paper, etc.) and any pages you have +printed. Most of the time the queue points to a printer connected +directly to your computer via a USB or parallel port, however it +can also point to a printer on your network, a printer on the +Internet, or multiple printers depending on the configuration. +Regardless of where the queue points, it will look like +any other printer to you and your applications.

+ +

Every time you print something, CUPS creates a job +which contains the queue you are sending the print to, the name +of the document you are printing, and the page descriptions. Job +are numbered (queue-1, queue-2, and so forth) so you can monitor +the job as it is printed or cancel it if you see a mistake. When +CUPS gets a job for printing, it determines the best programs +(filters, printer drivers, port +monitors, and backends) to convert the pages into a +printable format and then runs them to actually print the +job.

+ +

When the print job is completely printed, CUPS removes the job +from the queue and moves on to any other jobs you have submitted. +You can also be notified when the job is finished, or if there +are any errors during printing, in several different ways.

+ +

Where Do I Begin?

+ +

Click on the Administration tab at the +top of this page. If you have a printer connected to a USB or +parallel port, you will see it listed as a new printer - click on +the Add This Printer button, verify the printer driver +CUPS has chosen for you, and click on the Add Printer +button. If you do not see your printer listed, or if you have a +network printer, click on the Add Printer button and +follow the prompts.

+ +
If you are asked for a username and password, enter +your login username and password or the "root" username and +password. On MacOS X, the login username (or "short name") is +typically your first name in lowercase.
+ +

After the printer is added, CUPS will ask you to set the +default printer options (paper size, output mode, etc.) for the +printer. Make any changes as needed and then click on the +Set Printer Options button to save them.

+ +

Finally, click on the Print Test Page button to +print a simple test page and verify that everything is working +properly.

+ +

Once you have added the printer, you can print to it from any +application.

+ + + + + + + + + + + + + + +
CUPS Administration Web Page
+Figure 1: The CUPS Administration Web Page
CUPS Driver Selection Web Page
+Figure 2: The CUPS Driver Selection Web Page
CUPS Password Dialog
+Figure 3: The CUPS Password Dialog
CUPS Set Printer Options Web Page
+Figure 4: The CUPS Set Printer Options Web Page
CUPS Printer Status Page
+Figure 5: The CUPS Printer Status Page
CUPS Printer Test Page
+Figure 6: The CUPS Printer Test Page
+ + + diff --git a/doc/help/policies.html b/doc/help/policies.html new file mode 100644 index 0000000000..804fc3e9ea --- /dev/null +++ b/doc/help/policies.html @@ -0,0 +1,677 @@ + + + + Managing Operation Policies + + + +

Operation policies are the rules used for each IPP operation +in CUPS. These rules include things like "user must provide a +password", "user must be in the system group", "allow only from +the local system", and so forth. Until CUPS 1.2, these rules were +largely hardcoded and could only be customized at a very basic +level.

+ +

CUPS 1.2 adds a new fine-grained policy layer which allows you +to completely redefine the rules for each operation and/or +printer. Each policy is named and defines access control rules +for each IPP operation. This document describes how to manage +policies and their rules.

+ +

The Basics

+ +

Operation policies are used for all IPP requests sent to the +scheduler and are evaluated after the Location based +access control rules. This means that operation policies can only +add additional security restrictions to a request, never relax +them. Use Location based access control rules for +server-wide limits and operation policies for limits on +individual printers, tasks, or services.

+ +

Policies are stored in the cupsd.conf file in Policy sections. +Each policy has an alphanumeric name that is used to select it. +Inside the policy section are one or more Limit +subsections which list the operations that are affected by the +rules inside it. Listing 1 shows the +default operation policy, appropriately called "default", that is +shipped with CUPS.

+ +

The easiest way to add a policy to the cupsd.conf +file is to use the web interface. Click on the +Administration tab and then the Edit +Configuration File button to edit the current +cupsd.conf file. Click on the Save Changes +button to save the changes and restart the scheduler. If you edit +the cupsd.conf file from the console, make sure to restart the cupsd process before +trying to use the new policy.

+ +
+Listing 1: Default Operation Policy
+
+ 1    <Policy default>
+ 2      # Job-related operations must be done by the owner or an
+      adminstrator...
+ 3      <Limit Send-Document Send-URI Hold-Job Release-Job
+      Restart-Job Purge-Jobs Set-Job-Attributes
+      Create-Job-Subscription Renew-Subscription
+      Cancel-Subscription Get-Notifications Reprocess-Job
+      Cancel-Current-Job Suspend-Current-Job Resume-Job
+      CUPS-Move-Job>
+ 4        Require user @OWNER @SYSTEM
+ 5        Order deny,allow
+ 6      </Limit>
+ 7    
+ 8      # All administration operations require an adminstrator
+      to authenticate...
+ 9      <Limit Pause-Printer Resume-Printer
+      Set-Printer-Attributes Enable-Printer Disable-Printer
+      Pause-Printer-After-Current-Job Hold-New-Jobs
+      Release-Held-New-Jobs Deactivate-Printer Activate-Printer
+      Restart-Printer Shutdown-Printer Startup-Printer
+      Promote-Job Schedule-Job-After CUPS-Add-Printer
+      CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class
+      CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
+10        AuthType Basic
+11        Require user @SYSTEM
+12        Order deny,allow
+13      </Limit>
+14    
+15      # Only the owner or an administrator can cancel or
+      authenticate a job...
+16      <Limit Cancel-Job CUPS-Authenticate-Job>
+17        Require user @OWNER @SYSTEM
+18        Order deny,allow
+19      </Limit>
+20    
+21      <Limit All>
+22        Order deny,allow
+23      </Limit>
+24    </Policy>
+
+ +

The Default CUPS Operation Policy

+ +

The policy definition starts with an opening Policy +directive:

+ +
+ 1    <Policy default>
+
+ +

The first Limit subsection defines the rules for IPP +job operations:

+ +
+ 3      <Limit Send-Document Send-URI Hold-Job Release-Job
+      Restart-Job Purge-Jobs Set-Job-Attributes
+      Create-Job-Subscription Renew-Subscription
+      Cancel-Subscription Get-Notifications Reprocess-Job
+      Cancel-Current-Job Suspend-Current-Job Resume-Job
+      CUPS-Move-Job>
+ 4        Require user @OWNER @SYSTEM
+ 5        Order deny,allow
+ 6      </Limit>
+
+ +

The operation names are listed on a single line +with spaces separating them. Each name corresponds to the IPP +operation described in any of the IETF or PWG standards documents +for the Internet Printing Protocol. Table +1 lists all of the operations that have been defined along +with their usage in CUPS.

+ +

The access control rules are listed after the Limit +line and are the same as those used for Location +sections. In this case, we require the owner of the job +("@OWNER") or a member of the SystemGroup +("@SYSTEM") to do the operation. Because we do not include an AuthType +directive here, the user information can come from the IPP +request itself or the authenticated username from the HTTP +request. The administrative operations starting on line 9, +however, do use the AuthType directive, and so +administrative operations need to be authenticated:

+ +
+ 9      <Limit Pause-Printer Resume-Printer
+      Set-Printer-Attributes Enable-Printer Disable-Printer
+      Pause-Printer-After-Current-Job Hold-New-Jobs
+      Release-Held-New-Jobs Deactivate-Printer Activate-Printer
+      Restart-Printer Shutdown-Printer Startup-Printer
+      Promote-Job Schedule-Job-After CUPS-Add-Printer
+      CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class
+      CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
+10        AuthType Basic
+11        Require user @SYSTEM
+12        Order deny,allow
+13      </Limit>
+
+ +

The "Order deny,allow" line at the end of both Limit +subsections allows the request to come from any system allowed by +the Location sections elsewhere in the +cupsd.conf file.

+ +

The Cancel-Job and CUPS-Authenticate-Job +operations are listed separately to allow the web interface to +more easily edit their policy without disturbing the rest. Like +the rest of the job operations, we want the job's owner +("@OWNER") or an administrator ("@SYSTEM") to do it:

+ +
+16      <Limit Cancel-Job CUPS-Authenticate-Job>
+17        Require user @OWNER @SYSTEM
+18        Order deny,allow
+19      </Limit>
+
+ +

The last Limit subsection in any policy uses the +special operation name All. CUPS will use the rules in +this subsection for any operation you don't list specifically in +the policy. In this case, all other operations are allowed +without a username or authentication:

+ +
+21      <Limit All>
+22        Order deny,allow
+23      </Limit>
+24    </Policy>
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: IPP Operation Names
NameUsed by CUPS?Description
Print-JobYesCreates a print job with a single file.
Print-URINoCreate a print job with a single URI.
Validate-JobYesValidates a print request before printing.
Create-JobYesCreates a print job with no files or URIs.
Send-DocumentYesAdds a file to a print job.
Send-URINoAdds a URI to a print job.
Cancel-JobYesCancels a print job.
Get-Job-AttributesYesGets information and options associated with a job.
Get-JobsYesGets a list of jobs.
Get-Printer-AttributesYesGets information and options associated with a printer or class.
Hold-JobYesHolds a print job for printing.
Release-JobYesReleases a print job for printing.
Restart-JobYesReprints a print job.
Pause-PrinterYesStops a printer or class.
Resume-PrinterYesStarts a printer or class.
Purge-JobsYesCancels all jobs on the server or a printer or class + and removes the job history information.
Set-Printer-AttributesNoSets printer or class information; CUPS uses + CUPS-Add-Modify-Printer and CUPS-Add-Modify-Class + instead.
Set-Job-AttributesYesChanges job options.
Get-Printer-Supported-ValuesNoGets -supported attributes for a printer based on job + options.
Create-Printer-SubscriptionYesCreates an event subscription for a printer or the server.
Create-Job-SubscriptionYesCreates an event subscription for a job.
Get-Subscription-AttributesYesGets information for an event subscription.
Get-SubscriptionsYesGets a list of event subscriptions.
Renew-SubscriptionYesRenews an event subscription that is about to expire.
Cancel-SubscriptionYesCancels an event subscription.
Get-NotificationsYesGets (pending) events for an event subscription.
Send-NotificationsNoSends events for an event subscription.
Get-Printer-Support-FilesNoGets printer driver files for a Novell client.
Enable-PrinterYesStarts a printer or class.
Disable-PrinterYesStops a printer or class.
Pause-Printer-After-Current-JobNoStops a printer or class after the current job is finished.
Hold-New-JobsNoHolds new jobs submitted to a printer or class.
Release-Held-New-JobsNoReleases jobs that were held because of the + Hold-New-Jobs operation.
Deactivate-PrinterNoDeactivates a printer or class.
Activate-PrinterNoActivates a printer or class.
Restart-PrinterNoRestarts a printer or class, resuming print jobs as needed.
Shutdown-PrinterNoPowers a printer or class off.
Startup-PrinterNoPowers a printer or class on.
Reprocess-JobNoReprints a job on a different printer or class; CUPS has the + CUPS-Move-Job operation instead.
Cancel-Current-JobNoCancels the current job on a printer or class.
Suspend-Current-JobNoStops the current job on a printer or class.
Resume-JobNoResumes printing of a stopped job.
Promote-JobNoPrints a job before others.
Schedule-Job-AfterNoPrints a job after others.
CUPS-Get-DefaultYesGets the server/network default printer or class.
CUPS-Get-PrintersYesGets a list of printers and/or classes.
CUPS-Add-Modify-PrinterYesAdds or modifies a printer.
CUPS-Delete-PrinterYesRemoves a printer.
CUPS-Get-ClassesYesGets a list of classes.
CUPS-Add-Modify-ClassYesAdds or modifies a class.
CUPS-Delete-ClassYesRemoves a class.
CUPS-Accept-JobsYesSets a printer's or class' printer-is-accepting-jobs + attribute to true.
CUPS-Reject-JobsYesSets a printer's or class' printer-is-accepting-jobs + attribute to false.
CUPS-Set-DefaultYesSets the server/network default printer or class.
CUPS-Get-DevicesYesGets a list of printer devices.
CUPS-Get-PPDsYesGets a list of printer drivers or manufacturers.
CUPS-Move-JobYesMoves a job to a different printer or class.
CUPS-Authenticate-JobYesAuthenticates a job for printing.
+ + +

Creating Your Own Policies

+ +

The easiest way to create a new policy is to start with the +default policy and then make changes to the copy. The first +change you'll make is to give the policy a new name. Policy names +can use the same characters as a printer name, specifically all +printable characters except space, slash (/), and pound (#):

+ +
+<Policy mypolicy>
+
+ +

Then you need to decide exactly what limits you want for the +policy. For example, if you want to allow any user to cancel any +other users' jobs, you can change the Cancel-Job limits +to:

+ +
+<Limit Cancel-Job>
+  Order deny,allow
+</Limit>
+
+ +

The directives inside the Limit subsection can use +any of the normal limiting directives: Allow, AuthType, Deny, Encryption, Require, and Satisfy. Table 2 lists some basic "recipes" for +different access control rules.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 2: Access Control Recipes
Access LevelDirectives to Use
Allow Everyone
Order deny,allow
+Allow from all
Allow Everyone on the Local Network
Order deny,allow
+Allow from @LOCAL
Deny Everyone/Disable Operation(s)
Order allow,deny
+Deny from all
Require Login (System) Password
AuthType Basic
Require CUPS (lppasswd) Password
AuthType BasicDigest
Require the Owner of a Job or Subscription
Require user @OWNER
Require an Administrative User
Require user @SYSTEM
Require Member of Group "foogroup"
Require user @foogroup
Require "john" or "mary"
Require user john mary
Require Encryption
Encryption Required
+ + +

Creating a Policy for a Computer Lab

+ +

One common operating scenario is a computer lab. The lab is +managed by one or more technicians that assist the users of the +lab and handle the basic administration tasks. Listing 2 shows an operation policy that +only allows access from the lab's subnet, 10.0.2.x, and allows +the lab technicians, who are members of a special UNIX group for +that lab called "lab999", to do job, printer, and subscription +management operations.

+ +
+Listing 2: Operation Policy for a Lab
+
+ 1    <Policy lab999>
+ 2      # Job- and subscription-related operations must be done
+      by the owner, a lab technician, or an adminstrator...
+ 3      <Limit Send-Document Send-URI Hold-Job Release-Job
+      Restart-Job Purge-Jobs Set-Job-Attributes
+      Create-Job-Subscription Renew-Subscription
+      Cancel-Subscription Get-Notifications Reprocess-Job
+      Cancel-Current-Job Suspend-Current-Job Resume-Job
+      CUPS-Move-Job Cancel-Job CUPS-Authenticate-Job>
+ 4        Require user @OWNER @lab999 @SYSTEM
+ 5        Order allow,deny
+ 6        Allow from 10.0.2.0/24
+ 7      </Limit>
+ 8    
+ 9      # All administration operations require a lab technician
+      or an adminstrator to authenticate...
+10      <Limit Pause-Printer Resume-Printer
+      Set-Printer-Attributes Enable-Printer Disable-Printer
+      Pause-Printer-After-Current-Job Hold-New-Jobs
+      Release-Held-New-Jobs Deactivate-Printer Activate-Printer
+      Restart-Printer Shutdown-Printer Startup-Printer
+      Promote-Job Schedule-Job-After CUPS-Accept-Jobs
+      CUPS-Reject-Jobs CUPS-Set-Default>
+11        AuthType Basic
+12        Require user @lab999 @SYSTEM
+13        Order allow,deny
+14        Allow from 10.0.2.0/24
+15      </Limit>
+16
+17      # All other operations are allowed from the lab network...
+18      <Limit All>
+19        Order allow,deny
+20        Allow from 10.0.2.0/24
+21      </Limit>
+22    </Policy>
+
+ + +

Using Policies

+ +

Once you have created a policy, you can use it in two ways. +The first way is to assign it as the default policy for the +system using the DefaultPolicy +directive in the cupsd.conf file. For example, add the +following line to the cupsd.conf file to use the +"lab999" policy from the previous section:

+ +
+DefaultPolicy lab999
+
+ +

To associate the policy with one or more printers, use either +the lpadmin(8) command or the web +interface to change the operation policy for each printer. When +using the lpadmin command, the -o +printer-op-policy=name option sets the operation policy for +a printer. For example, enter the following command to use the +"lab999" policy from the previous section with a printer named +"LaserJet4000":

+ +
+lpadmin -p LaserJet4000 -o printer-op-policy=lab999
+
+ +

To make the same change in the web interface, go to the +printer's web page, for example +"http://localhost:631/printers/LaserJet4000", and click on the +Set Printer Options button. Scroll down to the bottom +of the page and choose the desired policy from the pull-down +list. Click on Save Changes to change the policy for +the printer.

+ + + diff --git a/doc/help/ref-access_log.html b/doc/help/ref-access_log.html new file mode 100644 index 0000000000..5ed47821be --- /dev/null +++ b/doc/help/ref-access_log.html @@ -0,0 +1,137 @@ + + + + access_log + + + +

The access_log file lists each HTTP resource that +is accessed by a web browser or client. Each line is in an +extended version of the so-called "Common Log Format" used by +many web servers and web reporting tools:

+ +

+ +host group user date-time \"method resource version\" status +bytes ipp-operation ipp-status
+ +
+ +10.0.1.2 - - [01/Dec/2005:21:50:28 +0000] "POST / HTTP/1.1" 200 +317 CUPS-Get-Printers +successful-ok-ignored-or-substituted-attributes
+ +localhost - - [01/Dec/2005:21:50:32 +0000] "GET /admin HTTP/1.1" +200 0 - -
+ +localhost - - [01/Dec/2005:21:50:32 +0000] "POST / HTTP/1.1" 200 +157 CUPS-Get-Printers +successful-ok-ignored-or-substituted-attributes
+ +localhost - - [01/Dec/2005:21:50:32 +0000] "POST / HTTP/1.1" 200 +1411 CUPS-Get-Devices -
+ +localhost - - [01/Dec/2005:21:50:32 +0000] "GET /admin HTTP/1.1" +200 6667 - -
+ +

+ +

The host field will normally only be an IP address +unless you have enabled the HostNameLookups +directive in the cupsd.conf file or if the IP address +corresponds to your local machine.

+ +

The group field always contains "-".

+ +

The user field is the authenticated username of the +requesting user. If no username and password is supplied for the +request then this field contains "-".

+ +

The date-time field is the date and time of the request +in local time and is in the format:

+ +

+[DD/MON/YYYY:HH:MM:SS +ZZZZ] +

+ +

The method field is the HTTP method used: "GET", +"OPTIONS", "PUT", or "POST". "GET" requests are used to get files +from the server, both for the web interface and to get +configuration and log files. "OPTIONS" requests are used to +upgrade connections to TLS encryption. "PUT" requests are used to +upload configuration files. "POST" requests are used for web +interface forms and IPP requests.

+ +

The resource field is the filename of the requested +resource.

+ +

The version field is the HTTP specification version used by the +client. For CUPS clients this will always be "HTTP/1.1".

+ +

The status field contains the HTTP result status of the +request, as follows:

+ +
    + +
  • 200 - Successful operation.
  • + +
  • 201 - File created/modified successfully.
  • + +
  • 304 - The requested file has not changed.
  • + +
  • 400 - Bad HTTP request; typically this + means that you have a malicious program trying to access + your server.
  • + +
  • 401 - Unauthorized, authentication + (username + password) is required.
  • + +
  • 403 - Access is forbidden; typically + this means that a client tried to access a file or + resource they do not have permission to access.
  • + +
  • 404 - The file or resource does not + exist.
  • + +
  • 405 - URL access method is not allowed; + typically this means you have a web browser using your + server as a proxy.
  • + +
  • 413 - Request too large; typically this + means that a client tried to print a file larger than the + MaxRequestSize + allows.
  • + +
  • 426 - Upgrading to TLS-encrypted + connection.
  • + +
  • 500 - Server error; typically this + happens when the server is unable to open/create a file - + consult the error_log file for details.
  • + +
  • 501 - The client requested encryption + but encryption support is not enabled/compiled in.
  • + +
  • 505 - HTTP version number not supported; + typically this means that you have a malicious program + trying to access your server.
  • + +
+ +

The bytes field contains the number of bytes in the +request. For POST requests the bytes field contains the +number of bytes of non-IPP data that is received from the +client.

+ +

The ipp-operation field contains either "-" for non-IPP +requests or the IPP operation name for POST requests containing +an IPP request.

+ +

The ipp-status field contains either "-" for non-IPP +requests or the IPP status code name for POST requests containing +an IPP response.

+ + + diff --git a/doc/help/ref-classes-conf.html b/doc/help/ref-classes-conf.html new file mode 100644 index 0000000000..d638b4625c --- /dev/null +++ b/doc/help/ref-classes-conf.html @@ -0,0 +1,609 @@ + + + + classes.conf + + + +

The CUPS scheduler (cupsd) uses the +/etc/cups/classes.conf file to store the list of +available classes. This file contains only locally defined +classes, not remote classes that are created automatically via +browsing. Each directive is listed on a line by itself followed +by its value. Comments are introduced using the number sign ("#") +character at the beginning of a line.

+ +

While the class configuration file consists of plain text and +can be modified using your favorite text editor, you should +normally use the lpadmin(8) +command, web interface, or any of the available GUIs to manage +your classes instead. If you do choose to edit this file +manually, you will need to restart the scheduler to make them +active.

+ + +

Accepting

+ +

Examples

+ +
+<Class name>
+  ...
+  Accepting yes
+</Class>
+
+ +

Description

+ +

The Accepting directive defines the initial state +of the printer-is-accepting-jobs attribute. This state +is also set by the accept(8) and +reject(8) commands:

+ +
+/usr/sbin/accept classname
+/usr/sbin/reject classname
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

AllowUser

+ +

Examples

+ +
+<Class name>
+  ...
+  AllowUser foo_user
+  AllowUser @bar_group
+</Class>
+
+ +

Description

+ +

The AllowUser directive adds a username or group +name to the requesting-user-name-allowed attribute +which can be set by the lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p classname -u allow:foo_user,@bar_group
+
+ +

This directive must appear inside a Class or DefaultClass directive. +This directive cannot be used with DenyUser.

+ + +

Class

+ +

Examples

+ +
+<Class name>
+  ...
+</Class>
+
+ +

Description

+ +

The Class directive begins a class definition. +Classes are added using the lpadmin(8) command: + +

+/usr/sbin/lpadmin -p printername -c classname
+
+ + +

DefaultClass

+ +

Examples

+ +
+<DefaultClass name>
+  ...
+</Class>
+
+ +

Description

+ +

The DefaultClass directive begins a class +definition as the default server destination. The default server +destination can be set using the lpadmin(8) +command:

+ +
+/usr/sbin/lpadmin -d classname
+
+ +

Note that the server default destination settings can be +overridden by the user's default destination settings which are +normally set using the lpoptions(1) command.

+ + +

DenyUser

+ +

Examples

+ +
+<Class name>
+  ...
+  DenyUser foo_user
+  DenyUser @bar_group
+</Class>
+
+ +

Description

+ +

The DenyUser directive adds a username or group +name to the requesting-user-name-denied attribute +which can be set by the lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p classname -u deny:foo_user,@bar_group
+
+ +

This directive must appear inside a Class or DefaultClass directive. +This directive cannot be used with AllowUser

+ + +

CUPS 1.2ErrorPolicy

+ +

Examples

+ +
+<Class name>
+  ...
+  ErrorPolicy abort-job
+</Class>
+
+ +

Description

+ +

The ErrorPolicy directive defines the policy that +is used when a backend is unable to send a print job to the +printer. The lpadmin(8) command sets the current +error policy:

+ +
+/usr/sbin/lpadmin -p classname -o printer-error-policy=stop-printer
+
+ +

The following values are supported:

+ +
    + +
  • abort-job - Abort the job and proceed + with the next job in the queue
  • + +
  • retry-job - Retry the job after waiting + for N seconds; the cupsd.conf JobRetryInterval + directive controls the value of N
  • + +
  • stop-printer - Stop the printer and keep + the job for future printing; this is the default + value
  • + +
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

Info

+ +

Examples

+ +
+<Class name>
+  ...
+  Info My Class
+</Class>
+
+ +

Description

+ +

The Info directive defines the string for the +printer-info attribute. It is normally set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p classname -D "My Class"
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

JobSheets

+ +

Examples

+ +
+<Class name>
+  ...
+  JobSheets none,standard
+</Class>
+
+ +

Description

+ +

The JobSheets directive specifies the default +banner pages to print before and after a print job. In the above +example, only a standard banner will print after each +job. The lpadmin(8) command is normally used to set +the default banners: + +

+/usr/sbin/lpadmin -p classname -o job-sheets-default=none,standard
+
+ +

If only one banner file is specified, it will be printed +before the files in the job. If a second banner file is +specified, it is printed after the files in the job.

+ +

The available banner pages depend on the local system +configuration; CUPS includes the following standard banner +files:

+ +
    + +
  • none - Do not produce a banner + page.
  • + +
  • classified - A banner page with a + "classified" label at the top and bottom.
  • + +
  • confidential - A banner page with a + "confidential" label at the top and bottom.
  • + +
  • secret - A banner page with a + "secret" label at the top and bottom.
  • + +
  • standard - A banner page with no label + at the top and bottom.
  • + +
  • topsecret - A banner page with a + "top secret" label at the top and bottom.
  • + +
  • unclassified - A banner page with an + "unclassified" label at the top and bottom.
  • + +
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

KLimit

+ +

Examples

+ +
+<Class name>
+  ...
+  KLimit 1234
+</Class>
+
+ +

Description

+ +

The KLimit directive defines the value of the +job-k-limit attribute. It is normally set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p classname -o job-k-limit=1234
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

Location

+ +

Examples

+ +
+<Class name>
+  ...
+  Location Building 3321
+</Class>
+
+ +

Description

+ +

The Location directive defines the string for the +printer-location attribute. It is normally set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p classname -L "Building 3321"
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

CUPS 1.2OpPolicy

+ +

Examples

+ +
+<Class name>
+  ...
+  OpPolicy default
+</Class>
+
+ +

Description

+ +

The OpPolicy directive sets the operation policy +that is used for the printer. The lpadmin(8) command +sets the current operation policy:

+ +
+/usr/sbin/lpadmin -p classname -o printer-op-policy=default
+
+ +

The default policy is named "default". All policies correspond +to those defined using the cupsd.conf Policy +section.

+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

CUPS 1.2Option

+ +

Examples

+ +
+<Class name>
+  ...
+  Option name value
+  Option scaling 100
+  Option page-left 72
+</Class>
+
+ +

Description

+ +

The Option directive specifies a default job +template attribute value. It is mapped to +name-default in the printer attributes and applied +to jobs as name.

+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

PageLimit

+ +

Examples

+ +
+<Class name>
+  ...
+  PageLimit 1234
+</Class>
+
+ +

Description

+ +

The PageLimit directive defines the value of the +job-page-limit attribute. It can be set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p classname -o job-page-limit=1234
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

Printer

+ +

Examples

+ +
+<Class name>
+  ...
+  Printer foo
+  Printer bar
+  Printer bleep
+</Class>
+
+ +

Description

+ +

The Printer directive adds a printer to a class. +Printers are added to a class using the lpadmin(8) +command:

+ +
+/usr/sbin/lpadmin -p printername -c classname
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

QuotaPeriod

+ +

Examples

+ +
+<Class name>
+  ...
+  QuotaPeriod 604800
+</Class>
+
+ +

Description

+ +

The QuotaPeriod directive defines the value of +the job-quota-period attribute. Typical values are +86400 (1 day), 604800 (1 week), 2592000 (1 month), and 31536000 +(1 year). It is set using the lpadmin(8) +command:

+ +
+/usr/sbin/lpadmin -p classname -o job-quota-period=604800
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

CUPS 1.2Shared

+ +

Examples

+ +
+<Class name>
+  ...
+  Shared yes
+</Class>
+
+ +

Description

+ +

The Shared directive defines the initial value of +the printer-is-shared attribute. The strings +yes and no correspond to the true and false +values, respectively. The lpadmin(8) command sets +the current state:

+ +
+/usr/sbin/lpadmin -p classname -o printer-is-shared=true
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

State

+ +

Examples

+ +
+<Class name>
+  ...
+  State idle
+</Class>
+
+ +

Description

+ +

The State directive defines the initial value of +the printer-state attribute. The strings +idle and stopped correspond to the IPP +enumeration values 3 and 5, respectively. The +cupsenable(8) and cupsdisable(8) +commands set the current state:

+ +
+/usr/sbin/cupsenable classname
+/usr/sbin/cupsdisable classname
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

StateMessage

+ +

Examples

+ +
+<Class name>
+  ...
+  StateMessage Ready to print.
+</Class>
+
+ +

Description

+ +

The StateMessage directive defines the initial +string for the printer-state-message attribute. The +following are some example messages:

+ +
+StateMessage Connected to host_name...
+StateMessage Connecting to printer_queue on port port_number...
+StateMessage Network host host_name is busy; will retry in 30 seconds...
+StateMessage Class busy; will retry in 10 seconds...
+StateMessage Class is busy; retrying print job...
+StateMessage Print file accepted - job ID id_number.
+StateMessage Ready to print.
+StateMessage Waiting for job to complete
+
+ +

This directive must appear inside a Class or DefaultClass +section.

+ + +

CUPS 1.2StateTime

+ +

Examples

+ +
+<Class name>
+  ...
+  StateTime 1133542425
+</Class>
+
+ +

Description

+ +

The StateTime directive defines the UNIX time +(seconds since Jan 1, 1970) for the last state change of the +queue. It is mapped to the printer-state-change-time +attribute.

+ +

This directive must appear inside a Class or DefaultClass +section.

+ + + + diff --git a/doc/help/ref-client-conf.html b/doc/help/ref-client-conf.html new file mode 100644 index 0000000000..90207ba72f --- /dev/null +++ b/doc/help/ref-client-conf.html @@ -0,0 +1,53 @@ + + + + client.conf + + + +

The /etc/cups/client.conf and +~/.cups/client.conf files contain up to two directives +that determine how the client behaves. Each directive is listed +on a line by itself followed by its value. Comments are +introduced using the number sign ("#") character at the beginning +of a line.

+ +

Encryption

+ +

Examples

+ +
+Encryption Never
+Encryption IfRequested
+Encryption Required
+Encryption Always
+
+ +

Description

+ +

The Encryption directive specifies the default +encryption settings for the client.

+ +

The default setting is IfRequested.

+ + +

ServerName

+ +

Examples

+ +
+ServerName foo.bar.com
+ServerName 11.22.33.44
+ServerName foo.bar.com:8631
+
+ +

Description

+ +

The ServerName directive specifies sets the remote server that is to be used for all client operations. That is, it redirects all client requests to the remote server.

+ +

The default port number is 631 but can be overridden by adding a colon followed by the desired port number to the value.

+ +

The default is to use the local server ("localhost") or domain socket, if so configured.

+ + + diff --git a/doc/help/ref-cupsd-conf.html b/doc/help/ref-cupsd-conf.html new file mode 100644 index 0000000000..ff8058cd55 --- /dev/null +++ b/doc/help/ref-cupsd-conf.html @@ -0,0 +1,2746 @@ + + + + cupsd.conf + + + + +

The /etc/cups/cupsd.conf file contains +configuration directives that control how the server +functions. Each directive is listed on a line by itself followed +by its value. Comments are introduced using the number sign ("#") +character at the beginning of a line.

+ +

Since the server configuration file consists of plain text, +you can use your favorite text editor to make changes to it. +After making any changes, restart the cupsd(8) +process using the startup script for your operating system:

+ +
    + +
  • AIX, IRIX, Linux, Solaris: +
    +/etc/init.d/cups restart
    +	
  • + +
  • HP-UX: +
    +/sbin/init.d/cups restart
    +	
  • + +
  • MacOS X: +
    +/System/Library/StartupItems/PrintingServices/PrintingServices restart
    +	
  • + +
+ +

You can also edit this file from the CUPS web interface, which +automatically handles restarting the scheduler.

+ + +

AccessLog

+ +

Examples

+ +
+AccessLog /var/log/cups/access_log
+AccessLog /var/log/cups/access_log-%s
+AccessLog syslog
+
+ +

Description

+ +

The AccessLog directive sets the name of the +access log file. If the filename is not absolute then it is +assumed to be relative to the ServerRoot directory. The +access log file is stored in "common log format" and can be used +by any web access reporting tool to generate a report on CUPS +server activity.

+ +

The server name can be included in the filename by using +%s in the name.

+ +

The special name "syslog" can be used to send the access +information to the system log instead of a plain file.

+ +

The default access log file is +/var/log/cups/access_log.

+ + +

Allow

+ +

Examples

+ +
+<Location /path>
+  ...
+  Allow from All
+  Allow from None
+  Allow from *.domain.com
+  Allow from .domain.com
+  Allow from host.domain.com
+  Allow from nnn.*
+  Allow from nnn.nnn.*
+  Allow from nnn.nnn.nnn.*
+  Allow from nnn.nnn.nnn.nnn
+  Allow from nnn.nnn.nnn.nnn/mm
+  Allow from nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
+  Allow from xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
+  Allow from @LOCAL
+  Allow from @IF(name)
+</Location>
+
+ +

Description

+ +

The Allow directive specifies a hostname, IP +address, or network that is allowed access to the server. +Allow directives are cummulative, so multiple +Allow directives can be used to allow access for +multiple hosts or networks. The /mm notation +specifies a CIDR netmask, as shown in Table 1.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: CIDR Netmasks
mmnetmaskmmnetmask
00.0.0.08255.0.0.0
1128.0.0.016255.255.0.0
2192.0.0.024255.255.255.0
......32255.255.255.255
+ +

The @LOCAL name will allow access from all local +interfaces. The @IF(name) name will allow access +from the named interface. In both cases, CUPS only allows access +from the network that the interface(s) are configured for - +requests arriving on the interface from a foreign network will +not be accepted.

+ +

The Allow directive must appear inside a Location or Limit section.

+ + +

DeprecatedAuthClass

+ +

Examples

+ +
+<Location /path>
+  ...
+  AuthClass Anonymous
+  AuthClass User
+  AuthClass System
+  AuthClass Group
+</Location>
+
+ +

Description

+ +

The AuthClass directive defines what level of +authentication is required:

+ +
    + +
  • Anonymous - No authentication should be + performed (default)
  • + +
  • User - A valid username and password is + required
  • + +
  • System - A valid username and password + is required, and the username must belong to the "sys" + group; this can be changed using the SystemGroup + directive
  • + +
  • Group - A valid username and password is + required, and the username must belong to the group named + by the AuthGroupName + directive
  • + +
+ +

The AuthClass directive must appear inside a Location or Limit section.

+ +

This directive is deprecated and will be removed from a +future release of CUPS. Consider using the more flexible Require directive instead.

+ + +

DeprecatedAuthGroupName

+ +

Examples

+ +
+<Location /path>
+  ...
+  AuthGroupName mygroup
+  AuthGroupName lp
+</Location>
+
+ +

Description

+ +

The AuthGroupName directive sets the group to use +for Group authentication.

+ +

The AuthGroupName directive must appear inside a +Location or Limit section.

+ +

This directive is deprecated and will be removed from a +future release of CUPS. Consider using the more flexible Require directive instead.

+ + +

AuthType

+ +

Examples

+ +
+<Location /path>
+  ...
+  AuthType None
+  AuthType Basic
+  AuthType Digest
+  AuthType BasicDigest
+</Location>
+
+ +

Description

+ +

The AuthType directive defines the type of +authentication to perform:

+ +
    + +
  • None - No authentication should be + performed (default)
  • + +
  • Basic - Basic authentication should be + performed using the UNIX password and group files
  • + +
  • Digest - Digest authentication should be + performed using the /etc/cups/passwd.md5 + file
  • + +
  • BasicDigest - Basic authentication + should be performed using the + /etc/cups/passwd.md5 file
  • + +
+ +

When using Basic, Digest, or +BasicDigest authentication, clients connecting +through the localhost interface can also +authenticate using certificates.

+ +

The AuthType directive must appear inside a Location or Limit section.

+ + +

AutoPurgeJobs

+ +

Examples

+ +
+AutoPurgeJobs Yes
+AutoPurgeJobs No
+
+ +

Description

+ +

The AutoPurgeJobs directive specifies whether or +not to purge completed jobs once they are no longer required for +quotas. This option has no effect if quotas are not enabled. The +default setting is No.

+ + +

BrowseAddress

+ +

Examples

+ +
+BrowseAddress 255.255.255.255:631
+BrowseAddress 192.0.2.255:631
+BrowseAddress host.domain.com:631
+BrowseAddress @LOCAL
+BrowseAddress @IF(name)
+
+ +

Description

+ +

The BrowseAddress directive specifies an address +to send browsing information to. Multiple +BrowseAddress directives can be specified to send +browsing information to different networks or systems.

+ +

The @LOCAL name will broadcast printer +information to all local interfaces. The @IF(name) +name will broadcast to the named interface.

+ +

There is no default browse address.

+ +
Note: + +

If you are using HP-UX 10.20 and a subnet that is not 24, +16, or 8 bits, printer browsing (and in fact all broadcast +reception) will not work. This problem appears to be fixed in +HP-UX 11.0.

+ +
+ + +

BrowseAllow

+ +

Examples

+ +
+BrowseAllow from all
+BrowseAllow from none
+BrowseAllow from 192.0.2
+BrowseAllow from 192.0.2.0/24
+BrowseAllow from 192.0.2.0/255.255.255.0
+BrowseAllow from *.domain.com
+BrowseAllow from @LOCAL
+BrowseAllow from @IF(name)
+
+ +

Description

+ +

The BrowseAllow directive specifies a system or +network to accept browse packets from. The default is to accept +browse packets from all hosts.

+ +

Host and domain name matching require that you enable the HostNameLookups +directive.

+ +

IP address matching supports exact matches, partial addresses +that match networks using netmasks of 255.0.0.0, 255.255.0.0, and +255.255.255.0, or network addresses using the specified netmask +or bit count.

+ +

The @LOCAL name will allow browse data from all +local interfaces. The @IF(name) name will allow +browse data from the named interface. In both cases, CUPS only +allows data from the network that the interface(s) are configured +for - data arriving on the interface from a foreign network will +not be allowed.

+ + +

BrowseDeny

+ +

Examples

+ +
+BrowseDeny from all
+BrowseDeny from none
+BrowseDeny from 192.0.2
+BrowseDeny from 192.0.2.0/24
+BrowseDeny from 192.0.2.0/255.255.255.0
+BrowseDeny from *.domain.com
+BrowseDeny from @LOCAL
+BrowseDeny from @IF(name)
+
+ +

Description

+ +

The BrowseDeny directive specifies a system or +network to reject browse packets from. The default is to not deny +browse packets from any hosts.

+ +

Host and domain name matching require that you enable the HostNameLookups +directive.

+ +

IP address matching supports exact matches, partial addresses +that match networks using netmasks of 255.0.0.0, 255.255.0.0, and +255.255.255.0, or network addresses using the specified netmask +or bit count.

+ +

The @LOCAL name will block browse data from all +local interfaces. The @IF(name) name will block +browse data from the named interface. In both cases, CUPS only +blocks data from the network that the interface(s) are configured +for - data arriving on the interface from a foreign network will +not be blocked.

+ + +

BrowseInterval

+ +

Examples

+ +
+BrowseInterval 0
+BrowseInterval 30
+
+ +

Description

+ +

The BrowseInterval directive specifies the +maximum amount of time between browsing updates. Specifying a +value of 0 seconds disables outgoing browse updates but allows a +server to receive printer information from other hosts.

+ +

The BrowseInterval value should always be less +than the BrowseTimeout +value. Otherwise printers and classes will disappear from client +systems between updates.

+ + +

CUPS 1.2BrowseLDAPBindDN

+ +

Examples

+ +
+BrowseLDAPBindDN foo
+
+ +

Description

+ +

The BrowseLDAPBindDN directive specifies the LDAP +domain name to use when listening for printer registrations. The +default is undefined.

+ + +

CUPS 1.2BrowseLDAPDN

+ +

Examples

+ +
+BrowseLDAPDN bar
+
+ +

Description

+ +

The BrowseLDAPDN directive specifies the LDAP +domain name to use when registering local shared printers. The +default is undefined.

+ + +

CUPS 1.2BrowseLDAPPassword

+ +

Examples

+ +
+BrowseLDAPPassword foo123
+
+ +

Description

+ +

The BrowseLDAPPassword directive specifies the +access password to use when connecting to the LDAP server. The +default is undefined.

+ + +

CUPS 1.2BrowseLDAPServer

+ +

Examples

+ +
+BrowseLDAPServer localhost
+
+ +

Description

+ +

The BrowseLDAPServer directive specifies the name +of the LDAP server to connect to. The default is undefined.

+ + +

BrowseLocalOptions

+ +

Examples

+ +
+BrowseLocalOptions compression=yes
+BrowseLocalOptions encryption=required
+BrowseLocalOptions compression=yes&encryption=required
+
+ +

Description

+ +

The BrowseLocalOptions directive specifies +additional IPP backend options to advertise with local shared +printers. The default is to not include any options.

+ + +

CUPS 1.2BrowseLocalProtocols

+ +

Examples

+ +
+BrowseLocalProtocols all
+BrowseLocalProtocols none
+BrowseLocalProtocols cups
+BrowseLocalProtocols dns-sd
+BrowseLocalProtocols ldap
+BrowseLocalProtocols slp
+BrowseLocalProtocols cups dns-sd
+
+ +

Description

+ +

The BrowseLocalProtocols directive specifies the +protocols to use when advertising local shared printers on the +network. Multiple protocols can be specified by separating them +with spaces. The default is cups, which is a +broadcast-based protocol.

+ + +

BrowseOrder

+ +

Examples

+ +
+BrowseOrder allow,deny
+BrowseOrder deny,allow
+
+ +

Description

+ +

The BrowseOrder directive specifies the order of +allow/deny processing. The default order is +deny,allow:

+ +
    + +
  • allow,deny - Deny browse packets by + default, then check BrowseAllow lines + followed by BrowseDeny lines.
  • + +
  • deny,allow - Allow browse packets by + default, then check BrowseDeny lines + followed by BrowseAllow lines.
  • + +
+ + +

BrowsePoll

+ +

Examples

+ +
+BrowsePoll 192.0.2.2:631
+BrowsePoll host.domain.com:631
+
+ +

Description

+ +

The BrowsePoll directive polls a server for +available printers once every BrowseInterval seconds. +Multiple BrowsePoll directives can be specified to +poll multiple servers.

+ +

If BrowseInterval is set to 0 then the server is +polled once every 30 seconds.

+ + +

BrowsePort

+ +

Examples

+ +
+BrowsePort 631
+BrowsePort 9999
+
+ +

Description

+ +

The BrowsePort directive specifies the UDP port number +used for browse packets. The default port number is 631.

+ +
Note: + +

You must set the BrowsePort to the same value +on all of the systems that you want to see. + +

+ + +

CUPS 1.1.10BrowseProtocols

+ +

Examples

+ +
+BrowseProtocols all
+BrowseProtocols none
+BrowseProtocols cups
+BrowseProtocols dns-sd
+BrowseProtocols ldap
+BrowseProtocols slp
+BrowseProtocols cups dns-sd
+
+ +

Description

+ +

The BrowseProtocols directive specifies the +protocols to use when showing and advertising shared printers on +the local network. Multiple protocols can be specified by +separating them with spaces. The default protocol is +cups, which is a broadcast-based protocol.

+ +
Note: + +

When using the SLP protocol, you must have at least +one Directory Agent (DA) server on your network. Otherwise the +CUPS scheduler (cupsd) will not respond to client +requests for several seconds while polling the network.

+ +
+ + +

BrowseRelay

+ +

Examples

+ +
+BrowseRelay 193.0.2.1 192.0.2.255
+BrowseRelay 193.0.2.0/255.255.255.0 192.0.2.255
+BrowseRelay 193.0.2.0/24 192.0.2.255
+BrowseRelay *.domain.com 192.0.2.255
+BrowseRelay host.domain.com 192.0.2.255
+
+ +

Description

+ +

The BrowseRelay directive specifies source and +destination addresses for relaying browsing information from one +host or network to another. Multiple BrowseRelay +directives can be specified as needed.

+ +

BrowseRelay is typically used on systems that +bridge multiple subnets using one or more network interfaces. It +can also be used to relay printer information from polled servers +with the line:

+ +
+BrowseRelay 127.0.0.1 @LOCAL
+
+ +

This effectively provides access to printers on a WAN for all +clients on the LAN(s).

+ + +

BrowseRemoteOptions

+ +

Examples

+ +
+BrowseRemoteOptions compression=yes
+BrowseRemoteOptions encryption=required
+BrowseRemoteOptions ?compression=yes&encryption=required
+
+ +

Description

+ +

The BrowseRemoteOptions directive specifies +additional IPP backend options to include with remote shared +printers. If the options string begins with a question mark (?), +the options replace any options specified by the remote server. +The default is to not include any options.

+ + +

CUPS 1.2BrowseRemoteProtocols

+ +

Examples

+ +
+BrowseRemoteProtocols all
+BrowseRemoteProtocols none
+BrowseRemoteProtocols cups
+BrowseRemoteProtocols dns-sd
+BrowseRemoteProtocols ldap
+BrowseRemoteProtocols slp
+BrowseRemoteProtocols cups dns-sd
+
+ +

Description

+ +

The BrowseRemoteProtocols directive specifies the +protocols to use when finding remote shared printers on the +network. Multiple protocols can be specified by separating them +with spaces. The default is cups, which is a +broadcast-based protocol.

+ + +

BrowseShortNames

+ +

Examples

+ +
+BrowseShortNames Yes
+BrowseShortNames No
+
+ +

Description

+ +

The BrowseShortNames directive specifies whether +or not short names are used for remote printers when possible. +Short names are just the remote printer name, without the server +("printer"). If more than one remote printer is detected with the +same name, the printers will have long names ("printer@server1", +"printer@server2".)

+ +

The default value for this option is Yes.

+ + +

BrowseTimeout

+ +

Examples

+ +
+BrowseTimeout 300
+BrowseTimeout 60
+
+ +

Description

+ +

The BrowseTimeout directive sets the timeout for +printer or class information that is received in browse packets. +Once a printer or class times out it is removed from the list of +available destinations.

+ +

The BrowseTimeout value should always be greater +than the BrowseInterval value. +Otherwise printers and classes will disappear from client systems +between updates.

+ + +

Browsing

+ +

Examples

+ +
+Browsing On
+Browsing Off
+
+ +

Description

+ +

The Browsing directive controls whether or not +network printer browsing is enabled. The default setting is +On.

+ +

This directive does not enable sharing of local printers by +itself; you must also use the BrowseAddress or BrowseProtocols +directives to advertise local printers to other systems.

+ +
Note: + +

If you are using HP-UX 10.20 and a subnet that is not 24, +16, or 8 bits, printer browsing (and in fact all broadcast +reception) will not work. This problem appears to be fixed in +HP-UX 11.0.

+ +
+ + +

CUPS 1.1.7Classification

+ +

Examples

+ +
+Classification
+Classification classified
+Classification confidential
+Classification secret
+Classification topsecret
+Classification unclassified
+
+ +

Description

+ +

The Classification directive sets the +classification level on the server. When this option is set, at +least one of the banner pages is forced to the classification +level, and the classification is placed on each page of output. +The default is no classification level.

+ + +

CUPS 1.1.10ClassifyOverride

+ +

Examples

+ +
+ClassifyOverride Yes
+ClassifyOverride No
+
+ +

Description

+ +

The ClassifyOverride directive specifies whether +users can override the default classification level on the +server. When the server classification is set, users can change +the classification using the job-sheets option and +can choose to only print one security banner before or after the +job. If the job-sheets option is set to +none then the server default classification is +used.

+ +

The default is to not allow classification overrides.

+ + +

CUPS 1.1.15ConfigFilePerm

+ +

Examples

+ +
+ConfigFilePerm 0644
+ConfigFilePerm 0640
+
+ +

Description

+ +

The ConfigFilePerm directive specifies the +permissions to use when writing configuration files. The default +is 0640.

+ + +

DataDir

+ +

Examples

+ +
+DataDir /usr/share/cups
+
+ +

Description

+ +

The DataDir directive sets the directory to use +for data files.

+ + +

CUPS 1.2DefaultAuthType

+ +

Examples

+ +
+DefaultAuthType Basic
+DefaultAuthType BasicDigest
+DefaultAuthType Digest
+
+ +

Description

+ +

The DefaultAuthType directive specifies the type +of authentication to use for IPP operations that require a +username. The default is Basic.

+ + +

DefaultCharset

+ +

Examples

+ +
+DefaultCharset utf-8
+DefaultCharset iso-8859-1
+DefaultCharset windows-1251
+
+ +

Description

+ +

The DefaultCharset directive sets the default +character set to use for client connections. The default +character set is utf-8 but is overridden by the +character set for the language specified by the client or the +DefaultLanguage directive.

+ + +

CUPS 1.2DefaultEncryption

+ +

Examples

+ +
+DefaultEncryption Never
+DefaultEncryption IfRequested
+DefaultEncryption Required
+
+ +

Description

+ +

The DefaultEncryption directive specifies the +type of encryption to use when performing authentication. The +default is Required.

+ + +

DefaultLanguage

+ +

Examples

+ +
+DefaultLanguage de
+DefaultLanguage en
+DefaultLanguage es
+DefaultLanguage fr
+DefaultLanguage it
+
+ +

Description

+ +

The DefaultLanguage directive specifies the +default language to use for client connections. Setting the +default language also sets the default character set if a +language localization file exists for it. The default language +is "en" for English.

+ + +

CUPS 1.2DefaultPolicy

+ +

Examples

+ +
+DefaultPolicy default
+DefaultPolicy foo
+
+ +

Description

+ +

The DefaultPolicy directive specifies the default +policy to use for IPP operation. The default is +default.

+ + +

CUPS 1.2DefaultShared

+ +

Examples

+ +
+DefaultShared yes
+DefaultShared no
+
+ +

Description

+ +

The DefaultShared directive specifies whether +printers are shared (published) by default. The default is +yes.

+ + +

Deny

+ +

Examples

+ +
+<Location /path>
+  ..
+  Deny from All
+  Deny from None
+  Deny from *.domain.com
+  Deny from .domain.com
+  Deny from host.domain.com
+  Deny from nnn.*
+  Deny from nnn.nnn.*
+  Deny from nnn.nnn.nnn.*
+  Deny from nnn.nnn.nnn.nnn
+  Deny from nnn.nnn.nnn.nnn/mm
+  Deny from nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
+  Deny from xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
+  Deny from @LOCAL
+  Deny from @IF(name)
+</Location>
+
+ +

Description

+ +

The Deny directive specifies a hostname, IP +address, or network that is allowed access to the server. +Deny directives are cummulative, so multiple +Deny directives can be used to allow access for +multiple hosts or networks. The /mm notation +specifies a CIDR netmask, a shown in Table +1.

+ +

The @LOCAL name will deny access from all local +interfaces. The @IF(name) name will deny access from +the named interface. In both cases, CUPS only denies access from +the network that the interface(s) are configured for - requests +arriving on the interface from a foreign network will +not be denied.

+ +

The Deny directive must appear inside a Location or Limit section.

+ + +

DocumentRoot

+ +

Examples

+ +
+DocumentRoot /usr/share/doc/cups
+DocumentRoot /foo/bar/doc/cups
+
+ +

Description

+ +

The DocumentRoot directive specifies the location +of web content for the HTTP server in CUPS. If an absolute path +is not specified then it is assumed to be relative to the ServerRoot directory. The +default directory is /usr/share/doc/cups.

+ +

Documents are first looked up in a sub-directory for the +primary language requested by the client (e.g. +/usr/share/doc/cups/fr/...) and then directly under +the DocumentRoot directory (e.g. +/usr/share/doc/cups/...), so it is possible to +localize the web content by providing subdirectories for each +language needed.

+ + +

Encryption

+ +

Examples

+ +
+<Location /path>
+  ...
+  Encryption Never
+  Encryption IfRequested
+  Encryption Required
+</Location>
+
+ +

Description

+ +

The Encryption directive must appear instead a Location or Limit section and specifies the +encryption settings for that location. The default setting is +IfRequested for all locations.

+ + +

ErrorLog

+ +

Examples

+ +
+ErrorLog /var/log/cups/error_log
+ErrorLog /var/log/cups/error_log-%s
+ErrorLog syslog
+
+ +

Description

+ +

The ErrorLog directive sets the name of the error +log file. If the filename is not absolute then it is assumed to +be relative to the ServerRoot directory. The +default error log file is /var/log/cups/error_log.

+ +

The server name can be included in the filename by using +%s in the name.

+ +

The special name "syslog" can be used to send the error +information to the system log instead of a plain file.

+ + +

CUPS 1.1.18FileDevice

+ +

Examples

+ +
+FileDevice Yes
+FileDevice No
+
+ +

Description

+ +

The FileDevice directive determines whether the +scheduler allows new printers to be added using device URIs of +the form file:/filename. File devices are most often +used to test new printer drivers and do not support raw file +printing.

+ +

The default setting is No.

+ +
Note: + +

File devices are managed by the scheduler. Since the +scheduler normally runs as the root user, file devices +can be used to overwrite system files and potentially +gain unauthorized access to the system. If you must +create printers using file devices, we recommend that +you set the FileDevice directive to +Yes for only as long as you need to add the +printers to the system, and then reset the directive to +No.

+ +
+ + +

CUPS 1.1.3FilterLimit

+ +

Examples

+ +
+FilterLimit 0
+FilterLimit 200
+FilterLimit 1000
+
+ +

Description

+ +

The FilterLimit directive sets the maximum cost +of all running job filters. It can be used to limit the number of +filter programs that are run on a server to minimize disk, +memory, and CPU resource problems. A limit of 0 disables filter +limiting.

+ +

An average print to a non-PostScript printer needs a filter +limit of about 200. A PostScript printer needs about half that +(100). Setting the limit below these thresholds will effectively +limit the scheduler to printing a single job at any time.

+ +

The default limit is 0.

+ + +

CUPS 1.1.16FilterNice

+ +

Examples

+ +
+FilterNice 0
+FilterNice 10
+FilterNice 19
+
+ +

Description

+ +

The FilterNice directive sets the nice(1) +value to assign to filter processes. The nice value ranges from +0, the highest priority, to 19, the lowest priority. The default +is 0.

+ + +

CUPS 1.1.3FontPath

+ +

Examples

+ +
+FontPath /foo/bar/fonts
+FontPath /usr/share/cups/fonts:/foo/bar/fonts
+
+ +

Description

+ +

The FontPath directive specifies the font path to +use when searching for fonts. The default font path is +/usr/share/cups/fonts.

+ + +

Group

+ +

Examples

+ +
+Group lp
+Group nobody
+
+ +

Description

+ +

The Group directive specifies the UNIX group that +filter and CGI programs run as. The default group is +system-specific but is usually lp or +nobody.

+ + +

CUPS 1.1.10HideImplicitMembers

+ +

Examples

+ +
+HideImplicitMembers Yes
+HideImplicitMembers No
+
+ +

Description

+ +

The HideImplicitMembers directive controls +whether the individual printers in an implicit class are hidden +from the user. The default is Yes.

+ +

ImplicitClasses +must be enabled for this directive to have any effect.

+ + +

HostNameLookups

+ +

Examples

+ +
+HostNameLookups On
+HostNameLookups Off
+HostNameLookups Double
+
+ +

Description

+ +

The HostNameLookups directive controls whether or +not CUPS looks up the hostname for connecting clients. The +Double setting causes CUPS to verify that the +hostname resolved from the address matches one of the addresses +returned for that hostname. Double lookups also +prevent clients with unregistered addresses from connecting to +your server.

+ +

The default is Off to avoid the potential server +performance problems with hostname lookups. Set this option to +On or Double only if absolutely +required.

+ + +

ImplicitClasses

+ +

Examples

+ +
+ImplicitClasses On
+ImplicitClasses Off
+
+ +

Description

+ +

The ImplicitClasses directive controls whether +implicit classes are created based upon the available network +printers and classes. The default setting is On but +is automatically turned Off if Browsing is turned +Off.

+ + +

CUPS 1.1.10ImplicitAnyClasses

+ +

Examples

+ +
+ImplicitAnyClasses On
+ImplicitAnyClasses Off
+
+ +

Description

+ +

The ImplicitAnyClasses directive controls +whether implicit classes for local and remote printers are +created with the name AnyPrinter. The default +setting is Off.

+ +

ImplicitClasses +must be enabled for this directive to have any effect.

+ + +

CUPS 1.1.9Include

+ +

Examples

+ +
+Include filename
+Include /foo/bar/filename
+
+ +

Description

+ +

The Include directive includes the named file in +the cupsd.conf file. If no leading path is provided, +the file is assumed to be relative to the ServerRoot directory.

+ + +

CUPS 1.2JobRetryInterval

+ +

Examples

+ +
+JobRetryInterval 30
+JobRetryInterval 120
+
+ +

Description

+ +

The JobRetryInterval directive specifies the +number of seconds to wait before retrying a job. This is +typically used for fax queues but can also be used with normal +print queues whose error policy is retry-job. The +default is 30 seconds.

+ + +

CUPS 1.2JobRetryLimit

+ +

Examples

+ +
+JobRetryLimit 5
+JobRetryLimit 50
+
+ +

Description

+ +

The JobRetryLimit directive specifies the maximum +number of times the scheduler will try to print a job. This is +typically used for fax queues but can also be used with normal +print queues whose error policy is retry-job. The +default is 5 times.

+ + +

KeepAlive

+ +

Examples

+ +
+KeepAlive On
+KeepAlive Off
+
+ +

Description

+ +

The KeepAlive directive controls whether or not +to support persistent HTTP connections. The default is +On.

+ +

HTTP/1.1 clients automatically support persistent connections, +while HTTP/1.0 clients must specifically request them using the +Keep-Alive attribute in the Connection: +field of each request.

+ + +

KeepAliveTimeout

+ +

Examples

+ +
+KeepAliveTimeout 60
+KeepAliveTimeout 30
+
+ +

Description

+ +

The KeepAliveTimeout directive controls how long +a persistent HTTP connection will remain open after the last +request. The default is 60 seconds.

+ + +

CUPS 1.1.7Limit (Location)

+ +

Examples

+ +
+<Location /path>
+  <Limit GET POST>
+  ...
+  </Limit>
+
+  <Limit ALL>
+  ...
+  </Limit>
+</Location>
+
+ +

Description

+ +

The Limit directive groups access control +directives for specific types of HTTP requests and must appear +inside a Location section. +Access can be limited for individual request types +(DELETE, GET, HEAD, +OPTIONS, POST, PUT, and +TRACE) or for all request types (ALL). +The request type names are case-sensitive for compatibility with +Apache.

+ + +

CUPS 1.2Limit (Policy)

+ +

Examples

+ +
+<Policy name>
+  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer>
+  ...
+  </Limit>
+
+  <Limit All>
+  ...
+  </Limit>
+</Policy>
+
+ +

Description

+ +

When included in Policy +sections, the Limit directive groups access control +directives for specific IPP operations. Multiple operations can +be listed, separated by spaces. Table 2 lists the supported +operations.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 2: Supported IPP Operations
Operation NameDescription
AllAll operations - used as the default limit for + operations that are not listed
Cancel-JobCancel a job
Cancel-SubscriptionCancel a subscription
Create-JobCreate a new, empty job
Create-Job-SubscriptionCreates a notification subscription on a job
Create-Printer-SubscriptionCreates a notification subscription on a printer
CUPS-Accept-JobsSets the printer-is-accepting-jobs value for a printer to true
CUPS-Add-Modify-ClassAdds or modifies a class
CUPS-Add-Modify-PrinterAdds or modifies a printer
CUPS-Authenticate-JobAuthenticates a job for printing
CUPS-Delete-ClassDeletes a class
CUPS-Delete-PrinterDeletes a printer
CUPS-Get-ClassesGets a list of classes
CUPS-Get-DefaultGets the (network/server) default printer or class
CUPS-Get-DevicesGets a list of available devices
CUPS-Get-PPDsGets a list of available manufacturers or drivers
CUPS-Get-PrintersGets a list of printers and/or classes
CUPS-Move-JobMoves a job to a new destination
CUPS-Reject-JobsSets the printer-is-accepting-jobs value for a printer to false
CUPS-Set-DefaultSets the network/server default printer or class
Disable-PrinterSets the printer-state value for a printer to stopped
Enable-PrinterSets the printer-state value for a printer to idle/processing
Get-Job-AttributesGets information about a job
Get-JobsGets a list of jobs
Get-NotificationsGets a list of events
Get-Printer-AttributesGets informaion about a printer or class
Get-Subscription-AttributesGets informaion about a notification subscription
Get-SubscriptionsGets a list of notification subscriptions
Hold-JobHolds a job for printing
Pause-PrinterSets the printer-state value for a printer to stopped
Print-JobCreates a job with a single file for printing
Purge-JobsRemoves all jobs from a printer
Release-JobReleases a previously held job for printing
Renew-SubscriptionRenews a notification subscription
Restart-JobReprints a job
Resume-PrinterSets the printer-stae value for a printer to idle/processing
Send-DocumentAdds a file to an job created with Create-Job
Set-Job-AttributesChanges job options
Validate-JobValidates job options prior to printing
+ + +

CUPS 1.1.7LimitExcept

+ +

Examples

+ +
+<Location /path>
+  <LimitExcept GET POST>
+  ...
+  </LimitExcept>
+</Location>
+
+ +

Description

+ +

The LimitExcept directive groups access control +directives for specific types of HTTP requests and must appear +inside a Location section. +Unlike the Limit directive, +LimitExcept restricts access for all requests +except those listed on the LimitExcept +line.

+ + +

LimitRequestBody

+ +

Examples

+ +
+LimitRequestBody 10485760
+LimitRequestBody 10m
+LimitRequestBody 0
+
+ +

Description

+ +

The LimitRequestBody directive controls the +maximum size of print files, IPP requests, and HTML form data in +HTTP POST requests. The default limit is 0 which disables the +limit check.

+ + +

Listen

+ +

Examples

+ +
+Listen 127.0.0.1:631
+Listen 192.0.2.1:631
+Listen [::1]:631
+Listen *:631
+
+ +

Description

+ +

The Listen directive specifies a network address +and port to listen for connections. Multiple Listen +directives can be provided to listen on multiple addresses.

+ +

The Listen directive is similar to the Port directive but allows you to +restrict access to specific interfaces or networks.

+ + +

CUPS 1.1.7ListenBackLog

+ +

Examples

+ +
+ListenBackLog 5
+ListenBackLog 10
+
+ +

Description

+ +

The ListenBackLog directive sets the maximum +number of pending connections the scheduler will allow. This +normally only affects very busy servers that have reached the MaxClients limit, but can +also be triggered by large numbers of simultaneous connections. +When the limit is reached, the operating system will refuse +additional connections until the scheduler can accept the pending +ones. The default is the OS-defined default limit, typically +either 5 for older operating systems or 128 for newer operating +systems.

+ + +

Location

+ +

Examples

+ +
+<Location />
+...
+</Location>
+
+<Location /admin>
+...
+</Location>
+
+<Location /admin/conf>
+...
+</Location>
+
+<Location /admin/log>
+...
+</Location>
+
+<Location /classes>
+...
+</Location>
+
+<Location /classes/name>
+...
+</Location>
+
+<Location /jobs>
+...
+</Location>
+
+<Location /printers>
+...
+</Location>
+
+<Location /printers/name>
+...
+</Location>
+
+
+ +

Description

+ +

The Location directive specifies access control +and authentication options for the specified HTTP resource or +path. The Allow, AuthType, Deny, Encryption, Limit, LimitExcept, Order, Require, and Satisfy directives may all +appear inside a location.

+ +

Note that more specific resources override the less specific +ones. So the directives inside the /printers/name +location will override ones from /printers. +Directives inside /printers will override ones from +/. None of the directives are inherited.

+ +
+ + + + + + + + + + + + + + + + + +
Table 3: Common Locations on the Server
LocationDescription
/The path for all get operations (get-printers, get-jobs, etc.)
/adminThe path for all administration operations (add-printer, delete-printer, start-printer, etc.)
/admin/confThe path for access to the CUPS configuration files (cupsd.conf, client.conf, etc.)
/admin/logThe path for access to the CUPS log files (access_log, error_log, page_log)
/classesThe path for all classes
/classes/nameThe resource for class name
/jobsThe path for all jobs (hold-job, release-job, etc.)
/jobs/idThe resource for job id
/printersThe path for all printers
/printers/nameThe path for printer name
/printers/name.ppdThe PPD file path for printer name
+ + +

CUPS 1.1.15LogFilePerm

+ +

Examples

+ +
+LogFilePerm 0644
+LogFilePerm 0600
+
+ +

Description

+ +

The LogFilePerm directive specifies the +permissions to use when writing configuration files. The default +is 0644.

+ + +

LogLevel

+ +

Examples

+ +
+LogLevel none
+LogLevel emerg
+LogLevel alert
+LogLevel crit
+LogLevel error
+LogLevel warn
+LogLevel notice
+LogLevel info
+LogLevel debug
+LogLevel debug2
+
+ +

Description

+ +

The LogLevel directive specifies the level of +logging for the ErrorLog +file. The following values are recognized (each level logs +everything under the preceding levels):

+ +
    + +
  • none - Log nothing
  • + +
  • emerg - Log emergency conditions that + prevent the server from running
  • + +
  • alert - Log alerts that must be handled + immediately
  • + +
  • crit - Log critical errors that don't + prevent the server from running
  • + +
  • error - Log general errors
  • + +
  • warn - Log errors and warnings
  • + +
  • notice - Log temporary error conditions
  • + +
  • info - Log all requests and state + changes (default)
  • + +
  • debug - Log basic debugging + information
  • + +
  • debug2 - Log all debugging + information
  • + +
+ + +

MaxClients

+ +

Examples

+ +
+MaxClients 100
+MaxClients 1024
+
+ +

Description

+ +

The MaxClients directive controls the maximum +number of simultaneous clients that will be allowed by the +server. The default is 100 clients.

+ +
Note: + +

Since each print job requires a file descriptor for the status +pipe, the scheduler internally limits the MaxClients +value to 1/3 of the available file descriptors to avoid possible +problems when printing large numbers of jobs.

+ +
+ + +

CUPS 1.1.18MaxClientsPerHost

+ +

Examples

+ +
+MaxClientsPerHost 10
+
+ +

Description

+ +

The MaxClientsPerHost directive controls the +maximum number of simultaneous clients that will be allowed from +a single host by the server. The default is the +MaxClients value.

+ +

This directive provides a small measure of protection against +Denial of Service attacks from a single host.

+ + +

CUPS 1.1.16MaxCopies

+ +

Examples

+ +
+MaxCopies 100
+MaxCopies 65535
+
+ +

Description

+ +

The MaxCopies directive controls the maximum +number of copies that a user can print of a job. The default is +100 copies.

+ +
Note: + +

Most HP PCL laser printers internally limit the number of +copies to 100.

+ +
+ + + +

MaxJobs

+ +

Examples

+ +
+MaxJobs 100
+MaxJobs 9999
+MaxJobs 0
+
+ +

Description

+ +

The MaxJobs directive controls the maximum number +of jobs that are kept in memory. Once the number of jobs reaches +the limit, the oldest completed job is automatically purged from +the system to make room for the new one. If all of the known jobs +are still pending or active then the new job will be +rejected.

+ +

Setting the maximum size to 0 disables this functionality. The +default setting is 500.

+ + +

CUPS 1.1.7MaxJobsPerPrinter

+ +

Examples

+ +
+MaxJobsPerPrinter 100
+MaxJobsPerPrinter 9999
+MaxJobsPerPrinter 0
+
+ +

Description

+ +

The MaxJobsPerPrinter directive controls the +maximum number of active jobs that are allowed for each printer +or class. Once a printer or class reaches the limit, new jobs +will be rejected until one of the active jobs is completed, +stopped, aborted, or canceled.

+ +

Setting the maximum to 0 disables this functionality. The +default setting is 0.

+ + +

CUPS 1.1.7MaxJobsPerUser

+ +

Examples

+ +
+MaxJobsPerUser 100
+MaxJobsPerUser 9999
+MaxJobsPerUser 0
+
+ +

Description

+ +

The MaxJobsPerUser directive controls the maximum +number of active jobs that are allowed for each user. Once a user +reaches the limit, new jobs will be rejected until one of the +active jobs is completed, stopped, aborted, or canceled.

+ +

Setting the maximum to 0 disables this functionality. The +default setting is 0.

+ + +

MaxLogSize

+ +

Examples

+ +
+MaxLogSize 1048576
+MaxLogSize 1m
+MaxLogSize 0
+
+ +

Description

+ +

The MaxLogSize directive controls the maximum +size of each log file. Once a log file reaches or exceeds the +maximum size it is closed and renamed to filename.O. +This allows you to rotate the logs automatically. The default +size is 1048576 bytes (1MB).

+ +

Setting the maximum size to 0 disables log rotation.

+ + +

DeprecatedMaxRequestSize

+ +

Examples

+ +
+MaxRequestSize 10485760
+MaxRequestSize 10m
+MaxRequestSize 0
+
+ +

Description

+ +

The MaxRequestSize directive controls the maximum +size of print files, IPP requests, and HTML form data in HTTP +POST requests. The default limit is 0 which disables the limit +check.

+ +

This directive is deprecated and will be removed in a +future CUPS release. Use the LimitRequestBody +directive instead.

+ + +

Order

+ +

Examples

+ +
+<Location /path>
+  ...
+  Order Allow,Deny
+  Order Deny,Allow
+</Location>
+
+ +

Description

+ +

The Order directive defines the default access +control. The following values are supported:

+ +
    + +
  • allow,deny - Deny requests by default, + then check the Allow + lines followed by the Deny lines
  • + +
  • deny,allow - Allow requests by default, + then check the Deny + lines followed by the Allow lines
  • + +
+ +

The Order directive must appear inside a Location or Limit section.

+ + +

PageLog

+ +

Examples

+ +
+PageLog /var/log/cups/page_log
+PageLog /var/log/cups/page_log-%s
+PageLog syslog
+
+ +

Description

+ +

The PageLog directive sets the name of the page +log file. If the filename is not absolute then it is assumed to +be relative to the ServerRoot directory. The +default page log file is /var/log/cups/page_log.

+ +

The server name can be included in the filename by using +%s in the name.

+ +

The special name "syslog" can be used to send the page +information to the system log instead of a plain file.

+ + +

CUPS 1.2PassEnv

+ +

Examples

+ +
+PassEnv MY_ENV_VARIABLE
+
+ +

Description

+ +

The PassEnv directive specifies an environment +variable that should be passed to child processes. Normally, the +scheduler only passes the DYLD_LIBRARY_PATH, +LD_ASSUME_KERNEL, LD_LIBRARY_PATH, +LD_PRELOAD, NLSPATH, +SHLIB_PATH, TZ, and VGARGS +environment variables to child processes.

+ + +

CUPS 1.2Policy

+ +

Examples

+ +
+<Policy name>
+  <Limit operation ... operation>
+  ...
+  </Limit>
+  <Limit operation ... operation>
+  ...
+  </Limit>
+  <Limit All>
+  ...
+  </Limit>
+</Policy>
+
+ +

Description

+ +

The Policy directive specifies IPP operation +access control limits. Each policy contains 1 or more Limit sections to set the +access control limits for specific operations - user limits, +authentication, encryption, and allowed/denied addresses, +domains, or hosts. The <Limit All> section +specifies the default access control limits for operations that +are not listed.

+ +

Policies are named and associated with printers via the +printer's operation policy setting +(printer-op-policy). The default policy for the +scheduler is specified using the DefaultPolicy +directive.

+ + +

Port

+ +

Examples

+ +
+Port 631
+Port 80
+
+ +

Description

+ +

The Port directive specifies a port to listen on. +Multiple Port lines can be specified to listen on +multiple ports. The Port directive is equivalent to +"Listen *:nnn". The default port is 631.

+ +
Note: + +

On systems that support IPv6, this directive will bind to both +the IPv4 and IPv6 wildcard address.

+ +
+ + +

PreserveJobHistory

+ +

Examples

+ +
+PreserveJobHistory On
+PreserveJobHistory Off
+
+ +

Description

+ +

The PreserveJobHistory directive controls whether +the history of completed, canceled, or aborted print jobs is +stored on disk.

+ +

A value of On (the default) preserves job +information until the administrator purges it with the +cancel command.

+ +

A value of Off removes the job information as +soon as each job is completed, canceled, or aborted.

+ + +

PreserveJobFiles

+ +

Examples

+ +
+PreserveJobFiles On
+PreserveJobFiles Off
+
+ +

Description

+ +

The PreserveJobFiles directive controls whether +the document files of completed, canceled, or aborted print jobs +are stored on disk.

+ +

A value of On preserves job files until the +administrator purges them with the cancel command. +Jobs can be restarted (and reprinted) as desired until they are +purged.

+ +

A value of Off (the default) removes the job +files as soon as each job is completed, canceled, or aborted.

+ + +

Printcap

+ +

Examples

+ +
+Printcap
+Printcap /etc/printcap
+Printcap /etc/printers.conf
+
+ +

Description

+ +

The Printcap directive controls whether or not a +printcap file is automatically generated and updated with a list +of available printers. If specified with no value, then no +printcap file will be generated. The default is to generate a +file named /etc/printcap.

+ +

When a filename is specified (e.g. /etc/printcap), +the printcap file is written whenever a printer is added or +removed. The printcap file can then be used by applications that +are hardcoded to look at the printcap file for the available +printers.

+ + +

PrintcapFormat

+ +

Examples

+ +
+PrintcapFormat BSD
+PrintcapFormat Solaris
+
+ +

Description

+ +

The PrintcapFormat directive controls the output +format of the printcap file. The default is to generate a BSD +printcap file.

+ + +

CUPS 1.1.13PrintcapGUI

+ +

Examples

+ +
+PrintGUI /usr/bin/glpoptions
+
+ +

Description

+ +

The PrintcapGUI directive sets the program to +associate with the IRIX printer GUI interface script which is +used by IRIX applications to display printer-specific options. +There is no default program.

+ + +

CUPS 1.1.21ReloadTimeout

+ +

Examples

+ +
+ReloadTimeout 0
+ReloadTimeout 60
+
+ +

Description

+ +

The ReloadTimeout directive specifies the number +of seconds the scheduler will wait for active jobs to complete +before doing a restart. The default is 60 seconds.

+ + +

CUPS 1.1.3RemoteRoot

+ +

Examples

+ +
+RemoteRoot remroot
+RemoteRoot root
+
+ +

Description

+ +

The RemoteRoot directive sets the username for +unauthenticated root requests from remote hosts. The default +username is remroot. Setting RemoteRoot +to root effectively disables this security +mechanism.

+ + +

RequestRoot

+ +

Examples

+ +
+RequestRoot /var/spool/cups
+RequestRoot /foo/bar/spool/cups
+
+ +

Description

+ +

The RequestRoot directive sets the directory for +incoming IPP requests and HTML forms. If an absolute path is not +provided then it is assumed to be relative to the ServerRoot directory. The +default request directory is /var/spool/cups.

+ + +

CUPS 1.1.7Require

+ +

Examples

+ +
+<Location /path>
+  ...
+  Require group foo bar
+  Require user john mary
+  Require valid-user
+  Require user @groupname
+  Require user @SYSTEM
+  Require user @OWNER
+</Location>
+
+ +

Description

+ +

The Require directive specifies that +authentication is required for the resource. The +group keyword specifies that the authenticated user +must be a member of one or more of the named groups that +follow.

+ +

The user keyboard specifies that the +authenticated user must be one of the named users or groups that +follow. Group names are specified using the "@" prefix.

+ +

The valid-user keyword specifies that any +authenticated user may access the resource.

+ +

The default is to do no authentication. This directive must +appear inside a Location or +Limit section.

+ + +

RIPCache

+ +

Examples

+ +
+RIPCache 8m
+RIPCache 1g
+RIPCache 2048k
+
+ +

Description

+ +

The RIPCache directive sets the size of the +memory cache used by Raster Image Processor ("RIP") filters such +as imagetoraster and pstoraster. The +size can be suffixed with a "k" for kilobytes, "m" for megabytes, +or "g" for gigabytes. The default cache size is "8m", or 8 +megabytes.

+ + +

CUPS 1.1.16RootCertDuration

+ +

Examples

+ +
+RootCertDuration 0
+RootCertDuration 300
+
+ +

Description

+ +

The RootCertDuration directive specifies the +number of seconds the root certificate remains valid. +The scheduler will generate a new certificate as needed when the +number of seconds has expired. If set to 0, the root certificate +is generated only once on startup or on a restart. The default is +300 seconds.

+ + +

CUPS 1.1.7Satisfy

+ +

Examples

+ +
+<Location /path>
+  ...
+  Satisfy all
+  Satisfy any
+</Location>
+
+ +

Description

+ +

The Satisfy directive specifies whether all +conditions must be satisfied to allow access to the resource. If +set to all, then all authentication and access +control conditions must be satified to allow access.

+ +

Setting Satisfy to any allows a user +to gain access if the authentication or access control +requirements are satisfied. For example, you might require +authentication for remote access, but allow local access without +authentication.

+ +

The default is all. This directive must appear +inside a Location or Limit section.

+ + +

ServerAdmin

+ +

Examples

+ +
+ServerAdmin user@host
+ServerAdmin root@foo.bar.com
+
+ +

Description

+ +

The ServerAdmin directive identifies the email +address for the administrator on the system. By default the +administrator email address is root@server, where +server is the ServerName.

+ + +

ServerBin

+ +

Examples

+ +
+ServerBin /usr/lib/cups
+ServerBin /foo/bar/lib/cups
+
+ +

Description

+ +

The ServerBin directive sets the directory for +server-run executables. If an absolute path is not provided then +it is assumed to be relative to the ServerRoot directory. The +default executable directory is /usr/lib/cups, +/usr/lib32/cups, or /usr/libexec/cups +depending on the operating system.

+ + +

ServerCertificate

+ +

Examples

+ +
+ServerCertificate /etc/cups/ssl/server.crt
+
+ +

Description

+ +

The ServerCertificate directive specifies the +location of the SSL certificate file used by the server when +negotiating encrypted connections. The certificate must not be +encrypted (password protected) since the scheduler normally runs +in the background and will be unable to ask for a password.

+ +

The default certificate file is +/etc/cups/ssl/server.crt.

+ + +

ServerKey

+ +

Examples

+ +
+ServerKey /etc/cups/ssl/server.key
+
+ +

Description

+ +

The ServerKey directive specifies the location of +the SSL private key file used by the server when negotiating +encrypted connections.

+ +

The default key file is +/etc/cups/ssl/server.crt.

+ + +

ServerName

+ +

Examples

+ +
+ServerName foo.domain.com
+ServerName myserver.domain.com
+
+ +

Description

+ +

The ServerName directive specifies the hostname +that is reported to clients. By default the server name is the +hostname.

+ + +

ServerRoot

+ +

Examples

+ +
+ServerRoot /etc/cups
+ServerRoot /foo/bar/cups
+
+ +

Description

+ +

The ServerRoot directive specifies the absolute +path to the server configuration and state files. It is also used +to resolve relative paths in the cupsd.conf file. The +default server directory is /etc/cups.

+ + +

CUPS 1.1.21ServerTokens

+ +

Examples

+ +
+ServerTokens None
+ServerTokens ProductOnly
+ServerTokens Major
+ServerTokens Minor
+ServerTokens Minimal
+ServerTokens OS
+ServerTokens Full
+
+ +

Description

+ +

The ServerTokens directive specifies the +information that is included in the Server: header +of all HTTP responses. Table 4 lists the token name along with +the text that is returned. The default is +Minimal.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 4: ServerToken Names and Values
NameValue
NoneNo Server: header is returned
ProductOnly"CUPS"
Major"CUPS 1"
Minor"CUPS 1.2"
Minimal"CUPS 1.2.N" where N is the patch release
OS"CUPS 1.2.N (UNAME)" where N is the patch release and + UNAME is the output of the uname(1) command
Full"CUPS 1.2.N (UNAME) IPP/1.1" where N is the patch + release and UNAME is the output of the uname(1) + command
+ + +

CUPS 1.2SetEnv

+ +

Examples

+ +
+SetEnv PATH /usr/lib/cups/filter:/bin:/usr/bin:/usr/local/bin
+SetEnv MY_ENV_VAR foo
+
+ +

Description

+ +

The SetEnv directive specifies an environment +variable that should be passed to child processes.

+ + +

SSLListen

+ +

Examples

+ +
+SSLListen 127.0.0.1:443
+SSLListen 192.0.2.1:443
+
+ +

Description

+ +

The SSLListen directive specifies a network +address and port to listen for secure connections. Multiple +SSLListen directives can be provided to listen on +multiple addresses.

+ +

The SSLListen directive is similar to the SSLPort directive but allows you +to restrict access to specific interfaces or networks.

+ + +

SSLPort

+ +

Examples

+ +
+SSLPort 443
+
+ +

Description

+ +

The SSLPort directive specifies a port to listen +on for secure connections. Multiple SSLPort lines +can be specified to listen on multiple ports.

+ + +

SystemGroup

+ +

Examples

+ +
+SystemGroup lpadmin
+SystemGroup sys
+SystemGroup system
+SystemGroup root
+SystemGroup root lpadmin
+
+ +

Description

+ +

The SystemGroup directive specifies the system +administration group for System authentication. +Multiple groups can be listed, separated with spaces. The default +is system-dependent and generally consists of all of the +following groups, if present: lpadmin, +root, sys, and/or +system.

+ + +

TempDir

+ +

Examples

+ +
+TempDir /var/tmp
+TempDir /foo/bar/tmp
+
+ +

Description

+ +

The TempDir directive specifies an absolute path +for the directory to use for temporary files. The default +directory is /var/spool/cups/tmp.

+ +

Temporary directories must be world-writable and should have +the "sticky" permission bit enabled so that other users cannot +delete filter temporary files. The following commands will create +an appropriate temporary directory called +/foo/bar/tmp:

+ +
+mkdir /foo/bar/tmp
+chmod a+rwxt /foo/bar/tmp
+
+ + +

Timeout

+ +

Examples

+ +
+Timeout 300
+Timeout 90
+
+ +

Description

+ +

The Timeout directive controls the amount of time +to wait before an active HTTP or IPP request times out. The +default timeout is 300 seconds.

+ + +

CUPS 1.2UseNetworkDefault

+ +

Examples

+ +
+UseNetworkDefault yes
+UseNetworkDefault no
+
+ +

Description

+ +

The UseNetworkDefault directive controls whether +the client will use a network/remote printer as a default +printer. If enabled, the default printer of a server is used as +the default printer on a client. When multiple servers are +advertising a default printer, the client's default printer is +set to the first discovered printer, or to the implicit class for +the same printer available from multiple servers.

+ +

The default is yes.

+ + +

User

+ +

Examples

+ +
+User lp
+User guest
+
+ +

Description

+ +

The User directive specifies the UNIX user that +filter and CGI programs run as. The default user is +lp.

+ +
Note: + +

You may not use user root, as that would expose +the system to unacceptable security risks. The scheduler will +automatically choose user nobody if you specify a +user whose ID is 0.

+ +
+ + + + diff --git a/doc/help/ref-error_log.html b/doc/help/ref-error_log.html new file mode 100644 index 0000000000..e40987f197 --- /dev/null +++ b/doc/help/ref-error_log.html @@ -0,0 +1,52 @@ + + + + error_log + + + +

The error_log file lists messages from the +scheduler - errors, warnings, etc. The LogLevel +directive controls which messages are logged:

+ +

+ +level date-time message
+ +
+ +I [20/May/1999:19:18:28 +0000] Job 1 queued on 'DeskJet' by 'mike'.
+ +I [20/May/1999:19:21:02 +0000] Job 2 queued on 'DeskJet' by 'mike'.
+ +I [20/May/1999:19:22:24 +0000] Job 2 was cancelled by 'mike'.
+ +

+ +

The level field contains the type of message:

+ +
    + +
  • A - Alert message (LogLevel alert) +
  • C - Critical error message (LogLevel crit) +
  • D - Debugging message (LogLevel debug) +
  • d - Detailed debugging message (LogLevel debug2) +
  • E - Normal error message (LogLevel error) +
  • I - Informational message (LogLevel info) +
  • N - Notice message (LogLevel notice) +
  • W - Warning message (LogLevel warn) +
  • X - Emergency error message (LogLevel emerg) + +
+ +

The date-time field contains the date and time of when +the page started printing. The format of this field is identical +to the data-time field in the access_log file.

+ +

The message fields contains a free-form textual +message. Messages from job filters are prefixed with "[Job +NNN]".

+ + + diff --git a/doc/help/ref-mailto-conf.html b/doc/help/ref-mailto-conf.html new file mode 100644 index 0000000000..031700df9c --- /dev/null +++ b/doc/help/ref-mailto-conf.html @@ -0,0 +1,105 @@ + + + + mailto.conf + + + +

The /etc/cups/mailto.conf file contains several +directives that defines the local mail server and email +notification preferences for CUPS. Each directive is listed on a +line by itself followed by its value. Comments are introduced +using the number sign ("#") character at the beginning of a +line.

+ + +

Cc

+ +

Examples

+ +
+Cc bigbrother@domain.com
+Cc John Doe <jd@domain.com>
+
+ +

Description

+ +

The Cc directive specifies an additional +recipient ("carbon copy") for all email notifications. The +default is to not send a copy to anyone but the subscriber.

+ + +

From

+ +

Examples

+ +
+From printserver@domain.com
+From Your Happy Printer <printserver@domain.com>
+
+ +

Description

+ +

The From directive specifies the sender of email +notifications. The default is the ServerAdmin +address defined in the cupsd.conf file.

+ + +

Sendmail

+ +

Examples

+ +
+Sendmail /usr/sbin/sendmail
+Sendmail /usr/lib/sendmail -bm -i
+
+ +

Description

+ +

The Sendmail directive specifies the command to +run to deliver an email locally. This directive cannot be used +with the SMTPServer directive, and if both +Sendmail and SMTPServer lines appear in the +mailto.conf file, only the last line is used. The +default is /usr/sbin/sendmail.

+ + +

SMTPServer

+ +

Examples

+ +
+SMTPServer mail.domain.com
+SMTPServer 192.168.2.1
+
+ +

Description

+ +

The SMTPServer directive specifies a hostname or +IP address of a (possibly remote) SMTP mail server. This +directive cannot be used with the Sendmail directive, +and if both Sendmail and SMTPServer lines +appear in the mailto.conf file, only the last line is +used. The default is to use the Sendmail command +instead.

+ + +

Subject

+ +

Examples

+ +
+Subject [CUPS]
+Subject URGENT EMAIL NOTIFICATION
+
+ +

Description

+ +

The Subject directive specifies a prefix string to +add to the subject of each email notification. The default is to +not add a prefix string.

+ + + + diff --git a/doc/help/ref-page_log.html b/doc/help/ref-page_log.html new file mode 100644 index 0000000000..f57180f7e1 --- /dev/null +++ b/doc/help/ref-page_log.html @@ -0,0 +1,53 @@ + + + + page_log + + + +

The page_log file lists each page that is sent to a +printer. Each line contains the following information:

+ +

+ +printer user job-id date-time page-number num-copies job-billing
+ +
+ +DeskJet root 2 [20/May/1999:19:21:05 +0000] 1 1 acme-123
+ +DeskJet root 2 [20/May/1999:19:21:05 +0000] 2 1 acme-123
+ +

+ +

The printer field contains the name of the printer that +printed the page. If you send a job to a printer class, this +field will contain the name of the printer that was assigned the +job.

+ +

The user field contains the name of the user (the IPP +requesting-user-name attribute) that submitted this +file for printing.

+ +

The job-id field contains the job number of the page +being printed. Job numbers are reset to 1 whenever the spool +directory (/var/spool/cups) is cleared, so don't +depend on this number being unique!

+ +

The date-time field contains the date and time of when +the page started printing. The format of this field is identical +to the data-time field in the access_log +file.

+ +

The page-number and num-pages fields contain the +page number and number of copies being printed of that page. For +printers that cannot produce copies on their own, the +num-pages field will always be 1.

+ +

The job-billing field contains a copy of the +job-billing attribute provided with the IPP +Create-Job or Print-Job requests or "-" +if none was provided. + + + diff --git a/doc/help/ref-printers-conf.html b/doc/help/ref-printers-conf.html new file mode 100644 index 0000000000..c8a459f8b4 --- /dev/null +++ b/doc/help/ref-printers-conf.html @@ -0,0 +1,651 @@ + + + + printers.conf + + + +

The CUPS scheduler (cupsd) uses the +/etc/cups/printers.conf file to store the list of +available printers. This file contains only locally defined +printers, not remote printers that are created automatically via +browsing. Each directive is listed on a line by itself followed +by its value. Comments are introduced using the number sign ("#") +character at the beginning of a line.

+ +

While the printer configuration file consists of plain text +and can be modified using your favorite text editor, you should +normally use the lpadmin(8) +command, web interface, or any of the available GUIs to manage +your printers instead. If you do choose to edit this file +manually, you will need to restart the scheduler to make them +active.

+ + +

Accepting

+ +

Examples

+ +
+<Printer name>
+  ...
+  Accepting yes
+</Printer>
+
+ +

Description

+ +

The Accepting directive defines the initial state +of the printer-is-accepting-jobs attribute. This state +is also set by the accept(8) and +reject(8) commands:

+ +
+/usr/sbin/accept printername
+/usr/sbin/reject printername
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

AllowUser

+ +

Examples

+ +
+<Printer name>
+  ...
+  AllowUser foo_user
+  AllowUser @bar_group
+</Printer>
+
+ +

Description

+ +

The AllowUser directive adds a username or group +name to the requesting-user-name-allowed attribute +which can be set by the lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -u allow:foo_user,@bar_group
+
+ +

This directive must appear inside a Printer or DefaultPrinter directive. +This directive cannot be used with DenyUser.

+ + +

DefaultPrinter

+ +

Examples

+ +
+<DefaultPrinter name>
+  ...
+</Printer>
+
+ +

Description

+ +

The DefaultPrinter directive begins a printer +definition as the default server destination. The default server +destination can be set using the lpadmin(8) +command:

+ +
+/usr/sbin/lpadmin -d printername
+
+ +

Note that the server default destination settings can be +overridden by the user's default destination settings which are +normally set using the lpoptions(1) command.

+ + +

DenyUser

+ +

Examples

+ +
+<Printer name>
+  ...
+  DenyUser foo_user
+  DenyUser @bar_group
+</Printer>
+
+ +

Description

+ +

The DenyUser directive adds a username or group +name to the requesting-user-name-denied attribute +which can be set by the lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -u deny:foo_user,@bar_group
+
+ +

This directive must appear inside a Printer or DefaultPrinter directive. +This directive cannot be used with AllowUser

+ + +

DeviceURI

+ +

Examples

+ +
+<Printer name>
+  ...
+  DeviceURI socket://foo.bar.com:9100
+</Printer>
+
+ +

Description

+ +

The DeviceURI directive defines the value of the +device-uri-attribute attribute. It is normally set +using the lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -v device-uri
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

CUPS 1.2ErrorPolicy

+ +

Examples

+ +
+<Printer name>
+  ...
+  ErrorPolicy abort-job
+</Printer>
+
+ +

Description

+ +

The ErrorPolicy directive defines the policy that +is used when a backend is unable to send a print job to the +printer. The lpadmin(8) command sets the current +error policy:

+ +
+/usr/sbin/lpadmin -p printername -o printer-error-policy=stop-printer
+
+ +

The following values are supported:

+ +
    + +
  • abort-job - Abort the job and proceed + with the next job in the queue
  • + +
  • retry-job - Retry the job after waiting + for N seconds; the cupsd.conf JobRetryInterval + directive controls the value of N
  • + +
  • stop-printer - Stop the printer and keep + the job for future printing; this is the default + value
  • + +
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

Info

+ +

Examples

+ +
+<Printer name>
+  ...
+  Info My Printer
+</Printer>
+
+ +

Description

+ +

The Info directive defines the string for the +printer-info attribute. It is normally set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -D "My Printer"
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

JobSheets

+ +

Examples

+ +
+<Printer name>
+  ...
+  JobSheets none,standard
+</Printer>
+
+ +

Description

+ +

The JobSheets directive specifies the default +banner pages to print before and after a print job. In the above +example, only a standard banner will print after each +job. The lpadmin(8) command is normally used to set +the default banners: + +

+/usr/sbin/lpadmin -p printername -o job-sheets-default=none,standard
+
+ +

If only one banner file is specified, it will be printed +before the files in the job. If a second banner file is +specified, it is printed after the files in the job.

+ +

The available banner pages depend on the local system +configuration; CUPS includes the following standard banner +files:

+ +
    + +
  • none - Do not produce a banner + page.
  • + +
  • classified - A banner page with a + "classified" label at the top and bottom.
  • + +
  • confidential - A banner page with a + "confidential" label at the top and bottom.
  • + +
  • secret - A banner page with a + "secret" label at the top and bottom.
  • + +
  • standard - A banner page with no label + at the top and bottom.
  • + +
  • topsecret - A banner page with a + "top secret" label at the top and bottom.
  • + +
  • unclassified - A banner page with an + "unclassified" label at the top and bottom.
  • + +
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

KLimit

+ +

Examples

+ +
+<Printer name>
+  ...
+  KLimit 1234
+</Printer>
+
+ +

Description

+ +

The KLimit directive defines the value of the +job-k-limit attribute. It is normally set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -o job-k-limit=1234
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

Location

+ +

Examples

+ +
+<Printer name>
+  ...
+  Location Building 3321
+</Printer>
+
+ +

Description

+ +

The Location directive defines the string for the +printer-location attribute. It is normally set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -L "Building 3321"
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

CUPS 1.2OpPolicy

+ +

Examples

+ +
+<Printer name>
+  ...
+  OpPolicy default
+</Printer>
+
+ +

Description

+ +

The OpPolicy directive sets the operation policy +that is used for the printer. The lpadmin(8) command +sets the current operation policy:

+ +
+/usr/sbin/lpadmin -p printername -o printer-op-policy=default
+
+ +

The default policy is named "default". All policies correspond +to those defined using the cupsd.conf Policy +section.

+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

CUPS 1.2Option

+ +

Examples

+ +
+<Printer name>
+  ...
+  Option name value
+  Option scaling 100
+  Option page-left 72
+</Printer>
+
+ +

Description

+ +

The Option directive specifies a default job +template attribute value. It is mapped to +name-default in the printer attributes and applied +to jobs as name.

+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

PageLimit

+ +

Examples

+ +
+<Printer name>
+  ...
+  PageLimit 1234
+</Printer>
+
+ +

Description

+ +

The PageLimit directive defines the value of the +job-page-limit attribute. It can be set using the +lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -o job-page-limit=1234
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

CUPS 1.2PortMonitor

+ +

Examples

+ +
+<Printer name>
+  ...
+  PortMonitor bcp
+</Printer>
+
+ +

Description

+ +

The PortMonitor directive sets the filter program that +is used for every print job, typically to encode or package the print +data in a format acceptable for a particular printer interface. It is +set using the lpadmin(8) command:

+ +
+/usr/sbin/lpadmin -p printername -o port-monitor=tbcp
+
+ +

The following standard port monitors are included with CUPS:

+ +
    + +
  • bcp - Encode PostScript print data using + the Adobe Binary Control Protocol (BCP)
  • + +
  • none - Do not use a port monitor
  • + +
  • tbcp - Encode PostScript print data + using the Adobe Tagged Binary Control Protocol + (TBCP)
  • + +
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

Printer

+ +

Examples

+ +
+<Printer name>
+  ...
+</Printer>
+
+ +

Description

+ +

The Printer directive begins a printer +definition. Printers are added using the lpadmin(8) +command: + +

+/usr/sbin/lpadmin -p printername ...
+
+ + +

QuotaPeriod

+ +

Examples

+ +
+<Printer name>
+  ...
+  QuotaPeriod 604800
+</Printer>
+
+ +

Description

+ +

The QuotaPeriod directive defines the value of +the job-quota-period attribute. Typical values are +86400 (1 day), 604800 (1 week), 2592000 (1 month), and 31536000 +(1 year). It is set using the lpadmin(8) +command:

+ +
+/usr/sbin/lpadmin -p printername -o job-quota-period=604800
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

CUPS 1.2Shared

+ +

Examples

+ +
+<Printer name>
+  ...
+  Shared yes
+</Printer>
+
+ +

Description

+ +

The Shared directive defines the initial value of +the printer-is-shared attribute. The strings +yes and no correspond to the true and false +values, respectively. The lpadmin(8) command sets +the current state:

+ +
+/usr/sbin/lpadmin -p printername -o printer-is-shared=true
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

State

+ +

Examples

+ +
+<Printer name>
+  ...
+  State idle
+</Printer>
+
+ +

Description

+ +

The State directive defines the initial value of +the printer-state attribute. The strings +idle and stopped correspond to the IPP +enumeration values 3 and 5, respectively. The +cupsenable(8) and cupsdisable(8) +commands set the current state:

+ +
+/usr/sbin/cupsenable printername
+/usr/sbin/cupsdisable printername
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

StateMessage

+ +

Examples

+ +
+<Printer name>
+  ...
+  StateMessage Ready to print.
+</Printer>
+
+ +

Description

+ +

The StateMessage directive defines the initial +string for the printer-state-message attribute. The +following are some example messages:

+ +
+StateMessage Connected to host_name...
+StateMessage Connecting to printer_queue on port port_number...
+StateMessage Network host host_name is busy; will retry in 30 seconds...
+StateMessage Printer busy; will retry in 10 seconds...
+StateMessage Printer is busy; retrying print job...
+StateMessage Print file accepted - job ID id_number.
+StateMessage Ready to print.
+StateMessage Waiting for job to complete
+
+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + +

CUPS 1.2StateTime

+ +

Examples

+ +
+<Printer name>
+  ...
+  StateTime 1133542425
+</Printer>
+
+ +

Description

+ +

The StateTime directive defines the UNIX time +(seconds since Jan 1, 1970) for the last state change of the +queue. It is mapped to the printer-state-change-time +attribute.

+ +

This directive must appear inside a Printer or DefaultPrinter +section.

+ + + + diff --git a/doc/help/ref-snmp-conf.html b/doc/help/ref-snmp-conf.html new file mode 100644 index 0000000000..e3047f24bc --- /dev/null +++ b/doc/help/ref-snmp-conf.html @@ -0,0 +1,117 @@ + + + + snmp.conf + + + +

The /etc/cups/snmp.conf file contains several +directives that determine how the SNMP printer discovery backend +behaves. Each directive is listed on a line by itself followed +by its value. Comments are introduced using the number sign ("#") +character at the beginning of a line.

+ +

The SNMP backend uses the SNMPv1 protocol to discover network +printers, collecting information from the Host MIB along with +intelligent port probes to determine the correct device URI and +make and model for each printer. Future versions of CUPS will +likely support the new Port Monitor MIB as well.

+ +

Address

+ +

Examples

+ +
+Address @LOCAL
+Address @IF(name)
+Address 255.255.255.255
+Address 192.168.2.255
+
+ +

Description

+ +

The Address directive specifies a broadcast +address to use when discovering printers. Multiple +Address lines can be provided to scan different +subnets.

+ +

The default address is @LOCAL, which broadcasts to +all LANs.

+ + +

Community

+ +

Examples

+ +
+Community public
+Community easysw
+Community BigCorp
+
+ +

Description

+ +

The Community directive specifies a community +name to use when discovering printers. Multiple +Community lines can be provided to scan different +SNMP communities.

+ +

The default community is "public".

+ + +

DebugLevel

+ +

Examples

+ +
+DebugLevel 0
+DebugLevel 1
+DebugLevel 2
+DebugLevel 3
+
+ +

Description

+ +

The DebugLevel directive specifies the debugging +level to use when searching for network printers. Level 0 +produces no debugging information. Level 1 produces basic +debugging information. Level 2 adds printing of the SNMP +messages. Level 3 adds a hex dump of the network data.

+ +

The default setting is 0.

+ +

HostNameLookups

+ +

Examples

+ +
+HostNameLookups on
+HostNameLookups off
+
+ +

Description

+ +

The HostNameLookups directive specifies whether printer +addresses are converted to hostnames or left as numeric IP addresses.

+ +

The default setting is off.

+ +

MaxRunTime

+ +

Examples

+ +
+MaxRunTime 10
+MaxRunTime 300
+
+ +

Description

+ +

The MaxRunTime directive specifies the maxium +number of seconds that the SNMP backend will spend looking for +printer devices on the network.

+ +

The default setting is 10.

+ + + diff --git a/doc/help/ref-subscriptions-conf.html b/doc/help/ref-subscriptions-conf.html new file mode 100644 index 0000000000..20c31e187b --- /dev/null +++ b/doc/help/ref-subscriptions-conf.html @@ -0,0 +1,351 @@ + + + + subscriptions.conf + + + +

The CUPS scheduler (cupsd) uses the +/etc/cups/subscriptions.conf file to store the list +of active subscriptions. Each directive is listed on a line by +itself followed by its value. Comments are introduced using the +number sign ("#") character at the beginning of a line. + +

While the subscriptions configuration file consists of plain +text and can be modified using your favorite text editor, you +should normally use the command-line programs (lp(1) and lpr(1)) or specific applications via IPP +requests to manage your subscriptions.

+ +

Events

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  Events job-completed
+</Subscription>
+
+ +

Description

+ +

The Events directive lists the events, separated +by spaces, that the subscriber is interested in. Table 1 lists +the supported event names.

+ +

The Events directive must appear inside a Subscription section.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: Event Names
NameDescription
allAll events
job-completedSend notification when the job is completed
job-config-changedSend notification when the job is changed
job-createdSend notification when a job is created
job-progressSend notification for job progress
job-state-changedSend notification when the job-state changes
job-stoppedSend notification when the job is stopped
printer-addedSend notification when a printer is added
printer-changedSend notification when a printer is changed
printer-config-changedSend notification when a printer's configuration is changed
printer-deletedSend notification when a printer is deleted
printer-modifiedSend notification when a printer is modified
printer-state-changedSend notification when the printer-state changes
printer-stoppedSend notification when a printer is stopped
server-auditSend notification when a bad request, security error, or + authentication error occurs
server-restartedSend notification when the server is restarted
server-startedSend notification when the server is initially started
server-stoppedSend notification when the server is shutdown
+ + +

ExpirationTime

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  ExpirationTime 1012563145
+</Subscription>
+
+ +

Description

+ +

The ExpirationTime directive specifies the +expiration time of the subscription as a UNIX time value. It is 0 +for subscriptions with no predefined expiration time.

+ +

The ExpirationTime directive must appear inside a +Subscription +section.

+ + +

Interval

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  Interval 30
+</Subscription>
+
+ +

Description

+ +

The Interval directive specifies the preferred +time interval for event notifications in seconds.

+ +

The Interval directive must appear inside a Subscription section.

+ + +

JobId

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  JobId 123
+</Subscription>
+
+ +

Description

+ +

The JobId directive specifies the +job-id for job subscriptions.

+ +

The JobId directive must appear inside a Subscription section.

+ + +

LeaseDuration

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  LeaseDuration 
+</Subscription>
+
+ +

Description

+ +

The LeaseDuration directive specifies the number +of seconds that the subscription is valid. A value of 0 means +that the subscription will last forever or the life of the print +job the subscription is attached to.

+ +

The LeaseDuration directive must appear inside a Subscription section.

+ + +

NextEventId

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  NextEventId 999
+</Subscription>
+
+ +

Description

+ +

The NextEventId directive specifies the +notify-sequence-number value for the next +notification event. It starts at 1 and increases for every event +that is delivered for the subscription.

+ +

The NextEventId directive must appear inside a Subscription section.

+ + +

NextSubscriptionId

+ +

Examples

+ +
+NextSubscriptionId 999
+
+ +

Description

+ +

The NextSubscriptionId directive specifies the +next subscription ID to use. It defaults to 1 more than the +highest subscription number seen.

+ + +

Owner

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  Owner username
+</Subscription>
+
+ +

Description

+ +

The Owner directive specifies the user that owns +this subscription.

+ +

The Owner directive must appear inside a Subscription section.

+ + +

PrinterName

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  PrinterName name
+</Subscription>
+
+ +

Description

+ +

The PrinterName directive specifies the name of +the printer or class that is associated with this +subscription.

+ +

The PrinterName directive must appear inside a Subscription section.

+ + +

Recipient

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  Recipient mailto:foo@domain.com
+</Subscription>
+
+ +

Description

+ +

The Recipient directive specifies the +notify-recipient-uri value for push-type +notifications. The URI scheme name determines which notifier +program is used to send the event(s).

+ +

The Recipient directive must appear inside a Subscription section.

+ + +

Subscription

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+</Subscription>
+
+ +

Description

+ +

The Subscription section defines a single +subscription in the system. Each subscription is assigned a +unique (to the server) number starting at 1.

+ + +

UserData

+ +

Examples

+ +
+<Subscription NNN>
+  ...
+  UserData mailto:bar<40>domain.com
+</Subscription>
+
+ +

Description

+ +

The UserData directive specifies the +notify-user-data value, which is normally the "from" +address used in mailto notifications. Binary values +are introduced by encoding the bytes as hexadecimal values inside +angle brackets, e.g. "<1234>".

+ +

The UserData directive must appear inside a Subscription section.

+ + + diff --git a/doc/help/security.html b/doc/help/security.html new file mode 100644 index 0000000000..c5956ef06d --- /dev/null +++ b/doc/help/security.html @@ -0,0 +1,169 @@ + + + + Server Security + + + +

In the default "standalone" configuration, there are few +potential security risks - the CUPS server does not accept remote +connections, and only accepts shared printer information from the +local subnet. When you share printers and/or enable remote +adminstration, you expose your system to potential unauthorized +access. This help page provides an analysis of possible CUPS +security concerns and describes how to better secure your +server.

+ +

Authentication Issues

+ +

When you enable remote administration, the server will use +Basic authentication for adminstration tasks. The current CUPS +server supports Basic, Digest, and local certificate +authentication:

+ +
    + +
  1. Basic authentication essentially places the clear + text of the username and password on the network. + +

    Since CUPS uses the system username and password + account information, the authentication information could + be used to gain access to possibly privileged accounts on + the server.

    + +

    Recommendation: Enable encryption to hide the + username and password information - this is the default on + MacOS X and systems with GNU TLS or OpenSSL installed.

  2. + +
  3. Digest authentication uses an MD5 checksum of the + username, password, and domain ("CUPS"), so the original + username and password is not sent over the network. + +

    The current implementation does not authenticate the + entire message and uses the client's IP address for the + nonce value, making it possible to launch "man in the + middle" and replay attacks from the same client.

    + +

    Recommendation: Enable encryption to hide the + username and password information.

  4. + +
  5. Local certificate authentication passes 128-bit + "certificates" that identify an authenticated user. + Certificates are created on-the-fly from random data and + stored in files under /var/run/cups/certs. + They have restricted read permissions: root + + system-group(s) for the root certificate, and lp + lp + for CGI certificates. + +

    Because certificates are only available on the local + system, the CUPS server does not accept local + authentication unless the client is connected to the + loopback interface (127.0.0.1 or ::1) or domain + socket.

    + +

    Recommendation: Ensure that unauthorized users + are not added to the system group(s).

  6. + +
+ +

Denial of Service Attacks

+ +

When printer sharing or remote administration is enabled, the +CUPS server, like all Internet services, is vulnerable to a +variety of denial of service attacks:

+ +
    + +
  1. Establishing multiple connections to the server until + the server will accept no more. + +

    This cannot be protected against by any known + software. The MaxClientsPerHost directive + can be used to configure CUPS to limit the number of + connections allowed from a single host, however that does + not prevent a distributed attack.

    + +

    Recommendation: Limit access to trusted systems + and networks.

  2. + +
  3. Repeatedly opening and closing connections to the + server as fast as possible. + +

    There is no easy way of protecting against this in the + CUPS software. If the attack is coming from outside the + local network, it may be possible to filter such an + attack. However, once the connection request has been + received by the server it must at least accept the + connection to find out who is connecting.

    + +

    Recommendation: None.

  4. + +
  5. Flooding the network with broadcast packets on port + 631. + +

    It might be possible to disable browsing if this + condition is detected by the CUPS software, however if + there are large numbers of printers available on the + network such an algorithm might think that an attack was + occurring when instead a valid update was being + received.

    + +

    Recommendation: Block browse packets from + foreign or untrusted networks using a router or + firewall.

  6. + +
  7. Sending partial IPP requests; specifically, sending + part of an attribute value and then stopping + transmission. + +

    The current code will wait up to 1 second before + timing out the partial value and closing the connection. + This will slow the server responses to valid requests and + may lead to dropped browsing packets, but will otherwise + not affect the operation of the server.

    + +

    Recommendation: Block IPP packets from foreign + or untrusted networks using a router or + firewall.

  8. + +
  9. Sending large/long print jobs to printers, preventing + other users from printing. + +

    There are limited facilities for protecting against + large print jobs (the MaxRequestSize + attribute), however this will not protect printers from + malicious users and print files that generate hundreds or + thousands of pages.

    + +

    Recommendation: Restrict printer access to + known hosts or networks, and add user-level access + controls as needed for expensive printers.

  10. + +
+ +

Encryption Issues

+ +

CUPS supports 128-bit SSL 3.0 and TLS 1.0 encryption of +network connections via the OpenSSL, GNU TLS, and CDSA encryption +libraries. In additional to the potential security issues posed +by the SSL and TLS protocols, CUPS currently has the following +additional issue:

+ +
    + +
  1. Certification validation/revocation; currently CUPS + does not validate or revoke server or client certificates + when establishing a secure connection. This can + potentially lead to "man in the middle" and + impersonation/spoofing attacks over unsecured networks. + Future versions of CUPS will support both validation and + revocation of server certificates. + +

    Recommendation: Do not depend on encryption for + security when connecting to servers over the Internet or + untrusted WAN links.

  2. + +
+ + + diff --git a/doc/help/spec-cmp.html b/doc/help/spec-cmp.html new file mode 100644 index 0000000000..7b5d89983f --- /dev/null +++ b/doc/help/spec-cmp.html @@ -0,0 +1,1277 @@ + + + + CUPS Developer Guide + + + +

This developer guide documents the guidelines and processes we +use when developing and maintaining the Common UNIX Printing +System ("CUPS") and related software. Our goal is to provide +reliable and efficient software and documentation that addresses +the needs of our users.

+ +

Communication

+ +

How to Contact the Developers

+ +

The CUPS +Forums are the primary means of asking questions and +informally discussing issues and feature requests with the CUPS +developers. Table 1 shows the available forums and their +focus:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: CUPS Forums
ForumFocus/Purpose
cups.bugsDiscussion of bugs and issues in the CUPS + software
cups.commitReport of all commits to the Subversion repository + (read-only)
cups.ddkUsage and development questions for the CUPS Driver + Development Kit
cups.developmentDevelopment questions and discussion of new features + in the CUPS software
cups.generalUsage questions for the CUPS software
+ +

How to Submit a Bug Report or Feature Request

+ +

The CUPS "Bugs & +Features" page provides access to the CUPS software +trouble report database and is the formal way to submit a +bug report or feature request to the CUPS developers. Please +note, however, that we do not provide answers to usage +questions or resolve problems in third-party software on this +page - use the CUPS Forums for that instead.

+ +

Unlike discussions that occur on the CUPS Forums, formal bug +reports and feature requests must be acted on by the CUPS +developers. This does not mean that every bug report is resolved +or every feature request is implemented, but we do respond and +keep track of them all for posterity.

+ +
Please use the search feature of the Bugs & +Features page before submitting a new bug report or feature +request. If you see an existing report that matches your issue, +please post a message to that report ("I have this issue as +well", "I would also like to see", etc.) rather than submitting a +new report. This helps speed the resolution of your issue by +reducing the CUPS developers' work load.
+ +

How to Prepare a Patch

+ +

When submitting a bug report or feature request, you can +include patch files that resolve the bug or implement the feature +to speed the inclusion of that bug fix or feature in a new CUPS +release. For changes to existing files, we prefer a unified diff +against the current Subversion trunk branch, which can +be generated easily using the following Subversion command:

+ +
+svn diff >filename.patch
+
+ +

If you produce a patch using a released source archive, use +one of the following commands instead:

+ +
+diff -u oldfilename filename >filename.patch
+
+diff -urN olddirectory directory >filename.patch
+
+ +

New files and files with significant changes can be submitted +in their entirety, however that may delay the adoption of your +changes.

+ +
Patches and files must conform to the standards +outlined in the "Coding Guidelines" and "Makefile Guidelines" sections in this +document. In addition, since Easy Software Products provides CUPS +under multiple licenses, we require that you assign the copyright +for your changes and files to us for inclusion in +CUPS.
+ + +

Software Development Practices

+ +

Version Numbering

+ +

CUPS uses a three-part version number separated by periods to +represent the major, minor, and patch release numbers. Major +release numbers indicate large design changes or +backwards-incompatible changes to the CUPS API or CUPS Imaging +API. Minor release numbers indicate new features and other +smaller changes which are backwards-compatible with previous CUPS +releases. Patch numbers indicate bug fixes to the previous +release.

+ +
When we talk about compatibility, we are talking +about binary compatibility for public APIs and output format +compatibility for program interfaces. Changes to configuration +file formats or the default behavior of programs are not +generally considered incompatible as the upgrade process can +normally address such changes gracefully.
+ +

Production releases use the plain version numbers:

+ +
+MAJOR.MINOR.PATCH
+1.0.0
+1.0.1
+1.0.2
+...
+1.1.0
+...
+1.1.23
+1.2.0
+1.2.1
+...
+1.3.0
+...
+2.0.0
+
+ +

The first production release in a MAJOR.MINOR series +(MAJOR.MINOR.0) is called a feature release. Feature releases are +the only releases that may contain new features. Subsequent +production releases in a MAJOR.MINOR series may only contain bug +fixes.

+ +
We did not hold to this limitation in the CUPS 1.1 +series for a variety of reasons. Starting with CUPS 1.2, the "no +new features in a patch release" policy will be strictly +enforced. This should yield more frequent minor releases with +fewer new features (and interactions!) to +validate/test.
+ +

Beta-test releases are identified by appending the letter B +to the major and minor version numbers followed by the beta +release number:

+ +
+MAJOR.MINORbNUMBER
+1.2b1
+
+ +

Release candidates are identified by appending the letters RC +to the major and minor version numbers followed by the release +candidate number:

+ +
+MAJOR.MINORrcNUMBER
+1.2rc1
+
+ +

Developer snapshots are identified by appending the letters +SVN-R to the major and minor version numbers followed by the +revision number:

+ +
+MAJOR.MINORsvn-rREV
+1.2svn-r1234
+
+ +

Beta-test releases, release candidates, and developer +snapshots are only created for new minor releases. Once a +production release has been made (MAJOR.MINOR.0), subsequent +patch releases are issues without preliminary beta or release +testing.

+ +

Version Control (Subversion)

+ +

The CUPS source files are managed by the Subversion ("SVN") +software, available at:

+ +
+subversion.tigris.org
+
+ +

Source files are "checked in" with each change so that +modifications can be tracked, and each checkin must reference any +applicable STRs. The following format must be used for +commit log messages:

+ +
+Summary of the change ("fix PostScript printing bug") along
+with corresponding STRs ("STR #1, STR #6")
+
+foo.cxx:
+    - function(): Detailed list of changes
+    - function2(): Detailed list of changes
+    - Summary of design changes ("added new foo struct")
+
+bar.h:
+    - More detailed changes
+
+ +

Primary development occurs on the trunk branch, +with changes merged back to release branches as needed. Table 2 +shows the URLs developers use for the various CUPS subprojects +and branches:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 2: CUPS Subversion URLs
URLPurpose
https://svn.easysw.com/public/cups/trunk/Primary CUPS development branch
https://svn.easysw.com/public/cups/branches/CUPS maintenance branches (merge-only)
https://svn.easysw.com/public/cups/tags/CUPS release tags (read-only)
https://svn.easysw.com/public/cupsddk/trunk/Primary CUPS DDK development branch
https://svn.easysw.com/public/cupsddk/branches/CUPS DDK maintenance branches (merge-only)
https://svn.easysw.com/public/cupsddk/tags/CUPS DDK release tags (read-only)
https://svn.easysw.com/public/espgs/trunk/Primary ESP Ghostscript development branch
https://svn.easysw.com/public/espgs/branches/ESP Ghostscript maintenance branches (merge-only)
https://svn.easysw.com/public/espgs/tags/ESP Ghostscript release tags (read-only)
https://svn.easysw.com/public/windows/trunk/Primary CUPS Windows Driver development branch
https://svn.easysw.com/public/windows/branches/CUPS Windows Driver maintenance branches (merge-only)
https://svn.easysw.com/public/windows/tags/CUPS Windows Driver release tags (read-only)
+ +

The branch for a MAJOR.MINOR release are created when the +first production release (MAJOR.MINOR.0) is made using the name +"branch-MAJOR.MINOR". Release tags are created for every beta, +candidate, and production release using the name +"release-MAJOR.MINOR.PATCHbNUMBER", +"release-MAJOR.MINOR.PATCHrcNUMBER", or +"release-MAJOR.MINOR.PATCH", respectively. No release tags are +created for developer snapshots.

+ + +

Files and Directories

+ +

File and directory names may not exceed 16 characters in +length to ensure compability with older UNIX filesystems. In +addition, to avoid problems with case-insensitive filesystems, +you may not use names which differ only by case, for example +"ReadMe" and "README" are not allowed in the same directory.

+ +

Source files must be documented and formatted as described in +"Coding Requirements". Make files must +follow the guidelines in "Makefile +Guidelines".

+ + +

Build System

+ +

The CUPS build system uses GNU autoconf to +tailor the library to the local operating system. Project files +for major IDEs are also provided for Microsoft +Windows®. To improve portability, makefiles must +not make use of the unique features offered by GNU make. See the Makefile Guidelines section for a +description of the allowed make features and makefile +guidelines.

+ +

Additional GNU build programs such as GNU automake and +GNU libtool +must not be used. GNU automake produces non-portable makefiles +which depend on GNU-specific extensions, and GNU libtool is not +portable or reliable enough for CUPS.

+ + +

Packaging

+ +

Source packages are created using the +tools/makesrcdist script in the Subversion repository. +The script optionally uses a version number argument:

+ +
+tools/makesrcdist
+tools/makesrcdist version
+
+ +

When run with no arguments, the script creates a snapshot of +the current working copy and names it using the highest revision +number in the WC, for example +"/tmp/cups-1.2svn-r1234-source.tar.bz2" and +"/tmp/cups-1.2svn-r1234-source.tar.gz". When run with two +arguments, the script creates a release tag in the repository and +exports that tag, creating the files +"/tmp/cups-version-source.tar.bz2" and +"/tmp/cups-version-source.tar.gz".

+ +

Binary packages are not generally distributed by the CUPS +team, however the packaging/cups.spec and +packaging/cups.list files may be used to create binary +packages on Linux, MacOS X, and UNIX. The +packaging/cups.spec file produces a binary package +using the rpmbuild(8) software:

+ +
+rpmbuild -ta cups-version-source.tar.gz
+
+ +

The cups.list file is generated by the +configure script and produces binary packages for many +platforms using the EPM software. Table 3 shows the targets that +are available for each type of binary package:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 3: Binary Package Targets
TargetType of Package
aixAIX installp
bsd*BSD pkg_install
debDebian dpkg
depotHP-UX swinstall
epmPortable tarball with install script
instIRIX inst/tardist
osxMacOS X Install
pkgSolaris pkgadd
rpmRPM binary
setldTru64 UNIX setld
slackwareSlackware install
swinstallHP-UX swinstall
tardistIRIX inst/tardist
+ +

Finally, the tools/testrpm and +tools/testosx scripts can be used to create binary +packages from the current working copy for testing on Linux and +MacOS X, respectively:

+ +
+tools/testrpm
+sudo rpm -U /usr/src/redhat/RPMS/i386/cups*.rpm
+
+sudo tools/testosx
+open cups.pkg
+
+ + +

Testing

+ +

Software testing is conducted according to the CUPS Software Test Plan. This testing is +automated via the top-level makefile test target:

+ +
+make test
+
+ +

The test environment allows for both short-term automated +testing and long-term testing and development without the +automated test script.

+ + +

Trouble Report Processing

+ +

A Software Trouble Report ("STR") must be submitted every time +a user or vendor experiences a problem with the CUPS software. +Trouble reports are maintained on the Bugs & +Features page with one of the following states:

+ +
    + +
  1. STR is closed with complete resolution
  2. + +
  3. STR is closed without resolution
  4. + +
  5. STR is active, waiting on information from submitter
  6. + +
  7. STR is pending with additional information from submitter
  8. + +
  9. STR is newly submitted
  10. + +
+ +

Trouble reports are processed using the following steps.

+ +
    + +
  1. Classification + +

    When a trouble report is received it must be classified at one +of the following priority levels:

    + +
      + +
    1. Request for enhancement, e.g. asking for a + feature + +
    2. Low, e.g. a documentation error or undocumented + side-effect + +
    3. Moderate, e.g. unable to print a file or unable to + compile the software + +
    4. High, e.g. unable to print to a printer or key + functionality not working + +
    5. Critical, e.g. unable to print at all + +
    + +

    Level 4 and 5 trouble reports must be resolved in the next +software release. Level 2 and 3 trouble reports are scheduled for +resolution in a specific release at the discretion of the release +coordinator. Level 1 trouble reports are scheduled for resolution +in a future feature release.

    + +

    The scope of the problem is also determined as:

    + +
      + +
    1. Specific to a machine or printer + +
    2. Specific to an operating system + +
    3. Applies to all machines, printers, and operating systems + +
    + +
  2. Identification + +

    Once the level and scope of the trouble report is determined +the software sub-system(s) involved with the problem are +determined. This may involve additional communication with the +user or vendor to isolate the problem to a specific cause.

    + +

    When the sub-system(s) involved have been identified, an +engineer will then determine the change(s) needed and estimate +the time required for the change(s).

    + +
  3. Correction + +

    Corrections are scheduled based upon the severity and +complexity of the problem. Once all changes have been made, +documented, and tested successfully a new software release +snapshot is generated. Additional tests are added as necessary +for proper testing of the changes.

    + +
  4. Notification + +

    The user or vendor is notified when the fix is available or if +the problem was caused by user error.

    + +
+ + +

Release Management

+ +

When testing has been completed successfully, a new source +package is created using the tools/makesrcdist script. +Three types of releases, beta, candidate, and production, are +created and released to the public using the basic schedule in +Table 4. At least one beta and one release candidate must be +created prior to a production release, and there must be at least +two weeks between the last beta and first candidate and last +candidate and first production release.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table: CUPS Basic Release Schedule
WeekVersionDescription
T-6 weeks1.2b1First beta release
T-5 weeks1.2b2Second beta release
T-3 weeks1.2rc1First release candidate
T-2 weeks1.2rc2Second release candidate
T-0 weeks1.2.0Production (feature) release
+ + +

Coding Guidelines

+ +

These coding guidelines provide detailed information on source +file formatting and documentation content and must be applied to +all C and C++ source files provided with CUPS. Source code for +other languages should conform to these guidelines as allowed by +the language.

+ +

Source Files

+ +

All source files names shall be 16 characters or less in +length to ensure compatibility with older UNIX filesystems. +Source files containing functions shall have an extension of ".c" +for ANSI C and ".cxx" for C++ source files. All other "include" +files shall have an extension of ".h".

+ +

The top of each source file shall contain a header giving the +name of the file, the purpose or nature of the source file, the +copyright and licensing notice, and the functions contained in +the file. The file name and revision information is provided by +the Subversion "$Id$" tag:

+ +
+/*
+ * "$Id$"
+ *
+ *   Description of file contents.
+ *
+ *   Copyright yyyy-YYYY by Easy Software Products, all rights
+ *   reserved.
+ *
+ *   These coded instructions, statements, and computer programs are
+ *   the property of Easy Software Products and are protected by
+ *   Federal copyright law.  Distribution and use rights are outlined
+ *   in the file "LICENSE.txt" which should have been included with
+ *   this file.  If this file is missing or damaged please contact
+ *   Easy Software Products at:
+ *
+ *       Attn: CUPS Licensing Information
+ *       Easy Software Products
+ *       44141 Airport View Drive, Suite 204
+ *       Hollywood, Maryland 20636 USA
+ *
+ *       Voice: (301) 373-9600
+ *       EMail: cups-info@cups.org
+ *         WWW: http://www.cups.org/
+ *
+ * Contents:
+ *
+ *   function1() - Description 1.
+ *   function2() - Description 2.
+ *   function3() - Description 3.
+ */
+
+ +

For source files that are subject to the Apple OS-Developed +Software exception, the following additional comment should +appear after the contact information:

+ +
+ *   This file is subject to the Apple OS-Developed Software exception.
+
+ +

The bottom of each source file shall contain a trailer giving +the name of the file using the Subversion "$Id$" tag. The +primary purpose of this is to mark the end of a source file; if +the trailer is missing it is possible that code has been lost +near the end of the file:

+ +
+/*
+ * End of "$Id$".
+ */
+
+ +

Functions

+ +

Functions with a global scope shall have a lowercase prefix +followed by capitalized words ("cupsDoThis", "cupsDoThat", +"cupsDoSomethingElse", etc.) Private global functions shall begin +with a leading underscore ("_cupsDoThis", "_cupsDoThat", +etc.)

+ +

Functions with a local scope shall be declared "static" and be +lowercase with underscores between words ("do_this", "do_that", +"do_something_else", etc.)

+ +

Each function shall begin with a comment header describing +what the function does, the possible input limits (if any), and +the possible output values (if any), and any special information +needed:

+ +
+/*
+ * 'do_this()' - Compute y = this(x).
+ *
+ * Notes: none.
+ */
+
+static float                            /* O - Inverse power value, 0.0 <= y <= 1.1 */
+do_this(float x)                        /* I - Power value (0.0 <= x <= 1.1) */
+{
+  ...
+  return (y);
+}
+
+ +

Return/output values are indicated using an "O" prefix, input +values are indicated using the "I" prefix, and values that are +both input and output use the "IO" prefix for the corresponding +in-line comment.

+ +

The Mini-XML documentation generator also understands the following +special text in the function description comment:

+ +
    + +
  • @since CUPS version@ - Marks the + function as new in the specified version of CUPS.
  • + +
  • @deprecated@ - Marks the function as + deprecated (not recommended for new development and + scheduled for removal)
  • + +
+ +

Variables

+ +

Variables with a global scope shall be capitalized +("ThisVariable", "ThatVariable", "ThisStateVariable", etc.) The +only exception to this rule shall be the CUPS interface library +global variables which must begin with the prefix "cups" +("cupsThisVariable", "cupsThatVariable", etc.) Global variables +shall be replaced by function arguments whenever possible.

+ +

Variables with a local scope shall be lowercase with +underscores between words ("this_variable", "that_variable", +etc.) Any local variables shared by functions within a source +file shall be declared "static".

+ +

Each variable shall be declared on a separate line and shall +be immediately followed by a comment block describing the +variable:

+ +
+int this_variable;   /* The current state of this */
+int that_variable;   /* The current state of that */
+
+ +

Types

+ +

All type names shall be lowercase with underscores between +words and "_t" appended to the end of the name +("cups_this_type_t", "cups_that_type_t", etc.) Type names must +start with a prefix, typically "cups" or the name of the program, +to avoid conflicts with system types. Private type names must +start with an underscore ("_cups_this_t", "_cups_that_t", +etc.)

+ +

Each type shall have a comment block immediately after the +typedef:

+ +
+typedef int cups_this_type_t;           /* This type is for CUPS foobar options. */
+
+ +

Structures

+ +

All structure names shall be lowercase with underscores +between words and "_s" appended to the end of the name +("cups_this_s", "cups_that_s", etc.) Structure names must start +with a prefix, typically "cups" or the name of the program, to +avoid conflicts with system types. Private structure names must +start with an underscore ("_cups_this_s", "_cups_that_s", +etc.)

+ +

Each structure shall have a comment block immediately after +the struct and each member shall be documented in accordance with +the variable naming policy above:

+ +
+struct cups_this_struct_s               /* This structure is for CUPS foobar options. */
+{
+  int this_member;                      /* Current state for this */
+  int that_member;                      /* Current state for that */
+};
+
+ +

Constants

+ +

All constant names shall be uppercase with underscored between +words ("CUPS_THIS_CONSTANT", "CUPS_THAT_CONSTANT", etc.) +Constants must begin with an uppercase prefix, typically "CUPS" +or the program name.

+ +

Typed enumerations shall be used whenever possible to allow +for type checking by the compiler.

+ +

Comment blocks shall immediately follow each constant:

+ +
+enum
+{
+  CUPS_THIS_TRAY,                       /* This tray */
+  CUPS_THAT_TRAY                        /* That tray */
+};
+
+ +

Code

+ +

All source code shall utilize block comments within functions +to describe the operations being performed by a group of +statements; avoid putting a comment per line unless absolutely +necessary, and then consider refactoring the code so that it is +not necessary:

+ +
+/*
+ * Clear the state array before we begin...
+ */
+
+for (i = 0; i < (sizeof(array) / sizeof(sizeof(array[0])); i ++)
+  array[i] = STATE_IDLE;
+
+/*
+ * Wait for state changes...
+ */
+
+do
+{
+  for (i = 0; i < (sizeof(array) / sizeof(sizeof(array[0])); i ++)
+    if (array[i] != STATE_IDLE)
+      break;
+
+  if (i == (sizeof(array) / sizeof(array[0])))
+    sleep(1);
+} while (i == (sizeof(array) / sizeof(array[0])));
+
+ +

Indentation

+ +

All code blocks enclosed by brackets shall begin with the +opening brace on a new line. The code then follows starting on a +new line after the brace and is indented 2 spaces. The closing +brace is then placed on a new line following the code at the +original indentation:

+ +
+{
+  int i; /* Looping var */
+
+ /*
+  * Process foobar values from 0 to 999...
+  */
+
+  for (i = 0; i < 1000; i ++)
+  {
+    do_this(i);
+    do_that(i);
+  }
+}
+
+ +

Single-line statements following "do", "else", "for", "if", +and "while" shall be indented 2 spaces as well. Blocks of code +in a "switch" block shall be indented 4 spaces after each "case" +and "default" case:

+ +
+switch (array[i])
+{
+  case STATE_IDLE :
+      do_this(i);
+      do_that(i);
+      break;
+  default :
+      do_nothing(i);
+      break;
+}
+
+ +

Spacing

+ +

A space shall follow each reserved word ("if", "while", etc.) +Spaces shall not be inserted between a function name and the +arguments in parenthesis.

+ +

Return Values

+ +

Parenthesis shall surround values returned from a function +using "return":

+ +
+return (CUPS_STATE_IDLE);
+
+ +

Loops

+ +

Whenever convenient loops should count downward to zero to +improve program performance:

+ +
+for (i = sizeof(array) / sizeof(array[0]) - 1; i >= 0; i --)
+  array[i] = CUPS_STATE_IDLE;
+
+ +

Makefile Guidelines

+ +

The following is a guide to the makefile-based build system +used by CUPS. These standards have been developed over the years +to allow CUPS to be built on as many systems and environments as +possible.

+ +

General Organization

+ +

The CUPS source code is organized functionally into a +top-level makefile, include file, and subdirectories each with +their own makefile and dependencies files. The ".in" files are +template files for the autoconf software and are +used to generate a static version of the corresponding file.

+ +

Makefile Documentation

+ +

Each make file must start with the standard CUPS header +containing the Subversion "$Id$" keyword, description of the +file, and CUPS copyright and license notice:

+ +
+#
+# "$Id$"
+#
+#   Makefile for ...
+#
+#   Copyright yyyy-YYYY by Easy Software Products, all rights
+#   reserved.
+#
+#   These coded instructions, statements, and computer programs are
+#   the property of Easy Software Products and are protected by
+#   Federal copyright law.  Distribution and use rights are outlined
+#   in the file "LICENSE.txt" which should have been included with
+#   this file.  If this file is missing or damaged please contact
+#   Easy Software Products at:
+#
+#       Attn: CUPS Licensing Information
+#       Easy Software Products
+#       44141 Airport View Drive, Suite 204
+#       Hollywood, Maryland 20636 USA
+#
+#       Voice: (301) 373-9600
+#       EMail: cups-info@cups.org
+#         WWW: http://www.cups.org/
+#
+
+ +

The end of each makefile must have a comment saying:

+ +
+#
+# End of "$Id$".
+#
+
+ +

The purpose of the trailer is to indicate the end of the +makefile so that truncations are immediately obvious.

+ +

Portable Makefile Construction

+ +

CUPS uses a common subset of make program syntax to ensure +that the software can be compiled "out of the box" on as many +systems as possible. The following is a list of assumptions we +follow when constructing makefiles:

+ +
    + +
  • Targets; we assume that the make program + supports the notion of simple targets of the form + "name:" that perform tab-indented commands that follow + the target, e.g.: +
    +target:
    +→ target commands
  • + +
  • Dependencies; we assume that the make program + supports recursive dependencies on targets, e.g.: +
    +target: foo bar
    +→ target commands
    +
    +foo: bla
    +→ foo commands
    +
    +bar:
    +→ bar commands
    +
    +bla:
    +→ bla commands
  • + +
  • Variable Definition; we assume that the make program + supports variable definition on the command-line or in the makefile + using the following form: +
    +name=value
    + +
  • Variable Substitution; we assume that the make program + supports variable substitution using the following forms: +
      +
    • $(name); substitutes the value of "name",
    • +
    • ($name:.old=.new); substitutes the value of "name" + with the filename extensions ".old" changed to ".new",
    • +
    • $(MAKEFLAGS); substitutes the + command-line options passed to the program + without the leading hyphen (-),
    • +
    • $$; substitutes a single $ character,
    • +
    • $<; substitutes the current source file or dependency, and
    • +
    • $@; substitutes the current target name.
    • +
  • + +
  • Suffixes; we assume that the make program + supports filename suffixes with assumed dependencies, e.g.: +
    +.SUFFIXES: .c .o
    +.c.o:
    +→ $(CC) $(CFLAGS) -o $@ -c $<
  • + +
  • Include Files; we assume that the make program + supports the include directive, e.g.: +
    +include ../Makedefs
    +include Dependencies
  • + +
  • Comments; we assume that comments begin with + a # character and proceed to the end of the + current line.
  • + +
  • Line Length; we assume that there is no + practical limit to the length of lines.
  • + +
  • Continuation of long lines; we assume that + the \ character may be placed at the end of a + line to concatenate two or more lines in a + makefile to form a single long line.
  • + +
  • Shell; we assume a POSIX-compatible shell is + present on the build system.
  • + +
+ +

Standard Variables

+ +

The following variables are defined in the "Makedefs" file +generated by the autoconf software:

+ +
    + +
  • AR; the library archiver command,
  • + +
  • ARFLAGS; options for the library archiver command,
  • + +
  • BUILDROOT; optional installation prefix,
  • + +
  • MAN1EXT; extension for man pages in section 1,
  • + +
  • MAN3EXT; extension for man pages in section 3,
  • + +
  • MAN5EXT; extension for man pages in section 5,
  • + +
  • MAN7EXT; extension for man pages in section 7,
  • + +
  • MAN8DIR; subdirectory for man pages in section 8,
  • + +
  • MAN8EXT; extension for man pages in section 8,
  • + +
  • CC; the C compiler command,
  • + +
  • CFLAGS; options for the C compiler command,
  • + +
  • CXX; the C++ compiler command,
  • + +
  • CXXFLAGS; options for the C++ compiler command,
  • + +
  • DSOCOMMAND; the shared library building command,
  • + +
  • DSOFLAGS; options for the shared library building command,
  • + +
  • INSTALL; the install command,
  • + +
  • INSTALL_BIN; the program installation command,
  • + +
  • INSTALL_DATA; the data file installation command,
  • + +
  • INSTALL_DIR; the directory installation command,
  • + +
  • INSTALL_LIB; the library installation command,
  • + +
  • INSTALL_MAN; the documentation installation command,
  • + +
  • INSTALL_SCRIPT; the shell script installation command,
  • + +
  • LDFLAGS; options for the linker,
  • + +
  • LIBS; libraries for all programs,
  • + +
  • LN; the ln command,
  • + +
  • OPTIM; common compiler optimization options,
  • + +
  • RM; the rm command,
  • + +
  • SHELL; the sh (POSIX shell) command,
  • + +
  • STRIP; the strip command,
  • + +
  • bindir; the binary installation directory,
  • + +
  • datadir; the data file installation directory,
  • + +
  • exec_prefix; the installation prefix for executable files,
  • + +
  • libdir; the library installation directory,
  • + +
  • mandir; the man page installation directory,
  • + +
  • prefix; the installation prefix for non-executable files, and
  • + +
  • srcdir; the source directory.
  • + +
+ +

Standard Targets

+ +

The following standard targets must be defined in each +makefile:

+ +
    + +
  • all; creates all target programs, + libraries, and documentation files,
  • + +
  • clean; removes all target programs, + libraries, documentation files, and object files,
  • + +
  • depend; generates automatic dependencies + for any C or C++ source files (also see "Dependencies"),
  • + +
  • distclean; removes autoconf-generated files + in addition to those removed by the "clean" target,
  • + +
  • install; installs all distribution files in + their corresponding locations (also see "Install/Uninstall Support"),
  • + +
  • uninstall; removes all distribution files from + their corresponding locations (also see "Install/Uninstall Support"), and
  • + +
+ + +

Object Files

+ +

Object files (the result of compiling a C or C++ source file) +have the extension ".o".

+ +

Programs

+ +

Program files are the result of linking object files and +libraries together to form an executable file. A typical +program target looks like:

+ +
+program: $(OBJS)
+→ echo Linking $@...
+→ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
+
+ +

Static Libraries

+ +

Static libraries have a prefix of "lib" and the extension +".a". A typical static library target looks like:

+ +
+libname.a: $(OBJECTS)
+→ echo Creating $@...
+→ $(RM) $@
+→ $(AR) $(ARFLAGS) $@ $(OBJECTS)
+→ $(RANLIB) $@
+
+ +

Shared Libraries

+ +

Shared libraries have a prefix of "lib" and the extension +".dylib", ".sl", ".so", or "_s.a" depending on the operating +system. A typical shared library is composed of several targets +that look like:

+ +
+libname.so: $(OBJECTS)
+→ echo $(DSOCOMMAND) libname.so.$(DSOVERSION) ...
+→ $(DSOCOMMAND) libname.so.$(DSOVERSION) $(OBJECTS)
+→ $(RM) libname.so libname.so.$(DSOMAJOR)
+→ $(LN) libname.so.$(DSOVERSION) libname.so.$(DSOMAJOR)
+→ $(LN) libname.so.$(DSOVERSION) libname.so
+
+libname.sl: $(OBJECTS)
+→ echo $(DSOCOMMAND) libname.sl.$(DSOVERSION) ...
+→ $(DSOCOMMAND) libname.sl.$(DSOVERSION) $(OBJECTS)
+→ $(RM) libname.sl libname.sl.$(DSOMAJOR)
+→ $(LN) libname.sl.$(DSOVERSION) libname.sl.$(DSOMAJOR)
+→ $(LN) libname.sl.$(DSOVERSION) libname.sl
+
+libname.dylib: $(OBJECTS)
+→ echo $(DSOCOMMAND) libname.$(DSOVERSION).dylib ...
+→ $(DSOCOMMAND) libname.$(DSOVERSION).dylib \
+→ → -install_name $(libdir)/libname.$(DSOMAJOR).dylib \
+→ → -current_version libname.$(DSOVERSION).dylib \
+→ → -compatibility_version $(DSOMAJOR).0 \
+→ → $(OBJECTS) $(LIBS)
+→ $(RM) libname.dylib
+→ $(RM) libname.$(DSOMAJOR).dylib
+→ $(LN) libname.$(DSOVERSION).dylib libname.$(DSOMAJOR).dylib
+→ $(LN) libname.$(DSOVERSION).dylib libname.dylib
+
+libname_s.a: $(OBJECTS)
+→ echo $(DSOCOMMAND) libname_s.o ...
+→ $(DSOCOMMAND) libname_s.o $(OBJECTS) $(LIBS)
+→ echo $(LIBCOMMAND) libname_s.a libname_s.o
+→ $(RM) $@
+→ $(LIBCOMMAND) libname_s.a libname_s.o
+→ $(CHMOD) +x libname_s.a
+
+ + +

Dependencies

+ +

Static dependencies are expressed in each makefile following the +target, for example:

+ +
+foo: bar
+
+ +

Static dependencies shall only be used when it is not +possible to automatically generate them. Automatic dependencies +are stored in a file named "Dependencies" and included at the +end of the makefile. The following "depend" target rule shall be +used to create the automatic dependencies: + +

+depend:
+→ $(MAKEDEPEND) -Y -I.. -f Dependencies $(OBJS:.o=.c)
+
+ +

We only regenerate the automatic dependencies on a Linux +system and express any non-Linux dependencies statically in the +makefile.

+ +

Install/Uninstall Support

+ +

All makefiles must contain install and uninstall rules which +install or remove the corresponding software. These rules must +use the $(BUILDROOT) variable as a prefix to any +installation directory so that CUPS can be installed in a +temporary location for packaging by programs like +rpmbuild.

+ +

The $(INSTALL_BIN), $(INSTALL_DATA), +$(INSTALL_DIR), $(INSTALL_LIB), +$(INSTALL_MAN), and $(INSTALL_SCRIPT) +variables must be used when installing files so that the proper +ownership and permissions are set on the installed files.

+ +

The $(RANLIB) command must be run on any static +libraries after installation since the symbol table is +invalidated when the library is copied on some platforms.

+ + + diff --git a/doc/help/spec-command.html b/doc/help/spec-command.html new file mode 100644 index 0000000000..8847203d27 --- /dev/null +++ b/doc/help/spec-command.html @@ -0,0 +1,108 @@ + + + + + CUPS Command File Format + + + + + + +

Introduction

+ +

This specification describes the CUPS command file format +(application/vnd.cups-command) which is used to send printer +maintenance commands to a printer in a device-independent way. +The current specification supports basic maintenance functions +such as head cleaning and self-test pages.

+ +

Printer drivers advertise support for the CUPS command file +format by providing a filter for the +application/vnd.cups-command file type. Applications +can determine if a printer supports printing of CUPS command +files by checking the printer-type attribute for the +CUPS_PRINTER_COMMANDS capability bit.

+ +

File Syntax

+ +

CUPS command files are ASCII text files. The first line of a +CUPS command file MUST contain:

+ +
+#CUPS-COMMAND
+
+ +

After that, each line is either a command or a comment. +Comments begin with the # character, e.g.:

+ +
+# This is a comment
+
+ +

The printer commands are described below. Printer commands are +case-insensitive, so "PRINTSELFTESTPAGE", "printselftestpage", +and "PrintSelfTestPage" are equivalent. Commands that accept +arguments have their arguments on the same line separated by +whitespace.

+ +

Commands

+ +

Clean

+ +

Clean colorname

+ +

Does a standard print head cleaning. If a printer does not +support cleaning of individual colors or cartridges, then all +print heads are cleaned. Command filters MUST support the "all" +colorname. Other standard color names include "black", "color", +"photo", "cyan", "magenta", "yellow", "light-cyan", +"light-magenta", "light-black", "light-gray", and +"dark-gray".

+ +

Example:

+ +
+#CUPS-COMMAND
+Clean all
+
+ +

PrintSelfTestPage

+ +

PrintSelfTestPage

+ +

Print a self-test page on the printer. Typically this page +shows if all jets on a print head are functioning properly.

+ +

Example:

+ +
+#CUPS-COMMAND
+PrintSelfTestPage
+
+ + + diff --git a/doc/help/spec-design.html b/doc/help/spec-design.html new file mode 100644 index 0000000000..00b7b46dd5 --- /dev/null +++ b/doc/help/spec-design.html @@ -0,0 +1,396 @@ + + + + CUPS Design Description + + + +

This document is still being updated for CUPS +1.2...

+ +

This design description documents the overall organization of +the Common UNIX Printing System. The purpose is not to provide a +line-by-line description of the CUPS source code, but rather to +describe the overall architecture and location of key pieces so +that developers can more easily understand the underlying +operation of CUPS.

+ +

Introduction

+ +

Like most printing systems, CUPS is designed around a central +print scheduling process that dispatches print jobs, processes +administrative commands, provides printer status information to +local and remote programs, and informs users as needed. Figure 1 shows the basic organization of +CUPS.

+ +

Scheduler

+ +

The scheduler is a HTTP/1.1 and IPP/1.1 server application +manages HTTP and IPP requests, printers, classes, jobs, +subscriptions, and notifications on the system. HTTP is used for +normal web browser services as well as IPP operation messages +passed via HTTP POST requests with the +application/ipp content type. The scheduler uses a +series of helper Common Gateway Interface ("CGI") applications to +provide dynamic web interfaces, and can be configured to run +additional, site-specific programs or scripts for the web +interface.

+ +

The scheduler is designed as a traditional monolithic, +single-threaded server process which runs external processes to +do longer-term operations such as printing, notification, +device/driver enumeration, and remote printer monitoring. While +this design does limit the maximum number of simultaneous clients +that can be supported on a typical system, it also keep resource +utilization to a minimum and greatly simplifies the scheduler's +logic.

+ +
+ + +
Figure 1: CUPS Block Diagram
CUPS Block Diagram
+ +

Job Files

+ +

The scheduler stores job files in a spool directory, +typically /var/spool/cups. Two types of files will be +found in the spool directory: control files starting +with the letter "c" ("c00001", "c99999", "c100000", etc.) and +data files starting with the letter "d" ("d00001-001", +"d99999-001", "d100000-001", etc.) Control files are IPP messages +based on the original IPP Print-Job or Create-Job messages, while +data files are the original print files that were submitted for +printing. There is one control file for every job known to the +system and 0 or more data files for each job. Data files are +normally removed after a job has successfully printed, however +this behavior can be configured.

+ +

Log Files

+ +

The scheduler keeps three kinds of log files which are +normally stored in the /var/log/cups directory. The access_log file lists every HTTP +and IPP request that is processed by the scheduler. The error_log file contains messages +from the scheduler and its helper applications that can be used +to track down problems. The page_log file lists every page that +is printed, allowing for simple print accounting.

+ +

Log files are rotated automatically by the scheduler when they +reach the configured size limit, by default 1MB. If the limit is +set to 0 then no rotation is performed in the scheduler - this +mode is often used by Linux distributions so they can use the +logrotated(8) program to rotate them instead.

+ +

Config Files

+ +

The scheduler uses several configuration files to store the +server settings (cupsd.conf), +available classes (classes.conf), available +printers (printers.conf), +current notification subscriptions (subscriptions.conf), and +supported file types and filters (mime.types, mime.convs). In addition, +PostScript Printer Description ("PPD") files or interface scripts +are associated with each printer, and the scheduler has cache +files for remote printers, PPD files, and current jobs to +optimize the scheduler's startup speed and availability.

+ +

Berkeley Commands

+ +

CUPS provides the Berkeley lpc(8), +lpq(1), lpr(1), and lprm(1) commands. In general, they +function identically to the original Berkeley commands with the +following exceptions:

+ +
    + +
  1. The lpc command currently only supports the + "status" sub-command.
  2. + +
  3. The lpr command does not support the format + modifier options "1" (TROFF font set 1), "2" (TROFF font + set 2), "3" (TROFF font set 3), "4" (TROFF font set 4), + "c" (CIFPLOT), "d" (DVI), "f" (FORTRAN), "g" (GNU plot), + "i" (indentation), "n" (Ditroff), "r" (Sun raster), "t" + (Troff), or "w" (width), as they do not map to the IPP + MIME media type based document formats.
  4. + +
+ +

System V Commands

+ +

CUPS provides the System V accept(8), cancel(1), lp(1), lpadmin(8), lpmove(8), lpstat(1), and reject(8) commands. In general, they +function identically to the original System V commands with the +following exceptions:

+ +
    + +
  1. All commands may ask for a password; the System V + print spooler requires root access to perform + administration tasks, while CUPS allows for more flexible + configurations.
  2. + +
  3. The lpadmin command does not implement the + Solaris "-A" (alert), "-F" (fault recovery), "-M" (mount + form/wheel), "-P" (paper list), "-S" (print wheels), "-T" + (type list), "-U" (dialer info), "-W" (wait), "-f" (form + name), "-l" (content-type list), "-s" (remote printer), + or "-t" (number of trays) options.
  4. + +
+ +

CUPS Commands

+ +

CUPS provides the cupsaddsmb(8), cupsdisable(8), cupsenable(8), cupstestppd(1), lpinfo(8), and lppasswd(1) commands. The +cupsdisable and cupsenable commands correspond to +the System V disable and enable commands but have +been renamed to avoid conflicts with the bash(1) internal +commands of the same name.

+ +

LPD Support

+ +

LPD client support is provided via the cups-lpd(8) program. Incoming LPD +requests are accepted on TCP port 515 by the local +inetd(8), launchd(8), or xinetd(8) process +and forwarded to the cups-lpd program for conversion to +the corresponding IPP request(s).

+ +

The cups-lpd program conforms, for the most part, to +RFC 1179: Line Printer Daemon Protocol, but does not enforce the +privileged source port restriction specified in that document. In +addition, the banner page and output format options are usually +overridden via command-line options to the cups-lpd +program when it is invoked by the corresponding super-daemon +program.

+ +

Web Interface

+ +

The web interface is supported by five CGI programs. Table 1 +describes the purpose of each of the programs.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: CGI Programs
ProgramLocationDescription
admin.cgi/adminProvides all of the administrative functions
classes.cgi/classesLists classes and provides class management functions
help.cgi/helpProvides access to on-line help documents
jobs.cgi/jobsLists jobs and provides job management functions
printers.cgi/printersLists printers and provides printer management functions
+ +

Notifiers

+ +

Notifiers provide the means for sending event notifications +from the scheduler. Notifiers are executed with the recipient +information on the command-line and the event data on the +standard input.

+ +

The mailto notifier is the only notifier included with +CUPS 1.2 and handles email notifications for the scheduler. +Additional notifiers can be added as needed without additional +configuration.

+ +

Filters

+ +

Filters convert job files into a printable format. Multiple +filters are run, as needed, to convert from the job file format +to the printable format. A filter program reads from the standard +input or from a file if a filename is supplied. All filters must +support a common set of options including printer name, job ID, +username, job title, number of copies, and job options. All +output is sent to the standard output.

+ +

CUPS provides filters for printing text, PostScript, PDF, +HP-GL/2, and many types of image files. CUPS also provides +printer driver filters for HP-PCL, ESC/P, and several types of +label printers. Additional filters can be added through the use +of mime.convs and PPD files.

+ +

Port Monitors

+ +

Port monitors handle the device- and channel-specific data +formatting for a printer. Port monitors use the same interface as +filters.

+ +

CUPS includes two port monitors: the bcp port monitor +which supports the PostScript Binary Communications Protocol +("BCP") and the tbcp port monitor which supports the +PostScript Tagged Binary Communications Protocol ("TBCP"). +Additional port monitors can be added through PPD files.

+ +

Backends

+ +

Backends send print data to the printer and enumerate +available printers/devices as needed. Backends use the same +interface as filters.

+ +

CUPS includes backends for parallel, serial, SCSI, USB, LPD, +IPP, and AppSocket (JetDirect) connections. Additional backends +can be added as needed without additional configuration.

+ +

Programming Interfaces

+ +

CUPS makes use of two general-purpose libraries to provide its +printing services. The CUPS library provides the general +communications and management infrastructure while the CUPS +imaging library provides the image file and raster data +support.

+ +

CUPS Libary

+ +

The CUPS library contains CUPS-specific convenience functions +for queuing print jobs, getting printer information, accessing +resources via HTTP and IPP, and manipulating PPD files. Unlike +the rest of CUPS, the CUPS API is provided under the terms of the +GNU LGPL so it may be used by non-GPL applications.

+ +

CUPS Imaging Library

+ +

The CUPS imaging library provides functions for managing large +images, doing colorspace conversion and color management, scaling +images for printing, and managing raster page streams. It is used +by the CUPS image file filters, the PostScript RIP, and all +raster printers drivers.

+ + + + + diff --git a/doc/help/spec-ipp.html b/doc/help/spec-ipp.html new file mode 100644 index 0000000000..47a2a5ac50 --- /dev/null +++ b/doc/help/spec-ipp.html @@ -0,0 +1,2183 @@ + + + + + CUPS Implementation of IPP + + + + + +

Introduction

+ +

CUPS 1.1 implements IPP/1.1 and the operations and attributes +defined in the "IPP: Job and Printer Set Operations", "IPP/1.1: +Output-bin Attribute Extension", and "IPP/1.1: finishings +'fold',' trim', and 'bale' attribute values extension" +specifications.

+ +

CUPS also provides 13 new operations and many new attributes +to support multiple IPP printers and printer classes on a single +host.

+ +

IPP URIs

+ +

CUPS supports the "http", "https", and "ipp" schemes. The +following resource names are used:

+ +
+ +
scheme://hostname:port/
+ +
Can be used for all "get" operations and for server + subscriptions.
+ +
scheme://hostname:port/admin/
+ +
Used for all administrative operations.
+ +
scheme://hostname:port/classes/name
+ +
Specifies a printer class.
+ +
scheme://hostname:port/jobs/id
+ +
Specifies a job.
+ +
scheme://hostname:port/printers/name
+ +
Specifies a printer.
+ +
+ +

So a typical printer URI would be +"ipp://foo.bar.com/printers/LaserJet". In addition, the CUPS +server also supports normal browser access via +"http://hostname:port/" and "https://hostname:port/".

+ +

CUPS IPP Operations

+ +

CUPS provides 14 extension operations in addition to most of the +standard IPP and registered extension operations: + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Operation NameCUPSCodeBrief Description
Print-Job1.00x0002Print a file.
Validate-Job1.00x0004Validate job attributes.
Create-Job1.10x0005Create a print job.
Send-Document1.10x0006Send a file for a print job.
Cancel-Job1.00x0008Cancel a print job.
Get-Job-Attributes1.00x0009Get job attributes.
Get-Jobs1.00x000AGet all jobs.
Get-Printer-Attributes1.00x000BGet printer attributes.
Hold-Job1.10x000CHold a job for printing.
Release-Job1.10x000DRelease a job for printing.
Restart-Job1.10x000ERestarts a print job.
Pause-Printer1.00x0010Pause printing on a printer.
Resume-Printer1.00x0011Resume printing on a printer.
Purge-Jobs1.00x0012Purge all jobs.
Set-Job-Attributes1.10x0014Set attributes for a pending or held job.
Create-Printer-Subscription1.20x0016Creates a subscription associated with a printer or the server.
Create-Job-Subscription1.20x0017Creates a subscription associated with a job.
Get-Subscription-Attributes1.20x0018Gets the attributes for a subscription.
Get-Subscriptions1.20x0019Gets the attributes for zero or more subscriptions.
Renew-Subscription1.20x001ARenews a subscription.
Cancel-Subscription1.20x001BCancels a subscription.
Get-Notifications1.20x001CGet notification events for ippget subscriptions.
Enable-Printer1.20x0022Accepts jobs on a printer.
Disable-Printer1.20x0023Rejects jobs on a printer.
CUPS-Get-Default1.00x4001Get the default destination.
CUPS-Get-Printers1.00x4002Get all of the available printers.
CUPS-Add-Modify-Printer1.00x4003Add or modify a printer.
CUPS-Delete-Printer1.00x4004Delete a printer.
CUPS-Get-Classes1.00x4005Get all of the available printer classes.
CUPS-Add-Modify-Class1.00x4006Add or modify a printer class.
CUPS-Delete-Class1.00x4007Delete a printer class.
CUPS-Accept-Jobs1.00x4008Accept jobs on a printer or printer class.
CUPS-Reject-Jobs1.00x4009Reject jobs on a printer or printer class.
CUPS-Set-Default1.00x400ASet the default destination.
CUPS-Get-Devices1.10x400BGet all of the available devices.
CUPS-Get-PPDs1.10x400CGet all of the available PPDs.
CUPS-Move-Job1.10x400DMove a job to a different printer.
CUPS-Authenticate-Job1.20x400EAuthenticate a job for printing.
+ +

Operations

+ +

The following sections describe the operations supported by CUPS. +In the interest of brevity, operations which use only the standard +IPP attributes are not described. + +

Print-Job Operation

+ +

The Print-Job operation (0x0002) prints a file. + +

Print-Job Request

+ +

The following groups of attributes are supplied as part of the +Print-Job request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer. + +
+ +

Group 2: Job Template Attributes + +

+ +
"job-billing" (text(MAX)):CUPS 1.1 + +
The client OPTIONALLY supplies a billing string that is logged + with the page accounting information. + +
"job-sheets" (1setof type3 keyword | name(MAX)):CUPS 1.1 + +
The client OPTIONALLY supplies one or two banner pages that + are printed before and after any files in the print job. The + name of "none" is reserved to indicate that no banner page + should be printed. If the client does not specify this + attribute then the value of the "job-sheets-default" printer + object attribute is used. + +
Note: Standard IPP only allows + specification of a single job-sheets attribute + value.
+ +
"media" (1setof type3 keyword | name(MAX)): + +
The client OPTIONALLY supplies one or more media attributes + specifying the size, type, source, and color of the output + media. If the client does not specify this attribute then the + value of the "media-default" printer object attribute is used. + +
Note: Standard IPP only allows + specification of a single media attribute + value.
+ +
Other Job Template Attributes + +
+ +

The Print-Job request is followed by a file to be printed. + +

Print-Job Response

+ +

The following groups of attributes are send as part of the Print-Job +Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: Job Attributes + +

+ +
Standard Job Attributes + +
+ +

CUPS 1.1Create-Job Operation

+ +

The Create-Job operation (0x0005) creates a new, empty print job. + +

Create-Job Request

+ +

The following groups of attributes are supplied as part of the +Create-Job request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer. + +
+ +

Group 2: Job Template Attributes + +

+ +
"job-billing" (text(MAX)):CUPS 1.1 + +
The client OPTIONALLY supplies a billing string that is logged + with the page accounting information. + +
"job-sheets" (1setof type3 keyword | name(MAX)):CUPS 1.1 + +
The client OPTIONALLY supplies one or two banner pages that + are printed before and after any files in the print job. The + name of "none" is reserved to indicate that no banner page + should be printed. If the client does not specify this + attribute then the value of the "job-sheets-default" printer + object attribute is used. + +
Note: Standard IPP only allows + specification of a single job-sheets attribute + value.
+ +
"media" (1setof type3 keyword | name(MAX)): + +
The client OPTIONALLY supplies one or more media attributes + specifying the size, type, source, and color of the output + media. If the client does not specify this attribute then the + value of the "media-default" printer object attribute is used. + +
Note: Standard IPP only allows + specification of a single media attribute + value.
+ +
Standard Job Template Attributes + +
+ +

Create-Job Response

+ +

The following groups of attributes are send as part of the +Create-Job Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: Job Attributes + +

+ +
Standard Job Attributes + +
+ +

CUPS 1.1Set-Job-Attributes Operation

+ +

The Set-Job-Attributes operation (0x0014) changes the attributes of +an active (not completed) job. + +

Set-Job-Attributes Request

+ +

The following groups of attributes are supplied as part of the +Set-Job-Attributes request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri) and "job-id" (integer) +
OR +
"job-uri": + +
The client MUST supply a URI for the specified printer and + a job ID number, or the job URI. + +
+ +

Group 2: Job Template Attributes + +

+ +
"job-sheets" (1setof type3 keyword | name(MAX)):CUPS 1.1 + +
The client OPTIONALLY supplies one or two banner pages that + are printed before and after any files in the print job. The + name of "none" is reserved to indicate that no banner page + should be printed. If the client does not specify this + attribute then the value of the "job-sheets-default" printer + object attribute is used. + +
Note: Standard IPP only allows + specification of a single job-sheets attribute + value.
+ +
"media" (1setof type3 keyword | name(MAX)): + +
The client OPTIONALLY supplies one or more media attributes + specifying the size, type, source, and color of the output + media. If the client does not specify this attribute then the + value of the "media-default" printer object attribute is used. + +
Note: Standard IPP only allows + specification of a single media attribute + value.
+ +
Other Job Template Attributes + +
+ +

Set-Job-Attributes Response

+ +

The following groups of attributes are send as part of the Set-Job-Attributes +Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS 1.2Create-Printer-Subscription

+ +

The Create-Printer-Subscription operation (0x0016) creates a +subscription for printer or server event notifications. CUPS +provides several additional events in addition to the standard +events in the IPP notifications specification.

+ +

Request

+ +

The following groups of attributes are supplied as part of the +request:

+ +

Group 1: Operation Attributes

+ +
+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The printer + (ipp://server/printers/printername), class + (ipp://server/classes/classname), or server + (ipp://server/) URI for event notifications. + +
"notify-events" (1setOf keyword): + +
The events to monitor. In addition to the standard + events, CUPS adds the following keywords: +
    + +
  • printer-added - Get notified + whenever a printer or class is added
  • + +
  • printer-deleted - Get notified + whenever a printer or class is deleted
  • + +
  • printer-modified - Get notified + whenever a printer or class is modified
  • + +
  • server-audit - Get notified when a + security condition occurs
  • + +
  • server-restarted - Get notified when + the server is restarted
  • + +
  • server-started - Get notified when + the server is started
  • + +
  • server-stopped - Get notified when + the server is stopped
  • + +
+ +
+ +

Response

+ +

The following groups of attributes are send as part of the +response:

+ +

Group 1: Operation Attributes

+ +
+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: Subscription Object Attributes

+ +
+ +
"subscription-id" (integer): + +
The subscription number. + +
+ +

CUPS-Get-Default Operation

+ +

The CUPS-Get-Default operation (0x4001) returns the default printer +URI and attributes. + +

CUPS-Get-Default Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Get-Default request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"requested-attributes" (1setOf keyword) : + +
The client OPTIONALLY supplies a set of attribute names + and/or attribute group names in whose values the requester is + interested. If the client omits this attribute, the server + responds as if this attribute had been supplied with a value of + 'all'. + +
+ +

CUPS-Get-Default Response

+ +

The following groups of attributes are send as part of the +CUPS-Get-Default Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: Printer Object Attributes + +

+ +
The set of requested attributes and their current values. + +
+ +

CUPS-Get-Printers Operation

+ +

The CUPS-Get-Printers operation (0x4002) returns the printer +attributes for every printer known to the system. This may include +printers that are not served directly by the server. + +

CUPS-Get-Printers Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Get-Printers request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"limit" (integer (1:MAX)): + +
The client OPTIONALLY supplies this attribute limiting the + number of printers that are returned. + +
"printer-info" (text(127)):CUPS 1.1 + +
The client OPTIONALLY supplies this attribute to + select which printers are returned. + +
"printer-location" (text(127)): CUPS 1.1.7 + +
The client OPTIONALLY supplies this attribute to + select which printers are returned. + +
"printer-type" (type2 enum): CUPS 1.1.7 + +
The client OPTIONALLY supplies a printer type enumeration to + select which printers are returned. + +
"printer-type-mask" (type2 enum): CUPS 1.1.7 + +
The client OPTIONALLY supplies a printer type mask + enumeration to select which bits are used in the "printer-type" + attribute. + +
"requested-attributes" (1setOf keyword) : + +
The client OPTIONALLY supplies a set of attribute names + and/or attribute group names in whose values the requester is + interested. If the client omits this attribute, the server + responds as if this attribute had been supplied with a value of + 'all'. + +
+ +

CUPS-Get-Printers Response

+ +

The following groups of attributes are send as part of the +CUPS-Get-Printers Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: Printer Object Attributes + +

+ +
The set of requested attributes and their current values for + each printer. + +
+ +

CUPS-Add-Modify-Printer Operation

+ +

The CUPS-Add-Modify-Printer operation (0x4003) adds a new printer or +modifies an existing printer on the system. + +

CUPS-Add-Modify-Printer Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Add-Modify-Printer request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer. + +
+ +

Group 2: Printer Object Attributes + +

+ +
"job-sheets-default" (1setOf name(127)): CUPS 1.1.7 + +
The client OPTIONALLY supplies one or two banner page + names that are printed before and after files in a job. + The reserved name "none" is used to specify that no + banner page should be printed. + +
"device-uri" (uri): + +
The client OPTIONALLY supplies a device URI for the + specified printer. + +
"ppd-name" (name(127)): + +
The client OPTIONALLY supplies a PPD name for the specified + printer. + +
"printer-is-accepting-jobs" (boolean): + +
The client OPTIONALLY supplies this boolean attribute + indicating whether or not the printer object should accept new jobs. + +
"printer-info" (text(127)): + +
The client OPTIONALLY supplies this attribute indicating the + printer information string. + +
"printer-location" (text(127)): + +
The client OPTIONALLY supplies this attribute indicating a + textual location of the printer. + +
"printer-more-info" (uri): + +
The client OPTIONALLY supplies this attribute indicating a + URI for additional printer information. + +
"printer-state" (type2 enum): + +
The client OPTIONALLY supplies this attribute indicating the + initial/current state of the printer. Only the "idle" and "stopped" + enumerations are recognized. + +
"printer-state-message" (text(MAX)): + +
The client OPTIONALLY supplies this attribute indicating a + textual reason for the current printer state. + +
"requesting-user-name-allowed" (1setof name(127) | delete) +
OR +
"requesting-user-name-denied" (1setof name(127) | delete): + +
The client OPTIONALLY supplies one of these attributes to + specify an access control list for incoming print jobs. To allow + all users access to a printer, use the delete tag for the + attribute value. + +
+ +

The CUPS-Add-Modify-Printer request can optionally be followed by a PPD +file or System V interface script to be used for the printer. The +"ppd-name" attribute overrides any file that is attached to the end of +the request with a local CUPS PPD file. + +

CUPS-Add-Modify-Printer Response

+ +

The following groups of attributes are send as part of the +CUPS-Add-Modify-Printer Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS-Delete-Printer Operation

+ +

The CUPS-Delete-Printer operation (0x4004) removes an existing +printer from the system. + +

CUPS-Delete-Printer Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Delete-Printer request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer. + +
+ +

CUPS-Delete-Printer Response

+ +

The following groups of attributes are send as part of the +CUPS-Delete-Printer Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS-Get-Classes Operation

+ +

The CUPS-Get-Classes operation (0x4005) returns the printer +attributes for every printer class known to the system. This may +include printer classes that are not served directly by the server. + +

CUPS-Get-Classes Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Get-Classes request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"limit" (integer (1:MAX)): + +
The client OPTIONALLY supplies this attribute limiting the + number of printer classes that are returned. + +
"printer-info" (text(127)): CUPS 1.1.7 +
The client OPTIONALLY supplies this attribute to + select which printer classes are returned. + +
"printer-location" (text(127)): CUPS 1.1.7 +
The client OPTIONALLY supplies this attribute to + select which printer classes are returned. + +
"printer-type" (type2 enum): CUPS 1.1.7 +
The client OPTIONALLY supplies a printer type enumeration to + select which printer classes are returned. + +
"printer-type-mask" (type2 enum): CUPS 1.1.7 +
The client OPTIONALLY supplies a printer type mask + enumeration to select which bits are used in the "printer-type" + attribute. + +
"requested-attributes" (1setOf keyword) : + +
The client OPTIONALLY supplies a set of attribute names + and/or attribute group names in whose values the requester is + interested. If the client omits this attribute, the server responds as + if this attribute had been supplied with a value of 'all'. + +
+ +

CUPS-Get-Classes Response

+ +

The following groups of attributes are send as part of the +CUPS-Get-Classes Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: Printer Class Object Attributes + +

+ +
The set of requested attributes and their current values for + each printer class. + +
+ +

CUPS-Add-Modify-Class Operation

+ +

The CUPS-Add-Modify-Class operation (0x4006) adds a new printer class or +modifies and existing printer class on the system. + +

CUPS-Add-Modify-Class Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Add-Modify-Class request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer class. + +
+ +

Group 2: Printer Object Attributes + +

+ +
"member-uris" (1setof uri): + +
The client OPTIONALLY supplies the "member-uris" set + specifying the printers and printer classes that are part of the class. + +
"printer-is-accepting-jobs" (boolean): + +
The client OPTIONALLY supplies this boolean attribute + indicating whether or not the class object should accept new jobs. + +
"printer-info" (text(127)): + +
The client OPTIONALLY supplies this attribute indicating the + printer information string. + +
"printer-location" (text(127)): + +
The client OPTIONALLY supplies this attribute indicating a + textual location of the class. + +
"printer-more-info" (uri): + +
The client OPTIONALLY supplies this attribute indicating a + URI for additional class information. + +
"printer-state" (type2 enum): + +
The client OPTIONALLY supplies this attribute indicating the + initial/current state of the class. Only the "idle" and "stopped" + enumerations are recognized. + +
"printer-state-message" (text(MAX)): + +
The client OPTIONALLY supplies this attribute indicating a + textual reason for the current class state. + +
"requesting-user-name-allowed" (1setof name(127)) +
OR +
"requesting-user-name-denied" (1setof name(127)): + +
The client OPTIONALLY supplies one of these attributes to + specify an access control list for incoming print jobs. To allow + all users access to a class, use the delete tag for the + attribute value. + +
+ +

CUPS-Add-Modify-Class Response

+ +

The following groups of attributes are send as part of the CUPS-Add-Modify-Class Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS-Delete-Class Operation

+ +

The CUPS-Delete-Class operation (0x4007) removes an existing printer +class from the system. + +

CUPS-Delete-Class Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Delete-Class request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer class. + +
+ +

CUPS-Delete-Class Response

+ +

The following groups of attributes are send as part of the +CUPS-Delete-Class Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS-Accept-Jobs Operation

+ +

The CUPS-Accept-Jobs operation (0x4008) sets the +"printer-is-accepting-jobs" attribute to true for the specified printer +or printer class. + +

CUPS-Accept-Jobs Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Accept-Jobs request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer or printer class. + +
+ +

CUPS-Accept-Jobs Response

+ +

The following groups of attributes are send as part of the +CUPS-Accept-Jobs Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS-Reject-Jobs Operation

+ +

The CUPS-Reject-Jobs operation (0x4009) sets +the"printer-is-accepting-jobs" attribute to false for the specified +printer or printer class. + +

CUPS-Reject-Jobs Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Reject-Jobs request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer or printer class. + +
+ +

Group 2: Printer Object Attributes + +

+ +
"printer-state-message" (text(MAX)): + +
The client OPTIONALLY supplies this attribute indicating a + textual reason for the current printer state. + +
+ +

CUPS-Reject-Jobs Response

+ +

The following groups of attributes are send as part of the +CUPS-Reject-Jobs Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS-Set-Default Operation

+ +

The CUPS-Set-Default operation (0x400A) sets the default printer +destination for all clients when a resource name of "/printers" is +specified. + +

CUPS-Set-Default Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Set-Default request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri): + +
The client MUST supply a URI for the specified printer or + printer class. + +
+ +

CUPS-Set-Default Response

+ +

The following groups of attributes are send as part of the +CUPS-Set-Default Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS 1.1CUPS-Get-Devices Operation

+ +

The CUPS-Get-Devices operation (0x400B) returns all of the +supported device-uri's for the server.

+ +

CUPS-Get-Devices Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Get-Devices request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"device-class" (type1 keyword): + +
The client OPTIONALLY supplies a device class keyword to select + which devices are returned. + +
"limit" (integer (1:MAX)): + +
The client OPTIONALLY supplies this attribute limiting the number of + devices that are returned. + +
"requested-attributes" (1setOf keyword) : + +
The client OPTIONALLY supplies a set of attribute names and/or + attribute group names in whose values the requester is interested. If + the client omits this attribute, the server responds as if this + attribute had been supplied with a value of 'all'. + +
+ +

CUPS-Get-Devices Response

+ +

The following groups of attributes are send as part of the +CUPS-Get-Devices Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: Device Object Attributes + +

+ +
The set of requested attributes and their current values for + each device. + +
+ +

CUPS 1.1CUPS-Get-PPDs Operation

+ +

The CUPS-Get-PPDs operation (0x400C) returns all of the +locally available PPD files on the system.

+ +

CUPS-Get-PPDs Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Get-PPDs request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"limit" (integer (1:MAX)): + +
The client OPTIONALLY supplies this attribute limiting the number of + PPDs that are returned. + +
"ppd-make" (text(127)): + +
The client OPTIONALLY supplies a printer manufacturer to select + which PPDs are returned. + +
"requested-attributes" (1setOf keyword) : + +
The client OPTIONALLY supplies a set of attribute names and/or + attribute group names in whose values the requester is interested. If + the client omits this attribute, the server responds as if this + attribute had been supplied with a value of 'all'. + +
+ +

CUPS-Get-PPDs Response

+ +

The following groups of attributes are send as part of the +CUPS-Get-PPDs Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Group 2: PPD Attributes + +

+ +
The set of requested attributes and their current values for each + PPD file. + +
+ +

CUPS 1.1CUPS-Move-Job Operation

+ +

The CUPS-Move-Job operation (0x400D) moves an active print job +to a different printer.

+ +

CUPS-Move-Job Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Move-Job request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri) and "job-id" (integer) +
OR +
"job-uri": + +
The client MUST supply a URI for the specified printer and + a job ID number, or the job URI. + +
+ +

Group 2: Job Template Attributes + +

+ +
"job-printer-uri" (uri) + +
The client MUST supply a URI for a printer on the same server. + +
+ +

CUPS-Move-Job Response

+ +

The following groups of attributes are send as part of the +CUPS-Move-Job Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

CUPS 1.2CUPS-Authenticate-Job Operation

+ +

The CUPS-Authenticate-Job operation (0x400E) authenticate a +print job for printing. Typically this is used when printing to a +remote server. The authentication information is passed in the +HTTP request.

+ +

CUPS-Authenticate-Job Request

+ +

The following groups of attributes are supplied as part of the +CUPS-Authenticate-Job request: + +

Group 1: Operation Attributes + +

+ +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.1 of the IPP Model and + Semantics document. + +
"printer-uri" (uri) and "job-id" (integer) +
OR +
"job-uri": + +
The client MUST supply a URI for the specified printer and + a job ID number, or the job URI. + +
+ +

CUPS-Authenticate-Job Response

+ +

The following groups of attributes are send as part of the +CUPS-Authenticate-Job Response: + +

Group 1: Operation Attributes + +

+ +
Status Message: + +
The standard response status message. + +
Natural Language and Character Set: + +
The "attributes-charset" and "attributes-natural-language" + attributes as described in section 3.1.4.2 of the IPP Model and + Semantics document. + +
+ +

Attributes

+ +

CUPS provides many extension attributes to support multiple +devices, PPD files, standard job filters, printers, and printer +classes.

+ +

Device Attributes

+ +

Device attributes are returned by the CUPS-Get-Devices +operation and enumerate all of the available hardware devices and +network protocols that are supported by the server.

+ +

device-class (type2 keyword)

+ +

The device-class attribute specifies the class of device and can be +one of the following: + +

    + +
  • "file" - a disk file. + +
  • "direct" - a parallel or fixed-rate serial data port, + currently used for Centronics, IEEE-1284, and USB printer + ports. + +
  • "serial" - a variable-rate serial port. + +
  • "network" - a network connection, typically via AppSocket, + HTTP, IPP, LPD, or SMB/CIFS protocols. + +
+ +

device-id (text(127))

+ +

The device-id attribute specifies the IEEE-1284 device ID +string for the device.

+ +

device-info (text(127))

+ +

The device-info attribute specifies a human-readable string describing +the device, e.g. "Parallel Port #1". + +

device-make-and-model (text(127))

+ +

The device-makr-and-model attribute specifies a device +identification string provided by the printer connected to the device. +If the device or printer does not support identification then this +attribute contains the string "unknown". + +

device-uri (uri)

+ +

The device-uri attribute specifies a unique identifier for the +device. The actual format of the device-uri string depends on the value +of the device-class attribute: + +

    + +
  • "file" - The device-uri will be of the form + "file:///path/to/filename". + +
  • "direct" - The device-uri will be of the form + "scheme:/dev/filename" or "scheme://vendor/identifier", + where scheme may be "parallel" or "usb" in the current + implementation. + +
  • "serial" - The device-uri will be of the form + "serial:/dev/filename?baud=value+parity=value+flow=value". + The baud value is the data rate in bits per second; the + supported values depend on the underlying hardware. + The parity value can be one of "none", "even", or "odd". + The flow value can be one of "none", "soft" (XON/XOFF + handshaking), "hard" or "rts/cts" (RTS/CTS handshaking), + or "dtrdsr" (DTR/DSR handshaking). + +

    The URI returned by CUPS-Get-Devices will contain the + maximum baud rate supported by the device and the best + type of flow control available ("soft" or "hard"). + +

  • "network" - The device-uri will be of the form + "scheme://[username:password@]hostname[:port]/[resource]", + where scheme may be "http", "https", "ipp", "lpd", "smb", or + "socket" in the current implementation. + +

    The URI returned by CUPS-Get-Devices will only contain + the scheme name ("scheme"). It is up to the client + application to add the appropriate host and other + information when adding a new printer. + +

    The URI returned by Get-Printer-Attributes and + CUPS-Get-Printers has any username and password information + stripped; the information is still stored and used by the + server internally to perform any needed authentication. + +

+ +

Job Template Attributes

+ +

blackplot (boolean)

+ +

The blackplot attribute specifies whether HP-GL/2 plot files should be +rendered entirely in black ink (blackplot=true) or using the colors and shades +specified in the file (blackplot=false). The default value is false. + +

brightness (integer(0:200))

+ +

The brightness attribute specifies the overall brightness of the printed +output in percent. A brightness of 100 is normal, while 200 is twice as +bright and 50 is half as bright. The default value is 100. + +

Brightness is applied to the Cyan, Magenta, Yellow, and Black values using +the function "f(x) = brightness / 100 * x". + +

columns (integer(1:4))

+ +

The columns attribute specifies the number of columns to generate when +printing text files. The default value is 1. + +

cpi (type2 enum)

+ +

The cpi attribute specifies the number of characters per inch when +printing text files. Only the values 10, 12, and 17 are currently +supported. The default value is 10. + +

fitplot (boolean)

+ +

The fitplot attribute specifies whether to scale HP-GL/2 plot files to +fit on the selected media (fitplot=true) or use the physical scale specified +in the plot file (fitplot=false). The default value is false. + +

gamma (integer(1:10000))

+ +

The gamma attribute specifies the luminance correction for the output. +A value of 1000 specifies no correction, while values of 2000 and 500 will +generate lighter and darker output, respectively. The default value is +1000. + +

Gamma is applied to the Red, Green, and Blue values (or luminance for +grayscale output) using the function "f(x) = x(1000/gamma)". + +

hue (integer(-180:180))

+ +

The hue attribute specifies a color hue rotation when printing image +files. The default value is 0. + +

job-billing (text(MAX))CUPS 1.1

+ +

The job-billing attribute provides a text value to associate with a job +for billing purposes. + +

job-hold-until (keyword | name(MAX))CUPS 1.1

+ +

The job-hold-until attribute specifies a hold time. In addition to the +standard IPP/1.1 keyword names, CUPS supports name values of the form +"HH:MM" and "HH:MM:SS" that specify a hold time. The hold time is in +Greenwich Mean Time (GMT) and not in the local time zone. If the +specified time is less than the current time, the job is held until the +next day. + +

job-sheets (1setof type3 keyword | name(MAX))CUPS 1.1

+ +

The job-sheets attribute specifies one or two banner files that are printed +before and after a job. The reserved value of "none" disables banner printing. +The default value is stored in the job-sheets-default attribute. + +

If only one value is supplied, the banner file is printed before the job. +If two values are supplied, the first value is used as the starting banner +file and the second as the ending banner file. + +

job-originating-host-name (name(MAX))

+ +

(CUPS 1.1.5 and higher) + +

The job-originating-host-name attribute specifies the host +from which the job was queued. The value will be the hostname or +IP address of the client depending on whether hostname +resolution is enabled. The localhost address (127.0.0.1) is +always resolved to the name "localhost". + +

This attribute is read-only. + +

lpi (type2 enum)

+ +

The lpi attribute specifies the number of lines per inch when +printing text files. Only the values 6 and 8 are currently supported. +The default value is 6. + +

mirror (boolean)

+ +

The mirror attribute specifies whether pages are mirrored on +their X axis, which is useful for printing transfer images on +special media. The default value is false. + +

natural-scaling (integer(1:1000))CUPS 1.1.9

+

The natural-scaling attribute specifies the scaling of image files with +respect to the natural image size. A value of 100 specifies that the image +file should exactly the natural size, while 50 is half the natural size +and 200 is twice the natural size. The default value is 100. + +

The ppi option can be used to override the natural resolution of the +image, which controls the natural size. + +

number-up-layout (type2 keyword)CUPS 1.1.15

+

The number-up-layout attribute specifies the order each input +page is placed on each output page. The following keywords are +presently defined: + +

    + +
  • btlr - Bottom to top, left to right
  • + +
  • btrl - Bottom to top, right to left
  • + +
  • lrbt - Left to right, bottom to top
  • + +
  • lrtb - Left to right, top to bottom (default)
  • + +
  • rlbt - Right to left, bottom to top
  • + +
  • rltb - Right to left, top to bottom
  • + +
  • tblr - Top to bottom, left to right
  • + +
  • tbrl - Top to bottom, right to left
  • + +
+ +

page-border (type2 keyword)CUPS 1.1.15

+

The page-border attribute specifies whether a border is +draw around each page. The following keywords are presently +defined: + +

    + +
  • double - Two hairline borders are drawn
  • + +
  • double-thick - Two 1pt borders are drawn
  • + +
  • none - No border is drawn (default)
  • + +
  • single - A single hairline border is drawn
  • + +
  • single-thick - A single 1pt border is drawn
  • + +
+ +

page-bottom (integer(0:MAX))

+ +

The page-bottom attribute specifies the bottom margin in points (72 points +equals 1 inch). The default value is the device physical margin. + +

page-label (text(MAX))CUPS 1.1.7

+

The page-label attribute provides a text value to place in +the header and footer on each page. If a classification level is +set on the server, then this classification is printed before +the page label. + +

page-left (integer(0:MAX))

+ +

The page-left attribute specifies the left margin in points (72 points +equals 1 inch). The default value is the device physical margin. + +

page-right (integer(0:MAX))

+ +

The page-right attribute specifies the right margin in points (72 points +equals 1 inch). The default value is the device physical margin. + +

page-set (type2 keyword)

+ +

The page-set attribute specifies which pages to print in a file. The +supported keywords are "all", "even", and "odd". The default value is +"all". + +

page-top (integer(0:MAX))

+ +

The page-top attribute specifies the top margin in points (72 points +equals 1 inch). The default value is the device physical margin. + +

penwidth (integer(0:MAX))

+ +

The penwidth attribute specifies the default pen width in micrometers +when printing HP-GL/2 plot files. The default value is 1000 (1 millimeter). + +

position (type2 keyword)

+ +

The position attribute specifies the location of image files on the +media. The following keyword values are recognized: + +

    + +
  • center - Center the image on the page (default) + +
  • top - Print the image centered at the top of the page + +
  • left - Print the image centered on the left of page + +
  • right - Print the image centered on the right of the page + +
  • top-left - Print the image at the top left corner of + the page + +
  • top-right - Print the image at the top right corner of + the page + +
  • bottom - Print the image centered at the bottom of + the page + +
  • bottom-left - Print the image at the bottom left + corner of the page + +
  • bottom-right - Print the image at the bottom right + corner of the page + +
+ +

ppi (integer(1:MAX))

+ +

The ppi attribute specifies the resolution of an image file in pixels +per inch. The default value is the resolution included with the file or +128 if no resolution information is available. + +

prettyprint (boolean)

+ +

The prettyprint attribute specifies whether text files should be printed +with a shaded header and keyword highlighting (prettyprint=true) or without +additional formatting (prettyprint=false). The default value is false. + +

saturation (integer(0:200))

+ +

The saturation attribute specifies the color saturation when +printing image files. A saturation of 100 is normal, while values of 50 +and 200 will be half and twice as colorful, respectively. The default +value is 100. + +

scaling (integer(1:1000))

+ +

The scaling attribute specifies the scaling of image files with +respect to the selected media. A value of 100 specifies that the image +file should fit 100% of the page, or as much as possible given the +image dimensions. The default value is unspecified. + +

The scaling attribute overrides the ppi attribute if specified. + +

wrap (boolean)

+ +

The wrap attribute specifies whether long lines should be wrapped +(wrap=true) or not (wrap=false) when printing text files. The default +value is true. + +

PPD Attributes

+ +

ppd-device-id (text(127))

+ +

The ppd-device-id attribute specifies the IEEE-1284 device ID +string for the device described by the PPD file.

+ +

ppd-natural-language (naturalLanguage)

+ +

The ppd-natural-language attribute specifies the language encoding +of the PPD file (the LanguageVersion attribute in the PPD file). If the +language is unknown or undefined then "en" (English) is assumed. + +

ppd-make (text(127))

+ +

The ppd-make attribute specifies the manufacturer of the printer +(the Manufacturer attribute in the PPD file). If the manufacturer +is not specified in the PPD file then an educated guess is made using +the NickName attribute in the PPD file. + +

ppd-make-and-model (text(127))

+ +

The ppd-make-and-model attribute specifies the manufacturer and model +name of the PPD file (the NickName attribute in the PPD file). If the +make and model is not specified in the PPD file then the ModelName or +ShortNickName attributes are used instead. + +

ppd-name (name(255))

+ +

The ppd-name attribute specifies the PPD filename on the server +relative to the model directory. The forward slash (/) is used to +delineate directories. + +

Printer Attributes

+ +

job-k-limit (integer)CUPS 1.1

+ +

The job-k-limit attribute specifies the maximum number of kilobytes that +may be printed by a user, including banner files. The default value of 0 +specifies that there is no limit. + +

job-page-limit (integer)CUPS 1.1

+ +

The job-page-limit attribute specifies the maximum number of pages that +may be printed by a user, including banner files. The default value of 0 +specifies that there is no limit. + +

job-quota-period (integer)CUPS 1.1

+ +

The job-quota-period attribute specifies the time period used for quota +calculations, in seconds. The default value of 0 specifies that the limits +apply to all jobs that have been printed by a user that are still known to +the system. + +

job-sheets-supported (1setof type3 keyword | name(MAX))CUPS 1.1

+ +

The job-sheets-supported attribute specifies the available banner files. +There will always be at least one banner file available called "none". + +

printer-type (type2 enum)

+ +

The printer-type attribute specifies printer type and +capability bits for the printer or class. The default value is +computed from internal state information and the PPD file for the +printer. The following bits are defined:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BitDescription
0x00000001Is a printer class.
0x00000002Is a remote destination.
0x00000004Can print in black.
0x00000008Can print in color.
0x00000010Can print on both sides of the page in hardware.
0x00000020Can staple output.
0x00000040Can do fast copies in hardware.
0x00000080Can do fast copy collation in hardware.
0x00000100Can punch output.
0x00000200Can cover output.
0x00000400Can bind output.
0x00000800Can sort output.
0x00001000Can handle media up to US-Legal/A4.
0x00002000Can handle media from US-Legal/A4 to ISO-C/A2.
0x00004000Can handle media larger than ISO-C/A2.
0x00008000Can handle user-defined media sizes.
0x00010000Is an implicit (server-generated) class.
0x00020000Is the a default printer on the network.
0x00040000 + Is a facsimile device.
0x00080000Is rejecting jobs.
0x00100000Delete this queue.
0x00200000Queue is not shared.
0x00400000Queue requires authentication.
+ +

printer-type-mask (type2 enum)CUPS 1.1

+ +

The printer-type-mask attribute is used to choose printers or classes with +the CUPS-Get-Printers and CUPS-Get-Classes operations. The bits are defined +identically to the printer-type attribute and default to all 1's. + +

requesting-user-name-allowed (1setof name(127))CUPS 1.1

+ +

The requesting-user-name-allowed attribute lists all of the users that are +allowed to access a printer or class. Either this attribute or the +requesting-user-name-denied attribute will be defined, but not both. + +

requesting-user-name-denied (1setof name(127))CUPS 1.1

+ +

The requesting-user-name-denied attribute lists all of the users that are +not allowed to access a printer or class. Either this attribute or the +requesting-user-name-allowed attribute will be defined, but not both. + +

Printer Class Attributes

+ +

member-names (1setof name(127))

+ +

The member-names attribute specifies each of the printer-name attributes of +the member printers and classes. Each name corresponds to the same element of +the member-uris attribute. + +

member-uris (1setof uri)

+ +

The member-uris attribute specifies each of the printer-uri attributes of +the member printers and classes. Each URI corresponds to the same element of +the member-names attribute. + + + diff --git a/doc/help/spec-ppd.html b/doc/help/spec-ppd.html new file mode 100644 index 0000000000..4e5569a04f --- /dev/null +++ b/doc/help/spec-ppd.html @@ -0,0 +1,981 @@ + + + + + CUPS PPD Extensions + + + + + + +

Introduction

+ +

This specification describes the attributes and extensions +that CUPS adds to +Adobe TechNote #5003: PostScript Printer Description File Format +Specification Version 4.3. PostScript Printer Description +("PPD") files describe the capabilities of each printer and are +used by CUPS to support printer-specific features and intelligent +filtering.

+ +

PPD File Syntax

+ +

The PPD format is text-based and uses lines of up to 255 +characters terminated by a carriage return, linefeed, or +combination of carriage return and line feed. The following ABNF +definition [RFC2234] defines the general format of lines in a PPD +file:

+ +
+PPD-FILE = HEADER +(DATA / COMMENT / LINE-END)
+
+HEADER   = "*" 0x50.50.44.2D.41.64.6F.62.65 ":"   ; *PPD-Adobe:
+           *WSP DQUOTE "4.3" DQUOTE LINE-END
+
+COMMENT  = "*%" *TCHAR LINE-END
+
+DATA     = "*" 1*KCHAR [ WSP 1*KCHAR [ "/" 1*TCHAR ] ] ":"
+           1*(*WSP VALUE) LINE-END
+
+VALUE    = 1*TCHAR / DQUOTE 1*SCHAR DQUOTE
+
+KCHAR    = ALPHA / DIGIT / "_" / "." / "-"
+
+SCHAR    = LINE-END / WSP / %x21 / %x23-7E / %xA0-FF
+
+TCHAR    = %x20-7E / %xA0-FF
+
+LINE-END = CR / LF / CR LF
+
+ + +

General Attributes

+ +

APBookFile

+ +

*APBookFile: "file URL"

+ +

This string attribute specifies the Apple help book file to use +for this printer driver.

+ +

Example:

+ +
+*APBookFile: "file:///Library/Printers/vendor/Help/filename"
+
+ +

APDuplexRequiresFlippedMargin

+ +

*APDuplexRequiresFlippedMargin: boolean

+ +

This boolean attribute notifies the RIP filters that the +destination printer does not require the top and bottom margins +of the ImageableArea swapped for the back page. The +default is true when cupsFlipDuplex is true and false otherwise.

+ +

Example:

+ +
+*% Flip the back side images
+*cupsFlipDuplex: true
+
+*% Don't swap the top and bottom margins for the back side 
+*APDuplexRequiresFlippedMargin: false
+
+ +

Also see the related cupsFlipDuplex attribute.

+ +

cupsEvenDuplex

+ +

*cupsEvenDuplex: boolean

+ +

This boolean attribute notifies the RIP filters that the +destination printer requires an even number of pages when 2-sided +printing is selected. The default value is false.

+ +

Example:

+ +
+*% Always send an even number of pages when duplexing 
+*cupsEvenDuplex: true
+
+ +

cupsFilter

+ +

*cupsFilter: "source/type cost program"

+ +

This string attribute provides a conversion rule from the +given source type to the printer's native format using the +filter "program". If a printer supports the source type directly, +the special filter program "-" may be specified.

+ +

Examples:

+ +
+*% Standard raster printer driver filter 
+*cupsFilter: "application/vnd.cups-raster 100 rastertofoo"
+
+*% Plain text filter 
+*cupsFilter: "text/plain 10 texttofoo"
+
+*% Pass-through filter for PostScript printers 
+*cupsFilter: "application/vnd.cups-postscript 0 -"
+
+ +

cupsFlipDuplex

+ +

*cupsFlipDuplex: boolean

+ +

This boolean attribute notifies the RIP filters that the +destination printer requires an upside-down image for the back +page. The default value is false.

+ +

Example:

+ +
+*% Flip the page image for the back side of duplexed output 
+*cupsFlipDuplex: true
+
+ +

Also see the related APDuplexRequiresFlippedMargins +attribute.

+ +

cupsIPPReason

+ +

*cupsIPPReason reason/Reason Text: "optional URIs"

+ +

This optional attribute maps custom +printer-state-reasons keywords that are generated by +the driver to human readable text. The optional URIs string +contains zero or more URIs separated by a newline. Each URI can +be a CUPS server absolute path to a help file under the +scheduler's DocumentRoot directory, a full HTTP URL +("http://www.domain.com/path/to/help/page.html"), or any other +valid URI which directs the user at additional information +concerning the condition that is being reported.

+ +

Examples:

+ +
+*% Map com.vendor-error to text but no page
+*cupsIPPReason com.vendor-error/A serious error occurred: ""
+
+*% Map com.vendor-error to text and a local page
+*cupsIPPReason com.vendor-error/A serious error occurred: "/help/com.vendor/error.html"
+
+*% Map com.vendor-error to text and a remote page
+*cupsIPPReason com.vendor-error/A serious error occurred: "http://www.vendor.com/help"
+
+*% Map com.vendor-error to text and a local, Apple help book, and remote page
+*APHelpBook: "file:///Library/Printers/vendor/Help/filename"
+*cupsIPPReason com.vendor-error/A serious error occurred: "/help/com.vendor/error.html
+help:anchor='com.vendor-error'%20bookID=Vendor%20Help
+http://www.vendor.com/help"
+*End
+
+ +

cupsLanguages

+ +

*cupsLanguages: "locale list"

+ +

This attribute describes which language localizations are +included in the PPD. The "locale list" string is a space-delimited +list of locale names ("en", "en_US", "fr_FR", etc.)

+ +

Example:

+ +
+*% Specify Canadian, UK, and US English, and Candian and French French 
+*cupsLanguages: "en_CA en_UK en_US fr_CA fr_FR"
+
+ +

cupsManualCopies

+ +

*cupsManualCopies: boolean

+ +

This boolean attribute notifies the RIP filters that the +destination printer does not support copy generation in +hardware. The default value is false.

+ +

Example:

+ +
+*% Tell the RIP filters to generate the copies for us 
+*cupsManualCopies: true
+
+ +

cupsModelNumber

+ +

*cupsModelNumber: number

+ +

This integer attribute specifies a printer-specific model +number. This number can be used by a filter program to adjust +the output for a specific model of printer.

+ +

Example:

+ +
+*% Specify an integer for a driver-specific model number 
+*cupsModelNumber: 1234
+
+ +

cupsPortMonitor

+ +

*cupsPortMonitor urischeme/Descriptive Text: "port monitor"

+ +

This string attribute specifies printer-specific "port +monitor" filters that may be used with the printer. The CUPS +scheduler also looks for the Protocols attribute to see +if the BCP or TBCP protocols are supported. If +so, the corresponding port monitor ("bcp" and "tbcp", +respectively) is listed in the printer's +port-monitor-supported attribute.

+ +

The "urischeme" portion of the attribute specifies the URI scheme +that this port monitor should be used for. Typically this is used to +pre-select a particular port monitor for each type of connection that +is supported by the printer. The "port monitor" string can be "none" +to disable the port monitor for the given URI scheme.

+ +

Examples:

+ +
+*% Specify a PostScript printer that supports the TBCP protocol
+*Protocols: TBCP PJL
+
+*% Specify that TBCP should be used for socket connections but not USB
+*cupsPortMonitor socket/AppSocket Printing: "tbcp"
+*cupsPortMonitor usb/USB Printing: "none"
+
+*% Specify a printer-specific port monitor for an Epson USB printer 
+*cupsPortMonitor usb/USB Status Monitor: "epson-usb"
+
+ +

cupsVersion

+ +

*cupsVersion: major.minor

+ +

This required attribute describes which version of the CUPS +PPD file extensions was used. Currently it must be the string +"1.0", "1.1", or "1.2".

+ +

Example:

+ +
+*% Specify a CUPS 1.2 driver 
+*cupsVersion: "1.2"
+
+ +

Custom Options

+ +

CUPS supports custom options using an extension of the +CustomPageSize and ParamCustomPageSize +syntax:

+ +
+*CustomFoo True: "command"
+*ParamCustomFoo Name1/Text 1: order type minimum maximum
+*ParamCustomFoo Name2/Text 2: order type minimum maximum
+...
+*ParamCustomFoo NameN/Text N: order type minimum maximum
+
+ +

When the base option is part of the JCLSetup section, +the "command" string contains JCL commands with "\order" +placeholders for each numbered parameter. The CUPS API handles +any necessary value quoting for HP-PJL commands. For example, if +the JCL command string is "@PJL SET PASSCODE=\1" and the first +option value is "1234" then CUPS will output the string +"@PJL SET PASSCODE=1234".

+ +

For non-JCLSetup options, the "order" value is a +number from 1 to N and specifies the order of values as they are +placed on the stack before the command. For example, if the +PostScript command string is +"<</cupsReal1 2 1 roll>>setpagedevice" and the +option value is "2.0" then CUPS will output the string +"2.0 <</cupsReal1 2 1 roll>>setpagedevice".

+ +

The "type" is one of the following keywords:

+ +
    + +
  • curve - a real value from "minimum" to + "maximum" representing a gamma correction curve using the + function: f(x) = x value
  • + +
  • int - an integer value from "minimum" to + "maximum"
  • + +
  • invcurve - a real value from "minimum" to + "maximum" representing a gamma correction curve using the + function: f(x) = x 1 / value
  • + +
  • passcode - a string of numbers value with a + minimum of "minimum" numbers and a maximum of "maximum" + numbers ("minimum" and "maximum" are numbers and passcode + strings are not displayed in the user interface)
  • + +
  • password - a string value with a minimum of + "minimum" characters and a maximum of "maximum" + characters ("minimum" and "maximum" are numbers and password + strings are not displayed in the user interface)
  • + +
  • points - a measurement value in points from + "minimum" to "maximum"
  • + +
  • real - a real value from "minimum" to + "maximum"
  • + +
  • string - a string value with a minimum of + "minimum" characters and a maximum of "maximum" + characters ("minimum" and "maximum" are numbers)
  • + +
+ +

Examples:

+ +
+*% Base JCL key code option 
+*OpenUI JCLPasscode/Key Code: PickOne
+*OrderDependency: 10 JCLSetup *JCLPasscode
+*DefaultJCLPasscode: None
+*JCLPasscode None/No Code: ""
+*JCLPasscode 1111: "@PJL SET PASSCODE = 1111<0A>"
+*JCLPasscode 2222: "@PJL SET PASSCODE = 2222<0A>"
+*JCLPasscode 3333: "@PJL SET PASSCODE = 3333<0A>"
+*JCLCloseUI: *JCLPasscode
+
+*% Custom JCL key code option 
+*CustomJCLPasscode True: "@PJL SET PASSCODE = \1<0A>"
+*ParamCustomJCLPasscode Code/Key Code: 1 passcode 4 4
+
+
+*% Base PostScript watermark option
+*OpenUI WatermarkText/Watermark Text: PickOne
+*OrderDependency: 10 AnySetup *WatermarkText
+*DefaultWatermarkText: None
+*WatermarkText None: ""
+*WatermarkText Draft: "<</cupsString1(Draft)>>setpagedevice"
+*CloseUI: *WatermarkText
+
+*% Custom PostScript watermark option
+*CustomWatermarkText True: "<</cupsString1 3 -1 roll>>setpagedevice"
+*ParamCustomWatermarkText Text: 1 string 0 32
+
+
+*% Base PostScript gamma/density option 
+*OpenUI GammaDensity/Gamma and Density: PickOne
+*OrderDependency: 10 AnySetup *GammaDensity
+*DefaultGammaDensity: Normal
+*GammaDensity Normal/Normal: "<</cupsReal1 1.0/cupsReal2 1.0>>setpagedevice"
+*GammaDensity Light/Lighter: "<</cupsReal1 0.9/cupsReal2 0.67>>setpagedevice"
+*GammaDensity Dark/Darker: "<</cupsReal1 1.1/cupsReal2 1.5>>setpagedevice"
+*CloseUI: *GammaDensity
+
+*% Custom PostScript gamma/density option 
+*CustomGammaDensity True: "<</cupsReal1 3 -1 roll/cupsReal2 5 -1>>setpagedevice"
+*ParamCustomGammaDensity Gamma: 1 curve 0.1 10
+*ParamCustomGammaDensity Density: 2 real 0 2
+
+ + +

Color Profiles

+ +

CUPS supports two types of color profiles. The first type is +based on sRGB and is used by the standard CUPS raster filters and +ESP Ghostscript. The second type is based on ICC profiles and is +used by the Core Graphics-based filters on MacOS X.

+ +
Note: At this time, none of the CUPS raster +filters support ICC profiles. This will be addressed as time +and resources permit.
+ +

cupsColorProfile

+ +

*cupsColorProfile Resolution/MediaType: "density +gamma m00 m01 m02 m10 m11 m12 m20 m21 m22"

+ +

This string attribute specifies an sRGB-based color profile +consisting of gamma and density controls and a 3x3 CMY color +transform matrix.

+ +

The Resolution and MediaType values may be "-" +to act as a wildcard. Otherwise they must match one of the +Resolution or MediaType attributes defined in +the PPD file.

+ +

The density and gamma values define gamma and +density adjustment function such that:

+ +
+f(x) = density * x gamma
+
+ +

The m00 through m22 values define a 3x3 +transformation matrix for the CMY color values. The density +function is applied after the CMY transformation:

+ +
+| m00 m01 m02 |
+| m10 m11 m12 |
+| m20 m21 m22 |
+
+ +

Examples:

+ +
+*% Specify a profile for printing at 360dpi on all media types 
+*cupsColorProfile 360dpi/-: "1.0 1.5 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0"
+
+*% Specify a profile for printing at 720dpi on Glossy media 
+*cupsColorProfile 720dpi/Glossy: "1.0 2.5 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0"
+
+*% Specify a default profile for printing at all other resolutions and media types 
+*cupsColorProfile -/-: "0.9 2.0 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0"
+
+ +

cupsICCProfile

+ +

*cupsICCProfile +ColorModel.MediaType.Resolution/Description: "filename"

+ +

This attribute specifies an ICC color profile that is +used to convert the document colors to the device +colorspace. The ColorModel, MediaType, and +Resolution keywords specify a selector for color +profiles. If omitted, the color profile will match any option +keyword for the corresponding main keyword.

+ +

The Description specifies human-readable text that +is associated with the color profile. The filename +portion specifies the ICC color profile to use; if the filename +is not absolute, it is loaded relative to the +/usr/share/cups/profiles directory.

+ +

Examples:

+ +
+*% Specify a profile for CMYK printing at 360dpi on all media types 
+*cupsICCProfile CMYK..360dpi/360dpi CMYK: "vendor/foo-360-cmyk.icc"
+
+*% Specify a profile for RGB printing at 720dpi on Glossy media 
+*cupsColorProfile RGB.Glossy.720dpi/720dpi Glossy: "vendor/foo-720-glossy-rgb.icc"
+
+*% Specify a default profile for printing at all other resolutions and media types 
+*cupsICCProfile ../Default: "vendor/foo-default.icc"
+
+ +

Customizing the Profile Selection Keywords

+ +

The MediaType and Resolution keywords can be +reassigned to different main keywords, allowing drivers to do +color profile selection based on different parameters. The +cupsICCQualifier2 and cupsICCQualifier3 +attributes define the mapping from selector to main keyword:

+ +
+*cupsICCQualifier2: MainKeyword2
+*cupsICCQualifier3: MainKeyword3
+
+ +

The default mapping is as follows:

+ +
+*cupsICCQualifier2: MediaType
+*cupsICCQualifier3: Resolution
+
+ + +

Globalized PPD Support

+ +

CUPS 1.2 and higher adds support for PPD files containing multiple +languages by following the following additional rules:

+ +
    + +
  1. The LanguageVersion MUST be English
  2. + +
  3. The LanguageEncoding MUST be ISOLatin1
  4. + +
  5. The cupsLanguages attribute MUST be provided and + list each of the supported locales in the PPD file
  6. + +
  7. Main and option keywords MUST NOT exceed 34 (instead of 40) + characters to allow room for the locale prefixes in translation + attributes
  8. + +
  9. The main keyword "Translation" MUST NOT be used
  10. + +
  11. Translation strings included with the main and option + keywords MUST NOT contain characters outside the ASCII + subset of ISOLatin1 and UTF-8; developers wishing to use + characters outside ASCII MUST provide a separate set of + English localization attributes for the affected keywords.
  12. + +
  13. Localizations are specified using a locale prefix of + the form "ll" or "ll_CC." where "ll" is the 2-letter ISO + language code and "CC" is the 2-letter ISO country + code
  14. + +
  15. Locale-specific translation strings MUST be encoded + using UTF-8.
  16. + +
  17. Main keywords MUST be localized using one of the + following forms: +

    *ll.Translation MainKeyword/translation + text: ""
    + *ll_CC.Translation MainKeyword/translation + text: ""

  18. + +
  19. Option keywords MUST be localized using one of the + following forms: +

    *ll.MainKeyword OptionKeyword/translation + text: ""
    + *ll_CC.MainKeyword OptionKeyword/translation + text: ""

  20. + +
  21. Localization attributes MAY appear anywhere after the + first line of the PPD file
  22. + +
+ +
Note: +We use a LanguageEncoding value of ISOLatin1 +and limit the allowed base translation strings to ASCII to avoid +character coding issues that would otherwise occur. In addition, +requiring the base translation strings to be in English allows +for easier fallback translation when no localization is provided +in the PPD file for a given locale.
+ +

Examples:

+ +
+*LanguageVersion: English
+*LanguageEncoding: ISOLatin1
+*cupsLanguages: "de_DE fr_FR"
+*ModelName: "Foobar Laser 9999"
+
+*% Localize ModelName for French and German
+*fr_FR.Translation ModelName/La Foobar Laser 9999: ""
+*de_DE.Translation ModelName/Foobar LaserDrucken 9999: ""
+
+*cupsIPPReason com.vendor-error/A serious error occurred: "/help/com.vendor/error.html"
+*% Localize printer-state-reason for French and German
+*fr_FR.cupsIPPReason com.vendor-error/Une erreur sèrieuse s'est produite: "/help/com.vendor/error.html"
+*de_DE.cupsIPPReason com.vendor-error/Eine ernste Störung trat: "/help/com.vendor/error.html"
+
+...
+
+*OpenUI *InputSlot/Paper Source: PickOne
+*OrderDependency: 10 AnySetup *InputSlot
+*DefaultInputSlot: Auto
+*% Localize InputSlot for French and German
+*fr_FR.Translation InputSlot/Papier source: ""
+*de_DE.Translation InputSlot/Papiereinzug: ""
+*InputSlot Auto/Default: "<</ManualFeed false>>setpagedevice"
+*% Localize InputSlot=Auto for French and German
+*fr_FR.InputSlot Auto/Par Defaut: ""
+*de_DE.InputSlot Auto/Standard: ""
+*InputSlot Manual/Manual Feed: "<</ManualFeed true>>setpagedevice"
+*% Localize InputSlot=Manual for French and German
+*fr_FR.InputSlot Manual/Manuel mecanisme de alimentation: ""
+*de_DE.InputSlot Manual/Manueller Einzug: ""
+*CloseUI: *InputSlot
+
+ + +

Writing PostScript Option Commands for Raster Drivers

+ +

PPD files are used for both PostScript and non-PostScript printers. For CUPS raster drivers, you use a subset of the PostScript language to set page device attributes such as page size, resolution, and so forth. For example, the following code sets the page size to A4 size:

+ +
+*PageSize A4: "<</PageSize[595 842]>>setpagedevice"
+
+ +

Custom options typically use other operators to organize the values into a key/value dictionary for setpagedevice. For example, our previous CustomWatermarkText option code uses the roll operator to move the custom string value into the dictionary for setpagedevice:

+ +
+*CustomWatermarkText True: "<</cupsString1 3 -1 roll>>setpagedevice"
+
+ +

For a custom string value of "My Watermark", CUPS will produce the following PostScript code for the option:

+ +
+(My Watermark)
+<</cupsString1 3 -1 roll>>setpagedevice
+
+ +

The code moves the string value ("My Watermark") from the bottom of the stack to the top, creating a dictionary that looks like:

+ +
+<</cupsString1(My Watermark)>>setpagedevice
+
+ +

The resulting dictionary sets the page device attributes that are sent to your raster driver in the page header.

+ +

Supported PostScript Operators

+ +

CUPS supports the following PostScript operators in addition to the usual PostScript number, string (literal and hex-encoded), boolean, null, and name values:

+ +
    + +
  • << - Start a dictionary.
  • + +
  • >> - End a dictionary.
  • + +
  • [ - Start an array.
  • + +
  • ] - End an array.
  • + +
  • copy - Copy the top N objects on the stack.
  • + +
  • dup - Copy the top object on the stack.
  • + +
  • index - Copy the Nth from the top object on the stack.
  • + +
  • pop - Pop the top object on the stack.
  • + +
  • roll - Shift the top N objects on the stack.
  • + +
  • setpagedevice - Set the page header values according to the key/value dictionary on the stack.
  • + +
+ +

Supported Page Device Attributes

+ +

Table 1 shows the supported page device attributes along with PostScript code examples.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: Supported Page Device Attributes
Name(s)TypeDescriptionExample(s)
AdvanceDistanceIntegerSpecifies the number of points to advance roll media after printing.<</AdvanceDistance 18>>setpagedevice
AdvanceMediaIntegerSpecifies when to advance the media: 0 = never, 1 = after the file, 2 = after the job, 3 = after the set, and 4 = after the page.<</AdvanceMedia 4>>setpagedevice
CollateBooleanSpecifies whether collated copies are required.<</Collate true>>setpagedevice
CutMediaIntegerSpecifies when to cut the media: 0 = never, 1 = after the file, 2 = after the job, 3 = after the set, and 4 = after the page.<</CutMedia 1>>setpagedevice
DuplexBooleanSpecifies whether 2-sided printing is required.<</Duplex true>>setpagedevice
HWResolutionInteger ArraySpecifies the resolution of the page image in pixels per inch.<</HWResolution[1200 1200]>>setpagedevice
InsertSheetBooleanSpecifies whether to insert a blank sheet before the job.<</InsertSheet true>>setpagedevice
JogIntegerSpecifies when to shift the media in the output bin: 0 = never, 1 = after the file, 2 = after the job, 3 = after the set, and 4 = after the page.<</Jog 2>>setpagedevice
LeadingEdgeIntegerSpecifies the leading edge of the media: 0 = top, 1 = right, 2 = bottom, 3 = left.<</LeadingEdge 0>>setpagedevice
ManualFeedBooleanSpecifies whether media should be drawn from the manual feed tray. Note: The MediaPosition attribute is preferred over the ManualFeed attribute.<</ManualFeed true>>setpagedevice
MediaClassStringSpecifies a named media.<</MediaClass (Invoices)>>setpagedevice
MediaColorStringSpecifies the color of the media.<</MediaColor >>setpagedevice
MediaPositionIntegerSpecifies the tray or source of the media.<</MediaPosition 12>>setpagedevice
MediaTypeStringSpecifies the general media type.<</MediaType (Glossy)>>setpagedevice
MediaWeightIntegerSpecifies the media weight in grams per meter2.<</MediaWeight 100>>setpagedevice
MirrorPrintBooleanSpecifies whether to flip the output image horizontally.<</MirrorPrint true>>setpagedevice
NegativePrintBooleanSpecifies whether to invert the output image.<</NegativePrint true>>setpagedevice
NumCopiesIntegerSpecifies the number of copies to produce of each page.<</NumCopies 100>>setpagedevice
OrientationIntegerSpecifies the orientation of the output: 0 = portrait, 1 = landscape rotated counter-clockwise, 2 = upside-down, 3 = landscape rotated clockwise.<</Orientation 3>>setpagedevice
OutputFaceUpBooleanSpecifies whether to place the media face-up in the output bin/tray.<</OutputFaceUp true>>setpagedevice
OutputTypeStringSpecifies the output type name.<</OutputType (Photo)>>setpagedevice
PageSizeInteger/Real ArraySpecifies the width and length/height of the page in points.<</PageSize[595 842]>>setpagedevice
SeparationsBooleanSpecifies whether to produce color separations.<</Separations true>>setpagedevice
TraySwitchBooleanSpecifies whether to switch trays automatically.<</TraySwitch true>>setpagedevice
TumbleBooleanSpecifies whether the back sides of pages are rotated 180 degrees.<</Tumble true>>setpagedevice
cupsBorderlessScalingFactorRealSpecifies the amount to scale the page image dimensions.<</cupsBorderlessScalingFactor 1.01>>setpagedevice
cupsColorOrderIntegerSpecifies the order of colors: 0 = chunked, 1 = banded, 2 = planar.<</cupsColorOrder 0>>setpagedevice
cupsColorSpaceIntegerSpecifies the page image colorspace: 0 = W, 1 = RGB, 2 = RGBA, 3 = K, 4 = CMY, 5 = YMC, 6 = CMYK, 7 = YMCK, 8 = KCMY, 9 = KCMYcm, 10 = GMCK, 11 = GMCS, 12 = White, 13 = Gold, 14 = Silver, 15 = CIE XYZ, 16 = CIE Lab, 17 = RGBW, 32 to 46 = CIE Lab (1 to 15 inks)<</cupsColorSpace >>setpagedevice
cupsCompressionIntegerSpecifies a driver compression type/mode.<</cupsCompression 2>>setpagedevice
cupsInteger0
+ ...
+ cupsInteger15
IntegerSpecifies driver integer values.<</cupsInteger11 1234>>setpagedevice
cupsMarkerTypeStringSpecifies the type of ink/toner to use.<</cupsMarkerType (Black+Color)>>setpagedevice
cupsMediaTypeIntegerSpecifies a numeric media type.<</cupsMediaType 999>>setpagedevice
cupsPageSizeNameStringSpecifies the name of the page size.<</cupsPageSizeName (A4.Full)>>setpagedevice
cupsPreferredBitsPerColorIntegerSpecifies the preferred number of bits per color, typically 8 or 16.<</cupsPreferredBitsPerColor 16>>setpagedevice
cupsReal0
+ ...
+ cupsReal15
RealSpecifies driver real number values.<</cupsReal15 1.234>>setpagedevice
cupsRenderingIntentStringSpecifies the color rendering intent.<</cupsRenderingIntent (AbsoluteColorimetric)>>setpagedevice
cupsRowCountIntegerSpecifies the number of rows of raster data to print on each line for some drivers.<</cupsRowCount 24>>setpagedevice
cupsRowFeedIntegerSpecifies the number of rows to feed between passes for some drivers.<</cupsRowFeed 17>>setpagedevice
cupsRowStepIntegerSpecifies the number of lines between columns/rows on the print head for some drivers.<</cupsRowStep 2>>setpagedevice
cupsString0
+ ...
+ cupsString15
StringSpecifies driver string values.<</cupsString0(String Value)>>setpagedevice
+ + +

Change History

+ +

Changes in CUPS 1.2.8

+ +
    + +
  • Added section on supported PostScript commands for raster + drivers
  • + +
+ +

Changes in CUPS 1.2

+ +
    + +
  • Added globalization support attributes
  • + +
  • Added custom option values support
  • + +
  • Added APBookFile attribute
  • + +
  • Added APDuplexRequiresFlippedMargin attribute
  • + +
  • Added cupsICCProfile attribute
  • + +
  • Added cupsIPPReason attribute
  • + +
  • Added cupsLanguages attribute
  • + +
  • Added cupsPortMonitor attribute
  • + +
  • Removed cupsProtocol attribute
  • + +
+ +

Changes in CUPS 1.1

+ +
    + +
  • Added cupsFlipDuplex attribute
  • + +
  • Added cupsProtocol attribute
  • + +
+ + + diff --git a/doc/help/spec-raster.html b/doc/help/spec-raster.html new file mode 100644 index 0000000000..a0d6b895fe --- /dev/null +++ b/doc/help/spec-raster.html @@ -0,0 +1,745 @@ + + + + CUPS Raster Format + + + + +

CUPS raster files are device-dependent raster image files that +contain a PostScript page device dictionary and device-dependent +raster imagery for each page in the document. These files are +used to transfer raster data from the PostScript and image file +RIPs to device-dependent filters that convert the raster data to +a printable format.

+ +

CUPS 1.0 and 1.1 used a version 1 raster format. CUPS 1.2 +introduces version 2 (compressed) and version 3 (uncompressed) +formats that are a superset of the version 1 format. Applications +using the CUPS Imaging API (the cupsRaster* functions) can read +all formats without code changes.

+ +

The registered MIME media type for CUPS raster files is +application/vnd.cups-raster.

+ + +

Version 1 Raster File Format

+ +

A version 1 raster file begins with a 32-bit synchronization +word: 0x52615374 ("RaSt") for big-endian architectures and +0x74536152 ("tSaR") for little-endian architectures. The writer +of the raster file will use the native word order, and the reader +is responsible for detecting a reversed word order file and +swapping bytes as needed. The CUPS Imaging API raster functions +perform this function automatically.

+ +

Following the synchronization word are a series of raster +pages. Each page starts with a page device dictionary header and +is followed immediately by the (uncompressed, raw) raster data +for that page.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: CUPS Version 1 Raster Page Device Dictionary
BytesTypeDescriptionValues
0-63C StringMediaClassMedia class string
64-127C StringMediaColorMedia color string
128-191C StringMediaTypeMedia type string
192-255C StringOutputTypeOutput type string
256-259Unsigned IntegerAdvanceDistance0 to 232 - 1 points
260-263Unsigned IntegerAdvanceMedia0 = Never advance roll
+ 1 = Advance roll after file
+ 2 = Advance roll after job
+ 3 = Advance roll after set
+ 4 = Advance roll after page
264-267Unsigned IntegerCollate0 = do not collate copies
+ 1 = collate copies
268-271Unsigned IntegerCutMedia0 = Never cut media
+ 1 = Cut roll after file
+ 2 = Cut roll after job
+ 3 = Cut roll after set
+ 4 = Cut roll after page
272-275Unsigned IntegerDuplex0 = Print single-sided
+ 1 = Print double-sided
276-283Unsigned Integers (2)HWResolutionHorizontal and vertical resolution in dots-per-inch.
284-299Unsigned Integers (4)ImagingBoundingBoxFour integers giving the left, bottom, right, and top positions + of the page bounding box in points
300-303Unsigned IntegerInsertSheet0 = Do not insert separator sheets
+ 1 = Insert separator sheets
304-307Unsigned IntegerJog0 = Do no jog pages
+ 1 = Jog pages after file
+ 2 = Jog pages after job
+ 3 = Jog pages after set
308-311Unsigned IntegerLeadingEdge0 = Top edge is first
+ 1 = Right edge is first
+ 2 = Bottom edge is first
+ 3 = Left edge is first
312-319Unsigned Integers (2)MarginsLeft and bottom origin of image in points
320-323Unsigned IntegerManualFeed0 = Do not manually feed media
+ 1 = Manually feed media
324-327Unsigned IntegerMediaPositionInput slot position from 0 to N
328-331Unsigned IntegerMediaWeightMedia weight in grams per meter squared
332-335Unsigned IntegerMirrorPrint0 = Do not mirror prints
+ 1 = Mirror prints
336-339Unsigned IntegerNegativePrint0 = Do not invert prints
+ 1 = Invert prints
340-343Unsigned IntegerNumCopies1 to 232 - 1
344-347Unsigned IntegerOrientation0 = Do not rotate page
+ 1 = Rotate page counter-clockwise
+ 2 = Turn page upside down
+ 3 = Rotate page clockwise
348-351Unsigned IntegerOutputFaceUp0 = Output face down
+ 1 = Output face up
352-359Unsigned Integers (2)PageSizeWidth and length in points
360-363Unsigned IntegerSeparations0 = Print composite image
+ 1 = Print color separations
364-367Unsigned IntegerTraySwitch0 = Do not change trays if selected tray is empty
+ 1 = Change trays if selected tray is empty
368-371Unsigned IntegerTumble0 = Do not rotate even pages when duplexing
+ 1 = Rotate even pages when duplexing
372-375Unsigned IntegercupsWidthWidth of page image in pixels
376-379Unsigned IntegercupsHeightHeight of page image in pixels
380-383Unsigned IntegercupsMediaTypeDriver-specific 0 to 232 - 1
384-387Unsigned IntegercupsBitsPerColor1, 2, 4, 8 bits for version 1 raster files
+ 1, 2, 4, 8, and 16 bits for version 2 raster files
388-391Unsigned IntegercupsBitsPerPixel1 to 32 bits for version 1 raster files
+ 1 to 64 bits for version 2 raster files
392-395Unsigned IntegercupsBytesPerLine1 to 232 - 1 bytes
396-399Unsigned IntegercupsColorOrder0 = chunky pixels (CMYK CMYK CMYK)
+ 1 = banded pixels (CCC MMM YYY KKK)
+ 2 = planar pixels (CCC... MMM... YYY... KKK...)
400-403Unsigned IntegercupsColorSpace0 = white (sRGB)
+ 1 = RGB (sRGB)
+ 2 = RGBA (sRGB)
+ 3 = black
+ 4 = CMY
+ 5 = YMC
+ 6 = CMYK
+ 7 = YMCK
+ 8 = KCMY
+ 9 = KCMYcm
+ 10 = GMCK
+ 11 = GMCS
+ 12 = WHITE
+ 13 = GOLD
+ 14 = SILVER
+ 15 = CIE XYZ
+ 16 = CIE Lab
+ 17 = RGBW (sRGB)
+ 32 = ICC1 (CIE Lab with hint for 1 color)
+ 33 = ICC2 (CIE Lab with hint for 2 colors)
+ 34 = ICC3 (CIE Lab with hint for 3 colors)
+ 35 = ICC4 (CIE Lab with hint for 4 colors)
+ 36 = ICC5 (CIE Lab with hint for 5 colors)
+ 37 = ICC6 (CIE Lab with hint for 6 colors)
+ 38 = ICC7 (CIE Lab with hint for 7 colors)
+ 39 = ICC8 (CIE Lab with hint for 8 colors)
+ 40 = ICC9 (CIE Lab with hint for 9 colors)
+ 41 = ICCA (CIE Lab with hint for 10 colors)
+ 42 = ICCB (CIE Lab with hint for 11 colors)
+ 43 = ICCC (CIE Lab with hint for 12 colors)
+ 44 = ICCD (CIE Lab with hint for 13 colors)
+ 45 = ICCE (CIE Lab with hint for 14 colors)
+ 46 = ICCF (CIE Lab with hint for 15 colors)
+
404-407Unsigned IntegercupsCompressionDriver-specific 0 to 232 - 1
408-411Unsigned IntegercupsRowCountDriver-specific 0 to 232 - 1
412-415Unsigned IntegercupsRowFeedDriver-specific 0 to 232 - 1
416-419Unsigned IntegercupsRowStepDriver-specific 0 to 232 - 1
+ + +

Version 2 Raster File Format

+ +

A version 2 raster file begins with a 32-bit synchronization +word: 0x52615332 ("RaS2") for big-endian architectures and +0x32536152 ("2SaR") for little-endian architectures. The writer +of the raster file will use the native word order, and the reader +is responsible for detecting a reversed word order file and +swapping bytes as needed. The CUPS Imaging API raster functions +perform this function automatically.

+ +

Following the synchronization word are a series of raster +pages. Each page starts with a version 2 page device dictionary +header and is followed immediately by the compressed raster data +for that page.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 2: CUPS Version 2 Raster Page Device Dictionary
BytesTypeDescriptionValues
0-419Version 1 header dataSee Table 1
420-423Unsigned IntegercupsNumColors1 to 6 colors
424-427IEEE Single PrecisioncupsBorderlessScalingFactor0.0 or 1.0 or greater
428-435IEEE Single Precision (2)cupsPageSizeWidth and length in points
436-451IEEE Single Precision (4)cupsImagingBBoxFour floating point numbers giving the left, bottom, + right, and top positions of the page bounding box in + points
452-515Unsigned Integers (16)cupsInteger16 driver-defined integer values
516-579IEEE Single Precision (16)cupsReal16 driver-defined floating point values
580-1603C Strings (16x64)cupsString16 driver-defined strings
1604-1667C StringcupsMarkerTypeInk/toner type string
1668-1731C StringcupsRenderingIntentColor rendering intent string
1732-1795C StringcupsPageSizeNamePage size name/keyword string from PPD
+ +

Compressed Raster Data Format

+ +

The version 2 raster data is compressed using a modified TIFF +packbits algorithm. Lines are grouped into an integral number of +color values based upon the cupsColorOrder +setting:

+ +
+ + + + + + + + + + + + + + + + + +
Table 3: Color Value Sizes
cupsColorOrderBytes per color value
0 (chunky)(cupsBitsPerPixel + 7) / 8
1 (banded)(cupsBitsPerColor + 7) / 8
2 (planar)(cupsBitsPerColor + 7) / 8
+ +

Each line of raster data begins with a repetition count from 1 +to 256 that is encoded using a single byte of "count - 1".

+ +

After the repetition count, whole color values for that line +are run-length encoded using the TIFF packbits algorithm. 1 to +128 repeated colors are encoded using an initial byte of "count - +1" followed by the color value byte(s). 2 to 128 non-repeating +colors are encoded using an initial byte of "257 - count" +followed by the color value bytes.

+ + +

Version 3 Raster File Format

+ +

A version 3 raster file begins with a 32-bit synchronization +word: 0x52615333 ("RaS3") for big-endian architectures and +0x33536152 ("3SaR") for little-endian architectures. The writer +of the raster file will use the native word order, and the reader +is responsible for detecting a reversed word order file and +swapping bytes as needed. The CUPS Imaging API raster functions +perform this function automatically.

+ +

Following the synchronization word are a series of raster +pages. Each page starts with a version 2 page device dictionary +header and is followed immediately by the uncompressed raster data +for that page.

+ + +

Pixel Value Coding

+ +

The following sections describe the encoding and decoding of +the color values in a CUPS raster file. In general, colors are +packed into the minimum number of bytes, with special +consideration provided for efficiency of encoding and access. +Multi-byte values are stored in the native byte order and +automatically swapped as needed when reading them using the CUPS +imaging API.

+ +

CUPS_ORDER_CHUNKED

+ +

The chunked order provides the pixel value packed in a single +place. Pixel values with 8 or more bits per color are stored as +an array of colors in order, e.g. for +CUPS_CSPACE_RGB you will see 8/16-bits of red, then +blue, then green, then red, green, blue, etc. Pixel values with +less than 8 bits per color are packed together as shown in Table +4. Multi-byte pixel values are stored in the native word +order, just as for 16-bit color values.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 4: Chunked Color Values
Bits1-color3-color4-color6-color
1W/W/W/W/W/W/W/W0RGB/0RGBCMYK/CMYK00KCMYcm
2WW/WW/WW/WW00RRGGBBCCMMYYKKN/A
4WWWW/WWWW0000RRRRGGGGBBBB
+ (multi-byte)
CCCCMMMMYYYYKKKK
+ (multi-byte)
N/A
+ +

CUPS_ORDER_BANDED

+ +

The banded order provides each color as a separate line of +data. Each color plane for a line is written in sequence, e.g. +for the CUPS_CSPACE_CMYK colorspace you would see +all of the cyan pixels for a line followed by the magenta, +yellow, and black pixels for that line. This is repeated for all +of the lines on the page. Color values are packed starting with +the most-significant bit (MSB) first.

+ +

CUPS_ORDER_PLANAR

+ +

The planar order provides each color as a separate page of +data using a shared page header. Each color plane for a page is +written in sequence, e.g. for the CUPS_CSPACE_CMYK +colorspace you would see all of the cyan pixels for a page +followed by the magenta, yellow, and black pixels for that page. +Color values are packed starting with the most-significant bit +(MSB) first. Each line starts on an 8-bit boundary.

+ +

CUPS_CSPACE_W, CUPS_CSPACE_RGB, CUPS_CSPACE_RGBA, and +CUPS_CSPACE_RGBW

+ +

These colorspaces use the sRGB colorspace definition and +whitepoint.

+ +

CUPS_CSPACE_KCMYcm

+ +

When cupsBitsPerColor is 1, 6 color planes are +provided - black, cyan, magenta, yellow, light cyan, and light +magenta. When cupsBitsPerColor is greater than 1, 4 +color planes are provided using the CUPS_CSPACE_KCMY +colorspace instead.

+ +

When cupsColorOrder is +CUPS_ORDER_CHUNKED, bit 5 corresponds to black and +bit 0 corresponds to light magenta. For +CUPS_ORDER_BANDED and +CUPS_ORDER_PLANAR, each color plane is encoded +separately.

+ +

CUPS_CSPACE_CIELab and CUPS_CSPACE_ICCn

+ +

These colorspaces map a CIE Lab color value with a D65 +whitepoint to either a 8- or 16-bit per color chunked +(CUPS_ORDER_CHUNKED) format; the banded +(CUPS_ORDER_BANDED) and planar +(CUPS_ORDER_PLANAR) color orders are not +supported.

+ +

The values are encoded and decoded using the following +formulas:

+ +
    + +
  • 8-bit Encoding:
    + L8 = 2.55 * L + 0.5
    + a8 = a + 128.5
    + b8 = b + 128.5
    +  
  • + +
  • 8-bit Decoding:
    + L = L8 / 2.55
    + a = a8 - 128
    + b = b8 - 128
    +  
  • + +
  • 16-bit Encoding:
    + L16 = 655.35 * L + 0.5
    + a16 = 256 * (a + 128) + 0.5
    + b16 = 256 * (b + 128) + 0.5
    +  
  • + +
  • 16-bit Decoding:
    + L = L16 / 655.35
    + a = a16 / 256 - 128
    + b = b16 / 256 - 128
    +  
  • + +
+ +

CUPS_CSPACE_CIEXYZ

+ +

These colorspaces map a CIE XYZ color value with a D65 +whitepoint to either a 8- or 16-bit per color chunked +(CUPS_ORDER_CHUNKED) format; the banded +(CUPS_ORDER_BANDED) and planar +(CUPS_ORDER_PLANAR) color orders are not +supported.

+ +

The values are encoded and decoded using the following +formulas:

+ +
    + +
  • 8-bit Encoding:
    + X8 = 231.8181 * X + 0.5
    + Y8 = 231.8181 * Y + 0.5
    + Z8 = 231.8181 * Z + 0.5
    +  
  • + +
  • 8-bit Decoding:
    + X = X8 / 231.8181
    + Y = Y8 / 231.8181
    + Z = Z8 / 231.8181
    +  
  • + +
  • 16-bit Encoding:
    + X16 = 59577.2727 * X + 0.5
    + Y16 = 59577.2727 * Y + 0.5
    + Z16 = 59577.2727 * Z + 0.5
    +  
  • + +
  • 16-bit Decoding:
    + X = X16 / 59577.2727
    + Y = Y16 / 59577.2727
    + Z = Z16 / 59577.2727
    +  
  • + +
+ +

The scaling factor for XYZ values is 1/1.1, or 231.8181 for +8-bit values and 59577.2727 for 16-bit values. This allows for a +slight overflow of XYZ values when converting from RGB, improving +accuracy.

+ + +

Change History

+ +

Changes in CUPS 1.2.2

+ +
    + +
  • Added version 3 (uncompressed) format.
  • + +
+ + +

Changes in CUPS 1.2.1

+ +
    + +
  • Added new sections on coding pixel values.
  • + +
  • Clarified definitions of color spaces.
  • + +
+ + +

Changes in CUPS 1.2

+ +
    + +
  • Bumped raster version to 2
  • + +
  • Added RGBW colorspace
  • + +
  • Added 16 bit per color support
  • + +
  • Added cupsNumColors, cupsBorderlessScalingFactor, + cupsPageSize, cupsImagingBBox, cupsInteger, cupsReal, + cupsString, cupsMarkerType, cupsRenderingIntent, and + cupsPageSizeName attributes to the page device + dictionary
  • + +
  • Added raster data compression
  • + +
  • Added data type column to device dictionary + documentation.
  • + +
+ +

Changes in CUPS 1.1.19

+ +
    + +
  • Added ICC and CIE colorspaces.
  • + +
+ + + diff --git a/doc/help/spec-stp.html b/doc/help/spec-stp.html new file mode 100644 index 0000000000..5884690c2b --- /dev/null +++ b/doc/help/spec-stp.html @@ -0,0 +1,130 @@ + + + + CUPS Software Test Plan + + + +

This software test plan provides detailed tests that are used +to evaluate the stability and compliance of the Common UNIX +Printing System ("CUPS") Version 1.2.

+ + +

Test Procedure

+ +

The test software and data files are located in the +test subdirectory of the source distribution. A script +is provided to compile the ipptest program and run +all of the tests that follow, producing a success/fail +report.

+ +

The test target of the top-level makefile can be +used to run this script:

+ +
+make test
+
+ +

or you can run the test script directly:

+ +
+cd test
+./run-stp-tests
+
+ +

A Software Test Report is stored in a HTML file in the +test subdirectory at the conclusion of the test.

+ + +

IPP Compliance Tests

+ +

This section describes the tests used to validate the IPP +standards compliance of the CUPS server.

+ +

Request Tests

+ +

These tests verify that the CUPS scheduler only accepts valid +IPP requests that start with the attributes-charset +and attributes-natural-language attributes and also +contain a printer-uri or job-uri +attribute.

+ +

It also verifies that the CUPS scheduler always responds with +attributes-charset and +attributes-natural-language attributes, using +default values if they are not provided by the client.

+ +

CUPS Printer Operation Tests

+ +

These tests verify that the CUPS printer operations are +supported and function properly. Two printers called +Test1 and Test2 are created, one as a +PostScript printer and one as a raster printer.

+ +

Job Operation Tests

+ +

These test verify that the CUPS scheduler accepts print jobs +for all supported file formats and that the +cancel-job, hold-job, and +resume-job operations work.

+ +

Subscription Operation Tests

+ +

These test verify that the CUPS scheduler accepts +subscriptions with print jobs and that all subscription +operations work as required by the IPP notification and mailto +specifications.

+ + +

Command Tests

+ +

This section describes the tests used to validate the Berkeley +and System V commands included with CUPS.

+ +

lpadmin

+ +

This test verifies that printers can be added, modified, and +defaulted using the lpadmin command.

+ +

lpc

+ +

This test verifies that the lpc command can show +the current status of all print queues.

+ +

lpq

+ +

This test verifies that the lpq command lists +any jobs in the queue.

+ +

lpstat

+ +

This test verifies that the lpstat command works +with all reports using the "-t" option.

+ +

lp

+ +

This test verifies that the lp command works with +both the default destination and a specific destination.

+ +

lpr

+ +

This test verifies that the lpr command works +with both the default destination and a specific destination.

+ +

lprm

+ +

This test verifies that the lprm command can +properly cancel a job.

+ +

cancel

+ +

This test verifies that the cancel command can +properly cancel a job or all jobs.

+ +

lpinfo

+ +

This test verifies that the lpinfo command +returns a list of available printer drivers and devices.

+ + + diff --git a/doc/help/standard.html.in b/doc/help/standard.html.in new file mode 100644 index 0000000000..302d8cbcac --- /dev/null +++ b/doc/help/standard.html.in @@ -0,0 +1,174 @@ + + + + Standard Configuration + + + +

This document describes the standard configuration for this CUPS +server.

+ +
Note: + + +

This file reflects the standard CUPS configuration as distributed +by Easy Software Products, the creator of CUPS.

+ +
+ + +

cupsd Configuration

+ +

cupsd(8) is configured by default to show +printers shared by other systems and only allow local access to +the system and its printers. Administration operations require +Basic authentication with membership in the group +"@CUPS_GROUP@".

+ +

Connections are accepted via domain socket +(@CUPS_DEFAULT_DOMAINSOCKET@) or "localhost" +(127.0.0.1).

+ +

Settings

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: Default Values
DirectiveValue
Browsing@CUPS_BROWSING@
BrowseLocalProtocols@CUPS_BROWSE_LOCAL_PROTOCOLS@
BrowseRemoteProtocols@CUPS_BROWSE_REMOTE_PROTOCOLS@
BrowseShortNames@CUPS_BROWSE_SHORT_NAMES@
ConfigFilePerm@CUPS_CONFIG_FILE_PERM@
DefaultShared@CUPS_DEFAULT_SHARED@
ImplicitClasses@CUPS_IMPLICIT_CLASSES@
LogFilePerm@CUPS_LOG_FILE_PERM@
UseNetworkDefault@CUPS_USE_NETWORK_DEFAULT@
+ + +

Directories

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 2: Directories
DirectoryPurpose
@CUPS_SERVERROOT@The location of configuration files such as + printers.conf. Overridden by the ServerRoot + directive in cupsd.conf.
@bindir@The location of user programs.
@includedir@The location of CUPS include files.
@libdir@The location of CUPS library files.
@CUPS_SERVERBIN@The location of server programs such as backends and + filters. Overridden by the ServerBin + directive in cupsd.conf.
@sbindir@The location of administrator programs.
@CUPS_DATADIR@The location of data files such as fonts. Overridden + by the DataDir + directive in cupsd.conf.
@CUPS_DOCROOT@The location of documentation files. Overridden by + the DocumentRoot + directive in cupsd.conf.
@CUPS_LOCALEDIR@The location of localization files.
@CUPS_CACHEDIR@The location of cache files such as + ppds.dat and remote.cache. + Overridden by the CacheDir + directive in cupsd.conf.
@CUPS_LOGDIR@The location of the access_log, + error_log, and page_log files. + Overridden by the AccessLog, + ErrorLog, + PageLog, + directive in cupsd.conf.
@CUPS_STATEDIR@The location of the domain socket file and state data + such as authentication certificates. Overridden by the StateDir + directive in cupsd.conf.
@CUPS_REQUESTS@The location of spooled print jobs. Overridden by the + RequestRoot + directive in cupsd.conf.
+ + + diff --git a/doc/help/translation.html b/doc/help/translation.html new file mode 100644 index 0000000000..f820c02766 --- /dev/null +++ b/doc/help/translation.html @@ -0,0 +1,1073 @@ + + + + Translating and Customizing CUPS + + + +

Thanks to its extensive use of templates, images, and message +catalogs, CUPS can be easily translated (or customized!) to suit +your needs. This help file will guide you through the CUPS +localization files so you can get the most out of it.

+ +

Getting Started

+ +

Start by downloading the CUPS source code from www.cups.org. After you extract the files +from the source archive, you will want to copy the following +files and directories:

+ +
    + +
  • desktop/cups.desktop - the GNOME/KDE + desktop file pointing to the CUPS web interface
  • + +
  • doc/images/button-*.gif - the web + interface button images
  • + +
  • doc/images/button-*.scm - the Gimp scripts + we use to generate the web interface button images
  • + +
  • doc/index.html - the web interface home + page
  • + +
  • locale/cups.pot - the message catalog
  • + +
  • templates/*.tmpl - the web interface + template files
  • + +
+ +

With the exception of the message catalogs and desktop file, +localization files are placed in subdirectories under the +doc and templates using the locale name. +Locale names are either ll or ll_CC, where +"ll" is the 2-letter language code and "CC" is the 2-letter +country code.

+ +

All non-image files must be encoded using the UTF-8 character +set.

+ + +

Submitting a Translation for CUPS

+ +

To submit a translation for inclusion in CUPS, translate the +desktop file, all of the button images, template files, the +index.html.in file, and the message catalog. Place +these files in the correct subdirectory in the CUPS source code +archive and run the following command to create an archive with +your files:

+ +
+tar cvf ll_CC.tar.gz desktop/cups.desktop doc/ll_CC \
+    locale/cups_ll_CC.po templates/ll_CC
+
+ +

Replace "ll_CC" with the locale name for your translation. +Once you have created the archive, go to the CUPS Bugs +& Features page and submit a bug report, attaching the +translation to the report.

+ + +

The Desktop File

+ +

The desktop/cups.desktop file provides a link to +the CUPS web interface from desktop environments such as +GNOME and KDE. To translate this file, add two lines to the +bottom with the Name and Comment keys:

+ +
+Name[ll_CC]=Translation of "Manage Printing"
+Comment[ll_CC]=Translation of "CUPS Web Interface"
+
+ + +

Button Images

+ +

The web interface button images are used to activate functions +on the CUPS web pages. Table 1 lists the button images and the +English text labels for those buttons. Use the supplied Gimp +scripts to create button images that match the CUPS web interface +and save them in the doc/ll_CC/images subdirectory. +The Gimp button scripts can be installed using the following +command:

+ +
+cp doc/images/button*.scm ~/.gimp-2.2/scripts
+
+ +

If you have already started the Gimp application, choose +Refresh Scripts from the Xtns->Script-Fu +sub-menu. The button scripts will be available under a new +Btns + +

When you have created all of the button images, edit the +Makedefs file and add the locale name to the +LANGUAGES variable. You can then run "make +install" in the doc subdirectory to test the +translated buttons.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1: Web Interface Buttons
FilenameText
button-accept-jobs.gifAccept Jobs
button-add-class.gifAdd Class
button-add-printer.gifAdd Printer
button-add-this-printer.gifAdd This Printer
button-cancel-all-jobs.gifCancel All Jobs
button-cancel-job.gifCancel Job
button-change-settings.gifChange Settings
button-clean-print-heads.gifClean Print Heads
button-clear.gifClear
button-continue.gifContinue
button-delete-class.gifDelete Class
button-delete-printer.gifDelete Printer
button-edit-configuration-file.gifEdit Configuration File
button-export-samba.gifExport Printers to Samba
button-help.gifHelp
button-hold-job.gifHold Job
button-manage-classes.gifManage Classes
button-manage-jobs.gifManage Jobs
button-manage-printers.gifManage Printers
button-manage-server.gifManage Server
button-modify-class.gifModify Class
button-modify-printer.gifModify Printer
button-move-job.gifMove Job
button-move-jobs.gifMove All Jobs
button-print-self-test-page.gifPrint Self-Test Page
button-print-test-page.gifPrint Test Page
button-publish-printer.gifPublish Printer
button-reject-jobs.gifReject Jobs
button-release-job.gifRelease Job
button-restart-job.gifReprint Job
button-save-changes.gifSave Changes
button-search.gifSearch
button-set-allowed-users.gifSet Allowed Users
button-set-as-default.gifSet As Default
button-set-printer-options.gifSet Printer Options
button-show-active.gifShow Active Jobs
button-show-all.gifShow All Jobs
button-show-completed.gifShow Completed Jobs
button-show-next.gifShow Next
button-show-previous.gifShow Previous
button-sort-ascending.gifShow Ascending
button-sort-descending.gifShow Descending
button-start-class.gifStart Class
button-start-printer.gifStart Printer
button-stop-class.gifStop Class
button-stop-printer.gifStop Printer
button-unpublish-printer.gifUnpublish Printer
button-use-default-config.gifUse Default Configuration File
button-view-access-log.gifView Access Log
button-view-error-log.gifView Error Log
button-view-page-log.gifView Page Log
button-view-printable-version.gifView Printable Version
+ + +

The Home Page

+ +

The index.html file is a complete HTML file that is +displayed when the user visits "http://localhost:631/". Edit the +existing doc/index.html and save it in the +doc/ll_CC subdirectory so that the makefile can +install it. Run "make install" in the doc subdirectory +to test the new home page.

+ + +

Message Catalogs

+ +

CUPS message catalogs are GNU gettext ".po" text files that +provide a list of localized message strings for the CUPS +software. Message catalogs are named cups_ll.po or +cups_ll_CC.po, where "ll" is the standard 2-letter +abbreviation for the language and "CC" is the standard 2-letter +abbreviation for the country.

+ +

When translating a new message catalog, copy the +cups.pot message catalog file in the locale +subdirectory of the CUPS source code. For example, to start +translating the message catalog to Canadian French, you would +type the following commands:

+ +
+cd locale
+cp cups.pot cups_fr_CA.po
+
+ +

Alternatively, you can copy the existing cups_fr.po +message catalog and then make any necessary changes.

+ +

Once you have make your copy of the file, edit it using your +favorite text editor or translation program to translate the text +to the desired language.

+ +

Finally, add your locale to the LANGUAGES +variable in the Makedefs file and run the "make +install" command in the locale subdirectory to test +the translation.

+ + +

Template Files

+ +

The CUPS scheduler provides a web interface that can be used +to do many common printing and administration tasks. The built-in +web server supports localization of web pages through the use of +subdirectories for each locale, e.g. "fr" for French, "de" for +German, "fr_ca" for French in Canada, and so forth.

+ +

Template files are HTML files with special formatting +characters in them that allow substition of variables and arrays. +The CUPS CGI programs (admin.cgi, +classes.cgi, help.cgi, +jobs.cgi, and printers.cgi) use these +template file to provide dynamic content for the web interface. +Template files are installed in the +/usr/share/cups/templates directory by default. Table +2 lists the various template files and their purpose.

+ +

Translated versions of the template files should be saved in +the templates/ll_CC subdirectory. For example, +Canadian French template files should be saved in the +templates/fr_CA subdirectory. After you have +translated all of the templates, add the locale to the +LANGUAGES variable in the +Makedefs file and run "make install" in the +templates subdirectory to test the translation.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 2: Web Interface Template Files
FilenamePurpose
add-class.tmplThis is the initial form that is shown to add a new + printer class.
add-printer.tmplThis is the initial form that is shown to add a new + printer.
admin.tmplThis is the main administration page.
choose-device.tmplThis is the form that shows the list of available + devices.
choose-make.tmplThis is the form that shows the list of available + manufacturers.
choose-model.tmplThis is the form that shows the list of available + printer models/drivers.
choose-serial.tmplThis is the form that allows the user to choose + a serial port and any options.
choose-uri.tmplThis is the form that allows the user to enter + a device URI for network printers.
class-added.tmplThis template shows the "class added" message.
class-confirm.tmplThis is the template used to confirm the + deletion of a class.
class-deleted.tmplThis template shows the "class deleted" message.
class-jobs-header.tmplThis template shows the "jobs" header for jobs in a + class.
class-modified.tmplThis template shows the "class modified" message.
classes.tmplThis template shows one or more printer classes.
classes-header.tmplThis template shows the "showing N of M classes" header in + the class list.
edit-config.tmplThis is the cupsd.conf editor page.
error.tmplThis template displays a generic error message.
error-op.tmplThis is the "unknown operation" error page.
header.tmplThis template is used as the standard header on all dynamic + content.
help-header.tmplThis is the top part of the help page.
help-printable.tmplThis is the standard page header for the printable + version of help files.
job-cancel.tmplThis template shows "job cancelled".
job-hold.tmplThis template shows "job held".
job-move.tmplThis template shows the move-job form.
job-moved.tmplThis template shows "job moved".
job-release.tmplThis template shows "job released".
job-restart.tmplThis template shows "job reprinted".
jobs.tmplThis template is used to list the print jobs on a server, + class, or printer.
jobs-header.tmplThis template shows the "showing N or M jobs" header in the + jobs list.
maintenance.tmplThis template shows "maintenance commands sent".
modify-class.tmplThis template is used as the first form when modifying a + class.
modify-printer.tmplThis template is used as the first form when modifying a + printer.
norestart.tmplThis template shows "server not restarted because no + changes were made to the configuration".
option-boolean.tmplThis template is used to select a boolean PPD option.
option-conflict.tmplThis template shows the conflicting options.
option-header.tmplThis template is used to start a PPD option group.
option-pickmany.tmplThis template is used to select a multi-valued PPD option.
option-pickone.tmplThis template is used to select a single-valued PPD option.
option-trailer.tmplThis template is used to end a PPD option group.
pager.tmplThis template shows the previous/next pager bar.
printer-accept.tmplThis template shows "printer now accepting jobs".
printer-added.tmplThis template shows "printer added".
printer-configured.tmplThis template shows "printer configured".
printer-confirm.tmplThis template asks the user to confirm the deletion + of a printer.
printer-default.tmplThis template shows "default printer set".
printer-deleted.tmplThis template shows "printer deleted".
printer-jobs-header.tmplThis templates shows the "jobs" header for jobs on a + printer.
printer-modified.tmplThis template shows "printer modified".
printer-purge.tmplThis template shows "printer has been purged of all jobs".
printer-reject.tmplThis template shows "printer now rejecting jobs".
printer-start.tmplThis template shows "printer started".
printer-stop.tmplThis template shows "printer stopped".
printers.tmplThis template is used to list information on one or more + printers.
printers-header.tmplThis template shows the "showing printer N of M" header in + the printers list.
restart.tmplThis template shows "server restarting".
samba-export.tmplThis template shows the export printers to Samba form.
samba-exported.tmplThis template shows "printers exported to Samba".
search.tmplThis template shows the search form.
set-printer-options-header.tmplThis template shows the first part of the set printer options + form.
set-printer-options-trailer.tmplThis template shows the last part of the set printer options + form.
test-page.tmplThis template shows "test page printed".
trailer.tmplThis template is used as the standard trailer on all dynamic + content.
users.tmplThis template shows the set allowed users form.
+ +

Inserting Attributes and Values

+ +

Template files consist of HTML with variable substitutions for +named inside curley braces "{name}". Variable names are generally +the IPP attribute names with the hyphen ("-") replaced by the +underscore ("_") character. For example, the +job-printer-uri attribute is renamed to +job_printer_uri.

+ +

Curley braces ("{" and "}") to indicate substitutions, and the +backslash ("\") character for quoting. To insert any of these +special characters as-is you need to use the HTML +&name; mechanism or prefix each special +character with the backslash ("\".)

+ +

You substitute the value of a variable using +{NAME} in your template file. If the variable is +undefined then the {NAME} string is output +as-is.

+ +

To substitute an empty string if the variable is undefined, +use {?NAME} instead.

+ +

Array Substitutions

+ +

The number of array elements can be inserted using +{#NAME}. If the array is undefined then 0 is output. +The current array element (starting at 1) is inserted with +{#}.

+ +

Arrays are handled using {[NAME] at the beginning +of a section and } at the end. The information +between the closing bracket ("]") and closing brace ("}") is +repeated for as many elements as are in the named array. For +example, the following template will display a list of each job +in the job_id array:

+ +
+<TABLE>
+<TR>
+	<TH>Job ID</TH>
+	<TH>Destination</TH>
+	<TH>Title</TH>
+</TR>
+
+{[job_id]
+<TR>
+	<TD>{?job_id}</TD>
+	<TD>{?job_printer_name}</TD>
+	<TD>{?job_name}</TD>
+</TR>
+}
+</TABLE>
+
+ +

Arrays can be nested, however all elements within the curley +braces ("{" and "}") are indexed using the innermost array.

+ +

Conditional Tests

+ +

Templates can also test variables against specific values and +conditionally include text in the template. The format is:

+ +
+{variable?true:false}
+{variable=value?true:false}
+{variable!value?true:false}
+{variable<value?true:false}
+{variable>value?true:false}
+
+ +

where true is the text that is included if the +condition is true and false is the text that is +included if the condition is false. A value of # is +replaced with the current element number (starting at 1.) The +character after the variable name specifies the condition to +test. Table 3 shows the available test conditions.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Table 3: Template Substitution Conditions
CharCondition
?True if variable exists.
=True if variable is equal to value.
!True if variable is not equal to value.
<True if variable is less than value.
>True if variable is greater than value.
+ +

CGI Programs

+ +

CUPS uses five CGI programs to manage the dynamic web +interfaces:

+ +
    + +
  • admin.cgi
  • +
  • classes.cgi
  • +
  • help.cgi
  • +
  • jobs.cgi
  • +
  • printers.cgi
  • + +
+ +

Each CGI program accepts standard form variables such as +OP for the operation to perform, +PRINTER_NAME for the printer or class name to +operate on, QUERY for any search words, +FIRST for the first class, job, or printer to +display, and ORDER to control the order that +classes, jobs, or printers are displayed.

+ +

In addition, the classes.cgi, +jobs.cgi, and printers.cgi programs +support a WHICH_JOBS variable to control which jobs +are displayed. Table 4 lists the supported values.

+ +
+ + + + + + + + + + + + + + + + + + + +
Table 4: WHICH_JOBS Values
OP ValueDescription
allShow all jobs
completedShow completed jobs
not-completedShow active jobs
+ +

admin.cgi

+ +

The admin.cgi program handles all of the printer +and class administration functions and is run for all direct +accesses to the /admin resource. For most operations +it uses the PRINTER_NAME and OP form +variables to specify the action requested. Table 5 shows the +supported OP values.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 5: admin.cgi OP Values
OP ValueDescription
accept-jobsAccepts jobs on the named destination.
add-classAdds a new printer class.
add-printerAdds a new printer.
config-serverConfigures the server.
delete-classDeletes a printer class. The form variable CONFIRM + may be set to any value to bypass the confirmation page.
delete-printerDeletes a printer. The form variable CONFIRM + may be set to any value to bypass the confirmation page.
export-sambaExports printers to Samba.
modify-classModifies a printer class.
modify-printerModifies a printer.
purge-jobsPurges all jobs on the named destination.
redirectRedirects the web browser to the location referenced by + the URL form variable.
reject-jobsRejects new jobs on the named destination.
set-allowed-usersSets the allowed users for a destination.
set-as-defaultSets the default destination.
set-printer-optionsSets the default options for a printer.
set-sharingSets the printer-is-shared attribute for a destination.
start-classStarts the named class.
start-printerStarts the named printer.
stop-classStops the named class.
stop-printerStops the named printer.
+ +

classes.cgi

+ +

The classes.cgi program is responsible for +listing class information, including jobs destined for that +class. It is for all direct accesses to the /classes +resource and supports the optional form variables OP +and WHICH_JOBS. If no form variables are supplied +then the CGI lists all or a specific class and the active jobs on +each class. Table 6 shows the supported OP +values.

+ +
+ + + + + + + + + + + + + + + + + +
Table 6: classes.cgi OP Values
OP ValueDescription
move-jobsMoves the jobs on this class to another destination.
print-test-pagePrints the standard PostScript test page.
+ + +

help.cgi

+ +

The help.cgi program handles all of the on-line +help functions and is run for all direct accesses to the +/help resource.

+ + +

jobs.cgi

+ +

The jobs.cgi program handles all of the job +functions and is run for all direct accesses to the +/jobs resource. For most operations it uses the +JOB_ID, OP, and WHICH_JOBS +form variables to specify the action requested. Table 7 shows the +supported OP values.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 7: jobs.cgi OP Values
OP ValueDescription
cancel-jobCancels a job.
hold-jobHolds a job indefinitely.
move-jobMoves a job to another destination.
release-jobReleases a job for printing.
restart-jobRestarts/reprints a stopped, cancelled, completed, or aborted + print job.
+ + +

printers.cgi

+ +

The printers.cgi program is responsible for +listing printer information, including jobs destined for that +printer. It is for all direct accesses to the +/printers resource and supports the optional form +variables OP and WHICH_JOBS. If no form +variables are supplied then the CGI lists all printers or a +specific printer and the active jobs on that printer. Table 8 +shows the supported OP values.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Table 8: printers.cgi OP Values
OP ValueDescription
clean-print-headsClean the print heads.
move-jobsMove all jobs to a different destination.
print-self-test-pagePrint a printer self-test page.
print-test-pagePrint a PostScript test page.
+ + + diff --git a/doc/help/whatsnew.html b/doc/help/whatsnew.html new file mode 100644 index 0000000000..d61308f146 --- /dev/null +++ b/doc/help/whatsnew.html @@ -0,0 +1,538 @@ + + + + What's New in CUPS 1.2 + + + +

CUPS 1.2 adds over 90 changes and new features to CUPS 1.1.x. +This page provides a high-level outline of these changes. If you +have never used CUPS before, read the "Overview of CUPS" document instead.

+ +

Changes in CUPS 1.2

+ +
+ +
Networking
+
    + +
  1. IPv6; CUPS now supports IPv6 + connectivity when the host operating system + provides it
  2. + +
  3. Domain Sockets; CUPS now supports + the much faster UNIX domain sockets for local + printing
  4. + +
  5. Auto-SSL; CUPS now automatically + detects when a client is connecting with SSL + encryption, so it can support both unencrypted, + SSL-encrypted, and TLS-encrypted connections over + a single port
  6. + +
  7. Network Printer Discovery; CUPS can + now find printers on the LAN using SNMP
  8. + +
+ + +
Browsing
+
    + +
  1. LDAP Support; CUPS now supports + printer sharing via the Lightweight Directory + Access Protocol, version 3
  2. + +
  3. Printer Lease Times; The server's + BrowseTimeout value is now included
  4. + +
  5. Network Default Options; The server + now advertises a printer's default options such + as job-sheets, media, and so forth
  6. + +
  7. Network Default Printer; CUPS now + advertises server-default printers so that + clients can choose the correct default network + printer
  8. + +
  9. "Delete Printer" Message; CUPS now + sends a final "delete printer" message to all + clients when a printer is deleted, allowing for + extremely long BrowseTimeout values without + side-effects
  10. + +
  11. BrowseLocalOptions and + BrowseRemoteOptions Support; You can + configure CUPS to use specific IPP options for + local and remote printers, for example to + compress print jobs that are sent over a slow WAN + link
  12. + +
  13. BrowseLocalProtocols and + BrowseRemoteProtocols Support; You can + configure CUPS to use different protocols for + advertising local shared printers and discovering + remote shared printers
  14. + +
+ + +
Web Interface
+
    + +
  1. Improved Look and Feel; The web + interface has improved readability and a more + consistent design
  2. + +
  3. New Searchable On-Line Help; The + on-line help has been reorganized into + categorized articles and references and can be + searched
  4. + +
  5. Add This Printer; The administration + page offers a new Add This Printer + button for automatically-discovered printers, + making printer configuration even easier than + before
  6. + +
  7. Export Printers to Samba; The + administration page now offers an Export + Printers to Samba button and function which + allows administrators to export printer drivers + to Windows clients via Samba
  8. + +
  9. Change Settings; The administration + page offers a new simple server settings form for + controlling common configuration settings such as + printer sharing and remote administration
  10. + +
  11. Edit Configuration File; The + administration page now provides a form for + editing the cupsd.conf file from your + web browser
  12. + +
  13. View Log Files; The administration + page now provides access to the + access_log, error_log, and + page_log log files
  14. + +
  15. Searchable Classes, Jobs, and + Printers; the class, job, and printer pages + can now be searched and shown in ascending or + descending order, with the results displayed in + groups of 10
  16. + +
  17. Links for Class Members; When + viewing a printer class, we now provide + hyperlinks to each of the class members - + previously only the names were shown
  18. + +
  19. Print Self-Test Page; When the + printer driver supports the CUPS command file + format, you can now print the printer's self-test + page
  20. + +
  21. Clean Print Heads; When the printer + driver supports the CUPS command file format, you + can now clean the printer's heads
  22. + +
  23. Set Default Options; You can now set + the default options for a printer, including the + new operation and error policies (the previous + incarnation of this was confusingly called + "Configure Printer")
  24. + +
  25. Set Default Printer; You can now + make a printer the default printer on the + network
  26. + +
  27. Set Allowed Users; You can now set + the list of users and/or groups that are allowed + or not allowed to access a printer or class
  28. + +
  29. Cancel All Jobs; You can now cancel + all jobs on a printer or class
  30. + +
  31. Move Job; You can now move an active + job to a different printer or class
  32. + +
  33. Move All Jobs; You can now move all + active jobs to a different printer or class
  34. + +
  35. Per-Printer Sharing; You can now + share (Publish) or hide (Unpublish) printers + individually
  36. + +
  37. Show All Jobs; You can now view all + jobs in addition to just the active or completed + jobs
  38. + +
+ + +
IPP Support
+
    + +
  1. IPP Notifications; CUPS now supports + the complete IPP notification specification to + provide asynchronous event notification to + clients and users
  2. + +
  3. ippget Notification Scheme; CUPS now + supports the required ippget pull + method for event notification, allowing + applications to receive events asychronously
  4. + +
  5. mailto Notification Scheme; CUPS now + supports mailto recipients as + proposed by the Printer Working Group, allowing + users to receive event notifications via + email
  6. + +
  7. CUPS Extensions to IPP + Notifications; CUPS adds several server + events (start, stop, restart, and audit) that can + be monitored via the IPP notification + operations
  8. + +
  9. CUPS-Get-Printers Improvements; The + CUPS-Get-Printers operation now returns all + queues by default and filters the results based + on the requesting-user-name + attribute
  10. + +
  11. Proxy Authentication; CUPS provides + the new CUPS-Authenticate-Job operation to + support proxy authentication of print jobs
  12. + +
  13. Unique Job IDs; CUPS maintains a new + job-uuid attribute which provides a + unique identifier that can be used to track a job + on your network or anywhere in the world
  14. + +
  15. port-monitor; CUPS now supports the + per-printer port-monitor and + port-monitor-supported attributes + for device-specific data/transport encoding
  16. + +
  17. printer-op-policy; CUPS supports new + printer-op-policy and + printer-op-policy-supported + attributes which provide per-printer fine-grained + access control policies
  18. + +
  19. printer-error-policy; CUPS supports + new printer-error-policy and + printer-error-policy-supported + attributes which provide per-printer control over + job error handling
  20. + +
  21. printer-is-shared; CUPS supports a + new printer-is-shared attribute + which provides per-printer sharing
  22. + +
  23. printer-state-change-time; CUPS now + tracks the last time and date of a change to the + printer configuration, enabled/disabled state, or + accepting/rejecting state
  24. + +
  25. printer-uri-supported; CUPS now + reports the IP address or hostname used by the + client in the printer-uri-supported + attribute - this prevents hostname resolution + issues on complex networks
  26. + +
  27. requested-attributes; CUPS now fully + supports limiting of attributes by name or group + - previously CUPS would only limit common + attributes and did not support attribute group + names
  28. + +
  29. Default Job Template Attributes; + CUPS now supports arbitrary default job template + attributes and applies them to print jobs as + needed
  30. + +
  31. which-jobs; The Get-Jobs operation + now supports a which-jobs value of + "all" to return all jobs regardless of state
  32. + +
  33. document-format-supported; The + document-format-supported attribute + now reflects the formats that are actually + supported by the printer
  34. + +
  35. printer-type; The + printer-type attribute now provides + bits for "not shared", "authenticated", and + "supports commands"
  36. + +
+ + +
Scheduler
+
    + +
  1. Remote Printer Caching; The scheduler + now maintains a remote printer cache so that + remote printers are not lost when the scheduler + or system is restarted
  2. + +
  3. Job Caching; The scheduler now + maintains a job cache so that completed jobs do + not need to be loaded into memory all of the time + - jobs are loaded and unloaded automatically for + optimum performance and memory usage
  4. + +
  5. Other Performance Improvements; + Thanks to new CUPS API interfaces, the schedule + now uses less memory, less CPU, and scales to + even larger installations
  6. + +
  7. Improved Logging; CUPS now logs the + IPP operation and status in in the + access_log file
  8. + +
  9. Policies; CUPS now provides + per-printer and server access control policies + based on IPP operations in addition to the + traditional location-based access control + available in previous releases
  10. + +
  11. DefaultAuthType; In conjunction with + the new policy support, CUPS now supports a + default authentication type that is used for IPP + operations requiring a username
  12. + +
  13. DefaultEncryption; When + authenticating a request, CUPS now uses the + DefaultEncryption setting in + addition to any location or policy encryption + setting in effect
  14. + +
  15. Per-Printer + document-format-supported; CUPS now + maintains per-printer + document-format-supported attributes + that reflect the formats that can be printed by a + particular printer
  16. + +
  17. Server-side Default Options; CUPS + now supports server-side default options for each + printer or class that are applied to new + jobs
  18. + +
  19. POSIX ACL Support; CUPS now uses + POSIX ACLs, when available, to allows multiple + system groups to be used for local certificate + authentication
  20. + +
  21. RunAsUser Removed; The insecure + RunAsUser mode has been removed in favor of OS + mechanisms such as SELinux
  22. + +
  23. Launchd Support; The schedule now + supports running via the MacOS X launchd program, + delaying cupsd startup until needed
  24. + +
  25. Dynamic Device Lookup; The scheduler + now queries the backends for devices as + needed - no more restarting to get new devices!
  26. + +
  27. Dynamic PPD/Printer Driver Lookup; + The scheduler now scans for PPD files and/or + printer drivers as needed - no more restarting + after installing drivers, and PPD files can be + generated dynamically!
  28. + +
  29. Port Monitor Support; CUPS now + supports "port monitor" filters between the + printer driver filters and backend to do printer- + and device-specific encoding and transport + functions.
  30. + +
  31. Multi-File Job Improvements; CUPS + now sends multi-file jobs in a single connection + to the printer or remote server, preserving the + order of jobs
  32. + +
  33. Environment Variable Support; The + scheduler now supports setting environment + variables for filters and CGI programs via the + Apache PassEnv and + SetEnv directives
  34. + +
  35. Improved CGI Support; The scheduler + now supports more of the CGI/1.1 + specification
  36. + +
  37. Log Files; Log files are now + accessible via HTTP requests using the + /conf/log/filename resource
  38. + +
  39. Power Management; The scheduler now + responds to power management events from the + operating system (currently MacOS X only)
  40. + +
+ + +
LPD Client Support
+
    + +
  1. Performance Improvements; CUPS no + longer loads every available printer before + accepting a print job
  2. + +
  3. Banner Support; Banner pages can now + be requested by an LPD client, with server-side + overrides as desired
  4. + +
  5. Multi-File Support; CUPS now creates + a single IPP job for multi-file LPD jobs
  6. + +
+ + +
Localization and Internationalization
+
    + +
  1. Command-Line Programs; All + command-line programs are now fully + localized
  2. + +
  3. Character Set Support; CUPS now + supports a wider range of character sets + including Big5 and Shift-JIS
  4. + +
  5. Globalized PPD Support; PPD files + can now contain multiple language + localizations
  6. + +
+ + +
Printer Drivers
+
    + +
  1. New Drivers; CUPS 1.2 adds Zebra + CPCL and EPL label printer drivers
  2. + +
  3. Driver Interfaces; CUPS now supports + driver interfaces which allow a driver to + advertise the printers it supports and + automatically generate the PPD file as + needed
  4. + +
  5. High-Definition Range Color; CUPS + 1.2 adds 16-bit per channel color support
  6. + +
  7. Raster Compression; The CUPS raster + format has been updated to use data + compression for faster printing
  8. + +
  9. Extended Printer Attributes; The + CUPS raster format has been extended to support + additional per-page printer-specific + attributes
  10. + +
  11. Back-Channel Data Support; Printer + drivers can now read data back from the printer + device
  12. + +
  13. Custom PPD Options; PPD files can + now contain options that accept custom + values
  14. + +
+ + +
CUPS API
+
    + +
  1. Thread Safety; All of the CUPS API + is now thread-safe on systems that support POSIX + threads
  2. + +
  3. Performance Improvements; Many of + the existing APIs have been optimized for + speed
  4. + +
  5. Array API; The new array API + provides a generic array container and is used to + implement many of the new CUPS 1.2 features and + performance improvements
  6. + +
  7. Directory API; The new directory API + allows applications to portably list the contents + of a directory
  8. + +
  9. File API; The new file API supports + optionally-compressed file IO and simple socket + communications without the limitations of + stdio
  10. + +
  11. HTTP API; The HTTP API now provides + many new URI and address handling functions, + accessor functions to key http_t + information, write-buffering functions, and large + file APIs
  12. + +
  13. IPP API; The IPP API now provides + functions to encode arbitrary options, add + octetString attributes, create + common IPP requests, convert IPP status and + operation code values to/from strings, and read + and write IPP messages via callbacks.
  14. + +
  15. PPD API; The PPD API has been + updated with new functions to support reading + from CUPS files, localization of globalized PPD + files, emission of arbitrary ranges of options, + custom option support, enhanced JCL support, and + access to all options in the PPD file
  16. + +
  17. Error Handling; The CUPS API now + provides a convenience function to get the full + error message of the last request
  18. + +
  19. Back-Channel API; The new + back-channel API provides backends and filters + with access to information sent back from a + printer
  20. + +
+ + +
CUPS Imaging API
+
    + +
  1. Image API; The new image API + provides access to image files of arbitrary size + and is based on the CUPS 1.1.x private image + filter APIs
  2. + +
  3. Raster API; The raster API provides + new functions to read and write the version 2 + raster page headers, and a new function to + generate a page header from marked PPD + options
  4. + +
+ +
Scripting Support
+
    + +
  1. PHP Bindings; The PHP language + bindings have been revamped to be more consistent + with the CUPS API and are now officially + supported and installed by default if you have + PHP installed on your system
  2. + +
+ +
+ + + diff --git a/doc/images/bottom-left.gif b/doc/images/bottom-left.gif new file mode 100644 index 0000000000000000000000000000000000000000..b7d10331012c08c2907efa3c8c0ec694247c339d GIT binary patch literal 122 zc-nLKbh9u||M9XPh}R6BFq$ z00Bs^1B<@E3D0b=WmyH^_9=+vG%Z(c^=xgH+IP~C|M9XPh}R6BFq$ z00Bs^1B-#c3D4DA)s|MD=bfomG|eICs2krSF^(e_&%M%Q{pRw-Az(7&k@rp#gB{6~cb0E{ zxaH8ZgIC{PdG__iuYbSN(u_$$ia%Kxxflc(bQpjDWTyk`KLwRO0YMgrRqJwI?<>&R zt?t;TA!EUML1ooZCjp5iEiRAWF(}yd^s^~mbg)efXJ8g|FbE2Cdgv$+!`u|%kTPTE z-S#`xe&!QWI&^CPU)uhsSc%1eJyeUGUxS;+#g?JFmw}O&OPwh*g^`mxLCqvGIyRmm z+>e=&Rh^yB&@88B!^TZ|Wy(f=Aw`?(-D>yhH8k$h<>Ehf%r<<=Sem?(Zp8M;+j^BrsqW>Lcs4kh)v?vl)AJL<7OVYZ9sQMrOc89B<0Y?)TXpqCWr){}f^X7NIeDB$OxW^%EY59M3p*{)1d literal 0 Hc-jL100001 diff --git a/doc/images/button-add-class.gif b/doc/images/button-add-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..14de2d082461e94be0dc0515c08d2498dda79cea GIT binary patch literal 484 zc-nLKbhEHb3}6spXc1t@NHxgGwk|1ls;diXZH?*f4DapBm_9Xm+N_FYi(7Z?UUKQ; z!AB2oynXZJ)0Yo_{{2o%GbRZs{$yd~Vh~`^VE_V16uRvSm zNyWa#WQLxmXPj4(8ASL(n%x_wx=8kMvO5^Cu=rhhEUG3ToAh8q#UHB)NnKgqbCZ^{ zaUVZ?u)^*{QsBeZgcXYzJvkY>nqIqkFXgtW+5IQU4^`rqd27E;Xne}BLg210Z_j#ntxo1OE)&W=ESuu6Sm7j} zNP)x+>q!L*xsrZPQ1CvG;5WgaSH@z;428#T64eP31sgh3j8xr{1QxJ}2|7$F%b)Pq zpg`UIpom%Yz6IYWoZaNFu~~&fD*K?Jc4*e$00ma{V7(nNCxRSV532WSElluTqH%5x tD|6P;%n1pO%#1uHPR^^pE$9wmeEiH&eS02v+|#UQ|-!vF*zI~`d6DX8=XC^BTMT9@;BUqKHS ztL41>2NDj87wlqrWyrzDuC0`HAc9A_`QYPB1sgxFMrRFIy9JHY9ZDw5JpaPvjYF5_ z6x|9hyP6yOZKj6wiiyT?@M>}LGX`-o@wl{imN4|WGgS9`OzCG~VC3ai51eLTno_fP z$nA!)(BD#P$X#A$!^yW{?*`9}2PYSJd9`q#;^vrdAYifd(&hAI zvx`@5Ub<#xe(V0yJ1VJ561AT_Sa#2Vm*0Nfp+k&qTzoHPR_b!x$V#p^;1csVxTVFh zxy)mROo@s+*R(i}Wj00^-nB1ccj7Q9xZrSNaopjMKh=o`h6wR8W!{Wdo=#<#Qw|ME22-VpPQL8pgO*+HP_CC!f+|#UQ|-!vF*zI~`d6DX8=XC^BTMT9@;BUxCi~ zH31VI|77c9G~g1^Z>-{JJL-6PMU??hOMAix296nwvB8`YI%2NJ8l>917=0Ro>k|Sbh8b51Tg*U79nzV>BCb`Pg;RXQ^lRip_j142-d9LT%!?-sk85V5_NM)tD_R&Y z>RmSxFkIMcx54wlrRXOsCb2B!*>Pd{vMmjHUYz{#@ttpV1)`4q`TI|!sNl_S_YDa$ zGEBT$F)Nf5_^hg8)=to9RytgF;>*#D4+!ul|~+DSS+M(yI8X-p~2BTic`v>z@a6UOG{lY$0>l-_u}Ha9Rdjt7B~j4 zvT=Dmn&eU?mxK6r47pa*rjC^eJZs25SHT8tV@L literal 0 Hc-jL100001 diff --git a/doc/images/button-cancel-all-jobs.gif b/doc/images/button-cancel-all-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..7a8b64ec2c9e3d8525dffba9a8f890c6486ae4f6 GIT binary patch literal 568 zc-nLKbhEHb%x4f`Xc1swU}TV#64TVy@bYnvONh5O^YIi{>cr`=<;B>x>vZY%mloCXb22e9v9U1bFtX=$<#BRP zFXrV`pV8~UtHs*0LBA_GHJu?Z*i6IGpjx%{z`;Yt`veTQq7Pf!w()Z~bqAf9ka(r? zn88F%W^PW-GYdm5YplO_k9jr2ef~E&m)^(wwl7HJj%MO=xvD2%b?SdsCN;uaM z{ORejSj~kz51*|$HlLkqhe5%D&nisbT~Vhl?RdbrQjsNS5@P_vgl49_8b?1odKWg? zBfE!Z$E-XZ%M7o_mX4dgxm;({4!xK2vC!2#JLd3(;6j!q-s?5rE!%obQ#9I@ciAEX zhO@47)^e?hV*0@8m2#kgc@6g~6?wrDJ<&BLKN=1sxLdIpR2*AHe>3t6-zg5*|`7U zz7wa8-?(+{`O9a&|Ncr#GbRZs{$yd~Vh~`^VE_VuVjk4<=G1`F*32SFeWgvS5`7qa&kAO@^Y#-mFsqgM@IK}2k4vDmM&Vn zXn~Re7srycX*%80t7{C`YcX?ka$3)E4BVy3%D-a=^IGl7X$30``bqF6d|-EN zFy|LpAaLM-BeVLKAf2Qi4*~`1`8L#i5`N4l5w|<2M$zbiV`GOx1aIJ_uYwNE%m&xi z?qGe*d0Oja*3YONljon3G!HbnFoWO8owYzlC1TPF&Px+2`RqJ01XcLAIr6p literal 0 Hc-jL100001 diff --git a/doc/images/button-change-settings.gif b/doc/images/button-change-settings.gif new file mode 100644 index 0000000000000000000000000000000000000000..86fc6680346d9f9b1a4ca706abc2f3fd7dd5c458 GIT binary patch literal 615 zc-nLKbhEHbEMX8~Xc1t@NHxgGvMMQds;doZZ;$Wp4DajDoIW*q+RXA5OWSwvS$g91 zuA5hnKYeoh)0Yo_{{2o%GbRZs{$yd~Vh~`^VE_V16uR!Pg z+JFg~p~5E9xzv$?^+TVQ6Z4Dwg_;DJZ~4XgNT>WtV`44Aq3`1u@@S{urld3yRdDr_bhDzO?kb1^e9 zbIwSez{JnO#Fe@{dF8@rHb!1`MCj%+4wZicPf!`%5;G>)Ztr!3;%#2>uH!%N@1 zboPy#w{Es88}M-1PrR*bV`sen@e@q}1IAU4PBU=u>`$L?+EeoaC;$HaGh$c*E--ZN zuU|Gp^Dw*Td=Ul~2?k3x=B7ENhD=8+TLmW^3wibI!G;?fmz=aOdFuAe;^d~KCnlDC zm{aU29Bn?yTBe1|;S_`O^qgxv4i7G~>WjEDi@fzXKG~s9Ye6n&dy2QHd2nDr)`1ht z#oTj)Y$Ufm%5K&Wl2`GV?I0YM9wk}O8g}(ysJLJGmmh&sk{cBH6%}v1PBUmcTz*t4 zAmRG*#3O;1beCw)Ffh?tm===~s4ut5DDN`wG1lAt=?rH+zt9=dPf| ztnMn?t+b~n&Q#&!iHu>3ddQYWekDW9>r@Mh0sDhk^C8 literal 0 Hc-jL100001 diff --git a/doc/images/button-clean-print-heads.gif b/doc/images/button-clean-print-heads.gif new file mode 100644 index 0000000000000000000000000000000000000000..94d42c1cdf57127b441ca759f5197908a78dbf6f GIT binary patch literal 615 zc-nLKbhEHbtYr{kXc1t@NHxgGwk|1luB!`bYme{l4DapFoIW*q`poiWi(7W?T72U4 z?wePSKYM!TQni96STWb(n3?JCL1fUHuH05FmrM^GV*e( z$1?G=Fma_#o?fV%7ProWk40yF*y5#bMXT1t@^dosgfX$%`xsbMbe}ta;asD#0S}i0 z|HWiY#`T8xZcnLwU?5;{cl(5!oO8I}aWHU1a^HM-@5!dGTOOvTzj^om(b?$hEMkpG zyqESi1h~&W+%6D&=j26$MMt}h)Sg{v+_>0XT*~vwO2Gw}j!)KkTF3C{#Noy!Mpa>n zjwe3ho~(Q!i#QS{1sOP{WU780aM+lwt@rhZ;u%J! z+A#STZ8e>2Rb!vIi#n`Ck20|FF44>6dfvKBJbL3%Z`THgSO&%=7B5ep?_A8r6|yYI zN#kJlzN`^9lcHZe7XHnSA?&hDKWbw5jG4F~sKwLcRJpYSfQ`jFL=cc@4ypi7=# Z;kd`A7m9wjXRJ*6^<8r2Qw~N3YXBV#95?^~ literal 0 Hc-jL100001 diff --git a/doc/images/button-clear.gif b/doc/images/button-clear.gif new file mode 100644 index 0000000000000000000000000000000000000000..dcb9c44f1c0216fdbfae8e69737c4d5f41ca43d9 GIT binary patch literal 359 zc-nLKbhEHbG-eQCXc1t@NHxgGwk|1luB!`bYm4pf4Dad7m_9Xm`pk-Di(7W>UV7s6 z?i*K+J$riR)0Yo_{{8+>B2fIv!pOxSz@Wnb1Ry&dSf41U^aUs~WUN}3vzv?6a^AZS zENgf<{Fns#84oDeM;nsDl!JJ-%U-k3A|ZpU;Eo0?DL zC}U%@)ns(=U<+BUGyBH%dsQdq`SzsoMDuYMcSc6XF;wz$^6*w)*5zPiR#U#_;JQ6* PszSK|D^IH;1A{dH3g(}K literal 0 Hc-jL100001 diff --git a/doc/images/button-continue.gif b/doc/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea84c2b0114fef8c569eba9502f717dc60c569f2 GIT binary patch literal 423 zc-nLKbhEHbbY~D@Xc1t@NHxgGwk|1hs;doZYm4pf4DapFm_9Xm`poiGE4sF9o^kNd znloqj-oJO{+|#UQ|-!vF*zI~`d6DX8=XC^BTMT9@;B-@1Sa zk6-fnUohiZV6wvfa6-i#Ic5eu3mvX$2OAGGG6+o2Z+yYKUvv;hkJVcym$cv zMt&BZfF%tRBO(IoJn}p^`FXbTgz5{JE!ZUHZ&? zT+EEjoJ|QF>WsHfMiuF;)Mf7CUERq)w~PN;OYQ5q8$DTg`S>^u9-CX9a$}IO+SD5= z6wa!6^mjAEM8;Z!rj09DKO8yWKR@bd^-=-WK1SZsii?+856m>-QRQ0{ee{yMLb$Ft j$IhY;Po%_W&3hT+xcH`D`o*596Mh)?@GMkhV6X-NSqP$d literal 0 Hc-jL100001 diff --git a/doc/images/button-delete-class.gif b/doc/images/button-delete-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..c60b07118be87ae482e6995fb7c8cd8eccc9a39b GIT binary patch literal 520 zc-nLKbhEHbjAIaCXc1swU}TVz7FW|yH8L^s@^+4mkIBi)u4}06>gk*~dBU<4OE+!V zc;wij^B2$FdwBQz&u?jI#v~!dpDc`A3<3-~3_t*~(}DG$f=Zu&AVbEgbvdv174WdL zSk8N|yrSxZNJFFF2ZkRFhvuI9!L1j3B+R5jOQhCX*|@uy)rDndg^%8B#;t+x4yLul zUjFR0pkNDU;ZAOzXf{57J}z}err@R)FJ_Gnw@6JVF6LHt)5O-1J4Z^jwC@3<7$RwA{ieZC^0aXwaH01G)_8uN}Na9 zj_HF!!&F8KS&5D!+Rs-t3Uvxk)1QjZehAJxy+V1Q@IV%*f6p literal 0 Hc-jL100001 diff --git a/doc/images/button-delete-printer.gif b/doc/images/button-delete-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..6812fc5adb59fc2f4a0c4cbe5b84cb6442a20c50 GIT binary patch literal 508 zc-nLKbhEHbOkogVXc1swU}TVz7FW|yH8wT!_Hl`gi^gk+4cjn5~%MTph zf8x~fYd5YweEi_opPy-I#v~!dpDc`A3<3-~3_t*~(}DG$f=Zu&AVbEgbvdv173i#H zbnJWno8y(71?zzX^$Lc%gNpg(EL<~fw&gSiA z+&1x@WBiiXqu;yEyc?Sw8c9Nx8<%|uUW~)&vk^0<>29?nLdY(9-FD_GdpOm z&Dm2sjRY)L-@TWUZhq(fllu?NEuOx*_gtlX#r)Tw*1X(m!^qD6zJ81D@BQuqU%Ws1 zyE+yu&tqI{+R(_X-XLYiv#H@6qaxp22j`8R5sXp4wA2^^J|1-Kl&X^FxSU!bzK)&I zj&H`x0}gUCO?XodTP}DeXU8WHGil39KT`&q+Nw#0eXMFMVH`Yjl3Z2=%Y})?Ev;(3 zCA21Z^URN--Th47j3O6aGHJZMW%BdVj@k$6UM9W@dzm__U3BlJ>V%(|>AvH3Z*!~g U>5SHMEsu_CXDw(JU}CTa04zSwG5`Po literal 0 Hc-jL100001 diff --git a/doc/images/button-edit-configuration-file.gif b/doc/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..933f3bb4f8cc935e5d2755e2169594fad32e6e69 GIT binary patch literal 699 zc-nLKbhEHboWdZ&&?3N)k!p~gX<1U_R96?&)*jd08Q#~QF@0+Cw3+40m$Yu*KJVPQ zeRpnOeE#h2hfi<+{{NkpW=s-N{K>+|#UQ|-!vF*zI~`d6DX8=XC^BTMT9@;BUxCi~ z5?*dr%X#mOH!!+0J(afUu%BvpAxVRQi)~|~f{mYDgP?#6lU$qbr_&NFhZ{ghUJbYnnvKBo)2SyQty8!taUw`WUFuK~M?ZO3G89anb)W^O)yJ{~sHtgab- zI!VowC$mH^H&$Xbuw&f3xrUR8d%DX4?XWH;W-bnfyujpm`^ZXuE@qwtrUbV0C+#n? zF>ysE)My+nD62iLxyGH5ms_2=TgS3t>4%S>KATQZ-uOoM(IX9R|DHdOSVc@W%;x1V zWLmXyGoSE&27Znihgde=l1OzIduO#(my?N&yJ+J<=Z%kdOuqYXn~H}>(ZLPk0xvGi zzL^xZrN*Rq(~rf@%g)VrsQ+|jqweTjs2qaFn~z zUzcx|r|*I6Hs+l4XO&NbrYT&D%8WkwgZXt9cRDYhsY=@m`L3?=`BQIxeRFalJLi!H zPet0Un3*yQ$=v$fGc)O+=K+yzQ`XCHG4aTle0a2I-I5Ru0h@wV+&8;at=BVjw6#t@ zskT-jq z*hlpvOuQe==Na?!JiFDp=WgNzwK)NdlQ{y88Z$65J`hUmuzYzyq)TU;hiIV6j0cZ; M{2wwTb1+x~09@`ORsaA1 literal 0 Hc-jL100001 diff --git a/doc/images/button-export-samba.gif b/doc/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..168b20f6415cbd5b73144e1b6fc313ff279fef51 GIT binary patch literal 771 zc-nLKbhEHbT+SfE&?3N)k!p~WZCzUITvr>^-jUed8Q#~QIelvK)EVW=m$q%+KJU!g zJ$G(jdhz_;hfi<+{QLc%M4Mm}=?hR~$XK;5=k>kwV zL$7g8UB|&&rsT(HMw%6g@K8UvA^N`xszp@tsG1R+)J6dnYgkqCG`8;NoIb>^5KHE)#SBITrwU4mzN9f znj!e+IB%gsC!CGQ?IZe1O| zCdxD5m)AC(-fnX~t*?Pg#c%n&%=#p?;K0G#3~n(;o^BC$V_@gH!s{@hJjq>ZQqjiL zkIz|}*dECJDSVK_Jv(c%t8HglAJ0bnu0Dw$5w9LMtFuU0WK4LrxtXy(X{%r2ug+90 z?SE;>bJ)*LJf6X0QDEQ`!F<56`h4C(3z1dlVqD6VAHQ??nr1)0H*3LzM@kEhd|DUc zvS82q_wPhx{#E|1%405-75QiSjAOCBdW#qP0bAFGUlUcX97?`e_?cB^UTo9yONr_? zLxcpvH9mzo^IZ+STym}Q8hBCYKM(HqgYo)DF>o(TO=*d>DH{GLU?d~`$zLJxlyOo=xCX}&JS0JFaJj&Cse?swOL!)WaW~g}2)?#F- zE$s`b>d~y3t~xQnoQ;Q%*QS$mGh2QG|DL_f9QV|7NT!+8_W mb(IXv+>%UWEum%9dQ+~t% literal 0 Hc-jL100001 diff --git a/doc/images/button-hold-job.gif b/doc/images/button-hold-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d20d50a60837bb3319bab6ca76927de568ba5bf GIT binary patch literal 436 zc-nLKbhEHbbY~D@Xc1sI%fN7sf#rgrzy(RkD+)^2RJ6`Jo7}LoJs;_QKPL7`e&O?` zrq4$X|Ga#>1!C4x_7nPaT_oSSWMi-&dkUexJxU_Z0Esa{fEuWkDp06sSv16uR!Pg zx_}9ff7&%KW?(t~pwWnjfs_5!MFRmjb>$$*54yZe?o0+Y%i0*PZK&{JVzF^}&|4$!J=?TzQ*YLLmzZ=akIF~>cV zp_qT+GH&KNHb!0^b>=1w|3)TeE{^%jnHDjv4NgChwr)cV^Zvv%ee;TG=Pz8WYFD1c z%d5%NbIF8QYKCh^&nicPZzIXvl3`HHUFtOr(;Az90+#p&QI^R65SiZe%XH z`r2RgI(r}MJf(yk8?TEAM=sgfmg{qU{n9-je%P=T%ur3uHUhL fg;)tgqiJY!SMbVxdo516uRv$9 zlVjiW-#mRx0(}RWT_qTV_^vEYRIu?onr!sILxZx)CqC#CW4OPHLsublQ_>1HzI}fa z9yl!N(_1KK@ZuB0L0S1Axj7{dKQ3!xTkDX>^We#;)gnIa3mQ8vF-S2*w6FWI>6y#* zRT@$nKbEXvJ+RhI%D}-Zvv*>~jXSd@t9f)>We<^;{Q1jtV#ErrNqZU=Zx?C`ZdD46 zY!HdoUdSmSf3Uc;d#fs2)PmC!iOWJnqSa{~# zzI%5rzj%J{!^by&{{2o%GbRZs{$yd~Vh~`^VE_V16uR!Pg znt%z9f7&%KW?(t~pizm3fs_5!MFRmjb>$$*0+nfOjm(S^a-lX?8a754u^mqRT*;Na zGw#4+8U7bBOcxuEwM$Cz^K-}7wze6vt5^qU@wl{4C~9o<)y|w)tHf%M$i*L?$;8jX zG|xS;h-M`oU1@|kD{vtNcruW=22`#^3U&rrre|7ip^i>_Z z*jSPrc1-qlW3aw2<>fMwo&9j9gz>cliGhoc_cLfcy1~5Z$?**C2ja1U!Y5L=16uR!O# zlVjiW-#mUy0(}RWT_qTV_^vEYRIu?onrw6-Sc)ZdVW4Y?arwTwv&7 ze7gCTs(@@-h2-zTbHD!^u&Y@4YweqMg9 zxIj_KY(WL_m95;b?*wpcT;wV$l>cDIiH}KcLgiLnPb72|73H^H{m~QRsOr&IYh5<_mK#xfC(ZEv3u<7zA|w!EV%FAaJHb= zaU$z7HlAA?h0U2on%n2~_)ODY{Vv94w*6{_)&=fc58t_C^e^n%SzU_`lbLyo&vm@X z{`KQV>*fZ2;hvvA63!kxvHeW@tR159MKLMl7&rc*G$;Heg3&~ z`|jSk^y0<651-!t`S&|5&6p&l_>+Z^i$Q=vhXDvcb~>>BQ&8y(P-MthwJzuNz5*R? zR?B(sjV(AGOq$udE_xdbN7cJ$^W#;DN=i_1XD>hPMHAv#(x9xIa;Bt55VC1gz*YM~u<8K9QM;EhK*9W-1UAN)LXP^D%5Z+;cQo=J39-`}kR3;OWJ@v%h|2nf?65Df8p}vED`w zVKJ41Y750087J|ww7owkB;wfjR6@W(q#=NDqeZ}hLWZVL&b0@pR7^>TWM+wBdy_c9 zC#{)nZh@V{0sdAS(K{;30$LcBPfBuotm4ttJ*!EZ%VX0a=4X!Xs~_y>c&L`;IA>wR zb_Uhdz7(#!v~&gL3k?TF)e}!dw0bV}*^$Cl!IE@QZ?2`rg$WuzzGWKlm}V!>4N&>a z=qnQBRLZo0hhbs6_5;zP4GPlJJ@my*1P&ZHs93VZ*LZ`vugfWk)VT8-F9vLT8z;g$ QjiYk6`HUDdCk6&<03mS9wEzGB literal 0 Hc-jL100001 diff --git a/doc/images/button-modify-printer.gif b/doc/images/button-modify-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..14bda3e71c9919376e9e96bf4d13f7bb046e45fa GIT binary patch literal 559 zc-nLKbhEHbOk)sXXc1t@NHxgGvMMQZs;diXZ;$Wp44*V5fBMwq6-zs|Zke_Jz^ZfS z_usv9>E(<2A3nYN`~P=ZnlVX8@h1x-7lQzU4g(N?>~vuLr=ZdopvaK1YF*CjeFZw3 zogDj~|K{;y66ih1eDs5=L_-5}<1NnF%nXMFf0#yCUuoEwVZ`QtU~!^?jbG$JA%z~h zeWBAGN@m+tDqV}m*~qUoIM$HArzb@_vDQe5)gY3S-zU+P!98at6L))n zh8G{3Ze&DY;;Kk~7EfMo^@OBA1GADzd-m=#s#l)ImD-QfP#BkiYc&*mUjP})z*19eG z4&+=&2s!KXGr;6TgQ(BYscE9X28fi0m8 z7cA~=vgqFG;J?$2SEQl$D%aKRI!>G?Vwt^SD)Ql(d%`MH@IBvs=Ocd zuuAml>xV0JpG9;%+8VY{H^0EwQZ#HP)5O(Qbx~z68CNlK%k)fSpV?~AULBaMVA3nbQ^Y8b65`p4R7Dg@x0R|lgAOP9v!1_-?r7u8{A!F6LoY(s{Xo)#4(k~OECd)H9GEIB)Z5_RTu>np$23vVO>g#j9cIq&J2;zP z6iv12?c~~!^@x!*iqTbrklheAxw)EyIrzDEa*v6*~M#@ zt_UPwzoX@4I9uSn7JrSV!@@h0dzR`YR#CeaS8npys*r3c0{}q(+j5s$qU6oHRcJ-Y!z={v++IfWagy?#>t(co^lmU zOHXf~D&`(Gr&;LC%0?zWm8N3-`%0|*d3+HM9J)`6Zp;%gopH2r`Ep&0QtQbL0#}nv Vx8=&dR*EqbPT76-gcuWpH2|#9&~N|% literal 0 Hc-jL100001 diff --git a/doc/images/button-move-jobs.gif b/doc/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..c711633462bc2afeadb5fc1129ace8c8b8a4ff61 GIT binary patch literal 574 zc-nLKbhEHbOlJ^bXc1t@NHxgGvMMQZs;v!b??~wG44*WmVEWYL6-(QE(<2A3nbQ^Y8b65`p4R7Dg@x0R|lgAOP9v!1_-?r7u8{A!F6LoY(sbbhbM= z_C5d2dyx6)2UQ7%7Ud7w3@m&s4i*utGAs_xjY59y>tru>u-Hhk9Bx(+U@y{Z zd||Nq_WK`uUO8N{eZatzP^HJ26zd$97}{N>#A=Y#7S!d+;I0uKIFpxKow-MY%}{01GD0mUAy<_*C-gA`#hSnQx7IY>s zCUJ9xhc4rOz|E%3&HwD#{0_KOC;)gld$j?|FNoamitk#ca!VaU=z# zMt4=QNLV!7bZTT$jGVF3N%J$KuL!@}SBFN0C(FcjN_hg<92}YSbNy1zPCKf_V9IjH z&Nnf^Q)u(6C3ZhIe{%^E;T78Q(~|iSVu4;PLhM z3wLNTsT43c`z_JhY}Y7hU_7NMSd&espdc-#i&Z&ri{XTAuG?hh^cqz?aJXT?XqC-g f%BZ7s;N;feXVouuSFG>h^p%K@lf2$5z+epk(jxl~ literal 0 Hc-jL100001 diff --git a/doc/images/button-print-self-test-page.gif b/doc/images/button-print-self-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..28363adc9e0cb2d6670b03a5bceb30297a97933e GIT binary patch literal 674 zc-nLKbhEHb>|zjMXc1t@NHxgLvMMQduB!`b??~wG4DXweIelvKw3+40m$vWRwfMy8 zUAL|sfA;jwr!OD={QLc%M4Mm}=?hR~$XK;5=k>kfPrp___R5mz>XBC)?x8L-z#u?mFUl;A!JRb}oj5ng&%?*%a+XDN@Z(0`70V%wqmx z_JYP{t7?9Ko1#UA%l0|Q+%A1wVaT(+PtG*J;eDfSWbph0lV4rYX4u7&6u8COx%{WSWDw#toQ7nAGX%b^$TI%;G?5b(tLBS zU916uR!Pg zihv1^f7&ry8E{`|Hk7bw;bneU_-N-GQ+K8W8IC!OvLUR0Ss7d64l#0gw6Y!C`AevS zZ_ADvzi>&Z{>1(=g}0w7J+<8m-5MG=N@Loay7ZM;4WeUgTNncT_*nd_Q+c`7U76Sz z8Im<-=}b1|XJO*93ForsUowB;TpjcLzPS`p~V<^OE=Hr+b2$$6OZKk zWLSi?OgxzS4z=^QUcGIYaG!yd&ub}1!UNW(hSYB#Z>T?CysC?FlU~}H=W0SnMciif zI3}zW+o|wGP9wvx(}9_tciD_zm1@t=mDtVTsV!*ZYM#IKz#ks2!%ycsaG7jd6twxV zX>N3ekc77DS)C=_8?syk6F3=WMe%m1YF}YJA$oaE#Gxr?BfB>6Uwd`9<86xLUiXZ) zRjlQ0(kX4<-xV^Q*1i|REM}oGy={f1$W;C94WeIGYO?bk3A%XZ=R}T<4XHc|6H*Xc1t@NHxgGwk|1luB!`b??~wG4DXweIelvK^jQ@vmv!yjwdm~m z{SWS6d-dwUr!OD={{QozM4Mm}=?hR~$XK;5=k>k>zttLs#jZ6uiaX1pu}p>t`!i<ylZ+~UXIe+<7oj-0&e=E{(v z!}YKD$m-Yy4D6y70XvdzOkil}vhA_Bm~c#tL*rVdux0?4BKwl|DOC*%8kt!y9#AQG zso*HiJUt;yq~($alZlr6gBpgNLXYfTwc!HqT%%}aLEE+MITA&h{so6Ej3)Y zwB_r?r~*$DWl6)20Zt2YeUvwo$EphHqbK1X*;^v-XMCrUN%ok?AI zfLo27=g5(oMIuJqLr(4E*qrnByMyEx53j#PgRxI`2<-s7-t+BYELWJe?fzP4>k|`V9gwEz| z=Us9q`Cr7FD0g$8TaR|TvQ(Ed#IiE*aH%sfS9Ww+bCof+F~nJxhlWQ^wPv-NtijG} zV47C7e8o!L0_7&n%2k?m+MBhu<_H*u@Mv)G`}(rG?>oSCh+k)Wp!EjtkT7O0{%Au1 zi;Wvr#xrp2*{GLlcK!a7ry38<%%8n}@ko7hGs!SeInU6_b6&F`fc-#|rTwovl@ZU+H8b9SE6dL<&}33^;Lw}y zD8ePd(&0Ao;Kpj<<-D8^}GU+})3No_%@#>))@mG-HyG;!hSvE(QSx9R?r(+3CRgPeG+GK#;{@)w-P5`wDcn zr#tp({NX8WW?($d=x~Eq&Ox!zU4(^?uc1LwK&AcY!EVk76{b$tR|gejE(Od+g*X1~%>!9xmJ| znP*St>iM{9F!F~j=E~Z?^SL3b9|zCQZ1V#zKD{&l@cH|O_vW|PF;@R5^gA&jHShEy zEv{Q17qS(&>bEzalDuTN!a+odN5({=soUXLuO^>K#R3)vCU%u+^$AxjRAz`|b354z z{8Vt(g42(>C0$*PKG+x0~?{Pr&f#9b`{{>o=nT+YFTwKdFrEb(HPDtWn zF<=!5;@!JAN#u%m_zgQ=Do-knKc{k;! uR)rFGfu+Fni7y)%nUCwGnYv78c-qvl_FJx;ZhOLBp;*t!>k6${7_0$mmCn2X literal 0 Hc-jL100001 diff --git a/doc/images/button-restart-job.gif b/doc/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..cdeb955ee6801a245ae7aa808199961cb3f54437 GIT binary patch literal 493 zc-nLKbhEHb3}X;sXc1t@NHxgLvMMQduB#1d??~wG4DajDm_9Xm`mBoOOWU?@n|JQ~ z{=0WBy?B1_{l~X|{{Q|@B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%F4;QQD zy!XZojTcoI8ksFFFv{^ZEo!VXU^|+2*r8%hkDiV*V}QXDmLts{ggW?)BAKS=?M`G5 zdgoaF?%oQGeUI;QE>iyIyC5zJOr_H!mYYEB795jya4|ttXcsnm&nN=mc zlV)~d&E0#BX1DJ@zI)3ogNx99C_I8kj{` zBrJYhRB2>pPwBG|xqO77nLS1?=}b}jfuria0wx6y&Kx~pS(-hkQ}IC22|;GZH8P6E zoNDUz6Io7NsXUt2Jc%**sUoKX&+hsYMUskQoa*ZH4A B16uRv$N zlVjg=ZxjE?PZ$m}OeheLZA@TRC{ST&K5iiDyQzxp&|?*wMH`|V5BxMWnSZg-fs2D7 zn(1Pq+xpw-Z1**PgFdtuJzEPgI#8#cz}E3@{+>6;ZzIdSroZi8|Yf7oel9xmNU zmnI98GIF^waPZ9K*Wl)2%;DspJGWEwIm@-+oClBMKW%uN`ttQm1{NOM2L~HIu+2W0 zo3~E0t9bE)gYE2+_YN>_eB|7z@+@MHaISJs8cS@?Pr(ERCXY*p7QNA$$uP;OU++16&B?Lv zxwi@bRyDJ>g-6g#^d?s2if9 zN4Sp!FNk1Z;#DtDs1SIOlf&R!!{!;-q-zwJ)!V0+pq#|d*x%b3Ezrxz#mm6S@9Ue% z!Q;!{?l48WX@-tK__R&^OvW2F@6g-2&1C03t=+~^`}?QHOx&)^Xy?z&(RL&#FnVjg z-f6Cl8Z10~y!P`g>^$9TQWko$@$hp+UyEjBd8_bW83g7t96^M zBf}lzwngVBv|M8H^A-)9t`^I+Yv#$eB%hgVZ6Y>5wjG$Pz{o8jw_tUILF+|#UQ|-!vF*zI~`d6DX8=XC^BTMT9@;BUxCi~ zEm|T^D)za2Ht3vtppk(`j+tSSXn_O+FYBv}ngtR;tjr4{7zFH-lOt^SW^rB#+8V~s za{54LjPF0Tv<4Y90okmE#-`?$26h#FW^O)yJ|5R5uH2B2R^8mZ9M5S6O01pS985*r zag4m&>J?rr+8n%EocxSa!WbfAq8YgPGZUhhuXL-}%eZH@CKoTumZc0#Y>e@IRV!AN zd0x20aYf&vZqCC;k6YW7J2#um&}891rMdOV%voPPX$zP#zTdQTsq5?AavUN*RN|I0 zcs$@KP*~8|=>F%IqQ?ba&P|n7(*z!D<#BMS7Yod(xv=pvU$w@+;AL+nKVEWbx?lHt9!mu)k2$w3H<1sU7snE{S84QzNe?I9d zoT$xVP;fzkm$@-Bti*@df`8Iw*flRdDYvAk)*MsgmKOg*F z>$8BF)k&1|h~7%gF4o|{1C9dx?_@y9@T{{mLE(WwrYvG26G-re4)r|o+H7;U=08>2MRa< literal 0 Hc-jL100001 diff --git a/doc/images/button-set-as-default.gif b/doc/images/button-set-as-default.gif new file mode 100644 index 0000000000000000000000000000000000000000..fa89e660150021464d4a26d1abddfbb22e5f0408 GIT binary patch literal 585 zc-nLKbhEHb%w!N@Xc1t@NHxgKwk|DksjCZWYftFz4DajDm_9Xm`pk+I%Q|-LUUK5} zuA5hnKYw=T16uRv$N zlVjg=ZxjB>Png)53@UgS+`HI2ug|Rt;oKE{L#+<6Pd-{KG@Cd&O#R1*+QhT@VI$O=S&}&mO zhw!GIi3SS~w`b=Ww0LYx>S{H=6LH5w{lEe7(_FhEJ{?wOa?w35V3T~1`P5cMxswZ1 z4lYUDT&o?qq0!`0;~G)xUn&d_ULU+5$|WY!$*$nY%+A*rB^kl*aDmOaQX==1vX-PV z^97Nqr<&Az7}!J{a+@A7Hg1pGE?Lm9N<=M7e)+N!Mho8F&U9vFRrtUk;gE1IB!D`z_K utXNie{fU=?J&)Vpe>`hU9R+13N1s`-=jXu*Lf$%Met(rVN-HujSOWm*mE%zW literal 0 Hc-jL100001 diff --git a/doc/images/button-set-printer-options.gif b/doc/images/button-set-printer-options.gif new file mode 100644 index 0000000000000000000000000000000000000000..04cd56bc7213f7e483190631b9657b80e88e74a1 GIT binary patch literal 649 zc-nLKbhEHbY-SK)Xc1t@NHxgGvMMQZs;diX??~wG4DajDm_9Xm+RXA*E4p{?Ty*~Y z{=0WBy?B1_B2fIv!pOxSz@Wnb1Ry&dSpO-g^aUs~WUN}3^Lk%_&iO6c zB2OyzxqLS0oO_^=fk%#+VbWF;Be50tA4ud%aP(g;im*{z+IYoq4wsHRZ_^?{-ylXF zR)>Qt;x;#>CZr3?W;HZ6H90o7v8(7abMx`@@whhdPo5m6o!_S0J(=6nXvRz(CDtx( z4yJ1E07hPJ^4#va?CpOi=#rcymMY#ammuoEAwGdv#b&2sJ-Ao3ThzqT5>B zl}Y~KmXigmt{e>5&SK;)=E2#^WW=9xx2j5wGwp1ub3D_V52r8KMBOoI=4~*$V^%4$ zWpiM2SM)O8;2xbD%YIC{zqRamuw%Yb!lNy@{@RO0+D?iyUGphgkZ^pF+cc3oe%=9P z9~&RF*SQ;)JW;FPvaQ~?-r{3PCesnSM=zRU&iz01c3Y4ygIL97KfRe82@jg?-FXni H!C(ylBFZJX literal 0 Hc-jL100001 diff --git a/doc/images/button-show-active.gif b/doc/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..b2e8cbe22ce8f6d845692cb998b8b2651f8cdd61 GIT binary patch literal 662 zc-nLKbhEHbtYr{kXc1t@NHxgGvMMQZs;v!d??~+K44*V5fBMwqmCHJ|Y@T`G;OevI z_TIg7>E(<2A3nYP^Y2$$nlVX8@h1x-7lQzU4g(N?>~vuLr=ZdopvaK1YF*CjeFZw_ zO|(RwRP1y4Y|tV5;G%(moVpv+gaif=?uLi#5+-4c?2H!zmWXjXCNxw{VCQEzB*^fE zfr))lR@qfXuVuwI6nr?DN*SGWnUvT~JG;7jdQI3>^qIN&`1yF)Qd9c0Im?YQ<~YyR zo!_a%I*FSti78;#hDu)zF8<=+YE8CqO%DFt1ZJja=jeqDkwqGeyosSpw97YDm%1Nf z%gr{hXkT>i{)3(g%9Hjly)eg}Ymff2Iq$SSmn%G z?&*h*-7U++)pInLbM!VjiagSMC1b3Retyb=vJ*%8YTLhkVBt%UsCsy+ed*fW=Q+&Y z?0R=#x!JBmiW=gr>deRI&2TncnJ`i8cNxn+!yl6z7)uNdLb;#(NqNA1BaMVA3nbQ^Y8b65`p4R7Dg@x0R|lgAOP9v!1_-?r7u8{A!F6LoY(sbbhbM= z_C5DD;ctG@;C|SlVvYo-Lla|w4nvzhWK;AK=wW13 z@GY5f^Zk!Kait1-*|_=m`FPkg@~d?@I}&=6Qu?cvSnIjjmh%*2vG8%N=v_PUVwFHS zFEA$OG4nAww`z0qKYiM^_QHw2+bJ7jSe|4V3KSjsZjj5!k?}*5$^6w%X^#Rw2N_mj zF&2ppd~z{d4<{r}(%ej8r1I-EXx%J6jKi?a-KCxlG=X}L~?%bZOj+vHE>OGT$gECv@&9azzwB*+=0 bw&nXh-u9i%+=nYJw0wAMlqJK%$Y2csM-%&M literal 0 Hc-jL100001 diff --git a/doc/images/button-show-completed.gif b/doc/images/button-show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a5c0e9c6d272cb6515ff5d4a0c9628a5408c982 GIT binary patch literal 764 zc-nLKbhEHboW>x+&?3N)k!p~eV_j10Tw5E|)*j#889r%B!St!gE0(rz**s(afmLVD z?zwyW(u?Q!K74%p=il$NG-HyG;!hSvE(QSx9R?r(+3CRgPeG+GK#?J1)w-P5`wDc< zm*{e{TF%qIXv4$8{~<$yqhDB=(ZhhDi}e5l%a4#|_XS&X>^gfGA8nM-+2`7{i17py z3!lqxLxpP(KfO^9aK9K^&k*ZZ$IBAJ!c@=btjnatZZ>K16b6pysWWHkva9H)@$vKV zu+^2$)>yEJhh;_aibkD{o0d;fVx7;;#?%wIY=3h+7k^Pmyp{(SGZQoC(u4c+rsb3| z?#pB3g5bKe@TtY;p;9LL?M=uW-?~H(qMGPE$Ppg+GzqqhGfY<2iM&(skSN~WxsUwA1 zApTHL zg$vL7D?V|oNcdEpURkD8Ag!`tMUGokJ- zpKep&QvIpeWpQaml8bQ1R>5S!r6-hcIf;GTpp?G2K*b?z@q?>}IN~|KirdNeB|TKL bDhPc#J>gP;Sm^dU;?HIVJakCoV6X-N*$p?C literal 0 Hc-jL100001 diff --git a/doc/images/button-show-next.gif b/doc/images/button-show-next.gif new file mode 100644 index 0000000000000000000000000000000000000000..1817795442ae76800dd61b1fcfbe8fcba16c34c5 GIT binary patch literal 514 zc-nLKbhEHb3}z5vXc1t@NHxgKwk|1luB{Df??~wG44*WmVEWYL)hm0pY?^-X(3;a{ zcHg;u>E(<2A3nYP^Y8b65`p4R7Dg@x0R|lgAOP9v!1_-?r7u8{A!F6LoY(sdbVQz1 z>~r~SaDvx{m-%5~k_rPSo5My1iLwUA>~US-=ujKabW!nG-tPNv zm|vPkSjh3YeK&8|FUO^oUZ<HSB~3!a#oy?FcbwLo^k-gj>|2|UwewPrfdctGCYz*XtM0Y^6mj)n~u54XN$JTAtQ$YQYI z0He4uBdY-8g5qZ)tejb@3uZhDZdMDOClK+9A$Ylgt9@VfIuO)jYyY+GHfMEk60 VvpF^)_D*xU(x*p~ADkE%tN}sn<{|(9 literal 0 Hc-jL100001 diff --git a/doc/images/button-show-previous.gif b/doc/images/button-show-previous.gif new file mode 100644 index 0000000000000000000000000000000000000000..b0c74b2870d2739ef4cdd7173147b17d3d1520a4 GIT binary patch literal 582 zc-nLKbhEHb%w`Z_Xc1t@NHxgGwk|1hs;v!dZ%^p%44*hTZ~D~a70WudZkcuP(3&%6 z_uRRC>BaMVA3nYP^Y8b65`p4R7Dg@x0R|lgAOP9v!1_-?r7u8{A!F6LoY(sbbdEbY z_C5DD;ctG@;C|SlVvYo-Lla|w4nvzO$(DqvY~^&oR=h|$%R zs~>Q2Fhnz5Og#4f_x}bxb`^bQZa#iK9yX1V#xVYgPCX3;{rXC*t=w!(Wq!R8juE-u z8eIHIfj(i2)|T>et20M1@+C%QGc5HfW?|teVoOgoFsqt=^3-YlX607?be+CaR~WCH zIVDib$Q8PH;k4`V;e1Ta-Rmz$aPV`#pToe-wJoCHQTVh6EZj~kh63+Wq&)-z=1DVg zYsFN2VC!oYP&8B7c)Wj0hr~|{?iYu`nEaV}0uGhE^lD&WJ|Z-OQKUiWpv^2RtAGg~ z8XFV1HnDtWTF^Kn+mpeffK~5$XNYs7;9R`4DO%Zm zlC`0GL!%a#kc;;NlfETvU!?waf9iIak^TQtA7j9@^@6oUavBQ1loYoFEd2GY^|TA4 zR-=lb`_7I-4iaGnBLA;0Jr>F^)!>uJH?hn#KKGJkpI9#Nou0EmOG(_cCF8`(jGZMx od+#pT%)qu?;?H3frNxCE=2~*`^Kup+7HXU6?H~BKl7qn-06`1`KmY&$ literal 0 Hc-jL100001 diff --git a/doc/images/button-sort-ascending.gif b/doc/images/button-sort-ascending.gif new file mode 100644 index 0000000000000000000000000000000000000000..ec3510647ed6067b9d3e59729f0edd5aec71a973 GIT binary patch literal 699 zc-nLKbhEHb>}3#PXc1z_NHxgGvMMQZs;doZ??~+K4Danu?wgP~eQNTwndK{%b?n-; z=$bUow}A)pFhj#lJ#_yFYYTh}bkFGe%eh9CK7KN?=uBKhVr65WvVN*R049!YaU; z@S)d+uf@ZXS9Zg~_djBIJ5plp9Gvu-lsL>fI=i|}*pXDU;&hPSVO?Ib}KZBBkIF2O{0Mg}ecjbvt~NJjpY z?9e641wD9fl$OSEGxOEyZrJFkXW6#$^_#bErYcXjpSk&1=Mrre0q(=^bbc&lx|sb@ z(QRj?5z~igVaB5(+51#h-Vj^($bx}on=QjJwaBid3J}-JKFE0#5K)b3M`W z5ZfJVqx4=l$7*pz-Yr+fr{{047C5l}k)2$ntc%OW2T7YZuerMEhWY`Cu!&{aGFIQ( zN<%*!jZVG0^-jUed8Q$BS+&3X}`qboUGs{;l>)5qx z(V265Z{9e4_s*r~&+dNs^!CrcU;l{)ia%KxxftXbbQpjDWTyk`zX$4l@rn!?tJdYb z-dCV=zJ!;X)pA~*^4|l;x<7PSh}bkFGe%eh9CK7KN(cP)7c=xF~i;hGQB$ zd}kR>o-W&88qdYZvr@3MG?AN`ug+kzp=Imxcke%ZG?=X1uvTb`R{Z()aP5D-awjG; z76@wl=-Hj%n!@kaz{(VwdeJSA^*}9`(iBbMt^?cI4}DvCV#h>Bjrx#(i*mW$4OLIu zEsK)LIq}GOlAH>kK8`ajLj^7sPF{X-F?0K?8;x652A6wzN>q7;3hrP2C1;aC z0e=Uh7~_sPk`olvdRW4P0~{w`%(=WZFSp>W*2C9aP8*}noI$IX>b&9j|cil*Qx!jnmnBVFs>xS<^_eCpXxBUAk z^`?<^6=RE~;Il}UL{Z`7g_9nbGcv_2n^*v7Ce$n4AubFXhom^ literal 0 Hc-jL100001 diff --git a/doc/images/button-start-class.gif b/doc/images/button-start-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d66a46a80f0b50fb86be1c5c6edbb9e5373c346 GIT binary patch literal 498 zc-nLKbhEHb3}p~uXc1swn90B}k56o=l*Sr8yS3)t+r1+;yQLmXZ8}pw@lxN?+e;5U zJ9z8E&1YXvxkJ9d&nLmD!{#0f8%U1^;t+}bsYZuL0eDI;}qSJgFOiVl$4h=VV z7@UeR3HZ=@t(l#p$DrWC1BXe< IA0vY`032e!RsaA1 literal 0 Hc-jL100001 diff --git a/doc/images/button-start-printer.gif b/doc/images/button-start-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..33660a0115bf627a0b3d41852bc7aff27dbe84ae GIT binary patch literal 500 zc-nLKbhEHbjAjsFXc1swn90B}k57E5r1UCHll3N!8|}llxCiYDN*j+n<8TeQjnD|{dlb!k|X#3A{YV@4$+t0wr z!==s?J6+#2qj}x>4Gaa!?fj{lvki96*Yt7C-km3q%f+*2QxI2^|G|R}b5AdD^5x*? zy54!-NMQTMd-n~}&F(&Uy6%yg`Lov>UZ~W+`M6>89erLqMke+)2KFa9|K_9!O7y*x=|kaZ${N z?m!1eX7)cttUD&D1RLA&)O=xi!0B-=(`i+%VuPT^vVxq7tk13{w+uzk%@Rp%+cICb z|6$usj)0y%XPK!yp@()HxG{N4f^FVZHimT#mi${XnjO98-48c=@K;u*Ic}HGe~$Hw J3oTd}tN{+ez?lF5 literal 0 Hc-jL100001 diff --git a/doc/images/button-stop-class.gif b/doc/images/button-stop-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d84fb2f629726c9e182307e13afe5d4fe55ff01 GIT binary patch literal 500 zc-nLKbhEHb3}FyqXc1sI%fN7+h4Z46939R_y5EnEeq3DgqNC&O!bKmq zZ25BL^sgt+e!qM7_s_4iG-HyG;!hSvE(QSx9R?r(+3CRgPeG+mK#;{@)w-P5`wDpG zvsfl;IvpWc|u&~^IXD%innUZnMaaP`L zMz)~5hZPnQ?d5)f`^8sOWhk*!vxhTrc`)#?YPh)Zcrv?nX$NpkX69fIi3#I$WbBRL zja$sV)W9^YaqYUbh02zJda-M{IdvP>>kH)QyRD23&|r*B+NOETNvDCGn~RG-nA?W+ z%C(ezd$yjrb3fH=|NSTV56#S@8lLVjV`0J~ zSyl^&Sm_TF9bK)tOQIHiE@e;%;GJhGU~uvLv|T(#yC!ValeDolyZ2Xi&N8`OLh2mC K%L*-67_0#>=)E-n literal 0 Hc-jL100001 diff --git a/doc/images/button-stop-printer.gif b/doc/images/button-stop-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c71ee69f2d532d2a7a64ed9dda5c20e1c1470ae GIT binary patch literal 501 zc-nLKbhEHbjA9UBXc1sI%fN7+mFuFEoE*Ads1BTqNC&O{DmJj zZTx!X)XyhR{=9qt_uucdG-HyG;!hSvE(QSx9R?r(+3CRgPeG+mK#(D0)w-P5`wGsm zu~^P~f5C>QiMgM#Ya)Y+n8rPYg9)sG&8$KvBzWXJ-4=cjU}$AL&R8I-mB={J@tEJw zTOWR$b~vRg!_S_qQ*QUqrbaWoHdl$ol8Zf#i7S|o)!Eg@)5+b>X+}y!{8WYs8ob=< zOldRqO|x28uUT87Y&mCEtH0*fob9awg`B+eTIOxtId|59L(3RA_=19x59sL#u(&dffMf&F&DRwhn9ZN|^KU)NkxsCwwo zC@#wVNkQSTga0yib}5q&>94O$73QBJ`{2t0hGupy29=Tx1q{rcHN{3&7Dtm3dYHIm z8eWMk;AUXtH*h;tc|lB}+`=l)%jo^d$-U8BCJ`DYZF?i;WlcJDlk@quEdL%`mu(-l zPK#y6u>@Q&=x37or8Ki-hRXS-d7{xNPj_79SfOFGRiK*DJ7#N1QO+D@ABl6jiqyEY M{Tvs^a4=W{0JWdO@c;k- literal 0 Hc-jL100001 diff --git a/doc/images/button-unpublish-printer.gif b/doc/images/button-unpublish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..5e79064d2edc2c2821961838988c3c6d57b703d7 GIT binary patch literal 594 zc-nLKbhEHbtY8pfXc1t@NHxgKwk|DpsjCZW??~+K4DajDm_9Xm`mBl-OFMS$T6F&W zfrk&Szkc=L)0Yo_|Nr?5K{f* zfVYCxg#^x@wddde4rEucw)JbNkJkuE)9ujV@9*bj)9$Xpbn0HrOz-q?NVz&(mTvirL zQZXks@H@#^N_oxEc&x~2EfW0VV#S)H$9ifOFn$Tkn7LJr@q$|7>j(`8F;+giWi^ct zl;y2vdQ3B3;B`tE?%59>6x5k!pf76U)6d4$-0lu&e Ar~m)} literal 0 Hc-jL100001 diff --git a/doc/images/button-use-default-config.gif b/doc/images/button-use-default-config.gif new file mode 100644 index 0000000000000000000000000000000000000000..5f1e7219ec937e607d3fe240133894f03b338c00 GIT binary patch literal 864 zc-nLKbhEHbJjfuz&?3N)k!p~eZCzUITvr>^)*j#88Q#~QF@0+C^qJ+$m$dHKG5_qj zeRpnOeDVC=hmUXm{QLc%M4Mm}=?hR~$XK;5=k>k9X*!NjEA$jm4q(e4z|up>umK3n3UL|@jqE7DI%W*CYvuqxj%5Rg+> zws_#tvYCJVhl3I5z%uceu@b8R7cUFrE^Y=U zw$vs@UT$^fWnFblTzpPpPM!lUw8$!{?~)_$KOPF*sdo0f2gD*sE^vB|^P$0W>@Yhz49 zn(%3V^Y~Ji#%{J2iKJy5iW?FH8y%L2X{0hOjc7>l5;v%9YG}OFbL-MVy|kAaCt#>C*>l;_PxC#K#O{CdETDX?@G50mqIN8jzbe4jdn z`sJivadOG#9C*FvfG+boadVSX4-7umzMGMrxbf}BC#Mez%qeL0NetlPIC9^af$^qk zxr+eju7e9?*RgzPD|>W8gilgOWa5$Ht^;CX5}fPA`1QgoRFAfbdomq2RhX0}XmqdC zaZ!`-A%`1WxfWBM7@jf&C^d3L7^eg~-K>}&Ccbt-NV~pRpqp#{-H0~fccDdrlcdTX zD)t0V68Ec*;N*OiZ@-s8rR*igh1h;yk*yqgi3fsCNfdqi(ZY08_kx3zo8d|Ixi)Vv zou2!nQ*&C`RvQ7u1(#Y_Gi2+SW~ti#G_`!(mU_&RYmV-cDK}Rb@fh?nOr3PglYh#} aSFctdS+He>vGt*>*K4h6t~hfrSOWkFYJ+qD literal 0 Hc-jL100001 diff --git a/doc/images/button-view-access-log.gif b/doc/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..16c953b297a78ecda71cc55d231ea08c549419fe GIT binary patch literal 638 zc-nLKbhEHbtYi>jXc1t@NHxgGvMMQZs;v!d>qzMC4DajDm_9Xm`pk+IOFMS%TyXZ> zzPooWzkG53!^gM3|Ncr#GbRZs{$yd~Vh~`^VE_V16uR!Pg zrho~LfAaA&eo&Wlc;N6yj`=84Lxn+IZ|H$U1{0B$N1X&D7Ho;pzj#8LV?x7$mv2Hh zU(jL;`#47}pnsLOg4Kn84UJ9B8f?7${M>Q6>?(RC+T5H@Et*^fQ(I=tWKd!?;_lRR zV&sjsk6T#o>#xNTsL9FC$PkrQwT&rs>2l`nTR8Zf*$y1i_Fz1@rHEldIu|ofrM`LX zoa;Ak*7qtKgl}AXorRxk!!489a|Dby`51ZJ+!;1SMRDZtG4Zl}nAq_@wBmx4sWo_@TG6+R#F5BC%;PIT}{q>VJ-fV7GJ~3J2Px=SVnaWE~PuB{2 z^nrQvGT%J4=$_dXZQb*H+Be)dV=+;9zQ6vdr3nS?LX2#DQgIYNFEt zCiX>bHN3w~Ud^p+mzm=`;oF+7l8bY6x~?(2@fY(*H1OWw5+}^maCP4*Rc!~Rg_=A& zW^ccd6nK1H6^q}89`&7TT$1e~Ht#&?&|95kqy1ufNtd?2NX)B)T`dGUhX6`qk99 zA6fA5cD-MnNAd=bYt8$mU3uolXEHFFa-Z2a!*l~vuLr=ZdopvaK1YF*CjeFZxE zogDj~TidW~m~Y*1pz(t(TNmqr4+%e{Rwu8vr}>vQP59=&LK>Sfp9j!q3&Dlh~o9#A?Ldrs>GY%k99-z{T(CQ`;QMxR5bp zM%>cmm?fPH7BZ~xW8&vz=E>AI%jw>=dyj6VvH@?D2FJYauDz>H3K((lMP#`#aPV_q z<7V5)%*Vvb#&dCg@Y0~huo)*#X*_d3*Zfdd!1Cmmui6W5=`opq`u6X?=C_ZB88;-@ zHk#j(h{<>#zF&+*x1(khugs02hk|U)&Ky%blARW43Ni+|#UQ|-!vF*zI~`d6DX8=XC^BTMT9@;BUxChX zC&#|$);25~=36%$nE1h#t&5f6W5N%q)yi210+=|M9S$*a2n6yU-mv5JswG-&ObZIC zx*I-tD_EU*_haV5j}-E@G^m4ViIUO6*YioJg`t>uWYAdlCao1@&GV*de zM9y{f@e6FwWU^u6a$n08lDKfO-ReSS#yyM-Svh{2woK78E1hxj)M?{(Wdq)94bGLP zr!!8!w)2#LQ8XhDM=*a>9rtsNwak1>lOL|qMm}=?hR~$XK;5=k>k!}gxmxolubHC6YQ)VSRl~r@%Uv0^ozpKsXH`g8+^Sl8M|&o&(_u*syZ7$b z-M(|rKF6?HCN@UDthlz0u2ZSHmJ?>Yd;j6%jlmnRlDOn7>2mQmZkE{`P<6J4GA7{WHW zEb2P2)@;|FAD_e29&mBk2yw}JiCk8eb?nxPUG-%}pRCVfuc^cVaC~-ZXl!OXB=Ekf z;k;vbvYnre$LEw@Mz$XAUZH6V4l=VJ+NO~4;DJEm;jVBEh8T^KhldxcTfh5LX`rYR zqmz8>`5}FtV$LlhmCg+eFD^3J*>X&1_%0RneT$KIS=f{P3`shRcbNZiFT9}Bkgb>( zBVnw_bw%{#?C*}H^R*^zbGZM_YmR!}_VOSGU%NkcC%+sCHkO~eB)GH0>(+-+8dR22K0w}s6}@2g=@ZiGFhkLYY68j$IR3~3m-`)25SJ< Cp-;O2 literal 0 Hc-jL100001 diff --git a/doc/images/classes.gif b/doc/images/classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..0ac11977e782780fa9a4539ed382457b3d31f49c GIT binary patch literal 3970 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 qtn}27d_Z`ztX3 literal 0 Hc-jL100001 diff --git a/doc/images/classes.svg b/doc/images/classes.svg new file mode 100644 index 0000000000..227d1b06bb --- /dev/null +++ b/doc/images/classes.svg @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/images/cups-black-button-2.2.scm b/doc/images/cups-black-button-2.2.scm new file mode 100644 index 0000000000..23cf817de6 --- /dev/null +++ b/doc/images/cups-black-button-2.2.scm @@ -0,0 +1,80 @@ +; CUPS Black Button +; Create a flat rounded button + +(define (script-fu-cups-black-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-black-button" + "/Btns/CUPS Black Button" + "CUPS Black Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(0 0 0) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/cups-black-button.scm b/doc/images/cups-black-button.scm new file mode 100644 index 0000000000..23cf817de6 --- /dev/null +++ b/doc/images/cups-black-button.scm @@ -0,0 +1,80 @@ +; CUPS Black Button +; Create a flat rounded button + +(define (script-fu-cups-black-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-black-button" + "/Btns/CUPS Black Button" + "CUPS Black Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(0 0 0) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/cups-block-diagram.gif b/doc/images/cups-block-diagram.gif new file mode 100644 index 0000000000000000000000000000000000000000..59fee5b10a57a3f6317cc633ea95fa89ad2c8324 GIT binary patch literal 41582 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 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + Scheduler (cupsd) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Filter + Filter + Backend + PortMonitor + + + + + + + JobFiles + + Web Interface(CGI) + + + + + BerkeleyCommands + CUPSCommands + System VCommands + + + + + + + ConfigFiles + + + + + + + LogFiles + + Notifiers + EMail + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LPD Support(cups-lpd) + + diff --git a/doc/images/cups-green-button-2.2.scm b/doc/images/cups-green-button-2.2.scm new file mode 100644 index 0000000000..4993bdd79c --- /dev/null +++ b/doc/images/cups-green-button-2.2.scm @@ -0,0 +1,80 @@ +; CUPS Green Button +; Create a flat rounded button + +(define (script-fu-cups-green-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-green-button" + "/Btns/CUPS Green Button" + "CUPS Green Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(0 153 0) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/cups-green-button.scm b/doc/images/cups-green-button.scm new file mode 100644 index 0000000000..4993bdd79c --- /dev/null +++ b/doc/images/cups-green-button.scm @@ -0,0 +1,80 @@ +; CUPS Green Button +; Create a flat rounded button + +(define (script-fu-cups-green-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-green-button" + "/Btns/CUPS Green Button" + "CUPS Green Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(0 153 0) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/cups-large.gif b/doc/images/cups-large.gif new file mode 100644 index 0000000000000000000000000000000000000000..fc66ef07c01137f4eccbb23328f27c1de5abce14 GIT binary patch literal 7457 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 B-D3a% literal 0 Hc-jL100001 diff --git a/doc/images/cups-red-button-2.2.scm b/doc/images/cups-red-button-2.2.scm new file mode 100644 index 0000000000..e608db5f0b --- /dev/null +++ b/doc/images/cups-red-button-2.2.scm @@ -0,0 +1,80 @@ +; CUPS Red Button +; Create a flat rounded button + +(define (script-fu-cups-red-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-red-button" + "/Btns/CUPS Red Button" + "CUPS Red Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(204 0 0) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/cups-red-button.scm b/doc/images/cups-red-button.scm new file mode 100644 index 0000000000..e608db5f0b --- /dev/null +++ b/doc/images/cups-red-button.scm @@ -0,0 +1,80 @@ +; CUPS Red Button +; Create a flat rounded button + +(define (script-fu-cups-red-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-red-button" + "/Btns/CUPS Red Button" + "CUPS Red Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(204 0 0) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/cups-small.gif b/doc/images/cups-small.gif new file mode 100644 index 0000000000000000000000000000000000000000..6adb4a29ffbd6b806d8eed34fdad33f6138e8890 GIT binary patch literal 1266 zc-jH-1P%K~Nk%w1VQ2t*0P+9;%*@Q0nVDv0W-~K000030|NsC0|NsC0A^8LW000F5 zEC2ui0B8Vv073))Si0Q)Fv>}*y;P9RyZ>M)f&+k^&M>Z|5CEnF2ZGAp#DF#d?g_gf zMB^g>Geuovvm_`sy(66bkjl^nG{>zj(HFtg+CH;@**F8gro_jj zgj?4byer~)Nf456i8gNvL_|X0AKjZb>HiP(?JJY134<#O)`DciDjrm5wU?-9CnKXPnbDTvVa3|4f5K7S6B=AM! zSYIVh=MMvpL6%}^eK=5Ac<_z(R8;T0D3mP`7Qt9sGhSe$EOS+sTM)thaLtgUiD6_2 zhR`Sjh1$62wZ88{PYI*?4fc95P!hd?1I4wU9X6lPAS{=i&_ zo?VF1doqTGo^>DAmj)l0_Jo62Oos5|L@{Wf#B=Lafe9Y8?x1TS<83QJnBi<_-$QF~ zvqbn}J9Ra2PGl=fQ*CO_rXl%ZbOXykTl6(kKS27Gix4ug5I1RZMXO zBbFK{-Eb^oSCF{BD!VbP${lImYwjA1)NIC4D-y>1WqfmY9^86Ew$5hPT}r(E%AOU% zhC(C`+PyIFy&mz^)!zKG&baOq|v6_F*_C|4I;#4HBJ&n(8w@p2}RL(2}!DTz7 zIG=4kc*1vOOfO{;dR^(rrfcEDoT>YJgRMGB_C>cOroJw|OtX+}?8J8AwwtsUuK4Sw z5B0$9=>jZSq?PU7mVgl?>3n3RM_&Z&00rl%Ljuo*JnjL4`dgCQKS1hOMq(ehtE`8? zrH@~CI=#Aew*Nrz)z~kCpmbjemmzCuiKEn_sG606e}~$YGVqr`cF?JT*DDeP!%`*$ cc1nF?aZ~|iF+YF}&@50&%OUg^gaiNpJ5-EOApigX literal 0 Hc-jL100001 diff --git a/doc/images/cups-standard-button-2.2.scm b/doc/images/cups-standard-button-2.2.scm new file mode 100644 index 0000000000..565c3221eb --- /dev/null +++ b/doc/images/cups-standard-button-2.2.scm @@ -0,0 +1,80 @@ +; CUPS Standard Button +; Create a flat rounded button + +(define (script-fu-cups-standard-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-standard-button" + "/Btns/CUPS Standard Button" + "CUPS Standard Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(102 102 51) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/cups-standard-button.scm b/doc/images/cups-standard-button.scm new file mode 100644 index 0000000000..565c3221eb --- /dev/null +++ b/doc/images/cups-standard-button.scm @@ -0,0 +1,80 @@ +; CUPS Standard Button +; Create a flat rounded button + +(define (script-fu-cups-standard-button text text-color button-height button-color bg-color) + (let* ( + (img (car (gimp-image-new 256 256 RGB))) + (old-fg (car (gimp-palette-get-foreground))) + (old-bg (car (gimp-palette-get-background))) + (font-size (+ (/ (* 3 button-height) 5) 1)) + (dummy (gimp-palette-set-foreground text-color)) + (text-layer (car (gimp-text-fontname img -1 0 0 text 0 + TRUE font-size PIXELS + "Sans L,"))) + (text-width (car (gimp-drawable-width text-layer))) + (text-height (car (gimp-drawable-height text-layer))) + (button-width (+ text-width button-height)) + (bg-layer (car (gimp-layer-new img button-width button-height + RGBA-IMAGE "Background" 100 + NORMAL-MODE))) + ) + + ; Disable undo while we do our work... + (gimp-image-undo-disable img) + + ; Resize the image as needed... + (gimp-image-resize img button-width button-height 0 0) + (gimp-image-add-layer img bg-layer 1) + (gimp-layer-set-preserve-trans text-layer TRUE) + + ; Clear the background... + (gimp-selection-clear img) + (gimp-palette-set-background bg-color) + (gimp-edit-fill bg-layer 1) + + ; Make selections as needed for a rounded box. + (gimp-rect-select img (* 0.5 button-height) 0 + (- button-width button-height) button-height + REPLACE 0 0) + (gimp-ellipse-select img (- button-width button-height) 0 + button-height button-height ADD 1 0 0) + (gimp-ellipse-select img 0 0 button-height button-height ADD 1 0 0) + + ; Fill in the background... + (gimp-palette-set-background button-color) + (gimp-edit-fill bg-layer 1) + + ; Clear the border around the button image... + (gimp-selection-invert img) + (gimp-edit-clear bg-layer) + (gimp-selection-clear img) + + ; Restore original colors... + (gimp-palette-set-foreground old-fg) + (gimp-palette-set-background old-bg) + + ; Translate the text later to center it... + (gimp-layer-translate text-layer (* 0.5 button-height) + (- (* 0.5 (- button-height text-height)) 1)) + + ; Then flatten the image... + (gimp-image-merge-visible-layers img CLIP-TO-IMAGE) + (gimp-convert-indexed img 0 0 16 0 1 "") + (gimp-image-undo-enable img) + (gimp-display-new img) + ) +) + +(script-fu-register "script-fu-cups-standard-button" + "/Btns/CUPS Standard Button" + "CUPS Standard Button" + "Michael Sweet " + "Michael Sweet " + "2000" + "" + SF-VALUE "Text String" "\"Button\"" + SF-COLOR "Text Color" '(255 255 255) + SF-VALUE "Button Size (in pixels)" "20" + SF-COLOR "Button Color" '(102 102 51) + SF-COLOR "Background Color" '(212 212 164) +) diff --git a/doc/images/draft.gif b/doc/images/draft.gif new file mode 100644 index 0000000000000000000000000000000000000000..77d9716abdee066f1d5907c2748a595ef174d6a5 GIT binary patch literal 926 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 literal 0 Hc-jL100001 diff --git a/doc/images/happy.gif b/doc/images/happy.gif new file mode 100644 index 0000000000000000000000000000000000000000..c69ac0169de7c708084066db8137ea4ea73620bd GIT binary patch literal 3522 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 literal 0 Hc-jL100001 diff --git a/doc/images/logo.gif b/doc/images/logo.gif new file mode 100644 index 0000000000000000000000000000000000000000..9999795caa725187141a472f5dd1109491286b8c GIT binary patch literal 1958 zc-jG`2U++>Nk%v~VMhQc0QCR>@bK{O@9&O|j*E+not>SVo14DAzPr1-mX?;3l$2gx zURqjOYHDg`W@dJFc5`!c2?+@W1qIX7)6me+&CSiq%F3*)tf{G~!^6YCz`*P4>+0(2 zqobpsprGaD<>ch#`T6aBzr-i0J6(DJdx+ARyr2;N0BY;^N|_rl!cq$W>KU^z`&HGBUBT zu>b%7EC2ui07n2Q07VA=z+G-gEOL%WWM|22b_md@lu)Qz3#+VFi|Be0iEudO3V}lC z$#2d6q1ZbBY~4HjZnj@Wv*~YUe;$H@AB7$tHaLhjjEyHZCnqSA5)%}b4GsXC0c~s| zeHtX5EHfwq0~{V45DWu93MB(L0|_<)IvFi8J|_YtEfNGRE)~WVIvC2z2F(W~3J)59 zeKXdBGan9gJug2HjSb=rEEtfI5|tB{6vrt&${88W2G1lV1V0=;{1z4$7l!PJL1@vU zMvQJKjC3O1oC_4%=|Hv&1HA*!o|P!U&xgN{L^yO1`Gg9W1Y|&{T*(rRO8`80Y?8UD zW&i*I0%*{wQ-l6bKGv?y7*r4k4n{{CK{|(mfrAh+L*Q6L0N@ZCb7cIG;3L8h7kzsC z(BR=3whxC6B~64-;W>2bA|9iNArsF48+_*VV~v1UHUd7V_#q;K3akQbL>OV?0xSs; z7QA_|4Z(;M6f*o!u_HnT4D&KzBte>E#|00DnmvT}gHfbwZA9`)VG;wv5n52#WcbS@o=xDt^i`z)^>>3gOZQUL`zB(qF2SmN~IPDtX_hYP>;;Q==@OqD8^!NLzUm_P#!6+l3P06(;Fn|=`-zzPX9&``n; z{txW%f(0tnV8I9rxF^y;s->ysQL(uN3Ab&$@Yx08`EUei_;gS}4kd7aKn^DGvw{FC z{4>A+IjkUq3-Jy>tw(H1G-jZku&xLYuY~-{1Xxr@MYnJ2{;ST zu~OVcVygtWB16}mp=t!IN5cjrFG*0WfQ1+d*eCVG7t5f6g%@UxVN3u52vtoV+5{q! zd|6YbiT1JvGC~zfl8H-DneYSt4V!%J z04^}d(7_KFRN&Jc3-qucAWHTPVNxruK8daC$oV==JVeX+4*|q*2Lvf>0D}S>)Bpnu z#vZ#Q$Sc0(Gs)}-olKrJ*#QHA1@2@w-hjZ+f(L<+p5|*#Lg}U?l&F$ijPWT9UQ>hflHDp-bRo|?44?o_i0wdp%F7HE*n(ZG zfdnvMK#eeP8yB=7H-O4RaehF72)IB5Fn|mUdLRP`JOBnFNLf5aI2vd;ASXNF$zJ}@ zhZ=lC6%KmA0uJ#58|>gP5U7C-p!0$gydVNP^4AM?aGMEW;0FmP&8PlCMFOMwpoBe1 z5ZS0Ghz-2sFDmeW3PjKW8%#h17Vx47Y+!&9VBiEJNQVPPP=FD%Km;wQ69+~h0us=} zSLZpJM^Mv~891&%R%8KdTqOfG&B`scq7pkOFn}G@X^9uX$kATr1Ay${0ehLCYKBq> zE3%;lY{`cw79fG|rCgU;zpkK@b1{JDeydnE(I) literal 0 Hc-jL100001 diff --git a/doc/images/printer-idle.gif b/doc/images/printer-idle.gif new file mode 100644 index 0000000000000000000000000000000000000000..61e6c5d5d2c3f854b4e62da61efa2e7c43340318 GIT binary patch literal 2546 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/images/printer-processing.gif b/doc/images/printer-processing.gif new file mode 100644 index 0000000000000000000000000000000000000000..073be268739fe3ae44229f79ae0c57c3cd3bb9a4 GIT binary patch literal 2737 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 r#xO%z|4`O5trir9LGSmv!_jvfB*nHg`LCU literal 0 Hc-jL100001 diff --git a/doc/images/printer-processing.svg b/doc/images/printer-processing.svg new file mode 100644 index 0000000000..e4e2e55941 --- /dev/null +++ b/doc/images/printer-processing.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/images/printer-stopped.gif b/doc/images/printer-stopped.gif new file mode 100644 index 0000000000000000000000000000000000000000..f29f5b14884fc2801b1e490c391df3e8bf545e40 GIT binary patch literal 2933 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/images/smiley.jpg b/doc/images/smiley.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0076fae2d11978f27ec632236d0c3ce2de771b2f GIT binary patch literal 14120 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 literal 0 Hc-jL100001 diff --git a/doc/images/tab-left.gif b/doc/images/tab-left.gif new file mode 100644 index 0000000000000000000000000000000000000000..4f3deebddda9caf325dc0aee1baef4759a86d2aa GIT binary patch literal 46 yc-nLKbhEHbWMN=oXkcX6y}RT8|Nn|VSs1w(7#VaJfB+=Jz{J`j&$u#%!5RP@jtX`F literal 0 Hc-jL100001 diff --git a/doc/images/tab-right.gif b/doc/images/tab-right.gif new file mode 100644 index 0000000000000000000000000000000000000000..5930ce2a61d0c2fb0f7e1a6cdc105429d85f70cf GIT binary patch literal 47 zc-nLKbhEHbWMN=oXkcX6y}RT8|Nn|VSs1w(7#VaJfB+=Jz{J)fn7ERMmBAVSCw~fl literal 0 Hc-jL100001 diff --git a/doc/images/top-left.gif b/doc/images/top-left.gif new file mode 100644 index 0000000000000000000000000000000000000000..1af936fac268223b110ffae375da45c5607c1f9e GIT binary patch literal 473 zc-nLKbh9u|6;r1yho_Toz1qDI1wb7lO zDLp-Dy}fDErsXbLRJMM7{qEfzd-inh-P^TqU-$m~JqHi=9Xiy1`0#`yMnNOWNpE~8zJ;9%qtElciXTs$aR*l;8GWbc6;r1yho_Toz1qDI1wb7lO zDLp-Dy}fDErsXbLRJMM7{qEfzd-inh-P^TqU-$m~JqHi=9Xiy1`0#`yM24eAPD zVQOKiWo}`rWv?$~nO@b;Sy9D3O@NW9i8(WXgOP!WzdnPRNua8vJi0!wic5&KWQ7ph z{zHdXM7AC|u`RABD3_7rgpgo(E(7D4!-7p$??kfZU-Wa96@B<@1=rnIubA61W0>AO z59G+*9nA3E|Lf}IvxHviJzOZP$S}Wh#lN$apO0T^^q4W{$F9lh!E2+c4!B-?!E%Vv zgqN9-X$SYABNG+p3Pe~cBpGIK)PIe-mgBu)MnGECMRnDte~qOMr#~F=EQt_Ql+h94 zz2108f`f}oAR##I0%M<{;vXI^6NeRvue}m)??}kr-dwOF=5XdU?!~hr@9Bjuo8~3f zr>-rRpd272HY4*^o};kpfuKdnp;=NYodWXq+PoTPR<9J9JCz|^&F+jP7XuT=jHRa5u%O$ddt7Yn`mFI$dsvND^8}^** znD*G%?Z*e^>ayJo^V+>LqVkqX7_89iJ=m0cw{2PEhOX6CHx1<#A|jtnY`lEpv#_<* zlV-N1zXAh~u=%leba5yqIGkaA)SIp#vM%7LXvX=uhZ|bnO-*!Y-TzPHLR{PH7Db-YjXmVeYTVo3dcj<`n$+_?^vT+Nw&!_Bqu zze!6w%U25#2gS*{KRX$w{wVCxcJSJGNi~Tf;XvGShqNHgD5J`&TI>=9T+H@@Qb!qW z1QptuSX>+&3Q9Gq&uOg#M%FDq6#TZXiJZVFBCEi_{ME!kPj11!g{K=f zZSpF3t6yRia6pSa@nf4=&YG#SJhWY%;zKqp4U}2MYP0B;$5)X9$E1J%yQsfu7LUr~ z4Y!3RFKvt{Nt}^hQWn-Pe%rGorXkc<+$i0(sIX`P$=%f&MfEj@bbS&dI| zUs{Px&(x?ZHnGx4e;4`Aj9W96t<7=ip1!K&2^>kL%o*LME(Vu7Hf%WIb6GW9_h-z< M8!6LeeFYe-0je?nl>h($ literal 0 Hc-jL100001 diff --git a/doc/images/top-right.gif b/doc/images/top-right.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a268631cae7ba3d063820ae3e4a7319d6d3d926 GIT binary patch literal 121 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 literal 0 Hc-jL100001 diff --git a/doc/images/web-password.gif b/doc/images/web-password.gif new file mode 100644 index 0000000000000000000000000000000000000000..d59c3764c21dd093c58d40a16cef6ecb9acdd886 GIT binary patch literal 20956 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 D9|Y(< literal 0 Hc-jL100001 diff --git a/doc/images/web-printer-status.gif b/doc/images/web-printer-status.gif new file mode 100644 index 0000000000000000000000000000000000000000..9202291ed06209101d0b1aa322de38ea3da98a27 GIT binary patch literal 24271 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 literal 0 Hc-jL100001 diff --git a/doc/images/web-set-printer-options.gif b/doc/images/web-set-printer-options.gif new file mode 100644 index 0000000000000000000000000000000000000000..e1b9bcf08dec74e5298fb4e0de6eb175b213d829 GIT binary patch literal 19998 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 NE#WdQ$1)%Q06Tzo_D28! literal 0 Hc-jL100001 diff --git a/doc/images/web-test-page.gif b/doc/images/web-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d33e6114954bd1d8c2f4f248af998b82bd15d8d GIT binary patch literal 19005 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 z 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 z z^PAxuXF1QA&ULo)o$;J!J-c}cZ0Lg~gkfQqjELD6nlSXC5uIp7FPhPfcJ!km9cf8V zn$nfF^rbNkX + + + + Home - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Home   + +   Administration   + +   Classes   + +   Documentation/Help   + +   Jobs   + +   Printers   + +
  + +

Welcome!

+ +

These web pages allow you to monitor your printers and jobs as well +as perform system administration tasks. Click on any of the tabs above +or on the buttons below to perform a task.

+ +

+Help +Add Class +Add Printer +Manage Classes +Manage Jobs +Manage Printers +Manage Server +

+ +

If you are asked for a username and password, enter your login +username and password or the "root" username and password.

+ +

About CUPS

+ +

+Happy Computer and Printer + + + +CUPS provides a portable printing layer for +UNIX®-based operating systems. It is developed and +maintained by Easy Software +Products to promote a standard printing solution. CUPS is the +standard printing system used on MacOS® X and most +Linux® distributions.

+ +

CUPS uses the Internet Printing Protocol ("IPP") as the +basis for managing print jobs and queues and adds network +printer browsing and PostScript Printer Description ("PPD") +based printing options to support real-world printing.

+ +

For Printer Drivers and Assistance

+ +

Visit the official CUPS site for printer drivers and +assistance:

+ +
+    www.cups.org
+
+ +

Commercial support and an enhanced version of CUPS called ESP Print Pro is +available at:

+ +
+    www.easysw.com
+
+ +
 
+ +

The Common UNIX Printing System, CUPS, and the CUPS logo are the +trademark property of Easy Software +Products. CUPS is copyright 1997-2007 by Easy Software Products, +All Rights Reserved.

+ +
+ + diff --git a/doc/it/images/button-accept-jobs.gif b/doc/it/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..394ae93625189a57d9b66a9ed899fded13a7811c GIT binary patch literal 667 zc-nLKbhEHb>|qdLXc1swn90C2k6&-Kw)F<+Z^i$Q=v zhXDvcj$vT^r=ZezL4d_!)w-P5`wDcm zFHtU;y|+wvH}$1-96z9$u;kR$FH^+1O(Zx!J+=uyyyM$$kFX3LxkyHKUOrw9&8C*N z4vrQM4Ss$;zKN4vxm&m^T)A5N8JPIl`fM3{`Q|TN%sYLi?c~W57c|V7r?Ie>pNDDl zY%NtI?si@_Esou;$qdK$FrMP%Qa`l0M2qn(H<#{BbsqN3oOkatT)5P}@S(=_>9@2Q zd7f{%^Zxz|bF=iPB8;%9%*EERGx5*UnjIyLb|=cCP&3f4o&g_2r+=VvR+t zvs{*anR#iUPs{HvlZp!qUNt*&az`!RA=>Xeo0EINhfINF=Sgc!HhD;vz45Dw{F3S$ z7_>0BRWEFxhQkLJ2Ih!qipA5KA~%U}9un0w2#{UdlFX!YV`Y+~RsMq`ieWMhhS7%8 zU&%a9y0q!pGRMV2b%{4+H!3yTD0b~#abhLgV}XcEx`k7i+1NCcU$wlt)@*lFQgc=N zb@LBaQxi&g9BiiEy<$-GmaC literal 0 Hc-jL100001 diff --git a/doc/it/images/button-add-class.gif b/doc/it/images/button-add-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..46de12b99df6c0e60c57452e394c253ce668c777 GIT binary patch literal 626 zc-nLKbhEHbtY8pfXc1t@NHxgLv??ueZEOf_Yme{l44*hTZ~D~amCHMK?^$x}1pDc`A3<3-~ z3_t*K3vCT2E6_Q=F<`=vic2-`|2s@qP`6^~Ke0rp^nm2_HI2#( zrUWH79~b?V)tA)C-ss(zby{Cm=RtzTg%5AU)=4=fv9Ukg$jl+e&&$EDQQz3iP*kK5 z*~!nw%g@8y+R)U}t;NX6%g4vr7gEp1&uz^yalXb1{#6W&T=Te!byN+x7c^;dZ)W0Y zVc5gCZ${M2-bgN{4Lll$jx5yXoV-4{n`uftcU{ueJIRd63|yNTcNnM{L?+K^<)6a9 z*245&x4&8c*N%+mCvHi)Uo_C#)zOo@ zQCs%8Ku=mjqk7P{>tb63(;ZZqyVV2P5-*>++-%PG_Uvl$_sP>_|J!`KJk#(2m*p3p zfQQqS7??UV=EyBk-*}9>l9?q#*5&C<{q(*2P9-)c%!pWc@K9aM!iK0F0iJ&uJ}nkG z5WFkoU0<-9cw4Xd9urFkh3^6e&eJ{Ik{UGPRS&x^F8aihb@8%UN6o~lm&cc=6wbCW zW%&BYZIX>nfOep-duPWg;|-;1y0^tM6}C#=$*VnbPF9}D%5p}ihs8&QgQ*uE{cS!X l{OrQw)gO!=?fmk(WX0o#-o4fNN*0$YA+N+ljK7IM{=il%DBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd8iVPX6*5$n3SDhMlV4;@PAtoM zz@f1+Y^B%_nWIAdhsvxIdNQBN^NST2h@`)KAUOSOy{pHW2MRV-3{2eoyc{Ks&8;QH zj6E9V#caI%Jj@zREo}^aS{#%43i$c?_&WIbxz&p~_;^{?)XwIgw;-}<`N~a`rc7J3 zgn^N330I_^sv$QgL#rnD5hkAYbBq_d`FpSTU*lprn8tAV>ZYTOi3gI(r%!9*-o(ks z$@iW!t@u38sm9mbZ@=B;`pU-`;GpARB%zjYMsV_igGW>D(td~D(PtND=s z&JGDnTNeh6yIf35|2>=YVe=&^k9PIoB9;e+v91%A#xWFK43OTHv*}poX^xU)vBl1= zaWM~`rE@X!c+3@=#g`e-8R!{lo#i|G%1XyuJ(swiKXdI8Q_Tyl49f`EoOO3ygZk%% zjM}D~LrW_+h8*2(vR%zKq%fW5u$CI1z=0bRrWRZbaJYAijdAME3`F2@=8KymqlCeIQ>rzRdZjYJ;4R}1d7Na)RI7gSc6^058M K!vq%&25SI8Vn@FK literal 0 Hc-jL100001 diff --git a/doc/it/images/button-add-this-printer.gif b/doc/it/images/button-add-this-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..6a526bb664a368800fd0d1176eadee1f7fff979d GIT binary patch literal 854 zc-nLKbhEHbJis8r&?3N)k!p~gX;o6}R9^1W*cjT;5j$~m{`9HIE0=Zd+P&o1$!#~T z9(!>A+N+ljK7IM{=il%DBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd8iVPX6*5$n3SD%WmPm^IyqyaQJanXbndZMJ$g!G#;l-N^ z$!?r|4uY$vR_%9vr7^8S;=qfW4T>?#W8dB87b`Fjd0*50LEzI@?Rs-h0Yf%ER(=Nt zCT@OSj@q8S3AHth(>3aA*m(JQSTuV3Co;^`>gAidj6b%Ck&BOyE0$v(A14Dp|E9@& z{M^hs+xG0-y?5n-Lp2<$SkHE>*|s_M-bV#j7{JGAAuL5Z6$|z&7J!Si{u5fL^gR0TpTv&W=3_dJ|5l zJ2tTFu-o*I*&zIwr_8_CcY_Urgc_Q@3+yvsbWU`RUL?oCoUovuVXj8ix7p(S9!hQw zmB&7}mn;uhDBjUJ3SiA z9yWKcW#cNT;9PZoPYomgo1!o4bs{J6=xk^h7p-aoe|Dzx7Wu+_fQ%Z=%$NqAf??=QY*wu?JYZ zPum>SDm-7-B0XQ?x~#o|!h-50!oQhbG4I&I*Tj&$f}6|#@BQ5k&n|YipM25N@brKv z*Wwu$E_VHndcrPJ&-`Qh$>KFr_M}{wWLJ z5Wp28U8gZaW6G36lhu{HK26klzUHHMs^B*!-)>>YZ=S6iONt+Nobz-#Z}O1g!{TPs zvd@dOq|Sw$5NO{ZkSZ8_?1QL6^qe1U95;_DIA~$_xGh@o(8Hwi#RHr%5nZ&N> zf6Ksu`9XMm}>AN7nkg;lA&g*>zI_FDr z@0S@&_*3!dz=8q~9jU;^c^L&uYy-|OGtgQqSFW;5RBUNp_PzH8Hp+`PEQ)v-IH7E= z(fXgJ;cfR)#O-hxE|tCw%tHf#FSIr^%GTr3PM zT(daU*?K12WVpTj{A`{m_WfE-vmVB=9pl*jLgTIadmZ*gj9lyiKYo3Bx4Y)ALi?dR zT-h_(^`r&298%sM84p{-H5eTmB+6bWa&u%wFty81<5|+pNXc1swU}TV#5>wYy_w{#4PE9Hgws7HD~6ERm-++-+cV! zu?v^Z-+OTP#jEFk{{8+>B2fIv!pOxSz@Wnb1Ry&ZSpO-g^j#2O$XK;5=k>kN%D3@7JO)7e*b7*pEinB1wCu{VEAT;i$o=h;$k41J<$7wfC-XA>4SBnlCWVDg z)ew_l5KwRoVBnj;VQ~78v_<;;1%HDWGIaNDaliR&VW@CJ^iIv^*RCF8I?ipY{jMff zr{N&8Svq@3)160Gmg-KGi}`o8lQCXzlDu$)r`C+rMaH}(&t5CF&$<3RZnogU&~1}% yY+HC?<>YAYclSJ(G06MXv`tq&I$7I4gT?9X(+iv5&?3N)k!p~gWmQt_TvHR!*%38ya{lzG$t#z2Zr`!+z`@nWPHw$+ z>G1t~S6{xk|Ka1?zyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?s6u_caJOoA6QV}5yDxa|KaVM8TQaX7&89?p9wr)Uu_OLF|vy!vwJgMm~!w838|^DQt58qFFd3GbZ;l@W&NN z-h6i7V;V2t5}gxCOS|k&yYwYV3Wr;WuZ%H?jLhZ}_cGY-plj*(ii@evYVYERXDb6& zPhBLS;o7Utu;!TC!Zo`xwZgmX7o`Y=Zg?E9P=2Lc^y))bJ6GuLUUkb!Sl>h4<+s=m zX;%kkrsmvxrqv=Vx2$E5d3Sn^f4*bRvpKwg^h<=7KQs=&cA82nbq{B-t%~dD_xKN{8+Z7Zw>oY zK4a`h%vw T7u#Dn#0)hQt1J}+nHa1A3&by| literal 0 Hc-jL100001 diff --git a/doc/it/images/button-clean-print-heads.gif b/doc/it/images/button-clean-print-heads.gif new file mode 100644 index 0000000000000000000000000000000000000000..0ee6b674c4350ce8f3640bc91745b06feb19a6a1 GIT binary patch literal 496 zc-nLKbhEHb%wZ5=Xc1t@NHxgGwk|1luB{1dZHw#f44*W$VEWYL)hoJp>{xL8)Q+o{ z4nKTw{ng6{A3nbM`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbWS@t z-g|8MzUKXZ4Mx8bhE;OMmK2rk5S{Mfu*Ed?+^S>GUVMFFC1NEWX1Oma(lRe#VZ+qk z_YpRlEjxmnGD7<=mG7?AVCIhHPOPohVC3ZE=VH`g2M#Veabbo1m{+ z?pUL_B7%dvk%5PWu{&2gl#`p8k&9D<*3Gg01qD-8tlW>|(xR%T4u(d5{~a3Sx--c2eO#SK`KWhNv~ z)t2Z=Vzl_C>~w>y8Br7ag_x%P3y^#el6mH$=4>lbmJK0VUCa4`mv)>=Sj8=! zeyB@UJL$=d%^A&ko~O6vatrz2Ipw=L)#c94inUkvCYr6kFHzdoQ}Av325V^xCk6&< E0D{Tn<^TWy literal 0 Hc-jL100001 diff --git a/doc/it/images/button-clear.gif b/doc/it/images/button-clear.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5e0c76b8f89c834bc1a3c8be922bc6f3d9020df GIT binary patch literal 346 zc-nLKbhEHbv}O=tXc1t@NHxgLvMMQZs;u;FZi(*h44*W$VEWYLmCHMK?pk!>^v)}n z4nKK(>)pF&pTB5`p4R7Dg@x0R|lgAOP9Pz4bZRgk{cM z(!j#a$IF(bN!Um7jN`c+~0oG2vGj;>BSf0XWt!O*(y!^(L2#mnT5d` E0R2X(tpET3 literal 0 Hc-jL100001 diff --git a/doc/it/images/button-continue.gif b/doc/it/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..5287aa69bcc5b36287bf3dab803da3bfdd76e3b4 GIT binary patch literal 406 zc-nLKbhEHb^kooXXc1t@NHxgGwk|1ls;v!dZHw#f44*zVdCIinmCHM}ZJT%C;OaBy z_CC0O?e(jNA3nYN^Z)mM5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(s{Xo;lQ z&MRE^es@AQ+q?n~AIYqPN*@=Vk#*m2@X*HunQ3PqzBMgSU|~GOH2djKg$=BWL<1~j zx)@$HW`wXew9lJ4|N8r4t(u?^ZVNqC1HN`G&Ne1)&SGw6Moyka%^LnG(`MAp(%@lX z%uUu;GvF`M;j3VXEw*5s-Ly$#%gkMxjC=+?y4|{~cWhm_U}nw9Z44|t)u&vu4zAyL zV!_2@C)Y65@Uj=}+#eX1kfhPaG-1;9nsvu-F5+aI@a{p-MIB?qme6p9+16uR!PgL5F*fE#KF?|G$#K&xAp$-(x{<$Q@2OhDK*K z-%azb-3@wDWwo!*S!9-J(&sX)tod zb6IJ#w(_whcXspjYShFhG0aNTWRK@CR4vQVtV(8On6R3aXNo_EItO=W2O}q^4m(dr z;1mYN9lH+k`|dbip~116forn9+Oh;bmW=`a>bGtrTa^a}YccZgU$ML*_z6qj>$m(? zEe3tM4_2oCxcTe31~YfUi#HQLvTwM*h}D-(M&!$aSr!URyIFT1XXCa^d2wRqVdkew z$K81yq!x=er%0FF&HYsC^Y!9lr77%ux|>(LS-L^3CNGVPli{GwT>Y#7X63d=$ES#% z%t&%zP+jfBt2Q_CR>%!|cAhSl9kWbZ8CR@ca&@Bfwj6#zwX>^Yz0=>^+MYf0z+CS# eZoyp@Yj3DdG+TdvfpebEZ|@4%UPVO)25SHd{O-5_ literal 0 Hc-jL100001 diff --git a/doc/it/images/button-delete-printer.gif b/doc/it/images/button-delete-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..a6f3d635df36e4ec56b80ba5da690dfd32d2b618 GIT binary patch literal 547 zc-nLKbhEHb>|qdLXc1swU}TVz64TI9_w{p4O;0H)E3U4s>gws7J$KfMRm-<*+kEu+ zk&Blv+k|?Dr9e;GM%@*)$H`G zcM>sSEe9T4wORNvfro>qmMMvWzq(0-iHnb)%T|lIk(Z@4k)f-nFQmP$p`(?RkB>uh zMz3vK4Nr4IIC~GLp=xS;mTak z_-W^c@b06#s#)LLs;DF|F4osEFr5&z?9tIq0o7G29$gHQobYPlvxv-&q9wZ18O(%i z)B{@2OgGN`Da>H7Ok|?*X_EwwW{oqV{Qie>I2CR#Wyuxdk(zM6asM(87Kh#yU!odv zZf~$l%`!c@!!fG+U&>;>^ziKl>>p-cX`4JHAoPjdg43m$D*`pYeBzB{T^|{m9r>i= z@Quz>$CP@^=IxpEsmrQNCwtuF|U5*IvDR@c!eQzyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)@LS0x9sOP+)lUwan70?6$bi+zWyvS=R`x)q8#> zZrkiLx0DVqzP@9ySa~{h8#+t#OQ!U6dkGluPtwc? zVdUiF<7{GB#?QxIz`rSADaQ(S4QB35+zy(Xx8yQzG?rO~SuR$ed$D;#HW}?>9 zep>jbFf<7z&Y19A=m1kph|C7*2MnzjVi@ZcQ?4sHTy*k!Zjzw>U}e{01~#2w!&26; zMG*}wH>65lT(jh_QQR!m>1egsdH%9mx24(*s|>D$C4D{Bs9?PMSQ6))E4K|rSkzLR zUkONWuxiog(-W!mOWrbd^Bmtl7Sm(Tl=vrUnzwN2#1!wd`x_OZ72Lw=$C1_}wlHpe zn(Fy#UWct2r&A~T?W>+PFGq_>N}z(te0t2Y&w2YN$W1NusWbQ9rWPr%yP1iRO=E-d zhThX1k0OuQ{NC`}t@eg#e@(s+12YTP@%TS-arlx z!DYUcv-p&@M#M#imJ6;N3>FiXY~ZctvU>c0nfDa?9plHE%{NrU=cOvPEXmxg(3u~4 zJW)#j!-121HdTfU^0sn{Or?%unJTU_iRCE*^J+FdnH(VZz`?NHF_M`xIb!A0X)(JR nj&nqoX+E3bUU!puV#>0WYJ$FciiiBNk7+LFwbl`2Vz34Pd+lEM literal 0 Hc-jL100001 diff --git a/doc/it/images/button-export-samba.gif b/doc/it/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..28011fe0edb9510e1a842cd75aea81bcea9ddbe1 GIT binary patch literal 766 zc-nLKbhEHbJkKD)&?3N)k!p~WWmQt-R9zj=(H=8tO8)ez$*Wd$ZQC~gz`@nWPw%{T z>F~X~mtVfP|Ka1CKmUIJClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?tKeAffW0BI~Npq=t%XOH2SAFSk1q%LgWL7RMpv)WzuVk3h&)1{ZcjK{Dp$=+QIUy zoyQI@)DXD4J-)Jg|JR#Z_0HU!%#2K|+~v+*0tU6LMZD}9{Oo-EoQxWboP2zX$AkPMMb+eq)pXXyFR2*hkv%t=0jU| z^6oggCuI7}iiu`)7qPF=;s&7r~Z`t4M%ty;X#3b=HhK7V;u^E;pF1$WoR zh0OdsYz_w;<}#GMV_-RBeqP{kispw8&g~nMyI8q6T$nrZ6OJ-){1c5^BBcMwWwO4H zjn>oDN!z?`v6(nLR9N2ZwfY~+kDZ5>Z5DHGEUIEqX_(G#S-#H0Yw63&i@)*R`SV<` zm7#5&z#1>dsV{?8TLivHalCr;hFC3!PC>!?Ad}@~)2l+98yq#oieBD&$hF{o{GqIQ z_r4}sggx5Z@cf!95A)nbhw5aL|FZk)KRcWqC!)X=y7tPvEYJLX9!4A`8c-HNRKAeY~`Av4-5^w_SEz^})?Q)-83vVsn-^ph4X#@C}1m zQG3sws*1OdHQV>!yn7*^je~D#_{Ied4bIv}rPb|Y@BJ+PymiB2pLSj28LIp4)J|=X z+`po6g7|5LB|R$5wjE9_zgM;=n2UQUEvym~y0%ceS<;MCjzyz^Q^O&_L(Wb5-=id- zJ`qD11*bb5kNeCz9>_@8SS?JR;Ihm0n3C(Q8BZpeOqjqrIlxU*l_9z3!;>iyX+K@3 e+WuMbbb12Y#S=oxCq$mj%rHCN%&*A6U=0BDb!Z6y literal 0 Hc-jL100001 diff --git a/doc/it/images/button-help.gif b/doc/it/images/button-help.gif new file mode 100644 index 0000000000000000000000000000000000000000..729e4690b295cf90007f365afbc66c8d14743291 GIT binary patch literal 354 zc-nLKbhEHbv}6!rXc1t@NHxgLvMMQds;cs9X^rXb44*hTcly-iHLH5JZ=ZMU#FncU z58uCc_0_8f??1lz`~UZU5`p4R7Dg@x0R|lgAOP9Pz zR6|l%0H0X@@k7tF?#k3?=SOI8Rx?#-@UkUxa+#}nGHO;9Xia0_W7c3!*I?xHw`gc; znX-(3G6SO*3(wSf;W}C*QXc1sI%fN7+ne(Ew4d6-}Dvak2e`~@F2 zZ~S`x{Ld#(|Gazu_s_5YBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iYyMR*5$n3SDA&KFJ|xJNzGq4uUuEPCXbPe zyODvL+k$5T1J{;(R?U;CjAz_Zn-Az5J~|x|qt`R6xXKCHvY!*%fbokvej z-aGQ(xW3w+R(@W)Xh!~No9@}HSb9j_QJmFh?FaS^2j{dg>53La92M$r;g%HOK4Rc{ zpiA?g3(re|W1MjsuWJ}@Us~?9L9{kZCLth0sC(Ml7dzGjT~0eQ)0EM4*R-ak=jMc$ z>2XOZJLt_QaryT9`Nf5fCCvJ^77b2MoK`W|HSuaNtm(2#-T6z9tB-N|N`XQtLv3dE zQ|5&?a$mRgH1cPh{i8Sgbk2keqTJv19e$QOrGZ)hv{;;i$<4XOosy?TpGj=;WZDxp zk@Fi@Ad_p)hedW_U5rhKwY-kMGV$7KR~Qqu-|wIoPo~q%xLsTBE||wHTXErt&pNjj z*JnP{oR2R`KmX-L$+~1kL)YEk-|O$`dBL}DPx(jdd9&l!FS8O7RGYVHzC24ipPV8C GgEasmvnf~r literal 0 Hc-jL100001 diff --git a/doc/it/images/button-manage-classes.gif b/doc/it/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..5ced7e0d155fc7503130af961a611e95b7b942cd GIT binary patch literal 558 zc-nLKbhEHbEMX8~Xc1t@NHxgLvMMchuC5MfX^rph44*WmVEWYL)hm0pZk@aTz^Y>> zw_Uq*_{H;kA3nbM^Y8b65`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk460 znDC?GQqBAS4pSA>tyua!ZYuw@deC#`rjgWarM246In)A7t9#e`f(H*1 z6LWLVvZ=3~IeZ!mScUlbxfwOs;(2TNyMlumx%l|FS{V2_+L<-#8=H0dCe%*RVCL!K zv2Nqd`@1Ct=so&or^u8!OK#> z#l36KzT12EuhUdB;GaCD>*@>!Ccdj2udW>2^@{oJ6l=y{-dAsQ_&$6LVcF2mk>Du$ zFyKs)Vm9ky*B1-|2@e(=lt}n^DmAG^K=O#Sl(m=2R*s`by2RJ`NAYm9^dHXR4wu-_ zo_fkY(8SfOW9Oq~Ct}qQfH?ztT)@KJ0oc8%Dvmdh1Y2d91dS#AkG-!RVsMZYpF~n`*I&PS_~GN*KmUIJClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9kP zUoMuF{mb9}Kd_*HL*R`I+oGbAIhS~LE&2R)MpSla{4`eCgDjoL4sX=RSpQ;6PkFWs z8>3@lVc6~W8pSI5{==SQ(j5c56i*Wn$vy zSj<(x!J~2X_<60%SFd+(dVKfTg!9d|JZBQPwAo88Fg&_;?PuUGlippVUe3ATf~=86HWgGjv_xgr)_xB z#iYEG>B0-GoD1s?MwQ+9F>yioJS+bQ(F+X?5u0Sz8|8isV|8IEU=lfD#DA`#f?*S9 zpU1X)wnfpeMDyA#=2+G|U6DAiX2wgSQ;`xmw%PBEQZ`PEe9-aGM_}e$hO(W;Et%<> z3l$F|U5*IvDR@ZsZ|KmULKClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9kP zTP~KB{mb9}Kd_)c<3=aX;Uz^U|45dcPBIW_oL8JW+_)QaR> z%f!vGm8+P8N8`k)OIqhHT*~AArd^7V-%csm*EgzqQC0gFh z{tPS@8_F3Hb+gV2@I}m6>CVv1A-XB!NkLRMgNS^D$WP5lN7!`UIb4(aX~23wqsnz?N9H?B3jZrgHsHfyP!;uKimFpc@-f|rlm#T;(zy2g@l zIZd45fhF^ol?px|3pS@ud}+4UwZCxZnc2M7HJwcEJsE9BWJ=Gx)L1#UPk!s1FC5{? z*EWYOuc-YJJMH>=r|&ie+`jXc1t@NHxgLv??ujuBi#=?1-2?HF@&Xg0-vrwr-ho;Na?GC%0X@ zbmZZ~>#tuueE;#ypZ~xAlL!=lvM_Qn2r%d{00GEO2G)NHDt!Wq3>mA|<-FckpmTnc z!-O9dmulYsKQLWEU5lmv#1f;>1CrA>v6sxs=}TyGdHgU!q9$ln#7bc^f#!w-8yNcU zA6I0VX0d~bfZinK5GW1 zMRTY3O-R&LHCUv_!JWy;slms_$h@^rD{&(e6E}xObtVUo#>UONwYKlveX3)3wR)*0 z`__wFj&Lp3RWso4?Q7BCoxFta8T*SPd$+w{e${8qnD|^{sZP^dh957Fl<{O-P-oaz z|Leuk57!=DwJvHs#1rvg!9npjO&-%t&-IiycB~HaSyLgnL{T(u4TD6$2g4+Hm1}Zl z2`dgA*fSwf=E!c%$!XlPpJlZDVRi@#5L0YDFri(|fq^-Z@5HI2LJdtO4va6pa3~yP zN;njkG-XzrL#Sx@{Bz3Qp*evouP>Wbdi#(YPi)n$7?uTH2VI#b>d9%e3koW_C53;z zJDceP^Zx5hyJgQ*7{-d3KghTz`PZh`aj-AcPkGKKtoR<|Xmy1cr&VfvP1A1$}N Tm2xR)*nKwoM6Zk@1A{dH|GNl1 literal 0 Hc-jL100001 diff --git a/doc/it/images/button-modify-class.gif b/doc/it/images/button-modify-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..1623871583ad08cebc6c1fe66d704d5db72fe1ed GIT binary patch literal 558 zc-nLKbhEHbEMX8~Xc1t@NHxgLvMMQduC5MfZA<9x44*WmVEWYLRm;0}?OuB9ia}A3nbM^Z)mM5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk460 znDC?GQqBAS4pSA>tyq%#MHf!A*){9jO~&*dyFlMI#_UkX-5XxM_?oe1#vc6#f(+}g zyqngy##d6J;FI;cr-$1F4EW16qkI{;`1m+;89Mm+ID9?%r%useB_y-NnLqj!Wmv zxn;XAab98IV`F5#bML_&4sPa-^LlDKpD}RH@#SNl%ct>q?&M|rcYV=g{C4h#HzT`3 zR~U1tqQ{K`^BWrUTw)nJ4mi&C>}5(gvZP<$-puPmL=xjBfBlJ5*8~VeJXmmWTAWU7 z(#9#DJcK>hJ^3juAaH+W-zh$|E2$4!+{Adl3z)7t#^562$M4l+7`pOO0#lpqVJjXD z$KrX7xzFm72&b0z0c{V_ zXY8v(Cm+*ST<&n-)ze)Lbw=5IN{e1SJHMc{htqeLNvGD*;B+x#rme58hebU8z_WWB UkAsWbhRtWKAN9&8GB8*J0Kvfnwg3PC literal 0 Hc-jL100001 diff --git a/doc/it/images/button-modify-printer.gif b/doc/it/images/button-modify-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d1faace525b58568cc78e10d282575045e1290d GIT binary patch literal 630 zc-nLKbhEHboWvl)&?3N)k!p~gWmQt_TvHR!*%8&(pD}%E^3)k+t5$UF+_m`l$?exJ z9ln3>>dP1RKYV=i=l}2jBm%{sER0+X0t`9~Kmf9nf%Tt)N}qrtL&mCgIj{E>=$tQk z%f+&?fBD=02No1)-00*vd_6fdLuc}Zj4KPAy~59{KW?as+y6kKbV<&dIi~sM0&FX8 zZ!zy(erFjU&rTuk>xUET3|$2pDm0`08M*lQICB`f`1v>@^Z2LdX)tp3aA+`dPv^GP z^5y59H+=@ff$Tvx%$`gFW%|5ecI~TyZ0KXHZW{v@SVxPxtNKY zQ{ytz)u|URUS?*xewLN-A(svxJ0tV+yN{o8zTLyjIECvA2T$ykYZ{wBe0q2F@^ij} zOjTS*b{ZT!qtL**GQi@%(Nm2sUCcWwD=#%9bu);aSNQP4kM)F}?H48+kD08CXNs!d z-SB47B4sW{#rz`?OhMwab^1frU0hXF;! zyVpV;=LLKc$$hkZLRzHg+pNvc8ik!=ML1SI(~Macw|mEz?_$~4*Ohvn6gcB_esa#$ zBZ_>iH#D|2KU7(jtnU8cPPgWzwZRS7S4r1BG70_{eQmL0)tiI|31Jb!>2Z#h{!!9z zZ>WeY3pi=1u$qC(D>5}u>8+&LCik7~&siC4T-Po)DEc$=Ui&X@!Irhz{JU$9DmdLe t{GY>QZj0#07ne^<7(d$c>-&eBuTSvpxBL3u&Bb8Ld3zo{Wkm)CYXBRdFMj|4 literal 0 Hc-jL100001 diff --git a/doc/it/images/button-move-job.gif b/doc/it/images/button-move-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..cfd1a7a1f73e3b0259e363fcbb3d68b74950216b GIT binary patch literal 623 zc-nLKbhEHb>|qdLXc1t@NHxgLvMMQds;LR+?1-K;rC|EhSs zbokz#ORru&`0(+~pMSsqlL!=lvM_Qn2r%d{00GEO2G)NHDt!Wq3>mA|<-FckpmV;Y zmy2a(|MIv04=lK#cB7N$@RFjFQzT1HEGx;X4hTGd(YqnTMyBh~r7GRv%Jr^E0sNti8 zlWhBXHBzRvE@Y46Vb+*Czd=vcfSZeD+p5V-+#DJl`wwdHu`)7quF~Q?8N;P>gz3Pc zo}<^nf*m3BfLmNLE8_R_U^BFp(Xc^iZQJCT&!V>zG!(rK@-d^3eM#m!9+6C2(D$*t@ zZa8poa|;8!tAr`v!{^ynT5Wyj3)h554gudPdAF;Q61#1paFk9XSLN!{8zD{ick44%&0x|<<#HIu_KA4W;h*Wc`3 za3{ni&S_zna66a~cssF&e|GMfw;#o}>2qnk2!1g|&8JB!(P@jn&*P8?Vc82d+KpM^ zwFahsPoj*oUHvQb{Pt?Dv$DjS_e}9TfwMyUoSWs76{9R3DQH{L+ iJlAQ0k4~?CUl-T@F~X~mtVbn@ZsZ|KmUIJClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)@ze6aG{@IzDKFBF*+u0T(>tmFQ=&4)I-34pRs|RkDs%PfsvDsuU~^TjhCH)e{K{r_grp! z&3RFc%jV3}VC3lKnxGZ6cKt@pNmHiH>FJxWg@1zvKYJR(f<^YrmamySb;98^9_B*^ zss`L#EZgQRX5!}1;JABVgO8Pwne&P!@ADKcoyMiFzc8?KS8%@4j{5%dx7HEP4{Uw6 z9g4nv@Vv$T#(lR9=Yy3yw)-hKCUSj{NeJj~<&(gmXDh}Cu+5A+K+YGN{T|De*%v~4But|)Om*dWxIXmX1iZ2S)(U|ML zWJ4jVuF@Ha2E!zVXBRYo9F}5eX0B}eulLS>$CGEwDr`q;eK&vWJHunu#_KPGmND0V$bPtbWqj?gSOMkvDc@3z?gw-3iTTb` zy^*8hT1NNXa<16TDmS{bjaF`87I-Z9Xra8kk)l(MVTr_}PQ4i&k9gW-ikiE$k8vdT v=ub#s?X`IJBT+*6&WgwV4rT|H`Bm65pG-_vIe6IJ!|bIBgO!RP6N5DXWL{Q? literal 0 Hc-jL100001 diff --git a/doc/it/images/button-print-self-test-page.gif b/doc/it/images/button-print-self-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..fac427dea8bc60eeed2d73d342b1a87763dc1eb8 GIT binary patch literal 826 zc-nLKbhEHbyvHEI&?3N)k!p~WWmQt-R8tes(GfjqO2PE0$*Wg(Z{NOP|AAGF~X~mtVbn@ZsZ|KmUIJClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)?fsZkCt*>T?S`bfo${7CulnQkfs{MA>WYG9J6-rPZ_L_QtK#)@e(0*LPg>u|R`M zqo^`(^5yI@?GIZ$c$k=2xeLo%O)A?AIzqe!x)^o%C&e*yPvUmuXV2kfna$6`T*%JH z&pCl%>U2k~Sxc8|tm2=c!N{4*p0GG);l^p3*Jy6ru}gd1vK6y(7`E~8Eob6ebCGG& zmSejYESen0$gz~`)kB{R>g#M+y_M)6i zZ~RbqY^t8A5tWj8p_NmDNy{#yL1A(?1K%SS&JPKi5`inFHaJLezG7IZy@IJAA#~B@ zm7d`Ry;lY2g|6`p?(v=aMQaHI?*cCF+g_P#Hx&lDY(70*Gh%@$n~H>sA1foCBorowa~VVvEj6)y!kFcTTwe!E_vt<8 literal 0 Hc-jL100001 diff --git a/doc/it/images/button-print-test-page.gif b/doc/it/images/button-print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..f443cc63b7c5bfe23876919aa81d8ef1b052a302 GIT binary patch literal 711 zc-nLKbhEHbT+1NB&?3N)k!p~gWmQt-R8t+$(GfjqO8)ez$*Wg(Z{M--z`@nWPwlvN z>G0hFA{r@!xal9B;GqYi(26f<`_w>>|5Dlf|fejes5c0PX2R)($~d#(Oi zb2R4j_i8Y5rm@G&NS(H^FNPu2Al^Ny{Z+w z^I{%ex?-QD5nAUHc=__NDXmN<0+rdzxT6i(R4y0?urhXadx@@w$h`-=p#U)sBr_EzN z=BFBSz<~RR`QKTWRx*7&!}Lf(fT1S*%;sY^j%-zV_23o*tNCv}o{mK&4VR-Mx101z z9ozWhfcFJ40z?GtsI*~C8lL4DJ1kbJnGchcEhF1M(4$& Z9+P7Ui9*UQA&>iPm=-t-DKaov0|4IxPsRWM literal 0 Hc-jL100001 diff --git a/doc/it/images/button-publish-printer.gif b/doc/it/images/button-publish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..a4c17ba869c2d91f78b337246606ce5ac42015cc GIT binary patch literal 628 zc-nLKbhEHboXjA?&?3N)k!p~WWmQt_TvHR!*%38qO2PE0$*WiP?AWpJ_{r^8FCD&r z@9L|U4?cW+^W*pTzyJUIClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9kP zUoMuF{mb9}Kd_*HL*R`I+oQ!>Q%pNAWL#O`tu-^^K=7%z=To?W@Jx&%g%k7>B60t9M9jp`+SCh{U(#jgJ*|a zHd%9Nm~P(M%_!Z*EEAS>s3EbNfj45#rWgLKZf3SjHXJ+OFuHWgeKO8cT)9EonNcgY zBgyHQ&uQ0POjFK8ZklN*!XjqjakQzSiEU#Po9wDn_r>ODlrV{UUCH!b7TUa}aDn%M zMU(k0J!4uHJ?e^3ciE@0Kq$6xOUhLZuG<^lM0*#mU7BDJ9I#20o3F-uLx+@k`qx#y zd#2?|cNIS6*nH#ow~ekRo_&hCn)JhP=NWU|g57n{V>JhXqda_vbp(UKG zn!)VX?)d%6Uy&QJ)A{t(M^V?`J(zvpcIMLrM@9+De;)JiP29yLSi3g+`mWle3Ql(q qGjpoUZ4v$W;&T1UMf>(vizbw%)ceQ(`mU_RbM5|n*5eZe7_0$ljx96* literal 0 Hc-jL100001 diff --git a/doc/it/images/button-reject-jobs.gif b/doc/it/images/button-reject-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..4d624de03103dc498d716fa3a67fb2797961680d GIT binary patch literal 579 zc-nLKbhEHbY+(>#Xc1sI%fN7+mFt3(J zZTf!k;?KuVe!qM7@89qLBm%{sER0+X0t`9~Kmf9nf%Tt)N?(8=L&mCgIj{E>=$!u| zEs|n4uk`)@0}8qege6-}EGhbF^rY|1iY?!Nghrp6sC%)(LX71}sn@i3aok541T1up zJhhn2(P&$-rsZ&>1Fsk#KR1&GKSwNoXLx;Mvo2RPmuA~Uttvh)o3>bno~9OtuFh7? z2{R_M$MR$^G*C6jWU0{LY-Z%t;7Qy*Y2nNzn!9p1_fF$xWa8ej@c7Bo9NW0|^6zIj zv`0Jdz}6F|TDNiV9MDrU*v`Yp%W1>AMvt#`!P@saZ|itl*D(KJ_{PBWNA5&4qdqGm z+pK^ex5GKkPc_s{J1Vi@!C4zocIMt)Ckz)Wi3!NBs?hLS;#eYo@UOvybfJh7h2HCa zcwc;Qpp!w@^4cEGz=iu7>_z!nc1}J!mEn-u&pqtM=`IoM9Go5sd=9#d+XE~tE@V3T zvA^3^_BQit1VjEAra86S5_nx_B>j&`JW#5lyE!AiD5a2@jnRQ$N@GI#O8$nBM*b%* z0vxQ5W~DIB&~kej(&fzm;!w?+9TQd*PM+G;H;1Wxj?of-bwS0z(n(j=HC|XLY@L>? prn2D9y|dA-(*$=_bC>_Mc7Ofw#Pl|+pNXc1swn90B}k56o=r0Oai$BnjOTikmA|<-FckpmV-t zEgQ?q{^f7~A6W1~{6;6&{^JEFbGW#zQhYfV@U1%;#Tdpjw$%u)2?dM{Nq11|Qqfxg3pC_8nwAti#F8SjQ24 z`RdlwoO8F^p1YvM&b{x_74B=HTuk|e45!}QF;J^a;#;xLoKK^D($Ot5B3N#0Kg76} zkwxCa=|umuhL(R{Rw}5xlILm*tzubl>42i6xb3YeQ3Y?rMVTf%4q<6rRvec!lu1*Z|rDdaBMDO&|p2V<$+U&IOngF#?-8< z47?m1Q>#qxuU~88wC%tmhQLe7Od$MZhcJ9A>?2vYi#FB`K&5y3=2)q^$W!~7N8g-?EE8Us>TmaW(hbd})iiszyRzBMD zd|^_}+P2(lT{u}@Yw|KTY#QMw{`J*lR0vUSCr#hH4w9Gse0H)r=hOlA4@_QApO Z>kDo6{It5z+p(a0-(E2pHzx)LYXHtZ9J>Gj literal 0 Hc-jL100001 diff --git a/doc/it/images/button-restart-job.gif b/doc/it/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..f0966978e57f7a9f4fb07a0f8bbb100ec9670469 GIT binary patch literal 579 zc-nLKbhEHbY+?{$Xc1t@NHxgLvMMQduB{2|>WrK|HF@&X!ZoXUw{Dxa|G=taC$?U@ zbolnRupZ~xAlL!=lvM_Qn2r%d{00GEO2G)NHDt!Wq3>mA|<-FckpmV-N zTOh@5Ug`V)2Nw7&5EgAYv83px)|0-i?m?&KgoU5G`1)Y24x7`fQlERdflbWHK6&w- z0y8We*2>HDyD*44JP@spE!AP<*ft&=8oaEX=?6o>zKqog(soE zj=#Y`wJ3ulo1t_j6E}wjM?51JXO~uz<~F8HTh?#fymkA|E-o8hHby2+E^T)1-39=&fNbN_Cy+cw~!p zVxHVSwtqoi9&tQKaH=-D`n2Wv8x}XlGZm6H$Ne++Ei_nQ<+|{}0WbXnU5qo9YCMgu1N=XsJ5T@F-00!w;1Q zlU|4>xJSE6zDsQgYGy9=Tc>km$AWVr&D@6%96aWmbUDw(WA4FXpX@97TNo;1Tg~36 osw}v3@2s`kG{Iff+~WVNkH30&V)X${Bc+&6&%N?QI2jqN0f9*ss{jB1 literal 0 Hc-jL100001 diff --git a/doc/it/images/button-save-changes.gif b/doc/it/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..8253933266247a81565881a32545a938f712b44c GIT binary patch literal 583 zc-nLKbhEHbtYi>jXc1t@NHxgLvMMQZs;LR=?1-8;C4c(Vw{Kst|G=u_r*>Yu zeB|EU%dcKO`0(-VpMSsqlL!=lvM_Qn2r%d{00GEO2G)NHDt!Wq3>mA|<-FckpmTnc z!-O9dmulYsKQLWE-H0W$f3eU`Et5$GFU~g@>oH!+7T`)13Ah=$!(EnB*uVYJZ>j9+ zhwcu~p1q9gKBAzYp|dF8z0kPS#91J)ScjRLkDuF`pNY?!VKP%s-vk|gc7I;hdHg)g z8jPHLe4Jg&`T5vmBKS8)EaOfdqr@Yr9zExeS6& zZcgTt+deqK#jxX9tDv&f3Audi#lOlkGqZPxF+ sCinF{-sTq3dj}e)OMbN8QF!BU;TgMgG8}nIN?%Op*Zp?u6JW3g0RC4AW&i*H literal 0 Hc-jL100001 diff --git a/doc/it/images/button-search.gif b/doc/it/images/button-search.gif new file mode 100644 index 0000000000000000000000000000000000000000..2e71d39cc3b6a7d4c04e058c90303c2b789379d0 GIT binary patch literal 356 zc-nLKbhEHbv}6!rXc1t@NHxgLvMMQduB{1dZBOX#44*zVdCK(S)hl~;?p$>I^seid zk36`4?e(jNA3nYP^Y8b65`p4R7Dg@x0R|lgAOP9P!1_=@r7u8{A!F6LoY%{o9M3)e zd9R|6YfHw90|}=MeslJ_KYC#nU?JDTTohH!E5qT~uwaH#<%HQx7r9jCbuqkZ%&=id zV;3`xun{*4fBEdhY5{I$MlQ~5E;G(Xrd9?X7RK&aeKm9bEFE5EYrgEtnfi=#^y_qM zb@^AU%+{Kw&BC)XKaL?;mv;%nCXM-8yzJ_XyYzNwg-1qDYH0FZt=Y-kt-;66=zB=V z(8AY0P%}3mXs1?TF#~%ZFUNIlqs{Lum5#iBpOE literal 0 Hc-jL100001 diff --git a/doc/it/images/button-set-allowed-users.gif b/doc/it/images/button-set-allowed-users.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a436c0667ef9a93f645299360be64dddfb21eec GIT binary patch literal 697 zc-nLKbhEHb+`%Bi&?3N)k!p~WZCz6ATvHR!(H=c%O8)ez$*Y!kZQC~gz`@nWPwlvR z>F|U5*IvH3|Ka1CzyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)}XU6aG{@Ic$ zW4A?aoAqDK|DGY&+HznQKRYi!FG~|Y53@!iA3rCf1|ugQU%v)xGcS82|6C1b?z!Cd zS}9R;=P@vH^m0vzZ10@2GGoCa`(>MBCrz2Qp*ga9MZ@9w3;7rC>NZfV@8)7=Waq!I znx}g)6E}wj$IaUse5{PjoToK;A5Y?nS^E4g_eIWUkykmcA1u;&$@u#H&y+o!7mlr! zTPMmcrVzr>Fn@o||A-j{)1JCFu!}KjG8rsz+|kP{v*5xO!=x?-rGMd1nr;*FNHNnlcS7o?SkSZ0q$HQxhkr$_D8b+>810N-21z28T|;gm?0cY)3;bnV9-$ zI?U2qmlm73YUOo(S?{8pfFPY!OS2!$t7f>Q%rJL;&@v5%U{?Fk47oi*54JJ}?a=<) z$NWcx;bDD+<+rQPcTC`7oOV&SEX(9r;@Y{I%F-Ns4Gv8jt3LjnQGADiHA6yyLxI68 zTZD7*-Ztr(sTS9_F`if^yXX7MOWKk-K?`eIEsBnM%c(jT8XjQot?_*Igj;wa(~jWE z>n(0NKR?7LHS*h@eZAD@@}eYL{spy5SnkA6l$~8#^XJ!=0~?rytB)i;XbkMI_#i33 zs`TPPv*VYC?t;8d84p{}^aQZB$&^(jNJv#_JnHaoIB~d1W!Z{H+(K%Khg`IeX)NaR JY++!q1^}QF~n`*I&JS@ZsZ|KmULKClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)}XU6aG{@II+jI4Q6^KV>yeJ8d0 ze%cM?gyPdR*%p!K`=7sd@DM0UVGl_P=I3E<<>TipVPNFs@^SGE9Pu_pXld_bFn?r-+`AZExRz_ydYRx1@CQdG$H_Sg@zr9k)tlpPk z$-pkw;O&rqw7DTgCE(Sw_V7)^?+luVLYS2g_N@k*KO7>J=XfH=j@z4)xRI$|KUyJge#~Q-;B{#3wtJMAqyp+q&iWh0fpr4X1AJtpDni{U%T)s$g=c=aJ5{DxpX1eir>RohI>;ea&)lr}hJ;Ck;<733?zO zbFXvRMfDj0f$}`o28r(SF)I$2%fVJD;*a>$j kF|U5*IvH3|Ka1CKmUIJClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?tKewffW0BI~Npq=t%WzH2SAFSk1q%LL}{l>GB(Qn75y;TDc_ry7fP=)6c|aeG{I2 zJyXS|Z`ScC0ukQ}Gi;<-Yx#MYOWFDOITZw;C9gJ?VmWk zy|a7z%<7)L3CnBhT1s^$*H2riF?+7V`ufHVtxGx<@8qA?wtvNp9*z#K<$9`BrCiL6 z?EF_4Ie1FvF>!NfaNK*K!Ne)Hwq!rl^Bp);!ML^1dqz^sRu+!f857DlJsQ~6{(WbVzHs1<7rTZQ zqw)?VhBKmkan~Ym8o4sEt&4fIt8>!CRiZ|rXEsKvr=FU-qpC^i*OX+R1g5-QKb}0& zIBUDy?;7Xr)&orJ4H-fS1=&ZLHzoHjORyAP6SG?8`V7}-2i@B~@l%hnDu^ApwJmjz z8ncc|VbThQ2(I2Wp+bSJtbQVTD?SUISK;O0V4F~!k+4UbD<*IH%ngq(^4mq{#Qre6 z#}@N`!j`k^B#u`9*GdbvooTX*k?R`E{^!yP3~bZf^zHYi{WyE+S)aQ7UF-O7CAUA8 z9pr0>H+^DI_D1gR?kg+YX1HDSijI?P_<23zfO)FN4DBPUkBEnGb$L2@#(yo1ZM>h& z^6mKj+9^-e<+!f*C~`1!bWLd&EZgIFTvC3Kf>WMj$&c1f#VkQ3IccHBBr*ME8O}Za v6AD^;ES{}UW(d8p<8i-3-NnWHDr}igCR%LR(ZZpu`0~l*=#LMaIT)+~kH%J= literal 0 Hc-jL100001 diff --git a/doc/it/images/button-show-active.gif b/doc/it/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..27f1b1b42c425e9e07afe76a37d71d319b108858 GIT binary patch literal 709 zc-nLKbhEHbT*n~7&?3N)k!p~gWmQt-R8tes*%38qO2PE0$*Wd$Z{M--z`@nWPHw+; z>G1t~S6{t+@ZsazKmULKClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?){Yx6aG{@IXZ}>_)9g5Vi-C3_&6CgSkrjf8Tcp1@Uy2eFmv5&!p*5v*yfOGG(g9!mhQ`(s-Dc=xm&;zID=+B}{ztPcW@qy;e`Pk%70k zZ;}SbJSJ`q4L(*zX3qVQT=rKOnK-y~ZZh4zJL%S)8{Ew8k0(9Tc=76u7Q5JlV)p(i zP1PI{6M`@1-#wHa$)M8F^2lL(&Uc|F#feT)4h-B%g@q5aCo|Wv|MRk|`M`PQq^L?D zPsPs#PZ*3Ydns98Q#x?kji;n?v*%}bhG_kobs>za85c9~*0{QE{Oo#KEUHGX;J}KY z)r&Paau#hfVP&*F7H0F~)z`44Q67gE&7JaS*{N+S9yyg1Pm?&ZiF?)G=GpANuHH|Q zX2k?Hs0FvN`ZctAPMP96hj-n-xnh?3SJ_zPm;-D!uaVB0^z|E~L5Jgu%vo!_k`J~j z*fOv)o5)ES9^GERb>~K(`Wl6XhVN`VVIQL{#o0uv`OVKRsw}v7F|U5*IvDR@ZsZ|zyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)}XU6aG{@IU0{5TC_a`@+&pVq8K^(_&6CgSkrmg8Te;K@w2BhFmuo1 zwy&S9(J*uQ>|PE&ey+*dYu9ho>6sI-JMG6-IFxfj?^R+In2zqXy4_-80_Uo-yPoFa=gYM^P+|C#Ys`t zwsXl54_d;vuSnrsaca}St8=FZONe!?dJ%Yf!g|wxOI;n9nLe9oFOyU@K0Q-JcTqrt ze&Lmwk52FgEI4Msz{YXw<38V*g8fDO&s~pfpY8glaVFQIh`u>bEuKV4B+UB$=aG%Q z71QaGB`3pGjmlZFlPdpBnsqS#>yG*R;%cX-mnl5<|8L}2nZEag(hbR<7o9s*o3DDd zhAIEEec+IEZdds9up?$d2Qz2bj1`Z%B3cZcx^#|d eBn#+$TJW&P;+aH}kW$5z$Nd(sCb)1gSOWkLr&{m; literal 0 Hc-jL100001 diff --git a/doc/it/images/button-show-completed.gif b/doc/it/images/button-show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..19c8b75f3d9bd9abd568c20e8302a39eef34818f GIT binary patch literal 804 zc-nLKbhEHbyv!iN&?3N)k!p~gWmQt_TvHR+*%3WyO2PE0$*Wg(Z{NP)z`@nWPHww) z>F|U5*IvDR@ZsazKmUIJClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?){2+Tr4m9)#ny?=t%W@%y^(~q%!})3X^X$cJbIPFXdi)Z%>SXY$H}O{n#0T9%0EwopFM|x znVXNF+fi%MlxYjtm#<@B(IO(&Z}`%$wi7dGgd93v+mw7wBx6GUxExW4m}+ zcb#0n@tDS0{_S%Q?pdLJVB*%hJM>h07_KnPJjAh*iJL=%kCl;`^R(t&$1991Dgg(S z<~3A)hAB;N$rZly4NPGx>7?5zdmGj?j+m^2rr+Kup zOCE~;VBmPfkU_VP<$-__kML_FricS4yO~p$$SkV7F|gVSJ*w+S0uKF z90*;Z$>eeLh=Vl4Do;mN&IeC@o0omtRCo8=6ulK|qWA7`eOQ`)Wo|X&ms-YYuA&<^ z=xsfERE(7|_-)Hul@IJQ5|4Git=p_4$&gy4xy9_P&Fb8_=N4R8dd+6p*H@SRoM4sy zJhM3art=;dj-&i*uZps+n->@Lz~%AEqW58UZ!Iu5_h+UUF zd`#GvNu?zreciz;6Ak{}RG)AAgQr4~LG<5pmeNLvZM=q?QYNv<%goy}xpVfOgI)!o0>2}9Ol^05e=l5uMw`@G9v^dhlZUcM0)~>~#eVR>)yj^-<96a*E zg_1fHl-5jFRf<2gF;%8ZM`#&u^1PWYvr;B3Xq{DXY~?aZ|_vOXc1t@NHxgLv??ifuC5N~XpfpSwP5mA|<-FckpmW|t zS0Kf1Ug`V)2NVJp2urq{SW@I^{G{*9ijtomR_^QFldrD$w&(JOimj)OxK=VT`y}_@ z4^m?J7O?!>J%>XNJy-%*V|m#b_}k+6*<%@)x!bsHv>KyYTD2-UYNj&I za&tq|RDLGDiL05aYU&JBOBi@F8mBREOkm>X(BNZbWaiY!S!lDJk%@y#=g^U3yN+w@ zVP?8~{pK}p=BmpVj~+bycpB$a2KEDcnD!meSKG?Y&A{Cf$H%O}%%{=(J4m5>iBf~T z9y?Q*@DKk)XFbO7zuqgD9;mwU{$t75;4i&GsFS-B>?3B{Viib0;$? zYaoX4G)zP z!gffTRos4X@weH6mk*CjzwNi?`q{hs66RS?T^AmopcB+o;^(TuDS9QyDl_QNlFpLl zC0$!ywA6Z)pIK?eIHj)O7Av2{iOKDPh2c9tKR0@ErqOTjFK(fLHQDRyQeD2ieK4{7 Z{6(8Rl`5CIJ0_Ix`zs)0<;1{X4FH|XAE5vM literal 0 Hc-jL100001 diff --git a/doc/it/images/button-show-previous.gif b/doc/it/images/button-show-previous.gif new file mode 100644 index 0000000000000000000000000000000000000000..c07ccecc560e5c793ebbeda6b7a7a307bd70552c GIT binary patch literal 625 zc-nLKbhEHb>}3#PXc1t@NHxgLvMMchuB{2|>WG{^HF@&X!ZoY#tru`0(+~pZ~xAlL!=lvM_Qn2r%d{00GEO2G)NHDt!Wq3>mA|<-FckpmV-t zE*Hzn{^f7~A6Rff{YEF(;Uz_#RR)QyvY$NHo|+RDR`R9FAdEN1ch1sDndwsNPa7=Z z=_&Dv^ShK-9wFG&zWi1MBPSmpC!&&S@lW?kd&G3B_ zZYYVEu(vDBEXpiuWKQC5W>OGnpMG?%zM@^xl_%koms-U;Hffo>yu8$T!^3{p7p6Y}Ml%3p@9hOWG*=HF?Uk;x(&!w{4rZZ~w|;C%0d_ zeB{aFTkqaI{rLIA-~Ye=lL!=lvM_Qn2r%d{00GEO2G)NHDt!Wq3>mA|<-FckpmW|t zTOh@5Ug`V)2NHZ12#dC?VJ|wFB35)<&5Lt^*ZPR-#Vpb~GJQuA($3C0dEjpL0}B== z_Tv^|cDG|or39IRWkT4wg4ub!7&-ZKL%Lh|d5Rf1`1rXPb=ni^Lwgw}PM)g4#>3A$ zYeufdyeZRWxAuqfZ(KQPwSlSupN$3+Uoe*q2R9QFclSP~i98wyPjGVT9AsuXAG-ha zq4q0$Y>doTE?&NV_R5qK9H&CH&fGLmGvHsdvU^vN2J^8{8^#dc;ypTl!)z{y3LLO! zSo&;%#*9S|4mN&TwxZz1>sCGSogp?MjQUBt`h^mYPEs|9JE5t($+N2P!hr)Kla<`( z{fSUhJ*iN~z{$k9K(3)$F%RmKn;i8Au%c<>6bq(d30I(24hn6osNg9(`JaI@~K)K5Y>ta*9)I> zDP*}|^N~d|s&R7;6+T*5xF#a+`18K!=Y3o}SbcYGiPKvaygJNL>C~(13%2(Z@a`@X ayJ_im``+DT|A~U{D!AttF81JHum%8hdk5?Q literal 0 Hc-jL100001 diff --git a/doc/it/images/button-sort-descending.gif b/doc/it/images/button-sort-descending.gif new file mode 100644 index 0000000000000000000000000000000000000000..87379e11c789e23a07278d929c4bc1a917c27173 GIT binary patch literal 618 zc-nLKbhEHboX8-;&?3N)k!p~gWmQ_@Qd=9?)e$j$YVwrn#cNjeZQC|)-~N@yPHww) z>By7Ex8A*b_VM$FzyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9kP zT`rcD{mb9}Kd>M`<3=af;j79wqm1SUggCbMSk3j%Dbb$Om(bjLc%#IbEdeIxyifMB z^*JjP6wFA@N~@cD=XjTZ0T;U#JC_DOJFhn*Cx2mhM;AX&IU@%jKNq7;Z$G==^qI3Y zdXrliI=dMb&6>l&#>3CMVp-wR8S5r>PhH8sf5+nWda4F|wi--)9bC2?+)PZ|6IY%s z;n85f(95ZF{^I4Ew>j@JoM&cwI?MJJ(;W>yHb&;B&tE=z_vFkw_8Ti(AD`N3!1(x} zL0I^Nn~sJJx0>Y`=a}qR+;h~4fj7{{XB*D}H&OoJnl&#z9+2%-e-T*Z!ZLA|7lTTy zLUExFtEVoTwKg|4kmB6*H4rl8O=@=>JWSuE_p!H#<7aWTv~s*c1Uy6pIsqM z!Tp)RO|seBbMLIHEj~BR)13JRGxNvDb9;932$s$Dp8te4!%8yoyX2+jDzDrP$<>u+2fqQYX+=q-pIhm#>m8}xo6)2hRsaPNA%SUnM#ZK8ktjzd6_P0 zBsFH9*X3i@xm}`}+^F?LoA*A$*~D48oE0CB%v-SQ3)`*$maYoj$_KqaUPeDya8RA$ zH<6j{vMTCe`NP8J;iabMfkTt Z4fFa($8~;iNhTgLOxbVR(!#)C4FDYE>VW_N literal 0 Hc-jL100001 diff --git a/doc/it/images/button-start-printer.gif b/doc/it/images/button-start-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..8e48a07bdcd8999bea9d289521de66696d3d4bcd GIT binary patch literal 589 zc-nLKbhEHbY+w*!Xc1swn90B}msfnLr0OayhmCe&Tiks(2 zyz}&{Q&-_#Wo;Uz^UQ$$NnJbR_MHY)o3#5W%-Vv?`C*Z=caP?p`@|BTY+ z%)DqpC1nE!9wvna`)uX1YZw!mxazr?bXj=$GZ^aYHCx*|`!o4@S=jjad6+e0=WyCi z=I>ZAeO~_rO-7D6T-kc6M%-)+Y}}fhahmL$d$jiVYtB^X<>ol5cKKxgEsi^R937X>8>ksF)z)+}f97NQrt#&7PR%KHEyv=I?*scC z*$>;SNLlad=&)8~UBL&=1{sf2H0O|E-~Jx$AD*v@h5U~$TJ=lU+VI8P=9%999w86i6b~;e*F?Q#u~=WZ`_i7>?`|~|=|4Mk z;&F?#xa}c1hj-x(!cy~R8#q1_T2`d2SG|0J(AC4ApI%_F*uLw^gKO4S`AMfgXj->& zEZCZTd73SI*}MBz^^-f8_WXFSque1KugA8N@6MUU+%I!oj##|B@$`(T5EFwn023h+ A!TU7gQIy5A2Ee^OlXytDJ|{Q2)T ztp9Q4%FoA-e!hA0@89qLBm%{sER0+X0t`9~Kmf9nf%Tt)N}qrtL&mCgIj{E>=bz6LNxClD+<@&qFu(SXi%i}ut0~& z!$tY0gMnPnp@-)r7O-*i@pD^g=kRfO)HgO;v6l08GW7FL%+Ad>P|eigY+>Z$^5809 z=w-~A&&i`v$+%)s+o~>xbsIGJ*cq8N?%cg`9@B!2dTN=GLA-SgOuQbg{8o$?H7@Hg z^68w?&SJQsF|n25q1Np)=S&Rmo`_nemGYsUr|Io`ogn7Vk==Z}?0^1E*zkCfugu!! zcR?zbpRS#4+4?{tDmaiKwyWy_&!Gz$`K(Q>bqtCogB|cx<81Fd|Foaysho^{Q2+K zum5rR^3TVQe!hP5_uudTBm%{sER0+X0t`9~Kmf9nf%Tt)N}qrtL&mCgIj{E>=$zl8 zBamV@uk`)@0}K2Y2urq{SW={E{G{*9ijrT&eR2Ic(_U2<)Ze?$_nWot^p@g&j>eV2 zoX3*|9c%@7-#W$E?B3UBqpp#aheD&JdN@+HO-_Ti?jj+|NWgQH2wsY`k)H5)0a_jK*F>TJ;ci_+#^_^$;oMGbT+{?QE z;5McM7qZsh+GL=XH$j7U787q-C;#i$x_mmk9G(68ANt>FCi2f>etG!Smz#l!e5_Uy zU!wLHx~`jdpq-gfCu@aM(BcjawRuGy7Z=VlklJ4GWd+lu6AIi5rB!5pZcN$9T*{>5 z6Zl~MEH}gNJ8Mq#U$CFEzvPq3j!&+E9hz~xT30qcbxva7(hV_qaln>+7K6joTP5il znOC-0Jvt@CdTj~!G`-@&#Z$F|`c5hFHorXJ_Cl#gtk$NR)> Iq5y+60LttK*8l(j literal 0 Hc-jL100001 diff --git a/doc/it/images/button-unpublish-printer.gif b/doc/it/images/button-unpublish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..797f22794becbfe315004f2ffa5288291d154a63 GIT binary patch literal 729 zc-nLKbhEHb+{Ylo&?3N)k!p~WZCzUIQd<+)*%38qO2PE0$*WiPZre70|AAGF|U5*IvDR@Zsa@KmULKClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?tKddffW0BI~Npq=ty-k%|B6)V;AKgw#9R;9Ix%NsTQH7!580``P3!4uRoroD!2W9 zYJ@f4*}s>%ny2?QdH*bJD6;evC}QMgPS9ZFtv$I#nf#lXzXpXIP{>MD-eTuZcAr}9>9+^DgBBlqSh{JgBkr%#@}{P3p9Q_ma- zWZcfb(?GSEm1jvH$5AG3j#@6}>pVe^pRQcF>B+MNZ$Bq$JYr_z)Huo5%XN`01Bw4F}iUUF8fMY6dS39a%8p+rI#d111L?S)YCtYNoVcvQ*=Ag-n;0Z3Q61j?3 zT20wl%Ip+GFE10>^j)mc>2~|t8{4!w3|6FVo+ZJ=Eu+G$IsKjA=Ir%MFSvOM#CI2G z_()z@pwlq*P=nmGMa4Q?jDfMfb2UZd_AilAwamNm)s^w2yYMQn?1<(2ueSA1Ycu>U z+{MhfNM!~44eopf9sw4C1qx^0SG>E|7UK|@dWi9;qg=u|g9lvw%R|*%Bj$dM-?)FL z^LIJcPr0uyWVZWmW)fR`XK_`tq3f#k>kYolJ{rF7l%sas36CXLj951?JcwiPh!8p2 z$W&(@sd;X~A%)8Ati`uYSoa-hR=8jI;vsM6QAMZRyqXN94mGhP4h6+|FBV0~OF~n`*I&PS`2ORYzyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?){2&?^ifXIB>DkT}P__#FCbM<%fz*S!8?r60@^f=?SU?3x%KI*)tDdAU>4yCvirW*&VcHgQIx;)Vl` z&87?-Yj!;o$g_-`-oWd3#_gfpL#y3#)922Zo!8uM%kFY-j?5RUE4w3~%VzE{ZH}6B zSod6wJ2R6OM^0Gaf_HC)?_FHx_xqM!+}^^Uc2iGY&b;eEm Y?TV$mHik`+m(y0im9?`GWMZ%e0MTr$nE(I) literal 0 Hc-jL100001 diff --git a/doc/it/images/button-view-access-log.gif b/doc/it/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..1d67c85fbd51afb38d535c98e4c70d9e95272cb5 GIT binary patch literal 697 zc-nLKbhEHbT)`m1&?3N)k!p~gWmQt_TvHv;(H=c%YQglW$*Wd$Z{M--z`@nWPHw+? z>G1Psci+Ez`r*_2KmUIJClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?qw#&caJOoA6QV}v4*ok$+_@kj@5jI!+xA=ugP80;kiAjFOL6M*TKD6^-niTU0^om zTFLZtTHNthWv>M{O0Ise zIQjY5Cv>EA_x5YdiD+tR)0sMbrpEl1o_PzF?_9vYXjRvq&NaOTs?iKQEDUuq95b1? zIW+iK8JRiP&*rkrXJq2w(m7;znYrmM!)2zcD;aLyew+D1}RFg(E6-*%8 zcWcQ@)rLL;pE{nINl&@vGep(d91w2snP}j#t)ukRK}C$ zU$OH^U}=KrqML4kA9G4u#hz+Rj1TP5F;h?Uo9CQ{nnxv#v$DYp1|GQxUFfwQ)98a?Y%=p#d@G3=8(L zehOlb$Q90hS*!En>NK?pGKU)fq~$ZOs4o3{T))V`*(dAT3YYu>s`*CdWMSc)wqjAE;JgT@F70Cxu6!OX H3=Gx)6;(lU literal 0 Hc-jL100001 diff --git a/doc/it/images/button-view-error-log.gif b/doc/it/images/button-view-error-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..edcc05b089700739283045110e9823d015f2ef59 GIT binary patch literal 631 zc-nLKbhEHboXsG@&?3N)k!p~gWmQt_TvHR!*%3KuYQglW$*WiP?AWpB;Gs3gPHek+ z>G1vgS6{xk|Ni5fKmULKClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( zE;EzkyT_IP4=gC~aN(>_axOfXW0l`F_mk&d+f`SywXLdbrB=6XGdmV__WZo*fgYj~ zPa|b?mz(zs+;}`UDVv#-kB^g4gEfhloq@k6il04+ftkC9+fJ*0A|nSMKUXV513w>o zUt334Z{LLQhNc#s*>mS>%naYQu(5f;j$$pMZ zWa8k`nP>HPte2Pzc@3 zsKI98Fp(p%t897*OT>;x2bZ$(u?CbpC}7ytHp3wH(ToX;xO&{aYDCpoY+8KE`+v`o z4A)bRitY=TGG;zWxUr>Oi{n7%5#GsKb2Li+J$ZRq;zGOSa~ap~o5QZG@@vk}TzW#& z(^HLiCC|*H8=Ol;{oQP4Ojs4MCUu`y%Eg4-YrBh%+tnsc&xxvi_J}b+VBGV6a(U7<;;LHN&Wmcb@sHz tUvaHRL_WQ^eEosZqdmXAe+b@iKhSnxt@YiB9UK+=_s^8^XklQm1^{h$FlPV& literal 0 Hc-jL100001 diff --git a/doc/it/images/button-view-page-log.gif b/doc/it/images/button-view-page-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..d48d7721e550dbdf3d6d532f9041c1aa52561561 GIT binary patch literal 694 zc-nLKbhEHbT*4s2&?3N)k!p~gWmQt-R8t+$*%38qO2PE0$*Wg%@7}ZY*vaizE*`pf z_sYu`_uqef^W)d|zyJUIClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?qMd!caJOoA6QV}(ZgAx>(naWHDI^6>GnGw}CE@v|o}FmttV*=bFh(!|Th+0MYo z$;Zn+v7@V}Z-U00@TQhFok{Z-YD}A9w`AFh_3J0|aWn6n&NtIQwT6Kwud`2sVJX&jqs&7Ls7 zsq(=s*$9Dv+YSIU9?M7uqM@@8r1f-LTQYhGFJLd2Z%UrjJ|X zzOj0^RxRjgI@)-9<@5U-!4@kXwxty`Dz+=MMYObAGiW^O)L3>vK}gAE%A;G1t~S6{xo|Ka1CKmULKClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)@Fw0x9v)Be9_dYo1rSke5rL8mUdnW0tJOCYpHvoeg4laG&+QG+#$m%WXDjs`z_76UW) z9Bu~nHV|v__?OGEeM&OKC4Y*!lWtlw(>CVUcYg(*7ljR=Pp{pzij^u)&qyO zY}j{Zsl)tho0AT2*kquZz*{wa7X!yKCTcghgUil0&l>qZG&FuCABO!83anF?Ts> zT#5}_!Q^pNX|=7m_kJdh0?{?g7i5GjF=g4F9Fdh0ufn_e+CfJ4sYlKvbvGSgVt?AV zNc&Fv$+%QP8eIduwms$Qv=5(hxv%-ano3k#@Gc%qy=T>f-|Gf4H#hI_u z1C~{6Knlmo*x_QQOS-m-D3Usq_B^t__z9K@}Xs5W1!QsY^oyR=j literal 0 Hc-jL100001 diff --git a/doc/it/index.html.in b/doc/it/index.html.in new file mode 100644 index 0000000000..d5540de8a1 --- /dev/null +++ b/doc/it/index.html.in @@ -0,0 +1,138 @@ + + + + + Home - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Principale   + +   Amministrazione   + +   Classi   + +   Documentazione/Guida   + +   Operazioni   + +   Stampanti   + +
  + +

Benvenuto!

+ +

Queste pagine web ti consentono di controllare le stampanti e le operazioni di stampa nonché eseguire operazioni di amministrazione del sistema. Fai clic su ognuna delle schede in alto o sui pulsanti seguenti per effettuare un'operazione.

+ +

+Guida +Aggiungi classe +Aggiungi stampante +Gestione classi +Gestione operazioni +Gestione stampanti +Gestione server +

+ +

Se ti viene richiesto un nome utente o una password, inserisci il nome utente +e la password di accesso o il nome utente e la password dell'utente "root".

+ +

Informazioni su CUPS

+ +

+Computer felice e stampante + + + +CUPS fornisce un sottosistema di stampa portabile per +i sistemi operativi basati su UNIX®. Sviluppato e +gestito da Easy Software +Products per promuovere una soluzione di stampa standard. CUPS è il +sistema di stampa standard utilizzato su MacOS® X e sulla +maggior parte delle distribuzioni Linux®.

+ +

CUPS utilizza l'Internet Printing Protocol ("IPP") come base per la +gestione delle operazioni di stampa e delle code e aggiunge la navigazione delle +stampanti di rete e opzioni di stampa basate su PostScript Printer +Description ("PPD") per supportare tutte le necessità di stampa.

+ +

Driver di stampa e assistenza

+ +

Visita il sito ufficiale di CUPS per i driver di stampa e assistenza:

+ +
+    www.cups.org
+
+ +

Supporto commerciale e una versione migliorata di CUPS chiamata ESP Print Pro +disponibili presso:

+ +
+    www.easysw.com
+
+ +
 
+ +

Common UNIX Printing System, CUPS, e il logo CUPS sono +marchi registrati da Easy Software +Products. CUPS è un copyright 1997-2007 di Easy Software Products, +Tutti i diritti sono riservati.

+ +
+ + diff --git a/doc/ja/images/button-accept-jobs.gif b/doc/ja/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..7ee4db66b3b035b62937d30ddef5a5c396caf1d1 GIT binary patch literal 703 zc-nLKbhEHbtYHvgXc1swn90B}mq&DogvKf@yNz~XTikdhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_VXg@J{Khnt&+ zlY@&xo83>VQ#W3lUuTl`)EpHfW*&Y&7T#7<{*|j%@@Vs|;_KvQp2Nk!$!9xPvqw8Y zhmoHpVrInNjC2DVLoar($~vP93>>`L%uH7=YqE2j7qRnJ@`luLamQ+L%v`-n>xuXC zm-?;(XLva;+??@trV;nHFoB8-2_alLn!mONPs~o(9n%)Xs9-ixv9C@beoBIxtBeSH z#DbsRNdZS2**X7hGF|bFL8xJ(c0kV_r3Vg-OboS}C$_v-<(_3$$kvmX)Yf2ECuXsL zm3djWgQDb@o6VOT7Eb%S=4{Hs1dRq^8~HDVuePkdm}|gdFyqix`HPbx1=ij+n{diu zy4Jb^uW9D4O<^gYWs=*rxi*yY&Nx=ED`jrD*Mv25x>_zBRPpI*j(x|S&>*~N=0mla zIXBK|v)p#sW^nh@(J6=Gm)aCGB+OWSTHSMUYU0f&%$IZv&KziEsBqe@b4@K^Pn71G zqU|o8yb0~1GjD0KSUfnrbMq0=8~gK?Pkij@BX&pqkltE}gN-NMKc;!UOjTTK_&)k0O6B1LI3~& literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-add-class.gif b/doc/ja/images/button-add-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..aa046eb0e180c0ff209f5f9855688c2968132734 GIT binary patch literal 590 zc-nLKbhEHbOkxmWXc1t@NHxgGwk|DpsjCa>Xpidc&zL?ndHT$X70WudZJ&Se(3*4S z_dmFQ?e(jNA3uNi`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6`cY!vq;4{ssVLKDg&jz0f2@cHjEE>;E zs$iR_Rbv`oP~)g3+{45z_rYc2rTa&0z0Ql;G?}V*ZF(!f=I}xPWy6fgOEy(LJd@*Y z;B}m5R+h>7t~j1g^MV}O9OqjVNiBOh`I#7xv{6J;iD1H}v+mJR5+|D;aGY4F=hCpx yXP1dk>~5dcac7&4h+Nx{yu85p(bhM&muB9V=-s`Y=Zcfdj1Rss>m~>=SOWm}GYjhg literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-add-printer.gif b/doc/ja/images/button-add-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..19869c62b5351f8b03193187d14a759cd2aee2eb GIT binary patch literal 634 zc-nLKbhEHb%x4f`Xc1t@NHxgGwk|1hs;voZZH?~k44*J5cly-i1pDc`A3<3-~ z3_t*K3vCT2E6_Q=B4EOgic2-`|JytImAnw-;9n4Asjx+a;}&Ch z32PLa)1%Y~)-pq;$FGD`r25&FXK|^_S<$xWYs2|v$`Muj@2`^3_SE9yjWy)v)lAS} z;p5}xW@O{x&gJA|s>#e{n4wvtZ)K38mEO2qizOpRgK-H1^DMq4O#O@=Yq{4jurW4i z?4MQIv|q(Cs2wwW6b7^vFq+s$zFjnT$p z4K6-rj&R<(!Zxm{Ymdx+8}dWy`+_;U#nozJs!Au^)L@&(U}BVTfN@{b{dFt_2eKNN zMK}ah7^gFxY>1e7|IFS9lfws^OL-Z8G$|%H$~Kyc*mOudZ}AS|{54ZMjOU=cie|Fj zL`@?(9_BkelBEp2NB6KfF{*eNFvN3BFS|3*CGhOigALjd+Y}7mJMI&go7)s}K;di? zV^~RF^piJ^Dsg6!k{eF?Co`~AR9;>AUGT~&CL;wck3B|>Qf;?O0@E0$uIgdnk#JbO z^Z<{GUBjcYDuZ^39_jg#+diC#`o_Z;Vcu_a?U1Ns^@gAqWr|L^lOK9d)($V^x%uh& rg~gLs2<_eVRj$G|_vOXc1t@NHxgGwk|DpsjUraZHw*h44*hTZ~D~amCHM~ZJW3Mz^ZfS z_uspB<;C-RA3nYP^Y8b65`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_P_qAQYOH?Q>l{{spE3xs7`4lzD#bm5a>oVjVK z!v(&bkF{4lTE)_N?D4@3Wzj57k5VI8D-4+qzZPqdWou!Q^AHH)<Z_r#2Sk1sK(^Ic2))E`^-bcAXxdG(|9= zxS?^wAvqVOf+(fM{`_|PDi%q!%CRMf?c}&nrW$5*Jzz^-gfRnC*c#5*eDXpBR^&lT}qy+1}YUW!mHgi{`Igzh=+A z-6u{Rzjov5qbCo3{QCZ%M4HJanW&8|P&xI4flASLSil zFyi7n==Gt2RpOFCj(gH6k+zu!0&7`WS~L_2GHm2}ww=0QV9rtN!otH`#aP0}%*s)u z!N?!w)T_s9l4h8qq|d~}JdY=Xor6n{k&ktWMl0LmvU2{aY(B0f%-o#O+#49OCmXIm zP@%=Qo{xu{YoazETLIg?;7+61JZ|+XMt1t;e7rn&xi}wraG%-38_3DGor9m_RNv-3 zH@K=azq!?DF){wqeMGwB4b8uP1`IYLt1Ax`F6Q`D7=!Io%ETD zc}k!FlL3R_C5?O$Sq|+F>>G z5=)fY0^E2UqGs1`3Y#yIb4bByVYS+-7mIqF44oEFaMOCZB-JPD<|_vOXc1swU}TVz64%w&_4aX%Pl(IT&8n=fXzOU5GHvprB@5SWSi5K6 z?h~huU%z?n>GLPQ|Ni<RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwf3ifFWbmx}4Yh3Utn!$nvDv%`1KX|A2zQ0%6`PjwXYn8Wt?t2bskZ zbk;k{y!>HgvV-@~cdrDVDJvWvJdh9(unB#@D0(cBSIT^u=usAKelI4za%29E&WoUN$Bcwl*V5M%Km|5t?yYOpI&vIJtTIxu<9*>oIL%HC$lM zR;|JBzSPh~z>tr#EnBOr(};^xo0-3FFT*-b4mOq?1CA>U%m_)A^Ip|LnVdcBFA6mznXNLHC=vKqe9Qr+`8a`gZHd{H8G`i01r50e%!?hNni&zL?ndHT$X6-(Q9?OJ^75`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E8yW^$?RXg=6y{+m-)nl&#eTaJHj4pO_9tweC^T4 z1O~P%$5($8QjrRAGrH=MdGgsBtJhV1ajy?DEwI(O{^QDlhXEQ)tUO$r7183R+V2EqKi9Q>XMyyZNtyEQm@ zyg6btn8U((cp{dw^Vhdb>r|g_plZ#0ZdHnJI%6vDqPm$HbxhpcTNzmSl1tVYs%;F3 zNeJQ7V&vs4$w>2Ne64Br*W*EhBa^qc*u}q`G)Cn&oqXu5+WHw z3^UiZr!2G3HfX)uXvZ{zF?-|j#(lCTUDHZFENEcTVq(%Mm|)6tQ;UmV@$k>Z2N+r7 zq$OM&rY~nUsOHwG4RqF-8ns9$V_|0IvGvzAvK4=%m*+&eos+TbD3-sOnjZY{r=k>kbLuWhg>}i(&n5(?)!(-hzR!K(wou3;_ J^I8}ftO3p{2}=L~ literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-continue.gif b/doc/ja/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..540aabf3b067e9c782928ffd067ed276e3cac13c GIT binary patch literal 469 zc-nLKbhEHbv}O=tXc1t@NHxgKwk|DksjCfYYme{l4DX+qHGOLG^jVcFmbP!-Ht)c} z)o0J`ef049hfi<+{QLc%M4&yjgx{kTRu9QEr>m6_?v6RW3~eh7FvulDohI!gcur2 zBN!fSd%&nAZe&$-AZbB@S91(E`)F57TuFA(Uum2Cg@cj78UXML#`ORI literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-delete-class.gif b/doc/ja/images/button-delete-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..a9307dbb447ffa44df7054891c72a9660ae33f59 GIT binary patch literal 579 zc-nLKbhEHbOkxmWXc1swU}TV#64TSy_3?E{Oiswn&#A7h>g?{AK6Bc#6-zg4TEBPy zo|C6fT)T1g(UXV2|Ni<RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwf3ifFWbmx}4Yh3Un49bh!7}@_o(w!;Et>K4?pYvrX$$RoIuK^1SW%-yWP!^g3=KT_ zUP?whsT$1u2a*;xp(nQTWKUS^E?q>9knb9y&^CokKfy9SHpBK!SDZ-bu_92^>(013;SN3pND2uv_ zu}s+LaG}@R!Ifc!(<+02Gk5n*kLGxIE2ULxv4rB}6&qB9Cd?LL=i6{`W>CsD6S0dL zH?s z5*8WeGsPPpTt8e>pRc-L^9w0Q4kMliQzx!T<1Xi(rQ5ZgkD+*ls nmiw#3_44xag*_X(ca;iWH8FVj6I(^EbB@5TCU$cAf z&XcE4T)lqf@zaOD|Ni<RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwf3ifFWbmx}4Yh3UtnA7)m$Krmp%r0h@T4+>T+SCOdPpTBBfzBW5wm_8@3roRSL zDHkULGk3oR4<92xE4Kz;wuUDsHzPMYbBlqM&z#29noP;81|Bu5O!@LWG`Z3zr1LWe zc^2gGbMbL>^YN7XDcN)7t(m9G*~;E9zuqv&7VF+7^uu2|_(VdQ2h( z4_+T_oXNs3v*0oNfwR_X?o~ksml@P6bCNWQCbni?74P|1>wKW$3{#(W$}EY~r9mn_ z)}`M*sZ7>hqr$sxr_Ph4M#CL`CR}ccYL1LYG}(F-V`exiHqR*4y1)`7BezgX!q$RK z#etbMx%!H6%wtCLs3~H*1tvzF6uhvbc(=^L-P`l;hSqV**RisvK047Ed@|5_XYmE6 Swvfz!dv@_iJ3BEjSOWmPV+bJt literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-edit-configuration-file.gif b/doc/ja/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..8b8a879153688187e0a2219b27a3528d2700930d GIT binary patch literal 773 zc-nLKbhEHb>|_vOXc1t@NHxgLvMMchZfcI~?hNnk&zL?ndHT$X6-(Qia}A3nYR`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_P_qAQSMH?Q>l{{spE3xp+GRxuZyjNxTyZ1C#h zvSDm`eR_iRHi>?AW&;lUI9~D6tzt?7>kfHO$Y_x)5LN0mn7xvNFNljXG*>G|S-*~- znVTVumChp04%zS*@+>ER|{TkeSeT-8XW=-cW(zDjjX5{GSXX>5M z9-1DiQyQ!jsK01g@RkX>OiRKJGje+|H1c}!SDxocn11(yk^y%jZ*4&tZ&1?ogr}=C z9`q#ZvR=|TcUYT~C#X7zXG8ni5J|UbhmLAECO0r?PlNu$e{ zG3MGV&IbpYO*unkUo3XGHq$^Pw5R2_vu*=R^@Cq`r!88v&NrLWYUc@kSCb9B2V#6C zI5;qGsGZ9g;4q`H+2Gl^iaB2wsPi1tZhQFl@B#)GwuD)2Qok5VyIFH%OX8k39N)R* zs+@s#!a8Z@{fpA%Tbh_eXRz+wd0vs>Fu!)xM%Id~cj0HU4P|1rJ$4-S?r-!L_EC?s8$m7Hsm__)`RMS@xI$%7Y<`yDPhG>JQkWj^We>~VN9 g(Z}qk^CZh7FP=;Z{uFV9!#r?h>SS{fK_&)k06W7~`v3p{ literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-export-samba.gif b/doc/ja/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..a839670d03a03016258caae94460002ed257be48 GIT binary patch literal 939 zc-nLKbhEHbyvQKJ&?3N)k!p~WZCzU8Qdbw$+8*EC8Q#~QIelvKw3!tvmv`;lx#+@$ z19$ISe);15hfnYR{QLc%M4E~t{#mnUW6|^>xn)z0b_adzFDdtbMx? zR~!TPGp#v4wYYg2X7TbQEp%9*(5TPKFYw^>^8QJ^ssaUjK7DI-ZD7q0(qIrhJM~zw zR!OU~p~4BK45@$e79JlO92c;Ckux~W!SK*aq{Cy{nrUgXxLCP3)^#f$VDw_Rq9x?~ zE9r)DqmkDgjtLW#y0Ue|9D^Sy%$>^S9_bY{{duEB!G<871ce227#VjfsJa{|%#HTo zU2y8aueXj97+7>>ttxxbD`I9VS;V!qi&0lnEw7+7YpW{*+j9nMJrGX`Hv&!Zh{^n0;Oi!^4sDa@_H_~zSP?klN^%#1OT;)m1R1)l^dymf89ka@1~7+=g5l>>8_ zSzZ)93}w5pG;wl;=8{Ocb0?PGP}6;3#KSb7lZ9`xwo`Ctx?@@qGrv)S8fPHK)rCz~ z9ZNVH7|%r9WMbq_S^3DJfn^Gl_g@>%19|mK4le?PBd1*KaSu~HqrI|W@| zZBIn|I*g z>Wdc+JbZBd!>4zD{{8+>B2fG%>RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPJixpwbth$dIvWUC!%uPLAgu|GZbRj%!QBivtfDJ|xJd?SF9g0oN8D7T4Dn zLEBh*f;WDBQMLP0xbE}j|QbTFq!2?qZxcGUPdHA_=HJSKX zDm589bh^sS)y!MlH5z%%G+d%IdARkt_$Gu~a3*SU@bmf1DKKtBFe7KXdDPOfL<;asM{%g24*!RVgWD@&%Q rbpmJJek%<9{wqn@^Y?#^6939U`y5Eb4cvO)8qPy$e(xspF z@B4oB>dz-ne!YG7@89qLBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iYyMR*5$n3SDSb2CSZupXD^I_kftiOrG+D)n znVa9AIW)?If9kZUJlcHIczL+F;!C4i7TE{cE~(RE=c(1VG1Oq>@Sf~rRG`f{Q;WHr zXPf5q!&8^>C#}?7c~HkyU?VTrI!$Iy?IS1k=IgNX^YU?Asolx2Waks@Cyd9R8uD{4 zG*;cn!N(hw{XKB>sC`^q8P}s)?EL-V>XEf`llhvUNbA153iA6O*;;AHKQy s>G_4}lMRIT?kZJCSr&i)TD=(>^8KTUDl81v09X_o;s5{u literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-manage-classes.gif b/doc/ja/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..06436731ebca76b8dbc2eb3658342e3650472f74 GIT binary patch literal 583 zc-nLKbhEHbOkxmWXc1t@NHxgLvMMchsjCZWYm4jd44*zVdGgf46-(Q5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6`c&;$fYB4a>_%u z7FnsIR}D`KsYvy+GcS~~IFwZKgCSt|;dL)Pwk4QFzCZ4DF~i~LqjOs$L)e7RFtc-*)aGBY-5 z&8gIP6fk7$(q!jnK2XVLrM+>nrnfssL{C{|mgd3P_vf*?a-Y|%iPGWVTfU_94Fm6b zu5RBsQx8pLXyCawS6?km%3$%s2jVcTKH{#O zp{Ey_bID7Vc>?bmKMm`t4fov4c>^1(MO}}ocIr=&T;kZrz~Ce%tdfxuF!Ow#a;QR; zgI|QZ z{o}0`#}?=XwQeY5v^d(imP^_wN-b3|p-|*-uEnFmS57SVX3a>KNq9a(_epoLQMcUR pW*5;*D}pyqFn+Y<)%C@Z_jmB@Hseona%0$XR=R^%Mv;NR8UXUP`)L3G literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-manage-jobs.gif b/doc/ja/images/button-manage-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..80545288ed07ed53ac519b369dd4ec838fb8ec17 GIT binary patch literal 578 zc-nLKbhEHbOkxmWXc1t@NHxgGvMMchsjCZWYme*h44*zVdGgeP6-(Q;Y?-zHz^b$7 z_TIaD<>ia}A3nYN`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6`c&O(oUp7`o_~4Pg9dx4vK^M^+jnnMHe}}EPh;U_wyP}& z(PZJ{6V&%4o=_rjJ(n_D$g zHMpjS?p}CuAwy~5<9GUMDI6Jxvm2XT^vfy>1ztB!WZ;{UaH*Y3k%5uxaA+}OZaV{8 zK$y-8=H|&RBCnS-$P`4ZmeZP~Rpxu!)xf(eiBI6m|nQ<-gAJJ?Zla9XGQDs*ByO*NYnJVw#yMypUPv5QRQn-J(5_l>G^qkj}k`T kT_)TP%5Jmc{z`uBJ-H_NbA(!oi^I(wjW-SmGBH>K04c2dHvj+t literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-manage-printers.gif b/doc/ja/images/button-manage-printers.gif new file mode 100644 index 0000000000000000000000000000000000000000..65e824a58bfff1506b9c6e68cfbf33b0fed8d7e2 GIT binary patch literal 631 zc-nLKbhEHb%x4f`Xc1t@NHxgGvMMQduB#1dZHw#f44*hDZ~D~a6-(Q1pDc`A3<3-~ z3_t*K3vCT2E6_Q=B4EOgic2-`|JytImAv5P;9oFldcp!G?xRAb z2Sj5V#S$k}NQO1W_8d5|i>33}*!sRY>(ouIit8N5<|j^Wlp;%%3$*W$%2z$S9h|qEXQh=-Mo75UVQD!6l_AvYjh) z_M_e__WI8vI2;5rUvjbXNeQq{P-tA1W{_{?d~(sHX4b+Ux5}n>uV+lXOlQJ&j~a<9azM%7KlU{bbUD#LW_oVJsEl5*ZH;WOe8B9uYe9 z+yA+Hcvs?`2@}29=CE^#UH(uqy)Ea^tB57l><6DtVw^cs%W#4Aj_sQ+{^E!~w`V7p pQ1~40`S+U7cf7c=IXgU2w*CFv2d&=HModXRK0D;_a56Gj0|1@I8T0@E literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-manage-server.gif b/doc/ja/images/button-manage-server.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b2d235f846aeecd691fd0b2f428e6da445b8896 GIT binary patch literal 569 zc-nLKbhEHbOkxmWXc1t@NHxgGwk|DpsjCZWYm4pf4DanrpFTBt`pohb%Q|-KSa9at z-g|eiynK28!>4zD|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1v-nJ9Pd50d|&haFw>kD8@T_(FuE>Up0I$4`)FY4 z4#D`Aqn{Vfwv*;8@LG^zBiECf^}xdZ%)53*f%WrauLkm5yur6elQD*ZaFMSp+bzyrbUs`arF6SdN>c zM@$We$CgFYceAO_6R??4<{v#LLE{R?Vs;PLneu#w%MuP~zl4Ftsz(}K z)hYkhXlZ|#!NbUX=UNY=cQ}+|MBS=sS|cg+PV3;jj~0x coUOzc-eXIGKO3l}9C5h1A@+)Z5EFwn0NgbGH~;_u literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-modify-class.gif b/doc/ja/images/button-modify-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..38d40a7aeca62285615c665a1ce43f34470093bd GIT binary patch literal 617 zc-nLKbhEHbOkxmWXc1t@NHxgGwk|DpZfc6??hNni&zwFrdHT$X6-(Q1pDc`A3<3-~ z3_t*K3vCT2E6`cYvw?Z{uf`ai^`r9>oN4+8>T76+x~cV1n(DaZbnufZq1S`4Syzn zD~3pIOGD-ouCxhmTI`%09JBe^wV3#tSX2AC7xpu5Q9-S_QB{mfjw9;h0}qB8O}C2y4-PC?uY70&Hn zrH-ypFYs|H<~i45YT@|Sv#Fd>L}o?%vj;jZo-qNZmw$HL*uf)nlaKKa2c(#7aUJd~v?QSOSnspWr6cUcuFfq5pa(r{N+r-5Z5PZDpg}WAMnRB8d@{;HCIb9Jfu?-Jc zRCan>C}hECnC21pDc`A3<3-~ z3_t*K3vCT2E6_Q=B4EOgic2-`|JytImAv5P;9nrrk--}0e~mG` z#5KId@lk37YndU_<5NN^QvK|UXDX@RUa_TSUYW1E!LFLsNo($Da`Cblar0^>Xt40{ zadR`W@o;Nam1u-B@h7BcTN%t@NUvY4#gdUTJ%zc1Z$>Yp$8_!-#tDr4+nHj+rgfJ$V`DscsIwHlR-t9%C>)p;bCBpw_%pj6F&B(O^80Haoy zsfb0wf`$viy@g+nOx*l!Ll1xc>l<4$S28_db}BfgS@A$2uvz%tI+X|F4vmbBMGsaQ z>^L&RVW|O6NVFmYt`jZZ?9~`tT z=X>PmJv)ujOW&H8!=vQQL1hLuF&l?eh4p%-3)UF!l0Mwl)4}y`n*nnr>(< zEa~>RQqu5Y*~=6OfqzfM<=#9v++FUt=+uwTFBSw zeB|z(%P(Kt|M2PUpZ~xAlL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vg@$kK1c)$61c0MH3h}IW)F*=sOBH@N!ydGT+eLcG`e@H3yGdwk8XY z#>&$yq31NVvGXi@p{u%Qp2>pGYGE5h|Fxxh9b|KD3T3=-Rms4E(IV`;9pepih3nkH zMl4S_Hym(O7w3E&>9P3p0S^ZDA6APb8ctkfbm8mSvPZ0NG1JUDH8D+_oMs;rXOnxt zoM50StCc6gWA(uGrCaj0HHr#bQ)V2PtRHl4_sj%VCYJT57(Jw(PG#^ETk4tZEF9v_ zJUgkQc%s%pMV2E5vyvS@>UT424OqK(`lA*V#tF;hDk~mD`B^(GI`W}ALI2Pi?H`tt zE-qmIWaI;0|06~89e|1 literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-move-jobs.gif b/doc/ja/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..e381fe47553c2da7aaac60e376db6a430da91029 GIT binary patch literal 861 zc-nLKbhEHboW>x+&?3N)k!p~WZCzU8Qdb+)-X7c6pE-SM^7L61E0=X_-8%Qc!PRHZ z?zwmO%F7q`KYV)o=il%DBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3MzdQ6d5vBt;>16uR!N~i7q$W%KqhV{~uUTutMmK3)@U5$Jc_l7aDj4VB-ZthgpZP|Pa zsu)=K__%koZqa6rpUT2pZ?@oai`J22Cr)Vuu43lpt>IJWzQVtZ&(LOFGaoO{+vDD@ z+?9tPXntAB^^9c#1Jkj%m0ls*u97UNe{#DQ2KX?0Gjj6q1PC1162;kN>BQ>LD9iA~ z;cezuCZVJKr~k3=-g>&ehk-4c$FSp&1}h`mZ7Gd{rX&Wh?x!#I2pS7J_==cs7nSg6 zm}9WuvWKMfi$yIxvzuqEv0&h7WGK22rLp45BF3B1x7E@z6DBc6H*2q0r_6mohigmc zib>iV@_8p4IeI>fJbL-)A_i8uRT3W*bhucW=PfF@AaJx>>uf>VoUc3@r^J@4a4g6=^T5_vMudZ5=FxXkS}N=`<~+LBcv<7vj)Y~Yt|u}L zrrDYH#qi7w;ulzOGB2bsp#R7`nIGSJ-5N~JiH7)1I3RuMvEkA+ynmCnIG%_K-cUZD zX`f`lsx=b>-8wdy@yfB=92RCS)bmi8$zNeI!GUqPgv&WS29XC-L~0m~r9}!iIy5lJ zZE_Hl2+TMk%cZ_Ti9zf49}`zyxxi^WJQimTh_*TNI6PAL;(73Ziq3=?49(M6w;r-y zcA|iFqN0*RKXb|3&kf8=IVLTbvfAOn6QQY$f(ID-b||$t{gf0@>(Fg!Y+%~IwBZ1w zZNL_3gOaTZOq2Y-ynH^t;gONkf)=r?7s5p{t6nVX*>r$QsMk$Pb3y;41J9StNITUe T=zgMb<+25OU55n~85pbqcA9I2 literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-print-test-page.gif b/doc/ja/images/button-print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..88995e50579dad3d72c3c0e5a99c3a0944dbf50a GIT binary patch literal 688 zc-nLKbhEHb>|_vOXc1t@NHxgGwk|DksjmxeYme*h44*zVdGgf46-(Q1pDc`A3<3-~ z3_t*K3vCT2E6_P_qAQYOH?Q>l{{spE3xp+GwlZ!K3t$!LxaUw1 zpi}2HO|iVjbnZs|*B8BQgzQ-!GjNz(c{4@fVug*w#VfTF6K?<4V5)D>NYRZ}Hf(Ou zVd0(0z%r4Wn~|L-yj8o6p^b6P+Kn5utrNAAG&ndpIM~w) zR~vEg<)lsV*%`lsiEk;(I_}ENYu0tAT-SFIFksw~pmXN#yxDKoeSaGogjT{tZ_j3JHZ>EUCR$97AY+b_0w z@Ictcqj2RlfdD-pQBTf2nn!LvaX4C1k?hG*v3aTjLtxCR9fpr%b}iv{;g^tnvz~{Q zPpBjAc!T4s%iZeA3nYN^Y8b65`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_Q=B4EOgic2-`|JytImAv5P;9u}bJYpT+jzz0a zD)9*EAJ*E?Ehuqin!?2j8wrl-H`n;CJ=;*eiB1aj$yyxz%o-egJ7#ov zw(iw)60q-CoTtOc-Ne9Ivtq)60~+UiIWEU*dStS!$ViK{c2yDt4mG@Q`NDbE=t8*JX%*euJyt1_$H`)IQoqs$zp3Vxr> z>5Oa(Iv2m>o!_MWn(wSZL*Ig~VgnYP3Wo=&ysZ3kt1=3jQfILIWJtKekGORqd_xXH!JC&iLGE#bf(5uNN+1`7l_7qIJm)acc0X1K=wC5EA9mNz4_ zF?WUP;Y^1EimCikj0OhAvf^$mJTbu@LI<=M>jGA7P&~YlY40JSIX_t*+)_ECy(ny| zU;`ub##`4c8m0uCcRjE2*UPW4+2pwxgS^HLTjz$b3;GqzA9gQ_)@S|5up?P>YAeT7 zZ#IT>uf4wttgmg(Uhn60>f8GV=~pBl+V1)Jnc>*uhQ57!Cnq|)$&~otZ|_x9WMHrc E0NZ>U0ssI2 literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-reject-jobs.gif b/doc/ja/images/button-reject-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed1ac6b6a68db5e143c9087816526a21b5aa3899 GIT binary patch literal 578 zc-nLKbhEHbOkxmWXc1sI%fN7+k>jG2d(iIe!qMF@Bg3wBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iYyMR*5$n3SDt+&;^)}(^IO6x!!}ec8Ekk2Vy?&yy5i>Wx z4|7ngacez~HeUlT4>wn^CM!Sl{5X&J`PF&4R)!jk>`VNNRxqS$Gc%=5tZOu4oz7fk zC3}34zN8I-lM`KX7J!zs^E(3mTSC8J6A23T*M=FsA5Oo?4}rQ2fm7e zp8olw`pj0nS3|rRS^4(0CLdRFXk?jwVCN3y>{o~N_&c|4Fm!fgPT;Fl`*>{S((U$< z!At@Q8Itll_47%7oD{pz%(x0mgH zvgh3EbN4>oefIUm?|;AklL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_VHmSBx`m>F6IJ_Mev=xZ(bZcg`Y>8uaS?3o10mii!HW@pNXTHF_u4;X{lz8ww0kfoBM_hIvY56wV9dN zd3Uf)>6yzP%{aAwih+~BW?s&mWi3-%jkvjVSonGQ*){huFwH!9oQtVGj)8?+ldF}5 z&q#H1z(EflzObC@ZhhK(9KWt6T;DEoM}UE;V1b{W1Fwurq4MD)Jd7PoIt3p%+w66J zPtb{&e)N*+^@iD{wH5+|7R8F+CYH_c9 z^GvQ5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_Q=B4EOgic2-`|JytIrBtwnFtRdrq$tR++`4Eg z%fZ)mH2;FpgRb>1j~O^j1RmcDDNPVKVfyj$!;rJ@e^_?y3z+cPw31)5IabAxnTJ1x zg*V2wshCHLg^!P$n=v;^Bb%XhZngG;R>lSMS1i}IG6?1fp0{wVPLd|mbVin?+}_m_ zmn?3X+q6>ONnkB6m$fD{XW0?M8Je6t?irdalNa4tao7F8ohYuO`l@UFd9xXLUTJPz zrL(MnA(J8U{lj~|8y+sZ+x%#yf#Ty+yIJ|mOI_yOK|9$_M`OxHZPd$dFf zvjp?cnu+lFZ5Q|`zWMd_4Y4xLV!OBH-cUJk=ib@sw&{2FHgku6w03{}@Py%cIi;qA NPtWagcsLmutO0MI6=eVb literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-save-changes.gif b/doc/ja/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..2637b495fad31481cafe7b0a6e8dc64d3ec953db GIT binary patch literal 592 zc-nLKbhEHb3}p~uXc1t@NHxgGwk|DpsjUra??~+K4DX+qHGOLGw3+407PqWhJ8{pR zWoORre*Ea>hmUXn{{QozM4dzP5!vGe1kMW__LpH+M=fGcy6Ev3knA(n|inHXW^GHi8|ykU%~z4 zCJ(L+42;M0xVMHKS@eQgfQz|>k2Pe$tE=P#Ygo)(F=b}TK5>Uy_^ ysZqjmLH!fKv%5^Qg~DS_&#OJo_4fAmk9RzJcboG>IlA5X>{}DoE3L@DU=09oX8zp( literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-search.gif b/doc/ja/images/button-search.gif new file mode 100644 index 0000000000000000000000000000000000000000..c03e1f55fe0a79049c86e1bd1031de1c781ec3a9 GIT binary patch literal 394 zc-nLKbhEHb)MF4~Xc1t@NHxgGvMMQduCDfPYm4jd4DX+qGkt3Eie(*Jx6V0maP^7P zyKY=L`t0fL4LV0FMhC)b2s)DX3feW_6@un|sznj%7@ZQ-oO8 zO1f`bVYDEDL#k6F;iJavv)s4OxYb$6^t{;4xnj|>(v99F#tL#=oay|Wj?L}nsxD3S z9SmN~%siaTj%JVtaHG%kkxmOx$+-jF*_0&Gk>!^EzK_V3>Zl{~_P%ZQ2Igm$7M2WK2j3 zX5u`NC9rb)_8Y$}Ykn~>PI3_1kkGBI%pn!iVc@o}b^D)}5(_z#dd01r7#OSpBF?Rr literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-set-allowed-users.gif b/doc/ja/images/button-set-allowed-users.gif new file mode 100644 index 0000000000000000000000000000000000000000..891c1239e5a5c2f17d2473c27a541c7cf117819b GIT binary patch literal 782 zc-nLKbhEHboW>x+&?3N)k!p~WZCzU8Qdbw$-X7iCmp*-J^0XP{E0(oy-8%Qc!PV!^ z?Ynp9(#se3KYV)o_y6zzBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iVPX6*5$n3SDPHCwO+HbbqWc2P+7B=n~{Ze0Xq*j2WO@hGY4x)m`@D*gc@e9#vVRCZf-`_#hQ7n zS^Ny_-g(FLZS;M;xp-?BXXzfAn##w^b8Tm!4l5t4-m$e246G9v_?a&>?bv;pk-O2K zvF6ko)K_y|rQJF?# z2C*rb4G9T~>CgX(>{Mi4%+ecqlv$70Z1G64|2rX*hXmu9p zdMC2VY-^)P%g->DP^Vzw>&qGToOR|opy(cw96p8TQyD{mD6ij&+DQ()!s*MpYAB1JIKI=XLVz?7*mPjhP2fAcD|dJvMFv+a%^I>4PNng+td~B&uCq#Vyt04wq+N-x0(TnDF$m0%?t1C&*)i4Sm6H0VywJpMNs)+S4L(gT^a?EA{}a8lNR<7?UW=5- z1l?7FH$McHp4#F*CxBn4B!Jx@b;;rd3|TV^IhhOBPG~OHsA!udtji+cnxJ_kti7sY zi$HX%%({ce$~E?|H!$#SDUvn2%CoJB!%QsjQJ)P{;C1uDry0)n|Gs2Andrgf*d*a; n_VUT(1f8Exri8qcc*^G#w({w;kFpDy!(!Sb)%e_77#OSp!Ua+6 literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-set-as-default.gif b/doc/ja/images/button-set-as-default.gif new file mode 100644 index 0000000000000000000000000000000000000000..14834a7450d4040794dcb9144c16e9a5dc9977be GIT binary patch literal 653 zc-nLKbhEHbtYHvgXc1t@NHxgGvMMccsjUrcZHw#f44*V5fBMwqmCL(!?p%26#MWz< zkKDg^<>ia}A3nYN`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_P_q9BrDH?Q>l{{sr%3xs8>7+VTBB@AlWZYq}7 zu!gm@DmCufw8w$z%|{`fDeI3uKFA<&EhRkJO!nx5AFfJV2Oi(nWvS6lQ!mtO*J0!L zYhvTzh|#EH;jU$13$L54Z*7mytiPQ)jIf=QM__0zS~p4!E+ z>or{j3>fz>%-pqIa|Od<{-lGN{G5I|XPKFq7H{F@;P>L?=bgnfJLi&yYVz}fu+@j& zZrgrgdhB_=9F7IN*NmCD_B0roy^P}#J{qDk;prP!CU$1eM(4Iiy$eO6!)!Pb4#+I< zJT9_srgGldJ$k&KcF1sPu5o8hH4s}E*?8b!ljDYG6FCVEJqxBLySqyTo zeEzI*?@Y-3Ny{oc92^5hm}ESXQuxvxUDTOwm|~V}qAwJ; zDsszo1PX||#%+Gwl2voD;d}!N&!@FNcYT&__KB64@jLACv7Y=%Q7Y@Ebr~NByx+oR zA#8N_P>9n^+7{Q{89s4x-t?)-E0=d}+cx*W!PV!^ z@4tWV%F7q`KYV)k=il%DBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd8iVPX6*5$n3SDYK3WXRT**jX=F2$6l&&AnKDg-xxLzA&bnkiK5lMCHXd%x6)d~_ z*&M!TE=>Kvx?h`Dq=P9y?ed0t#!w!YXUn8D zTxW=JWHmf+T3C5J3c)VdkDj$GhWIL38dLM=~ah1q1uK(-W3D+33G%%%#RCM6F8kz+TK znZ7Yx(R`T`Rkc_~LiPc}Q7`vK7Ev?NLb>hY!l@@xH=fZ-naFa0QDDJ?#^z2{?u%1( zKC^1G&kXHwVRdGBCc^8-Qfpl0=cV~WE+vh3>D}hp>2}W?c71a_$L1V6y)1o=%7=On z=@Z?B`XYsmoNPZ>R?WVtl2Yly`gGCCI6g_1BD)_qn?4k?aE0m3uv@;FkujS|!J?iqcFLhd48I>ecj|%TIWH=+rBl9VY*Xl&WG$x*HAC4;= zf3nc8LrdaW(!AR;HsC) M+}~Vq=3uY}06IW#DgXcg literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-show-active.gif b/doc/ja/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..156f79db3a63b4ad8d44d627f952ed7bdd9e90df GIT binary patch literal 858 zc-nLKbhEHb+`u5h&?3N)k!p~WZCzU8Qdbw$(H_&+pD}%E^7L61tCn|d+d6mufmP?u z?YnpP%8M8GK7M-l_y6zzBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iVPX6*5$n3SD@v^%pGT)8XbR)?PNxuxQ=9)f!BUDUFOA968K9 z{Pirnv&}Z~Z_(hJ&&Shvgn{E2KbKZcrIuZ$Ci83-zAIWR>mICms=H68XtHK7A0Ibo z3_l;|nmySsH|V^+%{=)!cZy=R&~qsU6@d(s7oYk3H;b^Ec_-gk?~krt<0tHo8*SSk(#HO^w-mWc^UP;WgOprW4^ z!<=*G3?r|e?W{`&e5R~=#-QMPdCJ`_j4f)mE4E*L);Yt}P_QO3sjVTiD}?X1)B0Il zY)@{;1Z)#=Z8Fjl;i*yBI&HDLlSIJ77hG&PVmp`GObBjx%DIO(SZ2XmQ3sc+ zE=>30HrkkdSa)@f>3N~E$_%0BBDK23+gBxt_pC0>|0sDNXC+IWs)N?K$G_fwHas+A zUDCd<7N0A(H)Z}=`jm;0tLMPIvLo%Pxl(+FWHj+K}WF2-K!f(2z9g3u`k6 zt6k#rxfRbWS)4duzI;Bvf$bC%X8}jni-jGJ3{G*hs=a!#xL@y-^V|txSt|u<)D)ef Qrx+&?3N)k!p~WZCzU8Qdbw$-X7E2pD}%E^0b-dE0=X_-8yIA{*`CX z?zwmO%8TdsK74xn=il%DBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iVPX6*5$n3SD9yj<7>fa#!!bw z1vUu|_C(VHm&DfV=B8ztP3GZElTG)>iD=V4{nU}R$A zley-Q(@b%@=ya?+K4LKNo8%)9!`* zUCXaAaKzuZalQJKCNuM!H_RInqU4Nz8*CI}O!jFo)n&VL@bjuO;*9N4DhUFt0bEQx zBBmWjT79{iv;Kvx)cEk=+-yc$wc3?SGL|{|8hD*x=v+Rli+QU6hepJj)+QHSDTPqi zw0lc+cx5gX?KrejB2jCJrUb)@bIfLpd0AG9!bfdpG6&9>@KN1?kv%5L?QpSntGGD- zA{LGB{CQlA9{LlFuN_*&?an8uVszwPgUZ3iJv;#cZg*_h)DkTkKWa3Xh`rl!Cvn5i zgU?dc`JVVrbWr8)i3$^OVSDBnD+Cp;`%|AOvS*lnP*--)x;e#E zZNiMmtqPg}oR3+TZe>klVD?$9@a?K5V_D=y=7L!d4r-q@Id}it#ifo-Ow2N3HSr4) zVz+Z$ndIOUy3xU*A%5qi3z8yEYsDGD-|}`iX-#gK&cxKXwc#+2!(Q_vDQ7a=*_azQ z2qZ8qPc`D@zL)criSbFsrw*>QrkfcU9gcnr_cncU;f_$|&kqku12`Nz{5ftu5K9b^ zafncMJf+~&6>7@r7*Dd_IR; S*6~nO$+Ma2eC{m_4AuY~pi+VW literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-show-completed.gif b/doc/ja/images/button-show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..c5778421af2d6c4ce7d2b679ff3cfb6255421793 GIT binary patch literal 771 zc-nLKbhEHboW>x+&?3N)k!p~WWmQt_R8tes+8Wc{89s4x-t?)-E0=d}+d6mufmP?v z@4I*J%8TdsK74xj_y3>&Bm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd8iVPX6*5$n3SD6ueIU?PW5Jk(Z<1EQ^hYEuE>m zj*WxMHX?{WF;J_d*dRw)f5tq`a7J#vbWNr*17?0^mMjex9)52YUS_*_MLb%3#e6*6 z+}kubb`)_1WE$GcjW}7U&B4QSD1ft;o3}XeBm;+k*18kgbxF*154m^j(qLN0I8nz< zAb)=0JzbWiI{iHLwoEMlOdGZwy0f&(pkb}T2L)Q~hYZpwyBJTq6P z>j(uDA3QLtF|g?0IhG%n9K5EpO+3|5qU6nL$jZ$2vogV#!Oc=#Wl@8&p$wO>LESl- zUrmjHI;OlCiUtq58iE!bQ0bl6z@y>9z-Jqfpr9s}!*YTrpuqK@p@nMxk%~zU*Ejdi zJ$2wPv;Hv#wy4l0hfPxbZ8DGWq*@pg>=H~$R^^$mVEA{$u}$8gc^*wSPwGI`0Sed;ARf* zMz5z+58Ulq$|Cc*#PO7DlQ91jdf+0E4sIBo45bK zstXtPKY4uX!^gLO|Ns6^B2fG%>RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$>jNfysW?=z?zNMy+>XY_&xF_t+O7v~&5_MGFwL>h z$7F_PW7tCj6|o}@pA8*4L;JVtt8H5MjSgqy5&!1cOr=g=JaX5pDWr1}tpc zye$0cJgpkc%wfLTJk8~iGc*}pbZiAIIrv%n8Q4;^R#$OOX-M*3!;sD}JKI3jl8J+1 z851v;Rw4Ja!=)RTc4nz>*2vjBPg~96kS7;E7qf54evVRZj>K&|yli}o%-l1$TXPQY z_24UJc?F#KN+OE!->4&uM1y-4(ET>VqTAr5sxV9TzURYc)x={-{QSv+xXmZoj1p z2ORuo>1l~%R0Z@iFtPJ-e0aPi*-fC!J6U4E3I#@{E~YZG6h)<{x3(8l@9p&7p2sZ| k_~upb>ok{pdmD5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2TOTmtOU0pzb+4Ut<@BADrb=vM>ti_gA!yZ{wamOX zg81ZE91a*>SjO_e<#0p5oh<=6S`4f<_dc-uSXCW;|9%Sdy96DvSPhPf0xo~;TwOE6 zP7Rg-X6B?`4el16_$iF(I<^89g&H%8v{?9g`8hNuX6I;RWvp*0Fi>5ve#ep~elBJX z-Xwl!rp*QFIetYarf8}y*phcKo5zQZXAfJt7b7<>izhQzE>~L-kDI|9y(Moh#q;nq z_p+@}=i%bx)?(xLDf;uGYzv2|@AMUl;TD1pQyZpeI%~2ys$4B#G!}Uku|<2wp+-hu z4nG@?2dfjA)H#!mOuW+C;Mv2peO-+qN5g?8+kBf<0SPZ1?U>kPEKV40Zag4qA;XZ6 zAkx~jOpir?;6juBa*|sKfo&C90rrzl+Q@0kBZdv-!blu&J Pb}km1rNi6$1sJRWMd;k| literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-sort-ascending.gif b/doc/ja/images/button-sort-ascending.gif new file mode 100644 index 0000000000000000000000000000000000000000..075c46010f17b294ae668e73ad68b6cdb5ed66c0 GIT binary patch literal 604 zc-nLKbhEHbtYHvgXc1t@NHxgGvMMchsi_HUZHw#f4DXweIelvKw3+3rR&?*!vGC%> zgZJ-UefjeKhfnYR{{QozM4QCuARF3_z%orHEND$b7tvgICZ2ZO@sHQey3)0 ztHz;aiG2J#oaY|KJvLO^U}7Mw+qznhSMF-i@^>to?Cix%0s?tiXR|Z@dlD^}@L+n= zt`r%Q#X1KVn3xW7T-Ip7RMiAN#?=HG$!R24f$KNyFB#G?kje8rLEN3XeI7 z#+;4GDs=W_VCGu(Hgk#EDJFK_V>_j`H@uouufg)*HusZv!VDG*3|hAqot)AW%%&n} zaGAB~(scdq3$u1@eSKZO>|>MfZnGSr@SNB8-a4P_xU;93JN}_H`|F1%5>M+XDJ6V* MK0RNAlaaw10LH@&EdT%j literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-sort-descending.gif b/doc/ja/images/button-sort-descending.gif new file mode 100644 index 0000000000000000000000000000000000000000..79fcb4d94fdb9166a6acdbc3ccf5b8248c77c323 GIT binary patch literal 620 zc-nLKbhEHbtYHvgXc1t@NHxgGwkj!huB!`bZHwvd4DXweHGOLG^qJ+$7Ps!&wfNG7 zgZJ)UdG+$a$ItKo{{QozM48b%f~ zR`Kmj{%|mqLE?_yD@G57Lm5*N62E!Yret$jS7~0Tc>l9Iz(R_Jjn5{f)r*72Q-h5^ zl!b$Xle0>Li(8wk)4ou*ydrUmjc%m3l4$hMdcD(`%WT*mzfPhi=}i&Rm$|eLi1CK2q)L0oPuNprb2GhJn7<2-YgJNSGnr{v8G0yPN=0p zR8Z`mvvAE6r=!Z#E*M5kfALFvL!b~lH_sf7fKb*Z_H7LXLT*#tA|+1U>-~7+-EwEo zPA<+3DhnL-_j?=hM$dk7u4#%1$L@~T+Z=jVBv09+`1y%kgBJI{13_%3le-xduFhzZ z$zjXvJ~2UqZNcl=A~S;6Gz1H-w0c c!b0=&2d#H~y>q;)XGg_e>q*kCP7Dmz0L}IiO#lD@ literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-start-class.gif b/doc/ja/images/button-start-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..bd9c61973623ef1d8c292eb685abc2f0e09da30d GIT binary patch literal 603 zc-nLKbhEHbOkxmWXc1swn90B}mq%oYxaKM?`;E5YTikeg5_3pZ~xAlL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_VQSoP&Y9*Ma>@ejPuM!o|ofapdzS_TEYEnoLR`QgiQkh<{uX`;mQ<%nrtuAf^Nd z_fGH76J0wwCp?(n#9*3T_H(Dx^gT`7`_>seP*}*t*nDJZLBfWk@;MQOdOiml4(jZD zeC5yrcadZJS*ygqeQFBRZ!F5XVaMgr|9tC?Ls5%f{5*85XRcl}OF-8WZN}ETT?;#c zA22qHu+8}4b@4+h$GW-6r~71CZoIj@BYEdhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_V(GQDPo*6KL^jhh*EA1R+(%D@!B&&0!-&wpJ{ z)t-@`?aC43mz>>v%LwTJBHa6{h}1W3K(W9vggn)=T7^GWgTl<)|0^ zfy2V#heNPb0OMCVyMP3RJ|QQ5u>zk74G!zof&*e}CaT=wYWo_X+u+{q-^9-M=!4*f z21du;+4Fpaw=o=)^RudCQCN|X&c%E%0uMTaEZGvKg$NzEduqYY zO^cKccq|Mrs7+p>ov|Q) N|9)<1mlg&FYXJW-A~OI0 literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-stop-class.gif b/doc/ja/images/button-stop-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..ee44b7c7a34e208a64633b5d4526bb8577f9f42c GIT binary patch literal 570 zc-nLKbhEHbOkxmWXc1sI%fN7+k>jG25>}ijY1HB3;pOEkj@0fb z=H=n$X4dB6O4IhJu(2{?ZY<`So*d53$-%yapIwKUiGwGFfr)?8yqQ`vw{6gJ5-?)y z*J9nQy|vg^kBP5K=TJL`cM#VOR?SU1JDLnt-MD%4xOkHiIgTgQCO^sL;N>hjKljGX z?V3A{)C^g9CxxBbH%0G~SWjYs!U0B0E`#RffSkYP3t zV=+jWAQ*5&n{mE^*PFs4#~azt@3Dyp%WY)NV&-`p>}cemKH5XCEfV&l{KxWhi64>lZe}rTOxjvmODIi!cS%M zKR>d=khzg*LFyVc)1U*Z*0$B@?LG0!i6udGg0gqs!PVEFoSvaP`NgE2o6{w#+zS5r b+$zqH>GxjEXT;LZ8M`|9|3*U<76xkox%c*( literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-stop-printer.gif b/doc/ja/images/button-stop-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..7912e9df53c1b9c312e370dd40e5d13a181ffa07 GIT binary patch literal 606 zc-nLKbhEHb%x4f`Xc1sI%fN7+iSweAAe^glTqO0r8f(7q4 zZTxor{I4g^e!YGB@89qLBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iYyMR*5$n3SDnwy+0oKLdxslR?8 zu|%MIO3Bn2l10bE6J~4i>{`#1?IUe)V%0{4iy8_-Hlc?OR{Z!MsmpH?uWVS~!Iz=M zqthHyYRuIerNdXx%frnb*27g0?bmN?ZJ0BmZ>4q~KZo{mP38{%z}3b1dYi&FFV^f| zT%heD;K*pz?JaBMy*;aExAz=Z-!FVy&A4#Qw2?tf}J^h(11kXL5FJUpOCswqqxMx;&{j7;+ zCI&gIpXa(K)#$+nOSKKPJj!Cbx4pf+#I5Dv+1=%DoOac6%lob1Xt{c1^5=QEdyaTK Oy^whOz(Qpf25SI}r4g0@ literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-unpublish-printer.gif b/doc/ja/images/button-unpublish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..8ea47aa7b32583c16bd0abce10ed5a58fe41155e GIT binary patch literal 698 zc-nLKbhEHbtYHvgXc1t@NHxgGvMMQZs;v!dYme{l44*J5cly-imCL)fZJW3Mz^b$7 z_T9U8^~LjhA3nYN`~UZU5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_P_q9BrDH?Q>l{{sr%3xs8>m=8IhVBwKroWX2R z>pFXd^Sc+j)^Ri+IlY1FLlR3{xoU>G6kE%qH?eww*;kVPD=hy}&CpP;6Qyj>T$7~5 zqurvx#mi#E&8wNN!B@k_!_CcH-_W#3laZT4gQvS{QM10aK_x?e-&QRaUj7wJvzeO% zw3wMWcsDVWHZ9fS;9tPN!FTQ?gBQcJDt#9L`+3{yb(Ym>aQ0Tr)!Y)#zjODYQzy%_ zy;iU=GV=1CTeogKs~zL6J&D~9y&bt&FABJ1Zs1}yW<4yiiCeTo#FU+T4ol4=hO5er zIzB%<7<`T%?|<-5!s5ZlBMgk}JhNAF9BAlaWaAf+IPgXHo}=mJb*vHx4m{Ry=nYu) zK=ZJJLnA{XN5qGOOV*5Ba%*G`EqKvv<1833x6CK9p^rgK;?J_<;?X*ca%OwYSY|O7 z>Ij&f*s*AZn~(psP%9~qR>lOcBVRqQ_`D2~WD&5-c=71uEs>%EyB}9nU;8a9@4acU z@PLA%ewvM7$K?f2WaF7QEZqv7+q^mqSyU<*N^ZunT#As$=>2}0$+!Al+^(AsT7pzh zT2GAmGBx6uYHk|y0mZ}fdJb^8JijMxV?INqT{vdp>9%y+94-+igBMe5xdnZicN{*n zzn(w$_7C+34J_*%n8aDt6jme%wDmMRXcBOH;nZyTMEzka3sXc3hf?B;#CmfPK_&)k E09aHmS^xk5 literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-use-default-config.gif b/doc/ja/images/button-use-default-config.gif new file mode 100644 index 0000000000000000000000000000000000000000..ac7c16c8a0f86123dc44d8894e7347b89c123967 GIT binary patch literal 1017 zc-nLKbhEHbyv`uP&?3N)k!p~WZCzUIQdbw$-X7cApD}%E^7NVItCn|e+cx*W!POVe z@4t8V^2-&Bm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3MzdQ6d5vBt;>16uR!N~N$&lMdt7WU`_<!t-Mozjbg5^&W2)^fmm#!@yEis>iEWsM%@B zQL9s|%g9vD%gVv!sKFVd*_z+7phYi5$#7v+PB_Ez20fMu+DzQ)t$JH^S@`&}8CiL_ z=PqD5P|6;=X2HSbjn2(nTAQ}$@wM>n=T6Yz;W{z*-hEvM!_Fr<6?)u#T8#X~+jZVw z*v;6i!N|QTKi~)xe+Yl~ohwl#euCW$j9bq{U(cJ`tzW^!_u>0VxgF6TgLE1hm=%>I zvac=mNDp*9+%xx|P)hK`21jw0_5gu|Z4Um-Ec}a}WEQ+RZ!|^2=~v>>Hy00ys>h2| zOjv%tLBTX|j!`F%MuSkvDyG!sTn_eOd=f$h8TuEQvuYlh1T1BkvA2R*WI^ZSi8-+@ z{JVC&RC>V0#IF5T^}^{Rb=*kMMn;3a4PtyD9(jU7S#7^HSWh#))HezM`rXe-Qg2A9C+QLS7f!oFR z1xDfz6*qY&oO)Xr!9CmO-?DqmA1aSB$bVH#Js*{5dB`u+{fn}kOqb#d2FC7<3JuJ; zKR&m|O|D!P#GK3EAYc7ol_5CoOYFtlj$&D< zjZLZ6rh!*fYpVk`yPNS?oVv@TclLwd(r-(IFBmMFcU7}w>K#Yk*&Az(8LSPy7#voW zRo&vmymsk_48iV(rpa2zI4>|rFehwDS;ai_&QnR|z-I=6$Fh~3 zN2z4?(cLCr43B%gJCvQzd+g8#LHF<9UccYZ@H)Wl0E>9ehy6=T3O^j;G1qZ9q;lo; aha)25d-R2UJz_o{lTkj%EUd`DU=08u>b3v? literal 0 Hc-jL100001 diff --git a/doc/ja/images/button-view-access-log.gif b/doc/ja/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..d6e06a9744c5dea4ac3ef23690b1942f5733ead3 GIT binary patch literal 743 zc-nLKbhEHb>|_vOXc1t@NHxgGvMMQZs;LQVYmJ;VIe+@pan@tFK-@`1tAF-~WI9lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vl10bE!cEykqzp^e##k>G<2uHuxMwQ{BS8CpjLEMwu@ti>{K zuhtZ1R*pzbc1{jlj&%^7G8%<$tHk#5ZTz#tGNh<+v)>J+i%F&VGQQs*Zv4m+)$V9wB2Uotgy;yc<~g zendFAbsTJFX8FgYz@eFTa9iW#9StHY)mWMOn77=mG;nn|>ZCp;#!_X9G?%b(jaq}) zdPfB-hTuCtia*TcX8m(Ypy%3`%pEIYBvLdJf*cv`yzL%sG+MBji*+-fAqU4|nQ4=a z=iFR+>#dad8g0oNcTa6^jVtDnxT912>>wu_*R7Qkrazrvv&(1C+f>HYif8OnSsKo4 zI^7t~U>{qOxA4Zo zn7O?mAVH={n4gKq5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_P_q9BrDH?Q>l{{sr%3xs7`JQ5TpNC^n7X>8_H z-m^ke=k)|@rL7DFMX4D}#JJd)L?)3Ev=LztrYfe6Fw3GKbi8j%tb3<(VfnOWIh86;kBI535g zYm3H*FYSyj5~YXJTB*`g&E?tT9>cw`(`)Aq zm)zD_S;n&?d^T{+a%A{?DY15g!c^X%=Me%MOusBu6k}Ww7y9r3!$JlQzdKW0O&O=M zC^GY8v?eI6XKL;_S$*KZDT!&9W_9I;pVaSS*(UcvCE-9L^I;7Zm(`7r3nZq`i&i+{ zqRhZ}f%8{W-Q&=!`~OxnHuy+otihkw3vDn7_;=+^GPyZQu2 OaoOD=%N%|M2PE-~WI9lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_Vr0+#2|@ zan{)m164yV{zYfF+P=2$xsf$tsf?qqZVPL~1BMAqmRjpH9j-N;Z`NXDkh5Y`jZ?_f z_c`!Fd?^pJ!>R9kRtRi3%6-`9(V@AArzkZr$HqzIXgYX0GES)wTXE3nz!{WdvWd+cN35UXYfyUoEzrTMFZpP)m?@zH%@|o4~{>>LVzPx#S+Wn!O`}dze<_BvV QIi>vj?{O!x+&?3N)k!p~WZCzU8Qdbw$-X7E2pD}%E^0b-dE0=X_-8yIA{*`CX z?zwmO%8TdsK74xn=il%DBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iVPX6*5$n3SD9yj<7>fa#!!bw z1vUu|_C(VHm&DfV=B8ztP3GZElTG)>iD=V4{nU}R$A zley-Q(@b%@=ya?+K4LKNo8%)9!`* zUCXaAaKzuZalQJKCNuM!H_RInqU4Nz8*CI}O!jFo)n&VL@bjuO;*9N4DhUFt0bEQx zBBmWjT79{iv;Kvx)cEk=+-yc$wc3?SGL|{|8hD*x=v+Rli+QU6hepJj)+QHSDTPqi zw0lc+cx5gX?KrejB2jCJrUb)@bIfLpd0AG9!bfdpG6&9>@KN1?kv%5L?QpSntGGD- zA{LGB{CQlA9{LlFuN_*&?an8uVszwPgUZ3iJv;#cZg*_h)DkTkKWa3Xh`rl!Cvn5i zgU?dc`JVVrbWr8)i3$^OVSDBnD+Cp;`%|AOvS*lnP*--)x;e#E zZNiMmtqPg}oR3+TZe>klVD?$9@a?K5V_D=y=7L!d4r-q@Id}it#ifo-Ow2N3HSr4) zVz+Z$ndIOUy3xU*A%5qi3z8yEYsDGD-|}`iX-#gK&cxKXwc#+2!(Q_vDQ7a=*_azQ z2qZ8qPc`D@zL)criSbFsrw*>QrkfcU9gcnr_cncU;f_$|&kqku12`Nz{5ftu5K9b^ zafncMJf+~&6>7@r7*Dd_IR; S*6~nO$+Ma2eC{m_4AuY~pi+VW literal 0 Hc-jL100001 diff --git a/doc/ja/index.html.in b/doc/ja/index.html.in new file mode 100644 index 0000000000..13ce30622e --- /dev/null +++ b/doc/ja/index.html.in @@ -0,0 +1,141 @@ + + + + + ホーム - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  ãƒ›ãƒ¼ãƒ    + +   ç®¡ç†   + +   ã‚¯ãƒ©ã‚¹   + +   ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ/ヘルプ   + +   ã‚¸ãƒ§ãƒ–   + +   ãƒ—リンタ   + +
  + +

ようこそ!

+ +

この Web ページでは、システム管理作業はもちろん、プリンタやジョブ +の監視ができます。作業を行うには、上にあるタブをクリックするか、下の +ボタンをクリックしてください。

+ +

+Help +クラスの追加 +プリンタの追加 +クラスの管理 +ジョブの管理 +プリンタの管理 +サーバの管理 +

+ +

ユーザ名とパスワードを尋ねられたら、あなたのユーザ名とパスワード、 +あるいは、ユーザ名 "root" とそのパスワードを入力してください。

+ +

CUPS について

+ +

+ご機嫌なコンピュータとプリンタ + + + +CUPS は、UNIX® ベースのオペレーティングシステムのための、 +ポータブルな印刷レイヤを提供します。標準印刷ソリューションを促進する +ために、Easy Software +Products によって開発および保守されています。CUPS は +MacOS® X および多くの Linux® +ディストリビューションで採用されている標準印刷システムです。

+ +

CUPS は +印刷ジョブとキューの管理に Internet Printing Protocol ("IPP") +を基礎として使い、ネットワークプリンタのブラウズ、 +実世界の印刷をサポートするための印刷オプションに基づく +PostScript Printer Description ("PPD") の機能を追加しています。

+ +

プリンタドライバと支援

+ +

プリンタドライバと支援については、公式 CUPS サイトを訪れてください:

+ +
+    www.cups.org
+
+ +

CUPS の商用サポート、および ESP Print Pro と呼ばれる +拡張バージョンは、以下の場所で入手可能です:

+ +
+    www.easysw.com
+
+ +
 
+ +

The Common UNIX Printing System, CUPS, and the CUPS logo are the +trademark property of Easy Software +Products. CUPS is copyright 1997-2007 by Easy Software Products, +All Rights Reserved.

+ +
+ + diff --git a/doc/pl/images/button-accept-jobs.gif b/doc/pl/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..5b8cd5b217b72db7ac0113641d84564d17fa70ea GIT binary patch literal 627 zc-nLKbhEHbY-SK)Xc1swn90B}k56Kml<``l@Gb5^yMt2>rIs8oYC79E>B{7#x0h{u zwEe=Hi}ya=eg5s`pZ~xAlL!=lvM_Qn2r%d{00GEO2G)NHDt#9O7&2C^%Xz)8KBREtSIp+?yKWprL+3!xjmX6vc$PDS;WVdm!J=VqNghufx> zckW{T6$vpbba8y)z=>%|9SC;PLCdE2~UIdG@V|1 zplQ9q66b>KM49hNbO>`hFr{xwSnE8)Kjv@~fAa$F3kqi#%l~|AS(+qz>9kgR&J0zl z03mU%NjDxntd=|$BtJ!w{h-E%PmCfi>~l7LUS8ZP-X?o-N6tcq8H<>1>&c$zSd@9( zKIk%!$F0vtc_p|PEZKZg^`Lqj`-+E71wsy{iJeR`CtfLBTvE=tY?Hx*1X+Fd-FZeC z)0rMvv)Baw5f%6`^Y#=0#TmLwoR&{#tz(eUIGS+xgNTBzm(twU&j+VAa6E{e%gVX+ZvXKI oS9DH1{h+<3hoOJp-rrwbC+(kqf1bx5L4}vE)Zne zS6{qv;Q6z=A3wkU`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbdEbY z-g|8MzUKXZ21dUW2C06J`47WnOwC^W2y8 zPUw^+C$iM1_HnZ?9M=dxt#xn8t=G3UoJoGpz-#r%?e>|^jD26~_rEV=xlsI2;iA6t z&wmHK1sy`vS`0R=beOUza33pYSK^c~y$hw}vzqm)r;13T+ z!!rjib`?&G4V4Vb*TgbbEo9zs;2HN^j(NNf%nHvlurA_Y5twjbK2tj5o~>QXi?1=; zY6-1yyx4Hbu5F@>kJPUVeq8yhq<%1QHXK;W#^GZ4V^xCemK|=)juSXmY_QfhSs@X3 uhqKLJPkENXJew)5{_J|oT$Y`=+3`%e#kxC;G5rKb_~Kypjg87I4AuZFo$s*# literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-add-printer.gif b/doc/pl/images/button-add-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..0f284487f7a42cd2397f2ccf8fe0bca294ac3a5e GIT binary patch literal 571 zc-nLKbhEHbtY8pfXc1t@NHxgLvMMQZuBi@aYme*h44*zVdGgf4B?}tXuAZ=U%dGte zR-Hb*5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk1)K znDC?GQqBAS4$~FXjad3mED=gQAUXZQiY-@Ve1rQV!ghTvt>1M$`Ar1Rp8X#e*SxE( ze1A`X=`V;@WYe%^>VTDu~+tQXJH;K=Q+ zoOS*Z!<9qldw2}C>c%t1@>w(OX5gK0OY7+=?I*DpKSnaY)&8(Z>-*0}hD(Y+FP)Ly z-+YTrC&Qrg-lmvW0$wUp7f3O*@|gRsx#8b?O#IQ4l>rMlj#`Q^?VQ9|Fd^TYnU$I4 z&E$*;DK@^krh*O|vSfW`F8THLO=VGAuXDKwL(kRM;RX!c9lQY>jxshfFbP~ z4~7H!q0P}E#(WB^8KcFOoZ>PKi$4oFX+FE~@sAP%)6^wXBU&9Fd1i@D4%r)4lrX7V gOF8EJJzHsWzO#FpwFP}$j_5u-(R@Qeh>5`(01Ti9A^-pY literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-add-this-printer.gif b/doc/pl/images/button-add-this-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..dc00856bd5ec775d88874a9831f743fe70274565 GIT binary patch literal 608 zc-nLKbhEHb>|qdLXc1t@NHxgLvMMQZs;LfWZHw#f44*zVdGgf4B?}tXuAZ=U%dGte zR-HPt^ZB#8??1l%`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3Lb za&ie$-&WhGv$cJ84El((I|wae~9|M#jHvfYk9((`7g z=WhAME%Lid;D(ujhe?%5S&3e(0|m% zAW5iB`au5C{UzMed^#E_(RLj#MVKTuEMQb?x#G7|Fhww7e-G!q6S;4Ge0yxCW#D3s9+Qh7JXMm}>AN7nkg;lA&g*>zI_FDr z@0S})_*3!dz=8q~9jV~Pc^L&cR`V~s$aYWiT7P4WnVaZCxquJb)WW82e;y&V!S81R z`|-mQ6&Bp`cXCP%xVki{!l-8e6xQZ`{qm!lgBV;TYe+lcyNg zp4zuIP$gk|=7D*l zEW5N$bRBYFOwcKEcRS0Uk!ioh^X9Y9vy-m(x|9ma-*s}gtva38?U?X1k%1{mO+7uK zJ#VJjPU%I$TL0u3-d&Y8d2rpXmD%_9&u{boY<2yW6Sh#Gq2`Z5z&*zKQ|FW@_=2)Uk4igp@Y6*Mj&E!(G%(&i`LQ=as>yw>hUT6toJ?}JT+VW_-)Up&+H}F(T~b`? z$$4gOg=J0*GpGD;u+v>P;eZUQ3P%#Nl2k~tl9G)1v5r861GgvZd3Y{uP>y*i9}~{9 zVdk`}wLeot6PQGj#n@j&EaS?|x_MM6`Fb_8bJ~hk%QtS` zaOlXv3zyE{zI*fc-(UYp1d2ad7`Ye(7<3qb0Awcv>pumRz6$~j8LQUiyxv!!b3WT( z!jFneHShmBgea&>vGkuv`QT=xHUGkkF3m}syjA1k*O zcNGIWA3x6wmetc{ZPZ}T*H<%S>YJj;&!NuRw>jp>;lqXOD|i@q)md^FS~QsI8Q8Wl z&0x2lew1aZeyiSm23C%}o9=FYb?kB$YYqn+1IJXh=U*;dJ^JP~!voK6Z-d=8%s6Pd znVRK{0#W2S%w*IXJ$_8hpnAs*e+4`t=&u?I2cxh3% z@qicu(^92H84KJQm^y9#|DChrk?58XzJSgm2EBu`8Jv4rziM90?2&%>&DLh2-*uJV zqkGI4q=hap7u-Ce7;yPnBeRX-(MfMNCEVi{6yJWra+1QbIMLEKf2IoRcr>&%N1AxP pNmABV;K(s@b6k4j$?0b8$tSvZe(pcu(pB)yXICq)k|G0xH30Sa@5ulF literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-change-settings.gif b/doc/pl/images/button-change-settings.gif new file mode 100644 index 0000000000000000000000000000000000000000..73de99527d7687050eee99b40815191d6ceb6452 GIT binary patch literal 580 zc-nLKbhEHbY-SK)Xc1t@NHxgLvMMQZs;v!dZHw#f44*hDcly-ir3)L^t(mxW>zsZ2 zS6;ZV|M|1KA3wkU`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk1+l z7D=(2SNi_{fd@Vdgk@V!EGc?v^`!62iW0BlzGeLjl^vI+*51GM?yJV^!(MFDTiLdR zzt5Y%u~Jd2DAao1qvy4%CTu*lY`lCNZG3DRiCldAJU09sy!^Z@IRzRl)A%a#(io;q zpShTsfr)~BliM+Zf3@*v#K9f5TE&&I`hfFabeTS9s+=gsygPlmQbdWKeJ2?rM%ZD-oC z$-U#Y$E4%?w$!{l9?!$3ZQrJ7`El{lXgS6$ufpD?FtajGYmJ=1z#p1^O+ZbBD^#mT z+CZ$w*z!w66U*tU+*Cu2sP$7h7fCulRJgo|fk~i6aRWzc?B|&izw9w;0!o;O)oEJ=fsD4&4@^-jh()8@53IU) z@!+F}H(tMb`0?}mzyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?)?fKffW0BI~Npq=t%YJHu{G+Sk1q%VoTTy)8#kTly$G}+hN|wyisU!W`BaznyB-4 z&d)!+Az*GGH*;B`|Ho)%ZazM4cFlqq{w_W)X7i35O)mlcBu!>M7ENA9PjrA?~^DWjmI!@n#le=W(`uTbB2NXV#euf~$|7ljRmR z_{7Muq1(}%nNzIp^wR~>%>j#R7!3sU54bSQ*kx+4;MEz|z$O2}EDS0*rt1cBC|xru zN#I%Ek?ohpA`tAbts*xh!D@V)TVPwu)A7Bx%isRrjNS-1`x*(pO*xS+|FMO^ zt5n0mSCYqslAR zEWENKLXDB5;DD5tU#mm6l&ni<=%biPOSrg1PIhIc=$KD;yES9m-N`%=!V?U5RCc(T z-FA3(!D%HICa2wO+Br*Yeh4rzSOWl@@O_a0 literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-clear.gif b/doc/pl/images/button-clear.gif new file mode 100644 index 0000000000000000000000000000000000000000..e15a4bb3ddd3b399131d94750fdd62ef23aad5bb GIT binary patch literal 469 zc-nLKbhEHb^kWcVXc1t@NHxgKwk|DpuBi!VZHw*h44*zVdHT$$pMymI8E|e^;V&P@rzPNHDp9Q}z6VH)nj4w2%@UPc+Wqm|9;gQDfmTHb)M{bH`9o(eH zXtA=YaO5B1!yELLVnRrQ=`mo#(QJTuvsp92e#LIc~B*&W4 bL(e`$DX+Y-nPJ{Pfrp&AHze(y7#OSpV(QV| literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-continue.gif b/doc/pl/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..93f849041d2623ec1ac6b7d83a61c2b83ebb9ff7 GIT binary patch literal 339 zc-nLKbhEHbG-VKBXc1t@NHxgHv@9uhuCDfPZH?~k44*V5Z~D~a)hm0qY@Tu8;OcYd z_dR`b`|aE3AHRI~`~S~>5`p4R7Dg@x0R|lgAOP9PzdIW1->dXe!HG#UN|MqQ#!RM zc-btAKAj2Knmn8=9ZMLduQoS`OW@qfz{keO#Ic!^ql1Neg_)sGFkhG!8!taE=Vpea wGPaWe0;|&Or}TQ=cWi9FWBbIuv_Q{O+4WW0d!u`wR@xX*?#BJAcl~)hjk{-Lz-l z?sFH;-nf1J*^8%t{{8w-B2fIv!pOxSz@Wnb1Ry&ZSpO-g^j#2O$XK;5=k>k<8FuE( z{^e`l*XXmGUp(NhBUNg8>BET}qsdCo&nHfZV%%{(d8@7(mtNzcj~)W+_OF=M&Bh^< zejwpu-_(S=A>juqECe(v8DjZac=>smbmH||+ncpoSlhWQ8Q4;$8mLv|Fz`7uCQPVm zWLIb5(czmG!)DpkvYvsxVfykd+w|7zHZ3Wb*LY~@L7j~g4>K_GY4BQ}_SqN9T+8Eq ze91}8HI4k0HxA#p_jsSq9_>y|CSGlpGdGt!(Cj(#;gRNr`OkNI>oIe69nsM&NMf*N z;5o-(;lOdT%e;`KCV1in-op-E3?d#4hYsj4%EVvkczDiVhJnNPgu#g&e1eT_Uqd=R z9$V10Z5nSJThxQ&Y3@_iqdRVdFVC=S*Kb&%dCKJ3syZikhuo;=8C{e9<@hW;CF&`_ X;j+8Sb>WxQ6E-BjzQ7^G#9$2oc#7I2 literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-delete-printer.gif b/doc/pl/images/button-delete-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7c6984186825ae6669814888c6557d0d884a8ab GIT binary patch literal 513 zc-nLKbhEHbEMgF0Xc1swU}TVz7Sqwy_VM%f53o&2Nz5Fb^~XXb`Y>v!(n zapv6VtJg0-cy#~w-(UYp1d2ad7`Ye(7<3qb0Awcv>pumRJ^?|7j8*G$UhgZ=IiKw? z;YY=#n)m-5LKM`MSo%+-d~h?;nt$O%m*%8hO#RJY8K1C~>gRjC36_ZJ-=e(n@x;5w z6kvSepX(7UM8IscFttxUWU#NO?Fm|UVfelGp5BP z&Cy`zY&DD=5-Wm4PRFk? z;Ydyie&{fhps#komVCY>`)g6>z5PK+zZe~say&R($vwHF Wd&kE9-7Z}QWj-@od6g6y7_0$fRp=xD literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-edit-configuration-file.gif b/doc/pl/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..89fd8a7d65c32d33d8d58c41bbab4c1cd7db2f3d GIT binary patch literal 673 zc-nLKbhEHbT*M&4&?3N)k!p~WWmQt-R8tes+7{d089se#^7I*{OBXh+T|Hsjwz&rm zuD*Ej;L|6!K74xn_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf z-RBF9~_^Y+Vem=>q14v(Uluke>d8F zUaP{}uGm_Pv0;v!zp97>FGppDxx0WtjdoY2eH=3vPgQrP20OPSU#p|)R9!AUex4YP zNt!$yRr$56bkdn(veLO$*0S)lFfelSmACM7r1G+8#` z&@f}cM6RTFOF~Kynx5Lu@$mBT{&i1srXAE|{_w-#{4qurg%6t|O+v-2ge0966Q(q? z6o}3E^m)O?4Oi1&s<{d_GGtQj&m&1BrX)8yUi`a&_ zjm5#j)BR8RU)i)|8*c;OS>d0{8gztz7&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tQ+ zz_a0~51nrIqQh zZEINcvA{s!(AM)DjV~GN{Tk~S7@0YFZH>zr8JXC5D_vAubP_o$SW5CTI{0}QH5j@1 z@)kBsh)zq@id&IMyt0tR08 zHqN12wS*hWA(4JHMAQ7feg&k*O0a<1yf8SQ(dK zf0a?aYl`Lq2B9lAEq@lRHp(ly_G>TG!MAK&eoM0y=Df&c+g+*~!Q*`7nrd^$g}+Xz zj5qd2u4oZwiqiY3#r3?q4dF732g_O11Xd()*GOm_ QGUj&Mp}^yw{MxqVKLX{#M?$88Ikbx%-KQ(%$)6uyQ(B4 z`VQYtbXa&b=YYe*3XNBKYALaN3>@r?jO-k_9c=u4JR0qt-5T6%oz?ngfeehy96h{d zOuV^eG4od~iCxaX7naBn#LvUNLUYxsExUH^++#Uc_n^jF2Bt}S_pe!cis$egmS(Lf zT|K97uDUjjfxTlvLSxiC?egqRdtQ}gzR+an;pg6=r*v`ik5r$Ze>7Fx{(jJvWHeYX YxzYHY|+pNXc1sI%fN7+mFtp>)Kx95^UfwW?Cj1*y5EnAdR$oeqOd(iIe!hA0@Bg3wBm%{sER0+X0t`9~Kmf9nf%Tt)N}qrrL&mCgIj{E>=$tQE z%f_;@fBD=02Nrw~ztPEacuCR8C6Xm4mX&yk+PPoNc{B0pr9DRTUM~nx4Cy+|y=Lyj zvl(A|_AV7wT<@T4TEG*;YpYw5Yfx2F*U(fNZ>nm*UC+SD!KuN-qruG0&zH);zi=Tt zPt2l)8u^-;3s`yh*w<~)T*}YGso=cjyqNWxqlnEyI(+@S z>CBTp9gzq~yS>DivtX{Z!#T-r-?Tc_AFRtBFA!;wc(>TZGihnu{(oO2bB+m#G_-gc z8U8R}S39 z^zY$k_qrH((%!v&d6aS8#-dOjzd#Eqh7*&jS9)emyf%}O)605V+wlv{EljLytje@m znb?odn!D+H=i7U8@{GM}&pvO=5#_9^5BsoyvFXw*FGCB4T1E?Tr4yn>3lo+LIGOIs z-`|+}r+dEFBSy!3Io3{%w{I)|Ia=%XUcJ4(r$K)I{(A9WFBjacXXz_%7gYA)2!7BM L`5?iCgTWdAEXOYG literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-manage-classes.gif b/doc/pl/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..c758f98029d1bd9a283328fc90973432f39b067d GIT binary patch literal 605 zc-nLKbhEHb>}L>RXc1t@NHxgLv@9udZfc6??hKzWF?;&dJ}fBzL-rgAF$uPE9bluE)glN`rB>&K}(l8oYaNGko5cP{sd4$1m}=+5txU ztgj3zR~{=LXks)MF*qRN&$>I2NhRnE`?E!^y(vL2HcnGlIo|l<_Px@R78g_OC;p7u z5xnt%@FEuG386LL3tXA!SOr=z+&HRuWVWU7vL&4CYVM0zc(*a_x{&GBrde46Hai%#IqqQB)>%#bOeyDI7&$!fIk=25mzB{$yZrg-rMg82 zI#PnJHP27BTv)&(*~;L{`>aW8a?_^hU8U-V9uDOWi`dxBGK(fK%uhe;w{ekxVey1F zZQFP9%yLc-;AVGk|C3~(`dvsUux7Qzg)|N|wu3Vz{EJduik{xsY;DN2aND={H!6$u QAIk2j)U@bnVPLQZ08m94Pyhe` literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-manage-jobs.gif b/doc/pl/images/button-manage-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..7aefeddaf30070dba892829e05df8d4a89c46337 GIT binary patch literal 697 zc-nLKbhEHbT*x58&?3N)k!p~WWmQ`2($o~u-5EY%Qug$z$+PBEtytEvb<6C1`&VAL zc<|xmA|<-FckpmV+? zcRQ2gyT_IP4=gC~DB-M7axOfXW7XL<_mk(^sI?a_ivD;IwcErX@XV{daxYAN?zYhh z;k^1tVBOl4?jF1gZ!CJ}z{ID?%*U+BYiHD;*W;&Z!kXWa!NXe5&KsMR!p+A&O_Osz zcfuU4Sqr8!Wa#j;GjP^uF!3;OOxED$&{)jBbjGYTTFVxdFsxj-hLx9(;|$;NJ_a>o zW^P6uMh@P3&Mpo1+C@ya?`~&jWMs~MbnA|0`6dR&ZJiA4g^au#T5oc^yf*XKxAq9f znhilSK8r0l(9FVn-k16NA~Dz2qhT?pm+|^A_Z{X)%ocPwGdFwtzei_+H)M%1uog~e zJX7%@VLGEi=oFhBljY7TFp8-xS=w-L`FsYQRRRHDGR{u$lx#@O+H&=>$hJ5}i3_ekgpN{6?O|d8Jir)+ep*Zf&tOPE!*ccFuQfS6W>y-r77<EhfSx0mn>ZCboSAw1~AqtJq*bqdJ=aZin%=c_TToB!EC;#)IQ)n9QJxhe?@iKs^V zoMdl>cbXC`oWULv=hU5R7KsX+j^uC=Qx19YutP5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3LL z?sjr~_qg)^fdvH~HJlYn&V?s)th(Fge)3!!wf^Eo(H{@&cH0{So_V!b?uE(CU1G~* zyAQ6lU2NSyK`LpZ>&?RqjLe+8b|&=(9X_fi>^xe$8N4iY>=PNXQh50ICu?%e;YpY| zVbYWtxhY&VQ>Ujap3k8%aqe>dX|YLMn;5ptn=y@#;~;yTftoQh52FraOC496Mzt0f z^EqA(P7X#!mh3CqH#ApjG4nmScw99OD*_g~RIp33y^>I2V6N8q$EK5Upi`xx@lwbp zm(KzZyqh#rwxw)uI%7G{)LqqK<>Y0)KF(*?-pTy@=%U!AC^KZ!u`CkrDNg8+jL0}z1hWMKWLpwf3ifgxknx}4Yh3Utnw z|g%&|A7SsFNEH>uq-M%nZw1oYe})!TEB(L*&i66WbN0#_u5gfdVhM7!o>;; z5w;IkI95suefm<6D8RzP%2O1qYQoB;mCMh=tijKk%aE4I&DY(l!7+_HZgOWzPhZs} zM!i}5T(PFvYGA#VA$NfY?k_OcqN88dS))n;VhJc+|rvs~-!$Hqec%V^Plv$urc*=r{ZX&Y(?3Y<^DlAnI5lQU( zB$&XsOhjBV!fVB%2M6a^hjM+rY24^%bT2N!TESz|^66RY2WGTPDU;qbd8?TDKL$%L*0cO2w@%%$d{fS;Gck3=n}bXn7t1XZ z)mVSF{Knn$<*Ij`S{^!HZ@$s0-|i>-Yx?z5<`+clC4_>09Oo-Aju7gqk57;>bZX!* fd!fL~_3FdDW)ZuL`+`ax!4KQMJS=eGV6X-NnFcd9 literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-modify-class.gif b/doc/pl/images/button-modify-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..fcf5f6d3eeb48059a7a9e4a914af3a38aac43961 GIT binary patch literal 592 zc-nLKbhEHbtY#2lXc1t@NHxgGvMMfes;voZZH?*f44*zVdCIhsr3)L^uAZ=M>zw@u zR-M0a;OUdwA3nbQ`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk1)H znDC?GQqBAS2WBX!8?p4CSW=XFKyvzp6(ZMUe1rRMEckeWX^-&-(G}IUQjDV0)$&XQ zGDCiwCs@ew9JyiIazKu+N`t*T$B<9E*p|7Gk&%U`T2Hl}Ged)yGm?>;kB_^MfvcP+ zl4GJ~WqfRGktSDFQruc?9!@=e_UuhX(<-bNEjgg8R?o<{y@fH7i?ffDOM|nZe>N|( zMo;19bqpLg;TQtkxFzon zTT76*Uf>FsM@nWaANVi#b-9~aZkVjrZB_b9=Bx7!?wIY9pPW0e@sQF)m9EsHh>MH9 zyWeV#{-eiq=D3inag$KGpo0U$=|l6ha<)z>Em1l)(J1E%%Z0qz8tIG+7Dh0nH!vA6 zNyTvA%00;F6T4r@*HK|Y0|WE1m7dxr4Gk|+pNXc1t@NHxgGvMMQZs;LQRYme{l44*zVdCIinB?}wZte&uS>+Ayu zS6{ez@Y&Nl??1l%`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3Ko z=Z-KYN;y9yZa^Kodh^EGI9Gw}5|M>8^W^4bqGl?X}#UYW&8ExXYGelH*T7H-?J)Y zV$yl>H7TlFm-9{|*W(544erN$8XvYM9o*4$m@Q*ZDt{1Hp6WmDrj&Fq)>9RmU6yTV zd6cBWa9v^t_vQ8R3})B$4pvV{nCms8@YECQTbniZvGR%>-2C`T_?j34nOQtjdl$Jj z_PN=4AK0j($HXz|rXaWRQ_Z$q`HtF#u(gJ)%tC%wgUnrBr7SoWax8docV+%VJG}+Q z4hJO|d9O_DVNW~AC{nDZD=}FlJ$aV9G5?L23r1Y*EKD2@8@7LX8vI*rYt=;O54NpK z#I6V~;0l?^y7{aa&jAH#M*U)o*QYk88+AR-j^Ni{$GbCmS@TNauqzL?atlVS*4Z%o zN$ND!UKU=fc;kvnmV}$?j=aq-Q$8=7T41gf@1bNL-ct}?&mtz_(qPphl>VTJXW4>z Sf=VHmAGEMON^s#|um%9+k0f0H literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-move-job.gif b/doc/pl/images/button-move-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..02ce3300d1800a639daaf95efee8ac449186bfdb GIT binary patch literal 608 zc-nLKbhEHbY+w*!Xc1t@NHxgKwk|1luBi!ZZHw*h44*zVdFHJ0)hm0pZk@CLz^b$7 z_dU3O_2rBE??1lz`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk2X# z5=pU}SNi_{0R^80!jdf~mK5zYdeV1hMTt~#--@m6J`Wrc7^9*hwpH7n<8yr=9bFOL z-ukLHO6EwUlpqr~zfe(*U5q9(KZ_=>jZt!sscNkzV-!C-@09d(ElxguZkwsoc{>s` z=ghNV;o;BJ;bGR`s-5Ts$G&s&Oa$V%- zVrJynzI4ZxYZ{9gnM;<%F>dG0X6IyJ^c8y&&DHjbESVuC5OqkW`)M(A{`d&~-$j|jt%v5Je?TOTA zXx!{GlYvR5&A4Y3J5SHr9bdT^8rc{mY+9zDXIwF@chNs50|U2%qTK5Hq8+p@hOWFP zvXi5LL7CgyQV$0bu z*^-g>(b9m1_x^X5aGcPL@U&#(+p81$Xio9TKEM2AfhlIo76>=*)?~4f$XJo(5gRRk zVoy!T_r|G=cMb>?hEDh>rqsXs#$orJ#nN}@O>X$~r}FvpFt>p9=l)iFlR3J(JN(d| R4vv(^m)Um)s<1Fv0|1+Q4yXVC literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-move-jobs.gif b/doc/pl/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..36029ac30866cd37479cbed72319027f08da6abf GIT binary patch literal 843 zc-nLKbhEHbJkB7(&?3N)k!p~eZCz6ATvHR++7{Q{89rfB?)0h2v*%Q=TG73A>zw@u zR-HS)@9ERq??1lz`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3LL z-nY;ZNwJ@|b3uWJj#R%+qkoBm)%*)9rj)%fU4COtS@r6^9c$Zt9t1RGJ_?<+d)n5( z{HyQ3uCNwsEbf|^peUi0R?QKVS!hzk!c9 zI7egN0*yr(rW5s4r)n}L@pJHQEiG;2VexieFvM&kuf+xD$mOFus|P}`(2M@}Q)IIlDV zD>Jjsfo};18yGlOrOuvSpvc9}#>DetvlHV&hO1If92GbgyY*@Q6G-5G;Bb|Jz0xPo zXCZ&%DiaP?4U-5y1`h_Moih_(3aK@)a4@kbBxEEQ&hpQ-n=0bmgSY0;h#_cHoT=n<% zvcmgY*5A33dEjF&Lzv0dm(^Jw#$3#Yc(!nGW=S%voA11Q$C|#SLF^6=_8AJZikU*^ z*jh73?UKrxZxG3J+T3(??ww;RFC|`7V_@E)nP99wFSM$gfrDjpf{I|q_Q;!o7VUXD z2V+0n+H9vVfuTz3wf>IwU-!Q42|V{x;c(*nIQPc-D+@O`C^xDsxEyuzBYkcio;#!LRVH79o??^z{ApRQ)NFnTFfmvI E01c#lMgRZ+ literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-print-self-test-page.gif b/doc/pl/images/button-print-self-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..bcea1ba01aa6288f82651a3c78fb25110aff8389 GIT binary patch literal 711 zc-nLKbhEHb+{qxq&?3N)k!p~gWmQt-R8tes)}GMa89se#@}#MSOBXe*Sv_If);R|c zt+{Yv|BDy*KYsr3_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zy}u=3!k>yq2No1~=t!~JPCR%b$7+7S%*O3KQR{EK$+6mGmleM@LSo<4;OA4{f6cHK zV=fMS@Z;#E@7v_+(_h{%G^;Uc*7FcBh-YNxYCU2Ey`l^f1n)L5sn zlAo7l(~4D^S0}11)?nt#;IiM5$kDjtvNkg>18?KIcZpn_jEtOI2Q>aLmCc+~-XJXH zt9fFkv%0UWt;p|32d&h(kM8Qyw^3|~Sax@dK6727%*phF+AM$nx!rOOWM`F4J(_I+!+rNt!)^k{&Z=5dKpx>^VB&+Isj5^P^6YBEv%+8rxndiD-Qic-U=n Wts+s#rX~4tpH15~XMRNn25SJ{L`kRs literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-print-test-page.gif b/doc/pl/images/button-print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..57ac13be7778b697bc175e8f748769754a4e9392 GIT binary patch literal 709 zc-nLKbhEHbT*e^6&?3N)k!p~WWmQt_TvHR++7{Q{89r%h!St!gOBXe*TQhOnws{8* zu0D5e@3W_OK74xn_y6zzBm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zJ?-T9?s4V+0}Bc~=5SUlaxOfXV>P#Z?kCT+QR`Q|IPq&m>Ba{ItG`#xknKMBR+>jc zil3c%Vp8$hir+r*woVDLjLe+8b|y7u#Y~J$Y`mpO3?0=;stsD4+@*c7W$`(jCG#}W zbod!{EBWUzFmm%{teC`6z{{e^#mCRnwoH5HZabEOj3pK8HgIp^&0^xuV(w?)*|p73 zZMr5iUn!T};z=4DSq~>H(c$4_+53FbJq<2SMn+DqC0xvmTQt6QbI;Oy^QD+|LnEUj z=b59k!};Z8S@?vMHn20u+h*$D_~|9sz`LU?_S4MlaKF|D^TK};6SUKhH}W&y@hWo( ztsc*YgC11oQduhGn2d56`TB7__^gaqANZ7^$7h+;{)PeE()mMa}f z4UIFNa(!MiLo?Hvfp>-8tnAGPR9mc;nmH(V98?$K=DDC^d!Qs_7MtIT?AxEG&29an z(bTXNAJ*QR(Rm>_3_f z#n2RfSM-Umz;V7!5h|y5u3TpIfXiw3tHs-o>7T1kwOqI;j4O4ccr!zI_FEY zMN;hMmA?OfV1ds9Vab*gONwq9J?T5MqQt7WZ%Tid*oM33_V^U|-nqS3F5`I9^4!%Y zY`-|$emI!=T~d(gHlGMjdY)!wJOd*$CvQ%heXEgbttL}sLM%HkKaWkUMjRJMO#Zx- z1WxXj8B-T8(paD|lb@Gm-m0|>>v!d{e~q`}0ueJwvH6XWuEr`K|n9*JA3#e8@k z*PJ!c=d@4qUc13?n}PE>BlimZy*iN{TwE8wOaL^X>hTI4!5$MT!|JyBx!4#`WOy{ z1xt+ zl>E3gTI5@1NKz1g-D*83!>YY`Tgrui^*Y-VJA}>aQn{f4+Y6@89qLBm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?i^HmQIj{E>=$tR% zWp{FXw>aVdfdvH|A|G7X78RY$ImNSkNwL>jriIGS4s+cu+H11G>&&a8Y~Ah2h7}Wc zZfH(wjnL%VTK+w~WsWR6BO^Osu5MLzxQU7}fsfvO=_sTM~u10yFNf2Jls zJ5MzK%9Y95aTyD_D;SpZ^RO(*=bpsL!Kul_!@$n1y>Z@xMR7})GbEkT;;fj;pk_Ex zyIYf^k&*cnr-nBBz9nllH#TKxGjbe!s&jE3HzSY6<9XK^x;1XUy#MgrJy`>jw=O;G z4}(}f1oek*7RwM~V|k#E*xkw(&NHL9U%Y{3JHr>Ri48G_%Z2|0GD#>Hwk?q0Q~8^8 zWzAFPoLy%uT~0VTFtIH>uxFw9>az`1pGC|BLMBc*JH=dHVM66+Rz9CuTS~K51-UYq z=~V2CKGo#NG)?0E#vPCIrp*!E)2Fdg$?iXVw}~9;TmP z4r$98va=M(2)t?%*xAp^_d5B2!?FiQv+nZg$>isA%Nku+!n8WzU^5#B*W;k2k22Pt zX%Kc4lE?B&<5pI>@@fjXc1swn90B}msfnLq|sWVh|O-nyMvPtCYKy9YChXM<;s+$x0h{u zwC%#1OZPtBefIUmpZ~xAlL!=lvM_Qn2r%d{00GEO2G)NHDt#9OSR7WZ%Xz)8K<9i( z4PT1gqSE*O4=Cs?5Eg7Xv7~6F(v!Y3D@uM9^{p^!WNut)TNQunU24D@KJ8Y;6%M~o zJ^ylxd!3-7bGz3Ei4{^du{w-Znl*Kr4W@}DrmBWKOqv|*oNYXs{Ih0h@w4&p^K>wB z^6_!nEMjP9V4k5paq`sZ3~b!m+!>4HHHsxN^mHMtF`E8h}m>xh&8ZW6-kx4nR(PO&FHb;jRQ-v7#6fvCrq33 zv!UHt^df_$KtZ;Ex4j4x{*v340Iu5+9q7jhB7rOleb0<(kTs*}u?D3Mr%Im8U(dY3=+Lfj??ZMxx8U3N Vr{CJuZH7YrzQ0}4u1*XL)&NST3j_cF literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-restart-job.gif b/doc/pl/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..42b7568ecf8b4bea868f7845ed1cce07eab75965 GIT binary patch literal 653 zc-nLKbhEHboX8-;&?3N)k!p~WZCz6ATw4>^+7{d089se#^0XPHOBXh-T{Cgpws{8* zu0DHy|FfsJKYV)o_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRP z%f-5~fBD=02Nncq-00*vyrk&l7s-+n%SyaL?c77JF5b4Zbn_wo-se^ZA)KO*A3Wug zFF3BmFilKRzfsw=Kp=?M)+oua#V(eaGriPT)qs~-gNu_}gPE6sqg#WALxYo#pC^`| zoi{pZi6-Z~l^O*)@r==o+mar&-3{QK5xaxLU((p589 zb6^H<2|L#TzKIOAC2JTNS(b3wuG^)-@$k)C?f5E&$=fN9X_&2_5(f=?MsCNwbR^Hp7m zw&Zs85i!EY~ zSHI|pMOZ1rCQ)uPM(NUm;x};|9&8UP_e6fW)YkOSOV|IGfkVlGZ+Gtmhh&H=U1Iuq z(!=%ar>E~9NGds0{A_!1dUA)5%fauT7S1`!UYyGE_b&sRhjYDEhx&s?rd2%YEgaVr OUMN&qNC+}9SOWmu<0wx6 literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-save-changes.gif b/doc/pl/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..2f1fee1704193adc9582f3d1f8d369e915a9b1ae GIT binary patch literal 536 zc-nLKbhEHbEMgF0Xc1t@NHxgLvMMQds;v!bYme*h44*hTcly-imCHJ|Zke@j|H_LO z4?cQ$5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk461 znDC?GQqBAS4pS7=tyua`q$w9X5E+e%02in?Y2<+$vuiK?Ewo? z-}`l&&JEg(a*oPSaX_w3CZ@H4g(LFS7C-qB!Lp?~X6^gWHYovZF^zAt3p;`C(XzNE#>#lv?%qFRl=q0w(@ zOHTE|{`kf1$F}`o))0_$$zWu%&^X@oxQmrD)WE~wL8v3c!)a`G#tQFlGTG@n#5HCV zo<1?@{jms^2@H;VOIQ;$4s2}-VqoOhCulK?;fff`8M%c40-KIrFf!qma;+*_zAeKr z?|?z@$BWHuocnYQOwP<`YM3R|sp(wyU`A8g#j>j_8ANylgE6d literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-search.gif b/doc/pl/images/button-search.gif new file mode 100644 index 0000000000000000000000000000000000000000..1bc194527128e4f7d8adc04b79575083993dde12 GIT binary patch literal 381 zc-nLKbhEHbbYKu+Xc1t@NHxgLvMMchuB#1dZHw*h44*zVdD@K95`p4R7Dg@x0R|lgAOP9P!1_x;r7u8{A!F6LoY(sr0w#Q^ zI8?E2y_2rg?gawr3mDr^q^z~7yzYaNtp zyq0X|U&$Dh-^6{uPJ%_FR9`KbgT-8jowH14{ z=Eala%KaEwII!k17N#{7@89rfB?)0h2OBXh-T|Hsz*17u+ zth#jZ;PYp9KYo7y_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zyi z%c8-{%)rFIl9_j+W)A0U9w&ab*~=F!UA}Vl+V%V#v-eEa;Ns)oI{)yJWycs6ADuCA z;Q|c~9xWb@vTK@LcNw|)<}&VGwT59`+1aB_#~(d;_G16*^?GX4H!f#mWNurqki$S* zj)A3sPpjeU%U~u(Mv;n5iyb_;ntmLT_321>$jr*j#FNdT;CQr9_@8~7jHUpCn^<3v z!VC!p(Jn^5bCS-@3Ze|GoJ;~SKQ>DrvXIqWcZ7ZY^NkCfdF4WX99qQf&LEnMp83`=3r@;q5Lz_rz`O&S zH`MXx-Zi_!Ug578_osO0mHfq?`}bKDmg!0MuufMv=yHoi!C+d-s)XzF>Q6EL(@01x zk?dGdt@nkYnUSZ(gn@a^R1qP))|rnQ?3ol6urbOrB{VSqUg)r}Rie(xfq_XyVK$fi zA&n$1m7=mo#-A2mkay|Yo9@%AcyHq)d)-}A7fSO^U}xw$rZYh?z-eYna;LT04q>h! zyHM3Yh9?CQ4QXK;4GwfNS#4!pK1ZwPnNXSS zFAwjw)_*gP&&{e5KE=g7XIj(jlRP0E-k)_IgqxHIMTyxk##s4T&SJZj$)gnTokMoD zT~Xv}4~0n_YYZ8jUW;71TgAc|^&?3N)k!p~gWmQt_TvHR+(Gfdwa_;o0$x9bDu3a;6>(;pk4z9j% z;lSg^H{ZN@^6AURzyJUIClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9i( z?s6u_caJOoA6QV}5yDxaC_MQf8ip zw3+;~D;YT085p_viWzmXIJh*|Z{*sX$I8RU&dSTj%D~R8#l3dYlSBB27_?k zCvRt8eH%TGos*5FR{rAfl;6Kr zYxlFxtbVnI#XOVRM6<6-Da#lLEtB}bCvLToXA_set;80ORB|)+?-C zhr&)zFFot=uKmEq9lIZ1VY#M##g$KjRm?+XgF=Zh@@&Tp zE>`gVQ(&m`zVM8RGuY)sQ=M97gfo+;VdJ@Q?G!_&Ho0Xh9`UNZQ+Uv2aE#+XlSjvb P-X4pr8O%b83=Gx)LCZKr literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-set-printer-options.gif b/doc/pl/images/button-set-printer-options.gif new file mode 100644 index 0000000000000000000000000000000000000000..6610735e41d8c0d3be6bf564e8a6f0f111bcbea4 GIT binary patch literal 691 zc-nLKbhEHboWmf(&?3N)k!p~gWmQ`2Tw5E|+7{d089r%B!St!gOBOb+S>3;N%d7(j zS6{kt@cFa5A3nYR`~UZU5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3LL zE_QN!_qg)^fdvH~KAaVcoC{CpSk<@B{p7heYWBs8rQFp8f%oDgOw+!`r8-n?WfPL% zXK&t6dqcMS;9A|syZZ!UbDCV3`8XIEIryr=;ux7ZdF@QteyMN6>s z9_kHtE|5Odq;q4dhw!rrM@$(HJ?Z|Mbx^aBF(ifMIbUn@gyw$%KQ(3w9X-*MdZ2rL;92Xs_$c+q7*0BZ$t1+_3OK+*= z{`|q++cH5S!J(L;c|kO@iuc2YzUDk8fgZ&Vk`0aLba?JYUwOgU$iS3g={-T?z8Nd$ zlbdO5o{aaKzA5NV=uC3FaDIbpGHZg&BQ9A(v7?P)bFQ0+a6bAI62qq1ute|PjhV^< zeax(;`KCY2o?S~#D*wdrF2w8SHiq);+6w!`_Um{n{rTD|VY0_WLA-&*s7S%zSflA$ yQ}_e}))tmy33uH^>?R)N5KepXu-z)VukB$kwojPeVn1vJ>7_0$3uruud literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-show-active.gif b/doc/pl/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..82751977db94cfa4a2431fb6d9ba3212575d5165 GIT binary patch literal 764 zc-nLKbhEHbT*Dy3&?3N)k!p~WZCz6ATw5F1)*jd089se#@|5W%OBXe*Sv_Iv*17u+ ztU7<;z_X`!K74%p_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zz26Wp;ZMb*0}Bc~bWX9@PCR%b$7;Smb3W(VsP#9dmW0%#?7eBgWuv_OjQ0K42g`Jr zvZZIK7W_H3_UG3F0jeQ9>?T!uEqWdT1_{iZwXJ@f{PpRTNgAb^%zVt6yyb>%Itz7G zyEGZ&7`gfK3K&wjI5c>3cv+Hja`bsQd9^ld+R5Li!Lx~X4io}bX=IN>eq4fF}K~n4i6>!u!#{9+iNm7IYSg~wlJw%S^7?ymSgBNIVf$Vs&Lq+ Z4UeZKv{iZt*_=>*HZ$YZ1Q!klYXCUHU19(L literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-show-all.gif b/doc/pl/images/button-show-all.gif new file mode 100644 index 0000000000000000000000000000000000000000..0473ee62638671fecb3a840bc9de6167c8f0a551 GIT binary patch literal 813 zc-nLKbhEHb+|D4v&?3N)k!p~WZCz6ATw5F1)*jd089se#^0XPHOBXh+Sv_Iv);aqR ztU7mo|I;V8KYV=q_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zy}v17!k>yq2No1~=m@dePCR%b$7+7SjK=LfQR{EyggPCyh&WniTv1h1XWXdUq3a=Fki^VYsn=!7#HY#3$E?X~AJE`9ZN{uQ z^9-kGtD8>Ri7(z?>RRz;-MfojPC3`Qaz6g_DeceX3eBs?y_2nW(6N+TszX_M z!R79b*|QiYoXWX=RHWC}k*8zJr{>dDyr1tL^PO?@#AyxY8!`(v+it0Mw-=C=K6c@v zR*ZJ71H-|vZZ5VJBEk&^-;33XM9C~sI>5O7Xn(VJ!u6}4Z|$kQUiMeXQvKQG)z^>A z^IALW-u_mx7t5Iz9Oz0ClPGdfXkcLZ$h+6!!2+c{0As!x0Lv0 zOdNVOPkg!=c4x^(2GhvS%iT>k1&$w(OHncDYn<_LM$cqRrpP<#oHZN_X1ouMKbp9H zqr#!w)C|Y)8Ad&xYRbJ6B$qKbtlH@@J9R=p>+Hx09?QAQCY?OWQGD;^^Z5yHPBPDE Z5X;gK$WT*cvTrwgmBC}BBFMyG4FIZ3b1eV> literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-show-completed.gif b/doc/pl/images/button-show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..5481f4d9a7101bb8e0e948153f9a0da0991e7af1 GIT binary patch literal 809 zc-nLKbhEHbJjx)#&?3N)k!p~WZCz62R9hR=+7{Q{89se#^0XPHOBXh-T{Cg(*17u+ zth#vd;IpT&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zy}v_SB*lK-&IJV?I#T^wjs7VPR`V~c2uXWky8OnPvgp-)UHtE~a)d2}k~Ax~`E3o~ ze?9qK1k00c+q2HiKm5gzCnHmfoky!#gNNOuL9fqBsa}Jbv%No%gL`s|bDAbIAG0Q} zgV6+?6}qZ(7?=_nx%o=V8L~M!G%ef2tG`OzvEL*aefs1oC12ZoJ$Mmk944jWr_}O=Ft3IxAa)sJjyM^2W3XM#4 z9A`4UFRYtjCC)5yB`9!%;>?x@LINf~ybm@ooG(#SusEC8)yVpf|JEmtO$!|vH_9oU z7F`gl$-vHc%|!eapWdWzA`F?y{H$)Z`X{zFm^vJEWOuN8`TK^F!|Y7qNRAzmTQx#O z0s=i^lSOl`i9`gqls;{kZ)6m+bd|ye&V!C63}Q9j?MVk0unBkXx@m6uLBNieP4Mqj zhljgZc~`ByxoV0M^YMP=-y5&aFxY?8BRt?+kBEtZgPHqAW(7f4-==Ke$=j}18uXl6 za?mX|yPKgYpFxPf!BdTa`GIcVW&yuH)AJu>9~XMI%6Dhii#?9(Yd5Y)EJ#!r{$QFt zd&R?h`*UAwT+sUCHZ?`efayVl0|O(+qx0n(9qx7g`u_BIe~skc=VC#R1XqXz#{J$o z{ZeB}2m9qF9fblmBfcNcy_k75uEaC=a;gb+aB;XLWaxglFfV&kLGzTtj0eF!Oy5!_ zpUTuYF=Ix8f!5_DV~u-Eyix};J}2ugIJ^0@X_W1P3k-hiHZa(%GcZ`(amhjXL3h)F z6HOdDN|m0?Fn)2hQ)tqJmCt5*25Pc#hHubRpUq`*qE%e^h~@KnHGYlh{E6Q*Uo0?P Vu=5B9gW#$ci*(;?aN%IE1^}PLZMFaa literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-show-next.gif b/doc/pl/images/button-show-next.gif new file mode 100644 index 0000000000000000000000000000000000000000..3fdf85798153637310627d54bbb2710d110fdd5f GIT binary patch literal 605 zc-nLKbhEHbtYQ#hXc1t@NHxgLvMMQZs;LQVYm4jd44*hTZ~D~arHh)@uAZ=U>zw@u zR-HS)|M|1KA3nYR`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk1)M znDC?GQqBAS4l@+gtyua`ED0(-AUXZQiZ54XH03X^FU`cF6VViEAkT9Lr8-H7qijhCJae43Z}FIQ|hvEc>R z6yeHmUIm72y)jxfjKXTUjJ^zf94rD23wolr7@a;cH(K1asmLh!$XiyuhW)NZtSU3U z76vev8s;tVP2{-9)Zne zS6{qv@cFYlA3nYN`~S~>5`p4R7Dg@x0R|lgAOP9P!1_-?r7u8{A!F6LoY(sbbk3V- ziKN)gD}Dd}K!W!IVab*gONu&;p7fnrQSz#&ZwmjaY13*;qpjaRei*^BXRm&?k6C{5 zD>*@?*L*@eUoQ34UvE{dH;ZKC=1Wayi09zK^h&tt>S-rqGv zi;Itcz9#1io>+d4{)v+f)S4KW_!zi285udbwlHuoYwzdPX6K%!xpVj4{Rg`^nHafF zcX8Qho?3mY^+wM=mi1iBj2jQ>-PUVi<~qn{bFPcwxh`WC3s0x^yAKRcZe9q@U$9H$ z_b<~K?i(EUhiiV4{c~`cV^i~bArWuG1V`qO>0;ZOOExappf9w|_m;rSrXba+0?~dc z2lIHj8+T05RBCXTw3vluRVn9z1L~VaEm&XdaS7lJT-=w%R?|_qtV?=((1%Z~J~x_} zHDm-h6c`+*ua6AO={3t-(_p7{ah->Q?g2XyZUL4G@y{u`R#hP)R!^2GT zYMG&LYw*OEts4!y{8k=#RJ3)+DlajmCBG7d(oK3T8+^Sr*IKc0YOMW!WLaV=%bS}! c?q4~lXth0GaYc8>hOfJK^h>)sF)&yI0CSlGB>(^b literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-sort-ascending.gif b/doc/pl/images/button-sort-ascending.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a88283f334ef865cfbf6e24ca1f232cfd7939f4 GIT binary patch literal 648 zc-nLKbhEHboXQ}=&?3N)k!p~WZCz62)Z84^-5K6DA#?iFJ}fBkn7cE`KQN+uv$-~FLPlNd&KMy;@q9x0M=j7?B8BVX7 zlE%qetHH&|$jHgHj;nUP*4nk2Ynl4)+pm%^7j}t2hc6-dKw83h@NAEN48t#V9_;`wN>s7_BP! zz@1>rnqn(fyrAd7?q&ud4X0HRA8)#Hd{E(t;O9v?lg6Mt*)3z)t67=?JyOdah!{uD z4Qxrfqg`_G&W?9?%h(dk3>V8zmLgzCF|ZCv{$n$XC-A*>?T~Z$orq-1aO#zkh$vAFG7t_Z$B379HWZEWp0vLAiyD IAQOW%0DvYZ;Q#;t literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-sort-descending.gif b/doc/pl/images/button-sort-descending.gif new file mode 100644 index 0000000000000000000000000000000000000000..61c85de29e5f18df35e7a837b823327065ccba1d GIT binary patch literal 673 zc-nLKbhEHboW>x+&?3N)k!p~WZCz62)Y1~&-5EZ8YVx${CCe7KtXn&2+qSv;53IUy zVgI9tH(tKH|KZcSzyE*#ClM(AWMSlD5Ma<@00NMm46OeYRQd!I88TL_%Xz)8K<9jk zE;q}{{^f7~A6QVZLg!PBQIls7eEh+X|tG7`3+M|PStHi@@I9rMZZ@*_!aWq-* zQl^vkgbW**?&h_7@>xQ7YIK?swet&Ni?rPY^fC&vqu7}knb>%$?aQk)*!Wts7PM;i zXX&ZxwHI_X*XuBH@$qr3<7X>l$Xuuq)67w)!NZYS#?QmNN0W0tx9wgH?)k?xm@o2k zvoUPgv}I)n|C%;i-K8-Tqd1r!YjAQfGIDV4;e4FhRI`Aek*{hVW77vI6=s3{NldJo zKQ3@fyg9Hti{aMZ?(d84Y!!cfXU(A%2l(d6@l|mY7#Jj;j8Xd+-sAW{p}}B^)<51H zg-K65MT{7?#0Uxz8 z_!Q#`6|Ob2amM7%4(08=V18~^|S literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-start-class.gif b/doc/pl/images/button-start-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..85c098a38a3bffe13fee42003896a6701606d323 GIT binary patch literal 544 zc-nLKbhEHbEN2j5Xc1swn90B}msfnLq~=$!vj zEtF!nsPz5+0}Hel2#dCySW?8P@ucs}ijrGJeJeJwm)*Xd8X1)`!z#f-uA8}BqpLSK zKVgn#flOY{*40ng4)gLx+9@TD;{_=bFb1jEQ_J_#VILFXn&xXyJorjBgltU*G+du;$&DGZ(v`FPGa{ z{_NP9Lbm6PhbkWms1X!El4~Wc}cZ4@d^rOtai6#X{ z4GttYG#JggXCk2H;5dWjP~NLWqB%EAC(8z3;k07Nw3}!5@Wz*;ywOc@sYwqe6h7#Y zZPw&4uo5^XzL-V!wA(Bb?S|zjMXc1swn90B}mset`q|O=x#|<{&o85wU2gmP^&p(#mbf#hI)oI%w z?YQy&`qMAZKmB&Bm%{sER0+X0t`9~Kmf9nf%Tt)N}qrri^HmQIj{E>=$tR{ zozJqef5qGX2NncK-00*wyrk&l7SWOu%Syat?cA?kSDt-`X|JOk&m5)t)%_*Tia%y% z=SK?)86VI6uBTw&U~sF#vC>4fR40y~jVC%Kj+vW}pPP+=pS_!hMU#<>kB`fipM{5y zeKFsZc5O~Bt?x{J9b(&lp z>T6Civhbf`<fMrH=g! zPoJ=U*c5Q5tBv{T&)Y^03%ELZ8A3u1K1etu{`;7~;S)KFj`mEw!*@>VN7^0tDZ+vb zUWyKk%!%5kPfVG*EWKxfzQhJ^!w0d-NpV)Iex(-#I~fGXUOJ_2_|!g-!{n}4z{Dlm zOp&1`dl!CfZDbXdU#fJNA=+1;bHm5Zwog&pY66uPaVsb^Uh2sGsTHwOVJfpQBj1xL z;XC4(7>kpiOel1SV2&1ae;Tysr2jgWP|31iTY8pSnC5sfT{zRQ`4B5dShClK8H#Ug z4;C%0Qaq$I{r-XdKk7PEcYJ(oA~mJdQHkr*^9#WeAHF;~#qs>&=4|$a*yA7GK3ILm R(1@w<$7i1c2~I`^YXHF97tjCz literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-stop-class.gif b/doc/pl/images/button-stop-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..8031731a4599854d145b198dffd905d053e451f3 GIT binary patch literal 573 zc-nLKbhEHbY+w*!Xc1sI%fN7+h3le}zI_JMg z38dJ~D}Dd}fP&5fVab*gONw?HJ?T5MqC~2=Z$-onW$8P6|ndR;y9 zlleJ#`MGTvI9IMVP%GPD#=)bxjB`zY5d$MHlLiy7I{z-#W7XTW7`N@v;X9~%vO{Yp z6C>AN&RsVr>h0EN;=ZKASh7qfU5jHc7w6TFz0Y3g%-3Fe?bCjZBN~i+lUO1Q5?UEp zrya1Fz1)eRId=aSiwA-F_YSs*hPr&7GBI&aO|J}Z=f(#YxY#&%vx!7k^ec3;aNN@U zV!^i5YnF~!%dE(*&|USszgnvcncJAmF7UBhI2?C8=17QFF literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-stop-printer.gif b/doc/pl/images/button-stop-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..ce485f3a16ba177971f378394a751743aa556b69 GIT binary patch literal 638 zc-nLKbhEHboXjA?&?3NamVx0s3+F{?sjJ%B=bcS%+S#3tbiW@F`KX}qS$+M>3H={7 zZTfNT+Rw*Ne!Y47@Bg3wBm%{sER0+X0t`9~Kmf9nf%Tt)N}qrti^HmQIj{E>=$tRf z-QDOg;g80h0}Bc~be6H$PCR%b$7;SQb3W(VsP(QdIZo%=uDYKP@uJ!G+>4LicjqpY z?z-O_yZH750cj`2&D*atSaR?dl{(d#s+zKLYiRPM^RQ}W^0QB1n5xOntWUKCHvY!K1Z>vrmhCJ!6YI zuLl2l_M42;Po6#-r_IEB_WTs>Ewh>LpPBi5=4(yP^Nd_`4b+X9xLZ#qzlxA)-lpE# z#PWivmD8a;(LyXsMs1FS{yl~aZIyFO1%XGmD)S|=9Oy`9++E1^N5aD5^Mqaowtp*n zOCE4MaAwpDztv)~PUdLuOo1PVS58WG^>VtL*)-AlNt36Jgvt&LL*Z>bYSAhV0R@lz zR)&->i+=b@Q8i-=mx4uS_Nx;OQ?6|K>*4Iq!@51fLSsVmY%caUS00pp6k2w3ZuRdj z-s#K{il#gQPXYuA3>uCw{gGRnG4oz$@{vz7R*I-iyJE;8vnHgg?daZ(apsOzx!Z0^ zTKv1hGh=P#Lv@B_!Uxt$Jovsof#=gMfrsz=vsbvRva)xX#4303^6`h=?{s%hV7oBA zf59W!hNp_!k{fjMA2+-bk2DYiK74xr_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tQ+ zGnX(hMW@8G@vc~su#|&gU3x|eXKwn2wRx+!wlQqv=WXA zH8{DL7`gWz)L`N}znSyao@?hhY9Bq?rN#U({pPCku`jh5r+>8l`l@qf+-if1&WZ)1 zdlIIKXhgW5ey~%Q+2yS8Wj$Ahu6t`-a|#QU8hSr(S>W)XBW%v(U5_7`tT=Yz@quX0 zD?4M%-^(uQ`I59N`oe<{=NU$sn|?gkWiX0jwRD~IL#W|mJBxtI?xP~fDxzGwcCM;Y zdv%44i!I~#&jYW|id!sMs36cSVw%e=6B~Px!SRqj3lodMh0`istZW>&Qd2|~7cWV9 zbx)O5qP2MslfZ<((h)1VWU>McGAdREq|V7szWR65%|@oqy17Oxj(wZ)WOLp(7S+pD zCMy|MGyY++jx62kqSO&3S(h*TQK5-VHh!HFLlfJX!Iznpqowg29m6~7pkv+%L3%3<4Z z{~6=sgZmD}9t^Ktd+YuSem*YdVD7A%vXUmoJncH;QVvc_9`>GGJzoKXx_+xvMrICP zr<9nSMclo$7CCHOR(vxIRp<0&H{`Id(&T2(>#ye6puxz+*PYGA%g272kBwos);!Rm#qiFi0(2Z;@3_Jw|C*!($9|*8;C}j3}F!TTOGXsW)a#wGUlmtiV z3*RP2#vKbMs2q?moX5zq!Bb(BM@QOOt_-=fpM{$(dU-CnRuR z^Ss`$O@R6CqPco=UoXtucJPJCij};M$L<7_*J|6&`W5u(-8Y_q0}e9LZw&6NEBINY zdYbj}N+pS$XbD4xt*kTd`_9$)oy6v#tiIRDbkUDznPzvGS!5>MV}5(%A9J)OgH!n2 z`b1R@v2?YLV-i90=1h#^X47ey9CAog;SSe^iPz=47sYTmgt|Gp+_&bL@gj!dbV&P& zD%+Kz*L|{hL$8D~#i>7voW?Vu!M$kVfk&bKq3THiF9bX#qxl2`8W`9)!lv{ccHP3s z!`^Y3Cw%9c1q}LECQ6=A(0XyWuRC+z%0q_#e74{B!=0?U^kbSi(NPbW>rkeaEb_3q=!Ej?C=U?NGQUz?GvBCAu)^;dPy5P1BC7(9ig^ zRIp~-%3#rrZi$`@oO{}{gtk9h)e>ejVS}q6XOG4?rw|eCqcV?cc4-TqnKb#xMroyO q3dcAO+pT`P?T%LATmExp+V6HeF?x7}Uuf#;ce~Did*H&sU=0BLf}i66 literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-view-access-log.gif b/doc/pl/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..5d89af521454b3ce89ebf558d88a8baed7eb372f GIT binary patch literal 711 zc-nLKbhEHbT*n~7&?3N)k!p~gWmQt-R9zj=+7{d089se#^5khnOBXh-T{Cg();R|b zt-f$!|MO>eKYV)k_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zy}vSG!k>yq2No1~=v-p4op|s>j@A5thQ{qZQR{E$WLat1ZCSTIP>0REc76M;jX$=Y zGXCN9H-Z0**3X)~JD9)vdI%UKF>~@{`ouG~@#dv9XmZ{GtVB)*P$;imbb(4Xk?!+~1_Vqdi%n#naKdAAP>EwHUE@sAE3xEC1F7WfQ zs?d6JR>=LFOamLcgz5xVhWYyfI6rCLSbo-3wWUX7M)8No(Ps6!|CkOa9$*l0N-2ui zwdMPUCwq*v&NH6y{LFo7x<&<)!pq!w%q&xnSZJ-ftl~Sj-p{w@mT{vM1GAXPicq%$ zm&`ezSN@JFm}<~faL#Unl$y@b;?N0v+N9xYvEw&Bs<-u7uK9d8;U3~Q~eY7IV5y3cesL?a>M-JPbL&YUa)4Gw3r zeHBmMYl|^VW|$UmUaW+7cSN4~>f>A2y;v`KKV>$F$T&m&rASj0S z3R^Qr)kDRHEz{n#HY+p-ta#XFWU*jIrqP4|)^?R?91ZD*9v(Q#p*-uwqi(Y`C!AXh Xu5l>0d3GG=?X{V;!dXa>fx#L8(RfNV literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-view-error-log.gif b/doc/pl/images/button-view-error-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..c99078ad81bec964609dc5feed96ed4b2b7e592a GIT binary patch literal 717 zc-nLKbhEHbT+SfE&?3N)k!p~WWmQt_Tw5F1+7{E@89se#^5khnOBOb)T{Cg();aqR ztU7;w-?OK;KYV=q_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zJ@4fB?s4V+0}Bc~mT*=mITxPHv6|mD_mk(^sP(H~toU)@&@OL-A7<00vi7-b_+GU` zw%g%$Slmwe4~^SHx9^r_*Qzbn~Hfy&A zQ!FDlUqKN=G8cyiZ#|1fd0vecC-;o4voyH)_<8L3IX3ccUUQWH_?EN#*3X-i%HO{K z;IwNz3CmX&Zm3#X#muX(wwNJ;I0x@7qCa8>?NQLJe33_sAQA*7Ju&TwW|+535n4inN;Y{aMiihV=N`SMJY^w^A7yEh*=&a}Ybx9N}0M@s`lEEpw}wlhdh zu;%6ST|6~GZZRuwL$9E~moTn6tsBckf=?%|-)Iy$HMDclJ?C9}J}LFGC1~xOE)u__ zXU8F}T?<(RDsmSjG#tp~*<*BWhJVnrxePMG=eomvQqJz}vl5n9yDxZX~@+*nj8?2aPStZa7^aalkW5D^9+0vu9;n9 zaOyHk%w?W$uIZzCvP`dI!wprLvK^9Qof?lGcBpV|XXgx_vSN|=oQ6#;V#-T)JnAv| d$MBd>`r3-eeM=NJHe1@T?M&kHXklQm1^}_pM8N<6 literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-view-page-log.gif b/doc/pl/images/button-view-page-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad49a2f4fc8aaaaefd3d838e7c7046554b372e29 GIT binary patch literal 793 zc-nLKbhEHb+`}Nk&?3N)k!p~WZCz6ATw5F1))v>@89se#^3)lnOBOb+T|Hsz*0~1` zuD)>Lz_X`!K74%p_y3>&Bm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zy}vzR!k>yq2No1~=tu=O%{x($V>SQ6i_-^^z1H7YW9B9+Dt}w-hJ{@6S)(mp4?I|E z*SFu<$Z;e$Yw90I`IfKx>^xd|nmp_#mF2oTtqz_72Fc8v&3au935-*C?dxYS8ABQu$MPax7LDqnq!w^pmY@3wuK zJG6P1ad94IVCH4un5MzAlY#35Pb&Mlt4FSB++f_aWqBPFf87IpwRIYccCd0xaB#F? zSr(_tvHVfPcF_!vjRhS14vvgp_Sgm(C^#6$%h(#}G&3o7S3dkFb;B~jputRJ$r}|1 zg9#3jtfv|F8h7d)Jka#1NHIhC+yZX@=?pnR2^S9X2VS+>*08jRp*cz*G+=Gj)t!3fduba_u zriUTqpj)de)6P7@jqiD;JN{96y00L1>MEWM-(zFvmRg33tTtN8P~`r9rN-YI;*2a; z7)%~?6#6i*?TlQ|7%f&2cGtsjvTg3`vI5a|iC1DvnxqT&MohnbDo?tc>(-^Ge8T+B z?QgQ}IHhDaGfa$QVq{TBcyIUe(y6zti#;YVJZA8o_0lD*PKPH|#ENgu4CVl4{iCjz z8Mrd8A7~al=Dfh+)l!EB=Dj&T?r>Sp2@kU^J@R?B^jn+B4wCyj439H)#;RR&I=MqU z!8K*>2`4*F-Ua8mxDR}r-E~Xw!I>6Ivqd7E5iir)y$w4i+>s9nlZ=>Z>LA29EvD^b z)O3>x39K_xoEAFNrf$1%lp}fB%V)C#)|@;%rQlkoI&YMgVv~LOx0lbQtiK2_F<1it D?rCDk literal 0 Hc-jL100001 diff --git a/doc/pl/images/button-view-printable-version.gif b/doc/pl/images/button-view-printable-version.gif new file mode 100644 index 0000000000000000000000000000000000000000..27ae97c763e3a512c98bb9506cbc1b0f9f8680a8 GIT binary patch literal 819 zc-nLKbhEHb+`}Nk&?3N)k!p~WZCz6ATw5F1+7{d089se#^0XOcOBOb+T{B_p*17u+ zt~z^e-_s|zKYV=q_y6zzBm%{sER0+X0t`9~Kmf9nf%Tt)N?(8?L&mCgIj{E>=$tRf zy}vzR!k>yq2No1~=tu=O%{x($V>SQ6i_-^^z1H7YW9B9+Dj%&RVa_)__4(}gUo))5 z7`N%pwK53d6n!iZb}_oFqN>KYUa!sAQ@|jZnX|mzjfqc_nU7hM*S?maLu>NX=`&{= z&eL9IsM@2+n83)*mtQznlaoV(HlvQp^&1Ox4r&}Z#&CjxV}b_Hb_UM7$rmoAf8M(Nn}OPDjRi*-nN$KUaI-Qc zt`SlRE_`r@E1H2xC0pP*gJT63%O0!m3d(v+j513li~}Aswg33XBqYHc@W9n(y9(0+ zjsr<9MK5HIY+PD2&pk?+dzJ9A_eagd*0E_Qym-K_5yhOgHe+cM1M|wz_X-LgJO`NK zjMHsxA2Tq9EihrU37sgG5nMkdEF$!{>G^PxqX9Z6gv~Sp7CIet`N}QPv7W7_+s>mw z;BFJ!nNu7Wz9cEBWihOa`&_Eex|N-mgYoGdww3b_)$90sFZ-ExV0*p${BOH=6b3H- z8*)I-n}PAh%pTLaJj& z-`|@*>XkeRo2Kxop@uH126smO=5TgQp@fP>t{hG_?E<}Cfr;KY2U z!(FdhgpE7n*+KyavxOTMEb6{LM}v=>=|)A*Bu$+IcPDfd?vTp(wsgm%DZC*+n>a2P zZek5RTUa!Gy0(Us(#%?x28N>3qT5>;xE6UfiDqOSJfo-W(B37?)e)91u6!Z#`GS^7 foErSGVyj*(a-FfVh2xKb*2^VkFBZ6PFjxZs`D<#9 literal 0 Hc-jL100001 diff --git a/doc/pl/index.html.in b/doc/pl/index.html.in new file mode 100644 index 0000000000..6453c16fde --- /dev/null +++ b/doc/pl/index.html.in @@ -0,0 +1,141 @@ + + + + + Strona domowa - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Strona domowa   + +   Administracja   + +   Klasy   + +   Dokumentacja/pomoc   + +   Zadania   + +   Drukarki   + +
  + +

Witaj!

+ +

Te strony WWW pozwalają na monitorowanie drukarek i zadań oraz +przeprowadzanie zadań administracyjnych systemu. Naciśnij na dowolną +powyższą kartę lub poniższy przycisk, aby przeprowadzić zadanie.

+ +

+Pomoc +Dodaj klasę +Dodaj drkarkę +Zarządzaj klasami +Zarządzaj zadaniami +Zarządzaj drukarkami +Zarządzaj serwerem +

+ +

Jeśli zostaniesz poproszony o nazwę użytkownika i hasło, podaj +swój login i hasło lub nazwę użytkownika "root" i hasło.

+ +

Informacje o CUPS

+ +

+Szczęśliwy komputer i drukarka + + + +CUPS dostarcza przenośną warstwę drukowania dla systemów +operacyjnych opartych na Uniksie®. Został napisany +i utrzymywany przez Easy Software +Products, aby wypromować standardowe rozwiązanie drukowania. +CUPS jest standardowym systemem drukowania używanym na MacOS-ie +® X i większości dystrybucji Linuksa®.

+ +

CUPS używa Internetowego protokołu drukowania ("IPP") +jako podstawę zarządzania zadaniami drukowania i kolejkami oraz +dodaje sieciowe przeglądanie drukarek, a także oparte na +PostScriptowym opisie drukarek ("PPD") opcje drukowania do +obsługi prawdziwego drukowania.

+ +

Sterowniki drukarek i pomoc techniczna

+ +

Odwiedź oficjalną stronę CUPS, aby uzyskać sterowniki drukarek i pomoc techniczną:

+ +
+    www.cups.org
+
+ +

Komercyjne wsparcie i ulepszona wersja CUPS o nazwie ESP Print Pro są +dostępne na:

+ +
+    www.easysw.com
+
+ +
 
+ +

Common UNIX Printing System, CUPS i logo CUPS są +zarejestrowanymi znakami towarowymi Easy Software +Products. Copyright 1997-2007 Easy Software Products, +wszelkie prawa zastrzeżone.

+ +
+ + diff --git a/doc/printing-overview.shtml b/doc/printing-overview.shtml new file mode 100644 index 0000000000..1682dae7f4 --- /dev/null +++ b/doc/printing-overview.shtml @@ -0,0 +1,125 @@ +

1 - Printing System Overview

+ +

This chapter provides an overview of how the Common UNIX Printing System +works. + +

The Printing Problem

+ +

For years the printing problem has plagued UNIX. Unlike +Microsoft® Windows® or Mac OS, UNIX has no standard interface or +system in place for supporting printers. Among the solutions currently +available, the Berkeley and System V printing systems are the most +prevalent. + +

These printing systems support line printers (text only) or +PostScript printers (text and graphics), and with some coaxing they can +be made to support a full range of printers and file formats. However, +because each varient of the UNIX operating system uses a different +printing system than the next developing printer drivers for a wide +range of printers and operating systems is extremely difficult. That +combined with the limited volume of customers for each UNIX varient has +forced most printer vendors to give up supporting UNIX entirely. + +

CUPS is designed to eliminate the printing problem. One +common printing system can be used by all UNIX varients to support the +printing needs of users. Printer vendors can use its modular filter +interface to develop a single driver program that supports a wide range +of file formats with little or no effort. Since CUPS provides both the +System V and Berkeley printing commands, users (and applications) can +reap the benefits of this new technology with no changes. + +

The Technology

+ +

CUPS is based upon an emerging Internet standard called the Internet +Printing Protocol. IPP has been embraced by dozens of printer and +printer server manufacturers and is supported by Microsoft Windows +2000. + +

IPP defines a standard protocol for printing as well as managing +print jobs and printer options like media size, resolution, and so +forth. Like all IP-based protocols, IPP can be used locally or over the +Internet to printers hundreds or thousands of miles away. Unlike other +protocols, however, IPP also supports access control, authentication, +and encryption, making it a much more capable and secure printing +solution than older ones. + +

IPP is layered on top of the Hyper-Text Transport Protocol ("HTTP") +which is the basis of web servers on the Internet. This allows users +to view documentation, check status information on a printer or server, +and manage their printers, classes, and jobs using their web browser. + +

CUPS provides a complete IPP/1.1 based printing system that provides +Basic, Digest, and local certificate authentication and user, domain, +or IP-based access control. TLS encryption will be available in future +versions of CUPS. + +

Jobs

+ +

Each file or set of files that is submitted for printing is called a +job. Jobs are identified by a unique number starting at 1 and +are assigned to a particular destination, usually a printer. Jobs can +also have options associated with them such as media size, number of +copies, and priority. + +

Classes

+ +

CUPS supports collections of printers known as classes. Jobs +sent to a class are forwarded to the first available printer in the +class. + +

Filters

+ +

Filters allow a user or application to print many types of files +without extra effort. Print jobs sent to a CUPS server are filtered +before sending them to a printer. Some filters convert job files to +different formats that the printer can understand. Others perform page +selection and ordering tasks. + +

CUPS provides filters for printing many types of image files, +HP-GL/2 files, PDF files, and text files. CUPS also supplies PostScript +and image file Raster Image Processor ("RIP") filters that convert +PostScript or image files into bitmaps that can be sent to a raster +printer. + +

Backends

+ +

Backends perform the most important task of all - they send the +filtered print data to the printer. + +

CUPS provides backends for printing over parallel, serial, and USB +ports, and over the network via the IPP, JetDirect (AppSocket), and +Line Printer Daemon ("LPD") protocols. Additional backends are +available in network service packages such as the SMB backend +included with the popular SAMBA software. + +

Backends are also used to determine the available devices. On +startup each backend is asked for a list of devices it supports, +and any information that is available. This allows the parallel +backend to tell CUPS that an EPSON Stylus Color 600 printer is +attached to parallel port 1, for example. + +

Printer Drivers

+ +

Printer drivers in CUPS consist of one of more filters specific to a +printer. CUPS includes sample printer drivers for Hewlett-Packard +LaserJet and DeskJet printers and EPSON 9-pin, 24-pin, Stylus Color, +and Stylus Photo printers. While these drivers do not generate optimal +output for the different printer models, they do provide basic printing +and demonstrate how you can write your own printer drivers and +incorporate them into CUPS. + +

Networking

+ +

Printers and classes on the local system are automatically shared +with other systems on the network. This allows you to setup one system +to print to a printer and use this system as a printer server or spool +host for all of the others. Users may then select a local printer by +name or a remote printer using "name@server". + +

CUPS also provides implicit classes, which are collections of +printers and/or classes with the same name. This allows you to setup +multiple servers pointing to the same physical network printer, for +example, so that you aren't relying on a single system for printing. +Because this also works with printer classes, you can setup multiple +servers and printers and never worry about a single point of failure +unless all of the printers and servers go down! diff --git a/doc/robots.txt b/doc/robots.txt new file mode 100644 index 0000000000..45dcdc2210 --- /dev/null +++ b/doc/robots.txt @@ -0,0 +1,31 @@ +# +# "$Id: robots.txt 3494 2003-03-19 15:37:44Z mike $" +# +# This file tells search engines not to index your CUPS server. +# +# Copyright 1993-2003 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636-3111 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +User-agent: * +Disallow: / + +# +# End of "$Id: robots.txt 3494 2003-03-19 15:37:44Z mike $". +# + diff --git a/doc/sv/images/button-accept-jobs.gif b/doc/sv/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..06f7e5aa5848a431c871d77eb5e7550e4fd06b8c GIT binary patch literal 595 zc-nLKbhEHbEMX8~Xc1swn90B}msfnLr2I-vhxOLsTik(9Qv`1teF-~WI9lL!?5NjVp#CYGe8C?r)XxFqIfrsgR4Rpun-rKA=yDE?$& zH{$}1V(r76M}213t2J{i)8ssU^4JOPQ$9EE8mbvG@oF&gE@j|l z)_J4D^L9RO@hj#p;aVRxpMI_UQ5Lj^x!}CKV-5cs#xugJS)074?Xk_U2;@GZE-IL~ zrMPe=7t=z$$mB!H496y^Zw{W3a=F06O7v*}Pl%y0D|2a?NY$23;j>+AY<_F5CXx|*9>y+y8bT&Irj$!3it^c9cxv=wQB zx~BbC_iX8#cVum+eP^Xlyi`(J_EpaBvD-ue25SJQ C%LIe~ literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-add-class.gif b/doc/sv/images/button-add-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..f398d69f9dbc387343b7f9032826b77418b0ef23 GIT binary patch literal 534 zc-nLKbhEHb%w!N@Xc1t@NHxgGvMMQZs;=^HZH?{j44*WmVEWYL)hoJp?Ot;1=h z4&J(X;pL0_??1lz`~UZU5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>&R@8o#zvE}=k_rICuy!fDfPEO;A*UBWR z$ad+Ep1Er4y{B!S)zuewTg2#%vi9MOJZ<){?OP+VudU^BN_cqi(Z`4vOkDhY99|7g zE#5Wh5t$4u%?w^uHFX+ny!^Zz(`L*vP_5A6Wn*OG!il4i}yJmniwXs@N}g! zYB0Wj+q>zSH}Ao#FJ5V|aPuwx_2=Kb7Rk~>cQ>V-U*y|untyQ;j rtdI_08!Ht2=GE5MsV?{SHeCI(SI}(3L%E#R4ui5Cg?@^P3=Gx)1V;8w literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-add-printer.gif b/doc/sv/images/button-add-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..6a6cc15b7a259613d67cfe63148bf67c14ff9125 GIT binary patch literal 603 zc-nLKbhEHbtY#2lXc1t@NHxgLvMMQZs;&-bZH?*f44*zVdD7Iv)hl~y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bza?P8kBUn*@Bbf|p`dQW(!ZYFOEXz% zKHHp+o~cpke&N$zb@fe(I`GY0On+m{D!w^+Q`et0E8=MEW$!+oypdZ&j*r8quAxc0 zswzFLTZ^5SpO>SHr7?-4KZ%LYnqd}GMOBUWbT39uK7KAn1JyDeUKU0sPA(138m7u^ zJ9f2e6(sYqGct3gvmf&2vi9Pfq``4)!=^2#tU0)u>yGKGt{2Y8NALn>6^R8y({h;~K+v2P9LQb~j2HG434k@Xk4Gg@24k-uyE=n+Q%a~Yf zSi)%T+9g(C6Tscz)TXfesDaMm4 zefdL<7auH`kgwGu_z9&K{}I88G0<3yYG^zGaoII+RQaW2QBj;4Zpx=XmqS1YT_bDu6UTHW}-#Di(A zy#4cED|T+-x0*8ljQ3N416iTVlD{h$x^8=W+h9-6ir(Gkd3PZ_Lz-hX`a_y6zzBm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjDctOdS@FGI`ttm>-+lkTWxER$Xft#3 z^K;uVa`E$V1a$ZIYqz&o<|I$-o50D(&&BA^!OPFXylBZXjn?)~9rh)>9Mf6)d>8xi zGx6Cm>}FciVaLCNfpPBqh5D+^TD&ZbOq^UAoSjTw7E_sN-3u`{>y>}r#*u{!K=`*@&VGey_qpyambw$<%o9Zcfam?I}h zB2fG%+Z^ zi$Q=vhXDvcE@EK)r=ZezL4YA+)w-P5`wDc<=NnA;QE{o}{eOor1$8Nw;C^L&&IGO5 zy3b#`8QCp8FD|^gwQ!-)DvhuTk)-&@TU*aIg}+T#~#CZ6qo|*v@pC%s@ z15>#MuR8ymx9|D8XMDY4_%b2>uhtBc1<%ikI##nM>J$|=Og@~%)gv(BS`U9$3WLxW zFXaTs6@LE$O8%TUn&hGKd+n^h5!0FO9(Ce=aaK6<{LRL4tzeT4ML`PZCw&ky6SNAR ze@J|1*d3>X3MFn;9J$KfUWsA3L+kEWA z(JR+3KYaY)#jEFk{{8w-B2fG%+Z^ zi$Q=vhXDvcE@EK)r=ZezL4YA+)w-P5`wHH$F=zHKU-Q1^Kb!f*1IMcb`ZbaR!<2a^ zYO0o~=7uibwM-+eLL%vUY=pVo_JWOW3mNTZ-S(Ch5K`7*;AT>IaN_OnI6i)kKsH|f zO3fPnp2Q#yKE4)Dwx-Dpjm?IthFq)+tXvu#@fvLGGq@NTxmL{JRA=GQTrxw?i+$Ca zb^N>5dhT1Nr)I#!r^&~}z?7rGtImJw^jZG8&NH6d&t1AP#5%tBW_SRj_FHJk(h&nANH-!lT6$ z{WV*Wfrz2JOul6A%AppYUL?Mq92?91b%+|s-H zOHz9Bnhg9jdzdVfONvh=`30`hmou5b=B9E@#BX1h=xWy!H#WPSo|MtGZS4*PvyPo} MS2wv$5MZzd06~P_SpWb4 literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-change-settings.gif b/doc/sv/images/button-change-settings.gif new file mode 100644 index 0000000000000000000000000000000000000000..93ba0abcd1941171c7f120507d59b9e0f2a688fc GIT binary patch literal 625 zc-nLKbhEHb>}C*QXc1t@NHxgGwk|1hs;LfWZA<9x44*V5fBMwqmCHJI>{xjG)Xpmx z58c0a_0`J5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bU&715y0U-y+y4g^Y*4$=$+w=}Av2k8 zzUDGvDVrA)LauJvw$v-}?weCqU5auX@ewkqnsejJCWvP%NM-HJUhDettAVS4AsY_^ z4_jb4KM%78BNsnkdR;dIGdDj!w{5L=cdrH;FMpZ$ET0*(=G3j7zht5J)D3+M6DCcW zK6AEh#u9y1L+(rt?m#YPM$R?{&N)mo>$q%rSs0l(x$-WZJgvdU#>jkYljhayH`fK7 zICbXr-7`0tF8DmZ@r3`fftmp`ALBNeD^(Yi8H5`(*gRe?QEF(;_2#Nww|m8me|qP)ZG`&pVXJ3k+}C~7cOszPJStJ4bt+P8hw*gB7Kb!7aMkieXy1`B=W zob6TR>R#s~ zp2=r-vh|DVNM275D!a7p1mlXW+0x7(cmy|o+nRfw^Vup9rHl)2@2?lMIPtvb9EZ+< l$=b^upZ)ms{K9dG#sKSGr4DG1t~S6{t+@czS_zyE*#ClM(AlX5OfO)N=GQAny(a7oO|OwCd7tISEvOGzzaQ2fcl z$i*PQpu+$JAQv&P{!>ut6HsKxShX(a^}Yg~^Ch{bnH=9euKa&sL4n5{&Wc4&g`U+0 zvFFmYwRGN0xunz0C0n$$LH~kPmF>CyqYke`&foE`sJUspn1zE)LL>g$UvGB-gAm3* zMh-rHE=CQ0c3ys-Yz9V7em?egPCh=)-oy#}Zr-mkZN{vlo!txeOg2z$DX-Mv$ePC4$Hm-H#lXqM#I#L=bH^i&n;SLx z*ch2_Br>qQdAWjfxd!_U-nUHmzb0-ebe?+XnsUiQylc1;folBC77}G6EVBr%yJp^)i*j2qrAmo^^DQ!0wsF z>V^y&zKd>Xo>t$mz~G9n=FS5R$|mU?LNyFtDKpkN#R^0`Xqdm4?S6N*^|OEyCsJSTg+ zc0b7A$iR3qSit|{pUN-oyo=Ac?fc`}m!avxEO7L|t0!J3jdQI&d#>XO;yCj_7O>E>?*Gx_^9^4qdWv{f-t9C!A*X$Z6Xc1t@NHxgGvMMQduB{F1?hNnhPMJP6dBw8!?K>78I=uG8sU6oY z9e(ui#+x_KK7al6_y3>&Bm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjDa)JDO=#b$daX5BQ7Cn)fR?+ZNpi+ nbd{Fuo)sCjf47Ru;UEv?W5?}J8tpqX!P=5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?^_!%;Y-D#igk~jbmew0D5zM#*nZ;4YKtn{ zdFLNEo6lXeCVbA>nMb(x-kZT8#>OJT*RE9HYOo-%;o(__1#H~MlM9=e|LCix=y29B zadU=qnaA<5F*0*$@USp4aZak&O4U(IY2alp=M6WXrCGX2mys`0bB^{hy;T03w6Fv% zmP#Hrjonp+JH6KHEL^HJ7!yL(n)P)YVTaG!MBQmiQNj`S?f<*IGaT0}a1>EmB^xti@o|YZf#L}kLK`1(sVQqj at?8K9cBuD=%rA+DoGC(*c1%tT4AuZgV!yHg literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-delete-class.gif b/doc/sv/images/button-delete-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..7290222c3d3d0879fb0b9a710001ff1de4e47a9f GIT binary patch literal 494 zc-nLKbhEHbOl1&ZXc1swU}TV#64TJq@bUBZ53tS5&L}G{ZSQQGFsXm;{5i{4F59wg z^TEUWuid!%@bUehzkmEE5h(tXaxO|uEJ;mKNUBtDNzBVk%~9~H%t_2kNiAYf{K>+| z#UQ|-!vF*z7csE@Q&8y>5M;<$wJzuNz5<=~jE?snTfVP(f1Ytp$A@Cut__d9I&*G% z9C;RWD{0x9D_4S3YAW^{>-hHwP2Rlo#?20!*_+oYxTJ~d?BSmKDzU&uNQ*O$BfK^~ zPREOhkCmaToWD|onU}w3^3>`2swG;y%o-eAot2E->>BJ#m#1=Bm>txdC*5EtAaH_8=kM&Hr?y+60RX1+w-O15p;%V=!PJO!dYAD}| zmk%GG?t0iAmVyL@SUa6fVJa;Tdtno5poYV?f|NDccl{Qr1UjA!Vl-~6St#&DU6zZvW7&sS9qUw;Rdw@^u2Q+u z%4^{<*-Y?az{<cyG-1&2stysEs`<6pT z4qm-}<-w!-Z{EHB`~S~>5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(3jz!otJdYb-dCV=zQAC@kBUn*@BbeNQ&5*;iR@R_Uzx*{ zr?Oc1=$w74^wvye6-||Y@WE%dPJaI`3CV48v(Fz;bZHaSkl{b-_f^9}hC_>^o?Ww+ zH!&fGho6@vM1!f1q1}_8k*|6NV_8L22y2H1TLq_~YKaz45c@LiN=8O5w#8MOwoKu) z&gFAsY@Fi1H)PiYc2-T+*3}wok65$L=V;YeTdBwA!8DOqgZDPWq>$>|zUnC~_uHO4 zynFAt#?2|!uNY>S=4moBM{?9d_1z zOzM0Nd;3I^c_x&vWZcxM(aEO6uz?}wScAmFhrx@JW;C#*B;3tP%NBEFe-Nf}!%QfM zflb|cQG$bmBiC#TPPf}-o7+UpwAc)ard;M%aI9}&^=?bQ$efnkuN2JHaG-g0l=Mzj z4uvZ>SL@~-xOuv~n`34zGxs{fqzw-b>n>7=%h};Acx=LVD>X)oO{sE49X%V$b{6wU KyErj0SOWk!l<&0w literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-edit-configuration-file.gif b/doc/sv/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..5f6e50b1ae827795a2ac7998021d5db4b7596797 GIT binary patch literal 763 zc-nLKbhEHb+`=Hj&?3N)k!p~gWmQt_TvHR!(H=QzO2PE0$*WiPY}+<(|AAGut6HsKxShX(a^}Yg~^Ch|W*E>x3Q}O7)f&vd6Hdfn-2WM0n zr1~W;6s(PkzO3ai+vvlzYZ~8o$r^F3FpTWAUVdNq{fnjnPH0s-)oEAT zm1r=r^HeqHHU;$g*0fqG8H6$hGIH?obJa62a`N-BCuuBRx_sr_`3w2kLl~I3OS$bE zHCUD{;^gDw+^~tCr?Sj%_L5~QCPyFHvaMYGM8V<%hcb^G(}?6{k1k7ntfxAolcR@$ zqhc|q#v3N4Z3Q1c2fkr`m&s+%%gV^25^&&v3uSf^?C+Y zp*0=(51ZPeMQlRa4GuJvKlwLnr$OV%zGfQ+sRJSp7>;_2FweTXMAS8H(X8mAl^hHv z7Z}-Dg5Jn5d^yPPE4WxEG&3-RYmwk_-P~VWo-@t}+`MT+l)&?*mJ_d*aI#)iiZ;yL zER+ziHh_6Tc5q;*=Cj#S9IM5r*XAN-#>M)8Z;SMX!X)GS8YQnE&)ur>-q6pg znR&tix(}3PvVLtsXI(9tN(TBf-+WV8;s%&V&;gk9#dPDIDi8efHvUzv#OY&Fv0i YnM-&z)eM=u-OXMu;kHr{WMZ%e0MN-?X#fBK literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-export-samba.gif b/doc/sv/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..ab7e0d6aea5e89297ac64bf167626f77e64cbf0f GIT binary patch literal 833 zc-nLKbhEHbJi{Qu&?3N)k!p~gWmQt-R8tes(H=d0YVxG1g{xQgY}+>fz`@nWPwlvN z>B!yN7hk@-|Ka27zyE*#ClM(AlX5OfO)N=GQAny(a7oO|OwCd7tISEvOGzzaQ2fcl z$i*PQpu+$JAQv&P{!>ut6HsKxShX(a^}Yg~^Ch|WD|7`??C0%VP~f2>)ou21a=zoB)Jf6tl&EGK!G*DPAS zW7osIx~emE7`YoJFMY?v&7r}u=hvSz8Z(w1l3&6ypM@ziK_Q5VRY%4|W`aQ%V`m84 zq?=bd<(=CFM88EB7%ZGS`S8D>RS^ps8q68wzqZsYV7SCMYl48mf=~JKT{HL-XPo%5 zs;hyGL(0dweKjK&yAQj?f=k>!%*)QK*v4T{>T0m;B}dBYTU$aJR%`Fb`rElx`&4df z2*-t=3@@#NW2eu&#I3+EZ-w9GUAcwRTV+^IY`Xf%JJoRejF!Lc}Su3&|*g2oMx vO2NiwvkQ)$JS3&OL-YCEiYCu={5LZH?*f44*WmVEWYLHLH4e>|A{0==uxi z_usg7^6lGaU%!9(`~S~>5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaT2?dqD07Zt3RqJw2bFpgnFVDVjp>XEW#Q!VV1qvqoY|~ii%c;{h zO=p?ci7EdwE=;|;_2^rL?Q4T9BP`^4Zb@7$&|umgWHHOdl!wtVDUjVpjERYd(_Af) zzoRo*hmo(ApIL*M*W5HRxR!+{y`#T?fic!OskU5wVgE#i$#KO|wR{z+-E|F2+%0AX z>t@txu<`Qqa%|zx$(yfd=&{#gk*?A-XO=0J=e6S#&K$G9uBGCB=8>77^25h3G@cq= Sdg*-AMyc&xoT0HIgEas_@u{Ey literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-hold-job.gif b/doc/sv/images/button-hold-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed2f5e0b1443336f09a34abfcc601fb45ea4f7f4 GIT binary patch literal 538 zc-nLKbhEHb%wiB>Xc1sI%fN7+o$G>>8eNtTXqO0rmym{|8 zZ~k%l($B|Ff4+J1@Bi=rBm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjDEh!B|X+ws~Pv+m+&32fX_b{^^O{G2I3YR-WFQ6C>4DMld{K(60NJ_f(pBL!zAOF9s8f0;L8g2WE*6 zw~i}J+ubQDx-3(@?@n{o$0{$e%B4+Ra~QewrU@=EY(2)R8Fws&Lp!p8;p)7}hXk=MX5aara%MVRSrxLvsK0PrREV*mgE literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-manage-classes.gif b/doc/sv/images/button-manage-classes.gif new file mode 100644 index 0000000000000000000000000000000000000000..20062fe555b71521b3d6d2c90817692c67475e05 GIT binary patch literal 562 zc-nLKbhEHbtYi>jXc1t@NHxgGwk|1luBi@aZHw#f44*zVdD7Iv)hl~;?p%2M)Xr;{ z4&T3b_0`Jy#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bzbRnCkBUn*@Bbf|uApwj(tm>8yOTw# z;MlS)$3sGw?|J^B)U`DI{xkEQ-j_R0%m1{{``soGA#D(0BiDVG`C^3u8$)@y1|ugQ zKNn+MjaO-TWhMg)A4j7`UxhV$E$>u@+5B@`+B&)#d-PR{Ci1c{wsOUBF*9=T#A$JG zZ{gzHWW9Dh=SFQWc0TqU3BK6Hp4<;AG zLhI?1k8hM?G>BR~DO$$7ftg!OFl58S!zK^@xSrWz$RiXe<2`Lns>_p;Gg!lq1zK!= UF5lJJ@#5P~6MktICk6&<00tcbVE_OC literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-manage-jobs.gif b/doc/sv/images/button-manage-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..50b5f65a59cb891cf3a8894f663624c185c38128 GIT binary patch literal 525 zc-nLKbhEHbOlJ^bXc1t@NHxgLvMMQds;LR+?1-E`HF?t1!ZoY%pl#fiuL2)Xr;{ zj@-L<<<-jvA3nbR`~UZU5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bU!o|CycY;dwwzeCt5<6uYLZa)VDMlzsVBwqABD~d$aKzW8XSj@ZN1E}|KMSLwXmiqI*feXHjJUM zybX(9G%nP7t~2$0HwPa}+(I8_UJ=%U?ThB^5n*|FaK?2dA5kWrQ>;;!vIQ;6v=qF~ z>^R`q%-k*2u-ZcK0Mi8a<&!c+Ts|eumgEbp5$P!O@tnz%&oqNG;cjNY_NlgVXnp&)kE=`d!kf#UcGsUY5gL< zs(_bSqAbnpz9upRJ-@SSlE&AyN(+Pny#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bzcygPkBUn*@BceYRZur#=|7=zslixl z{)LQg%PQN5@c6J(Utg}daetflG+xCGhFaDUHger}nJ-otur+*_7WJ@@<6_J%3D3P zbokgAnO8Dw+On;ZOP#Y%gJaua#;w~8)H18C>M-(UTQf!`^Hxm1SvgJXhEDGTjr$ri zZfP*{HZi__{qUW^6Wy#z4VLbz4M8Qrfw}zqMgFZ>tFYmKV>5F$7n{pQhDVJFtn6wx zr$2qjnJ3I&b-Fy@Ze#!N<{%k?>kUsNTo)hMDk9pf;uyHMPV<7q1xKs&15VFaw&jO5 zOg)|Ul81A_#U>F4!&#aFS+3KVOQk;AbR1Z)!HP#=8cV~}!0RpvN9(pKhxvwY%|2|D zTe!IA?rs~G8%Iumef*jS--gO_p7j~YQta@8Ph>5`( E03nY0r~m)} literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-modify-class.gif b/doc/sv/images/button-modify-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..5494dddd7db49cdb8e874546ff14feae5eddd9ea GIT binary patch literal 588 zc-nLKbhEHbEMgF0Xc1t@NHxgLvMMQduCDfPZH?{j44*WmVEWYLRV%u8?_P53ia}??1fx`~UZU5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bzdB&TkBUn*@BceYQBb#HN$wY2IMHU? zEUgv6r3WOJuS=Vp=-|0L-a#T-cCTEo=;ZIUEF0E*kXUV99L#p?&(2%cPYZOM1q}Er zHDi1kx%l`v^BKDN`8cAI_-7<(Fmm$ob4}pq$Y$oA!EGI=!7^nQ!_wu}Y(Bgk8k;k= z>8rLf@Uk#?uj5?7#LcO3gz4C{b?Z2|nY&LUaar@SF*0#-6*92##jd+?>yE}lM&`Q= zFJ2j_?Y+Rjz0H@8S%aDH`H%Hy1AL{v2ygKB(Gq3ka&vsZFhg97Gw{kQbwS3X;_N?F zQhvB`FJX`~|LeVwb@It}%{3e^EN?DnG@YX5Yo@s20OPh$(|oziAkXQ0>wf)sD&4us z(Jg%+&m0EHbO+r@LQ~y-G3B|2O1OtsGA}qIv31?D045hk-&xj6-ik03z4{zuR_ZI_ zv0KahK&ZG`RqoU;FBeC7xyhZiG1Jyp*Bc`qzu?*Zt;f;D?ZD=<(yx1E6d4$-0eBAu0ssI2 literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-modify-printer.gif b/doc/sv/images/button-modify-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..c4d45564560969b561830610cf3cb17858349adf GIT binary patch literal 640 zc-nLKbhEHbY+(>#Xc1t@NHxgLvMMQduBi^_XpfvUrC|Ehm$`-~Ye=lL!?5NjVp#CYGe8C?r)XxFqIfrsgR4Rpun-rKA=yDE?$& z|VLv(9L3XEXO=|6qMgv#?@00vvm6MUv)+<0-hC` z(SD4ae0-ew3|;(u?2!!o)4e)5`1rZ{`Ps9Xxu&ICi-q^*! zxmtt$?Crbvr`jB&wj2=_;8mY;i?b#}K=FF3RiH_M<4RMSxjn}f9-Uq6J>BupsV}c@Fiw$7wB7yv@$F)b|9){NJ}W7Gn;QTBvD-ue25SJ8 Ctt~bH literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-move-job.gif b/doc/sv/images/button-move-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..047a02a5f071e8dc58ad54171bd3e826ae9b058f GIT binary patch literal 481 zc-nLKbhEHb3}X;sXc1t@NHxgLv@9uhs;LQRX^rjf44*zVdCK&X)hm0q?^t}~==v*{ z4nKWz``x?epTB5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?=_@>Fd^4Ey`f$(d6P_NYLV8VPxXu%3$DZV&dkEU9oBn)5_KQYDG13G)fsN zy65UL@-5|MuH}tAyzA(k;}r(Ydc_*k8D=GCX|eD$#Kgx=V)W#{_ux^|_B%T`c_;1F z;AL08fAI84{?Esb7@k|&qRGxbTSG>MS;3&SnVIpAgYi|bFolS97N$923ocnQOjlvd zn9`DL!p1M95RsuFw8Z7LqtwEdK<6_|)=$?QZBcZ(&&M(&jY(mGk2<$SVNHw5gU|EN ni>b_$iIw_%iestI;%^06hnHPht=+&T=*Yb~T*}djfx#L865Q6B literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-move-jobs.gif b/doc/sv/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..836fdb6c96a4e6b4777049fed8134512fed57bb3 GIT binary patch literal 552 zc-nLKbhEHbEMO2}Xc1t@NHxgLvMMQZs;&-bZHw#f44*zVdGfTP)hl~;>|A{0==uxi z_ussB^7ZS-pTB5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bzcOILkBUn*@BceE`lT$eZ8)Lq(CK3s z>OY+^+{CQ@)C+I!+``Dq7r!~4%iDcj_0{Xgo5FW}?)qC3eKqsX9JQ7MTikirHJSNR z-P<*ox!ZWGwYqz)(-Yp z>{ra|^!xQ1G}bb3Z`|b1!qb+b^ZT!cCSyd})k(pOn-oGilpap4)R0m+@olxz24;1c zbr}tU4Q^gC#!foreRCI;^LO0Z+q}F>Vm12@h6yf)!Ot2Qy0=*Dm}xBIJC9pI%316! zqcJ0Qmz*!xVK;A+H5!WqmbPf^W#gApxNu49b=dsCy-s&hR!vzRY;fA^b92hU1vUk` z$3hjA%pT{XS_~r8&=4Sl#WiBq@5(?$fj?-!7dVIY9@RJSPJ3mdeb9VFDd}e2R Kuc9IYgEau`RQ*c; literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-print-self-test-page.gif b/doc/sv/images/button-print-self-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..e3c11e61f0fa19e2823d1d18d2564984a0af801c GIT binary patch literal 702 zc-nLKbhEHboX#M^&?3N)k!p~gWmQt-R9zj=(i+p<89r%h!St!gt5^2y-o51bsU6oY z9l3kw(#se3KYV=i_y6zzBm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjD(9c+k;IXe#KdRIFlSy#X%hcZ9kwjq>5G`TmvY}K2+r8|!!aR7lz1cZEDgNQIReAZ5Us8jNSTDET-SzF`{|TDaK|Q;>W!fG&Px8Ot z#&PQF){s-@|M$%N_tBPtuYqM!0&63OnmmWAq_WJ42h9SP4lLmN;hOQVxlhK>$yvOt MLxIn|g@M5u00>h;761SM literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-print-test-page.gif b/doc/sv/images/button-print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..4e7cd708997847ce88dbd878a9810a46d03d8168 GIT binary patch literal 607 zc-nLKbhEHbtY#2lXc1t@NHxgLvMMQZs;&-bZH?*f44*W$VEWYL)hl~E(<2??1lz`~UZU5`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bza?P8kBUn*@Bbf|p`dQ{Meg7dp^hc8 z1;>)t>|Aqhh1QxkmQ|cWz3tA44w-9LZk~Da-OIS{BMJ%zI@dC$No|e5o~D)*hT)8XTOnrcG_r;@~dkI>T^?k@;H0jawC*+nKg%@UoR~av7)@ z#Ph7-JjTJtk~z_XnYWdZm-+00^Hm`qoIiHRG}Zm*Q9AON;bDU@qs)fKh7Jd1?ReKb zJh*v5Ph-iy4{r`m>Jn~b<=cNMm!-hy=?1ly02YfUdBO8$rhQOl{&9wZnStj;rj#nf zGHxB-f|Uje6Vtht@yMEKmNPwfv0!7F^E=Y>xtG>*y>$r<4SYHxywOWS&2$+UCvZJ; z*t^XjuVJU}0ZxJIOKwN%vnK3eH9aPAFia)*gw(dChTXxwDRU>Txp8Gfs1{>@TIx;F zH7=`sP6nxK^uN5kqS!HD)~>DD@{L~m=lMpnb!u!ae$93umF3;t1Hs>q9kkj}sIalK QBcgnd#Xc1t@NHxgLvMMQduBi^_XpfveHF@&X!qqE#ckWzt?Bw>Vmk!^* zclFiF2k+lK{qXty-~Ye=lL!?5NjVp#CYGe8C?r)XxFqIfrsgR4Rpun-rKA=yDE?$& z=RD!Zq%%r5%xmo^rNisOBY`|mZ?Do)yC_^%+&pWwSgJn`L`^?^^jCHf;+VHRTn%dc| zui8-Dyi7A<9upTwj}HeIGt*H9_LGd9XF6?o*ceZjY4crUzUjqw+cUj|W9iwWSFdy2 zdwll%MFX`xC0sqnm^GMrk7@A!(E3-U`g4j>gMI`1Kgl8o1_>!&9x>L01rsK%XU||_ z5@2agm~QlTO~Of0hVG3q2dE?S;$WJ zwplSu8~$8A&fjoMgx4l&W#ytL+y$O&1_tUvt&OY9Uaa`y5En8cv4dQqNnH0ym=os zZT@lj($6Q)f4zPC@9*#bBm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjDcm(#X}7fkOIX4hDdqzS4=Z$v7`XU(IRg1P zcs;6X>viI}`1o>SIcg^}v`;fsHRNX3Warl4VP#t?S;)Y>^fY@6)On%54RkA zdf?WFo6o*H|M=_6-~WI9lL!?5NjVp#CYGe8C?r)XxFqIfrsgR4Rpun-rKA=yDE?$& zVGIn^38c+{e2v@$kvByp|eTD^#YW9_On>o%;| zs=qLbBbJBLGL?}xsh#;~=JAuE8obOJCyre_$$#3Q-iVo#tCWF-yM^B~`QEeM=TFXN zzAiI<#lXv^&iLf|sViO|zhC?LgW=MKN+Sk$2PUgGk0cosI$~Bctj}?5+1eM~&?%(6 zta8OgR$d7f5t9#}jzu@dv%8*%71|bbe~GJ(>CqO>N&VKf8_(ToQB=C^XJf$h?#krU t7nUXId=jaShfZEvUbdm9fNQH3|4Or(sJpw8{3i(R*^#$YP=$rT8URuR;0gc$ literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-restart-job.gif b/doc/sv/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..d4fa713ad2c48a171d718f1a827e2bb920637465 GIT binary patch literal 624 zc-nLKbhEHbY+?{$Xc1t@NHxgLv??ifs;LR+XpfjaHF?t1!ZoY@X(s$r*>Ss zbol<=%dcNOeE;Fi-~Ye=lL!?5NjVp#CYGe8C?r)XxFqIfrsgR4Rpun-rKA=yDE?$& zHD4Db@bRST)BGl(z{8Kmo9ow$gq*&VqW!|bwlc#a_Mc=x5sZ zR*P~3_b_t)+Htb|0)GQ*)&(Ao4@sYVC$leQ+S6k>d9nBmv%4jaQZ}iJ%;cB0@b);X2jHj|nM{d2IzB<6AAa!qxV6MooJ&A@}ewm5I?6bUm$f>F8{o@n0 jEs}{gJ3l|yp7wkO?_Mj#d#)~LHlO=@x>re&fx#L8s+AnT literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-save-changes.gif b/doc/sv/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..b33ab6e3a2c171360c26443e0a2a967029700b45 GIT binary patch literal 585 zc-nLKbhEHbtY#2lXc1t@NHxgGvMMQZs;&-bYftR%44*WmVEWYL)hoJp?OJmD)XuAy z4&S|V>D9{z??1l&^Y8b65`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bza?P8kBUn*@Bbf|p`dQX(tqNba;43K zo-;2BPcHI`KX=i4LWYeD*CEkuTh5(Hp7n042M-g|VWnEv%dJX94xI%yBGnAc-2D99 z*8CiCO)YKKTFtHP8l7=G%o>bb@f;yjQ>S$CPoFuPZ?49~zJ=X-ss`MNjhcN-xf;AI z1)N+{xU6^X-m85u=5T#J2ag74`?h)er|dgpm5;eLZ7*LNrGQ9J^QcC5!_`p<h7|~`tlAV?&57i3X+qK uA5S`6a*N5yiHYmQy#h)yU zTnqvXIt)MnauEaTAqADb07Zt3RqNhpiKN)f%gx>1q$5{8-)^sS&-2fW%__4ME>>8G zv59`*Sa2_GTWgYlfP{qk>L3xmElgbP&WY<5aqzXQElJklcpH+WD4-*x;lRchXr^ZF z?aRw)!pE$^%-6`l$6{;Z%FM;xn9JzS-|f0sW4=b;gh`>yyhYPX*_dKE6Bw#%>l+!? ztTWX&XW{1a<1)$M=g-;2z_hkaV97;Wr5Ts5X;`LQzpdhO`=Zm``%4}gU45)`(@MGh L#SH@^MFwjCa&Mrl literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-set-allowed-users.gif b/doc/sv/images/button-set-allowed-users.gif new file mode 100644 index 0000000000000000000000000000000000000000..c547b06ef9ac11472bd67b5efb9ca72681e23e16 GIT binary patch literal 743 zc-nLKbhEHb+{Pfn&?3N)k!p~WZCzaCR8tes)}GMa89se#@}#MSt57Cau z9l3Y+@~f8*K74%p_y6zzBm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjDWW78zhQ?pOWyXlX70Sd!)L8be_WHx8hO8e{XLz*k&A_s z!C{ZO;X``{&J50ofYjuJ>|Foq6e0>d9gm5tB|J&|u)wh?N{^|;(Bt`;eg@m6PoftJ zUud3R(zP$3N`y6lfmvz|*M){?u4Nu~3#2EMq+hPQv*P3$Lx+QE%^DmRbdCut%v!*> zamClv5RHbNIiU}7L&Xm?DYJ9E<1J0QdwF;E&qb%&q@W$a(i%3|;LXORmD;~DV zTr1$xl5Nv?)S)>cfUQ$wnMIeZ@|+cqx(&DvD)CDm%Xr+YUGt)a!|>sY^2-#*hUa%eDe^6_y_idn$V%d&CNl4UEV zPMa}n&ep{Yj9j@KyJyb!+j#IW-%$fq1Md9wC0d&sIk^gxW4RhQcy##K7@0XWIA=4} z`Q2mW$h-eg`|;D~#hTZ%ZpFNN@Zy!2&Bf_!=k}K{T{ARdbmnD_CAj}(p`l4Siq4Pk5n6G@MiM_IB>{wG4X3hPI3DgCjV@3;5o;-^?YGyjyf>8l N%lq)DC^9fu0{}4_FYN#T literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-set-printer-options.gif b/doc/sv/images/button-set-printer-options.gif new file mode 100644 index 0000000000000000000000000000000000000000..85d7021a5cbd709d9413f921d375c01cb5e711b2 GIT binary patch literal 707 zc-nLKbhEHbT*V;5&?3N)k!p~WZCz62R8tes+7{d089r%h!St!gt5&Bm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjD06o~AGX8dno;ici{2A5Y-G5czW6*1JDoPwcE9YmIBrg6MkY4y zVuR{{ikjNK${r(kflkIG{uvs~+%vfCy5jse@_3ka*z$Neidpzp^Dp-0XX3MC*upe> z?);4myZGk?&X~!-$jQggH7$DYh9%4P%{iccIA(|Dbv;!B?!waxHF;TDIJt@wW4M|* zcy##K7@0W(+1~qc&1c|Tt-EE0m90G2lCV_lUR`8fEXk5y`8@I^7ax$yGdu-971y_qt zpE9uDZL+d5_{A(KW)YbxmIj6si5lkvc%2g(o7vdrbX;*3JJ7U&jU{SrS)p#&f~r-G zL0yM*4R@tofp$yb5m?bx4+u?*gFx+ z-1FF2CS#ZrO;qo zu?9y6Mk99R--6DfLI+<>=?V{Ew{~w>^@d?hd+eN3zmC3rCL6h2sN1^2{l)w>?kaI@ zeQrNKzcyDs^y%M!2DTT6RHkrbJZNN?q%wiEiN{RCRZ3as#e)`+YYY$h{)Mi1*v6uy R=;SWlb|Zn$qlJON8URaSLL>kH literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-show-active.gif b/doc/sv/images/button-show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..08db0e15030920f07f2c1151170746420303cd5d GIT binary patch literal 619 zc-nLKbhEHbtYi>jXc1t@NHxgLvMMQZs;>5LZH?*f44*J5XZqCS8M7)^ujt;hciF`Y z2kzgy`trs74LQ0iSxw9@Ak zpT*+!J3|6vuWRabKialH`T7CD2u`WptFEr>tK6%5H+y1)s>oYW@pk+JY2=ixVyN^6)hebLD#Mn)b1-Lf1Z?rk&w zShOD5@MaIo!w0)UE&A^6)T_Hb^|$tt13WDJPDM@^G9Bgv) zaqQTnpW7CdWQVQ2#9uVEtZ;GvYa83?9V>q9GUNB(#>gW$Ww&|nm7Sg*AAR@y;4)Bd ela8M!ZOM1*%wqYQz9~nnU*4#_p&-P>U=09?*&D6^ literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-show-all.gif b/doc/sv/images/button-show-all.gif new file mode 100644 index 0000000000000000000000000000000000000000..981ad03df210b2d7be1990c6a1e08ab12512cab2 GIT binary patch literal 553 zc-nLKbhEHb%w!N@Xc1t@NHxgLvMMQZs;>5LZHw#f44*JDXZqCS8M7-_t?1gZbMfJ$ z>n~qC{OaX{kDovM{r~$vi9qq6lygyPVo7R>LQBh*Ea2a2M*2hI(qPMIKv?(CLS)&DHku-T)kwVX4s|4%QCCCU6+y1;MobC zm(dJ-Pm(-8G}nAKn6I~wf$fYJ%S7HZ#vk7oED&pAyULrA5O7*5m{D#~#|)N7(sCR* zh6WQBbu||66_~TY!$*Z-QdOr@UrEO!*{+JOahIwS-rwtK_+p|fA@Csibj*Y;4=x=I zcz9t!R)EcBH{MxhIezPRt}tXi$lN$fKOo$B)F=!DBA`xcsSdMeS>+VP-l NXK}ZblM@4jH2}Cs0aO40 literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-show-completed.gif b/doc/sv/images/button-show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..c24869233c9d414156b99ce4984230e902d64068 GIT binary patch literal 634 zc-nLKbhEHbtY;8mXc1t@NHxgLvMMQZs;>6$Xpicjm_2=J@{C!Pt5gXJF!l%#Fkpzm;IRbLFVdxC1hhh48lChOEXMSr>aZmYu@0WSYa!{)N& z3KJIr0~TH_MqcK2238(^-Z}fSQ^L^yhCQGUdSAVS8{hsjD*wN=5E^aW{c#N zK4S)Mt~0@b4a%p5Es_^i>{_+Vt^0yjR*{owmfPA)r%DlNBes)b(GnHT3lkg~mT4>r z^j0^$wZ%8=^~JeMu6M@l3Hti(a4LVib*(|(8H*1Ml3SRk`2>bW^M;8$0-hRW+=A)3uhS+z*kJD_Q_dXlC2Ge<`(^#D tCspPgnfmy`;@<|wk9K}}eIq>J{6y>B<+qP?cQE|eyJw-as}lo*H2^3sB5wcy literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-show-next.gif b/doc/sv/images/button-show-next.gif new file mode 100644 index 0000000000000000000000000000000000000000..47ea52c6dc5ae9e3bb72bb725fe901fd1c214516 GIT binary patch literal 491 zc-nLKbhEHbj9?I9Xc1t@NHxgGwk|Gms;>5LZHw>j44*JDd-~Mm>9ZLQf>Ns-k{Mn|N%gZy8bsL0aYt(Mb5`(_ z)YLUtmRF|K*K5?)HyWrKa&u^Ma%;r$aWFEcGw`x8GI7n-ZeV8QRr}v(&u4gVA~tZ!p+A!i-Cn_!o_RN z8ZTbGd;Ij6=KBdz9CNwve$iw*vs7SC!!;k*=|#+o|GpMCNaV@YlTZ+F%WquW%8=)) zbwe+CMK6O6+kqDfGu`YByfa=nd^jLu%TnR9Fk?yjTq$cq;gZIg?eqQS^j%xIqH)=Z yKyf7nx!9@}U+HB5b0-lZ|Ct$39lh2L0V($vDhU=09w``lyz literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-show-previous.gif b/doc/sv/images/button-show-previous.gif new file mode 100644 index 0000000000000000000000000000000000000000..92f5a9b3d6dc2c87d0353e42fe9f8f876b9ebe50 GIT binary patch literal 644 zc-nLKbhEHbtYr{kXc1t@NHxgLvMMQduBi!VZIAEn44*zVdGgf4HLH4d?Ot;H)Q)SH z4nKTw{q?Jd??1lz^Y8b65`p4BDd(cp#FEq$g``Ram&Clx)EouB%ACZ!l++>y#h)yU zTnqvXIt)MnauEaTKLwS(07Zt3RqJwI?<>$bZ=xlVVmGh!{r}a?hYK10u~Us4-;9(^@k8@GS++Y_b*EMZJ+=YLczU+`kZgo17rBQ)4~_<5Tcn7R4+xr;UC&0}EXbmlDM=kQ;;oS&iF|KLwe%KHp9ayY# zb3%mRQ3hARzzh}zheynEj88U|+?kS^;wiB(PRC}$13oS$ZW$AS=7K4U^h+yJ9Uo5? z5sQqh>Jti`qIh`0(l)cbPQnewv$a|}YzmZAyY;p8gS;*(s5NZR-RUNpIZeZ~Tleg~ z38$5OoZ5adW!P39kXpN5^WQ|{<%j0Q*K;wfdSm@Se@kQU+&)p64G0h<7hk=6@c!eQKmUIJClM(AlX5OfO)N=GQAny(a7oO|OwCd7tISEvOGzzaQ2fcl z$i*PQpu+$JAQv&P{!>ut6HsKxShX(a^}Yg~^Ch<2EGzq$zx{t;LBS58H!f_8icWs9 zoy8V=$yLE*{eE?^1xrH{FADY?tl$*rZFde_QM!Gl`J8O!;}!ac9w+AN3NbS>v2y1X zYZVoAR#w;Qxd|j!r|R-E>N0Zj@o`R%Vb83t)?nn|kzrdfFyPDfpi#3y%J!X+c z)XXgQsC64`S7-7tFX7y~d)bP4+B}oX`*f-nUDD*{VmYh9v5|?JV;9#UEq3lkPR>WR zysS+eTsnO3m|v9?-g$gK>h1fFFLRii=vvE{e z7_cQYFvo7XXYxSffwFj{)<32hA&K3K^;|T}7D-I-Q1u9kN-2BdUX;q!dEtzK(9;jD zd!1rzSTB59rWv@5r%_F5!vV+L(|=5Q9kt4wV_Q~AQQtDeDnv7(vs0Xc;d4Uvnki80ijL4J_}GZp zUhal#uJJl^^xgYR8#350%)Wl=oH&F2o0HjFe^%}`KkSiu`mx=Sc}E-A-pbow<#k|* zy(fJ8HT#5*(H7r+%w%U!dGR)V0T25e%}J*kO(qzyHVe2(xJW45Xgq9{*yXU0uQ&C@ V!$uZ4MJ5;dX*cBf+*=qJtO2l8JfQ#p literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-sort-descending.gif b/doc/sv/images/button-sort-descending.gif new file mode 100644 index 0000000000000000000000000000000000000000..789bd32efd09c8bc85b439731bcd10342d3a375d GIT binary patch literal 693 zc-nLKbhEHboWvl)&?3N)k!p~WWmQt-R8te!*%38qO2PE0$!k{iZr{FO|AAGB!wXmtMVm@ZsZ|KmUIJClM(AlX5OfO)N=GQAny(a7oO|OwCd7tISEvOGzzaQ2fcl z$i*PQpu+$JAQv&P{!>ut6HsKxShX(a^}Yg~^CfS&SXTBgfBXNyf&z^jojiw^2!&?Y z#Q8gfScFQIoLFjhLgT=q&;*N0*{u@&TdK}Fa0>agAM%z~mv7WRmG^l0h3v*$Z5v&d z#zqzmZcb)KCRT3KI>#wN)#Zlm9a&x4t^)cE9nC?NI*gore4NYq+5NIL7&-X(xz=s) zXXei2w$b)w_6@H*@myu?KG1wnJ-ilb)*n?2dU1+*~ZnH97V(adT92 z9o1sz?&IWqW6R6h&&j0|{Qc+e=}f<>nLkWh%-npA(?gtfo=uhJ9@U~mCbw-SOBpyE z8kR9O$??r$lz5Q9zd?)lp9`0UChLqY2A$9wjh&hgyr=P3v2+N1ikLDbFKN+^9}17v zeecKccqp8_qLX|ug>6-5lY?2E;Ci;6q|j++*Df!6H*=L!l2n1iCdpVuF^BULEmBuy zJeZ`_P_2IJlxw57L-dN;|Lzm(76 zQ%5?BuAH5$|KE#umdT@YFBOih&=k4E-nYF&etk-Cg_D4oa-8?Rz17k@H&!z|m1S%E z{QmRn`Mvh6ojSi+H6Dni_AoqX;7}8baBj3(vHU?Z=cV)(4pGO9g$))Gf=mq706)$z Az5oCK literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-start-class.gif b/doc/sv/images/button-start-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..7aa12e82f438c30d0d01a4d6388f5a1998632fa6 GIT binary patch literal 519 zc-nLKbhEHbOkfaUXc1swn90B}hg)c|n9dqQhxHZ_o8A0(`W753Xg||5@nYYiTZ`8} z*tq}c-m7mfKK}Cf_rKr&Nd$`jq@0UV6H8K46p|_xToUs#Q*#vjDsvL^Qc{Z;6o0ZX zaxn-n=r8~Q$VCjS{}fdE1Qb~uR;|lr6(@&P864=LB^o6xhgdJDobEeEQ6@Y%lg?6+b5CWFDWx7qX@c7`blT7q7|09nWLU zz|S7n;N9HX9;(U0$KKJ@!r!LJ#>+ot_T2dfs)jsVEOlC8yene3lDXPfujO1{&%nmV zR>H7`ah>Ka(`|>Cw&|;xa4h7kD`VtKo^bwReHZg8-3tfVCooL8r>}0q$jntdO^b!6 zXU{u^*Kh0jI3|90(=dsfZ`ZFsyQ727a%?!#wIQDMEvxZ|?gc`Oi!RBQ>`)Tt?v6gR zF(HA$kEw)zgRac9fT<_)dD43yHb!_Rd9iwn@NhH)s-4YxbmV|S!%4?ABJ4~LKRK;b z30Sz(hBZ`ah2vgT&+fcWmlzT*tuoAea`V*Jc8=cI!)L%o_Miu(XB=6A8g$B zbnn%-7w>(#`~2&RKmUIJClM(AlX5OfO)N=GQAny(a7oO|OwCd7tISEvOGzzaQ2fcl z$i*PQpu+$JAQv&P{!>ut6HsKxShX(a^}Yg~^Q#>u{HVB8^ZviX6a{rHmi~S0MV(p? zdd|G?=3ML*d+wrkLxznE7t<*(W#+Tt^WSZCn8VU~)MBU0@=9k9(*spMRx)wbaa;4V z@zvKkHSxFTu=4QpvK2G1@J(s!VBlxutI?Rp*x20K9>U(ixj;|VfSZ$L%~TDZO);Fw zoUK~h7H$az6u&47`8A}_~+GKP7{*2i?8 zYfpYTr=3}o|D_i*uO{#NXM8VyeqvzxQoWJ?SOZJZm4yl$6a;l!r%C-wbaZHJW(!b} z4RCBb#iY#IWmv*tI8jNHarTM{g2&XK9-hh?HO<;=!o4MxGP6%4GE7)%IaTY+!^+SH zyiF~93``zwJQ-a}{M%I>COgP&vSiAeb|zinVbDsywU$;KhuM0%I%Gna6CR{6>Q6qj zsg!&BTV;J7Bd*L18ot@4{y59>8eOz4hqPy$Oym=os zZ~k%R%FoA-f4zD8@9*#bBm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjD3#R>~C){v`O(#&U`+{s=j!NAnsI^&G-;k#iVXZCJaBLx&#X|lIi+2)x!0>qFW{1! zge8M(yRS0CVus~xTsKU)OgL^VbP1DYv=(@k?mvI#l!Dp^qDOBeAKKMcnb`c0%cT5{ zn_%E1o|v6QpI;oT7T0$c^8ds2tvl7_!NHETBKrc(H$EoE^_cy59>6ds0&TqPzR`y!jtC zZ~k%l($B|_f4zD8@89qLBm%{MQqD!Gi6yBi3Q3g;E{S=WsW}RMl{txdDXB#aia%Kx zxflc(bQpjD^m`moK56ox z=Zr=^=VGtea~HKIWZ1}bGo7mXI`OpK-Ry-D3{34uCH`7p&UE%DU0(HLEf*gjmnJ_4 zAAd`7d#5HdcLz6<4l55oFGn#0^9(PJI4?%NnnjHL6DQAGz`)tTRimqFki)vcON*16 zk%^l#dDotOUI+GS@Fc}_Y4Nc$Fm-vepGjU{%r#SkW8d+7&I?x=I3_W2ozhh^h?&OA zX`RBGH=8&4RHK{UX1o{9t~Ob5Bf;S>(jd&=vh^z9}ns z5*kkMcL(#%(o9U>sMNrE_7I=Ots4`)j@iqt-w|@q;C^!zU;d+FiBB#J)|y;T?sW7n zTIR(dapd*Sv^1_}o1C={mYxnwY#K60l9y^bY)oX_!&QCZ>+3DP0-WyII7{gz_C?A)A)(jQAY3lw>EVLdKcaHDco!;(418C zr2FO`1A&*1j>#@o^Z{sKXwbg>qjR4 TU*PM)V)gXG$2%tknHa1Ac_bCX literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-unpublish-printer.gif b/doc/sv/images/button-unpublish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..4511829e8723562d84d82bc2afb092437b866702 GIT binary patch literal 698 zc-nLKbhEHboWdZ&&?3N)k!p~gWmQt_TwNW|(H=Q{YVzc%1B#+iS6{t+@Zsa@zyE*#ClM(AlX5OfO)N=GQAny(a7oO|OwCd7tISEvOGzzaQ2fcl z$i*PQpu+$JAQv&P{!>ut6HsKxShX(a^}Yg~^Ci68EGzq$zx{t;K|zPm8yD6^Z!ack zHJ(e~u)y0ZJ#eaVb!%bdeZ4NLE=9SHYzv*TjkgWs)--0Um|c)_FTLdm4-W$m8v_%c zZEJf5A3qnPMr1TcPv3-T42+z7e3>(5_4YGl@cJ-w^Ye3eXtFKgWuMM6XHlsSe_O|n zWh+)q*g9{@LOoSO?hWkR8k}<(I5-!rV&Xo(C~CsR%hUZhxtW=+aNK3&y3%XQ%f@)0 zONZ|z^P8(|?HK>U^W|y70XLVWDoIk6mmE)uDD&R!n8+~IKZ~0~l0ic2 zfLQjTF1f2e93)icuh3hlaDYLJn~7UyL9+|{%cTn#+WgkO3SOnLB0t3>X5|M#1xG#C z(la-1g612-ZXPXy1dN8w8oZ+50D+_nHb&lDo)hQYgyUnaOl-h_}#PLLZ6g$w!-V)Iy z_4~opB?L^Qu~xG)sIf+D<*y7 z|MB_r@%NA2IqUv1bU8MOGKys^;7{q1c6iXpW46Po$?C@Q2Q8mImbY+l1g=Pwvyc&F HVz34PLg6?) literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-use-default-config.gif b/doc/sv/images/button-use-default-config.gif new file mode 100644 index 0000000000000000000000000000000000000000..8d5f684dae3256b69fa22ec6d4c136a6e9cbc0a8 GIT binary patch literal 893 zc-nLKbhEHbe99og&?3N)k!p~gWmQt-R8t+$-X1k+O8)ez$*Y!kZQs7&z`@nWPHw+? z@zDKyS6{t+@c!eQzyE*#ClM(AlX5OfO)N=GQAny(a7oO|OwCd7tISEvOGzzaQ2fcl z$i*PQpu+$JAQv&P{!>ut6HsKxShX(a^}Yg~^Ch|WE7mbHIsRLGInP5!s{h0iKL!!W zDM#49sGbd7y~~N&x;1O(ohc8$zj<{ijbT=qtP$6WtwD9w$KS90s8LoSQx;UB+oai& zlU|X|nAv8*->p^RXvoXXo2k>=YczXiXV{FnrWqwZ0*0(S3}uDW_<5L__?&DuGjsFv zb34^VZ_r@mLH!Rd*;3(rfaP-i@ql}#Y>>`h>n5gXBuHnQb5t*8LtT#)9W1{D0KgP+1u6he* ze17V#6IwAzMB+oEpNLtsk+0U26~T)&eApajzL?7`Y`|s_A#%Xc#MFuDM7G1WgEvJ| zA1_&(BzBa+Wa>SmP(g8BgI($GH@*1X5EjeObXBInLE&iP#-jgaXQggr2S?S&)-dIS zZ;sD3<$vM&tCRJa7{@i+4N{y(nJicfgc2AEvSd86A_XEI9C)<+=GKFErtvWB*mQQs zdJ_dJnJ>>yW=*nB&$=`3?TaI=;?LhkFL)}QdcP}niS5-@$3(g3oT&Y4ICs9*RqOnC z$yGJqV(uK5Z0IR^{&ET90{JqVh_s7U(+cmk%}Bqslwp4P(wX0woU|oMVqHbjN+&UK zvYB2E(kl7#AdxBWhN6el#neaYURw{wyLfG6<8RTZi(qBuNI3FPJ&Je3;)eXduM2xB zI!-+3Y5MYkNtX-KP#aFbl1V3+Xd`TT}$2jUl`breV~>`>dq%;c;!t3`9Uh1Sa@ z#yZbLRHpDbI!Vqfd-Za;%L_xM#Xc1t@NHxgLvMMQZs;&-bZHw#f4DX+qJ$-8Ow3+3rR&?*#yX?g2 zT~{w1e*Wyv`;Tw`{QLc%M4r78JKza_<0I6=Pg)N#=o*eBe0Q?%aJRmjB_S03&*yp z3^Qgmu3R;ZVg1I&NRy$nb zTExV2m!F%Nk(2N9*NHbdZhx%Qc+0ZqwV9tnvo`Dfw}FXDY|BKpZ^*rMRHlNro`ORUA5<4E> zaUgon&jMDq-HZ+UZn!GDpWDp8y*yux;T`v$%?bxycmMnxxotsw|Gyr-XKx-q-nq`j P#rfxt*>?hjm>8@9K%XrK literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-view-error-log.gif b/doc/sv/images/button-view-error-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..966edf26b11e7897434f4e4b8b4a40e58ef690a7 GIT binary patch literal 545 zc-nLKbhEHbjAIaCXc1t@NHxgLvMMQZs;LfWX^rdd4DX+qHGOLG^jQ_FS9b5-v+Vfk zo!2fMe)jav`;Tw_{QLc%M4{n5jO#w4wJ^gtIr6s;i?T@wBOh})0~;?t zZxI7C4?jOoT6Ui&BbNtvW+lT^K0dBYMs9vSPVa?_ml~)V@`P(}a%XGsaWFEMGVro7 zGI4Fx_T}VZUbtfx*90b>9s8J0d7nLRpk~;n$;+~dVM()YqmD1{T_(O;-c1?_o9{9| zf0Ls%QGZt}kES;Z&)juCC+GP7lbIRKtmW<4q``FHbK?OyX6Elyz88q}5a;NT1 zWo$WrYqx<=j2E-RduAVf508W15;@Zao4K{sif*{wIy&Jv%SK1tO{pR#O)U%z)&Rm! B?RNkG literal 0 Hc-jL100001 diff --git a/doc/sv/images/button-view-page-log.gif b/doc/sv/images/button-view-page-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..29d5465dd52d43154f42772223093c7c839be5d2 GIT binary patch literal 538 zc-nLKbhEHbOk@yYXc1t@NHxgLvMMQZs;>5LX^rdd4DX+qJ$-8O^jQ_FR&?#$wdBaL zO_wendiC<*$Il=B{Qv!*M4Z4?8@1N1 z-{{5F$;4B*kLduH#^D2d_a8J+GpyI-Wm&z6vqqPZPp9en6~61th4(dL);#cf+_EU% zcrydrsw*sQyvrFr^Z$JPneXcr{#i^%7=Ntva%g5ft`KnafCE<`+m@3~1x^pTJMNuJ zRZ%yLwJ3gaZR6xX{`1Zv+*NEW2RIzW*OY38dxg05M9xn>-NWdRHhK985z{nYu zbmYPPYcF5k|M2nk-~Ye=lL!?5NjVp#CYGe8C?r)XxFqIfrsgR4Rpun-rKA=yDE?$& zuPc>4k+NXYW<0F^w`%@_9c#Y_DTH;n+*$kR{GXymO?LqU z7G5nzUS@^>R$hMIat3B@etzy8&1k>r(>3}hP7YwF8URFjX&fEF3 z?`Yn8@W_w--bt>V44ji0Dtl)#aX)%;X5r%HFXQ&ra)|M8EMSP+n|J@vM(+#n<@dI7 zNJwa%Sk&Mqa_NR=(iNo!X0bW{ZY-3z$==wUdGdyZO?7ej-^wuAr%hep=d3<41k7BHHv<*}*tyy + + + + Home - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  Hem   + +   Administration   + +   Klasser   + +   Dokumentation/Hjälp   + +   Jobb   + +   Skrivare   + +
  + +

Välkommen!

+ +

Dessa webbsidor låter dig övervaka dina skrivare och jobb så väl som +genomföra systemadministrativa uppgifter. Klicka på någon av flikarna +ovan eller knapparna nedan för att genomföra en uppgift.

+ +

+Hjälp +Lägg till klass +Lägg till skrivare +Hantera klasser +Hantera jobb +Hantera skrivare +Hantera server +

+ +

Om du blir frågad efter ett användarnamn och lösenord, ange ditt +inloggningsnamn och lösenord eller "root"-användarens användarnamn och +lösenord.

+ +

Om CUPS

+ +

+Glad dator och skrivare + + + +CUPS tillhandahÃ¥ller ett portabelt skrivarlager för UNIX®-baserade operativsystem. Det har utvecklats och +underhÃ¥lls av Easy Software +Products för att erbjuda en standardiserad utskriftslösning. +CUPS är det utskriftssystemet som är standard pÃ¥ MacOS® X och de flesta Linux®-distributioner.

+ +

CUPS använder Internet Printing Protocol ("IPP") som bas +för att hantera utskriftsjobb, köer, bläddring för nätverksskrivare +och PostScript Printer Description-baserade ("PPD") utskriftsalternativ för att ge stöd för utskrifter i den riktiga världen.

+ +

För skrivardrivrutiner och hjälp

+ +

Besök den officiella CUPS-webbplatsen för skrivardrivrutiner och hjälp:

+ +
+    www.cups.org
+
+ +

Kommersiell support och en utökad version av CUPS kallad ESP Print Pro finns +tillgänglig på:

+ +
+    www.easysw.com
+
+ +
 
+ +

The Common UNIX Printing System, CUPS, och CUPS-logotypen är varumärken för Easy Software +Products. CUPS är copyright 1997-2007 Easy Software Products, +Alla rättigheter reserverade.

+ +
+ + diff --git a/doc/system-overview.shtml b/doc/system-overview.shtml new file mode 100644 index 0000000000..54b7df5e97 --- /dev/null +++ b/doc/system-overview.shtml @@ -0,0 +1,19 @@ +

System Overview

+ +

CUPS provides a portable printing layer for UNIX®-based +operating systems. It has been developed by +Easy Software Products to promote a +standard printing solution for all UNIX vendors and users. CUPS +provides the System V and Berkeley command-line interfaces. + +

CUPS uses the Internet Printing Protocol ("IPP") as the basis for +managing print jobs and queues. The Line Printer Daemon ("LPD") Server +Message Block ("SMB"), and AppSocket (a.k.a. JetDirect) protocols are +also supported with reduced functionality. CUPS adds network printer +browsing and PostScript Printer Description ("PPD") based +printing options to support real-world printing under UNIX. + +

CUPS also includes a customized version of GNU Ghostscript +(currently based off GNU Ghostscript 5.50) and an image file RIP that +are used to support non-PostScript printers. Sample drivers for HP and +EPSON printers are included that use these filters. diff --git a/driver/testdriver.c b/driver/testdriver.c new file mode 100644 index 0000000000..729f107538 --- /dev/null +++ b/driver/testdriver.c @@ -0,0 +1,179 @@ +/* + * "$Id$" + * + * Sample/test driver interface program for the Common UNIX Printing + * System (CUPS). + * + * This program handles listing and installing both static PPD files + * in CUPS_DATADIR/model and dynamically generated PPD files using + * the driver helper programs in CUPS_SERVERBIN/driver. + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Enumerate or display PPD files. + * cat_ppd() - Display a PPD file. + * list_ppds() - List PPDs. + */ + +/* + * Include necessary headers... + */ + +#include +#include + + +/* + * Local functions... + */ + +static int cat_ppd(const char *uri); +static int list_ppds(const char *name); + + +/* + * Sample data... + */ + +static const char *models[][2] = + { + { "foojet.ppd", "Foo Printer" }, + { "barjet.ppd", "Bar Printer" }, + { "foobar.ppd", "Foo/Bar Multifunction Printer" } + }; + + +/* + * 'main()' - Enumerate or display PPD files. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + if (argc == 2 && !strcmp(argv[1], "list")) + return (list_ppds(argv[0])); + else if (argc == 3 && !strcmp(argv[1], "cat")) + return (cat_ppd(argv[2])); + + fprintf(stderr, "ERROR: Usage: %s cat URI\n", argv[0]); + fprintf(stderr, "ERROR: Usage: %s list\n", argv[0]); + return (1); +} + + +/* + * 'cat_ppd()' - Display a PPD file. + */ + +static int /* O - Exit status */ +cat_ppd(const char *uri) /* I - PPD URI */ +{ + int i; /* Looping var */ + const char *name; /* Pointer to name in URI */ + + + if ((name = strchr(uri, ':')) == NULL) + { + fprintf(stderr, "ERROR: Bad URI \"%s\"!\n", uri); + return (1); + } + + name ++; + + for (i = 0 ; i < (int)(sizeof(models) / sizeof(models[0])); i ++) + if (!strcmp(name, models[i][0])) + { + /* + * Actually display the PPD file... + */ + puts("*PPD-Adobe: \"4.3\""); + + puts("*LanguageEncoding: ISOLatin1"); + puts("*LanguageVersion: English"); + puts("*Manufacturer: \"Test\""); + puts("*FileVersion: \"1.0\""); + puts("*FormatVersion: \"4.3\""); + puts("*PSVersion: \"(3010) 1\""); + printf("*PCFileName: \"%s\"\n", models[i][0]); + + printf("*Product: \"(%s)\"\n", models[i][1]); + printf("*ModelName: \"Test %s\"\n", models[i][1]); + printf("*NickName: \"Test %s\"\n", models[i][1]); + printf("*ShortNickName: \"Test %s\"\n", models[i][1]); + + puts("*OpenUI PageSize: PickOne"); + puts("*OrderDependency: 10 AnySetup *PageSetup"); + puts("*DefaultPageSize: Letter"); + puts("*PageSize Letter: \"<>setpagedevice\""); + puts("*PageSize A4: \"<>setpagedevice\""); + puts("*CloseUI: *PageSize"); + + puts("*OpenUI PageRegion: PickOne"); + puts("*OrderDependency: 10 AnySetup *PageRegion"); + puts("*DefaultPageRegion: Letter"); + puts("*PageRegion Letter: \"<>setpagedevice\""); + puts("*PageRegion A4: \"<>setpagedevice\""); + puts("*CloseUI: *PageRegion"); + + puts("*DefaultImageableArea: Letter"); + puts("*ImageableArea Letter: \"0 0 612 792\""); + puts("*ImageableArea A4: \"0 0 595 842\""); + + puts("*DefaultPaperDimension: Letter"); + puts("*PaperDimension Letter: \"612 792\""); + puts("*PaperDimension A4: \"595 842\""); + + return (0); + } + + fprintf(stderr, "ERROR: Unknown URI \"%s\"!\n", uri); + return (1); +} + + +/* + * 'list_ppds()' - List PPDs. + */ + +static int /* O - Exit status */ +list_ppds(const char *name) /* I - Program name */ +{ + int i; /* Looping var */ + const char *base; /* Base name of program */ + + + if ((base = strrchr(name, '/')) != NULL) + base ++; + else + base = name; + + for (i = 0; i < (int)(sizeof(models) / sizeof(models[0])); i ++) + printf("\"%s:%s\" en \"Test\" \"Test %s\" \"1284 device id\"\n", + base, models[i][0], models[i][1]); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/Dependencies b/filter/Dependencies new file mode 100644 index 0000000000..867919f09e --- /dev/null +++ b/filter/Dependencies @@ -0,0 +1,447 @@ +# DO NOT DELETE THIS LINE -- make depend depends on it. +hpgl-attr.o: hpgl-attr.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-config.o: hpgl-config.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-main.o: hpgl-main.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-prolog.o: hpgl-prolog.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-char.o: hpgl-char.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-input.o: hpgl-input.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-polygon.o: hpgl-polygon.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-vector.o: hpgl-vector.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +image-bmp.o: image-bmp.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-colorspace.o: image-colorspace.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-gif.o: image-gif.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-jpeg.o: image-jpeg.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-photocd.o: image-photocd.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-pix.o: image-pix.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-png.o: image-png.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-pnm.o: image-pnm.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-sgi.o: image-sgi.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h image-sgi.h +image-sgilib.o: image-sgilib.c image-sgi.h +image-sun.o: image-sun.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-tiff.o: image-tiff.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-zoom.o: image-zoom.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image.o: image.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +interpret.o: interpret.c ../cups/string.h ../config.h image-private.h \ + image.h raster.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/debug.h +raster.o: raster.c raster.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/debug.h ../cups/string.h ../config.h +form-main.o: form-main.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +form-ps.o: form-ps.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +form-tree.o: form-tree.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +gziptoany.o: gziptoany.c ../cups/string.h ../config.h +imagetops.o: imagetops.c common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h image.h raster.h +imagetoraster.o: imagetoraster.c common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h image-private.h image.h raster.h ../cups/debug.h +common.o: common.c common.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/language.h ../cups/string.h ../config.h +pstops.o: pstops.c common.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/language.h ../cups/string.h ../config.h \ + ../cups/file.h ../cups/array.h +rasterbench.o: rasterbench.c raster.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h +rastertoepson.o: rastertoepson.c ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/ppd.h ../cups/string.h \ + ../config.h raster.h +rastertohp.o: rastertohp.c ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/string.h ../config.h raster.h +rastertolabel.o: rastertolabel.c ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/string.h ../config.h raster.h +testimage.o: testimage.c image.h raster.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h +testraster.o: testraster.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +textcommon.o: textcommon.c textcommon.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +texttops.o: texttops.c textcommon.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +# DO NOT DELETE THIS LINE -- make depend depends on it. +hpgl-attr.32.o: hpgl-attr.c hpgl-attr.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-config.32.o: hpgl-config.c hpgl-config.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-main.32.o: hpgl-main.c hpgl-main.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-prolog.32.o: hpgl-prolog.c hpgl-prolog.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-char.32.o: hpgl-char.c hpgl-char.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-input.32.o: hpgl-input.c hpgl-input.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-polygon.32.o: hpgl-polygon.c hpgl-polygon.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-vector.32.o: hpgl-vector.c hpgl-vector.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +image-bmp.32.o: image-bmp.c image-bmp.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-colorspace.32.o: image-colorspace.c image-colorspace.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-gif.32.o: image-gif.c image-gif.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-jpeg.32.o: image-jpeg.c image-jpeg.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-photocd.32.o: image-photocd.c image-photocd.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-pix.32.o: image-pix.c image-pix.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-png.32.o: image-png.c image-png.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-pnm.32.o: image-pnm.c image-pnm.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-sgi.32.o: image-sgi.c image-sgi.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h image-sgi.h +image-sgilib.32.o: image-sgilib.c image-sgilib.c image-sgi.h +image-sun.32.o: image-sun.c image-sun.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-tiff.32.o: image-tiff.c image-tiff.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-zoom.32.o: image-zoom.c image-zoom.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image.32.o: image.c image.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +interpret.32.o: interpret.c interpret.c ../cups/string.h ../config.h image-private.h \ + image.h raster.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/debug.h +raster.32.o: raster.c raster.c raster.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/debug.h ../cups/string.h ../config.h +form-main.32.o: form-main.c form-main.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +form-ps.32.o: form-ps.c form-ps.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +form-tree.32.o: form-tree.c form-tree.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +gziptoany.32.o: gziptoany.c gziptoany.c ../cups/string.h ../config.h +imagetops.32.o: imagetops.c imagetops.c common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h image.h raster.h +imagetoraster.32.o: imagetoraster.c imagetoraster.c common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h image-private.h image.h raster.h ../cups/debug.h +common.32.o: common.c common.c common.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/language.h ../cups/string.h ../config.h +pstops.32.o: pstops.c pstops.c common.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/language.h ../cups/string.h ../config.h \ + ../cups/file.h ../cups/array.h +rasterbench.32.o: rasterbench.c rasterbench.c raster.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h +rastertoepson.32.o: rastertoepson.c rastertoepson.c ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/ppd.h ../cups/string.h \ + ../config.h raster.h +rastertohp.32.o: rastertohp.c rastertohp.c ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/string.h ../config.h raster.h +rastertolabel.32.o: rastertolabel.c rastertolabel.c ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/string.h ../config.h raster.h +testimage.32.o: testimage.c testimage.c image.h raster.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h +testraster.32.o: testraster.c testraster.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +textcommon.32.o: textcommon.c textcommon.c textcommon.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +texttops.32.o: texttops.c texttops.c textcommon.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +# DO NOT DELETE THIS LINE -- make depend depends on it. +hpgl-attr.64.o: hpgl-attr.c hpgl-attr.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-config.64.o: hpgl-config.c hpgl-config.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-main.64.o: hpgl-main.c hpgl-main.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-prolog.64.o: hpgl-prolog.c hpgl-prolog.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-char.64.o: hpgl-char.c hpgl-char.c hpgltops.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +hpgl-input.64.o: hpgl-input.c hpgl-input.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-polygon.64.o: hpgl-polygon.c hpgl-polygon.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +hpgl-vector.64.o: hpgl-vector.c hpgl-vector.c hpgltops.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +image-bmp.64.o: image-bmp.c image-bmp.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-colorspace.64.o: image-colorspace.c image-colorspace.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-gif.64.o: image-gif.c image-gif.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-jpeg.64.o: image-jpeg.c image-jpeg.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-photocd.64.o: image-photocd.c image-photocd.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-pix.64.o: image-pix.c image-pix.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-png.64.o: image-png.c image-png.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-pnm.64.o: image-pnm.c image-pnm.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-sgi.64.o: image-sgi.c image-sgi.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h image-sgi.h +image-sgilib.64.o: image-sgilib.c image-sgilib.c image-sgi.h +image-sun.64.o: image-sun.c image-sun.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-tiff.64.o: image-tiff.c image-tiff.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image-zoom.64.o: image-zoom.c image-zoom.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +image.64.o: image.c image.c image-private.h image.h raster.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +interpret.64.o: interpret.c interpret.c ../cups/string.h ../config.h image-private.h \ + image.h raster.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/debug.h +raster.64.o: raster.c raster.c raster.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/debug.h ../cups/string.h ../config.h +form-main.64.o: form-main.c form-main.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +form-ps.64.o: form-ps.c form-ps.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +form-tree.64.o: form-tree.c form-tree.c form.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h +gziptoany.64.o: gziptoany.c gziptoany.c ../cups/string.h ../config.h +imagetops.64.o: imagetops.c imagetops.c common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h image.h raster.h +imagetoraster.64.o: imagetoraster.c imagetoraster.c common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h image-private.h image.h raster.h ../cups/debug.h +common.64.o: common.c common.c common.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/language.h ../cups/string.h ../config.h +pstops.64.o: pstops.c pstops.c common.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/language.h ../cups/string.h ../config.h \ + ../cups/file.h ../cups/array.h +rasterbench.64.o: rasterbench.c rasterbench.c raster.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h +rastertoepson.64.o: rastertoepson.c rastertoepson.c ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/ppd.h ../cups/string.h \ + ../config.h raster.h +rastertohp.64.o: rastertohp.c rastertohp.c ../cups/cups.h ../cups/ipp.h ../cups/http.h \ + ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h \ + ../cups/language.h ../cups/string.h ../config.h raster.h +rastertolabel.64.o: rastertolabel.c rastertolabel.c ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/string.h ../config.h raster.h +testimage.64.o: testimage.c testimage.c image.h raster.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h +testraster.64.o: testraster.c testraster.c image-private.h image.h raster.h \ + ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h \ + ../cups/string.h ../config.h +textcommon.64.o: textcommon.c textcommon.c textcommon.h common.h ../cups/cups.h \ + ../cups/ipp.h ../cups/http.h ../cups/md5.h ../cups/ppd.h \ + ../cups/array.h ../cups/file.h ../cups/language.h ../cups/language.h \ + ../cups/string.h ../config.h +texttops.64.o: texttops.c texttops.c textcommon.h common.h ../cups/cups.h ../cups/ipp.h \ + ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h \ + ../cups/file.h ../cups/language.h ../cups/language.h ../cups/string.h \ + ../config.h diff --git a/filter/Makefile b/filter/Makefile new file mode 100644 index 0000000000..710fc8291d --- /dev/null +++ b/filter/Makefile @@ -0,0 +1,393 @@ +# +# "$Id$" +# +# Filter makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +# This file is subject to the Apple OS-Developed Software exception. +# + +include ../Makedefs + + +FILTERS = gziptoany hpgltops texttops pstops $(IMGFILTERS) \ + rastertolabel rastertoepson rastertohp +TARGETS = $(FILTERS) \ + $(LIBCUPSIMAGE) \ + libcupsimage.a \ + $(LIB32CUPSIMAGE) \ + $(LIB64CUPSIMAGE) \ + rasterbench \ + testimage \ + testraster + +HPGLOBJS = hpgl-attr.o hpgl-config.o hpgl-main.o hpgl-prolog.o \ + hpgl-char.o hpgl-input.o hpgl-polygon.o hpgl-vector.o +IMAGEOBJS = image-bmp.o image-colorspace.o image-gif.o image-jpeg.o \ + image-photocd.o image-pix.o image-png.o image-pnm.o \ + image-sgi.o image-sgilib.o image-sun.o image-tiff.o \ + image-zoom.o image.o interpret.o raster.o +IMAGE32OBJS = $(IMAGEOBJS:.o=.32.o) +IMAGE64OBJS = $(IMAGEOBJS:.o=.64.o) +FORMOBJS = form-attr.o form-main.o form-ps.o form-text.o form-tree.o +OBJS = $(HPGLOBJS) $(IMAGEOBJS) $(FORMOBJS) \ + gziptoany.o imagetops.o imagetoraster.o common.o pstops.o \ + rasterbench.o rastertoepson.o rastertohp.o rastertolabel.o \ + testimage.o testraster.o textcommon.o texttops.o + + +# +# Make all targets... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) $(TARGETS) + $(RM) libcupsimage.so libcupsimage.sl libcupsimage.dylib + $(RM) -r 32bit 64bit + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + touch Dependencies.tmp + makedepend -Y -I.. -fDependencies.tmp $(OBJS:.o=.c) >/dev/null 2>&1 + $(RM) Dependencies + cp Dependencies.tmp Dependencies + sed -r -e '1,$$s/^([^.]+)\.o:/\1\.32.o: \1\.c /' Dependencies.tmp >>Dependencies + sed -r -e '1,$$s/^([^.]+)\.o:/\1\.64.o: \1\.c /' Dependencies.tmp >>Dependencies + $(RM) Dependencies.tmp + + +# +# Install all targets... +# + +install: all installhdrs $(INSTALLSTATIC) $(INSTALL32) $(INSTALL64) + $(INSTALL_DIR) -m 755 $(SERVERBIN)/filter + for file in $(FILTERS); do \ + $(INSTALL_BIN) $$file $(SERVERBIN)/filter; \ + done + $(RM) $(SERVERBIN)/filter/rastertodymo + $(LN) rastertolabel $(SERVERBIN)/filter/rastertodymo + $(INSTALL_DIR) -m 755 $(LIBDIR) + $(INSTALL_LIB) $(LIBCUPSIMAGE) $(LIBDIR) + -if test $(LIBCUPSIMAGE) = "libcupsimage.so.2" -o $(LIBCUPSIMAGE) = "libcupsimage.sl.2"; then \ + $(RM) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \ + $(LN) $(LIBCUPSIMAGE) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \ + fi + -if test $(LIBCUPSIMAGE) = "libcupsimage.2.dylib"; then \ + $(STRIP) -x $(LIBDIR)/$(LIBCUPSIMAGE); \ + $(RM) $(LIBDIR)/libcupsimage.dylib; \ + $(LN) $(LIBCUPSIMAGE) $(LIBDIR)/libcupsimage.dylib; \ + fi + +installstatic: + $(INSTALL_DIR) -m 755 $(LIBDIR) + $(INSTALL_LIB) libcupsimage.a $(LIBDIR); + $(RANLIB) $(LIBDIR)/libcupsimage.a; + +installhdrs: + $(INSTALL_DIR) -m 755 $(INCLUDEDIR)/cups + $(INSTALL_DATA) image.h $(INCLUDEDIR)/cups + $(INSTALL_DATA) raster.h $(INCLUDEDIR)/cups + +install32bit: + $(INSTALL_DIR) -m 755 $(LIB32DIR) + $(INSTALL_LIB) 32bit/libcupsimage.so.2 $(LIB32DIR)/libcupsimage.so.2 + $(LN) libcupsimage.so.2 $(LIB32DIR)/libcupsimage.so + +install64bit: + $(INSTALL_DIR) -m 755 $(LIB64DIR) + $(INSTALL_LIB) 64bit/libcupsimage.so.2 $(LIB64DIR)/libcupsimage.so.2 + $(LN) libcupsimage.so.2 $(LIB64DIR)/libcupsimage.so + + +# +# Uninstall all targets... +# + +uninstall: $(UNINSTALL32) $(UNINSTALL64) + for file in $(FILTERS); do \ + $(RM) $(SERVERBIN)/filter/$$file; \ + done + $(RM) $(SERVERBIN)/filter/rastertodymo + -$(RMDIR) $(SERVERBIN)/filter + -$(RMDIR) $(SERVERBIN) + $(RM) $(LIBDIR)/libcupsimage.2.dylib + $(RM) $(LIBDIR)/libcupsimage.a + $(RM) $(LIBDIR)/libcupsimage.dylib + $(RM) $(LIBDIR)/libcupsimage_s.a + $(RM) $(LIBDIR)/libcupsimage.sl + $(RM) $(LIBDIR)/libcupsimage.sl.2 + $(RM) $(LIBDIR)/libcupsimage.so + $(RM) $(LIBDIR)/libcupsimage.so.2 + -$(RMDIR) $(LIBDIR) + $(RM) $(INCLUDEDIR)/cups/image.h + $(RM) $(INCLUDEDIR)/cups/raster.h + -$(RMDIR) $(INCLUDEDIR)/cups + +uninstall32bit: + $(RM) $(LIB32DIR)/libcupsimage.so + $(RM) $(LIB32DIR)/libcupsimage.so.2 + -$(RMDIR) $(LIB32DIR) + +uninstall64bit: + $(RM) $(LIB64DIR)/libcupsimage.so + $(RM) $(LIB64DIR)/libcupsimage.so.2 + -$(RMDIR) $(LIB64DIR) + + +# +# Automatic API help files... +# + +apihelp: + echo Generating CUPS API help files... + mxmldoc --section "Programming" --title "Raster API" \ + --intro api-raster.shtml \ + raster.h interpret.c raster.c >../doc/help/api-raster.html + + +# +# formtops +# + +formtops: $(FORMOBJS) common.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ $(FORMOBJS) common.o $(LIBS) -lm + + +# +# gziptoany +# + +gziptoany: gziptoany.o ../Makedefs ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ gziptoany.o $(LIBZ) $(LIBS) + + +# +# hpgltops +# + +hpgltops: $(HPGLOBJS) common.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ $(HPGLOBJS) common.o $(LIBS) -lm + + +# +# libcupsimage.so.2, libcupsimage.sl.2 +# + +libcupsimage.so.2 libcupsimage.sl.2: $(IMAGEOBJS) + echo Linking $@... + $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS) $(DSOLIBS) \ + -L../cups $(LINKCUPS) -lm + $(RM) `basename $@ .2` + $(LN) $@ `basename $@ .2` + + +# +# 32bit/libcupsimage.so.2 +# + +32bit/libcupsimage.so.2: $(IMAGE32OBJS) + echo Linking 32-bit $@... + -mkdir 32bit + $(DSO) $(ARCH32FLAGS) $(DSO32FLAGS) -o $@ $(IMAGE32OBJS) $(DSOLIBS) \ + -L../cups/32bit $(LINKCUPS) -lm + + +# +# 64bit/libcupsimage.so.2 +# + +64bit/libcupsimage.so.2: $(IMAGE64OBJS) + echo Linking 64-bit $@... + -mkdir 64bit + $(DSO) $(ARCH64FLAGS) $(DSO64FLAGS) -o $@ $(IMAGE64OBJS) $(DSOLIBS) \ + -L../cups/64bit $(LINKCUPS) -lm + + +# +# libcupsimage.2.dylib +# + +libcupsimage.2.dylib: $(IMAGEOBJS) + echo Linking $@... + $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ \ + -install_name $(libdir)/$@ \ + -current_version 2.2.0 \ + -compatibility_version 2.0.0 \ + $(IMAGEOBJS) $(DSOLIBS) -L../cups $(LINKCUPS) -lm + $(RM) libcupsimage.dylib + $(LN) $@ libcupsimage.dylib + + +# +# libcupsimage_s.a +# + +libcupsimage_s.a: $(IMAGEOBJS) libcupsimage_s.exp + echo Linking $@... + $(DSO) $(DSOFLAGS) -Wl,-berok,-bexport:libcupsimage_s.exp \ + -o libcupsimage_s.o $(IMAGEOBJS) $(DSOLIBS) -lm + $(RM) $@ + $(AR) $(ARFLAGS) $@ libcupsimage_s.o + + +# +# libcupsimage.la +# + +libcupsimage.la: $(IMAGEOBJS) + echo Linking $@... + $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS:.o=.lo) $(DSOLIBS) \ + -L../cups $(LINKCUPS) \ + -rpath $(LIBDIR) -version-info 2:2 + + +# +# libcupsimage.a +# + +libcupsimage.a: $(IMAGEOBJS) + echo Archiving $@... + $(RM) $@ + $(AR) $(ARFLAGS) $@ $(IMAGEOBJS) + $(RANLIB) $@ + + +# +# testimage +# + +testimage: testimage.o libcupsimage.a ../Makedefs + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testimage.o libcupsimage.a \ + $(IMGLIBS) $(DSOLIBS) $(LIBS) + + +# +# imagetops +# + +imagetops: imagetops.o common.o $(LIBCUPSIMAGE) \ + ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ imagetops.o common.o $(LINKCUPSIMAGE) \ + $(IMGLIBS) $(LIBS) + + +# +# imagetoraster +# + +imagetoraster: imagetoraster.o common.o $(LIBCUPSIMAGE) \ + ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ imagetoraster.o common.o $(LINKCUPSIMAGE) \ + $(IMGLIBS) $(LIBS) + + +# +# pstops +# + +pstops: pstops.o common.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ pstops.o common.o $(LIBS) -lm + + +# +# rastertolabel +# + +rastertolabel: rastertolabel.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ rastertolabel.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS) + + +# +# rastertoepson +# + +rastertoepson: rastertoepson.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ rastertoepson.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS) + + +# +# rastertohp +# + +rastertohp: rastertohp.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ rastertohp.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS) + + +# +# testraster +# + +testraster: testraster.o ../cups/libcups.a libcupsimage.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testraster.o libcupsimage.a ../cups/libcups.a \ + $(IMGLIBS) $(DSOLIBS) $(LIBS) + + +# +# rasterbench +# + +rasterbench: rasterbench.o raster.o + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ rasterbench.o raster.o + + +# +# texttops +# + +texttops: texttops.o textcommon.o common.o \ + ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ texttops.o textcommon.o common.o $(LIBS) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/filter/api-raster.shtml b/filter/api-raster.shtml new file mode 100644 index 0000000000..bccab97230 --- /dev/null +++ b/filter/api-raster.shtml @@ -0,0 +1,60 @@ + + +

Introduction

+ +

The CUPS raster API provides a standard interface for reading +and writing CUPS raster streams which are used for printing to +raster printers. Because the raster format is updated from time +to time, it is important to use this API to avoid +incompatibilities with newer versions of CUPS.

+ +

General Usage

+ +

The <cups/raster.h> header file must be +included to use the cupsRaster functions.

+ +

Programs using these functions must be linked to the CUPS +imaging library: libcupsimage.a, +libcupsimage.so.2, libcupsimage.2.dylib, +libcupsimage_s.a, or libcupsimage2.lib +depending on the platform. The following command compiles +myprogram.c using GCC and the CUPS imaging +library:

+ +
+gcc -o myprogram myprogram.c -lcupsimage
+
+ +

Compatibility

+ +

Unless otherwise specified, the raster API functions require +CUPS 1.1 or higher.

+ +

Licensing

+ +

The CUPS raster API is provided under the terms of the GNU +Library General Public License, with exceptions for MacOS X-based +programs. Please see the CUPS license agreement for more +information.

diff --git a/filter/common.c b/filter/common.c new file mode 100644 index 0000000000..31d22841d3 --- /dev/null +++ b/filter/common.c @@ -0,0 +1,544 @@ +/* + * "$Id$" + * + * Common filter routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * SetCommonOptions() - Set common filter options for media size, + * etc. + * UpdatePageVars() - Update the page variables for the orientation. + * WriteComment() - Write a DSC comment. + * WriteCommon() - Write common procedures... + * WriteLabelProlog() - Write the prolog with the classification + * and page label. + * WriteLabels() - Write the actual page labels. + */ + +/* + * Include necessary headers... + */ + +#include "common.h" +#include + + +/* + * Globals... + */ + +int Orientation = 0, /* 0 = portrait, 1 = landscape, etc. */ + Duplex = 0, /* Duplexed? */ + LanguageLevel = 1, /* Language level of printer */ + ColorDevice = 1; /* Do color text? */ +float PageLeft = 18.0f, /* Left margin */ + PageRight = 594.0f, /* Right margin */ + PageBottom = 36.0f, /* Bottom margin */ + PageTop = 756.0f, /* Top margin */ + PageWidth = 612.0f, /* Total page width */ + PageLength = 792.0f; /* Total page length */ + + +/* + * 'SetCommonOptions()' - Set common filter options for media size, etc. + */ + +ppd_file_t * /* O - PPD file */ +SetCommonOptions( + int num_options, /* I - Number of options */ + cups_option_t *options, /* I - Options */ + int change_size) /* I - Change page size? */ +{ + ppd_file_t *ppd; /* PPD file */ + ppd_size_t *pagesize; /* Current page size */ + const char *val; /* Option value */ + + +#ifdef LC_TIME + setlocale(LC_TIME, ""); +#endif /* LC_TIME */ + + ppd = ppdOpenFile(getenv("PPD")); + + ppdMarkDefaults(ppd); + cupsMarkOptions(ppd, num_options, options); + + if ((pagesize = ppdPageSize(ppd, NULL)) != NULL) + { + PageWidth = pagesize->width; + PageLength = pagesize->length; + PageTop = pagesize->top; + PageBottom = pagesize->bottom; + PageLeft = pagesize->left; + PageRight = pagesize->right; + + fprintf(stderr, "DEBUG: Page = %.0fx%.0f; %.0f,%.0f to %.0f,%.0f\n", + PageWidth, PageLength, PageLeft, PageBottom, PageRight, PageTop); + } + + if (ppd != NULL) + { + ColorDevice = ppd->color_device; + LanguageLevel = ppd->language_level; + } + + if ((val = cupsGetOption("landscape", num_options, options)) != NULL) + { + if (strcasecmp(val, "no") != 0 && strcasecmp(val, "off") != 0 && + strcasecmp(val, "false") != 0) + { + if (ppd && ppd->landscape > 0) + Orientation = 1; + else + Orientation = 3; + } + } + else if ((val = cupsGetOption("orientation-requested", num_options, options)) != NULL) + { + /* + * Map IPP orientation values to 0 to 3: + * + * 3 = 0 degrees = 0 + * 4 = 90 degrees = 1 + * 5 = -90 degrees = 3 + * 6 = 180 degrees = 2 + */ + + Orientation = atoi(val) - 3; + if (Orientation >= 2) + Orientation ^= 1; + } + + if ((val = cupsGetOption("page-left", num_options, options)) != NULL) + { + switch (Orientation & 3) + { + case 0 : + PageLeft = (float)atof(val); + break; + case 1 : + PageBottom = (float)atof(val); + break; + case 2 : + PageRight = PageWidth - (float)atof(val); + break; + case 3 : + PageTop = PageLength - (float)atof(val); + break; + } + } + + if ((val = cupsGetOption("page-right", num_options, options)) != NULL) + { + switch (Orientation & 3) + { + case 0 : + PageRight = PageWidth - (float)atof(val); + break; + case 1 : + PageTop = PageLength - (float)atof(val); + break; + case 2 : + PageLeft = (float)atof(val); + break; + case 3 : + PageBottom = (float)atof(val); + break; + } + } + + if ((val = cupsGetOption("page-bottom", num_options, options)) != NULL) + { + switch (Orientation & 3) + { + case 0 : + PageBottom = (float)atof(val); + break; + case 1 : + PageLeft = (float)atof(val); + break; + case 2 : + PageTop = PageLength - (float)atof(val); + break; + case 3 : + PageRight = PageWidth - (float)atof(val); + break; + } + } + + if ((val = cupsGetOption("page-top", num_options, options)) != NULL) + { + switch (Orientation & 3) + { + case 0 : + PageTop = PageLength - (float)atof(val); + break; + case 1 : + PageRight = PageWidth - (float)atof(val); + break; + case 2 : + PageBottom = (float)atof(val); + break; + case 3 : + PageLeft = (float)atof(val); + break; + } + } + + if (change_size) + UpdatePageVars(); + + if (ppdIsMarked(ppd, "Duplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "Duplex", "DuplexTumble") || + ppdIsMarked(ppd, "JCLDuplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "JCLDuplex", "DuplexTumble") || + ppdIsMarked(ppd, "EFDuplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "EFDuplex", "DuplexTumble") || + ppdIsMarked(ppd, "KD03Duplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "KD03Duplex", "DuplexTumble")) + Duplex = 1; + + return (ppd); +} + + +/* + * 'UpdatePageVars()' - Update the page variables for the orientation. + */ + +void +UpdatePageVars(void) +{ + float temp; /* Swapping variable */ + + + switch (Orientation & 3) + { + case 0 : /* Portait */ + break; + + case 1 : /* Landscape */ + temp = PageLeft; + PageLeft = PageBottom; + PageBottom = temp; + + temp = PageRight; + PageRight = PageTop; + PageTop = temp; + + temp = PageWidth; + PageWidth = PageLength; + PageLength = temp; + break; + + case 2 : /* Reverse Portrait */ + temp = PageWidth - PageLeft; + PageLeft = PageWidth - PageRight; + PageRight = temp; + + temp = PageLength - PageBottom; + PageBottom = PageLength - PageTop; + PageTop = temp; + break; + + case 3 : /* Reverse Landscape */ + temp = PageWidth - PageLeft; + PageLeft = PageWidth - PageRight; + PageRight = temp; + + temp = PageLength - PageBottom; + PageBottom = PageLength - PageTop; + PageTop = temp; + + temp = PageLeft; + PageLeft = PageBottom; + PageBottom = temp; + + temp = PageRight; + PageRight = PageTop; + PageTop = temp; + + temp = PageWidth; + PageWidth = PageLength; + PageLength = temp; + break; + } +} + + +/* + * 'WriteCommon()' - Write common procedures... + */ + +void +WriteCommon(void) +{ + puts("% x y w h ESPrc - Clip to a rectangle.\n" + "userdict/ESPrc/rectclip where{pop/rectclip load}\n" + "{{newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto\n" + "neg 0 rlineto closepath clip newpath}bind}ifelse put"); + puts("% x y w h ESPrf - Fill a rectangle.\n" + "userdict/ESPrf/rectfill where{pop/rectfill load}\n" + "{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto\n" + "neg 0 rlineto closepath fill grestore}bind}ifelse put"); + puts("% x y w h ESPrs - Stroke a rectangle.\n" + "userdict/ESPrs/rectstroke where{pop/rectstroke load}\n" + "{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto\n" + "neg 0 rlineto closepath stroke grestore}bind}ifelse put"); +} + + +/* + * 'WriteLabelProlog()' - Write the prolog with the classification + * and page label. + */ + +void +WriteLabelProlog(const char *label, /* I - Page label */ + float bottom, /* I - Bottom position in points */ + float top, /* I - Top position in points */ + float width) /* I - Width in points */ +{ + const char *classification; /* CLASSIFICATION environment variable */ + const char *ptr; /* Temporary string pointer */ + + + /* + * First get the current classification... + */ + + if ((classification = getenv("CLASSIFICATION")) == NULL) + classification = ""; + if (strcmp(classification, "none") == 0) + classification = ""; + + /* + * If there is nothing to show, bind an empty 'write labels' procedure + * and return... + */ + + if (!classification[0] && (label == NULL || !label[0])) + { + puts("userdict/ESPwl{}bind put"); + return; + } + + /* + * Set the classification + page label string... + */ + + printf("userdict"); + if (strcmp(classification, "confidential") == 0) + printf("/ESPpl(CONFIDENTIAL"); + else if (strcmp(classification, "classified") == 0) + printf("/ESPpl(CLASSIFIED"); + else if (strcmp(classification, "secret") == 0) + printf("/ESPpl(SECRET"); + else if (strcmp(classification, "topsecret") == 0) + printf("/ESPpl(TOP SECRET"); + else if (strcmp(classification, "unclassified") == 0) + printf("/ESPpl(UNCLASSIFIED"); + else + { + printf("/ESPpl("); + + for (ptr = classification; *ptr; ptr ++) + if (*ptr < 32 || *ptr > 126) + printf("\\%03o", *ptr); + else if (*ptr == '_') + putchar(' '); + else + { + if (*ptr == '(' || *ptr == ')' || *ptr == '\\') + putchar('\\'); + + putchar(*ptr); + } + } + + if (label) + { + if (classification[0]) + printf(" - "); + + /* + * Quote the label string as needed... + */ + + for (ptr = label; *ptr; ptr ++) + if (*ptr < 32 || *ptr > 126) + printf("\\%03o", *ptr); + else + { + if (*ptr == '(' || *ptr == ')' || *ptr == '\\') + putchar('\\'); + + putchar(*ptr); + } + } + + puts(")put"); + + /* + * Then get a 14 point Helvetica-Bold font... + */ + + puts("userdict/ESPpf /Helvetica-Bold findfont 14 scalefont put"); + + /* + * Finally, the procedure to write the labels on the page... + */ + + puts("userdict/ESPwl{"); + puts(" ESPpf setfont"); + printf(" ESPpl stringwidth pop dup 12 add exch -0.5 mul %.0f add\n", + width * 0.5f); + puts(" 1 setgray"); + printf(" dup 6 sub %.0f 3 index 20 ESPrf\n", bottom - 2.0); + printf(" dup 6 sub %.0f 3 index 20 ESPrf\n", top - 18.0); + puts(" 0 setgray"); + printf(" dup 6 sub %.0f 3 index 20 ESPrs\n", bottom - 2.0); + printf(" dup 6 sub %.0f 3 index 20 ESPrs\n", top - 18.0); + printf(" dup %.0f moveto ESPpl show\n", bottom + 2.0); + printf(" %.0f moveto ESPpl show\n", top - 14.0); + puts("pop"); + puts("}bind put"); +} + + +/* + * 'WriteLabels()' - Write the actual page labels. + */ + +void +WriteLabels(int orient) /* I - Orientation of the page */ +{ + float width, /* Width of page */ + length; /* Length of page */ + + + puts("gsave"); + + if ((orient ^ Orientation) & 1) + { + width = PageLength; + length = PageWidth; + } + else + { + width = PageWidth; + length = PageLength; + } + + switch (orient & 3) + { + case 1 : /* Landscape */ + printf("%.1f 0.0 translate 90 rotate\n", length); + break; + case 2 : /* Reverse Portrait */ + printf("%.1f %.1f translate 180 rotate\n", width, length); + break; + case 3 : /* Reverse Landscape */ + printf("0.0 %.1f translate -90 rotate\n", width); + break; + } + + puts("ESPwl"); + puts("grestore"); +} + + +/* + * 'WriteTextComment()' - Write a DSC text comment. + */ + +void +WriteTextComment(const char *name, /* I - Comment name ("Title", etc.) */ + const char *value) /* I - Comment value */ +{ + int len; /* Current line length */ + + + /* + * DSC comments are of the form: + * + * %%name: value + * + * The name and value must be limited to 7-bit ASCII for most printers, + * so we escape all non-ASCII and ASCII control characters as described + * in the Adobe Document Structuring Conventions specification. + */ + + printf("%%%%%s: (", name); + len = 5 + strlen(name); + + while (*value) + { + if (*value < ' ' || *value >= 127) + { + /* + * Escape this character value... + */ + + if (len >= 251) /* Keep line < 254 chars */ + break; + + printf("\\%03o", *value & 255); + len += 4; + } + else if (*value == '\\') + { + /* + * Escape the backslash... + */ + + if (len >= 253) /* Keep line < 254 chars */ + break; + + putchar('\\'); + putchar('\\'); + len += 2; + } + else + { + /* + * Put this character literally... + */ + + if (len >= 254) /* Keep line < 254 chars */ + break; + + putchar(*value); + len ++; + } + + value ++; + } + + puts(")"); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/common.h b/filter/common.h new file mode 100644 index 0000000000..9657f93504 --- /dev/null +++ b/filter/common.h @@ -0,0 +1,93 @@ +/* + * "$Id$" + * + * Common filter definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + +#include +#include +#include + + +/* + * C++ magic... + */ + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + +/* + * Globals... + */ + +extern int Orientation, /* 0 = portrait, 1 = landscape, etc. */ + Duplex, /* Duplexed? */ + LanguageLevel, /* Language level of printer */ + ColorDevice; /* Do color text? */ +extern float PageLeft, /* Left margin */ + PageRight, /* Right margin */ + PageBottom, /* Bottom margin */ + PageTop, /* Top margin */ + PageWidth, /* Total page width */ + PageLength; /* Total page length */ + + +/* + * Prototypes... + */ + +extern ppd_file_t *SetCommonOptions(int num_options, cups_option_t *options, + int change_size); +extern void UpdatePageVars(void); +extern void WriteCommon(void); +extern void WriteLabelProlog(const char *label, float bottom, + float top, float width); +extern void WriteLabels(int orient); +extern void WriteTextComment(const char *name, const char *value); + + +/* + * C++ magic... + */ + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + + +/* + * End of "$Id$". + */ diff --git a/filter/form-main.c b/filter/form-main.c new file mode 100644 index 0000000000..10db340163 --- /dev/null +++ b/filter/form-main.c @@ -0,0 +1,62 @@ +/* + * "$Id$" + * + * CUPS form main entry for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Load the specified form file and output PostScript. + */ + +/* + * Include necessary headers... + */ + +#include "form.h" + + +/* + * Globals... + */ + +int NumOptions; /* Number of command-line options */ +cups_option_t *Options; /* Command-line options */ +ppd_file_t *PPD; /* PPD file */ + + +/* + * 'main()' - Load the specified form file and output PostScript. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/form-ps.c b/filter/form-ps.c new file mode 100644 index 0000000000..41142d7061 --- /dev/null +++ b/filter/form-ps.c @@ -0,0 +1,49 @@ +/* + * "$Id$" + * + * CUPS form PostScript routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + */ + +/* + * Include necessary headers... + */ + +#include "form.h" + + +/* + * 'formWrite()' - Write PostScript output for the given form document. + */ + +void +formWrite(tree_t *t) /* I - Document tree to write */ +{ +} + + +/* + * End of "$Id$". + */ diff --git a/filter/form-tree.c b/filter/form-tree.c new file mode 100644 index 0000000000..d6f214a2fb --- /dev/null +++ b/filter/form-tree.c @@ -0,0 +1,624 @@ +/* + * "$Id$" + * + * CUPS form document tree routines for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + */ + +/* + * Include necessary headers... + */ + +#include "form.h" + + +/* + * Local functions... + */ + +static int compare_attr(attr_t *a0, attr_t *a1); +static int compare_elements(char **e0, char **e1); +static int parse_attr(tree_t *t, FILE *fp); +static int parse_element(tree_t *t, FILE *fp); + + +/* + * Local globals... + */ + +static char *elements[] = + { + "", + "!--", + "ARC", + "BOX", + "BR", + "B", + "CUPSFORM", + "DEFVAR", + "FONT", + "H1", + "H2", + "H3", + "H4", + "H5", + "H6", + "HEAD", + "IMG", + "I", + "LINE", + "PAGE", + "PIE", + "POLY", + "PRE", + "P", + "RECT", + "TEXT", + "TT", + "VAR" + }; + + +/* + * 'formDelete()' - Delete a node and its children. + */ + +void +formDelete(tree_t *t) /* I - Tree node */ +{ +} + + +/* + * 'formGetAttr()' - Get a node attribute value. + */ + +char * /* O - Value or NULL */ +formGetAttr(tree_t *t, /* I - Tree node */ + const char *name) /* I - Name of attribute */ +{ +} + + +/* + * 'formNew()' - Create a new form node. + */ + +tree_t * /* O - New tree node */ +formNew(tree_t *p) /* I - Parent node */ +{ + tree_t *t; /* New tree node */ + + + /* + * Allocate the new node... + */ + + if ((t = (tree_t *)calloc(sizeof(tree_t), 1)) == NULL) + return (NULL); + + /* + * Set/copy attributes... + */ + + if (p == NULL) + { + t->bg[0] = 1.0; + t->bg[1] = 1.0; + t->bg[2] = 1.0; + t->halign = HALIGN_LEFT; + t->valign = VALIGN_MIDDLE; + t->typeface = "Courier"; + t->size = 12.0; + } + else + { + memcpy(t, p, sizeof(tree_t)); + + t->prev = NULL; + t->next = NULL; + t->child = NULL; + t->last_child = NULL; + t->parent = NULL; + t->num_attrs = 0; + t->attrs = NULL; + t->data = NULL; + } + + /* + * Return the new node... + */ + + return (t); +} + + +/* + * 'formRead()' - Read a form tree from a file. + */ + +tree_t * /* O - New form tree */ +formRead(FILE *fp, /* I - File to read from */ + tree_t *p) /* I - Parent node */ +{ + int ch, /* Character from file */ + closech, /* Closing character */ + have_whitespace; /* Leading whitespace? */ + static char s[10240]; /* String from file */ + uchar *ptr, /* Pointer in string */ + glyph[16], /* Glyph name (&#nnn;) */ + *glyphptr; /* Pointer in glyph string */ + tree_t *tree, /* "top" of this tree */ + *t, /* New tree node */ + *prev, /* Previous tree node */ + *temp; /* Temporary looping var */ + uchar *face, /* Typeface for FONT tag */ + *color, /* Color for FONT tag */ + *size; /* Size for FONT tag */ + + + /* + * Start off with no previous tree node... + */ + + prev = NULL; + tree = NULL; + + /* + * Parse data until we hit end-of-file... + */ + + while ((ch = getc(fp)) != EOF) + { + /* + * Ignore leading whitespace... + */ + + have_whitespace = 0; + closech = '/'; + + if (p == NULL || !p->preformatted) + { + while (isspace(ch & 255)) + { + have_whitespace = 1; + ch = getc(fp); + } + + if (ch == EOF) + break; + } + + /* + * Allocate a new tree node - use calloc() to get zeroed data... + */ + + t = formNew(p); + + /* + * See what the character was... + */ + + if (ch == '<') + { + /* + * Markup char; grab the next char to see if this is a /... + */ + + ch = getc(fp); + if (ch == ' ') + { + /* + * Illegal lone "<"! Ignore it... + */ + + free(t); + continue; + } + + if (ch != '/') + ungetc(ch, fp); + + if (parse_element(t, fp) < 0) + { + free(t); + break; + } + + if ((closech = getc(fp)) == '/') + getc(fp); + + /* + * If this is the matching close mark, or if we are starting the same + * element, or if we've completed a list, we're done! + */ + + if (ch == '/') + { + /* + * Close element; find matching element... + */ + + for (temp = p; temp != NULL; temp = temp->p) + if (temp->element == t->element) + break; + + free(t); + + if (temp != NULL) + break; + else + continue; + } + } + else if (t->preformatted) + { + /* + * Read a pre-formatted string into the current tree node... + */ + + ptr = s; + while (ch != '<' && ch != EOF && ptr < (s + sizeof(s) - 1)) + { + if (ch == '&') + { + for (glyphptr = glyph; + (ch = getc(fp)) != EOF && (glyphptr - glyph) < 15; + glyphptr ++) + if (!isalnum(ch & 255)) + break; + else + *glyphptr = ch; + + *glyphptr = '\0'; + if (atoi(glyph) > 0) + ch = atoi(glyph); + else if (strcmp(glyph, "lt") == 0) + ch = '<'; + else if (strcmp(glyph, "gt") == 0) + ch = '>'; + else if (strcmp(glyph, "quot") == 0) + ch = '\''; + else if (strcmp(glyph, "nbsp") == 0) + ch = ' '; + else + ch = '&'; + } + + if (ch != 0) + *ptr++ = ch; + + if (ch == '\n') + break; + + ch = getc(fp); + } + + *ptr = '\0'; + + if (ch == '<') + ungetc(ch, fp); + + t->element = ELEMENT_FRAGMENT; + t->data = strdup(s); + } + else + { + /* + * Read the next string fragment... + */ + + ptr = s; + if (have_whitespace) + *ptr++ = ' '; + + while (!isspace(ch & 255) && ch != '<' && ch != EOF && ptr < (s + sizeof(s) - 1)) + { + if (ch == '&') + { + for (glyphptr = glyph; + (ch = getc(fp)) != EOF && (glyphptr - glyph) < 15; + glyphptr ++) + if (!isalnum(ch & 255)) + break; + else + *glyphptr = ch; + + *glyphptr = '\0'; + if (atoi(glyph) > 0) + ch = atoi(glyph); + else if (strcmp(glyph, "lt") == 0) + ch = '<'; + else if (strcmp(glyph, "gt") == 0) + ch = '>'; + else if (strcmp(glyph, "quot") == 0) + ch = '\''; + else if (strcmp(glyph, "nbsp") == 0) + ch = ' '; + else + ch = '&'; + } + + if (ch != 0) + *ptr++ = ch; + + ch = getc(fp); + } + + if (isspace(ch & 255)) + *ptr++ = ' '; + + *ptr = '\0'; + + if (ch == '<') + ungetc(ch, fp); + + t->element = ELEMENT_FRAGMENT; + t->data = strdup(s); + } + + /* + * If the p tree pointer is not NULL and this is the first + * entry we've read, set the child pointer... + */ + + if (p != NULL && prev == NULL) + p->child = t; + + if (p != NULL) + p->last_child = t; + + /* + * Do the prev/next links... + */ + + t->parent = p; + t->prev = prev; + if (prev != NULL) + prev->next = t; + else + tree = t; + + prev = t; + + /* + * Do child stuff as needed... + */ + + if (closech == '>') + t->child = formRead(t, fp); + } + + return (tree); +} + + +/* + * 'formSetAttr()' - Set a node attribute. + */ + +void +formSetAttr(tree_t *t, /* I - Tree node */ + const char *name, /* I - Attribute name */ + const char *value) /* I - Attribute value */ +{ +} + + +/* + * 'compare_attr()' - Compare two attributes. + */ + +static int /* O - -1 if a0 < a1, etc. */ +compare_attr(attr_t *a0, /* I - First attribute */ + attr_t *a1) /* I - Second attribute */ +{ + return (strcasecmp(a0->name, a1->name)); +} + + +/* + * 'compare_elements()' - Compare two elements. + */ + +static int /* O - -1 if e0 < e1, etc. */ +compare_elements(char **e0, /* I - First element */ + char **e1) /* I - Second element */ +{ + return (strcasecmp(*e0, *e1)); +} + + +/* + * 'parse_attr()' - Parse an element attribute string. + */ + +static int /* O - -1 on error, 0 on success */ +parse_attr(tree_t *t, /* I - Current tree node */ + FILE *fp) /* I - Input file */ +{ + char name[1024], /* Name of attr */ + value[10240], /* Value of attr */ + *ptr; /* Temporary pointer */ + int ch; /* Character from file */ + + + ptr = name; + while ((ch = getc(fp)) != EOF) + if (isalnum(ch & 255)) + { + if (ptr < (name + sizeof(name) - 1)) + *ptr++ = ch; + } + else + break; + + *ptr = '\0'; + + while (isspace(ch & 255) || ch == '\r') + ch = getc(fp); + + switch (ch) + { + default : + ungetc(ch, fp); + return (formSetAttr(t, name, NULL)); + case EOF : + return (-1); + case '=' : + ptr = value; + ch = getc(fp); + + while (isspace(ch & 255) || ch == '\r') + ch = getc(fp); + + if (ch == EOF) + return (-1); + + if (ch == '\'') + { + while ((ch = getc(fp)) != EOF) + if (ch == '\'') + break; + else if (ptr < (value + sizeof(value) - 1)) + *ptr++ = ch; + + *ptr = '\0'; + } + else if (ch == '\"') + { + while ((ch = getc(fp)) != EOF) + if (ch == '\"') + break; + else if (ptr < (value + sizeof(value) - 1)) + *ptr++ = ch; + + *ptr = '\0'; + } + else + { + *ptr++ = ch; + while ((ch = getc(fp)) != EOF) + if (isspace(ch & 255) || ch == '>' || ch == '/' || ch == '\r') + break; + else if (ptr < (value + sizeof(value) - 1)) + *ptr++ = ch; + + *ptr = '\0'; + if (ch == '>' || ch == '/') + ungetc(ch, fp); + } + + return (formSetAttr(t, name, value)); + } +} + + +/* + * 'parse_element()' - Parse an element. + */ + +static int /* O - -1 on error or ELEMENT_nnnn */ +parse_element(tree_t *t, /* I - Current tree node */ + FILE *fp) /* I - Input file */ +{ + int ch; /* Character from file */ + char element[255], /* Element string... */ + *eptr, /* Current character... */ + comment[10240], /* Comment string */ + *cptr, /* Current char... */ + **temp; /* Element variable entry */ + + + eptr = element; + + while ((ch = getc(fp)) != EOF && eptr < (element + sizeof(element) - 1)) + if (ch == '>' || ch == '/' || isspace(ch & 255)) + break; + else + *eptr++ = ch; + + *eptr = '\0'; + + if (ch == EOF) + return (ELEMENT_ERROR); + + eptr = element; + temp = bsearch(&mptr, elements, sizeof(elements) / sizeof(elements[0]), + sizeof(elements[0]), + (int (*)(const void *, const void *))compare_elements); + + if (temp == NULL) + { + /* + * Unrecognized element stuff... + */ + + t->element = ELEMENT_COMMENT; + strcpy(comment, element); + cptr = comment + strlen(comment); + } + else + { + t->element = (element_t)((char **)temp - elements); + cptr = comment; + } + + if (t->element == ELEMENT_COMMENT) + { + while (ch != EOF && ch != '>' && cptr < (comment + sizeof(comment) - 1)) + { + *cptr++ = ch; + ch = getc(fp); + } + + *cptr = '\0'; + t->data = strdup(comment); + } + else + { + while (ch != EOF && ch != '>' && ch != '/') + { + if (!isspace(ch & 255)) + { + ungetc(ch, fp); + parse_variable(t, fp); + } + + ch = getc(fp); + } + + if (ch != EOF) + ungetc(ch, fp); + } + + return (t->element); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/form.h b/filter/form.h new file mode 100644 index 0000000000..81b403cfc0 --- /dev/null +++ b/filter/form.h @@ -0,0 +1,177 @@ +/* + * "$Id$" + * + * CUPS form header file for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +/* + * Include necessary headers... + */ + +#include "common.h" + + +/* + * Form elements... + */ + +typedef enum +{ + ELEMENT_FILE = -1, /* Pseudo element, not in file, but above */ + ELEMENT_FRAGMENT, /* Text fragment */ + ELEMENT_COMMENT, /* */ + ELEMENT_ARC, + ELEMENT_BOX, + ELEMENT_BR, + ELEMENT_B, + ELEMENT_CUPSFORM, + ELEMENT_DEFVAR, + ELEMENT_FONT, + ELEMENT_H1, + ELEMENT_H2, + ELEMENT_H3, + ELEMENT_H4, + ELEMENT_H5, + ELEMENT_H6, + ELEMENT_HEAD, + ELEMENT_IMG, + ELEMENT_I, + ELEMENT_LINE, + ELEMENT_PAGE, + ELEMENT_PIE, + ELEMENT_POLY, + ELEMENT_PRE, + ELEMENT_P, + ELEMENT_RECT, + ELEMENT_TEXT, + ELEMENT_TT, + ELEMENT_VAR +} element_t; + + +/* + * Font styles... + */ + +typedef enum +{ + STYLE_NORMAL, + STYLE_BOLD, + STYLE_ITALIC, + STYLE_BOLD_ITALIC +} style_t; + + +/* + * Text alignments... + */ + +typedef enum +{ + HALIGN_LEFT, + HALIGN_CENTER, + HALIGN_RIGHT +} halign_t; + +typedef enum +{ + VALIGN_BOTTOM, + VALIGN_CENTER, + VALIGN_TOP +} valign_t; + + +/* + * Text directions... + */ + +typedef enun +{ + DIR_LEFT_TO_RIGHT, + DIR_RIGHT_TO_LEFT +} dir_t; + + +/* + * Attribute structure... + */ + +typedef struct +{ + char *name, /* Name of attribute */ + *value; /* Value of attribute */ +} attr_t; + + +/* + * Form document tree structure... + */ + +typedef struct tree_str +{ + struct tree_str *prev, /* Previous tree node */ + *next, /* Next tree node */ + *parent, /* Parent tree node */ + *child, /* First child node */ + *last_child; /* Last child node */ + element_t element; /* Element type */ + float x, y, w, h; /* Position and size in points */ + float bg[3], fg[3]; /* Colors of element */ + float thickness; /* Thickness of lines */ + int preformatted; /* Preformatted text? */ + float size; /* Height of text in points */ + char *typeface; /* Typeface of text */ + style_t style; /* Style of text */ + halign_t halign; /* Horizontal alignment */ + valign_t valign; /* Vertical alignment */ + dir_t dir; /* Direction of text */ + int num_attrs; /* Number of attributes */ + attr_t *attrs; /* Attributes */ + void *data; /* Text fragment data */ +} tree_t; + + +/* + * Globals... + */ + +extern int NumOptions; /* Number of command-line options */ +extern cups_option_t *Options; /* Command-line options */ +extern ppd_file_t *PPD; /* PPD file */ + + +/* + * Prototypes... + */ + +extern void formDelete(tree_t *t); +extern char *formGetAttr(tree_t *t, const char *name); +extern tree_t *formNew(tree_t *p); +extern tree_t *formRead(FILE *fp, tree_t *p); +extern void formSetAttr(tree_t *t, const char *name, const char *value); +extern void formWrite(tree_t *p); + + +/* + * End of "$Id$". + */ diff --git a/filter/gziptoany.c b/filter/gziptoany.c new file mode 100644 index 0000000000..69df078814 --- /dev/null +++ b/filter/gziptoany.c @@ -0,0 +1,131 @@ +/* + * "$Id$" + * + * GZIP pre-filter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Uncompress gzip'd files and send them to stdout... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include + +#ifdef HAVE_LIBZ +# include +#endif /* HAVE_LIBZ */ + + +/* + * 'main()' - Uncompress gzip'd files and send them to stdout... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ +#ifdef HAVE_LIBZ + gzFile fp; /* GZIP'd file */ + char buffer[8192]; /* Data buffer */ + int bytes; /* Number of bytes read/written */ + int copies; /* Number of copies */ + const char *content_type; /* Content type for file... */ + + + /* + * Check command-line... + */ + + if (argc != 7) + { + fputs("ERROR: gziptoany job-id user title copies options file\n", stderr); + return (1); + } + + /* + * Get the copy count; if the MIME type is "application/vnd.cups-raw" then + * make copies since the file is going straight to a backend... + */ + + if ((content_type = getenv("CONTENT_TYPE")) != NULL && + !strcasecmp(content_type, "application/vnd.cups-raw")) + copies = atoi(argv[4]); + else + copies = 1; + + /* + * Open the gzip file... + */ + + if ((fp = gzopen(argv[6], "rb")) == NULL) + { + fprintf(stderr, "ERROR: Unable to open GZIP file: %s\n", strerror(errno)); + return (1); + } + + /* + * Copy the gzip file to stdout... + */ + + setbuf(stdout, NULL); + + while (copies > 0) + { + gzrewind(fp); + + while ((bytes = gzread(fp, buffer, sizeof(buffer))) > 0) + if (fwrite(buffer, 1, bytes, stdout) < bytes) + { + fprintf(stderr, "ERROR: Unable to write uncompressed document data: %s\n", + strerror(ferror(stdout))); + gzclose(fp); + + return (1); + } + + copies --; + } + + /* + * Close the file and return... + */ + + gzclose(fp); + + return (0); +#else + fputs("INFO: Hint: recompile CUPS with ZLIB.\n", stderr); + fputs("ERROR: GZIP compression support not compiled in!\n", stderr); + return (1); +#endif /* HAVE_LIBZ */ +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-attr.c b/filter/hpgl-attr.c new file mode 100644 index 0000000000..e27f6d00a4 --- /dev/null +++ b/filter/hpgl-attr.c @@ -0,0 +1,454 @@ +/* + * "$Id$" + * + * HP-GL/2 attribute processing for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * CR_color_range() - Set the range for color values. + * AC_anchor_corner() - Set the anchor corner. + * FT_fill_type() - Set the fill type or pattern. + * LA_line_attributes() - Set the line drawing attributes. + * LT_line_type() - Set the line type (style)... + * NP_number_pens() - Set the number of pens to be used. + * PC_pen_color() - Set the pen color... + * PW_pen_width() - Set the pen width. + * RF_raster_fill() - Set the raster fill pattern. + * SM_symbol_mode() - Set where symbols are drawn. + * SP_select_pen() - Select a pen for drawing. + * UL_user_line_type() - Set a user-defined line type. + * WU_width_units() - Set the units used for pen widths. + */ + +/* + * Include necessary headers... + */ + +#include "hpgltops.h" + + +/* + * 'CR_color_range()' - Set the range for color values. + */ + +void +CR_color_range(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + { + /* + * Default to 0 to 255 for all color values. + */ + + ColorRange[0][0] = 0.0; + ColorRange[0][1] = 255.0; + ColorRange[1][0] = 0.0; + ColorRange[1][1] = 255.0; + ColorRange[2][0] = 0.0; + ColorRange[2][1] = 255.0; + } + else if (num_params == 6) + { + /* + * Set the range based on the parameters... + */ + + ColorRange[0][0] = params[0].value.number; + ColorRange[0][1] = params[1].value.number - params[0].value.number; + ColorRange[1][0] = params[2].value.number; + ColorRange[1][1] = params[3].value.number - params[2].value.number; + ColorRange[2][0] = params[4].value.number; + ColorRange[2][1] = params[5].value.number - params[4].value.number; + } + else + fprintf(stderr, "WARNING: HP-GL/2 \'CR\' command with invalid number of parameters (%d)!\n", + num_params); +} + + +/* + * 'AC_anchor_corner()' - Set the anchor corner. + */ + +void +AC_anchor_corner(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'FT_fill_type()' - Set the fill type or pattern. + * + * Note: + * + * This needs to be updated to support non-solid fill. + */ + +void +FT_fill_type(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0 || + params[0].value.number == 1 || + params[0].value.number == 2) + { + /**** SOLID PATTERN ****/ + } +} + + +/* + * 'LA_line_attributes()' - Set the line drawing attributes. + */ + +void +LA_line_attributes(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + int i; /* Looping var */ + + + if (num_params == 0) + { + MiterLimit = 3.0f; + LineCap = 0; + LineJoin = 0; + } + else for (i = 0; i < (num_params - 1); i += 2) + switch ((int)params[i].value.number) + { + case 1 : + LineCap = params[i + 1].value.number == 1 ? 0 : + params[i + 1].value.number == 4 ? 1 : 2; + break; + case 2 : + switch ((int)params[i + 1].value.number) + { + case 1 : + case 2 : + case 3 : + LineJoin = 0; + break; + case 5 : + LineJoin = 2; + break; + default : + LineJoin = 1; + break; + } + break; + case 3 : + MiterLimit = 1.0 + 0.5 * (params[i + 1].value.number - 1.0); + break; + } + + if (PageDirty) + { + printf("%.1f setmiterlimit\n", MiterLimit); + printf("%d setlinecap\n", LineCap); + printf("%d setlinejoin\n", LineJoin); + } +} + + +/* + * 'LT_line_type()' - Set the line type (style)... + * + * Note: + * + * This needs to be updated to support line types. + */ + +void +LT_line_type(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'NP_number_pens()' - Set the number of pens to be used. + */ + +void +NP_number_pens(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + int i; /* Looping var */ + + + if (num_params == 0) + PenCount = 8; + else if (num_params == 1 && params[0].value.number <= 1024) + PenCount = (int)params[0].value.number; + else + fprintf(stderr, "WARNING: HP-GL/2 \'NP\' command with invalid number of parameters (%d)!\n", + num_params); + + for (i = 0; i <= PenCount; i ++) + Pens[i].width = PenWidth; + + PC_pen_color(0, NULL); +} + + +/* + * 'PC_pen_color()' - Set the pen color... + */ + +void +PC_pen_color(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + int i; /* Looping var */ + static float standard_colors[8][3] = /* Standard colors for first 8 pens */ + { + { 1.0, 1.0, 1.0 }, /* White */ + { 0.0, 0.0, 0.0 }, /* Black */ + { 1.0, 0.0, 0.0 }, /* Red */ + { 0.0, 1.0, 0.0 }, /* Green */ + { 1.0, 1.0, 0.0 }, /* Yellow */ + { 0.0, 0.0, 1.0 }, /* Blue */ + { 1.0, 0.0, 1.0 }, /* Magenta */ + { 0.0, 1.0, 1.0 } /* Cyan */ + }; + + + if (num_params == 0) + { + for (i = 0; i <= PenCount; i ++) + if (i < 8) + { + Pens[i].rgb[0] = standard_colors[i][0]; + Pens[i].rgb[1] = standard_colors[i][1]; + Pens[i].rgb[2] = standard_colors[i][2]; + } + else + { + Pens[i].rgb[0] = 0.0f; + Pens[i].rgb[1] = 0.0f; + Pens[i].rgb[2] = 0.0f; + } + + if (PageDirty) + printf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], + Pens[PenNumber].rgb[1], Pens[PenNumber].rgb[2], + Pens[PenNumber].width * PenScaling); + } + else if (num_params == 1 || num_params == 4) + { + i = (int)params[0].value.number; + + if (num_params == 1) + { + Pens[i].rgb[0] = standard_colors[i & 7][0]; + Pens[i].rgb[1] = standard_colors[i & 7][1]; + Pens[i].rgb[2] = standard_colors[i & 7][2]; + } + else + { + Pens[i].rgb[0] = (params[1].value.number - ColorRange[0][0]) / + (ColorRange[0][1] - ColorRange[0][0]); + Pens[i].rgb[1] = (params[2].value.number - ColorRange[1][0]) / + (ColorRange[1][1] - ColorRange[1][0]); + Pens[i].rgb[2] = (params[3].value.number - ColorRange[2][0]) / + (ColorRange[2][1] - ColorRange[2][0]); + + fprintf(stderr, "DEBUG: Pen %d %.0f %.0f %.0f = %.3f %.3f %.3f\n", + i, params[1].value.number, params[2].value.number, + params[3].value.number, Pens[i].rgb[0], Pens[i].rgb[1], + Pens[i].rgb[2]); + } + + if (PageDirty && i == PenNumber) + printf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], + Pens[PenNumber].rgb[1], Pens[PenNumber].rgb[2], + Pens[PenNumber].width * PenScaling); + } + else + fprintf(stderr, "WARNING: HP-GL/2 \'PC\' command with invalid number of parameters (%d)!\n", + num_params); +} + + +/* + * 'PW_pen_width()' - Set the pen width. + */ + +void +PW_pen_width(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + int pen; /* Pen number */ + float w; /* Width value */ + + + if (WidthUnits == 0) + { + /* + * Metric... + */ + + if (num_params == 0) + w = 0.35f / 25.4f * 72.0f; + else + w = params[0].value.number / 25.4f * 72.0f; + } + else + { + /* + * Relative... + */ + + w = (float)hypot(PlotSize[0], PlotSize[1]) / 1016.0f * 72.0f; + + if (num_params == 0) + w *= 0.01f; + else + w *= params[0].value.number; + } + + if (num_params == 2) + { + pen = (int)params[1].value.number; + + Pens[pen].width = w; + + if (PageDirty && pen == PenNumber) + printf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], + Pens[PenNumber].rgb[1], Pens[PenNumber].rgb[2], + Pens[PenNumber].width * PenScaling); + } + else if (num_params < 2) + { + /* + * Set width for all pens... + */ + + for (pen = 0; pen <= PenCount; pen ++) + Pens[pen].width = w; + + if (PageDirty) + printf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], + Pens[PenNumber].rgb[1], Pens[PenNumber].rgb[2], + Pens[PenNumber].width * PenScaling); + } + else + fprintf(stderr, "WARNING: HP-GL/2 \'PW\' command with invalid number of parameters (%d)!\n", + num_params); +} + + +/* + * 'RF_raster_fill()' - Set the raster fill pattern. + * + * Note: + * + * This needs to be implemented. + */ + +void +RF_raster_fill(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'SM_symbol_mode()' - Set where symbols are drawn. + */ + +void +SM_symbol_mode(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'SP_select_pen()' - Select a pen for drawing. + */ + +void +SP_select_pen(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + PenNumber = 1; + else if (params[0].value.number <= PenCount) + PenNumber = (int)params[0].value.number; + else + fprintf(stderr, "WARNING: HP-GL/2 \'SP\' command with invalid number or value of parameters (%d, %d)!\n", + num_params, (int)params[0].value.number); + + if (PageDirty) + printf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], + Pens[PenNumber].rgb[1], Pens[PenNumber].rgb[2], + Pens[PenNumber].width * PenScaling); +} + + +/* + * 'UL_user_line_type()' - Set a user-defined line type. + */ + +void +UL_user_line_type(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'WU_width_units()' - Set the units used for pen widths. + */ + +void +WU_width_units(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + WidthUnits = 0; + else if (num_params == 1) + WidthUnits = (int)params[0].value.number; + else + fprintf(stderr, "WARNING: HP-GL/2 \'WU\' command with invalid number of parameters (%d)!\n", + num_params); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-char.c b/filter/hpgl-char.c new file mode 100644 index 0000000000..ddb24a237e --- /dev/null +++ b/filter/hpgl-char.c @@ -0,0 +1,640 @@ +/* + * "$Id$" + * + * HP-GL/2 character processing for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * AD_define_alternate() - Define the alternate font. + * CF_character_fill() - Set whether or not to fill or outline + * characters. + * CP_character_plot() - Move the current pen position for the given + * number of columns and rows. + * DI_absolute_direction() - Set the direction vector for text. + * DR_relative_direction() - Set the relative direction vector for text. + * DT_define_label_term() - Set the label string terminator. + * DV_define_variable_path() - Define a path for text. + * ES_extra_space() - Set extra spacing (kerning) between characters. + * LB_label() - Display a label string. + * LO_label_origin() - Set the label origin. + * SA_select_alternate() - Select the alternate font. + * SD_define_standard() - Define the standard font... + * SI_absolute_size() - Set the absolute size of text. + * SL_character_slant() - Set the slant of text. + * SR_relative_size() - Set the relative size of text. + * SS_select_standard() - Select the standard font for text. + * TD_transparent_data() - Send transparent print data. + * + */ + +/* + * Include necessary headers... + */ + +#include "hpgltops.h" + + +/* + * 'define_font()' - Define the specified font... + */ + +void +define_font(int f) /* I - Font number */ +{ + font_t *font; /* Font */ + const char *fstring; /* Font string - SA or SS */ + float xform[2][2]; /* Transform matrix */ + + + /* + * Get the correct font data... + */ + + if (f) + { + font = &AlternateFont; + fstring = "SA"; + } + else + { + font = &StandardFont; + fstring = "SS"; + } + + /* + * Compute the font matrix, accounting for any rotation... + */ + + switch (Rotation) + { + default : + case 0 : + xform[0][0] = font->xpitch * font->x * font->height; + xform[0][1] = font->xpitch * font->y * font->height; + xform[1][0] = -font->y * font->height; + xform[1][1] = font->x * font->height; + break; + + case 90 : + xform[0][0] = -font->xpitch * font->y * font->height; + xform[0][1] = font->xpitch * font->x * font->height; + xform[1][0] = -font->x * font->height; + xform[1][1] = -font->y * font->height; + break; + + case 180 : + xform[0][0] = -font->xpitch * font->x * font->height; + xform[0][1] = -font->xpitch * font->y * font->height; + xform[1][0] = font->y * font->height; + xform[1][1] = -font->x * font->height; + break; + + case 270 : + xform[0][0] = font->xpitch * font->y * font->height; + xform[0][1] = -font->xpitch * font->x * font->height; + xform[1][0] = font->x * font->height; + xform[1][1] = font->y * font->height; + break; + } + + /* + * Send the font definition... + */ + + printf("/%s {\n" + " /%s%s%s%s findfont\n" + " [ %f %f %f %f 0.0 0.0 ] makefont\n" + " setfont\n" + "} bind def\n", + fstring, font->spacing ? "Helvetica" : "Courier", + (font->weight > 0 || font->posture) ? "-" : "", + font->weight > 0 ? "Bold" : "", + font->posture ? "Oblique" : "", + xform[0][0], xform[0][1], xform[1][0], xform[1][1]); + + if (f == CharFont) + printf("%s\n", fstring); +} + + +/* + * 'AD_define_alternate()' - Define the alternate font. + */ + +void +AD_define_alternate(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + int i; /* Looping var */ + + + /* + * Set default font attributes... + */ + + AlternateFont.symbol_set = 277; + AlternateFont.spacing = 0; + AlternateFont.pitch = 9; + AlternateFont.height = 11.5; + AlternateFont.posture = 0; + AlternateFont.weight = 0; + AlternateFont.typeface = 48; + AlternateFont.x = 1.0; + AlternateFont.y = 0.0; + + /* + * Loop through parameter value pairs... + */ + + for (i = 0; i < (num_params - 1); i += 2) + switch ((int)params[i].value.number) + { + case 1 : /* Symbol Set */ + AlternateFont.symbol_set = (int)params[i + 1].value.number; + break; + case 2 : /* Font Spacing */ + AlternateFont.spacing = (int)params[i + 1].value.number; + break; + case 3 : /* Pitch */ + AlternateFont.pitch = params[i + 1].value.number; + break; + case 4 : /* Height */ + AlternateFont.height = params[i + 1].value.number; + break; + case 5 : /* Posture */ + AlternateFont.posture = (int)params[i + 1].value.number; + break; + case 6 : /* Stroke Weight */ + AlternateFont.weight = (int)params[i + 1].value.number; + break; + case 7 : /* Typeface */ + AlternateFont.typeface = (int)params[i + 1].value.number; + break; + } + + if (AlternateFont.spacing) + { + /* + * Set proportional spacing font... + */ + + AlternateFont.xpitch = 1.0f; + } + else + { + /* + * Set fixed-spaced font... + */ + + AlternateFont.xpitch = 0.6f * AlternateFont.height / AlternateFont.pitch; + } + + /* + * Define the font... + */ + + if (PageDirty) + { + printf("%% AD"); + for (i = 0; i < num_params; i ++) + if (i) + printf(",%g", params[i].value.number); + else + printf("%g", params[i].value.number); + puts(";"); + + define_font(1); + } + + CharHeight[1] = AlternateFont.height; +} + + +/* + * 'CF_character_fill()' - Set whether or not to fill or outline characters. + */ + +void +CF_character_fill(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + CharFillMode = 0; + else + CharFillMode = (int)params[0].value.number; + + if (num_params == 2) + CharPen = (int)params[1].value.number; +} + + +/* + * 'CP_character_plot()' - Move the current pen position for the given number + * of columns and rows. + */ + +void +CP_character_plot(int num_params, + param_t *params) +{ + if (num_params < 2) + return; + + switch (Rotation) + { + case 0: + PenPosition[0] += params[0].value.number * 1.2f / CharHeight[CharFont]; + PenPosition[1] += params[1].value.number * CharHeight[CharFont]; + break; + case 90: + PenPosition[0] -= params[1].value.number * 1.2f / CharHeight[CharFont]; + PenPosition[1] += params[0].value.number * CharHeight[CharFont]; + break; + case 180: + PenPosition[0] -= params[0].value.number * 1.2f / CharHeight[CharFont]; + PenPosition[1] -= params[1].value.number * CharHeight[CharFont]; + break; + case 270: + PenPosition[0] += params[1].value.number * 1.2f / CharHeight[CharFont]; + PenPosition[1] -= params[0].value.number * CharHeight[CharFont]; + break; + } +} + + +/* + * 'DI_absolute_direction()' - Set the direction vector for text. + */ + +void +DI_absolute_direction(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params != 2) + return; + + if (CharFont) + { + AlternateFont.x = params[0].value.number; + AlternateFont.y = params[1].value.number; + } + else + { + StandardFont.x = params[0].value.number; + StandardFont.y = params[1].value.number; + } + + if (PageDirty) + { + printf("%% DI%g,%g\n", params[0].value.number, params[1].value.number); + + define_font(CharFont); + } +} + + +/* + * 'DR_relative_direction()' - Set the relative direction vector for text. + */ + +void +DR_relative_direction(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'DT_define_label_term()' - Set the label string terminator. + */ + +void +DT_define_label_term(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + StringTerminator = '\003'; + else + StringTerminator = params[0].value.string[0]; +} + + +/* + * 'DV_define_variable_path()' - Define a path for text. + */ + +void +DV_define_variable_path(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'ES_extra_space()' - Set extra spacing (kerning) between characters. + */ + +void +ES_extra_space(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'LB_label()' - Display a label string. + */ + +void +LB_label(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + char *s; /* Pointer into string */ + + + if (num_params == 0) + return; + + Outputf("gsave\n"); + Outputf("currentmiterlimit 1.0 setmiterlimit\n"); + Outputf("MP\n"); + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + PenValid = 1; + + Outputf("("); + for (s = params[0].value.string; *s != '\0'; s ++) + if (strchr("()\\", *s) != NULL) + Outputf("\\%c", *s); + else + Outputf("%c", *s); + Outputf(") true charpath\n"); + + if (CharFillMode != 1) + Outputf("FI\n"); + if (CharFillMode == 1 || CharFillMode == 3) + { + Outputf("%.3f %.3f %.3f %.2f SP ST\n", Pens[CharPen].rgb[0], + Pens[CharPen].rgb[CharPen], Pens[CharPen].rgb[2], + Pens[CharPen].width * PenScaling); + Outputf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], + Pens[PenNumber].rgb[1], Pens[PenNumber].rgb[2], + Pens[PenNumber].width * PenScaling); + } + + Outputf("setmiterlimit\n"); + Outputf("grestore\n"); +} + + +/* + * 'LO_label_origin()' - Set the label origin. + */ + +void +LO_label_origin(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'SA_select_alternate()' - Select the alternate font. + */ + +void +SA_select_alternate(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; + + if (PageDirty) + puts("SA"); + + CharFont = 1; +} + + +/* + * 'SD_define_standard()' - Define the standard font... + */ + +void +SD_define_standard(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + int i; /* Looping var */ + + + /* + * Set default font attributes... + */ + + StandardFont.symbol_set = 277; + StandardFont.spacing = 0; + StandardFont.pitch = 9; + StandardFont.height = 11.5; + StandardFont.posture = 0; + StandardFont.weight = 0; + StandardFont.typeface = 48; + StandardFont.x = 1.0; + StandardFont.y = 0.0; + + /* + * Loop through parameter value pairs... + */ + + for (i = 0; i < (num_params - 1); i += 2) + switch ((int)params[i].value.number) + { + case 1 : /* Symbol Set */ + StandardFont.symbol_set = (int)params[i + 1].value.number; + break; + case 2 : /* Font Spacing */ + StandardFont.spacing = (int)params[i + 1].value.number; + break; + case 3 : /* Pitch */ + StandardFont.pitch = params[i + 1].value.number; + break; + case 4 : /* Height */ + StandardFont.height = params[i + 1].value.number; + break; + case 5 : /* Posture */ + StandardFont.posture = (int)params[i + 1].value.number; + break; + case 6 : /* Stroke Weight */ + StandardFont.weight = (int)params[i + 1].value.number; + break; + case 7 : /* Typeface */ + StandardFont.typeface = (int)params[i + 1].value.number; + break; + } + + if (StandardFont.spacing || StandardFont.pitch <= 0.0) + { + /* + * Set proportional spacing font... + */ + + StandardFont.xpitch = 1.0f; + } + else + { + /* + * Set fixed-spaced font... + */ + + StandardFont.xpitch = 0.6f * StandardFont.height / StandardFont.pitch; + } + + /* + * Define the font... + */ + + if (PageDirty) + { + printf("%% SD"); + for (i = 0; i < num_params; i ++) + if (i) + printf(",%g", params[i].value.number); + else + printf("%g", params[i].value.number); + puts(";"); + + define_font(0); + } + + CharHeight[0] = StandardFont.height; +} + + +/* + * 'SI_absolute_size()' - Set the absolute size of text. + */ + +void +SI_absolute_size(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float xsize, ysize; /* Font size... */ + + + if (num_params != 2) + return; + + /* + * The "SI" values are supposed to be cm, but they appear to be inches + * when tested on real HP devices... + */ + + xsize = params[0].value.number * 72.0f; + ysize = params[1].value.number * 72.0f * 0.6f; + + if (CharFont) + { + AlternateFont.xpitch = xsize / ysize; + AlternateFont.height = ysize; + } + else + { + StandardFont.xpitch = xsize / ysize; + StandardFont.height = ysize; + } + + if (PageDirty) + { + printf("%% SI%g,%g\n", params[0].value.number, params[1].value.number); + + define_font(CharFont); + } +} + + +/* + * 'SL_character_slant()' - Set the slant of text. + */ + +void +SL_character_slant(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'SR_relative_size()' - Set the relative size of text. + */ + +void +SR_relative_size(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'SS_select_standard()' - Select the standard font for text. + */ + +void +SS_select_standard(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; + + if (PageDirty) + puts("SS"); + + CharFont = 0; +} + + +/* + * 'TD_transparent_data()' - Send transparent print data. + */ + +void +TD_transparent_data(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-config.c b/filter/hpgl-config.c new file mode 100644 index 0000000000..4c4a93b3a5 --- /dev/null +++ b/filter/hpgl-config.c @@ -0,0 +1,645 @@ +/* + * "$Id$" + * + * HP-GL/2 configuration routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * update_transform() - Update the page transformation matrix as needed. + * BP_begin_plot() - Start a plot... + * DF_default_values() - Set all state info to the default values. + * IN_initialize() - Initialize the plotter. + * IP_input_absolute() - Set P1 and P2 values for the plot. + * IR_input_relative() - Update P1 and P2. + * IW_input_window() - Setup an input window. + * PG_advance_page() - Eject the current page. + * PS_plot_size() - Set the plot size. + * RO_rotate() - Rotate the plot. + * RP_replot() - Replot the current page. + * SC_scale() - Set user-defined scaling. + */ + +/* + * Include necessary headers... + */ + +#include "hpgltops.h" + +#define max(a,b) ((a) < (b) ? (b) : (a)) + + +/* + * 'update_transform()' - Update the page transformation matrix as needed. + */ + +void +update_transform(void) +{ + float page_width, /* Actual page width */ + page_height; /* Actual page height */ + float scaling; /* Scaling factor */ + float left, right, /* Scaling window */ + bottom, top; + float width, height; /* Scaling width and height */ + float iw1[2], iw2[2]; /* Clipping window */ + + + /* + * Get the page and input window sizes... + */ + + if (FitPlot) + { + page_width = PageRight - PageLeft; + page_height = PageTop - PageBottom; + } + else + { + page_width = (P2[0] - P1[0]) * 72.0f / 1016.0f; + page_height = (P2[1] - P1[1]) * 72.0f / 1016.0f; + } + + fprintf(stderr, "DEBUG: page_width = %.0f, page_height = %.0f\n", + page_width, page_height); + + if (page_width == 0 || page_height == 0) + return; + + /* + * Set the scaling window... + */ + + switch (ScalingType) + { + default : /* No user scaling */ + left = P1[0]; + bottom = P1[1]; + right = P2[0]; + top = P2[1]; + break; + + case 0 : /* Anisotropic (non-uniform) scaling */ + left = Scaling1[0]; + bottom = Scaling1[1]; + right = Scaling2[0]; + top = Scaling2[1]; + break; + + case 1 : /* Isotropic (uniform) scaling */ + left = Scaling1[0]; + bottom = Scaling1[1]; + right = Scaling2[0]; + top = Scaling2[1]; + + width = right - left; + height = top - bottom; + + if (width == 0 || height == 0) + return; + + if ((width * page_height) != (height * page_width)) + { + scaling = height * page_width / page_height; + if (width < scaling) + { + width = scaling; + left = 0.5f * (left + right - width); + right = left + width; + } + else + { + height = width * page_height / page_width; + bottom = 0.5f * (bottom + top - height); + top = bottom + height; + } + } + break; + + case 2 : + left = Scaling1[0]; + bottom = Scaling1[1]; + right = left + page_width * Scaling2[0] * 1016.0f / 72.0f; + top = bottom + page_height * Scaling2[1] * 1016.0f / 72.0f; + break; + } + + width = right - left; + height = top - bottom; + + if (width == 0 || height == 0) + return; + + /* + * Scale the plot as needed... + */ + + if (Rotation == 0 || Rotation == 180) + scaling = page_width / width; + else + scaling = page_width / height; + + if (FitPlot) + scaling *= max(page_width, page_height) / max(PlotSize[1], PlotSize[0]); + + /* + * Offset for the current P1 location... + */ + + if (FitPlot) + { + left = 0; + bottom = 0; + } + else + { + left = P1[0] * 72.0f / 1016.0f; + bottom = P1[1] * 72.0f / 1016.0f; + } + + /* + * Generate a new transformation matrix... + */ + + switch (Rotation) + { + default : + case 0 : + Transform[0][0] = scaling; + Transform[0][1] = 0.0; + Transform[0][2] = -left; + Transform[1][0] = 0.0; + Transform[1][1] = scaling; + Transform[1][2] = -bottom; + break; + + case 90 : + Transform[0][0] = 0.0; + Transform[0][1] = -scaling; + Transform[0][2] = PageLength - left; + Transform[1][0] = scaling; + Transform[1][1] = 0.0; + Transform[1][2] = -bottom; + break; + + case 180 : + Transform[0][0] = -scaling; + Transform[0][1] = 0.0; + Transform[0][2] = PageLength - left; + Transform[1][0] = 0.0; + Transform[1][1] = -scaling; + Transform[1][2] = PageWidth - bottom; + break; + + case 270 : + Transform[0][0] = 0.0; + Transform[0][1] = scaling; + Transform[0][2] = -left; + Transform[1][0] = -scaling; + Transform[1][1] = 0.0; + Transform[1][2] = PageWidth - bottom; + break; + } + + fprintf(stderr, "DEBUG: Transform = [ %.3f %.3f\n" + "DEBUG: %.3f %.3f\n" + "DEBUG: %.3f %.3f ]\n", + Transform[0][0], Transform[1][0], Transform[0][1], + Transform[1][1], Transform[0][2], Transform[1][2]); + + if (FitPlot) + { + if (Rotation == 0 || Rotation == 180) + PenScaling = page_width / PlotSize[1]; + else + PenScaling = page_width / PlotSize[0]; + } + else + PenScaling = 1.0; + + if (PenScaling < 0.0) + PenScaling = -PenScaling; + + if (PageDirty) + { + printf("%.2f setlinewidth\n", Pens[PenNumber].width * PenScaling); + + if (IW1[0] != IW2[0] && IW1[1] != IW2[1]) + { + iw1[0] = IW1[0] * 72.0f / 1016.0f; + iw1[1] = IW1[1] * 72.0f / 1016.0f; + iw2[0] = IW2[0] * 72.0f / 1016.0f; + iw2[1] = IW2[1] * 72.0f / 1016.0f; + + printf("initclip MP %.3f %.3f MO %.3f %.3f LI %.3f %.3f LI %.3f %.3f LI CP clip\n", + iw1[0], iw1[1], iw1[0], iw2[1], iw2[0], iw2[1], iw2[0], iw1[1]); + } + } +} + + +/* + * 'BP_begin_plot()' - Start a plot... + */ + +void +BP_begin_plot(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'DF_default_values()' - Set all state info to the default values. + */ + +void +DF_default_values(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; + + NP_number_pens(0, NULL); + AC_anchor_corner(0, NULL); + AD_define_alternate(0, NULL); + SD_define_standard(0, NULL); + CF_character_fill(0, NULL); + DI_absolute_direction(0, NULL); + DT_define_label_term(0, NULL); + DV_define_variable_path(0, NULL); + ES_extra_space(0, NULL); + FT_fill_type(0, NULL); + IW_input_window(0, NULL); + LA_line_attributes(0, NULL); + LO_label_origin(0, NULL); + LT_line_type(0, NULL); + PA_plot_absolute(0, NULL); + PolygonMode = 0; + RF_raster_fill(0, NULL); + SC_scale(0, NULL); + SM_symbol_mode(0, NULL); + SS_select_standard(0, NULL); + TD_transparent_data(0, NULL); + UL_user_line_type(0, NULL); +} + + +/* + * 'IN_initialize()' - Initialize the plotter. + */ + +void +IN_initialize(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; + + DF_default_values(0, NULL); + PU_pen_up(0, NULL); + RO_rotate(0, NULL); + PS_plot_size(0, NULL); + WU_width_units(0, NULL); + PW_pen_width(0, NULL); + + PenWidth = 1; + + PenPosition[0] = PenPosition[1] = 0.0; +} + + +/* + * 'IP_input_absolute()' - Set P1 and P2 values for the plot. + */ + +void +IP_input_absolute(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + { + P1[0] = PageLeft / 72.0f * 1016.0f; + P1[1] = PageBottom / 72.0f * 1016.0f; + P2[0] = PageRight / 72.0f * 1016.0f; + P2[1] = PageTop / 72.0f * 1016.0f; + } + else if (num_params == 2) + { + P2[0] -= P1[0]; + P2[1] -= P1[1]; + P1[0] = params[0].value.number; + P1[1] = params[1].value.number; + P2[0] += P1[0]; + P2[1] += P1[1]; + } + else if (num_params == 4) + { + P1[0] = params[0].value.number; + P1[1] = params[1].value.number; + P2[0] = params[2].value.number; + P2[1] = params[3].value.number; + } + + IW1[0] = 0.0; + IW1[1] = 0.0; + IW2[0] = 0.0; + IW2[1] = 0.0; + + if (ScalingType < 0) + { + Scaling1[0] = P1[0]; + Scaling1[0] = P1[1]; + Scaling2[0] = P2[0]; + Scaling2[1] = P2[1]; + } + + update_transform(); +} + + +/* + * 'IR_input_relative()' - Update P1 and P2. + */ + +void +IR_input_relative(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + { + P1[0] = PageLeft / 72.0f * 1016.0f; + P1[1] = PageBottom / 72.0f * 1016.0f; + P2[0] = PageRight / 72.0f * 1016.0f; + P2[1] = PageTop / 72.0f * 1016.0f; + } + else if (num_params == 2) + { + P2[0] -= P1[0]; + P2[1] -= P1[1]; + P1[0] = params[0].value.number * PlotSize[0] / 72.0f * 1016.0f / 100.0f; + P1[1] = params[1].value.number * PlotSize[1] / 72.0f * 1016.0f / 100.0f; + P2[0] += P1[0]; + P2[1] += P1[1]; + } + else if (num_params == 4) + { + P1[0] = params[0].value.number * PlotSize[0] / 72.0f * 1016.0f / 100.0f; + P1[1] = params[1].value.number * PlotSize[1] / 72.0f * 1016.0f / 100.0f; + P2[0] = params[2].value.number * PlotSize[0] / 72.0f * 1016.0f / 100.0f; + P2[1] = params[3].value.number * PlotSize[1] / 72.0f * 1016.0f / 100.0f; + } + + IW1[0] = 0.0; + IW1[1] = 0.0; + IW2[0] = 0.0; + IW2[1] = 0.0; + + if (ScalingType < 0) + { + Scaling1[0] = P1[0]; + Scaling1[0] = P1[1]; + Scaling2[0] = P2[0]; + Scaling2[1] = P2[1]; + } + + update_transform(); +} + + +/* + * 'IW_input_window()' - Setup an input window. + */ + +void +IW_input_window(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + { + IW1[0] = PageLeft / 72.0f * 1016.0f; + IW1[1] = PageBottom / 72.0f * 1016.0f; + IW2[0] = PageRight / 72.0f * 1016.0f; + IW2[1] = PageTop / 72.0f * 1016.0f; + } + else if (num_params == 4) + { + + if (ScalingType < 0) + { + IW1[0] = params[0].value.number; + IW1[1] = params[1].value.number; + IW2[0] = params[2].value.number; + IW2[1] = params[3].value.number; + } + else + { + IW1[0] = (Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + Transform[0][2]) / 72.0f * 1016.0f; + IW1[1] = (Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + Transform[1][2]) / 72.0f * 1016.0f; + IW2[0] = (Transform[0][0] * params[2].value.number + + Transform[0][1] * params[3].value.number + + Transform[0][2]) / 72.0f * 1016.0f; + IW2[1] = (Transform[1][0] * params[2].value.number + + Transform[1][1] * params[3].value.number + + Transform[1][2]) / 72.0f * 1016.0f; + } + + fprintf(stderr, "DEBUG: IW%.0f,%.0f,%.0f,%.0f = [ %.0f %.0f %.0f %.0f ]\n", + params[0].value.number, params[1].value.number, + params[2].value.number, params[3].value.number, + IW1[0], IW1[1], IW2[0], IW2[1]); + } + + + update_transform(); +} + + +/* + * 'PG_advance_page()' - Eject the current page. + */ + +void +PG_advance_page(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; + + if (PageDirty) + { + puts("grestore"); + puts("showpage"); + + PageDirty = 0; + } +} + + +/* + * 'PS_plot_size()' - Set the plot size. + */ + +void +PS_plot_size(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + switch (num_params) + { + case 0 : /* PS ; */ + if (Rotation == 0 || Rotation == 180) + { + PlotSize[0] = PageWidth; + PlotSize[1] = PageLength; + } + else + { + PlotSize[0] = PageLength; + PlotSize[1] = PageWidth; + } + + PlotSizeSet = 0; + break; + case 1 : /* PS length ; */ + if (Rotation == 0 || Rotation == 180) + { + PlotSize[1] = 72.0f * params[0].value.number / 1016.0f; + PlotSize[0] = 0.75f * PlotSize[1]; + } + else + { + PlotSize[0] = 72.0f * params[0].value.number / 1016.0f; + PlotSize[1] = 0.75f * PlotSize[0]; + } + + PlotSizeSet = 1; + break; + case 2 : /* PS length, width ; */ + /* + * Unfortunately, it appears that NO application correctly + * sends a two-argument PS command as documented in the + * HP-GL/2 Reference Manual from HP. Instead, applications + * send the width before the length, which causes all sorts + * of problems when scaling. + * + * Rather than fight it, we now look for them as width,length + * instead of length,width. + * + * Don't like it? Send mail to the folks that make Ideas, Pro/E, + * AutoCAD, etc. + */ + + if (Rotation == 0 || Rotation == 180) + { + PlotSize[0] = 72.0f * params[0].value.number / 1016.0f; + PlotSize[1] = 72.0f * params[1].value.number / 1016.0f; + } + else + { + PlotSize[0] = 72.0f * params[1].value.number / 1016.0f; + PlotSize[1] = 72.0f * params[0].value.number / 1016.0f; + } + + PlotSizeSet = 1; + break; + } + + /* + * This is required for buggy files that don't set the input window. + */ + + IP_input_absolute(0, NULL); +} + + +/* + * 'RO_rotate()' - Rotate the plot. + */ + +void +RO_rotate(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + Rotation = 0; + else + Rotation = (int)params[0].value.number; + + update_transform(); +} + + +/* + * 'RP_replot()' - Replot the current page. + */ + +void +RP_replot(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; +} + + +/* + * 'SC_scale()' - Set user-defined scaling. + */ + +void +SC_scale(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0) + { + ScalingType = -1; + Scaling1[0] = P1[0]; + Scaling1[0] = P1[1]; + Scaling2[0] = P2[0]; + Scaling2[1] = P2[1]; + } + else if (num_params > 3) + { + Scaling1[0] = params[0].value.number; + Scaling2[0] = params[1].value.number; + Scaling1[1] = params[2].value.number; + Scaling2[1] = params[3].value.number; + + if (num_params > 4) + ScalingType = (int)params[4].value.number; + else + ScalingType = 1; + } + + update_transform(); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-input.c b/filter/hpgl-input.c new file mode 100644 index 0000000000..4d384d5ea7 --- /dev/null +++ b/filter/hpgl-input.c @@ -0,0 +1,273 @@ +/* + * "$Id$" + * + * HP-GL/2 input processing for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * ParseCommand() - Parse an HPGL/2 command. + * FreeParameters() - Free all string parameter values. + */ + +/* + * Include necessary headers... + */ + +#include "hpgltops.h" +#include + +#define MAX_PARAMS 16384 + + +/* + * 'ParseCommand()' - Parse an HPGL/2 command. + * + * Returns the number of parameters seen or -1 on EOF. + */ + +int /* O - -1 on EOF, # params otherwise */ +ParseCommand(FILE *fp, /* I - File to read from */ + char *name, /* O - Name of command */ + param_t **params) /* O - Parameter list */ +{ + int num_params, /* Number of parameters seen */ + ch, /* Current char */ + done, /* Non-zero when the current command is read */ + i; /* Looping var */ + char buf[262144], /* String buffer */ + *bufptr; /* Pointer into buffer */ + static param_t p[MAX_PARAMS]; /* Parameter buffer */ + + + num_params = 0; + done = 0; + + do + { + while ((ch = getc(fp)) != EOF) + if (strchr(" \t\r\n,;", ch) == NULL) + break; + + if (ch == EOF) + { + return (-1); + } + + if (ch == 0x1b) + switch (getc(fp)) + { + case '.' : /* HP-GL/2 job control */ + i = getc(fp); + + if (strchr(")Z", i) != NULL) + { + /* + * 'Printer Off' command - look for next 'Printer On' command... + */ + + for (;;) + { + while ((i = getc(fp)) != EOF && i != 0x1b); + + if (i == EOF) + return (-1); + + if (getc(fp) != '.') + continue; + + if ((i = getc(fp)) == '(' || + i == 'Y') + break; + } + } + else if (strchr("@HIMNTI\003", i) != NULL) + { + while ((i = getc(fp)) != EOF && i != ':'); + } + break; + + case '%' : /* PJL command? */ + if ((i = getc(fp)) == '-') + if ((i = getc(fp)) == '1') + if ((i = getc(fp)) == '2') + { + /* + * Yes, dump everything up to the "ENTER LANGUAGE" line... + */ + + while (fgets(buf, sizeof(buf), fp) != NULL) + if (strstr(buf, "ENTER") && strstr(buf, "LANGUAGE")) + break; + break; + } + + ungetc(i, fp); + + default : /* HP RTL/PCL control */ + while ((i = getc(fp)) != EOF && !isupper(i & 255)); + + if (i == EOF) + return (-1); + break; + } + } while (ch < ' '); + + name[0] = ch; + name[1] = getc(fp); + name[2] = '\0'; + + if (name[1] < ' ') + { + /* + * If we get here, then more than likely we are faced with a raw PCL + * file which we can't handle - abort! + */ + + fputs("ERROR: Invalid HP-GL/2 command seen, unable to print file!\n", + stderr); + return (-1); + } + + if (!strcasecmp(name, "LB")) + { + bufptr = buf; + while ((ch = getc(fp)) != StringTerminator) + if (bufptr < (buf + sizeof(buf) - 1)) + *bufptr++ = ch; + *bufptr = '\0'; + + p[num_params].type = PARAM_STRING; + p[num_params].value.string = strdup(buf); + num_params ++; + } + else if (!strcasecmp(name, "SM")) + { + buf[0] = getc(fp); + buf[1] = '\0'; + p[num_params].type = PARAM_STRING; + p[num_params].value.string = strdup(buf); + num_params ++; + } + else if (!strcasecmp(name, "DT")) + { + if ((buf[0] = getc(fp)) != ';') + { + buf[1] = '\0'; + p[num_params].type = PARAM_STRING; + p[num_params].value.string = strdup(buf); + num_params ++; + } + } + else if (!strcasecmp(name, "PE")) + { + bufptr = buf; + while ((ch = getc(fp)) != ';') + if (bufptr < (buf + sizeof(buf) - 1)) + *bufptr++ = ch; + *bufptr = '\0'; + + p[num_params].type = PARAM_STRING; + p[num_params].value.string = strdup(buf); + num_params ++; + } + + while (!done) + switch (ch = getc(fp)) + { + case ',' : + case ' ' : + case '\n' : + case '\r' : + case '\t' : + break; + + case '\"' : + fscanf(fp, "%262143[^\"]\"", buf); + if (num_params < MAX_PARAMS) + { + p[num_params].type = PARAM_STRING; + p[num_params].value.string = strdup(buf); + num_params ++; + }; + break; + + case '-' : + case '+' : + ungetc(ch, fp); + fscanf(fp, "%f", &(p[num_params].value.number)); + if (num_params < MAX_PARAMS) + { + p[num_params].type = PARAM_RELATIVE; + num_params ++; + } + break; + case '0' : + case '1' : + case '2' : + case '3' : + case '4' : + case '5' : + case '6' : + case '7' : + case '8' : + case '9' : + case '.' : + ungetc(ch, fp); + fscanf(fp, "%f", &(p[num_params].value.number)); + if (num_params < MAX_PARAMS) + { + p[num_params].type = PARAM_ABSOLUTE; + num_params ++; + } + break; + default : + ungetc(ch, fp); + done = 1; + break; + } + + *params = p; + return (num_params); +} + + +/* + * 'FreeParameters()' - Free all string parameter values. + */ + +void +FreeParameters(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameter values */ +{ + int i; /* Looping var */ + + + for (i = 0; i < num_params; i ++) + if (params[i].type == PARAM_STRING) + free(params[i].value.string); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-main.c b/filter/hpgl-main.c new file mode 100644 index 0000000000..b94cb494ef --- /dev/null +++ b/filter/hpgl-main.c @@ -0,0 +1,274 @@ +/* + * "$Id$" + * + * HP-GL/2 filter main entry for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry for HP-GL/2 filter. + * compare_names() - Compare two command names. + */ + +/* + * Include necessary headers... + */ + +/*#define DEBUG*/ +#define _HPGL_MAIN_C_ +#include "hpgltops.h" + + +/* + * HP-GL/2 command table... + */ + +typedef struct +{ + char name[4]; /* Name of command */ + void (*func)(int, param_t *); /* Function to call */ +} name_t; + +static name_t commands[] = +{ + { "BP", BP_begin_plot }, + { "DF", DF_default_values }, + { "IN", IN_initialize }, + { "IP", IP_input_absolute }, + { "IR", IR_input_relative }, + { "IW", IW_input_window }, + { "PG", PG_advance_page }, + { "RO", RO_rotate }, + { "RP", RP_replot }, + { "SC", SC_scale }, + { "AA", AA_arc_absolute }, + { "AR", AR_arc_relative }, + { "AT", AT_arc_absolute3 }, + { "CI", CI_circle }, + { "PA", PA_plot_absolute }, + { "PD", PD_pen_down }, + { "PE", PE_polyline_encoded }, + { "PR", PR_plot_relative }, + { "PS", PS_plot_size }, + { "PU", PU_pen_up }, + { "RT", RT_arc_relative3 }, + { "EA", EA_edge_rect_absolute }, + { "EP", EP_edge_polygon }, + { "ER", ER_edge_rect_relative }, + { "EW", EW_edge_wedge }, + { "FP", FP_fill_polygon }, + { "PM", PM_polygon_mode }, + { "RA", RA_fill_rect_absolute }, + { "RR", RR_fill_rect_relative }, + { "WG", WG_fill_wedge }, + { "AD", AD_define_alternate }, + { "CF", CF_character_fill }, + { "CP", CP_character_plot }, + { "DI", DI_absolute_direction }, + { "DR", DR_relative_direction }, + { "DT", DT_define_label_term }, + { "DV", DV_define_variable_path }, + { "ES", ES_extra_space }, + { "LB", LB_label }, + { "LO", LO_label_origin }, + { "SA", SA_select_alternate }, + { "SD", SD_define_standard }, + { "SI", SI_absolute_size }, + { "SL", SL_character_slant }, + { "SR", SR_relative_size }, + { "SS", SS_select_standard }, + { "TD", TD_transparent_data }, + { "AC", AC_anchor_corner }, + { "FT", FT_fill_type }, + { "LA", LA_line_attributes }, + { "LT", LT_line_type }, + { "NP", NP_number_pens }, + { "PC", PC_pen_color }, + { "CR", CR_color_range }, + { "PW", PW_pen_width }, + { "RF", RF_raster_fill }, + { "SM", SM_symbol_mode }, + { "SP", SP_select_pen }, + { "UL", UL_user_line_type }, + { "WU", WU_width_units } +}; +#define NUM_COMMANDS (sizeof(commands) / sizeof(name_t)) + + +/* + * Local functions... + */ + +static int compare_names(const void *p1, const void *p2); + + +/* + * 'main()' - Main entry for HP-GL/2 filter. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + FILE *fp; /* Input file */ + int num_params; /* Number of parameters */ + param_t *params; /* Command parameters */ + name_t *command, /* Command */ + name; /* Name of command */ + int num_options; /* Number of print options */ + cups_option_t *options; /* Print options */ + const char *val; /* Option value */ + int shading; /* -1 = black, 0 = grey, 1 = color */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stdout, NULL); + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + fputs("ERROR: hpgltops job-id user title copies options [file]\n", stderr); + return (1); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + fp = stdin; + else + { + /* + * Try to open the print file... + */ + + if ((fp = fopen(argv[6], "rb")) == NULL) + { + perror("ERROR: unable to open print file - "); + return (1); + } + } + + /* + * Process command-line options and write the prolog... + */ + + options = NULL; + num_options = cupsParseOptions(argv[5], 0, &options); + + PPD = SetCommonOptions(num_options, options, 1); + + PlotSize[0] = PageWidth; + PlotSize[1] = PageLength; + + shading = 1; + PenWidth = 1.0; + + if ((val = cupsGetOption("blackplot", num_options, options)) != NULL && + strcasecmp(val, "no") && strcasecmp(val, "off") && + strcasecmp(val, "false")) + shading = 0; + + if ((val = cupsGetOption("fitplot", num_options, options)) != NULL && + strcasecmp(val, "no") && strcasecmp(val, "off") && + strcasecmp(val, "false")) + FitPlot = 1; + + if ((val = cupsGetOption("penwidth", num_options, options)) != NULL) + PenWidth = (float)atoi(val) * 0.001f; + + /* + * Write the PostScript prolog and initialize the plotting "engine"... + */ + + OutputProlog(argv[3], argv[2], shading); + + IP_input_absolute(0, NULL); + + /* + * Sort the command array... + */ + + qsort(commands, NUM_COMMANDS, sizeof(name_t), + (int (*)(const void *, const void *))compare_names); + + /* + * Read commands until we reach the end of file. + */ + + while ((num_params = ParseCommand(fp, name.name, ¶ms)) >= 0) + { + Outputf("%% %s(%d)\n", name.name, num_params); + +#ifdef DEBUG + { + int i; + fprintf(stderr, "DEBUG: %s(%d)", name.name, num_params); + for (i = 0; i < num_params; i ++) + if (params[i].type == PARAM_STRING) + fprintf(stderr, " \'%s\'", params[i].value.string); + else + fprintf(stderr, " %f", params[i].value.number); + fputs("\n", stderr); + } +#endif /* DEBUG */ + + if ((command = bsearch(&name, commands, NUM_COMMANDS, sizeof(name_t), + (int (*)(const void *, const void *))compare_names)) != NULL) + (*command->func)(num_params, params); + + FreeParameters(num_params, params); + } + + OutputTrailer(); + + if (fp != stdin) + fclose(fp); + + return (0); +} + + +/* + * 'compare_names()' - Compare two command names. + */ + +static int /* O - Result of strcasecmp() on names */ +compare_names(const void *p1, /* I - First name */ + const void *p2) /* I - Second name */ +{ + return (strcasecmp(((name_t *)p1)->name, ((name_t *)p2)->name)); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-polygon.c b/filter/hpgl-polygon.c new file mode 100644 index 0000000000..e261143482 --- /dev/null +++ b/filter/hpgl-polygon.c @@ -0,0 +1,394 @@ +/* + * "$Id$" + * + * HP-GL/2 polygon routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * EA_edge_rect_absolute() - Draw a rectangle. + * EP_edge_polygon() - Stroke the edges of a polygon. + * ER_edge_rect_relative() - Draw a rectangle relative to the current + * EW_edge_wedge() - Draw a pie wedge. + * FP_fill_polygon() - Fill a polygon. + * PM_polygon_mode() - Set the polygon drawing mode. + * RA_fill_rect_absolute() - Fill a rectangle. + * RR_fill_rect_relative() - Fill a rectangle relative to the current + * WG_fill_wedge() - Fill a pie wedge. + */ + +/* + * Include necessary headers... + */ + +#include "hpgltops.h" + + +/* + * 'EA_edge_rect_absolute()' - Draw a rectangle. + */ + +void +EA_edge_rect_absolute(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y; /* Transformed coordinates */ + + + if (num_params < 2) + return; + + x = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + Transform[0][2]; + y = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + Transform[1][2]; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + Outputf("%.3f %.3f LI\n", PenPosition[0], y); + Outputf("%.3f %.3f LI\n", x, y); + Outputf("%.3f %.3f LI\n", x, PenPosition[1]); + + Outputf("CP\n"); + if (!PolygonMode) + Outputf("ST\n"); +} + + +/* + * 'EP_edge_polygon()' - Stroke the edges of a polygon. + */ + +void +EP_edge_polygon(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; + + Outputf("ST\n"); +} + + +/* + * 'ER_edge_rect_relative()' - Draw a rectangle relative to the current + * pen position. + */ + +void +ER_edge_rect_relative(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y; /* Transformed coordinates */ + + + if (num_params < 2) + return; + + x = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + PenPosition[0]; + y = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + PenPosition[1]; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + Outputf("%.3f %.3f LI\n", PenPosition[0], y); + Outputf("%.3f %.3f LI\n", x, y); + Outputf("%.3f %.3f LI\n", x, PenPosition[1]); + + Outputf("CP\n"); + if (!PolygonMode) + Outputf("ST\n"); +} + + +/* + * 'EW_edge_wedge()' - Draw a pie wedge. + */ + +void +EW_edge_wedge(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y; /* Transformed coordinates */ + float start, end, /* Start and end of arc */ + theta, /* Current angle */ + dt, /* Step between points */ + radius; /* Radius of arc */ + + + if (num_params < 3) + return; + + radius = params[0].value.number; + start = params[1].value.number; + end = start + params[2].value.number; + + if (num_params > 3) + dt = (float)fabs(params[3].value.number); + else + dt = 5.0f; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + + if (start < end) + for (theta = start + dt; theta < end; theta += dt) + { + x = (float)(PenPosition[0] + + radius * cos(M_PI * theta / 180.0) * Transform[0][0] + + radius * sin(M_PI * theta / 180.0) * Transform[0][1]); + y = (float)(PenPosition[1] + + radius * cos(M_PI * theta / 180.0) * Transform[1][0] + + radius * sin(M_PI * theta / 180.0) * Transform[1][1]); + + Outputf("%.3f %.3f LI\n", x, y); + } + else + for (theta = start - dt; theta > end; theta -= dt) + { + x = (float)(PenPosition[0] + + radius * cos(M_PI * theta / 180.0) * Transform[0][0] + + radius * sin(M_PI * theta / 180.0) * Transform[0][1]); + y = (float)(PenPosition[1] + + radius * cos(M_PI * theta / 180.0) * Transform[1][0] + + radius * sin(M_PI * theta / 180.0) * Transform[1][1]); + + Outputf("%.3f %.3f LI\n", x, y); + } + + x = (float)(PenPosition[0] + + radius * cos(M_PI * end / 180.0) * Transform[0][0] + + radius * sin(M_PI * end / 180.0) * Transform[0][1]); + y = (float)(PenPosition[1] + + radius * cos(M_PI * end / 180.0) * Transform[1][0] + + radius * sin(M_PI * end / 180.0) * Transform[1][1]); + Outputf("%.3f %.3f LI\n", x, y); + + Outputf("CP\n"); + if (!PolygonMode) + Outputf("ST\n"); +} + + +/* + * 'FP_fill_polygon()' - Fill a polygon. + */ + +void +FP_fill_polygon(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + (void)num_params; + (void)params; + + Outputf("FI\n"); +} + + +/* + * 'PM_polygon_mode()' - Set the polygon drawing mode. + */ + +void +PM_polygon_mode(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params == 0 || + params[0].value.number == 0) + { + Outputf("MP\n"); + PenValid = 0; + PolygonMode = 1; + } + else if (params[0].value.number == 2) + PolygonMode = 0; +} + + +/* + * 'RA_fill_rect_absolute()' - Fill a rectangle. + */ + +void +RA_fill_rect_absolute(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y; /* Transformed coordinates */ + + + if (num_params < 2) + return; + + x = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + Transform[0][2]; + y = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + Transform[1][2]; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + Outputf("%.3f %.3f LI\n", PenPosition[0], y); + Outputf("%.3f %.3f LI\n", x, y); + Outputf("%.3f %.3f LI\n", x, PenPosition[1]); + + Outputf("CP\n"); + if (!PolygonMode) + Outputf("FI\n"); +} + + +/* + * 'RR_fill_rect_relative()' - Fill a rectangle relative to the current + * pen position. + */ + +void +RR_fill_rect_relative(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y; /* Transformed coordinates */ + + + if (num_params < 2) + return; + + x = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + PenPosition[0]; + y = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + PenPosition[1]; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + Outputf("%.3f %.3f LI\n", PenPosition[0], y); + Outputf("%.3f %.3f LI\n", x, y); + Outputf("%.3f %.3f LI\n", x, PenPosition[1]); + + Outputf("CP\n"); + if (!PolygonMode) + Outputf("FI\n"); +} + + +/* + * 'WG_fill_wedge()' - Fill a pie wedge. + */ + +void +WG_fill_wedge(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y; /* Transformed coordinates */ + float start, end, /* Start and end angles */ + theta, /* Current angle */ + dt, /* Step between points */ + radius; /* Radius of arc */ + + + if (num_params < 3) + return; + + radius = params[0].value.number; + start = params[1].value.number; + end = start + params[2].value.number; + + if (num_params > 3) + dt = (float)fabs(params[3].value.number); + else + dt = 5.0; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + + if (start < end) + for (theta = start + dt; theta < end; theta += dt) + { + x = (float)(PenPosition[0] + + radius * cos(M_PI * theta / 180.0) * Transform[0][0] + + radius * sin(M_PI * theta / 180.0) * Transform[0][1]); + y = (float)(PenPosition[1] + + radius * cos(M_PI * theta / 180.0) * Transform[1][0] + + radius * sin(M_PI * theta / 180.0) * Transform[1][1]); + + Outputf("%.3f %.3f LI\n", x, y); + } + else + for (theta = start - dt; theta > end; theta -= dt) + { + x = (float)(PenPosition[0] + + radius * cos(M_PI * theta / 180.0) * Transform[0][0] + + radius * sin(M_PI * theta / 180.0) * Transform[0][1]); + y = (float)(PenPosition[1] + + radius * cos(M_PI * theta / 180.0) * Transform[1][0] + + radius * sin(M_PI * theta / 180.0) * Transform[1][1]); + + Outputf("%.3f %.3f LI\n", x, y); + } + + x = (float)(PenPosition[0] + + radius * cos(M_PI * end / 180.0) * Transform[0][0] + + radius * sin(M_PI * end / 180.0) * Transform[0][1]); + y = (float)(PenPosition[1] + + radius * cos(M_PI * end / 180.0) * Transform[1][0] + + radius * sin(M_PI * end / 180.0) * Transform[1][1]); + Outputf("%.3f %.3f LI\n", x, y); + + Outputf("CP\n"); + if (!PolygonMode) + Outputf("FI\n"); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-prolog.c b/filter/hpgl-prolog.c new file mode 100644 index 0000000000..b0e0c999bd --- /dev/null +++ b/filter/hpgl-prolog.c @@ -0,0 +1,377 @@ +/* + * "$Id$" + * + * HP-GL/2 prolog routines for for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * OutputProlog() - Output the PostScript prolog... + * OutputTrailer() - Output the PostScript trailer... + * Outputf() - Write a formatted string to the output file, creating the + * page header as needed... + */ + +/* + * Include necessary headers... + */ + +#include "hpgltops.h" +#include + + +/* + * 'OutputProlog()' - Output the PostScript prolog... + */ + +void +OutputProlog(char *title, /* I - Job title */ + char *user, /* I - Username */ + int shading) /* I - Type of shading */ +{ + FILE *prolog; /* Prolog file */ + char line[255]; /* Line from prolog file */ + const char *datadir; /* CUPS_DATADIR environment variable */ + char filename[1024]; /* Name of prolog file */ + time_t curtime; /* Current time */ + struct tm *curtm; /* Current date */ + + + curtime = time(NULL); + curtm = localtime(&curtime); + + puts("%!PS-Adobe-3.0"); + printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", + PageLeft, PageBottom, PageRight, PageTop); + puts("%%Pages: (atend)"); + printf("%%%%LanguageLevel: %d\n", LanguageLevel); + puts("%%DocumentData: Clean7Bit"); + puts("%%DocumentSuppliedResources: procset hpgltops 1.1 0"); + puts("%%DocumentNeededResources: font Courier Helvetica"); + puts("%%Creator: hpgltops/" CUPS_SVERSION); + strftime(line, sizeof(line), "%c", curtm); + printf("%%%%CreationDate: %s\n", line); + WriteTextComment("Title", title); + WriteTextComment("For", user); + printf("%%cupsRotation: %d\n", (Orientation & 3) * 90); + puts("%%EndComments"); + puts("%%BeginProlog"); + printf("/DefaultPenWidth %.2f def\n", PenWidth * 72.0 / 25.4); + if (!shading) /* Black only */ + puts("/setrgbcolor { pop pop pop } bind def"); + else if (!ColorDevice) /* Greyscale */ + puts("/setrgbcolor { 0.08 mul exch 0.61 mul add exch 0.31 mul add setgray } bind def\n"); + + if ((datadir = getenv("CUPS_DATADIR")) == NULL) + datadir = CUPS_DATADIR; + + snprintf(filename, sizeof(filename), "%s/data/HPGLprolog", datadir); + + if ((prolog = fopen(filename, "r")) == NULL) + { + fprintf(stderr, "ERROR: Unable to open HPGL prolog \"%s\" for reading - %s\n", + filename, strerror(errno)); + exit(1); + } + + while (fgets(line, sizeof(line), prolog) != NULL) + fputs(line, stdout); + + fclose(prolog); + + puts("%%EndProlog"); + + IN_initialize(0, NULL); +} + + +/* + * 'OutputTrailer()' - Output the PostScript trailer... + */ + +void +OutputTrailer(void) +{ + if (PageDirty) + PG_advance_page(0, NULL); + + puts("%%Trailer"); + printf("%%%%Pages: %d\n", PageCount); + puts("%%EOF"); +} + + +/* + * 'Outputf()' - Write a formatted string to the output file, creating the + * page header as needed... + */ + +int /* O - Number of bytes written */ +Outputf(const char *format, /* I - Printf-style string */ + ...) /* I - Additional args as needed */ +{ + va_list ap; /* Argument pointer */ + int bytes; /* Number of bytes written */ + float iw1[2], iw2[2]; /* Clipping window */ + int i; /* Looping var */ + ppd_size_t *size; /* Page size */ + ppd_option_t *option; /* Page size option */ + ppd_choice_t *choice; /* Page size choice */ + float width, length; /* Page dimensions */ + int landscape; /* Rotate for landscape orientation? */ + + + /* + * Write the page header as needed... + */ + + if (!PageDirty) + { + PageDirty = 1; + PageCount ++; + + printf("%%%%Page: %d %d\n", PageCount, PageCount); + + landscape = 0; + + if (!FitPlot && PlotSizeSet) + { + /* + * Set the page size for this page... + */ + + if (PageRotation == 0 || PageRotation == 180) + { + width = PlotSize[0]; + length = PlotSize[1]; + } + else + { + width = PlotSize[1]; + length = PlotSize[0]; + } + + fprintf(stderr, "DEBUG: hpgltops setting page size (%.0f x %.0f)\n", + width, length); + + if (PPD != NULL) + { + fputs("DEBUG: hpgltops has a PPD file!\n", stderr); + + /* + * Lookup the closest PageSize and set it... + */ + + for (i = PPD->num_sizes, size = PPD->sizes; i > 0; i --, size ++) + if ((fabs(length - size->length) < 36.0 && size->width >= width) || + (fabs(length - size->width) < 36.0 && size->length >= width)) + break; + + if (i == 0 && PPD->variable_sizes) + { + for (i = PPD->num_sizes, size = PPD->sizes; i > 0; i --, size ++) + if (strcasecmp(size->name, "custom") == 0) + break; + } + + if (i > 0) + { + /* + * Found a matching size... + */ + + option = ppdFindOption(PPD, "PageSize"); + choice = ppdFindChoice(option, size->name); + + puts("%%BeginPageSetup"); + printf("%%%%BeginFeature: PageSize %s\n", size->name); + + if (strcasecmp(size->name, "custom") == 0) + { + PageLeft = PPD->custom_margins[0]; + PageRight = width - PPD->custom_margins[2]; + PageWidth = width; + PageBottom = PPD->custom_margins[1]; + PageTop = length - PPD->custom_margins[3]; + PageLength = length; + + printf("%.0f %.0f 0 0 0\n", width, length); + + if (choice->code == NULL) + { + /* + * This can happen with certain buggy PPD files that don't include + * a CustomPageSize command sequence... We just use a generic + * Level 2 command sequence... + */ + + puts("pop pop pop"); + puts("<>setpagedevice\n"); + } + else + { + /* + * Use the vendor-supplied command... + */ + + printf("%s\n", choice->code); + } + } + else + { + if (choice->code) + printf("%s\n", choice->code); + + if (fabs(length - size->width) < 36.0) + { + /* + * Do landscape orientation... + */ + + PageLeft = size->bottom; + PageRight = size->top; + PageWidth = size->length; + PageBottom = size->left; + PageTop = size->right; + PageLength = size->width; + + landscape = 1; + } + else + { + /* + * Do portrait orientation... + */ + + PageLeft = size->left; + PageRight = size->right; + PageWidth = size->width; + PageBottom = size->bottom; + PageTop = size->top; + PageLength = size->length; + } + } + + puts("%%EndFeature"); + puts("%%EndPageSetup"); + } + } + else + { + fputs("DEBUG: hpgltops does not have a PPD file!\n", stderr); + + puts("%%BeginPageSetup"); + printf("%%%%BeginFeature: PageSize w%.0fh%.0f\n", width, length); + printf("<>setpagedevice\n", + width, length); + puts("%%EndFeature"); + puts("%%EndPageSetup"); + + PageLeft = 0.0; + PageRight = width; + PageWidth = width; + PageBottom = 0.0; + PageTop = length; + PageLength = length; + } + } + + define_font(0); + define_font(1); + + printf("%.1f setmiterlimit\n", MiterLimit); + printf("%d setlinecap\n", LineCap); + printf("%d setlinejoin\n", LineJoin); + + printf("%.3f %.3f %.3f %.2f SP\n", Pens[1].rgb[0], Pens[1].rgb[1], + Pens[1].rgb[2], Pens[1].width * PenScaling); + + puts("gsave"); + + if (Duplex && (PageCount & 1) == 0) + switch ((PageRotation / 90 + landscape) & 3) + { + case 0 : + printf("%.1f %.1f translate\n", PageWidth - PageRight, PageBottom); + break; + case 1 : + printf("%.0f 0 translate 90 rotate\n", PageLength); + printf("%.1f %.1f translate\n", PageLength - PageTop, + PageWidth - PageRight); + break; + case 2 : + printf("%.0f %.0f translate 180 rotate\n", PageWidth, PageLength); + printf("%.1f %.1f translate\n", PageLeft, PageLength - PageTop); + break; + case 3 : + printf("0 %.0f translate -90 rotate\n", PageWidth); + printf("%.1f %.1f translate\n", PageBottom, PageLeft); + break; + } + else + switch ((PageRotation / 90 + landscape) & 3) + { + case 0 : + printf("%.1f %.1f translate\n", PageLeft, PageBottom); + break; + case 1 : + printf("%.0f 0 translate 90 rotate\n", PageLength); + printf("%.1f %.1f translate\n", PageBottom, PageWidth - PageRight); + break; + case 2 : + printf("%.0f %.0f translate 180 rotate\n", PageWidth, PageLength); + printf("%.1f %.1f translate\n", PageWidth - PageRight, + PageLength - PageTop); + break; + case 3 : + printf("0 %.0f translate -90 rotate\n", PageWidth); + printf("%.1f %.1f translate\n", PageLength - PageTop, PageLeft); + break; + } + + if (IW1[0] != IW2[0] && IW1[1] != IW2[1]) + { + iw1[0] = IW1[0] * 72.0f / 1016.0f; + iw1[1] = IW1[1] * 72.0f / 1016.0f; + iw2[0] = IW2[0] * 72.0f / 1016.0f; + iw2[1] = IW2[1] * 72.0f / 1016.0f; + + printf("initclip MP %.3f %.3f MO %.3f %.3f LI %.3f %.3f LI %.3f %.3f LI CP clip\n", + iw1[0], iw1[1], iw1[0], iw2[1], iw2[0], iw2[1], iw2[0], iw1[1]); + } + } + + /* + * Write the string to the output file... + */ + + va_start(ap, format); + bytes = vprintf(format, ap); + va_end(ap); + + return (bytes); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgl-vector.c b/filter/hpgl-vector.c new file mode 100644 index 0000000000..809290a0ec --- /dev/null +++ b/filter/hpgl-vector.c @@ -0,0 +1,775 @@ +/* + * "$Id$" + * + * HP-GL/2 vector routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * AA_arc_absolute() - Draw an arc. + * AR_arc_relative() - Draw an arc relative to the current pen + * AT_arc_absolute3() - Draw an arc using 3 points. + * CI_circle() - Draw a circle. + * PA_plot_absolute() - Plot a line using absolute coordinates. + * PD_pen_down() - Start drawing. + * PE_polygon_encoded() - Draw an encoded polyline. + * PR_plot_relative() - Plot a line using relative coordinates. + * PU_pen_up() - Stop drawing. + * RT_arc_relative3() - Draw an arc through 3 points relative to the + * decode_number() - Decode an encoded number. + * plot_points() - Plot the specified points. + */ + +/* + * Include necessary headers... + */ + +#include "hpgltops.h" + + +/* + * Local functions... + */ + +static double decode_number(unsigned char **, int, double); +static void plot_points(int, param_t *); + + +/* + * 'AA_arc_absolute()' - Draw an arc. + */ + +void +AA_arc_absolute(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y, /* Transformed coordinates */ + dx, dy; /* Distance from current pen */ + float start, end, /* Start and end angles */ + theta, /* Current angle */ + dt, /* Step between points */ + radius; /* Radius of arc */ + + + if (num_params < 3) + return; + + x = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + Transform[0][2]; + y = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + Transform[1][2]; + + dx = PenPosition[0] - x; + dy = PenPosition[1] - y; + + start = (float)(180.0 * atan2(dy, dx) / M_PI); + if (start < 0.0) + start += 360.0f; + + end = start + params[2].value.number; + radius = (float)hypot(dx, dy); + + if (PenDown) + { + if (num_params > 3 && params[3].value.number > 0.0) + dt = (float)fabs(params[3].value.number); + else + dt = 5.0; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + + if (start < end) + for (theta = start + dt; theta < end; theta += dt) + { + PenPosition[0] = (float)(x + radius * cos(M_PI * theta / 180.0)); + PenPosition[1] = (float)(y + radius * sin(M_PI * theta / 180.0)); + + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + } + else + for (theta = start - dt; theta > end; theta -= dt) + { + PenPosition[0] = (float)(x + radius * cos(M_PI * theta / 180.0)); + PenPosition[1] = (float)(y + radius * sin(M_PI * theta / 180.0)); + + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + } + } + + PenPosition[0] = (float)(x + radius * cos(M_PI * end / 180.0)); + PenPosition[1] = (float)(y + radius * sin(M_PI * end / 180.0)); + + if (PenDown) + { + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + + if (!PolygonMode) + Outputf("ST\n"); + } +} + + +/* + * 'AR_arc_relative()' - Draw an arc relative to the current pen + * position. + */ + +void +AR_arc_relative(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y, /* Transformed coordinates */ + dx, dy; /* Distance from current pen */ + float start, end, /* Start and end angles */ + theta, /* Current angle */ + dt, /* Step between points */ + radius; /* Radius of arc */ + + + if (num_params < 3) + return; + + x = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + PenPosition[0]; + y = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + PenPosition[1]; + + dx = PenPosition[0] - x; + dy = PenPosition[1] - y; + + start = (float)(180.0 * atan2(dy, dx) / M_PI); + if (start < 0.0) + start += 360.0f; + + end = start + params[2].value.number; + radius = (float)hypot(dx, dy); + + if (PenDown) + { + if (num_params > 3 && params[3].value.number > 0.0) + dt = (float)fabs(params[3].value.number); + else + dt = 5.0; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + + if (start < end) + for (theta = start + dt; theta < end; theta += dt) + { + PenPosition[0] = (float)(x + radius * cos(M_PI * theta / 180.0)); + PenPosition[1] = (float)(y + radius * sin(M_PI * theta / 180.0)); + + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + } + else + for (theta = start - dt; theta > end; theta -= dt) + { + PenPosition[0] = (float)(x + radius * cos(M_PI * theta / 180.0)); + PenPosition[1] = (float)(y + radius * sin(M_PI * theta / 180.0)); + + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + } + } + + PenPosition[0] = (float)(x + radius * cos(M_PI * end / 180.0)); + PenPosition[1] = (float)(y + radius * sin(M_PI * end / 180.0)); + + if (PenDown) + { + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + + if (!PolygonMode) + Outputf("ST\n"); + } +} + + +/* + * 'AT_arc_absolute3()' - Draw an arc using 3 points. + * + * Note: + * + * Currently this only draws two line segments through the + * specified points. + */ + +void +AT_arc_absolute3(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params < 4) + return; + + if (PenDown) + { + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + + PenPosition[0] = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + Transform[0][2]; + PenPosition[1] = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + Transform[1][2]; + + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + } + + PenPosition[0] = Transform[0][0] * params[2].value.number + + Transform[0][1] * params[3].value.number + + Transform[0][2]; + PenPosition[1] = Transform[1][0] * params[2].value.number + + Transform[1][1] * params[3].value.number + + Transform[1][2]; + + if (PenDown) + { + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + + if (!PolygonMode) + Outputf("ST\n"); + } +} + + +/* + * 'CI_circle()' - Draw a circle. + */ + +void +CI_circle(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + float x, y; /* Transformed coordinates */ + float theta, /* Current angle */ + dt, /* Step between points */ + radius; /* Radius of circle */ + + + if (num_params < 1) + return; + + if (!PenDown) + return; + + radius = params[0].value.number; + + if (num_params > 1) + dt = (float)fabs(params[1].value.number); + else + dt = 5.0; + + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + for (theta = 0.0; theta < 360.0; theta += dt) + { + x = (float)(PenPosition[0] + + radius * cos(M_PI * theta / 180.0) * Transform[0][0] + + radius * sin(M_PI * theta / 180.0) * Transform[0][1]); + y = (float)(PenPosition[1] + + radius * cos(M_PI * theta / 180.0) * Transform[1][0] + + radius * sin(M_PI * theta / 180.0) * Transform[1][1]); + + Outputf("%.3f %.3f %s\n", x, y, theta == 0.0 ? "MO" : "LI"); + } + + Outputf("CP\n"); + if (!PolygonMode) + Outputf("ST\n"); +} + + +/* + * 'PA_plot_absolute()' - Plot a line using absolute coordinates. + */ + +void +PA_plot_absolute(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + PenMotion = 0; + + if (num_params > 1) + plot_points(num_params, params); +} + + +/* + * 'PD_pen_down()' - Start drawing. + */ + +void +PD_pen_down(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + PenDown = 1; + + if (num_params > 1) + plot_points(num_params, params); +} + + +/* + * 'PE_polygon_encoded()' - Draw an encoded polyline. + */ + +void +PE_polyline_encoded(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + unsigned char *s; /* Pointer into string */ + int temp, /* Temporary value */ + base_bits, /* Data bits per byte */ + draw, /* Draw or move */ + abscoords; /* Use absolute coordinates */ + double tx, ty, /* Transformed coordinates */ + x, y, /* Raw coordinates */ + frac_bits; /* Multiplier for encoded number */ + + + base_bits = 6; + frac_bits = 1.0; + draw = PenDown; + abscoords = 0; + + if (num_params == 0) + return; + + if (!PolygonMode) + { + Outputf("MP\n"); + PenValid = 0; + } + + if (!PenValid) + { + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + PenValid = 1; + } + + for (s = (unsigned char *)params[0].value.string; *s != '\0';) + switch (*s) + { + case '7' : + s ++; + base_bits = 5; + +#ifdef DEBUG + fputs("DEBUG: 7-bit\n", stderr); +#endif /* DEBUG */ + + Outputf("%% PE: 7-bit\n"); + break; + case ':' : /* Select pen */ + s ++; + PenNumber = (int)decode_number(&s, base_bits, 1.0); + +#ifdef DEBUG + fprintf(stderr, "DEBUG: set pen #%d\n", PenNumber); +#endif /* DEBUG */ + + Outputf("%% PE: set pen #%d\n", PenNumber); + + if (PageDirty) + printf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], + Pens[PenNumber].rgb[1], Pens[PenNumber].rgb[2], + Pens[PenNumber].width * PenScaling); + break; + case '<' : /* Next coords are a move-to */ + draw = 0; + s ++; + +#ifdef DEBUG + fputs("DEBUG: moveto\n", stderr); +#endif /* DEBUG */ + + Outputf("%% PE: moveto\n"); + break; + case '>' : /* Set fractional bits */ + s ++; + temp = (int)decode_number(&s, base_bits, 1.0); + frac_bits = 1.0 / (1 << temp); + +#ifdef DEBUG + fprintf(stderr, "DEBUG: set fractional bits %d\n", temp); +#endif /* DEBUG */ + + Outputf("%% PE: set fractional bits %d\n", temp); + break; + case '=' : /* Next coords are absolute */ + s ++; + abscoords = 1; + +#ifdef DEBUG + fputs("DEBUG: absolute\n", stderr); +#endif /* DEBUG */ + + Outputf("%% PE: absolute\n"); + break; + default : + if (*s >= 63) + { + /* + * Coordinate... + */ + + x = decode_number(&s, base_bits, frac_bits); + y = decode_number(&s, base_bits, frac_bits); + +#ifdef DEBUG + fprintf(stderr, "DEBUG: coords %.3f %.3f\n", x, y); +#endif /* DEBUG */ + + Outputf("%% PE: coords %.3f %.3f\n", x, y); + + if (abscoords) + { + tx = Transform[0][0] * x + Transform[0][1] * y + + Transform[0][2]; + ty = Transform[1][0] * x + Transform[1][1] * y + + Transform[1][2]; + } + else if (x == 0.0 && y == 0.0) + { + draw = 1; + continue; + } + else + { + tx = Transform[0][0] * x + Transform[0][1] * y + + PenPosition[0]; + ty = Transform[1][0] * x + Transform[1][1] * y + + PenPosition[1]; + } + + if (draw) + { + if (fabs(PenPosition[0] - tx) > 0.001 || + fabs(PenPosition[1] - ty) > 0.001) + Outputf("%.3f %.3f LI\n", tx, ty); + } + else + Outputf("%.3f %.3f MO\n", tx, ty); + + PenPosition[0] = (float)tx; + PenPosition[1] = (float)ty; + + draw = 1; + abscoords = 0; + } + else + { + /* + * Junk - ignore... + */ + + if (*s != '\n' && *s != '\r') + fprintf(stderr, "WARNING: ignoring illegal PE char \'%c\'...\n", *s); + s ++; + } + break; + } + + if (!PolygonMode) + Outputf("ST\n"); +} + + +/* + * 'PR_plot_relative()' - Plot a line using relative coordinates. + */ + +void +PR_plot_relative(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + PenMotion = 1; + + if (num_params > 1) + plot_points(num_params, params); +} + + +/* + * 'PU_pen_up()' - Stop drawing. + */ + +void +PU_pen_up(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + PenDown = 0; + + if (num_params > 1) + plot_points(num_params, params); +} + + +/* + * 'RT_arc_relative3()' - Draw an arc through 3 points relative to the + * current pen position. + * + * Note: + * + * This currently only draws two line segments through the specified + * points. + */ + +void +RT_arc_relative3(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + if (num_params < 4) + return; + + if (PenDown) + { + if (!PolygonMode) + Outputf("MP\n"); + + PenValid = 1; + + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + + PenPosition[0] = Transform[0][0] * params[0].value.number + + Transform[0][1] * params[1].value.number + + PenPosition[0]; + PenPosition[1] = Transform[1][0] * params[0].value.number + + Transform[1][1] * params[1].value.number + + PenPosition[1]; + + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + } + + PenPosition[0] = Transform[0][0] * params[2].value.number + + Transform[0][1] * params[3].value.number + + PenPosition[0]; + PenPosition[1] = Transform[1][0] * params[2].value.number + + Transform[1][1] * params[3].value.number + + PenPosition[1]; + + if (PenDown) + { + Outputf("%.3f %.3f LI\n", PenPosition[0], PenPosition[1]); + + if (!PolygonMode) + Outputf("ST\n"); + } +} + + +/* + * 'decode_number()' - Decode an encoded number. + */ + +static double /* O - Value */ +decode_number(unsigned char **s, /* IO - String to decode */ + int base_bits, /* I - Number of data bits per byte */ + double frac_bits) /* I - Multiplier for fractional data */ +{ + double temp, /* Current value */ + shift; /* Multiplier */ + int sign; /* Sign of result */ + + + sign = 0; + + if (base_bits == 5) + { + for (temp = 0.0, shift = frac_bits * 0.5; **s != '\0'; (*s) ++) + if (**s >= 95 && **s < 127) + { + if (sign == 0) + { + if ((**s - 95) & 1) + sign = -1; + else + sign = 1; + + temp += ((**s - 95) & ~1) * shift; + } + else + temp += (**s - 95) * shift; + break; + } + else if (**s < 63) + { + if (**s != '\r' && **s != '\n') + fprintf(stderr, "ERROR: Bad PE character 0x%02X!\n", **s); + + continue; + } + else + { + if (sign == 0) + { + if ((**s - 63) & 1) + sign = -1; + else + sign = 1; + + temp += ((**s - 63) & ~1) * shift; + } + else + temp += (**s - 63) * shift; + + shift *= 32.0; + } + } + else + { + for (temp = 0.0, shift = frac_bits * 0.5; **s != '\0'; (*s) ++) + if (**s >= 191 && **s < 255) + { + if (sign == 0) + { + if ((**s - 191) & 1) + sign = -1; + else + sign = 1; + + temp += ((**s - 191) & ~1) * shift; + } + else + temp += (**s - 191) * shift; + break; + } + else if (**s < 63) + { + if (**s != '\r' && **s != '\n') + fprintf(stderr, "ERROR: Bad PE character 0x%02X!\n", **s); + + continue; + } + else + { + if (sign == 0) + { + if ((**s - 63) & 1) + sign = -1; + else + sign = 1; + + temp += ((**s - 63) & ~1) * shift; + } + else + temp += (**s - 63) * shift; + + shift *= 64.0; + } + } + + (*s) ++; + + return (temp * sign); +} + + +/* + * 'plot_points()' - Plot the specified points. + */ + +static void +plot_points(int num_params, /* I - Number of parameters */ + param_t *params) /* I - Parameters */ +{ + int i; /* Looping var */ + float x, y; /* Transformed coordinates */ + + + if (PenDown) + { + if (!PolygonMode) + { + Outputf("MP\n"); + Outputf("%.3f %.3f MO\n", PenPosition[0], PenPosition[1]); + + PenValid = 1; + } + } + + for (i = 0; i < num_params; i += 2) + { + if (PenMotion == 0) + { + x = Transform[0][0] * params[i + 0].value.number + + Transform[0][1] * params[i + 1].value.number + + Transform[0][2]; + y = Transform[1][0] * params[i + 0].value.number + + Transform[1][1] * params[i + 1].value.number + + Transform[1][2]; + } + else + { + x = Transform[0][0] * params[i + 0].value.number + + Transform[0][1] * params[i + 1].value.number + + PenPosition[0]; + y = Transform[1][0] * params[i + 0].value.number + + Transform[1][1] * params[i + 1].value.number + + PenPosition[1]; + } + + if (PenDown) + { + if (PolygonMode && i == 0) + Outputf("%.3f %.3f MO\n", x, y); + else if (fabs(PenPosition[0] - x) > 0.001 || + fabs(PenPosition[1] - y) > 0.001) + Outputf("%.3f %.3f LI\n", x, y); + } + + PenPosition[0] = x; + PenPosition[1] = y; + } + + if (PenDown) + { + if (!PolygonMode) + Outputf("ST\n"); + } +} + + +/* + * End of "$Id$". + */ diff --git a/filter/hpgltops.h b/filter/hpgltops.h new file mode 100644 index 0000000000..816a0b0959 --- /dev/null +++ b/filter/hpgltops.h @@ -0,0 +1,241 @@ +/* + * "$Id$" + * + * HP-GL/2 to PostScript filter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +/* + * Include necessary headers... + */ + +#include "common.h" +#include + +#ifndef M_PI +# define M_PI 3.14159265358979323846 +#endif /* M_PI */ + +/* + * Parameter value structure... + */ + +typedef struct +{ + int type; + union + { + float number; + char *string; + } value; +} param_t; + +#define PARAM_ABSOLUTE 0 +#define PARAM_RELATIVE 1 +#define PARAM_STRING 2 + + +/* + * Font information... + */ + +typedef struct +{ + int symbol_set, /* Symbol set */ + spacing, /* Spacing (0 = fixed, 1 = proportional) */ + posture, /* Posture number */ + weight, /* Weight number */ + typeface; /* Typeface number */ + float pitch, /* Characters per inch */ + height, /* Height/size of font */ + xpitch; /* X pitch scaling value */ + float x, y; /* X and Y direction/scaling */ +} font_t; + + +/* + * Pen information... + */ + +typedef struct +{ + float rgb[3]; /* Pen color */ + float width; /* Pen width */ +} pen_t; + + +/* + * Globals... + */ + +#ifdef _HPGL_MAIN_C_ +# define VAR +# define VALUE(x) =x +# define VALUE2(x,y) ={x,y} +#else +# define VAR extern +# define VALUE(x) +# define VALUE2(x,y) +#endif /* _HPGL_MAIN_C_ */ + +VAR ppd_file_t *PPD VALUE(NULL); /* PPD file */ + +VAR float P1[2], /* Lower-lefthand physical limit */ + P2[2], /* Upper-righthand physical limit */ + IW1[2], /* Window lower-lefthand limit */ + IW2[2]; /* Window upper-righthand limit */ +VAR int Rotation VALUE(0); /* Page rotation */ +VAR int ScalingType VALUE(-1); /* Type of scaling (-1 for none) */ +VAR float Scaling1[2], /* Lower-lefthand user limit */ + Scaling2[2]; /* Upper-righthand user limit */ +VAR float Transform[2][3]; /* Transform matrix */ +VAR int PageRotation VALUE(0); /* Page/plot rotation */ + +VAR char StringTerminator VALUE('\003'); /* Terminator for labels */ +VAR font_t StandardFont, /* Standard font */ + AlternateFont; /* Alternate font */ +VAR float PenPosition[2] VALUE2(0.0f, 0.0f), + /* Current pen position */ + PenScaling VALUE(1.0f), /* Pen width scaling factor */ + PenWidth VALUE(1.0f); /* Default pen width */ +VAR pen_t Pens[1024]; /* State of each pen */ +VAR int PenMotion VALUE(0), /* 0 = absolute, 1 = relative */ + PenValid VALUE(0), /* 1 = valid position, 0 = undefined */ + PenNumber VALUE(1), /* Current pen number */ + PenCount VALUE(8), /* Number of pens */ + PenDown VALUE(0), /* 0 = pen up, 1 = pen down */ + PolygonMode VALUE(0), /* Drawing polygons? */ + PageCount VALUE(0), /* Number of pages in plot */ + PageDirty VALUE(0), /* Current page written on? */ + WidthUnits VALUE(0); /* 0 = mm, 1 = proportionate */ +VAR float PlotSize[2] VALUE2(2592.0f, 3456.0f); + /* Plot size */ +VAR int PlotSizeSet VALUE(0); /* Plot size set? */ +VAR int CharFillMode VALUE(0), /* Where to draw labels */ + CharPen VALUE(0), /* Pen to use for labels */ + CharFont VALUE(0); /* Font to use for labels */ +VAR float CharHeight[2] VALUE2(11.5f,11.5f); + /* Size of font for labels */ +VAR int FitPlot VALUE(0); /* 1 = fit to page */ +VAR float ColorRange[3][2] /* Range of color values */ +#ifdef _HPGL_MAIN_C_ + = { + { 0.0, 255.0 }, + { 0.0, 255.0 }, + { 0.0, 255.0 } + } +#endif /* _HPGL_MAIN_C_ */ +; + +VAR int LineCap VALUE(0); /* Line capping */ +VAR int LineJoin VALUE(0); /* Line joining */ +VAR float MiterLimit VALUE(3.0f); /* Miter limit at joints */ + + +/* + * Prototypes... + */ + +/* hpgl-input.c */ +extern int ParseCommand(FILE *fp, char *name, param_t **params); +extern void FreeParameters(int num_params, param_t *params); + +/* hpgl-config.c */ +extern void update_transform(void); +extern void BP_begin_plot(int num_params, param_t *params); +extern void DF_default_values(int num_params, param_t *params); +extern void IN_initialize(int num_params, param_t *params); +extern void IP_input_absolute(int num_params, param_t *params); +extern void IR_input_relative(int num_params, param_t *params); +extern void IW_input_window(int num_params, param_t *params); +extern void PG_advance_page(int num_params, param_t *params); +extern void PS_plot_size(int num_params, param_t *params); +extern void RO_rotate(int num_params, param_t *params); +extern void RP_replot(int num_params, param_t *params); +extern void SC_scale(int num_params, param_t *params); + +/* hpgl-vector.c */ +extern void AA_arc_absolute(int num_params, param_t *params); +extern void AR_arc_relative(int num_params, param_t *params); +extern void AT_arc_absolute3(int num_params, param_t *params); +extern void CI_circle(int num_params, param_t *params); +extern void PA_plot_absolute(int num_params, param_t *params); +extern void PD_pen_down(int num_params, param_t *params); +extern void PE_polyline_encoded(int num_params, param_t *params); +extern void PR_plot_relative(int num_params, param_t *params); +extern void PU_pen_up(int num_params, param_t *params); +extern void RT_arc_relative3(int num_params, param_t *params); + +/* hpgl-polygon.c */ +extern void EA_edge_rect_absolute(int num_params, param_t *params); +extern void EP_edge_polygon(int num_params, param_t *params); +extern void ER_edge_rect_relative(int num_params, param_t *params); +extern void EW_edge_wedge(int num_params, param_t *params); +extern void FP_fill_polygon(int num_params, param_t *params); +extern void PM_polygon_mode(int num_params, param_t *params); +extern void RA_fill_rect_absolute(int num_params, param_t *params); +extern void RR_fill_rect_relative(int num_params, param_t *params); +extern void WG_fill_wedge(int num_params, param_t *params); + +/* hpgl-char.c */ +extern void define_font(int f); +extern void AD_define_alternate(int num_params, param_t *params); +extern void CF_character_fill(int num_params, param_t *params); +extern void CP_character_plot(int num_params, param_t *params); +extern void DI_absolute_direction(int num_params, param_t *params); +extern void DR_relative_direction(int num_params, param_t *params); +extern void DT_define_label_term(int num_params, param_t *params); +extern void DV_define_variable_path(int num_params, param_t *params); +extern void ES_extra_space(int num_params, param_t *params); +extern void LB_label(int num_params, param_t *params); +extern void LO_label_origin(int num_params, param_t *params); +extern void SA_select_alternate(int num_params, param_t *params); +extern void SD_define_standard(int num_params, param_t *params); +extern void SI_absolute_size(int num_params, param_t *params); +extern void SL_character_slant(int num_params, param_t *params); +extern void SR_relative_size(int num_params, param_t *params); +extern void SS_select_standard(int num_params, param_t *params); +extern void TD_transparent_data(int num_params, param_t *params); + +/* hpgl-attr.c */ +extern void AC_anchor_corner(int num_params, param_t *params); +extern void CR_color_range(int num_params, param_t *params); +extern void FT_fill_type(int num_params, param_t *params); +extern void LA_line_attributes(int num_params, param_t *params); +extern void LT_line_type(int num_params, param_t *params); +extern void NP_number_pens(int num_params, param_t *params); +extern void PC_pen_color(int num_params, param_t *params); +extern void PW_pen_width(int num_params, param_t *params); +extern void RF_raster_fill(int num_params, param_t *params); +extern void SM_symbol_mode(int num_params, param_t *params); +extern void SP_select_pen(int num_params, param_t *params); +extern void UL_user_line_type(int num_params, param_t *params); +extern void WU_width_units(int num_params, param_t *params); + +/* hpgl-prolog.c */ +extern void OutputProlog(char *title, char *user, int shading); +extern void OutputTrailer(void); +extern int Outputf(const char *format, ...); + +/* + * End of "$Id$". + */ diff --git a/filter/image-bmp.c b/filter/image-bmp.c new file mode 100644 index 0000000000..fb58ae17d5 --- /dev/null +++ b/filter/image-bmp.c @@ -0,0 +1,539 @@ +/* + * "$Id$" + * + * BMP image routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadBMP() - Read a BMP image file. + * read_word() - Read a 16-bit unsigned integer. + * read_dword() - Read a 32-bit unsigned integer. + * read_long() - Read a 32-bit signed integer. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * Constants for the bitmap compression... + */ + +# define BI_RGB 0 /* No compression - straight BGR data */ +# define BI_RLE8 1 /* 8-bit run-length compression */ +# define BI_RLE4 2 /* 4-bit run-length compression */ +# define BI_BITFIELDS 3 /* RGB bitmap with RGB masks */ + + +/* + * Local functions... + */ + +static unsigned short read_word(FILE *fp); +static unsigned int read_dword(FILE *fp); +static int read_long(FILE *fp); + + +/* + * '_cupsImageReadBMP()' - Read a BMP image file. + */ + +int /* O - Read status */ +_cupsImageReadBMP( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + int offset, /* Offset to bitmap data */ + info_size, /* Size of info header */ + planes, /* Number of planes (always 1) */ + depth, /* Depth of image (bits) */ + compression, /* Type of compression */ + image_size, /* Size of image in bytes */ + colors_used, /* Number of colors used */ + colors_important, /* Number of important colors */ + bpp, /* Bytes per pixel */ + x, y, /* Looping vars */ + color, /* Color of RLE pixel */ + count, /* Number of times to repeat */ + temp, /* Temporary color */ + align; /* Alignment bytes */ + cups_ib_t bit, /* Bit in image */ + byte; /* Byte in image */ + cups_ib_t *in, /* Input pixels */ + *out, /* Output pixels */ + *ptr; /* Pointer into pixels */ + cups_ib_t colormap[256][4]; /* Colormap */ + + + (void)secondary; + + /* + * Get the header... + */ + + getc(fp); /* Skip "BM" sync chars */ + getc(fp); + read_dword(fp); /* Skip size */ + read_word(fp); /* Skip reserved stuff */ + read_word(fp); + offset = read_dword(fp); + + fprintf(stderr, "DEBUG: offset = %d\n", offset); + + if (offset < 0) + { + fprintf(stderr, "ERROR: Bad BMP offset %d\n", offset); + fclose(fp); + return (1); + } + + /* + * Then the bitmap information... + */ + + info_size = read_dword(fp); + img->xsize = read_long(fp); + img->ysize = read_long(fp); + planes = read_word(fp); + depth = read_word(fp); + compression = read_dword(fp); + image_size = read_dword(fp); + img->xppi = read_long(fp) * 0.0254 + 0.5; + img->yppi = read_long(fp) * 0.0254 + 0.5; + colors_used = read_dword(fp); + colors_important = read_dword(fp); + + if (img->xsize == 0 || img->xsize > CUPS_IMAGE_MAX_WIDTH || + img->ysize == 0 || img->ysize > CUPS_IMAGE_MAX_HEIGHT || + (depth != 1 && depth != 4 && depth != 8 && depth != 24)) + { + fprintf(stderr, "ERROR: Bad BMP dimensions %ux%ux%d\n", + img->xsize, img->ysize, depth); + fclose(fp); + return (1); + } + + if (colors_used < 0 || colors_used > 256) + { + fprintf(stderr, "ERROR: Bad BMP colormap size %d\n", colors_used); + fclose(fp); + return (1); + } + + if (img->xppi == 0 || img->yppi == 0) + { + fprintf(stderr, "ERROR: Bad BMP resolution %dx%d PPI.\n", + img->xppi, img->yppi); + img->xppi = img->yppi = 128; + } + + /* + * Make sure the resolution info is valid... + */ + + fprintf(stderr, "info_size = %d, xsize = %d, ysize = %d, planes = %d, depth = %d\n", + info_size, img->xsize, img->ysize, planes, depth); + fprintf(stderr, "compression = %d, image_size = %d, xppi = %d, yppi = %d\n", + compression, image_size, img->xppi, img->yppi); + fprintf(stderr, "colors_used = %d, colors_important = %d\n", colors_used, + colors_important); + + if (info_size > 40) + for (info_size -= 40; info_size > 0; info_size --) + getc(fp); + + /* + * Get colormap... + */ + + if (colors_used == 0 && depth <= 8) + colors_used = 1 << depth; + + if (colors_used > 0) + fread(colormap, colors_used, 4, fp); + + /* + * Setup image and buffers... + */ + + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : primary; + + cupsImageSetMaxTiles(img, 0); + + in = malloc(img->xsize * 3); + bpp = cupsImageGetDepth(img); + out = malloc(img->xsize * bpp); + + /* + * Read the image data... + */ + + color = 0; + count = 0; + align = 0; + + for (y = img->ysize - 1; y >= 0; y --) + { + ptr = in; + + switch (depth) + { + case 1 : /* Bitmap */ + for (x = img->xsize, bit = 128, byte = 0; x > 0; x --) + { + if (bit == 128) + byte = getc(fp); + + if (byte & bit) + { + *ptr++ = colormap[1][2]; + *ptr++ = colormap[1][1]; + *ptr++ = colormap[1][0]; + } + else + { + *ptr++ = colormap[0][2]; + *ptr++ = colormap[0][1]; + *ptr++ = colormap[0][0]; + } + + if (bit > 1) + bit >>= 1; + else + bit = 128; + } + + /* + * Read remaining bytes to align to 32 bits... + */ + + for (temp = (img->xsize + 7) / 8; temp & 3; temp ++) + getc(fp); + break; + + case 4 : /* 16-color */ + for (x = img->xsize, bit = 0xf0, temp = 0; x > 0; x --) + { + /* + * Get a new count as needed... + */ + + if (compression != BI_RLE4 && count == 0) + { + count = 2; + color = -1; + } + + if (count == 0) + { + while (align > 0) + { + align --; + getc(fp); + } + + if ((count = getc(fp)) == 0) + { + if ((count = getc(fp)) == 0) + { + /* + * End of line... + */ + + x ++; + continue; + } + else if (count == 1) + { + /* + * End of image... + */ + + break; + } + else if (count == 2) + { + /* + * Delta... + */ + + count = getc(fp) * getc(fp) * img->xsize; + color = 0; + } + else + { + /* + * Absolute... + */ + + color = -1; + align = ((4 - (count & 3)) / 2) & 1; + } + } + else + color = getc(fp); + } + + /* + * Get a new color as needed... + */ + + count --; + + if (bit == 0xf0) + { + if (color < 0) + temp = getc(fp); + else + temp = color; + + /* + * Copy the color value... + */ + + *ptr++ = colormap[temp >> 4][2]; + *ptr++ = colormap[temp >> 4][1]; + *ptr++ = colormap[temp >> 4][0]; + bit = 0x0f; + } + else + { + /* + * Copy the color value... + */ + + *ptr++ = colormap[temp & 15][2]; + *ptr++ = colormap[temp & 15][1]; + *ptr++ = colormap[temp & 15][0]; + bit = 0xf0; + } + } + break; + + case 8 : /* 256-color */ + for (x = img->xsize; x > 0; x --) + { + /* + * Get a new count as needed... + */ + + if (compression != BI_RLE8) + { + count = 1; + color = -1; + } + + if (count == 0) + { + while (align > 0) + { + align --; + getc(fp); + } + + if ((count = getc(fp)) == 0) + { + if ((count = getc(fp)) == 0) + { + /* + * End of line... + */ + + x ++; + continue; + } + else if (count == 1) + { + /* + * End of image... + */ + + break; + } + else if (count == 2) + { + /* + * Delta... + */ + + count = getc(fp) * getc(fp) * img->xsize; + color = 0; + } + else + { + /* + * Absolute... + */ + + color = -1; + align = (2 - (count & 1)) & 1; + } + } + else + color = getc(fp); + } + + /* + * Get a new color as needed... + */ + + if (color < 0) + temp = getc(fp); + else + temp = color; + + count --; + + /* + * Copy the color value... + */ + + *ptr++ = colormap[temp][2]; + *ptr++ = colormap[temp][1]; + *ptr++ = colormap[temp][0]; + } + break; + + case 24 : /* 24-bit RGB */ + for (x = img->xsize; x > 0; x --, ptr += 3) + { + ptr[2] = getc(fp); + ptr[1] = getc(fp); + ptr[0] = getc(fp); + } + + /* + * Read remaining bytes to align to 32 bits... + */ + + for (temp = img->xsize * 3; temp & 3; temp ++) + getc(fp); + break; + } + + if (saturation != 100 || hue != 0) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->xsize); + break; + + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + + fclose(fp); + free(in); + free(out); + + return (0); +} + + +/* + * 'read_word()' - Read a 16-bit unsigned integer. + */ + +static unsigned short /* O - 16-bit unsigned integer */ +read_word(FILE *fp) /* I - File to read from */ +{ + unsigned char b0, b1; /* Bytes from file */ + + b0 = getc(fp); + b1 = getc(fp); + + return ((b1 << 8) | b0); +} + + +/* + * 'read_dword()' - Read a 32-bit unsigned integer. + */ + +static unsigned int /* O - 32-bit unsigned integer */ +read_dword(FILE *fp) /* I - File to read from */ +{ + unsigned char b0, b1, b2, b3; /* Bytes from file */ + + b0 = getc(fp); + b1 = getc(fp); + b2 = getc(fp); + b3 = getc(fp); + + return ((((((b3 << 8) | b2) << 8) | b1) << 8) | b0); +} + + +/* + * 'read_long()' - Read a 32-bit signed integer. + */ + +static int /* O - 32-bit signed integer */ +read_long(FILE *fp) /* I - File to read from */ +{ + unsigned char b0, b1, b2, b3; /* Bytes from file */ + + b0 = getc(fp); + b1 = getc(fp); + b2 = getc(fp); + b3 = getc(fp); + + return ((int)(((((b3 << 8) | b2) << 8) | b1) << 8) | b0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-colorspace.c b/filter/image-colorspace.c new file mode 100644 index 0000000000..38791d4b39 --- /dev/null +++ b/filter/image-colorspace.c @@ -0,0 +1,1577 @@ +/* + * "$Id$" + * + * Colorspace conversions for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * The color saturation/hue matrix stuff is provided thanks to Mr. Paul + * Haeberli at "http://www.sgi.com/grafica/matrix/index.html". + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsImageCMYKToBlack() - Convert CMYK data to black. + * cupsImageCMYKToCMY() - Convert CMYK colors to CMY. + * cupsImageCMYKToCMYK() - Convert CMYK colors to CMYK. + * cupsImageCMYKToRGB() - Convert CMYK colors to device-dependent + * RGB. + * cupsImageCMYKToWhite() - Convert CMYK colors to luminance. + * cupsImageLut() - Adjust all pixel values with the given + * LUT. + * cupsImageRGBAdjust() - Adjust the hue and saturation of the + * given RGB colors. + * cupsImageRGBToBlack() - Convert RGB data to black. + * cupsImageRGBToCMY() - Convert RGB colors to CMY. + * cupsImageRGBToCMYK() - Convert RGB colors to CMYK. + * cupsImageRGBToRGB() - Convert RGB colors to device-dependent + * RGB. + * cupsImageRGBToWhite() - Convert RGB colors to luminance. + * cupsImageSetProfile() - Set the device color profile. + * cupsImageSetRasterColorSpace() - Set the destination colorspace. + * cupsImageWhiteToBlack() - Convert luminance colors to black. + * cupsImageWhiteToCMY() - Convert luminance colors to CMY. + * cupsImageWhiteToCMYK() - Convert luminance colors to CMYK. + * cupsImageWhiteToRGB() - Convert luminance data to RGB. + * cupsImageWhiteToWhite() - Convert luminance colors to device- + * dependent luminance. + * cielab() - Map CIE Lab transformation... + * huerotate() - Rotate the hue, maintaining luminance. + * ident() - Make an identity matrix. + * mult() - Multiply two matrices. + * rgb_to_lab() - Convert an RGB color to CIE Lab. + * rgb_to_xyz() - Convert an RGB color to CIE XYZ. + * saturate() - Make a saturation matrix. + * xform() - Transform a 3D point using a matrix... + * xrotate() - Rotate about the x (red) axis... + * yrotate() - Rotate about the y (green) axis... + * zrotate() - Rotate about the z (blue) axis... + * zshear() - Shear z using x and y... + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * Define some math constants that are required... + */ + +#ifndef M_PI +# define M_PI 3.14159265358979323846 +#endif /* !M_PI */ + +#ifndef M_SQRT2 +# define M_SQRT2 1.41421356237309504880 +#endif /* !M_SQRT2 */ + +#ifndef M_SQRT1_2 +# define M_SQRT1_2 0.70710678118654752440 +#endif /* !M_SQRT1_2 */ + +/* + * CIE XYZ whitepoint... + */ + +#define D65_X (0.412453 + 0.357580 + 0.180423) +#define D65_Y (0.212671 + 0.715160 + 0.072169) +#define D65_Z (0.019334 + 0.119193 + 0.950227) + + +/* + * Lookup table structure... + */ + +typedef int cups_clut_t[3][256]; + + +/* + * Local globals... + */ + +static int cupsImageHaveProfile = 0; + /* Do we have a color profile? */ +static int *cupsImageDensity; + /* Ink/marker density LUT */ +static cups_clut_t *cupsImageMatrix; + /* Color transform matrix LUT */ +static cups_cspace_t cupsImageColorSpace = CUPS_CSPACE_RGB; + /* Destination colorspace */ + + +/* + * Local functions... + */ + +static float cielab(float x, float xn); +static void huerotate(float [3][3], float); +static void ident(float [3][3]); +static void mult(float [3][3], float [3][3], float [3][3]); +static void rgb_to_lab(cups_ib_t *val); +static void rgb_to_xyz(cups_ib_t *val); +static void saturate(float [3][3], float); +static void xform(float [3][3], float, float, float, float *, float *, float *); +static void xrotate(float [3][3], float, float); +static void yrotate(float [3][3], float, float); +static void zrotate(float [3][3], float, float); +static void zshear(float [3][3], float, float); + + +/* + * 'cupsImageCMYKToBlack()' - Convert CMYK data to black. + */ + +void +cupsImageCMYKToBlack( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int k; /* Black value */ + + + if (cupsImageHaveProfile) + while (count > 0) + { + k = (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100 + in[3]; + + if (k < 255) + *out++ = cupsImageDensity[k]; + else + *out++ = cupsImageDensity[255]; + + in += 4; + count --; + } + else + while (count > 0) + { + k = (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100 + in[3]; + + if (k < 255) + *out++ = k; + else + *out++ = 255; + + in += 4; + count --; + } +} + + +/* + * 'cupsImageCMYKToCMY()' - Convert CMYK colors to CMY. + */ + +void +cupsImageCMYKToCMY( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int c, m, y, k; /* CMYK values */ + int cc, cm, cy; /* Calibrated CMY values */ + + + if (cupsImageHaveProfile) + while (count > 0) + { + c = *in++; + m = *in++; + y = *in++; + k = *in++; + + cc = cupsImageMatrix[0][0][c] + + cupsImageMatrix[0][1][m] + + cupsImageMatrix[0][2][y] + k; + cm = cupsImageMatrix[1][0][c] + + cupsImageMatrix[1][1][m] + + cupsImageMatrix[1][2][y] + k; + cy = cupsImageMatrix[2][0][c] + + cupsImageMatrix[2][1][m] + + cupsImageMatrix[2][2][y] + k; + + if (cc < 0) + *out++ = 0; + else if (cc > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cc]; + + if (cm < 0) + *out++ = 0; + else if (cm > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cm]; + + if (cy < 0) + *out++ = 0; + else if (cy > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cy]; + + count --; + } + else + while (count > 0) + { + c = *in++; + m = *in++; + y = *in++; + k = *in++; + + c += k; + m += k; + y += k; + + if (c < 255) + *out++ = c; + else + *out++ = 255; + + if (m < 255) + *out++ = y; + else + *out++ = 255; + + if (y < 255) + *out++ = y; + else + *out++ = 255; + + count --; + } +} + + +/* + * 'cupsImageCMYKToCMYK()' - Convert CMYK colors to CMYK. + */ + +void +cupsImageCMYKToCMYK( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int c, m, y, k; /* CMYK values */ + int cc, cm, cy; /* Calibrated CMY values */ + + + if (cupsImageHaveProfile) + while (count > 0) + { + c = *in++; + m = *in++; + y = *in++; + k = *in++; + + cc = (cupsImageMatrix[0][0][c] + + cupsImageMatrix[0][1][m] + + cupsImageMatrix[0][2][y]); + cm = (cupsImageMatrix[1][0][c] + + cupsImageMatrix[1][1][m] + + cupsImageMatrix[1][2][y]); + cy = (cupsImageMatrix[2][0][c] + + cupsImageMatrix[2][1][m] + + cupsImageMatrix[2][2][y]); + + if (cc < 0) + *out++ = 0; + else if (cc > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cc]; + + if (cm < 0) + *out++ = 0; + else if (cm > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cm]; + + if (cy < 0) + *out++ = 0; + else if (cy > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cy]; + + *out++ = cupsImageDensity[k]; + + count --; + } + else if (in != out) + { + while (count > 0) + { + *out++ = *in++; + *out++ = *in++; + *out++ = *in++; + *out++ = *in++; + + count --; + } + } +} + + +/* + * 'cupsImageCMYKToRGB()' - Convert CMYK colors to device-dependent RGB. + */ + +void +cupsImageCMYKToRGB( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int c, m, y, k; /* CMYK values */ + int cr, cg, cb; /* Calibrated RGB values */ + + + if (cupsImageHaveProfile) + { + while (count > 0) + { + c = *in++; + m = *in++; + y = *in++; + k = *in++; + + cr = cupsImageMatrix[0][0][c] + + cupsImageMatrix[0][1][m] + + cupsImageMatrix[0][2][y] + k; + cg = cupsImageMatrix[1][0][c] + + cupsImageMatrix[1][1][m] + + cupsImageMatrix[1][2][y] + k; + cb = cupsImageMatrix[2][0][c] + + cupsImageMatrix[2][1][m] + + cupsImageMatrix[2][2][y] + k; + + if (cr < 0) + *out++ = 255; + else if (cr > 255) + *out++ = 255 - cupsImageDensity[255]; + else + *out++ = 255 - cupsImageDensity[cr]; + + if (cg < 0) + *out++ = 255; + else if (cg > 255) + *out++ = 255 - cupsImageDensity[255]; + else + *out++ = 255 - cupsImageDensity[cg]; + + if (cb < 0) + *out++ = 255; + else if (cb > 255) + *out++ = 255 - cupsImageDensity[255]; + else + *out++ = 255 - cupsImageDensity[cb]; + + count --; + } + } + else + { + while (count > 0) + { + c = 255 - *in++; + m = 255 - *in++; + y = 255 - *in++; + k = *in++; + + c -= k; + m -= k; + y -= k; + + if (c > 0) + *out++ = c; + else + *out++ = 0; + + if (m > 0) + *out++ = m; + else + *out++ = 0; + + if (y > 0) + *out++ = y; + else + *out++ = 0; + + if (cupsImageColorSpace == CUPS_CSPACE_CIELab || + cupsImageColorSpace >= CUPS_CSPACE_ICC1) + rgb_to_lab(out - 3); + else if (cupsImageColorSpace == CUPS_CSPACE_CIEXYZ) + rgb_to_xyz(out - 3); + + count --; + } + } +} + + +/* + * 'cupsImageCMYKToWhite()' - Convert CMYK colors to luminance. + */ + +void +cupsImageCMYKToWhite( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int w; /* White value */ + + + if (cupsImageHaveProfile) + { + while (count > 0) + { + w = 255 - (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100 - in[3]; + + if (w > 0) + *out++ = cupsImageDensity[w]; + else + *out++ = cupsImageDensity[0]; + + in += 4; + count --; + } + } + else + { + while (count > 0) + { + w = 255 - (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100 - in[3]; + + if (w > 0) + *out++ = w; + else + *out++ = 0; + + in += 4; + count --; + } + } +} + + +/* + * 'cupsImageLut()' - Adjust all pixel values with the given LUT. + */ + +void +cupsImageLut(cups_ib_t *pixels, /* IO - Input/output pixels */ + int count, /* I - Number of pixels/bytes to adjust */ + const cups_ib_t *lut) /* I - Lookup table */ +{ + while (count > 0) + { + *pixels = lut[*pixels]; + pixels ++; + count --; + } +} + + +/* + * 'cupsImageRGBAdjust()' - Adjust the hue and saturation of the given RGB colors. + */ + +void +cupsImageRGBAdjust(cups_ib_t *pixels, /* IO - Input/output pixels */ + int count, /* I - Number of pixels to adjust */ + int saturation,/* I - Color saturation (%) */ + int hue) /* I - Color hue (degrees) */ +{ + int i, j, k; /* Looping vars */ + float mat[3][3]; /* Color adjustment matrix */ + static int last_sat = 100, /* Last saturation used */ + last_hue = 0; /* Last hue used */ + static cups_clut_t *lut = NULL; /* Lookup table for matrix */ + + + if (saturation != last_sat || + hue != last_hue) + { + /* + * Build the color adjustment matrix... + */ + + ident(mat); + saturate(mat, saturation * 0.01); + huerotate(mat, (float)hue); + + /* + * Allocate memory for the lookup table... + */ + + if (lut == NULL) + lut = calloc(3, sizeof(cups_clut_t)); + + if (lut == NULL) + return; + + /* + * Convert the matrix into a 3x3 array of lookup tables... + */ + + for (i = 0; i < 3; i ++) + for (j = 0; j < 3; j ++) + for (k = 0; k < 256; k ++) + lut[i][j][k] = mat[i][j] * k + 0.5; + + /* + * Save the saturation and hue to compare later... + */ + + last_sat = saturation; + last_hue = hue; + } + + /* + * Adjust each pixel in the given buffer. + */ + + while (count > 0) + { + i = lut[0][0][pixels[0]] + + lut[1][0][pixels[1]] + + lut[2][0][pixels[2]]; + if (i < 0) + pixels[0] = 0; + else if (i > 255) + pixels[0] = 255; + else + pixels[0] = i; + + i = lut[0][1][pixels[0]] + + lut[1][1][pixels[1]] + + lut[2][1][pixels[2]]; + if (i < 0) + pixels[1] = 0; + else if (i > 255) + pixels[1] = 255; + else + pixels[1] = i; + + i = lut[0][2][pixels[0]] + + lut[1][2][pixels[1]] + + lut[2][2][pixels[2]]; + if (i < 0) + pixels[2] = 0; + else if (i > 255) + pixels[2] = 255; + else + pixels[2] = i; + + count --; + pixels += 3; + } +} + + +/* + * 'cupsImageRGBToBlack()' - Convert RGB data to black. + */ + +void +cupsImageRGBToBlack( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + if (cupsImageHaveProfile) + while (count > 0) + { + *out++ = cupsImageDensity[255 - (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100]; + in += 3; + count --; + } + else + while (count > 0) + { + *out++ = 255 - (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100; + in += 3; + count --; + } +} + + +/* + * 'cupsImageRGBToCMY()' - Convert RGB colors to CMY. + */ + +void +cupsImageRGBToCMY( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int c, m, y, k; /* CMYK values */ + int cc, cm, cy; /* Calibrated CMY values */ + + + if (cupsImageHaveProfile) + while (count > 0) + { + c = 255 - *in++; + m = 255 - *in++; + y = 255 - *in++; + k = min(c, min(m, y)); + c -= k; + m -= k; + y -= k; + + cc = cupsImageMatrix[0][0][c] + + cupsImageMatrix[0][1][m] + + cupsImageMatrix[0][2][y] + k; + cm = cupsImageMatrix[1][0][c] + + cupsImageMatrix[1][1][m] + + cupsImageMatrix[1][2][y] + k; + cy = cupsImageMatrix[2][0][c] + + cupsImageMatrix[2][1][m] + + cupsImageMatrix[2][2][y] + k; + + if (cc < 0) + *out++ = 0; + else if (cc > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cc]; + + if (cm < 0) + *out++ = 0; + else if (cm > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cm]; + + if (cy < 0) + *out++ = 0; + else if (cy > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cy]; + + count --; + } + else + while (count > 0) + { + c = 255 - in[0]; + m = 255 - in[1]; + y = 255 - in[2]; + k = min(c, min(m, y)); + + *out++ = (255 - in[1] / 4) * (c - k) / 255 + k; + *out++ = (255 - in[2] / 4) * (m - k) / 255 + k; + *out++ = (255 - in[0] / 4) * (y - k) / 255 + k; + in += 3; + count --; + } +} + + +/* + * 'cupsImageRGBToCMYK()' - Convert RGB colors to CMYK. + */ + +void +cupsImageRGBToCMYK( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int c, m, y, k, /* CMYK values */ + km; /* Maximum K value */ + int cc, cm, cy; /* Calibrated CMY values */ + + + if (cupsImageHaveProfile) + while (count > 0) + { + c = 255 - *in++; + m = 255 - *in++; + y = 255 - *in++; + k = min(c, min(m, y)); + + if ((km = max(c, max(m, y))) > k) + k = k * k * k / (km * km); + + c -= k; + m -= k; + y -= k; + + cc = (cupsImageMatrix[0][0][c] + + cupsImageMatrix[0][1][m] + + cupsImageMatrix[0][2][y]); + cm = (cupsImageMatrix[1][0][c] + + cupsImageMatrix[1][1][m] + + cupsImageMatrix[1][2][y]); + cy = (cupsImageMatrix[2][0][c] + + cupsImageMatrix[2][1][m] + + cupsImageMatrix[2][2][y]); + + if (cc < 0) + *out++ = 0; + else if (cc > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cc]; + + if (cm < 0) + *out++ = 0; + else if (cm > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cm]; + + if (cy < 0) + *out++ = 0; + else if (cy > 255) + *out++ = cupsImageDensity[255]; + else + *out++ = cupsImageDensity[cy]; + + *out++ = cupsImageDensity[k]; + + count --; + } + else + while (count > 0) + { + c = 255 - *in++; + m = 255 - *in++; + y = 255 - *in++; + k = min(c, min(m, y)); + + if ((km = max(c, max(m, y))) > k) + k = k * k * k / (km * km); + + c -= k; + m -= k; + y -= k; + + *out++ = c; + *out++ = m; + *out++ = y; + *out++ = k; + + count --; + } +} + + +/* + * 'cupsImageRGBToRGB()' - Convert RGB colors to device-dependent RGB. + */ + +void +cupsImageRGBToRGB( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + int c, m, y, k; /* CMYK values */ + int cr, cg, cb; /* Calibrated RGB values */ + + + if (cupsImageHaveProfile) + { + while (count > 0) + { + c = 255 - *in++; + m = 255 - *in++; + y = 255 - *in++; + k = min(c, min(m, y)); + c -= k; + m -= k; + y -= k; + + cr = cupsImageMatrix[0][0][c] + + cupsImageMatrix[0][1][m] + + cupsImageMatrix[0][2][y] + k; + cg = cupsImageMatrix[1][0][c] + + cupsImageMatrix[1][1][m] + + cupsImageMatrix[1][2][y] + k; + cb = cupsImageMatrix[2][0][c] + + cupsImageMatrix[2][1][m] + + cupsImageMatrix[2][2][y] + k; + + if (cr < 0) + *out++ = 255; + else if (cr > 255) + *out++ = 255 - cupsImageDensity[255]; + else + *out++ = 255 - cupsImageDensity[cr]; + + if (cg < 0) + *out++ = 255; + else if (cg > 255) + *out++ = 255 - cupsImageDensity[255]; + else + *out++ = 255 - cupsImageDensity[cg]; + + if (cb < 0) + *out++ = 255; + else if (cb > 255) + *out++ = 255 - cupsImageDensity[255]; + else + *out++ = 255 - cupsImageDensity[cb]; + + count --; + } + } + else + { + if (in != out) + memcpy(out, in, count * 3); + + if (cupsImageColorSpace == CUPS_CSPACE_CIELab || + cupsImageColorSpace >= CUPS_CSPACE_ICC1) + { + while (count > 0) + { + rgb_to_lab(out); + + out += 3; + count --; + } + } + else if (cupsImageColorSpace == CUPS_CSPACE_CIEXYZ) + { + while (count > 0) + { + rgb_to_xyz(out); + + out += 3; + count --; + } + } + } +} + + +/* + * 'cupsImageRGBToWhite()' - Convert RGB colors to luminance. + */ + +void +cupsImageRGBToWhite( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + if (cupsImageHaveProfile) + { + while (count > 0) + { + *out++ = 255 - cupsImageDensity[255 - (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100]; + in += 3; + count --; + } + } + else + { + while (count > 0) + { + *out++ = (31 * in[0] + 61 * in[1] + 8 * in[2]) / 100; + in += 3; + count --; + } + } +} + + +/* + * 'cupsImageSetProfile()' - Set the device color profile. + */ + +void +cupsImageSetProfile(float d, /* I - Ink/marker density */ + float g, /* I - Ink/marker gamma */ + float matrix[3][3]) /* I - Color transform matrix */ +{ + int i, j, k; /* Looping vars */ + float m; /* Current matrix value */ + int *im; /* Pointer into cupsImageMatrix */ + + + /* + * Allocate memory for the profile data... + */ + + if (cupsImageMatrix == NULL) + cupsImageMatrix = calloc(3, sizeof(cups_clut_t)); + + if (cupsImageMatrix == NULL) + return; + + if (cupsImageDensity == NULL) + cupsImageDensity = calloc(256, sizeof(int)); + + if (cupsImageDensity == NULL) + return; + + /* + * Populate the profile lookup tables... + */ + + cupsImageHaveProfile = 1; + + for (i = 0, im = cupsImageMatrix[0][0]; i < 3; i ++) + for (j = 0; j < 3; j ++) + for (k = 0, m = matrix[i][j]; k < 256; k ++) + *im++ = (int)(k * m + 0.5); + + for (k = 0, im = cupsImageDensity; k < 256; k ++) + *im++ = 255.0 * d * pow((float)k / 255.0, g) + 0.5; +} + + +/* + * 'cupsImageSetRasterColorSpace()' - Set the destination colorspace. + */ + +void +cupsImageSetRasterColorSpace( + cups_cspace_t cs) /* I - Destination colorspace */ +{ + /* + * Set the destination colorspace... + */ + + cupsImageColorSpace = cs; + + /* + * Don't use color profiles in colorimetric colorspaces... + */ + + if (cs == CUPS_CSPACE_CIEXYZ || + cs == CUPS_CSPACE_CIELab || + cs >= CUPS_CSPACE_ICC1) + cupsImageHaveProfile = 0; +} + + +/* + * 'cupsImageWhiteToBlack()' - Convert luminance colors to black. + */ + +void +cupsImageWhiteToBlack( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + if (cupsImageHaveProfile) + while (count > 0) + { + *out++ = cupsImageDensity[255 - *in++]; + count --; + } + else + while (count > 0) + { + *out++ = 255 - *in++; + count --; + } +} + + +/* + * 'cupsImageWhiteToCMY()' - Convert luminance colors to CMY. + */ + +void +cupsImageWhiteToCMY( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + if (cupsImageHaveProfile) + while (count > 0) + { + out[0] = cupsImageDensity[255 - *in++]; + out[1] = out[0]; + out[2] = out[0]; + out += 3; + count --; + } + else + while (count > 0) + { + *out++ = 255 - *in; + *out++ = 255 - *in; + *out++ = 255 - *in++; + count --; + } +} + + +/* + * 'cupsImageWhiteToCMYK()' - Convert luminance colors to CMYK. + */ + +void +cupsImageWhiteToCMYK( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + if (cupsImageHaveProfile) + while (count > 0) + { + *out++ = 0; + *out++ = 0; + *out++ = 0; + *out++ = cupsImageDensity[255 - *in++]; + count --; + } + else + while (count > 0) + { + *out++ = 0; + *out++ = 0; + *out++ = 0; + *out++ = 255 - *in++; + count --; + } +} + + +/* + * 'cupsImageWhiteToRGB()' - Convert luminance data to RGB. + */ + +void +cupsImageWhiteToRGB( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + if (cupsImageHaveProfile) + { + while (count > 0) + { + out[0] = 255 - cupsImageDensity[255 - *in++]; + out[1] = out[0]; + out[2] = out[0]; + out += 3; + count --; + } + } + else + { + while (count > 0) + { + *out++ = *in; + *out++ = *in; + *out++ = *in++; + + if (cupsImageColorSpace == CUPS_CSPACE_CIELab || + cupsImageColorSpace >= CUPS_CSPACE_ICC1) + rgb_to_lab(out - 3); + else if (cupsImageColorSpace == CUPS_CSPACE_CIEXYZ) + rgb_to_xyz(out - 3); + + count --; + } + } +} + + +/* + * 'cupsImageWhiteToWhite()' - Convert luminance colors to device-dependent + * luminance. + */ + +void +cupsImageWhiteToWhite( + const cups_ib_t *in, /* I - Input pixels */ + cups_ib_t *out, /* I - Output pixels */ + int count) /* I - Number of pixels */ +{ + if (cupsImageHaveProfile) + while (count > 0) + { + *out++ = 255 - cupsImageDensity[255 - *in++]; + count --; + } + else if (in != out) + memcpy(out, in, count); +} + + +/* + * 'cielab()' - Map CIE Lab transformation... + */ + +static float /* O - Adjusted color value */ +cielab(float x, /* I - Raw color value */ + float xn) /* I - Whitepoint color value */ +{ + float x_xn; /* Fraction of whitepoint */ + + + x_xn = x / xn; + + if (x_xn > 0.008856) + return (cbrt(x_xn)); + else + return (7.787 * x_xn + 16.0 / 116.0); +} + + +/* + * 'huerotate()' - Rotate the hue, maintaining luminance. + */ + +static void +huerotate(float mat[3][3], /* I - Matrix to append to */ + float rot) /* I - Hue rotation in degrees */ +{ + float hmat[3][3]; /* Hue matrix */ + float lx, ly, lz; /* Luminance vector */ + float xrs, xrc; /* X rotation sine/cosine */ + float yrs, yrc; /* Y rotation sine/cosine */ + float zrs, zrc; /* Z rotation sine/cosine */ + float zsx, zsy; /* Z shear x/y */ + + + /* + * Load the identity matrix... + */ + + ident(hmat); + + /* + * Rotate the grey vector into positive Z... + */ + + xrs = M_SQRT1_2; + xrc = M_SQRT1_2; + xrotate(hmat,xrs,xrc); + + yrs = -1.0 / sqrt(3.0); + yrc = -M_SQRT2 * yrs; + yrotate(hmat,yrs,yrc); + + /* + * Shear the space to make the luminance plane horizontal... + */ + + xform(hmat, 0.3086, 0.6094, 0.0820, &lx, &ly, &lz); + zsx = lx / lz; + zsy = ly / lz; + zshear(hmat, zsx, zsy); + + /* + * Rotate the hue... + */ + + zrs = sin(rot * M_PI / 180.0); + zrc = cos(rot * M_PI / 180.0); + + zrotate(hmat, zrs, zrc); + + /* + * Unshear the space to put the luminance plane back... + */ + + zshear(hmat, -zsx, -zsy); + + /* + * Rotate the grey vector back into place... + */ + + yrotate(hmat, -yrs, yrc); + xrotate(hmat, -xrs, xrc); + + /* + * Append it to the current matrix... + */ + + mult(hmat, mat, mat); +} + + +/* + * 'ident()' - Make an identity matrix. + */ + +static void +ident(float mat[3][3]) /* I - Matrix to identify */ +{ + mat[0][0] = 1.0; + mat[0][1] = 0.0; + mat[0][2] = 0.0; + mat[1][0] = 0.0; + mat[1][1] = 1.0; + mat[1][2] = 0.0; + mat[2][0] = 0.0; + mat[2][1] = 0.0; + mat[2][2] = 1.0; +} + + +/* + * 'mult()' - Multiply two matrices. + */ + +static void +mult(float a[3][3], /* I - First matrix */ + float b[3][3], /* I - Second matrix */ + float c[3][3]) /* I - Destination matrix */ +{ + int x, y; /* Looping vars */ + float temp[3][3]; /* Temporary matrix */ + + + /* + * Multiply a and b, putting the result in temp... + */ + + for (y = 0; y < 3; y ++) + for (x = 0; x < 3; x ++) + temp[y][x] = b[y][0] * a[0][x] + + b[y][1] * a[1][x] + + b[y][2] * a[2][x]; + + /* + * Copy temp to c (that way c can be a pointer to a or b). + */ + + memcpy(c, temp, sizeof(temp)); +} + + +/* + * 'rgb_to_lab()' - Convert an RGB color to CIE Lab. + */ + +static void +rgb_to_lab(cups_ib_t *val) /* IO - Color value */ +{ + float r, /* Red value */ + g, /* Green value */ + b, /* Blue value */ + ciex, /* CIE X value */ + ciey, /* CIE Y value */ + ciez, /* CIE Z value */ + ciey_yn, /* Normalized luminance */ + ciel, /* CIE L value */ + ciea, /* CIE a value */ + cieb; /* CIE b value */ + + + /* + * Convert sRGB to linear RGB... + */ + + r = pow((val[0] / 255.0 + 0.055) / 1.055, 2.4); + g = pow((val[1] / 255.0 + 0.055) / 1.055, 2.4); + b = pow((val[2] / 255.0 + 0.055) / 1.055, 2.4); + + /* + * Convert to CIE XYZ... + */ + + ciex = 0.412453 * r + 0.357580 * g + 0.180423 * b; + ciey = 0.212671 * r + 0.715160 * g + 0.072169 * b; + ciez = 0.019334 * r + 0.119193 * g + 0.950227 * b; + + /* + * Normalize and convert to CIE Lab... + */ + + ciey_yn = ciey / D65_Y; + + if (ciey_yn > 0.008856) + ciel = 116 * cbrt(ciey_yn) - 16; + else + ciel = 903.3 * ciey_yn; + + ciel = ciel; + ciea = 500 * (cielab(ciex, D65_X) - cielab(ciey, D65_Y)); + cieb = 200 * (cielab(ciey, D65_Y) - cielab(ciez, D65_Z)); + + /* + * Scale the L value and bias the a and b values by 128 so that all + * numbers are from 0 to 255. + */ + + ciel = ciel * 2.55 + 0.5; + ciea += 128.5; + cieb += 128.5; + + /* + * Output 8-bit values... + */ + + if (ciel < 0.0) + val[0] = 0; + else if (ciel < 255.0) + val[0] = (int)ciel; + else + val[0] = 255; + + if (ciea < 0.0) + val[1] = 0; + else if (ciea < 255.0) + val[1] = (int)ciea; + else + val[1] = 255; + + if (cieb < 0.0) + val[2] = 0; + else if (cieb < 255.0) + val[2] = (int)cieb; + else + val[2] = 255; +} + + +/* + * 'rgb_to_xyz()' - Convert an RGB color to CIE XYZ. + */ + +static void +rgb_to_xyz(cups_ib_t *val) /* IO - Color value */ +{ + float r, /* Red value */ + g, /* Green value */ + b, /* Blue value */ + ciex, /* CIE X value */ + ciey, /* CIE Y value */ + ciez; /* CIE Z value */ + + + /* + * Convert sRGB to linear RGB... + */ + + r = pow((val[0] / 255.0 + 0.055) / 1.055, 2.4); + g = pow((val[1] / 255.0 + 0.055) / 1.055, 2.4); + b = pow((val[2] / 255.0 + 0.055) / 1.055, 2.4); + + /* + * Convert to CIE XYZ... + */ + + ciex = 0.412453 * r + 0.357580 * g + 0.180423 * b; + ciey = 0.212671 * r + 0.715160 * g + 0.072169 * b; + ciez = 0.019334 * r + 0.119193 * g + 0.950227 * b; + + /* + * Encode as 8-bit XYZ... + */ + + if (ciex < 0.0f) + val[0] = 0; + else if (ciex < 1.1f) + val[0] = (int)(231.8181f * ciex + 0.5); + else + val[0] = 255; + + if (ciey < 0.0f) + val[1] = 0; + else if (ciey < 1.1f) + val[1] = (int)(231.8181f * ciey + 0.5); + else + val[1] = 255; + + if (ciez < 0.0f) + val[2] = 0; + else if (ciez < 1.1f) + val[2] = (int)(231.8181f * ciez + 0.5); + else + val[2] = 255; +} + + +/* + * 'saturate()' - Make a saturation matrix. + */ + +static void +saturate(float mat[3][3], /* I - Matrix to append to */ + float sat) /* I - Desired color saturation */ +{ + float smat[3][3]; /* Saturation matrix */ + + + smat[0][0] = (1.0 - sat) * 0.3086 + sat; + smat[0][1] = (1.0 - sat) * 0.3086; + smat[0][2] = (1.0 - sat) * 0.3086; + smat[1][0] = (1.0 - sat) * 0.6094; + smat[1][1] = (1.0 - sat) * 0.6094 + sat; + smat[1][2] = (1.0 - sat) * 0.6094; + smat[2][0] = (1.0 - sat) * 0.0820; + smat[2][1] = (1.0 - sat) * 0.0820; + smat[2][2] = (1.0 - sat) * 0.0820 + sat; + + mult(smat, mat, mat); +} + + +/* + * 'xform()' - Transform a 3D point using a matrix... + */ + +static void +xform(float mat[3][3], /* I - Matrix */ + float x, /* I - Input X coordinate */ + float y, /* I - Input Y coordinate */ + float z, /* I - Input Z coordinate */ + float *tx, /* O - Output X coordinate */ + float *ty, /* O - Output Y coordinate */ + float *tz) /* O - Output Z coordinate */ +{ + *tx = x * mat[0][0] + y * mat[1][0] + z * mat[2][0]; + *ty = x * mat[0][1] + y * mat[1][1] + z * mat[2][1]; + *tz = x * mat[0][2] + y * mat[1][2] + z * mat[2][2]; +} + + +/* + * 'xrotate()' - Rotate about the x (red) axis... + */ + +static void +xrotate(float mat[3][3], /* I - Matrix */ + float rs, /* I - Rotation angle sine */ + float rc) /* I - Rotation angle cosine */ +{ + float rmat[3][3]; /* I - Rotation matrix */ + + + rmat[0][0] = 1.0; + rmat[0][1] = 0.0; + rmat[0][2] = 0.0; + + rmat[1][0] = 0.0; + rmat[1][1] = rc; + rmat[1][2] = rs; + + rmat[2][0] = 0.0; + rmat[2][1] = -rs; + rmat[2][2] = rc; + + mult(rmat, mat, mat); +} + + +/* + * 'yrotate()' - Rotate about the y (green) axis... + */ + +static void +yrotate(float mat[3][3], /* I - Matrix */ + float rs, /* I - Rotation angle sine */ + float rc) /* I - Rotation angle cosine */ +{ + float rmat[3][3]; /* I - Rotation matrix */ + + + rmat[0][0] = rc; + rmat[0][1] = 0.0; + rmat[0][2] = -rs; + + rmat[1][0] = 0.0; + rmat[1][1] = 1.0; + rmat[1][2] = 0.0; + + rmat[2][0] = rs; + rmat[2][1] = 0.0; + rmat[2][2] = rc; + + mult(rmat,mat,mat); +} + + +/* + * 'zrotate()' - Rotate about the z (blue) axis... + */ + +static void +zrotate(float mat[3][3], /* I - Matrix */ + float rs, /* I - Rotation angle sine */ + float rc) /* I - Rotation angle cosine */ +{ + float rmat[3][3]; /* I - Rotation matrix */ + + + rmat[0][0] = rc; + rmat[0][1] = rs; + rmat[0][2] = 0.0; + + rmat[1][0] = -rs; + rmat[1][1] = rc; + rmat[1][2] = 0.0; + + rmat[2][0] = 0.0; + rmat[2][1] = 0.0; + rmat[2][2] = 1.0; + + mult(rmat,mat,mat); +} + + +/* + * 'zshear()' - Shear z using x and y... + */ + +static void +zshear(float mat[3][3], /* I - Matrix */ + float dx, /* I - X shear */ + float dy) /* I - Y shear */ +{ + float smat[3][3]; /* Shear matrix */ + + + smat[0][0] = 1.0; + smat[0][1] = 0.0; + smat[0][2] = dx; + + smat[1][0] = 0.0; + smat[1][1] = 1.0; + smat[1][2] = dy; + + smat[2][0] = 0.0; + smat[2][1] = 0.0; + smat[2][2] = 1.0; + + mult(smat, mat, mat); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-gif.c b/filter/image-gif.c new file mode 100644 index 0000000000..627b171a1c --- /dev/null +++ b/filter/image-gif.c @@ -0,0 +1,699 @@ +/* + * "$Id$" + * + * GIF image routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadGIF() - Read a GIF image file. + * gif_get_block() - Read a GIF data block... + * gif_get_code() - Get a LZW code from the file... + * gif_read_cmap() - Read the colormap from a GIF file... + * gif_read_image() - Read a GIF image stream... + * gif_read_lzw() - Read a byte from the LZW stream... + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * GIF definitions... + */ + +#define GIF_INTERLACE 0x40 +#define GIF_COLORMAP 0x80 + +typedef cups_ib_t gif_cmap_t[256][4]; +typedef short gif_table_t[4096]; + + +/* + * Local globals... + */ + +static int gif_eof = 0; /* Did we hit EOF? */ + + +/* + * Local functions... + */ + +static int gif_get_block(FILE *fp, unsigned char *buffer); +static int gif_get_code (FILE *fp, int code_size, int first_time); +static int gif_read_cmap(FILE *fp, int ncolors, gif_cmap_t cmap, + int *gray); +static int gif_read_image(FILE *fp, cups_image_t *img, gif_cmap_t cmap, + int interlace); +static int gif_read_lzw(FILE *fp, int first_time, int input_code_size); + + +/* + * '_cupsImageReadGIF()' - Read a GIF image file. + */ + +int /* O - Read status */ +_cupsImageReadGIF( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + unsigned char buf[1024]; /* Input buffer */ + gif_cmap_t cmap; /* Colormap */ + int i, /* Looping var */ + bpp, /* Bytes per pixel */ + gray, /* Grayscale image? */ + ncolors, /* Bits per pixel */ + transparent; /* Transparent color index */ + + + /* + * GIF files are either grayscale or RGB - no CMYK... + */ + + if (primary == CUPS_IMAGE_RGB_CMYK) + primary = CUPS_IMAGE_RGB; + + /* + * Read the header; we already know it is a GIF file... + */ + + fread(buf, 13, 1, fp); + + img->xsize = (buf[7] << 8) | buf[6]; + img->ysize = (buf[9] << 8) | buf[8]; + ncolors = 2 << (buf[10] & 0x07); + gray = primary == CUPS_IMAGE_BLACK || primary == CUPS_IMAGE_WHITE; + + if (buf[10] & GIF_COLORMAP) + if (gif_read_cmap(fp, ncolors, cmap, &gray)) + { + fclose(fp); + return (-1); + } + + transparent = -1; + + for (;;) + { + switch (getc(fp)) + { + case ';' : /* End of image */ + fclose(fp); + return (-1); /* Early end of file */ + + case '!' : /* Extension record */ + buf[0] = getc(fp); + if (buf[0] == 0xf9) /* Graphic Control Extension */ + { + gif_get_block(fp, buf); + if (buf[0] & 1) /* Get transparent color index */ + transparent = buf[3]; + } + + while (gif_get_block(fp, buf) != 0); + break; + + case ',' : /* cupsImage data */ + fread(buf, 9, 1, fp); + + if (buf[8] & GIF_COLORMAP) + { + ncolors = 2 << (buf[8] & 0x07); + gray = primary == CUPS_IMAGE_BLACK || primary == CUPS_IMAGE_WHITE; + + if (gif_read_cmap(fp, ncolors, cmap, &gray)) + { + fclose(fp); + return (-1); + } + } + + if (transparent >= 0) + { + /* + * Make transparent color white... + */ + + cmap[transparent][0] = 255; + cmap[transparent][1] = 255; + cmap[transparent][2] = 255; + } + + if (gray) + { + switch (secondary) + { + case CUPS_IMAGE_CMYK : + for (i = ncolors - 1; i >= 0; i --) + cupsImageWhiteToCMYK(cmap[i], cmap[i], 1); + break; + case CUPS_IMAGE_CMY : + for (i = ncolors - 1; i >= 0; i --) + cupsImageWhiteToCMY(cmap[i], cmap[i], 1); + break; + case CUPS_IMAGE_BLACK : + for (i = ncolors - 1; i >= 0; i --) + cupsImageWhiteToBlack(cmap[i], cmap[i], 1); + break; + case CUPS_IMAGE_WHITE : + break; + case CUPS_IMAGE_RGB : + case CUPS_IMAGE_RGB_CMYK : + for (i = ncolors - 1; i >= 0; i --) + cupsImageWhiteToRGB(cmap[i], cmap[i], 1); + break; + } + + img->colorspace = secondary; + } + else + { + if (hue != 0 || saturation != 100) + for (i = ncolors - 1; i >= 0; i --) + cupsImageRGBAdjust(cmap[i], 1, saturation, hue); + + switch (primary) + { + case CUPS_IMAGE_CMYK : + for (i = ncolors - 1; i >= 0; i --) + cupsImageRGBToCMYK(cmap[i], cmap[i], 1); + break; + case CUPS_IMAGE_CMY : + for (i = ncolors - 1; i >= 0; i --) + cupsImageRGBToCMY(cmap[i], cmap[i], 1); + break; + case CUPS_IMAGE_BLACK : + for (i = ncolors - 1; i >= 0; i --) + cupsImageRGBToBlack(cmap[i], cmap[i], 1); + break; + case CUPS_IMAGE_WHITE : + for (i = ncolors - 1; i >= 0; i --) + cupsImageRGBToWhite(cmap[i], cmap[i], 1); + break; + case CUPS_IMAGE_RGB : + case CUPS_IMAGE_RGB_CMYK : + for (i = ncolors - 1; i >= 0; i --) + cupsImageRGBToRGB(cmap[i], cmap[i], 1); + break; + } + + img->colorspace = primary; + } + + if (lut) + { + bpp = cupsImageGetDepth(img); + + for (i = ncolors - 1; i >= 0; i --) + cupsImageLut(cmap[i], bpp, lut); + } + + img->xsize = (buf[5] << 8) | buf[4]; + img->ysize = (buf[7] << 8) | buf[6]; + + /* + * Check the dimensions of the image; since the dimensions are + * a 16-bit integer we just need to check for 0... + */ + + if (img->xsize == 0 || img->ysize == 0) + { + fprintf(stderr, "ERROR: Bad GIF image dimensions: %dx%d\n", + img->xsize, img->ysize); + fclose(fp); + return (1); + } + + i = gif_read_image(fp, img, cmap, buf[8] & GIF_INTERLACE); + fclose(fp); + return (i); + } + } +} + + +/* + * 'gif_get_block()' - Read a GIF data block... + */ + +static int /* O - Number characters read */ +gif_get_block(FILE *fp, /* I - File to read from */ + unsigned char *buf) /* I - Input buffer */ +{ + int count; /* Number of character to read */ + + + /* + * Read the count byte followed by the data from the file... + */ + + if ((count = getc(fp)) == EOF) + { + gif_eof = 1; + return (-1); + } + else if (count == 0) + gif_eof = 1; + else if (fread(buf, 1, count, fp) < count) + { + gif_eof = 1; + return (-1); + } + else + gif_eof = 0; + + return (count); +} + + +/* + * 'gif_get_code()' - Get a LZW code from the file... + */ + +static int /* O - LZW code */ +gif_get_code(FILE *fp, /* I - File to read from */ + int code_size, /* I - Size of code in bits */ + int first_time) /* I - 1 = first time, 0 = not first time */ +{ + unsigned i, j, /* Looping vars */ + ret; /* Return value */ + int count; /* Number of bytes read */ + static unsigned char buf[280]; /* Input buffer */ + static unsigned curbit, /* Current bit */ + lastbit, /* Last bit in buffer */ + done, /* Done with this buffer? */ + last_byte; /* Last byte in buffer */ + static const unsigned char bits[8] = /* Bit masks for codes */ + { + 0x01, 0x02, 0x04, 0x08, + 0x10, 0x20, 0x40, 0x80 + }; + + + if (first_time) + { + /* + * Just initialize the input buffer... + */ + + curbit = 0; + lastbit = 0; + last_byte = 0; + done = 0; + + return (0); + } + + if ((curbit + code_size) >= lastbit) + { + /* + * Don't have enough bits to hold the code... + */ + + if (done) + return (-1); /* Sorry, no more... */ + + /* + * Move last two bytes to front of buffer... + */ + + if (last_byte > 1) + { + buf[0] = buf[last_byte - 2]; + buf[1] = buf[last_byte - 1]; + last_byte = 2; + } + else if (last_byte == 1) + { + buf[0] = buf[last_byte - 1]; + last_byte = 1; + } + + /* + * Read in another buffer... + */ + + if ((count = gif_get_block (fp, buf + last_byte)) <= 0) + { + /* + * Whoops, no more data! + */ + + done = 1; + return (-1); + } + + /* + * Update buffer state... + */ + + curbit = (curbit - lastbit) + 8 * last_byte; + last_byte += count; + lastbit = last_byte * 8; + } + + ret = 0; + for (ret = 0, i = curbit + code_size - 1, j = code_size; + j > 0; + i --, j --) + ret = (ret << 1) | ((buf[i / 8] & bits[i & 7]) != 0); + + curbit += code_size; + + return ret; +} + + +/* + * 'gif_read_cmap()' - Read the colormap from a GIF file... + */ + +static int /* O - -1 on error, 0 on success */ +gif_read_cmap(FILE *fp, /* I - File to read from */ + int ncolors, /* I - Number of colors in file */ + gif_cmap_t cmap, /* O - Colormap information */ + int *gray) /* IO - Is the image grayscale? */ +{ + int i; /* Looping var */ + + + /* + * Read the colormap... + */ + + for (i = 0; i < ncolors; i ++) + if (fread(cmap[i], 3, 1, fp) < 1) + return (-1); + + /* + * Check to see if the colormap is a grayscale ramp... + */ + + for (i = 0; i < ncolors; i ++) + if (cmap[i][0] != cmap[i][1] || cmap[i][1] != cmap[i][2]) + break; + + if (i == ncolors) + { + *gray = 1; + return (0); + } + + /* + * If this needs to be a grayscale image, convert the RGB values to + * luminance values... + */ + + if (*gray) + for (i = 0; i < ncolors; i ++) + cmap[i][0] = (cmap[i][0] * 31 + cmap[i][1] * 61 + cmap[i][2] * 8) / 100; + + return (0); +} + + +/* + * 'gif_read_image()' - Read a GIF image stream... + */ + +static int /* I - 0 = success, -1 = failure */ +gif_read_image(FILE *fp, /* I - Input file */ + cups_image_t *img, /* I - cupsImage pointer */ + gif_cmap_t cmap, /* I - Colormap */ + int interlace) /* I - Non-zero = interlaced image */ +{ + unsigned char code_size; /* Code size */ + cups_ib_t *pixels, /* Pixel buffer */ + *temp; /* Current pixel */ + int xpos, /* Current X position */ + ypos, /* Current Y position */ + pass; /* Current pass */ + int pixel; /* Current pixel */ + int bpp; /* Bytes per pixel */ + static const int xpasses[4] = /* X interleaving */ + { 8, 8, 4, 2 }, + ypasses[5] = /* Y interleaving */ + { 0, 4, 2, 1, 999999 }; + + + bpp = cupsImageGetDepth(img); + pixels = calloc(bpp, img->xsize); + xpos = 0; + ypos = 0; + pass = 0; + code_size = getc(fp); + + if (gif_read_lzw(fp, 1, code_size) < 0) + return (-1); + + temp = pixels; + while ((pixel = gif_read_lzw(fp, 0, code_size)) >= 0) + { + switch (bpp) + { + case 4 : + temp[3] = cmap[pixel][3]; + case 3 : + temp[2] = cmap[pixel][2]; + case 2 : + temp[1] = cmap[pixel][1]; + default : + temp[0] = cmap[pixel][0]; + } + + xpos ++; + temp += bpp; + if (xpos == img->xsize) + { + _cupsImagePutRow(img, 0, ypos, img->xsize, pixels); + + xpos = 0; + temp = pixels; + + if (interlace) + { + ypos += xpasses[pass]; + + if (ypos >= img->ysize) + { + pass ++; + + ypos = ypasses[pass]; + } + } + else + ypos ++; + } + + if (ypos >= img->ysize) + break; + } + + free(pixels); + + return (0); +} + + +/* + * 'gif_read_lzw()' - Read a byte from the LZW stream... + */ + +static int /* I - Byte from stream */ +gif_read_lzw(FILE *fp, /* I - File to read from */ + int first_time, /* I - 1 = first time, 0 = not first time */ + int input_code_size) /* I - Code size in bits */ +{ + int i, /* Looping var */ + code, /* Current code */ + incode; /* Input code */ + static short fresh = 0, /* 1 = empty buffers */ + code_size, /* Current code size */ + set_code_size, /* Initial code size set */ + max_code, /* Maximum code used */ + max_code_size, /* Maximum code size */ + firstcode, /* First code read */ + oldcode, /* Last code read */ + clear_code, /* Clear code for LZW input */ + end_code, /* End code for LZW input */ + *stack = NULL, /* Output stack */ + *sp; /* Current stack pointer */ + static gif_table_t *table = NULL; /* String table */ + + + if (first_time) + { + /* + * Setup LZW state... + */ + + set_code_size = input_code_size; + code_size = set_code_size + 1; + clear_code = 1 << set_code_size; + end_code = clear_code + 1; + max_code_size = 2 * clear_code; + max_code = clear_code + 2; + + /* + * Allocate memory for buffers... + */ + + if (table == NULL) + table = calloc(2, sizeof(gif_table_t)); + + if (table == NULL) + return (-1); + + if (stack == NULL) + stack = calloc(8192, sizeof(short)); + + if (stack == NULL) + return (-1); + + /* + * Initialize input buffers... + */ + + gif_get_code(fp, 0, 1); + + /* + * Wipe the decompressor table... + */ + + fresh = 1; + + for (i = 0; i < clear_code; i ++) + { + table[0][i] = 0; + table[1][i] = i; + } + + for (; i < 4096; i ++) + table[0][i] = table[1][0] = 0; + + sp = stack; + + return (0); + } + else if (fresh) + { + fresh = 0; + + do + firstcode = oldcode = gif_get_code(fp, code_size, 0); + while (firstcode == clear_code); + + return (firstcode); + } + + if (sp > stack) + return (*--sp); + + while ((code = gif_get_code (fp, code_size, 0)) >= 0) + { + if (code == clear_code) + { + for (i = 0; i < clear_code; i ++) + { + table[0][i] = 0; + table[1][i] = i; + } + + for (; i < 4096; i ++) + table[0][i] = table[1][i] = 0; + + code_size = set_code_size + 1; + max_code_size = 2 * clear_code; + max_code = clear_code + 2; + + sp = stack; + + firstcode = oldcode = gif_get_code(fp, code_size, 0); + + return (firstcode); + } + else if (code == end_code) + { + unsigned char buf[260]; + + + if (!gif_eof) + while (gif_get_block(fp, buf) > 0); + + return (-2); + } + + incode = code; + + if (code >= max_code) + { + *sp++ = firstcode; + code = oldcode; + } + + while (code >= clear_code) + { + *sp++ = table[1][code]; + if (code == table[0][code]) + return (255); + + code = table[0][code]; + } + + *sp++ = firstcode = table[1][code]; + code = max_code; + + if (code < 4096) + { + table[0][code] = oldcode; + table[1][code] = firstcode; + max_code ++; + + if (max_code >= max_code_size && max_code_size < 4096) + { + max_code_size *= 2; + code_size ++; + } + } + + oldcode = incode; + + if (sp > stack) + return (*--sp); + } + + return (code); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-jpeg.c b/filter/image-jpeg.c new file mode 100644 index 0000000000..f3144a1dcf --- /dev/null +++ b/filter/image-jpeg.c @@ -0,0 +1,324 @@ +/* + * "$Id$" + * + * JPEG image routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadJPEG() - Read a JPEG image file. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + +#ifdef HAVE_LIBJPEG +# include /* JPEG/JFIF image definitions */ + + +/* + * '_cupsImageReadJPEG()' - Read a JPEG image file. + */ + +int /* O - Read status */ +_cupsImageReadJPEG( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + struct jpeg_decompress_struct cinfo; /* Decompressor info */ + struct jpeg_error_mgr jerr; /* Error handler info */ + cups_ib_t *in, /* Input pixels */ + *out; /* Output pixels */ + char header[16]; /* Photoshop JPEG header */ + int psjpeg; /* Non-zero if Photoshop JPEG */ + static const char *cspaces[] = + { /* JPEG colorspaces... */ + "JCS_UNKNOWN", + "JCS_GRAYSCALE", + "JCS_RGB", + "JCS_YCbCr", + "JCS_CMYK", + "JCS_YCCK" + }; + + + /* + * Read the first 16 bytes to determine if this is a Photoshop JPEG file... + */ + + fread(header, sizeof(header), 1, fp); + rewind(fp); + + psjpeg = memcmp(header + 6, "Photoshop ", 10) == 0; + + /* + * Read the JPEG header... + */ + + cinfo.err = jpeg_std_error(&jerr); + jpeg_create_decompress(&cinfo); + jpeg_stdio_src(&cinfo, fp); + jpeg_read_header(&cinfo, 1); + + cinfo.quantize_colors = 0; + + fprintf(stderr, "DEBUG: num_components = %d\n", cinfo.num_components); + fprintf(stderr, "DEBUG: jpeg_color_space = %s\n", + cspaces[cinfo.jpeg_color_space]); + + if (cinfo.num_components == 1) + { + fputs("DEBUG: Converting image to grayscale...\n", stderr); + + cinfo.out_color_space = JCS_GRAYSCALE; + cinfo.out_color_components = 1; + cinfo.output_components = 1; + + img->colorspace = secondary; + } + else if (cinfo.num_components == 4) + { + fputs("DEBUG: Converting image to CMYK...\n", stderr); + + cinfo.out_color_space = JCS_CMYK; + cinfo.out_color_components = 4; + cinfo.output_components = 4; + + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_CMYK : primary; + } + else + { + fputs("DEBUG: Converting image to RGB...\n", stderr); + + cinfo.out_color_space = JCS_RGB; + cinfo.out_color_components = 3; + cinfo.output_components = 3; + + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : primary; + } + + jpeg_calc_output_dimensions(&cinfo); + + if (cinfo.output_width <= 0 || cinfo.output_width > CUPS_IMAGE_MAX_WIDTH || + cinfo.output_height <= 0 || cinfo.output_height > CUPS_IMAGE_MAX_HEIGHT) + { + fprintf(stderr, "ERROR: Bad JPEG dimensions %dx%d!\n", + cinfo.output_width, cinfo.output_height); + + jpeg_destroy_decompress(&cinfo); + + fclose(fp); + return (1); + } + + img->xsize = cinfo.output_width; + img->ysize = cinfo.output_height; + + if (cinfo.X_density > 0 && cinfo.Y_density > 0 && cinfo.density_unit > 0) + { + if (cinfo.density_unit == 1) + { + img->xppi = cinfo.X_density; + img->yppi = cinfo.Y_density; + } + else + { + img->xppi = (int)((float)cinfo.X_density * 2.54); + img->yppi = (int)((float)cinfo.Y_density * 2.54); + } + + if (img->xppi == 0 || img->yppi == 0) + { + fprintf(stderr, "ERROR: Bad JPEG image resolution %dx%d PPI.\n", + img->xppi, img->yppi); + img->xppi = img->yppi = 128; + } + } + + fprintf(stderr, "DEBUG: JPEG image %dx%dx%d, %dx%d PPI\n", + img->xsize, img->ysize, cinfo.output_components, + img->xppi, img->yppi); + + cupsImageSetMaxTiles(img, 0); + + in = malloc(img->xsize * cinfo.output_components); + out = malloc(img->xsize * cupsImageGetDepth(img)); + + jpeg_start_decompress(&cinfo); + + while (cinfo.output_scanline < cinfo.output_height) + { + jpeg_read_scanlines(&cinfo, (JSAMPROW *)&in, (JDIMENSION)1); + + if (psjpeg && cinfo.output_components == 4) + { + /* + * Invert CMYK data from Photoshop... + */ + + cups_ib_t *ptr; /* Pointer into buffer */ + int i; /* Looping var */ + + + for (ptr = in, i = img->xsize * 4; i > 0; i --, ptr ++) + *ptr = 255 - *ptr; + } + + if ((saturation != 100 || hue != 0) && cinfo.output_components == 3) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + if ((img->colorspace == CUPS_IMAGE_WHITE && cinfo.out_color_space == JCS_GRAYSCALE) || + (img->colorspace == CUPS_IMAGE_CMYK && cinfo.out_color_space == JCS_CMYK)) + { +#ifdef DEBUG + int i, j; + cups_ib_t *ptr; + + + fputs("DEBUG: Direct Data...\n", stderr); + + fputs("DEBUG:", stderr); + + for (i = 0, ptr = in; i < img->xsize; i ++) + { + putc(' ', stderr); + for (j = 0; j < cinfo.output_components; j ++, ptr ++) + fprintf(stderr, "%02X", *ptr & 255); + } + + putc('\n', stderr); +#endif /* DEBUG */ + + if (lut) + cupsImageLut(in, img->xsize * cupsImageGetDepth(img), lut); + + _cupsImagePutRow(img, 0, cinfo.output_scanline - 1, img->xsize, in); + } + else if (cinfo.out_color_space == JCS_GRAYSCALE) + { + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageWhiteToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * cupsImageGetDepth(img), lut); + + _cupsImagePutRow(img, 0, cinfo.output_scanline - 1, img->xsize, out); + } + else if (cinfo.out_color_space == JCS_RGB) + { + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * cupsImageGetDepth(img), lut); + + _cupsImagePutRow(img, 0, cinfo.output_scanline - 1, img->xsize, out); + } + else /* JCS_CMYK */ + { + fputs("DEBUG: JCS_CMYK\n", stderr); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageCMYKToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageCMYKToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageCMYKToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageCMYKToRGB(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * cupsImageGetDepth(img), lut); + + _cupsImagePutRow(img, 0, cinfo.output_scanline - 1, img->xsize, out); + } + } + + free(in); + free(out); + + jpeg_finish_decompress(&cinfo); + jpeg_destroy_decompress(&cinfo); + + fclose(fp); + + return (0); +} +#endif /* HAVE_LIBJPEG */ + + +/* + * End of "$Id$". + */ diff --git a/filter/image-photocd.c b/filter/image-photocd.c new file mode 100644 index 0000000000..28ca201ee7 --- /dev/null +++ b/filter/image-photocd.c @@ -0,0 +1,317 @@ +/* + * "$Id$" + * + * PhotoCD routines for the Common UNIX Printing System (CUPS). + * + * PhotoCD support is currently limited to the 768x512 base image, which + * is only YCC encoded. Support for the higher resolution images will + * require a lot of extra code... + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadPhotoCD() - Read a PhotoCD image file. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * '_cupsImageReadPhotoCD()' - Read a PhotoCD image file. + */ + +int /* O - Read status */ +_cupsImageReadPhotoCD( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + int x, y; /* Looping vars */ + int xdir, /* X direction */ + xstart; /* X starting point */ + int bpp; /* Bytes per pixel */ + int pass; /* Pass number */ + int rotation; /* 0 for 768x512, 1 for 512x768 */ + int temp, /* Adjusted luminance */ + temp2, /* Red, green, and blue values */ + cb, cr; /* Adjusted chroma values */ + cups_ib_t *in, /* Input (YCC) pixels */ + *iy, /* Luminance */ + *icb, /* Blue chroma */ + *icr, /* Red chroma */ + *rgb, /* RGB */ + *rgbptr, /* Pointer into RGB data */ + *out; /* Output pixels */ + + + (void)secondary; + + /* + * Get the image orientation... + */ + + fseek(fp, 72, SEEK_SET); + rotation = (getc(fp) & 63) != 8; + + /* + * Seek to the start of the base image... + */ + + fseek(fp, 0x30000, SEEK_SET); + + /* + * Allocate and initialize... + */ + + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : primary; + img->xppi = 128; + img->yppi = 128; + + if (rotation) + { + img->xsize = 512; + img->ysize = 768; + } + else + { + img->xsize = 768; + img->ysize = 512; + } + + cupsImageSetMaxTiles(img, 0); + + bpp = cupsImageGetDepth(img); + in = malloc(768 * 3); + out = malloc(768 * bpp); + + if (bpp > 1) + rgb = malloc(768 * 3); + else + rgb = NULL; + + if (rotation) + { + xstart = 767 * bpp; + xdir = -2 * bpp; + } + else + { + xstart = 0; + xdir = 0; + } + + /* + * Read the image file... + */ + + for (y = 0; y < 512; y += 2) + { + /* + * Grab the next two scanlines: + * + * YYYYYYYYYYYYYYY... + * YYYYYYYYYYYYYYY... + * CbCbCb...CrCrCr... + */ + + if (fread(in, 1, 768 * 3, fp) < (768 * 3)) + { + /* + * Couldn't read a row of data - return an error! + */ + + free(in); + free(out); + + return (-1); + } + + /* + * Process the two scanlines... + */ + + for (pass = 0, iy = in; pass < 2; pass ++) + { + if (bpp == 1) + { + /* + * Just extract the luminance channel from the line and put it + * in the image... + */ + + if (primary == CUPS_IMAGE_BLACK) + { + if (rotation) + { + for (rgbptr = out + xstart, x = 0; x < 768; x ++) + *rgbptr-- = 255 - *iy++; + + if (lut) + cupsImageLut(out, 768, lut); + + _cupsImagePutCol(img, 511 - y - pass, 0, 768, out); + } + else + { + cupsImageWhiteToBlack(iy, out, 768); + + if (lut) + cupsImageLut(out, 768, lut); + + _cupsImagePutRow(img, 0, y + pass, 768, out); + iy += 768; + } + } + else if (rotation) + { + for (rgbptr = out + xstart, x = 0; x < 768; x ++) + *rgbptr-- = 255 - *iy++; + + if (lut) + cupsImageLut(out, 768, lut); + + _cupsImagePutCol(img, 511 - y - pass, 0, 768, out); + } + else + { + if (lut) + cupsImageLut(iy, 768, lut); + + _cupsImagePutRow(img, 0, y + pass, 768, iy); + iy += 768; + } + } + else + { + /* + * Convert YCbCr to RGB... While every pixel gets a luminance + * value, adjacent pixels share chroma information. + */ + + cb = cr = 0.0f; + + for (x = 0, rgbptr = rgb + xstart, icb = in + 1536, icr = in + 1920; + x < 768; + x ++, iy ++, rgbptr += xdir) + { + if (!(x & 1)) + { + cb = (float)(*icb - 156); + cr = (float)(*icr - 137); + } + + temp = 92241 * (*iy); + + temp2 = (temp + 86706 * cr) / 65536; + if (temp2 < 0) + *rgbptr++ = 0; + else if (temp2 > 255) + *rgbptr++ = 255; + else + *rgbptr++ = temp2; + + temp2 = (temp - 25914 * cb - 44166 * cr) / 65536; + if (temp2 < 0) + *rgbptr++ = 0; + else if (temp2 > 255) + *rgbptr++ = 255; + else + *rgbptr++ = temp2; + + temp2 = (temp + 133434 * cb) / 65536; + if (temp2 < 0) + *rgbptr++ = 0; + else if (temp2 > 255) + *rgbptr++ = 255; + else + *rgbptr++ = temp2; + + if (x & 1) + { + icb ++; + icr ++; + } + } + + /* + * Adjust the hue and saturation if needed... + */ + + if (saturation != 100 || hue != 0) + cupsImageRGBAdjust(rgb, 768, saturation, hue); + + /* + * Then convert the RGB data to the appropriate colorspace and + * put it in the image... + */ + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(rgb, out, 768); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(rgb, out, 768); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(rgb, out, 768); + break; + } + + if (lut) + cupsImageLut(out, 768 * bpp, lut); + + if (rotation) + _cupsImagePutCol(img, 511 - y - pass, 0, 768, out); + else + _cupsImagePutRow(img, 0, y + pass, 768, out); + } + } + } + + /* + * Free memory and return... + */ + + free(in); + free(out); + if (bpp > 1) + free(rgb); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-pix.c b/filter/image-pix.c new file mode 100644 index 0000000000..fdc505bef4 --- /dev/null +++ b/filter/image-pix.c @@ -0,0 +1,236 @@ +/* + * "$Id$" + * + * Alias PIX image routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadPIX() - Read a PIX image file. + * read_short() - Read a 16-bit integer. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * Local functions... + */ + +static short read_short(FILE *fp); + + +/* + * '_cupsImageReadPIX()' - Read a PIX image file. + */ + +int /* O - Read status */ +_cupsImageReadPIX( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + short width, /* Width of image */ + height, /* Height of image */ + depth; /* Depth of image (bits) */ + int count, /* Repetition count */ + bpp, /* Bytes per pixel */ + x, y; /* Looping vars */ + cups_ib_t r, g, b; /* Red, green/gray, blue values */ + cups_ib_t *in, /* Input pixels */ + *out, /* Output pixels */ + *ptr; /* Pointer into pixels */ + + + /* + * Get the image dimensions and setup the image... + */ + + width = read_short(fp); + height = read_short(fp); + read_short(fp); + read_short(fp); + depth = read_short(fp); + + /* + * Check the dimensions of the image. Since the short values used for the + * width and height cannot exceed CUPS_IMAGE_MAX_WIDTH or + * CUPS_IMAGE_MAX_HEIGHT, we just need to verify they are positive integers. + */ + + if (width <= 0 || height <= 0 || + (depth != 8 && depth != 24)) + { + fprintf(stderr, "ERROR: Bad PIX image dimensions %dx%dx%d\n", + width, height, depth); + fclose(fp); + return (1); + } + + if (depth == 8) + img->colorspace = secondary; + else + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : primary; + + img->xsize = width; + img->ysize = height; + + cupsImageSetMaxTiles(img, 0); + + in = malloc(img->xsize * (depth / 8)); + bpp = cupsImageGetDepth(img); + out = malloc(img->xsize * bpp); + + /* + * Read the image data... + */ + + if (depth == 8) + { + for (count = 0, y = 0, g = 0; y < img->ysize; y ++) + { + if (img->colorspace == CUPS_IMAGE_WHITE) + ptr = out; + else + ptr = in; + + for (x = img->xsize; x > 0; x --, count --) + { + if (count == 0) + { + count = getc(fp); + g = getc(fp); + } + + *ptr++ = g; + } + + if (img->colorspace != CUPS_IMAGE_WHITE) + switch (img->colorspace) + { + default : + cupsImageWhiteToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + else + { + for (count = 0, y = 0, r = 0, g = 0, b = 0; y < img->ysize; y ++) + { + ptr = in; + + for (x = img->xsize; x > 0; x --, count --) + { + if (count == 0) + { + count = getc(fp); + b = getc(fp); + g = getc(fp); + r = getc(fp); + } + + *ptr++ = r; + *ptr++ = g; + *ptr++ = b; + } + + if (saturation != 100 || hue != 0) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + + fclose(fp); + free(in); + free(out); + + return (0); +} + + +/* + * 'read_short()' - Read a 16-bit integer. + */ + +static short /* O - Value from file */ +read_short(FILE *fp) /* I - File to read from */ +{ + int ch; /* Character from file */ + + + ch = getc(fp); + return ((ch << 8) | getc(fp)); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-png.c b/filter/image-png.c new file mode 100644 index 0000000000..d36bd58a03 --- /dev/null +++ b/filter/image-png.c @@ -0,0 +1,284 @@ +/* + * "$Id$" + * + * PNG image routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadPNG() - Read a PNG image file. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + +#if defined(HAVE_LIBPNG) && defined(HAVE_LIBZ) +# include /* Portable Network Graphics (PNG) definitions */ + + +/* + * '_cupsImageReadPNG()' - Read a PNG image file. + */ + +int /* O - Read status */ +_cupsImageReadPNG( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + int y; /* Looping var */ + png_structp pp; /* PNG read pointer */ + png_infop info; /* PNG info pointers */ + png_uint_32 width, /* Width of image */ + height; /* Height of image */ + int bit_depth, /* Bit depth */ + color_type, /* Color type */ + interlace_type, /* Interlace type */ + compression_type, /* Compression type */ + filter_type; /* Filter type */ + png_uint_32 xppm, /* X pixels per meter */ + yppm; /* Y pixels per meter */ + int bpp; /* Bytes per pixel */ + int pass, /* Current pass */ + passes; /* Number of passes required */ + cups_ib_t *in, /* Input pixels */ + *inptr, /* Pointer into pixels */ + *out; /* Output pixels */ + png_color_16 bg; /* Background color */ + + + /* + * Setup the PNG data structures... + */ + + pp = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); + info = png_create_info_struct(pp); + + /* + * Initialize the PNG read "engine"... + */ + + png_init_io(pp, fp); + + /* + * Get the image dimensions and load the output image... + */ + + png_read_info(pp, info); + + png_get_IHDR(pp, info, &width, &height, &bit_depth, &color_type, + &interlace_type, &compression_type, &filter_type); + + fprintf(stderr, "DEBUG: PNG image: %dx%dx%d, color_type=%x (%s%s%s)\n", + (int)width, (int)height, bit_depth, color_type, + (color_type & PNG_COLOR_MASK_COLOR) ? "RGB" : "GRAYSCALE", + (color_type & PNG_COLOR_MASK_ALPHA) ? "+ALPHA" : "", + (color_type & PNG_COLOR_MASK_PALETTE) ? "+PALETTE" : ""); + + if (color_type & PNG_COLOR_MASK_PALETTE) + png_set_expand(pp); + else if (bit_depth < 8) + { + png_set_packing(pp); + png_set_expand(pp); + } + else if (bit_depth == 16) + png_set_strip_16(pp); + + if (color_type & PNG_COLOR_MASK_COLOR) + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : + primary; + else + img->colorspace = secondary; + + if (width == 0 || width > CUPS_IMAGE_MAX_WIDTH || + height == 0 || height > CUPS_IMAGE_MAX_HEIGHT) + { + fprintf(stderr, "ERROR: PNG image has invalid dimensions %ux%u!\n", + (unsigned)width, (unsigned)height); + fclose(fp); + return (1); + } + + img->xsize = width; + img->ysize = height; + + if ((xppm = png_get_x_pixels_per_meter(pp, info)) != 0 && + (yppm = png_get_y_pixels_per_meter(pp, info)) != 0) + { + img->xppi = (int)((float)xppm * 0.0254); + img->yppi = (int)((float)yppm * 0.0254); + + if (img->xppi == 0 || img->yppi == 0) + { + fprintf(stderr, "ERROR: PNG image has invalid resolution %dx%d PPI\n", + img->xppi, img->yppi); + + img->xppi = img->yppi = 128; + } + } + + cupsImageSetMaxTiles(img, 0); + + passes = png_set_interlace_handling(pp); + + /* + * Handle transparency... + */ + + if (png_get_valid(pp, info, PNG_INFO_tRNS)) + png_set_tRNS_to_alpha(pp); + + bg.red = 65535; + bg.green = 65535; + bg.blue = 65535; + + png_set_background(pp, &bg, PNG_BACKGROUND_GAMMA_SCREEN, 0, 1.0); + + if (passes == 1) + { + /* + * Load one row at a time... + */ + + if (color_type == PNG_COLOR_TYPE_GRAY || + color_type == PNG_COLOR_TYPE_GRAY_ALPHA) + in = malloc(img->xsize); + else + in = malloc(img->xsize * 3); + } + else + { + /* + * Interlaced images must be loaded all at once... + */ + + if (color_type == PNG_COLOR_TYPE_GRAY || + color_type == PNG_COLOR_TYPE_GRAY_ALPHA) + in = malloc(img->xsize * img->ysize); + else + in = malloc(img->xsize * img->ysize * 3); + } + + bpp = cupsImageGetDepth(img); + out = malloc(img->xsize * bpp); + + /* + * Read the image, interlacing as needed... + */ + + for (pass = 1; pass <= passes; pass ++) + for (inptr = in, y = 0; y < img->ysize; y ++) + { + png_read_row(pp, (png_bytep)inptr, NULL); + + if (pass == passes) + { + /* + * Output this row... + */ + + if (color_type & PNG_COLOR_MASK_COLOR) + { + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(inptr, img->xsize, saturation, hue); + + switch (img->colorspace) + { + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(inptr, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + case CUPS_IMAGE_RGB_CMYK : + cupsImageRGBToRGB(inptr, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(inptr, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(inptr, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(inptr, out, img->xsize); + break; + } + } + else + { + switch (img->colorspace) + { + case CUPS_IMAGE_WHITE : + memcpy(out, inptr, img->xsize); + break; + case CUPS_IMAGE_RGB : + case CUPS_IMAGE_RGB_CMYK : + cupsImageWhiteToRGB(inptr, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(inptr, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(inptr, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(inptr, out, img->xsize); + break; + } + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + + if (passes > 1) + { + if (color_type & PNG_COLOR_MASK_COLOR) + inptr += img->xsize * 3; + else + inptr += img->xsize; + } + } + + png_read_end(pp, info); + png_destroy_read_struct(&pp, &info, NULL); + + fclose(fp); + free(in); + free(out); + + return (0); +} +#endif /* HAVE_LIBPNG && HAVE_LIBZ */ + + +/* + * End of "$Id$". + */ diff --git a/filter/image-pnm.c b/filter/image-pnm.c new file mode 100644 index 0000000000..b4b1f0f20e --- /dev/null +++ b/filter/image-pnm.c @@ -0,0 +1,305 @@ +/* + * "$Id$" + * + * Portable Any Map file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadPNM() - Read a PNM image file. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * '_cupsImageReadPNM()' - Read a PNM image file. + */ + +int /* O - Read status */ +_cupsImageReadPNM( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + int x, y; /* Looping vars */ + int bpp; /* Bytes per pixel */ + cups_ib_t *in, /* Input pixels */ + *inptr, /* Current input pixel */ + *out, /* Output pixels */ + *outptr, /* Current output pixel */ + bit; /* Bit in input line */ + char line[255], /* Input line */ + *lineptr; /* Pointer in line */ + int format, /* Format of PNM file */ + val, /* Pixel value */ + maxval; /* Maximum pixel value */ + + + /* + * Read the file header in the format: + * + * Pformat + * # comment1 + * # comment2 + * ... + * # commentN + * width + * height + * max sample + */ + + lineptr = fgets(line, sizeof(line), fp); + lineptr ++; + + format = atoi(lineptr); + while (isdigit(*lineptr & 255)) + lineptr ++; + + while (lineptr != NULL && img->xsize == 0) + { + if (*lineptr == '\0' || *lineptr == '#') + lineptr = fgets(line, sizeof(line), fp); + else if (isdigit(*lineptr & 255)) + { + img->xsize = atoi(lineptr); + while (isdigit(*lineptr & 255)) + lineptr ++; + } + else + lineptr ++; + } + + while (lineptr != NULL && img->ysize == 0) + { + if (*lineptr == '\0' || *lineptr == '#') + lineptr = fgets(line, sizeof(line), fp); + else if (isdigit(*lineptr & 255)) + { + img->ysize = atoi(lineptr); + while (isdigit(*lineptr & 255)) + lineptr ++; + } + else + lineptr ++; + } + + if (format != 1 && format != 4) + { + maxval = 0; + + while (lineptr != NULL && maxval == 0) + { + if (*lineptr == '\0' || *lineptr == '#') + lineptr = fgets(line, sizeof(line), fp); + else if (isdigit(*lineptr & 255)) + { + maxval = atoi(lineptr); + while (isdigit(*lineptr & 255)) + lineptr ++; + } + else + lineptr ++; + } + } + else + maxval = 1; + + if (img->xsize == 0 || img->xsize > CUPS_IMAGE_MAX_WIDTH || + img->ysize == 0 || img->ysize > CUPS_IMAGE_MAX_HEIGHT) + { + fprintf(stderr, "ERROR: Bad PNM dimensions %dx%d!\n", + img->xsize, img->ysize); + fclose(fp); + return (1); + } + + if (maxval == 0) + { + fprintf(stderr, "ERROR: Bad PNM max value %d!\n", maxval); + fclose(fp); + return (1); + } + + if (format == 1 || format == 2 || format == 4 || format == 5) + img->colorspace = secondary; + else + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : primary; + + cupsImageSetMaxTiles(img, 0); + + bpp = cupsImageGetDepth(img); + in = malloc(img->xsize * 3); + out = malloc(img->xsize * bpp); + + /* + * Read the image file... + */ + + for (y = 0; y < img->ysize; y ++) + { + switch (format) + { + case 1 : + case 2 : + for (x = img->xsize, inptr = in; x > 0; x --, inptr ++) + if (fscanf(fp, "%d", &val) == 1) + *inptr = 255 * val / maxval; + break; + + case 3 : + for (x = img->xsize, inptr = in; x > 0; x --, inptr += 3) + { + if (fscanf(fp, "%d", &val) == 1) + inptr[0] = 255 * val / maxval; + if (fscanf(fp, "%d", &val) == 1) + inptr[1] = 255 * val / maxval; + if (fscanf(fp, "%d", &val) == 1) + inptr[2] = 255 * val / maxval; + } + break; + + case 4 : + fread(out, (img->xsize + 7) / 8, 1, fp); + for (x = img->xsize, inptr = in, outptr = out, bit = 128; + x > 0; + x --, inptr ++) + { + if (*outptr & bit) + *inptr = 255; + else + *inptr = 0; + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + outptr ++; + } + } + break; + + case 5 : + fread(in, img->xsize, 1, fp); + break; + + case 6 : + fread(in, img->xsize, 3, fp); + break; + } + + switch (format) + { + case 1 : + case 2 : + case 4 : + case 5 : + if (img->colorspace == CUPS_IMAGE_WHITE) + { + if (lut) + cupsImageLut(in, img->xsize, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, in); + } + else + { + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_RGB : + cupsImageWhiteToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + break; + + default : + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + break; + } + } + + free(in); + free(out); + + fclose(fp); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-private.h b/filter/image-private.h new file mode 100644 index 0000000000..6a0bb222f2 --- /dev/null +++ b/filter/image-private.h @@ -0,0 +1,226 @@ +/* + * "$Id$" + * + * Private image library definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_IMAGE_PRIVATE_H_ +# define _CUPS_IMAGE_PRIVATE_H_ + +/* + * Include necessary headers... + */ + +# include "image.h" +# include "raster.h" +# include +# include +# include +# include +# include +# include +# include +# include + + +/* + * Constants... + */ + +# define CUPS_IMAGE_MAX_WIDTH 0x07ffffff + /* 2^27-1 to allow for 15-channel data */ +# define CUPS_IMAGE_MAX_HEIGHT 0x7fffffff + /* 2^31-1 */ + +# define CUPS_TILE_SIZE 256 /* 256x256 pixel tiles */ +# define CUPS_TILE_MINIMUM 10 /* Minimum number of tiles */ + + +/* + * min/max/abs macros... + */ + +# ifndef max +# define max(a,b) ((a) > (b) ? (a) : (b)) +# endif /* !max */ +# ifndef min +# define min(a,b) ((a) < (b) ? (a) : (b)) +# endif /* !min */ +# ifndef abs +# define abs(a) ((a) < 0 ? -(a) : (a)) +# endif /* !abs */ + + +/* + * Types and structures... + */ + +typedef enum cups_iztype_e /**** Image zoom type ****/ +{ + CUPS_IZOOM_FAST, /* Use nearest-neighbor sampling */ + CUPS_IZOOM_NORMAL, /* Use bilinear interpolation */ + CUPS_IZOOM_BEST /* Use bicubic interpolation */ +} cups_iztype_t; + +struct cups_ic_s; + +typedef struct cups_itile_s /**** Image tile ****/ +{ + int dirty; /* True if tile is dirty */ + long pos; /* Position of tile on disk (-1 if not written) */ + struct cups_ic_s *ic; /* Pixel data */ +} cups_itile_t; + +typedef struct cups_ic_s /**** Image tile cache ****/ +{ + struct cups_ic_s *prev, /* Previous tile in cache */ + *next; /* Next tile in cache */ + cups_itile_t *tile; /* Tile this is attached to */ + cups_ib_t *pixels; /* Pixel data */ +} cups_ic_t; + +struct cups_image_s /**** Image file data ****/ +{ + cups_icspace_t colorspace; /* Colorspace of image */ + unsigned xsize, /* Width of image in pixels */ + ysize, /* Height of image in pixels */ + xppi, /* X resolution in pixels-per-inch */ + yppi, /* Y resolution in pixels-per-inch */ + num_ics, /* Number of cached tiles */ + max_ics; /* Maximum number of cached tiles */ + cups_itile_t **tiles; /* Tiles in image */ + cups_ic_t *first, /* First cached tile in image */ + *last; /* Last cached tile in image */ + FILE *cachefile; /* Tile cache file */ + char cachename[256]; /* Tile cache filename */ +}; + +struct cups_izoom_s /**** Image zoom data ****/ +{ + cups_image_t *img; /* Image to zoom */ + cups_iztype_t type; /* Type of zooming */ + unsigned xorig, /* X origin */ + yorig, /* Y origin */ + width, /* Width of input area */ + height, /* Height of input area */ + depth, /* Number of bytes per pixel */ + rotated, /* Non-zero if image needs to be rotated */ + xsize, /* Width of output image */ + ysize, /* Height of output image */ + xmax, /* Maximum input image X position */ + ymax, /* Maximum input image Y position */ + xmod, /* Threshold for Bresenheim rounding */ + ymod; /* ... */ + int xstep, /* Amount to step for each pixel along X */ + xincr, + instep, /* Amount to step pixel pointer along X */ + inincr, + ystep, /* Amount to step for each pixel along Y */ + yincr, + row; /* Current row */ + cups_ib_t *rows[2], /* Horizontally scaled pixel data */ + *in; /* Unscaled input pixel data */ +}; + + +/* + * Prototypes... + */ + +extern int _cupsImagePutCol(cups_image_t *img, int x, int y, + int height, const cups_ib_t *pixels); +extern int _cupsImagePutRow(cups_image_t *img, int x, int y, + int width, const cups_ib_t *pixels); +extern int _cupsImageReadBMP(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadFPX(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadGIF(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadJPEG(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadPIX(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadPNG(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadPNM(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadPhotoCD(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadSGI(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadSunRaster(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern int _cupsImageReadTIFF(cups_image_t *img, FILE *fp, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern void _cupsImageZoomDelete(cups_izoom_t *z); +extern void _cupsImageZoomFill(cups_izoom_t *z, int iy); +extern cups_izoom_t *_cupsImageZoomNew(cups_image_t *img, int xc0, int yc0, + int xc1, int yc1, int xsize, + int ysize, int rotated, + cups_iztype_t type); + +extern int _cupsRasterExecPS(cups_page_header2_t *h, + int *preferred_bits, + const char *code); + + +#endif /* !_CUPS_IMAGE_PRIVATE_H_ */ + +/* + * End of "$Id$". + */ diff --git a/filter/image-sgi.c b/filter/image-sgi.c new file mode 100644 index 0000000000..9591123bac --- /dev/null +++ b/filter/image-sgi.c @@ -0,0 +1,283 @@ +/* + * "$Id$" + * + * SGI image file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadSGI() - Read a SGI image file. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" +#include "image-sgi.h" + + +/* + * '_cupsImageReadSGI()' - Read a SGI image file. + */ + +int /* O - Read status */ +_cupsImageReadSGI( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + int i, y; /* Looping vars */ + int bpp; /* Bytes per pixel */ + sgi_t *sgip; /* SGI image file */ + cups_ib_t *in, /* Input pixels */ + *inptr, /* Current input pixel */ + *out; /* Output pixels */ + unsigned short *rows[4], /* Row pointers for image data */ + *red, + *green, + *blue, + *gray, + *alpha; + + + /* + * Setup the SGI file... + */ + + sgip = sgiOpenFile(fp, SGI_READ, 0, 0, 0, 0, 0); + + /* + * Get the image dimensions and load the output image... + */ + + /* + * Check the image dimensions; since xsize and ysize are unsigned shorts, + * just check if they are 0 since they can't exceed CUPS_IMAGE_MAX_WIDTH or + * CUPS_IMAGE_MAX_HEIGHT... + */ + + if (sgip->xsize == 0 || sgip->ysize == 0 || + sgip->zsize == 0 || sgip->zsize > 4) + { + fprintf(stderr, "ERROR: Bad SGI image dimensions %ux%ux%u!\n", + sgip->xsize, sgip->ysize, sgip->zsize); + sgiClose(sgip); + fclose(fp); + return (1); + } + + if (sgip->zsize < 3) + img->colorspace = secondary; + else + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : primary; + + img->xsize = sgip->xsize; + img->ysize = sgip->ysize; + + cupsImageSetMaxTiles(img, 0); + + bpp = cupsImageGetDepth(img); + in = malloc(img->xsize * sgip->zsize); + out = malloc(img->xsize * bpp); + + rows[0] = calloc(img->xsize * sgip->zsize, sizeof(unsigned short)); + for (i = 1; i < sgip->zsize; i ++) + rows[i] = rows[0] + i * img->xsize; + + /* + * Read the SGI image file... + */ + + for (y = 0; y < img->ysize; y ++) + { + for (i = 0; i < sgip->zsize; i ++) + sgiGetRow(sgip, rows[i], img->ysize - 1 - y, i); + + switch (sgip->zsize) + { + case 1 : + if (sgip->bpp == 1) + for (i = img->xsize - 1, gray = rows[0], inptr = in; + i >= 0; + i --) + { + *inptr++ = *gray++; + } + else + for (i = img->xsize - 1, gray = rows[0], inptr = in; + i >= 0; + i --) + { + *inptr++ = (*gray++) / 256 + 128; + } + break; + case 2 : + if (sgip->bpp == 1) + for (i = img->xsize - 1, gray = rows[0], alpha = rows[1], inptr = in; + i >= 0; + i --) + { + *inptr++ = (*gray++) * (*alpha++) / 255; + } + else + for (i = img->xsize - 1, gray = rows[0], alpha = rows[1], inptr = in; + i >= 0; + i --) + { + *inptr++ = ((*gray++) / 256 + 128) * (*alpha++) / 32767; + } + break; + case 3 : + if (sgip->bpp == 1) + for (i = img->xsize - 1, red = rows[0], green = rows[1], + blue = rows[2], inptr = in; + i >= 0; + i --) + { + *inptr++ = *red++; + *inptr++ = *green++; + *inptr++ = *blue++; + } + else + for (i = img->xsize - 1, red = rows[0], green = rows[1], + blue = rows[2], inptr = in; + i >= 0; + i --) + { + *inptr++ = (*red++) / 256 + 128; + *inptr++ = (*green++) / 256 + 128; + *inptr++ = (*blue++) / 256 + 128; + } + break; + case 4 : + if (sgip->bpp == 1) + for (i = img->xsize - 1, red = rows[0], green = rows[1], + blue = rows[2], alpha = rows[3], inptr = in; + i >= 0; + i --) + { + *inptr++ = (*red++) * (*alpha) / 255; + *inptr++ = (*green++) * (*alpha) / 255; + *inptr++ = (*blue++) * (*alpha++) / 255; + } + else + for (i = img->xsize - 1, red = rows[0], green = rows[1], + blue = rows[2], alpha = rows[3], inptr = in; + i >= 0; + i --) + { + *inptr++ = ((*red++) / 256 + 128) * (*alpha) / 32767; + *inptr++ = ((*green++) / 256 + 128) * (*alpha) / 32767; + *inptr++ = ((*blue++) / 256 + 128) * (*alpha++) / 32767; + } + break; + } + + if (sgip->zsize < 3) + { + if (img->colorspace == CUPS_IMAGE_WHITE) + { + if (lut) + cupsImageLut(in, img->xsize, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, in); + } + else + { + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_RGB : + case CUPS_IMAGE_RGB_CMYK : + cupsImageWhiteToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + else + { + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + + free(in); + free(out); + free(rows[0]); + + sgiClose(sgip); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-sgi.h b/filter/image-sgi.h new file mode 100644 index 0000000000..696232b3ba --- /dev/null +++ b/filter/image-sgi.h @@ -0,0 +1,96 @@ +/* + * "$Id$" + * + * SGI image file format library definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _SGI_H_ +# define _SGI_H_ + +# include +# include +# include + +# ifdef __cplusplus +extern "C" { +# endif + + +/* + * Constants... + */ + +# define SGI_MAGIC 474 /* Magic number in image file */ + +# define SGI_READ 0 /* Read from an SGI image file */ +# define SGI_WRITE 1 /* Write to an SGI image file */ + +# define SGI_COMP_NONE 0 /* No compression */ +# define SGI_COMP_RLE 1 /* Run-length encoding */ +# define SGI_COMP_ARLE 2 /* Agressive run-length encoding */ + + +/* + * Image structure... + */ + +typedef struct +{ + FILE *file; /* Image file */ + int mode, /* File open mode */ + bpp, /* Bytes per pixel/channel */ + comp; /* Compression */ + unsigned short xsize, /* Width in pixels */ + ysize, /* Height in pixels */ + zsize; /* Number of channels */ + long firstrow, /* File offset for first row */ + nextrow, /* File offset for next row */ + **table, /* Offset table for compression */ + **length; /* Length table for compression */ + unsigned short *arle_row; /* Advanced RLE compression buffer */ + long arle_offset, /* Advanced RLE buffer offset */ + arle_length; /* Advanced RLE buffer length */ +} sgi_t; + + +/* + * Prototypes... + */ + +extern int sgiClose(sgi_t *sgip); +extern int sgiGetRow(sgi_t *sgip, unsigned short *row, int y, int z); +extern sgi_t *sgiOpen(const char *filename, int mode, int comp, int bpp, + int xsize, int ysize, int zsize); +extern sgi_t *sgiOpenFile(FILE *file, int mode, int comp, int bpp, + int xsize, int ysize, int zsize); +extern int sgiPutRow(sgi_t *sgip, unsigned short *row, int y, int z); + +# ifdef __cplusplus +} +# endif +#endif /* !_SGI_H_ */ + +/* + * End of "$Id$". + */ diff --git a/filter/image-sgilib.c b/filter/image-sgilib.c new file mode 100644 index 0000000000..4672afc724 --- /dev/null +++ b/filter/image-sgilib.c @@ -0,0 +1,859 @@ +/* + * "$Id$" + * + * SGI image file format library routines for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * sgiClose() - Close an SGI image file. + * sgiGetRow() - Get a row of image data from a file. + * sgiOpen() - Open an SGI image file for reading or writing. + * sgiOpenFile() - Open an SGI image file for reading or writing. + * sgiPutRow() - Put a row of image data to a file. + * getlong() - Get a 32-bit big-endian integer. + * getshort() - Get a 16-bit big-endian integer. + * putlong() - Put a 32-bit big-endian integer. + * putshort() - Put a 16-bit big-endian integer. + * read_rle8() - Read 8-bit RLE data. + * read_rle16() - Read 16-bit RLE data. + * write_rle8() - Write 8-bit RLE data. + * write_rle16() - Write 16-bit RLE data. + */ + +#include "image-sgi.h" + + +/* + * Local functions... + */ + +static int getlong(FILE *); +static int getshort(FILE *); +static int putlong(long, FILE *); +static int putshort(unsigned short, FILE *); +static int read_rle8(FILE *, unsigned short *, int); +static int read_rle16(FILE *, unsigned short *, int); +static int write_rle8(FILE *, unsigned short *, int); +static int write_rle16(FILE *, unsigned short *, int); + + +/* + * 'sgiClose()' - Close an SGI image file. + */ + +int /* O - 0 on success, -1 on error */ +sgiClose(sgi_t *sgip) /* I - SGI image */ +{ + int i; /* Return status */ + long *offset; /* Looping var for offset table */ + + + if (sgip == NULL) + return (-1); + + if (sgip->mode == SGI_WRITE && sgip->comp != SGI_COMP_NONE) + { + /* + * Write the scanline offset table to the file... + */ + + fseek(sgip->file, 512, SEEK_SET); + + for (i = sgip->ysize * sgip->zsize, offset = sgip->table[0]; + i > 0; + i --, offset ++) + if (putlong(offset[0], sgip->file) < 0) + return (-1); + + for (i = sgip->ysize * sgip->zsize, offset = sgip->length[0]; + i > 0; + i --, offset ++) + if (putlong(offset[0], sgip->file) < 0) + return (-1); + } + + if (sgip->table != NULL) + { + free(sgip->table[0]); + free(sgip->table); + } + + if (sgip->length != NULL) + { + free(sgip->length[0]); + free(sgip->length); + } + + if (sgip->comp == SGI_COMP_ARLE) + free(sgip->arle_row); + + i = fclose(sgip->file); + free(sgip); + + return (i); +} + + +/* + * 'sgiGetRow()' - Get a row of image data from a file. + */ + +int /* O - 0 on success, -1 on error */ +sgiGetRow(sgi_t *sgip, /* I - SGI image */ + unsigned short *row, /* O - Row to read */ + int y, /* I - Line to read */ + int z) /* I - Channel to read */ +{ + int x; /* X coordinate */ + long offset; /* File offset */ + + + if (sgip == NULL || + row == NULL || + y < 0 || y >= sgip->ysize || + z < 0 || z >= sgip->zsize) + return (-1); + + switch (sgip->comp) + { + case SGI_COMP_NONE : + /* + * Seek to the image row - optimize buffering by only seeking if + * necessary... + */ + + offset = 512 + (y + z * sgip->ysize) * sgip->xsize * sgip->bpp; + if (offset != ftell(sgip->file)) + fseek(sgip->file, offset, SEEK_SET); + + if (sgip->bpp == 1) + { + for (x = sgip->xsize; x > 0; x --, row ++) + *row = getc(sgip->file); + } + else + { + for (x = sgip->xsize; x > 0; x --, row ++) + *row = getshort(sgip->file); + } + break; + + case SGI_COMP_RLE : + offset = sgip->table[z][y]; + if (offset != ftell(sgip->file)) + fseek(sgip->file, offset, SEEK_SET); + + if (sgip->bpp == 1) + return (read_rle8(sgip->file, row, sgip->xsize)); + else + return (read_rle16(sgip->file, row, sgip->xsize)); + } + + return (0); +} + + +/* + * 'sgiOpen()' - Open an SGI image file for reading or writing. + */ + +sgi_t * /* O - New image */ +sgiOpen(const char *filename, /* I - File to open */ + int mode, /* I - Open mode (SGI_READ or SGI_WRITE) */ + int comp, /* I - Type of compression */ + int bpp, /* I - Bytes per pixel */ + int xsize, /* I - Width of image in pixels */ + int ysize, /* I - Height of image in pixels */ + int zsize) /* I - Number of channels */ +{ + sgi_t *sgip; /* New SGI image file */ + FILE *file; /* Image file pointer */ + + + if (mode == SGI_READ) + file = fopen(filename, "rb"); + else + file = fopen(filename, "wb+"); + + if (file == NULL) + return (NULL); + + if ((sgip = sgiOpenFile(file, mode, comp, bpp, xsize, ysize, zsize)) == NULL) + fclose(file); + + return (sgip); +} + + +/* + * 'sgiOpenFile()' - Open an SGI image file for reading or writing. + */ + +sgi_t * /* O - New image */ +sgiOpenFile(FILE *file, /* I - File to open */ + int mode, /* I - Open mode (SGI_READ or SGI_WRITE) */ + int comp, /* I - Type of compression */ + int bpp, /* I - Bytes per pixel */ + int xsize, /* I - Width of image in pixels */ + int ysize, /* I - Height of image in pixels */ + int zsize) /* I - Number of channels */ +{ + int i, j; /* Looping var */ + char name[80]; /* Name of file in image header */ + short magic; /* Magic number */ + sgi_t *sgip; /* New image pointer */ + + + if ((sgip = calloc(sizeof(sgi_t), 1)) == NULL) + return (NULL); + + sgip->file = file; + + switch (mode) + { + case SGI_READ : + sgip->mode = SGI_READ; + + magic = getshort(sgip->file); + if (magic != SGI_MAGIC) + { + free(sgip); + return (NULL); + } + + sgip->comp = getc(sgip->file); + sgip->bpp = getc(sgip->file); + getshort(sgip->file); /* Dimensions */ + sgip->xsize = getshort(sgip->file); + sgip->ysize = getshort(sgip->file); + sgip->zsize = getshort(sgip->file); + getlong(sgip->file); /* Minimum pixel */ + getlong(sgip->file); /* Maximum pixel */ + + if (sgip->comp) + { + /* + * This file is compressed; read the scanline tables... + */ + + fseek(sgip->file, 512, SEEK_SET); + + sgip->table = calloc(sgip->zsize, sizeof(long *)); + sgip->table[0] = calloc(sgip->ysize * sgip->zsize, sizeof(long)); + for (i = 1; i < sgip->zsize; i ++) + sgip->table[i] = sgip->table[0] + i * sgip->ysize; + + for (i = 0; i < sgip->zsize; i ++) + for (j = 0; j < sgip->ysize; j ++) + sgip->table[i][j] = getlong(sgip->file); + } + break; + + case SGI_WRITE : + if (xsize < 1 || + ysize < 1 || + zsize < 1 || + bpp < 1 || bpp > 2 || + comp < SGI_COMP_NONE || comp > SGI_COMP_ARLE) + { + free(sgip); + return (NULL); + } + + sgip->mode = SGI_WRITE; + + putshort(SGI_MAGIC, sgip->file); + putc((sgip->comp = comp) != 0, sgip->file); + putc(sgip->bpp = bpp, sgip->file); + putshort(3, sgip->file); /* Dimensions */ + putshort(sgip->xsize = xsize, sgip->file); + putshort(sgip->ysize = ysize, sgip->file); + putshort(sgip->zsize = zsize, sgip->file); + if (bpp == 1) + { + putlong(0, sgip->file); /* Minimum pixel */ + putlong(255, sgip->file); /* Maximum pixel */ + } + else + { + putlong(-32768, sgip->file); /* Minimum pixel */ + putlong(32767, sgip->file); /* Maximum pixel */ + } + putlong(0, sgip->file); /* Reserved */ + + memset(name, 0, sizeof(name)); + fwrite(name, sizeof(name), 1, sgip->file); + + for (i = 0; i < 102; i ++) + putlong(0, sgip->file); + + switch (comp) + { + case SGI_COMP_NONE : /* No compression */ + /* + * This file is uncompressed. To avoid problems with sparse files, + * we need to write blank pixels for the entire image... + */ + + if (bpp == 1) + { + for (i = xsize * ysize * zsize; i > 0; i --) + putc(0, sgip->file); + } + else + { + for (i = xsize * ysize * zsize; i > 0; i --) + putshort(0, sgip->file); + } + break; + + case SGI_COMP_ARLE : /* Aggressive RLE */ + sgip->arle_row = calloc(xsize, sizeof(unsigned short)); + sgip->arle_offset = 0; + + case SGI_COMP_RLE : /* Run-Length Encoding */ + /* + * This file is compressed; write the (blank) scanline tables... + */ + + for (i = 2 * ysize * zsize; i > 0; i --) + putlong(0, sgip->file); + + sgip->firstrow = ftell(sgip->file); + sgip->nextrow = ftell(sgip->file); + sgip->table = calloc(sgip->zsize, sizeof(long *)); + sgip->table[0] = calloc(sgip->ysize * sgip->zsize, sizeof(long)); + for (i = 1; i < sgip->zsize; i ++) + sgip->table[i] = sgip->table[0] + i * sgip->ysize; + sgip->length = calloc(sgip->zsize, sizeof(long *)); + sgip->length[0] = calloc(sgip->ysize * sgip->zsize, sizeof(long)); + for (i = 1; i < sgip->zsize; i ++) + sgip->length[i] = sgip->length[0] + i * sgip->ysize; + break; + } + break; + + default : + free(sgip); + return (NULL); + } + + return (sgip); +} + + +/* + * 'sgiPutRow()' - Put a row of image data to a file. + */ + +int /* O - 0 on success, -1 on error */ +sgiPutRow(sgi_t *sgip, /* I - SGI image */ + unsigned short *row, /* I - Row to write */ + int y, /* I - Line to write */ + int z) /* I - Channel to write */ +{ + int x; /* X coordinate */ + long offset; /* File offset */ + + + if (sgip == NULL || + row == NULL || + y < 0 || y >= sgip->ysize || + z < 0 || z >= sgip->zsize) + return (-1); + + switch (sgip->comp) + { + case SGI_COMP_NONE : + /* + * Seek to the image row - optimize buffering by only seeking if + * necessary... + */ + + offset = 512 + (y + z * sgip->ysize) * sgip->xsize * sgip->bpp; + if (offset != ftell(sgip->file)) + fseek(sgip->file, offset, SEEK_SET); + + if (sgip->bpp == 1) + { + for (x = sgip->xsize; x > 0; x --, row ++) + putc(*row, sgip->file); + } + else + { + for (x = sgip->xsize; x > 0; x --, row ++) + putshort(*row, sgip->file); + } + break; + + case SGI_COMP_ARLE : + if (sgip->table[z][y] != 0) + return (-1); + + /* + * First check the last row written... + */ + + if (sgip->arle_offset > 0) + { + for (x = 0; x < sgip->xsize; x ++) + if (row[x] != sgip->arle_row[x]) + break; + + if (x == sgip->xsize) + { + sgip->table[z][y] = sgip->arle_offset; + sgip->length[z][y] = sgip->arle_length; + return (0); + } + } + + /* + * If that didn't match, search all the previous rows... + */ + + fseek(sgip->file, sgip->firstrow, SEEK_SET); + + if (sgip->bpp == 1) + { + for (;;) + { + sgip->arle_offset = ftell(sgip->file); + if ((sgip->arle_length = read_rle8(sgip->file, sgip->arle_row, sgip->xsize)) < 0) + { + x = 0; + break; + } + + if (memcmp(row, sgip->arle_row, sgip->xsize * sizeof(unsigned short)) == 0) + { + x = sgip->xsize; + break; + } + } + } + else + { + for (;;) + { + sgip->arle_offset = ftell(sgip->file); + if ((sgip->arle_length = read_rle16(sgip->file, sgip->arle_row, sgip->xsize)) < 0) + { + x = 0; + break; + } + + if (memcmp(row, sgip->arle_row, sgip->xsize * sizeof(unsigned short)) == 0) + { + x = sgip->xsize; + break; + } + } + } + + if (x == sgip->xsize) + { + sgip->table[z][y] = sgip->arle_offset; + sgip->length[z][y] = sgip->arle_length; + return (0); + } + else + fseek(sgip->file, 0, SEEK_END); /* Clear EOF */ + + case SGI_COMP_RLE : + if (sgip->table[z][y] != 0) + return (-1); + + offset = sgip->table[z][y] = sgip->nextrow; + + if (offset != ftell(sgip->file)) + fseek(sgip->file, offset, SEEK_SET); + + if (sgip->bpp == 1) + x = write_rle8(sgip->file, row, sgip->xsize); + else + x = write_rle16(sgip->file, row, sgip->xsize); + + if (sgip->comp == SGI_COMP_ARLE) + { + sgip->arle_offset = offset; + sgip->arle_length = x; + memcpy(sgip->arle_row, row, sgip->xsize * sizeof(unsigned short)); + } + + sgip->nextrow = ftell(sgip->file); + sgip->length[z][y] = x; + + return (x); + } + + return (0); +} + + +/* + * 'getlong()' - Get a 32-bit big-endian integer. + */ + +static int /* O - Long value */ +getlong(FILE *fp) /* I - File to read from */ +{ + unsigned char b[4]; /* Bytes from file */ + + + fread(b, 4, 1, fp); + return ((b[0] << 24) | (b[1] << 16) | (b[2] << 8) | b[3]); +} + + +/* + * 'getshort()' - Get a 16-bit big-endian integer. + */ + +static int /* O - Short value */ +getshort(FILE *fp) /* I - File to read from */ +{ + unsigned char b[2]; /* Bytes from file */ + + + fread(b, 2, 1, fp); + return ((b[0] << 8) | b[1]); +} + + +/* + * 'putlong()' - Put a 32-bit big-endian integer. + */ + +static int /* O - 0 on success, -1 on error */ +putlong(long n, /* I - Long to write */ + FILE *fp) /* I - File to write to */ +{ + if (putc(n >> 24, fp) == EOF) + return (EOF); + if (putc(n >> 16, fp) == EOF) + return (EOF); + if (putc(n >> 8, fp) == EOF) + return (EOF); + if (putc(n, fp) == EOF) + return (EOF); + else + return (0); +} + + +/* + * 'putshort()' - Put a 16-bit big-endian integer. + */ + +static int /* O - 0 on success, -1 on error */ +putshort(unsigned short n, /* I - Short to write */ + FILE *fp) /* I - File to write to */ +{ + if (putc(n >> 8, fp) == EOF) + return (EOF); + if (putc(n, fp) == EOF) + return (EOF); + else + return (0); +} + + +/* + * 'read_rle8()' - Read 8-bit RLE data. + */ + +static int /* O - Value on success, -1 on error */ +read_rle8(FILE *fp, /* I - File to read from */ + unsigned short *row, /* O - Data */ + int xsize) /* I - Width of data in pixels */ +{ + int i, /* Looping var */ + ch, /* Current character */ + count, /* RLE count */ + length; /* Number of bytes read... */ + + + length = 0; + + while (xsize > 0) + { + if ((ch = getc(fp)) == EOF) + return (-1); + length ++; + + count = ch & 127; + if (count == 0) + break; + + if (ch & 128) + { + for (i = 0; i < count; i ++, row ++, xsize --, length ++) + *row = getc(fp); + } + else + { + ch = getc(fp); + length ++; + for (i = 0; i < count; i ++, row ++, xsize --) + *row = ch; + } + } + + return (xsize > 0 ? -1 : length); +} + + +/* + * 'read_rle16()' - Read 16-bit RLE data. + */ + +static int /* O - Value on success, -1 on error */ +read_rle16(FILE *fp, /* I - File to read from */ + unsigned short *row, /* O - Data */ + int xsize) /* I - Width of data in pixels */ +{ + int i, /* Looping var */ + ch, /* Current character */ + count, /* RLE count */ + length; /* Number of bytes read... */ + + + length = 0; + + while (xsize > 0) + { + if ((ch = getshort(fp)) == EOF) + return (-1); + length ++; + + count = ch & 127; + if (count == 0) + break; + + if (ch & 128) + { + for (i = 0; i < count; i ++, row ++, xsize --, length ++) + *row = getshort(fp); + } + else + { + ch = getshort(fp); + length ++; + for (i = 0; i < count; i ++, row ++, xsize --) + *row = ch; + } + } + + return (xsize > 0 ? -1 : length * 2); +} + + +/* + * 'write_rle8()' - Write 8-bit RLE data. + */ + +static int /* O - Length on success, -1 on error */ +write_rle8(FILE *fp, /* I - File to write to */ + unsigned short *row, /* I - Data */ + int xsize) /* I - Width of data in pixels */ +{ + int length, /* Length in bytes */ + count, /* Number of repeating pixels */ + i, /* Looping var */ + x; /* Current column */ + unsigned short *start, /* Start of current sequence */ + repeat; /* Repeated pixel */ + + + for (x = xsize, length = 0; x > 0;) + { + start = row; + row += 2; + x -= 2; + + while (x > 0 && (row[-2] != row[-1] || row[-1] != row[0])) + { + row ++; + x --; + } + + row -= 2; + x += 2; + + count = row - start; + while (count > 0) + { + i = count > 126 ? 126 : count; + count -= i; + + if (putc(128 | i, fp) == EOF) + return (-1); + length ++; + + while (i > 0) + { + if (putc(*start, fp) == EOF) + return (-1); + start ++; + i --; + length ++; + } + } + + if (x <= 0) + break; + + start = row; + repeat = row[0]; + + row ++; + x --; + + while (x > 0 && *row == repeat) + { + row ++; + x --; + } + + count = row - start; + while (count > 0) + { + i = count > 126 ? 126 : count; + count -= i; + + if (putc(i, fp) == EOF) + return (-1); + length ++; + + if (putc(repeat, fp) == EOF) + return (-1); + length ++; + } + } + + length ++; + + if (putc(0, fp) == EOF) + return (-1); + else + return (length); +} + + +/* + * 'write_rle16()' - Write 16-bit RLE data. + */ + +static int /* O - Length in words */ +write_rle16(FILE *fp, /* I - File to write to */ + unsigned short *row, /* I - Data */ + int xsize) /* I - Width of data in pixels */ +{ + int length, /* Length in words */ + count, /* Number of repeating pixels */ + i, /* Looping var */ + x; /* Current column */ + unsigned short *start, /* Start of current sequence */ + repeat; /* Repeated pixel */ + + + for (x = xsize, length = 0; x > 0;) + { + start = row; + row += 2; + x -= 2; + + while (x > 0 && (row[-2] != row[-1] || row[-1] != row[0])) + { + row ++; + x --; + } + + row -= 2; + x += 2; + + count = row - start; + while (count > 0) + { + i = count > 126 ? 126 : count; + count -= i; + + if (putshort(128 | i, fp) == EOF) + return (-1); + length ++; + + while (i > 0) + { + if (putshort(*start, fp) == EOF) + return (-1); + start ++; + i --; + length ++; + } + } + + if (x <= 0) + break; + + start = row; + repeat = row[0]; + + row ++; + x --; + + while (x > 0 && *row == repeat) + { + row ++; + x --; + } + + count = row - start; + while (count > 0) + { + i = count > 126 ? 126 : count; + count -= i; + + if (putshort(i, fp) == EOF) + return (-1); + length ++; + + if (putshort(repeat, fp) == EOF) + return (-1); + length ++; + } + } + + length ++; + + if (putshort(0, fp) == EOF) + return (-1); + else + return (2 * length); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-sun.c b/filter/image-sun.c new file mode 100644 index 0000000000..370201d890 --- /dev/null +++ b/filter/image-sun.c @@ -0,0 +1,393 @@ +/* + * "$Id$" + * + * Sun Raster image file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadSunRaster() - Read a SunRaster image file. + * read_unsigned() - Read a 32-bit unsigned integer. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +#define RAS_MAGIC 0x59a66a95 + + /* Sun supported ras_type's */ +#define RT_OLD 0 /* Raw pixrect image in 68000 byte order */ +#define RT_STANDARD 1 /* Raw pixrect image in 68000 byte order */ +#define RT_BYTE_ENCODED 2 /* Run-length compression of bytes */ +#define RT_FORMAT_RGB 3 /* XRGB or RGB instead of XBGR or BGR */ +#define RT_EXPERIMENTAL 0xffff /* Reserved for testing */ + + /* Sun registered ras_maptype's */ +#define RMT_RAW 2 + /* Sun supported ras_maptype's */ +#define RMT_NONE 0 /* ras_maplength is expected to be 0 */ +#define RMT_EQUAL_RGB 1 /* red[ras_maplength/3],green[],blue[] */ + +#define RAS_RLE 0x80 + +/* + * NOTES: + * Each line of the image is rounded out to a multiple of 16 bits. + * This corresponds to the rounding convention used by the memory pixrect + * package (/usr/include/pixrect/memvar.h) of the SunWindows system. + * The ras_encoding field (always set to 0 by Sun's supported software) + * was renamed to ras_length in release 2.0. As a result, rasterfiles + * of type 0 generated by the old software claim to have 0 length; for + * compatibility, code reading rasterfiles must be prepared to compute the + * true length from the width, height, and depth fields. + */ + +/* + * Local functions... + */ + +static unsigned read_unsigned(FILE *fp); + + +/* + * '_cupsImageReadSunRaster()' - Read a SunRaster image file. + */ + +int /* O - Read status */ +_cupsImageReadSunRaster( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + int i, x, y, + bpp, /* Bytes per pixel */ + scanwidth, + run_count, + run_value; + cups_ib_t *in, + *out, + *scanline, + *scanptr, + *p, + bit; + unsigned ras_depth, /* depth (1, 8, or 24 bits) of pixel */ + ras_type, /* type of file; see RT_* below */ + ras_maplength; /* length (bytes) of following map */ + unsigned char cmap[3][256]; /* colormap */ + + + /* + * Read the header; we already know that this is a raster file (cupsImageOpen + * checks this) so we don't need to check the magic number again. + */ + + fputs("DEBUG: Reading Sun Raster image...\n", stderr); + + read_unsigned(fp); /* Skip magic */ + img->xsize = read_unsigned(fp); + img->ysize = read_unsigned(fp); + ras_depth = read_unsigned(fp); + /* ras_length */read_unsigned(fp); + ras_type = read_unsigned(fp); + /* ras_maptype*/read_unsigned(fp); + ras_maplength = read_unsigned(fp); + + fprintf(stderr, "DEBUG: ras_width=%d, ras_height=%d, ras_depth=%d, ras_type=%d, ras_maplength=%d\n", + img->xsize, img->ysize, ras_depth, ras_type, ras_maplength); + + if (ras_maplength > 768 || + img->xsize == 0 || img->xsize > CUPS_IMAGE_MAX_WIDTH || + img->ysize == 0 || img->ysize > CUPS_IMAGE_MAX_HEIGHT || + ras_depth == 0 || ras_depth > 32) + { + fputs("ERROR: Raster image cannot be loaded!\n", stderr); + return (1); + } + + if (ras_maplength > 0) + { + memset(cmap[0], 255, sizeof(cmap[0])); + memset(cmap[1], 0, sizeof(cmap[1])); + memset(cmap[2], 0, sizeof(cmap[2])); + + fread(cmap[0], 1, ras_maplength / 3, fp); + fread(cmap[1], 1, ras_maplength / 3, fp); + fread(cmap[2], 1, ras_maplength / 3, fp); + } + + /* + * Compute the width of each line and allocate memory as needed... + */ + + scanwidth = (img->xsize * ras_depth + 7) / 8; + if (scanwidth & 1) + scanwidth ++; + + if (ras_depth < 24 && ras_maplength == 0) + { + img->colorspace = secondary; + in = malloc(img->xsize + 1); + } + else + { + img->colorspace = (primary == CUPS_IMAGE_RGB_CMYK) ? CUPS_IMAGE_RGB : primary; + in = malloc(img->xsize * 3 + 1); + } + + bpp = cupsImageGetDepth(img); + out = malloc(img->xsize * bpp); + scanline = malloc(scanwidth); + run_count = 0; + run_value = 0; + + fprintf(stderr, "DEBUG: bpp=%d, scanwidth=%d\n", bpp, scanwidth); + + for (y = 0; y < img->ysize; y ++) + { + if ((ras_depth != 8 && ras_depth != 24) || ras_maplength > 0) + p = scanline; + else + p = in; + + if (ras_type != RT_BYTE_ENCODED) + fread(p, scanwidth, 1, fp); + else + { + for (i = scanwidth; i > 0; i --, p ++) + { + if (run_count > 0) + { + *p = run_value; + run_count --; + } + else + { + run_value = getc(fp); + + if (run_value == RAS_RLE) + { + run_count = getc(fp); + if (run_count == 0) + *p = RAS_RLE; + else + run_value = *p = getc(fp); + } + else + *p = run_value; + } + } + } + + if (ras_depth == 1 && ras_maplength == 0) + { + /* + * 1-bit B&W image... + */ + + for (x = img->xsize, bit = 128, scanptr = scanline, p = in; + x > 0; + x --, p ++) + { + if (*scanptr & bit) + *p = 255; + else + *p = 0; + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + scanptr ++; + } + } + } + else if (ras_depth == 1) + { + /* + * 1-bit colormapped image... + */ + + for (x = img->xsize, bit = 128, scanptr = scanline, p = in; + x > 0; + x --) + { + if (*scanptr & bit) + { + *p++ = cmap[0][1]; + *p++ = cmap[1][1]; + *p++ = cmap[2][1]; + } + else + { + *p++ = cmap[0][0]; + *p++ = cmap[1][0]; + *p++ = cmap[2][0]; + } + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + scanptr ++; + } + } + } + else if (ras_depth == 8 && ras_maplength > 0) + { + /* + * 8-bit colormapped image. + */ + + for (x = img->xsize, scanptr = scanline, p = in; + x > 0; + x --) + { + *p++ = cmap[0][*scanptr]; + *p++ = cmap[1][*scanptr]; + *p++ = cmap[2][*scanptr++]; + } + } + else if (ras_depth == 24 && ras_type != RT_FORMAT_RGB) + { + /* + * Convert BGR to RGB... + */ + + for (x = img->xsize, scanptr = scanline, p = in; + x > 0; + x --, scanptr += 3) + { + *p++ = scanptr[2]; + *p++ = scanptr[1]; + *p++ = scanptr[0]; + } + } + + if (ras_depth <= 8 && ras_maplength == 0) + { + if (img->colorspace == CUPS_IMAGE_WHITE) + { + if (lut) + cupsImageLut(in, img->xsize, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, in); + } + else + { + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_RGB : + cupsImageWhiteToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + else + { + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + + free(scanline); + free(in); + free(out); + + fclose(fp); + + return (0); +} + + +/* + * 'read_unsigned()' - Read a 32-bit unsigned integer. + */ + +static unsigned /* O - Integer from file */ +read_unsigned(FILE *fp) /* I - File to read from */ +{ + unsigned v; /* Integer from file */ + + + v = getc(fp); + v = (v << 8) | getc(fp); + v = (v << 8) | getc(fp); + v = (v << 8) | getc(fp); + + return (v); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image-tiff.c b/filter/image-tiff.c new file mode 100644 index 0000000000..3622359b65 --- /dev/null +++ b/filter/image-tiff.c @@ -0,0 +1,1724 @@ +/* + * "$Id$" + * + * TIFF file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageReadTIFF() - Read a TIFF image file. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + +#ifdef HAVE_LIBTIFF +# include /* TIFF image definitions */ +# include +# include + + +/* + * '_cupsImageReadTIFF()' - Read a TIFF image file. + */ + +int /* O - Read status */ +_cupsImageReadTIFF( + cups_image_t *img, /* IO - cupsImage */ + FILE *fp, /* I - cupsImage file */ + cups_icspace_t primary, /* I - Primary choice for colorspace */ + cups_icspace_t secondary, /* I - Secondary choice for colorspace */ + int saturation, /* I - Color saturation (%) */ + int hue, /* I - Color hue (degrees) */ + const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ +{ + TIFF *tif; /* TIFF file */ + uint32 width, height; /* Size of image */ + uint16 photometric, /* Colorspace */ + compression, /* Type of compression */ + orientation, /* Orientation */ + resunit, /* Units for resolution */ + samples, /* Number of samples/pixel */ + bits, /* Number of bits/pixel */ + inkset, /* Ink set for color separations */ + numinks; /* Number of inks in set */ + float xres, /* Horizontal resolution */ + yres; /* Vertical resolution */ + uint16 *redcmap, /* Red colormap information */ + *greencmap, /* Green colormap information */ + *bluecmap; /* Blue colormap information */ + int c, /* Color index */ + num_colors, /* Number of colors */ + bpp, /* Bytes per pixel */ + x, y, /* Current x & y */ + row, /* Current row in image */ + xstart, ystart, /* Starting x & y */ + xdir, ydir, /* X & y direction */ + xcount, ycount, /* X & Y counters */ + pstep, /* Pixel step (= bpp or -2 * bpp) */ + scanwidth, /* Width of scanline */ + r, g, b, k, /* Red, green, blue, and black values */ + alpha; /* cupsImage includes alpha? */ + cups_ib_t *in, /* Input buffer */ + *out, /* Output buffer */ + *p, /* Pointer into buffer */ + *scanline, /* Scanline buffer */ + *scanptr, /* Pointer into scanline buffer */ + bit, /* Current bit */ + pixel, /* Current pixel */ + zero, /* Zero value (bitmaps) */ + one; /* One value (bitmaps) */ + + + /* + * Open the TIFF file and get the required parameters... + */ + + lseek(fileno(fp), 0, SEEK_SET); /* Work around "feature" in some stdio's */ + + if ((tif = TIFFFdOpen(fileno(fp), "", "r")) == NULL) + { + fputs("ERROR: TIFFFdOpen() failed!\n", stderr); + fclose(fp); + return (-1); + } + + if (!TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &width)) + { + fputs("ERROR: No image width tag in the file!\n", stderr); + TIFFClose(tif); + fclose(fp); + return (-1); + } + + if (!TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &height)) + { + fputs("ERROR: No image height tag in the file!\n", stderr); + TIFFClose(tif); + fclose(fp); + return (-1); + } + + if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) + { + fputs("ERROR: No photometric tag in the file!\n", stderr); + TIFFClose(tif); + fclose(fp); + return (-1); + } + + if (!TIFFGetField(tif, TIFFTAG_COMPRESSION, &compression)) + { + fputs("ERROR: No compression tag in the file!\n", stderr); + TIFFClose(tif); + fclose(fp); + return (-1); + } + + if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &samples)) + samples = 1; + + if (!TIFFGetField(tif, TIFFTAG_BITSPERSAMPLE, &bits)) + bits = 1; + + /* + * Get the image orientation... + */ + + if (!TIFFGetField(tif, TIFFTAG_ORIENTATION, &orientation)) + orientation = 0; + + /* + * Get the image resolution... + */ + + if (TIFFGetField(tif, TIFFTAG_XRESOLUTION, &xres) && + TIFFGetField(tif, TIFFTAG_YRESOLUTION, &yres) && + TIFFGetField(tif, TIFFTAG_RESOLUTIONUNIT, &resunit)) + { + if (resunit == RESUNIT_INCH) + { + img->xppi = xres; + img->yppi = yres; + } + else if (resunit == RESUNIT_CENTIMETER) + { + img->xppi = xres * 2.54; + img->yppi = yres * 2.54; + } + else + { + img->xppi = 128; + img->yppi = 128; + } + + if (img->xppi == 0 || img->yppi == 0) + { + fputs("ERROR: Bad TIFF resolution.\n", stderr); + img->xppi = img->yppi = 128; + } + + fprintf(stderr, "DEBUG: TIFF resolution = %fx%f, units=%d\n", + xres, yres, resunit); + fprintf(stderr, "DEBUG: Stored resolution = %dx%d PPI\n", + img->xppi, img->yppi); + } + + /* + * See if the image has an alpha channel... + */ + + if (samples == 2 || (samples == 4 && photometric == PHOTOMETRIC_RGB)) + alpha = 1; + else + alpha = 0; + + /* + * Check the size of the image... + */ + + if (width == 0 || width > CUPS_IMAGE_MAX_WIDTH || + height == 0 || height > CUPS_IMAGE_MAX_HEIGHT || + (bits != 1 && bits != 2 && bits != 4 && bits != 8) || + samples < 1 || samples > 4) + { + fprintf(stderr, "ERROR: Bad TIFF dimensions %ux%ux%ux%u!\n", + (unsigned)width, (unsigned)height, (unsigned)bits, + (unsigned)samples); + TIFFClose(tif); + fclose(fp); + return (1); + } + + /* + * Setup the image size and colorspace... + */ + + img->xsize = width; + img->ysize = height; + if (photometric == PHOTOMETRIC_MINISBLACK || + photometric == PHOTOMETRIC_MINISWHITE) + img->colorspace = secondary; + else if (photometric == PHOTOMETRIC_SEPARATED && primary == CUPS_IMAGE_RGB_CMYK) + img->colorspace = CUPS_IMAGE_CMYK; + else if (primary == CUPS_IMAGE_RGB_CMYK) + img->colorspace = CUPS_IMAGE_RGB; + else + img->colorspace = primary; + + fprintf(stderr, "DEBUG: img->colorspace = %d\n", img->colorspace); + + bpp = cupsImageGetDepth(img); + + cupsImageSetMaxTiles(img, 0); + + /* + * Set the X & Y start and direction according to the image orientation... + */ + + switch (orientation) + { + case ORIENTATION_TOPRIGHT : + fputs("DEBUG: orientation = top-right\n", stderr); + break; + case ORIENTATION_RIGHTTOP : + fputs("DEBUG: orientation = right-top\n", stderr); + break; + default : + case ORIENTATION_TOPLEFT : + fputs("DEBUG: orientation = top-left\n", stderr); + break; + case ORIENTATION_LEFTTOP : + fputs("DEBUG: orientation = left-top\n", stderr); + break; + case ORIENTATION_BOTLEFT : + fputs("DEBUG: orientation = bottom-left\n", stderr); + break; + case ORIENTATION_LEFTBOT : + fputs("DEBUG: orientation = left-bottom\n", stderr); + break; + case ORIENTATION_BOTRIGHT : + fputs("DEBUG: orientation = bottom-right\n", stderr); + break; + case ORIENTATION_RIGHTBOT : + fputs("DEBUG: orientation = right-bottom\n", stderr); + break; + } + + switch (orientation) + { + case ORIENTATION_TOPRIGHT : + case ORIENTATION_RIGHTTOP : + xstart = img->xsize - 1; + xdir = -1; + ystart = 0; + ydir = 1; + break; + default : + case ORIENTATION_TOPLEFT : + case ORIENTATION_LEFTTOP : + xstart = 0; + xdir = 1; + ystart = 0; + ydir = 1; + break; + case ORIENTATION_BOTLEFT : + case ORIENTATION_LEFTBOT : + xstart = 0; + xdir = 1; + ystart = img->ysize - 1; + ydir = -1; + break; + case ORIENTATION_BOTRIGHT : + case ORIENTATION_RIGHTBOT : + xstart = img->xsize - 1; + xdir = -1; + ystart = img->ysize - 1; + ydir = -1; + break; + } + + /* + * Allocate a scanline buffer... + */ + + scanwidth = TIFFScanlineSize(tif); + scanline = _TIFFmalloc(scanwidth); + + /* + * Allocate input and output buffers... + */ + + if (orientation < ORIENTATION_LEFTTOP) + { + if (samples > 1 || photometric == PHOTOMETRIC_PALETTE) + pstep = xdir * 3; + else + pstep = xdir; + + in = malloc(img->xsize * 3 + 3); + out = malloc(img->xsize * bpp); + } + else + { + if (samples > 1 || photometric == PHOTOMETRIC_PALETTE) + pstep = ydir * 3; + else + pstep = ydir; + + in = malloc(img->ysize * 3 + 3); + out = malloc(img->ysize * bpp); + } + + /* + * Read the image. This is greatly complicated by the fact that TIFF + * supports literally hundreds of different colorspaces and orientations, + * each which must be handled separately... + */ + + fprintf(stderr, "DEBUG: photometric = %d\n", photometric); + fprintf(stderr, "DEBUG: compression = %d\n", compression); + + switch (photometric) + { + case PHOTOMETRIC_MINISWHITE : + case PHOTOMETRIC_MINISBLACK : + if (photometric == PHOTOMETRIC_MINISWHITE) + { + zero = 255; + one = 0; + } + else + { + zero = 0; + one = 255; + } + + if (orientation < ORIENTATION_LEFTTOP) + { + /* + * Row major order... + */ + + for (y = ystart, ycount = img->ysize, row = 0; + ycount > 0; + ycount --, y += ydir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 128; + xcount > 0; + xcount --, p += pstep) + { + if (*scanptr & bit) + *p = one; + else + *p = zero; + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 0xc0; + xcount > 0; + xcount --, p += pstep) + { + pixel = *scanptr & bit; + while (pixel > 3) + pixel >>= 2; + *p = (255 * pixel / 3) ^ zero; + + if (bit > 3) + bit >>= 2; + else + { + bit = 0xc0; + scanptr ++; + } + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 0xf0; + xcount > 0; + xcount --, p += pstep) + { + if (bit == 0xf0) + { + *p = (255 * ((*scanptr & 0xf0) >> 4) / 15) ^ zero; + bit = 0x0f; + } + else + { + *p = (255 * (*scanptr & 0x0f) / 15) ^ zero; + bit = 0xf0; + scanptr ++; + } + } + } + else if (xdir < 0 || zero || alpha) + { + TIFFReadScanline(tif, scanline, row, 0); + + if (alpha) + { + if (zero) + { + for (xcount = img->xsize, p = in + xstart, scanptr = scanline; + xcount > 0; + xcount --, p += pstep, scanptr += 2) + *p = (scanptr[1] * (255 - scanptr[0]) + + (255 - scanptr[1]) * 255) / 255; + } + else + { + for (xcount = img->xsize, p = in + xstart, scanptr = scanline; + xcount > 0; + xcount --, p += pstep, scanptr += 2) + *p = (scanptr[1] * scanptr[0] + + (255 - scanptr[1]) * 255) / 255; + } + } + else + { + if (zero) + { + for (xcount = img->xsize, p = in + xstart, scanptr = scanline; + xcount > 0; + xcount --, p += pstep, scanptr ++) + *p = 255 - *scanptr; + } + else + { + for (xcount = img->xsize, p = in + xstart, scanptr = scanline; + xcount > 0; + xcount --, p += pstep, scanptr ++) + *p = *scanptr; + } + } + } + else + TIFFReadScanline(tif, in, row, 0); + + if (img->colorspace == CUPS_IMAGE_WHITE) + { + if (lut) + cupsImageLut(in, img->xsize, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, in); + } + else + { + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_RGB : + cupsImageWhiteToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + } + else + { + /* + * Column major order... + */ + + for (x = xstart, xcount = img->xsize, row = 0; + xcount > 0; + xcount --, x += xdir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + ystart, bit = 128; + ycount > 0; + ycount --, p += ydir) + { + if (*scanptr & bit) + *p = one; + else + *p = zero; + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + ystart, bit = 0xc0; + ycount > 0; + ycount --, p += ydir) + { + pixel = *scanptr & 0xc0; + while (pixel > 3) + pixel >>= 2; + + *p = (255 * pixel / 3) ^ zero; + + if (bit > 3) + bit >>= 2; + else + { + bit = 0xc0; + scanptr ++; + } + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + ystart, bit = 0xf0; + ycount > 0; + ycount --, p += ydir) + { + if (bit == 0xf0) + { + *p = (255 * ((*scanptr & 0xf0) >> 4) / 15) ^ zero; + bit = 0x0f; + } + else + { + *p = (255 * (*scanptr & 0x0f) / 15) ^ zero; + bit = 0xf0; + scanptr ++; + } + } + } + else if (ydir < 0 || zero || alpha) + { + TIFFReadScanline(tif, scanline, row, 0); + + if (alpha) + { + if (zero) + { + for (ycount = img->ysize, p = in + ystart, scanptr = scanline; + ycount > 0; + ycount --, p += ydir, scanptr += 2) + *p = (scanptr[1] * (255 - scanptr[0]) + + (255 - scanptr[1]) * 255) / 255; + } + else + { + for (ycount = img->ysize, p = in + ystart, scanptr = scanline; + ycount > 0; + ycount --, p += ydir, scanptr += 2) + *p = (scanptr[1] * scanptr[0] + + (255 - scanptr[1]) * 255) / 255; + } + } + else + { + if (zero) + { + for (ycount = img->ysize, p = in + ystart, scanptr = scanline; + ycount > 0; + ycount --, p += ydir, scanptr ++) + *p = 255 - *scanptr; + } + else + { + for (ycount = img->ysize, p = in + ystart, scanptr = scanline; + ycount > 0; + ycount --, p += ydir, scanptr ++) + *p = *scanptr; + } + } + } + else + TIFFReadScanline(tif, in, row, 0); + + if (img->colorspace == CUPS_IMAGE_WHITE) + { + if (lut) + cupsImageLut(in, img->ysize, lut); + + _cupsImagePutCol(img, x, 0, img->ysize, in); + } + else + { + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_RGB : + cupsImageWhiteToRGB(in, out, img->ysize); + break; + case CUPS_IMAGE_BLACK : + cupsImageWhiteToBlack(in, out, img->ysize); + break; + case CUPS_IMAGE_CMY : + cupsImageWhiteToCMY(in, out, img->ysize); + break; + case CUPS_IMAGE_CMYK : + cupsImageWhiteToCMYK(in, out, img->ysize); + break; + } + + if (lut) + cupsImageLut(out, img->ysize * bpp, lut); + + _cupsImagePutCol(img, x, 0, img->ysize, out); + } + } + } + break; + + case PHOTOMETRIC_PALETTE : + if (!TIFFGetField(tif, TIFFTAG_COLORMAP, &redcmap, &greencmap, &bluecmap)) + { + fputs("ERROR: No colormap tag in the file!\n", stderr); + fclose(fp); + return (-1); + } + + num_colors = 1 << bits; + + for (c = 0; c < num_colors; c ++) + { + redcmap[c] >>= 8; + greencmap[c] >>= 8; + bluecmap[c] >>= 8; + } + + if (orientation < ORIENTATION_LEFTTOP) + { + /* + * Row major order... + */ + + for (y = ystart, ycount = img->ysize, row = 0; + ycount > 0; + ycount --, y += ydir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, + p = in + xstart * 3, bit = 128; + xcount > 0; + xcount --, p += pstep) + { + if (*scanptr & bit) + { + p[0] = redcmap[1]; + p[1] = greencmap[1]; + p[2] = bluecmap[1]; + } + else + { + p[0] = redcmap[0]; + p[1] = greencmap[0]; + p[2] = bluecmap[0]; + } + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, + p = in + xstart * 3, bit = 0xc0; + xcount > 0; + xcount --, p += pstep) + { + pixel = *scanptr & bit; + while (pixel > 3) + pixel >>= 2; + + p[0] = redcmap[pixel]; + p[1] = greencmap[pixel]; + p[2] = bluecmap[pixel]; + + if (bit > 3) + bit >>= 2; + else + { + bit = 0xc0; + scanptr ++; + } + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, + p = in + 3 * xstart, bit = 0xf0; + xcount > 0; + xcount --, p += pstep) + { + if (bit == 0xf0) + { + pixel = (*scanptr & 0xf0) >> 4; + p[0] = redcmap[pixel]; + p[1] = greencmap[pixel]; + p[2] = bluecmap[pixel]; + bit = 0x0f; + } + else + { + pixel = *scanptr++ & 0x0f; + p[0] = redcmap[pixel]; + p[1] = greencmap[pixel]; + p[2] = bluecmap[pixel]; + bit = 0xf0; + } + } + } + else + { + TIFFReadScanline(tif, scanline, row, 0); + + for (xcount = img->xsize, p = in + 3 * xstart, scanptr = scanline; + xcount > 0; + xcount --, p += pstep) + { + p[0] = redcmap[*scanptr]; + p[1] = greencmap[*scanptr]; + p[2] = bluecmap[*scanptr++]; + } + } + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + else + { + /* + * Column major order... + */ + + for (x = xstart, xcount = img->xsize, row = 0; + xcount > 0; + xcount --, x += xdir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, + p = in + 3 * ystart, bit = 128; + ycount > 0; + ycount --, p += ydir) + { + if (*scanptr & bit) + { + p[0] = redcmap[1]; + p[1] = greencmap[1]; + p[2] = bluecmap[1]; + } + else + { + p[0] = redcmap[0]; + p[1] = greencmap[0]; + p[2] = bluecmap[0]; + } + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, + p = in + 3 * ystart, bit = 0xc0; + ycount > 0; + ycount --, p += ydir) + { + pixel = *scanptr & 0xc0; + while (pixel > 3) + pixel >>= 2; + + p[0] = redcmap[pixel]; + p[1] = greencmap[pixel]; + p[2] = bluecmap[pixel]; + + if (bit > 3) + bit >>= 2; + else + { + bit = 0xc0; + scanptr ++; + } + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, + p = in + 3 * ystart, bit = 0xf0; + ycount > 0; + ycount --, p += ydir) + { + if (bit == 0xf0) + { + pixel = (*scanptr & 0xf0) >> 4; + p[0] = redcmap[pixel]; + p[1] = greencmap[pixel]; + p[2] = bluecmap[pixel]; + bit = 0x0f; + } + else + { + pixel = *scanptr++ & 0x0f; + p[0] = redcmap[pixel]; + p[1] = greencmap[pixel]; + p[2] = bluecmap[pixel]; + bit = 0xf0; + } + } + } + else + { + TIFFReadScanline(tif, scanline, row, 0); + + for (ycount = img->ysize, p = in + 3 * ystart, scanptr = scanline; + ycount > 0; + ycount --, p += ydir) + { + p[0] = redcmap[*scanptr]; + p[1] = greencmap[*scanptr]; + p[2] = bluecmap[*scanptr++]; + } + } + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->ysize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->ysize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->ysize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->ysize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->ysize); + break; + } + + if (lut) + cupsImageLut(out, img->ysize * bpp, lut); + + _cupsImagePutCol(img, x, 0, img->ysize, out); + } + } + break; + + case PHOTOMETRIC_RGB : + if (orientation < ORIENTATION_LEFTTOP) + { + /* + * Row major order... + */ + + for (y = ystart, ycount = img->ysize, row = 0; + ycount > 0; + ycount --, y += ydir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart * 3, bit = 0xf0; + xcount > 0; + xcount --, p += pstep) + { + if (*scanptr & bit & 0x88) + p[0] = 255; + else + p[0] = 0; + + if (*scanptr & bit & 0x44) + p[1] = 255; + else + p[1] = 0; + + if (*scanptr & bit & 0x22) + p[2] = 255; + else + p[2] = 0; + + if (bit == 0xf0) + bit = 0x0f; + else + { + bit = 0xf0; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart * 3; + xcount > 0; + xcount --, p += pstep, scanptr ++) + { + pixel = *scanptr >> 2; + p[0] = 255 * (pixel & 3) / 3; + pixel >>= 2; + p[1] = 255 * (pixel & 3) / 3; + pixel >>= 2; + p[2] = 255 * (pixel & 3) / 3; + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart * 3; + xcount > 0; + xcount -= 2, p += 2 * pstep, scanptr += 3) + { + pixel = scanptr[0]; + p[1] = 255 * (pixel & 15) / 15; + pixel >>= 4; + p[0] = 255 * (pixel & 15) / 15; + pixel = scanptr[1]; + p[2] = 255 * ((pixel >> 4) & 15) / 15; + + if (xcount > 1) + { + p[pstep + 0] = 255 * (pixel & 15) / 15; + pixel = scanptr[2]; + p[pstep + 2] = 255 * (pixel & 15) / 15; + pixel >>= 4; + p[pstep + 1] = 255 * (pixel & 15) / 15; + } + } + } + else if (xdir < 0 || alpha) + { + TIFFReadScanline(tif, scanline, row, 0); + + if (alpha) + { + for (xcount = img->xsize, p = in + xstart * 3, scanptr = scanline; + xcount > 0; + xcount --, p += pstep, scanptr += 4) + { + p[0] = (scanptr[0] * scanptr[3] + 255 * (255 - scanptr[3])) / 255; + p[1] = (scanptr[1] * scanptr[3] + 255 * (255 - scanptr[3])) / 255; + p[2] = (scanptr[2] * scanptr[3] + 255 * (255 - scanptr[3])) / 255; + } + } + else + { + for (xcount = img->xsize, p = in + xstart * 3, scanptr = scanline; + xcount > 0; + xcount --, p += pstep, scanptr += 3) + { + p[0] = scanptr[0]; + p[1] = scanptr[1]; + p[2] = scanptr[2]; + } + } + } + else + TIFFReadScanline(tif, in, row, 0); + + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * bpp, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + else + { + /* + * Column major order... + */ + + for (x = xstart, xcount = img->xsize, row = 0; + xcount > 0; + xcount --, x += xdir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + ystart * 3, bit = 0xf0; + ycount > 0; + ycount --, p += pstep) + { + if (*scanptr & bit & 0x88) + p[0] = 255; + else + p[0] = 0; + + if (*scanptr & bit & 0x44) + p[1] = 255; + else + p[1] = 0; + + if (*scanptr & bit & 0x22) + p[2] = 255; + else + p[2] = 0; + + if (bit == 0xf0) + bit = 0x0f; + else + { + bit = 0xf0; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + ystart * 3; + ycount > 0; + ycount --, p += pstep, scanptr ++) + { + pixel = *scanptr >> 2; + p[0] = 255 * (pixel & 3) / 3; + pixel >>= 2; + p[1] = 255 * (pixel & 3) / 3; + pixel >>= 2; + p[2] = 255 * (pixel & 3) / 3; + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + ystart * 3; + ycount > 0; + ycount -= 2, p += 2 * pstep, scanptr += 3) + { + pixel = scanptr[0]; + p[1] = 255 * (pixel & 15) / 15; + pixel >>= 4; + p[0] = 255 * (pixel & 15) / 15; + pixel = scanptr[1]; + p[2] = 255 * ((pixel >> 4) & 15) / 15; + + if (ycount > 1) + { + p[pstep + 0] = 255 * (pixel & 15) / 15; + pixel = scanptr[2]; + p[pstep + 2] = 255 * (pixel & 15) / 15; + pixel >>= 4; + p[pstep + 1] = 255 * (pixel & 15) / 15; + } + } + } + else if (ydir < 0 || alpha) + { + TIFFReadScanline(tif, scanline, row, 0); + + if (alpha) + { + for (ycount = img->ysize, p = in + ystart * 3, scanptr = scanline; + ycount > 0; + ycount --, p += pstep, scanptr += 4) + { + p[0] = (scanptr[0] * scanptr[3] + 255 * (255 - scanptr[3])) / 255; + p[1] = (scanptr[1] * scanptr[3] + 255 * (255 - scanptr[3])) / 255; + p[2] = (scanptr[2] * scanptr[3] + 255 * (255 - scanptr[3])) / 255; + } + } + else + { + for (ycount = img->ysize, p = in + ystart * 3, scanptr = scanline; + ycount > 0; + ycount --, p += pstep, scanptr += 3) + { + p[0] = scanptr[0]; + p[1] = scanptr[1]; + p[2] = scanptr[2]; + } + } + } + else + TIFFReadScanline(tif, in, row, 0); + + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(in, img->ysize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->ysize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->ysize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->ysize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->ysize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->ysize); + break; + } + + if (lut) + cupsImageLut(out, img->ysize * bpp, lut); + + _cupsImagePutCol(img, x, 0, img->ysize, out); + } + } + break; + + case PHOTOMETRIC_SEPARATED : + inkset = INKSET_CMYK; + numinks = 4; + +#ifdef TIFFTAG_NUMBEROFINKS + if (!TIFFGetField(tif, TIFFTAG_INKSET, &inkset) && + !TIFFGetField(tif, TIFFTAG_NUMBEROFINKS, &numinks)) +#else + if (!TIFFGetField(tif, TIFFTAG_INKSET, &inkset)) +#endif /* TIFFTAG_NUMBEROFINKS */ + { + fputs("WARNING: No inkset or number-of-inks tag in the file!\n", stderr); + } + + if (inkset == INKSET_CMYK || numinks == 4) + { + if (orientation < ORIENTATION_LEFTTOP) + { + /* + * Row major order... + */ + + for (y = ystart, ycount = img->ysize, row = 0; + ycount > 0; + ycount --, y += ydir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart * 3, bit = 0xf0; + xcount > 0; + xcount --, p += pstep) + { + if (*scanptr & bit & 0x11) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + if (*scanptr & bit & 0x88) + p[0] = 0; + else + p[0] = 255; + + if (*scanptr & bit & 0x44) + p[1] = 0; + else + p[1] = 255; + + if (*scanptr & bit & 0x22) + p[2] = 0; + else + p[2] = 255; + } + + if (bit == 0xf0) + bit = 0x0f; + else + { + bit = 0xf0; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart * 3; + xcount > 0; + xcount --, p += pstep, scanptr ++) + { + pixel = *scanptr; + k = 255 * (pixel & 3) / 3; + if (k == 255) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + pixel >>= 2; + b = 255 - 255 * (pixel & 3) / 3 - k; + if (b < 0) + p[2] = 0; + else if (b < 256) + p[2] = b; + else + p[2] = 255; + + pixel >>= 2; + g = 255 - 255 * (pixel & 3) / 3 - k; + if (g < 0) + p[1] = 0; + else if (g < 256) + p[1] = g; + else + p[1] = 255; + + pixel >>= 2; + r = 255 - 255 * (pixel & 3) / 3 - k; + if (r < 0) + p[0] = 0; + else if (r < 256) + p[0] = r; + else + p[0] = 255; + } + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (xcount = img->xsize, scanptr = scanline, p = in + xstart * 3; + xcount > 0; + xcount --, p += pstep, scanptr += 2) + { + pixel = scanptr[1]; + k = 255 * (pixel & 15) / 15; + if (k == 255) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + pixel >>= 4; + b = 255 - 255 * (pixel & 15) / 15 - k; + if (b < 0) + p[2] = 0; + else if (b < 256) + p[2] = b; + else + p[2] = 255; + + pixel = scanptr[0]; + g = 255 - 255 * (pixel & 15) / 15 - k; + if (g < 0) + p[1] = 0; + else if (g < 256) + p[1] = g; + else + p[1] = 255; + + pixel >>= 4; + r = 255 - 255 * (pixel & 15) / 15 - k; + if (r < 0) + p[0] = 0; + else if (r < 256) + p[0] = r; + else + p[0] = 255; + } + } + } + else if (img->colorspace == CUPS_IMAGE_CMYK) + { + TIFFReadScanline(tif, scanline, row, 0); + _cupsImagePutRow(img, 0, y, img->xsize, scanline); + } + else + { + TIFFReadScanline(tif, scanline, row, 0); + + for (xcount = img->xsize, p = in + xstart * 3, scanptr = scanline; + xcount > 0; + xcount --, p += pstep, scanptr += 4) + { + k = scanptr[3]; + if (k == 255) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + r = 255 - scanptr[0] - k; + if (r < 0) + p[0] = 0; + else if (r < 256) + p[0] = r; + else + p[0] = 255; + + g = 255 - scanptr[1] - k; + if (g < 0) + p[1] = 0; + else if (g < 256) + p[1] = g; + else + p[1] = 255; + + b = 255 - scanptr[2] - k; + if (b < 0) + p[2] = 0; + else if (b < 256) + p[2] = b; + else + p[2] = 255; + } + } + } + + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(in, img->xsize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->xsize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->xsize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->xsize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->xsize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->xsize); + break; + } + + if (lut) + cupsImageLut(out, img->xsize * 3, lut); + + _cupsImagePutRow(img, 0, y, img->xsize, out); + } + } + else + { + /* + * Column major order... + */ + + for (x = xstart, xcount = img->xsize, row = 0; + xcount > 0; + xcount --, x += xdir, row ++) + { + if (bits == 1) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + xstart * 3, bit = 0xf0; + ycount > 0; + ycount --, p += pstep) + { + if (*scanptr & bit & 0x11) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + if (*scanptr & bit & 0x88) + p[0] = 0; + else + p[0] = 255; + + if (*scanptr & bit & 0x44) + p[1] = 0; + else + p[1] = 255; + + if (*scanptr & bit & 0x22) + p[2] = 0; + else + p[2] = 255; + } + + if (bit == 0xf0) + bit = 0x0f; + else + { + bit = 0xf0; + scanptr ++; + } + } + } + else if (bits == 2) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + xstart * 3; + ycount > 0; + ycount --, p += pstep, scanptr ++) + { + pixel = *scanptr; + k = 255 * (pixel & 3) / 3; + if (k == 255) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + pixel >>= 2; + b = 255 - 255 * (pixel & 3) / 3 - k; + if (b < 0) + p[2] = 0; + else if (b < 256) + p[2] = b; + else + p[2] = 255; + + pixel >>= 2; + g = 255 - 255 * (pixel & 3) / 3 - k; + if (g < 0) + p[1] = 0; + else if (g < 256) + p[1] = g; + else + p[1] = 255; + + pixel >>= 2; + r = 255 - 255 * (pixel & 3) / 3 - k; + if (r < 0) + p[0] = 0; + else if (r < 256) + p[0] = r; + else + p[0] = 255; + } + } + } + else if (bits == 4) + { + TIFFReadScanline(tif, scanline, row, 0); + for (ycount = img->ysize, scanptr = scanline, p = in + xstart * 3; + ycount > 0; + ycount --, p += pstep, scanptr += 2) + { + pixel = scanptr[1]; + k = 255 * (pixel & 15) / 15; + if (k == 255) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + pixel >>= 4; + b = 255 - 255 * (pixel & 15) / 15 - k; + if (b < 0) + p[2] = 0; + else if (b < 256) + p[2] = b; + else + p[2] = 255; + + pixel = scanptr[0]; + g = 255 - 255 * (pixel & 15) / 15 - k; + if (g < 0) + p[1] = 0; + else if (g < 256) + p[1] = g; + else + p[1] = 255; + + pixel >>= 4; + r = 255 - 255 * (pixel & 15) / 15 - k; + if (r < 0) + p[0] = 0; + else if (r < 256) + p[0] = r; + else + p[0] = 255; + } + } + } + else if (img->colorspace == CUPS_IMAGE_CMYK) + { + TIFFReadScanline(tif, scanline, row, 0); + _cupsImagePutCol(img, x, 0, img->ysize, scanline); + } + else + { + TIFFReadScanline(tif, scanline, row, 0); + + for (ycount = img->ysize, p = in + xstart * 3, scanptr = scanline; + ycount > 0; + ycount --, p += pstep, scanptr += 4) + { + k = scanptr[3]; + if (k == 255) + { + p[0] = 0; + p[1] = 0; + p[2] = 0; + } + else + { + r = 255 - scanptr[0] - k; + if (r < 0) + p[0] = 0; + else if (r < 256) + p[0] = r; + else + p[0] = 255; + + g = 255 - scanptr[1] - k; + if (g < 0) + p[1] = 0; + else if (g < 256) + p[1] = g; + else + p[1] = 255; + + b = 255 - scanptr[2] - k; + if (b < 0) + p[2] = 0; + else if (b < 256) + p[2] = b; + else + p[2] = 255; + } + } + } + + if ((saturation != 100 || hue != 0) && bpp > 1) + cupsImageRGBAdjust(in, img->ysize, saturation, hue); + + switch (img->colorspace) + { + default : + break; + + case CUPS_IMAGE_WHITE : + cupsImageRGBToWhite(in, out, img->ysize); + break; + case CUPS_IMAGE_RGB : + cupsImageRGBToRGB(in, out, img->ysize); + break; + case CUPS_IMAGE_BLACK : + cupsImageRGBToBlack(in, out, img->ysize); + break; + case CUPS_IMAGE_CMY : + cupsImageRGBToCMY(in, out, img->ysize); + break; + case CUPS_IMAGE_CMYK : + cupsImageRGBToCMYK(in, out, img->ysize); + break; + } + + if (lut) + cupsImageLut(out, img->ysize * bpp, lut); + + _cupsImagePutCol(img, x, 0, img->ysize, out); + } + } + + break; + } + + default : + _TIFFfree(scanline); + free(in); + free(out); + + TIFFClose(tif); + fputs("ERROR: Unknown TIFF photometric value!\n", stderr); + return (-1); + } + + /* + * Free temporary buffers, close the TIFF file, and return. + */ + + _TIFFfree(scanline); + free(in); + free(out); + + TIFFClose(tif); + return (0); +} +#endif /* HAVE_LIBTIFF */ + + +/* + * End of "$Id$". + */ diff --git a/filter/image-zoom.c b/filter/image-zoom.c new file mode 100644 index 0000000000..d296282865 --- /dev/null +++ b/filter/image-zoom.c @@ -0,0 +1,370 @@ +/* + * "$Id$" + * + * cupsImage zoom routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * _cupsImageZoomDelete() - Free a zoom record... + * _cupsImageZoomFill() - Fill a zoom record... + * _cupsImageZoomNew() - Allocate a pixel zoom record... + * zoom_bilinear() - Fill a zoom record with image data utilizing + * bilinear interpolation. + * zoom_nearest() - Fill a zoom record quickly using nearest-neighbor + * sampling. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * Local functions... + */ + +static void zoom_bilinear(cups_izoom_t *z, int iy); +static void zoom_nearest(cups_izoom_t *z, int iy); + + +/* + * '_cupsImageZoomDelete()' - Free a zoom record... + */ + +void +_cupsImageZoomDelete(cups_izoom_t *z) /* I - Zoom record to free */ +{ + free(z->rows[0]); + free(z->rows[1]); + free(z->in); + free(z); +} + + +/* + * '_cupsImageZoomFill()' - Fill a zoom record with image data utilizing bilinear + * interpolation. + */ + +void +_cupsImageZoomFill(cups_izoom_t *z, /* I - Zoom record to fill */ + int iy) /* I - Zoom image row */ +{ + switch (z->type) + { + case CUPS_IZOOM_FAST : + zoom_nearest(z, iy); + break; + + default : + zoom_bilinear(z, iy); + break; + } +} + + +/* + * '_cupsImageZoomNew()' - Allocate a pixel zoom record... + */ + +cups_izoom_t * +_cupsImageZoomNew( + cups_image_t *img, /* I - cupsImage to zoom */ + int xc0, /* I - Upper-lefthand corner */ + int yc0, /* I - ... */ + int xc1, /* I - Lower-righthand corner */ + int yc1, /* I - ... */ + int xsize, /* I - Final width of image */ + int ysize, /* I - Final height of image */ + int rotated, /* I - Non-zero if image is rotated 90 degs */ + cups_iztype_t type) /* I - Zoom type */ +{ + cups_izoom_t *z; /* New zoom record */ + int flip; /* Flip on X axis? */ + + + if (xsize > CUPS_IMAGE_MAX_WIDTH || + ysize > CUPS_IMAGE_MAX_HEIGHT || + (xc1 - xc0) > CUPS_IMAGE_MAX_WIDTH || + (yc1 - yc0) > CUPS_IMAGE_MAX_HEIGHT) + return (NULL); /* Protect against integer overflow */ + + if ((z = (cups_izoom_t *)calloc(1, sizeof(cups_izoom_t))) == NULL) + return (NULL); + + z->img = img; + z->row = 0; + z->depth = cupsImageGetDepth(img); + z->rotated = rotated; + z->type = type; + + if (xsize < 0) + { + flip = 1; + xsize = -xsize; + } + else + { + flip = 0; + } + + if (rotated) + { + z->xorig = xc1; + z->yorig = yc0; + z->width = yc1 - yc0 + 1; + z->height = xc1 - xc0 + 1; + z->xsize = xsize; + z->ysize = ysize; + z->xmod = z->width % z->xsize; + z->xstep = z->width / z->xsize; + z->xincr = 1; + z->ymod = z->height % z->ysize; + z->ystep = z->height / z->ysize; + z->yincr = 1; + z->instep = z->xstep * z->depth; + z->inincr = z->xincr * z->depth; + + if (z->width < img->ysize) + z->xmax = z->width; + else + z->xmax = z->width - 1; + + if (z->height < img->xsize) + z->ymax = z->height; + else + z->ymax = z->height - 1; + } + else + { + z->xorig = xc0; + z->yorig = yc0; + z->width = xc1 - xc0 + 1; + z->height = yc1 - yc0 + 1; + z->xsize = xsize; + z->ysize = ysize; + z->xmod = z->width % z->xsize; + z->xstep = z->width / z->xsize; + z->xincr = 1; + z->ymod = z->height % z->ysize; + z->ystep = z->height / z->ysize; + z->yincr = 1; + z->instep = z->xstep * z->depth; + z->inincr = z->xincr * z->depth; + + if (z->width < img->xsize) + z->xmax = z->width; + else + z->xmax = z->width - 1; + + if (z->height < img->ysize) + z->ymax = z->height; + else + z->ymax = z->height - 1; + } + + if (flip) + { + z->instep = -z->instep; + z->inincr = -z->inincr; + } + + if ((z->rows[0] = (cups_ib_t *)malloc(z->xsize * z->depth)) == NULL) + { + free(z); + return (NULL); + } + + if ((z->rows[1] = (cups_ib_t *)malloc(z->xsize * z->depth)) == NULL) + { + free(z->rows[0]); + free(z); + return (NULL); + } + + if ((z->in = (cups_ib_t *)malloc(z->width * z->depth)) == NULL) + { + free(z->rows[0]); + free(z->rows[1]); + free(z); + return (NULL); + } + + return (z); +} + + +/* + * 'zoom_bilinear()' - Fill a zoom record with image data utilizing bilinear + * interpolation. + */ + +static void +zoom_bilinear(cups_izoom_t *z, /* I - Zoom record to fill */ + int iy) /* I - Zoom image row */ +{ + cups_ib_t *r, /* Row pointer */ + *inptr; /* Pixel pointer */ + int xerr0, /* X error counter */ + xerr1; /* ... */ + int ix, + x, + count, + z_depth, + z_xstep, + z_xincr, + z_instep, + z_inincr, + z_xmax, + z_xmod, + z_xsize; + + + if (iy > z->ymax) + iy = z->ymax; + + z->row ^= 1; + + z_depth = z->depth; + z_xsize = z->xsize; + z_xmax = z->xmax; + z_xmod = z->xmod; + z_xstep = z->xstep; + z_xincr = z->xincr; + z_instep = z->instep; + z_inincr = z->inincr; + + if (z->rotated) + cupsImageGetCol(z->img, z->xorig - iy, z->yorig, z->width, z->in); + else + cupsImageGetRow(z->img, z->xorig, z->yorig + iy, z->width, z->in); + + if (z_inincr < 0) + inptr = z->in + (z->width - 1) * z_depth; + else + inptr = z->in; + + for (x = z_xsize, xerr0 = z_xsize, xerr1 = 0, ix = 0, r = z->rows[z->row]; + x > 0; + x --) + { + if (ix < z_xmax) + { + for (count = 0; count < z_depth; count ++) + *r++ = (inptr[count] * xerr0 + inptr[z_depth + count] * xerr1) / z_xsize; + } + else + { + for (count = 0; count < z_depth; count ++) + *r++ = inptr[count]; + } + + ix += z_xstep; + inptr += z_instep; + xerr0 -= z_xmod; + xerr1 += z_xmod; + + if (xerr0 <= 0) + { + xerr0 += z_xsize; + xerr1 -= z_xsize; + ix += z_xincr; + inptr += z_inincr; + } + } +} + + +/* + * 'zoom_nearest()' - Fill a zoom record quickly using nearest-neighbor + * sampling. + */ + +static void +zoom_nearest(cups_izoom_t *z, /* I - Zoom record to fill */ + int iy) /* I - Zoom image row */ +{ + cups_ib_t *r, /* Row pointer */ + *inptr; /* Pixel pointer */ + int xerr0; /* X error counter */ + int ix, + x, + count, + z_depth, + z_xstep, + z_xincr, + z_instep, + z_inincr, + z_xmod, + z_xsize; + + + if (iy > z->ymax) + iy = z->ymax; + + z->row ^= 1; + + z_depth = z->depth; + z_xsize = z->xsize; + z_xmod = z->xmod; + z_xstep = z->xstep; + z_xincr = z->xincr; + z_instep = z->instep; + z_inincr = z->inincr; + + if (z->rotated) + cupsImageGetCol(z->img, z->xorig - iy, z->yorig, z->width, z->in); + else + cupsImageGetRow(z->img, z->xorig, z->yorig + iy, z->width, z->in); + + if (z_inincr < 0) + inptr = z->in + (z->width - 1) * z_depth; + else + inptr = z->in; + + for (x = z_xsize, xerr0 = z_xsize, ix = 0, r = z->rows[z->row]; + x > 0; + x --) + { + for (count = 0; count < z_depth; count ++) + *r++ = inptr[count]; + + ix += z_xstep; + inptr += z_instep; + xerr0 -= z_xmod; + + if (xerr0 <= 0) + { + xerr0 += z_xsize; + ix += z_xincr; + inptr += z_inincr; + } + } +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image.c b/filter/image.c new file mode 100644 index 0000000000..e5c3d35da8 --- /dev/null +++ b/filter/image.c @@ -0,0 +1,845 @@ +/* + * "$Id$" + * + * Base image support for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsImageClose() - Close an image file. + * cupsImageGetCol() - Get a column of pixels from an image. + * cupsImageGetColorSpace() - Get the image colorspace. + * cupsImageGetDepth() - Get the number of bytes per pixel. + * cupsImageGetHeight() - Get the height of an image. + * cupsImageGetRow() - Get a row of pixels from an image. + * cupsImageGetWidth() - Get the width of an image. + * cupsImageGetXPPI() - Get the horizontal resolution of an image. + * cupsImageGetYPPI() - Get the vertical resolution of an image. + * cupsImageOpen() - Open an image file and read it into memory. + * _cupsImagePutCol() - Put a column of pixels to an image. + * _cupsImagePutRow() - Put a row of pixels to an image. + * cupsImageSetMaxTiles() - Set the maximum number of tiles to cache. + * flush_tile() - Flush the least-recently-used tile in the cache. + * get_tile() - Get a cached tile. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" + + +/* + * Local functions... + */ + +static void flush_tile(cups_image_t *img); +static cups_ib_t *get_tile(cups_image_t *img, int x, int y); + + +/* + * 'cupsImageClose()' - Close an image file. + */ + +void +cupsImageClose(cups_image_t *img) /* I - Image to close */ +{ + cups_ic_t *current, /* Current cached tile */ + *next; /* Next cached tile */ + + + /* + * Wipe the tile cache file (if any)... + */ + + if (img->cachefile != NULL) + { + DEBUG_printf(("Closing/removing swap file \"%s\"...\n", img->cachename)); + + fclose(img->cachefile); + unlink(img->cachename); + } + + /* + * Free the image cache... + */ + + DEBUG_puts("Freeing memory..."); + + for (current = img->first, next = NULL; current != NULL; current = next) + { + DEBUG_printf(("Freeing cache (%p, next = %p)...\n", current, next)); + + next = current->next; + free(current); + } + + /* + * Free the rest of memory... + */ + + if (img->tiles != NULL) + { + DEBUG_printf(("Freeing tiles (%p)...\n", img->tiles[0])); + + free(img->tiles[0]); + + DEBUG_printf(("Freeing tile pointers (%p)...\n", img->tiles)); + + free(img->tiles); + } + + free(img); +} + + +/* + * 'cupsImageGetCol()' - Get a column of pixels from an image. + */ + +int /* O - -1 on error, 0 on success */ +cupsImageGetCol(cups_image_t *img, /* I - Image */ + int x, /* I - Column */ + int y, /* I - Start row */ + int height, /* I - Column height */ + cups_ib_t *pixels) /* O - Pixel data */ +{ + int bpp, /* Bytes per pixel */ + twidth, /* Tile width */ + count; /* Number of pixels to get */ + const cups_ib_t *ib; /* Pointer into tile */ + + + if (img == NULL || x < 0 || x >= img->xsize || y >= img->ysize) + return (-1); + + if (y < 0) + { + height += y; + y = 0; + } + + if ((y + height) > img->ysize) + height = img->ysize - y; + + if (height < 1) + return (-1); + + bpp = cupsImageGetDepth(img); + twidth = bpp * (CUPS_TILE_SIZE - 1); + + while (height > 0) + { + ib = get_tile(img, x, y); + + if (ib == NULL) + return (-1); + + count = CUPS_TILE_SIZE - (y & (CUPS_TILE_SIZE - 1)); + if (count > height) + count = height; + + y += count; + height -= count; + + for (; count > 0; count --, ib += twidth) + switch (bpp) + { + case 4 : + *pixels++ = *ib++; + case 3 : + *pixels++ = *ib++; + *pixels++ = *ib++; + case 1 : + *pixels++ = *ib++; + break; + } + } + + return (0); +} + + +/* + * 'cupsImageGetColorSpace()' - Get the image colorspace. + */ + +cups_icspace_t /* O - Colorspace */ +cupsImageGetColorSpace( + cups_image_t *img) /* I - Image */ +{ + return (img->colorspace); +} + + +/* + * 'cupsImageGetDepth()' - Get the number of bytes per pixel. + */ + +int /* O - Bytes per pixel */ +cupsImageGetDepth(cups_image_t *img) /* I - Image */ +{ + return (abs(img->colorspace)); +} + + +/* + * 'cupsImageGetHeight()' - Get the height of an image. + */ + +unsigned /* O - Height in pixels */ +cupsImageGetHeight(cups_image_t *img) /* I - Image */ +{ + return (img->ysize); +} + + +/* + * 'cupsImageGetRow()' - Get a row of pixels from an image. + */ + +int /* O - -1 on error, 0 on success */ +cupsImageGetRow(cups_image_t *img, /* I - Image */ + int x, /* I - Start column */ + int y, /* I - Row */ + int width, /* I - Width of row */ + cups_ib_t *pixels) /* O - Pixel data */ +{ + int bpp, /* Bytes per pixel */ + count; /* Number of pixels to get */ + const cups_ib_t *ib; /* Pointer to pixels */ + + + if (img == NULL || y < 0 || y >= img->ysize || x >= img->xsize) + return (-1); + + if (x < 0) + { + width += x; + x = 0; + } + + if ((x + width) > img->xsize) + width = img->xsize - x; + + if (width < 1) + return (-1); + + bpp = img->colorspace < 0 ? -img->colorspace : img->colorspace; + + while (width > 0) + { + ib = get_tile(img, x, y); + + if (ib == NULL) + return (-1); + + count = CUPS_TILE_SIZE - (x & (CUPS_TILE_SIZE - 1)); + if (count > width) + count = width; + memcpy(pixels, ib, count * bpp); + pixels += count * bpp; + x += count; + width -= count; + } + + return (0); +} + + +/* + * 'cupsImageGetWidth()' - Get the width of an image. + */ + +unsigned /* O - Width in pixels */ +cupsImageGetWidth(cups_image_t *img) /* I - Image */ +{ + return (img->xsize); +} + + +/* + * 'cupsImageGetXPPI()' - Get the horizontal resolution of an image. + */ + +unsigned /* O - Horizontal PPI */ +cupsImageGetXPPI(cups_image_t *img) /* I - Image */ +{ + return (img->xppi); +} + + +/* + * 'cupsImageGetYPPI()' - Get the vertical resolution of an image. + */ + +unsigned /* O - Vertical PPI */ +cupsImageGetYPPI(cups_image_t *img) /* I - Image */ +{ + return (img->yppi); +} + + +/* + * 'cupsImageOpen()' - Open an image file and read it into memory. + */ + +cups_image_t * /* O - New image */ +cupsImageOpen( + const char *filename, /* I - Filename of image */ + cups_icspace_t primary, /* I - Primary colorspace needed */ + cups_icspace_t secondary, /* I - Secondary colorspace if primary no good */ + int saturation, /* I - Color saturation level */ + int hue, /* I - Color hue adjustment */ + const cups_ib_t *lut) /* I - RGB gamma/brightness LUT */ +{ + FILE *fp; /* File pointer */ + unsigned char header[16], /* First 16 bytes of file */ + header2[16]; /* Bytes 2048-2064 (PhotoCD) */ + cups_image_t *img; /* New image buffer */ + int status; /* Status of load... */ + + + DEBUG_printf(("cupsImageOpen(\"%s\", %d, %d, %d, %d, %p)\n", + filename ? filename : "(null)", primary, secondary, + saturation, hue, lut)); + + /* + * Figure out the file type... + */ + + if ((fp = fopen(filename, "r")) == NULL) + { +/* perror("ERROR: Unable to open image file"); +*/ return (NULL); + } + + if (fread(header, 1, sizeof(header), fp) == 0) + { +/* perror("ERROR: Unable to read image file header"); +*/ + fclose(fp); + return (NULL); + } + + fseek(fp, 2048, SEEK_SET); + memset(header2, 0, sizeof(header2)); + fread(header2, 1, sizeof(header2), fp); + fseek(fp, 0, SEEK_SET); + + /* + * Allocate memory... + */ + + img = calloc(sizeof(cups_image_t), 1); + + if (img == NULL) + { +/* perror("ERROR: Unable to allocate memory for image file"); +*/ fclose(fp); + return (NULL); + } + + /* + * Load the image as appropriate... + */ + + img->max_ics = CUPS_TILE_MINIMUM; + img->xppi = 128; + img->yppi = 128; + + if (!memcmp(header, "GIF87a", 6) || !memcmp(header, "GIF89a", 6)) + status = _cupsImageReadGIF(img, fp, primary, secondary, saturation, hue, + lut); + else if (!memcmp(header, "BM", 2)) + status = _cupsImageReadBMP(img, fp, primary, secondary, saturation, hue, + lut); + else if (header[0] == 0x01 && header[1] == 0xda) + status = _cupsImageReadSGI(img, fp, primary, secondary, saturation, hue, + lut); + else if (header[0] == 0x59 && header[1] == 0xa6 && + header[2] == 0x6a && header[3] == 0x95) + status = _cupsImageReadSunRaster(img, fp, primary, secondary, saturation, + hue, lut); + else if (header[0] == 'P' && header[1] >= '1' && header[1] <= '6') + status = _cupsImageReadPNM(img, fp, primary, secondary, saturation, hue, + lut); + else if (!memcmp(header2, "PCD_IPI", 7)) + status = _cupsImageReadPhotoCD(img, fp, primary, secondary, saturation, + hue, lut); + else if (!memcmp(header + 8, "\000\010", 2) || + !memcmp(header + 8, "\000\030", 2)) + status = _cupsImageReadPIX(img, fp, primary, secondary, saturation, hue, + lut); +#if defined(HAVE_LIBPNG) && defined(HAVE_LIBZ) + else if (!memcmp(header, "\211PNG", 4)) + status = _cupsImageReadPNG(img, fp, primary, secondary, saturation, hue, + lut); +#endif /* HAVE_LIBPNG && HAVE_LIBZ */ +#ifdef HAVE_LIBJPEG + else if (!memcmp(header, "\377\330\377", 3) && /* Start-of-Image */ + header[3] >= 0xe0 && header[3] <= 0xef) /* APPn */ + status = _cupsImageReadJPEG(img, fp, primary, secondary, saturation, hue, + lut); +#endif /* HAVE_LIBJPEG */ +#ifdef HAVE_LIBTIFF + else if (!memcmp(header, "MM\000\052", 4) || + !memcmp(header, "II\052\000", 4)) + status = _cupsImageReadTIFF(img, fp, primary, secondary, saturation, hue, + lut); +#endif /* HAVE_LIBTIFF */ + else + { +/* fputs("ERROR: Unknown image file format!"); +*/ fclose(fp); + status = -1; + } + + if (status) + { + free(img); + return (NULL); + } + else + return (img); +} + + +/* + * '_cupsImagePutCol()' - Put a column of pixels to an image. + */ + +int /* O - -1 on error, 0 on success */ +_cupsImagePutCol( + cups_image_t *img, /* I - Image */ + int x, /* I - Column */ + int y, /* I - Start row */ + int height, /* I - Column height */ + const cups_ib_t *pixels) /* I - Pixels to put */ +{ + int bpp, /* Bytes per pixel */ + twidth, /* Width of tile */ + count; /* Number of pixels to put */ + int tilex, /* Column within tile */ + tiley; /* Row within tile */ + cups_ib_t *ib; /* Pointer to pixels in tile */ + + + if (img == NULL || x < 0 || x >= img->xsize || y >= img->ysize) + return (-1); + + if (y < 0) + { + height += y; + y = 0; + } + + if ((y + height) > img->ysize) + height = img->ysize - y; + + if (height < 1) + return (-1); + + bpp = cupsImageGetDepth(img); + twidth = bpp * (CUPS_TILE_SIZE - 1); + tilex = x / CUPS_TILE_SIZE; + tiley = y / CUPS_TILE_SIZE; + + while (height > 0) + { + ib = get_tile(img, x, y); + + if (ib == NULL) + return (-1); + + img->tiles[tiley][tilex].dirty = 1; + tiley ++; + + count = CUPS_TILE_SIZE - (y & (CUPS_TILE_SIZE - 1)); + if (count > height) + count = height; + + y += count; + height -= count; + + for (; count > 0; count --, ib += twidth) + switch (bpp) + { + case 4 : + *ib++ = *pixels++; + case 3 : + *ib++ = *pixels++; + *ib++ = *pixels++; + case 1 : + *ib++ = *pixels++; + break; + } + } + + return (0); +} + + +/* + * '_cupsImagePutRow()' - Put a row of pixels to an image. + */ + +int /* O - -1 on error, 0 on success */ +_cupsImagePutRow( + cups_image_t *img, /* I - Image */ + int x, /* I - Start column */ + int y, /* I - Row */ + int width, /* I - Row width */ + const cups_ib_t *pixels) /* I - Pixel data */ +{ + int bpp, /* Bytes per pixel */ + count; /* Number of pixels to put */ + int tilex, /* Column within tile */ + tiley; /* Row within tile */ + cups_ib_t *ib; /* Pointer to pixels in tile */ + + + if (img == NULL || y < 0 || y >= img->ysize || x >= img->xsize) + return (-1); + + if (x < 0) + { + width += x; + x = 0; + } + + if ((x + width) > img->xsize) + width = img->xsize - x; + + if (width < 1) + return (-1); + + bpp = img->colorspace < 0 ? -img->colorspace : img->colorspace; + tilex = x / CUPS_TILE_SIZE; + tiley = y / CUPS_TILE_SIZE; + + while (width > 0) + { + ib = get_tile(img, x, y); + + if (ib == NULL) + return (-1); + + img->tiles[tiley][tilex].dirty = 1; + + count = CUPS_TILE_SIZE - (x & (CUPS_TILE_SIZE - 1)); + if (count > width) + count = width; + memcpy(ib, pixels, count * bpp); + pixels += count * bpp; + x += count; + width -= count; + tilex ++; + } + + return (0); +} + + +/* + * 'cupsImageSetMaxTiles()' - Set the maximum number of tiles to cache. + * + * If the "max_tiles" argument is 0 then the maximum number of tiles is + * computed from the image size or the RIP_CACHE environment variable. + */ + +void +cupsImageSetMaxTiles( + cups_image_t *img, /* I - Image to set */ + int max_tiles) /* I - Number of tiles to cache */ +{ + int cache_size, /* Size of tile cache in bytes */ + min_tiles, /* Minimum number of tiles to cache */ + max_size; /* Maximum cache size in bytes */ + char *cache_env, /* Cache size environment variable */ + cache_units[255]; /* Cache size units */ + + + min_tiles = max(CUPS_TILE_MINIMUM, + 1 + max((img->xsize + CUPS_TILE_SIZE - 1) / CUPS_TILE_SIZE, + (img->ysize + CUPS_TILE_SIZE - 1) / CUPS_TILE_SIZE)); + + if (max_tiles == 0) + max_tiles = ((img->xsize + CUPS_TILE_SIZE - 1) / CUPS_TILE_SIZE) * + ((img->ysize + CUPS_TILE_SIZE - 1) / CUPS_TILE_SIZE); + + cache_size = max_tiles * CUPS_TILE_SIZE * CUPS_TILE_SIZE * + cupsImageGetDepth(img); + + if ((cache_env = getenv("RIP_MAX_CACHE")) != NULL) + { + switch (sscanf(cache_env, "%d%254s", &max_size, cache_units)) + { + case 0 : + max_size = 32 * 1024 * 1024; + break; + case 1 : + max_size *= 4 * CUPS_TILE_SIZE * CUPS_TILE_SIZE; + break; + case 2 : + if (tolower(cache_units[0] & 255) == 'g') + max_size *= 1024 * 1024 * 1024; + else if (tolower(cache_units[0] & 255) == 'm') + max_size *= 1024 * 1024; + else if (tolower(cache_units[0] & 255) == 'k') + max_size *= 1024; + else if (tolower(cache_units[0] & 255) == 't') + max_size *= 4 * CUPS_TILE_SIZE * CUPS_TILE_SIZE; + break; + } + } + else + max_size = 32 * 1024 * 1024; + + if (cache_size > max_size) + max_tiles = max_size / CUPS_TILE_SIZE / CUPS_TILE_SIZE / + cupsImageGetDepth(img); + + if (max_tiles < min_tiles) + max_tiles = min_tiles; + + img->max_ics = max_tiles; + + DEBUG_printf(("max_ics=%d...\n", img->max_ics)); +} + + +/* + * 'flush_tile()' - Flush the least-recently-used tile in the cache. + */ + +static void +flush_tile(cups_image_t *img) /* I - Image */ +{ + int fd; /* Cache file descriptor */ + int bpp; /* Bytes per pixel */ + cups_itile_t *tile; /* Pointer to tile */ + + + bpp = cupsImageGetDepth(img); + tile = img->first->tile; + + if (!tile->dirty) + { + tile->ic = NULL; + return; + } + + if (img->cachefile == NULL) + { + if ((fd = cupsTempFd(img->cachename, sizeof(img->cachename))) < 0) + { +/* perror("ERROR: Unable to create image swap file"); +*/ tile->ic = NULL; + tile->dirty = 0; + return; + } + + DEBUG_printf(("Created swap file \"%s\"...\n", img->cachename)); + + if ((img->cachefile = fdopen(fd, "wb+")) == NULL) + { +/* perror("ERROR: Unable to create image swap file"); +*/ close(fd); + unlink(img->cachename); + tile->ic = NULL; + tile->dirty = 0; + return; + } + } + + if (tile->pos >= 0) + { + if (ftell(img->cachefile) != tile->pos) + if (fseek(img->cachefile, tile->pos, SEEK_SET)) + { +/* perror("ERROR: Unable to seek in swap file"); +*/ tile->ic = NULL; + tile->dirty = 0; + return; + } + } + else + { + if (fseek(img->cachefile, 0, SEEK_END)) + { +/* perror("ERROR: Unable to append to swap file"); +*/ tile->ic = NULL; + tile->dirty = 0; + return; + } + + tile->pos = ftell(img->cachefile); + } + + +/* if (fwrite(tile->ic->pixels, bpp, CUPS_TILE_SIZE * CUPS_TILE_SIZE, + img->cachefile) < 1) + perror("ERROR: Unable to write tile to swap file"); + else + DEBUG_printf(("Wrote tile at position %ld...\n", tile->pos)); +*/ + + fwrite(tile->ic->pixels, bpp, CUPS_TILE_SIZE * CUPS_TILE_SIZE, + img->cachefile); + + tile->ic = NULL; + tile->dirty = 0; +} + + +/* + * 'get_tile()' - Get a cached tile. + */ + +static cups_ib_t * /* O - Pointer to tile or NULL */ +get_tile(cups_image_t *img, /* I - Image */ + int x, /* I - Column in image */ + int y) /* I - Row in image */ +{ + int bpp, /* Bytes per pixel */ + tilex, /* Column within tile */ + tiley, /* Row within tile */ + xtiles, /* Number of tiles horizontally */ + ytiles; /* Number of tiles vertically */ + cups_ic_t *ic; /* Cache pointer */ + cups_itile_t *tile; /* Tile pointer */ + + + if (img->tiles == NULL) + { + xtiles = (img->xsize + CUPS_TILE_SIZE - 1) / CUPS_TILE_SIZE; + ytiles = (img->ysize + CUPS_TILE_SIZE - 1) / CUPS_TILE_SIZE; + + DEBUG_printf(("Creating tile array (%dx%d)\n", xtiles, ytiles)); + + img->tiles = calloc(sizeof(cups_itile_t *), ytiles); + tile = calloc(sizeof(cups_itile_t), xtiles * ytiles); + + for (tiley = 0; tiley < ytiles; tiley ++) + { + img->tiles[tiley] = tile; + for (tilex = xtiles; tilex > 0; tilex --, tile ++) + tile->pos = -1; + } + } + + bpp = cupsImageGetDepth(img); + tilex = x / CUPS_TILE_SIZE; + tiley = y / CUPS_TILE_SIZE; + tile = img->tiles[tiley] + tilex; + x &= (CUPS_TILE_SIZE - 1); + y &= (CUPS_TILE_SIZE - 1); + + if ((ic = tile->ic) == NULL) + { + if (img->num_ics < img->max_ics) + { + ic = calloc(sizeof(cups_ic_t) + bpp * CUPS_TILE_SIZE * + CUPS_TILE_SIZE, 1); + ic->pixels = ((cups_ib_t *)ic) + sizeof(cups_ic_t); + + img->num_ics ++; + + DEBUG_printf(("Allocated cache tile %d (%p)...\n", img->num_ics, ic)); + } + else + { + DEBUG_printf(("Flushing old cache tile (%p)...\n", img->first)); + + flush_tile(img); + ic = img->first; + } + + ic->tile = tile; + tile->ic = ic; + + if (tile->pos >= 0) + { + DEBUG_printf(("Loading cache tile from file position %ld...\n", + tile->pos)); + + if (ftell(img->cachefile) != tile->pos) + fseek(img->cachefile, tile->pos, SEEK_SET); +/* if (fseek(img->cachefile, tile->pos, SEEK_SET)) + perror("get_tile:"); +*/ + + fread(ic->pixels, bpp, CUPS_TILE_SIZE * CUPS_TILE_SIZE, img->cachefile); + } + else + { + DEBUG_puts("Clearing cache tile..."); + + memset(ic->pixels, 0, bpp * CUPS_TILE_SIZE * CUPS_TILE_SIZE); + } + } + + if (ic == img->first) + { + if (ic->next != NULL) + ic->next->prev = NULL; + + img->first = ic->next; + ic->next = NULL; + ic->prev = NULL; + } + else if (img->first == NULL) + img->first = ic; + + if (ic != img->last) + { + /* + * Remove the cache entry from the list... + */ + + if (ic->prev != NULL) + ic->prev->next = ic->next; + if (ic->next != NULL) + ic->next->prev = ic->prev; + + /* + * And add it to the end... + */ + + if (img->last != NULL) + img->last->next = ic; + + ic->prev = img->last; + img->last = ic; + } + + ic->next = NULL; + + return (ic->pixels + bpp * (y * CUPS_TILE_SIZE + x)); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/image.h b/filter/image.h new file mode 100644 index 0000000000..c028b293e1 --- /dev/null +++ b/filter/image.h @@ -0,0 +1,139 @@ +/* + * "$Id$" + * + * Image library definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_IMAGE_H_ +# define _CUPS_IMAGE_H_ + +/* + * Include necessary headers... + */ + +# include +# include "raster.h" + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + +/* + * Constants... + */ + +typedef enum cups_icspace_e /**** Image colorspaces ****/ +{ + CUPS_IMAGE_CMYK = -4, /* Cyan, magenta, yellow, and black */ + CUPS_IMAGE_CMY = -3, /* Cyan, magenta, and yellow */ + CUPS_IMAGE_BLACK = -1, /* Black */ + CUPS_IMAGE_WHITE = 1, /* White (luminance) */ + CUPS_IMAGE_RGB = 3, /* Red, green, and blue */ + CUPS_IMAGE_RGB_CMYK = 4 /* Use RGB or CMYK */ +} cups_icspace_t; + + +/* + * Types and structures... + */ + +typedef unsigned char cups_ib_t; /**** Image byte ****/ + +struct cups_image_s; +typedef struct cups_image_s cups_image_t; + /**** Image file data ****/ + +struct cups_izoom_s; +typedef struct cups_izoom_s cups_izoom_t; + /**** Image zoom data ****/ + + +/* + * Prototypes... + */ + +extern void cupsImageClose(cups_image_t *img); +extern void cupsImageCMYKToBlack(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageCMYKToCMY(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageCMYKToCMYK(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageCMYKToRGB(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageCMYKToWhite(const cups_ib_t *in, + cups_ib_t *out, int count); +extern int cupsImageGetCol(cups_image_t *img, int x, int y, + int height, cups_ib_t *pixels); +extern cups_icspace_t cupsImageGetColorSpace(cups_image_t *img); +extern int cupsImageGetDepth(cups_image_t *img); +extern unsigned cupsImageGetHeight(cups_image_t *img); +extern int cupsImageGetRow(cups_image_t *img, int x, int y, + int width, cups_ib_t *pixels); +extern unsigned cupsImageGetWidth(cups_image_t *img); +extern unsigned cupsImageGetXPPI(cups_image_t *img); +extern unsigned cupsImageGetYPPI(cups_image_t *img); +extern void cupsImageLut(cups_ib_t *pixels, int count, + const cups_ib_t *lut); +extern cups_image_t *cupsImageOpen(const char *filename, + cups_icspace_t primary, + cups_icspace_t secondary, + int saturation, int hue, + const cups_ib_t *lut); +extern void cupsImageRGBAdjust(cups_ib_t *pixels, int count, + int saturation, int hue); +extern void cupsImageRGBToBlack(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageRGBToCMY(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageRGBToCMYK(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageRGBToRGB(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageRGBToWhite(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageSetMaxTiles(cups_image_t *img, int max_tiles); +extern void cupsImageSetProfile(float d, float g, + float matrix[3][3]); +extern void cupsImageSetRasterColorSpace(cups_cspace_t cs); +extern void cupsImageWhiteToBlack(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageWhiteToCMY(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageWhiteToCMYK(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageWhiteToRGB(const cups_ib_t *in, + cups_ib_t *out, int count); +extern void cupsImageWhiteToWhite(const cups_ib_t *in, + cups_ib_t *out, int count); + + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_IMAGE_H_ */ + +/* + * End of "$Id$". + */ diff --git a/filter/imagetops.c b/filter/imagetops.c new file mode 100644 index 0000000000..d63618705d --- /dev/null +++ b/filter/imagetops.c @@ -0,0 +1,1067 @@ +/* + * "$Id$" + * + * Image file to PostScript filter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry... + * ps_hex() - Print binary data as a series of hexadecimal numbers. + * ps_ascii85() - Print binary data as a series of base-85 numbers. + */ + +/* + * Include necessary headers... + */ + +#include "common.h" +#include "image.h" +#include + + +/* + * Globals... + */ + +int Flip = 0, /* Flip/mirror pages */ + XPosition = 0, /* Horizontal position on page */ + YPosition = 0, /* Vertical position on page */ + Collate = 0, /* Collate copies? */ + Copies = 1; /* Number of copies */ + + +/* + * Local functions... + */ + +static void ps_hex(cups_ib_t *, int, int); +static void ps_ascii85(cups_ib_t *, int, int); + + +/* + * 'main()' - Main entry... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + cups_image_t *img; /* Image to print */ + float xprint, /* Printable area */ + yprint, + xinches, /* Total size in inches */ + yinches; + float xsize, /* Total size in points */ + ysize, + xsize2, + ysize2; + float aspect; /* Aspect ratio */ + int xpages, /* # x pages */ + ypages, /* # y pages */ + xpage, /* Current x page */ + ypage, /* Current y page */ + page; /* Current page number */ + int xc0, yc0, /* Corners of the page in image coords */ + xc1, yc1; + cups_ib_t *row; /* Current row */ + int y; /* Current Y coordinate in image */ + int colorspace; /* Output colorspace */ + int out_offset, /* Offset into output buffer */ + out_length; /* Length of output buffer */ + ppd_file_t *ppd; /* PPD file */ + ppd_choice_t *choice; /* PPD option choice */ + int num_options; /* Number of print options */ + cups_option_t *options; /* Print options */ + const char *val; /* Option value */ + int slowcollate; /* Collate copies the slow way */ + float g; /* Gamma correction value */ + float b; /* Brightness factor */ + float zoom; /* Zoom facter */ + int xppi, yppi; /* Pixels-per-inch */ + int hue, sat; /* Hue and saturation adjustment */ + int realcopies, /* Real copies being printed */ + emit_jcl; /* Emit JCL? */ + float left, top; /* Left and top of image */ + char filename[1024]; /* Name of file to print */ + time_t curtime; /* Current time */ + struct tm *curtm; /* Current date */ + char curdate[255]; /* Current date string */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + fputs("ERROR: imagetops job-id user title copies options [file]\n", stderr); + return (1); + } + + fprintf(stderr, "INFO: %s %s %s %s %s %s %s\n", argv[0], argv[1], argv[2], + argv[3], argv[4], argv[5], argv[6] ? argv[6] : "(null)"); + + /* + * Copy stdin as needed... + */ + + if (argc == 6) + { + int fd; /* File to write to */ + char buffer[8192]; /* Buffer to read into */ + int bytes; /* # of bytes to read */ + + + if ((fd = cupsTempFd(filename, sizeof(filename))) < 0) + { + perror("ERROR: Unable to copy image file"); + return (1); + } + + fprintf(stderr, "DEBUG: imagetoraster - copying to temp print file \"%s\"\n", + filename); + + while ((bytes = fread(buffer, 1, sizeof(buffer), stdin)) > 0) + write(fd, buffer, bytes); + + close(fd); + } + else + strlcpy(filename, argv[6], sizeof(filename)); + + /* + * Process command-line options and write the prolog... + */ + + zoom = 0.0; + xppi = 0; + yppi = 0; + hue = 0; + sat = 100; + g = 1.0; + b = 1.0; + + Copies = atoi(argv[4]); + + options = NULL; + num_options = cupsParseOptions(argv[5], 0, &options); + + ppd = SetCommonOptions(num_options, options, 0); + + if ((val = cupsGetOption("multiple-document-handling", num_options, options)) != NULL) + { + /* + * This IPP attribute is unnecessarily complicated... + * + * single-document, separate-documents-collated-copies, and + * single-document-new-sheet all require collated copies. + * + * separate-documents-uncollated-copies allows for uncollated copies. + */ + + Collate = strcasecmp(val, "separate-documents-uncollated-copies") != 0; + } + + if ((val = cupsGetOption("Collate", num_options, options)) != NULL && + strcasecmp(val, "True") == 0) + Collate = 1; + + if ((val = cupsGetOption("gamma", num_options, options)) != NULL) + { + /* + * Get gamma value from 1 to 10000... + */ + + g = atoi(val) * 0.001f; + + if (g < 0.001f) + g = 0.001f; + else if (g > 10.0f) + g = 10.0f; + } + + if ((val = cupsGetOption("brightness", num_options, options)) != NULL) + { + /* + * Get brightness value from 10 to 1000. + */ + + b = atoi(val) * 0.01f; + + if (b < 0.1f) + b = 0.1f; + else if (b > 10.0f) + b = 10.0f; + } + + if ((val = cupsGetOption("scaling", num_options, options)) != NULL) + zoom = atoi(val) * 0.01; + else if (cupsGetOption("fitplot", num_options, options)) + zoom = 1.0; + + if ((val = cupsGetOption("ppi", num_options, options)) != NULL) + if (sscanf(val, "%dx%d", &xppi, &yppi) < 2) + yppi = xppi; + + if ((val = cupsGetOption("position", num_options, options)) != NULL) + { + if (strcasecmp(val, "center") == 0) + { + XPosition = 0; + YPosition = 0; + } + else if (strcasecmp(val, "top") == 0) + { + XPosition = 0; + YPosition = 1; + } + else if (strcasecmp(val, "left") == 0) + { + XPosition = -1; + YPosition = 0; + } + else if (strcasecmp(val, "right") == 0) + { + XPosition = 1; + YPosition = 0; + } + else if (strcasecmp(val, "top-left") == 0) + { + XPosition = -1; + YPosition = 1; + } + else if (strcasecmp(val, "top-right") == 0) + { + XPosition = 1; + YPosition = 1; + } + else if (strcasecmp(val, "bottom") == 0) + { + XPosition = 0; + YPosition = -1; + } + else if (strcasecmp(val, "bottom-left") == 0) + { + XPosition = -1; + YPosition = -1; + } + else if (strcasecmp(val, "bottom-right") == 0) + { + XPosition = 1; + YPosition = -1; + } + } + + if ((val = cupsGetOption("saturation", num_options, options)) != NULL) + sat = atoi(val); + + if ((val = cupsGetOption("hue", num_options, options)) != NULL) + hue = atoi(val); + + if ((val = cupsGetOption("mirror", num_options, options)) != NULL && + strcasecmp(val, "True") == 0) + Flip = 1; + + if ((val = cupsGetOption("emit-jcl", num_options, options)) != NULL && + (!strcasecmp(val, "false") || !strcasecmp(val, "off") || + !strcasecmp(val, "no") || !strcmp(val, "0"))) + emit_jcl = 0; + else + emit_jcl = 1; + + /* + * Open the input image to print... + */ + + colorspace = ColorDevice ? CUPS_IMAGE_RGB_CMYK : CUPS_IMAGE_WHITE; + + img = cupsImageOpen(filename, colorspace, CUPS_IMAGE_WHITE, sat, hue, NULL); + + if (argc == 6) + unlink(filename); + + if (img == NULL) + { + fputs("ERROR: Unable to open image file for printing!\n", stderr); + ppdClose(ppd); + return (1); + } + + colorspace = cupsImageGetColorSpace(img); + + /* + * Scale as necessary... + */ + + if (zoom == 0.0 && xppi == 0) + { + xppi = cupsImageGetXPPI(img); + yppi = cupsImageGetYPPI(img); + } + + if (yppi == 0) + yppi = xppi; + + fprintf(stderr, "DEBUG: Before scaling: xppi=%d, yppi=%d, zoom=%.2f\n", + xppi, yppi, zoom); + + if (xppi > 0) + { + /* + * Scale the image as neccesary to match the desired pixels-per-inch. + */ + + if (Orientation & 1) + { + xprint = (PageTop - PageBottom) / 72.0; + yprint = (PageRight - PageLeft) / 72.0; + } + else + { + xprint = (PageRight - PageLeft) / 72.0; + yprint = (PageTop - PageBottom) / 72.0; + } + + fprintf(stderr, "DEBUG: Before scaling: xprint=%.1f, yprint=%.1f\n", + xprint, yprint); + + xinches = (float)cupsImageGetWidth(img) / (float)xppi; + yinches = (float)cupsImageGetHeight(img) / (float)yppi; + + fprintf(stderr, "DEBUG: Image size is %.1f x %.1f inches...\n", + xinches, yinches); + + if ((val = cupsGetOption("natural-scaling", num_options, options)) != NULL) + { + xinches = xinches * atoi(val) / 100; + yinches = yinches * atoi(val) / 100; + } + + if (cupsGetOption("orientation-requested", num_options, options) == NULL && + cupsGetOption("landscape", num_options, options) == NULL) + { + /* + * Rotate the image if it will fit landscape but not portrait... + */ + + fputs("DEBUG: Auto orientation...\n", stderr); + + if ((xinches > xprint || yinches > yprint) && + xinches <= yprint && yinches <= xprint) + { + /* + * Rotate the image as needed... + */ + + fputs("DEBUG: Using landscape orientation...\n", stderr); + + Orientation = (Orientation + 1) & 3; + xsize = yprint; + yprint = xprint; + xprint = xsize; + } + } + } + else + { + /* + * Scale percentage of page size... + */ + + xprint = (PageRight - PageLeft) / 72.0; + yprint = (PageTop - PageBottom) / 72.0; + aspect = (float)cupsImageGetYPPI(img) / (float)cupsImageGetXPPI(img); + + fprintf(stderr, "DEBUG: Before scaling: xprint=%.1f, yprint=%.1f\n", + xprint, yprint); + + fprintf(stderr, "DEBUG: cupsImageGetXPPI(img) = %d, cupsImageGetYPPI(img) = %d, aspect = %f\n", + cupsImageGetXPPI(img), cupsImageGetYPPI(img), aspect); + + xsize = xprint * zoom; + ysize = xsize * cupsImageGetHeight(img) / cupsImageGetWidth(img) / aspect; + + if (ysize > (yprint * zoom)) + { + ysize = yprint * zoom; + xsize = ysize * cupsImageGetWidth(img) * aspect / cupsImageGetHeight(img); + } + + xsize2 = yprint * zoom; + ysize2 = xsize2 * cupsImageGetHeight(img) / cupsImageGetWidth(img) / aspect; + + if (ysize2 > (xprint * zoom)) + { + ysize2 = xprint * zoom; + xsize2 = ysize2 * cupsImageGetWidth(img) * aspect / cupsImageGetHeight(img); + } + + fprintf(stderr, "DEBUG: Portrait size is %.2f x %.2f inches\n", xsize, ysize); + fprintf(stderr, "DEBUG: Landscape size is %.2f x %.2f inches\n", xsize2, ysize2); + + if (cupsGetOption("orientation-requested", num_options, options) == NULL && + cupsGetOption("landscape", num_options, options) == NULL) + { + /* + * Choose the rotation with the largest area, but prefer + * portrait if they are equal... + */ + + fputs("DEBUG: Auto orientation...\n", stderr); + + if ((xsize * ysize) < (xsize2 * xsize2)) + { + /* + * Do landscape orientation... + */ + + fputs("DEBUG: Using landscape orientation...\n", stderr); + + Orientation = 1; + xinches = xsize2; + yinches = ysize2; + xprint = (PageTop - PageBottom) / 72.0; + yprint = (PageRight - PageLeft) / 72.0; + } + else + { + /* + * Do portrait orientation... + */ + + fputs("DEBUG: Using portrait orientation...\n", stderr); + + Orientation = 0; + xinches = xsize; + yinches = ysize; + } + } + else if (Orientation & 1) + { + fputs("DEBUG: Using landscape orientation...\n", stderr); + + xinches = xsize2; + yinches = ysize2; + xprint = (PageTop - PageBottom) / 72.0; + yprint = (PageRight - PageLeft) / 72.0; + } + else + { + fputs("DEBUG: Using portrait orientation...\n", stderr); + + xinches = xsize; + yinches = ysize; + xprint = (PageRight - PageLeft) / 72.0; + yprint = (PageTop - PageBottom) / 72.0; + } + } + + /* + * Compute the number of pages to print and the size of the image on each + * page... + */ + + xpages = ceil(xinches / xprint); + ypages = ceil(yinches / yprint); + + xprint = xinches / xpages; + yprint = yinches / ypages; + + fprintf(stderr, "DEBUG: xpages = %dx%.2fin, ypages = %dx%.2fin\n", + xpages, xprint, ypages, yprint); + + /* + * Update the page size for custom sizes... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "PageSize")) != NULL && + strcasecmp(choice->choice, "Custom") == 0) + { + float width, /* New width in points */ + length; /* New length in points */ + char s[255]; /* New custom page size... */ + + + /* + * Use the correct width and length for the current orientation... + */ + + if (Orientation & 1) + { + width = yprint * 72.0; + length = xprint * 72.0; + } + else + { + width = xprint * 72.0; + length = yprint * 72.0; + } + + /* + * Add margins to page size... + */ + + width += ppd->custom_margins[0] + ppd->custom_margins[2]; + length += ppd->custom_margins[1] + ppd->custom_margins[3]; + + /* + * Enforce minimums... + */ + + if (width < ppd->custom_min[0]) + width = ppd->custom_min[0]; + + if (length < ppd->custom_min[1]) + length = ppd->custom_min[1]; + + fprintf(stderr, "DEBUG: Updated custom page size to %.2f x %.2f inches...\n", + width / 72.0, length / 72.0); + + /* + * Set the new custom size... + */ + + sprintf(s, "Custom.%.0fx%.0f", width, length); + ppdMarkOption(ppd, "PageSize", s); + + /* + * Update page variables... + */ + + PageWidth = width; + PageLength = length; + PageLeft = ppd->custom_margins[0]; + PageRight = width - ppd->custom_margins[2]; + PageBottom = ppd->custom_margins[1]; + PageTop = length - ppd->custom_margins[3]; + } + + /* + * See if we need to collate, and if so how we need to do it... + */ + + if (xpages == 1 && ypages == 1) + Collate = 0; + + slowcollate = Collate && ppdFindOption(ppd, "Collate") == NULL; + + if (Copies > 1 && !slowcollate) + { + realcopies = Copies; + Copies = 1; + } + else + realcopies = 1; + + /* + * Write any "exit server" options that have been selected... + */ + + ppdEmit(ppd, stdout, PPD_ORDER_EXIT); + + /* + * Write any JCL commands that are needed to print PostScript code... + */ + + if (emit_jcl) + ppdEmitJCL(ppd, stdout, atoi(argv[1]), argv[2], argv[3]); + + /* + * Start sending the document with any commands needed... + */ + + curtime = time(NULL); + curtm = localtime(&curtime); + + puts("%!PS-Adobe-3.0"); + printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", PageLeft, PageBottom, + PageRight, PageTop); + printf("%%%%LanguageLevel: %d\n", LanguageLevel); + printf("%%%%Pages: %d\n", xpages * ypages * Copies); + puts("%%DocumentData: Clean7Bit"); + puts("%%DocumentNeededResources: font Helvetica-Bold"); + puts("%%Creator: imagetops/" CUPS_SVERSION); + strftime(curdate, sizeof(curdate), "%c", curtm); + printf("%%%%CreationDate: %s\n", curdate); + WriteTextComment("Title", argv[3]); + WriteTextComment("For", argv[2]); + if (Orientation & 1) + puts("%%Orientation: Landscape"); + else + puts("%%Orientation: Portrait"); + puts("%%EndComments"); + puts("%%BeginProlog"); + + if (ppd != NULL && ppd->patches != NULL) + puts(ppd->patches); + + ppdEmit(ppd, stdout, PPD_ORDER_DOCUMENT); + ppdEmit(ppd, stdout, PPD_ORDER_ANY); + ppdEmit(ppd, stdout, PPD_ORDER_PROLOG); + + if (g != 1.0 || b != 1.0) + printf("{ neg 1 add dup 0 lt { pop 1 } { %.3f exp neg 1 add } " + "ifelse %.3f mul } bind settransfer\n", g, b); + + WriteCommon(); + switch (Orientation) + { + case 0 : + WriteLabelProlog(cupsGetOption("page-label", num_options, options), + PageBottom, PageTop, PageWidth); + break; + + case 1 : + WriteLabelProlog(cupsGetOption("page-label", num_options, options), + PageLeft, PageRight, PageLength); + break; + + case 2 : + WriteLabelProlog(cupsGetOption("page-label", num_options, options), + PageLength - PageTop, PageLength - PageBottom, + PageWidth); + break; + + case 3 : + WriteLabelProlog(cupsGetOption("page-label", num_options, options), + PageWidth - PageRight, PageWidth - PageLeft, + PageLength); + break; + } + + if (realcopies > 1) + { + if (ppd == NULL || ppd->language_level == 1) + printf("/#copies %d def\n", realcopies); + else + printf("<>setpagedevice\n", realcopies); + } + + puts("%%EndProlog"); + + /* + * Output the pages... + */ + + row = malloc(cupsImageGetWidth(img) * abs(colorspace) + 3); + + fprintf(stderr, "DEBUG: XPosition=%d, YPosition=%d, Orientation=%d\n", + XPosition, YPosition, Orientation); + fprintf(stderr, "DEBUG: xprint=%.0f, yprint=%.0f\n", xprint, yprint); + fprintf(stderr, "DEBUG: PageLeft=%.0f, PageRight=%.0f, PageWidth=%.0f\n", + PageLeft, PageRight, PageWidth); + fprintf(stderr, "DEBUG: PageBottom=%.0f, PageTop=%.0f, PageLength=%.0f\n", + PageBottom, PageTop, PageLength); + + switch (Orientation) + { + default : + switch (XPosition) + { + case -1 : + left = PageLeft; + break; + default : + left = (PageRight + PageLeft - xprint * 72) / 2; + break; + case 1 : + left = PageRight - xprint * 72; + break; + } + + switch (YPosition) + { + case -1 : + top = PageBottom + yprint * 72; + break; + default : + top = (PageTop + PageBottom + yprint * 72) / 2; + break; + case 1 : + top = PageTop; + break; + } + break; + + case 1 : + switch (XPosition) + { + case -1 : + left = PageBottom; + break; + default : + left = (PageTop + PageBottom - xprint * 72) / 2; + break; + case 1 : + left = PageTop - xprint * 72; + break; + } + + switch (YPosition) + { + case -1 : + top = PageLeft + yprint * 72; + break; + default : + top = (PageRight + PageLeft + yprint * 72) / 2; + break; + case 1 : + top = PageRight; + break; + } + break; + + case 2 : + switch (XPosition) + { + case 1 : + left = PageLeft; + break; + default : + left = (PageRight + PageLeft - xprint * 72) / 2; + break; + case -1 : + left = PageRight - xprint * 72; + break; + } + + switch (YPosition) + { + case 1 : + top = PageBottom + yprint * 72; + break; + default : + top = (PageTop + PageBottom + yprint * 72) / 2; + break; + case -1 : + top = PageTop; + break; + } + break; + + case 3 : + switch (XPosition) + { + case 1 : + left = PageBottom; + break; + default : + left = (PageTop + PageBottom - xprint * 72) / 2; + break; + case -1 : + left = PageTop - xprint * 72; + break; + } + + switch (YPosition) + { + case 1 : + top = PageLeft + yprint * 72; + break; + default : + top = (PageRight + PageLeft + yprint * 72) / 2; + break; + case -1 : + top = PageRight; + break; + } + break; + } + + fprintf(stderr, "DEBUG: left=%.2f, top=%.2f\n", left, top); + + for (page = 1; Copies > 0; Copies --) + for (xpage = 0; xpage < xpages; xpage ++) + for (ypage = 0; ypage < ypages; ypage ++, page ++) + { + if (ppd && ppd->num_filters == 0) + fprintf(stderr, "PAGE: %d %d\n", page, realcopies); + + fprintf(stderr, "INFO: Printing page %d...\n", page); + + printf("%%%%Page: %d %d\n", page, page); + + ppdEmit(ppd, stdout, PPD_ORDER_PAGE); + + puts("gsave"); + + if (Flip) + printf("%.0f 0 translate -1 1 scale\n", PageWidth); + + switch (Orientation) + { + case 1 : /* Landscape */ + printf("%.0f 0 translate 90 rotate\n", PageWidth); + break; + case 2 : /* Reverse Portrait */ + printf("%.0f %.0f translate 180 rotate\n", PageWidth, PageLength); + break; + case 3 : /* Reverse Landscape */ + printf("0 %.0f translate -90 rotate\n", PageLength); + break; + } + + puts("gsave"); + + xc0 = cupsImageGetWidth(img) * xpage / xpages; + xc1 = cupsImageGetWidth(img) * (xpage + 1) / xpages - 1; + yc0 = cupsImageGetHeight(img) * ypage / ypages; + yc1 = cupsImageGetHeight(img) * (ypage + 1) / ypages - 1; + + printf("%.1f %.1f translate\n", left, top); + + printf("%.3f %.3f scale\n\n", + xprint * 72.0 / (xc1 - xc0 + 1), + yprint * 72.0 / (yc1 - yc0 + 1)); + + if (LanguageLevel == 1) + { + printf("/picture %d string def\n", (xc1 - xc0 + 1) * abs(colorspace)); + printf("%d %d 8[1 0 0 -1 0 1]", (xc1 - xc0 + 1), (yc1 - yc0 + 1)); + + if (colorspace == CUPS_IMAGE_WHITE) + puts("{currentfile picture readhexstring pop} image"); + else + printf("{currentfile picture readhexstring pop} false %d colorimage\n", + abs(colorspace)); + + for (y = yc0; y <= yc1; y ++) + { + cupsImageGetRow(img, xc0, y, xc1 - xc0 + 1, row); + ps_hex(row, (xc1 - xc0 + 1) * abs(colorspace), y == yc1); + } + } + else + { + switch (colorspace) + { + case CUPS_IMAGE_WHITE : + puts("/DeviceGray setcolorspace"); + break; + case CUPS_IMAGE_RGB : + puts("/DeviceRGB setcolorspace"); + break; + case CUPS_IMAGE_CMYK : + puts("/DeviceCMYK setcolorspace"); + break; + } + + printf("<<" + "/ImageType 1" + "/Width %d" + "/Height %d" + "/BitsPerComponent 8", + xc1 - xc0 + 1, yc1 - yc0 + 1); + + switch (colorspace) + { + case CUPS_IMAGE_WHITE : + fputs("/Decode[0 1]", stdout); + break; + case CUPS_IMAGE_RGB : + fputs("/Decode[0 1 0 1 0 1]", stdout); + break; + case CUPS_IMAGE_CMYK : + fputs("/Decode[0 1 0 1 0 1 0 1]", stdout); + break; + } + + fputs("\n/DataSource currentfile/ASCII85Decode filter", stdout); + + if (((xc1 - xc0 + 1) / xprint) < 100.0) + fputs("/Interpolate true", stdout); + + puts("/ImageMatrix[1 0 0 -1 0 1]>>image"); + + for (y = yc0, out_offset = 0; y <= yc1; y ++) + { + cupsImageGetRow(img, xc0, y, xc1 - xc0 + 1, row + out_offset); + + out_length = (xc1 - xc0 + 1) * abs(colorspace) + out_offset; + out_offset = out_length & 3; + + ps_ascii85(row, out_length, y == yc1); + + if (out_offset > 0) + memcpy(row, row + out_length - out_offset, out_offset); + } + } + + puts("grestore"); + WriteLabels(0); + puts("grestore"); + puts("showpage"); + } + + puts("%%EOF"); + + /* + * End the job with the appropriate JCL command or CTRL-D otherwise. + */ + + if (emit_jcl) + { + if (ppd && ppd->jcl_end) + ppdEmitJCLEnd(ppd, stdout); + else + putchar(0x04); + } + + /* + * Close files... + */ + + cupsImageClose(img); + ppdClose(ppd); + + return (0); +} + + +/* + * 'ps_hex()' - Print binary data as a series of hexadecimal numbers. + */ + +static void +ps_hex(cups_ib_t *data, /* I - Data to print */ + int length, /* I - Number of bytes to print */ + int last_line) /* I - Last line of raster data? */ +{ + static int col = 0; /* Current column */ + static char *hex = "0123456789ABCDEF"; + /* Hex digits */ + + + while (length > 0) + { + /* + * Put the hex chars out to the file; note that we don't use printf() + * for speed reasons... + */ + + putchar(hex[*data >> 4]); + putchar(hex[*data & 15]); + + data ++; + length --; + + col += 2; + if (col > 78) + { + putchar('\n'); + col = 0; + } + } + + if (last_line && col) + { + putchar('\n'); + col = 0; + } +} + + +/* + * 'ps_ascii85()' - Print binary data as a series of base-85 numbers. + */ + +static void +ps_ascii85(cups_ib_t *data, /* I - Data to print */ + int length, /* I - Number of bytes to print */ + int last_line) /* I - Last line of raster data? */ +{ + unsigned b; /* Binary data word */ + unsigned char c[5]; /* ASCII85 encoded chars */ + static int col = 0; /* Current column */ + + + while (length > 3) + { + b = (((((data[0] << 8) | data[1]) << 8) | data[2]) << 8) | data[3]; + + if (b == 0) + { + putchar('z'); + col ++; + } + else + { + c[4] = (b % 85) + '!'; + b /= 85; + c[3] = (b % 85) + '!'; + b /= 85; + c[2] = (b % 85) + '!'; + b /= 85; + c[1] = (b % 85) + '!'; + b /= 85; + c[0] = b + '!'; + + fwrite(c, 5, 1, stdout); + col += 5; + } + + data += 4; + length -= 4; + + if (col >= 75) + { + putchar('\n'); + col = 0; + } + } + + if (last_line) + { + if (length > 0) + { + memset(data + length, 0, 4 - length); + b = (((((data[0] << 8) | data[1]) << 8) | data[2]) << 8) | data[3]; + + c[4] = (b % 85) + '!'; + b /= 85; + c[3] = (b % 85) + '!'; + b /= 85; + c[2] = (b % 85) + '!'; + b /= 85; + c[1] = (b % 85) + '!'; + b /= 85; + c[0] = b + '!'; + + fwrite(c, length + 1, 1, stdout); + } + + puts("~>"); + col = 0; + } +} + + +/* + * End of "$Id$". + */ diff --git a/filter/imagetoraster.c b/filter/imagetoraster.c new file mode 100644 index 0000000000..deedac7fa1 --- /dev/null +++ b/filter/imagetoraster.c @@ -0,0 +1,4314 @@ +/* + * "$Id$" + * + * Image file to raster filter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry... + * blank_line() - Clear a line buffer to the blank value... + * format_CMY() - Convert image data to CMY. + * format_CMYK() - Convert image data to CMYK. + * format_K() - Convert image data to black. + * format_KCMY() - Convert image data to KCMY. + * format_KCMYcm() - Convert image data to KCMYcm. + * format_RGBA() - Convert image data to RGBA/RGBW. + * format_W() - Convert image data to luminance. + * format_YMC() - Convert image data to YMC. + * format_YMCK() - Convert image data to YMCK. + * make_lut() - Make a lookup table given gamma and brightness values. + * raster_cb() - Validate the page header. + */ + +/* + * Include necessary headers... + */ + +#include "common.h" +#include "image-private.h" +#include "raster.h" +#include +#include + + +/* + * Globals... + */ + +int Flip = 0, /* Flip/mirror pages */ + XPosition = 0, /* Horizontal position on page */ + YPosition = 0, /* Vertical position on page */ + Collate = 0, /* Collate copies? */ + Copies = 1; /* Number of copies */ +int Floyd16x16[16][16] = /* Traditional Floyd ordered dither */ + { + { 0, 128, 32, 160, 8, 136, 40, 168, + 2, 130, 34, 162, 10, 138, 42, 170 }, + { 192, 64, 224, 96, 200, 72, 232, 104, + 194, 66, 226, 98, 202, 74, 234, 106 }, + { 48, 176, 16, 144, 56, 184, 24, 152, + 50, 178, 18, 146, 58, 186, 26, 154 }, + { 240, 112, 208, 80, 248, 120, 216, 88, + 242, 114, 210, 82, 250, 122, 218, 90 }, + { 12, 140, 44, 172, 4, 132, 36, 164, + 14, 142, 46, 174, 6, 134, 38, 166 }, + { 204, 76, 236, 108, 196, 68, 228, 100, + 206, 78, 238, 110, 198, 70, 230, 102 }, + { 60, 188, 28, 156, 52, 180, 20, 148, + 62, 190, 30, 158, 54, 182, 22, 150 }, + { 252, 124, 220, 92, 244, 116, 212, 84, + 254, 126, 222, 94, 246, 118, 214, 86 }, + { 3, 131, 35, 163, 11, 139, 43, 171, + 1, 129, 33, 161, 9, 137, 41, 169 }, + { 195, 67, 227, 99, 203, 75, 235, 107, + 193, 65, 225, 97, 201, 73, 233, 105 }, + { 51, 179, 19, 147, 59, 187, 27, 155, + 49, 177, 17, 145, 57, 185, 25, 153 }, + { 243, 115, 211, 83, 251, 123, 219, 91, + 241, 113, 209, 81, 249, 121, 217, 89 }, + { 15, 143, 47, 175, 7, 135, 39, 167, + 13, 141, 45, 173, 5, 133, 37, 165 }, + { 207, 79, 239, 111, 199, 71, 231, 103, + 205, 77, 237, 109, 197, 69, 229, 101 }, + { 63, 191, 31, 159, 55, 183, 23, 151, + 61, 189, 29, 157, 53, 181, 21, 149 }, + { 254, 127, 223, 95, 247, 119, 215, 87, + 253, 125, 221, 93, 245, 117, 213, 85 } + }; +int Floyd8x8[8][8] = + { + { 0, 32, 8, 40, 2, 34, 10, 42 }, + { 48, 16, 56, 24, 50, 18, 58, 26 }, + { 12, 44, 4, 36, 14, 46, 6, 38 }, + { 60, 28, 52, 20, 62, 30, 54, 22 }, + { 3, 35, 11, 43, 1, 33, 9, 41 }, + { 51, 19, 59, 27, 49, 17, 57, 25 }, + { 15, 47, 7, 39, 13, 45, 5, 37 }, + { 63, 31, 55, 23, 61, 29, 53, 21 } + }; +int Floyd4x4[4][4] = + { + { 0, 8, 2, 10 }, + { 12, 4, 14, 6 }, + { 3, 11, 1, 9 }, + { 15, 7, 13, 5 } + }; + +cups_ib_t OnPixels[256], /* On-pixel LUT */ + OffPixels[256]; /* Off-pixel LUT */ + + +/* + * Local functions... + */ + +static void blank_line(cups_page_header2_t *header, unsigned char *row); +static void format_CMY(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void format_CMYK(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void format_K(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void format_KCMYcm(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void format_KCMY(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +#define format_RGB format_CMY +static void format_RGBA(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void format_W(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void format_YMC(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void format_YMCK(cups_page_header2_t *header, unsigned char *row, int y, int z, int xsize, int ysize, int yerr0, int yerr1, cups_ib_t *r0, cups_ib_t *r1); +static void make_lut(cups_ib_t *, int, float, float); +static int raster_cb(cups_page_header2_t *header, int preferred_bits); + + +/* + * 'main()' - Main entry... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + cups_image_t *img; /* Image to print */ + float xprint, /* Printable area */ + yprint, + xinches, /* Total size in inches */ + yinches; + float xsize, /* Total size in points */ + ysize, + xsize2, + ysize2; + float aspect; /* Aspect ratio */ + int xpages, /* # x pages */ + ypages, /* # y pages */ + xpage, /* Current x page */ + ypage, /* Current y page */ + xtemp, /* Bitmap width in pixels */ + ytemp, /* Bitmap height in pixels */ + page; /* Current page number */ + int xc0, yc0, /* Corners of the page in image coords */ + xc1, yc1; + ppd_file_t *ppd; /* PPD file */ + ppd_choice_t *choice; /* PPD option choice */ + char *resolution, /* Output resolution */ + *media_type; /* Media type */ + ppd_profile_t *profile; /* Color profile */ + ppd_profile_t userprofile; /* User-specified profile */ + cups_raster_t *ras; /* Raster stream */ + cups_page_header2_t header; /* Page header */ + int num_options; /* Number of print options */ + cups_option_t *options; /* Print options */ + const char *val; /* Option value */ + int slowcollate, /* Collate copies the slow way */ + slowcopies; /* Make copies the "slow" way? */ + float g; /* Gamma correction value */ + float b; /* Brightness factor */ + float zoom; /* Zoom facter */ + int xppi, yppi; /* Pixels-per-inch */ + int hue, sat; /* Hue and saturation adjustment */ + cups_izoom_t *z; /* Image zoom buffer */ + cups_iztype_t zoom_type; /* Image zoom type */ + int primary, /* Primary image colorspace */ + secondary; /* Secondary image colorspace */ + cups_ib_t *row, /* Current row */ + *r0, /* Top row */ + *r1; /* Bottom row */ + int y, /* Current Y coordinate on page */ + iy, /* Current Y coordinate in image */ + last_iy, /* Previous Y coordinate in image */ + yerr0, /* Top Y error value */ + yerr1; /* Bottom Y error value */ + cups_ib_t lut[256]; /* Gamma/brightness LUT */ + int plane, /* Current color plane */ + num_planes; /* Number of color planes */ + char filename[1024]; /* Name of file to print */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + fputs("ERROR: imagetoraster job-id user title copies options [file]\n", stderr); + return (1); + } + + fprintf(stderr, "INFO: %s %s %s %s %s %s %s\n", argv[0], argv[1], argv[2], + argv[3], argv[4], argv[5], argv[6] ? argv[6] : "(null)"); + + /* + * See if we need to use the imagetops and pstoraster filters instead... + */ + + options = NULL; + num_options = cupsParseOptions(argv[5], 0, &options); + + if (getenv("CLASSIFICATION") || + cupsGetOption("page-label", num_options, options)) + { + /* + * Yes, fork a copy of pstoraster and then transfer control to imagetops... + */ + + int mypipes[2]; /* New pipes for imagetops | pstoraster */ + int pid; /* PID of pstoraster */ + + + cupsFreeOptions(num_options, options); + + if (pipe(mypipes)) + { + perror("ERROR: Unable to create pipes for imagetops | pstoraster"); + return (errno); + } + + if ((pid = fork()) == 0) + { + /* + * Child process for pstoraster... Assign new pipe input to pstoraster... + */ + + close(0); + dup(mypipes[0]); + close(mypipes[0]); + close(mypipes[1]); + + execlp("pstoraster", argv[0], argv[1], argv[2], argv[3], argv[4], argv[5], + NULL); + perror("ERROR: Unable to exec pstoraster"); + return (errno); + } + else if (pid < 0) + { + /* + * Error! + */ + + perror("ERROR: Unable to fork pstoraster"); + return (errno); + } + + /* + * Update stdout so it points at the new pstoraster... + */ + + close(1); + dup(mypipes[1]); + close(mypipes[0]); + close(mypipes[1]); + + /* + * Run imagetops to get the classification or page labelling that was + * requested... + */ + + execlp("imagetops", argv[0], argv[1], argv[2], argv[3], argv[4], argv[5], + argv[6], NULL); + perror("ERROR: Unable to exec imagetops"); + return (errno); + } + + /* + * Copy stdin as needed... + */ + + if (argc == 6) + { + int fd; /* File to write to */ + char buffer[8192]; /* Buffer to read into */ + int bytes; /* # of bytes to read */ + + + if ((fd = cupsTempFd(filename, sizeof(filename))) < 0) + { + perror("ERROR: Unable to copy image file"); + return (1); + } + + fprintf(stderr, "DEBUG: imagetoraster - copying to temp print file \"%s\"\n", + filename); + + while ((bytes = fread(buffer, 1, sizeof(buffer), stdin)) > 0) + write(fd, buffer, bytes); + + close(fd); + } + else + strlcpy(filename, argv[6], sizeof(filename)); + + /* + * Process command-line options and write the prolog... + */ + + zoom = 0.0; + xppi = 0; + yppi = 0; + hue = 0; + sat = 100; + g = 1.0; + b = 1.0; + + Copies = atoi(argv[4]); + + ppd = SetCommonOptions(num_options, options, 0); + + if ((val = cupsGetOption("multiple-document-handling", num_options, options)) != NULL) + { + /* + * This IPP attribute is unnecessarily complicated... + * + * single-document, separate-documents-collated-copies, and + * single-document-new-sheet all require collated copies. + * + * separate-documents-collated-copies allows for uncollated copies. + */ + + Collate = strcasecmp(val, "separate-documents-collated-copies") != 0; + } + + if ((val = cupsGetOption("Collate", num_options, options)) != NULL && + strcasecmp(val, "True") == 0) + Collate = 1; + + if ((val = cupsGetOption("gamma", num_options, options)) != NULL) + { + /* + * Get gamma value from 1 to 10000... + */ + + g = atoi(val) * 0.001f; + + if (g < 0.001f) + g = 0.001f; + else if (g > 10.0f) + g = 10.0f; + } + + if ((val = cupsGetOption("brightness", num_options, options)) != NULL) + { + /* + * Get brightness value from 10 to 1000. + */ + + b = atoi(val) * 0.01f; + + if (b < 0.1f) + b = 0.1f; + else if (b > 10.0f) + b = 10.0f; + } + + if ((val = cupsGetOption("scaling", num_options, options)) != NULL) + zoom = atoi(val) * 0.01; + else if (cupsGetOption("fitplot", num_options, options)) + zoom = 1.0; + + if ((val = cupsGetOption("ppi", num_options, options)) != NULL) + if (sscanf(val, "%dx%d", &xppi, &yppi) < 2) + yppi = xppi; + + if ((val = cupsGetOption("position", num_options, options)) != NULL) + { + if (strcasecmp(val, "center") == 0) + { + XPosition = 0; + YPosition = 0; + } + else if (strcasecmp(val, "top") == 0) + { + XPosition = 0; + YPosition = 1; + } + else if (strcasecmp(val, "left") == 0) + { + XPosition = -1; + YPosition = 0; + } + else if (strcasecmp(val, "right") == 0) + { + XPosition = 1; + YPosition = 0; + } + else if (strcasecmp(val, "top-left") == 0) + { + XPosition = -1; + YPosition = 1; + } + else if (strcasecmp(val, "top-right") == 0) + { + XPosition = 1; + YPosition = 1; + } + else if (strcasecmp(val, "bottom") == 0) + { + XPosition = 0; + YPosition = -1; + } + else if (strcasecmp(val, "bottom-left") == 0) + { + XPosition = -1; + YPosition = -1; + } + else if (strcasecmp(val, "bottom-right") == 0) + { + XPosition = 1; + YPosition = -1; + } + } + + if ((val = cupsGetOption("saturation", num_options, options)) != NULL) + sat = atoi(val); + + if ((val = cupsGetOption("hue", num_options, options)) != NULL) + hue = atoi(val); + + if ((val = cupsGetOption("mirror", num_options, options)) != NULL && + strcasecmp(val, "True") == 0) + Flip = 1; + + /* + * Set the needed options in the page header... + */ + + if (cupsRasterInterpretPPD(&header, ppd, num_options, options, raster_cb)) + { + fputs("ERROR: Bad page setup!\n", stderr); + return (1); + } + + /* + * Get the media type and resolution that have been chosen... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "MediaType")) != NULL) + media_type = choice->choice; + else + media_type = ""; + + if ((choice = ppdFindMarkedChoice(ppd, "Resolution")) != NULL) + resolution = choice->choice; + else + resolution = ""; + + /* + * Choose the appropriate colorspace... + */ + + switch (header.cupsColorSpace) + { + case CUPS_CSPACE_W : + if (header.cupsBitsPerColor >= 8) + { + primary = CUPS_IMAGE_WHITE; + secondary = CUPS_IMAGE_WHITE; + } + else + { + primary = CUPS_IMAGE_BLACK; + secondary = CUPS_IMAGE_BLACK; + } + break; + + default : + case CUPS_CSPACE_RGB : + case CUPS_CSPACE_RGBA : + case CUPS_CSPACE_RGBW : + if (header.cupsBitsPerColor >= 8) + { + primary = CUPS_IMAGE_RGB; + secondary = CUPS_IMAGE_RGB; + } + else + { + primary = CUPS_IMAGE_CMY; + secondary = CUPS_IMAGE_CMY; + } + break; + + case CUPS_CSPACE_K : + case CUPS_CSPACE_WHITE : + case CUPS_CSPACE_GOLD : + case CUPS_CSPACE_SILVER : + primary = CUPS_IMAGE_BLACK; + secondary = CUPS_IMAGE_BLACK; + break; + + case CUPS_CSPACE_CMYK : + case CUPS_CSPACE_YMCK : + case CUPS_CSPACE_KCMY : + case CUPS_CSPACE_KCMYcm : + case CUPS_CSPACE_GMCK : + case CUPS_CSPACE_GMCS : + if (header.cupsBitsPerColor == 1) + { + primary = CUPS_IMAGE_CMY; + secondary = CUPS_IMAGE_CMY; + } + else + { + primary = CUPS_IMAGE_CMYK; + secondary = CUPS_IMAGE_CMYK; + } + break; + + case CUPS_CSPACE_CMY : + case CUPS_CSPACE_YMC : + primary = CUPS_IMAGE_CMY; + secondary = CUPS_IMAGE_CMY; + break; + break; + } + + /* + * Find a color profile matching the current options... + */ + + if ((val = cupsGetOption("profile", num_options, options)) != NULL) + { + profile = &userprofile; + sscanf(val, "%f,%f,%f,%f,%f,%f,%f,%f,%f,%f,%f", + &(userprofile.density), &(userprofile.gamma), + userprofile.matrix[0] + 0, userprofile.matrix[0] + 1, + userprofile.matrix[0] + 2, + userprofile.matrix[1] + 0, userprofile.matrix[1] + 1, + userprofile.matrix[1] + 2, + userprofile.matrix[2] + 0, userprofile.matrix[2] + 1, + userprofile.matrix[2] + 2); + + userprofile.density *= 0.001f; + userprofile.gamma *= 0.001f; + userprofile.matrix[0][0] *= 0.001f; + userprofile.matrix[0][1] *= 0.001f; + userprofile.matrix[0][2] *= 0.001f; + userprofile.matrix[1][0] *= 0.001f; + userprofile.matrix[1][1] *= 0.001f; + userprofile.matrix[1][2] *= 0.001f; + userprofile.matrix[2][0] *= 0.001f; + userprofile.matrix[2][1] *= 0.001f; + userprofile.matrix[2][2] *= 0.001f; + } + else if (ppd != NULL) + { + fprintf(stderr, "DEBUG: Searching for profile \"%s/%s\"...\n", + resolution, media_type); + + for (i = 0, profile = ppd->profiles; i < ppd->num_profiles; i ++, profile ++) + { + fprintf(stderr, "DEBUG: \"%s/%s\" = ", profile->resolution, + profile->media_type); + + if ((strcmp(profile->resolution, resolution) == 0 || + profile->resolution[0] == '-') && + (strcmp(profile->media_type, media_type) == 0 || + profile->media_type[0] == '-')) + { + fputs("MATCH!\n", stderr); + break; + } + else + fputs("no.\n", stderr); + } + + /* + * If we found a color profile, use it! + */ + + if (i >= ppd->num_profiles) + profile = NULL; + } + else + profile = NULL; + + if (profile) + cupsImageSetProfile(profile->density, profile->gamma, profile->matrix); + + cupsImageSetRasterColorSpace(header.cupsColorSpace); + + /* + * Create a gamma/brightness LUT... + */ + + make_lut(lut, primary, g, b); + + /* + * Open the input image to print... + */ + + fputs("INFO: Loading image file...\n", stderr); + + if (header.cupsColorSpace == CUPS_CSPACE_CIEXYZ || + header.cupsColorSpace == CUPS_CSPACE_CIELab || + header.cupsColorSpace >= CUPS_CSPACE_ICC1) + img = cupsImageOpen(filename, primary, secondary, sat, hue, NULL); + else + img = cupsImageOpen(filename, primary, secondary, sat, hue, lut); + + if (argc == 6) + unlink(filename); + + if (img == NULL) + { + fputs("ERROR: Unable to open image file for printing!\n", stderr); + ppdClose(ppd); + return (1); + } + + /* + * Scale as necessary... + */ + + if (zoom == 0.0 && xppi == 0) + { + xppi = img->xppi; + yppi = img->yppi; + } + + if (yppi == 0) + yppi = xppi; + + fprintf(stderr, "DEBUG: Before scaling: xppi=%d, yppi=%d, zoom=%.2f\n", + xppi, yppi, zoom); + + if (xppi > 0) + { + /* + * Scale the image as neccesary to match the desired pixels-per-inch. + */ + + if (Orientation & 1) + { + xprint = (PageTop - PageBottom) / 72.0; + yprint = (PageRight - PageLeft) / 72.0; + } + else + { + xprint = (PageRight - PageLeft) / 72.0; + yprint = (PageTop - PageBottom) / 72.0; + } + + fprintf(stderr, "DEBUG: Before scaling: xprint=%.1f, yprint=%.1f\n", + xprint, yprint); + + xinches = (float)img->xsize / (float)xppi; + yinches = (float)img->ysize / (float)yppi; + + fprintf(stderr, "DEBUG: Image size is %.1f x %.1f inches...\n", + xinches, yinches); + + if ((val = cupsGetOption("natural-scaling", num_options, options)) != NULL) + { + xinches = xinches * atoi(val) / 100; + yinches = yinches * atoi(val) / 100; + } + + if (cupsGetOption("orientation-requested", num_options, options) == NULL && + cupsGetOption("landscape", num_options, options) == NULL) + { + /* + * Rotate the image if it will fit landscape but not portrait... + */ + + fputs("DEBUG: Auto orientation...\n", stderr); + + if ((xinches > xprint || yinches > yprint) && + xinches <= yprint && yinches <= xprint) + { + /* + * Rotate the image as needed... + */ + + fputs("DEBUG: Using landscape orientation...\n", stderr); + + Orientation = (Orientation + 1) & 3; + xsize = yprint; + yprint = xprint; + xprint = xsize; + } + } + } + else + { + /* + * Scale percentage of page size... + */ + + xprint = (PageRight - PageLeft) / 72.0; + yprint = (PageTop - PageBottom) / 72.0; + aspect = (float)img->yppi / (float)img->xppi; + + fprintf(stderr, "DEBUG: Before scaling: xprint=%.1f, yprint=%.1f\n", + xprint, yprint); + + fprintf(stderr, "DEBUG: img->xppi = %d, img->yppi = %d, aspect = %f\n", + img->xppi, img->yppi, aspect); + + xsize = xprint * zoom; + ysize = xsize * img->ysize / img->xsize / aspect; + + if (ysize > (yprint * zoom)) + { + ysize = yprint * zoom; + xsize = ysize * img->xsize * aspect / img->ysize; + } + + xsize2 = yprint * zoom; + ysize2 = xsize2 * img->ysize / img->xsize / aspect; + + if (ysize2 > (xprint * zoom)) + { + ysize2 = xprint * zoom; + xsize2 = ysize2 * img->xsize * aspect / img->ysize; + } + + fprintf(stderr, "DEBUG: Portrait size is %.2f x %.2f inches\n", xsize, ysize); + fprintf(stderr, "DEBUG: Landscape size is %.2f x %.2f inches\n", xsize2, ysize2); + + if (cupsGetOption("orientation-requested", num_options, options) == NULL && + cupsGetOption("landscape", num_options, options) == NULL) + { + /* + * Choose the rotation with the largest area, but prefer + * portrait if they are equal... + */ + + fputs("DEBUG: Auto orientation...\n", stderr); + + if ((xsize * ysize) < (xsize2 * xsize2)) + { + /* + * Do landscape orientation... + */ + + fputs("DEBUG: Using landscape orientation...\n", stderr); + + Orientation = 1; + xinches = xsize2; + yinches = ysize2; + xprint = (PageTop - PageBottom) / 72.0; + yprint = (PageRight - PageLeft) / 72.0; + } + else + { + /* + * Do portrait orientation... + */ + + fputs("DEBUG: Using portrait orientation...\n", stderr); + + Orientation = 0; + xinches = xsize; + yinches = ysize; + } + } + else if (Orientation & 1) + { + fputs("DEBUG: Using landscape orientation...\n", stderr); + + xinches = xsize2; + yinches = ysize2; + xprint = (PageTop - PageBottom) / 72.0; + yprint = (PageRight - PageLeft) / 72.0; + } + else + { + fputs("DEBUG: Using portrait orientation...\n", stderr); + + xinches = xsize; + yinches = ysize; + xprint = (PageRight - PageLeft) / 72.0; + yprint = (PageTop - PageBottom) / 72.0; + } + } + + /* + * Compute the number of pages to print and the size of the image on each + * page... + */ + + xpages = ceil(xinches / xprint); + ypages = ceil(yinches / yprint); + + xprint = xinches / xpages; + yprint = yinches / ypages; + + fprintf(stderr, "DEBUG: xpages = %dx%.2fin, ypages = %dx%.2fin\n", + xpages, xprint, ypages, yprint); + + /* + * Compute the bitmap size... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "PageSize")) != NULL && + strcasecmp(choice->choice, "Custom") == 0) + { + float width, /* New width in points */ + length; /* New length in points */ + + + /* + * Use the correct width and length for the current orientation... + */ + + if (Orientation & 1) + { + width = yprint * 72.0; + length = xprint * 72.0; + } + else + { + width = xprint * 72.0; + length = yprint * 72.0; + } + + /* + * Add margins to page size... + */ + + width += ppd->custom_margins[0] + ppd->custom_margins[2]; + length += ppd->custom_margins[1] + ppd->custom_margins[3]; + + /* + * Enforce minimums... + */ + + if (width < ppd->custom_min[0]) + width = ppd->custom_min[0]; + + if (length < ppd->custom_min[1]) + length = ppd->custom_min[1]; + + fprintf(stderr, "DEBUG: Updated custom page size to %.2f x %.2f inches...\n", + width / 72.0, length / 72.0); + + /* + * Set the new custom size... + */ + + strcpy(header.cupsPageSizeName, "Custom"); + + header.cupsPageSize[0] = width + 0.5; + header.cupsPageSize[1] = length + 0.5; + header.PageSize[0] = width + 0.5; + header.PageSize[1] = length + 0.5; + + /* + * Update page variables... + */ + + PageWidth = width; + PageLength = length; + PageLeft = ppd->custom_margins[0]; + PageRight = width - ppd->custom_margins[2]; + PageBottom = ppd->custom_margins[1]; + PageTop = length - ppd->custom_margins[3]; + + /* + * Remove margins from page size... + */ + + width -= ppd->custom_margins[0] + ppd->custom_margins[2]; + length -= ppd->custom_margins[1] + ppd->custom_margins[3]; + + /* + * Set the bitmap size... + */ + + header.cupsWidth = width * header.HWResolution[0] / 72.0; + header.cupsHeight = length * header.HWResolution[1] / 72.0; + + header.cupsBytesPerLine = (header.cupsBitsPerPixel * + header.cupsWidth + 7) / 8; + + if (header.cupsColorOrder == CUPS_ORDER_BANDED) + header.cupsBytesPerLine *= header.cupsNumColors; + } + + header.Margins[0] = PageLeft; + header.Margins[1] = PageBottom; + + fprintf(stderr, "DEBUG: PageSize = [%d %d]\n", header.PageSize[0], + header.PageSize[1]); + + switch (Orientation) + { + default : + switch (XPosition) + { + case -1 : + header.cupsImagingBBox[0] = PageLeft; + header.cupsImagingBBox[2] = PageLeft + xprint * 72; + break; + default : + header.cupsImagingBBox[0] = (PageRight + PageLeft - xprint * 72) / 2; + header.cupsImagingBBox[2] = (PageRight + PageLeft + xprint * 72) / 2; + break; + case 1 : + header.cupsImagingBBox[0] = PageRight - xprint * 72; + header.cupsImagingBBox[2] = PageRight; + break; + } + + switch (YPosition) + { + case -1 : + header.cupsImagingBBox[1] = PageBottom; + header.cupsImagingBBox[3] = PageBottom + yprint * 72; + break; + default : + header.cupsImagingBBox[1] = (PageTop + PageBottom - yprint * 72) / 2; + header.cupsImagingBBox[3] = (PageTop + PageBottom + yprint * 72) / 2; + break; + case 1 : + header.cupsImagingBBox[1] = PageTop - yprint * 72; + header.cupsImagingBBox[3] = PageTop; + break; + } + break; + + case 1 : + switch (XPosition) + { + case -1 : + header.cupsImagingBBox[0] = PageBottom; + header.cupsImagingBBox[2] = PageBottom + yprint * 72; + break; + default : + header.cupsImagingBBox[0] = (PageTop + PageBottom - yprint * 72) / 2; + header.cupsImagingBBox[2] = (PageTop + PageBottom + yprint * 72) / 2; + break; + case 1 : + header.cupsImagingBBox[0] = PageTop - yprint * 72; + header.cupsImagingBBox[2] = PageTop; + break; + } + + switch (YPosition) + { + case -1 : + header.cupsImagingBBox[1] = PageLeft; + header.cupsImagingBBox[3] = PageLeft + xprint * 72; + break; + default : + header.cupsImagingBBox[1] = (PageRight + PageLeft - xprint * 72) / 2; + header.cupsImagingBBox[3] = (PageRight + PageLeft + xprint * 72) / 2; + break; + case 1 : + header.cupsImagingBBox[1] = PageRight - xprint * 72; + header.cupsImagingBBox[3] = PageRight; + break; + } + break; + + case 2 : + switch (XPosition) + { + case 1 : + header.cupsImagingBBox[0] = PageLeft; + header.cupsImagingBBox[2] = PageLeft + xprint * 72; + break; + default : + header.cupsImagingBBox[0] = (PageRight + PageLeft - xprint * 72) / 2; + header.cupsImagingBBox[2] = (PageRight + PageLeft + xprint * 72) / 2; + break; + case -1 : + header.cupsImagingBBox[0] = PageRight - xprint * 72; + header.cupsImagingBBox[2] = PageRight; + break; + } + + switch (YPosition) + { + case 1 : + header.cupsImagingBBox[1] = PageBottom; + header.cupsImagingBBox[3] = PageBottom + yprint * 72; + break; + default : + header.cupsImagingBBox[1] = (PageTop + PageBottom - yprint * 72) / 2; + header.cupsImagingBBox[3] = (PageTop + PageBottom + yprint * 72) / 2; + break; + case -1 : + header.cupsImagingBBox[1] = PageTop - yprint * 72; + header.cupsImagingBBox[3] = PageTop; + break; + } + break; + + case 3 : + switch (XPosition) + { + case 1 : + header.cupsImagingBBox[0] = PageBottom; + header.cupsImagingBBox[2] = PageBottom + yprint * 72; + break; + default : + header.cupsImagingBBox[0] = (PageTop + PageBottom - yprint * 72) / 2; + header.cupsImagingBBox[2] = (PageTop + PageBottom + yprint * 72) / 2; + break; + case -1 : + header.cupsImagingBBox[0] = PageTop - yprint * 72; + header.cupsImagingBBox[2] = PageTop; + break; + } + + switch (YPosition) + { + case 1 : + header.cupsImagingBBox[1] = PageLeft; + header.cupsImagingBBox[3] = PageLeft + xprint * 72; + break; + default : + header.cupsImagingBBox[1] = (PageRight + PageLeft - xprint * 72) / 2; + header.cupsImagingBBox[3] = (PageRight + PageLeft + xprint * 72) / 2; + break; + case -1 : + header.cupsImagingBBox[1] = PageRight - xprint * 72; + header.cupsImagingBBox[3] = PageRight; + break; + } + break; + } + + header.ImagingBoundingBox[0] = header.cupsImagingBBox[0]; + header.ImagingBoundingBox[1] = header.cupsImagingBBox[1]; + header.ImagingBoundingBox[2] = header.cupsImagingBBox[2]; + header.ImagingBoundingBox[3] = header.cupsImagingBBox[3]; + + if (header.cupsColorOrder == CUPS_ORDER_PLANAR) + num_planes = header.cupsNumColors; + else + num_planes = 1; + + if (header.cupsBitsPerColor >= 8) + zoom_type = CUPS_IZOOM_NORMAL; + else + zoom_type = CUPS_IZOOM_FAST; + + /* + * See if we need to collate, and if so how we need to do it... + */ + + if (xpages == 1 && ypages == 1) + Collate = 0; + + slowcollate = Collate && ppdFindOption(ppd, "Collate") == NULL; + if (ppd != NULL) + slowcopies = ppd->manual_copies; + else + slowcopies = 1; + + if (Copies > 1 && !slowcollate && !slowcopies) + { + header.Collate = (cups_bool_t)Collate; + header.NumCopies = Copies; + + Copies = 1; + } + else + header.NumCopies = 1; + + /* + * Create the dithering lookup tables... + */ + + OnPixels[0] = 0x00; + OnPixels[255] = 0xff; + OffPixels[0] = 0x00; + OffPixels[255] = 0xff; + + switch (header.cupsBitsPerColor) + { + case 2 : + for (i = 1; i < 255; i ++) + { + OnPixels[i] = 0x55 * (i / 85 + 1); + OffPixels[i] = 0x55 * (i / 64); + } + break; + case 4 : + for (i = 1; i < 255; i ++) + { + OnPixels[i] = 17 * (i / 17 + 1); + OffPixels[i] = 17 * (i / 16); + } + break; + } + + /* + * Output the pages... + */ + + fprintf(stderr, "DEBUG: cupsWidth = %d\n", header.cupsWidth); + fprintf(stderr, "DEBUG: cupsHeight = %d\n", header.cupsHeight); + fprintf(stderr, "DEBUG: cupsBitsPerColor = %d\n", header.cupsBitsPerColor); + fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header.cupsBitsPerPixel); + fprintf(stderr, "DEBUG: cupsBytesPerLine = %d\n", header.cupsBytesPerLine); + fprintf(stderr, "DEBUG: cupsColorOrder = %d\n", header.cupsColorOrder); + fprintf(stderr, "DEBUG: cupsColorSpace = %d\n", header.cupsColorSpace); + fprintf(stderr, "DEBUG: img->colorspace = %d\n", img->colorspace); + + row = malloc(2 * header.cupsBytesPerLine); + ras = cupsRasterOpen(1, CUPS_RASTER_WRITE); + + for (i = 0, page = 1; i < Copies; i ++) + for (xpage = 0; xpage < xpages; xpage ++) + for (ypage = 0; ypage < ypages; ypage ++, page ++) + { + fprintf(stderr, "INFO: Formatting page %d...\n", page); + + if (Orientation & 1) + { + xc0 = img->xsize * ypage / ypages; + xc1 = img->xsize * (ypage + 1) / ypages - 1; + yc0 = img->ysize * xpage / xpages; + yc1 = img->ysize * (xpage + 1) / xpages - 1; + + xtemp = header.HWResolution[0] * yprint; + ytemp = header.HWResolution[1] * xprint; + } + else + { + xc0 = img->xsize * xpage / xpages; + xc1 = img->xsize * (xpage + 1) / xpages - 1; + yc0 = img->ysize * ypage / ypages; + yc1 = img->ysize * (ypage + 1) / ypages - 1; + + xtemp = header.HWResolution[0] * xprint; + ytemp = header.HWResolution[1] * yprint; + } + + cupsRasterWriteHeader2(ras, &header); + + for (plane = 0; plane < num_planes; plane ++) + { + /* + * Initialize the image "zoom" engine... + */ + + if (Flip) + z = _cupsImageZoomNew(img, xc0, yc0, xc1, yc1, -xtemp, ytemp, + Orientation & 1, zoom_type); + else + z = _cupsImageZoomNew(img, xc0, yc0, xc1, yc1, xtemp, ytemp, + Orientation & 1, zoom_type); + + /* + * Write leading blank space as needed... + */ + + if (header.cupsHeight > z->ysize && YPosition <= 0) + { + blank_line(&header, row); + + y = header.cupsHeight - z->ysize; + if (YPosition == 0) + y /= 2; + + fprintf(stderr, "DEBUG: Writing %d leading blank lines...\n", y); + + for (; y > 0; y --) + { + if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < + header.cupsBytesPerLine) + { + fputs("ERROR: Unable to write raster data to driver!\n", stderr); + cupsImageClose(img); + exit(1); + } + } + } + + /* + * Then write image data... + */ + + for (y = z->ysize, yerr0 = 0, yerr1 = z->ysize, iy = 0, last_iy = -2; + y > 0; + y --) + { + if (iy != last_iy) + { + if (zoom_type != CUPS_IZOOM_FAST && (iy - last_iy) > 1) + _cupsImageZoomFill(z, iy); + + _cupsImageZoomFill(z, iy + z->yincr); + + last_iy = iy; + } + + /* + * Format this line of raster data for the printer... + */ + + blank_line(&header, row); + + r0 = z->rows[z->row]; + r1 = z->rows[1 - z->row]; + + switch (header.cupsColorSpace) + { + case CUPS_CSPACE_W : + format_W(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + default : + case CUPS_CSPACE_RGB : + format_RGB(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + case CUPS_CSPACE_RGBA : + case CUPS_CSPACE_RGBW : + format_RGBA(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + case CUPS_CSPACE_K : + case CUPS_CSPACE_WHITE : + case CUPS_CSPACE_GOLD : + case CUPS_CSPACE_SILVER : + format_K(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + case CUPS_CSPACE_CMY : + format_CMY(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + case CUPS_CSPACE_YMC : + format_YMC(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + case CUPS_CSPACE_CMYK : + format_CMYK(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + case CUPS_CSPACE_YMCK : + case CUPS_CSPACE_GMCK : + case CUPS_CSPACE_GMCS : + format_YMCK(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + case CUPS_CSPACE_KCMYcm : + if (header.cupsBitsPerColor == 1) + { + format_KCMYcm(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + } + case CUPS_CSPACE_KCMY : + format_KCMY(&header, row, y, plane, z->xsize, z->ysize, + yerr0, yerr1, r0, r1); + break; + } + + /* + * Write the raster data to the driver... + */ + + if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < + header.cupsBytesPerLine) + { + fputs("ERROR: Unable to write raster data to driver!\n", stderr); + cupsImageClose(img); + exit(1); + } + + /* + * Compute the next scanline in the image... + */ + + iy += z->ystep; + yerr0 += z->ymod; + yerr1 -= z->ymod; + if (yerr1 <= 0) + { + yerr0 -= z->ysize; + yerr1 += z->ysize; + iy += z->yincr; + } + } + + /* + * Write trailing blank space as needed... + */ + + if (header.cupsHeight > z->ysize && YPosition >= 0) + { + blank_line(&header, row); + + y = header.cupsHeight - z->ysize; + if (YPosition == 0) + y = y - y / 2; + + fprintf(stderr, "DEBUG: Writing %d trailing blank lines...\n", y); + + for (; y > 0; y --) + { + if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < + header.cupsBytesPerLine) + { + fputs("ERROR: Unable to write raster data to driver!\n", stderr); + cupsImageClose(img); + exit(1); + } + } + } + + /* + * Free memory used for the "zoom" engine... + */ + + _cupsImageZoomDelete(z); + } + } + + /* + * Close files... + */ + + free(row); + cupsRasterClose(ras); + cupsImageClose(img); + ppdClose(ppd); + + return (0); +} + + +/* + * 'blank_line()' - Clear a line buffer to the blank value... + */ + +static void +blank_line(cups_page_header2_t *header, /* I - Page header */ + unsigned char *row) /* I - Row buffer */ +{ + int count; /* Remaining bytes */ + + + count = header->cupsBytesPerLine; + + switch (header->cupsColorSpace) + { + case CUPS_CSPACE_CIEXYZ : + while (count > 2) + { + *row++ = 242; + *row++ = 255; + *row++ = 255; + count -= 3; + } + break; + + case CUPS_CSPACE_CIELab : + case CUPS_CSPACE_ICC1 : + case CUPS_CSPACE_ICC2 : + case CUPS_CSPACE_ICC3 : + case CUPS_CSPACE_ICC4 : + case CUPS_CSPACE_ICC5 : + case CUPS_CSPACE_ICC6 : + case CUPS_CSPACE_ICC7 : + case CUPS_CSPACE_ICC8 : + case CUPS_CSPACE_ICC9 : + case CUPS_CSPACE_ICCA : + case CUPS_CSPACE_ICCB : + case CUPS_CSPACE_ICCC : + case CUPS_CSPACE_ICCD : + case CUPS_CSPACE_ICCE : + case CUPS_CSPACE_ICCF : + while (count > 2) + { + *row++ = 255; + *row++ = 128; + *row++ = 128; + count -= 3; + } + break; + + case CUPS_CSPACE_K : + case CUPS_CSPACE_CMY : + case CUPS_CSPACE_CMYK : + case CUPS_CSPACE_YMC : + case CUPS_CSPACE_YMCK : + case CUPS_CSPACE_KCMY : + case CUPS_CSPACE_KCMYcm : + case CUPS_CSPACE_GMCK : + case CUPS_CSPACE_GMCS : + case CUPS_CSPACE_WHITE : + case CUPS_CSPACE_GOLD : + case CUPS_CSPACE_SILVER : + memset(row, 0, count); + break; + + default : + memset(row, 255, count); + break; + } +} + + +/* + * 'format_CMY()' - Convert image data to CMY. + */ + +static void +format_CMY(cups_page_header2_t *header, /* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + *cptr, /* Pointer into cyan */ + *mptr, /* Pointer into magenta */ + *yptr, /* Pointer into yellow */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int bandwidth; /* Width of a color band */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + bandwidth = header->cupsBytesPerLine / 3; + + switch (header->cupsColorOrder) + { + case CUPS_ORDER_CHUNKED : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 64 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize ; x > 0; x --) + { + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + bitmask >>= 1; + + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + bitmask >>= 1; + + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 2; + else + { + bitmask = 64; + ptr ++; + } + } + break; + + case 2 : + dither = Floyd8x8[y & 7]; + + for (x = xsize ; x > 0; x --, r0 += 3) + { + if ((r0[0] & 63) > dither[x & 7]) + *ptr ^= (0x30 & OnPixels[r0[0]]); + else + *ptr ^= (0x30 & OffPixels[r0[0]]); + + if ((r0[1] & 63) > dither[x & 7]) + *ptr ^= (0x0c & OnPixels[r0[1]]); + else + *ptr ^= (0x0c & OffPixels[r0[1]]); + + if ((r0[2] & 63) > dither[x & 7]) + *ptr++ ^= (0x03 & OnPixels[r0[2]]); + else + *ptr++ ^= (0x03 & OffPixels[r0[2]]); + } + break; + + case 4 : + dither = Floyd4x4[y & 3]; + + for (x = xsize ; x > 0; x --, r0 += 3) + { + if ((r0[0] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[0]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[0]]); + + if ((r0[1] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[1]]); + else + *ptr ^= (0xf0 & OffPixels[r0[1]]); + + if ((r0[2] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[2]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[2]]); + } + break; + + case 8 : + for (x = xsize * 3; x > 0; x --, r0 ++, r1 ++) + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + break; + } + break; + + case CUPS_ORDER_BANDED : + cptr = ptr; + mptr = ptr + bandwidth; + yptr = ptr + 2 * bandwidth; + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + if (*r0++ > dither[x & 15]) + *cptr ^= bitmask; + if (*r0++ > dither[x & 15]) + *mptr ^= bitmask; + if (*r0++ > dither[x & 15]) + *yptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (r0[0] == r1[0]) + *cptr++ = r0[0]; + else + *cptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *mptr++ = r0[1]; + else + *mptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *yptr++ = r0[2]; + else + *yptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_PLANAR : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + switch (z) + { + case 0 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[0] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 1 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[1] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 2 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[2] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 3) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 3) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + r0 += z; + r1 += z; + + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } + break; + } +} + + +/* + * 'format_CMYK()' - Convert image data to CMYK. + */ + +static void +format_CMYK(cups_page_header2_t *header,/* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + *cptr, /* Pointer into cyan */ + *mptr, /* Pointer into magenta */ + *yptr, /* Pointer into yellow */ + *kptr, /* Pointer into black */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int bandwidth; /* Width of a color band */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + int pc, pm, py; /* CMY pixels */ + + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + bandwidth = header->cupsBytesPerLine / 4; + + switch (header->cupsColorOrder) + { + case CUPS_ORDER_CHUNKED : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 128 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize ; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if (pc && pm && py) + { + bitmask >>= 3; + *ptr ^= bitmask; + } + else + { + if (pc) + *ptr ^= bitmask; + bitmask >>= 1; + + if (pm) + *ptr ^= bitmask; + bitmask >>= 1; + + if (py) + *ptr ^= bitmask; + bitmask >>= 1; + } + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 128; + ptr ++; + } + } + break; + + case 2 : + dither = Floyd8x8[y & 7]; + + for (x = xsize ; x > 0; x --, r0 += 4) + { + if ((r0[0] & 63) > dither[x & 7]) + *ptr ^= (0xc0 & OnPixels[r0[0]]); + else + *ptr ^= (0xc0 & OffPixels[r0[0]]); + + if ((r0[1] & 63) > dither[x & 7]) + *ptr ^= (0x30 & OnPixels[r0[1]]); + else + *ptr ^= (0x30 & OffPixels[r0[1]]); + + if ((r0[2] & 63) > dither[x & 7]) + *ptr ^= (0x0c & OnPixels[r0[2]]); + else + *ptr ^= (0x0c & OffPixels[r0[2]]); + + if ((r0[3] & 63) > dither[x & 7]) + *ptr++ ^= (0x03 & OnPixels[r0[3]]); + else + *ptr++ ^= (0x03 & OffPixels[r0[3]]); + } + break; + + case 4 : + dither = Floyd4x4[y & 3]; + + for (x = xsize ; x > 0; x --, r0 += 4) + { + if ((r0[0] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[0]]); + else + *ptr ^= (0xf0 & OffPixels[r0[0]]); + + if ((r0[1] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[1]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[1]]); + + if ((r0[2] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[2]]); + else + *ptr ^= (0xf0 & OffPixels[r0[2]]); + + if ((r0[3] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[3]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[3]]); + } + break; + + case 8 : + for (x = xsize * 4; x > 0; x --, r0 ++, r1 ++) + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + break; + } + break; + + case CUPS_ORDER_BANDED : + cptr = ptr; + mptr = ptr + bandwidth; + yptr = ptr + 2 * bandwidth; + kptr = ptr + 3 * bandwidth; + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if (pc && pm && py) + *kptr ^= bitmask; + else + { + if (pc) + *cptr ^= bitmask; + if (pm) + *mptr ^= bitmask; + if (py) + *yptr ^= bitmask; + } + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *kptr ^= (bitmask & OnPixels[*r0++]); + else + *kptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *kptr ^= (bitmask & OnPixels[*r0++]); + else + *kptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (r0[0] == r1[0]) + *cptr++ = r0[0]; + else + *cptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *mptr++ = r0[1]; + else + *mptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *yptr++ = r0[2]; + else + *yptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + + if (r0[3] == r1[3]) + *kptr++ = r0[3]; + else + *kptr++ = (r0[3] * yerr0 + r1[3] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_PLANAR : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if ((pc && pm && py && z == 3) || + (pc && z == 0) || (pm && z == 1) || (py && z == 2)) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 4) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 4) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + r0 += z; + r1 += z; + + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } + break; + } +} + + +/* + * 'format_K()' - Convert image data to black. + */ + +static void +format_K(cups_page_header2_t *header, /* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + + + (void)z; + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0++]); + else + *ptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0++]); + else + *ptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 ++, r1 ++) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } +} + + +/* + * 'format_KCMY()' - Convert image data to KCMY. + */ + +static void +format_KCMY(cups_page_header2_t *header,/* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + *cptr, /* Pointer into cyan */ + *mptr, /* Pointer into magenta */ + *yptr, /* Pointer into yellow */ + *kptr, /* Pointer into black */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int bandwidth; /* Width of a color band */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + int pc, pm, py; /* CMY pixels */ + + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + bandwidth = header->cupsBytesPerLine / 4; + + switch (header->cupsColorOrder) + { + case CUPS_ORDER_CHUNKED : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 128 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize ; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if (pc && pm && py) + { + *ptr ^= bitmask; + bitmask >>= 3; + } + else + { + bitmask >>= 1; + if (pc) + *ptr ^= bitmask; + + bitmask >>= 1; + if (pm) + *ptr ^= bitmask; + + bitmask >>= 1; + if (py) + *ptr ^= bitmask; + } + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 128; + ptr ++; + } + } + break; + + case 2 : + dither = Floyd8x8[y & 7]; + + for (x = xsize ; x > 0; x --, r0 += 4) + { + if ((r0[3] & 63) > dither[x & 7]) + *ptr ^= (0xc0 & OnPixels[r0[3]]); + else + *ptr ^= (0xc0 & OffPixels[r0[3]]); + + if ((r0[0] & 63) > dither[x & 7]) + *ptr ^= (0x30 & OnPixels[r0[0]]); + else + *ptr ^= (0x30 & OffPixels[r0[0]]); + + if ((r0[1] & 63) > dither[x & 7]) + *ptr ^= (0x0c & OnPixels[r0[1]]); + else + *ptr ^= (0x0c & OffPixels[r0[1]]); + + if ((r0[2] & 63) > dither[x & 7]) + *ptr++ ^= (0x03 & OnPixels[r0[2]]); + else + *ptr++ ^= (0x03 & OffPixels[r0[2]]); + } + break; + + case 4 : + dither = Floyd4x4[y & 3]; + + for (x = xsize ; x > 0; x --, r0 += 4) + { + if ((r0[3] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[3]]); + else + *ptr ^= (0xf0 & OffPixels[r0[3]]); + + if ((r0[0] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[0]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[0]]); + + if ((r0[1] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[1]]); + else + *ptr ^= (0xf0 & OffPixels[r0[1]]); + + if ((r0[2] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[2]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[2]]); + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (r0[3] == r1[3]) + *ptr++ = r0[3]; + else + *ptr++ = (r0[3] * yerr0 + r1[3] * yerr1) / ysize; + + if (r0[0] == r1[0]) + *ptr++ = r0[0]; + else + *ptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *ptr++ = r0[1]; + else + *ptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *ptr++ = r0[2]; + else + *ptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_BANDED : + kptr = ptr; + cptr = ptr + bandwidth; + mptr = ptr + 2 * bandwidth; + yptr = ptr + 3 * bandwidth; + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if (pc && pm && py) + *kptr ^= bitmask; + else + { + if (pc) + *cptr ^= bitmask; + if (pm) + *mptr ^= bitmask; + if (py) + *yptr ^= bitmask; + } + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *kptr ^= (bitmask & OnPixels[*r0++]); + else + *kptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *kptr ^= (bitmask & OnPixels[*r0++]); + else + *kptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (r0[0] == r1[0]) + *cptr++ = r0[0]; + else + *cptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *mptr++ = r0[1]; + else + *mptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *yptr++ = r0[2]; + else + *yptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + + if (r0[3] == r1[3]) + *kptr++ = r0[3]; + else + *kptr++ = (r0[3] * yerr0 + r1[3] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_PLANAR : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if ((pc && pm && py && z == 0) || + (pc && z == 1) || (pm && z == 2) || (py && z == 3)) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + if (z == 0) + r0 += 3; + else + r0 += z - 1; + + for (x = xsize; x > 0; x --, r0 += 4) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + if (z == 0) + r0 += 3; + else + r0 += z - 1; + + for (x = xsize; x > 0; x --, r0 += 4) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + if (z == 0) + { + r0 += 3; + r1 += 3; + } + else + { + r0 += z - 1; + r1 += z - 1; + } + + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } + break; + } +} + + +/* + * 'format_KCMYcm()' - Convert image data to KCMYcm. + */ + +static void +format_KCMYcm( + cups_page_header2_t *header, /* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + int pc, pm, py, pk; /* Cyan, magenta, yellow, and black values */ + cups_ib_t *ptr, /* Pointer into row */ + *cptr, /* Pointer into cyan */ + *mptr, /* Pointer into magenta */ + *yptr, /* Pointer into yellow */ + *kptr, /* Pointer into black */ + *lcptr, /* Pointer into light cyan */ + *lmptr, /* Pointer into light magenta */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int bandwidth; /* Width of a color band */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + bandwidth = header->cupsBytesPerLine / 6; + + switch (header->cupsColorOrder) + { + case CUPS_ORDER_CHUNKED : + dither = Floyd16x16[y & 15]; + + for (x = xsize ; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + pk = pc && pm && py; + + if (pk) + *ptr++ ^= 32; /* Black */ + else if (pc && pm) + *ptr++ ^= 17; /* Blue (cyan + light magenta) */ + else if (pc && py) + *ptr++ ^= 6; /* Green (light cyan + yellow) */ + else if (pm && py) + *ptr++ ^= 12; /* Red (magenta + yellow) */ + else if (pc) + *ptr++ ^= 16; + else if (pm) + *ptr++ ^= 8; + else if (py) + *ptr++ ^= 4; + else + ptr ++; + } + break; + + case CUPS_ORDER_BANDED : + kptr = ptr; + cptr = ptr + bandwidth; + mptr = ptr + 2 * bandwidth; + yptr = ptr + 3 * bandwidth; + lcptr = ptr + 4 * bandwidth; + lmptr = ptr + 5 * bandwidth; + + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + pk = pc && pm && py; + + if (pk) + *kptr ^= bitmask; /* Black */ + else if (pc && pm) + { + *cptr ^= bitmask; /* Blue (cyan + light magenta) */ + *lmptr ^= bitmask; + } + else if (pc && py) + { + *lcptr ^= bitmask; /* Green (light cyan + yellow) */ + *yptr ^= bitmask; + } + else if (pm && py) + { + *mptr ^= bitmask; /* Red (magenta + yellow) */ + *yptr ^= bitmask; + } + else if (pc) + *cptr ^= bitmask; + else if (pm) + *mptr ^= bitmask; + else if (py) + *yptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + cptr ++; + mptr ++; + yptr ++; + kptr ++; + lcptr ++; + lmptr ++; + } + } + break; + + case CUPS_ORDER_PLANAR : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + pk = pc && pm && py; + + if (pk && z == 0) + *ptr ^= bitmask; + else if (pc && pm && (z == 1 || z == 5)) + *ptr ^= bitmask; /* Blue (cyan + light magenta) */ + else if (pc && py && (z == 3 || z == 4)) + *ptr ^= bitmask; /* Green (light cyan + yellow) */ + else if (pm && py && (z == 2 || z == 3)) + *ptr ^= bitmask; /* Red (magenta + yellow) */ + else if (pc && z == 1) + *ptr ^= bitmask; + else if (pm && z == 2) + *ptr ^= bitmask; + else if (py && z == 3) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + } +} + + +/* + * 'format_RGBA()' - Convert image data to RGBA/RGBW. + */ + +static void +format_RGBA(cups_page_header2_t *header,/* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + *cptr, /* Pointer into cyan */ + *mptr, /* Pointer into magenta */ + *yptr, /* Pointer into yellow */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int bandwidth; /* Width of a color band */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + bandwidth = header->cupsBytesPerLine / 4; + + switch (header->cupsColorOrder) + { + case CUPS_ORDER_CHUNKED : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 128 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize ; x > 0; x --) + { + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + bitmask >>= 1; + + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + bitmask >>= 1; + + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 2) + bitmask >>= 2; + else + { + bitmask = 128; + ptr ++; + } + } + break; + + case 2 : + dither = Floyd8x8[y & 7]; + + for (x = xsize ; x > 0; x --, r0 += 3) + { + if ((r0[0] & 63) > dither[x & 7]) + *ptr ^= (0xc0 & OnPixels[r0[0]]); + else + *ptr ^= (0xc0 & OffPixels[r0[0]]); + + if ((r0[1] & 63) > dither[x & 7]) + *ptr ^= (0x30 & OnPixels[r0[1]]); + else + *ptr ^= (0x30 & OffPixels[r0[1]]); + + if ((r0[2] & 63) > dither[x & 7]) + *ptr ^= (0x0c & OnPixels[r0[2]]); + else + *ptr ^= (0x0c & OffPixels[r0[2]]); + + ptr ++; + } + break; + + case 4 : + dither = Floyd4x4[y & 3]; + + for (x = xsize ; x > 0; x --, r0 += 3) + { + if ((r0[0] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[0]]); + else + *ptr ^= (0xf0 & OffPixels[r0[0]]); + + if ((r0[1] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[1]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[1]]); + + if ((r0[2] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[2]]); + else + *ptr ^= (0xf0 & OffPixels[r0[2]]); + + ptr ++; + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (r0[0] == r1[0]) + *ptr++ = r0[0]; + else + *ptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *ptr++ = r0[1]; + else + *ptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *ptr++ = r0[2]; + else + *ptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + + ptr ++; + } + break; + } + break; + + case CUPS_ORDER_BANDED : + cptr = ptr; + mptr = ptr + bandwidth; + yptr = ptr + 2 * bandwidth; + + memset(ptr + 3 * bandwidth, 255, bandwidth); + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + if (*r0++ > dither[x & 15]) + *cptr ^= bitmask; + if (*r0++ > dither[x & 15]) + *mptr ^= bitmask; + if (*r0++ > dither[x & 15]) + *yptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (r0[0] == r1[0]) + *cptr++ = r0[0]; + else + *cptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *mptr++ = r0[1]; + else + *mptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *yptr++ = r0[2]; + else + *yptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_PLANAR : + if (z == 3) + { + memset(row, 255, header->cupsBytesPerLine); + break; + } + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + switch (z) + { + case 0 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[0] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 1 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[1] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 2 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[2] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 3) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 3) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + r0 += z; + r1 += z; + + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } + break; + } +} + + +/* + * 'format_W()' - Convert image data to luminance. + */ + +static void +format_W(cups_page_header2_t *header, /* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + + + (void)z; + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + if (*r0++ > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0++]); + else + *ptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0++]); + else + *ptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 ++, r1 ++) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } +} + + +/* + * 'format_YMC()' - Convert image data to YMC. + */ + +static void +format_YMC(cups_page_header2_t *header, /* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + *cptr, /* Pointer into cyan */ + *mptr, /* Pointer into magenta */ + *yptr, /* Pointer into yellow */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int bandwidth; /* Width of a color band */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + bandwidth = header->cupsBytesPerLine / 3; + + switch (header->cupsColorOrder) + { + case CUPS_ORDER_CHUNKED : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 64 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize ; x > 0; x --, r0 += 3) + { + if (r0[2] > dither[x & 15]) + *ptr ^= bitmask; + bitmask >>= 1; + + if (r0[1] > dither[x & 15]) + *ptr ^= bitmask; + bitmask >>= 1; + + if (r0[0] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 2; + else + { + bitmask = 64; + ptr ++; + } + } + break; + + case 2 : + dither = Floyd8x8[y & 7]; + + for (x = xsize ; x > 0; x --, r0 += 3) + { + if ((r0[2] & 63) > dither[x & 7]) + *ptr ^= (0x30 & OnPixels[r0[2]]); + else + *ptr ^= (0x30 & OffPixels[r0[2]]); + + if ((r0[1] & 63) > dither[x & 7]) + *ptr ^= (0x0c & OnPixels[r0[1]]); + else + *ptr ^= (0x0c & OffPixels[r0[1]]); + + if ((r0[0] & 63) > dither[x & 7]) + *ptr++ ^= (0x03 & OnPixels[r0[0]]); + else + *ptr++ ^= (0x03 & OffPixels[r0[0]]); + } + break; + + case 4 : + dither = Floyd4x4[y & 3]; + + for (x = xsize ; x > 0; x --, r0 += 3) + { + if ((r0[2] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[2]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[2]]); + + if ((r0[1] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[1]]); + else + *ptr ^= (0xf0 & OffPixels[r0[1]]); + + if ((r0[0] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[0]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[0]]); + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (r0[2] == r1[2]) + *ptr++ = r0[2]; + else + *ptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *ptr++ = r0[1]; + else + *ptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[0] == r1[0]) + *ptr++ = r0[0]; + else + *ptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_BANDED : + yptr = ptr; + mptr = ptr + bandwidth; + cptr = ptr + 2 * bandwidth; + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + if (*r0++ > dither[x & 15]) + *cptr ^= bitmask; + if (*r0++ > dither[x & 15]) + *mptr ^= bitmask; + if (*r0++ > dither[x & 15]) + *yptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + cptr ++; + mptr ++; + yptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (r0[0] == r1[0]) + *cptr++ = r0[0]; + else + *cptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *mptr++ = r0[1]; + else + *mptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *yptr++ = r0[2]; + else + *yptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_PLANAR : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + switch (z) + { + case 2 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[0] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 1 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[1] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 0 : + for (x = xsize; x > 0; x --, r0 += 3) + { + if (r0[2] > dither[x & 15]) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + z = 2 - z; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 3) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + z = 2 - z; + r0 += z; + + for (x = xsize; x > 0; x --, r0 += 3) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + z = 2 - z; + r0 += z; + r1 += z; + + for (x = xsize; x > 0; x --, r0 += 3, r1 += 3) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } + break; + } +} + + +/* + * 'format_YMCK()' - Convert image data to YMCK. + */ + +static void +format_YMCK(cups_page_header2_t *header,/* I - Page header */ + unsigned char *row, /* IO - Bitmap data for device */ + int y, /* I - Current row */ + int z, /* I - Current plane */ + int xsize, /* I - Width of image data */ + int ysize, /* I - Height of image data */ + int yerr0, /* I - Top Y error */ + int yerr1, /* I - Bottom Y error */ + cups_ib_t *r0, /* I - Primary image data */ + cups_ib_t *r1) /* I - Image data for interpolation */ +{ + cups_ib_t *ptr, /* Pointer into row */ + *cptr, /* Pointer into cyan */ + *mptr, /* Pointer into magenta */ + *yptr, /* Pointer into yellow */ + *kptr, /* Pointer into black */ + bitmask; /* Current mask for pixel */ + int bitoffset; /* Current offset in line */ + int bandwidth; /* Width of a color band */ + int x, /* Current X coordinate on page */ + *dither; /* Pointer into dither array */ + int pc, pm, py; /* CMY pixels */ + + + switch (XPosition) + { + case -1 : + bitoffset = 0; + break; + default : + bitoffset = header->cupsBitsPerPixel * ((header->cupsWidth - xsize) / 2); + break; + case 1 : + bitoffset = header->cupsBitsPerPixel * (header->cupsWidth - xsize); + break; + } + + ptr = row + bitoffset / 8; + bandwidth = header->cupsBytesPerLine / 4; + + switch (header->cupsColorOrder) + { + case CUPS_ORDER_CHUNKED : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 128 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize ; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if (pc && pm && py) + { + bitmask >>= 3; + *ptr ^= bitmask; + } + else + { + if (py) + *ptr ^= bitmask; + bitmask >>= 1; + + if (pm) + *ptr ^= bitmask; + bitmask >>= 1; + + if (pc) + *ptr ^= bitmask; + bitmask >>= 1; + } + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 128; + + ptr ++; + } + } + break; + + case 2 : + dither = Floyd8x8[y & 7]; + + for (x = xsize ; x > 0; x --, r0 += 4) + { + if ((r0[2] & 63) > dither[x & 7]) + *ptr ^= (0xc0 & OnPixels[r0[2]]); + else + *ptr ^= (0xc0 & OffPixels[r0[2]]); + + if ((r0[1] & 63) > dither[x & 7]) + *ptr ^= (0x30 & OnPixels[r0[1]]); + else + *ptr ^= (0x30 & OffPixels[r0[1]]); + + if ((r0[0] & 63) > dither[x & 7]) + *ptr ^= (0x0c & OnPixels[r0[0]]); + else + *ptr ^= (0x0c & OffPixels[r0[0]]); + + if ((r0[3] & 63) > dither[x & 7]) + *ptr++ ^= (0x03 & OnPixels[r0[3]]); + else + *ptr++ ^= (0x03 & OffPixels[r0[3]]); + } + break; + + case 4 : + dither = Floyd4x4[y & 3]; + + for (x = xsize ; x > 0; x --, r0 += 4) + { + if ((r0[2] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[2]]); + else + *ptr ^= (0xf0 & OffPixels[r0[2]]); + + if ((r0[1] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[1]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[1]]); + + if ((r0[0] & 15) > dither[x & 3]) + *ptr ^= (0xf0 & OnPixels[r0[0]]); + else + *ptr ^= (0xf0 & OffPixels[r0[0]]); + + if ((r0[3] & 15) > dither[x & 3]) + *ptr++ ^= (0x0f & OnPixels[r0[3]]); + else + *ptr++ ^= (0x0f & OffPixels[r0[3]]); + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (r0[2] == r1[2]) + *ptr++ = r0[2]; + else + *ptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *ptr++ = r0[1]; + else + *ptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[0] == r1[0]) + *ptr++ = r0[0]; + else + *ptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[3] == r1[3]) + *ptr++ = r0[3]; + else + *ptr++ = (r0[3] * yerr0 + r1[3] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_BANDED : + yptr = ptr; + mptr = ptr + bandwidth; + cptr = ptr + 2 * bandwidth; + kptr = ptr + 3 * bandwidth; + + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if (pc && pm && py) + *kptr ^= bitmask; + else + { + if (pc) + *cptr ^= bitmask; + if (pm) + *mptr ^= bitmask; + if (py) + *yptr ^= bitmask; + } + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 63) > dither[x & 7]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 63) > dither[x & 7]) + *kptr ^= (bitmask & OnPixels[*r0++]); + else + *kptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + + for (x = xsize; x > 0; x --) + { + if ((*r0 & 15) > dither[x & 3]) + *cptr ^= (bitmask & OnPixels[*r0++]); + else + *cptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *mptr ^= (bitmask & OnPixels[*r0++]); + else + *mptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *yptr ^= (bitmask & OnPixels[*r0++]); + else + *yptr ^= (bitmask & OffPixels[*r0++]); + + if ((*r0 & 15) > dither[x & 3]) + *kptr ^= (bitmask & OnPixels[*r0++]); + else + *kptr ^= (bitmask & OffPixels[*r0++]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + cptr ++; + mptr ++; + yptr ++; + kptr ++; + } + } + break; + + case 8 : + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (r0[0] == r1[0]) + *cptr++ = r0[0]; + else + *cptr++ = (r0[0] * yerr0 + r1[0] * yerr1) / ysize; + + if (r0[1] == r1[1]) + *mptr++ = r0[1]; + else + *mptr++ = (r0[1] * yerr0 + r1[1] * yerr1) / ysize; + + if (r0[2] == r1[2]) + *yptr++ = r0[2]; + else + *yptr++ = (r0[2] * yerr0 + r1[2] * yerr1) / ysize; + + if (r0[3] == r1[3]) + *kptr++ = r0[3]; + else + *kptr++ = (r0[3] * yerr0 + r1[3] * yerr1) / ysize; + } + break; + } + break; + + case CUPS_ORDER_PLANAR : + switch (header->cupsBitsPerColor) + { + case 1 : + bitmask = 0x80 >> (bitoffset & 7); + dither = Floyd16x16[y & 15]; + + for (x = xsize; x > 0; x --) + { + pc = *r0++ > dither[x & 15]; + pm = *r0++ > dither[x & 15]; + py = *r0++ > dither[x & 15]; + + if ((pc && pm && py && z == 3) || + (pc && z == 2) || (pm && z == 1) || (py && z == 0)) + *ptr ^= bitmask; + + if (bitmask > 1) + bitmask >>= 1; + else + { + bitmask = 0x80; + ptr ++; + } + } + break; + + case 2 : + bitmask = 0xc0 >> (bitoffset & 7); + dither = Floyd8x8[y & 7]; + if (z == 3) + r0 += 3; + else + r0 += 2 - z; + + for (x = xsize; x > 0; x --, r0 += 4) + { + if ((*r0 & 63) > dither[x & 7]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask > 3) + bitmask >>= 2; + else + { + bitmask = 0xc0; + + ptr ++; + } + } + break; + + case 4 : + bitmask = 0xf0 >> (bitoffset & 7); + dither = Floyd4x4[y & 3]; + if (z == 3) + r0 += 3; + else + r0 += 2 - z; + + for (x = xsize; x > 0; x --, r0 += 4) + { + if ((*r0 & 15) > dither[x & 3]) + *ptr ^= (bitmask & OnPixels[*r0]); + else + *ptr ^= (bitmask & OffPixels[*r0]); + + if (bitmask == 0xf0) + bitmask = 0x0f; + else + { + bitmask = 0xf0; + + ptr ++; + } + } + break; + + case 8 : + if (z == 3) + { + r0 += 3; + r1 += 3; + } + else + { + r0 += 2 - z; + r1 += 2 - z; + } + + for (x = xsize; x > 0; x --, r0 += 4, r1 += 4) + { + if (*r0 == *r1) + *ptr++ = *r0; + else + *ptr++ = (*r0 * yerr0 + *r1 * yerr1) / ysize; + } + break; + } + break; + } +} + + +/* + * 'make_lut()' - Make a lookup table given gamma and brightness values. + */ + +static void +make_lut(cups_ib_t *lut, /* I - Lookup table */ + int colorspace, /* I - Colorspace */ + float g, /* I - Image gamma */ + float b) /* I - Image brightness */ +{ + int i; /* Looping var */ + int v; /* Current value */ + + + g = 1.0 / g; + b = 1.0 / b; + + for (i = 0; i < 256; i ++) + { + if (colorspace < 0) + v = 255.0 * b * (1.0 - pow(1.0 - (float)i / 255.0, g)) + 0.5; + else + v = 255.0 * (1.0 - b * (1.0 - pow((float)i / 255.0, g))) + 0.5; + + if (v < 0) + *lut++ = 0; + else if (v > 255) + *lut++ = 255; + else + *lut++ = v; + } +} + + +/* + * 'raster_cb()' - Validate the page header. + */ + +static int /* O - 0 if OK, -1 if not */ +raster_cb( + cups_page_header2_t *header, /* IO - Raster header */ + int preferred_bits) /* I - Preferred bits per color */ +{ + /* + * Ensure that colorimetric colorspaces use at least 8 bits per + * component... + */ + + if ((header->cupsColorSpace == CUPS_CSPACE_CIEXYZ || + header->cupsColorSpace == CUPS_CSPACE_CIELab || + header->cupsColorSpace >= CUPS_CSPACE_ICC1) && + header->cupsBitsPerColor < 8) + header->cupsBitsPerColor = 8; + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/interpret.c b/filter/interpret.c new file mode 100644 index 0000000000..4f68b17577 --- /dev/null +++ b/filter/interpret.c @@ -0,0 +1,1504 @@ +/* + * "$Id$" + * + * PPD command interpreter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsRasterInterpretPPD() - Interpret PPD commands to create a page header. + * _cupsRasterExecPS() - Execute PostScript code to initialize a page + * header. + * cleartomark_stack() - Clear to the last mark ([) on the stack. + * copy_stack() - Copy the top N stack objects. + * delete_stack() - Free memory used by a stack. + * index_stack() - Copy the Nth value on the stack. + * new_stack() - Create a new stack. + * pop_stock() - Pop the top object off the stack. + * push_stack() - Push an object on the stack. + * roll_stack() - Rotate stack objects. + * scan_ps() - Scan a string for the next PS object. + * setpagedevice() - Simulate the PostScript setpagedevice operator. + * DEBUG_object() - Print an object value. + * DEBUG_stack() - Print a stack. + */ + +/* + * Include necessary headers... + */ + +#include +#include "image-private.h" +#include + + +/* + * Stack values for the PostScript mini-interpreter... + */ + +typedef enum +{ + CUPS_PS_NAME, + CUPS_PS_NUMBER, + CUPS_PS_STRING, + CUPS_PS_BOOLEAN, + CUPS_PS_NULL, + CUPS_PS_START_ARRAY, + CUPS_PS_END_ARRAY, + CUPS_PS_START_DICT, + CUPS_PS_END_DICT, + CUPS_PS_START_PROC, + CUPS_PS_END_PROC, + CUPS_PS_CLEARTOMARK, + CUPS_PS_COPY, + CUPS_PS_DUP, + CUPS_PS_INDEX, + CUPS_PS_POP, + CUPS_PS_ROLL, + CUPS_PS_SETPAGEDEVICE, + CUPS_PS_STOPPED, + CUPS_PS_OTHER +} _cups_ps_type_t; + +typedef struct +{ + _cups_ps_type_t type; /* Object type */ + union + { + int boolean; /* Boolean value */ + char name[64]; /* Name value */ + double number; /* Number value */ + char other[64]; /* Other operator */ + char string[64]; /* Sring value */ + } value; /* Value */ +} _cups_ps_obj_t; + +typedef struct +{ + int num_objs, /* Number of objects on stack */ + alloc_objs; /* Number of allocated objects */ + _cups_ps_obj_t *objs; /* Objects in stack */ +} _cups_ps_stack_t; + + +/* + * Local functions... + */ + +static int cleartomark_stack(_cups_ps_stack_t *st); +static int copy_stack(_cups_ps_stack_t *st, int count); +static void delete_stack(_cups_ps_stack_t *st); +static _cups_ps_obj_t *index_stack(_cups_ps_stack_t *st, int n); +static _cups_ps_stack_t *new_stack(void); +static _cups_ps_obj_t *pop_stack(_cups_ps_stack_t *st); +static _cups_ps_obj_t *push_stack(_cups_ps_stack_t *st, + _cups_ps_obj_t *obj); +static int roll_stack(_cups_ps_stack_t *st, int c, int s); +static _cups_ps_obj_t *scan_ps(_cups_ps_stack_t *st, char **ptr); +static int setpagedevice(_cups_ps_stack_t *st, + cups_page_header2_t *h, + int *preferred_bits); +#ifdef DEBUG +static void DEBUG_object(_cups_ps_obj_t *obj); +static void DEBUG_stack(_cups_ps_stack_t *st); +#endif /* DEBUG */ + + +/* + * 'cupsRasterInterpretPPD()' - Interpret PPD commands to create a page header. + * + * This function does not mark the options in the PPD using the "num_options" + * and "options" arguments. Instead, mark the options prior to calling + * cupsRasterInterpretPPD() - this allows you to do per-page options + * without manipulating the options array. + * + * The "func" argument specifies an optional callback function that is + * called prior to the computation of the final raster data. The function + * can make changes to the cups_page_header2_t data as needed to use a + * supported raster format and then returns 0 on success and -1 if the + * requested attributes cannot be supported. + * + * cupsRasterInterpretPPD() supports a subset of the PostScript language. + * Currently only the [, ], <<, >>, {, }, cleartomark, copy, dup, index, + * pop, roll, setpagedevice, and stopped operators are supported. + * + * @since CUPS 1.2@ + */ + +int /* O - 0 on success, -1 on failure */ +cupsRasterInterpretPPD( + cups_page_header2_t *h, /* O - Page header */ + ppd_file_t *ppd, /* I - PPD file */ + int num_options, /* I - Number of options */ + cups_option_t *options, /* I - Options */ + cups_interpret_cb_t func) /* I - Optional page header callback */ +{ + int status; /* Cummulative status */ + char *code; /* Code to run */ + const char *val; /* Option value */ + ppd_size_t *size; /* Current size */ + float left, /* Left position */ + bottom, /* Bottom position */ + right, /* Right position */ + top; /* Top position */ + int preferred_bits; /* Preferred bits per color */ + + + /* + * Range check input... + */ + + if (!h) + return (-1); + + /* + * Reset the page header to the defaults... + */ + + memset(h, 0, sizeof(cups_page_header2_t)); + + h->NumCopies = 1; + h->PageSize[0] = 612; + h->PageSize[1] = 792; + h->HWResolution[0] = 100; + h->HWResolution[1] = 100; + h->cupsBitsPerColor = 1; + h->cupsColorOrder = CUPS_ORDER_CHUNKED; + h->cupsColorSpace = CUPS_CSPACE_K; + h->cupsBorderlessScalingFactor = 1.0f; + h->cupsPageSize[0] = 612.0f; + h->cupsPageSize[1] = 792.0f; + h->cupsImagingBBox[0] = 0.0f; + h->cupsImagingBBox[1] = 0.0f; + h->cupsImagingBBox[2] = 612.0f; + h->cupsImagingBBox[3] = 792.0f; + + strcpy(h->cupsPageSizeName, "Letter"); + + /* + * Apply patches and options to the page header... + */ + + status = 0; + preferred_bits = 0; + + if (ppd) + { + /* + * Apply any patch code (used to override the defaults...) + */ + + if (ppd->patches) + status |= _cupsRasterExecPS(h, &preferred_bits, ppd->patches); + + /* + * Then apply printer options in the proper order... + */ + + if ((code = ppdEmitString(ppd, PPD_ORDER_DOCUMENT, 0.0)) != NULL) + { + status |= _cupsRasterExecPS(h, &preferred_bits, code); + free(code); + } + + if ((code = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL) + { + status |= _cupsRasterExecPS(h, &preferred_bits, code); + free(code); + } + + if ((code = ppdEmitString(ppd, PPD_ORDER_PROLOG, 0.0)) != NULL) + { + status |= _cupsRasterExecPS(h, &preferred_bits, code); + free(code); + } + + if ((code = ppdEmitString(ppd, PPD_ORDER_PAGE, 0.0)) != NULL) + { + status |= _cupsRasterExecPS(h, &preferred_bits, code); + free(code); + } + } + + /* + * Allow option override for page scaling... + */ + + if ((val = cupsGetOption("cupsBorderlessScalingFactor", num_options, + options)) != NULL) + { + float sc = atof(val); + + if (sc >= 0.9 && sc <= 1.1) + h->cupsBorderlessScalingFactor = sc; + } + + /* + * Get the margins for the current size... + */ + + if ((size = ppdPageSize(ppd, NULL)) != NULL) + { + /* + * Use the margins from the PPD file... + */ + + left = size->left; + bottom = size->bottom; + right = size->right; + top = size->top; + + strlcpy(h->cupsPageSizeName, size->name, sizeof(h->cupsPageSizeName)); + + h->cupsPageSize[0] = size->width; + h->cupsPageSize[1] = size->length; + } + else + { + /* + * Use the default margins... + */ + + left = 0.0f; + bottom = 0.0f; + right = 612.0f; + top = 792.0f; + } + + h->PageSize[0] = h->cupsPageSize[0] * + h->cupsBorderlessScalingFactor; + h->PageSize[1] = h->cupsPageSize[1] * + h->cupsBorderlessScalingFactor; + h->Margins[0] = left * h->cupsBorderlessScalingFactor; + h->Margins[1] = bottom * h->cupsBorderlessScalingFactor; + h->ImagingBoundingBox[0] = left * h->cupsBorderlessScalingFactor; + h->ImagingBoundingBox[1] = bottom * h->cupsBorderlessScalingFactor; + h->ImagingBoundingBox[2] = right * h->cupsBorderlessScalingFactor; + h->ImagingBoundingBox[3] = top * h->cupsBorderlessScalingFactor; + h->cupsImagingBBox[0] = left; + h->cupsImagingBBox[1] = bottom; + h->cupsImagingBBox[2] = right; + h->cupsImagingBBox[3] = top; + + /* + * Use the callback to validate the page header... + */ + + if (func && (*func)(h, preferred_bits)) + return (-1); + + /* + * Check parameters... + */ + + if (!h->HWResolution[0] || !h->HWResolution[1] || + !h->PageSize[0] || !h->PageSize[1] || + (h->cupsBitsPerColor != 1 && h->cupsBitsPerColor != 2 && + h->cupsBitsPerColor != 4 && h->cupsBitsPerColor != 8 && + h->cupsBitsPerColor != 16) || + h->cupsBorderlessScalingFactor < 0.5 || + h->cupsBorderlessScalingFactor > 2.0) + return (-1); + + /* + * Compute the bitmap parameters... + */ + + h->cupsWidth = (int)((right - left) * h->cupsBorderlessScalingFactor * + h->HWResolution[0] / 72.0f + 0.5f); + h->cupsHeight = (int)((top - bottom) * h->cupsBorderlessScalingFactor * + h->HWResolution[1] / 72.0f + 0.5f); + + switch (h->cupsColorSpace) + { + case CUPS_CSPACE_W : + case CUPS_CSPACE_K : + case CUPS_CSPACE_WHITE : + case CUPS_CSPACE_GOLD : + case CUPS_CSPACE_SILVER : + h->cupsNumColors = 1; + h->cupsBitsPerPixel = h->cupsBitsPerColor; + break; + + default : + /* + * Ensure that colorimetric colorspaces use at least 8 bits per + * component... + */ + + if (h->cupsColorSpace >= CUPS_CSPACE_CIEXYZ && + h->cupsBitsPerColor < 8) + h->cupsBitsPerColor = 8; + + /* + * Figure out the number of bits per pixel... + */ + + if (h->cupsColorOrder == CUPS_ORDER_CHUNKED) + { + if (h->cupsBitsPerColor >= 8) + h->cupsBitsPerPixel = h->cupsBitsPerColor * 3; + else + h->cupsBitsPerPixel = h->cupsBitsPerColor * 4; + } + else + h->cupsBitsPerPixel = h->cupsBitsPerColor; + + h->cupsNumColors = 3; + break; + + case CUPS_CSPACE_KCMYcm : + if (h->cupsBitsPerColor == 1) + { + if (h->cupsColorOrder == CUPS_ORDER_CHUNKED) + h->cupsBitsPerPixel = 8; + else + h->cupsBitsPerPixel = 1; + + h->cupsNumColors = 6; + break; + } + + /* + * Fall through to CMYK code... + */ + + case CUPS_CSPACE_RGBA : + case CUPS_CSPACE_RGBW : + case CUPS_CSPACE_CMYK : + case CUPS_CSPACE_YMCK : + case CUPS_CSPACE_KCMY : + case CUPS_CSPACE_GMCK : + case CUPS_CSPACE_GMCS : + if (h->cupsColorOrder == CUPS_ORDER_CHUNKED) + h->cupsBitsPerPixel = h->cupsBitsPerColor * 4; + else + h->cupsBitsPerPixel = h->cupsBitsPerColor; + + h->cupsNumColors = 4; + break; + } + + h->cupsBytesPerLine = (h->cupsBitsPerPixel * h->cupsWidth + 7) / 8; + + if (h->cupsColorOrder == CUPS_ORDER_BANDED) + h->cupsBytesPerLine *= h->cupsNumColors; + + return (status); +} + + +/* + * '_cupsRasterExecPS()' - Execute PostScript code to initialize a page header. + */ + +int /* O - 0 on success, -1 on error */ +_cupsRasterExecPS( + cups_page_header2_t *h, /* O - Page header */ + int *preferred_bits,/* O - Preferred bits per color */ + const char *code) /* I - PS code to execute */ +{ + _cups_ps_stack_t *st; /* PostScript value stack */ + _cups_ps_obj_t *obj; /* Object from top of stack */ + char *codecopy, /* Copy of code */ + *codeptr; /* Pointer into copy of code */ + + + DEBUG_printf(("_cupsRasterExecPS(h=%p, preferred_bits=%p, code=\"%s\")\n", + h, preferred_bits, code ? code : "(null)")); + + /* + * Copy the PostScript code and create a stack... + */ + + if ((codecopy = strdup(code)) == NULL) + return (-1); + + if ((st = new_stack()) == NULL) + { + free(codecopy); + return (-1); + } + + /* + * Parse the PS string until we run out of data... + */ + + codeptr = codecopy; + + while ((obj = scan_ps(st, &codeptr)) != NULL) + { +#ifdef DEBUG + printf(" (%d): ", st->num_objs); + DEBUG_object(obj); + putchar('\n'); +#endif /* DEBUG */ + + switch (obj->type) + { + default : + /* Do nothing for regular values */ + break; + + case CUPS_PS_CLEARTOMARK : + pop_stack(st); + + cleartomark_stack(st); + +#ifdef DEBUG + fputs(" dup: ", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + break; + + case CUPS_PS_COPY : + pop_stack(st); + if ((obj = pop_stack(st)) != NULL) + { + copy_stack(st, (int)obj->value.number); + +#ifdef DEBUG + fputs(" copy: ", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + } + break; + + case CUPS_PS_DUP : + pop_stack(st); + copy_stack(st, 1); + +#ifdef DEBUG + fputs(" dup: ", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + break; + + case CUPS_PS_INDEX : + pop_stack(st); + if ((obj = pop_stack(st)) != NULL) + { + index_stack(st, (int)obj->value.number); + +#ifdef DEBUG + fputs(" index: ", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + } + break; + + case CUPS_PS_POP : + pop_stack(st); + pop_stack(st); + +#ifdef DEBUG + fputs(" pop: ", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + break; + + case CUPS_PS_ROLL : + pop_stack(st); + if ((obj = pop_stack(st)) != NULL) + { + int c; /* Count */ + + + c = (int)obj->value.number; + + if ((obj = pop_stack(st)) != NULL) + { + roll_stack(st, (int)obj->value.number, c); + +#ifdef DEBUG + fputs(" roll:", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + } + } + break; + + case CUPS_PS_SETPAGEDEVICE : + pop_stack(st); + setpagedevice(st, h, preferred_bits); + +#ifdef DEBUG + fputs(" setpagedevice: ", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + break; + + case CUPS_PS_START_PROC : + case CUPS_PS_END_PROC : + case CUPS_PS_STOPPED : + pop_stack(st); + break; + + case CUPS_PS_OTHER : + DEBUG_printf((" Unknown operator \"%s\"!\n", obj->value.other)); + break; + } + + if (obj->type == CUPS_PS_OTHER) + break; + } + + /* + * Cleanup... + */ + + free(codecopy); + + if (st->num_objs > 0) + { +#ifdef DEBUG + fputs(" Stack not empty:", stdout); + DEBUG_stack(st); +#endif /* DEBUG */ + + delete_stack(st); + + return (-1); + } + + delete_stack(st); + + /* + * Return success... + */ + + return (0); +} + + +/* + * 'cleartomark_stack()' - Clear to the last mark ([) on the stack. + */ + +static int /* O - 0 on success, -1 on error */ +cleartomark_stack(_cups_ps_stack_t *st) /* I - Stack */ +{ + _cups_ps_obj_t *obj; /* Current object on stack */ + + + while ((obj = pop_stack(st)) != NULL) + if (obj->type == CUPS_PS_START_ARRAY) + break; + + return (obj ? 0 : -1); +} + + +/* + * 'copy_stack()' - Copy the top N stack objects. + */ + +static int /* O - 0 on success, -1 on error */ +copy_stack(_cups_ps_stack_t *st, /* I - Stack */ + int c) /* I - Number of objects to copy */ +{ + int n; /* Index */ + + + if (c < 0) + return (-1); + else if (c == 0) + return (0); + + if ((n = st->num_objs - c) < 0) + return (-1); + + while (c > 0) + { + if (!push_stack(st, st->objs + n)) + return (-1); + + n ++; + c --; + } + + return (0); +} + + +/* + * 'delete_stack()' - Free memory used by a stack. + */ + +static void +delete_stack(_cups_ps_stack_t *st) /* I - Stack */ +{ + free(st->objs); + free(st); +} + + +/* + * 'index_stack()' - Copy the Nth value on the stack. + */ + +static _cups_ps_obj_t * /* O - New object */ +index_stack(_cups_ps_stack_t *st, /* I - Stack */ + int n) /* I - Object index */ +{ + if (n < 0 || (n = st->num_objs - n - 1) < 0) + return (NULL); + + return (push_stack(st, st->objs + n)); +} + + +/* + * 'new_stack()' - Create a new stack. + */ + +static _cups_ps_stack_t * /* O - New stack */ +new_stack(void) +{ + _cups_ps_stack_t *st; /* New stack */ + + + if ((st = calloc(1, sizeof(_cups_ps_stack_t))) == NULL) + return (NULL); + + st->alloc_objs = 32; + + if ((st->objs = calloc(32, sizeof(_cups_ps_obj_t))) == NULL) + { + free(st); + return (NULL); + } + else + return (st); +} + + +/* + * 'pop_stock()' - Pop the top object off the stack. + */ + +static _cups_ps_obj_t * /* O - Object */ +pop_stack(_cups_ps_stack_t *st) /* I - Stack */ +{ + if (st->num_objs > 0) + { + st->num_objs --; + + return (st->objs + st->num_objs); + } + else + return (NULL); +} + + +/* + * 'push_stack()' - Push an object on the stack. + */ + +static _cups_ps_obj_t * /* O - New object */ +push_stack(_cups_ps_stack_t *st, /* I - Stack */ + _cups_ps_obj_t *obj) /* I - Object */ +{ + _cups_ps_obj_t *temp; /* New object */ + + + if (st->num_objs >= st->alloc_objs) + { + + + st->alloc_objs += 32; + + if ((temp = realloc(st->objs, st->alloc_objs * + sizeof(_cups_ps_obj_t))) == NULL) + return (NULL); + + st->objs = temp; + memset(temp + st->num_objs, 0, 32 * sizeof(_cups_ps_obj_t)); + } + + temp = st->objs + st->num_objs; + st->num_objs ++; + + memcpy(temp, obj, sizeof(_cups_ps_obj_t)); + + return (temp); +} + + +/* + * 'roll_stack()' - Rotate stack objects. + */ + +static int /* O - 0 on success, -1 on error */ +roll_stack(_cups_ps_stack_t *st, /* I - Stack */ + int c, /* I - Number of objects */ + int s) /* I - Amount to shift */ +{ + _cups_ps_obj_t *temp; /* Temporary array of objects */ + int n; /* Index into array */ + + + DEBUG_printf((" roll_stack(st=%p, s=%d, c=%d)\n", st, s, c)); + + /* + * Range check input... + */ + + if (c < 0) + return (-1); + else if (c == 0) + return (0); + + if ((n = st->num_objs - c) < 0) + return (-1); + + s %= c; + + if (s == 0) + return (0); + + /* + * Copy N objects and move things around... + */ + + if (s < 0) + { + /* + * Shift down... + */ + + s = -s; + + if ((temp = calloc(s, sizeof(_cups_ps_obj_t))) == NULL) + return (-1); + + memcpy(temp, st->objs + n, s * sizeof(_cups_ps_obj_t)); + memmove(st->objs + n, st->objs + n + s, (c - s) * sizeof(_cups_ps_obj_t)); + memcpy(st->objs + n + c - s, temp, s * sizeof(_cups_ps_obj_t)); + } + else + { + /* + * Shift up... + */ + + if ((temp = calloc(s, sizeof(_cups_ps_obj_t))) == NULL) + return (-1); + + memcpy(temp, st->objs + n + c - s, s * sizeof(_cups_ps_obj_t)); + memmove(st->objs + n + s, st->objs + n, + (c - s) * sizeof(_cups_ps_obj_t)); + memcpy(st->objs + n, temp, s * sizeof(_cups_ps_obj_t)); + } + + free(temp); + + return (0); +} + + +/* + * 'scan_ps()' - Scan a string for the next PS object. + */ + +static _cups_ps_obj_t * /* O - New object or NULL on EOF */ +scan_ps(_cups_ps_stack_t *st, /* I - Stack */ + char **ptr) /* IO - String pointer */ +{ + _cups_ps_obj_t obj; /* Current object */ + char *start, /* Start of object */ + *cur, /* Current position */ + *valptr, /* Pointer into value string */ + *valend; /* End of value string */ + int parens; /* Parenthesis nesting level */ + + + /* + * Skip leading whitespace... + */ + + for (cur = *ptr; *cur; cur ++) + { + if (*cur == '%') + { + /* + * Comment, skip to end of line... + */ + + for (cur ++; *cur && *cur != '\n' && *cur != '\r'; cur ++); + } + else if (!isspace(*cur & 255)) + break; + } + + if (!*cur) + { + *ptr = NULL; + + return (NULL); + } + + /* + * See what we have... + */ + + memset(&obj, 0, sizeof(obj)); + + switch (*cur) + { + case '(' : /* (string) */ + obj.type = CUPS_PS_STRING; + start = cur; + + for (cur ++, parens = 1, valptr = obj.value.string, + valend = obj.value.string + sizeof(obj.value.string) - 1; + *cur; + cur ++) + { + if (*cur == ')' && parens == 1) + break; + + if (*cur == '(') + parens ++; + else if (*cur == ')') + parens --; + + if (valptr >= valend) + { + *ptr = start; + + return (NULL); + } + + if (*cur == '\\') + { + /* + * Decode escaped character... + */ + + cur ++; + + if (*cur == 'b') + *valptr++ = '\b'; + else if (*cur == 'f') + *valptr++ = '\f'; + else if (*cur == 'n') + *valptr++ = '\n'; + else if (*cur == 'r') + *valptr++ = '\r'; + else if (*cur == 't') + *valptr++ = '\t'; + else if (*cur >= '0' && *cur <= '7') + { + int ch = *cur - '0'; + + if (cur[1] >= '0' && cur[1] <= '7') + { + cur ++; + ch = (ch << 3) + *cur - '0'; + } + + if (cur[1] >= '0' && cur[1] <= '7') + { + cur ++; + ch = (ch << 3) + *cur - '0'; + } + + *valptr++ = ch; + } + else if (*cur == '\r') + { + if (cur[1] == '\n') + cur ++; + } + else if (*cur != '\n') + *valptr++ = *cur; + } + else + *valptr++ = *cur; + } + + if (*cur != ')') + { + *ptr = start; + + return (NULL); + } + + cur ++; + break; + + case '[' : /* Start array */ + obj.type = CUPS_PS_START_ARRAY; + cur ++; + break; + + case ']' : /* End array */ + obj.type = CUPS_PS_END_ARRAY; + cur ++; + break; + + case '<' : /* Start dictionary or hex string */ + if (cur[1] == '<') + { + obj.type = CUPS_PS_START_DICT; + cur += 2; + } + else + { + obj.type = CUPS_PS_STRING; + start = cur; + + for (cur ++, valptr = obj.value.string, + valend = obj.value.string + sizeof(obj.value.string) - 1; + *cur; + cur ++) + { + int ch; /* Current character */ + + + + if (*cur == '>') + break; + else if (valptr >= valend || !isxdigit(*cur & 255)) + { + *ptr = start; + return (NULL); + } + + if (*cur >= '0' && *cur <= '9') + ch = (*cur - '0') << 4; + else + ch = (tolower(*cur) - 'a' + 10) << 4; + + if (isxdigit(cur[1] & 255)) + { + cur ++; + + if (*cur >= '0' && *cur <= '9') + ch |= *cur - '0'; + else + ch |= tolower(*cur) - 'a' + 10; + } + + *valptr++ = ch; + } + + if (*cur != '>') + { + *ptr = start; + return (NULL); + } + + cur ++; + } + break; + + case '>' : /* End dictionary? */ + if (cur[1] == '>') + { + obj.type = CUPS_PS_END_DICT; + cur += 2; + } + else + { + obj.type = CUPS_PS_OTHER; + obj.value.other[0] = *cur; + + cur ++; + } + break; + + case '{' : /* Start procedure */ + obj.type = CUPS_PS_START_PROC; + cur ++; + break; + + case '}' : /* End procedure */ + obj.type = CUPS_PS_END_PROC; + cur ++; + break; + + case '-' : /* Possible number */ + case '+' : + if (!isdigit(cur[1] & 255) && cur[1] != '.') + { + obj.type = CUPS_PS_OTHER; + obj.value.other[0] = *cur; + + cur ++; + break; + } + + case '0' : /* Number */ + case '1' : + case '2' : + case '3' : + case '4' : + case '5' : + case '6' : + case '7' : + case '8' : + case '9' : + case '.' : + obj.type = CUPS_PS_NUMBER; + + start = cur; + for (cur ++; *cur; cur ++) + if (!isdigit(*cur & 255)) + break; + + if (*cur == '#') + { + /* + * Integer with radix... + */ + + obj.value.number = strtol(cur + 1, &cur, atoi(start)); + break; + } + else if (strchr(".Ee()<>[]{}/%", *cur) || isspace(*cur & 255)) + { + /* + * Integer or real number... + */ + + obj.value.number = _cupsStrScand(start, &cur, localeconv()); + break; + } + else + cur = start; + + default : /* Operator/variable name */ + start = cur; + + if (*cur == '/') + { + obj.type = CUPS_PS_NAME; + valptr = obj.value.name; + valend = obj.value.name + sizeof(obj.value.name) - 1; + cur ++; + } + else + { + obj.type = CUPS_PS_OTHER; + valptr = obj.value.other; + valend = obj.value.other + sizeof(obj.value.other) - 1; + } + + while (*cur) + { + if (strchr("()<>[]{}/%", *cur) || isspace(*cur & 255)) + break; + else if (valptr < valend) + *valptr++ = *cur++; + else + { + *ptr = start; + return (NULL); + } + } + + if (obj.type == CUPS_PS_OTHER) + { + if (!strcmp(obj.value.other, "true")) + { + obj.type = CUPS_PS_BOOLEAN; + obj.value.boolean = 1; + } + else if (!strcmp(obj.value.other, "false")) + { + obj.type = CUPS_PS_BOOLEAN; + obj.value.boolean = 0; + } + else if (!strcmp(obj.value.other, "null")) + obj.type = CUPS_PS_NULL; + else if (!strcmp(obj.value.other, "cleartomark")) + obj.type = CUPS_PS_CLEARTOMARK; + else if (!strcmp(obj.value.other, "copy")) + obj.type = CUPS_PS_COPY; + else if (!strcmp(obj.value.other, "dup")) + obj.type = CUPS_PS_DUP; + else if (!strcmp(obj.value.other, "index")) + obj.type = CUPS_PS_INDEX; + else if (!strcmp(obj.value.other, "pop")) + obj.type = CUPS_PS_POP; + else if (!strcmp(obj.value.other, "roll")) + obj.type = CUPS_PS_ROLL; + else if (!strcmp(obj.value.other, "setpagedevice")) + obj.type = CUPS_PS_SETPAGEDEVICE; + else if (!strcmp(obj.value.other, "stopped")) + obj.type = CUPS_PS_STOPPED; + } + break; + } + + /* + * Save the current position in the string and return the new object... + */ + + *ptr = cur; + + return (push_stack(st, &obj)); +} + + +/* + * 'setpagedevice()' - Simulate the PostScript setpagedevice operator. + */ + +static int /* O - 0 on success, -1 on error */ +setpagedevice( + _cups_ps_stack_t *st, /* I - Stack */ + cups_page_header2_t *h, /* O - Page header */ + int *preferred_bits)/* O - Preferred bits per color */ +{ + int i; /* Index into array */ + _cups_ps_obj_t *obj, /* Current object */ + *end; /* End of dictionary */ + const char *name; /* Attribute name */ + + + /* + * Make sure we have a dictionary on the stack... + */ + + if (st->num_objs == 0) + return (-1); + + obj = end = st->objs + st->num_objs - 1; + + if (obj->type != CUPS_PS_END_DICT) + return (-1); + + obj --; + + while (obj > st->objs) + { + if (obj->type == CUPS_PS_START_DICT) + break; + + obj --; + } + + if (obj < st->objs) + return (-1); + + /* + * Found the start of the dictionary, empty the stack to this point... + */ + + st->num_objs = obj - st->objs; + + /* + * Now pull /name and value pairs from the dictionary... + */ + + DEBUG_puts(" Dictionary:"); + + for (obj ++; obj < end; obj ++) + { + /* + * Grab the name... + */ + + if (obj->type != CUPS_PS_NAME) + return (-1); + + name = obj->value.name; + obj ++; + +#ifdef DEBUG + printf(" /%s ", name); + DEBUG_object(obj); + putchar('\n'); +#endif /* DEBUG */ + + /* + * Then grab the value... + */ + + if (!strcmp(name, "MediaClass") && obj->type == CUPS_PS_STRING) + strlcpy(h->MediaClass, obj->value.string, sizeof(h->MediaClass)); + else if (!strcmp(name, "MediaColor") && obj->type == CUPS_PS_STRING) + strlcpy(h->MediaColor, obj->value.string, sizeof(h->MediaColor)); + else if (!strcmp(name, "MediaType") && obj->type == CUPS_PS_STRING) + strlcpy(h->MediaType, obj->value.string, sizeof(h->MediaType)); + else if (!strcmp(name, "OutputType") && obj->type == CUPS_PS_STRING) + strlcpy(h->OutputType, obj->value.string, sizeof(h->OutputType)); + else if (!strcmp(name, "AdvanceDistance") && obj->type == CUPS_PS_NUMBER) + h->AdvanceDistance = (unsigned)obj->value.number; + else if (!strcmp(name, "AdvanceMedia") && obj->type == CUPS_PS_NUMBER) + h->AdvanceMedia = (unsigned)obj->value.number; + else if (!strcmp(name, "Collate") && obj->type == CUPS_PS_BOOLEAN) + h->Collate = (unsigned)obj->value.boolean; + else if (!strcmp(name, "CutMedia") && obj->type == CUPS_PS_NUMBER) + h->CutMedia = (cups_cut_t)(unsigned)obj->value.number; + else if (!strcmp(name, "Duplex") && obj->type == CUPS_PS_BOOLEAN) + h->Duplex = (unsigned)obj->value.boolean; + else if (!strcmp(name, "HWResolution") && obj->type == CUPS_PS_START_ARRAY) + { + if (obj[1].type == CUPS_PS_NUMBER && obj[2].type == CUPS_PS_NUMBER && + obj[3].type == CUPS_PS_END_ARRAY) + { + h->HWResolution[0] = (unsigned)obj[1].value.number; + h->HWResolution[1] = (unsigned)obj[2].value.number; + obj += 3; + } + else + return (-1); + } + else if (!strcmp(name, "InsertSheet") && obj->type == CUPS_PS_BOOLEAN) + h->InsertSheet = (unsigned)obj->value.boolean; + else if (!strcmp(name, "Jog") && obj->type == CUPS_PS_NUMBER) + h->Jog = (unsigned)obj->value.number; + else if (!strcmp(name, "LeadingEdge") && obj->type == CUPS_PS_NUMBER) + h->LeadingEdge = (unsigned)obj->value.number; + else if (!strcmp(name, "ManualFeed") && obj->type == CUPS_PS_BOOLEAN) + h->ManualFeed = (unsigned)obj->value.boolean; + else if ((!strcmp(name, "cupsMediaPosition") || /* Compatibility */ + !strcmp(name, "MediaPosition")) && obj->type == CUPS_PS_NUMBER) + h->MediaPosition = (unsigned)obj->value.number; + else if (!strcmp(name, "MediaWeight") && obj->type == CUPS_PS_NUMBER) + h->MediaWeight = (unsigned)obj->value.number; + else if (!strcmp(name, "MirrorPrint") && obj->type == CUPS_PS_BOOLEAN) + h->MirrorPrint = (unsigned)obj->value.boolean; + else if (!strcmp(name, "NegativePrint") && obj->type == CUPS_PS_BOOLEAN) + h->NegativePrint = (unsigned)obj->value.boolean; + else if (!strcmp(name, "NumCopies") && obj->type == CUPS_PS_NUMBER) + h->NumCopies = (unsigned)obj->value.number; + else if (!strcmp(name, "Orientation") && obj->type == CUPS_PS_NUMBER) + h->Orientation = (unsigned)obj->value.number; + else if (!strcmp(name, "OutputFaceUp") && obj->type == CUPS_PS_BOOLEAN) + h->OutputFaceUp = (unsigned)obj->value.boolean; + else if (!strcmp(name, "PageSize") && obj->type == CUPS_PS_START_ARRAY) + { + if (obj[1].type == CUPS_PS_NUMBER && obj[2].type == CUPS_PS_NUMBER && + obj[3].type == CUPS_PS_END_ARRAY) + { + h->cupsPageSize[0] = obj[1].value.number; + h->cupsPageSize[1] = obj[2].value.number; + + h->PageSize[0] = (unsigned)obj[1].value.number; + h->PageSize[1] = (unsigned)obj[2].value.number; + + obj += 3; + } + else + return (-1); + } + else if (!strcmp(name, "Separations") && obj->type == CUPS_PS_BOOLEAN) + h->Separations = (unsigned)obj->value.boolean; + else if (!strcmp(name, "TraySwitch") && obj->type == CUPS_PS_BOOLEAN) + h->TraySwitch = (unsigned)obj->value.boolean; + else if (!strcmp(name, "Tumble") && obj->type == CUPS_PS_BOOLEAN) + h->Tumble = (unsigned)obj->value.boolean; + else if (!strcmp(name, "cupsMediaType") && obj->type == CUPS_PS_NUMBER) + h->cupsMediaType = (unsigned)obj->value.number; + else if (!strcmp(name, "cupsBitsPerColor") && obj->type == CUPS_PS_NUMBER) + h->cupsBitsPerColor = (unsigned)obj->value.number; + else if (!strcmp(name, "cupsPreferredBitsPerColor") && + obj->type == CUPS_PS_NUMBER) + *preferred_bits = (int)obj->value.number; + else if (!strcmp(name, "cupsColorOrder") && obj->type == CUPS_PS_NUMBER) + h->cupsColorOrder = (cups_order_t)(unsigned)obj->value.number; + else if (!strcmp(name, "cupsColorSpace") && obj->type == CUPS_PS_NUMBER) + h->cupsColorSpace = (cups_cspace_t)(unsigned)obj->value.number; + else if (!strcmp(name, "cupsCompression") && obj->type == CUPS_PS_NUMBER) + h->cupsCompression = (unsigned)obj->value.number; + else if (!strcmp(name, "cupsRowCount") && obj->type == CUPS_PS_NUMBER) + h->cupsRowCount = (unsigned)obj->value.number; + else if (!strcmp(name, "cupsRowFeed") && obj->type == CUPS_PS_NUMBER) + h->cupsRowFeed = (unsigned)obj->value.number; + else if (!strcmp(name, "cupsRowStep") && obj->type == CUPS_PS_NUMBER) + h->cupsRowStep = (unsigned)obj->value.number; + else if (!strcmp(name, "cupsBorderlessScalingFactor") && + obj->type == CUPS_PS_NUMBER) + h->cupsBorderlessScalingFactor = obj->value.number; + else if (!strncmp(name, "cupsInteger", 11) && obj->type == CUPS_PS_NUMBER) + { + if ((i = atoi(name + 11)) < 0 || i > 15) + return (-1); + + h->cupsInteger[i] = (unsigned)obj->value.number; + } + else if (!strncmp(name, "cupsReal", 8) && obj->type == CUPS_PS_NUMBER) + { + if ((i = atoi(name + 8)) < 0 || i > 15) + return (-1); + + h->cupsReal[i] = obj->value.number; + } + else if (!strncmp(name, "cupsString", 10) && obj->type == CUPS_PS_STRING) + { + if ((i = atoi(name + 10)) < 0 || i > 15) + return (-1); + + strlcpy(h->cupsString[i], obj->value.string, sizeof(h->cupsString[i])); + } + else if (!strcmp(name, "cupsMarkerType") && obj->type == CUPS_PS_STRING) + strlcpy(h->cupsMarkerType, obj->value.string, sizeof(h->cupsMarkerType)); + else if (!strcmp(name, "cupsPageSizeName") && obj->type == CUPS_PS_STRING) + strlcpy(h->cupsPageSizeName, obj->value.string, + sizeof(h->cupsPageSizeName)); + else if (!strcmp(name, "cupsRenderingIntent") && + obj->type == CUPS_PS_STRING) + strlcpy(h->cupsRenderingIntent, obj->value.string, + sizeof(h->cupsRenderingIntent)); + else + { + /* + * Ignore unknown name+value... + */ + + DEBUG_printf((" Unknown name (\"%s\") or value...\n", name)); + + while (obj[1].type != CUPS_PS_NAME && obj < end) + obj ++; + } + } + + return (0); +} + + +#ifdef DEBUG +/* + * 'DEBUG_object()' - Print an object's value... + */ + +static void +DEBUG_object(_cups_ps_obj_t *obj) /* I - Object to print */ +{ + switch (obj->type) + { + case CUPS_PS_NAME : + printf("/%s", obj->value.name); + break; + + case CUPS_PS_NUMBER : + printf("%g", obj->value.number); + break; + + case CUPS_PS_STRING : + printf("(%s)", obj->value.string); + break; + + case CUPS_PS_BOOLEAN : + if (obj->value.boolean) + fputs("true", stdout); + else + fputs("false", stdout); + break; + + case CUPS_PS_NULL : + fputs("null", stdout); + break; + + case CUPS_PS_START_ARRAY : + fputs("[", stdout); + break; + + case CUPS_PS_END_ARRAY : + fputs("]", stdout); + break; + + case CUPS_PS_START_DICT : + fputs("<<", stdout); + break; + + case CUPS_PS_END_DICT : + fputs(">>", stdout); + break; + + case CUPS_PS_START_PROC : + fputs("{", stdout); + break; + + case CUPS_PS_END_PROC : + fputs("}", stdout); + break; + + case CUPS_PS_CLEARTOMARK : + fputs("--cleartomark--", stdout); + break; + + case CUPS_PS_COPY : + fputs("--copy--", stdout); + break; + + case CUPS_PS_DUP : + fputs("--dup--", stdout); + break; + + case CUPS_PS_INDEX : + fputs("--index--", stdout); + break; + + case CUPS_PS_POP : + fputs("--pop--", stdout); + break; + + case CUPS_PS_ROLL : + fputs("--roll--", stdout); + break; + + case CUPS_PS_SETPAGEDEVICE : + fputs("--setpagedevice--", stdout); + break; + + case CUPS_PS_STOPPED : + fputs("--stopped--", stdout); + break; + + case CUPS_PS_OTHER : + printf("--%s--", obj->value.other); + break; + } +} + + +/* + * 'DEBUG_stack()' - Print a stack... + */ + +static void +DEBUG_stack(_cups_ps_stack_t *st) /* I - Stack */ +{ + int c; /* Looping var */ + _cups_ps_obj_t *obj; /* Current object on stack */ + + + for (obj = st->objs, c = st->num_objs; c > 0; c --, obj ++) + { + putchar(' '); + DEBUG_object(obj); + } + + putchar('\n'); +} +#endif /* DEBUG */ + + +/* + * End of "$Id$". + */ diff --git a/filter/libcupsimage_s.exp b/filter/libcupsimage_s.exp new file mode 100644 index 0000000000..57f4259f99 --- /dev/null +++ b/filter/libcupsimage_s.exp @@ -0,0 +1,16 @@ +_cupsImagePutCol +_cupsImagePutRow +_cupsImageReadBMP +_cupsImageReadGIF +_cupsImageReadJPEG +_cupsImageReadPIX +_cupsImageReadPNG +_cupsImageReadPNM +_cupsImageReadPhotoCD +_cupsImageReadSGI +_cupsImageReadSunRaster +_cupsImageReadTIFF +_cupsImageZoomDelete +_cupsImageZoomFill +_cupsImageZoomNew +_cupsRasterExecPS diff --git a/filter/pstops.c b/filter/pstops.c new file mode 100644 index 0000000000..62f2374038 --- /dev/null +++ b/filter/pstops.c @@ -0,0 +1,3292 @@ +/* + * "$Id$" + * + * PostScript filter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry... + * add_page() - Add a page to the pages array... + * check_range() - Check to see if the current page is selected for + * copy_bytes() - Copy bytes from the input file to stdout... + * copy_comments() - Copy all of the comments section... + * copy_dsc() - Copy a DSC-conforming document... + * copy_non_dsc() - Copy a document that does not conform to the DSC... + * copy_page() - Copy a page description... + * copy_prolog() - Copy the document prolog section... + * copy_setup() - Copy the document setup section... + * copy_trailer() - Copy the document trailer... + * do_prolog() - Send the necessary document prolog commands... + * do_setup() - Send the necessary document setup commands... + * doc_printf() - Send a formatted string to stdout and/or the temp + * file. + * doc_puts() - Send a nul-terminated string to stdout and/or the + * temp file. + * doc_write() - Send data to stdout and/or the temp file. + * end_nup() - End processing for N-up printing... + * include_feature() - Include a printer option/feature command. + * parse_text() - Parse a text value in a comment... + * set_pstops_options() - Set pstops options... + * skip_page() - Skip past a page that won't be printed... + * start_nup() - Start processing for N-up printing... + * write_labels() - Write the actual page labels. + */ + +/* + * Include necessary headers... + */ + +#include "common.h" +#include +#include +#include +#include + + +/* + * Constants... + */ + +#define PSTOPS_BORDERNONE 0 /* No border or hairline border */ +#define PSTOPS_BORDERTHICK 1 /* Think border */ +#define PSTOPS_BORDERSINGLE 2 /* Single-line hairline border */ +#define PSTOPS_BORDERSINGLE2 3 /* Single-line thick border */ +#define PSTOPS_BORDERDOUBLE 4 /* Double-line hairline border */ +#define PSTOPS_BORDERDOUBLE2 5 /* Double-line thick border */ + +#define PSTOPS_LAYOUT_LRBT 0 /* Left to right, bottom to top */ +#define PSTOPS_LAYOUT_LRTB 1 /* Left to right, top to bottom */ +#define PSTOPS_LAYOUT_RLBT 2 /* Right to left, bottom to top */ +#define PSTOPS_LAYOUT_RLTB 3 /* Right to left, top to bottom */ +#define PSTOPS_LAYOUT_BTLR 4 /* Bottom to top, left to right */ +#define PSTOPS_LAYOUT_TBLR 5 /* Top to bottom, left to right */ +#define PSTOPS_LAYOUT_BTRL 6 /* Bottom to top, right to left */ +#define PSTOPS_LAYOUT_TBRL 7 /* Top to bottom, right to left */ + +#define PSTOPS_LAYOUT_NEGATEY 1 /* The bits for the layout */ +#define PSTOPS_LAYOUT_NEGATEX 2 /* definitions above... */ +#define PSTOPS_LAYOUT_VERTICAL 4 + + +/* + * Types... + */ + +typedef struct /**** Page information ****/ +{ + char *label; /* Page label */ + int bounding_box[4]; /* PageBoundingBox */ + off_t offset; /* Offset to start of page */ + ssize_t length; /* Number of bytes for page */ + int num_options; /* Number of options for this page */ + cups_option_t *options; /* Options for this page */ +} pstops_page_t; + +typedef struct /**** Document information ****/ +{ + int page; /* Current page */ + int bounding_box[4]; /* BoundingBox from header */ + int new_bounding_box[4]; /* New composite bounding box */ + int num_options; /* Number of document-wide options */ + cups_option_t *options; /* Document-wide options */ + int normal_landscape, /* Normal rotation for landscape? */ + saw_eof, /* Saw the %%EOF comment? */ + slow_collate, /* Collate copies by hand? */ + slow_duplex, /* Duplex pages slowly? */ + slow_order, /* Reverse pages slowly? */ + use_ESPshowpage; /* Use ESPshowpage? */ + cups_array_t *pages; /* Pages in document */ + cups_file_t *temp; /* Temporary file, if any */ + char tempfile[1024]; /* Temporary filename */ + int job_id; /* Job ID */ + const char *user, /* User name */ + *title; /* Job name */ + int copies; /* Number of copies */ + const char *ap_input_slot, /* AP_FIRSTPAGE_InputSlot value */ + *ap_manual_feed; /* AP_FIRSTPAGE_ManualFeed value */ + float brightness; /* brightness value */ + int collate, /* Collate copies? */ + emit_jcl, /* Emit JCL commands? */ + fitplot; /* Fit pages to media */ + float gamma; /* gamma value */ + const char *input_slot, /* InputSlot value */ + *manual_feed; /* ManualFeed value */ + int mirror, /* doc->mirror/mirror pages */ + number_up, /* Number of pages on each sheet */ + number_up_layout, /* doc->number_up_layout of N-up pages */ + output_order, /* Requested reverse output order? */ + page_border; /* doc->page_border around pages */ + const char *page_label, /* page-label option, if any */ + *page_ranges, /* page-ranges option, if any */ + *page_set; /* page-set option, if any */ +} pstops_doc_t; + + +/* + * Convenience macros... + */ + +#define is_first_page(p) (doc->number_up == 1 || \ + ((p) % doc->number_up) == 1) +#define is_last_page(p) (doc->number_up == 1 || \ + ((p) % doc->number_up) == 0) +#define is_not_last_page(p) (doc->number_up > 1 && \ + ((p) % doc->number_up) != 0) + + +/* + * Local functions... + */ + +static pstops_page_t *add_page(pstops_doc_t *doc, const char *label); +static int check_range(pstops_doc_t *doc, int page); +static void copy_bytes(cups_file_t *fp, off_t offset, + size_t length); +static size_t copy_comments(cups_file_t *fp, pstops_doc_t *doc, + ppd_file_t *ppd, char *line, + size_t linelen, size_t linesize); +static void copy_dsc(cups_file_t *fp, pstops_doc_t *doc, + ppd_file_t *ppd, char *line, size_t linelen, + size_t linesize); +static void copy_non_dsc(cups_file_t *fp, pstops_doc_t *doc, + ppd_file_t *ppd, char *line, + size_t linelen, size_t linesize); +static size_t copy_page(cups_file_t *fp, pstops_doc_t *doc, + ppd_file_t *ppd, int number, char *line, + size_t linelen, size_t linesize); +static size_t copy_prolog(cups_file_t *fp, pstops_doc_t *doc, + ppd_file_t *ppd, char *line, + size_t linelen, size_t linesize); +static size_t copy_setup(cups_file_t *fp, pstops_doc_t *doc, + ppd_file_t *ppd, char *line, + size_t linelen, size_t linesize); +static size_t copy_trailer(cups_file_t *fp, pstops_doc_t *doc, + ppd_file_t *ppd, int number, char *line, + size_t linelen, size_t linesize); +static void do_prolog(pstops_doc_t *doc, ppd_file_t *ppd); +static void do_setup(pstops_doc_t *doc, ppd_file_t *ppd); +static void doc_printf(pstops_doc_t *doc, const char *format, ...) +#ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 2, 3))) +#endif /* __GNUC__ */ +; +static void doc_puts(pstops_doc_t *doc, const char *s); +static void doc_write(pstops_doc_t *doc, const char *s, size_t len); +static void end_nup(pstops_doc_t *doc, int number); +static int include_feature(ppd_file_t *ppd, const char *line, + int num_options, + cups_option_t **options); +static char *parse_text(const char *start, char **end, char *buffer, + size_t bufsize); +static void set_pstops_options(pstops_doc_t *doc, ppd_file_t *ppd, + char *argv[], int num_options, + cups_option_t *options); +static size_t skip_page(cups_file_t *fp, char *line, size_t linelen, + size_t linesize); +static void start_nup(pstops_doc_t *doc, int number, + int show_border, const int *bounding_box); +static void write_label_prolog(pstops_doc_t *doc, const char *label, + float bottom, float top, + float width); +static void write_labels(pstops_doc_t *doc, int orient); + + +/* + * 'main()' - Main entry... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + pstops_doc_t doc; /* Document information */ + cups_file_t *fp; /* Print file */ + ppd_file_t *ppd; /* PPD file */ + int num_options; /* Number of print options */ + cups_option_t *options; /* Print options */ + char line[8192]; /* Line buffer */ + size_t len; /* Length of line buffer */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + fputs("ERROR: pstops job-id user title copies options [file]\n", stderr); + return (1); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + fp = cupsFileStdin(); + else + { + /* + * Try to open the print file... + */ + + if ((fp = cupsFileOpen(argv[6], "r")) == NULL) + { + fprintf(stderr, "ERROR: Unable to open print file \"%s\" - %s\n", + argv[6], strerror(errno)); + return (1); + } + } + + /* + * Read the first line to see if we have DSC comments... + */ + + if ((len = cupsFileGetLine(fp, line, sizeof(line))) == 0) + { + fputs("ERROR: Empty print file!\n", stderr); + return (1); + } + + /* + * Process command-line options... + */ + + options = NULL; + num_options = cupsParseOptions(argv[5], 0, &options); + ppd = SetCommonOptions(num_options, options, 1); + + set_pstops_options(&doc, ppd, argv, num_options, options); + + /* + * Write any "exit server" options that have been selected... + */ + + ppdEmit(ppd, stdout, PPD_ORDER_EXIT); + + /* + * Write any JCL commands that are needed to print PostScript code... + */ + + if (doc.emit_jcl) + ppdEmitJCL(ppd, stdout, doc.job_id, doc.user, doc.title); + + /* + * Start with a DSC header... + */ + + puts("%!PS-Adobe-3.0"); + + /* + * Skip leading PJL in the document... + */ + + while (!strncmp(line, "\033%-12345X", 9) || !strncmp(line, "@PJL ", 5)) + { + /* + * Yup, we have leading PJL fun, so skip it until we hit the line + * with "ENTER LANGUAGE"... + */ + + fputs("DEBUG: Skipping PJL header...\n", stderr); + + while (strstr(line, "ENTER LANGUAGE") == NULL && strncmp(line, "%!", 2)) + if ((len = cupsFileGetLine(fp, line, sizeof(line))) == 0) + break; + + if (!strncmp(line, "%!", 2)) + break; + + if ((len = cupsFileGetLine(fp, line, sizeof(line))) == 0) + break; + } + + /* + * Now see if the document conforms to the Adobe Document Structuring + * Conventions... + */ + + if (!strncmp(line, "%!PS-Adobe-", 11)) + { + /* + * Yes, filter the document... + */ + + copy_dsc(fp, &doc, ppd, line, len, sizeof(line)); + } + else + { + /* + * No, display an error message and treat the file as if it contains + * a single page... + */ + + copy_non_dsc(fp, &doc, ppd, line, len, sizeof(line)); + } + + /* + * Send %%EOF as needed... + */ + + if (!doc.saw_eof) + puts("%%EOF"); + + /* + * End the job with the appropriate JCL command or CTRL-D... + */ + + if (doc.emit_jcl) + { + if (ppd && ppd->jcl_end) + ppdEmitJCLEnd(ppd, stdout); + else + putchar(0x04); + } + + /* + * Close files and remove the temporary file if needed... + */ + + if (doc.temp) + { + cupsFileClose(doc.temp); + unlink(doc.tempfile); + } + + ppdClose(ppd); + cupsFreeOptions(num_options, options); + + cupsFileClose(fp); + + return (0); +} + + +/* + * 'add_page()' - Add a page to the pages array... + */ + +static pstops_page_t * /* O - New page info object */ +add_page(pstops_doc_t *doc, /* I - Document information */ + const char *label) /* I - Page label */ +{ + pstops_page_t *pageinfo; /* New page info object */ + + + if (!doc->pages) + doc->pages = cupsArrayNew(NULL, NULL); + + if (!doc->pages) + { + fprintf(stderr, "EMERG: Unable to allocate memory for pages array: %s\n", + strerror(errno)); + exit(1); + } + + if ((pageinfo = calloc(1, sizeof(pstops_page_t))) == NULL) + { + fprintf(stderr, "EMERG: Unable to allocate memory for page info: %s\n", + strerror(errno)); + exit(1); + } + + pageinfo->label = strdup(label); + pageinfo->offset = cupsFileTell(doc->temp); + + cupsArrayAdd(doc->pages, pageinfo); + + doc->page ++; + + return (pageinfo); +} + + +/* + * 'check_range()' - Check to see if the current page is selected for + * printing. + */ + +static int /* O - 1 if selected, 0 otherwise */ +check_range(pstops_doc_t *doc, /* I - Document information */ + int page) /* I - Page number */ +{ + const char *range; /* Pointer into range string */ + int lower, upper; /* Lower and upper page numbers */ + + + if (doc->page_set) + { + /* + * See if we only print even or odd pages... + */ + + if (!strcasecmp(doc->page_set, "even") && (page & 1)) + return (0); + + if (!strcasecmp(doc->page_set, "odd") && !(page & 1)) + return (0); + } + + if (!doc->page_ranges) + return (1); /* No range, print all pages... */ + + for (range = doc->page_ranges; *range != '\0';) + { + if (*range == '-') + { + lower = 1; + range ++; + upper = strtol(range, (char **)&range, 10); + } + else + { + lower = strtol(range, (char **)&range, 10); + + if (*range == '-') + { + range ++; + if (!isdigit(*range & 255)) + upper = 65535; + else + upper = strtol(range, (char **)&range, 10); + } + else + upper = lower; + } + + if (page >= lower && page <= upper) + return (1); + + if (*range == ',') + range ++; + else + break; + } + + return (0); +} + + +/* + * 'copy_bytes()' - Copy bytes from the input file to stdout... + */ + +static void +copy_bytes(cups_file_t *fp, /* I - File to read from */ + off_t offset, /* I - Offset to page data */ + size_t length) /* I - Length of page data */ +{ + char buffer[8192]; /* Data buffer */ + ssize_t nbytes; /* Number of bytes read */ + size_t nleft; /* Number of bytes left/remaining */ + + + nleft = length; + + if (cupsFileSeek(fp, offset) < 0) + { + fprintf(stderr, "ERROR: Unable to seek to offset " CUPS_LLFMT + " in file - %s\n", + CUPS_LLCAST offset, strerror(errno)); + return; + } + + while (nleft > 0 || length == 0) + { + if (nleft > sizeof(buffer) || length == 0) + nbytes = sizeof(buffer); + else + nbytes = nleft; + + if ((nbytes = cupsFileRead(fp, buffer, nbytes)) < 1) + return; + + nleft -= nbytes; + + fwrite(buffer, 1, nbytes, stdout); + } +} + + +/* + * 'copy_comments()' - Copy all of the comments section... + * + * This function expects "line" to be filled with a comment line. + * On return, "line" will contain the next line in the file, if any. + */ + +static size_t /* O - Length of next line */ +copy_comments(cups_file_t *fp, /* I - File to read from */ + pstops_doc_t *doc, /* I - Document info */ + ppd_file_t *ppd, /* I - PPD file */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + int saw_bounding_box, /* Saw %%BoundingBox: comment? */ + saw_for, /* Saw %%For: comment? */ + saw_pages, /* Saw %%Pages: comment? */ + saw_title; /* Saw %%Title: comment? */ + + + /* + * Loop until we see %%EndComments or a non-comment line... + */ + + saw_bounding_box = 0; + saw_for = 0; + saw_pages = 0; + saw_title = 0; + + while (line[0] == '%') + { + /* + * Strip trailing whitespace... + */ + + while (linelen > 0) + { + linelen --; + + if (!isspace(line[linelen] & 255)) + break; + else + line[linelen] = '\0'; + } + + /* + * Log the header... + */ + + fprintf(stderr, "DEBUG: %s\n", line); + + /* + * Pull the headers out... + */ + + if (!strncmp(line, "%%Pages:", 8)) + { + int pages; /* Number of pages */ + + + if (saw_pages) + fputs("ERROR: Duplicate %%Pages: comment seen!\n", stderr); + + saw_pages = 1; + + if (Duplex && (pages = atoi(line + 8)) > 0 && pages <= doc->number_up) + { + /* + * Since we will only be printing on a single page, disable duplexing. + */ + + Duplex = 0; + doc->slow_duplex = 0; + + if (cupsGetOption("sides", doc->num_options, doc->options)) + doc->num_options = cupsAddOption("sides", "one-sided", + doc->num_options, &(doc->options)); + + if (cupsGetOption("Duplex", doc->num_options, doc->options)) + doc->num_options = cupsAddOption("Duplex", "None", + doc->num_options, &(doc->options)); + + if (cupsGetOption("EFDuplex", doc->num_options, doc->options)) + doc->num_options = cupsAddOption("EFDuplex", "None", + doc->num_options, &(doc->options)); + + if (cupsGetOption("EFDuplexing", doc->num_options, doc->options)) + doc->num_options = cupsAddOption("EFDuplexing", "False", + doc->num_options, &(doc->options)); + + if (cupsGetOption("KD03Duplex", doc->num_options, doc->options)) + doc->num_options = cupsAddOption("KD03Duplex", "None", + doc->num_options, &(doc->options)); + + if (cupsGetOption("JCLDuplex", doc->num_options, doc->options)) + doc->num_options = cupsAddOption("JCLDuplex", "None", + doc->num_options, &(doc->options)); + + ppdMarkOption(ppd, "Duplex", "None"); + ppdMarkOption(ppd, "EFDuplex", "None"); + ppdMarkOption(ppd, "EFDuplexing", "False"); + ppdMarkOption(ppd, "KD03Duplex", "None"); + ppdMarkOption(ppd, "JCLDuplex", "None"); + } + } + else if (!strncmp(line, "%%BoundingBox:", 14)) + { + if (saw_bounding_box) + fputs("ERROR: Duplicate %%BoundingBox: comment seen!\n", stderr); + else if (strstr(line + 14, "(atend)")) + { + /* + * Do nothing for now but use the default imageable area... + */ + } + else if (sscanf(line + 14, "%d%d%d%d", doc->bounding_box + 0, + doc->bounding_box + 1, doc->bounding_box + 2, + doc->bounding_box + 3) != 4) + { + fputs("ERROR: Bad %%BoundingBox: comment seen!\n", stderr); + + doc->bounding_box[0] = (int)PageLeft; + doc->bounding_box[1] = (int)PageBottom; + doc->bounding_box[2] = (int)PageRight; + doc->bounding_box[3] = (int)PageTop; + } + + saw_bounding_box = 1; + } + else if (!strncmp(line, "%%For:", 6)) + { + saw_for = 1; + doc_printf(doc, "%s\n", line); + } + else if (!strncmp(line, "%%Title:", 8)) + { + saw_title = 1; + doc_printf(doc, "%s\n", line); + } + else if (!strncmp(line, "%cupsRotation:", 14)) + { + /* + * Reset orientation of document? + */ + + int orient = (atoi(line + 14) / 90) & 3; + + if (orient != Orientation) + { + /* + * Yes, update things so that the pages come out right... + */ + + Orientation = (4 - Orientation + orient) & 3; + UpdatePageVars(); + Orientation = orient; + } + } + else if (!strcmp(line, "%%EndComments")) + { + linelen = cupsFileGetLine(fp, line, linesize); + break; + } + else if (strncmp(line, "%!", 2) && strncmp(line, "%cups", 5)) + doc_printf(doc, "%s\n", line); + + if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0) + break; + } + + if (!saw_bounding_box) + fputs("ERROR: No %%BoundingBox: comment in header!\n", stderr); + + if (!saw_pages) + fputs("ERROR: No %%Pages: comment in header!\n", stderr); + + if (!saw_for) + WriteTextComment("For", doc->user); + + if (!saw_title) + WriteTextComment("Title", doc->title); + + if (doc->copies != 1 && (!doc->collate || !doc->slow_collate)) + { + /* + * Tell the document processor the copy and duplex options + * that are required... + */ + + doc_printf(doc, "%%%%Requirements: numcopies(%d)%s%s\n", doc->copies, + doc->collate ? " collate" : "", + Duplex ? " duplex" : ""); + + /* + * Apple uses RBI comments for various non-PPD options... + */ + + doc_printf(doc, "%%RBINumCopies: %d\n", doc->copies); + } + else + { + /* + * Tell the document processor the duplex option that is required... + */ + + if (Duplex) + doc_puts(doc, "%%Requirements: duplex\n"); + + /* + * Apple uses RBI comments for various non-PPD options... + */ + + doc_puts(doc, "%RBINumCopies: 1\n"); + } + + doc_puts(doc, "%%Pages: (atend)\n"); + doc_puts(doc, "%%BoundingBox: (atend)\n"); + doc_puts(doc, "%%EndComments\n"); + + return (linelen); +} + + +/* + * 'copy_dsc()' - Copy a DSC-conforming document... + * + * This function expects "line" to be filled with the %!PS-Adobe comment line. + */ + +static void +copy_dsc(cups_file_t *fp, /* I - File to read from */ + pstops_doc_t *doc, /* I - Document info */ + ppd_file_t *ppd, /* I - PPD file */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + int number; /* Page number */ + pstops_page_t *pageinfo; /* Page information */ + + + /* + * Make sure we use ESPshowpage for EPS files... + */ + + if (strstr(line, "EPSF")) + { + doc->use_ESPshowpage = 1; + doc->number_up = 1; + } + + /* + * Start sending the document with any commands needed... + */ + + fprintf(stderr, "DEBUG: Before copy_comments - %s", line); + linelen = copy_comments(fp, doc, ppd, line, linelen, linesize); + + /* + * Now find the prolog section, if any... + */ + + fprintf(stderr, "DEBUG: Before copy_prolog - %s", line); + linelen = copy_prolog(fp, doc, ppd, line, linelen, linesize); + + /* + * Then the document setup section... + */ + + fprintf(stderr, "DEBUG: Before copy_setup - %s", line); + linelen = copy_setup(fp, doc, ppd, line, linelen, linesize); + + /* + * Copy until we see %%Page:... + */ + + while (strncmp(line, "%%Page:", 7) && strncmp(line, "%%Trailer", 9)) + { + doc_write(doc, line, linelen); + + if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0) + break; + } + + /* + * Then process pages until we have no more... + */ + + number = 0; + + fprintf(stderr, "DEBUG: Before page loop - %s", line); + while (!strncmp(line, "%%Page:", 7)) + { + number ++; + + if (check_range(doc, (number - 1) / doc->number_up + 1)) + { + fprintf(stderr, "DEBUG: Copying page %d...\n", number); + linelen = copy_page(fp, doc, ppd, number, line, linelen, linesize); + } + else + { + fprintf(stderr, "DEBUG: Skipping page %d...\n", number); + linelen = skip_page(fp, line, linelen, linesize); + } + } + + /* + * Finish up the last page(s)... + */ + + if (number && is_not_last_page(number) && cupsArrayLast(doc->pages)) + { + pageinfo = (pstops_page_t *)cupsArrayLast(doc->pages); + + start_nup(doc, doc->number_up, 0, doc->bounding_box); + doc_puts(doc, "showpage\n"); + end_nup(doc, doc->number_up); + + pageinfo->length = cupsFileTell(doc->temp) - pageinfo->offset; + } + + if (doc->slow_duplex && (doc->page & 1)) + { + /* + * Make sure we have an even number of pages... + */ + + pageinfo = add_page(doc, "(filler)"); + + if (!doc->slow_order) + { + if (!ppd || !ppd->num_filters) + fprintf(stderr, "PAGE: %d %d\n", doc->page, + doc->slow_collate ? 1 : doc->copies); + + printf("%%%%Page: (filler) %d\n", doc->page); + } + + start_nup(doc, doc->number_up, 0, doc->bounding_box); + doc_puts(doc, "showpage\n"); + end_nup(doc, doc->number_up); + + pageinfo->length = cupsFileTell(doc->temp) - pageinfo->offset; + } + + /* + * Make additional copies as necessary... + */ + + number = doc->slow_order ? 0 : doc->page; + + if (doc->temp) + { + int copy; /* Current copy */ + + + /* + * Reopen the temporary file for reading... + */ + + cupsFileClose(doc->temp); + + doc->temp = cupsFileOpen(doc->tempfile, "r"); + + /* + * Make the copies... + */ + + for (copy = !doc->slow_order; copy < doc->copies; copy ++) + { + /* + * Send end-of-job stuff followed by any start-of-job stuff required + * for the JCL options... + */ + + if (number && doc->emit_jcl && ppd && ppd->jcl_end) + { + /* + * Send the trailer... + */ + + puts("%%Trailer"); + printf("%%%%Pages: %d\n", cupsArrayCount(doc->pages)); + if (doc->number_up > 1 || doc->fitplot) + printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", + PageLeft, PageBottom, PageRight, PageTop); + else + printf("%%%%BoundingBox: %d %d %d %d\n", + doc->new_bounding_box[0], doc->new_bounding_box[1], + doc->new_bounding_box[2], doc->new_bounding_box[3]); + puts("%%EOF"); + + /* + * Start a new document... + */ + + ppdEmitJCLEnd(ppd, stdout); + ppdEmitJCL(ppd, stdout, doc->job_id, doc->user, doc->title); + + puts("%!PS-Adobe-3.0"); + + number = 0; + } + + /* + * Copy the prolog as needed... + */ + + if (!number) + { + pageinfo = (pstops_page_t *)cupsArrayFirst(doc->pages); + copy_bytes(doc->temp, 0, pageinfo->offset); + } + + /* + * Then copy all of the pages... + */ + + pageinfo = doc->slow_order ? (pstops_page_t *)cupsArrayLast(doc->pages) : + (pstops_page_t *)cupsArrayFirst(doc->pages); + + while (pageinfo) + { + number ++; + + if (!ppd || !ppd->num_filters) + fprintf(stderr, "PAGE: %d 1\n", number); + + if (doc->number_up > 1) + { + printf("%%%%Page: (%d) %d\n", number, number); + printf("%%%%PageBoundingBox: %.0f %.0f %.0f %.0f\n", + PageLeft, PageBottom, PageRight, PageTop); + } + else + { + printf("%%%%Page: %s %d\n", pageinfo->label, number); + printf("%%%%PageBoundingBox: %d %d %d %d\n", + pageinfo->bounding_box[0], pageinfo->bounding_box[1], + pageinfo->bounding_box[2], pageinfo->bounding_box[3]); + } + + copy_bytes(doc->temp, pageinfo->offset, pageinfo->length); + + pageinfo = doc->slow_order ? (pstops_page_t *)cupsArrayPrev(doc->pages) : + (pstops_page_t *)cupsArrayNext(doc->pages); + } + } + } + + /* + * Restore the old showpage operator as needed... + */ + + if (doc->use_ESPshowpage) + puts("userdict/showpage/ESPshowpage load put\n"); + + /* + * Write/copy the trailer... + */ + + linelen = copy_trailer(fp, doc, ppd, number, line, linelen, linesize); +} + + +/* + * 'copy_non_dsc()' - Copy a document that does not conform to the DSC... + * + * This function expects "line" to be filled with the %! comment line. + */ + +static void +copy_non_dsc(cups_file_t *fp, /* I - File to read from */ + pstops_doc_t *doc, /* I - Document info */ + ppd_file_t *ppd, /* I - PPD file */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + int copy; /* Current copy */ + char buffer[8192]; /* Copy buffer */ + int bytes; /* Number of bytes copied */ + + + /* + * First let the user know that they are attempting to print a file + * that may not print correctly... + */ + + fputs("WARNING: This document does not conform to the Adobe Document " + "Structuring Conventions and may not print correctly!\n", stderr); + + /* + * Then write a standard DSC comment section... + */ + + printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", PageLeft, PageBottom, + PageRight, PageTop); + + if (doc->slow_collate && doc->copies > 1) + printf("%%%%Pages: %d\n", doc->copies); + else + puts("%%Pages: 1"); + + WriteTextComment("For", doc->user); + WriteTextComment("Title", doc->title); + + if (doc->copies != 1 && (!doc->collate || !doc->slow_collate)) + { + /* + * Tell the document processor the copy and duplex options + * that are required... + */ + + printf("%%%%Requirements: numcopies(%d)%s%s\n", doc->copies, + doc->collate ? " collate" : "", + Duplex ? " duplex" : ""); + + /* + * Apple uses RBI comments for various non-PPD options... + */ + + printf("%%RBINumCopies: %d\n", doc->copies); + } + else + { + /* + * Tell the document processor the duplex option that is required... + */ + + if (Duplex) + puts("%%Requirements: duplex"); + + /* + * Apple uses RBI comments for various non-PPD options... + */ + + puts("%RBINumCopies: 1"); + } + + puts("%%EndComments"); + + /* + * Then the prolog... + */ + + puts("%%BeginProlog"); + + do_prolog(doc, ppd); + + puts("%%EndProlog"); + + /* + * Then the setup section... + */ + + puts("%%BeginSetup"); + + do_setup(doc, ppd); + + puts("%%EndSetup"); + + /* + * Finally, embed a copy of the file inside a %%Page... + */ + + if (!ppd || !ppd->num_filters) + fprintf(stderr, "PAGE: 1 %d\n", doc->temp ? 1 : doc->copies); + + puts("%%Page: 1 1"); + puts("%%BeginPageSetup"); + ppdEmit(ppd, stdout, PPD_ORDER_PAGE); + puts("%%EndPageSetup"); + puts("%%BeginDocument: nondsc"); + + fwrite(line, linelen, 1, stdout); + + if (doc->temp) + cupsFileWrite(doc->temp, line, linelen); + + while ((bytes = cupsFileRead(fp, buffer, sizeof(buffer))) > 0) + { + fwrite(buffer, 1, bytes, stdout); + + if (doc->temp) + cupsFileWrite(doc->temp, buffer, bytes); + } + + puts("%%EndDocument"); + + if (doc->use_ESPshowpage) + { + WriteLabels(Orientation); + puts("ESPshowpage"); + } + + if (doc->temp) + { + /* + * Reopen the temporary file for reading... + */ + + cupsFileClose(doc->temp); + + doc->temp = cupsFileOpen(doc->tempfile, "r"); + + /* + * Make the additional copies as needed... + */ + + for (copy = 1; copy < doc->copies; copy ++) + { + if (!ppd || !ppd->num_filters) + fputs("PAGE: 1 1\n", stderr); + + printf("%%%%Page: %d %d\n", copy + 1, copy + 1); + puts("%%BeginPageSetup"); + ppdEmit(ppd, stdout, PPD_ORDER_PAGE); + puts("%%EndPageSetup"); + puts("%%BeginDocument: nondsc"); + + copy_bytes(doc->temp, 0, 0); + + puts("%%EndDocument"); + + if (doc->use_ESPshowpage) + { + WriteLabels(Orientation); + puts("ESPshowpage"); + } + } + } + + /* + * Restore the old showpage operator as needed... + */ + + if (doc->use_ESPshowpage) + puts("userdict/showpage/ESPshowpage load put\n"); +} + + +/* + * 'copy_page()' - Copy a page description... + * + * This function expects "line" to be filled with a %%Page comment line. + * On return, "line" will contain the next line in the file, if any. + */ + +static size_t /* O - Length of next line */ +copy_page(cups_file_t *fp, /* I - File to read from */ + pstops_doc_t *doc, /* I - Document info */ + ppd_file_t *ppd, /* I - PPD file */ + int number, /* I - Current page number */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + char label[256], /* Page label string */ + *ptr; /* Pointer into line */ + int level; /* Embedded document level */ + pstops_page_t *pageinfo; /* Page information */ + int first_page; /* First page on N-up output? */ + int bounding_box[4]; /* PageBoundingBox */ + + + /* + * Get the page label for this page... + */ + + first_page = is_first_page(number); + + if (!parse_text(line + 7, &ptr, label, sizeof(label))) + { + fputs("ERROR: Bad %%Page: comment in file!\n", stderr); + label[0] = '\0'; + number = doc->page; + } + else if (strtol(ptr, &ptr, 10) == LONG_MAX || !isspace(*ptr & 255)) + { + fputs("ERROR: Bad %%Page: comment in file!\n", stderr); + number = doc->page; + } + + /* + * Create or update the current output page... + */ + + if (first_page) + pageinfo = add_page(doc, label); + else + pageinfo = (pstops_page_t *)cupsArrayLast(doc->pages); + + /* + * Handle first page override... + */ + + if (doc->ap_input_slot || doc->ap_manual_feed) + { + if (doc->page == 1) + { + /* + * First page/sheet gets AP_FIRSTPAGE_* options... + */ + + pageinfo->num_options = cupsAddOption("InputSlot", doc->ap_input_slot, + pageinfo->num_options, + &(pageinfo->options)); + pageinfo->num_options = cupsAddOption("ManualFeed", doc->ap_manual_feed, + pageinfo->num_options, + &(pageinfo->options)); + } + else if (doc->page == (Duplex + 2)) + { + /* + * Second page/sheet gets default options... + */ + + pageinfo->num_options = cupsAddOption("InputSlot", doc->input_slot, + pageinfo->num_options, + &(pageinfo->options)); + pageinfo->num_options = cupsAddOption("ManualFeed", doc->manual_feed, + pageinfo->num_options, + &(pageinfo->options)); + } + } + + /* + * Scan comments until we see something other than %%Page*: or + * %%Include*... + */ + + memcpy(bounding_box, doc->bounding_box, sizeof(bounding_box)); + + while ((linelen = cupsFileGetLine(fp, line, linesize)) > 0) + { + if (!strncmp(line, "%%PageBoundingBox:", 18)) + { + /* + * %%PageBoundingBox: llx lly urx ury + */ + + if (sscanf(line + 18, "%d%d%d%d", bounding_box + 0, + bounding_box + 1, bounding_box + 2, + bounding_box + 3) != 4) + { + fputs("ERROR: Bad %%PageBoundingBox: comment in file!\n", stderr); + memcpy(bounding_box, doc->bounding_box, + sizeof(bounding_box)); + } + else if (doc->number_up == 1 && !doc->fitplot && Orientation) + { + int temp_bbox[4]; /* Temporary bounding box */ + + + memcpy(temp_bbox, bounding_box, sizeof(temp_bbox)); + + fprintf(stderr, "DEBUG: Orientation = %d\n", Orientation); + fprintf(stderr, "DEBUG: original bounding_box = [ %d %d %d %d ]\n", + bounding_box[0], bounding_box[1], + bounding_box[2], bounding_box[3]); + fprintf(stderr, "DEBUG: PageWidth = %.1f, PageLength = %.1f\n", + PageWidth, PageLength); + + switch (Orientation) + { + case 1 : /* Landscape */ + bounding_box[0] = PageLength - temp_bbox[3]; + bounding_box[1] = temp_bbox[0]; + bounding_box[2] = PageLength - temp_bbox[1]; + bounding_box[3] = temp_bbox[2]; + break; + + case 2 : /* Reverse Portrait */ + bounding_box[0] = PageWidth - temp_bbox[2]; + bounding_box[1] = PageLength - temp_bbox[3]; + bounding_box[2] = PageWidth - temp_bbox[0]; + bounding_box[3] = PageLength - temp_bbox[1]; + break; + + case 3 : /* Reverse Landscape */ + bounding_box[0] = temp_bbox[1]; + bounding_box[1] = PageWidth - temp_bbox[2]; + bounding_box[2] = temp_bbox[3]; + bounding_box[3] = PageWidth - temp_bbox[0]; + break; + } + + fprintf(stderr, "DEBUG: updated bounding_box = [ %d %d %d %d ]\n", + bounding_box[0], bounding_box[1], + bounding_box[2], bounding_box[3]); + } + } +#if 0 + else if (!strncmp(line, "%%PageCustomColors:", 19) || + !strncmp(line, "%%PageMedia:", 12) || + !strncmp(line, "%%PageOrientation:", 18) || + !strncmp(line, "%%PageProcessColors:", 20) || + !strncmp(line, "%%PageRequirements:", 18) || + !strncmp(line, "%%PageResources:", 16)) + { + /* + * Copy literal... + */ + } +#endif /* 0 */ + else if (!strncmp(line, "%%PageCustomColors:", 19)) + { + /* + * %%PageCustomColors: ... + */ + } + else if (!strncmp(line, "%%PageMedia:", 12)) + { + /* + * %%PageMedia: ... + */ + } + else if (!strncmp(line, "%%PageOrientation:", 18)) + { + /* + * %%PageOrientation: ... + */ + } + else if (!strncmp(line, "%%PageProcessColors:", 20)) + { + /* + * %%PageProcessColors: ... + */ + } + else if (!strncmp(line, "%%PageRequirements:", 18)) + { + /* + * %%PageRequirements: ... + */ + } + else if (!strncmp(line, "%%PageResources:", 16)) + { + /* + * %%PageResources: ... + */ + } + else if (!strncmp(line, "%%IncludeFeature:", 17)) + { + /* + * %%IncludeFeature: *MainKeyword OptionKeyword + */ + + if (doc->number_up == 1 &&!doc->fitplot) + pageinfo->num_options = include_feature(ppd, line, + pageinfo->num_options, + &(pageinfo->options)); + } + else if (strncmp(line, "%%Include", 9)) + break; + } + + if (doc->number_up == 1) + { + /* + * Update the document's composite and page bounding box... + */ + + memcpy(pageinfo->bounding_box, bounding_box, + sizeof(pageinfo->bounding_box)); + + if (bounding_box[0] < doc->new_bounding_box[0]) + doc->new_bounding_box[0] = bounding_box[0]; + if (bounding_box[1] < doc->new_bounding_box[1]) + doc->new_bounding_box[1] = bounding_box[1]; + if (bounding_box[2] > doc->new_bounding_box[2]) + doc->new_bounding_box[2] = bounding_box[2]; + if (bounding_box[3] > doc->new_bounding_box[3]) + doc->new_bounding_box[3] = bounding_box[3]; + } + + /* + * Output the page header as needed... + */ + + if (!doc->slow_order && first_page) + { + if (!ppd || !ppd->num_filters) + fprintf(stderr, "PAGE: %d %d\n", doc->page, + doc->slow_collate ? 1 : doc->copies); + + if (doc->number_up > 1) + { + printf("%%%%Page: (%d) %d\n", doc->page, doc->page); + printf("%%%%PageBoundingBox: %.0f %.0f %.0f %.0f\n", + PageLeft, PageBottom, PageRight, PageTop); + } + else + { + printf("%%%%Page: %s %d\n", pageinfo->label, doc->page); + printf("%%%%PageBoundingBox: %d %d %d %d\n", + pageinfo->bounding_box[0], pageinfo->bounding_box[1], + pageinfo->bounding_box[2], pageinfo->bounding_box[3]); + } + } + + /* + * Copy any page setup commands... + */ + + if (first_page) + { + char *page_setup; /* PageSetup commands to send */ + + + doc_puts(doc, "%%BeginPageSetup\n"); + + if (pageinfo->num_options > 0) + { + int i; /* Looping var */ + ppd_option_t *option; /* PPD option */ + int min_order; /* Minimum OrderDependency value */ + char *doc_setup, /* DocumentSetup commands to send */ + *any_setup; /* AnySetup commands to send */ + + + /* + * Yes, figure out the minimum OrderDependency value... + */ + + if ((option = ppdFindOption(ppd, "PageRegion")) != NULL) + min_order = option->order; + else + min_order = 999.0f; + + for (i = 0; i < pageinfo->num_options; i ++) + if ((option = ppdFindOption(ppd, pageinfo->options[i].name)) != NULL && + option->order < min_order) + min_order = option->order; + + /* + * Mark and extract them... + */ + + cupsMarkOptions(ppd, pageinfo->num_options, pageinfo->options); + + doc_setup = ppdEmitString(ppd, PPD_ORDER_DOCUMENT, min_order); + any_setup = ppdEmitString(ppd, PPD_ORDER_ANY, min_order); + + /* + * Then send them out... + */ + + if (doc_setup) + { + doc_puts(doc, doc_setup); + free(doc_setup); + } + + if (any_setup) + { + doc_puts(doc, any_setup); + free(any_setup); + } + } + + /* + * Output commands for the current page... + */ + + page_setup = ppdEmitString(ppd, PPD_ORDER_PAGE, 0); + + if (page_setup) + { + doc_puts(doc, page_setup); + free(page_setup); + } + } + + /* + * Prep for the start of the page description... + */ + + start_nup(doc, number, 1, bounding_box); + + /* + * Copy page setup commands as needed... + */ + + if (!strncmp(line, "%%BeginPageSetup", 16)) + { + int feature = 0; /* In a Begin/EndFeature block? */ + + + while ((linelen = cupsFileGetLine(fp, line, linesize)) > 0) + { + if (!strncmp(line, "%%EndPageSetup", 14)) + break; + else if (!strncmp(line, "%%BeginFeature:", 15)) + { + feature = 1; + + if (doc->number_up > 1 || doc->fitplot) + continue; + } + else if (!strncmp(line, "%%EndFeature:", 13)) + { + feature = 0; + + if (doc->number_up > 1 || doc->fitplot) + continue; + } + else if (!strncmp(line, "%%Include", 9)) + continue; + + if (!feature || (doc->number_up == 1 && !doc->fitplot)) + doc_write(doc, line, linelen); + } + + /* + * Skip %%EndPageSetup... + */ + + if (linelen > 0) + linelen = cupsFileGetLine(fp, line, linesize); + } + + /* + * Finish the PageSetup section as needed... + */ + + if (first_page) + doc_puts(doc, "%%EndPageSetup\n"); + + /* + * Read the rest of the page description... + */ + + level = 0; + + do + { + if (level == 0 && + (!strncmp(line, "%%Page:", 7) || + !strncmp(line, "%%Trailer", 9) || + !strncmp(line, "%%EOF", 5))) + break; + else if (!strncmp(line, "%%BeginDocument", 15) || + !strncmp(line, "%ADO_BeginApplication", 21)) + { + doc_write(doc, line, linelen); + + level ++; + } + else if ((!strncmp(line, "%%EndDocument", 13) || + !strncmp(line, "%ADO_EndApplication", 19)) && level > 0) + { + doc_write(doc, line, linelen); + + level --; + } + else if (!strncmp(line, "%%BeginBinary:", 14) || + (!strncmp(line, "%%BeginData:", 12) && + !strstr(line, "ASCII") && !strstr(line, "Hex"))) + { + /* + * Copy binary data... + */ + + int bytes; /* Bytes of data */ + + + doc_write(doc, line, linelen); + + bytes = atoi(strchr(line, ':') + 1); + + while (bytes > 0) + { + if (bytes > linesize) + linelen = cupsFileRead(fp, line, linesize); + else + linelen = cupsFileRead(fp, line, bytes); + + if (linelen < 1) + { + line[0] = '\0'; + perror("ERROR: Early end-of-file while reading binary data"); + return (0); + } + + doc_write(doc, line, linelen); + + bytes -= linelen; + } + } + else + doc_write(doc, line, linelen); + } + while ((linelen = cupsFileGetLine(fp, line, linesize)) > 0); + + /* + * Finish up this page and return... + */ + + end_nup(doc, number); + + pageinfo->length = cupsFileTell(doc->temp) - pageinfo->offset; + + return (linelen); +} + + +/* + * 'copy_prolog()' - Copy the document prolog section... + * + * This function expects "line" to be filled with a %%BeginProlog comment line. + * On return, "line" will contain the next line in the file, if any. + */ + +static size_t /* O - Length of next line */ +copy_prolog(cups_file_t *fp, /* I - File to read from */ + pstops_doc_t *doc, /* I - Document info */ + ppd_file_t *ppd, /* I - PPD file */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + while (strncmp(line, "%%BeginProlog", 13)) + { + if (!strncmp(line, "%%BeginSetup", 12) || !strncmp(line, "%%Page:", 7)) + break; + + doc_write(doc, line, linelen); + + if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0) + break; + } + + doc_puts(doc, "%%BeginProlog\n"); + + do_prolog(doc, ppd); + + if (!strncmp(line, "%%BeginProlog", 13)) + { + while ((linelen = cupsFileGetLine(fp, line, linesize)) > 0) + { + if (!strncmp(line, "%%EndProlog", 11) || + !strncmp(line, "%%BeginSetup", 12) || + !strncmp(line, "%%Page:", 7)) + break; + + doc_write(doc, line, linelen); + } + + if (!strncmp(line, "%%EndProlog", 11)) + linelen = cupsFileGetLine(fp, line, linesize); + else + fputs("ERROR: Missing %%EndProlog!\n", stderr); + } + + doc_puts(doc, "%%EndProlog\n"); + + return (linelen); +} + + +/* + * 'copy_setup()' - Copy the document setup section... + * + * This function expects "line" to be filled with a %%BeginSetup comment line. + * On return, "line" will contain the next line in the file, if any. + */ + +static size_t /* O - Length of next line */ +copy_setup(cups_file_t *fp, /* I - File to read from */ + pstops_doc_t *doc, /* I - Document info */ + ppd_file_t *ppd, /* I - PPD file */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + while (strncmp(line, "%%BeginSetup", 12)) + { + if (!strncmp(line, "%%Page:", 7)) + break; + + doc_write(doc, line, linelen); + + if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0) + break; + } + + doc_puts(doc, "%%BeginSetup\n"); + + do_setup(doc, ppd); + + if (!strncmp(line, "%%BeginSetup", 12)) + { + while (strncmp(line, "%%EndSetup", 10)) + { + if (!strncmp(line, "%%Page:", 7)) + break; + else if (!strncmp(line, "%%IncludeFeature:", 17)) + { + /* + * %%IncludeFeature: *MainKeyword OptionKeyword + */ + + if (doc->number_up == 1 && !doc->fitplot) + doc->num_options = include_feature(ppd, line, doc->num_options, + &(doc->options)); + } + else if (strncmp(line, "%%BeginSetup", 12)) + doc_write(doc, line, linelen); + + if ((linelen = cupsFileGetLine(fp, line, linesize)) == 0) + break; + } + + if (!strncmp(line, "%%EndSetup", 10)) + linelen = cupsFileGetLine(fp, line, linesize); + else + fputs("ERROR: Missing %%EndSetup!\n", stderr); + } + + doc_puts(doc, "%%EndSetup\n"); + + return (linelen); +} + + +/* + * 'copy_trailer()' - Copy the document trailer... + * + * This function expects "line" to be filled with a %%Trailer comment line. + * On return, "line" will contain the next line in the file, if any. + */ + +static size_t /* O - Length of next line */ +copy_trailer(cups_file_t *fp, /* I - File to read from */ + pstops_doc_t *doc, /* I - Document info */ + ppd_file_t *ppd, /* I - PPD file */ + int number, /* I - Number of pages */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + /* + * Write the trailer comments... + */ + + puts("%%Trailer"); + + while (linelen > 0) + { + if (!strncmp(line, "%%EOF", 5)) + break; + else if (strncmp(line, "%%Trailer", 9) && + strncmp(line, "%%Pages:", 8) && + strncmp(line, "%%BoundingBox:", 14)) + fwrite(line, 1, linelen, stdout); + + linelen = cupsFileGetLine(fp, line, linesize); + } + + fprintf(stderr, "DEBUG: Wrote %d pages...\n", number); + + printf("%%%%Pages: %d\n", number); + if (doc->number_up > 1 || doc->fitplot) + printf("%%%%BoundingBox: %.0f %.0f %.0f %.0f\n", + PageLeft, PageBottom, PageRight, PageTop); + else + printf("%%%%BoundingBox: %d %d %d %d\n", + doc->new_bounding_box[0], doc->new_bounding_box[1], + doc->new_bounding_box[2], doc->new_bounding_box[3]); + + return (linelen); +} + + +/* + * 'do_prolog()' - Send the necessary document prolog commands... + */ + +static void +do_prolog(pstops_doc_t *doc, /* I - Document information */ + ppd_file_t *ppd) /* I - PPD file */ +{ + char *ps; /* PS commands */ + + + /* + * Send the document prolog commands... + */ + + if (ppd && ppd->patches) + { + doc_puts(doc, "%%BeginFeature: *JobPatchFile 1\n"); + doc_puts(doc, ppd->patches); + doc_puts(doc, "\n%%EndFeature\n"); + } + + if ((ps = ppdEmitString(ppd, PPD_ORDER_PROLOG, 0.0)) != NULL) + { + doc_puts(doc, ps); + free(ps); + } + + /* + * Define ESPshowpage here so that applications that define their + * own procedure to do a showpage pick it up... + */ + + if (doc->use_ESPshowpage) + doc_puts(doc, "userdict/ESPshowpage/showpage load put\n" + "userdict/showpage{}put\n"); +} + + +/* + * 'do_setup()' - Send the necessary document setup commands... + */ + +static void +do_setup(pstops_doc_t *doc, /* I - Document information */ + ppd_file_t *ppd) /* I - PPD file */ +{ + char *ps; /* PS commands */ + + + /* + * Disable CTRL-D so that embedded files don't cause printing + * errors... + */ + + doc_puts(doc, "% Disable CTRL-D as an end-of-file marker...\n"); + doc_puts(doc, "userdict dup(\\004)cvn{}put (\\004\\004)cvn{}put\n"); + + /* + * Mark any options from %%IncludeFeature: comments... + */ + + cupsMarkOptions(ppd, doc->num_options, doc->options); + + /* + * Send all the printer-specific setup commands... + */ + + if ((ps = ppdEmitString(ppd, PPD_ORDER_DOCUMENT, 0.0)) != NULL) + { + doc_puts(doc, ps); + free(ps); + } + + if ((ps = ppdEmitString(ppd, PPD_ORDER_ANY, 0.0)) != NULL) + { + doc_puts(doc, ps); + free(ps); + } + + /* + * Set the number of copies for the job... + */ + + if (doc->copies != 1 && (!doc->collate || !doc->slow_collate)) + { + doc_printf(doc, "%%RBIBeginNonPPDFeature: *NumCopies %d\n", doc->copies); + doc_printf(doc, + "%d/languagelevel where{pop languagelevel 2 ge}{false}ifelse\n" + "{1 dict begin/NumCopies exch def currentdict end " + "setpagedevice}\n" + "{userdict/#copies 3 -1 roll put}ifelse\n", doc->copies); + doc_puts(doc, "%RBIEndNonPPDFeature\n"); + } + + /* + * If we are doing N-up printing, disable setpagedevice... + */ + + if (doc->number_up > 1) + doc_puts(doc, "userdict/setpagedevice{pop}bind put\n"); + + /* + * Changes to the transfer function must be made AFTER any + * setpagedevice code... + */ + + if (doc->gamma != 1.0f || doc->brightness != 1.0f) + doc_printf(doc, "{ neg 1 add dup 0 lt { pop 1 } { %.3f exp neg 1 add } " + "ifelse %.3f mul } bind settransfer\n", + doc->gamma, doc->brightness); + + /* + * Make sure we have rectclip and rectstroke procedures of some sort... + */ + + doc_puts(doc, + "% x y w h ESPrc - Clip to a rectangle.\n" + "userdict/ESPrc/rectclip where{pop/rectclip load}\n" + "{{newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto\n" + "neg 0 rlineto closepath clip newpath}bind}ifelse put\n"); + + doc_puts(doc, + "% x y w h ESPrf - Fill a rectangle.\n" + "userdict/ESPrf/rectfill where{pop/rectfill load}\n" + "{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto\n" + "neg 0 rlineto closepath fill grestore}bind}ifelse put\n"); + + doc_puts(doc, + "% x y w h ESPrs - Stroke a rectangle.\n" + "userdict/ESPrs/rectstroke where{pop/rectstroke load}\n" + "{{gsave newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto\n" + "neg 0 rlineto closepath stroke grestore}bind}ifelse put\n"); + + /* + * Write the page and label prologs... + */ + + if (doc->number_up == 2 || doc->number_up == 6) + { + /* + * For 2- and 6-up output, rotate the labels to match the orientation + * of the pages... + */ + + if (Orientation & 1) + write_label_prolog(doc, doc->page_label, PageBottom, + PageWidth - PageLength + PageTop, PageLength); + else + write_label_prolog(doc, doc->page_label, PageLeft, PageRight, + PageLength); + } + else + write_label_prolog(doc, doc->page_label, PageBottom, PageTop, PageWidth); +} + + +/* + * 'doc_printf()' - Send a formatted string to stdout and/or the temp file. + * + * This function should be used for all page-level output that is affected + * by ordering, collation, etc. + */ + +static void +doc_printf(pstops_doc_t *doc, /* I - Document information */ + const char *format, /* I - Printf-style format string */ + ...) /* I - Additional arguments as needed */ +{ + va_list ap; /* Pointer to arguments */ + char buffer[1024]; /* Output buffer */ + size_t bytes; /* Number of bytes to write */ + + + va_start(ap, format); + bytes = vsnprintf(buffer, sizeof(buffer), format, ap); + va_end(ap); + + if (bytes > sizeof(buffer)) + { + fprintf(stderr, + "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n", + (int)bytes); + exit(1); + } + + doc_write(doc, buffer, bytes); +} + + +/* + * 'doc_puts()' - Send a nul-terminated string to stdout and/or the temp file. + * + * This function should be used for all page-level output that is affected + * by ordering, collation, etc. + */ + +static void +doc_puts(pstops_doc_t *doc, /* I - Document information */ + const char *s) /* I - String to send */ +{ + doc_write(doc, s, strlen(s)); +} + + +/* + * 'doc_write()' - Send data to stdout and/or the temp file. + */ + +static void +doc_write(pstops_doc_t *doc, /* I - Document information */ + const char *s, /* I - Data to send */ + size_t len) /* I - Number of bytes to send */ +{ + if (!doc->slow_order) + fwrite(s, 1, len, stdout); + + if (doc->temp) + cupsFileWrite(doc->temp, s, len); +} + + +/* + * 'end_nup()' - End processing for N-up printing... + */ + +static void +end_nup(pstops_doc_t *doc, /* I - Document information */ + int number) /* I - Page number */ +{ + if (doc->number_up > 1) + doc_puts(doc, "userdict/ESPsave get restore\n"); + + switch (doc->number_up) + { + case 1 : + if (doc->use_ESPshowpage) + { + write_labels(doc, Orientation); + doc_puts(doc, "ESPshowpage\n"); + } + break; + + case 2 : + case 6 : + if (is_last_page(number) && doc->use_ESPshowpage) + { + if (Orientation & 1) + { + /* + * Rotate the labels back to portrait... + */ + + write_labels(doc, Orientation - 1); + } + else if (Orientation == 0) + { + /* + * Rotate the labels to landscape... + */ + + write_labels(doc, doc->normal_landscape ? 1 : 3); + } + else + { + /* + * Rotate the labels to landscape... + */ + + write_labels(doc, doc->normal_landscape ? 3 : 1); + } + + doc_puts(doc, "ESPshowpage\n"); + } + break; + + default : + if (is_last_page(number) && doc->use_ESPshowpage) + { + write_labels(doc, Orientation); + doc_puts(doc, "ESPshowpage\n"); + } + break; + } + + fflush(stdout); +} + + +/* + * 'include_feature()' - Include a printer option/feature command. + */ + +static int /* O - New number of options */ +include_feature( + ppd_file_t *ppd, /* I - PPD file */ + const char *line, /* I - DSC line */ + int num_options, /* I - Number of options */ + cups_option_t **options) /* IO - Options */ +{ + char name[255], /* Option name */ + value[255]; /* Option value */ + ppd_option_t *option; /* Option in file */ + ppd_choice_t *choice; /* Choice */ + + + /* + * Get the "%%IncludeFeature: *Keyword OptionKeyword" values... + */ + + if (sscanf(line + 17, "%254s%254s", name, value) != 2) + { + fputs("ERROR: Bad %%IncludeFeature: comment!\n", stderr); + return (num_options); + } + + /* + * Find the option and choice... + */ + + if ((option = ppdFindOption(ppd, name + 1)) == NULL) + { + fprintf(stderr, "WARNING: Unknown option \"%s\"!\n", name + 1); + return (num_options); + } + + if (option->section == PPD_ORDER_EXIT || + option->section == PPD_ORDER_JCL) + { + fprintf(stderr, "WARNING: Option \"%s\" cannot be included via " + "IncludeFeature!\n", name + 1); + return (num_options); + } + + if ((choice = ppdFindChoice(option, value)) == NULL) + { + fprintf(stderr, "WARNING: Unknown choice \"%s\" for option \"%s\"!\n", + value, name + 1); + return (num_options); + } + + /* + * Add the option to the option array and return... + */ + + return (cupsAddOption(name + 1, value, num_options, options)); +} + + +/* + * 'parse_text()' - Parse a text value in a comment... + * + * This function parses a DSC text value as defined on page 36 of the + * DSC specification. Text values are either surrounded by parenthesis + * or whitespace-delimited. + * + * The value returned is the literal characters for the entire text + * string, including any parenthesis and escape characters. + */ + +static char * /* O - Value or NULL on error */ +parse_text(const char *start, /* I - Start of text value */ + char **end, /* O - End of text value */ + char *buffer, /* I - Buffer */ + size_t bufsize) /* I - Size of buffer */ +{ + char *bufptr, /* Pointer in buffer */ + *bufend; /* End of buffer */ + int level; /* Parenthesis level */ + + + /* + * Skip leading whitespace... + */ + + while (isspace(*start & 255)) + start ++; + + /* + * Then copy the value... + */ + + level = 0; + bufptr = buffer; + bufend = buffer + bufsize - 1; + + while (bufptr < bufend) + { + if (isspace(*start & 255) && !level) + break; + + *bufptr++ = *start; + + if (*start == '(') + level ++; + else if (*start == ')') + { + if (!level) + { + start ++; + break; + } + else + level --; + } + else if (*start == '\\') + { + /* + * Copy escaped character... + */ + + int i; /* Looping var */ + + + for (i = 1; + i <= 3 && isdigit(start[i] & 255) && bufptr < bufend; + *bufptr++ = start[i], i ++); + } + + start ++; + } + + *bufptr = '\0'; + + /* + * Return the value and new pointer into the line... + */ + + if (end) + *end = (char *)start; + + if (bufptr == bufend) + return (NULL); + else + return (buffer); +} + + +/* + * 'set_pstops_options()' - Set pstops options... + */ + +static void +set_pstops_options( + pstops_doc_t *doc, /* I - Document information */ + ppd_file_t *ppd, /* I - PPD file */ + char *argv[], /* I - Command-line arguments */ + int num_options, /* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + const char *val; /* Option value */ + int intval; /* Integer option value */ + ppd_attr_t *attr; /* PPD attribute */ + ppd_option_t *option; /* PPD option */ + ppd_choice_t *choice; /* PPD choice */ + + + /* + * Initialize document information structure... + */ + + memset(doc, 0, sizeof(pstops_doc_t)); + + doc->job_id = atoi(argv[1]); + doc->user = argv[2]; + doc->title = argv[3]; + doc->copies = atoi(argv[4]); + + if (ppd && ppd->landscape > 0) + doc->normal_landscape = 1; + + doc->bounding_box[0] = (int)PageLeft; + doc->bounding_box[1] = (int)PageBottom; + doc->bounding_box[2] = (int)PageRight; + doc->bounding_box[3] = (int)PageTop; + + doc->new_bounding_box[0] = INT_MAX; + doc->new_bounding_box[1] = INT_MAX; + doc->new_bounding_box[2] = INT_MIN; + doc->new_bounding_box[3] = INT_MIN; + + /* + * AP_FIRSTPAGE_InputSlot + */ + + doc->ap_input_slot = cupsGetOption("AP_FIRSTPAGE_InputSlot", num_options, + options); + + /* + * AP_FIRSTPAGE_ManualFeed + */ + + doc->ap_manual_feed = cupsGetOption("AP_FIRSTPAGE_ManualFeed", num_options, + options); + + /* + * brightness + */ + + if ((val = cupsGetOption("brightness", num_options, options)) != NULL) + { + /* + * Get brightness value from 10 to 1000. + */ + + intval = atoi(val); + + if (intval < 10 || intval > 1000) + { + fprintf(stderr, "ERROR: Unsupported brightness value %s, using " + "brightness=100!\n", val); + doc->brightness = 1.0f; + } + else + doc->brightness = intval * 0.01f; + } + else + doc->brightness = 1.0f; + + /* + * collate, multiple-document-handling + */ + + if ((val = cupsGetOption("multiple-document-handling", num_options, options)) != NULL) + { + /* + * This IPP attribute is unnecessarily complicated... + * + * single-document, separate-documents-collated-copies, and + * single-document-new-sheet all require collated copies. + * + * separate-documents-uncollated-copies allows for uncollated copies. + */ + + doc->collate = strcasecmp(val, "separate-documents-uncollated-copies") != 0; + } + + if ((val = cupsGetOption("Collate", num_options, options)) != NULL && + (!strcasecmp(val, "true") ||!strcasecmp(val, "on") || + !strcasecmp(val, "yes"))) + doc->collate = 1; + + /* + * emit-jcl + */ + + if ((val = cupsGetOption("emit-jcl", num_options, options)) != NULL && + (!strcasecmp(val, "false") || !strcasecmp(val, "off") || + !strcasecmp(val, "no") || !strcmp(val, "0"))) + doc->emit_jcl = 0; + else + doc->emit_jcl = 1; + + /* + * fitplot + */ + + if ((val = cupsGetOption("fitplot", num_options, options)) != NULL && + (!strcasecmp(val, "true") || !strcasecmp(val, "on") || + !strcasecmp(val, "yes"))) + doc->fitplot = 1; + + /* + * gamma + */ + + if ((val = cupsGetOption("gamma", num_options, options)) != NULL) + { + /* + * Get gamma value from 1 to 10000... + */ + + intval = atoi(val); + + if (intval < 1 || intval > 10000) + { + fprintf(stderr, "ERROR: Unsupported gamma value %s, using " + "gamma=1000!\n", val); + doc->gamma = 1.0f; + } + else + doc->gamma = intval * 0.001f; + } + else + doc->gamma = 1.0f; + + /* + * InputSlot + */ + + if ((choice = ppdFindMarkedChoice(ppd, "InputSlot")) != NULL) + doc->input_slot = choice->choice; + + /* + * ManualFeed + */ + + if ((choice = ppdFindMarkedChoice(ppd, "ManualFeed")) != NULL) + doc->manual_feed = choice->choice; + + if ((val = cupsGetOption("mirror", num_options, options)) != NULL && + (!strcasecmp(val, "true") || !strcasecmp(val, "on") || + !strcasecmp(val, "yes"))) + doc->mirror = 1; + + /* + * number-up + */ + + if ((val = cupsGetOption("number-up", num_options, options)) != NULL) + { + switch (intval = atoi(val)) + { + case 1 : + case 2 : + case 4 : + case 6 : + case 9 : + case 16 : + doc->number_up = intval; + break; + default : + fprintf(stderr, + "ERROR: Unsupported number-up value %d, using number-up=1!\n", + intval); + doc->number_up = 1; + break; + } + } + else + doc->number_up = 1; + + /* + * number-up-layout + */ + + if ((val = cupsGetOption("number-up-layout", num_options, options)) != NULL) + { + if (!strcasecmp(val, "lrtb")) + doc->number_up_layout = PSTOPS_LAYOUT_LRTB; + else if (!strcasecmp(val, "lrbt")) + doc->number_up_layout = PSTOPS_LAYOUT_LRBT; + else if (!strcasecmp(val, "rltb")) + doc->number_up_layout = PSTOPS_LAYOUT_RLTB; + else if (!strcasecmp(val, "rlbt")) + doc->number_up_layout = PSTOPS_LAYOUT_RLBT; + else if (!strcasecmp(val, "tblr")) + doc->number_up_layout = PSTOPS_LAYOUT_TBLR; + else if (!strcasecmp(val, "tbrl")) + doc->number_up_layout = PSTOPS_LAYOUT_TBRL; + else if (!strcasecmp(val, "btlr")) + doc->number_up_layout = PSTOPS_LAYOUT_BTLR; + else if (!strcasecmp(val, "btrl")) + doc->number_up_layout = PSTOPS_LAYOUT_BTRL; + else + { + fprintf(stderr, "ERROR: Unsupported number-up-layout value %s, using " + "number-up-layout=lrtb!\n", val); + doc->number_up_layout = PSTOPS_LAYOUT_LRTB; + } + } + else + doc->number_up_layout = PSTOPS_LAYOUT_LRTB; + + /* + * OutputOrder + */ + + if ((val = cupsGetOption("OutputOrder", num_options, options)) != NULL) + { + if (!strcasecmp(val, "Reverse")) + doc->output_order = 1; + } + else if (ppd) + { + /* + * Figure out the right default output order from the PPD file... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "OutputBin")) != NULL && + (attr = ppdFindAttr(ppd, "PageStackOrder", choice->choice)) != NULL && + attr->value) + doc->output_order = !strcasecmp(attr->value, "Reverse"); + else if ((attr = ppdFindAttr(ppd, "DefaultOutputOrder", NULL)) != NULL && + attr->value) + doc->output_order = !strcasecmp(attr->value, "Reverse"); + } + + /* + * page-border + */ + + if ((val = cupsGetOption("page-border", num_options, options)) != NULL) + { + if (!strcasecmp(val, "none")) + doc->page_border = PSTOPS_BORDERNONE; + else if (!strcasecmp(val, "single")) + doc->page_border = PSTOPS_BORDERSINGLE; + else if (!strcasecmp(val, "single-thick")) + doc->page_border = PSTOPS_BORDERSINGLE2; + else if (!strcasecmp(val, "double")) + doc->page_border = PSTOPS_BORDERDOUBLE; + else if (!strcasecmp(val, "double-thick")) + doc->page_border = PSTOPS_BORDERDOUBLE2; + else + { + fprintf(stderr, "ERROR: Unsupported page-border value %s, using " + "page-border=none!\n", val); + doc->page_border = PSTOPS_BORDERNONE; + } + } + else + doc->page_border = PSTOPS_BORDERNONE; + + /* + * page-label + */ + + doc->page_label = cupsGetOption("page-label", num_options, options); + + /* + * page-ranges + */ + + doc->page_ranges = cupsGetOption("page-ranges", num_options, options); + + /* + * page-set + */ + + doc->page_set = cupsGetOption("page-set", num_options, options); + + /* + * Now figure out if we have to force collated copies, etc. + */ + + if (ppd && ppd->manual_copies && Duplex && doc->copies > 1) + { + /* + * Force collated copies when printing a duplexed document to + * a non-PS printer that doesn't do hardware copy generation. + * Otherwise the copies will end up on the front/back side of + * each page. + */ + + doc->collate = 1; + } + + /* + * See if we have to filter the fast or slow way... + */ + + if (doc->collate && doc->copies > 1) + { + /* + * See if we need to manually collate the pages... + */ + + doc->slow_collate = 1; + + if ((choice = ppdFindMarkedChoice(ppd, "Collate")) != NULL && + !strcasecmp(choice->choice, "True")) + { + /* + * Hardware collate option is selected, see if the option is + * conflicting - if not, collate in hardware. Otherwise, + * turn the hardware collate option off... + */ + + if ((option = ppdFindOption(ppd, "Collate")) != NULL && + !option->conflicted) + doc->slow_collate = 0; + else + ppdMarkOption(ppd, "Collate", "False"); + } + } + else + doc->slow_collate = 0; + + if (!ppdFindOption(ppd, "OutputOrder") && doc->output_order) + doc->slow_order = 1; + else + doc->slow_order = 0; + + if (Duplex && + (doc->slow_collate || doc->slow_order || + ((attr = ppdFindAttr(ppd, "cupsEvenDuplex", NULL)) != NULL && + attr->value && !strcasecmp(attr->value, "true")))) + doc->slow_duplex = 1; + else + doc->slow_duplex = 0; + + /* + * Create a temporary file for page data if we need to filter slowly... + */ + + if (doc->slow_order || doc->slow_collate) + { + if ((doc->temp = cupsTempFile2(doc->tempfile, + sizeof(doc->tempfile))) == NULL) + { + fprintf(stderr, "ERROR: Unable to create temporary file: %s\n", + strerror(errno)); + exit(1); + } + } + + /* + * Figure out if we should use ESPshowpage or not... + */ + + if (doc->page_label || getenv("CLASSIFICATION") || doc->number_up > 1 || + doc->page_border) + { + /* + * Yes, use ESPshowpage... + */ + + doc->use_ESPshowpage = 1; + } + + fprintf(stderr, "DEBUG: slow_collate=%d, slow_duplex=%d, slow_order=%d\n", + doc->slow_collate, doc->slow_duplex, doc->slow_order); +} + + +/* + * 'skip_page()' - Skip past a page that won't be printed... + */ + +static size_t /* O - Length of next line */ +skip_page(cups_file_t *fp, /* I - File to read from */ + char *line, /* I - Line buffer */ + size_t linelen, /* I - Length of initial line */ + size_t linesize) /* I - Size of line buffer */ +{ + int level; /* Embedded document level */ + + + level = 0; + + while ((linelen = cupsFileGetLine(fp, line, linesize)) > 0) + { + if (level == 0 && + (!strncmp(line, "%%Page:", 7) || !strncmp(line, "%%Trailer", 9))) + break; + else if (!strncmp(line, "%%BeginDocument", 15) || + !strncmp(line, "%ADO_BeginApplication", 21)) + level ++; + else if ((!strncmp(line, "%%EndDocument", 13) || + !strncmp(line, "%ADO_EndApplication", 19)) && level > 0) + level --; + else if (!strncmp(line, "%%BeginBinary:", 14) || + (!strncmp(line, "%%BeginData:", 12) && + !strstr(line, "ASCII") && !strstr(line, "Hex"))) + { + /* + * Skip binary data... + */ + + int bytes; /* Bytes of data */ + + + bytes = atoi(strchr(line, ':') + 1); + + while (bytes > 0) + { + if (bytes > linesize) + linelen = cupsFileRead(fp, line, linesize); + else + linelen = cupsFileRead(fp, line, bytes); + + if (linelen < 1) + { + line[0] = '\0'; + perror("ERROR: Early end-of-file while reading binary data"); + return (0); + } + + bytes -= linelen; + } + } + } + + return (linelen); +} + + +/* + * 'start_nup()' - Start processing for N-up printing... + */ + +static void +start_nup(pstops_doc_t *doc, /* I - Document information */ + int number, /* I - Page number */ + int show_border, /* I - Show the border? */ + const int *bounding_box) /* I - BoundingBox value */ +{ + int pos; /* Position on page */ + int x, y; /* Relative position of subpage */ + float w, l, /* Width and length of subpage */ + tx, ty; /* Translation values for subpage */ + float pagew, /* Printable width of page */ + pagel; /* Printable height of page */ + int bboxw, /* BoundingBox width */ + bboxl; /* BoundingBox height */ + + + if (doc->number_up > 1) + doc_puts(doc, "userdict/ESPsave save put\n"); + + if (doc->mirror) + doc_printf(doc, "%.1f 0.0 translate -1 1 scale\n", PageWidth); + + pos = (number - 1) % doc->number_up; + pagew = PageRight - PageLeft; + pagel = PageTop - PageBottom; + + if (doc->fitplot) + { + bboxw = bounding_box[2] - bounding_box[0]; + bboxl = bounding_box[3] - bounding_box[1]; + } + else + { + bboxw = PageWidth; + bboxl = PageLength; + } + + fprintf(stderr, "DEBUG: pagew = %.1f, pagel = %.1f\n", pagew, pagel); + fprintf(stderr, "DEBUG: bboxw = %d, bboxl = %d\n", bboxw, bboxl); + fprintf(stderr, "DEBUG: PageLeft = %.1f, PageRight = %.1f\n", + PageLeft, PageRight); + fprintf(stderr, "DEBUG: PageTop = %.1f, PageBottom = %.1f\n", + PageTop, PageBottom); + fprintf(stderr, "DEBUG: PageWidth = %.1f, PageLength = %.1f\n", + PageWidth, PageLength); + + switch (Orientation) + { + case 1 : /* Landscape */ + doc_printf(doc, "%.1f 0.0 translate 90 rotate\n", PageLength); + break; + case 2 : /* Reverse Portrait */ + doc_printf(doc, "%.1f %.1f translate 180 rotate\n", PageWidth, + PageLength); + break; + case 3 : /* Reverse Landscape */ + doc_printf(doc, "0.0 %.1f translate -90 rotate\n", PageWidth); + break; + } + + if (Duplex && doc->number_up > 1 && ((number / doc->number_up) & 1)) + doc_printf(doc, "%.1f %.1f translate\n", PageWidth - PageRight, PageBottom); + else if (doc->number_up > 1 || doc->fitplot) + doc_printf(doc, "%.1f %.1f translate\n", PageLeft, PageBottom); + + switch (doc->number_up) + { + default : + if (doc->fitplot) + { + w = pagew; + l = w * bboxl / bboxw; + + if (l > pagel) + { + l = pagel; + w = l * bboxw / bboxl; + } + + tx = 0.5 * (pagew - w); + ty = 0.5 * (pagel - l); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", tx, ty, + w / bboxw, l / bboxl); + } + else + { + w = PageWidth; + l = PageLength; + } + break; + + case 2 : + if (Orientation & 1) + { + x = pos & 1; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + x = 1 - x; + + w = pagel; + l = w * bboxl / bboxw; + + if (l > (pagew * 0.5)) + { + l = pagew * 0.5; + w = l * bboxw / bboxl; + } + + tx = 0.5 * (pagew * 0.5 - l); + ty = 0.5 * (pagel - w); + + if (doc->normal_landscape) + doc_printf(doc, "0.0 %.1f translate -90 rotate\n", pagel); + else + doc_printf(doc, "%.1f 0.0 translate 90 rotate\n", pagew); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", + ty, tx + pagew * 0.5 * x, w / bboxw, l / bboxl); + } + else + { + x = pos & 1; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 1 - x; + + l = pagew; + w = l * bboxw / bboxl; + + if (w > (pagel * 0.5)) + { + w = pagel * 0.5; + l = w * bboxl / bboxw; + } + + tx = 0.5 * (pagel * 0.5 - w); + ty = 0.5 * (pagew - l); + + if (doc->normal_landscape) + doc_printf(doc, "%.1f 0.0 translate 90 rotate\n", pagew); + else + doc_printf(doc, "0.0 %.1f translate -90 rotate\n", pagel); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", + tx + pagel * 0.5 * x, ty, w / bboxw, l / bboxl); + } + break; + + case 4 : + if (doc->number_up_layout & PSTOPS_LAYOUT_VERTICAL) + { + x = (pos / 2) & 1; + y = pos & 1; + } + else + { + x = pos & 1; + y = (pos / 2) & 1; + } + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 1 - x; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + y = 1 - y; + + w = pagew * 0.5; + l = w * bboxl / bboxw; + + if (l > (pagel * 0.5)) + { + l = pagel * 0.5; + w = l * bboxw / bboxl; + } + + tx = 0.5 * (pagew * 0.5 - w); + ty = 0.5 * (pagel * 0.5 - l); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", + tx + x * pagew * 0.5, ty + y * pagel * 0.5, + w / bboxw, l / bboxl); + break; + + case 6 : + if (Orientation & 1) + { + if (doc->number_up_layout & PSTOPS_LAYOUT_VERTICAL) + { + x = pos / 3; + y = pos % 3; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 1 - x; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + y = 2 - y; + } + else + { + x = pos & 1; + y = pos / 2; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 1 - x; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + y = 2 - y; + } + + w = pagel * 0.5; + l = w * bboxl / bboxw; + + if (l > (pagew * 0.333)) + { + l = pagew * 0.333; + w = l * bboxw / bboxl; + } + + tx = 0.5 * (pagel - 2 * w); + ty = 0.5 * (pagew - 3 * l); + + if (doc->normal_landscape) + doc_printf(doc, "0 %.1f translate -90 rotate\n", pagel); + else + doc_printf(doc, "%.1f 0 translate 90 rotate\n", pagew); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", + tx + x * w, ty + y * l, l / bboxl, w / bboxw); + } + else + { + if (doc->number_up_layout & PSTOPS_LAYOUT_VERTICAL) + { + x = pos / 2; + y = pos & 1; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 2 - x; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + y = 1 - y; + } + else + { + x = pos % 3; + y = pos / 3; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 2 - x; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + y = 1 - y; + } + + l = pagew * 0.5; + w = l * bboxw / bboxl; + + if (w > (pagel * 0.333)) + { + w = pagel * 0.333; + l = w * bboxl / bboxw; + } + + tx = 0.5 * (pagel - 3 * w); + ty = 0.5 * (pagew - 2 * l); + + if (doc->normal_landscape) + doc_printf(doc, "%.1f 0 translate 90 rotate\n", pagew); + else + doc_printf(doc, "0 %.1f translate -90 rotate\n", pagel); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", + tx + w * x, ty + l * y, w / bboxw, l / bboxl); + + } + break; + + case 9 : + if (doc->number_up_layout & PSTOPS_LAYOUT_VERTICAL) + { + x = (pos / 3) % 3; + y = pos % 3; + } + else + { + x = pos % 3; + y = (pos / 3) % 3; + } + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 2 - x; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + y = 2 - y; + + w = pagew * 0.333; + l = w * bboxl / bboxw; + + if (l > (pagel * 0.333)) + { + l = pagel * 0.333; + w = l * bboxw / bboxl; + } + + tx = 0.5 * (pagew * 0.333 - w); + ty = 0.5 * (pagel * 0.333 - l); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", + tx + x * pagew * 0.333, ty + y * pagel * 0.333, + w / bboxw, l / bboxl); + break; + + case 16 : + if (doc->number_up_layout & PSTOPS_LAYOUT_VERTICAL) + { + x = (pos / 4) & 3; + y = pos & 3; + } + else + { + x = pos & 3; + y = (pos / 4) & 3; + } + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEX) + x = 3 - x; + + if (doc->number_up_layout & PSTOPS_LAYOUT_NEGATEY) + y = 3 - y; + + w = pagew * 0.25; + l = w * bboxl / bboxw; + + if (l > (pagel * 0.25)) + { + l = pagel * 0.25; + w = l * bboxw / bboxl; + } + + tx = 0.5 * (pagew * 0.25 - w); + ty = 0.5 * (pagel * 0.25 - l); + + doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", + tx + x * pagew * 0.25, ty + y * pagel * 0.25, + w / bboxw, l / bboxl); + break; + } + + /* + * Draw borders as necessary... + */ + + if (doc->page_border && show_border) + { + int rects; /* Number of border rectangles */ + float fscale, /* Scaling value for points */ + margin; /* Current margin for borders */ + + + rects = (doc->page_border & PSTOPS_BORDERDOUBLE) ? 2 : 1; + fscale = PageWidth / w; + margin = 2.25 * fscale; + + /* + * Set the line width and color... + */ + + doc_puts(doc, "gsave\n"); + doc_printf(doc, "%.3f setlinewidth 0 setgray newpath\n", + (doc->page_border & PSTOPS_BORDERTHICK) ? 0.5 * fscale : + 0.24 * fscale); + + /* + * Draw border boxes... + */ + + for (; rects > 0; rects --, margin += 2 * fscale) + if (doc->number_up > 1) + doc_printf(doc, "%.1f %.1f %.1f %.1f ESPrs\n", + margin - 2.25 * fscale, + margin - 2.25 * fscale, + bboxw + 4.5 * fscale - 2 * margin, + bboxl + 4.5 * fscale - 2 * margin); + else + doc_printf(doc, "%.1f %.1f %.1f %.1f ESPrs\n", + PageLeft + margin, + PageBottom + margin, + PageRight - PageLeft - 2 * margin, + PageTop - PageBottom - 2 * margin); + + /* + * Restore pen settings... + */ + + doc_puts(doc, "grestore\n"); + } + + if (doc->fitplot) + { + /* + * Clip the page that follows to the bounding box of the page... + */ + + doc_printf(doc, "%d %d translate\n", -bounding_box[0], + -bounding_box[1]); + doc_printf(doc, "%d %d %d %d ESPrc\n", bounding_box[0], bounding_box[1], + bboxw, bboxl); + } + else if (doc->number_up > 1) + { + /* + * Clip the page that follows to the default page size... + */ + + doc_printf(doc, "0 0 %d %d ESPrc\n", bboxw, bboxl); + } +} + + +/* + * 'write_label_prolog()' - Write the prolog with the classification + * and page label. + */ + +static void +write_label_prolog(pstops_doc_t *doc, /* I - Document info */ + const char *label, /* I - Page label */ + float bottom, /* I - Bottom position in points */ + float top, /* I - Top position in points */ + float width) /* I - Width in points */ +{ + const char *classification; /* CLASSIFICATION environment variable */ + const char *ptr; /* Temporary string pointer */ + + + /* + * First get the current classification... + */ + + if ((classification = getenv("CLASSIFICATION")) == NULL) + classification = ""; + if (strcmp(classification, "none") == 0) + classification = ""; + + /* + * If there is nothing to show, bind an empty 'write labels' procedure + * and return... + */ + + if (!classification[0] && (label == NULL || !label[0])) + { + doc_puts(doc, "userdict/ESPwl{}bind put\n"); + return; + } + + /* + * Set the classification + page label string... + */ + + doc_puts(doc, "userdict"); + if (!strcmp(classification, "confidential")) + doc_puts(doc, "/ESPpl(CONFIDENTIAL"); + else if (!strcmp(classification, "classified")) + doc_puts(doc, "/ESPpl(CLASSIFIED"); + else if (!strcmp(classification, "secret")) + doc_puts(doc, "/ESPpl(SECRET"); + else if (!strcmp(classification, "topsecret")) + doc_puts(doc, "/ESPpl(TOP SECRET"); + else if (!strcmp(classification, "unclassified")) + doc_puts(doc, "/ESPpl(UNCLASSIFIED"); + else + { + doc_puts(doc, "/ESPpl("); + + for (ptr = classification; *ptr; ptr ++) + { + if (*ptr < 32 || *ptr > 126) + doc_printf(doc, "\\%03o", *ptr); + else if (*ptr == '_') + doc_puts(doc, " "); + else if (*ptr == '(' || *ptr == ')' || *ptr == '\\') + doc_printf(doc, "\\%c", *ptr); + else + doc_printf(doc, "%c", *ptr); + } + } + + if (label) + { + if (classification[0]) + doc_puts(doc, " - "); + + /* + * Quote the label string as needed... + */ + + for (ptr = label; *ptr; ptr ++) + { + if (*ptr < 32 || *ptr > 126) + doc_printf(doc, "\\%03o", *ptr); + else if (*ptr == '(' || *ptr == ')' || *ptr == '\\') + doc_printf(doc, "\\%c", *ptr); + else + doc_printf(doc, "%c", *ptr); + } + } + + doc_puts(doc, ")put\n"); + + /* + * Then get a 14 point Helvetica-Bold font... + */ + + doc_puts(doc, "userdict/ESPpf /Helvetica-Bold findfont 14 scalefont put\n"); + + /* + * Finally, the procedure to write the labels on the page... + */ + + doc_puts(doc, "userdict/ESPwl{\n"); + doc_puts(doc, " ESPpf setfont\n"); + doc_printf(doc, " ESPpl stringwidth pop dup 12 add exch -0.5 mul %.0f add\n", + width * 0.5f); + doc_puts(doc, " 1 setgray\n"); + doc_printf(doc, " dup 6 sub %.0f 3 index 20 ESPrf\n", bottom - 2.0); + doc_printf(doc, " dup 6 sub %.0f 3 index 20 ESPrf\n", top - 18.0); + doc_puts(doc, " 0 setgray\n"); + doc_printf(doc, " dup 6 sub %.0f 3 index 20 ESPrs\n", bottom - 2.0); + doc_printf(doc, " dup 6 sub %.0f 3 index 20 ESPrs\n", top - 18.0); + doc_printf(doc, " dup %.0f moveto ESPpl show\n", bottom + 2.0); + doc_printf(doc, " %.0f moveto ESPpl show\n", top - 14.0); + doc_puts(doc, "pop\n"); + doc_puts(doc, "}bind put\n"); +} + + +/* + * 'write_labels()' - Write the actual page labels. + * + * This function is a copy of the one in common.c since we need to + * use doc_puts/doc_printf instead of puts/printf... + */ + +static void +write_labels(pstops_doc_t *doc, /* I - Document information */ + int orient) /* I - Orientation of the page */ +{ + float width, /* Width of page */ + length; /* Length of page */ + + + doc_puts(doc, "gsave\n"); + + if ((orient ^ Orientation) & 1) + { + width = PageLength; + length = PageWidth; + } + else + { + width = PageWidth; + length = PageLength; + } + + switch (orient & 3) + { + case 1 : /* Landscape */ + doc_printf(doc, "%.1f 0.0 translate 90 rotate\n", length); + break; + case 2 : /* Reverse Portrait */ + doc_printf(doc, "%.1f %.1f translate 180 rotate\n", width, length); + break; + case 3 : /* Reverse Landscape */ + doc_printf(doc, "0.0 %.1f translate -90 rotate\n", width); + break; + } + + doc_puts(doc, "ESPwl\n"); + doc_puts(doc, "grestore\n"); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/raster.c b/filter/raster.c new file mode 100644 index 0000000000..d3d4e13468 --- /dev/null +++ b/filter/raster.c @@ -0,0 +1,932 @@ +/* + * "$Id$" + * + * Raster file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * This file is part of the CUPS Imaging library. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * cupsRasterClose() - Close a raster stream. + * cupsRasterOpen() - Open a raster stream. + * cupsRasterReadHeader() - Read a raster page header and store it in a + * V1 page header structure. + * cupsRasterReadHeader2() - Read a raster page header and store it in a + * V2 page header structure. + * cupsRasterReadPixels() - Read raster pixels. + * cupsRasterWriteHeader() - Write a raster page header from a V1 page + * header structure. + * cupsRasterWriteHeader2() - Write a raster page header from a V2 page + * header structure. + * cupsRasterWritePixels() - Write raster pixels. + * cups_raster_read() - Read through the raster buffer. + * cups_raster_read_header() - Read a raster page header. + * cups_raster_update() - Update the raster header and row count for the + * current page. + * cups_read() - Read bytes from a file. + * cups_swap() - Swap bytes in raster data... + * cups_write() - Write bytes to a file. + */ + +/* + * Include necessary headers... + */ + +#include "raster.h" +#include +#include +#include +#include + +#if defined(WIN32) || defined(__EMX__) +# include +#else +# include +#endif /* WIN32 || __EMX__ */ + + +/* + * Private structures... + */ + +struct _cups_raster_s /**** Raster stream data ****/ +{ + unsigned sync; /* Sync word from start of stream */ + int fd; /* File descriptor */ + cups_mode_t mode; /* Read/write mode */ + cups_page_header2_t header; /* Raster header for current page */ + int count, /* Current row run-length count */ + remaining, /* Remaining rows in page image */ + bpp; /* Bytes per pixel/color */ + unsigned char *pixels, /* Pixels for current row */ + *pend, /* End of pixel buffer */ + *pcurrent; /* Current byte in pixel buffer */ + int compressed, /* Non-zero if data is compressed */ + swapped; /* Non-zero if data is byte-swapped */ + unsigned char *buffer, /* Read/write buffer */ + *bufptr, /* Current (read) position in buffer */ + *bufend; /* End of current (read) buffer */ + int bufsize; /* Buffer size */ +}; + + +/* + * Local functions... + */ + +static unsigned cups_raster_read_header(cups_raster_t *r); +static int cups_raster_read(cups_raster_t *r, unsigned char *buf, + int bytes); +static void cups_raster_update(cups_raster_t *r); +static int cups_read(int fd, unsigned char *buf, int bytes); +static void cups_swap(unsigned char *buf, int bytes); +static int cups_write(int fd, const unsigned char *buf, int bytes); + + +/* + * 'cupsRasterClose()' - Close a raster stream. + */ + +void +cupsRasterClose(cups_raster_t *r) /* I - Stream to close */ +{ + if (r != NULL) + { + if (r->buffer) + free(r->buffer); + + if (r->pixels) + free(r->pixels); + + free(r); + } +} + + +/* + * 'cupsRasterOpen()' - Open a raster stream. + */ + +cups_raster_t * /* O - New stream */ +cupsRasterOpen(int fd, /* I - File descriptor */ + cups_mode_t mode) /* I - Mode */ +{ + cups_raster_t *r; /* New stream */ + + + if ((r = calloc(sizeof(cups_raster_t), 1)) == NULL) + return (NULL); + + r->fd = fd; + r->mode = mode; + + if (mode == CUPS_RASTER_READ) + { + /* + * Open for read - get sync word... + */ + + if (!cups_read(r->fd, (unsigned char *)&(r->sync), sizeof(r->sync))) + { + free(r); + return (NULL); + } + + if (r->sync != CUPS_RASTER_SYNC && + r->sync != CUPS_RASTER_REVSYNC && + r->sync != CUPS_RASTER_SYNCv1 && + r->sync != CUPS_RASTER_REVSYNCv1 && + r->sync != CUPS_RASTER_SYNCv2 && + r->sync != CUPS_RASTER_REVSYNCv2) + { + free(r); + return (NULL); + } + + if (r->sync == CUPS_RASTER_SYNCv2 || + r->sync == CUPS_RASTER_REVSYNCv2) + r->compressed = 1; + + if (r->sync == CUPS_RASTER_REVSYNC || + r->sync == CUPS_RASTER_REVSYNCv1 || + r->sync == CUPS_RASTER_REVSYNCv2) + r->swapped = 1; + } + else + { + /* + * Open for write - put sync word... + */ + + r->sync = CUPS_RASTER_SYNC; + + if (cups_write(r->fd, (unsigned char *)&(r->sync), sizeof(r->sync)) + < sizeof(r->sync)) + { + free(r); + return (NULL); + } + } + + return (r); +} + + +/* + * 'cupsRasterReadHeader()' - Read a raster page header and store it in a + * V1 page header structure. + */ + +unsigned /* O - 1 on success, 0 on fail */ +cupsRasterReadHeader( + cups_raster_t *r, /* I - Raster stream */ + cups_page_header_t *h) /* I - Pointer to header data */ +{ + /* + * Get the raster header... + */ + + if (!cups_raster_read_header(r)) + return (0); + + /* + * Copy the header to the user-supplied buffer... + */ + + memcpy(h, &(r->header), sizeof(cups_page_header_t)); + + return (1); +} + + +/* + * 'cupsRasterReadHeader2()' - Read a raster page header and store it in a + * V2 page header structure. + * + * @since CUPS 1.2@ + */ + +unsigned /* O - 1 on success, 0 on fail */ +cupsRasterReadHeader2( + cups_raster_t *r, /* I - Raster stream */ + cups_page_header2_t *h) /* I - Pointer to header data */ +{ + /* + * Get the raster header... + */ + + if (!cups_raster_read_header(r)) + return (0); + + /* + * Copy the header to the user-supplied buffer... + */ + + memcpy(h, &(r->header), sizeof(cups_page_header2_t)); + + return (1); +} + + +/* + * 'cupsRasterReadPixels()' - Read raster pixels. + */ + +unsigned /* O - Number of bytes read */ +cupsRasterReadPixels(cups_raster_t *r, /* I - Raster stream */ + unsigned char *p, /* I - Pointer to pixel buffer */ + unsigned len) /* I - Number of bytes to read */ +{ + int bytes; /* Bytes read */ + unsigned cupsBytesPerLine; /* cupsBytesPerLine value */ + unsigned remaining; /* Bytes remaining */ + unsigned char *ptr, /* Pointer to read buffer */ + byte, /* Byte from file */ + *temp; /* Pointer into buffer */ + int count; /* Repetition count */ + + + if (r == NULL || r->mode != CUPS_RASTER_READ || r->remaining == 0) + return (0); + + if (!r->compressed) + { + /* + * Read without compression... + */ + + r->remaining -= len / r->header.cupsBytesPerLine; + + if (!cups_read(r->fd, p, len)) + return (0); + + /* + * Swap bytes as needed... + */ + + if ((r->header.cupsBitsPerColor == 16 || + r->header.cupsBitsPerPixel == 12 || + r->header.cupsBitsPerPixel == 16) && + r->swapped) + cups_swap(p, len); + + /* + * Return... + */ + + return (len); + } + + /* + * Read compressed data... + */ + + remaining = len; + cupsBytesPerLine = r->header.cupsBytesPerLine; + + while (remaining > 0 && r->remaining > 0) + { + if (r->count == 0) + { + /* + * Need to read a new row... + */ + + if (remaining == cupsBytesPerLine) + ptr = p; + else + ptr = r->pixels; + + /* + * Read using a modified TIFF "packbits" compression... + */ + + if (!cups_raster_read(r, &byte, 1)) + return (0); + + r->count = byte + 1; + + if (r->count > 1) + ptr = r->pixels; + + temp = ptr; + bytes = cupsBytesPerLine; + + while (bytes > 0) + { + /* + * Get a new repeat count... + */ + + if (!cups_raster_read(r, &byte, 1)) + return (0); + + if (byte & 128) + { + /* + * Copy N literal pixels... + */ + + count = (257 - byte) * r->bpp; + + if (count > bytes) + count = bytes; + + if (!cups_raster_read(r, temp, count)) + return (0); + + temp += count; + bytes -= count; + } + else + { + /* + * Repeat the next N bytes... + */ + + count = (byte + 1) * r->bpp; + if (count > bytes) + count = bytes; + + if (count < r->bpp) + break; + + bytes -= count; + + if (!cups_raster_read(r, temp, r->bpp)) + return (0); + + temp += r->bpp; + count -= r->bpp; + + while (count > 0) + { + memcpy(temp, temp - r->bpp, r->bpp); + temp += r->bpp; + count -= r->bpp; + } + } + } + + /* + * Swap bytes as needed... + */ + + if ((r->header.cupsBitsPerColor == 16 || + r->header.cupsBitsPerPixel == 12 || + r->header.cupsBitsPerPixel == 16) && + r->swapped) + cups_swap(ptr, bytes); + + /* + * Update pointers... + */ + + if (remaining >= cupsBytesPerLine) + { + bytes = cupsBytesPerLine; + r->pcurrent = r->pixels; + r->count --; + r->remaining --; + } + else + { + bytes = remaining; + r->pcurrent = r->pixels + bytes; + } + + /* + * Copy data as needed... + */ + + if (ptr != p) + memcpy(p, ptr, bytes); + } + else + { + /* + * Copy fragment from buffer... + */ + + if ((bytes = r->pend - r->pcurrent) > remaining) + bytes = remaining; + + memcpy(p, r->pcurrent, bytes); + r->pcurrent += bytes; + + if (r->pcurrent >= r->pend) + { + r->pcurrent = r->pixels; + r->count --; + r->remaining --; + } + } + + remaining -= bytes; + p += bytes; + } + + return (len); +} + + +/* + * 'cupsRasterWriteHeader()' - Write a raster page header from a V1 page + * header structure. + */ + +unsigned /* O - 1 on success, 0 on failure */ +cupsRasterWriteHeader( + cups_raster_t *r, /* I - Raster stream */ + cups_page_header_t *h) /* I - Raster page header */ +{ + if (r == NULL || r->mode != CUPS_RASTER_WRITE) + return (0); + + /* + * Make a copy of the header, and compute the number of raster + * lines in the page image... + */ + + memset(&(r->header), 0, sizeof(r->header)); + memcpy(&(r->header), h, sizeof(cups_page_header_t)); + + cups_raster_update(r); + + /* + * Write the raster header... + */ + + return (cups_write(r->fd, (unsigned char *)&(r->header), sizeof(r->header)) + > 0); +} + + +/* + * 'cupsRasterWriteHeader2()' - Write a raster page header from a V2 page + * header structure. + * + * @since CUPS 1.2@ + */ + +unsigned /* O - 1 on success, 0 on failure */ +cupsRasterWriteHeader2( + cups_raster_t *r, /* I - Raster stream */ + cups_page_header2_t *h) /* I - Raster page header */ +{ + if (r == NULL || r->mode != CUPS_RASTER_WRITE) + return (0); + + /* + * Make a copy of the header, and compute the number of raster + * lines in the page image... + */ + + memcpy(&(r->header), h, sizeof(cups_page_header2_t)); + + cups_raster_update(r); + + /* + * Write the raster header... + */ + + return (cups_write(r->fd, (unsigned char *)&(r->header), sizeof(r->header)) + > 0); +} + + +/* + * 'cupsRasterWritePixels()' - Write raster pixels. + */ + +unsigned /* O - Number of bytes written */ +cupsRasterWritePixels(cups_raster_t *r, /* I - Raster stream */ + unsigned char *p, /* I - Bytes to write */ + unsigned len)/* I - Number of bytes to write */ +{ +#ifdef DEBUG + fprintf(stderr, "cupsRasterWritePixels(r=%p, p=%p, len=%u), remaining=%u\n", + r, p, len, r->remaining); +#endif /* DEBUG */ + + if (r == NULL || r->mode != CUPS_RASTER_WRITE || r->remaining == 0) + return (0); + + /* + * No write compression, just write the raster data raw... + */ + + r->remaining -= len / r->header.cupsBytesPerLine; + + return (cups_write(r->fd, p, len)); +} + + +/* + * 'cups_raster_read_header()' - Read a raster page header. + */ + +static unsigned /* O - 1 on success, 0 on fail */ +cups_raster_read_header( + cups_raster_t *r) /* I - Raster stream */ +{ + int len; /* Number of words to swap */ + union swap_s /* Swapping structure */ + { + unsigned char b[4]; + unsigned v; + } *s; + + + if (r == NULL || r->mode != CUPS_RASTER_READ) + return (0); + + /* + * Get the length of the raster header... + */ + + if (r->sync == CUPS_RASTER_SYNCv1 || r->sync == CUPS_RASTER_REVSYNCv1) + len = sizeof(cups_page_header_t); + else + len = sizeof(cups_page_header2_t); + + /* + * Read the header... + */ + + memset(&(r->header), 0, sizeof(r->header)); + + if (cups_raster_read(r, (unsigned char *)&(r->header), len) < len) + return (0); + + /* + * Swap bytes as needed... + */ + + if (r->swapped) + for (len = 81, s = (union swap_s *)&(r->header.AdvanceDistance); + len > 0; + len --, s ++) + s->v = (((((s->b[3] << 8) | s->b[2]) << 8) | s->b[1]) << 8) | s->b[0]; + + /* + * Update the header and row count... + */ + + cups_raster_update(r); + + return (1); +} + + +/* + * 'cups_raster_read()' - Read through the raster buffer. + */ + +static int /* O - Number of bytes read */ +cups_raster_read(cups_raster_t *r, /* I - Raster stream */ + unsigned char *buf, /* I - Buffer */ + int bytes) /* I - Number of bytes to read */ +{ + int count, /* Number of bytes read */ + remaining, /* Remaining bytes in buffer */ + total; /* Total bytes read */ + + + DEBUG_printf(("cups_raster_read(r=%p, buf=%p, bytes=%d)\n", r, buf, bytes)); + + if (!r->compressed) + return (cups_read(r->fd, buf, bytes)); + + /* + * Allocate a read buffer as needed... + */ + + count = 2 * r->header.cupsBytesPerLine; + + if (count > r->bufsize) + { + int offset = r->bufptr - r->buffer; /* Offset to current start of buffer */ + int end = r->bufend - r->buffer; /* Offset to current end of buffer */ + unsigned char *rptr; /* Pointer in read buffer */ + + if (r->buffer) + rptr = realloc(r->buffer, count); + else + rptr = malloc(count); + + if (!rptr) + return (0); + + r->buffer = rptr; + r->bufptr = rptr + offset; + r->bufend = rptr + end; + r->bufsize = count; + } + + /* + * Loop until we have read everything... + */ + + for (total = 0, remaining = r->bufend - r->bufptr; + total < bytes; + total += count, buf += count) + { + count = bytes - total; + + DEBUG_printf(("count=%d, remaining=%d, buf=%p, bufptr=%p, bufend=%p...\n", + count, remaining, buf, r->bufptr, r->bufend)); + + if (remaining == 0) + { + if (count < 16) + { + /* + * Read into the raster buffer and then copy... + */ + + remaining = cups_read(r->fd, r->buffer, r->bufsize); + if (remaining <= 0) + return (0); + + r->bufptr = r->buffer; + r->bufend = r->buffer + remaining; + } + else + { + /* + * Read directly into "buf"... + */ + + count = cups_read(r->fd, buf, count); + + if (count <= 0) + return (0); + + continue; + } + } + + /* + * Copy bytes from raster buffer to "buf"... + */ + + if (count > remaining) + count = remaining; + + if (count == 1) + { + /* + * Copy 1 byte... + */ + + *buf = *(r->bufptr)++; + remaining --; + } + else if (count < 128) + { + /* + * Copy up to 127 bytes without using memcpy(); this is + * faster because it avoids an extra function call and is + * often further optimized by the compiler... + */ + + unsigned char *bufptr; /* Temporary buffer pointer */ + + + remaining -= count; + + for (bufptr = r->bufptr; count > 0; count --, total ++) + *buf++ = *bufptr++; + + r->bufptr = bufptr; + } + else + { + /* + * Use memcpy() for a large read... + */ + + memcpy(buf, r->bufptr, count); + r->bufptr += count; + remaining -= count; + } + } + + return (total); +} + + +/* + * 'cups_raster_update()' - Update the raster header and row count for the + * current page. + */ + +static void +cups_raster_update(cups_raster_t *r) /* I - Raster stream */ +{ + if (r->sync == CUPS_RASTER_SYNCv1 || r->sync == CUPS_RASTER_REVSYNCv1 || + r->header.cupsNumColors == 0) + { + /* + * Set the "cupsNumColors" field according to the colorspace... + */ + + switch (r->header.cupsColorSpace) + { + case CUPS_CSPACE_W : + case CUPS_CSPACE_K : + case CUPS_CSPACE_WHITE : + case CUPS_CSPACE_GOLD : + case CUPS_CSPACE_SILVER : + r->header.cupsNumColors = 1; + break; + + case CUPS_CSPACE_RGB : + case CUPS_CSPACE_CMY : + case CUPS_CSPACE_YMC : + case CUPS_CSPACE_CIEXYZ : + case CUPS_CSPACE_CIELab : + case CUPS_CSPACE_ICC1 : + case CUPS_CSPACE_ICC2 : + case CUPS_CSPACE_ICC3 : + case CUPS_CSPACE_ICC4 : + case CUPS_CSPACE_ICC5 : + case CUPS_CSPACE_ICC6 : + case CUPS_CSPACE_ICC7 : + case CUPS_CSPACE_ICC8 : + case CUPS_CSPACE_ICC9 : + case CUPS_CSPACE_ICCA : + case CUPS_CSPACE_ICCB : + case CUPS_CSPACE_ICCC : + case CUPS_CSPACE_ICCD : + case CUPS_CSPACE_ICCE : + case CUPS_CSPACE_ICCF : + r->header.cupsNumColors = 3; + break; + + case CUPS_CSPACE_RGBA : + case CUPS_CSPACE_RGBW : + case CUPS_CSPACE_CMYK : + case CUPS_CSPACE_YMCK : + case CUPS_CSPACE_KCMY : + case CUPS_CSPACE_GMCK : + case CUPS_CSPACE_GMCS : + r->header.cupsNumColors = 4; + break; + + case CUPS_CSPACE_KCMYcm : + if (r->header.cupsBitsPerPixel < 8) + r->header.cupsNumColors = 6; + else + r->header.cupsNumColors = 4; + break; + } + } + + /* + * Set the number of bytes per pixel/color... + */ + + if (r->header.cupsColorOrder == CUPS_ORDER_CHUNKED) + r->bpp = (r->header.cupsBitsPerPixel + 7) / 8; + else + r->bpp = (r->header.cupsBitsPerColor + 7) / 8; + + /* + * Set the number of remaining rows... + */ + + if (r->header.cupsColorOrder == CUPS_ORDER_PLANAR) + r->remaining = r->header.cupsHeight * r->header.cupsNumColors; + else + r->remaining = r->header.cupsHeight; + + /* + * Allocate the compression buffer... + */ + + if (r->compressed) + { + if (r->pixels != NULL) + free(r->pixels); + + r->pixels = calloc(r->header.cupsBytesPerLine, 1); + r->pcurrent = r->pixels; + r->pend = r->pixels + r->header.cupsBytesPerLine; + r->count = 0; + } +} + + +/* + * 'cups_read()' - Read bytes from a file. + */ + +static int /* O - Bytes read or -1 */ +cups_read(int fd, /* I - File descriptor */ + unsigned char *buf, /* I - Buffer for read */ + int bytes) /* I - Number of bytes to read */ +{ + int count, /* Number of bytes read */ + total; /* Total bytes read */ + + + for (total = 0; total < bytes; total += count, buf += count) + { + count = read(fd, buf, bytes - total); + + if (count == 0) + return (0); + else if (count < 0) + { + if (errno == EINTR) + count = 0; + else + return (-1); + } + } + + return (total); +} + + +/* + * 'cups_swap()' - Swap bytes in raster data... + */ + +static void +cups_swap(unsigned char *buf, /* I - Buffer to swap */ + int bytes) /* I - Number of bytes to swap */ +{ + unsigned char even, odd; /* Temporary variables */ + + + bytes /= 2; + + while (bytes > 0) + { + even = buf[0]; + odd = buf[1]; + buf[0] = odd; + buf[1] = even; + + buf += 2; + bytes --; + } +} + + +/* + * 'cups_write()' - Write bytes to a file. + */ + +static int /* O - Bytes written or -1 */ +cups_write(int fd, /* I - File descriptor */ + const unsigned char *buf, /* I - Bytes to write */ + int bytes) /* I - Number of bytes to write */ +{ + int count, /* Number of bytes written */ + total; /* Total bytes written */ + + + for (total = 0; total < bytes; total += count, buf += count) + { + count = write(fd, buf, bytes - total); + + if (count < 0) + { + if (errno == EINTR) + count = 0; + else + return (-1); + } + } + + return (total); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/raster.h b/filter/raster.h new file mode 100644 index 0000000000..e444989c26 --- /dev/null +++ b/filter/raster.h @@ -0,0 +1,342 @@ +/* + * "$Id$" + * + * Raster file definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * This file is part of the CUPS Imaging library. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +#ifndef _CUPS_RASTER_H_ +# define _CUPS_RASTER_H_ + +/* + * Include necessary headers... + */ + +# include + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + +/* + * Every non-PostScript printer driver that supports raster images + * should use the application/vnd.cups-raster image file format. + * Since both the PostScript RIP (pstoraster, based on GNU/GPL + * Ghostscript) and Image RIP (imagetoraster, located in the filter + * directory) use it, using this format saves you a lot of work. + * Also, the PostScript RIP passes any printer options that are in + * a PS file to your driver this way as well... + */ + +/* + * Constants... + */ + +# define CUPS_RASTER_SYNC 0x52615333 /* RaS3 */ +# define CUPS_RASTER_REVSYNC 0x33536152 /* 3SaR */ + +# define CUPS_RASTER_SYNCv1 0x52615374 /* RaSt */ +# define CUPS_RASTER_REVSYNCv1 0x74536152 /* tSaR */ + +# define CUPS_RASTER_SYNCv2 0x52615332 /* RaS2 */ +# define CUPS_RASTER_REVSYNCv2 0x32536152 /* 2SaR */ + + +/* + * The following definition can be used to determine if the + * colorimetric colorspaces (CIEXYZ, CIELAB, and ICCn) are + * defined... + */ + +# define CUPS_RASTER_HAVE_COLORIMETRIC 1 + + +/* + * Types... + */ + +typedef enum cups_adv_e /**** AdvanceMedia attribute values ****/ +{ + CUPS_ADVANCE_NONE = 0, /* Never advance the roll */ + CUPS_ADVANCE_FILE = 1, /* Advance the roll after this file */ + CUPS_ADVANCE_JOB = 2, /* Advance the roll after this job */ + CUPS_ADVANCE_SET = 3, /* Advance the roll after this set */ + CUPS_ADVANCE_PAGE = 4 /* Advance the roll after this page */ +} cups_adv_t; + +typedef enum cups_bool_e /**** Boolean type ****/ +{ + CUPS_FALSE = 0, /* Logical false */ + CUPS_TRUE = 1 /* Logical true */ +} cups_bool_t; + +typedef enum cups_cspace_e /**** cupsColorSpace attribute values ****/ +{ + CUPS_CSPACE_W = 0, /* Luminance */ + CUPS_CSPACE_RGB = 1, /* Red, green, blue */ + CUPS_CSPACE_RGBA = 2, /* Red, green, blue, alpha */ + CUPS_CSPACE_K = 3, /* Black */ + CUPS_CSPACE_CMY = 4, /* Cyan, magenta, yellow */ + CUPS_CSPACE_YMC = 5, /* Yellow, magenta, cyan */ + CUPS_CSPACE_CMYK = 6, /* Cyan, magenta, yellow, black */ + CUPS_CSPACE_YMCK = 7, /* Yellow, magenta, cyan, black */ + CUPS_CSPACE_KCMY = 8, /* Black, cyan, magenta, yellow */ + CUPS_CSPACE_KCMYcm = 9, /* Black, cyan, magenta, yellow, * + * light-cyan, light-magenta */ + CUPS_CSPACE_GMCK = 10, /* Gold, magenta, yellow, black */ + CUPS_CSPACE_GMCS = 11, /* Gold, magenta, yellow, silver */ + CUPS_CSPACE_WHITE = 12, /* White ink (as black) */ + CUPS_CSPACE_GOLD = 13, /* Gold foil */ + CUPS_CSPACE_SILVER = 14, /* Silver foil */ + + CUPS_CSPACE_CIEXYZ = 15, /* CIE XYZ @since CUPS 1.1.19@ */ + CUPS_CSPACE_CIELab = 16, /* CIE Lab @since CUPS 1.1.19@ */ + CUPS_CSPACE_RGBW = 17, /* Red, green, blue, white @since CUPS 1.2@ */ + + CUPS_CSPACE_ICC1 = 32, /* ICC-based, 1 color @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC2 = 33, /* ICC-based, 2 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC3 = 34, /* ICC-based, 3 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC4 = 35, /* ICC-based, 4 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC5 = 36, /* ICC-based, 5 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC6 = 37, /* ICC-based, 6 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC7 = 38, /* ICC-based, 7 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC8 = 39, /* ICC-based, 8 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICC9 = 40, /* ICC-based, 9 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICCA = 41, /* ICC-based, 10 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICCB = 42, /* ICC-based, 11 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICCC = 43, /* ICC-based, 12 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICCD = 44, /* ICC-based, 13 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICCE = 45, /* ICC-based, 14 colors @since CUPS 1.1.19@ */ + CUPS_CSPACE_ICCF = 46 /* ICC-based, 15 colors @since CUPS 1.1.19@ */ +} cups_cspace_t; + +typedef enum cups_cut_e /**** CutMedia attribute values ****/ +{ + CUPS_CUT_NONE = 0, /* Never cut the roll */ + CUPS_CUT_FILE = 1, /* Cut the roll after this file */ + CUPS_CUT_JOB = 2, /* Cut the roll after this job */ + CUPS_CUT_SET = 3, /* Cut the roll after this set */ + CUPS_CUT_PAGE = 4 /* Cut the roll after this page */ +} cups_cut_t; + +typedef enum cups_edge_e /**** LeadingEdge attribute values ****/ +{ + CUPS_EDGE_TOP = 0, /* Leading edge is the top of the page */ + CUPS_EDGE_RIGHT = 1, /* Leading edge is the right of the page */ + CUPS_EDGE_BOTTOM = 2, /* Leading edge is the bottom of the page */ + CUPS_EDGE_LEFT = 3 /* Leading edge is the left of the page */ +} cups_edge_t; + +typedef enum cups_jog_e /**** Jog attribute values ****/ +{ + CUPS_JOG_NONE = 0, /* Never move pages */ + CUPS_JOG_FILE = 1, /* Move pages after this file */ + CUPS_JOG_JOB = 2, /* Move pages after this job */ + CUPS_JOG_SET = 3 /* Move pages after this set */ +} cups_jog_t; + +typedef enum cups_mode_e /**** Raster modes ****/ +{ + CUPS_RASTER_READ = 0, /* Open stream for reading */ + CUPS_RASTER_WRITE = 1 /* Open stream for writing */ +} cups_mode_t; + +typedef enum cups_order_e /**** cupsColorOrder attribute values ****/ +{ + CUPS_ORDER_CHUNKED = 0, /* CMYK CMYK CMYK ... */ + CUPS_ORDER_BANDED = 1, /* CCC MMM YYY KKK ... */ + CUPS_ORDER_PLANAR = 2 /* CCC ... MMM ... YYY ... KKK ... */ +} cups_order_t; + +typedef enum cups_orient_e /**** Orientation attribute values ****/ +{ + CUPS_ORIENT_0 = 0, /* Don't rotate the page */ + CUPS_ORIENT_90 = 1, /* Rotate the page counter-clockwise */ + CUPS_ORIENT_180 = 2, /* Turn the page upside down */ + CUPS_ORIENT_270 = 3 /* Rotate the page clockwise */ +} cups_orient_t; + + +/* + * The page header structure contains the standard PostScript page device + * dictionary, along with some CUPS-specific parameters that are provided + * by the RIPs... + * + * The API supports a "version 1" (from CUPS 1.0 and 1.1) and a "version 2" + * (from CUPS 1.2 and higher) page header, for binary compatibility. + */ + +typedef struct cups_page_header_s /**** Version 1 Page Header ****/ +{ + /**** Standard Page Device Dictionary String Values ****/ + char MediaClass[64]; /* MediaClass string */ + char MediaColor[64]; /* MediaColor string */ + char MediaType[64]; /* MediaType string */ + char OutputType[64]; /* OutputType string */ + + /**** Standard Page Device Dictionary Integer Values ****/ + unsigned AdvanceDistance; /* AdvanceDistance value in points */ + cups_adv_t AdvanceMedia; /* AdvanceMedia value (see above) */ + cups_bool_t Collate; /* Collated copies value */ + cups_cut_t CutMedia; /* CutMedia value (see above) */ + cups_bool_t Duplex; /* Duplexed (double-sided) value */ + unsigned HWResolution[2]; /* Resolution in dots-per-inch */ + unsigned ImagingBoundingBox[4]; /* Pixel region that is painted (points) */ + cups_bool_t InsertSheet; /* InsertSheet value */ + cups_jog_t Jog; /* Jog value (see above) */ + cups_edge_t LeadingEdge; /* LeadingEdge value (see above) */ + unsigned Margins[2]; /* Lower-lefthand margins in points */ + cups_bool_t ManualFeed; /* ManualFeed value */ + unsigned MediaPosition; /* MediaPosition value */ + unsigned MediaWeight; /* MediaWeight value in grams/m^2 */ + cups_bool_t MirrorPrint; /* MirrorPrint value */ + cups_bool_t NegativePrint; /* NegativePrint value */ + unsigned NumCopies; /* Number of copies to produce */ + cups_orient_t Orientation; /* Orientation value (see above) */ + cups_bool_t OutputFaceUp; /* OutputFaceUp value */ + unsigned PageSize[2]; /* Width and length of page in points */ + cups_bool_t Separations; /* Separations value */ + cups_bool_t TraySwitch; /* TraySwitch value */ + cups_bool_t Tumble; /* Tumble value */ + + /**** CUPS Page Device Dictionary Values ****/ + unsigned cupsWidth; /* Width of page image in pixels */ + unsigned cupsHeight; /* Height of page image in pixels */ + unsigned cupsMediaType; /* Media type code */ + unsigned cupsBitsPerColor; /* Number of bits for each color */ + unsigned cupsBitsPerPixel; /* Number of bits for each pixel */ + unsigned cupsBytesPerLine; /* Number of bytes per line */ + cups_order_t cupsColorOrder; /* Order of colors */ + cups_cspace_t cupsColorSpace; /* True colorspace */ + unsigned cupsCompression; /* Device compression to use */ + unsigned cupsRowCount; /* Rows per band */ + unsigned cupsRowFeed; /* Feed between bands */ + unsigned cupsRowStep; /* Spacing between lines */ +} cups_page_header_t; + +/**** New in CUPS 1.2 ****/ +typedef struct cups_page_header2_s /**** Version 2 Page Header @since CUPS 1.2@ ****/ +{ + /**** Standard Page Device Dictionary String Values ****/ + char MediaClass[64]; /* MediaClass string */ + char MediaColor[64]; /* MediaColor string */ + char MediaType[64]; /* MediaType string */ + char OutputType[64]; /* OutputType string */ + + /**** Standard Page Device Dictionary Integer Values ****/ + unsigned AdvanceDistance; /* AdvanceDistance value in points */ + cups_adv_t AdvanceMedia; /* AdvanceMedia value (see above) */ + cups_bool_t Collate; /* Collated copies value */ + cups_cut_t CutMedia; /* CutMedia value (see above) */ + cups_bool_t Duplex; /* Duplexed (double-sided) value */ + unsigned HWResolution[2]; /* Resolution in dots-per-inch */ + unsigned ImagingBoundingBox[4]; /* Pixel region that is painted (points) */ + cups_bool_t InsertSheet; /* InsertSheet value */ + cups_jog_t Jog; /* Jog value (see above) */ + cups_edge_t LeadingEdge; /* LeadingEdge value (see above) */ + unsigned Margins[2]; /* Lower-lefthand margins in points */ + cups_bool_t ManualFeed; /* ManualFeed value */ + unsigned MediaPosition; /* MediaPosition value */ + unsigned MediaWeight; /* MediaWeight value in grams/m^2 */ + cups_bool_t MirrorPrint; /* MirrorPrint value */ + cups_bool_t NegativePrint; /* NegativePrint value */ + unsigned NumCopies; /* Number of copies to produce */ + cups_orient_t Orientation; /* Orientation value (see above) */ + cups_bool_t OutputFaceUp; /* OutputFaceUp value */ + unsigned PageSize[2]; /* Width and length of page in points */ + cups_bool_t Separations; /* Separations value */ + cups_bool_t TraySwitch; /* TraySwitch value */ + cups_bool_t Tumble; /* Tumble value */ + + /**** CUPS Page Device Dictionary Values ****/ + unsigned cupsWidth; /* Width of page image in pixels */ + unsigned cupsHeight; /* Height of page image in pixels */ + unsigned cupsMediaType; /* Media type code */ + unsigned cupsBitsPerColor; /* Number of bits for each color */ + unsigned cupsBitsPerPixel; /* Number of bits for each pixel */ + unsigned cupsBytesPerLine; /* Number of bytes per line */ + cups_order_t cupsColorOrder; /* Order of colors */ + cups_cspace_t cupsColorSpace; /* True colorspace */ + unsigned cupsCompression; /* Device compression to use */ + unsigned cupsRowCount; /* Rows per band */ + unsigned cupsRowFeed; /* Feed between bands */ + unsigned cupsRowStep; /* Spacing between lines */ + + /**** Version 2 Dictionary Values ****/ + unsigned cupsNumColors; /* Number of colors @since CUPS 1.2@ */ + float cupsBorderlessScalingFactor; + /* Scaling that was applied to page data @since CUPS 1.2@ */ + float cupsPageSize[2]; /* Floating point PageSize (scaling * + * factor not applied) @since CUPS 1.2@ */ + float cupsImagingBBox[4]; /* Floating point ImagingBoundingBox * + * (scaling factor not applied) @since CUPS 1.2@ */ + unsigned cupsInteger[16]; /* User-defined integer values @since CUPS 1.2@ */ + float cupsReal[16]; /* User-defined floating-point values @since CUPS 1.2@ */ + char cupsString[16][64]; /* User-defined string values @since CUPS 1.2@ */ + char cupsMarkerType[64]; /* Ink/toner type @since CUPS 1.2@ */ + char cupsRenderingIntent[64];/* Color rendering intent @since CUPS 1.2@ */ + char cupsPageSizeName[64]; /* PageSize name @since CUPS 1.2@ */ +} cups_page_header2_t; + +typedef struct _cups_raster_s cups_raster_t; + /**** Raster stream data ****/ + +typedef int (*cups_interpret_cb_t)(cups_page_header2_t *header, int preferred_bits); + + +/* + * Prototypes... + */ + +extern void cupsRasterClose(cups_raster_t *r); +extern cups_raster_t *cupsRasterOpen(int fd, cups_mode_t mode); +extern unsigned cupsRasterReadHeader(cups_raster_t *r, + cups_page_header_t *h); +extern unsigned cupsRasterReadPixels(cups_raster_t *r, + unsigned char *p, unsigned len); +extern unsigned cupsRasterWriteHeader(cups_raster_t *r, + cups_page_header_t *h); +extern unsigned cupsRasterWritePixels(cups_raster_t *r, + unsigned char *p, unsigned len); + +/**** New in CUPS 1.2 ****/ +extern int cupsRasterInterpretPPD(cups_page_header2_t *h, + ppd_file_t *ppd, + int num_options, + cups_option_t *options, + cups_interpret_cb_t func); +extern unsigned cupsRasterReadHeader2(cups_raster_t *r, + cups_page_header2_t *h); +extern unsigned cupsRasterWriteHeader2(cups_raster_t *r, + cups_page_header2_t *h); + +# ifdef __cplusplus +} +# endif /* __cplusplus */ + +#endif /* !_CUPS_RASTER_H_ */ + +/* + * End of "$Id$". + */ diff --git a/filter/rasterbench.c b/filter/rasterbench.c new file mode 100644 index 0000000000..a8cea65671 --- /dev/null +++ b/filter/rasterbench.c @@ -0,0 +1,355 @@ +/* + * "$Id$" + * + * Raster benchmark program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights for the CUPS Raster source + * files are outlined in the GNU Library General Public License, located + * in the "pstoraster" directory. If this file is missing or damaged + * please contact Easy Software Products at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This code and any derivative of it may be used and distributed + * freely under the terms of the GNU General Public License when + * used with GNU Ghostscript or its derivatives. Use of the code + * (or any derivative of it) with software other than GNU + * GhostScript (or its derivatives) is governed by the CUPS license + * agreement. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Benchmark the raster read/write functions. + * compute_median() - Compute the median time for a test. + * read_test() - Benchmark the raster read functions. + * write_test() - Benchmark the raster write functions. + */ + +/* + * Include necessary headers... + */ + +#include "raster.h" +#include +#include +#include +#include +#include + + +/* + * Constants... + */ + +#define TEST_WIDTH 1024 +#define TEST_HEIGHT 1024 +#define TEST_PAGES 16 +#define TEST_PASSES 20 + + +/* + * Local functions... + */ + +static double compute_median(double *secs); +static double get_time(void); +static void read_test(int fd); +static int run_read_test(void); +static void write_test(int fd); + + +/* + * 'main()' - Benchmark the raster read/write functions. + */ + +int /* O - Exit status */ +main(void) +{ + int i; /* Looping var */ + int ras_fd, /* File descriptor for read process */ + status; /* Exit status of read process */ + double start_secs, /* Start time */ + write_secs, /* Write time */ + read_secs, /* Read time */ + pass_secs[TEST_PASSES]; /* Total test times */ + + + /* + * Ignore SIGPIPE... + */ + + signal(SIGPIPE, SIG_IGN); + + /* + * Run the tests several times to get a good average... + */ + + printf("Test read/write speed of %d pages, %dx%d pixels...\n\n", + TEST_PAGES, TEST_WIDTH, TEST_HEIGHT); + for (i = 0; i < TEST_PASSES; i ++) + { + printf("PASS %2d: ", i + 1); + fflush(stdout); + + ras_fd = run_read_test(); + start_secs = get_time(); + + write_test(ras_fd); + + write_secs = get_time(); + printf(" %.3f write,", write_secs - start_secs); + fflush(stdout); + + close(ras_fd); + wait(&status); + + read_secs = get_time(); + pass_secs[i] = read_secs - start_secs; + printf(" %.3f read, %.3f total\n", read_secs - write_secs, pass_secs[i]); + } + + printf("\nMedian Total Time: %.3f seconds per document\n", + compute_median(pass_secs)); + + return (0); +} + + +/* + * 'compute_median()' - Compute the median time for a test. + */ + +static double /* O - Median time in seconds */ +compute_median(double *secs) /* I - Array of time samples */ +{ + int i, j; /* Looping vars */ + double temp; /* Swap variable */ + + + /* + * Sort the array into ascending order using a quicky bubble sort... + */ + + for (i = 0; i < (TEST_PASSES - 1); i ++) + for (j = i + 1; j < TEST_PASSES; j ++) + if (secs[i] > secs[j]) + { + temp = secs[i]; + secs[i] = secs[j]; + secs[j] = temp; + } + + /* + * Return the average of the middle two samples... + */ + + return (0.5 * (secs[TEST_PASSES / 2 - 1] + secs[TEST_PASSES / 2])); +} + + +/* + * 'get_time()' - Get the current time in seconds. + */ + +static double /* O - Time in seconds */ +get_time(void) +{ + struct timeval curtime; /* Current time */ + + + gettimeofday(&curtime, NULL); + return (curtime.tv_sec + 0.000001 * curtime.tv_usec); +} + + +/* + * 'read_test()' - Benchmark the raster read functions. + */ + +static void +read_test(int fd) /* I - File descriptor to read from */ +{ + int y; /* Looping var */ + cups_raster_t *r; /* Raster stream */ + cups_page_header_t header; /* Page header */ + unsigned char buffer[8 * TEST_WIDTH]; + /* Read buffer */ + + + /* + * Test read speed... + */ + + if ((r = cupsRasterOpen(fd, CUPS_RASTER_READ)) == NULL) + { + perror("Unable to create raster input stream"); + return; + } + + while (cupsRasterReadHeader(r, &header)) + { + for (y = 0; y < header.cupsHeight; y ++) + cupsRasterReadPixels(r, buffer, header.cupsBytesPerLine); + } + + cupsRasterClose(r); +} + + +/* + * 'run_read_test()' - Run the read test as a child process via pipes. + */ + +static int /* O - Standard input of child */ +run_read_test(void) +{ + int ras_pipes[2]; /* Raster data pipes */ + int pid; /* Child process ID */ + + + if (pipe(ras_pipes)) + return (-1); + + if ((pid = fork()) < 0) + { + /* + * Fork error - return -1 on error... + */ + + close(ras_pipes[0]); + close(ras_pipes[1]); + + return (-1); + } + else if (pid == 0) + { + /* + * Child comes here - read data from the input pipe... + */ + + close(ras_pipes[1]); + read_test(ras_pipes[0]); + exit(0); + } + else + { + /* + * Parent comes here - return the output pipe... + */ + + close(ras_pipes[0]); + return (ras_pipes[1]); + } +} + + +/* + * 'write_test()' - Benchmark the raster write functions. + */ + +static void +write_test(int fd) /* I - File descriptor to write to */ +{ + int page, x, y; /* Looping vars */ + int count; /* Number of bytes to set */ + cups_raster_t *r; /* Raster stream */ + cups_page_header_t header; /* Page header */ + unsigned char data[32][8 * TEST_WIDTH]; + /* Raster data to write */ + + + /* + * Create a combination of random data and repeated data to simulate + * text with some whitespace. + */ + + srand(time(NULL)); + + memset(data, 0, sizeof(data)); + + for (y = 0; y < 28; y ++) + { + for (x = rand() & 127, count = (rand() & 15) + 1; + x < sizeof(data[0]); + x ++, count --) + { + if (count <= 0) + { + x += (rand() & 15) + 1; + count = (rand() & 15) + 1; + + if (x >= sizeof(data[0])) + break; + } + + data[y][x] = rand(); + } + } + + /* + * Test write speed... + */ + + if ((r = cupsRasterOpen(fd, CUPS_RASTER_WRITE)) == NULL) + { + perror("Unable to create raster output stream"); + return; + } + + for (page = 0; page < TEST_PAGES; page ++) + { + memset(&header, 0, sizeof(header)); + header.cupsWidth = TEST_WIDTH; + header.cupsHeight = TEST_HEIGHT; + header.cupsBytesPerLine = TEST_WIDTH; + + if (page & 1) + { + header.cupsBytesPerLine *= 4; + header.cupsColorSpace = CUPS_CSPACE_CMYK; + header.cupsColorOrder = CUPS_ORDER_CHUNKED; + } + else + { + header.cupsColorSpace = CUPS_CSPACE_K; + header.cupsColorOrder = CUPS_ORDER_BANDED; + } + + if (page & 2) + { + header.cupsBytesPerLine *= 2; + header.cupsBitsPerColor = 16; + header.cupsBitsPerPixel = (page & 1) ? 64 : 16; + } + else + { + header.cupsBitsPerColor = 8; + header.cupsBitsPerPixel = (page & 1) ? 32 : 8; + } + + cupsRasterWriteHeader(r, &header); + + for (y = 0; y < TEST_HEIGHT; y ++) + cupsRasterWritePixels(r, data[y & 31], header.cupsBytesPerLine); + } + + cupsRasterClose(r); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/rastertoepson.c b/filter/rastertoepson.c new file mode 100644 index 0000000000..ba616591c8 --- /dev/null +++ b/filter/rastertoepson.c @@ -0,0 +1,1152 @@ +/* + * "$Id$" + * + * EPSON ESC/P and ESC/P2 filter for the Common UNIX Printing System + * (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * Setup() - Prepare the printer for printing. + * StartPage() - Start a page of graphics. + * EndPage() - Finish a page of graphics. + * Shutdown() - Shutdown the printer. + * CompressData() - Compress a line of graphics. + * OutputLine() - Output a line of graphics. + * main() - Main entry and processing of driver. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include "raster.h" +#include +#include +#include +#include + + +/* + * Model numbers... + */ + +#define EPSON_9PIN 0 +#define EPSON_24PIN 1 +#define EPSON_COLOR 2 +#define EPSON_PHOTO 3 +#define EPSON_ICOLOR 4 +#define EPSON_IPHOTO 5 + + +/* + * Macros... + */ + +#define pwrite(s,n) fwrite((s), 1, (n), stdout) + + +/* + * Globals... + */ + +unsigned char *Planes[6], /* Output buffers */ + *CompBuffer, /* Compression buffer */ + *LineBuffers[2]; /* Line bitmap buffers */ +int Model, /* Model number */ + NumPlanes, /* Number of color planes */ + Feed, /* Number of lines to skip */ + EjectPage; /* Eject the page when done? */ +int DotBit, /* Bit in buffers */ + DotBytes, /* # bytes in a dot column */ + DotColumns, /* # columns in 1/60 inch */ + LineCount, /* # of lines processed */ + EvenOffset, /* Offset into 'even' buffers */ + OddOffset, /* Offset into 'odd' buffers */ + Shingling; /* Shingle output? */ + + +/* + * Prototypes... + */ + +void Setup(void); +void StartPage(const ppd_file_t *ppd, const cups_page_header_t *header); +void EndPage(const cups_page_header_t *header); +void Shutdown(void); + +void CancelJob(int sig); +void CompressData(const unsigned char *line, int length, int plane, + int type, int xstep, int ystep); +void OutputLine(const cups_page_header_t *header); +void OutputRows(const cups_page_header_t *header, int row); + + +/* + * 'Setup()' - Prepare the printer for printing. + */ + +void +Setup(void) +{ + const char *device_uri; /* The device for the printer... */ + + + /* + * EPSON USB printers need an additional command issued at the + * beginning of each job to exit from "packet" mode... + */ + + if ((device_uri = getenv("DEVICE_URI")) != NULL && + strncmp(device_uri, "usb:", 4) == 0 && Model >= EPSON_ICOLOR) + pwrite("\000\000\000\033\001@EJL 1284.4\n@EJL \n\033@", 29); +} + + +/* + * 'StartPage()' - Start a page of graphics. + */ + +void +StartPage(const ppd_file_t *ppd, /* I - PPD file */ + const cups_page_header_t *header) /* I - Page header */ +{ + int n, t; /* Numbers */ + int plane; /* Looping var */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Register a signal handler to eject the current page if the + * job is cancelled. + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, CancelJob); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = CancelJob; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, CancelJob); +#endif /* HAVE_SIGSET */ + + /* + * Send a reset sequence. + */ + + if (ppd->nickname && strstr(ppd->nickname, "OKIDATA") != NULL) + printf("\033{A"); /* Set EPSON emulation mode */ + + printf("\033@"); + + /* + * See which type of printer we are using... + */ + + EjectPage = header->Margins[0] || header->Margins[1]; + + switch (ppd->model_number) + { + case EPSON_9PIN : + case EPSON_24PIN : + printf("\033P\022"); /* Set 10 CPI */ + + if (header->HWResolution[0] == 360 || header->HWResolution[0] == 240) + { + printf("\033x1"); /* LQ printing */ + printf("\033U1"); /* Unidirectional */ + } + else + { + printf("\033x0"); /* Draft printing */ + printf("\033U0"); /* Bidirectional */ + } + + printf("\033l%c\033Q%c", 0, /* Side margins */ + (int)(10.0 * header->PageSize[0] / 72.0 + 0.5)); + printf("\033C%c%c", 0, /* Page length */ + (int)(header->PageSize[1] / 72.0 + 0.5)); + printf("\033N%c", 0); /* Bottom margin */ + printf("\033O"); /* No perforation skip */ + + /* + * Setup various buffer limits... + */ + + DotBytes = header->cupsRowCount / 8; + DotColumns = header->HWResolution[0] / 60; + Shingling = 0; + + if (ppd->model_number == EPSON_9PIN) + printf("\033\063\030"); /* Set line feed */ + else + switch (header->HWResolution[0]) + { + case 60: + case 120 : + case 240 : + printf("\033\063\030"); /* Set line feed */ + break; + + case 180 : + case 360 : + Shingling = 1; + + if (header->HWResolution[1] == 180) + printf("\033\063\010");/* Set line feed */ + else + printf("\033+\010"); /* Set line feed */ + break; + } + break; + + default : + /* + * Set graphics mode... + */ + + pwrite("\033(G\001\000\001", 6); /* Graphics mode */ + + /* + * Set the media size... + */ + + if (Model < EPSON_ICOLOR) + { + pwrite("\033(U\001\000", 5); /* Resolution/units */ + putchar(3600 / header->HWResolution[1]); + } + else + { + pwrite("\033(U\005\000", 5); + putchar(1440 / header->HWResolution[1]); + putchar(1440 / header->HWResolution[1]); + putchar(1440 / header->HWResolution[0]); + putchar(0xa0); /* n/1440ths... */ + putchar(0x05); + } + + n = header->PageSize[1] * header->HWResolution[1] / 72.0; + + pwrite("\033(C\002\000", 5); /* Page length */ + putchar(n); + putchar(n >> 8); + + t = (ppd->sizes[1].length - ppd->sizes[1].top) * + header->HWResolution[1] / 72.0; + + pwrite("\033(c\004\000", 5); /* Top & bottom margins */ + putchar(t); + putchar(t >> 8); + putchar(n); + putchar(n >> 8); + + if (header->HWResolution[1] == 720) + { + pwrite("\033(i\001\000\001", 6); /* Microweave */ + pwrite("\033(e\002\000\000\001", 7); /* Small dots */ + } + + pwrite("\033(V\002\000\000\000", 7); /* Set absolute position 0 */ + + DotBytes = 0; + DotColumns = 0; + Shingling = 0; + break; + } + + /* + * Set other stuff... + */ + + if (header->cupsColorSpace == CUPS_CSPACE_CMY) + NumPlanes = 3; + else if (header->cupsColorSpace == CUPS_CSPACE_KCMY) + NumPlanes = 4; + else if (header->cupsColorSpace == CUPS_CSPACE_KCMYcm) + NumPlanes = 6; + else + NumPlanes = 1; + + Feed = 0; /* No blank lines yet */ + + /* + * Allocate memory for a line/row of graphics... + */ + + Planes[0] = malloc(header->cupsBytesPerLine); + for (plane = 1; plane < NumPlanes; plane ++) + Planes[plane] = Planes[0] + plane * header->cupsBytesPerLine / NumPlanes; + + if (header->cupsCompression || DotBytes) + CompBuffer = calloc(2, header->cupsWidth); + else + CompBuffer = NULL; + + if (DotBytes) + { + LineBuffers[0] = calloc(DotBytes, header->cupsWidth * (Shingling + 1)); + LineBuffers[1] = LineBuffers[0] + DotBytes * header->cupsWidth; + DotBit = 128; + LineCount = 0; + EvenOffset = 0; + OddOffset = 0; + } +} + + +/* + * 'EndPage()' - Finish a page of graphics. + */ + +void +EndPage(const cups_page_header_t *header) /* I - Page header */ +{ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + if (DotBytes && header) + { + /* + * Flush remaining graphics as needed... + */ + + if (!Shingling) + { + if (DotBit < 128 || EvenOffset) + OutputRows(header, 0); + } + else if (OddOffset > EvenOffset) + { + OutputRows(header, 1); + OutputRows(header, 0); + } + else + { + OutputRows(header, 0); + OutputRows(header, 1); + } + } + + /* + * Eject the current page... + */ + + if (EjectPage) + putchar(12); /* Form feed */ + fflush(stdout); + + /* + * Unregister the signal handler... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Free memory... + */ + + free(Planes[0]); + + if (CompBuffer) + free(CompBuffer); + + if (DotBytes) + free(LineBuffers[0]); +} + + +/* + * 'Shutdown()' - Shutdown the printer. + */ + +void +Shutdown(void) +{ + /* + * Send a reset sequence. + */ + + printf("\033@"); +} + + +/* + * 'CancelJob()' - Cancel the current job... + */ + +void +CancelJob(int sig) /* I - Signal */ +{ + int i; /* Looping var */ + + + (void)sig; + + /* + * Send out lots of NUL bytes to clear out any pending raster data... + */ + + if (DotBytes) + i = DotBytes * 360 * 8; + else + i = 720; + + for (; i > 0; i --) + putchar(0); + + /* + * End the current page and exit... + */ + + EndPage(NULL); + Shutdown(); + + exit(0); +} + + +/* + * 'CompressData()' - Compress a line of graphics. + */ + +void +CompressData(const unsigned char *line, /* I - Data to compress */ + int length,/* I - Number of bytes */ + int plane, /* I - Color plane */ + int type, /* I - Type of compression */ + int xstep, /* I - X resolution */ + int ystep) /* I - Y resolution */ +{ + const unsigned char *line_ptr, /* Current byte pointer */ + *line_end, /* End-of-line byte pointer */ + *start; /* Start of compression sequence */ + unsigned char *comp_ptr, /* Pointer into compression buffer */ + temp; /* Current byte */ + int count; /* Count of bytes for output */ + static int ctable[6] = { 0, 2, 1, 4, 18, 17 }; + /* KCMYcm color values */ + + + /* + * Setup pointers... + */ + + line_ptr = line; + line_end = line + length; + + /* + * Do depletion for 720 DPI printing... + */ + + if (ystep == 5) + { + for (comp_ptr = (unsigned char *)line; comp_ptr < line_end;) + { + /* + * Grab the current byte... + */ + + temp = *comp_ptr; + + /* + * Check adjacent bits... + */ + + if ((temp & 0xc0) == 0xc0) + temp &= 0xbf; + if ((temp & 0x60) == 0x60) + temp &= 0xdf; + if ((temp & 0x30) == 0x30) + temp &= 0xef; + if ((temp & 0x18) == 0x18) + temp &= 0xf7; + if ((temp & 0x0c) == 0x0c) + temp &= 0xfb; + if ((temp & 0x06) == 0x06) + temp &= 0xfd; + if ((temp & 0x03) == 0x03) + temp &= 0xfe; + + *comp_ptr++ = temp; + + /* + * Check the last bit in the current byte and the first bit in the + * next byte... + */ + + if ((temp & 0x01) && comp_ptr < line_end && *comp_ptr & 0x80) + *comp_ptr &= 0x7f; + } + } + + switch (type) + { + case 0 : + /* + * Do no compression... + */ + break; + + case 1 : + /* + * Do TIFF pack-bits encoding... + */ + + comp_ptr = CompBuffer; + + while (line_ptr < line_end) + { + if ((line_ptr + 1) >= line_end) + { + /* + * Single byte on the end... + */ + + *comp_ptr++ = 0x00; + *comp_ptr++ = *line_ptr++; + } + else if (line_ptr[0] == line_ptr[1]) + { + /* + * Repeated sequence... + */ + + line_ptr ++; + count = 2; + + while (line_ptr < (line_end - 1) && + line_ptr[0] == line_ptr[1] && + count < 127) + { + line_ptr ++; + count ++; + } + + *comp_ptr++ = 257 - count; + *comp_ptr++ = *line_ptr++; + } + else + { + /* + * Non-repeated sequence... + */ + + start = line_ptr; + line_ptr ++; + count = 1; + + while (line_ptr < (line_end - 1) && + line_ptr[0] != line_ptr[1] && + count < 127) + { + line_ptr ++; + count ++; + } + + *comp_ptr++ = count - 1; + + memcpy(comp_ptr, start, count); + comp_ptr += count; + } + } + + line_ptr = CompBuffer; + line_end = comp_ptr; + break; + } + + putchar(0x0d); /* Move print head to left margin */ + + if (Model < EPSON_ICOLOR) + { + /* + * Do graphics the "old" way... + */ + + if (NumPlanes > 1) + { + /* + * Set the color... + */ + + if (plane > 3) + printf("\033(r%c%c%c%c", 2, 0, 1, ctable[plane] & 15); + /* Set extended color */ + else if (NumPlanes == 3) + printf("\033r%c", ctable[plane + 1]); + /* Set color */ + else + printf("\033r%c", ctable[plane]); /* Set color */ + } + + /* + * Send a raster plane... + */ + + length *= 8; + printf("\033."); /* Raster graphics */ + putchar(type); + putchar(ystep); + putchar(xstep); + putchar(1); + putchar(length); + putchar(length >> 8); + } + else + { + /* + * Do graphics the "new" way... + */ + + printf("\033i"); + putchar(ctable[plane]); + putchar(type); + putchar(1); + putchar(length & 255); + putchar(length >> 8); + putchar(1); + putchar(0); + } + + pwrite(line_ptr, line_end - line_ptr); + fflush(stdout); +} + + +/* + * 'OutputLine()' - Output a line of graphics. + */ + +void +OutputLine(const cups_page_header_t *header) /* I - Page header */ +{ + if (header->cupsRowCount) + { + int width; + unsigned char *tempptr, + *evenptr, + *oddptr; + register int x; + unsigned char bit; + const unsigned char *pixel; + unsigned char *temp; + + + /* + * Collect bitmap data in the line buffers and write after each buffer. + */ + + for (x = header->cupsWidth, bit = 128, pixel = Planes[0], + temp = CompBuffer; + x > 0; + x --, temp ++) + { + if (*pixel & bit) + *temp |= DotBit; + + if (bit > 1) + bit >>= 1; + else + { + bit = 128; + pixel ++; + } + } + + if (DotBit > 1) + DotBit >>= 1; + else + { + /* + * Copy the holding buffer to the output buffer, shingling as necessary... + */ + + if (Shingling && LineCount != 0) + { + /* + * Shingle the output... + */ + + if (LineCount & 1) + { + evenptr = LineBuffers[1] + OddOffset; + oddptr = LineBuffers[0] + EvenOffset + DotBytes; + } + else + { + evenptr = LineBuffers[0] + EvenOffset; + oddptr = LineBuffers[1] + OddOffset + DotBytes; + } + + for (width = header->cupsWidth, tempptr = CompBuffer; + width > 0; + width -= 2, tempptr += 2, oddptr += DotBytes * 2, + evenptr += DotBytes * 2) + { + evenptr[0] = tempptr[0]; + oddptr[0] = tempptr[1]; + } + } + else + { + /* + * Don't shingle the output... + */ + + for (width = header->cupsWidth, tempptr = CompBuffer, + evenptr = LineBuffers[0] + EvenOffset; + width > 0; + width --, tempptr ++, evenptr += DotBytes) + *evenptr = tempptr[0]; + } + + if (Shingling && LineCount != 0) + { + EvenOffset ++; + OddOffset ++; + + if (EvenOffset == DotBytes) + { + EvenOffset = 0; + OutputRows(header, 0); + } + + if (OddOffset == DotBytes) + { + OddOffset = 0; + OutputRows(header, 1); + } + } + else + { + EvenOffset ++; + + if (EvenOffset == DotBytes) + { + EvenOffset = 0; + OutputRows(header, 0); + } + } + + DotBit = 128; + LineCount ++; + + memset(CompBuffer, 0, header->cupsWidth); + } + } + else + { + int plane; /* Current plane */ + int bytes; /* Bytes per plane */ + int xstep, ystep; /* X & Y resolutions */ + + + /* + * Write a single line of bitmap data as needed... + */ + + xstep = 3600 / header->HWResolution[0]; + ystep = 3600 / header->HWResolution[1]; + bytes = header->cupsBytesPerLine / NumPlanes; + + for (plane = 0; plane < NumPlanes; plane ++) + { + /* + * Skip blank data... + */ + + if (!Planes[plane][0] && + memcmp(Planes[plane], Planes[plane] + 1, bytes - 1) == 0) + continue; + + /* + * Output whitespace as needed... + */ + + if (Feed > 0) + { + pwrite("\033(v\002\000", 5); /* Relative vertical position */ + putchar(Feed); + putchar(Feed >> 8); + + Feed = 0; + } + + CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, + ystep); + } + + Feed ++; + } +} + + +/* + * 'OutputRows()' - Output 8, 24, or 48 rows. + */ + +void +OutputRows(const cups_page_header_t *header, /* I - Page image header */ + int row) /* I - Row number (0 or 1) */ +{ + unsigned i, n; /* Looping vars */ + int dot_count, /* Number of bytes to print */ + dot_min; /* Minimum number of bytes */ + unsigned char *dot_ptr, /* Pointer to print data */ + *ptr; /* Current data */ + + + dot_min = DotBytes * DotColumns; + + if (LineBuffers[row][0] != 0 || + memcmp(LineBuffers[row], LineBuffers[row] + 1, + header->cupsWidth * DotBytes - 1)) + { + /* + * Skip leading space... + */ + + i = 0; + dot_count = header->cupsWidth * DotBytes; + dot_ptr = LineBuffers[row]; + + while (dot_count >= dot_min && dot_ptr[0] == 0 && + memcmp(dot_ptr, dot_ptr + 1, dot_min - 1) == 0) + { + i ++; + dot_ptr += dot_min; + dot_count -= dot_min; + } + + /* + * Skip trailing space... + */ + + while (dot_count >= dot_min && dot_ptr[dot_count - dot_min] == 0 && + memcmp(dot_ptr + dot_count - dot_min, + dot_ptr + dot_count - dot_min + 1, dot_min - 1) == 0) + dot_count -= dot_min; + + /* + * Position print head for printing... + */ + + if (i == 0) + putchar('\r'); + else + { + putchar(0x1b); + putchar('$'); + putchar(i & 255); + putchar(i >> 8); + } + + /* + * Start bitmap graphics for this line... + */ + + printf("\033*"); /* Select bit image */ + switch (header->HWResolution[0]) + { + case 60 : /* 60x60/72 DPI gfx */ + putchar(0); + break; + case 120 : /* 120x60/72 DPI gfx */ + putchar(1); + break; + case 180 : /* 180 DPI gfx */ + putchar(39); + break; + case 240 : /* 240x72 DPI gfx */ + putchar(3); + break; + case 360 : /* 360x180/360 DPI gfx */ + if (header->HWResolution[1] == 180) + { + if (Shingling && LineCount != 0) + putchar(40); /* 360x180 fast */ + else + putchar(41); /* 360x180 slow */ + } + else + { + if (Shingling && LineCount != 0) + putchar(72); /* 360x360 fast */ + else + putchar(73); /* 360x360 slow */ + } + break; + } + + n = (unsigned)dot_count / DotBytes; + putchar(n & 255); + putchar(n / 256); + + /* + * Write the graphics data... + */ + + if (header->HWResolution[0] == 120 || + header->HWResolution[0] == 240) + { + /* + * Need to interleave the dots to avoid hosing the print head... + */ + + for (n = dot_count / 2, ptr = dot_ptr; n > 0; n --, ptr += 2) + { + putchar(*ptr); + putchar(0); + } + + /* + * Move the head back and print the odd bytes... + */ + + if (i == 0) + putchar('\r'); + else + { + putchar(0x1b); + putchar('$'); + putchar(i & 255); + putchar(i >> 8); + } + + if (header->HWResolution[0] == 120) + printf("\033*\001"); /* Select bit image */ + else + printf("\033*\003"); /* Select bit image */ + + n = (unsigned)dot_count / DotBytes; + putchar(n & 255); + putchar(n / 256); + + for (n = dot_count / 2, ptr = dot_ptr + 1; n > 0; n --, ptr += 2) + { + putchar(0); + putchar(*ptr); + } + } + else + pwrite(dot_ptr, dot_count); + } + + /* + * Feed the paper... + */ + + putchar('\n'); + + if (Shingling && row == 1) + { + if (header->HWResolution[1] == 360) + printf("\n\n\n\n"); + else + printf("\n"); + } + + fflush(stdout); + + /* + * Clear the buffer... + */ + + memset(LineBuffers[row], 0, header->cupsWidth * DotBytes); +} + + +/* + * 'main()' - Main entry and processing of driver. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int fd; /* File descriptor */ + cups_raster_t *ras; /* Raster stream for printing */ + cups_page_header_t header; /* Page header from file */ + ppd_file_t *ppd; /* PPD file */ + int page; /* Current page */ + int y; /* Current line */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + /* + * We don't have the correct number of arguments; write an error message + * and return. + */ + + fputs("ERROR: rastertoepson job-id user title copies options [file]\n", stderr); + return (1); + } + + /* + * Open the page stream... + */ + + if (argc == 7) + { + if ((fd = open(argv[6], O_RDONLY)) == -1) + { + perror("ERROR: Unable to open raster file - "); + sleep(1); + return (1); + } + } + else + fd = 0; + + ras = cupsRasterOpen(fd, CUPS_RASTER_READ); + + /* + * Initialize the print device... + */ + + ppd = ppdOpenFile(getenv("PPD")); + if (ppd) + Model = ppd->model_number; + + Setup(); + + /* + * Process pages as needed... + */ + + page = 0; + + while (cupsRasterReadHeader(ras, &header)) + { + /* + * Write a status message with the page number and number of copies. + */ + + page ++; + + fprintf(stderr, "PAGE: %d %d\n", page, header.NumCopies); + + /* + * Start the page... + */ + + StartPage(ppd, &header); + + /* + * Loop for each line on the page... + */ + + for (y = 0; y < header.cupsHeight; y ++) + { + /* + * Let the user know how far we have progressed... + */ + + if ((y & 127) == 0) + fprintf(stderr, "INFO: Printing page %d, %d%% complete...\n", page, + 100 * y / header.cupsHeight); + + /* + * Read a line of graphics... + */ + + if (cupsRasterReadPixels(ras, Planes[0], header.cupsBytesPerLine) < 1) + break; + + /* + * Write it to the printer... + */ + + OutputLine(&header); + } + + /* + * Eject the page... + */ + + EndPage(&header); + } + + /* + * Shutdown the printer... + */ + + Shutdown(); + + ppdClose(ppd); + + /* + * Close the raster stream... + */ + + cupsRasterClose(ras); + if (fd != 0) + close(fd); + + /* + * If no pages were printed, send an error message... + */ + + if (page == 0) + fputs("ERROR: No pages found!\n", stderr); + else + fputs("INFO: " CUPS_SVERSION " is ready to print.\n", stderr); + + return (page == 0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/rastertohp.c b/filter/rastertohp.c new file mode 100644 index 0000000000..32263536f9 --- /dev/null +++ b/filter/rastertohp.c @@ -0,0 +1,888 @@ +/* + * "$Id$" + * + * Hewlett-Packard Page Control Language filter for the Common UNIX + * Printing System (CUPS). + * + * Copyright 1993-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * Setup() - Prepare the printer for printing. + * StartPage() - Start a page of graphics. + * EndPage() - Finish a page of graphics. + * Shutdown() - Shutdown the printer. + * CancelJob() - Cancel the current job... + * CompressData() - Compress a line of graphics. + * OutputLine() - Output a line of graphics. + * main() - Main entry and processing of driver. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include "raster.h" +#include +#include +#include +#include + + +/* + * Globals... + */ + +unsigned char *Planes[4], /* Output buffers */ + *CompBuffer, /* Compression buffer */ + *BitBuffer; /* Buffer for output bits */ +int NumPlanes, /* Number of color planes */ + ColorBits, /* Number of bits per color */ + Feed, /* Number of lines to skip */ + Duplex, /* Current duplex mode */ + Page; /* Current page number */ + + +/* + * Prototypes... + */ + +void Setup(void); +void StartPage(ppd_file_t *ppd, cups_page_header_t *header); +void EndPage(void); +void Shutdown(void); + +void CancelJob(int sig); +void CompressData(unsigned char *line, int length, int plane, int type); +void OutputLine(cups_page_header_t *header); + + +/* + * 'Setup()' - Prepare the printer for printing. + */ + +void +Setup(void) +{ + /* + * Send a PCL reset sequence. + */ + + putchar(0x1b); + putchar('E'); +} + + +/* + * 'StartPage()' - Start a page of graphics. + */ + +void +StartPage(ppd_file_t *ppd, /* I - PPD file */ + cups_page_header_t *header) /* I - Page header */ +{ + int plane; /* Looping var */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Register a signal handler to eject the current page if the + * job is cancelled. + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, CancelJob); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = CancelJob; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, CancelJob); +#endif /* HAVE_SIGSET */ + + /* + * Show page device dictionary... + */ + + fprintf(stderr, "DEBUG: StartPage...\n"); + fprintf(stderr, "DEBUG: MediaClass = \"%s\"\n", header->MediaClass); + fprintf(stderr, "DEBUG: MediaColor = \"%s\"\n", header->MediaColor); + fprintf(stderr, "DEBUG: MediaType = \"%s\"\n", header->MediaType); + fprintf(stderr, "DEBUG: OutputType = \"%s\"\n", header->OutputType); + + fprintf(stderr, "DEBUG: AdvanceDistance = %d\n", header->AdvanceDistance); + fprintf(stderr, "DEBUG: AdvanceMedia = %d\n", header->AdvanceMedia); + fprintf(stderr, "DEBUG: Collate = %d\n", header->Collate); + fprintf(stderr, "DEBUG: CutMedia = %d\n", header->CutMedia); + fprintf(stderr, "DEBUG: Duplex = %d\n", header->Duplex); + fprintf(stderr, "DEBUG: HWResolution = [ %d %d ]\n", header->HWResolution[0], + header->HWResolution[1]); + fprintf(stderr, "DEBUG: ImagingBoundingBox = [ %d %d %d %d ]\n", + header->ImagingBoundingBox[0], header->ImagingBoundingBox[1], + header->ImagingBoundingBox[2], header->ImagingBoundingBox[3]); + fprintf(stderr, "DEBUG: InsertSheet = %d\n", header->InsertSheet); + fprintf(stderr, "DEBUG: Jog = %d\n", header->Jog); + fprintf(stderr, "DEBUG: LeadingEdge = %d\n", header->LeadingEdge); + fprintf(stderr, "DEBUG: Margins = [ %d %d ]\n", header->Margins[0], + header->Margins[1]); + fprintf(stderr, "DEBUG: ManualFeed = %d\n", header->ManualFeed); + fprintf(stderr, "DEBUG: MediaPosition = %d\n", header->MediaPosition); + fprintf(stderr, "DEBUG: MediaWeight = %d\n", header->MediaWeight); + fprintf(stderr, "DEBUG: MirrorPrint = %d\n", header->MirrorPrint); + fprintf(stderr, "DEBUG: NegativePrint = %d\n", header->NegativePrint); + fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); + fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); + fprintf(stderr, "DEBUG: OutputFaceUp = %d\n", header->OutputFaceUp); + fprintf(stderr, "DEBUG: PageSize = [ %d %d ]\n", header->PageSize[0], + header->PageSize[1]); + fprintf(stderr, "DEBUG: Separations = %d\n", header->Separations); + fprintf(stderr, "DEBUG: TraySwitch = %d\n", header->TraySwitch); + fprintf(stderr, "DEBUG: Tumble = %d\n", header->Tumble); + fprintf(stderr, "DEBUG: cupsWidth = %d\n", header->cupsWidth); + fprintf(stderr, "DEBUG: cupsHeight = %d\n", header->cupsHeight); + fprintf(stderr, "DEBUG: cupsMediaType = %d\n", header->cupsMediaType); + fprintf(stderr, "DEBUG: cupsBitsPerColor = %d\n", header->cupsBitsPerColor); + fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel); + fprintf(stderr, "DEBUG: cupsBytesPerLine = %d\n", header->cupsBytesPerLine); + fprintf(stderr, "DEBUG: cupsColorOrder = %d\n", header->cupsColorOrder); + fprintf(stderr, "DEBUG: cupsColorSpace = %d\n", header->cupsColorSpace); + fprintf(stderr, "DEBUG: cupsCompression = %d\n", header->cupsCompression); + + /* + * Setup printer/job attributes... + */ + + Duplex = header->Duplex; + ColorBits = header->cupsBitsPerColor; + + if ((!Duplex || (Page & 1)) && header->MediaPosition) + printf("\033&l%dH", /* Set media position */ + header->MediaPosition); + + if (Duplex && ppd && ppd->model_number == 2) + { + /* + * Handle duplexing on new DeskJet printers... + */ + + printf("\033&l-2H"); /* Load media */ + + if (Page & 1) + printf("\033&l2S"); /* Set duplex mode */ + } + + if (!Duplex || (Page & 1) || (ppd && ppd->model_number == 2)) + { + /* + * Set the media size... + */ + + printf("\033&l6D\033&k12H"); /* Set 6 LPI, 10 CPI */ + printf("\033&l0O"); /* Set portrait orientation */ + + switch (header->PageSize[1]) + { + case 540 : /* Monarch Envelope */ + printf("\033&l80A"); /* Set page size */ + break; + + case 624 : /* DL Envelope */ + printf("\033&l90A"); /* Set page size */ + break; + + case 649 : /* C5 Envelope */ + printf("\033&l91A"); /* Set page size */ + break; + + case 684 : /* COM-10 Envelope */ + printf("\033&l81A"); /* Set page size */ + break; + + case 709 : /* B5 Envelope */ + printf("\033&l100A"); /* Set page size */ + break; + + case 756 : /* Executive */ + printf("\033&l1A"); /* Set page size */ + break; + + case 792 : /* Letter */ + printf("\033&l2A"); /* Set page size */ + break; + + case 842 : /* A4 */ + printf("\033&l26A"); /* Set page size */ + break; + + case 1008 : /* Legal */ + printf("\033&l3A"); /* Set page size */ + break; + + case 1191 : /* A3 */ + printf("\033&l27A"); /* Set page size */ + break; + + case 1224 : /* Tabloid */ + printf("\033&l6A"); /* Set page size */ + break; + } + + printf("\033&l%dP", /* Set page length */ + header->PageSize[1] / 12); + printf("\033&l0E"); /* Set top margin to 0 */ + } + + if (!Duplex || (Page & 1)) + { + /* + * Set other job options... + */ + + printf("\033&l%dX", header->NumCopies); /* Set number copies */ + + if (header->cupsMediaType && + (!ppd || ppd->model_number != 2 || header->HWResolution[0] == 600)) + printf("\033&l%dM", /* Set media type */ + header->cupsMediaType); + + if (!ppd || ppd->model_number != 2) + { + if (header->Duplex) + printf("\033&l%dS", /* Set duplex mode */ + header->Duplex + header->Tumble); + + printf("\033&l0L"); /* Turn off perforation skip */ + } + } + else if (!ppd || ppd->model_number != 2) + printf("\033&a2G"); /* Set back side */ + + /* + * Set graphics mode... + */ + + if (ppd->model_number == 2) + { + /* + * Figure out the number of color planes... + */ + + if (header->cupsColorSpace == CUPS_CSPACE_KCMY) + NumPlanes = 4; + else + NumPlanes = 1; + + /* + * Set the resolution and top-of-form... + */ + + printf("\033&u%dD", header->HWResolution[0]); + /* Resolution */ + printf("\033&l0e0L"); /* Reset top and don't skip */ + printf("\033*p0Y\033*p0X"); /* Set top of form */ + + /* + * Send 26-byte configure image data command with horizontal and + * vertical resolutions as well as a color count... + */ + + printf("\033*g26W"); + putchar(2); /* Format 2 */ + putchar(NumPlanes); /* Output planes */ + + putchar(header->HWResolution[0] >> 8); /* Black resolution */ + putchar(header->HWResolution[0]); + putchar(header->HWResolution[1] >> 8); + putchar(header->HWResolution[1]); + putchar(0); + putchar(1 << ColorBits); /* # of black levels */ + + putchar(header->HWResolution[0] >> 8); /* Cyan resolution */ + putchar(header->HWResolution[0]); + putchar(header->HWResolution[1] >> 8); + putchar(header->HWResolution[1]); + putchar(0); + putchar(1 << ColorBits); /* # of cyan levels */ + + putchar(header->HWResolution[0] >> 8); /* Magenta resolution */ + putchar(header->HWResolution[0]); + putchar(header->HWResolution[1] >> 8); + putchar(header->HWResolution[1]); + putchar(0); + putchar(1 << ColorBits); /* # of magenta levels */ + + putchar(header->HWResolution[0] >> 8); /* Yellow resolution */ + putchar(header->HWResolution[0]); + putchar(header->HWResolution[1] >> 8); + putchar(header->HWResolution[1]); + putchar(0); + putchar(1 << ColorBits); /* # of yellow levels */ + + printf("\033&l0H"); /* Set media position */ + } + else + { + printf("\033*t%dR", header->HWResolution[0]); + /* Set resolution */ + + if (header->cupsColorSpace == CUPS_CSPACE_KCMY) + { + NumPlanes = 4; + printf("\033*r-4U"); /* Set KCMY graphics */ + } + else if (header->cupsColorSpace == CUPS_CSPACE_CMY) + { + NumPlanes = 3; + printf("\033*r-3U"); /* Set CMY graphics */ + } + else + NumPlanes = 1; /* Black&white graphics */ + + /* + * Set size and position of graphics... + */ + + printf("\033*r%dS", header->cupsWidth); /* Set width */ + printf("\033*r%dT", header->cupsHeight); /* Set height */ + + printf("\033&a0H"); /* Set horizontal position */ + + if (ppd) + printf("\033&a%.0fV", /* Set vertical position */ + 10.0 * (ppd->sizes[0].length - ppd->sizes[0].top)); + else + printf("\033&a0V"); /* Set top-of-page */ + } + + printf("\033*r1A"); /* Start graphics */ + + if (header->cupsCompression) + printf("\033*b%dM", /* Set compression */ + header->cupsCompression); + + Feed = 0; /* No blank lines yet */ + + /* + * Allocate memory for a line of graphics... + */ + + Planes[0] = malloc(header->cupsBytesPerLine); + for (plane = 1; plane < NumPlanes; plane ++) + Planes[plane] = Planes[0] + plane * header->cupsBytesPerLine / NumPlanes; + + if (ColorBits > 1) + BitBuffer = malloc(ColorBits * ((header->cupsWidth + 7) / 8)); + else + BitBuffer = NULL; + + if (header->cupsCompression) + CompBuffer = malloc(header->cupsBytesPerLine * 2); + else + CompBuffer = NULL; +} + + +/* + * 'EndPage()' - Finish a page of graphics. + */ + +void +EndPage(void) +{ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Eject the current page... + */ + + if (NumPlanes > 1) + { + printf("\033*rC"); /* End color GFX */ + + if (!(Duplex && (Page & 1))) + printf("\033&l0H"); /* Eject current page */ + } + else + { + printf("\033*r0B"); /* End GFX */ + + if (!(Duplex && (Page & 1))) + printf("\014"); /* Eject current page */ + } + + fflush(stdout); + + /* + * Unregister the signal handler... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Free memory... + */ + + free(Planes[0]); + + if (BitBuffer) + free(BitBuffer); + + if (CompBuffer) + free(CompBuffer); +} + + +/* + * 'Shutdown()' - Shutdown the printer. + */ + +void +Shutdown(void) +{ + /* + * Send a PCL reset sequence. + */ + + putchar(0x1b); + putchar('E'); +} + + +/* + * 'CancelJob()' - Cancel the current job... + */ + +void +CancelJob(int sig) /* I - Signal */ +{ + int i; /* Looping var */ + + + (void)sig; + + /* + * Send out lots of NUL bytes to clear out any pending raster data... + */ + + for (i = 0; i < 600; i ++) + putchar(0); + + /* + * End the current page and exit... + */ + + EndPage(); + Shutdown(); + + exit(0); +} + + +/* + * 'CompressData()' - Compress a line of graphics. + */ + +void +CompressData(unsigned char *line, /* I - Data to compress */ + int length, /* I - Number of bytes */ + int plane, /* I - Color plane */ + int type) /* I - Type of compression */ +{ + unsigned char *line_ptr, /* Current byte pointer */ + *line_end, /* End-of-line byte pointer */ + *comp_ptr, /* Pointer into compression buffer */ + *start; /* Start of compression sequence */ + int count; /* Count of bytes for output */ + + + switch (type) + { + default : + /* + * Do no compression... + */ + + line_ptr = line; + line_end = line + length; + break; + + case 1 : + /* + * Do run-length encoding... + */ + + line_end = line + length; + for (line_ptr = line, comp_ptr = CompBuffer; + line_ptr < line_end; + comp_ptr += 2, line_ptr += count) + { + for (count = 1; + (line_ptr + count) < line_end && + line_ptr[0] == line_ptr[count] && + count < 256; + count ++); + + comp_ptr[0] = count - 1; + comp_ptr[1] = line_ptr[0]; + } + + line_ptr = CompBuffer; + line_end = comp_ptr; + break; + + case 2 : + /* + * Do TIFF pack-bits encoding... + */ + + line_ptr = line; + line_end = line + length; + comp_ptr = CompBuffer; + + while (line_ptr < line_end) + { + if ((line_ptr + 1) >= line_end) + { + /* + * Single byte on the end... + */ + + *comp_ptr++ = 0x00; + *comp_ptr++ = *line_ptr++; + } + else if (line_ptr[0] == line_ptr[1]) + { + /* + * Repeated sequence... + */ + + line_ptr ++; + count = 2; + + while (line_ptr < (line_end - 1) && + line_ptr[0] == line_ptr[1] && + count < 127) + { + line_ptr ++; + count ++; + } + + *comp_ptr++ = 257 - count; + *comp_ptr++ = *line_ptr++; + } + else + { + /* + * Non-repeated sequence... + */ + + start = line_ptr; + line_ptr ++; + count = 1; + + while (line_ptr < (line_end - 1) && + line_ptr[0] != line_ptr[1] && + count < 127) + { + line_ptr ++; + count ++; + } + + *comp_ptr++ = count - 1; + + memcpy(comp_ptr, start, count); + comp_ptr += count; + } + } + + line_ptr = CompBuffer; + line_end = comp_ptr; + break; + } + + /* + * Set the length of the data and write a raster plane... + */ + + printf("\033*b%d%c", (int)(line_end - line_ptr), plane); + fwrite(line_ptr, line_end - line_ptr, 1, stdout); +} + + +/* + * 'OutputLine()' - Output a line of graphics. + */ + +void +OutputLine(cups_page_header_t *header) /* I - Page header */ +{ + int plane, /* Current plane */ + bytes, /* Bytes to write */ + count; /* Bytes to convert */ + unsigned char bit, /* Current plane data */ + bit0, /* Current low bit data */ + bit1, /* Current high bit data */ + *plane_ptr, /* Pointer into Planes */ + *bit_ptr; /* Pointer into BitBuffer */ + + + /* + * Output whitespace as needed... + */ + + if (Feed > 0) + { + printf("\033*b%dY", Feed); + Feed = 0; + } + + /* + * Write bitmap data as needed... + */ + + bytes = (header->cupsWidth + 7) / 8; + + for (plane = 0; plane < NumPlanes; plane ++) + if (ColorBits == 1) + { + /* + * Send bits as-is... + */ + + CompressData(Planes[plane], bytes, plane < (NumPlanes - 1) ? 'V' : 'W', + header->cupsCompression); + } + else + { + /* + * Separate low and high bit data into separate buffers. + */ + + for (count = header->cupsBytesPerLine / NumPlanes, + plane_ptr = Planes[plane], bit_ptr = BitBuffer; + count > 0; + count -= 2, plane_ptr += 2, bit_ptr ++) + { + bit = plane_ptr[0]; + + bit0 = ((bit & 64) << 1) | ((bit & 16) << 2) | ((bit & 4) << 3) | ((bit & 1) << 4); + bit1 = (bit & 128) | ((bit & 32) << 1) | ((bit & 8) << 2) | ((bit & 2) << 3); + + if (count > 1) + { + bit = plane_ptr[1]; + + bit0 |= (bit & 1) | ((bit & 4) >> 1) | ((bit & 16) >> 2) | ((bit & 64) >> 3); + bit1 |= ((bit & 2) >> 1) | ((bit & 8) >> 2) | ((bit & 32) >> 3) | ((bit & 128) >> 4); + } + + bit_ptr[0] = bit0; + bit_ptr[bytes] = bit1; + } + + /* + * Send low and high bits... + */ + + CompressData(BitBuffer, bytes, 'V', header->cupsCompression); + CompressData(BitBuffer + bytes, bytes, plane < (NumPlanes - 1) ? 'V' : 'W', + header->cupsCompression); + } + + fflush(stdout); +} + + +/* + * 'main()' - Main entry and processing of driver. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int fd; /* File descriptor */ + cups_raster_t *ras; /* Raster stream for printing */ + cups_page_header_t header; /* Page header from file */ + int y; /* Current line */ + ppd_file_t *ppd; /* PPD file */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + /* + * We don't have the correct number of arguments; write an error message + * and return. + */ + + fputs("ERROR: rastertopcl job-id user title copies options [file]\n", stderr); + return (1); + } + + /* + * Open the page stream... + */ + + if (argc == 7) + { + if ((fd = open(argv[6], O_RDONLY)) == -1) + { + perror("ERROR: Unable to open raster file - "); + sleep(1); + return (1); + } + } + else + fd = 0; + + ras = cupsRasterOpen(fd, CUPS_RASTER_READ); + + /* + * Initialize the print device... + */ + + ppd = ppdOpenFile(getenv("PPD")); + + Setup(); + + /* + * Process pages as needed... + */ + + Page = 0; + + while (cupsRasterReadHeader(ras, &header)) + { + /* + * Write a status message with the page number and number of copies. + */ + + Page ++; + + fprintf(stderr, "PAGE: %d %d\n", Page, header.NumCopies); + + /* + * Start the page... + */ + + StartPage(ppd, &header); + + /* + * Loop for each line on the page... + */ + + for (y = 0; y < header.cupsHeight; y ++) + { + /* + * Let the user know how far we have progressed... + */ + + if ((y & 127) == 0) + fprintf(stderr, "INFO: Printing page %d, %d%% complete...\n", Page, + 100 * y / header.cupsHeight); + + /* + * Read a line of graphics... + */ + + if (cupsRasterReadPixels(ras, Planes[0], header.cupsBytesPerLine) < 1) + break; + + /* + * See if the line is blank; if not, write it to the printer... + */ + + if (Planes[0][0] || + memcmp(Planes[0], Planes[0] + 1, header.cupsBytesPerLine - 1)) + OutputLine(&header); + else + Feed ++; + } + + /* + * Eject the page... + */ + + EndPage(); + } + + /* + * Shutdown the printer... + */ + + Shutdown(); + + if (ppd) + ppdClose(ppd); + + /* + * Close the raster stream... + */ + + cupsRasterClose(ras); + if (fd != 0) + close(fd); + + /* + * If no pages were printed, send an error message... + */ + + if (Page == 0) + fputs("ERROR: No pages found!\n", stderr); + else + fputs("INFO: " CUPS_SVERSION " is ready to print.\n", stderr); + + return (Page == 0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c new file mode 100644 index 0000000000..732c9f024f --- /dev/null +++ b/filter/rastertolabel.c @@ -0,0 +1,1018 @@ +/* + * "$Id$" + * + * Label printer filter for the Common UNIX Printing System (CUPS). + * + * Copyright 2001-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * Setup() - Prepare the printer for printing. + * StartPage() - Start a page of graphics. + * EndPage() - Finish a page of graphics. + * CancelJob() - Cancel the current job... + * OutputLine() - Output a line of graphics. + * ZPLCompress() - Output a run-length compression sequence. + * main() - Main entry and processing of driver. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include "raster.h" +#include +#include +#include +#include + + +/* + * This driver filter currently supports Dymo and Zebra label printers. + * + * The Dymo portion of the driver has been tested with the 300, 330, + * and 330 Turbo label printers; it may also work with older models. + * The Dymo printers support printing at 136, 203, and 300 DPI. + * + * The Zebra portion of the driver has been tested with the LP-2844Z label + * printer; it may also work with other models. The driver supports EPL + * line mode, EPL page mode, ZPL, and CPCL as defined in Zebra's on-line + * developer documentation. + */ + +/* + * Model number constants... + */ + +#define DYMO_3x0 0 /* Dymo Labelwriter 300/330/330 Turbo */ + +#define ZEBRA_EPL_LINE 0x10 /* Zebra EPL line mode printers */ +#define ZEBRA_EPL_PAGE 0x11 /* Zebra EPL page mode printers */ +#define ZEBRA_ZPL 0x12 /* Zebra ZPL-based printers */ +#define ZEBRA_CPCL 0x13 /* Zebra CPCL-based printers */ + + +/* + * Globals... + */ + +unsigned char *Buffer; /* Output buffer */ +unsigned char *CompBuffer; /* Compression buffer */ +unsigned char *LastBuffer; /* Last buffer */ +int LastSet; /* Number of repeat characters */ +int ModelNumber, /* cupsModelNumber attribute */ + Page, /* Current page */ + Feed, /* Number of lines to skip */ + Canceled; /* Non-zero if job is canceled */ + + +/* + * Prototypes... + */ + +void Setup(ppd_file_t *ppd); +void StartPage(ppd_file_t *ppd, cups_page_header_t *header); +void EndPage(ppd_file_t *ppd, cups_page_header_t *header); +void CancelJob(int sig); +void OutputLine(ppd_file_t *ppd, cups_page_header_t *header, int y); +void ZPLCompress(char repeat_char, int repeat_count); + + +/* + * 'Setup()' - Prepare the printer for printing. + */ + +void +Setup(ppd_file_t *ppd) /* I - PPD file */ +{ + int i; /* Looping var */ + + + /* + * Get the model number from the PPD file... + */ + + if (ppd) + ModelNumber = ppd->model_number; + + /* + * Initialize based on the model number... + */ + + switch (ModelNumber) + { + case DYMO_3x0 : + /* + * Clear any remaining data... + */ + + for (i = 0; i < 100; i ++) + putchar(0x1b); + + /* + * Reset the printer... + */ + + fputs("\033@", stdout); + break; + + case ZEBRA_EPL_LINE : + break; + + case ZEBRA_EPL_PAGE : + break; + + case ZEBRA_ZPL : + break; + + case ZEBRA_CPCL : + break; + } +} + + +/* + * 'StartPage()' - Start a page of graphics. + */ + +void +StartPage(ppd_file_t *ppd, /* I - PPD file */ + cups_page_header_t *header) /* I - Page header */ +{ + ppd_choice_t *choice; /* Marked choice */ + int length; /* Actual label length */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Show page device dictionary... + */ + + fprintf(stderr, "DEBUG: StartPage...\n"); + fprintf(stderr, "DEBUG: MediaClass = \"%s\"\n", header->MediaClass); + fprintf(stderr, "DEBUG: MediaColor = \"%s\"\n", header->MediaColor); + fprintf(stderr, "DEBUG: MediaType = \"%s\"\n", header->MediaType); + fprintf(stderr, "DEBUG: OutputType = \"%s\"\n", header->OutputType); + + fprintf(stderr, "DEBUG: AdvanceDistance = %d\n", header->AdvanceDistance); + fprintf(stderr, "DEBUG: AdvanceMedia = %d\n", header->AdvanceMedia); + fprintf(stderr, "DEBUG: Collate = %d\n", header->Collate); + fprintf(stderr, "DEBUG: CutMedia = %d\n", header->CutMedia); + fprintf(stderr, "DEBUG: Duplex = %d\n", header->Duplex); + fprintf(stderr, "DEBUG: HWResolution = [ %d %d ]\n", header->HWResolution[0], + header->HWResolution[1]); + fprintf(stderr, "DEBUG: ImagingBoundingBox = [ %d %d %d %d ]\n", + header->ImagingBoundingBox[0], header->ImagingBoundingBox[1], + header->ImagingBoundingBox[2], header->ImagingBoundingBox[3]); + fprintf(stderr, "DEBUG: InsertSheet = %d\n", header->InsertSheet); + fprintf(stderr, "DEBUG: Jog = %d\n", header->Jog); + fprintf(stderr, "DEBUG: LeadingEdge = %d\n", header->LeadingEdge); + fprintf(stderr, "DEBUG: Margins = [ %d %d ]\n", header->Margins[0], + header->Margins[1]); + fprintf(stderr, "DEBUG: ManualFeed = %d\n", header->ManualFeed); + fprintf(stderr, "DEBUG: MediaPosition = %d\n", header->MediaPosition); + fprintf(stderr, "DEBUG: MediaWeight = %d\n", header->MediaWeight); + fprintf(stderr, "DEBUG: MirrorPrint = %d\n", header->MirrorPrint); + fprintf(stderr, "DEBUG: NegativePrint = %d\n", header->NegativePrint); + fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); + fprintf(stderr, "DEBUG: Orientation = %d\n", header->Orientation); + fprintf(stderr, "DEBUG: OutputFaceUp = %d\n", header->OutputFaceUp); + fprintf(stderr, "DEBUG: PageSize = [ %d %d ]\n", header->PageSize[0], + header->PageSize[1]); + fprintf(stderr, "DEBUG: Separations = %d\n", header->Separations); + fprintf(stderr, "DEBUG: TraySwitch = %d\n", header->TraySwitch); + fprintf(stderr, "DEBUG: Tumble = %d\n", header->Tumble); + fprintf(stderr, "DEBUG: cupsWidth = %d\n", header->cupsWidth); + fprintf(stderr, "DEBUG: cupsHeight = %d\n", header->cupsHeight); + fprintf(stderr, "DEBUG: cupsMediaType = %d\n", header->cupsMediaType); + fprintf(stderr, "DEBUG: cupsBitsPerColor = %d\n", header->cupsBitsPerColor); + fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel); + fprintf(stderr, "DEBUG: cupsBytesPerLine = %d\n", header->cupsBytesPerLine); + fprintf(stderr, "DEBUG: cupsColorOrder = %d\n", header->cupsColorOrder); + fprintf(stderr, "DEBUG: cupsColorSpace = %d\n", header->cupsColorSpace); + fprintf(stderr, "DEBUG: cupsCompression = %d\n", header->cupsCompression); + + /* + * Register a signal handler to eject the current page if the + * job is canceled. + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, CancelJob); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = CancelJob; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, CancelJob); +#endif /* HAVE_SIGSET */ + + switch (ModelNumber) + { + case DYMO_3x0 : + /* + * Setup printer/job attributes... + */ + + length = header->PageSize[1] * header->HWResolution[1] / 72; + + printf("\033L%c%c", length >> 8, length); + printf("\033D%c", header->cupsBytesPerLine); + + printf("\033%c", header->cupsCompression + 'c'); /* Darkness */ + break; + + case ZEBRA_EPL_LINE : + /* + * Set print rate... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL && + strcmp(choice->choice, "Default")) + printf("\033S%.0f", atof(choice->choice) * 2.0 - 2.0); + + /* + * Set darkness... + */ + + if (header->cupsCompression > 0 && header->cupsCompression <= 100) + printf("\033D%d", 7 * header->cupsCompression / 100); + + /* + * Set left margin to 0... + */ + + fputs("\033M01", stdout); + + /* + * Start buffered output... + */ + + fputs("\033B", stdout); + break; + + case ZEBRA_EPL_PAGE : + /* + * Start a new label... + */ + + puts(""); + puts("N"); + + /* + * Set hardware options... + */ + + if (!strcmp(header->MediaType, "Direct")) + puts("OD"); + + /* + * Set print rate... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL && + strcmp(choice->choice, "Default")) + { + float val = atof(choice->choice); + + if (val >= 3.0) + printf("S%.0f\n", val); + else + printf("S%.0f\n", val * 2.0 - 2.0); + } + + /* + * Set darkness... + */ + + if (header->cupsCompression > 0 && header->cupsCompression <= 100) + printf("D%d\n", 15 * header->cupsCompression / 100); + + /* + * Set label size... + */ + + printf("q%d\n", header->cupsWidth); + break; + + case ZEBRA_ZPL : + /* + * Set darkness... + */ + + if (header->cupsCompression > 0 && header->cupsCompression <= 100) + printf("~SD%02d\n", 30 * header->cupsCompression / 100); + + /* + * Start bitmap graphics... + */ + + printf("~DGR:CUPS.GRF,%d,%d,\n", + header->cupsHeight * header->cupsBytesPerLine, + header->cupsBytesPerLine); + + /* + * Allocate compression buffers... + */ + + CompBuffer = malloc(2 * header->cupsBytesPerLine + 1); + LastBuffer = malloc(header->cupsBytesPerLine); + LastSet = 0; + break; + + case ZEBRA_CPCL : + /* + * Start label... + */ + + printf("! 0 %u %u %u %u\r\n", header->HWResolution[0], + header->HWResolution[1], header->cupsHeight, + header->NumCopies); + printf("PAGE-WIDTH %d\r\n", header->cupsWidth); + printf("PAGE-HEIGHT %d\r\n", header->cupsWidth); + break; + } + + /* + * Allocate memory for a line of graphics... + */ + + Buffer = malloc(header->cupsBytesPerLine); + Feed = 0; +} + + +/* + * 'EndPage()' - Finish a page of graphics. + */ + +void +EndPage(ppd_file_t *ppd, /* I - PPD file */ + cups_page_header_t *header) /* I - Page header */ +{ + int val; /* Option value */ + ppd_choice_t *choice; /* Marked choice */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + switch (ModelNumber) + { + case DYMO_3x0 : + /* + * Eject the current page... + */ + + fputs("\033E", stdout); + break; + + case ZEBRA_EPL_LINE : + /* + * End buffered output, eject the label... + */ + + fputs("\033E\014", stdout); + break; + + case ZEBRA_EPL_PAGE : + /* + * Print the label... + */ + + puts("P1"); + break; + + case ZEBRA_ZPL : + if (Canceled) + { + /* + * Cancel bitmap download... + */ + + puts("~DN"); + break; + } + + /* + * Start label... + */ + + puts("^XA"); + + /* + * Set print rate... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL && + strcmp(choice->choice, "Default")) + { + val = atoi(choice->choice); + printf("^PR%d,%d,%d\n", val, val, val); + } + + /* + * Put label home in default position (0,0)... + */ + + printf("^LH0,0\n"); + + /* + * Set media tracking... + */ + + if (ppdIsMarked(ppd, "zeMediaTracking", "Continuous")) + { + /* + * Add label length command for continuous... + */ + + printf("^LL%d\n", header->cupsHeight); + printf("^MNN\n"); + } + else if (ppdIsMarked(ppd, "zeMediaTracking", "Web")) + printf("^MNY\n"); + else if (ppdIsMarked(ppd, "zeMediaTracking", "Mark")) + printf("^MNM\n"); + + /* + * Set label top + */ + + if (header->cupsRowStep != 200) + printf("^LT%u\n", header->cupsRowStep); + + /* + * Set media type... + */ + + if (!strcmp(header->MediaType, "Thermal")) + printf("^MTT\n"); + else if (!strcmp(header->MediaType, "Direct")) + printf("^MTD\n"); + + /* + * Set print mode... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "zePrintMode")) != NULL && + strcmp(choice->choice, "Saved")) + { + printf("^MM"); + + if (!strcmp(choice->choice, "Tear")) + printf("T,Y\n"); + else if (!strcmp(choice->choice, "Peel")) + printf("P,Y\n"); + else if (!strcmp(choice->choice, "Rewind")) + printf("R,Y\n"); + else if (!strcmp(choice->choice, "Applicator")) + printf("A,Y\n"); + else + printf("C,Y\n"); + } + + /* + * Set tear-off adjust position... + */ + + if (header->AdvanceDistance != 1000) + { + if ((int)header->AdvanceDistance < 0) + printf("~TA%04d\n", (int)header->AdvanceDistance); + else + printf("~TA%03d\n", (int)header->AdvanceDistance); + } + + /* + * Allow for reprinting after an error... + */ + + if (ppdIsMarked(ppd, "zeErrorReprint", "Always")) + printf("^JZY\n"); + else if (ppdIsMarked(ppd, "zeErrorReprint", "Never")) + printf("^JZN\n"); + + /* + * Print multiple copies + */ + + if (header->NumCopies > 1) + printf("^PQ%d, 0, 0, N\n", header->NumCopies); + + /* + * Display the label image... + */ + + puts("^FO0,0^XGR:CUPS.GRF,1,1^FS"); + + /* + * End the label and eject... + */ + + puts("^XZ"); + + /* + * Free compression buffers... + */ + + free(CompBuffer); + free(LastBuffer); + break; + + case ZEBRA_CPCL : + /* + * Set tear-off adjust position... + */ + + if (header->AdvanceDistance != 1000) + printf("PRESENT-AT %d 1\r\n", (int)header->AdvanceDistance); + + /* + * Allow for reprinting after an error... + */ + + if (ppdIsMarked(ppd, "zeErrorReprint", "Always")) + puts("ON-OUT-OF-PAPER WAIT\r"); + else if (ppdIsMarked(ppd, "zeErrorReprint", "Never")) + puts("ON-OUT-OF-PAPER PURGE\r"); + + /* + * Cut label? + */ + + if (header->CutMedia) + puts("CUT\r"); + + /* + * Set darkness... + */ + + if (header->cupsCompression > 0) + printf("TONE %u\r\n", 2 * header->cupsCompression); + + /* + * Set print rate... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "zePrintRate")) != NULL && + strcmp(choice->choice, "Default")) + { + val = atoi(choice->choice); + printf("SPEED %d\r\n", val); + } + + /* + * Print the label... + */ + + if ((choice = ppdFindMarkedChoice(ppd, "zeMediaTracking")) == NULL || + strcmp(choice->choice, "Continuous")) + puts("FORM\r"); + + puts("PRINT\r"); + break; + } + + fflush(stdout); + + /* + * Unregister the signal handler... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGTERM, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGTERM, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Free memory... + */ + + free(Buffer); +} + + +/* + * 'CancelJob()' - Cancel the current job... + */ + +void +CancelJob(int sig) /* I - Signal */ +{ + /* + * Tell the main loop to stop... + */ + + (void)sig; + + Canceled = 1; +} + + +/* + * 'OutputLine()' - Output a line of graphics... + */ + +void +OutputLine(ppd_file_t *ppd, /* I - PPD file */ + cups_page_header_t *header, /* I - Page header */ + int y) /* I - Line number */ +{ + int i; /* Looping var */ + unsigned char *ptr; /* Pointer into buffer */ + unsigned char *compptr; /* Pointer into compression buffer */ + char repeat_char; /* Repeated character */ + int repeat_count; /* Number of repeated characters */ + static const char *hex = "0123456789ABCDEF"; + /* Hex digits */ + + + switch (ModelNumber) + { + case DYMO_3x0 : + /* + * See if the line is blank; if not, write it to the printer... + */ + + if (Buffer[0] || + memcmp(Buffer, Buffer + 1, header->cupsBytesPerLine - 1)) + { + if (Feed) + { + while (Feed > 255) + { + printf("\033f\001%c", 255); + Feed -= 255; + } + + printf("\033f\001%c", Feed); + Feed = 0; + } + + putchar(0x16); + fwrite(Buffer, header->cupsBytesPerLine, 1, stdout); + fflush(stdout); + +#ifdef __sgi + /* + * This hack works around a bug in the IRIX serial port driver when + * run at high baud rates (e.g. 115200 baud)... This results in + * slightly slower label printing, but at least the labels come + * out properly. + */ + + sginap(1); +#endif /* __sgi */ + } + else + Feed ++; + break; + + case ZEBRA_EPL_LINE : + printf("\033g%03d", header->cupsBytesPerLine); + fwrite(Buffer, 1, header->cupsBytesPerLine, stdout); + fflush(stdout); + break; + + case ZEBRA_EPL_PAGE : + if (Buffer[0] || memcmp(Buffer, Buffer + 1, header->cupsBytesPerLine)) + { + printf("GW0,%d,%d,1\n", y, header->cupsBytesPerLine); + for (i = header->cupsBytesPerLine, ptr = Buffer; i > 0; i --, ptr ++) + putchar(~*ptr); + putchar('\n'); + fflush(stdout); + } + break; + + case ZEBRA_ZPL : + /* + * Determine if this row is the same as the previous line. + * If so, output a ':' and return... + */ + + if (LastSet) + { + if (!memcmp(Buffer, LastBuffer, header->cupsBytesPerLine)) + { + putchar(':'); + return; + } + } + + /* + * Convert the line to hex digits... + */ + + for (ptr = Buffer, compptr = CompBuffer, i = header->cupsBytesPerLine; + i > 0; + i --, ptr ++) + { + *compptr++ = hex[*ptr >> 4]; + *compptr++ = hex[*ptr & 15]; + } + + *compptr = '\0'; + + /* + * Run-length compress the graphics... + */ + + for (compptr = CompBuffer + 1, repeat_char = CompBuffer[0], repeat_count = 1; + *compptr; + compptr ++) + if (*compptr == repeat_char) + repeat_count ++; + else + { + ZPLCompress(repeat_char, repeat_count); + repeat_char = *compptr; + repeat_count = 1; + } + + if (repeat_char == '0') + { + /* + * Handle 0's on the end of the line... + */ + + if (repeat_count & 1) + { + repeat_count --; + putchar('0'); + } + + if (repeat_count > 0) + putchar(','); + } + else + ZPLCompress(repeat_char, repeat_count); + + fflush(stdout); + + /* + * Save this line for the next round... + */ + + memcpy(LastBuffer, Buffer, header->cupsBytesPerLine); + LastSet = 1; + break; + + case ZEBRA_CPCL : + if (Buffer[0] || memcmp(Buffer, Buffer + 1, header->cupsBytesPerLine)) + { + printf("CG %u 1 0 %d ", header->cupsBytesPerLine, y); + fwrite(Buffer, 1, header->cupsBytesPerLine, stdout); + puts("\r"); + fflush(stdout); + } + break; + } +} + + +/* + * 'ZPLCompress()' - Output a run-length compression sequence. + */ + +void +ZPLCompress(char repeat_char, /* I - Character to repeat */ + int repeat_count) /* I - Number of repeated characters */ +{ + if (repeat_count > 1) + { + /* + * Print as many z's as possible - they are the largest denomination + * representing 400 characters (zC stands for 400 adjacent C's) + */ + + while (repeat_count >= 400) + { + putchar('z'); + repeat_count -= 400; + } + + /* + * Then print 'g' through 'y' as multiples of 20 characters... + */ + + if (repeat_count >= 20) + { + putchar('f' + repeat_count / 20); + repeat_count %= 20; + } + + /* + * Finally, print 'G' through 'Y' as 1 through 19 characters... + */ + + if (repeat_count > 0) + putchar('F' + repeat_count); + } + + /* + * Then the character to be repeated... + */ + + putchar(repeat_char); +} + + +/* + * 'main()' - Main entry and processing of driver. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int fd; /* File descriptor */ + cups_raster_t *ras; /* Raster stream for printing */ + cups_page_header_t header; /* Page header from file */ + int y; /* Current line */ + ppd_file_t *ppd; /* PPD file */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + /* + * We don't have the correct number of arguments; write an error message + * and return. + */ + + fputs("ERROR: rastertolabel job-id user title copies options [file]\n", stderr); + return (1); + } + + /* + * Open the page stream... + */ + + if (argc == 7) + { + if ((fd = open(argv[6], O_RDONLY)) == -1) + { + perror("ERROR: Unable to open raster file - "); + sleep(1); + return (1); + } + } + else + fd = 0; + + ras = cupsRasterOpen(fd, CUPS_RASTER_READ); + + /* + * Open the PPD file and apply options... + */ + + num_options = cupsParseOptions(argv[5], 0, &options); + + if ((ppd = ppdOpenFile(getenv("PPD"))) != NULL) + { + ppdMarkDefaults(ppd); + cupsMarkOptions(ppd, num_options, options); + } + + /* + * Initialize the print device... + */ + + Setup(ppd); + + /* + * Process pages as needed... + */ + + Page = 0; + Canceled = 0; + + while (cupsRasterReadHeader(ras, &header)) + { + /* + * Write a status message with the page number and number of copies. + */ + + Page ++; + + fprintf(stderr, "PAGE: %d 1\n", Page); + + /* + * Start the page... + */ + + StartPage(ppd, &header); + + /* + * Loop for each line on the page... + */ + + for (y = 0; y < header.cupsHeight && !Canceled; y ++) + { + /* + * Let the user know how far we have progressed... + */ + + if ((y & 15) == 0) + fprintf(stderr, "INFO: Printing page %d, %d%% complete...\n", Page, + 100 * y / header.cupsHeight); + + /* + * Read a line of graphics... + */ + + if (cupsRasterReadPixels(ras, Buffer, header.cupsBytesPerLine) < 1) + break; + + /* + * Write it to the printer... + */ + + OutputLine(ppd, &header, y); + } + + /* + * Eject the page... + */ + + EndPage(ppd, &header); + + if (Canceled) + break; + } + + /* + * Close the raster stream... + */ + + cupsRasterClose(ras); + if (fd != 0) + close(fd); + + /* + * Close the PPD file and free the options... + */ + + ppdClose(ppd); + cupsFreeOptions(num_options, options); + + /* + * If no pages were printed, send an error message... + */ + + if (Page == 0) + fputs("ERROR: No pages found!\n", stderr); + else + fputs("INFO: Ready to print.\n", stderr); + + return (Page == 0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/testimage.c b/filter/testimage.c new file mode 100644 index 0000000000..186ad15185 --- /dev/null +++ b/filter/testimage.c @@ -0,0 +1,108 @@ +/* + * "$Id$" + * + * Image library test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry... + */ + +/* + * Include necessary headers... + */ + +#include "image.h" + + +/* + * 'main()' - Main entry... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + cups_image_t *img; /* Image to print */ + cups_icspace_t primary; /* Primary image colorspace */ + FILE *out; /* Output PPM/PGM file */ + cups_ib_t *line; /* Line from file */ + int y, /* Current line */ + width, /* Width of image */ + height, /* Height of image */ + depth; /* Depth of image */ + + + if (argc != 3) + { + puts("Usage: testimage filename.ext filename.[ppm|pgm]"); + return (1); + } + + if (strstr(argv[2], ".ppm") != NULL) + primary = CUPS_IMAGE_RGB; + else + primary = CUPS_IMAGE_WHITE; + + img = cupsImageOpen(argv[1], primary, CUPS_IMAGE_WHITE, 100, 0, NULL); + + if (!img) + { + perror(argv[1]); + return (1); + } + + out = fopen(argv[2], "wb"); + + if (!out) + { + perror(argv[2]); + cupsImageClose(img); + return (1); + } + + width = cupsImageGetWidth(img); + height = cupsImageGetHeight(img); + depth = cupsImageGetDepth(img); + line = calloc(width, depth); + + fprintf(out, "P%d\n%d\n%d\n255\n", + cupsImageGetColorSpace(img) == CUPS_IMAGE_WHITE ? 5 : 6, + width, height); + + for (y = 0; y < height; y ++) + { + cupsImageGetRow(img, 0, y, width, line); + fwrite(line, width, depth, out); + } + + cupsImageClose(img); + fclose(out); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/testraster.c b/filter/testraster.c new file mode 100644 index 0000000000..d8edfec1e9 --- /dev/null +++ b/filter/testraster.c @@ -0,0 +1,939 @@ +/* + * "$Id$" + * + * Raster test program routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights for the CUPS Raster source + * files are outlined in the GNU Library General Public License, located + * in the "pstoraster" directory. If this file is missing or damaged + * please contact Easy Software Products at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This code and any derivative of it may be used and distributed + * freely under the terms of the GNU General Public License when + * used with GNU Ghostscript or its derivatives. Use of the code + * (or any derivative of it) with software other than GNU + * GhostScript (or its derivatives) is governed by the CUPS license + * agreement. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Test the raster functions. + * print_changes() - Print differences in the page header. + */ + +/* + * Include necessary headers... + */ + +#include "image-private.h" +#include +#include + + +/* + * Test PS commands and header... + */ + +static const char *test_code = +"<<" +"/MediaClass(Media Class)" +"/MediaColor((Media Color))" +"/MediaType(Media\\\\Type)" +"/OutputType<416263>" +"/AdvanceDistance 1000" +"/AdvanceMedia 1" +"/Collate false" +"/CutMedia 2" +"/Duplex true" +"/HWResolution[100 200]" +"/InsertSheet true" +"/Jog 3" +"/LeadingEdge 1" +"/ManualFeed true" +"/MediaPosition 8#777" +"/MediaWeight 16#fe01" +"/MirrorPrint true" +"/NegativePrint true" +"/NumCopies 1" +"/Orientation 1" +"/OutputFaceUp true" +"/PageSize[612 792.1]" +"/Separations true" +"/TraySwitch true" +"/Tumble true" +"/cupsMediaType 2" +"/cupsColorOrder 1" +"/cupsColorSpace 1" +"/cupsCompression 1" +"/cupsRowCount 1" +"/cupsRowFeed 1" +"/cupsRowStep 1" +"/cupsBorderlessScalingFactor 1.001" +"/cupsInteger0 1" +"/cupsInteger1 2" +"/cupsInteger2 3" +"/cupsInteger3 4" +"/cupsInteger4 5" +"/cupsInteger5 6" +"/cupsInteger6 7" +"/cupsInteger7 8" +"/cupsInteger8 9" +"/cupsInteger9 10" +"/cupsInteger10 11" +"/cupsInteger11 12" +"/cupsInteger12 13" +"/cupsInteger13 14" +"/cupsInteger14 15" +"/cupsInteger15 16" +"/cupsReal0 1.1" +"/cupsReal1 2.1" +"/cupsReal2 3.1" +"/cupsReal3 4.1" +"/cupsReal4 5.1" +"/cupsReal5 6.1" +"/cupsReal6 7.1" +"/cupsReal7 8.1" +"/cupsReal8 9.1" +"/cupsReal9 10.1" +"/cupsReal10 11.1" +"/cupsReal11 12.1" +"/cupsReal12 13.1" +"/cupsReal13 14.1" +"/cupsReal14 15.1" +"/cupsReal15 16.1" +"/cupsString0(1)" +"/cupsString1(2)" +"/cupsString2(3)" +"/cupsString3(4)" +"/cupsString4(5)" +"/cupsString5(6)" +"/cupsString6(7)" +"/cupsString7(8)" +"/cupsString8(9)" +"/cupsString9(10)" +"/cupsString10(11)" +"/cupsString11(12)" +"/cupsString12(13)" +"/cupsString13(14)" +"/cupsString14(15)" +"/cupsString15(16)" +"/cupsMarkerType(Marker Type)" +"/cupsRenderingIntent(Rendering Intent)" +"/cupsPageSizeName(Letter)" +"/cupsPreferredBitsPerColor 17" +">> setpagedevice"; + +static cups_page_header2_t test_header = +{ + "Media Class", /* MediaClass */ + "(Media Color)", /* MediaColor */ + "Media\\Type", /* MediaType */ + "Abc", /* OutputType */ + 1000, /* AdvanceDistance */ + CUPS_ADVANCE_FILE, /* AdvanceMedia */ + CUPS_FALSE, /* Collate */ + CUPS_CUT_JOB, /* CutMedia */ + CUPS_TRUE, /* Duplex */ + { 100, 200 }, /* HWResolution */ + { 0, 0, 0, 0 }, /* ImagingBoundingBox */ + CUPS_TRUE, /* InsertSheet */ + CUPS_JOG_SET, /* Jog */ + CUPS_EDGE_RIGHT, /* LeadingEdge */ + { 0, 0 }, /* Margins */ + CUPS_TRUE, /* ManualFeed */ + 0777, /* MediaPosition */ + 0xfe01, /* MediaWeight */ + CUPS_TRUE, /* MirrorPrint */ + CUPS_TRUE, /* NegativePrint */ + 1, /* NumCopies */ + CUPS_ORIENT_90, /* Orientation */ + CUPS_TRUE, /* OutputFaceUp */ + { 612, 792 }, /* PageSize */ + CUPS_TRUE, /* Separations */ + CUPS_TRUE, /* TraySwitch */ + CUPS_TRUE, /* Tumble */ + 0, /* cupsWidth */ + 0, /* cupsHeight */ + 2, /* cupsMediaType */ + 0, /* cupsBitsPerColor */ + 0, /* cupsBitsPerPixel */ + 0, /* cupsBytesPerLine */ + CUPS_ORDER_BANDED, /* cupsColorOrder */ + CUPS_CSPACE_RGB, /* cupsColorSpace */ + 1, /* cupsCompression */ + 1, /* cupsRowCount */ + 1, /* cupsRowFeed */ + 1, /* cupsRowStep */ + 0, /* cupsNumColors */ + 1.001, /* cupsBorderlessScalingFactor */ + { 612.0, 792.1 }, /* cupsPageSize */ + { 0.0, 0.0, 0.0, 0.0 }, /* cupsImagingBBox */ + { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }, + /* cupsInteger[16] */ + { 1.1, 2.1, 3.1, 4.1, 5.1, 6.1, 7.1, 8.1, 9.1, 10.1, 11.1, 12.1, 13.1, + 14.1, 15.1, 16.1 }, /* cupsReal[16] */ + { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", + "14", "15", "16" }, /* cupsString[16] */ + "Marker Type", /* cupsMarkerType */ + "Rendering Intent", /* cupsRenderingIntent */ + "Letter" /* cupsPageSizeName */ +}; + + +/* + * Local functions... + */ + +static void print_changes(cups_page_header2_t *header, + cups_page_header2_t *expected); + + +/* + * 'main()' - Test the raster functions. + */ + +int /* O - Exit status */ +main(void) +{ + int page, x, y; /* Looping vars */ + FILE *fp; /* Raster file */ + cups_raster_t *r; /* Raster stream */ + cups_page_header2_t header, /* Page header */ + expected; /* Expected page header */ + unsigned char data[2048]; /* Raster data */ + int preferred_bits; /* Preferred bits */ + int errors; /* Number of errors */ + + + errors = 0; + + /* + * Test PS exec code... + */ + + fputs("_cupsRasterExecPS(\"setpagedevice\"): ", stdout); + fflush(stdout); + + memset(&header, 0, sizeof(header)); + header.Collate = CUPS_TRUE; + preferred_bits = 0; + + if (_cupsRasterExecPS(&header, &preferred_bits, test_code)) + { + puts("FAIL (error from function)"); + errors ++; + } + else if (preferred_bits != 17 || memcmp(&header, &test_header, sizeof(header))) + { + puts("FAIL (bad header)"); + + if (preferred_bits != 17) + printf(" cupsPreferredBitsPerColor %d, expected 17\n", + preferred_bits); + + print_changes(&test_header, &header); + errors ++; + } + else + puts("PASS"); + + fputs("_cupsRasterExecPS(\"roll\"): ", stdout); + fflush(stdout); + + if (_cupsRasterExecPS(&header, &preferred_bits, + "792 612 0 0 0\n" + "pop pop pop\n" + "<>" + "setpagedevice\n")) + { + puts("FAIL (error from function)"); + errors ++; + } + else if (header.PageSize[0] != 792 || header.PageSize[1] != 612) + { + printf("FAIL (PageSize [%d %d], expected [792 612])\n", header.PageSize[0], + header.PageSize[1]); + errors ++; + } + else + puts("PASS"); + + fputs("_cupsRasterExecPS(\"dup index\"): ", stdout); + fflush(stdout); + + if (_cupsRasterExecPS(&header, &preferred_bits, + "true false dup\n" + "<>setpagedevice\n" + "pop pop pop")) + { + puts("FAIL (error from function)"); + errors ++; + } + else + { + if (!header.Collate) + { + printf("FAIL (Collate false, expected true)\n"); + errors ++; + } + + if (header.Duplex) + { + printf("FAIL (Duplex true, expected false)\n"); + errors ++; + } + + if (header.Tumble) + { + printf("FAIL (Tumble true, expected false)\n"); + errors ++; + } + + if(header.Collate && !header.Duplex && !header.Tumble) + puts("PASS"); + } + +#if 0 + fputs("_cupsRasterExecPS(\"\"): ", stdout); + fflush(stdout); + + if (_cupsRasterExecPS(&header, &preferred_bits, + "")) + { + puts("FAIL (error from function)"); + errors ++; + } + else if (header.) + { + printf("FAIL ()\n"); + errors ++; + } + else + puts("PASS"); + + fputs("_cupsRasterExecPS(\"\"): ", stdout); + fflush(stdout); + + if (_cupsRasterExecPS(&header, &preferred_bits, + "")) + { + puts("FAIL (error from function)"); + errors ++; + } + else if (header.) + { + printf("FAIL ()\n"); + errors ++; + } + else + puts("PASS"); + + fputs("_cupsRasterExecPS(\"\"): ", stdout); + fflush(stdout); + + if (_cupsRasterExecPS(&header, &preferred_bits, + "")) + { + puts("FAIL (error from function)"); + errors ++; + } + else if (header.) + { + printf("FAIL ()\n"); + errors ++; + } + else + puts("PASS"); + + fputs("_cupsRasterExecPS(\"\"): ", stdout); + fflush(stdout); + + if (_cupsRasterExecPS(&header, &preferred_bits, + "")) + { + puts("FAIL (error from function)"); + errors ++; + } + else if (header.) + { + printf("FAIL ()\n"); + errors ++; + } + else + puts("PASS"); + + fputs("_cupsRasterExecPS(\"\"): ", stdout); + fflush(stdout); + + if (_cupsRasterExecPS(&header, &preferred_bits, + "")) + { + puts("FAIL (error from function)"); + errors ++; + } + else if (header.) + { + printf("FAIL ()\n"); + errors ++; + } + else + puts("PASS"); +#endif /* 0 */ + + /* + * Test writing... + */ + + fputs("cupsRasterOpen(CUPS_RASTER_WRITE): ", stdout); + fflush(stdout); + + if ((fp = fopen("test.raster", "wb")) == NULL) + { + printf("FAIL (%s)\n", strerror(errno)); + return (1); + } + + if ((r = cupsRasterOpen(fileno(fp), CUPS_RASTER_WRITE)) == NULL) + { + printf("FAIL (%s)\n", strerror(errno)); + fclose(fp); + return (1); + } + + puts("PASS"); + + for (page = 0; page < 4; page ++) + { + memset(&header, 0, sizeof(header)); + header.cupsWidth = 256; + header.cupsHeight = 256; + header.cupsBytesPerLine = 256; + + if (page & 1) + { + header.cupsBytesPerLine *= 2; + header.cupsColorSpace = CUPS_CSPACE_CMYK; + header.cupsColorOrder = CUPS_ORDER_CHUNKED; + header.cupsNumColors = 4; + } + else + { + header.cupsColorSpace = CUPS_CSPACE_K; + header.cupsColorOrder = CUPS_ORDER_BANDED; + header.cupsNumColors = 1; + } + + if (page & 2) + { + header.cupsBytesPerLine *= 2; + header.cupsBitsPerColor = 16; + header.cupsBitsPerPixel = (page & 1) ? 64 : 16; + } + else + { + header.cupsBitsPerColor = 8; + header.cupsBitsPerPixel = (page & 1) ? 32 : 8; + } + + if (cupsRasterWriteHeader2(r, &header)) + puts("cupsRasterWriteHeader2: PASS"); + else + { + puts("cupsRasterWriteHeader2: FAIL"); + errors ++; + } + + fputs("cupsRasterWritePixels: ", stdout); + fflush(stdout); + + memset(data, 0, header.cupsBytesPerLine); + for (y = 0; y < 64; y ++) + if (!cupsRasterWritePixels(r, data, header.cupsBytesPerLine)) + break; + + if (y < 64) + { + puts("FAIL"); + errors ++; + } + else + { + for (x = 0; x < header.cupsBytesPerLine; x ++) + data[x] = x; + + for (y = 0; y < 64; y ++) + if (!cupsRasterWritePixels(r, data, header.cupsBytesPerLine)) + break; + + if (y < 64) + { + puts("FAIL"); + errors ++; + } + else + { + memset(data, 255, header.cupsBytesPerLine); + for (y = 0; y < 64; y ++) + if (!cupsRasterWritePixels(r, data, header.cupsBytesPerLine)) + break; + + if (y < 64) + { + puts("FAIL"); + errors ++; + } + else + { + for (x = 0; x < header.cupsBytesPerLine; x ++) + data[x] = x / 4; + + for (y = 0; y < 64; y ++) + if (!cupsRasterWritePixels(r, data, header.cupsBytesPerLine)) + break; + + if (y < 64) + { + puts("FAIL"); + errors ++; + } + else + puts("PASS"); + } + } + } + } + + cupsRasterClose(r); + fclose(fp); + + /* + * Test reading... + */ + + fputs("cupsRasterOpen(CUPS_RASTER_READ): ", stdout); + fflush(stdout); + + if ((fp = fopen("test.raster", "rb")) == NULL) + { + printf("FAIL (%s)\n", strerror(errno)); + return (1); + } + + if ((r = cupsRasterOpen(fileno(fp), CUPS_RASTER_READ)) == NULL) + { + printf("FAIL (%s)\n", strerror(errno)); + fclose(fp); + return (1); + } + + puts("PASS"); + + for (page = 0; page < 4; page ++) + { + memset(&expected, 0, sizeof(expected)); + expected.cupsWidth = 256; + expected.cupsHeight = 256; + expected.cupsBytesPerLine = 256; + + if (page & 1) + { + expected.cupsBytesPerLine *= 2; + expected.cupsColorSpace = CUPS_CSPACE_CMYK; + expected.cupsColorOrder = CUPS_ORDER_CHUNKED; + expected.cupsNumColors = 4; + } + else + { + expected.cupsColorSpace = CUPS_CSPACE_K; + expected.cupsColorOrder = CUPS_ORDER_BANDED; + expected.cupsNumColors = 1; + } + + if (page & 2) + { + expected.cupsBytesPerLine *= 2; + expected.cupsBitsPerColor = 16; + expected.cupsBitsPerPixel = (page & 1) ? 64 : 16; + } + else + { + expected.cupsBitsPerColor = 8; + expected.cupsBitsPerPixel = (page & 1) ? 32 : 8; + } + + fputs("cupsRasterReadHeader2: ", stdout); + fflush(stdout); + + if (!cupsRasterReadHeader2(r, &header)) + { + puts("FAIL (read error)"); + errors ++; + break; + } + + if (memcmp(&header, &expected, sizeof(header))) + { + puts("FAIL (bad page header)"); + errors ++; + print_changes(&header, &expected); + } + + fputs("cupsRasterReadPixels: ", stdout); + fflush(stdout); + + for (y = 0; y < 64; y ++) + { + if (!cupsRasterReadPixels(r, data, header.cupsBytesPerLine)) + { + puts("FAIL (read error)"); + errors ++; + break; + } + + if (data[0] != 0 || memcmp(data, data + 1, header.cupsBytesPerLine - 1)) + { + printf("FAIL (raster line %d corrupt)\n", y); + errors ++; + break; + } + } + + if (y == 64) + { + for (y = 0; y < 64; y ++) + { + if (!cupsRasterReadPixels(r, data, header.cupsBytesPerLine)) + { + puts("FAIL (read error)"); + errors ++; + break; + } + + for (x = 0; x < header.cupsBytesPerLine; x ++) + if (data[x] != (x & 255)) + break; + + if (x < header.cupsBytesPerLine) + { + printf("FAIL (raster line %d corrupt)\n", y + 64); + errors ++; + break; + } + } + + if (y == 64) + { + for (y = 0; y < 64; y ++) + { + if (!cupsRasterReadPixels(r, data, header.cupsBytesPerLine)) + { + puts("FAIL (read error)"); + errors ++; + break; + } + + if (data[0] != 255 || memcmp(data, data + 1, header.cupsBytesPerLine - 1)) + { + printf("fail (raster line %d corrupt)\n", y + 128); + errors ++; + break; + } + } + + if (y == 64) + { + for (y = 0; y < 64; y ++) + { + if (!cupsRasterReadPixels(r, data, header.cupsBytesPerLine)) + { + puts("FAIL (read error)"); + errors ++; + break; + } + + for (x = 0; x < header.cupsBytesPerLine; x ++) + if (data[x] != ((x / 4) & 255)) + break; + + if (x < header.cupsBytesPerLine) + { + printf("FAIL (raster line %d corrupt)\n", y + 192); + errors ++; + break; + } + } + + if (y == 64) + puts("PASS"); + } + } + } + } + + cupsRasterClose(r); + fclose(fp); + + return (errors > 0); +} + + + +/* + * 'print_changes()' - Print differences in the page header. + */ + +static void +print_changes( + cups_page_header2_t *header, /* I - Actual page header */ + cups_page_header2_t *expected) /* I - Expected page header */ +{ + int i; /* Looping var */ + + + if (strcmp(header->MediaClass, expected->MediaClass)) + printf(" MediaClass (%s), expected (%s)\n", header->MediaClass, + expected->MediaClass); + + if (strcmp(header->MediaColor, expected->MediaColor)) + printf(" MediaColor (%s), expected (%s)\n", header->MediaColor, + expected->MediaColor); + + if (strcmp(header->MediaType, expected->MediaType)) + printf(" MediaType (%s), expected (%s)\n", header->MediaType, + expected->MediaType); + + if (strcmp(header->OutputType, expected->OutputType)) + printf(" OutputType (%s), expected (%s)\n", header->OutputType, + expected->OutputType); + + if (header->AdvanceDistance != expected->AdvanceDistance) + printf(" AdvanceDistance %d, expected %d\n", header->AdvanceDistance, + expected->AdvanceDistance); + + if (header->AdvanceMedia != expected->AdvanceMedia) + printf(" AdvanceMedia %d, expected %d\n", header->AdvanceMedia, + expected->AdvanceMedia); + + if (header->Collate != expected->Collate) + printf(" Collate %d, expected %d\n", header->Collate, + expected->Collate); + + if (header->CutMedia != expected->CutMedia) + printf(" CutMedia %d, expected %d\n", header->CutMedia, + expected->CutMedia); + + if (header->Duplex != expected->Duplex) + printf(" Duplex %d, expected %d\n", header->Duplex, + expected->Duplex); + + if (header->HWResolution[0] != expected->HWResolution[0] || + header->HWResolution[1] != expected->HWResolution[1]) + printf(" HWResolution [%d %d], expected [%d %d]\n", + header->HWResolution[0], header->HWResolution[1], + expected->HWResolution[0], expected->HWResolution[1]); + + if (memcmp(header->ImagingBoundingBox, expected->ImagingBoundingBox, + sizeof(header->ImagingBoundingBox))) + printf(" ImagingBoundingBox [%d %d %d %d], expected [%d %d %d %d]\n", + header->ImagingBoundingBox[0], + header->ImagingBoundingBox[1], + header->ImagingBoundingBox[2], + header->ImagingBoundingBox[3], + expected->ImagingBoundingBox[0], + expected->ImagingBoundingBox[1], + expected->ImagingBoundingBox[2], + expected->ImagingBoundingBox[3]); + + if (header->InsertSheet != expected->InsertSheet) + printf(" InsertSheet %d, expected %d\n", header->InsertSheet, + expected->InsertSheet); + + if (header->Jog != expected->Jog) + printf(" Jog %d, expected %d\n", header->Jog, + expected->Jog); + + if (header->LeadingEdge != expected->LeadingEdge) + printf(" LeadingEdge %d, expected %d\n", header->LeadingEdge, + expected->LeadingEdge); + + if (header->Margins[0] != expected->Margins[0] || + header->Margins[1] != expected->Margins[1]) + printf(" Margins [%d %d], expected [%d %d]\n", + header->Margins[0], header->Margins[1], + expected->Margins[0], expected->Margins[1]); + + if (header->ManualFeed != expected->ManualFeed) + printf(" ManualFeed %d, expected %d\n", header->ManualFeed, + expected->ManualFeed); + + if (header->MediaPosition != expected->MediaPosition) + printf(" MediaPosition %d, expected %d\n", header->MediaPosition, + expected->MediaPosition); + + if (header->MediaWeight != expected->MediaWeight) + printf(" MediaWeight %d, expected %d\n", header->MediaWeight, + expected->MediaWeight); + + if (header->MirrorPrint != expected->MirrorPrint) + printf(" MirrorPrint %d, expected %d\n", header->MirrorPrint, + expected->MirrorPrint); + + if (header->NegativePrint != expected->NegativePrint) + printf(" NegativePrint %d, expected %d\n", header->NegativePrint, + expected->NegativePrint); + + if (header->NumCopies != expected->NumCopies) + printf(" NumCopies %d, expected %d\n", header->NumCopies, + expected->NumCopies); + + if (header->Orientation != expected->Orientation) + printf(" Orientation %d, expected %d\n", header->Orientation, + expected->Orientation); + + if (header->OutputFaceUp != expected->OutputFaceUp) + printf(" OutputFaceUp %d, expected %d\n", header->OutputFaceUp, + expected->OutputFaceUp); + + if (header->PageSize[0] != expected->PageSize[0] || + header->PageSize[1] != expected->PageSize[1]) + printf(" PageSize [%d %d], expected [%d %d]\n", + header->PageSize[0], header->PageSize[1], + expected->PageSize[0], expected->PageSize[1]); + + if (header->Separations != expected->Separations) + printf(" Separations %d, expected %d\n", header->Separations, + expected->Separations); + + if (header->TraySwitch != expected->TraySwitch) + printf(" TraySwitch %d, expected %d\n", header->TraySwitch, + expected->TraySwitch); + + if (header->Tumble != expected->Tumble) + printf(" Tumble %d, expected %d\n", header->Tumble, + expected->Tumble); + + if (header->cupsWidth != expected->cupsWidth) + printf(" cupsWidth %d, expected %d\n", header->cupsWidth, + expected->cupsWidth); + + if (header->cupsHeight != expected->cupsHeight) + printf(" cupsHeight %d, expected %d\n", header->cupsHeight, + expected->cupsHeight); + + if (header->cupsMediaType != expected->cupsMediaType) + printf(" cupsMediaType %d, expected %d\n", header->cupsMediaType, + expected->cupsMediaType); + + if (header->cupsBitsPerColor != expected->cupsBitsPerColor) + printf(" cupsBitsPerColor %d, expected %d\n", header->cupsBitsPerColor, + expected->cupsBitsPerColor); + + if (header->cupsBitsPerPixel != expected->cupsBitsPerPixel) + printf(" cupsBitsPerPixel %d, expected %d\n", header->cupsBitsPerPixel, + expected->cupsBitsPerPixel); + + if (header->cupsBytesPerLine != expected->cupsBytesPerLine) + printf(" cupsBytesPerLine %d, expected %d\n", header->cupsBytesPerLine, + expected->cupsBytesPerLine); + + if (header->cupsColorOrder != expected->cupsColorOrder) + printf(" cupsColorOrder %d, expected %d\n", header->cupsColorOrder, + expected->cupsColorOrder); + + if (header->cupsColorSpace != expected->cupsColorSpace) + printf(" cupsColorSpace %d, expected %d\n", header->cupsColorSpace, + expected->cupsColorSpace); + + if (header->cupsCompression != expected->cupsCompression) + printf(" cupsCompression %d, expected %d\n", header->cupsCompression, + expected->cupsCompression); + + if (header->cupsRowCount != expected->cupsRowCount) + printf(" cupsRowCount %d, expected %d\n", header->cupsRowCount, + expected->cupsRowCount); + + if (header->cupsRowFeed != expected->cupsRowFeed) + printf(" cupsRowFeed %d, expected %d\n", header->cupsRowFeed, + expected->cupsRowFeed); + + if (header->cupsRowStep != expected->cupsRowStep) + printf(" cupsRowStep %d, expected %d\n", header->cupsRowStep, + expected->cupsRowStep); + + if (header->cupsNumColors != expected->cupsNumColors) + printf(" cupsNumColors %d, expected %d\n", header->cupsNumColors, + expected->cupsNumColors); + + if (header->cupsBorderlessScalingFactor != + expected->cupsBorderlessScalingFactor) + printf(" cupsBorderlessScalingFactor %g, expected %g\n", + header->cupsBorderlessScalingFactor, + expected->cupsBorderlessScalingFactor); + + if (header->cupsPageSize[0] != expected->cupsPageSize[0] || + header->cupsPageSize[1] != expected->cupsPageSize[1]) + printf(" cupsPageSize [%g %g], expected [%g %g]\n", + header->cupsPageSize[0], header->cupsPageSize[1], + expected->cupsPageSize[0], expected->cupsPageSize[1]); + + if (header->cupsImagingBBox[0] != expected->cupsImagingBBox[0] || + header->cupsImagingBBox[1] != expected->cupsImagingBBox[1] || + header->cupsImagingBBox[2] != expected->cupsImagingBBox[2] || + header->cupsImagingBBox[3] != expected->cupsImagingBBox[3]) + printf(" cupsImagingBBox [%g %g %g %g], expected [%g %g %g %g]\n", + header->cupsImagingBBox[0], header->cupsImagingBBox[1], + header->cupsImagingBBox[2], header->cupsImagingBBox[3], + expected->cupsImagingBBox[0], expected->cupsImagingBBox[1], + expected->cupsImagingBBox[2], expected->cupsImagingBBox[3]); + + for (i = 0; i < 16; i ++) + if (header->cupsInteger[i] != expected->cupsInteger[i]) + printf(" cupsInteger%d %d, expected %d\n", i, header->cupsInteger[i], + expected->cupsInteger[i]); + + for (i = 0; i < 16; i ++) + if (header->cupsReal[i] != expected->cupsReal[i]) + printf(" cupsReal%d %g, expected %g\n", i, header->cupsReal[i], + expected->cupsReal[i]); + + for (i = 0; i < 16; i ++) + if (strcmp(header->cupsString[i], expected->cupsString[i])) + printf(" cupsString%d (%s), expected (%s)\n", i, + header->cupsString[i], expected->cupsString[i]); + + if (strcmp(header->cupsMarkerType, expected->cupsMarkerType)) + printf(" cupsMarkerType (%s), expected (%s)\n", header->cupsMarkerType, + expected->cupsMarkerType); + + if (strcmp(header->cupsRenderingIntent, expected->cupsRenderingIntent)) + printf(" cupsRenderingIntent (%s), expected (%s)\n", + header->cupsRenderingIntent, + expected->cupsRenderingIntent); + + if (strcmp(header->cupsPageSizeName, expected->cupsPageSizeName)) + printf(" cupsPageSizeName (%s), expected (%s)\n", + header->cupsPageSizeName, + expected->cupsPageSizeName); +} + + +/* + * End of "$Id$". + */ diff --git a/filter/textcommon.c b/filter/textcommon.c new file mode 100644 index 0000000000..6c8a284875 --- /dev/null +++ b/filter/textcommon.c @@ -0,0 +1,1195 @@ +/* + * "$Id$" + * + * Common text filter routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * TextMain() - Standard main entry for text filters. + * compare_keywords() - Compare two C/C++ keywords. + * getutf8() - Get a UTF-8 encoded wide character... + */ + +/* + * Include necessary headers... + */ + +#include "textcommon.h" + + +/* + * Globals... + */ + +int WrapLines = 1, /* Wrap text in lines */ + SizeLines = 60, /* Number of lines on a page */ + SizeColumns = 80, /* Number of columns on a line */ + PageColumns = 1, /* Number of columns on a page */ + ColumnGutter = 0, /* Number of characters between text columns */ + ColumnWidth = 80, /* Width of each column */ + PrettyPrint = 0, /* Do pretty code formatting */ + Copies = 1; /* Number of copies */ +lchar_t **Page = NULL; /* Page characters */ +int NumPages = 0; /* Number of pages in document */ +float CharsPerInch = 10; /* Number of character columns per inch */ +float LinesPerInch = 6; /* Number of lines per inch */ +int UTF8 = 0; /* Use UTF-8 encoding? */ +int NumKeywords = 0; /* Number of known keywords */ +char **Keywords = NULL; /* List of known keywords */ + + +/* + * Local globals... + */ + +static char *code_keywords[] = /* List of known C/C++ keywords... */ + { + "and", + "and_eq", + "asm", + "auto", + "bitand", + "bitor", + "bool", + "break", + "case", + "catch", + "char", + "class", + "compl", + "const", + "const_cast", + "continue", + "default", + "delete", + "do", + "double", + "dynamic_cast", + "else", + "enum", + "explicit", + "extern", + "false", + "float", + "for", + "friend", + "goto", + "if", + "inline", + "int", + "long", + "mutable", + "namespace", + "new", + "not", + "not_eq", + "operator", + "or", + "or_eq", + "private", + "protected", + "public", + "register", + "reinterpret_cast", + "return", + "short", + "signed", + "sizeof", + "static", + "static_cast", + "struct", + "switch", + "template", + "this", + "throw", + "true", + "try", + "typedef", + "typename", + "union", + "unsigned", + "virtual", + "void", + "volatile", + "while", + "xor", + "xor_eq" + }, + *sh_keywords[] = /* List of known Boure/Korn/zsh/bash keywords... */ + { + "alias", + "bg", + "break", + "case", + "cd", + "command", + "continue", + "do", + "done", + "echo", + "elif", + "else", + "esac", + "eval", + "exec", + "exit", + "export", + "fc", + "fg", + "fi", + "for", + "function", + "getopts", + "if", + "in", + "jobs", + "kill", + "let", + "limit", + "newgrp", + "print", + "pwd", + "read", + "readonly", + "return", + "select", + "set", + "shift", + "test", + "then", + "time", + "times", + "trap", + "typeset", + "ulimit", + "umask", + "unalias", + "unlimit", + "unset", + "until", + "wait", + "whence" + "while", + }, + *csh_keywords[] = /* List of known csh/tcsh keywords... */ + { + "alias", + "aliases", + "bg", + "bindkey", + "break", + "breaksw", + "builtins", + "case", + "cd", + "chdir", + "complete", + "continue", + "default", + "dirs", + "echo", + "echotc", + "else", + "end", + "endif", + "eval", + "exec", + "exit", + "fg", + "foreach", + "glob", + "goto", + "history", + "if", + "jobs", + "kill", + "limit", + "login", + "logout", + "ls", + "nice", + "nohup", + "notify", + "onintr", + "popd", + "pushd", + "pwd", + "rehash", + "repeat", + "set", + "setenv", + "settc", + "shift", + "source", + "stop", + "suspend", + "switch", + "telltc", + "then", + "time", + "umask", + "unalias", + "unbindkey", + "unhash", + "unlimit", + "unset", + "unsetenv", + "wait", + "where", + "which", + "while" + }, + *perl_keywords[] = /* List of known perl keywords... */ + { + "abs", + "accept", + "alarm", + "and", + "atan2", + "bind", + "binmode", + "bless", + "caller", + "chdir", + "chmod", + "chomp", + "chop", + "chown", + "chr", + "chroot", + "closdir", + "close", + "connect", + "continue", + "cos", + "crypt", + "dbmclose", + "dbmopen", + "defined", + "delete", + "die", + "do", + "dump", + "each", + "else", + "elsif", + "endgrent", + "endhostent", + "endnetent", + "endprotoent", + "endpwent", + "endservent", + "eof", + "eval", + "exec", + "exists", + "exit", + "exp", + "fcntl", + "fileno", + "flock", + "for", + "foreach", + "fork", + "format", + "formline", + "getc", + "getgrent", + "getgrgid", + "getgrnam", + "gethostbyaddr", + "gethostbyname", + "gethostent", + "getlogin", + "getnetbyaddr", + "getnetbyname", + "getnetent", + "getpeername", + "getpgrp", + "getppid", + "getpriority", + "getprotobyname", + "getprotobynumber", + "getprotoent", + "getpwent", + "getpwnam", + "getpwuid", + "getservbyname", + "getservbyport", + "getservent", + "getsockname", + "getsockopt", + "glob", + "gmtime", + "goto", + "grep", + "hex", + "if", + "import", + "index", + "int", + "ioctl", + "join", + "keys", + "kill", + "last", + "lc", + "lcfirst", + "length", + "link", + "listen", + "local", + "localtime", + "log", + "lstat", + "map", + "mkdir", + "msgctl", + "msgget", + "msgrcv", + "msgsend", + "my", + "next", + "no", + "not", + "oct", + "open", + "opendir", + "or", + "ord", + "pack", + "package", + "pipe", + "pop", + "pos", + "print", + "printf", + "push", + "quotemeta", + "rand", + "read", + "readdir", + "readlink", + "recv", + "redo", + "ref", + "rename", + "require", + "reset", + "return", + "reverse", + "rewinddir", + "rindex", + "rmdir", + "scalar", + "seek", + "seekdir", + "select", + "semctl", + "semget", + "semop", + "send", + "setgrent", + "sethostent", + "setnetent", + "setpgrp", + "setpriority", + "setprotoent", + "setpwent", + "setservent", + "setsockopt", + "shift", + "shmctl", + "shmget", + "shmread", + "shmwrite", + "shutdown", + "sin", + "sleep", + "socket", + "socketpair", + "sort", + "splice", + "split", + "sprintf", + "sqrt", + "srand", + "stat", + "study", + "sub", + "substr", + "symlink", + "syscall", + "sysread", + "sysseek", + "system", + "syswrite", + "tell", + "telldir", + "tie", + "tied", + "time", + "times" + "times", + "truncate", + "uc", + "ucfirst", + "umask", + "undef", + "unless", + "unlink", + "unpack", + "unshift", + "untie", + "until", + "use", + "utime", + "values", + "vec", + "wait", + "waitpid", + "wantarray", + "warn", + "while", + "write" + }; + + +/* + * Local functions... + */ + +static int compare_keywords(const void *, const void *); +static int getutf8(FILE *fp); + + +/* + * 'TextMain()' - Standard main entry for text filters. + */ + +int /* O - Exit status */ +TextMain(const char *name, /* I - Name of filter */ + int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + FILE *fp; /* Print file */ + ppd_file_t *ppd; /* PPD file */ + int i, /* Looping var */ + ch, /* Current char from file */ + lastch, /* Previous char from file */ + attr, /* Current attribute */ + line, /* Current line */ + column, /* Current column */ + page_column; /* Current page column */ + int num_options; /* Number of print options */ + cups_option_t *options; /* Print options */ + const char *val; /* Option value */ + char keyword[64], /* Keyword string */ + *keyptr; /* Pointer into string */ + int keycol; /* Column where keyword starts */ + int ccomment; /* Inside a C-style comment? */ + int cstring; /* Inside a C string */ + + + /* + * Make sure status messages are not buffered... + */ + + setbuf(stderr, NULL); + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + fprintf(stderr, "ERROR: %s job-id user title copies options [file]\n", + name); + return (1); + } + + /* + * If we have 7 arguments, print the file named on the command-line. + * Otherwise, send stdin instead... + */ + + if (argc == 6) + fp = stdin; + else + { + /* + * Try to open the print file... + */ + + if ((fp = fopen(argv[6], "rb")) == NULL) + { + perror("ERROR: unable to open print file - "); + return (1); + } + } + + /* + * Process command-line options and write the prolog... + */ + + options = NULL; + num_options = cupsParseOptions(argv[5], 0, &options); + + if ((val = cupsGetOption("prettyprint", num_options, options)) != NULL && + strcasecmp(val, "no") && strcasecmp(val, "off") && + strcasecmp(val, "false")) + { + PageLeft = 72.0f; + PageRight = PageWidth - 36.0f; + PageBottom = PageBottom > 36.0f ? PageBottom : 36.0f; + PageTop = PageLength - 36.0f; + CharsPerInch = 12; + LinesPerInch = 8; + + if ((val = getenv("CONTENT_TYPE")) == NULL) + { + PrettyPrint = PRETTY_PLAIN; + NumKeywords = 0; + Keywords = NULL; + } + else if (strcasecmp(val, "application/x-cshell") == 0) + { + PrettyPrint = PRETTY_SHELL; + NumKeywords = sizeof(csh_keywords) / sizeof(csh_keywords[0]); + Keywords = csh_keywords; + } + else if (strcasecmp(val, "application/x-csource") == 0) + { + PrettyPrint = PRETTY_CODE; + NumKeywords = sizeof(code_keywords) / sizeof(code_keywords[0]); + Keywords = code_keywords; + } + else if (strcasecmp(val, "application/x-perl") == 0) + { + PrettyPrint = PRETTY_PERL; + NumKeywords = sizeof(perl_keywords) / sizeof(perl_keywords[0]); + Keywords = perl_keywords; + } + else if (strcasecmp(val, "application/x-shell") == 0) + { + PrettyPrint = PRETTY_SHELL; + NumKeywords = sizeof(sh_keywords) / sizeof(sh_keywords[0]); + Keywords = sh_keywords; + } + else + { + PrettyPrint = PRETTY_PLAIN; + NumKeywords = 0; + Keywords = NULL; + } + } + + ppd = SetCommonOptions(num_options, options, 1); + + if ((val = cupsGetOption("wrap", num_options, options)) == NULL) + WrapLines = 1; + else + WrapLines = !strcasecmp(val, "true") || !strcasecmp(val, "on") || + !strcasecmp(val, "yes"); + + if ((val = cupsGetOption("columns", num_options, options)) != NULL) + PageColumns = atoi(val); + + if ((val = cupsGetOption("cpi", num_options, options)) != NULL) + CharsPerInch = atof(val); + + if ((val = cupsGetOption("lpi", num_options, options)) != NULL) + LinesPerInch = atof(val); + + if (PrettyPrint) + PageTop -= 216.0f / LinesPerInch; + + Copies = atoi(argv[4]); + + WriteProlog(argv[3], argv[2], getenv("CLASSIFICATION"), + cupsGetOption("page-label", num_options, options), ppd); + + /* + * Read text from the specified source and print it... + */ + + lastch = 0; + column = 0; + line = 0; + page_column = 0; + attr = 0; + keyptr = keyword; + keycol = 0; + ccomment = 0; + cstring = 0; + + while ((ch = getutf8(fp)) >= 0) + { + /* + * Control codes: + * + * BS Backspace (0x08) + * HT Horizontal tab; next 8th column (0x09) + * LF Line feed; forward full line (0x0a) + * VT Vertical tab; reverse full line (0x0b) + * FF Form feed (0x0c) + * CR Carriage return (0x0d) + * ESC 7 Reverse full line (0x1b 0x37) + * ESC 8 Reverse half line (0x1b 0x38) + * ESC 9 Forward half line (0x1b 0x39) + */ + + switch (ch) + { + case 0x08 : /* BS - backspace for boldface & underline */ + if (column > 0) + column --; + + keyptr = keyword; + keycol = column; + break; + + case 0x09 : /* HT - tab to next 8th column */ + if (PrettyPrint && keyptr > keyword) + { + *keyptr = '\0'; + keyptr = keyword; + + if (bsearch(&keyptr, Keywords, NumKeywords, sizeof(char *), + compare_keywords)) + { + /* + * Put keywords in boldface... + */ + + i = page_column * (ColumnWidth + ColumnGutter); + + while (keycol < column) + { + Page[line][keycol + i].attr |= ATTR_BOLD; + keycol ++; + } + } + } + + column = (column + 8) & ~7; + + if (column >= ColumnWidth && WrapLines) + { /* Wrap text to margins */ + line ++; + column = 0; + + if (line >= SizeLines) + { + page_column ++; + line = 0; + + if (page_column >= PageColumns) + { + WritePage(); + page_column = 0; + } + } + } + + keycol = column; + + attr &= ~ATTR_BOLD; + break; + + case 0x0d : /* CR */ +#ifndef __APPLE__ + /* + * All but MacOS/Darwin treat CR as was intended by ANSI + * folks, namely to move to column 0/1. Some programs still + * use this to do boldfacing and underlining... + */ + + column = 0; + break; +#else + /* + * MacOS/Darwin still need to treat CR as a line ending. + */ + + { + int nextch; + if ((nextch = getc(fp)) != 0x0a) + ungetc(nextch, fp); + else + ch = nextch; + } +#endif /* !__APPLE__ */ + + case 0x0a : /* LF - output current line */ + if (PrettyPrint && keyptr > keyword) + { + *keyptr = '\0'; + keyptr = keyword; + + if (bsearch(&keyptr, Keywords, NumKeywords, sizeof(char *), + compare_keywords)) + { + /* + * Put keywords in boldface... + */ + + i = page_column * (ColumnWidth + ColumnGutter); + + while (keycol < column) + { + Page[line][keycol + i].attr |= ATTR_BOLD; + keycol ++; + } + } + } + + line ++; + column = 0; + keycol = 0; + + if (!ccomment && !cstring) + attr &= ~(ATTR_ITALIC | ATTR_BOLD | ATTR_RED | ATTR_GREEN | ATTR_BLUE); + + if (line >= SizeLines) + { + page_column ++; + line = 0; + + if (page_column >= PageColumns) + { + WritePage(); + page_column = 0; + } + } + break; + + case 0x0b : /* VT - move up 1 line */ + if (line > 0) + line --; + + keyptr = keyword; + keycol = column; + + if (!ccomment && !cstring) + attr &= ~(ATTR_ITALIC | ATTR_BOLD | ATTR_RED | ATTR_GREEN | ATTR_BLUE); + break; + + case 0x0c : /* FF - eject current page... */ + if (PrettyPrint && keyptr > keyword) + { + *keyptr = '\0'; + keyptr = keyword; + + if (bsearch(&keyptr, Keywords, NumKeywords, sizeof(char *), + compare_keywords)) + { + /* + * Put keywords in boldface... + */ + + i = page_column * (ColumnWidth + ColumnGutter); + + while (keycol < column) + { + Page[line][keycol + i].attr |= ATTR_BOLD; + keycol ++; + } + } + } + + page_column ++; + column = 0; + keycol = 0; + line = 0; + + if (!ccomment && !cstring) + attr &= ~(ATTR_ITALIC | ATTR_BOLD | ATTR_RED | ATTR_GREEN | ATTR_BLUE); + + if (page_column >= PageColumns) + { + WritePage(); + page_column = 0; + } + break; + + case 0x1b : /* Escape sequence */ + ch = getutf8(fp); + if (ch == '7') + { + /* + * ESC 7 Reverse full line (0x1b 0x37) + */ + + if (line > 0) + line --; + } + else if (ch == '8') + { + /* + * ESC 8 Reverse half line (0x1b 0x38) + */ + + if ((attr & ATTR_RAISED) && line > 0) + { + attr &= ~ATTR_RAISED; + line --; + } + else if (attr & ATTR_LOWERED) + attr &= ~ATTR_LOWERED; + else + attr |= ATTR_RAISED; + } + else if (ch == '9') + { + /* + * ESC 9 Forward half line (0x1b 0x39) + */ + + if ((attr & ATTR_LOWERED) && line < (SizeLines - 1)) + { + attr &= ~ATTR_LOWERED; + line ++; + } + else if (attr & ATTR_RAISED) + attr &= ~ATTR_RAISED; + else + attr |= ATTR_LOWERED; + } + break; + + default : /* All others... */ + if (ch < ' ') + break; /* Ignore other control chars */ + + if (PrettyPrint > PRETTY_PLAIN) + { + /* + * Do highlighting of C/C++ keywords, preprocessor commands, + * and comments... + */ + + if (ch == ' ' && (attr & ATTR_BOLD)) + { + /* + * Stop bolding preprocessor command... + */ + + attr &= ~ATTR_BOLD; + } + else if (!(isalnum(ch & 255) || ch == '_') && keyptr > keyword) + { + /* + * Look for a keyword... + */ + + *keyptr = '\0'; + keyptr = keyword; + + if (!(attr & ATTR_ITALIC) && + bsearch(&keyptr, Keywords, NumKeywords, sizeof(char *), + compare_keywords)) + { + /* + * Put keywords in boldface... + */ + + i = page_column * (ColumnWidth + ColumnGutter); + + while (keycol < column) + { + Page[line][keycol + i].attr |= ATTR_BOLD; + keycol ++; + } + } + } + else if ((isalnum(ch & 255) || ch == '_') && !ccomment && !cstring) + { + /* + * Add characters to the current keyword (if they'll fit). + */ + + if (keyptr == keyword) + keycol = column; + + if (keyptr < (keyword + sizeof(keyword) - 1)) + *keyptr++ = ch; + } + else if (ch == '\"' && lastch != '\\' && !ccomment && !cstring) + { + /* + * Start a C string constant... + */ + + cstring = -1; + attr = ATTR_BLUE; + } + else if (ch == '*' && lastch == '/' && !cstring && + PrettyPrint != PRETTY_SHELL) + { + /* + * Start a C-style comment... + */ + + ccomment = 1; + attr = ATTR_ITALIC | ATTR_GREEN; + } + else if (ch == '/' && lastch == '/' && !cstring && + PrettyPrint == PRETTY_CODE) + { + /* + * Start a C++-style comment... + */ + + attr = ATTR_ITALIC | ATTR_GREEN; + } + else if (ch == '#' && !cstring && PrettyPrint != PRETTY_CODE) + { + /* + * Start a shell-style comment... + */ + + attr = ATTR_ITALIC | ATTR_GREEN; + } + else if (ch == '#' && column == 0 && !ccomment && !cstring && + PrettyPrint == PRETTY_CODE) + { + /* + * Start a preprocessor command... + */ + + attr = ATTR_BOLD | ATTR_RED; + } + } + + if (column >= ColumnWidth && WrapLines) + { /* Wrap text to margins */ + column = 0; + line ++; + + if (line >= SizeLines) + { + page_column ++; + line = 0; + + if (page_column >= PageColumns) + { + WritePage(); + page_column = 0; + } + } + } + + /* + * Add text to the current column & line... + */ + + if (column < ColumnWidth) + { + i = column + page_column * (ColumnWidth + ColumnGutter); + + if (PrettyPrint) + Page[line][i].attr = attr; + else if (ch == ' ' && Page[line][i].ch) + ch = Page[line][i].ch; + else if (ch == Page[line][i].ch) + Page[line][i].attr |= ATTR_BOLD; + else if (Page[line][i].ch == '_') + Page[line][i].attr |= ATTR_UNDERLINE; + else if (ch == '_') + { + Page[line][i].attr |= ATTR_UNDERLINE; + + if (Page[line][i].ch) + ch = Page[line][i].ch; + } + else + Page[line][i].attr = attr; + + Page[line][i].ch = ch; + } + + if (PrettyPrint) + { + if ((ch == '{' || ch == '}') && !ccomment && !cstring && + column < ColumnWidth) + { + /* + * Highlight curley braces... + */ + + Page[line][column].attr |= ATTR_BOLD; + } + else if ((ch == '/' || ch == '*') && lastch == '/' && + column < ColumnWidth && PrettyPrint != PRETTY_SHELL) + { + /* + * Highlight first comment character... + */ + + Page[line][column - 1].attr = attr; + } + else if (ch == '\"' && lastch != '\\' && !ccomment && cstring > 0) + { + /* + * End a C string constant... + */ + + cstring = 0; + attr &= ~ATTR_BLUE; + } + else if (ch == '/' && lastch == '*' && ccomment) + { + /* + * End a C-style comment... + */ + + ccomment = 0; + attr &= ~(ATTR_ITALIC | ATTR_GREEN); + } + + if (cstring < 0) + cstring = 1; + } + + column ++; + break; + } + + /* + * Save this character for the next cycle. + */ + + lastch = ch; + } + + /* + * Write any remaining page data... + */ + + if (line > 0 || page_column > 0 || column > 0) + WritePage(); + + /* + * Write the epilog and return... + */ + + WriteEpilogue(); + + if (ppd != NULL) + ppdClose(ppd); + + return (0); +} + + +/* + * 'compare_keywords()' - Compare two C/C++ keywords. + */ + +static int /* O - Result of strcmp */ +compare_keywords(const void *k1, /* I - First keyword */ + const void *k2) /* I - Second keyword */ +{ + return (strcmp(*((const char **)k1), *((const char **)k2))); +} + + +/* + * 'getutf8()' - Get a UTF-8 encoded wide character... + */ + +static int /* O - Character or -1 on error */ +getutf8(FILE *fp) /* I - File to read from */ +{ + int ch; /* Current character value */ + int next; /* Next character from file */ + + + /* + * Read the first character and process things accordingly... + * + * UTF-8 maps 16-bit characters to: + * + * 0 to 127 = 0xxxxxxx + * 128 to 2047 = 110xxxxx 10yyyyyy (xxxxxyyyyyy) + * 2048 to 65535 = 1110xxxx 10yyyyyy 10zzzzzz (xxxxyyyyyyzzzzzz) + * + * We also accept: + * + * 128 to 191 = 10xxxxxx + * + * since this range of values is otherwise undefined unless you are + * in the middle of a multi-byte character... + * + * This code currently does not support anything beyond 16-bit + * characters, in part because PostScript doesn't support more than + * 16-bit characters... + */ + + if ((ch = getc(fp)) == EOF) + return (EOF); + + if (ch < 0xc0 || !UTF8) /* One byte character? */ + return (ch); + else if ((ch & 0xe0) == 0xc0) + { + /* + * Two byte character... + */ + + if ((next = getc(fp)) == EOF) + return (EOF); + else + return (((ch & 0x1f) << 6) | (next & 0x3f)); + } + else if ((ch & 0xf0) == 0xe0) + { + /* + * Three byte character... + */ + + if ((next = getc(fp)) == EOF) + return (EOF); + + ch = ((ch & 0x0f) << 6) | (next & 0x3f); + + if ((next = getc(fp)) == EOF) + return (EOF); + else + return ((ch << 6) | (next & 0x3f)); + } + else + { + /* + * More than three bytes... We don't support that... + */ + + return (EOF); + } +} + + +/* + * End of "$Id$". + */ diff --git a/filter/textcommon.h b/filter/textcommon.h new file mode 100644 index 0000000000..b5453cd617 --- /dev/null +++ b/filter/textcommon.h @@ -0,0 +1,123 @@ +/* + * "$Id$" + * + * Common text filter definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + */ + +/* + * Include necessary headers... + */ + +#include "common.h" + + +/* + * C++ magic... + */ + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + +/* + * Constants... + */ + +#define ATTR_NORMAL 0x00 +#define ATTR_BOLD 0x01 +#define ATTR_ITALIC 0x02 +#define ATTR_BOLDITALIC 0x03 +#define ATTR_FONT 0x03 + +#define ATTR_UNDERLINE 0x04 +#define ATTR_RAISED 0x08 +#define ATTR_LOWERED 0x10 +#define ATTR_RED 0x20 +#define ATTR_GREEN 0x40 +#define ATTR_BLUE 0x80 + +#define PRETTY_OFF 0 +#define PRETTY_PLAIN 1 +#define PRETTY_CODE 2 +#define PRETTY_SHELL 3 +#define PRETTY_PERL 4 +#define PRETTY_HTML 5 + + +/* + * Structures... + */ + +typedef struct /**** Character/attribute structure... ****/ +{ + unsigned short ch, /* Character */ + attr; /* Any attributes */ +} lchar_t; + + +/* + * Globals... + */ + +extern int WrapLines, /* Wrap text in lines */ + SizeLines, /* Number of lines on a page */ + SizeColumns, /* Number of columns on a line */ + PageColumns, /* Number of columns on a page */ + ColumnGutter, /* Number of characters between text columns */ + ColumnWidth, /* Width of each column */ + PrettyPrint, /* Do pretty code formatting? */ + Copies; /* Number of copies to produce */ +extern lchar_t **Page; /* Page characters */ +extern int NumPages; /* Number of pages in document */ +extern float CharsPerInch, /* Number of character columns per inch */ + LinesPerInch; /* Number of lines per inch */ +extern int UTF8, /* Use UTF-8 encoding? */ + NumKeywords; /* Number of known keywords */ +extern char **Keywords; /* List of known keywords... */ + + +/* + * Required functions... + */ + +extern int TextMain(const char *name, int argc, char *argv[]); +extern void WriteEpilogue(void); +extern void WritePage(void); +extern void WriteProlog(const char *title, const char *user, + const char *classification, const char *label, + ppd_file_t *ppd); + + +/* + * C++ magic... + */ + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + + +/* + * End of "$Id$". + */ diff --git a/filter/texttops.c b/filter/texttops.c new file mode 100644 index 0000000000..12788fa0ef --- /dev/null +++ b/filter/texttops.c @@ -0,0 +1,1311 @@ +/* + * "$Id$" + * + * Text to PostScript filter for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry for text to PostScript filter. + * WriteEpilogue() - Write the PostScript file epilogue. + * WritePage() - Write a page of text. + * WriteProlog() - Write the PostScript file prolog with options. + * write_line() - Write a row of text. + * write_string() - Write a string of text. + */ + +/* + * Include necessary headers... + */ + +#include "textcommon.h" + + +/* + * Globals... + */ + +char *Glyphs[65536]; /* PostScript glyphs for Unicode */ +int NumFonts; /* Number of fonts to use */ +char *Fonts[256][4]; /* Fonts to use */ +unsigned short Chars[65536]; /* 0xffcc (ff = font, cc = char) */ +unsigned short Codes[65536]; /* Unicode glyph mapping to fonts */ +int Widths[256]; /* Widths of each font */ +int Directions[256];/* Text directions for each font */ + + +/* + * Local functions... + */ + +static void write_line(int row, lchar_t *line); +static void write_string(int col, int row, int len, lchar_t *s); +static void write_text(const char *s); + + +/* + * 'main()' - Main entry for text to PostScript filter. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + return (TextMain("texttops", argc, argv)); +} + + +/* + * 'WriteEpilogue()' - Write the PostScript file epilogue. + */ + +void +WriteEpilogue(void) +{ + puts("%%Trailer"); + printf("%%%%Pages: %d\n", NumPages); + puts("%%EOF"); + + free(Page[0]); + free(Page); +} + + +/* + * 'WritePage()' - Write a page of text. + */ + +void +WritePage(void) +{ + int line; /* Current line */ + + + NumPages ++; + printf("%%%%Page: %d %d\n", NumPages, NumPages); + + puts("gsave"); + + if (PrettyPrint) + printf("%d H\n", NumPages); + + for (line = 0; line < SizeLines; line ++) + write_line(line, Page[line]); + + puts("grestore"); + puts("showpage"); + + memset(Page[0], 0, sizeof(lchar_t) * SizeColumns * SizeLines); +} + + +/* + * 'WriteProlog()' - Write the PostScript file prolog with options. + */ + +void +WriteProlog(const char *title, /* I - Title of job */ + const char *user, /* I - Username */ + const char *classification, /* I - Classification */ + const char *label, /* I - Page label */ + ppd_file_t *ppd) /* I - PPD file info */ +{ + int i, j, k; /* Looping vars */ + char *charset; /* Character set string */ + char filename[1024]; /* Glyph filenames */ + FILE *fp; /* Glyph files */ + const char *datadir; /* CUPS_DATADIR environment variable */ + char line[1024], /* Line from file */ + *lineptr, /* Pointer into line */ + *valptr; /* Pointer to value in line */ + int ch, unicode; /* Character values */ + int start, end; /* Start and end values for range */ + char glyph[64]; /* Glyph name */ + time_t curtime; /* Current time */ + struct tm *curtm; /* Current date */ + char curdate[255]; /* Current date (text format) */ + int num_fonts; /* Number of unique fonts */ + char *fonts[1024]; /* Unique fonts */ + static char *names[] = /* Font names */ + { + "cupsNormal", + "cupsBold", + "cupsItalic" + }; + + + /* + * Get the data directory... + */ + + if ((datadir = getenv("CUPS_DATADIR")) == NULL) + datadir = CUPS_DATADIR; + + /* + * Adjust margins as necessary... + */ + + if (classification || label) + { + /* + * Leave room for labels... + */ + + PageBottom += 36; + PageTop -= 36; + } + + /* + * Allocate memory for the page... + */ + + SizeColumns = (PageRight - PageLeft) / 72.0 * CharsPerInch; + SizeLines = (PageTop - PageBottom) / 72.0 * LinesPerInch; + + Page = calloc(sizeof(lchar_t *), SizeLines); + Page[0] = calloc(sizeof(lchar_t), SizeColumns * SizeLines); + for (i = 1; i < SizeLines; i ++) + Page[i] = Page[0] + i * SizeColumns; + + if (PageColumns > 1) + { + ColumnGutter = CharsPerInch / 2; + ColumnWidth = (SizeColumns - ColumnGutter * (PageColumns - 1)) / + PageColumns; + } + else + ColumnWidth = SizeColumns; + + /* + * Output the DSC header... + */ + + curtime = time(NULL); + curtm = localtime(&curtime); + strftime(curdate, sizeof(curdate), "%c", curtm); + + puts("%!PS-Adobe-3.0"); + printf("%%%%BoundingBox: 0 0 %.0f %.0f\n", PageWidth, PageLength); + printf("%%cupsRotation: %d\n", (Orientation & 3) * 90); + puts("%%Creator: texttops/" CUPS_SVERSION); + printf("%%%%CreationDate: %s\n", curdate); + WriteTextComment("Title", title); + WriteTextComment("For", user); + puts("%%Pages: (atend)"); + + /* + * Initialize globals... + */ + + NumFonts = 0; + memset(Fonts, 0, sizeof(Fonts)); + memset(Glyphs, 0, sizeof(Glyphs)); + memset(Chars, 0, sizeof(Chars)); + memset(Codes, 0, sizeof(Codes)); + + /* + * Load the PostScript glyph names and the corresponding character + * set definition... + */ + + snprintf(filename, sizeof(filename), "%s/data/psglyphs", datadir); + + if ((fp = fopen(filename, "r")) != NULL) + { + while (fscanf(fp, "%x%63s", &unicode, glyph) == 2) + Glyphs[unicode] = strdup(glyph); + + fclose(fp); + } + else + { + fprintf(stderr, "ERROR: Unable to open \"%s\" - %s\n", filename, + strerror(errno)); + exit(1); + } + + /* + * Get the output character set... + */ + + charset = getenv("CHARSET"); + if (charset != NULL && strcmp(charset, "us-ascii") != 0) + { + snprintf(filename, sizeof(filename), "%s/charsets/%s", datadir, charset); + + if ((fp = fopen(filename, "r")) == NULL) + { + /* + * Can't open charset file! + */ + + fprintf(stderr, "ERROR: Unable to open %s: %s\n", filename, + strerror(errno)); + exit(1); + } + + /* + * Opened charset file; now see if this is really a charset file... + */ + + if (fgets(line, sizeof(line), fp) == NULL) + { + /* + * Bad/empty charset file! + */ + + fclose(fp); + fprintf(stderr, "ERROR: Bad/empty charset file %s\n", filename); + exit(1); + } + + if (strncmp(line, "charset", 7) != 0) + { + /* + * Bad format/not a charset file! + */ + + fclose(fp); + fprintf(stderr, "ERROR: Bad charset file %s\n", filename); + exit(1); + } + + /* + * See if this is an 8-bit or UTF-8 character set file... + */ + + line[strlen(line) - 1] = '\0'; /* Drop \n */ + for (lineptr = line + 7; isspace(*lineptr & 255); lineptr ++); /* Skip whitespace */ + + if (strcmp(lineptr, "8bit") == 0) + { + /* + * 8-bit text... + */ + + UTF8 = 0; + NumFonts = 0; + + /* + * Read the font description(s)... + */ + + while (fgets(line, sizeof(line), fp) != NULL) + { + /* + * Skip comment and blank lines... + */ + + if (line[0] == '#' || line[0] == '\n') + continue; + + /* + * Read the font descriptions that should look like: + * + * first last direction width normal [bold italic bold-italic] + */ + + lineptr = line; + + start = strtol(lineptr, &lineptr, 16); + end = strtol(lineptr, &lineptr, 16); + + while (isspace(*lineptr & 255)) + lineptr ++; + + if (!*lineptr) + break; /* Must be a font mapping */ + + valptr = lineptr; + + while (!isspace(*lineptr & 255) && *lineptr) + lineptr ++; + + if (!*lineptr) + { + /* + * Can't have a font without all required values... + */ + + fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fclose(fp); + exit(1); + } + + *lineptr++ = '\0'; + + if (strcmp(valptr, "ltor") == 0) + Directions[NumFonts] = 1; + else if (strcmp(valptr, "rtol") == 0) + Directions[NumFonts] = -1; + else + { + fprintf(stderr, "ERROR: Bad text direction %s\n", valptr); + fclose(fp); + exit(1); + } + + /* + * Got the direction, now get the width... + */ + + while (isspace(*lineptr & 255)) + lineptr ++; + + valptr = lineptr; + + while (!isspace(*lineptr & 255) && *lineptr) + lineptr ++; + + if (!*lineptr) + { + /* + * Can't have a font without all required values... + */ + + fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fclose(fp); + exit(1); + } + + *lineptr++ = '\0'; + + if (strcmp(valptr, "single") == 0) + Widths[NumFonts] = 1; + else if (strcmp(valptr, "double") == 0) + Widths[NumFonts] = 2; + else + { + fprintf(stderr, "ERROR: Bad text width %s\n", valptr); + fclose(fp); + exit(1); + } + + /* + * Get the fonts... + */ + + for (i = 0; *lineptr && i < 4; i ++) + { + while (isspace(*lineptr & 255)) + lineptr ++; + + valptr = lineptr; + + while (!isspace(*lineptr & 255) && *lineptr) + lineptr ++; + + if (*lineptr) + *lineptr++ = '\0'; + + if (lineptr > valptr) + Fonts[NumFonts][i] = strdup(valptr); + } + + /* + * Fill in remaining fonts as needed... + */ + + for (j = i; j < 4; j ++) + Fonts[NumFonts][j] = strdup(Fonts[NumFonts][0]); + + /* + * Define the character mappings... + */ + + for (i = start, j = NumFonts * 256; i <= end; i ++, j ++) + Chars[i] = j; + + NumFonts ++; + } + + /* + * Read encoding lines... + */ + + do + { + /* + * Skip comment and blank lines... + */ + + if (line[0] == '#' || line[0] == '\n') + continue; + + /* + * Grab the character and unicode glyph number. + */ + + if (sscanf(line, "%x%x", &ch, &unicode) == 2 && ch < 256) + Codes[Chars[ch]] = unicode; + } + while (fgets(line, sizeof(line), fp) != NULL); + + fclose(fp); + } + else if (strcmp(lineptr, "utf8") == 0) + { + /* + * UTF-8 (Unicode) text... + */ + + UTF8 = 1; + + /* + * Read the font descriptions... + */ + + NumFonts = 0; + + while (fgets(line, sizeof(line), fp) != NULL) + { + /* + * Skip comment and blank lines... + */ + + if (line[0] == '#' || line[0] == '\n') + continue; + + /* + * Read the font descriptions that should look like: + * + * start end direction width normal [bold italic bold-italic] + */ + + lineptr = line; + + start = strtol(lineptr, &lineptr, 16); + end = strtol(lineptr, &lineptr, 16); + + while (isspace(*lineptr & 255)) + lineptr ++; + + valptr = lineptr; + + while (!isspace(*lineptr & 255) && *lineptr) + lineptr ++; + + if (!*lineptr) + { + /* + * Can't have a font without all required values... + */ + + fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fclose(fp); + exit(1); + } + + *lineptr++ = '\0'; + + if (strcmp(valptr, "ltor") == 0) + Directions[NumFonts] = 1; + else if (strcmp(valptr, "rtol") == 0) + Directions[NumFonts] = -1; + else + { + fprintf(stderr, "ERROR: Bad text direction %s\n", valptr); + fclose(fp); + exit(1); + } + + /* + * Got the direction, now get the width... + */ + + while (isspace(*lineptr & 255)) + lineptr ++; + + valptr = lineptr; + + while (!isspace(*lineptr & 255) && *lineptr) + lineptr ++; + + if (!*lineptr) + { + /* + * Can't have a font without all required values... + */ + + fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fclose(fp); + exit(1); + } + + *lineptr++ = '\0'; + + if (strcmp(valptr, "single") == 0) + Widths[NumFonts] = 1; + else if (strcmp(valptr, "double") == 0) + Widths[NumFonts] = 2; + else + { + fprintf(stderr, "ERROR: Bad text width %s\n", valptr); + fclose(fp); + exit(1); + } + + /* + * Get the fonts... + */ + + for (i = 0; *lineptr && i < 4; i ++) + { + while (isspace(*lineptr & 255)) + lineptr ++; + + valptr = lineptr; + + while (!isspace(*lineptr & 255) && *lineptr) + lineptr ++; + + if (*lineptr) + *lineptr++ = '\0'; + + if (lineptr > valptr) + Fonts[NumFonts][i] = strdup(valptr); + } + + /* + * Fill in remaining fonts as needed... + */ + + for (j = i; j < 4; j ++) + Fonts[NumFonts][j] = strdup(Fonts[NumFonts][0]); + + /* + * Define the character mappings... + */ + + for (i = start, j = NumFonts * 256; i <= end; i ++, j ++) + { + Chars[i] = j; + Codes[j] = i; + } + + /* + * Move to the next font, stopping if needed... + */ + + NumFonts ++; + if (NumFonts >= 256) + break; + } + + fclose(fp); + } + else + { + fprintf(stderr, "ERROR: Bad charset type %s\n", lineptr); + fclose(fp); + exit(1); + } + } + else + { + /* + * Standard ASCII output just uses Courier, Courier-Bold, and + * possibly Courier-Oblique. + */ + + NumFonts = 1; + + Fonts[0][ATTR_NORMAL] = strdup("Courier"); + Fonts[0][ATTR_BOLD] = strdup("Courier-Bold"); + Fonts[0][ATTR_ITALIC] = strdup("Courier-Oblique"); + Fonts[0][ATTR_BOLDITALIC] = strdup("Courier-BoldOblique"); + + Widths[0] = 1; + Directions[0] = 1; + + /* + * Define US-ASCII characters... + */ + + for (i = 32; i < 127; i ++) + { + Chars[i] = i; + Codes[i] = i; + } + } + + /* + * Generate a list of unique fonts to use... + */ + + for (i = 0, num_fonts = 0; i < NumFonts; i ++) + for (j = PrettyPrint ? 2 : 1; j >= 0; j --) + { + for (k = 0; k < num_fonts; k ++) + if (strcmp(Fonts[i][j], fonts[k]) == 0) + break; + + if (k >= num_fonts) + { + /* + * Add new font... + */ + + fonts[num_fonts] = Fonts[i][j]; + num_fonts ++; + } + } + + /* + * List the fonts that will be used... + */ + + for (i = 0; i < num_fonts; i ++) + if (i == 0) + printf("%%%%DocumentNeededResources: font %s\n", fonts[i]); + else + printf("%%%%+ font %s\n", fonts[i]); + + puts("%%DocumentSuppliedResources: procset texttops 1.1 0"); + + for (i = 0; i < num_fonts; i ++) + { + if (ppd != NULL) + { + fprintf(stderr, "DEBUG: ppd->num_fonts = %d\n", ppd->num_fonts); + + for (j = 0; j < ppd->num_fonts; j ++) + { + fprintf(stderr, "DEBUG: ppd->fonts[%d] = %s\n", j, ppd->fonts[j]); + + if (strcmp(fonts[i], ppd->fonts[j]) == 0) + break; + } + } + else + j = 0; + + if ((ppd != NULL && j >= ppd->num_fonts) || + strncmp(fonts[i], "Courier", 7) == 0 || + strcmp(fonts[i], "Symbol") == 0) + { + /* + * Need to embed this font... + */ + + printf("%%%%+ font %s\n", fonts[i]); + } + } + + puts("%%EndComments"); + + puts("%%BeginProlog"); + + /* + * Download any missing fonts... + */ + + for (i = 0; i < num_fonts; i ++) + { + if (ppd != NULL) + { + for (j = 0; j < ppd->num_fonts; j ++) + if (strcmp(fonts[i], ppd->fonts[j]) == 0) + break; + } + else + j = 0; + + if ((ppd != NULL && j >= ppd->num_fonts) || + strncmp(fonts[i], "Courier", 7) == 0 || + strcmp(fonts[i], "Symbol") == 0) + { + /* + * Need to embed this font... + */ + + printf("%%%%BeginResource: font %s\n", fonts[i]); + + /**** MRS: Need to use CUPS_FONTPATH env var! ****/ + /**** Also look for Fontmap file or name.pfa, name.pfb... ****/ + snprintf(filename, sizeof(filename), "%s/fonts/%s", datadir, fonts[i]); + if ((fp = fopen(filename, "rb")) != NULL) + { + while ((j = fread(line, 1, sizeof(line), fp)) > 0) + fwrite(line, 1, j, stdout); + + fclose(fp); + } + + puts("\n%%EndResource"); + } + } + + /* + * Write the encoding array(s)... + */ + + puts("% character encoding(s)"); + + for (i = 0; i < NumFonts; i ++) + { + printf("/cupsEncoding%02x [\n", i); + + for (ch = 0; ch < 256; ch ++) + { + if (Glyphs[Codes[i * 256 + ch]]) + printf("/%s", Glyphs[Codes[i * 256 + ch]]); + else if (Codes[i * 256 + ch] > 255) + printf("/uni%04X", Codes[i * 256 + ch]); + else + printf("/.notdef"); + + if ((ch & 7) == 7) + putchar('\n'); + } + + puts("] def"); + } + + /* + * Create the fonts... + */ + + if (NumFonts == 1) + { + /* + * Just reencode the named fonts... + */ + + puts("% Reencode fonts"); + + for (i = PrettyPrint ? 2 : 1; i >= 0; i --) + { + printf("/%s findfont\n", Fonts[0][i]); + puts("dup length 1 add dict begin\n" + " { 1 index /FID ne { def } { pop pop } ifelse } forall\n" + " /Encoding cupsEncoding00 def\n" + " currentdict\n" + "end"); + printf("/%s exch definefont pop\n", names[i]); + } + } + else + { + /* + * Construct composite fonts... Start by reencoding the base fonts... + */ + + puts("% Reencode base fonts"); + + for (i = PrettyPrint ? 2 : 1; i >= 0; i --) + for (j = 0; j < NumFonts; j ++) + { + printf("/%s findfont\n", Fonts[j][i]); + printf("dup length 1 add dict begin\n" + " { 1 index /FID ne { def } { pop pop } ifelse } forall\n" + " /Encoding cupsEncoding%02x def\n" + " currentdict\n" + "end\n", j); + printf("/%s%02x exch definefont /%s%02x exch def\n", names[i], j, + names[i], j); + } + + /* + * Then merge them into composite fonts... + */ + + puts("% Create composite fonts..."); + + for (i = PrettyPrint ? 2 : 1; i >= 0; i --) + { + puts("8 dict begin"); + puts("/FontType 0 def/FontMatrix[1.0 0 0 1.0 0 0]def/FMapType 2 def/Encoding["); + for (j = 0; j < NumFonts; j ++) + if (j == (NumFonts - 1)) + printf("%d", j); + else if ((j & 15) == 15) + printf("%d\n", j); + else + printf("%d ", j); + puts("]def/FDepVector["); + for (j = 0; j < NumFonts; j ++) + if (j == (NumFonts - 1)) + printf("%s%02x", names[i], j); + else if ((j & 3) == 3) + printf("%s%02x\n", names[i], j); + else + printf("%s%02x ", names[i], j); + puts("]def currentdict end"); + printf("/%s exch definefont pop\n", names[i]); + } + } + + /* + * Output the texttops procset... + */ + + puts("%%BeginResource: procset texttops 1.1 0"); + + puts("% Define fonts"); + + printf("/FN /cupsNormal findfont [%.3f 0 0 %.3f 0 0] makefont def\n", + 120.0 / CharsPerInch, 68.0 / LinesPerInch); + printf("/FB /cupsBold findfont [%.3f 0 0 %.3f 0 0] makefont def\n", + 120.0 / CharsPerInch, 68.0 / LinesPerInch); + if (PrettyPrint) + printf("/FI /cupsItalic findfont [%.3f 0 0 %.3f 0 0] makefont def\n", + 120.0 / CharsPerInch, 68.0 / LinesPerInch); + + puts("% Common procedures"); + + puts("/N { FN setfont moveto } bind def"); + puts("/B { FB setfont moveto } bind def"); + printf("/U { gsave 0.5 setlinewidth 0 %.3f rmoveto " + "0 rlineto stroke grestore } bind def\n", -6.8 / LinesPerInch); + + if (PrettyPrint) + { + if (ColorDevice) + { + puts("/S { 0.0 setgray show } bind def"); + puts("/r { 0.5 0.0 0.0 setrgbcolor show } bind def"); + puts("/g { 0.0 0.5 0.0 setrgbcolor show } bind def"); + puts("/b { 0.0 0.0 0.5 setrgbcolor show } bind def"); + } + else + { + puts("/S { 0.0 setgray show } bind def"); + puts("/r { 0.2 setgray show } bind def"); + puts("/g { 0.2 setgray show } bind def"); + puts("/b { 0.2 setgray show } bind def"); + } + + puts("/I { FI setfont moveto } bind def"); + + puts("/n {"); + puts("\t20 string cvs % convert page number to string"); + if (NumFonts > 1) + { + /* + * Convert a number to double-byte chars... + */ + + puts("\tdup length % get length"); + puts("\tdup 2 mul string /P exch def % P = string twice as long"); + puts("\t0 1 2 index 1 sub { % loop through each character in the page number"); + puts("\t\tdup 3 index exch get % get character N from the page number"); + puts("\t\texch 2 mul dup % compute offset in P"); + puts("\t\tP exch 0 put % font 0"); + puts("\t\t1 add P exch 2 index put % character"); + puts("\t\tpop % discard character"); + puts("\t} for % do for loop"); + puts("\tpop pop % discard string and length"); + puts("\tP % put string on stack"); + } + puts("} bind def"); + + printf("/T"); + write_text(title); + puts("def"); + + printf("/D"); + write_text(curdate); + puts("def"); + + puts("/H {"); + puts("\tgsave"); + puts("\t0.9 setgray"); + + if (Duplex) + { + puts("\tdup 2 mod 0 eq {"); + printf("\t\t%.3f %.3f translate } {\n", + PageWidth - PageRight, PageTop + 72.0f / LinesPerInch); + printf("\t\t%.3f %.3f translate } ifelse\n", + PageLeft, PageTop + 72.0f / LinesPerInch); + } + else + printf("\t%.3f %.3f translate\n", + PageLeft, PageTop + 72.0f / LinesPerInch); + + printf("\t0 0 %.3f %.3f rectfill\n", PageRight - PageLeft, + 144.0f / LinesPerInch); + + puts("\tFB setfont"); + puts("\t0 setgray"); + + if (Duplex) + { + puts("\tdup 2 mod 0 eq {"); + printf("\t\tT stringwidth pop neg %.3f add %.3f } {\n", + PageRight - PageLeft - 36.0f / LinesPerInch, + (0.5f + 0.157f) * 72.0f / LinesPerInch); + printf("\t\t%.3f %.3f } ifelse\n", 36.0f / LinesPerInch, + (0.5f + 0.157f) * 72.0f / LinesPerInch); + } + else + printf("\t%.3f %.3f\n", 36.0f / LinesPerInch, + (0.5f + 0.157f) * 72.0f / LinesPerInch); + + puts("\tmoveto T show"); + + printf("\tD dup stringwidth pop neg 2 div %.3f add %.3f\n", + (PageRight - PageLeft) * 0.5, + (0.5f + 0.157f) * 72.0f / LinesPerInch); + puts("\tmoveto show"); + + if (Duplex) + { + puts("\tdup n exch 2 mod 0 eq {"); + printf("\t\t%.3f %.3f } {\n", 36.0f / LinesPerInch, + (0.5f + 0.157f) * 72.0f / LinesPerInch); + printf("\t\tdup stringwidth pop neg %.3f add %.3f } ifelse\n", + PageRight - PageLeft - 36.0f / LinesPerInch, + (0.5f + 0.157f) * 72.0f / LinesPerInch); + } + else + printf("\tn dup stringwidth pop neg %.3f add %.3f\n", + PageRight - PageLeft - 36.0f / LinesPerInch, + (0.5f + 0.157f) * 72.0f / LinesPerInch); + + puts("\tmoveto show"); + puts("\tgrestore"); + puts("} bind def"); + } + else + puts("/S { show } bind def"); + + puts("%%EndResource"); + + puts("%%EndProlog"); +} + + +/* + * 'write_line()' - Write a row of text. + */ + +static void +write_line(int row, /* I - Row number (0 to N) */ + lchar_t *line) /* I - Line to print */ +{ + int i; /* Looping var */ + int col; /* Current column */ + int attr; /* Current attribute */ + int font, /* Font to use */ + lastfont, /* Last font */ + mono; /* Monospaced? */ + lchar_t *start; /* First character in sequence */ + + + for (col = 0, start = line; col < SizeColumns;) + { + while (col < SizeColumns && (line->ch == ' ' || line->ch == 0)) + { + col ++; + line ++; + } + + if (col >= SizeColumns) + break; + + if (NumFonts == 1) + { + /* + * All characters in a single font - assume monospaced... + */ + + attr = line->attr; + start = line; + + while (col < SizeColumns && line->ch != 0 && attr == line->attr) + { + col ++; + line ++; + } + + write_string(col - (line - start), row, line - start, start); + } + else + { + /* + * Multiple fonts; break up based on the font... + */ + + attr = line->attr; + start = line; + lastfont = Chars[line->ch] / 256; + mono = strncmp(Fonts[lastfont][0], "Courier", 7) == 0; + col ++; + line ++; + + if (mono) + { + while (col < SizeColumns && line->ch != 0 && attr == line->attr) + { + font = Chars[line->ch] / 256; + if (strncmp(Fonts[font][0], "Courier", 7) != 0 || + font != lastfont) + break; + + col ++; + line ++; + } + } + + if (Directions[lastfont] > 0) + write_string(col - (line - start), row, line - start, start); + else + { + /* + * Do right-to-left text... + */ + + while (col < SizeColumns && line->ch != 0 && attr == line->attr) + { + if (Directions[Chars[line->ch] / 256] > 0 && + !ispunct(line->ch & 255) && !isspace(line->ch & 255)) + break; + + col ++; + line ++; + } + + for (i = 1; start < line; i ++, start ++) + if (!isspace(start->ch & 255)) + write_string(col - i, row, 1, start); + } + } + } +} + + +/* + * 'write_string()' - Write a string of text. + */ + +static void +write_string(int col, /* I - Start column */ + int row, /* I - Row */ + int len, /* I - Number of characters */ + lchar_t *s) /* I - String to print */ +{ + int ch; /* Current character */ + float x, y; /* Position of text */ + unsigned attr; /* Character attributes */ + + + /* + * Position the text and set the font... + */ + + if (Duplex && (NumPages & 1) == 0) + { + x = PageWidth - PageRight; + y = PageTop; + } + else + { + x = PageLeft; + y = PageTop; + } + + x += (float)col * 72.0f / (float)CharsPerInch; + y -= (float)(row + 0.843) * 72.0f / (float)LinesPerInch; + + attr = s->attr; + + if (attr & ATTR_RAISED) + y += 36.0 / (float)LinesPerInch; + else if (attr & ATTR_LOWERED) + y -= 36.0 / (float)LinesPerInch; + + if (x == (int)x) + printf("%.0f ", x); + else + printf("%.3f ", x); + + if (y == (int)y) + printf("%.0f ", y); + else + printf("%.3f ", y); + + if (attr & ATTR_BOLD) + putchar('B'); + else if (attr & ATTR_ITALIC) + putchar('I'); + else + putchar('N'); + + if (attr & ATTR_UNDERLINE) + printf(" %.3f U", (float)len * 72.0 / (float)CharsPerInch); + + if (NumFonts > 1) + { + /* + * Write a hex string... + */ + + putchar('<'); + + while (len > 0) + { + printf("%04x", Chars[s->ch]); + + len --; + s ++; + } + + putchar('>'); + } + else + { + /* + * Write a quoted string... + */ + + putchar('('); + + while (len > 0) + { + ch = Chars[s->ch]; + + if (ch < 32 || ch > 126) + { + /* + * Quote 8-bit and control characters... + */ + + printf("\\%03o", ch); + } + else + { + /* + * Quote the parenthesis and backslash as needed... + */ + + if (ch == '(' || ch == ')' || ch == '\\') + putchar('\\'); + + putchar(ch); + } + + len --; + s ++; + } + + putchar(')'); + } + + if (PrettyPrint) + { + if (attr & ATTR_RED) + puts("r"); + else if (attr & ATTR_GREEN) + puts("g"); + else if (attr & ATTR_BLUE) + puts("b"); + else + puts("S"); + } + else + puts("S"); +} + + +/* + * 'write_text()' - Write a text string, quoting/encoding as needed. + */ + +static void +write_text(const char *s) /* I - String to write */ +{ + int ch; /* Actual character value (UTF8) */ + const unsigned char *utf8; /* UTF8 text */ + + + if (NumFonts > 1) + { + /* + * 8/8 encoding... + */ + + putchar('<'); + + utf8 = (const unsigned char *)s; + + while (*utf8) + { + if (*utf8 < 0xc0 || !UTF8) + ch = *utf8 ++; + else if ((*utf8 & 0xe0) == 0xc0) + { + /* + * Two byte character... + */ + + ch = ((utf8[0] & 0x1f) << 6) | (utf8[1] & 0x3f); + utf8 += 2; + } + else + { + /* + * Three byte character... + */ + + ch = ((((utf8[0] & 0x1f) << 6) | (utf8[1] & 0x3f)) << 6) | + (utf8[2] & 0x3f); + utf8 += 3; + } + + printf("%04x", Chars[ch]); + } + + putchar('>'); + } + else + { + /* + * Standard 8-bit encoding... + */ + + putchar('('); + + while (*s) + { + if (*s < 32 || *s > 126) + printf("\\%03o", *s); + else + { + if (*s == '(' || *s == ')' || *s == '\\') + putchar('\\'); + + putchar(*s); + } + + s ++; + } + + putchar(')'); + } +} + + +/* + * End of "$Id$". + */ diff --git a/fonts/Courier b/fonts/Courier new file mode 100644 index 0000000000..5ec263dbe7 --- /dev/null +++ b/fonts/Courier @@ -0,0 +1,1494 @@ +%!PS-AdobeFont-1.0: Courier 1.05 +%%CreationDate: Wed Dec 22 1999 +% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development +% (URW)++,Copyright 1999 by (URW)++ Design & Development +% See the file COPYING (GNU General Public License) for license conditions. +% As a special exception, permission is granted to include this font +% program in a Postscript or PDF file that consists of a document that +% contains text to be displayed or printed using this font, regardless +% of the conditions or license applying to the document itself. +12 dict begin +/FontInfo 10 dict dup begin +/version (1.05) readonly def +/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def +/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def +/FullName (Courier) readonly def +/FamilyName (Courier) readonly def +/Weight (Regular) readonly def +/ItalicAngle 0.0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /Courier def +/PaintType 0 def +/WMode 0 def +/FontBBox {-12 -237 650 811} readonly def +/FontType 1 def +/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def +/Encoding StandardEncoding def +/UniqueID 5020945 def +currentdict end +currentfile eexec +e98d09d760a3c22cf119f9dc699a22c35b5b35ed6aa23593c76d54cabb5e +942bf7d6dd84f1664b89699c74b472de9f8e6df925f6c4f204e9f1c639b4 +dba988ed2ac419ff2b2bde605b8ee3264edd66412d4f21c64ac522bdfc7c +5502f9c3f3e5592b3b2093d33c9bfaedd2d49e89aabaa832e23f062e91a2 +5032519d1868816e44b4e0747795003d7930299d6e1e2a5bfe0d595dc97e +140989ce81d8d7f852ff9cdc7a1b1b598c69131dee005b415805a16d8a12 +3e6a2261c63c769d2f4b60fa2c438ad7d199d8e45f7e7c9a605c8ca14e21 +fcd81c9a515fb8db6f99604534d06ea9d87fe0faa852899c9d0595c7a97e +6c55f79fac45cd38e87b10d210ce7501e88c8fcd3444354365fb893a12f5 +96ae2c1e70d5819ee0d087d10bf8da96f3dabd5405d28c4228c6c31ba405 +2464859640933feefd8071c0c84cdd829a9b1d0ba01f25a4d50ee2ea2b45 +160ca6333b2d2800306ed2befdfe155e9d9f9342eb8d5b0adbf2460ccc98 +643fb1287ccd28aba7b5cab92ec39ee2e918990372b16f8487eba30eae88 +708b6cf33b6c015d8096c7cfe2f139f52052e3925c0d50fd64ce68236d59 +cb83ef56bfc584150ec38065059f3308ad6f9a99f83ef4e6cb13855c8175 +e31417d190d036b387d3952344a950f4d8c7781b307a094df1ecaee4d2c2 +fd747bc6f7f9c6bd0e90c19294f96c8c5cfe88fb34c477574a1b1630b8cc +591529e59b20794da32e61decda8abbd1ae956cf74012aa01d42ee01e861 +b0aa6897c864788ae59def43c493246fdb1aca554c12594bc7b33657a9ec +c9e3d1472ef826073f632be540c35ff6fb40566773f3bb2204d3a579a08c +cbc844c14b18c350f003b9da23a570c362d6003893ca32f86f59b829c78e +e3188b6e3f7fa81d7f622825c639638dfb78b7af1f500f5b450fa54dbfa5 +cba277c794ece93275a3de0b452fdc8ddc2993baa42f28a636008cdcb03e +bf71bdcaf35019778993443f88412ad2ad0d7155a3944606463266322dbc +0244b07da1e9c27a27b59664e8566d7a54cc03e995aad008b0a17e2c3ef6 +1f720ce7f7788599c4e44c709cd5c31b11107f16ad70b17b9afe2e8cd922 +a7428dac171427ffaf51067307fab0adb530e701fd22da22c4cd3064067b +d4f6089c4b2c87937dd426e4e9d2f60e608288bac9056554d04947e69200 +61e379cf5e81bfd32fd37efac1f61cebee551b0851516471a7472c60df89 +daa9eb1dc5a67e4797453e69b9e22baf4e3cca4192d603295b018c4ab69d +18de52dfdf15e96b557f290a4b8c5b1e7a6caca81f2351b97adfc36995ab +a43803a6e5ac04a3c93495f6d38106b8b144449c07d1358210f9176e1565 +72363cfbde576bfdf99fa329dd1346e83f79e06cf68250ca57a68931bc7f +342ad295d0cba17aa95bb8eeb53ea6e8e660b814e9f857cecb14f44a4328 +8b69a9e7908d55bf19e844359879d28caef1c38a36420185d20dfb32c2e0 +02202800e8ef3d67c5d50e919657ca958b538d537d503444865331d79bfc +40312068d72364503bd0cc84b5f30a74d8b5b6a26af2db764564fb65a6ba +8f9051ae2b4ea458d46a4569f30c6e77dc097356770362e6cf3f16610747 +78ebb44ff7d1e3b64ff75e77e11fe525bb121c6546cfd13300ca1f02d571 +b82a5825e6226d14fdcf27f06d87452a8b6c5dca658535cee2a795e58137 +d48e566b69d53a0c3b766e84c51eaa221c46999cc8065adb2f129d5b630f +ab1814c0c33b5aea0efbb6e994d80941b53079af96d90a0b924f9b0e319b +ed9836b8f9053f868363d3ca554cbb181863301f8cb940872ed5fa7bd18c +e39218b5ad8ac57d0f752d941076b1c64d99be0db86d7a6d96510d772eb2 +4c587f11779bd21cfe5bde1f29c1ef9022b2b8bcd7f91153c84590672247 +7829c40111d810480f3cf62de8dba7fd86cd236e656618caf6fc46827fbc +4898ea7672f8c9971afe43e0e01ec8b77d4af48cbf1210e98c1db15c16d1 +49bff58ab0270cf015b107a3a50f5dc8f37ffb92eec8cb6778ddb7ce4aab +c464c4aff654223006a550eb52485a23d2b4aa7198d3cd54418102f1e9a4 +fbde37b841e56f5c2c53966db9b66b000e4588282e3fb80c2c519339f000 +2d2f83c979edc5827a3b3c8ef8810a0f9dacb6b9998e9af6551f56313dc4 +011904cb979aa2d32b11a811bc248141e4b9734d9fb7982a5671002d8279 +cab93abe057474628defc95d43890db1ed34cfa8a20bdc3d874e7679a396 +158e522ed0ab969a4e3ec7e4474e192590504d54deb7b260b7935c4e5654 +8a7d121ac1f741f8cdf259ea1b5813175a77a1d2d30ba26f65eb765a04c0 +9ed51f69f41551adf399e6aa2fc09788137bea4913f17b8eb838c38fb272 +1fdcb55fd65697ff0b850e7d3d1ce266bf90f7ec06a9a0876bdfe767d3a9 +18b092fc78c775f945cf1f96e859c03dbf630d9a940939654c3549d8f792 +1cb94ee23d5a0535de9df31ea0f937f860b4f220a99addfc343d7cf7bfa0 +b803c12c26403f0dcffc8ea786d0d8a8d9c367419ca8ae41190ce93a8086 +583a1e6c9d70b612c84d87d2eeaa71ec2dc12f4cde6a821303d5f6a9bbdb +7eedcd289e80fa3b75f47f481b50719dcf4a142069393593b9af9cceeaec +56a35b8787193d7c88113e9e1e221d151e093b019ef89f6118bec4735103 +cc8003cc5ad1b6727b3226cd44c497da7052dd681695dbec3397f9598c91 +77701c73bf0594ce93f23d50ec5bee2fb9da1fc966df148b27b28ee3c895 +26dd6625e2887f9fa0767c127c609ee315626bc14d274fbea56528dc06a2 +7b2d476d46e9e7916590b156a5df04a6cb15e36245d77021767b6e5bdfcc +679670263fd891446c3371b11bb6e1df60f960aab4149d7753e6a5c33810 +c42c8bff4e935003388506f8278bd7cb672f132e065ae684dca0b9064d01 +dd620e7ffdfe04f14277efe8e60159ba0fca3fe2f28b902d4ac275d19f0a +c6971ebe827c4a232d87650d2688345bca78f879077114f0463c5f058107 +b669566f8171e4e284d278405580f04bffc9902784216e0c9a17aa9b2935 +e66e18a783f723be044389b7e9d62aa36818ff2ea406c3c1a9d2f3436f3e +e7db8be86afa8daa6a4b1b84611350d8d27605509612b515e16aa843164d +5d0805e36a2b9ef74c5f6a0b9d59a04b5569712327f4b1b30e9587cd1033 +37639967cbdc655aa46e80d2cfd24beb50815b5338e522b3a7afe8362ab4 +f05d8bc52bba9c5089ada8c89529b0275af422eb540d31a938b874086075 +6325b966b36817115213faaf92de63f6bae1e0064bfbc5588098b61eb83c +71f1c2082436d37daf1acbe186fedc4be7c1233b6f18bec5f99002d21cb7 +864e4811f7ab3c03003e1e4490ad1ac793bd28fcd5ef0e6cc30ef39a08c5 +2f71939b0cef620dc69e31e39d6db969049031b0c92ef2db653d97f37014 +1456a52985076b268652fa2648c792780bad637c4d7581fb2d62011d57e2 +93719487cf2d1f013cfaa532e1c2d39178d51272a6af041440bca174b5cc +902bd7390c7d3695056cb4bd7791f9fb6d88e7a70def2c97869f5dbc5bd8 +23c517c7b7c39d624df627dc9653ea5347bfda80b723f05f6dbb4c9ea501 +d862ace05b9dbdf21b7056fbcd8c6d4b85873dcee6166c8b5adc0316ca12 +d9639f361b15a42f00e1d62edbca1111972fa0f45758becb31db38316f3c +dfe1b41748c93ed58b67e9b57abbed5924a6d53e99fbc9a994a6489a8bdf +13eb685548b4dc6d62da7426c22227d4d43b6ffc7b5ea91c896730253e89 +41afee588359c2becf6ffc415b9eb6d31ccb0f6c7f85853e6449fa6d627a +97a3ce8303f148393adcccdfa2fe085c6908be5c3c05af00a6f02840206c +3253a559ac5c049bddfd11ad9b118403b84da10ae3c470cb9a9a2d1d7b73 +2f59f5fe146deda60ae750f551aac934621b4470e1bc324c436303e25f81 +d0dc3188be0d6fec5414c20e4cb18952e12cb6423df7124627acde145500 +d77a97a8bfd9cb50d1faa008e2ce2b2505a4749f1ebbb092c34702371405 +5a9b63353af9e7fee05bb54c9843698101f79888a91531773830c2c967b5 +88d3acd2192883d5ce3962d51084fc653eae2c5fb2da41dacefb5c76812d +2edb5b109677289cd1998d457fb1023a19ac67295bbc1a9a20a426b06a36 +8df3c5dd083cb1180d287f5500f2c635ede157eefceec5503447382d15c7 +48c1e35f68753992e5c90f900de54d18f8e1b355d1076adfb1f3590135fa +d1a36f028e44f48abb149b80ca9a54614d467f8d71cb310bbc7ac7100261 +092db8c5bfd39e0ac6bc2c9d6cbc3a8c05ff8a74cb21608ec4a4cfe4cbaa +2d056dba14206106044decf59f957ef8a9cade4c9b19d8d30dd4fde6a954 +8e50db51aca73330142153fc36b69c1c8d5b26d0c689b7040e81ac2c864f +d7c097c99be5953843e172c97ab5684f35fb03a725a89dbf371f08ddf40a +1531fc1b676db0e1543aec6e97d3d2e4aa3d5831d8b3c952abbfa1123528 +14fb6fab61a0d680e6640f6aec8426200cf61286f7422cb2f78c61ebaa36 +d47ec16d7faf8b4af31d090cdfa255d9d7c61d46cfb22a7d6e1758e71ed5 +67e00cbd8e8f468ddfb477f091a2f915627f22ff47b876544bc1f03b6bbb +98385f009c20bb1aa2a7a78674692b8eac2e3c8069b79e679338da57f729 +76810f845beb6b9add32b95d78e5e60f16dd16689c05fd82d36a3115be8e +d494a74dd211d58a2cdf983fcb9cdc29bf7f0e29988fa23560edf514bc1d +183f3b2a22c09fb179b47e05adef48df02f31c29875d1915037b19407764 +a4292fe44e741651a8e3beb5f0d972b6327090f664417c84f84ffbf0afff +8b1d85c822d90730ab4140c42a51aa8b1dbe43984ea8566040eb8b341cce +23fd3f69dd235a080ba5c69aecb9bc732bc2d7d40617dda6b79fb6ee40c3 +556c7df9b23dad89e94054b1345db8402ae679fc4655a4a776c0150463f8 +db2bfc0608ea1f124e221ddae6026b5e5d007a7e4a0d6b3b0cf3a2669e67 +c5e4f01551966a7bc48f2f4b6a87e740d8095e63f77c7a027f26b52f2299 +de5b8a2f6209bcf3d31cb0235f998f781e5cc81e31dc424e008d46ec0920 +2951e5684804a0592ea47d6c788a20487bea2ec8f2e6c1d7f378b62db43c +a43c4b366f8b4319631cfe9854f0e10321cfa3b01c873584863bbefc23c7 +2c05e695b56e8a52e89aa2dab543834d34dcac5fed08dc51825c5257ae59 +850d101d84f4caa1d29fc932f9e0effbf7a9a7f3685f61f0490cd3cc8988 +2db52a757a6af4c4e67b407bd2316b1c0ffe7dc54e43c87b874f57e49033 +34e2140b011484863cdcaca331175f2cf3d72e0042855983aaf8853d3015 +e870ff0807014c31d55060df3fe1fce1573244812744ab51322444632f9a +fda6706e320ffe82b8cbe242a19df00ce73ee48e25ff49d5871bd3e60652 +298fe3e8d400609e232e0ddc794c0579acef89e841b2edca50d51151f65e +8c1cc3b01ef1870558f0bf5743718c3e068617e81bfe120c6ca16e0924bf +c2541177d53671caa3ab641c41557dcdae1a346147b5e999c4541b08b4af +cbc187afd653d5b5f8386df6ad8fe69e21bd0567df494f736c6a184fa4de +48dc9f347787ca96e2e00a296c2da05c2ad9bc423e9ca428d7f1fa12dc93 +53a302fb8c529af8688cbb543b45b2717ebf8f6c497935f4f3bffd285e04 +02ab7544b3ca4643ae5a8b5250ed987a95fc1f275b9707acd0641bd0ee2a +e9758494f8d8a51dce408a38ac20eaf0852d72d84d0c6be973326793aeb9 +55eac6fe0a2813a355dcd22f6f2ce56588d1c055cddfa98878bceb6a018d +b22922d2b600a20f81842e665df41013ca0947c4237c2bd60a75e2fd1a3f +b8c8fa19485730b87461ad466acb02df8ca240914fb090b3d2b41eb6b8ff +05e1a59d9fd668af70ba5bb72778953ba55fc5f9f626043450e1d09bc83d +8605098abef884639a37809a32565cbefb3ff39ee53d6c18c58c272bb928 +e4410e361e59a50f242d69747a032617c52debbf62364ab5a96efaf642d9 +d82ba679b1d70fac10a4eb62fa5cfc308e86368aaad7e75948f43598cd1c +544a0d4091374d7e88d4522cbe902391641327e888e7748fa889dce67ade +61699e7d77763681caee9b1ca8837b2f7ef9c18cbcc538c465c8e2dd3461 +6953ccb6030a222c728b834911c1a179e2c770289407ab28b303e724d97f +747d6134b425216a64c6e0b60f633e2b85300047e4c90339ce030a0fae31 +e830c8aba5ab3386a3b69267351a7bfdd66356ae5e57fb2994452993e90d +e7c4e260abab93c37831856a650d56e44172feca01d6c7c380f250b82473 +960d2a2a5fb6b4da668f46e624acf7fa0fd4490f485d640a3adfc9f8652e +7a38ce5799f770c3606db4b8b947f93967f779e3a3c0572f13a5a187d31d +7bd12a5c7be23cb6ed6192086241b76c5ba6983db9c93e4b208d707d3760 +f03cd6272ef3a4ce89b8e52e6ac5871a3d03eb975759ab4be239e5ec7842 +cbb333e692cc607c722e185d3c39164dd320c6945629c70ff66a5237c0a9 +520a1fad6eb9816069351ab0f135d90cc0982b147d2294ae4a38a527ee40 +be9cde2512aaebb590e134388bb171d0956a7c4566d65a9a041be6c4f883 +6b3ec3d2ed1b48b566a783292b15b6127920d247d494f070bb20beff6064 +0b11b276ddeee49706e8b2b21bb40b7f00aafc594c492c25dca774e0b80d +82e927448de2e74a9d0dc7ac9260096eaf187b6cd6aeaa6d1dc4205b4411 +122751a5b22688404ea7c5861730371ffac10f5afd4727a0e402ab5ea757 +606b75eb86a05e8f774d6e430a1a3fe2a37ebb06700474239fb1cfa05ee4 +4b91b82244c575b52e7faf934b04eeb0d933feb57ebe326d75821c8b23ea +a85b583aed4320b7f04b9f2dc591091216fde52e064baaa9c2c9d9714b95 +a4558c21f3cebe624b5403b31508f178581af6863083ed762f1e2e34a45c +fdd71660d626ff8648f5d6c5e580d4765a67fb6159ec8077a9f0a88038c8 +d3d7c77ff0926e2123be874f7bcaf129d55a5b5960f824bd1728abcfcc51 +d23936de9a25c408d786e44c3a2bafa4423177ad060d21d38e15e23eb6ff +c0b4120e814695d423eefc2744a1fc81b4df89d76f0a6803d8b14e75538c +aad03a72517b86514f6952f6fd619d9e910d980f00964db325318c045bdf +79647f453d4a5cf4e61dd5359782827229310405fbcf6107c3ad9ddef9a9 +a339d5d5a6eb2e7838a0a43221bd62cbdf732db0a638a52016fb35ba7761 +aec846a023d3bf2d1bb183543e81eb7cac1e5970cdc6f068c5ea118c7aae +528d1396e6dc939112da4460c890ead5c01bdc438f5bb734218ba6270add +0dc1778fd8ab16831d6a302b814a1a44b07edc65956c9e6cf4875df521f3 +ce5b422f71081b6d69bd270f739095c9e81c0377934a8bc6390c420c4e4c +dd9cf7e32544c68d884e15aca3bcc07fc8c132d8fb9d752c15d75c52c288 +57e2ea461a6fcad90c56843513f74461f18d7164bc597a28ae4ba7c86ee1 +703535a9b9ed5012262771fc12f102e800e0e1af7bb46681bd2b14b614ce +a91b7b2aaa35235de76c0e113c92688f8ec81277d58c3406778e1ec1cc15 +f1cd9a137c8ffdaab99ace3bfc782916f1a877170589a92dc921e6740a22 +b84dc6bacdabcc76e64c79e3a588d80f8f4d376e1b426f15751cf7391102 +102f0afafd8b22dfdeb548aeb5f30b1673023d22054a13391a0ec08de6e7 +b685a0d031aabf20b7c62187c0284892d5eaadf121ba28263eb863d5e36e +a9c06a77ccfc0e17f593961591f84d82af823efe41044c8d606fef83ccc7 +b0e961e7994df8a3cc36b209d953e250adab8d22d7f2b4e2c9ca39efa2d9 +3e56195c1560e30a5190cc5b17faefcf250df79f6b624a4b917e11c33222 +2fccfec4f6a47bd9e75da9854fc3f7ae554e91edde144d7aef38a0e3edb5 +e5a5626374db94f022c8cf549093041de00d7269b7ce544e748439ba2870 +718c08e58fb4a77d93ebc04b7957d272ae1601d41bf85a2badaa0df73b0d +3841d4839c85677fb2e15f1d6ce592669ff4bbc9c69dba334dc37706f2f6 +be83d5863e8cd6a30c08640aac4c233684e66b4fe6b62d4a8be9d531e47b +ef5640d9b5c27d990092be1597f6995c8a77be9c18aae6c1cf130775ddac +41d34438fc7ad8e042cb56cbf2944932eba7d053e9376ff398367450e35a +1945fe23e05c921096a15454721ffd0f429a3e06dc3ed36f1c170be79c66 +996ef8337aff85b90c5d3a4a94455ae9fa32e2117a63e59001f052d5f622 +3125bfafa40901e98960adf7bb886729dca82fc3b8cc52b37ff2517299e1 +d769057f8154fb95582f02cb0becc873a9c71796adbd3e91324faa94f2c4 +1cf57c30b5897d031c02d256c909e080e70bfd1f32e69ef67031138c2ddc +d1a8e4b65e485c23c3e450abdd9815512d6f34a84b9db715db2c7a93bfb4 +24316e1aa44397749cb01088428f149a3b4324737ed9957fd388248462ac +1b2610d72bf5c073eca567e7385cc959e37cac7e05470160ffa5a9f63b8e +9b082937e911586ea165374938f492edf28ce6020953a5b5ccec7737f9d9 +cc8538c4339567aaed3794aba3b9f4eae65466e8e326f6c399b36355935f +bdcb9972f10b13494dc25097fcec5a6398f275c8c151558e74c5175f7baf +4155e36b733f75cf9d5c5979b0764f14d8306e06ba24bf791141e404c69f +3f8fccd91b9c58c2c671aae7d4f9e5d6414e46ed633a5f78aa5bf04e6522 +46a066ead9e582b181cc196ea2d3cfaa383b5d0e4cac9336e119c08cc6ac +55cbfbae147c623b400453bbf447e96de036fc025624384359eed7c7d5f7 +858dc0521377cf647a157fc3f188de5eef094dba125510fde34c570d7be7 +6ab5df0a28bf45ddaadbea7eeedb936332dfe93081e0afd3fdd46bed08d6 +914b2efcfdc41662a33b90b03d76d34f48d30fc6bbbb600e90e6ac7243fd +f026762a44b4d6e4ecbef48c9d7b696af29eee063e557d8fcf0f09e0136f +45d17e608da36e59f2aecf8493f8d62536119b5f7e1554dfe3f6e8d7c9a2 +c6f557d18b4af92c9f6e050975c3b5c54f9b5f4e39d600b6fa2cd6de203a +174028cbb2a201af126d1013c229bb82cfd013ed199d01e51ee2780fe896 +e01c63c655087a3e61a7f1029fa5e97ea1872f1b45f22282ddc317e17926 +7368cb52da9444f6055a3c653659cad2a1d8712bc2b1b32c1dc6906d957f +b88524ee066156ed6bdeb8d832f9338f9912e29a250a8c4674e667c1c278 +b677aec9972be83cba3fb779893fcb8f81a323ac91474ba2a2334a07bb56 +28e905c518e634f6761a3289056f83d5dd7b3890987eee1c18fb2d379cc1 +905f1aeb3b3d2ad578f0d6c845d2d40c4bcee3f71c90e68e5417bb8cddd8 +78d83ba80ad8485f4067e5c3cabf28ab56cbb219c0aab8ffc6c7e192bec8 +cbca1459ae4450afcc81b9548f40ce2622e5a7c281f74dcc02dad57efd92 +d072318ddf05bf42f1ea8163071e23949b0179cf7de64677ca99b23cb926 +b3e294194ec13397ea1dc9a5e1cdcd828156cd71f81b64167d4fb01e6002 +713bd8ac6f82b20cd3699c6ca4704dc5c65a2d66eb155b7af1c9bb464694 +16fb49c1c7e17a30a5f045271d7df3fff2f42c6b470701c381e3456a500c +6bb3d0e47b4d91c5f34b49bb6272f1f8698b307d89eda3a1565dad1c0864 +627560cf922dcf5b34c67860352390b282f95394aa2cde0e97ce3ed39546 +a6af1c52bfcf81a29be82c47c99e8050e4889e4575b75f39e662f2db7420 +673797e2ed3d67cda7ae2c15d0a0a794d57d168ebe13214e89e0209ab2c0 +eb7784e9491aefa3c02d0df3ae5365a0fc4ae023cab528162c7a1b173664 +9dfaddaca8da5fa18b7d6489e4229e9e24d38a620464a744a5c60f6f9d33 +4b908706b738aed186698a8b278341fa4d65a0a88680ba484694921512f7 +de93337fc1c02bbe6e64af2dad07603279d873291d1f4d39c1dd6d89c90f +65240f4808f6f1115ca55b88e242565e59f3bbf1f10ec7b88872e9ae61d4 +4cae185463edfaf7df63de4d2207d307afb61501892965170d2945846fcf +5973a1d458607f50c15e06e5bec715e0c156259aaa6c735593e5564f65f4 +43b78cc7512ec35a56f126df9d30974a40872e4265e1ae5fd483cfcbbba2 +6dee426cdc4721f19c3fda86ed7ad4fa1120f63669befe7002b128ceafd8 +c63e8ac09943b6cbdfb3d2476a026c00a8ff81b1f651b97f310c82aba5f3 +88cc1db5afcff5996d5252a6a42fa4d972e41ee56088f78cb966f9051171 +c472c774879aecfff08bfd9cea40d7c298922ace64f28c14e0b81f4dcade +81d71de3983d87d905192ef13cee71b2d3ff1a88aec671ec318917df98a3 +c9054e372d22a3cec82fcc217f47319a40900312f6e32b536b9e7a7fa083 +7ec65ccdb5fb0d41437117596cb39d9382262de6e65379d3a9709b2cfbab +f5fc5d5b352425f06f88cd31012a2a4147b112f0c1c0accc808cd625e022 +8eef66661f70af96d3dcfecd402700e4f6522ac9a856da466d55c84f65be +2810a1565163872d62eb81333a698ed7b68352cacca2d7ad38ab55c19e4f +5582f75818302f5fdadf1dced09d94872f2d48fb636c8e38c7563c72c771 +a08c6b1f041f3532bdb39006c89a33c09be1e3e603622d891f98010bf1de +5355f557a1e09448d486adef565705277b31b8bf2b86761e32631e3435b6 +88b79d566f1747ba456ddb43cd239fb47ff7b425eaa4c657c8eec26ee01a +ed07cf916e77d53634c137aeea009c6b515b6342c54be2c7b95955b1a9da +277a0abcda2346e88018c726f481f71d6011aa42f8852f2e5749518fe3b3 +ab668213fe1a05c10a1c53953d75312631d6bbba01d418199dfeff8cf548 +6109b099fe8e2f606165fe30f532c03567785d5362aa873c9d3eeceb20f1 +945d55f49b0ccac8496759fcc7292e46938943c262d78f3212d3f9d0f7b1 +03157f423d71b1ed54b2a603f4c269029918f238ec6828ffcec66009db9c +9e59534eabb183f31d7ad4c57b1bdf0bd2ce5a421882bc10cc1bce6a970e +2b586bb221567cca483989dd0b8dec424c1d1ff042dcb7834423cf244eda +28d2d969b17440caeaf024a6119db010ce366821afa424d1b8299609c041 +48275ae6e5257a7acb3c766c747ce99cba2d703cf19b7cf301b634d8b613 +ddc4afe4633a4d77bff8e00cfb5e289ebbcac90a24307e7941ec1685cbae +400cadd876fcef7f6557eee167d2035a05120293527700dc510b038a496b +e1d5cbaef24ed39f74211a93aadf22214ed606a80582485afe358e3a46d0 +671148998a3b3be209467009b43400870359d4189a8ceb4d5866ab52d16d +9ceb1eab71c07e6caa34b70e3096bf7604c22c40d5fbfeea616da3babd59 +dcdb97d883fc8742b8267a16a99b7953225f7144568d566e64542c92e538 +ac140c851e5d295528eb7cbb49909b1caf6409c9bcceb325468fa0b5f7cb +2987382616b477ccfe4f4ac79e4a6f7165363543f04de5b6f6e1c2e910cd +c3cdd6c4c92737198f892337dcb6647bd226c820ac99c65d8e7772bbb74f +e65dcaa8a22c33bc168bf48e40a82700a3a7668c5a9a71e397acdfee7d55 +6c5c19467b7aa69c260b727407ac837bdb7d67dec055c1f45d8bac61048c +45bc9fb3cefe7549eaa2992d2edc126ff7a05eae58613332a2bc1465b2bc +0429162b907d65f793d236eddd8d35405866d71b25f62dc4a7e06d4dee82 +840accaabc0774f8a63e9c0f7fc980b3583e7a8b01c46590e3bc04eba565 +c2ea94f057d964a78a90ea9f52abfd70f84e44e434bd10a42e98c7940657 +24341f907e35d3cb257161e01c7084e3a0166d15ced65da7ba87dbb2ea33 +d39bd99afb93d3548358d08330e807f8552cecf63c84f805205491ba3a1a +622e70c232fadf3bf2dcfd6f0539158d3306506f150b0518371912a25eb9 +6163d73e9eeed42edc84d688bc7f7708d9dca348fab4df62e5809bd09484 +2d0a31dbb7c4b41f94d946810c5ec10b69aabc2c91a59500b2e5d37f4755 +ddfb7ae4abf757f4c5bcf77c7f95e6a616646456fe8f18407080bcabbfa5 +7704287ad26222df91ab2613951e2d679472f8adf06ea2a20205ec199722 +99a78bac52114334470c5f5890c2f846b4c6042d73945127f2e3910eca1c +4cd7a16efe4b4be38a15aaa710682c3836a8ca83fd384970139d8b46fb0a +ebb002dd224199672ffa02250fbcfa4e649e335428fc71f50f45e498419e +db0e970f46894a48f65580881c9c4250fcef65c9b28699408e18b26fe6db +7f1cbdb767564e73cb5954c6d639ce33220c894f36e70f71c9f9aa3fe2ae +0aa0e3f2e304ec5abc661675cde2e70519e4220ae26fbacbd01d5169eb84 +4750753e6ced53e3678fdcd08ab93e10067e9c64f38b40b76d99b6cd92bd +f4155a1ea5cc824998b59aad06e09e5f15ebb2288d66ea71b296616734fe +f2796f07ff0d8b047074a1111d68b99c2b70fc56e74a51b062f4998acc85 +b1943c9477e436e5cd7ab18dbc898d21bb93475a623bdda71d7b895ba2d4 +c10f4b90bf335126f4fd57d73afa50170f6b3c364922e551d40e35da75fa +891762fa23401d39260f2e92c7807c746f13bb35cef9dbf2e76e66a72fef +f095da482a4de8a420917065736cf4de904fb52e649a32255e2030a7b31b +686353492f31c064a3c4b0448c4bfd44b8e15384fd809b8761ee26a7dfa1 +758d57ce4f0bc376eb2b3833534b15a83436ba553955acb5a7a66796ac5b +92db5388bc53efa27508b08e82821e5cf669bce52bb860780f749b4f38ac +df5ff12726bf3ec2743f01014cde96fe6b4c40a034e9eafca2a35ccc776c +2669e6ad138070a40f48ed79136d7ff57e993e09b81c543fbadd350ff5b5 +f7a46f060f88e30fe2d8233832d18b6c323ee017ebc1df5c838321cdc8a8 +4cabcab20b60a1a3aa028f36ea6e87c850af8af7cd50aa6359038bfa8818 +821d02cee8f51dab8c05f7ae9797814d97f3db8ccdde45b21dbb15cee292 +faa534a5f317b357f4091f3da357325b8b9f5edb45865415973c143e5e5b +aa483fbf2d06cdd4246675ec58b84c6ae65ca743117ff00f229243772561 +31a7f2ba26a9115afd96c18216cfdf41b7220ed0cb3fcc26c36380007b38 +2a02aeae428887dc8be5fdd630ac57ee3dc156c7b8b29e687f24442e35ce +10ba4087295a641f7139c831f7ccda6cceb5dafe537cc1a97c5a337d3c48 +a6ae947f58a30dc08cc7b58dbbb4737ad52783c573fc1e9408f55495a80e +7fda61f0b9c4f090158f1a416249ebba936c27befdef19d1bfb839eb7057 +6a010706d8b95657b2189c2ae04c11ef9e57fe09880273761fb4302c388b +d608fa0c7f00f033c9c00f4e3d5ce2d903e0da52e69c7745ee9fa75e2ad9 +3dc6cb5ccfcd3782a699b807afc36ad1f62b05856d5dfd6f88831b90eb3d +cd523582a49732e3fd7253126d39e8afb8458b5f7ad7f94a8dac13365f43 +3c857af4a42c0a08c4db9887c4957259ed22d13cfdf5995da957ea5a0f62 +0b0214fbfe08ab6d552dbf048d62cef6eff12f153511eca7833e0e3e95f8 +5e6ac0f95438ac4c126e1f1ecf336ed31cca7eb216d279877123fd9fcd8f +b5e52b587cffc4428456ddca816819a8a4a211d8f1629e5d42ba4c5c356e +580c8a22c61d987552faa97893816da73d423686e4ebd44375c257f03131 +8865a20f22115e72bf1eb9f93aaa169c140a33a06c35bd4526a38be79cf4 +0ad1efa10411e8f3300a8a8b97ab140ee6734e1bee6c8ee443d698d34159 +97649c6f10f20acd80236422e215e146d744a262da3fc88dc0d86ff66512 +f49d3f957d3c5cffeb424823509f33f155057a4c6f37b52f4667767ba94f +6b8b62856b553f307e5d230c44cbfdc9a97a45b139ffb2f2565eb0e22026 +972fad0fb7b9576fb6f368b61979943a398773600e7ee1dfefbf26d45d40 +bda66ebb96a56ee9cae0b2420c5dd83e24dba9ff885bb844bf3d2bf93b07 +325dff60c0cb5fdcca0ac8fb5a2e119d5af26e53ab8e3b428481c2871dda +26ef0b621cd8572b3c664bc7aac01a1d05b98f791a7080d294be81099bda +7982432f3dff4775c44d23f4f1b2e0162b61a8b2cb5ee8564bf98e2ed403 +2219085fe6194c19dac98a421826caed7f1ab1477ab32750601021728389 +4235d7dbfc1153d5ecc48aa7293f19592b4d7e95fe55151889bcd1d7fa7d +c2370d2dfe11d7e4ea34b5c7a8e73bd3a348fd389ef45b6167fb90ba44c2 +3e912f9a4f2fc0427ed070592f7110183bfdb2c400393ba7569058227926 +351f07fed4f33633ba03a72aa2dc6b598e49b96021dd868dad0f352e5722 +fb714f667c15c68d49c03d822d82677edfe86fe9668e537da284068c9b0a +ed83074c92a5b939296d505b837e6a9ddab1aeab7455a08a114c2222b339 +284674b74bf4ca9ee0c020bf2a148b439c71c6be51a94cb64fbe4a7eb295 +5a455047cf5cb348b062ed4f6471cbc3e9add9be9b96879ac7bc71bce02f +d02f17c6063985a5e8983d205aa1489da13c408990aba1c54f2f501aa172 +f530480d789c848118c0a74ef98d5f607a067baff6030d887ac6a6497f9a +0b38f9705f328aad4bfbb634f739386177b07f22d5771282444e5ee17335 +b4d0ec86117c697e79a5f4f65fdc08e4904daedab20067eae2448fd43018 +49e456d085f392dd13167adf75ccfdb723e2904a9c0c976d6b84ddef9d92 +b0e15fb246c3ecc2d0bf314cfb957757b3a3e8e5801f520644e4601d291d +a0f7507c06f3b9bb36fc1c70eaa444e14e56c0cff06c7f853df36da9d8b6 +af2544b853dfff535a7e5c6fc145250cdda229956019659d0d253a19a7b5 +1a4e538bdc01f74d77049949c2c97c7ec6392c2e61ccc0992b66daf1ab08 +551063e53180d2a67de496716ccbaa45462d9f91b66a22545962ddab1205 +11ff08627131b95e5deeb8b4dd9643e7b2af65c0fdce11f5f1e8dd468da1 +8d41c8c4f00ea73836f4f70ec50fc3ec6d358c0658a4261c6d15a582a2c7 +c994e7882e661855b352014576858a265ffbc425160669ce159d07edac04 +d060b44e5800a7aae8e339c29b929aa81d2f515c46229d2080d5917ab20a +b6b34fdca8e4af64ed660a3173786fb1a1d005d575c2a5187d3f7cfdc94c +cc44a38c5cd523e9da726d8efa6da7b6131dff3435fee838b2c7d6b97934 +295f06202d307ff78d906699cb9c5bbb10d1d4dea5fda5bfb094e7046070 +83b646d37f5da1fc7ad21b813f44d8c1afeab66655aaa19703bea2e77df3 +bf350e17c74b3447a452235919452b5175570a006c7680ac05e8950a62e1 +1d7e3aca35a397d1e19630d094a86807593c97f4c484e4e06bcff708b6dc +a972e3a0009e1cac0ea4141530f5c1b8aef5e1b933f37fddbc4be22b74fe +346d1a3f5fec0818f8e61765568a2ac04713e828f98c449d9a1cce52d10d +61dd8bfd084c8d099a75d89dea64d5a7cc68bd5b0593d97953dada976383 +f5015915618aec56d71d1dcd55b89736395c609b315a3f1e1255432fdbd3 +7f38cc43c354fb4b7c44f1a7318b0b7e99c3c08c33b953727b6a63280517 +83a0a33e3cd9e498346a3ca6a77b517096edd52ae443b87643a646c3a7bb +97f742888d33f9b3127e61942f4103c1dbdcd8eac8f9e259773066736ca6 +53ce57e8822651261d847c131321bb9d6626a1ac50d047c0ba47b411df2a +995545bd68ec0287cc9b31d5ddca8755ebeb10accb3903ab0fd5788e9842 +20443b8459e7c078da4289f1350905881ad6dfdec47302b0acb0d4af8cae +d02b4b70df3cf8fec118f0fc2d3dde3e494cd160e676e300bc464bd4400d +b50ee43b314e0517037bf971acd7cd327cb2134893b8a0410e68ddc518f5 +dec966c7884cf5fdfe74723177f20dedc039d879056caab4bf045062d390 +4f615c5cfe109ac7a35599c94024b41019b9afd404a80acaa4837929f5c9 +317680a13d157a03b59a5588df79d2e113f5f51021d6f6f90e8bbba2c252 +fd10651be80bafd59c53a3367ba3c28db6eb9dabf1ea99f47b503f627e15 +dcf3fd645fc52c5d5d0f2f07db4c25c0d1e1c00146e1c4d973e613ccdbd3 +f9450cc0f5343d79f05e9492e86a1bb889adf40503bd7f3e754343685918 +4a5b20bd8a172f350d846b7570803990adaa48d4b9155a2b4c4bfbef1e1a +065c08e03928559735bdd442ff1e83e1fa20a5da57d8bdb2ff5427c034cf +0128af111e6e73099e046e0c240e80a73d7be72b87834e45898d475521ca +3306707631f5c6136199f354632d1a085f12a1c7c473868b62e534d15f54 +84323e63d0574196a19ef175214eb35a90873efcfb92d6cf68761d45e37e +aa61e1a1979a82009507ca193e44b36a806486665cedbcf387053aceab97 +9bd35d30978fc7659abbe844f4ecab3303318ece80777a5fa5a9dd91b3d0 +6804c4b4e9b4efcf07eb89866d0dd8ca390cfd1598651417114d78776b1a +1d36b4ba17746d6be7fc123d473ef1efed1c3bc1d555f914536869fd5b0c +35f9c83f65b0e6bf7a627b9202d787d72c600ddb6bcce613d88492e13ca0 +aaab196e8a49928c62cea4ffe2d0208eda334acf47f20bd793124d2c5546 +c03f4a364369a76a0425262f9d9118af54e37d32e33ab25dd533a49df5fb +f1baf4ceac2d9d378cdcd13b00fda432d9042f623da41afb80699b5538a2 +5403b0b3eabec9e8efcf42fef3ea9f91766902cd206b0787c187d5370b60 +ad6dcd002de2de8dcdc0b4719a797c5e26baa67665016da0d967fa1346f9 +588aeda174ca001b31213617fe19ea218ec2359779d979e2663166489c06 +993230b0d07973a117c4e3f4a4c93cf8428248dd5389414d679c69644142 +67c7fea17e35b0cee456667a9b1875c81b2302bddea2818d6019fc1622a8 +2051f60584abc904cd918676305dc03ffbcc64fddac8d8aa9ce2ea00d6c9 +7bc63c8a617dedfc0e40775649438e9f61afd1795e3b20560b01be5e0983 +f136cf48ab206954e41dee0d9ddd953dfd01caeb569151d6bc0dfef29d70 +fae3e198e7edd8922c0e0bcb8bccf1c016142c1a8b337afa7a05a9d7534b +184bf3bf827f371e9bd19a71244eca1ba73d484cd2fad54db2f0eefbd54b +536ebcb5094e6bc2f5b2aae41f05b4b311115876ed42c34f8e643b53372e +3f6350db8a38445822ea9a33e27fb0cc42cedcd1fe2fdf723fc47c996ee3 +56c402112f24d0af899b2d00bea1cfd427998bd22b2a09046d6737814448 +acfb10d387547d7009fb384af0562c85694c071584236d0f1f3d3fcd0cfb +38b77c81889061e668ba7ab37aa60f58a3967de26f939b79cbf10a9dcc42 +852561d8d6754f1b660d216aab1e133fbaa321c56e2584be5c9bae20ccf0 +0e8dbe6d9c2fcebebad945c3c04101d2387351f132628786f6d9d4cab834 +19288d31f9bc600d966412e6aa457ce6cad26a4c0671097b98c2384c81dd +8b9a3222d4f4bbda7017895c3edc26662779aee740d9d7e24185fb821970 +b0a3a94041a69e4805ec88ee1ee521981536f2844fb8f5ef645f67d42ce5 +148e2dde43ad5aef200edb3a2c7866c98458a92666e5f9e070178bcc39f6 +5a893102a10564af4e8caaa5075d2f8cd7fab0401c03af299ea3515cc930 +66744eb5af7cf0ed06675bf049a6e3c211a89e16de5bf0445a7cca6ee8eb +0347454950485d884606651e5887fe8b24323e2aa16de22fc1fc8c4f06a8 +2a1fde5758976024068197e1f4506e4d3d8a16d40461a4586338b374a592 +dc60334402f76388ad6a457dc3f54e6169cf7ae3959676e966a456096210 +55ec3af80e182633300a4418e34a66ddfa6b569e5a13c9115b5fd3ec1ceb +e50fba247f60803aa83976f00117536342dc3d9890c49b2ac701d370e43a +955118967827760f7091469c5406f08f18d7e3548148cf0e312b1dc71df6 +7a5e7a1656cf2f47f3aff3dd50ffc2fcdab7177285b29c17ca43019f62ac +6fba52d1493ed7c427526470acc8389bae8277594958908f517b2863b832 +92eb5ab3f57fffb08393ca610fb1fe905d88a0a16ac395e2a2a6dd033d6a +0d68992f830b2e1b95fe357bf672716e88ffb92ffc3d62945d1ead22bc68 +c51ee0e10a43011db94c44685a5c4576f6ef44cbfb45f2a4bf110a01657d +b51fd499767e78058199b31dfd60813f1a344f86289f9378231d5b151c92 +385e3650b4feb1dc91018eab8474cbf69fdc1496a4d078d2c351c8196451 +247a9dcf8117e5b637371d8e22e248c64d999015c3fd2311e9950b8ee092 +2fbdd3d7bff766bfe9e7ce0be12f318ff2a7b5a9c6d00a54401609304ed2 +c55f5c1eac3d4b38355bbd85d66d61636fa6e30c2e82829376bec979a6fe +ee040e452359768ecf90cc539a546f17ae906c76f14f86ff697797322b05 +1eb311a759fe260c1eee5dacf383816aaf1294cffa7bf87a4d9bc595ee8f +2c2f86feee11ad959d86f22fdaf4cec098942a57e57813a0fa99239e994f +ff353c1e781d666b8928cfc648fcf0869fc68468bdbda7d280dfab8b0b3a +4ca35b074b686de8d372c61fb32305169a1a9912f6541da16cd6316a6ea4 +51524757be5cf6e820011be3859fb8b8578c100ff029680e05f0e0bf11d3 +3fe19460c85ea5e4c0ef28e29407c8ae6be01cfa0d5022bf9fb01416fff7 +22a784dfc8fce330ec95737a854471d334fdc58fab42867a7b62836a8b56 +466e9a6c1247d46ebaffb905cd4321970f59fb8d6ff65fddd34bf913ad32 +2e68455c5ff2d23c1a5eae687f259bc982b6a384d35440f7c693cf50b9ec +ac0b5578caee87588b562eb6b7f42034c9f2e545ec866316552354eb3728 +c7d26527ed75174eaf635e048b08dc5d23e88981070ad5641a652f234495 +6e9cf4c16e652a99f4a644d1787d6d36537489da4d74e61b2fc4dfdf1d1d +9d58f9c26c5eb63200526afd168ac57d5611ade4d4a382fc28bb60f9e7d6 +26a6c67afbccd1183c5e3cf2ef210d0bf5cfa7bb10fa3887bdd4cd96eeea +a8f9219aa2f10abc0a960c3b57c0ec0313ae10ccff1f522124cfc8d2d49b +fbb0c193eaffc5b48fb3ff30b21cb76f0a4c0f1377c9223145bb0468a5d7 +1b9bc25873ea12e1c60334571c67385c00d0b570d3ffc6c7ff0de62c183c +76aeeb12dffee1459e0fc818c621b8d12fa1357e2b55d48935d70bf140b4 +cffe8813defd479350b20dc2eb1d3cbb1a2d3dc6ee975d58c89d61fc50e6 +a0197da9a586b72255023de47dabefb11e8aa02414c2ff6258a281219b9d +ddfe41ba7d7977d0d6f18224fe22f7d4e9355fdb35bf7ed3418f4f68d093 +ac48f7d8fe4194feb6c80b9dc1f74e023c604dea27089f98c3973ff9f4ad +7bf7bae601db89b08d5d8139b95edcf6c885ffa8b3e4b0477e7040225733 +826bacfd1ec4a0dd72dc41734856ab9fb700df83ca2ce812913bd142d84c +5c83c0b2583768198af9e885f2ba74877a414233207234aa5f18840557ca +11682aabde89935338877c6d404bde4153c9827eb16d66c1d73a8143c8a2 +d3604ff72ce579faa3c5224bac48ea83ba8484299472007de96466b5b29a +cc7c03b05dcaa38a48bff9f214de43146ae4e04fa705421917f99bc54533 +f0ebc01849e396216b9f0794e6f6c6b61b52ef1b1950c0fb609895c3c55f +f574163fc8b6b09e66abaed1810e698ff37cc1f926b2cda3b48c7d77790e +bd2d514b6f385d397f713ec3ad3954ea9c8461586031d369e8b99e53408a +79d64c34eb5a56de8a67de91837960e98a66fc04dfa0ebde21db003234bb +78665b039d0a469a0221bd541af7149a2a659c300132c14581ef766fffbe +cba8b58a5eb3f95446def49af863a8113d17b2e7e6ecdeafc3834d4df900 +e3475596e86fbb4e2974c090db4ad61a737d611d92b4535ac291c56ad8b1 +c031d2f9b505bb77517b737d70ab3723db52ae2accd5dd2f617423ed3cc3 +9ca882ef41757bf7151806a9b8b0f312808863e3673fb54de939b35cdeca +7fbc4dc3bdf5a5f47d35e345916c39366c8b4f439ce1c6f1835c320bd1e6 +7375b03b5de18c93256f251761a4c8cec01019c068e34447bcc503b9571f +e8000627a6b3dad5854cbc0a2d69e5a8f46bc78f6a7b1422334ec7a98abe +fe9b83e01dcf3c6c9273b346f3240ea225ae4a4083cc7b0ea141a0773fde +940768358eb4b13d82aa304a1386d450c1c0c6a7d5a8fd2bd313f78f8524 +8b5196241e31e5595f3bc01f37700a2dd3d4a0ee2dd01a36569cd507130e +8f5b1e96cb560bb7da15560ccadf3b2c9804a11d9e8055c9ec70e48c1d21 +3eb756a1376f2edcb7189d78cd3d6ca5865537eec31c17d801605efd860b +0b629472690588d0257502c6f7a75b9a1c1b397781329832cf3ec43c09f1 +559cd562c48fa9500295cd3b0a790dd3fcd4684a7c7ac49ac9bfff36b39a +9fb148bc28d37907433943cbbf0cbdab46d3ea86dc8f81c859c52d15302b +94a9b51c199b7104deec9d769c2634cecf8b700ce9c04152cc59c9326bda +cbec4312deed92dd087a1c4840868d9f97cac046581f762f75e8d24d6445 +370a3f1e0ae74a6478d9dac37e7fa5bebec0a1e081af89c1bbf7f51e3e2e +22c8c405e8671ba85f1bf0df79a465dac7ec07f731e00632e017d190a99d +83e27e5c2e63d7dabba23b2e88334c63721ac5a4cbc5d45f4c177259f34c +2eade01fa008af65ebc601d8dd16436d86aa94c99f3cc0a2f87134e73bf2 +2f108b825a8963b49c6c685474afe4a542c8641dc0375d7efe9ac1168d97 +00459be52d0da399023e141969f25c0dac4668534b6647ec85454be945e8 +26b26de6e3c4584b97a38e2b40a0d23481bca78084fe80e00a71a790bf31 +df468a435ecc88e60a57860bbca3d65930186e9917cbd209c230e8f8255a +7abc7d3f043ae4d7ad63d9980bedf062b7d5c298c40225b6d03f29a0339e +0fca02138e526f06b9ef47f5e7a8068a846cfde2bfdebd24f5a73a66c079 +18662aec80b43246284fa4e2ee0d9aab172b1e59a6cc46b801149d8c0df6 +dec9a55d8e1b0efd9d302ff618075944cccb6831d336b11617107b0530d0 +9885e5ca11a5f1fcc8d69d603da16bea51116d42cab1aa1e4d7b9b4d7999 +3f2bfe53eac904feb70b2d330a89780eac10d12cc0c35b8399f218ac2976 +e57a26bad20ce2fa2ae2363d3fd2a8a971747556f2959da74a8963c20b50 +4711ae1cb0d0c02457ff2e9bf696b159af031dd5155f21c0f5549b0471a3 +c5dc8918b675cebcb23e29322b959abc05283a702e878de8ef25ea760f3c +5c7b7b49d398283de2ed837fd59f7c22d62c58fe4448b1049fdebfc8787e +67d7dafe9774979bb3802254da59bcc0219f98c219f84d995ca768b8b5d9 +d4a32525dfece003675ee4bd5d8dffc11025af2b468f9207b5b2b42349b9 +8232bac0759758c1f4a283405815bd7145c93fa08f3ed2826655053a3c25 +59073d8acd199dea2c5ba5f616a2e48548b4370ec73493ba07e197165dca +774438b0766867819c1154d1959fe6e01e6312e0ab91fc2e2bd240fc8652 +a2d456a1de7f34ef372a53794d4c4e050bf3ca5b7bd2f1b8de93b4c80024 +85cb219ad2d029739fd3c81cc6e78edf387235761a57143eede5cc887f28 +2fecd261f6a25d0a7e154ecdf5dc38e426811be86aaa458577e5e0c5f0f7 +5aafa9c41e5d1dc9d91ecd79b514f8cdf7a5f1a189470d35fdf4f9b87888 +79ccbd91b427822ed658389e981e0ee5f7fb87692a3e3e931df8a1d1573e +3b0166204240b7080089a09ef7487c9aee2d665f5a82f94c877fb5b0dc53 +1cebf1e71c6592cea2401e4b5122e5091df03d203df979b9a6efba12e2f6 +b422fdf15d49ac0914d372d21e871de65cbecd105fd4a3e4714b9cca5c68 +03fa39dbb015ea8a88be7913502e562e5b170b87bfc8572dc9df49ad6369 +4311ef1334444bdf0b4ca3245271c1f7a4d7faf1703e3aa0e1ea8d5c6e82 +1b28707ee0c9b4f22f23796fe87356c58ae2cadc191f4c58e1fb58da03b4 +5a25ac95dbae13a293474217bdb214742b9d9d6af35f70fed2891942eace +3e625e55ffb820543fbb250a062d3d395bc0f219ecfe0d76686ac148bc41 +476a887bc494ddbd396be200fd3e03cfa12ec9af6b934a283c42aa05589a +a6b4a8d16946bb51f50419cabeceaec5aef9085c9989289e9b46bafb6fb2 +782d84de2b068f91a9744aab237ceb1ba513e57e4c307108e993c972a3e0 +a898d5a8d27833155031fdb98863c3be7fef3004cbaa5cb60a1f2e3eb4d7 +290ff5fafa088b1ceccb6cf51a58daad998f08396cdfd68f5abc9c1ccb8f +6514107773c69c26873e889d1f79d10e866910e4684186fcd71c965adf62 +39ba3418b313a27ad632300969b6f284519366ed85e7cd968d64823f8c59 +b5911a72d0a20eb72b603a61e36f52f256ffcdf706b4560b4dfa5d918fbc +530d83a4b3c01bdd3cb4572e24242d141bf9e77536693a0407d002e09cda +5b195bf1ccf430ae9824c07928a050d0b460f2704be8f9e647a4884c4567 +0a81eacf7cc038643eb0ff18a376ff6f32b6fe4f197273327fbbdec6443a +299cad4b26f7778a99f65a11bde047153e764039edb251936aa43dee50dd +fdf8856519056aafc4c5ae6f2051af0579a9acd41d00775d7dbe70022cc2 +63dca5e0a25b9c7c4f5c418587666b2fe24816b1e0ec92f9074f1403bb83 +afc3f1d52ca79c387bdef864366e34c90be52f7aa09935373a07e4e02622 +4e76f9ec3cb9e7ede50defda48248d61f3cec880a3b8843306375d9711e5 +8645f3625bdb8e87052da67f9794ef4af8db0bcfe00677c3a26907dc651b +c838c40ec39e2b5a5dc0dbd345944a6c32226089d63c52490fa10b215ae7 +03cfb663eb8a47793b84ce7364da1c4e7fce32dfef09490121222774915b +a59c78c2275f829d15cf4d8686b095c38c731b83d48738c25f40b8add487 +c350a2ebe846c3916ae384cb1050f9f5dfe09fcbd9129c6270fd86d55a45 +9618fdfa4f907e6b4746196bb717865ab378414029017551161a52e9d24b +e4f7eed553a927933d4abc8f25df607779a717909cb4d810de8f57625819 +00e224e4b91598149ba471cf8068abe8744356b261600bfcc57fb8be4503 +6cf6571d9b2a95304933bd4f17215f8ef53f8e081af61fa7f9583c34eb56 +55cb0ecb82246959f09091f36989ebdd646bedca614b9a61ab7696b3ff18 +1058a150fa6ec1be2ebc7f64357a3ff2a2b0491d2f4e0b970de5b7788b46 +7ca678039b5ef55c88a384578d427fd2cb16c87b0bf0a3d37ce8ed43e0f0 +49af2436344d5f47c948c632c94a2875092825616c64c5d262fe5b24916f +fee982a69a6ccf888bd01d62ea591eec51f4b7ddfaffbeea93fe08d736c2 +0129e345d06b10246a5f57151c198d407730713f32299638efbdc01367e2 +3eb59aad42a83ab41b432db462652e29813740f4680a5d4bd47b18328fae +6bdf4200cfa4ce3773809b45e8887c9b2e4236989f6c48d64f5986f563d9 +a7538a8716082f81936aebd0461e6f4bd470436d8b7656f0fdf89108e6dd +02abdef907731d458d690bc608ea9ced09eb1e6e64c0790c7a2378201ce9 +97ffe0317679ee1d4ee9f91157449323e53b4ada8096cd628b5861bf7945 +43a98f2fa2ab54ff0f25a13dad43daf9394329b95aa53ca32749fecb0b2b +c035dd1ebd53ff9fb5ad8bce06cd89e5568091c1cc314cfb1d9821d7f9ac +7c55f55e0a16e39a87d43148201b928f3c42b110fc056189def183745f3b +637441de8bd4c3c7ef12f4258e306b2877adaec63441010750db4e6269a4 +c78a0ac01bb3603c386651fe814031cb5d8c1f149eeaff652a53e57bbd4c +8c0ce36a84a319a53bc1e5fd3f1ed1ee72f4c1a9bf264b594062fcafb22c +c1fde3f2e3d3c17dd3f7fe0e15ebd812d550227c06d01127385374a11438 +abd50048e17255fcd2bb85122a6fb9b7da9d5e9de8a747fae0da45a1fcef +e92b9e70a5b2cac668d4d07527a5c1403267d823048be671f725cfc7474b +44fc5aaa348420b2d7c23c6ca066666fd6f2208e329878d90cef1c2e77ed +22d3bebb9d547810b189f08920a27e7107f208591a84d463ce2576c70c3d +fe6643e4ea93f4e1daeb41d46f0e2f56fc10c69ad5034fc9859d31cf27a3 +a1ee256c93111f81c11acf1fc0ce20b90bac9aa327a5c85a7985b951519f +d4b03c40be637162af41b2fda68f0d1e9b7602fe2659d3d75955c579ac51 +df6a552eb9581ac3f712f083f19b52a6c4f560f36c59ceeb0c996aaf1728 +a2aa45dcad79bd7b23ab388d5b0b64a2b95154b6259b730b0f4a72c8c7f7 +cc93c7d64d9d8810d1f63ff8abd4db89824e2d264fdee916c41e299211db +1a53256e1db5cdd04862f034d9404b73183a99d3d13d642a663f129b6d16 +7095beb4eaefd03df2ff2f0b6b594c1ee90fdb203da89facee23f1ba3901 +fecc75fe1811bd701259343011262b6a0a9707aaa6316bc3c17f787bb80a +c8da5aac942d90f80c5a3bb59e47ec767244aa95c63e50bf809998957936 +d3bf6abc24b0a397258f9eb4dc8f65692cb023d9091fb180c69498cd0c08 +bbebadc84a7e0016e8f8bea325d924eb0df82e75d2cc2ccbf039b1193436 +3d4332c5fbc5ec556be85ee4e707cc2753ccc43d2ed50558e51a104221c9 +323cdcb0199b7b83454de3fdc810d0f362c0299f5dd981b31d8e3dda284f +ef9dc8f9c8de138d3065437a7fe8c30572ad06d62e8527ad37ae39aab0b2 +25f76a25f6c6505241ed73ba494cf923e919f688ddebf193e188f8c4c154 +f21631080763b4d091e8ad1d2fd6649e0cd9360e8d1a67a5b5fafc67547c +a31c95a5ea8d4eb5d68b9f6d6532db9b545847359558542a2ae58c09f3bd +2918efbe1699e9c8f2c2a11ea4d224c726d2acd4a8d8abaedc6588cf2ae5 +66528b94f55b823a2a1f7be19000f3e7579d094e047075df18c8c8687602 +95533b26eb3ed90635b129c17aca679c3e88b06998ce5a7a2544b700229f +5a6a504bd3e45b276471959c8a3f81917a53428739b5ef9e3d463b3ba731 +8448e2a3e79520d2d245a2a72f31ff7070b6e4624e3a5e216bd103640c8d +f387e49d732529c611f8b971073f17ebd2f6eb18f9b74a67e1997926df17 +8d4c9eded435b9682f1a279c81bb9f60dafe125845a2ff3b02979e5481c7 +8a45c479befb9fef3ce2ba9bc46c77b50b03e48da6d17b76f06f3ad11837 +1adc69e178c52b5fb4b261c9311874ed07dd6d5b3226a005fdd7a6d53848 +09e7063f036cdea41619122635e835d2d74cbb6aa9b38caa4d819c26e951 +15fe0dbab4198fc5838f2c91b7a87b07d734c6d4f4f83444c1e90aa9bfc9 +08a2bac4b3def9157afca5248f2da31ca87bd363ac25e9e77f741d4b2c6e +02f04987a6f49d30e9038cefc41ba172dd675aed8b392164411144e5b738 +f3210b0e66b17a13cb9631c33d44484e792a7c082dd0a5382f34c5637653 +261b1eb6d2035b08b4d91fa9ab770caf40a103629511f7b43f2743d7e583 +433decfb19c21fd4fd0afcc22a4119e77c87bfe6fe50068b22479015be5a +9f06beab4d37412e062a45e0cbcd7bb39fee747e96306f79fc4f2e8942df +5d9da0e55aaccda547da19d30b8404fa121298b44c9cce198c708c69a8d6 +bf17591c5c50d3fc5be6961f7aba8f366dae957a1c3730da4a5b4f035a92 +74675ee3bbf0ca8ce9d8349f50cabb1c3ea4948abe6f9f143592f1ea9540 +4e6909a909168e3279a957ae1924245c356331a75e7008bee92beaa304ba +40b7c3f48f74d9018b3247df50ebd7ce541da48eccb1b0be51a455c3c13c +279d4d8676078c3ebe4308748d52c9b041d3e7244c745b1f2f742d010a9e +60695f3ec4fdc1050ac082b905d6a57e8f407a3b472f731011a5798965b7 +b1a307e252fe02c8f79ceeddeb6e165f1a94d7fff18ddbdf79477f14e9e9 +3981abd200fe7771b29d1d2d120ee79d28b9543818527039ac74085eaff2 +41b56d08220c958b5d9c87c0c04a14d52afd475b542d391bc54ff33def8d +9484aff6873beed32dda4b371112b523b6ce22b40d1b416b64c9370f1cdf +2c548f4ccbe9e12e21c36cc3ea52da232dcfb65f66b22b5e2ec04852510d +5e264ee939bb67aec4764b87062aeb7f680b40bcee04ad45c7519eb3b619 +9c9e0e332661463647f2fb7edf303efef84891cebcf0fac5f723a9d0476c +3f8c092604c87fc69c7a90f4d64ae45a478ee8ba2df50fb93f55a3546123 +f0b0e2c1c40c98eaae9f0f26b8f80ffe6e6b94b7e27d2884d58b8a119662 +2df6be608c5569d7864bb756df2edd184b90812b44ed4a32d001c31383a4 +0aeee9743651f795084615c48e402dbc01c818d477eac0347795cb2792e9 +c11e8fd4a02e194eed1c919d4598fec003b6d9a8a0bc7d456047a1c05794 +53fc1d7cb2d158d466939a23d7a7b8abed7e2777ec7487973e73f2266d9c +250ce30729e3c5223ad93b9ae8443b35711e446a3dc660123ed45ce1942a +1a2ad0610467e081ce2c8b92a6c82f0b17b5d2429e99f1a6268072c6b5aa +aa6eb6283a872c54d3694cd825eb2926e57dbbc7c1663075e687a144e4d6 +1c225781d80fcae1497b442342b4a3f1cd6bdb50e31791cc3928c30835fe +f845b6be5e2d7e3f2f5f085aa3faeb45cad0d76bcbb1ed859a9cebb9f745 +7036f0bc3f195cb1a98c9c8648f6583cdbb23894bc719d68c2dbd8003b10 +d08c8caa40bce784d7bfb4eec9ea5359ac056e57b8b0f2ebcb1f4ce40c87 +fc7861180133e0cb6ce2fc4fe690756d327a2b5ae063e3021c0c0bd420d0 +56f0b941e6b36088a55ba11d0c35fd0132d5f48e5d9673572347171b4328 +d4807b972831c0d74cffa5638c145b89c989e6ec942148207d6db8225758 +5958034d9f9d4221c7c9f7013790dbd130f277e0bc88bb179dd09e270623 +79ed06f25eea8b7fb33c35861a0034776e3813d2e9e5c10e227cc569ab36 +cb2d9df2e7b7b44758f9dc4ffad7a24ac7e9f47aa850c221048c3cb35a37 +ce8ea75632ae65fe3212175146fecd6334ae3d3c5f492f067f795e1e8ff3 +86ba198cb74f0bb4dc0000da383bc4cc3f070de17721431988d69c8b1a5a +fdccc83c22e16a87e01c6d3e79dc7afa3db0371b0866efb8b6f88900472a +fef1c4a878243c52d4e02e82658979731c841c489a6b97e271c4c93800ec +7d91f93eb9b9c659a554e1fce42a5ec65ac39190ef4b66deaf6fc0569a00 +0a9e1495f42f706fbea4d32eb7ef11a6489102596a65cf899c2f322f5679 +c6d123469192a9bf1a7f1f2c81c554adb97bd19adb746a4f81a4d5559e60 +ab94c483dbabf6ce2f28cdb412d50ff3fcfa3b3daaacc6a83cfed910ccb3 +b8d2c19590aff4d753034a6ce7f4156896a13808e0dfeac547e69d3c8866 +91728e4a35acd575b40d721e8fcc5385a2eb28d708101dc50811529528f5 +cb0c009ba7e3c88468e37768fb0d83895ab54db2dd5426562af9d8af304b +f6eda54e9c92643df926f5c3578269750120302a37cb140a18ba56ba0110 +8d4acace8feae640a6c6958ef156b588adb0ea5f3b0f37bba12b7bcb221c +811415387b024b7076fa4403a3ad6ebb5d9c26efebdb7ade7c60b444ab9f +90ea493b658b7767ae2be649bdbb3fe85f460f1ed137c61bd95f7cd3d8b0 +15ce45138538930ab62aa0e54b4ce1a5ec5fec0a2b28b345b67089a4e4ae +14d2e1f5a9c8848da688ca298f93860649ec3aafef3e820d86988c8e3e5a +4d4bb937791827994aa3e81d0bb3ee115ec36d5fb9a392d09e79af514d11 +c7b3a03c9f9c13355ce79e119a19177ffdca34704d38118a8976d1ee5aa0 +2d14feb1414419f5e85244adc5c0a765a522eef36170064bb19fee3b5f7b +441e4db967dae0bac2c48fc6a836e0ef5a69f073bee1699f55e9c757ebd6 +fd8b514e2b49d6333815b7dbd1e0694695fca3d21320a0c4b852d9706dad +d8369a95fdd917328be93dd33818954dbd2c212d2ca81560ed5bc284eb04 +7a5f389e24e43f4fa8c97fecf46589fa7341076555cf55b1c21b28e0c1cb +b00ab8b6f67472f27bc0d11148f407824b0159b5188d4bb7386fbdbf1c0f +af34721b7bcb5c0fcb7c4010dcb6a1284e9d78839e3c2111a05d29ab7997 +073b590a81c6168020f1d48951bc7d8476d5ba593f4f23cac1f9bb0e091e +84b4e99e5c584d1370dd12dee8df16af8bc6b7b23e2feabdb7f32779af8e +2b5094a6e9b7a7225f24c43a8e5d2b977e1e19e633c26771e23017ed233d +bb02c64f8cf03992c6484528d0c8464b46f24f9e8380f385d5d01b8893c6 +7fc103498983cf939432aa380ca576d09030cd52fd99bdc3be16c7204cdc +3365bf76294a83a1fc14a236f5fe5321904e779b13232a76f8fe521f4255 +62678436359c2461bea5ab27209541f557ae2aa60009c9ca0a9fc7898c14 +306ce35a50017badefdecbbf94ee2905220706dc806409ef87db1d73eab0 +698ad2db72cdcdb293e7fb13c94d9fc87e74502e6927a212f0d7d2f2d194 +64f7a66ac07872e18cb1dde8f11835dcbc5c4ef039333fffc0fc1456daad +e7dae3ec2ee0d3415b0cabb69fc5006f4d14a4ee1a5ca99ad4d5e629c0dd +1e0f097b5b93de2dd001a8c418234c9c45e8c13d1ae04e9466dab8cf1ecb +88a4e059c111a6468d2dabb90da79c7c79e94db28f6968b1a632f8c57d9e +565ff91c6916026ffac0661856b9fb8de9c81661816221b1fc159cfef175 +1e7e403f5f2ce32529dd540792fc17a12a3dcd7c50d38eeaadbd10adbf5d +8a82442aa900ce6150eb7a4639dd9fb6e385b2fd093493dccd9014b23eb1 +72e21aa89643a6cad1093343d85d81261972de0acb16a4c6b5f0be4c978b +fa12d3caf0134f9ea49f6e9687c8f99a456745ea252f0ba9968c7f9586e3 +dd841aa92dc7705bdd682dae41518a09df0e209f321d7fa3417202f4ba76 +a984da3addbc58136885362f02f0a24ebc439b3dbbdacffd8498ebd29f88 +f016b1feabc10785438eac860b554525f3266097a675299aa0967bd3b7a0 +eeee3fc578d1be99d3533bd91571aed904bfc9da1a1451fdc5406e1cd614 +e0c7fbc733563cd6ce6cc31e9237ca153f1f0411114361d731636bcf9855 +5abf12848ad109371a42b63675a4130b81e97c2a2ee2bb5d8fae26401560 +01af0f55d9d5df8ff23c8aefe14f120000f14149a36e5c94cd9081dec277 +c2c34870d05011f99d48b0875a5ff542f067f7e9880109f586bcf2b50522 +a1f23ece44349e539e70f84e207dc9bec7cdf856a046f1a03226aa41f541 +719ad1af88ff211e57dd0c1275dd0b7b47440da089b98c6ee92a7d94700b +83cebe19eaedd8a615f6587587ba8bba3ce3aa5e8eafb1fb0f486be3609b +169efb178a4292f4c0378afe5d24eed1caab514ddc66c696d8e37f294a65 +79131ddf5488e9436609acd750c3db0a940c84fe022b22adc2676f62e91e +8f891225f891fba537679b24547bbbf35f04915d20b11739f620d18b5b21 +6921d222f15044368569aa302980b9225bb839f494588481b94b0c724352 +b2df600a22b062561d86cb8f81514fbdaa4f8a043a0265f992fab71fc912 +4a45b8475e1ef3df6b6de35cf329777d45f08325e8505ec0d979f542807a +e77e57e453525f23bc59a50740371efa98678aee6c425374aeb745b99ddb +5d8d908fdb551fbc0db15832107bbecc4e11a1a8dec69358a574a2ed46cc +31d564549eff23102d92bfdcbb2bb985f78f36033e34f59c0ebafa3bdd71 +338736464cefdba9139833995eda4207bfd4a9867d32e867fbeb7de60d13 +2803ef9347cb17bd91315484ef6570892297dd8b7d966103339535e28a00 +cb1eeca4a9775f60a9f5fc9bd8b06d78fe8e6318c31da2e847e3f9ca587c +b01ae2ba0a2ebde308314413f4f230a758184ed60d4f71f6cec22a93a01b +6c54e0449a3860fca8954a347b7588329a80974ecbecda1070fbc0556663 +75229f13dd995e99265df870bc8b8cc6347fadbc1a6af64599271a475b91 +23493d46bec41289beeb67eb97a8ded7a9c9730d37c65164cfbdc22e5ca5 +89d2e7954c7136ef4e084c43a6c7f361a3e96989239bddb9a593cc2a80ba +16de9ee90e95cd39393c212ab22eecb677fd36d34deb46c4ad0d21bf7e6d +7cbd0c8083842fcd87b18fea7cecf939987e99ba34c214e44dd84c176c9c +c5a4cea76d380cb316bb4ef9de73d73b4afd4adb54451591def86621d138 +d5a0a29441502bf6c2ade671cec3cb5cab903a657eb2d70c943f976c110e +46c5d9d29bc00a875f2738e5d22496a43e096e009c5d3cb724b4cabb3283 +8dbe527f83b18cb457e57b092c302ee557fd4f00db9c56e66c9fdf4ec9ff +aab85f60d02ba79694faba476a199a0331c30a78a92e10417ba236e23364 +8174c826331dc1bab87c5f95027846130c6a2b4027930ebf9a97ba1b039d +386fc51c302648e25980212f6a582cde2778c677a01fbfb3c5d1b8a374ad +af6adbf7dc94075f25ed66d440b3922c5f255fb23fd8f6e21ea65b1d93bb +225684b50f11310e242b087575973345b229ba62c1e2c35bdaec04d10148 +f5b2f3bcf7399bdfdf1f3f79119714aea697245bc647316ea157484ecb95 +1be367234fd02e8b1f091aac3d29bf282dff4011bc0cba8e55234d943db3 +017cc7a766720bbc29b2d097a956c0f1067177f012d42adcb473cde8d1ba +35b4030757fa1d8211989df3bd22ce5d501c21ef8708fb3449df47d88650 +9ff7b59b76c0dbae443f336fee2d615d7eed1c284f14335bc8a26bf4621e +10de9611fb2f1dbd52e4b7565d8c65b54ea36d508bcf0c578a49a2665227 +cde1f9768efe847f9d94f1bbb7db83701c2321985c7283d47b2e40b27a26 +8428aaefe75f6b2f8764a8494e5827573758cb9ca46fa93208836bccc8b5 +564a69f5ad882052af1c1417c3fa7f580569528682c77080f3688b65e7fc +24d2a3aeb61574b4a3215927281544ddd7a6ee0a3e9388f8f631ce725172 +4df70726e5912ddccc8c652dd6c9608f8462303d867f589de0f2f71711b3 +5142ee6ef93b64d6326c4dd7dc83278e057100ee772082e6ba368ed91a55 +53ecfe2293a481e42f83bc8f9148c70eace91f7b7d9cb8a72415bdb3af66 +f68ea733a17abe9db0053bf148629132969589f38d30eabfa96a01fac726 +50b5a6ff3935670198a1ea33810a9b11e330eb8b451f24f93544263436f6 +69ab5a90a53b16cceeac36b1445574efa7e802de73522be725e68704822c +b7d3912717333367895bbfbe06966a5cc653aab5e9b3596702086bf00100 +85b900711932a95acf15ca4dc45a754ea334e9eb84d6fc8e3fc4f897456b +ed64bb93b593549ff0d5352275d8e417172a6664c5e0eced1019494a7ed4 +9ab0b965bec1a82e5873766bb38d7d856049cce2fca65aaf61e961b60634 +e2a69ef059754c9d8163d87f928c222772d070d83fec6fa5ac734af65e40 +bfde521f7d9cb1650fdf64754bff21ea3ff0af7611a93d525ec9b28c51af +ecb04e7fc8323dd6c9b0d8539a34fc3cd8ceb7958e8ebbfed4313c77ed46 +9c199552a9ff70ba5423b03b6148d4eaae17b71c5b39dc436ac53d6ba8a7 +ad81aa8b02335a8b2b11e9f4fa913159a725b8ab60f52f1a2ea50eaf4d56 +656e615bf382cc68a690bf83dff24fe986570adc0290ed1a37c1c2ad469c +e789e0ea0bb5ce01020100e729721af3b5badd33a2daa6c33eb8f9064f52 +92f715f820b4bbfdd56f76d42e7a1a068c1cbdce4640082f6e7d582d1939 +990ce6ee8d270015a2c461798b37dcb5798ee9f7512168b76d26c28be4a4 +9a1bf96c89d235f21a1db6a96e5da474d0b19b808d13d7a11bf39ea86474 +99c410ed9894a1adf33d41b6fc2e614d8087f4c84e437b136f3cb32db839 +3c49177a0675a0c9e7eecef448a97afdbe840fa01fc7e5f2e8fecedc1884 +84c312e8635cd79195475ddbfdd4d38d5a0246de2c7f21608f8d2c0da137 +1d302e941572e5792a3cf4e51a33228b93a814d03fd4fc223c314cf3714b +b3a34bd4f7ed6348577feed9deb082c4049e57b5d3cdb7f26629e9f3ba36 +893e09e3c7463d02a22d7056be76b87763260e46e48bb832b7ee13f8dc05 +37ec8e81e9bdfead8c27ebdf1ad706933efd11131e12814f236ebb01be85 +b7f1b2d627413b324918d247604f56ec128909873fec3857028bef76a349 +4364c2a7002d104d486236c30b48e2b75d851c34ea50ba7ffeb4e1919089 +8ae21768c157c0cac628a2181a32796fbc1a7271d2473cd88e5395ddbdb1 +fc3aa8df0f3d588637f19a8b833afdeb5f655a8838eecd684e2315b72c75 +ceefbcef94344ace8d6adbe355008ec72fe7ceeab01363a895f4e73f8676 +39be0a0be67333848816b05b419221be8f9066c362c23fe85b7f392930bf +e4c12b9526ff2fdec38f23a159ed61a0718e7115c24597d849fa76369153 +54a40c965d4d72ec94da61a03766ab39aab684e134fd1407a5b1b19bfeba +52aa0da5d99cbe5c82dbaa663711e6deba180e1d4a39c320516a4350d296 +bc19bf1be054859a0889c7e9727a021f3176fe620fb0c837e4141fece531 +a950c03d319e3255703220b7185bd20fe5dba673f8129ab211efcf36ee39 +4c7e00eb0876624bc840fa86e58b2f584754cb6bfdfd76810e300741ebe4 +544e5ac17413adeb21c62f66ca4f075c32381796ba709782de34a675b717 +a2c7f6d88104cb924fde5df775b4f0b68e0e2e5c2f788bbdeaf06d8e1fc2 +105ccbbd5827c0b03fd6cd64f0d073f3192d5f94839644e5ec6c5185badc +f04112a65f49a8c83174a9ae958e76a2f5af469e8b76c833782c5ffb8bd7 +b1bbbb3ea0cb7c9786c3be2ade5e7afa8c8f20892659a59bc421e28845a1 +08e34ee17864042ef587a6d67decdfb3f510eb40d2229585347a0035670f +cc76c2837a4e4d68304fe113c539b35c1f0234b5079b8e32934546982978 +c5e4df955a454ea263c3ca5d7101f31a318d82a3f9fcb5a8afd7a6520966 +3b0fc9da400b26f285ef46d0e1eaf8acb1f1cb805e3986d04bc585073fc6 +4895e4dae1ccb749bb439cb32ea91176d5c39c3650d10afb9c9884d5fb90 +183424cee67ef2175d01d2478d67511ec9f54f88763c152697b06d948bed +49240096eee3d06ab4575e8e8b2cb8263b5bcf4fa1608720f52b67530983 +3071879df52c3ec2871d20f398b5cac8f8a4d41d0f1d47584dd90dcdaea4 +a1cf160c4b3bf1aab890b5ceb6cb3488672aa68fbd938281dbc1d8bcfe92 +fbf514da5358443cb6e0147254e91b38ce6787b2bb0dedd2d38f5938737a +977b5ea42892520c58f8fbb53c994b57382379e9490f0d6970b980e1bdf8 +cf9f4c3c5e0a18f66e86ee93ffe7fe546de50f41364bcb3721b637072571 +fa1779f1d672fad260c16d7f13cbdf3e4376e7ff56d2a710ac5ac35fcbdb +ce2c9c17e523bbe6218617b13c1fa6679b308979ae7c61da6e68369324c6 +cbc7ddec364e5a86707266c0b459ee7b2c03fe584e529bffdce98c90a2f3 +d9305aa74d3ed8430dbf3a49fe2ecfd9c4bc9fefd22618fe9c8a973ad072 +ab6f713e4df02dcda7ac5359b2d652013e131b76b3ed6c75fd53ba58d862 +846264627f6b9e70d8800f6d9b32242b747a67bb2b45675840d34f852aa8 +062fa6b01e31ed24dae02f6cf788a17f7b9368175195db0072259cce0ffb +2c1035c1d26e1777cca3d56a827c3242069e76d6dd69b653768614b9acff +16567fea61508d51454bc02f6c60f755aef6afae3536bbfa1823f8e1a53c +41124de983e51cec92aef4f99785d554488a51c20885346d1f761da79017 +940a0c557d93f1db6b3d00ffd61d08e96ff3afce5fedf545cc9f47a2b1bb +26713431d6d1e47fd6bd6e3c668b0368241f0ebb5fa9c991df79890e52e8 +3a3675ee699b61baf869de91f67278f510061c6fe41de2d883f48cd0e068 +e2a652b244128d82e5cd52f35f210ddae3054691ed55a7d99088aae8fb04 +f525c2084ac09f5edf80a4efafe981f74c0de9d194320709b3464f3ff2c0 +f6aaea6d973d9c323f53de3d741f698fbf01036716bbd62957cb32cd81d3 +a2674560ffbc5bdc5c6e4f547e589ad0b1cfe14f5e17fed1c4a8abe4e67c +cf8a49f32c4c6044f1431e1cc382e7758722a6d0df9ed23e51f8ad14d11d +7b6428e27443715eba4e9c05d6f238378f9498aef0e7ee4fe6856622cc8e +6ed141ee5f109e343cb6695c4be1e0f66601c27975983bf557c04acfc192 +27a1ad7e6c44c00529fc7edd7f886d24b7e029b9c395260088bbfb969721 +99a7b32796d27257de83a7402291c14fecdf7998c5c96b1edade0280f856 +8a8f5007852eed303969180b3329917973c2d32c080c9765b6bab0673bc7 +ecfdbbfbea980c26384339b7f1052591d91667d4fee413afc23de2d4b9da +742f4269c6c939f5fc32a38040730a018155ad733f231e4d5b9d01c03a58 +eae7b5f590ccfaf25edc8552cfc8d95c60ebae1837d7a97ca137e9d4a4bd +2cd34aefd68d64b3f4f62326ac429921d7fb3c235184fe0899690a0b775f +1a566ec29d5830d323726526f7e7f5afdd71b77e07613ddc4fc63edf4905 +1aeb59e6337ac0a4b6dd872e776c9cd0ccb861305322d816732124f5978a +86c186bf0a0f88e733ce38e4d7c1ba5378c5629b1efc97806059990ed42c +5cd183bad7e94070e4058569da2e51831ffe0d080301aeab4350ba290318 +aec582c78d05dd92e5afb4424ea808629bc972e68f4ff2489c245593f075 +55ca6a2b25964794cf31cbd3ae5c229ab9b8c29806c01d116ebd0ff0f159 +ed2d3d7dfc73eab4910bff5b0b0b587cd9ea6e6fc45d63c09766224d8346 +1f0588140b258b1729f70bae7962189b1554483392988cf230af4077193e +53330519394dd99ba1356d4730ab221dc6a66019bfae564893ddad7b177d +add16add21d396cfa6c3dc818052e2f71149fd594a16de0c2ffdd366c99b +486c55a6e991e4d22ccb15843f0c3363676af2f5b2d1b7ef66ccf2f12dc5 +0d63776bffb058d70a9c76dce96c754872d72c82a0c33f90d49c935402cd +d26b6d743b1f43bed5d8b539424849c1495dae73044e885a7d0f307f1816 +df6244a6f2d97bfd4e200e93f69b08af39ea21e6e347a47ceebf803f73b9 +78adbfcf056789bb8e6e2563de87dd9a8c877157b934102dcedac54d487a +1bb2694f0034093c48f10a17d32e2bdd0c723caf59addd1be373af8c9beb +4415aa5af36310c31f24354a53c0b962573148bef91d994fe3f3d8450dd4 +d686725799f53c373a0a3e3c060c2e1a3e8005049f26d716e1f381b9f831 +25e4683264a07e2d8938f605978e2513dd2050b3d8a1012797cba8961632 +bed260916338a812ae751c7b657e086a0c7ddcd3bfddff3e48b847519257 +36d1310c4910fc114387f3ed7fe163f91895ebf55fcb425cef5729d99bd8 +f2c072e36c310523e75cd8e5de49c031c42634109d56e91a46c8c8e89fd9 +2012a00c33d0dec52597b5c6933291a7bdc5ceda95dcda5600f9ae1c8250 +54e7ee1067458ccb66610704c58e4a4fc0cb5fc933d0322a716b2cd430a3 +ad48dab3d4cbe9d23f2d092368cfc4e1f5495c133a92942ec62118d45c17 +723646e69407b4a89dcdfd2ab3ffc099a21d9d29741d68270629aa3a414f +e58658dc9170c247b6e23f35c4bc5ff83009f462f2eef4dbac5fd158a658 +57f9b6dc1f5192dfb169dcb65621cab2f1b07bd22f4155a8e9e2b6388d43 +0fde5ec1c834d22ea035c52e1e34482eadc36b4cae902aae89a7284e62b3 +c84b608d6bd05f75bc31310b2dd3b2c08a00e0737f104f03a41989d5f6b9 +a2c38b22f1d1803ee5d7a4d8de44e4abd496a1de0c0e12c4bc96d0122846 +3f0ea9ce9509fee987139f3dd3f9d0df4313f555be85433718f6d05f197c +41a9d9c7a8b0d274019682d49f58dd5f66b12a6520d9f226d1df1f1b65cd +fa261f980ca25a92645b86b64606293f8bfde364c47d2af2c709bbe77a70 +a5712f2cc26f3d66f5be2c307a48e6f887f681d30121e32bbd87271b5dc4 +615d28c309f15ad263fb37424e56dda6e17b998b45be6c7fc6c28e3394a8 +764c9eb2df5c06626593b5c665d550d4600172791cd208ae9f37bc082b0b +242b0a504b751b18f4d7495172b697ee217834a8a4fb7cc16d6f9e8bb400 +be8aeb0850960283dce725249fcc4de97d9886745ab6066c3e2f64dd8ab7 +9aa11667f11188d7965dc11eb760b772e282dbf13249f31986ac6898febf +e23e3e8b8d2c33e00ea6fc493850ecb2e6d831d1efca3c2ec8ee2e394599 +091ed58bede97d7a43b6f739eb0f845eac1df6b1ebfe876009cc5d804b15 +ed4b56761b3ce1af59c07b49dc798a44532297ad73d5101ed47f36a3678f +818297cc27f6aaa2aaccc9aa9b6f5459911d8c56cf499e390ae607f37904 +50b2b9c9be0f006eda0c715b5ca0481734cfb0597478e7602b0d2c1e4f78 +f03c68c17c70e4b42d7d2d3c95cf40f73488b3718e2cb05a549944d86944 +d78724e266c3319af89ae430e777e95f0d792b1c654306e421f3d63a26b2 +1e74b6e8b21b2e2b9dc596d013cda16d08e65e8f24a84b12b2badc653e6e +1110de2e709c1c1bed13707b70a421b384f20ca7a9a9d20324dd383f28b2 +d3c7a9c53f5d4c6b7c378d26df11cf55238be1b24fa70dcc178dad3d3567 +0fe4919085eb1cd905971d76a368fdfcf9d2f0a23739851a3a6d2e02d65d +54dee69ed5d81315d3ea5e356f94ef256dd267fd1e1a9edc9cd63e743f29 +9bcc4a4506233b8dd7652ca067f741603f93250c087d368f9e9cc4cc1a6d +ed567487c05baa992b0056a77f630a72008e394615a9db24fe56a956650e +c9de90a6c2259189440247970541ca198748928215c0e132a81aa13208d8 +63c1fe817f70ca573b54577d10b73100af8ea088208a44fb92aca314ae58 +79706180788c17bb1d0b81b6b95a1c4e0f9ea66f9b39bfe12444a6446691 +a7bdb03e0f03d9f07a10a7598f2166f108529f34cd90e601ffed3479abcf +cbde8f051c348e48c61d95b00c59ea1287423f05666c3d36288844067e83 +e14f6b5210842c742b89f13acd126b9fc50abe2ca7d7ed513d43b6ac7f41 +eeda416bfffcc5c844ab2d23d4dc09b2d510504ce98d02e72020d9e669dd +aa344c63a1b75632f912a1c0da3885da4af7e243e4a4c6493d6595bb6d56 +b0359106957259e59e336baaf35bd1cec5cde735272ebccae8d4904aebd2 +b32610c6fea2b69941d6542ecb44d71092a3cf067708a3d087ae99ff2967 +1ab7dd8758759b971a08ae1bad78270d2fbee37aa2dcb119d72f6c7b0c85 +09018a70d0b0be2c6830ef8e0b24b1ce1141ef873a4d7dcc501f808bfd94 +e4dc0f2915aa023076bcc8006490a43685ea25aafc187302ebde7fe1965a +04a5a398985d29f08e085127b56b057334d88eb638a4dde64afd204974c3 +939536b1b66a54b4db81151853915718f70813f096cc1b0ea25e363b4926 +4c2ad17158a4489f91453fbedbde15d7b74d7f98e81df23251785d58295b +a297f295aa6248a912cdd4f1111e6b628eecbb5139709e76ea4ab743cec8 +26621d08e6bc64691cc90b3c3c1778931a28d3d5b1e20e96c643316613fc +487c9b604c43463fa4533bca1236286e6f5a6eeb2f1d9c34bdde4595495a +365f88055d9268541cf1654acf478d384a5496a8772ea1402751a093582a +6625a0a44816b5fdbe166835d598644296249b92cc90aa3fd6445c9a19bf +27f59cb0616c7306070f33c7df4e1de64ac8c5bb2ffac1ef2b1b30e5a027 +5e6004cf64bbe2c6710edcfc3aa4add60106334708862ffa6652825bc848 +42736e47ae6917180365c75b27505eed3c6108e9898a780e20c3f606a860 +229ac46d0471aca0187d6d539a1b8820f620f72b41ad1d3bf3834bf48ca2 +afea8bf535af74c4562deadcb63d2f5c7585722b77c989342d190ff926c8 +a5263b4f25286f99cf6fc62ee6e2ad61c82b29d82468ac10fd27764278e5 +558ce8b41ba111cb2f040914451a480c93084237cac8f66bb7c6689f340b +8abf0150e06d5b1177278a4c08742fe22f42c28680f190900344adfa486d +59718c25d37275bce4df981aac35d2c7e85c72a0188b8953cfa516fd545a +ee0bf4b8ba301cfde2144241fbdf3d204e3d2823301572e23f204c97305a +82401660e12926ee7ba6ea1a81ff5c007933afc73266fac4c134ed818a48 +e7da01c71a46335c845f9da5e960b25339d551582b375814148d94cfb781 +fc56093827b78578a73d4ff67b6b87f40cfa5e3f4325d9108cdb64bd0642 +7b88c84105187316fa2990b4e3e8edb6c78abf164f4a9717d523794b2fe7 +72a04dabbe688cca977090979b5f47ceb90a1dbc167d305eab231c9f4260 +c4ad10889cb785169902fc0bed78da15b8417453bb65856ea0bea5245ba0 +573f623d215f6c0cf801851c305b355d26b52b0b343645fe25c78a352684 +1eda480919a1bbe5f56fc10abeaa3e1fcca7c43ee560f067f1aa2afd642f +769d1ace8e2aaaf38850f0d757cd808c921d716e96fbc07da7860dfa70ce +ae2888c0ed3cbf9586443532b68daed9a926655c157a416c383a53d8f283 +2a4e67468112a09adc837ed8ec95f70852921f50d4417239fc42ee3624ca +97f682745cc5e76cc7c67bd99f2180f8c0b7fb49539c8cc474c25c0dde49 +1671ff329e51bcfa779346d4686835a3ad6633fcb5e0f67e0ca9ced8f215 +bef4d240453eb2edd6adb22278aa5b985fa140c9834d38753df2014f8c0e +e6dad19e8fc54c03c1f6cb0f858986691d99592562cad95fa0a5b2abe4a8 +b54b457d42e8c33a2d1951c0419a72fb94fda78ecd92bd2a1416459e9dec +a9469f35e4c47db531726dee8f203d7042edb32f025df3d582547bb1d45f +7a5b70d317df4ebb16e36b0d798e0932fd2a85b04fd67143e4b287a50416 +2c1f5a037ccd780088c5476385af8168e12d97d44b0630621759173c8f1e +3006b5b1c6d7138b7eefc3cc5f54e24b2c3ca7b41aacfd25e554880aaf40 +6ea4c3c6e21d3b550b040fb1952598a7e8e6488fe38288b2aeb6c4718338 +598a2bfe4d2b9d14c65732da304c16ff3e1f8f03046ef095b65fd609da87 +ec24a69278bfe65c905cd0329f6a486b8525b7eea4f7ae56c2633cd83543 +269e8acd6d71f500d82fdfbde7f7f7b1aee67328549232e26ca55085b6e8 +4d9e2e7f74068f93a90c4654f2f396e57c5f76f7e61cbbe523dbfba6e766 +38bba3064da025a79e3a294fe7f1cc28a3b4c57dd6fdc48e541a85534b25 +e1bc11b4f78019457239eaefd4be9007d205f1d985f389db22400b279c10 +948551a6b4a17fbda0ffc9428b18b43dc76efb15fc2182216f1b60b4e344 +a03ad6c00f141ef99f89f24c819c3e32877a927d84c2d006940f39ca8b71 +e5951673ea9bfd1749923219de38929ecaa9ce43b06cfa7da1bbedfda56c +61ff6c24f40e59b13870d5fdeb82d981154fae5d6d5152de69339359461a +41a9713b6bbe47e868c933cd74c75db71d13bae4dec85e02faa14ead6c0a +253b16c79514657b15e68ccff9ee6aa385cff9e2c53d9ae40f85c793e4e8 +ff50b2b7420f4fe69807bc5f37c3e300e6b3c3549d1d3246a2e70f091054 +1135bdf805e0a698e236b6496702d061241687b7b8d1a0e517df0476da09 +d89667a7ab375fd2672dcbab8124e511502ddbd08ba04d941df1cebdccf7 +ed48405cbcc33774a68c5212fc6f132641ff413c984f8b43bdfd7b1a2a34 +35f15af07ef4970d3e4a0bb947c181e9ca27cc14a35bd1bd096875b45873 +8ca244f88c28728b74e25cb8c4fc1095a56ca75e4569ad3082ef194add11 +350db3b74b96761d4538596ff7243b1e1b724716a144106e080d42036444 +fd472998460ce9abbd05b42af9389ac452bdbba3a13a96890025789f16b9 +d92251fd3b3beb2c61eddb370a20456e3bfe5f4039e2557c451c524f8087 +015baf3ff05f51869fb97512968bdb2b49589c1c7af1e085250a47657465 +f480b7023e24c76731ac0eab6704123d77977d3a2c4c56b691346ebe589c +619c04515d34f81fc6a17527d5d8319013c5d4ff27cc3925e24c99231ac7 +fb9eaf0bba482d3b75807ac85d03cd09de5d9ae0b07b7a813f0449786500 +0ae8a7e00080300f0ab8c399057eddba273dd2e1b2a0dcefad3b332e6d4a +c1ffad846167dfd70e0346daf84af292d4f424256ed5ac4e104f80697050 +d50844a708eac9e7f7784fd01646f3bd0c595ca51ee6bd607d254e78addc +5e15c3b6ac4940ec865a5c23105b6be09ea09f2c05d6d76960a843b81ee4 +33977faac3cbda85cdd2f4db7c28293a77825635992af8f3b38b4480d9a1 +39b1662345a8abe1634a77496c3f57597d2985e9e54717ab2e99ca357894 +41bcddede9a9e2106b401d9684adbefe40d607f075c179e9cc03e59e6543 +0db70b441d43df03f2aa6ff06f224b6e455b01c64fb89eec9103e48453a9 +749b4d602808c7e408a8903091d85e06aaf635d0d529c3cdd1b8479ac0f4 +208c284bb678a547f2bd77bb17c86d4560434f7ad1937760a6aa55b614cf +a9ff8c9c96561ae6c8f2121c4e20237428bc51df2099b6c49e3efa18e6d4 +39e6e6981e746ebb1dc461259d8ea0f8099c47cca27b2d982b72c9a07cf2 +1b3c05d6e26e6e286e348b8944078e24809f9c5f3d014b4cba02533f5621 +bfba1f0edb776c634746703c9f73ba89b1960a496420c68f54e5b901a6d7 +33d7acc79f275fffb253f389aa480084468bb34da1e797e43b7f6e8caf5e +8c93069a3a2730e57ec39b677bb73e3f07c2055599f7062e53b37a5f0099 +907d2ed87ff7a82c95fbaeb888033bdfd67ba3a6031a4cdc56cb1e4cf5b0 +6b46e16d988beccefacb9e1c037023d7bf5ccf5d65aa66a17ab361be7981 +f132a578f3abfb97960a6034f052d9d5afdc0679782ec90f240f943a5f9a +3d969ed7399254ff67d89df668f7c56fcea1ffdcf20481474ac8495d3af4 +b6d7ee093e369c057f0b70858220693b398acf8e8143558132e4391405e3 +0a73937c53402e459f4aa3539cf7a99a3f51c0307d045df8b77757e92ea2 +f51bf0bb4f77d3904dd355665870c2b59f1ed7f84fc71fdd7f0b6c5d3182 +db77827ca6a2060d2b8c83c4ea4a432ef43a4d0a952cc6cbbe52a9f0cd66 +1a538973de41ffe9c5cf55f2506b9efee51fbae5e63bdcf5528499a47c03 +1163c88d3022606784de2f46a9c9235aee3d4f71d4959b0cfdc5b7e78c8c +0a8f9dc99440c2263dbacb343c5c648577f5610b50eab1cf7fd02419ef39 +41c7ca0b0e64ebad4b2cb05a0793dbc38f1946d44767bd287f5e9779c611 +ca0daaa1e7393dbe0683c8d3455cdfebc0e64b54b737e298dda605227c0c +4bba87aa3ec7fa6ebaec39e6ef2537d5974391d31739d9fc42983d81aee4 +4711c823f35f8e2321ac74943871739d2dbe9748fe68592263e7713f27e0 +d49b9b5cb7a4e55de54e6b800d15856450ffd3ae5f287b12ae4f438b20ae +9e27e6caa00f3eaeadbe08432684fdf9931e925544a680182602a3c1997d +e5d0630bd5a010535e66e1c123013d23966b3545c7431c39b97295bfa409 +9d14461004c42c85095eeacb9b47c593bc6db863533a8619bae09095de8e +ca432d4ddd49aa600d277e75dc3f5c6631e2a05382cb007825fadb77438d +cfa78e252d79b6a196d5164c2feb85d75eca25ff80b1d97fe10e87960ca0 +fc47c41d3a213bf141b48bc3aaa93fa86245064668394665bfd52d12c3be +4ce39efd8111754398a944c3fd1afa98ec337baaaf899d35e804cf416ad7 +fe45fff13fc6354007501043f98fe8428de8013901ba6a28711a2ca85a27 +0bb135b72f1d5026e8217581860729e94f2f1878a0e96c59e9f62714fb5f +8f25003dfc7347e990078a9a331cb3a6a535bc61866f02513deb982c4a13 +adbfbac3ff70a7335f40d5489e48e5ededef16191973d932479c62183b0e +25ee8c4f76d4f1ae45daea4a12aedd9ef81d248e8d19f8c8a5becdd1ea1e +98783eb7a38149170851b1942c96c53de06def80913bfc04e539ec67c110 +498d15b78268853e5c72f485f8a27b768569e54241f6115875e2973292cf +48ff91d45ebed627ae9f0766d22201b20afdd40e5b17cf337f2999e0bd15 +b86e46eb3c18fc12b7dcadcf9dd50c6c7e3f37e615a892db3f57e250a072 +a49f7277dd6a2c8042698233d35a699b17eca5dbda6d250ed4a16fcc893b +f0dc2e33fb1ebd7dedea3c1c39603c8b7e1a5a833a8fcdd5570bd088749b +b232615366687962c7e56ed089cd7b092505cafa5a80f503c4cf337f07ad +f0d106937e25670839d491f7bff7a523db609d126328c16113ecbcbf9c40 +04904427a108618ae5d4ed809f8ccaf72251104c94ec5bee21f91b179d31 +dba79ceee5ec7ff698eb84ab1d2d1a624f58b3622a78844ce51498b2cef3 +8eafe259d22c7ba61104651a862008bc1ddda58cc45f663eb26428daa85e +7785363a69d2790996ef5d9621d53042f42f794962fea46e46f37b8ad1fb +76fc8d5cf2146843f8cc625139c75fb42dda71a752bac48f294e4c0c8289 +fc46da5efd9c91bda6d027518b7e81e8b21f755a9615627d5812aca674d1 +527a1185eed4e3c628196e7d0759b1cae6b9b7e901e9599a65230f1ee469 +cd33b9bd9c104c44e3c1ab966c9678bd0ad78111a4e0f2d07a01a038cede +7036d0534d684a1562a17ad64a00f279200c0371b1cba61747671d2a21d3 +f9646ca290f6b82418a96fa177c6278277504b7fba936325f5fa124ab018 +a15dc18d2c5e8f93cdeea52beedb78a57828d81a3e6c38b9faf3dc4eb727 +3ece3ea4482a1c6242a335862c2c3717f9c9ed95f77b140c4e1569b2192f +c7dcf702d0bc9a50428ec406f8bd0caf886b4d979320d3e429816d88f7c7 +146d960ac12e70f2cb7a9f4e3e366665ab3f1b4b6440f55eea26dc9ee009 +6bb7763731740a537766490c8c174723bf0eb40c53701aad12b21d436adc +e22203c1053a9dc4e9f17ae617888c4b4e6f3a720e4e6366ba628221a387 +d8ab15e04ad69387c310d3528bd2faa5b22bff3fa494f5fbfac4f771c9c7 +402b95580c5ac4bb3af692a70cb2c851fa5cf1173eec3ec29b5a05a0b728 +bbbb51d3b7ad8b0af17a1563e82fafd93f8b71181fb7afe352874f4ec6d3 +34ab6747519ab8e847b7bced33eb5458a828e074e74ba621bdcd03fea604 +7f7b6abda01fc7514ba1aff0d4d0c0cb8f4e42d5a87e395d9acdd02ccc22 +0c157153422018725846009a3acd8c8cddb66bc6836b4026fd9f526aa275 +d06c813179e5924f26a25094e7bda8bd26afc4ceb41d8964d4fc4af1dfb0 +595bc5d6714c32f15dc7194e9a3a73013c45d8fa55cc0550a12d9aae8e9f +f199fa28efc2426d8d1defb93a65717af3ea8e2d5b4aa8ef0ef38e9600f7 +d4e7d9f1d67a2e63ece4789fa74b159bfe2f91c19b0378ba52e93df12830 +d99553b6618645e26126842ab70262d96e35e5e750eca0ce3458b3e51bee +2f21191136dfdbca39bdc07939e521e4f492f392debd029c1ea237bd89af +76bc89f618d530160ab16269fa6b693cf14bdc4ec7c630025703c5337f61 +458fa09104eb15c7cb20aa4c9bdb7cef3a09f25bc7f3149951a7cd753729 +93b80cd2112f7674cefd6afa764aa3486730d2c1897a264d82a91709fec4 +a21e30d812f558451804ee6f3dee2c4c437846bcbda07c5b6cba1d94af02 +9163b7383cac6e088ab1dc14ed3743ee77e26ea7ad3119a76c0b5f925c4d +e305cd7bb3a09a4539475b9bd79be28fc462d8718ce05f9d94caf3387ba5 +5e6e447bf81a9eddd3a34e17be66bc52b0c0bb6f86f6f008829173816d20 +5182ed2eced319864a796ab65d4e3950288bada94fa32b6f453afdfc6c39 +a4fcfe60353a64627e2057d4b379d3240012b3bb0ed0c7876cb83c1ba5ef +b6e2a03f340c2b576731f848f762a7e1ccaf267ee06d621bc33fc245d0e1 +547adc12cc0eb58b26babdb8eae9cbfbab93836fff22bda1831dd01b7346 +ad377aa298d84628bf1c07433284b0a90fc89f5aeb2651ba2cea405d4f52 +ddc0e74b871d43f71eb4ace0d2b401f9348eac3a2ef0ad295036bf6cf6f8 +70d58e00b619d50ea7dd77bc28def91d805cd527dcbcfdc16c042bf9b874 +e3b1567eba4c1e70744b9e7e5bd1fda6a5ff6e101613fbe58dc46cfac1a6 +5adaf65e49757e9304e2ac9a91e0588600c709a61d4231730073a36d473f +518a145e141d0a5a494441b9ea99ac23f60f54f8127b477e1ce698bb4129 +b4b1dfeedf10d9e665c247a62f112f5ca30b0ae5dbf3e495ff06eb28eb43 +8ce8aaad84d5f50fb56a3af002c23bcf66abc2707ac233fc0f2723db99d2 +cfe7d3b3667732a531f5dc315ce74edb9050bf75d29e6430f57cb6778b2a +cbd57dfcef896e6766c8fc5c9f9fbd701cd62cacf33ee0fc95e78dadd205 +b5f42cc63024624baa0ab4dd447832b4e1dba77bdfadd223989f8e958c8d +759aaa37930664c6efec708116248a2a7af3d656ddeafd009b7f53338546 +08e67e5e588a857167adf9225cf6c641f5e19c3e08678a281199eddac831 +b57223b1beeadfdcbc8f6f25d32fca2336c808162e8f381656e847fb6cb1 +3969572425aa05ac830c33de6e030f86a3a85d2a66a77f103c7042c97205 +526dc882ea9a00eb8bd5519847eb424c15f808a91652a6cc89b66a573112 +6debade123c63d88a2e550facdeb3886ff98646000c64b3a91078012ca30 +904b71737cef6becabd43dd702880538f5a70085e6cc6015d2163681067c +3d513a8c66032c34a0fe17a58ad4bc97ca69bf41f11d5e910fdfe9729652 +d3ea21f8dd8cc19160a8fc77573b1e9cef4e790a79d8ad6723b6804e9616 +466c935303e063dee29caa6c3baebf278b818c2ec2f13ed645ab452397bf +00db8b26e115026e256746cd0c78a959364fde6deddcd0f441a61a1eba32 +c7bc172bb09512148d1ebac9e791b7d51b71cad2dc9b83b2f99b3726607d +9cbe58b499a13753ce87fcdce21c0ad0528ed0efb9b2c927f57c78c62624 +8aa2b835a0791244c5896686a66173ec9f802c4c633a42b086334d2a4878 +0e53d00809247be64e529f96ad2f8b3922a6097d414dde1ec76f9552f9b8 +d58b8e34f359ad792b2be50c26db05035e7497162e7c49c38d3cd9b98d62 +0aa67492be5afca3a81a7080185c7f0b5105223f1fa77805502a2e8c5fee +a27699858d84a95842c5f2fb68686d59fe24091fcdde139b6463bc6c7b1e +0e90d20a83651af00c85797bb9f53ecec1675c7ee636d0d9e77dbd8f8967 +0f855ee4d4800ff3f6950eff09bbf8a0daf6b8242840cfa5ba73beb95115 +f4a78bcc02d85ecce0c0f2ef6f328ad1dd6cc0495a3315b414a4d61da50d +a46d7acceff6ee56451805d26b0359af193531f95f6589cead6fa041af15 +3067f88a0a2fecd135c56682db2b45a71d1fa737c064ee9a4f404bb72a70 +b3af0330359393247ec781512482579865240a23cd8479f21c2c44a119eb +c4e81b308dd8aa86e60c3dd8ada50e0dfe8308eb1a7f201ede8dcfda405a +efb47e0e6ca7ddb376dcb21d37f7acc4d3e9f26b03a8de0e8940ca3a9e75 +963a389df8038d2c486072f61c0ceaf500753c7a6352b1cd0338d9212b42 +a4d3da23d5bdf44c27c94b88a415a3242ffe2e1b332477a21d2b9ce075ee +479c6e657a4d8874a8c53964229310e01ed4f3c686fef5258edf3b464dd6 +ffd7f1caf473bbe722d60fb14ab4918e93878a8ae4773930b8cee110f476 +7f42a52d9304c55be12846c911a10ab9b2e036bf9dfd597f5348d4223331 +5fa80d0f563c388bc2532103f05e90dbf1923f229f980a2f4585c7a37351 +1372d07dcbaca583099ea972c03e5aa67e6638826db134564db993ceeb6e +7a6659c7c5c05c310267d5f8a24eec2d5cc3e3f3c808e6d6068d1a57646b +37fabd98ecb7baf99e7d9ac4414a491a73ca34c52f394352f6b5a15f0fc4 +d88622dac694699c246484adac3b1d366afede2a2cd2042c90516a666a19 +a91c80248b11224beddf1a320e230739e755d098b6a67315535f4c187cfa +67ed817a035056353fc859bf286317996fffb478a2248b908ff12abde705 +402224a3ee5f463dd3d243875c84e02db968eca1cc52c75171ea50d6a88c +a91327a7aa5795019f36c0a19c093a1c9d3723c7568f9d41f2e4ffb712fd +47f897703d7a620b586b81936c84aaed61d84332b3bebc4f95b796b93ef7 +a1f565c494f8a65edb21e2ee18dc025522ef8e599887ca2836069cddd889 +88e5862977b7472584303198cce97ef9f9e1446d1f1f5ed1cfc666a8a0c3 +a03e1792efb60a9b406549e0dedf6accdbd98742568b4735a747d8e5de21 +e630125ae0c691d054e42199c15b1f80cafa6e7bb2005f374a9a5f9900ab +b7409ccd50c3afccab1214e6a856f7c7eba89bc3291801e1343da9dad2c6 +ed075c8eca1423b43e587aec67e6145272814b3f191b3c285639f9e2d6e1 +48a02dc2cbc0e054d6295cd05dbac1950400a9189316f0265b86a732d302 +c5bee8ed233768f237c62600cbaaff3a110d5efb6cc7ca3b92d965ca7c5e +8d3e64ecf239fe2507fc797fdbe54c1112b28d4da44c60ab09d994c5ba78 +d663a2591934cc052bc70cd1dca3325c66c9cb982e2039f5db70c848d3dc +ef655b1c2cd0cec8865fe8e1c0a267be4f707ece6f5a3dfca3cc1edf92c7 +60439f51aa69a4c1801e96ca4d6ea4ad980258f3d15c893913abce091019 +84c61b91d603053e49a97cb82fba707dae8af1d579fd69c8481cb7b712cb +cddb4d287be995e32c02b399602a08b9dd849039b5673f1930bec7bf366e +b082d2ca5db2385c8cc45be3fc0e31820191a814eba7c4f23b1938e6c4d8 +00732787cd2cb97f762dfc85d4b798809b5f2254d826ca42b32695428d12 +0298b44cf38494e56240b75df1e41e46e53c44dc505452256dfec819408d +605ff14d6c1f3f152f2fea96ea0ab3b472d8704e06be9f8c3e8395caadd0 +6d6da033e81ade5dc3b83daff743c6e9e48716003d358df63cd7fd3e2f72 +7d1f2d0c29962f76d5c95ed44b6f08d052025a665785f264a3d5f5593677 +b630e628b5ea81fb37cffd7a30b7fad226b6fdc82b0878af4c0ec4f4243a +807b9839ea62bcbdf7c2e9b30a623876e632e084ebf4a21eda04fc88a1c0 +7021d0c72ec3e969d449feb08e5826ec20e55b21ea71ea59f6e3b0710b0d +dab3261b4a2029ecab68c19add5174e55d5e984a4e5f38f592a302fee6ec +e732dde841a28672c620cc5d687455a5c06fa9fe688394a04f96312ed025 +b7aa6fbce2925f3ae559cc1886beecdb70822e2e5ca3f732a87404b1536a +ac469989e9610cfa440ace43875a70ca51f36cb6f629d9424c1e35a88f92 +d5da3cd8cbae6e8425a36968e21f4f30349749e0205bff8d552837d6fc39 +532525370bbac833f75f1854c93fc533a4aa53adf7008173a70d94a4ebf5 +38ea9e62bcda7c20e0a073bee2efac34d2ef1d03babd5147659e50b55704 +5b2eb89db303749b04d3f54b43fed612fcc68206e001a7afe90230d9c12f +74a32c7edb5d0241dc3a5d51481fd7c8fae08fee263fbced7c7d911b3a30 +3c835af5fadfd218f61a9d6de80485abca88200047b094441f7767b97a24 +e8c612590fa2407bab1e8b56c71914eef2355dd97cfafcc192bc06fce063 +d3d9d1a629aadc75e3bf207234c208e7e30663edd691043065c9cbc473d9 +7c6d4dd3dff59d6a9abcdd4412c3128f603160aad8f81c6e7a4dcaf35f3a +99b4ea10a34375b477c2bf846521a7eabd4d28078e9340452a198f3f5acc +3db7e3908939ff6e3709c6a3fd9889439a4ae3e10b618cc92e14b68429a3 +ad2c80940a1079452ec266f254657be7d79a2a24084af73f6df71fbcd32b +f6913a3fab25f977787f7bb0c3a3e8bab38d7a2db0b4826950643dd1e03b +d7dd1fb149a33862a89226b7cb454daf613128c2075470e42e70a9444a8e +6eca526345ab48e6f5160ba23b5bddfda6049ec44ed1461c7e0dd514b16e +2fb285f72039de3c7982efd40d7f6c8e8f4cf35ac71b467bfc578002e8d2 +239a2fd2c4bccdd8af3d7db1f4ae7f2d2e0811df9d0155ba6ede50b5f052 +f14f6ab884fff244d8806c07ebcb49ed22d85df696995991a954aa97a1ec +d86acd76e061b7541e87997fef0657a826bd88ef3a4a5920462c6595e7a1 +56f453291ca044ced810860c3b0149bce73beca713040664ad0591304106 +129600af71317b0d2907839ceac99515d357e980b1937b6e1200aacada20 +5421001f1b2f91753e80d2263c56aa164a74701a8d5fd28e46480b0dd963 +a683a1f355d7fb4463c7347c94ea5e2ca40b60b56297cb22d972c5bb10e5 +6715a955605256c1541d9f3bc5768a6f355cd3b863f0fa1a781edb49368f +51b29481cbb41d4aeb07af9dbe8f52c5d0ff75f7fb6431d37d6aed84d78c +778871cb0f715b4f07580f23b586c969c81b471ff6a6c7276f7e141e02a8 +584d4b9ab00e7bd643d2c3faaa299b1f1e25048461952ea42d4882768a70 +de46b213a287f8d31ac46d5436f22a796c05d1fe50a9bc2a928066627a0d +87dd57a3ad91db446404b41557d1457873482005ea20916bbe46c613f456 +c849d46ba79d20627b446b2f49e3fa309ae14f8c420cfd94922cbc0fb9d3 +5a0f7dbef577f1849a1a80e0011da8ac082a8c6f61658e65ad177abdf23e +e17c8cf0d26b9fa3a6e94837eb9e930336889767a8d7ea3ce980a8ea9552 +8b004957be6067cd9bd8e02a0f23cc1762cca656d33412ff45e917fd4a03 +eb6e8c1f43fdb0a8965a33b4fd26bc24a20b304ca817e88495ba9b361a3e +933717ffb0271f7f70c5d3cba1e86d0f51bf3aba194daf32c35c796627d0 +0c7b2271ace2463e37e97b3c826cf3db60028f240f9452cbe08f7ebcc5fd +b1bcbb3c327a9f450b9e5671916101d6e3e5e458ca31f04d12f592f83bad +a2c3683d3886aa3b403963ab5dbe220fec00037a745839f67a3635dfd3bf +f08f367482962ded88ecf6322852d643a54d5d303eb04bfddee9bba1ebcc +ba7c653b3a613a8e719adebe3ce1bd7e754e5f4977e863e3c2d388a65227 +b451d4f3a4f94e06513cba4ac1f2f511613ff035611684ccc461599000e5 +46e4d972ca6960e095a526e4735a23421a4c9b597ece08afa2753592bd16 +ded93255a1e33deece3c5eb77b94670e8137f2a4a4b98ac193258e7dea5d +b8408a806188f2d1ddc440ccf0e9a6e2f0c78fdbd7b68dd4939d2458c196 +5bf8bed4564b32462fff3ec892c03b11d3ea813fab4cfbe8d3016329c5b7 +e3dfed0f08284d44aa0b7a2f6bc96ea4503e8ef52a64c22bed6b452581ae +8ff8917d53976471941a9116a2d878fb2541b561767abd4e31ccd8a590ca +03494c62affd64ea0a1bc779173dad84999c7a8d844eb1259de7bb5b25cd +023537a474a524ebe4660b22568949e624d8fea0ad37f4ce1ec75955eefa +49c6bf1803be87e9c9865ff3f6b8525b8c15fe8835ca153d27e6c0ff0ca5 +1029a7a9185d25f0f14d86fc797dcc1f99ee97e2054b9c2a2e06fdbeb8de +f6cdd368bf23a858d9f8c1defdceaf1b4a8de5eafc604ceccf0d285be00a +a912eab66eff4d37ad2efe34853bbfd87ce09b18749b489943eecae7887b +006fb827d10191dad18466cd1f86505879310a8b171f902ea0c26a388e13 +b53c700272cee2bfb47acb58247c13449c6bb9d01232c32517358f1a3de0 +64d43c18f8827d53789ccf3ce2ebe78949a6abfa1a6b8414ce360a5e22af +b7d1dce6f5a06182c3b984b4f9bb1a905a9d5a1483750a1de0a857cd5c06 +945eb7d4a2a6bf1237f32a154fdc06d51a703d44fe052fd3c53e9e8f417b +35d1c851f9203a8997521529f21ad8498f96930aa77ebaf82ee02a57bc77 +c792d9f220294b45f48ea8fd94e01cd25645d36d168923562f3fdc93cb79 +dd4760da0c103c2675722d7a1b79fcb4245ed12fa0db52492c9cce58b333 +cfee822812f7dca68e802c451b5cfaebac608b950386b6c58239d1c62d62 +4dd5d15782fc552222cca06ddf387b373e32c3c2864c63c768350c372837 +60f3515a5b0afd66c48ab522eb3e808c061f5cd6bd96cd18c9839d30508e +7d4edb88e8f11e31e10919b16b7971f06d7877a058d8a4944c84fc6caedf +3341b48b6e0d3c7b85d710e0c35f5b5053cf4b4798b3778cc28b2dc7ae0d +f3a49f9f3bcd8e95d746c35c3f47d68b8aa35d97aa08e711b5fbe70d1a62 +3c82541ebdc51a827d0a69e6c049087ad26f256eb7577f58ccffbccba5a9 +5d093dc29464c9a38de95bc6b1853963b2deb0b57ad1248d6f1625e115ee +b9510b5772aae4e3c866657db0b3bf0e0ac345e116f8d4976b770876ffe3 +748c36165522991f46a36f193dd1a1c94713673c7e4c81582391b636c72d +e94ce6254374f99b623e5686c13d8a8322e83e11bb0b0a896c6a8c2c4f75 +6c5385cd7017f26d23f7c3ee97372c868c8c915581723bb6b76b4c3ce899 +8e4fa6ca40b633dfdaa59ba902a4952da90ec4fc3cf0f2676acfa7f76f78 +236fa2de10fd3545357215246bb7e527f277c28b353cc6d79dcef21bcc8f +77603cdd58a2ccddbe3a9802f941ced8e035313875319548c41992a2be93 +9a17cc109426e33825ae59bcd17cb19f50d972ffcbe7d9b4b0bb095303d9 +dc9d406696c2508d6ce99e11cf00f6461147e97449ed5f486d480a86d3a7 +acecb7e9a945984724efc21c5079b1fd03ed803c2deafce3327d2d782771 +5fd65d9506216c88b0fa26935e95c64114a51919d419038b1a7e9c1e829f +bfb53275093752df19891a97f3cbf7719c1fd6cb17019a6d2d25360eca80 +4c4b35172662cc4769d2b785c6c87e5a4ecce31704e59f71263b7c3caec8 +acb4c7426ec25f11a0042323ee6c3eeb04284dbae2c770bc419dce79bd45 +60aea41571c3b595f52560191dc7a8fbf63d413a77a0905e517441b16c2b +501ea2f9e99cc38d052679f288fdf1894542e3a66989a0090185eb2e7513 +4bfa3d9147c3db8a621d9d35e37786853779e157b47f71626d6b3e633005 +9159c17596c1b87fe2b4ff47ed9d78fa4c2160077276c8b58cef5dc030b4 +a5d83cf257096c047fe64de307c598b815058e72d5f57df5c369e664e137 +de29349e2f9dcd8c9f4eba6e765b6327d7a20dfcb20711273fd8091cba60 +5c4c494248076f7e03df65a6a50164980bbbb708741e5bf6056e6f996dc0 +7fff408c5b8eab8dcec315e92873228c805d4440a6470e3ee3983758dd21 +1c9cecdbfaa4c9300cba00608a4b2404a3c7af017a3b7e67f39f0b51acf9 +50d3e75cc7bc2b8d3480202fa958e8ee0b2405015232ee0d264c7ca02c18 +ca45cb3c2de322d3eb7f00f9455db6c5b1f4e59c3e95520ec36d7d903cbb +625d70b54bf6f8255e412604bbb29fee026cc660577f91db1db4a613eeef +b20cf7ae3cd89d565ac838416b01b5de4ffa5550d17fb51fbbebe21cf1d5 +6038863ee931b90dec2e211ed42ba92ec244d4ce2c4ec5ca87a026992772 +dc2af754fc982b94f36ea7b7bf75e0ece90cbb2a6aa1a012e8898bd679c2 +3cb3827c35d5d02f0569c7aa82615d4aa67518ecf668d3b57d6ef1a80134 +24ac2268ba0d9a74d58879edcf6382a89d397864940303eaec45a38304ba +8b1cb198967ae23eb81054be74b16909a405e8a7799cee3c270fe2a6dc50 +bd7370b6b2c8fdb9a87d88d5d40348d3984e39c693b6f4486d994778607a +80a3122872dd65e40492107c71c3cf708a9717e9eefafbddc239c53aa964 +5b711038e59c8b861b37411ab2039bedf9cfd00f08d9c5d76154427ff5dd +39878cecc5d7bfb3f1f035087185c0981f3c2139be84872ffad3408531c4 +ea9387b89f5e3ec779e8850d50992dfdcf9132bc551e985943b07618ac10 +d1150451f0844c0dc41d6e17eb508dc8689ec726400d5a7f6feb3cc7bce0 +5f09228b7cb2c5393664d8dd9a4b96b1020ef25d70aa2d91cae93afb5f2b +f0aa18ca5c599fa1a708ef35bf8f7ffec9afc1f242870d028b2b1459063b +493943ef1283829783e1010242e5cf4da39d93d506f3892936e7d6cf1124 +70a521d397438733d053944cff12d6ffae8246f20618684f263715aa98e1 +5d72a526383e05c23214b78338e5b476f0981d90056e6e5d0db66b1df229 +8e597b2abe1d817e18beb056e65edb4234342d9600470b1420c9210419d8 +34e431b82f58608c87ac361a02d0f1fe4b470a3d71e0d21bb87e1023d428 +e23d596cb9e1a2184403a16e36e644bccf9bbde27290485057e62827283e +7380af786bf395b3961ba5ea469c315763fa59e0f176ef81985f38b882de +56a74d128e256d1b89939728e55a92aba21a6b7844fac1ba7bbdd8b34a18 +194a2984b000380fe9f672e83efdbf276fe797a325815b0f25cc95c97a9d +acf56d583486305d7c9e51a7e337d14e3b900333eb38fd93a99587da2341 +b10c059c71ce080fe7533c0f059fa40e560af9c4a41a4be6fb45846ff8f7 +8165e10b4ad40f264bcf5596a1e8ef8cb6ea4b1a3a5c69059ab156384367 +9ecb2511a90e8898f54295649cb73d277760d8d04abacc7bcc6e777a0530 +e2067ccbc08673f9c8c178f9d672ac8a15e5367f0c5651b53e75e0cfa57c +931746ae1a679c246d7c9417f1cd89dddbd1173c2f880b7b3847cbccebf9 +9f7122e832d7c9bafe2b54cbaa1ed48158de3f36238b76b0e67644a28aea +996ddc006f6ac0242e4b667639e7523cbc90a0561193c1af34481c2ef402 +ee43a82e1ebf4e3d601bb36b2d95cd93550d61cee7a94e72f6d30c32c8f9 +1a61e964b1f66acfc3987f95d4028f116e9a9a8474aa29c1c1a984be0e39 +3bdc41dcef6a6f1018db60d52024899d8eb5d55d324d73f39bfa47377b9e +15b3b06a7585589fcf52a54684173e5183367e7b0952dc4bc2767c4c6247 +b1d6103e52bc7b7ea6298f454c5d97ac575f19c10acdff4e10c7d3755cfa +b4200cac545269ff1d8db0d607c7ad47f40ddf257ab4e7d0750577003c13 +e4941960c3dd7b0774ddac18e8abaf8f53e03cbef6d57b44f24cf821014c +064278fd51b3427593d17694b4abce81f49cbb984c5878cdf0c38d1ed7fd +99b0b9a3bd8d8ff6219588b3b8fa59d0cdd1d9b2f65122ab45e48f175746 +7b9204926140e3c350c5a927a2e700173053ec35d3f1da2d7258714c97fa +a857f0898917bd94625c6d1e2d77138efcaaaf517b17fe187a2212c24a88 +1a2c6a647def6376ed80ae4175c5ee80921f001995b44e49f0d33dd9075a +cf33bb03671c0bcc34ad5784ad1cdfed3a6d9ba103b3ddc1cc2de74dbb57 +6a0277715275218cd19ca8899209125266d8bf1286f881dcc2c383749d1e +768d670f4099f7de959edfe852583183c91116012881a56a24aaf020ea45 +cd5f39660debce30ac1c7b8cfc60387b1b0c3e361be612fdfa9f01b7e4b4 +a18839a2c7e0e393ebc5ad9a8a4ebc316a740c1c295d9ef5f4dffa0667f9 +582c0bb837b142c4cfc6b1798e9476d0631111033b8ba75a10fdc800e2ab +1e0e829632f869cfe4737be9e2800759ee0831dc7d1195eaf80555771981 +dd6dc6606812d92cb8ef86447f5f6c6f626d0e265c67e52a6319189ee349 +d48e49dfe6a9e98f76c414a1e3217ae0a215a17e54aa498f4ecdc50242ac +c7e2322f63bb2ff2189d057e7354e32a3ed1803116176b9b9d0129930f91 +9e2fec280b2c8924e49e7bb75768a2ee1da8adbed4e3589906df1b923aef +84c1bd327438b731012e69bb0d43a1842cb88bb54ea4516477f704cfeb28 +6e3ea483445ad4d74586fcf32e96d366901084365f693a53c5fb532fbfe7 +bc0cadc404c4985042d68dbb90a6dcda3531ee324d558a214f935cd9fcc9 +a0cebe9b5fb0323f4b3820529599ef48ee068b5ace85004fea2984f0a86f +5ac9d56163bbfe1142b774148f1eb0a4dc89c3349052533a7de66729db24 +41b82f8f7360111dacf69293c9b281a0534f3e9e9224a75c49a832f28b2e +497262475507b6ddfa9f01ca0a6696e3f5ac7ea68595eba0c2eb8a47813f +f936d84ac1b23eca7aa2862b793ccbb0df9fdd4931bef354cec12fbf4785 +59fec29f81adf4452e83963e56541d31f3691c93a50f0bba5e9552c4f2a2 +3a6e53060729854a3dd71cc4308b91957db19e66aaa18fa67055a950f1c2 +cff78a03bc1a588cf624696068068719afb1001c4581ee072113882d9052 +b21e355d401ed8cd24d067b99e616bda5a0a5a9336fc499632b79ff2fd0d +efb096ef46b75e2d4e0f48daea239719fec4d9a29818f5875fc5041a9edb +d26caf0ace14cc80ba49bba59e918eb3d8f1e541aa16026585a2f72df7d8 +3541816de46981fb3efd0c30e458cfad04c79421ab7c4925e23aea07f9f0 +18431c790002596d26bd9663b51b699df53e4882cbc34ede88eb55045b88 +9b6062e35fd1e018bce785157b85ec3b9ca6c85d4b16238275385b8285db +012d8fb7c9f5b946a41d7a0fb878ff72c39683144d8a007cff631b43748f +2d5fc690300f9bc0c837006b92ecebe0605e8c3a4a400e18ae8997d1b45f +ee10068e247c647cf82c6dfbe5e881d511ffa687b7aeb78546bfd07d5f7e +c242dcef4930d8aaad8c6152b6642aac325963fd147f236bb850a9966573 +9d06cdbd7ca79a527dcf461e33f22bc9c5db00da2bd3dddd8c99d99793bc +98282aa8872ff96c394285d82d9419eb78b6ae37a5f519397700f75d624a +09bd255b576e955a323e784e8fc31131f003b0e3024a4f58fef2a6c04379 +6201fc425482e1155e229d1b2d43ef7b0d22322b22ef5c9a1be026a1c3d3 +75edaff99597e1e5477952a4e8d2acf5d014bc00dc2a272fa62b6983e27d +228881e2ef2b8b95a681cbe90c5fde16331c85222fe2a16f0a3c3000a63e +2e21666c0c119f8af89a543d37977069a5acf1556324f05204ce8cad50ff +4fb630d9cbbfc324deda584aa56a99d3a76ff55bdc2c2ea3a021361ccd4a +83c7a5e2768d210fa6de889fd48a39d679c94ec3c99a8d33ff11377da7f6 +f1b71a2a05b302ecde954f26773f39ac881542f0d0969c3995c3519a8ef7 +0b4220d86bf01beecc6462855e7b686e1aff1ca91fb8fd8b4a69e10ee0c2 +ad94add44449506f9b6ef43641f2026eff6e605c670560c2b74706fb949a +a7e8cc6a2d0d6207e457e7fd87ec1b9092dc68b9143947cc8ed14afddcbf +8fdda228a76847f96802e561f67ceefde45ae587673983fc04c96744dbaa +83f2dc838d633943c75dcb9e6410474eb27b348f26e505f0ab90878940e8 +46c5e9f3c5fe8c3558c3236b1b88c405716949b8506841cabe1717474bb7 +c30db91cdee33b0f844811762faec535bdcf84c1c747cef9b1fa61d2afb5 +a81335bc42c06a94d7d59b7ede55bcf6f9867aee107555cdd084b7684c2c +87087475a39a9da6347be281ce5635a4d07865ba98ce26c1465b1ab0343f +49ff37b4d0ca9f3bb693d78dc3b21925cb996a038dcc172527fe57c07460 +ef39c07d4396e7fa970d9f22abd21a9c794b64ad96762c7428f59a8757c3 +6d6c4ffb23216195a04c2a2c2e7b10ef7193931544d782fee4b91e01119c +5553bbc6252270a8d8c56dd62d448f5ad8dc69ccb45e1f17f0aa1e445129 +dd00f000005b23d38de93a3be55a4c041947f36b4e4536e307d0180553f9 +2e46b743881cb5d5386c48c7d5f84c2bcd06b9c501f78c7ee61fa2351679 +1fcf4db278af688a2e6010a56692ad92008497487edfe4bd5fa083fa5441 +38b20d6940020887e35d46e093b71f7a04a67460dc8116b4d4839625d7ca +6959d6831cd93f81ac4ea2709036dd738364fde71113bf22ebf13dfe1642 +e564701e6f0ffe7511edf03fe448c2b28c64fb7d54b94ca576e481fa56b2 +b18af10c71f699b6bfd47459cde1869d0fd306bf489a6f42e5b2f05ccf55 +bb6b9526973d19cb134ca7f13f1db3716f8cc21773a832568c16250b5cdb +16df24bf81d49f5b37018bd310262ea7078107868ab0216cec83cefcab1e +9f2c665a31585ca04dc01879caa79aaa5ab201b516f7052b01b16bee5606 +098393b0e5d9f9e5e3f4eb20f63c958e796df41cf28839f5c62a04316487 +45d7837b519f3aa36bc6c08ef040ccf53d9b6d8c0c7d1a84d707ec57a3c6 +ac9a62ab37251a01a5ed40fdec6f5be6e34c6a91d058319439778a2ee5d0 +363e2e1f33463c33327d05ffc0cbf08d5bc457c7230448972fb9b4d0d782 +ba7dbf10d3ffef8bf5236ec16d4dd6d0d870d9d5eb5c64c9a46a4f583d4f +831fee74b0e5b33a09abfd4444929bd8f638cd72eab99cf2e9551df42768 +3964a592e49d186f285258c5d5f62196a98532421d73e3495f82695feec6 +e1952c562d546b28618ffaeebeff03a57f4d855021f85b0c7bc37fcc6da9 +aeca099b646b99d4189609d3ff2d56422f8c37e97640293ec7c90e338088 +7836f4938fbf495cac14fba5648d89282d8d49d91af73ed36581139d8bd4 +2551e263e830ea3c6eb381d85c42d74c50db0ccaec03f535ade92128a016 +0e811c34748309af7604919b66cd43eb5ca975302dcb6076feb6bdd6ff55 +976fe990fb0ce9abb11b195403fb26e3d6c6a0de1c5be79e171a61e21f79 +ee8dbe7a832519813ef6b33ea098c2c32adea219ab2aac8b093f40000995 +539d1276d5f2ef84ccd099b71fe4269bdbdb6a8d59c86f7d2e3fbccf8773 +d0fae97640bc1ad43cb4b992bfadfb09dbd0caaeb8cd9da264187c4f9730 +0e9a6c9deed5525479e605c65ae336cbbdf4e5d7f79ad098f977285e0655 +79b748feaa97f2a753e1f962fcab68d72baa8ee4ff6691c23e31bc0f3e98 +1a96fb440404856ae1ab32a7205b17d411d8f21c8c93b704d07ec594422a +bc368cda2b1610ce6a973f4474e12b78b532666797f5755d269772c9f540 +0b3bfc6c58395d38527e2cccf29b56123f7dcef3bde5dc1dfc5b0293bb12 +5085b1d2d929bc3ee84f4fad571a4991c3dee03f2db3a3097e52b1a7d5c7 +3ccb6148eac62e8e36de9a71c57638c6e4d5d9ded18174e8c390e50b4a5b +913c074eeaebe390b214b3a68f02862b9a296db4b409769649e51d738cbb +dfb7702e15c73c2afc6bc37ce15171f4e822cf20efe55d9f061aa43e6489 +89628ff79e65932390cbb15d8e621333b18b11c3bdf96f841d7434e01ad5 +01fea964a75b248a35cd9df9a37e48a1e5a09c624b93ce44f0042fa00d7f +9ee89b9f7ab785e9c718cf6e7228f743271c2c9bba17e5208b920e44e765 +d99d86650eb454b0faaa112753aa1bd3a24239e9c5fc47eeb1547ac9d237 +31b8dc48b9707830daec60c8d3790bba1120f7764efac542cffbcd5c05f9 +510b27b2534b704ecd36c8b041fd49a96881302fff5b0163a2dd09c751d6 +d6afea9170a4f4c4ab8d46e62f763fe1bda51dd1ce4a27e772f3a2869155 +f762ff26b7aa6fcfa4f1292e56f03aab6322bf867e7710c34d43b5d85b45 +aa68014ad7879eed051b1933e491496e3e26d9aa8b80a07bf2b94f1077e8 +4a9726f08199887d66de7a307bf33c30dd9cf3da188088c03b2bad09a217 +6b110db2c868b53da9a66c85737ba66c93c58a259860e294ad0191e3a72c +73f40b0bd98699aa08daf03587b78f391f3a4313c58d9f29b53c70785637 +bd0c58310109c54091ab0a34cbb0c478613a7ac0fb8f0a8b4645ac966395 +d8ba775262cd291136affddf01c1d83dd4eb3b59ccad18057fe7d92a8cd4 +a58f22508d9fd7cf356571f701bbb23e749bddcbf8a317fda0aefd952bb1 +8545610ffad3ac143d351b8db3f66293375e0e50235f0d0466932181d377 +edd32a5f0ffa4e22b5a0cb4f343d9a7e4a342e9d09dff6c697630cd39718 +02c277a5590b8ca94bde6b38446c794d072bbccb724d5bc208eef1b018d7 +39373bb910d668882caa779c2d686081de6a2606417b54d7c20e0e7f7226 +48d893e4edbae8f00d6a6da3712f91ae860c756d1127d133ab828e9d8002 +3b50b162c5a1c5cdf70ccb3fdd7ea060ed20838be1e50c4094c9e79e1a01 +87cdf780caf45a725964f004253e034c5be46bbf89d94631f1a33baa35b8 +4fa2a9d08481c6674126cd96ed05dce48bda069d902d6836d5dfba701dc0 +f98a863e64f0e312145d8dc0b77f25b43aec729a1243b45b08ca228dd610 +1caa2ac5adcc8eff84a4ca3f254176c2cc711ee6c273835d0fd3528eca2a +976b88e51fe347fdb60f32370b66d338931d6581630ed586f349c638960c +31ae4204e89521a96e1219e696b913deb2aab7a3b022d06f34fdfcb810a0 +4e60a4febe284c2f063e0ae9edf87704921ccfa193bdc912b747e1357006 +6223a49f1f6e2af0d4d65da04ca876ff7a462ffc9c0ba2cc545c3bd36dbe +762f32b2d6be5867c59f479195c92440dc165098b74ea5c3ad93cdf2d410 +b04c16bc7801e7956f4e5107450787aa592493171c3628e6b8f49d4f8429 +eb98dc52ef025f001387bc1a7093f7a99f10b5d2d7dd8bbb393bf6e56f08 +f4f7fa1a343f220d5a1eae7168c74d41be1dc1a83bd65b72b982f4f7b34f +24f97f9ec9a91011064031facff2a14921a32024385f4e061cd07d152e74 +1bf97156d951a342488fa7f5ef934ccad13e2753a0ab7a1f565c2f7f6b34 +9df03bbc25bbd972a9adf809bb5c5048a8ccef9297b2ed3324d18867f293 +cc66e88b3a39d107b610dfe79a3b4e83a96d3d52a17fe8a62c9fdd271130 +148366942c9ce57558d023da5f7501319ebfa33de9e6d1e76d7c20db8a09 +b657839da99f3d8143f1ee6253a3295c9651fa4366547893c2dc7abcbf4b +b7609de5d001e0a36d9ffbe01f7d0903b3208ae8547e2e5f14ec1af4c253 +5ca8f4ea37e3f3ce172c7a1e8308995b1cc23e6e81190246bcab6e755bf8 +68d449bb02a2aa87c44c9cc0f571adc72547ceecbe104bb274b8ac16dcb7 +5d5f458d356466b921acdeeae384e2eb1df6ef393b41b9747f0a4faeb4af +1928d9ad6fb7e06fdc621e4c6fc98cfb43f88584bd55d9b97cc9549093ed +e586912161931162b1b1d52d0443260daba02af2b4432100d5506546013d +a703573fa8013685cc798ce501960093ded713ffccf89ca2b9106390198c +29a00864108cdcc1984a8bab53919028c01b26ecc7925e38cbe6cca8978e +e21c2b06e7b3e48fba978e2a7d186e563c088f84aa23178b60e4729ee87d +67b1091f3b6973676c1cbfe6530eb773c62e2c2497014ab0e8b71a1f4e86 +a378aa26591511bee3cf3d64c94848582e1354e1605b6457823f2c5e640a +d3802946bb2e7e8e594e8c04b430c2385dd40746ce8534f50842e74d7115 +f3db0c72d1c9c607c6573b094aeb73b7a79876cffc3e2f8c9feaaa07d3bf +ce05b61f7749a8793be90ccceca2d7077f25e899d3331fe161a7e86c8424 +95d584c6e4a0880b2951d8a13b88c4672080a0b1be36bf47c3ace7288cfe +41a8c1baa6f0814a947fbd6b3aa72b6c73a8c578ca51ccc96f2352316c46 +7bb960e981f2b6485bfb44b577e71efda16e7405954bc7c9f0759f5a9f1e +bcd2fa9cc9648d5831a68887f41b15081a204c24b4b992a231def9e698d4 +c3a25b6f5474f5be6a601f2d337a58a0d21ff37fd91eb86d1d738893a03a +69f0cd743f611cdffe69db2c6ed0e4611d56f803bb0dc06e7fe85a303839 +612707647b1be9faf8d684122ca9e5cb8bde2936d3f4ff254d31529d7538 +bbd4d35539489f9e7316f24214b996bcdcf1818e749a71cf0e8845aa1e2a +58aa62a48e02ba4564625d20aa220ee719608521d7d7a7fca0bd8904a401 +9819d371f3f59d46c1354e5fc1a6e5f79b20cf4aca2bf0f2de73da193a6f +9acbfe0b4731c4bcebe6d96fe822965de965232282a3a130361f188b3aab +da95a8a2790d9240be008b6a6de4bbfcada05b6786b9bb8e0dfa0c30043a +3b07ed46277e07b9808422c8ed16758b9c396f4ea929d769785b2c9568e5 +70a83b989b25ce200f1727d41e2b702e7f88f1784f4c83fa60a74eb26b2d +a95126e508ed519a61cc151db6804f61826c5f86d8fa89d06e526fed97a0 +db88edb432ff32c1acc9b622eedf601081af7b963c9cfc1d13e4a9c74fea +0a1c8e3d8653cd92a944d4ca6b0d306619afd503506d77732d6514f604be +4610c2560931bde0b40939bc1d126b0e97f72ae1b4a9252123b54f7a27e0 +cfa4425b4546526fd741ca77952b10d13e0ac2e32006a903808ff0cd013f +936238c74cc75fd915244c56a8412f37f0134840347699508d6f3d7f3203 +a25b7c70100719582cd588590ee34b3ab13e255b613a6d00386a0104cc5e +d2c646f09a88888d3751651d5646c5227a3c80e8da1b0a331121dd2429f1 +f4775d30564dff47d01bbe2c6c72ce4d1fd9a2077c04d2b0274b8916f6a9 +d1a4a6964a534f47cf241d5a8e34b23f85be9acffc2fea961f277539f215 +f8728d6788f67beaf45502839bcf23d8763c3949352f00c579a9a4fc408e +c625e310dae61512dfe6844e82d36a2f81709e1f05b38ae9c222ed62c961 +ee63593ced7aaf73ce2ed3667740c77b309b93eefe1b4ba65d48575a66be +86743dc9e5d3c2ff418d11f7f211b86e827ee1dfc3613e7498030f070505 +24536d1f8a94ddb6698be7b963c55cb3f74b676cd815a7b3df4b1a0ea2be +1b0b9a11ffbfd5b1fa49668aee14629316af436a0821c20beef7b3480847 +934a99f6d85b68f4ddf8859a754e009428af89a90d1852c220a607ff0806 +e8080726edc94d691d214b4521c147c4273aebddbb4a697ef16448cd9b2f +c95293305858decfd406b89b9f3fdae2ac579e80cf321ebae5701fb2f7ca +d8ed04b4a63115886d45d6120f69aef1a21d80ad3c2d35d2899f1902242b +96cd349e0aaada40f7a11282b6b52bdd97708e58dc5e2d22d1153e5fa3f3 +b300bcdfaf98dec2f4e3c82a1c85f985735f39874f557579f422664e07cb +e19da680efb0fc82c323ec5c4644c51709ac8d674608a8043c91e6c7988d +430f10ba6ce1fc7fc0604fcd8f723895250aec36cc35b3fa14fe2a0d2409 +5dcc30b2093f2298f5f0a97676a0be66c3dc9adacfe2fc0f721a20e945af +c1096a619075d5e9a264c796ec6c90ef1aeea8dc089b44ffc13d27cb2370 +070a52d4416c53f364393e46edd7ede00799960ce6e0d57e4909e88add64 +bdd2b0ebe2d73fa6acf8b40280daa0637e705c65aabd523b8815f22f23e9 +ff81e7829c7e4bc980c9143aebe1a04dc0d253396bbb7268bd5aeea356b6 +10d5dcee03135e00ae34388251f31714a1c40e182652c48cda2211a22cb6 +f02490e69a44cecb169754c53b16028d352e0119f5d5fae0bd7ea1cda647 +12a6147374b64244e21e9ec9f0d1381ad22d5b6212b26c3f9aa5f6045f25 +dd9f5eb4489ea39b1945331ac70510c5752557de21d0a6cfc1eb10a98fa8 +67b76da6e4249469f591fd154d39e89364a43db007aa0d7a911cfae6ce2b +557997fbc44f55a27f622bd7b8b10ec9f5d10f2649a646fd964ae1b111b3 +5b46a252c4dee44e7426eb5739f24e8a390694597db3a1fe7800c97e5955 +8322f0e49a0cce2ad94b1e2d1026afa771723e3f523916f55ed866c9fb4a +2f759651c613a2cff362028cdf9d38f05d4c7c6024c533e930b64b099fb1 +af04b01f5fb9ca6867e6eff55a772c5391831059987e10cbf987e3f378e0 +1329f73d54dc0484177d3c3c06f67397955ff1ca4ef8ad1606b70455255d +631a7d6eb92bfdba14a0ff28b2ace7e81ad666ea9b3a0f5a6ba3b5dfe350 +44fa4b3d8ed956009c60e98cc132f2e84967f4a98a67b336d5ee7caf7dd1 +f74d1fa08619941361fa7312cf225d89cef97e864c8369eafab94d97f056 +5505d825972b754f6729596eea91210b75dd8f645382ace36de60819a02b +3b48dd00f5485f9264f9fa926d732e2c267b0be8ca98526f124f97efdb86 +132c5ef16b103908172fc51f286ffe45ff253512e0033f037ff182ba536a +9eb2df2d1db257d9c86c46e1b002fb32ac70ca9462e6eb48994752cebce3 +9f08abd4f4b0889283e55500702185a841e328 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark diff --git a/fonts/Courier-Bold b/fonts/Courier-Bold new file mode 100644 index 0000000000..b9f5f82ef4 --- /dev/null +++ b/fonts/Courier-Bold @@ -0,0 +1,1652 @@ +%!PS-AdobeFont-1.0: Courier-Bold 1.05 +%%CreationDate: Wed Dec 22 1999 +% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development +% (URW)++,Copyright 1999 by (URW)++ Design & Development +% See the file COPYING (GNU General Public License) for license conditions. +% As a special exception, permission is granted to include this font +% program in a Postscript or PDF file that consists of a document that +% contains text to be displayed or printed using this font, regardless +% of the conditions or license applying to the document itself. +12 dict begin +/FontInfo 10 dict dup begin +/version (1.05) readonly def +/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def +/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def +/FullName (Courier Bold) readonly def +/FamilyName (Courier) readonly def +/Weight (Bold) readonly def +/ItalicAngle 0.0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /Courier-Bold def +/PaintType 0 def +/WMode 0 def +/FontBBox {-43 -278 681 871} readonly def +/FontType 1 def +/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def +/Encoding StandardEncoding def +/UniqueID 5020946 def +currentdict end +currentfile eexec +e98d09d760a3c22cf119f9dc699a22c35b5b35ed6aa23593c76d54cabb5e +942bf7d6dd84f1664b89699c74b472de9f8e6df925f6c4f204e9f1c639b4 +dba988ed2ac419ff2b2bde605b8ee3264edd66412d4f21c64ac522bdfc7c +5502f9c3f3e5592b3b2093d33c9bfaedd2d49e89aabaa832e23f062e91a2 +5032519d1868816e44b4e0747795003d7930299d6e1e2a5bfe0d595dc97e +140989ce81d8d7f852ff9cdc7a1b1b598c69131dee005b415805a16d8a12 +3e6a2153daae5ac3449a45325631b26884c3dba4cc4f3aee0dad2907757c +38746c947e2279cf35bf77cb28bda80e2a1ad4b7a8760262b6922d445d70 +152e2bc1747c734a8c63557dd042f7dfdf15714500691c843a6cab7d419e +81febaad7a6fc0a5d78bf6cca52de83b6b9f297caaadf2318311eabb9d4f +b4904e2037862be8eef5101f8723cb1f0e5a1d822d32210c6c742311d9c4 +5c5ab9c69dd641bf3b15ec3cd3f7bbd331caa9324279943c53fe43dba9bf +08b854f97c47c79b6c241fa72fc1b6b667ee8c41a4e49e903110ff9aefb7 +5e10e007be387d5641c74ec987aef698b77eb9de14aada1850e45b854a2a +5c1d9446910aa12bb3612a19b2bde6dca1f480b787ed5ff230ff40c3e1aa +0c0b7a26ec3507d303403057d4b029565a0d0e0f8a3171aa88fb796e21d3 +f94cefd66479640c3bb43d915bfa3af6f3916f2aaae39dd4317563c226e3 +61ee0dcd828f688724bfb2a5ffadd07d1049440df6068a7d75caf8b11bf4 +d52c71c4bc22856d50956b3b892e2435d0d826801540d2b89383e14dd586 +03ebd7ead33174da5f0cd69391c18c79cee94a2f66bc5d3251a8ab9725f0 +196c6cda25a23e260eac31c9e8589fa4c03a4a98e41c2d53f2a0139f29f8 +b72f59fd64170f0271c2cfe03b618252daec5cb272e0db98566c34a6e93c +421b92eaf5552d4ec6d08432407d44468b5c5aef4dd72ba63e738eca67bf +bf4bff93864e589f73bc24737c044bba551a41c94ed39cef3f9292dd8b9e +5fab031e7b392f802611b72aaa6a0cf1dbb35482650bdefa7ae93b4bd621 +0b8b429e9a5e53d1c1c1e4306f83ca3660abfb71018b1dd39ad40f821f88 +6fb4496e31dac11cdee15ada9fa87468c4a4e9840d9d4f5ee6cef4ca0722 +38452546db208efc3ce27356df02f47b22c92eab5b6d69870502c2214d01 +4d6c3d6e4595795b2fefec32348dabf6da6ce51a95c73b4008f0487abc25 +b2d9c6f82a9042d07cf523663083de6aa22a99e11f21127b9c618240f2af +8e4f5297effb39182faa66e1e357891bfc37df032792d3c7de5a16f43940 +71bb4c54afa190c5b3fb36e7a809c6b65e03f1f1d6db9e485e0dc5a90d60 +9425a985fba03731a0fa9297b4dd5359f8e7ca7146a6eeade722b025d10b +9fcc045b2e8afac2990da3a112217f9f10866856d9ce093f659ce5eb1066 +36de5a60831a6103a50105c562bd6612c741d529c5c10f6f3e230253164c +6f65de8b784a9d6a848939ad7580ff0e077ebae7e92450a25490e0a100ad +eac5225ef45f9a69da534dd649cabf392010cfd8b1dfac4fc1da6fd8ec70 +82c97b30acdc76cb55352057d6893081e9be58c33dab65c69e1aaf0f0da2 +0c3f4013056832a6b0a96f888719e9c6f899b491dc190f74896a4417b9f6 +6703de1fa0ccc70882bf613bd9e362de9f9085c5bf5d8edf64b9f77dce25 +33f64ec53c6d7dce54ae812c0426f70268229bf8f3dc54d583f1605d4e95 +10d2452aacf63bfcb630d796357c6a3bd7ab83a4c661e8e1b63d0b014b3d +1bd1712e1fbdcc739ebbf35b81e2b32d0517eca9adaa1c504fac1d374b5b +97c6a8adc41eaf81ef6581c6a8522c2cd145be35c8758391abefb4504e5a +85858019428dc2fb59d25c95792da6bf1c6e0dd74fba9dd74ddebd475e71 +e625f9db53600369c23f69fcff80ff39767bcd55d308291d32a0697175e1 +1750ce440e80fac6526465a5814897382ee44fac82aedf8e3b035dd4ab9f +fec2f70e9f744fbe8041d456e3b8f7b12af06bbeae2dc2419871bb8c7cc1 +3edffee6b27e517147c9849d74c89f5dcae2cc2b9330891078393906217c +2ae704845ee7e519052da05798d73988d2c77ee471d72fb10def97e1353c +ef2633e1855a2ef29c3848d170590443793248b8b84ee36a33c307fee7e8 +e4c02897557062e32da79c001050f22e9c9e8acafb45d7afff506cf43357 +aa85a689d62942b7cd3910f4538f9a5c52b9614639ee4d72389630091f30 +f85e275d4f08f395887ce66ccdb6e380a93b0519e271339b1c993b74e760 +42fd697b818baf83ae980eaf3ae0b8065557aeff5178d73e25e8b728e94e +dac70539048fb10e6c7304978eadc4a5d3090a3837fc31b03fbb96d7ed4a +e3c0948b27c0122c7fa4d6c8095296c3162eddea27a9997e75237691555a +8a575e542e2d40dc1e20f66bf28c3b09bc1d4612b97310630d01c326d8c7 +2efeebec8dc24fdeb0b8d5c9945385a47543e6c4960a02aacf0cf5b01f8a +66c7cafef4b88111ee5c79a76b0c949c0391e2c870b30f3a59ce06c52f95 +f6eb7e5aeec243c01b50d159a1b817dda7f6de559e13d63196e81e753264 +2e0834f9b13dd10ca06a91943b36afdbd7a4a26181dfed9cc73752982ecf +c5bca1513cee9710990be028151445f2e2057457a2baf7e7b321885fd591 +cf4281992533ae0e4d4fdcbbce6539a4f26f4ef00e06d57884c77a9003c2 +16c0b65c04da36d68cc569edc075eadf9d7079e0f7485f32e0e54627db15 +39d4493a5fbbbec8ee69ec7f852822c51584a2f52c77bbba6752ceef68f7 +497f61e4a2aae33e5a630c0674bb6dc4c31d58e12d3f95cd3383d49b7bac +e7a13694f8ff6ab5a7a683a94e9804c20bfe70740f600e2c5af0ab835c73 +a55f7f681d4292e57cf66198f1f3af82cf336c331f091a85796a72943a13 +0c3466b4229d4800d7f60f439a327f32afd0fcbe141f653dca1c3bffdb05 +509ecf1e419d045c56ac3a90f52700763b9309d2e86e0ad21a368d84ef4c +077899ee5cf201365d3d90de7091ffab2252869ede93fcce320c47fdfab2 +311285d5b263140089a9b382f33ca61bc587a57d906c5db91e7a675898ee +240eaede53b28bbac103e0c76df8b12c62a3937fc1aea81ffc30d69793b4 +6bbf32e1f05f540e2af2d7d54a77ef02ba9e5133c2ea31d78b041a1ba75c +2d6a7ae1a2352b6101347851164360f1451db5e3e91fea53000210505cc0 +221c7c5190a436ac8b81e9a40ee834cd0fde045b0d46aaa4693df0370a98 +04ae7643d1de813cfd75cb785884d68687e8849422504e4a4f014ce400da +6c65eebc9d9886dbe502ccef99a7088fe363a185bb75f70b022311917c2a +63e2e41f3e9542cf2e4b35a7b42e2503d6725e7139c1cfa31c3c54c8420b +0ff0e17d2f52b84216ab127e7c10e058ce02192aed9157198dd471f401d2 +2ad5efcc80c26a76f1babb2e40a4b8257ffc80a71e61cb8db7ba3fe036b6 +a70a9d58fd59bcc1696fba1668191f45835f703175c2cc58a5f190a1c7eb +8e481b9a7d0d52b907b266a3041d20617c2c980809386de78261b9cc8c95 +188ed585256db375d9c16150d181e2f6365a6384d6f05d13d485f287c45a +0fffee0c8147f02b65128c59f7d34973c6d5598dbc3d3bdd3614aa4d28f3 +3181ef9aa67b791a884ae0fb62437ecd42d1766f45dba8239f7b220558a8 +94548653cf8009e774ca4fc93237ee9a79ec3f58870313a0f8ab0c9984a3 +d00ceba8dbf3dff581753f75c4baba662175c52e5313e68533c26ac08da9 +888699ce6d34e311f71724e39b6b7e7092ff901b94257831d83921875794 +cfb5c62c42b8b0b2975aaf8854373f9718877da7a9bbb3dd0279a2bfeae3 +55e68a113859646560131d7e8ecbea885694acb6501713ab38b1c20d59f9 +0b8325e2c9e1792ea3ccc740d18e89d54fa6327ec913e4094304b197ff22 +80c6a3169ac17909a5bb002ac783d567d51da8b77ba223982c816bae1ece +bbb77f871a2d205d8a1e74082afedf6b662fb4159326da561465d1848fcb +7fdb8a0b33723525184e1069987c23e4c41ae224a0e4a338fd33d9f4eb5d +718d237af05bea5d867f3b16472aa34e9f705b5463a09154dfbc633d3ecf +a46b9986361bbdd5bcd3a8e94880555efc481985d6dc64c77d05ed0aa826 +490a079ae4d1ee011ef86bd83f7f9e65433a48dbf124f15ac3da0d5faa6c +6daac1c4feb7db8b844307160e2281ff7a2d2bc6add43b354454d349a334 +141b4b1e29536e88f289e5448e5b26813ce07432632b5253393f66796833 +2387a1bccb98503f43ab4cc90b12e10f8d7c6435aacd62fc8ef32fb37d13 +fa0b0ff18ae20a6f2f2fd6394d55a8faff09ff91abc226412b0051c282b4 +b49c558ab001d2496dbab68e6653dbb74d210302a78457eb26ecafcbec89 +6fa58f0448387d17608d7a2313c222b413d3f32ed29b683d9dec7927fd93 +a8cb0da06b2e17940d195f7cafc6e5edcb31a8e00187900312ee9bb10205 +6c15ea233e2d43b7c6abbde44ddad3a1f2cbcd730eb5be1f3691aaaf2efe +94a4736e6c4c753afbe1c005149918a4e5446b31ce005a99d64125c9601c +b016a54d3241ab21eeb505c4f1cff6178366b3cbc0cbca2772db7d5b3a76 +5dc6db8b7116109f5df210a820aeae41636745344d07cf9ae1ab05a564a6 +a9c5eed8130780e93e0fcb2df9ee1b8587d8facbdc4e1927315df3a8816c +955f19417bf508ae0524cd04ac53af19619cd938495e4c7f02c26b69a091 +f2f9815e4f8e3b95a610c3ba14a6d7724b88392e6b5edb8e9c333e262ed6 +82f249e9df395b94e7db994369ebf559103f9bde51eaabde3854ad5e6705 +1fbba7eae4d5968d82538732d640739e1f09d5c0d3d6196b7f39990aee1a +43cfe9872ef0e98bcb8de9377416255ff057188d9f157313cd650451faac +8a1fae3d00814a6aa4adc548177998cba4d0f1fbb0c7f6b3773260e6001c +76b681675f5ec4884a166db439eb25f5d5f59a7124f0b2ed99160e3e779c +b63ae2a7f118e90b180b45d097bfdc0bc95bc790fc8d7b32266b2fe22f76 +87502d6da4e351a7778cbccd31b3c83250c3d21b0151b77a05792ab50a5f +635b2d932c312eab4b1c06bdff13cc6068e141b03ee8d8638e57d59ca1d8 +b8ccadeac057ceff070ff7fd2765b08576774c3ff51d885aa8694e14dc5b +ff792430d9298b474e0e1cdbbd4b092341fbda48d12dbfd98bc237e1aff1 +8dfa7935261b40906e20738bfdca16b5842e2a1405b22e4990020448bc4b +930912e4bec58028d9d86e7e15a64cfe183a94f81e2088ffdcdf5326bd86 +83b303ee08450941ba40646585043d863dd7d4cf0b74e6fcf96976dfef5d +2616577636a468eaa1f41bae3d82f70160d02b28b318aaa9bb74567460a8 +cd4306667786f6967f39bdb9f210b5a8068e167b6ee194b0ffc9492ec4ef +e96625fd470039a59551b282844c561b26851b9af6b3f3a6fe9aef52d42a +81265004bb64dad894a7d6d0436729330762585664e8e78e4cfbf809919b +ae3e4ec70b61444f8e68af00a419ebb7b5aaf66866a7dbe06a5106e9e63f +6f19b0417abf32ab22b02bcf0c27af0e898533115fae686eafca9628bad2 +6318f254dd54e876736cebce827de16fd34f2df6afc7a9f39f5ac50164b5 +0013f26dda832d091ee0f772d9199d315ebf589507658cd7fcf22989718f +2c31ecc18209d32bea2b29bd1a88202a7fbbcdca2023c79d07b886b675b0 +cf820450d6599af701c1f23ac1ab264d9c62352a2cf2db6885ab1b771aa2 +f2d037833454d0c6e6ab9e7884bad12959f9d693583432515e9c4e8e1785 +1f292b5859762dc093fac6d1c4d75f83e6c47cf73b5fe390a161ef0a2942 +640e8683c33cbee292aae8cbce89e2c1e8dc99dd4bcc9a511a7f00455381 +9d85c390eacc9596e67103cce2c2e86a4db07462396620c11b6e391652bb +358f82401a7b47fc5693b898df7eb1f7a7df06be166864b82498e7a4a52e +5d78e2b4e379cce4ef1aeddf8093671378edb46ab0f1aa7b79fa1c0e0a12 +4711cae6fbe2b56a74010ee3696d112969b81f3aecf99bab36fa9317fd9a +2e590a8d1cc447cd24c42995d7b04454a8fde2e589252027392343a11785 +780ade0b3eeb8bb20b63d1bd61be223c44bb8e1353d0d3e37c122aeabe22 +45fb231783396f758c9e4d09058b8f63937468b8648c2764a90b5785a729 +1600ea0699edde3fce774c77a4e8388cb3ae99570ecbd9811ee8f973a6dc +ed78343d1104f0a10a9bc869ea473da3005d36865d01598e1a6909b711c3 +77a4b4bc536a581655a1b2c2b995e6632434cfa8ef7a794a0e808e6b53d2 +ce9831c720ca03f28c7f0753aae26f5d6a6cb086ea57c92589e9583aa6bc +3c119436870043247073287061f44efd734ae7102c9a090907e3b61b9dd2 +527cabc63f2f8515e3f8ec022ad88c6844a731d163af292c8f30ec988735 +8f197190cc6933745070799581b7a94f0eac5c9356799ea0f201bd54d1b7 +2aa0f4a50b2851d69e6a2642b762a88870319a684e9eaa9a1b064a3bd2e1 +1ad4dcdf3a977257b6ad3683d4e9f4f678efe74d4a4488274ed980ee6efc +072708b5358a1da39464757670c3a12f2bcb2505d8bcb8d46ae5a8c88b9f +1754896d8d7eea8b1d76d8e7dedb88d67f796f76c96b2eb6e0e7a8d10cdd +d649ff25850fa3834852623e99f264a8daa93ed145f1b6512a75a3ee49d0 +ebf73f90eb6bc75ecc057465af931b300389073f54e5e0a5e1340670393b +8333548fb4c94404b16d0813a8481425e9ad09be5d8a4f3eec6239f7b141 +a03b428d45b6e3c981c3ee32a065f2d162e25b6bb79e9d46e1838aa510df +9d8c71f3dee637a97c453c0c26ea8af68e3c004c8de997a6f5a0e2713af2 +7d8f98031233c6bf5ef5c103e5af0862ce6ea9d598abbd08350b18d9ea84 +738d7565cfcfec7f9743b5de7e9de5495555390b0ad89ce01a5a05d6c53a +235aa3d89cf329b2f4350b0d98da4d4973cb5954c6d639ce367e68776d5b +a8df9e793c52f381570e909db6121be93919c354722827fbc24aeff4bc70 +fcfc4fb7f49759a6cf27dd5f54efdfd060abdc33d0d1f8ce051c0c026e31 +17309e09471b463deacd1cd12a345fe382b8ac4ecca1feca0814a4f74bde +a00d08e65288b8d05dd0c6d8b2a323c545e646ac06e52f5bfe40e25a7604 +fb2bf49b2bf6527cc4f1fa7dbc9e6edcc63a3e5bd951a25eb13ff3bd2446 +c8ed32670a19f7d1706994fad9bb9ff448668951ca02edbd950b8233005b +aff1768a1cc2a44da8e0125e637a6bcb51bb64af227f6a3f7c7ebe4efa39 +5965d49b13b8aa5f1d41fae2904d82092c6c2588b38182891a39d72f1eb2 +50827963d6ce5dc80493b3ababb911189a6b73ec0a74d9de15f0dd992fe1 +1ade383677d02792a720b83ea21ab3c631c9f7058e69749306a4095eafbd +82b8df219e53243f7cf2efb3c67e169f766302a2084d6ab6dacbdd12a67c +a369aaa02d22621481c03a8d43763d62d2be3262d1afba823cfda91992ec +f80cdd3656505c5399118ca13502d03b122c20a2bbbf80aa6642773a6255 +5fb7cee5debbae611eb2d443f2edc24bb153dc634cb6d6b3724972445ba3 +adf97ab075af2a95d2f1bb74cfb2db1e435130296cee19bb8c157eb8db70 +bf5cfc1e791f3531d3ae33554a4edf16070a731bc8b7c74a84bb3be0f2bf +45560cda74b4c12dd718c62803fb4f4aba5fe89d6f7cbaafcfe4bb518031 +dacdea2ae6c8d0c03bf60a9b060ccebb4858e4cfe1271e316bf7afb05714 +c26cfa91bd96d0622da31ed625533b2502064eec23257b4785f4f0132f3f +44b0c2b83bb642dd8852ee7f3777956e984735f5d16175c4a27e9282a4e4 +ff0cab7938d921d33dc7e8b62ae24a90b12646b3a5fe88fd944d8309411f +6eb3031abb67fc9bb2889aec45821020561c1519243773b448d65bbdadc1 +5a5e155b8d1b368cbd97b756a8952b428a358c398630b46e8afdae238593 +c3fd589ec46b77b8d82ec7e1ec5a50cbc77ed54bc1e2426c61d23a08581e +c1d71c0908f7759d1da9241b087618e9f756bfb86023daf9a7ca0c4eff0d +45aa95cfde5aac1977911ec6b202bb47547e3b5bf3327e95f7e1a4863e5b +904af4b37a527e34282cb659a22f85ba406bccbe3070ea53f65a876b9d1b +9a1096412fef8706be743153d4dcac1681a40a2c265a729121f2d3fc9efe +0b5c18e002626f3023a5ea705b47ce1a5c537122e7c35af7bf31f66d05e1 +aa3362e68c1d259fcacd0079fca7ef501654744e294e6818ca3badcbaeb8 +8d44319fba9042e25a8250599a8eed5e1c0cbd9f739b7db31c3b18128176 +50e72c970d3090f8325e5ca01fc85e5310787db8dba0ca26d77f403c062a +647f9f998246f26422374859de43542076b459b7fa829d27182324262532 +99fd3886ac0448ba12726ccab47af3cdc60fb69dda6513c83e0d1277ab88 +4d45ff3976536a13adf80939cf1a1db0a6347f9a4f76ac2674ad49a46ef1 +d47ee4fa717c493131e0a5212c3d4ba134a7a6ccaff9982abe9f792a9179 +87e59dcd1984b5994c8c89b3f9f0878cc3177489a3b9b41e44673bb253ec +deb2083f4293ed9d24223cbfef26cce564499158482912879082806d048f +1ea999ab3cb216a5c27d6027468b8aff4b55fb319fded4ee2d308c0f8c96 +fb7feca02b7188bac0ddd4bee03a577e91d258eabad887be25e74c296f63 +bfda0da6709aa66b814189443c8b942be557f260606e0e2c5c0822ad4a5b +33facd2b90ac826a768ccc37d2591dd28f1e016032bae587b12849d2f9e5 +60e3f8c07cc50f256ff209c9cfb36cf921713e79cf02283e14e52cdc3ada +d81e2d2adbfa6f1a2c2ca81cf97fb68d61f8c51f8c2d70c59a940dbc31a1 +c0401d41b9c1e5906e6f9d2d4446da96d36a0d4cc8977e665aae5c431657 +39b2226ba59807a4e54fe9901d9e3dfaf531ef2b29398d2d10c24fd2529c +474469ca0fc17c2c06f670348545826112e834654bec7f039d11990dc823 +c479caf0b9ff71f983457be488a36a54d9dce40b832882eef4b698bb1758 +5ab2c981b5b42d99a546a9c50b56227e76786dbcc6a5728009a707a5c8c3 +9f65bc6d10474296a93833fee38992deda4cee623ab3e672737be803e984 +2003e729a97cffa1a122d9ab0bfa587da67ba7005f51278e3a06a752f86d +5a8b2f0d7a871ea29a2c3b7260fb62017aa44a696d3c4566b179c9eef15b +67ed2961683b8417500b6136815823d50eb25f68363adcdde84ab6560227 +69e776795bd5a97122755091c2353598b5e0e5ab0d368fa34cc903993089 +a4fb5539f5da5c59babcf26470065e6fb8df09ef54475a3651550331faf5 +093f96cee0b9c0e94a894acd650d429672e1d66ad6a0027b7d24e1df6bb5 +6e9092928508f4e356275f668ea61dfacc1bd86fe40d9629b8ea84e4c337 +88ce61a3fbdef32603ed42a31c12817dfd57561a1ca265fa093b5942881c +2a61d2c536bb7d6941879ef6371e1aca84fbeddfd0712f6bfbdd69020265 +aa13bfc463e3fe44558fbd405c69db3cbf18b5ace6a111767f766b8a730d +8b0705cd5e46544446ff78213f9b2844076110f1717cfefbbfef27c2c17e +19bd949688b30f0b4f3f23208331fe6e384d4b4f9bf47290f5941df19888 +f78271ed4545b076b96b4e21fd07ca410186f4cb4d723f1ed2cc6c172819 +c346f547e74f99c1cf2bdef1df01afd3fad2381035d516d1f02c650105e8 +092702a8becd50cc295803140ed1ead5bd6fe180816cce1608a582787ff1 +bd66a511b044ad430b97227b61a4177e90f928dcf9c2db0521163be22b5f +faf3300ac9c039aa436df8654eabb946f64b6a2c4e5b8cc7fa9c11d2cb20 +9b20b92c6e77ab808d474af0041eb80f0b6e635a5f322dd58e1194676999 +2a8e58791e2a08bb0dcda337e882ee421947382a10676c69404e420f3dca +b6b6cba7bbbd806848fc80ca03eb3a6fdfdf5ebe800f17729f74d72f4e6c +dd5ddddb891b3690554c04694d39e05f5e2a1dec0100cdc8f2fa39486353 +37d906db314a739f6ddbb748d048e59759c0e5bb93ed6f8313d3aeabf523 +545691769560b501f46f622962be61881ec339ecc24ef0d5a3a66a03d31c +48be641406539cf845c3dcf4d8adab1ccf6ea04a642644dbe77ccfff9e9c +e5546eeca7b5d11959dc32a1c09f9e499346b2ebf36c91554ee265da452d +7b6479c7cb2474113d050fcec2b826a1b6103a1fdb4aed700586aa0b36ad +df8fdfb4006beec2b075cdb86ad3bb56adde2e7063a3996dbb6b763c034e +77ba04142e741592191eab60df5e6913ba69ad04963cce6efad86f260d9a +ae0959be0496413c5299ba27f0c96dffbf5a20135a828dfa5bd116f1aef4 +075d1c4ba49eb90105bf16686869e6da641e3c2bb4b4deb164817616ba7b +e9f1062f85384c1475185b342f8d10ce389b82e97803700e5090007d7521 +68bee8e937971e94c01cdea21364c05b37f60b86429005750c6d5272296f +9c3be508d85078c98ed33cbff0411cfc16ee632034fce12ea9c060ec7a12 +f843c69f62779c779a1b514a2808f54572756bb8aa743312bfcb0130a6ac +0d4c21f790369847adecf452ba675bf9b863bae1e494bfe82a76ba37e951 +7e5ac3418b7f817056fd84906a296c794f77fb8e266ab32f1fb546c9e97e +435588b749c3d279995886f136b2515acf4dd303647a13f142b70652f7e1 +b587873fb85dbfb6b8c0eff6d40cea9a4c735a7e0a796b3892a40f6cef4b +bf8f98c14811e2b5f72c20fd2d8d13acdd45728be6efd29abdca3774844e +1e1c85291a52ccd541d1842fe987dcfae7aea6b546be6508baac4d1e1f88 +c3772f632197600522e10a08771012b39fd2be0dcd415cd93e59c6ee91a1 +3000355b9234cc603033dd74577297100892fb8c7745df45d125034fb268 +4bd4d46476e437656370e13537114b23575da9ab9c57cd0e7c43865049c3 +fbea9b2ad3587da4b5b021384115867408666c11c1bc7e345af1dd4a2593 +b76335451f57fc0621e2712fa23112c4ecfcaf3cdc5871d392fc2b3f09ed +b5b87105b6de4bf26548925cbf4595bb072429b347586bfa436c10d254e4 +cd1542adc1f72c0a15ee0eb3e21de33ed4192fbce905d16fba1202e45c00 +7bd1ba5a5bf4f456a40d22d0326f3fa5f57fe5335f7bd2d74c3c62f33d1b +2fb3c3754928f3bbb73396d1e64fc4f9cbf1a57bd2513014c4b49ff68be4 +162d8173ad1425afdf02a2aa32003db6103861c935e54655ed11aefdf7fe +421d3e46c2324d0940a6dfd0667dc4c483be82abf8e5eddbde02f5b1a11b +1ec4f2201ca9fda9077aa5be2a637baae83a18e0d07aca462fe53fab3248 +4c4d7929f830b6efd789b22311b6141aa20792c29698c0c0c9683827874c +80b97e6c8fafc623f8e2776f34356a32c0e7613ebf491bcfaaadc476ec2e +b904c52e3a65d61fcf4d3baaf68dd8a2df3b6b9958ad606dbc16653b1304 +f03bac8ee4993492879393dec1c3b9930f0edcba5542c22af1aa4d754f65 +3dc8e4f76a9298e0ae859c6c13f8ab24b3349c0abecec29e895516859d5e +276c73fc3804d194ec154caa7fb3803809c6d669d86cb75a0109a25fd481 +24be0f89ccd2479961fa11144db0d626e32fee84aafe9ff793254c2c28cc +3208e4c13bf3feef165de8433cd6300fc97ed20e0b482efa38267e0c19a8 +02a795c602a0f34d3274dedfc3928949f16dd15b811f61d682ff303c0be3 +c9b142e434897e2c25c96b9b313b4642e6295881a5a2660dae267240e8fd +e3a4b58dfaa10caa5de3a730486727a40307b4470b94624512485ceecda1 +9c9d9ebb68825297aca37aa3e5bec4c497b35dc10e86bbb932d5e6a03f95 +0bf45cb19a9f5cf7234f897e163491d733b5510790eb101855b42d82d233 +de4656e4ccc15c70d3c19a367c7e8cd97712520831ff302e59c66bd66081 +92c29b17f125876a4d00f8404c745f36b87abaafb41b20854b8a71417a45 +be9a6d9dff71ac4935e79d30e6657e777bff19363d6c588829af564b1b27 +784bf9c5169817ed2183b0cbd4be72575dd484bf6dc8a9234f54bf079d59 +d5b82796cee38efdbc30d9f39d0f500582f25a729a1f86021ddc17e00174 +d842d05f21c4d6f5d0777c99fd99f5bd7aeb4a8f8997b6aea54a3c336c8e +68585ab5f654648ef3056012f35bd4b322897777806026a0d405f0eaab93 +61d8d6754f1b660eee091695f39b8fa5f6fba1d55b33381a567447906bde +e9892b2bf755353f893cd9d912bb8ccf1e0d30cca1c6f2d3ff552f56ac75 +c3c6e892282910da2df650723f375a68dc9eb64ca74a512741c4a652b223 +db2d25ca29d272ed2419944c2f33769926d69f291d2a462d105c53dee439 +9172c11aa0763d48401552ecbd9c8babe6b4da26e7f9623355e430768284 +fa9b53667ab67b06216c05ee54165892d5cc4435a0e5fe3db1690b8c7043 +26def9e9e31a659ae206f8c60cfd663f91688581a0179c9b7b9dab97e1bf +5f24fda6ed339433afb20839458d18bed5491be9fb118bcd3361cdcf03dd +f67d11767f7f7a421346dacf711d375bf519fc93753331e1a091fdf603ca +b41f0e6c48e100e78157e07eb10b30c6f350a146cec0d3d1d0e944a69e85 +2092909fa54f1b4377ad4768fbebdf5334c8f1e326ecb154ee06858342a2 +6f3b58a9e0141d57c20df8c4766be3203ced1e6b24fa2a98bca391b85b7f +572d49ac38e4482733726f56d5ef42d3c952db9db82d9129dcc30b4b2fcd +d20fca70364907701bd19028622a3aed72569cd8307e23e48e6a9df04da2 +4bc0460cf88b75dee4379a7c003a6cba112415385c43058a46899d6302ab +560536e59c67f462528a81213d9c9009fd3975a3b601410e989efe3a68e1 +65fa0ae6dd9c0361e0626f1851077e8ed9fc4cd766291c7f3df8e51e2eb3 +b8e9274798f32e2dfa3d5a08abb61061d4caf45cc837309747df9b0d565b +34d0c04a2f9ecd64f0df422c7308ed27a7b5fb8a5e5d71c3003914643d25 +8895a0e2f136c02e5fc6659dee6c7822dac93f8e0aa4b5a52f09c2f49d7b +9a7192a22fe8efc8f5142d3791d3e11b88fa8c9afc2fc568df02c40a109a +b94e59cd467b9b0bd9f94003b21f522cb5c8b191a372ef5583e66f5217a6 +5d3c7baa1375d59bbd54dd9af7139501b74a2ba74b87db29ac78f1afa21b +81072b58cac2df329f5a7f3edd6c42839db170cbfbfc575ef172b39c1859 +87141f257d0d6d909c1a95fe10d313b8c0846b80c07ed5124adf1d36ad7a +f729dec052b2e6c61609211ee576454a86a0c2e6ca0c6c0ff1dabab49143 +8b326088d16ea1ff32e69871cd3f5a5cef3848b734ee20e2510c97c5753b +2629b9eb302c488319e384166c59257eb0454af6961b87a7569a5c82e1d9 +f1bcd84379a590b4b41166a67ecff44890c105d16f3bc899b652fe115045 +983ac7f6b7d63b5339fa99cef588f822516e135ab40fcfaee90577bd878f +92ec143bdb5fe5ffae78390ddc3f7d8361759dfb3996aa5dfd331d9ba36f +2901c65f5e4a6c95a9400d6316ad745e680cf8729f23bfe0b11b148c74b6 +0c36c2fed2eb71ec5faf4d05ae962133c1b8776d1d57bbf46fba30a15f33 +344f26dd85411b16546e1c9dd963f1b334026cdb09ab973d1fa615381847 +1cd310d73575d3e03902f0bdf0048ff5efd1beb2e857f82084b743e10091 +d3374593ba944d05ee97bf0ad7568b45a95a24f49f0ba2d93714857665ea +9ac457a90a63577f7293fcc0d5bdccdf610aa823f7db43119263fd591a20 +f3f6d2612412bfb5783db3c0865eecd1e7c2ca50d9dea0ba8a50a4a69ee6 +7899bfa6b11bc58b31c98a6b8cd63633dd6ba6e41aff7de644496942b7e8 +c33320c23f0aaa081098d555df9bf66b4af6cba3a71fc9fdb0a19497ea00 +17dfa473bff4ad6badbc6d971157ce98fe123ca2a5711ef9360feaa0f40c +6069d15b5b224f32f74965d97fd48105f43ad74d08b0b2beefbcb3d301da +be707da228e802c22734254ece98ad73c080dafa09df15b9340b84154a2d +1ba6992fed3674aa9a9e002c4d40353bdf87edb73e61318aa003ae7b388f +e9f8656fdf575e190509727d8385e50b871ccdfcd4fd1813801bfdfd7387 +48042133087e98a8c64083a4b908594dec38ac9c6efdd26f1e13cc59a203 +abd3887fff0638c51082d32a328c3aacca59e173d56d3b3bf27976c6bc95 +4572890d8092e93e35f188e2255d4c223d5d9fca45bdf433121f5f8bdbc3 +84f1c0ebef83a8ce7fa186d413d7fbde7a9d2818eee5a305a57afb635b8f +f6635f17cb030b0d29ebd19ce29cd932034a3c0c0922c7202288f2a3a13d +1bbe38506a74046dcbacf7d89a2001785f12f3d885871f9950ae34ed028a +98b5373403bc1322d1f2c583a8dc11824b4283c233c8744fd56cb20fd6bf +0ddf76fef1d0eca5a8755a2f15df0329d098033283664aefe0c59eda92bb +25e4681182e20c008c73f9c736711fdf3c5ca41acc70f320949d0a32e5bd +0bf4829de9484836c8183542f12bec32fceb5a3bfdbb1a193831cb7539fc +12f181fab95ba610379821a9a02791dba3b2f154d13788bd248d3b9469df +01bb9ffd8d69c10e347773c781559ba77f50c172e32dd77ade64202ea88f +9b22ccff86f1f221741c4c9de7ee719c223860446539488e6ecf7eec8c71 +f82b2a3b54dad191dc7972eec0a571e839c733aebe2c557beeb5a69bffa2 +64d60f3f6d1af9fae5e6da55f9b5e54e29c978a6868c02f936b89c8b11ca +876d6595861d293fe9a250e723a09716167f20c00f40a3ffab37b236cdb3 +691edafe967e72a69b87f69db6e98d32c976f9448575464c16f43666ce44 +76840b89c880acc159e7ea9623c9c49c4cae911baddaf128e4e336e41b5c +76d4df9464f7a66ac0787280f27b2ea2cc03637d6a9e2ac6d28bcada2c5d +cb425f99a0b7b7677b2b79c4f59478c1e0bfd24aef199621b2211783ccc1 +b4dc56da241203b399cfbc46a80cd1d172c25a76b55d0a070c00a17d9e22 +0019121cf06cee286d3582fa02f14b6c0ed78ae52b960f67d6d5331c4e6f +29c51a14b401714874d0dfe0fb24d264e9f705812bc67b634ad558ec2347 +35566203199dd558fe5297cf1cf5cd5492c93056c5e0a71226481fe13e5b +ba28b11394fced2131ee45efb37e12f0638352ea688cc6881bd182d9094c +88552111bf87f88ebba5ae9679354cda6c8888b172d46635220fb98495b2 +6469002cb0575a6360c4b6909672ac06f70ec588df117bea075ec89e865e +577a0def15804badb8d42ef5c6d6fb70ebfd3f49a5b218be90dacb7ab625 +353bd54e687c4617fc10a5d5010758c64ea0d6581f4f3d4fccb7b90ca9c8 +85b028d29f838a52ad11523310a83d61a73e72a9b12ee941c37906e37b5e +3f5a2aab32f410561f3682a81ccf959ec63d96b89fdf96a78ab04b236e50 +05bacc7974f7c62eeaa245ac41958ca8fea6ad3fce5339e1739a53127964 +2ceba426ee4ddaf922271152084c4cd08edef50edbfa399de4972844fba6 +8287df1a1d98783774f70ba7655a9f89d64bab11ad3b55459db4ab7663e2 +ad5dfc78bee42e887a2e76b511a159812e489159acca2f0a249a412b1ee4 +a90a46dc9ff832525a9b0913244ac3ce5993e17674d1660563c6d54d66b5 +dde6b64aa76f003ff3533a46ee56bb913b6efe0e9da6fa4e5319b607d53e +9d7d9636805cf8c3b3947bf195ea25cde547b4450a9eb8ac84146ef54d76 +93213061897bc96ed821fa57c0bda3244fe4a1eea3def679f45ef9f67e10 +b5decdd3e4bec89701f553bb4bcc6d4d1e0fb8c9090b9661196059b1bf1a +bf1be04d6b74a5cc57e40971884911f452c33b58cb04f2c6fe3e1d71bf5c +b13e7537d9fa6d65ea935ed5e96ef72363bf78322a8f87bf7a118a9deb71 +b7f246aa676cda52240974e6e9da44d622e4f2a43d7511b83a0126b2b92d +0bf1b02876e523d9d0a492b5a63d96b1f47e962ee7aca6fb9d3f9aec47ad +c522dae8aa718bc540cf5d7031a7d3d16f0f6ff33a9768290a90a5fc5e68 +95cff9dbab42a770bd11b787b5078db3de917f923c2eb6ea11e76136a8be +e36eb784788ea3e2b9d7be95e6d4243b166c494c4b754c6dd160206dbaf3 +99ae4902d3dca7424f6d1e7c455d562023465d0aa9de460b1866d7a52b5a +f74e923d2fbb49c4470a9e18497bd332f3658806ed19c6077f046c5dc0d0 +bccc1d40ddd20d1dd36627d5394f9d38159c84751b355a8e48754c6dd160 +206dbaf399ae469b9cc7bd8e3d141479a7012a045ff72d51a448fdff39d7 +8be6ffc046e5cf07644c7ed0a1b85cc2398d0f3ad542d1103d2de1f3b341 +bec7d28674961f6b7d313b85f908f24f4d18080ab2c46c61f215557c0d81 +fda6767552c20b037eb4c97e39dd51300a54cf301af3ae93dd0f958d422a +58e668e91eb14fb295d6923ffd65a2da9a88fa3fe7f9ade3d733f9eeb54a +127a12f0c791d09fb12fd026e09a8232cabec89a8ff39084fe111795518e +c8beabcb9e2949d3c58456ff16dd187bc906ed19de8f6d6a2a639e1fd66b +020c5ca8e69adeb77fc55c84ad5826b2919e09bdd99a537f5c92437aa9ad +187ece2d245d29a9a0d54ff6ec7841bbe6d39d1e06b6ce3b19ea98823e0c +31a18bc564dde218b924e38baf75299220b281cabe0c940b404dbcf54d19 +ecd6f22e99e9ecbfcd8a5e225d29d4535b20e4fb69b6662a3af13ec34c1b +58b8684aa0c7ce8d84f6e711534861328a5e4673d4bd6cd059a16abfd8e1 +573b096a3aaaea3274474fb3a97d7ffb167837a37df2bb69f4d5c31a1bc9 +0f07b0458ef6c85e51cf6163a409d01f67513c5808c5772f8502dd958987 +ed822784d7be448240dbc2c6a9fb7f6885e34e0b842667c15908ce0fb4e5 +ecb4966369ba752e6fc2f39e15caf1a41e441a27d0bd5175e8f50cb46042 +5bdb499d75ffcbaa6606e892b21400db3becbf3aa38ee38da4c333c4263d +a152f71dc4baff702ea1363a0940a5363ea9b51b1f2a71a1b9a4fdd19152 +7fed7e2516c95ebff0e7c2ce92c50399e18386ed3ee39a48b2da92501389 +cbc1f6501841e867f8b915a334a0abb7a92b2be3af10de37cba4823f932c +2779c3b008afb65ec03edcec847e412af7787f70c79ac84c58014e8d0e41 +6446b36a50c9e6175726468d9f399a1861431a8bd311ff0567723aa35fbb +650b173663ba31bff558375f740346216bffd472986ff37bee4aa3675645 +a83eabe1853aa061fb3614b78cc780a471c3c0f5da378ca90ce67f21247b +c105a3bd4e4afff439fc158b9aa90fd0e850b1508355bf0152225a2c22af +9e5dedf038f28a11a2a553128c945086e84b4a146617e905a3a16faa485d +6a5749a7067aec3d2def0aada7436fb1e185bc66d0e30a7bb33af458e605 +ec978d14b6181d8d7e9debe27751a6f5fac11594f6605cbe638d9a98ab6c +1c3f6c3125a57dc55158dba2bd4d36febe0a8590e80afcbb1340c5553a66 +8ef2d6f5b4305a9d8d38afbd5759209f9eb9cd1cee0fbece6de7ad2aaf09 +6dbe472f83389d743f0d7aadc6743f7646f7bf3a9f73a23a43f37d471a3d +6d12de84e83d2cf5b41e84f1acc0cbc4cd52d0cec7388f34ead47b45692a +4918b365eb9f6e813d9223a95fec8de3d3ed7ec85227f8217212bec21893 +053f74e652bae9299e709fd25b9bcb82e860c0c56bce1f787129628e2499 +130fe6ef76418eda7cc648d769c6f54984dea92af4776ebadbe161d180da +9e5f3d65cac4a7a40ec3a3a7c253581597b69e7526f3e10d619e614f0c2d +c4f6feba37c1952518fec11b39fbd13ddc21fdeccaaf95ca8fb8d7d6089e +1bcf9b574d9d8fe5c25a82a0b68b90f140b934eb585af7bcf8c88f9c1c1a +dd745b02a7e19db4407738a4ed928c83718005a401b77a56622b6c8dcb3b +26cb5f05ec5fba7f85b0a6a81a0d8e75880ef357d7ad551292d37c7eeabd +7220af71edf267760571cd3e39af320bbf13c9ddd8053ef41cc81e425b32 +db025cc66649055ae1c6bc468bdcd6d69d3ce334d0b78c45785dfb709ff9 +a77a46a8c660f684d61b3643b2bc838b6e983d4950ae20436173e93db372 +1721546fcea7a2439024051300067137313b2424e1627e053532bdb9caee +519e9d23ed670d2d5ef3674f225d51e1ed8e082c5fc9f5f9b934c0238cf6 +5b3dd364b466b2aeaea3d3241c59c9cbd3ebf9ea9a7dfa2eea9b7ee86f0f +7e256ced10993751286150e663580abb541147835b9f14b21f528999160d +492d9e74b01b55dab2c2e2643f5f20b0f4ec4e8a3a2df47a38fa1d36d755 +2ffb34c1d4c8152e29b7235508e01f79d41e1f2dba807e4cf4a5fc87aef5 +98ec07f4321a2c17dbcb23748bba86a2acdae6b93086a2e26d52b0a10f83 +ff41cd291ad0471f09e62a79bb75e18e680be66da6f3b2a56a8f61cdc1df +9c7fadd0814370dd82648db161d85f8b2a9a0e51deba297a1250deca1af6 +944d89b7fba2f313ef3d61757dfb7c2801778f393b2383989f16176eee1a +695f967efe7e04ee79ed936aa121ab47afc0f0809911a290a0fcafd2b0fb +6cfc059ed1b7f70513a49410232413c1dcb607a668cc18043762ef224dcd +d7b5d6211ac228650e4607367d4fb15959b8126dec175061a3ca7f7b01db +2dd72dfb56756ece79fa61a7c845336ac412bda4347c582a6f5e25c9cecb +66b6d028528f61f0b77f1bc603d20dc104c9462fcdeb290a5bf9633fe6a2 +92b52098f8503bed17548c05d836543f7329dcddb5cad7f89bf26ddefeb4 +912d2c1b3bd40f92aab21ae60fe8c375b960f99e499ae14cb92a5ddab808 +7ef4d41f4450a680c4549f33f2b650dabb0e06f418fb62bb234c2877ea7c +566e3017b08cb4c381caf984191ba7dfa4e9784ab4543c20a1832e63d0f3 +62448cd2ee72f9a45a0cd74801dfb32c6df28b83c2183d13d37a21fe8f55 +354e420ad334e5e36ca113a1ff16bd3d142751b50c122254e3bbdce4ff28 +85d2c5e4d6a57a37b34a2593f51d6ad89cc225df6b8465f57b6cd034ce66 +e5e86ffe880d507d72933ce7c93964becf15481def7e649e4a1cf96d0e78 +17357dfa81bac3b335e5eb95be5f0e27aa51bed0bb47d556417fd0079d64 +ba1454ff9531c9b090eb6456a8e52544c1bf84a84187671f6c18f7269162 +bd002385dd60dcbde7c5fe69c34d004b2a284564a9cde4e3887ea78d5698 +ba791a710fbe92c7988b361a335265c707c2f00e4baa3855793fe2798ee5 +f3c1af717279ed9d860664996b26095506bd99c8a72ae7ebb45ad74af44d +6ba45a2401c195e44f1aee76743407a12ed6bb80701e68a2ea02f0dd1af6 +320b59eca2c51a38f1ce6b8d1cdade6d9a745c219a311d646a3b069c44dc +d226f4ec07cc1b249f651f1a3aaded284ddfc8b8f8eb33371a522823fe2b +9275e2ec0f4721522a0704760205e8b924ef1c2df09e43e3985ac4d3d496 +0ef19cbc76a77a76ab47e41be9ccd032ed70813c2d4af60f916c510f9df1 +7c5bb577ffd1cd9c3f583e8bc0528b87874638621285df554d1f8b16c4d1 +183e71a22c772c362dbd1427980c002c3c0112061e8ee485d19a020c6f0c +ae75194d3847585efacd14e2a1f5cd1c8d0e9f435edbc06db63f1dcc42b6 +b8f381d22191fb0f74e34f73b1be39b61d231fe723315de7074133b1e452 +090331eca04f6c383eab1307cd9022ab21e97643c5ff3296613bc3ccd860 +1f406578b6797a228acf6663797b7a7592b665fdb2832898c95b5b814fb3 +e45f678e37b709a23a5d88c999b8ee47348d60e358f7cf8ee72069a523d6 +c74e7c1692dd17ed1cc4535a42636f534f2be5c3b2b15942997a9b12ddfc +28d44f215db9142e31f198c5e6b0d25fb2ea77bc0f9c8ca42d6ff67cb402 +33e8396ed168b90a3ae58027944665049e54f29164673c4bfcb602890fae +dd938622e099b93f0939b2cad4da410e69c54259286c8ccf3f77384c4e22 +fc432b44391bcb5be60a6642970357b89191ccb4e5a85ba87be5ceaf2712 +ca6577a55419430c32bdd28b0cd7a6179e833712c0e17f700c31228ff8ea +7446440dc3fd05fda08c17ada33296fcfb38cc26225ce290adea1d4e26b5 +361ad604d8b08a80636f5d0ea79e16cca7e1a3f3c59cbacf59d252d989a2 +49752d58ce58480dccad56aeeb0a5c75b89a8a6670b7dbf324c0887d3295 +d982cbf0e2c4212c697d91fa63d676d3042c68c1b19797b07591050ec23a +ff48f141a6a7f3869dd3d9dc93f35ec26b388f43ad1bf2d106e11b35eac1 +c20cd5389511ac69973964c761d32c80e5b64e17c1072c8fc219286320ab +0eccb5d6c5e2865c998eac3519359e41b2f4afbc30123bc2d0a0de19ee06 +d42dd254db2040e2a2594475fb01b90a52a4178f403bbcd9782c20c8f18d +b6d72f9c6442f1d0c41b94036ad8bdf9bfedea0b96117a93f04c3c4206a6 +bbe324a255a7f18841d09f976085737b87bb897a984dad2cec5a44c38306 +48e373096da6ffe8e637671b820a62d31dcebb108b5a2b62374c746da5fe +380bca1e486c3daeb1b9034abe8980b89e0a466dade7a0eff5c8364df55d +25943937d78fd23bb599fc4d241c7ca6c23f337355d846c3fce08c82e21e +e124db9e9f1b416e958d91ed2c21e26c3b6720d18154b8f3c41a0b9d035b +99eb5671d93dd6d366322e15a5bf740c261ad4ed24e89a6df117a414ea0c +1392691a58b068ca538685c646ff893029357fb8e567855720e803528dd6 +0040c6f061113d9546f2dba4fa83edf6732c6dca4338e14d3d577291b696 +02980b2bd8cfba079e11db2228e473600ed550ae05cd85a1cfcffb645e68 +5654ddcf891b8e4ed4545708f683f57fbc680a18992752f5cf2ec471ced0 +a16bc4363217f9767b684589803f3e6e9efe5e51e9eb0be493de3ee91c45 +61b92a057fb03ed4f0df610ee47f89efd4b1b0e1869dffe2cd55f0e0513c +738a024c9e514db72c6d387dd63f36dbec694179a70bfe8c740ee2a13a95 +0601f003b83f07bbd035f8809ae347e589302c1f9e3f3863d66ff1f980c4 +8224591a762132041176334ec86f846fbda4db22ea5c4e13c9a80195d4c3 +a8379516f766c8078cb77f67467e2c11a90c5d287ba70e9197f9a2cf81d1 +34e2d939410940a6dfd0667dc491ec1a705b2d1433ac0ddd052b5d1520de +a8d313bed949de251d7090c1efb589d8c7c4460df3f453a88fd966801a24 +4249b996ead5d21d7294f4c4b9920252b60b0e8959edd9bbc4cfd971a6cc +e8b402eed87bac510d721956f7200e7b6eccc684774e471fc7777463e74a +e1e0742f3a9f4110514726ad5d81150234358c95735248e06086770fce74 +9cf6034db5e3071af9ee634140303466baa467e5d5716263dd9291b4cfe8 +56f352334acd0af4c7d27582b3894d294ab287d3ca49b788d7fdf9dbaca6 +34f1a709eb39c3dc65ff732a3dc5b318c9e52dc0b1af189101f02498a1b7 +8f3db2ce24f0003f20957a676a67ecaa25f57adf4f1e22c48c66fd6ad0ce +33611a35ff2e1fb51fbf4f8a4e19ea7f4cda91cbd64937a1679789b90baa +549047bee22b3741e3a04d423e041c09afc847156f96d9452bb8e18785d8 +c78313e8aba3852ca8dccfc8c8a69d42fc9eb366296ef9f33b42582beb9c +7f021bc6c9d27cd19ad3d88e19e8b8303c550ae07ad8fed1519ff5ca68b0 +7e9b97695fe76ba74d04a8101077620ee5a154d1e3d1caa090cb2b50756d +ba0bf5c9fedaaa3e7869b8272fcb27b1cafdceb940d825f9b7beb7eaa516 +70dbcc38de9ee3b28792e30d2131c8f2f47f79db6ca4b1b5e2f3063e686a +6d6126707eff0a60a8b7ca850b9f8f91414069354ff0ca285743b3fb3e70 +aa3f3e58cec9d01cbab862d1856d2cc659d1b8502a64b3f9892d018d700c +3d92030b114b520ee285ff1766db12c1fdc5601c15345c6d33a3c4a994e3 +6b427acc7332662596f2d36f24ae18c15820d0fc53e165926f701599a391 +26331278e31f5dd3dddf8b0b504a6e4dbdd453630beacce725de85ee0c2d +d759444a157f5e75c65188ad0dec71d7ca53fa5d8f6d1a3ff6486340d81e +37d8cdd0400f54faaa350cbc232e62c7953a35495730dba62869a27ca03e +85ec5a01b90848a5adcc9575fb0e60c3d26ade2d72886ceb3561af2b3bb1 +2f2eff9358d313cdce228a468da566f95a61987000720c62abd67fb7b9cd +2cb5d5f74be8e0919dcb60a5364b1735d31fb3fdb59f9c22f0622f8df391 +294c0c2fed3bcd185c9d932f097bcb2c066b6f2b54613f30ee99cfe0b3b7 +08cfdd0565badf6e1e7b2041cf016e3b3ad1a5c03be3316033da091c0da1 +7473925e79e78f8a3f48ee2348b2a51cee6bdbe2a22244b3ffd8e2f1f6eb +21a3af001d14e8954e80598937ecaad0fe81a030269f9aeb134350836da4 +2df81f22bf35544daf3d62ff87014d3d62ea58686e5e182d930a2dc3fac2 +588b49b660a22c3a55bf8c99dec4369d1d678210db13535c0fb346f0cb9a +8c35b29652e763300876287ed1bd8ee4408d586f2c27f3c11c7cae9eb111 +3b01d521a91b24c52ed8f9e5e122b159fa7247af419a2378ea09a59d7214 +7396372a7d1e6d7d533d0a0939cec9a27c6bacc94bf8eba620a10483b09c +a310ca41a6c2606e2029f3ec1e612afcd9e5302680d1fc088ea26d835531 +f157e9d4530cc97cac29d0de3bb879970eb3d781a222b006b0fae97e6233 +fc47d71f1ab194e672cc5163c4052eeb88a31ab3a3f9a59f8215cc729e27 +1e5db50036b810cd95cfd9826884ae6b1d9e9774747a0a9df039a77c7ac8 +3406b9d23af796412550524df48b18ac8a24e3c79c464a253fe332a3c183 +99fbacf4e2a0c66f152c9f89957a628b359070c773eb7c7b08745028825a +fab05b092089a598ceeb34a1f40bcc61e05270be279e50ed9103f313a0ea +b820f053b53669330e8f6eef4504a05d08178355f2c5162c0106a46617cd +0b424fc04e3dad6ea66bf3f3aabcc63cd504a4797a7698a486eaf5220445 +7f0d1496d62d27a05717b23bab14f37a8082bf9b90b8bc82b19fd98404d9 +ac23ac738af0e624808613538d34f0011ae775adb361e330db975713b672 +e106228daa1c672eee1883b3a489e9f375143e9563d68d1775ba1513e779 +0a7ca7468011420dbe03f372339a5e354aee018dfea076dc8962dffbb443 +3506a5bfc44b0512e8a8eb7d0ba0f81f5b123171a69b2d42ff5cf8a81e89 +a831e006ff5218daf44f25f7e046c6b06bb1b077778652dcf6855253129a +41884f86db912e57d7c4e06d7dc8a116ce65b628399cb21bf5dd8f9402a5 +a116548c5653a3083e412b537fd8324e6db3f15df83e0185cb8d4c5f132d +df1f8811e574029f3efa0828f9223e318c0a838b2f9203f707f2254e649b +7b78757e94056d90f65df04c47e73bd7f5cc5772c1253f1f141567ef5435 +87add907f206187b611235c634c97761e4834077e659b60ee0f9d37af855 +6018cf054eaa400a820d87b72f33137eb2fa3b8c3f8f0e6f21c281cb940c +0fa9fa00589243d32795125aaedad9d7ceba399ba151f8af63bb3820bcf5 +e59c2bac5eb8a453c8eba8106a05e6c84603d2f91628878a94810ebc9c75 +d951cb4916b4a4c8d471bb739d26984c7e0a0dadcf44aacbf5983a54d979 +9b20298c242166c447b82e7552014a615d21091f33961b5b084cf7670a60 +cee6af1919e4d128a4e15509607caa802093c5668be1d5fd5403b9cc135d +2ea6c2d9182835e4be3ed5c484b91448aab3ca396f4cbab5b6d2943d7a04 +7f51addf7dc9bec7ee4f952bcb09059b2da0b1ad56ba99994bad26ebda9a +a2626b6cd881c6b7ca7dc96e7985d7a49c7ee9d035bbdd013ff89bdb181c +1c2d078159d9059fd4459dc967af31310195a3cf9bbde2422338773f5cb4 +bbf7fb3723133bd398a39fcdfbcb88acb00080cde1eadb8019f151e3b1fa +e7681447c9987afb4df465344590f47d20e47ec4285c5bf828fa3ba2e3a3 +3ebeb484f413fe1a0fa6aad97f900e27416302a6aff179260a206999db72 +035222b1bcd1ee30f6d202e25599b536dcb10ce7b0c283f2543cb7695726 +741d1a477e0c0db1d1ec085f58e6a8ea91e05eda30f0f66ed6f3a7be7117 +0643cd058ea61f649bcfd9db22a05e8c0e264ccdb0de198ab6e629ac4c40 +43280269f0be430d6adf70b881f56ed5112857fa0ea08ca2bf9e20989c12 +4a54c7498bef5b8d627bf0b42d5d03cc063f8eaecd3932956769367c720d +4043d64b68aa996282eee296c7f441a226ed8159b166e1aa996d24aca65e +ce80b674e97d6f7e392ad6bf593ab4f38a3b206ca0cc3128d847845873bd +11b4293043a22952dab798352d72cefef8ffe015192ca8f60c90d314a8ab +238a13610382f9f8ec1d8c1fcafad7c2160d7ce47ef373c0c55d7bae9b21 +148701f7a8c0e7cc82de5f26d7363d95163de187a5709820e37bbead6e14 +80246152f5cc865b819d29512b967a90447d98f971f4c4c28c2979d07cb0 +e6ec8d4029dc64aae3dbef8eba571236212600ce0acea3ea444e410c53e9 +e5f1d9d52215aa05e690fa3483cbd5451f4311cd0fd23f39d4e106e69d68 +1565ac01a60824243990cd9b034d3ed1fdb5c0752b5e64e2e417c6b64d23 +c8e45af1b45896ec877c2d87f88f4f4a85d0a407b1d1137f53650c134669 +649806886c2eb049edd7f3b676f52345fa6ef9ab4a418066e08a815302f3 +aa8ffb5fbb75d12cc3bac7d9ddabbac644c2944a44696f69d130e3278d9a +e457c39c9965e27dce8a47966dab125de8e110d266b7fcd6eef2d820c029 +fa60dd328084faf8ae3b6bd0f570855bfc557e154c7d4931ba6d2e4aaba5 +27e0d098334ca38c9a78edddc086cd1f03bbb8e5ac740d6140f67d749605 +54afe94dda9e1bd3a55c4d591c34ecc27277fbd621ab9dab7c9699c11c88 +010ec97bc46dd1aad64f0df42c25607b55b88544455aa872819232372508 +516f71cfcb5c72b4efdf280fbee2819822cdbbea4caf86273a82d3f050e1 +42e1e0b8b628e34f28f43d57f70718498f4690dbb3e2cffed13b81758457 +541868a14d0c73b9da8f433ad8a7ff1d1ee38348ce1a6d95f625c8c87287 +8c46d87c20e9cd3d2c4222d45bb54d3ebfeb30e53cfa6717b52a9025925c +efd17f795f78df3babda2beae6b2c1995751c334fadecba5981755bebdd7 +6034871e1445171a71f60282e6785059cb4046ad0bac98d5a1e5668a2fc7 +fcca3b915875fcd0d529a635d64cb34387cd90947d3c909f3d32c4eb40a6 +0f30c3e1f819bd8aa2a035dbc3ddb269c26270244c224c3a93ba4350316c +664b2ce7153b09ead7d39bc49d6ef04c83703e8b74e6a0232c41a02a7de0 +5afe0e94dada8b1fe6208f12b87e00ef8c65d58b02466ff697d6467f66a0 +3f34284e6342b211a00225a607a556ab1d4c8c42a101ff675d951d0f5a75 +2f2479ce3ed7a4f84488d39f622ee53a54c3202d4e6017832708d41e5338 +13a8d67076421fc76eb25c6b6373f413f67b01d6fbc1a86d381efbd14485 +c715984a13189d77f70af8035c8df5d1d23bf2535245617911a4bd580689 +41e006e7d36650fce069048bb0bcf831d3606f3e730ded0b87a8d3282ccc +5ff5f8f0dc71c4e0f702dc5b8a8eb71825e09b692adae6793f0bd6dcd92f +5ec371159f0d61b7e174977766910a5d2013af40264e55351de8f7b7077b +058918bbddec5e4dc7fd54b83b0af45f11a71ae59646935341bd381b72b1 +c64b82472cc9561f1ed5ad6b5df940884f6574d0304e5b9dcc28875a8ae9 +7ef3fe34068e2e36fa46aa5cbd3dd87f92ee8b5639941300a1034f50fad4 +60024e46c2710dbcff25e3d17a9c0c7697e318b144a77f0a39b1fbe910cc +a9a8d8632c0ef2c285d5ab8d014d0b2dce8d7b0689af0449d1a22875cb7a +a6d8c03b544e872ba804ade461c9ebff87461641bb7b9e1e68d13adc8f41 +13e2e08e79b0dc30d59765814a47a64b6a33143b9994d42b767e000e44a1 +a77e5241dc5a9464872b1193df3187c690274520b46c4d2c04d04284b58d +05e7378d471e34444eed398747dae91728b8b1f3099ab3688d4ce7d82705 +a6a3df49e761f4c59e071e3e1d771ca1b8a60c359bf076e8061d148a6dd8 +04813a596c54149faf1bd2e25dc44ec458af5e2619a418c53b7eaf9cc75f +c21387ad8b7f8e5e98483cae7e86853890d74588c87078c58237ec97dbfe +8aab8488138402cbda5c876b43c280efb357342178217879909dfef65a21 +979caff8306759d8b475c3dfd7185074c185e4222deb781fca1c2e7b65e3 +d7bc788eabd2a74551c5bcd2d07695107673c8b38c53cb425e03e426e1d9 +88c4726e6fbb988ea28bdaca5156393213a9cb1c26eaae7b9534e2d25083 +37f2bfa574504a4f7a79467e97511ee052586288b2e095c41920ce77034d +52ea9d07dfdbf3f094d7d15f0f3dbdaf3fddf1d44a1f51d470ec0f6723f8 +2bc0e874bd5c8d1e5f0530f65e6b675ffab3cd19f1e3bf6a226e3ecfd2b5 +018590395fbfbbe588621cdf2e52e1483794c44c6548206079f1b998bf31 +11772db5cbb8caf6930f225373d891e19a4fe62cf8a4309561274a329a3b +eba8f589bff6cbc5a5d62d2ce038d3b64bef960b4185796f506c9adb0714 +f47738c76c30ecca61a019424d6ad5ed46bed1320b665c4840b514692f9a +6bd0f93c53fd71ca297b3f00d9e7ec849a256e63a647fe3164dd2e3ea365 +af25a5c1eb26b13b130cae81be1623a0c8db75ecd68806219b7db3acf4e5 +5d504212e473044465a6f8bb66f730f28241f3159953ea3ca4af93395bbe +9f1b5a1c3221107ed4cce1c509f522bb17279049041d75eed831a0f6a676 +286db0739f5d9efa13a81c3d38cdec6df61eec011451338db2bc6e5c1688 +605fab1ccfeb842de110d2047cc89138774a45b3c2b174a4241b9959ab39 +d6378d2a1bdd02d200290cff70a5fc3ccabfa166381c47f73e3ef81c359d +35610fe000371e6cd4f38e525aee9c02fca862c8cc0cc548a846928b50e4 +a1a5af19a7cab7dd540d59eaa930bfff69cd67294d470bdb0e01090f7d07 +11ff287aec4c95f54ecebbef45ae68e07b20e6c9666fb2355a971deaaf5d +0e77114787d579734e39c222a01456756f7d05a079e7c728d8aed34e28b4 +faedb5e44b28d3def6f351d4abe40a2b02878a4747b1ad064bb43ac2948c +9d62e3bd6d3ca32c8e062552ab41688e108fd838c969db1ce8435f173349 +a96e2f0b156b9c7dc2b1d9a3d5796a664ebf0b6155e5208d976a95c6da4a +80ca7cae016e466fb4ce4ecbc9cfcc9f46f389464ba21e51480286fef055 +318d74da79a0612ff316db41855794559ea733ccf0f964626da329b20149 +652408ad37595fd2a7869ad30752421110d0f31b395620b82b32e4db7928 +0455adf028a57c60cce7323e7024023fe9cb11c4563925c1e69392929faf +046c16813b00516ec1f55fd6544595d1ea9529015a17cc8106709241e35b +69586c1f00555f0fddfa746a26764fd1fecf101f63c4f25a75b2649200fc +5c77003d852501153afba3d2a5b90d44852e14e6b6827e6f714481bdefec +7a68b232bd483565d3a31de86176b2ddf0a42fc9700c643ca6693890127b +842ba5099908bed877d2a2bf21b69e1f9acafe691fa684f40efa7f297f0f +49b9b28e64fdb378e0e66ee7567142969c5cb92fe90fa1905b0a5c354a14 +edf705b62ea069248b6d3e7eef1b7b26d2657561a4da5cb3d27ca9be8c28 +3e23a0531cbc9992ea589d3a39a629a94dcfda7bfa0347c852a3ada2d631 +a2f74dd19a7f96a23d61a73e72a9b12ebe45f3c051f7a100517d5f1ed43c +0a0ac5961fcbc0987f9191fa178acb9d15fd971740952e68eaccbdd70839 +6b6b6b3995976fd8a571e5253ee8cf1cc31af523dd223d13d4ae62e93226 +d83479d64352d7a51773bc123a58a24fc1190b3a02cc5ebd2d34a40240b1 +dd775ab4dd9041592604ec01d5a96de6120b37cf672aa912422003ff4f93 +8ee571b98d190c9a43613b11279d586f9d40a0bf94025161363af525a243 +023eed308423d27bd6246077ae64d38625443fd13e78915f88e284021009 +568b9e2a09d9f750b92eb5b48a60d1d9ae227ba47cb6fe49b1c51bff5a79 +7d087fe6c8458465cd3358bbdbb54fd6263c1abac697ac380f7417dfe253 +6602f0a76fac74c2492e524fb743fb614cc49f82bf59fee542a6de34c33e +bd135318680ec14b77bd72b0a5792f0d505198133884e346d3d3a8da1747 +a5e3413563ac750d6d2d633a5c90ab136bf0f4c41e1900e1da555570796d +d7c66f4fbc0fdeef00e7754490d589cc4cc257fc437706cc104e00903428 +1da81e74fbcd8c2dde3559a5eb59a67192bca9ed49ffc49b605a9daca194 +ea025c51c5ecbcb3a7900a3fbf4d1c2b9740fa767704ed75c3b58c7b93a5 +35bf43fa7b0e1e0e696b6c3bf8fc8905f4e5eed80c239bd19c9534922c27 +86c2f9ff1801d2e1e0890e1a6e61918a4c904ad8f8b79e297cf2beaec87a +fbaca9515dc987e2dddc40f21c5a70d2a93d8d0a626e6e6184a2cfe85f86 +630b03d237d15295c3c5046f7bd5a24f59a8bcae80909b96ebefdf6ce2c5 +823b1352f5a76adfb86a6693cc2cb654ad09cfaba68e2338f5ce117604fc +5c037512857e43ac097fb024cc5146294ea0c753145ea5c2f16a18fc75f6 +8d0362d4475a1e902fc341a3c82ee30744179d39c3e529b96b112de50711 +954a42ff30ec777feaa3d7c23e0f4da5d0a53bedabd6e46457aa6292585d +3a148a31f0559e85556414bf2e9e0b62c20ab24ae5382a6d25c24a5d54b2 +672c5689c3ff74358a6d211f4d44e185c64b9e952ac2d60e6d9c816d5e19 +d662d6ef1d18b380935b2ccca31066fd7890f9b4d3c39d7d4a116c16d895 +3737edfcf511e94910f1bcc3a53109c6a21e177ad241ba16f5d09c711ede +5943009c7b8b6a02976c33c38d43b873029097dc5a93841898122608fc4c +f3acdcca3a2cb082d8aa4539d8243dbf363cfbdee338879da264292edf7e +df7776a8d12bf4953f1fe319760a0c6b6275db4ed1b27135132062eb4b7a +cfb2bda8b2dd2ba97f524d9103c43e81fc0ef9e08af1acbcf0eee058ec5b +ecb04a1cade9c23d5e50dff7a8fb2c813f4f921fe202a9648207e95cb905 +8d76c6e34b13ea3c56c1ec3f3bebf98963fc566ae80810bedf064e32b75a +9dcb51426697093f3571af3618619fe007d0c52bf9da695aaf1c2aacdbce +03e88f208a050a02c7eaa946f41acbf5fefc03e790d08867e255e687b664 +a130c9f2f7537feaab9a431ff78bd2f70f4e3d39ace81e68a83877e62623 +05742e7d16dc3795c6003fabf015ca563916ab7b60fb7f6efceebe4f9f7a +05f120b9638e9d77801ce319d199a1f15dafaf49b53ec272ea1f3629d013 +0d31eb4854375f171268866da5ec2ec7fe612bb9f8308c2e0df3481cdb4f +97f8d526eb04dc57d9a84403902967516b7d6ba894583e74c5c9a24623ce +a44df1772e2acabb5c0e1fdec582b1430a73587fd5f16b784682c0d02a80 +112e2044ffaeab3580f3e4000a25741d0899814832457290be7651b8efd7 +2b485f95d405c6515eccedc45b9bbc76b20676a5f6a91a58501e68f96cb0 +be65def662cd1db19ea8031feefbcf40353b7059476aafa33ba26af93b60 +956aea6d789ff3d80ed3000f266a2d8773eeac7fefd3776da65ed01acf9b +43175602c26a538b1df061bb3b524f2a6ae4dd052e9ba288b2d35feed1a2 +f325c203072257db68404dd5b9aeb63d441e41ad385f170ddd4aa559296a +cf4266c7e3bbca5b936e6028ab1bba4a44c79b4700b29fa2ed65d8274b8f +54c17de9f4f151ed08c5774c1ac53644777fe675355dab5e54b131d64bbb +aa811dac7925e002f62bbda978c6ece9b7c51c22573702bb08bd218606f2 +a7c9c8abab1b262b923c483730b4e6235607378a6b770a59845efb645312 +9cebc86eb8302e45fcdbdebc88c8b5b3115925044520195a42dc010ad771 +b320083a839a7149433f59442a24eec08286051516e97aaf096c4e87ee8e +89365b9d4cc7c81c71e000b153a27e74e0515ff30e401252114dc7d4b1c0 +1fae5ef32620d74d9d4c61b63c5d753b3223a9c7267dd516d1cd18f7fe5f +a60f8fdbaaa8778d79a87ab8901927ac870d580b3f9900b6eba38e830455 +8990ec4a85fda0ca6b3cdf97573e4d0736adbfcf366596f5e34f59f9ea15 +d38e4cc24ef808066457986399d309ce2cb7fe2c1d1ba921f1198a91766e +1de4531980f5477770783dace9dec59922614b1fd88988007c6adf10ccee +e138efc2346390fc88d1adf8617e4e56ffa72092913c1b263584089b4e1e +214213f56af447678a4573091e3edc3b6438c00539d003006bb17aba98f5 +e7b9cbccadff6803b31e6ad941990462fe1b935c67ff9e4aa4b615b2855a +d28841b296841a9f1a3bf86f9e3b1659d7e77b4b6e07da31af84c1f57e50 +20cf8c5b352fd4124e13117f3456d1ea3fffbe24a86971b712525505104f +44e260553d10d65978a5ebf7ee66c7ac6603e7be95d2b9e8126931ba1389 +6987f97caea5b7ebe1c54069dea74b6157f19bfcbea2e59ad575103291eb +36923f31341b9d12c4cedc3ed0383f19e6ddf36ba52652dee81e225691a0 +0b49aa3fa21b5d1a3b70663345263fb59bf0d71667a278394d71616312e1 +f8b2331572b7902fa2968d69ad3d42a938d7e6f9e9f26309443a6d977c64 +613501839d09870f02d282d91027738c17d164384bf49edfbe5859017052 +483a385f3d6c23c8ec31ee9e07c5761d85d6702be4231b95fe357bf67271 +454d8ba54104291df51c2092823d58d7d450c992eedc2b59a720c7195790 +44dae147b760ba9c83f66e2774c36352ca242d4bc6dfb07d15896edf5d07 +62a1b9491bc4f4a2ece2a0c44eb8f3a4e206be87c857f3c3ba01e7c1b329 +d7553a2f5b8c17ee6e339e5c32c75a914ed933c601676dce75f19f769737 +5650fc71a01feb7c88cf93b0870889df962d949ac0c672ca5a63fb9b6e9f +731b075c02bab9297ed2318099bdc3d2eb26821cf90a2f388a6962c12108 +9bf34d08e3ce5109992f30b9f8e8b5202ad03d03d0e0001285cc4647d919 +b32846ec23fbc8c9106bba7a493c81b3a58bb13dd5d7a43bb6622ad68c84 +1d7f1136f895b1d49496887ac7adc49444803a164a0a1faec299da1c1ab9 +64fb75314bb9d7d4aa04ffb3575641f77bdd0f7e780eb7cdc17a88218c18 +e710e0f8296ade21fbdf35ba06e80aa6bec89f1b2a03076c6daf3f0fba84 +5a5b881402d2c0335b687b4030409688963f6dac5445094d66d33d78a763 +b6f500fd4c9bc8804d40f52cf4baebc6d35da9cdee7a30b70fded0f18587 +a17e08154070b0a38de000351a89f44b6cd66608d8a86844f90d88cb257a +4af9c67f155036e833d5f5d0fc781dc98b1fc1b74c42822e747653d06600 +67daa7aa765471929ed4e38d9cd69bddb4707fb1d11d1237b3a5064cf8c1 +c628e23de9ee9dfecc4bde42978db529752a3a84b912467569ea3f9d6f40 +978896b86417c11424cda3083447f5c2df66c25c5502ea424e3a6ddcd230 +e649ffc82b3bc0168bb999bc51081b36bfe61177aeab6cc744d9947bc5a8 +938162c79a268e6945c3842dfd87b77d148f9c7941cc629d53547da93086 +30eb7bd3e1c0f27f8ac28ccce80ba0aa0060f26bbab71d175707ab60902f +fbd9c99c38d852f114f012789673189b246eb64e098c5e9dd197abf6269e +e1b4adfcf68c1c7b3e5231780f4dab3d4305a18a898ae3d3fe4053905248 +c4ce72a10153702987e2cbfb01cfeef86a19ed5fd00666ff93f1f47846cc +bf216d42439218abbc95e456c07491a7c1e46f1d201c2d806649fcd234df +122f89b3b6c0d864053ac7126861a71f40cb271c1499e4651e52a49411be +51c646d59ddd91dde8736a0297885a0e0281432f254408acaaec81a374c5 +060d0f077677aa42a06b4dbc477b460f8d661789ff0cfeb829abecd6c06f +a1adb76f27fe5381bb009bd05bab346a2d652d2478b0a8c76aa6c998c972 +6e87cbda66f9bc62fc440eba14c7347014b26e84f30556b8724bea81bf76 +d34263f8e45aea56841ebb601852c082016d5705a7300e8be1276b93c11e +6bff846f1cb5f37734c467bfa64e935897b789d5985ce3da9a8eb80b9736 +5df25e5e875ed16584566afa3929d869a3fa9cd7aaf47b78939812fbe18f +2921b393d788f75bf0f0c62a5bd25124cc98844e0e4edecc25d937df5670 +0965787fc4d191a33db8c24ffb2ff5504a4e6108e5fb5f6612db56bbd7d2 +f433fee1b8f0d780ec4f7640b4ffc01f352eb398b7c4116ff43f93a118e0 +56d6d820bf3b41a7c09ead1cc4ff9052421769c56b4599387eb08f750d6a +6937b06cca4352a3f4961616eb1239ef592d72f7a7801295a1ee3e9782bc +95ea6832f1b2715ef1aea0f4722e8516fdad1bf4145cd261032108e7892a +8d040771f86ce98994e1b4b5688d59d6047a513233d86d3608ac4da4cce4 +cad778e366271c1609ddc506304c65b750b8bdb935ce9f0e0db5337d2e50 +715a21d1dd04920afdbadb6a416932bdc697aae5ccf32e9970ff05a18ec7 +6684d125607e26d371ef6e69172bf066f7eb6f527178a09b4077aefe0590 +a8bf000a9f2d483689b75cfd02571453435209ec995e6c072c788cb3687d +6306d79f771ccff4214df3e63c74e83dbf2baecd472cb129fab760663a5a +642910713187b42763e8a366c5170a81a2336e9881f5166fd9e0a6ff6c04 +b3b76c3562e0f1df47075ca1be9a79d58cb392f9d9f6b55c49054a35ace1 +b3ce3e8d3c81ba1959c167823375626eda6ca3f9d64c23de7a9f2e23bd32 +15bf3e65830cd8a364fc533ceca8b67b466172d70a891e4b3fe35adcf61e +3e1f77717fa3924b7bbe8043b9815f9777a4f007792d6d6f9942d02445c2 +b0dc07b4510ca3352359aa3162320d3470d0147b1568b8a914e0df108c2e +5a76d2bd7d58c8c2d7403e755fe896aa7522053b4cb846bda0a4e9b56b97 +a9d089e3e7416e6b1dd014229b90fd319a45fe161a0e3092e604be24125b +51f3e7161c64fffbd2ed9eb48bd14342cac1e3030c633fbd6b87d28529fa +29a5456799bec81d581c3ce827fcda2101419b119a4af6801c945c314f80 +f4d7abf36f73e3e75279530636fe09344e98c368240b9e4366d9e66a6105 +74ebee6f31cc111e83e0544ad321cf2f62f8c530beccfa91c5f3c5645d62 +0ecb35de6fa3dad76964db3a8307e8928c9a18bcb72d919fee70f1b97588 +db5c18e16bc7453597a1f20d7a9d9131b002a56d4c368d6bf69e8bad4e0a +445c76fbe0af2af7c74db79ab8f767fdeceffab00c620d038fde8341ad14 +6887045489489d680e104129293a3f27e5fcce7529bb4a2772e504054157 +2c22532bf50aa2fc7d4b4db9a6b38e2668ced8fd5fb34b26f7ed5f29df43 +a5b17f9f1fe1f93304e31a2e17ccd8f25560f16074b1dca25c11e086363d +3ebd6139d32594cd59a2d8b600ac9ee7c020d22b4ace7662b349824c926d +29aa5fdc9c1dc4fc1718b01d7a04ff71fb10181b05cd613ffba439285862 +973a020895586a0543281cb6e94ab185d3fee9c8caefdffc959ee7ed5101 +8d527b21dca5ba42ba2e3a8a77dba86e64ce0ab27e9b5db014001bddc890 +db7f61e0900459821a7c7063db65136e8af05a68d26f6421fa86e4ae6265 +3c6577ac9187f3d6410bdbd7c8109c9d244376afd4b783ca00473e2797b3 +85c8585c1672932e1547d2183d84adf7e6f8cf420d03a4e78ad171ac8d52 +f443c76989ef51a0774c13711143eb00ec544a2b7421728b79502e8bfa2a +394cd0cc15af713b5ce0bb78e716891802a281bb8fe6c5f2145b66e64dff +6509313f3503282460e4c94ccf85569b1ce5840fd638ef514fda9de8b1b1 +e877579cd47b8785b991641a481ba0ef4603580c8edb944e27f4e92935ee +027e2a55fbaff992f79e03f7b24268bf93b24ba6c604352d147ea9b337d0 +8e02dbc75fec7f50ad4841ae655106764153e6e08c84a2264f2a180c2225 +fa1e39ac081f3c4a3e3383bb9d5107ecd076edc61a7a80d9ae7f55975b60 +76e245f08ec36445d8f05dd13748995af65fffe75597e98683e688a24053 +011bc71b699ae161dcda835a2aadcdf4d9a82750958a39ae685058ce74f8 +91626e99497bc82d62d235494dd83f87e46a3756823e23434d47ae4f35a2 +dee83146805fb5e28af9e2df7812497ef6a45bad66df7b29e495128031cd +96564323c75a88b98e7333f6f8de1c8e7526fb5f8c1110ffae4bccfe32e5 +32f1228f7a094f67b3518e00a071897f4edb688bf9975123cbe1de0895ea +0a88277a69a5d7694c44b15ae4b592cf3a176ab6e9693d80d9b1b89bd35c +d888b764920e865e7e9ad0e8266f17044ed652518d87ffee1dc364422f57 +621afea9160a8c795d44a6ce0c22623aa8af5a08cb2319f335e7364e1070 +6d6c357dfdf082d3ebe3b0503f0648b74aaddd538f5805b11eed58d6e50f +7d7e6e1a631e89c81e321f6ba32e13a2b72e249ab2dc31e73a23bae59615 +36f1637d1a1ec1f9f777c755e72510df4e86c0acb8fbda3fa87084fd7153 +6ced250a8f31851f0c9b4149a4ff19506ee0d6b5706557b831e09c687bab +ce784dcab017c4a62cf39df2bf8b25e81b29f8e11cb5a1f4f3eb0014560f +bf1b8e47319677e83064657dc222f4b89f5ecd066f0ef92c1993d16247ce +71aee7c8b464772213ffa7b8ecc9b4fc0bc307832deb605e685f6ee7d54a +d064424e1279e2a1ec2d42b1d293e396ee0d8432a5a0dc32e5299aa79113 +201aa5d2207af42b4b2e617d80a5aa4b28ba84d0e572ecff34fdc202b672 +63b2900e5b8a204af2272fb388c0c1c1c23a8a821b6fb3353bf66c5c01a9 +068afe1e8d70107dc1b88461af7412400ea89be6d9ee48b306629683621f +af5ad5f9f87b8db31d792108412e4e317b0a4fa1f80fa197315232dc5d4d +d2a3a3b16c8767fa33e2f227ccb7e75fbe989d1d51e2322426bae35ae94c +a87356c5cf217dde81adf0625386e8104fca2178217879909dfeaf3c4b49 +22ff0df7b742fd8e53ff06ce37ce7ab7da7a6bd83e753314b4a5db582300 +1d7ae54e696f0fce5006491f9d9fbb4f415f32c6cbaca1e0ece08e6f3536 +1ba4cbd36ab700e7d65c9e7e6828c7a05ef347ec2a433f4d14eed7e00669 +5638f8c3eb83436d5d47dd655803c25fa1acae75067071cc968969647250 +cb082aebfe199d763f534850ad7becc6119c88c36ae5de4dc01631c74b23 +bfc0be2062dca0f40c36b986d06f756a8f6ad3ee511b73b94a21653201a8 +230c66de11afc5dd11f0c7bbca6eda4e20239610d1b7c39758395577a5d8 +34ce808c8175d741d834b184c865c3d8a65c787313a9fb607f977751526a +7384c153d94b6a929db265128ee0eb7da9ceb15f793384790317c87a4a2b +18e765518e928dc5cd257d1734efd5f156134530af79e72004c7b3ef05d0 +e1fbcf09213699489e67aaeb39598b718baad866303b5601ea56c178042c +25b5cb585ec12a336bf74bb3e655959e6f859e6312ec1872eac58fe94966 +fb2c68e160b4901a6fe701da607eb6e371e2a23d2ea43754178f3bdd6da3 +e0dab513f2cc03dde85de5f667a74627dbc8c9324a325ccc52c2ced30c66 +15bd70bf7f59869cc9a2d5757b6a14bc8d2596b949be75c3e6a338edf1b1 +3cef3fe2a02de729df56cc07b5cf2576e971584a9727b84eae6ed9d353f5 +42094c3b11fc9a0751c986f30b10d35a5add9e3102d08c00dda48f942447 +a2015d96c78b011ef763d5d44de2ab8c95bb380e74138a936e03e1b8c5b6 +bab711c995fedfb910b637145fea1767c9283dc78925142f3e870e0d1399 +54b8df666423e5261cb20cafc2898eceb2720cee92aa6277f11282729067 +ef3dfee0aa9d4abb321902c457447661ba78526174124f7c9d5566fdab5d +df4fb6c08a0cb7808c59bb42de49c87fadd4f75935a0ced714b8f3b5f684 +8ae7a605960db4b2bcb477976264e2a84a43cf6854b82844d5096e422a39 +0211aff3a6f6271c03c4bdbdb5631767f345d09cce4b4fa0e9c2f9cf36a7 +ffb12f2c8ea3136945c087f9c2bde97e5aa7e0781e144ce7bf5efafa7150 +d703505bf7412bb932091f92b371539ce444723eac99aa508399d3eddebf +4f4ca90564bba44abe73a50e62ec268b2aee66726ffce232dd4868cd1981 +85816064b6316eaed2f4fdbbd4cb75145fda87396baa6e5878154cda0b6d +8bc799ae07d22a85f4b3eadd0501051c0f46c69cc26a68738bb20acb2698 +15f97cab493969fc16f0714e37629c835132683b4f5e4d7fcf2b78b6c8f2 +f209c4ef075f83ee77d532d6aa7098c893e6f14b0a777abf7c01e9884cee +55066937178356bdf97f9c1b589de16194fc3b152b22bc06e4842ecfde68 +47dbe695df25ba700dd75c0e2ec2cc9716dfe2a4e75c558e0e5e521e70d7 +305e5379bdb0f5ac30f091a77c64b7bbd94fcd0448865d866f4d241e1921 +ef5291c414ae73824607d9965ca185c3005b25838462b937c91ed9c3a649 +d52cdbcd20cf6a1d8a30325c97a0f8331af0c41a2365f0e374830346ef9d +895fe924531098876e44079140bc4d7627208b1d09e4662aa45b9796aca2 +5e3ff8624f14ee127c6a86377996a4fa8ebd4be5322fecd2f1ff85645a9a +11445dc7328a7a69bff5263ac3b77f968f695e4aa381b8581df3f8faa2ce +465987b1f25689d8b4ff6f79d376a3eae3aac7c8cc6436e5713a61adc6d5 +8e8a9e9e9789938bf39dde35f3ad5d2f619d07b6bb5d35277d27d00d15bc +34ab44ee8febc29935f4d78f7183471b32fc327a631cb87697db1bf9ea35 +ba099761235bd0fb08c9ecedc02a56f2013280bef6c57c9daccf1cfe2e64 +796d4185edc469a71d96889e6446c40c7005399b895ff1e5bcf46ac23010 +01791fbf7e895fbf64870937ee66725f2c56712da4d480b8a6382c317eef +a0268211664837c0ae48e66886e0490cf8650c136deae13628fa3b01340e +7ed17aee48e3f832409690bbe4ee1e4e30f9d7930fb54ef72ef06fbde9d7 +ae68fdae5f146e7adc44b899643cc207c53e14c766075cea41321406abc8 +916ad2f763f268886136ab2651125da29348b6bb4d1721203e60f8504935 +ce98b7781cece00065b6a2469902026e20fc30ef28ada452f82097ed5da4 +874fd5409f7056a02e501895c0f5617682ad95a74013d95fcfc7bf203b5f +efe8aded7f2713750bd224b8361d3be7b4eff6ec72c4e484556a5d7d62de +c61e7f4f902cb7d15add2d7cf5b9655371384ceca736ae87848d97541ec6 +45fc0de7ded4e3c8ba4b8a99716e767a2f4242028b61fa2ac2e810fdca21 +ad07a28ea5aba532cd615d0847926c44e7d4fd6bf46063ae725477bbe9ff +d01cca116c5d2e35cb91436ba0d713e96e81e188217cbc603c3a1ec453f8 +3e958063053c7af403de39a9ed4753db3a876f6da5d7190074c7ce479efd +c41bf3448bf859a2dfb482eed009fc38c548abfc54288419ec3b7249b66f +15f5359c461cdd6d77b96e9def3eaec6d526d19f096547061ee7c4cb5a0c +71bc5ddf090c363a8de648d44cb771665259e50573ff945b52291e822522 +c0dd255ad3ad4247658ac1bdf71e2c8bb62f43c2f3994411b89884821fbf +963cafa4589a410f8e61317f04cbf9b87ef236724c850a42f9af2f36a850 +72bb16911d7810ce35b58a6b3a978c6eeeb379be4451f6260123a56b73fe +54dbbc4f1934fd185fb374a2f4b205ed7838c22477f8eb4cd102c53b4ca5 +ad74789a4468cfa7cfddddd23db22ba4315c703763d6b3da578edc4ec040 +d4f0484278eff6b2f4b1e318a575dc53bdadb24be8c5a81f48fc9704c963 +5a57f2bc8b87921f2b3f5cabe517b7909f6fac3bb85a4ff60d5127e45d9b +38d76620e6ed901ad20fee55a99aec87995f54809f22617b289f303ac768 +9719ce10f9d5456f7a4804115abe4cdb5cfe2cc715941a95b8b187b53f74 +c2b82eaadca96bd8b902c58e17d1bb5e8e87bb0aa354cbed83753aefde1d +1bf54e3246aa1485f796fe3be9cd5db6992c2647e4d32ba14bfd5ef0cb5f +b1f77f0e5d13d70154be1e2be0ea6c6ca71a5024dd4c8092c465913019cc +b8d949e2dd5cd87a196640bdf64024ccf38dcab7f022a688b9c670e6b4fb +fb0d3c6fc506aa5aa6b9cca0ff2bfdb20a9f876040db7fb7ec2ccbc5304a +152206cf00f98315ea1aa8fa8a4699c26af04ad9455ab67e60cc95b9ff26 +30cc7721e80fb4c17e0f9a1b7aafb5cde08a489e47689d5138c6d65297f9 +3337b5c6d9917e2d98c65e7328e55b6935e6b81314f88457485f9dc22d69 +daa5f7fbee8940521ee723292bafdf69b9172998b7951967001c8c6919f4 +3e7aa54f352df65b8130a45d5fefe672291e15f34f8fb865600931d1c751 +abd8dca8cc6ec3c7e735a3accb6b407e28ba941276bcd2e221f06aa2e180 +20c88a75e02c8751505800a1d8e8dda4c417c48fafd7b285f8771989d0e8 +4f89adca1d965ffb37c74f63e08f9e5acb085a66c85b84ad8c3e85354d17 +e05494bfaf92dd4e91efa6fc53fe92b7c2cbd93ce69b35cf44bacaa33a59 +de80d50046a1240309e261f1fb355e49f9b15b56ca50327a2c62c0b944ef +7d448b62fb75805665a50ddb309cdfc7cb7368172a7542fab7eb9d386019 +8874930d428f3751d85c228ac66ca19f3f7b5f2bb93303b2dd1532bf27e6 +8639762b9cb525f916d0478ea7ed6ee9735e7681291e17b2d32cae4159cc +fe773d9acc97260e721af0943e2bccb8ccbf17077ff7ffd389dcf006064f +8d89e421a2e8d8098f72be9e286c3e824ea0604f895789866cdb26ea01da +d4b46faf3804f4ac97ff2a626bc0f059d2143ab05aad944589acb5e15413 +2c9392d823c072aa8799940d5c98386a0fd6b4d0b536525e305699f41773 +2421bb58a75568ad4edb53268c8168f914be852c86ea02d369315dd59236 +3915dc469729f01ef1bffaf4a5d29ee70da632b9e63dd383eecd4ea32114 +642c3c4be801265a9e9594ea6dcef082bc99d2cc7e92333aefa43a33d3c4 +696a1ce363c9b3915aa8563eb616c897b795d29361f8253c267dcb652f60 +5a96d6492ddcac2b13bf904e88c90fd75ec77f7364bb75ae200b61361526 +044a94c7e033bb86d44597ed39b1ad3b7bce8e10659cadbf9e07b3fb041c +f1a8adc4b74c39306a8590d58d3636ed87299c47cc12a847120ca9f77182 +606f86b724792908367255677d56495f22aa1275b2ffaf1cefda123a8984 +c607d438cd7c00b769497b9af62194895c6c79819357264c7d0b4ce7a259 +dd1696e773cd0722e28a5beafe26c7d04ad867886ac5d9d1f83dfe97f670 +1c200007ce81859e8da06505468f25e77cbd0be59194700ec5b39c300018 +1398248b39e650376b2fbd9750bb27457fb4cae1615d167b6ade44d5d4b9 +b08492e7d2122af169ba8d1f201e0e8333769bf901862ad46ecc9d58b8f7 +2b58fec61bdd691cc14aef8f5d7a34113f9b0d08eaa4fbbfd530b73c15f0 +feef4c45a7c8c7b68e5310e093667282475da5db6765ff566069215bc09d +d0a8e5186cc2c11e3577b56eb13aea6035d2dc3add1d137ae15f8f9aa9b5 +0b64c7b7c1dfd5815bdbffacc75b84254804b8be1449b32f45ae3b774cb6 +0f3a9ba3450e08a4432ff2527686e3cd04a7f035471bb4bddf4e4ed9309e +708be043539d298106cb4c6e78267b568221cf6458f5a2ee17ce08cba821 +d9b872b5b985ee939c10a45db0cbb3a09432bdac2d10b73c29990fdade4a +c161a5df44c1bc8d60dfcce175b9fca5fedc347fcf7a9c897b37857f7d8c +b1e7af13f4586a23bfc9860b88a28b5cdda25b74b4bb2553e8ed796b0323 +13e5c61ff414bb6eee4d9e5f3e8b4b7811d5809a2be4a609e39a0c8facbb +ab96619a34df96aaf42ec5bb0f16c92e104b95250ce203aa9c062a409a04 +089d02966f454b8fc5f0272ca0f472aa3bff2d55734f9e3e93c9ef83d7c3 +0f53b334cc0ae1e8b0ca1cd4c74f5993cab7274fdcdfe86bdbbbf3ea762e +568d9379ddf41f095a5424337277f8e4f110bfdb6544bc603c6a153c2e13 +084d333f6aadca51e7b45003d4459478b9510b48d708e12e30c7ae7e4a1f +1f872d31ee76df3204aec196b8365c8f3b6d3f386aa63a149e923c205d78 +d7d4c1515782b961927de098c019c865d90c59a24bb2fe821538287cdb9a +b703acb82892558b3b1321a31620ebe974dc1a12746a047a5ec793e57c09 +1026e8cc0ed07cbf90cf19f792629e55a5a6b7d94e667c870153ca440a72 +2f39401aaa9c3ae417e94e2116d97630c289ea43e026b51d0265d38a8488 +5800099b144bf37188cfb3e59cd846871d524372a3acc721f9ba5659052c +dc2b78f26192b057945495fd2456089c3df9c543a643f39dbc26d532c88a +a4fa6936e7579cddc8df83138adaecb0b7096b520ac4d97cef76022200f9 +6542100717c47cc0c59e48dc57f8028c453d8d4508ffcd5b3fff8f09a64d +a18d08a5f91eb696f169758e35732216736f122192a765b5043a7187c473 +0edb5e11c167dbc62fb78cc6d478c79d41645c2012a067a8c895d746c77f +d106fe34c2c888020fdc90547dfaf6036027324bfad10157483a0dfa92d5 +77102b892e9ad3ce666ce138f8f32d86cba1ed1f3dbd5b46a9b83d7ddeaa +57dc7de7ebd5cedc8804410f6df6dad36706754f0796db56e4f7fd86b603 +d68d269004701f81310413a2f78d1e765329c26b37647bb0aae4aeb1d8a2 +53bdac2da74790f5020cb9cc18373f145ced54c39a41ad08a31756366bed +27e1c358d61008ec2b666d348d50f3b6db72bc68740e8cab62e172aa9332 +27ea0b2b6692ca80d5244e2700de3c5a23f36705efacc566eec594c0fdeb +319b05e48f25aa6b5cbf5f71343fee2932dddbf8bcfe62a38d8302d0d287 +529dc0383e8efda45177beb4b1a09e3b6121db5f0a25dec3b8a16889b0d2 +dac7ce9ee7339031b5dd48b2e217224cce666a5b218dfaedab6bb9dba36b +6b588ed0ed3804040785f8672ea17a6b2620f653d98e65876452caacebd4 +f8d399e8581eea899c59e5f50832dcba0c17141c08a609f47047f33aa20b +815531d7dc90722a2622b03b7e82cf4cfc871f45f7b7f040bf20f2a0db10 +0bf9f352233acb1050d142ba5be8a957f1b2af4f3e651b1ab3083f0c7fba +cc934863d2845e5071fae1e3989ef2280c56a82f79eee05aa4ebdf6b61c2 +5918d704d7f76d0c0d7dbc1b883f614f3544e025499c16967bc66dd59fc7 +1efefd9bad3ec24945bc6fe1b58849a819bc544c60d4df10201b2be4b765 +9d4c44bbc2bc310105b867c6e8237af12628536c7d4287e7cb3bfc60fdc8 +446f310c6aad457f1b420aa61eda74926dc969d752d0b7cf6f36add88ac6 +67bf4912a237184bc20d38fca2e50cf9698f9713fb1542759b21024109d0 +6d5df512663444ec40b58d828722f0fa752854a4fa27f2e17a3d9d5b6676 +96a8871cf2fcee25855233b670e78e401ea8046510a6cdb7f3492e8abc4d +23f5f1189ae5b15bb14307c2aabcde0b398bcdc8cb339ee3fa48bb2fc5b1 +a636b30884b342c4d165ba0929eaa8d411f87ab8b36b50a51ba2305e6868 +0f7a5b4bc8555052354a1da9a6fda6a2b37bb248237e7418216c388a2a6a +18f27888bd2d5715b26463b3bd2924a319981e687c15dd47e4ea71ebc87f +d75c72453b7288c8c5780062b3182b0babb9ce6bd6ede56327d337ba1c3c +7f069932292d77eaa0b515d3ebe13b5bb70e17c6665863ac034feb834c55 +d8cd1c078304871bf7d1a782a423b915f670a59cdb30ecc94d2a004f4fb3 +9463a2815bcb1a96817b5d105a8d1ca1a81197a3a83cd64bb15cc9bf31cd +7d174d1ea78c95757a607a6d3ce4de004e840ffe790cb98f4000520da3aa +75e0c511567d8d0927e7b0c2cac2de17209481edae918d5d5a76ca6abf5f +f352f11a3dec26db4ac6b7286ba45d4de5eddd3862ade7f6bc1374ff5623 +fc2749ec4b5fd8e8dec48210511b49ff88aa67a7697a41b75578a6600354 +ab3ff8df60ef834a06e0a88f6a9b5050e3dd3224b511797ef82bb0cc72a3 +77298a714d0380ec24a66463e8d120ca66bdc4bff401718b89890a4c03e2 +a34aad9949db6694aee7d63b32798124e54cdc35aa4ef8fdb748d2c68185 +e4222dfcf0b03d3c121558438956292450e7bc60e00c36f3ba5a2558c153 +b3a7b3e5b6789941f8c83f65b0e6bf7a626824b0e93008c9909b6d6c7210 +f348c72584a67e862d8434840105b28113b5b51e8648e283aa62e60ce215 +0467033bde24acb17606e1ed9c15f9d46439dd00cf5b20e8384da2baeec4 +8d3cfb0763ff3783a005b9a4e7ec0bf36af1755ffb082c69f0e8f4807a29 +87d7a38ce50e1b7fff3d6914dfe2b19ad4b8a4c3582ff4a4a383b15eb15f +e5f36134b906b18f6b231eacf47abd1b52ab570ac964141997d84e8754ac +b59de5bc277370ef2e203c661d32213b2620e911e5f02c4b2d99ef88271e +5c772ccd6c72487ddf5ade79c61f414c4c20bc55be8e887a577ddb0d8129 +49ee3ee14468d2c5e6c2325d25c3a1790eb0dda0d88861a77fd043912065 +f06e7292904d964bca5483959f6fd43702d7ef13e046fc674d8fdbf3b9f4 +ad11d2b14c1f120ae522ae0b69b01eb1de89b3a794b5feb4d6464bd13802 +dd617ab53aa8f1bb962452593456316cf6a9ad6a04c89330bda58ce2ad5b +30cb368fdc8e2b62845e117c965bf052eed29c02c43a88b04460445f3b2d +4935ce4d46f92c9949894661a92c241d088d26a74414400beff55c1ba2c0 +ec680d05c5412e753a10566e7c8db2d2303db5161d5f33177105d6ba7cf4 +8faccb3a4eaca923d5a123f2951fc37df94a861a70305464567469d54722 +fb82a31fe18a65056cad43a872963de7b4085005db0be6978b0284e513a8 +9887bad0d8f38bbaa572f6660c7cc52654c706f0b8e198296cc2c6ee6561 +7b383a3f491d562746fcbd014db726a50d4f4410e64ed60f10d5e4f5889d +741ededad290c03b9d9ca995f49e260442e7307d7ccd36eacbd507601d66 +aaeb232605601aa2b9905f6e7c59453f0e5d6ce8450b8adb3a372b40b765 +0b7e81b0980f095209e8dab194014c299d659144afef2cdf5f12c05f3101 +c73944d76e9ee2fd92906b25b62857b492b23a66ccff19080c55955fa167 +b7aa7e13bf5fa873116695518341a70aa41844ef03c481c2a36f64161d72 +5c150e869e280425996038477fc5a6db064b8d2fd9bed3119b8d93d19cfb +e418b95d6483bbf8d3047cb788e3b5d3eb2e220eec7b48367a916df77264 +59bb90464c6096029d2f781d30502889ac2c9344b8fa45ecfb1f5099551f +3c6dec6357580727e277747e62b757d0ac7232b7dccaa2fd8b20379d1645 +799a691c64d47cfc9531451deab72664558a2ae06d90e45e537dbfa1b8f7 +f14ff7619310fd5365036abf9f29492eeaa418e1cc87e53ff3e982b9976d +adc5f23461dc54d13864bc8bf5fe0e9752870a399d7a9ab81587705ae019 +01a66b4d89b39511ea03e144f56ecb2fac87a5337e8fbdc2cc7d53b62edd +53d3cd77f8d8a3be417809c7e27900d1fc4bfc89d3e2185816ba2824bbb0 +5de4f0e5781c29ea8262e689c525bb73e7448252fb8573e01b855590bf4a +baa076adee94fe895a2c51e57e54bc13f6e3a38d6139711165f5a9e30454 +7dd0d41d9304739c4ddec27c07c74c4aa03cedabfe7564b14a65acdabc7c +9862b13e58004b27c0e489fe7ec5ea6d0dfce31c1b500680607372bed66a +e33db1ae66a215ef573b52dd07299db401eed536ee4b0b587b910ccc3d51 +72b4ac15489098a6ecbdcbeff2c968d26edc339acdfb7c30e4b13e9b5362 +40264bcc2a34a2eabd641c9e9aed706f266c491b6ac618c022b23fdf20e5 +809f5caf0198876ba92b577b128f81d80affc4b6aa9b8ca747b7832e510f +404cbeb63939b5d8a77f3d7da7f23fb276d5500959a394a2a854da1a361b +8e40d1a0f41fc67d51340d687c2bebcda5bba418694cc392301e28e3c2c2 +3e07aeaaf44970e0db8f2e44e67f9f372aff67f735b1df1a228be4dfd3eb +c0922df5bece2cb1bc8e784331aa2d405f472bb9edb41b80c784f5a7a7f3 +bbda8568b7b2eacba10cfa5728f5a6609ac2a590b74883160cb1f12d1dd3 +6e0b54ce388c5c8f3034f885a29979599fe6d59e93739ff98b2eac79785f +f9564224d6b454fcc2084320d28c900302379475b911dfd9951b075e4f14 +2686a37a437aef3e158140df71353e0f932546ff92b9fbb7c44db1537060 +e94a421164e814de32d1f3d408d4345626b8bee38896ff335046aa293185 +49ccc78b7ecb2d17d6fc255b69c92781f9a561ddd8bde09f04c4374c0225 +7c98e24e2ee407741a8f02b86022d9dcc449b730960fcf1b9b8d65af9e0f +10af8edf7bd3f1cdaa9d5e150416b6334089dc862e3fde6633fad940bf88 +5c976185ad5667991e75a2593038fc8c5edac82f06c213b0da990c702244 +9b767a619bbee9c29e65d9ca53ce96016d0cd40aaa188aa7c60bce101426 +5efd9206ddabb6c0abbe54f1890c4045485d1d4fa003874b1052147cd269 +552b663460931b5ef7824cecb7d7b85f6664a7bfec448a7e591daf6891f8 +f8b0c5f8c824d506072c9ef683bc85be1e7f4e240ee40bb1e23d4e8f6f8a +31f464f1a5d13989456404ff3a50cde14956db3b24e06af7bdb5527a000f +2a853e9535914d4624cd39ea90a4efdcacae7811370c81309ef360021d0c +79f656bfd42ceef8f2a7ac6f6647482444f58787706be9c7ab844428aabb +6679e4b89827af8cf9550093b0f7ea78a53ca24b8c896709ae2213308520 +2c5b5c3e4933092b6c5a2d4ef88cd24697294cd74a7a30571e143277708f +540f4cee7dd8540ac16ec5f4ded4d43dce5f238d2b607d7728a37a4cd110 +879325f583c1b370d16ebfba95806ab62bf0fe931ca58e68fc101057cce1 +be648ba99d6af6f4f288a81a3e75c2263dc32aab93d4ed052cd9f97f2dd9 +127dd32f895a7e760b6c04bca804ec286c31d58850acb783e4227e8fe6a5 +5eb50f6bb9aaa25fe46421169a1088c3a60c3f8391ac822c57a4d83f018e +d339d5a7f91b2a47c951eea90a736803932641837100c5cd4cb6ceffdf15 +7a9835855f53d8bfe1e54a9854d8f7584ed4e97730635497604a9df15642 +bb7bbe854c871575556f0bfb3ccf3c8a7ef1aeaff371875ad23014e0e5cf +a1d1ecce5ac42bb72ff463333cefb2377be4cd71cc06547dce74827a60bb +3d2c920d918f65b0f4ed436c3a39987965203499728d7f0ba4a3de62b38a +2168914b279c9455959c51f2dc490581312d26f39113e42cfc81787cd39e +d884198675298c9970ce6b07a439ae17d346f1a1c4c5417f00d3a285f59b +08be23018072608e8d2103dd6eb5282535246c78c06abee28e8981682319 +6f6da9f6d1552ebad2a28633acf3f26b86de651f5a3534923bf54758f394 +46fd8c960bc108ff9020c88ad0bf94f24f8c444961bf1742dedf34839a4e +869651294c8c9a8383291a5b460416a6c30fc8b26d74744d3b0699bc7d7d +f9af19e6c297032ed61cd9be041d42e1a85272d981176a8d3d028346d2b3 +fd6cf3bfeb759a76149f3c83a372b16aa17d8d13275351901e55bef3477d +d1440ed8509a565cfe0b4b5d83253a7382b9ea5baed8303b7ab5215a4cd3 +acbbd28a3fc24fd8e6eb59003e083c55bab0ace88797a6174208d9adbe6e +e313712a611bdddf09fa5d05b9ab89ad94681b536ec836f330dae407625f +5f7fe3edff500507cd28d86d0f7477ecbbd1085c83a849e50aec49759c5c +193a79b8b1e03e808347eac949ce187fa816f69e6ede6eb795f910dbfc5d +85c9f581621b5b7ea982abbf59e7e01eb665695355486d46a3222dccf79e +fa05254209034eabb0147bc5e21dbb361296aeb014e2a6247166d27e5643 +bfc06ac4b138c0bbdd0aedd15c468eaef74324651aca67c0f7be421226db +7fbf04b2baedaf2fe6752f13d9df1f5e306e539451de6d708e58328d19b8 +24e8ef308d3044f8552b5ba5b31eb1faed15dc9a99f0d46e5130b5e63d77 +c63d407d277491fb9da2671d24e5cdc15a38b267231914223ffb455f7df8 +bb21f965438c3747b7c1f04f8c5a9f7dabe1ea430514733338232567c4a1 +234aa8af98e445e267d39af70e9eb8c2a660a2153cce33abe475b3a894e2 +3c31fb10c0f0ab994c689b5fdc2b6d07a70f9af7fb4ff8b3e34c5f1de296 +8969f1bd834bab5a2626f1f25b196927c680b9438f795e4f1f31c41eabf1 +ede62ebc46ba5246d086acd10d32492a129eed911a18a4b3df792a4dbfc8 +e44fbc6b71d7dcd6de9156f2030928c7d7c1584ff4f534f221377d8b2e74 +df80cb2abdcc685734ab8466efb981a361dfdd859ca67301840f76491f21 +c63dd556d47b513aa6bf56dc427ca6cac22809671af909f87c2748bee4c7 +ac4dba40239094306f2b40e28dcdbf90cfb22e127cd5f27c1d543ca0c549 +963e94d95ca07ff0fa6d1f4afdfeea5289e7a33ab1a3eeaed32bbc576df1 +d587aa9c24af350ee5349f1e1ef906adfcddeb97a8af555619b45a8b7c71 +420ace89fade1f980797909257083e26232c0cfe0d387e18d4d4d10022a0 +01bf7a265012715b0d9cac530d6d6edf2591fecd9ebb19ea15a931f5814c +6e83d63e36cc36521960fbfe697685556376661e354dfecfd153fc87b601 +bacd03b1ca8537cc788c4627a47301175aba9d24a606fa5915967e0c47b1 +23a5a6552e8f0bfd748ea73f22fe5b5de2efc0251da7d2917c60cdedcaec +63e34d2d16bc177a9e3b2e9be7f25663de708b7492eb9daa0e9c7a7a8c51 +17461471a3f8a9d704fdfc6848956f6033e98006d0fb5331453edc8d3854 +143ca54940dd26db56c904839af1ce8f7fb2970308a4d16974163c8c86e0 +a2b3b5eeaa1f4eab594577b76cf35a1dda9469eb319c2668ba7c57b4ec7b +80c413a384127ba4b9291826d4815a63d987657f9ea870c763cc23cb7401 +03ff300a50bbbb30c29a8df5b081d3efd3d8cf64126ba36084fa7cef3f4d +5d4f2d8b26011f854c37774770a6c34ffd0086a50d6b61cec6e25ed85c36 +776ad1d522f0069c6f6fb120f3191b0f4a06c0ba50c29a4283c7d876233e +23c1efa55760ca46491b69a30c8e638279a4385b3359ceb5bc4a616a3e1e +cebee2ab4279c5ccb2aa5b7576d0777215217cac3f16db73fb1526c4c95b +db662448cff24b480b224834f8b2b3e49e42e7b668d95428621411653b40 +6bffbd7cd5feaebe10dade204c86bfd3a3c00c12ab790a59d9e47e7798e5 +8071ddbbb583e2c96c27876dfd40f6ad8e0821267e4f0a574d8e5e684c9a +45a70f999e3ede8b00c1506b5ef0001c28334aefd1f6309cf290ef58fb07 +5379da9fc609c31b1fd0bd33dfae5de4a704e02886a3fda22c0554bde2c7 +1f65880362badfea1471b54c064b2dde0361b586b9071554d77e5c45d704 +ae13f654a34a9d34c198ce8f56be3f99d3c6a3cda12a6f488baac8ff82b7 +ce2b2a341a1eb6d321fce0a1feefb4c1a124a9123f6280db7efef0434fdd +9c1f570c3d1f70855c166b76fcdf37237ec06df0ba289710b1a1467142a3 +22ca1412c96b41beb0003b12f6423fa92a4460259bada3702c21e2bb799e +703eac3e7875f673afc8a75293ea9da16f1f87465a8f0984e4457e967ba7 +c5d265f2d997eefc517e2766382144673162d6f937bc6d075a79e8f54723 +9bd8a42e80a4657c0c927d3e7a71cdb8d49534ce254c1f0b161c6f498766 +d11b7e40bb4700ec8ec6f6282535c78ace3fde539ff76d85440cacfe0702 +265163de0fed12f3ccd1d5fd5d5404292c5137f389da4e05b751c32197dc +6dfe5ccb4d8016dda6c924815d6d80fdbfd04e1357922ae931293a92559e +6122e0f9a1ab493a4f82ac6290f420c18d24287fec4cd41c226cc06f0512 +12fe8e4e33f3e9d53d37e0fc7819ce859f2963e2bebcc47aef3b877df83a +d2e7a1e3bec754079ed7f330f684dc53cd2389fea725d1002530f55c4d72 +ae385b6e836a38d306e764ea1cc46ca00b06c4a901bdd45cd76e45dc6f7c +cc02cee158eae31970bbedc31dabd5fb0dc2e51ff855e53143c726106f38 +084affef8cec7ead3de194dcffaf7758390a21ae63bbfcb18c4db3913843 +5492781247e29fe2089af2c6cc99fad2af2000f0c1f4b5944e15cc402f99 +d7e9eaee03f5a96d4198bdd3dc5140b3abd0b5300db7b40d1a3986d7abdf +b59934d7dd00ea54c9867805ba6a29f60efd9873d7ad8ff52399daf45311 +c6ddbd2963b3dbe5ade0260209f9fc81ea3a88b4024cb17fb8bcf05e6906 +fd95fbc50439daacb2866759e8c8212d0e67a7eb4aadd6bc5d94f8e97f67 +05730c3cd2bbd303d6c1714c7ba641eada96dd89cb6fe1d655f4b67354a1 +708ff15bc6a45245d57695cd52377e7fd3e38f94a9c4da0a7a921b3a687c +5ee8d0bd2b725c95e8dcb582f79ea5d5a728c6691ea47950614c78c4c377 +19defbc6e50bad8165f1ed0dcc0208afd12365e70948d44b14f91bf90cfd +e82296c021aa112364369457567bf58497ece9a36f4058c8eb1713969274 +d29816680623704d034eaf900c52e04975556b58c3ea63e5447c1974248d +713988c58d1b666321d535be0c5f90e061a2a2f7c36c1e058fb2c01f4d76 +7538a6e41ecae22854b83a77101bf865d6dd442f89cfcace8cbda39321ef +bc2b79da45fbb39f2d448b03757310283bfb73b97eeb5d160dc002d178eb +3868a293be770fe4b63c014c1b0bbfdf1af1913cd5480d96d09080225183 +38f18ae7c3961e1d87cba5b6a4254d225a2c9caf5d976f1764a14276eab0 +ff47688a5940c300851424ea934cd53c59869dec2ed89139fed0a1e44037 +9059968726cf1c380890796b0e598e5b1e3fe5998a63224905cb8dbe7d95 +5ee9e9759e0d8195239a359e8e4da5c783ea2d19d0794692f0d59bf50905 +73f7cbdc635429f853f55b75bde37dfb5c1d5642b58f5873d079be65d004 +7b01296394aacd4c4ce242d3c0c37427765a7b1cbbe19f4f9153703613bb +cc8aa6e1c616df576ff5153c1ebcf9f5d202f42c628e70137837e3a33883 +e9fa8f0476e5414cf337650d94b533aa2cb45b7c473f90aa1824c69a2120 +5db7f301e8d2d6652685db61513cc3ad11c44900084623958d419f0752c6 +7d881df7d20300748f0f53e410d534664c6d13b4c96b49cb991ac1eda4f4 +25ad27510d96fe350b9168a536ae9ec6c50be8de32e2ee7fe9f2db8eeca5 +db7a80ceedc96d5a0b96f91930dbc00d2cc75069f1590c81d75bb6f7e6aa +720307776f25867fb62e78cdfbaa13eba1fe184efed5f7091c4fa08baca0 +86bff83086334332b8a75892a5bdc514b75118222bc71b8f8fdacf984edd +d3be4ccd556cc8f30f6a80c2b20c167f577eeee593323e2207694732587a +0e5b016b6ade30be2887b8ed026d2df4c539d1a0308b0b09770be61ddba0 +fb20926f07399ae6c9c937401e1e160d0375a89e870917de3cf496597d22 +a8ac67138d4313507841ae24ba2c0cf8fc1efc1ac5b8bb51ef6b50b34086 +2017759ee174b4bcca9087f5c463198407f41df40eadbfbdd7d73759cc41 +a9a43c50b1a0f17deafe0fa93669cb5b11a17bc07667c357b4a22b638592 +b721fbf505d8de6c7d69496752cff0317194a3eba37f42627126fa395596 +f5c0585cd5e6964a1ef53ca1b8d886f29df91782cb4201f873a7f93a479f +c62ef2013e503bea26d1edbed3ff450c9ad21fc04f4f69f6717ed89e0ef9 +67620edb859bb0d7efa3b0ed2ba5e4d5ba200e51d987b0502ca4b21f6efe +c5d2f471684fae7130eae3e4ed9006ee5cb14e6b9883622872b1be55e09b +e1e49f3bb6bf07630c58c59856f23d1f60d44589e7c959210719f7e920fa +067ad3433fdd490f28c9048cd9fa4aa43d134e3058137a09184ee4ff4412 +cfc204ff4a9975b96af8be17031ffe148304af1c4e012d72fa65baaa96ee +579ab548ec22d8a40e8fcb2c2efab52984c707730953f866bffc31a81e40 +427dcec529a3be22f7772e26ec0fbc26ebc4a3b561ef75e92c777684ea7b +38d33d99d8f7ce4ebbe1ef36cec712605921e0cc42210f738b72b8b06e2c +699d6a786379a2fecea0799175569fe77600fd3fa661f5e9d8e62604f59c +3318cf53e2fafd68fce5448f2f04c3a55b84aee7f2bb12953004aa3b68f8 +12ce7f25cf2f8a0902d38d735a0b9efc4752aa3fe822223a72272763d649 +6a4e82634b8d5d666c22c8f36d3fa25cb49cd8cb57a6ac7b48d697905780 +1e5de91b50dd5fad9999997b63863b73bb9694598dbfe25705b1dd466891 +0955a5e6128769448d35dc0ed21fb4c017d10cdcd5d24b386c41e2d06f3e +3c105edadefda6a5ff6e101613be39ba5ef511793e96a5aaecd41ee1bf4b +85a144e147edecc36dfdec820c54bc5ae17b138bfff4a30b5d10b30763cd +944935bf7d3ec0ae8396f1bdf068b51951d2a7deacaade053d0a3c6a3508 +1f20c1baf4b76838f98b157d9ccd9ffa669302e92886340a8e0032144968 +a3201ec7d3c87d8e5545992b082252acf496eb3eaec509d27d326d5562c6 +862a03829660ae967eca18eb4bfe04191ddba3e03fb6dbab09ecc01c66a4 +4bfa077433a048b741d98a04f7ea5e7d3104e4d6b1b42cf38f5f4821eb67 +32c6def7e2b067c9ee2cb4ac023ca4c329d381a1a7511ecc33b4bb4bd326 +7391ba5e4a88d84829c541382d4ec4eee3a4683f7c0bad3f219a3ab5d0f5 +a7dc3be313ddd434255d12990a7629c712a55b732ec7651b5fa61fbc6c35 +e3f2b7e2c3b62b72c83c67397413d88ae67393e2d8c77eda593f19fbd9a2 +5f69ee9883e02ae7e66dec74f7ec9920252281a580374e478beb58118cc5 +a11c1c20adc018d0706aa360cabb190d3a9a7dce6ee8c68da7a784358791 +850015a3241691dc125436a8c0cb959356f0c32b4ceafe39fc111e6299db +8068bdd8564b1200a62c15856dd8804da7ecf34f7d135cf45614a243cd34 +b4e8531da69a62538e6724ad4e3f7a1e2b2c71e77fc686738a4f1d2f51f9 +770684fa270a94ceee7c5d5804ca49220a463e7df0a63aace3a2c73f0940 +9d002d83115af1347b9909d08c0d547b6643466d119f4296094f4cef0a10 +0eb23cbd1cdc7cf6e8bf2363a042c64d8234beb4bbdd329d620c99a65c56 +04277780c343b51f842908ef1e66b125b65387885bc152b50566da9c8b71 +ce360f7d724821c5a06f98b3d5408c01217e483d2d40063bd2be7c447fbe +b398e050e608d2dbfc8ae8b7516d56a85785a6a63ba1d559976e8c699938 +631b10b5e314493a46edd7df429a7f7529101e32c57f08bba5bb6e980651 +0cc39e14ce46ddb626fd4a5b0e89444409b42334e7d6a587836d1cb0c096 +293b0dcfec87d73dc4e9f90ddc2c312a021af05b95f32bdc4b9616fb6db1 +44d76a2a29e8cde277a703362088a76db6413c840661b3aae45ee5623158 +6c21f8ffe87c30c2f00b6b95537094973f54a5c15375e6549fe45e2e020b +6fc5f624e8c3a9b30d73d0a397e5a32de1920a15997b220276ba3b9d7019 +255a884555b77bc27c1241af0af4d61d6c8a4ecdbb158d86e21eede3cc6b +28900b71ac5c945e596c9a8546ab01125f8ab5fb17c9ccf75a8a334aabd7 +705a2df1165c97c17ed678a1aa40fde4f4a62b503099727fef5afc32807c +051866ca6f27ac4729ac0191edf00281a914846ea08526ec0d6973012851 +e87530591b168b6cd69b0f44a45088ee2ced5d53e05e1ba563351c992222 +f23a58a26be2dcec43ce16e281f79184fda1c9e406044127091d5728d7d4 +0d6906e0f528e12d8f82a6b175e39bbab45a9653b2b4bbe4681da493b3c1 +6a20e5647686be5b07e7f41049a2644befe28a100e4ff5ee34105f736e21 +6fe3e81a1e7d2ab8ad823bd537c4b6c2bd9ee406167117c8b3afd2caaa36 +595fe353af33d30606db992f4dcc8c74e1c1b5ea0eb4722f6c9d0ab7aa4e +44e61d64ea9cc3ef637aae540d2d0ac7d9cb2dabb1a3be34633601a52d20 +6db35f74f1481a54cdeef2ff63bb310283619dcd7b2d52087cfe957b931e +7926efb5c47bed864f5dd8e7e5583ad66b34ee5133dfd7b88c9655f196d4 +d5c2d06f478c895c46a27f1ef802f5126477fa407f80d4d2cb55119b8cd8 +72272f0ae88ec5c315aa469e37cb7af969d8886851426ae3e6ed5bc44813 +5fcc58282fb238672563a96f20c2d38d6b6e431af706efe5944f675cd169 +9ecc46444589b0b4ab41c5387b1ae844399ccbafe4cd7772d97448eaa402 +cbdf9f7df550aab54d47e2f67d75f2c364318fad9d08e47d1538c7af06d6 +01f0c31ca9295849f809e6ea17a113883b5e192ba7eb3f9a0c6b55159e67 +c0c085fe7ce9cdee489fbca0662d2ff1a6d55f8a1ee87d0cac3b46bb4f8f +b58dfb2cf046f530732af1cb20ebbda80adbb95dff7ec28b57355ffdd42b +aa7bb36b277e6c76f1b1da390c3788e42fddd3931785626db52e9406d887 +adcceec2ac6ee736bcf3454a8b510718fd0f429a3e06dc3ec9de047bd9e6 +0186657b1252647cbf3725767b143ff9bdc0a7b58ada9d94745e75b04cbc +dd755e2c1e26b0d6f8a723a04e04bac494b36591aea5c8c7a8388fb83e24 +6f983f509a0e9117da0bd21078c3bff245b5e478a2b7331e4f3cbddef0d2 +0020081187c2c9dd0a591a380bf3f6956d7b8d65dc13a2d586da84713ae5 +5b745853aa09b3f3b53de393c03d4c8fddd829d8409c41e967b65a00690f +9528cb18b3fb94b559c86a820f1792e58bbc45aedc02ebbfa0840c8e7298 +1ecca6988b7beb9312e863064b58618eb1cff26b4ddb52a56ac4c364e30e +fc20211d6f102622a5378cff950b1b38b8852423ebae51a605487551e4ce +99484df76277917bee1933a1226fa1026b6d7457bd36928079c5fc2bcc28 +aec99667d1018da53c906f22b71c52c9ee3dc4e72439155717a6d44510ca +2ba6144601bfa675c5253a4443e18350c6b7a9bc074e8ac973e4b619562a +43a13be8d31e34af31da70cf8bc39909ab80c03e0dc7e8425b1fdfba898e +352aaa0a1c4c38c711b3c3ac60a7725e958c0974908fa30d06200bfb840b +9089e9caba0f3d9b00232516adcf252ea6b73c178e6258eb6a450d29be8c +f6f66e21d5309f0b75b49fe6abab4ab07e48ddf778e4fbe197481246d680 +e9667c7dd1e420257db762dffe7876f6f8e305d668cf4456b9a0b8ecc6e0 +1ff973144f5527a1e6065d2f6797fc3accb88e5e52dde221464fd77823ce +f7a0592a408cc0eb37725bb339eea0f792105788b2ff981484d6948d15ba +51efe3eac600c402b6ace16d145f96ee75324a69a77cf8dc43267a56cbdf +a156903d2392393a8f12f33ef33f9b9aa7a9d95adf7f2368a34d2c47bacc +93b2a3a90a1260fc3a334218bfeccded1d7f4182ccaa9879f6e006f2fb70 +20e1d1915d4fb12cf20695075276d27ece002865faf6061edb14d15bb434 +e07197a4a142ea659c24098088be777eafbbe50f2902c12f6fa8fdb57ce4 +852442bfe16a25a3ae9a1bf32486cc0448532f53f82179ebcf0fdcd7eb36 +ea8b7abcbd95a6e67aee38823dc6323862294473982eeef3fb3eb510183a +7e17e3f87b012c485eb8eb8760007bbd1deaec08106cdab59032ce18aa0e +81efbe09c87a9dfa03e6764fbbae08e72021aa9aea46a48040ea48e66a02 +86747dc4636f680606aaf29bcc51943fb09b805caf1534a65be267b94f14 +89ad6e8101b9101bedbaca870fc959ce28a2f84e02a88471eeb503d306b1 +1ffcd998ca3e4391c188f6d2c7cc6e82475aa5c375d2d1582f98fba2168c +4bf25dc8e2ab69a52fa5114b519d1599fcdf521bb4008acdc91c6164cf3f +e4cb77b79ec74b62053e5d546ce1fcfc380e3c0cadcfd0120b5e6c359fdc +2a4189d6954ec7d35510eb09d5d305c96e482431505c91734b965d773e9e +37797951ce86d4e2db76075774bc94da133540d566470e678d8e92cbc97f +567c8e3da28f9e720c807d92475ea4b5a8b08a7b4ea42e77a979b0380eb9 +d168735406795ce1470a0eb315e9945afc15e8005a27304799434b75b606 +6d051e712b9b92d82ab3fb8907c5cadb75eb597330fa7eedd1645270a80c +602a2aeea063a0af3054d28cab345e25c6171da1f0600a4b7bb1fd40e4ae +eaac89416009e991b9c549ce3d9e28fa3c611a79a74592a4f48e5d51ca4b +b19415e2031e6d3f5b6279ba838d9c82ed40326aa42d67a89f5555cfd429 +9d5d99131ce2bedb3c449989214adadd8989c4905e22475bdbb813e7eef4 +794878a7a538d1e0f831d75e7654b981cae483b8c90f5eb8548f76684796 +ed8ecf0141d598d029de8aa959f9218a862a10cab525ff8dfe060d197450 +965dd3990f96833e583302f20235ab7c04d94d0646b1ee4b2858cf9797a2 +83a9f0b2c9b3695faf00845d7da408f5cd55734ad74d160e97432d3d0598 +1478ed7361754488a5cc4e3f7ae1a373fc2bb30320aeb8baf42864ed7fcb +4022afa9082a7f0d407b17a7d35e4f7e770b7ffc03ff4091ee9a9d4fef2e +8c745f32358d89f02782b2e50b265c68455c71282b980c51fec4fa7e85ad +61909862295cd90f0ca7efc0833d9e70361f69a83a5325cae0132c90076e +fb416fda2645f347f9e29f7e3b200980dc3213bebc6ffd5c459b8cadd0ee +530340f8347db627c7a06e682047a84c364d074a330fa91aa3203b1ec8f8 +a96cc9c50b36bf7516b8b3dfb6fcfe504ffb37422a5d2baf01ce5297c38b +0bc1a7ec3e3570c1dec08aec7991ba2c8907d20972278d2edb052e40efff +9538cfaa17fca6a50c22cde6a29c3add743a7200a4d8997624e1f7732c81 +3546f4bff9f01c5a9404e86a2b18f7b6759b2878aa4f8a8ff55b36a471be +7f05d5884aa0bf088b87665901ccf35e8ccdce86811c5c4e4f55ca26ce2f +10b667dfd50e6063e9914d8340d9533bc0ccc8ebce39f45d3e442eea4a99 +a73e5b54e88969d9d7ef02298c40f600bba274a911cf19532cd01447f05d +1e424ce654458661d98d4cdc1a747224e90e609c3faf44bb29cbdd1e9a97 +5b475e25ef46447f43809ba72292540cf81de6cc751aa965142705082524 +6291840e4f1a9c6a452bda7ce29d9ef68d0007e7217dfda8cccb40053081 +c4e912ab4a7bc5642f898567fc1604c95f35d8852b7fe5f87caaf247623e +b6aa53342d231a5047d82dcd33c96b9197b5a41d82acf553f3186fab015e +9fb21c681ac874d236c9382f13fe672ddee53309b5a46a9eff196b426e21 +ddd39784aca3f8b90588ac9b04b993533483acb6e3125a5d8e95650b858d +4dd01704388890b26f1e707cc1178f545dc4a3cdf21a9730d3e6d29b6000 +66310e49be5018136fbabcb028799b74f7f15c47afbe30e14bc413352450 +b3fc874184c5e128032918845b039bf2dfe29ba87a2f25a61e6bef64f2d0 +64b1cd13dca3d385443df6d66ddbcbf9ad9774abfdffc05f1227159b8acc +8daf7cc7713e7f763ac899b066683a3fd14ed9c78e1815fe88a7926a8d3b +e34481b91febb4c2af569e870da8f964a78b462a52c9a971cff4560a9a46 +2f95d49f759772ef75cc1469fcc61c9ddd6c90e68273e1b02493bf38ff9c +114d75e7b84925249861275e2508856a86df8e23f590f2e5a1d2fb10db73 +ffa35dddbf1abb002c937ba96effcb828c7bad6eba66ae9337ac5210378c +3447d9b358a6c449ca1ca82712c422173893b9605a3f1faa92946eda7fb2 +b8dd8ed5f4e5c60efcdf38a92739e16ce182ff777729514b353265ce21fb +b4871033830431ee72422084a67dea902e0eef97ddf955925113eff9548c +9f956325a1ef9dc75d0570f42ad14f7dbd09b2578332bc70b0ee8a675d8c +00e2457576aa2a28d82686773ccc7c89423caa6411fa59ffe01e04f04b97 +b322081105bdaa7e09ff85f9e7cf33756d4a7e2542950ce2ae3acaa62c5b +4f1072462370676c25c413b1388890cbf64cc9e21a5844e30791e9cf854d +bf6dc8952f6a629ec08cec95dc9fa1eb166a50d13503cc94b4d9be0fa1f9 +0d8c914f83fe726806be5492837abd211c18f82ee4edf985e12df873d90b +50d46f1bde2eba9d1823b48e8c67f8e3452600466be39c9b0ab5ea55a9b6 +d513b025e199ceb3d3eed9f7b12d4816c1376180f5e3527b326cf112d138 +bc925c67b4079832dc086e2c539de03f72fab6f09c92b8e8accf2ed76a5f +055241c205f112686449494de69d6dd01300269b1b054456703c2e82d839 +0bc7d46b87c2f02e65ae4a1d4748bf0f01cde328bd0befbd31c3bf30ca09 +fb3c18524bc7f61cf2e97cec85045bf8ea9609f3644ee77ef01bf5f3d8dc +1e7ff01370c4d007fcd06e7b0b0d1fa190784e9c5e4c93324cf4fe5eed78 +11962ad08a13ef0fd2990737fe01cda020105153609116ce605674d0470b +438d73f3dd61f3b0059f71a291f32cf463c30ae38c20d2f4cd52bf2fded7 +4c59f19d7cdb97a0dbfcd13877ae4023cf7ff1db8d7655fde46f3aabf95f +5c4a3050c3f9c35635925f06e820e35899839043fa416b4fc284ec3e6dcf +d8b305666b93a072e263d0d2b1dd85593a6742019b9aaa989b7307afbdfe +eeb6e1c2429668c177aaa0aa2f4e27495b18188eb77b93f37348e5e9f1c3 +de961b5b67b109305d84b1178d35769af4ab928c2ff5773fa7bd00ec7435 +87da5c4cbc19bd3cbc4f7c15460213c9103bf7e1bcfd8f3899422f83461f +7a8c0b9d111f64661955f4bdba28783409f6cf5d54f8c6218e0797a03470 +2068423a4bfc1b19d0be336d990044f084466a2b2d4198476eecd1309e2c +30e33e8db6202fd31c1484f531056816cd25b80c4b6ed9b1ffde608ddd16 +84450eaaf45d813caaf938e4ddf3ede924a22c8014a2633155d90ee23acd +02ccd37f0e991080180191079eb3303ec6c685685debe2ed67efd2461abd +702402a4277fd06381f9165b872f3c77a8468413a5a2dd02a61fcde44538 +376f3f6d3cf72d11fbdba81c400f83e7ea6f4386911b3874557af334c774 +0a070d3c19767476ef21dbd9ca66b74672371a6541a9f3f30ca4dc3afabc +ee30997fe15ea3000f497b4456d219f8492ccdff2b0a8f7b6c865cb890fc +075f715f82b6fb531cbc68d344cae08ec83ed8773be6d2632b239763e463 +2307b3207859b2bb1ca39d13bc2763d127339ef4ae22e91adb9cb0b6c614 +7ceea07996afaafa19e0bfdfdf9eb0ac43f73d80af7245d80c5b03047e4e +0560fcb832ee1f8ef02d4054e72879a3fd64feebfcad750abc6575585ad5 +9d7a21681ee427052ab95ccb1283d2f750bdcfcaf1e66e69c9900514126b +90abc69efe5c976166b8c4c0e18f94ccb014a303c61b80298c661a6642f3 +af81766e7dc6d699a7780f93a538863349dff728a0557f30f95cc2b313df +c4c8f12e2a94c9e3f324be1b98142b106f190e30783b0858aa51e9ca230d +d649883b6f7c2a8dbae39908b34b60a67b147350bf8ae770619f34f9c604 +c70086c8aee426ce5a92fa9227fb52ba82fb17cfad27eeb2b5efd0c706f1 +462d012447ae3f6837311283d7abc3e866fc68957d3cb4f86175c924218a +a95f7593c4277a7d0938869c2e07f10446f2d45ea9a2849721de54105611 +b086988dbd56ff72e85c4d01addbaac1b053f9a47dda22ddc6f01ec98df4 +0c74743f59d149eb35b71e55e74b5babd36c0e4a24ef5afdb7dd3823d725 +e294986a66bd545ccecc5010f8a6ef2eb6047a74e68cf2623b6ce84e6a0b +37933fd249991b018b0b6217975032700c81aae0722f5d915654cb9991c8 +0a61625b3742e76c692a042ae42fb7f4ed355f6c3fcffd2acc794de9e08e +9dbbd39559620d2819a23e85f7498f0076b6230b7f93de99264428ade3ff +3272bacfd3b52ffd92280e1d1937971e7243eff8038483de1ac2cc000fb3 +94315c35da446f098ce72e8a3f892a71514426abbe6baef9eced76ff16bf +b30e8647f0e6ca67a987353c5f8848e036b54999b10d6c7899809ffc6611 +76892d7ffd143dc1b0978ad2e6816fcc5edefe51b609f1364a691cd8807b +4e96348e9842ee5c2457e266318d5362d78c17b303d4cda2f8dc91715f0d +de5b76c38636605a1a15d1be95d9f23f12fab5e480ded3fed2594a53f852 +1b022aff4c1ab2b44b1fbb6c00286c69375e9e0be730676687ff60d6f2f5 +6f8a75395e15ce545a0a1e5fb68dcc2ddb647fe9db6169af984829859bc4 +2273a34a6806b81d7ca4ded3922cb3e90d9c699d576904132d84c69ef793 +097bc90c59a103249ac49fea69300402e5db75b1d6e36ede739d91bc6d83 +042db4ecaf5e68e78bfe009a6a6549bfb7d538fa5ac80e27163680d951a4 +8aa5420935d71b66244bbdf4b265869761c7aed028429823f530138cf17e +851fd33eefcf1cb7e3a55798f149595f946dae333f37ab8cea8846ab80b0 +fd354404b5e5eac4cfe7e6c3e7a66311aa8d8b94e8c59a1e0ce7e3495b17 +6f8ee8ed14c1e033fede44f86b1a3017b820d60d76de408b6b01041c49b6 +9c715c484aa6add4dc3147ec63e3172bfc2380535e2639d41537b053a880 +e99de5c5bdd8c9672a2c384ea8604454b6056492cc866c2fe2f1f9556930 +edff9c6db7f08d70addf50b736c927fcbe4397a572d9aea57a07c4dd6a7e +a02402fbf21d7281fdecd10faa6cc51965fa70cbd682834227e45cffd154 +99aa79774c99c0aa9a3141a222e4db99fc4a91e54980ec9c2b10ba3dde47 +3c402dd71dc879782a29c0f75c1b954c8fecd5c181cfcc5bacb3edc38b71 +ac74f098fa0a1f0003297ac9209e4ffdde948f0a2350cc846eac61707b07 +871590855e555d395efb168a4011c969ae12f90dc87a38e5449fd300f611 +1a50af202f1d5ad3a62c71cbf636d82c27c35cb4f703e7773ca334b5c7bc +6a95cadadcb55e9ce68d716bd77083855d0b2a672a29249740977b7d848a +34ad833a1d9ddd4bd81e7b118a62e30da770bd8b2eec33ad1994a581c836 +ec81f99243a9ab233b9e2a0f1b10623797600b82cd0569a2da414ab651c8 +d6f47c0a81959886555a46204d74cbe4f27de08a4211ad764b9a330e5b6f +ecc9482c391ae086e7544ebf566ba40ef67a6ab4526ddfa4cb98733cca0a +589903e2b5d7b82364b5714d7b70e3d94eee6bc2786653cf6591f9feb6a6 +d29b3892f33014f2b0227706136b31ec68ac6cd68d556023c8054d8f0863 +32df1ff38c028101ed2db0b41b610640cb59921ba2e251bf8d6bdb3c8eac +81892c19e354f74eae8ce11d62ae12dc2a3ea97551467907d10381e4df58 +47ffd1046ee994902a4c425ba917f8704ca654cbe93bd04c68b40cf79109 +dd2bb3720404239f5a76119b63b397252fc6ac606fdcb408bfba0031ccd2 +0ad3e6467a09fe11788d91e0805912389fe2689cbca103e7d10bd3784540 +7965f250afde72323921fccb7bdb1196d81fd49f3e99a875e301e683a37a +9a9d95762613561f41ba1c5b7c64362a508a177247ebcd63b618577d252c +b442801c379ff346236f4d41a83a1adc16274ffaa4b2f95344116e710b11 +9f0f0a1d66f84d0fc97c6060f94ad6e72c4b821d6d7810a24ab2eb94db25 +e4cde3b5813cf90da162659effcdd3486f8e451dbdc433e48bea1c5541b5 +cb35d5db507b69397bbbfb0e12cd481f21d100b95d20bf3042a9475c9c9d +d90d8c4eb78350c96dd2911d15edfab3b465c7a76963aedc862ba628556a +993b335739ce074305e6dea405fdf5d867587b750e401ad170fcbadf948a +b92f5924fbca8dd8659fb8d88fcf1044095b3d3ecbb88f4b77070236c514 +386c6492334528dbf986efc85f9f8e971790d275e0c7aaf0bafce2f470ad +039413ecf2b39d846949c932346a1b04452ca11f6ce36ef32866ecb65012 +55c1daca015bf142bf33956d30098388c817517df95d8d5e51062bf2af3f +aa3a8f0ac463725058f1eb6943d6d0a178d690eb13a9ef87fb1f85b0fadb +8b6b2709aedcbbcb58ff7ae6c58370209aa60b152feee0a747b60f0b4252 +2526c78231d792f83bce107ecc4e8322597511c7fafd5aba8b3ab0f51902 +2adeed89c0e61c899eaf7e509a3dabb399a6f4c5d7ff9a68b50afbdb67b8 +9e4c7f39d6574fca0d64c4fcb0e54c1589cef927f983940372f6e21b083b +7bf5a85fe09992677eb32c9fd46277c50fd992c478c292af7e05a3549f71 +2c66bd2818b827bbfde2c481bf489737a71e886f37082afc5a8c0b02b7bf +a7fc894d8849987758a4fbac084708a62969d7192463538cc4cd31eec7de +061b00da5a09cb1eb97e3c9a2c2041024a620d7ae2baa99cb070fc01bcbf +b1243ffd06a4c9ea6a4d4df42f8738fe52a7252cde570a7296aeb5ed351c +d4b2f6438812cd61910a4d55d772a881cb186d3a3743cc132b27306bdf60 +c3ab4d755e3eff8e10c2ca2431a50f4f4b3bcf60a5112a8ff91bd51eb0c2 +c144aee9e927858826e203226987b292c1d7f8fee533b57a9b055084cac6 +15915ac3a5a827ee04d91fa9e9e267e3ae44ef1101491a27a07129219e9b +4e20792f1eed42d5ca89c4c49753af7078b6eb6e7a56fff7cecab396b839 +8afdd733ad2884f7bcff5b42f64b4b056a709d656b0d5eb40a76a5f665a6 +9bdb25e0238aac35c5c0caff832b98e64829319aefb07fb974036e0da982 +6129db7ac52292770facaf02bd6afba8862152bf4762425ebbb22d7b6f08 +d29928a53b11aa35516eaea9d249509063c539acfe3954e1f965d2714b86 +257e9fce32cceb0a50661f875926ad7e57ea55aa202f62f88d51a13e6b91 +19391b0753987a5713d7cd96506cd2bc9d9a549e6b6ec7da0d24de9784ff +7538dcf32ca736754cce162d2008a41fa1c7999c2a8f72da2c517e06f0f0 +77bd88a2ff890db0586228842a011420efe3e910024492161eb477fbdaff +af1e73d24b75ba72be5c14358c455d538585754e9f6816a226f60e6d17c6 +6c941f516c1f05a618c022c1a7a8874cb0d3f7acfb6fd79d7601ad6dda61 +1d31037f3739bd128616278e7025ca836708c855dee5e3b449c6c5904b95 +caf4c2eb09519564c48af781fbcc49f0dede6cb2be8718c515c05608549f +d5e54831372076250be22a0fbcdee17fb5849d30205e347e63b8841d1ae5 +71b2c372fd9634e9f16b4823f94dfb807b7c09840f92409ed8041b1515db +9df22187451f3e3b42737a11611a4a942dec953cfbf9875d36a363e3a2d5 +05d96b6f8f03b7ea1c251bab2ff79dd8cdb28796d1fd364b1103da119bea +64ac34659023685fb8d5b2755ce523b32f8532845e4c3058036f0862cbd7 +b7d4dc2020f7d29640b5007a78af6d931512aa015585bf80da89fddce137 +02efaaea51c51c856d7c8a7f285a997d749ef5fddb3eb145f51b1071843a +ff486c7ade3943ca2ce5387215faadda2db4143311617f6281fbc3f8d261 +0272cf235564703f832e85167cb444ed147fae675654fe08945694f9e63e +3f1fc2f6a64f6e36c0ba774a8b20bad6115ac54450e32d35031e7555481d +cc0229df599951e758a654282dc75e6242e141a3156a5c98c533228e8b51 +1801c716665dfa23fec5aa20f3fba6ba37fc88258dec647c3b4c85b663c8 +30d763aaf568bda38558e4314b6b510d974d9f21c783c4498eed62c8db29 +bca222f27910b3d196c0e8502b234a739da32a0f6414bfc5e4c9cc167989 +48f996f1b30d1765fc99751beb12168832b5f7f91a7df5940eb763731f69 +939db425ed380c3ffe2b415a7e960055bbb7ab436e6b8cd66a12a6662cf8 +8df26c3890beac4b2b6bc3c075716614d2045a180905eb9270db0f8e42c6 +c4114f285927bb03e92c3d9301710dcc17190a1f78151388d70aec38540f +031e376d8f31da955938b22196ae56776826c7a658822582a538aa4752b9 +694a5e814ef39c1df410b75d00cb9069cd47b8bf1838f92ef5a1b91daca0 +2d8798c1df839c2430e8d0284e1d16ef72b363670ef519d0d06afe326f37 +ea048fd2e09c151103117879c2efa268645584ff4a1cd478536493adbcb3 +e49e42e7b668d9f0e77ac5a321fd7f339caafdc93267144f9467b605c869 +04c3d1b86bc0e1707b47c3a4c1bf991ca356fbc32e635623f44276cc7358 +da5441438b5fcb4a675bd60bd112cddb4c8357595f7af082af0924123e67 +3a1e74214e7e4198fde4aef1e85e129b6a78a1e975978ef2450c63232588 +6da46521b93748413e02185ee061648cdfff10ca5249d19faad78619783f +c10cb77554bb502a640e5b243c9e90ff169a855b65d29d25b4d30de4e53a +139e8a20059cdb796369ec40057f74b7dc4b5a4d3dd463c66be4e8a0026d +ed6f0110c45baf21f197b649026aee565f47c27a4abc1553790303bc2b34 +adb7c6e54723794eefaac4dc7145a7c3ae16c6bb635a704efcb2b9bb6516 +7654245ae5d466b436232a47d9a2247c3a5a4ee9a7e6f29b83fcb9d7082f +aec5caf6b48976b000ad92199df65742cd8de4af0541461fdf07f44e9117 +8e8ff2423e01074704dae7370df7080d1745190cc29435f187afea37e30a +a2c5dfd9c4076e15c1d80b688acaee8ac7f4f6f5b5a2eab3978da7c77958 +719c696d9a545be2d44b884eb94e873942cef0ff497450fb0ab21c392ea6 +4cbec0ab283283ea4b739e36f2fc145fa57eff433e36fbdf217db34f8efd +02f7a15b77311a506749478551f11e1cf0c984ebd27eec2197babc950624 +2f7c425bc0bb35a1d332c3d7442433ba809a15a50a6487a1cee900a9b604 +747c6821512b934578bebbed7d35d92c35be3ca128dece0dd8e6d61572b5 +6c60a75a230932f6c8f13a0c82475d819d419849c046beb618ffd2ba9b4e +35593ece10ebba2a923648ae9d921255277b6e8152837d74782b33ff5ad6 +a07d8c6c1e59132d3e5e1f1cce864fad1f7963b5017c7ebb3d29f2af65b0 +dd7322dd6e94e812f0ed2770466a41cc40a6cb57453ee0de32a633a867d5 +fa5ba2b86736a2d2c7cd94af3dbc925dfc2ddfeb04f40481507a287e1ced +bf35ebfba94429ce54e6b636c33d8821708cfec3a450e15c393b5d5bf7cc +848c9c5780dd966d01b34db5f9c3137fa0096368f2ae8883e62cdbfc6132 +f7687fd1e9614779274f6b92a12a6d4a8c415f59510913cddef67685cb4f +97fe0f7b8ce990cae9d8b152b1fc223360fa5480e23d62bfa69df11d97ef +8b9d4f8f047301f5db7ee34b4f3996a6e226b8b932a195cc8ecdfbeb34cf +2bc204769a1a1ab2e6be18d156d3c1b0b867ce4ac4e57203585f98ad8ad4 +a1c2cd9823f609af8be966f7cc89e787435f312b7c67c2f9efa22f169a5e +81c8f3de74afd45675b477ae9df1983de2474729ec80fd5646058051d8f0 +9b253e57be5540ba0b7e9c2a588879d45dac2e94941b47052295ba2909b9 +1db7313ba5d3c780113ee736ef57d7a9aa88031ae61411f32ed3ab2cb97a +978abb27b822c44282ef5168148fc32ec991f705288c8cfd6c838a37da4e +2a5dba5d215739005fec9ac00c546884f860db130cfcc1f181cc5f913f78 +9bfe610099cde584d5dbb15604665617d1359d611049eff679aed936aae7 +c27fcde30555f0ee39edb8512bde5007aa9b1bff6a4b6b56e883bd284e21 +3602dfb4465d3111682d4e2b3e339fbb0e0455557281788a6b55eaa5881e +62ad1cbc65d0ebaad4a5600899b9320a0fc98e8ca2e7967c6c2ce48910d1 +80bdcf2f616e7536f72797e3b1bf7d4fddd08179f5f3429bc3885307089b +9f4dafb2feaadc8a761f6b41f9d7e6ce750d5d8ffe999da55dc239933bca +1524aa0078ee24881e120d774b293f1593621230fd5294428653eb453fbf +97b275bfea389bac5e8ecae12389b15f64338a59131f6abafe3f632c215e +38f97abe80d3fc93352d0e27702bf83306a03faed8f89160416f1c3ef5f5 +388f2831370b64bf7cb737af5ca95a8023815a222be811b4b85cf52beb04 +6f0c4587643fc0da77810a69bfac4c0a4a71dfd0c0ab2d5635020d264958 +8a8ad4e825478651950a83d5f0f2bd8cc31e825074404d16c05354d18730 +fcd42cccd51437a2f2a90a6a9e294d30a5f5e53f18e53ed4b60f0e0f6159 +4fea136f2ed0c8af5ef7cae946b33a18d9e2d0c8b8ad3ff0e1908d30ffcd +ab58a28e59fb12d1f28e783ed58e344e9105d9bdba8ecfb7b0df61cb7f43 +7924ff7160563be7094c769f36fab8dc74207bc789eec011e34ef81e3747 +8cc4c9d5a1118ac0a685d25136f7e295b84c060f4fb63ae4cc8af1b96ada +4b183b054df7ef8ca30aefc9b0cd2345b728a622e2424ae0aa578c065e58 +e8c34ebd2b6df648a9780dea293977946a9a3cd8ec4779f30f8a4b51000a +55dbefb328e2d5098dbc3f9859d49a463fd24cd8c28ec426088245b09080 +c79ba43fc46dd55f2ba2c190f8c13b0d883fb6737bc0f9acb5f0ac3bfa4e +8c346ef5d0a9a617bfb9e2fd9fbc68e39401d5978319fe5279108675e8e7 +68f42e01a0b8c133db1c8be7e0a553ed1c1676ed488b0583a3317f233f7a +4335b7b4ee205d1d324957204a51a0b37241938fe2a54d8aec4a81493384 +590432d5afadc3a84b4e08771be80f2648acf9fbc777a51b530f0ca34fa7 +a8a8a1cb391d0db8f09f10bdfc1935204231718494dba12bddc6fffe20d4 +f3b7062feec978a0797804898db2f14279363b72708d6e7fdaef71aaa495 +ed16db39e5ccea3090cf20c2c0d66eb908ec814daf3f54b4465956efcdfa +46071a0eae7ab79a2e227f8b2819c1c5ca018646106b35303ecbe73d4923 +8cc10f3bbbc943bfb7d547132c4debc1923df4e8120a3226cb99eb8ef162 +5468ab720065d6baccca3bf4cdfb2f92b61428b033f26b985e8411820ca0 +cd4b5304516465f29c894a6c1bad8942dee1382421a6c06076dd06451ae5 +83b9e7abe0e273365247fa24cd68e9b220f2bfa35adbd60259f5a0de4b66 +0b0241841e2ff4585c658683dd9e6dc847000b238225990820c1faeef4e7 +39789b9e44ab037730dc4f6c60db05e7847360e44b0c14e59af478cf54a9 +670ca35d4ee3e3f81ebfc58043478199aa0e35da74b4ee11c01178e44235 +2eee2f57a651fb1be5123acc973848dd79b1bf5b69dfc2186662c9a54817 +c33cb1a6b589eb64a5885ae8ed5e8ffce9cbc9f1d04faafd0274d5702c22 +09ef9e52b357e22f458bd3beb244fe88c36d088dda229e501227caaa72c5 +8a7d5a95fb1d7e380819daaba59d2eebdc5f7cc2bcc042e73f13f2dfb19e +f5ba70d00e74bed0ad73726dcccd7b3ecd016dc010185bc34aac6722927e +c4cfc8d40d5b88cd5f01f20d1bee72b715b9d4931d81dc972c59b3124ca3 +5e773612673e4393de8b93b9b3c6b37860330700514cd31919f42a28f9b7 +c81431ac8912adcae98269d6a64f82228f0edbc59de4f69066c476fe351f +9869a4bbdbecf649a2e35d019e90a1d280a1fe55bcf528158ffb01facf46 +d9f6eb0266149ed40307d9b070ca8c5e434cb7a555b74d18a6069784896e +2f250369fc6b6fc426773c64f33497abae8096e2499bc1f5b087f086dcd3 +c5bf9b76d0f50fd3267b319b8363f14a342a90cf0236e8bd8ae8f084af23 +7d04e56efbbba1e86d352ff817c67baa3be98fe63fc4d04c7c18a76573b2 +c66b347f7548d79607b84d90899dadbaaeb9fcd37b1bff2ca865baf35c8f +3e4be98064e0fe57b8c9d5caab1aa997afe6fb62530ac8833236d5ac7fcd +65dc18e1e02d059179ee02c33cfc6f5dbd06091d08942f420d359753ff2c +9edbe16cc23a97cc6b66d32be0b41e0dcb983aa1cbb6534a16e8f6e8b242 +2a95b880c61351a76e1d53e5bfa9aac679b60a7f9b2dfdec878ebb0ad30e +9b6febd33f986526f03e43ddce13ad5264521a8971752c01cae738ec3bd4 +e556dc6bee76a8850f0ef738980274448a00d8681787a314dc6b1cfb81e8 +3825f3b04ae252ec698187d0a242389eefe1eafc054c9bc0c303a8ec23c0 +63307b21b2a98034f6e7c4758be50cd35474eabf2b7c4bae6ea1cd50883d +62a38a22819cd666ac6d2f39b1fad6fa4034416c03d9795e4caf59215672 +f2ae88619f172c311a2b7b301f30cc312530762aa42361dbdb7640342928 +98955bff38fc2cf6c716ab525118bf0b7257317c8118e9253a1aea6c878b +c6377d6428e8ce5fb78544930a46d02b4b08081befc78402ca444c742c20 +3dd1fa3dbc351df112dda778b1e5c3984b03ce9e7eab15dc48ddc469c7ef +3543f8e19533ac32a3f6b8b12103582303cb46086d7eb69917b9e22f92b0 +7f794b80f5b3a32e44d88d2e66c9e41dc9d60e346e0c99ab6604bbea550f +be4a1d9656d3d85cd9b8d632a1354b76dea1d876148d9bfc6d7108aa1b12 +6c17dd16a3913fa263fb94274a2aa4ce87a122d72770f3d0afedaccaa121 +bfc2f42f7a0ad1787bc858c3f6ab8cdae76d868aa3bbabd1e166a7ea0560 +8e5eb1068d4cf2d77264218da1ba33e4f1cc3d24868768747fc08cdcaf57 +c67b2498246d7ff6f33acb2f83a970b6b67aee0b2fc0b76c2b4bddbb9b98 +6c5a0d2323416dd954f7036237b18cac8a1ceafe4e6fa1d2396b487a03b9 +b3301ca9b795626fedb3293b364fcbe29b8e606f35863284322d82bb2075 +737e8062454891e245e0f1ec7743f1997b3b36d24d94f69be4ba218a9436 +466b79d816e6a72c7306e3c2711849e9a941983cc589e2f19ed18ddff751 +36e253edaebf57b674134684d1faa21e014b9d5475ae815f56b606ab62f9 +ae1c32315a1448ddd4151d06f4aa1347444d3240df4f82f9fc5dc8709112 +938acf9bb25e7a4b0fef0dd2515b15dfb40d174048ed2a3d841bd0e6c821 +e07c5e959c17d6f2ba659d792c9767b9172453ae9c415a6aa818f3999167 +790321df7695fbea76ec20fb60b516f84d59bfdd09a2fca1bd5eb3ece33e +51ed225a30c349fde4336163d79ba2053343ed04eccdf8453b33f9bf033e +ad5bf59225856d7a691657cdfe29eeafb146f41d4cc9c8d4ae0d2d287a93 +c16dc85f7308390929bef532aeef8770b9af6ea7fa5e6e968d211d1f0cee +98a09a4547ad609f62dc6b5ba70b9a29ddb3faa15102a56a017b9fdacba8 +955f687e2d4ebac571937740f1c6a3e5d9584ec9d7758fd27a467b273e5c +5d2b49a10f4c935f76a0718347ae59f9f5e29e8f2695664cef0a10112636 +48d486e5ee9c313b8b2f0ed6e9c9a6a5ae154e1f1db95164fda121feac07 +7861c85a765929a69e157e13d25e5e053bd57d16079119329396e4b3ac48 +fde80e0954b665d61b7d3beb0e7b3800b4fe7eccc741581bd4ebe45f1d09 +0ff8a13ff6ecff9b76ef312ebf48775e6600e8261d57dc898edbec1ce72f +9806ac5a9ab585332133af60ff2ac31b6e97d28bd232a50d28231595d2b2 +c21b253a27a7d430a778ff0dd446bbf93c37c1a4fb1ab70ad1c6615b515d +72462d81535145ff27630debb40f8439e093c90fec7ebd04ad81866390ef +8df9d4d4aa47b8da9ff7f5ba3a3a6cc61918639901f4c58c86fd1844c05f +e795ecf8824e5ff579b339e18cf298786806e9159bc98694cb45a3c33c51 +976a86deacb2abf0ba891471a846ee9f0240ea834f1df61bd439ab8a04f2 +35514a667bca49982cbb4afd0f0b0d9042130b4376a8cdc353ee7846cc80 +d13b38ff7dc0f722e241eb37e015f2c3c449ae1ac99086ab4d09e359b4e0 +cb40fd539c3d95a177fd1b2b6f827dda8f4f37db4d2eb5c9cc0c05ce664a +e275272d1f131afe30c97e4c1ae8e40245757cecdda343fbf57f633ff29c +cddd45c54eb21a3e8d11356f26c4d6dfc4cc24d14db7d1f569dd504458d6 +421241a9460b760cc89182a3be4d5e274fba17b0c66a73a31244f94e0e25 +a89a4349fe03bb7b2b76d5087fcf01e23ab8a946541295fe3b8158c19fd5 +281982794babd4d8814b278218e89e9338c7031473cb0670c0010c62ecb8 +d0c37abb74a68f5532ba49f479dfa276b91dfd95d4689f7553de743227aa +96b674dcec8186556ba8af629a79c624de297c19eaa86e274b4ccb3a6cef +807469a797eae637909c19232f2801b5bfad8a6bdc6565bfc0c217004854 +dc654c7d98697831a625b3ee7ce24f5f05b0aa6ae0187c98c221820c5a23 +a27533ded30354c4caad3aad261ebb5c0053721407d9eb6bd55380930840 +7de038d2c6a6acd77fef74cfb5d961dcbeaa2da6b8deeca64e4adda73672 +56c1361c7ea99a6b95503fe901d056267f6e36db78d165b74483576e36ab +a19e6801a33e9e0bc21eae2a0e8e56943f4c2fbf9467afed079849635579 +ea81fde7e07a1c9bd12c72eb2ffc2250030bedf8d8542ffc4b8ed5268925 +c56bff45b33e0bb0f94e12ee694dcfd34a57724cf3b9d347d7a845a0c58d +a803b999da53cbc1e3955ead076ce86f62085985c9d9fcfdab90b2d26c73 +d767084eba703a13ae41ffdb2a980f3ea0f0b67ed5a0aff4b4186bdcf217 +ff575b1508434dfce67a20e40968257359d0c210b28dff561b8ea85aa74f +b443daa56f4cc37ac6f5cd3951591acbb84d036170156a6640000982e7aa +aea636f726609982cc39cf9f0c42868a69a3a54d180400b29094c43e624f +bcb7a087b54cc2ea930f8740828b6b6d7219ac2237838f63df73fb99f4c5 +1de03e578cf7047bcba4f08a7c56e008284e95cc +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark diff --git a/fonts/Courier-BoldOblique b/fonts/Courier-BoldOblique new file mode 100644 index 0000000000..e6ad560d4d --- /dev/null +++ b/fonts/Courier-BoldOblique @@ -0,0 +1,1686 @@ +%!PS-AdobeFont-1.0: Courier-BoldOblique 1.05 +%%CreationDate: Wed Dec 22 1999 +% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development +% (URW)++,Copyright 1999 by (URW)++ Design & Development +% See the file COPYING (GNU General Public License) for license conditions. +% As a special exception, permission is granted to include this font +% program in a Postscript or PDF file that consists of a document that +% contains text to be displayed or printed using this font, regardless +% of the conditions or license applying to the document itself. +12 dict begin +/FontInfo 10 dict dup begin +/version (1.05) readonly def +/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def +/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def +/FullName (Courier Bold Oblique) readonly def +/FamilyName (Courier) readonly def +/Weight (Bold) readonly def +/ItalicAngle -12.0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /Courier-BoldOblique def +/PaintType 0 def +/WMode 0 def +/FontBBox {-61 -278 840 871} readonly def +/FontType 1 def +/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def +/Encoding StandardEncoding def +/UniqueID 5020948 def +currentdict end +currentfile eexec +e98d09d760a3c22cf119f9dc699a22c35b5b35ed6aa23593c76d54cabb5e +942bf7d6dd84f1664b89699c74b472de9f8e6df925f6c4f204e9f1c639b4 +dba988ed2ac419ff2b2bde605b8ee3264edd66412d4f21c64ac522bdfc7c +5502f9c3f3e5592b3b2093d33c9bfaedd2d49e89aabaa832e23f062e91a2 +5032519d1868816e44b4e0747795003d7930299d6e1e2a5bfe0d595dc97e +140989ce81d8d7f852ff9cdc7a1b1b598c69131dee005b415805a16d8a12 +3e6a2f9dbf9f3f34a085f42fe63acd931cd846b57d30dbe2d6b4b42ba7b3 +841204cf185aaeea797b0d16df1d60060bebe83fbdd4931af1827b449bef +2eab8879ebefe5590120effb8f783be00e602fa76e53ee4e20e9a55189be +e40ecb842d3838dcc54fbf7423229ad68b98e033813b1a3e460f4a9baea1 +8760d05d85984b0b3e161f130d92ab90a1f47416b3f21d7797d284422bbf +3f185bff2b2de126046d090be44f9a5d8e6c800defd3a53944fff17566aa +b69c8f5e58cd7e26c105bb2ca8ac07b6ff104375a98e23e4ef5f370311ee +aa1954169cdec1a823b51f1da93e50a6c032630f0ed2f0109824f7aeb6b3 +850ec9d1c2a9bee7dbd8c787f78a9402f96c7fd756f9c63151ca0f742b8a +1ee50d127ea8605c1c1fe194833218e91e06261cbf154e7ce4cecbb941d7 +659f6da4bd998df9fd184e6f6cb0583c8ba18a7d26c9e8cda7f79784f053 +243684693700a482a8f2182c9142114f25533cbf9ba2b43d833aa0fc1d7a +95ee86cdb19921b4e27b487e2e353c8b942bfdcd06974b8115fa20291f25 +71fa63555110b9fd8ee1bc9467ebdcd4145b372ccad7e9f93460449f2433 +1a6030294c172bc918b1266271e8c39e52850d83d2a78d8fd2636d3eb927 +7275f14498245fdf262d54ab22c919876d3ab407f07fec8e23d28acb2d3d +413757ed4fbaf2d03dbaaee70345f62672a238589a03b28b03a3a1ab6b3b +970d28d2f747facb07bef7e8cbc0a847898f00e6a27320cf51db2e143935 +f16e2c6da9d1eb5481f6e75852c3bc7cbdbbdeb5b27a299e1a4003b08965 +6a96de26fb54d3fde40b8dd64d01e330da29486b752890a2e0802fc871ca +86cb8eb4037a72fe7350e8a87bdcaeaf182333a6bb929b7d202bd5e4d1ac +9ed69d15f816e39d45089dbd9ed2340302f639496d60181c00c3c8401715 +85c34d9791fcf040f1285874367e125be582088c01dcf773775039237da5 +33e679fe7dfb9b7221b04f2d69add19ecfda0b94bf53dc389fd0666e7fc2 +92383995518fb78173248d9ee7f0fe79ca89ad014a1916da267aee3ce701 +055bc88c4cc0053d8d7e09ca072a04f15b1871a3c1113b29df7fa0c1a608 +8ddb6b2f97e03d829f6de8fb1c51d4e3448730fc94af5d62b69e2afb843a +e2a8b12d5046e7bfe9fbfc2404bc6232e352b25a128e8a501d6fecf02571 +9e1e1ad7890b40ffffb006dcd42a65402df37d8b2b91ccff1bed30b8e192 +b5f2f53d263ade0798f2fc94d19693734b16ab45ae0d000dee662b209db9 +3c541fda6d822a4e2349f3fd199a654bb931cc36f56bb2f5ec563398d385 +459f964fd343d9b253db726e9d16fb240a84f39bddb76aa7edbaecc0124c +253cdce59227216a0c74cef8e44ea7fc0dda7433a3b0fa92a0f6a00c43de +f2f079668ed3e9929056dc1185dd78c663097fe8153aba6410dce819eb69 +d06da03fae4798505301235d725ab2601d935d80daef960061a6c420a696 +a2a1096619f8f0894c659a61c4076664e0ff1e8542acef3376b8e2b48975 +f8f546b1ca4ce7bc9e31fab84df061fb7452459c6c7b68616c8c3c53d4d7 +5830e418fa8cf6e0f25ecf30a3c9048d6635ad9e9f4ff04ab84c2ca1b4da +a9278de5fd299872b1e57dd7de2478a2b21b2eb96896ba53690a7be8a0c1 +2a8e020dec6f3fc741998fce007033f9959c1328b2785c1a8b26351bc740 +40b30fa99c4c8c7bd3c52aaf8c7ddbfb0dad72d8953e25ad54afc3b53f15 +25a4bbb12ea7ecd712b1a4029742985a2d57223762d6d83688457515d90c +a3ffe21d9099979e4ebc79bfac708da0adc420c676ad5971288aaf2b8dac +4a74715cfc76b1e6d52501e0f776b65065458e63e16dc2c6d6ce18adc8ba +94130d2a90780a127c9b3d878e9426ce14967f8e65e4bfd9f47582ef2c37 +c361c1008db7fe245a6dd6c5bf8a84ccca05cd96cd1aeae072c09856b336 +563e66415b727d58d62e9dcb7382c21bc7e4503c30346ce2bcf4baa2c87b +70f1a713ea26fd7793b114e3b77104d5f1c5ee8c282bc01e591c068973f8 +53c5788119d0cf53ae213c1770abdb1cf3fbf80a3e77f7db59f9302ea55b +bb16e9f775d04f3242cad88e2a1cece807db59daec7cf7e89cccf7360ec6 +11deccfd50431d67fbe30e80843ab28cc0e3e9e1374c24c15567453e8e92 +8e7305fe9eeab4e3c8b1bd92140bb0d4d40f80bce763c25bb90f35a6e907 +759e574c7e9d342a2c78b1b78b68cd9301075e6aa6583a4e18528bf066bc +84375210a973dd1a60a693b45eff6c51ff890946ad331ac05ef80bba6084 +24a582968548d1c5640cb8285786fde01cf8fb15c5b821c5577f7abe9683 +c164ba9a691906709ac46d664b833aa7fe5a3fadb67ad3bd82ae43087ce7 +0212b469cea0e28bfccec30496f803d3ec1fca366ca925ba3f20be9c34d8 +2d0d7215199e829f4d0d7b4e9630879da68ca05161e431b36510804d97ab +c1891cb76ca24bfb7a897835e67f2c2ad7d0971dbbd6814eb6542f7e4fa3 +06fc97a058406098c53564efbf4689dc448fb69080a08a54c3602b55a681 +09d3ad3fb83eeda6ddeda6ddea4ea424553ec22fbddef65254488f91ad4e +d38ef195c418428eea7fe850c62dbac2f9e3c9cfc86542153d0d5caf94c7 +89160cee1fc009d0ce68951a7ae1b666e4abbe82a1c6a3e95859352e8400 +e1f33c55626a04c3818aa8a917c3f5755e2eebcb9f3151e2a02339bde457 +4d1a65af690685ad8dc4a64029ea5bc1ea733546d0b0f8871cbb56aac6d1 +f2637c420a5cece2e4229d4473af7ab23a7f6a33514ebba57453ae38d6e9 +3bd8183507acdb9547a6fc5cc68cc72575bdbf27db2a2ad634657dbb1e1c +4eefd59b0127998b7b12269a61ab02990a59e7c8ac9ab84d07c9de30bb68 +4b29637429604a9f02d9d8923ee27f4e0680bab37e3eb4220de2e271738a +05c3333f07d04441a4c77e5cb0fedd062f3d0c93d0267644f56b21b1efda +d3b65e8cc0d2cc526459cf239119f0da1bfdd81f7a2fc15de8658ceac01f +a7f87e6028a8f25ce711f2706842981edea8c667f98b2e1a446398ee1aaf +311aa911ed16df089193bb58614df7bf5963112fc14c00dd188fcd6ffda5 +12dc8fd71c300adc8661af41cffb7f70ba702dfadd1a701c1e74abd07e80 +f9314c3ea606aca7574f4d1dddeb4b3508c78cbb376677db4830435894a6 +01c8b3c79fdb04aa048d7e0e5ae3a5db490459b142668f8481262e3d49ea +ebaa8637ce0211735cfd5bf298bc2274a35577b95bd69dc5af099f64f3c1 +1d64d6457d9dadf22d52f14a50d7d0d87b2db6b1e19224f72030888e2441 +0f04c89aad7ef45574eef2036e3e9e798d02102f63c6b8bb018a915e5af6 +2ab7bc7db9b4da2809bdbe25e57516e8d188e19868bd2ae02af609eeda35 +8829689f61d8115dcae38bcd8ef8615d562a83cffe5e97e2f017e0b78957 +56986913e1bf885786e5543c46671f6325f04d7a78c53af15910e9c0fd27 +af28dfcd149d285f44c14b6f1633da9ddfe683d7139c9f5baf89a154d46c +6e4d672452a43cd6a55bd1f27c4a3ff0d14a86193ffad59c5b31ad8807da +065a8190de638c984b971d580a7cc9561b4ff039a2705f6bea4b53403629 +0246bf9fd12d766dbce0ddb5ad42fd48b82f4841144e5b06e3d889c0c7cb +bdb2cc2b353c392c7d740446b36a8126503c93150922d97e926ce96a20e3 +e698ea1972e36eda0f9aa7693c53cc2994a16db61e5e4316b0f882afbb43 +b8ae94f7f28eb7eabee5f9f3364ffc1aa9342d1777427796db0bf7d7bad7 +1ee2f4e209dbb15254391987fa678905f233a241e77f26a42a1e2f66186e +1d048a94be60cfbf61d5c5bb361dd4d1c92833cad203c6dfbfc2453c885b +bf4683a234fa558bbef71c2fe0f0e8ccd545cc3175a31bc100dd087e7321 +932c2779c3b008afdc61117d6a1661ca320cb34770f4d1b490722ce19fe3 +698da34ce35b1345951ad982aec69a78279dc4522edcbb01f9cc4b8cc52f +9267b527fe427885d67cb62f2fc7709de4ad29c7e6e1aa6dce99a30ca2fc +fc6c523c90cce6062e25a581fadb1b892cbf35eb20abc4068a73be3488ae +a12b50635b70cb66d9ab795c487a9d76c2b01ccf27c4df1007ad3b68e3c1 +367def56f2380db21da81a46d9189fecef680f15d22b30ba3596e4fab3a9 +188f0f11bac53df5b71f454996c9613b3edd464d9c9e9844cd357afb858b +fc28575ba3e350e88bba2a045be02edc0a24bc3ff21f98e318d84cf23ba7 +2931aa278ee21a479375e0d50193d8f8aadfe254619cfd825a559f9639f1 +98ceb491bad5520f1199332ea0cfaa2bcb8faa7d00f97fdc6ba2e11f15d3 +00a9676a12f0e451f92d2ed547e2df0d5b8bbd40bb5aa2df66ffbe68537e +823da67c29361d9c89c1fd191d9bab91309eff5e0c5758d9ea0b9b1997cc +101f7db3788bd9ff8e01e1cf1ba032ec90dd5952858726df33cfb6a00b25 +497cd5144edaf481490f26c802a0a3d2e9e8114f23b3f0ff23fee24d1aad +bc36492e0edfabec0d4fa57c034c47d2e8acb5e9ff5ec486da2ac3ed51a3 +b36933d502044bcec7caeebd3857d383ddc28f976322aa26315e3fd7779a +5031ab41ef0efbb295afe066e7c1e8083671e51628ec799a549bde48a502 +f879f1361af8c177b122fe8eac38668d8882a46e7d20587bd561b34486da +d36c2915c24fc446d2bbc41e256af4ea7edd28914a0191ee4116961f339b +b85bdd38c1417669b345d46f6b6ea2e3209812ac61d080731d0dc89623c9 +a28566a726a6665a05c70c7bd2e1e757c0a03bf89be801063e40d6b64927 +9cf4fcce655cc6cb2a2d95c846d6048853d654286d5c2c2d8eea94fefb67 +62fc17cd93ee1fbac2dffef877c74bdace7163b654982d864b688139dbf4 +7c7ad4f38cdab42bca53eea14d4262da8328b75cc8a342570c7303c053b4 +c507ec2e3ccd2ca8def551ebccc4f6fb925ba2ac8f7cafbed0b0bfae20a2 +7eeccedaf790eb9052fcb6a254a3ed51374c9255cb4448f99e418770987a +192802766417dbf6929fed937bb340568e826277e8dc38f4dced644e23b8 +f298b7505b11b37bff8864a718821d517dc7af2d9baa66195e7beb2a6cf3 +0a20cb7a7281c13b1e95396706eb3d588f93d2172dc5d01658cc2a46228f +2f6457ae884e11815930e90de7ef66ec7e56d539a41b7390b4c13b29cd54 +b43e04ef1076d442abd41bad91f6bd2b5236669e5f0b83375a363db705ac +d528803e445b2032f410a6aa9bfcc1c704d9b9364dc7ed9fb34c3cbc291c +1a6948cbe72bd0b860f43bd43ffcab6c190a94559830786a58ebeb4b8867 +73a24cef543b06b9def306e868dfb69f80dd18b077606efaa288f3a5fcc5 +ad3dd1d1a38e22e8abee50a7a6c5cb4407cb9dc339fc04ffdad6e48185bb +e2e396fe1c39860f942bc50aa4ccdb02e5f961f8441dae54353169cf2086 +74a99eaef76c99c4ac8a6c0c74508c7e47702ec17f90e40247493ac906f2 +88deab608ff6a5e6efa260e04852e7dbc79cadc19ae8bf33bde20f7bdd11 +c600e8369e0da03b877cb4a08f719102d3c3f2f58ab4b0a3afc2a91090bf +6aa5ea74ac07cf30503cf515a1bed7d594bfecbf6fa5cc4361279f607cbc +7ace2224ae4fdb898397c500631e6f2bfc537f457f863e9d8ea51534adac +d7a1ea08f44d8ae882eda411b07f25abed54fc52843fefe2fe03c7bc2cfc +c95eada5276315bd138397102f056529ec7f3e12add6a290cc96dac9a467 +8788c06355c623059485221c5f0321533cfd004b4fd79c4792086d64588c +2abdc034771fd02c7c42c5e14c7622cfb21934ce02113ebfe71c9e3614e7 +2f1cdebd4e604e67094e5694129704a229d205f116b43c1c76cbed409e1d +210ef1a405f70f61c30b24afc073a3a5b822eb217db46188767fe33ad18e +9b0e59456db4d33adc0f189ba48649e84d6c099bbec78c24f48704c6a934 +ddb1a96e5866f389f03b3635758a9dff6f639bc64561a5ab17aa3f1b4bdf +b0c0059d33e04946e9a5da4de3fd55107f9da9a971ddb14da8f37572e852 +b554db6a88806f4661b0ae234234e15b99a6c416ab21d368df2d1ca65e9a +3fb736da74068843220d91631b57d7b00fcf5f246ca92bb8389d951b9baf +507087226da9b5306277be1f528f03dc61168113ee5647a72cdd686c74d7 +2e13a077c406eb58894c571ec9d58c73a4482c30022ae383dabb4415de7e +758ad9f69244eabfe52e8be1e1429c1ae59b31fc24a540a31b9114abb675 +8c43096e6fa3e714f7c2a423a671dd42d56a5303228f6823d5ba62e1adec +028b00c438969c2ed5c1c25b9e8f2b5a69f89c9bfe8bbf50c4fc6bef8c8b +b7d6f3b4858dc52c5a8a90e5b17dfbabfa38eaf53f5171ac6e29af9a64c1 +3d676edb7fe8555661bf426b71fb80f984a37708965e7198133d64ba3eb4 +65988e71f5910ec10b0e3db681e7ecbac9bd9991e6bed1c3c75a8a0d9806 +76dd592bda679a37cfee4d4df2fa84e01c98500771cdefd3e5d7c8fe5435 +e39056c032e5f4994c8ef1f5799ca70a3b3312679b2daeb33afb89252468 +67f710a7ed78aff3298bdfd5bbf5f430c9c159c56d05c65ef4404f4c5255 +1ebd7ce648ad2a44b6bef6d18ebfeb550296c20bdae04628743d7ffaffcb +8d473eb871b6fb4ed94c8cbbb03dd69b1f5bb4050ab4f0920e88ac9ead11 +4bc532dab69814f5c002004a959ca630bdb063be03bc0d35732aa580237a +055ebae9a00ca10db283f6e19399d9fb9bd66c86253bd0d3dc730b5fc898 +bfa550885c4e3cbd6b72f43b9e2a0b1d362d630167d52695f07752052a37 +b6552aa290d1e73023bb66a4ae1506a3c9a0dce0a58cea5623686322a8fe +6e88f218020125257284f152ccee92313428eb653355437459e15ad374e6 +86aca66e737fdfb7c287bea41420019b69b6a30d0a0c65b6d4b0608aaf9a +b456e564a8ca2dbeed7ee6ba9c4ab1066ca03c4e8acc36b58dd6d7ccccd3 +cd58e6d0bd984c5b3fede36297d9787a7bf16a899f05b2eecd9896946ca2 +a3d857d8a83257866aed94fb753b65a89b976561cb05540ff9738ce0c2d1 +84224882b315c1ca09860d6f04d116b7e7605eb04496fe7df29c9c4f98fa +fd33b21b302228670549bd5d89433c05906f48a1d4c31497285ea9a759d2 +7bb39afdcfdc9cfbbf7d2c5de03ce66f5217738826e365ea2e28a53d2635 +a33caeb8ae66297824d8fd7cf7cf7c51d000dc0982f064c8c397b385e83d +2cf5b41e84f1261b101b77d85c908712dd1adc5f6682c94370b360d245d7 +655e10642367ac53a52c23a1d840a0072e0f960de20391d1363a86f22c82 +559eeb01e95e7ca605528ea81a47d7a9c43a2cb63d8350829ef0c260a2f2 +0f5a75965eeabc20b39b8fe45438406736152d6a118f2aff6abc2e97a7aa +dbccea9970261680af87fcc02a68b9d95d6b04a7d3e83600d77acce0fb16 +23841695ff1dd207d1fa8d89411690ae22f99e8021e075d1ff1f90f7809e +b1dd8873e8fda2c8451df3f6c5d12cb930472b04c55ebaf709d727b64cd2 +49bee11f10f509856a1f63351fa4850bbe42c8f06c15605fd3473aab9931 +7b8b2a2552443b0e331d9f0e9d91a9ee1f6f67a0d65d9f2ac166c4f38050 +92b7f7e569855a58a71606aaecc7283757a69cf37cd61894eae10209a69c +d3d10c3f37287851e0b6fc5784c0618c7e155d2d622b23f00abfd601e436 +1ec59a0575f6f85a7d90f83815fc3482954b8cf71966c47f95305ee3553c +ac77ce96e7c33f2696c49389ff0abfc865d7edaf368dd7871ba72a097446 +fe8db83789cc43b31a74e997fd7edf298c10d61cc0976e7b41a7a41d83ba +890a68e6cee7d79493369ef2d8812a1ced1880a8fd4765097539a7cf1ed1 +e1ca04bf92b714b6c71f406733e7452c826c5ac226dc16a18a9de3ddf126 +bc419642f9e1fd36d162ce7832c85b5558863d262855fd6267a154211c96 +73670fcb8bb9354820650f25ac9fb6e636833211e9d41c794c2a6c21d59c +53f7bf5f264f0ceb82632679bd0a0d598f69fb3e983597014e2986b0d9f6 +88908a43eeac604bcf9a0b3ca60aba155f4a03565ac9f9fcc5611fbf0597 +084431d37d97a9152e517ef0f6ac30c7af14ca490b4c76c3a8c8403611f2 +4a2714bbf952a4ef7767518bf0b69737b65b7b6aea2d68acb1f82c5e966b +e6ab8bb38ab1823775bb35d60b1ec01e1a956e75ad8ff63e90d7c3a09798 +cb1ac0e1235742753c4f0ffaed9d9912d6b9ba310172a100c2e8daded966 +84ca97ad4b0285760e541bd121493403ac952c9f148a4be07a857fbcfa93 +ec60b19d89d9f437a22fb9eb16595efae7bfe2fbe62d3273bab8ed6c8518 +8864e5e2293818bab1864d85aaed9e32cbfcaa68dac5b52db3bd943c70ac +a81c1720ac0428fea9aea324213166215542b68948f41273af3e7985087e +727e13934fb13782e7191cc062832406a8bc38c576b5d96c3ff125fb925d +71f217d7e60775c0c636601937b7b5d7bb35b6ae08f1745a1f7b42dd3f3d +c1599a2b89760af234d0ca557df5f3be13d9e7cedd2c3e9827f29f4667e4 +a55e8bac85bacf33716f7354ea6b96776c26bf74f8c6dc18814103cf416c +82b2226785db86e66edde45da8e5aa738934d084ed3f8bab45c5a46940ed +d326106ee1aa6c8b240a98f1ec8284bcac022fefbe973885a2c5fe025a44 +8ef2ec64c57ac06998aaf24f702b70ead862f4327467dc5558b521b5a475 +fae859534d2deff36b8ff289c9c055076dbe472f83389d74306aa635a7d3 +738f09005fa73bd903a93fa98f5ada485a644a115bed74a7fc0c90febce2 +2ac7ce0ad8e64143301a671e980ac335a90fa735172d9843f65e4c0f267f +49697564f842ce349ddaac386b317222a0136521c6ecae276b63beb2c192 +7d04886178ec3ed9783ddf414ee134d8b14e923ffe1e5a4f1e267e7553e3 +b021ee27e536bd4963c69455318e5c1deda0bb4faf814cd4998a6a4a7034 +ef0da8c64f30ef18c6ab164e6223233e6183419f53a81d9221a9643c528d +a4843c88531a41b02e710927b30c748ed2eec921bf1caeae0d4856f3585a +232ef7b6df214461bc60013d432cab8b6f17148d0efbf763d695d94ca94c +426c5ab28c18b869579cac5a728c8dc94ad33710040a95a9ea70e953de9f +45c0a320ada611ccd65ab7ef6423e70bbdc1ae898c9cb50278b5ac3b3f79 +03f6f5aa9a634b5bd103287cf2b25a4e52e70e7e762f00bf3e68dd39588a +7e9a38fc072a96812c8c517eead56f3610584686ce912505d5fa81cc1de9 +5c7b9c96c1c73ea76970b2c343ca86530e7d1bec56f0bc4307c6a4aad326 +ad3296971877a629480afa1a9b602a6820f21c6520bc9cdefc01a7c48db7 +9caff6cfcc2b9f0bca69d41125476f2d372e1c8b6b499dab943e1130a764 +6dd17f6ebae2be1fad75784b5006f2d713ae30a4cbabcd50d0da9afa4cf3 +380358e575b769c6228b3874430db68aa0411e11621871d357e25bc39947 +e2573cc68bfc532ccf26068391dc516928f8e732d208e5482ad3c73e255d +1ae8a93700962a56c0f83abe63089f2c9c6c42162729d74dfe84bf720206 +d42d82d2022df238182cd33dc4bc0013c030a92921c4f943cc8f1342f35a +c1ddd2a6ff37b92ce6c953a9788ee8c4ca60328c76fc37df3b5cbfb7bee8 +d1a0f5934e353b329ec69b9100c41f52a03e80bf3fae5190af63177bccee +ab2b445dff1b0cfa372020c89ffe21108166e6cb3383592ba4043c32386e +17ab84d59a463230a1e3bdb428f3a0624cb02eda2fdbcf6b106b72d9a33f +0bf20ef7e46544894c0f958d9d21a5beaa95dc9ca8b3afd30398861d41e8 +d1f0523ecff60dc3995adf84a464da4611c6f4567f174f93c689ab72cd38 +c921577a0a137281055c5b8bbddb702dcae5533508124f62c6b6ae947ef8 +88df84400b91f15d2d22af9f36860e8efd8d31cd1d507c2a93481b522e32 +f8063f81f68ece985c35ecb0d87ccda2bfda49a7451bf83f4ffb45db63b6 +715d4e11614e0b5add3f90137968abb33945a53679c4a375c64a27e772f3 +a28691c5064b133519aa12970938c3bc47260d8d3b1e06bf6a393015e369 +6db909ea8a80ef0437592e881060be810af96fc113da386ba760f5df40fa +219e14a11ba6a5bc7d6c54abf59e71f3e8eb5eb02f088194ac3a02de6b89 +bfd576826b14e22534251f63f89f4ca05ab6c728748adffd02e6b21d2197 +e87e0acf1c081b65539083cee95a47e26dd8f848c24225756d9b2502e5fc +f4820176f519e1feb87549f96a0038b797806874d67631b341dccf5a8414 +e86578839d7ec32968c57e2b70387b4f1ba21197ac8df1cac6175ef0a6f4 +6865c8acbbeb12abfb83d34f4b525eacc12d2733c29df3cc4a28a7e03092 +2609e0398565ffa55b0118a904a4cb0fed5af585c938a809e1573f63d829 +1bcfaac2bb1dec564a94d390223697323ba9d58ac74d28e37032af6f24f6 +076ce4e919b7b85679e228c7432230a85d3505d6f659be33b4697e4c0b6b +6ee20a512adc3a1d0276c069e46b8b68e81e4893fcf91c64b84e631e92a5 +2ba97daeccf4c352a778225965f29aca689f74c1575a50c3fe6e90be0e1d +b16a6e473d679e5ad5f422bfb0a4baf02981b0a140a35021d2a93c450516 +a8211e62f1345423ac48c167e7cd60932499251bb8db8190c0bf8290f09c +1954fef141cbd5703e9176d347363ea768b701a40dc768d5535e1860612b +84198effd00aa7bc09f3067a716b24dde04d30b73fc9fb783515c62d0391 +c82cf8b3bf0b79962db0bbb699295f324f69095f1a43083d3f7436a5f496 +50bafb86d2d6adee2c9753dfbec512bdc51ef2549ecf376ec05f6b3aa309 +d9c79be20c359ddce0f1bf4f1277de8564a22024e28822e734770c717f70 +c72bc399faf5d8b6805c3a7c6bade9f16d37d5e7eda4d7576a45a9ada1e9 +996a994022b777be0a1c6d9cb58b0987319dee76e0d3709794c05d15ad4a +ef240b02cdba3dd5ad38ae5bcb9c0df2342b7277a0e241aa5dc4b7c0b5d6 +c66ae3c81cc758d9071c779f714f328befff3ebe0c7e7e6c4eeb16c27585 +a8b22d6791b34d4e2eb9c80ad925469b03706d9996020e298e930190eb9a +30f56a62389fb49b00d1f91a6af2fa86d85fab4f9b89dbd076a0364053e7 +1a913c88756e305450c4a820c87323e40a615b7158d89312f8472673ce23 +728aaed24d04baee21591aee77258e573f765c432d1cd4221a7ce52339b7 +ba59a1ac2bacf152fbec0158e7876d4120137695a8beadb58a100763a5ed +959b9ca89f481d9d9e226f7b609a599b30a6a4694bc166eefff954e187d5 +3987868e4d9f1112388eb12b9e5017e3566801fb27a0101227849d150a64 +fbb6104ec6d1e7c354a1baf425c583fc47dbdb958b8f5eb653b5a045fef9 +9279a4a76d0948121f4d37c0343109311513e8235f717948337d777c080d +13301777ab8987b3d64d0eaf70fe28e957a1e92a7ffe9382a570237b3d3b +d37910da2e51bcf04b566cadca226ae0b8c62105738f26bf57ed4f6ef0f4 +fe164145db590286d16b2ca36b3f77a0b4d243478c59cb34494b09209ea1 +4d4fe024f373877af88793eda29357fd908195a1952507b726138e377b57 +26d28447562df58e02663b86cbfdf2740d34a0cfb1c514523ea1b7b20601 +9713ce97943ff86e79ed7f3dbb59a6fd96680264e693f06b03e950e4a2c3 +ed234db50ca2a65594c8905c674a9bef1fdfae8a068850af662cd00429af +4f41a8a95dbcbba1bd7e2b5421a1fa237cf31bc52f736aeddb1814f5a229 +a1e81a0316c6f70d177243adc4813f8429ad874d9efa0b9279975dc15bc1 +41dd3fa2c5696c6a642fde4eea6e54764da50910e51e74506d5f007d1b19 +46ac61f4b5467ae9449192d3f3736740704d28df25a018a681c24dca1862 +cf1989f1179c80edf7ea97eb48b72513a2f5f9410ad33b1e67af4a9b84b7 +03c64c9148a456405a6bde4bef9e20d33b91b921632515d9b7d07fbfe402 +d16179e91101af1ebe99df71582fbcc1aaeba137cf37777db59369eb36eb +8b88fd6c0d71b89f34fd1df00dcf0f1d584c12cd998b8d3179f95ae3c1da +483543bd1977d88310b76690d556546b30c573641d1b6310d3f3c9e8c398 +ca6d1b048c629d143584f6b51177a8cae324705be0751b1d769c4f7a80ff +e810f076d007e01a4d8d2bb80e06a1dd0bc6a79a2db1ff51276880352b0c +a2aa2a7399918bd9115091072892149e51d7083a471c0835a5f5957f2247 +4b49ebc6ec7d6ae0ef5cde3634b878544099c58c3125496cdeb98874335b +f1c756b8f6cc7b0aa49d93c048451a6e48377aeef2ef2edd3ffd1d5efe84 +e23aaa143884d60f06f36b3d5fa950c3737105cd80bf383caf1e1c460ee9 +30e4240123b34b83307acb0a02a382fd279316c90fa69c1fdc171f4c7f30 +f645d4fb8879399030521af4ee5c225e6cefd3f1210550193785e2177ae5 +cd7c130e254df39b4de53a7b4b4bea3e747de45707032333b21e13621cd6 +ab912fc701e722d7fac26e92c9d779b6d6bb4912e3c8497fda5048d4c856 +1ca5e83475457986a8aa25869e8329c5afc2be7850ef12c4555310fbf424 +ec5568ffe92ed1ea2396055181565d4b11f98c72189abe6f204918004691 +db14118193c5e291e07d35c45ceafa1b3c3155c4c2c9a91a7baa9b110a97 +a0946827e252dc68d6a1959288ffb63eb6721fdca03e1e72c0d37ca7dc7f +3deabe15f4e804cbb7f5650a143bdff5e86de36f9f826c4fc05d5667ea4a +df5d08a31cd4f0d2fc95f5eccd874a40c0847b02cf4f9c4b047c27e5c702 +0a23e2f4504a3c2fb6c310265eca0fe289ea8c9f62804b0040167589f05e +f21139b321c662b5ccc314a92dacc92664a65cc9f804a751e4eabe11a9ad +cc08a3808397b68b6510fe49ed4861755386979c858a43c5105383a948b1 +6ef0eb9d79ab162f1c56e08f14e3614cc683ab383d655f5fcdb616f45fda +9b3ea1b7a4514af796bcdd859421124582605417da88f96bd9bd0a44f6a1 +0352f31be38861eec03d5ef4349c62678171bcbb25c789cfa650ea76716a +d99f9ef4a361467d0f4bdd305b1656c8e226bc61993e98fe31dc936c9002 +f69caf89e0aad3a215685a82275357fce725877b527eec56a74e4aa352a0 +7fcec7b66d025ad720c760ec5dcd46cb180c7aec171a3200c2bf697fd3bc +f78447054dc8c38cd443964b27280554a6b3a878ea93b995ba0acb74a4e9 +6118b25dae2f67abe2ee5e580b0c0b2eeb8a0d730978e97205277823411f +1c04beca7c2ba588631ab10270708ba72eb0c9d76472e90f5c733997031d +5288c06c2449edea82b0cf653cf1dc5afd64c10bbded31a2c3a2c7a00bf7 +b688c77888d6e6175d8c20994382eaaec14df3783d4b3bc97f1cc3ee6113 +d50bbbc2fb1b82dafc127c466d5909db3a7c2c5b31a17dd588f15b8b5211 +df314fb334c4f5412fb23808bb1a7bb3f85762a0881765b0d5b8cc8a6ca8 +228f29e7e73b496b73160ee8f91b5dc4a50c0a093d28c01850336c56a12e +95c0b53b39c875f86a646f149241aa070fed7d6ad42eff3fec7e039c36a3 +7aa3e5bec4c497b1f51d07057bf4e9bd067209850f23a614b05ee5993d5b +61234f9456fe76748acad8016dc2fe48eb5b4dc7f2f6987304764c48a74a +50621cabc3d8528dd08aad4d4b55aab3a04efa8e69c3f59ef92e3a81c8be +23be1436758c1ac357426c3558ebf67ac9677551da53638a95f165320e2c +31de3d9dad7aafc99ae3d4140bd690ba987da161e8951c67a9a74948c350 +4d1b07d5c7694c4c817414d05793081170d387beed9fcb5a7d09a6c5068a +ef0f3b74e35560d21593ecfc51b9123da0da1143ca1be60448096a663987 +4f355b2825a4c86135d375e88313478861f1b9aaf83f39e2e18a9da3eef7 +944c984de54adf4224d61ffbb85fdc067ccb6c37f81687a5086704356650 +d487678fa2384f48e9e40359cc6efa0f579f8a181dbb8aa01fffceae9e1a +9766e602aafafc42459c5cc59709cfd3c7c7b7235b9d9f26a50b21c113db +401fa1e99468e5bf429ddf946fef6a6f26aa0f75d77262119e30eb5529b9 +5c8ca528af78de86a40ed5dbae0f1c36625a60422be9e6f77d5672565ebc +80e3997b15ddd5903d85f35cbf76b38884080605faa1c17d3fdcdc5f657b +c4ab3867e917c98ce6c3500a7659d322c981e3b2e0602b4662d2106e1f26 +0d64a894aa1ed38e681a1d0164307af81fa19c1c8ed262075df3e978a1e2 +5fd5a8955f09eb5c8ec79ce0230966ec2b90198ac6961edf4a0b9d7c5926 +d1b5556256fd15ebde50a4756aa163b70918e697ad9b08793adee1a5bf9d +2ed8069fb5650bb6a215b15c80a2764ebbd65587e368fa510f3f250b3002 +f9256fa6c21b14443505b203c7e1f0e0b6482de317bd56b44630b1a6c836 +a2e398ec36db92a9a3186d55202a7ee88f981f14368c4447a172619c4f9c +9e747ad286d01fd223b55103c1e0672c9708042f63ba74bdd0d5799503b6 +429b70c9a4925481f634087dbd5dc869da8d57fc7601552edb51b9918709 +bbec37658392a287f5074a8c01ccfb49cc7d833a4501ccefb4e9a982ed89 +0d1807cb287b9ddb8e7e2f43f2fdfdd1b4174b45ac4b20cafc24e25f871b +60bc4192b2e6431dd24bfa8a3fada89410d0bb68b865f3e43b897ba4f98f +2fb3da2c322822bc80a55effa49890f1920cb824a16d67d19a33d8cda986 +c8045cc839e20ef94077d191f62dd4a8af82c2f4e95a64e1af8d882dad32 +03ff0f863528db72ef20a1bdf8d998aa85011b3174c0efa0ca6378d488de +30960140f9df850b36bd310d1a184cf47b70d76654a39d2c5d50ca56bbc9 +a16675482ab01d1425fffa264cfb849b7bb6a60dd4ddfc4395eda9f7dbac +1f9bd167fcb3e2a5c75e581482862b6572c5ab185f1304fbc90109216561 +c53a766baeef42811a6b27cfe73425a873c6f23313ce98a155a67af59451 +b85af8af514f1ebb9c8b55fbbf174faac6a1151540e59d11185ae7304683 +8380e384b234a76fed74da8fe2dfb16fe8800561eaa8bef5201a23c3c162 +f115207e1f708c252f0c80ebc0102fa1859d1d14d6376f6ca393e1b75e59 +e96786e443ccfa7cffa5d5a532ea301d1a3b11dca3e9524889bb4731fa73 +e3c7106de30a0b103b22a03ff91031f8b305849a122c181496f86b39efc0 +a3c3f03601fb3bea641e049a6b6a5b94c3d2fc4325be8b60d57076e6c6b3 +c919d0e9ac9a352e62c5a18bc174f4400917567e5ab85da35a4a00b99db2 +d0a04395b532a58983b7e1d9ca6ec1b358e0d52ffb82e0a2b61b381865c9 +13aa54ac09bc7b90dc93068183459b1e9ca74be62718eb1a33c0385b0db5 +11df9cde03003ee8a0af0a5de005d9c8d10a96c054a1d47568cc3a1869be +48305e5a5eb27d67a4e9931f28981fc482c0519e331babc2b016d44eb1d5 +68918235ed02349884de2eda440fe7b98bc02dead0eaf76f5fa85d2a6c38 +4b6974c8b1ecdede290e81397532da1c514fe30a3449ca33faa20d24a47d +3dddc44e03070eb944b441495ef2ae383bd2b9b656bb0015d7d80e813e33 +886fbadb1ce08fcbecef193456ec9e2e9ce0fb7b8eb71534d6ec565b0950 +cb0b9d921b4a6980f6390d4faa16cf466a02ae2a55146541a20c5a9996c5 +ff61450887b5da72aace428340d9886becbd7d8b0721269883201ffa28d1 +a1ba32af7798aebc064ccf0a22fc9f2d450b9f0d26fe023099a95791c731 +79baaf846e9f1002a930c50862d5e49f27d469f67d948580877e8583c4cd +0fd48ed98501e3f6d094aa00145091cf3373b7ad6c5050b90762a98d2184 +3d1df31293e5b8a5f25391213bd3f8ef78f1ed91a52c50089c3440e7855f +315c3ce3c5d02da21a1710555cbeada8d406e0f644bfc2649c6b059ae09e +a3ce3fdf553eb6298e6968f06c1f3e78a3dadbf80e7dfeb2bd7b87620083 +95b624e0ccbc0fab6ec0279b951c0791b6056ea7e06dd3a7eac13c9390ab +d98ea4272c99de1a65345b6400549ed0c8adf4ebbb46f05262e2f5c4fae6 +2a279d5be639785d7f26a8158a77607612cf5cf9b6cb3539cd255d9b9427 +af0665ad63c1e8df8cc93cff8db23ac53d16f61f6dc271488b0088e5274d +1f3f3ec8f8f28c85238345542ba4d538ff2a4b08af29640c5fa7cc8cd89a +47a083db93096ea8d4b9923a0c069a20e00020dc296f583710279eb6f404 +162da338313fb4db5055f0b5f6dd4b0ecd6e6ae4be65f4cb8ec6b1f70ade +49702456a001312fec560bd2bb0687d61add0ef2e278a13452736f77814e +277b153af6fd4fd99e9adc65269a9ef9cddea98953892444e1f49d3a6a33 +75ed9acbd9a9f11070359e8e8d97527fc874059b5ea3b0a82fd7d9265de7 +153eff41b28e397767e9d0932261f839dda7b359b03d4ddf2821a8398fe7 +221640e035e49e371b5594b61adacfa5dee8389dbda04ee349072ae506c5 +19ef43cd8c1bc90fc87777d9bf6fef2650880e0ecc17c4d48d1c7e31db5f +450581eeee7af65f665ce472da87bc90d322c0fd878f812ebd66c9eaa033 +d5d9622f8f754936102fd51489aba37b725365bcc3dcf1023000061bab41 +8737901cc01500e0dcb2b3bc196e89d164622daba26d31efc6b62951b1d2 +6e15fd1b1448d7dc675031b90ca135e42570b0a948e34e1ed7e0e306636d +4760fb5535207502fe96cac6b9b0a52db7f04c4140eaa826b0f6849688c4 +a353ad76d780d0ba8aaaaad6d47a3fd77647c9159af91e9b74cbfd38ee17 +88cf37dd6c9cb721a9763064935ace2a941b65d5b11ca2ec06cd700e40dd +a97d5373c5d4d3a96bda1703c208cfa235909ec79dfcffea284e743b7f04 +88e7cb68fcc3e6c4f7a49f945d859889442748607acf89e8d2b21e76deff +12df3c6f84868c110ae964b5cb3dde29c671286588442e61075815345252 +ed1174d840c7c7f89255bf99a466d64c780fd13144ab2074400b404c64e2 +20bf46849bd76801fb0ea28e460e89af2101d8cf911dba146ab8e9063a26 +0d77ad509df4f6756eab156a31022dbd4763b23e177cb5b712f0385f328f +65d238ab8a0edcf6d6b8eda3b222da5422c026db7102375f78323e84fa86 +6f1e2e51c513721d666c17a489a2e00ac5add0ae6ce4d44fdefd65df435c +49457ec14191351c05443f349e41b6b6eb4675c06f82bb5584522bf8f316 +85481922ac7a1bd51b86243a97dc5c270f07c72b9c5a807a6aa7c36f3f13 +f44c46491f216cb10f3b5d1bc0e84d2cc95bdda64619d8e9e0f2b9d1b3a5 +e8a9aa18d4eb4187239e1010566b561ef613fa582a4b66149c1b1eeded7d +bad6c2dcec39315f735ad2c30dfb76a9e42b73912d018d3f19f2c77eb7f9 +3ce2433309d7d802949d9ed4fa7ff6cde73577c91bb2b065ea389c0e2104 +57987f9814679b3da6c4da8510cdd4462e249aa37048320cdd48bacb6fc8 +296f12aa3160297ad9e36c01ac7807b6990ee7d646d8ad8d655763a2d685 +ae56af110099ec774ac86df2bc8c23d404da3e04277a14d291c60400163d +564272b105c61725bfec1b1ee7f5dcfd7a10b14e0184978e123e3f26590b +3288771243fc11a4252b0af02db678eb84621648e25bfc32e94206c98b7a +4adf3af635d5b590c606b472996e7ffd26b7f0554b975142473333a061eb +f79867341bd06a5b05761c595087f20349eeea6845c87785e79117c3a95d +471eae9d5347970ecc47331cf6a9043c2883f498787b90e6949c8ef311e3 +c97d58e6dd5deb00c88c47e391283a9a50bd006fe5a10a3ad04120437393 +e80a5cca595bce1b7ae05e0685dc003fac9a8e5d860e2c2325a568f4222a +f2fb7f51463fc3051aa643b3c306ebd9864e08d34de7a9b49bb69dcf69db +0ad504078638033b143cf2b730d598790c4af2676694ec0ffaef3d3c580f +477c3c5dc7478609d043bafc6ed8d06b450bd4eb09141d757962cfae60c5 +ad7222fb12c34dee17a0b8cbb97044b401cd632a1797ff022f7bf5d2d9e9 +1e96722ff3d0b51f78f8a2b834f6304c966107416edc93a91e9d914304c2 +98138fbee34f8bcfde736c7f5703daeea23532fe7fb770e8c22e087fcf80 +ed2ecda99c1547a41b7672591fdd5e26dacb333b524dc0de8ded5ce60389 +76ca254bfd62b1c066059053edf8c3a4fccc29386254de895994dd7069fd +1a9c2c7fa492043abe9e158110fe80a9330ce05063cd7023aa5605beeaee +eb033229e3cd2c2c3a67d91449cd67578f50c63f1c5329e4217473aeb977 +3971dc69408b48ddc5980329a197531aabf6a92e68c54e2e19290c1de361 +fbe91a6c386d4a1279c82f128c70baba069733957087ea021a8f9c69f0ae +79e88276f15a7b2cbe6744d41ca32141091cc9c5e1b857205605d99f411b +4e3da6a647fe14bc94c068911995d3f15be218174c69ca1834f49176743b +ceb20a385dd2ec01bf6da68c5659e636eba5545196490079a63c49fac2da +3c1fffc6d21f2d9f38ef7f560701bb71c1c0909a5577161ac0b9e6ab21f2 +2777b7a721b34d5a6f6f1e8994aa89c8cf9ab96e81fbf780bdfb4cb4b6f8 +9c05624f89b86bd8db430ae67f09e20bed731d124a4bb210c46fd61b24d2 +28772e247c2eba3cb6b8acc0814d59b5d04138f601fce20230ba26a8fe1d +351bea6a77f49ff461620e3b78b4af7825436b2d28b29b2cad0ef79c0794 +654ce86ff755ecf4dfc235480ad6496686d7c54020caf417f57ed100ec0b +30716ba13b3f9a7084322ece5e140163a228ae8e86ca4f699d94abddb39a +4cf3ea50ccb58c0bf82fd81fa36466a813c56e16847048a8612242fbf4d6 +6cf9533dfd8ff7d1cd58cbb40b6a2361049e0e5842457629e3893c3d2270 +f7802c6d36a16327474b2c81fc0ceb4ecce7be67bd8c707999c25573239b +da35c2cda50bdd2a99141b84c9337360ca82e048bf0a460277a2810e9be9 +f19f121d6c32844948b93a98b4b16893d978861a7e35579dada4dbc12b4a +8f9256f3d6c26eb9d7e6ecc1de7c8948cbe619d5ec751d1b0b3f17af2f11 +6331406de106362ab12953130048abf09f8f3970cc170b31223a6c7d7fa4 +bb2bcf5a6eee4ce50b9dc1c65188f60d2790a561dc552e60f03c536b439f +1d6b7c90fd5d406b79c512df6868c175413000d38fe1542c873b52139aa7 +c28102bfd0e48771d46eb5f38c174ef7140b2b82af2bdffd879b281210d5 +bb9ecffc4cb8aa09891208a3ec0f3d150514c806be501488e649234e0c27 +fc13f2198553068987deb79b8da835ced758e4957bcee7c623ccba1a4af9 +6916f467bc15b013d49497de3b80b5e70ff1e459a868089d02ad433a57e2 +fc9e474764efabfe35d0e6929b0b2fab129cd92dd5b1a2db3a5f45b657db +b6f7f929b2fa42c483f80a4c3fb8da8a017d2151aef8811c66028a8fcab5 +3cec7d285ab284be4d97ca882b93d9beace601f6c80c9efeb043d295e95a +3335266d3f49c6c0c90deb2c0676d525129ccd6191e3364964fa26a487e9 +136aa70c96f9668fc8e420e9270f94f8fcc812c30fa4007f9abab5572a6a +9d0269edda9ee4c05339f38c4a513458c60bf8c4f399e0e85150ec4ffbac +3026f3fad2be387f0bbfcdbc9d289d2caf3499f7470f7557ad5912579352 +4bc777b64033fee4f8ff8689e818f86722b447f5378b37f05d53f77ea10e +26c00282a5088eea8840dc80294a7e806d5025b8ae5a4d0bcb305452ad99 +4083f1fdfe2cc8a3bcce756688b37fb857f3c195955f31f49c113d1a14f6 +d75cb2aff8169007358b0fa8299515ff1f03bef4c6dd6f3ff70d527f8964 +ceb2ba3644fed417e0ce550a1512759e1d76163dc74c53e7f41fce443961 +892afd6f34fbc58e8347dda64fcc52c9a1ae0a817fd5d1d14658125f579d +32ce165d8531cc34fe44edcd73d85ba8cad4d71cf5ce80510f8e4323d91d +96fbfb0daefe8af4d57559a9e303551d38a65500f2e02d4c7f65f4a91aa6 +81241d10de140a703a641e0f6233e98fd9ff71699e62cbbc839de8a31a17 +260e657a84e6829d00b54ab85977c8053be31049111e569ba6fb8e29282f +a5bfa5ccae62aa7ce0b0ee23fe7f429e566f3aacdb4d13945c9616a2e4c9 +02c64d42bab63f25afbb4623475a0846e314c7a7f47cf531bd3f753cd7d4 +14d51199d34da94286647ab5b616569cf61c68e87568a844eea05f9d22fc +1c51150857aee8868c88b38ac004f1d86d1b6536041772091b3548b82669 +6af82096753e9d6e0445940eac5a902b304b5de5c0b9de23eb298f3774b1 +775394a26c8963bd7e07204b8175b7f2c5073227a16dca74e4bb24ca63c8 +6fa65e6d5121a7290d58a11e0c7b98ca7eb65fd636b20ef56156be14038a +42d51c873d52a656b1a57d8bdbde43053dd096dff8ec222bde65776c2c46 +a0d64d927d8ffab4ea1e9ef177a711a81f7fc666d30a681996f194e4d5c5 +33c403a93271068b01996f0e250e01c2ee63fd1d0a9163bf8b670f970a6d +d416b2aebbc96deb02d27e0a83de3c87781edac6aaa5a0d1fd7877222897 +94d3056bc74f5c899f64988a25dc67c3f14da8871d69fc5d8cf6b0e7bc70 +e398694276c69b77a48019989b93755340e000ccc4fa98cfcaaaf1593055 +13a56f8987758c979b5fbc8794cade876d81e4ecf0495f329a3ec2927e95 +9aec2d26c1ad32a3d111d01d0c932624b904da42123d44421c84bc71307a +d13d0041308fab8d0ee6f9de746400aa041a7c6a99a72300a9b911fd73f0 +cf2e0d41921232f243eca86727776890bdf9d138752bb927b6485c1b45b9 +416d1078a7034ba2b9fb1c7f9cb55734f87d4e1f081d7c4a66b524b2427a +baba5e91c1318923699ae3820657e89ac8c75322f04017439c7ec53e1891 +28882e761b0363938b7faa0e6440e1b697db26de4fc2b2f3e1752d000758 +978292da03c7fdddf12b5f11606798a4016b756270c1ea095fca04ef36b1 +a72aa27da04d2dc9f30843137834a4b3397eb87f107631bbab8e724f0014 +2091b558357a0753bdd88598877b4a506078292186a852f36e38e606b12e +ad12002f0273108c594d86d04279282427edd49fc3325d7cde76e9e50e17 +c3ead48da0b5b3409df1e7b711de6ac9cd1a48b907e0e6fab8df98782fdf +48dc44433148424304699242cecf9bb4d699114a950d53c7d8166018b08a +b5246d836a0633045a6c0fdf7340ab739e04ab8928ff7ce64875682bc514 +2618c221ce7b6c38633c5afec9e0ff4ca14743d21be4ef5630ba42389f99 +3ace05eab6b06cd8413a4894a3ac685af3b9e8c134970390af3b8d3ad582 +eb2c948b529d1fe2dc23c8919fdd29a295d5088662b9d50c247a7b0450ef +0c6b4c8564393dceb5a1b670d2b77876a5927969fae71403c719f4200820 +12741fe56d8bf8ffbb2ff70a7b1b7e95478b8500eb356f25ec9d85578e23 +cc4ad1fd61cc16b18d556c0e6021cc7c6317aad2523d1f14eeef767ba598 +2b683bf24fe0cf493cc39c7117379f41028a7cf9a95a970fe5e447b6f815 +da7f0aa455ea915116e94281bbd7300ae58873444d3019acb2c734e114ee +fec3b05f84fc994070dfcb82999bf421b51f7430bbcbf0275c157ff4ebdf +d35103fd111a0281e8d52b73bd42360b532f46f830c3a78d44db18d238f3 +21189d7fbe4be34a67787594d440e012e39a439f48267cb383d7a8bfabf9 +08d6fe86abf91c967c1a2c45943dd7fe6cade43d95bc722c896495ff9f0b +5e85dfd604187857d6cc0eca1aa46ac549fe0e4d99a93d7ce0f712db3ca7 +8a157c1e3065190401e13dd84b504a20b9b1814024528099dc401b6b568e +ffa0eaf97cce9bd173ac9be0d1c0a56ee21ea0f94e0ec204461ff5930f6b +01e2af0fb5fb368db5ae44bb9861515088aeabd158e1f4e8617f5b688c08 +513a96299dc88f74f56714844b19ea7416afe963c3a0919f8942124980f4 +9cd1adac4d1d49f9ffcea28ff611090163b5e07129b900304292df6134ae +eb52bd7b44d0ddf0c06d55d65886a78d3a1e0fa480ea21119d21989605d9 +749ec25026a04026c91c3882d2ebf341603dd84fb0c138a1271dd6c27cea +2d329de5d810f761212c71bd92da4c9f15592658c9d81211b90763ea857b +53ab18b7b18f2026ece8841a248c5cc92dc6b6df59e3fdfd04aea5cad5f3 +60f718609d5ac00683bed6d743942cf10371ccde82ca656ec31b6bc726b2 +156c2d5606304fa59ef82e2bd2f212c6e86a9eadc31830f5de8e76679eac +a9f21b48ff6f41f54cc057ad2c02b030ca376105dc8324bee6d380f82672 +531eae8e4a2dd9c80a01716ace85092dbec6563e7f055b77265b75d416e1 +559133c4b9119bf69c405732b61bc669ba6b6fbbeac9298cee1fcef26b41 +89499086d2db96c8afb534ebcff7494177252aece0b1b9689b7f28493923 +a6016dcfa0ee015025f8bfc4ea2a29293a7c5b8342f444db215a9e765270 +9a67b19fa0bda6a289a394397d543a444ce477e54341435f4e63f9d158d8 +12b434f9f5ec1e9f8e1d5342a28c9be494b49501c6f9ef349cf2c0d24a62 +44a3652b9079a1289ba7031d4d97de225df6ec42a8dcf13ed3a37571d600 +99d5df67769bee27a1b218198a3665932efeb7fe217b4314d3a4d7991bef +6aa5ff8b8019a5f30a609f27998045a20708b9660ae827d5acca04e94c00 +49e0ec57aae4c0e65cccbba8528867a186368971657d5796c1cb1c0a3d2c +53d8e215e00dad145328238997a71baaae73c21afc81c5b719eb10dd8b9e +e8f3ecb779a39405741bfc078bcc995a4fc26eb9d9698f06a0f83f0c0054 +2c85b7b4827b7220b071c88194d0331a35319b638a66edd7be30e86aa1bf +f1d29b0ebcafb968c68f6ac51766b70480f15b4be0301ac69fc8459c39bf +dd40155c141faf8fb1123b6dc23a74f7cb863524b971eaea1574c67c0fd7 +bfbcbed4b99473e07d8d41481129fd55b57791886b626f0b1c5dcd3e0500 +861a272095b1eac096bec7f2dd53b1e4891ddef5410a63ce5bf7485dfe80 +fb961594a833c81ca8a581e65777180e5670307c9b79ca97ff38bcbf0629 +95bdadbe5ddb4d0a90a5de1f3547d8cfa9ec142485aba94d597d1387b937 +395f136e3e934b73649dc4bd587c785048373b4936e737724aaf6c407fc5 +7b8a1be3f723fa4f4a68511df9f7b71c6b7065c13c15fd11ff74697647db +29dcddb07658274959e8b511a9b35e446541d39cffe121329ab2d94c2709 +e08c1389ff7afad2756350bf2ccb35f34228c4eec4eee5656941e2e867ad +1d285475939c6950929b33cbfb30c50cd4b32bdf6bb25690f32ecabe1a71 +932ddd6f19a3b629173d1a3a24308396244c8507e472f63955cba693fa6e +18b1c61e80d5fe79a0266831458a37e4390d44276494dc03cef7de44933f +1db94bb1958d8c77cb65b756af4b87b1ad13c6439e4f9803bdb264d65fce +9416890b7d054eb3d44c224d52db95d803d1cf2b557c003c453d48e3ee23 +b20d343ef22981faff7e9d7a43b78b2182aed25b5825b03794948946d30b +30cac8274380ad33065d14ed4a030ae00533c0e0728590efee415cacce63 +e814a0fd54bf98b25cddd41212617f0d39884c8625cb1905ae42da701b03 +6f60680711ee85e5f47dc056045890156b146969422e20f8a2a66cc4a6f6 +fabd063a168f3bef11d6a369f1418b84143d71d30c6d965f18ab4fc08987 +482f83138cdd6fb4226a4908fc091f229c6265171f0cb523286080779320 +b30d4bd678603ecc9161ad8cb5a501833287ba067c97036080c9c93bcc12 +d69013702302c705dac256d764fe6f1d1d57b0c58e806eb45fa42dac9f67 +a79df2b4e9e3ef2e779d00a77f7923d8660a70253a3f58edbe1d4bd6b9e8 +606e9ee90cca725db85221628749c02dddc1b29b64ee0d7e2c4649d972f5 +047f9b376e498b7ac28ac6d90d1e34483c24f1746361b61276f10d6fc383 +5b47e2fef143bf9500b9b8324639a7ae78b2df882457c4d399e5fe605a96 +c9f6db5de2cb22c7119aec39be3dc6c208ed1fe6fae4e11dd8905570eca9 +7c438acd5eb741fd8b355564e369714965a62e86f91df8106e4445d4d959 +a7b90c2dccdf3df61c9f040cffc7bde8c4df505054242bb01e98b057c64b +f660334a7a01dfb2f143606c072fd1b46a054c9e6256767c4d8a93f061ad +cafd450c487bd8e60d6b0255f588c804dfef128b4d8dcc6bdcfc54da55e1 +e3db0dcdd83c1a9473ddf625b04ef8cabfe7ff79d7adec16cfb8365ab874 +f0da37b9c793291bcd7b2b9f3541b18510cb7ade212076226ab000bdebc4 +ee22bcdd9cfe6c14af1ae4b53ba27eba3c85616a80865e7afd5fcb87f5a6 +21678a5583d69a74c51a61e64c4aa8792456cc9d28a4aeeca9fe4764f982 +e526724a70773824f9dcbb913d87ab5c451fd858154f3cec4d683fb1a1f3 +d72274f43db4b0a9fb32e1e3edc5b2ab4d19010fec11e349cc961ef016ab +bd3681d6b8f3749d2f6e19abba2e2d8bc2a64e926e5a54d1bd86b59a5409 +d58947bb01759777e8924507aeee61bbe36ebabc7bced4269352bde9da07 +c9b0551452f2027af01c13218e9afec7c684f8a86b11d4e303e1e984758d +7487bfd59653ee8699a97c570ae0914fc2a9457e251a9afba94d4157279c +2626025bc79b1893543d1a35c866ff5bc3c021241e0d1684cb16b3885af9 +d2f0a20ab75bc56aed522d4e32286aaefcc802402d6cc60b2129ba3e06a7 +5c7226bdd46bedb2b55962b586378f168ba9fa4a09e6a910a35f57fe7080 +e53290537a830708504050d779d6d6a746e8f2f0aedacc3b2eb034175790 +59ceede73b3b0c611f57ca4d102eadeae2b4f9611270969a4543b3473169 +ce8b22d2fe62b241f661e07671d8c2d95d5444b905615ba5b4c2cc794889 +2a2c6a0d77271cb6f28407eabad0202e25d8400f006ee3f241f5be1f48ec +004775469717653b7a236f876b2edd88d433d4b8ed2f47f73d964a9bab03 +8c3e414000c750ecbe3fbd3902f8d24fd6ca52d447227053e3549ccdc49f +ea46ec7e3578ec7247f77dfa265a007a1b889d36e505f7bf8fab3b68e76d +9bc00e54dabd29b1b3d907748ca134f067230a6f8a079c8daa81b2bd21a7 +ab19995a447f6eee35e6d8c503cccf679b6c8fcfac07c3a8eec2ca9d512f +5af7ac7da28c391fa171153a39ca6e470ca72c813b842efcdab632f3a35d +278e48786adf30c671a500df993b4c27d78fe6677c27a589ba7b52d01c0f +89ae3ca69441d0cf32513d62e653908c00fe25a24a0c4dceb1ff98b0a4b7 +a2f5092cad028fc216b71e3bd49914c655811b468869853838c9cb0cae5a +9569cc9789db7d5291f2093f6f02c2aafebafe8f6b6027ae043f7e9a06e5 +e0c74ae9c1792f8877670ff1ddbdc4d332b86f628158f6f0d976d56a1273 +7b219e5615790169d20aa7caa676a8f17b6925b136bd18ed234c2b96e993 +34c0dc04026b579c5aa40788130aa804340e62df9c85ec996e35c4a9f9f4 +9b81d5c87c224611a2d9d5182ef85d01eb2a7f9a2f9f96d45d538afcefae +ac72e2361bba5c4ac161ae12f1652d1fd84256af1a2596e4cb227d5be574 +8150f1371daa0e04a7855ff191e6c2e4521f5650806f5445465614af801e +4face7a7a14989551b6a00495935ed1ff4172abf5e78f5a0c31ea6b77fb9 +30d58d808f47305a6a0c987cd6b2d93b017ecbfa57070151f108554cfbbc +069b9d51cd372f6dbb0b7ef78e650446b0e716f09abb1ff0cc1f81466429 +74afc5ed85e5e87bc9b022c1a14d72fb593b9eb7e4f099850eb8abbfec11 +8a69ad3e178e8b28bc2b0af9ba3a8ba6c415fb55d1fca117b837e4c2659e +8639789cc35859e14e320fdbc399db88fba095ad29b0fba78fec3da253e5 +48726d96ac280d98b7f45dfaa31bc53d2fdcbbad1063ad462c44eab2aa7c +c832ec1f5cad70e2409dfb3a487dddfd3b36504c1c85ad04d1b4103ebb92 +a3f801c8afb7685755b266742e72aafa3f877c47c572bc969a18a7fb804b +16430a5ead8b2f7fdf9f26ac922884906cc1eb171586dcb792b274b2134c +04f7599d8717b0ee057a3989a721ebca30aa85d31ab943797023065c5f64 +46a8911d7da276e6ecb4569a9ebe5d6f18b1296716da7b47db14c32e3983 +3d361eccc811521394cc38b47d269b6bb04f0bd8bffb63cd0b255c96c98a +0a0c460565c9a088900051fbc66234013245c12fa47e5c6559c5c1902a3a +3c1935ce9a78e40fcd17863dc693ee726fb7884c7b7de5a6761c69424bf9 +2243779ff6a9e566ae5372ad5a4a4d0e8ceda90ea12d22579b015f6c6e9d +5445fb555b45bf280c03f5049d3db36821711c8a7dd5e7a2c1cde2b37c80 +4f50feddaeaa2b8a029bf47b4e917d593418a2e7213840e79fd2d16100d8 +2b76956922fb93ef5cb7a16afe18ccca6bc89c2b6403b3a1ce8abc2768d8 +9230053cb2c13e39322ca4e4682ce1f3eb9ca5dd6428b9ba1c0c573b9bac +afdf8aa129cdff321adfd514b2596a7ee73671d8cfdffa6014df71a14bcf +7c246fcac11954c469a5085bcb5865455e7844f8a4113aea74982d1ec5e0 +6bc88b0656aa6dce6ff19491d0331b9e12d348622f1189743e974c190304 +28d9224321063c40455d1420617ee056572e2072ab254af4339bc975f95e +66b093fbe3ce5d6bd5c601a7ec41bea52349f90f585fc52e57db9fed41c6 +106e15724c8d25e9a92a976047e14c0283981cd53220560c4c477985e5ff +09dd5786a3d6b20337ea06e40ddd150aeda6e7416f439bb818e267a970a5 +4fbd46088ea02c1e8b689df81ed517a237230df2369acf7ee9ce06c3e24e +83a5620ce47047c725fb6f57a126d55781406c670ba0dde4cedbb7b28c3d +a928b6b828efda00f21bdc87638a6bb59b129f50aa79ffef05cddbe7f36b +599788d9b81380573783dbdeddd08b57aa600a8cf8a294fdda952d6d1d60 +980feaddb0905117f5502198186e8a57019de97ed3369c29d217fa2cae7d +94a82acddc8a32bcfebfdb167d552ea840b9e8b2689b03724907be1a8f97 +ba4ed0e0fd9825795fdc5464a45d3677fc7b146f6f5c66d87a0757df35d1 +5ead8cad4ccfe98659b6c5811de82cf5644e00434bcb8bdcdac7cfc517cd +c42e8b758494b6939becc2d6426602f17607feb9a71836b10a59805ec430 +fb6efc49175010cb9ab1953e906cf66fcde4d252a683cfbac8f41e0d221e +35fda9067decaa71da1d439380339245090df4e21d81845b233f64ad60dd +6d4046b1a257db23e682d0665c552fd3ac6e9565a73f8f913d84d86273c5 +7f2514b289bf51528798ef4c390cb227a567c1b016e71f02bf7bf0ae8949 +9de53d074c4ae495582317a59cf5947fc469054648b881753b22f63ab936 +c862ece5abfafc01e0abdb4cf163267911229c36dd1df042acf932f1c587 +3b0591c26f576cadcc6a53ad637eb11c8c2ee6cc84e1204025a928907a59 +1a0e086e354cf1f583054953aaebcf4ef89c4eb2c3f01f409efef375cfd8 +ed932d6ec34ac9ab6b0d95842263259f21df66de5d5ae771885d8574349b +895974407de469058c94cc5d5ecf949954f0801e5be8dedbacba7e893f9a +14e211e25eb9a8d426ddd692669f78054417baf8dc282aabd7efb148de94 +15b56346e55a8fc3e5296d739e83769731c48a95318d95eb493d0054b9d5 +887c35cf2e4c380e50e1be6690c5f6e9e7018cda116d0d8a983d43ee2464 +565bf8c1fb5661b75838d1c1823eaecbd2ed2721fcc353516e94f5ca4013 +9b8c69f69abf489fd3e0d7066c5a722cf5ca763073041bae3fe9ffac261f +75457ba5d0f546eec5741a770058b2e8b76958abe5a27cded4a8d190ad7c +5c53b51e32c105f4773daf259e6d1b25e95d8cb00180523b5180753a18e7 +faac7c47fe9c4aa719ea216efadaec522d1df90632e54f8cca66963a5db7 +8452df426945798b0f9151a929571525995e15ee2638c74bda75e8140161 +1aa448e93614d4841a0b5be40198a44c058ddf14089881673f63268201c1 +99de50eb482a0e2687f02ed99de1af7b2c40ef8ae43e84f79923bed8dca6 +132d7602bb1ea23b10469628c6c263acbafb2f1b9ae53d0fc9ecdc64f3b9 +d513615e1bae542dd407c668d38bcf1f290c822304aa49251ed252f03650 +ee62280ed4e16902ca2eddb24d71e4b16617f447c6bc907db187a01e9be9 +1a4724816136be46ee38a4cf3c64a85ad44e1f2baeaa3b56ffe3f71d41a4 +24c7d9b3f5d17d6e2cf35951bcc0ffe285af2de6f41eca1654b4cf0f8699 +d059919740222a57333140acf73fdaaf99678221244b5245ee90d14e1727 +1c2e22c0afcf1d1b036d2e69b02fce335bc64ac55417b6f53bedfdde7900 +d8861700c282ec1bc90822fd93925d75f0edc3e5a0d4df89a5bc4b31e292 +0ba4009bf1a263b0f752247825d79f9f7f8d62ffb38b4ef51d08c76d10a3 +13803a82a4bbb76881f41a48d3723c47516048d7a57b0c129462c1e02ac4 +a3230c53557111e7451597cb5c005a2aede03d9d632e0c9f09983d67ec24 +2c70fd67c384f01cd52e27b685d4bb9526440c1ac397172e2e2f57cd13af +cc0d777e15170d431187d7bfd6bae72ea57cb378f900f83da6b0ed75d322 +22fa8bc634de08716904b8d1a114e9417505228076b7e1d3a33fb06af851 +da3449b9b9d7ae4f9d78839e3c2111a05d1dce9f24314d86db842f0906b3 +94fea407f6454c30dd97c6c0bb81a57a4996f557cec7573e91cff5f46a3c +1995c1d3fe171607787ee048f64a17eae6af9023e9576fb4ca2ceed45d91 +956510b84e077bc62dda487776a2a26965d16f31d1ea5b0fc15701388916 +802b8453501007d6cee79532bc26c3daa5a2e05d8a17f44fa7fd4c02665e +d14b939e8b853b303822bc1b3ec52dbb8c88850207eaede917663bb751e0 +57b6904968ca5b8685c584c11b9c98eda0c7cfa531a3409fc0c7664c954b +2d7b7ceddf9bb4bcdf14a341a810ff4982d9a43adb40314d5659fdc2c790 +511cc08557e35011ef1c00050e9382c570d7161980c0e353fb1785cf9cb6 +a2a4e6b5822065ac84912a3130a1a8627f986a954701f8a47e8a9da12d27 +4ee95e51dcbe6dce622ebff358e63d419ded06afffd7147661567b685b32 +e1c17f293d79175ed1df33d10082e30f51cd8bc85c7e817dbaba0ea60341 +d3e0ab20bec2873fd3d15bbae37b4ba1fd32d00c1323be6aa6cd8526ccb2 +fa6018e0221b8442e1e186f42f49e748666b1a67dd612369c19afecb598f +1f461d45d4acf5b6fbd01240c46fe35bf9f96019fb2822ae4da1ac3c768f +4f0e6f671c4808e6c19e15f16672d98e44564e4aee08a08bdbe5ffb51503 +d2fbe78c1b077686387bbcb1ebcc145052de95451c5f77e6581c52b13d17 +8dea432dbdf0c97e9fb089c5e44e26fea6ab9a4ea072d59ceb63338d5274 +1c43f684dcbc44d107bd5030cf4390e02322b1fdedf5911722e59c7e8e93 +4ed3846560f4b0c4032a98003b7ad1c86d7f8e1f2143aae7669a8378b38f +991943e49afdc73ca53c0fe9024eac2a37a1b76bde80ef26303a5ed29efe +6d664dc5e51788476cf8d0a838b0c49cc4ba6c879b49ff38422a37854e73 +601f7f19945ff1c46d5e685764f653d795d5c93814fedb0c3e88e6d9a5a4 +234c9284318477bb52b00612953a9a8ebb22bb74ec37b9e34b2671cf85eb +561bb29fc84ea3d8b84a92cdc6310bcf9e5643f4b4ec558fd6ab4faee1aa +1556387116c82cfd9f7b5e366aafbd365b1e291352f5a77cd13f4f32038f +c865be940292a3114d3170201a2e1af005e1d176ec573f33e0343f665679 +6e1f02167acd81378cbc03f18699b535ff635b80bcc4b449380da83060fb +7f7703d94e19941acfec2ae9dd11abf85da49d99f38da1e76d572991aa89 +0a8b6cb7f9174f1445c5926a466666fa8e2abaae5d7a16df2e91dc03f07e +2e4b901731d69b7f843aa41fd2a7dc029c43510ef3f7d6b82072bbbc4def +972b4cc2fee6769910e251672af8febe017ba76db5c21b5769b6cab61314 +5652fa6e577c20e34426c2c902c53984f23a6b56f43020001c390a6fd655 +0267378fe8094baa648b722688ffaadfb08cf330d096983f6e43408533b5 +ea3a520f89443e0b8819b7c11867050189b659115a9a19e8f5bb28f27d6d +ee19fe63fcbea06f3f1ded2e81fc4f493dbe06e26742ab961dba195ddfe8 +6e49390d7094008ac5214d31c4feaa246abf1a285365ed3e65042ad9284a +b85486433408b9ad90f2457a3b62b6fd99073f0b3a116be3bb6a568ec27b +abab5a5a37d1a15f97e9e075e1ffa1a9be38bff64e366b5653d0f2901a38 +dcfa9b7a95a9a661bef4dfee91e68dd6a747c712963415309f9512a75fcc +b68e2b53b4ffe5aa14c49a4346dae193efe95253463790d3075902142022 +71c469ae3c6bd625f93c62783bbabf4231c1c9551a64fe3d13ca1dc32f78 +f506e42d22af63b0e2fce3f5c9677a63479f4b3dbf93bb83136a5a2731e7 +38e5d3c9b4a218549203af2a1fd06f8c1c03deb6de61d18f2884079464ca +ac1e8bc7ff15aa770ee581d7b5e33b2e9313077f2fd3bf9f76e6e359123a +62549e51d55540bb2ee0f496d25d84d8cdd6eb58bc23d09310c72047257e +f9f8a60481dd7d307f7654568519f6011f2d96e56d1f3ae856bdba5f0a13 +c5e45f58df9f9fb757f12405c78a71dcc5fc5e258285ab105ce64d1964db +b93811c52edaf26f2b2bcb98be05966f245bffb7847cc2c67ab196e5afbf +2c8f12e725366a72b8e0bcac99317489123cc1fc4d693dfb84990efc45a8 +89fa7aa93026d43db1f4fa85c35261d08e4dc63a06db06bd509adbe77f43 +d6a83330583667db9789ab88b5373ad587cc48e38d522183f4d8b7663d1c +5d147a53aa70bcd4f4ee824df2824eb837691ebc7f46e876ca6ee19ee1c3 +38023b3554721f1aa857f1a4bbe4ff2142e1764f273972e184f08ed35658 +e07f6e189debe065264c8e9446e904d82aee35d8e2c0f1061ec6fdd5cc18 +c569df3cd3c053f618ad59b6721e464064c9d4712f2129458fa813f84081 +94724fbc297b2f2e1e1bbcc7b6286bd93bc112b7e2a322b5886e676ff362 +88218e94b483212dc4301a3dd2d55c14853c21227ec300c49f3450f08a2f +61151d77527044e59369e6160bddf601497466bc37468e307e1bc2fc4687 +25f29df7d9be742e6a4f4f4626a30647a44e5271ae1e781347a7e29bb052 +5bc5ff0bc7ee0ecb33354c1a0e9fdafa255a4e46dc00fd5f6f1725aec2b5 +5a88fe79eb9eb272c4fb7c4f537fe9ccdeba60ecebbd820865dbd15a08c6 +482fa4247ba6c1e21b9c71f05bcd3796e94a3fbd9e2e67c4df10a1df9aab +c8e14eacec97d44f113f4281f70f6d8b662ab85340c1ee716b78c0522360 +4af01b5f46c7f9a3d0f7e59c19bd8c32d8d35d127f45c2824f57b2f205b8 +e46f947bf69322c02fca611eae1563e3ed4cf524203f45e135699d26e303 +3eb5dc1d3ba6666188e5e129a843f97b84a3d8ccfc84c15777b8d7dbd5e3 +f75f087e068857173f795b644a6a4ff0e127460d150cf0225322ddc0de2f +2011373e64991546394dd27ed68b8182fd7e9885cc6b0507157a8a7f05ec +99b7443180fca4a174b7aab110d9eae5606ebfb56ff53582bda01228d95b +38a4d87bd8aee6df9e95d64bbbac35841a478694531e014327020c126d04 +06c0466d56b63409e77a9dafaed155452171651988f0f6ef1c357d9b0bde +c9b4a3eb25671498cb6bf5d572030baf3eb637cbeda764f750431c226aa9 +90ab7bf1d1593d0243c1d4da652b6450af330130c3bc49008ec4094a12a1 +d83b5f45114121aef163209e39213326d35f380824b80e8041d2e98b6c7e +631067a43a05f5eaf6018eda387d8ef342a37b08ba5fc5c861d8bf70480c +6edf82f9c973ba0a8c1ba3a7639615452b07390069b078832343082096e4 +da3b0885960e8ec671513abc733afb947381242f4c207e134191c7707ffc +e833cab39b31e4b67097123daa326ab006ddc77d2685f7bb9b1235eaeaf8 +0433bcd7424bcad8c6b26171f74638ac2b07fcdb3f8aafdc5f50b803c01b +aef58089b007b8aa3022728c057b1a71343dacc41c5eac4fc4438a8254f5 +aa932e415b496ec9cb16ba608fde83419d2a1ddf556fe8d603606ceb24a5 +81288c450a62ecf77755fbfa986fa0b0de13347b2f90a8cdb7e235dc597a +ea9ee287650b4869ab58c97ea5597beafe42535a8c6a345b97af14b69ce6 +369125518cb6f7a8968291c6a6b16160193d5a218702b7523ad35710efcf +4c5c8e9a2a30d995dceb13eae7173a23b4aaaef58574a266305ea7ac5aae +801c2c17045a0e25195db4a85fe78cf842fa7e39a203842d2f7481603059 +43c36d4510f3fd829dd1e481d6dd88a15145a9dde88a2dbf272ba516da28 +e41408d65e9a3e502f610a2321e9714ad06c425e96d13d50eb8d4ff154c1 +7a854efecb9cc72927a542b87c80c485621debb530443e9aeca23fe2ff9f +eba32a4d8c96bfe797913b086becc4ea17dd74c28b4f7fca43f431bfb688 +f1fcdae565aa6b7d1401392092307bf35fb5bb3837e885f765f1c4ef3148 +776857f1c184626a9ca19892b1c702b72cf9b4a698a88f3baafba2577874 +822f4b647b3ef96da58e45890fc9a0566163f4ca43e1c5e2a862a761da31 +f897c50ee5d0ef12406dab7247513cacc1bebf84020dd0ca2302f3458210 +95042120812080eafb7f2e94c67c881bef05da597e4b5fc797441a290a3b +5aebcca1b9f237f2b92335c8dc10b08e29aed74229abbaf575ab5aedb944 +11c5d1f83715139e61aa9a56276d48633dcdeb7f5a9fff32c9957168ee9c +b16a99a46be0d6c027c1fa51b0ccf485b79ff065a3a574ab421153de39e4 +19d66d124378c3831944967bc1719cdf900c147e5feae77d6a0d5f65cd57 +c860da06d87cb87d55b97304fd77a66e2865f470a41d8660541f3187cdac +e346515478fbe50582b9ceb26e9409bc294a43b41d8d2eea2e33a9dce83d +1faec4b0af9dab677237b0d442e07ee79c25dcebb8faa958ed898ef991d1 +6634bd80db743c07f0708102141c9c3249e09999483aad5fd7e06abfa59c +ded8f5ae6af64ec5f6e6c25e101b76580bc4a776dd5e909ce92c5cc23241 +fb72bacf5ec93550b6ba3013554ca9088cced45a8cc60029f3a7ecc53be5 +eafb169059ab4b73500668600dc145c92a63c93c47a00c4a6bb050630d3f +09bbf0a56fb590ea0f3264010097f2c755a7f47587c46c0e8f48def4ba1c +0d1792d73abaff05f2efa723ced107231f1ea2dd28c5ebfb2a2c1dc8829f +557adf120cec34a9eb62e36d03175564999fcbf6d74d2396dcc632998884 +69ec81b3ca10bf1c51e819396959e76d1e7a7b71c546e9169d885af04a80 +1e05222aefc8ccb775cbf6991569a1a5226271271599189a83f21cbab3ed +bf359eafcc058eade8388d360532c962078867b4a024fc2453e29fea95fc +859a0cec970180796f5b481f8375d7184418e26fc03ebd4d1bc9a902bcd9 +52a0db1296355a2fe09a65f7fc344a52e20b5191305fff4ccc97325e2fff +56334af2a34f2474fde3674032387c08fceec52f19c4f73246dd303af997 +1ca8c27b6fde3cd2b6d3267ec82dd369beaa19c08beb2e02113cc7e93e39 +88cbd6657b210d6fe796f0325ecc3105f46d06364385e609475b967e52db +4e4348e39d519ceac21357600893199a01d7359c8e454c102ec69744b07b +87fe539f0471a474a66ba6025b12688b4da26561ac6d074a2d3c8559a00e +9b8e26cd64afbaf673b83a89c87eddf46226ae4173af0964b5dc3d917eb2 +45629537828d8eb0b2a6adc511d268db029b1c42cd36e61ba324894ae433 +6f3febd08bae3234e3751c1f216b22c5234c814cdcd5a5f09f5c7a0ab02e +6ad3d02ee4025f63f9139ee70ab5f5d2985ce11b38e0143add025ee46f0c +2a1db3ddcaa1f85c068903458541ce7ea038aa238cc6f40085659dda05c9 +f3e59ef16e4b140777cec06ba3890634f766b44f450b98c3323381e79b4a +bceef7852bc584cfa32115c193d207940a8f0dd10081068188fb47877bc5 +7209e4818917d5d619b7a71620f9f5694f8159f114b6bb9fb357b9c50637 +97ce14b0dc6a763e80baf1e2478599beef699e9f2b7c03b867a59e615ad4 +3ddd1eabc5ca3cd49cfb895d38ee79a292554cd41d16066b06b0c962e64e +aeec8c3869537215c567fee6f356cd461024bf044af06007ca6c07271780 +51eae2b5eb297ade5673aeae031a8dc7bfa4238b4948b2bdb8a7ad2c8999 +825b4dbb7e5ef34b3365dcc71c6c44cb7a6cc01b65a8171f0bdc4a4a76b0 +579aba33c438cf7f10b09e546ba21ef3fb29cb387bc8e9c7f6239801bfb5 +7052eed5c7ad75ed51690ee5914d367ccea4269d955c27f1f0f64d1e4f16 +9bdb8621918617433cf82d7080cfe820e4f28dc5cb2f9cb6e789928407dd +afc4270d7d5e34e4c0cbd3e1822b4986916fac9fb6d5df23bfef93db2d7a +2e8916c4239a13f19cf63892f045d065bcf5c8403d335ac0fe41d4286f00 +c3d89adc24e17420f797ee45749c72718bea13c243a91eb76c2159dd85bb +b6a7a9233a03d5dbed7cf7a7d204cb61a40cb657886d18a29470509bc67d +5afc33894746efbd5c68e491788f1783b9a176ab9b4835803b9b519098d4 +ca52deb18c099bba120185f86254aa8c5e42eb9a6c344924f5bcd62ae45d +3c490e2de6e57d3bd2407faf5549fb7bdab9252d2e9caa0ff0b7561046b5 +ea7174db13068e596dc52d6b9fef5249839cbd4320f118654a90eb1c9df0 +0e07d9526c5c7a1ed71fb258b47ac6d2638db0757812a271f5e20b6dcecf +c0b09ce8d92e63719281f666906c8785873935fe88852564ebdf1cc8235c +c3f5950cb7478cd3c41eee53fe028d963a48eb599426fbb6bbde891e8d4b +9de69a4fb790a4f97887497bb36432e49f83862d6c75567381d2dd409438 +6c01d0cbb429187bc0bb3e32523dadaddbc00c390875fbf5893a05d0685a +02a4bcfb0b7b86d5b5231b0418717379417d027f30d3717a2301cadedf99 +c73738abf2e90d1632e60239e75ac1421b5dfd09da8f0f6cfe3c9144974e +1ef3923d52e2fb968abe3b3de27865f2d929cf844f9cd60de0e17b10de17 +713350a859ceea437629fa3121fcc1860c404beaac5e66a9e915b305fcfa +6d4f04c30a7cb5f935c6678d3cd3feafa1cb6ea8603d3474d92d670400ba +0940a09033a3dc382340473c57461561b8477d175699e6582f7b80a527ba +3f664b3795404b69867e449e6accbe2a76006b3f94ac73127538944340c8 +370747d89df000db870a15e455b8208d3467a726dbc6d723fdeab51af860 +adea1f8d7460c464873800cb36ef56fe58e0ac3c65083ff6150739d15526 +a9c26c47c38890a0736dca6516cf1ea4846d4cc05b4c2a06d0568d8bc40d +95d3dbb3e05797f697ff00121c8e76377717d4fafaa7c22d42ad04262546 +ea908c3f2dec39d0dd73ae3ff7cf1eb0dff7d1f8911d5e1a1e82b5c743d9 +2138caec847731416d6c47683f9a02295057a3bd338fca0b115daa7c4631 +e4f60c1aaab81a796a579ff1ac9dfa8a63e1c46f20fec5c2c1f682c9985a +23b1f5c3e8db57e4ddb241f29dcf7dbeb4205f9282d042b9bb11d770bd85 +bc13b4dc753d6353c3d5c4b678d5050b768e060668b7e6f860b38d611575 +8805dac2319d6244baf0f52f76a3054929e3410b477f7652639a516fe7f3 +5499fbe072ffea5f14cbc63226e82b1f9721fbf042887fdddc63d72be1b6 +ce103589a17ff220b0928ba0398b2b3005ecc42837b019cd3db3fe583bf1 +4209f4d6cb18b44a97fa259ab5d5d50a6b51056255f39df783e160bdbd52 +1f62dc07868df941db96e4de54dd85e689eb7fd041097102290386ea422e +4e3ae3377d05348c8afb7f0f7bcc256916c49537ffc3dd9af81a4ab070d3 +ee23e07881182a9e455cf5fe9c73ee5f64e18887cd987959967bcae04045 +e11809812a7c8e76cee5a4b24d9d22d647eeafc86a0e178d76bdf7c0f29e +b5eecdaf8734ab4acae5d94471d281bbb350d87a77342abc9f04d335e562 +2c73d348560a95112e778fa0bdcfa887a4100b2c71ea6f42abb43b701b68 +1e2513bdaf1b21ab8baed2288bd2fcf86fa76a235c907002c5b07eba85f1 +60892ab89dd92f184a9090568a3b4878b86c96ecc0d4fe1d6c696b6123ca +55f5945eeb19420cee8e6b900d1c31d2145b01aa152bbe93ed98231dc9fb +59bc09f17b678ae6eb13c5830c6dd9858c4fbfd8ecb043269c87829755d4 +30ec0e47e38e374de01977c1c86c97281e1f953681ccd9df78b958a442dd +eeed85815839dd05f4ae5dc5960d7f1e3bb89240c64a696910de05bc8bd3 +437670bfe89cedfb9f22b6234cbe21f9414d3a4fba3e64d5a480518efb63 +59bc32a53912e08cc1c848ddb9e8fc23e1d287a8882fd833b8849f0021fc +cea764bcecc059d22b71300318e52e6531810153b5d3f12b8202ecd58fa2 +0da6276164e443eacc3421f57ddfb57d45dbedbf0808293df296881e2621 +9f270a468ea69591d5ee5fae92a913e2905f011bcd0dc7b794cc8b1c8d16 +6ef115e4a0f3678e9e53c936c9825e30e3ed62e689c67f6c31bf282a714f +41d988a0f35a0a01b8c7d0a3deba0d947d0a7ca5a321e379837b2b0175fc +6cd46d2dd2b0c6642ddd1496792c4b1dfae6011af1651499027a7cd1e5ab +4f52ebaac9c600bef926f955c9d8da1a5eaf4698a71fc0fc709530365f02 +5a558747e11a40c121a130a01303f668532386d0c9a576937c198547b4dd +4f33c252cbfe9d906fc940c56eeaa242c08a5ec3b44f7d8f42b3d94fb53b +5a4a8c9cb11f6bb46b153f00b6d58ca6a0314cb16e4b65d5b71c739c0d42 +59bd30a21345abb5d78573a8fb0709945e5f536d30689663b31e64309843 +28e76309ec9d0b816dff6696d34a564f694b2e8b0ad62d54fc97d2d09ca9 +457975bd86493f306be8ae6256f58ffd06b1d9066a4b3ad2646e4943fda6 +f13163cabcff581f8b92d5f33edf512bc80abc2c843552d7c7dc2364bdee +fadfee5f842c1009817f1153bf092b3191eeaba2099136265052ca1992f7 +93a85b1fe1c1acd6d6b5ab7b169c05bc65bba8a8d47d01f5c4b0147a97ca +156cee70d33abb5e58aa24669b240540fd1de6671ef067a3fcc2da39337f +fd87e67d34fd042424a4b35a1f893de8976976fa6a28f378665f0c51237f +5b83294b9e898523be5bd0920f1457c480dc88b97f25105a04aec0d09c6a +ad915de6b2d5b8f001ef68d322bf421c98205483b22f7b62797e1236debe +0196be1a423b34da6cc41a1508dde499b5ba7be07bde225a657888033e08 +134bf424c539ea2666b3c13202b5065dde064d644c13a51a6e0983d04273 +23084c00bcab73201f74ccdae02e951de42dd44039891601fab4457b4b00 +5551607910d221380656b1ecdb91f49a963e9f90f4a84668f2da5ee97aec +5daafed5d1b76ec9f2b663d3ff10b350fba44bc4208388cf3084a26d2a72 +00a0f9e59330b873e582614ed9625f33b15c32e54f0f26c8c4b272612ced +73b705f081438218b9ebe6a934a443b8667726fdc4ac2a1d3e250c257c6f +b7f525b577852262be1c11e65c99b065fa49df1658e2246c6579c2c3d440 +86786f5df550f75c97dcd42299d3ff4fe369dafc86c6ffb8b4bb0ed255f0 +899042b4a5a20e34480706fb57c6aa3c66633fc98f1726ee1ed94ebe80c9 +b80b083bebe029669ab2a9aab869f8bbab90f2e6b3e8118091fc8ec6e4a7 +42e03b9697feac3bd484f8e54d535f2bbf369a35b903366fc07d51797d63 +431f966540ce46e0fa1f4fa96fd80d41cfaab0564869925d4c6661883998 +6ec2d39a3f31d27b59b3f89ff50ad87cf6d246e961813d6cda8eacb063a5 +7071d27b6894f0b6261bdd3dba107819e8b0069b95ac6df2825827fe2a6c +008894d586edda33d4e4bb73a197fc0e04da8d91e5e58a4a8e79be380e4f +88f66faffbfb92d4187777c3ac11641c0ee6bbc12f9e25d2e02d73c8be72 +13edb765d4df3a6926ea2365c3077b5eec405f8c8522955900656be71840 +6bf141e7880d3272fa6853247fc1bc7850b88cf77167b147c90a2b33dca0 +217ef653dbadbe88d3ccaba4f125d7abce5e1e255cb65510ed58ef42abe3 +96846e6a35afd0296943d1c3be501f4d4969a088cc28b9e34734430fdc9a +3a2d5d9246e6b74345112a0168e1b4475a22efe028137d3a8531b1f7b290 +544ca21c9369cfc0ccf0f223ad60480dcd7de406d3a435d47d31032a05df +9925720f5d75a8b0fdb3ddc452181b9365941f774f8cb12f064b3c2a0104 +677b77bd9ed44f3362220e6c14f71fd42860f931703db69b9eb225f56be5 +1dded349993c82c9ac54c58f516cec603395433d7c1f91ac0477c9d291ce +c2d7408a67846ac08e5fa57f50e7dddffafb856335620e3111ee5f8e7833 +3e070845aab51c52a4aabe1a4fccd28478709b6fb7827aa068ba2081409a +396dabd3b0b7fef9adebbf21be845c7ea7eaa6a08a444a133cb40e5eca88 +bf5ceff2df181e75499514cb883772e46a6a88fedf8f42a8df053f379e89 +da985d1baf955d9c2180c61fe8d389d2f783c6ec4742b97ecf86dbd8df35 +a1b8b32bc3babd586f130fc78d0a458a9236dd38cfef1b5fd99d36c64c67 +b226214cd24e236d2185a83dc7c17de1fa7b5ef4a829739aa99e2c4df22f +7a9725c98ff1ef497ad9df4e23a07f6c0e13217ce2bbcea3abee7719d140 +37b7aeff5a8cd2a14f96270c2575010ddff8544fe3fdb7b2919438fa2e82 +c61020ce4f53b6bc089f350e33dcf757ce8ae30fc87e2f521983ee484aae +9b1780e303c281760cb7011ae14542977434e7d4ebf847e89b9d7fe480a4 +4e560371ecd82280f5ab4730e067ef1dd2458e67e5d5a688cb59376e46db +ea7f6d01a4f79a1bbd8f74166479ce63d79ea021ae3f978734d32b4af080 +3c193d584b40127a3517ff31a18a13be94b639b600b015975dbf25fa6337 +0777e1d4aaef381da47d2fe453b23dfbec0c427a274651972cd32d6aec68 +8f022334b0cc1b1e20fe5ace2ff5b8428a80323074545bbb66e9a06aa07a +635fc77f98c1b3a36fdfb6ebb598c122d8170ea4664a5313496c705ad1ff +7f8cee9e4cd242ac1d6e5feaf05665605fa6f4f66919c7f17bc4cedb736c +46e8e814b129c358040ea8b2bcd87c537d7a72ea5ccd322f7133360aee10 +8cb788aef19077cbfede0424d7490a9b9c095aa5208b2eb17be00b2932d1 +5be57b0fc0332b9c0718fddee1ec98fd592d9ff45206a8c5fe3893d921e3 +65786061ab3e3f3eecab58eea5daff02758fb7acbd8fbedb5e7ed25a19cd +2e8030b8b60670f919b0ef0d0f77d426fc228944465a8cc147e5fe684007 +c5961f2350ab38e031b37788add075c99a4d8517394b5f007d93bf7d4f6e +26d0ca16818e1bd015c951ceea444af836f3e54e5a717d154262e2e94c13 +ac246670c6e6a2ccf5574abb752a70f54c36dc938a1cd193ad898bdbbffb +0686077a0d76b96ee02aa45ed3e3f1d7d8726515d5dcc296ed1eaa36b436 +b9404df2ee1edfcb0762e3c9c3b3a9713b485f276e6adc283fb31a8f0c8e +30b12c9fb01bc2848f2b87e76a934ad5583fccb0be2077bf6805e7bfa2b3 +226375c2c1c57e58f83c85cc394068a7798612dc47fc420f10a6131f0bb5 +29c8c7f1ce725a9c2d63108116b3f486066bf441be65580d0f7357b39203 +414ad2e1edc5de3f8bc89e35d40bbf4343dd7f794f71c23bb1f544dc3df7 +1b271ea1a04936481c06dba58e0c14a3b4c765311e6f9a525dda70fcd36a +500e9592a2d09a724f58b1bdcb9f6bee2202c5c34bd4dab4fda371b263c6 +380baa85887025b1b3f82ee02cb9df0a358f469131cc6a7c7d1090184998 +5cc05234cd313da57093c2b05339ea4a33efcbae7c6fea6e83b675e628aa +e9ee04d93aa05002dbdfac3ec439134741d3b5832ec59b2ed54cdc010ab3 +f2f775cffa46a7f1ad148b85122ced80c71bda3609d646de4fcfa6eea599 +9a2d7253a2a2935b8190ea39fd8b8b23337b3ba3d2b7b28c974bdcbae3ce +23742143bf744e6d3bfa0c6b0de3a329ae49972cdc2a5a54cfedd4c37622 +3ae6fb11566d346be71c4d942e47cc0587bb1dfdf5d4dbd2c0db44b1404a +a3652d2c49cb00779dfcb3b9723a6cd46048b1c5d6fd1c6264d9c1ce8e55 +b7f5314c2ad4764d690d6c6f67c80c87e3ba1831876e4602c2eccdfa3fc1 +f5e38630316cf4b1a78c8c19012a7c42f955736074758a50949f7fe56ff2 +0c75007f00ef89167908246b636a499d1067be560dd538982c0b432dce25 +150d9cf51b3e2b376e428bec1355d42d3418fdd8cdcf153213fba77c0211 +aeaf3bb5bf9d8aecaa2be9fc22bf59ab04b9b8727570033a31c796f81825 +91a972ebf01b0f58b27cda24dc4d3ebe9614b5396f3fab6760b7a47abb28 +c639dc7675e27f8984bb07ad370be631eee6c6bff903f27646a5b12b2c9f +8fc2446ed6d29afbe34d52a0b5aa0cd25c15e65416031bb91f2cf9a842dc +b6dc7756423dfd187d624ee3fcb3eca3bd9e64ccd5293a4ed62ab25ef0d3 +f4653d94dd4a12913ecf5819b1992d22810cf648949d26bf4b752e1d8f70 +ab4240cdc4a30790a98fa8a7b80e8ebabe343fdaeba41a10d0554c250182 +d04beacdccdcfb6f779b88926fed7116eebc9f9e0e6910d3b3a480785a21 +17314bf06bd22256baaab66a2ce4bb0a4d585b2d52f8ac37445d78fba186 +0fe594bbda1207c72cf7a37d14a5ea9b9503279771af9c74bd7375e55172 +adf6d8abcc525f1bb199f8255961d075020c0ac6abf4be0ae65e2123faf1 +c9beb33832e08df28b0e25e9dc6dc8b86965998c259c3e1dd05996c030bd +203680588ddd680de3fc7dcd6bdd329ec679597e4408d248d610778bc286 +8e9aa3ffb1b40b8d3891cd03e726b1ea1d7e6e59157df0bdd85a67b35c5c +e671ac595d95fb5a9906d73e24e5e04c6ed089747163585c7a89596a37ef +aaca6a7eefc794fc65800be79f5e0824afb0c43030b3bdb342a9b4f05463 +66d93f2b36998dedb85a8ce186a78bb32fb484cabe8674dafa05dabda180 +fbc38eaa84d4e37b4d17e7717a29233a296e95ef26b04bcde0c0196f96bd +deae6febc60e9ef06fa12faa16dae0178d04527c596c35ab31125cf17b23 +aeb68f840da1465205e482faa17388f63d18c8f656ba94a1a8e8c74ba8b0 +bbc8ba454d3b42e85bbcbf8d22fb008be86e9dd22c95d13cf0a471c207b2 +25a4226265d68c8aaa1746e4eeea667f5f6aea68fdcc91de8abd883386d2 +a1a8de7b79535db2aff83c13af40e46fae1f9229e9a07b504b3ad1a3cfd9 +24c0b7b0f80c59d9cfcd0019b10bf8000401155bb62145d56118b3de28fa +5a980a9c5aa1dfdb7c9921d72145fd64fa623cf7f821229e2f5642a66ef5 +21f3d73e111761eee04638ebd933f3b1afcf9a14cdf8e39a956c1bad533c +c9bdb0c15dfeaae14032839079ab552ad647685826ac145195576c184fcd +ae44fc524d74d34b5b43bb9885b8e3f0ed130a708760e92650f868682140 +4479a88ab16cc0fa2ed5bb2cd3bcc0b3bbc37644ec846b5fa08d533a4b3a +730dd4b6e94171526b29b7f89d0501accd6ff70a20451877fd5c0f0ad691 +51be0d127502db63841b29e96cb3cdf00ba2e4d43c494be2d97319a0009d +a3112ca70713ac18562f8e1f08c787edd1346c0f43c1045d3fb5c67ca494 +8f1a4b3b120d3f8cf0aa18a7e642c5e3bf38e960f207859a922e4df90c39 +a0d213aa61b31e7d389f6c6ed525a1b5088913134fb8670291e624622c1e +3365e85925f58b68cc55038a1ddfe30b6e1c7f91138911622179bd2294aa +ee3b46bb141271e11e059abe673e1d7c76577ee1ea7e991c88a191ca1a98 +7a2ced3be8c70bc5f9b263b756721e1e3e2a850c4682a16a7b4610780a2b +ded9da273cb7443cb59a6d7a0159c254012c4b6231fff238ce4e11eff921 +41366e8c25cfa8c8af0c80a809adb56233ed205de8b00c233a1d666c0820 +4244c0f0d225e38c85344f9247e1ac59d465b74109ba18fd044912315a3a +b58c807c22a3e2f07ddd4c78c51f4e68f1a85a1ab47d180ae37394316ee5 +13e32f8b3a9416bf9648d5556791e5d4fde3d1f9f1e4a0135c649de3e730 +8933dbbab840f5e7aca82f962619688d9d92fc10f01ab5e461689b163de8 +530869a733eded113c1b4bd50663f34e2f12ed35797cc6457f90456fd5d2 +4f66cbc0d73a5c01a21892518fff09a31c5d0a69283a671fd0ed0aa9bd8f +5b9000e0de5d46e7510352c45a663b418d5f5ff9ef32088417e05c668628 +6dd141316ebef48bbbb11a7fd97bfeaae428263ec2c852f248935c174969 +b043671376a3e9fef9d477cc78533d6c6eed5249454e5d70ce3b2884ddd4 +0f9e7079ac840a59bad2770a04a74625e3fc5f609e903feba616554da424 +3bb389351b55923a7132b0465fe4bdf29347b091e3dd790e49f9ab22efc4 +174582994879f2d6cb5c0fcb7c075d4ad35ca15c50cd05b5125028fb01b1 +0a946e47907ee7dfee9816a4baacf58c6c267586592927bb42f798215c07 +cbb8705900d00a6cb771e0b50394307f5afc0e696bae7ceb275825cf4bd2 +72cdc83e4c92c1a74ba4e49f36b665f22558e50bf2508d47d00a3db176d0 +74a97ac384bf912f15a11d79a1d834765f4ba678c00acd9ba9f2fed3ba0a +824a76b91594fc57517667a28ab6ecb370a9c99e79a6c1e26ac0512fa455 +11a188dea762acdb3b4c1d00238545cd8f66845444b9389b3386cd1a4a99 +28c199bc903895b40f7a4770117ba88994d3b0bda82918ac4c657a45626b +cfb3c22da3855d3774f75051b3d743afefd9d759140c9509d7cab68497a0 +9f2ac7856ffa0befd13e74bcc5e3dd8ed7f0b5f31ad45068284be0898f44 +65dc13bf17e4ad69e2b8e490ec2670e184ab81b1e96663cedf9533257cbe +cb29ebf27089f6478f17d12ab93e521f8a31c3f631d18dd3506a00019e86 +6112a6239fe5bbdaf15e88c1fec877a8bd8d1d02038f28159a7b18fc04d9 +15053b84a9d1a8568c44ac1b25ace3dbe913410bc340f13200e05892bd23 +efd7888ba0f8a19f71b025cba05f1c52d84e7af93cff7aeee6692c08aec4 +4a3ae446e27048b4dff167a4d1270493a28c84e72f8c915bd95cb67d5e07 +ac855ef06750225071764e1f85a46a62b0778fa0d16edf3bb714c5a0e259 +aec71c6d9bf808356bce7219ace6bc8750658903d58ba77d787c4130e12e +fedd4eadc9dcf60758ca4f6d1804d36e3e8dcce451522535be0a136231b2 +8b60ca7285d9573cf125991a07e1b9b747b0c27f816dfdd391c44610b58e +575b415e722e4b2983d05b1952e878a4ac1666c9ed613de46fcf148b14de +c380b11f8061f3de38b92015878a504cda1238679db31911fe82a0b8d48b +8c1b7258afdd18261966ae42b93079e9fba683a957188f096a9e219b7fed +e7bfd55f4ce5ae3c57f5ad7314278a17858eb68766b2383c69de620cf450 +40936e9d2e1317ed4a711ca32da934d1e00d2c54792bd7720d5a5439758e +2e9307c94255f8e33be837f43768c85c2ff0774dfe18a1f3cb4d8544e4aa +8fc72aecb801df075f22773dbc8c7aec5635bc4750d0a2392307dad6bbf5 +84d065774dfc0725d4c56fba356eda94ea9538639f01bdf8e5963fc665c0 +159a3117e345acb1eb6a4a3699c54cf096bf369782c8ebf62de423c8235b +4db3ff59cf130c6f9c856912022441946d703baff74848cf0bbb16edf93d +0351de8d9a7240d3429ae4f1268be3ae553983c415cfc43226fb5c813f17 +2f440922e73cffbe4201add64f01c37ffc36e9b746b85466566649fc71bb +2db6f88a1241e9b072980d136bd8baf9be30fcf86e5a66e64daf98f03379 +8d8f0c19db4aa3de7300996b11292c7bb67b88eb3dbd9a9c5c2b9f37e13d +7c1c8d66e6df212ab2ac7dde58ba5897bf3a6e4a607ef1ac00b062bcad0a +20da8dd0557726496bb7c55137f373531c620ff7822d0d2cda8ec4aa2b5c +70a01d39be75a40e7e7dd4868905a358461fd451d650a6c48367dcb60d5f +884425b4c4eab84749646810c829924dee4a8fdb49e084d013037e2f9fa7 +eefcd4ab8c7315791f6e77c3ac749ace6216ae55576c2b7f6138c7d10940 +c805be36c488efa5442769118afbba36fe78acb2b702eccc44a5de3f20eb +0a6c3a3ee947e8fee213f034adb2195b84cdfa089063eaef5e489583c42e +9475cc5dfaed3b90aac4f809cf9fe52a68a52f57c329b7d5b191bb4d7503 +88398011eaf81116cf82102af320c92a8f4523f808d208cefe1cd7c4c1e3 +6af03028dc7bcf6129e82ebe328c62e8b851775bb4dbb99314bc4b0c4b4a +0668d6e891f4b5cafee3cca709b50efbdc63a6e4f0b645c24129567e4aa9 +76fedf285abec1b21a94e1abe140f54f1605a05c3d432a316fe92f742e99 +0d16396288a812a9951114d8cb688ee94b7c4977e398e24f0da3674610de +6b834adf3ba0d324a395857f1f6b613251da72e557e0b501566b40a6ba2f +c33e327de7ee6ec6306370fe89d1068b6e21d3fd16c643e75e8daef9e21d +4c4d1ad5ebc20b59a4ec8d4871aaf61afbe61249b9a7c98cb11713f757bd +7cc495e990c8f4c02f167643226fc7bc519b6ad13c108d0fcf6011526211 +287149179cb3a365beabd956988b7427a6c99e3138cfca940bd9a100cc42 +29a4e39394f13170e020f0201d3e12fd8733db20d6429397162fa80cf651 +8df73293fcf713c0718f4cee898e4458d20fcabd7df1d515160dea8ee657 +ba23b9cfa04b77e9735ea8a28630f4b59c6c0c880454d83163276d15a44c +54954e0db01ab948e5d43dc3d9c35188b5985f90d3836e98391cb158e077 +dfa96ac6327cff10098b0bd0251c3f8d6b52a30df2057ee7e7ef476df08d +a94f6d7205db461c59a53746295d972453d35259ae58e9c84aba5ce78edc +9dc3a3bbbf9a8476fed3dc7fb0caeea41e4f9133df0f6fdfca03fc0a0929 +b8c9aae471306e8f5d6a4acffaf9cad054ba131f95480d9c39ac587d772a +42a5eb6804e1949034bb2797d26dafd17869bfcb6ef7ebc86534cfc47285 +0a387e630adf1f44ef3030414a043d1a470b4243df8f4f2167ad1d41fc46 +4ff6a2dde946a45c40b22dfbd0d695e4a4e23c33df35a63131d52cea49c3 +8b6c2af7ff8661188fad07c1b9b60a8abd8c58654a6c7f1569095744b6b5 +eaadebb9bb84f3ea89691699132d550b035f290d98d0912d733b4953b84c +8c0ce36a84a319d73ed69ada4710e2a10e0ad59217c7168ed9dbb99e52db +af904e5ab280122b7d9294970ad8f0c502540b15db3a7c92be004cd2ac7f +b671a76002cad472e75ee188cfbd6a5296b2b5bafea24be23df32c373699 +f39640cedd846f0d3c179cb02e1cdbee87fc0a64840510d3533f7b73c95c +6cd25cf46d53dc8f75166e2a8e54bbd82af532c519c3e53dd5c6544e9737 +300121fe0c63d4373cc944fdba943736a104c657c0bfe84c06985241e11c +beacac70c1378ab30ba5d3a5c93f04b0626f5a0e055efc1ed8720900e6d4 +a4914c7d0630e9ed0e6bf98a72eb9381a3d93e7200742fb65bae28852212 +72beecbe7b24775f44bdc9a3708e84bb691732af1f39f7243d600cf7ee9b +25c5a2a52b0f1abe0e6a984590c7e430ccfc8524fa7f1e20c92ee10d7763 +d096b5b792d4086c8dd2bafea15ad19ab754c08a2f8119cd0733c33d47ea +1d84794fc47a2f83439ac4a65eae7525de8745b2971bee811686073e55b1 +8708945e0445d695dedaab56f5aa1fa29b46575f995bf604fc45ae5dc043 +11952cccde3c99e2fa68704fc47308add2fc3f83cb63b2b873c213eb2e0f +23548de52b3908cd31473213c9eb64550ee1908ab3c2f134014df33c3453 +6c17d812906af49c7550904e59902edb5153d3e86e649e372940e9223d32 +95ccde0807c959565b5426ca1ba959dd3a64b6357a0789de5473ba1175d6 +7a53d9db968d9682febd4c2a01cf28e6bd7e5a1411f488f9bc571de02100 +3d988de831a3d6f1e51faecc90029b527befd59da843e58ba9f4d0ac47d7 +9e91c56cc48c5ad0075911df2c7f74c3826fa7dcab6f66f4923a19e4389d +c4e8f0a2004824482a4a4cb96fa431d251a51f035258b90d8ce3651914b3 +c9d955b77f36b2ce03f8cbdd0793f1f2eb7116f24035f333f3d1a6097a1a +eb710546a09c9babee2881eb44a09cd2d19251ca8044b78cf31c6d8ace83 +c55800bf5c3b1041a654be76ae2720b22900315e0ad2e933be9945e47e6c +a6b7477a94cc9582274e5c894aecd1b544856b68c72c574e506002519545 +32bd9ec00aae146bb1048dfc0a06ffe8a2f2c0a2807a6954b455be078c28 +9b5af21cdf2dee0368b6b88590edf81357c3cc4ee316523c1c0f6edce339 +3a5acadafc56dc6565ef554b8ccbdef6954385165b8647af8c7cf267845d +d42e2a8df493f56f534500c7d82149ca21c6a2944ec91c1730c63d4329e5 +0fbe42508116deb021753abb64ab752c45e00ad697d99c0ddff09eafaa8d +b9189f5ae7fd4cfc58f9098d0f67ecc489714a7d7684e85b02c0a5b8d598 +ef32a79137e11a12c8c14cfcc0bda0effa2f2c2398b0cdd5eafc0966b1cc +6cb0aa51f225fd25c49949fe9f78b189fe698e4fd37f755b1e9ad12d807e +16cbfd671e37494ddc407630db77f07156023b5b47f0a4799b9649028c56 +0216750a6a7c89c7c3cc0a2fad201113acb18eb0ba31bce9b0631abc96a5 +84f4d4f78c0d7082f743e899b1c012ecec31e499963ebbbdfb97d92c99e5 +63c8e95d8d3702e4ed816989191ecc46d155c285bdbdfc7b283c29b0e5c8 +00345dd40bccc07abdff173e1596170734a3d91d892509e08a948fc127e2 +c5de525778b2fd0fc0841626f81e25c0de7473fa627427ef0e6a20e39124 +8cd9cf3100209bb173d56daf8c452a388f30d8d9615276e47620acc19431 +67404aaeb2fe696c36489e21878187df01b45a888f34045e61114a4946e2 +9c16a2036d7789b8e46c2437754fb1027cbd105a8a5cb1b6efe2b660dcc9 +7b43c72b08c633f968bb54996ee8452b8ad93b2e73a8ed46e1e173e6f7c4 +51bbccdd56e83ca7aee834d0fa12a459d472c15a53a15dd753f93c25731e +9d653820fb3eea99577aaa86761cb9bcb4b0400aa7f8ff4339c4f0be3880 +5e2f1a4685319aad1a882532b7df962483d6ec9a47b8ae11084513f49816 +caaf4decaa70460031e7ff9fbbc13fba3c12b63aec3285b7467fbc399ce6 +5820a7bd0238f314fd15b1f9b0d28a5ef043e5b27aa4b3e7434fc40a923c +5b23debee9613a09c48ebb05b8106c9b5fceff7aa93871fb90016bd72ae8 +c59bcd5f5e8e912faf1894906ffcbcc0fe34a67f2b0905c56740858105d4 +8ea5f5e2ede29c596acb85a60c5a6c058504812fa90fb05211cb6de6d95d +0098c0cbcd8fd37951de11a16750db13323eb4b961a4dbf93bae3232471d +654a4e3b7a0a9fc87686fc22c89b06f3ed5d7fae5d0615b334a7fe5b95cb +03c748b2f02dcbdd253c944243115882318e4b74da5c4c5ac663bdce9580 +3f6741cf50432b1c5564107dd05ee0b6b7ad112080fc65c480253d38b2a5 +cb086bc8fa2e362e3593d4f070cb16ee0cfde3c50c39d5689d2cf5cd5657 +804641d8525edc36eb9fab819ff549270f16a74f6ebbd8a97922aeb99982 +dff05d3223222d04fc9a9c385db246f41449532a1be9041a646bcd72f4d3 +a2e6820a83292c7d47484110cc62f14e5c08cd42af83f7bc2d64a0956e0e +bd7015ba7aa3bcec0fcd5885308af509aed402f1396c7a25e47eb25920cf +e88f95b7ff66d6d50a9eefc2d66f3d1392cc12cba26378f05a53a4c47d44 +b8006c6aa31931bd8f442c13a0c21e48c5868a1c275a3e84ad5f27a2c9ff +e16ed8ea7d2b3725e2fc31b07dfbe9bf04a07dc8228619785077d99137b4 +f7cde57aa7490cc258c2b2d1c4c920f33fd155a6fd1bc79c26548be69d8e +2f50e52f43760fd522fc605ab356a0e1b88bd2a6dad4fd981e59063dc76b +ea561592660425ce3950a1a8ae22a82304bc1ea0542a943528773a55b4db +a01a24ab34fb45021d9799bf29656b2d708982c70f68b5942594d9e7d9c4 +b8fc7d16f31fa7da05209f4b32c75b2ef4d1cb485bf83339b4dd4a3b06b5 +61780dabdb959024204d1b10c21af5b53ccf11576a5bed494153051ec6fc +896be696600dee78061f661fa00d32020cbeeedab18e432dc785fac8b07f +47d0c5ac0d6553f5628eb560902806d4132bba6e0c22003060ea45d43740 +26d0009e231be79e948299076c3a020d3ccf8a96e6f5b781027d75490b10 +ea64067692cc1742295ff01e173bd3d92fedb3a5256e81341b608919e4fb +9035390372d560849bf0134db57d43e245f9726a8d3bf16edc36c9945772 +9cc21eb0d636b393890d51c696b6234c04d4a709bdd848174c26de3a1029 +0ae7e3e0e00ad67f2c47c097465d4f9fb72ae2cd781781d876cc4fad8f4d +d32487481c1258b272b9457621680d67a0dfde705b92de4c9027a2159cf3 +95d1518c1fb970fa566c3eaccbe5bebbc67eea26b01c8c3e763ca3402054 +4eb3efb615e184287d005bf513d83f5059b451184950bc33725cd383921f +1101263af8f68ae528f0b8fd58b23ff4e33377ff4cd42b7bb862c4f24cf3 +5b78c1a06a5991092be70afbe763d988584ca8e27a45f202ea76c5bbad75 +eba84a8e687701d2ffa6ebdb8b892fe0b7d2f6bb22a9e63d01db96f48afa +536cdb363d3294c6b912bc8393afe6cd0933c2fb69c3bb9b0247a69c9ce9 +2ccbb86a319cbafe871d86eb1beff057df1740d5d78943b71eedfb5d10be +a9c9b5f5b256428f8483bdfb74446f01e19704bb63ff46b89ac1ad1ea9e6 +b8167740d92824b70d10e62bf91e5f195d3c5b34c89ebb76dd0c3ae81583 +e62b30fa89bc91505ddde2ba491c88b2cb4fe1ffe969fa639c731cdf8bc4 +f4026c95877683dffa4ca845cf3ec817262482bb4027bb7e5b90c2c56153 +529f62fc54d2b56c951cda1dae3bd3c9b168bc93cb7508c95bc0b9681f91 +661d8d201f655701572e90de07ce20b27f5f91c66216e66a89a39c0d7080 +5dcda7789d3e4bb292e193464737d7254bc70b93a5c9b4c49bfeef3df5fa +2d333eef22d067df635e6264d151137948e44cbffce8b7a2f85ecf808e3f +4f8f1eae3cc3df13da3e92911910e92b5ff641155180be4c77f5ec0ccf0a +d2e7395faba6b848b3883d2d07573fbd446b5f9718ea09d1918bab4487b8 +195b5436c81767635525ba753ca7423a9783ffea585e9932fcbbf6efaaed +d1f9f1e4a0135c64e8cec283876678cd568f75a116ac9c757528625176a3 +a8bc8b63b7b9e8cd06a9b60d00c5c21f6a1dab66c7802110737b3e1ce8ab +a5d14061b604c18d7fcf6dca718c594259bd74547250c0d47b30e3297dbb +05c50f4128b83f58fa96321e6c1fe34d5296e11bfb4cc550cd80a1214d82 +1c04be92b7aeee3ef4e4b70e627635617d5496dc3281fb474718e5497303 +199bdcbc3318423e0c2227795ff34923772c7f53e6cd0811da7d2c231018 +47541e5d6a2439b2313f7ecf5f12d731d0de9db8bd45b08e1ab129eec0d4 +eab8ec632d0e5176ad67ea81c681b9203a4988d22db6b6059f3fd8870889 +664e1f888265ed3b316219dfbe24a7d4254cc2f4981ae42bd78c73326019 +c504eda3a4d3fd181a70dd5085883c11637c78b82b5fc78e27878b53208c +5593a52114d83c37026041f801d950a69bf9cbc9b75b12813eadd695e65c +1583254b25d17403fa4d59f518c572f8ac90a386c9b63cb662f50d092cdf +374e5c14bd92e50ff46e4fef2d8a9e3da367e7d3f3ba17400d5445463992 +74fbc801c11e85e8d10450ac0bea7a468f1ba990b4d959292e40bbc11d25 +30e42e65356719a85c76efcc6ea9a36029411ca1225b11448115c16d510c +0456ecca598ecdc3eded05152b669d0e7ff3e80372f23e098c6d02eb9e5a +fb256359405bfc81cc9a927550e4994c9dee0815afffaf2d0a5fd3ece4f9 +057bc6fe048761f74d81057eef2b4fbed38f8cf6df765975d3cc5131093f +757c390e1e324c159a70472d784e49e6ccb75af3f303f9ca91e2eca0664a +4b4ddd83256e22753f1fbf2b5b1e73779390c8c582e1113acfdb212c1a9a +a7537ddb197c3c36c642657a5c7242b6d25976bd15e1ac607db186bc2ffb +480b1c95b1f71faf1903c864e036ddb42a681f2318dc212b1be3a8fd781d +ba69daf6390ebe299a5d57d596e24b737c529e48d7d8ae8f29d897eddd5c +fd970a7502efe9dff7a8def548d07dfcad7cf7171f14464ed185ca1ca7f8 +12647d82f37267f9340b4b8138471099bc9947ffe8836a5fca145d246298 +fa6a16a220c4957dc09e1f7db803a488bd9e23e9b06a948f46327a0174f3 +8564f5aab476c38781bd01240031dcbad5f3ea380bd1da2a57d5833a2804 +f3385741d1062fbec7f2dcb99029f671e73d200cde3c6c22e56be77ad640 +e00e418ba9c5b55f32033e77132d1a3f105050d4ece20e315042ec670355 +52a327e5d2134355b65872fc7043d796e4552c360adeecd58ffce6ebc142 +6d3604163e8736d658b52d0eb31f61e7da24ce6083494e103b0138084258 +1f745984d95cdb80a5b318651f0d969e88b6a192d8fb6833c8edc1721346 +512e30dd5638d4bfa4cc6d6ae59546d32261fb0da92490c81f486af1222f +b5b8a8beff009a7533be98aee67c751502e811e6d80ace82316e10872ec0 +38f3ba8db28844e6226bf76fb4dd1d533e32dd98afad08686ed7ac5f22d2 +3ac3efc4ca3c8807963329d4c5e5445e483b31feb1b665e81efa14e50016 +cf6ad2c9902bbb09c1169cc0987c8965e17ffda6ef44209c580e87e21435 +9ff2f1658f602c21469e861fa93a6922fb81173edc3087d967c29861b5ac +4b8bf09a80a39a719bbbef195833a535b795155d31d2c514ef77b63fafea +0d3e65fd3d036d347f9b131644172d1d05b14b58e0a3d05e1eb3c63cb59c +9921465766ab68033fd268c305a484cf5ec0fc57ab818734b6facc6c5377 +6a27e1eaabdf22bc862fefae9a5ad864afcb2e1025b92e42b8f7fc360fdc +84384a5b85e5d3dcb8bb5a8c0a71aef443fabe70f61f25485dce3b5d1309 +5f83463dfed9d1e6f076ea41f6458415d65fa5f1fc7e10e71bc5538050b4 +1fe27d3fc52a0111ff111cbea421a963cb8913b53cc9e2e9f5f6a1202b0b +1ffebe8afd7c8e3805c631028e15a3bce7227c6e2f554fb6d82db30455d5 +74ec84fdbd4e589ec093e7a9f2687a30a0709da926aa83660e19ac331029 +3b93b6b7614d7c8b941435268bf88d7daa8f413cfaa4bcdade3b06e0a4af +b63e66cdbfce3fff5da6668c7c4b8c09f36470315f9fbd6c41917b4beffe +85c2fe8789c26cf07eae1eb5f51213ec4188a4298d6a7eca9dbdb35334ee +727a393e779392106de99423bfa78eaedaff42e719ef1e430015dc4aed0f +66db1bc722d1ce5022ed01ec6160b9c6a1e059006a634cf1c81738aa735b +1b8adf3b53f0381c921d3e1db16797d935a90d7100dad04932134098cfbe +f607d493b1c2858f4bbfd59fd711861e7fc8d3c39275137209e878b54927 +eb538fbc1b7570d94ec72a417c7c93b97e64ffa489feaa8e448f60bd7198 +eb87700c55af20c26b30b74117948d3a2c8e63f551dfa1597e1151fd036b +450ed365dceb627a8276ae186b63cdfdc9bfeecfab49e24cfcc88e336f28 +7209ad7c19ed66735525382582d34a1c427fcac42eea2e2bb2bca3b889f2 +f94c17889af17b8527fa8c98db89a62ffbd0e7d74af803672ef0ac1a4f8a +b730dfaa7e39279dbea0b7eb15943309dacf9ae8d7ea5530bf423e8b09ba +f591b7fcb0bf32be49fce97cf65278b3a078e693ab4009e8991edd66df5f +6517d1cb896c23c958260268b7a10343744c83361a7d4c0f58d2a3b147f8 +6aa96105b68a2a68fb84750acd807efc2b43e75aaf3f69110f4007f0dad9 +be64c51774a90e76f59f7ba21c4e213b9e036e8fd95b7149ede827c895a7 +c935d004aeaa657d8e89808b943517aae13b98b7fa25bb2c050b2bf3d2aa +94d03660870ebc3313df28b019dc87a834aff78dd233d329b6307abde48f +7b33136591af9fdc1526a3b290c074701a93fd4e2d23e80c25452a46844f +6751b18e383c69be5182a1ca0b1829d491b2ff2763ff8bd8c219a9b40550 +f83e3c7e657b622df0b55c12fd92c6966db54cc7ce9872d381d9f3337161 +eb3ef659164d2db7b3c0ae5c1b8fbb5c6f325873c3469c42ea7849ddb54a +b86da499e3870699a349ba1f2a882bbdec2a2defebd80a91e20f580c355f +99d2c1c17657b2210507a615026b58eb1159468bbac06bacd1840b3e9e4a +2fedbd3db9b3da6aa5935857c2f35a8a07f89934f03f1ac4179bdf2deaca +cd37dd60596890d56ac5de35d346f05ccbeb01af776f6c6b78c7ffea773d +9fb02638a27a1572e88506627bdf29461b4ea9757d3dc4b4881c23afdae1 +b3e6ea7890e5791a05ac9be14bfe5031a5e7759fe0a77a2c433c5f4abd2d +6dd24c455a61ba4bbdbfb879954c301c87cb83a65571abb4ed0d12b38247 +a122e6ed2529a3e9f303cc50334ff66633913474ef5b3944f431727817c3 +3f99961c8fae4a9fad6f7fcea2ca3dcd7ff630e1dd1a2b1b2e7702d45b90 +022e3b986f8ac02ae7337d881aae3b5ed5ff6589982c0376f7e0184e2677 +6f4910f5764a9e87c0a011c4826884b733a7c94081502fd642f9d01ef2f0 +d13b8c3202b0c65017dc52c6bb896a2d5d6a6eb7186595395c1761fba3ba +78533adde3cc35cbc61f5e3049235872217f858600c7d9dc5446689e2fdc +4bc18bae0dc69a6b9538899a72eb972da71bcf204be2a1bd4f3b41ff4e88 +0a474e78b3cd9787255ed129ff5fdb1971bde1a628f3d0031c9c07729465 +3a805069b0737c56f13cad9a7712c5a89c08364ea2a7ec47459f01eb1e79 +b1ebaedf65b74d2f04112943e925c77353b85bf4284d44f9e035f98eb381 +04de862cdb67588bdc7a01ed46e3b4021a365c143eb8f2a289ea8cb86c26 +0e2b68079858cd80d7d01062c777cc5509102ca78f35a14b371228d9f3be +79c260bb444bf12f229e6d734f455f4777d344c4adf4e3bea74b3fabbef4 +ff6f50810c9ba2cc4ceb642045c50475e0519dca6f80dbaa84bb3d52993b +7c64eda507d3fa96233782b7460616fc479bcc66f1fa45da506e6841734c +04197afdf22e4948fbe46321f240aa99c9567b623edef4001964022942a1 +04a3ed4ded4b0752ce877d4132970adadf6a3707e5e999eb9083731ed70a +4c4d3ca516e1f2a2cc21e7a3335bea3f2998598776ca3cab0c495a595f08 +b14d6d047088271a42de0cd894fa2ef40321e655fa94934d56dea79fb009 +e18011e64f0d712b853c13061d9bf18d2449102dd6b76d026cb41bf188a4 +48d758c8d61111ecc664a1577c90baeef21970e1f796ec34ba758968c061 +f4d3a0f4c6f2967f33e6ad2c296293beeeeb78244c37be4924f888806dd8 +a2623e7afeae2b3f3b7fb25c2ca5f9dba9f6847f21a5d2350e09ea9fcf3a +7b3471c70f0bba2f4ce96afe288670d8876188aee1c0b9477f645b3d4d9e +f81fab33af3f6cd10bbe7949a51efcb189f8d7bdfd18cb0ff37f5295f617 +bd21422c088ebe9ae34859728bf8e2260f0556ff6cf266be35330bf2183a +46b0f2e02be6735260fd8e32994bc9ebb66da8172178c0a5d2a46ebf81d5 +33dc0e8d85f9da009d9cebe0e5123c5943e805ba8ca03feab7eb753933aa +dd88df02b74e0c3eb9b3c2b4cd0178998350c87afa4f8bf9b1d4c88f1446 +f3bd28b7f7e6a123536504746ecde5360c6eac798c6b8effb282a930806e +559e5c6147f75b3a9bfb6f80dd672076f99d8ebb064801196dc13c837fe2 +506d523fdbe6871cf3cd286f553c6432bba9a1e6915cc4857a5e499c3157 +e8532ebb1b3f605ae39e52e47e8d2d72aded3475a22d612111212bae39e5 +e53c53294115cb01446379d9c65efc4e9751d2510df8a8f5d05999d321ae +cdf6a8f0c6bef3adf0a5f07ecc76a07c5a3e3743b2c29656f8622bf507fd +994d1a2cbf0b6252a1676802e41aac858fc8c05f3b0f9bd7f5659daf2635 +bc654f2d4ec5840476df5bbe92c94f6dfe01b053817bd11e98293c1d82d4 +2618ff76b7d7477cf44a55a05e6267c780288497538773c45e7c005465be +3706cfeda1a768e34b16529130151c81c21cb79b5ca2613118dc99801056 +fb20ddfb772af8f6c058d291bb60d1bf0e24f1090cfe102dbcfcdf3ebe9c +2be95830bc74254fb33c5ee961173d7f192c77e9f3cf560a6acfae216537 +8f8ec20794bc2fe89be5fd2cc4cb7bc64b180e316d6c7a8aec02cd3ba489 +ea1bc7290d443f2017db5c9f56d3c01f60aac361dfbb21391d4631e1ce7d +caaf8b7147424d2e280401552eb8d28ea29a2e3ae8d497899b0a9ab07572 +8943e310b6f119f7f4745fbf157679fcafeca4b489b2c989169572d9eea4 +ea4a268ad55c09e5f935e581fb3c3bdf7a19cbca4e31c2f11c7f94041c17 +20f4afaeb34297d0d443ea15f45047d428e170be83e949a747f2b0eb1114 +adfe5816e4c6dce2e15fa5c04cbfc35eefb2ff31e7e8249a68dc182bea5c +38d94cc14d4fba937bf7dd6d0d7e97e886dab9cabc1065152f0eea63490d +8ff3fceded7c66b94b432164faceecd537e8dd7d764f9c723300f677cbf9 +62f512e0c2bd926aedceced203219b44c6a33eb81f68a80874692f0ba475 +e151735c02f37c7f827b7c18a50f403c60b26ba07598a2340079ec79870f +dcf1d0a10f95b4917ae9ba414fbba00dd561fff7e3669a840d5637a670b9 +c7603f950be19410da99280f836d316578627ed4060e8aad11975142bc93 +1efbb553216411d2a3ee089e0435d256cf6c27134f97426be3fd8a6ae9a0 +b7b6b7d660e4bdbe8baf5ea8d81f4249f03fa53a4ad8c49fa79a5c346f6d +73384af34d6ba5733650794b840bbc12c2d1e693e6a2de9ff5b317468381 +44bdac7ecb57847f26c1807beea229a7ef033292df577c4fa8df7125c95f +beb9d3c9a67a95ea90f975a93ccff6684a4076367d6df13f403673c13098 +ef55e1c5957349548ce21775c7428dd33904ffc4aae249cb65c05c2ac6fe +643fb75a2f4aa279392013513a6a908ed6bc2bb5c56a38a69a5a5a0aa07e +84ae5895a20adda2ca292145d12ed42648092f9d7e79ee6cec978e1a3548 +5ef3222e3e9dd4f9c24d0fa75189308ad03819b4252840afd44e87e4f457 +fc7b8ef67cad28c1242bebe3760b5a90e3752ed20fa3b447e577d6b2c490 +eb76f5b357c0a6181208a8f99549a2809b7c4ffe37e229e3e01d5e7bd67c +6f82114fa9436a79bf0d3d6fb88f272792670b0f6b22d14c5f2193d9ed7f +12f6f1c7f336f597d2f10b5941635350ee6b462353c2f211d01810491556 +dae168530350e99421b509105a6e550bcf9e2843605b95a89c93ab24b9d9 +b7ed3a9965b6fca21ab95c560b02e763202f7c55461419984edb144d0ebb +ef6436aaa3c68959b0869b58e5bcbc54436c238ac93aaf882e5bc014e03f +5eaeb671ac3cc090ebcbfb2aac69186cf36746f535736a2c8bd703aabb7a +b8c9df63d73191b98ee4279473dca298c41a6f67983ef91b2e56ef59b933 +59d405b42f5a30ac8117cf7be52f01022137441efa08549bcadb2efb90ad +4ccd93a6022a8424a86ed4a48c213326737bd968e627f6f8a8e806676bfc +d6a6517e623b84204a5d8dfa46eae6abe89870ff3bb19c6452ffa3a5abd0 +e0cd418ffd2ff221827bd313d753a63434ea1bf9822aa9d7f2e839e9a0de +bbeaadd3a4ea4746dcb2814b98a52fa00db4c1c71bd7687049b5faeaf564 +9507c2303513f1b3a6f4f7de783bccf85aea628b1afd8f473076e95195d1 +e8af64a05d05a661e2b2f77779144905a2c5601df0eef0c8812b8d9a5165 +489396ac9de54d715250a3acceff5659b1f51ad7a7239d9a8bc7631a35df +244e9cf1a3d080de8fdf09052dafb200b907e8da5bb2404efab14e5d3500 +7710f369d3dce9654d0332bb19a5bc9bcf10c2ae8a12d97831bfd0c06881 +bef8cac8a9bdeb42a264593254ad8d72fa97f189901a857830cf52cf137f +cb6d46b9b934b98e52a251b029422ddaeee26aaa89a57e3bc0c40e95bcdc +9d9aa36a34805520a647a1dd5de148d7d50dc9ead70d923c9c78db90f8ba +02d68c3cec9f5fd771c33140b93b82ec063c8da7d96444beb4fd1f9438c0 +0b1c747d8833dd0a1e12fe2036bf38b4aea8f8708bd3e3e289425abbe7a6 +ce0a9b3a4eb6d6cf021a03a40b32a6fb27f714ab28b1a8d0a7be38e3585c +fbdf46ac0906b0656599998331baeb24e94effc3d56b37a6f33695c847b4 +5eae4abe907128987e7bc61c9c2cbc35b8edb6c4d00004d36dd05fe001fe +25a044bb325117ffcd3ae307684029c29ed0ceda734d1b9685da4cda79c5 +53eefb7e26d3e31caa1b815e31d0718b190be691abff96c3c89ad3ab8669 +a6912149e59eeb566ec95113895f17d5ae021e1ee285d0c49e054153944e +63e019fbbb0863dace341b53cd5b976f7b61ed082f6423dcb631494d2e6d +4685bcea79f5dcd4db9e4e323c4badc4fab74487d059351b7f301e8c0cea +9163871789ef9c71d2366f65ee95a84efc738faecfd1f72bff12abfa9f51 +afa6e0b40d6c70005e60aaf92a68ec136c4169f429c705d51aa86c841fa6 +8a4c44e92bceb6605732d355dc995d5a9ee4c078c0bbf80de0351af8ba35 +0d24c5191cd1094a7399cb946132469c3034c6b125c8edd52f8fd240a5a1 +4e945431a1b8505b9436e2e07f19e2be43b6a7eb616dbaf95a7335778a47 +9b2e659e623bc0b6db8f4abb16f269cf3550de6ba58f2be5c3e9cda1387f +0afb3a1f52330675440c89e329b3253a143c4bf1fe2485b5e402b2c11ece +38ae8987c19facbd48b9209e3781fb2cc48b0fbb3e5b38c73910d8c945b0 +59c36e26211956e67659bc13ac100ae8bfbc297a8c4c8985fb5fb4227237 +52856e39d5713557e4eb3f14c5e15f822d2204ef14a91c6ab8136c6ccbf9 +04beab720daaac5775a4ad27362986eb78d995b7eb70913519f0b0d29591 +624f159285880ca18b183240410cbd0e9a293f2220c6ffc289668ca820cc +6e3f8c6e24c437280e067379bebb7dcd7bfee73a804de04866c102488a72 +1dc5c19f64c17b1ba6f543fd024a2bddf2b43d27185b7355ece2fa7b9f36 +7d5d56cf40e8c861039b7026b465d40ac264bdf4d43bb59e451a152f0219 +80df72ac89ca53fff8dd2a7849877bd8ff0ed654254ce9037925d3c0747d +23dedef33f9510a6730c9537503a4612c76b36698e4bb1297a3ff72caa98 +7bfd0fb801544fa5b04753780faeea75a567ea18098f2ae84f226220df46 +42a70b6f0557772d7ba1f13bef7ce9d9c1f3254f373ba0fcfc44c0063fcf +f3c2d7b48b1cdded8f78a1ec7c06695ce889670b6921f98d986547fb75ff +3fafbe090a2d33c41a1f5fecdd2c21e5ef808d7cd4a7195b7715766521c0 +0815f524e75d1b554816fada08b6c246d1b66cdec4bf1909d40d48d5a25b +0b1615523fbac1eec49f404dd72247b2c07cefb405faaa273973e8714b13 +ae5e763d62d077f15fbb15030d7b4062275335987bc5ed9bce2473baacc9 +fe39ea65d5a7ff0e3767123c69238eaf663975233dd6e9845ccbf2df9399 +285c8dea6175f2215257f0022403092ba7dbccfbd2c2da8778f3833952b5 +9d2019d11b63c7fb0d1344ff0c5b8e8a55636399f3611b062e803e39af3b +4a6a369569b9d8757fd054cc0d6b62ee29cd6cf2fcbc6a8d57a2f9c6a504 +bab41004df5292dafaec65a2861b432dc41a368136117b746553777f1fa0 +f7b2e3faf253a0bf40d392b4e046cf697abf4d8b3268e4f2648439ade9d2 +e45524f3c0e052076bf35400cbdd16e70f88239dea74cd27633275ccede4 +9c6b7c237fb7bd201b3dfa9b7794555961414d80fd5c32032a3310b6b32d +46a6e744934f9d680c5ffd81f331991d1c997eb3e4ce241916174da8bfb5 +06b0ff918c6117576a6fcdf4bd9dd90c9b5273331c5bf07e5897e9f02aa3 +296cc05cf47e48b55886b8826f2822140cc84f54b8b9d6477d9893ee74fe +73e39297bf414e0179bdb25166e8836d49b2add6274aff33c82361197968 +fdfacca49b85772de9a148e017a8ffc62a38a30be5850513071727f3ba34 +dd644ce08bf3fd2a550809730a5c3591d60c3b0e3ed24eaf57817d4c84a4 +66c5f03794e6aeb3e1846ab2e93a5dcc3ef835664ae013464937451180ab +b91d54cc81967cf85ee6b9d75c14a77f737fa6b414ed667fcaba82ded665 +3b8d6649cfe57b4672c44e0f0bfe5ad630c48ccf549b7cd2deae9c5527d0 +4783ec5319bb9ef7d750d87ba3c6b9b819545ca242d41f76fcd3df2f8842 +fa5714aff9e5139bd2908a003d5c0e6263a2bbe4105c510087db0ecd7c4b +57cc3af64dbaaac5de21bcab8a58003225efe67be7f9a6709eee25d359fc +1aebc969130f3050c0ebb6d8b74859ad54865f400863d769e91db9edeb43 +8525a7c7caa68b0d198475a449f5f87b5ebb495ebbd0dce87bbf35408679 +302b4dc66d893f4b4158e1b53054ab9b197c6ecb07792ba9c8c5b9c900af +c5a05cc9c31b5078427a1c7d74449b9eb8617b3f0098eff3c586744dbd27 +5a117d0aa14a042c51b7506130de59694db9e45d48f39a31411b656512a3 +2d3cd96686806a73ca7f46dcf9a4872c0334c89ffc2948a2bd98bb2f003a +85834c049877a4729f3cf001b1385814a17baf20a0ef75708ddf0f4b656d +4122e30d794da048d83b201a252c92c8c92809cc3027150ad65ecc94cb14 +69c5db56965a42b367ca27015b161acb2318686bc3451e03a299f67de0ad +bde7f33807213565cfaab7a5ad04a442fd3cb710a6d4b78a62c318815ff2 +d9e14b9357e8bbd13faabe9d9ea43c0c39bf4976ff03d1573b1571e3013c +fed9bfaa0c42017ecf25d7c12d70410e7a0d79e37d5d505d11da9696e2b1 +13019e10355aff4967c56ea86d4362a89b42cc01f3abf0dea5f029ef0c2f +d3f33bfd58e31a652040ac6179585f9bb03e0bf8f1e94da93240f5637fa6 +21687bb4b7edc3a2f5f89fd1434412333aa9b97bd0c1d362285ab643f426 +f75dd854f116a0d8bbdcdb80ce513cc45650945b546f72ca69dd9d2707eb +7b5bdd9501febac3c4476852a1d21d6cec9a25e4d1671dcdbbb67b6fb02a +78daabb55f140eec157eb91075e1f5cfbc2aa8d8d3fe990f47429bc573b6 +52d0da673909f36bf15852a7ffd991d927e99a6c956f33408a8f5edc6d7b +200ef63dceb2cfb8da9475d34528238f4d5a7aacb905e6a769662a31ddad +4e75795f11f3332bee039bea7eb9a9295a93e8f05a0978d88173c2f48a7a +403daaf47c0444ac49e3544a2aa319176d51911b49da0c034f3e9c3384f9 +063d449eadde60491ed22c3bb5c0bac31fc564bb75cf75597c977bd9abf9 +05993bdec686728b1c3bce5d0f6302b3e034e556e43fbe1851b2d137cf73 +8a277fc4ce3f289c1b6aca82f97401eac80ea9a7682cdc9a588ab100c844 +8b60ac0b360f1af03ab5525536c34351dc7d1169193e71fa12892ee79a9e +41552f5deee05e9b714587288852de794d16c571a4d61c2a41dfb1c5e0c0 +e6e2e9dc4ec7927fb76b52ec0bd581f6982969c8dd2400377428fc757010 +ad039cc3c917421a7e20d261034b9f86c69723e9823a2648d648879e13ba +aa98bc59e45180ecd907804c0132b14f5a90705869a8c3b06b1a60303836 +4029f3801ef74c8f798f712beb2aeb55a917e4e15907e16070a0f9b52928 +92a05082b8cc5a51aacb34e227fa8b389c08245bda3f03570f04c1a06462 +4c8929938e966bcd981c11f70509bc65be7d3d1825a918a73c9c3479cd93 +24cc604e0b38bdd77beb802d4fe0c6c75dc1494f6816dd520f295c1a23d0 +0c8ec16e45d9d3aa9e5b6c138b7669be34f62b7250fb016034fc3d459fac +491bb407501f99ff6915f17ba0587f17d19f05e4011a8260c6d9ea10cfe8 +4db4cdac6f5cb8f8a8c19d71a8b51c803fecaa5e78d0900e717e6db0f16d +b5e3fd766b221033d64c4695127399ca9e5559374bbe717c772746ff02be +0d9cda0216a202489aa5872d200e9c96a70c6f3709264c4047847a606353 +fc3eab0995cbe4dc9209cd53d2f869e8fb49952d2507c28d978a444848cf +7d40200e56a1dd0eca3dd2cd861ab8029e8fed1e2ea8a4b457514a0c118c +6c64b3ffdeafd9fa3fbf92dc132dc4acb1dd082ed5ef10e1c85bd4601a3e +f2a6b5083ded55f5d9d2c575d0eba89700b4806dbcc6e5d2a2ad26c72cb5 +502eaf92ce02eb0769b552f7b372edc1d14ebc12545545d55e1be0cace86 +0ea950c891f47a066e334fda3afa5fcce5cb58a121c70a646e8fcf3b6b3d +2bddbd3bb137ab4b1b3056343439432df4aa089b70b47511cfec8ff6bc3e +97b320f8bee6fb49981dd5b411207ee7f4bcaa5d17e9ae30fb79ca887c04 +20c8024cb1445137e243d42fcbfea96f6259ddd05d335b390ed2580dc82d +0abaee5e669d537e766e7ec16c512a8b47aae6380d8994c87d00dfed9f5d +85232a84e3d3cb3ea5b307c16cbb2f962effa16cae18a2b6f8b1ef0420e0 +4b1e8658f368b7d94d949aea27aca6ad429007363ce870cde7573dcab8e9 +813ddb3181634525744118220890a4c17249ce7ae314a9adcde389949f14 +64976b4a819e87b7588aaaf4ee1a501c03a1c7e928c3b4401ebeb2eb5ec5 +b65d06d61c11831a50e59124ee7fda18fc49cafa2ae407af526d1a94a305 +96e5aa91e7991ef4c05cb0ff348e86942c706cfcd879b527c8e5f00ccd36 +20f2e1118317172c0ef4cda072faf995d0d8db0b835cc9df1921fa42bcd2 +613d38b149a9ffc4514e727b453c7c8dedecf45e1e6c15b7f2d5e841b28e +73e6298ed645aa91337a07021879c9c3c80618372242f0c6d4206e57fcb6 +0e426dacc9ebe8319ccdc3a6ab7d074b85fbfaa94b2135790ae82fb3a489 +3b44f2414e3f9f3da85a8308417f197b92810c2d6c80b2fb8d725a69a5df +6e197cd82a77dfac7d82ed903a49e81d27e6256a726858a6f47eeffcac83 +aed170e22059c41aae419c1397430677b1e38d4d10ea1d73d59b836dc1a0 +32f5ff3c5fcb37b151ca33de6fedb9b6732470965ec19547e1cf2a717a1d +858a0c6ff05a74fcc9b512e4f504e9de2bda922a254ed810b0ca0a352c3e +6db3e08ec0afd82391697f3818bd50a9cc03aa1ad62a9ddbe42f5ab7f4bc +c14e5ef46a23750f8b09959c0b4afdd79f7bfd8f9ba0dde92ae631ac520c +676454657047ed18a0723244e9aacf6394c7d1dfe20c52efded832b1aae4 +dd0215271fc46ef5b90de2514fb118396a7a6069bb49b95bb240616d4115 +9be72b5fb37d4f2037c39a4163180379e5e91adc987003b0a1cd676ccb8c +f6e44f523c3b74d543d55eb3cc465463440720be08ee3f85a60b9398673d +7e4900c4583979887c6e22d3f27c0db0359a7305b5465274d09f7bcb3b7b +04893b2c9cb576e8e570b49efc409ce5054548ffb1b19dd3098029958360 +b0d936b7b107ce046648ba437befa9bef67b8cbddecb82cd9c4b1bcdc7fc +6af26075f3cb2924dfacf5f1c4160d1f96f2d7592b57edb1cad20ef93953 +71d6aac1791e98bf4bc84bfd81b92a5c2b40dbfee3d50ee9269df632a68c +9f6ef75d69939e764a1b4f527e4993097a1bf28c6e5690ab9e32c73b29d0 +275e10f9559ba7f96bf7c701694ce13133e6fba2276c125b83f43a84cf3e +8aba4a86b180f66842267e70f5c794303689962ae067290e2cf87e3fdd77 +4ed173f91fa1fbb0f6eba3ef1a34e826604961d2cb47b40b260d79b9b2fd +1de584ea79329dc8ec75e84dbcd90b888c59e8f7e5e90f4e2cf7ad8cc5d6 +ac6a42bb0aba27236ee4d68e994a1fa5e5ec15a55c15b0306297a637d669 +6e1933d8c0e9c4e81a4625f427aa47b7e8553b580a45c1685e60267e563e +9a3785a9c16e32dfa66a55ffccc8ebce3956c1e9778b64258e09695fae08 +6b493e3d2fcc4cf6904e2ab22b4ba631c50527a56801737bfcd881bf0499 +1b7677662f0bc6709b981e6dd9dfa90cd3672ea00e00bf2649163c3d20c6 +baeaf3fa2cf56cdc5ecc24628936bdc5a30910cee7afb97edd4f1a38fab7 +fa3a5cad31bbb821ea103b67f99d0b74d7c157a351144b9d755b36e250fd +a96d686bf4d69d7b6fd6bf5808f715fc393de15b86a6e4b1e878ad83115e +90eda05354fc1cbc1734a024607c081fc229ad35770030d77dd164c8e255 +3e9745ed40d9bce5427536793af013665a394cf966f2535713ed2c4a3ff8 +16f50c2bc9c9dcbfe53223d06a009268da596bf894ce9580ef23f4eee7db +887770709f7ea8909ef744ba0ea85267e62573dba51c25f77528870ad317 +f1ed63b2802fc54d81d149a2121762dcca760e5ea5e7ac32a1d48191d63c +bf1e049b78dfa7bb2b2237a9d52f714859f5ea6c92d44c17b64efd507e2c +9820575ca9ba46026fbcc25efbca849abc4a9c385520e5d7d64a787dfd23 +229bfaca0785aa219f310d6f0210e4aafd5f75033ed560f123964476972b +db2a8087df61d0ff47fef572009a81809c7021d62dba53f6b6a26b976d53 +94eff109b3af588cf8deb44bb00763526423d8077836d5e3bce10378ce95 +cf14d8732ccab691ddd13f9a00d285f2d63fa8e7b16136b1a8edfb44a462 +254de6d3a5ec710b9184c2bf8b23eb1aadc2d40bcb53822dd29f4e5cb045 +3e863c11aa73e1bbfc28e336bdb59ce3e88065ea9d8b79991461bc3a0d5c +97febab06079f7a1defb82bca12f28329c063ab726ab7c6a2dacdac6e1da +46e58285015695a4b206d9e0a4df7093033a9e42dd097c6ac0ad87fdf42b +8d453936731448ddd3870a490cd48fce942bae6a88cc0f8525788e222239 +a38476946060a8feb6959613b28a01090293a9f5895f7b509985e3643ee4 +7752ebad364d54437ef2ce6c3fe86a4d2be12812577b126df132cc7d602d +c5ec6ceed3041af208b69b7e98ccad48b2e6d99ab607bbb33a19ea0ad941 +6b31e145d3939e04e9b4afbcc2504c82d879dee54455c0f5d01c028d4648 +bd3d3b9cd2036537764102007df035a9ed9660123faeda255a7385adab5f +13e3fdc490503d9b631c537f1c4447a4fd4fe3f1cbb242705431a9858a0c +60fa8a836c307497698053cd8c62f21aad03ab06aca920bcad87f68afc45 +39f39d9d6759b7c04e15ede59bbcc04f528a277a927152ec89409192f2e5 +26f79921a4e76fece2373f3375c3c0a36ae1d6f3bd1b70586ab9461f65df +c1c5654b5b5aec5f92d6387a11bb28b81d2366fe463a5ea0f8198a1fd8df +e0889a281e1016d72188023de9c0244764e480b801f83381360bff7a3509 +5609a6e61174b0274c2b7293509f9c4e4eec290e2c538c02adb877c8b21f +62c070f58cea8bb436d3b34706de6a6fe8dae931caafba634aca1948da44 +c2cef4d8be6b194d3c41d0c584c82f6f48c67ddeac49b17a692ec941895a +c203310de514f325c7e70d6e1048ffd7f31682da946fcbaa2f5a50535f0a +ff3dc0eedf67fdf9898e759b929b447593edc1fb8c5b77062e19bfbf2fb6 +c4b8b7d695e24cf6470608ab635002afc38d755592a0c723730a042ac5dc +4b74436dbf5eb8dac79ea9e6b7f21ed831f33b6b8c3141c98134e2a69af8 +fc7572bc08aa0ebe9deb04ee9aa794d2afb9bc0e97c60f93a7a72d15556d +36ca0b58c60fc42b6adca84658447da164fb558ae1c856f4c3aa6fd30c26 +7ee9a8668426a3d742e6b8e130c523e1d8340ccd3d3f741be49ce3935b24 +aa20443b6049d0b136a36c1f13176048d69d4150af8cefd458fa78a2859a +8a2f7c58bdbb92191a7dfc1a3cedc12ff91b26b6828d38784a5f829973e9 +d103739a1d8cb4366edc151e396c415fa51c740e0d81c18eca84798f80b3 +5344f2c5c7dbda319d6d50821f236d1d678930cfa18259a97496df61ae7e +ab1c06abe785cd887259a7f08e79915ff96cd781d91435f5b5e4da140c2c +6c0136dca6c57c7df01f9e87fbb0edf55f80dce3a544b7992800d8966f07 +e1297af93114a9efa7eb21baf2583055770eff67b5d21f64c5c2a11b4147 +9e314762bd6409dc5a73a8b32664b55691a01bde6f95d5f1c1065c81b129 +45e5b63d7e845b3ac1f16f760345f886eaf7b091c4c56cf0d0c2a9360f7c +4e546630b93a2aaad80b4ca35d46350095286ef840123cec13dc12e0648b +69d17a43aefe796a02dfe7de3eb520b5e247af46f31ee8507deb1774ab72 +81a32bd0fd6e6439fee6e94a49a8567e68d3156cb34212ea86b6e97f2866 +4dadacf5173e64c7d39237d0744b315fab7b6b85a6a2955a8f45ebffbd87 +9bda5f7cb3285c7241500278ed4574e464adb3d3f07f5a63560873aba6e7 +f9f3f5afc580d06fe0254bcea4da8af4dfad93b9225d636b0cad7a4466d3 +0e6c378b5d2e15e54a0d2686f971b8a3a04bd412ea4d59784bf73b7b8215 +7e398056a48fd391677420dd5c85c3aed14709871fa319b5677889022e1b +3b9e27172dee5df9aa604c98307c576e292bbd17836bef068be34136538e +a77ad4a000894fd8251e9950fcc41b70c2be9368150056bcd41badb91d89 +4da2f98d599bf224120fc5a57028c8dd55148c788a24f8feb19da237fca4 +93a9a0e313e37bae205a00829c9f7d0b790369f6cf5b1c54f4efe3917851 +e9f67a29dd264d2ba0b1bdb05de9c6894b30cf8d5b2d37a960b24b14ac52 +e93421da5d3f2e4484d870f333ce9544a9f578edee46de93125bd65e0584 +3d475c64b2fc036c699eecd9a1b54b5ca8c37c02365dfe7afe918204f6e4 +09d24ef92e8af22d1325f84bd31716add00d5323d34da177b1dd377b77a5 +0a08d86f13000039ba4e1501edab6ddb0073ba7843e22f49f93c80bb7d7e +09a12c0e9c2af050fa39a83ecf87e60672257a62af6f3686aa17b0f246fc +f1a109cc2f7a2a74ecd62849c741d45d92beb3864b6377f648585a7292f2 +98cc3c44b5755dd907e1c3a12f6c152926d30455c3c74e1501eda8e5c295 +7c64c587108f18db3ecc698a96f4c839edc7495f50b3244c59ed2a313509 +e26132ec29067092c12578715104dff4cc0e30ec1da6c13961b9f8b68a88 +65fcab289d5cba904d8891aa7fec7bd57cb4183cef55ad7cbda701d2cf0a +3878c52a77e1e22cfcb4bf8ff5e3e0833f4dde59f2e8a6dc5eb9b625f05a +6575445cf98267e442061d2ad99b52cc789d1d8f6988433c5c0d1d4b4f51 +0f8c73f6bba8e929362ebf38d26c9be8aecaec33f268e2725d3f51cd327c +48d2abc52e265be63a2a2fc87454ae42003eb5a28d6ca5da2d7e8abbb9e8 +439b683e8e631f2e6da1f4b85c04d8bbb1730f2caa091f1b1eef31e08fa4 +df9a9b9eb8c6421cd5bcc0f6ded67fd19617213a80d18024ab79f408f7cf +e3684483819c85a061c53b4fe853e382a3a7778fa471a196f24e124b1436 +29926a24620037e5f73ee2930195e2ecf4ecd53461b5b73c686578d48124 +c8878e0ae2cd2cb654cf98ea3d238dcb37ae7bc18bd0d21b323c959fe82a +99842575f35bb6f286f5b3578413938ef1cdedf1469878f28d0f9ed53100 +c991598f7aeada761e896998a42b10fd186dd494e9ca575e984138469d98 +d4fab45dbd1ee3c2f61b877b9da3660aacd8774dba08bc31ae8e73cfbd3c +fff34ac4047df0776d0db02306024adf7c9efe019128f2488d22883a4eff +f3b5af9fc7552f70a78955d4854a32b3281ddda5dcf15f915b90bd584c40 +e7bfe27697ff9c6a9870d329a63a45d35b7d5c87060ca3960accae323beb +e22f909f71d9ce8f4e59f87698954cc5468b9fa31eec9a1723665de649d4 +9d1f4d8e6b96c4bf83e02806d4d9bde12c1a598f801e2169afaef48cb6b8 +d5040f2be6901dc81c691776b45321a8959939a90b6099446e8cd50576fe +da3c0809294c8cb309ea895075d2eef2a0f2b019e3f2e5941b5863004868 +d81b733cfffdff18b54df5ecb4d3230d0d82f091283ec5aa46c060541366 +3f46eced8a3e98334b9c2ab430f435f792176874df89f2f1675c5d350fa2 +1724a0d2f19a6b24f86f858d0af6934d8fb84016cfff258ba15935a2612d +4fa06dc5579534c7193324b282a8f5a67a8c77eee35ecf2fc7005a3d8d5d +6ed4a4e19d385848a8b95aa6454573815d0182f4c93a3face72d7c2c33ce +e19499d1232adfb742e6212a6c93666bc1dac3a4275c1228ab98b9779850 +ea291edda7bbf14b5e2c68aa26f1b877920aff9ca30788348798b4423b39 +4fad935b35e3d5e71277ec32b142a386a96fece14fb96d3b31fb36b36440 +a71c2d83c5da38c9fedf38148f7cd58748bb2612be4b4895b02e8eb09a5b +0e7548cde6c939ce8880eb89b19b3e26f354cb21ad2a31f8db6b49683fc7 +fd7850a81f4b801bb9f108688435a2b8ff617607c570defce9c4586abd5d +a7cd2a81c93c9e53c3ecc79d637be3d0d9f8b0b08214af29b7c525c6415b +89e0759c5c6389bf00d01e884d9ff86b1bd35ba5d679e80f93d259e88588 +c5ef5e81d89a29b4814ef4a54cb37750182f50662db8fbc27a03ffb3d0bc +eba5cca63c454b12960451ce170828efeb66bc5397c2f0603472cf10a18f +321a4a55eec51dd5a63a4de376ac65f858cbe20ad56395c7b1123cdaa942 +c558cf95faf70c57cbcc724aa11cb7f141e0db8cfb173d518f0da1bee461 +42a05de5108677f5b14dacb79782b2010bf7c5806dbdd67811cc136c0c0a +f869d8dd9df0ece29b581c55c60339948e044da340cc704dd18f8884a6d3 +c851e6113d77742d6dc05365ddc5806b9beba531037aaeae23aff0b19737 +443e8105d57c2c246b09222b25926d5368e62728acb1b98ff51eb1fe6a13 +8e660361caf8f3074de12b7137db4819bca2b39409636c8ff8368c07cc46 +5451818e7e726f02c9dc803e1e53fa04de26cc59b24b5d86cd16a1ab7ea7 +303af8cbb2ad7ce30256052cd4c3b086446db5bd8677a6c8fdc13bfc7824 +23e9694c7a60501ade93a3c867a594c04cc0fb1626fde284b566ea1e4f6f +7b79f4f22fe9c586d25d8b40c0a4147b7a2be24a83afa65f2adff816d656 +19052d81c9cc87be737233aa0916b9cc41736ea4630f4d10c0867aae059f +22ecbc3868edd11f4cc97dc44581c52ef5a5879da40e356281bc0e1e72c0 +5e0f039a679f0c13955e6f577fb6e78c94810ebc9c75d9519a7868d474b3 +2d8a2c62d7e82630059325a9cd33d2ca35d0369bd45cd6f17d83c2c30172 +1bd3c9c34c68b0e709dfe50b428a4f051786ab64f707dd4e4d8a075e0657 +22d5b68e5e9095c5184cd7c01246cfc418f75914f0a01b088ffffadf85c8 +499cb1408f7396b0d94b0b5dfe84e9a619c55e87240a81af16ee893984fe +331f15f597cd3c9415533f9b53563e478d8c6a159e428a806d33f4616ffd +8103ad221a19845547097bd9f1b234c1fedcdcfa0d8ffec356130515c5c5 +11fe5c5ba8d25ff61e6368741cc466592cd920696e964cfc0bde1c5e0b1f +bada15b871d8ee1ad94bc4a42cba6af0526a061d1535d8f3fb4cfcf249ad +f9672e73a4af5ae352b191015de331dbff2a889839c40ea4d315813604f4 +4f6f51144d0014fb69fbc5d4d64d9486b7285d7533a746503920212f1ee2 +8b61b9b44f79e15dcc51fbfedcb91b9eab18bf942525df15e67644bd4d05 +29fe44333175ed909c06d6ec35280ff1354bdcfb509295ff3123e2a53108 +79760e6e7af5b0d6fd44c14f82ca4ca89fc41771745e1290ac86909dcd89 +4a360b9c549939522c7e54ab92d1cf0b5bdc4cf8e9c8b9fd49b5f246b6bb +51fbb881eb6a1184b2383acfa9c8907dd73c8be9a200e555f674c73de70d +9c171eb3a2133fc8058c1a44adf8b143acb43b394d142eed9fbea7b0cc3b +e960e0384ef1dcf4094a22e0b3b4b73b88ec0e5183b2996fd906b9bf3d12 +a818c817b16afb99bf7c0de191eef8aeed90fa137fd2ab84dc9d27e49793 +5ec1be47d5b2555e98d1580687ff82cbf0b9b76fe073620ce33a2450095c +e859a89e68a94d96fd9c8ae07bb9d0608a67c17dc15ca273c013c816150e +ed83d03f502e7dbf208b7748117ad59b24187c60e4a44fac5c9d53ca11a2 +f5426d2e50372727c576042647485f3f06a779c11a398eb91440c74d8566 +54871042a976cd54f8f3e771ac35226a8bddb87884a1d73a888019e11845 +495d6f354e24af23a9cdafeeba7d517cafd89c7a3796eefc2076467e5b2e +f4a244d269fad741b24b4ddea4d52374ae5655457fa30f4b8b1b22110a68 +bb9011f55edff5478382cfc3ff17c3e52a376be295d3547920127c96247c +9c2d069ea9f10a41d206e45b228901d8ec47f261544c4bd1974692ec5195 +839a638de49102290fd09f831a1b5b6398ee8c2337b18ba47e29d3a228cc +3cf1447df2de3160b2f2ea11ebd3430d44d176c13a5a876c6bf13765fb2f +4aa9e7e0ad311a3a832e7d4ec3d04a154c04c50bdd7e08c329c0c682c566 +69fd704da7b4c4a56a50f50f60adc6a30f31542706f8092fdf406035167b +dafef98111e39d3d8be13f057e44562c1b033115c8c4adcaba90b7f7265b +7267952c5164e68a4434b7684178a1ae46e7bf10e344ab99799461abae9e +3d4e424de0bd99a66cd3b0facf3c6948c00860f64dc81f71aee12245787a +82e040f0fd0b5dd075475574f7a60d157cef30d0400ccdb5da27604a975c +2db600d55acbd7c16e329d5c7c8d073d46723e29ef8248918331076ec458 +a85f98cbb0fc0a78630e99db7ab0f178c629bb726c511825cb722514ca36 +7dcdd067a731c8ed72324e5cf715a12602f6a49f921f0632175f615e1d93 +bb225684b50f39b26d65a0110e9ea45fab51763fb785e505942b4b0e0d8d +e21356d58c5d87ef69457dd47944b34e4b29293cd535f7c25a762bf24233 +2f12955daa0b04af9b0f1ae4bbcb2d4abf16374038566d419e71d8b9d91a +af8b2838c3f69d7802d91001837eea69be47f595f864ee03fe2270e05556 +680c719a0f33e24953f7bbe30d03c31f88125a888a9fc47406578c79dd69 +9a9e73aec17997374ec94e9f0147007806407df213edf9fae457f396e403 +9291c23e0a54e6d07c28652374a367404c3a8c50a74eaa4ceeaea98a05ec +220003a80f3565ad05100a397c89dede629ba9af67cdf1608b08ba01f653 +44bd44b5d8a655e1fbd2521b0fac160bfb4628296c6f712d98efefd28cbe +2631dc4d53bd915483586c9619c7a665ea243877b4d34c550d473a36f9c1 +ddaba89a7c727a2625f76cc3d8734efe913f04bf6a9aba435ab32ce26f21 +2499cb4c4e97da602b4b51c35b237f933ef51e091beacb8e0ac275b14339 +e13299374378ffb3a0f25691dd7f2beea5edb9bd152adc86d01fa3e9acee +f2eec45bd016e255dc58df2a9c5cd64a07b4bc410b37a137210dcf214c30 +27d1876726567d9c50926ff4550391079a02c7b4087c1108c509d88f56df +ce7ac59788ea14a42fc69419882a869c6254618843790f987143a6ba0060 +829739cbe213e30194f21d012dced304470847ed0c2b8f597f0fd570eb04 +41c3a15384309dd83f2eefd3d27609dd090c0557391a04bbf9110afdd00d +d584bebbcb4250174d7503d8610beca0ae95aaba34a30abb7ecef68e1076 +6adac81a2814051b4f484478c66b39348436687670185f1717f84da062d4 +8fe0772c986713eec9fb5af2df8dda8dbd76aacb89821761f76f70bc34c9 +37766f16f00e5898ea1531e8b4b4ff65ea0189a8eab73a03089e205e791a +65534ac99113f975ea5223b4388841e3 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark diff --git a/fonts/Courier-Oblique b/fonts/Courier-Oblique new file mode 100644 index 0000000000..2c02e5cacd --- /dev/null +++ b/fonts/Courier-Oblique @@ -0,0 +1,1448 @@ +%!PS-AdobeFont-1.0: Courier-Oblique 1.05 +%%CreationDate: Wed Dec 22 1999 +% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development +% (URW)++,Copyright 1999 by (URW)++ Design & Development +% See the file COPYING (GNU General Public License) for license conditions. +% As a special exception, permission is granted to include this font +% program in a Postscript or PDF file that consists of a document that +% contains text to be displayed or printed using this font, regardless +% of the conditions or license applying to the document itself. +12 dict begin +/FontInfo 10 dict dup begin +/version (1.05) readonly def +/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def +/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def +/FullName (Courier Oblique) readonly def +/FamilyName (Courier) readonly def +/Weight (Regular) readonly def +/ItalicAngle -12.0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /Courier-Oblique def +/PaintType 0 def +/WMode 0 def +/FontBBox {-61 -237 774 811} readonly def +/FontType 1 def +/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def +/Encoding StandardEncoding def +/UniqueID 5020947 def +currentdict end +currentfile eexec +e98d09d760a3c22cf119f9dc699a22c35b5b35ed6aa23593c76d54cabb5e +942bf7d6dd84f1664b89699c74b472de9f8e6df925f6c4f204e9f1c639b4 +dba988ed2ac419ff2b2bde605b8ee3264edd66412d4f21c64ac522bdfc7c +5502f9c3f3e5592b3b2093d33c9bfaedd2d49e89aabaa832e23f062e91a2 +5032519d1868816e44b4e0747795003d7930299d6e1e2a5bfe0d595dc97e +140989ce81d8d7f852ff9cdc7a1b1b598c69131dee005b415805a16d8a12 +3e6a208511c6d0c255b9a5bb2fdedb4d399c6cf194ffac236883767c0f68 +f4ef84ee696b677de704ec3b097384f2e673a1f51692b7b260693738c211 +9f7d90ffdb21eb715fd5b8134fc87dba320ee54c2cec6a4d6bb350555eaf +f2ec4f84365ccc0802dbb3bd0e3f0d9f858647dd637725c2caf9557fdf84 +2a0da6a0ca0f1b442ef8ee6cbf2b03858468a466ac5883cbbd3815b28334 +3b39205803c02c917d06825c09e2bb14609fa32c28d720c0e14a4b12d4f1 +25ff6281ff324da33a56fc49987ac7d3aa206540f8127273ffe9a3dacffe +2b1c269d3db9a811578ac7d532c2efc18376f473fbb2b32ef642b19cdec1 +d6de83643723e3c6dfc87f97a7007b6081894bbc45c955b7001eb36211b2 +6ad7a3d07459cfb33f9c54a40a360cb802fd202c8e93d4db888b325ce246 +d02d1220abf55ce646dfb45f07cb848406e470362f80ce4c02d98dd84518 +9877732744cc16c7f5669f77ef096ea55aff98aa103eeaefb971731ebf37 +82e6ab725d4e9e35b2968689e8007c038cf25b6ae69451a4731e79ac22bd +268f56942a233e52d71873e83e00a1874e04d3b22e72fb2d0671af81c698 +53c389b51f4a257373aebf4de2da1e4da5e2ca88941f81eae0e32d982064 +c8afdd7a9a600d56d73605b9463c6240606b3361baf22af74ef89ac804a5 +793bd512da2d13f4bb1b73efca1e621ed2a65d665aad0ad228b3b7e3d90d +bdb6061e172b686e92355a7c7459d83199040a368b5697ddc3b81ddad341 +6ff4405e1096b1240edc18a0e9985ca55a0d697972bb11e9f1bc30765d67 +75bb68c69704be200eef4e11b78addb6229d8fa49a6b1525adadf17122c0 +fff51a08aa7aed158724ac4352ebb91ed0c157e24281bdc1fd610195f495 +e87062a8c38e0d046da4067ee16e81bc5f87e583315b973184e474064482 +9b2a52e0d37e249bab31988b906f891ac904d1bb8901f0673aece60acede +97b8db7935c6488ade8dfd898027424aa85a11a3da494498b084133b8570 +17a6d507d70a3421235486eb3cf7613c59139fd4dcb92eadc60bb6225d9c +d0599779217bdaf4813a453989b2e56903f4dbb83d83df4837c86bb4c3d3 +ccf98f07a23ebbf7ab5687c3e1e6792e40f92a7a466de352294064537505 +eef3f9c308c9eb94506db02cfae289f10005a6e42d2dce43731a7ae36856 +4b2983038dad6987f67062199018395bc0fcaf287a2b040c71f7325fa1e9 +a9808979b2fef19096b98b8a0a728eb98f2ba3d33b49e3c20be992822c7a +1bcca5b4e4d1099d456d8d7d83c57ecba0ff21428024f7572a1470317cb8 +cbc8679a974e13d88c681338c68c9ac9557f97784f4e1c8c2e61f26023ac +f46232cbbdf3c0bcc5583b935fe9fa09a562129a8927ae73988db0f7e733 +c6561ca7c9716dca9b88208a715166f2fae6d5eff289a9b2edce813403a4 +16f243f1b57eede7d81e10c2da4065a3082bc92a38b2457368eec9c3c172 +96cb09819e9e642d7365f9a6ef430fc7dd611ea5fdbdedfa72634ab599eb +666a5dc178b0a0bd1fab042792115ef3b6222c1241dce36cb38b738f68b1 +b3cb489fed9e53315553f3c5c3bbce40451e47b7ea53fd3d3aba6ce0ad22 +5daee734bdfa3bf1d81c1b42c6d856a05d0924e03f7627c5eb24d7fbea3b +d85716207f961b56803dbe046e81ed5fdc378f9ca52c14fd8544ca7c5392 +01bee06487ebdc30ff3b28e8264ec7fd5da7e08065b0a9147344ce28da51 +82335875e9f8b2347a44e33dfaa167232a5c3e69e8c5b58b7c7216537827 +c936f5741b87fc68753eb0d4a466961d0050db59df3195bd3379f5647f8c +fed35da952d7cf2ded45eb442dbfe992711d22eb228bddf36b8d7dba2706 +2d60d2271ea8e8412f4290b58f5be26ff06f0559872f9de4deaaba015eab +4904ba1f509f6d517c6e897312ddd571d769bc474fd378af4360e8b1f103 +aa75f48721b9e0ba589319e15d74ac0b03d730c3ef708c7c504787483f13 +4ea6297097b46d2680ff8aa50b7a255563c88d594b912f5574564a137146 +3674793e4834af11d14c7991e7fdb3a6abf8529e1a4f10cae79c60d37429 +579093dbd041ecaf03824df9c007e96f45595a524b27ef8774a83aeebd3a +7134ab4435c80944deff5c1cba921b0a41b9651968581da4834b3c0e6d4d +e13c1e792fceed26a72adc4d9e3903661d8803ddb58eb2b929ce31fc9f50 +a694116b00ac9f3eef53ffdb1aca3394bf11161038f39917b022394c75a0 +d467d64b89a44e5505ded7d9c6b8ba6ba098f140c9c00e09200eb4828356 +a2d6be9ec1d5524b09c06d9c6fcb5e2808050a339b5e5fd4dd6c2035a48f +e9674520901edcad107f67ac8c8e508e6003011978d77ed225f361bc0f86 +a98b6120eeafb73f7377db1e7213e02d12c330f5492511b4dde08558d75d +5b8aa2d56a3111dccd257ee96e3446ef1c76f000c8916c4ce261425ed9d1 +5b58ced128daa6c1300466e7b152bcfb5e6faab2519b8a98f26b29f98133 +af886a0aa7e586a090bda1dc6120dbb5640885c609a8bdadeefe5de0da5b +75a8a29e92515e86e7e66bb29581e5aff8cb6551d8d1103df60d558e7987 +e6f56126a13db2c9a04886c655064e68a0a20d1b7de24dad22bbfee1b7c3 +c208d4fd6a58de78d6a0a6126efdee3b1a9713dee94069a9f0a2b392a2f3 +91c4c75327803b53f252cc9ef0323f84929ba4716c50385681ff5b4ed549 +29821594f9026b7c1297941b178c3f8a704ce09760533dbc6cf4b18afbcb +ad039ecb2ebdc7838a9410e7b227924bed7123944675a5dbca388b710f8a +f6048b03dfb713f881ea0f3b191a5cd989ea150b979059c8aade40385581 +5d8f7980ce6288f47eaa37c1097d33f13776f08779063c5217d7408d9835 +aacbe5c071ea40c9ae6df685f4a9827b828815d8f3a672e73a418e5cb156 +84eb6c6fe0998a386e124d76620446907f993be16fe5afcec681f585601e +18182edcfd3024062a3082af97e803c47d32229d0a24596cf7e03f18229f +a631175699e2f0d60fc09c4f1954c5d12d03bfb4395f0e5eb6c687708380 +7d91d93ca4177a6b5a8d2aa500131fcb670e711873f8a3c77575ec93a3ac +ba37ea117db268cf10d04ad0f079484db124f6dc14a50ad3b0294f7157d0 +837d8f9a6060fbcb385606066401708c041594e0396a0be4b8b66fea141c +ce4bd29366a986adb98d9a6935c49c57f8cd415e93ff8ae0df75e463e02a +ac68df064c1b789b685f84e15e512404e065a39e9e8f5568a7d97671ae16 +02605fc7e4933975189837586fb1a55007fbb0e91382a629277c36a190bc +85af49ef3f0f38d4add2b5dee09916b79690ec83473c63e92cf617617a66 +df472a49641da10654e3ad3880d060b02a4a6c75b51e4e9917a2b6d8efda +12d59de5a8e222dc7e82f02f23a9d3dbf637154f719b14114dbb102be5eb +76b441d7e9990ef6420c2e80942c8aed5a1d0b19bce115b5929ab9e145f1 +496753dd6b1798324f5ec1d0c7f26fc3045d7bb46a14110c99ba07a45ec1 +6002cb754c0bae7a1a88eb387bb345fa70b0a38ab4d532c2de49274d4f86 +f2582728a2cc54b4c09d26c0cdeb8fee6a42885c6207d74953cfcc583ed8 +2dd7c0f29d35bdae5bb251b8a2d4b1dc97e2264dce035e359dfbadde84f7 +37ea6a59c23d1a64d963e635769233624f7682ea34636b595ccd064aaff3 +887d916867475731bfcbf7f96d5e5e1fbe6aabf454c2f504ea4e8eb38291 +1560195295c87793d5f7739ad7ec7176e126413cd4d1058ebd7d6ebee14b +b94a1ecf28b686411d91e07373e891f78c4c0a05d2e8d90a8ae2614f7fc2 +63a762d0f43485473a54c31726f8547701d4a38d20565ed1707847aed9c8 +05780f062b847e668e15565cba07a72b0ba99f03fb57d26fa26ff579c30e +ed0aab6fec1b5dbea81aa88f16f0c9be869505be18c1cb79657d91d6706e +2a3f0be9920655b93ebbae2b4d0b5df6be622c951f2cfa42aedbf7ae649e +2150fe87cdbf5c2685ef36051080bf39d864573a45ae2648ad97662b1f69 +787031b9bc43511fb84155ecdc3d91e2475d072bde6a5207acea1e0d2ecb +1da8a1bc4beec335a5c7102963e84b97be741c4458acc3d72a7e53b1f08c +955f33edc3a0dc3e7308270c0f7ff814b111459985733c62e8863625a551 +837952f3cbf32adcfd9f345e14b585b23ecc440775310654daf7f41e56ff +45f89701292019a94bf30eb2d65e14b1a1d6bf89d4cc43187adadf3f6e03 +a90ed01e5d876bd3aa56e5ee84dbaa4dad9824de9984bd45af96fb8a56c0 +10b3c3a3c6139d58e9d69d9109db18561b55ead6452497840b9ae90c749c +155b6329716f0152a7ad52dbd0b8a25b9995e1416681f38fdbdfa443879b +5c4c25aa29e0dcc07de8bb161c36d76ef286ec88d57c74bf44dbcb4feff7 +71d3bd82c8f4e233357c48e516efe3db9e60ef168e2c45b54651df9a5acb +5f1790f7929bcb16ce5e9f6a43919ad287dbc8e12d9f9e97e5dbaa592879 +1a5a02d39d259f3ce273a870906a643cc18d86e23f115d2a35de6926053d +8c84b940b362e7db183c4905060316b269223dad309eb5ac96deba757bea +45fa3100f77f4765334edf3d659e09bd1a5552da492be9174dd406f8353a +059ecfee3709422940a8c369919ee1f22f7c02412c995fe93dc4559d32a3 +155dd22d3526d89b16d9addc30cb7ada6e52d62c5f2dfd142d4d7b6e0666 +71ebad08f54917e317041f410cfd8a3243f8b39459c418b7b7c6494551c6 +f6753a94072d09e0d812351d62916383c6e061f35ed864923002007e6260 +89772d269b298dca2cc1f25d9be43fd8ad62d554c16afeb7ef6e5dda66d0 +5a810f003cddcfd2c02fff02bb61344968091f67d3862c1499409ecca137 +b9a2a9be314995b818accdae27ed4ad583be29dde4e8c2400c5f8152c857 +09ad2a4737bac768feb70ce81a92c9657dddb2d0bcf9169d272a063c75c1 +50addfcbc2f5f2503de3d13231aa8cfb396db38e80197a605f6bc20efa1e +de40cf424cf221218d51beace64a3dc88377e4f3efe43db4f4fc0803bf61 +764104cff0b618c9031198b094e20b0facfb94240b438b67ba298e31d3f4 +e31fd190e48bfce27b1be29d36e765e7d295e96edce09094fac43b87e294 +818fde9363fc7dc5ea36a1497ee25762d02dfa00a9be53f87abe62e52ed6 +f59818fdfca643042ec13d670ded1980413950ee43372d31ae2694b83dda +42e1fbb049f7e7b7e69c93ffa3195a2462423dd2c022e5141783ffa07e19 +2aebc5070f08b23aec9142eed56da74f93bdb50478da55ddd0a9987fea13 +1e4cca0efc51064e4b37632728261369c3fedaca100f1aa78fb718ece7a9 +f56296c5fb43781e63f36b0e1d34bb748eff35e1953941f94d1a9b0fa474 +fd68b47183f2ac53a63f9f1d30b9b89c5fe54c3765b43db403d57994701c +133e42b950d9bb1ca202f15b5e590ee75598fae43d5cf1546572770bba9a +6373f100cdc61db4e5ebbe0a93e0e51c86005e333f69110b1c8e492f2bf2 +52cadd5b73e7d3ebb53e759353f1ef3c9b8b39c230d13ab7158a5d92ee4c +452f81f6dfc18803280aa023832fd0dcb482ce5af615c952bc3f7e58f641 +7d69775fc7c0d5b405aac632857736acf32b2ee0f2a2c0f3b3cad483c614 +505be94706322f2a2830fc5ab592907d0291ed1873377e7a6158140c2cdb +1b0e27eec9ca50176102200992308045ccb5a169b61ea0546778b8d28073 +7319046716604945a21f2a1cb9e15e3a5db31e0fb5a3b0afdfdf6f3424b7 +536d473f9756ca3694dee4301fb1ab1ae47128f8d2b461c051c1b999dbb0 +10e78dd13afcbba6f7d5226d540527f17881a18f551b3eef76a7e28b4fdd +879381a2217ef2ff9f9982e9ea70ad2003b862d7c36d57c5ff9fbeaab560 +40fee973efc3b34d83191960010110ba10694c17b7635ae03cc1cd087c0b +05522a7a791f0ca34022a3f5860b536d9551bdfdbf560a07f63aa4e68740 +7e5e48584e689591f1b52671213e430a708c06a34d2e1d51cfa6b328a122 +007c81b5eb263b967746961bcfc8772f8502dd95898724abf369b0877f33 +13a167f3f714023c229c5757d4d46fcd9b4afecd093dcabe52b78132ce9a +b6225c9a344c4bf8d96f2c50c4272cb9aa0d606f013b2642f8c880e08ea2 +822c8cf5097d2cdb64932fe195abd5fdf36d3be123aedd8ba2f82a8a628d +be3ed6129dc0fdc4be50d5574ae4fecc65062e70f4703bfecb35eade1962 +94fe173ea57938679dba6d15448ff44c0d1a903b202439da93c0b0e61211 +0068f8079219aa89f435e44d0464f54833beb338670bd820d941df4b31f5 +1b895bedf833f9c43cb7616db80f988ce72fd3c12c7d49f740cf85b4766c +0ed398eb837695d102dec16e24b7475a0f5dde88fbf2d6b94f126417c811 +e8362b9ccc52d8891c13c10937aacc228d621d4712cb9de0bab60ede2a97 +e9292be04e42e6d3425594df56931a61e1f961726af6e6891d63b240e6e7 +9e5bf30c052091d681ba1102409874cfd8edc3ee2be331676e31ac00f807 +91d1019bb789ca4f5907f4823b002af3581448c352bb67d80fdffcd1c5be +ef60523330aa2c0456008f62deb55e69ac2f86369fab1ecc90d2487954e6 +1117a90d9269a65dfbdf297ebd29c3dd1f62755f8f289c42a534f5965068 +5f8576ea2fc5d26b99b8e3dcd3f1feec73131000f99aa9868ea9bac0b56d +ae2cf46da6cc1d18c0ab8d77becff7b89992175cba2e22779c13db9df53f +f5b1c8fe95e164997d94202c37175e562c8622989b075cdcde173452c064 +274354d5db8f7d5a78d48ad4a103b9e47500d08edc7c51c1f3cfa7f43c36 +86a3c24a7eb5018b0f419961564f87e212ce0a0741ac68d6822c7ab9fd68 +85f5d0b2ac249cb7f50e2353cc4b0a6a24562f564fbbc7090c3fdf1284ab +0ec615e0b3fbe132f31570c8a65c814f93910aa4bb80d516cb70d2e1d119 +69238e6f022d628fa2f33a0a15c4ef0ce7f753df80a8ad9494885a1b9ada +e6c38ac9da6fb0a61696ad3a502630252ad7b574c841117d34bd20bd6581 +217d977b35f5d04e02b933e1e84f5c090f6615af484d63265d28517ba74b +ea8876fda332a84aea12e6cd82b94ae10a778cd3a216abc08495ef319f06 +ad6ff8add237d911f846a514fdbfaa8a1ec8e0aa9f80f11f1ce615519a4b +044f3d1cf1a17d7f3d2174222a5ffa8b39f20197ff6caf250b6adbdbf519 +1c525070c8d38220fb501c223f493d80f498621a02ebccd6efe914f16b2a +435d60c0a1a453e288a53d818fe1edca7d55a26a017f2ee47a816e90d6c3 +fcdf0035eea307dfb06d2bcce43458a67354a4edb6e5c57233de4fbe41ed +07ee5ec77a5dfadc4032138da9e1b74428cad02a913e40152f8063a774d4 +fdd4070e4b8a6c089f199af7c529c277e902195db760d81ec655dffd1bb2 +83f3c5aa8bb58f2476bc797b2892e94414abbe96d4db93e280cf7de23eb8 +52e7ca954d6682a6f1a4be0507884c2a05ac863d2ba73f3b54668397b6c5 +4dc2f4183130ab414875f3c3d8792bf7e5fc4d228df87748bf0b14178db7 +e3ffb7891d700a1e9520d778b095da80e4801f53442d5c073edeb706a5db +8466ffe7e701aba9c364a37169f585c883a83713a61c9c3bd9336a667ea4 +e3db5f4df6bc6a552be8d3ef093639ec67e5ff718959f9902477f5aa894e +d2d1cd312ed82ee417d95c49c96671b23fb0e1738e892adffe62ec1c3d4c +beb6cd089c98de8d247df7ed17dfa2959d3662f105e8386d75ad30848053 +6959f8e6cf8f2c6937b09f2e8137c811327d6b165abe46c51834a955fe83 +06d10033f8c2a34667f13a8ba831ccf52c7a21c13db92f3e77b55ce291f6 +190bb1d194a33fd73151c3f61abd2d8a0c9bde90e796bd996d2d0094db2b +e98657e751bdeefe8a43ee4501b98f0cc6d80805189438872a60047a8caa +9039893530a3e5f6bd75bb466b25165737c939aff3ea59bff4a7db09c2a5 +b36b8a1f0c6c5e5870c7c9412589877ef44f84284b8a53b5b74315ce72d2 +eafc631bc4cc2e5b71dc958b5a6350cb5f615c3a4502e973622e3e18193b +69572def1d02303a375ed60aba1bc8a179faa0f221a49078fe15ae133835 +85fb45ff4d5f3bb3d0f6d8bf62e9bd6bab3c9a7d38c8a5ab0be57acdadcb +d02b1dc7952d73aef702d406f62719922bea96b8fdc9b879708e794891c7 +a0a42f2ccd6812c3f4db030b5178e3a627c3e77621d312ce4ebe815cd387 +7208fad92761a5396b67e835222609f823728b1c987857cfeaae21f2ad5e +a9d841212993508091a4a2c268bf1d8da1c650f6ab93995e7c13a3f84db5 +5748c626fd09c0da1e3325ccb0bf091e996245bf51eb486680162bae63b6 +513c74ce83b92359938439921950d713c69324a87bce67b45a030c9cf10a +dfa0a82781d49ff224ac57a23c6cb321f95915c5e14e41fa852f66e1e204 +4a9e7b1dc3be9e818515d28b2c4d2f2210098c39557067062ba4239f2aae +28816d999955910298a450741947a9a1aabcbd8aff3530626089978c87df +c73618c044731b6db8007739a9699abc354a6f985e03c11d750b8b9e9ae0 +5436205faad1b895b159e2c90562b82a62ea1a7ffb501767dce2b11c51d5 +5a17529ef5adf0a0ee9a96d0e7e89f68e50eed813836531b4b46e9071e84 +aa413f4135cc882ce832bf78ecfa7cab0c9f64eb92c86dfcd1152bb7d4ab +33831aa0c139b555967f6346068d5c3351a7a4368eebd2933e6b9f789daf +37ef536fcf965c397af1b7f98af864b301f3f440b7acf704b59540453678 +fd6c15045194818938123e2f47b265ec4f5cf2172d394543d84cd4281165 +cbeb11349b315a85deb2d1699507b0c8c110c72662ea2959c4962ff093aa +5ee6f21f89b3ccb0149cefef1855b9a48d28bb363416c015a1f4ea1975c3 +d8807f616c5817c8162536176f464a198ebee6c97029f15f414275a39b82 +19128b8c8542e94835507fc2d3908bb0ec375771280b9ebe87e827811418 +ef93e52ef70546891bfc0fb34969fd7dea4ce7524d9eeff2b46bed908c0f +b2e02efc1d1624642eaea1cac1eb4841e020532e88e59ac890e6c3f44734 +b99722e9816402d1d0fdf8045c5481ec055100836ebfb48e9fbc39214303 +2c909853c9ba38a19363141bed09daf02fdf4e7cc9808321cd0708a1b452 +70bffcc3a0d7c27f7e781713d5dece82c72ed30386b02d14575a1a644754 +7ecc7faac1bdff332c92984758e242256c054656cdd2c45d46e67aec6f83 +9f95d74e222a6eae12efaab723a7c816d4e42d4ed2725a794743f67597f3 +db8ccdde45baabc25726b851e02e56341ebe69e4d91f2a233583ec816f18 +a1decbda4ab69320f55e730617360fcfb8ac2d2b737675b406297f7f8c4b +c370cb084c22bfec5fef02e9ab290282f7b153f0a4b1ae569f1e52371a43 +46a748dde09336cad1f5337fc3d7cf0677091e59480ab15021e023e356b0 +e1bac6c6471ad53625c70206c338536f4d0d40733ab217e2297f86b59371 +7c61458b6c93a16027cc886a8cfdc01ef19c34c9a608b95a84b6a2e31454 +bc03c10fa55cdcb7b1eb7dc16ac1e93981a46decd7e7f00638dcac568744 +69a2d9b45cbc81398727e4ed3db5db31965f358d8179cbf934ee2c4d652c +9cc211807f070c80e3a8222b4c31ffec8dfb9ee07a94c973462254bc1b15 +81903ee6f9ad91524a787129a63fce048b45bbe6855826750c586b6b23b8 +05fec3e7aaac079576949a06f422fc2c826bdb78ae96135e9e2c20c2b2ef +f6171d610b2eb8635acab7c5c5ed9c9ffc26cd54d2fd4cb9e4294e178cec +a1e16cc8e3fc06518bd16f4d63ae2b435753538834cdd9d8ae7de624006c +e688938031336351a6578c304c2e5480a3fcb43a8bee4953dabc30558b77 +90c6e7a6f0f9ffa557c50417407ac6a0dda1e736f7070bc89455fc293453 +3db004aa9070734c8c2608a07330e421a0220dab99f8a77489132f6413ad +b9ea637f3b75948050e667276a55beb09d4153dc126bbdbe0db9298ac799 +a943d72afb769bfa1488d311beb86a907ec9385aae4f77835dffe4389e3d +9aded1b08bbc2b1ed6084b3d1074a326ccbf38e06bd026919107bd03bd9c +30470db779508dfe0dc82dffd2ded749e872eb7eb9ddf509d5319865070d +d76846c34e4e43691af429aa40db4bf2cdd50b275589987d8081f7c5a046 +1aa5d1455a660178a94a0ba0dcb69c3cebf5ee0426d6534f6f919d9795ad +6a0e1a1f452af3b4cb2ea54d6011fa809132421d111efc51174e223ab6a1 +3596411a9723079231b050cedae7659cf168c39aea9c6902c2cd37d25492 +cee00096edd63dc7643b667fdfde5b595dc54f0a72c2650e1e46990584c7 +8a5cef9bfc3c5f88cfb0c49cd6cadd9dba675177d601927d75c6902b55aa +ed0e9e3cb52a577c887d581b3ce6201a1c77c9546cee5a13b92963337f17 +070e2bf9f5c5e86b84225863874618aa50f4de855de567bf2ab7163944ed +43dbd7f4bbc0e16231807c43dcb47b2eb694e6fedcfbe26194d2d9943a1b +fe32aa1e5305f5e341ea021f91532162978dd1b8c5295a5e7551e2dee46d +c2347c6b32197af430af3bb676a53bca9bd1ea88678377dc0a9a86e2ab6d +e29e3e261bfd5573c66fb5687ba9c0544d894a759866b066e1db5c66e60a +e071cc3a1c4ae40197cde4ec723f7b80137619dedc99af57a5497d6e03c1 +c9e672e74f48f6c213a3cfacf2699cae72345a51c71c1d69348de5bc5f44 +3ec0eade1e76a8a33066922cf3869e3c1d26a3b34e540dc08ea4da2dde3e +eb17c16790da4ef1a3a76d71d34b788a87838bf2a5a3db8176f9c097d232 +0050a79ea6c4a94926da11abcdcd26dba09fd33f30aeed977e8b5ad928f3 +967f607628859429dcb4ecec7da3411be35a03851017b535985632639d37 +8cdcd13b00fe537a49fd9eb6df1e3aaf5c41ebe35721fa6833c2fe08aa3c +ffc3477e7fcebf9ef9f4dae62ff78f319481c3f1e72999c8a493ec6ee295 +316b58a5cd62ffab62c896e521b678342f04bce1613cf7f6778cbf5227ba +20504500d743270771953acbd5c6586432f3fa6c0987bad33b88bc6c15d2 +9c4b3cc54a9dd72a2357aa5baeb2cb057cdce72dc80cc98c62b16ac50b4c +6a7641379b766cddf990dbb2fc7f9cdbba755b6e3dea438fd6699c30a99a +8b3178e6d613aa938120835e517431d28114bca1ab745c11fe6e52adb82b +9d3d53a33bcc49740c93017d9531ecf43831359c5c93cb0e926db440b139 +e3125cc2e069b1cf6d96ef68407f32db517242c3ae0bc6723e560b0f45fc +7f87a5e44e1751c8b7f9f669c24ad5cf16f84fb03ba121b86b0694234d8f +2c9c947269af96fca08a78f736e4e04acea44c5baafde360fcd8ba6a5972 +4ca86160a5527fd564468123d302db45173c1b216b01dc5b6d3415b13fbd +bbd3121a5493374b3357efb131cabfe5087aa1d2c7472b0377066b3632c8 +2073c6a846285cc953a8f28e131cf587b35217ee498d9a1db57b063ce068 +daf55d8cc1771c0c30999ca4fdc5d67be4e7e69418f6334bc6149000821b +89a7437ccdf9a6a0ed702d5968f1e04f7e4fe9fec9d1e994885cb624035b +bc5426cb8edf0456828f8eee75be491b45fac192a405eba25caa4f4c66c0 +dc234d7b417628da5276c08260be512b2432256c401a66e3b583e69d23e9 +fd278cd5f2178544d05416b9b4f61a88a4728af2ceed07c08e207f31d644 +e8e3ba1e4e2f9d8e30936bcb9c6aeb54e37db46bd64f2ecc1021336d0564 +df0f18e5a6b6ba470233d8d41fdd9d1079706ea685b6d8a740570bfb78e3 +984bb155c3155c69bcccb41cb51975eea1c1b4294cb546cfb03dc31bf86e +c3bcb1977e8f94a771cab09de12a82f1d6c791fa7800e5a21df81c9c8fcd +a78622abe75b54aeea747aa4f26d563200992e337231a430137c720a17d4 +4f3ad6cffe63b2de12d3184bd3e151f955786b8ddcccb290c42718f3a219 +1759df76371c2fc177544a6c425cab14aaab31628a9cf9d71b5257aff0d5 +9843989cf0d747375a26dc9ed29b66ac2147da0168306c48c2484c70ca92 +f33c0c138f92f276f5eaf5ea3082a8a1cb12db661633c2f71e3b69918f50 +9060ac949fcd52c36498a2abb77d139df1eb33e3b846a7c1bbdcef5deeca +4ef0ad250cea9c2751e13ef7681e8fae0491cfa6c144dbac1fc39d39e76e +b12d3ee9ca159aa77d2794f0c433345b135ba632f544082bbdc9471e9fa3 +aed3a7d465ab7158e8ac97f68b1fbc8d368e235045c18efccadee98778d8 +94d96301f903283c5ae355a863bb0dc5809158f7e108662d04a5c1234915 +e7bd5b4c30f9efa55e702e54f87fca06fb321507bc57a1e55cc117e21aa4 +e3a4dfb77c1a949efe366d93f2bd827ef8cc16d387ca82ac039f77fe995b +e6d9aefc87f8d809e90c1017803bcfa1c737dad5f1a631ebe6894ad20c70 +791665e7bc71f21c2c3f4462f60fde75c8a377cf49be99314663c6ecb538 +b1bf021b2f2174d2b22cf6fad115eb0ece8a2e64097a5fb0a2af666e1ee1 +3276aec59fd0c9d4bff23f71e835984e5eeee36490c54e077ad7355dbc98 +bdd37df29b3ddf8c55480b7349c4d17322418705796a8c521fff920dd117 +73fc44fc631c7d6e9b420d7965d7f62ec7385f2be30a51e2d796483134f8 +40aec71fa19ed1272c27f98f2cdc9c7e54dab585ac1703ed08f5f9e82556 +4902efd08edf99dfd49444c21fa6be16cb8a1b6d0c8a5abf80a50bb8d055 +483176fd0aa07ebaead88fd694f96febd60751e5c4d8f9bc747d4f4030bc +df9b0370b7a5e0a6923ff60dea16ef47f886f10ccee6956ecf41a21f7c59 +6f3bc78299a9657266807e01762b2b2878e551914ca312c2a68d34cd91e4 +f5115ea1fbe801346e14ae529049089b6b0273e258785773a9ce8e4b6c42 +11cb7c2767319576758f811cbaf3a3ffb41b31306c49f3798b698a47bfa2 +e3ca0251c4d90c0b02aca28c611744526906791d9e157e54ce4e1bcf5b68 +6990ba8ab7897d624ef00eab92cbac255ae9177da9f0d86447d35b452cd2 +f337147b5d3ebbf2b95235778a72914eb3707ea78294b3a3bc4acb19fe87 +c72aa1d982e4b822f07b115cadf4d3e7ee3d1ba708653bec6f0a352a0c33 +252ed0630e7274961896d461ee8bf523d5911bac1c8ac763e5fb11fdd217 +4e1f129675969c195476c7a5e18a81bf9a11ed9f2336d5301e3bd32174ed +5c933e8c85d6272ea21852a6f7e2aab174e0965f73e0ef89e906bafb181d +bcf8b1f5aa0c12d12c6272753c016afec2ec9f9541b8757874d6f2e061ab +be8b29281677246305b3c41e90418426c575baa216cee3c5ec29b2fdee1c +77c14fdf940792f48a56ae80aa33e370b037cb28a7373f882022af378f26 +b6006a049fd3b35074a865c97d153352acc156992c00de26ad21c982c71f +0edcfeb61593bb40fa5f2cebf23c4ff34a4f4bdb73ca273c269242d1c611 +7262b7c47771f2619fe5710855134a80fa8f92bb2425cf88940ca3450f81 +234abf2b11775929b12cff86442b2aa0f4243d324a5983e5d1829775b3c7 +a111d5622d1c4e2b2a2f982fc8a95f789881416dcb34950a393f4f1720d2 +212f3d343a17683060182355de9e4718506d76c9184f8dac55788d7e603c +faf4907dde965a49c323dff425fe88c09aa4a4d16283f9b14ab9ef1bb885 +a954034710b4a9da4c88a8a0932b18d139a687303ee562ec9f656f12f3e8 +f27daa9c75db0fa946fd0e1a982bb58e040bfc0a49a4ad8cd668493fcb57 +3c849ec5474049a693cbebd4d79ac7515047cc347a9a7570c90861f3ecfb +57b9f53ab9c0d6b05c8c570a8f3c04d58555a45524c98ff091b8f8a422f2 +e0e9e5a7b7ff69f1cefc13e42f1ca276bcd584516d266ba6838d5e9ca9e9 +854f50c7d92caed61aacaf758a7c7be59c3baa82bf32b691aca3e8eb171e +08ad22c39fbe586a54e6e4de2cd86b31138546bb8da5834b2c6e4838547a +1b67e651964e43988c8036931088904bbb589ca901e7ebbc094c0da81e09 +1915d9e46828ad8596fd0fca39ff12a6c27a359337f973809e81b2e9e3d4 +3b3146f2516667e607ffeb9ac80fc95a7b7d4ded551fee0f3561c70db2d6 +9aba96673e39e3397f1c3f8fe5f48bab8ad6e0ed8901f90f6cff24e80cb5 +dcac498506c4d01033e497c1241e413b022227a3264da68bc3f91b35781f +a2d018475c199f43cba7d3a0d5697b45321bad2c394b207136e1e16b4179 +4975e8903ef2b2e1c33f87cf72c325c11ec0b92fd3890acdf60b521da325 +96763bdfcdca837adc6f26f129b23ca32f9cd39b33e64576970df3c05b8d +ca4bfe2f17e6c5678b84d69494f1dba9fe0446ae6afeaa1ff245c07916c7 +b7569e6267c42b459435a1d116cec665b311e404171774c0acc8dde96b0d +9167c8cc7d99c42405592d745c4428755500eb4719340d2fc6bc215b6782 +3f69fa949c08b5ec985d7aa87c9ac1f9bcc8994c6cbce6027b7d1e0c22a8 +3a5de61dba05d4af6884c95f46ba7f253e0b2337e312916e163caf9db2ec +56c5425990fe73ee53e42b3bcca1cf642f02b0c5abd529b568e9adff865b +9dc190240ad78ad226ed884bed3c285b4cb0e3929e805c67f1318d186504 +d92085764b70de6ab5ab6990f181bda50fc31262348d980ec76608cf0817 +6c2502e065ac2d8ea5cf9e2d44e2b70a7ddc7b922047c471df8a0b2087d1 +106b5bd8a830ec0e53223ce3c96ef56e5541191167860eea58d696ec357e +c55799438c90156bbf2b13a0d5c9ee93227746654ed73ea5b9cab61dac5b +c690f89c87fecaf9ad03bd39e438f43b81d39e07e0422f94e8b096ab38c8 +8bc2e1a043811d8141c1a35dd3a6dbe41620e83c8ed3a379cd80d4f9bc30 +41bb44b933daca7c5d4427ae94a176829f24b5968b713431cb8bd9f53080 +832c6b784cea9b515687f121983eb9d9c9ce8bd4fa3bec48afe64e643b7b +d86d8383d07521fe5d091392be124ccc911136043824b686988e7c83aebf +406d2da88fd952d0fa9327f4ad04c55fedbfbfa76ecae8a176c516479ae1 +467125b7eb3c9e7c5b103bc0c470946346df271f8ee19df7e3ff7478c35e +e059297f4bf21a5c7b95993be6202e897776952a7ed0613a5cacafa731ff +c633cab62963150e86edac796026ce02eb235b9f7a54e0b0c5281567138a +612bafe409a818c216da8eac5edf9d1e3a1e3514ae50735a111b4d2aa083 +4ec6c11e290d58ff340f82f0e079f1c7b3566f2336eaa45bf72bcf885699 +88db5f65d4c1e59b50f341e45a899656a0b522847ed567b49cd5284fe50e +5f8652cdac1c076804f2b2185f6a51ed19dd49412e65a0d2dbc844b75e2d +f71b009776d9f97a4c6f786effeb87a307fb6b912bb659dc2bcc6d509a9f +bde87de8d716040a8551b6ccfb7743978ad992d14d2b85ca052e87326138 +db196c24593f8f7ecd6f486f85d1666b9de2aca6c7900044ee369d223524 +664a2790b773f9ea26e0a4cdfd709942a44298b8249506eb9b77bc887dc0 +ef947dddc7cb3cfc6b48f060dbf032a11884e6c226d9d447a5a458cba325 +d57e144c6dc295262763e7bb8ff6a0ca473eb7661c12e0e8e23ea37e8ab3 +387b9e54686f3e57765d4067e521bc1afae52394227793c737c19208803f +2f2da920b553e2aaf94eb992ab17e31b58c15cc4aa8a1b444df5b3e7cd93 +7cf03e1f7fac63342731b4589f16939d16e8e497a74cde5686f529e9495e +1603d74875288cf53271db9313a4511b104f80b179fcf213558970a002e9 +45281bf3ae51e668dd6d13d9e85152747f562ca0b75ddec8fe9fe31f8d05 +b0f59e802888a7a4f19b29954a31108d2f041367debd6aa1cad856bdd142 +7e9efe89956fe28d500cdc6a0cb80a76902a08d0bc6705583243f1dd8020 +749b257edf4803bcaa653f7fd6d8b91690995ba5ea3ee92fcd367c11601c +6b8adcedce67b16c596c5d200693ac5fa15d4cc6ce9df7a71c8a925e99f5 +085313d60fad25c1bbaad28d4ac2b69062d68f390530a976319a3904cee4 +4dc9451e441aab4780425440f8c499b81460b5d3e268974145117ed843b1 +71bb14aa84c3a084a7d8e07b9979260675d5ce6534dc176ddb60dde90f6a +3674f67462ef78195f8dff74fb5882b079dee31fe92816f16ce1a70d0775 +2ea25faf5000adf79bbe7d17eb1bd2f9bf6cdbb6f078caf97986442680a8 +fc4121866f9ce86c385de34e30d8b9768a0136d9eef79a4b38ee99cbb9a4 +d32316564c9d56996e2595753ea71bef684834fd030d38bb100e2332b026 +b046316a53270a96dab2182e994e91262fb03d1affbad623f16892284098 +84f91dba153030870a7beb2c7ee2dec51875b13733b7929041f8d23a9490 +4bd54dd4bc9b432dd0c78dd81639f46d686ffad39aafbd1b6c1a37e248ce +48f23e12464d5379b4aed0d50b5a41577e6ecb75270e9ad3ea7d0fc09dab +271fb18b51dcfc0069f15d72546e6c51049f3425ad005f88fd7f02042dab +e9f097f9d6a076b30d8cd777b1ec12bd163fdaba5972eaa61e3c87e9ac00 +7a052b1a3ffe14d7d43c7a0adc89b1dd4cb4f9c762a84a6c0701494b2d8c +4e4e1a9245738be4111805c2f153a20ed9fecf2dcf4c8f7c3baf84d60454 +a7403d4f5f81c6404173a7ba81bb0ceaecfd493d877465dc5735d43e3102 +cec57b8a589182fc65a4704661a9e351fccbc7315a87e62f65d24eeb9cee +979c6e10dbcf5c162adb926ec8cc9bffe381f6b8a3ac0a19d1631bea2938 +731afc99e8eaa39bc75ddb3a39d01ad8f0bc1838f4d674b9bee9f6f7be4d +9c8bd97e8d171eff330c15b76614a1ffd25b3be19e4a201bcc850f926ed5 +1616318c965ad2f0e56f9433b1247c6d5b72edf3d408a3e0674a509bf30b +e813a5e669d72b978794683ca8b85e3469eacb167c30f7666db5e081b81e +e99ecfbc1704b9646b1a29e4a4ce5654ca8409add60145dfc54225bdb848 +5e39cc98cbc3f38fd0a797e5dfc2099452a2418c6636bd2d5f6b24345acf +a65f4e7dbd2d0aa0c1776a4920b4466c509bb5bc7d6627946c4dcb38a270 +98b7b5beedc2b3ba18f927077f71e38644597719652037621bb350bb5369 +dccc073954026e6438fd8393ddb3630c4473f06d9fb9e422e435566c396b +12fdcd5605dfea232171cd8ef298786806e9159b84599c26d4c7d8c3bb06 +4665cdd072e2083190372aa808b2268b3fec8878b6420ca829bcf995dc20 +e067ee6b8e44d2869d51ba3aedd1763f7f8d2cfb8ec41e6e9e0129de5343 +1457960cc51d546b10b8b6ce08a1c2b79fba448df9783d815608a16c55e5 +89dcd8ef6b04c66232f47a473973a35618000d79b8173258b7365c9691dd +fe47b16eeb08b28f881828b946fb5d6fe10ecc6afc4ea1f762e90b332040 +3382e42af4885b183aa48db5e4dfc9a54e0b4ffbf7c26eb17a4f13b4bb93 +12234434fff05549e7587ba0373acb3e31418bfaf400d8938fc6466b9427 +3d1735306ab912aab13e31da3541c1733e2a7e4da5b82767d37f3084aa7a +7c488cdca7abef77d19e42b4448abbd346e9bc288abc4540c0a1cfd0bf46 +c5bc7454b25e27e9906a3e6cbf678bfecad1b19b4e42398a210cd567ec35 +fb115d5c0df0eeece593982056b0e1d14c292f70b3e049984f8881c8b477 +956ad3140b4aa22256daac0d11c4126808b5b9f922bcc5f24a77ff352e2c +621a3941ac07a20e550a69c49b1b87d116ee6f2f970918f0f1a501166ac4 +423fc212e4ec8039ac7f9c212d864f418cbb92948fbd588228108fac1ad1 +837070512305c110f0fc3fafe6e1529c2bd0dde868a9ebe5137dfdfc5c12 +a3d08014bf0ee27b108002aad6b607f5c5c0f1b1eed3c552919c9a2e9720 +4a8127f97b1066607ecfb47ba95ef2b51f007c293b2f6a63041a9c1120d9 +cfcd5357222e5b02dfc73cf94cf9b5cb00eaf073e9bf253e30e09b50341e +57bf245a746ea31bffd0b00201c34cf0881bbd1006bc9ba7d420a48e5368 +6b598bedb3449924eba58d5db1b1b01ae2ba281d5758c99efe38adce18f7 +b182fbd0d0622a6ea497a4e7c00c7d17299a2765efd8de376c214d01a218 +19451fc04a0277ec84a151ff93903d61c78ab7886911e36e12526ed855ab +43f6289c1890222602b8efbf15782b374ac1e580b6e963403d6d15a051db +8558f2e61c0b9476c6de5d4861585cf515ce951732f20d32969f39192fbf +1690d242ac04d47e0c53d467d0fe4656b9526c0f7f852348b0437737cb0f +29ecf9b54a5e17185236dd0c16349c3496f3aba569ea20e343f6d771210c +39dc932dc65ecef94575c6e76902cdf6c8c8361f9c757a2577da535187fd +526699917cfe0ad438c2a758727b306bc7979547e68b94e87ed820614bdb +c649d469ef6b4e4e3dd2eaeb5f80b22fe576ced256495467c76a75f58946 +0061e03f3a1b065121a5abe3e2c51148b3ddc9f624c97889aaf7fb84b158 +c015eda5670746c6359d27b0c2bd65144f2b88a64331816da904572be398 +e015a9924218b3eef95123aabfc3ac8217b7b4f691219a1c9dd0a3edd5c0 +4e63acbde71b423522532561f4b71b7028415c3437e346be728a415596ab +749015c1d59bd8328e39a850cb98085b34b57fb52dd1d154f98fec49b3ae +bfcb1672762e4d2a1ecf02787f59df1ebf2625c3631bed849b298c6d226b +e4e6ea2ab66a287d2ba92a6c9c612a5f849b3cb3c25f17164be286f6e4f5 +e7e4c9eb17bc68aa5ef0190b64696a570442e1d9bdd1a30e7692524e30e4 +b4c3df84481dcec6e10e7308e65de9d90099f3fabb3f4f766bb86cc98594 +6d2003e21287761a7386cd8461615b570bda015f5efa23d18e83c325ee44 +4ec166a1a32d9818c2a65a092d44156c06d3fd079b92450b8a491cbb3529 +ddac7d95afe8eaf33777fbb265feb8a4b9aff2cecefff49afbdcf6c41974 +97d3b448866d70ef28d8e4b17e7ce95f43f64bb48c4a73eb84b26650f62d +3e5199d64db0b5b87702650ed0b850fd5d16c848d096e4c7e61bc63b2a3e +cfc099cd713e12c91a6577a88d6f55d348617c7a49890a86ea8fe2045704 +b5ed529db128c9b19ee129e5fe6498cc97087f6bde96007c9d01ce9caf75 +646e5a5b32bfead9362a52223d746943a2d09c536cfaf78e601bc2d2f0b7 +63ad722e3a7ae7069d65f9f2bded7278511d0120f5ea071d41a69f8c2a2d +720d3b24b4be61c83ffbeffae21b0560a6fd1a44e53e42e0d10e0e93f421 +a8a7e167bb65f0d7f1dde2809fa3cdfd931ccc69b119c83238c1c00ec100 +d8e7ab1c7fb02ede97073c8a5860371a8132be391eb1c397b61f93876feb +438c288ef2e38ddcd182a5cfbba994a94a1bf818312cd8234215fccd7c24 +0a15ac01a885e1179e5d7d6305dc2f534baa141f25ea6a5f356486e5fa0a +e3c6980a9f5e8e99e7ae5b95ac429775109702454fc951e4319ae4b1ddc9 +b07d0998372c0a95aba6985a4dbe6dc633154faa30ace689d36a7f17011b +f29cedc58a6692a8b3b0a5742e6cec2f69b255bceda762dee72f125eba98 +891cff4d88aac14188a18d81424979c9079e44890d94ee094d4caddc1c7a +c5f6791fab8849cc0240a579abd800efe3aa4ee2f78119a3c2806c05c2b1 +f17940be73984982d1c0065433a9bd658ea31ac819da9a11b87475bb565c +c294b6f302fe3f7752ed9b963c5279b5f1196762d0e12e6da46ff9a0cade +3876d7df695d8965cb4b47b351fa3f759811269376b2c3134403633fde27 +c9b024f6ba81f3e1699cf64a426618428ba6c3266bf016c5daa5fa4cc82f +b6dc23ff2d742160518cd3a65adb38e53f1067076ca1625466e0c64670a1 +564a54ce14dc5c57d24a12283fbcbffd0fd594ac2a56ee58b552f7586825 +e4fb1ec23f8221711692c8c56f42272b87ebff3865191f1c11943bb76d8c +0cfc53ed452ae49404d2c8193ecc2a7bb8cfbf24870aba38d2ccf7869e93 +63dc0ad94facaed5922b324dc3b6fe83e7b34fe29abc1ead62b49ffbcb81 +1adbb5148d5ac2743e3a058386036fadab6ff071bc1c3b8023f908b6ff48 +db0ab1c9c67487c35211d40995e1892c8b66ad6c9c6203f6f8b513b11117 +b10da8725ab45b4437b5a88a96af3178d856d601196e8162868a83da64e4 +08fddebd14d6591881ea652032cf2f88b3fd6c0479c8f89ac68d14d01af0 +ceafd95ad146e68fae01a07f39e7a0c5e4ffa6d6a91d710827ca5acfe7d1 +f946a8d7b67621d60f5341f32c12a6efb03ae5ac5373a382c044a276f6b4 +1c173d0aaaae0c1de4c3cc71ec2637225ccbfbd45eab92bf39357c57195b +410f74283585b12b926438ac72afadaad2d0fa2cca728c8e86bd3fe75d47 +b8beb96ab13b5480f7a3d5741eb51e3e40c21ff2ed7d9221d9877c7d1a8c +ecf394e4023fcf8c4efdb38b839499ff5cd96a46ab4fdb46f35d3b48b917 +57c0159328120e93cf1f2739e936e28908fb19471d3ad7f6f1ad2bd1ec36 +4986a411cc1b547d0ca104fbc10b1ca7b638a60e75485574034561db345d +da68415146aac632dfa34769b6ed7d7d4694e92cbff4efb16b5549590810 +2e85e827fc623cf1bbe6a13cbf64e878e1a2a159948b5529b75e071744a5 +f0e50df18c110b0af117ce7f33f8c959d4c98ced5a9d492ae6f56da57b0f +17495dacb130660bcefb064fd8309d965abe8d2be98f6898c1b7a39cbbe3 +e75da0ffef6cc3945ce76da3be915546fe8a5310130ae0acaa9ab73c7e04 +1c00533b4bc7724657aa649b9388b791aac5eabfcdddea2cc67a0fd0ae9b +e37df9ad40636538ee55a83f60e9e026c64fbd8b220ceb46e67410144a52 +0fceaca252e8165448f84d8ea083c793ad09b90b3ee83b73fefc3365c729 +e3c738894b8c01c2f8aee0cc8b114e1175efb44cc4c6cef5c8754b1cc7ce +c200ad8bf1189d741cb75bca4e88be959e32216ad33f674f49ab20a354cf +3969f1611a95d3934e148831ae7c81a7ebe3c5244f743e66a82e10d16cc0 +9f8194ea7a596bc5981d833318ab4f7dbf2abce543e410b649d18d146f01 +486159683df61a3f880f9b21ebfab77e908c6cfc79f89ba5f51114f0bf7c +3ccec7bf0f3b057c3195cfba6908e31e0df10df69163c9da7babc00e9a58 +0fa7fac202910615bd479bbf76fb8068630d1ec21cd2926d351e869e16c2 +cf1e023cf04d4fc61607daefeeedff5593e6023492f00029e2ae4b4a2c14 +50954efa2792f32b4934a768f892171245a1e2f034e2b9f39833f1b331a1 +9a386baacfec8c929ba6b67cd8922bbc9dc005ec3976575d5b0508d0717c +6bf11123ea36d8fd37fa77a6f1f5aa84d4ad8d25b2c11d1877a6e2f9b74f +3b5829faefd4f7209ce9785aa6fde68672554a6f29d8bf03fe108ed90a7f +58690fac399a8ad3a26899072b832874ddb629581a51b3325cd9edfd49e8 +90ea8959db937dab83c777f2a426b967af5888c33a3635b78d647ad6ba44 +1e222c958ea58d61945f781d7ef409771b89b20242ad7d07c2ef592cbf41 +3c5fc89ec30fc9ebee4bc63709ae33b65ee3091cecbe610b847e12c556a2 +79c8b114c3e460822d3330adfd72bd69f54c08a81848c2002a08326cf3b0 +9b1305490d35aee5917908e1604ece75bbe811a715ae8af7ea9c371b322d +0428edf4c893fdea607e70e1b6f6614947326101eaef18e29be0557d2a92 +cf1fc1505e8b434bc368ce07ccaabc0774f8a63e1073fbbceb3f4052462a +a9008a1e53f188c9eae339faba74afd6d60f47282cd9ff721f64bd51787f +3c13b5a6c5a5f78611710111f5e0471e206d72520f1dfa465f4a23c71dcf +99a04ceef11b0e3bdfc35b7461a60753d3ac26dc50a5956c9195a4f52263 +88e0953ddd03af128a98f03bdfa0602cbbaa20ab9eccdf7255962a332e16 +d4380762e498fda4885c64ff5f9b480da487c58e78943df62616e6e2c69e +ec8836dfcfa9ebf58938a878f3e792e8bd8c5d6df557a5d82018dbae1ca9 +c64ba5af8e21be1b6680fc5db22422220b776e9ba0bf1ed2b7212f8bf111 +ec8c8c77b223c05eb5e5f1cfabd2d037f4ba0f9503e2cd83f4519d180476 +63f09e308883f5da5228f83045ff41214d2273b2fe0a9017d5e0557bc2a1 +98c35d1e7e81f79654445760cba1d3f05ea4b90658e53fdf0823bdb1501e +d51da75c47395073d8980d1e3504e3f67db3259e4ee73a87cfd96f84e221 +796573958d364a51e635fc55478c9cbf9aea16b7d8c25f2115cfe4b7f598 +54e24968833ba0d64d1d332a666dfa2a3fd71b05a26bab7da382907b13de +0b80871df184d3622b623d7e09bc32a4f6ea2e6da450a906ead36d53fdec +7f83e101fef32f4faec581b000686d86a0d3861c1e67f18a4c4647f51f97 +8484d9e3100b37be9d20ae84c085461c1fbf929c669e936659050c2627ac +1b019837baa75757f5b0a82e8ae9cf2111931a38bfc94744e2fde3f87103 +42ac615286e4ace7f269743aa05463af537d9416230ecca859d8c99b7c6e +70be7fe11db698589be9e11900c8e9582a4ef5ea94b5f62820c90dbc022a +620ec536e06cb8be7526a789996d0e741aad980880a33800a6fe92286ccd +02c9cb407eb31fb95d9c9f4aff38b37087ac582c1f7b64a7c3d2202bdd62 +e9aeb31bca85c4cf323f03da9d318b91f78fdc0d266630f7444ed068b55c +05461c97552366a82c2e743cec353d51028fdcf5403b3b74d379b82eb69c +4380ed40239e15a86b2e5c860891e26781cc111fb5705e3b7c7af1946006 +54b5fa1b5fc54fd0ba43666e7babd2c91c859f393ed49f7123edfb648a3d +6152f2c17f7e438c0a638968ac06b4fb3f77f64f358ae063820bd33f0213 +c85c40e4d97ed100ec2da1c2e1ea258bf107af675a9d995f60bfa37222b9 +c2b325c0052bb8537d2b27dd43a129c7e8ff42757b3ac9b447703d382108 +da520b8b3bb3e8c7295b776b44ed28f863b8e1f81b0bd1daee8a171525d0 +9d2620c04dd3219d880c2ecc79282dd7b1772a9cbbca706909ae8bc7798e +6ec7375189b6cfce8a875849176e5913b85a18fb197a33ca4b5b4058603c +f1fa79a56856b43d538e9ece117d99afa73b57e307364f553644de01edb4 +6234efac13046b6e047ecc8f63942f20097ad7acf0a45c0501a95263de94 +39a880d6b5c5214d29180a54d7fe9b2e627ef49e189b59fcc78745e878e4 +5b46c0a648955d3ea8c935113d94f92ec963f66cf3cf3a526ba71cdf3cd4 +ca69efab08b7389e3390716892a4872bd29dc1e0889a42d7ffb4190e9a8d +05d84eb9c5741be6b02716bc75e0106f5f94bd3778be985e03860d27e440 +88c3cb2a059debc420dce3a8f4087a9548485e616c409ac400dd1c411ce4 +b6a229d091b253eb68f06e43511ec5aa6eca4d6e4818d6aa2068da1aefca +377611bfa816b5215182432d5683294d67a7c1fd76c52233087ca44943ec +7280005e93145f5e7ae50100c18364e1b36741e9647c4dc1f68a58ec4409 +5920fdcf05532f60371780f78420077ef5c24d63e26040cddff8dfd65d87 +1db943f50cde84900c1372ef33fd8ab9889c82f94f61a0e6842219a0f39e +c7b232cbf802c4a744f33159432e827006c7ca77e480a48a9b0e6a876158 +8a3102e3f98a77bbd62a3a23150fd140d3941773bf7cbba2338ff37b9eb6 +40558a2313e8824e8e620331568a9b76f4897198a709f9313f4ac40827d8 +c3a71f2abff02bfd57d30d0b14012fb5c39b85af540dda0adc27a85b3169 +4e8d7b61f9d9b476571022d98f2d768246550a877293f3ff6ed918a498d6 +a600223e1a61890c49acfb60265867ce9464f9c32c59e94f7641c3873fb4 +fa6eb237f8ed94579957270d6fd640bd9543e683f2372ccd7b60aad269e0 +3a72c5cdb732b128818d41a6ddd2bc139f7d3911f48e1b1d263dd4ae8e4c +e1a686f3a00a2cbf48978631cd243566e22e68f8d7397134a3530ea3745e +4f1eacb4d6a5fd84c3011094f37573f7f9902305020c53926716d4780c6b +0a257bf711ad94c83f1d41a02c1c7dd203a3e6e4b14eda2fdbb36b063a3e +074495f626b0eea146d22ac33457f44f416759676d2a0566ec2b726d2f05 +40abf225339f02f406d4e7a62e5233ddf20ae7c86ca0cdd561f33c422654 +bf2dc3685ca91bb9d4b09ac8b15a24a99ff56e2894f11f7bb4728fe8f0f5 +b799f74f475d2d01f61b7e9e0e541f7feb8a557486d7df2ce50927515d83 +3bcaa1cd9bf7a650bee9e003a5951c98ed147c4c52f64f692ab281984ee6 +5a47e44a4a5fa93d6f18d276d3b01c5e5f6135ac6940524cd713df4077fb +4943e8ac927a68489ea52acf7a854393cd027eb52ea2dc6234ef034f3dc7 +42d6db5a67fc21d22b97146b9c268ba97c30161ce01edc69a6a1f05efb0e +06f22644e1a368f0e2c0c6c1c832878e0614b74bd645f5cb293cfdb7618b +837fff14a1210aa061c8c81867244305b80daa73cb25a417228e9559e7bd +52c119b0ccdb7c4dce7e1b9f7e8ebbcb575e5bd213bdd6db88769dacb05e +5870232f0ef82f448559187423409eef756ba6247493be24cb1879b5dd82 +2e03d0adea1edbdd83d3fc46759c679b921f0616f27212903f728ab44c17 +84e8a7dced0df5625a7d3f48a20fca34008184cecd145ccd98e31b79e174 +cf107e8f35c40c19d86b40baee6164353408801edf75a619ffc5b6faf3f3 +a95f64795cc40c1f89634fd8c13852d265fbcef834c800ab46e3e8167476 +b23cdd8aff6e2f997c99a86a9cb30ef8c853154d0d89eee9b9cdc1b4f27b +da32432a4173b55ca8d9fb50acb2d886ad8e5862ffd5dff224ba13c8b8a5 +4a7f1a9f987fbbdbc5a3c3d762a5be309d5d926ae5093c40aa47b3b1bd82 +8797cbb9bc9fec9d19eea73d2a39764816113a8edc6cfa6e605ad578fc8e +30abd600658a49abcd5ac54655d29c50fdb72070169d1b389f114b7c71ef +95a80d82ab537ac8c165d47371fc142a51625029a990a577eb1618480d72 +6da93c98e5c5f24f622a850cdd94badaea91d4bc32cd50ce69e9f00e77de +a8ec1d37916398fb7092402605359df08afe7b99c76c2a7c70383f28a7c0 +00c696f45291bb8f074791798197caff1544c76ceea8c9e6d76edcbd92a8 +6df889481f3bbff0865442264f0ea40d3caa69ae467a08003f9c30ff7f2b +77e767580575398462d5b1171dd441d8986f33bc7bda17d413ebb6b7a326 +42e33f20b284bf3eded002352fc66c6f7741a542155f4a159cd778be56b9 +492cd95115c1a06189a216cfd2e6725965a13de973765a05114d9a5a4be0 +615af8bf6a5eaff84468b849954d15beae1cdd57c435788b331905c01421 +b50f20b184506a0bef746330bc98e9c89aaa8f9d102f158043beb6a68205 +9a1c8b8cf67b2f3d7af4d8bbe086254cde53765e3226ba2f95ae8063649f +9f94bd9519411daf8a0287307335668190638806e29484a4ffbc1e46b180 +0e03b162c23b1dc0b4c0dd3c7abed2f00762972ef06eeb9bcdc7b3f39c70 +be32789d366f073ac3280c273dff2979507671b3e1e7685a9a4f0fd3867f +96dd675bf05f25ed986a79249b75f182fd73cda2a6a66d693e4cc5afe340 +2431b2c816da1486c34bc9dca4e2d51c868688a7787cd10abb9aca14b718 +1369de89913cd8fab58fc84519ea2aa14e54b7a8ce474f213e07cf2de2e8 +88093deec937526816b71c96ed75fa9e2edc0f9e6e84569c12bb8e39aaed +bf546630745553d6084ff9524fec6a7264f88ceb7ec3358e923b392474e3 +a48865564431662988fea768ce555ab0da48bd526a84b0cb17b4584066c1 +640c1023d91f7869ef0c4d701be121a6e3c832010427490758aed7a2b30d +6028f2215aa44e86d852fdc67da5ccba79eea863bac9edc2535b66ab0e54 +ec4d4411390fdeb8d1fbc1743f15c3b68dc92a8659e7a892d5e53872ea51 +ee8ca7ef51103e87c29a2714e907c79db9cf37441785d2f73a1ee5855011 +1a4d9bccbebf2e39cd3b93dca300fac3ed1add8215301e5766c30c8cf296 +75746c5a77bf1fe3cd75d25cf193de8d9af02af8f7a6e8f84b548058cdd3 +c6998ed13463fade739126d83d3ce2c7201f955382832e32c10dcbcca358 +35985b9a93f8e3b0208be6e92428787c47d3808a0f77b8f1d76e6bf6a17f +f81cdb065180e03809d03638307bd7bf5cedbf64904e918fc805ac905379 +928b816480f6e3bdee47042cba98539da0e113b1a5f23eaf1a3210bd1856 +1985e6436eab90395da477c7a6d7888d2377b3fc4169368357d880ce041e +1f7c875e956600db7d9b35d1ee66be476e9dd8064cc02230276829c2c0a0 +98f051502e828a0cc505afd8c3df293da1508ac4d25866beee6bbd5a230e +9c2dcdd4f06883936381f476ddcd86ccfe15c2ce3c3243e148cbe603b851 +3a7ce7a6910a66a90b7089e5ccd4368befff2bcf8e918bfe0a1b069ab2a9 +14ca7bb91a0ac3b3c0b060fa1a0316f6135e890ee549315897c8464496cc +6dea0f7e3af43ffa4c3281156067582ca255b1d2e80f999a3ac0402bbd17 +01824c3bb524130f5b82a45275807bc2f3a0655ea208f968b297f98c3691 +92c8aca26beba7dc4506fbd1305e2efa4dbe5375281a88ee2d6fc88fc0a7 +55e72934b4b58f6dd3bdaf7171a4a3c7765767352492bfa9a7758504750a +b7f38754683b70e9e293cb1cd7b23ba62bd7397abb84d7edb22ef6c3f58b +3eeaf656e361747ed04020163253d1cf3f905b5e85f83fff30ab2778cae4 +3781667c0f65c8fd404d6b9202a99ea76af9ae1236631550b66b06384718 +0b6dca832ea8dc4a6efdb674b5a26552a7c7d54c2799c7d4e03c24f661a9 +1103086de3a90a774a6988347656344cfba06065ab22476bb09fb68f9928 +c0045f2764af643cfef0516d87fde6dbf93bae2829b176cb507bb99835e0 +1bad5e55c2f8798c93fa35eb3fef02cfa31d3d21b030547f86d27b9448d6 +8e2b155a65c742bd2999daa0c3aed64447b9cc67f7af33b63afaf25f3cf7 +ef86657fe8f952288ca4b691d369e8f1935cda44a180a6767560c2ed3f2f +cc38b6bd7991d4170c7c566d690a8a25be03212a80871108d18cceff2466 +23e653107631f29227d64754b2208d19f84e547799e691ca473780ddd56a +e620cd953d5133d135e3d51f237078feebb7371454ee633cfe238aea63f9 +999e32850e6c197687a0ec4e5908d2a18c5349627e336ab5e3185b218228 +603a4b1852069f5ee849d571b8387dce1f8f8e9fe94fadef128ba83bdd24 +5f8c1c27c11f2ed1a8ab2d6d601726842cee744ee7aac6b6fa16ccaa39db +f5b3b1d47339f31dfa562671a9cf7dde6915fef9f19b3e068a464dd350a3 +ad146d1a241673b5112a4a8768f976723e6e184790c0604506c46591bef2 +106c40789b733331a80740d59abed39868f80becc2aa21c400a0bd0cc326 +d186fff9eb37680f1edc32ac78f9059280d07b5ff2e354fed545129fa5fa +8f3d4317ff21e027602fdb2522f049bb545ff4da60248130f81f4e348373 +142f3148ded038afba818f26d5b49fc02de9800d894e9239c88ee0ede431 +f8083697cb0be3b497473473e5714717c914a1a926730c249413fea2615e +f72bdb0906933387a892370f77eebf62d26cd583ee643b02e323821379c0 +dc966407d36ae3cdf646b95dedc7d7fd0f28e95078f12dfc0d6400b327b7 +43c548a0a3517a175a7ed963ed756b1e107ae7087e2446ba702cd4e26e2d +cdc1a8b697108b5b5e81e9f03105f220c72d4aebc57665887c8c7964089f +be9424120efdb14d76eef8c6f7a30b13e1ae90cb9d93d2e14bde47f4a1d0 +5ed5b18d32aa39911b92d24c93976aceb7ef597a75161923a73b2cc76178 +5493d0eedc08b5afe95f3c006b41438a0785c962b070de2bd096cb63b847 +c87539880aa3d3fc5c345e0992d7be77c6cff4948617fdda784cc5565219 +2b0ed775129c4ea4245a41bcf3875be319da0ee2dafefae920cd2b6c6c20 +01762f88c0c5c05053025c0349db17104360fce15d7f3a8e30ed13155a74 +faf91dc77b8aabdd6fbd5a1eaf255db209d7f2b90822296b5603fb5e2cc9 +5cbc5f7a6044058b8044adce73acfd896177f1f70ead2f6534dc3ad755ab +2ba87126d63ca2e9c441df0965bddd6be494e58d6b5057a561d1e31bd38e +92cb73c1465af6b9c001f7229059bca4104847d1639e124e082f7364b565 +48bf8112d0eb461b316b2449049f6a476d36d6b7c0c1126c08f2e9a1246a +3b5b21e7c8fac6e23b82e33a7783e4f31f0240e96e69c9444e7d7a928636 +cfd086475df1e0a2846481387bb2010655b9f81a0744121699b4905aaedc +c84bc5d5ab3674601dbbb651ede7b5df05c8a463dab41f79706d285c4f90 +63997f7ac8cef35cad51fbe5f5bb1b3fa6da2c3abf2b3e925581349728d6 +da0d59c1ef6444539742ee9a23a5727f20cf9377f4f84dea420607015a30 +fb14632d084a2dd181bb02fc3a84fc499b318156b675b9ca3ccabd87fdb2 +497c6705fa70eba43addb6cf961b30e8f6ab9f84e1dd8d6db3314b34b7f7 +aa3bbe19d5bdc75ecadfd8eae19e07b387a1fc586f0f30db695926764b54 +0d89f1d854b0ff86528ad9523caf56371e29498c11afb2f4d5202670c834 +e930103f039d1334882416a49bf93b84fd3cf1209eef7d4994c8302436c0 +794497461c11f5b8ba152bacbcc08af8a15f4a4df3effb7227ca97fc21d2 +d0356c93390c749cbe9750b821f1a7bcfae2c8bc6d9a27f844d8ad088320 +79abf0ead8ecd4ea72846dfeed021857f33c1ace4c07bec90398b629814c +498d33beb375b9a53da0f926fe6e89e70322c72cb2ddbfb16b13ef7a4f50 +df783316584c6ac2bd7d9029124933133b2229bf74a228868ab30ea5c3e8 +7c78c3f0962199480dbcadbef53bdde45849da857a4fd85b96682f1edeb8 +5384929dee4afaf84c51a09f5d572705673d885070303fdb47dc898f874e +103a9e7c1e894115dfddad81549c7375d4aedcce2e52c13e5130b47f206f +7c5afaf1f9ee83da8188d70b473269ca280a6a02de85300b93d8a4f6b402 +fb5df58f1327470ce11cc63ecef2efaa396a6680a6746a20382d9529b58e +7ce684b39ac00f7086bcb47c2230df0343bed9b9152a61c9826aef9e00a1 +452d91305cf05490d4bc0badc9c6fcbfa93fad52c3a80705a19568904975 +57c0873ebdcf61ccdd2219354a4f5621ab33b11932065c1d990a9b688583 +31ee7875cac855f98563b14ef9e1060bea90f195afff94728ae935453438 +dab35123d0e2699475884ddafc7307a5cc06920f35341728d85965f5ba86 +f261cffcb1e29b429f976970d42d10e6af6c4b792b4384122aef2448e22a +58d3aa007743c71324ea08d06819fed14ac1f22a4f0be4787bc8738e1cef +240677571c65804ed3e748d72e89c94b6f310be748faea31ee246859caf7 +a1ea17ccb5b246c87eab771e2ac5d378650191081514ddc2c66878e3766c +b20dc49f630f2743a7faecbe9dbe9e815a3cb57dadf2bff5ef2fce23a562 +98a30a2e052feaefbd698101f9db992613706693cb0efaf6f60c8bb5e7d0 +a50b3392b9831ef3a304a846cd4af431e9f018fcd3a5b16387552d55daea +683d36257418aaa0e7bf8a03ed7bab114d7c15119e6c71c1946bd7903c1c +42e115e954619051b853bf05ae316e15e619a7dee498f771e809d9435969 +c1056402725ef40c0200e083f3ec6e0ec27b8ed38dfe32ea0e5e156ac36c +4bb9ac5ed111a11678339703f1b9299345aeb1f251fcefa11fb3101cc499 +907dc862b4463d5523b9b25c5b69f70ab6b29cfc1df1ecab8227eb3ed1f8 +82e90b12080ee003714d403ec43b7b54491446b6a3dd6eb641efbfef060c +45e873e7398025b1cb7065441f1753028f6f8c49a96801c0d598e098eadc +96a21117f817b6fd6e6947642f93e22425a00e8f6b592ad50b317b69c0f9 +4047386a45e5ebc9504fe55451a01eb29ddf9a41d4bad85fc84ce280971e +834f06cef49c8c20ed2ceac889f158cb14a8c070900478804cff1d1637cc +880c81aa287d8382837ffa8f41ff3c9df2f22cb20044c171e4815d0d0f6c +22d19a52114e780cecd71daf63427782e85e463dcb333789f496340e8cff +885a9d9a4250118b439c71c6be51a9338be29251aa794edc67deec6337fa +63ca9b03c1c9f75e733a4a918646e7bc9792486cb5a4bcc5f84fbabdfe33 +8c3792254a3eea3d88903c2c47b91e076259dccc8bd3dca90eccc832c09c +45141c6242026bfe309029a562c3ee0fccdcd40e5cf265ed9c3de582884e +0e14819db98b3af734b1b3276ac41d43384ebe73003d15ce39ffcc041095 +83390e470f431b4407f98550e138f96c4564b494e5480f47c853bdd237e2 +7301f55e42a3bed18fada152572b7b465a581dbfe7db2619365cf16d71bf +8f091862b9fcf04bf8d0859a76f46e7b5712f2757edce332d3213b8a30ac +2ce7d7797eef6f30904906b0805dfa7ca36d32a20d989858497a66ce7249 +1393dd79332003d55c095a5ab5df761c4be5c041fa8407263d604e53091f +7b6b15496245dbbee96a63f10fc2978d99e6573128689366fe8b0bada48b +50185b861bad03e3600f22bad4274f2542b635f6c7944befc3bc741bdef1 +1a8dd659038cb40fef2e16ad1ae7ebedb7d9ba15fdcf26355331505a386d +d7399fb999535d6061eabc61dd76ef3eb457446f29d0bb6ec2fc0aabac20 +b27a3c123c27bc27a76336d0a0a6d456da0703674d959a4afe428e2206a5 +11bfc80039ecd56e75f69786da0a8084d81a66644dd98b6018681f1d70ad +e09bd9bf3d16d68dd5d0a03ae26dcf1552549e459fe190b310a8776b2c84 +68c14ca8b1b9a7af2956507a3b705ad75a17a0eea7fe089273353cecd07b +b8563465ec8deca0eb42f43fe3664eb5f31e1d1324185539b28d508bcd06 +5ed576d8814ed3fd637d576f027927162344afb0255a91ffc616948e4e35 +8867e9fc76a9affacaebffe110808c1532a2bbb0dbef3f010e45ffc73f22 +8d28f12e98478b27397d8f456781ed9e19711df2e9eecbc3fe61f7493fdf +1a59124668a91be51f122f93dca4bbd22deea339e6eda3d6ebee03df9581 +13e1ca49c8398d2c59da6764882ee3663f62a55ae50a7e91b4fead1b11fe +0d50accc5d75f1a515f0c53616a500f1491381dfd0e2477e402ab0cf9f67 +d501a442629c8593ed5d25a72edb9746b02f2b0f0759cc9cdcb4c9d8b451 +9c8c617e569b432f0cf6890372aa879ca7de46e110d95e230a4f0e52cf65 +811c54365df4a3e40d819e2fd379b47da3233d0def0efbce04ad8baa3888 +4f6a69fe5c373e38ae0fd0241480f2be7ccd18af85916d2703a049779fe7 +398fc47d348454cf03f22eb3fecc064606957898b5643464845445c25c0c +7d685c8db042af5d5882174374ace90081c686789bca96ac602eb41d317b +d652293ee628951875641661ec86a2c40a42e8f0813a861d41a0f5178e55 +43651ca0e99150462db5ee0010f00de6d55b0d7fd7ec5baea24ed3e90a7d +6a0589761922b91a6a913a7feddd3b68254d89ecf767ce8e27f966426a8b +4fb1b4085384fd09d63e288405b78a646f44c87eee22c8596b1318808547 +9f75f63d3d97a28f9c8306fd207dbfd38dedf0ffeb7dd80b2a3292dfbf1e +d605adf1b33e85b010309e3ec058fcd922b1325fee71eff2dbbc2e68db52 +d513e024c01d47cf657bb61c9734649a4ab63c0af4720ec3efcd82dd3ca6 +e80bb63bcf1b8de810a0c6c517c63b76fe68c0b286867be102424fc31c49 +37048b6f323d039618586fc21731005d949e7d802a430df8d2f0ce99f2a2 +376c2953efc4184355e4d12f422c9e1e25c4df38dea334dbc89b540e14c6 +1a7769d77115ce8968fb76b27d0863cea2496783114c24d4cc816da884d9 +53da3f9b9d3af8938bc607bf26a071956ca07e6a5509ea2f5d80e5cbeb98 +041b197fac760976ee75b470dc20aa023ba3f63c2876eb281ff5173bb490 +d6815604517aa1b1fa0631401b3c1a04ca103e2ca4eccd83874d9cfc8abc +134cc0f9141d9afa56848bf222342016c556c14b3482482dce5d0b6ef1ab +522aa1812bdd8dd3397e05327ec12748fc4808429b97202e24e1de0c7c0d +272c046ba73b37d30930c5de5a47d96955cb0f5ded8f3ad929a8b42d2839 +0458f5910a0f93610f79eddb27078943dfe17c716d65f96589769349f3b6 +6ab7b8c004ccc59ef6881f745ec7129865a76f9c2d029d4660ccfb4d5f9d +412ba3372a27cb175e9d65f759575cf14a5899a8d31ff039ac02dbd8391c +3397428ac0d5717c005200790785354813c8859be90e0e17914f6cb9c674 +f1e9a9648657b54e5e1f52756c4f982df74e73f6e4d40718c71d1d0e2420 +fb7462fec9e457c0414a96e475c6be2c10437096fca0c942e995a9ada789 +ab637b648781d32dfb68e62e91c2ce7e13680f8d31ecf8c824885fa76189 +81cd05fb335aa111b409c59ee337df4e5f9dcc920a5fc0d620dc07f20dad +63f4ff5e0ee5a2f390af1c32122ba7780f210229e5a5e3ed97bc1c3cdddd +456e739ca782edbf4b810552368e9c734b0c78b0b8e3f8b2dd782862b743 +18871bb1ef087828cc173d7b049811fcf598b8efde4d9bc5447f4848c980 +29c854f3ae461b9d46ddad8ce67a521f3c811a81a396cb0f80f3c8d8ec88 +30532fb7f9624f7cae0f8c6df875073333deb28aaa90aaf486ab8c932553 +ce697b885e71ec8e40c7835cd5d59a2c695db9e51216ff9b77a15b0da637 +17ff25b05b939e45cf7fbe490e51e9344213b32e115c2de14d76dfd58450 +88de645b0e75042a61d82fb1753c445ad0a956a1263e5a096b681d3bc51a +9ff32ebafff7eca8b59d40f0937eeff38312ae57462c7bf3b1fe24d2ba8d +fe84515270e09063ce3c80df4935e409f62eb4f54af16a186d4329972b9b +df15fb08461b688ed49928429226cad9f67c9d636d1375cbb7b08a563195 +6b7fe29cc9efa8d75c9e4919c8c2c54f401d2e0d7bfba40c50cae214d210 +c6f3ea5802339f63fc4c1c1995787617f3ec2c806ce44cf8e29f76606cd5 +836f6e5a2e423cd791becd3f112f25657dfed9366fc4adf90b685cce4a56 +98e5fe16d7542b913fbc01b288dd13f43db2b1ed8ccb80159dbdc90a8132 +125df8df547c4851ca609d1f6f4d647741260e845b457937787827a89e37 +cda06bb191669ac84b8608eae132d10177f3fc384980f3a6e439b048a38d +0d6b9cef09f3f2d732aa71bd058169d6d0f8c9d146d9da046774027559a8 +b3843f6116b418427e78476ad8f0f81e8a6b12098060ff7dd686503f972d +6c42fd6cc29c083ac3d72e3751f21d2e44a572eec80e81ee44c90faa7afa +bcd3eceb98fd4068f6c3a4ded0e6cec523c9a0054d1fc2a8d61a4a26f9bc +250b8f302416924ab22e722297888b85b9c12f8dfd2a744cbd143f9b2514 +c1cbe988d9cb4e77d90b2efd5c2a528355a35f7c4af039c7d1d756305967 +b847d4acbb81263d4992c001e2a262b9fee2d1f5022be5b15e1d8f1d67bc +52227344ee912c018cb73e5f47ced54fd202627777bb77aacf3ee6b22706 +fb2fa9062bee87e22cd2802e7706322648daa0c624ea885430175f746e1f +536f9a8e1c610c4a761d07248426db63c9319a88a3fa449c3fb8ac94c600 +3c745e6bad717a3b2ea3862d1e08512a98e57772a62f85f1e2ffba40e2ee +43aec11203da9ce5afbf673436f2db6af85bbe89d802f7a9e5fa25a408db +69e51f0577dd26f94cf2ba2fc53eddd6fbeb534af15f74f66ef8d14e7ff7 +7d8a5d284c8202dd5a6053ceaa606bf9259923825ef4effaa8d878652a4c +af2ee43ed26bf3590402686c876f86c1ae95046e527617cdd3c429bd4cc3 +f9654d2c76dd4102471ff746fa9fa379b16df96bfe3836d43fcc0b8e9512 +0c27370049aca4ac313e1d50d72d1814f2566b8b29fa9c9c20d048874372 +2a766436776783b939171fffa00e04805a8b58214d4f114f7b9c3c17ce74 +86aea2bcc895ecde809502bde57981318a93f23016f056a421b733c4590e +34ab08bb348da4a48f19b6befaa1ddd2a49a6c440443028333cdd48c85cd +698adaf3fd8676739e44400a98b575be02350576f96cfa54d4184ba47555 +b8d12374b86d038d085f7fa51ff4be2ff5981408999b48b2faf305212ed5 +4b2e371f5a0074cf68d1b0e5cd279bbc8bbaef694a89a6c43f518d01bb4e +8402aadf34e96e9b3fccab4cbea2741d3fd9adf7af32388f7771845af999 +65a6078f4da335efa436be36903e33a743c112c0267309f266dd44fa998c +9a139704e400b89dab952eecfe2ac09c82d9f4975371ccc27da37890ec84 +123193314d8a7a707c217ffc951a547ee5b6d1b7c8ed85bebd9d3f4b9b09 +6a78e5f7df88c931e3f396973974454e59340ca51dbfea1a00de084b6463 +0e26c6d6a3593b828814e27db0186bf2a87eef268aa1b135ac09b52cfe53 +051cbcc88cec5657bd47f603c8e1a6249161684fd9084ac279f57a4f9bbd +0a546a87e147b62ac860911969a29b8aa20e3aaad0079d64e6bf1b0f2ce8 +f0c54c9019207e1b403358253c2fa93a662f63b9380b65c5173c198d86a3 +d0dc1800d1f5378da39ce8523eb62c6afad8a0d7ad1629f2cecad82b8fde +38975303768c7d3a08b91478edb3c45a8c6b7725ea8596a8ed50b8355fb8 +52fb8966479d12e1086223b1e6523a65fba81dd106fe254f7309718768ab +009ff7714a8c363b09dda73cd3f81bf9c0cd3b0c806cf3b7bbfab73e46fa +cad2480eeba97ae68ec94d3d79aa01ecc22067858effa9d7b7f997abd2ce +5aaa8781e5499e8580c405681cc63eea53bb47e55ecc5ba2a7a3c5472df0 +34b022f455c60fff971b01583a29e211a87f7163187b190b0c1083d696b5 +86e9438fd8baa45101a5edcd1be5ab9a585511089ddac8df1b1fdbe582ab +d945e67f99adc4452988a9859e39c90ef794c5c4e62997085b7a16a0d901 +07d08610ba175ad66377345662da7da4d8fef847ee5d57e3ac54b928a095 +7cc1c944e7ff14658fe4a641cd26c61105c0f136a75950764b69ca17509e +3c19351d456b22c87c55e8dcc4acd3e150d936333ff36499ad6b02b6403d +e0f12901301ecb2eba10324ba72b58206a13b8f37b0aeb12115d0c12879c +8ea8a2eb70e85c95434564ba3dff481c8972587eff74eebbbab14fb32b8a +84b8fc42ebeca65d25e8c32c19ca5962832bf45dfda4e871508aec318495 +0d6dbe89019cea29e40484c36e33d76b756255531add1db24c03b2a64a47 +bd8fba3fdcb1f5b96f8eecb60d5834ab001a70740498720afb6ec03445cc +35b51f7987109618c6c78cbe3041bedc69b6fb128142cec5c8683b558afe +3024eff7a12d04ef59a72e156df11d33aba08a8eeb16259dd9529cd003ad +4ef4137b6ff1654236473dfb93f597331a5e26c7796f528f65c94fe07b3b +4f4dd49034fa0cc189dfcdff70c2f1c6d3df30ae103e2ac5cff20664ab93 +4ce5c19693292071c93bd590383e0a1931e04d1ddd18071dafb628f5d747 +2e457bf81d6064edfa8debff91701c5038cb30865d6122076a336732dbcd +b0a625548773d0013648a76f07bbdc9c16284d158ec7a105ae37a6227941 +9c3a2f360d0c7a74d6fdd0e36dca2a8bd59945a4196598f690878f84c894 +852c1811afea4be3b9f6a5219e6628c66669dbd8fa9a0cfc2dde7716a356 +fc4fb271d8a2cddc8d4684de447355bc7a287dc56852a638c5777826eb6e +b72faccc86f80beddd0d649a883cfeef4d74750172a90b5dd8252592fcfe +19ffaad868e99562daeae70514f5de296ef7b57e6f193737abb6aa317956 +584423817e11664a67389197ad9f8f771ea5955198c9ee40a0761639e638 +ce9d890df468642670235f1373d3ac6b1f43b5777fc0a91a96e095e89bb9 +fd62614de456ce7afd6b855112367573fd9fcbbd4a4f9c676e672d62ddd3 +4a9bfe8311b6175a003cd143c0df15e4c0b48c735404086e48aeed6b6fa2 +1fd9f40b84215dff287f0677904e2ddfda774a4019df45cc877f553e95a1 +c65df1d67bc0c60e0bba4d205c0da3da80229fdd71859f65ad04506b308c +2b783839f31cfe4425263224f08c5c7e98a2c9d3dc8ea5ac1920f4e39541 +3262e0836bc019a092a0deca104eb2df6b63392ae8e2136379140de5fc98 +b0b69860fe8e31dab5c5df7807d19bea34ac14e0abc6f6519c51247b104d +e7d912c5bf6ef11b48fc6df84512e9f5febb48f72ff1b722bdc3bb2e835b +2e7cc6324bee84893996b8dc2d4dc2793a4f69c18e63daf04a7bb5c0a907 +6e2d5a343e134cc3c89c4712900656ffc202e1988526d80c7fd9281fe47f +ba8ab5d025e63a84051f6b13167bec15b346212cbd051afe7a98be3a2491 +f3c469718a58e783ed91f90e274fb4978f8719e92a99a1e8f142ea7e1f2c +46aff0a2fb50f4d105130ce8ea309b0e480dc8f80d506172b609ea4bb4e2 +bbae98d8882814fb273e690da990b60a9cda20a2418246bd10ae67d846a0 +fa815ac25858145adda106a6778a11877fe59a2abe300d7db9bbab31cb5b +960b7e4ef91d4600886d8795dc361cbdddde05ebd54b1941f426f7fa8399 +270d2f54c998be92d146227270a8e89af90c48bafc4eccca01e6322afc16 +5743475e752f39bdaec49297290510ffa264342a0afe2985f85deec66c36 +eb4a1d46683ee7c591a89b81569a8566afbca26810ddb0970577a76ec8a0 +66622606b08315db0f2e6c671f3259c73637d773d1a180aad66adada2a65 +95b5f481e5f59e51cba876fa06d21e1d674cfab46a02d267e20234324d08 +91e7847c13c69bfceea3ac55f2eaf753726bceb0de1eecf42ada964bf9e4 +75953302c2fca804b70b779482dc9319b40381e09c0096460ae113c19a2d +c9157fa138cf0e7758f71008e71d0f7599744d647b09b16e3c795c56ee5b +d14d8d63e7a512900d67487975ec9ceaef69572fc3c2342ac5d365e8a4bc +f462006b5268ecc1575494cad9a9e7a9e8d9affe49af647c017743ec7cfd +5e66f4e4d845a6bbc836849274fbd270cbf263f167df7e26ba91f21c60f9 +6257c07523ac37a2193010e976965cbd75751e312817c0564e1c5ae0cba8 +bd12b01122d07020a0852120680985a8ac987bc33be863eec52af13435b6 +e4048d951f5bce36526e07a8661cf2538f69d1f223bc53bf5896437d1bd4 +6f57d9698f642f0e99c7392d8ee47134e34dce94d392949b418d9821e12c +afa8337323e8469dac24dadc6aad4a0dadd7ff65694ba3a27964d28d8eb4 +1179458f91cd3f83b8f119bf5e76184dd29cc4c0718cf7945dcecc993a7a +78739363136cec7f2fb495eea8cedb3ebf14373a058758c442939d367744 +35554851e9519b6f09c31ef26b6cd997dafa11da91fa9759f17b7079164c +5b47b99ccb7a876fbab1d0d5d1e1a2683cd6914e6b3b755939cef1c9168d +30b2738c4349650cf86c90d2542fc9b90f36a494c035a1c86dd716014aa1 +6e6b9ec7aa03b16554bec436511dd3097fab1fd0cd49edab96f74e8fd264 +00fc748cbd9ee1eeaee24da30db6f8734b52818b3a5e510aa5c14e420608 +98033e7e36cba9a64042cf94a74e4b52e37ac027c0dc69bac4944cce12e7 +ad81aedce642ec34ca23e3ff07b8cd35dff19f33c8d4dbb56a52534f8a82 +7be47ad4aedcad83b27338409fd1101c4dff3f12d3df79ad1fce65b2f419 +451dd059c88bf066413e23de27d3621dac2dcc8f9f3620dad0f4b1a6e8c9 +e6e8adb552e1eb2c4b2a3b73986ad53ed9ed8911f82f750df05cd2eba3e1 +b0df208a87fb5ed44c3296b803881c1d9776d13350cd29c3f716f0b5a8b8 +557812024ba70069be6589aa579eadb1f657712df2570843d7c5ff7f4009 +d4d232d3547dc8b92ed5c4db77b76255e661ff8b163c6f3856de5651b597 +ec7c78b84f0c6c1d6ea3a82286f1d3bb45f708d564e139e81f473c705ab2 +56346328daa64d1ea8645dc10fd449092e0634d9d7344b2aec3c75f6b6cd +8b3f3867ff3cbb0f556b186ee9a7c26bd2d17c8a773055d9d5013bd2f937 +d697a770c57bdb36d922cb911cd14e7fa14160be19c1a052e297b1a2d682 +d4bbc9f1d2493bcd7cad2fa75d904c5f5479179daf7dc6a4e0d269baca2c +4f2430b4c8cf1572fbdc750a05dcd5b09fa3a9cd6f2f2a386e2b3d4d8e25 +7bd43a783b38e63bcee503ea96ff2c373181744a607f0cb8d281d7db1a6f +4076aa3e2c61914bd796ef8a0873f79f964fde28b792ba99a20c3f1f5ed1 +fd189fb1867c84dcd6af43d49420c8b1f3dce7dbae71deb17fe45644db24 +4f44b1011c7c768ebb7254f4daca64e9ba87aa7cd0f0c4b2228ffb9ebdcf +3dde4dced39399ffeb348811547d025320a88b480943a339e2cd2fa3605a +aae87939b1d7901465a1879bcb4c5be1a179e7e371f1ba2e0844f88afbae +9b78dcca47ae8aedf5bd3d458c7d4a7a08accbf880d1f1dc69c636628df1 +ebdc5c42ff88ff8b66351f3f72d703e52f3ce91e4e00759753a599fdd863 +788e99858498b66b93e5083bc3501c39a9ba928b0d763c28826fd237e949 +ef0ba85cca9aa20c405db6d5612db718f7b4ad31d253ae306e4d7cb615c5 +9ae668d347a4e60fff7b103f8bd0e7cbdb142a763be88ab40eef6b8fc200 +458d728930ad0f94fe52acbf0657c4907cc7942710ab1fd8bd149a9c9def +6b8dca7db9062aa7b1b011abb5aae8b77893a023f9eeeed4a20fbc30f922 +282a7ae2f1acff64151013d6b8ac2eaae58171a10f80bc18c3bbb5de1e22 +ebe6033bf83040629023d74ccbab3f1923cfa4a6735e1dfa8a1b261fbf1c +397e26f3ba9c2629cfda84dfa3d1087ebb19dda7e2d76e30dc2e15b8821d +5291da1dfd73940e5560a8a6dc91be0075e3ed8d9e8cac85ac20768d868c +d2dc45deadcc8b59aabe6ee5b2f891e0d7cbae820f83479332bf97074866 +98fe196c72ef72b52f54314329fc498171782bf160e1110a19b8208fc591 +ef0f0da71af657b43a7cc649a8488b759f7b69134b4f9dcf79daebc1ce52 +cc8015f324c9d46320f44e1551eda6d86139dfd1db814cf38a22a89fabb4 +f75fb896b00e769820f763486e86668253cc466c1529a5a924cc337c4844 +8851a381dcef63a0a302b65203d6571a1dd1fb9dc0c3bd6aef4891497033 +109ceb5a481bfe442249940ec54096f1d0f2436d9e60495d0acff967a741 +b30467d24ac6b003221318666b951efd45324987b10bef4aaa0ff1df6887 +377a7f70f555dfb9ff1001c67438a167a00b05d2c37065655173a7ed9ae3 +42dfa1497fb1f2fed6098901249a085d31b66dbb6ac25ef16c106b0a6ff3 +47cdf66434dc3f0012daade80b942d522cd59af4c31c1c062157b3d000b9 +cb86e2aa7b4a5bf316058a0d5a148eaa2c67977faa0966e4c3454e08df14 +c2498ad76e389af65d2c139a6d8675298c46aceb7dbe6904c373c06e5f71 +399b2eda0b40ab96e8be991ddc39f92f1d24797f9ec9f2fae25669b43754 +e2498e8ea5c44b176c3fb3e8f7a7a1481275a461f2549afc4cc73e28417b +d8c5212c13105eab967daa679ae822b9b75b372a99c7e82d6bd83aa2ba00 +314da4ac51b9caa30d80507505be24bad0a87c5d5d7336edf60cca4cec82 +01d243c3932f74d171e2409d789aad0d04a7bb22fb6dc3ab92ae33ffea89 +7c484d741039f38c317ea396a0fbb9f15a27d87fcbe007558799bab73212 +b6e5faf2080ba074724eac87d88166dbc1464cf5d41b99428851ff1d9924 +6944511cf42c3f9248513e9e51593f253d89c604388ad7132d6a169e9dd8 +88e020ac1f8ba606f2e1ebb97977e505d8c40853653d8f398f71cc9f8f9c +540c22a1e6195ba578ae7262fc845fccf77b33f33eef266489af8b81a615 +d6a13464bca58bec16c23f31d678f14a938bec31272dac3ccb1b2dae577a +26bed852fc59843176a5fcfcfa0ab7fb00d2309de55c82cb9049f44fa61f +1e313205a76317c4cf529a4456019d970624129681f46a9cd7950b8b5c40 +61853040113c8115319e68b37f88d864c6957df813b305d09e6a1716b10f +26f2ef5c727fc77aabba73e12b5ae6416ab19f6563ce14046b715bd4cb2b +1e4d315f42d10f74cdede82bcdd524a1a54609219084cf1cdabfe72cc837 +5478b41614bc18a914903596d6fc2f361ee519f875385f4ecb50f7053127 +4ebdeb14a5dbd906a60817246042e3799bb3ac647cda7244b7998ae4f3bf +be5c767fd2142e48518a4217599e0ec2cf5e86c8c270ff8b02f949ee001d +6a439bcb4bc7d7f7c8167c3ae0a7e59687fb8bf6f37beaa164541b8eafd9 +2e9d152e3fd0f413c99ccc34fcd8aa455a0b55dec846a5874b94fc95cff1 +bb386b2a1e22cd1c3914264b6d5bd1746972857c9235052d77a6c0dd3019 +f8a307fbee63a3ef12b039b224108276ffa84021f1ac5b745c54690b3ff5 +87b4b1710ac3533a67bcefc503adf1f4b62b2910b31965e364eec9cc437c +c40181a7320cd52be9c546b8f1dc824312216c2fd8232e2bb8d40ee2e314 +54c09772a387f9520e331456c269f51a078e6abd9fb6a68bfd5f557215b0 +bbd2227b8959cbd1bd4aeeab094dd18e891c61fb00933c0a0d76174d169c +0b6445d34c00dc9e06d85eb086c18f3be27df734ebb9cf078aff65144385 +49cbe92a0c0d25efe4a527d86f158b4e9d8870c7ac5d6c059643a3298079 +cc20398324ca87273b86ed801057d797d91bc3cf2f96c650ee1566cd3cf8 +656cc577d38b830201be718dc9a494268177a5019546eeedbf101996be59 +3631654b638c75a6baa648cd1e7aa9ac1ea60f4cd604071c89dccff8b3e4 +30a57ed6de11c5837e78956ed991058f3646219beae94e4d9381a33d48ca +9b8ff12b54a73ff869d0eeed7e098d80152295e6016cdd809173c57d1f5f +ce908a37010ad4c4471a53451de9b4363b63437c374c598f548f145d3d28 +8f42531fcf36a9cdf72521f1c0868fceeeb1857ea983f6b75ce245d875be +ad1bcb8819e5464518e04717b78bd6e335f0ad77b832af5682062a1e2ac7 +7cd5edd5dc372ee456c96d38bf8bf348dac2b4ebbb2440f2ce97b4b337f2 +e23247e3e8423bfa9237ca6ceb6fb93f960cad894a96f0371168a3322205 +2de9b3be04b022ab95c0c243486e35197721fc55311dc55f87bc72d09b6c +940ca36e6640aeb66c394a5949a604e7f15dce3a008bb41b0eef2840a357 +f348443b4dce064b4c15e5ec52e448c985faa1c3d6526270b1cc69100995 +9a7620c9a6202619a19be410ff7bd535a8b2640aaa459dfdcb8f2bb35112 +626497e8a397d4f9e04788322a738dc8907cb64315cf63c95809e90d06ef +02f72ab04aa61fe02eccf7e9049ff9f3ef2258a75656178aaac9f3c2a26c +001341862d526cc14e92a81bd63502f959066e0bcd659cb9b5a45606153d +d77039b8c5d5b13565f00d95a41937cf97089f3938e39659a64dc3d6046d +0e9ef66544caf8a206635df49926a3eef3fdbc9dccea2886ec855f1821c4 +b9ce1d02a19a11bbbef43a7d4d536715548a62802f64af30bbcbea8c7e55 +ad56c801d8a569c8183615a78cd393ca42c103f155941e845712c335f4ac +fc7807202b92a983111aed241bbb8501f15560e8f2157c29752bdcdb2740 +08137277920053d6d7dcdc626a574a82a8a34f1e77b2fc8cf7c1a7322f22 +dfcb450259eb450c52b70df3584a7c54c813db41e3dd81253a03b02bc252 +346af0160716355797b6f8210c453dd7e1e756ff08c7e6a5f4f87605e1df +f35a130d79148a57b7ad12d94a129fe3f055cf974eba09a2b13deeca2e02 +ea818a58b81e8743004646c7746110bc61b86adf2d5d8c45a6a5461eb344 +97fccd09e711f47bfa742c73f87b257b53f30cb68d151424dc3c210d3e8a +c67c2495a8236ea2d7985a5e1deac699d7b700e6d38eee2e93b191baa5a8 +a2c916d206c63fe63427aaafed2b5784276fc21eeff2d70e47c8540dccc3 +e00134642b703795cd3702631ae2a90e063a218b61e5b89bbcfff84f567e +37a31a9b349717a8cdb9c9377215ba838ff7469bc486b64ef2b6d92519c0 +bf0826e3652903f40e400689f5749df86fe3de178e21e20edf9053081f65 +10d8f19acd021cba481c484d30ead3b84ed0190087ee478a17154b243346 +c3938fdd5340cf6e47b185e64abdf44f8cbcdb8294492b91929bfeb9da2b +033c3acee554f0f1a7f8a56df7c06a3583c1e9c5ca458d40e550fdf3e2f2 +e7be8312d5fee98543388edc8a04ca29f1b82b7ab4adabba3f2c331eff35 +21b2b92f99c4377ab827a989b423750d36addd2e286e7f3b694e29b8bc40 +3693c6f7cab5fe34f1e48c8d41b47831e8c3f5be5ed5142e3c44acf5180c +d41fda149b1f4aed36812e42bc184227f5034220f74f67830255e1caec12 +66defa358a87d2e3b4b4e7ef30181570d0b2b43072ee0311c2c157d32ee2 +bea8ea4251b59f6b61d2b4fdeb654deb67aa3dff4ad65b727f0d6b7d6152 +3e4b44d99ba5cd33540f340a35ddd466abea4e72e504fc9baae51d231c33 +a8ce7dc2970de4c1fb5b096a3d9c641ef77dc9039886831ddd01c4f21e6e +168e38bbdda5f4308c959c7bbf36a42d042da6862937eb20d4fa2e592774 +1a58da5cbffd9553beffbd92e6d64871d8b25d9049f4e71970a8ff5557d1 +de83dd24286d6c3e4770ee00f9a1a0b0063c99994aec75e84d6f9c488434 +d1f3dcfd0a8bee9ed8257ca97e75e8b1285747184d6d2228ef95d4a0b8da +252318abd35c8398fc6568b294d90ab308a7675f9f160140f0a08c88ad0c +a1ca2cf85e4d031cfa3b87635f1398eb7dbc666a259f02db6741d13e11b2 +30025dd6dd64c438409af109090058151e4dfb8c0e9cd65935c4cc063cc6 +100fde70896e23e3661c7fc1b8228b26a55903e997f80207edd8863fa074 +ee4ff23be585baf708040c9f8cfdeb42fb8eb71d4cb6d7757e973e4d8c9d +dd082712c23f868e1135ecd91250bb4335958b07c12fda75eeb56be19d16 +44c1f76a8811c021122619f751cbbfeb1d3dc912999017fa163672a1ef75 +4c5cb78962baab76ec48461b492fa88f9897170de857cc8374c8bae417d4 +c78a56047024731f4a45145f0393a27cab614a7ff747bbc28e6880d4d01c +0a6cf317a1de5bb5adfa4b5fbfe0c57598c79f25ae57bb797a489d51f85a +9b9cf8bea64293f8fcc43b0d5484df99dbe19152692ce756f6fbe8ce5831 +cf4b8a5af47524e272c45c62acbfbdfe7e60b05bb1a1a6af0e9210012014 +69b3dbb49ec7b23a363fa68417b7118dcea71d4aca2e36f88c6ddefb7020 +5df3ab7c74cf65cfd01ff85faf99f172689737331d4c6cff7a29029772f4 +87fbf625f17bdad89b4ac076948277b4ed687840301016c2b7ad4c6d02f8 +1e88c75b7a04d724e234e38a38269351582245e361a42c75b8256afd5624 +b558ada2190f960a896bbae7a8c57e76da10dc29e69bbf3aa86214c001a2 +7b39c1d17c548da5601e86a5cf53e7b1896bf003aae9387aba9b102eb1e9 +002dd3754a378f3e49f2c6eecf47eb1bac2cfce11ac0c5cb063672d32733 +563f3e1e891b6073739bc53aaa0043fc45e90e413dfbd4548dd320b681ed +70a7443a233d79e3f038d26975586e5cdd2115aa614727b1f6dd4024b85c +ccfc79d10b7b6afa789db37bd0e8c423c1a4a8681b5ff3a9fa1f61a46e46 +c4b1836d1aa41a89264a7f4b1c259e4b10ecdf375bd26a1f412fe01fbdc0 +3368fcaf48aa0ec28b1bd603a6a0d0dade66d14c9b7285569230fab76803 +35be104305e4b748fa99fa31f23991608dfdd2097da292551136f255051c +9f7eef3fb7c7fdb4e651c3d03a4ca357b587245236f4ff3252563f6be08e +f8a3ec09be2bf27b9120f7d37801f6999efb1c8ad1a08698cc59ceae2cfc +dbf6bd8f94dec94f7ebf33af05f52c85760c63950b455510c6ab9398d09a +c288efa09e8f631a59b03fbbc75bbdafd675ffacccf8adf71e815a4a49f1 +4bf70e42db0b7347b5284e234c24010e2177dbbd57648e398fa6b54571a3 +7ba8c989503594d03c6e60871a7f96459902215402ba168b8d1d2685f5cf +8645d5e11a1769473027f42564c2966c10c0dee1ee1b6975852a4870d492 +83a470e623337544a7cda5c16fe2855ba2a548511fb4d4ff2e3e78d108e4 +c734f64ee2f12cc9562cbdf363efaf5201b673ad00583ff108aff6b68055 +a5f299452d176eaafb92c84f114c8c22a05ead6564a3371420ea9e646308 +de97d40705e1638df08704fc90249cbc0d2d3e884a4562cc27370b1a9738 +9d8efd237e644a7370b8b38ed1c377f522c75f981d878a5e87101e621df9 +d85c7207bbe5a87ccb607f93a2e52f660e05c83a7a6ce6d01ab4b62a1ef8 +da47cf97d4bba0fa8effa9c0f61a325a97ada69445f23ab1fe27a66c2716 +39f839203040d44b11ecc6e805fbe88843b34c4fd52d1d3c6c70ffed433f +c04501fc20536abdffa429b8dc8192b2d45dd9d646049cbf40719c3d6747 +73f9676f9fcf32817dcb55402a72c56d74aa4ce4035687c730b6b44a9cc6 +14bca5a3fd17c170ed949e588ee45e89e18b07662a6327fb9e8475c43e5d +a1b0af07c23774b19c9ef59281f5d884990d6194170d8293a86db52a0fe1 +7e88da82209a00a16bd29b8b2f13fd60aa25fcfa9745f57c8216283c1d6e +a1c119cb9b8d57c004195210ffbd56395a3ec2d3098ed38f389efc0324fd +0e55ea339b3892568229d8d3e205a821e8219fcb1a7713fcf3450f8bef97 +6ca0beca47376a8ca73df85b340c67efe4534d459617996526b5e5d3d19e +17cc5449e5ef2b82b2c4c2131ff8a19fcfe6a186a9840d872d85c40665a7 +a04e67ee26b8bc9206c35b44c8f8a1afc3867d96dc6d48bd45063be25b88 +2e9bc0d0948c18dc870e6925818e1fe17d336217f174eb4481f5c0ed37a3 +beafaf4d46f857811b6728bec461ae6468d87a736572f4ff95b58b04564a +9d3c22754587df15495a319d822b838461764b73483c1f7cb930eecc6f74 +24841ee10e4087e951202fe88a391375c96bec4480328a54740213f74110 +5b12a39f19808f3823507b88115d468c61b212a8abae7480e39ba52390a1 +892c7ec50271156b4e8076fc3ada222695df372385da7b117a29e04cd2b8 +0a320f186d61c963fbdafe9224e537057c49e82e405196aab621b5fe4011 +e1782a747ef935ed8bb11bda39a141cc0ba42d04ae123383bc95a1d03a85 +a9440010c3b9613064ffeca76197e10919ba5006f35837ed9bcd7de5e6d9 +68aacb6fc91178091fa467ef6fdeb728e17293dc89dde5a5261faa95a2b0 +000fc750e7073900d4d88247da464613adc2b3903a6132d96ac0e1c56438 +5ffbf6249dea76bea2a99160632dd2fc2b99133e9f2f470f72b45d6f18b4 +5020f604b06cd9174ba3805db60eb9c5e6a9c789ace76ae9c79c1bd34434 +e95e501bc968633af93ff4883c6a596776254c0c74993710327086b2886b +02fd3e42a725a03459cb36ee34a094139af5fcf487d3dfe63fad20bf0dfb +60deeda2acca3510e963189d1256eabd81253f7ff9d11263fdbc1dcfda3d +1ea2e52005ce3c605c993231258a717423f64bfeebc34684efa676358b9b +543c2042bef954829fe3246a879845b30ebacb43d8dd7a20fcfedf763ad2 +c5d20a798b69e08722dce6a5762e249ace3055b650d9e110599ea30de5c4 +fe7200d5a8da9e1fe2686350d0df334877d0b9f6524c552d0b6dffae125e +c4c18f7547bd51c14288e4abb7f8a1a00458596c390aeee6fa308ac1f788 +fae30d7f8928afc91d4de6352d20b19d8d8ab122b7378cb379c5be7e3ce2 +922fe667ea057b5d7b3f0b51c7bf0c85f87ac2f360d82c38964f4dabcc91 +04b32f0fb8802235e8e8d9a5997d392259074c00af2ce1d2bf7b8e90e2e2 +ac34185c68a03bab8b267778292b227245d7ff8670786e3f746f86b9d4d1 +7190db859a0e144b2a61e6ac9254de5dbaef20e2e9db0b2ff654b996e962 +f55e465dd238bd1643ce59dc2b5a58b1e6e4ae2ddc2d74d79aff3c34e4e5 +93e051fda236b79cc0db268d2a89b1878051223bb8f33ff99ba87a4811c0 +b3bcc01171d0a731eb732ecd8749d27952c27886b252f9c3d190419fd290 +0987a0a255b9753fb7aa70c37462134c467a2c4b7920bed9f9e86f8f98b9 +6d00af8b05a4bd5f14c2a0d914a9a84160d554fd0718f50ecb5df5e76623 +065852daa74c9ad6da07a119df12c3577fe276ae551d48b1c5cd8a50e84d +ec9cb0840520d78fa7f9a7c2071e28cd20ec7649b991f3818cde295cdb60 +85f24fcf93147e9f4dd084fbd32525326d2ea147ecd5b6c9d9f4a7166663 +ad18bf234e9cb92ff72138a8a49e73e527e9a6488a4ca808aecabc94d693 +cd2c0c357d285f65006fa2f9197f61fbca6ef07b013e2b558ab531d2fd27 +0cee7fa8e467fab885e90c5884843aa08e2bbfea0aa575643727ba18acc4 +99ff34e3438645be2aa71ea491e54687cd305e12bbc94faec848311ae816 +495b013bc5075a2d2ae54a7ad7c9105b64356cb51f18c2c28e3a83b9d81a +4554dbec9bea9a660cf7e1ba89e6d4dfb3eec6a3de3fcded9b2d614156ed +ae8cfdad5ff0efee31da3e6a54d94ce9453a1caad9756d91be85315f6514 +bafbc821ee810bb5d8e1b8f05f64f3f72c4b35d424f7e4dc3ab581b74ade +b6d6297cde7aa8278909f269fed79b7dfd39b1c0338e01d556c4db9ca3a8 +578ace3ec3d743ed4b9c0145e4525e8c315f7a1b98584b975c70f0d41570 +8c8ccc13f848b1d36ac8249b73638f95de0cd27c7efb52bed4339ebda481 +2564d7a77416ddf4cc88cfb52d07a252d89353c6826ca1832a153242979b +6cee783abde65c8b40cf4ea7b42b8dbcc0e02423dd693108006f6a4aebf0 +53b666c3cb63d1861f86eaacd43bb9bb6f2c3a17293c189331d253b44775 +7ee7cbf4518babb73a1d44874d7f0625e6a013c608e991b4ad17a9adb367 +40d25e3e35b459b422f7370b134cdfff3f3bcc4c32b4e9ebf6a2478013f6 +6933a1fa9403a2f1161ec632f1f04edf95ed0f33dad9665d54dd9db2564e +51da7b65978cab50d6dc1568976e83b056eb0e3a6758518b6e17e9ebfe49 +b72eb148b472ba144bdc2ac95744c9bf1258f0a2e47470ab0eff90e190a4 +1108914ab8c1ed6b11e0681778521870e80c16af2afc723cad8719adb62d +3939d3bc8cc1d8a4e07e9d734f54eca33d936d2c39d5c8055739c33e5335 +9bd40e576c11e93b4b4c122bdbc9b1bbf44243af4f0bcdbdfade68c526b5 +cd74e29ce3f70d62ba83c489034111fe8e4daea2f01f9d938abb532deeac +0e329f42453ff5c15dec2aea8c198323c9e8fea55b3f5dc4751d2e2e16b6 +154e7f2add46860e9ca71dc114c99d80e7ea1dab51e925de161cedd678ee +6282aff38e3cd0e659549c970613209955a3f581e1abe485e56402a3db0d +1e9b8a9dfd05c4b0b7f97fc6d0eed0b69ad6f182b1d028add2f24463834b +13f5c1307f91d363891824e81108e57cfd5211f86400d3e96b107f3b1fe8 +9c4908649d04a46dc3cee0de66af03a7ff9f4dafecdd6df4d93784cc899b +527784dbe0718050fce185bde3f39debcdd660b2488d23ab1cff87b0546d +02b48e7b7724c9e87b71bf34b5d6640e0f6ece47b182d41c89461f712849 +c6cfdb7e3f5ebc1acdd12d65a422ba362a8fd6caac5104ccc5ab5fc04a46 +e4309acac83d659ddda256ccddd1bff9ab3622450c4fbc89c82214f00c42 +fb0311bcb1b722a691ed839caf9024fb1671f18e4639c96d84718c663a43 +41dec037175c6bbd288bbf5a0478298ca726567a9b74c32a527339c666a2 +94a17f6821cbf243d13ea4b1603c292953308b566653423e7301a032e5d5 +e2b93f1c1434893633dd19501ad12728b5a1d9d36635b589fa2e151140b5 +43d7c5e469afae8e80c4fc1d9cb6c3823cc1bb7ee40aecb58cbc14657922 +26b19e0fe79235115f6a3afe19f98c5db63d372dd7c041cd940f4f79f247 +4d9ceea0334fa04a97dc9773064895cf11cf73f11b4684f06e48f4469f6a +1aeb2cbbc52994dfab3319dce3a0c8c2efa9627496f8cc84d3df3bdc4ffc +b61672780f294f453278aeb9262e66486856d37b7647141a82e049364ed3 +d03f925284a3f1fa3ddf4c0b48b3fe22e7df9aba239d33cd300ffa8fd4b9 +6192bd568fb18d325caa8e1f1fd4b27527417b034841fd49e4a77f217062 +3cc8b22101166d80361eb15fa9020d24f61007b0a8274df9dfcd8e97c855 +68e76d34ad5db1779b02f034a69ccf9d4ebaa188eb3017eef5b22a0a5526 +96a574907f695098bd8a4849d5c8311f129447cd7a3cf88b8191aec0aff3 +0a38a9ab8135608a7829207a7d242f6e1fa7dda19f5e4c28560d42db4405 +77cc0c5f5803eee897103eca0bd944e320ac26553bee7852eaa733bd13df +760056b2f5bd1243bedabc3c1ea0531017d74b47e18f801a60074d6df849 +fd0532234545e5b5e112d1e7385341d39a89551c80dc2deaed5d5da2a4be +5015d297324e92be64c68428132e6ec654dd4bdcc6640c68835ff8a05e09 +9604b8cd43d3af2b2fe10c8afedec5a70af8509d12f662338cbf166d9452 +cd36331758ac4f4cbd7edd52139ad27dc52569877fe709f297444c4f3189 +9d1945c81b14abdecbf31dc463a4148f04ec4fb9703c158216c0fbe65ccd +450043abfd4e65bf8b28cc148252e9f3e797ea0b57b8721c94cbc2ea602d +f2c57e87938c887a382d2659226463bc7d6a1da87f4a341a59bea458177d +3f18d1213539dc0e301f6efe0111fcf6921368be17ccbb7428127e0c059c +2c5adb2a3f0197f0ceab77ff7f3c027a8ec3ee76cf5c986eb47cb60561c7 +73b3a2da47b5a35394e29373dbd5c3ff4c9213a89aed77cc4f3fcfc49ef6 +ec7557c521979a546983c106b3627b5fd2d71cc5f08a32bf49332a89c5da +71afbfb94c949a91220ab1f885c981423af93f73bc1ca4d92d9dbae3efe6 +a76e2de3d0f74fd3255820636e3f1a6b7c18530623c12af90cdcd2c0a728 +521e9b639eb6345d1de8fffc3b19c72e7a93823dfe3115e9e7bbbeb28cb7 +3db121aed8920d47d8cc08ea2e472e39a4cad5881b5c4204f2b732af9d51 +89d25abf413cc78714cb01b1d8ca5565169a919dc481f6d2e67f1d490aeb +c5cc62a8f62c1a323ebb55ed35aa5c8d6f8b970e93205c2701cf4817bda9 +94fc16197b469ecc5f5e9ddf0fa05640c2e571849571cbd26402b1eb1e80 +3fcf423345007b9b52b13e3b034e8cb3984b925ebffe719ed4f39f3d0e33 +43316a6fdc26bdbea88c4366d3b2f851d2b244cc4408251ae2c77348cce9 +dd8bb9c89800b572d38c5d1cc34c740beebb5ddb0a8bb251655fb989840d +23205d16311a9fccf7c85f6dffea9704492a4e7a8f6c0bdc29745aac2abf +aeba02b0e7aefeb92ba63ab0df844eb09d505c3dfc1058ce42cdd8043b76 +398401e1db862ff9f76c05e8bc6260a4443cf494bc1755913d51745bf45a +df2f8c7a9546d7ef4fb11e9d94e4539632c2a39606d04480ee459408d7a2 +a869807a4c01881c1bb21c296a402b5e6e07093d833c3dff075f4dd426eb +87b1b8de16c146de79f52f5943015331eeb852809cbb8e1d6460ac4d176f +e96f8d19f6ccb22abbbaa27c4497d91312c3cfb5bb913b314e43d2ec6ab6 +897ba7c34cf2caa6db4bd69eb5dfcee0aa917d6950e36a68a4c22a60dcc6 +9379d47544a58d640eb10dfe120fca843b588ca8b94f7869f97609a6fe03 +ac86ec1f7cead2ec8e81977d1b946e459dfcfefe65a7bff67e66f5f78a45 +d8df65af0146df74e024fc042328886cc1dd7779f49cdbb750345cf83cd6 +78a6a8897577299deb38ad665dc4f21ce1892a18c256f318107dd3e9245c +1ad3bc93cef7b7bf057e33ec9a3f953251261aa3d1a8347261e70a46f777 +3a84f3d4d1a0df6dd22a96429349de0d180310e17955b10fbf53220ef648 +3d03c650a8d5c16d63daf65c21adcd6c2d0b5d4adeb2f5526aacf7cf42f9 +a8bf4832fb2d4f73f3d5ffd984b572232f87bd3e59133ed3d2fa19f7856a +d812515c74f7d851574019c532c25f8e163e595fc9c83e3e820c3cbf690d +a62578a980fc0803eb6db9b1e90e3256bd4650816abe5ea86ce65c2eb418 +d0adda5f3ea04e17aa8c4536cc471ac20236e66eca3619f161dfefa48538 +6c30ebb86a7ad930fd0aadf2da69dcaf26c0f677206e2030e3b15b3662c0 +ad03dbc1636ebfad1f2f2c37f5fa9856b0198c5b1d80b69c5effd94ce071 +5135c649c26b9ba1266b0a5b270cd08a706166c0b320915c87b27de21deb +5d7e4806f6e700b7a06a4e29b629cb40761983e9ca8e34e869abd04dda19 +0bfe5a6ee8b22d7e511b84ea584a84211f27af8918dc5af8a1ff2d360b6b +e3ca8e66ba4cd2ce6a25e7e89406684da83ffbccccbfd0844fe3becd7de6 +7764c59c022db1168d585fe25073fe00e30218d1dfe115ca1fc606afcb04 +f2a082ef91788b6bd09684dea31f20034a91ab9d971366f97b5009fefbf1 +ef0ad941654081b1e8f0b2ea495069a1ddf11dc56857d29533dc857958b4 +9d1a0779732819fd22e437084bd9f3c4f2cda4d12ca14431937ab63a03f9 +c040af1d801f367abdca7302e18a9050d6026fba5a5a7fad44e31593173c +df277cd737d1cef59fe9684252bc0ddd00a80e023b88222494c1c8c08842 +30ab11d1083225afdcdbc1e24d4ad5fab396d2e370e44a7571b230660d51 +0a5076d8e35f7db72c0566dfc119ee1b8ac3c0406950a3c4a4da36bde297 +040a27f70753a87e6cd593dc6be9962261a99ae5949340c5d45c94a9aa3d +d636ce8b497bbb8123457c824f443a53b3ee595c38983fe3e07dbdc6acd5 +5cae8be1081afd4857a5f52a3c925143507a3c37f1992cf72ed0d4c48d94 +ae6caddc3bc87ac3a3ef035e02181f78449e4b063b0835e827644051551c +1603e2eab5875f28fc77beba6923428d5521c698c6b7f133b0f689f105fd +bac30a8ed2f29f0255ddf8a037b81f04edf004cbe639c8db0f94d0c5db92 +d34d66c2fed66cf8b895afc4e659d08388ea44eae83ce459e5be306750a6 +82b627802990037157339bf142bcb9c08fafdc3c3fb16dc3544f62c6c7e3 +3e20cc4fc7ca21e2c3f6c546cd78dee348f1a4c8cb548ef20c0496789167 +71d83acc9b7b22784ad8580134471a3c79bc86b5d6d0d305c32e62042743 +51c94f9df45d9b2ad5b5087a89f90d6aa033e4b1d1bed022f36147c7abd2 +b73134dffd50907258e610c3b20949e141172b1c6a76db238c375021cba6 +645cdc26b717428b5a9b4d3f32a4b1e22feff3bb93fd889e1def8087718d +5e3e650fe4a3330da9c37e9eb499df5a342d8ba4c0a033c3347cb25a31be +143ecbf91384f2381e323e7fd3a82a3197c189053200ae2c86b9d01ab0b2 +89841ea7e9e9a26966e0def54de0b85d8df084b8c590081e444baf1e1f60 +670fa12ab97159318624f2af1b5ec7dd83c1073a99398d2143a52d10a13c +201fb356bc9e90c63bb0bc2d4c42af4a8b9c8c4d58a1b32e0597c63b3f8b +3e893bd3be8c60231838f1bc78e73a6c8cdd5e7f2907f897fc8ee99bffda +7338bcefb5aef950e5549adfd207aeb15846b509fc57989883642498a381 +1b8e5cde69c05924efaec232fa4cef302ee3251366ecaef57d25cfa3b4a9 +e6397d996f421c900bebcf73b038fe7b16fd0a1172ac2f40d19ce0b02fce +b8bc47da5344cb933c7fec950184f78acb32d3e5e290e84be753b9e7a7bf +c4416ccf29d023760c06cddef2505806a65e1508990529245059afd301db +669d41bd72bf7a80a9df66b876b3553fdf4dd38d15289af7a1afbc53ffff +135a6348dd784ab42a6c0d6aa330b069607e2df3cbefce79d6f63e274c9e +73a33eb85246d5ebb986bfa923df68b2b8cf82af6c33e785f35b25b1d1d6 +14de85a4f4510adfe42d75b5fa5408a59abe53859e28b3d000eb9c6a7d2f +67c91dd14c895ba87b9cb57b851e5193fcc2a443af85fe28df6f39537f23 +a058bcf81dd8c04cb2c25040300f4c55975e856dcb4e21e2b5481bdcc056 +01942fb25bb8a6b6f93e2c2a33cd478b44655657c557ebb080179ee5d98c +5cebe0b25bfdd952ffeb258014d7a5bc4bca4f1a23bba73c454b12960451 +ce1752401b0151cb2e01d5c72595095eae91d8d3bd55a54a2aea89239fa1 +76fa7cd6f16bb0733ef6ce6e77763a23aac77da88c8efa7bbb2991e472ff +2075fb25a75acfa70a04c28764f4ae4c12051b25b120cad2e3044da35c1f +94135dbd69b10de147321cbbdc814ce99982ac1d76ce3d3330e41ab31f3c +76bf89b95eab81af3464c732d5b1411d97db36c9063537f64756f205b16e +d7058e2cb1d6946c00a1a0cda9ebbe924bda6c7d7b605c514a98133907b7 +93c74ca858e82da3519188cd974b34daa74265db5bc8550d5f0b1173aceb +87458bce2ab1f96996c811699a0fe4a9b849d39023725e2b1ee7e426d30a +6c5c75ae6bcea6db41e4eb2035f7f924e6b9f0dcd00eb2bb014222e55fe3 +87fbf5b9b7c04f4688d5ae3529fdacb38b5eb0af5c3a874c1aa6b17cda8d +1e22eee05a3da88449200d3d0d002db86f6c51b337c8e19f338e7bfa01e1 +202612d50e210140947d5f350e84f790286c3f679a5d7e43bcdc337265c2 +631527fd62d598b7ca1f5835c0441881b97f5197901ecdc4f195bc665a84 +6823d2e41417373f8639567b228fe7b73d781f07a361aa49c3e9d80fe5b2 +a32c4c1e575d194e841967b08d10405fa44eee2847db9372c5cc931e5046 +9532f1baf577f680bab4e30b7e1cffa8574abb679789f69a8a1bac07b7c6 +4ef5ce5eb00e97b36fbeaca9bba4a13b0293d34bdbc77ad1ff88e5744af0 +09823bc262511c4724dd585e7e17d90f230f7a5861b0dfc42f0b4e49a04e +e0ee4dadb908479def8372f334c53d2ba5d855cb39dc7c9550f9d0f7f77e +82d5a59fbbf34bffe92dc9e6668b68feeaa4f20053433d6749162bbac5d0 +d428dcf2d58d49b127fa2e674edc7d3613b1342f4d0abd7f4c5b049fbf78 +e804d5f16505ae7edcbf4d6fa08d72890f5d55199034572ab4b0c9a7e7f6 +f5a403198864adf113caff5bf9d4ab5b16f81d0fc2188fc80875e10034d1 +2e30c0364f8f72797f1aed525a2712a40d44210b813df5a29c84e9f6d51b +1d60a5f6f938faabf878d29e6ab252d95d05fc1adf5d4ce1c9e585219112 +112bc6cd5c766411fbd22731794b5de0a27ac57d3c57926807469c360372 +be529098c350efe2154b87f1205a57a0b04c5206cc4fa66b8793bbbe492c +c3271fb4f90a28d0066e0d7f63b8dd01549a05afa5482c29560abd628568 +75cac16100087540162473498c14087b29b86b7bfad693e81765cec781f3 +fc80e9c7b410e9b55b88114191a1703c638dfbb469ed1dd8254b1407003a +319ce74ad419b077f17047a01f0bc0ac8507191bf72d77d9333c9da8c9da +733efb5305f49cb8c7bc451321add7d896395d269dcdfdd084eb3aa70338 +6c0697e962929651164135c094d9bb1c9b949d5eebd3bb17f02c98c813cc +bfb23c2c26218a2f4c639a8b9dff2c29406037f91938a5e1227310728428 +b56f48108cdeb33bd3191eca89f947271983db776b2bc897a30eecf2601e +e3b2a6f0e135397622aac1f2df523ce6e6bc720e13cb530cef4ab9c8273b +d3d81563ac8a8e6c44a195112daf824bc7a72fcdc4e129a480717beb0108 +5dee65ee4344d0b41ec0bcdf842566b1d9f5353b1f6a063ffa6cdb06ef63 +4c8bd5a7a63f991d178f56eaca653dd67685ce49e98c7554745a4ac53321 +7662d23e1d6937135d13bc2208eb8d50560a2baac319dfae478b6ba4ca5e +da20222f0e9bdb0806320ed1665b54a347de0c42e9f77842de4d188e7e82 +4eb2f0d7ad163f05480a7fa99c5a603bbc5dbc843774ca66e889b945054c +0ed0b1a4bb14324ef901b023c208cb95dfce928489789690cc45bab97be4 +49f8e2f5aa9276c0571303e9788c46e7f789555bfcdc3fa9ed8da8ad9ba4 +8b3ae09404664391e63a989ef1e24bb464043aa099e4f2d796e352eb2771 +06d8d81baf2f8562ef46bcfd1e0047e8018cbd973021dc1c1d821af03f08 +3f0b088a62ebcf2bf6c5b0fcfa441aad1625fdb834f943dd47a5a42eb3e9 +a5b49641f797c288b799a64897f1346070461b6d535e0c4ed099199c387a +3176aedc7da7e7d9e118e55565092a36f7c74abf281720c0147f4e4f37d4 +9436466c61ff12764e3043d8a6d027e70537164f0e7942f4aca42bb2cb13 +6177ef7197e76f49ab403f741c0ef902febc471ad6c627424320a8c3a1f0 +4c310c511b3f91c3937d9acf459999c18a33f2c852ec38ca806599c728c5 +43714018c65e2c5f430f6270af52ad71ed38813b60440779455f9529a4a1 +623cb9f5422b9216f9cdba913b9a1cd95da225e254e81012160850206605 +09d03a034b5d7e32e3db5e5962a9a27711d4c3e29cd84057f7d0d7e80009 +47afe896f8523253391d2e11fffe523366b05c532d5629a90741eab3d4a7 +31d3f6d4f03ff93233ddf88bb1913aba22eb9aa6311e3144381dae29bcc8 +639958eee59accfa06f35dccc63e0609f542f3ee5dfb1cf718ca3f328455 +726f8f65e23acd970e4049225998371b63e35ae98dc54d8329b8db0901fa +a63129ede21b158776981d4d094013c096e9cd020315d123c03deba21e97 +e4b584b4bc0af25f5dce53c2dc0f3e61f99becab40799478be7f5afd7f68 +e23ef50ad6645c967ee11206b6e791769428acdc370d64e4f2b3972e0e4f +442297199350663d6e772fc6777a9b9de215273d082cce4e8678fe9948dc +8d5b0e459cd02f1645ac5620f3571a40b4d5a17df5cff48b6c843ddeab5e +bf58fe13d7da08e8aa7902119248b3b151da583101cf80853b0150fe05bd +edbfb50a7fb0f65728c93b9df48ce8af1df1fac25c1d58e1ad30274a00eb +54cf2f16029e1ac0a0919c0655474b9a6936aee0fb74bd185fe7d70bb847 +86997d34a40326a74356a4afaee67b6b26d1c1a7bcff8697b55c816ccd77 +312c332a55315dc54f9bc0a0f12500e0a76b3936292a3da2ddf5aa8cbb9b +5dc32edacc4827d684d274e65b8b76fb2c2b19f7d5607523fa953e34bb39 +032c05b1c1244304606c55660d3ca8607e764ea5b03db7fcab5cf7788c6e +60ec8c449bcafd90bcaba4132b6cbccff16784fb59b36b77cf0a9ea572e4 +ca0a01c725a6cf2e4500cddf5baccb9094d48925434f044118cfdc2696af +5fc0cab3884107ed17b9bde0c0104b1292a1f8c99b06fc4a6360b24480bd +59df0488641899b0f42b1311b582717ba7ecfee14143654b5371c8b9b2d8 +0685ad38d897ad1e64875c28c7020a84fbb3a3bbee16617dcb9bc822b7c5 +9c5a18c0cf7e80163adfb7aa03b7cde8497c1697d90f2ed90f813095c5b9 +1657fc294ef0e341db3392ed860cb2e0aa09293d0f99ae9eb54c761ca2db +1e51e1ceaeab276c7bd916c68510d72d9a67468b09b3c39a7815628fb126 +cdfd5eff59cc8184c0d35a5b5960f824bd175495dd3eb12a4e96008cb13b +8c5745303e66cf8608ff27c4709c1d854eb79608e52f068fec0151a74c12 +5edeaea555c198fc08027bbbb802835e1d435077ae4b1ccdbf722354f6c5 +72beb1376d3e342195fa80ac9722eb2f46e44de05f5a227b731b8d4a4b6e +def04af2c5dec2eef8ff48c5b18710ade3dbfa0c956505b6da9ccb7cbb83 +4db6cc754948855d833670ff0ac42a4773fea8322becee04ca74ac2d6685 +5132d11a51524488c54771b5b7a512796d7d7ae0f9c1fbc9cbdba0831074 +f4d200349d0ca40537b92496692766f020ac43ac01db8b2aa2efa9d21732 +be3a315f6caa402bb2e61d40ddebde11276d90c2c601a935c168be600464 +76aded15087d54a14c68eecbbbb590927c1e10d291c9285334cb0c80edbd +392bde4d535eb61f8e7641f58ac1df5b1c5a5d91e3e27e05caf7ec97ecf0 +c85b6425197aa856521ed701e5aeb82a7f52a8bd7dc97d5b3fb5c99a5df8 +4d1baff89072922509d76bc6edb15ce5f9eb8f4154bee1e82020240283bd +c83a8e49aa9a2649b7955d5c058f2818a63bd0bfe7eaced4a49063c489a6 +26277ae1246f721c9926e2a2b6c31045fbcd235f3cc58bc4dd6c57fe998e +bd1e9fa5154652be3a1685bcd2efaa079a3293f78142a6473822fab62792 +7eaccd61b3e99c3077103d2d19382bc7ee15bad0fde489602d055a01dbbc +f91a566974559d1b477c209416887053169c3f8f59955be4de82b60558cc +9ae15602a93f029f6b4329e0e62a03982db32f5229714efa1491a7b24aef +e18febc2c93dfe50b3f641b51bdd33da38871bf5243c17502d00aea2d9e9 +734e80a96788d4cf5bc12a42bc386162fc88a7435ee13200c1c2c6ccc5d2 +1a03941007b4c4291bdb711446ceaf27148104bb240357d5eda0ea5a5ce2 +7d4a83909d75bfc05d75f10aa74a6de37d7de15c1dda3ac3045da6cd4832 +3d904e716b445e5e096fcb379353ed70cf4b6fac102c762711079efaf13f +b74c9b47af75f3f6bda2a4647d2ab47ecab64da6cc01479f618e8d2d0a36 +45445e8744683cbbc560d47c98078b84206e90eb839b02d37c852b8e2844 +63d4e4d890203c3d5b20352110034ead6bd7f41456b807e1db1631a9d499 +e52e9d9853d86728b1a2e511f40f8ca1e4724a0d17ecd640b52ff6c66e28 +693d89765fc391612e5889e77423ec85cbd0a038b6ba98b607701dc0c4b6 +6b3b28c7790a1f1eb8d051dc98276dd9cfefab3f65c1c928e48a060c992b +392a43e56eaa6ded896debce71f8245be4687f2f1b8fc0f43ece8db0bd0a +b0811c5ce73cbe336023a0d66168b34a95b4b0a750b3bf1d197e3c042c79 +14fa731d7831af798e9429571cbb977e6258244e84701e5ff91d608f98fc +3d68a4ee5b81d5ff38b6c184f6118b875f022b4ce207dc7b37e1452dfdc5 +91a3e506ae82c7e7bff0011b0a3dbd616a993fbf878fb03b6c9f2055a2b0 +95d29361f8253c2623653687fe0ab98078f6aee5fc2c2bde0405eabedb3a +33eb7f04cb6837176245f190c6bbbcd64522b12fe7f9cdcf201a1aa8a19a +7bbc4ac064b4958f44aa0f8dda23835ad28a1fd0ea105de2f395385dccfb +e2261dc5a89a23af606a3985e5038706b1fe0910400e16bf008f250f3bde +3ad806c735495d499f16f99275010478fd2127bf7cedd6b5bd505fbe9bd0 +065b4a7090c9d27cd5b36c3ad33e1b31eb6d44e375003b51b909da50bd18 +218418b3cd22b43278b144be78406eaf16c7df6b6c1c6238004aab73736b +38e168441dc16f9a5cf60793a18633bc43d78674d12d38cc979f7caada6e +fe807cea499cb9fe616496682a66e04bbdace1dc112b2156b9b0b20a58a8 +cb43ff0eedb99805234b9a5789762ac7d65f5a319c33f4f7438cd15e06bb +80a7a97e976e8cec23f4c646a5821880a82b2f1dc27767f090997e91488b +fa15064b702f864fce6505d6cef87d2a0a12b55ba189af269811e3b8b850 +c8401f3906c080d32618d9698a766732a40a9fc5a94e5bdda3d028d823d6 +b603b6d17dd046de181fd989ea0f80b4ca62f7973e4df5e032a31fe6bc8f +5cda678d4a72787eb8253ea5882c337cdf9aa3e1e7d9536dd09b047cd896 +2e773f72f6418a3aef5a289b3406c152a50ce7bd4b493fffc27f6aa52f79 +ea67e362fd92559aa4f94a2f787f6c735dfadcf2f08aaf98b80c53ca5607 +a94f25f04aa65a70a75937840e73055b3d65fb054c63e2e48e68488c9315 +a13ee949e03e46723c11cc759d222cbfad2e1a87cad779b23d38f7e2f660 +de1388eaf1cf4d18994d75c6cc63f187fdb949940c18b537a0afb12ac5f6 +7b0283ca5efe2e764c4369104b9d3b06490d1244c41d6085c85f1106082e +c9db84586230511c05c82412d2cdf3dafbf4759a775628878f997415296b +c416ac8352a6c6988691fcb831cf95c10bae691adb3ba2918b35924bd5c3 +acad8b137397b10af82b479800fe16d472cd0cdbdaab4f882a0649cf5610 +04b8cb7ca32ec129d0a415be6cb91da2b65f44e80d138808a127e851a7fc +f927e99daa0ea2d626b77a16c72e37f058a3b882fc4955dc8cb6312434bd +3bced75780b13590bf4fe8d64acf0371f9fb1d361b05025852aab9eda1a0 +c997cfa58052c454fd451e6c1f194f4d363114e312f6dc35bbaf357a32cd +200a3dd9654155134259887d677acc44f89aa401ca27282df7dc3f2f04a1 +08cbef2558dcce28bac2d87b8d5b7181ea927f61977764f882626d4ab338 +d95c9477c54e9c36012a3cffbe199ec8120a99d2d70a21f9d9a0354e4eac +7947990e8a6e0601796aaf6f14e758cabcabdfbd8204a8e748a3e5feba57 +0d36e2bf474c0083229a63f96114182321b2ebe1bc76dd193724c4588c1d +39d184c332faeaf4c629f2b3b2f49996e46aa6c9f497428bea52d58876b0 +dc07b460248bc85cc16773a5dac36cde8b152d96057f4efaaf8b1dc10022 +038577368057699b3a37178a9f1f6c6cc60bae820b7add0717911bd23a6d +cdadafa32473491aa80cfe90f2a77e24ce2826ff77b18b869c33fa292fe0 +1d6477765044c7d14a548b28b1360125c6933f05c58b0889390537cdd16f +8e967e0b38579449dfc1e07389b7069aa8594c5103465d5041cc929268de +863fadb6925b350aa94a27d421fb7fcc81c6b35f906f12246b7a5140511a +97211ba9bd6831a508e963fe8be961332f557808488f06ead75e86d60de3 +fa2425ae8439ecb9112bc3e4d73747c1c8e87a649919827049832db0bf6d +a8c85c9a2592ac002809070900ecad52a56f1bfd456afe066509694eac07 +5788456b0b0bdd7c192d321e9fb6aadcaef00f570f22cd4a5322fbce8fa9 +8faeb681940895426270bb4319c11da67d88552a7373398aec5da7c9caa9 +f3b34581c6e968daaab2751cc012199dd897b448986cffbae4d412bf9ecb +f46742715a9569932516259d3b3a5431cd7028e42fc751c434e2b714c718 +202bf02caf9b8a2075de922322ea7cfa605c8376fa958b8fbe43031e1026 +fbe6126a3775f643ea67ebbd97f239fb3c43552675cd08b19ca5ebf53b40 +d728556b4481c7f73ec71cab0f89e34d60c69b272fadc22e8e7bdc6210db +09fdd913e209f49fd28e8712b8508904620250746ca3b21b026edae60a28 +22f59e912e626b93e0d2bfb3230dfd0e54e91a1dba25a609b64d41abd897 +a5d21764c351e85f9e87beab9e645149ad32aeebb3b1161032c701647115 +f98c1c2aaece871862d91d321ab90f3e923b1fdee00d927f897aa9812373 +6536e2e0700f10053d7e6c589bf66029d794883eae4c8228941ce96565b5 +0d48887b5314a2e5537959638222a6ca54c77cbabd460dac11b063519ae4 +f50d93de41763ba7cfbf4c7724360e750478eb628921daa065858341958e +4f3eb5966c6dd77c05eeecdf4b5f6cf19ab507589b4219377959bd258ec9 +21c34fe1db003f7d0fea3e2fd6f5ddb0a2d62ca5a2cd3c7ab457dff25094 +efe04a9e1b9ce7ae3f30026b1cb039228d309a22899f6e9b9bff922e1171 +23347967d7c62c670e2c74579c35989925603022c17b1dce378031abc9b4 +b437c7b6e64620932e93189754c01d4b280b8b08699b2ca953ae4823bb9e +e34133c5c95b3290e1bf010705ad852c72be87291e1034b09f44a95b6a2f +83fee8841dcf661770af44d0ac7f9cdb280939fc5d953d525e0b41b7be18 +8d5c794687330cd770d24d9cd53b895a253004e18a31be4e82b384 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark diff --git a/fonts/Makefile b/fonts/Makefile new file mode 100644 index 0000000000..c3b00ae4f6 --- /dev/null +++ b/fonts/Makefile @@ -0,0 +1,80 @@ +# +# "$Id$" +# +# Fonts makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1993-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +# +# Font files... +# + +FONTS = Courier Courier-Bold Courier-BoldOblique Courier-Oblique \ + Symbol + + +# +# Make everything... +# + +all: + + +# +# Clean all config and object files... +# + +clean: + + +# +# Dummy depend target... +# + +depend: + + +# +# Install files... +# + +install: all + $(INSTALL_DIR) -m 755 $(DATADIR)/fonts + for file in $(FONTS); do \ + $(INSTALL_DATA) $$file $(DATADIR)/fonts; \ + done + + +# +# Uninstall files... +# + +uninstall: + for file in $(FONTS); do \ + $(RM) $(DATADIR)/fonts/$$file; \ + done + $(RMDIR) $(DATADIR)/fonts + + +# +# End of "$Id$". +# diff --git a/fonts/Symbol b/fonts/Symbol new file mode 100644 index 0000000000..926391db88 --- /dev/null +++ b/fonts/Symbol @@ -0,0 +1,1150 @@ +%!PS-AdobeFont-1.0: Symbol 001.005 +%%CreationDate: Thu Oct 21 1999 +% Copyright URW Software, Copyright 1997 by URW +% URW Software, Copyright 1997 by URW +% See the file COPYING (GNU General Public License) for license conditions. +% As a special exception, permission is granted to include this font +% program in a Postscript or PDF file that consists of a document that +% contains text to be displayed or printed using this font, regardless +% of the conditions or license applying to the document itself. +12 dict begin +/FontInfo 10 dict dup begin +/version (001.005) readonly def +/Notice (URW Software, Copyright 1997 by URW. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def +/Copyright (Copyright URW Software, Copyright 1997 by URW) readonly def +/FullName (Symbol) readonly def +/FamilyName (Symbol) readonly def +/Weight (Regular) readonly def +/ItalicAngle 0.0 def +/isFixedPitch false def +/UnderlinePosition -229 def +/UnderlineThickness 46 def +end readonly def +/FontName /Symbol def +/PaintType 0 def +/WMode 0 def +/FontBBox {-180 -293 1090 1010} readonly def +/FontType 1 def +/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 32 /space put +dup 33 /exclam put +dup 34 /universal put +dup 35 /numbersign put +dup 36 /existential put +dup 37 /percent put +dup 38 /ampersand put +dup 39 /suchthat put +dup 40 /parenleft put +dup 41 /parenright put +dup 42 /asteriskmath put +dup 43 /plus put +dup 44 /comma put +dup 45 /minus put +dup 46 /period put +dup 47 /slash put +dup 48 /zero put +dup 49 /one put +dup 50 /two put +dup 51 /three put +dup 52 /four put +dup 53 /five put +dup 54 /six put +dup 55 /seven put +dup 56 /eight put +dup 57 /nine put +dup 58 /colon put +dup 59 /semicolon put +dup 60 /less put +dup 61 /equal put +dup 62 /greater put +dup 63 /question put +dup 64 /congruent put +dup 65 /Alpha put +dup 66 /Beta put +dup 67 /Chi put +dup 68 /Delta put +dup 69 /Epsilon put +dup 70 /Phi put +dup 71 /Gamma put +dup 72 /Eta put +dup 73 /Iota put +dup 74 /theta1 put +dup 75 /Kappa put +dup 76 /Lambda put +dup 77 /Mu put +dup 78 /Nu put +dup 79 /Omicron put +dup 80 /Pi put +dup 81 /Theta put +dup 82 /Rho put +dup 83 /Sigma put +dup 84 /Tau put +dup 85 /Upsilon put +dup 86 /sigma1 put +dup 87 /Omega put +dup 88 /Xi put +dup 89 /Psi put +dup 90 /Zeta put +dup 91 /bracketleft put +dup 92 /therefore put +dup 93 /bracketright put +dup 94 /perpendicular put +dup 95 /underscore put +dup 96 /radicalex put +dup 97 /alpha put +dup 98 /beta put +dup 99 /chi put +dup 100 /delta put +dup 101 /epsilon put +dup 102 /phi put +dup 103 /gamma put +dup 104 /eta put +dup 105 /iota put +dup 106 /phi1 put +dup 107 /kappa put +dup 108 /lambda put +dup 109 /mu put +dup 110 /nu put +dup 111 /omicron put +dup 112 /pi put +dup 113 /theta put +dup 114 /rho put +dup 115 /sigma put +dup 116 /tau put +dup 117 /upsilon put +dup 118 /omega1 put +dup 119 /omega put +dup 120 /xi put +dup 121 /psi put +dup 122 /zeta put +dup 123 /braceleft put +dup 124 /bar put +dup 125 /braceright put +dup 126 /similar put +dup 161 /Upsilon1 put +dup 160 /Euro put +dup 162 /minute put +dup 163 /lessequal put +dup 164 /fraction put +dup 165 /infinity put +dup 166 /florin put +dup 167 /club put +dup 168 /diamond put +dup 169 /heart put +dup 170 /spade put +dup 171 /arrowboth put +dup 172 /arrowleft put +dup 173 /arrowup put +dup 174 /arrowright put +dup 175 /arrowdown put +dup 176 /degree put +dup 177 /plusminus put +dup 178 /second put +dup 179 /greaterequal put +dup 180 /multiply put +dup 181 /proportional put +dup 182 /partialdiff put +dup 183 /bullet put +dup 184 /divide put +dup 185 /notequal put +dup 186 /equivalence put +dup 187 /approxequal put +dup 188 /ellipsis put +dup 189 /arrowvertex put +dup 190 /arrowhorizex put +dup 191 /carriagereturn put +dup 192 /aleph put +dup 193 /Ifraktur put +dup 194 /Rfraktur put +dup 195 /weierstrass put +dup 196 /circlemultiply put +dup 197 /circleplus put +dup 198 /emptyset put +dup 199 /intersection put +dup 200 /union put +dup 201 /propersuperset put +dup 202 /reflexsuperset put +dup 203 /notsubset put +dup 204 /propersubset put +dup 205 /reflexsubset put +dup 206 /element put +dup 207 /notelement put +dup 208 /angle put +dup 209 /gradient put +dup 210 /registerserif put +dup 211 /copyrightserif put +dup 212 /trademarkserif put +dup 213 /product put +dup 214 /radical put +dup 215 /dotmath put +dup 216 /logicalnot put +dup 217 /logicaland put +dup 218 /logicalor put +dup 219 /arrowdblboth put +dup 220 /arrowdblleft put +dup 221 /arrowdblup put +dup 222 /arrowdblright put +dup 223 /arrowdbldown put +dup 224 /lozenge put +dup 225 /angleleft put +dup 226 /registersans put +dup 227 /copyrightsans put +dup 228 /trademarksans put +dup 229 /summation put +dup 230 /parenlefttp put +dup 231 /parenleftex put +dup 232 /parenleftbt put +dup 233 /bracketlefttp put +dup 234 /bracketleftex put +dup 235 /bracketleftbt put +dup 236 /bracelefttp put +dup 237 /braceleftmid put +dup 238 /braceleftbt put +dup 239 /braceex put +dup 241 /angleright put +dup 242 /integral put +dup 243 /integraltp put +dup 244 /integralex put +dup 245 /integralbt put +dup 246 /parenrighttp put +dup 247 /parenrightex put +dup 248 /parenrightbt put +dup 249 /bracketrighttp put +dup 250 /bracketrightex put +dup 251 /bracketrightbt put +dup 252 /bracerighttp put +dup 253 /bracerightmid put +dup 254 /bracerightbt put +readonly def +/UniqueID 5021339 def +currentdict end +currentfile eexec +e98d09d760a3c22cf119f9dc699a22c35b5b35ed6aa23593c76d54cabb5e +942bf7d6dd84f1664b89699c74b472de9f8e6df925f6c4f204e9f1c639b4 +dba988ed2ac419ff2b2bde605b8ee3264edd66412d4f21c64ac522bdfc7c +5502f9c3f3e5592b3b2093d33c9bfaedd2d49e89aabaa832e23f062e91a2 +5032519d1868816e44b4e0747795003d7930299d6e1e2a5bfe0d595dc97e +140989ce81d8d7f852ff9cdc7a1b1b598c69131dee005b415805a16d8a13 +e5927617ae7f247a71ce0c7d56afd75d85ed2d9f20ff9a6c38e8d5205197 +d08780180cca9c35522b1609b501724d4d6400169b91bceb6a4de00afc78 +1cf8873012b3117d22a18587895543dbc2a1ffc7752376decd4c92a69122 +4258e8f8f113f2a5cb3d8da10fe823c6656a8800cbc7ffd018a28ac2885f +35e22ef9fb549b00e23d31bba304dd9c28df02a8c370ce49c58a40c9f673 +ad61f5abee9d62ebac590b5a44f2babd96e137464db066b602a5d8d43ed0 +41b780f0fb98f9952f20ad8084199adfee9ecb193c018772e63a5a83bb06 +00962fe724f63351b4b7a16412743ad14a38418877768af423e3348d48ed +773c2e87624cfef777a15b6872f54488e42c4849ae6d54cb857dc0972e1b +57c88f40b89928ea43c18dbc73182f69b52f0bd66b7133881676616ab669 +723240f17d5eaaa27c8e295862288dc30918d00008c9592a51f39e30ddc4 +62f6287654eccc13fb9525f6eac5709e952fb237e8cb0870cac5ddc13da5 +8dbd060d3193fc92e6c4cef3bcfd81ce6b3679bfc5855796cdfa8a26d63a +659a2ff7a1a7e318a7f76ff80e846a2d647d38e827ffaf54bd5a9221eeb4 +16a475eabf4ef0409b3cc15077e01f742c46ed43ca72924c32e48a786224 +63396680cac363406c524a9b3b768cd5a6892643f78b7cd65c610ebfebd1 +058dfeea67d8a9b9afd9bf39033a56856537c06f75bab0a47079dff64cf7 +343cd6e7fe7bb1fbcee32749c91435cb86f7550d505c81deffbe1e3a1f63 +04dd03cd20842b335d7fce6eb31f175724d51c184800c3756db044e2fe04 +bf53e995fb425aac96fcef384c930334b5f384536cb3abd98447844babf0 +4ca767edb70786132c796cc2f6530852275ab4df0c8b4d2eae01380ed24e +62f5a85dc8345d556c67f00f622d32dd66fe18219169daca3744a819cfac +c305fca9471a0de5936e270e3b2d4e1211d9da8de26e790c6f56c2ce8b19 +e175256e8bf85b8e52db7da8c44fe52e57af48de9b771658139b6b81b360 +92ece2b629c0f64d31d62dc7d422c2a204bc0414cc6f78f4e975bf8f27a1 +7cc3b35b31ed313b5274f487a92ebb33b02af472ebd84c4b1b4006e5c522 +8a6f7222dab490259de2223f4cbcdd006a6549f08085eaeae51e4d7b08ac +c8b08e8f98dbf79ed4220132a755c007366600fc27e0badd73c875074b6f +211da05ff1454730f3ddfe96d36ca12f8249cbe74c82a940f1d60205cd96 +24aeb7824d5b0a1578eb3fd45ffdb97e66bf0faa27bc25e631c20674e7d6 +db5e4cc7b10f3a77731aa3a53a187e5211da39f2e97c0236e36f8714c49d +630e6e1fb42206cad9361794a9e002369ccc6587f9a4cbce5cfde26656dd +8a36663ca82efc1e93cc58863e3a290090906220923f544e8ca05e5c8377 +24afc674e6008278fcc696462cd7986aa3b884ed5c17f9d035b9a1a169d9 +f8f28875f7e5d7bab34668b61d026f77e37277d53e9e0467152f6ac7ab56 +ae9206f15177732ead7b2a003799862772b241d65818c0d2d6c53fd0945c +aa1719db446f7ce5c383f28bb1f419f023f3def204e895b8057407648efe +1973dc8f7b8c17abaa1716ab69f3bf0575f564c3400fb55bc430f455b266 +871e7569c39a81bdb082fa5134239272f9d69d2f5be493292555a5115a0d +bdf30da71bdda418cd5875bf2c0ccf00e236f2c97056b102e8e014c2c118 +a76cf79c10fe2921d32022b8f96443bfa1b34189e5c5abcfec51ad20cc45 +08ac5376690bcfe01dc8f924fa190a6f1295c15c74ddad5e9c4047ad0145 +76858a265ffce0be9e77e763e911bb662359df98dd767367dae1b686eede +cae1f0c9cbc54bc4cd46e51471256bd340b338c38dcbd6d327fe6d2348b4 +eb2a1c95bf082f2e4a1bdadbe349fb331ae9ea002c602097746265455a5c +60a7c0bbd2f407c8a7e5fe9fbea4bd8ec9962542e2e3021a0ca40f3b3ffd +b790592167afb21dbbb9eca9012d06086f1de6749ff3c63be36e0a55a9a1 +03406d8ccc095975872fe895b8c43a2a445afa5e03c7902489d4f4c4a9ac +829121e532c6604c059c355652fc9c2f16a553d5368ba0752dfdca4c0e9b +944bd1c2d115c25e4421ebe412b171290ab0d0e5b0b2c42bbe58a4eb39ea +61c710496dd8a4f0de76759f5d55f557224a4b9549cea21b8fe277fc5848 +8fc369d9c0f1a3dc52b8542125bb42561b594bdf33be43aef93f00ee5c60 +274affc05484b0011d8c465f56bb9d04feb88b6de54fc2104b07dc5ec8cd +419d9f597e5f4ddfc0bbb0e920629fdf06492bec78c970c1e6653d4bbf92 +d3f1cabdc4fbae380b22f1db6e8aa9b050e33a384d5cad9543a3adbf91a4 +a94059705d20d906fc7ceb2577ca5004339ecbd2a3679f29eb43c89247fa +11350bad35ebc938bbd745f774727de92eb78bfcbdb109c54022ad09c21e +85600dcb70cb1b51aeeab9cce57b8b14c54eeb1e956a8c39617472165808 +22c531bea4051318283a3cf1f612360b4d3ed785ec76c59ea475c15b15e9 +e19314bfc6a12892491cd9d7cb3afd9020bd28b685129ef9e2c151c59599 +f1e8e13eea8fb5746cce8ae317691a28d263c77714e5f401f9edaef085b7 +2a86a9cf5dfd56739e3bfcab4929679ef111d23378a443440cf9523d3bf2 +3f9bdcdcd7f2c40d75099f3777e66f6e3f1ae4def3d5b062ffbb2fbda4b9 +38f80f74b6be3032bba77f99501878567f48a64eb09f1684f095f8b4e407 +a78c964825abdb71faadb42aab7c41e146ffd21ac742574049dca257e9f3 +d4ce46d200f776ed7915eea1915e321177963dedb2a24c8701d70a265856 +8cf1313fdc4166e6ea59a4bd300930911c13b7bf4e72012fc99cccda3b8c +6d07febf15c0a15c01b220a6dfbb1d80ceed73812be525e5b7b35bad9b67 +72c6673ca1f580fff16f3c96b9b9b7f041aed50cdfcf7246db20787436c9 +e2b8706d38591372badac219b83ddb3bfa1af853aa3a7da41b16bdf5e42c +8277c2cc73c1c9f668931e66ad5523d435dbe68071d056cb8fe1de179c52 +44cc511d40bba8311d976a2120a6c46e85b939291f60394c911e30a214ad +03bfe58a03e92fc67bfe81b828028e263650d27b064558e3eb72f01b40ca +4cf029b6f1c1843193fb23721f1f6f19922f821c28ecd4340f10e96eb38b +788c589cb8815bb708b0c46c378e8c16eacc72ccf9ca0b9ebdb0b4906af5 +8fc5cb8e7d62191f1c11943bb76d82251258c4b251aa9561d42adcf0a5f9 +18491e063b6a88cdf4e0c8d41c968d57c6e3fbcd6bc618d139a687303ee1 +2a6b31bbf23a04f19590540468bb12bc46c3e69f4bab7d195a1fe7db4098 +09f5a6b0178a77a4792f69c23489f5034379b4a7668cc1c9369a36f8951b +e8c85e23d2e47dedf3718c0a2adf816acbfbda1d46ae86293448abc732db +99c17a6e747dfe204cb1161c9430ada3787bdb924556234f9e2cfae7571f +9542fc06c7b7cc06f630d43c04a454c2dbd1b23549311b03d8bace01fead +8e0f4967f514ad83472957cb2fd7661bd18215af416609669e878c72e1b8 +f692c44911958cb98bcac7c3087956e5369e6f41f1603ed496f4766fd351 +7e88680d37104f5455d00b7769aa1eb0497d65b9c53952b4ceca60add156 +d91f86c60c6e683de2d67fd900e00aff558004a66e12a9c1b94b2eac6162 +c89610943e65de52fc63a8ff04c6e0b80cbfe53e15f94647c5ea40ecc42a +6bdbbe981cc27fed8df21369c37012087ce77408b77866ecb381f0a1dd65 +1772728b8e07728bc82ad72225c94c86b2451d891c1e1bf843067d38ec94 +23a269daaa3d71eba07fb7f5982bd73ccf01c615ce12b396f656d86e0e4c +62bff0305566cbc839b1843046cae4b57993f86cb5d5ee8a5381c33f136e +01b779492e3d0c86787943046324887eb4e927307678f2c8c8af15d5af78 +7584254e99baf1e3345d89eeca11846cccd62bf08b6c3937f7a3d816ca6e +d30c71999a392d34f04e502e01934f2df047410e72b50a53f11079103502 +080e75e0314bddaa9640887fd0b2d248b73e8ea80bd8cf69627f0d345a73 +791f257bb59b3b0a76243bb06bd0b1fca3448ef08f012fe7d6960d592923 +b13a6962b0ebeff6ee814b6cb369cad2399a3b3e39ad7f0dd9c32fc7eaab +819eecc9b3fd971231a833d00bcf78ce224933c40f1fd31ab11d89932ed5 +6046d87bebeb0d04dfaba88f20070745a4fa25cdc7f482f6a29e32d5cfcd +50fce23a1281cc914d9d2fa2d62114e00293e2e74e25e99ce2db0696de78 +b67bcb47ae793721e6958c6da47368536a5c9f9fbc134ddd4d08bf5c0b2d +3bb4f863eb2c0e88e8699645a41ade9ce5bfc877d7c3c7bcab236fb508e5 +c8fb6a1c33179670e294a7a068199581965c0ffd8b1121f4632088bc9693 +14d1319246e8c9e4564bc6bbb723698edd949d12560b33f770fbecbea8c2 +3beddd57e08c9165420caf1b354852b07b6af70f0352ffbcc71c9172d62d +85c67bcd90cbd733491ecf747cca756250fe5093a9b8457f0fab6fb3f365 +cd1640e30073d6f3596f896e55d1c0639573284be2be1ca00db036d4d055 +274e620ec875c5d16f2689b20865bae0f14b1453cffefcac59fe0f76be88 +d16d5faf229149767916eee5d37e4b2b060a3a3735fcbd078705fce3e795 +443568c6b74b1ed8f40c7126610bea528083349c2bb60ad9c15edcd2588c +09c71e5399c0df7ee8e51c4bf67891ee652533564d7e5af2d8910a9879dc +a382ee62378e2a3c7edf7437b5f639b633ffd5afd3455a7b1da9c4c7fe0c +03ca927bc933d8821e2f9b7962b8e775717629e24bc980be517eabee67ce +87203d0423e856f10e4a5b7016952f6928a1d3080aac0e25630b19abd7b4 +bbbe3ec959d60343ff4df715455ea45b5fe5a6e3fcc77ea118037919b2a2 +b1deda705afd532431be9ad75309ecf826af7d63eda6c1434b06bc5e9acb +43ee209e7b6bc20167028ca785d393ba779ce7a174a8988c2f7623ccf2ce +9ac3c8982c865120740bd7494ccae328bb37aa4873ffd99c46d20059c1c5 +bcb9aca5e0fa9e1200d12545df876c580e1ecd188295a790e039729ef939 +2117044e157051ce87ef3fe59bfff2557c7138d4c630680f93f31dc51b87 +cd7fd8d2142e16b89b3abffda36ef051b5643c4f533eeb1f8ac18df70072 +9300d3fa5abef49b53a887fadb0dcd5b3e0b22d988c2d607dd2c9f5106f8 +3a521e755684abf21960a0f9033066d573df043adf95f7c8e9f822cb1fbd +5eed34d0550f44fabf736a5e6338ab99cd0ced9c8a27090c85b498199c3e +b567f2e92567fe87b20899a3b6843d71d43b28b1c20de059c102c0580254 +642f24efd11ec8ac2819ddabf1ad4b1cd9afe92cc0e46e194865b980b28c +d543df06ac23efc9c64cbee9d921c29c696f47bd8e700b6d7c1d052e75f7 +597c5d513c76ee9fde2951cd86703ff6824d2f42d4837893d2bf82349260 +038d21e9e0fa96ebeec822f6e91ec01f214aa9d1b83f0b732cee3974019f +feee359a25bd36b0b8e8250dbe1935bc0ce2c33bbcc6d1e7023630c885ae +fa7a770fd3b1992ecd9aad06a13dc58f18fe545671e54c71b8f5e66d076d +1901ac6bf8e874ca84054815a145a7bceff0787367b58c668e22028216f6 +27267f83f279656f6b4fdd61fb071241cc883b0060fb9b8d74313be9c271 +fa13ea9640adc53564f2d2a85e4d1799b2e5d04b67f13a30914bca5597a7 +2d1456eb9f228f56ea95d1abdf5b4332df7892b23c571be72ce474a56854 +88e3b3eb489b6de3f5e3fd5435e3cc6bce8071126261d2b9255417a050cf +5a286bdac485a678009cb3f7b4be9a245270c08f92f339b57fa9cc899b8a +df5f73361198781480c3b4d6a2d8c65a60749a47cff15e761a0352c5ab72 +d1df98ef57cae899dfa9d8cc7fdf02c4fa66fb90a68b8569c277d99376ba +317c9e6e59d7971b3fe53daefb91fd05e32fdd517b0b22a636524b4bc23d +7464bbfa592b4385d006a495c0f74684fab0d2aa4046b8721cf503e16e6c +6a65b54d929212a796134ac6ebe6283b722286b8cd869c99a5b7f9b3506e +ad333ebf2e6b9c97f15f0cb8046f0980b0796857621626ebc802d5f3198e +d91ec321522d6fa84fc3bc752f6a6f47fc2c051ad193ad4e406ca0150a9a +77de9371f832d3aca7a84ca8c3f7d97dc5e9485c4f2a77ef071919cc90be +7fe13618a4a9bd73870a968cb8ba24688708f485c15872888220e73aa662 +368f410ef76b34655663c54aaefee827b7c553abc82543fa8e8dde1323c6 +040fb8f24fc213a188f1949a4701b73c0464ad9657a7535440307897d816 +b3e4b6daca7684f92a4b74262d772969dee711e4ed9ee115fb7f91bd9d1a +3d40325f135b2e037350a36b43cf5a4cadea68aca368f99278fa5ecdff0d +10ed1517489c3e59568cf5676015d06d296e7a26013d1282b0be1aed1e1b +0b72a9bdf8e8d7bcc14633875c07cf5cca202965c0ab8dcf250c33990073 +26ca40b0e3b45a9f82e601b0f69d362cc9352defafb017f76710f829dee9 +f4badfcf550c83868b5100ac893517a84e0dd8ca2c0dbf356e0a7a533080 +ed1b39de69d1a31f0d2fc4d80cf09e75a82401b9e205953571c2988cc68a +e61e0c986e7631b822ff448098f015a925fa9589d4da4f0b47413218a6c4 +542d45ae8f328318eb676944d9cd0611263ce4f1bec8470d1b8646de66d3 +51646200b5a3e8c7a76940544cffcd6fdc9824275ba4095ef08f5b43cf24 +db7d8b1a0b196e255bd6098dbc3f9859d49a159c692284b52eded6320230 +6487c99740dee252eeb2ce6a53479eaf7fcd6057346b6a83ad3578e65218 +ee3bfa52f9fd7052dbb3b3f841887cab19395f64779f64d3f9b4a3fe3947 +b6a501b68bc288c6ef892f34f8e20a94605b6c42df84d61edcd000dbab26 +f4a1e7bb2da0a926ba762b2112bc10921b387e100d9db20905e27d47f0db +3c7cc67f29e4efeb6f179f144b83ae9493f724ab589e94bffbdcda86fe2b +b33e6158bf1547321015d46e1667a22fcc7c56d3c60ca255105cec8b03e8 +8bfa66950424e879d6db2c4ffd9d6df35ab3ecc8d5da69916784e274bd3f +c32077d6636ed73403105506fe86c7393d6da5c0f43a8847efd46d2999c2 +a662b2caee14ad13e48f1487f534b666bd3882d5ad91ded50023840c3137 +5ee1bfb540190f11c953c3c86c0f66139e57ec50aad8fe9b0aa154250f73 +c0e12b85b42b52f46b7dc85ec0610ccdd08c2f3f7a535fd609897e472be4 +a4228e451693921ed1f6fd9bfdab638da15123f3552dc8be0530c8a76e85 +f59e13d95b5ae41d3171f8c3aa8dad0a02c3749e2090c6a795d53605340c +4e9b596818aab10ca126e84f9023c81bf23cc73f61ddc66199e562780ade +bd2e903547098a5915fc7268198af301c501d59b90f5bc507da3b2fae272 +8746cbc4ecdadf62aeb3ff1952d7d9f1042ac5448a77f360b34da1e782f3 +f10194b3d43436b4117694575f7611d1e3427f7f7814d94af7f5c1fe268a +fd82c2e7e9e3f6e0b8b5fd827db4e7b47e131793c6e29b33c9b0857435e4 +d57f515ebc299023a438e174150403c894aef50c25ac5aaf7f872055faf3 +c1ed0144a6c1028e252c3af250a181bec8730283a087845eb774d9d64fb8 +e73b3770b41e7505e4a502ff355e3f7582f329702508549d5e0751124455 +8145d9c457df485615592593827f8e16e0c392019e9bb9afa29d2ec37e28 +f55f1d812d3f552dd43e9a707fb23652e944967b3da009453d8418c0d709 +021b3d6036133611532664e92eb7cc78a0aaea7ec83ed8353551b6d7ed45 +71e466e55c00da0929645b998c12f2969d76a27d56ee94d981feec5b957a +0ca637a04a3f0ae1bef57d8a83d1a1593fe04da296482291409185f0e2ae +09fe4c2439e2f4579f54c784c5a53d3897b6af8b095b9a98054bf89febaf +16c481f356753c8bb80195bd24445a802a0517ae0944eec6307996f8381b +2d974d7965e3f3e92296be91de6c548630e726236c658d9861cab98b2572 +79432fa474854f9216ec7b6d27a1321a7b670ade7265c10b6aa509bfd3ad +fa44cc3a1d33dc82dc4c1b139d95ddd7a2316bfa26c608b40a36ba9bf92f +441ebbc83a5d0b4627c568f65d5c05372841627a8d8e3059d8737519935c +2215be69d4c5f60d4dff230a09e72431c1f0ac9885920574775a1224c3c5 +59b0f340085302d07ad4016200443b3bb065cb076e898381faf87af0ab61 +1a55a41b92ed6d9510951751c0ed0bcfbceea792ff6b87979489791dc83b +88e74770c07df34e782bbd14377b0399025b011c7db92ca2db7d08099a68 +e395e9f282f8d7169e4138dce2824e053ee76f6de8b58296ba38b0d9d273 +e3a4616f60f291dbf4346848e7dc0af3b63a76d83f06abcf2175550a55b6 +cb4a3168f0d33fae389e0484ee677bdde16c106f39bffb37f90d8912ab66 +74a631a3e12efb2e0391bce42a1db09812dbd0fb0bb01abb134ebd0b6eca +134a7ea7e0ee66f809c46e5fadb70085d7f0c8f7d78fa864f241ea501bdc +dfb8fb1d2496d96ac23337156cb63f9921bf84b06a7f9de424edb09070d0 +9efcfcd32a7061c990bfa088174ec45a0f4a385803c664c22eab041b71cc +959d9f3cf8fcb27e6be9d7e13618482c30de5425382fb964a3bd82e7426a +8ca0ac81a8c09b6c0b416f33c54a45c4f57bbf1026a12c5baa1a5540e7db +5e954ee101c36a703623a7290ce302753ec158b65f810f7c46c55c7f9f12 +7aa3945fe2a320a6aa49323125c85e174a828c559783107edd7e3967bb1f +5c6163b9a15b8c9d2be84419fd9c0f36018bde462b7bee204af15eaee3e4 +f5fe39a269742ba5398bc6dcdbacfd346699a28b8d708e8b09ef00c4ffe6 +fc8be121ce97ae6d92b042895344492ad9a66932913563025c0beb65ca34 +3fbcdd121e126c49692d52ab4bcb715f52db80680c0f55a2201b22c2f263 +d38a89cc8981c56bcdb245805347a797d0d71e02a11b8238fbc242456250 +01ec6890cfb1a0939937aab82ff635de52e47d62cbb38d4c89523556125d +761efbee56916f2ed351a8c8bedeb375b400a5499ef7cc7db0d9d7f60647 +c3416ce1d505293ec1289cc0181479b28a71acccd35d1c497f628443fd33 +291a48f7afa1d6a675ae2baac9fbc4a189fc04a4420b91e3d51ed1ba42c2 +aca67cddab41638c82236f66a8f2cef2c66a33d54253b5609989168e1cb5 +e92e9a46256a87104f0fa8390dbbfb8148d7f900b9634a3e67b0f761bff5 +f4160b2db21528d0a4d55874eea9f015d952cb8ff88f3afe834fc1ea1de2 +73b9c0048e45e3e2aa57e4c092618b50b3c1f51521d03e9ba74389ab4613 +b0337d2c74785f28eee574f18178c167e6a3b5a5f6613fbe58b584a35322 +2458b6e54ac8aa08f31ab0761e1567265fff40cb3e750963f8179d495c22 +6284125367d1ac5d188f5ca6a9fe0f25125f30353df54e96e1f6c511c938 +e100be0c1b4ae68d4e3333794f0bc95d9ae9bb517e0d183cfe88e0483bca +95780fb6437cd3c2bc3af965bc6bc58d845d3046ce5d12ec9285c1fdde31 +4660a960af7e4a7f07f90f950f06c77be9f26fa91f14fac8dd904eae790e +d216e7cc22ff475f8f462e1a46bcda71a9d65d07dedc038d00f493b3886f +674983dcfdd7d760fbde7baacd78ac12f18def55886938f88b99ad4fc8a4 +20cbd6003615d4e31ff2942b35f72c1a1fb13c2b22625273f715e5d89a4d +fe43e2047562f77e9c8e5c2929bdc7674ee9beaa8c7ce8021d28492d5c54 +768c002a366a862bba99390be487e4781513b80a7bcd5d47dc23541c9a55 +b9455c53e9325d0d77fb0390cd7e12ce2e4e34581a4ab524a6a91fd3bdb9 +e07953447116c7e4f429a99ff6c4c11b1ced99e51127c30904bdf3ed12d7 +261c31aa4833ac725f5597b3c1170a4892c3ccc765f02129442d491b1227 +0413a46c92c9b83d41eadb08c78037a1c8630599695f00bd7c8b29841540 +3aec630237432f7e6f753851cb3588e229ac8a0ee375d815ac0c02250061 +09bdf8e0b496dedd2aa9cfaa16286a4662e256778b125cb4db05d252aa66 +dada5d161ef6a5971e9ed85c913d1befa7d862aab7e16bc95e03956460e1 +f55aa7594800600d5f0d1433ee8f0f0be4cec403cfedca52734645826eb6 +961af0c4e1dffa69f1930e19681539960eb58bc386fe31f266f5e10b13be +4d4f46a29ba95403e705ca8dbcdcc03c273509d9a8bded6e6118daf7fbc3 +63c7e784f8306f8eeb7749cc6d855ed29f99c7ea8b43378c12738fb813fb +825cdead8a664e1fadf11f7ab84fa7e4257bd1ef7fcbc31e2da8a8582f43 +be6ae0fca66760484c5122cb38176951449919341a9eb60093edceea347f +f83a16278c37a9ff38202b27a4f75c066fe443a241b630149c585750e2d8 +15f627a1254276dbeae8182270f2699ac1e78c6a09767e296a646e5eded4 +843d2eb8a68673ac5b81e06510db64872547a92a4bc851e768f43da053a6 +bb3be89cbef166e8a3419eede1b97df88a698c0f5f864d81b5c4f7ad97eb +f78b4ee82ccd71a34c398dd3f74609c555b7653ce27e78be0de7caa11de7 +8fcac0e0293101a2a8c5545941291c56d4957fcd65e36ccc57c8c9dccc07 +407a11f5c9cb214ff508a5f617ff24f0b617004d6787eaca97296108b8b0 +0276f3b7e28af1db998c36ef517c38d96dbcaf33deb899a344a6c047cdd2 +662a02b94f39ac528a21ffaafe364770bcfb995f62eb0c6d076f12241f72 +e4b284f085a3c6fe9263f879af8c049979f51ebf49314dd0331e935f94f2 +a58a107906c2265e3bd6d644ea75c928ee81268e7db0d2b61775cbdcfce7 +43ef1ae9784c4a9b2d4eb0d5bc2651d79f108306722670399d2a90e45364 +67c00de86ff4a4f4a51176ed721ea3a1c72cee354c54f62db4982a566307 +cfd320d6245bc3108a054f44b3f4f61fde2c84ab416d1816454430b6468c +57d86c155218c6f05fae1fe22a7da461e960c210ec6e44bd7fea797c1cc6 +b63f5f93e75bf6ce42dd559eb1e97a8cd01daad4e9af2a544896f6e597ed +16d6847e48539d0fe0c1df99298630ec2b465dd037ca7617ead304993972 +4bb3d428e9137dda6709dde2e72e16c80cc960cb85f1727bf30845fa51fc +a8d52b6099a65a0cdd444daa35534782ae347cfa7d849ad3a93749db9041 +03e597f6dd56e032025f59f7b724d1c947358099ff3b336e6d688b72bd11 +5b86d6d0c54dd457b7bce443524cb0718a82d6661fbb05673b86a3ef66d1 +981788039a1e26597f2f6c51d055b1de1d32145d39b244c91eb3efd23c3d +4b785b96296acb8ce21882b4814ca4d25ed88a3b6729890cca8843c1e2f7 +46289b4e3bf5196e268c5c08e52670e875aeed4e9cef6f45a70d6f944aa9 +518c2ec860d163131b66e61be344aafa0fcd4b5af24830da2e9811c4024c +b807af29ce56a577666bb8a6ae62dd780f3ed028352dee9b6aef748349f0 +71f151b9b33a5c707d690cacacdc1fbc8eaab920d11c4ebf406827329303 +32a7542c002ed0e4ef2d3cc5a611a48585fc0097426f9710d6dea70f1ffc +a65b3d39c875369a91c045ae73d2de28b548f6bd8d0d76e874655e7ab6ef +5bf9a4e08e12a1ad867ff1b70cb0f2ac3d198d5f70c3a251058291d7f537 +e66af56c87c11916390b7705821107c658d2a403cf1c6cac79137505d904 +a6e31f34ef23045f923ac40aa9335058ad760dcddf43aa9b516652fb81fd +e901d29cc3d2ea99c42fb8cbb10a5cfc0403c5db7256c7d3ad11934d3fcd +cbde7b87e11966fd3361210cc511459cd82b61ca45e208a92edc040cd58b +2828fad652ab3846c0415fbbc503c9251d7fa661fb8e5fd167fd3e9df8bb +17a52d2301c21f974b16340ac7e431272b48895f837687cb41ee7595a826 +315338d997fba43a9f8a0a9067229537c85caaabc2667000e6961f5ca11d +60d3cb970d0e059e7446f1b42166292d96abae83a185ddeeabbff0d9da54 +ced5cb12e782a26b7128f0da66ebbcba7f45b6d4522a3baafa39d764b7c8 +3efda777dd173720d41e0c494949372f9be61de175bae4ad0bf8d788b3d5 +032bc46e95821290cb6c665122220ccd6cff2544b3ad1e11ddee3c0c6531 +81abe20f6a66a4e898eb48636a8d6087fb79477aaa5419b785dad54f49ca +a8c3427f2973a49a5b064767afc3b028fa53ca96401d912a71514abedb68 +e6a41b2dc619041ae1b798c1d6d064478ba17c0d040f73f1d158c72fef16 +0d30b80a9ee8054ba8860f69f2241a6926737a040e06fe294544a393fba3 +8e9d850adaaec2ae183b12fb776c82cb3460db4ceeffacfaba629c7a0edc +662d8fc48b59db18e8c5908d491359a9c1dabe1418b46978924cd0028f1e +19399904737f41ad8de10d4214d05d6a4db485cbfcf4df0921e4e629ab83 +4a695c317b791baaf902ec59231b856e3e646868ce13fbd5cc41b6fdf3e4 +d918a02efaa20aab7d526a04edcb2eb388a2ccbceedb9d0b0df1343e1831 +7f46a6054c2bbb14201a92afbc452c760f16e12cf94c8a901f50f1263e01 +9308c5aad246ca64570b122032948bbcfe1152937c2c32b764f78bc24817 +4a72a706fce7487ee6c605d48eafc229c9206077a3f0fe0868ad5fedab9a +9b07a7d7d973fdaab891509a8c8c3cb9862bbfe04cd0c3505df3ea8a4b51 +981705b38ff503abc17fd88230bf242fd737314b9d7b613989438d9e0f71 +d5cbec77f1d93a517d9fe08e0aa138d3aa55c232f493ccc1f13ec45f2e07 +5bb3a95f0d4a32d5dd2176a06bcbccfa8d0ff2e2200ad6f2cb91d325ee48 +40ae4a27c8709eecede5682c0fd5d94d570790e304b9b4fbff08852d9895 +f7faa0464f625e7d51f3fb5424ee25e89da33936de5f313d13f3a5c565e3 +3ede87b22cad211eb58b70f671f5a8c473a15898ef3d35c0d496c62b01dd +a1963999d313b475dbe8aa888a4d66cfe1af9c86707d86267ab18fbfede6 +8848bbb9dd5af6a5817b5594c6a74dae1cb83ebed616f7bde4a43c6a3811 +a7f0b6ffcc08894d118f53828d5c55060eb0acfd818cf991796a9439f733 +9482c925946a5e5d7b55ec7c9f0f31de88caf20686ff27415eb83022c7b7 +299f23cebf34a766a4bf842de6c113c39db711a6291ee66abc42e4021dfc +43d91aec3aec56ffa48fe9d555d9c435ee363533fe2195111b9483eaeace +96281b83962fa3f7e0c57a2c3cf955ddd8774a263ee61b2d43ad97b0cc58 +d4657bc27aef767215cfe5c9f7a87df9d439cecf6124baf26e619e7d7a0a +ffb678df6eb3d663bc9f77aacd75fabad0b41622c3d5ac9a78a432595715 +5f36c9dbe2d1dfa81bf0e11e0512978bc8e74d30b73fc9fb783539a1c132 +1b893b4ff9787084185280967b2d2df72690339994563b8abd371ffbb832 +3c4105d304ba0a184568dd1f32d88aa56724286535c33182fb59830f88e2 +d878822b1c0202b3d34fa70a1525e5f06bb08844abe54e98ca304fafdc6d +c9522871eb5e6c838476cf5c15a43c694d7ac26b04f8c0deaf7f0cb0e44b +0448e958e31374de9fe5397530ed700e78e09edeaba6d006b5e82566c399 +afdd754ee2638ecc0a2f59a1557a084502ffefdcb7e9b32ac98eb2750038 +bae5487dc255d76461273fa3708b8a1af0397a2c985f45a26af331286e27 +dbc1e5624c7eb27d87a94a8bbc5e2a67f78e9b202c2298ee390f8cc3581d +407f555d2699e827058940d1c1c69ae67209d354da032287f55668fb6034 +f5b96919fe361fe6870ef24c914a6a1e98c9b1bdc745c71ce5d6111e67cd +d5b809b8f789151baf3a208e949c8c7f69bbbd5bdda2958e444d960746bf +955ffbbc82e88724e54a0bbb4e86085e079d60472b7d9e2e38b58206d7eb +32bf5459005ba2839a007cc41d41c019713f17b1e209da9a2cccac58a9b0 +e39bbdba1c0e4aa0ea12349b64271e965fd0b5f5d49955034e635645e76d +cef521cacf68df4ca06557d0900699c52ca3286f682215811fea8c8e7569 +bde853033e165bf1670f1b181988da996262bb0326ef9591bccdb4d48076 +86451d5842d7a79d5e5f5104528c89178e286a4115b9ecdd36cc3b1a08f3 +1c54a2943027de0114ee35d096379c1697ff60336155741cb4669b3ca41c +6ead258f7d29ea3b4c932511f697eeda22b90c000ed5df8170f0e189b110 +13e3852953c2fa2fb21907c5e19b8343fe43529f7219fecfa8b4a7bb3e01 +fc74eb2dc148940e332d1f53f4f7226c78b158cadf82d756b21e96718db7 +7ba7aca31fd5279d19b1cf40690cf3f7a3624611bab4a7b0ee77b4e30a10 +9bbc1549d0a6f9b6f7363f73226ad19b9295824c1523a8ca0efd878cdf81 +e8df64156d7f5f068730eb304abee1344a9f8d366d0540e913d8f79e9da8 +044de90066a639796fe62569c78ad5e52da7853b5cd251737fced1e17e75 +73b5341ae6927ef38bb57a84370ccaa506bf9656ea00c7d65afc6a7c6253 +42f369bd932745fd4ec25a5afb57c9bc0c8c82de8e9e7390b16064efffbd +151d9e169f42bbf5ec9df52cf88289ea9d829a29a561b03ccb14bc6a0cc6 +277cd53524e94c0aa173d4b72d3ed2fd7d7dc7a25b7cb9b768310b885a99 +480337ce2c11fe903d7fc5b59376c93d6c169d25b9e8a2cec8b5d971f77f +0029b61d36d9c46a5fea7d49ffe0320c3b83f5a7dda48ee4a5e15721f778 +12c5f618784670c92d7236cd1d19248fc8c90e6c0bc876a1d9e3b53857fd +3ee7790f486e7ec4dd3da944967d62f7e8d706a9f6ebff86b38a5300df6f +5444148978453351bf8d230215d35257bb54a702efebb4ba90f53cd13469 +09329e92e064710259ff8a33f1a9cca5ae5bfdea62876539c0aa79b2dbd9 +5f0b80ac51842edfac8ba6c79aa9f0914113ca29565384571b885aed9ff1 +e2df3bdd667514a78ee26b59f96261b6268b7afb245de6ee930943c3d52c +238ebb6def8f6777dc9840d0c220ae81755c742c3cf42f6cf3c33a2c6a4f +abca01ea12c37b2cd899ce780e434592f23c7fe96f878aa5f196d9a70bb3 +d544247a5f295042842181d78f1dd58af09d99d25f4647bfef59e133d425 +7aa689bdcf248532556e6a4cfdf558bfc1af8d0991889ad61d8ba10da576 +d1366be4f6b0203899f9a02fab34e921e9a7b09c2d06f8c6600b9ffcb187 +d95c1facf73d1ecdb28bd4f5143bacae5e193dc0d196e16ab2e4d3168a76 +24de988e1b25e56406f12b6846c66d7ee0771e71be78e2aba637364df774 +f91bd43e6608359b8540bdf22e28c34bae81ae5bfe50d754553cb6858a8c +2fb7dfe840421b702b99f22b221455d28ac55f2b8b01e5c6ed897d42fe45 +a36d396f2b263fe51663f898fd747630dea134d758954d52a44e36c743dc +d5831f732a23d4aaf49acf6bcbb3884a21063cf0a007e2516bfa71683e34 +b361d4456f5353e72c1db7c693c9d0357ae8179a644f2f373d5c763f5e6c +8c8b487288fb8377112784fc50b31e39dd5d69d14aa893b55534374cecf6 +19a98b47eef81c8cd20bd3b1838654f308fcaf94504fd5fd8e93f07a4760 +c182651145778990122e2afa7b5623061ec3f4d7d9f061f2b7a7a09a3ccd +c33cb1602093369acff1eb1c6dfd73dfd67a4aa978ba1ba496bc17efdfe7 +a8f533486c3b69df01bc5a20230235454f3c41b0584d28f6e8a019db4cc7 +8d5ddc5d9d8a867b7dbf3e39f7ac68ca55a40d9a05e2e385835c888288c2 +4cd9fc51ad2250493122e0302655c463cd7e1188b5081387c4674bf16edd +2c1f1e49b26899db5e1a4cb1bf6afe14dd24400877f8c8657ba4d3227c76 +7c1971bd33ef70472c2542b60148fc4ae31035240bf578e3ba4ce8a479fe +b4ab2d06ca63f8b80cb0b592b2e6977db02bd2d9f81335f13f803f5c5cae +420236e8c5c11dc4d67c210cf2694b47e7d71b47c29c280061b9ca2e4fd8 +a303ba12aef815503b67955f62bfcd7b2a2ea4e31f799987bdad5d028b29 +eb1d91bf894a8cc7f4751d15d11f80c40c0eaa38af5a9cf69d8942a21352 +e3657c3657d92b40985edc1ebfa807c5285a74c47dfdff79c41aaa22826e +c0161e3a4e6249664f7b7f52161d0ed4630ca4cfdd6d68fe2b4b7a4d64d7 +051b2c12cd0e4dae0f66932d7881d601fb62f3eeac552e654c2de5bdaf65 +178efac1d91ddadf43980b1a23d5c3b5d38a39115548b7124b8bc5fc8f45 +e15f32f506ef0d7dcf45c93d2925829133a732a858cd6f26a3546a613bc1 +024a8d31276e529322d8075bfc9e970415940f96ef9be114aa3c97fcc08a +6e67971a6854f4cfdf8f6b43a8d9fce53cdeaa81ac6f97a3545f9188596d +78b6a33476dfb838fd6c4fa785747203133d4518aee00c184ae0fdf5db85 +0326ad9fdcdb244bb4f659b66e3319334f59ea2088e4957477a5defca2d4 +a5fa3e37fbfed1384500784e08ffa2f5aa417795a1d2fe54822e10cb2845 +15b6f394e7681fd911510bd68efa22957930608625775a64a48d0c2492be +b3ebfe2f85bb6ebe4a5e409fc7f14a98f9239306c5eb3e6d04d741bf3dfc +478bd03ccffff848e0ed18e47becb6c55c39a4662283f3c4e2dfb76caef1 +6c4fab8944c1ff6243e22715af0b4de2fd6a442ea56a5c88a6b93c36ebe5 +22b5c46014bc03e86167481d599bc3feee0564a090e43571b0dbe0961148 +2d69a250626dcb909668f145f9b626f9a7907f4a1778e8ac066af5b9ee02 +5172917726ccf4164b1e0c7e7c94e3b7df8516c78b1c72f6fd57ca0aed0e +419f2c5dd1ff24f47438c0e0473edf9b5fcf277c84d500a4ff055566ee7e +cbf5707262fdcd3c7a28f1d04a4333374b6108c540c64a0cc773cc90d588 +3b7adbbe0668a38ea57cd2292ec92602cf4a0a70ca7bfddb955d71c02aa1 +2effb4c365f7af85f2e379b2a5e80bcf653cfde715c7db2fb98f3cd3af72 +a94de7ab989f2d38441a893934d396c2a418998a0f515aa26914447e3a9c +025e8169717dcc63fc878b3e825faf7da165662751e0811304ecc1a7c73f +f806380dac5d61611388f37d7a92dda1c535a3365a82227f999e3f3dde8b +bd72a5232b3332e0cb275312cd28f4c840c95de6366e02817028782ce6ee +7c56a004d6de4a2786060fcb6b6d05afddc743c210f6f0458603382c1be8 +3e61e9a03835c2f6bba1a4760564635be899f75bd23bf6f636371bd2238b +72331220156fdaf0a5d932d24829ea054b6b7910a738c03c231d1dbc9caf +0165d4091a31350da275976924f83cb4187e618917b56fd9b881bb25a8d7 +f8741b407a89ab26719db257d9e6b60c3c25878c5896094dffc58891fc7c +a3eaea6ae4876ce36b3d3282c4d1dab373534c261104d235ca94c08a9daa +039540650fbb97ba61d5d907244be0b6ae1ae2c315fc7a13fd194960922e +5d54c8528e8ae6651e9b36d7266ac9058ae97ee0af5b27b4c045aec4d2be +d7c42cab914e1068cc8538861aecee6243b3d38f60ae09cd655da05a2bcb +1a15f914a4b819d1e173c4abf8d25f3f29b45c4bcdcdcbff3e24add7e76a +ea86675fd8e8774948a1625dbd5ee5fec0d512de9f2ca7e91b97afdf4a4b +f242499b6d8f04766b0b8e7522cf8848a4bcbe382c39cbb3bf393ef10347 +f18a2e6dfaa6842e31cb9eeee419c762debfcaf49cd7bf5874f992a78703 +0817e9da9981b0d90ecdc538ebb1812b88c96b6e93b350b327ea5d737887 +7aac9d7129c150c571ecdd4808f02479bbfc87f1df80df86ed6b573339b6 +9bcdec24fb9df93c871a6aab8fa236b3d39abaa1404321d9032971499238 +99dfb447021b9510420441b9fd8ae89e2667441d7670b4061439cfd8767d +30d2d298ea15c1ab2dd7b25fa514bab9f714176c8ae5a204bb167cdb335b +132a35f6bd14b70ffd7031cebc7e180924f24fc5417199cf211ee8e6a55e +094afb5637334e8d42168da0dbcda3b25336705988c929efe68a56ffdb15 +6eac310cce0d067dc6b564634a71d6cbd6f9ca9f868fd2ae88778d2ac52a +e78ddbb7fa9c939dba897d3dcde0acf6e04d59653df22bcb70f9fbfcfec1 +ee703e923b07e0d41370c4e4cf70ff63f8c79c5c6438f86725a50e49e3ee +e18687ea324e651dabad022e8a783c4c10cf84f0ab482e5c977d4880bc99 +adff1c8a4c5e9e643ff55128c306cb16eb9d23c7bffd19d55ef59a6f3608 +dead9db7dc3931c48771b9ac55368e5f8a857e6d5c118de26d1a1f383a8a +5bb9a2a4b4c0958c0437fc96f264ad36d1a0acc37500c0ad72ea86330e77 +c8518a74de75eedc0f3834f03860e2c26169b8c02752dcc5824b02876525 +5026506b2dffec0a1578cdc55f15d471c6481c08a757ea55686352d2a7b6 +9c3eef57c630f12e9b2aff398671240dc216a29c5ec17d44e05f1a8dde90 +76de92456e969c8055b85a3c04041365ec35d79f2c05abd075f14eb26eee +478deff3d12fcf9937dd3901d509b695f8c1fa590d977d78db84b2849562 +c460659842a7b90f8b21c2cc27d642586872c49b534d299b3fb7e14d70a8 +68138371550f9e021a74d2a6e0f67d90d53ec408502c40d8dc51eaabbe86 +fbf5572a2a7f121bea99be0b0045d2c516d10c9beb813e16f440825a77d4 +dede2c8b49c4ac5b71c11ebd8f8fc4cd73a62e47f7eb212ff0572281b427 +96332f70728d9205ce38570c96bd89b3f2a3edf498ca83a37acb4027b561 +de28ba37b9199d04a56e14716ceb4a4633007637b216b9f6ba2a4eca8a2d +e0cd63ff0944dc63059befef0dfb53a48ef62f54f15bc0355356787923ed +729a782d962b4d78235de8dcb31892638f51000f8981b86bfbd853b28929 +f896a0530b72f075cc0bfac799631f2e51f474ac2f98e6e2fab89c2b3890 +007913bb9841969b44ed76d4e888d9b3d9841dfac5d41459dbe7233745bb +4e79fc22fd7e466601153efe3cd7700aa86acad07b0692ceaa6b00b20d76 +8c5e6052894c5915607e9cbc49f8fe4f6f3c33045fb4f0ec20a3c948af28 +e80fb67f379ccc1bd019b339532191cdb803ca9676977ed9ca01bb039553 +48175f8caa95a0714327d59b82444df22ac4ee8f5049c91473f226d4f27c +e402bbea6f406cf21872b15b19af6c0cdb798f806994ec1aa9056637b139 +12effa08dc015bb67f3ca7a4c82c5e34d39d88cdd5287c3044ba95f2f75f +6b6db9f1d60a41fa9034d91bd9cbecfc7ce7d76f4048206f5fab0901f7cd +d639ed068cc82be17c35f6dbb8d85995a63ff69e52bc0a01261662153ec3 +40fd4027eaad5b1b811fad9e16663918e46e983b02a3ad97ee543c4754f9 +e9b6238295e6477f0e8133fa12360b5fe5adb0389778f4300c11a26fe4c9 +bac6e234ad26f855bca28b49a3bd95c0758587e98fb123c1c80f82573fb4 +583e578bf6599e79a9090f35be2c9fde410ebff05ea76120c7d52b3c4769 +0264e1dd276b6ab08abf52b30b91735b3c84659115bfef8b88c12a7dd1bb +0898fc1d5782edd9f371379a8c9796cf3616a93193a06152dd3c8da6effd +03386e580b8011d2de3db70458d957ecd0a2db427058fc80522028c7d203 +904913b0e63d26d60fc42a2c1e9c53b41bb206b324121347c6fc55e99390 +86cf26b3de1933c0586abc166bf9f312754704645d4d29dfef978d8ab341 +1eb295c500446d3e2a62d6738b1b4a9f20ee6b3a7c1c0641b5502d52a28d +95dd07da8fc8eb96a234565fb0b9d82cbb263450f929c9155d3d29ae2a75 +ebe893d1eb74b6f0628f5bca4c90a7dd943db0e99b178a0d83524800b361 +0d651475905983e84f5905f49b0ef12d880cee222e913b5ba51bc5532afa +722f8ef9254c49f7f62f744d580bfbdee17d40ff9a04ac2bf64016d4673a +4538a66e52238b4f4c1d37ac94f1f65c7beda2468a10b0dfa321b18c84e3 +78cdd2555c453d62c92c4293ba0aed6733aafcadfb488dfbe545de91e412 +c8a1ad04d959c75262e92a37c4d1bb48dcdca4c8f6d9fb07a9180b6f9c56 +efa9ad9ab9fe48ed61d59c5a4b0fc284351d439e7e503e9235a30863408f +a5a99aaa693cb8aebba6eb8476009234be914ce235bc206d093200d35937 +43eae9db40f639eab16fd3a7d049005fbf938696948d82bc25674c69d1d7 +edd0b6d51438183c30769ca3104eb378b82bcb5e605d1e065a11e17892e0 +a32eb07fa974d3c6f70c0b657384ae839f74c622656efbd3878a7aff1a01 +a2933e47f366953bd28773878c6c999f39abb27048e53970a5c88a137c75 +e49c91a53316c5f9044464e40c1eeb3eba35762a490a3ffe8fc886d299e9 +ecfcfe553dbf334913b30e03e5bfbd3de06207bf47cdaaea4cfc8147bbfa +154d6295bd46af68ad298b5c02fb0569b6ca521361427c55d456ff6d8083 +417f3bb3ee883a957dd0e453a889d389bdf574516be147499cb02d9d760b +62dde4eeeb70a7fdc12338abd01d709ccd256ffa5f62a7f4aa6d3c7f235d +ae276553da64993147b5b86f62c473d0d3ed14883ed0de74f1c623f3e624 +9d6af1571dc177d27e2c1f0bff7ed9dcce8fcbd37bea8501aea6c6d7b259 +420bdfb804e3bfa4e339708d19fca748d8ed84050439ba7f5a088da4802f +dc46b95a99959e95f18407abe239701a6fba7d6e2094641c509da66fe556 +747a21b0d73e3e7e157ba4018295eee683d0fbdbfd52437ef581b00ef2dd +582661a4a99b02f6685cb183ac801f038e3237eb22f9508c54b34e06a1aa +fdb4fc6addac5110d2569d4921ef8b43c6ce363e642951badf00ad01b56d +262cb0796e6bc3500fb760ace1e7c9fe44d6816c84063b7aff0ea04d918d +048dc193fc07bad3bb8e7a178f8720b68a80027e9ff2fe4bf8f601de48b4 +c863ae6a0f5cc9fca4614fb487a0d7e42cc17ec429e1094c06718a4c01c5 +32cd08503eed35bef2a83c86e85a8e74cb9364a01d7aa51af9a7ad59e93b +78e3d119e400ed46c608c71e33facd29e424123626b535a7ec87cf2c12d1 +96e378986732c89481d88f14fcf9507dcd50834110c071b68860090e128c +b525eac3b519c2191dcc7d39d587e56fb33ac6bb2312eb217d08bdf9c9eb +34ce910a07477031d4edc8226e71421f6ae90bfc43c7398928dc2fdf62a5 +48324c99e740b5815cbac9157f2f5b51a46a1cf6ecb6a03753e7fd49cb4a +04e5e8ab19c4ac2fb50618bd9f1417faf34225523a6af9f9b23ef982831c +5f1946460795e0b5970b383bf8addeb045c54e9c593f5e1f9daaef7dc58b +da2819209f05aeac4ff234e3bf47ec5f496c75322417a96de3b70c509693 +2dd0026384c3d15260446292ba7a0cc570a29a6b31b7a37596db015ec084 +6bfd0a664cda0329e8a452241cbc7443b4cfcbec48b94a1fb2bad1073268 +afd3231bb21ac37602dbf5653780215e4108e2d4f7164b12e74824397373 +c405184888673573b1f2263dbbcdc07ceadb2d2202a18ad03652f0355fab +f0df08c30278496290306f93be7e42f663b51e4f0f7e49d3292370c92b45 +bbb7660748cdad641b1c2d24bdc33ddd9272c8bc6c4c80fdb1d6476aa6a1 +7d0e35b43ef7d3fbc7828f0209d6f83b04af1df350ce10a3af84855bb90a +2fdec60f796d5a20eee1b323edfde3d69950ce90894184246dce29499c3e +87effd5630aabe1442e2399f0393f21beb96708b6cf0b6b207e47273bbe3 +03a35024cf49899328c87191bfbfffef9500611bebeedb27933b1f53d6bc +805ed7c3271fe94dcc7ffa9f2f53810cd3d08949d5ab0b144a8fac533ba3 +ee72bce2be5cd88034c6303c7d323fef2432edc947cad4af6b1c38be9bd1 +48caca12323f66eb57c3096c72f8268e746cffd4ef80df5ecbcf522d85aa +41166fddedfe8d843cb25b9975908b5de7c4dab8fff7b98b8c24ec1e8477 +1270ea877b2a5edce15539685991971922f50404b14bbf10e66264fd8207 +cf050c7c0311d387c62b78aaac2b969d315f4a7963a79f8e724f5efa0190 +25e7790e6a5c902b7da857438e84a9bff679409dedf5a4a0f670ae4536f0 +5023a9e13c71978ca70490706cac13d790ed4481ebbd8952f759a038d821 +bd0027e057837754bacbb838eecdf781299a2c349e34578b032250842cb3 +7f3726a67bbc8a8c229262ecc0cdf375ef7469bd85327b8735550f942cc5 +5ce679a0af078126540bd2d4f9581707e67eafe4a1ebcde24a2ad06535ce +001fb7d2e5f59c2e6b8e3bb16eb2c863dbba5e781c80e5c80fd9d2e7ad5d +11e809b842f13450f4075c59648f4f59e1b5b8d133bd28ec16d32b6230cf +626e4d8c76f1e46974703abb1934d3720a9b16ad752b34c0155c2412e3b0 +b4e917cf5111c0a986c361bde767c6262d8ab6520c7f540c75c2c92b134f +1dfdd0807d3bfff5674e376ce4513ca149bbd53d0ec109d2a8b7ece2f6cd +76e9b07a249bfe81cb1af012de457337786a7ea8853745e001e3a07aa41f +b4cf2d0dc29a779ee9ded63df1251dee748a69d71596e1feb5082d14044e +3b74aedbc2ef7a288c671e7a7b7c43e0d8f3acc76505875855debceb7ded +992273ca741cbb7073c9fe6182865cad971a7196610134c314826f2f12cc +4f2835f269cec7b8a046dbc7568b2cbc56cec08095fc771a9b093a4dbd3b +6e7e71b1ae183bb5428bdf018193ea62a99ad8adf581bb60295874cbea14 +de08f9a9d86c5efc49aa30acbac07f637b2c1a022978383d063e12f17fa4 +a20f18140ff565088be1714bc19701a15166de32429ab505903ba52e1ef0 +72a304d1448755ce00dc7082df7d990635574c9a5b66daad0a45605903d7 +3179e0ed9e2630f43861e22354ea16418cecdfdca05201e2f75ab6f7b3ea +e336c4ebf7e3851cc097e2105beaed2111444de983c6b82f11b32fdd61ea +b45331f7ebc1f93cef31f223fce6a349d8969651ab627a481314fba2a3aa +950327257f8f50e69e1a20943816ef41225ae1b76811c5af88976c4b4e02 +74b43a58f63a27ea8958a3f5d875448cb57abbeb4859668a115108976861 +01542a0830ac31f076c5ed6626ecd9eed04ad3e762e9318c7bab07ad3204 +831f57b4f10deeed0895e24668aadcbeba9257f1ec419111e7257fca098d +3ca89a1ded16094d10231bbcdcafac1166c08a7007749748e8c4f500b9b8 +7b84e8117042575a5b0d50652355df6cc61cd2c785b1c6811db2e9b9b7b4 +7266b4a1084be1f3f7d188fbd9494cec5116fa627c8069950113f7090936 +f10de3d71de1b70afc56b61ee245ef7278860b64113233a8a7817a0ca23e +5f08370cd48548e4757478b057a0ae59e9ce81a4ed7ff3ac3d2117354cb0 +a98623705deafad89ce0c5b5196776cb5d437920bb5c72a8a718ae629b25 +e253c75501555420621480afa2b91b756e967c7f24e3005462cd1496fb58 +f34a42a9d59a10d6d68bb3c42566161059dfbbcba569a089d9c1dbaebde6 +51b2275d59df0933dc21d0a902f21c5f5037299c6e8fb9541691ed13c0e3 +6a5af58d7b8bb360e8bdd2a77b24138b88a5aa2938066ff6b098326c2b43 +853800eaa4a304102281325ecdfbb2bb1400f09edee97ae812728cc153f7 +eabc4a7cf7619a74b495fc82b5a89a9e0246f98322c2266bf838bd1defb5 +16c7a371d91bf573de96f05001ec48fdcb9e9045ab1fc910f6b9344adb49 +c38eb75023016e2398846602e2fe7a07a90ca86376fc125d8bed1956b897 +781def6eb4298204e4b551eec3ce13b1fee5711f10c0c8232ccd533f8231 +7027a87c30b91bc14d91e14ad3ac92177830435c27fa8b8f8dbc75c04cab +0181455eab3d1e101b14974a6f4fb99c87ed435f380f2087438b4b371d1e +6113bd6519afbfd9244f0384dae185025aea6457401f54545e3494120105 +9ce756cf7fab4fa583f986a8b4d559e834ef331a6833971c89f96c58cd5f +b3be135cb06f658fe2627509c8cdfa91edeb439eb386e3bf9bc4dc4e7290 +a2ffea0ec25c0b9c021285abcc821befa442c87cedb0a6c2342c933dd461 +16ca786dfa3ee43a7f3aeaca49e4f3a1d404e59eb35611cfc68ebfb5321e +e4d871b206ac8692930c892dd7cdc7b31baea9a439fffbc5f9d3cba3e71f +5638dc6dcb8c64f763e254c327f77352297bd706f3a9b4ecf045b1f132ef +78c2967e393100be57aea4b6a5a8cd51b68bc114ad91e1e43512b8079834 +464e4a9231ce839825cecd400f71dea1b4da2010d89f3fa8506f26888f25 +564f6f0b5864768abe3d3e857bc265fb6b99e9546495e4be3f7b3bd616ed +a6fca19f05b84df96a2b7174cd315029082ec03d74e9b16fde55e6c51c86 +b0e6c0a1875275fbc8f24e08eff26ba23f0a963f7a40c359df33a2731f13 +fe2c905f6f60acb43d4d03cc63725c85a406108089c33d82e1aa107ccf7f +0517beba564376c21cc2589dda7994cd35739722509c630c4f8895bf3687 +bb8abae73b5e1c42915994c614e9876b7a1dc571c06ef000d7ec59deb528 +19ae24516aaf054bb91545310116f9c46af65343853f896668dcee475899 +d08f4bc405efbdc9d455d2b48cd23d1dd4e40b8948fbf834132b83bf7b95 +0e2f83a0915cc277d4951b1d9bf8c9d7c2900ed222ca89e7aab7e64d28b0 +d90adf9c470ac90afa395a63964604653936a618dbbee33caa4474ed522a +cee561047dc163c784d5b8a26e04256b16f96c63eeba3b63dd8cb056834d +f7f846fa32e32f0ffc14f074f03891816de860f201028060c3043b391fe9 +858cf29622d55418d67f5e6e6c718f1fc2e62daf1dd4cf79eb95a16d9c3f +eccdedf261f9f41905f8b8c39b9bffb2c0e8d65ee4f9cbae52b55fb3bbe1 +07c08c3abd668e91601c849af2e034b99de6891224a561b7449aec3d0be4 +75991f52211b9d1668311aaa7ac9185e78f90fd31a324b6c820f7f8e189e +952cd15e57d475430e1beaf7537cf6649e80e35df16fc03a71ea162a19b7 +d29617bd5af341e7ec81ddc338606fe0507649bf761eca6f72dcd2b21797 +32baeb51d65779019e678cc846f184baae95550fc430d6c4e315c1a66193 +2e5a8c4d3d81acb445e2b0b807771e2aad8465847fbfdefd7209d10dbfa7 +faf2c3041a678c70a1c807a6f82eb448688c8e9a6c968f7f9f4cbfa88505 +997572ce6aa228cac0a80f49964957017e9090bee36c566c06e79bebedc2 +de9a7902750e1d25f2b4a51e10221b4ef82d8f1fbfaddce9f9682f3843a5 +81eb10b55cea4a8ea1e2f7c84b6394e04ea4b6bc9d9ad344c41477724a19 +6f73d92b9c4358f73a3f882f4452045c22555127bf9caaf52777c200d679 +86227cb17f94a118ba663428ab3fdda95c359a353b4aae31f94b04d84a9c +0c699407caafb272ae58ef328e9065b57c33bc9bd75b35e4f7d2a69affb2 +137a0947573d52972b014a28f14700f0fc2af0afb71fa3c038a4fb5fc2ee +2fc6512596b42d3b72a612b86263862bd3b2dd4333758611077474fac0a7 +22e1d9199d66510a1a86f807aa0de71c13920d5bd7328874bf1a0e2b80c6 +d07638f261ac24dcf7485301c5d5cf0a8b62d6468817d57b9eb835a3f996 +6ebf73223cb5909a1ae2a85bc90f012ee26b484a40c8a998ada321a0fa95 +05d9a09c8f61d708e80c7b5f47599d12e020fe79d63bcbb6227e4158acfd +41870941fd774f6525b78a6781fb50519ad9240ec7f31c1b85aad48745ea +2e58ef88b890bf9c5cc5910148aed529f2694f1cec8b0e2c30952a4dd922 +1d53ba846cbbaa2d67d64ec25db97fef8973d51207930fe5584cde28a273 +468ed7713cf2e8865dec285e20f49ad3e6ca4e43908a9116df1bae41bfdb +724b3bf2cbfd255e0eb69560b329b7eea14bbcdfd0398c663ab9c13cfc78 +98c674bfa207018cd1c85281c4bc995b16eec777f51b0d1929100553532c +4c3e8e71acc6daf2193471704d3fb92de494e89f81bbf7bb700d0fe46d9a +21f9cc6bf251ae31f40334c66bd40f801d02ed63b52c3ec6a1303d659ede +330cd53de8502899ebc6dda655de3d583104e01e123001bca6fb3ba5ffd4 +f1e506cf7ed59fe3f991808b2272b1197210e5ea213b3bf7d6a2177cca3b +0483447bdb44ad2c80e04cf5e368525f8d6b9ba6b114a4145c2c8a693113 +21c8d5ce682f2e13ee4720e0568efd8488faf57760a93722dfda8489ef49 +63f2e65978adfab8b9c9c8d9146180b92b3c84c725e1f50ea135004b6479 +7ca6c6a87c95952e8f5d68958b644276d106e3706af153ca270f159f6f8a +d76f0b9f4be493574ff549ad6ab909d42e5718424001d8aa17567dfec66a +3e0cdaf98c89e56a4692f0d585b13e8c8e1dd4a5801b1eee8b3a333b63d4 +4e65a2c50a1b46615afc550390c1668ea06ab0f6f9a175e408b1568bb470 +f73a9babc7f82795ad940615701ef5e2046887414770ffbe9c86becbef31 +da6f294faed8e4f9ca084a61915d2f7194ad578fd5b9e01f4c23027708ad +d4326fd70b48d0cbf9b42df2860784859dd9cbc707020c3917d1920ce164 +a671d5e09d268545dfb9d2555a1c7b820ac802007c54b403e1a6f9553e6c +d52c64816e788e6115ebe9520d57aa5d0278c1e6940fb80959941af78bdd +96877279cab45c9ef7e47d90d24b5b3e0869b769d3a0fb03dcda79ee3a52 +349f3fe89204afe517b97455ea1b056f87cd846202593cb7768dd89321af +3dbdc0c188da25b9699cde6e0b1928cb4060f09b4f6a6c2b68700bc14eb9 +fe2890fecb5e389e7606186d4417f5f5a6babdf43c1352f4feb43a99698e +ca73c7d7eb93ff5d38ebfe6d102cfd0d986af39184b4e007bf65131b6a2d +abd1593020e2fdba559e939daf7f6cbace2176489d45ab860fa4a05930cd +77189c67d4b72df03fe8cf482419972621de5f2f0143ea14f5dc08463b30 +2be1f4bd73cd1f6c5b17c74d7740c802cf197ab3f412b697c2bc8f41743e +b2be55e238dcdc6a0253a72e63479dbf563e6a161935f77f0e5bc5372dd1 +f92ae1763e05e019b47967809d42709324eade06cecd85daabc456d9e903 +e0083d3a74d5cd2df30bf1db1477a6a71a55a52359f4940f2c339bdb6edb +aade3e614d4c7c36fa2b26accbf520579df89a7239ec627869aec628e7f4 +ac09ea132f7e2d030408dc91f2596c954a9c026fadcc416f1e061b484372 +21b50d8a4b735c91d6e8d2937e4454b0e8d1f553b84a35c43e1101f497f5 +e429d6e0852f011213e7068d53e4dc696f6f7ff9637d3ac5ed28b0f8b55b +aababfe8e9aa7fa60172450bd17b615b1b89048fcfee829552077abc1d30 +615c9b5725701cb39e6675404c8230ba27395ac8b5444f318600dde103d3 +039cdef4650e68a9f1280ca84aa8cf87c652aeb45cceafd1a21793385a17 +4d4a5a5830700593cdd94d61374ff4eb563eeaee80b761230ed61d06be11 +fa574de0ae6c3452583aa53768238a25f570eff0af5f5ebfdeea98c85afd +a53319182611e3e6285659ec99d27a718ac5a1cd7cd80f2c97bfe9bbedf6 +912a41a171ec583a0eaa4ac571b495ac78b275bed49eb32a0202a07f1ebc +b0a89fd2d1cb6ec43631e8e26869aa6abd775f31e1cae5158f904a0c14a4 +ef72d51e20503ff7814c717a0f9b28ae19897a448d8905725da4e40f17f6 +d7978538095add5e820e80de9f261ace43d77d4bf97510f774860e45037c +793c28915b01cfbf7c6388b2e9225b0e2721cf5fbb52ba2da6bfbc11d515 +3ed1423fabc05624b54a1a60235ee26e908f63c52826315f1ad84fc79de2 +3ed793cc756578475900e7a9ba8a812e06d2b9721556483fce01ecdb7f83 +190b4a6f2eb8728f5bf941a5934c960548e4a8c0d17f6708386607a0502a +1ceb0cf8ee2ba70d0e0b350019baf415a66ee50ea8a8ceef78ad242421d7 +397c06caf762f6b4bb54bb3b8484f398000f0571f3c9111e96164af8420a +7aaad2b6b5056ec35d0bd02b46a7e007e24e1cdd1631d343856da9a4b66e +f36561844b16e6beb6f08b0dc8de04b04364335d6657ff916495c3f9aa5d +87a2e455428a2d489f70c2aae03b64390a6e083094e925f75f7f2ea29a44 +c76ebb50d62d91fd78c3035cf4bbe13d3d7205daa28ebbb258456e2838c6 +41ab51e1652594c92f592ff8d31d90c6f179e067747e9d499a5e0fccf5c1 +6753bfb70a3201fdee641c9f45ccffad879e477963c8d89162195474ef98 +4f1ed3d69369905a3d55ca6703889213fd8cfd7b029a3be8adaabf620111 +675f6f65df5f5b05c635ebffd9d6c573b0d6217448c881a4d25262cefdf4 +9083e775589a406ed03f8b0038dc7c47e1b484ddff035994f4a6200923c8 +5edc8236d20e46b0d3e617a8b026cf7070ced14b3340e6dc34fef020a9be +702e17f4bcbc738770e76f47ffd849614e24207dfa5e6f8d2aaab20451d4 +412546e40e8cbf56da8d121f364e03ee310ce1cb7f6fa51c6bcede9fc198 +b66d39d57b23eccd3441460593f44ec22cb4335bf19e09ddd89184dc0f09 +f682dca18763ea72db6c8e32faaa8f002d49f9023d27b508395ab751be5b +02b5db309dc9a51b40e77552bee48e379fe478bf337e039defcd992afc2f +712a5b0f646ef0902b593d8e9f03bd9eb512ee344e115f84671f21e5b5d0 +3b0ac0548481a9a07292f79bf74c41772e16611d15cf15ec079814eca31d +f380ee3f56e9bdb39e0028b15793670aa6d1ebee19603071ee3ca517fda6 +f8c5763c9c97d11ef62cd19542412b55d55058027494143f217df42ff2de +1c529e533d0ddd46ebfa886ddcb9072d299c13266d7c07a2ce9f5b76addb +44ee6513244d7d4d55be1aad98821431280e334889718b60b3e58929a1b7 +197d4be03753e22a5bea21669a4ee78ab070a41f2eb01a30f200619fcdb7 +5cff898152f0c44b2fa25508cb346661f4fe7846928d52014ae28981d803 +ea0eb8525e6a2318cd2ed96f7386a22ac36025027c5d9d50186b5a2830de +062b07ef56ba35883ae1a0c76be54a0986eba08fc4640b5d18bd247f2cad +7d9f950b698d11eb11aae9f847f9253e91ad4cb56a1b8dc50d19b81362d1 +e1b04661e58fc86b016503bcffb63b3deef03c5dfdfdb7cf2c732d77a0d5 +5ff77d2f6a7ae2a896bc1184c9de0be31924e087e0828628427e0e61f564 +1475c066cc66db890c417df5879f3c6db72d36132e1d87a88cca57c99aa8 +f5f38e5b6911048e5fc827d4170c35f3298ee937f79c7e0f51727ac94602 +191d21bb621246161a5c2cf5260b7e42932b779fcbbb32a391599cf96b46 +2826ddb8c2acb70c4bcc6d8bdb4bfac2691a48bb0d6b7699321352ac3104 +a0bdf7da836a84116f8a52d924fa8db025c37f39dc8af563441c51e317a1 +c2f5242ae9bb32eca30bdd7e304e95d1527b7526992a1279acb46fba73fa +bf5f038b6081deabb5d2966cee770030d726315080c371aec87cb96ab3d9 +c0858e4fbca3feefc066dc6ca8387326a9eab6e03d1a56e5c5a2ba7254fa +a91986f2e51a767e8a4b8009ebc6c8cbb6c9024eae983e115bf5d52b9bca +03bb482da239372f4af2dc92acf7272a35cf622cf6251218df39d9b3d044 +4d36c8b7ef7db3f7eb57df365ced86f4a92d48782c219400b13a0a96ab32 +e09e124b8aa085bc508c44e299b7d5689dbd7ce0981c2127d6853bc099e4 +37ca0592af681ce6ff71a2dd24807997288afa1a407602342d18f0695f44 +2241c897500432fd73529eea55948ca77e86c3f6d4e875aed4dcc5377d05 +5a08cec70057e4133240c63ba28c1ca90623beb512e89f4f3fca56239ad0 +c57a7fa9cc6d4ebc7effb427496fc36d05c395cdeafb5a21dd430c98fd80 +943ec41e7b41a641a28fc257924692a592c1aea49712dfa7baa46f8c5562 +6a1f30fd01105d2f9f460bdffa8342ccad277ba5d11d815b45adad5be5f7 +3bd73eb5e2e5fccc20883bb5a1b5d5d569c9935b0be71e7fb82fb2d1b4c2 +a8dce24236f65d2b8fbff5066fa300f667a4d2b6f150a9b1c2c6e50d6b6f +642faf0fdb850c6d7efd955f8582384f1a937a9a32dd35747403ba93de7c +f7ede437edb83e84e9dbaffc0e45f901511dfc3e651434bd58f0fc52c28f +6cac352eb7ace4ed61f49df8cebfbe0c0964e484d2ca8ca5f1fbc839b907 +f8c2b5a420cca06582868827e9115301faa2bb434e5bc9cc1978217ff5a9 +9a3038acf13a9d8ff87ea545e49da1e9ddd0e953f39ce7fea2b0672b4433 +1d85a03a3015399e4f2d03eb72da4693f733a34bfa872978060e65dc4e42 +894f341473eeed60431ce8fe1f2cfc3e5746c1ead96e228ccd12030bba67 +4bd3efc3db7bc76f56b758a391d44bd6e93a4b65c1b109da98811b08ff4a +1c98190b24feb0fda2107ff837bb3b29c31afb2ddebc3593ed6d0ff0e88b +85322230aca6f9cb82d641a67e602c3a0b40a695ac1b7265538a53b04dd2 +2b5439546e8c4ef96070b64469860b82ba4fb73b424f6812cb580e177150 +6a891c678df4851784eb30caa4d3dfe140e518622f8737b86f4d9cffd870 +7132e2b15be6b987dd30a3be8433e7dffde4d62afc8e6ddfcfd68d07b2fd +e94e4253b75501d2c8e9f556420e14c88993322a24c31f6e37d45ba1a2e0 +34b3f749d3705e43cef545d47af86948448dd0b886cc3a98a1c1b8399bee +a86ba1f3a69fd5a4ef2cedb670f5b9249e176897e406149ae0c6063da49a +cafb1dbff711b977dc7f5d4a67366e93c7b7d2cfe461e8faa4d169109c08 +3e6cdd1564e5940d3bcf6421ab684f833c6e53bf76bc7b0b1bf85b0e6d35 +76cc4e86f06a86a241f22e12e5199ce07dfa7460e9f27366ef0f670984ba +93612d1e68501e5eb5f97a588f71179aa2325cae91456d2a6096c1dda493 +3527dcaa9d23c893408e6b3abd7048b17cb58484cc2c381d3a4decdbd963 +839c343e8ab2165bcf6ec6d3a93de2bd06291b6c04f8658785a2f71a4ccf +286abb902766a45e9725f0de564d71cf9d514a0d88a2facb119c7f6077d9 +5716e5ac935439b47fa0208e9e5fd9666179f45a21efc417b82e110d6c2c +b5d724c3fc1032dd5b24644ca4918d4cb4df0b3d8ecddcb2e13baa967d76 +d4abcc2439205e04c93b11240cae025c456de5da2534a524afd87e4e60d6 +2eb1ab7d1d54e23e629dd88754c056e78f057ef66c497d993af61f9b6654 +4a3ca699dfb2edee722219199d4962cb72d34e6f7b5fc4bc45efd1240bf4 +a87a2b88355caa3fbcfbdf6159bc1c72db4489bca279507e8dbe67b168db +9e6b3ee1e024e42e02cb076ab71ee609f88a109bf00ff75fc91a53d49151 +f1f84fd15f9903f1d3a3c66618c4c00721875f84a9b255466673df7bfefd +193ab00d239497d5aefa6f78705934f1aaad9b6a51513bae7349cc4f5215 +4c43e03616bcdcdaaa9dbd168dced676bc680ffc6a0ccd9c2f6efe807cf6 +ab5d82d2ba75dca1c2d7e08d25bffd648cd35b1e038274aad7cfc271ffef +eba50d76d6d22927b4d7931fbbc3cf4aec101e07434cd8baa28d7a344f2b +4b2755a6f746a66368ccda78a0c40af1c1aef1813213bc1bbd17151ba773 +2dfb8b590378bec84266a3daa34871669db997b178f799c05d310da0d97d +3ed2f4b31e33e4f134b179818b6faae80ddc1599d04dc8fd1892a95ebb12 +8e719cfb885e13fdbfab96bed732637e75a4237b030990acf70964bc3f16 +b095690c8b54d16270b90045637e0e50947b5b6c0ec4383cf47af58a7771 +22117b1d93912e1d9390d364e7653f920f295fbd79c635a112481583bb78 +1844e3eff4c8667c1f8aabbd6d74f6378611faa1b09175ba98effc02f9ce +27d66c7d180ce4e8a76da7cdb89901260d72af79f852947f89db2993dd1d +11ced6202f70b9a6caec7a8213c84eee04363bd2d60bc9bbe93689fafea0 +ede575d489a031519818ae508c599a7b143b1b5fe2ae164a82637b77cbe4 +36d7cd5d1840f1bec3e4d6fabeb3deeabb570cde270070b1417e2c723f85 +3e00a1d1d12a2ec6ca23aa78e136b17c07e7b69a29160d61ba545783a386 +4b1da08942fe40cd220ac3808afc6f69f11c8bc8e2761a74d8738cd41be9 +44fc505b25c3a784e15dbcec050999c8e1f55749c832d64dfe1af119e5dd +4a05325ecc662bcf7f6a70df6f2b6131ba3d95f0d3563f7f43a678eb9c44 +f7f5aa50a8061a6c16d04e09b8ac05827809beec451af1e2c2530f492a2c +af5cf38001f2a61686c24c6a1113e9098b2c49f992d32ac4a8f06974ef9f +974b241121915ece38334c4182780f9e32d4205f7484c033d597c0910d47 +bc3764006d4b5fc28a4615bd27b46e5bb9bb8483b5461933dc9e08693e09 +c267baeb17500d763edefb5036f820081c1ad0c731123206de774fa464b9 +df19e2be494b3b30e29a0b8aad263602357ed11a666272bbb114a1e49043 +1d838be19a268ea96a8d646edc15598038598524796b89a857b0259353d0 +c2560f2b39b6de8383cbb6ca4d0ffb235a2b761ba3f794d067f16fd0e651 +71182614c8c82883bd9203318f38e1279ac713e68ee393efae4c0bef1d4f +509d19f5404592f0689053d407f1706a3f61eef0ce1d6ebcff4901d87715 +63b0e4fb078597f9c59024b0c67aef020157c09451effb5fba75a9c2780d +87a865745d0ce8d1f535dd07fe0a17d574bb1457b5d1ee9dc5dc41ec418a +a318320e5abc070b2b675d1c463f77d727531c787cebb466072d0fdaf224 +a1903f18df46e98bb4cc5288f11f886f570d770b346be00598f99209ebc5 +f2cc5ed4af88a96d6c6324c46e9649b2fc37b56b0a072badb2c7f8af4be1 +ca5978d9db9a45c99d416901cf8c30902d3d4fd413695f18043445888e91 +a76bd572cc4c3ed8eabff296fe8a8ed3320527ee0c9882edf49c6eb839a1 +aafacb82acdb87d4a140970a6a603cdfe8bee72d8a75510e43d169001adb +292cc6b62d069352c4cff9066e12d8226c14362a30a6288e38515937fc54 +1d1d5ecab8a3291098d33cfaf89339c43844f84ee3c57f1715354fd2ab8f +efa10d3e04f431b66747e91aee2c935f67d2556beb4b16418b3ca818c8b8 +5f83b592ca9915d341141dc52a66764db0bb74104088d93159c8cf315583 +34e0bfd4c01a122e5ab06f35b751f7fea64f3f07e10643814f38357033b3 +4d82e71cf99e9481bd44f05c9b3ab0ddd0c9028d5b251ef3bc167d6dc137 +75871cad29da1fd91e460150f51506b4fe130454f2e7a3e4c9a4a2d7e6c4 +3291f7d9418d8772f5755660610fa4909b545d594d0bf908c8109279399c +eb2933d1ecbbddb185b84172610f5b0be712da7e324f9338ba7c56644449 +0f832932fdb33fd09e397be06a0d0ec06e946ff06773a338ede4e3be9fc8 +acf98bc981e1af0c412fc0bd7358932436bddc43b07c061909d929682e7d +e9872afb6d9b57e96def7ff9ddbe4a64ef21d14189f7005a64d213607abe +48c67022980cb3681741d633dcc15d5fd3484caceaf5066bafdd863e3eae +64b6826ed7d74874abacaf28ce9622b1b8d4342a2d833608775f97d0a559 +ce4233008c412fb0117e72e45307b099c64724141506b2a9c565ed541d47 +8f49ae5d98cc9a9b751103efcbb9f09799fa874fd3c9beab0e597ce6eb42 +5f93f4b83560db87f75182a755cca3ddddb8707665a8be010a40ec611704 +6c91e5337fb7ca377ec96f063ba5e1f97bfe1c1214717103606cd3738536 +26fd460620130db020b05f4ea1d3644b2a8da11cdd2c6c2a065117278098 +630bc70fdce0651bc51685841d824fa42df0eab5427c408198db0927c911 +66b46c9d89a760eedb9308a5150c7675bc05ecccbc0051ea8da1fde8132c +c06412f1d6dce02bc76ffceeb8870564078620f9fa7fda867811a3304f00 +a4169d96e5cfec2ebfa90d81dde07949659d313ff7f8402bdb1eea4ce016 +63e3bec00400aa33f6b816696a13c8dbc338aa192fcc3e06c45b76ea41ef +156b3645bfc3ee5f1f2b15ef8fef7622007196f9d8279097919a225431e6 +683bb3cabb71dff8d8a579d174b2063f48d63b7fe16a9c83dff1ffaebfd3 +3e9ca293a8c3e6f9501e73900b0f3f5c6986eb2e7a74307b6d86b8480627 +c39c2d01215c4f95baed042305d720dde7116b93190e87d5f5050aa0dbd0 +e8d6988a982e7d2a1b70b3b7f5f8b806f49d3626dd1e5cb70338035df553 +abdb4ce6be4b5f977db8722899ce46c3d0aa8331438f1c22e1697983b82a +3a6b128f2ae513509fc66d8a56f4f74955716d00081e4f1dcfda34408ffc +05ca4681379725188378343f875e734bf5ddce99186c9532999800cd4b42 +63105ef314b8ce102a3ec7b5ec0838e6618cc016d8dab5c45976f491cfc1 +f542b6020c907d64f822bb626aa03f04344804da444de14de255853277dd +1678afaaf82ab3851aafd2c8ffb6b7a25eb5a1165936ac02a53fca5b6a24 +c5b0c9884d01b54895cdc6e64c4f3061d2ea76a7b4f7b0164faf03accd3f +be9bce7a12d2a37af3f44c2e864fbe8422d461ab553c101f9e21a50bbdcb +6ddf394e2f80f94a2c721ffdba037688f016c9bec8dc1bbb69ca91b04823 +caa2fd07aa0b1f1071213251d24753fc7a8e152628e23f5bbfcbaecb0f61 +cac8dcc6a8ffca0311483d2798450c4af21f5798763f5b4ec54e99cc25cc +f0019e95c7b89967eff0e002f576583bf8ffa66850006e9feb0f46183c41 +186476ffc10e193c6912ff8517ac215ccbbf210762c4d3318a83a08947b7 +f3807217fa8d155a3eab3bf2a8cd65cfe9764e8d9998b1d972cacf112738 +d7804c4d2f545529031f81306f5fbbe974063935754c8d8a55ccce35fef8 +0dbb6319a40c2484da95c777d9ab30de56f071ec3298e3163358c5f2d7d0 +b8968ca4df727b8c7c7e571236b7fc308d6c9aed824a7ea3527fccf2626e +ead5810d45df801ab75cd958cb42a00ff9734ae6a9d870a4392d6249962f +81bb145d623f5f380406025d4e3a491509439ca5c95579386162aa02d457 +4080aaafda2003a2cc680165749fd5dceaa91bf47bd838f16a21e116a396 +e9e6f758d41df50d3f1610f7d8a65257ae00f2cede6cab0ada9b16d9addc +30cb7a068b358e247ab5c1810922a70e23d60fcb5d3c67089dd4024c5b9c +bbaeab1ce8847671732026ec1a6043e38ae228cfc27b0b5b27b2304ee1ad +b7bc8289edba34935bca94f680fa5eec2dd45f10cf13732b8698d84aa2bb +5f5db833d672cd7506da8fa396b0845d8994b9be69a515b9a099f3149247 +8f824413a40dd76c862830f89db2f21531141d5ead597fa5d816bb015cc8 +ee87ba594bcf0c717544f32eb695e911f585f593af6852cd27ae6b25e063 +29e7576a9855d0d7cf76e81dc8b6a42a3196d178112ec5b62994af67ffb9 +db4526c76f049b43a251f82426a002d760ea17104cc5702cf5c0dd20454f +b833d247d38352c951e412d4d5688c1991e4e570ddc3f514218dd1d5ea64 +36a094f14a96983e13b5e5997cb2d115abdd35c8d8d64ec1ba0c0b1da86f +c40bb1a456c03d79be63a870e9a882c235950bebab733b5a50adb07c35bd +8c7f8807f603fd0734b496e1a783e518a9069bc22ce8f48f29b905a18f11 +0fda8ee43acf22bedf99b2ebb1e607d1ab920dc290e30d041c468a0cf27d +948351d50c7205755264dc6add5279ca172abf27ba1b93a623f2e4796409 +592ce84c1ae4102e4b9221c6a8c8466319e6bfe089759d68dd58f74c19b3 +df9e140aa31ac26b7544a8497365507b35f85586b6025581b80f6647fff7 +1339acdd01c2fe36c6b7e615ca23304a828fb79d891545ab8cf5d15129b9 +75aa66132b89bd18e89a9106b7a95de04a3bb4f0802571886c5c38d05ad0 +9a3be3bb2960128bf22b70a8102a2c2063834c969cf050a5af3c050a3347 +358e00fdb0391dc3e0befdb1e52178243a0dde5dc83fc7a854eba1982ce7 +ff65e750b9c4dd86ddb7ff4ae7b72702d3cbc7a0b369102d247cae19677d +998f7b550f901ada79a82319f24e1806f44dd825326d7f5df6a9c0bb9546 +eb28e1d6dbdb2cc18ba3d463abd838b208419c168a2de68f252825faf425 +fe397f852fbfb4d379696e73b84b9a876458f526a623a5a0238a210cd5bb +715c33d3a8b48352902c2d83d18952c55fa749885132ab6b7e6db794b159 +88b9d511438124d8dde3678a74654f9253d0b8b5703bd0d35b3f7ea294fd +d9b44601a8e73ccb3fdbd980c2391d4c7928b41b46e9ad163886acc2b68c +5c4c2a06911a7fb36ecc544b7d886c75dacb52308ee0efea5e3f16a11028 +a53929f7b495389601bdca158609b9d8be1a5d68e5ce3827189a0f4a7e18 +2db0eb81fa0dcd6c587098f264a3d0e2049f84c8a4e8ff503a68e8102b43 +6a4bc956eb9081143cf2cb903aba73070f8b3c4721c361fd398f7d17b363 +dfffdfce66c02f2a7b110a9626a8fd9b7f053b286a7d7ac4d57ac019b77f +9051ff0972190fdc0968f8d527afc6d8e70d9c638c33bfea751e62d1d449 +0027c64e60cbe9c5aeb395bc6d692796dda167bd5bbbd233ed01ce57a8df +6faebf95c6c7539339f31397c1582d47fa00a40e236b7bca3a3bdaa06e53 +350f664c12e10f4b174195986e94c98699bafbd3105aff22a82f8d54e1a4 +88e44842bc58dedbbace508e3a69dd35dba1f0f0d69e34651bb078232519 +dbeed3b29d2dcee4b449be5f39a41d2e0c84ab52609f8bb0b3b85d0cbcfe +85a9ddd9bce5f1636b4dd7e7c77cdf6a025fcc206b9104ead365d8b52f42 +77d64ad3ec49aca1bb60b87b9f39d40678e3b2c8ad69d1b5d3fa6d0991bf +f3faadc1225617411fb4ba6b79b3eff8f3e0802d0092567f1c3d43118ed3 +0d3d90807474808a9bb5f07f31371f3a4cae9ede2f758875145f1f4be72e +8c7a8f1a733f91c761039025275d15f76daa677fb447795ca639a5c9f9e4 +bcf3c2c06bbe0202187ccc5f2cffbbc208641a52da611d40b08908500375 +829b8ceb8c93c7398389264b3821de6d37acca04fcbcd02499847b4297fd +cdb15ca26fbf868d5e335a3e0f3980ceb288149424968bc10ab2466a15ce +dbdf550eea623c162a3a7963d657ced119101602898b23d7cb99618b5b3d +59868f5ac31ce289ef1df56ba4c5c398068d5a928a4aa53325d95bd1c774 +f0d1d503628ba1546f464303e0f454cc6aca98d032acf05872da95a9188d +0f224b875c05157c2fc993d65521a770e6962407a22c0f2a14b80064bbc7 +4f496c61b44255c40c51bdf60dbfa7900f77296d59abf61f964fefb6aff3 +f5dccdd7a812fb5ec30c6dc8063bd828f6adead242dc0a6e72b100a694ac +24089d150b8729de5a322ad77d84e7f4a62570a178f0a9ec0dd32a7b9091 +78d9a544430cff30e2e570dbbb649d9e19554b39546713047ee0861b8a0d +960f690d2e2e160f24f152f6f0a93f6b13b1eb2477a416fbf3c15296ddb1 +3a3d09f771d8618a85dec2362f88d117f1bb174e829f96f9be965b175321 +a3bb0746376b95260b82cf34134d29ba6425d9b86e764791d699784151bf +26d4dc5b01cc0f88261df88e3cabb371d334e1a2f5f60952ec7038403f20 +45f70925e9d8b49ecc330bd90f563d3894b15ce629e686e3bae594e5c251 +2f7982eab95fd43cd595d8ec5fdf962f5e5277e416a91c279178bd98d082 +ced5655015c9f425c048aec135f5bf41260dea74fc1c16984c3db8deaa0a +65c1426b7a5e91ac5f67e222905efcdd297c1caa1dfc17fa1a3de462d320 +0a1491d41b26f799475daed3d6e3b1fe923d3cac505823a1e77ce6b07c0c +2efec207347a8e44d3c5d196376c7b7edce7c9bed0519da191a63fab427a +b930c1156f51c8d5ac5bd9d062e0e04089355df1619450c40d0050becf10 +37bdc9b62d7d4c90b76219991d215a37b31091cfd832d6a95669dd02b904 +0ac2b60419dcf064aa70a3c91a10e5e4087093246fb95645828a758d835f +51dcc7ab133b360dbb003ceeaaa1102dfc07931f0ee238273d9dc4c9c8b8 +ff089232bf823ffdd7a33d0d7e142070f240d078fdf590dafd88b89629b0 +275af422eb54bc1285eae58cad06bc2b12d5a0c2bfe51c4d1082aa23eaaf +334271c0523e3193d6aa4b6a30bcca62edb662d30d93f5f553a211612cc2 +ea7da1d19112cb981727edf44136ef358eda02444649008a8e9db0985ace +34a56bccd493378138af3f1632cd885259f01f97a38b185443e3b4408aaa +06c09529403545dc768be1f6e4b4e85ec2f094ab06d4ed78620489de9014 +ed3d4a76af19a75c3d65c73cf8b3aeda993e97289bba416758d561d6dc12 +23f3a5a740c2a64fe4aa02a8af2efff0a3fd8c0dacc5b6a9f0eae8833359 +bf6bef10d03bd931f05bea5cc117e21aa4e3a486845357a256af1ac28296 +7169745bce4592b4501cf410e4045a8ac47bf72f802ce93e562948b00848 +73f33f872340b4930954a97ae25e9c74677117ebbacc18e5cf9da28961e6 +442c545f7ee10d0689cad67b5e7e9abcbad934672e013a622bcde541a2ba +ea62f957c199fc3eeb1bb8091ed8ac159f5afb61d35893afbaa5883c5a97 +b0dab2b2c4ba2ff7a30935882011248f8d9e6d23b4a3d91a71df66c0398c +65be4cc71cba58bd19cbc9d5f7bdb30dfe9fa814c9d8b505b2bc3098a220 +4c5d35f353e66576e032fc0d23d2a2d49ed27d4ea0e4e0c17e6cfce3cc97 +470e9292faeda13b6647da7c64c7a717620980de1323c6040fb8f22e2537 +240422e2248bef0dcce6fc223b8720fc9dfe3c47809b31fddf8079d638f8 +690f441eea511b9cf818fbe872ff3e2a0a2950f9acdbb88d48b9d7648091 +5b0dd985074c0429e9f4ec356c6d1f418096ead18cb7669dce76e8b21a6b +0cf19dbaf1e79e2c70a1888ffcae76174518c355c3f733b6d051d9371b79 +6908c09ba1cb9fe3c7e16e4529912126b5253eff6acecda3c37fccc761f9 +d781f0c75eb7075c121c68540706958e26166e19e1c0b29ee08d2c2382f9 +9ac70ee4ee4a6296a4ffec552f3db6471aa42d3b38857223fe511d0aa35a +84b1c1205a304b2d0bfc95fffbd603e8e6f42e60017a2808babe00c270ce +ba6f93b83bb9c41c7787992734171fc2a4f0b46f06c6f029c82ccc985b7c +3c84ea655478ff79e8ab8fe6cce591ecb39c353a +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark diff --git a/init/Localizable.strings b/init/Localizable.strings new file mode 100644 index 0000000000..d08f919727 --- /dev/null +++ b/init/Localizable.strings @@ -0,0 +1,9 @@ + + + + + Starting printing services + Starting printing services + + + diff --git a/init/PrintingServices b/init/PrintingServices new file mode 100755 index 0000000000..bbe5ac36b2 --- /dev/null +++ b/init/PrintingServices @@ -0,0 +1,45 @@ +#!/bin/sh + +## +# PrintingServices - a.k.a. CUPS +## + +. /etc/rc.common + +StartService () +{ + if [ "${CUPS:=-AUTOMATIC-}" = "-AUTOMATIC-" ]; then + ConsoleMessage "Starting printing services" + /usr/sbin/cupsd + elif [ "${CUPS:=-AUTOMATIC-}" = "-YES-" ]; then + ConsoleMessage "Starting printing services" + /usr/sbin/cupsd + fi +} + +StopService () +{ + # Until cupsd has a pid file... + pid=`ps ax | awk '{if (match($5, ".*/cupsd$") || $5 == "cupsd") print $1}'` + if test "$pid" != ""; then + ConsoleMessage "Stopping printing services" + kill "${pid}" + fi +} + +RestartService () +{ + # Until cupsd has a pid file... + pid=`ps ax | awk '{if (match($5, ".*/cupsd$") || $5 == "cupsd") print $1}'` + if test "x$pid" != x; then + ConsoleMessage "Restarting printing services" + kill -HUP "${pid}" + else + if [ "${CUPS:=-AUTOMATIC-}" = "-AUTOMATIC-" -o "${CUPS:=-AUTOMATIC-}" = "-YES-" ]; then + ConsoleMessage "Starting printing services" + /usr/sbin/cupsd + fi + fi +} + +RunService "$1" diff --git a/init/StartupParameters.plist b/init/StartupParameters.plist new file mode 100644 index 0000000000..0633bf88a2 --- /dev/null +++ b/init/StartupParameters.plist @@ -0,0 +1,7 @@ +{ + Description = "Printing Services"; + Provides = ("PrintingServices"); + Requires = ("Resolver"); + Uses = ("Network Time"); + OrderPreference = "Late"; +} diff --git a/init/cups-lpd.in b/init/cups-lpd.in new file mode 100644 index 0000000000..bf7e80a5b2 --- /dev/null +++ b/init/cups-lpd.in @@ -0,0 +1,11 @@ +service printer +{ + socket_type = stream + protocol = tcp + wait = no + user = @CUPS_USER@ + group = @CUPS_GROUP@ + passenv = + server = @CUPS_SERVERBIN@/daemon/cups-lpd + server_args = -o document-format=application/octet-stream +} diff --git a/init/cups.sh.in b/init/cups.sh.in new file mode 100755 index 0000000000..1163ae228c --- /dev/null +++ b/init/cups.sh.in @@ -0,0 +1,243 @@ +#!/bin/sh +# +# "$Id$" +# +# Startup/shutdown script for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2007 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +#### OS-Dependent Information + +# +# Linux chkconfig stuff: +# +# chkconfig: 235 99 00 +# description: Startup/shutdown script for the Common UNIX \ +# Printing System (CUPS). +# + +# +# NetBSD 1.5+ rcorder script lines. The format of the following two +# lines is very strict -- please don't add additional spaces! +# +# PROVIDE: cups +# REQUIRE: DAEMON +# + + +#### OS-Dependent Configuration + +case "`uname`" in + IRIX*) + IS_ON=/sbin/chkconfig + + if $IS_ON verbose; then + ECHO=echo + else + ECHO=: + fi + ECHO_OK=: + ECHO_ERROR=: + ;; + + *BSD*) + IS_ON=: + ECHO=echo + ECHO_OK=: + ECHO_ERROR=: + ;; + + Darwin*) + . /etc/rc.common + + if test "${CUPS:=-YES-}" = "-NO-"; then + exit 0 + fi + + IS_ON=: + ECHO=ConsoleMessage + ECHO_OK=: + ECHO_ERROR=: + ;; + + Linux*) + IS_ON=/bin/true + if test -f /etc/init.d/functions; then + . /etc/init.d/functions + ECHO=echo + ECHO_OK="echo_success" + ECHO_ERROR="echo_failure" + else + ECHO=echo + ECHO_OK=: + ECHO_ERROR=: + fi + ;; + + *) + IS_ON=/bin/true + ECHO=echo + ECHO_OK=: + ECHO_ERROR=: + ;; +esac + +#### OS-Independent Stuff + +# +# Set the timezone, if possible... This allows the scheduler and +# all child processes to know the local timezone when reporting +# dates and times to the user. If no timezone information is +# found, then Greenwich Mean Time (GMT) will probably be used. +# + +for file in /etc/TIMEZONE /etc/rc.config /etc/sysconfig/clock; do + if test -f $file; then + . $file + fi +done + +if test "x$ZONE" != x; then + TZ="$ZONE" +fi + +if test "x$TIMEZONE" != x; then + TZ="$TIMEZONE" +fi + +if test "x$TZ" != x; then + export TZ +fi + +# +# Don't use TMPDIR environment variable from init script, as that can +# cause cupsd to set TempDir to a user's temporary directory instead +# of the default... +# + +unset TMPDIR + + +# +# Make sure we have the standard program directories in the path +# since some operating systems (this means YOU HP-UX!) don't +# provide a standard path on boot-up... +# + +if "x$PATH" = x; then + PATH="/bin:/usr/bin:/sbin:/usr/sbin" +else + PATH="/bin:/usr/bin:/sbin:/usr/sbin:$PATH" +fi + +export PATH + +# +# See if the CUPS server (cupsd) is running... +# + +case "`uname`" in + HP-UX* | AIX* | SINIX*) + pid=`ps -e | awk '{if (match($4, ".*/cupsd$") || $4 == "cupsd") print $1}'` + ;; + IRIX* | SunOS*) + pid=`ps -e | nawk '{if (match($4, ".*/cupsd$") || $4 == "cupsd") print $1}'` + ;; + UnixWare*) + pid=`ps -e | awk '{if (match($6, ".*/cupsd$") || $6 == "cupsd") print $1}'` + . /etc/TIMEZONE + ;; + OSF1*) + pid=`ps -e | awk '{if (match($5, ".*/cupsd$") || $5 == "cupsd") print $1}'` + ;; + Linux* | *BSD* | Darwin*) + pid=`ps ax | awk '{if (match($5, ".*/cupsd$") || $5 == "cupsd") print $1}'` + ;; + *) + pid="" + ;; +esac + +# +# Start or stop the CUPS server based upon the first argument to the script. +# + +case $1 in + start | restart | reload) + if $IS_ON cups; then + if test "$pid" != ""; then + kill -HUP $pid + else + prefix=@prefix@ + exec_prefix=@exec_prefix@ + @sbindir@/cupsd + if test $? != 0; then + $ECHO_FAIL + $ECHO "cups: unable to $1 scheduler." + exit 1 + fi + fi + $ECHO_OK + $ECHO "cups: ${1}ed scheduler." + fi + ;; + + stop) + if test "$pid" != ""; then + kill $pid + $ECHO_OK + $ECHO "cups: stopped scheduler." + fi + ;; + + status) + if test "$pid" != ""; then + echo "cups: scheduler is running." + else + echo "cups: scheduler is not running." + fi + ;; + + start_msg) + # HP-UX non-standard... + echo "Starting CUPS Server" + ;; + + stop_msg) + # HP-UX non-standard... + echo "Starting CUPS Server" + ;; + + *) + echo "Usage: cups {reload|restart|start|status|stop}" + exit 1 + ;; +esac + +# +# Exit with no errors. +# + +exit 0 + + +# +# End of "$Id$". +# diff --git a/init/org.cups.cups-lpd.plist b/init/org.cups.cups-lpd.plist new file mode 100644 index 0000000000..f768e33388 --- /dev/null +++ b/init/org.cups.cups-lpd.plist @@ -0,0 +1,33 @@ + + + + + Disabled + + Label + org.cups.cups-lpd + ProgramArguments + + /usr/libexec/cups/daemon/cups-lpd + -o + document-format=application/octet-stream + + Sockets + + Listeners + + SockServiceName + printer + SockType + stream + + + UserName + lp + inetdCompatibility + + Wait + + + + diff --git a/init/org.cups.cupsd.plist b/init/org.cups.cupsd.plist new file mode 100644 index 0000000000..c4341fc15a --- /dev/null +++ b/init/org.cups.cupsd.plist @@ -0,0 +1,37 @@ + + + + + Label + org.cups.cupsd + OnDemand + + ProgramArguments + + /usr/sbin/cupsd + -l + + RunAtLoad + + ServiceIPC + + Sockets + + Listeners + + + SockNodeName + localhost + SockServiceName + ipp + + + SockPathMode + 49663 + SockPathName + /private/var/run/cupsd + + + + + diff --git a/install-sh b/install-sh new file mode 100755 index 0000000000..398a88e142 --- /dev/null +++ b/install-sh @@ -0,0 +1,251 @@ +#!/bin/sh +# +# install - install a program, script, or datafile +# This comes from X11R5 (mit/util/scripts/install.sh). +# +# Copyright 1991 by the Massachusetts Institute of Technology +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of M.I.T. not be used in advertising or +# publicity pertaining to distribution of the software without specific, +# written prior permission. M.I.T. makes no representations about the +# suitability of this software for any purpose. It is provided "as is" +# without express or implied warranty. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. It can only install one file at a time, a restriction +# shared with many OS's install programs. + + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit="${DOITPROG-}" + + +# put in absolute paths if you don't have them in your path; or use env. vars. + +mvprog="${MVPROG-mv}" +cpprog="${CPPROG-cp}" +chmodprog="${CHMODPROG-chmod}" +chownprog="${CHOWNPROG-chown}" +chgrpprog="${CHGRPPROG-chgrp}" +stripprog="${STRIPPROG-strip}" +rmprog="${RMPROG-rm}" +mkdirprog="${MKDIRPROG-mkdir}" + +transformbasename="" +transform_arg="" +instcmd="$mvprog" +chmodcmd="$chmodprog 0755" +chowncmd="" +chgrpcmd="" +stripcmd="" +rmcmd="$rmprog -f" +mvcmd="$mvprog" +src="" +dst="" +dir_arg="" + +while [ x"$1" != x ]; do + case $1 in + -c) instcmd="$cpprog" + shift + continue;; + + -d) dir_arg=true + shift + continue;; + + -m) chmodcmd="$chmodprog $2" + shift + shift + continue;; + + -o) chowncmd="$chownprog $2" + shift + shift + continue;; + + -g) chgrpcmd="$chgrpprog $2" + shift + shift + continue;; + + -s) stripcmd="$stripprog" + shift + continue;; + + -t=*) transformarg=`echo $1 | sed 's/-t=//'` + shift + continue;; + + -b=*) transformbasename=`echo $1 | sed 's/-b=//'` + shift + continue;; + + *) if [ x"$src" = x ] + then + src=$1 + else + # this colon is to work around a 386BSD /bin/sh bug + : + dst=$1 + fi + shift + continue;; + esac +done + +if [ x"$src" = x ] +then + echo "install: no input file specified" + exit 1 +else + : +fi + +if [ x"$dir_arg" != x ]; then + dst=$src + src="" + + if [ -d $dst ]; then + instcmd=: + chmodcmd="" + else + instcmd=$mkdirprog + fi +else + +# Waiting for this to be detected by the "$instcmd $src $dsttmp" command +# might cause directories to be created, which would be especially bad +# if $src (and thus $dsttmp) contains '*'. + + if [ -f $src -o -d $src ] + then + : + else + echo "install: $src does not exist" + exit 1 + fi + + if [ x"$dst" = x ] + then + echo "install: no destination specified" + exit 1 + else + : + fi + +# If destination is a directory, append the input filename; if your system +# does not like double slashes in filenames, you may need to add some logic + + if [ -d $dst ] + then + dst="$dst"/`basename $src` + else + : + fi +fi + +## this sed command emulates the dirname command +dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` + +# Make sure that the destination directory exists. +# this part is taken from Noah Friedman's mkinstalldirs script + +# Skip lots of stat calls in the usual case. +if [ ! -d "$dstdir" ]; then +defaultIFS=' + ' +IFS="${IFS-${defaultIFS}}" + +oIFS="${IFS}" +# Some sh's can't handle IFS=/ for some reason. +IFS='%' +set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` +IFS="${oIFS}" + +pathcomp='' + +while [ $# -ne 0 ] ; do + pathcomp="${pathcomp}${1}" + shift + + if [ ! -d "${pathcomp}" ] ; + then + $mkdirprog "${pathcomp}" + else + : + fi + + pathcomp="${pathcomp}/" +done +fi + +if [ x"$dir_arg" != x ] +then + $doit $instcmd $dst && + + if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else : ; fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else : ; fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else : ; fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else : ; fi +else + +# If we're going to rename the final executable, determine the name now. + + if [ x"$transformarg" = x ] + then + dstfile=`basename $dst` + else + dstfile=`basename $dst $transformbasename | + sed $transformarg`$transformbasename + fi + +# don't allow the sed command to completely eliminate the filename + + if [ x"$dstfile" = x ] + then + dstfile=`basename $dst` + else + : + fi + +# Make a temp file name in the proper directory. + + dsttmp=$dstdir/#inst.$$# + +# Move or copy the file name to the temp name + + $doit $instcmd $src $dsttmp && + + trap "rm -f ${dsttmp}" 0 && + +# and set any options; do chmod last to preserve setuid bits + +# If any of these fail, we abort the whole thing. If we want to +# ignore errors from any of these, just make sure not to ignore +# errors from the above "$doit $instcmd $src $dsttmp" command. + + if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else :;fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else :;fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else :;fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else :;fi && + +# Now rename the file to the real destination. + + $doit $rmcmd -f $dstdir/$dstfile && + $doit $mvcmd $dsttmp $dstdir/$dstfile + +fi && + + +exit 0 diff --git a/locale/Makefile b/locale/Makefile new file mode 100644 index 0000000000..34bcf1b953 --- /dev/null +++ b/locale/Makefile @@ -0,0 +1,116 @@ +# +# "$Id$" +# +# Locale file makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1993-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + + +# +# Make everything... +# + +all: translate + + +# +# Clean all config and object files... +# + +clean: + $(RM) translate translate.o + + +# +# Update dependencies... +# + +depend: + + +# +# Install files... +# + +install: all $(INSTALL_LANGUAGES) + +install-languages: + $(INSTALL_DIR) -m 755 $(LOCALEDIR) + for loc in $(LANGUAGES) ; do \ + if test -f cups_$$loc.po; then \ + $(INSTALL_DIR) -m 755 $(LOCALEDIR)/$$loc ; \ + $(INSTALL_DATA) cups_$$loc.po $(LOCALEDIR)/$$loc/cups_$$loc.po ; \ + fi ; \ + done + + +# +# Uninstall files... +# + +uninstall: $(UNINSTALL_LANGUAGES) + +uninstall-languages: + -for loc in $(LANGUAGES) ; do \ + $(RM) $(LOCALEDIR)/$$loc/cups_$$loc.po ; \ + done + + +# +# pot - Creates/updates the cups.pot template file, and merges changes +# into existing message catalogs. +# + +pot: + echo Updating cups.pot... + cd ..; xgettext -o locale/cups.pot -j --keyword=_ --no-wrap \ + --no-location --copyright-holder="Easy Software Products" \ + --msgid-bugs-address="http://www.cups.org/str.php" \ + */*.c + (cat cups.header; \ + tail +6 cups.pot | sed -e '1,$$s/PACKAGE VERSION/CUPS 1.2/' \ + -e '1,$$s/charset=CHARSET/charset=utf-8/'; \ + cat cups.footer) > cups.pot.N + mv cups.pot.N cups.pot + for loc in $(LANGUAGES) ; do \ + echo Merging changes into cups_$$loc.po... ; \ + msgmerge -o cups_$$loc.po --no-location cups_$$loc.po cups.pot ; \ + done + + +# +# translate - A simple utility which uses Google to translate the cups.pot +# file to one of several languages. +# +# translate outfile language +# + +translate: translate.o ../cups/$(LIBCUPS) + echo Linking $<... + $(CC) $(LDFLAGS) -o translate translate.o $(LIBS) + +translate.o: ../cups/http.h ../cups/i18n.h ../cups/language.h ../cups/string.h + + +# +# End of "$Id$". +# diff --git a/locale/cups.footer b/locale/cups.footer new file mode 100644 index 0000000000..490c9d4ebd --- /dev/null +++ b/locale/cups.footer @@ -0,0 +1,5 @@ + + +# +# End of "$Id$". +# diff --git a/locale/cups.header b/locale/cups.header new file mode 100644 index 0000000000..322330b7ed --- /dev/null +++ b/locale/cups.header @@ -0,0 +1,26 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + + + diff --git a/locale/cups.pot b/locale/cups.pot new file mode 100644 index 0000000000..c8459bd816 --- /dev/null +++ b/locale/cups.pot @@ -0,0 +1,2663 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + + + +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "" + +msgid "Class" +msgstr "" + +msgid "Printer" +msgstr "" + +msgid "Extra" +msgstr "" + +msgid "General" +msgstr "" + +msgid "Media Size" +msgstr "" + +msgid "Media Type" +msgstr "" + +msgid "Media Source" +msgstr "" + +msgid "Output Mode" +msgstr "" + +msgid "Resolution" +msgstr "" + +msgid "Variable" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "No" +msgstr "" + +msgid "Auto" +msgstr "" + +msgid "Enter your username and password or the root username and password to access this page." +msgstr "" + +msgid "You must use a https: URL to access this page." +msgstr "" + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "" + +msgid "No attributes in request!" +msgstr "" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "" + +msgid "Missing required attributes!" +msgstr "" + +#, c-format +msgid "%s not supported!" +msgstr "" + +msgid "The printer or class was not found." +msgstr "" + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "" + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "" + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "" + +msgid "Unable to allocate memory for file types!" +msgstr "" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "" + +msgid "The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "" + +#, c-format +msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." +msgstr "" + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "" + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "" + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "" + +msgid "Unable to copy PPD file!" +msgstr "" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "" + +msgid "The printer-uri attribute is required!" +msgstr "" + +msgid "Missing requesting-user-name attribute!" +msgstr "" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "" + +#, c-format +msgid "No active jobs on %s!" +msgstr "" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "" + +msgid "The printer or class is not shared!" +msgstr "" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "" + +#, c-format +msgid "Bad copies value %d." +msgstr "" + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "" + +msgid "Too many active jobs." +msgstr "" + +msgid "Quota limit reached." +msgstr "" + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "" + +msgid "No subscription attributes in request!" +msgstr "" + +msgid "notify-events not specified!" +msgstr "" + +#, c-format +msgid "Job %d not found!" +msgstr "" + +msgid "No default printer" +msgstr "" + +msgid "cups-deviced failed to execute." +msgstr "" + +msgid "cups-driverd failed to execute." +msgstr "" + +msgid "No destinations added." +msgstr "" + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "" + +msgid "No subscriptions found." +msgstr "" + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "" + +msgid "job-printer-uri attribute missing!" +msgstr "" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "" + +msgid "No file!?!" +msgstr "" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "" + +msgid "Printer not shared!" +msgstr "" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "" + +#, c-format +msgid "Job #%d is not held!" +msgstr "" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "" + +#, c-format +msgid "%s cannot be changed." +msgstr "" + +msgid "Bad job-priority value!" +msgstr "" + +msgid "Job is completed and cannot be changed." +msgstr "" + +msgid "Bad job-state value!" +msgstr "" + +msgid "Job state cannot be changed." +msgstr "" + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" + +msgid "help\t\tget help on commands\n" +msgstr "" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "" + +msgid "?Invalid help command unknown\n" +msgstr "" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "" + +msgid "\tqueuing is enabled\n" +msgstr "" + +msgid "\tqueuing is disabled\n" +msgstr "" + +msgid "\tprinting is enabled\n" +msgstr "" + +msgid "\tprinting is disabled\n" +msgstr "" + +msgid "\tno entries\n" +msgstr "" + +#, c-format +msgid "\t%d entries\n" +msgstr "" + +msgid "\tdaemon present\n" +msgstr "" + +msgid "lpq: Unable to contact server!\n" +msgstr "" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "" + +#, c-format +msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" + +msgid "lpq: error - no default destination available.\n" +msgstr "" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "" + +msgid "Rank Owner Pri Job Files Total Size\n" +msgstr "" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr "" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "" + +msgid "no entries\n" +msgstr "" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "" + +#, c-format +msgid "%s is ready\n" +msgstr "" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "" + +#, c-format +msgid "%s is not ready\n" +msgstr "" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "" + +#, c-format +msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "" + +#, c-format +msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" + +msgid "lpr: error - no default destination available.\n" +msgstr "" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "" + +msgid "lprm: Unable to contact server!\n" +msgstr "" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "" + +msgid "lprm: Job or printer not found!\n" +msgstr "" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "" + +msgid "cancel: Unable to contact server!\n" +msgstr "" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" + +msgid " REF: Page 42, section 5.2.\n" +msgstr "" + +msgid " REF: Page 20, section 3.4.\n" +msgstr "" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr "" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr "" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr "" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr "" + +msgid " REF: Page 15, section 3.2.\n" +msgstr "" + +msgid " REF: Page 15, section 3.1.\n" +msgstr "" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr "" + +msgid " REF: Page 19, section 3.3.\n" +msgstr "" + +msgid " REF: Page 27, section 3.5.\n" +msgstr "" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr "" + +msgid " FAIL\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" + +msgid " PASS DefaultImageableArea\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" + +msgid " PASS DefaultPaperDimension\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" + +#, c-format +msgid " PASS Default%s\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" + +msgid " PASS FileVersion\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" + +msgid " PASS FormatVersion\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" + +msgid " PASS LanguageEncoding\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" + +msgid " PASS LanguageVersion\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" + +msgid " PASS Manufacturer\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" + +msgid " PASS ModelName\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" + +msgid " PASS NickName\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" + +msgid " PASS PageSize\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" + +msgid " PASS PageRegion\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" + +msgid " PASS PCFileName\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" + +msgid " PASS Product\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" + +msgid " PASS PSVersion\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" + +msgid " PASS ShortNickName\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" + +msgid " PASS\n" +msgstr "" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" + +msgid " WARN Default choices conflicting!\n" +msgstr "" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr "" + +msgid " NO ERRORS FOUND\n" +msgstr "" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "" + +#, c-format +msgid "members of class %s:\n" +msgstr "" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "" + +#, c-format +msgid "system default destination: %s\n" +msgstr "" + +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" + +msgid "no system default destination\n" +msgstr "" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "" + +#, c-format +msgid "device for %s: %s\n" +msgstr "" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "" + +msgid "\treason unknown\n" +msgstr "" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "" + +msgid "\tAlerts:" +msgstr "" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "" + +msgid "\tConnection: remote\n" +msgstr "" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "" + +msgid "\tConnection: direct\n" +msgstr "" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "" + +msgid "\tOn fault: no alert\n" +msgstr "" + +msgid "\tAfter fault: continue\n" +msgstr "" + +msgid "\tUsers allowed:\n" +msgstr "" + +msgid "\tUsers denied:\n" +msgstr "" + +msgid "\t\t(all)\n" +msgstr "" + +msgid "\tForms allowed:\n" +msgstr "" + +msgid "\t\t(none)\n" +msgstr "" + +msgid "\tBanner required\n" +msgstr "" + +msgid "\tCharset sets:\n" +msgstr "" + +msgid "\tDefault pitch:\n" +msgstr "" + +msgid "\tDefault page size:\n" +msgstr "" + +msgid "\tDefault port settings:\n" +msgstr "" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "" + +msgid "scheduler is running\n" +msgstr "" + +msgid "scheduler is not running\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "" + +msgid "lp: Expected destination after -d option!\n" +msgstr "" + +msgid "lp: Expected form after -f option!\n" +msgstr "" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" + +msgid "lp: Error - bad job ID!\n" +msgstr "" + +msgid "lp: Expected copies after -n option!\n" +msgstr "" + +msgid "lp: Expected option string after -o option!\n" +msgstr "" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "" + +msgid "lp: Expected title after -t option!\n" +msgstr "" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "" + +msgid "lp: Expected page list after -P option!\n" +msgstr "" + +msgid "lp: Expected character set after -S option!\n" +msgstr "" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "" + +msgid "lp: Expected content type after -T option!\n" +msgstr "" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "" + +msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "" + +msgid "lp: error - no default destination available.\n" +msgstr "" + +msgid "lp: error - scheduler not responding!\n" +msgstr "" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "" + +msgid "Usage: lpmove job dest\n" +msgstr "" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "" + +msgid "lpoptions: No printers!?!\n" +msgstr "" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "" + +msgid "Enter old password:" +msgstr "" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "" + +msgid "Enter password:" +msgstr "" + +msgid "Enter password again:" +msgstr "" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" + +msgid "lppasswd: Password file busy!\n" +msgstr "" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "" + +msgid "lppasswd: Password file not updated!\n" +msgstr "" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" + +msgid "Start Printer" +msgstr "" + +msgid "Stop Printer" +msgstr "" + +msgid "Start Class" +msgstr "" + +msgid "Stop Class" +msgstr "" + +msgid "Accept Jobs" +msgstr "" + +msgid "Reject Jobs" +msgstr "" + +msgid "Purge Jobs" +msgstr "" + +msgid "Set As Default" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "Modify Class" +msgstr "" + +msgid "Add Class" +msgstr "" + +msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "" + +msgid "Unable to modify class:" +msgstr "" + +msgid "Unable to add class:" +msgstr "" + +msgid "Modify Printer" +msgstr "" + +msgid "Add Printer" +msgstr "" + +msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "" + +msgid "Unable to get list of printer drivers:" +msgstr "" + +msgid "Unable to modify printer:" +msgstr "" + +msgid "Unable to add printer:" +msgstr "" + +msgid "Set Printer Options" +msgstr "" + +msgid "Missing form variable!" +msgstr "" + +msgid "Unable to get PPD file!" +msgstr "" + +msgid "Unable to open PPD file:" +msgstr "" + +msgid "Banners" +msgstr "" + +msgid "Starting Banner" +msgstr "" + +msgid "Ending Banner" +msgstr "" + +msgid "Policies" +msgstr "" + +msgid "Error Policy" +msgstr "" + +msgid "Operation Policy" +msgstr "" + +msgid "PS Binary Protocol" +msgstr "" + +msgid "None" +msgstr "" + +msgid "Unable to set options:" +msgstr "" + +msgid "Change Settings" +msgstr "" + +msgid "Unable to change server settings:" +msgstr "" + +msgid "Unable to upload cupsd.conf file:" +msgstr "" + +msgid "Edit Configuration File" +msgstr "" + +msgid "Unable to create temporary file:" +msgstr "" + +msgid "Unable to access cupsd.conf file:" +msgstr "" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "" + +msgid "Delete Class" +msgstr "" + +msgid "Unable to delete class:" +msgstr "" + +msgid "Delete Printer" +msgstr "" + +msgid "Unable to delete printer:" +msgstr "" + +msgid "Export Printers to Samba" +msgstr "" + +msgid "Unable to fork process!" +msgstr "" + +msgid "Unable to connect to server!" +msgstr "" + +msgid "Unable to get printer attributes!" +msgstr "" + +msgid "Unable to convert PPD file!" +msgstr "" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "" + +msgid "Unable to set Windows printer driver!" +msgstr "" + +msgid "No printer drivers found!" +msgstr "" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "" + +msgid "A Samba username is required to export printer drivers!" +msgstr "" + +msgid "A Samba password is required to export printer drivers!" +msgstr "" + +msgid "Unable to open cupsd.conf file:" +msgstr "" + +msgid "Unable to change printer:" +msgstr "" + +msgid "Set Allowed Users" +msgstr "" + +msgid "Unable to get printer attributes:" +msgstr "" + +msgid "Set Publishing" +msgstr "" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "" + +msgid "Classes" +msgstr "" + +msgid "Unable to get class list:" +msgstr "" + +msgid "Unable to get class status:" +msgstr "" + +msgid "Move Job" +msgstr "" + +msgid "Unable to find destination for job!" +msgstr "" + +msgid "Move All Jobs" +msgstr "" + +msgid "Unable to move job" +msgstr "" + +msgid "Unable to move jobs" +msgstr "" + +msgid "Print Test Page" +msgstr "" + +msgid "Unable to print test page:" +msgstr "" + +msgid "Jobs" +msgstr "" + +msgid "Job operation failed:" +msgstr "" + +msgid "Printers" +msgstr "" + +msgid "Unable to get printer list:" +msgstr "" + +msgid "Unable to get printer status:" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Unable to open PPD file" +msgstr "" + +msgid "NULL PPD file pointer" +msgstr "" + +msgid "Memory allocation error" +msgstr "" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "" + +msgid "Missing value string" +msgstr "" + +msgid "Internal error" +msgstr "" + +msgid "Bad OpenGroup" +msgstr "" + +msgid "OpenGroup without a CloseGroup first" +msgstr "" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "" + +msgid "Bad OrderDependency" +msgstr "" + +msgid "Bad UIConstraints" +msgstr "" + +msgid "Missing asterisk in column 1" +msgstr "" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "" + +msgid "Illegal control character" +msgstr "" + +msgid "Illegal main keyword string" +msgstr "" + +msgid "Illegal option keyword string" +msgstr "" + +msgid "Illegal translation string" +msgstr "" + +msgid "Illegal whitespace character" +msgstr "" + +msgid "Bad custom parameter" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Custom" +msgstr "" + +msgid "JCL" +msgstr "" + +msgid "No authentication information provided!" +msgstr "" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "" + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "" + +msgid "lpadmin: No member names were seen!\n" +msgstr "" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" + +msgid "Usage: lpmove job/src dest\n" +msgstr "" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" + +msgid "lpc> " +msgstr "" + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "" + +#, c-format +msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "" + +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "" + +#, c-format +msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "" + +#, c-format +msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "" + +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" + +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" +msgstr "" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "" + +msgid "Print Job:" +msgstr "" + +msgid "pending" +msgstr "" + +msgid "held" +msgstr "" + +msgid "processing" +msgstr "" + +msgid "stopped" +msgstr "" + +msgid "canceled" +msgstr "" + +msgid "aborted" +msgstr "" + +msgid "completed" +msgstr "" + +msgid "unknown" +msgstr "" + +msgid "untitled" +msgstr "" + +msgid "Printer:" +msgstr "" + +msgid "idle" +msgstr "" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "" + +msgid "Job subscriptions cannot be renewed!" +msgstr "" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr "" + +msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" + +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" +msgstr "" + +msgid "Printer Maintenance" +msgstr "" + +msgid "Unable to send maintenance job:" +msgstr "" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr "" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr "" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" + +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" +msgstr "" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" + +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" +msgstr "" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr "" + +msgid "Help" +msgstr "" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" + +msgid "No Windows printer drivers are installed!\n" +msgstr "" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "" + +msgid "No Windows printer drivers are installed!" +msgstr "" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "" + +#, c-format +msgid "open of %s failed: %s" +msgstr "" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "" + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "" + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "" + +#, c-format +msgid "You must access this page using the URL https://%s:%d%s." +msgstr "" + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "" + +msgid "FAIL\n" +msgstr "" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr "" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr "" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr "" + +msgid "PASS\n" +msgstr "" + +msgid " Warning: file contains binary data!\n" +msgstr "" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr "" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr "" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript itself.\n" +msgstr "" + +#, c-format +msgid "Password for %s on %s? " +msgstr "" + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" + +#, c-format +msgid "Missing value on line %d!" +msgstr "" + +#, c-format +msgid "Missing double quote on line %d!" +msgstr "" + +#, c-format +msgid "Bad option + choice on line %d!" +msgstr "" + +msgid "Empty PPD file!" +msgstr "" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "" + +#, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "" + +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "" + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "" + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "" + +#, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "" + +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" + +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "" + + +# +# End of "$Id$". +# diff --git a/locale/cups_de.po b/locale/cups_de.po new file mode 100644 index 0000000000..0b9237974f --- /dev/null +++ b/locale/cups_de.po @@ -0,0 +1,3002 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: 2006-07-17 19:55+0200\n" +"Last-Translator: Bernd Krumböck \n" +"Language-Team: Deutsch\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "Installierte Optionen" + +msgid "Class" +msgstr "Klasse" + +msgid "Printer" +msgstr "Drucker" + +msgid "Extra" +msgstr "Extra" + +msgid "General" +msgstr "Allgemein" + +msgid "Media Size" +msgstr "Mediengröße" + +msgid "Media Type" +msgstr "Medientyp" + +msgid "Media Source" +msgstr "Medienquelle" + +msgid "Output Mode" +msgstr "Ausgabemodus" + +msgid "Resolution" +msgstr "Auflösung" + +msgid "Variable" +msgstr "Variable" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nein" + +msgid "Auto" +msgstr "Automatisch" + +msgid "" +"Enter your username and password or the root username and password to access " +"this page." +msgstr "" +"Für Zugang Benutzername und Passwort (oder Benutzername und Passwort für " +"root) eingeben." + +msgid "You must use a https: URL to access this page." +msgstr "Eine https:-URL ist für den Zugriff erforderlich." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Ungültige Versionsnummer %d.%d für Abfrage!" + +msgid "No attributes in request!" +msgstr "Abfrage enthält keine Eigenschaften!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Eigenschaftsgruppen haben falsche Reihenfolge (%x<%x)!" + +msgid "Missing required attributes!" +msgstr "Benötigte Eigenschaften fehlen!" + +#, c-format +msgid "%s not supported!" +msgstr "%s nicht unterstützt!" + +msgid "The printer or class was not found." +msgstr "Drucker oder Klasse nicht gefunden." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" +"Die printer-uri muss in der Form \"ipp://HOSTNAME/classes/KLASSENNAME\" sein." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "Die printer-uri \"%s\" enthält ungültige Zeichen." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Ein Drucker mit dem Namen \"%s\" existiert bereits!" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Versuch den %s printer-state auf ungültigen Wert %d zu setzen!" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: Unbekannte printer-op-policy \"%s\"." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: Unbekannte printer-error-policy \"%s\"." + +msgid "Unable to allocate memory for file types!" +msgstr "Speicherreservierung für Dateitypen fehlgeschlagen!" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Zeichensatz \"%s\" nicht unterstützt!" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Sprache \"%s\" nicht unterstützt!" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Der Wert von notify-user-data ist zu groß (%d > 63 Oktette)!" + +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"notify-lease-duration kann nicht bei Auftragssubskriptionen verwendet werden." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"Die printer-uri muss in der Form \"ipp://HOSTNAME/printers/DRUCKERNAME\" " +"sein." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Eine Klasse namens \"%s\" existiert bereits!" + +#, c-format +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"Ausgabe auf Dateien gesperrt! Gegebenenfalls FileDevice-Einstellung in \"%s/" +"cupsd.conf\" ändern." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "Falsche device-uri \"%s\"!" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "Falscher port-monitor \"%s\"!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Falscher printer-state Wert %d!" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Unbekannte printer-op-policy \"%s\"." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Unbekannte printer-error-policy \"%s\"." + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "Interface Skript konnte nicht kopiert werden - %s!" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "PPD Datei konnte nicht kopiert werden - %s!" + +msgid "Unable to copy PPD file!" +msgstr "Kann PPD Datei nicht kopieren!" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Eigenschaft der printer-uri ohne job-id erhalten!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Falsche job-uri Eigenschaft \"%s\"!" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "Auftrag #%d existiert nicht!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "Auftrag %d nicht für Authentifizierung angehalten!" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" zu authentifizieren!" + +msgid "The printer-uri attribute is required!" +msgstr "Die Eigenschaft printer-uri wird benötigt!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Vermisse die Eigenschaft requesting-user-name!" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "Die printer-uri \"%s\" ist nicht gültig." + +#, c-format +msgid "No active jobs on %s!" +msgstr "Keine aktiven Aufträge auf %s!" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "Sie sind nicht berechtigt den Auftrag #%d, von \"%s\" zu löschen!" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "Auftrag #%d ist bereits %s - Abbruch unmöglich." + +msgid "The printer or class is not shared!" +msgstr "Drucker oder Klasse ist nicht verteilt!" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Ziel \"%s\" akzeptiert keine Aufträge." + +#, c-format +msgid "Bad copies value %d." +msgstr "Falscher Wert für Kopien: %d." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Falscher page-ranges Wert %d-%d." + +msgid "Too many active jobs." +msgstr "Zu viele aktive Aufträge." + +msgid "Quota limit reached." +msgstr "Kontigentsgrenze erreicht." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "Kann Auftrag nicht zu Ziel \"%s\" hinzufügen!" + +msgid "No subscription attributes in request!" +msgstr "Keine Subskriptionseigenschaften in der Abfrage!" + +msgid "notify-events not specified!" +msgstr "notify-events nicht festgelegt!" + +#, c-format +msgid "Job %d not found!" +msgstr "Auftrag %d nicht gefunden!" + +msgid "No default printer" +msgstr "Kein Standarddrucker" + +msgid "cups-deviced failed to execute." +msgstr "cups-deviced konnte nicht ausgeführt werden." + +msgid "cups-driverd failed to execute." +msgstr "cups-driverd konnte nicht ausgeführt werden." + +msgid "No destinations added." +msgstr "Keine Ziele hinzugefügt." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d unbrauchbar!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "Auftrag #%s existiert nicht!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "Auftrag #%d existiert nicht!" + +msgid "No subscriptions found." +msgstr "Keine Subskription gefunden." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" aufzuhalten!" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "Auftrag #%d ist bereits fertig und nicht änderbar!" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" zu verschieben!" + +msgid "job-printer-uri attribute missing!" +msgstr "Eigenschaft job-printer-uri fehlt." + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "Nicht unterstützte Kompression \"%s\"!" + +msgid "No file!?!" +msgstr "Keine Datei!?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Konnte Typ nicht scannen \"%s\"!" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Nicht unterstütztes Format '%s/%s'!" + +msgid "Printer not shared!" +msgstr "Drucker nicht verteilt!" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "Zu viele Aufträge - %d; das Maximum ist %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "Auftrag #%d wurde nicht aufgehalten!" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "Nicht berechtigt den Auftrag mit der ID %d von \"%s\" freizugeben!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "Auftrag #%d ist nicht komplett!" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "Auftrag #%d kann nicht neu gestartet werden - keine Dateien!" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "" +"Sie sind nicht berechtigt den Auftrag mit der ID %d von \"%s\" neu zu " +"starten!" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "" +"Sie sind nicht berechtigt ein Dokument für den Auftrag #%d von \"%s\" zu " +"senden!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "document-format \"%s\" ist falsch!" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "" +"Sie sind nicht berechtigt den Aufrag mit der ID %d von \"%s\" abzuändern." + +#, c-format +msgid "%s cannot be changed." +msgstr "%s kann nicht geändert werden." + +msgid "Bad job-priority value!" +msgstr "Falscher job-priority Wert!" + +msgid "Job is completed and cannot be changed." +msgstr "Auftrag abgeschlossen, kann nicht geändert werden." + +msgid "Bad job-state value!" +msgstr "Falscher job-state Wert!" + +msgid "Job state cannot be changed." +msgstr "Auftragsstatus kann nicht geändert werden." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "Nicht unterstützte Kompressionseigenschaft %s!" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Nicht unterstütztes Format \"%s\"!" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s ist in der CUPS Version von lpc nicht implementiert.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Befehle sind abkürzbar. Befehle sind:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tum Hilfe für die Befehle zu bekommen\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tzeigt den Status von Diensten und Warteschlangen\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Ungültiger Hilfebefehl nicht bekannt\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tDrucker verbunden über '%s' Geschwindigkeit -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tWarteschlange ist freigegeben\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tWarteschlange ist gesperrt\n" + +msgid "\tprinting is enabled\n" +msgstr "\tDrucken ist freigegeben\n" + +msgid "\tprinting is disabled\n" +msgstr "\tDrucken ist gesperrt\n" + +msgid "\tno entries\n" +msgstr "\tKeine Einträge\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d Einträge\n" + +msgid "\tdaemon present\n" +msgstr "\tDienst läuft\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: Kann Server nicht kontaktieren!\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Bedaure, Verschlüsselungen nicht mitkompiliert!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: Unbekanntes Ziel \"%s/%s\"!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: Unbekanntes Ziel \"%s\"!\n" + +#, c-format +msgid "" +"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"lp: Fehler - Umgebungsvariable %s enhält nicht vorhandenes Ziel \"%s\"!\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: Fehler - kein Standardziel verfügbar.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs fehlgeschlagen: %s\n" + +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"Rang Besitzer Pri Auftrag Dateien Gesamtgröße\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Rang Besitz Auftrag Datei(en) Gesamtgröße\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [Auftrag %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f Byte\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f Byte\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f Byte\n" + +msgid "no entries\n" +msgstr "keine Einträge\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes fehlgeschlagen: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s ist bereit\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s ist bereit und druckt\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s ist nicht bereit\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Benutzung: lpq [-P Ziel] [-l] [+Intervall]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: Fehler - Es wird ein Wert hinter dem Parameter -%c erwartet!\n" + +#, c-format +msgid "" +"lpr: warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"lpr: Warnung - Formatangabe '%c' nicht unterstützt - Ausgabe evtl. " +"fehlerhaft!\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: Fehler - Erwarte Parameter=Wert hinter dem Parameter -o!\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "" +"lpr: Warnung - Email Benachrichtigung wird zurzeit nicht unterstützt!\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: Fehler - Erwarte Ziel hinter dem Parameter -P!\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: Fehler - Erwarte Kopienanzahl hinter dem Parameter -#!\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: Fehler - Erwarte Name hinter dem Parameter -%c!\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: Fehler - Erwarte Benutzername hinter dem Parameter -U!\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: Fehler - Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: Fehler - Zugriff nicht möglich auf \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: Fehler - Zu viele Dateien \"%s\"\n" + +#, c-format +msgid "" +"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"lpr: Fehler - Die Umgebungsvariable %s beinhaltet das nicht vorhandene Ziel " +"\"%s\"!\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: Fehler - Kein Standardziel verfügbar.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: Fehler - Scheduler antwortet nicht!\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: Fehler - Kann temporäre Datei \"%s\" nicht erstellen - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "" +"lpr: Fehler - Kann nicht in die temporäre Datei \"%s\" schreiben - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: Fehler - stdin ist leer, kein Auftrag gesendet.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: Fehler - Kann Datei nicht drucken: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Server nicht erreichbar!\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: Unbekanntes Ziel \"%s\"\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: Unbekannter Parameter '%c'!\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: Auftrag oder Drucker nicht gefunden!\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: Keine Berechtigung um Aufträge zu löschen!\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: Ihnen gehört die Auftrags ID %d nicht!\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: Kann keine Aufträge löschen!\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: Kann keine Aufträge abbrechen!\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: Keine Ahnung was zu tun ist!\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: Servername wird hinter -h erwartet!\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: Begründungstext wird hinter -r erwartet!\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Server nicht erreichbar: %s!\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: Vorgang fehlgeschlagen: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: Fehler - Erwarte Hostname hinter dem Parameter -h!\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: Fehler - Erwarte Benutzername hinter dem Parameter -u!\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: Unbekanntes Ziel \"%s\"!\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: Server nicht erreichbar!\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s fehlgeschlagen: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: Vermisse Wert in Zeile %d!\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: Vermisse doppelte Anführungszeichen in Zeile %d!\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: Falscher Parameter + Auswahl in Zeile %d!\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: Server \"%s\" nicht erreichbar für %s - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: PPD Datei für Drucker \"%s\" fehlt - überspringe!\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes fehlgeschlagen für \"%s\": %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: Kann PPD Datei nicht konvertieren für %s - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Kann Windows 2000 Druckertreiberdateien (%d) nicht kopieren!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "cupsaddsmb: Kann CUPS Druckertreiberdateien (%d) nicht kopieren!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Kann Windows 2000 Druckertreiberdateien (%d) nicht " +"installieren!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Kann Windows 9x Druckertreiberdateien (%d) nicht kopieren!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Kann Windows 9x Druckertreiberdateien (%d) nicht installieren!\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: Kann Windows Druckertreiber (%d) nicht festlegen!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Benutzung: cupsaddsmb [Parameter] Drucker1 ... DruckerN\n" +" cupsaddsmb [Parameter] -a\n" +"\n" +"Options:\n" +" -H Samba-Server Benutze den genannten Samba Server\n" +" -U Samba-Benutzer Authentifiziere mit dem genannten Samba Benutzer\n" +" -a Alle Drucker exportieren\n" +" -h CUPS-Server Benutze den genannten CUPS Server\n" +" -v Zusätzliche Ausgaben einschalten (zeige Kommandos)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "" +"cupstestppd: Der Parameter -q ist nicht kompatibel mit dem Parameter -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "" +"cupstestppd: Der Parameter -v ist nicht kompatibel mit dem Parameter -d.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FEHLGESCHLAGEN\n" +" **FEHLGESCHLAGEN** Kann PPD Datei nicht öffnen - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FEHLGESCHLAGEN\n" +" **FEHLGESCHLAGEN** Kann PPD Datei nicht öffnen - %s in Zeile %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Seite 42, Kapitel 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Seite 20, Kapitel 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Seite 45-46, Kapitel 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Seiten 42-45, Kapitel 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Seiten 48-49, Kapitel 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Seiten 52-54, Kapitel 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Seite 15, Kapitel 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Seite 15, Kapitel 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Seite 16-17, Kapitel 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Seite 19, Kapitel 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Seite 27, Kapitel 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" DETAILIERTE ERGEBNISSE DES KONFORMITÄTSTESTS\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " WARNUNG %s hat keine entsprechenden Parameter!\n" + +msgid " FAIL\n" +msgstr " FEHLGESCHLAGEN\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT DefaultImageableArea\n" +" REF: Seite 102, Kapitel 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHE DefaultImageableArea %s!\n" +" REF: Seite 102, Kapitel 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " BESTANDEN DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT DefaultPaperDimension\n" +" REF: Seite 103, Kapitel 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHE DefaultPaperDimension %s!\n" +" REF: Seite 103, Kapitel 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " BESTANDEN DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHE Default%s %s\n" +" REF: Seite 40, Kapitel 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " BESTANDEN Default%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT Default%s\n" +" REF: Seite 40, Kapitel 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " BESTANDEN FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT FileVersion\n" +" REF: Seite 56, Kapitel 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " BESTANDEN FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT FormatVersion\n" +" REF: Seite 56, Kapitel 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " BESTANDEN LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT LanguageEncoding\n" +" REF: Seiten 56-57, Kapitel 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " BESTANDEN LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT LanguageVersion\n" +" REF: Seiten 57-58, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHER Manufacturer (sollte \"HP\" sein)\n" +" REF: Seite 211, Tabelle D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " BESTANDEN Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT Manufacturer\n" +" REF: Seiten 58-59, Kapitel 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH ModelName - \"%c\" nicht in Zeichenkette " +"erlaubt.\n" +" REF: Seiten 59-60, Kapitel 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " BESTANDEN Modellname\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT ModelName\n" +" REF: Seiten 59-60, Kapitel 5.3.\n" + +# NickName is a PPD term +msgid " PASS NickName\n" +msgstr " BESTANDEN NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT NickName\n" +" REF: Seite 60, Kapitel 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " BESTANDEN PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PageSize\n" +" REF: Seiten 99-100, Kapitel 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " BESTANDEN PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PageRegion\n" +" REF: Seite 100, Kapitel 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " BESTANDEN PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PCFileName\n" +" REF: Seiten 61-62, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH Product - ist nicht \"(string)\".\n" +" REF: Seite 62, Kapitel 5.3.\n" + +msgid " PASS Product\n" +msgstr " BESTANDEN Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT Product\n" +" REF: Seite 62, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH PSVersion - ist nicht \"(string) int\".\n" +" REF: Seiten 62-64, Kapitel 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " BESTANDEN PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PSVersion\n" +" REF: Seiten 62-64, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH ShortNickName - länger als 31 Zeichen.\n" +" REF: Seiten 64-65, Kapitel 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " BESTANDEN ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT ShortNickName\n" +" REF: Seiten 64-65, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH JobPatchFile Eigenschaften in Datei\n" +" REF: Seiten 24, Kapitel 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PageSize\n" +" REF: Seite 41, Kapitel 5.\n" +" REF: Seite 99, Kapitel 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT ImageableArea für PageSize %s\n" +" REF: Seite 41, Kapitel 5.\n" +" REF: Seite 102, Kapitel 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PaperDimension für PageSize %s\n" +" REF: Seite 41, Kapitel 5.\n" +" REF: Seite 103, Kapitel 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FEHLGESCHLAGEN** Falsche %s Auswahl %s!\n" +" REF: Seite 84, Kapitel 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT %s definiert nicht die Auswahl \"None\"!\n" +" REF: Seite 122, Kapitel 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEHLGESCHLAGEN** Falsche %s Auswahl %s!\n" +" REF: Seite 122, Kapitel 5.17\n" + +msgid " PASS\n" +msgstr " BESTANDEN\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" WARNUNG Schlüsselwort für Duplexparameter %s sollte Duplex oder " +"JCLDuplex heißen!\n" +" REF: Seite 122, Kapitel 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " WARNUNG Konflikte in der Standardauswahl!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" WARNUNG Obsolete PPD Version %.1f!\n" +" REF: Seite 42, Kapitel 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" WARNUNG LanguageEncoding wird verlangt von PPD 4.3 Spez.\n" +" REF: Seiten 56-57, Kapitel 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" WARNUNG Manufacturer wird verlangt von PPD 4.3 Spez.\n" +" REF: Seiten 58-59, Kapitel 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" WARNUNG PCFileName länger als 8.3 ist eine Verletzung der PPD " +"Spez.\n" +" REF: Seiten 61-62, Kapitel 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" WARNUNG ShortNickName wird verlangt von PPD 4.3 Spez.\n" +" REF: Seiten 64-65, Kapitel 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARNUNG Protokoll enthält PJL und BCP; TBCP wird erwartet.\n" +" REF: Seiten 78-79, Kapitel 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARNUNG Protokoll enthält PJL jedoch sind keine JCL Eigenschaften " +"gesetzt.\n" +" REF: Seiten 78-79, Kapitel 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" WARNUNG %s teilt ein gemeinsames Präfix mit %s\n" +" REF: Seite 15, Kapitel 3.2.\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " %d FEHLER%s GEFUNDEN\n" + +msgid " NO ERRORS FOUND\n" +msgstr " KEINE FEHLER GEFUNDEN\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" WARNUNG \"%s %s\" kolidiert mit \"%s %s\"\n" +" (Beschränkung=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Benutzung: cupstestppd [-q] [-r] [-v[v]] Dateiname1.ppd[.gz] [... DateinameN." +"ppd[.gz]]\n" +" Programm | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: Braucht \"completed\" oder \"not-completed\" hinter -W!\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: Der Parameter -b benötigt ein Zielargument.\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Fehler: Brauche Hostname hinter dem Parameter '-h'!\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: Ungültiger Zielname in der Liste \"%s\"!\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: Unbekanntes Ziel \"%s\"!\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: Kann Server %s auf Port %d nicht erreichen: %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers fehlgeschlagen: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s akzeptiert Anfragen seit Jan 01 00:00\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s akzeptiert keine Anfragen seit Jan 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s akzeptiert Anfragen seit Jan 01 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s akzeptiert keine Anfragen seit Jan 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes fehlgeschlagen: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "Mitglieder der Klasse %s:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "System Standardziel: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "System Standardziel: %s\n" + +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "" +"lpstat: Fehler - Umgebungsvariable %s enthält das nicht vorhandene Ziel \"%s" +"\"!\n" + +msgid "no system default destination\n" +msgstr "Kein systemweites Standardziel\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "" +"Ausgabe für Drucker %s wurde gesendet an entfernten Drucker %s auf %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "Ausgabe für Drucker %s wurde gesendet an %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"Ausgabe für Drucker %s/%s wurde gesendet an entfernten Drucker %s auf %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Ausgabe für Drucker %s/%s wurde gesendet an %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "Gerät für %s: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "Gerät für %s/%s: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs fehlgeschlagen: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\teingereiht für %s\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "Drucker %s ist frei. freigegeben seit %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "Drucker %s druckt gerade %s-%d. freigegeben seit %s\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "Drucker %s ist gesperrt seit %s -\n" + +msgid "\treason unknown\n" +msgstr "\tGrund unbekannt\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tEingebundenes Formular:\n" +"\tInhaltstypen: keine\n" +"\tDruckertypen: unbekannt\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tBeschreibung: %s\n" + +msgid "\tAlerts:" +msgstr "\tAlarme:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tOrt: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tVerbindung: entfernt\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterface: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tVerbindung: direkt\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterface: %s/interfaces/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterface: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tBei Fehlerfall: kein Alarm\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tNach Fehlerfall: fortsetzen\n" + +msgid "\tUsers allowed:\n" +msgstr "\tErlaubte Benutzer:\n" + +msgid "\tUsers denied:\n" +msgstr "\tNicht erlaubte Benutzer:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(alle)\n" + +msgid "\tForms allowed:\n" +msgstr "\tErlaubte Formulare:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(keine)\n" + +msgid "\tBanner required\n" +msgstr "\tBanner benötigt\n" + +msgid "\tCharset sets:\n" +msgstr "\tZeichensatzeinstellungen:\n" + +msgid "\tDefault pitch:\n" +msgstr "\tStandard Zeichenabstand:\n" + +msgid "\tDefault page size:\n" +msgstr "\tStandard Seitengröße:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tStandard Porteinstellungen:\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "Drucker %s/%s ist frei. freigegeben seit %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "Drucker %s/%s druckt gerade %s-%d. freigegeben seit %s\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "Drucker %s/%s gesperrt seit %s -\n" + +msgid "scheduler is running\n" +msgstr "Scheduler läuft\n" + +msgid "scheduler is not running\n" +msgstr "Scheduler läuft nicht\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Kann Server nicht erreichen: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Drucker nicht zur Klasse hinzufügen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Klassenname wird hinter dem Parameter '-c' erwartet!\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: Klassenname kann nur druckbare Zeichen enthalten!\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Druckername wird hinter dem Parameter '-d' erwartet!\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: Druckername kann nur druckbare Zeichen enthalten!\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Hostname wird hinter dem Parameter '-h' erwartet!\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Interface Skript nicht festlegen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Interface wird hinter dem Parameter '-i' erwartet!\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann weder Interface Skript noch PPD Datei setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Modell wird hinter dem Parameter '-m' erwartet!\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Name=Wert wird hinter dem Parameter '-o' erwartet!\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Drucker wird hinter dem Parameter '-p' erwartet!\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Drucker nicht aus Klasse entfernen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Klasse wird hinter dem Parameter '-r' erwartet!\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "" +"lpadmin: Benutzerliste für Erlaubt/Verweigert wird nach dem Parameter '-u' " +"erwartet!\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Unbekannter Erlaubt/Verweigert Parameter \"%s\"!\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Geräte URI nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Erwarte Geräte URI hinter dem Parameter '-v'!\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "" +"lpadmin: Drucker oder Klasse wird hinter dem Parameter '-x' erwartet!\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Druckerbeschreibung nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Beschreibung wird hinter dem Parameter '-D' erwartet!\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "" +"lpadmin: Dateityp(en) wird bzw. werden hinter dem Parameter '-I' erwartet!\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Warnung - Datentypliste ignoriert!\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Druckeraufstellort nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Ortsangabe wird hinter dem Parameter '-L' erwartet!\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann PPD Datei nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: PPD wird hinter dem Parameter '-P' erwartet!\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Unbekanntes Argument '%s'!\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Druckereinstellungen nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Benutzung:\n" +"\n" +" lpadmin [-h Server] -d Ziel\n" +" lpadmin [-h Server] -x Ziel\n" +" lpadmin [-h Server] -p Drucker [-c hinzuzufügende-Klasse] [-i Interface] " +"[-m Modell]\n" +" [-r zu-löschende-Klasse] [-v Gerät] [-D " +"Beschreibung]\n" +" [-P PPD-Datei] [-o Name=Wert]\n" +" [-u allow:Benutzer,Benutzer] [-u deny:Benutzer," +"Benutzer]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer (Setzen des Modells) fehlgeschlagen: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "" +"lpadmin: Drucker hinzufügen (Setzen der Beschreibung) fehlgeschlagen: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: Drucker hinzufügen (Setzen des Ortes) fehlgeschlagen: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Kann PPD Datei \"%s\" nicht öffnen - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s fehlgeschlagen: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: Ziel wird hinter dem Parameter -d erwartet!\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: Formular wird hinter dem Parameter -f erwartet!\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: Hostname wird hinter dem Parameter -h erwartet!\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: Auftrags ID wird hinter dem Parameter -i erwartet!\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"lp: Fehler - Kann nicht gleichzeitig Dateien drucken und Aufträge abändern!\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: Fehler - Falsche Auftrags ID!\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: Kopienanzahl wird hinter dem Parameter -n erwartet!\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: Parameterzeichenkette wird hinter dem Parameter -o erwartet!\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: Priorität wird hinter dem Parameter -%c erwartet!\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: Priorität muss zwischen 1 und 100 sein.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: Titel wird hinter dem Parameter -t erwartet!\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: Modusliste hinter dem Parameter -y erwartet!\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: Warnung - Parameter für Modus ignoriert!\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: Haltebezeichner wird hinter dem Parameter -H erwartet!\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: Brauche Auftrags ID (-i) vor \"-H restart\"!\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: Seitenliste wird hinter dem Parameter -P erwartet!\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: Zeichensatz wird hinter dem Parameter -S erwartet!\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: Warnung - Parameter für Zeichnsatz wird ignoriert!\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: Inhaltstyp hinter dem Parameter -T erwartet!\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: Warnung - Parameter für Inhaltstyp ignoriert!\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: Unbekannter Parameter '%c'!\n" + +msgid "" +"lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"lp: Fehler - Kann nicht von stdin drucken wenn Dateien oder eine Auftrags ID " +"übergeben wurde!\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: Zugriff auf \"%s\" nicht möglich - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: Zu viele Dateien - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: Fehler - Kein Standardziel vorhanden.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: Fehler - Scheduler antwortet nicht!\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: Kann temporäre Datei \"%s\" nicht erstellen - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: Fehler - Kann nicht in temporäre Datei \"%s\" schreiben - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: stdin ist leer, somit wurde kein Auftrag gesendet.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: Kann Datei nicht drucken: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "Auftrags ID ist %s-%d (%d Datei(en))\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job fehlgeschlagen: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attributes fehlgeschlagen: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Kann Server nicht erreichen: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Unbekanntes Argument '%s'!\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices fehlgeschlagen: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"Gerät: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds fehlgeschlagen: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"Modell: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Unbekanntes Argument '%s'!\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Benutzung: lpmove Auftrag Ziel\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Kann Server nicht erreichen: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job fehlgeschlagen: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Unbekannter Drucker oder Klasse!\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Keine Drucker!?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Kann Drucker oder Instanz nicht hinzufügen: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: Ziel %s hat keine PPD Datei!\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Kann PPD für %s nicht öffnen!\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Benutzung: lpoptions [-h Server] [-E] -d Drucker\n" +" lpoptions [-h Server] [-E] [-p Drucker] -l\n" +" lpoptions [-h Server] [-E] -p Drucker -o Parameter[=Wert] ...\n" +" lpoptions [-h Server] [-E] -x Drucker\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Nur root kann Passwörter hinzufügen oder löschen!\n" + +msgid "Enter old password:" +msgstr "Altes Passwort eingeben:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Kann Passwort nicht kopieren: %s\n" + +msgid "Enter password:" +msgstr "Passwort eingeben:" + +msgid "Enter password again:" +msgstr "Passwort nochmal eingeben:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Bedaure, Passwörter stimmen nicht überein!\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Bedaure, Passwort zurückgewiesen.\n" +"Ihr Passwort muss zumindest 6 Zeichen lang sein, darf nicht den " +"Benutzernamen\n" +"enthalten, und muss mindestens einen Buchstaben und eine Zahl enthalten.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Passwortdatei in Verwendung!\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Kann Passwortdatei nicht öffnen: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Kann nicht in die Passwortdatei schreiben: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: Benutzer \"%s\" und Gruppe \"%s\" existieren nicht.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Bedaure, Passwort stimmt nicht überein!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Passwortdatei wurde nicht aktualisiert!\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd: Konnte alte Passwortdatei nicht sichern: %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: Konnte Passwortdatei nicht umbenennen: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Benutzung: lppasswd [-g Gruppenname]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Benutzung: lppasswd [-g Gruppenname] [Benutzername]\n" +" lppasswd [-g Gruppenname] -a [Benutzername]\n" +" lppasswd [-g Gruppenname] -x [Benutzername]\n" + +msgid "Start Printer" +msgstr "Starte Drucker" + +msgid "Stop Printer" +msgstr "Stoppe Drucker" + +msgid "Start Class" +msgstr "Starte Klasse" + +msgid "Stop Class" +msgstr "Stoppe Klasse" + +msgid "Accept Jobs" +msgstr "Akzeptiere Aufträge" + +msgid "Reject Jobs" +msgstr "Aufträge ablehnen" + +msgid "Purge Jobs" +msgstr "Eliminiere Aufträge" + +msgid "Set As Default" +msgstr "Setze als Standard" + +msgid "Administration" +msgstr "Verwaltung" + +msgid "Modify Class" +msgstr "Klasse ändern" + +msgid "Add Class" +msgstr "Klasse hinzufügen" + +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Der Klassenname darf nur bis zu 127 druckbare Zeichen und keine Leerzeichen, " +"Slashes (/), oder das Rautezeichen (#) enthalten." + +msgid "Unable to modify class:" +msgstr "Kann Klasse nicht ändern:" + +msgid "Unable to add class:" +msgstr "Kann Klasse nicht hinzufügen:" + +msgid "Modify Printer" +msgstr "Drucker ändern" + +msgid "Add Printer" +msgstr "Drucker hinzufügen" + +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Der Druckername darf nur bis zu 127 druckbare Zeichen und keine Leerzeichen, " +"Slashes (/), oder das Rautezeichen (#) enthalten." + +msgid "Unable to get list of printer drivers:" +msgstr "Holen der Druckertreiberliste nicht möglich:" + +msgid "Unable to modify printer:" +msgstr "Kann Drucker nicht ändern:" + +msgid "Unable to add printer:" +msgstr "Kann Drucker nicht hinzufügen:" + +msgid "Set Printer Options" +msgstr "Druckereinstellungen setzen" + +msgid "Missing form variable!" +msgstr "Vermisse Formularvariable!" + +msgid "Unable to get PPD file!" +msgstr "Kann PPD Datei nicht holen!" + +msgid "Unable to open PPD file:" +msgstr "Kann PPD Datei nicht öffnen:" + +msgid "Banners" +msgstr "Banner" + +msgid "Starting Banner" +msgstr "Startbanner" + +msgid "Ending Banner" +msgstr "Endbanner" + +msgid "Policies" +msgstr "Richtlinien" + +msgid "Error Policy" +msgstr "Fehlerrichtlinie" + +msgid "Operation Policy" +msgstr "Betriebsrichtlinie" + +msgid "PS Binary Protocol" +msgstr "PS Binärprotokoll" + +msgid "None" +msgstr "Kein(e)" + +msgid "Unable to set options:" +msgstr "Kann Parameter nicht setzen:" + +msgid "Change Settings" +msgstr "Konfiguration ändern" + +msgid "Unable to change server settings:" +msgstr "Kann Servereinstellungen nicht ändern:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Kann die Datei cupsd.conf nicht hochladen:" + +msgid "Edit Configuration File" +msgstr "Bearbeite Konfigurationsdatei" + +msgid "Unable to create temporary file:" +msgstr "Kann temporäre Datei nicht erstellen:" + +msgid "Unable to access cupsd.conf file:" +msgstr "Kann auf die Datei cupsd.conf nicht zugreifen:" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Kann cupsd.conf Dateien größer als 1MB nicht bearbeiten!" + +msgid "Delete Class" +msgstr "Lösche Klasse" + +msgid "Unable to delete class:" +msgstr "Kann Klasse nicht löschen:" + +msgid "Delete Printer" +msgstr "Lösche Drucker" + +msgid "Unable to delete printer:" +msgstr "Kann Drucker nicht löschen:" + +msgid "Export Printers to Samba" +msgstr "Drucker für Samba bereitstellen" + +msgid "Unable to fork process!" +msgstr "Kann Prozess nicht forken!" + +msgid "Unable to connect to server!" +msgstr "Kann Server nicht erreichen!" + +msgid "Unable to get printer attributes!" +msgstr "Kann Druckereigenschaften nicht holen!" + +msgid "Unable to convert PPD file!" +msgstr "Kann PPD Datei nicht konvertieren!" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren!" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren!" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren!" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren!" + +msgid "Unable to set Windows printer driver!" +msgstr "Kann Windows Druckertreiber nicht festlegen!" + +msgid "No printer drivers found!" +msgstr "Keine Druckertreiber gefunden!" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "Kann Befehl cupsaddsmb nicht ausführen!" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb fehlgeschlagen mit Status %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb abgestürzt mit Signal %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "" +"Ein Samba Benutzername wird benötigt um Drucker für Samba bereitzustellen!" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Ein Samba Passwort wird benötigt um Druckertreiber bereitzustellen!" + +msgid "Unable to open cupsd.conf file:" +msgstr "Kann die Datei cupsd.conf nicht öffnen:" + +msgid "Unable to change printer:" +msgstr "Kann Drucker nicht ändern:" + +msgid "Set Allowed Users" +msgstr "Erlaubte Benutzer festlegen:" + +msgid "Unable to get printer attributes:" +msgstr "Kann Druckereigenschaften nicht holen:" + +msgid "Set Publishing" +msgstr "Veröffentlichung setzen" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Kann die Eigenschaft printer-is-shared nicht ändern:" + +msgid "Classes" +msgstr "Klassen" + +msgid "Unable to get class list:" +msgstr "Kann Klassenliste nicht holen:" + +msgid "Unable to get class status:" +msgstr "Kann Klassenstatus nicht holen:" + +msgid "Move Job" +msgstr "Verschiebe Auftrag" + +msgid "Unable to find destination for job!" +msgstr "Kann das Ziel für den Auftrag nicht ermitteln!" + +msgid "Move All Jobs" +msgstr "Verschiebe alle Aufträge" + +msgid "Unable to move job" +msgstr "Kann Auftrag nicht verschieben" + +msgid "Unable to move jobs" +msgstr "Kann Aufträge nicht verschieben" + +msgid "Print Test Page" +msgstr "Drucke Testseite" + +msgid "Unable to print test page:" +msgstr "Kann Testseite nicht drucken:" + +msgid "Jobs" +msgstr "Aufträge" + +msgid "Job operation failed:" +msgstr "Auftragsdurchführung fehlgeschlagen:" + +msgid "Printers" +msgstr "Drucker" + +msgid "Unable to get printer list:" +msgstr "Kann Druckerliste nicht holen:" + +msgid "Unable to get printer status:" +msgstr "Kann Druckerstatus nicht holen:" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "Kann PPD Datei nicht öffnen" + +msgid "NULL PPD file pointer" +msgstr "Zeiger für PPD Datei ist NULL" + +msgid "Memory allocation error" +msgstr "Speicherreservierungsfehler" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Vermisse PPD-Adobe-4.x header" + +msgid "Missing value string" +msgstr "Vermisse Zeichenkette für Wert" + +msgid "Internal error" +msgstr "Interner Fehler" + +msgid "Bad OpenGroup" +msgstr "Falsche OpenGroup-Angabe" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup ohne vorheriges CloseGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Falsche OpenUI/JCLOpenUI-Angabe" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI ohne vorheriges CloseUI/JCLCloseUI" + +msgid "Bad OrderDependency" +msgstr "Falsche OrderDependency-Angabe" + +msgid "Bad UIConstraints" +msgstr "Falsche UIConstraints-Angabe" + +msgid "Missing asterisk in column 1" +msgstr "Vermisse Stern in Zeile 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Zeile ist länger als maximal erlaubt (255 Zeichen)" + +msgid "Illegal control character" +msgstr "Ungültiges Steuerzeichen" + +msgid "Illegal main keyword string" +msgstr "Ungültige Zeichenkette für Hauptschlüsselwort" + +msgid "Illegal option keyword string" +msgstr "Ungültige Zeichenkette für Eigenschafts-Schlüsselwort" + +msgid "Illegal translation string" +msgstr "Ungültige Übersetzungszeichenkette" + +# Whitespace. Tab, Space, CR... +msgid "Illegal whitespace character" +msgstr "Ungültiges Whitespace-Zeichen" + +msgid "Bad custom parameter" +msgstr "Falscher benutzerspezifischer Parameter" + +msgid "Unknown" +msgstr "Unbekannt" + +msgid "Custom" +msgstr "Benutzerspezifisch" + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "Keine Authentifizierungsinformationen übergeben!" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Passwort für %s benötigt um auf %s via SAMBA zugreifen zu können." + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "Befehl wird ausgeführt: %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: Keine Windows Druckertreiber installiert!\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "cupsaddsmb: Warnung, keine Windows 2000 Druckertreiber installiert!\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: Drucker %s ist bereits Mitglied der Klasse %s.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Keine Mitgliedernamen gesehen!\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: Drucker %s ist kein Mitglied der Klasse %s.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Gerät: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Modell: Name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "Benutzung: lpmove Auftrag/Quelle Ziel\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "" +"lpstat: Brauche \"completed\", \"not-completed\", oder \"all\" hinter dem " +"Parameter -W!\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s akzeptiert Anfragen seit %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s akzeptiert keine Anfragen seit %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s akzeptiert Anfragen seit %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s akzeptiert keine Anfragen seit %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Kann Server nicht erreichen!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Fehler - Benutzername wird hinter dem Parameter '-U' erwartet!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Fehler - Unbekanntes Ziel \"%s/%s\"!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Unbekanntes Ziel \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Fehler - Hostname wird hinter dem Parameter '-h' erwartet!\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Fehler - Die Umgebungsvariable %s enthält das nicht existierende Ziel \"%" +"s\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: Fehler - Kein Standardziel verfügbar.\n" + +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Benutzung: lpq [-P Ziel] [-U Benutzername] [-h Hostname[:Port]] [-l] " +"[+Intervall]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Fehler - Hostname wird hinter dem Parameter '-H' erwartet!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Fehler - Wert wird hinter dem Paramter '-%c' erwartet!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: Warnung - Formatangabe '%c' nicht unterstützt - Ausgabe ist " +"möglicherweise falsch!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: Fehler - Parameter=Wert wird hinter dem Parameter '-o' erwartet!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-P' erwartet!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Fehler - Kopienanzahl wird hinter dem Parameter '-#' erwartet!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Fehler - Name wird hinter dem Paramter '-%c' erwartet!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Fehler - Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Fehler - Kann auf \"%s\" nicht zugreifen - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Fehler - Zu viele Dateien - \"%s\"\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Fehler - Die Umgebungsvariable %s enthält das nicht existierende Ziel \"%" +"s\"!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Fehler - Kein Standardziel verfügbar.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Fehler - Scheduler antwortet nicht!\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Fehler - Kann die temporäre Datei \"%s\" nicht erzeugen - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Fehler - Kann nicht in die temporäre Datei \"%s\" schreiben - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Fehler - stdin ist leer, somit wurde kein Auftrag gesendet.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Fehler - unbekanntes Ziel \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "" +"%s: Fehler - Begründungstext wird hinter dem Parameter '-r' erwartet!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Fehler - Benutzernamen wird hinter dem Parameter '-u' erwartet!\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s fehlgeschlagen: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-d' erwartet!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Fehler - Formular wird hinter dem Parameter '-f' erwartet!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Warnung - Parameter für Formular ignoriert!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Auftrags ID wird hinter dem Parameter '-i' erwartet!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: Fehler - Kann nicht gleichzeitig Dateien drucken und Aufträge abändern!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Fehler - Falsche Auftrags ID!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Fehler - Kopienanzahl wird hinter dem Parameter '-n' erwartet!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "" +"%s: Fehler - Zeichenkette mit Parametern wird hinter dem Parameter '-o' " +"erwartet!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Fehler - Priorität wird hinter dem Parameter '-%c' erwartet!\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Fehler - Priorität muss zwischen 1 und 100 sein.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Fehler - Titel wird hinter dem Parameter '-t' erwartet!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Fehler - Modusliste wird hinter dem Parameter '-y' erwartet!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Warnung - Modusangabe ignoriert!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "" +"%s: Fehler - Haltebezeichnung wird hinter dem Parameter '-H' erwartet!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: Brauche Auftrags ID ('-i jobid') vor '-H restart'!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Fehler - Seitenliste wird hinter dem Paramter '-P' erwartet!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Fehler - Zeichensatz wird hinter dem Paramter '-S' erwartet!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Warnung - Zeichensatzangabe ignoriert!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Fehler - Inhaltstyp hinter dem Parameter '-T' erwartet!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Warnung - Parameter für Inhaltstyp ignoriert!\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: Fehler - Kann nicht von stdin drucken wenn Dateien oder eine Autrags ID " +"übergeben wurde!\n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: Fehler - Brauche \"completed\", \"not-completed\", oder \"all\" hinter " +"dem Parameter '-W'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-b' erwartet!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Ungültiger Zielname in der Liste \"%s\"!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: Kann Server nicht erreichen\n" + +msgid "Print Job:" +msgstr "Druckauftrag:" + +msgid "pending" +msgstr "schwebend" + +msgid "held" +msgstr "gehalten" + +msgid "processing" +msgstr "verarbeite" + +msgid "stopped" +msgstr "gestoppt" + +msgid "canceled" +msgstr "abgebrochen" + +msgid "aborted" +msgstr "abgebrochen" + +msgid "completed" +msgstr "beendet" + +msgid "unknown" +msgstr "unbekannt" + +msgid "untitled" +msgstr "unbenannt" + +msgid "Printer:" +msgstr "Drucker:" + +msgid "idle" +msgstr "frei" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Vermisse Eigenschaft notify-subscription-ids!" + +msgid "Job subscriptions cannot be renewed!" +msgstr "Auftragssubkription kann nicht erneuert werden!" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "" +"cupsd: Konfigurationsdateiname wird hinter dem Paramter \"-c\" erwartet!\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: launchd(8)-unterstützung wurde nicht kompiliert, laufe im normalen " +"Modus.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Unbekannter Paramter \"%c\" - Abbruch!\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Unbekanntes Argument \"%s\" - Abbruch!\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Benutzung: cupsd [-c Konfigurationsdatei] [-f] [-F] [-h] [-l]\n" +"\n" +"-c Konfig. Datei Lade alternative Konfigurationsdatei\n" +"-f Laufe im Vordergrund\n" +"-F Laufe abgetrennt im Vordergrund\n" +"-h Zeige diese Gebrauchsanweisung\n" +"-l cupsd über launchd(8) laufen lassen\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " WARNUNG Zeile %d enthält nur Whitespace!\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" WARNUNG Datei enthält gemischt CR, LF und CR LF als Zeilenende!\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" WARNUNG Nicht-Windows PPD Dateien sollten nur das Zeilenende LF " +"benutzen, nicht CR LF!\n" + +msgid "Printer Maintenance" +msgstr "Druckerwartung" + +msgid "Unable to send maintenance job:" +msgstr "Kann Wartungsauftrag nicht senden:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Keine PPD Datei für Drucker \"%s\" vorhanden - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FEHLGESCHLAGEN** %s %s existiert nicht!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FEHLGESCHLAGEN** Falsche Sprache \"%s\"!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" +" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **FEHLGESCHLAGEN** Standardübersetzung für Parameter %s enthält 8-bit " +"Zeichen!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s, " +"Auswahl %s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **FEHLGESCHLAGEN** Standardübersetzung für Parameter %s Auswahl %s " +"enthält 8-bit Zeichen!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FEHLGESCHLAGEN** Falscher cupsFilter Wert \"%s\"!\n" + +msgid "Help" +msgstr "Hilfe" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "Vermisse Wert in Zeile %d!\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "Vermisse doppelte Anführungszeichen in Zeile %d!\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "Falscher Parameter + Auswahl in Zeile %d!\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren (%d)!\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "Kann CUPS Druckertreiberdateien nicht kopieren (%d)!\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren (%d)!\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren (%d)!\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren (%d)!\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "Keine Windows Druckertreiber installiert!\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "Warnung, keine Windows 2000 Druckertreiber installiert!\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "Kann Windows Druckertreiber nicht setzen (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Benutzung: cupsaddsmb [Parameter] Drucker1 ... DruckerN\n" +" cupsaddsmb [Parameter] -a\n" +"\n" +"Options:\n" +" -E Verbindung zum Server verschlüsseln\n" +" -H Samba-Server Benutze den angegebenen Samba Server\n" +" -U Samba-Benutzer Authentifiziere mit dem angegebenen Samba Benutzer\n" +" -a Alle Drucker bereitstellen\n" +" -h CUPS-Server Benutze den angegebenen CUPS Server\n" +" -v zusätzliche Ausgaben einschalten (zeige Befehle)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Kann CUPS Druckertreiberdateien nicht kopieren (%d)!" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren (%d)!" + +msgid "No Windows printer drivers are installed!" +msgstr "Keine Windows Druckertreiber installiert!" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Warnung, keine Windows 2000 Druckertreiber installiert!" + +#, c-format +msgid "open of %s failed: %s" +msgstr "öffnen von %s fehlgeschlagen: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Befehl wird ausgeführt: %s %s -N -A %s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "Prüfung von %s fehlgeschlagen: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "Auftrag #%d wurde bereits beendet - abbrechen nicht möglich." + +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Um auf diese Seite zuzugreifen müssen Sie die URL https://%s:%d%s verwenden." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Nicht unterstütztes Format '%s'!" + +msgid "FAIL\n" +msgstr "FEHLGESCHLAGEN\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Zeile %d ist länger als 255 Zeichen (%d)!\n" +" REF: Seite 25, Zeilenlänge\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Vermisse %!PS-Adobe-3.0 in der ersten Zeile!\n" +" REF: Seite 17, 3.1 Den Konventionen entsprechende Dokumente\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Falsche %%%%Pages: in Zeile %d!\n" +" REF: Seite 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Falsche %%%%BoundingBox: in Zeile %d!\n" +" REF: Seite 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Falsche %%%%Page: in Zeile %d!\n" +" REF: Seite 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Vermisster oder falscher %%BoundingBox: Kommentar!\n" +" REF: Seite 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Vermisster oder Falscher %%Pages: Kommentar!\n" +" REF: Seite 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Vermisster %%EndComments Kommentar!\n" +" REF: Seite 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Vermisste oder falsche %%Page: Kommentare!\n" +" REF: Seite 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Zu viele %%EndDocument Kommentare!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Zu viele %%BeginDocument Kommentare!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Sah %d Zeilen welche 255 Zeichen überschreiten!\n" + +msgid "PASS\n" +msgstr "PASS\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Warnung: Datei enthält binäre Daten!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Warnung: obsolete DSC Version %.1f in Datei!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Warnung: keine %%EndComments Kommentare in Datei!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Benutzung: cupstestdsc [Parameter] Dateiname.ps [... Dateiname.ps]\n" +" cupstestdsc [Parameter] -\n" +"\n" +"Parameter:\n" +"\n" +" -h Zeige Gebrauchsanleitung\n" +"\n" +" Notiz: Dieses Programm validiert nur die DSC Kommentare, nicht das " +"PostScript selbst.\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "Passwort für %s auf %s? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FEHLGESCHLAGEN** 1284DeviceId muss 1284DeviceID sein!\n" +" REF: Seite 72, Kapitel 5.5\n" + +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Vermisse Wert in Zeile %d!\n" + +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Vermisse doppelte Anführungszeichen in Zeile %d!\n" + +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Falscher Parameter + Auswahl in Zeile %d!\n" + +#, fuzzy +msgid "Empty PPD file!" +msgstr "Kann PPD Datei nicht kopieren!" + +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Kann Windows Druckertreiber nicht setzen (%d)!\n" + +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" + +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "" + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "" + +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Falscher port-monitor \"%s\"!" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FEHLGESCHLAGEN** 1284DeviceId muss 1284DeviceID sein!\n" +" REF: Seite 72, Kapitel 5.5\n" + +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: Kann PPD für %s nicht öffnen!\n" diff --git a/locale/cups_es.po b/locale/cups_es.po new file mode 100644 index 0000000000..1c88e6ab4b --- /dev/null +++ b/locale/cups_es.po @@ -0,0 +1,2872 @@ +# +# "$Id$" +# +# Spanish message catalog for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: 2007-01-29 22:15+0100\n" +"Last-Translator: Juan Pablo González Riopedre \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,693,-1,-1,-1,-1\n" + +msgid "Options Installed" +msgstr "Opciones instaladas" + +msgid "Class" +msgstr "Clase" + +msgid "Printer" +msgstr "Impresora" + +msgid "Extra" +msgstr "Extra" + +msgid "General" +msgstr "General" + +msgid "Media Size" +msgstr "Tamaño de papel" + +msgid "Media Type" +msgstr "Tipo de papel" + +msgid "Media Source" +msgstr "Fuente del papel" + +msgid "Output Mode" +msgstr "Modo de salida" + +msgid "Resolution" +msgstr "Resolución" + +msgid "Variable" +msgstr "Variable" + +msgid "Yes" +msgstr "Si" + +msgid "No" +msgstr "No" + +msgid "Auto" +msgstr "Auto" + +msgid "Enter your username and password or the root username and password to access this page." +msgstr "Introduzca su nombre de usuario y contraseña o el nombre de usuario y contraseña de root para poder acceder a esta página." + +msgid "You must use a https: URL to access this page." +msgstr "Debe escribir un URL https para acceder a esta página." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Petición incorrecta de número de versión %d.%d." + +msgid "No attributes in request!" +msgstr "No hay atributos en la solicitud." + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Los grupos de atributos no están ordenados (%x < %x)." + +msgid "Missing required attributes!" +msgstr "Faltan atributos necesarios." + +#, c-format +msgid "%s not supported!" +msgstr "No se admite el uso de %s." + +msgid "The printer or class was not found." +msgstr "No se ha encontrado la impresora o la clase." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "El printer-uri debe ser de la forma \"ipp://NOMBRE_ORDENADOR/classes/NOMBRE_CLASE\"." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "El printer-uri \"%s\" contiene caracteres incorrectos." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Ya existe una impresora llamada \"%s\"." + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Se ha intentado cambiar el valor printer-state de %s a un valor incorrecto %d." + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: printer-op-policy \"%s\" desconocido." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: printer-error-policy \"%s\" desconocido." + +msgid "Unable to allocate memory for file types!" +msgstr "No se ha podido reservar memoria para tipos de archivo." + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "No se admite el uso del juego de caracteres \"%s\"." + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "No se admite el uso del idioma \"%s\"." + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "El valor notify-user-data es demasiado grande (%d > 63 octetos)." + +msgid "The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "El atributo notify-lease-duration no puede ser usado con subscripciones de trabajos." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "El printer-uri debe ser de la forma \"ipp://NOMBRE_ORDENADOR/printers/NOMBRE_IMPRESORA\"." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Ya existe una clase llamada \"%s\"." + +#, c-format +msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." +msgstr "Los URIs del dispositivo de archivo han sido deshabilitados. Para habilitarlos, vea la directiva FileDevice en \"%s/cupsd.conf\"." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "device-uri \"%s\" incorrecto." + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "port-monitor \"%s\" incorrecto." + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Valor printer-state %d incorrecto." + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "printer-op-policy \"%s\" incorrecto." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "printer-error-policy \"%s\" incorrecto." + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "No se ha podido copiar el script de interface - %s." + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "No se ha podido copiar el archivo PPD - %s." + +msgid "Unable to copy PPD file!" +msgstr "No se ha podido copiar el archivo PPD." + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Se ha obtenido el atributo printer-uri pero no el job-id." + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Atributo job-uri \"%s\" incorrecto." + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "El trabajo #%d no existe." + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "El trabajo #%d no está retenido para autentificación." + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "No tiene permiso para autentificar el trabajo #%d que pertenece a \"%s\"." + +msgid "The printer-uri attribute is required!" +msgstr "Se necesita el atributo printer-uri." + +msgid "Missing requesting-user-name attribute!" +msgstr "Falta el atributo requesting-user-name." + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "El printer-uri \"%s\" no es válido." + +#, c-format +msgid "No active jobs on %s!" +msgstr "No hay trabajos activos en %s." + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "No tiene permiso para borrar el trabajo #%d que pertenece a \"%s\"." + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "El trabajo #%d ya está %s - no se puede cancelar." + +msgid "The printer or class is not shared!" +msgstr "La impresora o clase no está compartida." + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "El destino %s no está aceptando trabajos." + +#, c-format +msgid "Bad copies value %d." +msgstr "Valor de copias %d incorrecto." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Valores de page-ranges %d-%d incorrectos." + +msgid "Too many active jobs." +msgstr "Demasiados trabajos activos." + +msgid "Quota limit reached." +msgstr "Se ha alcanzado el límite de cuota." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "No se ha podido añadir el trabajo para el destino \"%s\"." + +msgid "No subscription attributes in request!" +msgstr "No hay atributos de subscripción en la solicitud." + +msgid "notify-events not specified!" +msgstr "notify-events no especificado." + +#, c-format +msgid "Job %d not found!" +msgstr "No se ha encontrado el trabajo %d." + +msgid "No default printer" +msgstr "No hay impresora predeterminada" + +msgid "cups-deviced failed to execute." +msgstr "Ha fallado al ejecutarse cups-deviced." + +msgid "cups-driverd failed to execute." +msgstr "Ha fallado al ejecutarse cups-driverd." + +msgid "No destinations added." +msgstr "No se han añadido destinos." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d incorrecto." + +#, c-format +msgid "Job #%s does not exist!" +msgstr "El trabajo #%s no existe." + +#, c-format +msgid "Job #%d does not exist!" +msgstr "El trabajo #%d no existe." + +msgid "No subscriptions found." +msgstr "No se han encontrado subscripciones." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "No está autorizado a retener el trabajo #%d que pertenece a \"%s\"." + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "El trabajo #%d ha terminado y no puede ser modificado." + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "No está autorizado a mover el trabajo#%d que pertenece a \"%s\"." + +msgid "job-printer-uri attribute missing!" +msgstr "Atributo job-printer-uri desaparecido." + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "No se admite el uso de la compresión \"%s\"." + +msgid "No file!?!" +msgstr "¡¿¡No hay archivo!?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "No se puede analizar el tipo \"%s\"." + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "No se admite el uso del formato '%s/%s'." + +msgid "Printer not shared!" +msgstr "La impresora no está compartida." + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "Demasiados trabajos - %d trabajos, el máximo de trabajos es %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "El trabajo #%d no está retenido." + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "No tiene permiso para liberar el trabajo id %d que pertenece a \"%s\"." + +#, c-format +msgid "Job #%d is not complete!" +msgstr "El trabajo #%d no ha sido completado." + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "El trabajo #%d no puede ser reiniciado - no hay archivos." + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "No tiene permiso para reiniciar el trabajo id %d que pertenece a \"%s\"." + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "No tiene permiso para enviar el documento para el trabajo #%d que pertenece a \"%s\"." + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "document-format \"%s\" incorrecto." + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "No tiene permiso para alterar el trabajo id %d que pertenece a \"%s\"." + +#, c-format +msgid "%s cannot be changed." +msgstr "%s no puede ser cambiado." + +msgid "Bad job-priority value!" +msgstr "Valor job-priority incorrecto." + +msgid "Job is completed and cannot be changed." +msgstr "El trabajo está terminado y no puede ser cambiado." + +msgid "Bad job-state value!" +msgstr "Valor job-state incorrecto." + +msgid "Job state cannot be changed." +msgstr "No se puede cambiar el estado del trabajo." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "No se admite el uso del atributo de compresión %s." + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "No se admite el uso del formato \"%s\"." + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s no está implementado en la versión de CUPS de lpc.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Los comandos se pueden abreviar. Los comandos son:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tproporciona ayuda sobre los comandos\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tmuestra el estado del demonio y la cola\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Ayuda sobre comando desconocido\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tla impresora está conectada a '%s' velocidad -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tla cola está activada\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tla cola está desactivada\n" + +msgid "\tprinting is enabled\n" +msgstr "\tla impresión está activada\n" + +msgid "\tprinting is disabled\n" +msgstr "\tla impresión está desactivada\n" + +msgid "\tno entries\n" +msgstr "\tno hay entradas\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d entradas\n" + +msgid "\tdaemon present\n" +msgstr "\tdemonio presente\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: No se ha podido contactar con el servidor.\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Lo siento, no está compilado el uso de la opción de cifrado.\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: Destino desconocido \"%s/%s\".\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: Destino desconocido \"%s\".\n" + +#, c-format +msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lp: error - los nombres de la variable de entorno %s no existentes en el destino \"%s\".\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: error - no está disponible el destino predeterminado.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs ha fallado: %s\n" + +msgid "Rank Owner Pri Job Files Total Size\n" +msgstr "Rango Propiet. Pri Trabajo Archivos Tamaño total\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Rango Propiet. Trabajo Archivo(s) Tamaño total\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [trabajo %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f bytes\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" + +msgid "no entries\n" +msgstr "no hay entradas\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes ha fallado: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s está preparada\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s está preparada e imprimiendo\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s no está preparada\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Uso: lpq (-P destino) (-I) (+intervalo)\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: error - se esperaba un valor tras la opción %c\n" + +#, c-format +msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "lpr: advertencia - no admite el uso del modificador de formato '%c' - la salida puede que no sea correcta.\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: error - se esperaba opción=valor tras la opción -o.\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "lpr: advertencia - actualmente no admite el uso de la notificación por email.\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: error - se esperaba un destino tras la opción -P.\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: error - se esperaba un número de copias tras la opción -#.\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: error - se esperaba un nombre tras la opción -%c.\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: error - se esperaba un nombre de usuario tras la opción -U.\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: error - opción \"%c\" desconocida.\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: error - no se ha podido acceder a \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: error - demasiados archivos - \"%s\"\n" + +#, c-format +msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpr: error - los nombres de variables de entorno %s no existen en el destino \"%s\".\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: error - no está disponible el destino predeterminado.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: error- el planificador de tareas no responde.\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: error - no se ha podido crear el archivo temporal \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: error - no se ha podido escribir en el archivo temporal \"%s\" - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: error - stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: error - no se ha podido imprimir el archivo: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: No se ha podido contactar con el servidor.\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: Destino \"%s\" desconocido.\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: Opción '%c' desconocida.\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: No se ha encontrado el trabajo o la impresora.\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: No tiene permiso para lprm trabajo(s).\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: No es el propietario del trabajo ID %d.\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: No se han podido lprm trabajo(s).\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: No se han podido cancelar los trabajos.\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: No sé que hay que hacer.\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: Se esperaba un nombre de servidor tras -h.\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: Se esperaba un texto con una razón tras -r.\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: Opción '%c' desconocida.\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: No se ha podido conectar con el servidor: %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: La operación ha fallado: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: Error - se esperaba un nombre de ordenador tras la opción '-h'.\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: Error - se esperaba un nombre de usuario tras la opción '-u'.\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: Opción '%c' desconocida.\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: Destino \"%s\" desconocido.\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: No se ha podido contactar con el servidor.\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s ha fallado: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: Falta un valor en la línea %d.\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: Faltan dobles comillas en línea %d\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: Mala opción + preferencia en línea %d.\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: No se ha podido conectar al servidor \"%s\" para %s - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - omitiendo.\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes ha fallado para \"%s\": %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: No se ha podido convertir el archivo PPD para %s - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: No se han podido copiar los archivos de los controladores de impresoras de Windows 2000 (%d).\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "cupsaddsmb: No se han podido copiar los archivos de los controladores de impresoras de CUPS (%d).\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: No se han podido instalar los archivos de los controladores de impresoras de Windows 2000 (%d).\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: No se han podido copiar los archivos de los controladores de impresoras de Windows 9x (%d).\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: No se han podido instalar los archivos de los controladores de impresoras de Windows 9x (%d).\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: No se ha podido poner el controlador de impresora de Windows (%d).\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Uso: cupsaddsmb (opciones) impresora1 ... impresoraN\n" +" cupsaddsmb (opciones) -a\n" +"\n" +"Opciones:\n" +" -H servidor-samba Usa el servidor SAMBA especificado\n" +" -U usuario-samba Autentifica usando el usuario SAMBA especificado\n" +" -a Exporta todas las impresoras\n" +" -h servidor-cups Usa el servidor CUPS especificado\n" +" -v Ser detallado (mostrar comandos)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: La opción -q no es compatible con la opción -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: La opción -v no es compatible con la opción -q.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FALLO\n" +" **FALLO** No se ha podido abrir el archivo PPD - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FALLO\n" +" **FALLO** No se ha podido abrir el archivo PPD - %s en la línea %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Página 42, sección 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Página 20, sección 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Páginas 45-46, sección 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Páginas 42-45, sección 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Páginas 48-49, sección 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Páginas 52-54, sección 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Página 15, sección 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Página 15, sección 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Páginas 16-17, sección 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Página 19, sección 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Página 27, sección 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" RESULTADOS DETALLADOS DE LA PRUEBA DE CONFORMIDAD\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " ADVERTENCIA %s tiene opciones que no corresponden.\n" + +msgid " FAIL\n" +msgstr " FALLO\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA DefaultImageableArea\n" +" REF: Página 102, sección 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FALLO** MAL DefaultImageableArea %s\n" +" REF: Página 102, sección 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " PASA DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA DefaultPaperDimension\n" +" REF: Página 103, sección 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FALLO** MAL DefaultPaperDimension %s.\n" +" REF: Página 103, sección 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " PASA DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FALLO** MAL %s %s predeterminado\n" +" REF: Página 40, sección 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " PASA %s predeterminado\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FALLO** SE NECESITA %s predeterminado\n" +" REF: Página 40, sección 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " PASA FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA FileVersion\n" +" REF: Página 56, sección 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " PASA FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA FormatVersion\n" +" REF: Página 56, sección 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " PASA LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA LanguageEncoding\n" +" REF: Páginas 56-57, sección 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " PASA LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA LanguageVersion\n" +" REF: Páginas 57-58, sección 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FALLO** Fabricante INCORRECTO (debería ser \"HP\")\n" +" REF: Página 211, tabla D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " PASA Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA Manufacturer\n" +" REF: Páginas 58-59, sección 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FALLO** MAL ModelName - \"%c\" no está permitido en la cadena.\n" +" REF: Páginas 59-60, sección 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " PASA ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA ModelName\n" +" REF: Páginas 59-60, sección 5.3.\n" + +msgid " PASS NickName\n" +msgstr " PASA NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA NickName\n" +" REF: Página 60, sección 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " PASA PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FALLO** SE NECESITA PageSize\n" +" REF: Páginas 99-100, sección 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " PASA PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FALLO** SE NECESITA PageRegion\n" +" REF: Página 100, sección 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " PASA PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA PCFileName\n" +" REF: Páginas 61-62, sección 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FALLO** MAL Product - no es \"(string)\".\n" +" REF: Página 62, sección 5.3.\n" + +msgid " PASS Product\n" +msgstr " PASA Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA Product\n" +" REF: Página 62, sección 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FALLO** MAL PSVersion - no es \"(string) int\".\n" +" REF: Páginas 62-64, sección 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " PASA PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA PSVersion\n" +" REF: Páginas 62-64, sección 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FALLO** MAL ShortNickName - mayor de 31 caracteres.\n" +" REF: Páginas 64-65, sección 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " PASA ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA ShortNickName\n" +" REF: Página 64-65, sección 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FALLO** MAL atributo JobPatchFile en archivo\n" +" REF: Página 24, sección 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FALLO** SE NECESITA PageSize\n" +" REF: Página 41, sección 5.\n" +" REF: Página 99, sección 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA ImageableArea para PageSize %s\n" +" REF: Página 41, sección 5.\n" +" REF: Página 102, sección 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA PaperDimension para PageSize %s\n" +" REF: Página 41, sección 5.\n" +" REF: Página 103, sección 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FALLO** Preferencia %s incorrecta %s.\n" +" REF: Página 84, sección 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FALLO** SE NECESITA %s no define la preferencia None\n" +" REF: Página 122, sección 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FALLO** Preferencia %s incorrecta %s.\n" +" REF: Página 122, sección 5.17\n" + +msgid " PASS\n" +msgstr " PASA\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" ADVERTENCIA Clave de opción Duplex %s debería llamarse Duplex o JCLDuplex.\n" +" REF: Página 122, sección 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " ADVERTENCIA Las preferencias predeterminadas están en conflicto.\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" ADVERTENCIA Versión de PPD %.1f anticuada.\n" +" REF: Página 42, sección 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" ADVERTENCIA Se necesita LanguageEncoding por especificación de PPD 4.3.\n" +" REF: Páginas 56-57, sección 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" ADVERTENCIA Se necesita Manufacturer por especificación de PPD 4.3.\n" +" REF: Páginas 58-59, seccion 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" ADVERTENCIA PCFileName es mas largo que 8.3 violando la especificación PPD.\n" +" REF: Páginas 61-62, sección 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" ADVERTENCIA Se necesita ShortNickName por especificación de PPD 4.3.\n" +" REF: Páginas 64-65, sección 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" ADVERTENCIA Protocols contiene a ambos, PJL y BCP; se esperaba TBCP.\n" +" REF: Páginas 78-79, sección 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" ADVERTENCIA Protocols contiene a PJL pero no se especifican los atributos JCL.\n" +" REF: Páginas 78-79, sección 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" ADVERTENCIA %s comparte un prefijo común con %s\n" +" REF: Página 15, sección 3.2.\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " %d ERROR%s ENCONTRADO(S)\n" + +msgid " NO ERRORS FOUND\n" +msgstr "....NO SE HAN ENCONTRADO ERRORES\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" ADVERTENCIA \"%s %s\" está en conflicto con \"%s %s\"\n" +" (restricción=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Uso: cupstestppd [-q] [-r] [-v[v]] nombre_archivo1.ppd[.gz] [... nombre_archivoN.ppd[.gz]]\n" +" programa | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: Se necesita 'completed' o 'not completed' tras -W.\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: La opción -b necesita un argumento destino.\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Error: se necesita un nombre de ordenador tras la opción '-h'.\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: Opción '%c' desconocida.\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: Nombre de destino inválido en lista \"%s\".\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: Destino desconocido \"%s\".\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: No se ha podido conectar al servidor %s en el puerto %d: %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers ha fallado: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s aceptando peticiones desde Ene 01 00:00\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s no aceptando peticiones desde Ene 01 00:00 - \n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s aceptando peticiones desde Ene 01 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s no aceptando peticiones desde Ene 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes ha fallado: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "miembros de la clase %s:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "destino predeterminado del sistema: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "destino predeterminado del sistema: %s\n" + +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpstat: error - Los nombre de variable de entorno %s no existen en el destino \"%s\".\n" + +msgid "no system default destination\n" +msgstr "no hay un destino predeterminado del sistema\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "La salida de la impresora %s se ha enviado a la impresora remota %s en %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "La salida de la impresora %s se ha enviado a %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "La salida de la impresora %s/%s se ha enviado a la impresora remota %s en %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "La salida de la impresora %s/%s se ha enviado a %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "tipo de conexión para %s: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "tipo de conexión para %s/%s: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs ha fallado: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\ten cola para %s\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "la impresora %s está inactiva. activada desde %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "la impresora %s está imprimiendo %s-%d. activada desde %s\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "la impresora %s está deshabilitada desde %s -\n" + +msgid "\treason unknown\n" +msgstr "\trazón desconocida\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tFormulario montado:\n" +"\tTipos de contenido: cualquiera\n" +"\tTipos de impresora: desconocido\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tDescripción: %s\n" + +msgid "\tAlerts:" +msgstr "\tAlertas:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tUbicación: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tConexión: remota\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterfaz: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tConexión: directa\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterfaz: %s/interfaces/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterfaz: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tEn fallo: no alertar\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tTras fallo: continuar\n" + +msgid "\tUsers allowed:\n" +msgstr "\tUsuarios permitidos:\n" + +msgid "\tUsers denied:\n" +msgstr "\tUsuarios denegados:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(todos)\n" + +msgid "\tForms allowed:\n" +msgstr "\tFormularios permitidos:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(ninguno)\n" + +msgid "\tBanner required\n" +msgstr "\tSe necesita un banner\n" + +msgid "\tCharset sets:\n" +msgstr "\tAjustes del juego de caracteres:\n" + +msgid "\tDefault pitch:\n" +msgstr "\tPaso predeterminado:\n" + +msgid "\tDefault page size:\n" +msgstr "\tTamaño de página predeterminado:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tAjustes del puerto predeterminados:\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "la impresora %s/%s está inactiva. activada desde %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "la impresora %s/%s está imprimiendo %s-%d. activada desde %s\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "la impresora %s/%s está desactivada desde %s -\n" + +msgid "scheduler is running\n" +msgstr "el planificador de tareas se está ejecutando\n" + +msgid "scheduler is not running\n" +msgstr "el planificador de tareas no se está ejecutando\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: No se ha podido conectar al servidor: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido añadir una impresora a la clase:\n" +" Debe especificar un nombre de impresora primero.\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Se esperaba un nombre de clase tras la opción '-c'\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: El nombre de la clase sólo puede contener caracteres imprimibles.\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Se esperaba un nombre de impresora tras la opción '-d'\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: El nombre de la impresora sólo puede contener caracteres imprimibles.\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Se esperaba un nombre de ordenador tras la opción '-h'.\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer el script de interfaz:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Se esperaba una interfaz tras la opción '-i'.\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer el script de interfaz o el archivo PPD:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Se esperaba un modelo tras la opción '-m'.\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Se esperaba un nombre=valor tras la opción '-o'.\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Se esperaba una impresora tras la opción '-p'.\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido quitar una impresora de la clase:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Se esperaba una clase tras la opción '-r'\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: Se esperaba allow/deny:lista_usuarios tras la opción '-u'.\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Opción allow/deny desconocida \"%s\".\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido ajustar el URI de dispositivo:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Se esperaba un URI de dispositivo tras la opción '-v'.\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Se esperaba una impresora o clase tras la opción '-x'.\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer la descripción de la impresora:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Se esperaba una descripción tras la opción '-D'.\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: Se esperaba tipo(s) de archivo(s) tras la opción '-l'.\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Advertencia - lista de tipo de contenido no tenida en cuenta.\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer la ubicación de la impresora:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Se esperaba una ubicación tras la opción '-L'.\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer el archivo PPD:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Se esperaba un PPD tras la opción '-P'.\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Opción '%c' desconocida.\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Argumento '%s' desconocido.\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se han podido establecer las opciones de impresora:\n" +" Primero debe especificar un nombre de impresora.\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Uso:\n" +"\n" +" lpadmin [-h servidor] -d destino\n" +" lpadmin [-h servidor] -x destino\n" +" lpadmin [-h servidor] -p impresora [-c clase] [-i interfaz] [-m modelo]\n" +" [-r clase] [-v dispositivo] [-D descripción]\n" +" [-P archivo_ppd] [-o nombre=valor]\n" +" [-u allow:usuario,usuario] [-u deny:usuario,usuario]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer (establecer modelo) ha fallado: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: add-printer (establecer descripción) ha fallado: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: add-printer (establecer ubicación) ha fallado: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo PPD \"%s\" - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s ha fallado: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: Se esperaba un destino tras la opción -d.\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: Se esperaba un formulario tras la opción -f.\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: Se esperaba un nombre de ordenador tras la opción -h.\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: Se esperaba un ID de trabajo tras la opción -i.\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "lp: Error - no se pueden imprimir archivos y alterar trabajos al mismo tiempo.\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: Error - ID de trabajo incorrecta.\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: Se esperaba número de copias tras la opción -n.\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: Se esperaba una cadena de opciones tras la opción -o.\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: Se esperaba un valor de prioridad tras la opción -%c.\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: La prioridad debe estar entre 1 y 100.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: Se esperaba un título tras la opción -t.\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: Se esperaba una lista de modos tras la opción -y.\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: Advertencia - opción de modo no tenida en cuenta.\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: Se esperaba un nombre de retención tras la opción -H.\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: Se necesita la ID de trabajo (-i) antes de \"-H restart\".\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: Se esperaba una lista de páginas tras la opción -P.\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: Se esperaba un juego de caracteres tras la opción -S.\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: Advertencia - opción de juego de caracteres no tenida en cuenta.\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: Se esperaba un tipo de contenido tras la opción -T.\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: Advertencia - opción de tipo de contenido no tenida en cuenta.\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: Opción '%c' desconocida.\n" + +msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "lp: Error - no se puede imprimir desde stdin si se proporcionan archivos o un ID de trabajo.\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: No se ha podido acceder a \"%s\" - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: Demasiados archivos - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: error - no está disponible el destino predeterminado.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: error - el planificador de tareas no responde.\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: no se ha podido crear el archivo temporal \"%s\" - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: error - no se ha podido escribir en el archivo temporal \"%s\" - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: no se ha podido imprimir el archivo: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "la id solicitada es %s-%d (%d archivo(s))\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job ha fallado: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attibutes ha fallado: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: No se ha podido conectar al servidor: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Opción '%c' desconocida.\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo Argumento '%s' desconocido.\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices ha fallado: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"Dispositivo: uri = %s\n" +" clase = %s\n" +" info = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds ha fallado: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"Modelo: nombre = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Opción '%c' desconocida.\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Argumento '%s' desconocido.\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Uso: lpmove trabajo destino\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: No se ha podido conectar al servidor: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job ha fallado: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Impresora o clase desconocida.\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: ¡¿¡No hay impresoras!?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: No se ha podido añadir la impresora o la instancia: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: El destino %s no tiene archivo PPD.\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: No se ha podido abrir el archivo PPD para %s.\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Uso: lpoptions [-h servidor] [-E] -d impresora\n" +" lpoptions [-h servidor] [-E] [-p impresora] -l\n" +" lpoptions [-h servidor] [-E] -p impresora -o opción[=valor] ...\n" +" lpoptions [-h servidor] [-E] -x impresora\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Solo el usuario root puede añadir o borrar contraseñas.\n" + +msgid "Enter old password:" +msgstr "Introduzca la contraseña antigua:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: No se ha podido copiar la cadena de contraseña: %s\n" + +msgid "Enter password:" +msgstr "Introduzca la contraseña:" + +msgid "Enter password again:" +msgstr "Introduzca nuevamente la contraseña:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Lo siento, las contraseñas no coinciden.\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Lo siento, se ha rechazado la contraseña.\n" +"Su contraseña debe tener al menos 6 caracteres, no puede contener\n" +"su nombre de usuario, y debe tener al menos una letra y un número.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Archivo de contraseñas ocupado.\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: No se ha podido abrir el archivo de contraseñas: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: No se ha podido escribir en el archivo de contraseñas: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: el usuario \"%s\" y el grupo \"%s\" no existen.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Lo siento, las contraseñas no coinciden.\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Archivo de contraseñas no actualizado.\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd: falló al hacer una copia de seguridad del antiguo archivo de contraseñas: %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: falló al cambiar de nombre al archivo de contraseñas: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Usage: lppasswd [-g nombre_grupo]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Usage: lppasswd [-g nombre_grupo] [nombre_usuario]\n" +" lppasswd [-g nombre_grupo] -a [nombre_usuario]\n" +" lppasswd [-g nombre_grupo] -x [nombre_usuario]\n" + +msgid "Start Printer" +msgstr "Iniciar impresora" + +msgid "Stop Printer" +msgstr "Detener impresora" + +msgid "Start Class" +msgstr "Iniciar clase" + +msgid "Stop Class" +msgstr "Detener clase" + +msgid "Accept Jobs" +msgstr "Aceptar trabajos" + +msgid "Reject Jobs" +msgstr "Rechazar trabajos" + +msgid "Purge Jobs" +msgstr "Purgar trabajos" + +msgid "Set As Default" +msgstr "Poner como predeterminada" + +msgid "Administration" +msgstr "Administración" + +msgid "Modify Class" +msgstr "Modificar clase" + +msgid "Add Class" +msgstr "Añadir clase" + +msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "El nombre de la clase sólo puede contener hasta 127 caracteres imprimibles y no puede contener espacios, barras (/), o la almohadilla (#)." + +msgid "Unable to modify class:" +msgstr "No se ha podido modificar la clase:" + +msgid "Unable to add class:" +msgstr "No se ha podido añadir la clase:" + +msgid "Modify Printer" +msgstr "Modificar impresora" + +msgid "Add Printer" +msgstr "Añadir impresora" + +msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "El nombre de la impresora sólo puede contener hasta 127 caracteres imprimibles y no puede contener espacios, barras (/), o la almohadilla (#)." + +msgid "Unable to get list of printer drivers:" +msgstr "No se ha podido obtener la lista de controladores de impresora:" + +msgid "Unable to modify printer:" +msgstr "No se ha podido modificar la impresora:" + +msgid "Unable to add printer:" +msgstr "No se ha podido añadir la impresora:" + +msgid "Set Printer Options" +msgstr "Cambiar opciones impresora" + +msgid "Missing form variable!" +msgstr "Variable de formulario desaparecida." + +msgid "Unable to get PPD file!" +msgstr "No se ha podido obtener el archivo PPD." + +msgid "Unable to open PPD file:" +msgstr "No se ha podido abrir el archivo PPD:" + +msgid "Banners" +msgstr "Banners" + +msgid "Starting Banner" +msgstr "Banner inicial" + +msgid "Ending Banner" +msgstr "Banner final" + +msgid "Policies" +msgstr "Reglas" + +msgid "Error Policy" +msgstr "Directiva de error" + +msgid "Operation Policy" +msgstr "Directiva de operación" + +msgid "PS Binary Protocol" +msgstr "Protocolo Binario PS" + +msgid "None" +msgstr "Ninguno" + +msgid "Unable to set options:" +msgstr "No se han podido cambiar las opciones:" + +msgid "Change Settings" +msgstr "Cambiar especificaciones" + +msgid "Unable to change server settings:" +msgstr "No se han podido cambiar las especificaciones del servidor:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "No se ha podido copiar el archivo cupsd.conf:" + +msgid "Edit Configuration File" +msgstr "Editar archivo de configuración" + +msgid "Unable to create temporary file:" +msgstr "No se ha podido crear el archivo temporal:" + +msgid "Unable to access cupsd.conf file:" +msgstr "No se ha podido acceder al archivo cupsd.conf" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "No se pueden editar archivos cupsd.conf mayores de 1MB." + +msgid "Delete Class" +msgstr "Borrar clase" + +msgid "Unable to delete class:" +msgstr "No se ha podido borrar la clase:" + +msgid "Delete Printer" +msgstr "Borrar impresora" + +msgid "Unable to delete printer:" +msgstr "No se ha podido borrar la impresora:" + +msgid "Export Printers to Samba" +msgstr "Exportar impresoras a Samba" + +msgid "Unable to fork process!" +msgstr "No se ha podido bifurcar el proceso." + +msgid "Unable to connect to server!" +msgstr "No se ha podido conectar al servidor." + +msgid "Unable to get printer attributes!" +msgstr "No se han podido obtener los atributos de la impresora." + +msgid "Unable to convert PPD file!" +msgstr "No se ha podido convertir el archivo PPD." + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 2000." + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 2000." + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 9x." + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 9x." + +msgid "Unable to set Windows printer driver!" +msgstr "No se ha podido configurar el controlador de impresora de Windows." + +msgid "No printer drivers found!" +msgstr "No se han encontrado controladores de impresora." + +msgid "Unable to execute cupsaddsmb command!" +msgstr "No se ha podido ejecutar el comando cupsaddsmb." + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb ha fallado con estado %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb se ha estropeado con señal %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "Se requiere un nombre de usuario Samba para exportar los controladores de impresora." + +msgid "A Samba password is required to export printer drivers!" +msgstr "Se requiere una contraseña Samba para exportar los controladores de impresora." + +msgid "Unable to open cupsd.conf file:" +msgstr "No se ha podido abrir el archivo cupsd.conf:" + +msgid "Unable to change printer:" +msgstr "No se ha podido cambiar la impresora:" + +msgid "Set Allowed Users" +msgstr "Establecer usuarios permitidos" + +msgid "Unable to get printer attributes:" +msgstr "No se han podido obtener los atributos de la impresora:" + +msgid "Set Publishing" +msgstr "Hacer pública" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "No se ha podido cambiar el atributo printer-is-shared:" + +msgid "Classes" +msgstr "Clases" + +msgid "Unable to get class list:" +msgstr "No se ha podido obtener la lista de clases:" + +msgid "Unable to get class status:" +msgstr "No se ha podido obtener el estado de la clase:" + +msgid "Move Job" +msgstr "Mover trabajo" + +msgid "Unable to find destination for job!" +msgstr "No se ha podido encontrar destino para el trabajo." + +msgid "Move All Jobs" +msgstr "Mover todos los trabajos" + +msgid "Unable to move job" +msgstr "No se ha podido mover el trabajo" + +msgid "Unable to move jobs" +msgstr "No se han podido mover los trabajos" + +msgid "Print Test Page" +msgstr "Imprimir página de prueba" + +msgid "Unable to print test page:" +msgstr "No se ha podido imprimir la página de prueba:" + +msgid "Jobs" +msgstr "Trabajos" + +msgid "Job operation failed:" +msgstr "La operación del trabajo ha fallado:" + +msgid "Printers" +msgstr "Impresoras" + +msgid "Unable to get printer list:" +msgstr "No se ha podido obtener la lista de impresoras:" + +msgid "Unable to get printer status:" +msgstr "No se ha podido obtener el estado de la impresora" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "No se ha podido abrir el archivo PPD" + +msgid "NULL PPD file pointer" +msgstr "Puntero de archivo PPD NULO" + +msgid "Memory allocation error" +msgstr "Error de reserva de memoria" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Falta cabecera PPD-Adobe-4.x" + +msgid "Missing value string" +msgstr "Falta cadena de valores" + +msgid "Internal error" +msgstr "Error interno" + +msgid "Bad OpenGroup" +msgstr "OpenGroup incorrecto" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup sin un CloseGroup previo" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI incorrecto" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI sin un CloseUI/JCLCloseUI previo" + +msgid "Bad OrderDependency" +msgstr "OrderDependency incorrecto" + +msgid "Bad UIConstraints" +msgstr "UIConstraints incorrecto" + +msgid "Missing asterisk in column 1" +msgstr "Falta un asterisco en la columna 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Línea más larga que el máximo permitido (255 caracteres)" + +msgid "Illegal control character" +msgstr "Carácter de control ilegal" + +msgid "Illegal main keyword string" +msgstr "Cadena de clave principal ilegal" + +msgid "Illegal option keyword string" +msgstr "Cadena de clave de opción ilegal" + +msgid "Illegal translation string" +msgstr "Cadena de traducción ilegal" + +msgid "Illegal whitespace character" +msgstr "Carácter de espacio en blanco ilegal" + +msgid "Bad custom parameter" +msgstr "Parámetro a medida incorrecto" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Custom" +msgstr "A medida" + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "No se ha proporcionado información de autentificación." + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Se requiere la contraseña de %s para acceder a %s vía SAMBA: " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "Ejecutando comando: %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: No se ha podido ejecutar \"%s\": %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: No está instalado ningún controlador de impresora de Windows.\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "cupsaddsmb: Advertencia, no está instalado ningún controlador de impresora de Windows 2000.\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: La impresora %s ya es miembro de la clase %s.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: No se han visto nombres de miembros.\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: La impresora %s no es miembro de la clase %s.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Dispositivo: uri = %s\n" +" clase = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Modelo: nombre = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "Uso: lpmove trabajo/fuente destino\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "lpstat: Se necesita \"completed\", \"not completed\", o \"all\" tras -W.\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s aceptando peticiones desde %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s no acepta peticiones desde %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s aceptando peticiones desde %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s no acepta peticiones desde %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: No se ha podido contactar con el servidor.\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Error - se esperaba un nombre de usuario tras la opción '-U'.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Error - destino \"%s/%s\" desconocido.\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Destino \"%s\" desconocido.\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción '-h'.\n" + +#, c-format +msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: error - %s nombres de variables de entorno no existen en destino \"%s\".\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: error - destino predeterminado no disponible.\n" + +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "Uso: lpq (-P dest) (-U nombre_usuario) (-h nombre_ordenador(:puerto)) (-l) (+intervalo)\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción '-H'.\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Error - se esperaba un valor tras la opción '%c'.\n" + +#, c-format +msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "%s: Advertencia - no se admite el uso del modificador de formato '%c' - la salida puede no ser correcta.\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: error - se esperaba opción=valor tras la opción '-o'.\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Error - se esperaba un destino tras la opción '-P'.\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Error - se esperaba un número de copias tras la opción '-#'.\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Error - se esperaba un nombre tras la opción '%c'.\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Error - opción '%c' desconocida.\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Error - no se ha podido acceder a \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Error - demasiados archivos - \"%s\"\n" + +#, c-format +msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: Error - %s nombres de variables de entorno no existen en destino \"%s\".\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Error - destino predeterminado no disponible.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Error - el programa planificador de tareas no responde.\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Error - no se ha podido crear el archivo temporal \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Error - no se ha podido escribir al archivo temporal \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Error - stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Error - destino \"%s\" desconocido.\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Error - se esperaba un texto con una razón tras la opción '-r'.\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Error - se esperaba un nombre de usuario tras la opción '-u'.\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s ha fallado: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Error - se esperaba un destino tras la opción '-d'.\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Error - se esperaba un formulario tras la opción '-f'.\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Advertencia - opción de formulario no tenida en cuenta.\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s : Se esperaba una ID de trabajo tras la opción '-i'.\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "%s: Error - no se pueden imprimir archivos y alterar trabajos al mismo tiempo.\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Error - ID de trabajo incorrecta.\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Error - se esperaba número de copias tras la opción '-n'.\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: Error - se esperaba una cadena de opciones tras la opción '-o'.\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Error - se esperaba un valor de prioridad tras la opción '-%c'.\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Error - la prioridad debe estar entre 1 y 100.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Error - se esperaba un título tras la opción '-t'.\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Error - se esperaba una lista de modos tras la opción '-y'.\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Advertencia - opción de modo no tenida en cuenta.\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Error - se esperaba un nombre de retención tras la opción '-H'.\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: Se necesita un ID de trabajo ('-i id_trabajo') antes de '-H restart'.\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Error - se esperaba una lista de páginas tras la opción '-P'.\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Error - se esperaba un juego de caracteres tras la opción '-S'.\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Advertencia - opción de juego de caracteres no tenida en cuenta.\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Error - se esperaba un tipo de contenido tras la opción '-T'.\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Advertencia - opción de tipo de contenido no tenida en cuenta.\n" + +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "%s: Error - no se puede imprimir desde stdin si se proporcionan archivos o una ID de trabajo.\n" + +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" +msgstr "%s: Error - se necesita \"completed\", \"not completed\", o \"all\" tras la opción '-W'.\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Error - se esperaba un destino tras la opción '-b'.\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Nombre de destino no válido en la lista \"%s\".\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: No se ha podido conectar al servidor\n" + +msgid "Print Job:" +msgstr "Imprimir trabajo:" + +msgid "pending" +msgstr "pendiente" + +msgid "held" +msgstr "retenido" + +msgid "processing" +msgstr "en proceso" + +msgid "stopped" +msgstr "parado" + +msgid "canceled" +msgstr "cancelado" + +msgid "aborted" +msgstr "cancelado" + +msgid "completed" +msgstr "completado" + +msgid "unknown" +msgstr "desconocido" + +msgid "untitled" +msgstr "sin título" + +msgid "Printer:" +msgstr "Impresora:" + +msgid "idle" +msgstr "inactiva" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Atributo notify-subscription-ids desaparecido." + +msgid "Job subscriptions cannot be renewed!" +msgstr "Las suscripciones de trabajos no han podido ser renovadas." + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: Se esperaba un nombre de archivo de configuración tras la opción \"-c\".\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "cupsd: el uso de launchd(8) no ha sido compilado, ejecutándose en modo normal.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Opción \"%c\" desconocida - cancelando.\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Argumento \"%s\" desconocido - cancelando.\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Uso: cupsd (-c archivo-configuración) (-f) (-F) (-h) (-l)\n" +"\n" +"-c archivo-configuración Carga un archivo de configuración alternativo\n" +"-f Se ejecuta en primer plano\n" +"-F Se ejecuta en primer plano pero separado\n" +"-h Muestra este mensaje de cómo se usa\n" +"-l Ejecuta cupsd desde launchd(8)\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " ADVERTENCIA La línea %d solo contiene espacios en blanco.\n" + +msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr " ADVERTENCIA El archivo contiene una mezcla de líneas acabadas en CR, LF y CR LF.\n" + +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" +msgstr " ADVERTENCIA Los archivos PPD que no sean de Windows deben tener líneas que acaben sólo en LF, no en CR LF.\n" + +msgid "Printer Maintenance" +msgstr "Mantenimiento de impresora" + +msgid "Unable to send maintenance job:" +msgstr "No se ha podido enviar el trabajo de mantenimiento:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FALLO** %s %s no existe.\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FALLO** Idioma incorrecto \"%s\".\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **FALLO** Cadena de traducción \"%s\" para opción %s desaparecida.\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" +msgstr " **FALLO** Cadena de traducción predeterminada para opción %s contiene caracteres de 8-bits.\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr " **FALLO** Cadena de traducción \"%s\" para opción %s, preferencia %s.\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" +msgstr " **FALLO** Cadena de traducción predeterminada para opción %s preferencia %s contiene caracteres de 8-bits.\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FALLO** Valor cupsFilter incorrecto \"%s\".\n" + +msgid "Help" +msgstr "Ayuda" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "Falta un valor en la línea %d.\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "Faltan dobles comillas en línea %d.\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "Opción incorrecta + preferencia en línea %d.\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 2000 (%d).\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "No se han podido copiar los archivos del controlador de impresora de CUPS (%d).\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 2000 (%d).\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 9x (%d).\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 9x (%d).\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "No está instalado ningún controlador de impresora de Windows.\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "Advertencia, no está instalado ningún controlador de impresora de Windows 2000.\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "No se ha podido configurar el controlador de impresora de Windows (%d).\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Uso: cupsaddsmb [opciones] impresora1 ... impresoraN\n" +" cupsaddsmb [opciones] -a\n" +"\n" +"Opciones:\n" +" -E Hace que se use encriptación en la conexión con el servidor\n" +" -H servidor_samba Usa el servidor SAMBA especificado\n" +" -U usuario_samba Autentifica usando el usuario SAMBA especificado\n" +" -a Exporta todas las impresoras\n" +" -h servidor_cups Usa el servidor CUPS especificado\n" +" -v Ser detallado (mostrar comandos)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 2000 (%d)." + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "No se han podido copiar los archivos del controlador de impresora de CUPS (%d)." + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 2000 (%d)." + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 9x (%d)." + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 9x (%d)." + +msgid "No Windows printer drivers are installed!" +msgstr "No está instalado ningún controlador de impresora de Windows." + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Advertencia, no está instalado ningún controlador de impresora de Windows 2000." + +#, c-format +msgid "open of %s failed: %s" +msgstr "la apertura de %s ha fallado: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Ejecutando comando: %s %s -N -A '%s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "verificación de %s ha fallado: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "El trabajo #%d ya está cancelado - no se puede cancelar." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "El trabajo #%d ya está anulado - no se puede cancelar." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "El trabajo #%d ya ha sido completado - no se puede cancelar." + +#, c-format +msgid "You must access this page using the URL https://%s:%d%s." +msgstr "Debe acceder a esta página usando el URL https://%s:%d%s." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "No se admite el uso del formato '%s'." + +msgid "FAIL\n" +msgstr "FALLO\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" La línea %d es más larga de 255 caracteres (%d).\n" +" REF: Página 25, Longitud de Línea\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Falta %!PS-Adobe-3.0 en la primera línea.\n" +" REF: Página 17, 3.1 Conformidad de documentos\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" %%%%Pages: incorrecto en línea %d.\n" +" REF: Página 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" %%%%BoundingBox: incorrecto en línea %d.\n" +" REF: Página 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" %%%%Page: incorrecto en línea %d.\n" +" REF: Página 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Falta comentario %%BoundingBox: o incorrecto.\n" +" REF: Página 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Falta comentario %%Pages: o incorrecto.\n" +" REF: Página 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Falta comentario %%EndComments.\n" +" REF: Página 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Falta comentario %%Page: o incorrecto.\n" +" REF: Página 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Demasiados comentarios %%EndDocument.\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Demasiados comentarios %%BeginDocument.\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Se han visto %d líneas que exceden de 255 caracteres.\n" + +msgid "PASS\n" +msgstr "PASA\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Advertencia: el archivo contiene datos binarios.\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Advertencia: versión DSC %.1f obsoleta en el archivo.\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Advertencia: no hay comentario %%EndComments en el archivo.\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript itself.\n" +msgstr "" +"Uso: cupstestdsc [opciones] nombre_archivo.ps [... nombre_archivo.ps]\n" +" cupstestdsc [opciones] -\n" +"\n" +"Opciones:\n" +"\n" +" -h Muestra cómo se usa el programa\n" +"\n" +" Nota: este programa sólo valida los comentarios DSC, no el PostScript en sí mismo.\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "¿Contraseña de %s en %s? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FALLO** 1284DeviceId debe ser 1284DeviceID.\n" +" REF: Página 72, sección 5.5\n" + +#, c-format +msgid "Missing value on line %d!" +msgstr "Falta un valor en la línea %d." + +#, c-format +msgid "Missing double quote on line %d!" +msgstr "Faltan dobles comillas en línea %d." + +#, c-format +msgid "Bad option + choice on line %d!" +msgstr "Opción incorrecta + preferencia en línea %d." + +msgid "Empty PPD file!" +msgstr "Archivo PPD vacío." + +#, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "No se ha podido configurar el controlador de impresora de Windows (%d)." + +#, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "No se ha podido ejecutar \"%s\": %s\n" + +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "El trabajo #%d ya está cancelado - no se puede cancelar." + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "URI notify-recipient \"%s\" incorrecto." + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "El URI notify-recipient \"%s\" usa un esquema desconocido." + +#, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "notify-pull-method \"%s\" incorrecto." + +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FALLO** %s debe ser 1284DeviceID.\n" +" REF: Página 72, sección 5.5\n" + +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: No se ha podido obtener el archivo PPD para %s: %s\n" + diff --git a/locale/cups_et.po b/locale/cups_et.po new file mode 100644 index 0000000000..f9a972bd78 --- /dev/null +++ b/locale/cups_et.po @@ -0,0 +1,2959 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: 2006-09-93 01:41+0200\n" +"Last-Translator: Marek Laane \n" +"Language-Team: Estonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "Paigaldatud valikud" + +msgid "Class" +msgstr "Klass" + +msgid "Printer" +msgstr "Printer" + +msgid "Extra" +msgstr "Ekstra" + +msgid "General" +msgstr "Üldine" + +msgid "Media Size" +msgstr "Türkimaterjali suurus" + +msgid "Media Type" +msgstr "Trükimaterjali tüüp" + +msgid "Media Source" +msgstr "Trükimaterjali allikas" + +msgid "Output Mode" +msgstr "Väljundirežiim" + +msgid "Resolution" +msgstr "Lahutus" + +msgid "Variable" +msgstr "Muutuv" + +msgid "Yes" +msgstr "Jah" + +msgid "No" +msgstr "i" + +msgid "Auto" +msgstr "Automaatne" + +msgid "" +"Enter your username and password or the root username and password to access " +"this page." +msgstr "" +"Selle lehekülje avamiseks andke enda või administraatori (root) kasutajanimi " +"ja parool." + +msgid "You must use a https: URL to access this page." +msgstr "Selle lehekülje avamiseks tuleb kasutada https: URL-i." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Vigane soovi versiooninumber %d.%d!" + +msgid "No attributes in request!" +msgstr "Soovis puuduvad atribuudid!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Atribuudigrupid pole õiges järjekorras (%x < %x)!" + +msgid "Missing required attributes!" +msgstr "Nõutud atribuudid puuduvad!" + +#, c-format +msgid "%s not supported!" +msgstr "%s pole toetatud!" + +msgid "The printer or class was not found." +msgstr "Printerit või klassi ei leitud." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "printer-uri peab olema kujul \"ipp://MASINANIMI/classes/KLASSINIMI\"." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" sisaldab vigaseid märke." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Printer nimega \"%s\" on juba olemas!" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Katse määrata %s printer-state vigase väärtusega %d!" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: tundmatu printer-op-policy \"%s\"." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: tundmatu printer-error-policy \"%s\"." + +msgid "Unable to allocate memory for file types!" +msgstr "Failitüüpidele ei õnnestu mälu eraldada!" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Märgistik \"%s\" pole toetatud!" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Keel \"%s\" pole toetatud!" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "notify-user-data väärtus on liiga suur (%d > 63 oktetti)!" + +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "notify-lease-duration atribuuti ei saa kasutada töötellimuste korral." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"printer-uri peab olema kujul \"ipp://MASINANIMI/printers/PRINTERINIMI\"." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Klass nimega \"%s\" on juba olemas!" + +#, c-format +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"Failiseadme URI-d on keelatud! Nende lubamiseks vaadake FileDevice " +"direktiivi failis \"%s/cupsd.conf\"." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "Vigane device-uri \"%s\"!" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "Vigane port-monitor \"%s\"!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Vigane printer-state väärtus %d!" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Tundmatu printer-op-policy \"%s\"." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Tundmatu printer-error-policy \"%s\"." + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "Liideseskripti kopeerimine ebaõnnestus - %s!" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "PPD-faili kopeerimine ebaõnnestus - %s!" + +msgid "Unable to copy PPD file!" +msgstr "PPD-faili kopeerimine ebaõnnestus!" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Saadi printer-uri atribuut, aga mitte job-id!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Vigane job-uri atribuut \"%s\"!" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "Tööd nr %d ei ole olemas!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "Tööd nr %d ei hoita autentimiseks!" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "Teil pole õigust autentida tööd nr %d, mille omanik on \"%s\"!" + +msgid "The printer-uri attribute is required!" +msgstr "Vajalik on printer-uri atribuut!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Puudub requesting-user-name atribuut!" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "printer-uri \"%s\" ei ole korrektne." + +#, c-format +msgid "No active jobs on %s!" +msgstr "%s: pole ühtegi aktiivset tööd!" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "Teil pole õigust kustutada tööd nr %d, mille omanik on \"%s\"!" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "Töö nr %d on juba %s - ei saa katkestada." + +msgid "The printer or class is not shared!" +msgstr "Printer või klass pole ühiskasutuses!" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Sihtkoht \"%s\" ei võta töid vastu." + +#, c-format +msgid "Bad copies value %d." +msgstr "Vigane koopiate väärtus %d." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Vigased lehevahemike väärtused %d-%d." + +msgid "Too many active jobs." +msgstr "Liiga palju aktiivseid täid." + +msgid "Quota limit reached." +msgstr "Kvoot on täis." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "Töö lisamine sihtkohale \"%s\" ebaõnnestus!" + +msgid "No subscription attributes in request!" +msgstr "Soovis puuduvad tellimisatribuudid!" + +msgid "notify-events not specified!" +msgstr "notify-events pole määratud!" + +#, c-format +msgid "Job %d not found!" +msgstr "Tööd %d ei leitud!" + +msgid "No default printer" +msgstr "Vaikimisi printer puudub" + +msgid "cups-deviced failed to execute." +msgstr "cups-deviced käivitamine ebaõnnestus." + +msgid "cups-driverd failed to execute." +msgstr "cups-driverd käivitamine ebaõnnestus." + +msgid "No destinations added." +msgstr "Sihtkohti pole lisatud." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d on vigane!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "Tööd nr %s ei ole olemas!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "Tööd nr %d ei ole olemas!" + +msgid "No subscriptions found." +msgstr "Tellimusi ei leitud." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "Pole õigust hoida tööd %d, mille omanik on \"%s\"!" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "Töö nr %d on lõpetatud ja seda ei saa muuta!" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "Teil pole õigust liigutada tööd nr %d, mille omanik on \"%s\"!" + +msgid "job-printer-uri attribute missing!" +msgstr "job-printer-uri atribuut puudub!" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "Toetamata tihendus \"%s\"!" + +msgid "No file!?!" +msgstr "Faili polegi!?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Tüübi \"%s\" uurimine ebaõnnestus!" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Toetamata vorming '%s/%s'!" + +msgid "Printer not shared!" +msgstr "Printer ei ole ühiskasutuses!" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "Liiga palju töid - %d tööd, maksimaalselt võib olla %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "Tööd nr %d ei hoita!" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "Teil pole õigust vabastada tööd ID-ga %d, mille omanik on \"%s\"!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "Töö nr %d ei ole lõpetatud!" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "Tööd nr %d ei saa taaskäivitada - faile pole!" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "Teil pole õigust taaskäivitada tööd ID-ga %d, mille omanik on \"%s\"!" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "Teil pole õigust saata dokumenti tööle nr %d, mille omanik on \"%s\"!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "Vigane document-format \"%s\"!" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "Teil pole õigust muuta töö ID-d %d, mille omanik on \"%s\"!" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s ei ole muudetav." + +msgid "Bad job-priority value!" +msgstr "Vigane töö prioriteedi väärtus!" + +msgid "Job is completed and cannot be changed." +msgstr "Töö on lõpetatud ja seda ei saa muuta." + +msgid "Bad job-state value!" +msgstr "Vigane job-state väärtus!" + +msgid "Job state cannot be changed." +msgstr "Töö olekut ei saa muuta." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "Toetamata tihenduse atribuut %s!" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Toetamata vorming \"%s\"!" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s on CUPS-i lpc versioonis toetamata.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Käske võib lühendada. Käsud on järgmised:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tabi käskude kohta\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tdeemoni ja järjekorra staatuse kuvamine\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Vigane abikäsk tundmatu" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tprinter seadmes '%s' kiirus -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tjärjekord on lubatud\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tjärjekord on keelatud\n" + +msgid "\tprinting is enabled\n" +msgstr "\ttrükkimine on lubatud\n" + +msgid "\tprinting is disabled\n" +msgstr "\ttrükkimine on keelatud\n" + +msgid "\tno entries\n" +msgstr "\tkirjeid pole\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d kirjet\n" + +msgid "\tdaemon present\n" +msgstr "\tdeemon töötab\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: serveriga ei õnnestu ühendust luua!\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: vabandust, krüptotoetus pole kompileeritud!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: tundmatu sihtkoht \"%s/%s\"!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: tundmatu sihtkoht \"%s\"!\n" + +#, c-format +msgid "" +"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lp: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: viga - vaikimisi sihtkoht pole saadaval.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs ebaõnnestus: %s\n" + +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"Järk Omanik Prio Töö Failid Kogusuurus\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Järk Omanik Töö Failid Kogusuurus\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [töö %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f baiti\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f baiti\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f baiti\n" + +msgid "no entries\n" +msgstr "kirjeid pole\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes ebaõnnestus: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s on valmis\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s on valmis ja trükib" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s ei ole valmis\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Kasutamine: lpq [-P sihtkoht] [-l] [+intervall]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: viga - oodati väärust pärast võtit -%c!\n" + +#, c-format +msgid "" +"lpr: warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"lpr: hoiatus - '%c' vormingus modifikaator pole toetatud - väljund võib olla " +"vigane!\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: viga - oodati võti=väärtus pärast võtit -o!\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "lpr: hoiatus - märguanne e-postiga pole veel toetatud!\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: viga - oodati sihtkohta pärast võtit -P!\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: viga - oodati koopiate arvu pärast võtit -#!\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: viga - oodati nime pärast võtit -%c!\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: viga - oodati kasutajanime pärast võtit -U!\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: viga - tundmatu võti '%c'!\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: viga - ligipääs asukohale \"%s\" ebaõnnestus - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: viga - liiga palju faile - \"%s\"\n" + +#, c-format +msgid "" +"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpr: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: viga - vaikimisi sihtkoht pole saadaval.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: viga - ajastaja ei vasta!\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: viga - ei õnnestu luua ajutist faili \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: viga - ei õnnestu kirjutada ajutist faili \"%s\" - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: viga - standardsisend on tühi, ühtegi tööd ei ole saadetud.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: viga - ei õnnestu trükkida faili: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: ei õnnestu saada ühendust serveriga!\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: tundmatu sihtkoht \"%s\"!\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: tundmatu võti '%c'!\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: tööd või printerit ei leitud!\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: pole õigust lprm töid!\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: töö ID %d ei kuulu Teile!\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: tööde lprm ei ole võimalik!\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: tööde katkestamine ei ole võimalik!\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: ei tea, mida ette võtta!\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: oodati serveri nime pärast -h!\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: oodati teksti pärast -r!\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: tundmatu võti '%c'!\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: ei õnnestu saada ühendust serveriga: %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: toiming ebaõnnestus: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: viga - oodati masinanime pärast võtit '.h'!\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: viga - oodati kasutajanime pärast võtit '-u'!\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: tundmatu võti '%c'!\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: tundmatu sihtkoht \"%s\"!\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: ei õnnestu saada ühendust serveriga!\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s ebaõnnestus: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: puudub väärtus real %d!\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: puuduvad kahekordsed jutumärgid real %d!\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: vigane võti + valik real %d!\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: ei õnnestu saada ühendust serveriga \"%s\" %s jaoks - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: puudub PPD printerile \"%s\" - jäetakse vahele!\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes ebaõnnestus \"%s\" jaoks: %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: ei õnnestunud teisendada PPD-faili %s jaoks - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: ei õnnestunud kopeerida Windows 2000 printeridraiverifaile (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: ei õnnestunud kopeerida CUPS-i printeridraiverifaile (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: ei õnnestunud paigaldada Windows 2000 printeridraiverifaile (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: ei õnnestunud kopeerida Windows 9x printeridraiverifaile (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: ei õnnestunud paigaldada Windows 9x printeridraiverifaile (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: ei õnnestunud määrata Windowsi printeridraiverit (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Kasutamine: cupsaddsmb [võtmed] printer1 ... printerN\n" +" cupsaddsmb [võtmed] -a\n" +"\n" +"Võtmed:\n" +" -H samba-server määratud SAMBA-serveri kasutamine\n" +" -U samba-kasutaja määratud SAMBA kasutajaga autentimine\n" +" -a Kõigi printerite eksport\n" +" -h cups-server määratud CUPS-serveri kasutamine\n" +" -v Häälekus (käskude näitamine)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: võti -q ei sobi kokku võtmega -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: võti -v ei sobi kokku võtmega -q.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" EBAÕNN\n" +" **EBAÕNN** PPD-faili avamine ebaõnnestus - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" EBAÕNN\n" +" **EBAÕNN** PPD-faili avamine ebaõnnestus - %s real %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " Viide: lk 42, sektsioon 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " Viide: lk 20, sektsioon 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " Viide: lk 45-46, sektsioon 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " Viide: lk 42-45, sektsioon 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " Viide: lk 48-49, sektsioon 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " Viide: lk 52-54, sektsioon 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " Viide: lk 15, sektsioon 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " Viide: lk 15, sektsioon 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " Viide: lk 16-17, sektsioon 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " Viide: lk 19, sektsioon 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " Viide: lk 27, sektsioon 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" ÜKSIKASJALIKUD SOBIVUSTESTI TULEMUSED\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " HOIATUS %s on ilma vastavate võtmeteta!\n" + +msgid " FAIL\n" +msgstr " EBAÕNN\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK DefaultImageableArea\n" +" Viide: lk 102, sektsioon 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **EBAÕNN** VIGANE DefaultImageableArea %s!\n" +" Viide: lk 102, sektsioon 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " SOORITATUD DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK DefaultPaperDimension\n" +" Viide: lk 103, sektsioon 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **EBAÕNN** VIGANE DefaultPaperDimension %s!\n" +" Viide: lk 103, sektsioon 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " SOORITATUD DefaultPaperDimension\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **EBAÕNN** VIGANE Default%s %s\n" +" Viide: lk 40, sektsioon 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " SOORITATUD Default%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **EBAÕNN** VAJALIK Default%s\n" +" Viide: lk 40, sektsioon 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " SOORITATUD FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK FileVersion\n" +" Viide: lk 56, sektsioon 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " SOORITATUD FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK FormatVersion\n" +" Viide: lk 56, sektsioon 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " SOORITATUD LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK LanguageEncoding\n" +" Viide: lk 56-57, sektsioon 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " SOORITATUD LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK LanguageVersion\n" +" Viide: lk 57-58, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **EBAÕNN** VIGANE Manufacturer (peab olema \"HP\")\n" +" Viide: lk 211, tabel D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " SOORITATUD Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK Manufacturer\n" +" Viide: lk 58-59, sektsioon 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE ModelName - \"%c\" ei ole stringis lubatud.\n" +" Viide: lk 59-60, sektsioon 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " SOORITATUD ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK ModelName\n" +" Viide: lk 59-60, sektsioon 5.3.\n" + +msgid " PASS NickName\n" +msgstr " SOORITATUD NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK NickName\n" +" Viide: lk 60, sektsioon 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " SOORITATUD PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **EBAÕNN** VAJALIK PageSize\n" +" Viide: lk 99-100, sektsioon 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " SOORITATUD PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **EBAÕNN** VAJALIK PageRegion\n" +" Viide: lk 100, sektsioon 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " SOORITATUD PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK PCFileName\n" +" Viide: lk 61-62, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE Product - pole \"(string)\".\n" +" Viide: lk 62, sektsioon 5.3.\n" + +msgid " PASS Product\n" +msgstr " SOORITATUD Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK Product\n" +" Viide: lk 62, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE PSVersion - pole \"(string) int\".\n" +" Viide: lk 62-64, sektsioon 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " SOORITATUD PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK PSVersion\n" +" Viide: lk 62-64, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE ShortNickName - pikem kui 31 märki.\n" +" Viide: lk 64-65, sektsioon 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " SOORITATUD ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK ShortNickName\n" +" Viide: lk 64-65, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **EBAÕNN** VIGANE JobPatchFile atribuut failis\n" +" Viide: lk 24, sektsioon 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **EBAÕNN** VAJALIK PageSize\n" +" Viide: lk 41, sektsioon 5.\n" +" Viide: lk 99, sektsioon 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK ImageableArea PageSize %s jaoks\n" +" Viide: lk 41, sektsioon 5.\n" +" Viide: lk 102, sektsioon 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK PaperDimension PageSize %s jaoks\n" +" Viide: lk 41, sektsioon 5.\n" +" Viide: lk 103, sektsioon 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **EBAÕNN** Vigane %s valik %s!\n" +" Viide: lk 84, sektsioon 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **EBAÕNN** VAJALIK %s ei defineeri valikut None!\n" +" Viide: lk 122, sektsioon 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **EBAÕNN** Vigane %s valik %s!\n" +" Viide: lk 122, sektsioon 5.17\n" + +msgid " PASS\n" +msgstr " SOORITATUD\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" HOIATUS Dupleksi võtme võtmesõna %s peab olema nimega Duplex või " +"JCLDuplex!\n" +" Viide: lk 122, sektsioon 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " HOIATUS Vaikevalikud on konfliktis!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" HOIATUS Iganenud PPD versioon %.1f!\n" +" Viide: lk 42, sektsioon 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" HOIATUS LanguageEncoding on PPD 4.3 spetsifikatsiooni järgi " +"nõutav.\n" +" Viide: lk 56-57, sektsioon 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" HOIATUS Manufacturer on PPD 4.3 spetsifikatsiooni järgi nõutav.\n" +" Viide: lk 58-59, sektsioon 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" HOIATUS PCFileName pikem kui 8.3 läheb vastuollu PPD " +"spetsifikatsiooniga.\n" +" Viide: lk 61-62, sektsioon 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" HOIATUS ShortNickName on PPD 4.3 spetsifikatsiooni järgi nõutav.\n" +" Viide: lk 64-65, sektsioon 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" HOIATUS Protocols sisaldab nii PJL kui ka BCP; oodati TBCP.\n" +" Viide: lk 78-79, sektsioon 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" HOIATUS Protocols sisaldab PJL, kuid JCL atribuudid pole " +"määratud.\n" +" Viide: lk 78-79, sektsioon 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" HOIATUS %s on sama prefiksiga, mis %s\n" +" Viide: lk 15, sektsioon 3.2.\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " %d VIGA%s LEITUD\n" + +msgid " NO ERRORS FOUND\n" +msgstr " VIGU EI LEITUD\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" HOIATUS \"%s %s\" on konfliktis \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Kasutamine: cupstestppd [-q] [-r] [-v[v]] failinimi1.ppd[.gz] [... " +"failinimiN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: pärast -W on vajalik \"completed\" või \"not-completed\"!\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: võti -b nõuab sihtkoha argumenti.\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Viga: pärast võtit '-h' on vajalik masinanimi!\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: tundmatu võti '%c'!\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: vigane sihtkoha nimi loendis \"%s\"!\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: tundmatu sihtkoht \"%s\"!\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: ei õnnestu saada ühendust serveriga %s pordis %d: %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers ebaõnnestus: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s võtab soove vastu alates 01. jaan 00:00\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s ei võta soove vastu alates 01. jaan 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s võtab soove vastu alates 01. jaan 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s ei võta soove vastu alates 01. jaan 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes ebaõnnestus: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "klassi %s liikmed:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "süsteemi vaikimisi sihtkoht: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "süsteemi vaikimisi sihtkoht: %s\n" + +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "lpstat: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" + +msgid "no system default destination\n" +msgstr "süsteemi vaikimisi sihtkoht puudub\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "Printeri %s väljund saadetakse võrguprinterisse %s masinas %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "Printeri %s väljund saadetakse %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "Printeri %s/%s väljund saadetakse võrguprinterisse %s masinas %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Printeri %s/%s väljund saadetakse %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "seade %s jaoks: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "seade %s/%s jaoks: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs ebaõnnestus: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\tjärjekorras %s jaoks\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "printer %s on jõude. sisse lülitatud alates %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "printer %s trükib praegu %s-%d. sisse lülitatud alates %s\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "printer %s välja lülitatud alates %s -\n" + +msgid "\treason unknown\n" +msgstr "\tpõhjus teadmata\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tVorm ühendatud:\n" +"\tSisu tüübid: suvaline\n" +"\tPrinteri tüübid: teadmata\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tKirjeldus: %s\n" + +msgid "\tAlerts:" +msgstr "\tHoiatused:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tAsukoht: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tÜhendus: võrgus\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tLiides: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tÜhendus: otsene\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tLiides: %s/interfaces/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tLiides: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tVea korral: hoiatus puudub\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tVea järel: jätkatakse\n" + +msgid "\tUsers allowed:\n" +msgstr "\tLubatud kasutajad:\n" + +msgid "\tUsers denied:\n" +msgstr "\tKeelatud kasutajad:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(kõik)\n" + +msgid "\tForms allowed:\n" +msgstr "\tLubatud vormid:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(puudub)\n" + +msgid "\tBanner required\n" +msgstr "\tBanner nõutav\n" + +msgid "\tCharset sets:\n" +msgstr "\tMärgistikud:\n" + +msgid "\tDefault pitch:\n" +msgstr "\tVaikimisi tihedus:\n" + +msgid "\tDefault page size:\n" +msgstr "\tVaikimisi lehe suurus:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tVaikimisi pordi seadistused:\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "printer %s/%s on jõude. sisse lülitatud alates %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "printer %s/%s trükib praegu %s-%d. sisse lülitatud alates %s\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "printer %s/%s välja lülitatud alates %s -\n" + +msgid "scheduler is running\n" +msgstr "ajastaja töötab\n" + +msgid "scheduler is not running\n" +msgstr "ajastaja ei tööta\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: ei õnnestu saada ühendust serveriga: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu lisada printerit klassi:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: võtme '-c' järel oodati klassi nime!\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: klassi nimi tohib sisaldada ainult trükitavaid märke!\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: võtme '-d' järel oodati printeri nime!\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: printeri nimi tohib sisaldada ainult trükitavaid märke!\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: võtme '-h' järel oodati masinanime!\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata liideseskripti:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: võtme '-i' järel oodati liidest!\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata liideseskripti või PPD-faili:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: võtme '-m' järel oodati mudelit!\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: võtme '-o' järel oodati nimi=väärtus!\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: võtme '-p' järel oodati printerit!\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu eemaldada printerit klassist:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: võtme '-r' järel oodati klassi!\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: võtme '-u' järel oodati allow/deny:kasutajateloend" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: tundmatu allow/deny võti \"%s\"!\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata seadme URI:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: võtme '-v' järel oodati seadme URI!\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: võtme '-x' järel oodati printerit või klassi!\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata printeri kirjeldust:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: võtme '-D' järel oodati kirjeldust!\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: võtme '-I' järel oodati faili tüüpi/tüüpe!\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: hoiatus - sisu tüüpide loendit ignoreeritakse!\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata printeri asukohta:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: võtme '-L' järel oodati asukohta!\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata PPD-faili:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: võtme '-P' järel oodati PPD-d!\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: tundmatu võti '%c'!\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: tundmatu argument '%s'!\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata printeri võtmeid:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Kasutamine:\n" +"\n" +" lpadmin [-h server] -d sihtkoht\n" +" lpadmin [-h server] -x sihtkoht\n" +" lpadmin [-h server] -p printer [-c add-class] [-i liides] [-m mudel]\n" +" [-r remove-class] [-v seade] [-D kirjeldus]\n" +" [-P ppd-fail] [-o nimi=väärtus]\n" +" [-u allow:kasutaja,kasutaja] [-u deny:kasutaja," +"kasutaja]\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer (mudeli määramine) ebaõnnestus: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: add-printer (kirjelduse määramine) ebaõnnestus: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: add-printer (asukoha määramine) ebaõnnestus: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: ei õnnestu avada PPD-faili \"%s\" - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s ebaõnnestus: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: võtme -d järel oodati sihtkohta!\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: võtme -f järel oodati vormi!\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: võtme -h järel oodati masinanime!\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: võtme -i järel oodati töö ID-d!\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "lp: viga - faile ei saa trükkida ja töid muuta ühel ajal!\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: viga - vigane töö ID!\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: võtme -n järel oodati koopiaid!\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp. võtme -o järel oodati võtme stringi!\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: võtme -%c järel oodati prioriteeti!\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: prioriteet peab olema vahemikus 1 kuni 100.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: võtme -t järel oodati tiitlit!\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: võtme -y järel oodati režiimiloendit!\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: hoiatus - režiimivõtit ignoreeritakse!\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: vätme -H järel oodati hoitava nime!\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: enne \"-H restart\" on vajalik töö ID (-i)!\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: võtme -P järel oodati leheloendit!\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: võtme -S järel oodati märgistikku!\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: hoiatus - märgistikuvõtit ignoreeritakse!\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: võtme -T järel oodati sisu tüüpi!\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: hoiatus - sisu tüübi võtit ignoreeritakse!\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: tundmatu võti '%c'!\n" + +msgid "" +"lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"lp: viga - standardsisendist ei saa trükkida, kui on antud failid või töö " +"ID!\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: ei õnnestu ligipääs \"%s\" - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: liiga palju faile - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: viga - vaikimisi sihtkoht pole saadaval.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: viga - ajastaja ei vasta!\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: ei õnnestu luua ajutist faili \"%s\" - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: viga - ei õnnestu kirjutada ajutisse faili \"%s\" - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: standardsisend on tühi, ühtegi tööd ei saadetud.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: ei õnnestu trükkida faili: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "soovi ID on %s-%d (%d fail(i))\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job ebaõnnestus: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attributes ebaõnnestus: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: ei õnnestu saada ühendust serveriga: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: tundmatu võti '%c'!\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: tundmatu argument '%s'!\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices ebaõnnestus: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"Seade: uri = %s\n" +" klass = %s\n" +" info = %s\n" +" valmistaja-ja-mudel = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds ebaõnnestus: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"Mudel: nimi = %s\n" +" loomulik_keel = %s\n" +" valmistaja-ja-mudel = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: tundmatu võti '%c'!\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: tundmatu argument '%s'!\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Kasutamine: lpmove töö sihtkoht\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: ei õnnestu saada ühendust serveriga: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job ebaõnnestus: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: tundmatu printer või klass!\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: printerit polegi!?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: ei õnnestu lisada printerit või isendit: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: sihtkohal %s pole PPD-faili!\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: ei õnnestu avada PPD-faili %s jaoks!\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Kasutamine: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o võti[=väärtus] ...\n" +" lpoptions [-h server] [-E] -x printer\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "" +"lppasswd: ainult administraator (root) võib paroole lisada või kustutada!\n" + +msgid "Enter old password:" +msgstr "Vana parool:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: ei õnnestu kopeerida paroolistringi: %s\n" + +msgid "Enter password:" +msgstr "Parool:" + +msgid "Enter password again:" +msgstr "Parool teist korda:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: vabandust, paroolid ei kattu!+n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: vabandust, parool lükati tagasi.\n" +"Parool peab koosnema vähemalt 6 märgist, ei tohi sisaldada Teie\n" +"kasutajanime ning peab sisaldama vähemalt üht tähte ja üht numbrit.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: paroolifail on hõivatud!\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: ei õnnestu avada paroolifaili: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: ei õnnestu kirjutada paroolifaili: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: kasutajat \"%s\" ja gruppi \"%s\" ei ole olemas.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: vabandust , parool ei kattu!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: paroolifaili ei uuendatud!\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd. vana paroolifaili varundamine ebaõnnestus: %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: paroolifaili ümbernimetamine ebaõnnestus: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Kasutamine: lppasswd [-g grupinimi]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Kasutamine: lppasswd [-g grupinimi] [kasutajanimi]\n" +" lppasswd [-g grupinimi] -a [kasutajanimi]\n" +" lppasswd [-g grupinimi] -x [kasutajanimi]\n" + +msgid "Start Printer" +msgstr "Käivita printer" + +msgid "Stop Printer" +msgstr "Peata printer" + +msgid "Start Class" +msgstr "Käivita klass" + +msgid "Stop Class" +msgstr "Peata klass" + +msgid "Accept Jobs" +msgstr "Nõustu töödega" + +msgid "Reject Jobs" +msgstr "Lükka tööd tagasi" + +msgid "Purge Jobs" +msgstr "Puhasta tööd" + +msgid "Set As Default" +msgstr "Määra vaikeväärtuseks" + +msgid "Administration" +msgstr "Haldus" + +msgid "Modify Class" +msgstr "Klassi muutmine" + +msgid "Add Class" +msgstr "Klassi lisamine" + +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Klassi nimes tohib olla ainult kuni 127 trükitavat märki ning selles ei tohi " +"sisalduda tühikuid, kaldkriipse (/) ega trelle (#)." + +msgid "Unable to modify class:" +msgstr "Klassi muutmine ebaõnnestus:" + +msgid "Unable to add class:" +msgstr "Klassi lisamine ebaõnnestus:" + +msgid "Modify Printer" +msgstr "Printeri muutmine" + +msgid "Add Printer" +msgstr "Printeri lisamine" + +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Printeri nimes tohib olla ainult kuni 127 trükitavat märki ning selles ei " +"tohi sisalduda tühikuid, kaldkriipse (/) ega trelle (#)." + +msgid "Unable to get list of printer drivers:" +msgstr "Printeridraiverite loendi hankimine ebaõnnestus:" + +msgid "Unable to modify printer:" +msgstr "Printeri muutmine ebaõnnestus:" + +msgid "Unable to add printer:" +msgstr "Printeri lisamine ebaõnnestus:" + +msgid "Set Printer Options" +msgstr "Printeri valikute määramine" + +msgid "Missing form variable!" +msgstr "Puudub vormi muutuja!" + +msgid "Unable to get PPD file!" +msgstr "PPD-faili hankimine ebaõnnestus!" + +msgid "Unable to open PPD file:" +msgstr "PPD-faili avamine ebaõnnestus:" + +msgid "Banners" +msgstr "Bännerid" + +msgid "Starting Banner" +msgstr "Alustav bänner" + +msgid "Ending Banner" +msgstr "Lõpetav bänner" + +msgid "Policies" +msgstr "Reeglid" + +msgid "Error Policy" +msgstr "Veareegel" + +msgid "Operation Policy" +msgstr "Toimimisreegel" + +msgid "PS Binary Protocol" +msgstr "PS binaarprotokoll" + +msgid "None" +msgstr "Puudub" + +msgid "Unable to set options:" +msgstr "Valikute määramine ebaõnnestus:" + +msgid "Change Settings" +msgstr "Seadistuste muutmine" + +msgid "Unable to change server settings:" +msgstr "Serveri seadistuste muutmine ebaõnnestus:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Faili cupsd.conf üleslaadimine ebaõnnestus:" + +msgid "Edit Configuration File" +msgstr "Seadistustefaili muutmine" + +msgid "Unable to create temporary file:" +msgstr "Ajutise faili loomine ebaõnnestus:" + +msgid "Unable to access cupsd.conf file:" +msgstr "Ligipääs failile cupsd.conf ebaõnnestus:" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Suurema cupsd.conf faili kui 1 MB muutmine ei ole võimalik!" + +msgid "Delete Class" +msgstr "Klassi kustutamine" + +msgid "Unable to delete class:" +msgstr "Klassi kustutamine ebaõnnestus:" + +msgid "Delete Printer" +msgstr "Printeri kustutamine" + +msgid "Unable to delete printer:" +msgstr "Printeri kustutamine ebaõnnestus:" + +msgid "Export Printers to Samba" +msgstr "Printerite eksport Sambasse" + +msgid "Unable to fork process!" +msgstr "Protsessi harutamine ebaõnnestus!" + +msgid "Unable to connect to server!" +msgstr "Ühendumine serveriga ebaõnnestus!" + +msgid "Unable to get printer attributes!" +msgstr "Printeri atribuutide hankimine ebaõnnestus!" + +msgid "Unable to convert PPD file!" +msgstr "PPD-faili teisendamine ebaõnnestus!" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "Windows 2000 printeridraiverifailide kopeerimine ebaõnnestus!" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "Windows 2000 printeridraiverifailide paigaldamine ebaõnnestus!" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "Windows 9x printeridraiverifailide kopeerimine ebaõnnestus!" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "Windows 9x printeridraiverifailide paigaldamine ebaõnnestus!" + +msgid "Unable to set Windows printer driver!" +msgstr "Windowsi printeridraiveri määramine ebaõnnestus!" + +msgid "No printer drivers found!" +msgstr "Printeridraivereid ei leitud!" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "Käsu cupsaddsmb täitmine ebaõnnestus!" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb ebaõnnestus olekuga %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb elas üle krahhi signaaliga %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "Printeridraiverite ekspordiks on nõutav Samba kasutajanimi!" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Printeridraiverite ekspordiks on nõutav Samba parool!" + +msgid "Unable to open cupsd.conf file:" +msgstr "Faili cupsd.conf avaline ebaõnnestus:" + +msgid "Unable to change printer:" +msgstr "Printeri muutmine ebaõnnestus:" + +msgid "Set Allowed Users" +msgstr "Lubatud kasutajate määramine" + +msgid "Unable to get printer attributes:" +msgstr "Printeri atribuutide hankimine ebaõnnestus:" + +msgid "Set Publishing" +msgstr "Avaldamise määramine" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Atribuudi printer-is-shared muutmine ebaõnnestus:" + +msgid "Classes" +msgstr "Klassid" + +msgid "Unable to get class list:" +msgstr "Klassiloendi hankimine ebaõnnestus:" + +msgid "Unable to get class status:" +msgstr "Klassi oleku hankimine ebaõnnestus:" + +msgid "Move Job" +msgstr "Töö liigutamine" + +msgid "Unable to find destination for job!" +msgstr "Tööle ei leitud sihtkohta!" + +msgid "Move All Jobs" +msgstr "Kõigi tööde liigutamine" + +msgid "Unable to move job" +msgstr "Töö liigutamine ebaõnnestus" + +msgid "Unable to move jobs" +msgstr "Tööde liigutamine ebaõnnestus" + +msgid "Print Test Page" +msgstr "Testlehekülje trükkimine" + +msgid "Unable to print test page:" +msgstr "Testlehekülje trükkimine ebaõnnestus:" + +msgid "Jobs" +msgstr "Tööd" + +msgid "Job operation failed:" +msgstr "Töötoiming ebaõnnestus:" + +msgid "Printers" +msgstr "Printerid" + +msgid "Unable to get printer list:" +msgstr "Printeriloendi hankimine ebaõnnestus:" + +msgid "Unable to get printer status:" +msgstr "Printeri oleku hankimine ebaõnnestus:" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "PPD-faili avamine ebaõnnestus" + +msgid "NULL PPD file pointer" +msgstr "NULL PPD-faili viit" + +msgid "Memory allocation error" +msgstr "Mälueralduse viga" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Puudub PPD-Adobe-4.x päis" + +msgid "Missing value string" +msgstr "Puudub väärtusestring" + +msgid "Internal error" +msgstr "Sisemine viga" + +msgid "Bad OpenGroup" +msgstr "Vigane OpenGroup" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup ilma eelneva CloseGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Vigane OpenUI/JCLOpenUI" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI ilma eelneva CloseUI/JCLCloseUI" + +msgid "Bad OrderDependency" +msgstr "Vigane OrderDependency" + +msgid "Bad UIConstraints" +msgstr "Vigane UIConstraints" + +msgid "Missing asterisk in column 1" +msgstr "Puudub tärn veerus 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Rida lubatust pikem (255 märki)" + +msgid "Illegal control character" +msgstr "Lubamatu juhtmärk" + +msgid "Illegal main keyword string" +msgstr "Lubamatu peamine võtmesõnastring" + +msgid "Illegal option keyword string" +msgstr "Lubamatu võtme võtmesõnastring" + +msgid "Illegal translation string" +msgstr "Lubamatu tõlkestring" + +msgid "Illegal whitespace character" +msgstr "Lubamatu tühimärk" + +msgid "Bad custom parameter" +msgstr "Vigane kohandatud parameeter" + +msgid "Unknown" +msgstr "Teadmata" + +msgid "Custom" +msgstr "Kohandatud" + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "Autentimisinfot pole antud!" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "%s vajab parooli pääsemaks ligi %s SAMBA kaudu: " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "Käivitatakse käsk: %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: ühtegi Windowsi printeridraiverit pole paigaldatud!\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "" +"cupsaddsmb: hoiatus - ühtegi Windows 2000 printeridraiverit pole " +"paigaldatud!\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: printer %s on juba klassi %s liige.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: ei nähtud ühtegi liikme nime!\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: printer %s ei ole klassi %s liige.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Seade: uri = %s\n" +" klass = %s\n" +" info = %s\n" +" valmistaja-ja-mudel = %s\n" +" seadme-id = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Mudel: nimi = %s\n" +" loomulik_keel = %s\n" +" valmistaja-ja-mudel = %s\n" +" seadme-id = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "Kasutamine: lpmove töö/lähtekoht sihtkoht\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "" +"lpstat: pärast -W on vajalik \"completed\", \"not-completed\" või \"all\"!\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s võtab soove vastu alates %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s ei võta soove vastu alates %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s võtab soove vastu alates %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s ei võta soove vastu alates %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: ei õnnestu saada ühendust serveriga!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: viga - võtme '-U' järel oodati kasutajanime!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: viga - tundmatu sihtkoht \"%s/%s\"!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: tundmatu sihtkoht \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: viga - võtme '-h' järel oodati masinanime!\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: viga - vaikimisi sihtkoht pole saadaval.\n" + +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Kasutamine: lpq [-P sihtkoht] [-U kasutajanimi] [-h masinanimi[:port]] [-l] " +"[+intervall]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: viga - võtme '-H' järel oodati masinanime!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: viga - võtme '-%c' järel oodati väärtust!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: hoiatus - '%c' vormingus modifikaator pole toetatud - väljund võib olla " +"vigane!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: viga - võtme '-o' järel oodati võti=väärtus!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: viga - võtme '-P' järel oodati sihtkohta!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: viga - võtme '-#' järel oodati koopiate arvu!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: viga - võtme '-%c' järel oodati nime!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: viga - tundmatu võti '%c'!\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: viga - ei õnnestu ligipääs \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: viga - liiga palju faile - \"%s\"\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: viga - vaikimisi sihtkoht pole saadaval.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: viga - ajastaja ei vasta!\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: viga - ei õnnestu luua ajutist faili \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: viga - ei õnnestu kirjutada ajutisse faili \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: viga - standardsisend on tühi, ühtegi tööd ei saadetud.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: viga - tundmatu sihtkoht \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: viga - võtme '-r' järel oodati teksti!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: viga - võtme '-u' järel oodati kasutajanime!\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s ebaõnnestus: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: viga - võtme '-d' järel oodati sihtkohta!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: viga - võtme '-f' järel oodati vormi!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: hoiatus - vormivõtit ignoreeritakse!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: võtme '-i' järel oodati töö ID-d!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "%s: viga - faile trükkida ja töid muuta ei saa ühel ajal!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: viga - vigane töö ID!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: viga - võtme '-n' järel oodati koopiaid!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: viga - võtme '-o' järel oodati võtmestringi!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: viga - võtme '-%c' järel oodati prioriteeti!\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: viga - prioriteet peab olema vahemikus 1 kuni 100.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: viga - võtme '-t' järel oodati tiitlit!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: viga - võtme '-y' järel oodati režiimiloendit!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: hoiatus - režiimivõtit ignoreeritakse!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: viga - võtme '-H' järel oodati hoitava nime!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: enne '-H restart' on vajalik töö ID ('-i tööid')!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: viga - võtme '-P' järel oodati leheloendit!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: viga - võtme '-S' järel oodati märgistikku!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: hoiatus - märgistikuvõtit ignoreeritakse!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: viga - võtme '-T' järel oodati sisu tüüpi!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: hoiatus - sisu tüübi võtit ignoreeritakse!\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: viga - standardsisendist ei saa trükkida, kui antud on failid või töö " +"ID!\n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: viga - võtme '-W' järel on vajalik \"completed\", \"not-completed\" või " +"\"all\"!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: viga - võtme '-b' järel oodati sihtkohta!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: vigane sihtkoha nimi loendis \"%s\"!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: ei õnnestu saada ühendust serveriga\n" + +msgid "Print Job:" +msgstr "Trükitöö:" + +msgid "pending" +msgstr "ootel" + +msgid "held" +msgstr "hoitud" + +msgid "processing" +msgstr "töötlemisel" + +msgid "stopped" +msgstr "peatatud" + +msgid "canceled" +msgstr "katkestatud" + +msgid "aborted" +msgstr "loobutud" + +msgid "completed" +msgstr "lõpetatud" + +msgid "unknown" +msgstr "teadmata" + +msgid "untitled" +msgstr "nimeta" + +msgid "Printer:" +msgstr "Printer:" + +msgid "idle" +msgstr "jõude" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Puudub notify-subscription-ids atribuut!" + +msgid "Job subscriptions cannot be renewed!" +msgstr "Töötellimusi ei saa uuendada!" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: võtme \"-c\" järel oodati seadistustefaili nime!\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: launchd(8) toetus pole kompileeritud, käivitatakse tavarežiimis.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: tundmatu võti \"%c\" - loobutakse!\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: tundmatu argument \"%s\" - loobutakse!\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Kasutamine: cupsd [-c seadistustefail] [-f] [-F] [-h] [-l]\n" +"\n" +"-c seadistustefail Alternatiivse seadistustefaili laadimine\n" +"-f Käivitamine esiplaanil\n" +"-F Käivitamine esiplaanil, aga lahtihaagituna\n" +"-h Kasutamisteate näitamine\n" +"-l cupsd käivitamine launchd(8) pealt\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " HOIATUS Rida %d sisaldab ainult tühikut!\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr " HOIATUS Fail sisaldab CR. LF ja CR LF reavahetuste segu!\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" HOIATUS Mitte-Windowsi PPD-failid peavad kasutama ainult LF, " +"mitte CR LF reavahetusi!\n" + +msgid "Printer Maintenance" +msgstr "Printeri hooldus" + +msgid "Unable to send maintenance job:" +msgstr "Hooldustöö saatmine ebaõnnestus:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: puudub PPD-fail printerile \"%s\" - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **EBAÕNN** %s %s ei ole olemas!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **EBAÕNN** Vigane keel \"%s\"!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **EBAÕNN** Vaikimisi tõlkestring võtmele %s sisaldab 8-bitiseid " +"märke!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s, valikule %s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **EBAÕNN** Vaikimisi tõlkestring võtmele %s, valikule %s sisaldab 8-" +"bitiseid märke!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **EBAÕNN** Vigane cupsFilter väärtus \"%s\"!\n" + +msgid "Help" +msgstr "Abi" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "Puudub väärtus real %d!\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "Puuduvad topeltjutumärgid real %d!\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "Vigane võti + valik real %d!\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "Ei õnnestu kopeerida Windows 2000 printeridraiverifaile (%d)!\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "Ei õnnestu kopeerida CUPS-i printeridraiverifaile (%d)!\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "Ei õnnestu paigaldada Windows 2000 printeridraiverifaile (%d)!\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "Ei õnnestu kopeerida Windows 9x printeridraiverifaile (%d)!\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "Ei õnnestu paigaldada Winodws 9x printeridraiverifaile (%d)!\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "Ühtegi Windowsi printeridraiverit pole paigaldatud!+n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "Hoiatus - ühtegi Windows 2000 printeridraiverit pole paigaldatud!\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "Ei õnnestu määrata Windowsi printeridraiverit (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Kasutamine: cupsaddsmb [võtmed] printer1 ... printerN\n" +" cupsaddsmb [võtmed] -a\n" +"\n" +"Options:\n" +" -E Ühenduse krüptimine serveriga\n" +" -H samba-server Määratud SAMBA-serveri kasutamine\n" +" -U samba-kasutaja Määratud SAMBA kasutajaga autentimine\n" +" -a Kõigi printerite eksportimine\n" +" -h cups-server Määratud CUPS-serveri kasutamine\n" +" -v Häälekus (käskude näitamine)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Ei õnnestu kopeerida Windows 2000 printeridraiverifaile (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Ei õnnestu kopeerida CUPS-i printeridraiverifaile (%d)!" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Ei õnnestu paigaldada Windows 2000 printeridraiverifaile (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Ei õnnestu kopeerida Windows 9x printeridraiverifaile (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Ei õnnestu paigaldada Windows 9x printeridraiverifaile (%d)!" + +msgid "No Windows printer drivers are installed!" +msgstr "Ühtegi Windowsi printeridraiverit pole paigaldatud!" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Hoiatus - ühtegi Windows 2000 printeridraiverit pole paigaldatud!" + +#, c-format +msgid "open of %s failed: %s" +msgstr "%s avamine ebaõnnestus: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Käivitatakse käsk: %s %s -N -A %s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "%s stat ebaõnnestus: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "Töö nr %d on juba katkestatud - enam ei saa katkestada." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "Tööst nr %d on juba loobutud - enam ei saa katkestada." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "Töö nr %d on juba lõpetatud - enam ei saa katkestada." + +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Sellele leheküljele pääseb URL-iga https://%s:%d%" +"s." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Toetamata vorming '%s'!" + +msgid "FAIL\n" +msgstr "EBAÕNN\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Rida %d on pikem kui 255 märki (%d)!\n" +" Viide: lk 25, Line Length\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Puudub %!PS-Adobe-3.0 esimesel real!\n" +" Viide: lk 17, 3.1 Conforming Documents\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Vigane %%%%Pages: real %d!\n" +" Viide: lk 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Vigane %%%%BoundingBox: real %d!\n" +" Viide: lk 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Vigane %%%%Page: real %d!\n" +" Viide: lk 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Puuduv või vigane %%BoundingBox: kommentaar!\n" +" Viide: lk 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Puuduv või vigane %%Pages: kommentaar!\n" +" Viide: lk 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Puudub %%EndComments kommentaar!\n" +" Viide: lk 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Puuduvad või vigased %%Page: kommentaarid!\n" +" Viide: lk 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Liiga palju %%EndDocument kommentaare!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Liiga palju %%BeginDocument kommentaare!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Nähti %d rida, mis ületas 255 märgi piiri!+n" + +msgid "PASS\n" +msgstr "SOORITATUD\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Hoiatus: fail sisaldab binaarandmeid!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Hoiatus: iganenud DSC versioon %.1f failis!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Hoiatus: failis puudub %%EndComments kommentaar!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Kasutamine: cupstestdsc [võtmed] failinimi.ps [... failinimi.ps]\n" +" cupstestdsc [võtmed] -\n" +"\n" +"Võtmed:\n" +"\n" +" -h Programmi kasutamise näitamine\n" +"\n" +" Märkus: see programm kontrollib ainult DSC kommentaare, mitte " +"PostScripti ennast.\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "Parool %s jaoks masinas %s? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **EBAÕNN** 1284DeviceId peab olema 1284DeviceID!\n" +" Viide: lk 72, sektsioon 5.5\n" + +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Puudub väärtus real %d!\n" + +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Puuduvad topeltjutumärgid real %d!\n" + +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Vigane võti + valik real %d!\n" + +#, fuzzy +msgid "Empty PPD file!" +msgstr "PPD-faili kopeerimine ebaõnnestus!" + +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Ei õnnestu määrata Windowsi printeridraiverit (%d)!\n" + +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" + +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Töö nr %d on juba katkestatud - enam ei saa katkestada." + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "" + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "" + +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Vigane port-monitor \"%s\"!" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **EBAÕNN** 1284DeviceId peab olema 1284DeviceID!\n" +" Viide: lk 72, sektsioon 5.5\n" + +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: ei õnnestu avada PPD-faili %s jaoks!\n" diff --git a/locale/cups_fr.po b/locale/cups_fr.po new file mode 100644 index 0000000000..1859f5ffa0 --- /dev/null +++ b/locale/cups_fr.po @@ -0,0 +1,2845 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +# +# NDT: I did not translate the messages used in conformance, DSC and PPD tests, +# because they are destined to developers only, as far as I understand. +# + +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2006-05-21 10:08-0400\n" +"PO-Revision-Date: 2007-01-25 19:55+0200\n" +"Last-Translator: Philippe Combes \n" +"Language-Team: Français\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "Options Installées" + +msgid "Class" +msgstr "Classe" + +msgid "Printer" +msgstr "Imprimante" + +msgid "Extra" +msgstr "Supplémentaire" + +msgid "General" +msgstr "Généralités" + +msgid "Media Size" +msgstr "Taille du support" + +msgid "Media Type" +msgstr "Type de support" + +msgid "Media Source" +msgstr "Source du support" + +msgid "Output Mode" +msgstr "Mode de sortie" + +msgid "Resolution" +msgstr "Résolution" + +msgid "Variable" +msgstr "Variable" + +msgid "Yes" +msgstr "Oui" + +msgid "No" +msgstr "Non" + +msgid "Auto" +msgstr "Auto" + +msgid "Enter your username and password or the root username and password to access this page." +msgstr "Entrez votre nom d'utilisateur et votre mot de passe UNIX ou bien identifiez-vous en tant que « root » pour accéder à cette page." + +msgid "You must use a https: URL to access this page." +msgstr "Vous devez utiliser une URL https: pour accéder à cette page." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "La requête a un numéro de version erroné : %d.%d !" + +msgid "No attributes in request!" +msgstr "Aucun attribut dans la requête !" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Les groupes d'attributs ne sont pas dans le bon ordre (%x < %x) !" + +msgid "Missing required attributes!" +msgstr "Il manque des attributs indispensables !" + +#, c-format +msgid "%s not supported!" +msgstr "%s: opération non gérée !" + +msgid "The printer or class was not found." +msgstr "L'imprimante ou la classe n'a pas été trouvée." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "L'URI de l'imprimante doit suivre le format « ipp://NOM_MACHINE/classes/NOM_CLASSE »." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "L'URI de l'imprimante « %s » contient des caractères ." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Il existe déjà une imprimante appelée « %s » !" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Tentative de donner une valeur erronée au paramètre « printer-state » : %d !" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: L'attribut « printer-op-policy » a une valeur non comprise : « %s »." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: L'attribut « printer-error-policy » a une valeur non comprise : « %s »." + +msgid "Unable to allocate memory for file types!" +msgstr "Impossible d'allouer de la mémoire pour les types de fichiers !" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Jeu de caractères « %s » non géré !" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Langue « %s » non gérée !" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "La valeur de l'attribut « notify-user-data » est trop grande ( %d > 63 octets ) !" + +msgid "The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "L'attribut « notify-lease-duration » ne peut pas être utilisé dans une souscription de tâche." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "L'URI de l'imprimante doit suivre le format « ipp://NOM_MACHINE/printers/NOM_CLASSE »." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr ""Il existe déjà une classe appelée « %s » !" + +#, c-format +msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." +msgstr "L'impression dans un fichier a été désactivée ! Pour l'activer, cf. la directive « FileDevice » dans « %s/cupsd.conf »." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "Valeur erronée pour le paramètre « device-uri » : « %s » !" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "Valeur erronée pour le paramètre « port-monitor » : « %s » !" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Valeur erronée pour le paramètre « printer-state » : « %s » !" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "L'attribut « printer-op-policy » a une valeur non comprise : « %s »." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "L'attribut « printer-error-policy » a une valeur non comprise : « %s »." + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "Impossible de copier le « script » d'interface - « %s » !" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "Impossible de copier le fichier PPD - « %s » !" + +msgid "Unable to copy PPD file!" +msgstr "Impossible de copier le fichier PPD !" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Attribut « printer-uri » trouvé mais pas de « job-id »" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Valeur erronée pour l'attribut « job-uri » : « %s » !" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "La tâche n°%d n'existe pas !" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "La tâche n°%d n'est pas en attente d'authentification !" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation d'authentifier la tâche n°%d appartenant à « %s » !" + +msgid "The printer-uri attribute is required!" +msgstr "L'attribut « printer-uri » est indispensable !" + +msgid "Missing requesting-user-name attribute!" +msgstr "Il manque l'attribut « requesting-user-name » !" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "L'attribut « printer-uri » est incorrect : « %s »." + +#, c-format +msgid "No active jobs on %s!" +msgstr "Il n'y a pas de tâche en cours sur « %s » !" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation de supprimer la tâche n°%d appartenant à « %s » !" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "La tâche n°%d est déjà « %s » - impossible de l'annuler." + +msgid "The printer or class is not shared!" +msgstr "L'imprimante ou la classe n'est pas partagée !" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "La destination « %s » n'accepte aucune tâche." + +#, c-format +msgid "Bad copies value %d." +msgstr "Nombre de copies erroné : %d." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Intervalle de pages erroné : %d-%d." + +msgid "Too many active jobs." +msgstr "Trop de tâches en cours." + +msgid "Quota limit reached." +msgstr "Quota atteint." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "Impossible d'ajouter une tâche pour la destination « %s » !" + +msgid "No subscription attributes in request!" +msgstr "Pas d'attribut de souscription dans la requête !" + +msgid "notify-events not specified!" +msgstr "Attribut « notify-events » non renseigné !" + +#, c-format +msgid "Job %d not found!" +msgstr "La tâche n°%d n'a pas été trouvée !" + +msgid "No default printer" +msgstr "Pas d'imprimante par défaut" + +msgid "cups-deviced failed to execute." +msgstr "L'exécution de « cups-deviced » a échouée." + +msgid "cups-driverd failed to execute." +msgstr "L'exécution de « cups-driverd » a échouée." + +msgid "No destinations added." +msgstr "Aucune destination ajoutée." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "Valeur erronée pour l'attribut « notify-subscription-id » : %d !" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "La tâche n°%s n'existe pas !" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "La tâche n°%d n'existe pas !" + +msgid "No subscriptions found." +msgstr "Aucune souscription trouvée." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation de retenir la tâche n°%d appartenant à « %s » !" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "La tâche n°%d est terminée et ne peut plus être modifiée !" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation de transférer la tâche n°%d appartenant à « %s » !" + +msgid "job-printer-uri attribute missing!" +msgstr "Il manque l'attribut « job-printer-uri » !" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "La compression « %s » n'est pas gérée !" + +msgid "No file!?!" +msgstr "Pas de fichier !?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Impossible de comprendre le format « %s » !" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Le format « %s » n'est pas géré !" + +msgid "Printer not shared!" +msgstr "L'imprimante n'est pas partagée !" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "Trop de tâches - %d tâches pour un maximum de %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "La tâche n°%d n'est pas retenue !" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation de libérer la tâche n°%d appartenant à « %s » !" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "La tâche n°%d n'est pas terminée !" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "La tâche n°%d ne peut être redémarrée - aucun fichier !" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation de redémarrer la tâche n°%d appartenant à « %s » !" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation d'envoyer un document pour la tâche n°%d appartenant à « %s » !" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "Format de document erroné : « %s » !" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "Vous n'avez pas l'autorisation de modifier la tâche n°%d appartenant à « %s » !" + +#, c-format +msgid "%s cannot be changed." +msgstr "Impossible de modifier « %s »" + +msgid "Bad job-priority value!" +msgstr "Valeur erronée pour l'attribut « job-priority » !" + +msgid "Job is completed and cannot be changed." +msgstr "La tâche est terminée et ne peut être modifiée." + +msgid "Bad job-state value!" +msgstr "Valeur erronée pour l'attribut « job-state » !" + +msgid "Job state cannot be changed." +msgstr "L'état de la tâche ne peut être modifié." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "L'attribute de compression %s n'est pas géré !" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Le format « %s » n'est pas géré !" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "« %s » n'est pas implanté dans la version CUPS de lpc.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Les commandes peuvent être abrégée. Elles sont:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tobtenir de l'aide sur les commandes\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\taffiche l'état du démon et de la file\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Commande d'aide inconnue\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tl'imprimante est sur le périphérique '%s', vitesse -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tla mise en file d'attente est permise\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tla mise en file d'attente est refusée\n" + +msgid "\tprinting is enabled\n" +msgstr "\tl'impression est permise\n" + +msgid "\tprinting is disabled\n" +msgstr "\tl'impression est refusée\n" + +msgid "\tno entries\n" +msgstr "\taucune entrée\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d entrées\n" + +msgid "\tdaemon present\n" +msgstr "\tdémon présent\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: Impossible de contacter le serveur !\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Désolé, la gestion du cryptage n'a pas été compilée !\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr lpq: Destination « %s/%s » inconnue !\n"" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: Destination « %s » inconnue !\n" + +#, c-format +msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lp: erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: erreur - aucune destination par défaut n'est disponible.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: « get-jobs » a échoué: %s\n" + +msgid "Rank Owner Pri Job Files Total Size\n" +msgstr "Rang Propr. Prio Tâche Fichiers Taille totale\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Rang Propr. Tâche Fichiers Taille totale\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [tâche %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f octets\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f octets\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f octets\n" + +msgid "no entries\n" +msgstr "aucune entrée\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes a échoué : %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s est prête\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s est prête et en cours d'impression\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s n'est pas prête\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Utilisation : lpq [-P dest] [-l] [+intervalle]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: erreur - il faut une valeur après l'option '-%c' !\n" + +#, c-format +msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "lpr: attention - le modificateur de format '%c' n'est pas géré - l'affichage pourrait être incorrect !\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: erreur - il faut un argument du type option=valeur après l'option '-o' !\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "lpr: attention - la notification par courriel n'est pas encore gérée !\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: erreur - il faut une destination après l'option '-P' !\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: erreur - il faut un nombre de copies après l'option '-#' !\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: erreur - il faut un nom après l'option '-%c' !\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: erreur - il faut un nom d'utilisateur après l'option '-U' !\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: erreur - option '%c' inconnue !\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: erreur - impossible d'accéder à « %s » - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: erreur - trop de fichiers - « %s »\n" + +#, c-format +msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpr: erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: erreur - aucune destination par défaut n'est disponible.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: erreur - l'ordonnanceur ne répond pas !\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: erreur - impossible de créer le fichier temporaire « %s » - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: erreur - stdin est vide, donc aucune tâche n'a été envoyée.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: erreur - impossible d'imprimer le fichier : %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Impossible de contacter le serveur !\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: Destination « %s » inconnue !\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: Option '%c' inconnue !\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: La tâche ou l'imprimante n'a pas été trouvée !\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: Vous n'avez pas l'autorisation de supprimer cette(ces) tâche(s) !\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr lprm: La tâche n°%d ne vous appartient pas !\n"" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: Impossible de supprimer cette(ces) tâche(s) !\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: Impossible d'annuler cette(ces) tâche(s) !\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: Je ne sais que faire !" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: Il faut un nom de serveur après l'option '-h' !\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: Il faut le texte de la raison après l'option '-r' !\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: Option '%c' inconnue !\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Impossible de se connecter au serveur : %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: L'opération a échoué : %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "annulation: erreur - il faut un nom de machine après l'option '-h' !\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "annulation: erreur - il faut un nom d'utilisateur après l'option '-u' !\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "annulation: Option '%c' inconnue !" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "annulation: Destination inconnue « %s » !" + +msgid "cancel: Unable to contact server!\n" +msgstr "annulation: Impossible de contacter le serveur !\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "annulation: %s a échoué :%s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: Il manque une valeur à la ligne n°%d !\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: Il manque un \" à la ligne n°%d !\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: Option et choix erronés à la ligne n°%d !\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: Impossible de se connecter au serveur « %s » pour %s - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: Aucun fichier PPD pour l'imprimante « %s » - ignorée !\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes a échoué pour « %s » : %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: Impossible de convertir le fichier PPD pour %s - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour Windows 2000 (%d) !\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour CUPS (%d) !\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: Impossible d'installer les fichiers du pilote d'impression pour Windows 2000 (%d) !\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour Windows 9x (%d) !\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: Impossible d'installer les fichiers du pilote d'impression pour Windows 9x (%d) !\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: Impossible de paramétrer le pilote d'impression pour Windows (%d) !\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Utilisation : cupsaddsmb [options] imprimante1 ... imprimanteN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H serveur-samba Utiliser le serveur SAMBA désigné\n" +" -U utilisateur-samba S'authentifier avec l'utilisateur SAMBA désigné\n" +" -a Exporter toutes les imprimantes\n" +" -h serveur-CUPS Utiliser le serveur CUPS désigné\n" +" -v Être locace ( afficher les commandes )\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: L'option est -q incomptaible avec l'option -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: L'option est -v incomptaible avec l'option -q.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Page 42, section 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Page 20, section 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Pages 45-46, section 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Pages 42-45, section 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Pages 48-49, section 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Pages 52-54, section 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Page 15, section 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Page 15, section 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Pages 16-17, section 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Page 19, section 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Page 27, section 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " WARN %s has no corresponding options!\n" + +msgid " FAIL\n" +msgstr " FAIL\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " PASS DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " PASS DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " PASS Default%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " PASS FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " PASS FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " PASS LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " PASS LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " PASS Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " PASS ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" + +msgid " PASS NickName\n" +msgstr " PASS NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " PASS PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " PASS PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " PASS PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" + +msgid " PASS Product\n" +msgstr " PASS Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " PASS PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " PASS ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n"\n" +" REF: Page 99, section 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" + +msgid " PASS\n" +msgstr " PASS\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" +" REF: Page 122, section 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr "" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " %d ERROR%s FOUND\n" + +msgid " NO ERRORS FOUND\n" +msgstr " NO ERRORS FOUND\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Utilisation : cupstestppd [-q] [-r] [-v[v]] fichier1.ppd[.gz] [... fichierN.ppd[.gz]]\n" +" programme | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: Il faut « completed » ou « not-completed » après l'option -W !\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: Il faut une destination après l'option '-b' !\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Erreur : Il faut un nom d'hôte après l'option '-h' !\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: Option '%c inconnue !\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: Nom de destination incorrect dans la liste « %s » !\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: Destination « %s » inconnue !\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: Impossible de se connecter au serveur « %s » sur le port %d : %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers a échoué: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s accepte les requêtes depuis le Jan 01 00:00\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s n'accepte pas les requêtes depuis le Jan 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s accepte les requêtes depuis le Jan 01 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s n'accepte pas les requêtes depuis le Jan 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes a échoué : %s !\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "membres de la classe %s :\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "destination par défaut du système : %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "destination par défaut du système : %s\n" + +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"lpstat: erreur - la variable d'environnement désigne une destination\n" +" inexistente « %s » !\n" + +msgid "no system default destination\n" +msgstr "le système n'a pas de destination par défaut\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "" +"Ce qui est envoyé à l'imprimante %s est redirigé vers l'imprimante\n" +"distante %s sur %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "Ce qui est envoyé à l'imprimante %s est redirigé vers %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"Ce qui est envoyé à l'imprimante %s/%s est redirigé vers l'imprimante\n" +"distante %s sur %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Ce qui est envoyé à l'imprimante %s/%s est redirigé vers %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "périphérique pour %s : %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "périphérique pour %s/%s : %s \n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs a échoué : %s !\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\tmis en file d'attente pour %s\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "l'imprimante %s ne fait rien ; elle est activée depuis le %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "l'imprimante %s est en train d'imprimer %s-%d ; elle est activée depuis le %s\n"" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "l'imprimante %s est désactivée depuis le %s -\n" + +msgid "\treason unknown\n" +msgstr "\traison inconnue\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tFormat monté :\n" +"\tTypes de contenu : any\n" +"\tTypes d'imprimante : unknown\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tDescription : %s\n" + +msgid "\tAlerts:" +msgstr "\tAlertes :" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tLieu : %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tConnexion : distante\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterface : %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tConnexion : directe\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterface : %s/interfaces/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterface : %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tEn cas d'erreur : pas d'alerte\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tAprès une erreur : poursuivre\n" + +msgid "\tUsers allowed:\n" +msgstr "\tUtilisateurs autorisés :\n" + +msgid "\tUsers denied:\n" +msgstr "\tUtilisateurs refusés :\n" + +msgid "\t\t(all)\n" +msgstr "\t\t( tous )\n" + +msgid "\tForms allowed:\n" +msgstr "\tFormats autorisés :\n" + +msgid "\t\t(none)\n" +msgstr "\t\t( aucun )\n" + +msgid "\tBanner required\n" +msgstr "\tBannière requise\n" + +msgid "\tCharset sets:\n" +msgstr "\tJeux de caractères :\n" + +msgid "\tDefault pitch:\n" +msgstr "\t« pitch » par défaut :\n" + +msgid "\tDefault page size:\n" +msgstr "\tTaille de papier par défaut :\n" + +msgid "\tDefault port settings:\n" +msgstr "\tParamètres par défaut du port :\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "l'imprimante %s/%s ne fait rien ; elle est activée depuis le %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "l'imprimante %s/%s est en train d'imprimer %s-%d ; elle est activée depuis le %s\n"" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "l'imprimante %s/%s est désactivée depuis le %s -\n" + +msgid "scheduler is running\n" +msgstr "l'ordonnanceur tourne\n" + +msgid "scheduler is not running\n" +msgstr "l'ordonnanceur est arrêté\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Impossible de se connecter au serveur « %s » !\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible d'ajouter une imprimante à la classe :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Il faut un nom de classe après l'option '-c' !\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: Un nom de classe ne peut comporter que des caractères imprimables !\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Il faut un nom d'imprimante après l'option '-d' !\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: Un nom d'imprimante ne peut comporter que des caractères imprimables !\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Il faut un nom d'hôte après l'option 'h' !\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir le script d'interface :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Il faut une interface après l'option '-i' !\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir le script d'interface ou le fichier PPD :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Il faut un modèle après l'option '-m' !\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Il faut un argument du type option=valeur après l'option '-o' !\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Il faut une imprimante après l'option '-p' !\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de supprimer une imprimante de la classe :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Il faut une classe après l'option '-r' !\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "" +"lpadmin: Il faut un argument du type allow/deny:liste_utilisateurs\n" +" après l'option '-u' !\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Option allow/deny « %s » inconnue !\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir l'URI du périphérique :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Il faut un URI de périphérique après l'option '-v' !\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Il faut une imprimante ou une classe après l'option '-x' !\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir la description de l'imprimante :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Il faut une description après l'option '-D' !\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: Il faut un ou plusieurs types de fichier après l'option '-I' !\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Attention - les types de contenu sont ignorés !\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir le lieu de l'imprimante :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Il faut un lieu après l'option '-L' !\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir le fichier PPD :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Il faut un fichier PPD après l'option '-P' !\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Option '%c' inconnue !\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Argument « %s » inconnu !\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir les options de l'imprimante :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Utilisation :\n" +"\n" +" lpadmin [-h serveur] -d destination\n" +" lpadmin [-h serveur] -x destination\n" +" lpadmin [-h serveur] -p imprimante [-c classe] [-i interface] [-m modèle]\n" +" [-r classe] [-v URI] [-D description]\n" +" [-P fichier-ppd] [-o option=valeur]\n" +" [-u allow:util.,util.] [-u deny:util.,util.]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer ( définition du modèle ) a échoué : %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: add-printer ( définition de la description ) a échoué : %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: add-printer ( définition du lieu ) a échoué : %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier PPD « %s » : %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s a échoué : %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: Il faut une destination après l'option '-d' !\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: Il faut un format après l'option '-f' !\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: Il faut un nom d'hôte après l'option '-h' !\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: Il faut un numéro de tâche après l'option '-i' !\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "lp: Erreur - impossible d'imprimer et modifier les tâches en même temps !\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: Erreur - numéro de tâche incorrect !\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: Il faut un nombre de copies après l'option '-n' !\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: Il faut une chaîne d'option \"nom=valeur\" après l'option '-o' !\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: Il faut une priorité après l'option '-%c' !\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: La priorité doit être comprise entre 1 et 100.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: Il faut un titre après l'option '-t' !\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: Il faut une liste de modes après l'option '-y' !\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: Attention - l'option « mode » est ignorée !\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: Il faut un code de retenue après l'option '-H' !\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: Il faut un numéro de tâche ( '-i' ) avant '-H restart' !\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: Il faut une liste de pages après l'option '-P' !\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: Il faut un jeu de caractères après l'option '-S' !\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: Attention - l'option « jeu de caractères » est ignorée !\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: Il faut un type de contenu après l'option '-T' !\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: Attention - l'option « type de contenu » est ignorée !\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: Option '%c' inconnue !\n" + +msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"lp: Erreur - impossible d'imprimer depuis l'entrée standard si un fichier\n" +" ou un numéro de tâche est spécifié !\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: Impossible d'accéder à « %s » - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: Trop de fichiers - « %s »\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: Erreur - aucune destination par défaut n'est disponible.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: Erreur - l'odonnanceur ne répond pas !\n" + +#, c-format +msgid "lp: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "lp: Erreur - impossible de créer le fichier temporaire « %s » - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: Erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: l'entrée standard est vide, donc aucune tâche n'a été envoyée.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: impossible d'imprimer le fichier - %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "l'identifiant de requête est %s-%d ( %d fichier(s) )\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job a échoué : %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attributes a échoué : %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Impossible de se connecter au serveur : %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Option '%c' inconnue !\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Argument '%s' inconnu !\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices a échoué : %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"Matériel : URI = %s\n" +" classe = %s\n" +" info = %s\n" +" marque/modèle = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds a échoué : %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"Modèle : nom = %s\n" +" langue naturelle = %s\n" +" marque/modèle = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Option '%c' inconnue !\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Argument '%s' inconnu !\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Utilisation : lpmove tâche destination\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Impossible de se connecter au serveur : %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job a échoué : %s\n"" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Imprimante ou classe inconnue !\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Pas d'imprimante !?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Impossible d'ajouter l'imprimante ou l'instance : %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: La destination %s n'a pas de fichier PPD !\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Impossible d'ouvrir le fichier PPD pour %s !\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Utilisation : lpoptions [-h serveur] [-E] -d imprimante\n" +" lpoptions [-h serveur] [-E] [-p imprimante] -l\n" +" lpoptions [-h serveur] [-E] -p imprimante -o option[=valeur] ...\n" +" lpoptions [-h serveur] [-E] -x imprimante\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Seul l'utilisateur « root » peut ajouter ou supprimer des mots de passe !\n" + +msgid "Enter old password:" +msgstr "Ancien mot de passe :" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Impossible de copier le mot de passe : %s\n" + +msgid "Enter password:" +msgstr "Entrez le nouveau mot de passe :" + +msgid "Enter password again:" +msgstr "Confirmez le nouveau mot de passe :" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Désolé, les mots de passe sont différents !\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Désolé, mot de passe refusé.\n" +"Votre mot de passe doit comporter au moins 6 caractères, au moins une lettre\n" +"et un nombre, et ne peut contenir votre nom d'utilisateur.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Le fichier des mots de passe exidte déjà !\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Impossible d'ouvrir le fichier des mots de passe: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Impossible d'écrire dans le fichier des mots de passe : %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: l'utilisateur « %s » et/ou le groupe « %s » n'existe(nt) pas !\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Désolé, le mot de passe est erroné !\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Le fichier des mots de passe n'a pas été mis-à-jour !\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd: impossible de sauvegarder l'ancien fichier des mots de passe : %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: impossible de renommer le fichier des mots de passe : %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Utilisation : lppasswd [-g nom_groupe]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Utilisation : lppasswd [-g nom_groupe] [nom_utilisateur]\n" +" lppasswd [-g nom_groupe] -a [nom_utilisateur]\n" +" lppasswd [-g nom_groupe] -x [nom_utilisateur]\n" + +msgid "Start Printer" +msgstr "Démarrer l'imprimante" + +msgid "Stop Printer" +msgstr "Arrêter l'imprimante" + +msgid "Start Class" +msgstr "Démarrer la classe" + +msgid "Stop Class" +msgstr "Arrêter la classe" + +msgid "Accept Jobs" +msgstr "Accepter les tâches" + +msgid "Reject Jobs" +msgstr "Refuser les tâches" + +msgid "Purge Jobs" +msgstr "Effacer les tâches" + +msgid "Set As Default" +msgstr "Choisir par défaut" + +msgid "Administration" +msgstr "Administration" + +msgid "Modify Class" +msgstr "Modifier la classe" + +msgid "Add Class" +msgstr "Ajouter une classe" + +msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "Le nom de classe doit comporter au plus 127 caractères, tous imprimables, sans espace, '/' ni '#'." + +msgid "Unable to modify class:" +msgstr "Impossible de modifier la classe :" + +msgid "Unable to add class:" +msgstr "Impossible d'ajouter la classe :" + +msgid "Modify Printer" +msgstr "Modifier l'imprimante" + +msgid "Add Printer" +msgstr "Ajouter une imprimante" + +msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "Le nom d'imprimante doit comporter au plus 127 caractères, tous imprimables, sans espace, '/' ni '#'." + +msgid "Unable to get list of printer drivers:" +msgstr "Impossible d'obtenir la liste des pilotes pour l'imprimante:" + +msgid "Unable to modify printer:" +msgstr "Impossible de modifier l'imprimante :" + +msgid "Unable to add printer:" +msgstr "Impossible d'ajouter l'imprimante :" + +msgid "Set Printer Options" +msgstr "Définir les options de l'imprimante" + +msgid "Missing form variable!" +msgstr "Un champ du formulaire HTML n'a pas été rempli !" + +msgid "Unable to get PPD file!" +msgstr "Impossible de trouver le fichier PPD !" + +msgid "Unable to open PPD file:" +msgstr "Impossible d'ouvrir le fichier PPD :" + +msgid "Banners" +msgstr "Bannières" + +msgid "Starting Banner" +msgstr "Début de la bannière" + +msgid "Ending Banner" +msgstr "Fin de la bannière" + +msgid "Policies" +msgstr "Politiques" + +msgid "Error Policy" +msgstr "Politique d'erreur" + +msgid "Operation Policy" +msgstr "Politique des opérations" + +msgid "PS Binary Protocol" +msgstr "Protocole binaire PS" + +msgid "None" +msgstr "Auncun(e)" + +msgid "Unable to set options:" +msgstr "Impossible de définir les options :" + +msgid "Change Settings" +msgstr "Modifier les paramètres" + +msgid "Unable to change server settings:" +msgstr "Impossible de modifier les paramètres du serveur :" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Impossible de transmettre le fichier cupsd.conf :" + +msgid "Edit Configuration File" +msgstr "Éditer le fichier de configuration" + +msgid "Unable to create temporary file:" +msgstr "Impossible de créer le fichier temporaire :" + +msgid "Unable to access cupsd.conf file:" +msgstr "Impossible d'accéder au fichier cupsd.conf :" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Impossible d'éditer des fichiers cupsd.conf de taille supérieure à 1Mo !" + +msgid "Delete Class" +msgstr "Supprimer la classe" + +msgid "Unable to delete class:" +msgstr "Impossible de supprimer la classe :" + +msgid "Delete Printer" +msgstr "Supprimer l'imprimante" + +msgid "Unable to delete printer:" +msgstr "Impossible de supprimer l'imprimante :" + +msgid "Export Printers to Samba" +msgstr "Exporter les imprimantes vers SAMBA" + +msgid "Unable to fork process!" +msgstr "Impossible de faire un « fork » !" + +msgid "Unable to connect to server!" +msgstr "Impossible de se connecter au serveur !" + +msgid "Unable to get printer attributes!" +msgstr "Impossible de récupérer les attributs de l'imprimante !" + +msgid "Unable to convert PPD file!" +msgstr "Impossible de convertir le fichier PPD !" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 2000 !" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 2000 !" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 9x !" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 9x !" + +msgid "Unable to set Windows printer driver!" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows !" + +msgid "No printer drivers found!" +msgstr "Aucun pilote trouvé pour l'imprimante !" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "Impossible d'exécuter la commande cupsaddsmb !" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb a échoué avec le statut %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb s'est terminé inopinément sur réception du signal %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "Il faut un nom d'utilisateur SAMBA pour exporter les pilotes d'imprimante !" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Il faut un mot de passe SAMBA pour exporter les pilotes d'imprimante !" + +msgid "Unable to open cupsd.conf file:" +msgstr "Impossible d'ouvrir le fichier cupsd.conf :" + +msgid "Unable to change printer:" +msgstr "Impossible de modifier l'imprimante :" + +msgid "Set Allowed Users" +msgstr "Définir les autorisations" + +msgid "Unable to get printer attributes:" +msgstr "Impossible de récupérer les attributs de l'imprimante :" + +msgid "Set Publishing" +msgstr "Publier" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Impossible de modifier l'attribut « printer-is-shared » :" + +msgid "Classes" +msgstr "Classes" + +msgid "Unable to get class list:" +msgstr "Impossible d'obtenir la liste des classes :" + +msgid "Unable to get class status:" +msgstr "Impossible d'obtenir l'état de la classe :" + +msgid "Move Job" +msgstr "Transférer la tâche" + +msgid "Unable to find destination for job!" +msgstr "Impossible de trouver la destination de la tâche !" + +msgid "Move All Jobs" +msgstr "Transférer toutes les tâches" + +msgid "Unable to move job" +msgstr "Impossible de transférer la tâche !" + +msgid "Unable to move jobs" +msgstr "Impossible de transférer les tâches !" + +msgid "Print Test Page" +msgstr "Imprimer la page de test" + +msgid "Unable to print test page:" +msgstr "Impossible d'imprimer la page de test :" + +msgid "Jobs" +msgstr "Tâches" + +msgid "Job operation failed:" +msgstr "L'opération sur la tâche a échoué :" + +msgid "Printers" +msgstr "Imprimantes" + +msgid "Unable to get printer list:" +msgstr "Impossible d'obtenir la liste des imprimantes :" + +msgid "Unable to get printer status:" +msgstr "Impossible d'obtenir l'état de l'imprimante :" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "Impossible d'ouvrir le fichier PPD !" + +msgid "NULL PPD file pointer" +msgstr "Pointeur de fichier PPD NUL !" + +msgid "Memory allocation error" +msgstr "Problème d'allocation de mémoire" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Il manque l'entête PPD-Adobe-4.x" + +msgid "Missing value string" +msgstr "Il manque la valeur" + +msgid "Internal error" +msgstr "Erreur interne" + +msgid "Bad OpenGroup" +msgstr "OpenGroup erroné" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup sans de CloseGroup d'abord" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI erroné" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI sans de CloseUI/JCLCloseUI d'abord" + +msgid "Bad OrderDependency" +msgstr "OrderDependency erroné" + +msgid "Bad UIConstraints" +msgstr "UIConstraints erroné" + +msgid "Missing asterisk in column 1" +msgstr "Il manque un astérisque à la colonne 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Ligne plus longue que les 255 caractères autorisés" + +msgid "Illegal control character" +msgstr "Caractère de contrôle incorrect" + +msgid "Illegal main keyword string" +msgstr "Mot-clé essentiel incorrect" + +msgid "Illegal option keyword string" +msgstr "Mot-clé d'option incorrect" + +msgid "Illegal translation string" +msgstr "Traduction incorrecte" + +msgid "Illegal whitespace character" +msgstr "Caractère « espace blanc » incorrect" + +msgid "Bad custom parameter" +msgstr "Paramètre de personnalisation incorrect" + +msgid "Unknown" +msgstr "Inconnu(e)" + +msgid "Custom" +msgstr "Personnalisation" + +msgid "JCL" +msgstr "JCL ( Langage de contrôle de tâche )" + +msgid "No authentication information provided!" +msgstr "Pas d'information d'authentification !" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Il faut un mot de passe à %s pour accéder à %s via SAMBA : " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "Exécute la commande : %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Impossible d'exécuter « %s » : %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: Aucun pilote d'impression pour Windows n'est installé !\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "cupsaddsmb: Attention, aucun pilote d'impression pour Windows 2000 n'est installé !\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: L'imprimante %s est déjà membre de la classe %s.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Aucun nom de membre trouvé !\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: L'imprimante %s n'est pas membre de la classe %s.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Matériel : URI = %s\n" +" classe = %s\n" +" info = %s\n" +" marque/modèle = %s\n" +" ID matériel = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Modèle : nom = %s\n" +" langue naturelle = %s\n" +" marque/modèle = %s\n" +" ID matériel = %s\n" + + +msgid "Usage: lpmove job/src dest\n" +msgstr "Utilisation : lpmove tâche/source destination\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "lpstat: Il faut « completed » ou « not-completed » après l'option -W !\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s accepte les requêtes depuis le %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s n'accepte pas les requêtes depuis le %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s accepte les requêtes depuis le %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s n'accepte pas les requêtes depuis le %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Impossible de contacter le serveur !\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Erreur - il faut un nom d'utilisateur après l'option '-U' !\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Erreur - destination « %s/%s » inconnue !\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Destination « %s » inconnue !\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Erreur - il faut un nom de machine après l'option '-h' !\n" + +#, c-format +msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: Erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: Erreur - aucune destination par défaut n'est disponible.\n" + +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "Utilisation : lpq [-P dest] [-U nom_utilisateur] [-h nom_machine[:port]] [-l] [+intervalle]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Erreur - il faut un nom de machine après l'option '-H' !\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Erreur - il faut une valeur après l'option '-%c' !\n" + +#, c-format +msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "%s: Attention - le modificateur de format '%c' n'est pas géré - l'affichage pourrait être incorrect !\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: Erreur - il faut un argument du type option=valeur après l'option '-o' !\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Erreur - il faut une destination après l'option '-P' !\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Erreur - il faut un nombre de copies après l'option '-#' !\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Erreur - il faut un nom après l'option '-%c' !\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Erreur - option '%c' inconnue !\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Erreur - impossible d'accéder à « %s » - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Erreur - trop de fichiers - « %s »\n" + +#, c-format +msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: Erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Erreur - aucune destination par défaut n'est disponible.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Erreur - l'ordonnanceur ne répond pas !\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Erreur - impossible de créer le fichier temporaire « %s » - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Erreur - stdin est vide, donc aucune tâche n'a été envoyée.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Erreur - destination « %s » inconnue !\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Erreur - il faut le texte de la raison après l'option '-r' !\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Erreur - il faut un nom d'utilisateur après l'option '-u' !\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr ""%s: %s a échoué : %s" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Erreur - il faut une destination après l'option '-d' !\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Erreur - il faut un format après l'option '-f' !\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Attention - l'option « format » est ignorée !\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Il faut un numéro de tâche après l'option '-i' !\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "%s: Erreur - impossible d'imprimer et modifier les tâches en même temps !\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Erreur - numéro de tâche incorrect !\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Erreur - il faut un nombre de copies après l'option '-n' !\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: Erreur - il faut une chaîne d'option \"nom=valeur\" après l'option '-o' !\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Erreur - il faut une priorité après l'option '-%c' !\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Erreur - la priorité doit être comprise entre 1 et 100.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Erreur - il faut un titre après l'option '-t' !\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Erreur - il faut une liste de modes après l'option '-y' !\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Attention - l'option « mode » est ignorée !\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Erreur - il faut un code de retenue après l'option '-H' !\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: Il faut un numéro de tâche ( '-i' ) avant '-H restart' !\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Erreur - il faut une liste de pages après l'option '-P' !\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Erreur - il faut un jeu de caractères après l'option '-S' !\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Attention - l'option « jeu de caractères » est ignorée !\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Erreur - il faut un type de contenu après l'option '-T' !\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Attention - l'option « type de contenu » est ignorée !\n" + +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: Erreur - impossible d'imprimer depuis l'entrée standard si un fichier\n" +" ou un numéro de tâche est spécifié !\n" + +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" +msgstr "%s: Erreur - il faut « completed », « not-completed », ou « all » après l'option -W !\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Erreur - il faut une destination après l'option '-b' !\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Erreur - nom de destination incorrect dans la liste « %s » !\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: Impossible de se connecter au serveur !\n" + +msgid "Print Job:" +msgstr "Imprimer la tâche :" + +msgid "pending" +msgstr "en attente" + +msgid "held" +msgstr "retenue" + +msgid "processing" +msgstr "en cours" + +msgid "stopped" +msgstr "arrêtée" + +msgid "canceled" +msgstr "annulée" + +msgid "aborted" +msgstr "abandonnée" + +msgid "completed" +msgstr "terminée" + +msgid "unknown" +msgstr "inconnue" + +msgid "untitled" +msgstr "sans titre" + +msgid "Printer:" +msgstr "Imprimante :" + +msgid "idle" +msgstr "inactive" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Il manque l'attibut notify-subscription-ids" + +msgid "Job subscriptions cannot be renewed!" +msgstr "Les souscriptions de tâche ne peuvent être renouvelées !" + + +I AM HERE + + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: Il faut un nom de fichier de configuration après l'option '-c' !\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "cupsd: la gestion de launchd(8) n'a pas été compilée - exécution en mode normal.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Option « %c » inconnue - abandon !\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Argument « %s » inconnu - abandon !\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Utilisation : cupsd [-c fichier-config] [-f] [-F] [-h] [-l]\n" +"\n" +"-c fichier-config Charge un autre fichier de configuration\n" +"-f Exécution au premier plan\n" +"-F Exécution au premier plan mais détaché\n" +"-h Affiche the message d'aide\n" +"-l Exécute cupsd depuis launchd(8)\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " WARN Line %d only contains whitespace!\n" + +msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr " WARN File contains a mix of CR, LF, and CR LF line endings!\n" + +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" +msgstr " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" + +msgid "Printer Maintenance" +msgstr "Maintenance de l'imprimante" + +msgid "Unable to send maintenance job:" +msgstr "Impossible d'envoyer la tâche de maintenance :" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Pas de fichier PPD pour l'imprimante « %s » - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FAIL** %s %s does not exist!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FAIL** Bad language \"%s\"!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **FAIL** Missing \"%s\" translation string for option %s!\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" +msgstr " **FAIL** Default translation string for option %s contains 8-bit characters!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" +msgstr " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FAIL** Bad cupsFilter value \"%s\"!\n" + +msgid "Help" +msgstr "Aide" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "Il manque une valeur à la ligne %d !\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "Il manque un \" à la ligne %d !\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "Couple option + choix incorrect à la ligne %d !\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 2000 ( %d ) !\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "Impossible de copier les fichiers de pilote d'impression pour CUPS ( %d ) !\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 2000 ( %d ) !\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 9x ( %d ) !\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 9x ( %d ) !\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "Aucun pilote d'impression pour Windows n'est installé !\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "Attention, aucun pilote d'impression pour Windows 2000 n'est installé !\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows ( %d ) !\n"" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Utilisation : cupsaddsmb [options] imprimante1 ... imprimanteN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Crypter la connexion au serveur\n" +" -H serveur-samba Utiliser le serveur SAMBA désigné\n" +" -U utilisateur-samba S'authentifier avec l'utilisateur SAMBA désigné\n" +" -a Exporter toutes les imprimantes\n" +" -h serveur-CUPS Utiliser le serveur CUPS désigné\n" +" -v Être locace ( afficher les commandes )\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 2000 ( %d ) !" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Impossible de copier les fichiers de pilote d'impression pour CUPS ( %d ) !" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 2000 ( %d ) !" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 9x ( %d ) !" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 9x ( %d ) !" + +msgid "No Windows printer drivers are installed!" +msgstr "Aucun pilote d'impression pour Windows n'est installé !" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Attention, aucun pilote d'impression pour Windows 2000 n'est installé !" + +#, c-format +msgid "open of %s failed: %s" +msgstr "l'ouverture de %s a échoué : %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Exécution de la commande : %s %s -N -A %s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "stat sur %s a échoué : %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "La tâche n°%d est déjà annulée - impossible de l'annuler." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "La tâche n°%d est déjà abandonnée - impossible de l'annuler." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "La tâche n°%d est déjà terminée - impossible de l'annuler." + +#, c-format +msgid "You must access this page using the URL https://%s:%d%s." +msgstr "Vous devez accéder à cette page avec l'URL https://%s:%d%s." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Format non géré '%s' !" + +msgid "FAIL\n" +msgstr "ÉCHEC" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Too many %%EndDocument comments!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Too many %%BeginDocument comments!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Saw %d lines that exceeded 255 characters!\n" + +msgid "PASS\n" +msgstr "OK" + +msgid " Warning: file contains binary data!\n" +msgstr " Warning: file contains binary data!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Warning: obsolete DSC version %.1f in file!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Warning: no %%EndComments comment in file!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript itself.\n" +msgstr "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript itself.\n" + + +#, c-format +msgid "Password for %s on %s? " +msgstr "Mot de passe pour %s sur %s? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" + + +# +# End of "$Id$". +# diff --git a/locale/cups_it.po b/locale/cups_it.po new file mode 100644 index 0000000000..60d920327b --- /dev/null +++ b/locale/cups_it.po @@ -0,0 +1,3001 @@ +# translation of cups_it.po to Italian +# +# "$Id$" +# Message catalog template for the Common UNIX Printing System (CUPS).# +# Copyright 2005-2006 by Easy Software Products.# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at:# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +# Vincenzo Reale , 2006. +msgid "" +msgstr "" +"Project-Id-Version: cups_it\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: 2006-11-16 00:34+0100\n" +"Last-Translator: Vincenzo Reale \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "Options Installed" +msgstr "Opzioni installate" + +msgid "Class" +msgstr "Classe" + +msgid "Printer" +msgstr "Stampante" + +msgid "Extra" +msgstr "Extra" + +msgid "General" +msgstr "Generale" + +msgid "Media Size" +msgstr "Dimensione supporto" + +msgid "Media Type" +msgstr "Tipo supporto" + +msgid "Media Source" +msgstr "Sorgente supporto" + +msgid "Output Mode" +msgstr "Modalità di uscita" + +msgid "Resolution" +msgstr "Risoluzione" + +msgid "Variable" +msgstr "Variabile" + +msgid "Yes" +msgstr "Sì" + +msgid "No" +msgstr "No" + +msgid "Auto" +msgstr "Auto" + +msgid "" +"Enter your username and password or the root username and password to access " +"this page." +msgstr "" +"Inserisci il tuo nome utente e la tua password o il nome utente e la " +"password di root per accedere a questa pagina." + +msgid "You must use a https: URL to access this page." +msgstr "Devi usare un URL https: per accedere a questa pagina." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Richiesta errata del numero di versione %d.%d!" + +msgid "No attributes in request!" +msgstr "Nessun attributo nella richiesta!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "I gruppi di attributi non sono ordinati (%x < %x)!" + +msgid "Missing required attributes!" +msgstr "Attributi richiesti mancanti!" + +#, c-format +msgid "%s not supported!" +msgstr "%s non supportato!" + +msgid "The printer or class was not found." +msgstr "La stampante o la classe non è stata trovata." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" +"printer-uri deve essere nella forma \"ipp://NOMEHOST/classes/NOMECLASSE\"." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" contiene caratteri non validi." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Una stampante con nome \"%s\" già esiste!" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Tentativo di impostare printer-state %s a un valore errato %d!" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: printer-op-policy \"%s\" sconosciuto." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: printer-error-policy \"%s\" sconosciuto." + +msgid "Unable to allocate memory for file types!" +msgstr "Impossibile allocare memoria per questo i tipi di file!" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Set di caratteri \"%s\" non supportato!" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Lingua \"%s\" non supportata!" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Il valore notify-user-data è troppo grande (%d > 63 ottetti)!" + +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"L'attributo notify-lease-duration non può essere usato con le sottoscrizioni " +"delle operazioni." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"printer-uri deve essere nella forma \"ipp://NOMEHOST/printers/NOMESTAMPANTE" +"\"." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Una classe con nome \"%s\" già esiste!" + +#, c-format +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"Gli URI del file di dispositivo sono stati disabilitati! Per abilitarli, " +"vedere la direttiva FileDevice in \"%s/cupsd.conf\"." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "device-uri \"%s\" errato!" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "port-monitor \"%s\" errato!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Valore printer-state %d errato!" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "printer-op-policy \"%s\" sconosciuto." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "printer-error-policy \"%s\" sconosciuto." + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "Impossibile copiare lo script di interfaccia - %s!" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "Impossibile copiare il file PPD - %s!" + +msgid "Unable to copy PPD file!" +msgstr "Impossibile copiare il file PPD!" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Ottenuto un attributo printer-uri, ma nessun job-id!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Attributo job-uri \"%s\" errato!" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "L'operazione #%d non esiste!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "L'operazione #%d non è bloccata per l'autenticazione!" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "" +"Non sei autorizzato ad autenticare l'operazione #%d di proprietà di \"%s\"!" + +msgid "The printer-uri attribute is required!" +msgstr "L'attributo printer-uri è richiesto!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Attributo requesting-user-name mancante!" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "printer-uri \"%s\" non valido." + +#, c-format +msgid "No active jobs on %s!" +msgstr "Nessuna operazione attiva su %s!" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "" +"Non sei autorizzato ad eliminare l'operazione #%d di proprietà di \"%s\"!" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "L'operazione #%d è già %s - impossibile annullare." + +msgid "The printer or class is not shared!" +msgstr "La stampante o la classe non è condivisa!" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "La destinazione \"%s\" non accetta operazioni." + +#, c-format +msgid "Bad copies value %d." +msgstr "Numero di copie %d errato." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Valori page-ranges %d-%d errati." + +msgid "Too many active jobs." +msgstr "Troppe operazioni attive." + +msgid "Quota limit reached." +msgstr "Limite di quota raggiunto." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "Impossibile aggiungere operazioni per la destinazione \"%s\"!" + +msgid "No subscription attributes in request!" +msgstr "Nessun attributo di sottoscrizione nella richiesta!" + +msgid "notify-events not specified!" +msgstr "notify-events non specificato!" + +#, c-format +msgid "Job %d not found!" +msgstr "Operazione %d non trovata!" + +msgid "No default printer" +msgstr "Nessuna stampante predefinita" + +msgid "cups-deviced failed to execute." +msgstr "esecuzione di cups-deviced fallita." + +msgid "cups-driverd failed to execute." +msgstr "esecuzione di cups-driverd fallita." + +msgid "No destinations added." +msgstr "Nessuna destinazione aggiunta." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d non corretto!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "L'operazione #%s non esiste!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "L'operazione #%d non esiste!" + +msgid "No subscriptions found." +msgstr "Nessuna sottoscrizione trovata." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "Non autorizzato a bloccare l'operazione #%d di proprietà di \"%s\"!" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "L'operazione #%d è terminata e non può essere modificata!" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "" +"Non sei autorizzato a spostare l'operazione #%d di proprietà di \"%s\"!" + +msgid "job-printer-uri attribute missing!" +msgstr "attributo job-printer-uri mancante!" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "Compressione \"%s\" non supportata!" + +msgid "No file!?!" +msgstr "Nessun file!?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Impossibile analizzare il tipo \"%s\"!" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Formato '%s/%s' non supportato!" + +msgid "Printer not shared!" +msgstr "Stampante non condivisa!" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "Troppe operazioni - %d operazioni, il massimo è %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "L'operazione #%d non è bloccata!" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "" +"Non sei autorizzata a rilasciare l'operazione con id %d di proprietà di \"%s" +"\"!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "L'operazione %d non è completa!" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "L'operazione #%d non può essere riavviata - nessun file!" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "" +"Non sei autorizzato a riavviare l'operazione con id %d di proprietà di \"%s" +"\"!" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "" +"Non sei autorizzato a inviare il documento per l'operazione #%d di proprietà " +"di \"%s\"!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "document-format \"%s\" errato!" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "" +"Non sei autorizzato a modificare l'operazione con id %d di proprietà di \"%s" +"\"!" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s non può essere cambiato." + +msgid "Bad job-priority value!" +msgstr "Valore job-priority errato!" + +msgid "Job is completed and cannot be changed." +msgstr "L'operazione è completata e non può essere cambiata." + +msgid "Bad job-state value!" +msgstr "Valore job-state errato!" + +msgid "Job state cannot be changed." +msgstr "Lo stato dell'operazione non può essere cambiato." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "Attributo di compressione %s non supportato!" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Formato \"%s\" non supportato!" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s non è implementato dalla versione CUPS di lpc.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"I comandi possono essere abbreviati. I comandi sono:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tguida dei comandi\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tmostra lo stato del demone e della coda\n" + +msgid "?Invalid help command unknown\n" +msgstr "Comando sconosciuto - guida non disponibile\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tla stampante è sul dispositivo '%s' velocità -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tla coda è abilitata\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tla coda è disabilitata\n" + +msgid "\tprinting is enabled\n" +msgstr "\tla stampa è abilitata\n" + +msgid "\tprinting is disabled\n" +msgstr "\tla stampa è disabilitata\n" + +msgid "\tno entries\n" +msgstr "\tnessuna voce\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d voci\n" + +msgid "\tdaemon present\n" +msgstr "\tdemone presente\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: Impossibile contattare il server!\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Spiacente, nessun supporto di cifratura compilato!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: Destinazione \"%s/%s\" sconosciuta!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: Destinazione \"%s\" sconosciuta!\n" + +#, c-format +msgid "" +"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"lp: errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: errore - nessuna destinazione predefinita disponibile.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs fallito: %s\n" + +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "Posiz. Proprietario Stamp. Operaz. File Dim. totali\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Posiz. Proprietario Operaz. File Dim. totali\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [operazione %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f byte\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f byte\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f byte\n" + +msgid "no entries\n" +msgstr "nessuna voce\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes fallito: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s è pronta\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s è pronta e stampa\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s non è pronta\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Uso: lpq [-P dest] [-l] [+intervallo]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: errore - valore atteso dopo l'opzione -%c!\n" + +#, c-format +msgid "" +"lpr: warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"lpr: attenzione - il modificatore di formato '%c' non è supportato - il " +"risultato potrebbe non essere corretto!\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: errore - attesa opzione=valore dopo l'opzione -o !\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "" +"lpr: attenzione - le notifiche via email non sono al momento supportate!\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: errore - destinazione attesa dopo l'opzione -P!\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: errore - numero di copie atteso dopo l'opzione -#!\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: errore - nome atteso dopo l'opzione -%c!\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: errore - nome utente atteso dopo l'opzione -U!\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: errore - opzione'%c' sconosciuta!\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: errore - impossibile accedere a \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: errore - troppi file - \"%s\"\n" + +#, c-format +msgid "" +"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"lpr: errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: errore - nessuna destinazione predefinita disponibile.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: errore - il pianificatore di operazioni non risponde!\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: errore - impossible creare il file temporaneo \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: errore - impossible scrivere il file temporaneo \"%s\" - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: errore - stdin è vuoto, nessuna operazione può essere inviata.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: errore - impossibile stampare il file: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Impossibile contattare il server!\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: Destinazione \"%s\" sconosciuta!\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: Opzione '%c' sconosciuta!\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: Operazione o stampante non trovata!\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: Non autorizzato a operazioni lprm!\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: Non sei il proprietario dell'operazione con ID %d!\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: Impossibile eseguire operazioni lprm!\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: Impossibile annullare operazioni!\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: Non so cosa fare!\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: Nome server atteso dopo -h!\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: Atteso testo di motivazione dopo -r!\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: Opzione '%c' sconosciuta!\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Impossibile connettersi al server: %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: Operazione fallita: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: Errore - nome host atteso dopo l'opzione '-h'!\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: Errore - nome utente atteso dopo l'opzione '-u'!\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: Opzione '%c' sconosciuta!\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: Destinazione \"%s\" sconosciuta!\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: Impossibile contattare il server!\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s fallito: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: Valore mancante alla riga %d!\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: Doppi apici mancanti alla riga %d!\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: Opzione + scelta errata alla riga %d!\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: Impossibile connettersi al server \"%s\" per %s - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: Nessun file PPD per la stampante \"%s\" - omesso!\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes fallito per \"%s\": %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: Impossibile convertire il file PPD per %s - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Impossibile copiare i file del driver di stampa di Windows 2000 " +"(%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Impossibile copiare i file del driver di stampa di CUPS (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Impossibile installare i file del driver di stampa di Windows " +"2000 (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Impossibile copiare i file del driver di stampa di Windows 9x (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Impossibile installare i file del driver di stampa di Windows 9x " +"(%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "" +"cupsaddsmb: Impossibile configurare i file del driver di stampa di Windows (%" +"d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Uso: cupsaddsmb [opzioni] stampante1 ... stampanteN\n" +" cupsaddsmb [opzioni] -a\n" +"\n" +"Opzioni:\n" +" -H samba-server Usa il server SAMBA specificato\n" +" -U samba-user Autenticazione usando l'utente SAMBA specificato\n" +" -a Esporta tutte le stampanti\n" +" -h cups-server Usa il server CUPS specificato\n" +" -v Prolisso (mostra i comandi)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: L'opzione -q è incompatibile con l'opzione -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: L'opzione -v è incompatibile con l'opzione -q.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FAIL\n" +" **FAIL** Impossibile aprire il file PPD - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FAIL\n" +" **FAIL** Impossibile aprire il file PPD - %s alla riga %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " RIF: Pagina 42, sezione 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " RIF: Pagina 20, sezione 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " RIF: Pagine 45-46, sezione 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " RIF: Pagine 42-45, sezione 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " RIF: Pagine 48-49, sezione 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " RIF: Pagine 52-54, sezione 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " RIF: Pagina 15, sezione 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " RIF: Pagina 15, sezione 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " RIF: Pagine 16-17, sezione 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " RIF: Pagina 19, sezione 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " RIF: Pagina 27, sezione 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" RISULTATI DETTAGLIATI DEL TEST DI CONFORMITÀ\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " WARN %s non ha opzioni corrispondenti!\n" + +msgid " FAIL\n" +msgstr " FAIL\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** DefaultImageableArea RICHIESTO\n" +" RIF: Pagina 102, sezione 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** DefaultImageableArea %s ERRATO!\n" +" RIF: Pagina 102, sezione 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " PASS DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** DefaultPaperDimension RICHIESTO\n" +" RIF: Pagina 103, sezione 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** DefaultPaperDimension %s ERRATO!\n" +" RIF: Pagina 103, sezione 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " PASS DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** Default%s %s ERRATO\n" +" RIF: Pagina 40, sezione 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " PASS Default%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** Default%s RICHIESTO\n" +" RIF: Pagina 40, sezione 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " PASS FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** FileVersion RICHIESTO\n" +" RIF: Pagina 56, sezione 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " PASS FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** FormatVersion RICHIESTO\n" +" RIF: Pagina 56, sezione 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " PASS LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FAIL** LanguageEncoding RICHIESTO\n" +" RIF: Pagine 56-57, sezione 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " PASS LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FAIL** LanguageVersion RICHIESTO\n" +" RIF: Pagine 57-58, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FAIL** Manufacturer ERRATO (dovrebbe essere \"HP\")\n" +" RIF: Pagina 211, tabella D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " PASS Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FAIL** Manufacturer RICHIESTO\n" +" RIF: Pagine 58-59, sezione 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** ModelName ERRATO - \"%c\" non consentito nella stringa.\n" +" RIF: Pagine 59-60, sezione 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " PASS ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** ModelName RICHIESTO\n" +" RIF: Pagine 59-60, sezione 5.3.\n" + +msgid " PASS NickName\n" +msgstr " PASS NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FAIL** NickName RICHIESTO\n" +" RIF: Pagina 60, sezione 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " PASS PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FAIL** PageSize RICHIESTO\n" +" RIF: Pagine 99-100, sezione 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " PASS PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FAIL** PageRegion RICHIESTO\n" +" RIF: Pagina 100, sezione 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " PASS PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FAIL** PCFileName RICHIESTO\n" +" RIF: Pagine 61-62, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** Product ERRATO - non è \"(string)\".\n" +" RIF: Pagina 62, sezione 5.3.\n" + +msgid " PASS Product\n" +msgstr " PASS Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** Product RICHIESTO\n" +" RIF: Pagina 62, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** PSVersion ERRATO - non è \"(string) int\".\n" +" RIF: Pagine 62-64, sezione 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " PASS PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** PSVersion RICHIESTO\n" +" RIF: Pagine 62-64, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FAIL** ShortNickName ERRATO - maggiore di 31 caratteri.\n" +" RIF: Pagine 64-65, sezione 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " PASS ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FAIL** ShortNickName RICHIESTO\n" +" RIF: Pagine 64-65, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FAIL** Attributo JobPatchFile ERRATO nel file\n" +" RIF: Pagina 24, sezione 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FAIL** PageSize RICHIESTO\n" +" RIF: Pagina 41, sezione 5.\n" +" RIF: Pagina 99, sezione 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** ImageableArea RICHIESTO per PageSize %s\n" +" RIF: Pagina 41, sezione 5.\n" +" RIF: Pagina 102, sezione 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** PaperDimension RICHIESTO per PageSize %s\n" +" RIF: Pagina 41, sezione 5.\n" +" RIF: Pagina 103, sezione 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FAIL** Scelta %s errata %s!\n" +" RIF: Pagina 84, sezione 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** %s RICHIESTO non definisce la scelta Nessuno!\n" +" RIF: Pagina 122, sezione 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** Scelta %s errata %s!\n" +" RIF: Pagina 122, sezione 5.17\n" + +msgid " PASS\n" +msgstr " PASS\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" WARN La parola chiave Duplex %s dovrebbe essere Duplex o " +"JCLDuplex!\n" +" RIF: Pagina 122, sezione 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " WARN Conflitto tra le scelte predefinite!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" WARN Versione PPD %.1f obsoleta!\n" +" RIF: Pagina 42, sezione 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" WARN LanguageEncoding richiesto dalla specifica PPD 4.3.\n" +" RIF: Pagine 56-57, sezione 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" WARN Manufacturer richiesto dalla specifica PPD 4.3.\n" +" RIF: Pagine 58-59, sezione 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" WARN PCFileName maggiore di 8.3 in violazione della specifica " +"PPD.\n" +" RIF: Pagine 61-62, sezione 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" WARN ShortNickName richiesto dalla specifica PPD 4.3.\n" +" RIF: Pagine 64-65, sezione 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contiene sia PJL che BCP; atteso TBCP.\n" +" RIF: Pagine 78-79, sezione 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contiene PJL, ma gli attributi JCL non sono " +"impostati.\n" +" RIF: Pagine 78-79, sezione 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" WARN %s condivide un prefisso comune con %s\n" +" RIF: Pagina 15, sezione 3.2.\n" + +#, fuzzy, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " %d ERROR%s TROVATI\n" + +msgid " NO ERRORS FOUND\n" +msgstr " NESSUN ERRORE TROVATO\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" WARN \"%s %s\" è in conflitto con \"%s %s\"\n" +" (restrizione=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Uso: cupstestppd [-q] [-r] [-v[v]] nomefile1.ppd[.gz] [... nomefileN.ppd[." +"gz]]\n" +" programma | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: Usare \"completed\" o \"not-completed\" dopo -W!\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: L'opzione -b richiede un argomento di destinazione.\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Errore: è necessario un nome host dopo l'opzione '-h'!\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: Opzione '%c' sconosciuta!\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: Nome di destinazione non valido nell'elenco \"%s\"!\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: Destinazione \"%s\" sconosciuta!\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: Impossibile connettersi al server %s alla porta %d: %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers fallita: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s accetta richieste da Gen 01 00:00\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s non accetta richieste da Gen 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s accetta richieste da Gen 01 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s non accetta richieste da Gen 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes fallita: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "membri della classe %s:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "destinazione predefinita di sistema: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "destinazione predefinita di sistema: %s\n" + +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "" +"lpstat: errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" + +msgid "no system default destination\n" +msgstr "nessuna destinazione predefinita di sistema\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "" +"L'uscita per la stampante %s è inviata alla stampante remota %s su %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "L'uscita per la stampante %s è inviata a %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"L'uscita per la stampante %s/%s è inviata alla stampante remota %s su %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "L'uscita per la stampante %s/%s è inviata a %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "dispositivo per %s: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "dispositivo per %s/%s: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs fallita: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\tin coda per %s\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "la stampante %s è in attesa. abilitata da %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "la stampante %s sta stampando %s-%d. abilitata da %s\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "la stampante %s è disabilitata da %s -\n" + +msgid "\treason unknown\n" +msgstr "\tmotivo sconosciuto\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tModulo montato:\n" +"\tTipi di contenuto: qualsiasi\n" +"\tTipi di stampante: sconosciuti\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tDescrizione: %s\n" + +msgid "\tAlerts:" +msgstr "\tAvvisi:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tPosizione: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tConnessione: remota\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterfaccia: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tConnessione: diretta\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterfaccia: %s/interfacce/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterfaccia: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tIn caso di fallimento: nessun segnale\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tDopo il fallimento: continua\n" + +msgid "\tUsers allowed:\n" +msgstr "\tUtenti autorizzati:\n" + +msgid "\tUsers denied:\n" +msgstr "\tUtenti non autorizzati:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(tutti)\n" + +msgid "\tForms allowed:\n" +msgstr "\tModuli consentiti:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(nessuno)\n" + +msgid "\tBanner required\n" +msgstr "\tBanner richiesto\n" + +msgid "\tCharset sets:\n" +msgstr "\tSet di caratteri:\n" + +msgid "\tDefault pitch:\n" +msgstr "\tPasso predefinito:\n" + +msgid "\tDefault page size:\n" +msgstr "\tDimensiona predefinita pagina:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tImpostazioni predefinite porta:\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "la stampante %s/%s è in attesa. abilitata da %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "la stampante %s/%s sta stampando %s-%d. abilitata da %s\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "la stampante %s/%s è disabilitata da %s -\n" + +msgid "scheduler is running\n" +msgstr "il pianificatore è in esecuzione\n" + +msgid "scheduler is not running\n" +msgstr "il pianificatore non è in esecuzione\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Impossibile connettersi al server: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile aggiungere una stampante alla classe:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Atteso nome classe dopo l'opzione '-c'!\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "" +"lpadmin: Il nome della classe può contenere solo caratteri stampabili!\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Atteso nome stampante dopo l'opzione '-d'!\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "" +"lpadmin: Il nome della stampante può contenere solo caratteri stampabili!\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Atteso nome host dopo l'opzione '-h'!\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare lo script di interfaccia:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Attesa interfaccia dopo l'opzione '-i'!\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare lo script di interfaccia o il file PPD:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Atteso modello dopo l'opzione '-m'!\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Atteso nome=valore dopo l'opzione '-o'!\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Attesa stampante dopo l'opzione '-p'!\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile rimuovere una stampante dalla classe:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Attesa classe dopo l'opzione '-r'!\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: Atteso allow/deny:userlist dopo l'opzione '-u'!\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Opzione allow/deny \"%s\" sconosciuta!\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare l'URI di dispositivo:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Atteso URI di dispositivo dopo l'opzione '-v'!\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Attesa stampante o classe dopo l'opzione '-x'!\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare la descrizione della stampante:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Attesa descrizione dopo l'opzione '-D'!\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: Attesi tipi di file dopo l'opzione '-I'!\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Attenzione - elenco dei tipi di contenuto ignorato!\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare la posizione della stampante:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Attesa posizione dopo l'opzione '-L'!\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare il file PPD:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Atteso PPD dopo l'opzione '-P'!\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Opzione '%c' sconosciuta!\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Argomento '%s' sconosciuto!\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare le opzioni della stampante:\n" +" Devi specificare prima un nome di stampante!\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Uso:\n" +"\n" +" lpadmin [-h server] -d destinazione\n" +" lpadmin [-h server] -x destinazione\n" +" lpadmin [-h server] -p stampante [-c aggiungi-classe] [-i interfaccia] [-" +"m modello]\n" +" [-r rimuovi-classe] [-v dispositivo] [-D " +"descrizione]\n" +" [-P file-ppd] [-o nome=valore]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Impossibile creare il file temporaneo: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer (impostazione modello) fallito: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: add-printer (impostazione descrizione) fallito: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: add-printer (impostazione posizione) fallito: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Impossibile creare il file temporaneo - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Impossibile aprire il file PPD \"%s\" - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s fallito: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: Attesa destinazione dopo l'opzione -d\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: Atteso modulo dopo l'opzione -f!\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: Atteso nome host dopo l'opzione -h!\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: Atteso ID dell'operazione dopo l'opzione -i!\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"lp: Errore- impossibile stampare file e modificare operazioni " +"simultaneamente!\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: Errore - ID dell'operazione errato!\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: Attese copie dopo l'opzione -n!\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: Attesa stringa di opzione dopo l'opzione -o!\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: Attesa priorità dopo l'opzione -%c!\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: La priorità deve essere tra 1 e 100.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: Atteso titolo dopo l'opzione -t!\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: Atteso elenco modalità dopo l'opzione -y!\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: Attenzione - opzione della modalità ignorata!\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: Atteso nome di blocco dopo l'opzione -H!\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: Usare l'ID dell'operazione (-i) prima di \"-H restart\"!\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: Atteso elenco pagine dopo l'opzione -P!\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: Atteso set di caratteri dopo l'opzione -S!\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: Attenzione - opzione del set di caratteri ignorata!\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: Atteso tipo di contenuto dopo l'opzione -T!\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: Attenzione - opzione del tipo di contenuto ignorata!\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: Opzione '%c' sconosciuta!\n" + +msgid "" +"lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"lp: Errore - impossibile stampare da stdin senza file o ID dell'operazione!\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: Impossibile accedere a \"%s\" - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: Troppi file - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: errore - nessuna destinazione predefinita disponibile.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: errore - il pianificatore di operazioni non risponde!\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: impossibile creare il file temporaneo \"%s\" - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: errore - impossibile scrivere il file temporaneo \"%s\" - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: stdin è vuoto, nessuna operazione è stata inviata.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: impossibile stampare il file: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "l'id richiesto è %s-%d (%d file)\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job fallito: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attributes fallito: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Impossibile connettersi al server: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Opzione '%c' sconosciuta!\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Argomento '%s' sconosciuto!\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices fallito: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"Dispositivo: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds fallito: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"Modello: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Opzione '%c' sconosciuta!\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Argomento '%s' sconosciuto!\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Uso: lpmove operazione destinazione\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Impossibile connettersi al server: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job fallito: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Stampante o classe sconosciuta!\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Nessuna stampante!?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Impossibile aggiungere una stampante o un'istanza: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: La destinazione %s non ha file PPD!\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Impossibile aprire il file PPD per %s!\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Uso: lpoptions [-h server] [-E] -d stampante\n" +" lpoptions [-h server] [-E] [-p stampante] -l\n" +" lpoptions [-h server] [-E] -p stampante -o opzione[=valore] ...\n" +" lpoptions [-h server] [-E] -x stampante\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Solo root può aggiungere o eliminare le password!\n" + +msgid "Enter old password:" +msgstr "Inserisci la vecchia password:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Impossibile copiare la stringa della password: %s\n" + +msgid "Enter password:" +msgstr "Inserisci la password:" + +msgid "Enter password again:" +msgstr "Inserisci ancora la password:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Spiacente, le password non corrispondono!\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Spiacente, password rifiutata.\n" +"La password deve essere lunga almeno 6 caratteri, non può contenere\n" +"il nome utente, e deve contenere almeno una lettera e un numero.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Il file delle password è occupato!\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Impossibile aprire il file delle password: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Impossibile scrivere il file delle password: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: l'utente \"%s\" e il gruppo \"%s\" non esistono.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Spiacente, la password non corrisponde!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: File delle password non aggiornato!\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "" +"lppasswd: copia di sicurezza del vecchio file delle password fallita: %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: rinomina del file delle password fallita: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Uso: lppasswd [-g nomegruppo]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Uso: lppasswd [-g nomegruppo] [nomeutente]\n" +" lppasswd [-g nomegruppo] -a [nomeutente]\n" +" lppasswd [-g nomegruppo] -x [nomeutente]\n" + +msgid "Start Printer" +msgstr "Avvia stampante" + +msgid "Stop Printer" +msgstr "Ferma stampante" + +msgid "Start Class" +msgstr "Avvia classe" + +msgid "Stop Class" +msgstr "Ferma classe" + +msgid "Accept Jobs" +msgstr "Accetta operazioni" + +msgid "Reject Jobs" +msgstr "Scarta operazioni" + +msgid "Purge Jobs" +msgstr "Elimina operazioni" + +msgid "Set As Default" +msgstr "Imposta come predefinita" + +msgid "Administration" +msgstr "Amministrazione" + +msgid "Modify Class" +msgstr "Modifica classe" + +msgid "Add Class" +msgstr "Aggiungi classe" + +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Il nome della classe può contenere fino a 127 caratteri stampabili e non può " +"contenere spazi, barre (/), o cancelletti (#)." + +msgid "Unable to modify class:" +msgstr "Impossibile modificare la classe:" + +msgid "Unable to add class:" +msgstr "Impossibile aggiungere la classe:" + +msgid "Modify Printer" +msgstr "Modifica stampante" + +msgid "Add Printer" +msgstr "Aggiungi stampante" + +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Il nome della stampante può contenere fino a 127 caratteri stampabili e non " +"può contenere spazi, barre (/), o cancelletti (#)." + +msgid "Unable to get list of printer drivers:" +msgstr "Impossibile ottenere l'elenco dei driver della stampante:" + +msgid "Unable to modify printer:" +msgstr "Impossibile modificare la stampante:" + +msgid "Unable to add printer:" +msgstr "Impossibile aggiungere la stampante:" + +msgid "Set Printer Options" +msgstr "Imposta opzioni stampante" + +msgid "Missing form variable!" +msgstr "Variabile modulo mancante" + +msgid "Unable to get PPD file!" +msgstr "Impossibile ottenete il file PPD!" + +msgid "Unable to open PPD file:" +msgstr "Impossibile aprire il file PPD:" + +msgid "Banners" +msgstr "Banner" + +msgid "Starting Banner" +msgstr "Banner iniziale" + +msgid "Ending Banner" +msgstr "Banner finale" + +msgid "Policies" +msgstr "Regole" + +msgid "Error Policy" +msgstr "Regola di errore" + +msgid "Operation Policy" +msgstr "Regola operativa" + +msgid "PS Binary Protocol" +msgstr "Protocollo binario PS" + +msgid "None" +msgstr "Nessuno" + +msgid "Unable to set options:" +msgstr "Impossibile impostare le opzioni:" + +msgid "Change Settings" +msgstr "Modifica impostazioni" + +msgid "Unable to change server settings:" +msgstr "Impossibile modificare le impostazioni del server:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Impossibile caricare il file cupsd.conf:" + +msgid "Edit Configuration File" +msgstr "Modifica file di configurazione" + +msgid "Unable to create temporary file:" +msgstr "Impossibile creare il file temporaneo:" + +msgid "Unable to access cupsd.conf file:" +msgstr "Impossibile accedere al file cupsd.conf:" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Impossibile modificare file cupsd.conf più grandi di 1MB!" + +msgid "Delete Class" +msgstr "Elimina classe" + +msgid "Unable to delete class:" +msgstr "Impossibile eliminare la classe:" + +msgid "Delete Printer" +msgstr "Elimina stampante" + +msgid "Unable to delete printer:" +msgstr "Impossibile eliminare la stampante:" + +msgid "Export Printers to Samba" +msgstr "Esporta stampanti a Samba" + +msgid "Unable to fork process!" +msgstr "Impossibile biforcare il processo!" + +msgid "Unable to connect to server!" +msgstr "Impossibile connettersi al server!" + +msgid "Unable to get printer attributes!" +msgstr "Impossibile ottenere gli attributi della stampante!" + +msgid "Unable to convert PPD file!" +msgstr "Impossibile convertire il file PPD!" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "Impossibile copiare i file dei driver di stampa di Windows 2000!" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "Impossibile installare i file dei driver di stampa di Windows 2000!" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x!" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "Impossibile installare i file dei driver di stampa di Windows 9x!" + +msgid "Unable to set Windows printer driver!" +msgstr "Impossibile configurare il driver di stampa di Windows!" + +msgid "No printer drivers found!" +msgstr "Nessun driver di stampa trovato!" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "Impossibile eseguire il comando cupsaddsmb!" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb fallito con stato %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb è andato in crash con segnale %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "È richiesto un nome utente Samba per esportare i driver di stampa!" + +msgid "A Samba password is required to export printer drivers!" +msgstr "È richiesta una password Samba per esportare i driver di stampa!" + +msgid "Unable to open cupsd.conf file:" +msgstr "Impossibile aprire il file cupsd.conf:" + +msgid "Unable to change printer:" +msgstr "Impossibile cambiare la stampante:" + +msgid "Set Allowed Users" +msgstr "Imposta utenti autorizzati" + +msgid "Unable to get printer attributes:" +msgstr "Impossibile ottenere gli attributi della stampante:" + +msgid "Set Publishing" +msgstr "Imposta pubblicazione" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Impossibile cambiare l'attributo printer-is-shared:" + +msgid "Classes" +msgstr "Classi" + +msgid "Unable to get class list:" +msgstr "Impossibile ottenere l'elenco delle classi:" + +msgid "Unable to get class status:" +msgstr "Impossibile ottenere lo stato della classe:" + +msgid "Move Job" +msgstr "Sposta operazione" + +msgid "Unable to find destination for job!" +msgstr "Impossibile trovare una destinazione per l'operazione!" + +msgid "Move All Jobs" +msgstr "Sposta tutte le operazioni" + +msgid "Unable to move job" +msgstr "Impossibile spostare l'operazione" + +msgid "Unable to move jobs" +msgstr "Impossibile spostare le operazioni" + +msgid "Print Test Page" +msgstr "Stampa pagina di prova" + +msgid "Unable to print test page:" +msgstr "Impossibile stampare la pagina di prova:" + +msgid "Jobs" +msgstr "Operazioni" + +msgid "Job operation failed:" +msgstr "Operazione fallita:" + +msgid "Printers" +msgstr "Stampanti" + +msgid "Unable to get printer list:" +msgstr "Impossibile ottenere l'elenco delle stampanti:" + +msgid "Unable to get printer status:" +msgstr "Impossibile ottenere lo stato della stampante:" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "Impossibile aprire il file PPD" + +msgid "NULL PPD file pointer" +msgstr "Puntatore NULL al file PPD" + +msgid "Memory allocation error" +msgstr "Errore di allocazione della memoria" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Intestazione PPD-Adobe-4.x mancante" + +msgid "Missing value string" +msgstr "Stringa di valore mancante" + +msgid "Internal error" +msgstr "Errore interno" + +msgid "Bad OpenGroup" +msgstr "OpenGroup errato" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup senza un precedente CloseGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI errato" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI senza un precedente CloseUI/JCLCloseUI" + +msgid "Bad OrderDependency" +msgstr "OrderDependency errato" + +msgid "Bad UIConstraints" +msgstr "UIConstraints errato" + +msgid "Missing asterisk in column 1" +msgstr "Asterisco mancante nella colonna 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "La riga eccede il massimo consentito (255 caratteri)" + +msgid "Illegal control character" +msgstr "Carattere di controllo non consentito" + +msgid "Illegal main keyword string" +msgstr "Stringa di parola chiave principale non consentita" + +msgid "Illegal option keyword string" +msgstr "Stringa di parola chiave opzionale non consentita" + +msgid "Illegal translation string" +msgstr "Stringa di traduzione non consentita" + +msgid "Illegal whitespace character" +msgstr "Caratteri di spazio non consentito" + +msgid "Bad custom parameter" +msgstr "Parametro personalizzato errato" + +msgid "Unknown" +msgstr "Sconosciuto" + +msgid "Custom" +msgstr "Personalizzato " + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "Nessuna informazione di autenticazione fornita!" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Password per %s richiesta per accedere a %s via SAMBA: " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "Esecuzione comando: %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: Nessun driver di stampa di Windows è installato!\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "" +"cupsaddsmb: Attenzione, nessun driver di stampa di Windows 2000 è " +"installato!\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: La stampante %s è già un membro della classe %s.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Nessun nome di membri trovato!\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: La stampante %s non è un membro della classe %s.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Dispositivo: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Modello: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "Usage: lpmove operazione/fonte destinazione\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "lpstat: Usare \"completed\", \"not-completed\", o \"all\" dopo -W!\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s accetta richieste da %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s non accetta richieste da %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s accetta richieste da %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s non accetta richieste da %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Impossibile contattare il server!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Errore - atteso nome utente dopo l'opzione '-U'!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Errore - destinazione \"%s/%s\" sconosciuta!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Destinazione \"%s\" sconosciuta!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Errore - atteso nome host dopo l'opzione '-h'!\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: errore - nessuna destinazione predefinita disponibile.\n" + +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Uso: lpq [-P dest] [-U nomeutente] [-h nomehost[:porta]] [-l] [+intervallo]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Errore - atteso nome host dopo l'opzione '-H'!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Errore - atteso valore dopo l'opzione '-%c'!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: Attenzione - Modificatore di formato '%c' non supportato - il risultato " +"potrebbe non essere corretto!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: errore - attesa opzione=valore dopo l'opzione '-o'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Errore - attesa destinazione dopo l'opzione '-P'!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Errore - atteso numero di copie dopo l'opzione '-#'!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Errore - atteso nome dopo l'opzione '-%c'!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Errore - opzione '%c' sconosciuta!\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Errore - impossibile accedere a \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Errore - troppi file - \"%s\"\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Errore - nessuna destinazione predefinita disponibile.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Errore - il pianificatore di operazioni non risponde!\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Errore - impossibile creare il file temporaneo \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Errore - impossibile scrivere il file temporaneo \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Errore - stdin è vuoto, nessuna operazione può essere inviata.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Errore - destinazione \"%s\" sconosciuta!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Errore - atteso testo di motivazione dopo l'opzione '-r'!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Errore - atteso nome utente dopo l'opzione '-u'!\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s fallito: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Errore - attesa destinazione dopo l'opzione '-d'!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Errore - atteso modulo dopo l'opzione '-f'!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Attenzione - opzione del modulo ignorata!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Atteso ID dell'operazione dopo l'opzione '-i'!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: Errore - impossibile stampare file e modificare operazioni " +"contemporaneamente!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Errore - ID dell'operazione errato!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Errore - attese copie dopo l'opzione '-n'!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: Errore - attesa stringa di opzione dopo l'opzione '-o'!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Errore - attesa priorità dopo l'opzione '-%c'!\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Errore - la priorità deve essere tra 1 e 100.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Errore - atteso titolo dopo l'opzione '-t'!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Error - atteso elenco modalità dopo l'opzione '-y'!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Attenzione - opzione della modalità ignorata!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Errore - atteso nome di blocco dopo l'opzione '-H'!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "" +"%s: Usare l'ID dell'operazione ('-i idoperazione') prima di '-H restart'!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Errore - atteso elenco delle pagine dopo l'opzione '-P'!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Errore - atteso set di caratteri dopo l'opzione '-S'!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Attenzione - opzione del set di caratteri ignorata!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Errore - atteso tipo di contenuto dopo l'opzione '-T'!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Attenzione - opzione del tipo di contenuto ignorata!\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: Errore - impossibile stampare da stdin senza file o ID dell'operazione!\n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: Errore - usare \"completed\", \"not-completed\", o \"all\" dopo " +"l'opzione '-W'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Errore - attesa destinazione dopo l'opzione '-b'!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Nome di destinazione non valido nell'elenco \"%s\"!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: Impossibile connettersi al server\n" + +msgid "Print Job:" +msgstr "Stampa operazione:" + +msgid "pending" +msgstr "in sospeso" + +msgid "held" +msgstr "bloccato" + +msgid "processing" +msgstr "elaborazione in corso" + +msgid "stopped" +msgstr "fermato" + +msgid "canceled" +msgstr "annullato" + +msgid "aborted" +msgstr "interrotto" + +msgid "completed" +msgstr "completato" + +msgid "unknown" +msgstr "sconosciuto" + +msgid "untitled" +msgstr "senza titolo" + +msgid "Printer:" +msgstr "Stampante:" + +msgid "idle" +msgstr "in attesa" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Attributo notify-subscription-ids mancante!" + +msgid "Job subscriptions cannot be renewed!" +msgstr "Le sottoscrizioni delle operazioni non possono essere rinnovate!" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: Atteso nome file di configurazione dopo l'opzione \"-c\"!\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: supporto launchd(8) non compilato, esecuzione in modalità normale.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Opzione \"%c\" sconosciuta - interruzione!\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Argomento \"%s\" sconosciuto - interruzione!\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Uso: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Carica file di configurazione alternativo\n" +"-f Esegui in primo piano\n" +"-F Esegui in primo piano, ma sganciato\n" +"-h Mostra questo messaggio di aiuto\n" +"-l Esegui cupsd da launchd(8)\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " WARN La riga %d contiene solamente spazi bianchi!\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" WARN Il file contiene un misto di interruzioni di riga CR, LF, e " +"CR LF!\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" WARN I file PPD per sistemi diversi da Windows dovrebbero usare " +"solo interruzioni di riga LF, non CR LF!\n" + +msgid "Printer Maintenance" +msgstr "Manutenzione stampanti" + +msgid "Unable to send maintenance job:" +msgstr "Impossibile inviare il comando di manutenzione:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Nessun file PPD per la stampante \"%s\" - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FAIL** %s %s non esiste!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FAIL** Lingua \"%s\" errata!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" +" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **FAIL** La stringa di traduzione predefinita per l'opzione %s " +"contiene caratteri di 8-bit!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s, " +"scelta %s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **FAIL** La stringa di traduzione predefinita per l'opzione %s scelta " +"%s contiene caratteri di 8-bit!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FAIL** Valore cupsFilter \"%s\" errato!\n" + +msgid "Help" +msgstr "Guida" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "Valore mancante alla riga %d!\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "Doppi apici mancanti alla riga %d!\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "Opzione + scelta errata alla riga %d!\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" +"Impossibile copiare i file dei driver di stampa di Windows 2000 (%d)!\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "Impossibile copiare i file dei driver di stampa di CUPS (%d)!\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" +"Impossibile installare i file dei driver di stampa di Windows 2000 (%d)!\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x (%d)!\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" +"Impossibile installare i file dei driver di stampa di Windows 9x (%d)!\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "Nessun driver di stampa di Windows è installato!\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "Attenzione, nessun driver di stampa di Windows 2000 è installato!\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "Impossibile configurare il driver di stampa di Windows (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Uso: cupsaddsmb [opzioni] stampante1 ... stampanteN\n" +" cupsaddsmb [opzioni] -a\n" +"\n" +"Opzioni:\n" +" -E Cifra la connessione al server\n" +" -H samba-server Usa il server SAMBA specificato\n" +" -U samba-user Autenticazione usando l'utente SAMBA specificato\n" +" -a Esporta tutte le stampanti\n" +" -h cups-server Usa il server CUPS specificato\n" +" -v Prolisso (mostra comandi)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Impossibile copiare i file dei driver di stampa di Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Impossibile copiare i file dei driver di stampa di CUPS (%d)!" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "" +"Impossibile installare i file dei driver di stampa di Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Impossibile installare i file dei driver di stampa di Windows 9x (%d)!" + +msgid "No Windows printer drivers are installed!" +msgstr "Nessun driver di stampa Windows è installato!" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Attenzione, nessun driver di stampa Windows 2000 è installato!" + +#, c-format +msgid "open of %s failed: %s" +msgstr "apertura di %s fallita: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Esecuzione del comando: %s %s -N -A %s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "verifica di %s fallita: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "L'operazione #%d è già annullata - impossibile annullare." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "L'operazione #%d è già interrotta - impossibile annullare." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "L'operazione #%d è già completata - impossibile annullare." + +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Devi accedere a questa pagina usando l'URL https://%s:%d%s." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Formato '%s' non supportato!" + +msgid "FAIL\n" +msgstr "FAIL\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" La riga %d eccede i 255 caratteri (%d)!\n" +" RIF: Pagina 25, Lunghezza della riga\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" %!PS-Adobe-3.0 mancante alla prima riga!\n" +" RIF: Pagina 17, 3.1 Uniformare documenti\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" %%%%Pages: errato alla riga %d!\n" +" RIF: Pagina 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" %%%%BoundingBox: errato alla riga %d!\n" +" RIF: Pagina 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" %%%%Page: errato alla riga %d!\n" +" RIF: Pagina 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Commento %%BoundingBox: mancante o errato!\n" +" RIF: Pagina 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Commento %%Pages: mancante o errato!\n" +" RIF: Pagina 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Commento %%EndComments mancante!\n" +" RIF: Pagina 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Commento %%Page: mancante o errato!\n" +" RIF: Pagina 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Troppi commenti %%EndDocument!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Troppi commenti %%BeginDocument!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Trovate %d righe che eccedono i 255 caratteri!\n" + +msgid "PASS\n" +msgstr "PASS\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Attenzione: il file contiene dati binari!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Attenzione: versione DSC %.1f obsoleta nel file!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Attenzione: nessun commento %%EndComments nel file!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Uso: cupstestdsc [opzioni] nomefile.ps [... nomefile.ps]\n" +" cupstestdsc [opzioni] -\n" +"\n" +"Opzioni:\n" +"\n" +" -h Mostra l'utilizzo del programma\n" +"\n" +" Nota: questo programma valida solo i commenti DSC, non il PostScript " +"stesso.\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "Password per %s su %s? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** 1284DeviceId deve essere 1284DeviceID!\n" +" RIF: Pagina 72, sezione 5.5\n" + +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Valore mancante alla riga %d!\n" + +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Doppi apici mancanti alla riga %d!\n" + +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Opzione + scelta errata alla riga %d!\n" + +#, fuzzy +msgid "Empty PPD file!" +msgstr "Impossibile copiare il file PPD!" + +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Impossibile configurare il driver di stampa di Windows (%d)!\n" + +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" + +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "L'operazione #%d è già annullata - impossibile annullare." + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "" + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "" + +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "port-monitor \"%s\" errato!" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** 1284DeviceId deve essere 1284DeviceID!\n" +" RIF: Pagina 72, sezione 5.5\n" + +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: Impossibile aprire il file PPD per %s!\n" diff --git a/locale/cups_ja.po b/locale/cups_ja.po new file mode 100644 index 0000000000..377b899231 --- /dev/null +++ b/locale/cups_ja.po @@ -0,0 +1,2990 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: 2007-01-27 13:43+0900\n" +"Last-Translator: Kenshi Muto \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "インストールされたオプション" + +msgid "Class" +msgstr "クラス" + +msgid "Printer" +msgstr "プリンタ" + +msgid "Extra" +msgstr "補助" + +msgid "General" +msgstr "一般" + +msgid "Media Size" +msgstr "用紙サイズ" + +msgid "Media Type" +msgstr "用紙形式" + +msgid "Media Source" +msgstr "給紙" + +msgid "Output Mode" +msgstr "出力モード" + +msgid "Resolution" +msgstr "解像度" + +msgid "Variable" +msgstr "可変" + +msgid "Yes" +msgstr "はい" + +msgid "No" +msgstr "いいえ" + +msgid "Auto" +msgstr "自動" + +msgid "" +"Enter your username and password or the root username and password to access " +"this page." +msgstr "" +"このページにアクセスするために、あなたのユーザ名とパスワード、あるいは root " +"のユーザ名とパスワードを入力してください。" + +msgid "You must use a https: URL to access this page." +msgstr "このページにアクセスするためには、https: URL を使う必要があります。" + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "バージョン番号 %d.%d は無効なリクエストです!" + +msgid "No attributes in request!" +msgstr "リクエストに属性がありません!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "属性グループは範囲外です (%x < %x)!" + +msgid "Missing required attributes!" +msgstr "必須の属性が設定されていません!" + +#, c-format +msgid "%s not supported!" +msgstr "%s はサポートされていません!" + +msgid "The printer or class was not found." +msgstr "プリンタまたはクラスが見つかりませんでした。" + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" +"printer-uri は、\"ipp://ホスト名/classes/クラス名\" 形式でなければなりませ" +"ん。" + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" には、無効な文字が含まれています。" + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "プリンタ名 \"%s\" はすでに存在します!" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "%s printer-state に 不正な値 %d を設定しようとしています!" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: \"%s\" は未知の printer-op-policy です。" + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: \"%s\" は未知の printer-error-policy です。" + +msgid "Unable to allocate memory for file types!" +msgstr "ファイルタイプ用にメモリを割り当てられません!" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "文字セット \"%s\" はサポートされていません!" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "言語 \"%s\" はサポートされていません!" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "notify-user-data 値が大きすぎます (%d > 63 オクテット)!" + +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"notify-lease-duration 属性は、ジョブサブスクリプションと一緒に使うことはでき" +"ません。" + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"printer-uri は \"ipp://ホスト名/printers/プリンタ名\" 形式でなければなりませ" +"ん。" + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "クラス名 \"%s\" はすでに存在します!" + +#, c-format +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"ファイルデバイス URI は無効になっています! 有効にするために、\"%s/cupsd.conf" +"\" の FileDevice ディレクティブを確認してください。" + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "\"%s\" は無効な device-uri です!" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "\"%s\" は無効な port-monitor です!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "%d は無効な printer-state 値です!" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "\"%s\" は未知の printer-op-policy です。" + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "\"%s\" は未知の printer-error-policy です。" + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "インターフェイススクリプトをコピーできません - %s!" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr " PPD ファイルをコピーできません - %s!" + +msgid "Unable to copy PPD file!" +msgstr "PPD ファイルをコピーできません!" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "printer-uri 属性を取得しましたが、job-id を取得できませんでした!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "\"%s\" は無効な job-uri 属性です!" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "ジョブ #%d は存在しません!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "ジョブ #%d は認証が行われていません!" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "" +"あなたは \"%2$s\" の所有しているジョブ #%1$d を証明することを許可されていませ" +"ん!" + +msgid "The printer-uri attribute is required!" +msgstr "printer-uri 属性は必須です!" + +msgid "Missing requesting-user-name attribute!" +msgstr "requesting-user-name 属性が設定されていません!" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "printer-uri \"%s\" は有効ではありません。" + +#, c-format +msgid "No active jobs on %s!" +msgstr "%s にはアクティブなジョブはありません!" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "" +"あなたは \"%2$s\" の所有しているジョブ #%1$d を削除することを許可されていませ" +"ん!" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "ジョブ #%d はすでに %s です - キャンセルできません。" + +msgid "The printer or class is not shared!" +msgstr "プリンタまたはクラスは共有できません!" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "宛先 \"%s\" はジョブを受け付けていません。" + +#, c-format +msgid "Bad copies value %d." +msgstr "%d は不正なコピー値です。" + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "%d-%d は不正な page-ranges 値です。" + +msgid "Too many active jobs." +msgstr "アクティブなジョブが多すぎます。" + +msgid "Quota limit reached." +msgstr "Quota の制限に達しました。" + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "宛先 \"%s\" にジョブを追加できません!" + +msgid "No subscription attributes in request!" +msgstr "リクエストにサブスクリプション属性がありません!" + +msgid "notify-events not specified!" +msgstr "notify-events が指定されていません!" + +#, c-format +msgid "Job %d not found!" +msgstr "ジョブ %d は見つかりません!" + +msgid "No default printer" +msgstr "デフォルトプリンタはありません" + +msgid "cups-deviced failed to execute." +msgstr "cups-deviced の実行に失敗しました。" + +msgid "cups-driverd failed to execute." +msgstr "cups-driverd の実行に失敗しました。" + +msgid "No destinations added." +msgstr "追加された宛先はありません。" + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d は良くありません!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "ジョブ #%s は存在しません!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "ジョブ #%d は存在しません!" + +msgid "No subscriptions found." +msgstr "サブスクリプションが見つかりません。" + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "" +"\"%2$s\" の所有しているジョブ #%1$d をホールドすることを許可されていません!" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "ジョブ #%d は完了し、変更することはできません!" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "" +"あなたは \"%2$s\" の所有しているジョブ #%1$d を移動することを許可されていませ" +"ん!" + +msgid "job-printer-uri attribute missing!" +msgstr "job-printer-uri 属性がありません!" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "\"%s\" はサポートされていない圧縮です!" + +msgid "No file!?!" +msgstr "ファイルがありません!?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "タイプ \"%s\" を検査できませんでした!" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "'%s/%s' はサポートされていない形式です!" + +msgid "Printer not shared!" +msgstr "プリンタは共有されていません!" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "ジョブが多すぎます - %d ジョブ。最大ジョブ数は %d です。" + +#, c-format +msgid "Job #%d is not held!" +msgstr "ジョブ #%d はホールドされていません!" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "" +"あなたは \"%2$s\" の所有しているジョブ ID %1$d を解放することを許可されていま" +"せん!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "ジョブ #%d は完結していません!" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "ジョブ #%d は再起動できません - ファイルがありません!" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "" +"あなたは \"%2$s\" の所有しているジョブ ID %1$d を再開することを許可されていま" +"せん!" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "" +"あなたは \"%2$s\" の所有しているジョブ #%1$d にドキュメントを送信することを許" +"可されていません!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "\"%s\" は不正な document-format です!" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "" +"あなたは \"%2$s\" の所有しているジョブ ID %1$d を変更することを許可されていま" +"せん!" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s は変更できません。" + +msgid "Bad job-priority value!" +msgstr "不正な job-priority 値です!" + +msgid "Job is completed and cannot be changed." +msgstr "ジョブは完結し、変更できません。" + +msgid "Bad job-state value!" +msgstr "不正な job-state 値です!" + +msgid "Job state cannot be changed." +msgstr "ジョブの状態を変更できません。" + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "%s はサポートされていない圧縮属性です!" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "\"%s\" はサポートされていない形式です!" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s は lpc の CUPS バージョンでは実装されていません。\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"コマンドは短縮できます。 コマンド:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tコマンドのヘルプを取得\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tデーモンとキューの状態を表示\n" + +msgid "?Invalid help command unknown\n" +msgstr "?無効なヘルプコマンドです\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tプリンタはデバイス '%s'上。速度 -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tキューは有効です\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tキューは無効です\n" + +msgid "\tprinting is enabled\n" +msgstr "\t印刷は有効です\n" + +msgid "\tprinting is disabled\n" +msgstr "\t印刷は無効です\n" + +msgid "\tno entries\n" +msgstr "\tエントリがありません\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d エントリ\n" + +msgid "\tdaemon present\n" +msgstr "\tデーモンは提供されています\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: サーバに連絡できません!\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: すみません、暗号化サポートはコンパイル時に組み込まれていません!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: \"%s/%s\" は未知の宛先です!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: \"%s\" は未知の宛先です!\n" + +#, c-format +msgid "" +"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lp: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: エラー - 利用可能なデフォルトの宛先がありません。\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs に失敗しました: %s\n" + +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"ランク 所有者 優先 ジョブ ファイル 合計サイズ\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "" +"Rank Owner Job File(s) Total Size\n" +"ランク 所有者 ジョブ ファイル 合計サイズ\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [ジョブ %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f バイト\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f バイト\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f バイト\n" + +msgid "no entries\n" +msgstr "エントリがありません\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes に失敗しました: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s は準備ができています\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s は準備ができており印刷しています\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s は準備ができていません\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "使い方: lpq [-P 宛先] [-l] [+インターバル]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: エラー - -%c オプションのあとには値が必要です!\n" + +#, c-format +msgid "" +"lpr: warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"lpr: 警告 - '%c' 形式修飾子はサポートされていません - 出力は正しくないものに" +"なるかもしれません!\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: エラー - -o オプションのあとには オプション=値 が必要です!\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "lpr: 警告 - メール通知は現在サポートされていません!\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: エラー - -P オプションのあとには宛先が必要です!\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: エラー - -# オプションのあとにはコピー数が必要です!\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: エラー - -%c オプションのあとには名前が必要です!\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: エラー - -U オプションのあとにはユーザ名が必要です!\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: エラー - '%c' は未知のオプションです!\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: エラー - \"%s\" にアクセスできません - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: エラー - ファイルが多すぎます - \"%s\"\n" + +#, c-format +msgid "" +"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpr: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: エラー - 利用可能なデフォルトの宛先がありません。\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: エラー - スケジューラが応答していません!\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: エラー - テンポラリファイル \"%s\" を作成できません - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: エラー - テンポラリファイル \"%s\" に書き込めません - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: エラー - 標準入力が空なので、ジョブは送られていません。\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: エラー - ファイルを印刷できません: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: サーバに連絡できません!\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: \"%s\" は未知の宛先です!\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: '%c' は未知のオプションです!\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: ジョブまたはプリンタが見つかりません!\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: lprm ジョブ の実行は許可されていません!\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: あなたはジョブ ID %d の所有者ではありません!\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: lprm ジョブ ができません!\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: ジョブをキャンセルできません!\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: 何が起きているか不明です!\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: -h のあとにはサーバ名が必要です!\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: -r のあとには理由のテキストが必要です!\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: '%c' は未知のオプションです!\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: サーバに接続できません: %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: 操作に失敗しました: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: エラー - '-h' オプションのあとにはホスト名が必要です!\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: エラー - '-u' オプションのあとにはユーザ名が必要です!\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: '%c' は未知のオプションです!\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: \"%s\" は未知の宛先です!\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: サーバに連絡できません!\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s 失敗しました: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: %d 行に値がありません!\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: %d 行に二重引用符がありません!\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: %d 行に不正なオプションと選択があります!\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: %1$s のサーバ \"%2$s\" に接続できません - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "" +"cupsaddsmb: プリンタ \"%s\" の PPD ファイルがありません - スキップします!\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: \"%s\" の get-printer-attributes に失敗しました: %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: %s の PPD ファイルを変換できません - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Windows 2000 プリンタドライバファイルをコピーできません (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "cupsaddsmb: CUPS プリンタドライバファイルをコピーできません (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Windows 2000 プリンタドライバファイルをインストールできません (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Windows 9x プリンタドライバファイルをコピーできません (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: Windows 9x プリンタドライバファイルをインストールできません (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: Windows プリンタドライバを設定できません (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Usage: cupsaddsmb [オプション] プリンタ1 ... プリンタN\n" +" cupsaddsmb [オプション] -a\n" +"\n" +"Options:\n" +" -H sambaサーバ 指定の SAMBA サーバを使う\n" +" -U sambaユーザ 指定の SAMBA ユーザ名で認証する\n" +" -a すべてのプリンタをエキスポートする\n" +" -h cupsサーバ 指定の CUPS サーバを使う\n" +" -v 冗長にする (コマンドを表示する)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: -q オプションは -v オプションと両立できません。\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: -v オプションは -q オプションと両立できません。\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" 失敗\n" +" **失敗** PPD ファイルを開くことができません - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" 失敗\n" +" **失敗** PPD ファイルを開くことができません - %2$d 行の %1$s。\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: 42 ページ、セクション 5.2。\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: 20 ページ、セクション 3.4。\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: 45-46 ページ、セクション 5.2。\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: 42-45 ページ、セクション 5.2。\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: 48-49 ページ、セクション 5.2。\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: 52-54 ページ、セクション 5.2。\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: 15 ページ、セクション 3.2。\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: 15 ページ、セクション 3.1。\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: 16-17 ページ、セクション 3.2。\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: 19 ページ、セクション 3.3。\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: 27 ページ、セクション 3.5。\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" 適合テスト結果詳細\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " 警告 %s は相当するオプションがありません!\n" + +msgid " FAIL\n" +msgstr " 失敗\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **失敗** DefaultImageableArea が必須\n" +" REF: 102 ページ、セクション 5.15。\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **失敗** %s は不正な DefaultImageableArea です!\n" +" REF: 102 ページ、セクション 5.15。\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " 合格 DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **失敗** DefaultPaperDimension は必須\n" +" REF: 103 ページ、セクション 5.15。\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **失敗** %s は不正な DefaultPaperDimension です!\n" +" REF: 103 ページ、セクション 5.15。\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " 合格 DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **失敗** %2$s は不正な Default%1$s\n" +" REF: 40 ページ、セクション 4.5。\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " 合格 Default%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **失敗** Default%s は必須\n" +" REF: 40 ページ、セクション 4.5。\n" + +msgid " PASS FileVersion\n" +msgstr " 合格 FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **失敗** FileVersion は必須\n" +" REF: 56 ページ、セクション 5.3。\n" + +msgid " PASS FormatVersion\n" +msgstr " 合格 FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **失敗** FormatVersion は必須\n" +" REF: 56 ページ、セクション 5.3。\n" + +msgid " PASS LanguageEncoding\n" +msgstr " 合格 LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **失敗** LanguageEncoding は必須\n" +" REF: 56-57 ページ、セクション 5.3。\n" + +msgid " PASS LanguageVersion\n" +msgstr " 合格 LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **失敗** LanguageVersion は必須\n" +" REF: 57-58 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **失敗** 不正な Manufacturer (\"HP\" でなければなりません)\n" +" REF: 211 ページ、表 D.1。\n" + +msgid " PASS Manufacturer\n" +msgstr " 合格 Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **失敗** Manufacturer は必須\n" +" REF: 58-59 ページ、セクション 5.3。\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **失敗** 不正な ModelName - 文字列に \"%c\" は許可されていません。\n" +" REF: 59-60 ページ、セクション 5.3。\n" + +msgid " PASS ModelName\n" +msgstr " 合格 ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **失敗** ModelName は必須\n" +" REF: 59-60 ページ、セクション 5.3。\n" + +msgid " PASS NickName\n" +msgstr " 合格 NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **失敗** NickName は必須\n" +" REF: 60 ページ、セクション 5.3。\n" + +msgid " PASS PageSize\n" +msgstr " 合格 PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **失敗** PageSize は必須\n" +" REF: 99-100 ページ、セクション 5.14。\n" + +msgid " PASS PageRegion\n" +msgstr " 合格 PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **失敗** PageRegion は必須\n" +" REF: 100 ページ、セクション 5.14。\n" + +msgid " PASS PCFileName\n" +msgstr " 合格 PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **失敗** PCFileName は必須\n" +" REF: 61-62 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **失敗** 不正な Product - \"(文字列)\" ではありません。\n" +" REF: 62 ページ、セクション 5.3。\n" + +msgid " PASS Product\n" +msgstr " 合格 Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **失敗** Product は必須\n" +" REF: 62 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **失敗** 不正な PSVersion - \"(文字列) 整数\" ではありません。\n" +" REF: 62-64 ページ、セクション 5.3。\n" + +msgid " PASS PSVersion\n" +msgstr " 合格 PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **失敗** PSVersion は必須\n" +" REF: 62-64 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **失敗** 不正な ShortNickName - 31 文字を超えています。\n" +" REF: 64-65 ページ、セクション 5.3。\n" + +msgid " PASS ShortNickName\n" +msgstr " 合格 ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **失敗** ShortNickName は必須\n" +" REF: 64-65 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **失敗** ファイルに不正な JobPatchFile 属性があります\n" +" REF: 24 ページ、セクション 3.4。\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **失敗** PageSize は必須\n" +" REF: 41 ページ、セクション 5。\n" +" REF: 99 ページ、セクション 5.14。\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **失敗** PageSize %s に ImageableArea は必須\n" +" REF: 41 ページ、セクション 5。\n" +" REF: 102 ページ、セクション 5.15。\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **失敗** PageSize %s に PaperDimension は必須\n" +" REF: 41 ページ、セクション 5。\n" +" REF: 103 ページ、セクション 5.15。\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **失敗** 不正な %s が %s を選んでいます!\n" +" REF: 84 ページ、セクション 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **失敗** 必須の %s が選択肢 None を定義していません!\n" +" REF: 122 ページ、セクション 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** 不正な %s が %s を選んでいます!\n" +" REF: 122 ページ、セクション 5.17\n" + +msgid " PASS\n" +msgstr " 合格\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" 警告 複式オプションキーワード %s は Duplex あるいは JCLDuplex とい" +"う名前であるべきです!\n" +" REF: 122 ページ、セクション 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " 警告 デフォルトの選択肢が衝突しています!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" 警告 PPD バージョン %.1f は時代遅れです!\n" +" REF: 42 ページ、セクション 5.2。\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" 警告 LanguageEncoding は PPD 4.3 仕様で必須です。\n" +" REF: 56-57 ページ、セクション 5.3。\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" 警告 Manufacturer は PPD 4.3 仕様で必須です。\n" +" REF: 58-59 ページ、セクション 5.3。\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" 警告 8.3 文字より長い PCFileName は PPD 仕様違反です。\n" +" REF: 61-62 ページ、セクション 5.3。\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" 警告 ShortNickName は PPD 4.3 仕様で必須です。\n" +" REF: 64-65 ページ、セクション 5.3。\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" 警告 プロトコルが PJL と BCP の両方を含んでいます; TBCP を予測しま" +"す。\n" +" REF: 78-79 ページ、セクション 5.7。\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" 警告 プロトコルが PJL を含んでいますが JCL 属性が設定されていませ" +"ん。\n" +" REF: 78-79 ページ、セクション 5.7。\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" 警告 %s は %s と一般プリフィクスを共有します。\n" +" REF: 15 ページ、セクション 3.2。\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " %d 個のエラー%s が見つかりました\n" + +msgid " NO ERRORS FOUND\n" +msgstr " エラーは見つかりませんでした\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" 警告 \"%s %s\" は \"%s %s\" と衝突します\n" +" (constraint=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"使い方: cupstestppd [-q] [-r] [-v[v]] ファイル名1.ppd[.gz] [... ファイル名N." +"ppd[.gz]]\n" +" プログラム | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "" +"lpstat: -W のあとには \"completed\" または \"not-completed\" が必要です!\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: -b オプションには宛先の引数が必須です。\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "エラー:'-h' オプションのあとにはホスト名が必要です!\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: '%c' は未知のオプションです!\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: リスト \"%s\" に不正な宛先名があります!\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: \"%s\" は未知の宛先です!\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: ポート %2$d: %3$s にあるサーバ %1$s に接続できません\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers に失敗しました: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s は Jan 01 00:00 以来リクエストを受け付けています\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s は Jan 01 00:00 以来リクエストを受け付けていません -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s は Jan 01 00:00 以来リクエストを受け付けています\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s は Jan 01 00:00 以来リクエストを受け付けていません -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes に失敗しました: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "クラス %s のメンバー:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "システムのデフォルトの宛先: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "システムのデフォルトの宛先: %s\n" + +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "lpstat: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" + +msgid "no system default destination\n" +msgstr "システムのデフォルトの宛先がありません\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "プリンタ %1$s の出力は、%3$s のリモートプリンタ %2$s に送られます\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "プリンタ %s の出力は %s に送られます\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"プリンタ %1$s/%2$s の出力は、%4$s のリモートプリンタ %3$s に送られます\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "プリンタ %s/%s の出力は %s に送られます\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "%s のデバイス: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "%s/%s のデバイス: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs に失敗しました: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\t%s にキューしました\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "プリンタ %s は待機中です。%s 以来有効です\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "プリンタ %s は %s-%d を印刷しています。%s 以来有効です\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "プリンタ %s は %s 以来無効です -\n" + +msgid "\treason unknown\n" +msgstr "\t未知の理由\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\t用紙台:\n" +"\t内容形式: すべて\n" +"\tプリンタ形式: 未知\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\t説明: %s\n" + +msgid "\tAlerts:" +msgstr "\t警報:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\t場所: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\t接続: リモート\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tインターフェイス: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\t接続: 直結\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tインターフェイス: %s/interfaces/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tインターフェイス: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\t失敗時: 警告なし\n" + +msgid "\tAfter fault: continue\n" +msgstr "\t失敗後: 継続\n" + +msgid "\tUsers allowed:\n" +msgstr "\t許可されているユーザ:\n" + +msgid "\tUsers denied:\n" +msgstr "\t拒否されているユーザ:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(すべて)\n" + +msgid "\tForms allowed:\n" +msgstr "\t許可されている用紙:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(なし)\n" + +msgid "\tBanner required\n" +msgstr "\tバナーが必要\n" + +msgid "\tCharset sets:\n" +msgstr "\t文字セット:\n" + +msgid "\tDefault pitch:\n" +msgstr "\tデフォルトピッチ:\n" + +msgid "\tDefault page size:\n" +msgstr "\tデフォルト用紙サイズ:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tデフォルトポート設定:\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "プリンタ %s/%s は待機中です。%s 以来有効です\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "プリンタ %s/%s は %s-%d を印刷しています。%s 以来有効です\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "プリンタ %s/%s は %s 以来無効です -\n" + +msgid "scheduler is running\n" +msgstr "スケジューラは動作中です\n" + +msgid "scheduler is not running\n" +msgstr "スケジューラは動作していません\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: サーバに接続できません: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: クラスにプリンタを追加できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: '-c' オプションのあとにはクラス名が必要です!\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: クラス名は表示可能文字のみで構成されなければなりません!\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: '-d' オプションのあとにはプリンタ名が必要です!\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: プリンタ名は表示可能文字のみで構成されなければなりません!\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: '-h' オプションのあとにはホスト名が必要です!\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: インターフェイススクリプトを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: '-i' オプションのあとにはインターフェイス名が必要です!\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: インターフェイススクリプトまたは PPD ファイルを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: '-m' オプションのあとにはモデル名が必要です!\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: '-o' オプションのあとには 名前=値 が必要です!\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: '-p' オプションのあとにはプリンタ名が必要です!\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: クラスからプリンタを削除できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: '-r' オプションのあとにはクラス名が必要です!\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "" +"lpadmin: '-u' オプションのあとには allow/deny:ユーザリスト が必要です!\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: \"%s\" は未知の allow/deny オプションです!\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: デバイス URI を設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: '-v' オプションのあとにはデバイス URI が必要です!\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "" +"lpadmin: '-x' オプションのあとにはプリンタ名またはクラス名が必要です!\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: プリンタ説明を設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: '-D' オプションのあとに説明が必要です!\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: '-I' オプションのあとにファイル形式が必要です!\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: 警告 - コンテンツタイプリストは無視されます!\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: プリンタの場所が設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: '-L' オプションのあとに場所が必要です!\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: PPD ファイルを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: '-P' オプションのあとに PPD が必要です!\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: '%c' は未知のオプションです!\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: '%s' は未知の引数です!\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: プリンタオプションを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Usage:\n" +"\n" +" lpadmin [-h サーバ] -d 宛先\n" +" lpadmin [-h サーバ] -x 宛先\n" +" lpadmin [-h サーバ] -p プリンタ [-c 追加クラス] [-i インターフェイス] [-" +"m モデル]\n" +" [-r 削除クラス] [-v デバイス] [-D 説明]\n" +" [-P PPDファイル] [-o 名前=値]\n" +" [-u allow:ユーザ,ユーザ] [-u deny:ユーザ,ユーザ]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: テンポラリファイルを作成できません: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer (モデルの設定) に失敗しました: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: add-printer (説明の設定) に失敗しました: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: add-printer (場所の設定) に失敗しました: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: テンポラリファイルを作成できません - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: PPD ファイル \"%s\" を開くことができません - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s 失敗しました: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: -d オプションのあとには宛先が必要です!\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: -f オプションのあとには用紙名が必要です!\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: -h オプションのあとにはホスト名が必要です!\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: -i オプションのあとにはジョブ ID が必要です!\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"lp: エラー - ファイルを印刷できず、ジョブを同時に変えることができません!\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: エラー - 不正なジョブ ID です!\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: -n オプションのあとにはコピー数が必要です!\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: -o オプションのあとには文字列が必要です!\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: -%c オプションのあとには優先度が必要です!\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: 優先度は 1 から 100 の間である必要があります。\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: -t オプションのあとにはタイトルが必要です!\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: -y オプションのあとにはモードリストが必要です!\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: 警告 - モードオプションは無視されます!\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: -H オプションのあとにはホールド名が必要です!\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "\"-H restart\" の前にはジョブ ID (-i) が必要です!\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: -P オプションのあとにはページリストが必要です!\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: -S オプションのあとには文字セットが必要です!\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: 警告 - 文字セットオプションは無視されます!\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: -T オプションのあとにはコンテンツタイプが必要です!\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: 警告 - コンテンツタイプオプションは無視されます!\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: '%c' は未知のオプションです!\n" + +msgid "" +"lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"lp: エラー - ファイルまたはジョブ ID が提供されている場合、標準入力から印刷で" +"きません!\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: \"%s\" にアクセスできません - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: ファイルが多すぎます - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: エラー - 利用可能なデフォルトの宛先がありません。\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: エラー - スケジューラが応答していません!\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: テンポラリファイル \"%s\" を作成できません - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: エラー - テンポラリファイル \"%s\" に書き込めません - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: 標準入力が空なので、ジョブは送られていません。\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: ファイルを印刷できません: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "リクエスト ID は %s-%d です (%d 個のファイル)\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job に失敗しました: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attributes に失敗しました: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: サーバに接続できません: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: '%c' は未知のオプションです!\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: '%s' は未知の引数です!\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices に失敗しました: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"デバイス: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds に失敗しました: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"モデル: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: '%c' は未知のオプションです!\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: '%s' は未知の引数です!\n" + +msgid "Usage: lpmove job dest\n" +msgstr "使い方: lpmove ジョブ 宛先\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: サーバに接続できません: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job に失敗しました: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: 未知のプリンタまたはクラスです!\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: プリンタがありません!?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: プリンタまたはインスタンスを追加できません: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: 宛先 %s は PPD ファイルを持っていません!\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: %s の PPD ファイルを開くことができません!\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"使い方: lpoptions [-h サーバ] [-E] -d プリンタ\n" +" lpoptions [-h サーバ] [-E] [-p プリンタ] -l\n" +" lpoptions [-h サーバ] [-E] -p プリンタ -o オプション[=値] ...\n" +" lpoptions [-h サーバ] [-E] -x プリンタ\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: root だけがパスワードの追加と削除を行えます!\n" + +msgid "Enter old password:" +msgstr "古いパスワードを入力:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: パスワード文字列をコピーできません: %s\n" + +msgid "Enter password:" +msgstr "パスワードを入力:" + +msgid "Enter password again:" +msgstr "パスワードを再度入力:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: すみませんが、パスワードがマッチしません!\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: すみませんが、パスワードは拒否されました。\n" +"パスワードは少なくとも 6 文字以上で、あなたのユーザ名を含んではならず、\n" +"少なくとも 1 つの英字および数値を含んでなければなりません。\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: パスワードファイルがビジー状態です!\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: パスワードファイルを開くことができません: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: パスワードファイルに書き込むことができません: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: ユーザ \"%s\" およびグループ \"%s\" は存在しません。\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: すみませんが、パスワードがマッチしません!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: パスワードファイルは更新されません!\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "" +"lppasswd: 古いパスワードファイルをバックアップするのに失敗しました: %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: パスワードファイルを名前変更するのに失敗しました: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "使い方: lppasswd [-g グループ名]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Usage: lppasswd [-g グループ名] [ユーザ名]\n" +" lppasswd [-g グループ名] -a [ユーザ名]\n" +" lppasswd [-g グループ名] -x [ユーザ名]\n" + +msgid "Start Printer" +msgstr "プリンタの開始" + +msgid "Stop Printer" +msgstr "プリンタの停止" + +msgid "Start Class" +msgstr "クラスの開始" + +msgid "Stop Class" +msgstr "クラスの停止" + +msgid "Accept Jobs" +msgstr "ジョブの受け付け" + +msgid "Reject Jobs" +msgstr "ジョブの拒否" + +msgid "Purge Jobs" +msgstr "ジョブの削除" + +msgid "Set As Default" +msgstr "デフォルトに設定" + +msgid "Administration" +msgstr "管理" + +msgid "Modify Class" +msgstr "クラスの変更" + +msgid "Add Class" +msgstr "クラスの追加" + +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"クラス名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポンド記" +"号 (#) を含んではなりません。" + +msgid "Unable to modify class:" +msgstr "クラスを変更できません:" + +msgid "Unable to add class:" +msgstr "クラスを追加できません:" + +msgid "Modify Printer" +msgstr "プリンタの変更" + +msgid "Add Printer" +msgstr "プリンタの追加" + +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"プリンタ名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポンド" +"記号 (#) を含んではなりません。" + +msgid "Unable to get list of printer drivers:" +msgstr "プリンタドライバのリストを取得できません:" + +msgid "Unable to modify printer:" +msgstr "プリンタを変更できません:" + +msgid "Unable to add printer:" +msgstr "プリンタを追加できません:" + +msgid "Set Printer Options" +msgstr "プリンタオプションの設定" + +msgid "Missing form variable!" +msgstr "フォームの値がありません!" + +msgid "Unable to get PPD file!" +msgstr "PPD ファイルを取得できません!" + +msgid "Unable to open PPD file:" +msgstr "PPD ファイルを取得できません:" + +msgid "Banners" +msgstr "バナー" + +msgid "Starting Banner" +msgstr "開始バナー" + +msgid "Ending Banner" +msgstr "終了バナー" + +msgid "Policies" +msgstr "ポリシー" + +msgid "Error Policy" +msgstr "エラーポリシー" + +msgid "Operation Policy" +msgstr "操作ポリシー" + +msgid "PS Binary Protocol" +msgstr "PS バイナリプロトコル" + +msgid "None" +msgstr "なし" + +msgid "Unable to set options:" +msgstr "オプションを設定できません:" + +msgid "Change Settings" +msgstr "設定の変更" + +msgid "Unable to change server settings:" +msgstr "サーバの設定を変更できません:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "cupsd.conf ファイルをアップロードできません:" + +msgid "Edit Configuration File" +msgstr "設定ファイルの編集" + +msgid "Unable to create temporary file:" +msgstr "テンポラリファイルを作成できません:" + +msgid "Unable to access cupsd.conf file:" +msgstr "cupsd.conf ファイルにアクセスできません:" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "1MB 以上の cupsd.conf ファイルは編集できません!" + +msgid "Delete Class" +msgstr "クラスの削除" + +msgid "Unable to delete class:" +msgstr "クラスを削除できません:" + +msgid "Delete Printer" +msgstr "プリンタの削除" + +msgid "Unable to delete printer:" +msgstr "プリンタを削除できません:" + +msgid "Export Printers to Samba" +msgstr "プリンタを Samba にエキスポート" + +msgid "Unable to fork process!" +msgstr "プロセスをフォークできません!" + +msgid "Unable to connect to server!" +msgstr "サーバに接続できません!" + +msgid "Unable to get printer attributes!" +msgstr "プリンタ属性を取得できません!" + +msgid "Unable to convert PPD file!" +msgstr "PPD ファイルを変換できません!" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "Windows 2000 プリンタドライバファイルをコピーできません!" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "Windows 2000 プリンタドライバファイルをインストールできません!" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "Windows 9x プリンタドライバファイルをコピーできません!" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "Windows 9x プリンタドライバファイルをインストールできません!" + +msgid "Unable to set Windows printer driver!" +msgstr "Windows プリンタドライバを設定できません!" + +msgid "No printer drivers found!" +msgstr "プリンタドライバが見つかりません!" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "cupsaddsmb コマンドを実行できません!" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb は状態 %d で失敗しました" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb はシグナル %d でクラッシュしました" + +msgid "A Samba username is required to export printer drivers!" +msgstr "プリンタドライバをエキスポートするには、Samba のユーザ名が必要です!" + +msgid "A Samba password is required to export printer drivers!" +msgstr "プリンタドライバをエキスポートするには Samba のパスワードが必要です!" + +msgid "Unable to open cupsd.conf file:" +msgstr "cupsd.conf ファイルを開くことができません:" + +msgid "Unable to change printer:" +msgstr "プリンタを変更できません:" + +msgid "Set Allowed Users" +msgstr "許可するユーザの設定" + +msgid "Unable to get printer attributes:" +msgstr "プリンタ属性を取得できません:" + +msgid "Set Publishing" +msgstr "公開の設定" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "printer-is-shared 属性を変更できません:" + +msgid "Classes" +msgstr "クラス" + +msgid "Unable to get class list:" +msgstr "クラスリストを取得できません:" + +msgid "Unable to get class status:" +msgstr "クラスの状態を取得できません:" + +msgid "Move Job" +msgstr "ジョブの移動" + +msgid "Unable to find destination for job!" +msgstr "ジョブの宛先が見つかりません!" + +msgid "Move All Jobs" +msgstr "すべてのジョブの移動" + +msgid "Unable to move job" +msgstr "ジョブを移動できません" + +msgid "Unable to move jobs" +msgstr "ジョブを移動できません" + +msgid "Print Test Page" +msgstr "テストページの印刷" + +msgid "Unable to print test page:" +msgstr "テストページを印刷できません:" + +msgid "Jobs" +msgstr "ジョブ" + +msgid "Job operation failed:" +msgstr "ジョブ操作に失敗しました:" + +msgid "Printers" +msgstr "プリンタ" + +msgid "Unable to get printer list:" +msgstr "プリンタリストを取得できません:" + +msgid "Unable to get printer status:" +msgstr "プリンタの状態を取得できません:" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "PPD ファイルを開くことができません" + +msgid "NULL PPD file pointer" +msgstr "NULL PPD ファイルポインタ" + +msgid "Memory allocation error" +msgstr "メモリ割り当てエラー" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "PPD-Adobe-4.x ヘッダがありません" + +msgid "Missing value string" +msgstr "値文字列がありません" + +msgid "Internal error" +msgstr "内部エラー" + +msgid "Bad OpenGroup" +msgstr "不正な OpenGroup" + +msgid "OpenGroup without a CloseGroup first" +msgstr "最初の CloseGroup なしの OpenGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "不正な OpenUI/JCLOpenUI" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "最初の CloseUI/JCLCloseUI なしの OpenUI/JCLOpenUI" + +msgid "Bad OrderDependency" +msgstr "不正な OrderDependency" + +msgid "Bad UIConstraints" +msgstr "不正な UIConstraints" + +msgid "Missing asterisk in column 1" +msgstr "1 列目にアスタリスクがありません" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "1 行が最大許可値 (255 文字) を超えています" + +msgid "Illegal control character" +msgstr "不正な制御文字" + +msgid "Illegal main keyword string" +msgstr "不正なメインキーワード文字列" + +msgid "Illegal option keyword string" +msgstr "不正なオプションキーワード文字列" + +msgid "Illegal translation string" +msgstr "不正な翻訳文字列" + +msgid "Illegal whitespace character" +msgstr "不正な空白文字" + +msgid "Bad custom parameter" +msgstr "不正なカスタムパラメータ" + +msgid "Unknown" +msgstr "未知" + +msgid "Custom" +msgstr "カスタム" + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "認証情報が提供されていません!" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "SAMBA 経由で %2$s にアクセスするのに必要な %1$s のパスワード: " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "コマンドを実行中: %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: \"%s\" を実行できません: %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: Windows プリンタドライバがインストールされていません!\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "" +"cupsaddsmb: 警告: Windows 2000 プリンタドライバがインストールされていませ" +"ん!\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: プリンタ %s はすでにクラス %s のメンバーです。\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: メンバー名が見当たりません!\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: プリンタ %s はクラス %s のメンバーではありません。\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"デバイス: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"モデル: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "使い方: lpmove ジョブまたはソース 宛先\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "" +"lpstat: -W のあとには \"completed\"、\"not-completed\"、\"all\" のいずれかが" +"必要です!\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s は %s 以来リクエストを受け付けています\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s は %s 以来リクエストを受け付けていません -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s は %s 以来リクエストを受け付けています\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s は %s 以来リクエストを受け付けていません -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: サーバに連絡できません!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: エラー - '-U' オプションのあとにはユーザ名が必要です!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: エラー - \"%s/%s\" は未知の宛先です!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: \"%s\" は未知の宛先です!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: エラー - '-h' オプションのあとにはホスト名が必要です!\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: エラー - 利用可能なデフォルトの宛先がありません。\n" + +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"使い方: lpq [-P 宛先] [-U ユーザ名] [-h ホスト名[:ポート]] [-l] [+インターバ" +"ル]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: エラー - '-H' オプションのあとにはホスト名が必要です!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: エラー - '-%c' オプションのあとには値が必要です!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: 警告 - '%c' 形式修飾子はサポートされていません - 出力は正しくないものにな" +"るかもしれません!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: '-o' オプションのあとには オプション=値 が必要です!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: エラー - '-P' オプションのあとには宛先が必要です!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: エラー - '-#' オプションのあとにはコピー数が必要です!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: エラー - '-%c' オプションのあとには名前が必要です!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: エラー - '%c' は未知のオプションです!\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: エラー - \"%s\" にアクセスできません - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: エラー - ファイルが多すぎます - \"%s\"\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: エラー - 利用可能なデフォルトの宛先がありません。\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: エラー - スケジューラが応答していません!\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: エラー - テンポラリファイル \"%s\" を作成できません - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: エラー - テンポラリファイル \"%s\" に書き込みできません - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: エラー - 標準入力が空なので、ジョブは送られていません。\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: エラー - \"%s\" は未知の宛先です!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: -r のあとには理由のテキストが必要です!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: エラー - '-u' オプションのあとにはユーザ名が必要です!\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s 失敗しました: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: '-d' オプションのあとにはプリンタ名が必要です!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: エラー - '-f' オプションのあとには用紙名が必要です!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: 警告 - 用紙オプションは無視されます!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: '-i' オプションのあとにはジョブ ID が必要です!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: エラー - ファイルを印刷できず、ジョブを同時に変えることができません!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: エラー - 不正なジョブ ID です!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: エラー - '-n' オプションのあとにはコピー数が必要です!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: エラー - '-o' オプションのあとには文字列が必要です!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: エラー - '-%c' オプションのあとには優先度が必要です!\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: エラー - 優先度は 1 から 100 の間である必要があります。\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: エラー - '-t' オプションのあとにはタイトルが必要です!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: エラー - '-y' オプションのあとにはモードリストが必要です!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: 警告 - モードオプションは無視されます!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: エラー - '-H' オプションのあとにはホールド名が必要です!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: '-H restart' の前にはジョブ ID ('-i ジョブID') が必要です!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: '-P' オプションのあとにはページリストが必要です!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: エラー - '-S' オプションのあとには文字セットが必要です!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: 警告 - 文字セットオプションは無視されます!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: エラー - '-T' オプションのあとにはコンテンツタイプが必要です!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: 警告 - コンテンツタイプオプションは無視されます!\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: エラー - ファイルまたはジョブ ID が提供されている場合、標準入力から印刷で" +"きません。 \n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: エラー - '-W' オプションのあとには、\"completed\"、\"not-completed\"、" +"\"all\" のいずれかが必要です!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: エラー - '-b' オプションのあとに宛先を指定する必要があります!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: リスト \"%s\" に無効な宛先名があります!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: サーバに接続できません\n" + +msgid "Print Job:" +msgstr "ジョブの印刷:" + +msgid "pending" +msgstr "保留" + +msgid "held" +msgstr "ホールド" + +msgid "processing" +msgstr "処理中" + +msgid "stopped" +msgstr "停止" + +msgid "canceled" +msgstr "キャンセル" + +msgid "aborted" +msgstr "停止" + +msgid "completed" +msgstr "完了" + +msgid "unknown" +msgstr "未知" + +msgid "untitled" +msgstr "タイトルなし" + +msgid "Printer:" +msgstr "プリンタ:" + +msgid "idle" +msgstr "待機中" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "notify-subscription-ids 属性がありません!" + +msgid "Job subscriptions cannot be renewed!" +msgstr "ジョブサブスクリプションが更新されていません!" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: -c オプションのあとには設定ファイル名が必要です!\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: launchd(8) サポートがコンパイルされていないので、通常モードで動作しま" +"す。\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: \"%c\" は未知のオプションです - 停止します!\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: \"%s\" は未知の引数です - 停止します!\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"使い方: cupsd [-c 設定ファイル] [-f] [-F] [-h] [-l]\n" +"\n" +"-c 設定ファイル 別の設定ファイルをロードする\n" +"-f フォアグラウンドで実行する\n" +"-F フォアグラウンドで実行するが detach する\n" +"-h この使用例を表示する\n" +"-l launchd(8) から cupsd を実行する\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " 警告 %d 行が空白だけです!\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" 警告 ファイルが CR、LF、CR LF の行末を混在して含んでいます!\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" 警告 非 Windows PPD ファイルは、CR LF でなく LF のみを行末に使うべ" +"きです!\n" + +msgid "Printer Maintenance" +msgstr "プリンタのメンテナンス" + +msgid "Unable to send maintenance job:" +msgstr "メンテナンスジョブを送れません:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: プリンタ \"%s\" の PPD ファイルがありません - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **失敗** %s %s は存在しません!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **失敗** 無効な言語 \"%s\" です!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **失敗** \"%s\" 翻訳文字列 (オプション %s 用) がありません!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **失敗** オプション %s のデフォルトの翻訳文字列が8ビット文字を含んでい" +"ます!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **失敗** \"%s\" 翻訳文字列 (オプション %s、選択 %s) がありません!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **失敗** オプション %s、選択 %s のデフォルトの翻訳文字列が8ビット文字" +"を含んでいます!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **失敗** \"%s\" は不正な cupsFilter 値です!\n" + +msgid "Help" +msgstr "ヘルプ" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "%d 行に値がありません!\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "%d 行に二重引用符がありません!\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "%d 行に不正なオプションと選択があります!\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "Windows 2000 プリンタドライバファイルをコピーできません (%d)!\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "CUPS プリンタドライバファイルをコピーできません (%d)!\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "Windows 2000 プリンタドライバファイルをインストールできません (%)!\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "Windows 9x プリンタドライバファイルをコピーできません (%d)!\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "Windows 9x プリンタドライバファイルをインストールできません (%d)!\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "Windows プリンタドライバがインストールされていません!\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "警告: Windows 2000 プリンタドライバがインストールされていません!\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "Windows プリンタドライバを設定できません (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"使い方: cupsaddsmb [オプション] プリンタ1 ... プリンタN\n" +" cupsaddsmb [オプション] -a\n" +"\n" +"オプション:\n" +" -E サーバとの接続を暗号化する\n" +" -H sambaサーバ 指定の SAMBA サーバを使う\n" +" -U sambaユーザ 指定の SAMBA ユーザ名で認証する\n" +" -a すべてのプリンタをエキスポートする\n" +" -h cupsサーバ 指定の CUPS サーバを使う\n" +" -v 冗長にする (コマンドを表示する)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Windows 2000 プリンタドライバファイルをコピーできません (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "CUPS プリンタドライバファイルをコピーできません (%d)!" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Windows 2000 プリンタドライバファイルをインストールできません (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Windows 9x プリンタドライバファイルをコピーできません (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Windows 9x プリンタドライバファイルをインストールできません (%d)!" + +msgid "No Windows printer drivers are installed!" +msgstr "Windows プリンタドライバがインストールされていません!" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "警告: Windows 2000 プリンタドライバがインストールされていません!" + +#, c-format +msgid "open of %s failed: %s" +msgstr "%s のオープンに失敗しました: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "コマンドを実行中: %s %s -N -A %s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "%s の状態取得に失敗しました: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "ジョブ #%d はすでにキャンセルされています - キャンセルできません。" + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "ジョブ #%d はすでに停止されています - キャンセルできません。" + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "ジョブ #%d はすでに完了しています - キャンセルできません。" + +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"このページには URL https://%s:%d%s を使ってア" +"クセスする必要があります。" + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "'%s' はサポートされていない形式です!" + +msgid "FAIL\n" +msgstr "失敗\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" %d 行が 255文字より長くなっています (%d)!\n" +" REF: 25 ページ、Line Length\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" 先頭行に %!PS-Adobe-3.0 がありません!\n" +" REF: 17 ページ、3.1 Conforming Documents\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" 不正な %%%%Pages: (%d 行)!\n" +" REF: 43 ページ、%%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" 不正な %%%%BoundingBox: (%d 行)!\n" +" REF: 39 ページ、%%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" 不正な %%%%Page: (%d 行)!\n" +" REF: 53 ページ、%%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" %%BoundingBox: コメントが見つからないか不正です!\n" +" REF: 39 ページ、%%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" %%Pages: コメントが見つからないか不正です!\n" +" REF: 43 ページ、%%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" %%EndComments コメントが見つかりません!\n" +" REF: 41 ページ、%%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" %Page: コメントが見つからないか不正です!\n" +" REF: 53 ページ、%%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " %%EndDocument コメントが多すぎます!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " %%BeginDocument コメントが多すぎます!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " 255文字を超える %d 行が見つかりました!\n" + +msgid "PASS\n" +msgstr "合格\n" + +msgid " Warning: file contains binary data!\n" +msgstr " 警告: ファイルにバイナリデータが含まれています!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " 警告: ファイルは時代遅れの DSC バージョン %.1f です!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " 警告: ファイルに %%EndComments コメントがありません!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"使い方: cupstestdsc [オプション] ファイル名.ps [... ファイル名.ps]\n" +" cupstestdsc [オプション] -\n" +"\n" +"オプション:\n" +"\n" +" -h プログラムの使い方を表示する\n" +"\n" +" 注意: このプログラムは DSC コメントを検証するだけで、PostScript 自身を検" +"証するものではありません。\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "%s のパスワード (%s 上)? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** 1284DeviceId は 1284DeviceID でなければなりません!\n" +" REF: 72 ページ、セクション 5.5\n" + +#, c-format +msgid "Missing value on line %d!" +msgstr "%d 行に値がありません!" + +#, c-format +msgid "Missing double quote on line %d!" +msgstr "%d 行に二重引用符がありません!" + +#, c-format +msgid "Bad option + choice on line %d!" +msgstr "%d 行に不正なオプションと選択があります!" + +msgid "Empty PPD file!" +msgstr "PPD ファイルが空です!" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Windows プリンタドライバを設定できません (%d)!" + +#, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "\"%s\" を実行できません: %s\n" + +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "ジョブ #%d はすでにキャンセルされています - キャンセルできません。" + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "\"%s\" は不正な notify-recipient URI です!" + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "notify-recipient URI \"%s\" には未知のスキームが使われています!" + +#, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "\"%s\" は無効な notify-pull-method です!" + +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** %s は 1284DeviceID でなければなりません!\n" +" REF: 72 ページ、セクション 5.5\n" + +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: %s の PPD ファイルを開くことができません!: %s\n" diff --git a/locale/cups_pl.po b/locale/cups_pl.po new file mode 100644 index 0000000000..7ee8c6b2f7 --- /dev/null +++ b/locale/cups_pl.po @@ -0,0 +1,3001 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: 2006-05-09 17:20+0200\n" +"Last-Translator: Piotr Drąg \n" +"Language-Team: Polish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "Zainstalowane opcje" + +msgid "Class" +msgstr "Klasa" + +msgid "Printer" +msgstr "Drukarka" + +msgid "Extra" +msgstr "Dodatkowe" + +msgid "General" +msgstr "Ogólne" + +msgid "Media Size" +msgstr "Rozmiar nośnika" + +msgid "Media Type" +msgstr "Typ nośnika" + +msgid "Media Source" +msgstr "Źródło nośnika" + +msgid "Output Mode" +msgstr "Tryb wyjścia" + +msgid "Resolution" +msgstr "Rozdzielczość" + +msgid "Variable" +msgstr "Zmienna" + +msgid "Yes" +msgstr "Tak" + +msgid "No" +msgstr "Nie" + +msgid "Auto" +msgstr "Automatycznie" + +msgid "" +"Enter your username and password or the root username and password to access " +"this page." +msgstr "" +"Podaj swoją nazwę użytkownika i hasło lub nazwę użytkownika root i hasło, " +"aby uzyskać dostęp do tej strony." + +msgid "You must use a https: URL to access this page." +msgstr "Musisz użyć URL-a https:, aby uzyskać dostęp do tej strony." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Błędny numer wersji żądania %d.%d!" + +msgid "No attributes in request!" +msgstr "Brak właściwości w żądaniu!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Grupy właściwości są nieuporządkowane (%x < %x)!" + +msgid "Missing required attributes!" +msgstr "Brakuje wymaganych właściwości!" + +#, c-format +msgid "%s not supported!" +msgstr "%s jest nieobsługiwane!" + +msgid "The printer or class was not found." +msgstr "Drukarka lub klasa nie została znaleziona." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" +"printer-uri musi być w formie \"ipp://NAZWAKOMPUTERA/classes/NAZWAKLASY\"." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" zawiera nieprawidłowe znaki." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Drukarka o nazwie \"%s\" już istnieje!" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Spróbowano ustawić printer-state %s na błędną wartość %d!" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: nieznane \"%s\" printer-op-policy." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: nieznane \"%s\" printer-error-policy." + +msgid "Unable to allocate memory for file types!" +msgstr "Nie można przydzielić pamięci dla typów plików!" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Zestaw znaków \"%s\" jest nieobsługiwany!" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Język \"%s\" jest nieobsługiwany!" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Wartość notify-user-data jest za duża (%d > 63 oktety)!" + +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"Właściwość notify-lease-duration nie może być używana z subskrypcjami zadań." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"printer-uri musi być w formie \"ipp://NAZWAKOMPUTERA/printers/NAZWADRUKARKI" +"\"." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Klasa o nazwie \"%s\" już istnieje!" + +#, c-format +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"URI pliku urządzenia zostało wyłączone! Aby włączyć, zobacz dyrektywę " +"FileDevice w \"%s/cupsd.conf\"." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "Błędne \"%s\" device-uri!" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "Błędne \"%s\" port-monitor!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Błędne %d printer-state value!" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Nieznane \"%s\" printer-op-policy." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Nieznane \"%s\" printer-error-polic!" + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "Nie można skopiować skryptu interfejsu - %s!" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "Nie można skopiować pliku PPD - %s!" + +msgid "Unable to copy PPD file!" +msgstr "Nie można skopiować pliku PPD!" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Otrzymano właściwość printer-uri, ale bez job-id!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Błędna właściwość \"%s\" job-uri!" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "Zadanie #%d nie istnieje!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "Zadanie #%d nie zostało wstrzymane do uwierzytelnienia!" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "" +"Nie jesteś upoważniony do uwierzytelnienia zadania #%d należącego do \"%s\"!" + +msgid "The printer-uri attribute is required!" +msgstr "Wymagana jest właściwość printer-uri!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Brakuje właściwości requesting-user-name!" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "\"%s\" printer-uri jest nieprawidłowe." + +#, c-format +msgid "No active jobs on %s!" +msgstr "Brak aktywnych zadań na %s!" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "Nie jesteś upoważniony do usunięcia zadania #%d należącego do \"%s\"!" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "Zadanie #%d jest już %s - nie można anulować." + +msgid "The printer or class is not shared!" +msgstr "Drukarka lub klasa nie jest współdzielona!" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Cel \"%s\" nie akceptuje zadań." + +#, c-format +msgid "Bad copies value %d." +msgstr "Błędna wartość kopii %d." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Błędne wartości %d-%d page-ranges." + +msgid "Too many active jobs." +msgstr "Za dużo aktywnych zadań." + +msgid "Quota limit reached." +msgstr "Przekroczono limit Quoty." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "Nie można dodać zadania do celu \"%s\"!" + +msgid "No subscription attributes in request!" +msgstr "Brak właściwości subskrypcji w żądaniu!" + +msgid "notify-events not specified!" +msgstr "notify-even jest nieokreślone!" + +#, c-format +msgid "Job %d not found!" +msgstr "Nie znaleziono zadania %d!" + +msgid "No default printer" +msgstr "Brak domyślnej drukarki" + +msgid "cups-deviced failed to execute." +msgstr "Nie powiodło się wykonanie cups-deviced." + +msgid "cups-driverd failed to execute." +msgstr "Nie powiodło się wykonanie cups-driverd." + +msgid "No destinations added." +msgstr "Nie dodano celów." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "%d notify-subscription-id nie dobre!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "Zadanie #%s nie istnieje!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "Zadanie #%d nie istnieje!" + +msgid "No subscriptions found." +msgstr "Nie znaleziono subskrypcji." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "Nie upoważniony do wstrzymania zadania #%d należącego do \"%s\"!" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "Zadanie #%d zostało zakończone i nie może zostać zmienione!" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "" +"Nie jesteś upoważniony do przeniesienia zadania #%d należącego do \"%s\"!" + +msgid "job-printer-uri attribute missing!" +msgstr "Brakuje właściwości job-printer-uri!" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "Nieobsługiwana kompresja \"%s\"!" + +msgid "No file!?!" +msgstr "Brak pliku?!?" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Nie można przeskanować typu \"%s\"!" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Nieobsługiwany format \"%s/%s\"!" + +msgid "Printer not shared!" +msgstr "Drukarka nie jest współdzielona!" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "Za dużo zadań - jest %d zadań, maksymalnie może być %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "Zadanie #%d nie zostało wstrzymane!" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "" +"Nie jesteś upoważniony do zwolnienia ID zadania %d należącego do \"%s\"!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "Zadanie #%d nie zostało zakończone!" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "Zadanie #%d nie może zostać ponownie uruchomione - brak plików!" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "" +"Nie jesteś upoważniony do ponownego uruchomienia ID zadania %d należącego do " +"\"%s\"!" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "" +"Nie jesteś upoważniony do wysłania dokumentu do zadania %d należącego do \"%s" +"\"!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "Błędne \"%s\" document-format!" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "" +"Nie jesteś upoważniony do zmienienia ID zadania %d należącego do \"%s\"!" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s nie może zostać zmienione." + +msgid "Bad job-priority value!" +msgstr "Błędna wartość job-priority!" + +msgid "Job is completed and cannot be changed." +msgstr "Zadanie zostało zakończone i nie może zostać zmienione." + +msgid "Bad job-state value!" +msgstr "Błędna wartość job-state!" + +msgid "Job state cannot be changed." +msgstr "Stan zadania nie może zostać zmieniony." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "Nieobsługiwana wartość kompresji %s!" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Nieobsługiwany format \"%s\"!" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s nie jest zaimplementowane przez lpc w wersji CUPS.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Polecenia mogą być skracane. Poleceniami są:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tpomoc o poleceniach\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\twyświetla stan demonów i kolejki\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Nieprawidłowe, nieznane polecenie pomocy\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tdrukarka jest na urządzeniu \"%s\" prędkość -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tkolejkowanie jest włączone\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tkolejkowanie jest wyłączone\n" + +msgid "\tprinting is enabled\n" +msgstr "\tdrukowanie jest włączone\n" + +msgid "\tprinting is disabled\n" +msgstr "\tdrukowanie jest wyłączone" + +msgid "\tno entries\n" +msgstr "\tbrak wpisów\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d wpisów\n" + +msgid "\tdaemon present\n" +msgstr "\tdemon jest obecny\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: nie można skontaktować się z serwerem!\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: przepraszam, nie wkompilowano obsługi szyfowania!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: nieznany cel \"%s/%s\"!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: nieznany cel \"%s\"!\n" + +#, c-format +msgid "" +"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"lp: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: błąd - brak dostępnego domyślnego celu.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs nie powiodło się: %s\n" + +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"Kolejka Właściciel Drukowanie Zadanie " +"Pliki Całkowity rozmiar\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "" +"Kolejka Właściciel Zadanie Pliki Całkowity " +"rozmiar\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [zadanie %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f bajtów\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bajtów" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bajtów\n" + +msgid "no entries\n" +msgstr "brak wpisów\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes nie powiodło się: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s jest gotowe\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s jest gotowe i drukuje\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s nie jest gotowe\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Użycie: lpq [-P cel] [-l] [+odstęp]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: błąd - oczekiwana wartość po opcji -%c!\n" + +#, c-format +msgid "" +"lpr: warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"lpr - ostrzeżenie - modyfikator formatu \"%c\" jest nieobsługiwany - wyjście " +"może nie być poprawne!" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: błąd - oczekiwana opcja=wartość po opcji -o!\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "" +"lpr: ostrzeżenie - powiadamianie na e-mail nie jest teraz obsługiwane!\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: błąd - oczekiwany cel po opcji -P!\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: błąd - oczekiwany licznik kopiowania po opcji -#!\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: błąd - oczekiwana nazwa po opcji -%c!\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: błąd - oczekiwana nazwa użytkownika po opcji -U!\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: błąd - nieznana opcja \"%c\"!\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: błąd - nie można uzyskać dostępu \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: błąd - za dużo plików - \"%s\"\n" + +#, c-format +msgid "" +"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"lpr: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: błąd - brak dostępnego domyślnego celu.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: błąd - planista nie odpowiada!\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: błąd - nie można utworzyć pliku tymczasowego \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "" +"lpr: błąd - standardowe wejście jest puste, więc żadne zadanie nie zostało " +"wysłane.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: błąd - nie można wydrukować pliku: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: nie można skontaktować się z serwerem!\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: nieznany cel \"%s\"!\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: nieznana opcja \"%c\"!\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: zadanie lub drukarka nie została znaleziona!\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: nie upoważniony do zadań lprm!\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: nie jesteś właścicielem zadania o ID %d!\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: nie można usunąć zadań używając lprm!\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: nie można anulować zadań!\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: nie wiem co robić!\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: oczekiwana nazwa serwera po -h!\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: oczekiwany warunek tekstu po -r!\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: nieznana opcja \"%c\"!\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: nie można połączyć się z serwerem: %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: operacja nie powiodła się: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: błąd - oczekiwana nazwa komputera po opcji \"-h\"!\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: błąd - oczekiwana nazwa użytkownika po opcji \"-u\"!\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: nieznana opcja \"%c\"!\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: nieznany cel \"%s\"!\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: nie można skontaktować się z serwerem!\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s nie powiodło się: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: brakująca wartość w wierszu %d!\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: brakujący cudzysłów w wierszu %d!\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: błędna opcja + wybór w wierszu %d!\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: nie można połączyć się z serwerem %s\" dla %s - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: brak pliku PPD dla drukarki \"%s\" - pomijanie!\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes nie powiodło się dla \"%s\": %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: nie można przekonwertować pliku PPD dla %s - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: nie można skopiować plików sterownika drukarki Windows 2000 (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: nie można skopiować plików sterownika drukarki CUPS (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: nie można zainstalować plików sterownika drukarki Windows 2000 (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: nie można skopiować plików sterownika drukarki Windows 9x (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "" +"cupsaddsmb: nie można zainstalować plików sterownika drukarki Windows 9x (%" +"d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: nie można ustawić sterownika drukarki Windows (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Użycie: cupsaddsmb [opcje] drukarka1 ... drukarkaN\n" +" cupsaddsmb [opcje] -a\n" +"\n" +"Opcje:\n" +" -H serwer-samby Używa nazwanego serwera Samby\n" +" -U użytkownik-samba Uwierzytelnia używając nazwanego użytkownika Samby\n" +" -a Eksportuje wszystkie drukarki\n" +" -h serwer-cups Używa nazwanego serwera CUPS\n" +" -v (wyświetla polecenia)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: opcja -q jest niezgodna z opcją -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: opcja -v jest niezgodna z opcją -q.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" ZAWIÓDŁ\n" +" **ZAWIÓDŁ** Nie można otworzyć pliku PPD - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" ZAWIÓDŁ\n" +" **ZAWIÓDŁ** Nie można otworzyć pliku PPD - %s w wierszu %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: strona 42, sekcja 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: strona 20, sekcja 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: strony 45-46, sekcja 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: strony 42-45, sekcja 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: strony 48-49, sekcja 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: strony 52-54, sekcja 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: strona 15, sekcja 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: strona 15, sekcja 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: strony 16-17, sekcja 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: strona 19, sekcja 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: strona 27, sekcja 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" SZCZEGÓŁOWE WYNIKI TESTU ZGODNOŚCI\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " OSTRZEŻENIE %s nie posiada odpowiadających opcji!\n" + +msgid " FAIL\n" +msgstr " ZAWIÓDŁ\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE DefaultImageableArea\n" +" REF: strona 102, sekcja 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE DefaultImageableArea %s!\n" +" REF: strona 102, sekcja 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " POWODZENIE DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE DefaultPaperDimension\n" +" REF: strona 103, sekcja 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE DefaultPaperDimension %s!\n" +" REF: strona 103, sekcja 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " POWODZENIE DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE Default%s %s\n" +" REF: strona 40, sekcja 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " POWODZENIE Default%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE Default%s\n" +" REF: strona 40, sekcja 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " POWODZENIE FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE FileVersion\n" +" REF: strona 56, sekcja 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " POWODZENIE FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE FormatVersion\n" +" REF: strona 56, sekcja 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " POWODZENIE LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE LanguageEncoding\n" +" REF: strony 56-57, sekcja 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " POWODZENIE LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE LanguageVersion\n" +" REF: strony 57-58, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE Manufacturer (powinno być \"HP\")\n" +" REF: strona 211, tablica D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " POWODZENIE Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE Manufacturer\n" +" REF: strony 58-59, sekcja 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE ModelName - \"%c\" nie jest zezwolone w sągu " +"znaków.\n" +" REF: strony 59-60, sekcja 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " POWODZENIE ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE ModelName\n" +" REF: strony 59-60, sekcja 5.3.\n" + +msgid " PASS NickName\n" +msgstr " POWODZENIE NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE NickName\n" +" REF: strona 60, sekcja 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " POWODZENIE PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PageSize\n" +" REF: strony 99-100, sekcja 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " POWODZENIE PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PageRegion\n" +" REF: strona 100, sekcja 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " POWODZENIE PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PCFileName\n" +" REF: strony 61-62, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **** BŁĘDNE Product - nie jest \"(string)\".\n" +" REF: strona 62, sekcja 5.3.\n" + +msgid " PASS Product\n" +msgstr " PASS Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE Product\n" +" REF: strona 62, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE PSVersion - nie jest \"(string) int\".\n" +" REF: strony 62-64, sekcja 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " POWODZENIE PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PSVersion\n" +" REF: strony 62-64, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE ShortNickName - dłuższe niż 31 znaków.\n" +" REF: strony 64-65, sekcja 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " POWODZENIE ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE ShortNickName\n" +" REF: strony 64-65, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE JobPatchFile właściwość w pliku\n" +" REF: strona 24, sekcja 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PageSize\n" +" REF: strona 41, sekcja 5.\n" +" REF: strona 99, sekcja 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE ImageableArea for PageSize %s\n" +" REF: strona 41, sekcja 5.\n" +" REF: strona 102, sekcja 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PaperDimension dla PageSize %s\n" +" REF: strona 41, sekcja 5.\n" +" REF: strona 103, sekcja 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **ZAWIÓDŁ** Błędny %s wybór %s %s!\n" +" REF: strona 84, sekcja 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE %s nie określa braku wyboru!\n" +" REF: Page 122, section 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **ZAWIÓDŁ** Błędny %s wybór %s!\n" +" REF: strona 122, sekcja 5.17\n" + +msgid " PASS\n" +msgstr " POWODZENIE\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" OSTRZEŻENIE Nazwa słowa kluczowego dupleksu %s powinna być " +"nazwana Duplex lub JCLDuplex!\n" +" REF: strona 122, sekcja 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " OSTRZEŻENIE Konfliktowe domyślne wybory!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" OSTRZEŻENIE Przestarzała wersja PPD %.1f!\n" +" REF: strona 42, sekcja 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" OSTRZEŻENIE LanguageEncoding jest wymagane przez specyfikację PPD " +"4.3.\n" +" REF: strony 56-57, sekcja 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" OSTRZEŻENIE Manufacturer jest wymagane przez specyfikację PPD " +"4.3.\n" +" REF: strony 58-59, sekcja 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" OSTRZEŻENIE PCFileName dłuższe niż 8.3 narusza specyfikację PPD.\n" +" REF: strony 61-62, sekcja 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" OSTRZEŻENIE ShortNickName jest wymagane przez specyfikację PPD " +"4.3.\n" +" REF: strony 64-65, sekcja 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" OSTRZEŻENIE Protokoły zawierają zarówno PJL jak i BCP, oczekiwano " +"TBCP.\n" +" REF: strony 78-79, sekcja 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" OSTRZEŻENIE Protokoły zawierają PJL, ale właściwości JCL nie są " +"ustawione.\n" +" REF: strony 78-79, sekcja 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" OSTRZEŻENIE %s współdzieli wspólny przedrostek z %s %s\n" +" REF: strona 15, sekcja 3.2.\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " ZNALEZIONO %d BŁĘDÓW%s\n" + +msgid " NO ERRORS FOUND\n" +msgstr " NIE ZNALEZIONO BŁĘDÓW\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" OSTRZEŻENIE \"%s %s\" jest w konflikcie z \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Użycie: cupstestppd [-q] [-r] [-v[v]] nazwapliku1.ppd[.gz] [... nazwaplikuN." +"ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: wymagane jest \"completed\" lub \"not-completed\" po -W!\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: opcja -b wymaga argumentu docelowego.\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Błąd: wymagana jest nazwa komputera po opcji \"-h\"!\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: nieznana opcja \"%c\"!\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: nieprawidłowa nazwa celu na liście \"%s\"!\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: nieznany cel \"%s\"!\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: nie można połączyć się z serwerem %s na porcie %d: %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers nie powiodło się: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s zaakceptowanych żądań od stycznia 01 00:00" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s nie zaakceptowanych żądań od stycznia 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s zaakceptowanych żądań od stycznia 01 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s nie zaakceptowanych żądań od stycznia 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes nie powiodło się: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "elementy klasy %s:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "domyślny cel systemowy: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "domyślny cel systemowy: %s\n" + +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "" +"lpstat: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s" +"\"!\n" + +msgid "no system default destination\n" +msgstr "brak domyślnego celu systemowego\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "Wyjście dla drukarki % zostało wysłane do zdalnej drukarki %s na %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "Wyjście dla drukarki % zostało wysłane do %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"Wyjście dla drukarki %/%s zostało wysłane do zdalnej drukarki %s na %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Wyjście dla drukarki %/%s zostało wysłane do %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "urządzenie dla %s: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "urządzenie dla %s/%s: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs nie powiodło się: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\tzakolejkowane dla%s\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "drukarka %s jest bezczynna. włączona od %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "drukarka %s drukuje teraz %s-%d. włączona od %s\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "drukarka %s jest wyłączona od %s -\n" + +msgid "\treason unknown\n" +msgstr "\tnieznana przyczyna\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tZamontowana od:\n" +"\tTypy zawartości: każde\n" +"\tTypy drukarek: nieznane\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tOpis: %s\n" + +msgid "\tAlerts:" +msgstr "\tAlarmy:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tPołożenie: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tPołączenie: zdalne\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterfejs: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tPołączenie: bezpośrednie\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterfejs: %s/interfejsy/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterfejs: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tPrzy niepowodzeniu: brak alarmu\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tPo niepowodzeniu: kontynuuj\n" + +msgid "\tUsers allowed:\n" +msgstr "\tZezwoleni użytkownicy:\n" + +msgid "\tUsers denied:\n" +msgstr "\tZabronieni użytkownicy:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(wszystko)\n" + +msgid "\tForms allowed:\n" +msgstr "\tZezwolone formy:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(brak)\n" + +msgid "\tBanner required\n" +msgstr "\tBanner jest wymagany\n" + +msgid "\tCharset sets:\n" +msgstr "\tZestawy znaków:\n" + +msgid "\tDefault pitch:\n" +msgstr "\tDomyślny stopień:\n" + +msgid "\tDefault page size:\n" +msgstr "\tDomyślny rozmiar strony:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tDomyślne ustawienia portu:\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "drkarka %s/%s jest bezczynna. włączona od %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "drukarka %s/%s drukuje teraz %s-%d. włączona od %s\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "drukarka %s/%s jest wyłączona od %s -\n" + +msgid "scheduler is running\n" +msgstr "planista jest uruchomiony\n" + +msgid "scheduler is not running\n" +msgstr "planista nie jest uruchomiony" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: nie można połączyć się do serwera: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można dodać drukarki do klasy:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: oczekiwana nazwa klasy po opcji \"-c\"!\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: nazwa klasy może zawierać tylko drukowalne znaki!\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: oczekiwana nazw drukarki po opcji \"-d\"!\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: nazwa drukaki może zawierać tylko drukowalne znaki!\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: oczekiwana nazwa komputera po opcji \"-h\"!\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić skryptu interfejsu:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: oczekiwany interfejs po opcji \"-i\"!\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić skrypt interfejsu lub pliku PPD:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: oczekiwany model po opcji \"-m\"!\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: oczekiwana nazwa=wartość po opcji \"-o\"!\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: oczekiwana drukarka po opcji \"-p\"!\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można usunąć drukarki z klasy:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: oczekiwana klasa po opcji \"-r\"!\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: oczekiwane allow/deny:userlist po opcji \"-u\"!\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: nieznana opcja zezwól/zabroń \"%s\"!\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić URI urządzenia:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: oczekiwane URI urządzenia po opcji \"-v\"!\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: oczekiwana drukarka lub klasa po opcji \"-x\"!\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Unable to set the printer description:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: oczekiwany opis po pocji \"-D\"!\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: oczekiwane typy plików po opcji \"-I\"!\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: ostrzeżenie - lista typów zawartości została zignorowana!\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić położenia drukarki:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: oczekiwane położenie po opcji \"-L\"!\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić pliku PPD:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: oczekiwany PPD po opcji \"-P\"!\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: nieznana opcja \"%c\"!\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: nieznany argument \"%s\"!\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić opcji drukarki:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Użycie:\n" +"\n" +" lpadmin [-h serwer] -d cel\n" +" lpadmin [-h serwer] -x cel\n" +" lpadmin [-h serwer] -p drukarka [-c dodaj-klasę] [-i interfejs] [-m " +"model]\n" +" [-r usuń-klasę] [-v urządzenie] [-D opis]\n" +" [-P plik-ppd] [-o nazwa=wartość]\n" +" [-u zezwól:użytkownik,użytkownik] [-u zabroń:" +"użytkownik,użytkownik]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer (ustawienie modelu) nie powiodło się: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: add-printer (ustawienie opisu) nie powiodło się: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: add-printer (ustawienie położenia) nie powiodło się: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: nie można utworzyć pliku PPD \"%s\" - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s nie powiodło się: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: oczekiwany cel po opcji -d!\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: oczekiwana forma po opcji -f!\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: oczekiwana nazwa komputera po opcji -h!\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: oczekiwany ID zadania po opcji -i!\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"lp: błąd - nie można jednocześnie drukować plików i zmieniać zadania!\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: błąd - błędne ID zadania!\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: oczekiwane kopie po opcji -n!\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: oczekiwany łańcuch opcji po opcji -o!\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: oczekiwany priorytet po opcji -%c!\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: priorytet musi być między 1 a 100.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: oczekiwany tytuł po opcji -t!\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: oczekiwana lista trybów po opcji -y!\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: ostrzeżenie - opcja trybu została zignorowana!\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: oczekiwana wstrzymana nazwa po opcji -H!\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: wymagany ID zadania (-) przed \"-H restart\"!\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: oczekiwana lista stron po opcji -P!\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: oczekiwany zestaw znaków po opcji -S!\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: ostrzeżenie - opcja zestawu znaków została zignorowana!\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: oczekiwany typ zawartości po opcji -T!\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: ostrzeżenie - opcja typu zawartości została zignorowana!\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: nieznana opcja \"%c\"!\n" + +msgid "" +"lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"lp: błąd - nie można drukować ze standardowego wejścia, jeśli dostarczone są " +"pliki lub ID zadania!\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: nie można uzyskać dostępu do \"%s\" - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: za dużo plików - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: błąd - brak dostępnego domyślnego celu.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: błąd - planista nie odpowiada!\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: nie można utworzyć pliku tymczasowego \"%s\" - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "" +"lp: standardowe wejście jest puste, więc żadne zadanie nie zostało wysłane.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: nie można wydrukować pliku: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "ID żądania to %s-%d (%d plików)\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job nie powiodło się: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attributes nie powiodło się: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: nie można połączyć się do serwera: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: nieznana opcja \"%c\"!\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: nieznany argument \"%s\"!\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices nie powiodło się: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"Urządzenie: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds nie powiodło się: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: nieznana opcja \"%c\"!\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: nieznany argument \"%s\"!\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Użycie: lpmove zadanie cel" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: nie można połączyć się z serwerem: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job nie powiodło się: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: nieznana drukarka lub klasa!\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: brak drukarek?!?\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: nie można dodać drukarki lub przykładu: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpopotions: cel %s nie posiada pliku PPD!\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: nie można otworzyć pliku PPD dla %s!\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Użycie: lpoptions [-h serwer] [-E] -d drukarka\n" +" lpoptions [-h serwer] [-E] [-p drukarka] -l\n" +" lpoptions [-h serwer] [-E] -p drukarka -o opcja[=wartość] ...\n" +" lpoptions [-h serwer] [-E] -x drukarka\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: tylko root może dodać lub usunąć hasła!\n" + +msgid "Enter old password:" +msgstr "Podaj stare hasło:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: nie można skopiować łańcucha hasła: %s\n" + +msgid "Enter password:" +msgstr "Podaj hasło:" + +msgid "Enter password again:" +msgstr "Powtórz hasło:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: przepraszam, hasła się nie zgadzają!\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: przepraszam, hasło zostało odrzucone.\n" +"Hasło musi mieć co najmniej 6 znaków, nie może zawierać nazwy\n" +"użytkownika i musi zawierać co najmniej jedną literę i liczbę.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: plik hasła jest zajęty!\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: nie można otworzyć pliku hasła: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: nie można zapisać do pliku hasła: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: użytkownik \"%s\" i grupa \"%s\" nie istnieją.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: przepraszam, hasła się nie zgadzają!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: plik hasła nie został zaktualizowany!\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "" +"lppasswd: utworzenie kopii zapasowej starego pliku hasła nie powiodło się: %" +"s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: zmiana nazwy pliku hasła nie powiodła się: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Użycie: lppasswd [-g nazwagrupy]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Użycie: lppasswd [-g nazwagrupy] [nazwaużytkownika]\n" +" lppasswd [-g nazwagrupy] -a [nazwaużytkownika]\n" +" lppasswd [-g nazwagrupy] -x [nazwaużytkownika]\n" + +msgid "Start Printer" +msgstr "Uruchom drukarkę" + +msgid "Stop Printer" +msgstr "Zatrzymaj drukarkę" + +msgid "Start Class" +msgstr "Uruchom klasę" + +msgid "Stop Class" +msgstr "Zatrzymaj klasę" + +msgid "Accept Jobs" +msgstr "Zaakceptuj zadania" + +msgid "Reject Jobs" +msgstr "Odrzuć zadania" + +msgid "Purge Jobs" +msgstr "Wyczyść zadania" + +msgid "Set As Default" +msgstr "Ustaw jako domyślną" + +msgid "Administration" +msgstr "Administracja" + +msgid "Modify Class" +msgstr "Zmodyfikuj klasę" + +msgid "Add Class" +msgstr "Dodaj klasę" + +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Nazwa klasy może zawierać tylko do 127 drukowalnych znaków i nie może " +"zawierać spacji, ukośników (/) lub znaku #." + +msgid "Unable to modify class:" +msgstr "Nie można zmodyfikować klasy:" + +msgid "Unable to add class:" +msgstr "Nie można dodać klasy:" + +msgid "Modify Printer" +msgstr "Zmodyfikuj drukarkę" + +msgid "Add Printer" +msgstr "Dodaj drukarkę" + +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Nazwa drukarki może zawierać tylko do 127 drukowalnych znaków i nie może " +"zawierać spacji, ukośników (/) lub znaku #." + +msgid "Unable to get list of printer drivers:" +msgstr "Nie można uzyskać listy sterowników drukarek:" + +msgid "Unable to modify printer:" +msgstr "Nie można zmodyfikować drukarki:" + +msgid "Unable to add printer:" +msgstr "Nie można dodać drukarki:" + +msgid "Set Printer Options" +msgstr "Ustaw opcje drukarki" + +msgid "Missing form variable!" +msgstr "Brakująca zmienna formy!" + +msgid "Unable to get PPD file!" +msgstr "Nie można uzyskać pliku PPD!" + +msgid "Unable to open PPD file:" +msgstr "Nie można otworzyć pliku PPD:" + +msgid "Banners" +msgstr "Bannery" + +msgid "Starting Banner" +msgstr "Uruchamianie bannerów" + +msgid "Ending Banner" +msgstr "Zakończenie bannerów" + +msgid "Policies" +msgstr "Polityki" + +msgid "Error Policy" +msgstr "Błąd polityki" + +msgid "Operation Policy" +msgstr "Polityka operacji" + +msgid "PS Binary Protocol" +msgstr "Binarny protokół PS" + +msgid "None" +msgstr "Brak" + +msgid "Unable to set options:" +msgstr "Nie można ustawić opcji:" + +msgid "Change Settings" +msgstr "Zmień ustawienia" + +msgid "Unable to change server settings:" +msgstr "Nie można zmienić ustawień serwera:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Nie można wysłać pliku cupsd.conf:" + +msgid "Edit Configuration File" +msgstr "Edytuj plik konfiguracji" + +msgid "Unable to create temporary file:" +msgstr "Nie można utworzyć pliku tymczasowego:" + +msgid "Unable to access cupsd.conf file:" +msgstr "Nie można uzyskać dostępu do pliku cupsd.conf:" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Nie można modyfikować plików cupsd.conf dłuższych niż 1MB!" + +msgid "Delete Class" +msgstr "Usuń klasę" + +msgid "Unable to delete class:" +msgstr "Nie można usunąć klasy:" + +msgid "Delete Printer" +msgstr "Usuń drukarkę" + +msgid "Unable to delete printer:" +msgstr "Nie można usunąć drukarki:" + +msgid "Export Printers to Samba" +msgstr "Wyeksportuj drukarki do Samby" + +msgid "Unable to fork process!" +msgstr "Nie można rozdzielić procesu!" + +msgid "Unable to connect to server!" +msgstr "Nie można połączyć się do serwera!" + +msgid "Unable to get printer attributes!" +msgstr "Nie można uzyskać właściwości drukarki!" + +msgid "Unable to convert PPD file!" +msgstr "Nie można przekonwertować pliku PPD!" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "Nie można skopiować plików sterownika drukarki Windows 2000!" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "Nie można zainstalować plików sterownika drukarki Windows 2000!" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "Nie można skopiować plików sterownika drukarki Windows 9x!" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "Nie można zainstalować plików sterownika drukarki Windows 9x!" + +msgid "Unable to set Windows printer driver!" +msgstr "Nie można ustawić sterownika drukarki Windows!" + +msgid "No printer drivers found!" +msgstr "Nie znaleziono sterowników drukarki!" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "Nie można wykonać polecenia cupsaddsmb!" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb nie powiodło się ze stanem %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb wywalił się na sygnale %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "" +"Nazwa użytkownika Samby jest wymagana, aby wyeksportować sterowniki drukarek!" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Hasło Samby jest wymagany, aby wyeksportować sterowniki drukarek!" + +msgid "Unable to open cupsd.conf file:" +msgstr "Nie można otworzyć pliku cupsd.conf:" + +msgid "Unable to change printer:" +msgstr "Nie można zmienić drukarki:" + +msgid "Set Allowed Users" +msgstr "Ustaw zezwolonych użytkowników" + +msgid "Unable to get printer attributes:" +msgstr "Nie można uzyskać właściwości drukarki:" + +msgid "Set Publishing" +msgstr "Ustaw publikowanie" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Nie można zmienić właściwości printer-is-shared:" + +msgid "Classes" +msgstr "Klasy" + +msgid "Unable to get class list:" +msgstr "Nie można uzyskać listy klas:" + +msgid "Unable to get class status:" +msgstr "Nie można uzyskać stanu klasy:" + +msgid "Move Job" +msgstr "Przenieś zadanie" + +msgid "Unable to find destination for job!" +msgstr "Nie można znaleźć celu dla zadania!" + +msgid "Move All Jobs" +msgstr "Przenieś wszystkie zadania" + +msgid "Unable to move job" +msgstr "Nie można przenieść zadania" + +msgid "Unable to move jobs" +msgstr "Nie można przenieść zadań" + +msgid "Print Test Page" +msgstr "Wypróbuj stronę próbną" + +msgid "Unable to print test page:" +msgstr "Nie można wydrukować strony testowej:" + +msgid "Jobs" +msgstr "Zadania" + +msgid "Job operation failed:" +msgstr "Operacja zadania nie powiodła się:" + +msgid "Printers" +msgstr "Drukarki" + +msgid "Unable to get printer list:" +msgstr "Nie można uzyskać listy drukarek:" + +msgid "Unable to get printer status:" +msgstr "Nie można uzyskać stanu drukarki:" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "Nie można otworzyć pliku PPD" + +msgid "NULL PPD file pointer" +msgstr "PUSTY wskaźnik pliku PPD" + +msgid "Memory allocation error" +msgstr "Błąd przydziału pamięci" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Brakujący nagłówek PPD-Adobe-4.x" + +msgid "Missing value string" +msgstr "Brakujący łańcuch wartości" + +msgid "Internal error" +msgstr "Błąd wewnętrzny" + +msgid "Bad OpenGroup" +msgstr "Błędne OpenGroup" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup najpierw bez CloseGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Błędne OpenUI/JCLOpenUI" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI najpierw bez CloseUI/JCLCloseUI" + +msgid "Bad OrderDependency" +msgstr "Błędne OrderDependency" + +msgid "Bad UIConstraints" +msgstr "Błędne OrderDependency" + +msgid "Missing asterisk in column 1" +msgstr "Brakująca gwiazdka w kolumnie 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Wiersz dłuższy niż maksymalnie dozwolony (255 znaków)" + +msgid "Illegal control character" +msgstr "Niedozwolony znak kontrolny" + +msgid "Illegal main keyword string" +msgstr "Niedozwolony główny łańcuch słowa kluczowego" + +msgid "Illegal option keyword string" +msgstr "Niedozwolony łańcuch słowa kluczowego opcji" + +msgid "Illegal translation string" +msgstr "Niedozwolony łańcuch tłumaczenia" + +msgid "Illegal whitespace character" +msgstr "Niedozwolony biały znak" + +msgid "Bad custom parameter" +msgstr "Błędny własny parametr" + +msgid "Unknown" +msgstr "Nieznane" + +msgid "Custom" +msgstr "Własne" + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "Nie dostarczono informacji o uwierzytelnianiu!" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Wymagane jest hasło dla %s, aby uzyskać dostęp do %s przez Sambę: " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "Uruchomione polecenie: %s %s -N -U \"%s%%%s\" -c \"%s\"\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: nie ma zainstalowanych sterowników drukarek Windows!\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "" +"cupsaddsmb: ostrzeżenie, nie ma zainstalowanych sterowników drukarek Windows " +"2000!\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: drukarka %s jest już elementem klasy %s.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: nie zobaczono żadnych nazw elementów!\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: drukarka %s nie jest elementem klasy %s.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Urządzenie: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "Użycie: lpmove zadanie/źródło cel\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "" +"lpstat: wymagane jest \"completed\", \"not-completed\" lub \"all\" po -W!\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s zaakceptowanych żądań od %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s nie zaakceptowanych żądań od %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s zaakceptowanych żądań od %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s nie zaakceptowanych żądań od %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: nie można skontaktować się z serwerem!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: błąd - oczekiwana nazwa użytkownika po opcji \"-U\"!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: błąd - nieznany cel \"%s/%s\"!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%: nieznany cel \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-h\"!\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: błąd - brak dostępnego domyślnego celu.\n" + +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Użycie: lpq [-P cel] [-U nazwaużytkownika] [-h nazwakomputera[:port]] [-l] " +"[+przerwanie]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-H\"!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: błąd - oczekiwana wartość po opcji \"-%c\"!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: ostrzeżenie - modyfikator formatu \"%c\" jest nieobsługiwany - wyjście " +"może nie być prawidłowe!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: błąd - oczekiwana opcja=wartość po opcji \"-o\"!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: błąd - oczekiwany cel po opcji \"-P\"!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: błąd - oczekiwany licznik kopii po opcji \"-#\"!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: błąd - oczekiwana nazwa po opcji \"-%c\"!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: błąd - nieznana opcja \"%c\"!\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: błąd - nie można uzyskać dostępu do \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: błąd - za dużo plików - \"%s\"\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: błąd - brak dostępnego domyślnego celu.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: błąd - planista nie odpowiada!\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: błąd - nie można utworzyć pliku tymczasowego \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "" +"%s: błąd - standardowe wejście jest puste, więc żadne zadanie nie zostało " +"wysłane.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: błąd - nieznany cel \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: błąd - oczekiwany tekst przyczyny po opcji \"-r\"!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-u\"!\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s nie powiodło się: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: błąd - oczekiwany cel po opcji \"-d\"!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: błąd - oczekiwana forma po opcji \"-f\"!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: ostrzeżenie - opcja formy została zignorowana!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: oczekiwany ID zadania po opcji \"-i\"!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: błąd - nie można jednocześnie drukować plików i zmieniać zadania!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%: błąd - błędny ID zadania!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%: błąd - oczekiwane kopie po opcji \"-n\"!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: błąd - oczekiwany łańcuch tekstowy opcji po opcji \"-o\"!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: błąd - oczekiwany priorytet po opcji \"-%c\"!\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: błąd - priorytet musi być między 1 a 100.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: błąd - oczekiwany tytuł po opcji \"-t\"!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: błąd - oczekiwana lista trybów po opcji \"-y\"!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: ostrzeżenie - opcja trybu została zignorowana!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: błąd - oczekiwana wstrzymana nazwa po opcji \"-H\"!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: wymagany jest ID zadania (\"-i idzadania\") po \"-H restart\"!" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%: błąd - oczekiwana lista stron po opcji \"-P\"!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: błąd - oczekiwany zestaw znaków po opcji \"-S\"!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: ostrzeżenie - opcja zestawu znaków została zignorowana!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: błąd - oczekiwany typ zawartości po opcji \"-T\"!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: ostrzeżenie - opcja typu zawartości została zignorowana!\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: błąd - nie można drukować ze standardowego wejścia, jeśli dostarczone są " +"pliki lub ID zadania!\n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: błąd - wymagane jest \"completed\", \"not-completed\" lub \"all\" po -" +"W!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%: błąd - oczekiwany cel po opcji \"-b\"!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: nieprawidłowa nazwa celu na liście \"%s\"!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: nie można połączyć się z serwerem\n" + +msgid "Print Job:" +msgstr "Zadanie drukowania:" + +msgid "pending" +msgstr "oczekujące" + +msgid "held" +msgstr "wstrzymane" + +msgid "processing" +msgstr "przetwarzane" + +msgid "stopped" +msgstr "zatrzymane" + +msgid "canceled" +msgstr "anlowane" + +msgid "aborted" +msgstr "przerwane" + +msgid "completed" +msgstr "zakończone" + +msgid "unknown" +msgstr "nieznane" + +msgid "untitled" +msgstr "nienazwane" + +msgid "Printer:" +msgstr "Drukarka:" + +msgid "idle" +msgstr "bezczynna" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Brakująca właściwość notify-subscription-ids!" + +msgid "Job subscriptions cannot be renewed!" +msgstr "Subskrypcje zadania nie mogą zostać ponowione!" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: oczekiwana nazwa pliku konfiguracji po opcji \"-c\"!\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: obsługa launchd(8) nie została wkompilowana, uruchamianie w normalnym " +"trybie.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: nieznana opcja \"%c\" - przerywanie!\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: nieznany argument \"%s\" - przerywanie!\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Użycie: cupsd [-c plik-konfiguracji] [-f] [-F] [-h] [-l]\n" +"\n" +"-c plik-konfiguracji Wczytuje alternatywny plik konfiguracji\n" +"-f Uruchamia na przednim planie\n" +"-F Uruchamia na przednim planie, ale odłączone\n" +"-h Wyświetla wiadomości o użyciu\n" +"-l Uruchamia cupsd z launchd(8)\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " OSTRZEŻENIE Wiersz %d zawiera wyłącznie białe znaki!\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" OSTRZEŻENIE Plik zawiera mieszaninę zakończeń wierszy CR, LF i CR " +"LF!\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" OSTRZEŻENIE Pliki PPD nie pochodzące z Windows powinny używać " +"tylko zakończeń wierszy LF, nie CR LF!" + +msgid "Printer Maintenance" +msgstr "Konserwacja drukarki" + +msgid "Unable to send maintenance job:" +msgstr "Nie można wysłać zadania konserwacji:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: brak pliku PPD dla drukarki \"%s\" - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **ZAWIÓDŁ** %s %s nie istnieje!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **ZAWIÓDŁ** Błędny język \"%s\"!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" +" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" +"s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **ZAWIÓDŁ** Domyślny łańcuch tekstowy tłumaczenia dla opcji %s " +"zawiera 8 bitowe znaki!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" +"s, wybierz %s!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **ZAWIÓDŁ** Domyślny łańcuch tekstowy tłumaczenia dla opcji %s wyboru " +"%s zawiera 8 bitowe znaki!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **ZAWIÓDŁ** Błędna wartość cupsFilter \"%s\"!\n" + +msgid "Help" +msgstr "Pomoc" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "Brakująca wartość w wierszu %d!\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "Brakujący cudzysłów w wierszu %d!\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "Błędna opcja + wybór w wierszu %d!\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "Nie można skopiować plików sterownika drukarki Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "Nie można skopiować plików sterownika drukarki CUPS (%d)!\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "Nie można zainstalować plików sterownika drukarki Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "Nie można skopiować plików sterownika drukarki Windows 9x (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "Nie można zainstalować plików sterownika drukarki Windows 9x (%d)!" + +msgid "No Windows printer drivers are installed!\n" +msgstr "Brak zainstalowanych sterowników drukarek Windows!\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "Ostrzeżenie, brak zainstalowanych sterowników drukarek Windows 2000!\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "Nie można ustawić sterownika drukarki Windows (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Użycie: cupsaddsmb [opcje] drukarka1 ... drukarkaN\n" +" cupsaddsmb [opcje] -a\n" +"\n" +"Opcje:\n" +" -H serwer-samby Używa nazwanego serwera Samby\n" +" -U użytkownik-samby Uwierzytelnia używając nazwanego użytkownika Samby\n" +" -a Eksportuje wszystkie drukarki\n" +" -h serwer-cups Używa nazwanego serwera CUPS\n" +" -v (wyświetla polecenia)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Nie można skopiować plików sterowników drukarek Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Nie można skopiować plików sterowników drukarek CUPS (%d)!" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Nie można zainstalować plików sterowników drukarek Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Nie można skopiować plików sterowników drukarek Windows 9x (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Nie można zainstalować plików sterowników drukarek Windows 9x (%d)!" + +msgid "No Windows printer drivers are installed!" +msgstr "Brak zainstalowanych sterowników drukarek!" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Ostrzeżenie, brak zainstalowanych sterowników drukarek Windows 2000!" + +#, c-format +msgid "open of %s failed: %s" +msgstr "otwarcie z %s nie powiodło się: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Uruchamianie poleceń: %s %s -N -A %s -c \"%s\"\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "użycie stat z %s nie powiodło się: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "Zadanie #%d zostało już anulowane - nie można anulować." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "Zadanie #%d zostało już przerwane - nie można anulować." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "Zadanie #%d zostało już zakończone - nie można anulować." + +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Aby uzyskać dostęp do tej strony, użyj URL-a https://%s:%d%s." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Nieobsługiwany format \"%s\"!" + +msgid "FAIL\n" +msgstr "ZAWIÓDŁ\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Brakujące %!PS-Adobe-3.0 w pierwszym wierszu!\n" +" REF: strona 17, 3.1 Podporządkowywanie dokumentów\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Błędne %%%%Pages: w wierszu %d!\n" +" REF: strona 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Błędne %%%%BoundingBox: w wierszu %d!\n" +" REF: strona 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Błędne %%%%Page: w wierszu %d!\n" +" REF: strona 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Brakujące lub błędne %%BoundingBox: komentarz!\n" +" REF: strona 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Brakujące lub błędne %%Pages: komentarz!\n" +" REF: strona 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Brakujący komentarz %%EndComments!\n" +" REF: strona 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Brakujące lub błędne %%Page: kometarze!\n" +" REF: strona 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Za dużo komentarzy %%EndDocument!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Za dużo komentarzy %%BeginDocument!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Zobaczono %d wierszy przekraczających 255 znaków!\n" + +msgid "PASS\n" +msgstr "POWODZENIE\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Ostrzeżenie: plik zawiera dane binarne!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Ostrzeżenie: przestarzała wersja DSC %.1f w pliku!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Ostrzeżenie: brak komentarza %%EndComments w pliku!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Użycie: cupstestdsc [opcje] nazwapliku.ps [... nazwapliku.ps]\n" +" cupstestdsc [opcje] -\n" +"\n" +"Opcje:\n" +"\n" +" -h Wyświetla użycie programu\n" +"\n" +" Uwaga: ten program sprawdza tylko komentarze DSC, nie PostScriptowe..\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "" + +#, fuzzy +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **ZAWIÓDŁ** Błędny %s wybór %s!\n" +" REF: strona 122, sekcja 5.17\n" + +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Brakująca wartość w wierszu %d!\n" + +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Brakujący cudzysłów w wierszu %d!\n" + +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Błędna opcja + wybór w wierszu %d!\n" + +#, fuzzy +msgid "Empty PPD file!" +msgstr "Nie można skopiować pliku PPD!" + +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Nie można ustawić sterownika drukarki Windows (%d)!\n" + +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" + +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Zadanie #%d zostało już anulowane - nie można anulować." + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "" + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "" + +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Błędne \"%s\" port-monitor!" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **ZAWIÓDŁ** Błędny %s wybór %s!\n" +" REF: strona 122, sekcja 5.17\n" + +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: nie można otworzyć pliku PPD dla %s!\n" diff --git a/locale/cups_sv.po b/locale/cups_sv.po new file mode 100644 index 0000000000..4e03b07c85 --- /dev/null +++ b/locale/cups_sv.po @@ -0,0 +1,2875 @@ +# Swedish translation of cups +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +# Translated by: +# Daniel Nylander , 2006, 2007. +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"PO-Revision-Date: 2007-01-23 16:23+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "Alternativ installerade" + +msgid "Class" +msgstr "Klass" + +msgid "Printer" +msgstr "Skrivare" + +msgid "Extra" +msgstr "Extra" + +msgid "General" +msgstr "Allmänt" + +msgid "Media Size" +msgstr "Mediastorlek" + +msgid "Media Type" +msgstr "Mediatyp" + +msgid "Media Source" +msgstr "Mediakälla" + +msgid "Output Mode" +msgstr "Utmatningsläge" + +msgid "Resolution" +msgstr "Upplösning" + +msgid "Variable" +msgstr "Variabel" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "Auto" +msgstr "Auto" + +msgid "Enter your username and password or the root username and password to access this page." +msgstr "Ange ditt användarnamn och lösenord eller root-användnamnet och lösenord för att komma åt denna sida." + +msgid "You must use a https: URL to access this page." +msgstr "Du måste använda en https:-url för att komma åt denna sida." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Felaktigt versionsnummer %d.%d för begäran!" + +msgid "No attributes in request!" +msgstr "Inga attribut i begäran!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Attributgrupper fungerar inte (%x < %x)!" + +msgid "Missing required attributes!" +msgstr "Saknar nödvändiga attribut!" + +#, c-format +msgid "%s not supported!" +msgstr "%s stöds inte!" + +msgid "The printer or class was not found." +msgstr "Skrivaren eller klassen hittades inte." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "Printer-uri måste vara i formatet \"ipp://VÄRDNAMN/classes/KLASSNAMN\"." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "Printer-uri \"%s\" innehåller ogiltiga tecken." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "En skrivare med namnet \"%s\" finns redan!" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Försök att ställa in %s printer-state till felaktigt värde %d!" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: Okänd printer-op-policy \"%s\"." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: Okänd printer-error-policy \"%s\"." + +msgid "Unable to allocate memory for file types!" +msgstr "Kunde inte allokera minne för filtyper!" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Teckenkodningen \"%s\" stöds inte!" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Språket \"%s\" stöds inte!" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Värdet för notify-user-data är för stort (%d > 63 okteter)!" + +msgid "The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "Attributet notify-lease-duration kan inte användas med jobbprenumerationer." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "Printer-uri måste vara i formatet \"ipp://VÄRDNAMN/printers/SKRIVARNAMN\"." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "En klass med namnet \"%s\" finns redan!" + +#, c-format +msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." +msgstr "Felenhets URI:er har blivit inaktiverat! För att aktivera, se direktivet FileDevice i \"%s/cupsd.conf\"." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "Felaktig device-uri \"%s\"!" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "Felaktig port-monitor \"%s\"!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Felaktigt värde för printer-state %d!" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Okänd printer-op-policy \"%s\"." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Okänd printer-error-policy \"%s\"." + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "Kunde inte kopiera gränssnittsskript - %s!" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "Kunde inte kopiera PPD-fil - %s!" + +msgid "Unable to copy PPD file!" +msgstr "Kunde inte kopiera PPD-fil!" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Fick ett printer-uri-attribut men inget jobb-id!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Felaktigt attribut för job-uri \"%s\"!" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "Jobb #%d finns inte!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "Jobb #%d hålls inte kvar för autentisering!" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "Du är inte behörig att autentisera jobb #%d som ägs av \"%s\"!" + +msgid "The printer-uri attribute is required!" +msgstr "Attributet printer-uri krävs!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Saknar attributet requesting-user-name!" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "Printer-uri \"%s\" är inte giltig." + +#, c-format +msgid "No active jobs on %s!" +msgstr "Inga aktiva jobb på %s!" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "Du är inte behörig att ta bort jobb #%d som ägs av \"%s\"!" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "Jobb #%d är redan %s - kan inte avbryta." + +msgid "The printer or class is not shared!" +msgstr "Skrivaren eller klassen är inte delad!" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Målet \"%s\" accepterar inte jobb." + +#, c-format +msgid "Bad copies value %d." +msgstr "Felaktigt värde för kopior %d." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Felaktiga värden för page-ranges, %d-%d." + +msgid "Too many active jobs." +msgstr "För många aktiva jobb." + +msgid "Quota limit reached." +msgstr "Kvotgräns nådd." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "Kunde inte lägga till jobb för målet \"%s\"!" + +msgid "No subscription attributes in request!" +msgstr "Inga prenumerationsattribut i begäran!" + +msgid "notify-events not specified!" +msgstr "notify-events inte angivet!" + +#, c-format +msgid "Job %d not found!" +msgstr "Jobb %d hittades inte!" + +msgid "No default printer" +msgstr "Ingen standardskrivare" + +msgid "cups-deviced failed to execute." +msgstr "cups-deviced misslyckades med att starta." + +msgid "cups-driverd failed to execute." +msgstr "cups-driverd misslyckades med att starta." + +msgid "No destinations added." +msgstr "Inga mål tillagda." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d inte bra!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "Jobb #%s finns inte!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "Jobb #%d finns inte!" + +msgid "No subscriptions found." +msgstr "Inga prenumerationer hittades." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "Inte behörig att hålla kvar jobb #%d som ägs av \"%s\"!" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "Jobb #%d är färdigt och kan inte förändras!" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "Du är inte behörig att flytta jobbet #%d som ägs av \"%s\"!" + +msgid "job-printer-uri attribute missing!" +msgstr "Attributet job-printer-uri saknas!" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "Komprimeringen \"%s\" stöds inte!" + +msgid "No file!?!" +msgstr "Ingen fil!?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Kunde inte söka av typen \"%s\"!" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Formatet \"%s/%s\" stöds inte!" + +msgid "Printer not shared!" +msgstr "Skrivaren är inte delad!" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "För många jobb - %d jobb, max antal jobb är %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "Jobb #%d hålls inte kvar!" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "Du är inte behörig att släppa jobb-id %d som ägs av \"%s\"!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "Jobb #%d är inte färdigt!" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "Jobb #%d kan inte startas om - inga filer!" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "Du är inte behörig att starta om jobb-id %d som ägs av \"%s\"!" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "Du är inte behörig att skicka dokument för jobb #%d som ägs av \"%s\"!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "Felaktigt document-format \"%s\"!" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "Du är inte behörig att ändra jobb-id %d som ägs av \"%s\"!" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s kan inte ändras." + +msgid "Bad job-priority value!" +msgstr "Felaktigt värde för job-priority!" + +msgid "Job is completed and cannot be changed." +msgstr "Jobbet är färdigt och kan inte ändras." + +msgid "Bad job-state value!" +msgstr "Felaktigt värde för job-state!" + +msgid "Job state cannot be changed." +msgstr "Jobbtillstånd kan inte ändras." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "Komprimeringsattributet %s stöds inte!" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Formatet \"%s\" stöds inte!" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s är inte implementerad i CUPS-versionen av lpc.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Kommandon kan förkortas. Kommandon är:\n" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tfå hjälp för kommandon\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tvisa status för demon och kö\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Ogiltigt hjälpkommando okänt\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tskrivare finns på enhet \"%s\" hastighet -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tköläggning är aktiverad\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tköläggning är inaktiverad\n" + +msgid "\tprinting is enabled\n" +msgstr "\tutskrifter är aktiverat\n" + +msgid "\tprinting is disabled\n" +msgstr "\tutskrifter är inaktiverat\n" + +msgid "\tno entries\n" +msgstr "\tinga objekt\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d objekt\n" + +msgid "\tdaemon present\n" +msgstr "\tdemon närvarande\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: Kunde inte kontakta server!\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Tyvärr, inget stöd för kryptering har byggts in!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: Okänt mål \"%s/%s\"!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: Okänt mål \"%s\"!\n" + +#, c-format +msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lp: fel - miljövariabeln %s namnger icke-existerande mål \"%s\"!\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: fel - inget standardmål tillgängligt.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs misslyckades: %s\n" + +msgid "Rank Owner Pri Job Files Total Size\n" +msgstr "Rank Ägare Pri Jobb Filer Total storlek\n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Rank Ägare Jobb Fil(er) Total storlek\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [jobb %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f byte\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f byte\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f byte\n" + +msgid "no entries\n" +msgstr "inga objekt\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes misslyckades: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s är klar\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s är klar och skriver ut\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s är inte klar\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Användning: lpq [-P mål] [-l] [+intervall]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: fel - förväntade värde efter flaggan -%c!\n" + +#, c-format +msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "lpr: varning - \"%c\"-formatmodifierare stöds inte - utmatning kanske inte blir korrekt!\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: fel - förväntade alternativ=värde efter flaggan -o!\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "lpr: varning - e-postnotifiering stöds inte för närvarande!\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: fel - förväntade mål efter flaggan -P!\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: fel - förväntade kopieantal efter flaggan -#!\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: fel - förväntade namn efter flaggan -%c!\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: fel - förväntade användarnamn efter flaggan -U!\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: fel - okänd flagga \"%c\"!\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: fel - kunde inte komma åt \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: fel - för många filer - \"%s\"\n" + +#, c-format +msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpr: fel - miljövariabeln %s namnger icke-existerande mål \"%s\"!\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: fel - inget standardmål tillgängligt.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: fel - schemaläggare svarar inte!\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: fel - kunde inte skapa temporärfil \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: fel - kunde inte skriva till temporärfil \"%s\" - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: fel - standard in är tom, så inga jobb har skickats.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: fel - kunde inte skriva ut fil: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Kunde inte kontakta server!\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: Okänt mål \"%s\"!\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: Okänd flagga \"%c\"!\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: Jobb eller skrivare hittades inte!\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: Inte behörig att ta bort jobb!\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: Du äger inte jobb-id %d!\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: Kunde inte ta bort jobb!\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: Kunde inte avbryta jobb!\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: Vet inte vad som ska göras!\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: Förväntade servernamn efter -h!\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: Förväntade anledningstext efter -r!\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: Okänd flagga \"%c\"!\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Kunde inte ansluta till server: %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: Åtgärd misslyckades: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: Fel - förväntade värdnamn efter flaggan \"-h\"!\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: Fel - förväntade användarnamn efter flaggan \"-u\"!\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: Okänd flagga \"%c\"!\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: Okänt mål \"%s\"!\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: Kunde inte kontakta server!\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s misslyckades: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: Saknar värde på rad %d!\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: Saknar citationstecken på rad %d!\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: Felaktigt alternativ + val på rad %d!\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: Kunde inte ansluta till server \"%s\" för %s - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: Ingen PPD-fil för skrivaren \"%s\" - hoppar över!\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes misslyckades för \"%s\": %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: Kunde inte konvertera PPD-fil för %s - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: Kunde inte kopiera filer för Windows 2000-skrivardrivrutin (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "cupsaddsmb: Kunde inte kopiera filer för CUPS-skrivardrivrutin (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: Kunde inte installera filer för Windows 2000-skrivardrivrutin (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: Kunde inte kopiera filer för Windows 9x-skrivardrivrutin (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: Kunde inte installera filer för Windows 9x-skrivardrivrutin (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: Kunde inte ställa in Windows-skrivardrivrutin (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Användning: cupsaddsmb [flaggor] skrivare1 ... skrivareN\n" +" cupsaddsmb [flaggor] -a\n" +"\n" +"Flaggor:\n" +" -H samba-server Använd angiven SAMBA-server\n" +" -U samba-användare Autentisera med angiven SAMBA-användare\n" +" -a Exportera alla skrivare\n" +" -h cups-server Använd angiven CUPS-server\n" +" -v Var information (visa kommandon)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: Flaggan -q är inte kompatibel med flaggan -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: Flaggan -v är inte kompatibel med flaggan -q.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FEL\n" +" **FEL** Kunde inte öppna PPD-fil - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FEL\n" +" **FEL** Kunde inte öppna PPD-fil - %s på rad %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Sida 42, sektion 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Sida 20, sektion 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Sidorna 45-46, sektion 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Sidorna 42-45, sektion 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Sidorna 48-49, sektion 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Sidorna 52-54, sektion 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Sida 15, sektion 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Sida 15, sektion 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Sidorna 16-17, sektion 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Sida 19, sektion 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Sida 27, sektion 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" DETALJERADE TESTRESULTAT\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " VARN %s har inga motsvarande alternativ!\n" + +msgid " FAIL\n" +msgstr " FEL\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER DefaultImageableArea\n" +" REF: Sida 102, sektion 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEL** FELAKTIG DefaultImageableArea %s!\n" +" REF: Sida 102, sektion 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " OK DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER DefaultPaperDimension\n" +" REF: Sida 103, sektion 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEL** FELAKTIG DefaultPaperDimension %s!\n" +" REF: Sida 103, sektion 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " OK DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEL** FELAKTIG Standard%s %s\n" +" REF: Sida 40, sektion 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " OK Standard%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEL** Standard%s KRÄVS\n" +" REF: Sida 40, sektion 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " OK FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEL** FileVersion KRÄVS\n" +" REF: Sida 56, sektion 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " OK FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER FormatVersion\n" +" REF: Sida 56, sektion 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " OK LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER LanguageEncoding\n" +" REF: Sidorna 56-57, sektion 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " OK LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER LanguageVersion\n" +" REF: Sidorna 57-58, sektion 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FEL** FELAKTIG Manufacturer (ska vara \"HP\")\n" +" REF: Sida 211, tabell D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " OK Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER Manufacturer\n" +" REF: Sidorna 58-59, sektion 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG ModelName - \"%c\" tillåts inte i sträng.\n" +" REF: Sidorna 59-60, sektion 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " OK ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER ModelName\n" +" REF: Sidorna 59-60, sektion 5.3.\n" + +msgid " PASS NickName\n" +msgstr " OK NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER NickName\n" +" REF: Sida 60, sektion 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " OK PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FEL** KRÄVER PageSize\n" +" REF: Sidorna 99-100, sektion 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " OK PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FEL** KRÄVER PageRegion\n" +" REF: Sida 100, sektion 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " OK PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER PCFileName\n" +" REF: Sidorna 61-62, sektion 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG Product - inte \"(string)\".\n" +" REF: Sida 62, sektion 5.3.\n" + +msgid " PASS Product\n" +msgstr " OK Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER Product\n" +" REF: Sida 62, sektion 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG PSVersion - inte \"(string) int\".\n" +" REF: Sidorna 62-64, sektion 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " OK PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER PSVersion\n" +" REF: Sidorna 62-64, sektion 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG ShortNickName - längre än 31 tecken.\n" +" REF: Sidorna 64-65, sektion 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " OK ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER ShortNickName\n" +" REF: Sida 64-65, sektion 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FEL** FELAKTIGT JobPatchFile-attribut i fil\n" +" REF: Sida 24, sektion 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FEL** KRÄVER PageSize\n" +" REF: Sida 41, sektion 5.\n" +" REF: Sida 99, sektion 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER ImageableArea för PageSize %s\n" +" REF: Sida 41, sektion 5.\n" +" REF: Sida 102, sektion 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER PaperDimension för PageSize %s\n" +" REF: Sida 41, sektion 5.\n" +" REF: Sida 103, sektion 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FEL** Felaktigt %s val %s!\n" +" REF: Sida 84, sektion 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEL** KRÄVER %s definerar inte valet None!\n" +" REF: Sida 122, sektion 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEL** Felaktigt %s val %s!\n" +" REF: Sida 122, sektion 5.17\n" + +msgid " PASS\n" +msgstr " OK\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" VARN Nyckelord för Duplex-alternativet %s bör vara Duplex eller JCLDuplex!\n" +" REF: Sida 122, sektion 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " VARN Standardvalen i konflikt!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" VARN Föråldrad PPD-version %.1f!\n" +" REF: Sida 42, sektion 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" VARN LanguageEncoding krävs av PPD 4.3-spec.\n" +" REF: Sidorna 56-57, sektion 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" VARN Manufacturer krävs av PPD 4.3-spec.\n" +" REF: Sidorna 58-59, sektion 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" VARN PCFileName längre än 8.3 i strid med PPD-spec.\n" +" REF: Sidorna 61-62, sektion 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" VARN ShortNickName krävs av PPD 4.3-spec.\n" +" REF: Sidorna 64-65, sektion 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" VARN Protokollen innehåller både PJL och BCP; förväntade TBCP.\n" +" REF: Sidorna 78-79, sektion 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" VARN Protokollen innehåller PJL men JCL-attributen är inte inställda.\n" +" REF: Sidorna 78-79, sektion 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" VARN %s delar ett vanligt prefix med %s\n" +" REF: Sida 15, sektion 3.2.\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " %d FEL%s HITTADES\n" + +msgid " NO ERRORS FOUND\n" +msgstr " INGA FEL HITTADES\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" VARN \"%s %s\" konfliktar med \"%s %s\"\n" +" (begränsare=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Användning: cupstestppd [-q] [-r] [-v[v]] filnamn1.ppd[.gz] [... filnamnN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: Behöver \"completed\" eller \"not-completed\" efter -W!\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: Flaggan -b kräver ett målargument.\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Fel: behöver värdnamn efter flaggan \"-h\"!\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: Okänd flagga \"%c\"!\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: Ogiltigt målnamn i listan \"%s\"!\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: Okänt mål \"%s\"!\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: Kunde inte ansluta till server %s på port %d: %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers misslyckades: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s accepterar begäran sedan Jan 01 00:00\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s accepterar inte begäran sedan Jan 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s accepterar begäran sedan Jan 01 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s accepterar inte begäran sedan Jan 01 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes misslyckades: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "medlemmar av klassen %s:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "systemstandardmål: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "systemstandardmål: %s\n" + +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpstat: fel - miljövariabeln %s namnger icke-existerande mål \"%s\"!\n" + +msgid "no system default destination\n" +msgstr "inget systemstandardmål\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "Utmatning för skrivaren %s skickas till fjärrskrivaren %s på %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "Utmatning för skrivaren %s skickas till %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "Utmatning för skrivaren %s/%s skickas till fjärrskrivaren %s på %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Utmatning för skrivaren %s/%s skickas till %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "enhet för %s: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "enhet för %s/%s: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs misslyckades: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\tkölagd för %s\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "skrivare %s är overksam. aktiverad sedan %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "skrivaren %s skriver nu ut %s-%d. aktiverad sedan %s\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "skrivare %s inaktiverad sedan %s -\n" + +msgid "\treason unknown\n" +msgstr "\tokänd anledning\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tFormulär monterat:\n" +"\tInnehållstyper: alla\n" +"\tSkrivartyper: okänd\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tBeskrivning: %s\n" + +msgid "\tAlerts:" +msgstr "\tAlarm:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tPlats: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tAnslutning: fjärr\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tGränssnitt: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tAnslutning: direkt\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tGränssnitt: %s/interfaces/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tGränssnitt: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tVid fel: inget alarm\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tEfter fel: fortsätt\n" + +msgid "\tUsers allowed:\n" +msgstr "\tTillåtna användare:\n" + +msgid "\tUsers denied:\n" +msgstr "\tNekade användare:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(alla)\n" + +msgid "\tForms allowed:\n" +msgstr "\tTillåtna format:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(ingen)\n" + +msgid "\tBanner required\n" +msgstr "\tBanner krävs\n" + +msgid "\tCharset sets:\n" +msgstr "\tTeckenkodningar:\n" + +# Pitch är ett svårt att kort förklara.. +msgid "\tDefault pitch:\n" +msgstr "\tStandardavstånd mellan bildpunkter:\n" + +msgid "\tDefault page size:\n" +msgstr "\tStandardstorlek för sida:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tStandardportinställningar:\n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "skrivare %s/%s är overksam. aktiverad sedan %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "skrivaren %s/%s skriver nu ut %s-%d. aktiverad sedan %s\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "skrivare %s/%s inaktiverad sedan %s -\n" + +msgid "scheduler is running\n" +msgstr "schemaläggare körs\n" + +msgid "scheduler is not running\n" +msgstr "schemaläggare körs inte\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Kunde inte ansluta till server: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte lägga till en skrivare till klassen:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Förväntade klassnamn efter flaggan \"-c\"!\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: Klassnamn kan endast innehålla skrivbara tecken!\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Förväntade skrivarnamn efter flaggan \"-d\"!\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: Skrivarnamn kan endast innehålla skrivbara tecken!\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Förväntade värdnamn efter flaggan \"-h\"!\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in gränssnittsskriptet:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Förväntade gränssnitt efter flaggan \"-i\"!\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in gränssnittsskriptet eller PPD-fil:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Förväntade modell efter flaggan \"-m\"!\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Förväntade namn=värde efter flaggan \"-o\"!\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Förväntade skrivare efter flaggan \"-p\"!\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ta bort en skrivare från klassen:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Förväntade klass efter flaggan \"-r\"!\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: Förväntade allow/deny:användarlista efter flaggan \"-u\"!\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Okänt allow/deny-alternativ \"%s\"!\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in enhets-URI:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Förväntade enhets-URI efter flaggan \"'-v\"!\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Förväntade skrivare eller klass efter flaggan \"'-x\"!\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in skrivarbeskrivningen:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Förväntade beskrivning efter flaggan \"'-D\"!\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: Förväntade filtyp(er) efter flaggan \"'-I\"!\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Varning - innehållstyplista ignorerades!\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in skrivarens plats:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Förväntade plats efter flaggan \"-L\"!\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in PPD-filen:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Förväntade PPD efter flaggan \"'-P\"!\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Okänd flagga \"%c\"!\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Okänt argument \"%s\"!\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in skrivaralternativen:\n" +" Du måste ange ett skrivarnamn först!\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Användning:\n" +"\n" +" lpadmin [-h server] -d mål\n" +" lpadmin [-h server] -x mål\n" +" lpadmin [-h server] -p skrivare [-c lägg-till-klass] [-i gränssnitt] [-m modell]\n" +" [-r ta-bort-klass] [-v enhet] [-D beskrivning]\n" +" [-P ppd-fil] [-o namn=värde]\n" +" [-u allow:användare,användare] [-u deny:användare,användare]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Kunde inte skapa temporärfil: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: add-printer (set model) misslyckades: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: add-printer (set description) misslyckades: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: add-printer (set location) misslyckades: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Kunde inte skapa temporärfil - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Kunde inte öppna PPD-filen \"%s\" - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s misslyckades: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: Förväntade mål efter flaggan -d!\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: Förväntade format efter flaggan -f!\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: Förväntade värdnamn efter flaggan -h!\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: Förväntade jobb-id efter flaggan -i!\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "lp: Fel - kan inte skriva ut filer och ändra jobb samtidigt!\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: Fel - felaktigt jobb-id!\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: Förväntade kopior efter flaggan -n!\n" + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: Förväntade sträng efter flaggan -o!\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: Förväntade prioritet efter flaggan -%c!\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: Prioritet måste vara mellan 1 och 100.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: Förväntade titel efter flaggan -t!\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: Förväntade lägeslista efter flaggan -y!\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: Varning - lägesflagga ignorerades!\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: Förväntade kvarhållningsnamn efter flaggan -H!\n" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: Behöver jobb-id (-i) före \"-H restart\"!\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: Förväntade sidlista efter flaggan -P!\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: Förväntade teckenkodning efter flaggan -S!\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: Varning - flagga för teckenkodning ignorerades!\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: Förväntade innehållstyp efter flaggan -T!\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: Varning - flagga för innehållstyp ignorerades!\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: Okänd flagga \"%c\"!\n" + +msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "lp: Fel - kan inte skriva ut från standard in om filer eller ett jobb-id anges!\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: Kunde inte komma åt \"%s\" - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: För många filer - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: fel - inget standardmål tillgängligt.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: fel - schemaläggare svarar inte!\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: kunde inte skapa temporärfil \"%s\" - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: fel - kunde inte skriva till temporärfil \"%s\" - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: standard in är tom, så inga jobb har skickats.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: kunde inte skriva ut fil: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "id för begäran är %s-%d (%d fil(er))\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: restart-job misslyckades: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: set-job-attributes misslyckades: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Kunde inte ansluta till server: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Okänd flagga \"%c\"!\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Okänt argument \"%s\"!\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices misslyckades: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"Enhet: uri = %s\n" +" klass = %s\n" +" info = %s\n" +" tillverkare-och-modell = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds misslyckades: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"Modell: namn = %s\n" +" naturligt_språk = %s\n" +" tillverkare-och-modell = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Okänd flagga \"%c\"!\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Okänt argument \"%s\"!\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Användning: lpmove jobb mål\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Kunde inte ansluta till server: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: move-job misslyckades: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Okänd skrivare eller klass!\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Inga skrivare!?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Kunde inte lägga till skrivare eller instans: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: Målet %s har ingen PPD-fil!\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Kunde inte öppna PPD-fil för %s!\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Användning: lpoptions [-h server] [-E] -d skrivare\n" +" lpoptions [-h server] [-E] [-p skrivare] -l\n" +" lpoptions [-h server] [-E] -p skrivare -o flagga[=värde] ...\n" +" lpoptions [-h server] [-E] -x skrivare\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Endast root kan lägga till eller ta bort lösenord!\n" + +msgid "Enter old password:" +msgstr "Ange gammalt lösenord:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Kunde inte kopiera lösenordssträng: %s\n" + +msgid "Enter password:" +msgstr "Ange lösenord:" + +msgid "Enter password again:" +msgstr "Ange lösenord igen:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Tyvärr, lösenorden stämmer inte överens!\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Tyvärr, lösenordet vägrades.\n" +"Ditt lösenord måste vara åtminstone 6 tecken långt, får inte innehålla\n" +"ditt användarnamn, och måste innehålla åtminstone en bokstav och siffra.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Lösenordsfil upptagen!\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Kunde inte öppna lösenordsfil: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Kunde inte skriva till lösenordsfil: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: användare \"%s\" och grupp \"%s\" finns inte.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Tyvärr, lösenord stämmer inte!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Lösenordsfil inte uppdaterad!\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd: misslyckades med att säkerhetskopiera gamla lösenordsfilen: %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: misslyckades med att byta namn på lösenordsfilen: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Användning: lppasswd [-g gruppnamn]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Användning: lppasswd [-g gruppnamn] [användarnamn]\n" +" lppasswd [-g gruppnamn] -a [användarnamn]\n" +" lppasswd [-g gruppnamn] -x [användarnamn]\n" + +msgid "Start Printer" +msgstr "Starta skrivare" + +msgid "Stop Printer" +msgstr "Stoppa skrivare" + +msgid "Start Class" +msgstr "Starta klass" + +msgid "Stop Class" +msgstr "Stoppa klass" + +msgid "Accept Jobs" +msgstr "Acceptera jobb" + +msgid "Reject Jobs" +msgstr "Vägra jobb" + +msgid "Purge Jobs" +msgstr "Rensa jobb" + +msgid "Set As Default" +msgstr "Ställ in som standard" + +msgid "Administration" +msgstr "Administration" + +msgid "Modify Class" +msgstr "Ändra klass" + +msgid "Add Class" +msgstr "Lägg till klass" + +msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "Klassnamnet får endast innehålla upp till 127 skrivbara tecken och får inte innehålla blanksteg, snedstreck (/) eller fyrkantstecknet (#)." + +msgid "Unable to modify class:" +msgstr "Kunde inte ändra klass:" + +msgid "Unable to add class:" +msgstr "Kunde inte lägga till klass:" + +msgid "Modify Printer" +msgstr "Ändra skrivare" + +msgid "Add Printer" +msgstr "Lägg till skrivare" + +msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "Skrivarnamnet får endast innehålla upp till 127 skrivbara tecken och får inte innehålla blanksteg, snedstreck (/) eller fyrkantstecknet (#)." + +msgid "Unable to get list of printer drivers:" +msgstr "Kunde inte få tag på listan av skrivardrivrutiner:" + +msgid "Unable to modify printer:" +msgstr "Kunde inte ändra skrivare:" + +msgid "Unable to add printer:" +msgstr "Kunde inte lägga till skrivare:" + +msgid "Set Printer Options" +msgstr "Ställ in skrivaralternativ" + +msgid "Missing form variable!" +msgstr "Saknar formatvariabel!" + +msgid "Unable to get PPD file!" +msgstr "Kunde inte få tag på PPD-fil!" + +msgid "Unable to open PPD file:" +msgstr "Kunde inte öppna PPD-fil:" + +msgid "Banners" +msgstr "Bannrar" + +msgid "Starting Banner" +msgstr "Startbanner" + +msgid "Ending Banner" +msgstr "Slutbanner" + +msgid "Policies" +msgstr "Policy" + +msgid "Error Policy" +msgstr "Felpolicy" + +msgid "Operation Policy" +msgstr "Åtgärdspolicy" + +msgid "PS Binary Protocol" +msgstr "PS Binary-protokoll" + +msgid "None" +msgstr "Ingen" + +msgid "Unable to set options:" +msgstr "Kunde inte ställa in alternativ:" + +msgid "Change Settings" +msgstr "Ändra inställningar" + +msgid "Unable to change server settings:" +msgstr "Kunde inte ändra serverinställningar:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Kunde inte skicka upp filen cupsd.conf:" + +msgid "Edit Configuration File" +msgstr "Redigera konfigurationsfil" + +msgid "Unable to create temporary file:" +msgstr "Kunde inte skapa temporärfil:" + +msgid "Unable to access cupsd.conf file:" +msgstr "Kunde inte komma åt filen cupsd.conf:" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Kunde inte redigera cupsd.conf-filer större än 1MB!" + +msgid "Delete Class" +msgstr "Ta bort klass" + +msgid "Unable to delete class:" +msgstr "Kunde inte ta bort klass:" + +msgid "Delete Printer" +msgstr "Ta bort skrivare" + +msgid "Unable to delete printer:" +msgstr "Kunde inte ta bort skrivare:" + +msgid "Export Printers to Samba" +msgstr "Exportera skrivare till Samba" + +msgid "Unable to fork process!" +msgstr "Kunde inte grena process!" + +msgid "Unable to connect to server!" +msgstr "Kunde inte ansluta till server!" + +msgid "Unable to get printer attributes!" +msgstr "Kunde inte få tag på skrivarattribut!" + +msgid "Unable to convert PPD file!" +msgstr "Kunde inte konvertera PPD-fil!" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutin!" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutin!" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutin!" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutin!" + +msgid "Unable to set Windows printer driver!" +msgstr "Kunde inte ställa in Windows-skrivardrivrutin!" + +msgid "No printer drivers found!" +msgstr "Inga skrivardrivrutiner hittades!" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "Kunde inte starta kommandot cupsaddsmb!" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb misslyckades med status %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb krashade på signal %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "Ett Samba-användarnamn krävs för att exportera skrivardrivrutiner!" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Ett Samba-lösenord krävs för att exportera skrivardrivrutiner!" + +msgid "Unable to open cupsd.conf file:" +msgstr "Kunde inte öppna filen cupsd.conf:" + +msgid "Unable to change printer:" +msgstr "Kunde inte byta skrivare:" + +msgid "Set Allowed Users" +msgstr "Ställ in tillåtna användare" + +msgid "Unable to get printer attributes:" +msgstr "Kunde inte få tag på skrivarattribut:" + +msgid "Set Publishing" +msgstr "Ställ in publicering" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Kunde inte ändra attributet printer-is-shared:" + +msgid "Classes" +msgstr "Klasser" + +msgid "Unable to get class list:" +msgstr "Kunde inte få tag på klasslista:" + +msgid "Unable to get class status:" +msgstr "Kunde inte få tag på klasstatus:" + +msgid "Move Job" +msgstr "Flytta jobb" + +msgid "Unable to find destination for job!" +msgstr "Kunde inte hitta mål för jobb!" + +msgid "Move All Jobs" +msgstr "Flytta alla jobb" + +msgid "Unable to move job" +msgstr "Kunde inte flytta jobb" + +msgid "Unable to move jobs" +msgstr "Kunde inte flytta jobb" + +msgid "Print Test Page" +msgstr "Skriv ut testsida" + +msgid "Unable to print test page:" +msgstr "Kunde inte skriva ut testsida:" + +msgid "Jobs" +msgstr "Jobb" + +msgid "Job operation failed:" +msgstr "Jobbåtgärd misslyckades:" + +msgid "Printers" +msgstr "Skrivare" + +msgid "Unable to get printer list:" +msgstr "Kunde inte få tag på skrivarlista:" + +msgid "Unable to get printer status:" +msgstr "Kunde inte få tag på skrivarstatus:" + +msgid "OK" +msgstr "OK" + +msgid "Unable to open PPD file" +msgstr "Kunde inte öppna PPD-fil" + +msgid "NULL PPD file pointer" +msgstr "NOLL PPD-filspekare" + +msgid "Memory allocation error" +msgstr "Minnesallokeringsfel" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Saknar PPD-Adobe-4.x-huvud" + +msgid "Missing value string" +msgstr "Saknar värdesträng" + +msgid "Internal error" +msgstr "Internt fel" + +msgid "Bad OpenGroup" +msgstr "Felaktig OpenGroup" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup utan en CloseGroup först" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Felaktig OpenUI/JCLOpenUI" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI utan en CloseUI/JCLCloseUI först" + +msgid "Bad OrderDependency" +msgstr "Felaktig OrderDependency" + +msgid "Bad UIConstraints" +msgstr "Felaktig UIConstraints" + +msgid "Missing asterisk in column 1" +msgstr "Saknar asterisk i kolumn 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Rad längre än vad som maximalt tillåts (255 tecken)" + +msgid "Illegal control character" +msgstr "Otillåtet kontrolltecken" + +msgid "Illegal main keyword string" +msgstr "Otillåten huvudnyckelordssträng" + +msgid "Illegal option keyword string" +msgstr "Otillåten alternativnyckelordssträng" + +msgid "Illegal translation string" +msgstr "Otillåten översättningssträng" + +msgid "Illegal whitespace character" +msgstr "Otillåtet blanktecken" + +msgid "Bad custom parameter" +msgstr "Felaktig anpassad parameter" + +msgid "Unknown" +msgstr "Okänd" + +msgid "Custom" +msgstr "Anpassad" + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "Ingen autentiseringsinformation angiven!" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Lösenord för %s krävs för att komma åt %s via SAMBA: " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "Kör kommando: %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Kunde inte köra \"%s\": %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: Inga Windows-skrivardrivrutiner är installerade!\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "cupsaddsmb: Varning, inga Windows 2000-skrivardrivrutiner är installerade!\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: Skrivaren %s är redan medlem av klassen %s.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Inga medlemsnamn sågs!\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: Skrivaren %s är inte en medlem av klassen %s.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Enhet: uri = %s\n" +" klass = %s\n" +" info = %s\n" +" märke-och-modell = %s\n" +" enhets-id = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Modell: namn = %s\n" +" naturligt_språk = %s\n" +" märke-och-modell = %s\n" +" enhets-id = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "Användning: lpmove jobb/källa mål\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "lpstat: Behöver \"completed\", \"not-completed\" eller \"all\" efter -W!\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s accepterar begäran sedan %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s accepterar inte begäran sedan %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s accepterar begäran sedan %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s accepterar inte begäran sedan %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Kunde inte kontakta server!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Fel - förväntade användarnamn efter flaggan \"-U\"!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Fel - okänt mål \"%s/%s\"!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Okänt mål \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Fel - förväntade värdnamn efter flaggan \"-h\"!\n" + +#, c-format +msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: fel - miljövariabeln %s namnger icke-existerande mål \"%s\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: fel - inget standardmål tillgängligt.\n" + +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "Användning: lpq [-P mål] [-U användarnamn] [-h värdnamn[:port]] [-l] [+intervall]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Fel - förväntade värdnamn efter flaggan \"-H\"!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Fel - förväntade värde efter flaggan \"-%c\"!\n" + +#, c-format +msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "%s: Varning - \"'%c\"- formatmodifieraren stöds inte - utmatning kanske inte blir korrekt!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: fel - förväntade alternativ=värde efter flaggan \"'-o\"!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Fel - förväntade mål efter flaggan \"-P\"!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Fel - förväntade antal kopior efter flaggan \"-#\"!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Fel - förväntade namn efter flaggan \"-%c\"!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Fel - okänd flagga \"%c\"!\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Fel - kunde inte komma åt \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Fel - för många filer - \"%s\"\n" + +#, c-format +msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: Fel - miljövariabeln %s namnger icke-existerande mål \"%s\"!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Fel - inget standardmål tillgängligt.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Fel - schemaläggare svarar inte!\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Fel - kunde inte skapa temporärfil \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Fel - kunde inte skriva till temporärfil \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Fel - standard in är tom, så inget jobb har skickats.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Fel - okänt mål \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Fel - förväntade anledningstext efter flaggan \"'-r\"!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Fel - förväntade användarnamn efter flaggan \"-u\"!\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s misslyckades: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Fel - förväntade mål efter flaggan \"-d\"!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Fel - förväntade format efter flaggan \"-f\"!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Varning - formuläralternativ ignorerades!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Förväntade jobb-id efter flaggan \"-i\"!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "%s: Fel - kan inte skriva ut filer och ändra jobb samtidigt!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Fel - felaktigt jobb-id!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Fel - förväntade kopior efter flaggan \"-n\"!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: Fel - förväntade alternativsträng efter flaggan \"'-o\"!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Fel - förväntade prioritet efter flaggan \"-%c\"!\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Fel - prioritet måste vara mellan 1 och 100.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Fel - förväntade titel efter flaggan \"-t\"!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Fel - förväntade lägeslista efter flaggan \"-y\"!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Varning - lägesflaggan ignorerades!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Fel - förväntade kvarhållningsnamn efter flaggan \"-H\"!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: Behöver jobb-id (\"-i jobbid\") före \"-H restart\"!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Fel - förväntade sidlista efter flaggan \"-P\"!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Fel - förväntade teckenkodning efter flaggan \"-S\"!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Varning - flagga för teckenkodning ignorerades!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Fel - förväntade innehållstyp efter flaggan \"-T\"!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Varning - flagga för innehållstyp ignorerades!\n" + +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "%s: Fel - kan inte skriva ut från standard in om filer eller ett jobb-id anges!\n" + +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" +msgstr "%s: Fel - behöver \"completed\", \"not-completed\" eller \"all\" efter flaggan \"-W\"!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Fel - förväntade mål efter flaggan \"-b\"!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Ogiltigt målnamn i listan \"%s\"!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: Kunde inte ansluta till server\n" + +msgid "Print Job:" +msgstr "Utskriftsjobb:" + +msgid "pending" +msgstr "väntar" + +msgid "held" +msgstr "hålls kvar" + +msgid "processing" +msgstr "behandlas" + +msgid "stopped" +msgstr "stoppad" + +msgid "canceled" +msgstr "avbruten" + +msgid "aborted" +msgstr "avbruten" + +msgid "completed" +msgstr "färdig" + +msgid "unknown" +msgstr "okänd" + +msgid "untitled" +msgstr "namnlös" + +msgid "Printer:" +msgstr "Skrivare:" + +msgid "idle" +msgstr "overksam" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Saknar attributet notify-subscription-ids!" + +msgid "Job subscriptions cannot be renewed!" +msgstr "Jobbprenumerationer kan inte förnyas!" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: Förväntade konfigurationsfilnamn efter flaggan \"-c\"!\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "cupsd: stöd för launchd(8) inte inbyggt, kör i normalt läge.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Okänd flagga \"%c\" - avbryter!\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Okänt argument \"%s\" - avbryter!\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Användning: cupsd [-c konfigurationsfil] [-f] [-F] [-h] [-l]\n" +"\n" +"-c konfigurationsfil Läs in alternativ konfigurationsfil\n" +"-f Kör i förgrunden\n" +"-F Kör i förgrunden med koppla loss\n" +"-h Visa detta användningsmeddelandet\n" +"-l Kör cupsd från launchd(8)\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " VARN Rad %d innehåller endast blanktecken!\n" + +msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr " VARN Filen innehåller en blandning av CR, LF och CR LF-radslut!\n" + +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" +msgstr " VARN Icke-Windows PPD-filer bör använda radslut med endast LF, inte CR LF!\n" + +msgid "Printer Maintenance" +msgstr "Skrivarunderhåll" + +msgid "Unable to send maintenance job:" +msgstr "Kunde inte skicka underhållsjobb:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Ingen PPD-fil för skrivaren \"%s\" - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FEL** %s %s finns inte!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FEL** Felaktigt språk \"%s\"!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **FEL** Saknar översättningssträng \"%s\" för flaggan %s!\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" +msgstr " **FEL** Standardöversättningssträng för flaggan %s innehåller 8-bitars tecken!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr " **FEL** Saknar översättningssträng \"%s\" för flaggan %s, val %s!\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" +msgstr " **FEL** Standardöversättningssträng för flaggan %s val %s innehåller 8-bitars tecken!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FEL** Felaktigt cupsFilter-värde \"%s\"!\n" + +msgid "Help" +msgstr "Hjälp" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "Saknar värde på rad %d!\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "Saknar citationstecken på rad %d!\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "Felaktigt alternativ + val på rad %d!\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutiner (%d)!\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "Kunde inte kopiera filer för CUPS-skrivardrivrutiner (%d)!\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutiner (%d)!\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutiner (%d)!\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutiner (%d)!\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "Inga Windows-skrivardrivrutiner är installerade!\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "Varning, inga skrivardrivrutiner för Windows 2000 är installerade!\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "Kunde inte ställa in Windows-skrivardrivrutin (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Användning: cupsaddsmb [flaggor] skrivare1 ... skrivareN\n" +" cupsaddsmb [flaggor] -a\n" +"\n" +"Flaggor:\n" +" -E Kryptera anslutningen till servern\n" +" -H samba-server Använd angiven SAMBA-server\n" +" -U samba-user Autentisera med angiven SAMBA-användare\n" +" -a Exportera alla skrivare\n" +" -h cups-server Använd angiven CUPS-server\n" +" -v Var informativ (visa kommandon)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutin (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Kunde inte kopiera filer för CUPS-skrivardrivrutin (%d)!" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutin (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutin (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutin (%d)!" + +msgid "No Windows printer drivers are installed!" +msgstr "Inga skrivardrivrutiner för Windows 2000 är installerade!" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Varning, inga skrivardrivrutiner för Windows 2000 är installerade!" + +#, c-format +msgid "open of %s failed: %s" +msgstr "öppnande av %s misslyckades: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Kör kommando: %s %s -N -A %s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "status för %s misslyckades: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "Jobb #%d är redan färdigt - kan inte avbryta." + +#, c-format +msgid "You must access this page using the URL https://%s:%d%s." +msgstr "Du måste komma åt sidan med url:en https://%s:%d%s." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Formatet \"%s\" stöds inte!" + +msgid "FAIL\n" +msgstr "FEL\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Rad %d är längre än 255 tecken (%d)!\n" +" REF: Sida 25, Line Length\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Saknar %!PS-Adobe-3.0 på första raden!\n" +" REF: Sida 17, 3.1 Conforming Documents\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Felaktig %%%%Pages: på rad %d!\n" +" REF: Sida 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Felaktig %%%%BoundingBox: på rad %d!\n" +" REF: Sida 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Felaktig %%%%Page: på rad %d!\n" +" REF: Sida 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Saknar eller felaktig %%BoundingBox: kommentar!\n" +" REF: Sida 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Saknar eller felaktig %%Pages: kommentar!\n" +" REF: Sida 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Saknar %%EndComments-kommentar!\n" +" REF: Sida 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Saknar eller felaktig %%Page: kommentarer!\n" +" REF: Sida 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " För många %%EndDocument-kommentarer!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " För många %%BeginDocument-kommentarer!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Såg %d rader som översteg 255 tecken!\n" + +msgid "PASS\n" +msgstr "OK\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Varning: filen innehåller binärdata!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Varning: föråldrad DSC-version %.1f i fil!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Varning: ingen %%EndComments-kommentar i fil!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript itself.\n" +msgstr "" +"Användning: cupstestdsc [flaggor] filnamn.ps [... filnamn.ps]\n" +" cupstestdsc [flaggor] -\n" +"\n" +"Flaggor:\n" +"\n" +" -h Visa programanvändning\n" +"\n" +" Notera: detta program validerar endast DSC-kommentarer, inte själva PostScript.\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "Lösenord för %s på %s? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FEL** 1284DeviceId måste vara 1284DeviceID!\n" +" REF: Sida 72, sektion 5.5\n" + +#, c-format +msgid "Missing value on line %d!" +msgstr "Saknar värde på rad %d!" + +#, c-format +msgid "Missing double quote on line %d!" +msgstr "Saknar citationstecken på rad %d!\n" + +#, c-format +msgid "Bad option + choice on line %d!" +msgstr "Felaktigt alternativ + val på rad %d!" + +msgid "Empty PPD file!" +msgstr "Tom PPD-fil!" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Kunde inte ställa in Windows-skrivardrivrutin (%d)!" + +#, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "Kunde inte köra \"%s\": %s\n" + +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." + +#, c-format +msgid "Bad notify-recipient URI \"%s\"!" +msgstr "Felaktig URI för notify-recipient \"%s\"!" + +#, c-format +msgid "notify-recipient URI \"%s\" uses unknown scheme!" +msgstr "URI för notify-recipient \"%s\" använder okänt schema!" + +#, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Felaktig notify-pull-method \"%s\"!" + +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FEL** %s måste vara 1284DeviceID!\n" +" REF: Sida 72, sektion 5.5\n" + +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: Kunde inte hämta PPD-fil för %s: %s\n" + diff --git a/locale/locale.txt b/locale/locale.txt new file mode 100644 index 0000000000..f9abe72d67 --- /dev/null +++ b/locale/locale.txt @@ -0,0 +1,32 @@ +This directory contains the message strings used by CUPS for various +languages. Each subdirectory corresponds to a different locale, and +the cups_xx and cups_xx_YY files contain the messages for the locales +named "xx" or "xx_YY". + +Each message file starts with a character set identifier, which can be +one of the following: + + us-ascii + iso-8859-1 + iso-8859-2 + iso-8859-3 + iso-8859-4 + iso-8859-5 + iso-8859-6 + iso-8859-7 + iso-8859-8 + iso-8859-9 + utf-8 + +After that, all non-blank lines are treated as messages, with any +leading whitespace removed. If a line starts with a number then the +message index is updated to the number. Otherwise, the next message +number is used. + +The message indices are defined in the include file . +The HTTP status messages use the status codes defined in . + +If you would like to contribute a new message file for your locale, or +have corrections to the current ones, please send them to: + + cups-support@cups.org diff --git a/locale/translate.c b/locale/translate.c new file mode 100644 index 0000000000..20e7533dfd --- /dev/null +++ b/locale/translate.c @@ -0,0 +1,452 @@ +/* + * "$Id$" + * + * HTTP-based translation program for the Common UNIX Printing System (CUPS). + * + * This program uses Google to translate the CUPS template (cups.pot) to + * several different languages. The translation isn't perfect, but it's + * a start (better than working from scratch.) + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44145 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry. + * save_messages() - Save messages to a .po file. + * translate_messages() - Translate messages using Google. + * write_string() - Write a quoted string to a file. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +int save_messages(cups_array_t *cat, const char *filename); +int translate_messages(cups_array_t *cat, const char *lang); +int write_string(cups_file_t *fp, const char *s); + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + cups_array_t *cat; /* Message catalog */ + + + if (argc != 3) + { + fputs("Usage: translate cups_language.po language\n", stderr); + return (1); + } + + if (access(argv[1], 0)) + cat = _cupsMessageLoad("cups.pot"); + else + cat = _cupsMessageLoad(argv[1]); + + if (!cat) + { + puts("Unable to load message catalog."); + return (1); + } + + if (!translate_messages(cat, argv[2])) + { + puts("Unable to translate message catalog."); + return (1); + } + + if (!save_messages(cat, argv[1])) + { + puts("Unable to save message catalog."); + return (1); + } + + return (0); +} + + +/* + * 'save_messages()' - Save messages to a .po file. + */ + +int /* O - 1 on success, 0 on error */ +save_messages(cups_array_t *cat, /* I - Message catalog */ + const char *filename) /* I - File to save to */ +{ + _cups_message_t *m; /* Current message */ + cups_file_t *fp; /* File pointer */ + + + /* + * Open the message catalog... + */ + + if ((fp = cupsFileOpen(filename, "w")) == NULL) + return (0); + + /* + * Save the messages to a file... + */ + + for (m = (_cups_message_t *)cupsArrayFirst(cat); + m; + m = (_cups_message_t *)cupsArrayNext(cat)) + { + if (cupsFilePuts(fp, "msgid \"") < 0) + break; + + if (!write_string(fp, m->id)) + break; + + if (cupsFilePuts(fp, "\"\nmsgstr \"") < 0) + break; + + if (m->str) + { + if (!write_string(fp, m->str)) + break; + } + + if (cupsFilePuts(fp, "\"\n") < 0) + break; + } + + cupsFileClose(fp); + + return (!m); +} + + +/* + * 'translate_messages()' - Translate messages using Google. + */ + +int /* O - 1 on success, 0 on error */ +translate_messages(cups_array_t *cat, /* I - Message catalog */ + const char *lang) /* I - Output language... */ +{ + /* + * Google provides a simple translation/language tool for translating + * from one language to another. It is far from perfect, however it + * can be used to get a basic translation done or update an existing + * translation when no other resources are available. + * + * Translation requests are sent as HTTP POSTs to + * "http://translate.google.com/translate_t" with the following form + * variables: + * + * Name Description Value + * -------- ---------------------------------- ---------------- + * hl Help language? "en" + * ie Input encoding "UTF8" + * langpair Language pair "en|" + language + * oe Output encoding "UTF8" + * text Text to translate translation string + */ + + int ret; /* Return value */ + _cups_message_t *m; /* Current message */ + int tries; /* Number of tries... */ + http_t *http; /* HTTP connection */ + http_status_t status; /* Status of POST request */ + char *idptr, /* Pointer into msgid */ + buffer[65536], /* Input/output buffer */ + *bufptr, /* Pointer into buffer */ + *bufend, /* Pointer to end of buffer */ + length[16]; /* Content length */ + int bytes; /* Number of bytes read */ + + + /* + * Connect to translate.google.com... + */ + + puts("Connecting to translate.google.com..."); + + if ((http = httpConnect("translate.google.com", 80)) == NULL) + { + perror("Unable to connect to translate.google.com"); + return (0); + } + + /* + * Scan the current messages, requesting a translation of any untranslated + * messages... + */ + + for (m = (_cups_message_t *)cupsArrayFirst(cat), ret = 1; + m; + m = (_cups_message_t *)cupsArrayNext(cat)) + { + /* + * Skip messages that are already translated... + */ + + if (m->str && m->str[0]) + continue; + + /* + * Encode the form data into the buffer... + */ + + snprintf(buffer, sizeof(buffer), + "hl=en&ie=UTF8&langpair=en|%s&oe=UTF8&text=", lang); + bufptr = buffer + strlen(buffer); + bufend = buffer + sizeof(buffer) - 5; + + for (idptr = m->id; *idptr && bufptr < bufend; idptr ++) + if (*idptr == ' ') + *bufptr++ = '+'; + else if (*idptr < ' ' || *idptr == '%') + { + sprintf(bufptr, "%%%02X", *idptr & 255); + bufptr += 3; + } + else if (*idptr != '&') + *bufptr++ = *idptr; + + *bufptr++ = '&'; + *bufptr = '\0'; + + sprintf(length, "%d", (int)(bufptr - buffer)); + + /* + * Send the request... + */ + + printf("\"%s\" = ", m->id); + fflush(stdout); + + tries = 0; + + do + { + httpClearFields(http); + httpSetField(http, HTTP_FIELD_CONTENT_TYPE, + "application/x-www-form-urlencoded"); + httpSetField(http, HTTP_FIELD_CONTENT_LENGTH, length); + + if (httpPost(http, "/translate_t")) + { + httpReconnect(http); + httpPost(http, "/translate_t"); + } + + httpWrite2(http, buffer, bufptr - buffer); + + while ((status = httpUpdate(http)) == HTTP_CONTINUE); + + if (status != HTTP_OK && status != HTTP_ERROR) + httpFlush(http); + + tries ++; + } + while (status == HTTP_ERROR && tries < 10); + + if (status == HTTP_OK) + { + /* + * OK, read the translation back... + */ + + bufptr = buffer; + bufend = buffer + sizeof(buffer) - 1; + + while ((bytes = httpRead2(http, bufptr, bufend - bufptr)) > 0) + bufptr += bytes; + + if (bytes < 0) + { + /* + * Read error, abort! + */ + + puts("READ ERROR!"); + ret = 0; + break; + } + + *bufptr = '\0'; + + /* + * Find the first textarea element - that will have the translation data... + */ + + if ((bufptr = strstr(buffer, "')) == NULL) + { + /* + * textarea doesn't end, abort! + */ + + puts("TEXTAREA SHORT DATA!"); + ret = 0; + break; + } + + bufptr ++; + + if ((bufend = strstr(bufptr, "")) == NULL) + { + /* + * textarea doesn't close, abort! + */ + + puts("/TEXTAREA SHORT DATA!"); + ret = 0; + break; + } + + *bufend = '\0'; + + /* + * Copy the translation... + */ + + m->str = strdup(bufptr); + + /* + * Convert character entities to regular chars... + */ + + for (bufptr = strchr(m->str, '&'); + bufptr; + bufptr = strchr(bufptr + 1, '&')) + { + if (!strncmp(bufptr, "<", 4)) + { + *bufptr = '<'; + _cups_strcpy(bufptr + 1, bufptr + 4); + } + else if (!strncmp(bufptr, ">", 4)) + { + *bufptr = '>'; + _cups_strcpy(bufptr + 1, bufptr + 4); + } + else if (!strncmp(bufptr, "&", 5)) + _cups_strcpy(bufptr + 1, bufptr + 5); + } + + printf("\"%s\"\n", m->str); + } + else if (status == HTTP_ERROR) + { + printf("NETWORK ERROR (%s)!\n", strerror(httpError(http))); + ret = 0; + break; + } + else + { + printf("HTTP ERROR %d!\n", status); + ret = 0; + break; + } + } + + httpClose(http); + + return (ret); +} + + +/* + * 'write_string()' - Write a quoted string to a file. + */ + +int /* O - 1 on success, 0 on failure */ +write_string(cups_file_t *fp, /* I - File to write to */ + const char *s) /* I - String */ +{ + while (*s) + { + switch (*s) + { + case '\n' : + if (cupsFilePuts(fp, "\\n") < 0) + return (0); + break; + + case '\r' : + if (cupsFilePuts(fp, "\\r") < 0) + return (0); + break; + + case '\t' : + if (cupsFilePuts(fp, "\\t") < 0) + return (0); + break; + + case '\\' : + if (cupsFilePuts(fp, "\\\\") < 0) + return (0); + break; + + case '\"' : + if (cupsFilePuts(fp, "\\\"") < 0) + return (0); + break; + + default : + if ((*s & 255) < ' ') + { + if (cupsFilePrintf(fp, "\\%o", *s) < 0) + return (0); + } + else if (cupsFilePutChar(fp, *s) < 0) + return (0); + break; + } + + s ++; + } + + return (1); +} + + +/* + * End of "$Id$". + */ diff --git a/man/Makefile b/man/Makefile new file mode 100644 index 0000000000..6a84508856 --- /dev/null +++ b/man/Makefile @@ -0,0 +1,188 @@ +# +# "$Id$" +# +# Man page makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1993-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + + +# +# Man pages... +# + +MAN1 = cancel.$(MAN1EXT) \ + cups-config.$(MAN1EXT) \ + cupstestdsc.$(MAN1EXT) \ + cupstestppd.$(MAN1EXT) \ + lp.$(MAN1EXT) \ + lpoptions.$(MAN1EXT) \ + lppasswd.$(MAN1EXT) \ + lpq.$(MAN1EXT) \ + lprm.$(MAN1EXT) \ + lpr.$(MAN1EXT) \ + lpstat.$(MAN1EXT) +MAN5 = classes.conf.$(MAN5EXT) \ + client.conf.$(MAN5EXT) \ + cups-snmp.conf.$(MAN5EXT) \ + cupsd.conf.$(MAN5EXT) \ + mailto.conf.$(MAN5EXT) \ + mime.convs.$(MAN5EXT) \ + mime.types.$(MAN5EXT) \ + printers.conf.$(MAN5EXT) \ + subscriptions.conf.$(MAN5EXT) +MAN7 = backend.$(MAN7EXT) \ + filter.$(MAN7EXT) +MAN8 = accept.$(MAN8EXT) \ + cupsaddsmb.$(MAN8EXT) \ + cups-deviced.$(MAN8EXT) \ + cups-driverd.$(MAN8EXT) \ + cups-lpd.$(MAN8EXT) \ + cups-polld.$(MAN8EXT) \ + cupsd.$(MAN8EXT) \ + cupsenable.$(MAN8EXT) \ + lpadmin.$(MAN8EXT) \ + lpinfo.$(MAN8EXT) \ + lpmove.$(MAN8EXT) \ + lpc.$(MAN8EXT) + + +# +# Make everything... +# + +all: $(MAN1) $(MAN5) $(MAN7) $(MAN8) html + + +# +# Clean all config and object files... +# + +clean: + $(RM) mantohtml mantohtml.o + $(RM) $(MAN1) $(MAN5) $(MAN7) $(MAN8) + for file in $(MAN1); do \ + $(RM) ../doc/help/man-`basename $$file .$(MAN1EXT)`.html; \ + done + for file in $(MAN5); do \ + $(RM) ../doc/help/man-`basename $$file .$(MAN5EXT)`.html; \ + done + for file in $(MAN7); do \ + $(RM) ../doc/help/man-`basename $$file .$(MAN7EXT)`.html; \ + done + for file in $(MAN8); do \ + $(RM) ../doc/help/man-`basename $$file .$(MAN8EXT)`.html; \ + done + + +# +# Dummy depend target... +# + +depend: + + +# +# Install files... +# + +install: all + $(INSTALL_DIR) -m 755 $(MANDIR)/man1 + for file in $(MAN1); do \ + echo Installing $$file in $(MANDIR)/man1...; \ + $(INSTALL_MAN) $$file $(MANDIR)/man1; \ + done + $(INSTALL_DIR) -m 755 $(MANDIR)/man5 + for file in $(MAN5); do \ + echo Installing $$file in $(MANDIR)/man5...; \ + $(INSTALL_MAN) $$file $(MANDIR)/man5; \ + done + $(INSTALL_DIR) -m 755 $(MANDIR)/man7 + for file in $(MAN7); do \ + echo Installing $$file in $(MANDIR)/man7...; \ + $(INSTALL_MAN) $$file $(MANDIR)/man7; \ + done + $(INSTALL_DIR) -m 755 $(AMANDIR)/man$(MAN8DIR) + for file in $(MAN8); do \ + echo Installing $$file in $(AMANDIR)/man$(MAN8DIR)...; \ + $(INSTALL_MAN) $$file $(AMANDIR)/man$(MAN8DIR); \ + done + $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) + $(LN) accept.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) + $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) + $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) + + +# +# Uninstall files... +# + +uninstall: + for file in $(MAN1); do \ + $(RM) $(MANDIR)/man1/$$file; \ + done + -$(RMDIR) $(MANDIR)/man1 + for file in $(MAN5); do \ + $(RM) $(MANDIR)/man5/$$file; \ + done + -$(RMDIR) $(MANDIR)/man5 + for file in $(MAN7); do \ + $(RM) $(MANDIR)/man7/$$file; \ + done + -$(RMDIR) $(MANDIR)/man7 + for file in $(MAN8); do \ + $(RM) $(AMANDIR)/man$(MAN8DIR)/$$file; \ + done + $(RM) $(AMANDIR)/man$(MAN8DIR)/reject.$(MAN8EXT) + $(RM) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) + -$(RMDIR) $(AMANDIR)/man$(MAN8DIR) + + +# +# Make html versions of man pages... +# + +html: $(MAN1) $(MAN5) $(MAN7) $(MAN8) mantohtml + echo Converting man pages to HTML... + for file in $(MAN1); do \ + echo " $$file..."; \ + ./mantohtml `basename $$file .$(MAN1EXT)`.man >../doc/help/man-`basename $$file .$(MAN1EXT)`.html; \ + done + for file in $(MAN5); do \ + echo " $$file..."; \ + ./mantohtml `basename $$file .$(MAN5EXT)`.man >../doc/help/man-`basename $$file .$(MAN5EXT)`.html; \ + done + for file in $(MAN7); do \ + echo " $$file..."; \ + ./mantohtml `basename $$file .$(MAN7EXT)`.man >../doc/help/man-`basename $$file .$(MAN7EXT)`.html; \ + done + for file in $(MAN8); do \ + echo " $$file..."; \ + ./mantohtml `basename $$file .$(MAN8EXT)`.man >../doc/help/man-`basename $$file .$(MAN8EXT)`.html; \ + done + +mantohtml: mantohtml.o + $(CC) $(LDFLAGS) -o $@ mantohtml.o + + +# +# End of "$Id$". +# diff --git a/man/accept.man b/man/accept.man new file mode 100644 index 0000000000..331d41f5b9 --- /dev/null +++ b/man/accept.man @@ -0,0 +1,88 @@ +.\" +.\" "$Id: accept.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" accept/reject man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH accept 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +accept/reject \- accept/reject jobs sent to a destination +.SH SYNOPSIS +.B accept +[ -E ] [ -U +.I username +] [ -h +.I hostname[:port] +] destination(s) +.br +.B reject +[ -E ] [ -U +.I username +] [ -h +.I hostname[:port] +] [ -r +.I reason +] destination(s) +.SH DESCRIPTION +\fIaccept\fR instructs the printing system to accept print jobs to the +specified destinations. +.LP +\fIreject\fR instructs the printing system to reject print jobs to the +specified destinations. The \fI-r\fR option sets the reason for rejecting +print jobs. If not specified the reason defaults to "Reason Unknown". +.SH OPTIONS +The following options are supported by both \fIaccept\fR and +\fIreject\fR: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-U username +.br +Sets the username that is sent when connecting to the server. +.TP 5 +-h hostname[:port] +.br +Chooses an alternate server. +.TP 5 +-r "reason" +.br +Sets the reason string that is shown for a printer that is +rejecting jobs. +.SH COMPATIBILITY +Unlike the System V printing system, CUPS allows printer names to +contain any printable character except SPACE, TAB, "/", or "#". +Also, printer and class names are \fInot\fR case-sensitive. +.LP +The CUPS versions of \fIaccept\fR and \fIreject\fR may ask the +user for an access password depending on the printing system +configuration. This differs from the System V versions which +require the root user to execute these commands. +.SH SEE ALSO +\fIcancel(1)\fR, \fIcupsenable(8)\fR, \fIlp(1)\fR, +\fIlpadmin(8)\fR, \fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: accept.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/backend.man b/man/backend.man new file mode 100644 index 0000000000..796a46f56f --- /dev/null +++ b/man/backend.man @@ -0,0 +1,188 @@ +.\" +.\" "$Id: backend.man 5313 2006-03-20 15:29:09Z mike $" +.\" +.\" Backend man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH backend 7 "Common UNIX Printing System" "20 March 2006" "Easy Software Products" + +.SH NAME +backend \- cups backend transmission interfaces + +.SH SYNOPSIS +.B backend +.br +.B backend +job user title num-copies options [ +.I filename +] + +.SH DESCRIPTION +Backends are a special type of \fIfilter(7)\fR which is used to +send print data to and discover different devices on the system. + +.LP +Like filters, backends must be capable of reading from a filename +on the command-line or from the standard input, copying the +standard input to a temporary file as required by the physical +interface. + +.LP +The command name (argv[0]) is set to the device URI of the +destination printer. Starting with CUPS 1.1.22, any +authentication information in argv[0] is removed, so +backend developers are urged to use the DEVICE_URI environment +variable whenever authentication information is required. The +CUPS API includes a \fIcupsBackendDeviceURI\fR function for +retrieving the correct device URI. + +.LP +Back-channel data from the device should be relayed to the job +filters by writing to file descriptor 3. The CUPS API includes +the \fIcupsBackChannelWrite\fR function for this purpose. + +.SH DEVICE DISCOVERY +When run with no arguments, the backend should list the devices +and schemes it supports or is advertising to stdout. The output +consists of zero or more lines consisting of any of the following +forms: + +.nf + device-class scheme "Unknown" "device-info" + device-class device-uri "device-make-and-model" "device-info" + device-class device-uri "device-make-and-model" "device-info" "device-id" +.fi + +.LP +The \fIdevice-class\fR field is one of the following values: + +.TP 5 +direct +.br +The device-uri refers to a specific direct-access device with no +options, such as a parallel, USB, or SCSI device. + +.TP 5 +file +.br +The device-uri refers to a file on disk. + +.TP 5 +network +.br +The device-uri refers to a networked device and conforms to the +general form for network URIs. + +.TP 5 +serial +.br +The device-uri refers to a serial device with configurable baud +rate and other options. If the device-uri contains a baud value, +it represents the maximum baud rate supported by the device. + +.LP +The \fIscheme\fR field provides the URI scheme that is supported +by the backend. Backends should use this form only when the +backend supports any URI using that scheme. The \fIdevice-uri\fR +field specifies the full URI to use when communicating with the +device. + +.LP +The \fIdevice-make-and-model\fR field specifies the make and +model of the device, e.g. "Acme Foojet 2000". If the make and +model is not known, you must report "Unknown". + +.LP +The \fIdevice-info\fR field specifies additional information +about the device. Typically this includes the make and model +along with the port number or network address, e.g. "Acme Foojet +2000 USB #1". + +.LP +The optional \fIdevice-id\fR field specifies the IEEE-1284 device +ID string for the device, which is used to select a matching +driver. + +.SH PERMISSIONS +Backends without world execute permissions are run as the root +user. Otherwise, the backend is run using the unprivileged user +account, typically "lp". + +.SH EXIT CODES +The following exit codes are defined for backends; C API +constants defined in the header file are defined +in parenthesis: + +.TP 5 +0 (CUPS_BACKEND_OK) +.br +The print file was successfully transmitted to the device or +remote server. + +.TP 5 +1 (CUPS_BACKEND_FAILED) +.br +The print file was not successfully transmitted to the device or +remote server. The scheduler will respond to this by canceling +the job, retrying the job, or stopping the queue depending on the +state of the error-policy attribute. + +.TP 5 +2 (CUPS_BACKEND_AUTH_REQUIRED) +.br +The print file was not successfully transmitted because valid +authentication information is required. The scheduler will +respond to this by holding the job and adding the +authentication-required job-reasons keyword. + +.TP 5 +3 (CUPS_BACKEND_HOLD) +.br +The print file was not successfully transmitted because it cannot +be printed at this time. The scheduler will respond to this by +holding the job. + +.TP 5 +4 (CUPS_BACKEND_STOP) +.br +The print file was not successfully transmitted because it cannot +be printed at this time. The scheduler will respond to this by +stopping the queue. + +.TP 5 +5 (CUPS_BACKEND_CANCEL) +.br +The print file was not successfully transmitted because one or +more attributes are not supported. The scheduler will respond to +this by canceling the job. + +.PP +All other exit code values are reserved. + +.SH SEE ALSO +\fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fIfilter(7)\fR +.br +http://localhost:631/help + +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: backend.man 5313 2006-03-20 15:29:09Z mike $". +.\" diff --git a/man/cancel.man b/man/cancel.man new file mode 100644 index 0000000000..8bb0fc42d2 --- /dev/null +++ b/man/cancel.man @@ -0,0 +1,84 @@ +.\" +.\" "$Id$" +.\" +.\" cancel man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cancel 1 "Common UNIX Printing System" "20 March 2006" "Easy Software Products" +.SH NAME +cancel - cancel jobs +.SH SYNOPSIS +.B cancel +[ -E ] [ -U +.I username +] [ -a ] [ -h +.I hostname[:port] +] [ -u +.I username +] [ +.I id +] [ +.I destination +] [ +.I destination-id +] +.SH DESCRIPTION +\fIcancel\fR cancels existing print jobs. The \fI-a\fR option will remove +all jobs from the specified destination. +.SH OPTIONS +The following options are recognized by \fIcancel\fR: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-U username +.br +Specifies the username to use when connecting to the server. +.TP 5 +-a +.br +Cancel all jobs on the named destination, or all jobs on all +destinations if none is provided. +.TP 5 +-h hostname[:port] +.br +Chooses an alternate server. +.TP 5 +-u username +.br +Cancels jobs owned by \fIusername\fR. +.SH COMPATIBILITY +Unlike the System V printing system, CUPS allows printer names to +contain any printable character except SPACE, TAB, "/", or "#". +Also, printer and class names are \fInot\fR case-sensitive. +.SH NOTES +Administrators wishing to prevent unauthorized cancellation of +jobs via the \fI-u\fR option should require authentication for +Cancel-Jobs operations in \fIcupsd.conf(5)\fR. +.SH SEE ALSO +\fIlp(1)\fR, \fIlpmove(8)\fR, \fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/classes.conf.man b/man/classes.conf.man new file mode 100644 index 0000000000..4df347aded --- /dev/null +++ b/man/classes.conf.man @@ -0,0 +1,127 @@ +.\" +.\" "$Id: classes.conf.man 5970 2006-09-19 20:11:08Z mike $" +.\" +.\" classes.conf man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH classes.conf 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +classes.conf \- class configuration file for cups +.SH DESCRIPTION +The \fIclasses.conf\fR file defines the local printer classes that are +available. It is normally located in the \fI/etc/cups\fR directory and +is generated automatically by the \fIcupsd(8)\fR program when printer +classes are added or deleted. +.LP +Each line in the file can be a configuration directive, a blank line, +or a comment. Comment lines start with the # character. +.SH DIRECTIVES +.TP 5 + ... +.br +Defines a specific printer class. +.TP 5 + ... +.br +Defines a default printer class. +.TP 5 +Accepting Yes +.TP 5 +Accepting No +.br +Specifies whether the printer is accepting new jobs. +.TP 5 +AllowUser [ user @group ... ] +.br +Allows specific users and groups to print to the printer. +.TP 5 +DenyUser [ user @group ... ] +.br +Prevents specific users and groups from printing to the printer. +.TP 5 +ErrorPolicy abort-job +.TP 5 +ErrorPolicy retry-job +.TP 5 +ErrorPolicy stop-printer +.br +Specifies the error policy for the printer. +.TP 5 +Info text +.br +Specifies human-readable text describing the printer. +.TP 5 +JobSheets banner banner +.br +Specifies the banner pages to use for the printer. +.TP 5 +KLimit number +.br +Specifies the job-k-limit value for the printer. +.TP 5 +Location text +.br +Specifies human-readable text describing the location of the printer. +.TP 5 +OpPolicy name +.br +Specifies the operation policy for the printer. +.TP 5 +PageLimit number +.br +Specifies the job-page-limit value for the printer. +.TP 5 +Printer +.br +Specifies a printer that is a member of the printer class. +.TP 5 +QuotaPeriod seconds +.br +Specifies the job-quota-period value for the printer. +.TP 5 +Shared Yes +.TP 5 +Shared No +.br +Specifies whether the printer is shared. +.TP 5 +State idle +.TP 5 +State stopped +.br +Specifies the initial state of the printer (Idle or Stopped) +.TP 5 +StateMessage text +.br +Specifies the message associated with the state. +.TP 5 +StateTime seconds +.br +Specifies the date/time associated with the state. +.SH SEE ALSO +\fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR, +\fImime.types(5)\fR, \fIprinters.conf(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: classes.conf.man 5970 2006-09-19 20:11:08Z mike $". +.\" diff --git a/man/client.conf.man.in b/man/client.conf.man.in new file mode 100644 index 0000000000..fa03970c24 --- /dev/null +++ b/man/client.conf.man.in @@ -0,0 +1,58 @@ +.\" +.\" "$Id$" +.\" +.\" client.conf man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH client.conf 5 "Common UNIX Printing System" "25 February 2006" "Easy Software Products" +.SH NAME +client.conf \- client configuration file for cups +.SH DESCRIPTION +The \fIclient.conf\fR file configures the CUPS client and is +normally located in the \fI@CUPS_SERVERROOT@\fR or \fI~/.cups\fR +directory. Each line in the file can be a configuration +directive, a blank line, or a comment. Comment lines start with +the # character. +.SH DIRECTIVES +The following directives are understood by the client. Consult the +on-line help for detailed descriptions: +.TP 5 +Encryption IfRequested +.TP 5 +Encryption Never +.TP 5 +Encryption Required +.br +Specifies the level of encryption that is required for a particular +location. +.TP 5 +ServerName hostname-or-ip-address[:port] +.TP 5 +ServerName /domain/socket +.br +Specifies the address and optionally the port to use when +connecting to the server +.SH SEE ALSO +http://localhost:631/help +.SH COPYRIGHT +Copyright 2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cups-config.man b/man/cups-config.man new file mode 100644 index 0000000000..bf08406602 --- /dev/null +++ b/man/cups-config.man @@ -0,0 +1,119 @@ +.\" +.\" "$Id: cups-config.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" cups-config man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cups-config 1 "Common UNIX Printing System" "11 February 2006" "Easy Software Products" +.SH NAME +cups-config \- get cups api, compiler, directory, and link information. +.SH SYNOPSIS +.B cups-config +--api-version +.br +.B cups-config +--cflags +.br +.B cups-config +--datadir +.br +.B cups-config +--help +.br +.B cups-config +--ldflags +.br +.B cups-config +[ +.I --image +] [ +.I --static +] --libs +.br +.B cups-config +--serverbin +.br +.B cups-config +--serverroot +.br +.B cups-config +--version +.br +.SH DESCRIPTION +\fBcups-config\fR is the CUPS program configuration utility. It should be +used by application developers to determine the necessary command-line +options for the compiler and linker, as well as determining installation +directories for filters, configuration files, and drivers. +.SH OPTIONS +.TP 5 +--api-version +.br +Displays the current API version (major.minor). +.TP 5 +--cflags +.br +Displays the necessary compiler options. +.TP 5 +--datadir +.br +Displays the default CUPS data directory. +.TP 5 +--help +.br +Displays the program usage message. +.TP 5 +--image +.br +When used with \fI--libs\fR, adds the CUPS imaging library to the +list or displayed libraries. +.TP 5 +--ldflags +.br +Displays the necessary linker options. +.TP 5 +--libs +.br +Displays the necessary librarys to link to. +.TP 5 +--serverbin +.br +Displays the default CUPS binary directory, +where filters and backends are stored. +.TP 5 +--serverroot +.br +Displays the default CUPS configuration file directory. +.TP 5 +--static +.br +When used with \fI--libs\fR, shows the static libraries instead +of the default (shared) libraries. +.TP 5 +--version +.br +Displays the full version number of the CUPS installation +(major.minor.patch). +.SH SEE ALSO +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: cups-config.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/cups-deviced.man.in b/man/cups-deviced.man.in new file mode 100644 index 0000000000..12a2187140 --- /dev/null +++ b/man/cups-deviced.man.in @@ -0,0 +1,53 @@ +.\" +.\" "$Id$" +.\" +.\" cups-deviced man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cups-deviced 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +cups-deviced \- cups device daemon +.SH SYNOPSIS +.B cups-deviced +.I request-id limit user-id options +.SH DESCRIPTION +\fIcups-deviced\fR polls the backends in +\fI@CUPS_SERVERBIN@/backend\fR for a list of available devices. +It is run by \fIcupsd(8)\fR in response to a +\fICUPS-Get-Devices\fR request. The output format is an IPP +response message. The \fIrequest-id\fR argument is the request ID +from the original IPP request, typically 1. The \Ilimit\fR +argument is the limit value from the original IPP request - 0 +means no limit. The \fIuser-id\fR argument is the +requesting-user-name value from the original IPP request. +Finally, the \fIoptions\fR argument is a space-delimited list of +attributes ("name=value name=value \...") that were passed in +with the request. Currently \fIcups-deviced\fR looks for the +\fIrequested-attributes\fR attribute and tailors the output +accordingly. +.SH SEE ALSO +backend(7), cupsd(8), cupsd.conf(5), +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cups-driverd.man.in b/man/cups-driverd.man.in new file mode 100644 index 0000000000..1c326a95ea --- /dev/null +++ b/man/cups-driverd.man.in @@ -0,0 +1,114 @@ +.\" +.\" "$Id$" +.\" +.\" cups-driverd man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cups-driverd 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +cups-driverd \- cups driver daemon +.SH SYNOPSIS +.B cups-driverd +cat +.I ppd-name +.br +.B cups-driverd +list +.I request_id limit options +.SH DESCRIPTION +\fIcups-driverd\fR shows or lists PPD files. It is run in +response to CUPS-Add-Modify-Printer or CUPS-Get-Devices requests. +The first form ("cups-driverd cat ppd-name") writes the named PPD +file to stdout. The output format is an uncompressed PPD file. +.LP +The second form lists the available manufacturers or PPD files to +stdout as indicated by the \fIoptions\fR argument. The output +format is an IPP response message. The \fIrequest_id\fR argument +is the request ID from the original IPP request, typically 1. The +\Ilimit\fR argument is the limit value from the original IPP +request - 0 means no limit. Finally, the \fIoptions\fR argument +is a space-delimited list of attributes ("name=value name=value +\...") that were passed in with the request. Currently +\fIcups-driverd\fR looks for the \fIppd-make\fR and +\fIrequested-attributes\fR attributes and tailors the output +accordingly. +.SH DRIVERS +Drivers can be static PPD files under the +\fI@CUPS_DATADIR@/model\fR directory or programs under the +\fI@CUPS_SERVERBIN@/driver\fR directory. Static PPD files must +conform to the Adobe PPD File Format Specification version 4.3 +and may be compressed using the \fIgzip(1)\fR program. Driver +programs must implement the command-line interface shown in the +next section. +.Sh DRIVER PROGRAMS +Driver programs provide an interface to dynamically-generated PPD +files. The following arguments are currently defined: +.TP 5 +drivername list +.br +Lists the supported PPD files to stdout. +.TP 5 +drivername cat ppdname +.br +Writes the named PPD file to stdout. +.Sh LISTING FILES (drivername list) +When run with the single argument "list", the program must list +the available PPD files it can generate to stdout using the +following format: +.nf + "drivername:ppdname" language "make" "make and model" "1284 device id" +.fi +.LP +\fIDrivername\fR is the name of the driver program. \fIPpdname\fR +is the name used to select the given driver. \fILanguage\fR is +the locale associated with the default language of the PPD file, +typically "en". \fIMake\fR is the Manufacturer name from the PPD +file. \fIMake and model\fR is the NickName name from the PPD +file. \fI1284 device id\fR is the 1284DeviceId from the PPD file, +if any. +.Sh WRITING FILES (drivername cat ppdname) +When the driver program is run with the "cat ppdname" arguments, +it must write the named PPD file to stdout, uncompressed. If the +named PPD file does not exist, the driver program must not write +any output to stdout and report the error to stderr instead. +.Sh DRIVER ERROR MESSAGES +Error messages can be relayed back to \fIcupsd\fR by writing them +to stderr. The following prefixes are recognized: +.TP 5 +DEBUG: [drivername] +.br +Debugging messages +.TP 5 +ERROR: [drivername] +.br +Error messages +.TP 5 +INFO: [drivername] +.br +Informational messages +.SH SEE ALSO +cupsd(8), cupsd.conf(5), cupstestppd(1), +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cups-lpd.man.in b/man/cups-lpd.man.in new file mode 100644 index 0000000000..2dc8895697 --- /dev/null +++ b/man/cups-lpd.man.in @@ -0,0 +1,127 @@ +.\" +.\" "$Id$" +.\" +.\" cups-lpd man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cups-lpd 8 "Common UNIX Printing System" "24 April 2006" "Easy Software Products" +.SH NAME +cups-lpd \- receive print jobs and report printer status to lpd clients +.SH SYNOPSIS +.B cups-lpd +[ -n ] [ -o +.I option=value +] +.SH DESCRIPTION +\fIcups-lpd\fR is the CUPS Line Printer Daemon ("LPD") +mini-server that supports legacy client systems that use the LPD +protocol. \fIcups-lpd\fR does not act as a standalone network +daemon but instead operates using the Internet "super-server" +\fIinetd(8)\fR or \fIxinetd(8)\fR. If you are using \fIinetd\fR, +add the following line to the \fIinetd.conf\fR file to enable the +\fIcups-lpd\fR mini-server: +.br +.nf + + printer stream tcp nowait lp @CUPS_SERVERBIN@/daemon/cups-lpd cups-lpd \\ + -o document-format=application/octet-stream +.fi +.LP +.LP +\fBNote:\fR If you are using Solaris 10 or higher, you must run +the \fIinetdconv(1m)\fR program to register the changes to the +inetd.conf file. +.LP +If you are using the newer \fIxinetd(8)\fR daemon, create a file +named \fI/etc/xinetd.d/cups\fR containing the following lines: +.br +.nf + + service printer + { + socket_type = stream + protocol = tcp + wait = no + user = lp + group = sys + passenv = + server = @CUPS_SERVERBIN@/daemon/cups-lpd + server_args = -o document-format=application/octet-stream + } +.fi +.SH OPTIONS +.TP 5 +-n +.br +Disables reverse address lookups; normally \fIcups-lpd\fR will +try to discover the hostname of the client via a reverse DNS +lookup. +.TP 5 +-o name=value +.br +Inserts options for all print queues. Most often this is used to +disable the "l" filter so that remote print jobs are filtered as +needed for printing; the examples in the previous section set the +"document-format" option to "application/octet-stream" which +forces autodetection of the print file format. +.SH PERFORMANCE +\fIcups-lpd\fR performs well with small numbers of clients and +printers. However, since a new process is created for each +connection and since each process must query the printing system +before each job submission, it does not scale to larger +configurations. We highly recommend that large configurations +use the native IPP support provided by CUPS instead. +.SH SECURITY +\fIcups-lpd\fR currently does not perform any access control +based on the settings in \fIcupsd.conf(5)\fR or in the +\fIhosts.allow(5)\fR or \fIhosts.deny(5)\fR files used by TCP +wrappers. Therefore, running \fIcups-lpd\fR on your server will +allow any computer on your network (and perhaps the entire +Internet) to print to your server. +.LP +While \fIxinetd\fR has built-in access control support, you +should use the TCP wrappers package with \fIinetd\fR to limit +access to only those computers that should be able to print +through your server. +.LP +\fIcups-lpd\fR is not enabled by the standard CUPS distribution. +Please consult with your operating system vendor to determine +whether it is enabled on your system. +.SH COMPATIBILITY +\fIcups-lpd\fR does not enforce the restricted source port +number specified in RFC 1179, as using restricted ports does not +prevent users from submitting print jobs. While this behavior is +different than standard Berkeley LPD implementations, it should +not affect normal client operations. +.LP +The output of the status requests follows RFC 2569, Mapping +between LPD and IPP Protocols. Since many LPD implementations +stray from this definition, remote status reporting to LPD +clients may be unreliable. +.SH SEE ALSO +\fIcups(1)\fR, \fIcupsd(8)\fR, \fIinetconv(1m)\fR, +\fIinetd(8)\fR, \fIxinetd(8)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cups-polld.man b/man/cups-polld.man new file mode 100644 index 0000000000..f75dbbc40a --- /dev/null +++ b/man/cups-polld.man @@ -0,0 +1,47 @@ +.\" +.\" "$Id: cups-polld.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" cups-polld man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cups-polld 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +cups-polld \- cups printer polling daemon +.SH SYNOPSIS +.B cups-polld +.I address ipp-port interval browse-port +.SH DESCRIPTION +\fIcups-polld\fR polls remote servers for a list of available +printers and printer classes every \fIinterval\fR seconds. +Printer and class information is then broadcast to the localhost +interface (127.0.0.1) on the specified browse port for reception +by \fIcupsd(8)\fR. +.PP +This program is started automatically by \fIcupsd\fR for every +\fIBrowsePoll\fR directive found in the \fIcupsd.conf(5)\fR file. +.SH SEE ALSO +\fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: cups-polld.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/cups-snmp.conf.man b/man/cups-snmp.conf.man new file mode 100644 index 0000000000..01f9c5d30d --- /dev/null +++ b/man/cups-snmp.conf.man @@ -0,0 +1,82 @@ +.\" +.\" "$Id$" +.\" +.\" snmp.conf man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH snmp.conf 5 "Common UNIX Printing System" "31 July 2006" "Easy Software Products" +.SH NAME +snmp.conf \- snmp configuration file for cups +.SH DESCRIPTION +The \fIsnmp.conf\fR file configures the CUPS SNMP printer +discovery backend and is normally located in the \fI/etc/cups\fR +directory. Each line in the file can be a configuration +directive, a blank line, or a comment. Comment lines start with +the # character. +.LP +The SNMP backend uses the SNMPv1 protocol to discover network +printers, collecting information from the Host MIB along with +intelligent port probes to determine the correct device URI and +make and model for each printer. Future versions of CUPS will +likely support the new Port Monitor MIB as well. +.SH DIRECTIVES +The following directives are understood by the SNMP backend. +Consult the on-line help for detailed descriptions: +.TP 5 +Address @IF(\fIname\fR) +.TP 5 +Address @LOCAL +.TP 5 +Address \fIaddress\fR +.br +Sends SNMP broadcast queries to the specified address(es). The +default address is "@LOCAL" which broadcasts to all LAN +interfaces. +.TP 5 +Community \fIname\fR +.br +Specifies a SNMP community to query. The default community is +"public". +.TP 5 +DebugLevel \fIN\fR +.br +Sets the debug logging level to \fIN\fR; 0 disables debug +logging, 1 enables basic logging, 2 displays SNMP values, and 3 +displays raw hex data. +.TP 5 +HostNameLookups on +.TP 5 +HostNameLookups off +.br +Specifies whether the addresses of printers should be converted +to hostnames or left as numeric IP addresses. The default is +"off". +.TP 5 +MaxRunTime \fIseconds\fR +.br +Specifies the maximum number of seconds that the SNMP backend +will scan the network for printers. +.SH SEE ALSO +http://localhost:631/help +.SH COPYRIGHT +Copyright 2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cupsaddsmb.man.in b/man/cupsaddsmb.man.in new file mode 100644 index 0000000000..0fc2ee6202 --- /dev/null +++ b/man/cupsaddsmb.man.in @@ -0,0 +1,219 @@ +.\" +.\" "$Id$" +.\" +.\" cupsaddsmb man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cupsaddsmb 8 "Common UNIX Printing System" "20 October 2006" "Easy Software Products" +.SH NAME +cupsaddsmb \- export printers to samba for windows clients + +.SH SYNOPSIS +.B cupsaddsmb +[ -H +.I samba-server +] [ -U +.I samba-user[%samba-password] +] [ -h +.I cups-server[:port] +] [ -v ] -a +.br +.B cupsaddsmb +[ -H +.I samba-server +] [ -U +.I samba-user[%samba-password] +] [ -h +.I cups-server[:port] +] [ -v ] printer [ ... printer ] + +.SH DESCRIPTION +\fIcupsaddsmb\fR exports printers to the SAMBA software (version +2.2.0 or higher) for use with Windows clients. Depending on the +SAMBA configuration, you may need to provide a password to +export the printers. This program requires the Windows printer +driver files described below. + +.SH OPTIONS +\fIcupsaddsmb\fR supports the following options: +.TP 5 +-H samba-server +.br +Specifies the SAMBA server which defaults to the CUPS server. +.TP 5 +-U samba-user[%samba-password] +.br +Specifies the SAMBA print admin username which defaults to your +current username. If the username contains a percent (%) +character, then the text following the percent is treated as the +SAMBA password to use. +.TP 5 +-a +.br +Exports all known printers. Otherwise only the named printers are +exported. +.TP 5 +-h cups-server[:port] +.br +Specifies a different CUPS server to use. +.TP 5 +-v +.br +Specifies that verbose information should be shown. This is +useful for debugging SAMBA configuration problems. + +.SH SAMBA CONFIGURATION +\fIcupsaddsmb\fR uses the new RPC-based printing support in +SAMBA 2.2.x to provide printer drivers and PPD files to Windows +client machines. In order to use this functionality, you must +first configure the SAMBA \fIsmb.conf(5)\fR file to support +printing through CUPS and provide a printer driver download +share, as follows: +.nf + + [global] + load printers = yes + printing = cups + printcap name = cups + + [printers] + comment = All Printers + path = /var/spool/samba + browseable = no + public = yes + guest ok = yes + writable = no + printable = yes + printer admin = root + + [print$] + comment = Printer Drivers + path = /etc/samba/drivers + browseable = yes + guest ok = no + read only = yes + write list = root +.fi +.LP +This configuration assumes a FHS-compliant installation of +SAMBA; adjust the [printers] and [print$] share paths +accordingly on your system as needed. + +.SH MICROSOFT POSTSCRIPT DRIVERS FOR WINDOWS +The base driver for Windows 2000 and higher is the Microsoft +PostScript driver, which is available on any system running +Windows 2000 or higher in the +%WINDIR%\\SYSTEM32\\SPOOL\\DRIVERS\\W32X86\\3 folder. +.LP +The CUPS printer driver is preferred over the Microsoft driver +since it supports the page-label, job-billing, and +job-hold-until options fully on all printers. However, currently +only Windows 2000 and higher is supported by the Microsoft +driver, so you will also need to get the Adobe driver to support +Windows 95, 98, and Me clients. The Adobe and Microsoft drivers +for Windows 2000 are identical. +.LP +Once you have extracted the driver files, copy them to the +\fI@CUPS_DATADIR@/drivers\fR directory exactly as named below: +.nf + + [Windows 2000 and higher] + ps5ui.dll + pscript.hlp + pscript.ntf + pscript5.dll +.fi +.LP +\fBNote:\fR Unlike Windows, case is significant - make sure that +you use the lowercase filenames shown above, otherwise +\fIcupsaddsmb\fR will fail to export the drivers. + +.SH CUPS POSTSCRIPT DRIVERS FOR WINDOWS +\fIcupsaddsmb\fR can use the CUPS v6 PostScript printer driver +for Windows, which is available for download from the CUPS web +site. +.LP +The CUPS printer driver is preferred over the Adobe and +Microsoft drivers since it supports the page-label, job-billing, +and job-hold-until options fully on all printers. However, +currently only Windows 2000 and higher is supported by the CUPS +driver, so you will also need to get the Adobe driver to support +Windows 95, 98, and Me clients. +.LP +Once you have extracted the driver files, copy them to the +\fI@CUPS_DATADIR@/drivers\fR directory exactly as named below: +.nf + + [Windows 2000 and higher] + cups6.inf (from www.cups.org) + cups6.ini (from www.cups.org) + cupsps6.dll (from www.cups.org) + cupsui6.dll (from www.cups.org) + ps5ui.dll (from your Windows system) + pscript.hlp (from your Windows system) + pscript.ntf (from your Windows system) + pscript5.dll (from your Windows system) +.fi +.LP +\fBNote:\fR Unlike Windows, case is significant - make sure that +you use the lowercase filenames shown above, otherwise +\fIcupsaddsmb\fR will fail to export the drivers. + +.SH ADOBE POSTSCRIPT DRIVERS FOR WINDOWS 95, 98, AND ME +\fIcupsaddsmb\fR can use the Adobe PostScript printer driver for +Windows 95, 98, and ME, which are available for download from the +Adobe web site (http://www.adobe.com). +.LP +The Adobe driver does not support the page-label, job-billing, or +job-hold-until options. +.LP +Once you have installed the driver on a Windows system, copy the +following files to the \fI@CUPS_DATADIR@/drivers\fR directory +exactly as named below: +.nf + + [Windows 95, 98, and Me] + ADFONTS.MFM + ADOBEPS4.DRV + ADOBEPS4.HLP + ICONLIB.DLL + PSMON.DLL +.fi +.LP +\fBNote:\fR Unlike Windows, case is significant - make sure that +you use the UPPERCASE filenames shown above, otherwise +\fIcupsaddsmb\fR will fail to export the drivers. + +.SH KNOWN ISSUES +\fIcupsaddsmb\fR currently only supports 32-bit x86 drivers on +Windows 2000 and higher. Support for 64-bit x86 drivers will be +added in a future release. + +.SH SEE ALSO +\fIsmbd(8)\fR, \fIsmb.conf(5)\fR, +http://localhost:631/help +.br +http://www.cups.org/windows/ + +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cupsd.conf.man.in b/man/cupsd.conf.man.in new file mode 100644 index 0000000000..d34c94b40a --- /dev/null +++ b/man/cupsd.conf.man.in @@ -0,0 +1,613 @@ +.\" +.\" "$Id$" +.\" +.\" cupsd.conf man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cupsd.conf 5 "Common UNIX Printing System" "6 June 2006" "Easy Software Products" +.SH NAME +cupsd.conf \- server configuration file for cups +.SH DESCRIPTION +The \fIcupsd.conf\fR file configures the CUPS scheduler, \fIcupsd(8)\fR. It +is normally located in the \fI@CUPS_SERVERROOT@\fR directory. +.LP +Each line in the file can be a configuration directive, a blank line, +or a comment. Comment lines start with the # character. The +configuration directives are intentionally similar to those used by the +popular Apache web server software and are described below. +.SH DIRECTIVES +The following directives are understood by \fIcupsd(8)\fR. Consult the +on-line help for detailed descriptions: +.TP 5 +AccessLog filename +.TP 5 +AccessLog syslog +.br +Defines the access log filename. +.TP 5 +Allow all +.TP 5 +Allow none +.TP 5 +Allow host.domain.com +.TP 5 +Allow *.domain.com +.TP 5 +Allow ip-address +.TP 5 +Allow ip-address/netmask +.TP 5 +Allow ip-address/mm +.TP 5 +Allow @IF(name) +.TP 5 +Allow @LOCAL +.br +Allows access from the named hosts or addresses. +.TP 5 +AuthClass User +.TP 5 +AuthClass Group +.TP 5 +AuthClass System +.br +Specifies the authentication class (User, Group, System) - +\fBthis directive is deprecated\fR. +.TP 5 +AuthGroupName group-name +.br +Specifies the authentication group - \fBthis directive is +deprecated\fR. +.TP 5 +AuthType None +.TP 5 +AuthType Basic +.TP 5 +AuthType BasicDigest +.TP 5 +AuthType Digest +.br +Specifies the authentication type (None, Basic, BasicDigest, Digest) +.TP 5 +AutoPurgeJobs Yes +.TP 5 +AutoPurgeJobs No +.br +Specifies whether to purge job history data automatically when +it is no longer required for quotas. +.TP 5 +BrowseAddress ip-address +.TP 5 +BrowseAddress @IF(name) +.TP 5 +BrowseAddress @LOCAL +.br +Specifies a broadcast address for outgoing printer information packets. +.TP 5 +BrowseAllow all +.TP 5 +BrowseAllow none +.TP 5 +BrowseAllow host.domain.com +.TP 5 +BrowseAllow *.domain.com +.TP 5 +BrowseAllow ip-address +.TP 5 +BrowseAllow ip-address/netmask +.TP 5 +BrowseAllow ip-address/mm +.TP 5 +BrowseAllow @IF(name) +.TP 5 +BrowseAllow @LOCAL +.br +Allows incoming printer information packets from the named host or address. +.TP 5 +BrowseDeny all +.TP 5 +BrowseDeny none +.TP 5 +BrowseDeny host.domain.com +.TP 5 +BrowseDeny *.domain.com +.TP 5 +BrowseDeny ip-address +.TP 5 +BrowseDeny ip-address/netmask +.TP 5 +BrowseDeny ip-address/mm +.TP 5 +BrowseDeny @IF(name) +.TP 5 +BrowseDeny @LOCAL +.br +Denies incoming printer information packets from the named host or address. +.TP 5 +BrowseInterval seconds +.br +Specifies the maximum interval between printer information broadcasts. +.TP 5 +BrowseOrder allow,deny +.TP 5 +BrowseOrder deny,allow +.br +Specifies the order of printer information access control (allow,deny or deny,allow) +.TP 5 +BrowsePoll host-or-ip-address +.br +Specifies a server to poll for printer information. +.TP 5 +BrowsePort port +.br +Specifies the port to listen to for printer information packets. +.TP 5 +BrowseProtocols [All] [CUPS] [DNSSD] [LDAP] [SLP] +.br +Specifies the protocols to use for printer browsing. +.TP 5 +BrowseLocalProtocols [All] [CUPS] [DNSSD] [LDAP] [SLP] +.br +Specifies the protocols to use for local printer browsing. +.TP 5 +BrowseRemoteProtocols [All] [CUPS] [DNSSD] [LDAP] [SLP] +.br +Specifies the protocols to use for remote printer browsing. +.TP 5 +BrowseRelay from-address to-address +.br +Specifies that printer information packets should be relayed from one host or +network to another. +.TP 5 +BrowseShortNames Yes +.TP 5 +BrowseShortNames No +.br +Specifies whether remote printers will use short names ("printer") or not +("printer@server"). This option is ignored if more than one remote printer +exists with the same name. +.TP 5 +BrowseTimeout seconds +.br +Specifies the maximum interval between printer information updates before +remote printers will be removed from the list of available printers. +.TP 5 +Browsing Yes +.TP 5 +Browsing No +.br +Specifies whether or not remote printer browsing should be enabled. +.TP 5 +Classification banner +.br +Specifies the security classification of the server. +.TP 5 +ClassifyOverride Yes +.TP 5 +ClassifyOverride No +.br +Specifies whether to allow users to override the classification +of individual print jobs. +.TP 5 +ConfigFilePerm mode +.br +Specifies the permissions for all configuration files that the scheduler +writes. +.TP 5 +DataDir path +.br +Specified the directory where data files can be found. +.TP 5 +DefaultAuthType Basic +.TP 5 +DefaultAuthType BasicDigest +.TP 5 +DefaultAuthType Digest +.br +Specifies the default type of authentication to use. +.TP 5 +DefaultCharset charset +.br +Specifies the default character set to use for text. +.TP 5 +DefaultLanguage locale +.br +Specifies the default language to use for text and web content. +.TP 5 +DefaultPolicy policy-name +.br +Specifies the default access policy to use. +.TP 5 +Deny all +.TP 5 +Deny none +.TP 5 +Deny host.domain.com +.TP 5 +Deny *.domain.com +.TP 5 +Deny ip-address +.TP 5 +Deny ip-address/netmask +.TP 5 +Deny ip-address/mm +.TP 5 +Deny @IF(name) +.TP 5 +Deny @LOCAL +.br +Denies access to the named host or address. +.TP 5 +DocumentRoot directory +.br +Specifies the root directory for the internal web server documents. +.TP 5 +Encryption IfRequested +.TP 5 +Encryption Never +.TP 5 +Encryption Required +.br +Specifies the level of encryption that is required for a particular +location. +.TP 5 +ErrorLog filename +.TP 5 +ErrorLog syslog +.br +Specifies the error log filename. +.TP 5 +FileDevice Yes +.TP 5 +FileDevice No +.br +Specifies whether the file pseudo-device can be used for new +printer queues. +.TP 5 +FilterLimit limit +.br +Specifies the maximum cost of filters that are run concurrently. +.TP 5 +FilterNice nice-value +.br +Specifies the scheduling priority ("nice" value) of filters that +are run to print a job. +.TP 5 +FontPath directory[:directory:...] +.br +Specifies the search path for fonts. +.TP 5 +Group group-name-or-number +.br +Specifies the group name or ID that will be used when executing +external programs. +.TP 5 +HideImplicitMembers Yes +.TP 5 +HideImplicitMembers No +.br +Specifies whether to hide members of implicit classes. +.TP 5 +HostNameLookups Yes +.TP 5 +HostNameLookups No +.TP 5 +HostNameLookups Double +.br +Specifies whether or not to do reverse lookups on client addresses. +.TP 5 +ImplicitAnyClasses Yes +.TP 5 +ImplicitAnyClasses No +.br +Specifies whether or not to create implicit classes for local and +remote printers, e.g. "AnyPrinter" from "Printer", "Printer@server1", +and "Printer@server2". +.TP 5 +ImplicitClasses Yes +.TP 5 +ImplicitClasses No +.br +Specifies whether or not to create implicit classes from identical +remote printers. +.TP 5 +Include filename +.br +Includes the named file. +.TP 5 +JobRetryInterval seconds +.br +Specifies the interval between retries of jobs in seconds. +.TP 5 +JobRetryLimit count +.br +Specifies the number of retries that are done for jobs. +.TP 5 +KeepAlive Yes +.TP 5 +KeepAlive No +.br +Specifies whether to support HTTP keep-alive connections. +.TP 5 +KeepAliveTimeout seconds +.br +Specifies the amount of time that connections are kept alive. +.TP 5 + ... +.br +Specifies the IPP operations that are being limited inside a policy. +.TP 5 + ... +.TP 5 + ... +.br +Specifies the HTTP methods that are being limited inside a location. +.TP 5 +LimitRequestBody +.br +Specifies the maximum size of any print job request. +.TP 5 +Listen ip-address:port +.TP 5 +Listen *:port +.TP 5 +Listen /path/to/domain/socket +.br +Listens to the specified address and port or domain socket path. +.TP 5 + ... +.br +Specifies access control for the named location. +.TP 5 +LogFilePerm mode +.br +Specifies the permissions for all log files that the scheduler writes. +.TP 5 +LogLevel alert +.TP 5 +LogLevel crit +.TP 5 +LogLevel debug2 +.TP 5 +LogLevel debug +.TP 5 +LogLevel emerg +.TP 5 +LogLevel error +.TP 5 +LogLevel info +.TP 5 +LogLevel none +.TP 5 +LogLevel notice +.TP 5 +LogLevel warn +.br +Specifies the logging level for the ErrorLog file. +.TP 5 +MaxClients number +.br +Specifies the maximum number of simultaneous clients to support. +.TP 5 +MaxClientsPerHost number +.br +Specifies the maximum number of simultaneous clients to support from a +single address. +.TP 5 +MaxCopies number +.br +Specifies the maximum number of copies that a user can print of each job. +.TP 5 +MaxJobs number +.br +Specifies the maximum number of simultaneous jobs to support. +.TP 5 +MaxJobsPerPrinter number +.br +Specifies the maximum number of simultaneous jobs per printer to support. +.TP 5 +MaxJobsPerUser number +.br +Specifies the maximum number of simultaneous jobs per user to support. +.TP 5 +MaxLogSize number-bytes +.br +Specifies the maximum size of the log files before they are +rotated (0 to disable rotation) +.TP 5 +MaxRequestSize number-bytes +.br +Specifies the maximum request/file size in bytes (0 for no limit) +.TP 5 +Order allow,deny +.TP 5 +Order deny,allow +.br +Specifies the order of HTTP access control (allow,deny or deny,allow) +.TP 5 +PageLog filename +.TP 5 +PageLog syslog +.br +Specifies the page log filename. +.TP 5 +PassEnv variable [... variable] +.br +Passes the specified environment variable(s) to child processes. +.TP 5 + ... +.br +Specifies access control for the named policy. +.TP 5 +Port number +.br +Specifies a port number to listen to for HTTP requests. +.TP 5 +PreserveJobFiles Yes +.TP 5 +PreserveJobFiles No +.br +Specifies whether or not to preserve job files after they are printed. +.TP 5 +PreserveJobHistory Yes +.TP 5 +PreserveJobHistory No +.br +Specifies whether or not to preserve the job history after they are +printed. +.TP 5 +Printcap +.TP 5 +Printcap filename +.br +Specifies the filename for a printcap file that is updated +automatically with a list of available printers (needed for +legacy applications); specifying Printcap with no filename +disables printcap generation. +.TP 5 +PrintcapFormat bsd +.TP 5 +PrintcapFormat solaris +.br +Specifies the format of the printcap file. +.TP 5 +PrintcapGUI +.TP 5 +PrintcapGUI gui-program-filename +.br +Specifies whether to generate option panel definition files on +some operating systems. When provided with no program filename, +disables option panel definition files. +.TP 5 +ReloadTimeout seconds +.br +Specifies the amount of time to wait for job completion before +restarting the scheduler. +.TP 5 +RemoteRoot user-name +.br +Specifies the username that is associated with unauthenticated root +accesses. +.TP 5 +RequestRoot directory +.br +Specifies the directory to store print jobs and other HTTP request +data. +.TP 5 +Require group group-name-list +.TP 5 +Require user user-name-list +.TP 5 +Require valid-user +.br +Specifies that user or group authentication is required. +.TP 5 +RIPCache bytes +.br +Specifies the maximum amount of memory to use when converting images +and PostScript files to bitmaps for a printer. +.TP 5 +Satisfy all +.TP 5 +Satisfy any +.br +Specifies whether all or any limits set for a Location must be +satisfied to allow access. +.TP 5 +ServerAdmin user@domain.com +.br +Specifies the email address of the server administrator. +.TP 5 +ServerBin directory +.br +Specifies the directory where backends, CGIs, daemons, and filters may +be found. +.TP 5 +ServerCertificate filename +.br +Specifies the encryption certificate to use. +.TP 5 +ServerKey filename +.br +Specifies the encryption key to use. +.TP 5 +ServerName hostname-or-ip-address +.br +Specifies the fully-qualified hostname of the server. +.TP 5 +ServerRoot directory +.br +Specifies the directory where the server configuration files can be found. +.TP 5 +ServerTokens Full +.TP 5 +ServerTokens Major +.TP 5 +ServerTokens Minimal +.TP 5 +ServerTokens Minor +.TP 5 +ServerTokens None +.TP 5 +ServerTokens OS +.TP 5 +ServerTokens ProductOnly +.br +Specifies what information is included in the Server header of HTTP +responses. +.TP 5 +SetEnv variable value +.br +Set the specified environment variable to be passed to child processes. +.TP 5 +SSLListen +.br +Listens on the specified address and port for encrypted connections. +.TP 5 +SSLPort +.br +Listens on the specified port for encrypted connections. +.TP 5 +SystemGroup group-name [group-name ...] +.br +Specifies the group(s) to use for System class authentication. +.TP 5 +TempDir directory +.br +Specifies the directory where temporary files are stored. +.TP 5 +Timeout seconds +.br +Specifies the HTTP request timeout in seconds. +.TP 5 +User user-name +.br +Specifies the user name or ID that is used when running external programs. +.SH SEE ALSO +\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fImime.convs(5)\fR, +\fImime.types(5)\fR, \fIprinters.conf(5)\fR, +\fIsubscriptions.conf(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cupsd.man.in b/man/cupsd.man.in new file mode 100644 index 0000000000..2e4539e1d3 --- /dev/null +++ b/man/cupsd.man.in @@ -0,0 +1,78 @@ +.\" +.\" "$Id$" +.\" +.\" cupsd man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cupsd 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +cupsd \- common unix printing system daemon +.SH SYNOPSIS +.B cupsd +[ -c +.I config-file +] [ -f ] [ -F ] [ -h ] [ -l ] +.SH DESCRIPTION +\fIcupsd\fR is the scheduler for the Common UNIX Printing System. It +implements a printing system based upon the Internet Printing Protocol, +version 1.1. If no options are specified on the command-line then the +default configuration file \fI@CUPS_SERVERROOT@/cupsd.conf\fR will be +used. +.SH OPTIONS +.TP 5 +-c config-file +.br +Uses the named configuration file. +.TP 5 +-f +.br +Run \fIcupsd\fR in the foreground; the default is to run in the +background as a "daemon". +.TP 5 +-F +.br +Run \fIcupsd\fR in the foreground but detach the process from the +controlling terminal and current directory. This is useful for +running \fIcupsd\fR from \fIinit(8)\fR. +.TP 5 +-h +.br +Shows the program usage. +.TP 5 +-l +.br +This option is passed to \fIcupsd\fR when it is run from +\fIlaunchd(8)\fR. +.SH COMPATIBILITY +\fIcupsd\fR implements all of the required IPP/1.1 attributes and +operations. It also implements several CUPS-specific administration +operations. +.SH SEE ALSO +\fIbackend(7)\fR, \fIclasses.conf(5)\fR, \fIcups-deviced(8)\fR, +\fIcups-driverd(8)\fR, \fIcups-lpd(8)\fR, \fIcups-polld(8)\fR, +\fIcupsd.conf(5)\fR, \fIfilter(7)\fR, \fIlaunchd(8)\fR, +\fImime.convs(5)\fR, \fImime.types(5)\fR, \fIprinters.conf(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cupsenable.man b/man/cupsenable.man new file mode 100644 index 0000000000..e446991fc8 --- /dev/null +++ b/man/cupsenable.man @@ -0,0 +1,93 @@ +.\" +.\" "$Id: cupsenable.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" cupsenable/cupsdisable man page for the Common UNIX Printing System +.\" (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cupsenable 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +cupsdisable, cupsenable \- stop/start printers and classes +.SH SYNOPSIS +.B cupsdisable +[ -E ] [-U +.I username +] [ -c ] [ -h +.I server[:port] +] [ -r +.I reason +] destination(s) +.br +.B cupsenable +[ -E ] [-U +.I username +] [ -c ] [ -h +.I server[:port] +] destination(s) +.SH DESCRIPTION +\fIcupsenable\fR starts the named printers or classes. +.LP +\fIcupsdisable\fR stops the named printers or classes. The +following options may be used: +.TP 5 +-E +.br +Forces encryption of the connection to the server. +.TP 5 +-U username +.br +Uses the specified username when connecting to the server. +.TP 5 +-c +.br +Cancels all jobs on the named destination. +.TP 5 +-h server[:port] +.br +Uses the specified server and port. +.TP 5 +-r "reason" +.br +Sets the message associated with the stopped state. If no reason is specified +then the message is set to "Reason Unknown". +.SH COMPATIBILITY +Unlike the System V printing system, CUPS allows printer names to +contain any printable character except SPACE, TAB, "/", or "#". +Also, printer and class names are \fInot\fR case-sensitive. +.LP +The System V versions of these commands are \fIdisable\fR and +\fIenable\fR. They have been renamed to avoid conflicts with the +\fIbash(1)\fR build-in command of the same name. +.LP +The CUPS versions of \fIdisable\fR and \fIenable\fR may ask the +user for an access password depending on the printing system +configuration. This differs from the System V versions which +require the root user to execute these commands. +.SH SEE ALSO +\fIaccept(8)\fR, \fIcancel(1)\fR, \fIlp(1)\fR, \fIlpadmin(8)\fR, +\fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. + +.\" +.\" End of "$Id: cupsenable.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/cupstestdsc.man b/man/cupstestdsc.man new file mode 100644 index 0000000000..62db95e1f7 --- /dev/null +++ b/man/cupstestdsc.man @@ -0,0 +1,59 @@ +.\" +.\" "$Id: cupstestdsc.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" cupstestdsc man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cupstestdsc 1 "Common UNIX Printing System" "20 March 2006" "Easy Software Products" +.SH NAME +cupstestdsc \- test conformance of postscript files +.SH SYNOPSIS +.B cupstestdsc +[ -h ] filename.ps [ ... +.I filenameN.ps +] +.br +.B cupstestdsc +[ -h ] - +.SH DESCRIPTION +\fIcupstestdsc\fR tests the conformance of PostScript files to +the Adobe PostScript Language Document Structuring Conventions +Specification version 3.0. The results of testing and any other +output are sent to the standard output. The second form of the +command reads PostScript from the standard input. +.SH LIMITATIONS +\fIcupstestdsc\fR only validates the DSC comments in a PostScript +file and does not attempt to validate the PostScript code itself. +Developers must ensure that the PostScript they generate follows +the rules defined by Adobe. Specifically, all pages must be +independent of each other, code outside page descriptions may not +affect the graphics state (current font, color, transform matrix, +etc.), and device-specific commands such as setpagedevice should +not be used. +.SH SEE ALSO +http://localhost:631/help +.br +Adobe PostScript Language Document Structuring Conventions +Specification, Version 3.0. +.SH COPYRIGHT +Copyright 2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/cupstestppd.man b/man/cupstestppd.man new file mode 100644 index 0000000000..149ddbf94a --- /dev/null +++ b/man/cupstestppd.man @@ -0,0 +1,115 @@ +.\" +.\" "$Id: cupstestppd.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" cupstestppd man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH cupstestppd 1 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +cupstestppd \- test conformance of ppd files +.SH SYNOPSIS +.B cupstestppd +[ -q ] [-r] [ -v[v] ] filename.ppd[.gz] [ ... filenameN.ppd[.gz] ] +.br +.B cupstestppd +[ -q ] [-r] [ -v[v] ] - +.SH DESCRIPTION +\fIcupstestppd\fR tests the conformance of PPD files to the +Adobe PostScript Printer Description file format specification +version 4.3. It can also be used to list the supported options +and available fonts in a PPD file. The results of testing and +any other output are sent to the standard output. +.LP +The first form of \fIcupstestppd\fR tests one or more PPD files +on the command-line. The second form tests the PPD file provided +on the standard input. +.SH OPTIONS +\fIcupstestppd\fR supports the following options: +.TP 5 +-q +.br +Specifies that no information should be displayed. +.TP 5 +-r +.br +Relaxes the PPD conformance requirements so that common +whitespace, control character, and formatting problems are not +treated as hard errors. +.TP 5 +-v +.br +Specifies that detailed conformance testing results should be +displayed rather than the concise PASS/FAIL/ERROR status. +.TP 5 +-vv +.br +Specifies that all information in the PPD file should be +displayed in addition to the detailed conformance testing +results. +.LP +The \fI-q\fR, \fI-v\fR, and \fI-vv\fR options are mutually exclusive. +.SH EXIT STATUS +\fIcupstestppd\fR returns zero on success and non-zero on error. The +error codes are as follows: +.TP 5 +1 +.br +Bad command-line arguments or missing PPD filename. +.TP 5 +2 +.br +Unable to open or read PPD file. +.TP 5 +3 +.br +The PPD file contains format errors that cannot be skipped. +.TP 5 +4 +.br +The PPD file does not conform to the Adobe PPD specification. +.SH EXAMPLES +The following command will test all PPD files under the current +directory and print the names of each file that does not +conform: +.nf + + find . -name \\*.ppd \\! -exec cupstestppd -q '{}' \\; -print + +.fi +The next command tests all PPD files under the current directory +and print detailed conformance testing results for the files +that do not conform: +.nf + + find . -name \\*.ppd \\! -exec cupstestppd -q '{}' \\; \\ + -exec cupstestppd -v '{}' \\; + +.fi +.SH SEE ALSO +\fIlpadmin(8)\fR, +.br +http://localhost:631/help +.br +Adobe PostScript Printer Description File Format Specification, Version 4.3. +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: cupstestppd.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/filter.man b/man/filter.man new file mode 100644 index 0000000000..d3537d40a8 --- /dev/null +++ b/man/filter.man @@ -0,0 +1,230 @@ +.\" +.\" "$Id: filter.man 5327 2006-03-23 19:53:24Z mike $" +.\" +.\" filter man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH filter 7 "Common UNIX Printing System" "23 March 2006" "Easy Software Products" +.SH NAME +filter \- cups file conversion filter interface +.SH SYNOPSIS +.B filter +job user title num-copies options [ +.I filename +] +.SH DESCRIPTION +The CUPS filter interface provides a standard method for adding support for +new document types to CUPS. Each filter is capable of converting from one +or more input formats to another format that can either be printed directly +or piped into another filter to get it to a printable format. +.LP +Filters \fBmust\fR be capable of reading from a filename on the command-line +or from the standard input, copying the standard input to a temporary +file as required by the file format. All output \fBmust\fR be sent to the +standard output. +.LP +The command name (argv[0]) is set to the name of the destination printer. +.SH LOG MESSAGES +Messages sent to stderr are generally logged to +printer-state-message attribute and the current \fIErrorLog\fR. +Each line begins with a standard prefix: + +.TP 5 +ALERT: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "alert" log level. + +.TP 5 +ATTR: attribute=value [attribute=value] +.br +Sets the named job attribute(s). Typically this will be used to +set the job-remote-id attribute. + +.TP 5 +CRIT: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "critical" log level. + +.TP 5 +DEBUG: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "debug" log level. + +.TP 5 +DEBUG2: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "debug2" log level. + +.TP 5 +EMERG: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "emergency" log level. + +.TP 5 +ERROR: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "error" log level. + +.TP 5 +INFO: message +.br +Sets the printer-state-message attribute. If the current \fILogLevel\fR +is set to "debug2", also adds the specified message to the +current \fIErrorLog\fR using the "info" log level. + +.TP 5 +NOTICE: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "notice" log level. + +.TP 5 +PAGE: page-number #-copies +.TP 5 +PAGE: #-pages total +.br +Adds an entry to the current \fIPageLog\fR. The first form adds +#-copies to the job-media-sheets-completed attribute. The second +form sets the job-media-sheets-completed attribute to #-pages. + +.TP 5 +STATE: printer-state-reason [printer-state-reason ...] +.TP 5 +STATE: + printer-state-reason [printer-state-reason ...] +.TP 5 +STATE: - printer-state-reason [printer-state-reason ...] +.br +Sets, adds, or removes printer-state-reason keywords to the +current queue. Typically this is used to indicate media, ink, and +toner conditions on a printer. + +.TP 5 +WARNING: message +.br +Sets the printer-state-message attribute and adds the specified +message to the current \fIErrorLog\fR using the "warning" log level. + +.SH ENVIRONMENT VARIABLES +The following environment variables are defined by the CUPS +server when executing the filter: + +.TP 5 +CHARSET +.br +The default text character set, typically utf-8. + +.TP 5 +CLASS +.br +When a job is submitted to a printer class, contains the name of +the destination printer class. Otherwise this environment +variable will not be set. + +.TP 5 +CONTENT_TYPE +.br +The MIME type associated with the file (e.g. +application/postscript). + +.TP 5 +CUPS_DATADIR +.br +The directory where data files can be found. + +.TP 5 +CUPS_SERVERROOT +.br +The root directory of the server. + +.TP 5 +DEVICE_URI +.br +The device-uri associated with the printer. + +.TP 5 +FINAL_CONTENT_TYPE +.br +The MIME type associated with the printer (e.g. +application/vnd.cups-postscript). + +.TP 5 +LANG +.br +The default language locale (typically C or en). + +.TP 5 +PATH +.br +The standard execution path for external programs that may be run by +the filter. + +.TP 5 +PPD +.br +The full pathname of the PostScript Printer Description (PPD) +file for this printer. + +.TP 5 +PRINTER +.br +The name of the printer. + +.TP 5 +RIP_CACHE +.br +The recommended amount of memory to use for Raster Image +Processors (RIPs). + +.TP 5 +SOFTWARE +.br +The name and version number of the server (typically CUPS/1.2). + +.TP 5 +TZ +.br +The timezone of the server. + +.TP 5 +USER +.br +The user executing the filter, typically "lp" or "root"; consult the +\fIcupsd.conf(5)\fR file for the current setting. + +.SH COMPATIBILITY +While the filter interface is compatible with System V interface +scripts, it will only work with the System V interface script as the +only filter. Typically the interface script will be provided via the +\fIlpadmin(8)\fR command using the \fI-i\fR option. +.SH SEE ALSO +\fIbackend(1)\fR, \fIcupsd(8)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: filter.man 5327 2006-03-23 19:53:24Z mike $". +.\" diff --git a/man/lp.man b/man/lp.man new file mode 100644 index 0000000000..87ff04e673 --- /dev/null +++ b/man/lp.man @@ -0,0 +1,252 @@ +.\" +.\" "$Id: lp.man 5327 2006-03-23 19:53:24Z mike $" +.\" +.\" lp man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lp 1 "Common UNIX Printing System" "23 March 2006" "Easy Software Products" +.SH NAME +lp - print files +.SH SYNOPSIS +.B lp +[ -E ] [ -U +.I username +] [ -c ] [ -d +.I destination[/instance] +] [ -h +.I hostname[:port] +] [ -m ] [ -n +.I num-copies +] [ -o +.I option[=value] +] [ -q +.I priority +] [ -s ] [ -t +.I title +] [ -H +.I handling +] [ -P +.I page-list +] [ -- ] [ +.I file(s) +] +.br +.B lp +[ -E ] [ -U +.I username +] [ -c ] [ -h +.I hostname[:port] +] [ -i +.I job-id +] [ -n +.I num-copies +] [ -o +.I option[=value] +] [ -q +.I priority +] [ -t +.I title +] [ -H +.I handling +] [ -P +.I page-list +] +.SH DESCRIPTION +\fIlp\fR submits files for printing or alters a pending job. Use +a filename of "-" to force printing from the standard input. +.SH OPTIONS +The following options are recognized by \fIlp\fR: +.TP 5 +-- +.br +Marks the end of options; use this to print a file whose name +begins with a dash (-). +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-U username +.br +Specifies the username to use when connecting to the server. +.TP 5 +-c +.br +This option is provided for backwards-compatibility only. On +systems that support it, this option forces the print file to be +copied to the spool directory before printing. In CUPS, print +files are always sent to the scheduler via IPP which has the +same effect. +.TP 5 +-d destination +.br +Prints files to the named printer. +.TP 5 +-h hostname[:port] +.br +Chooses an alternate server. +.TP 5 +-i job-id +.br +Specifies an existing job to modify. +.TP 5 +-m +.br +Sends an email when the job is completed. +.TP 5 +-n copies +.br +Sets the number of copies to print from 1 to 100. +.TP 5 +-o "name=value [name=value ...]" +.br +Sets one or more job options. +.TP 5 +-q priority +.br +Sets the job priority from 1 (lowest) to 100 (highest). The +default priority is 50. +.TP 5 +-s +.br +Do not report the resulting job IDs (silent mode.) +.TP 5 +-t "name" +.br +Sets the job name. +.TP 5 +-u username +.br +Submits jobs as \fIusername\fR. +.TP 5 +-H hh:mm +.TP 5 +-H hold +.TP 5 +-H immediate +.TP 5 +-H restart +.TP 5 +-H resume +.br +Specifies when the job should be printed. A value of +\fIimmediate\fR will print the file immediately, a value of +\fIhold\fR will hold the job indefinitely, and a time value +(HH:MM) will hold the job until the specified time. Use a value +of \fIresume\fR with the \fI-i\fR option to resume a held job. +Use a value of \fIrestart\fR with the \fI-i\fR option to restart +a completed job. +.TP 5 +-P page-list +.br +Specifies which pages to print in the document. The list can +contain a list of numbers and ranges (#-#) separated by commas +(e.g. 1,3-5,16). +.SH COMMON JOB OPTIONS +Aside from the printer-specific options reported by the +\fIlpoptions(1)\fR command, the following generic options are +available: +.TP 5 +-o media=size +.br +Sets the page size to \fIsize\fR. Most printers support at least +the size names "a4", "letter", and "legal". +.TP 5 +-o landscape +.TP 5 +-o orientation-requested=4 +.br +Prints the job in landscape (rotated 90 degrees). +.TP 5 +-o sides=one-sided +.TP 5 +-o sides=two-sided-long-edge +.TP 5 +-o sides=two-sided-short-edge +.br +Prints on one or two sides of the paper. The value +"two-sided-long-edge" is normally used when printing portrait +(unrotated) pages, while "two-sided-short-edge" is used for +landscape pages. +.TP 5 +-o fitplot +.br +Scales the print file to fit on the page. +.TP 5 +-o scaling=number +.br +Scales image files to use up to \fInumber\fR percent of the page. +Values greater than 100 cause the image file to be printed across +multiple pages. +.TP 5 +-o cpi=N +.br +Sets the number of characters per inch to use when printing a +text file. The default is 10. +.TP 5 +-o lpi=N +.br +Sets the number of lines per inch to use when printing a text +file. The default is 6. +.TP 5 +-o page-bottom=N +.TP 5 +-o page-left=N +.TP 5 +-o page-right=N +.TP 5 +-o page-top=N +.br +Sets the page margins when printing text files. The values are in +points - there are 72 points to the inch. +.SH EXAMPLES +Print a double-sided legal document to a printer called "foo": +.nf + lp -d foo -o media=legal -o sides=two-sided-long-edge filename +.fi +.LP +Print an image across 4 pages: +.nf + lp -d bar -o scaling=200 filename +.fi +.LP +Print a text file with 12 characters per inch, 8 lines per inch, and +a 1 inch left margin: +.nf + lp -d bar -o cpi=12 -o lpi=8 -o page-left=72 filename +.fi +.SH COMPATIBILITY +Unlike the System V printing system, CUPS allows printer names to +contain any printable character except SPACE, TAB, "/", or "#". +Also, printer and class names are \fInot\fR case-sensitive. +.LP +The "q" option accepts a different range of values than the +Solaris lp command, matching the IPP job priority values (1-100, +100 is highest priority) instead of the Solaris values (0-39, 0 +is highest priority). +.SH SEE ALSO +\fIcancel(1)\fR, \fIlpmove(8)\fR, \fIlpoptions(1)\fR, \fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lp.man 5327 2006-03-23 19:53:24Z mike $". +.\" diff --git a/man/lpadmin.man b/man/lpadmin.man new file mode 100644 index 0000000000..82677fcb68 --- /dev/null +++ b/man/lpadmin.man @@ -0,0 +1,209 @@ +.\" +.\" "$Id: lpadmin.man 5970 2006-09-19 20:11:08Z mike $" +.\" +.\" lpadmin man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpadmin 8 "Common UNIX Printing System" "13 July 2006" "Easy Software Products" +.SH NAME +lpadmin \- configure cups printers and classes +.SH SYNOPSIS +.B lpadmin +[ -E ] [-U +.I username +] [ -h +.I server[:port] +] -d +.I destination +.br +.B lpadmin +[ -E ] [-U +.I username +] [ -h +.I server[:port] +] -p +.I printer option(s) +.br +.B lpadmin +[ -E ] [-U +.I username +] [ -h +.I server[:port] +] -x +.I destination +.SH DESCRIPTION +\fIlpadmin\fR configures printer and class queues provided by +CUPS. It can also be used to set the server default printer or +class. +.LP +When specified before the \fI-d\fR, \fI-p\fR, or \fI-x\fR +options, the \fI-E\fR option forces encryption when connecting to +the server. +.LP +The first form of the command (\fI-d\fR) sets the default printer +or class to \fIdestination\fR. Subsequent print jobs submitted +via the \fIlp(1)\fR or \fIlpr(1)\fR commands will use this +destination unless the user specifies otherwise with the +\fIlpoptions(1)\fR command. +.LP +The second form of the command (\fI-p\fR) configures the named +printer. The additional options are described below. +.LP +The third form of the command (\fI-x\fR) deletes the printer or +class \fIdestination\fR. Any jobs that are pending for the +destination will be removed and any job that is currently printed +will be aborted. +.SH CONFIGURATION OPTIONS +The following options are recognized when configuring a printer +queue: +.TP 5 +-c class +.br +Adds the named \fIprinter\fR to \fIclass\fR. If \fIclass\fR does +not exist it is created automatically. +.TP 5 +-i interface +.br +Sets a System V style interface script for the printer. This +option cannot be specified with the \fI-P\fR option (PPD file) +and is intended for providing support for legacy printer drivers. +.TP 5 +-m model +.br +Sets a standard System V interface script or PPD file from the +\fImodel\fR directory. +.TP 5 +-o name=value +.br +Sets a PPD or server option for the printer. PPD options can be +listed using the \fI-l\fR option with the \fIlpoptions(1)\fR +command. +.TP 5 +-o job-k-limit=value +.br +Sets the kilobyte limit for per-user quotas. The value is an +integer number of kilobytes; one kilobyte is 1024 bytes. +.TP 5 +-o job-page-limit=value +.br +Sets the page limit for per-user quotas. The value is the integer +number of pages that can be printed; double-sided pages are +counted as two pages. +.TP 5 +-o job-quota-period=value +.br +Sets the accounting period for per-user quotas. The value is an +integer number of seconds; 86,400 seconds are in one day. +.TP 5 +-o job-sheets-default=banner +.TP 5 +-o job-sheets-default=banner,banner +.br +Sets the default banner page(s) to use for print jobs. +.TP 5 +-o port-monitor=name +.br +Sets the binary communications program to use when printing, +"none", "bcp", or "tbcp". The default program is "none". +.TP 5 +-o printer-error-policy=name +.br +Sets the error policy to be used when the printer backend is +unable to send the job to the printer. The name must be one of +"abort-job", "retry-job" or "stop-printer". The default error +policy is "stop-printer". +.TP 5 +-o printer-is-shared=true/false +.br +Sets the printer to shared/published or unshared/unpublished. +Shared/published printers are publically announced by the server +on the LAN based on the browsing configuration in +\fBcupsd.conf\fR, while unshared/unpublished printers are not +announced. The default value is "true". +.TP 5 +-o printer-op-policy=name +.br +Sets the IPP operation policy associated with the printer. The +name must be defined in the \fBcupsd.conf\fR in a Policy section. +The default operation policy is "default". +.TP 5 +-r class +.br +Removes the named \fIprinter\fR from \fIclass\fR. If the +resulting class becomes empty it is removed. +.TP 5 +-u allow:user,user,@group +.TP 5 +-u deny:user,user,@group +.TP 5 +-u allow:all +.TP 5 +-u deny:none +.br +Sets user-level access control on a printer. Names starting with +"@" are interpreted as UNIX groups. The latter two forms turn +user-level access control off. +.TP 5 +-v "device-uri" +.br +Sets the \fIdevice-uri\fR attribute of the printer queue. If +\fIdevice-uri\fR is a filename it is automatically converted to +the form \fIfile:///file/name\fR. Use the \fIlpinfo(8)\fR command +to get a list of supported device URIs and schemes. +.TP 5 +-D "info" +.br +Provides a textual description of the printer. +.TP 5 +-E +.br +Enables the printer and accepts jobs; this is the same as running the +\fIaccept(8)\fR and \fIcupsenable(8)\fR programs on the printer. +.TP 5 +-L "location" +.br +Provides a textual location of the printer. +.TP 5 +-P ppd-file +.br +Specifies a PostScript Printer Description file to use with the +printer. If specified, this option overrides the \fI-i\fR option +(interface script). +.SH COMPATIBILITY +Unlike the System V printing system, CUPS allows printer names to +contain any printable character except SPACE, TAB, "/", or "#". +Also, printer and class names are \fInot\fR case-sensitive. +Finally, the CUPS version of \fIlpadmin\fR may ask the user for +an access password depending on the printing system +configuration. This differs from the System V version which +requires the root user to execute this command. +.SH LIMITATIONS +The CUPS version of \fIlpadmin\fR does not support all of the +System V or Solaris printing system configuration options. +.SH SEE ALSO +\fIaccept(8)\fR, \fIcupsenable(8)\fR, \fIlpinfo(8)\fR, +\fIlpoptions(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lpadmin.man 5970 2006-09-19 20:11:08Z mike $". +.\" diff --git a/man/lpc.man b/man/lpc.man new file mode 100644 index 0000000000..f183f3de66 --- /dev/null +++ b/man/lpc.man @@ -0,0 +1,80 @@ +.\" +.\" "$Id: lpc.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" lpc man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpc 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +lpc \- line printer control program +.SH SYNOPSIS +.B lpc +[ +.I command +[ +.I parameter(s) +] ] +.SH DESCRIPTION +\fIlpc\fR provides limited control over printer and class queues +provided by CUPS. It can also be used to query the state of +queues. +.LP +If no command is specified on the command-line, \fRlpc\fR will +display a prompt and accept commands from the standard input. +.SH COMMANDS +The \fIlpc\fR program accepts a subset of commands accepted by +the Berkeley \fIlpc\fR program of the same name: +.TP 5 +exit +.br +Exits the command interpreter. +.TP 5 +help [command] +.TP 5 +? [command] +.br +Displays a short help message. +.TP 5 +quit +.br +Exits the command interpreter. +.TP 5 +status [queue] +.br +Displays the status of one or more printer or class queues. +.SH LIMITATIONS +Since \fIlpc\fR is geared towards the Berkeley printing system, +it is impossible to use \fIlpc\fR to configure printer or class +queues provided by CUPS. To configure printer or class queues +you must use the \fIlpadmin(8)\fR command or another +CUPS-compatible client with that functionality. +.SH COMPATIBILITY +The CUPS version of \fIlpc\fR does not implement all of the +standard Berkeley or LPRng commands. +.SH SEE ALSO +\fIaccept(8)\fR, \fIcancel(1)\fR, \fIcupsenable(8)\fR, +\fIlp(1)\fR, \fIlpr(1)\fR, \fIlprm(1)\fR, \fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lpc.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/lpinfo.man b/man/lpinfo.man new file mode 100644 index 0000000000..3d8fdfb990 --- /dev/null +++ b/man/lpinfo.man @@ -0,0 +1,74 @@ +.\" +.\" "$Id: lpinfo.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" lpinfo man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpinfo 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +lpinfo \- show available devices or drivers +.SH SYNOPSIS +.B lpinfo +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] [ -l ] -m +.br +.B lpinfo +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] [ -l ] -v +.SH DESCRIPTION +\fIlpinfo\fR lists the available devices or drivers known to the +CUPS server. The first form (\fI-m\fR) lists the available +drivers, while the second form (\fI-v\fR) lists the available +devices. +.SH OPTIONS +\fIlpinfo\fR accepts the following options: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-U username +.br +Sets the username to use when connecting to the server. +.TP 5 +-h server[:port] +.br +Selects an alternate server. +.TP 5 +-l +.br +Shows a "long" listing of devices or drivers. +.SH COMPATIBILITY +The \fIlpinfo\fR command is unique to CUPS. +.SH SEE ALSO +\fIlpadmin(8)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lpinfo.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/lpmove.man b/man/lpmove.man new file mode 100644 index 0000000000..e2f05b99a0 --- /dev/null +++ b/man/lpmove.man @@ -0,0 +1,75 @@ +.\" +.\" "$Id: lpmove.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" lpmove man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpmove 8 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +lpmove \- move a job or all jobs to a new destination +.SH SYNOPSIS +.B lpmove +[ -E ] [ -h +.I server[:port] +] [ -U +.I username +] +.I job destination +.br +.B lpmove +[ -E ] [ -h +.I server[:port] +] [ -U +.I username +] +.I source destination +.SH DESCRIPTION +\fBlpmove\fR moves the specified \fIjob\fR or all jobs from +\fIsource\fR to \fIdestination\fR. \fIjob\fR can be the job ID +number or the old destination and job ID: +.br +.nf + + lpmove 123 newprinter + lpmove oldprinter-123 newprinter +.fi +.SH OPTIONS +The \fIlpmove\fR command supports the following options: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-U username +.br +Specifies an alternate username. +.TP 5 +-h server[:port] +.br +Specifies an alternate server. +.SH SEE ALSO +\fIcancel(1)\fR, \fIlp(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lpmove.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/lpoptions.man.in b/man/lpoptions.man.in new file mode 100644 index 0000000000..b0cc64fffb --- /dev/null +++ b/man/lpoptions.man.in @@ -0,0 +1,144 @@ +.\" +.\" "$Id$" +.\" +.\" lpoptions man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpoptions 1 "Common UNIX Printing System" "20 March 2006" "Easy Software Products" +.SH NAME +lpoptions \- display or set printer options and defaults +.SH SYNOPSIS +.B lpoptions +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] -d +.I destination[/instance] +[ -o +.I option[=value] +] ... [ -o +.I option[=value] +] +.br +.B lpoptions +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] [ -p +.I destination[/instance] +] -l +.br +.B lpoptions +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] [ -o +.I option[=value] +] ... [ -o +.I option[=value] +] [ -p +.I destination[/instance] +] -r +.I option +.br +.B lpoptions +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] -x +.I destination[/instance] +.SH DESCRIPTION +\fIlpoptions\fR displays or sets printer options and defaults. +\fIlpoptions\fR shows the default printer options when run with no +arguments. Other options include: +.TP 5 +-E +.br +Enables encryption when communicating with the CUPS server. +.TP 5 +-U username +.br +Uses an alternate username. +.TP 5 +-d destination[/instance] +.br +Sets the default printer to \fIdestination\fR. If \fIinstance\fR +is supplied then that particular instance is used. This option +overrides the system default printer for the current user. +.TP 5 +-h server[:port] +.br +Uses an alternate server. +.TP 5 +-l +.br +Lists the printer specific options and their current settings. +.TP 5 +-o option[=value] +.br +Specifies a new option for the named destination. +.TP 5 +-p destination[/instance] +.br +Sets the destination and instance, if specified, for any options +that follow. If the named instance does not exist then it is +created. +.TP 5 +-r option +.br +Removes the specified option for the named destination. +.TP 5 +-x destination[/instance] +.br +Removes the options for the named destination and instance, if +specified. If the named instance does not exist then this does +nothing. +.LP +If no options are specified using the \fI-o\fR option, then the +current options for the named printer are reported on the +standard output. +.LP +Options set with the \fIlpoptions\fR command are used by the +\fIlp(1)\fR and \fIlpr(1)\fR commands when submitting jobs. +.SH ROOT ACCOUNT OPTIONS +When run by the root user, \fIlpoptions\fR gets and sets default +options and instances for \fIall users\fR in the +@CUPS_SERVERROOT@/lpoptions file. +.SH COMPATIBILITY +The \fIlpoptions\fR command is unique to CUPS. +.SH FILES +~/.cups/lpoptions - user defaults and instances created by non-root +users. +.br +@CUPS_SERVERROOT@/lpoptions - system-wide defaults and instances +created by the root user. +.SH SEE ALSO +\fIcancel(1)\fR, \fIlp(1)\fR, \fIlpr(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/lppasswd.man b/man/lppasswd.man new file mode 100644 index 0000000000..f1d8c79c5b --- /dev/null +++ b/man/lppasswd.man @@ -0,0 +1,70 @@ +.\" +.\" "$Id: lppasswd.man 5313 2006-03-20 15:29:09Z mike $" +.\" +.\" lpadmin man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lppasswd 1 "Common UNIX Printing System" "20 March 2006" "Easy Software Products" +.SH NAME +lppasswd \- add, change, or delete digest passwords. +.SH SYNOPSIS +.B lppasswd +[ +.I username +] +.br +.B lppasswd +-a [ -g +.I groupname +] +.I username +.br +.B lppasswd +-x +.I username +.SH DESCRIPTION +\fIlppasswd\fR adds, changes, or deletes passwords in the CUPS +digest password file, \fIpasswd.md5\fR. When run by a normal +user, \fIlppasswd\fR will prompt for the old and new passwords. +When run by the super-user, \fIlppasswd\fR can add new accounts +(\fI-a username\fR), change existing accounts (\fIusername\fR), +or delete accounts (\fI-x username\fR) in the digest password +file. Digest usernames do not have to match local UNIX usernames. +.SH OPTIONS +\fIlppasswd\fR supports the following options: +.TP 5 +-g groupname +.br +Specifies a group other than the default system group. +.SH SECURITY ISSUES +The \fIlppasswd\fR command is installed setuid to root. While +every attempt has been made to make it secure against exploits +that could grant super-user privileges to unprivileged users, +paranoid system administrators may wish to disable or change the +ownership of the program to an unprivileged account. +.SH SEE ALSO +\fIlp(1)\fR, \fIlpr(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lppasswd.man 5313 2006-03-20 15:29:09Z mike $". +.\" diff --git a/man/lpq.man b/man/lpq.man new file mode 100644 index 0000000000..c59bf0b840 --- /dev/null +++ b/man/lpq.man @@ -0,0 +1,81 @@ +.\" +.\" "$Id: lpq.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" lpq man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpq 1 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +lpq \- show printer queue status +.SH SYNOPSIS +.B lpq +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] [ -P +.I destination[/instance] +] [ -a ] [ -l ] [ +.I +interval +] +.SH DESCRIPTION +\fIlpq\fR shows the current print queue status on the named +printer. Jobs queued on the default destination will be shown if +no printer or class is specified on the command-line. +.LP +The \fI+interval\fR option allows you to continuously report the +jobs in the queue until the queue is empty; the list of jobs is +show one every \fIinterval\fR seconds. +.SH OPTIONS +\fIlpq\fR supports the following options: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-P destination[/instance] +.br +Specifies an alternate printer or class name. +.TP 5 +-U username +.br +Specifies an alternate username. +.TP 5 +-a +.br +Reports jobs on all printers. +.TP 5 +-h server[:port] +.br +Specifies an alternate server. +.TP 5 +-l +.br +Requests a more verbose (long) reporting format. +.SH SEE ALSO +\fIcancel(1)\fR, \fIlp(1)\fR, \fIlpr(1)\fR, \fIlprm(1)\fR, +\fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lpq.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/lpr.man b/man/lpr.man new file mode 100644 index 0000000000..6f6798b148 --- /dev/null +++ b/man/lpr.man @@ -0,0 +1,127 @@ +.\" +.\" "$Id: lpr.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" lpr man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpr 1 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +lpr \- print files +.SH SYNOPSIS +.B lpr +[ -E ] [ -H +.I server[:port] +] [ -U +.I username +] [ -P +.I destination[/instance] +] [ -# +.I num-copies +[ -h ] [ -l ] [ -m ] [ -o +.I option[=value] +] [ -p] [ -q ] [ -r ] [ -C/J/T +.I title +] [ +.I file(s) +] +.SH DESCRIPTION +\fIlpr\fR submits files for printing. Files named on the command +line are sent to the named printer (or the system default +destination if no destination is specified). If no files are +listed on the command-line, \fIlpr\fR reads the print file from +the standard input. +.SH OPTIONS +The following options are recognized by \fIlpr\fR: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-H server[:port] +.br +Specifies an alternate server. +.TP 5 +-C "name" +.TP 5 +-J "name" +.TP 5 +-T "name" +.br +Sets the job name. +.TP 5 +-P destination[/instance] +.br +Prints files to the named printer. +.TP 5 +-U username +.br +Specifies an alternate username. +.TP 5 +-# \fIcopies\fR +.br +Sets the number of copies to print from 1 to 100. +.TP 5 +-h +.br +Disables banner printing. This option is equivalent to "-o +job-sheets=none". +.TP 5 +-l +.br +Specifies that the print file is already formatted for the +destination and should be sent without filtering. This option is +equivalent to "-o raw". +.TP 5 +-m +.br +Send an email on job completion. +.TP 5 +-o option[=value] +.br +Sets a job option. +.TP 5 +-p +.br +Specifies that the print file should be formatted with a shaded +header with the date, time, job name, and page number. This +option is equivalent to "-o prettyprint" and is only useful when +printing text files. +.TP 5 +-q +.br +Hold job for printing. +.TP 5 +-r +.br +Specifies that the named print files should be deleted after +printing them. +.SH COMPATIBILITY +The "c", "d", "f", "g", "i", "n", "t", "v", and "w" options +are not supported by CUPS and produce a warning message if used. +.SH SEE ALSO +\fIcancel(1)\fR, \fIlp(1)\fR, \fIlpq(1)\fR, \fIlprm(1)\fR, +\fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lpr.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/lprm.man b/man/lprm.man new file mode 100644 index 0000000000..723a008082 --- /dev/null +++ b/man/lprm.man @@ -0,0 +1,74 @@ +.\" +.\" "$Id: lprm.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" lprm man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lprm 1 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +lprm \- cancel print jobs +.SH SYNOPSIS +.B lprm +[ -E ] [ -U +.I username +] [ -h +.I server[:port] +] [ -P +.I destination[/instance] +] [ - ] [ +.I job ID(s) +] +.SH DESCRIPTION +\fIlprm\fR cancels print jobs that have been queued for printing. +If no arguments are supplied, the current job on the default +destination is cancelled. You can specify one or more job ID +numbers to cancel those jobs or use the \fI-\fR option to cancel +all jobs. +.SH OPTIONS +The \fIlprm\fR command supports the following options: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-P destination[/instance] +.br +Specifies the destination printer or class. +.TP 5 +-U username +.br +Specifies an alternate username. +.TP 5 +-h server[:port] +.br +Specifies and alternate server. +.SH COMPATIBILITY +The CUPS version of \fIlprm\fR is compatible with the standard +Berkeley \fIlprm\fR command. +.SH SEE ALSO +\fIcancel(1)\fR, \fIlp(1)\fR, \fIlpq(1)\fR, \fIlpr(1)\fR, +\fIlpstat(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lprm.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/lpstat.man b/man/lpstat.man new file mode 100644 index 0000000000..239b8d5cd6 --- /dev/null +++ b/man/lpstat.man @@ -0,0 +1,148 @@ +.\" +.\" "$Id: lpstat.man 5327 2006-03-23 19:53:24Z mike $" +.\" +.\" lpstat man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH lpstat 1 "Common UNIX Printing System" "23 March 2006" "Easy Software Products" +.SH NAME +lpstat \- print cups status information +.SH SYNOPSIS +.B lpstat +[ -E ] [ -U +.I username +] [ -h +.I hostname[:port] +] [ -l ] [ -W +.I which-jobs +] [ -a [ +.I destination(s) +] ] [ -c [ +.I class(es) +] ] [ -d ] [ -o [ +.I destination(s) +] ] [ -p [ +.I printer(s) +] ] [ -r ] [ -R ] [ -s ] [ -t ] [ -u [ +.I user(s) +] ] [ -v [ +.I printer(s) +] ] +.SH DESCRIPTION +\fIlpstat\fR displays status information about the current +classes, jobs, and printers. When run with no arguments, +\fIlpstat\fR will list jobs queued by the current user. +.SH OPTIONS +The \fIlpstat\fR command supports the following options: +.TP 5 +-E +.br +Forces encryption when connecting to the server. +.TP 5 +-R +.br +Shows the ranking of print jobs. +.TP 5 +-U username +.br +Specifies an alternate username. +.TP 5 +-W which-jobs +.br +Specifies which jobs to show, \fIcompleted\fR or +\fInot-completed\fR (the default). This option \fImust\fR appear +before the \fI-o\fR option and/or any printer names, otherwise +the default (not-completed) value will be used in the request to +the scheduler. +.TP 5 +-a [printer(s)] +.br +Shows the accepting state of printer queues. If no printers are +specified then all printers are listed. +.TP 5 +-c [class(es)] +.br +Shows the printer classes and the printers that belong to them. +If no classes are specified then all classes are listed. +.TP 5 +-d +.br +Shows the current default destination. +.TP 5 +-h server[:port] +.br +Specifies an alternate server. +.TP 5 +-l +.br +Shows a long listing of printers, classes, or jobs. +.TP 5 +-o [destination(s)] +.br +Shows the jobs queue on the specified destinations. If no destinations are +specified all jobs are shown. +.TP 5 +-p [printer(s)] +.br +Shows the printers and whether or not they are enabled for printing. If +no printers are specified then all printers are listed. +.TP 5 +-r +.br +Shows whether the CUPS server is running. +.TP 5 +-s +.br +Shows a status summary, including the default destination, a +list of classes and their member printers, and a list of printers and +their associated devices. This is equivalent to using the "-d", "-c", +and "-v" options. +.TP 5 +-t +.br +Shows all status information. This is equivalent to using the "-r", +"-d", "-c", "-v", "-a", "-p", and "-o" options. +.TP 5 +-u [user(s)] +.br +Shows a list of print jobs queued by the specified users. If no users +are specified, lists the jobs queued by the current user. +.TP 5 +-v [printer(s)] +.br +Shows the printers and what device they are attached to. If no printers +are specified then all printers are listed. +.SH COMPATIBILITY +Unlike the System V printing system, CUPS allows printer names to +contain any printable character except SPACE, TAB, "/", and "#". +Also, printer and class names are \fInot\fR case-sensitive. +.LP +The "-h", "-E", "-U", and "-W" options are unique to CUPS. +.LP +The Solaris "-f", "-P", and "-S" options are silently ignored. +.SH SEE ALSO +\fIcancel(1)\fR, \fIlp(1)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: lpstat.man 5327 2006-03-23 19:53:24Z mike $". +.\" diff --git a/man/mailto.conf.man b/man/mailto.conf.man new file mode 100644 index 0000000000..5e0371fc76 --- /dev/null +++ b/man/mailto.conf.man @@ -0,0 +1,69 @@ +.\" +.\" "$Id$" +.\" +.\" mailto.conf man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH mailto.conf 5 "Common UNIX Printing System" "12 July 2006" "Easy Software Products" +.SH NAME +mailto.conf \- configuration file for cups email notifier +.SH DESCRIPTION +The \fImailto.conf\fR file defines the local mail server and +email notification preferences for CUPS. +.LP +Each line in the file can be a configuration directive, a blank line, +or a comment. Comment lines start with the # character. +.SH DIRECTIVES +.TP 5 +Cc \fIcc-address@domain.com\fR +.br +Specifies an additional recipient for all email notifications. +.TP 5 +From \fIfrom-address@domain.com\fR +.br +Specifies the sender of email notifications. +.TP 5 +Sendmail \fIsendmail command and options\fR +.br +Specifies the sendmail command to use when sending email +notifications. Only one \fISendmail\fR or \fISMTPServer\fR line +may be present in the \fImailto.conf\fR file. If multiple lines +are present, only the last one is used. +.TP 5 +SMTPServer \fIservername\fR +.br +Specifies a SMTP server to send email notifications to. Only one +\fISendmail\fR or \fISMTPServer\fR line may be present in the +\fImailto.conf\fR file. If multiple lines are present, only the +last one is used. +.TP 5 +Subject \fIsubject-prefix\fR +.br +Specifies a prefix string for the subject line of an email notification. +.SH SEE ALSO +\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, +\fImime.convs(5)\fR, \fImime.types(5)\fR, \fIprinters.conf(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id$". +.\" diff --git a/man/mantohtml.c b/man/mantohtml.c new file mode 100644 index 0000000000..6da2dda30c --- /dev/null +++ b/man/mantohtml.c @@ -0,0 +1,729 @@ +/* + * "$Id$" + * + * Man page to HTML conversion program. + * + * Copyright 2004-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Convert a man page to HTML. + * putc_entity() - Put a single character, using entities as needed. + * strmove() - Move characters within a string. + */ + +/* + * Include necessary headers. + */ + +#include +#include +#include + + +/* + * Local functions... + */ + +static void putc_entity(int ch, FILE *fp); +static void strmove(char *d, const char *s); + + +/* + * 'main()' - Convert a man page to HTML. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + FILE *infile, /* Input file */ + *outfile; /* Output file */ + char line[1024], /* Line from file */ + *lineptr, /* Pointer into line */ + *endptr, /* Pointer to end of current */ + endchar, /* End character */ + *paren, /* Pointer to parenthesis */ + name[1024]; /* Man page name */ + int section, /* Man page section */ + pre, /* Preformatted */ + font, /* Current font */ + blist, /* In a bullet list? */ + list, /* In a list? */ + linenum; /* Current line number */ + const char *post; /* Text to add after the current line */ + static const char /* Start/end tags for fonts */ + * const start_fonts[] = { "", "", "" }, + * const end_fonts[] = { "", "", "" }; + + /* + * Check arguments... + */ + + if (argc > 3) + { + fputs("Usage: mantohtml [filename.man [filename.html]]\n", stderr); + return (1); + } + + /* + * Open files as needed... + */ + + if (argc > 1) + { + if ((infile = fopen(argv[1], "r")) == NULL) + { + perror(argv[1]); + return (1); + } + } + else + infile = stdin; + + if (argc > 2) + { + if ((outfile = fopen(argv[2], "w")) == NULL) + { + perror(argv[2]); + fclose(infile); + return (1); + } + } + else + outfile = stdout; + + /* + * Read from input and write the output... + */ + + fputs("\n" + "\n" + "\n" + "\n" + "\t\n", outfile); + + blist = 0; + font = 0; + list = 0; + linenum = 0; + pre = 0; + post = NULL; + section = -1; + + while (fgets(line, sizeof(line), infile)) + { + linenum ++; + + if (line[0] == '.') + { + /* + * Strip leading whitespace... + */ + + while (line[1] == ' ' || line[1] == '\t') + strmove(line + 1, line + 2); + + /* + * Process man page commands... + */ + + if (!strncmp(line, ".TH ", 4) && section < 0) + { + /* + * Grab man page title... + */ + + sscanf(line + 4, "%s%d", name, §ion); + + fprintf(outfile, + "\t%s(%d)\n" + "\n" + "\n" + "%s", + name, section, start_fonts[font]); + } + else if (section < 0) + continue; + else if (!strncmp(line, ".SH ", 4) || !strncmp(line, ".Sh ", 4)) + { + /* + * Grab heading... + */ + + int first = 1; + + fputs(end_fonts[font], outfile); + + if (blist) + { + fputs("\n\n", outfile); + blist = 0; + } + + if (list) + { + if (list == 1) + fputs("\n", outfile); + else if (list) + fputs("\n", outfile); + + fputs("\n", outfile); + list = 0; + } + + line[strlen(line) - 1] = '\0'; /* Strip LF */ + + if (line[2] == 'H') + fputs("

", outfile); + + for (lineptr = line + 4; *lineptr; lineptr ++) + if (*lineptr == '\"') + continue; + else if (*lineptr == ' ') + { + putc_entity(' ', outfile); + + first = 1; + } + else + { + if (first) + putc_entity(*lineptr, outfile); + else + putc_entity(tolower(*lineptr), outfile); + + first = 0; + } + + if (line[2] == 'H') + fprintf(outfile, "

\n%s", start_fonts[font]); + else + fprintf(outfile, "\n%s", start_fonts[font]); + } + else if (!strncmp(line, ".LP", 3) || !strncmp(line, ".PP", 3)) + { + /* + * New paragraph... + */ + + fputs(end_fonts[font], outfile); + + if (blist) + { + fputs("\n\n", outfile); + blist = 0; + } + + if (list) + { + if (list == 1) + fputs("\n", outfile); + else if (list) + fputs("\n", outfile); + + fputs("\n", outfile); + list = 0; + } + + fputs("

", outfile); + font = 0; + } + else if (!strncmp(line, ".TP ", 4)) + { + /* + * Grab list... + */ + + fputs(end_fonts[font], outfile); + + if (blist) + { + fputs("\n\n", outfile); + blist = 0; + } + + if (!list) + fputs("

\n", outfile); + else if (list == 1) + fputs("\n", outfile); + else if (list) + fputs("\n", outfile); + + fputs("
", outfile); + list = 1; + font = 0; + } + else if (!strncmp(line, ".br", 3)) + { + /* + * Grab line break... + */ + + if (list == 1) + { + fputs("
\n
", outfile); + list = 2; + } + else if (list) + fputs("
\n
", outfile); + else + fputs("
\n", outfile); + } + else if (!strncmp(line, ".de ", 4)) + { + /* + * Define macro - ignore... + */ + + while (fgets(line, sizeof(line), infile)) + { + linenum ++; + + if (!strncmp(line, "..", 2)) + break; + } + } + else if (!strncmp(line, ".RS", 3)) + { + /* + * Indent... + */ + + fputs("
\n", outfile); + } + else if (!strncmp(line, ".RE", 3)) + { + /* + * Unindent... + */ + + fputs("
\n", outfile); + } + else if (!strncmp(line, ".ds ", 4) || !strncmp(line, ".rm ", 4) || + !strncmp(line, ".tr ", 4) || !strncmp(line, ".hy ", 4) || + !strncmp(line, ".IX ", 4) || !strncmp(line, ".PD", 3) || + !strncmp(line, ".Sp", 3)) + { + /* + * Ignore unused commands... + */ + } + else if (!strncmp(line, ".Vb", 3) || !strncmp(line, ".nf", 3)) + { + /* + * Start preformatted... + */ + + pre = 1; + fputs("
\n", outfile);
+      }
+      else if (!strncmp(line, ".Ve", 3) || !strncmp(line, ".fi", 3))
+      {
+       /*
+        * End preformatted...
+	*/
+
+        if (pre)
+	{
+          pre = 0;
+	  fputs("
\n", outfile); + } + } + else if (!strncmp(line, ".IP \\(bu", 8)) + { + /* + * Bullet list... + */ + + if (blist) + fputs("\n", outfile); + else + { + fputs("
    \n", outfile); + blist = 1; + } + + fputs("
  • ", outfile); + } + else if (!strncmp(line, ".IP ", 4)) + { + /* + * Indented paragraph... + */ + + if (blist) + { + fputs("
  • \n
\n", outfile); + blist = 0; + } + + fputs("

", outfile); + + for (lineptr = line + 4; isspace(*lineptr); lineptr ++); + + if (*lineptr == '\"') + { + strmove(line, lineptr + 1); + + if ((lineptr = strchr(line, '\"')) != NULL) + *lineptr = '\0'; + } + else + { + strmove(line, lineptr); + + if ((lineptr = strchr(line, ' ')) != NULL) + *lineptr = '\0'; + } + + /* + * Process the text as if it was in-line... + */ + + post = "\n
\n
"; + goto process_text; + } + else if (!strncmp(line, ".\\}", 3)) + { + /* + * Ignore close block... + */ + } + else if (!strncmp(line, ".ie", 3) || !strncmp(line, ".if", 3) || + !strncmp(line, ".el", 3)) + { + /* + * If/else - ignore... + */ + + if (strchr(line, '{') != NULL) + { + /* + * Skip whole block... + */ + + while (fgets(line, sizeof(line), infile)) + { + linenum ++; + + if (strchr(line, '}') != NULL) + break; + } + } + } +#if 0 + else if (!strncmp(line, ". ", 4)) + { + /* + * Grab ... + */ + } +#endif /* 0 */ + else if (!strncmp(line, ".B ", 3)) + { + /* + * Grab bold text... + */ + + fprintf(outfile, "%s%s%s", end_fonts[font], line + 3, + start_fonts[font]); + } + else if (!strncmp(line, ".I ", 3)) + { + /* + * Grab italic text... + */ + + fprintf(outfile, "%s%s%s", end_fonts[font], line + 3, + start_fonts[font]); + } + else if (strncmp(line, ".\\\"", 3)) + { + /* + * Unknown... + */ + + if ((lineptr = strchr(line, ' ')) != NULL) + *lineptr = '\0'; + else if ((lineptr = strchr(line, '\n')) != NULL) + *lineptr = '\0'; + + fprintf(stderr, "mantohtml: Unknown man page command \'%s\' on line %d!\n", + line, linenum); + } + + /* + * Skip continuation lines... + */ + + lineptr = line + strlen(line) - 2; + if (lineptr >= line && *lineptr == '\\') + { + while (fgets(line, sizeof(line), infile)) + { + linenum ++; + lineptr = line + strlen(line) - 2; + + if (lineptr < line || *lineptr != '\\') + break; + } + } + } + else + { + /* + * Process man page text... + */ + +process_text: + + for (lineptr = line; *lineptr; lineptr ++) + { + if (!strncmp(lineptr, "http://", 7)) + { + /* + * Embed URL... + */ + + for (endptr = lineptr + 7; + *endptr && !isspace(*endptr & 255); + endptr ++); + + endchar = *endptr; + *endptr = '\0'; + + fprintf(outfile, "%s", lineptr, lineptr); + *endptr = endchar; + lineptr = endptr - 1; + } + else if (!strncmp(lineptr, "\\fI", 3) && + (endptr = strstr(lineptr, "\\fR")) != NULL && + (paren = strchr(lineptr, '(')) != NULL && + paren < endptr) + { + /* + * Link to man page? + */ + + char manfile[1024], /* Man page filename */ + manurl[1024]; /* Man page URL */ + + + /* + * See if the man file is available locally... + */ + + lineptr += 3; + endchar = *paren; + *paren = '\0'; + + snprintf(manfile, sizeof(manfile), "%s.man", lineptr); + snprintf(manurl, sizeof(manurl), "man-%s.html?TOPIC=Man+Pages", + lineptr); + + *paren = endchar; + endchar = *endptr; + *endptr = '\0'; + + if (access(manfile, 0)) + { + /* + * Not a local man page, just do it italic... + */ + + fputs("", outfile); + while (*lineptr) + putc_entity(*lineptr++, outfile); + fputs("", outfile); + } + else + { + /* + * Local man page, do a link... + */ + + fprintf(outfile, "", manurl); + while (*lineptr) + putc_entity(*lineptr++, outfile); + fputs("", outfile); + } + + *endptr = endchar; + lineptr = endptr + 2; + } + else if (*lineptr == '\\') + { + lineptr ++; + if (!*lineptr) + break; + else if (isdigit(lineptr[0]) && isdigit(lineptr[1]) && + isdigit(lineptr[2])) + { + fprintf(outfile, "&#%d;", ((lineptr[0] - '0') * 8 + + lineptr[1] - '0') * 8 + + lineptr[2] - '0'); + lineptr += 2; + } + else if (*lineptr == '&') + continue; + else if (*lineptr == 's') + { + while (lineptr[1] == '-' || isdigit(lineptr[1])) + lineptr ++; + } + else if (*lineptr == '*') + { + lineptr += 2; + } + else if (*lineptr != 'f') + putc_entity(*lineptr, outfile); + else + { + lineptr ++; + if (!*lineptr) + break; + else + { + fputs(end_fonts[font], outfile); + + switch (*lineptr) + { + default : /* Regular */ + font = 0; + break; + case 'B' : /* Bold */ + case 'b' : + font = 1; + break; + case 'I' : /* Italic */ + case 'i' : + font = 2; + break; + } + + fputs(start_fonts[font], outfile); + } + } + } + else + putc_entity(*lineptr, outfile); + } + + if (post) + { + fputs(post, outfile); + post = NULL; + } + } + } + + fprintf(outfile, "%s\n", end_fonts[font]); + + if (blist) + { + fputs("\n\n", outfile); + blist = 0; + } + + if (list) + { + if (list == 1) + fputs("\n", outfile); + else if (list) + fputs("

\n", outfile); + + fputs("
\n", outfile); + list = 0; + } + + fputs("\n" + "\n", outfile); + + /* + * Close files... + */ + + if (infile != stdin) + fclose(infile); + + if (outfile != stdout) + fclose(outfile); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'putc_entity()' - Put a single character, using entities as needed. + */ + +static void +putc_entity(int ch, /* I - Character */ + FILE *fp) /* I - File */ +{ + if (ch == '&') + fputs("&", fp); + else if (ch == '<') + fputs("<", fp); + else + putc(ch, fp); +} + + +/* + * 'strmove()' - Move characters within a string. + */ + +static void +strmove(char *d, /* I - Destination */ + const char *s) /* I - Source */ +{ + while (*s) + *d++ = *s++; + + *d = '\0'; +} + + +/* + * End of "$Id$". + */ diff --git a/man/mime.convs.man b/man/mime.convs.man new file mode 100644 index 0000000000..37e765cb10 --- /dev/null +++ b/man/mime.convs.man @@ -0,0 +1,55 @@ +.\" +.\" "$Id: mime.convs.man 5313 2006-03-20 15:29:09Z mike $" +.\" +.\" mime.convs man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH mime.convs 5 "Common UNIX Printing System" "20 March 2006" "Easy Software Products" +.SH NAME +mime.convs \- mime type conversion file for cups +.SH DESCRIPTION +The \fImime.convs\fR file defines the filters that are available +for converting files from one format to another. The standard +filters support text, PDF, PostScript, HP-GL/2, and many types of +image files. +.LP +Additional filters can be added to the \fImime.convs\fR file or +(preferably) to other files in the CUPS configuration directory. +.LP +Each line in the \fImime.convs\fR file is a comment, blank, or filter +line. Comment lines start with the # character. Filter lines specify +the source and destination MIME types along with a relative cost +associated with the filter and the filter to run: +.br +.nf + +super/type super/type cost filter +application/postscript application/vnd.cups-raster 50 pstoraster +.fi +.SH SEE ALSO +\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, +\fImime.types(5)\fR, \fIprinters.conf(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: mime.convs.man 5313 2006-03-20 15:29:09Z mike $". +.\" diff --git a/man/mime.types.man b/man/mime.types.man new file mode 100644 index 0000000000..8b42b6c35a --- /dev/null +++ b/man/mime.types.man @@ -0,0 +1,103 @@ +.\" +.\" "$Id: mime.types.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" mime.types man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH mime.types 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +mime.types \- mime type description file for cups +.SH DESCRIPTION +The \fImime.types\fR file defines the recognized file types. +.LP +Additional file types can be added to \fImime.types\fR or +(preferably) in additional files in the CUPS configuration +directory with the extension ".types". +.LP +Each line in the \fImime.types\fR file is a comment, blank, or +rule line. Comment lines start with the # character. Rule lines +start with the MIME type name and are optionally followed by a +series of file recognition rules that are used to automatically +identify print and web files: +.br +.nf + + super/type rule [ ... ruleN] +.fi +The rules may be grouped using parenthesis, joined using "+" for a +logical AND and "," or whitespace for a logical OR, and negated using +"!". +.SH RULES +Rules take two forms - a filename extension by itself and functions with test +values inside parenthesis. The following functions are available: +.TP 5 +match("pattern") +.br +Pattern match on filename +.TP 5 +ascii(offset,length) +.br +True if bytes are valid printable ASCII (CR, NL, TAB, BS, 32-126) +.TP 5 +printable(offset,length) +.br +True if bytes are printable 8-bit chars (CR, NL, TAB, BS, 32-126, 128-254) +.TP 5 +string(offset,"string") +.br +True if bytes are identical to string +.TP 5 +istring(offset,"string") +.br +True if a case-insensitive comparison of the bytes is identical +.TP 5 +char(offset,value) +.br +True if byte is identical +.TP 5 +short(offset,value) +.br +True if 16-bit integer is identical +.TP 5 +int(offset,value) +.br +True if 32-bit integer is identical +.TP 5 +locale("string") +.br +True if current locale matches string +.TP 5 +contains(offset,range,"string") +.br +True if the range contains the string +.SH STRING CONSTANTS +String constants can be specified inside quotes ("") for strings +containing whitespace and angle brackets (<>) for hexadecimal +strings. +.SH SEE ALSO +\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, +\fImime.convs(5)\fR, \fIprinters.conf(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: mime.types.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/man/printers.conf.man b/man/printers.conf.man new file mode 100644 index 0000000000..0a04692473 --- /dev/null +++ b/man/printers.conf.man @@ -0,0 +1,131 @@ +.\" +.\" "$Id: printers.conf.man 5970 2006-09-19 20:11:08Z mike $" +.\" +.\" printers.conf man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 1997-2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH printers.conf 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products" +.SH NAME +printers.conf \- printer configuration file for cups +.SH DESCRIPTION +The \fIprinters.conf\fR file defines the local printers that are +available. It is normally located in the \fI/etc/cups\fR directory and +is generated automatically by the \fIcupsd(8)\fR program when printers +are added or deleted. +.LP +Each line in the file can be a configuration directive, a blank line, +or a comment. Comment lines start with the # character. +.SH DIRECTIVES +.TP 5 + ... +.br +Defines a specific printer. +.TP 5 + ... +.br +Defines a default printer. +.TP 5 +Accepting Yes +.TP 5 +Accepting No +.br +Specifies whether the printer is accepting new jobs. +.TP 5 +AllowUser [ user @group ... ] +.br +Allows specific users and groups to print to the printer. +.TP 5 +DenyUser [ user @group ... ] +.br +Prevents specific users and groups from printing to the printer. +.TP 5 +DeviceURI uri +.br +Specifies the device URI for a printer. +.TP 5 +ErrorPolicy abort-job +.TP 5 +ErrorPolicy retry-job +.TP 5 +ErrorPolicy stop-printer +.br +Specifies the error policy for the printer. +.TP 5 +Info text +.br +Specifies human-readable text describing the printer. +.TP 5 +JobSheets banner banner +.br +Specifies the banner pages to use for the printer. +.TP 5 +KLimit number +.br +Specifies the job-k-limit value for the printer. +.TP 5 +Location text +.br +Specifies human-readable text describing the location of the printer. +.TP 5 +OpPolicy name +.br +Specifies the operation policy for the printer. +.TP 5 +PageLimit number +.br +Specifies the job-page-limit value for the printer. +.TP 5 +PortMonitor monitor +.br +Specifies the port monitor for a printer. +.TP 5 +QuotaPeriod seconds +.br +Specifies the job-quota-period value for the printer. +.TP 5 +Shared Yes +.TP 5 +Shared No +.br +Specifies whether the printer is shared. +.TP 5 +State idle +.TP 5 +State stopped +.br +Specifies the initial state of the printer (Idle or Stopped) +.TP 5 +StateMessage text +.br +Specifies the message associated with the state. +.TP 5 +StateTime seconds +.br +Specifies the date/time associated with the state. +.SH SEE ALSO +\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, +\fImime.convs(5)\fR, \fImime.types(5)\fR, +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: printers.conf.man 5970 2006-09-19 20:11:08Z mike $". +.\" diff --git a/man/subscriptions.conf.man b/man/subscriptions.conf.man new file mode 100644 index 0000000000..15223a1054 --- /dev/null +++ b/man/subscriptions.conf.man @@ -0,0 +1,98 @@ +.\" +.\" "$Id: subscriptions.conf.man 5099 2006-02-13 02:46:10Z mike $" +.\" +.\" subscriptions.conf man page for the Common UNIX Printing System (CUPS). +.\" +.\" Copyright 2006 by Easy Software Products. +.\" +.\" These coded instructions, statements, and computer programs are the +.\" property of Easy Software Products and are protected by Federal +.\" copyright law. Distribution and use rights are outlined in the file +.\" "LICENSE.txt" which should have been included with this file. If this +.\" file is missing or damaged please contact Easy Software Products +.\" at: +.\" +.\" Attn: CUPS Licensing Information +.\" Easy Software Products +.\" 44141 Airport View Drive, Suite 204 +.\" Hollywood, Maryland 20636 USA +.\" +.\" Voice: (301) 373-9600 +.\" EMail: cups-info@cups.org +.\" WWW: http://www.cups.org +.\" +.TH subscriptions.conf 5 "Common UNIX Printing System" "30 April 2006" "Easy Software Products" +.SH NAME +subscriptions.conf \- subscriptions file for cups +.SH DESCRIPTION +The \fIsubscriptions.conf\fR file defines the local subscriptions +that are active. It is normally located in the \fI/etc/cups\fR +directory and is generated automatically by the \fIcupsd(8)\fR +program when subscriptions are created, renewed, or cancelled. +.LP +Each line in the file can be a configuration directive, a blank line, +or a comment. Comment lines start with the # character. +.SH DIRECTIVES +.TP 5 + ... +.br +Defines a subscription. +.TP 5 +Events name [ ... name ] +.br +Specifies the events that are subscribed. +.TP 5 +ExpirationTime unix-time +.br +Specifies the expiration time of a subscription as a UNIX time +value in seconds since January 1st, 1970. +.TP 5 +Interval seconds +.br +Specifies the preferred time interval for event notifications in +seconds. +.TP 5 +JobId job-id +.br +Specifies the job ID associated with the subscription. +.TP 5 +LeaseDuration seconds +.br +Specifies the number of seconds that the subscription is valid +for. If 0, the subscription does not expire. +.TP 5 +NextEventId number +.br +Specifies the next notify-sequence-number to use for the +subscription. +.TP 5 +NextSubscriptionId number +.br +Specifies the next subscription-id to use. +.TP 5 +Owner username +.br +Specifies the user that owns the subscription. +.TP 5 +PrinterName printername +.br +Specifies the printer or class associated with the subscription. +.TP 5 +Recipient uri +.br +Specifies the notify-recipient-uri value for push-type notifications. +.TP 5 +UserData hex-escaped-data +.br +Specifies user data to be included in event notifications. This +is typically the "from" address in mailto: notifications. +.SH SEE ALSO +\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, +\fImime.convs(5)\fR, \fImime.types(5)\fR, \fRprinters.conf(5)\fR +.br +http://localhost:631/help +.SH COPYRIGHT +Copyright 1997-2006 by Easy Software Products, All Rights Reserved. +.\" +.\" End of "$Id: subscriptions.conf.man 5099 2006-02-13 02:46:10Z mike $". +.\" diff --git a/monitor/Dependencies b/monitor/Dependencies new file mode 100644 index 0000000000..52599cfa14 --- /dev/null +++ b/monitor/Dependencies @@ -0,0 +1,8 @@ +# DO NOT DELETE + +bcp.o: ../cups/string.h ../config.h ../cups/cups.h ../cups/ipp.h +bcp.o: ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h +bcp.o: ../cups/file.h ../cups/language.h +tbcp.o: ../cups/string.h ../config.h ../cups/cups.h ../cups/ipp.h +tbcp.o: ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h +tbcp.o: ../cups/file.h ../cups/language.h diff --git a/monitor/Makefile b/monitor/Makefile new file mode 100644 index 0000000000..16cf2ece7e --- /dev/null +++ b/monitor/Makefile @@ -0,0 +1,107 @@ +# +# "$Id$" +# +# Port monitor makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# +# This file is subject to the Apple OS-Developed Software exception. +# + +include ../Makedefs + +TARGETS = bcp tbcp + +OBJS = bcp.o tbcp.o + + +# +# Make all targets... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) $(TARGETS) + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1 + + +# +# Install all targets... +# + +install: all + $(INSTALL_DIR) -m 755 $(SERVERBIN)/monitor + for file in $(TARGETS); do \ + $(INSTALL_BIN) $$file $(SERVERBIN)/monitor; \ + done + + +# +# Uninstall all targets... +# + +uninstall: + for file in $(TARGETS); do \ + $(RM) $(SERVERBIN)/monitor/$$file; \ + done + -$(RMDIR) $(SERVERBIN)/monitor + -$(RMDIR) $(SERVERBIN) + + +# +# bcp +# + +bcp: bcp.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ bcp.o $(LIBS) + + +# +# tbcp +# + +tbcp: tbcp.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ tbcp.o $(LIBS) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/monitor/bcp.c b/monitor/bcp.c new file mode 100644 index 0000000000..2a74a0c0e2 --- /dev/null +++ b/monitor/bcp.c @@ -0,0 +1,286 @@ +/* + * "$Id$" + * + * TBCP port monitor for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + */ + +/* + * Include necessary headers... + */ + +#include +#include + + +/* + * Local functions... + */ + +static char *psgets(char *buf, size_t *bytes, FILE *fp); +static size_t pswrite(const char *buf, size_t bytes, FILE *fp); + + +/* + * 'main()' - Main entry... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + FILE *fp; /* File to print */ + int copies; /* Number of copies left */ + char line[1024]; /* Line/buffer from stream/file */ + size_t linelen; /* Length of line */ + ppd_file_t *ppd; /* PPD file */ + + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + fputs("ERROR: tbcp job-id user title copies options [file]\n", stderr); + return (1); + } + + if (argc == 6) + { + copies = 1; + fp = stdin; + } + else + { + copies = atoi(argv[4]); + fp = fopen(argv[6], "rb"); + + if (!fp) + { + perror(argv[6]); + return (1); + } + } + + /* + * Open the PPD file as needed... + */ + + ppd = ppdOpenFile(getenv("PPD")); + + /* + * Copy the print file to stdout... + */ + + while (copies > 0) + { + copies --; + + if (ppd && ppd->jcl_begin) + fputs(ppd->jcl_begin, stdout); + if (ppd && ppd->jcl_ps) + fputs(ppd->jcl_ps, stdout); + + if (!ppd || ppd->language_level == 1) + { + /* + * Use setsoftwareiomode for BCP mode... + */ + + puts("%!PS-Adobe-3.0 ExitServer"); + puts("%%Title: (BCP - Level 1)"); + puts("%%EndComments"); + puts("%%BeginExitServer: 0"); + puts("serverdict begin 0 exitserver"); + puts("%%EndExitServer"); + puts("statusdict begin"); + puts("/setsoftwareiomode known {100 setsoftwareiomode}"); + puts("end"); + puts("%EOF"); + } + else + { + /* + * Use setdevparams for BCP mode... + */ + + puts("%!PS-Adobe-3.0"); + puts("%%Title: (BCP - Level 2)"); + puts("%%EndComments"); + puts("currentsysparams"); + puts("/CurInputDevice 2 copy known {"); + puts("get"); + puts("<> setdevparams"); + puts("}{"); + puts("pop pop"); + puts("} ifelse"); + puts("%EOF"); + } + + if (ppd && ppd->jcl_end) + fputs(ppd->jcl_end, stdout); + else if (!ppd || ppd->num_filters == 0) + putchar(0x04); + + /* + * Loop until we see end-of-file... + */ + + do + { + linelen = sizeof(line); + if (psgets(line, &linelen, fp) == NULL) + break; + } + while (pswrite(line, linelen, stdout) > 0); + + fflush(stdout); + } + + return (0); +} + + +/* + * 'psgets()' - Get a line from a file. + * + * Note: + * + * This function differs from the gets() function in that it + * handles any combination of CR, LF, or CR LF to end input + * lines. + */ + +static char * /* O - String or NULL if EOF */ +psgets(char *buf, /* I - Buffer to read into */ + size_t *bytes, /* IO - Length of buffer */ + FILE *fp) /* I - File to read from */ +{ + char *bufptr; /* Pointer into buffer */ + int ch; /* Character from file */ + size_t len; /* Max length of string */ + + + len = *bytes - 1; + bufptr = buf; + ch = EOF; + + while ((bufptr - buf) < len) + { + if ((ch = getc(fp)) == EOF) + break; + + if (ch == '\r') + { + /* + * Got a CR; see if there is a LF as well... + */ + + ch = getc(fp); + + if (ch != EOF && ch != '\n') + { + ungetc(ch, fp); /* Nope, save it for later... */ + ch = '\r'; + } + else + *bufptr++ = '\r'; + break; + } + else if (ch == '\n') + break; + else + *bufptr++ = ch; + } + + /* + * Add a trailing newline if it is there... + */ + + if (ch == '\n' || ch == '\r') + { + if ((bufptr - buf) < len) + *bufptr++ = ch; + else + ungetc(ch, fp); + } + + /* + * Nul-terminate the string and return it (or NULL for EOF). + */ + + *bufptr = '\0'; + *bytes = bufptr - buf; + + if (ch == EOF && bufptr == buf) + return (NULL); + else + return (buf); +} + + +/* + * 'pswrite()' - Write data from a file. + */ + +static size_t /* O - Number of bytes written */ +pswrite(const char *buf, /* I - Buffer to write */ + size_t bytes, /* I - Bytes to write */ + FILE *fp) /* I - File to write to */ +{ + size_t count; /* Remaining bytes */ + + + for (count = bytes; count > 0; count --, buf ++) + switch (*buf) + { + case 0x01 : /* CTRL-A */ + case 0x03 : /* CTRL-C */ + case 0x04 : /* CTRL-D */ + case 0x05 : /* CTRL-E */ + case 0x11 : /* CTRL-Q */ + case 0x13 : /* CTRL-S */ + case 0x14 : /* CTRL-T */ + case 0x1c : /* CTRL-\ */ + if (putchar(0x01) < 0) + return (-1); + if (putchar(*buf ^ 0x40) < 0) + return (-1); + break; + + default : + if (putchar(*buf) < 0) + return (-1); + break; + } + + return (bytes); +} + + +/* + * End of "$Id$". + */ diff --git a/monitor/tbcp.c b/monitor/tbcp.c new file mode 100644 index 0000000000..5ce91d8dbc --- /dev/null +++ b/monitor/tbcp.c @@ -0,0 +1,283 @@ +/* + * "$Id$" + * + * TBCP port monitor for the Common UNIX Printing System (CUPS). + * + * Copyright 1993-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry... + * psgets() - Get a line from a file. + * pswrite() - Write data from a file. + */ + +/* + * Include necessary headers... + */ + +#include +#include + + +/* + * Local functions... + */ + +static char *psgets(char *buf, size_t *bytes, FILE *fp); +static size_t pswrite(const char *buf, size_t bytes, FILE *fp); + + +/* + * 'main()' - Main entry... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + FILE *fp; /* File to print */ + int copies; /* Number of copies left */ + char line[1024]; /* Line/buffer from stream/file */ + size_t linelen; /* Length of line */ + + + /* + * Check command-line... + */ + + if (argc < 6 || argc > 7) + { + fputs("ERROR: tbcp job-id user title copies options [file]\n", stderr); + return (1); + } + + if (argc == 6) + { + copies = 1; + fp = stdin; + } + else + { + copies = atoi(argv[4]); + fp = fopen(argv[6], "rb"); + + if (!fp) + { + perror(argv[6]); + return (1); + } + } + + /* + * Copy the print file to stdout... + */ + + while (copies > 0) + { + copies --; + + /* + * Read the first line... + */ + + linelen = sizeof(line); + if (psgets(line, &linelen, fp) == NULL) + { + fputs("ERROR: Empty print file!\n", stderr); + return (1); + } + + /* + * Handle leading PJL fun... + */ + + if (!strncmp(line, "\033%-12345X", 9) || !strncmp(line, "@PJL ", 5)) + { + /* + * Yup, we have leading PJL fun, so copy it until we hit a line + * with "ENTER LANGUAGE"... + */ + + while (strstr(line, "ENTER LANGUAGE") == NULL) + { + fwrite(line, 1, linelen, stdout); + + linelen = sizeof(line); + if (psgets(line, &linelen, fp) == NULL) + break; + } + } + else + { + /* + * No PJL stuff, add it... + */ + + puts("\033%-12345X@PJL"); + puts("@PJL ENTER LANGUAGE = POSTSCRIPT"); + } + + /* + * Switch to TBCP mode... + */ + + fputs("\001M", stdout); + + /* + * Loop until we see end-of-file... + */ + + while (pswrite(line, linelen, stdout) > 0) + { + linelen = sizeof(line); + if (psgets(line, &linelen, fp) == NULL) + break; + } + + fflush(stdout); + } + + return (0); +} + + +/* + * 'psgets()' - Get a line from a file. + * + * Note: + * + * This function differs from the gets() function in that it + * handles any combination of CR, LF, or CR LF to end input + * lines. + */ + +static char * /* O - String or NULL if EOF */ +psgets(char *buf, /* I - Buffer to read into */ + size_t *bytes, /* IO - Length of buffer */ + FILE *fp) /* I - File to read from */ +{ + char *bufptr; /* Pointer into buffer */ + int ch; /* Character from file */ + size_t len; /* Max length of string */ + + + len = *bytes - 1; + bufptr = buf; + ch = EOF; + + while ((bufptr - buf) < len) + { + if ((ch = getc(fp)) == EOF) + break; + + if (ch == '\r') + { + /* + * Got a CR; see if there is a LF as well... + */ + + ch = getc(fp); + + if (ch != EOF && ch != '\n') + { + ungetc(ch, fp); /* Nope, save it for later... */ + ch = '\r'; + } + else + *bufptr++ = '\r'; + break; + } + else if (ch == '\n') + break; + else + *bufptr++ = ch; + } + + /* + * Add a trailing newline if it is there... + */ + + if (ch == '\n' || ch == '\r') + { + if ((bufptr - buf) < len) + *bufptr++ = ch; + else + ungetc(ch, fp); + } + + /* + * Nul-terminate the string and return it (or NULL for EOF). + */ + + *bufptr = '\0'; + *bytes = bufptr - buf; + + if (ch == EOF && bufptr == buf) + return (NULL); + else + return (buf); +} + + +/* + * 'pswrite()' - Write data from a file. + */ + +static size_t /* O - Number of bytes written */ +pswrite(const char *buf, /* I - Buffer to write */ + size_t bytes, /* I - Bytes to write */ + FILE *fp) /* I - File to write to */ +{ + size_t count; /* Remaining bytes */ + + + for (count = bytes; count > 0; count --, buf ++) + switch (*buf) + { + case 0x01 : /* CTRL-A */ + case 0x03 : /* CTRL-C */ + case 0x04 : /* CTRL-D */ + case 0x05 : /* CTRL-E */ + case 0x11 : /* CTRL-Q */ + case 0x13 : /* CTRL-S */ + case 0x14 : /* CTRL-T */ + case 0x1b : /* CTRL-[ (aka ESC) */ + case 0x1c : /* CTRL-\ */ + if (putchar(0x01) < 0) + return (-1); + if (putchar(*buf ^ 0x40) < 0) + return (-1); + break; + + default : + if (putchar(*buf) < 0) + return (-1); + break; + } + + return (bytes); +} + + +/* + * End of "$Id$". + */ diff --git a/notifier/Dependencies b/notifier/Dependencies new file mode 100644 index 0000000000..4ee88b7767 --- /dev/null +++ b/notifier/Dependencies @@ -0,0 +1,8 @@ +# DO NOT DELETE + +mailto.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +mailto.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +mailto.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h +testnotify.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +testnotify.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +testnotify.o: ../cups/language.h ../cups/string.h ../config.h diff --git a/notifier/Makefile b/notifier/Makefile new file mode 100644 index 0000000000..fca98392a5 --- /dev/null +++ b/notifier/Makefile @@ -0,0 +1,103 @@ +# +# "$Id$" +# +# Notifier makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + + +TARGETS = mailto testnotify +OBJS = mailto.o testnotify.o + + +# +# Make all targets... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) $(TARGETS) + + +# +# Install all targets... +# + +install: all + $(INSTALL_DIR) -m 755 $(SERVERBIN)/notifier + for file in $(TARGETS); do \ + $(INSTALL_BIN) $$file $(SERVERBIN)/notifier; \ + done + + +# +# Uninstall all targets... +# + +uninstall: + for file in $(TARGETS); do \ + $(RM) $(SERVERBIN)/notifier/$$file; \ + done + -$(RMDIR) $(SERVERBIN)/notifier + -$(RMDIR) $(SERVERBIN) + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1 + + +# +# mailto +# + +mailto: mailto.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o mailto mailto.o $(LIBS) + + +# +# testnotify +# + +testnotify: testnotify.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o testnotify testnotify.o $(LIBS) + + +$(OBJS): ../Makedefs + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/notifier/mailto.c b/notifier/mailto.c new file mode 100644 index 0000000000..05bf912c0b --- /dev/null +++ b/notifier/mailto.c @@ -0,0 +1,799 @@ +/* + * "$Id$" + * + * "mailto" notifier for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for the mailto notifier. + * email_message() - Email a notification message. + * load_configuration() - Load the mailto.conf file. + * pipe_sendmail() - Open a pipe to sendmail... + * print_attributes() - Print the attributes in a request... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + + +/* + * Globals... + */ + +char mailtoCc[1024]; /* Cc email address */ +char mailtoFrom[1024]; /* From email address */ +char mailtoReplyTo[1024]; /* Reply-To email address */ +char mailtoSubject[1024]; /* Subject prefix */ +char mailtoSMTPServer[1024]; /* SMTP server to use */ +char mailtoSendmail[1024]; /* Sendmail program to use */ + + +/* + * Local functions... + */ + +void email_message(const char *to, const char *subject, + const char *text); +int load_configuration(void); +cups_file_t *pipe_sendmail(const char *to); +void print_attributes(ipp_t *ipp, int indent); + + +/* + * 'main()' - Main entry for the mailto notifier. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + ipp_t *msg; /* Event message from scheduler */ + ipp_state_t state; /* IPP event state */ + char *subject, /* Subject for notification message */ + *text; /* Text for notification message */ + cups_lang_t *lang; /* Language info */ + char temp[1024]; /* Temporary string */ + int templen; /* Length of temporary string */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* POSIX sigaction data */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Don't buffer stderr... + */ + + setbuf(stderr, NULL); + + /* + * Ignore SIGPIPE signals... + */ + +#ifdef HAVE_SIGSET + sigset(SIGPIPE, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); +#else + signal(SIGPIPE, SIG_IGN); +#endif /* HAVE_SIGSET */ + + /* + * Validate command-line options... + */ + + if (argc != 3) + { + fputs("Usage: mailto mailto:user@domain.com notify-user-data\n", stderr); + return (1); + } + + if (strncmp(argv[1], "mailto:", 7)) + { + fprintf(stderr, "ERROR: Bad recipient \"%s\"!\n", argv[1]); + return (1); + } + + fprintf(stderr, "DEBUG: argc=%d\n", argc); + for (i = 0; i < argc; i ++) + fprintf(stderr, "DEBUG: argv[%d]=\"%s\"\n", i, argv[i]); + + /* + * Load configuration data... + */ + + if ((lang = cupsLangDefault()) == NULL) + return (1); + + if (!load_configuration()) + return (1); + + /* + * Get the reply-to address... + */ + + templen = sizeof(temp); + httpDecode64_2(temp, &templen, argv[2]); + + if (!strncmp(temp, "mailto:", 7)) + strlcpy(mailtoReplyTo, temp + 7, sizeof(mailtoReplyTo)); + else if (temp[0]) + fprintf(stderr, "WARNING: Bad notify-user-data value (%d bytes) ignored!\n", + templen); + + /* + * Loop forever until we run out of events... + */ + + for (;;) + { + /* + * Get the next event... + */ + + msg = ippNew(); + while ((state = ippReadFile(0, msg)) != IPP_DATA) + { + if (state <= IPP_IDLE) + break; + } + + fprintf(stderr, "DEBUG: state=%d\n", state); + + if (state == IPP_ERROR) + fputs("DEBUG: ippReadFile() returned IPP_ERROR!\n", stderr); + + if (state <= IPP_IDLE) + { + /* + * Out of messages, free memory and then exit... + */ + + ippDelete(msg); + return (0); + } + + /* + * Get the subject and text for the message, then email it... + */ + + subject = cupsNotifySubject(lang, msg); + text = cupsNotifyText(lang, msg); + + fprintf(stderr, "DEBUG: subject=\"%s\"\n", subject); + fprintf(stderr, "DEBUG: text=\"%s\"\n", text); + + if (subject && text) + email_message(argv[1] + 7, subject, text); + else + { + fputs("ERROR: Missing attributes in event notification!\n", stderr); + print_attributes(msg, 4); + } + + /* + * Free the memory used for this event... + */ + + if (subject) + free(subject); + + if (text) + free(text); + + ippDelete(msg); + } +} + + +/* + * 'email_message()' - Email a notification message. + */ + +void +email_message(const char *to, /* I - Recipient of message */ + const char *subject, /* I - Subject of message */ + const char *text) /* I - Text of message */ +{ + cups_file_t *fp; /* Pipe/socket to mail server */ + const char *nl; /* Newline to use */ + char response[1024]; /* SMTP response buffer */ + + + /* + * Connect to the mail server... + */ + + if (mailtoSendmail[0]) + { + /* + * Use the sendmail command... + */ + + fp = pipe_sendmail(to); + + if (!fp) + return; + + nl = "\n"; + } + else + { + /* + * Use an SMTP server... + */ + + char hostbuf[1024]; /* Local hostname */ + + + if (strchr(mailtoSMTPServer, ':')) + fp = cupsFileOpen(mailtoSMTPServer, "s"); + else + { + char spec[1024]; /* Host:service spec */ + + + snprintf(spec, sizeof(spec), "%s:smtp", mailtoSMTPServer); + fp = cupsFileOpen(spec, "s"); + } + + if (!fp) + { + fprintf(stderr, "ERROR: Unable to connect to SMTP server \"%s\"!\n", + mailtoSMTPServer); + return; + } + + fprintf(stderr, "DEBUG: Connected to \"%s\"...\n", mailtoSMTPServer); + + cupsFilePrintf(fp, "HELO %s\r\n", + httpGetHostname(NULL, hostbuf, sizeof(hostbuf))); + fprintf(stderr, "DEBUG: >>> HELO %s\n", hostbuf); + + if (!cupsFileGets(fp, response, sizeof(response)) || atoi(response) >= 500) + goto smtp_error; + fprintf(stderr, "DEBUG: <<< %s\n", response); + + cupsFilePrintf(fp, "MAIL FROM:%s\r\n", mailtoFrom); + fprintf(stderr, "DEBUG: >>> MAIL FROM:%s\n", mailtoFrom); + + if (!cupsFileGets(fp, response, sizeof(response)) || atoi(response) >= 500) + goto smtp_error; + fprintf(stderr, "DEBUG: <<< %s\n", response); + + cupsFilePrintf(fp, "RCPT TO:%s\r\n", to); + fprintf(stderr, "DEBUG: >>> RCPT TO:%s\n", to); + + if (!cupsFileGets(fp, response, sizeof(response)) || atoi(response) >= 500) + goto smtp_error; + fprintf(stderr, "DEBUG: <<< %s\n", response); + + cupsFilePuts(fp, "DATA\r\n"); + fputs("DEBUG: DATA\n", stderr); + + if (!cupsFileGets(fp, response, sizeof(response)) || atoi(response) >= 500) + goto smtp_error; + fprintf(stderr, "DEBUG: <<< %s\n", response); + + nl = "\r\n"; + } + + /* + * Send the message... + */ + + cupsFilePrintf(fp, "Date: %s%s", httpGetDateString(time(NULL)), nl); + cupsFilePrintf(fp, "From: %s%s", mailtoFrom, nl); + cupsFilePrintf(fp, "Subject: %s %s%s", mailtoSubject, subject, nl); + if (mailtoReplyTo[0]) + { + cupsFilePrintf(fp, "Sender: %s%s", mailtoReplyTo, nl); + cupsFilePrintf(fp, "Reply-To: %s%s", mailtoReplyTo, nl); + } + cupsFilePrintf(fp, "To: %s%s", to, nl); + if (mailtoCc[0]) + cupsFilePrintf(fp, "Cc: %s%s", mailtoCc, nl); + cupsFilePrintf(fp, "Content-Type: text/plain%s", nl); + cupsFilePuts(fp, nl); + cupsFilePrintf(fp, "%s%s", text, nl); + cupsFilePrintf(fp, ".\n", nl); + + /* + * Close the connection to the mail server... + */ + + if (mailtoSendmail[0]) + { + /* + * Close the pipe and wait for the sendmail command to finish... + */ + + int status; /* Exit status */ + + + cupsFileClose(fp); + + if (wait(&status)) + status = errno << 8; + + /* + * Report any non-zero status... + */ + + if (status) + { + if (WIFEXITED(status)) + fprintf(stderr, "ERROR: Sendmail command returned status %d!\n", + WEXITSTATUS(status)); + else + fprintf(stderr, "ERROR: Sendmail command crashed on signal %d!\n", + WTERMSIG(status)); + } + } + else + { + /* + * Finish up the SMTP submission and close the connection... + */ + + if (!cupsFileGets(fp, response, sizeof(response)) || atoi(response) >= 500) + goto smtp_error; + fprintf(stderr, "DEBUG: <<< %s\n", response); + + /* + * Process SMTP errors here... + */ + + smtp_error: + + cupsFilePuts(fp, "QUIT\r\n"); + fputs("DEBUG: QUIT\n", stderr); + + if (!cupsFileGets(fp, response, sizeof(response)) || atoi(response) >= 500) + goto smtp_error; + fprintf(stderr, "DEBUG: <<< %s\n", response); + + cupsFileClose(fp); + + fprintf(stderr, "DEBUG: Closed connection to \"%s\"...\n", + mailtoSMTPServer); + } +} + + +/* + * 'load_configuration()' - Load the mailto.conf file. + */ + +int /* I - 1 on success, 0 on failure */ +load_configuration(void) +{ + cups_file_t *fp; /* mailto.conf file */ + const char *server_root, /* CUPS_SERVERROOT environment variable */ + *server_admin; /* SERVER_ADMIN environment variable */ + char line[1024], /* Line from file */ + *value; /* Value for directive */ + int linenum; /* Line number in file */ + + + /* + * Initialize defaults... + */ + + mailtoCc[0] = '\0'; + + if ((server_admin = getenv("SERVER_ADMIN")) != NULL) + strlcpy(mailtoFrom, server_admin, sizeof(mailtoFrom)); + else + snprintf(mailtoFrom, sizeof(mailtoFrom), "root@%s", + httpGetHostname(NULL, line, sizeof(line))); + + strlcpy(mailtoSendmail, "/usr/sbin/sendmail", sizeof(mailtoSendmail)); + + mailtoSMTPServer[0] = '\0'; + + mailtoSubject[0] = '\0'; + + /* + * Try loading the config file... + */ + + if ((server_root = getenv("CUPS_SERVERROOT")) == NULL) + server_root = CUPS_SERVERROOT; + + snprintf(line, sizeof(line), "%s/mailto.conf", server_root); + + if ((fp = cupsFileOpen(line, "r")) == NULL) + { + fprintf(stderr, "ERROR: Unable to open \"%s\" - %s\n", line, + strerror(errno)); + return (1); + } + + linenum = 0; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + if (!value) + { + fprintf(stderr, "ERROR: No value found for %s directive on line %d!\n", + line, linenum); + cupsFileClose(fp); + return (0); + } + + if (!strcasecmp(line, "Cc")) + strlcpy(mailtoCc, value, sizeof(mailtoCc)); + else if (!strcasecmp(line, "From")) + strlcpy(mailtoFrom, value, sizeof(mailtoFrom)); + else if (!strcasecmp(line, "Sendmail")) + { + strlcpy(mailtoSendmail, value, sizeof(mailtoSendmail)); + mailtoSMTPServer[0] = '\0'; + } + else if (!strcasecmp(line, "SMTPServer")) + { + mailtoSendmail[0] = '\0'; + strlcpy(mailtoSMTPServer, value, sizeof(mailtoSMTPServer)); + } + else if (!strcasecmp(line, "Subject")) + strlcpy(mailtoSubject, value, sizeof(mailtoSubject)); + else + { + fprintf(stderr, + "ERROR: Unknown configuration directive \"%s\" on line %d!\n", + line, linenum); + } + } + + /* + * Close file and return... + */ + + cupsFileClose(fp); + + return (1); +} + + +/* + * 'pipe_sendmail()' - Open a pipe to sendmail... + */ + +cups_file_t * /* O - CUPS file */ +pipe_sendmail(const char *to) /* I - To: address */ +{ + cups_file_t *fp; /* CUPS file */ + int pid; /* Process ID */ + int pipefds[2]; /* Pipe file descriptors */ + int argc; /* Number of arguments */ + char *argv[100], /* Argument array */ + line[1024], /* Sendmail command + args */ + *lineptr; /* Pointer into line */ + + + /* + * First break the mailtoSendmail string into arguments... + */ + + strlcpy(line, mailtoSendmail, sizeof(line)); + argv[0] = line; + argc = 1; + + for (lineptr = strchr(line, ' '); lineptr; lineptr = strchr(lineptr, ' ')) + { + while (*lineptr == ' ') + *lineptr++ = '\0'; + + if (*lineptr) + { + /* + * Point to the next argument... + */ + + argv[argc ++] = lineptr; + + /* + * Stop if we have too many... + */ + + if (argc >= (int)(sizeof(argv) / sizeof(argv[0]) - 2)) + break; + } + } + + argv[argc ++] = (char *)to; + argv[argc] = NULL; + + /* + * Create the pipe... + */ + + if (pipe(pipefds)) + { + perror("ERROR: Unable to create pipe"); + return (NULL); + } + + /* + * Then run the command... + */ + + if ((pid = fork()) == 0) + { + /* + * Child goes here - redirect stdin to the input side of the pipe, + * redirect stdout to stderr, and exec... + */ + + close(0); + dup(pipefds[0]); + + close(1); + dup(2); + + close(pipefds[0]); + close(pipefds[1]); + + execvp(argv[0], argv); + exit(errno); + } + else if (pid < 0) + { + /* + * Unable to fork - error out... + */ + + perror("ERROR: Unable to fork command"); + + close(pipefds[0]); + close(pipefds[1]); + + return (NULL); + } + + /* + * Create a CUPS file using the output side of the pipe and close the + * input side... + */ + + close(pipefds[0]); + + if ((fp = cupsFileOpenFd(pipefds[1], "w")) == NULL) + { + int status; /* Status of command */ + + + close(pipefds[1]); + wait(&status); + } + + return (fp); +} + + +/* + * 'print_attributes()' - Print the attributes in a request... + */ + +void +print_attributes(ipp_t *ipp, /* I - IPP request */ + int indent) /* I - Indentation */ +{ + int i; /* Looping var */ + ipp_tag_t group; /* Current group */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_value_t *val; /* Current value */ + static const char * const tags[] = /* Value/group tag strings */ + { + "reserved-00", + "operation-attributes-tag", + "job-attributes-tag", + "end-of-attributes-tag", + "printer-attributes-tag", + "unsupported-attributes-tag", + "subscription-attributes-tag", + "event-attributes-tag", + "reserved-08", + "reserved-09", + "reserved-0A", + "reserved-0B", + "reserved-0C", + "reserved-0D", + "reserved-0E", + "reserved-0F", + "unsupported", + "default", + "unknown", + "no-value", + "reserved-14", + "not-settable", + "delete-attr", + "admin-define", + "reserved-18", + "reserved-19", + "reserved-1A", + "reserved-1B", + "reserved-1C", + "reserved-1D", + "reserved-1E", + "reserved-1F", + "reserved-20", + "integer", + "boolean", + "enum", + "reserved-24", + "reserved-25", + "reserved-26", + "reserved-27", + "reserved-28", + "reserved-29", + "reserved-2a", + "reserved-2b", + "reserved-2c", + "reserved-2d", + "reserved-2e", + "reserved-2f", + "octetString", + "dateTime", + "resolution", + "rangeOfInteger", + "begCollection", + "textWithLanguage", + "nameWithLanguage", + "endCollection", + "reserved-38", + "reserved-39", + "reserved-3a", + "reserved-3b", + "reserved-3c", + "reserved-3d", + "reserved-3e", + "reserved-3f", + "reserved-40", + "textWithoutLanguage", + "nameWithoutLanguage", + "reserved-43", + "keyword", + "uri", + "uriScheme", + "charset", + "naturalLanguage", + "mimeMediaType", + "memberName" + }; + + + for (group = IPP_TAG_ZERO, attr = ipp->attrs; attr; attr = attr->next) + { + if ((attr->group_tag == IPP_TAG_ZERO && indent <= 8) || !attr->name) + { + group = IPP_TAG_ZERO; + fputc('\n', stderr); + continue; + } + + if (group != attr->group_tag) + { + group = attr->group_tag; + + fprintf(stderr, "DEBUG: %*s%s:\n\n", indent - 4, "", tags[group]); + } + + fprintf(stderr, "DEBUG: %*s%s (", indent, "", attr->name); + if (attr->num_values > 1) + fputs("1setOf ", stderr); + fprintf(stderr, "%s):", tags[attr->value_tag]); + + switch (attr->value_tag) + { + case IPP_TAG_ENUM : + case IPP_TAG_INTEGER : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %d", val->integer); + fputc('\n', stderr); + break; + + case IPP_TAG_BOOLEAN : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %s", val->boolean ? "true" : "false"); + fputc('\n', stderr); + break; + + case IPP_TAG_RANGE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %d-%d", val->range.lower, val->range.upper); + fputc('\n', stderr); + break; + + case IPP_TAG_DATE : + { + time_t vtime; /* Date/Time value */ + struct tm *vdate; /* Date info */ + char vstring[256]; /* Formatted time */ + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + vtime = ippDateToTime(val->date); + vdate = localtime(&vtime); + strftime(vstring, sizeof(vstring), "%c", vdate); + fprintf(stderr, " (%s)", vstring); + } + } + fputc('\n', stderr); + break; + + case IPP_TAG_RESOLUTION : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %dx%d%s", val->resolution.xres, + val->resolution.yres, + val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpc"); + fputc('\n', stderr); + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " \"%s\"", val->string.text); + fputc('\n', stderr); + break; + + case IPP_TAG_BEGIN_COLLECTION : + fputc('\n', stderr); + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + if (i) + fputc('\n', stderr); + print_attributes(val->collection, indent + 4); + } + break; + + default : + fprintf(stderr, "UNKNOWN (%d values)\n", attr->num_values); + break; + } + } +} + + +/* + * End of "$Id$". + */ diff --git a/notifier/testnotify.c b/notifier/testnotify.c new file mode 100644 index 0000000000..4f1486215b --- /dev/null +++ b/notifier/testnotify.c @@ -0,0 +1,293 @@ +/* + * "$Id$" + * + * Test notifier for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for the test notifier. + * print_attributes() - Print the attributes in a request... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include + + +/* + * Local functions... + */ + +void print_attributes(ipp_t *ipp, int indent); + + +/* + * 'main()' - Main entry for the test notifier. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + ipp_t *event; /* Event from scheduler */ + ipp_state_t state; /* IPP event state */ + + + setbuf(stderr, NULL); + + fprintf(stderr, "DEBUG: argc=%d\n", argc); + for (i = 0; i < argc; i ++) + fprintf(stderr, "DEBUG: argv[%d]=\"%s\"\n", i, argv[i]); + + for (;;) + { + event = ippNew(); + while ((state = ippReadFile(0, event)) != IPP_DATA) + { + if (state <= IPP_IDLE) + break; + } + + if (state == IPP_ERROR) + fputs("DEBUG: ippReadFile() returned IPP_ERROR!\n", stderr); + + if (state <= IPP_IDLE) + { + ippDelete(event); + return (0); + } + + print_attributes(event, 4); + ippDelete(event); + + /* + * If the recipient URI is "testnotify://nowait", then we exit after each + * event... + */ + + if (!strcmp(argv[1], "testnotify://nowait")) + return (0); + } +} + + +/* + * 'print_attributes()' - Print the attributes in a request... + */ + +void +print_attributes(ipp_t *ipp, /* I - IPP request */ + int indent) /* I - Indentation */ +{ + int i; /* Looping var */ + ipp_tag_t group; /* Current group */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_value_t *val; /* Current value */ + static const char * const tags[] = /* Value/group tag strings */ + { + "reserved-00", + "operation-attributes-tag", + "job-attributes-tag", + "end-of-attributes-tag", + "printer-attributes-tag", + "unsupported-attributes-tag", + "subscription-attributes-tag", + "event-attributes-tag", + "reserved-08", + "reserved-09", + "reserved-0A", + "reserved-0B", + "reserved-0C", + "reserved-0D", + "reserved-0E", + "reserved-0F", + "unsupported", + "default", + "unknown", + "no-value", + "reserved-14", + "not-settable", + "delete-attr", + "admin-define", + "reserved-18", + "reserved-19", + "reserved-1A", + "reserved-1B", + "reserved-1C", + "reserved-1D", + "reserved-1E", + "reserved-1F", + "reserved-20", + "integer", + "boolean", + "enum", + "reserved-24", + "reserved-25", + "reserved-26", + "reserved-27", + "reserved-28", + "reserved-29", + "reserved-2a", + "reserved-2b", + "reserved-2c", + "reserved-2d", + "reserved-2e", + "reserved-2f", + "octetString", + "dateTime", + "resolution", + "rangeOfInteger", + "begCollection", + "textWithLanguage", + "nameWithLanguage", + "endCollection", + "reserved-38", + "reserved-39", + "reserved-3a", + "reserved-3b", + "reserved-3c", + "reserved-3d", + "reserved-3e", + "reserved-3f", + "reserved-40", + "textWithoutLanguage", + "nameWithoutLanguage", + "reserved-43", + "keyword", + "uri", + "uriScheme", + "charset", + "naturalLanguage", + "mimeMediaType", + "memberName" + }; + + + for (group = IPP_TAG_ZERO, attr = ipp->attrs; attr; attr = attr->next) + { + if ((attr->group_tag == IPP_TAG_ZERO && indent <= 8) || !attr->name) + { + group = IPP_TAG_ZERO; + fputc('\n', stderr); + continue; + } + + if (group != attr->group_tag) + { + group = attr->group_tag; + + fprintf(stderr, "DEBUG: %*s%s:\n\n", indent - 4, "", tags[group]); + } + + fprintf(stderr, "DEBUG: %*s%s (", indent, "", attr->name); + if (attr->num_values > 1) + fputs("1setOf ", stderr); + fprintf(stderr, "%s):", tags[attr->value_tag]); + + switch (attr->value_tag) + { + case IPP_TAG_ENUM : + case IPP_TAG_INTEGER : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %d", val->integer); + fputc('\n', stderr); + break; + + case IPP_TAG_BOOLEAN : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %s", val->boolean ? "true" : "false"); + fputc('\n', stderr); + break; + + case IPP_TAG_RANGE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %d-%d", val->range.lower, val->range.upper); + fputc('\n', stderr); + break; + + case IPP_TAG_DATE : + { + time_t vtime; /* Date/Time value */ + struct tm *vdate; /* Date info */ + char vstring[256]; /* Formatted time */ + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + vtime = ippDateToTime(val->date); + vdate = localtime(&vtime); + strftime(vstring, sizeof(vstring), "%c", vdate); + fprintf(stderr, " (%s)", vstring); + } + } + fputc('\n', stderr); + break; + + case IPP_TAG_RESOLUTION : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " %dx%d%s", val->resolution.xres, + val->resolution.yres, + val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpc"); + fputc('\n', stderr); + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + fprintf(stderr, " \"%s\"", val->string.text); + fputc('\n', stderr); + break; + + case IPP_TAG_BEGIN_COLLECTION : + fputc('\n', stderr); + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + if (i) + fputc('\n', stderr); + print_attributes(val->collection, indent + 4); + } + break; + + default : + fprintf(stderr, "UNKNOWN (%d values)\n", attr->num_values); + break; + } + } +} + + +/* + * End of "$Id$". + */ diff --git a/packaging/LICENSE.rtf b/packaging/LICENSE.rtf new file mode 100644 index 0000000000..5f38337e22 --- /dev/null +++ b/packaging/LICENSE.rtf @@ -0,0 +1,462 @@ +{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf210 +{\fonttbl\f0\froman\fcharset77 Times-Bold;\f1\froman\fcharset77 Times-Roman;\f2\fnil\fcharset77 LucidaGrande; +\f3\fmodern\fcharset77 Courier;\f4\fnil\fcharset77 LucidaGrande-Bold;\f5\fmodern\fcharset77 Courier-Oblique; +} +{\colortbl;\red255\green255\blue255;\red0\green0\blue238;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid1\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid2} +{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid3} +{\list\listtemplateid4\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid1\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid4} +{\list\listtemplateid5\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid5} +{\list\listtemplateid6\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid6} +{\list\listtemplateid7\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid7} +{\list\listtemplateid8\listhybrid{\listlevel\levelnfc0\levelnfcn0\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{decimal\}.}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid8}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}{\listoverride\listid5\listoverridecount0\ls5}{\listoverride\listid6\listoverridecount0\ls6}{\listoverride\listid7\listoverridecount0\ls7}{\listoverride\listid8\listoverridecount0\ls8}} +{\info +{\title Software License Agreement - Common UNIX Printing System}}\vieww15960\viewh16860\viewkind0 +\deftab720 +\pard\pardeftab720\sa280\qc + +\f0\b\fs36 \cf0 Common UNIX Printing System License Agreement\ +\pard\pardeftab720\sa240\qc + +\f1\b0\fs24 \cf0 Copyright 1997-2006 by Easy Software Products +\f2 \uc0\u8232 +\f1 44141 AIRPORT VIEW DR STE 204 +\f2 \uc0\u8232 +\f1 HOLLYWOOD, MARYLAND 20636 USA +\f2 \uc0\u8232 \u8232 +\f1 Voice: +1.301.373.9600 +\f2 \uc0\u8232 +\f1 Email: {\field{\*\fldinst{HYPERLINK "mailto:cups-info@cups.org"}}{\fldrslt \cf2 \ul \ulc2 cups-info@cups.org}} +\f2 \uc0\u8232 +\f1 WWW: {\field{\*\fldinst{HYPERLINK "http://www.cups.org/"}}{\fldrslt \cf2 \ul \ulc2 http://www.cups.org}}\ +\pard\pardeftab720\sa280\ql\qnatural + +\f0\b\fs28 \cf0 Introduction\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0\fs24 \cf0 The Common UNIX Printing System +\fs20 \super TM +\fs24 \nosupersub , ("CUPS +\fs20 \super TM +\fs24 \nosupersub "), is provided under the GNU General Public License ("GPL") and GNU Library General Public License ("LGPL"), Version 2, with exceptions for Apple operating systems and the OpenSSL toolkit. A copy of the exceptions and licenses follow this introduction.\ +The GNU LGPL applies to the CUPS API library, located in the "cups" subdirectory of the CUPS source distribution and in the "cups" include directory and library files in the binary distributions. The GNU GPL applies to the remainder of the CUPS distribution, including the "pdftops" filter which is based upon Xpdf and the CUPS imaging library.\ +For those not familiar with the GNU GPL, the license basically allows you to:\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls1\ilvl0\cf0 {\listtext \'a5 }Use the CUPS software at no charge.\ +{\listtext \'a5 }Distribute verbatim copies of the software in source or binary form.\ +{\listtext \'a5 }Sell verbatim copies of the software for a media fee, or sell support for the software.\ +{\listtext \'a5 }Distribute or sell printer drivers and filters that use CUPS so long as source code is made available under the GPL.\ +\pard\pardeftab720\sa240\ql\qnatural +\cf0 What this license +\f0\b does not +\f1\b0 allow you to do is make changes or add features to CUPS and then sell a binary distribution without source code. You must provide source for any new drivers, changes, or additions to the software, and all code must be provided under the GPL or LGPL as appropriate. The only exceptions to this are the portions of the CUPS software covered by the Apple operating system license exceptions outlined later in this license agreement.\ +The GNU LGPL relaxes the "link-to" restriction, allowing you to develop applications that use the CUPS API library under other licenses and/or conditions as appropriate for your application.\ +\pard\pardeftab720\sa280\ql\qnatural + +\f0\b\fs28 \cf0 License Exceptions\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0\fs24 \cf0 In addition, as the copyright holder of CUPS, Easy Software Products grants the following special exceptions:\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls2\ilvl0 +\f0\b \cf0 {\listtext 1. }Apple Operating System Development License Exception +\f1\b0 ;\ +\pard\tx940\tx1440\pardeftab720\li1440\fi-1440\ql\qnatural +\ls2\ilvl1\cf0 {\listtext 1. }Software that is developed by any person or entity for an Apple Operating System ("Apple OS-Developed Software"), including but not limited to Apple and third party printer drivers, filters, and backends for an Apple Operating System, that is linked to the CUPS imaging library or based on any sample filters or backends provided with CUPS shall not be considered to be a derivative work or collective work based on the CUPS program and is exempt from the mandatory source code release clauses of the GNU GPL. You may therefore distribute linked combinations of the CUPS imaging library with Apple OS-Developed Software without releasing the source code of the Apple OS-Developed Software. You may also use sample filters and backends provided with CUPS to develop Apple OS-Developed Software without releasing the source code of the Apple OS-Developed Software.\ +{\listtext 2. }An Apple Operating System means any operating system software developed and/or marketed by Apple Computer, Inc., including but not limited to all existing releases and versions of Apple's Darwin, Mac OS X, and Mac OS X Server products and all follow-on releases and future versions thereof.\ +{\listtext 3. }This exception is only available for Apple OS-Developed Software and does not apply to software that is distributed for use on other operating systems.\ +{\listtext 4. }All CUPS software that falls under this license exception have the following text at the top of each source file:\ +{\listtext 5. }This file is subject to the Apple OS-Developed Software exception.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls2\ilvl0 +\f0\b \cf0 {\listtext 2. }OpenSSL Toolkit License Exception +\f1\b0 ;\ +\pard\tx940\tx1440\pardeftab720\li1440\fi-1440\ql\qnatural +\ls2\ilvl1\cf0 {\listtext 1. }Easy Software Products explicitly allows the compilation and distribution of the CUPS software with the OpenSSL Toolkit.\ +\pard\pardeftab720\sa240\ql\qnatural +\cf0 No developer is required to provide these exceptions in a derived work.\ +\pard\pardeftab720\sa280\ql\qnatural + +\f0\b\fs28 \cf0 Trademarks\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0\fs24 \cf0 Easy Software Products has trademarked the Common UNIX Printing System, CUPS, and CUPS logo. You may use these names and logos in any direct port or binary distribution of CUPS. Please contact Easy Software Products for written permission to use them in derivative products. Our intention is to protect the value of these trademarks and ensure that any derivative product meets the same high-quality standards as the original.\ +\pard\pardeftab720\sa280\ql\qnatural + +\f0\b\fs28 \cf0 Binary Distribution Rights\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0\fs24 \cf0 Easy Software Products also sells rights to the CUPS source code under a binary distribution license for vendors that are unable to release source code for their drivers, additions, and modifications to CUPS under the GNU GPL and LGPL. For information please contact us at the address shown above.\ +The Common UNIX Printing System provides a "pdftops" filter that is based on the Xpdf software. For binary distribution licensing of this software, please contact:\ +\pard\pardeftab720\ql\qnatural +\cf0 Derek B. Noonburg\ +Email: {\field{\*\fldinst{HYPERLINK "mailto:derekn@glyphandcog.com"}}{\fldrslt \cf2 \ul \ulc2 derekn@foolabs.com}}\ +WWW: {\field{\*\fldinst{HYPERLINK "http://www.glyphandcog.com/"}}{\fldrslt \cf2 \ul \ulc2 http://www.glyphandcog.com/}}\ +\pard\pardeftab720\sa280\ql\qnatural + +\f0\b\fs28 \cf0 Support\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0\fs24 \cf0 Easy Software Products sells software support for CUPS as well as a commercial printing product based on CUPS called ESP Print Pro. You can find out more at our web site:\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls3\ilvl0{\field{\*\fldinst{HYPERLINK "http://www.easysw.com/"}}{\fldrslt +\f3 \cf2 \ul \ulc2 {\listtext \'a5 }http://www.easysw.com/}} +\f3 \ +\pard\pardeftab720\sa280\ql\qnatural + +\f0\b\fs36 \cf0 GNU GENERAL PUBLIC LICENSE\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0\fs24 \cf0 Version 2, June 1991\ +\pard\pardeftab720\ql\qnatural + +\f3 \cf0 Copyright 1989, 1991 Free Software Foundation, Inc.\ +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\ +\ +Everyone is permitted to copy and distribute verbatim\ +copies of this license document, but changing it is not allowed.\ +\pard\pardeftab720\sa300\ql\qnatural + +\f0\b \cf0 Preamble\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0 \cf0 The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.\ +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.\ +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.\ +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.\ +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.\ +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.\ +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.\ +The precise terms and conditions for copying, distribution and modification follow.\ +\pard\pardeftab720\sa300\ql\qnatural + +\f0\b \cf0 GNU GENERAL PUBLIC LICENSE +\f4 \uc0\u8232 +\f0 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls4\ilvl0 +\f1\b0 \cf0 {\listtext 1. }This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 2. }Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 3. }You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 4. }You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 5. }You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:\ +\pard\tx940\tx1440\pardeftab720\li1440\fi-1440\ql\qnatural +\ls4\ilvl1\cf0 {\listtext 1. }You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.\ +{\listtext 2. }You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.\ +{\listtext 3. }if the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 6. }These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.\ +{\listtext 7. }Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.\ +{\listtext 8. }In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 9. }You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:\ +\pard\tx940\tx1440\pardeftab720\li1440\fi-1440\ql\qnatural +\ls4\ilvl1\cf0 {\listtext 1. }Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,\ +{\listtext 2. }Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,\ +{\listtext 3. }Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 10. }The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.\ +{\listtext 11. }If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 12. }You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.\ +{\listtext 13. }You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.\ +{\listtext 14. }Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.\ +{\listtext 15. }If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 16. }If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.\ +{\listtext 17. }It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.\ +{\listtext 18. }This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 19. }If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.\ +{\listtext 20. }The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 21. }Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls4\ilvl0\cf0 {\listtext 22. }If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.\ +\pard\pardeftab720\sa300\ql\qnatural + +\f0\b \cf0 NO WARRANTY\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls5\ilvl0 +\f1\b0 \cf0 {\listtext 1. }BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\ +{\listtext 2. }IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\ +\pard\pardeftab720\sa300\ql\qnatural + +\f0\b \cf0 END OF TERMS AND CONDITIONS\ +How to Apply These Terms to Your New Programs\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0 \cf0 If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.\ +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.\ +\pard\pardeftab720\ql\qnatural + +\f5\i \cf0 one line to give the program's name and an idea of what it does. +\f3\i0 \ +Copyright (C) +\f5\i yyyy +\f3\i0 +\f5\i name of author +\f3\i0 \ +\ +This program is free software; you can redistribute it and/or\ +modify it under the terms of the GNU General Public License\ +as published by the Free Software Foundation; either version 2\ +of the License, or (at your option) any later version.\ +\ +This program is distributed in the hope that it will be useful,\ +but WITHOUT ANY WARRANTY; without even the implied warranty of\ +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\ +GNU General Public License for more details.\ +\ +You should have received a copy of the GNU General Public License\ +along with this program; if not, write to the Free Software\ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1 \cf0 Also add information on how to contact you by electronic and paper mail.\ +If the program is interactive, make it output a short notice like this when it starts in an interactive mode:\ +\pard\pardeftab720\ql\qnatural + +\f3 \cf0 Gnomovision version 69, Copyright (C) +\f5\i year +\f3\i0 +\f5\i name of author +\f3\i0 \ +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details\ +type `show w'. This is free software, and you are welcome\ +to redistribute it under certain conditions; type `show c' \ +for details.\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1 \cf0 The hypothetical commands +\f3 `show w' +\f1 and +\f3 `show c' +\f1 should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than +\f3 `show w' +\f1 and +\f3 `show c' +\f1 ; they could even be mouse-clicks or menu items--whatever suits your program.\ +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:\ +\pard\pardeftab720\ql\qnatural + +\f3 \cf0 Yoyodyne, Inc., hereby disclaims all copyright\ +interest in the program `Gnomovision'\ +(which makes passes at compilers) written \ +by James Hacker.\ +\ +\pard\pardeftab720\ql\qnatural + +\f5\i \cf0 signature of Ty Coon +\f3\i0 , 1 April 1989\ +Ty Coon, President of Vice\ +\pard\pardeftab720\sa280\ql\qnatural + +\f0\b\fs36 \cf0 GNU LIBRARY GENERAL PUBLIC LICENSE\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0\fs24 \cf0 Version 2, June 1991\ +\pard\pardeftab720\ql\qnatural + +\f3 \cf0 Copyright (C) 1991 Free Software Foundation, Inc.\ +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\ +Everyone is permitted to copy and distribute verbatim copies\ +of this license document, but changing it is not allowed.\ +\ +[This is the first released version of the library GPL. It is\ + numbered 2 because it goes with version 2 of the ordinary GPL.]\ +\pard\pardeftab720\sa300\ql\qnatural + +\f0\b \cf0 Preamble\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0 \cf0 The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.\ +This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too.\ +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.\ +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it.\ +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights.\ +Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library.\ +Also, for each distributor's protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors' reputations.\ +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.\ +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don't assume that anything in it is the same as in the ordinary license.\ +The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such.\ +Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better.\ +However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries.\ +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library.\ +Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one.\ +\pard\pardeftab720\sa300\ql\qnatural + +\f0\b \cf0 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\ +\pard\pardeftab720\sa240\ql\qnatural +\cf0 0. +\f1\b0 This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you".\ +A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.\ +The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)\ +"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.\ +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.\ + +\f0\b 1. +\f1\b0 You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.\ +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.\ + +\f0\b 2. +\f1\b0 You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 1. }The modified work must itself be a software library.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 2. }\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 3. }You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 4. }\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 5. }You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 6. }\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 7. }If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls6\ilvl0\cf0 {\listtext 8. }(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)\ +\pard\pardeftab720\sa240\ql\qnatural +\cf0 These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.\ +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.\ +In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.\ +\pard\pardeftab720\sa240\ql\qnatural + +\f0\b \cf0 3. +\f1\b0 You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.\ +Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.\ +This option is useful when you wish to copy part of the code of the Library into a program that is not a library.\ + +\f0\b 4. +\f1\b0 You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.\ +If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.\ + +\f0\b 5. +\f1\b0 A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.\ +However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.\ +When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.\ +If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)\ +Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.\ + +\f0\b 6. +\f1\b0 As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications.\ +You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls7\ilvl0\cf0 {\listtext 1. }Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls7\ilvl0\cf0 {\listtext 2. }\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls7\ilvl0\cf0 {\listtext 3. }Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls7\ilvl0\cf0 {\listtext 4. }\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls7\ilvl0\cf0 {\listtext 5. }If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls7\ilvl0\cf0 {\listtext 6. }\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls7\ilvl0\cf0 {\listtext 7. }Verify that the user has already received a copy of these materials or that you have already sent this user a copy.\ +\pard\pardeftab720\sa240\ql\qnatural +\cf0 For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.\ +It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.\ +\pard\pardeftab720\sa240\ql\qnatural + +\f0\b \cf0 7. +\f1\b0 You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls8\ilvl0\cf0 {\listtext 1. }Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\sa240\ql\qnatural +\ls8\ilvl0\cf0 {\listtext 2. }\ +\pard\tx220\tx720\pardeftab720\li720\fi-720\ql\qnatural +\ls8\ilvl0\cf0 {\listtext 3. }Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.\ +\pard\pardeftab720\sa240\ql\qnatural + +\f0\b \cf0 8. +\f1\b0 You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.\ + +\f0\b 9. +\f1\b0 You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.\ + +\f0\b 10. +\f1\b0 Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.\ + +\f0\b 11. +\f1\b0 If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.\ +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.\ +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.\ +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.\ + +\f0\b 12. +\f1\b0 If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.\ + +\f0\b 13. +\f1\b0 The Free Software Foundation may publish revised and/or new versions of the Library General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.\ +Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.\ + +\f0\b 14. +\f1\b0 If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.\ + +\f0\b NO WARRANTY +\f1\b0 \ + +\f0\b 15. +\f1\b0 BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\ + +\f0\b 16. +\f1\b0 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\ +\pard\pardeftab720\sa300\ql\qnatural + +\f0\b \cf0 END OF TERMS AND CONDITIONS\ +How to Apply These Terms to Your New Libraries\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1\b0 \cf0 If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).\ +To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.\ +\pard\pardeftab720\ql\qnatural + +\f5\i \cf0 one line to give the library's name and an idea of what it does. +\f3\i0 \ +Copyright (C) +\f5\i year +\f3\i0 +\f5\i name of author +\f3\i0 \ +\ +This library is free software; you can redistribute it and/or\ +modify it under the terms of the GNU Lesser General Public\ +License as published by the Free Software Foundation; either\ +version 2.1 of the License, or (at your option) any later version.\ +\ +This library is distributed in the hope that it will be useful,\ +but WITHOUT ANY WARRANTY; without even the implied warranty of\ +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\ +Lesser General Public License for more details.\ +\ +You should have received a copy of the GNU Lesser General Public\ +License along with this library; if not, write to the Free Software\ +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1 \cf0 Also add information on how to contact you by electronic and paper mail.\ +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:\ +\pard\pardeftab720\ql\qnatural + +\f3 \cf0 Yoyodyne, Inc., hereby disclaims all copyright interest in\ +the library `Frob' (a library for tweaking knobs) written\ +by James Random Hacker.\ +\ +\pard\pardeftab720\ql\qnatural + +\f5\i \cf0 signature of Ty Coon +\f3\i0 , 1 April 1990\ +Ty Coon, President of Vice\ +\pard\pardeftab720\sa240\ql\qnatural + +\f1 \cf0 That's all there is to it!\ +} diff --git a/packaging/WELCOME.rtf b/packaging/WELCOME.rtf new file mode 100644 index 0000000000..fb9e53d6e9 --- /dev/null +++ b/packaging/WELCOME.rtf @@ -0,0 +1,24 @@ +{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf330 +{\fonttbl\f0\fswiss\fcharset77 Helvetica;\f1\fswiss\fcharset77 Helvetica-Bold;} +{\colortbl;\red255\green255\blue255;} +\margl1440\margr1440\vieww9000\viewh8400\viewkind0 +\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural + +\f0\fs24 \cf0 This program will install CUPS @CUPS_VERSION@, replacing the CUPS 1.1.x software that is included with MacOS X. This version of CUPS is known to have issues with the System Preferences "Sharing" page - use the CUPS web interface (http://localhost:631) to control printer sharing and other print server functionality instead.\ +\ + +\f1\b WARNING\ + +\f0\b0 \ +Because MacOS X packages cannot be uninstalled, you will need to reinstall MacOS X to revert to the original CUPS 1.1.x software.\ +\ +Please report all problems using the Bugs & Features page on the CUPS home page:\ +\ + {\field{\*\fldinst{HYPERLINK "http://www.cups.org/str.php"}}{\fldrslt http://www.cups.org/str.php}}\ +\ + +\f1\b NO WARRANTY\ + +\f0\b0 \ +CUPS is provided under the terms of the GNU General Public License and GNU Library General Public License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\ +} diff --git a/packaging/cups-dbus.conf b/packaging/cups-dbus.conf new file mode 100644 index 0000000000..537ac77657 --- /dev/null +++ b/packaging/cups-dbus.conf @@ -0,0 +1,13 @@ + + + + + + + + + + + + diff --git a/packaging/cups-desc.plist.in b/packaging/cups-desc.plist.in new file mode 100644 index 0000000000..13f2b01451 --- /dev/null +++ b/packaging/cups-desc.plist.in @@ -0,0 +1,15 @@ + + + + + IFPkgDescriptionDeleteWarning + + IFPkgDescriptionDescription + The Common UNIX Printing System provides a portable printing layer for UNIX(r) operating systems. + + IFPkgDescriptionTitle + Common UNIX Printing System + IFPkgDescriptionVersion + @CUPS_RELEASE@ + + diff --git a/packaging/cups-info.plist.in b/packaging/cups-info.plist.in new file mode 100644 index 0000000000..f95cf8c300 --- /dev/null +++ b/packaging/cups-info.plist.in @@ -0,0 +1,24 @@ + + + + + IFPkgFlagAuthorizationAction + RootAuthorization + IFPkgFlagBackgroundAlignment + bottomleft + IFPkgFlagBackgroundScaling + none + IFPkgFormatVersion + 0.1 + CFBundleIdentifier + org.cups.cups + CFBundleName + Common UNIX Printing System + CFBundleGetInfoString + Common UNIX Printing System, @CUPS_VERSION@ + CFBundleShortVersionString + @CUPS_RELEASE@ + IFPkgFlagAllowBackRev + + + diff --git a/packaging/cups.list.in b/packaging/cups.list.in new file mode 100644 index 0000000000..42e35a41f2 --- /dev/null +++ b/packaging/cups.list.in @@ -0,0 +1,647 @@ +# +# "$Id$" +# +# ESP Package Manager (EPM) file list for the Common UNIX Printing +# System (CUPS). +# +# Copyright 1997-2007 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +# Product information +%product Common UNIX Printing System +%copyright 1993-2007 by Easy Software Products, All Rights Reserved. +%vendor Easy Software Products +#%license LICENSE.txt +%readme LICENSE.txt +%format rpm +# Red Hat and their epochs... +%version 1:@CUPS_VERSION@ +%format !rpm +%version @CUPS_VERSION@ +%format all +%description The Common UNIX Printing System provides a portable printing +%description layer for UNIX(r) operating systems. It has been developed by +%description Easy Software Products to promote a standard printing solution +%description for all UNIX vendors and users. CUPS provides the System V and +%description Berkeley command-line interfaces. + +%format rpm +%provides lpd +%provides lpr +%provides LPRng +%replaces lpd +%replaces lpr +%replaces LPRng +%requires cups-libs 1:@CUPS_VERSION@ + +%format deb +%provides cupsys +%provides cupsys-client +%provides cupsys-bsd +%requires cups-libs + +%format pkg +%replaces SUNWlpmsg LP Alerts +%replaces SUNWlpr LP Print Service, (Root) +%replaces SUNWlps LP Print Service - Server, (Usr) +%replaces SUNWlpu LP Print Service - Client, (Usr) +%replaces SUNWpsu LP Print Server, (Usr) +%replaces SUNWpsr LP Print Server, (Root) +%replaces SUNWpcu LP Print Client, (Usr) +%replaces SUNWpcr LP Print Client, (Root) +%replaces SUNWppm +%replaces SUNWmp +%replaces SUNWscplp SunOS Print Compatibility + +%format inst +%replaces patch*.print_*.* 0 0 1289999999 1289999999 +%replaces maint*.print_*.* 0 0 1289999999 1289999999 +%replaces print 0 0 1289999999 1289999999 +%replaces fw_cups 0 0 1289999999 1289999999 +%incompat patch*.print_*.* 0 0 1289999999 1289999999 +%incompat maint*.print_*.* 0 0 1289999999 1289999999 +%incompat print 0 0 1289999999 1289999999 +%incompat fw_cups 0 0 1289999999 1289999999 +%requires cups.sw.libs + +%format portable +%requires cups-libs + +%format all + +%subpackage libs +%description Shared libraries +%format deb +%provides libcups1 +%provides libcupsys2 +%provides libcupsys2-gnutls10 +%provides libcupsimage2 +%format all + +%subpackage devel +%description Development environment +%format deb +%provides libcupsys2-dev +%provides libcupsimage2-dev +%format all + +%subpackage lpd +%description LPD support + +%subpackage de +%description German support + +%subpackage es +%description Spanish support + +%subpackage et +%description Estonian support + +%subpackage fr +%description French support + +%subpackage it +%description Italian support + +%subpackage ja +%description Japanese support + +%subpackage pl +%description Polish support + +%subpackage sv +%description Swedish support + +%subpackage + + +# +# GNU variables... +# + +$prefix=@prefix@ +$exec_prefix=@exec_prefix@ +$bindir=@bindir@ +$datarootdir=@datarootdir@ +$datadir=@datadir@ +$includedir=@includedir@ +$infodir=@infodir@ +$libdir=@libdir@ +$libexecdir=@libexecdir@ +$localstatedir=@localstatedir@ +$mandir=@mandir@ +$oldincludedir=@oldincludedir@ +$sbindir=@sbindir@ +$sharedstatedir=@sharedstatedir@ +$srcdir=@srcdir@ +$sysconfdir=@sysconfdir@ +$top_srcdir=@top_srcdir@ + +# +# ESP variables... +# + +$AMANDIR=@AMANDIR@ +$BINDIR=@bindir@ +$CACHEDIR=@CUPS_CACHEDIR@ +$DATADIR=@CUPS_DATADIR@ +$DOCDIR=@CUPS_DOCROOT@ +$INCLUDEDIR=${includedir} +$INITDIR=@INITDIR@ +$INITDDIR=@INITDDIR@ +$LIBDIR=${libdir} +$LOCALEDIR=@CUPS_LOCALEDIR@ +$LOGDIR=@CUPS_LOGDIR@ +$MANDIR=@mandir@ +$PAMDIR=@PAMDIR@ +$PMANDIR=@PMANDIR@ +$REQUESTS=@CUPS_REQUESTS@ +$SBINDIR=@sbindir@ +$SERVERBIN=@CUPS_SERVERBIN@ +$SERVERROOT=@CUPS_SERVERROOT@ +$STATEDIR=@CUPS_STATEDIR@ +$XINETD=@XINETD@ +$LIB32DIR=@LIB32DIR@ +$LIB64DIR=@LIB64DIR@ + +$IMGFILTERS=@IMGFILTERS@ +$PDFTOPS=@PDFTOPS@ + +$CUPS_USER=@CUPS_USER@ +$CUPS_GROUP=@CUPS_GROUP@ +$CUPS_PRIMARY_SYSTEM_GROUP=@CUPS_PRIMARY_SYSTEM_GROUP@ +$CUPS_PERM=0@CUPS_CONFIG_FILE_PERM@ + +$INSTALLSTATIC=@INSTALLSTATIC@ + +$MAN1EXT=@MAN1EXT@ +$MAN5EXT=@MAN5EXT@ +$MAN7EXT=@MAN7EXT@ +$MAN8EXT=@MAN8EXT@ +$MAN8DIR=@MAN8DIR@ + +$DSOLIBS=@DSOLIBS@ + +# Make sure the MD5 password file is now owned by CUPS_USER... +%postinstall if test -f $SERVERROOT/passwd.md5; then +%postinstall chown $CUPS_USER $SERVERROOT/passwd.md5 +%postinstall fi + +# Make sure the shared libraries are refreshed... +%subpackage libs +%system linux +%postinstall ldconfig +%system all +%subpackage + +# Server programs +%system all +# Server files +f 0755 root sys $SBINDIR/cupsd scheduler/cupsd + +d 0755 root sys $SERVERBIN - +d 0755 root sys $SERVERBIN/backend - +f 0700 root sys $SERVERBIN/backend/ipp backend/ipp +l 0700 root sys $SERVERBIN/backend/http ipp +f 0700 root sys $SERVERBIN/backend/lpd backend/lpd +f 0755 root sys $SERVERBIN/backend/parallel backend/parallel +f 0755 root sys $SERVERBIN/backend/scsi backend/scsi +f 0755 root sys $SERVERBIN/backend/serial backend/serial +f 0755 root sys $SERVERBIN/backend/snmp backend/snmp +f 0755 root sys $SERVERBIN/backend/socket backend/socket +f 0755 root sys $SERVERBIN/backend/usb backend/usb +d 0755 root sys $SERVERBIN/cgi-bin - +f 0755 root sys $SERVERBIN/cgi-bin/admin.cgi cgi-bin/admin.cgi +f 0755 root sys $SERVERBIN/cgi-bin/classes.cgi cgi-bin/classes.cgi +f 0755 root sys $SERVERBIN/cgi-bin/help.cgi cgi-bin/help.cgi +f 0755 root sys $SERVERBIN/cgi-bin/jobs.cgi cgi-bin/jobs.cgi +f 0755 root sys $SERVERBIN/cgi-bin/printers.cgi cgi-bin/printers.cgi +d 0755 root sys $SERVERBIN/daemon - +f 0755 root sys $SERVERBIN/daemon/cups-deviced scheduler/cups-deviced +f 0755 root sys $SERVERBIN/daemon/cups-driverd scheduler/cups-driverd +f 0755 root sys $SERVERBIN/daemon/cups-polld scheduler/cups-polld +d 0755 root sys $SERVERBIN/driver - +d 0755 root sys $SERVERBIN/filter - +f 0755 root sys $SERVERBIN/filter/gziptoany filter/gziptoany +f 0755 root sys $SERVERBIN/filter/hpgltops filter/hpgltops +%if IMGFILTERS +f 0755 root sys $SERVERBIN/filter/imagetops filter/imagetops +f 0755 root sys $SERVERBIN/filter/imagetoraster filter/imagetoraster +%endif +%if PDFTOPS +f 0755 root sys $SERVERBIN/filter/pdftops pdftops/pdftops +%endif +f 0755 root sys $SERVERBIN/filter/pstops filter/pstops +f 0755 root sys $SERVERBIN/filter/rastertolabel filter/rastertolabel +l 0755 root sys $SERVERBIN/filter/rastertodymo rastertolabel +f 0755 root sys $SERVERBIN/filter/rastertoepson filter/rastertoepson +f 0755 root sys $SERVERBIN/filter/rastertohp filter/rastertohp +f 0755 root sys $SERVERBIN/filter/texttops filter/texttops +d 0755 root sys $SERVERBIN/notifier - +f 0755 root sys $SERVERBIN/notifier/mailto notifier/mailto + +%subpackage lpd +d 0755 root sys $SERVERBIN/daemon - +f 0755 root sys $SERVERBIN/daemon/cups-lpd scheduler/cups-lpd +%subpackage + +# Admin commands +d 0755 root sys $BINDIR - +l 0755 root sys $BINDIR/enable $SBINDIR/accept +l 0755 root sys $LIBDIR/accept $SBINDIR/accept +d 0755 root sys $SBINDIR - +l 0755 root sys $SBINDIR/cupsdisable accept +l 0755 root sys $SBINDIR/cupsenable accept +l 0755 root sys $BINDIR/disable $SBINDIR/accept +d 0755 root sys $LIBDIR - +l 0755 root sys $LIBDIR/lpadmin $SBINDIR/lpadmin +l 0755 root sys $LIBDIR/reject accept +f 0755 root sys $SBINDIR/accept systemv/accept +f 0755 root sys $SBINDIR/cupsaddsmb systemv/cupsaddsmb +f 0755 root sys $SBINDIR/lpadmin systemv/lpadmin +f 0755 root sys $SBINDIR/lpc berkeley/lpc +f 0755 root sys $SBINDIR/lpinfo systemv/lpinfo +f 0755 root sys $SBINDIR/lpmove systemv/lpmove +l 0755 root sys $SBINDIR/reject accept + +%system irix +l 0755 root sys /usr/etc/lpc $SBINDIR/lpc +%system all + +# User commands +d 0755 root sys $BINDIR - +f 0755 root sys $BINDIR/cancel systemv/cancel +f 0755 root sys $BINDIR/cupstestdsc systemv/cupstestdsc +f 0755 root sys $BINDIR/cupstestppd systemv/cupstestppd +f 0755 root sys $BINDIR/lp systemv/lp +f 0755 root sys $BINDIR/lpoptions systemv/lpoptions +f 4755 root sys $BINDIR/lppasswd systemv/lppasswd +f 0755 root sys $BINDIR/lpq berkeley/lpq +f 0755 root sys $BINDIR/lpr berkeley/lpr +f 0755 root sys $BINDIR/lprm berkeley/lprm +f 0755 root sys $BINDIR/lpstat systemv/lpstat + +%system irix +l 0755 root sys /usr/bsd/lpq $BINDIR/lpq +l 0755 root sys /usr/bsd/lpr $BINDIR/lpr +l 0755 root sys /usr/bsd/lprm $BINDIR/lprm +%system all + +# DSOs +%if DSOLIBS +%subpackage libs +%system hpux +f 0755 root sys $LIBDIR/libcups.sl.2 cups/libcups.sl.2 nostrip() +l 0755 root sys $LIBDIR/libcups.sl libcups.sl.2 +f 0755 root sys $LIBDIR/libcupsimage.sl.2 filter/libcupsimage.sl.2 nostrip() +l 0755 root sys $LIBDIR/libcupsimage.sl libcupsimage.sl.2 +%system aix +f 0755 root sys $LIBDIR/libcups_s.a cups/libcups_s.a nostrip() +f 0755 root sys $LIBDIR/libcupsimage_s.a filter/libcupsimage_s.a nostrip() +%system darwin +f 0755 root sys $LIBDIR/libcups.2.dylib cups/libcups.2.dylib nostrip() +l 0755 root sys $LIBDIR/libcups.dylib libcups.2.dylib +f 0755 root sys $LIBDIR/libcupsimage.2.dylib filter/libcupsimage.2.dylib nostrip() +l 0755 root sys $LIBDIR/libcupsimage.dylib libcupsimage.2.dylib +%system !hpux !aix !darwin +f 0755 root sys $LIBDIR/libcups.so.2 cups/libcups.so.2 nostrip() +l 0755 root sys $LIBDIR/libcups.so libcups.so.2 +f 0755 root sys $LIBDIR/libcupsimage.so.2 filter/libcupsimage.so.2 nostrip() +l 0755 root sys $LIBDIR/libcupsimage.so libcupsimage.so.2 +%system all +%subpackage +%endif + +%if LIB32DIR +%subpackage libs +f 0755 root sys $LIB32DIR/libcups.so.2 cups/libcups.32.so.2 nostrip() +l 0755 root sys $LIB32DIR/libcups.so libcups.so.2 +f 0755 root sys $LIB32DIR/libcupsimage.so.2 filter/libcupsimage.32.so.2 nostrip() +l 0755 root sys $LIB32DIR/libcupsimage.so libcupsimage.so.2 +%system all +%subpackage +%endif + +%if LIB64DIR +%subpackage libs +f 0755 root sys $LIB64DIR/libcups.so.2 cups/libcups.64.so.2 nostrip() +l 0755 root sys $LIB64DIR/libcups.so libcups.so.2 +f 0755 root sys $LIB64DIR/libcupsimage.so.2 filter/libcupsimage.64.so.2 nostrip() +l 0755 root sys $LIB64DIR/libcupsimage.so libcupsimage.so.2 +%system all +%subpackage +%endif + +# Directories +d 0755 root sys $LOGDIR - +d 0710 root $CUPS_GROUP $REQUESTS - +d 1770 root $CUPS_GROUP $REQUESTS/tmp - +d 0775 root $CUPS_GROUP $CACHEDIR - +#d 0755 root $CUPS_GROUP $CACHEDIR/ppd - +d 0755 root $CUPS_GROUP $STATEDIR - +d 0511 root $CUPS_PRIMARY_SYSTEM_GROUP $STATEDIR/certs - + +# Data files +%subpackage de +f 0644 root sys $LOCALEDIR/de/cups_de.po locale/cups_de.po +%subpackage es +f 0644 root sys $LOCALEDIR/es/cups_es.po locale/cups_es.po +%subpackage et +f 0644 root sys $LOCALEDIR/et/cups_et.po locale/cups_et.po +%subpackage fr +f 0644 root sys $LOCALEDIR/fr/cups_fr.po locale/cups_fr.po +%subpackage it +f 0644 root sys $LOCALEDIR/it/cups_it.po locale/cups_it.po +%subpackage ja +f 0644 root sys $LOCALEDIR/ja/cups_ja.po locale/cups_ja.po +%subpackage pl +f 0644 root sys $LOCALEDIR/pl/cups_pl.po locale/cups_pl.po +%subpackage sv +f 0644 root sys $LOCALEDIR/sv/cups_sv.po locale/cups_sv.po +%subpackage + +d 0755 root sys $DATADIR - + +d 0755 root sys $DATADIR/banners - +f 0644 root sys $DATADIR/banners/classified data/classified +f 0644 root sys $DATADIR/banners/confidential data/confidential +f 0644 root sys $DATADIR/banners/secret data/secret +f 0644 root sys $DATADIR/banners/standard data/standard +f 0644 root sys $DATADIR/banners/topsecret data/topsecret +f 0644 root sys $DATADIR/banners/unclassified data/unclassified + +d 0755 root sys $DATADIR/charmaps - +f 0644 root sys $DATADIR/charmaps data/*.txt + +d 0755 root sys $DATADIR/charsets - +f 0644 root sys $DATADIR/charsets/windows-874 data/windows-874 +f 0644 root sys $DATADIR/charsets/windows-1250 data/windows-1250 +f 0644 root sys $DATADIR/charsets/windows-1251 data/windows-1251 +f 0644 root sys $DATADIR/charsets/windows-1252 data/windows-1252 +f 0644 root sys $DATADIR/charsets/windows-1253 data/windows-1253 +f 0644 root sys $DATADIR/charsets/windows-1254 data/windows-1254 +f 0644 root sys $DATADIR/charsets/windows-1255 data/windows-1255 +f 0644 root sys $DATADIR/charsets/windows-1256 data/windows-1256 +f 0644 root sys $DATADIR/charsets/windows-1257 data/windows-1257 +f 0644 root sys $DATADIR/charsets/windows-1258 data/windows-1258 +f 0644 root sys $DATADIR/charsets/iso-8859-1 data/iso-8859-1 +f 0644 root sys $DATADIR/charsets/iso-8859-2 data/iso-8859-2 +f 0644 root sys $DATADIR/charsets/iso-8859-3 data/iso-8859-3 +f 0644 root sys $DATADIR/charsets/iso-8859-4 data/iso-8859-4 +f 0644 root sys $DATADIR/charsets/iso-8859-5 data/iso-8859-5 +f 0644 root sys $DATADIR/charsets/iso-8859-6 data/iso-8859-6 +f 0644 root sys $DATADIR/charsets/iso-8859-7 data/iso-8859-7 +f 0644 root sys $DATADIR/charsets/iso-8859-8 data/iso-8859-8 +f 0644 root sys $DATADIR/charsets/iso-8859-9 data/iso-8859-9 +f 0644 root sys $DATADIR/charsets/iso-8859-10 data/iso-8859-10 +f 0644 root sys $DATADIR/charsets/iso-8859-13 data/iso-8859-13 +f 0644 root sys $DATADIR/charsets/iso-8859-14 data/iso-8859-14 +f 0644 root sys $DATADIR/charsets/iso-8859-15 data/iso-8859-15 +f 0644 root sys $DATADIR/charsets/utf-8 data/utf-8 + +d 0755 root sys $DATADIR/data - +f 0644 root sys $DATADIR/data/HPGLprolog data/HPGLprolog +f 0644 root sys $DATADIR/data/psglyphs data/psglyphs +f 0644 root sys $DATADIR/data/testprint.ps data/testprint.ps + +d 0755 root sys $DATADIR/fonts - +f 0644 root sys $DATADIR/fonts fonts/Courier* +f 0644 root sys $DATADIR/fonts/Symbol fonts/Symbol + +d 0755 root sys $DATADIR/model - +f 0644 root sys $DATADIR/model ppd/*.ppd + +d 0755 root sys $DATADIR/templates - +c 0644 root sys $DATADIR/templates templates/*.tmpl + +# Japanese template files +%subpackage de +d 0755 root sys $DATADIR/templates/de +f 0644 root sys $DATADIR/templates/de templates/de/*.tmpl +%subpackage es +d 0755 root sys $DATADIR/templates/es +f 0644 root sys $DATADIR/templates/es templates/es/*.tmpl +%subpackage et +d 0755 root sys $DATADIR/templates/et +f 0644 root sys $DATADIR/templates/et templates/et/*.tmpl +%subpackage fr +d 0755 root sys $DATADIR/templates/fr +f 0644 root sys $DATADIR/templates/fr templates/fr/*.tmpl +%subpackage it +d 0755 root sys $DATADIR/templates/it +f 0644 root sys $DATADIR/templates/it templates/it/*.tmpl +%subpackage ja +d 0755 root sys $DATADIR/templates/ja +f 0644 root sys $DATADIR/templates/ja templates/ja/*.tmpl +%subpackage pl +d 0755 root sys $DATADIR/templates/pl +f 0644 root sys $DATADIR/templates/pl templates/pl/*.tmpl +%subpackage sv +d 0755 root sys $DATADIR/templates/sv +f 0644 root sys $DATADIR/templates/sv templates/sv/*.tmpl +%subpackage + +# Config files +d 0755 root sys $SERVERROOT - +d 0755 root $CUPS_GROUP $SERVERROOT/interfaces - +d 0755 root $CUPS_GROUP $SERVERROOT/ppd - +d 0700 root $CUPS_GROUP $SERVERROOT/ssl - +c $CUPS_PERM root $CUPS_GROUP $SERVERROOT conf/*.conf +f $CUPS_PERM root $CUPS_GROUP $SERVERROOT/cupsd.conf.default conf/cupsd.conf +f 0644 root $CUPS_GROUP $SERVERROOT/mime.convs conf/mime.convs +f 0644 root $CUPS_GROUP $SERVERROOT/mime.types conf/mime.types + +%if PAMDIR +d 0755 root sys $PAMDIR - +c 0644 root sys $PAMDIR/cups conf/@PAMFILE@ +%endif + +%subpackage devel +# Developer files +f 0755 root sys $BINDIR/cups-config cups-config +d 0755 root sys $INCLUDEDIR/cups - +f 0644 root sys $INCLUDEDIR/cups/adminutil.h cups/adminutil.h +f 0644 root sys $INCLUDEDIR/cups/array.h cups/array.h +f 0644 root sys $INCLUDEDIR/cups/backend.h cups/backend.h +f 0644 root sys $INCLUDEDIR/cups/cups.h cups/cups.h +f 0644 root sys $INCLUDEDIR/cups/dir.h cups/dir.h +f 0644 root sys $INCLUDEDIR/cups/file.h cups/file.h +f 0644 root sys $INCLUDEDIR/cups/http.h cups/http.h +f 0644 root sys $INCLUDEDIR/cups/image.h filter/image.h +f 0644 root sys $INCLUDEDIR/cups/ipp.h cups/ipp.h +f 0644 root sys $INCLUDEDIR/cups/language.h cups/language.h +f 0644 root sys $INCLUDEDIR/cups/md5.h cups/md5.h +f 0644 root sys $INCLUDEDIR/cups/ppd.h cups/ppd.h +f 0644 root sys $INCLUDEDIR/cups/raster.h filter/raster.h +f 0644 root sys $INCLUDEDIR/cups/transcode.h cups/transcode.h + +%if INSTALLSTATIC +f 0644 root sys $LIBDIR/libcups.a cups/libcups.a +f 0644 root sys $LIBDIR/libcupsimage.a filter/libcupsimage.a +%endif + +d 0755 root sys $DOCDIR/help - +f 0644 root sys $DOCDIR/help doc/help/api*.html +f 0644 root sys $DOCDIR/help doc/help/spec*.html +%subpackage + +# Documentation files +d 0755 root sys $DOCDIR - +f 0644 root sys $DOCDIR doc/*.css +f 0644 root sys $DOCDIR doc/*.html +d 0755 root sys $DOCDIR/help - +f 0644 root sys $DOCDIR/help/cgi.html doc/help/cgi.html +f 0644 root sys $DOCDIR/help/glossary.html doc/help/glossary.html +f 0644 root sys $DOCDIR/help/license.html doc/help/license.html +f 0644 root sys $DOCDIR/help/network.html doc/help/network.html +f 0644 root sys $DOCDIR/help/options.html doc/help/options.html +f 0644 root sys $DOCDIR/help/overview.html doc/help/overview.html +f 0644 root sys $DOCDIR/help/policies.html doc/help/policies.html +f 0644 root sys $DOCDIR/help/security.html doc/help/security.html +f 0644 root sys $DOCDIR/help/standard.html doc/help/standard.html +f 0644 root sys $DOCDIR/help/translation.html doc/help/translation.html +f 0644 root sys $DOCDIR/help/whatsnew.html doc/help/whatsnew.html +f 0644 root sys $DOCDIR/help doc/help/man-*.html +f 0644 root sys $DOCDIR/help doc/help/ref-*.html +d 0755 root sys $DOCDIR/images - +f 0644 root sys $DOCDIR/images doc/images/*.gif +f 0644 root sys $DOCDIR/images doc/images/*.jpg +f 0644 root sys $DOCDIR/images doc/images/*.png +f 0644 root sys $DOCDIR/robots.txt doc/robots.txt + +# Localized documentation files +%subpackage de +d 0755 root sys $DOCDIR/de +f 0644 root sys $DOCDIR/de doc/de/*.html +d 0755 root sys $DOCDIR/de/images - +f 0644 root sys $DOCDIR/de/images doc/de/images/*.gif +%subpackage es +d 0755 root sys $DOCDIR/es +f 0644 root sys $DOCDIR/es doc/es/*.html +d 0755 root sys $DOCDIR/es/images - +f 0644 root sys $DOCDIR/es/images doc/es/images/*.gif +%subpackage et +d 0755 root sys $DOCDIR/et +f 0644 root sys $DOCDIR/et doc/et/*.html +d 0755 root sys $DOCDIR/et/images - +f 0644 root sys $DOCDIR/et/images doc/et/images/*.gif +%subpackage fr +d 0755 root sys $DOCDIR/fr +f 0644 root sys $DOCDIR/fr doc/fr/*.html +d 0755 root sys $DOCDIR/fr/images - +f 0644 root sys $DOCDIR/fr/images doc/fr/images/*.gif +%subpackage it +d 0755 root sys $DOCDIR/it +f 0644 root sys $DOCDIR/it doc/it/*.html +d 0755 root sys $DOCDIR/it/images - +f 0644 root sys $DOCDIR/it/images doc/it/images/*.gif +%subpackage ja +d 0755 root sys $DOCDIR/ja +f 0644 root sys $DOCDIR/ja doc/ja/*.html +d 0755 root sys $DOCDIR/ja/images - +f 0644 root sys $DOCDIR/ja/images doc/ja/images/*.gif +%subpackage pl +d 0755 root sys $DOCDIR/pl +f 0644 root sys $DOCDIR/pl doc/pl/*.html +d 0755 root sys $DOCDIR/pl/images - +f 0644 root sys $DOCDIR/pl/images doc/pl/images/*.gif +%subpackage sv +d 0755 root sys $DOCDIR/sv +f 0644 root sys $DOCDIR/sv doc/sv/*.html +d 0755 root sys $DOCDIR/sv/images - +f 0644 root sys $DOCDIR/sv/images doc/sv/images/*.gif +%subpackage + +# Man pages +d 0755 root sys $AMANDIR - +d 0755 root sys $AMANDIR/man$MAN8DIR - +d 0755 root sys $MANDIR - +d 0755 root sys $MANDIR/man1 - +d 0755 root sys $MANDIR/man5 - +d 0755 root sys $MANDIR/man7 - + +f 0644 root sys $MANDIR/man1/cancel.$MAN1EXT man/cancel.$MAN1EXT +f 0644 root sys $MANDIR/man1/cupstestdsc.$MAN1EXT man/cupstestdsc.$MAN1EXT +f 0644 root sys $MANDIR/man1/cupstestppd.$MAN1EXT man/cupstestppd.$MAN1EXT +f 0644 root sys $MANDIR/man1/lpoptions.$MAN1EXT man/lpoptions.$MAN1EXT +f 0644 root sys $MANDIR/man1/lppasswd.$MAN1EXT man/lppasswd.$MAN1EXT +f 0644 root sys $MANDIR/man1/lpq.$MAN1EXT man/lpq.$MAN1EXT +f 0644 root sys $MANDIR/man1/lprm.$MAN1EXT man/lprm.$MAN1EXT +f 0644 root sys $MANDIR/man1/lpr.$MAN1EXT man/lpr.$MAN1EXT +f 0644 root sys $MANDIR/man1/lpstat.$MAN1EXT man/lpstat.$MAN1EXT +f 0644 root sys $MANDIR/man1/lp.$MAN1EXT man/lp.$MAN1EXT + +f 0644 root sys $MANDIR/man5/classes.conf.$MAN5EXT man/classes.conf.$MAN5EXT +f 0644 root sys $MANDIR/man5/cupsd.conf.$MAN5EXT man/cupsd.conf.$MAN5EXT +f 0644 root sys $MANDIR/man5/mailto.conf.$MAN5EXT man/mailto.conf.$MAN5EXT +f 0644 root sys $MANDIR/man5/mime.convs.$MAN5EXT man/mime.convs.$MAN5EXT +f 0644 root sys $MANDIR/man5/mime.types.$MAN5EXT man/mime.types.$MAN5EXT +f 0644 root sys $MANDIR/man5/printers.conf.$MAN5EXT man/printers.conf.$MAN5EXT + +f 0644 root sys $MANDIR/man7/backend.$MAN7EXT man/backend.$MAN7EXT +f 0644 root sys $MANDIR/man7/filter.$MAN7EXT man/filter.$MAN7EXT + +f 0644 root sys $AMANDIR/man$MAN8DIR/accept.$MAN8EXT man/accept.$MAN8EXT +l 0644 root sys $AMANDIR/man$MAN8DIR/reject.$MAN8EXT accept.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/cupsaddsmb.$MAN8EXT man/cupsaddsmb.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/cups-polld.$MAN8EXT man/cups-polld.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/cupsd.$MAN8EXT man/cupsd.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/cupsenable.$MAN8EXT man/cupsenable.$MAN8EXT +l 0644 root sys $AMANDIR/man$MAN8DIR/cupsdisable.$MAN8EXT cupsenable.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/lpadmin.$MAN8EXT man/lpadmin.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/lpc.$MAN8EXT man/lpc.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/lpinfo.$MAN8EXT man/lpinfo.$MAN8EXT +f 0644 root sys $AMANDIR/man$MAN8DIR/lpmove.$MAN8EXT man/lpmove.$MAN8EXT + +%subpackage devel +f 0644 root sys $MANDIR/man1/cups-config.$MAN1EXT man/cups-config.$MAN1EXT + +%subpackage lpd +d 0755 root sys $AMANDIR/man$MAN8DIR - +f 0644 root sys $AMANDIR/man$MAN8DIR/cups-lpd.$MAN8EXT man/cups-lpd.$MAN8EXT +%subpackage + +# Startup scripts +%system darwin +f 0644 root sys /System/Library/LaunchDaemons/org.cups.cupsd.plist init/org.cups.cupsd.plist +%postinstall <. +# +# Copyright 1999-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +# Conditional build options (--with name/--without name): +# +# dbus - Enable/disable DBUS support (default = enable) +# php - Enable/disable PHP support (default = enable) + +%{!?_with_dbus: %{!?_without_dbus: %define _with_dbus --with-dbus}} +%{?_with_dbus: %define _dbus --enable-dbus} +%{!?_with_dbus: %define _dbus --disable-dbus} + +%{!?_with_php: %{!?_without_php: %define _with_php --with-php}} +%{?_with_php: %define _php --with-php} +%{!?_with_php: %define _php --without-php} + +%{!?_with_static: %{!?_without_static: %define _without_static --without-static}} +%{?_with_static: %define _static --enable-static} +%{!?_with_static: %define _static --disable-static} + +Summary: Common UNIX Printing System +Name: cups +Version: @CUPS_VERSION@ +Release: 0 +Epoch: 1 +License: GPL +Group: System Environment/Daemons +Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.gz +Url: http://www.cups.org +Packager: Anonymous +Vendor: Easy Software Products + +# Use buildroot so as not to disturb the version already installed +BuildRoot: /tmp/%{name}-root + +# Dependencies... +Requires: %{name}-libs = %{epoch}:%{version} +Obsoletes: lpd, lpr, LPRng +Provides: lpd, lpr, LPRng + +%package devel +Summary: Common UNIX Printing System - development environment +Group: Development/Libraries +Requires: %{name}-libs = %{epoch}:%{version} + +%package libs +Summary: Common UNIX Printing System - shared libraries +Group: System Environment/Libraries +Provides: libcups1 + +%package lpd +Summary: Common UNIX Printing System - LPD support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} xinetd + +%package de +Summary: Common UNIX Printing System - German support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%package es +Summary: Common UNIX Printing System - Spanish support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%package et +Summary: Common UNIX Printing System - Estonian support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%package fr +Summary: Common UNIX Printing System - French support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%package it +Summary: Common UNIX Printing System - Italian support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%package ja +Summary: Common UNIX Printing System - Japanese support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%package pl +Summary: Common UNIX Printing System - Polish support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%package sv +Summary: Common UNIX Printing System - Swedish support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + +%if %{?_with_php:1}%{!?_with_php:0} +%package php +Summary: Common UNIX Printing System - PHP support +Group: Development/Languages +Requires: %{name}-libs = %{epoch}:%{version} +%endif + +%description +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. It has been developed by Easy Software Products +to promote a standard printing solution for all UNIX vendors and users. +CUPS provides the System V and Berkeley command-line interfaces. + +%description devel +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This is the development package for creating +additional printer drivers and other CUPS services. + +%description libs +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package contains the CUPS shared libraries. + +%description lpd +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides LPD client support. + +%description de +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides German support. + +%description es +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides Spanish support. + +%description et +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides Estonian support. + +%description fr +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides French support. + +%description it +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides Italian support. + +%description ja +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides Japanese support. + +%description pl +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides Polish support. + +%description sv +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides Swedish support. + +%if %{?_with_php:1}%{!?_with_php:0} +%description php +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides PHP support. +%endif + +%prep +%setup + +%build +%ifarch x86_64 +./configure --enable-32bit %{_dbus} %{_php} %{_static} +%else +CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" \ + ./configure %{_dbus} %{_php} %{_static} +%endif +# If we got this far, all prerequisite libraries must be here. +make + +%install +# Make sure the RPM_BUILD_ROOT directory exists. +rm -rf $RPM_BUILD_ROOT + +make BUILDROOT=$RPM_BUILD_ROOT install + +%post +/sbin/chkconfig --add cups +/sbin/chkconfig cups on + +# Restart cupsd if we are upgrading... +if test $1 -gt 1; then + /sbin/service cups stop + /sbin/service cups start +fi + +%post libs +/sbin/ldconfig + +%preun +if test $1 = 0; then + /sbin/service cups stop + /sbin/chkconfig --del cups +fi + +%postun +if test $1 -ge 1; then + /sbin/service cups stop + /sbin/service cups start +fi + +%postun libs +/sbin/ldconfig + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%docdir /usr/share/doc/cups +%defattr(-,root,root) +%dir /etc/cups +%config(noreplace) /etc/cups/*.conf +/etc/cups/cupsd.conf.default +%dir /etc/cups/interfaces +/etc/cups/mime.types +/etc/cups/mime.convs +%dir /etc/cups/ppd +%attr(0700,root,root) %dir /etc/cups/ssl + +%if %{?_with_dbus:1}%{!?_with_dbus:0} +# DBUS +/etc/dbus-1/system.d/* +%endif + +# PAM +%dir /etc/pam.d +/etc/pam.d/* + +# RC dirs are a pain under Linux... Uncomment the appropriate ones if you +# don't use Red Hat or Mandrake... + +/etc/init.d/* +/etc/rc0.d/* +/etc/rc2.d/* +/etc/rc3.d/* +/etc/rc5.d/* + +# OLD RedHat/Mandrake +#/etc/rc.d/init.d/* +#/etc/rc.d/rc0.d/* +#/etc/rc.d/rc2.d/* +#/etc/rc.d/rc3.d/* +#/etc/rc.d/rc5.d/* + +#/sbin/rc.d/* +#/sbin/rc.d/rc0.d/* +#/sbin/rc.d/rc2.d/* +#/sbin/rc.d/rc3.d/* +#/sbin/rc.d/rc5.d/* + +/usr/bin/cancel +/usr/bin/cupstestdsc +/usr/bin/cupstestppd +/usr/bin/lp* +%dir /usr/lib/cups +%dir /usr/lib/cups/backend +/usr/lib/cups/backend/http +/usr/lib/cups/backend/ipp +%attr(0700,root,root) /usr/lib/cups/backend/lpd +/usr/lib/cups/backend/parallel +/usr/lib/cups/backend/scsi +/usr/lib/cups/backend/serial +/usr/lib/cups/backend/snmp +/usr/lib/cups/backend/socket +/usr/lib/cups/backend/usb +%dir /usr/lib/cups/cgi-bin +/usr/lib/cups/cgi-bin/* +%dir /usr/lib/cups/daemon +/usr/lib/cups/daemon/cups-deviced +/usr/lib/cups/daemon/cups-driverd +/usr/lib/cups/daemon/cups-polld +%dir /usr/lib/cups/driver +%dir /usr/lib/cups/filter +/usr/lib/cups/filter/* +%dir /usr/lib/cups/monitor +/usr/lib/cups/monitor/* +%dir /usr/lib/cups/notifier +/usr/lib/cups/notifier/* + +/usr/sbin/* +%dir /usr/share/cups +%dir /usr/share/cups/banners +/usr/share/cups/banners/* +%dir /usr/share/cups/charmaps +/usr/share/cups/charmaps/* +%dir /usr/share/cups/charsets +/usr/share/cups/charsets/* +%dir /usr/share/cups/data +/usr/share/cups/data/* +%dir /usr/share/cups/fonts +/usr/share/cups/fonts/* +%dir /usr/share/cups/model +/usr/share/cups/model/* +%dir /usr/share/cups/templates +/usr/share/cups/templates/*.tmpl +%dir /usr/share/doc/cups +/usr/share/doc/cups/*.* +%dir /usr/share/doc/cups/help +/usr/share/doc/cups/help/cgi.html +/usr/share/doc/cups/help/glossary.html +/usr/share/doc/cups/help/license.html +/usr/share/doc/cups/help/man-*.html +/usr/share/doc/cups/help/network.html +/usr/share/doc/cups/help/options.html +/usr/share/doc/cups/help/overview.html +/usr/share/doc/cups/help/policies.html +/usr/share/doc/cups/help/ref-*.html +/usr/share/doc/cups/help/security.html +/usr/share/doc/cups/help/standard.html +/usr/share/doc/cups/help/translation.html +/usr/share/doc/cups/help/whatsnew.html +%dir /usr/share/doc/cups/images +/usr/share/doc/cups/images/* + +%dir /usr/share/man/man1 +/usr/share/man/man1/cancel.1.gz +/usr/share/man/man1/cupstestdsc.1.gz +/usr/share/man/man1/cupstestppd.1.gz +/usr/share/man/man1/lp.1.gz +/usr/share/man/man1/lpoptions.1.gz +/usr/share/man/man1/lppasswd.1.gz +/usr/share/man/man1/lpq.1.gz +/usr/share/man/man1/lpr.1.gz +/usr/share/man/man1/lprm.1.gz +/usr/share/man/man1/lpstat.1.gz +%dir /usr/share/man/man5 +/usr/share/man/man5/* +%dir /usr/share/man/man8 +/usr/share/man/man8/accept.8.gz +/usr/share/man/man8/cupsaddsmb.8.gz +/usr/share/man/man8/cupsd.8.gz +/usr/share/man/man8/cupsdisable.8.gz +/usr/share/man/man8/cupsenable.8.gz +/usr/share/man/man8/cups-deviced.8.gz +/usr/share/man/man8/cups-driverd.8.gz +/usr/share/man/man8/cups-polld.8.gz +/usr/share/man/man8/lpadmin.8.gz +/usr/share/man/man8/lpc.8.gz +/usr/share/man/man8/lpinfo.8.gz +/usr/share/man/man8/lpmove.8.gz +/usr/share/man/man8/reject.8.gz + +%dir /var/cache/cups +%dir /var/log/cups +%dir /var/run/cups +%attr(0711,lp,sys) %dir /var/run/cups/certs +%attr(0710,lp,sys) %dir /var/spool/cups +%attr(1770,lp,sys) %dir /var/spool/cups/tmp + +# Desktop files +/usr/share/applications/* +/usr/share/icons/* + +%files devel +%defattr(-,root,root) +%dir /usr/share/man/man1 +/usr/share/man/man1/cups-config.1.gz +%dir /usr/share/man/man7 +/usr/share/man/man7/* + +/usr/bin/cups-config +%dir /usr/include/cups +/usr/include/cups/* +/usr/lib*/*.so + +%if %{?_with_static:1}%{!?_with_static:0} +/usr/lib*/*.a +%endif + +%dir /usr/share/doc/cups/help +/usr/share/doc/cups/help/api*.html +/usr/share/doc/cups/help/spec*.html + +%files libs +%defattr(-,root,root) +/usr/lib*/*.so.* + +%files lpd +%defattr(-,root,root) +/etc/xinetd.d/cups-lpd +%dir /usr/lib/cups +%dir /usr/lib/cups/daemon +/usr/lib/cups/daemon/cups-lpd +%dir /usr/share/man/man8 +/usr/share/man/man8/cups-lpd.8.gz + +%files de +%defattr(-,root,root) +%dir /usr/share/doc/cups/de +/usr/share/doc/cups/de/index.html +%dir /usr/share/doc/cups/de/images +/usr/share/doc/cups/de/images/* +%dir /usr/share/cups/templates/de +/usr/share/cups/templates/de/* +/usr/share/locale/de/cups_de.po + +%files es +%defattr(-,root,root) +%dir /usr/share/doc/cups/es +/usr/share/doc/cups/es/index.html +%dir /usr/share/doc/cups/es/images +/usr/share/doc/cups/es/images/* +%dir /usr/share/cups/templates/es +/usr/share/cups/templates/es/* +/usr/share/locale/es/cups_es.po + +%files et +%defattr(-,root,root) +%dir /usr/share/doc/cups/et +/usr/share/doc/cups/et/index.html +%dir /usr/share/doc/cups/et/images +/usr/share/doc/cups/et/images/* +%dir /usr/share/cups/templates/et +/usr/share/cups/templates/et/* +/usr/share/locale/et/cups_et.po + +%files fr +%defattr(-,root,root) +%dir /usr/share/doc/cups/fr +/usr/share/doc/cups/fr/index.html +%dir /usr/share/doc/cups/fr/images +/usr/share/doc/cups/fr/images/* +%dir /usr/share/cups/templates/fr +/usr/share/cups/templates/fr/* +/usr/share/locale/fr/cups_fr.po + +%files it +%defattr(-,root,root) +%dir /usr/share/doc/cups/it +/usr/share/doc/cups/it/index.html +%dir /usr/share/doc/cups/it/images +/usr/share/doc/cups/it/images/* +%dir /usr/share/cups/templates/it +/usr/share/cups/templates/it/* +/usr/share/locale/it/cups_it.po + +%files ja +%defattr(-,root,root) +%dir /usr/share/doc/cups/ja +/usr/share/doc/cups/ja/index.html +%dir /usr/share/doc/cups/ja/images +/usr/share/doc/cups/ja/images/* +%dir /usr/share/cups/templates/ja +/usr/share/cups/templates/ja/* +/usr/share/locale/ja/cups_ja.po + +%files pl +%defattr(-,root,root) +%dir /usr/share/doc/cups/pl +/usr/share/doc/cups/pl/index.html +%dir /usr/share/doc/cups/pl/images +/usr/share/doc/cups/pl/images/* +%dir /usr/share/cups/templates/pl +/usr/share/cups/templates/pl/* +/usr/share/locale/pl/cups_pl.po + +%files sv +%defattr(-,root,root) +%dir /usr/share/doc/cups/sv +/usr/share/doc/cups/sv/index.html +%dir /usr/share/doc/cups/sv/images +/usr/share/doc/cups/sv/images/* +%dir /usr/share/cups/templates/sv +/usr/share/cups/templates/sv/* +/usr/share/locale/sv/cups_sv.po + +%if %{?_with_php:1}%{!?_with_php:0} +%files php +# PHP +/usr/lib*/php* +%endif + + +# +# End of "$Id$". +# diff --git a/packaging/installer.gif b/packaging/installer.gif new file mode 100644 index 0000000000000000000000000000000000000000..8fa635eb0a1a365eaad1cf125ea9d172865f7cbf GIT binary patch literal 2686 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 literal 0 Hc-jL100001 diff --git a/packaging/installer.xcf.gz b/packaging/installer.xcf.gz new file mode 100644 index 0000000000000000000000000000000000000000..25650c2ea33ae9dc0848025213332e5c402d1058 GIT binary patch literal 7026 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 Q-G0^l-zB6Mj(U>-0O}me8UO$Q literal 0 Hc-jL100001 diff --git a/pdftops/Annot.cxx b/pdftops/Annot.cxx new file mode 100644 index 0000000000..19efb9c88c --- /dev/null +++ b/pdftops/Annot.cxx @@ -0,0 +1,317 @@ +//======================================================================== +// +// Annot.cc +// +// Copyright 2000-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "gmem.h" +#include "Object.h" +#include "Catalog.h" +#include "Gfx.h" +#include "Lexer.h" +#include "Annot.h" + +//------------------------------------------------------------------------ +// Annot +//------------------------------------------------------------------------ + +Annot::Annot(XRef *xrefA, Dict *acroForm, Dict *dict) { + Object apObj, asObj, obj1, obj2; + GBool regen, isTextField; + double t; + + ok = gFalse; + xref = xrefA; + appearBuf = NULL; + + if (dict->lookup("Rect", &obj1)->isArray() && + obj1.arrayGetLength() == 4) { + //~ should check object types here + obj1.arrayGet(0, &obj2); + xMin = obj2.getNum(); + obj2.free(); + obj1.arrayGet(1, &obj2); + yMin = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2, &obj2); + xMax = obj2.getNum(); + obj2.free(); + obj1.arrayGet(3, &obj2); + yMax = obj2.getNum(); + obj2.free(); + if (xMin > xMax) { + t = xMin; xMin = xMax; xMax = t; + } + if (yMin > yMax) { + t = yMin; yMin = yMax; yMax = t; + } + } else { + //~ this should return an error + xMin = yMin = 0; + xMax = yMax = 1; + } + obj1.free(); + + // check if field apperances need to be regenerated + regen = gFalse; + if (acroForm) { + acroForm->lookup("NeedAppearances", &obj1); + if (obj1.isBool() && obj1.getBool()) { + regen = gTrue; + } + obj1.free(); + } + + // check for a text-type field + isTextField = dict->lookup("FT", &obj1)->isName("Tx"); + obj1.free(); + +#if 0 //~ appearance stream generation is not finished yet + if (regen && isTextField) { + generateAppearance(acroForm, dict); + } else { +#endif + if (dict->lookup("AP", &apObj)->isDict()) { + if (dict->lookup("AS", &asObj)->isName()) { + if (apObj.dictLookup("N", &obj1)->isDict()) { + if (obj1.dictLookupNF(asObj.getName(), &obj2)->isRef()) { + obj2.copy(&appearance); + ok = gTrue; + } else { + obj2.free(); + if (obj1.dictLookupNF("Off", &obj2)->isRef()) { + obj2.copy(&appearance); + ok = gTrue; + } + } + obj2.free(); + } + obj1.free(); + } else { + if (apObj.dictLookupNF("N", &obj1)->isRef()) { + obj1.copy(&appearance); + ok = gTrue; + } + obj1.free(); + } + asObj.free(); + } + apObj.free(); +#if 0 //~ appearance stream generation is not finished yet + } +#endif +} + +Annot::~Annot() { + appearance.free(); + if (appearBuf) { + delete appearBuf; + } +} + +void Annot::generateAppearance(Dict *acroForm, Dict *dict) { + MemStream *appearStream; + Object daObj, vObj, drObj, appearDict, obj1, obj2; + GString *daStr, *daStr1, *vStr, *s; + char buf[256]; + double fontSize; + int c; + int i0, i1; + + //~ DA can be inherited + if (dict->lookup("DA", &daObj)->isString()) { + daStr = daObj.getString(); + + // look for a font size + //~ may want to parse the DS entry in place of this (if it exists) + daStr1 = NULL; + fontSize = 10; + for (i1 = daStr->getLength() - 2; i1 >= 0; --i1) { + if (daStr->getChar(i1) == 'T' && daStr->getChar(i1+1) == 'f') { + for (--i1; i1 >= 0 && Lexer::isSpace(daStr->getChar(i1)); --i1) ; + for (i0 = i1; i0 >= 0 && !Lexer::isSpace(daStr->getChar(i0)); --i0) ; + if (i0 >= 0) { + ++i0; + ++i1; + s = new GString(daStr, i0, i1 - i0); + fontSize = atof(s->getCString()); + delete s; + + // autosize the font + if (fontSize == 0) { + fontSize = 0.67 * (yMax - yMin); + daStr1 = new GString(daStr, 0, i0); + sprintf(buf, "%.2f", fontSize); + daStr1->append(buf); + daStr1->append(daStr->getCString() + i1, + daStr->getLength() - i1); + } + } + break; + } + } + + // build the appearance stream contents + appearBuf = new GString(); + appearBuf->append("/Tx BMC\n"); + appearBuf->append("q BT\n"); + appearBuf->append(daStr1 ? daStr1 : daStr)->append("\n"); + if (dict->lookup("V", &vObj)->isString()) { + //~ handle quadding -- this requires finding the font and using + //~ the encoding and char widths + sprintf(buf, "1 0 0 1 %.2f %.2f Tm\n", 2.0, yMax - yMin - fontSize); + appearBuf->append(buf); + sprintf(buf, "%g TL\n", fontSize); + appearBuf->append(buf); + vStr = vObj.getString(); + i0 = 0; + while (i0 < vStr->getLength()) { + for (i1 = i0; + i1 < vStr->getLength() && + vStr->getChar(i1) != '\n' && vStr->getChar(i1) != '\r'; + ++i1) ; + if (i0 > 0) { + appearBuf->append("T*\n"); + } + appearBuf->append('('); + for (; i0 < i1; ++i0) { + c = vStr->getChar(i0); + if (c == '(' || c == ')' || c == '\\') { + appearBuf->append('\\'); + appearBuf->append(c); + } else if (c < 0x20 || c >= 0x80) { + sprintf(buf, "\\%03o", c); + appearBuf->append(buf); + } else { + appearBuf->append(c); + } + } + appearBuf->append(") Tj\n"); + if (i1 + 1 < vStr->getLength() && + vStr->getChar(i1) == '\r' && vStr->getChar(i1 + 1) == '\n') { + i0 = i1 + 2; + } else { + i0 = i1 + 1; + } + } + } + vObj.free(); + appearBuf->append("ET Q\n"); + appearBuf->append("EMC\n"); + + // build the appearance stream dictionary + appearDict.initDict(xref); + appearDict.dictAdd(copyString("Length"), + obj1.initInt(appearBuf->getLength())); + appearDict.dictAdd(copyString("Subtype"), obj1.initName("Form")); + obj1.initArray(xref); + obj1.arrayAdd(obj2.initReal(0)); + obj1.arrayAdd(obj2.initReal(0)); + obj1.arrayAdd(obj2.initReal(xMax - xMin)); + obj1.arrayAdd(obj2.initReal(yMax - yMin)); + appearDict.dictAdd(copyString("BBox"), &obj1); + + // find the resource dictionary + dict->lookup("DR", &drObj); + if (!drObj.isDict()) { + dict->lookup("Parent", &obj1); + while (obj1.isDict()) { + drObj.free(); + obj1.dictLookup("DR", &drObj); + if (drObj.isDict()) { + break; + } + obj1.dictLookup("Parent", &obj2); + obj1.free(); + obj1 = obj2; + } + obj1.free(); + if (!drObj.isDict()) { + if (acroForm) { + drObj.free(); + acroForm->lookup("DR", &drObj); + } + } + } + if (drObj.isDict()) { + appearDict.dictAdd(copyString("Resources"), drObj.copy(&obj1)); + } + drObj.free(); + + // build the appearance stream + appearStream = new MemStream(appearBuf->getCString(), 0, + appearBuf->getLength(), &appearDict); + appearance.initStream(appearStream); + ok = gTrue; + + if (daStr1) { + delete daStr1; + } + } + daObj.free(); +} + +void Annot::draw(Gfx *gfx) { + Object obj; + + fprintf(stderr, "DEBUG: Annot::draw(gfx=%p)\n", gfx); + + if (appearance.fetch(xref, &obj)->isStream()) { + gfx->doAnnot(&obj, xMin, yMin, xMax, yMax); + } + obj.free(); +} + +//------------------------------------------------------------------------ +// Annots +//------------------------------------------------------------------------ + +Annots::Annots(XRef *xref, Catalog *catalog, Object *annotsObj) { + Dict *acroForm; + Annot *annot; + Object obj1; + int size; + int i; + + annots = NULL; + size = 0; + nAnnots = 0; + + acroForm = catalog->getAcroForm()->isDict() ? + catalog->getAcroForm()->getDict() : NULL; + if (annotsObj->isArray()) { + for (i = 0; i < annotsObj->arrayGetLength(); ++i) { + if (annotsObj->arrayGet(i, &obj1)->isDict()) { + annot = new Annot(xref, acroForm, obj1.getDict()); + if (annot->isOk()) { + if (nAnnots >= size) { + size += 16; + annots = (Annot **)greallocn(annots, size, sizeof(Annot *)); + } + annots[nAnnots++] = annot; + } else { + delete annot; + } + } + obj1.free(); + } + } +} + +Annots::~Annots() { + int i; + + for (i = 0; i < nAnnots; ++i) { + delete annots[i]; + } + gfree(annots); +} diff --git a/pdftops/Annot.h b/pdftops/Annot.h new file mode 100644 index 0000000000..9e46dbb5b3 --- /dev/null +++ b/pdftops/Annot.h @@ -0,0 +1,73 @@ +//======================================================================== +// +// Annot.h +// +// Copyright 2000-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef ANNOT_H +#define ANNOT_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +class XRef; +class Catalog; +class Gfx; + +//------------------------------------------------------------------------ +// Annot +//------------------------------------------------------------------------ + +class Annot { +public: + + Annot(XRef *xrefA, Dict *acroForm, Dict *dict); + ~Annot(); + GBool isOk() { return ok; } + + void draw(Gfx *gfx); + + // Get appearance object. + Object *getAppearance(Object *obj) { return appearance.fetch(xref, obj); } + +private: + + void generateAppearance(Dict *acroForm, Dict *dict); + + XRef *xref; // the xref table for this PDF file + Object appearance; // a reference to the Form XObject stream + // for the normal appearance + GString *appearBuf; + double xMin, yMin, // annotation rectangle + xMax, yMax; + GBool ok; +}; + +//------------------------------------------------------------------------ +// Annots +//------------------------------------------------------------------------ + +class Annots { +public: + + // Extract non-link annotations from array of annotations. + Annots(XRef *xref, Catalog *catalog, Object *annotsObj); + + ~Annots(); + + // Iterate through list of annotations. + int getNumAnnots() { return nAnnots; } + Annot *getAnnot(int i) { return annots[i]; } + +private: + + Annot **annots; + int nAnnots; +}; + +#endif diff --git a/pdftops/Array.cxx b/pdftops/Array.cxx new file mode 100644 index 0000000000..1377272953 --- /dev/null +++ b/pdftops/Array.cxx @@ -0,0 +1,73 @@ +//======================================================================== +// +// Array.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "Object.h" +#include "Array.h" + +//------------------------------------------------------------------------ +// Array +//------------------------------------------------------------------------ + +Array::Array(XRef *xrefA) { + xref = xrefA; + elems = NULL; + size = length = 0; + ref = 1; +} + +Array::~Array() { + int i; + + for (i = 0; i < length; ++i) + elems[i].free(); + gfree(elems); +} + +void Array::add(Object *elem) { + if (length == size) { + if (length == 0) { + size = 8; + } else { + size *= 2; + } + elems = (Object *)greallocn(elems, size, sizeof(Object)); + } + elems[length] = *elem; + ++length; +} + +Object *Array::get(int i, Object *obj) { + if (i < 0 || i >= length) { +#ifdef DEBUG_MEM + abort(); +#else + return obj->initNull(); +#endif + } + return elems[i].fetch(xref, obj); +} + +Object *Array::getNF(int i, Object *obj) { + if (i < 0 || i >= length) { +#ifdef DEBUG_MEM + abort(); +#else + return obj->initNull(); +#endif + } + return elems[i].copy(obj); +} diff --git a/pdftops/Array.h b/pdftops/Array.h new file mode 100644 index 0000000000..d369e8143f --- /dev/null +++ b/pdftops/Array.h @@ -0,0 +1,58 @@ +//======================================================================== +// +// Array.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef ARRAY_H +#define ARRAY_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "Object.h" + +class XRef; + +//------------------------------------------------------------------------ +// Array +//------------------------------------------------------------------------ + +class Array { +public: + + // Constructor. + Array(XRef *xrefA); + + // Destructor. + ~Array(); + + // Reference counting. + int incRef() { return ++ref; } + int decRef() { return --ref; } + + // Get number of elements. + int getLength() { return length; } + + // Add an element. + void add(Object *elem); + + // Accessors. + Object *get(int i, Object *obj); + Object *getNF(int i, Object *obj); + +private: + + XRef *xref; // the xref table for this PDF file + Object *elems; // array of elements + int size; // size of array + int length; // number of elements in array + int ref; // reference count +}; + +#endif diff --git a/pdftops/BuiltinFont.cxx b/pdftops/BuiltinFont.cxx new file mode 100644 index 0000000000..02a7f35549 --- /dev/null +++ b/pdftops/BuiltinFont.cxx @@ -0,0 +1,65 @@ +//======================================================================== +// +// BuiltinFont.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "FontEncodingTables.h" +#include "BuiltinFont.h" + +//------------------------------------------------------------------------ + +BuiltinFontWidths::BuiltinFontWidths(BuiltinFontWidth *widths, int sizeA) { + int i, h; + + size = sizeA; + tab = (BuiltinFontWidth **)gmallocn(size, sizeof(BuiltinFontWidth *)); + for (i = 0; i < size; ++i) { + tab[i] = NULL; + } + for (i = 0; i < sizeA; ++i) { + h = hash(widths[i].name); + widths[i].next = tab[h]; + tab[h] = &widths[i]; + } +} + +BuiltinFontWidths::~BuiltinFontWidths() { + gfree(tab); +} + +GBool BuiltinFontWidths::getWidth(char *name, Gushort *width) { + int h; + BuiltinFontWidth *p; + + h = hash(name); + for (p = tab[h]; p; p = p->next) { + if (!strcmp(p->name, name)) { + *width = p->width; + return gTrue; + } + } + return gFalse; +} + +int BuiltinFontWidths::hash(char *name) { + char *p; + unsigned int h; + + h = 0; + for (p = name; *p; ++p) { + h = 17 * h + (int)(*p & 0xff); + } + return (int)(h % size); +} diff --git a/pdftops/BuiltinFont.h b/pdftops/BuiltinFont.h new file mode 100644 index 0000000000..3c036d7f3e --- /dev/null +++ b/pdftops/BuiltinFont.h @@ -0,0 +1,57 @@ +//======================================================================== +// +// BuiltinFont.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef BUILTINFONT_H +#define BUILTINFONT_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +struct BuiltinFont; +class BuiltinFontWidths; + +//------------------------------------------------------------------------ + +struct BuiltinFont { + char *name; + char **defaultBaseEnc; + short ascent; + short descent; + short bbox[4]; + BuiltinFontWidths *widths; +}; + +//------------------------------------------------------------------------ + +struct BuiltinFontWidth { + char *name; + Gushort width; + BuiltinFontWidth *next; +}; + +class BuiltinFontWidths { +public: + + BuiltinFontWidths(BuiltinFontWidth *widths, int sizeA); + ~BuiltinFontWidths(); + GBool getWidth(char *name, Gushort *width); + +private: + + int hash(char *name); + + BuiltinFontWidth **tab; + int size; +}; + +#endif diff --git a/pdftops/BuiltinFontTables.cxx b/pdftops/BuiltinFontTables.cxx new file mode 100644 index 0000000000..5115b7bcf1 --- /dev/null +++ b/pdftops/BuiltinFontTables.cxx @@ -0,0 +1,4284 @@ +//======================================================================== +// +// BuiltinFontTables.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include +#include +#include "FontEncodingTables.h" +#include "BuiltinFontTables.h" + +static BuiltinFontWidth courierWidthsTab[] = { + { "Ntilde", 600, NULL }, + { "rcaron", 600, NULL }, + { "kcommaaccent", 600, NULL }, + { "Ncommaaccent", 600, NULL }, + { "Zacute", 600, NULL }, + { "comma", 600, NULL }, + { "cedilla", 600, NULL }, + { "plusminus", 600, NULL }, + { "circumflex", 600, NULL }, + { "dotaccent", 600, NULL }, + { "edotaccent", 600, NULL }, + { "asciitilde", 600, NULL }, + { "colon", 600, NULL }, + { "onehalf", 600, NULL }, + { "dollar", 600, NULL }, + { "Lcaron", 600, NULL }, + { "ntilde", 600, NULL }, + { "Aogonek", 600, NULL }, + { "ncommaaccent", 600, NULL }, + { "minus", 600, NULL }, + { "Iogonek", 600, NULL }, + { "zacute", 600, NULL }, + { "yen", 600, NULL }, + { "space", 600, NULL }, + { "Omacron", 600, NULL }, + { "questiondown", 600, NULL }, + { "emdash", 600, NULL }, + { "Agrave", 600, NULL }, + { "three", 600, NULL }, + { "numbersign", 600, NULL }, + { "lcaron", 600, NULL }, + { "A", 600, NULL }, + { "B", 600, NULL }, + { "C", 600, NULL }, + { "aogonek", 600, NULL }, + { "D", 600, NULL }, + { "E", 600, NULL }, + { "onequarter", 600, NULL }, + { "F", 600, NULL }, + { "G", 600, NULL }, + { "H", 600, NULL }, + { "I", 600, NULL }, + { "J", 600, NULL }, + { "K", 600, NULL }, + { "iogonek", 600, NULL }, + { "L", 600, NULL }, + { "backslash", 600, NULL }, + { "periodcentered", 600, NULL }, + { "M", 600, NULL }, + { "N", 600, NULL }, + { "omacron", 600, NULL }, + { "Tcommaaccent", 600, NULL }, + { "O", 600, NULL }, + { "P", 600, NULL }, + { "Q", 600, NULL }, + { "Uhungarumlaut", 600, NULL }, + { "R", 600, NULL }, + { "Aacute", 600, NULL }, + { "caron", 600, NULL }, + { "S", 600, NULL }, + { "T", 600, NULL }, + { "U", 600, NULL }, + { "agrave", 600, NULL }, + { "V", 600, NULL }, + { "W", 600, NULL }, + { "equal", 600, NULL }, + { "question", 600, NULL }, + { "X", 600, NULL }, + { "Y", 600, NULL }, + { "Z", 600, NULL }, + { "four", 600, NULL }, + { "a", 600, NULL }, + { "Gcommaaccent", 600, NULL }, + { "b", 600, NULL }, + { "c", 600, NULL }, + { "d", 600, NULL }, + { "e", 600, NULL }, + { "f", 600, NULL }, + { "g", 600, NULL }, + { "bullet", 600, NULL }, + { "h", 600, NULL }, + { "i", 600, NULL }, + { "Oslash", 600, NULL }, + { "dagger", 600, NULL }, + { "j", 600, NULL }, + { "k", 600, NULL }, + { "l", 600, NULL }, + { "m", 600, NULL }, + { "n", 600, NULL }, + { "tcommaaccent", 600, NULL }, + { "o", 600, NULL }, + { "ordfeminine", 600, NULL }, + { "ring", 600, NULL }, + { "p", 600, NULL }, + { "q", 600, NULL }, + { "uhungarumlaut", 600, NULL }, + { "r", 600, NULL }, + { "twosuperior", 600, NULL }, + { "aacute", 600, NULL }, + { "s", 600, NULL }, + { "OE", 600, NULL }, + { "t", 600, NULL }, + { "divide", 600, NULL }, + { "u", 600, NULL }, + { "Ccaron", 600, NULL }, + { "v", 600, NULL }, + { "w", 600, NULL }, + { "x", 600, NULL }, + { "y", 600, NULL }, + { "z", 600, NULL }, + { "Gbreve", 600, NULL }, + { "commaaccent", 600, NULL }, + { "hungarumlaut", 600, NULL }, + { "Idotaccent", 600, NULL }, + { "Nacute", 600, NULL }, + { "quotedbl", 600, NULL }, + { "gcommaaccent", 600, NULL }, + { "mu", 600, NULL }, + { "greaterequal", 600, NULL }, + { "Scaron", 600, NULL }, + { "Lslash", 600, NULL }, + { "semicolon", 600, NULL }, + { "oslash", 600, NULL }, + { "lessequal", 600, NULL }, + { "lozenge", 600, NULL }, + { "parenright", 600, NULL }, + { "ccaron", 600, NULL }, + { "Ecircumflex", 600, NULL }, + { "gbreve", 600, NULL }, + { "trademark", 600, NULL }, + { "daggerdbl", 600, NULL }, + { "nacute", 600, NULL }, + { "macron", 600, NULL }, + { "Otilde", 600, NULL }, + { "Emacron", 600, NULL }, + { "ellipsis", 600, NULL }, + { "scaron", 600, NULL }, + { "AE", 600, NULL }, + { "Ucircumflex", 600, NULL }, + { "lslash", 600, NULL }, + { "quotedblleft", 600, NULL }, + { "hyphen", 600, NULL }, + { "guilsinglright", 600, NULL }, + { "quotesingle", 600, NULL }, + { "eight", 600, NULL }, + { "exclamdown", 600, NULL }, + { "endash", 600, NULL }, + { "oe", 600, NULL }, + { "Abreve", 600, NULL }, + { "Umacron", 600, NULL }, + { "ecircumflex", 600, NULL }, + { "Adieresis", 600, NULL }, + { "copyright", 600, NULL }, + { "Egrave", 600, NULL }, + { "slash", 600, NULL }, + { "Edieresis", 600, NULL }, + { "otilde", 600, NULL }, + { "Idieresis", 600, NULL }, + { "parenleft", 600, NULL }, + { "one", 600, NULL }, + { "emacron", 600, NULL }, + { "Odieresis", 600, NULL }, + { "ucircumflex", 600, NULL }, + { "bracketleft", 600, NULL }, + { "Ugrave", 600, NULL }, + { "quoteright", 600, NULL }, + { "Udieresis", 600, NULL }, + { "perthousand", 600, NULL }, + { "Ydieresis", 600, NULL }, + { "umacron", 600, NULL }, + { "abreve", 600, NULL }, + { "Eacute", 600, NULL }, + { "adieresis", 600, NULL }, + { "egrave", 600, NULL }, + { "edieresis", 600, NULL }, + { "idieresis", 600, NULL }, + { "Eth", 600, NULL }, + { "ae", 600, NULL }, + { "asterisk", 600, NULL }, + { "odieresis", 600, NULL }, + { "Uacute", 600, NULL }, + { "ugrave", 600, NULL }, + { "five", 600, NULL }, + { "nine", 600, NULL }, + { "udieresis", 600, NULL }, + { "Zcaron", 600, NULL }, + { "Scommaaccent", 600, NULL }, + { "threequarters", 600, NULL }, + { "guillemotright", 600, NULL }, + { "Ccedilla", 600, NULL }, + { "ydieresis", 600, NULL }, + { "tilde", 600, NULL }, + { "at", 600, NULL }, + { "eacute", 600, NULL }, + { "underscore", 600, NULL }, + { "Euro", 600, NULL }, + { "Dcroat", 600, NULL }, + { "zero", 600, NULL }, + { "multiply", 600, NULL }, + { "eth", 600, NULL }, + { "Scedilla", 600, NULL }, + { "Racute", 600, NULL }, + { "Ograve", 600, NULL }, + { "partialdiff", 600, NULL }, + { "uacute", 600, NULL }, + { "braceleft", 600, NULL }, + { "Thorn", 600, NULL }, + { "zcaron", 600, NULL }, + { "scommaaccent", 600, NULL }, + { "ccedilla", 600, NULL }, + { "Dcaron", 600, NULL }, + { "dcroat", 600, NULL }, + { "scedilla", 600, NULL }, + { "Oacute", 600, NULL }, + { "Ocircumflex", 600, NULL }, + { "ogonek", 600, NULL }, + { "ograve", 600, NULL }, + { "racute", 600, NULL }, + { "Tcaron", 600, NULL }, + { "Eogonek", 600, NULL }, + { "thorn", 600, NULL }, + { "degree", 600, NULL }, + { "registered", 600, NULL }, + { "radical", 600, NULL }, + { "Aring", 600, NULL }, + { "percent", 600, NULL }, + { "six", 600, NULL }, + { "paragraph", 600, NULL }, + { "dcaron", 600, NULL }, + { "Uogonek", 600, NULL }, + { "two", 600, NULL }, + { "summation", 600, NULL }, + { "Igrave", 600, NULL }, + { "Lacute", 600, NULL }, + { "ocircumflex", 600, NULL }, + { "oacute", 600, NULL }, + { "Uring", 600, NULL }, + { "Lcommaaccent", 600, NULL }, + { "tcaron", 600, NULL }, + { "eogonek", 600, NULL }, + { "Delta", 600, NULL }, + { "Ohungarumlaut", 600, NULL }, + { "asciicircum", 600, NULL }, + { "aring", 600, NULL }, + { "grave", 600, NULL }, + { "uogonek", 600, NULL }, + { "bracketright", 600, NULL }, + { "ampersand", 600, NULL }, + { "Iacute", 600, NULL }, + { "lacute", 600, NULL }, + { "igrave", 600, NULL }, + { "Ncaron", 600, NULL }, + { "plus", 600, NULL }, + { "uring", 600, NULL }, + { "quotesinglbase", 600, NULL }, + { "lcommaaccent", 600, NULL }, + { "Yacute", 600, NULL }, + { "ohungarumlaut", 600, NULL }, + { "threesuperior", 600, NULL }, + { "acute", 600, NULL }, + { "section", 600, NULL }, + { "dieresis", 600, NULL }, + { "quotedblbase", 600, NULL }, + { "iacute", 600, NULL }, + { "ncaron", 600, NULL }, + { "florin", 600, NULL }, + { "yacute", 600, NULL }, + { "Rcommaaccent", 600, NULL }, + { "fi", 600, NULL }, + { "fl", 600, NULL }, + { "Acircumflex", 600, NULL }, + { "Cacute", 600, NULL }, + { "Icircumflex", 600, NULL }, + { "guillemotleft", 600, NULL }, + { "germandbls", 600, NULL }, + { "seven", 600, NULL }, + { "Amacron", 600, NULL }, + { "Sacute", 600, NULL }, + { "ordmasculine", 600, NULL }, + { "dotlessi", 600, NULL }, + { "sterling", 600, NULL }, + { "notequal", 600, NULL }, + { "Imacron", 600, NULL }, + { "rcommaaccent", 600, NULL }, + { "Zdotaccent", 600, NULL }, + { "acircumflex", 600, NULL }, + { "cacute", 600, NULL }, + { "Ecaron", 600, NULL }, + { "braceright", 600, NULL }, + { "icircumflex", 600, NULL }, + { "quotedblright", 600, NULL }, + { "amacron", 600, NULL }, + { "sacute", 600, NULL }, + { "imacron", 600, NULL }, + { "cent", 600, NULL }, + { "currency", 600, NULL }, + { "logicalnot", 600, NULL }, + { "zdotaccent", 600, NULL }, + { "Atilde", 600, NULL }, + { "breve", 600, NULL }, + { "bar", 600, NULL }, + { "fraction", 600, NULL }, + { "less", 600, NULL }, + { "ecaron", 600, NULL }, + { "guilsinglleft", 600, NULL }, + { "exclam", 600, NULL }, + { "period", 600, NULL }, + { "Rcaron", 600, NULL }, + { "Kcommaaccent", 600, NULL }, + { "greater", 600, NULL }, + { "atilde", 600, NULL }, + { "brokenbar", 600, NULL }, + { "quoteleft", 600, NULL }, + { "Edotaccent", 600, NULL }, + { "onesuperior", 600, NULL } +}; + +static BuiltinFontWidth courierBoldWidthsTab[] = { + { "Ntilde", 600, NULL }, + { "rcaron", 600, NULL }, + { "kcommaaccent", 600, NULL }, + { "Ncommaaccent", 600, NULL }, + { "Zacute", 600, NULL }, + { "comma", 600, NULL }, + { "cedilla", 600, NULL }, + { "plusminus", 600, NULL }, + { "circumflex", 600, NULL }, + { "dotaccent", 600, NULL }, + { "edotaccent", 600, NULL }, + { "asciitilde", 600, NULL }, + { "colon", 600, NULL }, + { "onehalf", 600, NULL }, + { "dollar", 600, NULL }, + { "Lcaron", 600, NULL }, + { "ntilde", 600, NULL }, + { "Aogonek", 600, NULL }, + { "ncommaaccent", 600, NULL }, + { "minus", 600, NULL }, + { "Iogonek", 600, NULL }, + { "zacute", 600, NULL }, + { "yen", 600, NULL }, + { "space", 600, NULL }, + { "Omacron", 600, NULL }, + { "questiondown", 600, NULL }, + { "emdash", 600, NULL }, + { "Agrave", 600, NULL }, + { "three", 600, NULL }, + { "numbersign", 600, NULL }, + { "lcaron", 600, NULL }, + { "A", 600, NULL }, + { "B", 600, NULL }, + { "C", 600, NULL }, + { "aogonek", 600, NULL }, + { "D", 600, NULL }, + { "E", 600, NULL }, + { "onequarter", 600, NULL }, + { "F", 600, NULL }, + { "G", 600, NULL }, + { "H", 600, NULL }, + { "I", 600, NULL }, + { "J", 600, NULL }, + { "K", 600, NULL }, + { "iogonek", 600, NULL }, + { "backslash", 600, NULL }, + { "L", 600, NULL }, + { "periodcentered", 600, NULL }, + { "M", 600, NULL }, + { "N", 600, NULL }, + { "omacron", 600, NULL }, + { "Tcommaaccent", 600, NULL }, + { "O", 600, NULL }, + { "P", 600, NULL }, + { "Q", 600, NULL }, + { "Uhungarumlaut", 600, NULL }, + { "R", 600, NULL }, + { "Aacute", 600, NULL }, + { "caron", 600, NULL }, + { "S", 600, NULL }, + { "T", 600, NULL }, + { "U", 600, NULL }, + { "agrave", 600, NULL }, + { "V", 600, NULL }, + { "W", 600, NULL }, + { "X", 600, NULL }, + { "question", 600, NULL }, + { "equal", 600, NULL }, + { "Y", 600, NULL }, + { "Z", 600, NULL }, + { "four", 600, NULL }, + { "a", 600, NULL }, + { "Gcommaaccent", 600, NULL }, + { "b", 600, NULL }, + { "c", 600, NULL }, + { "d", 600, NULL }, + { "e", 600, NULL }, + { "f", 600, NULL }, + { "g", 600, NULL }, + { "bullet", 600, NULL }, + { "h", 600, NULL }, + { "i", 600, NULL }, + { "Oslash", 600, NULL }, + { "dagger", 600, NULL }, + { "j", 600, NULL }, + { "k", 600, NULL }, + { "l", 600, NULL }, + { "m", 600, NULL }, + { "n", 600, NULL }, + { "tcommaaccent", 600, NULL }, + { "o", 600, NULL }, + { "ordfeminine", 600, NULL }, + { "ring", 600, NULL }, + { "p", 600, NULL }, + { "q", 600, NULL }, + { "uhungarumlaut", 600, NULL }, + { "r", 600, NULL }, + { "twosuperior", 600, NULL }, + { "aacute", 600, NULL }, + { "s", 600, NULL }, + { "OE", 600, NULL }, + { "t", 600, NULL }, + { "divide", 600, NULL }, + { "u", 600, NULL }, + { "Ccaron", 600, NULL }, + { "v", 600, NULL }, + { "w", 600, NULL }, + { "x", 600, NULL }, + { "y", 600, NULL }, + { "z", 600, NULL }, + { "Gbreve", 600, NULL }, + { "commaaccent", 600, NULL }, + { "hungarumlaut", 600, NULL }, + { "Idotaccent", 600, NULL }, + { "Nacute", 600, NULL }, + { "quotedbl", 600, NULL }, + { "gcommaaccent", 600, NULL }, + { "mu", 600, NULL }, + { "greaterequal", 600, NULL }, + { "Scaron", 600, NULL }, + { "Lslash", 600, NULL }, + { "semicolon", 600, NULL }, + { "oslash", 600, NULL }, + { "lessequal", 600, NULL }, + { "lozenge", 600, NULL }, + { "parenright", 600, NULL }, + { "ccaron", 600, NULL }, + { "Ecircumflex", 600, NULL }, + { "gbreve", 600, NULL }, + { "trademark", 600, NULL }, + { "daggerdbl", 600, NULL }, + { "nacute", 600, NULL }, + { "macron", 600, NULL }, + { "Otilde", 600, NULL }, + { "Emacron", 600, NULL }, + { "ellipsis", 600, NULL }, + { "scaron", 600, NULL }, + { "AE", 600, NULL }, + { "Ucircumflex", 600, NULL }, + { "lslash", 600, NULL }, + { "quotedblleft", 600, NULL }, + { "guilsinglright", 600, NULL }, + { "hyphen", 600, NULL }, + { "quotesingle", 600, NULL }, + { "eight", 600, NULL }, + { "exclamdown", 600, NULL }, + { "endash", 600, NULL }, + { "oe", 600, NULL }, + { "Abreve", 600, NULL }, + { "Umacron", 600, NULL }, + { "ecircumflex", 600, NULL }, + { "Adieresis", 600, NULL }, + { "copyright", 600, NULL }, + { "Egrave", 600, NULL }, + { "slash", 600, NULL }, + { "Edieresis", 600, NULL }, + { "otilde", 600, NULL }, + { "Idieresis", 600, NULL }, + { "parenleft", 600, NULL }, + { "one", 600, NULL }, + { "emacron", 600, NULL }, + { "Odieresis", 600, NULL }, + { "ucircumflex", 600, NULL }, + { "bracketleft", 600, NULL }, + { "Ugrave", 600, NULL }, + { "quoteright", 600, NULL }, + { "Udieresis", 600, NULL }, + { "perthousand", 600, NULL }, + { "Ydieresis", 600, NULL }, + { "umacron", 600, NULL }, + { "abreve", 600, NULL }, + { "Eacute", 600, NULL }, + { "adieresis", 600, NULL }, + { "egrave", 600, NULL }, + { "edieresis", 600, NULL }, + { "idieresis", 600, NULL }, + { "Eth", 600, NULL }, + { "ae", 600, NULL }, + { "asterisk", 600, NULL }, + { "odieresis", 600, NULL }, + { "Uacute", 600, NULL }, + { "ugrave", 600, NULL }, + { "nine", 600, NULL }, + { "five", 600, NULL }, + { "udieresis", 600, NULL }, + { "Zcaron", 600, NULL }, + { "Scommaaccent", 600, NULL }, + { "threequarters", 600, NULL }, + { "guillemotright", 600, NULL }, + { "Ccedilla", 600, NULL }, + { "ydieresis", 600, NULL }, + { "tilde", 600, NULL }, + { "at", 600, NULL }, + { "eacute", 600, NULL }, + { "underscore", 600, NULL }, + { "Euro", 600, NULL }, + { "Dcroat", 600, NULL }, + { "multiply", 600, NULL }, + { "zero", 600, NULL }, + { "eth", 600, NULL }, + { "Scedilla", 600, NULL }, + { "Ograve", 600, NULL }, + { "Racute", 600, NULL }, + { "partialdiff", 600, NULL }, + { "uacute", 600, NULL }, + { "braceleft", 600, NULL }, + { "Thorn", 600, NULL }, + { "zcaron", 600, NULL }, + { "scommaaccent", 600, NULL }, + { "ccedilla", 600, NULL }, + { "Dcaron", 600, NULL }, + { "dcroat", 600, NULL }, + { "Ocircumflex", 600, NULL }, + { "Oacute", 600, NULL }, + { "scedilla", 600, NULL }, + { "ogonek", 600, NULL }, + { "ograve", 600, NULL }, + { "racute", 600, NULL }, + { "Tcaron", 600, NULL }, + { "Eogonek", 600, NULL }, + { "thorn", 600, NULL }, + { "degree", 600, NULL }, + { "registered", 600, NULL }, + { "radical", 600, NULL }, + { "Aring", 600, NULL }, + { "percent", 600, NULL }, + { "six", 600, NULL }, + { "paragraph", 600, NULL }, + { "dcaron", 600, NULL }, + { "Uogonek", 600, NULL }, + { "two", 600, NULL }, + { "summation", 600, NULL }, + { "Igrave", 600, NULL }, + { "Lacute", 600, NULL }, + { "ocircumflex", 600, NULL }, + { "oacute", 600, NULL }, + { "Uring", 600, NULL }, + { "Lcommaaccent", 600, NULL }, + { "tcaron", 600, NULL }, + { "eogonek", 600, NULL }, + { "Delta", 600, NULL }, + { "Ohungarumlaut", 600, NULL }, + { "asciicircum", 600, NULL }, + { "aring", 600, NULL }, + { "grave", 600, NULL }, + { "uogonek", 600, NULL }, + { "bracketright", 600, NULL }, + { "Iacute", 600, NULL }, + { "ampersand", 600, NULL }, + { "igrave", 600, NULL }, + { "lacute", 600, NULL }, + { "Ncaron", 600, NULL }, + { "plus", 600, NULL }, + { "uring", 600, NULL }, + { "quotesinglbase", 600, NULL }, + { "lcommaaccent", 600, NULL }, + { "Yacute", 600, NULL }, + { "ohungarumlaut", 600, NULL }, + { "threesuperior", 600, NULL }, + { "acute", 600, NULL }, + { "section", 600, NULL }, + { "dieresis", 600, NULL }, + { "iacute", 600, NULL }, + { "quotedblbase", 600, NULL }, + { "ncaron", 600, NULL }, + { "florin", 600, NULL }, + { "yacute", 600, NULL }, + { "Rcommaaccent", 600, NULL }, + { "fi", 600, NULL }, + { "fl", 600, NULL }, + { "Acircumflex", 600, NULL }, + { "Cacute", 600, NULL }, + { "Icircumflex", 600, NULL }, + { "guillemotleft", 600, NULL }, + { "germandbls", 600, NULL }, + { "Amacron", 600, NULL }, + { "seven", 600, NULL }, + { "Sacute", 600, NULL }, + { "ordmasculine", 600, NULL }, + { "dotlessi", 600, NULL }, + { "sterling", 600, NULL }, + { "notequal", 600, NULL }, + { "Imacron", 600, NULL }, + { "rcommaaccent", 600, NULL }, + { "Zdotaccent", 600, NULL }, + { "acircumflex", 600, NULL }, + { "cacute", 600, NULL }, + { "Ecaron", 600, NULL }, + { "icircumflex", 600, NULL }, + { "braceright", 600, NULL }, + { "quotedblright", 600, NULL }, + { "amacron", 600, NULL }, + { "sacute", 600, NULL }, + { "imacron", 600, NULL }, + { "cent", 600, NULL }, + { "currency", 600, NULL }, + { "logicalnot", 600, NULL }, + { "zdotaccent", 600, NULL }, + { "Atilde", 600, NULL }, + { "breve", 600, NULL }, + { "bar", 600, NULL }, + { "fraction", 600, NULL }, + { "less", 600, NULL }, + { "ecaron", 600, NULL }, + { "guilsinglleft", 600, NULL }, + { "exclam", 600, NULL }, + { "period", 600, NULL }, + { "Rcaron", 600, NULL }, + { "Kcommaaccent", 600, NULL }, + { "greater", 600, NULL }, + { "atilde", 600, NULL }, + { "brokenbar", 600, NULL }, + { "quoteleft", 600, NULL }, + { "Edotaccent", 600, NULL }, + { "onesuperior", 600, NULL } +}; + +static BuiltinFontWidth courierBoldObliqueWidthsTab[] = { + { "Ntilde", 600, NULL }, + { "rcaron", 600, NULL }, + { "kcommaaccent", 600, NULL }, + { "Ncommaaccent", 600, NULL }, + { "Zacute", 600, NULL }, + { "comma", 600, NULL }, + { "cedilla", 600, NULL }, + { "plusminus", 600, NULL }, + { "circumflex", 600, NULL }, + { "dotaccent", 600, NULL }, + { "edotaccent", 600, NULL }, + { "asciitilde", 600, NULL }, + { "colon", 600, NULL }, + { "onehalf", 600, NULL }, + { "dollar", 600, NULL }, + { "Lcaron", 600, NULL }, + { "ntilde", 600, NULL }, + { "Aogonek", 600, NULL }, + { "ncommaaccent", 600, NULL }, + { "minus", 600, NULL }, + { "Iogonek", 600, NULL }, + { "zacute", 600, NULL }, + { "yen", 600, NULL }, + { "space", 600, NULL }, + { "Omacron", 600, NULL }, + { "questiondown", 600, NULL }, + { "emdash", 600, NULL }, + { "Agrave", 600, NULL }, + { "three", 600, NULL }, + { "numbersign", 600, NULL }, + { "lcaron", 600, NULL }, + { "A", 600, NULL }, + { "B", 600, NULL }, + { "C", 600, NULL }, + { "aogonek", 600, NULL }, + { "D", 600, NULL }, + { "E", 600, NULL }, + { "onequarter", 600, NULL }, + { "F", 600, NULL }, + { "G", 600, NULL }, + { "H", 600, NULL }, + { "I", 600, NULL }, + { "J", 600, NULL }, + { "K", 600, NULL }, + { "iogonek", 600, NULL }, + { "backslash", 600, NULL }, + { "L", 600, NULL }, + { "periodcentered", 600, NULL }, + { "M", 600, NULL }, + { "N", 600, NULL }, + { "omacron", 600, NULL }, + { "Tcommaaccent", 600, NULL }, + { "O", 600, NULL }, + { "P", 600, NULL }, + { "Q", 600, NULL }, + { "Uhungarumlaut", 600, NULL }, + { "R", 600, NULL }, + { "Aacute", 600, NULL }, + { "caron", 600, NULL }, + { "S", 600, NULL }, + { "T", 600, NULL }, + { "U", 600, NULL }, + { "agrave", 600, NULL }, + { "V", 600, NULL }, + { "W", 600, NULL }, + { "X", 600, NULL }, + { "question", 600, NULL }, + { "equal", 600, NULL }, + { "Y", 600, NULL }, + { "Z", 600, NULL }, + { "four", 600, NULL }, + { "a", 600, NULL }, + { "Gcommaaccent", 600, NULL }, + { "b", 600, NULL }, + { "c", 600, NULL }, + { "d", 600, NULL }, + { "e", 600, NULL }, + { "f", 600, NULL }, + { "g", 600, NULL }, + { "bullet", 600, NULL }, + { "h", 600, NULL }, + { "i", 600, NULL }, + { "Oslash", 600, NULL }, + { "dagger", 600, NULL }, + { "j", 600, NULL }, + { "k", 600, NULL }, + { "l", 600, NULL }, + { "m", 600, NULL }, + { "n", 600, NULL }, + { "tcommaaccent", 600, NULL }, + { "o", 600, NULL }, + { "ordfeminine", 600, NULL }, + { "ring", 600, NULL }, + { "p", 600, NULL }, + { "q", 600, NULL }, + { "uhungarumlaut", 600, NULL }, + { "r", 600, NULL }, + { "twosuperior", 600, NULL }, + { "aacute", 600, NULL }, + { "s", 600, NULL }, + { "OE", 600, NULL }, + { "t", 600, NULL }, + { "divide", 600, NULL }, + { "u", 600, NULL }, + { "Ccaron", 600, NULL }, + { "v", 600, NULL }, + { "w", 600, NULL }, + { "x", 600, NULL }, + { "y", 600, NULL }, + { "z", 600, NULL }, + { "Gbreve", 600, NULL }, + { "commaaccent", 600, NULL }, + { "hungarumlaut", 600, NULL }, + { "Idotaccent", 600, NULL }, + { "Nacute", 600, NULL }, + { "quotedbl", 600, NULL }, + { "gcommaaccent", 600, NULL }, + { "mu", 600, NULL }, + { "greaterequal", 600, NULL }, + { "Scaron", 600, NULL }, + { "Lslash", 600, NULL }, + { "semicolon", 600, NULL }, + { "oslash", 600, NULL }, + { "lessequal", 600, NULL }, + { "lozenge", 600, NULL }, + { "parenright", 600, NULL }, + { "ccaron", 600, NULL }, + { "Ecircumflex", 600, NULL }, + { "gbreve", 600, NULL }, + { "trademark", 600, NULL }, + { "daggerdbl", 600, NULL }, + { "nacute", 600, NULL }, + { "macron", 600, NULL }, + { "Otilde", 600, NULL }, + { "Emacron", 600, NULL }, + { "ellipsis", 600, NULL }, + { "scaron", 600, NULL }, + { "AE", 600, NULL }, + { "Ucircumflex", 600, NULL }, + { "lslash", 600, NULL }, + { "quotedblleft", 600, NULL }, + { "guilsinglright", 600, NULL }, + { "hyphen", 600, NULL }, + { "quotesingle", 600, NULL }, + { "eight", 600, NULL }, + { "exclamdown", 600, NULL }, + { "endash", 600, NULL }, + { "oe", 600, NULL }, + { "Abreve", 600, NULL }, + { "Umacron", 600, NULL }, + { "ecircumflex", 600, NULL }, + { "Adieresis", 600, NULL }, + { "copyright", 600, NULL }, + { "Egrave", 600, NULL }, + { "slash", 600, NULL }, + { "Edieresis", 600, NULL }, + { "otilde", 600, NULL }, + { "Idieresis", 600, NULL }, + { "parenleft", 600, NULL }, + { "one", 600, NULL }, + { "emacron", 600, NULL }, + { "Odieresis", 600, NULL }, + { "ucircumflex", 600, NULL }, + { "bracketleft", 600, NULL }, + { "Ugrave", 600, NULL }, + { "quoteright", 600, NULL }, + { "Udieresis", 600, NULL }, + { "perthousand", 600, NULL }, + { "Ydieresis", 600, NULL }, + { "umacron", 600, NULL }, + { "abreve", 600, NULL }, + { "Eacute", 600, NULL }, + { "adieresis", 600, NULL }, + { "egrave", 600, NULL }, + { "edieresis", 600, NULL }, + { "idieresis", 600, NULL }, + { "Eth", 600, NULL }, + { "ae", 600, NULL }, + { "asterisk", 600, NULL }, + { "odieresis", 600, NULL }, + { "Uacute", 600, NULL }, + { "ugrave", 600, NULL }, + { "nine", 600, NULL }, + { "five", 600, NULL }, + { "udieresis", 600, NULL }, + { "Zcaron", 600, NULL }, + { "Scommaaccent", 600, NULL }, + { "threequarters", 600, NULL }, + { "guillemotright", 600, NULL }, + { "Ccedilla", 600, NULL }, + { "ydieresis", 600, NULL }, + { "tilde", 600, NULL }, + { "at", 600, NULL }, + { "eacute", 600, NULL }, + { "underscore", 600, NULL }, + { "Euro", 600, NULL }, + { "Dcroat", 600, NULL }, + { "multiply", 600, NULL }, + { "zero", 600, NULL }, + { "eth", 600, NULL }, + { "Scedilla", 600, NULL }, + { "Ograve", 600, NULL }, + { "Racute", 600, NULL }, + { "partialdiff", 600, NULL }, + { "uacute", 600, NULL }, + { "braceleft", 600, NULL }, + { "Thorn", 600, NULL }, + { "zcaron", 600, NULL }, + { "scommaaccent", 600, NULL }, + { "ccedilla", 600, NULL }, + { "Dcaron", 600, NULL }, + { "dcroat", 600, NULL }, + { "Ocircumflex", 600, NULL }, + { "Oacute", 600, NULL }, + { "scedilla", 600, NULL }, + { "ogonek", 600, NULL }, + { "ograve", 600, NULL }, + { "racute", 600, NULL }, + { "Tcaron", 600, NULL }, + { "Eogonek", 600, NULL }, + { "thorn", 600, NULL }, + { "degree", 600, NULL }, + { "registered", 600, NULL }, + { "radical", 600, NULL }, + { "Aring", 600, NULL }, + { "percent", 600, NULL }, + { "six", 600, NULL }, + { "paragraph", 600, NULL }, + { "dcaron", 600, NULL }, + { "Uogonek", 600, NULL }, + { "two", 600, NULL }, + { "summation", 600, NULL }, + { "Igrave", 600, NULL }, + { "Lacute", 600, NULL }, + { "ocircumflex", 600, NULL }, + { "oacute", 600, NULL }, + { "Uring", 600, NULL }, + { "Lcommaaccent", 600, NULL }, + { "tcaron", 600, NULL }, + { "eogonek", 600, NULL }, + { "Delta", 600, NULL }, + { "Ohungarumlaut", 600, NULL }, + { "asciicircum", 600, NULL }, + { "aring", 600, NULL }, + { "grave", 600, NULL }, + { "uogonek", 600, NULL }, + { "bracketright", 600, NULL }, + { "Iacute", 600, NULL }, + { "ampersand", 600, NULL }, + { "igrave", 600, NULL }, + { "lacute", 600, NULL }, + { "Ncaron", 600, NULL }, + { "plus", 600, NULL }, + { "uring", 600, NULL }, + { "quotesinglbase", 600, NULL }, + { "lcommaaccent", 600, NULL }, + { "Yacute", 600, NULL }, + { "ohungarumlaut", 600, NULL }, + { "threesuperior", 600, NULL }, + { "acute", 600, NULL }, + { "section", 600, NULL }, + { "dieresis", 600, NULL }, + { "iacute", 600, NULL }, + { "quotedblbase", 600, NULL }, + { "ncaron", 600, NULL }, + { "florin", 600, NULL }, + { "yacute", 600, NULL }, + { "Rcommaaccent", 600, NULL }, + { "fi", 600, NULL }, + { "fl", 600, NULL }, + { "Acircumflex", 600, NULL }, + { "Cacute", 600, NULL }, + { "Icircumflex", 600, NULL }, + { "guillemotleft", 600, NULL }, + { "germandbls", 600, NULL }, + { "Amacron", 600, NULL }, + { "seven", 600, NULL }, + { "Sacute", 600, NULL }, + { "ordmasculine", 600, NULL }, + { "dotlessi", 600, NULL }, + { "sterling", 600, NULL }, + { "notequal", 600, NULL }, + { "Imacron", 600, NULL }, + { "rcommaaccent", 600, NULL }, + { "Zdotaccent", 600, NULL }, + { "acircumflex", 600, NULL }, + { "cacute", 600, NULL }, + { "Ecaron", 600, NULL }, + { "icircumflex", 600, NULL }, + { "braceright", 600, NULL }, + { "quotedblright", 600, NULL }, + { "amacron", 600, NULL }, + { "sacute", 600, NULL }, + { "imacron", 600, NULL }, + { "cent", 600, NULL }, + { "currency", 600, NULL }, + { "logicalnot", 600, NULL }, + { "zdotaccent", 600, NULL }, + { "Atilde", 600, NULL }, + { "breve", 600, NULL }, + { "bar", 600, NULL }, + { "fraction", 600, NULL }, + { "less", 600, NULL }, + { "ecaron", 600, NULL }, + { "guilsinglleft", 600, NULL }, + { "exclam", 600, NULL }, + { "period", 600, NULL }, + { "Rcaron", 600, NULL }, + { "Kcommaaccent", 600, NULL }, + { "greater", 600, NULL }, + { "atilde", 600, NULL }, + { "brokenbar", 600, NULL }, + { "quoteleft", 600, NULL }, + { "Edotaccent", 600, NULL }, + { "onesuperior", 600, NULL } +}; + +static BuiltinFontWidth courierObliqueWidthsTab[] = { + { "Ntilde", 600, NULL }, + { "rcaron", 600, NULL }, + { "kcommaaccent", 600, NULL }, + { "Ncommaaccent", 600, NULL }, + { "Zacute", 600, NULL }, + { "comma", 600, NULL }, + { "cedilla", 600, NULL }, + { "plusminus", 600, NULL }, + { "circumflex", 600, NULL }, + { "dotaccent", 600, NULL }, + { "edotaccent", 600, NULL }, + { "asciitilde", 600, NULL }, + { "colon", 600, NULL }, + { "onehalf", 600, NULL }, + { "dollar", 600, NULL }, + { "Lcaron", 600, NULL }, + { "ntilde", 600, NULL }, + { "Aogonek", 600, NULL }, + { "ncommaaccent", 600, NULL }, + { "minus", 600, NULL }, + { "Iogonek", 600, NULL }, + { "zacute", 600, NULL }, + { "yen", 600, NULL }, + { "space", 600, NULL }, + { "Omacron", 600, NULL }, + { "questiondown", 600, NULL }, + { "emdash", 600, NULL }, + { "Agrave", 600, NULL }, + { "three", 600, NULL }, + { "numbersign", 600, NULL }, + { "lcaron", 600, NULL }, + { "A", 600, NULL }, + { "B", 600, NULL }, + { "C", 600, NULL }, + { "aogonek", 600, NULL }, + { "D", 600, NULL }, + { "E", 600, NULL }, + { "onequarter", 600, NULL }, + { "F", 600, NULL }, + { "G", 600, NULL }, + { "H", 600, NULL }, + { "I", 600, NULL }, + { "J", 600, NULL }, + { "K", 600, NULL }, + { "iogonek", 600, NULL }, + { "backslash", 600, NULL }, + { "L", 600, NULL }, + { "periodcentered", 600, NULL }, + { "M", 600, NULL }, + { "N", 600, NULL }, + { "omacron", 600, NULL }, + { "Tcommaaccent", 600, NULL }, + { "O", 600, NULL }, + { "P", 600, NULL }, + { "Q", 600, NULL }, + { "Uhungarumlaut", 600, NULL }, + { "R", 600, NULL }, + { "Aacute", 600, NULL }, + { "caron", 600, NULL }, + { "S", 600, NULL }, + { "T", 600, NULL }, + { "U", 600, NULL }, + { "agrave", 600, NULL }, + { "V", 600, NULL }, + { "W", 600, NULL }, + { "X", 600, NULL }, + { "question", 600, NULL }, + { "equal", 600, NULL }, + { "Y", 600, NULL }, + { "Z", 600, NULL }, + { "four", 600, NULL }, + { "a", 600, NULL }, + { "Gcommaaccent", 600, NULL }, + { "b", 600, NULL }, + { "c", 600, NULL }, + { "d", 600, NULL }, + { "e", 600, NULL }, + { "f", 600, NULL }, + { "g", 600, NULL }, + { "bullet", 600, NULL }, + { "h", 600, NULL }, + { "i", 600, NULL }, + { "Oslash", 600, NULL }, + { "dagger", 600, NULL }, + { "j", 600, NULL }, + { "k", 600, NULL }, + { "l", 600, NULL }, + { "m", 600, NULL }, + { "n", 600, NULL }, + { "tcommaaccent", 600, NULL }, + { "o", 600, NULL }, + { "ordfeminine", 600, NULL }, + { "ring", 600, NULL }, + { "p", 600, NULL }, + { "q", 600, NULL }, + { "uhungarumlaut", 600, NULL }, + { "r", 600, NULL }, + { "twosuperior", 600, NULL }, + { "aacute", 600, NULL }, + { "s", 600, NULL }, + { "OE", 600, NULL }, + { "t", 600, NULL }, + { "divide", 600, NULL }, + { "u", 600, NULL }, + { "Ccaron", 600, NULL }, + { "v", 600, NULL }, + { "w", 600, NULL }, + { "x", 600, NULL }, + { "y", 600, NULL }, + { "z", 600, NULL }, + { "Gbreve", 600, NULL }, + { "commaaccent", 600, NULL }, + { "hungarumlaut", 600, NULL }, + { "Idotaccent", 600, NULL }, + { "Nacute", 600, NULL }, + { "quotedbl", 600, NULL }, + { "gcommaaccent", 600, NULL }, + { "mu", 600, NULL }, + { "greaterequal", 600, NULL }, + { "Scaron", 600, NULL }, + { "Lslash", 600, NULL }, + { "semicolon", 600, NULL }, + { "oslash", 600, NULL }, + { "lessequal", 600, NULL }, + { "lozenge", 600, NULL }, + { "parenright", 600, NULL }, + { "ccaron", 600, NULL }, + { "Ecircumflex", 600, NULL }, + { "gbreve", 600, NULL }, + { "trademark", 600, NULL }, + { "daggerdbl", 600, NULL }, + { "nacute", 600, NULL }, + { "macron", 600, NULL }, + { "Otilde", 600, NULL }, + { "Emacron", 600, NULL }, + { "ellipsis", 600, NULL }, + { "scaron", 600, NULL }, + { "AE", 600, NULL }, + { "Ucircumflex", 600, NULL }, + { "lslash", 600, NULL }, + { "quotedblleft", 600, NULL }, + { "guilsinglright", 600, NULL }, + { "hyphen", 600, NULL }, + { "quotesingle", 600, NULL }, + { "eight", 600, NULL }, + { "exclamdown", 600, NULL }, + { "endash", 600, NULL }, + { "oe", 600, NULL }, + { "Abreve", 600, NULL }, + { "Umacron", 600, NULL }, + { "ecircumflex", 600, NULL }, + { "Adieresis", 600, NULL }, + { "copyright", 600, NULL }, + { "Egrave", 600, NULL }, + { "slash", 600, NULL }, + { "Edieresis", 600, NULL }, + { "otilde", 600, NULL }, + { "Idieresis", 600, NULL }, + { "parenleft", 600, NULL }, + { "one", 600, NULL }, + { "emacron", 600, NULL }, + { "Odieresis", 600, NULL }, + { "ucircumflex", 600, NULL }, + { "bracketleft", 600, NULL }, + { "Ugrave", 600, NULL }, + { "quoteright", 600, NULL }, + { "Udieresis", 600, NULL }, + { "perthousand", 600, NULL }, + { "Ydieresis", 600, NULL }, + { "umacron", 600, NULL }, + { "abreve", 600, NULL }, + { "Eacute", 600, NULL }, + { "adieresis", 600, NULL }, + { "egrave", 600, NULL }, + { "edieresis", 600, NULL }, + { "idieresis", 600, NULL }, + { "Eth", 600, NULL }, + { "ae", 600, NULL }, + { "asterisk", 600, NULL }, + { "odieresis", 600, NULL }, + { "Uacute", 600, NULL }, + { "ugrave", 600, NULL }, + { "nine", 600, NULL }, + { "five", 600, NULL }, + { "udieresis", 600, NULL }, + { "Zcaron", 600, NULL }, + { "Scommaaccent", 600, NULL }, + { "threequarters", 600, NULL }, + { "guillemotright", 600, NULL }, + { "Ccedilla", 600, NULL }, + { "ydieresis", 600, NULL }, + { "tilde", 600, NULL }, + { "at", 600, NULL }, + { "eacute", 600, NULL }, + { "underscore", 600, NULL }, + { "Euro", 600, NULL }, + { "Dcroat", 600, NULL }, + { "multiply", 600, NULL }, + { "zero", 600, NULL }, + { "eth", 600, NULL }, + { "Scedilla", 600, NULL }, + { "Ograve", 600, NULL }, + { "Racute", 600, NULL }, + { "partialdiff", 600, NULL }, + { "uacute", 600, NULL }, + { "braceleft", 600, NULL }, + { "Thorn", 600, NULL }, + { "zcaron", 600, NULL }, + { "scommaaccent", 600, NULL }, + { "ccedilla", 600, NULL }, + { "Dcaron", 600, NULL }, + { "dcroat", 600, NULL }, + { "Ocircumflex", 600, NULL }, + { "Oacute", 600, NULL }, + { "scedilla", 600, NULL }, + { "ogonek", 600, NULL }, + { "ograve", 600, NULL }, + { "racute", 600, NULL }, + { "Tcaron", 600, NULL }, + { "Eogonek", 600, NULL }, + { "thorn", 600, NULL }, + { "degree", 600, NULL }, + { "registered", 600, NULL }, + { "radical", 600, NULL }, + { "Aring", 600, NULL }, + { "percent", 600, NULL }, + { "six", 600, NULL }, + { "paragraph", 600, NULL }, + { "dcaron", 600, NULL }, + { "Uogonek", 600, NULL }, + { "two", 600, NULL }, + { "summation", 600, NULL }, + { "Igrave", 600, NULL }, + { "Lacute", 600, NULL }, + { "ocircumflex", 600, NULL }, + { "oacute", 600, NULL }, + { "Uring", 600, NULL }, + { "Lcommaaccent", 600, NULL }, + { "tcaron", 600, NULL }, + { "eogonek", 600, NULL }, + { "Delta", 600, NULL }, + { "Ohungarumlaut", 600, NULL }, + { "asciicircum", 600, NULL }, + { "aring", 600, NULL }, + { "grave", 600, NULL }, + { "uogonek", 600, NULL }, + { "bracketright", 600, NULL }, + { "Iacute", 600, NULL }, + { "ampersand", 600, NULL }, + { "igrave", 600, NULL }, + { "lacute", 600, NULL }, + { "Ncaron", 600, NULL }, + { "plus", 600, NULL }, + { "uring", 600, NULL }, + { "quotesinglbase", 600, NULL }, + { "lcommaaccent", 600, NULL }, + { "Yacute", 600, NULL }, + { "ohungarumlaut", 600, NULL }, + { "threesuperior", 600, NULL }, + { "acute", 600, NULL }, + { "section", 600, NULL }, + { "dieresis", 600, NULL }, + { "iacute", 600, NULL }, + { "quotedblbase", 600, NULL }, + { "ncaron", 600, NULL }, + { "florin", 600, NULL }, + { "yacute", 600, NULL }, + { "Rcommaaccent", 600, NULL }, + { "fi", 600, NULL }, + { "fl", 600, NULL }, + { "Acircumflex", 600, NULL }, + { "Cacute", 600, NULL }, + { "Icircumflex", 600, NULL }, + { "guillemotleft", 600, NULL }, + { "germandbls", 600, NULL }, + { "Amacron", 600, NULL }, + { "seven", 600, NULL }, + { "Sacute", 600, NULL }, + { "ordmasculine", 600, NULL }, + { "dotlessi", 600, NULL }, + { "sterling", 600, NULL }, + { "notequal", 600, NULL }, + { "Imacron", 600, NULL }, + { "rcommaaccent", 600, NULL }, + { "Zdotaccent", 600, NULL }, + { "acircumflex", 600, NULL }, + { "cacute", 600, NULL }, + { "Ecaron", 600, NULL }, + { "icircumflex", 600, NULL }, + { "braceright", 600, NULL }, + { "quotedblright", 600, NULL }, + { "amacron", 600, NULL }, + { "sacute", 600, NULL }, + { "imacron", 600, NULL }, + { "cent", 600, NULL }, + { "currency", 600, NULL }, + { "logicalnot", 600, NULL }, + { "zdotaccent", 600, NULL }, + { "Atilde", 600, NULL }, + { "breve", 600, NULL }, + { "bar", 600, NULL }, + { "fraction", 600, NULL }, + { "less", 600, NULL }, + { "ecaron", 600, NULL }, + { "guilsinglleft", 600, NULL }, + { "exclam", 600, NULL }, + { "period", 600, NULL }, + { "Rcaron", 600, NULL }, + { "Kcommaaccent", 600, NULL }, + { "greater", 600, NULL }, + { "atilde", 600, NULL }, + { "brokenbar", 600, NULL }, + { "quoteleft", 600, NULL }, + { "Edotaccent", 600, NULL }, + { "onesuperior", 600, NULL } +}; + +static BuiltinFontWidth helveticaWidthsTab[] = { + { "Ntilde", 722, NULL }, + { "rcaron", 333, NULL }, + { "kcommaaccent", 500, NULL }, + { "Ncommaaccent", 722, NULL }, + { "Zacute", 611, NULL }, + { "comma", 278, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 584, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 556, NULL }, + { "asciitilde", 584, NULL }, + { "colon", 278, NULL }, + { "onehalf", 834, NULL }, + { "dollar", 556, NULL }, + { "Lcaron", 556, NULL }, + { "ntilde", 556, NULL }, + { "Aogonek", 667, NULL }, + { "ncommaaccent", 556, NULL }, + { "minus", 584, NULL }, + { "Iogonek", 278, NULL }, + { "zacute", 500, NULL }, + { "yen", 556, NULL }, + { "space", 278, NULL }, + { "Omacron", 778, NULL }, + { "questiondown", 611, NULL }, + { "emdash", 1000, NULL }, + { "Agrave", 667, NULL }, + { "three", 556, NULL }, + { "numbersign", 556, NULL }, + { "lcaron", 299, NULL }, + { "A", 667, NULL }, + { "B", 667, NULL }, + { "C", 722, NULL }, + { "aogonek", 556, NULL }, + { "D", 722, NULL }, + { "E", 667, NULL }, + { "onequarter", 834, NULL }, + { "F", 611, NULL }, + { "G", 778, NULL }, + { "H", 722, NULL }, + { "I", 278, NULL }, + { "J", 500, NULL }, + { "K", 667, NULL }, + { "iogonek", 222, NULL }, + { "backslash", 278, NULL }, + { "L", 556, NULL }, + { "periodcentered", 278, NULL }, + { "M", 833, NULL }, + { "N", 722, NULL }, + { "omacron", 556, NULL }, + { "Tcommaaccent", 611, NULL }, + { "O", 778, NULL }, + { "P", 667, NULL }, + { "Q", 778, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 722, NULL }, + { "Aacute", 667, NULL }, + { "caron", 333, NULL }, + { "S", 667, NULL }, + { "T", 611, NULL }, + { "U", 722, NULL }, + { "agrave", 556, NULL }, + { "V", 667, NULL }, + { "W", 944, NULL }, + { "X", 667, NULL }, + { "question", 556, NULL }, + { "equal", 584, NULL }, + { "Y", 667, NULL }, + { "Z", 611, NULL }, + { "four", 556, NULL }, + { "a", 556, NULL }, + { "Gcommaaccent", 778, NULL }, + { "b", 556, NULL }, + { "c", 500, NULL }, + { "d", 556, NULL }, + { "e", 556, NULL }, + { "f", 278, NULL }, + { "g", 556, NULL }, + { "bullet", 350, NULL }, + { "h", 556, NULL }, + { "i", 222, NULL }, + { "Oslash", 778, NULL }, + { "dagger", 556, NULL }, + { "j", 222, NULL }, + { "k", 500, NULL }, + { "l", 222, NULL }, + { "m", 833, NULL }, + { "n", 556, NULL }, + { "tcommaaccent", 278, NULL }, + { "o", 556, NULL }, + { "ordfeminine", 370, NULL }, + { "ring", 333, NULL }, + { "p", 556, NULL }, + { "q", 556, NULL }, + { "uhungarumlaut", 556, NULL }, + { "r", 333, NULL }, + { "twosuperior", 333, NULL }, + { "aacute", 556, NULL }, + { "s", 500, NULL }, + { "OE", 1000, NULL }, + { "t", 278, NULL }, + { "divide", 584, NULL }, + { "u", 556, NULL }, + { "Ccaron", 722, NULL }, + { "v", 500, NULL }, + { "w", 722, NULL }, + { "x", 500, NULL }, + { "y", 500, NULL }, + { "z", 500, NULL }, + { "Gbreve", 778, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 278, NULL }, + { "Nacute", 722, NULL }, + { "quotedbl", 355, NULL }, + { "gcommaaccent", 556, NULL }, + { "mu", 556, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 667, NULL }, + { "Lslash", 556, NULL }, + { "semicolon", 278, NULL }, + { "oslash", 611, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 471, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 500, NULL }, + { "Ecircumflex", 667, NULL }, + { "gbreve", 556, NULL }, + { "trademark", 1000, NULL }, + { "daggerdbl", 556, NULL }, + { "nacute", 556, NULL }, + { "macron", 333, NULL }, + { "Otilde", 778, NULL }, + { "Emacron", 667, NULL }, + { "ellipsis", 1000, NULL }, + { "scaron", 500, NULL }, + { "AE", 1000, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 222, NULL }, + { "quotedblleft", 333, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 191, NULL }, + { "eight", 556, NULL }, + { "exclamdown", 333, NULL }, + { "endash", 556, NULL }, + { "oe", 944, NULL }, + { "Abreve", 667, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 556, NULL }, + { "Adieresis", 667, NULL }, + { "copyright", 737, NULL }, + { "Egrave", 667, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 667, NULL }, + { "otilde", 556, NULL }, + { "Idieresis", 278, NULL }, + { "parenleft", 333, NULL }, + { "one", 556, NULL }, + { "emacron", 556, NULL }, + { "Odieresis", 778, NULL }, + { "ucircumflex", 556, NULL }, + { "bracketleft", 278, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 222, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 667, NULL }, + { "umacron", 556, NULL }, + { "abreve", 556, NULL }, + { "Eacute", 667, NULL }, + { "adieresis", 556, NULL }, + { "egrave", 556, NULL }, + { "edieresis", 556, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 889, NULL }, + { "asterisk", 389, NULL }, + { "odieresis", 556, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 556, NULL }, + { "nine", 556, NULL }, + { "five", 556, NULL }, + { "udieresis", 556, NULL }, + { "Zcaron", 611, NULL }, + { "Scommaaccent", 667, NULL }, + { "threequarters", 834, NULL }, + { "guillemotright", 556, NULL }, + { "Ccedilla", 722, NULL }, + { "ydieresis", 500, NULL }, + { "tilde", 333, NULL }, + { "at", 1015, NULL }, + { "eacute", 556, NULL }, + { "underscore", 556, NULL }, + { "Euro", 556, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 584, NULL }, + { "zero", 556, NULL }, + { "eth", 556, NULL }, + { "Scedilla", 667, NULL }, + { "Ograve", 778, NULL }, + { "Racute", 722, NULL }, + { "partialdiff", 476, NULL }, + { "uacute", 556, NULL }, + { "braceleft", 334, NULL }, + { "Thorn", 667, NULL }, + { "zcaron", 500, NULL }, + { "scommaaccent", 500, NULL }, + { "ccedilla", 500, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 556, NULL }, + { "Ocircumflex", 778, NULL }, + { "Oacute", 778, NULL }, + { "scedilla", 500, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 556, NULL }, + { "racute", 333, NULL }, + { "Tcaron", 611, NULL }, + { "Eogonek", 667, NULL }, + { "thorn", 556, NULL }, + { "degree", 400, NULL }, + { "registered", 737, NULL }, + { "radical", 453, NULL }, + { "Aring", 667, NULL }, + { "percent", 889, NULL }, + { "six", 556, NULL }, + { "paragraph", 537, NULL }, + { "dcaron", 643, NULL }, + { "Uogonek", 722, NULL }, + { "two", 556, NULL }, + { "summation", 600, NULL }, + { "Igrave", 278, NULL }, + { "Lacute", 556, NULL }, + { "ocircumflex", 556, NULL }, + { "oacute", 556, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 556, NULL }, + { "tcaron", 317, NULL }, + { "eogonek", 556, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 778, NULL }, + { "asciicircum", 469, NULL }, + { "aring", 556, NULL }, + { "grave", 333, NULL }, + { "uogonek", 556, NULL }, + { "bracketright", 278, NULL }, + { "Iacute", 278, NULL }, + { "ampersand", 667, NULL }, + { "igrave", 278, NULL }, + { "lacute", 222, NULL }, + { "Ncaron", 722, NULL }, + { "plus", 584, NULL }, + { "uring", 556, NULL }, + { "quotesinglbase", 222, NULL }, + { "lcommaaccent", 222, NULL }, + { "Yacute", 667, NULL }, + { "ohungarumlaut", 556, NULL }, + { "threesuperior", 333, NULL }, + { "acute", 333, NULL }, + { "section", 556, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 333, NULL }, + { "ncaron", 556, NULL }, + { "florin", 556, NULL }, + { "yacute", 500, NULL }, + { "Rcommaaccent", 722, NULL }, + { "fi", 500, NULL }, + { "fl", 500, NULL }, + { "Acircumflex", 667, NULL }, + { "Cacute", 722, NULL }, + { "Icircumflex", 278, NULL }, + { "guillemotleft", 556, NULL }, + { "germandbls", 611, NULL }, + { "Amacron", 667, NULL }, + { "seven", 556, NULL }, + { "Sacute", 667, NULL }, + { "ordmasculine", 365, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 556, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 278, NULL }, + { "rcommaaccent", 333, NULL }, + { "Zdotaccent", 611, NULL }, + { "acircumflex", 556, NULL }, + { "cacute", 500, NULL }, + { "Ecaron", 667, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 334, NULL }, + { "quotedblright", 333, NULL }, + { "amacron", 556, NULL }, + { "sacute", 500, NULL }, + { "imacron", 278, NULL }, + { "cent", 556, NULL }, + { "currency", 556, NULL }, + { "logicalnot", 584, NULL }, + { "zdotaccent", 500, NULL }, + { "Atilde", 667, NULL }, + { "breve", 333, NULL }, + { "bar", 260, NULL }, + { "fraction", 167, NULL }, + { "less", 584, NULL }, + { "ecaron", 556, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 278, NULL }, + { "period", 278, NULL }, + { "Rcaron", 722, NULL }, + { "Kcommaaccent", 667, NULL }, + { "greater", 584, NULL }, + { "atilde", 556, NULL }, + { "brokenbar", 260, NULL }, + { "quoteleft", 222, NULL }, + { "Edotaccent", 667, NULL }, + { "onesuperior", 333, NULL } +}; + +static BuiltinFontWidth helveticaBoldWidthsTab[] = { + { "Ntilde", 722, NULL }, + { "rcaron", 389, NULL }, + { "kcommaaccent", 556, NULL }, + { "Ncommaaccent", 722, NULL }, + { "Zacute", 611, NULL }, + { "comma", 278, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 584, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 556, NULL }, + { "asciitilde", 584, NULL }, + { "colon", 333, NULL }, + { "onehalf", 834, NULL }, + { "dollar", 556, NULL }, + { "Lcaron", 611, NULL }, + { "ntilde", 611, NULL }, + { "Aogonek", 722, NULL }, + { "ncommaaccent", 611, NULL }, + { "minus", 584, NULL }, + { "Iogonek", 278, NULL }, + { "zacute", 500, NULL }, + { "yen", 556, NULL }, + { "space", 278, NULL }, + { "Omacron", 778, NULL }, + { "questiondown", 611, NULL }, + { "emdash", 1000, NULL }, + { "Agrave", 722, NULL }, + { "three", 556, NULL }, + { "numbersign", 556, NULL }, + { "lcaron", 400, NULL }, + { "A", 722, NULL }, + { "B", 722, NULL }, + { "C", 722, NULL }, + { "aogonek", 556, NULL }, + { "D", 722, NULL }, + { "E", 667, NULL }, + { "onequarter", 834, NULL }, + { "F", 611, NULL }, + { "G", 778, NULL }, + { "H", 722, NULL }, + { "I", 278, NULL }, + { "J", 556, NULL }, + { "K", 722, NULL }, + { "iogonek", 278, NULL }, + { "backslash", 278, NULL }, + { "L", 611, NULL }, + { "periodcentered", 278, NULL }, + { "M", 833, NULL }, + { "N", 722, NULL }, + { "omacron", 611, NULL }, + { "Tcommaaccent", 611, NULL }, + { "O", 778, NULL }, + { "P", 667, NULL }, + { "Q", 778, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 722, NULL }, + { "Aacute", 722, NULL }, + { "caron", 333, NULL }, + { "S", 667, NULL }, + { "T", 611, NULL }, + { "U", 722, NULL }, + { "agrave", 556, NULL }, + { "V", 667, NULL }, + { "W", 944, NULL }, + { "X", 667, NULL }, + { "question", 611, NULL }, + { "equal", 584, NULL }, + { "Y", 667, NULL }, + { "Z", 611, NULL }, + { "four", 556, NULL }, + { "a", 556, NULL }, + { "Gcommaaccent", 778, NULL }, + { "b", 611, NULL }, + { "c", 556, NULL }, + { "d", 611, NULL }, + { "e", 556, NULL }, + { "f", 333, NULL }, + { "g", 611, NULL }, + { "bullet", 350, NULL }, + { "h", 611, NULL }, + { "i", 278, NULL }, + { "Oslash", 778, NULL }, + { "dagger", 556, NULL }, + { "j", 278, NULL }, + { "k", 556, NULL }, + { "l", 278, NULL }, + { "m", 889, NULL }, + { "n", 611, NULL }, + { "tcommaaccent", 333, NULL }, + { "o", 611, NULL }, + { "ordfeminine", 370, NULL }, + { "ring", 333, NULL }, + { "p", 611, NULL }, + { "q", 611, NULL }, + { "uhungarumlaut", 611, NULL }, + { "r", 389, NULL }, + { "twosuperior", 333, NULL }, + { "aacute", 556, NULL }, + { "s", 556, NULL }, + { "OE", 1000, NULL }, + { "t", 333, NULL }, + { "divide", 584, NULL }, + { "u", 611, NULL }, + { "Ccaron", 722, NULL }, + { "v", 556, NULL }, + { "w", 778, NULL }, + { "x", 556, NULL }, + { "y", 556, NULL }, + { "z", 500, NULL }, + { "Gbreve", 778, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 278, NULL }, + { "Nacute", 722, NULL }, + { "quotedbl", 474, NULL }, + { "gcommaaccent", 611, NULL }, + { "mu", 611, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 667, NULL }, + { "Lslash", 611, NULL }, + { "semicolon", 333, NULL }, + { "oslash", 611, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 494, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 556, NULL }, + { "Ecircumflex", 667, NULL }, + { "gbreve", 611, NULL }, + { "trademark", 1000, NULL }, + { "daggerdbl", 556, NULL }, + { "nacute", 611, NULL }, + { "macron", 333, NULL }, + { "Otilde", 778, NULL }, + { "Emacron", 667, NULL }, + { "ellipsis", 1000, NULL }, + { "scaron", 556, NULL }, + { "AE", 1000, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 278, NULL }, + { "quotedblleft", 500, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 238, NULL }, + { "eight", 556, NULL }, + { "exclamdown", 333, NULL }, + { "endash", 556, NULL }, + { "oe", 944, NULL }, + { "Abreve", 722, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 556, NULL }, + { "Adieresis", 722, NULL }, + { "copyright", 737, NULL }, + { "Egrave", 667, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 667, NULL }, + { "otilde", 611, NULL }, + { "Idieresis", 278, NULL }, + { "parenleft", 333, NULL }, + { "one", 556, NULL }, + { "emacron", 556, NULL }, + { "Odieresis", 778, NULL }, + { "ucircumflex", 611, NULL }, + { "bracketleft", 333, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 278, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 667, NULL }, + { "umacron", 611, NULL }, + { "abreve", 556, NULL }, + { "Eacute", 667, NULL }, + { "adieresis", 556, NULL }, + { "egrave", 556, NULL }, + { "edieresis", 556, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 889, NULL }, + { "asterisk", 389, NULL }, + { "odieresis", 611, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 611, NULL }, + { "nine", 556, NULL }, + { "five", 556, NULL }, + { "udieresis", 611, NULL }, + { "Zcaron", 611, NULL }, + { "Scommaaccent", 667, NULL }, + { "threequarters", 834, NULL }, + { "guillemotright", 556, NULL }, + { "Ccedilla", 722, NULL }, + { "ydieresis", 556, NULL }, + { "tilde", 333, NULL }, + { "dbldaggerumlaut", 556, NULL }, + { "at", 975, NULL }, + { "eacute", 556, NULL }, + { "underscore", 556, NULL }, + { "Euro", 556, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 584, NULL }, + { "zero", 556, NULL }, + { "eth", 611, NULL }, + { "Scedilla", 667, NULL }, + { "Ograve", 778, NULL }, + { "Racute", 722, NULL }, + { "partialdiff", 494, NULL }, + { "uacute", 611, NULL }, + { "braceleft", 389, NULL }, + { "Thorn", 667, NULL }, + { "zcaron", 500, NULL }, + { "scommaaccent", 556, NULL }, + { "ccedilla", 556, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 611, NULL }, + { "Ocircumflex", 778, NULL }, + { "Oacute", 778, NULL }, + { "scedilla", 556, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 611, NULL }, + { "racute", 389, NULL }, + { "Tcaron", 611, NULL }, + { "Eogonek", 667, NULL }, + { "thorn", 611, NULL }, + { "degree", 400, NULL }, + { "registered", 737, NULL }, + { "radical", 549, NULL }, + { "Aring", 722, NULL }, + { "percent", 889, NULL }, + { "six", 556, NULL }, + { "paragraph", 556, NULL }, + { "dcaron", 743, NULL }, + { "Uogonek", 722, NULL }, + { "two", 556, NULL }, + { "summation", 600, NULL }, + { "Igrave", 278, NULL }, + { "Lacute", 611, NULL }, + { "ocircumflex", 611, NULL }, + { "oacute", 611, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 611, NULL }, + { "tcaron", 389, NULL }, + { "eogonek", 556, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 778, NULL }, + { "asciicircum", 584, NULL }, + { "aring", 556, NULL }, + { "grave", 333, NULL }, + { "uogonek", 611, NULL }, + { "bracketright", 333, NULL }, + { "Iacute", 278, NULL }, + { "ampersand", 722, NULL }, + { "igrave", 278, NULL }, + { "lacute", 278, NULL }, + { "Ncaron", 722, NULL }, + { "plus", 584, NULL }, + { "uring", 611, NULL }, + { "quotesinglbase", 278, NULL }, + { "lcommaaccent", 278, NULL }, + { "Yacute", 667, NULL }, + { "ohungarumlaut", 611, NULL }, + { "threesuperior", 333, NULL }, + { "acute", 333, NULL }, + { "section", 556, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 500, NULL }, + { "ncaron", 611, NULL }, + { "florin", 556, NULL }, + { "yacute", 556, NULL }, + { "Rcommaaccent", 722, NULL }, + { "fi", 611, NULL }, + { "fl", 611, NULL }, + { "Acircumflex", 722, NULL }, + { "Cacute", 722, NULL }, + { "Icircumflex", 278, NULL }, + { "guillemotleft", 556, NULL }, + { "germandbls", 611, NULL }, + { "Amacron", 722, NULL }, + { "seven", 556, NULL }, + { "Sacute", 667, NULL }, + { "ordmasculine", 365, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 556, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 278, NULL }, + { "rcommaaccent", 389, NULL }, + { "Zdotaccent", 611, NULL }, + { "acircumflex", 556, NULL }, + { "cacute", 556, NULL }, + { "Ecaron", 667, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 389, NULL }, + { "quotedblright", 500, NULL }, + { "amacron", 556, NULL }, + { "sacute", 556, NULL }, + { "imacron", 278, NULL }, + { "cent", 556, NULL }, + { "currency", 556, NULL }, + { "logicalnot", 584, NULL }, + { "zdotaccent", 500, NULL }, + { "Atilde", 722, NULL }, + { "breve", 333, NULL }, + { "bar", 280, NULL }, + { "fraction", 167, NULL }, + { "less", 584, NULL }, + { "ecaron", 556, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 333, NULL }, + { "period", 278, NULL }, + { "Rcaron", 722, NULL }, + { "Kcommaaccent", 722, NULL }, + { "greater", 584, NULL }, + { "atilde", 556, NULL }, + { "brokenbar", 280, NULL }, + { "quoteleft", 278, NULL }, + { "Edotaccent", 667, NULL }, + { "onesuperior", 333, NULL } +}; + +static BuiltinFontWidth helveticaBoldObliqueWidthsTab[] = { + { "Ntilde", 722, NULL }, + { "rcaron", 389, NULL }, + { "kcommaaccent", 556, NULL }, + { "Ncommaaccent", 722, NULL }, + { "Zacute", 611, NULL }, + { "comma", 278, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 584, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 556, NULL }, + { "asciitilde", 584, NULL }, + { "colon", 333, NULL }, + { "onehalf", 834, NULL }, + { "dollar", 556, NULL }, + { "Lcaron", 611, NULL }, + { "ntilde", 611, NULL }, + { "Aogonek", 722, NULL }, + { "ncommaaccent", 611, NULL }, + { "minus", 584, NULL }, + { "Iogonek", 278, NULL }, + { "zacute", 500, NULL }, + { "yen", 556, NULL }, + { "space", 278, NULL }, + { "Omacron", 778, NULL }, + { "questiondown", 611, NULL }, + { "emdash", 1000, NULL }, + { "Agrave", 722, NULL }, + { "three", 556, NULL }, + { "numbersign", 556, NULL }, + { "lcaron", 400, NULL }, + { "A", 722, NULL }, + { "B", 722, NULL }, + { "C", 722, NULL }, + { "aogonek", 556, NULL }, + { "D", 722, NULL }, + { "E", 667, NULL }, + { "onequarter", 834, NULL }, + { "F", 611, NULL }, + { "G", 778, NULL }, + { "H", 722, NULL }, + { "I", 278, NULL }, + { "J", 556, NULL }, + { "K", 722, NULL }, + { "iogonek", 278, NULL }, + { "backslash", 278, NULL }, + { "L", 611, NULL }, + { "periodcentered", 278, NULL }, + { "M", 833, NULL }, + { "N", 722, NULL }, + { "omacron", 611, NULL }, + { "Tcommaaccent", 611, NULL }, + { "O", 778, NULL }, + { "P", 667, NULL }, + { "Q", 778, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 722, NULL }, + { "Aacute", 722, NULL }, + { "caron", 333, NULL }, + { "S", 667, NULL }, + { "T", 611, NULL }, + { "U", 722, NULL }, + { "agrave", 556, NULL }, + { "V", 667, NULL }, + { "W", 944, NULL }, + { "X", 667, NULL }, + { "question", 611, NULL }, + { "equal", 584, NULL }, + { "Y", 667, NULL }, + { "Z", 611, NULL }, + { "four", 556, NULL }, + { "a", 556, NULL }, + { "Gcommaaccent", 778, NULL }, + { "b", 611, NULL }, + { "c", 556, NULL }, + { "d", 611, NULL }, + { "e", 556, NULL }, + { "f", 333, NULL }, + { "g", 611, NULL }, + { "bullet", 350, NULL }, + { "h", 611, NULL }, + { "i", 278, NULL }, + { "Oslash", 778, NULL }, + { "dagger", 556, NULL }, + { "j", 278, NULL }, + { "k", 556, NULL }, + { "l", 278, NULL }, + { "m", 889, NULL }, + { "n", 611, NULL }, + { "tcommaaccent", 333, NULL }, + { "o", 611, NULL }, + { "ordfeminine", 370, NULL }, + { "ring", 333, NULL }, + { "p", 611, NULL }, + { "q", 611, NULL }, + { "uhungarumlaut", 611, NULL }, + { "r", 389, NULL }, + { "twosuperior", 333, NULL }, + { "aacute", 556, NULL }, + { "s", 556, NULL }, + { "OE", 1000, NULL }, + { "t", 333, NULL }, + { "divide", 584, NULL }, + { "u", 611, NULL }, + { "Ccaron", 722, NULL }, + { "v", 556, NULL }, + { "w", 778, NULL }, + { "x", 556, NULL }, + { "y", 556, NULL }, + { "z", 500, NULL }, + { "Gbreve", 778, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 278, NULL }, + { "Nacute", 722, NULL }, + { "quotedbl", 474, NULL }, + { "gcommaaccent", 611, NULL }, + { "mu", 611, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 667, NULL }, + { "Lslash", 611, NULL }, + { "semicolon", 333, NULL }, + { "oslash", 611, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 494, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 556, NULL }, + { "Ecircumflex", 667, NULL }, + { "gbreve", 611, NULL }, + { "trademark", 1000, NULL }, + { "daggerdbl", 556, NULL }, + { "nacute", 611, NULL }, + { "macron", 333, NULL }, + { "Otilde", 778, NULL }, + { "Emacron", 667, NULL }, + { "ellipsis", 1000, NULL }, + { "scaron", 556, NULL }, + { "AE", 1000, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 278, NULL }, + { "quotedblleft", 500, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 238, NULL }, + { "eight", 556, NULL }, + { "exclamdown", 333, NULL }, + { "endash", 556, NULL }, + { "oe", 944, NULL }, + { "Abreve", 722, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 556, NULL }, + { "Adieresis", 722, NULL }, + { "copyright", 737, NULL }, + { "Egrave", 667, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 667, NULL }, + { "otilde", 611, NULL }, + { "Idieresis", 278, NULL }, + { "parenleft", 333, NULL }, + { "one", 556, NULL }, + { "emacron", 556, NULL }, + { "Odieresis", 778, NULL }, + { "ucircumflex", 611, NULL }, + { "bracketleft", 333, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 278, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 667, NULL }, + { "umacron", 611, NULL }, + { "abreve", 556, NULL }, + { "Eacute", 667, NULL }, + { "adieresis", 556, NULL }, + { "egrave", 556, NULL }, + { "edieresis", 556, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 889, NULL }, + { "asterisk", 389, NULL }, + { "odieresis", 611, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 611, NULL }, + { "nine", 556, NULL }, + { "five", 556, NULL }, + { "udieresis", 611, NULL }, + { "Zcaron", 611, NULL }, + { "Scommaaccent", 667, NULL }, + { "threequarters", 834, NULL }, + { "guillemotright", 556, NULL }, + { "Ccedilla", 722, NULL }, + { "ydieresis", 556, NULL }, + { "tilde", 333, NULL }, + { "at", 975, NULL }, + { "eacute", 556, NULL }, + { "underscore", 556, NULL }, + { "Euro", 556, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 584, NULL }, + { "zero", 556, NULL }, + { "eth", 611, NULL }, + { "Scedilla", 667, NULL }, + { "Ograve", 778, NULL }, + { "Racute", 722, NULL }, + { "partialdiff", 494, NULL }, + { "uacute", 611, NULL }, + { "braceleft", 389, NULL }, + { "Thorn", 667, NULL }, + { "zcaron", 500, NULL }, + { "scommaaccent", 556, NULL }, + { "ccedilla", 556, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 611, NULL }, + { "Ocircumflex", 778, NULL }, + { "Oacute", 778, NULL }, + { "scedilla", 556, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 611, NULL }, + { "racute", 389, NULL }, + { "Tcaron", 611, NULL }, + { "Eogonek", 667, NULL }, + { "thorn", 611, NULL }, + { "degree", 400, NULL }, + { "registered", 737, NULL }, + { "radical", 549, NULL }, + { "Aring", 722, NULL }, + { "percent", 889, NULL }, + { "six", 556, NULL }, + { "paragraph", 556, NULL }, + { "dcaron", 743, NULL }, + { "Uogonek", 722, NULL }, + { "two", 556, NULL }, + { "summation", 600, NULL }, + { "Igrave", 278, NULL }, + { "Lacute", 611, NULL }, + { "ocircumflex", 611, NULL }, + { "oacute", 611, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 611, NULL }, + { "tcaron", 389, NULL }, + { "eogonek", 556, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 778, NULL }, + { "asciicircum", 584, NULL }, + { "aring", 556, NULL }, + { "grave", 333, NULL }, + { "uogonek", 611, NULL }, + { "bracketright", 333, NULL }, + { "Iacute", 278, NULL }, + { "ampersand", 722, NULL }, + { "igrave", 278, NULL }, + { "lacute", 278, NULL }, + { "Ncaron", 722, NULL }, + { "plus", 584, NULL }, + { "uring", 611, NULL }, + { "quotesinglbase", 278, NULL }, + { "lcommaaccent", 278, NULL }, + { "Yacute", 667, NULL }, + { "ohungarumlaut", 611, NULL }, + { "threesuperior", 333, NULL }, + { "acute", 333, NULL }, + { "section", 556, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 500, NULL }, + { "ncaron", 611, NULL }, + { "florin", 556, NULL }, + { "yacute", 556, NULL }, + { "Rcommaaccent", 722, NULL }, + { "fi", 611, NULL }, + { "fl", 611, NULL }, + { "Acircumflex", 722, NULL }, + { "Cacute", 722, NULL }, + { "Icircumflex", 278, NULL }, + { "guillemotleft", 556, NULL }, + { "germandbls", 611, NULL }, + { "Amacron", 722, NULL }, + { "seven", 556, NULL }, + { "Sacute", 667, NULL }, + { "ordmasculine", 365, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 556, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 278, NULL }, + { "rcommaaccent", 389, NULL }, + { "Zdotaccent", 611, NULL }, + { "acircumflex", 556, NULL }, + { "cacute", 556, NULL }, + { "Ecaron", 667, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 389, NULL }, + { "quotedblright", 500, NULL }, + { "amacron", 556, NULL }, + { "sacute", 556, NULL }, + { "imacron", 278, NULL }, + { "cent", 556, NULL }, + { "currency", 556, NULL }, + { "logicalnot", 584, NULL }, + { "zdotaccent", 500, NULL }, + { "Atilde", 722, NULL }, + { "breve", 333, NULL }, + { "bar", 280, NULL }, + { "fraction", 167, NULL }, + { "less", 584, NULL }, + { "ecaron", 556, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 333, NULL }, + { "period", 278, NULL }, + { "Rcaron", 722, NULL }, + { "Kcommaaccent", 722, NULL }, + { "greater", 584, NULL }, + { "atilde", 556, NULL }, + { "brokenbar", 280, NULL }, + { "quoteleft", 278, NULL }, + { "Edotaccent", 667, NULL }, + { "onesuperior", 333, NULL } +}; + +static BuiltinFontWidth helveticaObliqueWidthsTab[] = { + { "Ntilde", 722, NULL }, + { "rcaron", 333, NULL }, + { "kcommaaccent", 500, NULL }, + { "Ncommaaccent", 722, NULL }, + { "Zacute", 611, NULL }, + { "comma", 278, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 584, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 556, NULL }, + { "asciitilde", 584, NULL }, + { "colon", 278, NULL }, + { "onehalf", 834, NULL }, + { "dollar", 556, NULL }, + { "Lcaron", 556, NULL }, + { "ntilde", 556, NULL }, + { "Aogonek", 667, NULL }, + { "ncommaaccent", 556, NULL }, + { "minus", 584, NULL }, + { "Iogonek", 278, NULL }, + { "zacute", 500, NULL }, + { "yen", 556, NULL }, + { "space", 278, NULL }, + { "Omacron", 778, NULL }, + { "questiondown", 611, NULL }, + { "emdash", 1000, NULL }, + { "Agrave", 667, NULL }, + { "three", 556, NULL }, + { "numbersign", 556, NULL }, + { "lcaron", 299, NULL }, + { "A", 667, NULL }, + { "B", 667, NULL }, + { "C", 722, NULL }, + { "aogonek", 556, NULL }, + { "D", 722, NULL }, + { "E", 667, NULL }, + { "onequarter", 834, NULL }, + { "F", 611, NULL }, + { "G", 778, NULL }, + { "H", 722, NULL }, + { "I", 278, NULL }, + { "J", 500, NULL }, + { "K", 667, NULL }, + { "iogonek", 222, NULL }, + { "backslash", 278, NULL }, + { "L", 556, NULL }, + { "periodcentered", 278, NULL }, + { "M", 833, NULL }, + { "N", 722, NULL }, + { "omacron", 556, NULL }, + { "Tcommaaccent", 611, NULL }, + { "O", 778, NULL }, + { "P", 667, NULL }, + { "Q", 778, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 722, NULL }, + { "Aacute", 667, NULL }, + { "caron", 333, NULL }, + { "S", 667, NULL }, + { "T", 611, NULL }, + { "U", 722, NULL }, + { "agrave", 556, NULL }, + { "V", 667, NULL }, + { "W", 944, NULL }, + { "X", 667, NULL }, + { "question", 556, NULL }, + { "equal", 584, NULL }, + { "Y", 667, NULL }, + { "Z", 611, NULL }, + { "four", 556, NULL }, + { "a", 556, NULL }, + { "Gcommaaccent", 778, NULL }, + { "b", 556, NULL }, + { "c", 500, NULL }, + { "d", 556, NULL }, + { "e", 556, NULL }, + { "f", 278, NULL }, + { "g", 556, NULL }, + { "bullet", 350, NULL }, + { "h", 556, NULL }, + { "i", 222, NULL }, + { "Oslash", 778, NULL }, + { "dagger", 556, NULL }, + { "j", 222, NULL }, + { "k", 500, NULL }, + { "l", 222, NULL }, + { "m", 833, NULL }, + { "n", 556, NULL }, + { "tcommaaccent", 278, NULL }, + { "o", 556, NULL }, + { "ordfeminine", 370, NULL }, + { "ring", 333, NULL }, + { "p", 556, NULL }, + { "q", 556, NULL }, + { "uhungarumlaut", 556, NULL }, + { "r", 333, NULL }, + { "twosuperior", 333, NULL }, + { "aacute", 556, NULL }, + { "s", 500, NULL }, + { "OE", 1000, NULL }, + { "t", 278, NULL }, + { "divide", 584, NULL }, + { "u", 556, NULL }, + { "Ccaron", 722, NULL }, + { "v", 500, NULL }, + { "w", 722, NULL }, + { "x", 500, NULL }, + { "y", 500, NULL }, + { "z", 500, NULL }, + { "Gbreve", 778, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 278, NULL }, + { "Nacute", 722, NULL }, + { "quotedbl", 355, NULL }, + { "gcommaaccent", 556, NULL }, + { "mu", 556, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 667, NULL }, + { "Lslash", 556, NULL }, + { "semicolon", 278, NULL }, + { "oslash", 611, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 471, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 500, NULL }, + { "Ecircumflex", 667, NULL }, + { "gbreve", 556, NULL }, + { "trademark", 1000, NULL }, + { "daggerdbl", 556, NULL }, + { "nacute", 556, NULL }, + { "macron", 333, NULL }, + { "Otilde", 778, NULL }, + { "Emacron", 667, NULL }, + { "ellipsis", 1000, NULL }, + { "scaron", 500, NULL }, + { "AE", 1000, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 222, NULL }, + { "quotedblleft", 333, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 191, NULL }, + { "eight", 556, NULL }, + { "exclamdown", 333, NULL }, + { "endash", 556, NULL }, + { "oe", 944, NULL }, + { "Abreve", 667, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 556, NULL }, + { "Adieresis", 667, NULL }, + { "copyright", 737, NULL }, + { "Egrave", 667, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 667, NULL }, + { "otilde", 556, NULL }, + { "Idieresis", 278, NULL }, + { "parenleft", 333, NULL }, + { "one", 556, NULL }, + { "emacron", 556, NULL }, + { "Odieresis", 778, NULL }, + { "ucircumflex", 556, NULL }, + { "bracketleft", 278, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 222, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 667, NULL }, + { "umacron", 556, NULL }, + { "abreve", 556, NULL }, + { "Eacute", 667, NULL }, + { "adieresis", 556, NULL }, + { "egrave", 556, NULL }, + { "edieresis", 556, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 889, NULL }, + { "asterisk", 389, NULL }, + { "odieresis", 556, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 556, NULL }, + { "nine", 556, NULL }, + { "five", 556, NULL }, + { "udieresis", 556, NULL }, + { "Zcaron", 611, NULL }, + { "Scommaaccent", 667, NULL }, + { "threequarters", 834, NULL }, + { "guillemotright", 556, NULL }, + { "Ccedilla", 722, NULL }, + { "ydieresis", 500, NULL }, + { "tilde", 333, NULL }, + { "at", 1015, NULL }, + { "eacute", 556, NULL }, + { "underscore", 556, NULL }, + { "Euro", 556, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 584, NULL }, + { "zero", 556, NULL }, + { "eth", 556, NULL }, + { "Scedilla", 667, NULL }, + { "Ograve", 778, NULL }, + { "Racute", 722, NULL }, + { "partialdiff", 476, NULL }, + { "uacute", 556, NULL }, + { "braceleft", 334, NULL }, + { "Thorn", 667, NULL }, + { "zcaron", 500, NULL }, + { "scommaaccent", 500, NULL }, + { "ccedilla", 500, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 556, NULL }, + { "Ocircumflex", 778, NULL }, + { "Oacute", 778, NULL }, + { "scedilla", 500, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 556, NULL }, + { "racute", 333, NULL }, + { "Tcaron", 611, NULL }, + { "Eogonek", 667, NULL }, + { "thorn", 556, NULL }, + { "degree", 400, NULL }, + { "registered", 737, NULL }, + { "radical", 453, NULL }, + { "Aring", 667, NULL }, + { "percent", 889, NULL }, + { "six", 556, NULL }, + { "paragraph", 537, NULL }, + { "dcaron", 643, NULL }, + { "Uogonek", 722, NULL }, + { "two", 556, NULL }, + { "summation", 600, NULL }, + { "Igrave", 278, NULL }, + { "Lacute", 556, NULL }, + { "ocircumflex", 556, NULL }, + { "oacute", 556, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 556, NULL }, + { "tcaron", 317, NULL }, + { "eogonek", 556, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 778, NULL }, + { "asciicircum", 469, NULL }, + { "aring", 556, NULL }, + { "grave", 333, NULL }, + { "uogonek", 556, NULL }, + { "bracketright", 278, NULL }, + { "Iacute", 278, NULL }, + { "ampersand", 667, NULL }, + { "igrave", 278, NULL }, + { "lacute", 222, NULL }, + { "Ncaron", 722, NULL }, + { "plus", 584, NULL }, + { "uring", 556, NULL }, + { "quotesinglbase", 222, NULL }, + { "lcommaaccent", 222, NULL }, + { "Yacute", 667, NULL }, + { "ohungarumlaut", 556, NULL }, + { "threesuperior", 333, NULL }, + { "acute", 333, NULL }, + { "section", 556, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 333, NULL }, + { "ncaron", 556, NULL }, + { "florin", 556, NULL }, + { "yacute", 500, NULL }, + { "Rcommaaccent", 722, NULL }, + { "fi", 500, NULL }, + { "fl", 500, NULL }, + { "Acircumflex", 667, NULL }, + { "Cacute", 722, NULL }, + { "Icircumflex", 278, NULL }, + { "guillemotleft", 556, NULL }, + { "germandbls", 611, NULL }, + { "Amacron", 667, NULL }, + { "seven", 556, NULL }, + { "Sacute", 667, NULL }, + { "ordmasculine", 365, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 556, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 278, NULL }, + { "rcommaaccent", 333, NULL }, + { "Zdotaccent", 611, NULL }, + { "acircumflex", 556, NULL }, + { "cacute", 500, NULL }, + { "Ecaron", 667, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 334, NULL }, + { "quotedblright", 333, NULL }, + { "amacron", 556, NULL }, + { "sacute", 500, NULL }, + { "imacron", 278, NULL }, + { "cent", 556, NULL }, + { "currency", 556, NULL }, + { "logicalnot", 584, NULL }, + { "zdotaccent", 500, NULL }, + { "Atilde", 667, NULL }, + { "breve", 333, NULL }, + { "bar", 260, NULL }, + { "fraction", 167, NULL }, + { "less", 584, NULL }, + { "ecaron", 556, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 278, NULL }, + { "period", 278, NULL }, + { "Rcaron", 722, NULL }, + { "Kcommaaccent", 667, NULL }, + { "greater", 584, NULL }, + { "atilde", 556, NULL }, + { "brokenbar", 260, NULL }, + { "quoteleft", 222, NULL }, + { "Edotaccent", 667, NULL }, + { "onesuperior", 333, NULL } +}; + +static BuiltinFontWidth symbolWidthsTab[] = { + { "bracketleftex", 384, NULL }, + { "alpha", 631, NULL }, + { "union", 768, NULL }, + { "infinity", 713, NULL }, + { "comma", 250, NULL }, + { "copyrightsans", 790, NULL }, + { "plusminus", 549, NULL }, + { "arrowup", 603, NULL }, + { "apple", 790, NULL }, + { "parenleftbt", 384, NULL }, + { "notelement", 713, NULL }, + { "colon", 278, NULL }, + { "beta", 549, NULL }, + { "braceleftbt", 494, NULL }, + { "Lambda", 686, NULL }, + { "Phi", 763, NULL }, + { "minus", 549, NULL }, + { "space", 250, NULL }, + { "Sigma", 592, NULL }, + { "approxequal", 549, NULL }, + { "minute", 247, NULL }, + { "circleplus", 768, NULL }, + { "Omicron", 722, NULL }, + { "three", 500, NULL }, + { "numbersign", 500, NULL }, + { "lambda", 549, NULL }, + { "phi", 521, NULL }, + { "aleph", 823, NULL }, + { "Tau", 611, NULL }, + { "spade", 753, NULL }, + { "logicaland", 603, NULL }, + { "sigma", 603, NULL }, + { "propersuperset", 713, NULL }, + { "omicron", 549, NULL }, + { "question", 444, NULL }, + { "equal", 549, NULL }, + { "Epsilon", 611, NULL }, + { "emptyset", 823, NULL }, + { "diamond", 753, NULL }, + { "four", 500, NULL }, + { "Mu", 889, NULL }, + { "parenlefttp", 384, NULL }, + { "club", 753, NULL }, + { "bullet", 460, NULL }, + { "Omega", 768, NULL }, + { "tau", 439, NULL }, + { "Upsilon", 690, NULL }, + { "bracelefttp", 494, NULL }, + { "heart", 753, NULL }, + { "divide", 549, NULL }, + { "epsilon", 439, NULL }, + { "logicalor", 603, NULL }, + { "parenleftex", 384, NULL }, + { "greaterequal", 549, NULL }, + { "mu", 576, NULL }, + { "Nu", 722, NULL }, + { "therefore", 863, NULL }, + { "notsubset", 713, NULL }, + { "omega", 686, NULL }, + { "semicolon", 278, NULL }, + { "element", 713, NULL }, + { "upsilon", 576, NULL }, + { "existential", 549, NULL }, + { "integralbt", 686, NULL }, + { "lessequal", 549, NULL }, + { "phi1", 603, NULL }, + { "lozenge", 494, NULL }, + { "trademarkserif", 890, NULL }, + { "parenright", 333, NULL }, + { "reflexsuperset", 713, NULL }, + { "sigma1", 439, NULL }, + { "nu", 521, NULL }, + { "Gamma", 603, NULL }, + { "angleright", 329, NULL }, + { "ellipsis", 1000, NULL }, + { "Rho", 556, NULL }, + { "parenrightbt", 384, NULL }, + { "radicalex", 500, NULL }, + { "eight", 500, NULL }, + { "angleleft", 329, NULL }, + { "arrowdbldown", 603, NULL }, + { "congruent", 549, NULL }, + { "Theta", 741, NULL }, + { "intersection", 768, NULL }, + { "Pi", 768, NULL }, + { "slash", 278, NULL }, + { "registerserif", 790, NULL }, + { "parenleft", 333, NULL }, + { "one", 500, NULL }, + { "gamma", 411, NULL }, + { "bracketleft", 333, NULL }, + { "rho", 549, NULL }, + { "circlemultiply", 768, NULL }, + { "Chi", 722, NULL }, + { "theta", 521, NULL }, + { "pi", 549, NULL }, + { "integraltp", 686, NULL }, + { "Eta", 722, NULL }, + { "product", 823, NULL }, + { "nine", 500, NULL }, + { "five", 500, NULL }, + { "propersubset", 713, NULL }, + { "bracketrightbt", 384, NULL }, + { "trademarksans", 786, NULL }, + { "dotmath", 250, NULL }, + { "integralex", 686, NULL }, + { "chi", 549, NULL }, + { "parenrighttp", 384, NULL }, + { "eta", 603, NULL }, + { "underscore", 500, NULL }, + { "Euro", 750, NULL }, + { "multiply", 549, NULL }, + { "zero", 500, NULL }, + { "partialdiff", 494, NULL }, + { "angle", 768, NULL }, + { "arrowdblleft", 987, NULL }, + { "braceleft", 480, NULL }, + { "parenrightex", 384, NULL }, + { "Rfraktur", 795, NULL }, + { "Zeta", 611, NULL }, + { "braceex", 494, NULL }, + { "arrowdblup", 603, NULL }, + { "arrowdown", 603, NULL }, + { "Ifraktur", 686, NULL }, + { "degree", 400, NULL }, + { "Iota", 333, NULL }, + { "perpendicular", 658, NULL }, + { "radical", 549, NULL }, + { "asteriskmath", 500, NULL }, + { "percent", 833, NULL }, + { "zeta", 494, NULL }, + { "six", 500, NULL }, + { "two", 500, NULL }, + { "weierstrass", 987, NULL }, + { "summation", 713, NULL }, + { "bracketrighttp", 384, NULL }, + { "carriagereturn", 658, NULL }, + { "suchthat", 439, NULL }, + { "arrowvertex", 603, NULL }, + { "Delta", 612, NULL }, + { "iota", 329, NULL }, + { "arrowhorizex", 1000, NULL }, + { "bracketrightex", 384, NULL }, + { "bracketright", 333, NULL }, + { "ampersand", 778, NULL }, + { "plus", 549, NULL }, + { "proportional", 713, NULL }, + { "delta", 494, NULL }, + { "copyrightserif", 790, NULL }, + { "bracerightmid", 494, NULL }, + { "arrowleft", 987, NULL }, + { "second", 411, NULL }, + { "arrowdblboth", 1042, NULL }, + { "florin", 500, NULL }, + { "Psi", 795, NULL }, + { "bracerightbt", 494, NULL }, + { "bracketleftbt", 384, NULL }, + { "seven", 500, NULL }, + { "braceleftmid", 494, NULL }, + { "notequal", 549, NULL }, + { "psi", 686, NULL }, + { "equivalence", 549, NULL }, + { "universal", 713, NULL }, + { "arrowdblright", 987, NULL }, + { "braceright", 480, NULL }, + { "reflexsubset", 713, NULL }, + { "Xi", 645, NULL }, + { "theta1", 631, NULL }, + { "logicalnot", 713, NULL }, + { "Kappa", 722, NULL }, + { "similar", 549, NULL }, + { "bar", 200, NULL }, + { "fraction", 167, NULL }, + { "less", 549, NULL }, + { "registersans", 790, NULL }, + { "omega1", 713, NULL }, + { "exclam", 333, NULL }, + { "Upsilon1", 620, NULL }, + { "bracerighttp", 494, NULL }, + { "xi", 493, NULL }, + { "period", 250, NULL }, + { "Alpha", 722, NULL }, + { "arrowright", 987, NULL }, + { "greater", 549, NULL }, + { "bracketlefttp", 384, NULL }, + { "kappa", 549, NULL }, + { "gradient", 713, NULL }, + { "integral", 274, NULL }, + { "arrowboth", 1042, NULL }, + { "Beta", 667, NULL } +}; + +static BuiltinFontWidth timesBoldWidthsTab[] = { + { "Ntilde", 722, NULL }, + { "rcaron", 444, NULL }, + { "kcommaaccent", 556, NULL }, + { "Ncommaaccent", 722, NULL }, + { "Zacute", 667, NULL }, + { "comma", 250, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 570, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 444, NULL }, + { "asciitilde", 520, NULL }, + { "colon", 333, NULL }, + { "onehalf", 750, NULL }, + { "dollar", 500, NULL }, + { "Lcaron", 667, NULL }, + { "ntilde", 556, NULL }, + { "Aogonek", 722, NULL }, + { "ncommaaccent", 556, NULL }, + { "minus", 570, NULL }, + { "Iogonek", 389, NULL }, + { "zacute", 444, NULL }, + { "yen", 500, NULL }, + { "space", 250, NULL }, + { "Omacron", 778, NULL }, + { "questiondown", 500, NULL }, + { "emdash", 1000, NULL }, + { "Agrave", 722, NULL }, + { "three", 500, NULL }, + { "numbersign", 500, NULL }, + { "lcaron", 394, NULL }, + { "A", 722, NULL }, + { "B", 667, NULL }, + { "C", 722, NULL }, + { "aogonek", 500, NULL }, + { "D", 722, NULL }, + { "E", 667, NULL }, + { "onequarter", 750, NULL }, + { "F", 611, NULL }, + { "G", 778, NULL }, + { "H", 778, NULL }, + { "I", 389, NULL }, + { "J", 500, NULL }, + { "K", 778, NULL }, + { "iogonek", 278, NULL }, + { "backslash", 278, NULL }, + { "L", 667, NULL }, + { "periodcentered", 250, NULL }, + { "M", 944, NULL }, + { "N", 722, NULL }, + { "omacron", 500, NULL }, + { "Tcommaaccent", 667, NULL }, + { "O", 778, NULL }, + { "P", 611, NULL }, + { "Q", 778, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 722, NULL }, + { "Aacute", 722, NULL }, + { "caron", 333, NULL }, + { "S", 556, NULL }, + { "T", 667, NULL }, + { "U", 722, NULL }, + { "agrave", 500, NULL }, + { "V", 722, NULL }, + { "W", 1000, NULL }, + { "X", 722, NULL }, + { "question", 500, NULL }, + { "equal", 570, NULL }, + { "Y", 722, NULL }, + { "Z", 667, NULL }, + { "four", 500, NULL }, + { "a", 500, NULL }, + { "Gcommaaccent", 778, NULL }, + { "b", 556, NULL }, + { "c", 444, NULL }, + { "d", 556, NULL }, + { "e", 444, NULL }, + { "f", 333, NULL }, + { "g", 500, NULL }, + { "bullet", 350, NULL }, + { "h", 556, NULL }, + { "i", 278, NULL }, + { "Oslash", 778, NULL }, + { "dagger", 500, NULL }, + { "j", 333, NULL }, + { "k", 556, NULL }, + { "l", 278, NULL }, + { "m", 833, NULL }, + { "n", 556, NULL }, + { "tcommaaccent", 333, NULL }, + { "o", 500, NULL }, + { "ordfeminine", 300, NULL }, + { "ring", 333, NULL }, + { "p", 556, NULL }, + { "q", 556, NULL }, + { "uhungarumlaut", 556, NULL }, + { "r", 444, NULL }, + { "twosuperior", 300, NULL }, + { "aacute", 500, NULL }, + { "s", 389, NULL }, + { "OE", 1000, NULL }, + { "t", 333, NULL }, + { "divide", 570, NULL }, + { "u", 556, NULL }, + { "Ccaron", 722, NULL }, + { "v", 500, NULL }, + { "w", 722, NULL }, + { "x", 500, NULL }, + { "y", 500, NULL }, + { "z", 444, NULL }, + { "Gbreve", 778, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 389, NULL }, + { "Nacute", 722, NULL }, + { "quotedbl", 555, NULL }, + { "gcommaaccent", 500, NULL }, + { "mu", 556, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 556, NULL }, + { "Lslash", 667, NULL }, + { "semicolon", 333, NULL }, + { "oslash", 500, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 494, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 444, NULL }, + { "Ecircumflex", 667, NULL }, + { "gbreve", 500, NULL }, + { "trademark", 1000, NULL }, + { "daggerdbl", 500, NULL }, + { "nacute", 556, NULL }, + { "macron", 333, NULL }, + { "Otilde", 778, NULL }, + { "Emacron", 667, NULL }, + { "ellipsis", 1000, NULL }, + { "scaron", 389, NULL }, + { "AE", 1000, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 278, NULL }, + { "quotedblleft", 500, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 278, NULL }, + { "eight", 500, NULL }, + { "exclamdown", 333, NULL }, + { "endash", 500, NULL }, + { "oe", 722, NULL }, + { "Abreve", 722, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 444, NULL }, + { "Adieresis", 722, NULL }, + { "copyright", 747, NULL }, + { "Egrave", 667, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 667, NULL }, + { "otilde", 500, NULL }, + { "Idieresis", 389, NULL }, + { "parenleft", 333, NULL }, + { "one", 500, NULL }, + { "emacron", 444, NULL }, + { "Odieresis", 778, NULL }, + { "ucircumflex", 556, NULL }, + { "bracketleft", 333, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 333, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 722, NULL }, + { "umacron", 556, NULL }, + { "abreve", 500, NULL }, + { "Eacute", 667, NULL }, + { "adieresis", 500, NULL }, + { "egrave", 444, NULL }, + { "edieresis", 444, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 722, NULL }, + { "asterisk", 500, NULL }, + { "odieresis", 500, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 556, NULL }, + { "nine", 500, NULL }, + { "five", 500, NULL }, + { "udieresis", 556, NULL }, + { "Zcaron", 667, NULL }, + { "Scommaaccent", 556, NULL }, + { "threequarters", 750, NULL }, + { "guillemotright", 500, NULL }, + { "Ccedilla", 722, NULL }, + { "ydieresis", 500, NULL }, + { "tilde", 333, NULL }, + { "at", 930, NULL }, + { "eacute", 444, NULL }, + { "underscore", 500, NULL }, + { "Euro", 500, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 570, NULL }, + { "zero", 500, NULL }, + { "eth", 500, NULL }, + { "Scedilla", 556, NULL }, + { "Ograve", 778, NULL }, + { "Racute", 722, NULL }, + { "partialdiff", 494, NULL }, + { "uacute", 556, NULL }, + { "braceleft", 394, NULL }, + { "Thorn", 611, NULL }, + { "zcaron", 444, NULL }, + { "scommaaccent", 389, NULL }, + { "ccedilla", 444, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 556, NULL }, + { "Ocircumflex", 778, NULL }, + { "Oacute", 778, NULL }, + { "scedilla", 389, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 500, NULL }, + { "racute", 444, NULL }, + { "Tcaron", 667, NULL }, + { "Eogonek", 667, NULL }, + { "thorn", 556, NULL }, + { "degree", 400, NULL }, + { "registered", 747, NULL }, + { "radical", 549, NULL }, + { "Aring", 722, NULL }, + { "percent", 1000, NULL }, + { "six", 500, NULL }, + { "paragraph", 540, NULL }, + { "dcaron", 672, NULL }, + { "Uogonek", 722, NULL }, + { "two", 500, NULL }, + { "summation", 600, NULL }, + { "Igrave", 389, NULL }, + { "Lacute", 667, NULL }, + { "ocircumflex", 500, NULL }, + { "oacute", 500, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 667, NULL }, + { "tcaron", 416, NULL }, + { "eogonek", 444, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 778, NULL }, + { "asciicircum", 581, NULL }, + { "aring", 500, NULL }, + { "grave", 333, NULL }, + { "uogonek", 556, NULL }, + { "bracketright", 333, NULL }, + { "Iacute", 389, NULL }, + { "ampersand", 833, NULL }, + { "igrave", 278, NULL }, + { "lacute", 278, NULL }, + { "Ncaron", 722, NULL }, + { "plus", 570, NULL }, + { "uring", 556, NULL }, + { "quotesinglbase", 333, NULL }, + { "lcommaaccent", 278, NULL }, + { "Yacute", 722, NULL }, + { "ohungarumlaut", 500, NULL }, + { "threesuperior", 300, NULL }, + { "acute", 333, NULL }, + { "section", 500, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 500, NULL }, + { "ncaron", 556, NULL }, + { "florin", 500, NULL }, + { "yacute", 500, NULL }, + { "Rcommaaccent", 722, NULL }, + { "fi", 556, NULL }, + { "fl", 556, NULL }, + { "Acircumflex", 722, NULL }, + { "Cacute", 722, NULL }, + { "Icircumflex", 389, NULL }, + { "guillemotleft", 500, NULL }, + { "germandbls", 556, NULL }, + { "Amacron", 722, NULL }, + { "seven", 500, NULL }, + { "Sacute", 556, NULL }, + { "ordmasculine", 330, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 500, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 389, NULL }, + { "rcommaaccent", 444, NULL }, + { "Zdotaccent", 667, NULL }, + { "acircumflex", 500, NULL }, + { "cacute", 444, NULL }, + { "Ecaron", 667, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 394, NULL }, + { "quotedblright", 500, NULL }, + { "amacron", 500, NULL }, + { "sacute", 389, NULL }, + { "imacron", 278, NULL }, + { "cent", 500, NULL }, + { "currency", 500, NULL }, + { "logicalnot", 570, NULL }, + { "zdotaccent", 444, NULL }, + { "Atilde", 722, NULL }, + { "breve", 333, NULL }, + { "bar", 220, NULL }, + { "fraction", 167, NULL }, + { "less", 570, NULL }, + { "ecaron", 444, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 333, NULL }, + { "period", 250, NULL }, + { "Rcaron", 722, NULL }, + { "Kcommaaccent", 778, NULL }, + { "greater", 570, NULL }, + { "atilde", 500, NULL }, + { "brokenbar", 220, NULL }, + { "quoteleft", 333, NULL }, + { "Edotaccent", 667, NULL }, + { "onesuperior", 300, NULL } +}; + +static BuiltinFontWidth timesBoldItalicWidthsTab[] = { + { "Ntilde", 722, NULL }, + { "rcaron", 389, NULL }, + { "kcommaaccent", 500, NULL }, + { "Ncommaaccent", 722, NULL }, + { "Zacute", 611, NULL }, + { "comma", 250, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 570, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 444, NULL }, + { "asciitilde", 570, NULL }, + { "colon", 333, NULL }, + { "onehalf", 750, NULL }, + { "dollar", 500, NULL }, + { "Lcaron", 611, NULL }, + { "ntilde", 556, NULL }, + { "Aogonek", 667, NULL }, + { "ncommaaccent", 556, NULL }, + { "minus", 606, NULL }, + { "Iogonek", 389, NULL }, + { "zacute", 389, NULL }, + { "yen", 500, NULL }, + { "space", 250, NULL }, + { "Omacron", 722, NULL }, + { "questiondown", 500, NULL }, + { "emdash", 1000, NULL }, + { "Agrave", 667, NULL }, + { "three", 500, NULL }, + { "numbersign", 500, NULL }, + { "lcaron", 382, NULL }, + { "A", 667, NULL }, + { "B", 667, NULL }, + { "C", 667, NULL }, + { "aogonek", 500, NULL }, + { "D", 722, NULL }, + { "E", 667, NULL }, + { "onequarter", 750, NULL }, + { "F", 667, NULL }, + { "G", 722, NULL }, + { "H", 778, NULL }, + { "I", 389, NULL }, + { "J", 500, NULL }, + { "K", 667, NULL }, + { "iogonek", 278, NULL }, + { "backslash", 278, NULL }, + { "L", 611, NULL }, + { "periodcentered", 250, NULL }, + { "M", 889, NULL }, + { "N", 722, NULL }, + { "omacron", 500, NULL }, + { "Tcommaaccent", 611, NULL }, + { "O", 722, NULL }, + { "P", 611, NULL }, + { "Q", 722, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 667, NULL }, + { "Aacute", 667, NULL }, + { "caron", 333, NULL }, + { "S", 556, NULL }, + { "T", 611, NULL }, + { "U", 722, NULL }, + { "agrave", 500, NULL }, + { "V", 667, NULL }, + { "W", 889, NULL }, + { "X", 667, NULL }, + { "question", 500, NULL }, + { "equal", 570, NULL }, + { "Y", 611, NULL }, + { "Z", 611, NULL }, + { "four", 500, NULL }, + { "a", 500, NULL }, + { "Gcommaaccent", 722, NULL }, + { "b", 500, NULL }, + { "c", 444, NULL }, + { "d", 500, NULL }, + { "e", 444, NULL }, + { "f", 333, NULL }, + { "g", 500, NULL }, + { "bullet", 350, NULL }, + { "h", 556, NULL }, + { "i", 278, NULL }, + { "Oslash", 722, NULL }, + { "dagger", 500, NULL }, + { "j", 278, NULL }, + { "k", 500, NULL }, + { "l", 278, NULL }, + { "m", 778, NULL }, + { "n", 556, NULL }, + { "tcommaaccent", 278, NULL }, + { "o", 500, NULL }, + { "ordfeminine", 266, NULL }, + { "ring", 333, NULL }, + { "p", 500, NULL }, + { "q", 500, NULL }, + { "uhungarumlaut", 556, NULL }, + { "r", 389, NULL }, + { "twosuperior", 300, NULL }, + { "aacute", 500, NULL }, + { "s", 389, NULL }, + { "OE", 944, NULL }, + { "t", 278, NULL }, + { "divide", 570, NULL }, + { "u", 556, NULL }, + { "Ccaron", 667, NULL }, + { "v", 444, NULL }, + { "w", 667, NULL }, + { "x", 500, NULL }, + { "y", 444, NULL }, + { "z", 389, NULL }, + { "Gbreve", 722, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 389, NULL }, + { "Nacute", 722, NULL }, + { "quotedbl", 555, NULL }, + { "gcommaaccent", 500, NULL }, + { "mu", 576, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 556, NULL }, + { "Lslash", 611, NULL }, + { "semicolon", 333, NULL }, + { "oslash", 500, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 494, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 444, NULL }, + { "Ecircumflex", 667, NULL }, + { "gbreve", 500, NULL }, + { "trademark", 1000, NULL }, + { "daggerdbl", 500, NULL }, + { "nacute", 556, NULL }, + { "macron", 333, NULL }, + { "Otilde", 722, NULL }, + { "Emacron", 667, NULL }, + { "ellipsis", 1000, NULL }, + { "scaron", 389, NULL }, + { "AE", 944, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 278, NULL }, + { "quotedblleft", 500, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 278, NULL }, + { "eight", 500, NULL }, + { "exclamdown", 389, NULL }, + { "endash", 500, NULL }, + { "oe", 722, NULL }, + { "Abreve", 667, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 444, NULL }, + { "Adieresis", 667, NULL }, + { "copyright", 747, NULL }, + { "Egrave", 667, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 667, NULL }, + { "otilde", 500, NULL }, + { "Idieresis", 389, NULL }, + { "parenleft", 333, NULL }, + { "one", 500, NULL }, + { "emacron", 444, NULL }, + { "Odieresis", 722, NULL }, + { "ucircumflex", 556, NULL }, + { "bracketleft", 333, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 333, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 611, NULL }, + { "umacron", 556, NULL }, + { "abreve", 500, NULL }, + { "Eacute", 667, NULL }, + { "adieresis", 500, NULL }, + { "egrave", 444, NULL }, + { "edieresis", 444, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 722, NULL }, + { "asterisk", 500, NULL }, + { "odieresis", 500, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 556, NULL }, + { "nine", 500, NULL }, + { "five", 500, NULL }, + { "udieresis", 556, NULL }, + { "Zcaron", 611, NULL }, + { "Scommaaccent", 556, NULL }, + { "threequarters", 750, NULL }, + { "guillemotright", 500, NULL }, + { "Ccedilla", 667, NULL }, + { "ydieresis", 444, NULL }, + { "tilde", 333, NULL }, + { "at", 832, NULL }, + { "eacute", 444, NULL }, + { "underscore", 500, NULL }, + { "Euro", 500, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 570, NULL }, + { "zero", 500, NULL }, + { "eth", 500, NULL }, + { "Scedilla", 556, NULL }, + { "Ograve", 722, NULL }, + { "Racute", 667, NULL }, + { "partialdiff", 494, NULL }, + { "uacute", 556, NULL }, + { "braceleft", 348, NULL }, + { "Thorn", 611, NULL }, + { "zcaron", 389, NULL }, + { "scommaaccent", 389, NULL }, + { "ccedilla", 444, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 500, NULL }, + { "Ocircumflex", 722, NULL }, + { "Oacute", 722, NULL }, + { "scedilla", 389, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 500, NULL }, + { "racute", 389, NULL }, + { "Tcaron", 611, NULL }, + { "Eogonek", 667, NULL }, + { "thorn", 500, NULL }, + { "degree", 400, NULL }, + { "registered", 747, NULL }, + { "radical", 549, NULL }, + { "Aring", 667, NULL }, + { "percent", 833, NULL }, + { "six", 500, NULL }, + { "paragraph", 500, NULL }, + { "dcaron", 608, NULL }, + { "Uogonek", 722, NULL }, + { "two", 500, NULL }, + { "summation", 600, NULL }, + { "Igrave", 389, NULL }, + { "Lacute", 611, NULL }, + { "ocircumflex", 500, NULL }, + { "oacute", 500, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 611, NULL }, + { "tcaron", 366, NULL }, + { "eogonek", 444, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 722, NULL }, + { "asciicircum", 570, NULL }, + { "aring", 500, NULL }, + { "grave", 333, NULL }, + { "uogonek", 556, NULL }, + { "bracketright", 333, NULL }, + { "Iacute", 389, NULL }, + { "ampersand", 778, NULL }, + { "igrave", 278, NULL }, + { "lacute", 278, NULL }, + { "Ncaron", 722, NULL }, + { "plus", 570, NULL }, + { "uring", 556, NULL }, + { "quotesinglbase", 333, NULL }, + { "lcommaaccent", 278, NULL }, + { "Yacute", 611, NULL }, + { "ohungarumlaut", 500, NULL }, + { "threesuperior", 300, NULL }, + { "acute", 333, NULL }, + { "section", 500, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 500, NULL }, + { "ncaron", 556, NULL }, + { "florin", 500, NULL }, + { "yacute", 444, NULL }, + { "Rcommaaccent", 667, NULL }, + { "fi", 556, NULL }, + { "fl", 556, NULL }, + { "Acircumflex", 667, NULL }, + { "Cacute", 667, NULL }, + { "Icircumflex", 389, NULL }, + { "guillemotleft", 500, NULL }, + { "germandbls", 500, NULL }, + { "Amacron", 667, NULL }, + { "seven", 500, NULL }, + { "Sacute", 556, NULL }, + { "ordmasculine", 300, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 500, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 389, NULL }, + { "rcommaaccent", 389, NULL }, + { "Zdotaccent", 611, NULL }, + { "acircumflex", 500, NULL }, + { "cacute", 444, NULL }, + { "Ecaron", 667, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 348, NULL }, + { "quotedblright", 500, NULL }, + { "amacron", 500, NULL }, + { "sacute", 389, NULL }, + { "imacron", 278, NULL }, + { "cent", 500, NULL }, + { "currency", 500, NULL }, + { "logicalnot", 606, NULL }, + { "zdotaccent", 389, NULL }, + { "Atilde", 667, NULL }, + { "breve", 333, NULL }, + { "bar", 220, NULL }, + { "fraction", 167, NULL }, + { "less", 570, NULL }, + { "ecaron", 444, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 389, NULL }, + { "period", 250, NULL }, + { "Rcaron", 667, NULL }, + { "Kcommaaccent", 667, NULL }, + { "greater", 570, NULL }, + { "atilde", 500, NULL }, + { "brokenbar", 220, NULL }, + { "quoteleft", 333, NULL }, + { "Edotaccent", 667, NULL }, + { "onesuperior", 300, NULL } +}; + +static BuiltinFontWidth timesItalicWidthsTab[] = { + { "Ntilde", 667, NULL }, + { "rcaron", 389, NULL }, + { "kcommaaccent", 444, NULL }, + { "Ncommaaccent", 667, NULL }, + { "Zacute", 556, NULL }, + { "comma", 250, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 675, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 444, NULL }, + { "asciitilde", 541, NULL }, + { "colon", 333, NULL }, + { "onehalf", 750, NULL }, + { "dollar", 500, NULL }, + { "Lcaron", 611, NULL }, + { "ntilde", 500, NULL }, + { "Aogonek", 611, NULL }, + { "ncommaaccent", 500, NULL }, + { "minus", 675, NULL }, + { "Iogonek", 333, NULL }, + { "zacute", 389, NULL }, + { "yen", 500, NULL }, + { "space", 250, NULL }, + { "Omacron", 722, NULL }, + { "questiondown", 500, NULL }, + { "emdash", 889, NULL }, + { "Agrave", 611, NULL }, + { "three", 500, NULL }, + { "numbersign", 500, NULL }, + { "lcaron", 300, NULL }, + { "A", 611, NULL }, + { "B", 611, NULL }, + { "C", 667, NULL }, + { "aogonek", 500, NULL }, + { "D", 722, NULL }, + { "E", 611, NULL }, + { "onequarter", 750, NULL }, + { "F", 611, NULL }, + { "G", 722, NULL }, + { "H", 722, NULL }, + { "I", 333, NULL }, + { "J", 444, NULL }, + { "K", 667, NULL }, + { "iogonek", 278, NULL }, + { "backslash", 278, NULL }, + { "L", 556, NULL }, + { "periodcentered", 250, NULL }, + { "M", 833, NULL }, + { "N", 667, NULL }, + { "omacron", 500, NULL }, + { "Tcommaaccent", 556, NULL }, + { "O", 722, NULL }, + { "P", 611, NULL }, + { "Q", 722, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 611, NULL }, + { "Aacute", 611, NULL }, + { "caron", 333, NULL }, + { "S", 500, NULL }, + { "T", 556, NULL }, + { "U", 722, NULL }, + { "agrave", 500, NULL }, + { "V", 611, NULL }, + { "W", 833, NULL }, + { "X", 611, NULL }, + { "question", 500, NULL }, + { "equal", 675, NULL }, + { "Y", 556, NULL }, + { "Z", 556, NULL }, + { "four", 500, NULL }, + { "a", 500, NULL }, + { "Gcommaaccent", 722, NULL }, + { "b", 500, NULL }, + { "c", 444, NULL }, + { "d", 500, NULL }, + { "e", 444, NULL }, + { "f", 278, NULL }, + { "g", 500, NULL }, + { "bullet", 350, NULL }, + { "h", 500, NULL }, + { "i", 278, NULL }, + { "Oslash", 722, NULL }, + { "dagger", 500, NULL }, + { "j", 278, NULL }, + { "k", 444, NULL }, + { "l", 278, NULL }, + { "m", 722, NULL }, + { "n", 500, NULL }, + { "tcommaaccent", 278, NULL }, + { "o", 500, NULL }, + { "ordfeminine", 276, NULL }, + { "ring", 333, NULL }, + { "p", 500, NULL }, + { "q", 500, NULL }, + { "uhungarumlaut", 500, NULL }, + { "r", 389, NULL }, + { "twosuperior", 300, NULL }, + { "aacute", 500, NULL }, + { "s", 389, NULL }, + { "OE", 944, NULL }, + { "t", 278, NULL }, + { "divide", 675, NULL }, + { "u", 500, NULL }, + { "Ccaron", 667, NULL }, + { "v", 444, NULL }, + { "w", 667, NULL }, + { "x", 444, NULL }, + { "y", 444, NULL }, + { "z", 389, NULL }, + { "Gbreve", 722, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 333, NULL }, + { "Nacute", 667, NULL }, + { "quotedbl", 420, NULL }, + { "gcommaaccent", 500, NULL }, + { "mu", 500, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 500, NULL }, + { "Lslash", 556, NULL }, + { "semicolon", 333, NULL }, + { "oslash", 500, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 471, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 444, NULL }, + { "Ecircumflex", 611, NULL }, + { "gbreve", 500, NULL }, + { "trademark", 980, NULL }, + { "daggerdbl", 500, NULL }, + { "nacute", 500, NULL }, + { "macron", 333, NULL }, + { "Otilde", 722, NULL }, + { "Emacron", 611, NULL }, + { "ellipsis", 889, NULL }, + { "scaron", 389, NULL }, + { "AE", 889, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 278, NULL }, + { "quotedblleft", 556, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 214, NULL }, + { "eight", 500, NULL }, + { "exclamdown", 389, NULL }, + { "endash", 500, NULL }, + { "oe", 667, NULL }, + { "Abreve", 611, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 444, NULL }, + { "Adieresis", 611, NULL }, + { "copyright", 760, NULL }, + { "Egrave", 611, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 611, NULL }, + { "otilde", 500, NULL }, + { "Idieresis", 333, NULL }, + { "parenleft", 333, NULL }, + { "one", 500, NULL }, + { "emacron", 444, NULL }, + { "Odieresis", 722, NULL }, + { "ucircumflex", 500, NULL }, + { "bracketleft", 389, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 333, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 556, NULL }, + { "umacron", 500, NULL }, + { "abreve", 500, NULL }, + { "Eacute", 611, NULL }, + { "adieresis", 500, NULL }, + { "egrave", 444, NULL }, + { "edieresis", 444, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 667, NULL }, + { "asterisk", 500, NULL }, + { "odieresis", 500, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 500, NULL }, + { "nine", 500, NULL }, + { "five", 500, NULL }, + { "udieresis", 500, NULL }, + { "Zcaron", 556, NULL }, + { "Scommaaccent", 500, NULL }, + { "threequarters", 750, NULL }, + { "guillemotright", 500, NULL }, + { "Ccedilla", 667, NULL }, + { "ydieresis", 444, NULL }, + { "tilde", 333, NULL }, + { "at", 920, NULL }, + { "eacute", 444, NULL }, + { "underscore", 500, NULL }, + { "Euro", 500, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 675, NULL }, + { "zero", 500, NULL }, + { "eth", 500, NULL }, + { "Scedilla", 500, NULL }, + { "Ograve", 722, NULL }, + { "Racute", 611, NULL }, + { "partialdiff", 476, NULL }, + { "uacute", 500, NULL }, + { "braceleft", 400, NULL }, + { "Thorn", 611, NULL }, + { "zcaron", 389, NULL }, + { "scommaaccent", 389, NULL }, + { "ccedilla", 444, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 500, NULL }, + { "Ocircumflex", 722, NULL }, + { "Oacute", 722, NULL }, + { "scedilla", 389, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 500, NULL }, + { "racute", 389, NULL }, + { "Tcaron", 556, NULL }, + { "Eogonek", 611, NULL }, + { "thorn", 500, NULL }, + { "degree", 400, NULL }, + { "registered", 760, NULL }, + { "radical", 453, NULL }, + { "Aring", 611, NULL }, + { "percent", 833, NULL }, + { "six", 500, NULL }, + { "paragraph", 523, NULL }, + { "dcaron", 544, NULL }, + { "Uogonek", 722, NULL }, + { "two", 500, NULL }, + { "summation", 600, NULL }, + { "Igrave", 333, NULL }, + { "Lacute", 556, NULL }, + { "ocircumflex", 500, NULL }, + { "oacute", 500, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 556, NULL }, + { "tcaron", 300, NULL }, + { "eogonek", 444, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 722, NULL }, + { "asciicircum", 422, NULL }, + { "aring", 500, NULL }, + { "grave", 333, NULL }, + { "uogonek", 500, NULL }, + { "bracketright", 389, NULL }, + { "Iacute", 333, NULL }, + { "ampersand", 778, NULL }, + { "igrave", 278, NULL }, + { "lacute", 278, NULL }, + { "Ncaron", 667, NULL }, + { "plus", 675, NULL }, + { "uring", 500, NULL }, + { "quotesinglbase", 333, NULL }, + { "lcommaaccent", 278, NULL }, + { "Yacute", 556, NULL }, + { "ohungarumlaut", 500, NULL }, + { "threesuperior", 300, NULL }, + { "acute", 333, NULL }, + { "section", 500, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 556, NULL }, + { "ncaron", 500, NULL }, + { "florin", 500, NULL }, + { "yacute", 444, NULL }, + { "Rcommaaccent", 611, NULL }, + { "fi", 500, NULL }, + { "fl", 500, NULL }, + { "Acircumflex", 611, NULL }, + { "Cacute", 667, NULL }, + { "Icircumflex", 333, NULL }, + { "guillemotleft", 500, NULL }, + { "germandbls", 500, NULL }, + { "Amacron", 611, NULL }, + { "seven", 500, NULL }, + { "Sacute", 500, NULL }, + { "ordmasculine", 310, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 500, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 333, NULL }, + { "rcommaaccent", 389, NULL }, + { "Zdotaccent", 556, NULL }, + { "acircumflex", 500, NULL }, + { "cacute", 444, NULL }, + { "Ecaron", 611, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 400, NULL }, + { "quotedblright", 556, NULL }, + { "amacron", 500, NULL }, + { "sacute", 389, NULL }, + { "imacron", 278, NULL }, + { "cent", 500, NULL }, + { "currency", 500, NULL }, + { "logicalnot", 675, NULL }, + { "zdotaccent", 389, NULL }, + { "Atilde", 611, NULL }, + { "breve", 333, NULL }, + { "bar", 275, NULL }, + { "fraction", 167, NULL }, + { "less", 675, NULL }, + { "ecaron", 444, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 333, NULL }, + { "period", 250, NULL }, + { "Rcaron", 611, NULL }, + { "Kcommaaccent", 667, NULL }, + { "greater", 675, NULL }, + { "atilde", 500, NULL }, + { "brokenbar", 275, NULL }, + { "quoteleft", 333, NULL }, + { "Edotaccent", 611, NULL }, + { "onesuperior", 300, NULL } +}; + +static BuiltinFontWidth timesRomanWidthsTab[] = { + { "Ntilde", 722, NULL }, + { "rcaron", 333, NULL }, + { "kcommaaccent", 500, NULL }, + { "Ncommaaccent", 722, NULL }, + { "Zacute", 611, NULL }, + { "comma", 250, NULL }, + { "cedilla", 333, NULL }, + { "plusminus", 564, NULL }, + { "circumflex", 333, NULL }, + { "dotaccent", 333, NULL }, + { "edotaccent", 444, NULL }, + { "asciitilde", 541, NULL }, + { "colon", 278, NULL }, + { "onehalf", 750, NULL }, + { "dollar", 500, NULL }, + { "Lcaron", 611, NULL }, + { "ntilde", 500, NULL }, + { "Aogonek", 722, NULL }, + { "ncommaaccent", 500, NULL }, + { "minus", 564, NULL }, + { "Iogonek", 333, NULL }, + { "zacute", 444, NULL }, + { "yen", 500, NULL }, + { "space", 250, NULL }, + { "Omacron", 722, NULL }, + { "questiondown", 444, NULL }, + { "emdash", 1000, NULL }, + { "Agrave", 722, NULL }, + { "three", 500, NULL }, + { "numbersign", 500, NULL }, + { "lcaron", 344, NULL }, + { "A", 722, NULL }, + { "B", 667, NULL }, + { "C", 667, NULL }, + { "aogonek", 444, NULL }, + { "D", 722, NULL }, + { "E", 611, NULL }, + { "onequarter", 750, NULL }, + { "F", 556, NULL }, + { "G", 722, NULL }, + { "H", 722, NULL }, + { "I", 333, NULL }, + { "J", 389, NULL }, + { "K", 722, NULL }, + { "iogonek", 278, NULL }, + { "backslash", 278, NULL }, + { "L", 611, NULL }, + { "periodcentered", 250, NULL }, + { "M", 889, NULL }, + { "N", 722, NULL }, + { "omacron", 500, NULL }, + { "Tcommaaccent", 611, NULL }, + { "O", 722, NULL }, + { "P", 556, NULL }, + { "Q", 722, NULL }, + { "Uhungarumlaut", 722, NULL }, + { "R", 667, NULL }, + { "Aacute", 722, NULL }, + { "caron", 333, NULL }, + { "S", 556, NULL }, + { "T", 611, NULL }, + { "U", 722, NULL }, + { "agrave", 444, NULL }, + { "V", 722, NULL }, + { "W", 944, NULL }, + { "X", 722, NULL }, + { "question", 444, NULL }, + { "equal", 564, NULL }, + { "Y", 722, NULL }, + { "Z", 611, NULL }, + { "four", 500, NULL }, + { "a", 444, NULL }, + { "Gcommaaccent", 722, NULL }, + { "b", 500, NULL }, + { "c", 444, NULL }, + { "d", 500, NULL }, + { "e", 444, NULL }, + { "f", 333, NULL }, + { "g", 500, NULL }, + { "bullet", 350, NULL }, + { "h", 500, NULL }, + { "i", 278, NULL }, + { "Oslash", 722, NULL }, + { "dagger", 500, NULL }, + { "j", 278, NULL }, + { "k", 500, NULL }, + { "l", 278, NULL }, + { "m", 778, NULL }, + { "n", 500, NULL }, + { "tcommaaccent", 278, NULL }, + { "o", 500, NULL }, + { "ordfeminine", 276, NULL }, + { "ring", 333, NULL }, + { "p", 500, NULL }, + { "q", 500, NULL }, + { "uhungarumlaut", 500, NULL }, + { "r", 333, NULL }, + { "twosuperior", 300, NULL }, + { "aacute", 444, NULL }, + { "s", 389, NULL }, + { "OE", 889, NULL }, + { "t", 278, NULL }, + { "divide", 564, NULL }, + { "u", 500, NULL }, + { "Ccaron", 667, NULL }, + { "v", 500, NULL }, + { "w", 722, NULL }, + { "x", 500, NULL }, + { "y", 500, NULL }, + { "z", 444, NULL }, + { "Gbreve", 722, NULL }, + { "commaaccent", 250, NULL }, + { "hungarumlaut", 333, NULL }, + { "Idotaccent", 333, NULL }, + { "Nacute", 722, NULL }, + { "quotedbl", 408, NULL }, + { "gcommaaccent", 500, NULL }, + { "mu", 500, NULL }, + { "greaterequal", 549, NULL }, + { "Scaron", 556, NULL }, + { "Lslash", 611, NULL }, + { "semicolon", 278, NULL }, + { "oslash", 500, NULL }, + { "lessequal", 549, NULL }, + { "lozenge", 471, NULL }, + { "parenright", 333, NULL }, + { "ccaron", 444, NULL }, + { "Ecircumflex", 611, NULL }, + { "gbreve", 500, NULL }, + { "trademark", 980, NULL }, + { "daggerdbl", 500, NULL }, + { "nacute", 500, NULL }, + { "macron", 333, NULL }, + { "Otilde", 722, NULL }, + { "Emacron", 611, NULL }, + { "ellipsis", 1000, NULL }, + { "scaron", 389, NULL }, + { "AE", 889, NULL }, + { "Ucircumflex", 722, NULL }, + { "lslash", 278, NULL }, + { "quotedblleft", 444, NULL }, + { "guilsinglright", 333, NULL }, + { "hyphen", 333, NULL }, + { "quotesingle", 180, NULL }, + { "eight", 500, NULL }, + { "exclamdown", 333, NULL }, + { "endash", 500, NULL }, + { "oe", 722, NULL }, + { "Abreve", 722, NULL }, + { "Umacron", 722, NULL }, + { "ecircumflex", 444, NULL }, + { "Adieresis", 722, NULL }, + { "copyright", 760, NULL }, + { "Egrave", 611, NULL }, + { "slash", 278, NULL }, + { "Edieresis", 611, NULL }, + { "otilde", 500, NULL }, + { "Idieresis", 333, NULL }, + { "parenleft", 333, NULL }, + { "one", 500, NULL }, + { "emacron", 444, NULL }, + { "Odieresis", 722, NULL }, + { "ucircumflex", 500, NULL }, + { "bracketleft", 333, NULL }, + { "Ugrave", 722, NULL }, + { "quoteright", 333, NULL }, + { "Udieresis", 722, NULL }, + { "perthousand", 1000, NULL }, + { "Ydieresis", 722, NULL }, + { "umacron", 500, NULL }, + { "abreve", 444, NULL }, + { "Eacute", 611, NULL }, + { "adieresis", 444, NULL }, + { "egrave", 444, NULL }, + { "edieresis", 444, NULL }, + { "idieresis", 278, NULL }, + { "Eth", 722, NULL }, + { "ae", 667, NULL }, + { "asterisk", 500, NULL }, + { "odieresis", 500, NULL }, + { "Uacute", 722, NULL }, + { "ugrave", 500, NULL }, + { "nine", 500, NULL }, + { "five", 500, NULL }, + { "udieresis", 500, NULL }, + { "Zcaron", 611, NULL }, + { "Scommaaccent", 556, NULL }, + { "threequarters", 750, NULL }, + { "guillemotright", 500, NULL }, + { "Ccedilla", 667, NULL }, + { "ydieresis", 500, NULL }, + { "tilde", 333, NULL }, + { "at", 921, NULL }, + { "eacute", 444, NULL }, + { "underscore", 500, NULL }, + { "Euro", 500, NULL }, + { "Dcroat", 722, NULL }, + { "multiply", 564, NULL }, + { "zero", 500, NULL }, + { "eth", 500, NULL }, + { "Scedilla", 556, NULL }, + { "Ograve", 722, NULL }, + { "Racute", 667, NULL }, + { "partialdiff", 476, NULL }, + { "uacute", 500, NULL }, + { "braceleft", 480, NULL }, + { "Thorn", 556, NULL }, + { "zcaron", 444, NULL }, + { "scommaaccent", 389, NULL }, + { "ccedilla", 444, NULL }, + { "Dcaron", 722, NULL }, + { "dcroat", 500, NULL }, + { "Ocircumflex", 722, NULL }, + { "Oacute", 722, NULL }, + { "scedilla", 389, NULL }, + { "ogonek", 333, NULL }, + { "ograve", 500, NULL }, + { "racute", 333, NULL }, + { "Tcaron", 611, NULL }, + { "Eogonek", 611, NULL }, + { "thorn", 500, NULL }, + { "degree", 400, NULL }, + { "registered", 760, NULL }, + { "radical", 453, NULL }, + { "Aring", 722, NULL }, + { "percent", 833, NULL }, + { "six", 500, NULL }, + { "paragraph", 453, NULL }, + { "dcaron", 588, NULL }, + { "Uogonek", 722, NULL }, + { "two", 500, NULL }, + { "summation", 600, NULL }, + { "Igrave", 333, NULL }, + { "Lacute", 611, NULL }, + { "ocircumflex", 500, NULL }, + { "oacute", 500, NULL }, + { "Uring", 722, NULL }, + { "Lcommaaccent", 611, NULL }, + { "tcaron", 326, NULL }, + { "eogonek", 444, NULL }, + { "Delta", 612, NULL }, + { "Ohungarumlaut", 722, NULL }, + { "asciicircum", 469, NULL }, + { "aring", 444, NULL }, + { "grave", 333, NULL }, + { "uogonek", 500, NULL }, + { "bracketright", 333, NULL }, + { "Iacute", 333, NULL }, + { "ampersand", 778, NULL }, + { "igrave", 278, NULL }, + { "lacute", 278, NULL }, + { "Ncaron", 722, NULL }, + { "plus", 564, NULL }, + { "uring", 500, NULL }, + { "quotesinglbase", 333, NULL }, + { "lcommaaccent", 278, NULL }, + { "Yacute", 722, NULL }, + { "ohungarumlaut", 500, NULL }, + { "threesuperior", 300, NULL }, + { "acute", 333, NULL }, + { "section", 500, NULL }, + { "dieresis", 333, NULL }, + { "iacute", 278, NULL }, + { "quotedblbase", 444, NULL }, + { "ncaron", 500, NULL }, + { "florin", 500, NULL }, + { "yacute", 500, NULL }, + { "Rcommaaccent", 667, NULL }, + { "fi", 556, NULL }, + { "fl", 556, NULL }, + { "Acircumflex", 722, NULL }, + { "Cacute", 667, NULL }, + { "Icircumflex", 333, NULL }, + { "guillemotleft", 500, NULL }, + { "germandbls", 500, NULL }, + { "Amacron", 722, NULL }, + { "seven", 500, NULL }, + { "Sacute", 556, NULL }, + { "ordmasculine", 310, NULL }, + { "dotlessi", 278, NULL }, + { "sterling", 500, NULL }, + { "notequal", 549, NULL }, + { "Imacron", 333, NULL }, + { "rcommaaccent", 333, NULL }, + { "Zdotaccent", 611, NULL }, + { "acircumflex", 444, NULL }, + { "cacute", 444, NULL }, + { "Ecaron", 611, NULL }, + { "icircumflex", 278, NULL }, + { "braceright", 480, NULL }, + { "quotedblright", 444, NULL }, + { "amacron", 444, NULL }, + { "sacute", 389, NULL }, + { "imacron", 278, NULL }, + { "cent", 500, NULL }, + { "currency", 500, NULL }, + { "logicalnot", 564, NULL }, + { "zdotaccent", 444, NULL }, + { "Atilde", 722, NULL }, + { "breve", 333, NULL }, + { "bar", 200, NULL }, + { "fraction", 167, NULL }, + { "less", 564, NULL }, + { "ecaron", 444, NULL }, + { "guilsinglleft", 333, NULL }, + { "exclam", 333, NULL }, + { "period", 250, NULL }, + { "Rcaron", 667, NULL }, + { "Kcommaaccent", 722, NULL }, + { "greater", 564, NULL }, + { "atilde", 444, NULL }, + { "brokenbar", 200, NULL }, + { "quoteleft", 333, NULL }, + { "Edotaccent", 611, NULL }, + { "onesuperior", 300, NULL } +}; + +static BuiltinFontWidth zapfDingbatsWidthsTab[] = { + { "a81", 438, NULL }, + { "a82", 138, NULL }, + { "a83", 277, NULL }, + { "a84", 415, NULL }, + { "a85", 509, NULL }, + { "a86", 410, NULL }, + { "a87", 234, NULL }, + { "a88", 234, NULL }, + { "a89", 390, NULL }, + { "a140", 788, NULL }, + { "a141", 788, NULL }, + { "a142", 788, NULL }, + { "a143", 788, NULL }, + { "a144", 788, NULL }, + { "a145", 788, NULL }, + { "a146", 788, NULL }, + { "a147", 788, NULL }, + { "a148", 788, NULL }, + { "a149", 788, NULL }, + { "a90", 390, NULL }, + { "a91", 276, NULL }, + { "a92", 276, NULL }, + { "space", 278, NULL }, + { "a93", 317, NULL }, + { "a94", 317, NULL }, + { "a95", 334, NULL }, + { "a96", 334, NULL }, + { "a97", 392, NULL }, + { "a98", 392, NULL }, + { "a99", 668, NULL }, + { "a150", 788, NULL }, + { "a151", 788, NULL }, + { "a152", 788, NULL }, + { "a153", 788, NULL }, + { "a154", 788, NULL }, + { "a155", 788, NULL }, + { "a156", 788, NULL }, + { "a157", 788, NULL }, + { "a158", 788, NULL }, + { "a159", 788, NULL }, + { "a160", 894, NULL }, + { "a161", 838, NULL }, + { "a162", 924, NULL }, + { "a163", 1016, NULL }, + { "a164", 458, NULL }, + { "a165", 924, NULL }, + { "a166", 918, NULL }, + { "a167", 927, NULL }, + { "a168", 928, NULL }, + { "a169", 928, NULL }, + { "a170", 834, NULL }, + { "a171", 873, NULL }, + { "a172", 828, NULL }, + { "a173", 924, NULL }, + { "a174", 917, NULL }, + { "a175", 930, NULL }, + { "a176", 931, NULL }, + { "a177", 463, NULL }, + { "a178", 883, NULL }, + { "a179", 836, NULL }, + { "a180", 867, NULL }, + { "a181", 696, NULL }, + { "a182", 874, NULL }, + { "a183", 760, NULL }, + { "a184", 946, NULL }, + { "a185", 865, NULL }, + { "a186", 967, NULL }, + { "a187", 831, NULL }, + { "a188", 873, NULL }, + { "a189", 927, NULL }, + { "a1", 974, NULL }, + { "a2", 961, NULL }, + { "a3", 980, NULL }, + { "a4", 719, NULL }, + { "a5", 789, NULL }, + { "a6", 494, NULL }, + { "a7", 552, NULL }, + { "a8", 537, NULL }, + { "a9", 577, NULL }, + { "a190", 970, NULL }, + { "a191", 918, NULL }, + { "a192", 748, NULL }, + { "a193", 836, NULL }, + { "a194", 771, NULL }, + { "a195", 888, NULL }, + { "a196", 748, NULL }, + { "a197", 771, NULL }, + { "a198", 888, NULL }, + { "a199", 867, NULL }, + { "a10", 692, NULL }, + { "a11", 960, NULL }, + { "a12", 939, NULL }, + { "a13", 549, NULL }, + { "a14", 855, NULL }, + { "a15", 911, NULL }, + { "a16", 933, NULL }, + { "a17", 945, NULL }, + { "a18", 974, NULL }, + { "a19", 755, NULL }, + { "a20", 846, NULL }, + { "a21", 762, NULL }, + { "a22", 761, NULL }, + { "a23", 571, NULL }, + { "a24", 677, NULL }, + { "a25", 763, NULL }, + { "a26", 760, NULL }, + { "a27", 759, NULL }, + { "a28", 754, NULL }, + { "a29", 786, NULL }, + { "a30", 788, NULL }, + { "a31", 788, NULL }, + { "a32", 790, NULL }, + { "a33", 793, NULL }, + { "a34", 794, NULL }, + { "a35", 816, NULL }, + { "a36", 823, NULL }, + { "a37", 789, NULL }, + { "a38", 841, NULL }, + { "a39", 823, NULL }, + { "a40", 833, NULL }, + { "a41", 816, NULL }, + { "a42", 831, NULL }, + { "a43", 923, NULL }, + { "a44", 744, NULL }, + { "a45", 723, NULL }, + { "a46", 749, NULL }, + { "a47", 790, NULL }, + { "a48", 792, NULL }, + { "a49", 695, NULL }, + { "a100", 668, NULL }, + { "a101", 732, NULL }, + { "a102", 544, NULL }, + { "a103", 544, NULL }, + { "a104", 910, NULL }, + { "a105", 911, NULL }, + { "a106", 667, NULL }, + { "a107", 760, NULL }, + { "a108", 760, NULL }, + { "a109", 626, NULL }, + { "a50", 776, NULL }, + { "a51", 768, NULL }, + { "a52", 792, NULL }, + { "a53", 759, NULL }, + { "a54", 707, NULL }, + { "a55", 708, NULL }, + { "a56", 682, NULL }, + { "a57", 701, NULL }, + { "a58", 826, NULL }, + { "a59", 815, NULL }, + { "a110", 694, NULL }, + { "a111", 595, NULL }, + { "a112", 776, NULL }, + { "a117", 690, NULL }, + { "a118", 791, NULL }, + { "a119", 790, NULL }, + { "a60", 789, NULL }, + { "a61", 789, NULL }, + { "a62", 707, NULL }, + { "a63", 687, NULL }, + { "a64", 696, NULL }, + { "a65", 689, NULL }, + { "a66", 786, NULL }, + { "a67", 787, NULL }, + { "a68", 713, NULL }, + { "a69", 791, NULL }, + { "a200", 696, NULL }, + { "a201", 874, NULL }, + { "a120", 788, NULL }, + { "a121", 788, NULL }, + { "a202", 974, NULL }, + { "a122", 788, NULL }, + { "a203", 762, NULL }, + { "a123", 788, NULL }, + { "a204", 759, NULL }, + { "a124", 788, NULL }, + { "a205", 509, NULL }, + { "a125", 788, NULL }, + { "a206", 410, NULL }, + { "a126", 788, NULL }, + { "a127", 788, NULL }, + { "a128", 788, NULL }, + { "a129", 788, NULL }, + { "a70", 785, NULL }, + { "a71", 791, NULL }, + { "a72", 873, NULL }, + { "a73", 761, NULL }, + { "a74", 762, NULL }, + { "a75", 759, NULL }, + { "a76", 892, NULL }, + { "a77", 892, NULL }, + { "a78", 788, NULL }, + { "a79", 784, NULL }, + { "a130", 788, NULL }, + { "a131", 788, NULL }, + { "a132", 788, NULL }, + { "a133", 788, NULL }, + { "a134", 788, NULL }, + { "a135", 788, NULL }, + { "a136", 788, NULL }, + { "a137", 788, NULL }, + { "a138", 788, NULL }, + { "a139", 788, NULL } +}; + +BuiltinFont builtinFonts[] = { + { "Courier", standardEncoding, 629, -157, { -23, -250, 715, 805}, NULL }, + { "Courier-Bold", standardEncoding, 629, -157, {-113, -250, 749, 801}, NULL }, + { "Courier-BoldOblique", standardEncoding, 629, -157, { -57, -250, 869, 801}, NULL }, + { "Courier-Oblique", standardEncoding, 629, -157, { -27, -250, 849, 805}, NULL }, + { "Helvetica", standardEncoding, 718, -207, {-166, -225, 1000, 931}, NULL }, + { "Helvetica-Bold", standardEncoding, 718, -207, {-170, -228, 1003, 962}, NULL }, + { "Helvetica-BoldOblique", standardEncoding, 718, -207, {-174, -228, 1114, 962}, NULL }, + { "Helvetica-Oblique", standardEncoding, 718, -207, {-170, -225, 1116, 931}, NULL }, + { "Symbol", symbolEncoding, 1010, -293, {-180, -293, 1090, 1010}, NULL }, + { "Times-Bold", standardEncoding, 683, -217, {-168, -218, 1000, 935}, NULL }, + { "Times-BoldItalic", standardEncoding, 683, -217, {-200, -218, 996, 921}, NULL }, + { "Times-Italic", standardEncoding, 683, -217, {-169, -217, 1010, 883}, NULL }, + { "Times-Roman", standardEncoding, 683, -217, {-168, -218, 1000, 898}, NULL }, + { "ZapfDingbats", zapfDingbatsEncoding, 820, -143, { -1, -143, 981, 820}, NULL } +}; + +BuiltinFont *builtinFontSubst[] = { + &builtinFonts[0], + &builtinFonts[3], + &builtinFonts[1], + &builtinFonts[2], + &builtinFonts[4], + &builtinFonts[7], + &builtinFonts[5], + &builtinFonts[6], + &builtinFonts[12], + &builtinFonts[11], + &builtinFonts[9], + &builtinFonts[10] +}; + +void initBuiltinFontTables() { + builtinFonts[0].widths = new BuiltinFontWidths(courierWidthsTab, 315); + builtinFonts[1].widths = new BuiltinFontWidths(courierBoldWidthsTab, 315); + builtinFonts[2].widths = new BuiltinFontWidths(courierBoldObliqueWidthsTab, 315); + builtinFonts[3].widths = new BuiltinFontWidths(courierObliqueWidthsTab, 315); + builtinFonts[4].widths = new BuiltinFontWidths(helveticaWidthsTab, 315); + builtinFonts[5].widths = new BuiltinFontWidths(helveticaBoldWidthsTab, 316); + builtinFonts[6].widths = new BuiltinFontWidths(helveticaBoldObliqueWidthsTab, 315); + builtinFonts[7].widths = new BuiltinFontWidths(helveticaObliqueWidthsTab, 315); + builtinFonts[8].widths = new BuiltinFontWidths(symbolWidthsTab, 190); + builtinFonts[9].widths = new BuiltinFontWidths(timesBoldWidthsTab, 315); + builtinFonts[10].widths = new BuiltinFontWidths(timesBoldItalicWidthsTab, 315); + builtinFonts[11].widths = new BuiltinFontWidths(timesItalicWidthsTab, 315); + builtinFonts[12].widths = new BuiltinFontWidths(timesRomanWidthsTab, 315); + builtinFonts[13].widths = new BuiltinFontWidths(zapfDingbatsWidthsTab, 202); +} + +void freeBuiltinFontTables() { + int i; + + for (i = 0; i < 14; ++i) { + delete builtinFonts[i].widths; + } +} diff --git a/pdftops/BuiltinFontTables.h b/pdftops/BuiltinFontTables.h new file mode 100644 index 0000000000..eb45549efd --- /dev/null +++ b/pdftops/BuiltinFontTables.h @@ -0,0 +1,23 @@ +//======================================================================== +// +// BuiltinFontTables.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef BUILTINFONTTABLES_H +#define BUILTINFONTTABLES_H + +#include "BuiltinFont.h" + +#define nBuiltinFonts 14 +#define nBuiltinFontSubsts 12 + +extern BuiltinFont builtinFonts[nBuiltinFonts]; +extern BuiltinFont *builtinFontSubst[nBuiltinFontSubsts]; + +extern void initBuiltinFontTables(); +extern void freeBuiltinFontTables(); + +#endif diff --git a/pdftops/CMap.cxx b/pdftops/CMap.cxx new file mode 100644 index 0000000000..3bcd656a58 --- /dev/null +++ b/pdftops/CMap.cxx @@ -0,0 +1,408 @@ +//======================================================================== +// +// CMap.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include "gmem.h" +#include "gfile.h" +#include "GString.h" +#include "Error.h" +#include "GlobalParams.h" +#include "PSTokenizer.h" +#include "CMap.h" + +//------------------------------------------------------------------------ + +struct CMapVectorEntry { + GBool isVector; + union { + CMapVectorEntry *vector; + CID cid; + }; +}; + +//------------------------------------------------------------------------ + +static int getCharFromFile(void *data) { + return fgetc((FILE *)data); +} + +//------------------------------------------------------------------------ + +CMap *CMap::parse(CMapCache *cache, GString *collectionA, + GString *cMapNameA) { + FILE *f; + CMap *cmap; + PSTokenizer *pst; + char tok1[256], tok2[256], tok3[256]; + int n1, n2, n3; + Guint start, end, code; + + if (!(f = globalParams->findCMapFile(collectionA, cMapNameA))) { + + // Check for an identity CMap. + if (!cMapNameA->cmp("Identity") || !cMapNameA->cmp("Identity-H")) { + return new CMap(collectionA->copy(), cMapNameA->copy(), 0); + } + if (!cMapNameA->cmp("Identity-V")) { + return new CMap(collectionA->copy(), cMapNameA->copy(), 1); + } + + error(-1, "Couldn't find '%s' CMap file for '%s' collection", + cMapNameA->getCString(), collectionA->getCString()); + return NULL; + } + + cmap = new CMap(collectionA->copy(), cMapNameA->copy()); + + pst = new PSTokenizer(&getCharFromFile, f); + pst->getToken(tok1, sizeof(tok1), &n1); + while (pst->getToken(tok2, sizeof(tok2), &n2)) { + if (!strcmp(tok2, "usecmap")) { + if (tok1[0] == '/') { + cmap->useCMap(cache, tok1 + 1); + } + pst->getToken(tok1, sizeof(tok1), &n1); + } else if (!strcmp(tok1, "/WMode")) { + cmap->wMode = atoi(tok2); + pst->getToken(tok1, sizeof(tok1), &n1); + } else if (!strcmp(tok2, "begincodespacerange")) { + while (pst->getToken(tok1, sizeof(tok1), &n1)) { + if (!strcmp(tok1, "endcodespacerange")) { + break; + } + if (!pst->getToken(tok2, sizeof(tok2), &n2) || + !strcmp(tok2, "endcodespacerange")) { + error(-1, "Illegal entry in codespacerange block in CMap"); + break; + } + if (tok1[0] == '<' && tok2[0] == '<' && + n1 == n2 && n1 >= 4 && (n1 & 1) == 0) { + tok1[n1 - 1] = tok2[n1 - 1] = '\0'; + sscanf(tok1 + 1, "%x", &start); + sscanf(tok2 + 1, "%x", &end); + n1 = (n1 - 2) / 2; + cmap->addCodeSpace(cmap->vector, start, end, n1); + } + } + pst->getToken(tok1, sizeof(tok1), &n1); + } else if (!strcmp(tok2, "begincidchar")) { + while (pst->getToken(tok1, sizeof(tok1), &n1)) { + if (!strcmp(tok1, "endcidchar")) { + break; + } + if (!pst->getToken(tok2, sizeof(tok2), &n2) || + !strcmp(tok2, "endcidchar")) { + error(-1, "Illegal entry in cidchar block in CMap"); + break; + } + if (!(tok1[0] == '<' && tok1[n1 - 1] == '>' && + n1 >= 4 && (n1 & 1) == 0)) { + error(-1, "Illegal entry in cidchar block in CMap"); + continue; + } + tok1[n1 - 1] = '\0'; + if (sscanf(tok1 + 1, "%x", &code) != 1) { + error(-1, "Illegal entry in cidchar block in CMap"); + continue; + } + n1 = (n1 - 2) / 2; + cmap->addCIDs(code, code, n1, (CID)atoi(tok2)); + } + pst->getToken(tok1, sizeof(tok1), &n1); + } else if (!strcmp(tok2, "begincidrange")) { + while (pst->getToken(tok1, sizeof(tok1), &n1)) { + if (!strcmp(tok1, "endcidrange")) { + break; + } + if (!pst->getToken(tok2, sizeof(tok2), &n2) || + !strcmp(tok2, "endcidrange") || + !pst->getToken(tok3, sizeof(tok3), &n3) || + !strcmp(tok3, "endcidrange")) { + error(-1, "Illegal entry in cidrange block in CMap"); + break; + } + if (tok1[0] == '<' && tok2[0] == '<' && + n1 == n2 && n1 >= 4 && (n1 & 1) == 0) { + tok1[n1 - 1] = tok2[n1 - 1] = '\0'; + sscanf(tok1 + 1, "%x", &start); + sscanf(tok2 + 1, "%x", &end); + n1 = (n1 - 2) / 2; + cmap->addCIDs(start, end, n1, (CID)atoi(tok3)); + } + } + pst->getToken(tok1, sizeof(tok1), &n1); + } else { + strcpy(tok1, tok2); + } + } + delete pst; + + fclose(f); + + return cmap; +} + +CMap::CMap(GString *collectionA, GString *cMapNameA) { + int i; + + collection = collectionA; + cMapName = cMapNameA; + wMode = 0; + vector = (CMapVectorEntry *)gmallocn(256, sizeof(CMapVectorEntry)); + for (i = 0; i < 256; ++i) { + vector[i].isVector = gFalse; + vector[i].cid = 0; + } + refCnt = 1; +#if MULTITHREADED + gInitMutex(&mutex); +#endif +} + +CMap::CMap(GString *collectionA, GString *cMapNameA, int wModeA) { + collection = collectionA; + cMapName = cMapNameA; + wMode = wModeA; + vector = NULL; + refCnt = 1; +#if MULTITHREADED + gInitMutex(&mutex); +#endif +} + +void CMap::useCMap(CMapCache *cache, char *useName) { + GString *useNameStr; + CMap *subCMap; + + useNameStr = new GString(useName); + subCMap = cache->getCMap(collection, useNameStr); + delete useNameStr; + if (!subCMap) { + return; + } + copyVector(vector, subCMap->vector); + subCMap->decRefCnt(); +} + +void CMap::copyVector(CMapVectorEntry *dest, CMapVectorEntry *src) { + int i, j; + + for (i = 0; i < 256; ++i) { + if (src[i].isVector) { + if (!dest[i].isVector) { + dest[i].isVector = gTrue; + dest[i].vector = + (CMapVectorEntry *)gmallocn(256, sizeof(CMapVectorEntry)); + for (j = 0; j < 256; ++j) { + dest[i].vector[j].isVector = gFalse; + dest[i].vector[j].cid = 0; + } + } + copyVector(dest[i].vector, src[i].vector); + } else { + if (dest[i].isVector) { + error(-1, "Collision in usecmap"); + } else { + dest[i].cid = src[i].cid; + } + } + } +} + +void CMap::addCodeSpace(CMapVectorEntry *vec, Guint start, Guint end, + Guint nBytes) { + Guint start2, end2; + int startByte, endByte, i, j; + + if (nBytes > 1) { + startByte = (start >> (8 * (nBytes - 1))) & 0xff; + endByte = (end >> (8 * (nBytes - 1))) & 0xff; + start2 = start & ((1 << (8 * (nBytes - 1))) - 1); + end2 = end & ((1 << (8 * (nBytes - 1))) - 1); + for (i = startByte; i <= endByte; ++i) { + if (!vec[i].isVector) { + vec[i].isVector = gTrue; + vec[i].vector = + (CMapVectorEntry *)gmallocn(256, sizeof(CMapVectorEntry)); + for (j = 0; j < 256; ++j) { + vec[i].vector[j].isVector = gFalse; + vec[i].vector[j].cid = 0; + } + } + addCodeSpace(vec[i].vector, start2, end2, nBytes - 1); + } + } +} + +void CMap::addCIDs(Guint start, Guint end, Guint nBytes, CID firstCID) { + CMapVectorEntry *vec; + CID cid; + int byte; + Guint i; + + vec = vector; + for (i = nBytes - 1; i >= 1; --i) { + byte = (start >> (8 * i)) & 0xff; + if (!vec[byte].isVector) { + error(-1, "Invalid CID (%0*x - %0*x) in CMap", + 2*nBytes, start, 2*nBytes, end); + return; + } + vec = vec[byte].vector; + } + cid = firstCID; + for (byte = (int)(start & 0xff); byte <= (int)(end & 0xff); ++byte) { + if (vec[byte].isVector) { + error(-1, "Invalid CID (%0*x - %0*x) in CMap", + 2*nBytes, start, 2*nBytes, end); + } else { + vec[byte].cid = cid; + } + ++cid; + } +} + +CMap::~CMap() { + delete collection; + delete cMapName; + if (vector) { + freeCMapVector(vector); + } +#if MULTITHREADED + gDestroyMutex(&mutex); +#endif +} + +void CMap::freeCMapVector(CMapVectorEntry *vec) { + int i; + + for (i = 0; i < 256; ++i) { + if (vec[i].isVector) { + freeCMapVector(vec[i].vector); + } + } + gfree(vec); +} + +void CMap::incRefCnt() { +#if MULTITHREADED + gLockMutex(&mutex); +#endif + ++refCnt; +#if MULTITHREADED + gUnlockMutex(&mutex); +#endif +} + +void CMap::decRefCnt() { + GBool done; + +#if MULTITHREADED + gLockMutex(&mutex); +#endif + done = --refCnt == 0; +#if MULTITHREADED + gUnlockMutex(&mutex); +#endif + if (done) { + delete this; + } +} + +GBool CMap::match(GString *collectionA, GString *cMapNameA) { + return !collection->cmp(collectionA) && !cMapName->cmp(cMapNameA); +} + +CID CMap::getCID(char *s, int len, int *nUsed) { + CMapVectorEntry *vec; + int n, i; + + if (!(vec = vector)) { + // identity CMap + *nUsed = 2; + if (len < 2) { + return 0; + } + return ((s[0] & 0xff) << 8) + (s[1] & 0xff); + } + n = 0; + while (1) { + if (n >= len) { + *nUsed = n; + return 0; + } + i = s[n++] & 0xff; + if (!vec[i].isVector) { + *nUsed = n; + return vec[i].cid; + } + vec = vec[i].vector; + } +} + +//------------------------------------------------------------------------ + +CMapCache::CMapCache() { + int i; + + for (i = 0; i < cMapCacheSize; ++i) { + cache[i] = NULL; + } +} + +CMapCache::~CMapCache() { + int i; + + for (i = 0; i < cMapCacheSize; ++i) { + if (cache[i]) { + cache[i]->decRefCnt(); + } + } +} + +CMap *CMapCache::getCMap(GString *collection, GString *cMapName) { + CMap *cmap; + int i, j; + + if (cache[0] && cache[0]->match(collection, cMapName)) { + cache[0]->incRefCnt(); + return cache[0]; + } + for (i = 1; i < cMapCacheSize; ++i) { + if (cache[i] && cache[i]->match(collection, cMapName)) { + cmap = cache[i]; + for (j = i; j >= 1; --j) { + cache[j] = cache[j - 1]; + } + cache[0] = cmap; + cmap->incRefCnt(); + return cmap; + } + } + if ((cmap = CMap::parse(this, collection, cMapName))) { + if (cache[cMapCacheSize - 1]) { + cache[cMapCacheSize - 1]->decRefCnt(); + } + for (j = cMapCacheSize - 1; j >= 1; --j) { + cache[j] = cache[j - 1]; + } + cache[0] = cmap; + cmap->incRefCnt(); + return cmap; + } + return NULL; +} diff --git a/pdftops/CMap.h b/pdftops/CMap.h new file mode 100644 index 0000000000..a89266c8de --- /dev/null +++ b/pdftops/CMap.h @@ -0,0 +1,102 @@ +//======================================================================== +// +// CMap.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef CMAP_H +#define CMAP_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "CharTypes.h" + +#if MULTITHREADED +#include "GMutex.h" +#endif + +class GString; +struct CMapVectorEntry; +class CMapCache; + +//------------------------------------------------------------------------ + +class CMap { +public: + + // Create the CMap specified by and . Sets + // the initial reference count to 1. Returns NULL on failure. + static CMap *parse(CMapCache *cache, GString *collectionA, + GString *cMapNameA); + + ~CMap(); + + void incRefCnt(); + void decRefCnt(); + + // Return collection name (-). + GString *getCollection() { return collection; } + + // Return true if this CMap matches the specified , and + // . + GBool match(GString *collectionA, GString *cMapNameA); + + // Return the CID corresponding to the character code starting at + // , which contains bytes. Sets * to the number of + // bytes used by the char code. + CID getCID(char *s, int len, int *nUsed); + + // Return the writing mode (0=horizontal, 1=vertical). + int getWMode() { return wMode; } + +private: + + CMap(GString *collectionA, GString *cMapNameA); + CMap(GString *collectionA, GString *cMapNameA, int wModeA); + void useCMap(CMapCache *cache, char *useName); + void copyVector(CMapVectorEntry *dest, CMapVectorEntry *src); + void addCodeSpace(CMapVectorEntry *vec, Guint start, Guint end, + Guint nBytes); + void addCIDs(Guint start, Guint end, Guint nBytes, CID firstCID); + void freeCMapVector(CMapVectorEntry *vec); + + GString *collection; + GString *cMapName; + int wMode; // writing mode (0=horizontal, 1=vertical) + CMapVectorEntry *vector; // vector for first byte (NULL for + // identity CMap) + int refCnt; +#if MULTITHREADED + GMutex mutex; +#endif +}; + +//------------------------------------------------------------------------ + +#define cMapCacheSize 4 + +class CMapCache { +public: + + CMapCache(); + ~CMapCache(); + + // Get the CMap for the specified character collection. + // Increments its reference count; there will be one reference for + // the cache plus one for the caller of this function. Returns NULL + // on failure. + CMap *getCMap(GString *collection, GString *cMapName); + +private: + + CMap *cache[cMapCacheSize]; +}; + +#endif diff --git a/pdftops/COPYING b/pdftops/COPYING new file mode 100644 index 0000000000..a43ea2126f --- /dev/null +++ b/pdftops/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 675 Mass Ave, Cambridge, MA 02139, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/pdftops/Catalog.cxx b/pdftops/Catalog.cxx new file mode 100644 index 0000000000..d1ff4cb8e7 --- /dev/null +++ b/pdftops/Catalog.cxx @@ -0,0 +1,353 @@ +//======================================================================== +// +// Catalog.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "gmem.h" +#include "Object.h" +#include "XRef.h" +#include "Array.h" +#include "Dict.h" +#include "Page.h" +#include "Error.h" +#include "Link.h" +#include "Catalog.h" + +//------------------------------------------------------------------------ +// Catalog +//------------------------------------------------------------------------ + +Catalog::Catalog(XRef *xrefA) { + Object catDict, pagesDict; + Object obj, obj2; + int numPages0; + int i; + + ok = gTrue; + xref = xrefA; + pages = NULL; + pageRefs = NULL; + numPages = pagesSize = 0; + baseURI = NULL; + + xref->getCatalog(&catDict); + if (!catDict.isDict()) { + error(-1, "Catalog object is wrong type (%s)", catDict.getTypeName()); + goto err1; + } + + // read page tree + catDict.dictLookup("Pages", &pagesDict); + // This should really be isDict("Pages"), but I've seen at least one + // PDF file where the /Type entry is missing. + if (!pagesDict.isDict()) { + error(-1, "Top-level pages object is wrong type (%s)", + pagesDict.getTypeName()); + goto err2; + } + pagesDict.dictLookup("Count", &obj); + // some PDF files actually use real numbers here ("/Count 9.0") + if (!obj.isNum()) { + error(-1, "Page count in top-level pages object is wrong type (%s)", + obj.getTypeName()); + goto err3; + } + pagesSize = numPages0 = (int)obj.getNum(); + obj.free(); + pages = (Page **)gmallocn(pagesSize, sizeof(Page *)); + pageRefs = (Ref *)gmallocn(pagesSize, sizeof(Ref)); + for (i = 0; i < pagesSize; ++i) { + pages[i] = NULL; + pageRefs[i].num = -1; + pageRefs[i].gen = -1; + } + numPages = readPageTree(pagesDict.getDict(), NULL, 0); + if (numPages != numPages0) { + error(-1, "Page count in top-level pages object is incorrect"); + } + pagesDict.free(); + + // read named destination dictionary + catDict.dictLookup("Dests", &dests); + + // read root of named destination tree + if (catDict.dictLookup("Names", &obj)->isDict()) + obj.dictLookup("Dests", &nameTree); + else + nameTree.initNull(); + obj.free(); + + // read base URI + if (catDict.dictLookup("URI", &obj)->isDict()) { + if (obj.dictLookup("Base", &obj2)->isString()) { + baseURI = obj2.getString()->copy(); + } + obj2.free(); + } + obj.free(); + + // get the metadata stream + catDict.dictLookup("Metadata", &metadata); + + // get the structure tree root + catDict.dictLookup("StructTreeRoot", &structTreeRoot); + + // get the outline dictionary + catDict.dictLookup("Outlines", &outline); + + // get the AcroForm dictionary + catDict.dictLookup("AcroForm", &acroForm); + + catDict.free(); + return; + + err3: + obj.free(); + err2: + pagesDict.free(); + err1: + catDict.free(); + dests.initNull(); + nameTree.initNull(); + ok = gFalse; +} + +Catalog::~Catalog() { + int i; + + if (pages) { + for (i = 0; i < pagesSize; ++i) { + if (pages[i]) { + delete pages[i]; + } + } + gfree(pages); + gfree(pageRefs); + } + dests.free(); + nameTree.free(); + if (baseURI) { + delete baseURI; + } + metadata.free(); + structTreeRoot.free(); + outline.free(); + acroForm.free(); +} + +GString *Catalog::readMetadata() { + GString *s; + Dict *dict; + Object obj; + int c; + + if (!metadata.isStream()) { + return NULL; + } + dict = metadata.streamGetDict(); + if (!dict->lookup("Subtype", &obj)->isName("XML")) { + error(-1, "Unknown Metadata type: '%s'", + obj.isName() ? obj.getName() : "???"); + } + obj.free(); + s = new GString(); + metadata.streamReset(); + while ((c = metadata.streamGetChar()) != EOF) { + s->append(c); + } + metadata.streamClose(); + return s; +} + +int Catalog::readPageTree(Dict *pagesDict, PageAttrs *attrs, int start) { + Object kids; + Object kid; + Object kidRef; + PageAttrs *attrs1, *attrs2; + Page *page; + int i, j; + + attrs1 = new PageAttrs(attrs, pagesDict); + pagesDict->lookup("Kids", &kids); + if (!kids.isArray()) { + error(-1, "Kids object (page %d) is wrong type (%s)", + start+1, kids.getTypeName()); + goto err1; + } + for (i = 0; i < kids.arrayGetLength(); ++i) { + kids.arrayGet(i, &kid); + if (kid.isDict("Page")) { + attrs2 = new PageAttrs(attrs1, kid.getDict()); + page = new Page(xref, start+1, kid.getDict(), attrs2); + if (!page->isOk()) { + ++start; + goto err3; + } + if (start >= pagesSize) { + pagesSize += 32; + pages = (Page **)greallocn(pages, pagesSize, sizeof(Page *)); + pageRefs = (Ref *)greallocn(pageRefs, pagesSize, sizeof(Ref)); + for (j = pagesSize - 32; j < pagesSize; ++j) { + pages[j] = NULL; + pageRefs[j].num = -1; + pageRefs[j].gen = -1; + } + } + pages[start] = page; + kids.arrayGetNF(i, &kidRef); + if (kidRef.isRef()) { + pageRefs[start].num = kidRef.getRefNum(); + pageRefs[start].gen = kidRef.getRefGen(); + } + kidRef.free(); + ++start; + // This should really be isDict("Pages"), but I've seen at least one + // PDF file where the /Type entry is missing. + } else if (kid.isDict()) { + if ((start = readPageTree(kid.getDict(), attrs1, start)) + < 0) + goto err2; + } else { + error(-1, "Kid object (page %d) is wrong type (%s)", + start+1, kid.getTypeName()); + } + kid.free(); + } + delete attrs1; + kids.free(); + return start; + + err3: + delete page; + err2: + kid.free(); + err1: + kids.free(); + delete attrs1; + ok = gFalse; + return -1; +} + +int Catalog::findPage(int num, int gen) { + int i; + + for (i = 0; i < numPages; ++i) { + if (pageRefs[i].num == num && pageRefs[i].gen == gen) + return i + 1; + } + return 0; +} + +LinkDest *Catalog::findDest(GString *name) { + LinkDest *dest; + Object obj1, obj2; + GBool found; + + // try named destination dictionary then name tree + found = gFalse; + if (dests.isDict()) { + if (!dests.dictLookup(name->getCString(), &obj1)->isNull()) + found = gTrue; + else + obj1.free(); + } + if (!found && nameTree.isDict()) { + if (!findDestInTree(&nameTree, name, &obj1)->isNull()) + found = gTrue; + else + obj1.free(); + } + if (!found) + return NULL; + + // construct LinkDest + dest = NULL; + if (obj1.isArray()) { + dest = new LinkDest(obj1.getArray()); + } else if (obj1.isDict()) { + if (obj1.dictLookup("D", &obj2)->isArray()) + dest = new LinkDest(obj2.getArray()); + else + error(-1, "Bad named destination value"); + obj2.free(); + } else { + error(-1, "Bad named destination value"); + } + obj1.free(); + if (dest && !dest->isOk()) { + delete dest; + dest = NULL; + } + + return dest; +} + +Object *Catalog::findDestInTree(Object *tree, GString *name, Object *obj) { + Object names, name1; + Object kids, kid, limits, low, high; + GBool done, found; + int cmp, i; + + // leaf node + if (tree->dictLookup("Names", &names)->isArray()) { + done = found = gFalse; + for (i = 0; !done && i < names.arrayGetLength(); i += 2) { + if (names.arrayGet(i, &name1)->isString()) { + cmp = name->cmp(name1.getString()); + if (cmp == 0) { + names.arrayGet(i+1, obj); + found = gTrue; + done = gTrue; + } else if (cmp < 0) { + done = gTrue; + } + } + name1.free(); + } + names.free(); + if (!found) + obj->initNull(); + return obj; + } + names.free(); + + // root or intermediate node + done = gFalse; + if (tree->dictLookup("Kids", &kids)->isArray()) { + for (i = 0; !done && i < kids.arrayGetLength(); ++i) { + if (kids.arrayGet(i, &kid)->isDict()) { + if (kid.dictLookup("Limits", &limits)->isArray()) { + if (limits.arrayGet(0, &low)->isString() && + name->cmp(low.getString()) >= 0) { + if (limits.arrayGet(1, &high)->isString() && + name->cmp(high.getString()) <= 0) { + findDestInTree(&kid, name, obj); + done = gTrue; + } + high.free(); + } + low.free(); + } + limits.free(); + } + kid.free(); + } + } + kids.free(); + + // name was outside of ranges of all kids + if (!done) + obj->initNull(); + + return obj; +} diff --git a/pdftops/Catalog.h b/pdftops/Catalog.h new file mode 100644 index 0000000000..08e50cae0c --- /dev/null +++ b/pdftops/Catalog.h @@ -0,0 +1,92 @@ +//======================================================================== +// +// Catalog.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef CATALOG_H +#define CATALOG_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +class XRef; +class Object; +class Page; +class PageAttrs; +struct Ref; +class LinkDest; + +//------------------------------------------------------------------------ +// Catalog +//------------------------------------------------------------------------ + +class Catalog { +public: + + // Constructor. + Catalog(XRef *xrefA); + + // Destructor. + ~Catalog(); + + // Is catalog valid? + GBool isOk() { return ok; } + + // Get number of pages. + int getNumPages() { return numPages; } + + // Get a page. + Page *getPage(int i) { return pages[i-1]; } + + // Get the reference for a page object. + Ref *getPageRef(int i) { return &pageRefs[i-1]; } + + // Return base URI, or NULL if none. + GString *getBaseURI() { return baseURI; } + + // Return the contents of the metadata stream, or NULL if there is + // no metadata. + GString *readMetadata(); + + // Return the structure tree root object. + Object *getStructTreeRoot() { return &structTreeRoot; } + + // Find a page, given its object ID. Returns page number, or 0 if + // not found. + int findPage(int num, int gen); + + // Find a named destination. Returns the link destination, or + // NULL if is not a destination. + LinkDest *findDest(GString *name); + + Object *getOutline() { return &outline; } + + Object *getAcroForm() { return &acroForm; } + +private: + + XRef *xref; // the xref table for this PDF file + Page **pages; // array of pages + Ref *pageRefs; // object ID for each page + int numPages; // number of pages + int pagesSize; // size of pages array + Object dests; // named destination dictionary + Object nameTree; // name tree + GString *baseURI; // base URI for URI-type links + Object metadata; // metadata stream + Object structTreeRoot; // structure tree root dictionary + Object outline; // outline dictionary + Object acroForm; // AcroForm dictionary + GBool ok; // true if catalog is valid + + int readPageTree(Dict *pages, PageAttrs *attrs, int start); + Object *findDestInTree(Object *tree, GString *name, Object *obj); +}; + +#endif diff --git a/pdftops/CharCodeToUnicode.cxx b/pdftops/CharCodeToUnicode.cxx new file mode 100644 index 0000000000..5dcb2e92e6 --- /dev/null +++ b/pdftops/CharCodeToUnicode.cxx @@ -0,0 +1,540 @@ +//======================================================================== +// +// CharCodeToUnicode.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "gfile.h" +#include "GString.h" +#include "Error.h" +#include "GlobalParams.h" +#include "PSTokenizer.h" +#include "CharCodeToUnicode.h" + +//------------------------------------------------------------------------ + +#define maxUnicodeString 8 + +struct CharCodeToUnicodeString { + CharCode c; + Unicode u[maxUnicodeString]; + int len; +}; + +//------------------------------------------------------------------------ + +static int getCharFromString(void *data) { + char *p; + int c; + + p = *(char **)data; + if (*p) { + c = *p++; + *(char **)data = p; + } else { + c = EOF; + } + return c; +} + +static int getCharFromFile(void *data) { + return fgetc((FILE *)data); +} + +//------------------------------------------------------------------------ + +CharCodeToUnicode *CharCodeToUnicode::parseCIDToUnicode(GString *fileName, + GString *collection) { + FILE *f; + Unicode *mapA; + CharCode size, mapLenA; + char buf[64]; + Unicode u; + CharCodeToUnicode *ctu; + + if (!(f = fopen(fileName->getCString(), "r"))) { + error(-1, "Couldn't open cidToUnicode file '%s'", + fileName->getCString()); + return NULL; + } + + size = 32768; + mapA = (Unicode *)gmallocn(size, sizeof(Unicode)); + mapLenA = 0; + + while (getLine(buf, sizeof(buf), f)) { + if (mapLenA == size) { + size *= 2; + mapA = (Unicode *)greallocn(mapA, size, sizeof(Unicode)); + } + if (sscanf(buf, "%x", &u) == 1) { + mapA[mapLenA] = u; + } else { + error(-1, "Bad line (%d) in cidToUnicode file '%s'", + (int)(mapLenA + 1), fileName->getCString()); + mapA[mapLenA] = 0; + } + ++mapLenA; + } + fclose(f); + + ctu = new CharCodeToUnicode(collection->copy(), mapA, mapLenA, gTrue, + NULL, 0, 0); + gfree(mapA); + return ctu; +} + +CharCodeToUnicode *CharCodeToUnicode::parseUnicodeToUnicode( + GString *fileName) { + FILE *f; + Unicode *mapA; + CharCodeToUnicodeString *sMapA; + CharCode size, oldSize, len, sMapSizeA, sMapLenA; + char buf[256]; + char *tok; + Unicode u0; + Unicode uBuf[maxUnicodeString]; + CharCodeToUnicode *ctu; + int line, n, i; + + if (!(f = fopen(fileName->getCString(), "r"))) { + error(-1, "Couldn't open unicodeToUnicode file '%s'", + fileName->getCString()); + return NULL; + } + + size = 4096; + mapA = (Unicode *)gmallocn(size, sizeof(Unicode)); + memset(mapA, 0, size * sizeof(Unicode)); + len = 0; + sMapA = NULL; + sMapSizeA = sMapLenA = 0; + + line = 0; + while (getLine(buf, sizeof(buf), f)) { + ++line; + if (!(tok = strtok(buf, " \t\r\n")) || + sscanf(tok, "%x", &u0) != 1) { + error(-1, "Bad line (%d) in unicodeToUnicode file '%s'", + line, fileName->getCString()); + continue; + } + n = 0; + while (n < maxUnicodeString) { + if (!(tok = strtok(NULL, " \t\r\n"))) { + break; + } + if (sscanf(tok, "%x", &uBuf[n]) != 1) { + error(-1, "Bad line (%d) in unicodeToUnicode file '%s'", + line, fileName->getCString()); + break; + } + ++n; + } + if (n < 1) { + error(-1, "Bad line (%d) in unicodeToUnicode file '%s'", + line, fileName->getCString()); + continue; + } + if (u0 >= size) { + oldSize = size; + while (u0 >= size) { + size *= 2; + } + mapA = (Unicode *)greallocn(mapA, size, sizeof(Unicode)); + memset(mapA + oldSize, 0, (size - oldSize) * sizeof(Unicode)); + } + if (n == 1) { + mapA[u0] = uBuf[0]; + } else { + mapA[u0] = 0; + if (sMapLenA == sMapSizeA) { + sMapSizeA += 16; + sMapA = (CharCodeToUnicodeString *) + greallocn(sMapA, sMapSizeA, sizeof(CharCodeToUnicodeString)); + } + sMapA[sMapLenA].c = u0; + for (i = 0; i < n; ++i) { + sMapA[sMapLenA].u[i] = uBuf[i]; + } + sMapA[sMapLenA].len = n; + ++sMapLenA; + } + if (u0 >= len) { + len = u0 + 1; + } + } + fclose(f); + + ctu = new CharCodeToUnicode(fileName->copy(), mapA, len, gTrue, + sMapA, sMapLenA, sMapSizeA); + gfree(mapA); + return ctu; +} + +CharCodeToUnicode *CharCodeToUnicode::make8BitToUnicode(Unicode *toUnicode) { + return new CharCodeToUnicode(NULL, toUnicode, 256, gTrue, NULL, 0, 0); +} + +CharCodeToUnicode *CharCodeToUnicode::parseCMap(GString *buf, int nBits) { + CharCodeToUnicode *ctu; + char *p; + + ctu = new CharCodeToUnicode(NULL); + p = buf->getCString(); + ctu->parseCMap1(&getCharFromString, &p, nBits); + return ctu; +} + +void CharCodeToUnicode::mergeCMap(GString *buf, int nBits) { + char *p; + + p = buf->getCString(); + parseCMap1(&getCharFromString, &p, nBits); +} + +void CharCodeToUnicode::parseCMap1(int (*getCharFunc)(void *), void *data, + int nBits) { + PSTokenizer *pst; + char tok1[256], tok2[256], tok3[256]; + int nDigits, n1, n2, n3; + CharCode i; + CharCode code1, code2; + GString *name; + FILE *f; + + nDigits = nBits / 4; + pst = new PSTokenizer(getCharFunc, data); + pst->getToken(tok1, sizeof(tok1), &n1); + while (pst->getToken(tok2, sizeof(tok2), &n2)) { + if (!strcmp(tok2, "usecmap")) { + if (tok1[0] == '/') { + name = new GString(tok1 + 1); + if ((f = globalParams->findToUnicodeFile(name))) { + parseCMap1(&getCharFromFile, f, nBits); + fclose(f); + } else { + error(-1, "Couldn't find ToUnicode CMap file for '%s'", + name->getCString()); + } + delete name; + } + pst->getToken(tok1, sizeof(tok1), &n1); + } else if (!strcmp(tok2, "beginbfchar")) { + while (pst->getToken(tok1, sizeof(tok1), &n1)) { + if (!strcmp(tok1, "endbfchar")) { + break; + } + if (!pst->getToken(tok2, sizeof(tok2), &n2) || + !strcmp(tok2, "endbfchar")) { + error(-1, "Illegal entry in bfchar block in ToUnicode CMap"); + break; + } + if (!(n1 == 2 + nDigits && tok1[0] == '<' && tok1[n1 - 1] == '>' && + tok2[0] == '<' && tok2[n2 - 1] == '>')) { + error(-1, "Illegal entry in bfchar block in ToUnicode CMap"); + continue; + } + tok1[n1 - 1] = tok2[n2 - 1] = '\0'; + if (sscanf(tok1 + 1, "%x", &code1) != 1) { + error(-1, "Illegal entry in bfchar block in ToUnicode CMap"); + continue; + } + addMapping(code1, tok2 + 1, n2 - 2, 0); + } + pst->getToken(tok1, sizeof(tok1), &n1); + } else if (!strcmp(tok2, "beginbfrange")) { + while (pst->getToken(tok1, sizeof(tok1), &n1)) { + if (!strcmp(tok1, "endbfrange")) { + break; + } + if (!pst->getToken(tok2, sizeof(tok2), &n2) || + !strcmp(tok2, "endbfrange") || + !pst->getToken(tok3, sizeof(tok3), &n3) || + !strcmp(tok3, "endbfrange")) { + error(-1, "Illegal entry in bfrange block in ToUnicode CMap"); + break; + } + if (!(n1 == 2 + nDigits && tok1[0] == '<' && tok1[n1 - 1] == '>' && + n2 == 2 + nDigits && tok2[0] == '<' && tok2[n2 - 1] == '>')) { + error(-1, "Illegal entry in bfrange block in ToUnicode CMap"); + continue; + } + tok1[n1 - 1] = tok2[n2 - 1] = '\0'; + if (sscanf(tok1 + 1, "%x", &code1) != 1 || + sscanf(tok2 + 1, "%x", &code2) != 1) { + error(-1, "Illegal entry in bfrange block in ToUnicode CMap"); + continue; + } + if (!strcmp(tok3, "[")) { + i = 0; + while (pst->getToken(tok1, sizeof(tok1), &n1) && + code1 + i <= code2) { + if (!strcmp(tok1, "]")) { + break; + } + if (tok1[0] == '<' && tok1[n1 - 1] == '>') { + tok1[n1 - 1] = '\0'; + addMapping(code1 + i, tok1 + 1, n1 - 2, 0); + } else { + error(-1, "Illegal entry in bfrange block in ToUnicode CMap"); + } + ++i; + } + } else if (tok3[0] == '<' && tok3[n3 - 1] == '>') { + tok3[n3 - 1] = '\0'; + for (i = 0; code1 <= code2; ++code1, ++i) { + addMapping(code1, tok3 + 1, n3 - 2, i); + } + + } else { + error(-1, "Illegal entry in bfrange block in ToUnicode CMap"); + } + } + pst->getToken(tok1, sizeof(tok1), &n1); + } else { + strcpy(tok1, tok2); + } + } + delete pst; +} + +void CharCodeToUnicode::addMapping(CharCode code, char *uStr, int n, + int offset) { + CharCode oldLen, i; + Unicode u; + char uHex[5]; + int j; + + if (code >= mapLen) { + oldLen = mapLen; + mapLen = (code + 256) & ~255; + map = (Unicode *)greallocn(map, mapLen, sizeof(Unicode)); + for (i = oldLen; i < mapLen; ++i) { + map[i] = 0; + } + } + if (n <= 4) { + if (sscanf(uStr, "%x", &u) != 1) { + error(-1, "Illegal entry in ToUnicode CMap"); + return; + } + map[code] = u + offset; + } else { + if (sMapLen >= sMapSize) { + sMapSize = sMapSize + 16; + sMap = (CharCodeToUnicodeString *) + greallocn(sMap, sMapSize, sizeof(CharCodeToUnicodeString)); + } + map[code] = 0; + sMap[sMapLen].c = code; + sMap[sMapLen].len = n / 4; + for (j = 0; j < sMap[sMapLen].len && j < maxUnicodeString; ++j) { + strncpy(uHex, uStr + j*4, 4); + uHex[4] = '\0'; + if (sscanf(uHex, "%x", &sMap[sMapLen].u[j]) != 1) { + error(-1, "Illegal entry in ToUnicode CMap"); + } + } + sMap[sMapLen].u[sMap[sMapLen].len - 1] += offset; + ++sMapLen; + } +} + +CharCodeToUnicode::CharCodeToUnicode(GString *tagA) { + CharCode i; + + tag = tagA; + mapLen = 256; + map = (Unicode *)gmallocn(mapLen, sizeof(Unicode)); + for (i = 0; i < mapLen; ++i) { + map[i] = 0; + } + sMap = NULL; + sMapLen = sMapSize = 0; + refCnt = 1; +#if MULTITHREADED + gInitMutex(&mutex); +#endif +} + +CharCodeToUnicode::CharCodeToUnicode(GString *tagA, Unicode *mapA, + CharCode mapLenA, GBool copyMap, + CharCodeToUnicodeString *sMapA, + int sMapLenA, int sMapSizeA) { + tag = tagA; + mapLen = mapLenA; + if (copyMap) { + map = (Unicode *)gmallocn(mapLen, sizeof(Unicode)); + memcpy(map, mapA, mapLen * sizeof(Unicode)); + } else { + map = mapA; + } + sMap = sMapA; + sMapLen = sMapLenA; + sMapSize = sMapSizeA; + refCnt = 1; +#if MULTITHREADED + gInitMutex(&mutex); +#endif +} + +CharCodeToUnicode::~CharCodeToUnicode() { + if (tag) { + delete tag; + } + gfree(map); + if (sMap) { + gfree(sMap); + } +#if MULTITHREADED + gDestroyMutex(&mutex); +#endif +} + +void CharCodeToUnicode::incRefCnt() { +#if MULTITHREADED + gLockMutex(&mutex); +#endif + ++refCnt; +#if MULTITHREADED + gUnlockMutex(&mutex); +#endif +} + +void CharCodeToUnicode::decRefCnt() { + GBool done; + +#if MULTITHREADED + gLockMutex(&mutex); +#endif + done = --refCnt == 0; +#if MULTITHREADED + gUnlockMutex(&mutex); +#endif + if (done) { + delete this; + } +} + +GBool CharCodeToUnicode::match(GString *tagA) { + return tag && !tag->cmp(tagA); +} + +void CharCodeToUnicode::setMapping(CharCode c, Unicode *u, int len) { + int i, j; + + if (len == 1) { + map[c] = u[0]; + } else { + for (i = 0; i < sMapLen; ++i) { + if (sMap[i].c == c) { + break; + } + } + if (i == sMapLen) { + if (sMapLen == sMapSize) { + sMapSize += 8; + sMap = (CharCodeToUnicodeString *) + greallocn(sMap, sMapSize, sizeof(CharCodeToUnicodeString)); + } + ++sMapLen; + } + map[c] = 0; + sMap[i].c = c; + sMap[i].len = len; + for (j = 0; j < len && j < maxUnicodeString; ++j) { + sMap[i].u[j] = u[j]; + } + } +} + +int CharCodeToUnicode::mapToUnicode(CharCode c, Unicode *u, int size) { + int i, j; + + if (c >= mapLen) { + return 0; + } + if (map[c]) { + u[0] = map[c]; + return 1; + } + for (i = 0; i < sMapLen; ++i) { + if (sMap[i].c == c) { + for (j = 0; j < sMap[i].len && j < size; ++j) { + u[j] = sMap[i].u[j]; + } + return j; + } + } + return 0; +} + +//------------------------------------------------------------------------ + +CharCodeToUnicodeCache::CharCodeToUnicodeCache(int sizeA) { + int i; + + size = sizeA; + cache = (CharCodeToUnicode **)gmallocn(size, sizeof(CharCodeToUnicode *)); + for (i = 0; i < size; ++i) { + cache[i] = NULL; + } +} + +CharCodeToUnicodeCache::~CharCodeToUnicodeCache() { + int i; + + for (i = 0; i < size; ++i) { + if (cache[i]) { + cache[i]->decRefCnt(); + } + } + gfree(cache); +} + +CharCodeToUnicode *CharCodeToUnicodeCache::getCharCodeToUnicode(GString *tag) { + CharCodeToUnicode *ctu; + int i, j; + + if (cache[0] && cache[0]->match(tag)) { + cache[0]->incRefCnt(); + return cache[0]; + } + for (i = 1; i < size; ++i) { + if (cache[i] && cache[i]->match(tag)) { + ctu = cache[i]; + for (j = i; j >= 1; --j) { + cache[j] = cache[j - 1]; + } + cache[0] = ctu; + ctu->incRefCnt(); + return ctu; + } + } + return NULL; +} + +void CharCodeToUnicodeCache::add(CharCodeToUnicode *ctu) { + int i; + + if (cache[size - 1]) { + cache[size - 1]->decRefCnt(); + } + for (i = size - 1; i >= 1; --i) { + cache[i] = cache[i - 1]; + } + cache[0] = ctu; + ctu->incRefCnt(); +} diff --git a/pdftops/CharCodeToUnicode.h b/pdftops/CharCodeToUnicode.h new file mode 100644 index 0000000000..c7544f8c2c --- /dev/null +++ b/pdftops/CharCodeToUnicode.h @@ -0,0 +1,117 @@ +//======================================================================== +// +// CharCodeToUnicode.h +// +// Mapping from character codes to Unicode. +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef CHARCODETOUNICODE_H +#define CHARCODETOUNICODE_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "CharTypes.h" + +#if MULTITHREADED +#include "GMutex.h" +#endif + +struct CharCodeToUnicodeString; + +//------------------------------------------------------------------------ + +class CharCodeToUnicode { +public: + + // Read the CID-to-Unicode mapping for from the file + // specified by . Sets the initial reference count to 1. + // Returns NULL on failure. + static CharCodeToUnicode *parseCIDToUnicode(GString *fileName, + GString *collection); + + // Create a Unicode-to-Unicode mapping from the file specified by + // . Sets the initial reference count to 1. Returns NULL + // on failure. + static CharCodeToUnicode *parseUnicodeToUnicode(GString *fileName); + + // Create the CharCode-to-Unicode mapping for an 8-bit font. + // is an array of 256 Unicode indexes. Sets the initial + // reference count to 1. + static CharCodeToUnicode *make8BitToUnicode(Unicode *toUnicode); + + // Parse a ToUnicode CMap for an 8- or 16-bit font. + static CharCodeToUnicode *parseCMap(GString *buf, int nBits); + + // Parse a ToUnicode CMap for an 8- or 16-bit font, merging it into + // . + void mergeCMap(GString *buf, int nBits); + + ~CharCodeToUnicode(); + + void incRefCnt(); + void decRefCnt(); + + // Return true if this mapping matches the specified . + GBool match(GString *tagA); + + // Set the mapping for . + void setMapping(CharCode c, Unicode *u, int len); + + // Map a CharCode to Unicode. + int mapToUnicode(CharCode c, Unicode *u, int size); + + // Return the mapping's length, i.e., one more than the max char + // code supported by the mapping. + CharCode getLength() { return mapLen; } + +private: + + void parseCMap1(int (*getCharFunc)(void *), void *data, int nBits); + void addMapping(CharCode code, char *uStr, int n, int offset); + CharCodeToUnicode(GString *tagA); + CharCodeToUnicode(GString *tagA, Unicode *mapA, + CharCode mapLenA, GBool copyMap, + CharCodeToUnicodeString *sMapA, + int sMapLenA, int sMapSizeA); + + GString *tag; + Unicode *map; + CharCode mapLen; + CharCodeToUnicodeString *sMap; + int sMapLen, sMapSize; + int refCnt; +#if MULTITHREADED + GMutex mutex; +#endif +}; + +//------------------------------------------------------------------------ + +class CharCodeToUnicodeCache { +public: + + CharCodeToUnicodeCache(int sizeA); + ~CharCodeToUnicodeCache(); + + // Get the CharCodeToUnicode object for . Increments its + // reference count; there will be one reference for the cache plus + // one for the caller of this function. Returns NULL on failure. + CharCodeToUnicode *getCharCodeToUnicode(GString *tag); + + // Insert into the cache, in the most-recently-used position. + void add(CharCodeToUnicode *ctu); + +private: + + CharCodeToUnicode **cache; + int size; +}; + +#endif diff --git a/pdftops/CharTypes.h b/pdftops/CharTypes.h new file mode 100644 index 0000000000..d0df630d0c --- /dev/null +++ b/pdftops/CharTypes.h @@ -0,0 +1,24 @@ +//======================================================================== +// +// CharTypes.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef CHARTYPES_H +#define CHARTYPES_H + +// Unicode character. +typedef unsigned int Unicode; + +// Character ID for CID character collections. +typedef unsigned int CID; + +// This is large enough to hold any of the following: +// - 8-bit char code +// - 16-bit CID +// - Unicode +typedef unsigned int CharCode; + +#endif diff --git a/pdftops/CompactFontTables.h b/pdftops/CompactFontTables.h new file mode 100644 index 0000000000..28e16e775e --- /dev/null +++ b/pdftops/CompactFontTables.h @@ -0,0 +1,464 @@ +//======================================================================== +// +// CompactFontTables.h +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef COMPACTFONTINFO_H +#define COMPACTFONTINFO_H + +static char *type1CStdStrings[391] = { + ".notdef", + "space", + "exclam", + "quotedbl", + "numbersign", + "dollar", + "percent", + "ampersand", + "quoteright", + "parenleft", + "parenright", + "asterisk", + "plus", + "comma", + "hyphen", + "period", + "slash", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "colon", + "semicolon", + "less", + "equal", + "greater", + "question", + "at", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "bracketleft", + "backslash", + "bracketright", + "asciicircum", + "underscore", + "quoteleft", + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "braceleft", + "bar", + "braceright", + "asciitilde", + "exclamdown", + "cent", + "sterling", + "fraction", + "yen", + "florin", + "section", + "currency", + "quotesingle", + "quotedblleft", + "guillemotleft", + "guilsinglleft", + "guilsinglright", + "fi", + "fl", + "endash", + "dagger", + "daggerdbl", + "periodcentered", + "paragraph", + "bullet", + "quotesinglbase", + "quotedblbase", + "quotedblright", + "guillemotright", + "ellipsis", + "perthousand", + "questiondown", + "grave", + "acute", + "circumflex", + "tilde", + "macron", + "breve", + "dotaccent", + "dieresis", + "ring", + "cedilla", + "hungarumlaut", + "ogonek", + "caron", + "emdash", + "AE", + "ordfeminine", + "Lslash", + "Oslash", + "OE", + "ordmasculine", + "ae", + "dotlessi", + "lslash", + "oslash", + "oe", + "germandbls", + "onesuperior", + "logicalnot", + "mu", + "trademark", + "Eth", + "onehalf", + "plusminus", + "Thorn", + "onequarter", + "divide", + "brokenbar", + "degree", + "thorn", + "threequarters", + "twosuperior", + "registered", + "minus", + "eth", + "multiply", + "threesuperior", + "copyright", + "Aacute", + "Acircumflex", + "Adieresis", + "Agrave", + "Aring", + "Atilde", + "Ccedilla", + "Eacute", + "Ecircumflex", + "Edieresis", + "Egrave", + "Iacute", + "Icircumflex", + "Idieresis", + "Igrave", + "Ntilde", + "Oacute", + "Ocircumflex", + "Odieresis", + "Ograve", + "Otilde", + "Scaron", + "Uacute", + "Ucircumflex", + "Udieresis", + "Ugrave", + "Yacute", + "Ydieresis", + "Zcaron", + "aacute", + "acircumflex", + "adieresis", + "agrave", + "aring", + "atilde", + "ccedilla", + "eacute", + "ecircumflex", + "edieresis", + "egrave", + "iacute", + "icircumflex", + "idieresis", + "igrave", + "ntilde", + "oacute", + "ocircumflex", + "odieresis", + "ograve", + "otilde", + "scaron", + "uacute", + "ucircumflex", + "udieresis", + "ugrave", + "yacute", + "ydieresis", + "zcaron", + "exclamsmall", + "Hungarumlautsmall", + "dollaroldstyle", + "dollarsuperior", + "ampersandsmall", + "Acutesmall", + "parenleftsuperior", + "parenrightsuperior", + "twodotenleader", + "onedotenleader", + "zerooldstyle", + "oneoldstyle", + "twooldstyle", + "threeoldstyle", + "fouroldstyle", + "fiveoldstyle", + "sixoldstyle", + "sevenoldstyle", + "eightoldstyle", + "nineoldstyle", + "commasuperior", + "threequartersemdash", + "periodsuperior", + "questionsmall", + "asuperior", + "bsuperior", + "centsuperior", + "dsuperior", + "esuperior", + "isuperior", + "lsuperior", + "msuperior", + "nsuperior", + "osuperior", + "rsuperior", + "ssuperior", + "tsuperior", + "ff", + "ffi", + "ffl", + "parenleftinferior", + "parenrightinferior", + "Circumflexsmall", + "hyphensuperior", + "Gravesmall", + "Asmall", + "Bsmall", + "Csmall", + "Dsmall", + "Esmall", + "Fsmall", + "Gsmall", + "Hsmall", + "Ismall", + "Jsmall", + "Ksmall", + "Lsmall", + "Msmall", + "Nsmall", + "Osmall", + "Psmall", + "Qsmall", + "Rsmall", + "Ssmall", + "Tsmall", + "Usmall", + "Vsmall", + "Wsmall", + "Xsmall", + "Ysmall", + "Zsmall", + "colonmonetary", + "onefitted", + "rupiah", + "Tildesmall", + "exclamdownsmall", + "centoldstyle", + "Lslashsmall", + "Scaronsmall", + "Zcaronsmall", + "Dieresissmall", + "Brevesmall", + "Caronsmall", + "Dotaccentsmall", + "Macronsmall", + "figuredash", + "hypheninferior", + "Ogoneksmall", + "Ringsmall", + "Cedillasmall", + "questiondownsmall", + "oneeighth", + "threeeighths", + "fiveeighths", + "seveneighths", + "onethird", + "twothirds", + "zerosuperior", + "foursuperior", + "fivesuperior", + "sixsuperior", + "sevensuperior", + "eightsuperior", + "ninesuperior", + "zeroinferior", + "oneinferior", + "twoinferior", + "threeinferior", + "fourinferior", + "fiveinferior", + "sixinferior", + "seveninferior", + "eightinferior", + "nineinferior", + "centinferior", + "dollarinferior", + "periodinferior", + "commainferior", + "Agravesmall", + "Aacutesmall", + "Acircumflexsmall", + "Atildesmall", + "Adieresissmall", + "Aringsmall", + "AEsmall", + "Ccedillasmall", + "Egravesmall", + "Eacutesmall", + "Ecircumflexsmall", + "Edieresissmall", + "Igravesmall", + "Iacutesmall", + "Icircumflexsmall", + "Idieresissmall", + "Ethsmall", + "Ntildesmall", + "Ogravesmall", + "Oacutesmall", + "Ocircumflexsmall", + "Otildesmall", + "Odieresissmall", + "OEsmall", + "Oslashsmall", + "Ugravesmall", + "Uacutesmall", + "Ucircumflexsmall", + "Udieresissmall", + "Yacutesmall", + "Thornsmall", + "Ydieresissmall", + "001.000", + "001.001", + "001.002", + "001.003", + "Black", + "Bold", + "Book", + "Light", + "Medium", + "Regular", + "Roman", + "Semibold" +}; + +static Gushort type1CISOAdobeCharset[229] = { + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, + 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, + 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, + 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, + 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, + 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, + 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, + 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, + 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, + 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, + 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, + 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, + 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, + 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, + 220, 221, 222, 223, 224, 225, 226, 227, 228 +}; + +static Gushort type1CExpertCharset[166] = { + 0, 1, 229, 230, 231, 232, 233, 234, 235, 236, + 237, 238, 13, 14, 15, 99, 239, 240, 241, 242, + 243, 244, 245, 246, 247, 248, 27, 28, 249, 250, + 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, + 261, 262, 263, 264, 265, 266, 109, 110, 267, 268, + 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, + 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, + 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, + 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, + 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, + 158, 155, 163, 319, 320, 321, 322, 323, 324, 325, + 326, 150, 164, 169, 327, 328, 329, 330, 331, 332, + 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, + 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, + 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, + 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, + 373, 374, 375, 376, 377, 378 +}; + +static Gushort type1CExpertSubsetCharset[87] = { + 0, 1, 231, 232, 235, 236, 237, 238, 13, 14, + 15, 99, 239, 240, 241, 242, 243, 244, 245, 246, + 247, 248, 27, 28, 249, 250, 251, 253, 254, 255, + 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, + 266, 109, 110, 267, 268, 269, 270, 272, 300, 301, + 302, 305, 314, 315, 158, 155, 163, 320, 321, 322, + 323, 324, 325, 326, 150, 164, 169, 327, 328, 329, + 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, + 340, 341, 342, 343, 344, 345, 346 +}; + +#endif diff --git a/pdftops/Decrypt.cxx b/pdftops/Decrypt.cxx new file mode 100644 index 0000000000..88b62056d2 --- /dev/null +++ b/pdftops/Decrypt.cxx @@ -0,0 +1,417 @@ +//======================================================================== +// +// Decrypt.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "gmem.h" +#include "Decrypt.h" + +static void rc4InitKey(Guchar *key, int keyLen, Guchar *state); +static Guchar rc4DecryptByte(Guchar *state, Guchar *x, Guchar *y, Guchar c); +static void md5(Guchar *msg, int msgLen, Guchar *digest); + +static Guchar passwordPad[32] = { + 0x28, 0xbf, 0x4e, 0x5e, 0x4e, 0x75, 0x8a, 0x41, + 0x64, 0x00, 0x4e, 0x56, 0xff, 0xfa, 0x01, 0x08, + 0x2e, 0x2e, 0x00, 0xb6, 0xd0, 0x68, 0x3e, 0x80, + 0x2f, 0x0c, 0xa9, 0xfe, 0x64, 0x53, 0x69, 0x7a +}; + +//------------------------------------------------------------------------ +// Decrypt +//------------------------------------------------------------------------ + +Decrypt::Decrypt(Guchar *fileKey, int keyLength, int objNum, int objGen) { + int i; + + // construct object key + for (i = 0; i < keyLength; ++i) { + objKey[i] = fileKey[i]; + } + objKey[keyLength] = objNum & 0xff; + objKey[keyLength + 1] = (objNum >> 8) & 0xff; + objKey[keyLength + 2] = (objNum >> 16) & 0xff; + objKey[keyLength + 3] = objGen & 0xff; + objKey[keyLength + 4] = (objGen >> 8) & 0xff; + md5(objKey, keyLength + 5, objKey); + + // set up for decryption + x = y = 0; + if ((objKeyLength = keyLength + 5) > 16) { + objKeyLength = 16; + } + rc4InitKey(objKey, objKeyLength, state); +} + +void Decrypt::reset() { + x = y = 0; + rc4InitKey(objKey, objKeyLength, state); +} + +Guchar Decrypt::decryptByte(Guchar c) { + return rc4DecryptByte(state, &x, &y, c); +} + +GBool Decrypt::makeFileKey(int encVersion, int encRevision, int keyLength, + GString *ownerKey, GString *userKey, + int permissions, GString *fileID, + GString *ownerPassword, GString *userPassword, + Guchar *fileKey, GBool encryptMetadata, + GBool *ownerPasswordOk) { + Guchar test[32], test2[32]; + GString *userPassword2; + Guchar fState[256]; + Guchar tmpKey[16]; + Guchar fx, fy; + int len, i, j; + + // try using the supplied owner password to generate the user password + *ownerPasswordOk = gFalse; + if (ownerPassword) { + len = ownerPassword->getLength(); + if (len < 32) { + memcpy(test, ownerPassword->getCString(), len); + memcpy(test + len, passwordPad, 32 - len); + } else { + memcpy(test, ownerPassword->getCString(), 32); + } + md5(test, 32, test); + if (encRevision == 3) { + for (i = 0; i < 50; ++i) { + md5(test, 16, test); + } + } + if (encRevision == 2) { + rc4InitKey(test, keyLength, fState); + fx = fy = 0; + for (i = 0; i < 32; ++i) { + test2[i] = rc4DecryptByte(fState, &fx, &fy, ownerKey->getChar(i)); + } + } else { + memcpy(test2, ownerKey->getCString(), 32); + for (i = 19; i >= 0; --i) { + for (j = 0; j < keyLength; ++j) { + tmpKey[j] = test[j] ^ i; + } + rc4InitKey(tmpKey, keyLength, fState); + fx = fy = 0; + for (j = 0; j < 32; ++j) { + test2[j] = rc4DecryptByte(fState, &fx, &fy, test2[j]); + } + } + } + userPassword2 = new GString((char *)test2, 32); + if (makeFileKey2(encVersion, encRevision, keyLength, ownerKey, userKey, + permissions, fileID, userPassword2, fileKey, + encryptMetadata)) { + *ownerPasswordOk = gTrue; + delete userPassword2; + return gTrue; + } + delete userPassword2; + } + + // try using the supplied user password + return makeFileKey2(encVersion, encRevision, keyLength, ownerKey, userKey, + permissions, fileID, userPassword, fileKey, + encryptMetadata); +} + +GBool Decrypt::makeFileKey2(int encVersion, int encRevision, int keyLength, + GString *ownerKey, GString *userKey, + int permissions, GString *fileID, + GString *userPassword, Guchar *fileKey, + GBool encryptMetadata) { + Guchar *buf; + Guchar test[32]; + Guchar fState[256]; + Guchar tmpKey[16]; + Guchar fx, fy; + int len, i, j; + GBool ok; + + + // check whether we have non-zero keyLength + if ( keyLength < 5 || keyLength > 16 ) { + return gFalse; + } + + // generate file key + buf = (Guchar *)gmalloc(72 + fileID->getLength()); + if (userPassword) { + len = userPassword->getLength(); + if (len < 32) { + memcpy(buf, userPassword->getCString(), len); + memcpy(buf + len, passwordPad, 32 - len); + } else { + memcpy(buf, userPassword->getCString(), 32); + } + } else { + memcpy(buf, passwordPad, 32); + } + memcpy(buf + 32, ownerKey->getCString(), 32); + buf[64] = permissions & 0xff; + buf[65] = (permissions >> 8) & 0xff; + buf[66] = (permissions >> 16) & 0xff; + buf[67] = (permissions >> 24) & 0xff; + memcpy(buf + 68, fileID->getCString(), fileID->getLength()); + len = 68 + fileID->getLength(); + if (!encryptMetadata) { + buf[len++] = 0xff; + buf[len++] = 0xff; + buf[len++] = 0xff; + buf[len++] = 0xff; + } + md5(buf, len, fileKey); + if (encRevision == 3) { + for (i = 0; i < 50; ++i) { + md5(fileKey, keyLength, fileKey); + } + } + + // test user password + if (encRevision == 2) { + rc4InitKey(fileKey, keyLength, fState); + fx = fy = 0; + for (i = 0; i < 32; ++i) { + test[i] = rc4DecryptByte(fState, &fx, &fy, userKey->getChar(i)); + } + ok = memcmp(test, passwordPad, 32) == 0; + } else if (encRevision == 3) { + memcpy(test, userKey->getCString(), 32); + for (i = 19; i >= 0; --i) { + for (j = 0; j < keyLength; ++j) { + tmpKey[j] = fileKey[j] ^ i; + } + rc4InitKey(tmpKey, keyLength, fState); + fx = fy = 0; + for (j = 0; j < 32; ++j) { + test[j] = rc4DecryptByte(fState, &fx, &fy, test[j]); + } + } + memcpy(buf, passwordPad, 32); + memcpy(buf + 32, fileID->getCString(), fileID->getLength()); + md5(buf, 32 + fileID->getLength(), buf); + ok = memcmp(test, buf, 16) == 0; + } else { + ok = gFalse; + } + + gfree(buf); + return ok; +} + +//------------------------------------------------------------------------ +// RC4-compatible decryption +//------------------------------------------------------------------------ + +static void rc4InitKey(Guchar *key, int keyLen, Guchar *state) { + Guchar index1, index2; + Guchar t; + int i; + + for (i = 0; i < 256; ++i) + state[i] = i; + index1 = index2 = 0; + for (i = 0; i < 256; ++i) { + index2 = (key[index1] + state[i] + index2) % 256; + t = state[i]; + state[i] = state[index2]; + state[index2] = t; + index1 = (index1 + 1) % keyLen; + } +} + +static Guchar rc4DecryptByte(Guchar *state, Guchar *x, Guchar *y, Guchar c) { + Guchar x1, y1, tx, ty; + + x1 = *x = (*x + 1) % 256; + y1 = *y = (state[*x] + *y) % 256; + tx = state[x1]; + ty = state[y1]; + state[x1] = ty; + state[y1] = tx; + return c ^ state[(tx + ty) % 256]; +} + +//------------------------------------------------------------------------ +// MD5 message digest +//------------------------------------------------------------------------ + +// this works around a bug in older Sun compilers +static inline Gulong rotateLeft(Gulong x, int r) { + x &= 0xffffffff; + return ((x << r) | (x >> (32 - r))) & 0xffffffff; +} + +static inline Gulong md5Round1(Gulong a, Gulong b, Gulong c, Gulong d, + Gulong Xk, Gulong s, Gulong Ti) { + return b + rotateLeft((a + ((b & c) | (~b & d)) + Xk + Ti), s); +} + +static inline Gulong md5Round2(Gulong a, Gulong b, Gulong c, Gulong d, + Gulong Xk, Gulong s, Gulong Ti) { + return b + rotateLeft((a + ((b & d) | (c & ~d)) + Xk + Ti), s); +} + +static inline Gulong md5Round3(Gulong a, Gulong b, Gulong c, Gulong d, + Gulong Xk, Gulong s, Gulong Ti) { + return b + rotateLeft((a + (b ^ c ^ d) + Xk + Ti), s); +} + +static inline Gulong md5Round4(Gulong a, Gulong b, Gulong c, Gulong d, + Gulong Xk, Gulong s, Gulong Ti) { + return b + rotateLeft((a + (c ^ (b | ~d)) + Xk + Ti), s); +} + +static void md5(Guchar *msg, int msgLen, Guchar *digest) { + Gulong x[16]; + Gulong a, b, c, d, aa, bb, cc, dd; + int n64; + int i, j, k; + + // compute number of 64-byte blocks + // (length + pad byte (0x80) + 8 bytes for length) + n64 = (msgLen + 1 + 8 + 63) / 64; + + // initialize a, b, c, d + a = 0x67452301; + b = 0xefcdab89; + c = 0x98badcfe; + d = 0x10325476; + + // loop through blocks + k = 0; + for (i = 0; i < n64; ++i) { + + // grab a 64-byte block + for (j = 0; j < 16 && k < msgLen - 3; ++j, k += 4) + x[j] = (((((msg[k+3] << 8) + msg[k+2]) << 8) + msg[k+1]) << 8) + msg[k]; + if (i == n64 - 1) { + if (k == msgLen - 3) + x[j] = 0x80000000 + (((msg[k+2] << 8) + msg[k+1]) << 8) + msg[k]; + else if (k == msgLen - 2) + x[j] = 0x800000 + (msg[k+1] << 8) + msg[k]; + else if (k == msgLen - 1) + x[j] = 0x8000 + msg[k]; + else + x[j] = 0x80; + ++j; + while (j < 16) + x[j++] = 0; + x[14] = msgLen << 3; + } + + // save a, b, c, d + aa = a; + bb = b; + cc = c; + dd = d; + + // round 1 + a = md5Round1(a, b, c, d, x[0], 7, 0xd76aa478); + d = md5Round1(d, a, b, c, x[1], 12, 0xe8c7b756); + c = md5Round1(c, d, a, b, x[2], 17, 0x242070db); + b = md5Round1(b, c, d, a, x[3], 22, 0xc1bdceee); + a = md5Round1(a, b, c, d, x[4], 7, 0xf57c0faf); + d = md5Round1(d, a, b, c, x[5], 12, 0x4787c62a); + c = md5Round1(c, d, a, b, x[6], 17, 0xa8304613); + b = md5Round1(b, c, d, a, x[7], 22, 0xfd469501); + a = md5Round1(a, b, c, d, x[8], 7, 0x698098d8); + d = md5Round1(d, a, b, c, x[9], 12, 0x8b44f7af); + c = md5Round1(c, d, a, b, x[10], 17, 0xffff5bb1); + b = md5Round1(b, c, d, a, x[11], 22, 0x895cd7be); + a = md5Round1(a, b, c, d, x[12], 7, 0x6b901122); + d = md5Round1(d, a, b, c, x[13], 12, 0xfd987193); + c = md5Round1(c, d, a, b, x[14], 17, 0xa679438e); + b = md5Round1(b, c, d, a, x[15], 22, 0x49b40821); + + // round 2 + a = md5Round2(a, b, c, d, x[1], 5, 0xf61e2562); + d = md5Round2(d, a, b, c, x[6], 9, 0xc040b340); + c = md5Round2(c, d, a, b, x[11], 14, 0x265e5a51); + b = md5Round2(b, c, d, a, x[0], 20, 0xe9b6c7aa); + a = md5Round2(a, b, c, d, x[5], 5, 0xd62f105d); + d = md5Round2(d, a, b, c, x[10], 9, 0x02441453); + c = md5Round2(c, d, a, b, x[15], 14, 0xd8a1e681); + b = md5Round2(b, c, d, a, x[4], 20, 0xe7d3fbc8); + a = md5Round2(a, b, c, d, x[9], 5, 0x21e1cde6); + d = md5Round2(d, a, b, c, x[14], 9, 0xc33707d6); + c = md5Round2(c, d, a, b, x[3], 14, 0xf4d50d87); + b = md5Round2(b, c, d, a, x[8], 20, 0x455a14ed); + a = md5Round2(a, b, c, d, x[13], 5, 0xa9e3e905); + d = md5Round2(d, a, b, c, x[2], 9, 0xfcefa3f8); + c = md5Round2(c, d, a, b, x[7], 14, 0x676f02d9); + b = md5Round2(b, c, d, a, x[12], 20, 0x8d2a4c8a); + + // round 3 + a = md5Round3(a, b, c, d, x[5], 4, 0xfffa3942); + d = md5Round3(d, a, b, c, x[8], 11, 0x8771f681); + c = md5Round3(c, d, a, b, x[11], 16, 0x6d9d6122); + b = md5Round3(b, c, d, a, x[14], 23, 0xfde5380c); + a = md5Round3(a, b, c, d, x[1], 4, 0xa4beea44); + d = md5Round3(d, a, b, c, x[4], 11, 0x4bdecfa9); + c = md5Round3(c, d, a, b, x[7], 16, 0xf6bb4b60); + b = md5Round3(b, c, d, a, x[10], 23, 0xbebfbc70); + a = md5Round3(a, b, c, d, x[13], 4, 0x289b7ec6); + d = md5Round3(d, a, b, c, x[0], 11, 0xeaa127fa); + c = md5Round3(c, d, a, b, x[3], 16, 0xd4ef3085); + b = md5Round3(b, c, d, a, x[6], 23, 0x04881d05); + a = md5Round3(a, b, c, d, x[9], 4, 0xd9d4d039); + d = md5Round3(d, a, b, c, x[12], 11, 0xe6db99e5); + c = md5Round3(c, d, a, b, x[15], 16, 0x1fa27cf8); + b = md5Round3(b, c, d, a, x[2], 23, 0xc4ac5665); + + // round 4 + a = md5Round4(a, b, c, d, x[0], 6, 0xf4292244); + d = md5Round4(d, a, b, c, x[7], 10, 0x432aff97); + c = md5Round4(c, d, a, b, x[14], 15, 0xab9423a7); + b = md5Round4(b, c, d, a, x[5], 21, 0xfc93a039); + a = md5Round4(a, b, c, d, x[12], 6, 0x655b59c3); + d = md5Round4(d, a, b, c, x[3], 10, 0x8f0ccc92); + c = md5Round4(c, d, a, b, x[10], 15, 0xffeff47d); + b = md5Round4(b, c, d, a, x[1], 21, 0x85845dd1); + a = md5Round4(a, b, c, d, x[8], 6, 0x6fa87e4f); + d = md5Round4(d, a, b, c, x[15], 10, 0xfe2ce6e0); + c = md5Round4(c, d, a, b, x[6], 15, 0xa3014314); + b = md5Round4(b, c, d, a, x[13], 21, 0x4e0811a1); + a = md5Round4(a, b, c, d, x[4], 6, 0xf7537e82); + d = md5Round4(d, a, b, c, x[11], 10, 0xbd3af235); + c = md5Round4(c, d, a, b, x[2], 15, 0x2ad7d2bb); + b = md5Round4(b, c, d, a, x[9], 21, 0xeb86d391); + + // increment a, b, c, d + a += aa; + b += bb; + c += cc; + d += dd; + } + + // break digest into bytes + digest[0] = (Guchar)(a & 0xff); + digest[1] = (Guchar)((a >>= 8) & 0xff); + digest[2] = (Guchar)((a >>= 8) & 0xff); + digest[3] = (Guchar)((a >>= 8) & 0xff); + digest[4] = (Guchar)(b & 0xff); + digest[5] = (Guchar)((b >>= 8) & 0xff); + digest[6] = (Guchar)((b >>= 8) & 0xff); + digest[7] = (Guchar)((b >>= 8) & 0xff); + digest[8] = (Guchar)(c & 0xff); + digest[9] = (Guchar)((c >>= 8) & 0xff); + digest[10] = (Guchar)((c >>= 8) & 0xff); + digest[11] = (Guchar)((c >>= 8) & 0xff); + digest[12] = (Guchar)(d & 0xff); + digest[13] = (Guchar)((d >>= 8) & 0xff); + digest[14] = (Guchar)((d >>= 8) & 0xff); + digest[15] = (Guchar)((d >>= 8) & 0xff); +} diff --git a/pdftops/Decrypt.h b/pdftops/Decrypt.h new file mode 100644 index 0000000000..790e92cc3b --- /dev/null +++ b/pdftops/Decrypt.h @@ -0,0 +1,63 @@ +//======================================================================== +// +// Decrypt.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef DECRYPT_H +#define DECRYPT_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "GString.h" + +//------------------------------------------------------------------------ +// Decrypt +//------------------------------------------------------------------------ + +class Decrypt { +public: + + // Initialize the decryptor object. + Decrypt(Guchar *fileKey, int keyLength, int objNum, int objGen); + + // Reset decryption. + void reset(); + + // Decrypt one byte. + Guchar decryptByte(Guchar c); + + // Generate a file key. The buffer must have space for at + // least 16 bytes. Checks and then + // and returns true if either is correct. Sets if + // the owner password was correct. Either or both of the passwords + // may be NULL, which is treated as an empty string. + static GBool makeFileKey(int encVersion, int encRevision, int keyLength, + GString *ownerKey, GString *userKey, + int permissions, GString *fileID, + GString *ownerPassword, GString *userPassword, + Guchar *fileKey, GBool encryptMetadata, + GBool *ownerPasswordOk); + +private: + + static GBool makeFileKey2(int encVersion, int encRevision, int keyLength, + GString *ownerKey, GString *userKey, + int permissions, GString *fileID, + GString *userPassword, Guchar *fileKey, + GBool encryptMetadata); + + int objKeyLength; + Guchar objKey[21]; + Guchar state[256]; + Guchar x, y; +}; + +#endif diff --git a/pdftops/Dependencies b/pdftops/Dependencies new file mode 100644 index 0000000000..a36824a85a --- /dev/null +++ b/pdftops/Dependencies @@ -0,0 +1,104 @@ +# DO NOT DELETE + +pdftops.o: ../cups/string.h ../config.h parseargs.h gtypes.h GString.h gmem.h +pdftops.o: Object.h Array.h Dict.h Stream.h XRef.h Catalog.h Page.h PDFDoc.h +pdftops.o: PSOutputDev.h GlobalParams.h CharTypes.h OutputDev.h Error.h +pdftops.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +pdftops.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +Annot.o: ../config.h gmem.h Object.h gtypes.h GString.h Array.h Dict.h +Annot.o: Stream.h Catalog.h Gfx.h Lexer.h Annot.h +Array.o: ../config.h gmem.h Object.h gtypes.h GString.h Array.h Dict.h +Array.o: Stream.h +BuiltinFont.o: ../config.h gmem.h FontEncodingTables.h BuiltinFont.h gtypes.h +BuiltinFontTables.o: ../config.h FontEncodingTables.h BuiltinFontTables.h +BuiltinFontTables.o: BuiltinFont.h gtypes.h +Catalog.o: ../config.h gmem.h Object.h gtypes.h GString.h Array.h Dict.h +Catalog.o: Stream.h XRef.h Page.h Error.h Link.h Catalog.h +CharCodeToUnicode.o: ../config.h gmem.h gfile.h gtypes.h GString.h Error.h +CharCodeToUnicode.o: GlobalParams.h CharTypes.h PSTokenizer.h +CharCodeToUnicode.o: CharCodeToUnicode.h +CMap.o: ../config.h gmem.h gfile.h gtypes.h GString.h Error.h GlobalParams.h +CMap.o: CharTypes.h PSTokenizer.h CMap.h +Decrypt.o: ../config.h gmem.h Decrypt.h gtypes.h GString.h +Dict.o: ../config.h gmem.h Object.h gtypes.h GString.h Array.h Dict.h +Dict.o: Stream.h XRef.h +Error.o: ../config.h GlobalParams.h gtypes.h CharTypes.h Error.h +FoFiBase.o: ../config.h gmem.h FoFiBase.h gtypes.h +FoFiEncodings.o: ../config.h FoFiEncodings.h gtypes.h +FoFiTrueType.o: ../config.h gtypes.h gmem.h GString.h GHash.h FoFiTrueType.h +FoFiTrueType.o: FoFiBase.h +FoFiType1C.o: ../config.h gmem.h GString.h FoFiEncodings.h gtypes.h +FoFiType1C.o: FoFiType1C.h FoFiBase.h +FoFiType1.o: ../config.h gmem.h FoFiEncodings.h gtypes.h FoFiType1.h +FoFiType1.o: FoFiBase.h +FontEncodingTables.o: ../config.h FontEncodingTables.h +Function.o: ../config.h gmem.h Object.h gtypes.h GString.h Array.h Dict.h +Function.o: Stream.h Error.h Function.h +gfile.o: ../config.h GString.h gfile.h gtypes.h +Gfx.o: ../config.h gmem.h GlobalParams.h gtypes.h CharTypes.h Object.h +Gfx.o: GString.h Array.h Dict.h Stream.h Lexer.h Parser.h GfxFont.h +Gfx.o: GfxState.h Function.h OutputDev.h Page.h Error.h Gfx.h +GfxFont.o: ../config.h gmem.h Error.h Object.h gtypes.h GString.h Array.h +GfxFont.o: Dict.h Stream.h GlobalParams.h CharTypes.h CMap.h +GfxFont.o: CharCodeToUnicode.h FontEncodingTables.h BuiltinFontTables.h +GfxFont.o: BuiltinFont.h FoFiType1.h FoFiBase.h FoFiType1C.h FoFiTrueType.h +GfxFont.o: GfxFont.h +GfxState.o: ../config.h gmem.h Error.h Object.h gtypes.h GString.h Array.h +GfxState.o: Dict.h Stream.h Page.h GfxState.h Function.h +GHash.o: ../config.h gmem.h GString.h GHash.h gtypes.h +GList.o: ../config.h gmem.h GList.h gtypes.h +GlobalParams.o: ../config.h gmem.h GString.h GList.h gtypes.h GHash.h gfile.h +GlobalParams.o: Error.h NameToCharCode.h CharTypes.h CharCodeToUnicode.h +GlobalParams.o: UnicodeMap.h CMap.h BuiltinFontTables.h BuiltinFont.h +GlobalParams.o: FontEncodingTables.h GlobalParams.h NameToUnicodeTable.h +GlobalParams.o: UnicodeMapTables.h UTF8.h +gmempp.o: ../config.h gmem.h +GString.o: ../config.h gtypes.h GString.h +JArithmeticDecoder.o: ../config.h Object.h gtypes.h gmem.h GString.h Array.h +JArithmeticDecoder.o: Dict.h Stream.h JArithmeticDecoder.h +JBIG2Stream.o: ../config.h GList.h gtypes.h Error.h JArithmeticDecoder.h +JBIG2Stream.o: JBIG2Stream.h Object.h gmem.h GString.h Array.h Dict.h +JBIG2Stream.o: Stream.h Stream-CCITT.h +JPXStream.o: ../config.h gmem.h Error.h JArithmeticDecoder.h gtypes.h +JPXStream.o: JPXStream.h Object.h GString.h Array.h Dict.h Stream.h +Lexer.o: ../config.h Lexer.h Object.h gtypes.h gmem.h GString.h Array.h +Lexer.o: Dict.h Stream.h Error.h +Link.o: ../config.h gmem.h GString.h Error.h Object.h gtypes.h Array.h Dict.h +Link.o: Stream.h Link.h +NameToCharCode.o: ../config.h gmem.h NameToCharCode.h CharTypes.h +Object.o: ../config.h Object.h gtypes.h gmem.h GString.h Array.h Dict.h +Object.o: Stream.h Error.h XRef.h +Outline.o: ../config.h gmem.h GString.h GList.h gtypes.h Link.h Object.h +Outline.o: Array.h Dict.h Stream.h PDFDocEncoding.h CharTypes.h Outline.h +OutputDev.o: ../config.h Object.h gtypes.h gmem.h GString.h Array.h Dict.h +OutputDev.o: Stream.h GfxState.h Function.h OutputDev.h CharTypes.h +Page.o: ../config.h GlobalParams.h gtypes.h CharTypes.h Object.h gmem.h +Page.o: GString.h Array.h Dict.h Stream.h XRef.h Link.h OutputDev.h Gfx.h +Page.o: GfxState.h Function.h Annot.h Error.h Page.h +Parser.o: ../config.h Object.h gtypes.h gmem.h GString.h Array.h Dict.h +Parser.o: Stream.h Parser.h Lexer.h XRef.h Error.h Decrypt.h +PDFDoc.o: ../config.h GString.h GlobalParams.h gtypes.h CharTypes.h Page.h +PDFDoc.o: Object.h gmem.h Array.h Dict.h Stream.h Catalog.h XRef.h Link.h +PDFDoc.o: OutputDev.h Error.h ErrorCodes.h Lexer.h Parser.h SecurityHandler.h +PDFDoc.o: Outline.h PDFDoc.h +PDFDocEncoding.o: PDFDocEncoding.h CharTypes.h +PSOutputDev.o: ../config.h GString.h GList.h gtypes.h GlobalParams.h +PSOutputDev.o: CharTypes.h Object.h gmem.h Array.h Dict.h Stream.h Error.h +PSOutputDev.o: Function.h Gfx.h GfxState.h GfxFont.h UnicodeMap.h +PSOutputDev.o: FoFiType1C.h FoFiBase.h FoFiTrueType.h Catalog.h Page.h +PSOutputDev.o: Annot.h XRef.h PSOutputDev.h OutputDev.h +PSTokenizer.o: ../config.h PSTokenizer.h gtypes.h +SecurityHandler.o: ../config.h GString.h PDFDoc.h XRef.h gtypes.h Object.h +SecurityHandler.o: gmem.h Array.h Dict.h Stream.h Catalog.h Page.h Decrypt.h +SecurityHandler.o: Error.h GlobalParams.h CharTypes.h SecurityHandler.h +Stream.o: ../config.h gmem.h gfile.h gtypes.h Error.h Object.h GString.h +Stream.o: Array.h Dict.h Stream.h Lexer.h Decrypt.h GfxState.h Function.h +Stream.o: JBIG2Stream.h JPXStream.h Stream-CCITT.h +UnicodeMap.o: ../config.h gmem.h gfile.h gtypes.h GString.h GList.h Error.h +UnicodeMap.o: GlobalParams.h CharTypes.h UnicodeMap.h +UnicodeTypeTable.o: CharTypes.h UnicodeTypeTable.h gtypes.h +XpdfPluginAPI.o: ../config.h +XRef.o: ../config.h gmem.h Object.h gtypes.h GString.h Array.h Dict.h +XRef.o: Stream.h Lexer.h Parser.h Error.h ErrorCodes.h XRef.h +gmem.o: ../config.h gmem.h +parseargs.o: parseargs.h gtypes.h diff --git a/pdftops/Dict.cxx b/pdftops/Dict.cxx new file mode 100644 index 0000000000..371ecbffc0 --- /dev/null +++ b/pdftops/Dict.cxx @@ -0,0 +1,95 @@ +//======================================================================== +// +// Dict.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "Object.h" +#include "XRef.h" +#include "Dict.h" + +//------------------------------------------------------------------------ +// Dict +//------------------------------------------------------------------------ + +Dict::Dict(XRef *xrefA) { + xref = xrefA; + entries = NULL; + size = length = 0; + ref = 1; +} + +Dict::~Dict() { + int i; + + for (i = 0; i < length; ++i) { + gfree(entries[i].key); + entries[i].val.free(); + } + gfree(entries); +} + +void Dict::add(char *key, Object *val) { + if (length == size) { + if (length == 0) { + size = 8; + } else { + size *= 2; + } + entries = (DictEntry *)greallocn(entries, size, sizeof(DictEntry)); + } + entries[length].key = key; + entries[length].val = *val; + ++length; +} + +inline DictEntry *Dict::find(char *key) { + int i; + + for (i = 0; i < length; ++i) { + if (!strcmp(key, entries[i].key)) + return &entries[i]; + } + return NULL; +} + +GBool Dict::is(char *type) { + DictEntry *e; + + return (e = find("Type")) && e->val.isName(type); +} + +Object *Dict::lookup(char *key, Object *obj) { + DictEntry *e; + + return (e = find(key)) ? e->val.fetch(xref, obj) : obj->initNull(); +} + +Object *Dict::lookupNF(char *key, Object *obj) { + DictEntry *e; + + return (e = find(key)) ? e->val.copy(obj) : obj->initNull(); +} + +char *Dict::getKey(int i) { + return entries[i].key; +} + +Object *Dict::getVal(int i, Object *obj) { + return entries[i].val.fetch(xref, obj); +} + +Object *Dict::getValNF(int i, Object *obj) { + return entries[i].val.copy(obj); +} diff --git a/pdftops/Dict.h b/pdftops/Dict.h new file mode 100644 index 0000000000..f63c98e007 --- /dev/null +++ b/pdftops/Dict.h @@ -0,0 +1,77 @@ +//======================================================================== +// +// Dict.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef DICT_H +#define DICT_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "Object.h" + +//------------------------------------------------------------------------ +// Dict +//------------------------------------------------------------------------ + +struct DictEntry { + char *key; + Object val; +}; + +class Dict { +public: + + // Constructor. + Dict(XRef *xrefA); + + // Destructor. + ~Dict(); + + // Reference counting. + int incRef() { return ++ref; } + int decRef() { return --ref; } + + // Get number of entries. + int getLength() { return length; } + + // Add an entry. NB: does not copy key. + void add(char *key, Object *val); + + // Check if dictionary is of specified type. + GBool is(char *type); + + // Look up an entry and return the value. Returns a null object + // if is not in the dictionary. + Object *lookup(char *key, Object *obj); + Object *lookupNF(char *key, Object *obj); + + // Iterative accessors. + char *getKey(int i); + Object *getVal(int i, Object *obj); + Object *getValNF(int i, Object *obj); + + // Set the xref pointer. This is only used in one special case: the + // trailer dictionary, which is read before the xref table is + // parsed. + void setXRef(XRef *xrefA) { xref = xrefA; } + +private: + + XRef *xref; // the xref table for this PDF file + DictEntry *entries; // array of entries + int size; // size of array + int length; // number of entries in dictionary + int ref; // reference count + + DictEntry *find(char *key); +}; + +#endif diff --git a/pdftops/Error.cxx b/pdftops/Error.cxx new file mode 100644 index 0000000000..03d29e0950 --- /dev/null +++ b/pdftops/Error.cxx @@ -0,0 +1,38 @@ +//======================================================================== +// +// Error.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include "GlobalParams.h" +#include "Error.h" + +void CDECL error(int pos, char *msg, ...) { + va_list args; + + // NB: this can be called before the globalParams object is created + if (globalParams && globalParams->getErrQuiet()) { + return; + } + if (pos >= 0) { + fprintf(stderr, "Error (%d): ", pos); + } else { + fprintf(stderr, "Error: "); + } + va_start(args, msg); + vfprintf(stderr, msg, args); + va_end(args); + fprintf(stderr, "\n"); + fflush(stderr); +} diff --git a/pdftops/Error.h b/pdftops/Error.h new file mode 100644 index 0000000000..cc51e5febf --- /dev/null +++ b/pdftops/Error.h @@ -0,0 +1,23 @@ +//======================================================================== +// +// Error.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef ERROR_H +#define ERROR_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include +#include "config.h" + +extern void CDECL error(int pos, char *msg, ...); + +#endif diff --git a/pdftops/ErrorCodes.h b/pdftops/ErrorCodes.h new file mode 100644 index 0000000000..b28528df56 --- /dev/null +++ b/pdftops/ErrorCodes.h @@ -0,0 +1,36 @@ +//======================================================================== +// +// ErrorCodes.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef ERRORCODES_H +#define ERRORCODES_H + +#define errNone 0 // no error + +#define errOpenFile 1 // couldn't open the PDF file + +#define errBadCatalog 2 // couldn't read the page catalog + +#define errDamaged 3 // PDF file was damaged and couldn't be + // repaired + +#define errEncrypted 4 // file was encrypted and password was + // incorrect or not supplied + +#define errHighlightFile 5 // nonexistent or invalid highlight file + +#define errBadPrinter 6 // invalid printer + +#define errPrinting 7 // error during printing + +#define errPermission 8 // PDF file doesn't allow that operation + +#define errBadPageNum 9 // invalid page number + +#define errFileIO 10 // file I/O error + +#endif diff --git a/pdftops/FoFiBase.cxx b/pdftops/FoFiBase.cxx new file mode 100644 index 0000000000..0cabe2455d --- /dev/null +++ b/pdftops/FoFiBase.cxx @@ -0,0 +1,156 @@ +//======================================================================== +// +// FoFiBase.cc +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "gmem.h" +#include "FoFiBase.h" + +//------------------------------------------------------------------------ +// FoFiBase +//------------------------------------------------------------------------ + +FoFiBase::FoFiBase(char *fileA, int lenA, GBool freeFileDataA) { + fileData = file = (Guchar *)fileA; + len = lenA; + freeFileData = freeFileDataA; +} + +FoFiBase::~FoFiBase() { + if (freeFileData) { + gfree(fileData); + } +} + +char *FoFiBase::readFile(char *fileName, int *fileLen) { + FILE *f; + char *buf; + int n; + + if (!(f = fopen(fileName, "rb"))) { + return NULL; + } + fseek(f, 0, SEEK_END); + n = (int)ftell(f); + fseek(f, 0, SEEK_SET); + buf = (char *)gmalloc(n); + if ((int)fread(buf, 1, n, f) != n) { + gfree(buf); + fclose(f); + return NULL; + } + fclose(f); + *fileLen = n; + return buf; +} + +int FoFiBase::getS8(int pos, GBool *ok) { + int x; + + if (pos < 0 || pos >= len) { + *ok = gFalse; + return 0; + } + x = file[pos]; + if (x & 0x80) { + x |= ~0xff; + } + return x; +} + +int FoFiBase::getU8(int pos, GBool *ok) { + if (pos < 0 || pos >= len) { + *ok = gFalse; + return 0; + } + return file[pos]; +} + +int FoFiBase::getS16BE(int pos, GBool *ok) { + int x; + + if (pos < 0 || pos+1 >= len) { + *ok = gFalse; + return 0; + } + x = file[pos]; + x = (x << 8) + file[pos+1]; + if (x & 0x8000) { + x |= ~0xffff; + } + return x; +} + +int FoFiBase::getU16BE(int pos, GBool *ok) { + int x; + + if (pos < 0 || pos+1 >= len) { + *ok = gFalse; + return 0; + } + x = file[pos]; + x = (x << 8) + file[pos+1]; + return x; +} + +int FoFiBase::getS32BE(int pos, GBool *ok) { + int x; + + if (pos < 0 || pos+3 >= len) { + *ok = gFalse; + return 0; + } + x = file[pos]; + x = (x << 8) + file[pos+1]; + x = (x << 8) + file[pos+2]; + x = (x << 8) + file[pos+3]; + if (x & 0x80000000) { + x |= ~0xffffffff; + } + return x; +} + +Guint FoFiBase::getU32BE(int pos, GBool *ok) { + Guint x; + + if (pos < 0 || pos+3 >= len) { + *ok = gFalse; + return 0; + } + x = file[pos]; + x = (x << 8) + file[pos+1]; + x = (x << 8) + file[pos+2]; + x = (x << 8) + file[pos+3]; + return x; +} + +Guint FoFiBase::getUVarBE(int pos, int size, GBool *ok) { + Guint x; + int i; + + if (pos < 0 || pos + size > len) { + *ok = gFalse; + return 0; + } + x = 0; + for (i = 0; i < size; ++i) { + x = (x << 8) + file[pos + i]; + } + return x; +} + +GBool FoFiBase::checkRegion(int pos, int size) { + return pos >= 0 && + pos + size >= pos && + pos + size <= len; +} diff --git a/pdftops/FoFiBase.h b/pdftops/FoFiBase.h new file mode 100644 index 0000000000..74270270d2 --- /dev/null +++ b/pdftops/FoFiBase.h @@ -0,0 +1,57 @@ +//======================================================================== +// +// FoFiBase.h +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FOFIBASE_H +#define FOFIBASE_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +//------------------------------------------------------------------------ + +typedef void (*FoFiOutputFunc)(void *stream, char *data, int len); + +//------------------------------------------------------------------------ +// FoFiBase +//------------------------------------------------------------------------ + +class FoFiBase { +public: + + virtual ~FoFiBase(); + +protected: + + FoFiBase(char *fileA, int lenA, GBool freeFileDataA); + static char *readFile(char *fileName, int *fileLen); + + // S = signed / U = unsigned + // 8/16/32/Var = word length, in bytes + // BE = big endian + int getS8(int pos, GBool *ok); + int getU8(int pos, GBool *ok); + int getS16BE(int pos, GBool *ok); + int getU16BE(int pos, GBool *ok); + int getS32BE(int pos, GBool *ok); + Guint getU32BE(int pos, GBool *ok); + Guint getUVarBE(int pos, int size, GBool *ok); + + GBool checkRegion(int pos, int size); + + Guchar *fileData; + Guchar *file; + int len; + GBool freeFileData; +}; + +#endif diff --git a/pdftops/FoFiEncodings.cxx b/pdftops/FoFiEncodings.cxx new file mode 100644 index 0000000000..946b56c19d --- /dev/null +++ b/pdftops/FoFiEncodings.cxx @@ -0,0 +1,994 @@ +//======================================================================== +// +// FoFiEncodings.cc +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "FoFiEncodings.h" + +//------------------------------------------------------------------------ +// Type 1 and 1C font data +//------------------------------------------------------------------------ + +char *fofiType1StandardEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclam", + "quotedbl", + "numbersign", + "dollar", + "percent", + "ampersand", + "quoteright", + "parenleft", + "parenright", + "asterisk", + "plus", + "comma", + "hyphen", + "period", + "slash", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "colon", + "semicolon", + "less", + "equal", + "greater", + "question", + "at", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "bracketleft", + "backslash", + "bracketright", + "asciicircum", + "underscore", + "quoteleft", + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "braceleft", + "bar", + "braceright", + "asciitilde", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "exclamdown", + "cent", + "sterling", + "fraction", + "yen", + "florin", + "section", + "currency", + "quotesingle", + "quotedblleft", + "guillemotleft", + "guilsinglleft", + "guilsinglright", + "fi", + "fl", + NULL, + "endash", + "dagger", + "daggerdbl", + "periodcentered", + NULL, + "paragraph", + "bullet", + "quotesinglbase", + "quotedblbase", + "quotedblright", + "guillemotright", + "ellipsis", + "perthousand", + NULL, + "questiondown", + NULL, + "grave", + "acute", + "circumflex", + "tilde", + "macron", + "breve", + "dotaccent", + "dieresis", + NULL, + "ring", + "cedilla", + NULL, + "hungarumlaut", + "ogonek", + "caron", + "emdash", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "AE", + NULL, + "ordfeminine", + NULL, + NULL, + NULL, + NULL, + "Lslash", + "Oslash", + "OE", + "ordmasculine", + NULL, + NULL, + NULL, + NULL, + NULL, + "ae", + NULL, + NULL, + NULL, + "dotlessi", + NULL, + NULL, + "lslash", + "oslash", + "oe", + "germandbls", + NULL, + NULL, + NULL, + NULL +}; + +char *fofiType1ExpertEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclamsmall", + "Hungarumlautsmall", + NULL, + "dollaroldstyle", + "dollarsuperior", + "ampersandsmall", + "Acutesmall", + "parenleftsuperior", + "parenrightsuperior", + "twodotenleader", + "onedotenleader", + "comma", + "hyphen", + "period", + "fraction", + "zerooldstyle", + "oneoldstyle", + "twooldstyle", + "threeoldstyle", + "fouroldstyle", + "fiveoldstyle", + "sixoldstyle", + "sevenoldstyle", + "eightoldstyle", + "nineoldstyle", + "colon", + "semicolon", + "commasuperior", + "threequartersemdash", + "periodsuperior", + "questionsmall", + NULL, + "asuperior", + "bsuperior", + "centsuperior", + "dsuperior", + "esuperior", + NULL, + NULL, + NULL, + "isuperior", + NULL, + NULL, + "lsuperior", + "msuperior", + "nsuperior", + "osuperior", + NULL, + NULL, + "rsuperior", + "ssuperior", + "tsuperior", + NULL, + "ff", + "fi", + "fl", + "ffi", + "ffl", + "parenleftinferior", + NULL, + "parenrightinferior", + "Circumflexsmall", + "hyphensuperior", + "Gravesmall", + "Asmall", + "Bsmall", + "Csmall", + "Dsmall", + "Esmall", + "Fsmall", + "Gsmall", + "Hsmall", + "Ismall", + "Jsmall", + "Ksmall", + "Lsmall", + "Msmall", + "Nsmall", + "Osmall", + "Psmall", + "Qsmall", + "Rsmall", + "Ssmall", + "Tsmall", + "Usmall", + "Vsmall", + "Wsmall", + "Xsmall", + "Ysmall", + "Zsmall", + "colonmonetary", + "onefitted", + "rupiah", + "Tildesmall", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "exclamdownsmall", + "centoldstyle", + "Lslashsmall", + NULL, + NULL, + "Scaronsmall", + "Zcaronsmall", + "Dieresissmall", + "Brevesmall", + "Caronsmall", + NULL, + "Dotaccentsmall", + NULL, + NULL, + "Macronsmall", + NULL, + NULL, + "figuredash", + "hypheninferior", + NULL, + NULL, + "Ogoneksmall", + "Ringsmall", + "Cedillasmall", + NULL, + NULL, + NULL, + "onequarter", + "onehalf", + "threequarters", + "questiondownsmall", + "oneeighth", + "threeeighths", + "fiveeighths", + "seveneighths", + "onethird", + "twothirds", + NULL, + NULL, + "zerosuperior", + "onesuperior", + "twosuperior", + "threesuperior", + "foursuperior", + "fivesuperior", + "sixsuperior", + "sevensuperior", + "eightsuperior", + "ninesuperior", + "zeroinferior", + "oneinferior", + "twoinferior", + "threeinferior", + "fourinferior", + "fiveinferior", + "sixinferior", + "seveninferior", + "eightinferior", + "nineinferior", + "centinferior", + "dollarinferior", + "periodinferior", + "commainferior", + "Agravesmall", + "Aacutesmall", + "Acircumflexsmall", + "Atildesmall", + "Adieresissmall", + "Aringsmall", + "AEsmall", + "Ccedillasmall", + "Egravesmall", + "Eacutesmall", + "Ecircumflexsmall", + "Edieresissmall", + "Igravesmall", + "Iacutesmall", + "Icircumflexsmall", + "Idieresissmall", + "Ethsmall", + "Ntildesmall", + "Ogravesmall", + "Oacutesmall", + "Ocircumflexsmall", + "Otildesmall", + "Odieresissmall", + "OEsmall", + "Oslashsmall", + "Ugravesmall", + "Uacutesmall", + "Ucircumflexsmall", + "Udieresissmall", + "Yacutesmall", + "Thornsmall", + "Ydieresissmall" +}; + +//------------------------------------------------------------------------ +// Type 1C font data +//------------------------------------------------------------------------ + +char *fofiType1CStdStrings[391] = { + ".notdef", + "space", + "exclam", + "quotedbl", + "numbersign", + "dollar", + "percent", + "ampersand", + "quoteright", + "parenleft", + "parenright", + "asterisk", + "plus", + "comma", + "hyphen", + "period", + "slash", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "colon", + "semicolon", + "less", + "equal", + "greater", + "question", + "at", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "bracketleft", + "backslash", + "bracketright", + "asciicircum", + "underscore", + "quoteleft", + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "braceleft", + "bar", + "braceright", + "asciitilde", + "exclamdown", + "cent", + "sterling", + "fraction", + "yen", + "florin", + "section", + "currency", + "quotesingle", + "quotedblleft", + "guillemotleft", + "guilsinglleft", + "guilsinglright", + "fi", + "fl", + "endash", + "dagger", + "daggerdbl", + "periodcentered", + "paragraph", + "bullet", + "quotesinglbase", + "quotedblbase", + "quotedblright", + "guillemotright", + "ellipsis", + "perthousand", + "questiondown", + "grave", + "acute", + "circumflex", + "tilde", + "macron", + "breve", + "dotaccent", + "dieresis", + "ring", + "cedilla", + "hungarumlaut", + "ogonek", + "caron", + "emdash", + "AE", + "ordfeminine", + "Lslash", + "Oslash", + "OE", + "ordmasculine", + "ae", + "dotlessi", + "lslash", + "oslash", + "oe", + "germandbls", + "onesuperior", + "logicalnot", + "mu", + "trademark", + "Eth", + "onehalf", + "plusminus", + "Thorn", + "onequarter", + "divide", + "brokenbar", + "degree", + "thorn", + "threequarters", + "twosuperior", + "registered", + "minus", + "eth", + "multiply", + "threesuperior", + "copyright", + "Aacute", + "Acircumflex", + "Adieresis", + "Agrave", + "Aring", + "Atilde", + "Ccedilla", + "Eacute", + "Ecircumflex", + "Edieresis", + "Egrave", + "Iacute", + "Icircumflex", + "Idieresis", + "Igrave", + "Ntilde", + "Oacute", + "Ocircumflex", + "Odieresis", + "Ograve", + "Otilde", + "Scaron", + "Uacute", + "Ucircumflex", + "Udieresis", + "Ugrave", + "Yacute", + "Ydieresis", + "Zcaron", + "aacute", + "acircumflex", + "adieresis", + "agrave", + "aring", + "atilde", + "ccedilla", + "eacute", + "ecircumflex", + "edieresis", + "egrave", + "iacute", + "icircumflex", + "idieresis", + "igrave", + "ntilde", + "oacute", + "ocircumflex", + "odieresis", + "ograve", + "otilde", + "scaron", + "uacute", + "ucircumflex", + "udieresis", + "ugrave", + "yacute", + "ydieresis", + "zcaron", + "exclamsmall", + "Hungarumlautsmall", + "dollaroldstyle", + "dollarsuperior", + "ampersandsmall", + "Acutesmall", + "parenleftsuperior", + "parenrightsuperior", + "twodotenleader", + "onedotenleader", + "zerooldstyle", + "oneoldstyle", + "twooldstyle", + "threeoldstyle", + "fouroldstyle", + "fiveoldstyle", + "sixoldstyle", + "sevenoldstyle", + "eightoldstyle", + "nineoldstyle", + "commasuperior", + "threequartersemdash", + "periodsuperior", + "questionsmall", + "asuperior", + "bsuperior", + "centsuperior", + "dsuperior", + "esuperior", + "isuperior", + "lsuperior", + "msuperior", + "nsuperior", + "osuperior", + "rsuperior", + "ssuperior", + "tsuperior", + "ff", + "ffi", + "ffl", + "parenleftinferior", + "parenrightinferior", + "Circumflexsmall", + "hyphensuperior", + "Gravesmall", + "Asmall", + "Bsmall", + "Csmall", + "Dsmall", + "Esmall", + "Fsmall", + "Gsmall", + "Hsmall", + "Ismall", + "Jsmall", + "Ksmall", + "Lsmall", + "Msmall", + "Nsmall", + "Osmall", + "Psmall", + "Qsmall", + "Rsmall", + "Ssmall", + "Tsmall", + "Usmall", + "Vsmall", + "Wsmall", + "Xsmall", + "Ysmall", + "Zsmall", + "colonmonetary", + "onefitted", + "rupiah", + "Tildesmall", + "exclamdownsmall", + "centoldstyle", + "Lslashsmall", + "Scaronsmall", + "Zcaronsmall", + "Dieresissmall", + "Brevesmall", + "Caronsmall", + "Dotaccentsmall", + "Macronsmall", + "figuredash", + "hypheninferior", + "Ogoneksmall", + "Ringsmall", + "Cedillasmall", + "questiondownsmall", + "oneeighth", + "threeeighths", + "fiveeighths", + "seveneighths", + "onethird", + "twothirds", + "zerosuperior", + "foursuperior", + "fivesuperior", + "sixsuperior", + "sevensuperior", + "eightsuperior", + "ninesuperior", + "zeroinferior", + "oneinferior", + "twoinferior", + "threeinferior", + "fourinferior", + "fiveinferior", + "sixinferior", + "seveninferior", + "eightinferior", + "nineinferior", + "centinferior", + "dollarinferior", + "periodinferior", + "commainferior", + "Agravesmall", + "Aacutesmall", + "Acircumflexsmall", + "Atildesmall", + "Adieresissmall", + "Aringsmall", + "AEsmall", + "Ccedillasmall", + "Egravesmall", + "Eacutesmall", + "Ecircumflexsmall", + "Edieresissmall", + "Igravesmall", + "Iacutesmall", + "Icircumflexsmall", + "Idieresissmall", + "Ethsmall", + "Ntildesmall", + "Ogravesmall", + "Oacutesmall", + "Ocircumflexsmall", + "Otildesmall", + "Odieresissmall", + "OEsmall", + "Oslashsmall", + "Ugravesmall", + "Uacutesmall", + "Ucircumflexsmall", + "Udieresissmall", + "Yacutesmall", + "Thornsmall", + "Ydieresissmall", + "001.000", + "001.001", + "001.002", + "001.003", + "Black", + "Bold", + "Book", + "Light", + "Medium", + "Regular", + "Roman", + "Semibold" +}; + +Gushort fofiType1CISOAdobeCharset[229] = { + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, + 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, + 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, + 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, + 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, + 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, + 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, + 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, + 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, + 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, + 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, + 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, + 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, + 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, + 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, + 220, 221, 222, 223, 224, 225, 226, 227, 228 +}; + +Gushort fofiType1CExpertCharset[166] = { + 0, 1, 229, 230, 231, 232, 233, 234, 235, 236, + 237, 238, 13, 14, 15, 99, 239, 240, 241, 242, + 243, 244, 245, 246, 247, 248, 27, 28, 249, 250, + 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, + 261, 262, 263, 264, 265, 266, 109, 110, 267, 268, + 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, + 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, + 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, + 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, + 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, + 158, 155, 163, 319, 320, 321, 322, 323, 324, 325, + 326, 150, 164, 169, 327, 328, 329, 330, 331, 332, + 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, + 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, + 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, + 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, + 373, 374, 375, 376, 377, 378 +}; + +Gushort fofiType1CExpertSubsetCharset[87] = { + 0, 1, 231, 232, 235, 236, 237, 238, 13, 14, + 15, 99, 239, 240, 241, 242, 243, 244, 245, 246, + 247, 248, 27, 28, 249, 250, 251, 253, 254, 255, + 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, + 266, 109, 110, 267, 268, 269, 270, 272, 300, 301, + 302, 305, 314, 315, 158, 155, 163, 320, 321, 322, + 323, 324, 325, 326, 150, 164, 169, 327, 328, 329, + 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, + 340, 341, 342, 343, 344, 345, 346 +}; diff --git a/pdftops/FoFiEncodings.h b/pdftops/FoFiEncodings.h new file mode 100644 index 0000000000..804ed28a1f --- /dev/null +++ b/pdftops/FoFiEncodings.h @@ -0,0 +1,36 @@ +//======================================================================== +// +// FoFiEncodings.h +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FOFIENCODINGS_H +#define FOFIENCODINGS_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +//------------------------------------------------------------------------ +// Type 1 and 1C font data +//------------------------------------------------------------------------ + +extern char *fofiType1StandardEncoding[256]; +extern char *fofiType1ExpertEncoding[256]; + +//------------------------------------------------------------------------ +// Type 1C font data +//------------------------------------------------------------------------ + +extern char *fofiType1CStdStrings[391]; +extern Gushort fofiType1CISOAdobeCharset[229]; +extern Gushort fofiType1CExpertCharset[166]; +extern Gushort fofiType1CExpertSubsetCharset[87]; + +#endif diff --git a/pdftops/FoFiTrueType.cxx b/pdftops/FoFiTrueType.cxx new file mode 100644 index 0000000000..64195ab043 --- /dev/null +++ b/pdftops/FoFiTrueType.cxx @@ -0,0 +1,1753 @@ +//======================================================================== +// +// FoFiTrueType.cc +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gtypes.h" +#include "gmem.h" +#include "GString.h" +#include "GHash.h" +#include "FoFiTrueType.h" + +// +// Terminology +// ----------- +// +// character code = number used as an element of a text string +// +// character name = glyph name = name for a particular glyph within a +// font +// +// glyph index = GID = position (within some internal table in the font) +// where the instructions to draw a particular glyph are +// stored +// +// Type 1 fonts +// ------------ +// +// Type 1 fonts contain: +// +// Encoding: array of glyph names, maps char codes to glyph names +// +// Encoding[charCode] = charName +// +// CharStrings: dictionary of instructions, keyed by character names, +// maps character name to glyph data +// +// CharStrings[charName] = glyphData +// +// TrueType fonts +// -------------- +// +// TrueType fonts contain: +// +// 'cmap' table: mapping from character code to glyph index; there may +// be multiple cmaps in a TrueType font +// +// cmap[charCode] = gid +// +// 'post' table: mapping from glyph index to glyph name +// +// post[gid] = glyphName +// +// Type 42 fonts +// ------------- +// +// Type 42 fonts contain: +// +// Encoding: array of glyph names, maps char codes to glyph names +// +// Encoding[charCode] = charName +// +// CharStrings: dictionary of glyph indexes, keyed by character names, +// maps character name to glyph index +// +// CharStrings[charName] = gid +// + +//------------------------------------------------------------------------ + +#define ttcfTag 0x74746366 + +//------------------------------------------------------------------------ + +struct TrueTypeTable { + Guint tag; + Guint checksum; + int offset; + int origOffset; + int len; +}; + +struct TrueTypeCmap { + int platform; + int encoding; + int offset; + int len; + int fmt; +}; + +struct TrueTypeLoca { + int idx; + int origOffset; + int newOffset; + int len; +}; + +#define cmapTag 0x636d6170 +#define glyfTag 0x676c7966 +#define headTag 0x68656164 +#define locaTag 0x6c6f6361 +#define nameTag 0x6e616d65 +#define postTag 0x706f7374 + +static int cmpTrueTypeLocaOffset(const void *p1, const void *p2) { + TrueTypeLoca *loca1 = (TrueTypeLoca *)p1; + TrueTypeLoca *loca2 = (TrueTypeLoca *)p2; + + if (loca1->origOffset == loca2->origOffset) { + return loca1->idx - loca2->idx; + } + return loca1->origOffset - loca2->origOffset; +} + +static int cmpTrueTypeLocaIdx(const void *p1, const void *p2) { + TrueTypeLoca *loca1 = (TrueTypeLoca *)p1; + TrueTypeLoca *loca2 = (TrueTypeLoca *)p2; + + return loca1->idx - loca2->idx; +} + +static int cmpTrueTypeTableTag(const void *p1, const void *p2) { + TrueTypeTable *tab1 = (TrueTypeTable *)p1; + TrueTypeTable *tab2 = (TrueTypeTable *)p2; + + return (int)tab1->tag - (int)tab2->tag; +} + +//------------------------------------------------------------------------ + +struct T42Table { + char *tag; // 4-byte tag + GBool required; // required by the TrueType spec? +}; + +// TrueType tables to be embedded in Type 42 fonts. +// NB: the table names must be in alphabetical order here. +#define nT42Tables 11 +static T42Table t42Tables[nT42Tables] = { + { "cvt ", gTrue }, + { "fpgm", gTrue }, + { "glyf", gTrue }, + { "head", gTrue }, + { "hhea", gTrue }, + { "hmtx", gTrue }, + { "loca", gTrue }, + { "maxp", gTrue }, + { "prep", gTrue }, + { "vhea", gFalse }, + { "vmtx", gFalse } +}; +#define t42HeadTable 3 +#define t42LocaTable 6 +#define t42GlyfTable 2 +#define t42VheaTable 9 +#define t42VmtxTable 10 + +//------------------------------------------------------------------------ + +// Glyph names in some arbitrary standard order that Apple uses for +// their TrueType fonts. +static char *macGlyphNames[258] = { + ".notdef", "null", "CR", "space", + "exclam", "quotedbl", "numbersign", "dollar", + "percent", "ampersand", "quotesingle", "parenleft", + "parenright", "asterisk", "plus", "comma", + "hyphen", "period", "slash", "zero", + "one", "two", "three", "four", + "five", "six", "seven", "eight", + "nine", "colon", "semicolon", "less", + "equal", "greater", "question", "at", + "A", "B", "C", "D", + "E", "F", "G", "H", + "I", "J", "K", "L", + "M", "N", "O", "P", + "Q", "R", "S", "T", + "U", "V", "W", "X", + "Y", "Z", "bracketleft", "backslash", + "bracketright", "asciicircum", "underscore", "grave", + "a", "b", "c", "d", + "e", "f", "g", "h", + "i", "j", "k", "l", + "m", "n", "o", "p", + "q", "r", "s", "t", + "u", "v", "w", "x", + "y", "z", "braceleft", "bar", + "braceright", "asciitilde", "Adieresis", "Aring", + "Ccedilla", "Eacute", "Ntilde", "Odieresis", + "Udieresis", "aacute", "agrave", "acircumflex", + "adieresis", "atilde", "aring", "ccedilla", + "eacute", "egrave", "ecircumflex", "edieresis", + "iacute", "igrave", "icircumflex", "idieresis", + "ntilde", "oacute", "ograve", "ocircumflex", + "odieresis", "otilde", "uacute", "ugrave", + "ucircumflex", "udieresis", "dagger", "degree", + "cent", "sterling", "section", "bullet", + "paragraph", "germandbls", "registered", "copyright", + "trademark", "acute", "dieresis", "notequal", + "AE", "Oslash", "infinity", "plusminus", + "lessequal", "greaterequal", "yen", "mu1", + "partialdiff", "summation", "product", "pi", + "integral", "ordfeminine", "ordmasculine", "Ohm", + "ae", "oslash", "questiondown", "exclamdown", + "logicalnot", "radical", "florin", "approxequal", + "increment", "guillemotleft", "guillemotright", "ellipsis", + "nbspace", "Agrave", "Atilde", "Otilde", + "OE", "oe", "endash", "emdash", + "quotedblleft", "quotedblright", "quoteleft", "quoteright", + "divide", "lozenge", "ydieresis", "Ydieresis", + "fraction", "currency", "guilsinglleft", "guilsinglright", + "fi", "fl", "daggerdbl", "periodcentered", + "quotesinglbase", "quotedblbase", "perthousand", "Acircumflex", + "Ecircumflex", "Aacute", "Edieresis", "Egrave", + "Iacute", "Icircumflex", "Idieresis", "Igrave", + "Oacute", "Ocircumflex", "applelogo", "Ograve", + "Uacute", "Ucircumflex", "Ugrave", "dotlessi", + "circumflex", "tilde", "overscore", "breve", + "dotaccent", "ring", "cedilla", "hungarumlaut", + "ogonek", "caron", "Lslash", "lslash", + "Scaron", "scaron", "Zcaron", "zcaron", + "brokenbar", "Eth", "eth", "Yacute", + "yacute", "Thorn", "thorn", "minus", + "multiply", "onesuperior", "twosuperior", "threesuperior", + "onehalf", "onequarter", "threequarters", "franc", + "Gbreve", "gbreve", "Idot", "Scedilla", + "scedilla", "Cacute", "cacute", "Ccaron", + "ccaron", "dmacron" +}; + +//------------------------------------------------------------------------ +// FoFiTrueType +//------------------------------------------------------------------------ + +FoFiTrueType *FoFiTrueType::make(char *fileA, int lenA) { + FoFiTrueType *ff; + + ff = new FoFiTrueType(fileA, lenA, gFalse); + if (!ff->parsedOk) { + delete ff; + return NULL; + } + return ff; +} + +FoFiTrueType *FoFiTrueType::load(char *fileName) { + FoFiTrueType *ff; + char *fileA; + int lenA; + + if (!(fileA = FoFiBase::readFile(fileName, &lenA))) { + return NULL; + } + ff = new FoFiTrueType(fileA, lenA, gTrue); + if (!ff->parsedOk) { + delete ff; + return NULL; + } + return ff; +} + +FoFiTrueType::FoFiTrueType(char *fileA, int lenA, GBool freeFileDataA): + FoFiBase(fileA, lenA, freeFileDataA) +{ + tables = NULL; + nTables = 0; + cmaps = NULL; + nCmaps = 0; + nameToGID = NULL; + parsedOk = gFalse; + + parse(); +} + +FoFiTrueType::~FoFiTrueType() { + gfree(tables); + gfree(cmaps); + if (nameToGID) { + delete nameToGID; + } +} + +int FoFiTrueType::getNumCmaps() { + return nCmaps; +} + +int FoFiTrueType::getCmapPlatform(int i) { + return cmaps[i].platform; +} + +int FoFiTrueType::getCmapEncoding(int i) { + return cmaps[i].encoding; +} + +int FoFiTrueType::findCmap(int platform, int encoding) { + int i; + + for (i = 0; i < nCmaps; ++i) { + if (cmaps[i].platform == platform && cmaps[i].encoding == encoding) { + return i; + } + } + return -1; +} + +Gushort FoFiTrueType::mapCodeToGID(int i, int c) { + Gushort gid; + int segCnt, segEnd, segStart, segDelta, segOffset; + int cmapFirst, cmapLen; + int pos, a, b, m; + GBool ok; + + if (i < 0 || i >= nCmaps) { + return 0; + } + ok = gTrue; + pos = cmaps[i].offset; + switch (cmaps[i].fmt) { + case 0: + if (c < 0 || c >= cmaps[i].len - 6) { + return 0; + } + gid = getU8(cmaps[i].offset + 6 + c, &ok); + break; + case 4: + segCnt = getU16BE(pos + 6, &ok) / 2; + a = -1; + b = segCnt - 1; + segEnd = getU16BE(pos + 14 + 2*b, &ok); + if (c > segEnd) { + // malformed font -- the TrueType spec requires the last segEnd + // to be 0xffff + return 0; + } + // invariant: seg[a].end < code <= seg[b].end + while (b - a > 1 && ok) { + m = (a + b) / 2; + segEnd = getU16BE(pos + 14 + 2*m, &ok); + if (segEnd < c) { + a = m; + } else { + b = m; + } + } + segStart = getU16BE(pos + 16 + 2*segCnt + 2*b, &ok); + segDelta = getU16BE(pos + 16 + 4*segCnt + 2*b, &ok); + segOffset = getU16BE(pos + 16 + 6*segCnt + 2*b, &ok); + if (c < segStart) { + return 0; + } + if (segOffset == 0) { + gid = (c + segDelta) & 0xffff; + } else { + gid = getU16BE(pos + 16 + 6*segCnt + 2*b + + segOffset + 2 * (c - segStart), &ok); + if (gid != 0) { + gid = (gid + segDelta) & 0xffff; + } + } + break; + case 6: + cmapFirst = getU16BE(pos + 6, &ok); + cmapLen = getU16BE(pos + 8, &ok); + if (c < cmapFirst || c >= cmapFirst + cmapLen) { + return 0; + } + gid = getU16BE(pos + 10 + 2 * (c - cmapFirst), &ok); + break; + default: + return 0; + } + if (!ok) { + return 0; + } + return gid; +} + +int FoFiTrueType::mapNameToGID(char *name) { + if (!nameToGID) { + return 0; + } + return nameToGID->lookupInt(name); +} + +int FoFiTrueType::getEmbeddingRights() { + int i, fsType; + GBool ok; + + if ((i = seekTable("OS/2")) < 0) { + return 4; + } + ok = gTrue; + fsType = getU16BE(tables[i].offset + 8, &ok); + if (!ok) { + return 4; + } + if (fsType & 0x0008) { + return 2; + } + if (fsType & 0x0004) { + return 1; + } + if (fsType & 0x0002) { + return 0; + } + return 3; +} + +void FoFiTrueType::convertToType42(char *psName, char **encoding, + Gushort *codeToGID, + FoFiOutputFunc outputFunc, + void *outputStream) { + char buf[512]; + GBool ok; + + // write the header + ok = gTrue; + sprintf(buf, "%%!PS-TrueTypeFont-%g\n", (double)getS32BE(0, &ok) / 65536.0); + (*outputFunc)(outputStream, buf, strlen(buf)); + + // begin the font dictionary + (*outputFunc)(outputStream, "10 dict begin\n", 14); + (*outputFunc)(outputStream, "/FontName /", 11); + (*outputFunc)(outputStream, psName, strlen(psName)); + (*outputFunc)(outputStream, " def\n", 5); + (*outputFunc)(outputStream, "/FontType 42 def\n", 17); + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + sprintf(buf, "/FontBBox [%d %d %d %d] def\n", + bbox[0], bbox[1], bbox[2], bbox[3]); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/PaintType 0 def\n", 17); + + // write the guts of the dictionary + cvtEncoding(encoding, outputFunc, outputStream); + cvtCharStrings(encoding, codeToGID, outputFunc, outputStream); + cvtSfnts(outputFunc, outputStream, NULL, gFalse); + + // end the dictionary and define the font + (*outputFunc)(outputStream, "FontName currentdict end definefont pop\n", 40); +} + +void FoFiTrueType::convertToCIDType2(char *psName, + Gushort *cidMap, int nCIDs, + GBool needVerticalMetrics, + FoFiOutputFunc outputFunc, + void *outputStream) { + char buf[512]; + Gushort cid; + GBool ok; + int i, j, k; + + // write the header + ok = gTrue; + sprintf(buf, "%%!PS-TrueTypeFont-%g\n", (double)getS32BE(0, &ok) / 65536.0); + (*outputFunc)(outputStream, buf, strlen(buf)); + + // begin the font dictionary + (*outputFunc)(outputStream, "20 dict begin\n", 14); + (*outputFunc)(outputStream, "/CIDFontName /", 14); + (*outputFunc)(outputStream, psName, strlen(psName)); + (*outputFunc)(outputStream, " def\n", 5); + (*outputFunc)(outputStream, "/CIDFontType 2 def\n", 19); + (*outputFunc)(outputStream, "/FontType 42 def\n", 17); + (*outputFunc)(outputStream, "/CIDSystemInfo 3 dict dup begin\n", 32); + (*outputFunc)(outputStream, " /Registry (Adobe) def\n", 24); + (*outputFunc)(outputStream, " /Ordering (Identity) def\n", 27); + (*outputFunc)(outputStream, " /Supplement 0 def\n", 20); + (*outputFunc)(outputStream, " end def\n", 10); + (*outputFunc)(outputStream, "/GDBytes 2 def\n", 15); + if (cidMap) { + sprintf(buf, "/CIDCount %d def\n", nCIDs); + (*outputFunc)(outputStream, buf, strlen(buf)); + if (nCIDs > 32767) { + (*outputFunc)(outputStream, "/CIDMap [", 9); + for (i = 0; i < nCIDs; i += 32768 - 16) { + (*outputFunc)(outputStream, "<\n", 2); + for (j = 0; j < 32768 - 16 && i+j < nCIDs; j += 16) { + (*outputFunc)(outputStream, " ", 2); + for (k = 0; k < 16 && i+j+k < nCIDs; ++k) { + cid = cidMap[i+j+k]; + sprintf(buf, "%02x%02x", (cid >> 8) & 0xff, cid & 0xff); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "\n", 1); + } + (*outputFunc)(outputStream, " >", 3); + } + (*outputFunc)(outputStream, "\n", 1); + (*outputFunc)(outputStream, "] def\n", 6); + } else { + (*outputFunc)(outputStream, "/CIDMap <\n", 10); + for (i = 0; i < nCIDs; i += 16) { + (*outputFunc)(outputStream, " ", 2); + for (j = 0; j < 16 && i+j < nCIDs; ++j) { + cid = cidMap[i+j]; + sprintf(buf, "%02x%02x", (cid >> 8) & 0xff, cid & 0xff); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "\n", 1); + } + (*outputFunc)(outputStream, "> def\n", 6); + } + } else { + // direct mapping - just fill the string(s) with s[i]=i + sprintf(buf, "/CIDCount %d def\n", nGlyphs); + (*outputFunc)(outputStream, buf, strlen(buf)); + if (nGlyphs > 32767) { + (*outputFunc)(outputStream, "/CIDMap [\n", 10); + for (i = 0; i < nGlyphs; i += 32767) { + j = nGlyphs - i < 32767 ? nGlyphs - i : 32767; + sprintf(buf, " %d string 0 1 %d {\n", 2 * j, j - 1); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, " 2 copy dup 2 mul exch %d add -8 bitshift put\n", i); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, " 1 index exch dup 2 mul 1 add exch %d add" + " 255 and put\n", i); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, " } for\n", 8); + } + (*outputFunc)(outputStream, "] def\n", 6); + } else { + sprintf(buf, "/CIDMap %d string\n", 2 * nGlyphs); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, " 0 1 %d {\n", nGlyphs - 1); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, + " 2 copy dup 2 mul exch -8 bitshift put\n", 42); + (*outputFunc)(outputStream, + " 1 index exch dup 2 mul 1 add exch 255 and put\n", 50); + (*outputFunc)(outputStream, " } for\n", 8); + (*outputFunc)(outputStream, "def\n", 4); + } + } + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + sprintf(buf, "/FontBBox [%d %d %d %d] def\n", + bbox[0], bbox[1], bbox[2], bbox[3]); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/PaintType 0 def\n", 17); + (*outputFunc)(outputStream, "/Encoding [] readonly def\n", 26); + (*outputFunc)(outputStream, "/CharStrings 1 dict dup begin\n", 30); + (*outputFunc)(outputStream, " /.notdef 0 def\n", 17); + (*outputFunc)(outputStream, " end readonly def\n", 19); + + // write the guts of the dictionary + cvtSfnts(outputFunc, outputStream, NULL, needVerticalMetrics); + + // end the dictionary and define the font + (*outputFunc)(outputStream, + "CIDFontName currentdict end /CIDFont defineresource pop\n", + 56); +} + +void FoFiTrueType::convertToType0(char *psName, Gushort *cidMap, int nCIDs, + GBool needVerticalMetrics, + FoFiOutputFunc outputFunc, + void *outputStream) { + char buf[512]; + GString *sfntsName; + int n, i, j; + + // write the Type 42 sfnts array + sfntsName = (new GString(psName))->append("_sfnts"); + cvtSfnts(outputFunc, outputStream, sfntsName, needVerticalMetrics); + delete sfntsName; + + // write the descendant Type 42 fonts + n = cidMap ? nCIDs : nGlyphs; + for (i = 0; i < n; i += 256) { + (*outputFunc)(outputStream, "10 dict begin\n", 14); + (*outputFunc)(outputStream, "/FontName /", 11); + (*outputFunc)(outputStream, psName, strlen(psName)); + sprintf(buf, "_%02x def\n", i >> 8); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/FontType 42 def\n", 17); + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + sprintf(buf, "/FontBBox [%d %d %d %d] def\n", + bbox[0], bbox[1], bbox[2], bbox[3]); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/PaintType 0 def\n", 17); + (*outputFunc)(outputStream, "/sfnts ", 7); + (*outputFunc)(outputStream, psName, strlen(psName)); + (*outputFunc)(outputStream, "_sfnts def\n", 11); + (*outputFunc)(outputStream, "/Encoding 256 array\n", 20); + for (j = 0; j < 256 && i+j < n; ++j) { + sprintf(buf, "dup %d /c%02x put\n", j, j); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "readonly def\n", 13); + (*outputFunc)(outputStream, "/CharStrings 257 dict dup begin\n", 32); + (*outputFunc)(outputStream, "/.notdef 0 def\n", 15); + for (j = 0; j < 256 && i+j < n; ++j) { + sprintf(buf, "/c%02x %d def\n", j, cidMap ? cidMap[i+j] : i+j); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "end readonly def\n", 17); + (*outputFunc)(outputStream, + "FontName currentdict end definefont pop\n", 40); + } + + // write the Type 0 parent font + (*outputFunc)(outputStream, "16 dict begin\n", 14); + (*outputFunc)(outputStream, "/FontName /", 11); + (*outputFunc)(outputStream, psName, strlen(psName)); + (*outputFunc)(outputStream, " def\n", 5); + (*outputFunc)(outputStream, "/FontType 0 def\n", 16); + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + (*outputFunc)(outputStream, "/FMapType 2 def\n", 16); + (*outputFunc)(outputStream, "/Encoding [\n", 12); + for (i = 0; i < n; i += 256) { + sprintf(buf, "%d\n", i >> 8); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + (*outputFunc)(outputStream, "/FDepVector [\n", 14); + for (i = 0; i < n; i += 256) { + (*outputFunc)(outputStream, "/", 1); + (*outputFunc)(outputStream, psName, strlen(psName)); + sprintf(buf, "_%02x findfont\n", i >> 8); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + (*outputFunc)(outputStream, "FontName currentdict end definefont pop\n", 40); +} + +void FoFiTrueType::writeTTF(FoFiOutputFunc outputFunc, + void *outputStream, char *name, + Gushort *codeToGID) { + // this substitute cmap table maps char codes 0000-ffff directly to + // glyphs 0000-ffff + static char cmapTab[36] = { + 0, 0, // table version number + 0, 1, // number of encoding tables + 0, 1, // platform ID + 0, 0, // encoding ID + 0, 0, 0, 12, // offset of subtable + 0, 4, // subtable format + 0, 24, // subtable length + 0, 0, // subtable version + 0, 2, // segment count * 2 + 0, 2, // 2 * 2 ^ floor(log2(segCount)) + 0, 0, // floor(log2(segCount)) + 0, 0, // 2*segCount - 2*2^floor(log2(segCount)) + (char)0xff, (char)0xff, // endCount[0] + 0, 0, // reserved + 0, 0, // startCount[0] + 0, 0, // idDelta[0] + 0, 0 // pad to a mulitple of four bytes + }; + static char nameTab[8] = { + 0, 0, // format + 0, 0, // number of name records + 0, 6, // offset to start of string storage + 0, 0 // pad to multiple of four bytes + }; + static char postTab[32] = { + 0, 1, 0, 0, // format + 0, 0, 0, 0, // italic angle + 0, 0, // underline position + 0, 0, // underline thickness + 0, 0, 0, 0, // fixed pitch + 0, 0, 0, 0, // min Type 42 memory + 0, 0, 0, 0, // max Type 42 memory + 0, 0, 0, 0, // min Type 1 memory + 0, 0, 0, 0 // max Type 1 memory + }; + GBool missingCmap, missingName, missingPost, unsortedLoca, badCmapLen; + int nZeroLengthTables; + TrueTypeLoca *locaTable; + TrueTypeTable *newTables; + char *newNameTab, *newCmapTab; + int nNewTables, cmapIdx, cmapLen, glyfLen, newNameLen, newCmapLen, next; + Guint locaChecksum, glyfChecksum, fileChecksum; + char *tableDir; + char locaBuf[4], checksumBuf[4]; + GBool ok; + Guint t; + int pos, i, j, k, n; + + // check for missing tables + missingCmap = (cmapIdx = seekTable("cmap")) < 0; + missingName = seekTable("name") < 0; + missingPost = seekTable("post") < 0; + + // read the loca table, check to see if it's sorted + locaTable = (TrueTypeLoca *)gmallocn(nGlyphs + 1, sizeof(TrueTypeLoca)); + unsortedLoca = gFalse; + i = seekTable("loca"); + pos = tables[i].offset; + ok = gTrue; + for (i = 0; i <= nGlyphs; ++i) { + if (locaFmt) { + locaTable[i].origOffset = (int)getU32BE(pos + i*4, &ok); + } else { + locaTable[i].origOffset = 2 * getU16BE(pos + i*2, &ok); + } + if (i > 0 && locaTable[i].origOffset < locaTable[i-1].origOffset) { + unsortedLoca = gTrue; + } + locaTable[i].idx = i; + } + + // check for zero-length tables + nZeroLengthTables = 0; + for (i = 0; i < nTables; ++i) { + if (tables[i].len == 0) { + ++nZeroLengthTables; + } + } + + // check for an incorrect cmap table length + badCmapLen = gFalse; + cmapLen = 0; // make gcc happy + if (!missingCmap) { + cmapLen = cmaps[0].offset + cmaps[0].len; + for (i = 1; i < nCmaps; ++i) { + if (cmaps[i].offset + cmaps[i].len > cmapLen) { + cmapLen = cmaps[i].offset + cmaps[i].len; + } + } + cmapLen -= tables[cmapIdx].offset; + if (cmapLen > tables[cmapIdx].len) { + badCmapLen = gTrue; + } + } + + // if nothing is broken, just write the TTF file as is + if (!missingCmap && !missingName && !missingPost && !unsortedLoca && + !badCmapLen && nZeroLengthTables == 0 && !name && !codeToGID) { + (*outputFunc)(outputStream, (char *)file, len); + goto done1; + } + + // sort the 'loca' table: some (non-compliant) fonts have + // out-of-order loca tables; in order to correctly handle the case + // where (compliant) fonts have empty entries in the middle of the + // table, cmpTrueTypeLocaOffset uses offset as its primary sort key, + // and idx as its secondary key (ensuring that adjacent entries with + // the same pos value remain in the same order) + glyfLen = 0; // make gcc happy + if (unsortedLoca) { + qsort(locaTable, nGlyphs + 1, sizeof(TrueTypeLoca), + &cmpTrueTypeLocaOffset); + for (i = 0; i < nGlyphs; ++i) { + locaTable[i].len = locaTable[i+1].origOffset - locaTable[i].origOffset; + } + locaTable[nGlyphs].len = 0; + qsort(locaTable, nGlyphs + 1, sizeof(TrueTypeLoca), + &cmpTrueTypeLocaIdx); + pos = 0; + for (i = 0; i <= nGlyphs; ++i) { + locaTable[i].newOffset = pos; + pos += locaTable[i].len; + if (pos & 3) { + pos += 4 - (pos & 3); + } + } + glyfLen = pos; + } + + // compute checksums for the loca and glyf tables + locaChecksum = glyfChecksum = 0; + if (unsortedLoca) { + if (locaFmt) { + for (j = 0; j <= nGlyphs; ++j) { + locaChecksum += locaTable[j].newOffset; + } + } else { + for (j = 0; j <= nGlyphs; j += 2) { + locaChecksum += locaTable[j].newOffset << 16; + if (j + 1 <= nGlyphs) { + locaChecksum += locaTable[j+1].newOffset; + } + } + } + pos = tables[seekTable("glyf")].offset; + for (j = 0; j < nGlyphs; ++j) { + n = locaTable[j].len; + if (n > 0) { + k = locaTable[j].origOffset; + if (checkRegion(pos + k, n)) { + glyfChecksum += computeTableChecksum(file + pos + k, n); + } + } + } + } + + // construct the new name table + if (name) { + n = strlen(name); + newNameLen = (6 + 4*12 + 2 * (3*n + 7) + 3) & ~3; + newNameTab = (char *)gmalloc(newNameLen); + memset(newNameTab, 0, newNameLen); + newNameTab[0] = 0; // format selector + newNameTab[1] = 0; + newNameTab[2] = 0; // number of name records + newNameTab[3] = 4; + newNameTab[4] = 0; // offset to start of string storage + newNameTab[5] = 6 + 4*12; + next = 0; + for (i = 0; i < 4; ++i) { + newNameTab[6 + i*12 + 0] = 0; // platform ID = Microsoft + newNameTab[6 + i*12 + 1] = 3; + newNameTab[6 + i*12 + 2] = 0; // encoding ID = Unicode + newNameTab[6 + i*12 + 3] = 1; + newNameTab[6 + i*12 + 4] = 0x04; // language ID = American English + newNameTab[6 + i*12 + 5] = 0x09; + newNameTab[6 + i*12 + 6] = 0; // name ID + newNameTab[6 + i*12 + 7] = i + 1; + newNameTab[6 + i*12 + 8] = i+1 == 2 ? 0 : ((2*n) >> 8); // string length + newNameTab[6 + i*12 + 9] = i+1 == 2 ? 14 : ((2*n) & 0xff); + newNameTab[6 + i*12 + 10] = next >> 8; // string offset + newNameTab[6 + i*12 + 11] = next & 0xff; + if (i+1 == 2) { + memcpy(newNameTab + 6 + 4*12 + next, "\0R\0e\0g\0u\0l\0a\0r", 14); + next += 14; + } else { + for (j = 0; j < n; ++j) { + newNameTab[6 + 4*12 + next + 2*j] = 0; + newNameTab[6 + 4*12 + next + 2*j + 1] = name[j]; + } + next += 2*n; + } + } + } else { + newNameLen = 0; + newNameTab = NULL; + } + + // construct the new cmap table + if (codeToGID) { + newCmapLen = 44 + 256 * 2; + newCmapTab = (char *)gmalloc(newCmapLen); + newCmapTab[0] = 0; // table version number = 0 + newCmapTab[1] = 0; + newCmapTab[2] = 0; // number of encoding tables = 1 + newCmapTab[3] = 1; + newCmapTab[4] = 0; // platform ID = Microsoft + newCmapTab[5] = 3; + newCmapTab[6] = 0; // encoding ID = Unicode + newCmapTab[7] = 1; + newCmapTab[8] = 0; // offset of subtable + newCmapTab[9] = 0; + newCmapTab[10] = 0; + newCmapTab[11] = 12; + newCmapTab[12] = 0; // subtable format = 4 + newCmapTab[13] = 4; + newCmapTab[14] = 0x02; // subtable length + newCmapTab[15] = 0x20; + newCmapTab[16] = 0; // subtable version = 0 + newCmapTab[17] = 0; + newCmapTab[18] = 0; // segment count * 2 + newCmapTab[19] = 4; + newCmapTab[20] = 0; // 2 * 2 ^ floor(log2(segCount)) + newCmapTab[21] = 4; + newCmapTab[22] = 0; // floor(log2(segCount)) + newCmapTab[23] = 1; + newCmapTab[24] = 0; // 2*segCount - 2*2^floor(log2(segCount)) + newCmapTab[25] = 0; + newCmapTab[26] = 0x00; // endCount[0] + newCmapTab[27] = (char)0xff; + newCmapTab[28] = (char)0xff; // endCount[1] + newCmapTab[29] = (char)0xff; + newCmapTab[30] = 0; // reserved + newCmapTab[31] = 0; + newCmapTab[32] = 0x00; // startCount[0] + newCmapTab[33] = 0x00; + newCmapTab[34] = (char)0xff; // startCount[1] + newCmapTab[35] = (char)0xff; + newCmapTab[36] = 0; // idDelta[0] + newCmapTab[37] = 0; + newCmapTab[38] = 0; // idDelta[1] + newCmapTab[39] = 1; + newCmapTab[40] = 0; // idRangeOffset[0] + newCmapTab[41] = 4; + newCmapTab[42] = 0; // idRangeOffset[1] + newCmapTab[43] = 0; + for (i = 0; i < 256; ++i) { + newCmapTab[44 + 2*i] = codeToGID[i] >> 8; + newCmapTab[44 + 2*i + 1] = codeToGID[i] & 0xff; + } + } else { + newCmapLen = 0; + newCmapTab = NULL; + } + + // construct the new table directory: + // - keep all original tables with non-zero length + // - fix the cmap table's length, if necessary + // - add missing tables + // - sort the table by tag + // - compute new table positions, including 4-byte alignment + // - (re)compute table checksums + nNewTables = nTables - nZeroLengthTables + + (missingCmap ? 1 : 0) + (missingName ? 1 : 0) + + (missingPost ? 1 : 0); + newTables = (TrueTypeTable *)gmallocn(nNewTables, sizeof(TrueTypeTable)); + j = 0; + for (i = 0; i < nTables; ++i) { + if (tables[i].len > 0) { + newTables[j] = tables[i]; + newTables[j].origOffset = tables[i].offset; + if (checkRegion(tables[i].offset, newTables[i].len)) { + newTables[j].checksum = + computeTableChecksum(file + tables[i].offset, tables[i].len); + if (tables[i].tag == headTag) { + // don't include the file checksum + newTables[j].checksum -= getU32BE(tables[i].offset + 8, &ok); + } + } + if (newTables[j].tag == cmapTag && codeToGID) { + newTables[j].len = newCmapLen; + newTables[j].checksum = computeTableChecksum((Guchar *)newCmapTab, + newCmapLen); + } else if (newTables[j].tag == cmapTag && badCmapLen) { + newTables[j].len = cmapLen; + } else if (newTables[j].tag == locaTag && unsortedLoca) { + newTables[j].len = (nGlyphs + 1) * (locaFmt ? 4 : 2); + newTables[j].checksum = locaChecksum; + } else if (newTables[j].tag == glyfTag && unsortedLoca) { + newTables[j].len = glyfLen; + newTables[j].checksum = glyfChecksum; + } else if (newTables[j].tag == nameTag && name) { + newTables[j].len = newNameLen; + newTables[j].checksum = computeTableChecksum((Guchar *)newNameTab, + newNameLen); + } + ++j; + } + } + if (missingCmap) { + newTables[j].tag = cmapTag; + if (codeToGID) { + newTables[j].checksum = computeTableChecksum((Guchar *)newCmapTab, + newCmapLen); + newTables[j].len = newCmapLen; + } else { + newTables[j].checksum = computeTableChecksum((Guchar *)cmapTab, + sizeof(cmapTab)); + newTables[j].len = sizeof(cmapTab); + } + ++j; + } + if (missingName) { + newTables[j].tag = nameTag; + if (name) { + newTables[j].checksum = computeTableChecksum((Guchar *)newNameTab, + newNameLen); + newTables[j].len = newNameLen; + } else { + newTables[j].checksum = computeTableChecksum((Guchar *)nameTab, + sizeof(nameTab)); + newTables[j].len = sizeof(nameTab); + } + ++j; + } + if (missingPost) { + newTables[j].tag = postTag; + newTables[j].checksum = computeTableChecksum((Guchar *)postTab, + sizeof(postTab)); + newTables[j].len = sizeof(postTab); + ++j; + } + qsort(newTables, nNewTables, sizeof(TrueTypeTable), + &cmpTrueTypeTableTag); + pos = 12 + nNewTables * 16; + for (i = 0; i < nNewTables; ++i) { + newTables[i].offset = pos; + pos += newTables[i].len; + if (pos & 3) { + pos += 4 - (pos & 3); + } + } + + // write the table directory + tableDir = (char *)gmalloc(12 + nNewTables * 16); + tableDir[0] = 0x00; // sfnt version + tableDir[1] = 0x01; + tableDir[2] = 0x00; + tableDir[3] = 0x00; + tableDir[4] = (char)((nNewTables >> 8) & 0xff); // numTables + tableDir[5] = (char)(nNewTables & 0xff); + for (i = -1, t = (Guint)nNewTables; t; ++i, t >>= 1) ; + t = 1 << (4 + i); + tableDir[6] = (char)((t >> 8) & 0xff); // searchRange + tableDir[7] = (char)(t & 0xff); + tableDir[8] = (char)((i >> 8) & 0xff); // entrySelector + tableDir[9] = (char)(i & 0xff); + t = nNewTables * 16 - t; + tableDir[10] = (char)((t >> 8) & 0xff); // rangeShift + tableDir[11] = (char)(t & 0xff); + pos = 12; + for (i = 0; i < nNewTables; ++i) { + tableDir[pos ] = (char)(newTables[i].tag >> 24); + tableDir[pos+ 1] = (char)(newTables[i].tag >> 16); + tableDir[pos+ 2] = (char)(newTables[i].tag >> 8); + tableDir[pos+ 3] = (char) newTables[i].tag; + tableDir[pos+ 4] = (char)(newTables[i].checksum >> 24); + tableDir[pos+ 5] = (char)(newTables[i].checksum >> 16); + tableDir[pos+ 6] = (char)(newTables[i].checksum >> 8); + tableDir[pos+ 7] = (char) newTables[i].checksum; + tableDir[pos+ 8] = (char)(newTables[i].offset >> 24); + tableDir[pos+ 9] = (char)(newTables[i].offset >> 16); + tableDir[pos+10] = (char)(newTables[i].offset >> 8); + tableDir[pos+11] = (char) newTables[i].offset; + tableDir[pos+12] = (char)(newTables[i].len >> 24); + tableDir[pos+13] = (char)(newTables[i].len >> 16); + tableDir[pos+14] = (char)(newTables[i].len >> 8); + tableDir[pos+15] = (char) newTables[i].len; + pos += 16; + } + (*outputFunc)(outputStream, tableDir, 12 + nNewTables * 16); + + // compute the file checksum + fileChecksum = computeTableChecksum((Guchar *)tableDir, + 12 + nNewTables * 16); + for (i = 0; i < nNewTables; ++i) { + fileChecksum += newTables[i].checksum; + } + fileChecksum = 0xb1b0afba - fileChecksum; + + // write the tables + for (i = 0; i < nNewTables; ++i) { + if (newTables[i].tag == headTag) { + if (checkRegion(newTables[i].origOffset, newTables[i].len)) { + (*outputFunc)(outputStream, (char *)file + newTables[i].origOffset, 8); + checksumBuf[0] = fileChecksum >> 24; + checksumBuf[1] = fileChecksum >> 16; + checksumBuf[2] = fileChecksum >> 8; + checksumBuf[3] = fileChecksum; + (*outputFunc)(outputStream, checksumBuf, 4); + (*outputFunc)(outputStream, + (char *)file + newTables[i].origOffset + 12, + newTables[i].len - 12); + } else { + for (j = 0; j < newTables[i].len; ++j) { + (*outputFunc)(outputStream, "\0", 1); + } + } + } else if (newTables[i].tag == cmapTag && codeToGID) { + (*outputFunc)(outputStream, newCmapTab, newTables[i].len); + } else if (newTables[i].tag == cmapTag && missingCmap) { + (*outputFunc)(outputStream, cmapTab, newTables[i].len); + } else if (newTables[i].tag == nameTag && name) { + (*outputFunc)(outputStream, newNameTab, newTables[i].len); + } else if (newTables[i].tag == nameTag && missingName) { + (*outputFunc)(outputStream, nameTab, newTables[i].len); + } else if (newTables[i].tag == postTag && missingPost) { + (*outputFunc)(outputStream, postTab, newTables[i].len); + } else if (newTables[i].tag == locaTag && unsortedLoca) { + for (j = 0; j <= nGlyphs; ++j) { + if (locaFmt) { + locaBuf[0] = (char)(locaTable[j].newOffset >> 24); + locaBuf[1] = (char)(locaTable[j].newOffset >> 16); + locaBuf[2] = (char)(locaTable[j].newOffset >> 8); + locaBuf[3] = (char) locaTable[j].newOffset; + (*outputFunc)(outputStream, locaBuf, 4); + } else { + locaBuf[0] = (char)(locaTable[j].newOffset >> 9); + locaBuf[1] = (char)(locaTable[j].newOffset >> 1); + (*outputFunc)(outputStream, locaBuf, 2); + } + } + } else if (newTables[i].tag == glyfTag && unsortedLoca) { + pos = tables[seekTable("glyf")].offset; + for (j = 0; j < nGlyphs; ++j) { + n = locaTable[j].len; + if (n > 0) { + k = locaTable[j].origOffset; + if (checkRegion(pos + k, n)) { + (*outputFunc)(outputStream, (char *)file + pos + k, n); + } else { + for (k = 0; k < n; ++k) { + (*outputFunc)(outputStream, "\0", 1); + } + } + if ((k = locaTable[j].len & 3)) { + (*outputFunc)(outputStream, "\0\0\0\0", 4 - k); + } + } + } + } else { + if (checkRegion(newTables[i].origOffset, newTables[i].len)) { + (*outputFunc)(outputStream, (char *)file + newTables[i].origOffset, + newTables[i].len); + } else { + for (j = 0; j < newTables[i].len; ++j) { + (*outputFunc)(outputStream, "\0", 1); + } + } + } + if (newTables[i].len & 3) { + (*outputFunc)(outputStream, "\0\0\0", 4 - (newTables[i].len & 3)); + } + } + + gfree(newCmapTab); + gfree(newNameTab); + gfree(tableDir); + gfree(newTables); + done1: + gfree(locaTable); +} + +void FoFiTrueType::cvtEncoding(char **encoding, + FoFiOutputFunc outputFunc, + void *outputStream) { + char *name; + char buf[64]; + int i; + + (*outputFunc)(outputStream, "/Encoding 256 array\n", 20); + if (encoding) { + for (i = 0; i < 256; ++i) { + if (!(name = encoding[i])) { + name = ".notdef"; + } + sprintf(buf, "dup %d /", i); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, name, strlen(name)); + (*outputFunc)(outputStream, " put\n", 5); + } + } else { + for (i = 0; i < 256; ++i) { + sprintf(buf, "dup %d /c%02x put\n", i, i); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + } + (*outputFunc)(outputStream, "readonly def\n", 13); +} + +void FoFiTrueType::cvtCharStrings(char **encoding, + Gushort *codeToGID, + FoFiOutputFunc outputFunc, + void *outputStream) { + char *name; + char buf[64], buf2[16]; + int i, k; + + // always define '.notdef' + (*outputFunc)(outputStream, "/CharStrings 256 dict dup begin\n", 32); + (*outputFunc)(outputStream, "/.notdef 0 def\n", 15); + + // if there's no 'cmap' table, punt + if (nCmaps == 0) { + goto err; + } + + // map char name to glyph index: + // 1. use encoding to map name to char code + // 2. use codeToGID to map char code to glyph index + // N.B. We do this in reverse order because font subsets can have + // weird encodings that use the same character name twice, and + // the first definition is probably the one we want. + k = 0; // make gcc happy + for (i = 255; i >= 0; --i) { + if (encoding) { + name = encoding[i]; + } else { + sprintf(buf2, "c%02x", i); + name = buf2; + } + if (name && strcmp(name, ".notdef")) { + k = codeToGID[i]; + // note: Distiller (maybe Adobe's PS interpreter in general) + // doesn't like TrueType fonts that have CharStrings entries + // which point to nonexistent glyphs, hence the (k < nGlyphs) + // test + if (k > 0 && k < nGlyphs) { + (*outputFunc)(outputStream, "/", 1); + (*outputFunc)(outputStream, name, strlen(name)); + sprintf(buf, " %d def\n", k); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + } + } + + err: + (*outputFunc)(outputStream, "end readonly def\n", 17); +} + +void FoFiTrueType::cvtSfnts(FoFiOutputFunc outputFunc, + void *outputStream, GString *name, + GBool needVerticalMetrics) { + Guchar headData[54]; + TrueTypeLoca *locaTable; + Guchar *locaData; + TrueTypeTable newTables[nT42Tables]; + Guchar tableDir[12 + nT42Tables*16]; + GBool ok; + Guint checksum; + int nNewTables; + int length, pos, glyfPos, i, j, k; + Guchar vheaTab[36] = { + 0, 1, 0, 0, // table version number + 0, 0, // ascent + 0, 0, // descent + 0, 0, // reserved + 0, 0, // max advance height + 0, 0, // min top side bearing + 0, 0, // min bottom side bearing + 0, 0, // y max extent + 0, 0, // caret slope rise + 0, 1, // caret slope run + 0, 0, // caret offset + 0, 0, // reserved + 0, 0, // reserved + 0, 0, // reserved + 0, 0, // reserved + 0, 0, // metric data format + 0, 1 // number of advance heights in vmtx table + }; + Guchar *vmtxTab; + GBool needVhea, needVmtx; + int advance; + + // construct the 'head' table, zero out the font checksum + i = seekTable("head"); + pos = tables[i].offset; + if (!checkRegion(pos, 54)) { + return; + } + memcpy(headData, file + pos, 54); + headData[8] = headData[9] = headData[10] = headData[11] = (Guchar)0; + + // read the original 'loca' table, pad entries out to 4 bytes, and + // sort it into proper order -- some (non-compliant) fonts have + // out-of-order loca tables; in order to correctly handle the case + // where (compliant) fonts have empty entries in the middle of the + // table, cmpTrueTypeLocaPos uses offset as its primary sort key, + // and idx as its secondary key (ensuring that adjacent entries with + // the same pos value remain in the same order) + locaTable = (TrueTypeLoca *)gmallocn(nGlyphs + 1, sizeof(TrueTypeLoca)); + i = seekTable("loca"); + pos = tables[i].offset; + ok = gTrue; + for (i = 0; i <= nGlyphs; ++i) { + locaTable[i].idx = i; + if (locaFmt) { + locaTable[i].origOffset = (int)getU32BE(pos + i*4, &ok); + } else { + locaTable[i].origOffset = 2 * getU16BE(pos + i*2, &ok); + } + } + qsort(locaTable, nGlyphs + 1, sizeof(TrueTypeLoca), + &cmpTrueTypeLocaOffset); + for (i = 0; i < nGlyphs; ++i) { + locaTable[i].len = locaTable[i+1].origOffset - locaTable[i].origOffset; + } + locaTable[nGlyphs].len = 0; + qsort(locaTable, nGlyphs + 1, sizeof(TrueTypeLoca), + &cmpTrueTypeLocaIdx); + pos = 0; + for (i = 0; i <= nGlyphs; ++i) { + locaTable[i].newOffset = pos; + pos += locaTable[i].len; + if (pos & 3) { + pos += 4 - (pos & 3); + } + } + + // construct the new 'loca' table + locaData = (Guchar *)gmallocn(nGlyphs + 1, (locaFmt ? 4 : 2)); + for (i = 0; i <= nGlyphs; ++i) { + pos = locaTable[i].newOffset; + if (locaFmt) { + locaData[4*i ] = (Guchar)(pos >> 24); + locaData[4*i+1] = (Guchar)(pos >> 16); + locaData[4*i+2] = (Guchar)(pos >> 8); + locaData[4*i+3] = (Guchar) pos; + } else { + locaData[2*i ] = (Guchar)(pos >> 9); + locaData[2*i+1] = (Guchar)(pos >> 1); + } + } + + // count the number of tables + nNewTables = 0; + for (i = 0; i < nT42Tables; ++i) { + if (t42Tables[i].required || + seekTable(t42Tables[i].tag) >= 0) { + ++nNewTables; + } + } + vmtxTab = NULL; // make gcc happy + advance = 0; // make gcc happy + if (needVerticalMetrics) { + needVhea = seekTable("vhea") < 0; + needVmtx = seekTable("vmtx") < 0; + if (needVhea || needVmtx) { + i = seekTable("head"); + advance = getU16BE(tables[i].offset + 18, &ok); // units per em + if (needVhea) { + ++nNewTables; + } + if (needVmtx) { + ++nNewTables; + } + } + } + + // construct the new table headers, including table checksums + // (pad each table out to a multiple of 4 bytes) + pos = 12 + nNewTables*16; + k = 0; + for (i = 0; i < nT42Tables; ++i) { + length = -1; + checksum = 0; // make gcc happy + if (i == t42HeadTable) { + length = 54; + checksum = computeTableChecksum(headData, 54); + } else if (i == t42LocaTable) { + length = (nGlyphs + 1) * (locaFmt ? 4 : 2); + checksum = computeTableChecksum(locaData, length); + } else if (i == t42GlyfTable) { + length = 0; + checksum = 0; + glyfPos = tables[seekTable("glyf")].offset; + for (j = 0; j < nGlyphs; ++j) { + length += locaTable[j].len; + if (length & 3) { + length += 4 - (length & 3); + } + if (checkRegion(glyfPos + locaTable[j].origOffset, locaTable[j].len)) { + checksum += + computeTableChecksum(file + glyfPos + locaTable[j].origOffset, + locaTable[j].len); + } + } + } else { + if ((j = seekTable(t42Tables[i].tag)) >= 0) { + length = tables[j].len; + if (checkRegion(tables[j].offset, length)) { + checksum = computeTableChecksum(file + tables[j].offset, length); + } + } else if (needVerticalMetrics && i == t42VheaTable) { + vheaTab[10] = advance / 256; // max advance height + vheaTab[11] = advance % 256; + length = sizeof(vheaTab); + checksum = computeTableChecksum(vheaTab, length); + } else if (needVerticalMetrics && i == t42VmtxTable) { + length = 4 + (nGlyphs - 1) * 4; + vmtxTab = (Guchar *)gmalloc(length); + vmtxTab[0] = advance / 256; + vmtxTab[1] = advance % 256; + for (j = 2; j < length; j += 2) { + vmtxTab[j] = 0; + vmtxTab[j+1] = 0; + } + checksum = computeTableChecksum(vmtxTab, length); + } else if (t42Tables[i].required) { + //~ error(-1, "Embedded TrueType font is missing a required table ('%s')", + //~ t42Tables[i].tag); + length = 0; + checksum = 0; + } + } + if (length >= 0) { + newTables[k].tag = ((t42Tables[i].tag[0] & 0xff) << 24) | + ((t42Tables[i].tag[1] & 0xff) << 16) | + ((t42Tables[i].tag[2] & 0xff) << 8) | + (t42Tables[i].tag[3] & 0xff); + newTables[k].checksum = checksum; + newTables[k].offset = pos; + newTables[k].len = length; + pos += length; + if (pos & 3) { + pos += 4 - (length & 3); + } + ++k; + } + } + + // construct the table directory + tableDir[0] = 0x00; // sfnt version + tableDir[1] = 0x01; + tableDir[2] = 0x00; + tableDir[3] = 0x00; + tableDir[4] = 0; // numTables + tableDir[5] = nNewTables; + tableDir[6] = 0; // searchRange + tableDir[7] = (Guchar)128; + tableDir[8] = 0; // entrySelector + tableDir[9] = 3; + tableDir[10] = 0; // rangeShift + tableDir[11] = (Guchar)(16 * nNewTables - 128); + pos = 12; + for (i = 0; i < nNewTables; ++i) { + tableDir[pos ] = (Guchar)(newTables[i].tag >> 24); + tableDir[pos+ 1] = (Guchar)(newTables[i].tag >> 16); + tableDir[pos+ 2] = (Guchar)(newTables[i].tag >> 8); + tableDir[pos+ 3] = (Guchar) newTables[i].tag; + tableDir[pos+ 4] = (Guchar)(newTables[i].checksum >> 24); + tableDir[pos+ 5] = (Guchar)(newTables[i].checksum >> 16); + tableDir[pos+ 6] = (Guchar)(newTables[i].checksum >> 8); + tableDir[pos+ 7] = (Guchar) newTables[i].checksum; + tableDir[pos+ 8] = (Guchar)(newTables[i].offset >> 24); + tableDir[pos+ 9] = (Guchar)(newTables[i].offset >> 16); + tableDir[pos+10] = (Guchar)(newTables[i].offset >> 8); + tableDir[pos+11] = (Guchar) newTables[i].offset; + tableDir[pos+12] = (Guchar)(newTables[i].len >> 24); + tableDir[pos+13] = (Guchar)(newTables[i].len >> 16); + tableDir[pos+14] = (Guchar)(newTables[i].len >> 8); + tableDir[pos+15] = (Guchar) newTables[i].len; + pos += 16; + } + + // compute the font checksum and store it in the head table + checksum = computeTableChecksum(tableDir, 12 + nNewTables*16); + for (i = 0; i < nNewTables; ++i) { + checksum += newTables[i].checksum; + } + checksum = 0xb1b0afba - checksum; // because the TrueType spec says so + headData[ 8] = (Guchar)(checksum >> 24); + headData[ 9] = (Guchar)(checksum >> 16); + headData[10] = (Guchar)(checksum >> 8); + headData[11] = (Guchar) checksum; + + // start the sfnts array + if (name) { + (*outputFunc)(outputStream, "/", 1); + (*outputFunc)(outputStream, name->getCString(), name->getLength()); + (*outputFunc)(outputStream, " [\n", 3); + } else { + (*outputFunc)(outputStream, "/sfnts [\n", 9); + } + + // write the table directory + dumpString(tableDir, 12 + nNewTables*16, outputFunc, outputStream); + + // write the tables + for (i = 0; i < nNewTables; ++i) { + if (i == t42HeadTable) { + dumpString(headData, 54, outputFunc, outputStream); + } else if (i == t42LocaTable) { + length = (nGlyphs + 1) * (locaFmt ? 4 : 2); + dumpString(locaData, length, outputFunc, outputStream); + } else if (i == t42GlyfTable) { + glyfPos = tables[seekTable("glyf")].offset; + for (j = 0; j < nGlyphs; ++j) { + if (locaTable[j].len > 0 && + checkRegion(glyfPos + locaTable[j].origOffset, locaTable[j].len)) { + dumpString(file + glyfPos + locaTable[j].origOffset, + locaTable[j].len, outputFunc, outputStream); + } + } + } else { + // length == 0 means the table is missing and the error was + // already reported during the construction of the table + // headers + if ((length = newTables[i].len) > 0) { + if ((j = seekTable(t42Tables[i].tag)) >= 0 && + checkRegion(tables[j].offset, tables[j].len)) { + dumpString(file + tables[j].offset, tables[j].len, + outputFunc, outputStream); + } else if (needVerticalMetrics && i == t42VheaTable) { + dumpString(vheaTab, length, outputFunc, outputStream); + } else if (needVerticalMetrics && i == t42VmtxTable) { + dumpString(vmtxTab, length, outputFunc, outputStream); + gfree(vmtxTab); + } + } + } + } + + // end the sfnts array + (*outputFunc)(outputStream, "] def\n", 6); + + gfree(locaData); + gfree(locaTable); +} + +void FoFiTrueType::dumpString(Guchar *s, int length, + FoFiOutputFunc outputFunc, + void *outputStream) { + char buf[64]; + int pad, i, j; + + (*outputFunc)(outputStream, "<", 1); + for (i = 0; i < length; i += 32) { + for (j = 0; j < 32 && i+j < length; ++j) { + sprintf(buf, "%02X", s[i+j] & 0xff); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (i % (65536 - 32) == 65536 - 64) { + (*outputFunc)(outputStream, ">\n<", 3); + } else if (i+32 < length) { + (*outputFunc)(outputStream, "\n", 1); + } + } + if (length & 3) { + pad = 4 - (length & 3); + for (i = 0; i < pad; ++i) { + (*outputFunc)(outputStream, "00", 2); + } + } + // add an extra zero byte because the Adobe Type 42 spec says so + (*outputFunc)(outputStream, "00>\n", 4); +} + +Guint FoFiTrueType::computeTableChecksum(Guchar *data, int length) { + Guint checksum, word; + int i; + + checksum = 0; + for (i = 0; i+3 < length; i += 4) { + word = ((data[i ] & 0xff) << 24) + + ((data[i+1] & 0xff) << 16) + + ((data[i+2] & 0xff) << 8) + + (data[i+3] & 0xff); + checksum += word; + } + if (length & 3) { + word = 0; + i = length & ~3; + switch (length & 3) { + case 3: + word |= (data[i+2] & 0xff) << 8; + case 2: + word |= (data[i+1] & 0xff) << 16; + case 1: + word |= (data[i ] & 0xff) << 24; + break; + } + checksum += word; + } + return checksum; +} + +void FoFiTrueType::parse() { + Guint topTag; + int pos, i, j; + + parsedOk = gTrue; + + // look for a collection (TTC) + topTag = getU32BE(0, &parsedOk); + if (!parsedOk) { + return; + } + if (topTag == ttcfTag) { + pos = getU32BE(12, &parsedOk); + if (!parsedOk) { + return; + } + } else { + pos = 0; + } + + // read the table directory + nTables = getU16BE(pos + 4, &parsedOk); + if (!parsedOk) { + return; + } + tables = (TrueTypeTable *)gmallocn(nTables, sizeof(TrueTypeTable)); + pos += 12; + for (i = 0; i < nTables; ++i) { + tables[i].tag = getU32BE(pos, &parsedOk); + tables[i].checksum = getU32BE(pos + 4, &parsedOk); + tables[i].offset = (int)getU32BE(pos + 8, &parsedOk); + tables[i].len = (int)getU32BE(pos + 12, &parsedOk); + if (tables[i].offset + tables[i].len < tables[i].offset || + tables[i].offset + tables[i].len > len) { + parsedOk = gFalse; + } + pos += 16; + } + if (!parsedOk) { + return; + } + + // check for tables that are required by both the TrueType spec and + // the Type 42 spec + if (seekTable("head") < 0 || + seekTable("hhea") < 0 || + seekTable("loca") < 0 || + seekTable("maxp") < 0 || + seekTable("glyf") < 0 || + seekTable("hmtx") < 0) { + parsedOk = gFalse; + return; + } + + // read the cmaps + if ((i = seekTable("cmap")) >= 0) { + pos = tables[i].offset + 2; + nCmaps = getU16BE(pos, &parsedOk); + pos += 2; + if (!parsedOk) { + return; + } + cmaps = (TrueTypeCmap *)gmallocn(nCmaps, sizeof(TrueTypeCmap)); + for (j = 0; j < nCmaps; ++j) { + cmaps[j].platform = getU16BE(pos, &parsedOk); + cmaps[j].encoding = getU16BE(pos + 2, &parsedOk); + cmaps[j].offset = tables[i].offset + getU32BE(pos + 4, &parsedOk); + pos += 8; + cmaps[j].fmt = getU16BE(cmaps[j].offset, &parsedOk); + cmaps[j].len = getU16BE(cmaps[j].offset + 2, &parsedOk); + } + if (!parsedOk) { + return; + } + } else { + nCmaps = 0; + } + + // get the number of glyphs from the maxp table + i = seekTable("maxp"); + nGlyphs = getU16BE(tables[i].offset + 4, &parsedOk); + if (!parsedOk) { + return; + } + + // get the bbox and loca table format from the head table + i = seekTable("head"); + bbox[0] = getS16BE(tables[i].offset + 36, &parsedOk); + bbox[1] = getS16BE(tables[i].offset + 38, &parsedOk); + bbox[2] = getS16BE(tables[i].offset + 40, &parsedOk); + bbox[3] = getS16BE(tables[i].offset + 42, &parsedOk); + locaFmt = getS16BE(tables[i].offset + 50, &parsedOk); + if (!parsedOk) { + return; + } + + // make sure the loca table is sane (correct length and entries are + // in bounds) + i = seekTable("loca"); + if (tables[i].len < (nGlyphs + 1) * (locaFmt ? 4 : 2)) { + parsedOk = gFalse; + return; + } + for (j = 0; j <= nGlyphs; ++j) { + if (locaFmt) { + pos = (int)getU32BE(tables[i].offset + j*4, &parsedOk); + } else { + pos = getU16BE(tables[i].offset + j*2, &parsedOk); + } + if (pos < 0 || pos > len) { + parsedOk = gFalse; + } + } + if (!parsedOk) { + return; + } + + // read the post table + readPostTable(); +} + +void FoFiTrueType::readPostTable() { + GString *name; + int tablePos, postFmt, stringIdx, stringPos; + GBool ok; + int i, j, n, m; + + ok = gTrue; + if ((i = seekTable("post")) < 0) { + return; + } + tablePos = tables[i].offset; + postFmt = getU32BE(tablePos, &ok); + if (!ok) { + goto err; + } + if (postFmt == 0x00010000) { + nameToGID = new GHash(gTrue); + for (i = 0; i < 258; ++i) { + nameToGID->add(new GString(macGlyphNames[i]), i); + } + } else if (postFmt == 0x00020000) { + nameToGID = new GHash(gTrue); + n = getU16BE(tablePos + 32, &ok); + if (!ok) { + goto err; + } + if (n > nGlyphs) { + n = nGlyphs; + } + stringIdx = 0; + stringPos = tablePos + 34 + 2*n; + for (i = 0; i < n; ++i) { + j = getU16BE(tablePos + 34 + 2*i, &ok); + if (j < 258) { + nameToGID->removeInt(macGlyphNames[j]); + nameToGID->add(new GString(macGlyphNames[j]), i); + } else { + j -= 258; + if (j != stringIdx) { + for (stringIdx = 0, stringPos = tablePos + 34 + 2*n; + stringIdx < j; + ++stringIdx, stringPos += 1 + getU8(stringPos, &ok)) ; + if (!ok) { + goto err; + } + } + m = getU8(stringPos, &ok); + if (!ok || !checkRegion(stringPos + 1, m)) { + goto err; + } + name = new GString((char *)&file[stringPos + 1], m); + nameToGID->removeInt(name); + nameToGID->add(name, i); + ++stringIdx; + stringPos += 1 + m; + } + } + } else if (postFmt == 0x00028000) { + nameToGID = new GHash(gTrue); + for (i = 0; i < nGlyphs; ++i) { + j = getU8(tablePos + 32 + i, &ok); + if (!ok) { + goto err; + } + if (j < 258) { + nameToGID->removeInt(macGlyphNames[j]); + nameToGID->add(new GString(macGlyphNames[j]), i); + } + } + } + + return; + + err: + if (nameToGID) { + delete nameToGID; + nameToGID = NULL; + } +} + +int FoFiTrueType::seekTable(char *tag) { + Guint tagI; + int i; + + tagI = ((tag[0] & 0xff) << 24) | + ((tag[1] & 0xff) << 16) | + ((tag[2] & 0xff) << 8) | + (tag[3] & 0xff); + for (i = 0; i < nTables; ++i) { + if (tables[i].tag == tagI) { + return i; + } + } + return -1; +} diff --git a/pdftops/FoFiTrueType.h b/pdftops/FoFiTrueType.h new file mode 100644 index 0000000000..715bb60f12 --- /dev/null +++ b/pdftops/FoFiTrueType.h @@ -0,0 +1,140 @@ +//======================================================================== +// +// FoFiTrueType.h +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FOFITRUETYPE_H +#define FOFITRUETYPE_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "FoFiBase.h" + +class GString; +class GHash; +struct TrueTypeTable; +struct TrueTypeCmap; + +//------------------------------------------------------------------------ +// FoFiTrueType +//------------------------------------------------------------------------ + +class FoFiTrueType: public FoFiBase { +public: + + // Create a FoFiTrueType object from a memory buffer. + static FoFiTrueType *make(char *fileA, int lenA); + + // Create a FoFiTrueType object from a file on disk. + static FoFiTrueType *load(char *fileName); + + virtual ~FoFiTrueType(); + + // Return the number of cmaps defined by this font. + int getNumCmaps(); + + // Return the platform ID of the th cmap. + int getCmapPlatform(int i); + + // Return the encoding ID of the th cmap. + int getCmapEncoding(int i); + + // Return the index of the cmap for , . Returns + // -1 if there is no corresponding cmap. + int findCmap(int platform, int encoding); + + // Return the GID corresponding to according to the th cmap. + Gushort mapCodeToGID(int i, int c); + + // Returns the GID corresponding to according to the post + // table. Returns 0 if there is no mapping for or if the + // font does not have a post table. + int mapNameToGID(char *name); + + // Returns the least restrictive embedding licensing right (as + // defined by the TrueType spec): + // * 4: OS/2 table is missing or invalid + // * 3: installable embedding + // * 2: editable embedding + // * 1: preview & print embedding + // * 0: restricted license embedding + int getEmbeddingRights(); + + // Convert to a Type 42 font, suitable for embedding in a PostScript + // file. will be used as the PostScript font name (so we + // don't need to depend on the 'name' table in the font). The + // array specifies the mapping from char codes to names. + // If is NULL, the encoding is unknown or undefined. The + // array specifies the mapping from char codes to GIDs. + void convertToType42(char *psName, char **encoding, + Gushort *codeToGID, + FoFiOutputFunc outputFunc, void *outputStream); + + // Convert to a Type 2 CIDFont, suitable for embedding in a + // PostScript file. will be used as the PostScript font + // name (so we don't need to depend on the 'name' table in the + // font). The array maps CIDs to GIDs; it has + // entries. + void convertToCIDType2(char *psName, Gushort *cidMap, int nCIDs, + GBool needVerticalMetrics, + FoFiOutputFunc outputFunc, void *outputStream); + + // Convert to a Type 0 (but non-CID) composite font, suitable for + // embedding in a PostScript file. will be used as the + // PostScript font name (so we don't need to depend on the 'name' + // table in the font). The array maps CIDs to GIDs; it has + // entries. + void convertToType0(char *psName, Gushort *cidMap, int nCIDs, + GBool needVerticalMetrics, + FoFiOutputFunc outputFunc, void *outputStream); + + // Write a clean TTF file, filling in missing tables and correcting + // various other errors. If is non-NULL, the font is renamed + // to . If is non-NULL, the font is re-encoded, + // using a Windows Unicode cmap. If is NULL and the font is + // complete and correct, it will be written unmodified. + void writeTTF(FoFiOutputFunc outputFunc, void *outputStream, + char *name = NULL, Gushort *codeToGID = NULL); + +private: + + FoFiTrueType(char *fileA, int lenA, GBool freeFileDataA); + void cvtEncoding(char **encoding, + FoFiOutputFunc outputFunc, + void *outputStream); + void cvtCharStrings(char **encoding, + Gushort *codeToGID, + FoFiOutputFunc outputFunc, + void *outputStream); + void cvtSfnts(FoFiOutputFunc outputFunc, + void *outputStream, GString *name, + GBool needVerticalMetrics); + void dumpString(Guchar *s, int length, + FoFiOutputFunc outputFunc, + void *outputStream); + Guint computeTableChecksum(Guchar *data, int length); + void parse(); + void readPostTable(); + int seekTable(char *tag); + + TrueTypeTable *tables; + int nTables; + TrueTypeCmap *cmaps; + int nCmaps; + int nGlyphs; + int locaFmt; + int bbox[4]; + GHash *nameToGID; + + GBool parsedOk; +}; + +#endif diff --git a/pdftops/FoFiType1.cxx b/pdftops/FoFiType1.cxx new file mode 100644 index 0000000000..103cc55a53 --- /dev/null +++ b/pdftops/FoFiType1.cxx @@ -0,0 +1,207 @@ +//======================================================================== +// +// FoFiType1.cc +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "FoFiEncodings.h" +#include "FoFiType1.h" + +//------------------------------------------------------------------------ +// FoFiType1 +//------------------------------------------------------------------------ + +FoFiType1 *FoFiType1::make(char *fileA, int lenA) { + return new FoFiType1(fileA, lenA, gFalse); +} + +FoFiType1 *FoFiType1::load(char *fileName) { + char *fileA; + int lenA; + + if (!(fileA = FoFiBase::readFile(fileName, &lenA))) { + return NULL; + } + return new FoFiType1(fileA, lenA, gTrue); +} + +FoFiType1::FoFiType1(char *fileA, int lenA, GBool freeFileDataA): + FoFiBase(fileA, lenA, freeFileDataA) +{ + name = NULL; + encoding = NULL; + parsed = gFalse; +} + +FoFiType1::~FoFiType1() { + int i; + + if (name) { + gfree(name); + } + if (encoding && encoding != fofiType1StandardEncoding) { + for (i = 0; i < 256; ++i) { + gfree(encoding[i]); + } + gfree(encoding); + } +} + +char *FoFiType1::getName() { + if (!parsed) { + parse(); + } + return name; +} + +char **FoFiType1::getEncoding() { + if (!parsed) { + parse(); + } + return encoding; +} + +void FoFiType1::writeEncoded(char **newEncoding, + FoFiOutputFunc outputFunc, void *outputStream) { + char buf[512]; + char *line; + int i; + + // copy everything up to the encoding + for (line = (char *)file; + line && strncmp(line, "/Encoding", 9); + line = getNextLine(line)) ; + if (!line) { + // no encoding - just copy the whole font file + (*outputFunc)(outputStream, (char *)file, len); + return; + } + (*outputFunc)(outputStream, (char *)file, line - (char *)file); + + // write the new encoding + (*outputFunc)(outputStream, "/Encoding 256 array\n", 20); + (*outputFunc)(outputStream, + "0 1 255 {1 index exch /.notdef put} for\n", 40); + for (i = 0; i < 256; ++i) { + if (newEncoding[i]) { + sprintf(buf, "dup %d /%s put\n", i, newEncoding[i]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + } + (*outputFunc)(outputStream, "readonly def\n", 13); + + // copy everything after the encoding + if (!strncmp(line, "/Encoding StandardEncoding def", 30)) { + line = getNextLine(line); + } else { + for (line = getNextLine(line); + line && strncmp(line, "readonly def", 12); + line = getNextLine(line)) ; + if (line) { + line = getNextLine(line); + } + } + if (line) { + (*outputFunc)(outputStream, line, ((char *)file + len) - line); + } +} + +char *FoFiType1::getNextLine(char *line) { + while (line < (char *)file + len && *line != '\x0a' && *line != '\x0d') { + ++line; + } + if (line < (char *)file + len && *line == '\x0d') { + ++line; + } + if (line < (char *)file + len && *line == '\x0a') { + ++line; + } + if (line >= (char *)file + len) { + return NULL; + } + return line; +} + +void FoFiType1::parse() { + char *line, *line1, *p, *p2; + char buf[256]; + char c; + int n, code, i, j; + + for (i = 1, line = (char *)file; + i <= 100 && line && (!name || !encoding); + ++i) { + + // get font name + if (!name && !strncmp(line, "/FontName", 9)) { + strncpy(buf, line, 255); + buf[255] = '\0'; + if ((p = strchr(buf+9, '/')) && + (p = strtok(p+1, " \t\n\r"))) { + name = copyString(p); + } + line = getNextLine(line); + + // get encoding + } else if (!encoding && + !strncmp(line, "/Encoding StandardEncoding def", 30)) { + encoding = fofiType1StandardEncoding; + } else if (!encoding && + !strncmp(line, "/Encoding 256 array", 19)) { + encoding = (char **)gmallocn(256, sizeof(char *)); + for (j = 0; j < 256; ++j) { + encoding[j] = NULL; + } + for (j = 0, line = getNextLine(line); + j < 300 && line && (line1 = getNextLine(line)); + ++j, line = line1) { + if ((n = line1 - line) > 255) { + n = 255; + } + strncpy(buf, line, n); + buf[n] = '\0'; + for (p = buf; *p == ' ' || *p == '\t'; ++p) ; + if (!strncmp(p, "dup", 3)) { + for (p += 3; *p == ' ' || *p == '\t'; ++p) ; + for (p2 = p; *p2 >= '0' && *p2 <= '9'; ++p2) ; + if (*p2) { + c = *p2; + *p2 = '\0'; + if ((code = atoi(p)) < 256) { + *p2 = c; + for (p = p2; *p == ' ' || *p == '\t'; ++p) ; + if (*p == '/') { + ++p; + for (p2 = p; *p2 && *p2 != ' ' && *p2 != '\t'; ++p2) ; + *p2 = '\0'; + encoding[code] = copyString(p); + } + } + } + } else { + if (strtok(buf, " \t") && + (p = strtok(NULL, " \t\n\r")) && !strcmp(p, "def")) { + break; + } + } + } + //~ check for getinterval/putinterval junk + + } else { + line = getNextLine(line); + } + } + + parsed = gTrue; +} diff --git a/pdftops/FoFiType1.h b/pdftops/FoFiType1.h new file mode 100644 index 0000000000..6172c2d587 --- /dev/null +++ b/pdftops/FoFiType1.h @@ -0,0 +1,59 @@ +//======================================================================== +// +// FoFiType1.h +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FOFITYPE1_H +#define FOFITYPE1_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "FoFiBase.h" + +//------------------------------------------------------------------------ +// FoFiType1 +//------------------------------------------------------------------------ + +class FoFiType1: public FoFiBase { +public: + + // Create a FoFiType1 object from a memory buffer. + static FoFiType1 *make(char *fileA, int lenA); + + // Create a FoFiType1 object from a file on disk. + static FoFiType1 *load(char *fileName); + + virtual ~FoFiType1(); + + // Return the font name. + char *getName(); + + // Return the encoding, as an array of 256 names (any of which may + // be NULL). + char **getEncoding(); + + // Write a version of the Type 1 font file with a new encoding. + void writeEncoded(char **newEncoding, + FoFiOutputFunc outputFunc, void *outputStream); + +private: + + FoFiType1(char *fileA, int lenA, GBool freeFileDataA); + + char *getNextLine(char *line); + void parse(); + + char *name; + char **encoding; + GBool parsed; +}; + +#endif diff --git a/pdftops/FoFiType1C.cxx b/pdftops/FoFiType1C.cxx new file mode 100644 index 0000000000..0cda635760 --- /dev/null +++ b/pdftops/FoFiType1C.cxx @@ -0,0 +1,2481 @@ +//======================================================================== +// +// FoFiType1C.cc +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include "gmem.h" +#include "GString.h" +#include "FoFiEncodings.h" +#include "FoFiType1C.h" + +//------------------------------------------------------------------------ + +static char hexChars[17] = "0123456789ABCDEF"; + +//------------------------------------------------------------------------ +// FoFiType1C +//------------------------------------------------------------------------ + +FoFiType1C *FoFiType1C::make(char *fileA, int lenA) { + FoFiType1C *ff; + + ff = new FoFiType1C(fileA, lenA, gFalse); + if (!ff->parse()) { + delete ff; + return NULL; + } + return ff; +} + +FoFiType1C *FoFiType1C::load(char *fileName) { + FoFiType1C *ff; + char *fileA; + int lenA; + + if (!(fileA = FoFiBase::readFile(fileName, &lenA))) { + return NULL; + } + ff = new FoFiType1C(fileA, lenA, gTrue); + if (!ff->parse()) { + delete ff; + return NULL; + } + return ff; +} + +FoFiType1C::FoFiType1C(char *fileA, int lenA, GBool freeFileDataA): + FoFiBase(fileA, lenA, freeFileDataA) +{ + name = NULL; + encoding = NULL; + privateDicts = NULL; + fdSelect = NULL; + charset = NULL; +} + +FoFiType1C::~FoFiType1C() { + int i; + + if (name) { + delete name; + } + if (encoding && + encoding != fofiType1StandardEncoding && + encoding != fofiType1ExpertEncoding) { + for (i = 0; i < 256; ++i) { + gfree(encoding[i]); + } + gfree(encoding); + } + if (privateDicts) { + gfree(privateDicts); + } + if (fdSelect) { + gfree(fdSelect); + } + if (charset && + charset != fofiType1CISOAdobeCharset && + charset != fofiType1CExpertCharset && + charset != fofiType1CExpertSubsetCharset) { + gfree(charset); + } +} + +char *FoFiType1C::getName() { + return name ? name->getCString() : (char *)NULL; +} + +char **FoFiType1C::getEncoding() { + return encoding; +} + +Gushort *FoFiType1C::getCIDToGIDMap(int *nCIDs) { + Gushort *map; + int n, i; + + // a CID font's top dict has ROS as the first operator + if (topDict.firstOp != 0x0c1e) { + *nCIDs = 0; + return NULL; + } + + // in a CID font, the charset data is the GID-to-CID mapping, so all + // we have to do is reverse it + n = 0; + for (i = 0; i < nGlyphs; ++i) { + if (charset[i] > n) { + n = charset[i]; + } + } + ++n; + map = (Gushort *)gmallocn(n, sizeof(Gushort)); + memset(map, 0, n * sizeof(Gushort)); + for (i = 0; i < nGlyphs; ++i) { + map[charset[i]] = i; + } + *nCIDs = n; + return map; +} + +void FoFiType1C::convertToType1(char **newEncoding, GBool ascii, + FoFiOutputFunc outputFunc, + void *outputStream) { + Type1CEexecBuf eb; + Type1CIndex subrIdx; + Type1CIndexVal val; + char buf[512]; + char **enc; + GBool ok; + int i; + + // write header and font dictionary, up to encoding + ok = gTrue; + (*outputFunc)(outputStream, "%!FontType1-1.0: ", 17); + (*outputFunc)(outputStream, name->getCString(), name->getLength()); + if (topDict.versionSID != 0) { + getString(topDict.versionSID, buf, &ok); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "\n", 1); + // the dictionary needs room for 12 entries: the following 9, plus + // Private and CharStrings (in the eexec section) and FID (which is + // added by definefont) + (*outputFunc)(outputStream, "12 dict begin\n", 14); + (*outputFunc)(outputStream, "/FontInfo 10 dict dup begin\n", 28); + if (topDict.versionSID != 0) { + (*outputFunc)(outputStream, "/version (", 10); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") readonly def\n", 15); + } + if (topDict.noticeSID != 0) { + getString(topDict.noticeSID, buf, &ok); + (*outputFunc)(outputStream, "/Notice (", 9); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") readonly def\n", 15); + } + if (topDict.copyrightSID != 0) { + getString(topDict.copyrightSID, buf, &ok); + (*outputFunc)(outputStream, "/Copyright (", 12); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") readonly def\n", 15); + } + if (topDict.fullNameSID != 0) { + getString(topDict.fullNameSID, buf, &ok); + (*outputFunc)(outputStream, "/FullName (", 11); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") readonly def\n", 15); + } + if (topDict.familyNameSID != 0) { + getString(topDict.familyNameSID, buf, &ok); + (*outputFunc)(outputStream, "/FamilyName (", 13); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") readonly def\n", 15); + } + if (topDict.weightSID != 0) { + getString(topDict.weightSID, buf, &ok); + (*outputFunc)(outputStream, "/Weight (", 9); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") readonly def\n", 15); + } + if (topDict.isFixedPitch) { + (*outputFunc)(outputStream, "/isFixedPitch true def\n", 23); + } else { + (*outputFunc)(outputStream, "/isFixedPitch false def\n", 24); + } + sprintf(buf, "/ItalicAngle %g def\n", topDict.italicAngle); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, "/UnderlinePosition %g def\n", topDict.underlinePosition); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, "/UnderlineThickness %g def\n", topDict.underlineThickness); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "end readonly def\n", 17); + (*outputFunc)(outputStream, "/FontName /", 11); + (*outputFunc)(outputStream, name->getCString(), name->getLength()); + (*outputFunc)(outputStream, " def\n", 5); + sprintf(buf, "/PaintType %d def\n", topDict.paintType); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/FontType 1 def\n", 16); + sprintf(buf, "/FontMatrix [%g %g %g %g %g %g] readonly def\n", + topDict.fontMatrix[0], topDict.fontMatrix[1], topDict.fontMatrix[2], + topDict.fontMatrix[3], topDict.fontMatrix[4], topDict.fontMatrix[5]); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, "/FontBBox [%g %g %g %g] readonly def\n", + topDict.fontBBox[0], topDict.fontBBox[1], + topDict.fontBBox[2], topDict.fontBBox[3]); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, "/StrokeWidth %g def\n", topDict.strokeWidth); + (*outputFunc)(outputStream, buf, strlen(buf)); + if (topDict.uniqueID != 0) { + sprintf(buf, "/UniqueID %d def\n", topDict.uniqueID); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + + // write the encoding + (*outputFunc)(outputStream, "/Encoding ", 10); + if (!newEncoding && encoding == fofiType1StandardEncoding) { + (*outputFunc)(outputStream, "StandardEncoding def\n", 21); + } else { + (*outputFunc)(outputStream, "256 array\n", 10); + (*outputFunc)(outputStream, + "0 1 255 {1 index exch /.notdef put} for\n", 40); + enc = newEncoding ? newEncoding : encoding; + for (i = 0; i < 256; ++i) { + if (enc[i]) { + sprintf(buf, "dup %d /%s put\n", i, enc[i]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + } + (*outputFunc)(outputStream, "readonly def\n", 13); + } + (*outputFunc)(outputStream, "currentdict end\n", 16); + + // start the binary section + (*outputFunc)(outputStream, "currentfile eexec\n", 18); + eb.outputFunc = outputFunc; + eb.outputStream = outputStream; + eb.ascii = ascii; + eb.r1 = 55665; + eb.line = 0; + + // write the private dictionary + eexecWrite(&eb, "\x83\xca\x73\xd5"); + eexecWrite(&eb, "dup /Private 32 dict dup begin\n"); + eexecWrite(&eb, "/RD {string currentfile exch readstring pop}" + " executeonly def\n"); + eexecWrite(&eb, "/ND {noaccess def} executeonly def\n"); + eexecWrite(&eb, "/NP {noaccess put} executeonly def\n"); + eexecWrite(&eb, "/MinFeature {16 16} def\n"); + eexecWrite(&eb, "/password 5839 def\n"); + if (privateDicts[0].nBlueValues) { + eexecWrite(&eb, "/BlueValues ["); + for (i = 0; i < privateDicts[0].nBlueValues; ++i) { + sprintf(buf, "%s%d", i > 0 ? " " : "", privateDicts[0].blueValues[i]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[0].nOtherBlues) { + eexecWrite(&eb, "/OtherBlues ["); + for (i = 0; i < privateDicts[0].nOtherBlues; ++i) { + sprintf(buf, "%s%d", i > 0 ? " " : "", privateDicts[0].otherBlues[i]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[0].nFamilyBlues) { + eexecWrite(&eb, "/FamilyBlues ["); + for (i = 0; i < privateDicts[0].nFamilyBlues; ++i) { + sprintf(buf, "%s%d", i > 0 ? " " : "", privateDicts[0].familyBlues[i]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[0].nFamilyOtherBlues) { + eexecWrite(&eb, "/FamilyOtherBlues ["); + for (i = 0; i < privateDicts[0].nFamilyOtherBlues; ++i) { + sprintf(buf, "%s%d", i > 0 ? " " : "", + privateDicts[0].familyOtherBlues[i]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[0].blueScale != 0.039625) { + sprintf(buf, "/BlueScale %g def\n", privateDicts[0].blueScale); + eexecWrite(&eb, buf); + } + if (privateDicts[0].blueShift != 7) { + sprintf(buf, "/BlueShift %d def\n", privateDicts[0].blueShift); + eexecWrite(&eb, buf); + } + if (privateDicts[0].blueFuzz != 1) { + sprintf(buf, "/BlueFuzz %d def\n", privateDicts[0].blueFuzz); + eexecWrite(&eb, buf); + } + if (privateDicts[0].hasStdHW) { + sprintf(buf, "/StdHW [%g] def\n", privateDicts[0].stdHW); + eexecWrite(&eb, buf); + } + if (privateDicts[0].hasStdVW) { + sprintf(buf, "/StdVW [%g] def\n", privateDicts[0].stdVW); + eexecWrite(&eb, buf); + } + if (privateDicts[0].nStemSnapH) { + eexecWrite(&eb, "/StemSnapH ["); + for (i = 0; i < privateDicts[0].nStemSnapH; ++i) { + sprintf(buf, "%s%g", i > 0 ? " " : "", privateDicts[0].stemSnapH[i]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[0].nStemSnapV) { + eexecWrite(&eb, "/StemSnapV ["); + for (i = 0; i < privateDicts[0].nStemSnapV; ++i) { + sprintf(buf, "%s%g", i > 0 ? " " : "", privateDicts[0].stemSnapV[i]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[0].hasForceBold) { + sprintf(buf, "/ForceBold %s def\n", + privateDicts[0].forceBold ? "true" : "false"); + eexecWrite(&eb, buf); + } + if (privateDicts[0].forceBoldThreshold != 0) { + sprintf(buf, "/ForceBoldThreshold %g def\n", + privateDicts[0].forceBoldThreshold); + eexecWrite(&eb, buf); + } + if (privateDicts[0].languageGroup != 0) { + sprintf(buf, "/LanguageGroup %d def\n", privateDicts[0].languageGroup); + eexecWrite(&eb, buf); + } + if (privateDicts[0].expansionFactor != 0.06) { + sprintf(buf, "/ExpansionFactor %g def\n", privateDicts[0].expansionFactor); + eexecWrite(&eb, buf); + } + + // set up subroutines + ok = gTrue; + getIndex(privateDicts[0].subrsOffset, &subrIdx, &ok); + if (!ok) { + subrIdx.pos = -1; + } + + // write the CharStrings + sprintf(buf, "2 index /CharStrings %d dict dup begin\n", nGlyphs); + eexecWrite(&eb, buf); + for (i = 0; i < nGlyphs; ++i) { + ok = gTrue; + getIndexVal(&charStringsIdx, i, &val, &ok); + if (ok) { + getString(charset[i], buf, &ok); + if (ok) { + eexecCvtGlyph(&eb, buf, val.pos, val.len, &subrIdx, &privateDicts[0]); + } + } + } + eexecWrite(&eb, "end\n"); + eexecWrite(&eb, "end\n"); + eexecWrite(&eb, "readonly put\n"); + eexecWrite(&eb, "noaccess put\n"); + eexecWrite(&eb, "dup /FontName get exch definefont pop\n"); + eexecWrite(&eb, "mark currentfile closefile\n"); + + // trailer + if (ascii && eb.line > 0) { + (*outputFunc)(outputStream, "\n", 1); + } + for (i = 0; i < 8; ++i) { + (*outputFunc)(outputStream, "0000000000000000000000000000000000000000000000000000000000000000\n", 65); + } + (*outputFunc)(outputStream, "cleartomark\n", 12); +} + +void FoFiType1C::convertToCIDType0(char *psName, + FoFiOutputFunc outputFunc, + void *outputStream) { + int *cidMap; + GString *charStrings; + int *charStringOffsets; + Type1CIndex subrIdx; + Type1CIndexVal val; + int nCIDs, gdBytes; + char buf[512], buf2[512]; + GBool ok; + int gid, offset, n, i, j, k; + + // compute the CID count and build the CID-to-GID mapping + nCIDs = 0; + for (i = 0; i < nGlyphs; ++i) { + if (charset[i] >= nCIDs) { + nCIDs = charset[i] + 1; + } + } + cidMap = (int *)gmallocn(nCIDs, sizeof(int)); + for (i = 0; i < nCIDs; ++i) { + cidMap[i] = -1; + } + for (i = 0; i < nGlyphs; ++i) { + cidMap[charset[i]] = i; + } + + // build the charstrings + charStrings = new GString(); + charStringOffsets = (int *)gmallocn(nCIDs + 1, sizeof(int)); + for (i = 0; i < nCIDs; ++i) { + charStringOffsets[i] = charStrings->getLength(); + if ((gid = cidMap[i]) >= 0) { + ok = gTrue; + getIndexVal(&charStringsIdx, gid, &val, &ok); + if (ok) { + getIndex(privateDicts[fdSelect[gid]].subrsOffset, &subrIdx, &ok); + if (!ok) { + subrIdx.pos = -1; + } + cvtGlyph(val.pos, val.len, charStrings, + &subrIdx, &privateDicts[fdSelect[gid]], gTrue); + } + } + } + charStringOffsets[nCIDs] = charStrings->getLength(); + + // compute gdBytes = number of bytes needed for charstring offsets + // (offset size needs to account for the charstring offset table, + // with a worst case of five bytes per entry, plus the charstrings + // themselves) + i = (nCIDs + 1) * 5 + charStrings->getLength(); + if (i < 0x100) { + gdBytes = 1; + } else if (i < 0x10000) { + gdBytes = 2; + } else if (i < 0x1000000) { + gdBytes = 3; + } else { + gdBytes = 4; + } + + // begin the font dictionary + (*outputFunc)(outputStream, "/CIDInit /ProcSet findresource begin\n", 37); + (*outputFunc)(outputStream, "20 dict begin\n", 14); + (*outputFunc)(outputStream, "/CIDFontName /", 14); + (*outputFunc)(outputStream, psName, strlen(psName)); + (*outputFunc)(outputStream, " def\n", 5); + (*outputFunc)(outputStream, "/CIDFontType 0 def\n", 19); + (*outputFunc)(outputStream, "/CIDSystemInfo 3 dict dup begin\n", 32); + if (topDict.registrySID > 0 && topDict.orderingSID > 0) { + ok = gTrue; + getString(topDict.registrySID, buf, &ok); + if (ok) { + (*outputFunc)(outputStream, " /Registry (", 13); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") def\n", 6); + } + ok = gTrue; + getString(topDict.orderingSID, buf, &ok); + if (ok) { + (*outputFunc)(outputStream, " /Ordering (", 13); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, ") def\n", 6); + } + } else { + (*outputFunc)(outputStream, " /Registry (Adobe) def\n", 24); + (*outputFunc)(outputStream, " /Ordering (Identity) def\n", 27); + } + sprintf(buf, " /Supplement %d def\n", topDict.supplement); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "end def\n", 8); + if (topDict.hasFontMatrix) { + sprintf(buf, "/FontMatrix [%g %g %g %g %g %g] def\n", + topDict.fontMatrix[0], topDict.fontMatrix[1], + topDict.fontMatrix[2], topDict.fontMatrix[3], + topDict.fontMatrix[4], topDict.fontMatrix[5]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } else if (privateDicts[0].hasFontMatrix) { + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + } else { + (*outputFunc)(outputStream, + "/FontMatrix [0.001 0 0 0.001 0 0] def\n", 38); + } + sprintf(buf, "/FontBBox [%g %g %g %g] def\n", + topDict.fontBBox[0], topDict.fontBBox[1], + topDict.fontBBox[2], topDict.fontBBox[3]); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/FontInfo 1 dict dup begin\n", 27); + (*outputFunc)(outputStream, " /FSType 8 def\n", 16); + (*outputFunc)(outputStream, "end def\n", 8); + + // CIDFont-specific entries + sprintf(buf, "/CIDCount %d def\n", nCIDs); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/FDBytes 1 def\n", 15); + sprintf(buf, "/GDBytes %d def\n", gdBytes); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/CIDMapOffset 0 def\n", 20); + if (topDict.paintType != 0) { + sprintf(buf, "/PaintType %d def\n", topDict.paintType); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, "/StrokeWidth %g def\n", topDict.strokeWidth); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + + // FDArray entry + sprintf(buf, "/FDArray %d array\n", nFDs); + (*outputFunc)(outputStream, buf, strlen(buf)); + for (i = 0; i < nFDs; ++i) { + sprintf(buf, "dup %d 10 dict begin\n", i); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/FontType 1 def\n", 16); + if (privateDicts[i].hasFontMatrix) { + sprintf(buf, "/FontMatrix [%g %g %g %g %g %g] def\n", + privateDicts[i].fontMatrix[0], + privateDicts[i].fontMatrix[1], + privateDicts[i].fontMatrix[2], + privateDicts[i].fontMatrix[3], + privateDicts[i].fontMatrix[4], + privateDicts[i].fontMatrix[5]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } else { + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + } + sprintf(buf, "/PaintType %d def\n", topDict.paintType); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/Private 32 dict begin\n", 23); + if (privateDicts[i].nBlueValues) { + (*outputFunc)(outputStream, "/BlueValues [", 13); + for (j = 0; j < privateDicts[i].nBlueValues; ++j) { + sprintf(buf, "%s%d", j > 0 ? " " : "", privateDicts[i].blueValues[j]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + } + if (privateDicts[i].nOtherBlues) { + (*outputFunc)(outputStream, "/OtherBlues [", 13); + for (j = 0; j < privateDicts[i].nOtherBlues; ++j) { + sprintf(buf, "%s%d", j > 0 ? " " : "", privateDicts[i].otherBlues[j]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + } + if (privateDicts[i].nFamilyBlues) { + (*outputFunc)(outputStream, "/FamilyBlues [", 14); + for (j = 0; j < privateDicts[i].nFamilyBlues; ++j) { + sprintf(buf, "%s%d", j > 0 ? " " : "", privateDicts[i].familyBlues[j]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + } + if (privateDicts[i].nFamilyOtherBlues) { + (*outputFunc)(outputStream, "/FamilyOtherBlues [", 19); + for (j = 0; j < privateDicts[i].nFamilyOtherBlues; ++j) { + sprintf(buf, "%s%d", j > 0 ? " " : "", + privateDicts[i].familyOtherBlues[j]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + } + if (privateDicts[i].blueScale != 0.039625) { + sprintf(buf, "/BlueScale %g def\n", privateDicts[i].blueScale); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].blueShift != 7) { + sprintf(buf, "/BlueShift %d def\n", privateDicts[i].blueShift); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].blueFuzz != 1) { + sprintf(buf, "/BlueFuzz %d def\n", privateDicts[i].blueFuzz); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].hasStdHW) { + sprintf(buf, "/StdHW [%g] def\n", privateDicts[i].stdHW); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].hasStdVW) { + sprintf(buf, "/StdVW [%g] def\n", privateDicts[i].stdVW); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].nStemSnapH) { + (*outputFunc)(outputStream, "/StemSnapH [", 12); + for (j = 0; j < privateDicts[i].nStemSnapH; ++j) { + sprintf(buf, "%s%g", j > 0 ? " " : "", privateDicts[i].stemSnapH[j]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + } + if (privateDicts[i].nStemSnapV) { + (*outputFunc)(outputStream, "/StemSnapV [", 12); + for (j = 0; j < privateDicts[i].nStemSnapV; ++j) { + sprintf(buf, "%s%g", j > 0 ? " " : "", privateDicts[i].stemSnapV[j]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + } + if (privateDicts[i].hasForceBold) { + sprintf(buf, "/ForceBold %s def\n", + privateDicts[i].forceBold ? "true" : "false"); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].forceBoldThreshold != 0) { + sprintf(buf, "/ForceBoldThreshold %g def\n", + privateDicts[i].forceBoldThreshold); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].languageGroup != 0) { + sprintf(buf, "/LanguageGroup %d def\n", privateDicts[i].languageGroup); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (privateDicts[i].expansionFactor != 0.06) { + sprintf(buf, "/ExpansionFactor %g def\n", + privateDicts[i].expansionFactor); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "currentdict end def\n", 20); + (*outputFunc)(outputStream, "currentdict end put\n", 20); + } + (*outputFunc)(outputStream, "def\n", 4); + + // start the binary section + offset = (nCIDs + 1) * (1 + gdBytes); + sprintf(buf, "(Hex) %d StartData\n", + offset + charStrings->getLength()); + (*outputFunc)(outputStream, buf, strlen(buf)); + + // write the charstring offset (CIDMap) table + for (i = 0; i <= nCIDs; i += 6) { + for (j = 0; j < 6 && i+j <= nCIDs; ++j) { + if (i+j < nCIDs && cidMap[i+j] >= 0) { + buf[0] = (char)fdSelect[cidMap[i+j]]; + } else { + buf[0] = (char)0; + } + n = offset + charStringOffsets[i+j]; + for (k = gdBytes; k >= 1; --k) { + buf[k] = (char)(n & 0xff); + n >>= 8; + } + for (k = 0; k <= gdBytes; ++k) { + sprintf(buf2, "%02x", buf[k] & 0xff); + (*outputFunc)(outputStream, buf2, 2); + } + } + (*outputFunc)(outputStream, "\n", 1); + } + + // write the charstring data + n = charStrings->getLength(); + for (i = 0; i < n; i += 32) { + for (j = 0; j < 32 && i+j < n; ++j) { + sprintf(buf, "%02x", charStrings->getChar(i+j) & 0xff); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (i + 32 >= n) { + (*outputFunc)(outputStream, ">", 1); + } + (*outputFunc)(outputStream, "\n", 1); + } + + gfree(charStringOffsets); + delete charStrings; + gfree(cidMap); +} + +void FoFiType1C::convertToType0(char *psName, + FoFiOutputFunc outputFunc, + void *outputStream) { + int *cidMap; + Type1CIndex subrIdx; + Type1CIndexVal val; + int nCIDs; + char buf[512]; + Type1CEexecBuf eb; + GBool ok; + int fd, i, j, k; + + // compute the CID count and build the CID-to-GID mapping + nCIDs = 0; + for (i = 0; i < nGlyphs; ++i) { + if (charset[i] >= nCIDs) { + nCIDs = charset[i] + 1; + } + } + cidMap = (int *)gmallocn(nCIDs, sizeof(int)); + for (i = 0; i < nCIDs; ++i) { + cidMap[i] = -1; + } + for (i = 0; i < nGlyphs; ++i) { + cidMap[charset[i]] = i; + } + + // write the descendant Type 1 fonts + for (i = 0; i < nCIDs; i += 256) { + + //~ this assumes that all CIDs in this block have the same FD -- + //~ to handle multiple FDs correctly, need to somehow divide the + //~ font up by FD + fd = 0; + for (j = 0; j < 256 && i+j < nCIDs; ++j) { + if (cidMap[i+j] >= 0) { + fd = fdSelect[cidMap[i+j]]; + break; + } + } + + // font dictionary (unencrypted section) + (*outputFunc)(outputStream, "16 dict begin\n", 14); + (*outputFunc)(outputStream, "/FontName /", 11); + (*outputFunc)(outputStream, psName, strlen(psName)); + sprintf(buf, "_%02x def\n", i >> 8); + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, "/FontType 1 def\n", 16); + if (privateDicts[fd].hasFontMatrix) { + sprintf(buf, "/FontMatrix [%g %g %g %g %g %g] def\n", + privateDicts[fd].fontMatrix[0], + privateDicts[fd].fontMatrix[1], + privateDicts[fd].fontMatrix[2], + privateDicts[fd].fontMatrix[3], + privateDicts[fd].fontMatrix[4], + privateDicts[fd].fontMatrix[5]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } else if (topDict.hasFontMatrix) { + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + } else { + (*outputFunc)(outputStream, + "/FontMatrix [0.001 0 0 0.001 0 0] def\n", 38); + } + sprintf(buf, "/FontBBox [%g %g %g %g] def\n", + topDict.fontBBox[0], topDict.fontBBox[1], + topDict.fontBBox[2], topDict.fontBBox[3]); + (*outputFunc)(outputStream, buf, strlen(buf)); + sprintf(buf, "/PaintType %d def\n", topDict.paintType); + (*outputFunc)(outputStream, buf, strlen(buf)); + if (topDict.paintType != 0) { + sprintf(buf, "/StrokeWidth %g def\n", topDict.strokeWidth); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "/Encoding 256 array\n", 20); + for (j = 0; j < 256 && i+j < nCIDs; ++j) { + sprintf(buf, "dup %d /c%02x put\n", j, j); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + if (j < 256) { + sprintf(buf, "%d 1 255 { 1 index exch /.notdef put } for\n", j); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "readonly def\n", 13); + (*outputFunc)(outputStream, "currentdict end\n", 16); + + // start the binary section + (*outputFunc)(outputStream, "currentfile eexec\n", 18); + eb.outputFunc = outputFunc; + eb.outputStream = outputStream; + eb.ascii = gTrue; + eb.r1 = 55665; + eb.line = 0; + + // start the private dictionary + eexecWrite(&eb, "\x83\xca\x73\xd5"); + eexecWrite(&eb, "dup /Private 32 dict dup begin\n"); + eexecWrite(&eb, "/RD {string currentfile exch readstring pop}" + " executeonly def\n"); + eexecWrite(&eb, "/ND {noaccess def} executeonly def\n"); + eexecWrite(&eb, "/NP {noaccess put} executeonly def\n"); + eexecWrite(&eb, "/MinFeature {16 16} def\n"); + eexecWrite(&eb, "/password 5839 def\n"); + if (privateDicts[fd].nBlueValues) { + eexecWrite(&eb, "/BlueValues ["); + for (k = 0; k < privateDicts[fd].nBlueValues; ++k) { + sprintf(buf, "%s%d", k > 0 ? " " : "", privateDicts[fd].blueValues[k]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[fd].nOtherBlues) { + eexecWrite(&eb, "/OtherBlues ["); + for (k = 0; k < privateDicts[fd].nOtherBlues; ++k) { + sprintf(buf, "%s%d", k > 0 ? " " : "", privateDicts[fd].otherBlues[k]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[fd].nFamilyBlues) { + eexecWrite(&eb, "/FamilyBlues ["); + for (k = 0; k < privateDicts[fd].nFamilyBlues; ++k) { + sprintf(buf, "%s%d", k > 0 ? " " : "", + privateDicts[fd].familyBlues[k]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[fd].nFamilyOtherBlues) { + eexecWrite(&eb, "/FamilyOtherBlues ["); + for (k = 0; k < privateDicts[fd].nFamilyOtherBlues; ++k) { + sprintf(buf, "%s%d", k > 0 ? " " : "", + privateDicts[fd].familyOtherBlues[k]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[fd].blueScale != 0.039625) { + sprintf(buf, "/BlueScale %g def\n", privateDicts[fd].blueScale); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].blueShift != 7) { + sprintf(buf, "/BlueShift %d def\n", privateDicts[fd].blueShift); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].blueFuzz != 1) { + sprintf(buf, "/BlueFuzz %d def\n", privateDicts[fd].blueFuzz); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].hasStdHW) { + sprintf(buf, "/StdHW [%g] def\n", privateDicts[fd].stdHW); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].hasStdVW) { + sprintf(buf, "/StdVW [%g] def\n", privateDicts[fd].stdVW); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].nStemSnapH) { + eexecWrite(&eb, "/StemSnapH ["); + for (k = 0; k < privateDicts[fd].nStemSnapH; ++k) { + sprintf(buf, "%s%g", k > 0 ? " " : "", privateDicts[fd].stemSnapH[k]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[fd].nStemSnapV) { + eexecWrite(&eb, "/StemSnapV ["); + for (k = 0; k < privateDicts[fd].nStemSnapV; ++k) { + sprintf(buf, "%s%g", k > 0 ? " " : "", privateDicts[fd].stemSnapV[k]); + eexecWrite(&eb, buf); + } + eexecWrite(&eb, "] def\n"); + } + if (privateDicts[fd].hasForceBold) { + sprintf(buf, "/ForceBold %s def\n", + privateDicts[fd].forceBold ? "true" : "false"); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].forceBoldThreshold != 0) { + sprintf(buf, "/ForceBoldThreshold %g def\n", + privateDicts[fd].forceBoldThreshold); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].languageGroup != 0) { + sprintf(buf, "/LanguageGroup %d def\n", privateDicts[fd].languageGroup); + eexecWrite(&eb, buf); + } + if (privateDicts[fd].expansionFactor != 0.06) { + sprintf(buf, "/ExpansionFactor %g def\n", + privateDicts[fd].expansionFactor); + eexecWrite(&eb, buf); + } + + // set up the subroutines + ok = gTrue; + getIndex(privateDicts[fd].subrsOffset, &subrIdx, &ok); + if (!ok) { + subrIdx.pos = -1; + } + + // start the CharStrings + sprintf(buf, "2 index /CharStrings 256 dict dup begin\n"); + eexecWrite(&eb, buf); + + // write the .notdef CharString + ok = gTrue; + getIndexVal(&charStringsIdx, 0, &val, &ok); + if (ok) { + eexecCvtGlyph(&eb, ".notdef", val.pos, val.len, + &subrIdx, &privateDicts[fd]); + } + + // write the CharStrings + for (j = 0; j < 256 && i+j < nCIDs; ++j) { + if (cidMap[i+j] >= 0) { + ok = gTrue; + getIndexVal(&charStringsIdx, cidMap[i+j], &val, &ok); + if (ok) { + sprintf(buf, "c%02x", j); + eexecCvtGlyph(&eb, buf, val.pos, val.len, + &subrIdx, &privateDicts[fd]); + } + } + } + eexecWrite(&eb, "end\n"); + eexecWrite(&eb, "end\n"); + eexecWrite(&eb, "readonly put\n"); + eexecWrite(&eb, "noaccess put\n"); + eexecWrite(&eb, "dup /FontName get exch definefont pop\n"); + eexecWrite(&eb, "mark currentfile closefile\n"); + + // trailer + if (eb.line > 0) { + (*outputFunc)(outputStream, "\n", 1); + } + for (j = 0; j < 8; ++j) { + (*outputFunc)(outputStream, "0000000000000000000000000000000000000000000000000000000000000000\n", 65); + } + (*outputFunc)(outputStream, "cleartomark\n", 12); + } + + // write the Type 0 parent font + (*outputFunc)(outputStream, "16 dict begin\n", 14); + (*outputFunc)(outputStream, "/FontName /", 11); + (*outputFunc)(outputStream, psName, strlen(psName)); + (*outputFunc)(outputStream, " def\n", 5); + (*outputFunc)(outputStream, "/FontType 0 def\n", 16); + if (topDict.hasFontMatrix) { + sprintf(buf, "/FontMatrix [%g %g %g %g %g %g] def\n", + topDict.fontMatrix[0], topDict.fontMatrix[1], + topDict.fontMatrix[2], topDict.fontMatrix[3], + topDict.fontMatrix[4], topDict.fontMatrix[5]); + (*outputFunc)(outputStream, buf, strlen(buf)); + } else { + (*outputFunc)(outputStream, "/FontMatrix [1 0 0 1 0 0] def\n", 30); + } + (*outputFunc)(outputStream, "/FMapType 2 def\n", 16); + (*outputFunc)(outputStream, "/Encoding [\n", 12); + for (i = 0; i < nCIDs; i += 256) { + sprintf(buf, "%d\n", i >> 8); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + (*outputFunc)(outputStream, "/FDepVector [\n", 14); + for (i = 0; i < nCIDs; i += 256) { + (*outputFunc)(outputStream, "/", 1); + (*outputFunc)(outputStream, psName, strlen(psName)); + sprintf(buf, "_%02x findfont\n", i >> 8); + (*outputFunc)(outputStream, buf, strlen(buf)); + } + (*outputFunc)(outputStream, "] def\n", 6); + (*outputFunc)(outputStream, "FontName currentdict end definefont pop\n", 40); + + gfree(cidMap); +} + +void FoFiType1C::eexecCvtGlyph(Type1CEexecBuf *eb, char *glyphName, + int offset, int nBytes, + Type1CIndex *subrIdx, + Type1CPrivateDict *pDict) { + char buf[512]; + GString *charBuf; + + // generate the charstring + charBuf = new GString(); + cvtGlyph(offset, nBytes, charBuf, subrIdx, pDict, gTrue); + + sprintf(buf, "/%s %d RD ", glyphName, charBuf->getLength()); + eexecWrite(eb, buf); + eexecWriteCharstring(eb, (Guchar *)charBuf->getCString(), + charBuf->getLength()); + eexecWrite(eb, " ND\n"); + + delete charBuf; +} + +void FoFiType1C::cvtGlyph(int offset, int nBytes, GString *charBuf, + Type1CIndex *subrIdx, Type1CPrivateDict *pDict, + GBool top) { + Type1CIndexVal val; + GBool ok, dFP; + double d, dx, dy; + Gushort r2; + Guchar byte; + int pos, subrBias, start, i, k; + + start = charBuf->getLength(); + if (top) { + charBuf->append((char)73); + charBuf->append((char)58); + charBuf->append((char)147); + charBuf->append((char)134); + nOps = 0; + nHints = 0; + firstOp = gTrue; + openPath = gFalse; + } + + pos = offset; + while (pos < offset + nBytes) { + ok = gTrue; + pos = getOp(pos, gTrue, &ok); + if (!ok) { + break; + } + if (!ops[nOps - 1].isNum) { + --nOps; // drop the operator + switch (ops[nOps].op) { + case 0x0001: // hstem + if (firstOp) { + cvtGlyphWidth(nOps & 1, charBuf, pDict); + firstOp = gFalse; + } + if (nOps & 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hstem", nOps); + } + d = 0; + dFP = gFalse; + for (k = 0; k < nOps; k += 2) { + // convert Type 2 edge hints (-20 or -21) to Type 1 ghost hints + if (ops[k+1].num < 0) { + d += ops[k].num + ops[k+1].num; + dFP |= ops[k].isFP | ops[k+1].isFP; + cvtNum(d, dFP, charBuf); + cvtNum(-ops[k+1].num, ops[k+1].isFP, charBuf); + } else { + d += ops[k].num; + dFP |= ops[k].isFP; + cvtNum(d, dFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + d += ops[k+1].num; + dFP |= ops[k+1].isFP; + } + charBuf->append((char)1); + } + nHints += nOps / 2; + nOps = 0; + break; + case 0x0003: // vstem + if (firstOp) { + cvtGlyphWidth(nOps & 1, charBuf, pDict); + firstOp = gFalse; + } + if (nOps & 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 vstem", nOps); + } + d = 0; + dFP = gFalse; + for (k = 0; k < nOps; k += 2) { + // convert Type 2 edge hints (-20 or -21) to Type 1 ghost hints + if (ops[k+1].num < 0) { + d += ops[k].num + ops[k+1].num; + dFP |= ops[k].isFP | ops[k+1].isFP; + cvtNum(d, dFP, charBuf); + cvtNum(-ops[k+1].num, ops[k+1].isFP, charBuf); + } else { + d += ops[k].num; + dFP |= ops[k].isFP; + cvtNum(d, dFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + d += ops[k+1].num; + dFP |= ops[k+1].isFP; + } + charBuf->append((char)3); + } + nHints += nOps / 2; + nOps = 0; + break; + case 0x0004: // vmoveto + if (firstOp) { + cvtGlyphWidth(nOps == 2, charBuf, pDict); + firstOp = gFalse; + } + if (openPath) { + charBuf->append((char)9); + openPath = gFalse; + } + if (nOps != 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 vmoveto", nOps); + } + cvtNum(ops[0].num, ops[0].isFP, charBuf); + charBuf->append((char)4); + nOps = 0; + break; + case 0x0005: // rlineto + if (nOps < 2 || nOps % 2 != 0) { + //~ error(-1, "Wrong number of args (%d) to Type 2 rlineto", nOps); + } + for (k = 0; k < nOps; k += 2) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + charBuf->append((char)5); + } + nOps = 0; + openPath = gTrue; + break; + case 0x0006: // hlineto + if (nOps < 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hlineto", nOps); + } + for (k = 0; k < nOps; ++k) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + charBuf->append((char)((k & 1) ? 7 : 6)); + } + nOps = 0; + openPath = gTrue; + break; + case 0x0007: // vlineto + if (nOps < 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 vlineto", nOps); + } + for (k = 0; k < nOps; ++k) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + charBuf->append((char)((k & 1) ? 6 : 7)); + } + nOps = 0; + openPath = gTrue; + break; + case 0x0008: // rrcurveto + if (nOps < 6 || nOps % 6 != 0) { + //~ error(-1, "Wrong number of args (%d) to Type 2 rrcurveto", nOps); + } + for (k = 0; k < nOps; k += 6) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + cvtNum(ops[k+4].num, ops[k+4].isFP, charBuf); + cvtNum(ops[k+5].num, ops[k+5].isFP, charBuf); + charBuf->append((char)8); + } + nOps = 0; + openPath = gTrue; + break; + case 0x000a: // callsubr + if (nOps >= 1) { + subrBias = (subrIdx->len < 1240) + ? 107 : (subrIdx->len < 33900) ? 1131 : 32768; + k = subrBias + (int)ops[nOps - 1].num; + --nOps; + ok = gTrue; + getIndexVal(subrIdx, k, &val, &ok); + if (ok) { + cvtGlyph(val.pos, val.len, charBuf, subrIdx, pDict, gFalse); + } + } else { + //~ error(-1, "Too few args to Type 2 callsubr"); + } + // don't clear the stack + break; + case 0x000b: // return + // don't clear the stack + break; + case 0x000e: // endchar / seac + if (firstOp) { + cvtGlyphWidth(nOps == 1 || nOps == 5, charBuf, pDict); + firstOp = gFalse; + } + if (openPath) { + charBuf->append((char)9); + openPath = gFalse; + } + if (nOps == 4) { + cvtNum(0, gFalse, charBuf); + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(ops[1].num, ops[1].isFP, charBuf); + cvtNum(ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[3].num, ops[3].isFP, charBuf); + charBuf->append((char)12)->append((char)6); + } else if (nOps == 0) { + charBuf->append((char)14); + } else { + //~ error(-1, "Wrong number of args (%d) to Type 2 endchar", nOps); + } + nOps = 0; + break; + case 0x000f: // (obsolete) + // this op is ignored, but we need the glyph width + if (firstOp) { + cvtGlyphWidth(nOps > 0, charBuf, pDict); + firstOp = gFalse; + } + nOps = 0; + break; + case 0x0010: // blend + //~ error(-1, "Unimplemented Type 2 charstring op: %d", file[i]); + nOps = 0; + break; + case 0x0012: // hstemhm + // ignored + if (firstOp) { + cvtGlyphWidth(nOps & 1, charBuf, pDict); + firstOp = gFalse; + } + if (nOps & 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hstemhm", nOps); + } + nHints += nOps / 2; + nOps = 0; + break; + case 0x0013: // hintmask + // ignored + if (firstOp) { + cvtGlyphWidth(nOps & 1, charBuf, pDict); + firstOp = gFalse; + } + if (nOps > 0) { + if (nOps & 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hintmask/vstemhm", + //~ nOps); + } + nHints += nOps / 2; + } + pos += (nHints + 7) >> 3; + nOps = 0; + break; + case 0x0014: // cntrmask + // ignored + if (firstOp) { + cvtGlyphWidth(nOps & 1, charBuf, pDict); + firstOp = gFalse; + } + if (nOps > 0) { + if (nOps & 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 cntrmask/vstemhm", + //~ nOps); + } + nHints += nOps / 2; + } + pos += (nHints + 7) >> 3; + nOps = 0; + break; + case 0x0015: // rmoveto + if (firstOp) { + cvtGlyphWidth(nOps == 3, charBuf, pDict); + firstOp = gFalse; + } + if (openPath) { + charBuf->append((char)9); + openPath = gFalse; + } + if (nOps != 2) { + //~ error(-1, "Wrong number of args (%d) to Type 2 rmoveto", nOps); + } + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(ops[1].num, ops[1].isFP, charBuf); + charBuf->append((char)21); + nOps = 0; + break; + case 0x0016: // hmoveto + if (firstOp) { + cvtGlyphWidth(nOps == 2, charBuf, pDict); + firstOp = gFalse; + } + if (openPath) { + charBuf->append((char)9); + openPath = gFalse; + } + if (nOps != 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hmoveto", nOps); + } + cvtNum(ops[0].num, ops[0].isFP, charBuf); + charBuf->append((char)22); + nOps = 0; + break; + case 0x0017: // vstemhm + // ignored + if (firstOp) { + cvtGlyphWidth(nOps & 1, charBuf, pDict); + firstOp = gFalse; + } + if (nOps & 1) { + //~ error(-1, "Wrong number of args (%d) to Type 2 vstemhm", nOps); + } + nHints += nOps / 2; + nOps = 0; + break; + case 0x0018: // rcurveline + if (nOps < 8 || (nOps - 2) % 6 != 0) { + //~ error(-1, "Wrong number of args (%d) to Type 2 rcurveline", nOps); + } + for (k = 0; k < nOps - 2; k += 6) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + cvtNum(ops[k+4].num, ops[k+4].isFP, charBuf); + cvtNum(ops[k+5].num, ops[k+5].isFP, charBuf); + charBuf->append((char)8); + } + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k].isFP, charBuf); + charBuf->append((char)5); + nOps = 0; + openPath = gTrue; + break; + case 0x0019: // rlinecurve + if (nOps < 8 || (nOps - 6) % 2 != 0) { + //~ error(-1, "Wrong number of args (%d) to Type 2 rlinecurve", nOps); + } + for (k = 0; k < nOps - 6; k += 2) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k].isFP, charBuf); + charBuf->append((char)5); + } + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + cvtNum(ops[k+4].num, ops[k+4].isFP, charBuf); + cvtNum(ops[k+5].num, ops[k+5].isFP, charBuf); + charBuf->append((char)8); + nOps = 0; + openPath = gTrue; + break; + case 0x001a: // vvcurveto + if (nOps < 4 || !(nOps % 4 == 0 || (nOps-1) % 4 == 0)) { + //~ error(-1, "Wrong number of args (%d) to Type 2 vvcurveto", nOps); + } + if (nOps % 2 == 1) { + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(ops[1].num, ops[1].isFP, charBuf); + cvtNum(ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[3].num, ops[3].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[4].num, ops[4].isFP, charBuf); + charBuf->append((char)8); + k = 5; + } else { + k = 0; + } + for (; k < nOps; k += 4) { + cvtNum(0, gFalse, charBuf); + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + charBuf->append((char)8); + } + nOps = 0; + openPath = gTrue; + break; + case 0x001b: // hhcurveto + if (nOps < 4 || !(nOps % 4 == 0 || (nOps-1) % 4 == 0)) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hhcurveto", nOps); + } + if (nOps % 2 == 1) { + cvtNum(ops[1].num, ops[1].isFP, charBuf); + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[3].num, ops[3].isFP, charBuf); + cvtNum(ops[4].num, ops[4].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + charBuf->append((char)8); + k = 5; + } else { + k = 0; + } + for (; k < nOps; k += 4) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + charBuf->append((char)8); + } + nOps = 0; + openPath = gTrue; + break; + case 0x001d: // callgsubr + if (nOps >= 1) { + k = gsubrBias + (int)ops[nOps - 1].num; + --nOps; + ok = gTrue; + getIndexVal(&gsubrIdx, k, &val, &ok); + if (ok) { + cvtGlyph(val.pos, val.len, charBuf, subrIdx, pDict, gFalse); + } + } else { + //~ error(-1, "Too few args to Type 2 callgsubr"); + } + // don't clear the stack + break; + case 0x001e: // vhcurveto + if (nOps < 4 || !(nOps % 4 == 0 || (nOps-1) % 4 == 0)) { + //~ error(-1, "Wrong number of args (%d) to Type 2 vhcurveto", nOps); + } + for (k = 0; k < nOps && k != nOps-5; k += 4) { + if (k % 8 == 0) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + charBuf->append((char)30); + } else { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + charBuf->append((char)31); + } + } + if (k == nOps-5) { + if (k % 8 == 0) { + cvtNum(0, gFalse, charBuf); + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + cvtNum(ops[k+4].num, ops[k+4].isFP, charBuf); + } else { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+4].num, ops[k+4].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + } + charBuf->append((char)8); + } + nOps = 0; + openPath = gTrue; + break; + case 0x001f: // hvcurveto + if (nOps < 4 || !(nOps % 4 == 0 || (nOps-1) % 4 == 0)) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hvcurveto", nOps); + } + for (k = 0; k < nOps && k != nOps-5; k += 4) { + if (k % 8 == 0) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + charBuf->append((char)31); + } else { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + charBuf->append((char)30); + } + } + if (k == nOps-5) { + if (k % 8 == 0) { + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+4].num, ops[k+4].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + } else { + cvtNum(0, gFalse, charBuf); + cvtNum(ops[k].num, ops[k].isFP, charBuf); + cvtNum(ops[k+1].num, ops[k+1].isFP, charBuf); + cvtNum(ops[k+2].num, ops[k+2].isFP, charBuf); + cvtNum(ops[k+3].num, ops[k+3].isFP, charBuf); + cvtNum(ops[k+4].num, ops[k+4].isFP, charBuf); + } + charBuf->append((char)8); + } + nOps = 0; + openPath = gTrue; + break; + case 0x0c00: // dotsection (should be Type 1 only?) + // ignored + nOps = 0; + break; + case 0x0c03: // and + case 0x0c04: // or + case 0x0c05: // not + case 0x0c08: // store + case 0x0c09: // abs + case 0x0c0a: // add + case 0x0c0b: // sub + case 0x0c0c: // div + case 0x0c0d: // load + case 0x0c0e: // neg + case 0x0c0f: // eq + case 0x0c12: // drop + case 0x0c14: // put + case 0x0c15: // get + case 0x0c16: // ifelse + case 0x0c17: // random + case 0x0c18: // mul + case 0x0c1a: // sqrt + case 0x0c1b: // dup + case 0x0c1c: // exch + case 0x0c1d: // index + case 0x0c1e: // roll + //~ error(-1, "Unimplemented Type 2 charstring op: 12.%d", file[i+1]); + nOps = 0; + break; + case 0x0c22: // hflex + if (nOps != 7) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hflex", nOps); + } + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[1].num, ops[1].isFP, charBuf); + cvtNum(ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[3].num, ops[3].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + charBuf->append((char)8); + cvtNum(ops[4].num, ops[4].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[5].num, ops[5].isFP, charBuf); + cvtNum(-ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[6].num, ops[6].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + charBuf->append((char)8); + nOps = 0; + openPath = gTrue; + break; + case 0x0c23: // flex + if (nOps != 13) { + //~ error(-1, "Wrong number of args (%d) to Type 2 flex", nOps); + } + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(ops[1].num, ops[1].isFP, charBuf); + cvtNum(ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[3].num, ops[3].isFP, charBuf); + cvtNum(ops[4].num, ops[4].isFP, charBuf); + cvtNum(ops[5].num, ops[5].isFP, charBuf); + charBuf->append((char)8); + cvtNum(ops[6].num, ops[6].isFP, charBuf); + cvtNum(ops[7].num, ops[7].isFP, charBuf); + cvtNum(ops[8].num, ops[8].isFP, charBuf); + cvtNum(ops[9].num, ops[9].isFP, charBuf); + cvtNum(ops[10].num, ops[10].isFP, charBuf); + cvtNum(ops[11].num, ops[11].isFP, charBuf); + charBuf->append((char)8); + nOps = 0; + openPath = gTrue; + break; + case 0x0c24: // hflex1 + if (nOps != 9) { + //~ error(-1, "Wrong number of args (%d) to Type 2 hflex1", nOps); + } + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(ops[1].num, ops[1].isFP, charBuf); + cvtNum(ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[3].num, ops[3].isFP, charBuf); + cvtNum(ops[4].num, ops[4].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + charBuf->append((char)8); + cvtNum(ops[5].num, ops[5].isFP, charBuf); + cvtNum(0, gFalse, charBuf); + cvtNum(ops[6].num, ops[6].isFP, charBuf); + cvtNum(ops[7].num, ops[7].isFP, charBuf); + cvtNum(ops[8].num, ops[8].isFP, charBuf); + cvtNum(-(ops[1].num + ops[3].num + ops[7].num), + ops[1].isFP | ops[3].isFP | ops[7].isFP, charBuf); + charBuf->append((char)8); + nOps = 0; + openPath = gTrue; + break; + case 0x0c25: // flex1 + if (nOps != 11) { + //~ error(-1, "Wrong number of args (%d) to Type 2 flex1", nOps); + } + cvtNum(ops[0].num, ops[0].isFP, charBuf); + cvtNum(ops[1].num, ops[1].isFP, charBuf); + cvtNum(ops[2].num, ops[2].isFP, charBuf); + cvtNum(ops[3].num, ops[3].isFP, charBuf); + cvtNum(ops[4].num, ops[4].isFP, charBuf); + cvtNum(ops[5].num, ops[5].isFP, charBuf); + charBuf->append((char)8); + cvtNum(ops[6].num, ops[6].isFP, charBuf); + cvtNum(ops[7].num, ops[7].isFP, charBuf); + cvtNum(ops[8].num, ops[8].isFP, charBuf); + cvtNum(ops[9].num, ops[9].isFP, charBuf); + dx = ops[0].num + ops[2].num + ops[4].num + ops[6].num + ops[8].num; + dy = ops[1].num + ops[3].num + ops[5].num + ops[7].num + ops[9].num; + if (fabs(dx) > fabs(dy)) { + cvtNum(ops[10].num, ops[10].isFP, charBuf); + cvtNum(-dy, ops[1].isFP | ops[3].isFP | ops[5].isFP | + ops[7].isFP | ops[9].isFP, charBuf); + } else { + cvtNum(-dx, ops[0].isFP | ops[2].isFP | ops[4].isFP | + ops[6].isFP | ops[8].isFP, charBuf); + cvtNum(ops[10].num, ops[10].isFP, charBuf); + } + charBuf->append((char)8); + nOps = 0; + openPath = gTrue; + break; + default: + //~ error(-1, "Illegal Type 2 charstring op: %04x", + //~ ops[nOps].op); + nOps = 0; + break; + } + } + } + + // charstring encryption + if (top) { + r2 = 4330; + for (i = start; i < charBuf->getLength(); ++i) { + byte = charBuf->getChar(i) ^ (r2 >> 8); + charBuf->setChar(i, byte); + r2 = (byte + r2) * 52845 + 22719; + } + } +} + +void FoFiType1C::cvtGlyphWidth(GBool useOp, GString *charBuf, + Type1CPrivateDict *pDict) { + double w; + GBool wFP; + int i; + + if (useOp) { + w = pDict->nominalWidthX + ops[0].num; + wFP = pDict->nominalWidthXFP | ops[0].isFP; + for (i = 1; i < nOps; ++i) { + ops[i-1] = ops[i]; + } + --nOps; + } else { + w = pDict->defaultWidthX; + wFP = pDict->defaultWidthXFP; + } + cvtNum(0, gFalse, charBuf); + cvtNum(w, wFP, charBuf); + charBuf->append((char)13); +} + +void FoFiType1C::cvtNum(double x, GBool isFP, GString *charBuf) { + Guchar buf[12]; + int y, n; + + n = 0; + if (isFP) { + if (x >= -32768 && x < 32768) { + y = (int)(x * 256.0); + buf[0] = 255; + buf[1] = (Guchar)(y >> 24); + buf[2] = (Guchar)(y >> 16); + buf[3] = (Guchar)(y >> 8); + buf[4] = (Guchar)y; + buf[5] = 255; + buf[6] = 0; + buf[7] = 0; + buf[8] = 1; + buf[9] = 0; + buf[10] = 12; + buf[11] = 12; + n = 12; + } else { + //~ error(-1, "Type 2 fixed point constant out of range"); + } + } else { + y = (int)x; + if (y >= -107 && y <= 107) { + buf[0] = (Guchar)(y + 139); + n = 1; + } else if (y > 107 && y <= 1131) { + y -= 108; + buf[0] = (Guchar)((y >> 8) + 247); + buf[1] = (Guchar)(y & 0xff); + n = 2; + } else if (y < -107 && y >= -1131) { + y = -y - 108; + buf[0] = (Guchar)((y >> 8) + 251); + buf[1] = (Guchar)(y & 0xff); + n = 2; + } else { + buf[0] = 255; + buf[1] = (Guchar)(y >> 24); + buf[2] = (Guchar)(y >> 16); + buf[3] = (Guchar)(y >> 8); + buf[4] = (Guchar)y; + n = 5; + } + } + charBuf->append((char *)buf, n); +} + +void FoFiType1C::eexecWrite(Type1CEexecBuf *eb, char *s) { + Guchar *p; + Guchar x; + + for (p = (Guchar *)s; *p; ++p) { + x = *p ^ (eb->r1 >> 8); + eb->r1 = (x + eb->r1) * 52845 + 22719; + if (eb->ascii) { + (*eb->outputFunc)(eb->outputStream, &hexChars[x >> 4], 1); + (*eb->outputFunc)(eb->outputStream, &hexChars[x & 0x0f], 1); + eb->line += 2; + if (eb->line == 64) { + (*eb->outputFunc)(eb->outputStream, "\n", 1); + eb->line = 0; + } + } else { + (*eb->outputFunc)(eb->outputStream, (char *)&x, 1); + } + } +} + +void FoFiType1C::eexecWriteCharstring(Type1CEexecBuf *eb, + Guchar *s, int n) { + Guchar x; + int i; + + // eexec encryption + for (i = 0; i < n; ++i) { + x = s[i] ^ (eb->r1 >> 8); + eb->r1 = (x + eb->r1) * 52845 + 22719; + if (eb->ascii) { + (*eb->outputFunc)(eb->outputStream, &hexChars[x >> 4], 1); + (*eb->outputFunc)(eb->outputStream, &hexChars[x & 0x0f], 1); + eb->line += 2; + if (eb->line == 64) { + (*eb->outputFunc)(eb->outputStream, "\n", 1); + eb->line = 0; + } + } else { + (*eb->outputFunc)(eb->outputStream, (char *)&x, 1); + } + } +} + +GBool FoFiType1C::parse() { + Type1CIndex fdIdx; + Type1CIndexVal val; + int i; + + parsedOk = gTrue; + + // some tools embed Type 1C fonts with an extra whitespace char at + // the beginning + if (len > 0 && file[0] != '\x01') { + ++file; + --len; + } + + // find the indexes + getIndex(getU8(2, &parsedOk), &nameIdx, &parsedOk); + getIndex(nameIdx.endPos, &topDictIdx, &parsedOk); + getIndex(topDictIdx.endPos, &stringIdx, &parsedOk); + getIndex(stringIdx.endPos, &gsubrIdx, &parsedOk); + if (!parsedOk) { + return gFalse; + } + gsubrBias = (gsubrIdx.len < 1240) ? 107 + : (gsubrIdx.len < 33900) ? 1131 : 32768; + + // read the first font name + getIndexVal(&nameIdx, 0, &val, &parsedOk); + if (!parsedOk) { + return gFalse; + } + name = new GString((char *)&file[val.pos], val.len); + + // read the top dict for the first font + readTopDict(); + + // for CID fonts: read the FDArray dicts and private dicts + if (topDict.firstOp == 0x0c1e) { + if (topDict.fdArrayOffset == 0) { + nFDs = 1; + privateDicts = (Type1CPrivateDict *)gmalloc(sizeof(Type1CPrivateDict)); + readPrivateDict(0, 0, &privateDicts[0]); + } else { + getIndex(topDict.fdArrayOffset, &fdIdx, &parsedOk); + if (!parsedOk) { + return gFalse; + } + nFDs = fdIdx.len; + privateDicts = (Type1CPrivateDict *) + gmallocn(nFDs, sizeof(Type1CPrivateDict)); + for (i = 0; i < nFDs; ++i) { + getIndexVal(&fdIdx, i, &val, &parsedOk); + if (!parsedOk) { + return gFalse; + } + readFD(val.pos, val.len, &privateDicts[i]); + } + } + + // for 8-bit fonts: read the private dict + } else { + privateDicts = (Type1CPrivateDict *)gmalloc(sizeof(Type1CPrivateDict)); + readPrivateDict(topDict.privateOffset, topDict.privateSize, + &privateDicts[0]); + } + + // check for parse errors in the private dict(s) + if (!parsedOk) { + return gFalse; + } + + // get the charstrings index + if (topDict.charStringsOffset <= 0) { + parsedOk = gFalse; + return gFalse; + } + getIndex(topDict.charStringsOffset, &charStringsIdx, &parsedOk); + if (!parsedOk) { + return gFalse; + } + nGlyphs = charStringsIdx.len; + + // for CID fonts: read the FDSelect table + if (topDict.firstOp == 0x0c1e) { + readFDSelect(); + if (!parsedOk) { + return gFalse; + } + } + + // read the charset + if (!readCharset()) { + parsedOk = gFalse; + return gFalse; + } + + // for 8-bit fonts: build the encoding + if (topDict.firstOp != 0x0c14 && topDict.firstOp != 0x0c1e) { + buildEncoding(); + if (!parsedOk) { + return gFalse; + } + } + + return parsedOk; +} + +void FoFiType1C::readTopDict() { + Type1CIndexVal topDictPtr; + int pos; + + topDict.firstOp = -1; + topDict.versionSID = 0; + topDict.noticeSID = 0; + topDict.copyrightSID = 0; + topDict.fullNameSID = 0; + topDict.familyNameSID = 0; + topDict.weightSID = 0; + topDict.isFixedPitch = 0; + topDict.italicAngle = 0; + topDict.underlinePosition = -100; + topDict.underlineThickness = 50; + topDict.paintType = 0; + topDict.charstringType = 2; + topDict.fontMatrix[0] = 0.001; + topDict.fontMatrix[1] = 0; + topDict.fontMatrix[2] = 0; + topDict.fontMatrix[3] = 0.001; + topDict.fontMatrix[4] = 0; + topDict.fontMatrix[5] = 0; + topDict.hasFontMatrix = gFalse; + topDict.uniqueID = 0; + topDict.fontBBox[0] = 0; + topDict.fontBBox[1] = 0; + topDict.fontBBox[2] = 0; + topDict.fontBBox[3] = 0; + topDict.strokeWidth = 0; + topDict.charsetOffset = 0; + topDict.encodingOffset = 0; + topDict.charStringsOffset = 0; + topDict.privateSize = 0; + topDict.privateOffset = 0; + topDict.registrySID = 0; + topDict.orderingSID = 0; + topDict.supplement = 0; + topDict.fdArrayOffset = 0; + topDict.fdSelectOffset = 0; + + getIndexVal(&topDictIdx, 0, &topDictPtr, &parsedOk); + pos = topDictPtr.pos; + nOps = 0; + while (pos < topDictPtr.pos + topDictPtr.len) { + pos = getOp(pos, gFalse, &parsedOk); + if (!parsedOk) { + break; + } + if (!ops[nOps - 1].isNum) { + --nOps; // drop the operator + if (topDict.firstOp < 0) { + topDict.firstOp = ops[nOps].op; + } + switch (ops[nOps].op) { + case 0x0000: topDict.versionSID = (int)ops[0].num; break; + case 0x0001: topDict.noticeSID = (int)ops[0].num; break; + case 0x0c00: topDict.copyrightSID = (int)ops[0].num; break; + case 0x0002: topDict.fullNameSID = (int)ops[0].num; break; + case 0x0003: topDict.familyNameSID = (int)ops[0].num; break; + case 0x0004: topDict.weightSID = (int)ops[0].num; break; + case 0x0c01: topDict.isFixedPitch = (int)ops[0].num; break; + case 0x0c02: topDict.italicAngle = ops[0].num; break; + case 0x0c03: topDict.underlinePosition = ops[0].num; break; + case 0x0c04: topDict.underlineThickness = ops[0].num; break; + case 0x0c05: topDict.paintType = (int)ops[0].num; break; + case 0x0c06: topDict.charstringType = (int)ops[0].num; break; + case 0x0c07: topDict.fontMatrix[0] = ops[0].num; + topDict.fontMatrix[1] = ops[1].num; + topDict.fontMatrix[2] = ops[2].num; + topDict.fontMatrix[3] = ops[3].num; + topDict.fontMatrix[4] = ops[4].num; + topDict.fontMatrix[5] = ops[5].num; + topDict.hasFontMatrix = gTrue; break; + case 0x000d: topDict.uniqueID = (int)ops[0].num; break; + case 0x0005: topDict.fontBBox[0] = ops[0].num; + topDict.fontBBox[1] = ops[1].num; + topDict.fontBBox[2] = ops[2].num; + topDict.fontBBox[3] = ops[3].num; break; + case 0x0c08: topDict.strokeWidth = ops[0].num; break; + case 0x000f: topDict.charsetOffset = (int)ops[0].num; break; + case 0x0010: topDict.encodingOffset = (int)ops[0].num; break; + case 0x0011: topDict.charStringsOffset = (int)ops[0].num; break; + case 0x0012: topDict.privateSize = (int)ops[0].num; + topDict.privateOffset = (int)ops[1].num; break; + case 0x0c1e: topDict.registrySID = (int)ops[0].num; + topDict.orderingSID = (int)ops[1].num; + topDict.supplement = (int)ops[2].num; break; + case 0x0c24: topDict.fdArrayOffset = (int)ops[0].num; break; + case 0x0c25: topDict.fdSelectOffset = (int)ops[0].num; break; + } + nOps = 0; + } + } +} + +// Read a CID font dict (FD) - this pulls out the private dict +// pointer, and reads the private dict. It also pulls the FontMatrix +// (if any) out of the FD. +void FoFiType1C::readFD(int offset, int length, Type1CPrivateDict *pDict) { + int pos, pSize, pOffset; + double fontMatrix[6]; + GBool hasFontMatrix; + + hasFontMatrix = gFalse; + pSize = pOffset = 0; + pos = offset; + nOps = 0; + while (pos < offset + length) { + pos = getOp(pos, gFalse, &parsedOk); + if (!parsedOk) { + return; + } + if (!ops[nOps - 1].isNum) { + if (ops[nOps - 1].op == 0x0012) { + if (nOps < 3) { + parsedOk = gFalse; + return; + } + pSize = (int)ops[0].num; + pOffset = (int)ops[1].num; + break; + } else if (ops[nOps - 1].op == 0x0c07) { + fontMatrix[0] = ops[0].num; + fontMatrix[1] = ops[1].num; + fontMatrix[2] = ops[2].num; + fontMatrix[3] = ops[3].num; + fontMatrix[4] = ops[4].num; + fontMatrix[5] = ops[5].num; + hasFontMatrix = gTrue; + } + nOps = 0; + } + } + readPrivateDict(pOffset, pSize, pDict); + if (hasFontMatrix) { + pDict->fontMatrix[0] = fontMatrix[0]; + pDict->fontMatrix[1] = fontMatrix[1]; + pDict->fontMatrix[2] = fontMatrix[2]; + pDict->fontMatrix[3] = fontMatrix[3]; + pDict->fontMatrix[4] = fontMatrix[4]; + pDict->fontMatrix[5] = fontMatrix[5]; + pDict->hasFontMatrix = gTrue; + } +} + +void FoFiType1C::readPrivateDict(int offset, int length, + Type1CPrivateDict *pDict) { + int pos; + + pDict->hasFontMatrix = gFalse; + pDict->nBlueValues = 0; + pDict->nOtherBlues = 0; + pDict->nFamilyBlues = 0; + pDict->nFamilyOtherBlues = 0; + pDict->blueScale = 0.039625; + pDict->blueShift = 7; + pDict->blueFuzz = 1; + pDict->hasStdHW = gFalse; + pDict->hasStdVW = gFalse; + pDict->nStemSnapH = 0; + pDict->nStemSnapV = 0; + pDict->hasForceBold = gFalse; + pDict->forceBoldThreshold = 0; + pDict->languageGroup = 0; + pDict->expansionFactor = 0.06; + pDict->initialRandomSeed = 0; + pDict->subrsOffset = 0; + pDict->defaultWidthX = 0; + pDict->defaultWidthXFP = gFalse; + pDict->nominalWidthX = 0; + pDict->nominalWidthXFP = gFalse; + + // no dictionary + if (offset == 0 || length == 0) { + return; + } + + pos = offset; + nOps = 0; + while (pos < offset + length) { + pos = getOp(pos, gFalse, &parsedOk); + if (!parsedOk) { + break; + } + if (!ops[nOps - 1].isNum) { + --nOps; // drop the operator + switch (ops[nOps].op) { + case 0x0006: + pDict->nBlueValues = getDeltaIntArray(pDict->blueValues, + type1CMaxBlueValues); + break; + case 0x0007: + pDict->nOtherBlues = getDeltaIntArray(pDict->otherBlues, + type1CMaxOtherBlues); + break; + case 0x0008: + pDict->nFamilyBlues = getDeltaIntArray(pDict->familyBlues, + type1CMaxBlueValues); + break; + case 0x0009: + pDict->nFamilyOtherBlues = getDeltaIntArray(pDict->familyOtherBlues, + type1CMaxOtherBlues); + break; + case 0x0c09: + pDict->blueScale = ops[0].num; + break; + case 0x0c0a: + pDict->blueShift = (int)ops[0].num; + break; + case 0x0c0b: + pDict->blueFuzz = (int)ops[0].num; + break; + case 0x000a: + pDict->stdHW = ops[0].num; + pDict->hasStdHW = gTrue; + break; + case 0x000b: + pDict->stdVW = ops[0].num; + pDict->hasStdVW = gTrue; + break; + case 0x0c0c: + pDict->nStemSnapH = getDeltaFPArray(pDict->stemSnapH, + type1CMaxStemSnap); + break; + case 0x0c0d: + pDict->nStemSnapV = getDeltaFPArray(pDict->stemSnapV, + type1CMaxStemSnap); + break; + case 0x0c0e: + pDict->forceBold = ops[0].num != 0; + pDict->hasForceBold = gTrue; + break; + case 0x0c0f: + pDict->forceBoldThreshold = ops[0].num; + break; + case 0x0c11: + pDict->languageGroup = (int)ops[0].num; + break; + case 0x0c12: + pDict->expansionFactor = ops[0].num; + break; + case 0x0c13: + pDict->initialRandomSeed = (int)ops[0].num; + break; + case 0x0013: + pDict->subrsOffset = offset + (int)ops[0].num; + break; + case 0x0014: + pDict->defaultWidthX = ops[0].num; + pDict->defaultWidthXFP = ops[0].isFP; + break; + case 0x0015: + pDict->nominalWidthX = ops[0].num; + pDict->nominalWidthXFP = ops[0].isFP; + break; + } + nOps = 0; + } + } +} + +void FoFiType1C::readFDSelect() { + int fdSelectFmt, pos, nRanges, gid0, gid1, fd, i, j; + + fdSelect = (Guchar *)gmalloc(nGlyphs); + if (topDict.fdSelectOffset == 0) { + for (i = 0; i < nGlyphs; ++i) { + fdSelect[i] = 0; + } + } else { + pos = topDict.fdSelectOffset; + fdSelectFmt = getU8(pos++, &parsedOk); + if (!parsedOk) { + return; + } + if (fdSelectFmt == 0) { + if (!checkRegion(pos, nGlyphs)) { + parsedOk = gFalse; + return; + } + memcpy(fdSelect, file + pos, nGlyphs); + } else if (fdSelectFmt == 3) { + nRanges = getU16BE(pos, &parsedOk); + pos += 2; + gid0 = getU16BE(pos, &parsedOk); + pos += 2; + for (i = 1; i <= nRanges; ++i) { + fd = getU8(pos++, &parsedOk); + gid1 = getU16BE(pos, &parsedOk); + if (!parsedOk) { + return; + } + pos += 2; + if (gid0 > gid1 || gid1 > nGlyphs) { + //~ error(-1, "Bad FDSelect table in CID font"); + parsedOk = gFalse; + return; + } + for (j = gid0; j < gid1; ++j) { + fdSelect[j] = fd; + } + gid0 = gid1; + } + } else { + //~ error(-1, "Unknown FDSelect table format in CID font"); + for (i = 0; i < nGlyphs; ++i) { + fdSelect[i] = 0; + } + } + } +} + +void FoFiType1C::buildEncoding() { + char buf[256]; + int nCodes, nRanges, encFormat; + int pos, c, sid, nLeft, nSups, i, j; + + if (topDict.encodingOffset == 0) { + encoding = fofiType1StandardEncoding; + + } else if (topDict.encodingOffset == 1) { + encoding = fofiType1ExpertEncoding; + + } else { + encoding = (char **)gmallocn(256, sizeof(char *)); + for (i = 0; i < 256; ++i) { + encoding[i] = NULL; + } + pos = topDict.encodingOffset; + encFormat = getU8(pos++, &parsedOk); + if (!parsedOk) { + return; + } + if ((encFormat & 0x7f) == 0) { + nCodes = 1 + getU8(pos++, &parsedOk); + if (!parsedOk) { + return; + } + if (nCodes > nGlyphs) { + nCodes = nGlyphs; + } + for (i = 1; i < nCodes; ++i) { + c = getU8(pos++, &parsedOk); + if (!parsedOk) { + return; + } + if (encoding[c]) { + gfree(encoding[c]); + } + encoding[c] = copyString(getString(charset[i], buf, &parsedOk)); + } + } else if ((encFormat & 0x7f) == 1) { + nRanges = getU8(pos++, &parsedOk); + if (!parsedOk) { + return; + } + nCodes = 1; + for (i = 0; i < nRanges; ++i) { + c = getU8(pos++, &parsedOk); + nLeft = getU8(pos++, &parsedOk); + if (!parsedOk) { + return; + } + for (j = 0; j <= nLeft && nCodes < nGlyphs; ++j) { + if (c < 256) { + if (encoding[c]) { + gfree(encoding[c]); + } + encoding[c] = copyString(getString(charset[nCodes], buf, + &parsedOk)); + } + ++nCodes; + ++c; + } + } + } + if (encFormat & 0x80) { + nSups = getU8(pos++, &parsedOk); + if (!parsedOk) { + return; + } + for (i = 0; i < nSups; ++i) { + c = getU8(pos++, &parsedOk);; + if (!parsedOk) { + return;; + } + sid = getU16BE(pos, &parsedOk); + pos += 2; + if (!parsedOk) { + return; + } + if (encoding[c]) { + gfree(encoding[c]); + } + encoding[c] = copyString(getString(sid, buf, &parsedOk)); + } + } + } +} + +GBool FoFiType1C::readCharset() { + int charsetFormat, c, pos; + int nLeft, i, j; + + if (topDict.charsetOffset == 0) { + charset = fofiType1CISOAdobeCharset; + } else if (topDict.charsetOffset == 1) { + charset = fofiType1CExpertCharset; + } else if (topDict.charsetOffset == 2) { + charset = fofiType1CExpertSubsetCharset; + } else { + charset = (Gushort *)gmallocn(nGlyphs, sizeof(Gushort)); + for (i = 0; i < nGlyphs; ++i) { + charset[i] = 0; + } + pos = topDict.charsetOffset; + charsetFormat = getU8(pos++, &parsedOk); + if (charsetFormat == 0) { + for (i = 1; i < nGlyphs; ++i) { + charset[i] = (Gushort)getU16BE(pos, &parsedOk); + pos += 2; + if (!parsedOk) { + break; + } + } + } else if (charsetFormat == 1) { + i = 1; + while (i < nGlyphs) { + c = getU16BE(pos, &parsedOk); + pos += 2; + nLeft = getU8(pos++, &parsedOk); + if (!parsedOk) { + break; + } + for (j = 0; j <= nLeft && i < nGlyphs; ++j) { + charset[i++] = (Gushort)c++; + } + } + } else if (charsetFormat == 2) { + i = 1; + while (i < nGlyphs) { + c = getU16BE(pos, &parsedOk); + pos += 2; + nLeft = getU16BE(pos, &parsedOk); + pos += 2; + if (!parsedOk) { + break; + } + for (j = 0; j <= nLeft && i < nGlyphs; ++j) { + charset[i++] = (Gushort)c++; + } + } + } + if (!parsedOk) { + gfree(charset); + charset = NULL; + return gFalse; + } + } + return gTrue; +} + +int FoFiType1C::getOp(int pos, GBool charstring, GBool *ok) { + static char nybChars[16] = "0123456789.ee -"; + Type1COp op; + char buf[65]; + int b0, b1, nyb0, nyb1, x, i; + + b0 = getU8(pos++, ok); + op.isNum = gTrue; + op.isFP = gFalse; + + if (b0 == 28) { + x = getU8(pos++, ok); + x = (x << 8) | getU8(pos++, ok); + if (x & 0x8000) { + x |= ~0xffff; + } + op.num = x; + + } else if (!charstring && b0 == 29) { + x = getU8(pos++, ok); + x = (x << 8) | getU8(pos++, ok); + x = (x << 8) | getU8(pos++, ok); + x = (x << 8) | getU8(pos++, ok); + if (x & 0x80000000) { + x |= ~0xffffffff; + } + op.num = x; + + } else if (!charstring && b0 == 30) { + i = 0; + do { + b1 = getU8(pos++, ok); + nyb0 = b1 >> 4; + nyb1 = b1 & 0x0f; + if (nyb0 == 0xf) { + break; + } + buf[i++] = nybChars[nyb0]; + if (i == 64) { + break; + } + if (nyb0 == 0xc) { + buf[i++] = '-'; + } + if (i == 64) { + break; + } + if (nyb1 == 0xf) { + break; + } + buf[i++] = nybChars[nyb1]; + if (i == 64) { + break; + } + if (nyb1 == 0xc) { + buf[i++] = '-'; + } + } while (i < 64); + buf[i] = '\0'; + op.num = atof(buf); + op.isFP = gTrue; + + } else if (b0 >= 32 && b0 <= 246) { + op.num = b0 - 139; + + } else if (b0 >= 247 && b0 <= 250) { + op.num = ((b0 - 247) << 8) + getU8(pos++, ok) + 108; + + } else if (b0 >= 251 && b0 <= 254) { + op.num = -((b0 - 251) << 8) - getU8(pos++, ok) - 108; + + } else if (charstring && b0 == 255) { + x = getU8(pos++, ok); + x = (x << 8) | getU8(pos++, ok); + x = (x << 8) | getU8(pos++, ok); + x = (x << 8) | getU8(pos++, ok); + if (x & 0x80000000) { + x |= ~0xffffffff; + } + op.num = (double)x / 65536.0; + op.isFP = gTrue; + + } else if (b0 == 12) { + op.isNum = gFalse; + op.op = 0x0c00 + getU8(pos++, ok); + + } else { + op.isNum = gFalse; + op.op = b0; + } + + if (nOps < 49) { + ops[nOps++] = op; + } + + return pos; +} + +// Convert the delta-encoded ops array to an array of ints. +int FoFiType1C::getDeltaIntArray(int *arr, int maxLen) { + int x; + int n, i; + + if ((n = nOps) > maxLen) { + n = maxLen; + } + x = 0; + for (i = 0; i < n; ++i) { + x += (int)ops[i].num; + arr[i] = x; + } + return n; +} + +// Convert the delta-encoded ops array to an array of doubles. +int FoFiType1C::getDeltaFPArray(double *arr, int maxLen) { + double x; + int n, i; + + if ((n = nOps) > maxLen) { + n = maxLen; + } + x = 0; + for (i = 0; i < n; ++i) { + x += ops[i].num; + arr[i] = x; + } + return n; +} + +void FoFiType1C::getIndex(int pos, Type1CIndex *idx, GBool *ok) { + idx->pos = pos; + idx->len = getU16BE(pos, ok); + if (idx->len == 0) { + // empty indexes are legal and contain just the length field + idx->offSize = 0; + idx->startPos = idx->endPos = pos + 2; + } else { + idx->offSize = getU8(pos + 2, ok); + if (idx->offSize < 1 || idx->offSize > 4) { + *ok = gFalse; + } + idx->startPos = pos + 3 + (idx->len + 1) * idx->offSize - 1; + if (idx->startPos < 0 || idx->startPos >= len) { + *ok = gFalse; + } + idx->endPos = idx->startPos + getUVarBE(pos + 3 + idx->len * idx->offSize, + idx->offSize, ok); + if (idx->endPos < idx->startPos || idx->endPos > len) { + *ok = gFalse; + } + } +} + +void FoFiType1C::getIndexVal(Type1CIndex *idx, int i, + Type1CIndexVal *val, GBool *ok) { + int pos0, pos1; + + if (i < 0 || i >= idx->len) { + *ok = gFalse; + return; + } + pos0 = idx->startPos + getUVarBE(idx->pos + 3 + i * idx->offSize, + idx->offSize, ok); + pos1 = idx->startPos + getUVarBE(idx->pos + 3 + (i + 1) * idx->offSize, + idx->offSize, ok); + if (pos0 < idx->startPos || pos0 > idx->endPos || + pos1 <= idx->startPos || pos1 > idx->endPos || + pos1 < pos0) { + *ok = gFalse; + } + val->pos = pos0; + val->len = pos1 - pos0; +} + +char *FoFiType1C::getString(int sid, char *buf, GBool *ok) { + Type1CIndexVal val; + int n; + + if (sid < 391) { + strcpy(buf, fofiType1CStdStrings[sid]); + } else { + sid -= 391; + getIndexVal(&stringIdx, sid, &val, ok); + if (*ok) { + if ((n = val.len) > 255) { + n = 255; + } + strncpy(buf, (char *)&file[val.pos], n); + buf[n] = '\0'; + } else { + buf[0] = '\0'; + } + } + return buf; +} diff --git a/pdftops/FoFiType1C.h b/pdftops/FoFiType1C.h new file mode 100644 index 0000000000..bd47590699 --- /dev/null +++ b/pdftops/FoFiType1C.h @@ -0,0 +1,232 @@ +//======================================================================== +// +// FoFiType1C.h +// +// Copyright 1999-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FOFITYPE1C_H +#define FOFITYPE1C_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "FoFiBase.h" + +class GString; + +//------------------------------------------------------------------------ + +struct Type1CIndex { + int pos; // absolute position in file + int len; // length (number of entries) + int offSize; // offset size + int startPos; // position of start of index data - 1 + int endPos; // position one byte past end of the index +}; + +struct Type1CIndexVal { + int pos; // absolute position in file + int len; // length, in bytes +}; + +struct Type1CTopDict { + int firstOp; + + int versionSID; + int noticeSID; + int copyrightSID; + int fullNameSID; + int familyNameSID; + int weightSID; + int isFixedPitch; + double italicAngle; + double underlinePosition; + double underlineThickness; + int paintType; + int charstringType; + double fontMatrix[6]; + GBool hasFontMatrix; // CID fonts are allowed to put their + // FontMatrix in the FD instead of the + // top dict + int uniqueID; + double fontBBox[4]; + double strokeWidth; + int charsetOffset; + int encodingOffset; + int charStringsOffset; + int privateSize; + int privateOffset; + + // CIDFont entries + int registrySID; + int orderingSID; + int supplement; + int fdArrayOffset; + int fdSelectOffset; +}; + +#define type1CMaxBlueValues 14 +#define type1CMaxOtherBlues 10 +#define type1CMaxStemSnap 12 + +struct Type1CPrivateDict { + double fontMatrix[6]; + GBool hasFontMatrix; + int blueValues[type1CMaxBlueValues]; + int nBlueValues; + int otherBlues[type1CMaxOtherBlues]; + int nOtherBlues; + int familyBlues[type1CMaxBlueValues]; + int nFamilyBlues; + int familyOtherBlues[type1CMaxOtherBlues]; + int nFamilyOtherBlues; + double blueScale; + int blueShift; + int blueFuzz; + double stdHW; + GBool hasStdHW; + double stdVW; + GBool hasStdVW; + double stemSnapH[type1CMaxStemSnap]; + int nStemSnapH; + double stemSnapV[type1CMaxStemSnap]; + int nStemSnapV; + GBool forceBold; + GBool hasForceBold; + double forceBoldThreshold; + int languageGroup; + double expansionFactor; + int initialRandomSeed; + int subrsOffset; + double defaultWidthX; + GBool defaultWidthXFP; + double nominalWidthX; + GBool nominalWidthXFP; +}; + +struct Type1COp { + GBool isNum; // true -> number, false -> operator + GBool isFP; // true -> floating point number, false -> int + union { + double num; // if num is true + int op; // if num is false + }; +}; + +struct Type1CEexecBuf { + FoFiOutputFunc outputFunc; + void *outputStream; + GBool ascii; // ASCII encoding? + Gushort r1; // eexec encryption key + int line; // number of eexec chars left on current line +}; + +//------------------------------------------------------------------------ +// FoFiType1C +//------------------------------------------------------------------------ + +class FoFiType1C: public FoFiBase { +public: + + // Create a FoFiType1C object from a memory buffer. + static FoFiType1C *make(char *fileA, int lenA); + + // Create a FoFiType1C object from a file on disk. + static FoFiType1C *load(char *fileName); + + virtual ~FoFiType1C(); + + // Return the font name. + char *getName(); + + // Return the encoding, as an array of 256 names (any of which may + // be NULL). This is only useful with 8-bit fonts. + char **getEncoding(); + + // Return the mapping from CIDs to GIDs, and return the number of + // CIDs in *. This is only useful for CID fonts. + Gushort *getCIDToGIDMap(int *nCIDs); + + // Convert to a Type 1 font, suitable for embedding in a PostScript + // file. This is only useful with 8-bit fonts. If is + // not NULL, it will be used in place of the encoding in the Type 1C + // font. If is true the eexec section will be hex-encoded, + // otherwise it will be left as binary data. + void convertToType1(char **newEncoding, GBool ascii, + FoFiOutputFunc outputFunc, void *outputStream); + + // Convert to a Type 0 CIDFont, suitable for embedding in a + // PostScript file. will be used as the PostScript font + // name. + void convertToCIDType0(char *psName, + FoFiOutputFunc outputFunc, void *outputStream); + + // Convert to a Type 0 (but non-CID) composite font, suitable for + // embedding in a PostScript file. will be used as the + // PostScript font name. + void convertToType0(char *psName, + FoFiOutputFunc outputFunc, void *outputStream); + +private: + + FoFiType1C(char *fileA, int lenA, GBool freeFileDataA); + void eexecCvtGlyph(Type1CEexecBuf *eb, char *glyphName, + int offset, int nBytes, + Type1CIndex *subrIdx, + Type1CPrivateDict *pDict); + void cvtGlyph(int offset, int nBytes, GString *charBuf, + Type1CIndex *subrIdx, Type1CPrivateDict *pDict, + GBool top); + void cvtGlyphWidth(GBool useOp, GString *charBuf, + Type1CPrivateDict *pDict); + void cvtNum(double x, GBool isFP, GString *charBuf); + void eexecWrite(Type1CEexecBuf *eb, char *s); + void eexecWriteCharstring(Type1CEexecBuf *eb, Guchar *s, int n); + GBool parse(); + void readTopDict(); + void readFD(int offset, int length, Type1CPrivateDict *pDict); + void readPrivateDict(int offset, int length, Type1CPrivateDict *pDict); + void readFDSelect(); + void buildEncoding(); + GBool readCharset(); + int getOp(int pos, GBool charstring, GBool *ok); + int getDeltaIntArray(int *arr, int maxLen); + int getDeltaFPArray(double *arr, int maxLen); + void getIndex(int pos, Type1CIndex *idx, GBool *ok); + void getIndexVal(Type1CIndex *idx, int i, Type1CIndexVal *val, GBool *ok); + char *getString(int sid, char *buf, GBool *ok); + + GString *name; + char **encoding; + + Type1CIndex nameIdx; + Type1CIndex topDictIdx; + Type1CIndex stringIdx; + Type1CIndex gsubrIdx; + Type1CIndex charStringsIdx; + + Type1CTopDict topDict; + Type1CPrivateDict *privateDicts; + + int nGlyphs; + int nFDs; + Guchar *fdSelect; + Gushort *charset; + int gsubrBias; + + GBool parsedOk; + + Type1COp ops[49]; // operands and operator + int nOps; // number of operands + int nHints; // number of hints for the current glyph + GBool firstOp; // true if we haven't hit the first op yet + GBool openPath; // true if there is an unclosed path +}; + +#endif diff --git a/pdftops/FontEncodingTables.cxx b/pdftops/FontEncodingTables.cxx new file mode 100644 index 0000000000..cd8d892654 --- /dev/null +++ b/pdftops/FontEncodingTables.cxx @@ -0,0 +1,1824 @@ +//======================================================================== +// +// FontEncodingTables.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include +#include +#include "FontEncodingTables.h" + +char *macRomanEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclam", + "quotedbl", + "numbersign", + "dollar", + "percent", + "ampersand", + "quotesingle", + "parenleft", + "parenright", + "asterisk", + "plus", + "comma", + "hyphen", + "period", + "slash", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "colon", + "semicolon", + "less", + "equal", + "greater", + "question", + "at", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "bracketleft", + "backslash", + "bracketright", + "asciicircum", + "underscore", + "grave", + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "braceleft", + "bar", + "braceright", + "asciitilde", + NULL, + "Adieresis", + "Aring", + "Ccedilla", + "Eacute", + "Ntilde", + "Odieresis", + "Udieresis", + "aacute", + "agrave", + "acircumflex", + "adieresis", + "atilde", + "aring", + "ccedilla", + "eacute", + "egrave", + "ecircumflex", + "edieresis", + "iacute", + "igrave", + "icircumflex", + "idieresis", + "ntilde", + "oacute", + "ograve", + "ocircumflex", + "odieresis", + "otilde", + "uacute", + "ugrave", + "ucircumflex", + "udieresis", + "dagger", + "degree", + "cent", + "sterling", + "section", + "bullet", + "paragraph", + "germandbls", + "registered", + "copyright", + "trademark", + "acute", + "dieresis", + "notequal", + "AE", + "Oslash", + "infinity", + "plusminus", + "lessequal", + "greaterequal", + "yen", + "mu", + "partialdiff", + "summation", + "product", + "pi", + "integral", + "ordfeminine", + "ordmasculine", + "Omega", + "ae", + "oslash", + "questiondown", + "exclamdown", + "logicalnot", + "radical", + "florin", + "approxequal", + "Delta", + "guillemotleft", + "guillemotright", + "ellipsis", + "space", + "Agrave", + "Atilde", + "Otilde", + "OE", + "oe", + "endash", + "emdash", + "quotedblleft", + "quotedblright", + "quoteleft", + "quoteright", + "divide", + "lozenge", + "ydieresis", + "Ydieresis", + "fraction", + "currency", + "guilsinglleft", + "guilsinglright", + "fi", + "fl", + "daggerdbl", + "periodcentered", + "quotesinglbase", + "quotedblbase", + "perthousand", + "Acircumflex", + "Ecircumflex", + "Aacute", + "Edieresis", + "Egrave", + "Iacute", + "Icircumflex", + "Idieresis", + "Igrave", + "Oacute", + "Ocircumflex", + "apple", + "Ograve", + "Uacute", + "Ucircumflex", + "Ugrave", + "dotlessi", + "circumflex", + "tilde", + "macron", + "breve", + "dotaccent", + "ring", + "cedilla", + "hungarumlaut", + "ogonek", + "caron" +}; + +char *macExpertEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclamsmall", + "Hungarumlautsmall", + "centoldstyle", + "dollaroldstyle", + "dollarsuperior", + "ampersandsmall", + "Acutesmall", + "parenleftsuperior", + "parenrightsuperior", + "twodotenleader", + "onedotenleader", + "comma", + "hyphen", + "period", + "fraction", + "zerooldstyle", + "oneoldstyle", + "twooldstyle", + "threeoldstyle", + "fouroldstyle", + "fiveoldstyle", + "sixoldstyle", + "sevenoldstyle", + "eightoldstyle", + "nineoldstyle", + "colon", + "semicolon", + NULL, + "threequartersemdash", + NULL, + "questionsmall", + NULL, + NULL, + NULL, + NULL, + "Ethsmall", + NULL, + NULL, + "onequarter", + "onehalf", + "threequarters", + "oneeighth", + "threeeighths", + "fiveeighths", + "seveneighths", + "onethird", + "twothirds", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "ff", + "fi", + "fl", + "ffi", + "ffl", + "parenleftinferior", + NULL, + "parenrightinferior", + "Circumflexsmall", + "hypheninferior", + "Gravesmall", + "Asmall", + "Bsmall", + "Csmall", + "Dsmall", + "Esmall", + "Fsmall", + "Gsmall", + "Hsmall", + "Ismall", + "Jsmall", + "Ksmall", + "Lsmall", + "Msmall", + "Nsmall", + "Osmall", + "Psmall", + "Qsmall", + "Rsmall", + "Ssmall", + "Tsmall", + "Usmall", + "Vsmall", + "Wsmall", + "Xsmall", + "Ysmall", + "Zsmall", + "colonmonetary", + "onefitted", + "rupiah", + "Tildesmall", + NULL, + NULL, + "asuperior", + "centsuperior", + NULL, + NULL, + NULL, + NULL, + "Aacutesmall", + "Agravesmall", + "Acircumflexsmall", + "Adieresissmall", + "Atildesmall", + "Aringsmall", + "Ccedillasmall", + "Eacutesmall", + "Egravesmall", + "Ecircumflexsmall", + "Edieresissmall", + "Iacutesmall", + "Igravesmall", + "Icircumflexsmall", + "Idieresissmall", + "Ntildesmall", + "Oacutesmall", + "Ogravesmall", + "Ocircumflexsmall", + "Odieresissmall", + "Otildesmall", + "Uacutesmall", + "Ugravesmall", + "Ucircumflexsmall", + "Udieresissmall", + NULL, + "eightsuperior", + "fourinferior", + "threeinferior", + "sixinferior", + "eightinferior", + "seveninferior", + "Scaronsmall", + NULL, + "centinferior", + "twoinferior", + NULL, + "Dieresissmall", + NULL, + "Caronsmall", + "osuperior", + "fiveinferior", + NULL, + "commainferior", + "periodinferior", + "Yacutesmall", + NULL, + "dollarinferior", + NULL, + NULL, + "Thornsmall", + NULL, + "nineinferior", + "zeroinferior", + "Zcaronsmall", + "AEsmall", + "Oslashsmall", + "questiondownsmall", + "oneinferior", + "Lslashsmall", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "Cedillasmall", + NULL, + NULL, + NULL, + NULL, + NULL, + "OEsmall", + "figuredash", + "hyphensuperior", + NULL, + NULL, + NULL, + NULL, + "exclamdownsmall", + NULL, + "Ydieresissmall", + NULL, + "onesuperior", + "twosuperior", + "threesuperior", + "foursuperior", + "fivesuperior", + "sixsuperior", + "sevensuperior", + "ninesuperior", + "zerosuperior", + NULL, + "esuperior", + "rsuperior", + "tsuperior", + NULL, + NULL, + "isuperior", + "ssuperior", + "dsuperior", + NULL, + NULL, + NULL, + NULL, + NULL, + "lsuperior", + "Ogoneksmall", + "Brevesmall", + "Macronsmall", + "bsuperior", + "nsuperior", + "msuperior", + "commasuperior", + "periodsuperior", + "Dotaccentsmall", + "Ringsmall", + NULL, + NULL, + NULL, + NULL +}; + +char *winAnsiEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclam", + "quotedbl", + "numbersign", + "dollar", + "percent", + "ampersand", + "quotesingle", + "parenleft", + "parenright", + "asterisk", + "plus", + "comma", + "hyphen", + "period", + "slash", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "colon", + "semicolon", + "less", + "equal", + "greater", + "question", + "at", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "bracketleft", + "backslash", + "bracketright", + "asciicircum", + "underscore", + "grave", + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "braceleft", + "bar", + "braceright", + "asciitilde", + "bullet", + "Euro", + "bullet", + "quotesinglbase", + "florin", + "quotedblbase", + "ellipsis", + "dagger", + "daggerdbl", + "circumflex", + "perthousand", + "Scaron", + "guilsinglleft", + "OE", + "bullet", + "Zcaron", + "bullet", + "bullet", + "quoteleft", + "quoteright", + "quotedblleft", + "quotedblright", + "bullet", + "endash", + "emdash", + "tilde", + "trademark", + "scaron", + "guilsinglright", + "oe", + "bullet", + "zcaron", + "Ydieresis", + "space", + "exclamdown", + "cent", + "sterling", + "currency", + "yen", + "brokenbar", + "section", + "dieresis", + "copyright", + "ordfeminine", + "guillemotleft", + "logicalnot", + "hyphen", + "registered", + "macron", + "degree", + "plusminus", + "twosuperior", + "threesuperior", + "acute", + "mu", + "paragraph", + "periodcentered", + "cedilla", + "onesuperior", + "ordmasculine", + "guillemotright", + "onequarter", + "onehalf", + "threequarters", + "questiondown", + "Agrave", + "Aacute", + "Acircumflex", + "Atilde", + "Adieresis", + "Aring", + "AE", + "Ccedilla", + "Egrave", + "Eacute", + "Ecircumflex", + "Edieresis", + "Igrave", + "Iacute", + "Icircumflex", + "Idieresis", + "Eth", + "Ntilde", + "Ograve", + "Oacute", + "Ocircumflex", + "Otilde", + "Odieresis", + "multiply", + "Oslash", + "Ugrave", + "Uacute", + "Ucircumflex", + "Udieresis", + "Yacute", + "Thorn", + "germandbls", + "agrave", + "aacute", + "acircumflex", + "atilde", + "adieresis", + "aring", + "ae", + "ccedilla", + "egrave", + "eacute", + "ecircumflex", + "edieresis", + "igrave", + "iacute", + "icircumflex", + "idieresis", + "eth", + "ntilde", + "ograve", + "oacute", + "ocircumflex", + "otilde", + "odieresis", + "divide", + "oslash", + "ugrave", + "uacute", + "ucircumflex", + "udieresis", + "yacute", + "thorn", + "ydieresis" +}; + +char *standardEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclam", + "quotedbl", + "numbersign", + "dollar", + "percent", + "ampersand", + "quoteright", + "parenleft", + "parenright", + "asterisk", + "plus", + "comma", + "hyphen", + "period", + "slash", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "colon", + "semicolon", + "less", + "equal", + "greater", + "question", + "at", + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "bracketleft", + "backslash", + "bracketright", + "asciicircum", + "underscore", + "quoteleft", + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "braceleft", + "bar", + "braceright", + "asciitilde", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "exclamdown", + "cent", + "sterling", + "fraction", + "yen", + "florin", + "section", + "currency", + "quotesingle", + "quotedblleft", + "guillemotleft", + "guilsinglleft", + "guilsinglright", + "fi", + "fl", + NULL, + "endash", + "dagger", + "daggerdbl", + "periodcentered", + NULL, + "paragraph", + "bullet", + "quotesinglbase", + "quotedblbase", + "quotedblright", + "guillemotright", + "ellipsis", + "perthousand", + NULL, + "questiondown", + NULL, + "grave", + "acute", + "circumflex", + "tilde", + "macron", + "breve", + "dotaccent", + "dieresis", + NULL, + "ring", + "cedilla", + NULL, + "hungarumlaut", + "ogonek", + "caron", + "emdash", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "AE", + NULL, + "ordfeminine", + NULL, + NULL, + NULL, + NULL, + "Lslash", + "Oslash", + "OE", + "ordmasculine", + NULL, + NULL, + NULL, + NULL, + NULL, + "ae", + NULL, + NULL, + NULL, + "dotlessi", + NULL, + NULL, + "lslash", + "oslash", + "oe", + "germandbls", + NULL, + NULL, + NULL, + NULL +}; + +char *expertEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclamsmall", + "Hungarumlautsmall", + NULL, + "dollaroldstyle", + "dollarsuperior", + "ampersandsmall", + "Acutesmall", + "parenleftsuperior", + "parenrightsuperior", + "twodotenleader", + "onedotenleader", + "comma", + "hyphen", + "period", + "fraction", + "zerooldstyle", + "oneoldstyle", + "twooldstyle", + "threeoldstyle", + "fouroldstyle", + "fiveoldstyle", + "sixoldstyle", + "sevenoldstyle", + "eightoldstyle", + "nineoldstyle", + "colon", + "semicolon", + "commasuperior", + "threequartersemdash", + "periodsuperior", + "questionsmall", + NULL, + "asuperior", + "bsuperior", + "centsuperior", + "dsuperior", + "esuperior", + NULL, + NULL, + NULL, + "isuperior", + NULL, + NULL, + "lsuperior", + "msuperior", + "nsuperior", + "osuperior", + NULL, + NULL, + "rsuperior", + "ssuperior", + "tsuperior", + NULL, + "ff", + "fi", + "fl", + "ffi", + "ffl", + "parenleftinferior", + NULL, + "parenrightinferior", + "Circumflexsmall", + "hyphensuperior", + "Gravesmall", + "Asmall", + "Bsmall", + "Csmall", + "Dsmall", + "Esmall", + "Fsmall", + "Gsmall", + "Hsmall", + "Ismall", + "Jsmall", + "Ksmall", + "Lsmall", + "Msmall", + "Nsmall", + "Osmall", + "Psmall", + "Qsmall", + "Rsmall", + "Ssmall", + "Tsmall", + "Usmall", + "Vsmall", + "Wsmall", + "Xsmall", + "Ysmall", + "Zsmall", + "colonmonetary", + "onefitted", + "rupiah", + "Tildesmall", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "exclamdownsmall", + "centoldstyle", + "Lslashsmall", + NULL, + NULL, + "Scaronsmall", + "Zcaronsmall", + "Dieresissmall", + "Brevesmall", + "Caronsmall", + NULL, + "Dotaccentsmall", + NULL, + NULL, + "Macronsmall", + NULL, + NULL, + "figuredash", + "hypheninferior", + NULL, + NULL, + "Ogoneksmall", + "Ringsmall", + "Cedillasmall", + NULL, + NULL, + NULL, + "onequarter", + "onehalf", + "threequarters", + "questiondownsmall", + "oneeighth", + "threeeighths", + "fiveeighths", + "seveneighths", + "onethird", + "twothirds", + NULL, + NULL, + "zerosuperior", + "onesuperior", + "twosuperior", + "threesuperior", + "foursuperior", + "fivesuperior", + "sixsuperior", + "sevensuperior", + "eightsuperior", + "ninesuperior", + "zeroinferior", + "oneinferior", + "twoinferior", + "threeinferior", + "fourinferior", + "fiveinferior", + "sixinferior", + "seveninferior", + "eightinferior", + "nineinferior", + "centinferior", + "dollarinferior", + "periodinferior", + "commainferior", + "Agravesmall", + "Aacutesmall", + "Acircumflexsmall", + "Atildesmall", + "Adieresissmall", + "Aringsmall", + "AEsmall", + "Ccedillasmall", + "Egravesmall", + "Eacutesmall", + "Ecircumflexsmall", + "Edieresissmall", + "Igravesmall", + "Iacutesmall", + "Icircumflexsmall", + "Idieresissmall", + "Ethsmall", + "Ntildesmall", + "Ogravesmall", + "Oacutesmall", + "Ocircumflexsmall", + "Otildesmall", + "Odieresissmall", + "OEsmall", + "Oslashsmall", + "Ugravesmall", + "Uacutesmall", + "Ucircumflexsmall", + "Udieresissmall", + "Yacutesmall", + "Thornsmall", + "Ydieresissmall" +}; + +char *symbolEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "exclam", + "universal", + "numbersign", + "existential", + "percent", + "ampersand", + "suchthat", + "parenleft", + "parenright", + "asteriskmath", + "plus", + "comma", + "minus", + "period", + "slash", + "zero", + "one", + "two", + "three", + "four", + "five", + "six", + "seven", + "eight", + "nine", + "colon", + "semicolon", + "less", + "equal", + "greater", + "question", + "congruent", + "Alpha", + "Beta", + "Chi", + "Delta", + "Epsilon", + "Phi", + "Gamma", + "Eta", + "Iota", + "theta1", + "Kappa", + "Lambda", + "Mu", + "Nu", + "Omicron", + "Pi", + "Theta", + "Rho", + "Sigma", + "Tau", + "Upsilon", + "sigma1", + "Omega", + "Xi", + "Psi", + "Zeta", + "bracketleft", + "therefore", + "bracketright", + "perpendicular", + "underscore", + "radicalex", + "alpha", + "beta", + "chi", + "delta", + "epsilon", + "phi", + "gamma", + "eta", + "iota", + "phi1", + "kappa", + "lambda", + "mu", + "nu", + "omicron", + "pi", + "theta", + "rho", + "sigma", + "tau", + "upsilon", + "omega1", + "omega", + "xi", + "psi", + "zeta", + "braceleft", + "bar", + "braceright", + "similar", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "Upsilon1", + "minute", + "lessequal", + "fraction", + "infinity", + "florin", + "club", + "diamond", + "heart", + "spade", + "arrowboth", + "arrowleft", + "arrowup", + "arrowright", + "arrowdown", + "degree", + "plusminus", + "second", + "greaterequal", + "multiply", + "proportional", + "partialdiff", + "bullet", + "divide", + "notequal", + "equivalence", + "approxequal", + "ellipsis", + "arrowvertex", + "arrowhorizex", + "carriagereturn", + "aleph", + "Ifraktur", + "Rfraktur", + "weierstrass", + "circlemultiply", + "circleplus", + "emptyset", + "intersection", + "union", + "propersuperset", + "reflexsuperset", + "notsubset", + "propersubset", + "reflexsubset", + "element", + "notelement", + "angle", + "gradient", + "registerserif", + "copyrightserif", + "trademarkserif", + "product", + "radical", + "dotmath", + "logicalnot", + "logicaland", + "logicalor", + "arrowdblboth", + "arrowdblleft", + "arrowdblup", + "arrowdblright", + "arrowdbldown", + "lozenge", + "angleleft", + "registersans", + "copyrightsans", + "trademarksans", + "summation", + "parenlefttp", + "parenleftex", + "parenleftbt", + "bracketlefttp", + "bracketleftex", + "bracketleftbt", + "bracelefttp", + "braceleftmid", + "braceleftbt", + "braceex", + NULL, + "angleright", + "integral", + "integraltp", + "integralex", + "integralbt", + "parenrighttp", + "parenrightex", + "parenrightbt", + "bracketrighttp", + "bracketrightex", + "bracketrightbt", + "bracerighttp", + "bracerightmid", + "bracerightbt", + NULL +}; + +char *zapfDingbatsEncoding[256] = { + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "space", + "a1", + "a2", + "a202", + "a3", + "a4", + "a5", + "a119", + "a118", + "a117", + "a11", + "a12", + "a13", + "a14", + "a15", + "a16", + "a105", + "a17", + "a18", + "a19", + "a20", + "a21", + "a22", + "a23", + "a24", + "a25", + "a26", + "a27", + "a28", + "a6", + "a7", + "a8", + "a9", + "a10", + "a29", + "a30", + "a31", + "a32", + "a33", + "a34", + "a35", + "a36", + "a37", + "a38", + "a39", + "a40", + "a41", + "a42", + "a43", + "a44", + "a45", + "a46", + "a47", + "a48", + "a49", + "a50", + "a51", + "a52", + "a53", + "a54", + "a55", + "a56", + "a57", + "a58", + "a59", + "a60", + "a61", + "a62", + "a63", + "a64", + "a65", + "a66", + "a67", + "a68", + "a69", + "a70", + "a71", + "a72", + "a73", + "a74", + "a203", + "a75", + "a204", + "a76", + "a77", + "a78", + "a79", + "a81", + "a82", + "a83", + "a84", + "a97", + "a98", + "a99", + "a100", + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + "a101", + "a102", + "a103", + "a104", + "a106", + "a107", + "a108", + "a112", + "a111", + "a110", + "a109", + "a120", + "a121", + "a122", + "a123", + "a124", + "a125", + "a126", + "a127", + "a128", + "a129", + "a130", + "a131", + "a132", + "a133", + "a134", + "a135", + "a136", + "a137", + "a138", + "a139", + "a140", + "a141", + "a142", + "a143", + "a144", + "a145", + "a146", + "a147", + "a148", + "a149", + "a150", + "a151", + "a152", + "a153", + "a154", + "a155", + "a156", + "a157", + "a158", + "a159", + "a160", + "a161", + "a163", + "a164", + "a196", + "a165", + "a192", + "a166", + "a167", + "a168", + "a169", + "a170", + "a171", + "a172", + "a173", + "a162", + "a174", + "a175", + "a176", + "a177", + "a178", + "a179", + "a193", + "a180", + "a199", + "a181", + "a200", + "a182", + NULL, + "a201", + "a183", + "a184", + "a197", + "a185", + "a194", + "a198", + "a186", + "a195", + "a187", + "a188", + "a189", + "a190", + "a191", + NULL +}; diff --git a/pdftops/FontEncodingTables.h b/pdftops/FontEncodingTables.h new file mode 100644 index 0000000000..8b0a1e7e99 --- /dev/null +++ b/pdftops/FontEncodingTables.h @@ -0,0 +1,20 @@ +//======================================================================== +// +// FontEncodingTables.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FONTENCODINGTABLES_H +#define FONTENCODINGTABLES_H + +extern char *macRomanEncoding[]; +extern char *macExpertEncoding[]; +extern char *winAnsiEncoding[]; +extern char *standardEncoding[]; +extern char *expertEncoding[]; +extern char *symbolEncoding[]; +extern char *zapfDingbatsEncoding[]; + +#endif diff --git a/pdftops/Function.cxx b/pdftops/Function.cxx new file mode 100644 index 0000000000..7959a48024 --- /dev/null +++ b/pdftops/Function.cxx @@ -0,0 +1,1536 @@ +//======================================================================== +// +// Function.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include "gmem.h" +#include "Object.h" +#include "Dict.h" +#include "Stream.h" +#include "Error.h" +#include "Function.h" + +//------------------------------------------------------------------------ +// Function +//------------------------------------------------------------------------ + +Function::Function() { +} + +Function::~Function() { +} + +Function *Function::parse(Object *funcObj) { + Function *func; + Dict *dict; + int funcType; + Object obj1; + + if (funcObj->isStream()) { + dict = funcObj->streamGetDict(); + } else if (funcObj->isDict()) { + dict = funcObj->getDict(); + } else if (funcObj->isName("Identity")) { + return new IdentityFunction(); + } else { + error(-1, "Expected function dictionary or stream"); + return NULL; + } + + if (!dict->lookup("FunctionType", &obj1)->isInt()) { + error(-1, "Function type is missing or wrong type"); + obj1.free(); + return NULL; + } + funcType = obj1.getInt(); + obj1.free(); + + if (funcType == 0) { + func = new SampledFunction(funcObj, dict); + } else if (funcType == 2) { + func = new ExponentialFunction(funcObj, dict); + } else if (funcType == 3) { + func = new StitchingFunction(funcObj, dict); + } else if (funcType == 4) { + func = new PostScriptFunction(funcObj, dict); + } else { + error(-1, "Unimplemented function type (%d)", funcType); + return NULL; + } + if (!func->isOk()) { + delete func; + return NULL; + } + + return func; +} + +GBool Function::init(Dict *dict) { + Object obj1, obj2; + int i; + + //----- Domain + if (!dict->lookup("Domain", &obj1)->isArray()) { + error(-1, "Function is missing domain"); + goto err2; + } + m = obj1.arrayGetLength() / 2; + if (m > funcMaxInputs) { + error(-1, "Functions with more than %d inputs are unsupported", + funcMaxInputs); + goto err2; + } + for (i = 0; i < m; ++i) { + obj1.arrayGet(2*i, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function domain array"); + goto err1; + } + domain[i][0] = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2*i+1, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function domain array"); + goto err1; + } + domain[i][1] = obj2.getNum(); + obj2.free(); + } + obj1.free(); + + //----- Range + hasRange = gFalse; + n = 0; + if (dict->lookup("Range", &obj1)->isArray()) { + hasRange = gTrue; + n = obj1.arrayGetLength() / 2; + if (n > funcMaxOutputs) { + error(-1, "Functions with more than %d outputs are unsupported", + funcMaxOutputs); + goto err2; + } + for (i = 0; i < n; ++i) { + obj1.arrayGet(2*i, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function range array"); + goto err1; + } + range[i][0] = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2*i+1, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function range array"); + goto err1; + } + range[i][1] = obj2.getNum(); + obj2.free(); + } + } + obj1.free(); + + return gTrue; + + err1: + obj2.free(); + err2: + obj1.free(); + return gFalse; +} + +//------------------------------------------------------------------------ +// IdentityFunction +//------------------------------------------------------------------------ + +IdentityFunction::IdentityFunction() { + int i; + + // fill these in with arbitrary values just in case they get used + // somewhere + m = funcMaxInputs; + n = funcMaxOutputs; + for (i = 0; i < funcMaxInputs; ++i) { + domain[i][0] = 0; + domain[i][1] = 1; + } + hasRange = gFalse; +} + +IdentityFunction::~IdentityFunction() { +} + +void IdentityFunction::transform(double *in, double *out) { + int i; + + for (i = 0; i < funcMaxOutputs; ++i) { + out[i] = in[i]; + } +} + +//------------------------------------------------------------------------ +// SampledFunction +//------------------------------------------------------------------------ + +SampledFunction::SampledFunction(Object *funcObj, Dict *dict) { + Stream *str; + int sampleBits; + double sampleMul; + Object obj1, obj2; + Guint buf, bitMask; + int bits; + int s; + int i; + + samples = NULL; + ok = gFalse; + + //----- initialize the generic stuff + if (!init(dict)) { + goto err1; + } + if (!hasRange) { + error(-1, "Type 0 function is missing range"); + goto err1; + } + + //----- get the stream + if (!funcObj->isStream()) { + error(-1, "Type 0 function isn't a stream"); + goto err1; + } + str = funcObj->getStream(); + + //----- Size + if (!dict->lookup("Size", &obj1)->isArray() || + obj1.arrayGetLength() != m) { + error(-1, "Function has missing or invalid size array"); + goto err2; + } + for (i = 0; i < m; ++i) { + obj1.arrayGet(i, &obj2); + if (!obj2.isInt()) { + error(-1, "Illegal value in function size array"); + goto err3; + } + sampleSize[i] = obj2.getInt(); + obj2.free(); + } + obj1.free(); + idxMul[0] = n; + for (i = 1; i < m; ++i) { + idxMul[i] = idxMul[i-1] * sampleSize[i-1]; + } + + //----- BitsPerSample + if (!dict->lookup("BitsPerSample", &obj1)->isInt()) { + error(-1, "Function has missing or invalid BitsPerSample"); + goto err2; + } + sampleBits = obj1.getInt(); + sampleMul = 1.0 / (double)((1 << sampleBits) - 1); + obj1.free(); + + //----- Encode + if (dict->lookup("Encode", &obj1)->isArray() && + obj1.arrayGetLength() == 2*m) { + for (i = 0; i < m; ++i) { + obj1.arrayGet(2*i, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function encode array"); + goto err3; + } + encode[i][0] = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2*i+1, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function encode array"); + goto err3; + } + encode[i][1] = obj2.getNum(); + obj2.free(); + } + } else { + for (i = 0; i < m; ++i) { + encode[i][0] = 0; + encode[i][1] = sampleSize[i] - 1; + } + } + obj1.free(); + for (i = 0; i < m; ++i) { + inputMul[i] = (encode[i][1] - encode[i][0]) / + (domain[i][1] - domain[i][0]); + } + + //----- Decode + if (dict->lookup("Decode", &obj1)->isArray() && + obj1.arrayGetLength() == 2*n) { + for (i = 0; i < n; ++i) { + obj1.arrayGet(2*i, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function decode array"); + goto err3; + } + decode[i][0] = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2*i+1, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function decode array"); + goto err3; + } + decode[i][1] = obj2.getNum(); + obj2.free(); + } + } else { + for (i = 0; i < n; ++i) { + decode[i][0] = range[i][0]; + decode[i][1] = range[i][1]; + } + } + obj1.free(); + + //----- samples + nSamples = n; + for (i = 0; i < m; ++i) + nSamples *= sampleSize[i]; + samples = (double *)gmallocn(nSamples, sizeof(double)); + buf = 0; + bits = 0; + bitMask = (1 << sampleBits) - 1; + str->reset(); + for (i = 0; i < nSamples; ++i) { + if (sampleBits == 8) { + s = str->getChar(); + } else if (sampleBits == 16) { + s = str->getChar(); + s = (s << 8) + str->getChar(); + } else if (sampleBits == 32) { + s = str->getChar(); + s = (s << 8) + str->getChar(); + s = (s << 8) + str->getChar(); + s = (s << 8) + str->getChar(); + } else { + while (bits < sampleBits) { + buf = (buf << 8) | (str->getChar() & 0xff); + bits += 8; + } + s = (buf >> (bits - sampleBits)) & bitMask; + bits -= sampleBits; + } + samples[i] = (double)s * sampleMul; + } + str->close(); + + ok = gTrue; + return; + + err3: + obj2.free(); + err2: + obj1.free(); + err1: + return; +} + +SampledFunction::~SampledFunction() { + if (samples) { + gfree(samples); + } +} + +SampledFunction::SampledFunction(SampledFunction *func) { + memcpy(this, func, sizeof(SampledFunction)); + samples = (double *)gmallocn(nSamples, sizeof(double)); + memcpy(samples, func->samples, nSamples * sizeof(double)); +} + +void SampledFunction::transform(double *in, double *out) { + double x; + int e[funcMaxInputs][2]; + double efrac0[funcMaxInputs]; + double efrac1[funcMaxInputs]; + double s[1 << funcMaxInputs]; + int i, j, k, idx, t; + + // map input values into sample array + for (i = 0; i < m; ++i) { + x = (in[i] - domain[i][0]) * inputMul[i] + encode[i][0]; + if (x < 0) { + x = 0; + } else if (x > sampleSize[i] - 1) { + x = sampleSize[i] - 1; + } + e[i][0] = (int)x; + if ((e[i][1] = e[i][0] + 1) >= sampleSize[i]) { + // this happens if in[i] = domain[i][1] + e[i][1] = e[i][0]; + } + efrac1[i] = x - e[i][0]; + efrac0[i] = 1 - efrac1[i]; + } + + // for each output, do m-linear interpolation + for (i = 0; i < n; ++i) { + + // pull 2^m values out of the sample array + for (j = 0; j < (1<>= 1) { + idx += idxMul[k] * (e[k][t & 1]); + } + s[j] = samples[idx]; + } + + // do m sets of interpolations + for (j = 0, t = (1<>= 1) { + for (k = 0; k < t; k += 2) { + s[k >> 1] = efrac0[j] * s[k] + efrac1[j] * s[k+1]; + } + } + + // map output value to range + out[i] = s[0] * (decode[i][1] - decode[i][0]) + decode[i][0]; + if (out[i] < range[i][0]) { + out[i] = range[i][0]; + } else if (out[i] > range[i][1]) { + out[i] = range[i][1]; + } + } +} + +//------------------------------------------------------------------------ +// ExponentialFunction +//------------------------------------------------------------------------ + +ExponentialFunction::ExponentialFunction(Object *funcObj, Dict *dict) { + Object obj1, obj2; + int i; + + ok = gFalse; + + //----- initialize the generic stuff + if (!init(dict)) { + goto err1; + } + if (m != 1) { + error(-1, "Exponential function with more than one input"); + goto err1; + } + + //----- C0 + if (dict->lookup("C0", &obj1)->isArray()) { + if (hasRange && obj1.arrayGetLength() != n) { + error(-1, "Function's C0 array is wrong length"); + goto err2; + } + n = obj1.arrayGetLength(); + for (i = 0; i < n; ++i) { + obj1.arrayGet(i, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function C0 array"); + goto err3; + } + c0[i] = obj2.getNum(); + obj2.free(); + } + } else { + if (hasRange && n != 1) { + error(-1, "Function's C0 array is wrong length"); + goto err2; + } + n = 1; + c0[0] = 0; + } + obj1.free(); + + //----- C1 + if (dict->lookup("C1", &obj1)->isArray()) { + if (obj1.arrayGetLength() != n) { + error(-1, "Function's C1 array is wrong length"); + goto err2; + } + for (i = 0; i < n; ++i) { + obj1.arrayGet(i, &obj2); + if (!obj2.isNum()) { + error(-1, "Illegal value in function C1 array"); + goto err3; + } + c1[i] = obj2.getNum(); + obj2.free(); + } + } else { + if (n != 1) { + error(-1, "Function's C1 array is wrong length"); + goto err2; + } + c1[0] = 1; + } + obj1.free(); + + //----- N (exponent) + if (!dict->lookup("N", &obj1)->isNum()) { + error(-1, "Function has missing or invalid N"); + goto err2; + } + e = obj1.getNum(); + obj1.free(); + + ok = gTrue; + return; + + err3: + obj2.free(); + err2: + obj1.free(); + err1: + return; +} + +ExponentialFunction::~ExponentialFunction() { +} + +ExponentialFunction::ExponentialFunction(ExponentialFunction *func) { + memcpy(this, func, sizeof(ExponentialFunction)); +} + +void ExponentialFunction::transform(double *in, double *out) { + double x; + int i; + + if (in[0] < domain[0][0]) { + x = domain[0][0]; + } else if (in[0] > domain[0][1]) { + x = domain[0][1]; + } else { + x = in[0]; + } + for (i = 0; i < n; ++i) { + out[i] = c0[i] + pow(x, e) * (c1[i] - c0[i]); + if (hasRange) { + if (out[i] < range[i][0]) { + out[i] = range[i][0]; + } else if (out[i] > range[i][1]) { + out[i] = range[i][1]; + } + } + } + return; +} + +//------------------------------------------------------------------------ +// StitchingFunction +//------------------------------------------------------------------------ + +StitchingFunction::StitchingFunction(Object *funcObj, Dict *dict) { + Object obj1, obj2; + int i; + + ok = gFalse; + funcs = NULL; + bounds = NULL; + encode = NULL; + + //----- initialize the generic stuff + if (!init(dict)) { + goto err1; + } + if (m != 1) { + error(-1, "Stitching function with more than one input"); + goto err1; + } + + //----- Functions + if (!dict->lookup("Functions", &obj1)->isArray()) { + error(-1, "Missing 'Functions' entry in stitching function"); + goto err1; + } + k = obj1.arrayGetLength(); + funcs = (Function **)gmallocn(k, sizeof(Function *)); + bounds = (double *)gmallocn(k + 1, sizeof(double)); + encode = (double *)gmallocn(2 * k, sizeof(double)); + for (i = 0; i < k; ++i) { + funcs[i] = NULL; + } + for (i = 0; i < k; ++i) { + if (!(funcs[i] = Function::parse(obj1.arrayGet(i, &obj2)))) { + goto err2; + } + if (i > 0 && (funcs[i]->getInputSize() != 1 || + funcs[i]->getOutputSize() != funcs[0]->getOutputSize())) { + error(-1, "Incompatible subfunctions in stitching function"); + goto err2; + } + obj2.free(); + } + obj1.free(); + + //----- Bounds + if (!dict->lookup("Bounds", &obj1)->isArray() || + obj1.arrayGetLength() != k - 1) { + error(-1, "Missing or invalid 'Bounds' entry in stitching function"); + goto err1; + } + bounds[0] = domain[0][0]; + for (i = 1; i < k; ++i) { + if (!obj1.arrayGet(i - 1, &obj2)->isNum()) { + error(-1, "Invalid type in 'Bounds' array in stitching function"); + goto err2; + } + bounds[i] = obj2.getNum(); + obj2.free(); + } + bounds[k] = domain[0][1]; + obj1.free(); + + //----- Encode + if (!dict->lookup("Encode", &obj1)->isArray() || + obj1.arrayGetLength() != 2 * k) { + error(-1, "Missing or invalid 'Encode' entry in stitching function"); + goto err1; + } + for (i = 0; i < 2 * k; ++i) { + if (!obj1.arrayGet(i, &obj2)->isNum()) { + error(-1, "Invalid type in 'Encode' array in stitching function"); + goto err2; + } + encode[i] = obj2.getNum(); + obj2.free(); + } + obj1.free(); + + ok = gTrue; + return; + + err2: + obj2.free(); + err1: + obj1.free(); +} + +StitchingFunction::StitchingFunction(StitchingFunction *func) { + int i; + + k = func->k; + funcs = (Function **)gmallocn(k, sizeof(Function *)); + for (i = 0; i < k; ++i) { + funcs[i] = func->funcs[i]->copy(); + } + bounds = (double *)gmallocn(k + 1, sizeof(double)); + memcpy(bounds, func->bounds, (k + 1) * sizeof(double)); + encode = (double *)gmallocn(2 * k, sizeof(double)); + memcpy(encode, func->encode, 2 * k * sizeof(double)); + ok = gTrue; +} + +StitchingFunction::~StitchingFunction() { + int i; + + if (funcs) { + for (i = 0; i < k; ++i) { + if (funcs[i]) { + delete funcs[i]; + } + } + } + gfree(funcs); + gfree(bounds); + gfree(encode); +} + +void StitchingFunction::transform(double *in, double *out) { + double x; + int i; + + if (in[0] < domain[0][0]) { + x = domain[0][0]; + } else if (in[0] > domain[0][1]) { + x = domain[0][1]; + } else { + x = in[0]; + } + for (i = 0; i < k - 1; ++i) { + if (x < bounds[i+1]) { + break; + } + } + x = encode[2*i] + ((x - bounds[i]) / (bounds[i+1] - bounds[i])) * + (encode[2*i+1] - encode[2*i]); + funcs[i]->transform(&x, out); +} + +//------------------------------------------------------------------------ +// PostScriptFunction +//------------------------------------------------------------------------ + +enum PSOp { + psOpAbs, + psOpAdd, + psOpAnd, + psOpAtan, + psOpBitshift, + psOpCeiling, + psOpCopy, + psOpCos, + psOpCvi, + psOpCvr, + psOpDiv, + psOpDup, + psOpEq, + psOpExch, + psOpExp, + psOpFalse, + psOpFloor, + psOpGe, + psOpGt, + psOpIdiv, + psOpIndex, + psOpLe, + psOpLn, + psOpLog, + psOpLt, + psOpMod, + psOpMul, + psOpNe, + psOpNeg, + psOpNot, + psOpOr, + psOpPop, + psOpRoll, + psOpRound, + psOpSin, + psOpSqrt, + psOpSub, + psOpTrue, + psOpTruncate, + psOpXor, + psOpIf, + psOpIfelse, + psOpReturn +}; + +// Note: 'if' and 'ifelse' are parsed separately. +// The rest are listed here in alphabetical order. +// The index in this table is equivalent to the entry in PSOp. +char *psOpNames[] = { + "abs", + "add", + "and", + "atan", + "bitshift", + "ceiling", + "copy", + "cos", + "cvi", + "cvr", + "div", + "dup", + "eq", + "exch", + "exp", + "false", + "floor", + "ge", + "gt", + "idiv", + "index", + "le", + "ln", + "log", + "lt", + "mod", + "mul", + "ne", + "neg", + "not", + "or", + "pop", + "roll", + "round", + "sin", + "sqrt", + "sub", + "true", + "truncate", + "xor" +}; + +#define nPSOps (sizeof(psOpNames) / sizeof(char *)) + +enum PSObjectType { + psBool, + psInt, + psReal, + psOperator, + psBlock +}; + +// In the code array, 'if'/'ifelse' operators take up three slots +// plus space for the code in the subclause(s). +// +// +---------------------------------+ +// | psOperator: psOpIf / psOpIfelse | +// +---------------------------------+ +// | psBlock: ptr= | +// +---------------------------------+ +// | psBlock: ptr= | +// +---------------------------------+ +// | if clause | +// | ... | +// | psOperator: psOpReturn | +// +---------------------------------+ +// | else clause | +// | ... | +// | psOperator: psOpReturn | +// +---------------------------------+ +// | ... | +// +// For 'if', pointer is present in the code stream but unused. + +struct PSObject { + PSObjectType type; + union { + GBool booln; // boolean (stack only) + int intg; // integer (stack and code) + double real; // real (stack and code) + PSOp op; // operator (code only) + int blk; // if/ifelse block pointer (code only) + }; +}; + +#define psStackSize 100 + +class PSStack { +public: + + PSStack() { sp = psStackSize; } + void pushBool(GBool booln); + void pushInt(int intg); + void pushReal(double real); + GBool popBool(); + int popInt(); + double popNum(); + GBool empty() { return sp == psStackSize; } + GBool topIsInt() { return sp < psStackSize && stack[sp].type == psInt; } + GBool topTwoAreInts() + { return sp < psStackSize - 1 && + stack[sp].type == psInt && + stack[sp+1].type == psInt; } + GBool topIsReal() { return sp < psStackSize && stack[sp].type == psReal; } + GBool topTwoAreNums() + { return sp < psStackSize - 1 && + (stack[sp].type == psInt || stack[sp].type == psReal) && + (stack[sp+1].type == psInt || stack[sp+1].type == psReal); } + void copy(int n); + void roll(int n, int j); + void index(int i); + void pop(); + +private: + + GBool checkOverflow(int n = 1); + GBool checkUnderflow(); + GBool checkType(PSObjectType t1, PSObjectType t2); + + PSObject stack[psStackSize]; + int sp; +}; + +GBool PSStack::checkOverflow(int n) { + if (sp - n < 0) { + error(-1, "Stack overflow in PostScript function"); + return gFalse; + } + return gTrue; +} + +GBool PSStack::checkUnderflow() { + if (sp == psStackSize) { + error(-1, "Stack underflow in PostScript function"); + return gFalse; + } + return gTrue; +} + +GBool PSStack::checkType(PSObjectType t1, PSObjectType t2) { + if (stack[sp].type != t1 && stack[sp].type != t2) { + error(-1, "Type mismatch in PostScript function"); + return gFalse; + } + return gTrue; +} + +void PSStack::pushBool(GBool booln) { + if (checkOverflow()) { + stack[--sp].type = psBool; + stack[sp].booln = booln; + } +} + +void PSStack::pushInt(int intg) { + if (checkOverflow()) { + stack[--sp].type = psInt; + stack[sp].intg = intg; + } +} + +void PSStack::pushReal(double real) { + if (checkOverflow()) { + stack[--sp].type = psReal; + stack[sp].real = real; + } +} + +GBool PSStack::popBool() { + if (checkUnderflow() && checkType(psBool, psBool)) { + return stack[sp++].booln; + } + return gFalse; +} + +int PSStack::popInt() { + if (checkUnderflow() && checkType(psInt, psInt)) { + return stack[sp++].intg; + } + return 0; +} + +double PSStack::popNum() { + double ret; + + if (checkUnderflow() && checkType(psInt, psReal)) { + ret = (stack[sp].type == psInt) ? (double)stack[sp].intg : stack[sp].real; + ++sp; + return ret; + } + return 0; +} + +void PSStack::copy(int n) { + int i; + + if (sp + n > psStackSize) { + error(-1, "Stack underflow in PostScript function"); + return; + } + if (!checkOverflow(n)) { + return; + } + for (i = sp + n - 1; i >= sp; --i) { + stack[i - n] = stack[i]; + } + sp -= n; +} + +void PSStack::roll(int n, int j) { + PSObject obj; + int i, k; + + if (j >= 0) { + j %= n; + } else { + j = -j % n; + if (j != 0) { + j = n - j; + } + } + if (n <= 0 || j == 0) { + return; + } + for (i = 0; i < j; ++i) { + obj = stack[sp]; + for (k = sp; k < sp + n - 1; ++k) { + stack[k] = stack[k+1]; + } + stack[sp + n - 1] = obj; + } +} + +void PSStack::index(int i) { + if (!checkOverflow()) { + return; + } + --sp; + stack[sp] = stack[sp + 1 + i]; +} + +void PSStack::pop() { + if (!checkUnderflow()) { + return; + } + ++sp; +} + +PostScriptFunction::PostScriptFunction(Object *funcObj, Dict *dict) { + Stream *str; + int codePtr; + GString *tok; + + code = NULL; + codeSize = 0; + ok = gFalse; + + //----- initialize the generic stuff + if (!init(dict)) { + goto err1; + } + if (!hasRange) { + error(-1, "Type 4 function is missing range"); + goto err1; + } + + //----- get the stream + if (!funcObj->isStream()) { + error(-1, "Type 4 function isn't a stream"); + goto err1; + } + str = funcObj->getStream(); + + //----- parse the function + codeString = new GString(); + str->reset(); + if (!(tok = getToken(str)) || tok->cmp("{")) { + error(-1, "Expected '{' at start of PostScript function"); + if (tok) { + delete tok; + } + goto err1; + } + delete tok; + codePtr = 0; + if (!parseCode(str, &codePtr)) { + goto err2; + } + str->close(); + + ok = gTrue; + + err2: + str->close(); + err1: + return; +} + +PostScriptFunction::PostScriptFunction(PostScriptFunction *func) { + memcpy(this, func, sizeof(PostScriptFunction)); + code = (PSObject *)gmallocn(codeSize, sizeof(PSObject)); + memcpy(code, func->code, codeSize * sizeof(PSObject)); + codeString = func->codeString->copy(); +} + +PostScriptFunction::~PostScriptFunction() { + gfree(code); + delete codeString; +} + +void PostScriptFunction::transform(double *in, double *out) { + PSStack *stack; + int i; + + stack = new PSStack(); + for (i = 0; i < m; ++i) { + //~ may need to check for integers here + stack->pushReal(in[i]); + } + exec(stack, 0); + for (i = n - 1; i >= 0; --i) { + out[i] = stack->popNum(); + if (out[i] < range[i][0]) { + out[i] = range[i][0]; + } else if (out[i] > range[i][1]) { + out[i] = range[i][1]; + } + } + // if (!stack->empty()) { + // error(-1, "Extra values on stack at end of PostScript function"); + // } + delete stack; +} + +GBool PostScriptFunction::parseCode(Stream *str, int *codePtr) { + GString *tok; + char *p; + GBool isReal; + int opPtr, elsePtr; + int a, b, mid, cmp; + + while (1) { + if (!(tok = getToken(str))) { + error(-1, "Unexpected end of PostScript function stream"); + return gFalse; + } + p = tok->getCString(); + if (isdigit(*p) || *p == '.' || *p == '-') { + isReal = gFalse; + for (++p; *p; ++p) { + if (*p == '.') { + isReal = gTrue; + break; + } + } + resizeCode(*codePtr); + if (isReal) { + code[*codePtr].type = psReal; + code[*codePtr].real = atof(tok->getCString()); + } else { + code[*codePtr].type = psInt; + code[*codePtr].intg = atoi(tok->getCString()); + } + ++*codePtr; + delete tok; + } else if (!tok->cmp("{")) { + delete tok; + opPtr = *codePtr; + *codePtr += 3; + resizeCode(opPtr + 2); + if (!parseCode(str, codePtr)) { + return gFalse; + } + if (!(tok = getToken(str))) { + error(-1, "Unexpected end of PostScript function stream"); + return gFalse; + } + if (!tok->cmp("{")) { + elsePtr = *codePtr; + if (!parseCode(str, codePtr)) { + return gFalse; + } + delete tok; + if (!(tok = getToken(str))) { + error(-1, "Unexpected end of PostScript function stream"); + return gFalse; + } + } else { + elsePtr = -1; + } + if (!tok->cmp("if")) { + if (elsePtr >= 0) { + error(-1, "Got 'if' operator with two blocks in PostScript function"); + return gFalse; + } + code[opPtr].type = psOperator; + code[opPtr].op = psOpIf; + code[opPtr+2].type = psBlock; + code[opPtr+2].blk = *codePtr; + } else if (!tok->cmp("ifelse")) { + if (elsePtr < 0) { + error(-1, "Got 'ifelse' operator with one blocks in PostScript function"); + return gFalse; + } + code[opPtr].type = psOperator; + code[opPtr].op = psOpIfelse; + code[opPtr+1].type = psBlock; + code[opPtr+1].blk = elsePtr; + code[opPtr+2].type = psBlock; + code[opPtr+2].blk = *codePtr; + } else { + error(-1, "Expected if/ifelse operator in PostScript function"); + delete tok; + return gFalse; + } + delete tok; + } else if (!tok->cmp("}")) { + delete tok; + resizeCode(*codePtr); + code[*codePtr].type = psOperator; + code[*codePtr].op = psOpReturn; + ++*codePtr; + break; + } else { + a = -1; + b = nPSOps; + // invariant: psOpNames[a] < tok < psOpNames[b] + cmp = 1; + while (b - a > 1) { + mid = (a + b) / 2; + cmp = tok->cmp(psOpNames[mid]); + if (cmp > 0) { + a = mid; + } else if (cmp < 0) { + b = mid; + } else { + a = b = mid; + } + } + if (cmp != 0) { + error(-1, "Unknown operator '%s' in PostScript function", + tok->getCString()); + delete tok; + return gFalse; + } + delete tok; + resizeCode(*codePtr); + code[*codePtr].type = psOperator; + code[*codePtr].op = (PSOp)a; + ++*codePtr; + } + } + return gTrue; +} + +GString *PostScriptFunction::getToken(Stream *str) { + GString *s; + int c; + + s = new GString(); + do { + c = str->getChar(); + if (c != EOF) { + codeString->append(c); + } + } while (c != EOF && isspace(c)); + if (c == '{' || c == '}') { + s->append((char)c); + } else if (isdigit(c) || c == '.' || c == '-') { + while (1) { + s->append((char)c); + c = str->lookChar(); + if (c == EOF || !(isdigit(c) || c == '.' || c == '-')) { + break; + } + str->getChar(); + codeString->append(c); + } + } else { + while (1) { + s->append((char)c); + c = str->lookChar(); + if (c == EOF || !isalnum(c)) { + break; + } + str->getChar(); + codeString->append(c); + } + } + return s; +} + +void PostScriptFunction::resizeCode(int newSize) { + if (newSize >= codeSize) { + codeSize += 64; + code = (PSObject *)greallocn(code, codeSize, sizeof(PSObject)); + } +} + +void PostScriptFunction::exec(PSStack *stack, int codePtr) { + int i1, i2; + double r1, r2; + GBool b1, b2; + + while (1) { + switch (code[codePtr].type) { + case psInt: + stack->pushInt(code[codePtr++].intg); + break; + case psReal: + stack->pushReal(code[codePtr++].real); + break; + case psOperator: + switch (code[codePtr++].op) { + case psOpAbs: + if (stack->topIsInt()) { + stack->pushInt(abs(stack->popInt())); + } else { + stack->pushReal(fabs(stack->popNum())); + } + break; + case psOpAdd: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushInt(i1 + i2); + } else { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushReal(r1 + r2); + } + break; + case psOpAnd: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushInt(i1 & i2); + } else { + b2 = stack->popBool(); + b1 = stack->popBool(); + stack->pushBool(b1 && b2); + } + break; + case psOpAtan: + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushReal(atan2(r1, r2)); + break; + case psOpBitshift: + i2 = stack->popInt(); + i1 = stack->popInt(); + if (i2 > 0) { + stack->pushInt(i1 << i2); + } else if (i2 < 0) { + stack->pushInt((int)((Guint)i1 >> i2)); + } else { + stack->pushInt(i1); + } + break; + case psOpCeiling: + if (!stack->topIsInt()) { + stack->pushReal(ceil(stack->popNum())); + } + break; + case psOpCopy: + stack->copy(stack->popInt()); + break; + case psOpCos: + stack->pushReal(cos(stack->popNum())); + break; + case psOpCvi: + if (!stack->topIsInt()) { + stack->pushInt((int)stack->popNum()); + } + break; + case psOpCvr: + if (!stack->topIsReal()) { + stack->pushReal(stack->popNum()); + } + break; + case psOpDiv: + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushReal(r1 / r2); + break; + case psOpDup: + stack->copy(1); + break; + case psOpEq: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushBool(i1 == i2); + } else if (stack->topTwoAreNums()) { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushBool(r1 == r2); + } else { + b2 = stack->popBool(); + b1 = stack->popBool(); + stack->pushBool(b1 == b2); + } + break; + case psOpExch: + stack->roll(2, 1); + break; + case psOpExp: + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushReal(pow(r1, r2)); + break; + case psOpFalse: + stack->pushBool(gFalse); + break; + case psOpFloor: + if (!stack->topIsInt()) { + stack->pushReal(floor(stack->popNum())); + } + break; + case psOpGe: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushBool(i1 >= i2); + } else { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushBool(r1 >= r2); + } + break; + case psOpGt: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushBool(i1 > i2); + } else { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushBool(r1 > r2); + } + break; + case psOpIdiv: + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushInt(i1 / i2); + break; + case psOpIndex: + stack->index(stack->popInt()); + break; + case psOpLe: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushBool(i1 <= i2); + } else { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushBool(r1 <= r2); + } + break; + case psOpLn: + stack->pushReal(log(stack->popNum())); + break; + case psOpLog: + stack->pushReal(log10(stack->popNum())); + break; + case psOpLt: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushBool(i1 < i2); + } else { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushBool(r1 < r2); + } + break; + case psOpMod: + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushInt(i1 % i2); + break; + case psOpMul: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + //~ should check for out-of-range, and push a real instead + stack->pushInt(i1 * i2); + } else { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushReal(r1 * r2); + } + break; + case psOpNe: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushBool(i1 != i2); + } else if (stack->topTwoAreNums()) { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushBool(r1 != r2); + } else { + b2 = stack->popBool(); + b1 = stack->popBool(); + stack->pushBool(b1 != b2); + } + break; + case psOpNeg: + if (stack->topIsInt()) { + stack->pushInt(-stack->popInt()); + } else { + stack->pushReal(-stack->popNum()); + } + break; + case psOpNot: + if (stack->topIsInt()) { + stack->pushInt(~stack->popInt()); + } else { + stack->pushBool(!stack->popBool()); + } + break; + case psOpOr: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushInt(i1 | i2); + } else { + b2 = stack->popBool(); + b1 = stack->popBool(); + stack->pushBool(b1 || b2); + } + break; + case psOpPop: + stack->pop(); + break; + case psOpRoll: + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->roll(i1, i2); + break; + case psOpRound: + if (!stack->topIsInt()) { + r1 = stack->popNum(); + stack->pushReal((r1 >= 0) ? floor(r1 + 0.5) : ceil(r1 - 0.5)); + } + break; + case psOpSin: + stack->pushReal(sin(stack->popNum())); + break; + case psOpSqrt: + stack->pushReal(sqrt(stack->popNum())); + break; + case psOpSub: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushInt(i1 - i2); + } else { + r2 = stack->popNum(); + r1 = stack->popNum(); + stack->pushReal(r1 - r2); + } + break; + case psOpTrue: + stack->pushBool(gTrue); + break; + case psOpTruncate: + if (!stack->topIsInt()) { + r1 = stack->popNum(); + stack->pushReal((r1 >= 0) ? floor(r1) : ceil(r1)); + } + break; + case psOpXor: + if (stack->topTwoAreInts()) { + i2 = stack->popInt(); + i1 = stack->popInt(); + stack->pushInt(i1 ^ i2); + } else { + b2 = stack->popBool(); + b1 = stack->popBool(); + stack->pushBool(b1 ^ b2); + } + break; + case psOpIf: + b1 = stack->popBool(); + if (b1) { + exec(stack, codePtr + 2); + } + codePtr = code[codePtr + 1].blk; + break; + case psOpIfelse: + b1 = stack->popBool(); + if (b1) { + exec(stack, codePtr + 2); + } else { + exec(stack, code[codePtr].blk); + } + codePtr = code[codePtr + 1].blk; + break; + case psOpReturn: + return; + } + break; + default: + error(-1, "Internal: bad object in PostScript function code"); + break; + } + } +} diff --git a/pdftops/Function.h b/pdftops/Function.h new file mode 100644 index 0000000000..df16237720 --- /dev/null +++ b/pdftops/Function.h @@ -0,0 +1,225 @@ +//======================================================================== +// +// Function.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef FUNCTION_H +#define FUNCTION_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "Object.h" + +class Dict; +class Stream; +struct PSObject; +class PSStack; + +//------------------------------------------------------------------------ +// Function +//------------------------------------------------------------------------ + +#define funcMaxInputs 8 +#define funcMaxOutputs 32 + +class Function { +public: + + Function(); + + virtual ~Function(); + + // Construct a function. Returns NULL if unsuccessful. + static Function *parse(Object *funcObj); + + // Initialize the entries common to all function types. + GBool init(Dict *dict); + + virtual Function *copy() = 0; + + // Return the function type: + // -1 : identity + // 0 : sampled + // 2 : exponential + // 3 : stitching + // 4 : PostScript + virtual int getType() = 0; + + // Return size of input and output tuples. + int getInputSize() { return m; } + int getOutputSize() { return n; } + + double getDomainMin(int i) { return domain[i][0]; } + double getDomainMax(int i) { return domain[i][1]; } + double getRangeMin(int i) { return range[i][0]; } + double getRangeMax(int i) { return range[i][1]; } + GBool getHasRange() { return hasRange; } + + // Transform an input tuple into an output tuple. + virtual void transform(double *in, double *out) = 0; + + virtual GBool isOk() = 0; + +protected: + + int m, n; // size of input and output tuples + double // min and max values for function domain + domain[funcMaxInputs][2]; + double // min and max values for function range + range[funcMaxOutputs][2]; + GBool hasRange; // set if range is defined +}; + +//------------------------------------------------------------------------ +// IdentityFunction +//------------------------------------------------------------------------ + +class IdentityFunction: public Function { +public: + + IdentityFunction(); + virtual ~IdentityFunction(); + virtual Function *copy() { return new IdentityFunction(); } + virtual int getType() { return -1; } + virtual void transform(double *in, double *out); + virtual GBool isOk() { return gTrue; } + +private: +}; + +//------------------------------------------------------------------------ +// SampledFunction +//------------------------------------------------------------------------ + +class SampledFunction: public Function { +public: + + SampledFunction(Object *funcObj, Dict *dict); + virtual ~SampledFunction(); + virtual Function *copy() { return new SampledFunction(this); } + virtual int getType() { return 0; } + virtual void transform(double *in, double *out); + virtual GBool isOk() { return ok; } + + int getSampleSize(int i) { return sampleSize[i]; } + double getEncodeMin(int i) { return encode[i][0]; } + double getEncodeMax(int i) { return encode[i][1]; } + double getDecodeMin(int i) { return decode[i][0]; } + double getDecodeMax(int i) { return decode[i][1]; } + double *getSamples() { return samples; } + +private: + + SampledFunction(SampledFunction *func); + + int // number of samples for each domain element + sampleSize[funcMaxInputs]; + double // min and max values for domain encoder + encode[funcMaxInputs][2]; + double // min and max values for range decoder + decode[funcMaxOutputs][2]; + double // input multipliers + inputMul[funcMaxInputs]; + int idxMul[funcMaxInputs]; // sample array index multipliers + double *samples; // the samples + int nSamples; // size of the samples array + GBool ok; +}; + +//------------------------------------------------------------------------ +// ExponentialFunction +//------------------------------------------------------------------------ + +class ExponentialFunction: public Function { +public: + + ExponentialFunction(Object *funcObj, Dict *dict); + virtual ~ExponentialFunction(); + virtual Function *copy() { return new ExponentialFunction(this); } + virtual int getType() { return 2; } + virtual void transform(double *in, double *out); + virtual GBool isOk() { return ok; } + + double *getC0() { return c0; } + double *getC1() { return c1; } + double getE() { return e; } + +private: + + ExponentialFunction(ExponentialFunction *func); + + double c0[funcMaxOutputs]; + double c1[funcMaxOutputs]; + double e; + GBool ok; +}; + +//------------------------------------------------------------------------ +// StitchingFunction +//------------------------------------------------------------------------ + +class StitchingFunction: public Function { +public: + + StitchingFunction(Object *funcObj, Dict *dict); + virtual ~StitchingFunction(); + virtual Function *copy() { return new StitchingFunction(this); } + virtual int getType() { return 3; } + virtual void transform(double *in, double *out); + virtual GBool isOk() { return ok; } + + int getNumFuncs() { return k; } + Function *getFunc(int i) { return funcs[i]; } + double *getBounds() { return bounds; } + double *getEncode() { return encode; } + +private: + + StitchingFunction(StitchingFunction *func); + + int k; + Function **funcs; + double *bounds; + double *encode; + GBool ok; +}; + +//------------------------------------------------------------------------ +// PostScriptFunction +//------------------------------------------------------------------------ + +class PostScriptFunction: public Function { +public: + + PostScriptFunction(Object *funcObj, Dict *dict); + virtual ~PostScriptFunction(); + virtual Function *copy() { return new PostScriptFunction(this); } + virtual int getType() { return 4; } + virtual void transform(double *in, double *out); + virtual GBool isOk() { return ok; } + + GString *getCodeString() { return codeString; } + +private: + + PostScriptFunction(PostScriptFunction *func); + GBool parseCode(Stream *str, int *codePtr); + GString *getToken(Stream *str); + void resizeCode(int newSize); + void exec(PSStack *stack, int codePtr); + + GString *codeString; + PSObject *code; + int codeSize; + GBool ok; +}; + +#endif diff --git a/pdftops/GHash.cxx b/pdftops/GHash.cxx new file mode 100644 index 0000000000..7185a693c6 --- /dev/null +++ b/pdftops/GHash.cxx @@ -0,0 +1,380 @@ +//======================================================================== +// +// GHash.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include "gmem.h" +#include "GString.h" +#include "GHash.h" + +//------------------------------------------------------------------------ + +struct GHashBucket { + GString *key; + union { + void *p; + int i; + } val; + GHashBucket *next; +}; + +struct GHashIter { + int h; + GHashBucket *p; +}; + +//------------------------------------------------------------------------ + +GHash::GHash(GBool deleteKeysA) { + int h; + + deleteKeys = deleteKeysA; + size = 7; + tab = (GHashBucket **)gmallocn(size, sizeof(GHashBucket *)); + for (h = 0; h < size; ++h) { + tab[h] = NULL; + } + len = 0; +} + +GHash::~GHash() { + GHashBucket *p; + int h; + + for (h = 0; h < size; ++h) { + while (tab[h]) { + p = tab[h]; + tab[h] = p->next; + if (deleteKeys) { + delete p->key; + } + delete p; + } + } + gfree(tab); +} + +void GHash::add(GString *key, void *val) { + GHashBucket *p; + int h; + + // expand the table if necessary + if (len >= size) { + expand(); + } + + // add the new symbol + p = new GHashBucket; + p->key = key; + p->val.p = val; + h = hash(key); + p->next = tab[h]; + tab[h] = p; + ++len; +} + +void GHash::add(GString *key, int val) { + GHashBucket *p; + int h; + + // expand the table if necessary + if (len >= size) { + expand(); + } + + // add the new symbol + p = new GHashBucket; + p->key = key; + p->val.i = val; + h = hash(key); + p->next = tab[h]; + tab[h] = p; + ++len; +} + +void GHash::replace(GString *key, void *val) { + GHashBucket *p; + int h; + + if ((p = find(key, &h))) { + p->val.p = val; + delete key; + } else { + add(key, val); + } +} + +void GHash::replace(GString *key, int val) { + GHashBucket *p; + int h; + + if ((p = find(key, &h))) { + p->val.i = val; + delete key; + } else { + add(key, val); + } +} + +void *GHash::lookup(GString *key) { + GHashBucket *p; + int h; + + if (!(p = find(key, &h))) { + return NULL; + } + return p->val.p; +} + +int GHash::lookupInt(GString *key) { + GHashBucket *p; + int h; + + if (!(p = find(key, &h))) { + return 0; + } + return p->val.i; +} + +void *GHash::lookup(char *key) { + GHashBucket *p; + int h; + + if (!(p = find(key, &h))) { + return NULL; + } + return p->val.p; +} + +int GHash::lookupInt(char *key) { + GHashBucket *p; + int h; + + if (!(p = find(key, &h))) { + return 0; + } + return p->val.i; +} + +void *GHash::remove(GString *key) { + GHashBucket *p; + GHashBucket **q; + void *val; + int h; + + if (!(p = find(key, &h))) { + return NULL; + } + q = &tab[h]; + while (*q != p) { + q = &((*q)->next); + } + *q = p->next; + if (deleteKeys) { + delete p->key; + } + val = p->val.p; + delete p; + --len; + return val; +} + +int GHash::removeInt(GString *key) { + GHashBucket *p; + GHashBucket **q; + int val; + int h; + + if (!(p = find(key, &h))) { + return 0; + } + q = &tab[h]; + while (*q != p) { + q = &((*q)->next); + } + *q = p->next; + if (deleteKeys) { + delete p->key; + } + val = p->val.i; + delete p; + --len; + return val; +} + +void *GHash::remove(char *key) { + GHashBucket *p; + GHashBucket **q; + void *val; + int h; + + if (!(p = find(key, &h))) { + return NULL; + } + q = &tab[h]; + while (*q != p) { + q = &((*q)->next); + } + *q = p->next; + if (deleteKeys) { + delete p->key; + } + val = p->val.p; + delete p; + --len; + return val; +} + +int GHash::removeInt(char *key) { + GHashBucket *p; + GHashBucket **q; + int val; + int h; + + if (!(p = find(key, &h))) { + return 0; + } + q = &tab[h]; + while (*q != p) { + q = &((*q)->next); + } + *q = p->next; + if (deleteKeys) { + delete p->key; + } + val = p->val.i; + delete p; + --len; + return val; +} + +void GHash::startIter(GHashIter **iter) { + *iter = new GHashIter; + (*iter)->h = -1; + (*iter)->p = NULL; +} + +GBool GHash::getNext(GHashIter **iter, GString **key, void **val) { + if (!*iter) { + return gFalse; + } + if ((*iter)->p) { + (*iter)->p = (*iter)->p->next; + } + while (!(*iter)->p) { + if (++(*iter)->h == size) { + delete *iter; + *iter = NULL; + return gFalse; + } + (*iter)->p = tab[(*iter)->h]; + } + *key = (*iter)->p->key; + *val = (*iter)->p->val.p; + return gTrue; +} + +GBool GHash::getNext(GHashIter **iter, GString **key, int *val) { + if (!*iter) { + return gFalse; + } + if ((*iter)->p) { + (*iter)->p = (*iter)->p->next; + } + while (!(*iter)->p) { + if (++(*iter)->h == size) { + delete *iter; + *iter = NULL; + return gFalse; + } + (*iter)->p = tab[(*iter)->h]; + } + *key = (*iter)->p->key; + *val = (*iter)->p->val.i; + return gTrue; +} + +void GHash::killIter(GHashIter **iter) { + delete *iter; + *iter = NULL; +} + +void GHash::expand() { + GHashBucket **oldTab; + GHashBucket *p; + int oldSize, h, i; + + oldSize = size; + oldTab = tab; + size = 2*size + 1; + tab = (GHashBucket **)gmallocn(size, sizeof(GHashBucket *)); + for (h = 0; h < size; ++h) { + tab[h] = NULL; + } + for (i = 0; i < oldSize; ++i) { + while (oldTab[i]) { + p = oldTab[i]; + oldTab[i] = oldTab[i]->next; + h = hash(p->key); + p->next = tab[h]; + tab[h] = p; + } + } + gfree(oldTab); +} + +GHashBucket *GHash::find(GString *key, int *h) { + GHashBucket *p; + + *h = hash(key); + for (p = tab[*h]; p; p = p->next) { + if (!p->key->cmp(key)) { + return p; + } + } + return NULL; +} + +GHashBucket *GHash::find(char *key, int *h) { + GHashBucket *p; + + *h = hash(key); + for (p = tab[*h]; p; p = p->next) { + if (!p->key->cmp(key)) { + return p; + } + } + return NULL; +} + +int GHash::hash(GString *key) { + char *p; + unsigned int h; + int i; + + h = 0; + for (p = key->getCString(), i = 0; i < key->getLength(); ++p, ++i) { + h = 17 * h + (int)(*p & 0xff); + } + return (int)(h % size); +} + +int GHash::hash(char *key) { + char *p; + unsigned int h; + + h = 0; + for (p = key; *p; ++p) { + h = 17 * h + (int)(*p & 0xff); + } + return (int)(h % size); +} diff --git a/pdftops/GHash.h b/pdftops/GHash.h new file mode 100644 index 0000000000..e454b69f3f --- /dev/null +++ b/pdftops/GHash.h @@ -0,0 +1,78 @@ +//======================================================================== +// +// GHash.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GHASH_H +#define GHASH_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +class GString; +struct GHashBucket; +struct GHashIter; + +//------------------------------------------------------------------------ + +class GHash { +public: + + GHash(GBool deleteKeysA = gFalse); + ~GHash(); + void add(GString *key, void *val); + void add(GString *key, int val); + void replace(GString *key, void *val); + void replace(GString *key, int val); + void *lookup(GString *key); + int lookupInt(GString *key); + void *lookup(char *key); + int lookupInt(char *key); + void *remove(GString *key); + int removeInt(GString *key); + void *remove(char *key); + int removeInt(char *key); + int getLength() { return len; } + void startIter(GHashIter **iter); + GBool getNext(GHashIter **iter, GString **key, void **val); + GBool getNext(GHashIter **iter, GString **key, int *val); + void killIter(GHashIter **iter); + +private: + + void expand(); + GHashBucket *find(GString *key, int *h); + GHashBucket *find(char *key, int *h); + int hash(GString *key); + int hash(char *key); + + GBool deleteKeys; // set if key strings should be deleted + int size; // number of buckets + int len; // number of entries + GHashBucket **tab; +}; + +#define deleteGHash(hash, T) \ + do { \ + GHash *_hash = (hash); \ + { \ + GHashIter *_iter; \ + GString *_key; \ + void *_p; \ + _hash->startIter(&_iter); \ + while (_hash->getNext(&_iter, &_key, &_p)) { \ + delete (T*)_p; \ + } \ + delete _hash; \ + } \ + } while(0) + +#endif diff --git a/pdftops/GList.cxx b/pdftops/GList.cxx new file mode 100644 index 0000000000..326098c77f --- /dev/null +++ b/pdftops/GList.cxx @@ -0,0 +1,97 @@ +//======================================================================== +// +// GList.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "GList.h" + +//------------------------------------------------------------------------ +// GList +//------------------------------------------------------------------------ + +GList::GList() { + size = 8; + data = (void **)gmallocn(size, sizeof(void*)); + length = 0; + inc = 0; +} + +GList::GList(int sizeA) { + size = sizeA; + data = (void **)gmallocn(size, sizeof(void*)); + length = 0; + inc = 0; +} + +GList::~GList() { + gfree(data); +} + +void GList::append(void *p) { + if (length >= size) { + expand(); + } + data[length++] = p; +} + +void GList::append(GList *list) { + int i; + + while (length + list->length > size) { + expand(); + } + for (i = 0; i < list->length; ++i) { + data[length++] = list->data[i]; + } +} + +void GList::insert(int i, void *p) { + if (length >= size) { + expand(); + } + if (i < length) { + memmove(data+i+1, data+i, (length - i) * sizeof(void *)); + } + data[i] = p; + ++length; +} + +void *GList::del(int i) { + void *p; + + p = data[i]; + if (i < length - 1) { + memmove(data+i, data+i+1, (length - i - 1) * sizeof(void *)); + } + --length; + if (size - length >= ((inc > 0) ? inc : size/2)) { + shrink(); + } + return p; +} + +void GList::sort(int (*cmp)(const void *obj1, const void *obj2)) { + qsort(data, length, sizeof(void *), cmp); +} + +void GList::expand() { + size += (inc > 0) ? inc : size; + data = (void **)greallocn(data, size, sizeof(void*)); +} + +void GList::shrink() { + size -= (inc > 0) ? inc : size/2; + data = (void **)greallocn(data, size, sizeof(void*)); +} diff --git a/pdftops/GList.h b/pdftops/GList.h new file mode 100644 index 0000000000..48e02c0b3a --- /dev/null +++ b/pdftops/GList.h @@ -0,0 +1,96 @@ +//======================================================================== +// +// GList.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GLIST_H +#define GLIST_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +//------------------------------------------------------------------------ +// GList +//------------------------------------------------------------------------ + +class GList { +public: + + // Create an empty list. + GList(); + + // Create an empty list with space for elements. + GList(int sizeA); + + // Destructor - does not free pointed-to objects. + ~GList(); + + //----- general + + // Get the number of elements. + int getLength() { return length; } + + //----- ordered list support + + // Return the th element. + // Assumes 0 <= i < length. + void *get(int i) { return data[i]; } + + // Append an element to the end of the list. + void append(void *p); + + // Append another list to the end of this one. + void append(GList *list); + + // Insert an element at index . + // Assumes 0 <= i <= length. + void insert(int i, void *p); + + // Deletes and returns the element at index . + // Assumes 0 <= i < length. + void *del(int i); + + // Sort the list accoring to the given comparison function. + // NB: this sorts an array of pointers, so the pointer args need to + // be double-dereferenced. + void sort(int (*cmp)(const void *ptr1, const void *ptr2)); + + //----- control + + // Set allocation increment to . If inc > 0, that many + // elements will be allocated every time the list is expanded. + // If inc <= 0, the list will be doubled in size. + void setAllocIncr(int incA) { inc = incA; } + +private: + + void expand(); + void shrink(); + + void **data; // the list elements + int size; // size of data array + int length; // number of elements on list + int inc; // allocation increment +}; + +#define deleteGList(list, T) \ + do { \ + GList *_list = (list); \ + { \ + int _i; \ + for (_i = 0; _i < _list->getLength(); ++_i) { \ + delete (T*)_list->get(_i); \ + } \ + delete _list; \ + } \ + } while (0) + +#endif diff --git a/pdftops/GMutex.h b/pdftops/GMutex.h new file mode 100644 index 0000000000..7fa93d85e0 --- /dev/null +++ b/pdftops/GMutex.h @@ -0,0 +1,49 @@ +//======================================================================== +// +// GMutex.h +// +// Portable mutex macros. +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GMUTEX_H +#define GMUTEX_H + +// Usage: +// +// GMutex m; +// gInitMutex(&m); +// ... +// gLockMutex(&m); +// ... critical section ... +// gUnlockMutex(&m); +// ... +// gDestroyMutex(&m); + +#ifdef WIN32 + +#include + +typedef CRITICAL_SECTION GMutex; + +#define gInitMutex(m) InitializeCriticalSection(m) +#define gDestroyMutex(m) DeleteCriticalSection(m) +#define gLockMutex(m) EnterCriticalSection(m) +#define gUnlockMutex(m) LeaveCriticalSection(m) + +#else // assume pthreads + +#include + +typedef pthread_mutex_t GMutex; + +#define gInitMutex(m) pthread_mutex_init(m, NULL) +#define gDestroyMutex(m) pthread_mutex_destroy(m) +#define gLockMutex(m) pthread_mutex_lock(m) +#define gUnlockMutex(m) pthread_mutex_unlock(m) + +#endif + +#endif diff --git a/pdftops/GString.cxx b/pdftops/GString.cxx new file mode 100644 index 0000000000..fbc5b7e94a --- /dev/null +++ b/pdftops/GString.cxx @@ -0,0 +1,319 @@ +//======================================================================== +// +// GString.cc +// +// Simple variable-length string type. +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include "gtypes.h" +#include "GString.h" + +static inline int size(int len) { + int delta; + + delta = len < 256 ? 7 : 255; + return ((len + 1) + delta) & ~delta; +} + +inline void GString::resize(int length1) { + char *s1; + + if (!s) { + s = new char[size(length1)]; + } else if (size(length1) != size(length)) { + s1 = new char[size(length1)]; + if (length1 < length) { + memcpy(s1, s, length1); + s1[length1] = '\0'; + } else { + memcpy(s1, s, length + 1); + } + delete[] s; + s = s1; + } +} + +GString::GString() { + s = NULL; + resize(length = 0); + s[0] = '\0'; +} + +GString::GString(const char *sA) { + int n = strlen(sA); + + s = NULL; + resize(length = n); + memcpy(s, sA, n + 1); +} + +GString::GString(const char *sA, int lengthA) { + s = NULL; + resize(length = lengthA); + memcpy(s, sA, length * sizeof(char)); + s[length] = '\0'; +} + +GString::GString(GString *str, int idx, int lengthA) { + s = NULL; + resize(length = lengthA); + memcpy(s, str->getCString() + idx, length); + s[length] = '\0'; +} + +GString::GString(GString *str) { + s = NULL; + resize(length = str->getLength()); + memcpy(s, str->getCString(), length + 1); +} + +GString::GString(GString *str1, GString *str2) { + int n1 = str1->getLength(); + int n2 = str2->getLength(); + + s = NULL; + resize(length = n1 + n2); + memcpy(s, str1->getCString(), n1); + memcpy(s + n1, str2->getCString(), n2 + 1); +} + +GString *GString::fromInt(int x) { + char buf[24]; // enough space for 64-bit ints plus a little extra + GBool neg; + Guint y; + int i; + + i = 24; + if (x == 0) { + buf[--i] = '0'; + } else { + if ((neg = x < 0)) { + y = (Guint)-x; + } else { + y = (Guint)x; + } + while (i > 0 && y > 0) { + buf[--i] = '0' + y % 10; + y /= 10; + } + if (neg && i > 0) { + buf[--i] = '-'; + } + } + return new GString(buf + i, 24 - i); +} + +GString::~GString() { + delete[] s; +} + +GString *GString::clear() { + s[length = 0] = '\0'; + resize(0); + return this; +} + +GString *GString::append(char c) { + resize(length + 1); + s[length++] = c; + s[length] = '\0'; + return this; +} + +GString *GString::append(GString *str) { + int n = str->getLength(); + + resize(length + n); + memcpy(s + length, str->getCString(), n + 1); + length += n; + return this; +} + +GString *GString::append(const char *str) { + int n = strlen(str); + + resize(length + n); + memcpy(s + length, str, n + 1); + length += n; + return this; +} + +GString *GString::append(const char *str, int lengthA) { + resize(length + lengthA); + memcpy(s + length, str, lengthA); + length += lengthA; + s[length] = '\0'; + return this; +} + +GString *GString::insert(int i, char c) { + int j; + + resize(length + 1); + for (j = length + 1; j > i; --j) + s[j] = s[j-1]; + s[i] = c; + ++length; + return this; +} + +GString *GString::insert(int i, GString *str) { + int n = str->getLength(); + int j; + + resize(length + n); + for (j = length; j >= i; --j) + s[j+n] = s[j]; + memcpy(s+i, str->getCString(), n); + length += n; + return this; +} + +GString *GString::insert(int i, const char *str) { + int n = strlen(str); + int j; + + resize(length + n); + for (j = length; j >= i; --j) + s[j+n] = s[j]; + memcpy(s+i, str, n); + length += n; + return this; +} + +GString *GString::insert(int i, const char *str, int lengthA) { + int j; + + resize(length + lengthA); + for (j = length; j >= i; --j) + s[j+lengthA] = s[j]; + memcpy(s+i, str, lengthA); + length += lengthA; + return this; +} + +GString *GString::del(int i, int n) { + int j; + + if (n > 0) { + if (i + n > length) { + n = length - i; + } + for (j = i; j <= length - n; ++j) { + s[j] = s[j + n]; + } + resize(length -= n); + } + return this; +} + +GString *GString::upperCase() { + int i; + + for (i = 0; i < length; ++i) { + if (islower(s[i])) + s[i] = toupper(s[i]); + } + return this; +} + +GString *GString::lowerCase() { + int i; + + for (i = 0; i < length; ++i) { + if (isupper(s[i])) + s[i] = tolower(s[i]); + } + return this; +} + +int GString::cmp(GString *str) { + int n1, n2, i, x; + char *p1, *p2; + + n1 = length; + n2 = str->length; + for (i = 0, p1 = s, p2 = str->s; i < n1 && i < n2; ++i, ++p1, ++p2) { + x = *p1 - *p2; + if (x != 0) { + return x; + } + } + return n1 - n2; +} + +int GString::cmpN(GString *str, int n) { + int n1, n2, i, x; + char *p1, *p2; + + n1 = length; + n2 = str->length; + for (i = 0, p1 = s, p2 = str->s; + i < n1 && i < n2 && i < n; + ++i, ++p1, ++p2) { + x = *p1 - *p2; + if (x != 0) { + return x; + } + } + if (i == n) { + return 0; + } + return n1 - n2; +} + +int GString::cmp(const char *sA) { + int n1, i, x; + const char *p1, *p2; + + n1 = length; + for (i = 0, p1 = s, p2 = sA; i < n1 && *p2; ++i, ++p1, ++p2) { + x = *p1 - *p2; + if (x != 0) { + return x; + } + } + if (i < n1) { + return 1; + } + if (*p2) { + return -1; + } + return 0; +} + +int GString::cmpN(const char *sA, int n) { + int n1, i, x; + const char *p1, *p2; + + n1 = length; + for (i = 0, p1 = s, p2 = sA; i < n1 && *p2 && i < n; ++i, ++p1, ++p2) { + x = *p1 - *p2; + if (x != 0) { + return x; + } + } + if (i == n) { + return 0; + } + if (i < n1) { + return 1; + } + if (*p2) { + return -1; + } + return 0; +} diff --git a/pdftops/GString.h b/pdftops/GString.h new file mode 100644 index 0000000000..aa16e5dd87 --- /dev/null +++ b/pdftops/GString.h @@ -0,0 +1,97 @@ +//======================================================================== +// +// GString.h +// +// Simple variable-length string type. +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GSTRING_H +#define GSTRING_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +class GString { +public: + + // Create an empty string. + GString(); + + // Create a string from a C string. + GString(const char *sA); + + // Create a string from chars at . This string + // can contain null characters. + GString(const char *sA, int lengthA); + + // Create a string from chars at in . + GString(GString *str, int idx, int lengthA); + + // Copy a string. + GString(GString *str); + GString *copy() { return new GString(this); } + + // Concatenate two strings. + GString(GString *str1, GString *str2); + + // Convert an integer to a string. + static GString *fromInt(int x); + + // Destructor. + ~GString(); + + // Get length. + int getLength() { return length; } + + // Get C string. + char *getCString() { return s; } + + // Get th character. + char getChar(int i) { return s[i]; } + + // Change th character. + void setChar(int i, char c) { s[i] = c; } + + // Clear string to zero length. + GString *clear(); + + // Append a character or string. + GString *append(char c); + GString *append(GString *str); + GString *append(const char *str); + GString *append(const char *str, int lengthA); + + // Insert a character or string. + GString *insert(int i, char c); + GString *insert(int i, GString *str); + GString *insert(int i, const char *str); + GString *insert(int i, const char *str, int lengthA); + + // Delete a character or range of characters. + GString *del(int i, int n = 1); + + // Convert string to all-upper/all-lower case. + GString *upperCase(); + GString *lowerCase(); + + // Compare two strings: -1:< 0:= +1:> + int cmp(GString *str); + int cmpN(GString *str, int n); + int cmp(const char *sA); + int cmpN(const char *sA, int n); + +private: + + int length; + char *s; + + void resize(int length1); +}; + +#endif diff --git a/pdftops/Gfx.cxx b/pdftops/Gfx.cxx new file mode 100644 index 0000000000..6e675a44c5 --- /dev/null +++ b/pdftops/Gfx.cxx @@ -0,0 +1,3623 @@ +//======================================================================== +// +// Gfx.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include +#include "gmem.h" +#include "GlobalParams.h" +#include "CharTypes.h" +#include "Object.h" +#include "Array.h" +#include "Dict.h" +#include "Stream.h" +#include "Lexer.h" +#include "Parser.h" +#include "GfxFont.h" +#include "GfxState.h" +#include "OutputDev.h" +#include "Page.h" +#include "Error.h" +#include "Gfx.h" + +// the MSVC math.h doesn't define this +#ifndef M_PI +#define M_PI 3.14159265358979323846 +#endif + +//------------------------------------------------------------------------ +// constants +//------------------------------------------------------------------------ + +// Max recursive depth for a function shading fill. +#define functionMaxDepth 6 + +// Max delta allowed in any color component for a function shading fill. +#define functionColorDelta (dblToCol(1 / 256.0)) + +// Max number of splits along the t axis for an axial shading fill. +#define axialMaxSplits 256 + +// Max delta allowed in any color component for an axial shading fill. +#define axialColorDelta (dblToCol(1 / 256.0)) + +// Max number of splits along the t axis for a radial shading fill. +#define radialMaxSplits 256 + +// Max delta allowed in any color component for a radial shading fill. +#define radialColorDelta (dblToCol(1 / 256.0)) + +// Max recursive depth for a Gouraud triangle shading fill. +#define gouraudMaxDepth 4 + +// Max delta allowed in any color component for a Gouraud triangle +// shading fill. +#define gouraudColorDelta (dblToCol(1 / 256.0)) + +// Max recursive depth for a patch mesh shading fill. +#define patchMaxDepth 6 + +// Max delta allowed in any color component for a patch mesh shading +// fill. +#define patchColorDelta (dblToCol(1 / 256.0)) + +//------------------------------------------------------------------------ +// Operator table +//------------------------------------------------------------------------ + +#ifdef WIN32 // this works around a bug in the VC7 compiler +# pragma optimize("",off) +#endif + +Operator Gfx::opTab[] = { + {"\"", 3, {tchkNum, tchkNum, tchkString}, + &Gfx::opMoveSetShowText}, + {"'", 1, {tchkString}, + &Gfx::opMoveShowText}, + {"B", 0, {tchkNone}, + &Gfx::opFillStroke}, + {"B*", 0, {tchkNone}, + &Gfx::opEOFillStroke}, + {"BDC", 2, {tchkName, tchkProps}, + &Gfx::opBeginMarkedContent}, + {"BI", 0, {tchkNone}, + &Gfx::opBeginImage}, + {"BMC", 1, {tchkName}, + &Gfx::opBeginMarkedContent}, + {"BT", 0, {tchkNone}, + &Gfx::opBeginText}, + {"BX", 0, {tchkNone}, + &Gfx::opBeginIgnoreUndef}, + {"CS", 1, {tchkName}, + &Gfx::opSetStrokeColorSpace}, + {"DP", 2, {tchkName, tchkProps}, + &Gfx::opMarkPoint}, + {"Do", 1, {tchkName}, + &Gfx::opXObject}, + {"EI", 0, {tchkNone}, + &Gfx::opEndImage}, + {"EMC", 0, {tchkNone}, + &Gfx::opEndMarkedContent}, + {"ET", 0, {tchkNone}, + &Gfx::opEndText}, + {"EX", 0, {tchkNone}, + &Gfx::opEndIgnoreUndef}, + {"F", 0, {tchkNone}, + &Gfx::opFill}, + {"G", 1, {tchkNum}, + &Gfx::opSetStrokeGray}, + {"ID", 0, {tchkNone}, + &Gfx::opImageData}, + {"J", 1, {tchkInt}, + &Gfx::opSetLineCap}, + {"K", 4, {tchkNum, tchkNum, tchkNum, tchkNum}, + &Gfx::opSetStrokeCMYKColor}, + {"M", 1, {tchkNum}, + &Gfx::opSetMiterLimit}, + {"MP", 1, {tchkName}, + &Gfx::opMarkPoint}, + {"Q", 0, {tchkNone}, + &Gfx::opRestore}, + {"RG", 3, {tchkNum, tchkNum, tchkNum}, + &Gfx::opSetStrokeRGBColor}, + {"S", 0, {tchkNone}, + &Gfx::opStroke}, + {"SC", -4, {tchkNum, tchkNum, tchkNum, tchkNum}, + &Gfx::opSetStrokeColor}, + {"SCN", -5, {tchkSCN, tchkSCN, tchkSCN, tchkSCN, + tchkSCN}, + &Gfx::opSetStrokeColorN}, + {"T*", 0, {tchkNone}, + &Gfx::opTextNextLine}, + {"TD", 2, {tchkNum, tchkNum}, + &Gfx::opTextMoveSet}, + {"TJ", 1, {tchkArray}, + &Gfx::opShowSpaceText}, + {"TL", 1, {tchkNum}, + &Gfx::opSetTextLeading}, + {"Tc", 1, {tchkNum}, + &Gfx::opSetCharSpacing}, + {"Td", 2, {tchkNum, tchkNum}, + &Gfx::opTextMove}, + {"Tf", 2, {tchkName, tchkNum}, + &Gfx::opSetFont}, + {"Tj", 1, {tchkString}, + &Gfx::opShowText}, + {"Tm", 6, {tchkNum, tchkNum, tchkNum, tchkNum, + tchkNum, tchkNum}, + &Gfx::opSetTextMatrix}, + {"Tr", 1, {tchkInt}, + &Gfx::opSetTextRender}, + {"Ts", 1, {tchkNum}, + &Gfx::opSetTextRise}, + {"Tw", 1, {tchkNum}, + &Gfx::opSetWordSpacing}, + {"Tz", 1, {tchkNum}, + &Gfx::opSetHorizScaling}, + {"W", 0, {tchkNone}, + &Gfx::opClip}, + {"W*", 0, {tchkNone}, + &Gfx::opEOClip}, + {"b", 0, {tchkNone}, + &Gfx::opCloseFillStroke}, + {"b*", 0, {tchkNone}, + &Gfx::opCloseEOFillStroke}, + {"c", 6, {tchkNum, tchkNum, tchkNum, tchkNum, + tchkNum, tchkNum}, + &Gfx::opCurveTo}, + {"cm", 6, {tchkNum, tchkNum, tchkNum, tchkNum, + tchkNum, tchkNum}, + &Gfx::opConcat}, + {"cs", 1, {tchkName}, + &Gfx::opSetFillColorSpace}, + {"d", 2, {tchkArray, tchkNum}, + &Gfx::opSetDash}, + {"d0", 2, {tchkNum, tchkNum}, + &Gfx::opSetCharWidth}, + {"d1", 6, {tchkNum, tchkNum, tchkNum, tchkNum, + tchkNum, tchkNum}, + &Gfx::opSetCacheDevice}, + {"f", 0, {tchkNone}, + &Gfx::opFill}, + {"f*", 0, {tchkNone}, + &Gfx::opEOFill}, + {"g", 1, {tchkNum}, + &Gfx::opSetFillGray}, + {"gs", 1, {tchkName}, + &Gfx::opSetExtGState}, + {"h", 0, {tchkNone}, + &Gfx::opClosePath}, + {"i", 1, {tchkNum}, + &Gfx::opSetFlat}, + {"j", 1, {tchkInt}, + &Gfx::opSetLineJoin}, + {"k", 4, {tchkNum, tchkNum, tchkNum, tchkNum}, + &Gfx::opSetFillCMYKColor}, + {"l", 2, {tchkNum, tchkNum}, + &Gfx::opLineTo}, + {"m", 2, {tchkNum, tchkNum}, + &Gfx::opMoveTo}, + {"n", 0, {tchkNone}, + &Gfx::opEndPath}, + {"q", 0, {tchkNone}, + &Gfx::opSave}, + {"re", 4, {tchkNum, tchkNum, tchkNum, tchkNum}, + &Gfx::opRectangle}, + {"rg", 3, {tchkNum, tchkNum, tchkNum}, + &Gfx::opSetFillRGBColor}, + {"ri", 1, {tchkName}, + &Gfx::opSetRenderingIntent}, + {"s", 0, {tchkNone}, + &Gfx::opCloseStroke}, + {"sc", -4, {tchkNum, tchkNum, tchkNum, tchkNum}, + &Gfx::opSetFillColor}, + {"scn", -5, {tchkSCN, tchkSCN, tchkSCN, tchkSCN, + tchkSCN}, + &Gfx::opSetFillColorN}, + {"sh", 1, {tchkName}, + &Gfx::opShFill}, + {"v", 4, {tchkNum, tchkNum, tchkNum, tchkNum}, + &Gfx::opCurveTo1}, + {"w", 1, {tchkNum}, + &Gfx::opSetLineWidth}, + {"y", 4, {tchkNum, tchkNum, tchkNum, tchkNum}, + &Gfx::opCurveTo2}, +}; + +#ifdef WIN32 // this works around a bug in the VC7 compiler +# pragma optimize("",on) +#endif + +#define numOps (sizeof(opTab) / sizeof(Operator)) + +//------------------------------------------------------------------------ +// GfxResources +//------------------------------------------------------------------------ + +GfxResources::GfxResources(XRef *xref, Dict *resDict, GfxResources *nextA) { + Object obj1, obj2; + Ref r; + + if (resDict) { + + // build font dictionary + fonts = NULL; + resDict->lookupNF("Font", &obj1); + if (obj1.isRef()) { + obj1.fetch(xref, &obj2); + if (obj2.isDict()) { + r = obj1.getRef(); + fonts = new GfxFontDict(xref, &r, obj2.getDict()); + } + obj2.free(); + } else if (obj1.isDict()) { + fonts = new GfxFontDict(xref, NULL, obj1.getDict()); + } + obj1.free(); + + // get XObject dictionary + resDict->lookup("XObject", &xObjDict); + + // get color space dictionary + resDict->lookup("ColorSpace", &colorSpaceDict); + + // get pattern dictionary + resDict->lookup("Pattern", &patternDict); + + // get shading dictionary + resDict->lookup("Shading", &shadingDict); + + // get graphics state parameter dictionary + resDict->lookup("ExtGState", &gStateDict); + + } else { + fonts = NULL; + xObjDict.initNull(); + colorSpaceDict.initNull(); + patternDict.initNull(); + shadingDict.initNull(); + gStateDict.initNull(); + } + + next = nextA; +} + +GfxResources::~GfxResources() { + if (fonts) { + delete fonts; + } + xObjDict.free(); + colorSpaceDict.free(); + patternDict.free(); + shadingDict.free(); + gStateDict.free(); +} + +GfxFont *GfxResources::lookupFont(char *name) { + GfxFont *font; + GfxResources *resPtr; + + for (resPtr = this; resPtr; resPtr = resPtr->next) { + if (resPtr->fonts) { + if ((font = resPtr->fonts->lookup(name))) + return font; + } + } + error(-1, "Unknown font tag '%s'", name); + return NULL; +} + +GBool GfxResources::lookupXObject(char *name, Object *obj) { + GfxResources *resPtr; + + for (resPtr = this; resPtr; resPtr = resPtr->next) { + if (resPtr->xObjDict.isDict()) { + if (!resPtr->xObjDict.dictLookup(name, obj)->isNull()) + return gTrue; + obj->free(); + } + } + error(-1, "XObject '%s' is unknown", name); + return gFalse; +} + +GBool GfxResources::lookupXObjectNF(char *name, Object *obj) { + GfxResources *resPtr; + + for (resPtr = this; resPtr; resPtr = resPtr->next) { + if (resPtr->xObjDict.isDict()) { + if (!resPtr->xObjDict.dictLookupNF(name, obj)->isNull()) + return gTrue; + obj->free(); + } + } + error(-1, "XObject '%s' is unknown", name); + return gFalse; +} + +void GfxResources::lookupColorSpace(char *name, Object *obj) { + GfxResources *resPtr; + + for (resPtr = this; resPtr; resPtr = resPtr->next) { + if (resPtr->colorSpaceDict.isDict()) { + if (!resPtr->colorSpaceDict.dictLookup(name, obj)->isNull()) { + return; + } + obj->free(); + } + } + obj->initNull(); +} + +GfxPattern *GfxResources::lookupPattern(char *name) { + GfxResources *resPtr; + GfxPattern *pattern; + Object obj; + + for (resPtr = this; resPtr; resPtr = resPtr->next) { + if (resPtr->patternDict.isDict()) { + if (!resPtr->patternDict.dictLookup(name, &obj)->isNull()) { + pattern = GfxPattern::parse(&obj); + obj.free(); + return pattern; + } + obj.free(); + } + } + error(-1, "Unknown pattern '%s'", name); + return NULL; +} + +GfxShading *GfxResources::lookupShading(char *name) { + GfxResources *resPtr; + GfxShading *shading; + Object obj; + + for (resPtr = this; resPtr; resPtr = resPtr->next) { + if (resPtr->shadingDict.isDict()) { + if (!resPtr->shadingDict.dictLookup(name, &obj)->isNull()) { + shading = GfxShading::parse(&obj); + obj.free(); + return shading; + } + obj.free(); + } + } + error(-1, "Unknown shading '%s'", name); + return NULL; +} + +GBool GfxResources::lookupGState(char *name, Object *obj) { + GfxResources *resPtr; + + for (resPtr = this; resPtr; resPtr = resPtr->next) { + if (resPtr->gStateDict.isDict()) { + if (!resPtr->gStateDict.dictLookup(name, obj)->isNull()) { + return gTrue; + } + obj->free(); + } + } + error(-1, "ExtGState '%s' is unknown", name); + return gFalse; +} + +//------------------------------------------------------------------------ +// Gfx +//------------------------------------------------------------------------ + +Gfx::Gfx(XRef *xrefA, OutputDev *outA, int pageNum, Dict *resDict, + double hDPI, double vDPI, PDFRectangle *box, + PDFRectangle *cropBox, int rotate, + GBool (*abortCheckCbkA)(void *data), + void *abortCheckCbkDataA) { + int i; + + xref = xrefA; + subPage = gFalse; + printCommands = globalParams->getPrintCommands(); + + // start the resource stack + res = new GfxResources(xref, resDict, NULL); + + // initialize + out = outA; + state = new GfxState(hDPI, vDPI, box, rotate, out->upsideDown()); + fontChanged = gFalse; + clip = clipNone; + ignoreUndef = 0; + renderThisPage = out->startPage(pageNum, state); + if (!renderThisPage) + return; + + out->setDefaultCTM(state->getCTM()); + out->updateAll(state); + for (i = 0; i < 6; ++i) { + baseMatrix[i] = state->getCTM()[i]; + } + formDepth = 0; + abortCheckCbk = abortCheckCbkA; + abortCheckCbkData = abortCheckCbkDataA; + + // set crop box + if (cropBox) { + state->moveTo(cropBox->x1, cropBox->y1); + state->lineTo(cropBox->x2, cropBox->y1); + state->lineTo(cropBox->x2, cropBox->y2); + state->lineTo(cropBox->x1, cropBox->y2); + state->closePath(); + state->clip(); + out->clip(state); + state->clearPath(); + } +} + +Gfx::Gfx(XRef *xrefA, OutputDev *outA, Dict *resDict, + PDFRectangle *box, PDFRectangle *cropBox, + GBool (*abortCheckCbkA)(void *data), + void *abortCheckCbkDataA) { + int i; + + xref = xrefA; + subPage = gTrue; + printCommands = globalParams->getPrintCommands(); + renderThisPage = gTrue; + + // start the resource stack + res = new GfxResources(xref, resDict, NULL); + + // initialize + out = outA; + state = new GfxState(72, 72, box, 0, gFalse); + fontChanged = gFalse; + clip = clipNone; + ignoreUndef = 0; + for (i = 0; i < 6; ++i) { + baseMatrix[i] = state->getCTM()[i]; + } + formDepth = 0; + abortCheckCbk = abortCheckCbkA; + abortCheckCbkData = abortCheckCbkDataA; + + // set crop box + if (cropBox) { + state->moveTo(cropBox->x1, cropBox->y1); + state->lineTo(cropBox->x2, cropBox->y1); + state->lineTo(cropBox->x2, cropBox->y2); + state->lineTo(cropBox->x1, cropBox->y2); + state->closePath(); + state->clip(); + out->clip(state); + state->clearPath(); + } +} + +Gfx::~Gfx() { + while (state->hasSaves()) { + restoreState(); + } + if (!subPage) { + out->endPage(); + } + while (res) { + popResources(); + } + if (state) { + delete state; + } +} + +void Gfx::display(Object *obj, GBool topLevel) { + Object obj2; + int i; + + if (!renderThisPage) + return; + + if (obj->isArray()) { + for (i = 0; i < obj->arrayGetLength(); ++i) { + obj->arrayGet(i, &obj2); + if (!obj2.isStream()) { + error(-1, "Weird page contents"); + obj2.free(); + return; + } + obj2.free(); + } + } else if (!obj->isStream()) { + error(-1, "Weird page contents"); + return; + } + parser = new Parser(xref, new Lexer(xref, obj)); + go(topLevel); + delete parser; + parser = NULL; +} + +void Gfx::go(GBool topLevel) { + Object obj; + Object args[maxArgs]; + int numArgs, i; + int lastAbortCheck; + + // scan a sequence of objects + updateLevel = lastAbortCheck = 0; + numArgs = 0; + parser->getObj(&obj); + while (!obj.isEOF()) { + + // got a command - execute it + if (obj.isCmd()) { + if (printCommands) { + obj.print(stdout); + for (i = 0; i < numArgs; ++i) { + printf(" "); + args[i].print(stdout); + } + printf("\n"); + fflush(stdout); + } + execOp(&obj, args, numArgs); + obj.free(); + for (i = 0; i < numArgs; ++i) + args[i].free(); + numArgs = 0; + + // periodically update display + if (++updateLevel >= 20000) { + out->dump(); + updateLevel = 0; + } + + // check for an abort + if (abortCheckCbk) { + if (updateLevel - lastAbortCheck > 10) { + if ((*abortCheckCbk)(abortCheckCbkData)) { + break; + } + lastAbortCheck = updateLevel; + } + } + + // got an argument - save it + } else if (numArgs < maxArgs) { + args[numArgs++] = obj; + + // too many arguments - something is wrong + } else { + error(getPos(), "Too many args in content stream"); + if (printCommands) { + printf("throwing away arg: "); + obj.print(stdout); + printf("\n"); + fflush(stdout); + } + obj.free(); + } + + // grab the next object + parser->getObj(&obj); + } + obj.free(); + + // args at end with no command + if (numArgs > 0) { + error(getPos(), "Leftover args in content stream"); + if (printCommands) { + printf("%d leftovers:", numArgs); + for (i = 0; i < numArgs; ++i) { + printf(" "); + args[i].print(stdout); + } + printf("\n"); + fflush(stdout); + } + for (i = 0; i < numArgs; ++i) + args[i].free(); + } + + // update display + if (topLevel && updateLevel > 0) { + out->dump(); + } +} + +void Gfx::execOp(Object *cmd, Object args[], int numArgs) { + Operator *op; + char *name; + Object *argPtr; + int i; + + // find operator + name = cmd->getCmd(); + if (!(op = findOp(name))) { + if (ignoreUndef == 0) + error(getPos(), "Unknown operator '%s'", name); + return; + } + + // type check args + argPtr = args; + if (op->numArgs >= 0) { + if (numArgs < op->numArgs) { + error(getPos(), "Too few (%d) args to '%s' operator", numArgs, name); + return; + } + if (numArgs > op->numArgs) { +#if 0 + error(getPos(), "Too many (%d) args to '%s' operator", numArgs, name); +#endif + argPtr += numArgs - op->numArgs; + numArgs = op->numArgs; + } + } else { + if (numArgs > -op->numArgs) { + error(getPos(), "Too many (%d) args to '%s' operator", + numArgs, name); + return; + } + } + for (i = 0; i < numArgs; ++i) { + if (!checkArg(&argPtr[i], op->tchk[i])) { + error(getPos(), "Arg #%d to '%s' operator is wrong type (%s)", + i, name, argPtr[i].getTypeName()); + return; + } + } + + // do it + (this->*op->func)(argPtr, numArgs); +} + +Operator *Gfx::findOp(char *name) { + int a, b, m, cmp; + + a = -1; + b = numOps; + // invariant: opTab[a] < name < opTab[b] + cmp = 1; + while (b - a > 1) { + m = (a + b) / 2; + cmp = strcmp(opTab[m].name, name); + if (cmp < 0) + a = m; + else if (cmp > 0) + b = m; + else + a = b = m; + } + if (cmp != 0) + return NULL; + return &opTab[a]; +} + +GBool Gfx::checkArg(Object *arg, TchkType type) { + switch (type) { + case tchkBool: return arg->isBool(); + case tchkInt: return arg->isInt(); + case tchkNum: return arg->isNum(); + case tchkString: return arg->isString(); + case tchkName: return arg->isName(); + case tchkArray: return arg->isArray(); + case tchkProps: return arg->isDict() || arg->isName(); + case tchkSCN: return arg->isNum() || arg->isName(); + case tchkNone: return gFalse; + } + return gFalse; +} + +int Gfx::getPos() { + return parser ? parser->getPos() : -1; +} + +//------------------------------------------------------------------------ +// graphics state operators +//------------------------------------------------------------------------ + +void Gfx::opSave(Object args[], int numArgs) { + saveState(); +} + +void Gfx::opRestore(Object args[], int numArgs) { + restoreState(); +} + +void Gfx::opConcat(Object args[], int numArgs) { + state->concatCTM(args[0].getNum(), args[1].getNum(), + args[2].getNum(), args[3].getNum(), + args[4].getNum(), args[5].getNum()); + out->updateCTM(state, args[0].getNum(), args[1].getNum(), + args[2].getNum(), args[3].getNum(), + args[4].getNum(), args[5].getNum()); + fontChanged = gTrue; +} + +void Gfx::opSetDash(Object args[], int numArgs) { + Array *a; + int length; + Object obj; + double *dash; + int i; + + a = args[0].getArray(); + length = a->getLength(); + if (length == 0) { + dash = NULL; + } else { + dash = (double *)gmallocn(length, sizeof(double)); + for (i = 0; i < length; ++i) { + dash[i] = a->get(i, &obj)->getNum(); + obj.free(); + } + } + state->setLineDash(dash, length, args[1].getNum()); + out->updateLineDash(state); +} + +void Gfx::opSetFlat(Object args[], int numArgs) { + state->setFlatness((int)args[0].getNum()); + out->updateFlatness(state); +} + +void Gfx::opSetLineJoin(Object args[], int numArgs) { + state->setLineJoin(args[0].getInt()); + out->updateLineJoin(state); +} + +void Gfx::opSetLineCap(Object args[], int numArgs) { + state->setLineCap(args[0].getInt()); + out->updateLineCap(state); +} + +void Gfx::opSetMiterLimit(Object args[], int numArgs) { + state->setMiterLimit(args[0].getNum()); + out->updateMiterLimit(state); +} + +void Gfx::opSetLineWidth(Object args[], int numArgs) { + state->setLineWidth(args[0].getNum()); + out->updateLineWidth(state); +} + +void Gfx::opSetExtGState(Object args[], int numArgs) { + Object obj1, obj2; + GfxBlendMode mode; + GBool haveFillOP; + + if (!res->lookupGState(args[0].getName(), &obj1)) { + return; + } + if (!obj1.isDict()) { + error(getPos(), "ExtGState '%s' is wrong type", args[0].getName()); + obj1.free(); + return; + } + + // transparency support: blend mode, fill/stroke opacity + if (!obj1.dictLookup("BM", &obj2)->isNull()) { + if (state->parseBlendMode(&obj2, &mode)) { + state->setBlendMode(mode); + out->updateBlendMode(state); + } else { + error(getPos(), "Invalid blend mode in ExtGState"); + } + } + obj2.free(); + if (obj1.dictLookup("ca", &obj2)->isNum()) { + state->setFillOpacity(obj2.getNum()); + out->updateFillOpacity(state); + } + obj2.free(); + if (obj1.dictLookup("CA", &obj2)->isNum()) { + state->setStrokeOpacity(obj2.getNum()); + out->updateStrokeOpacity(state); + } + obj2.free(); + + // fill/stroke overprint + if ((haveFillOP = (obj1.dictLookup("op", &obj2)->isBool()))) { + state->setFillOverprint(obj2.getBool()); + out->updateFillOverprint(state); + } + obj2.free(); + if (obj1.dictLookup("OP", &obj2)->isBool()) { + state->setStrokeOverprint(obj2.getBool()); + out->updateStrokeOverprint(state); + if (!haveFillOP) { + state->setFillOverprint(obj2.getBool()); + out->updateFillOverprint(state); + } + } + obj2.free(); + + obj1.free(); +} + +void Gfx::opSetRenderingIntent(Object args[], int numArgs) { +} + +//------------------------------------------------------------------------ +// color operators +//------------------------------------------------------------------------ + +void Gfx::opSetFillGray(Object args[], int numArgs) { + GfxColor color; + + state->setFillPattern(NULL); + state->setFillColorSpace(new GfxDeviceGrayColorSpace()); + out->updateFillColorSpace(state); + color.c[0] = dblToCol(args[0].getNum()); + state->setFillColor(&color); + out->updateFillColor(state); +} + +void Gfx::opSetStrokeGray(Object args[], int numArgs) { + GfxColor color; + + state->setStrokePattern(NULL); + state->setStrokeColorSpace(new GfxDeviceGrayColorSpace()); + out->updateStrokeColorSpace(state); + color.c[0] = dblToCol(args[0].getNum()); + state->setStrokeColor(&color); + out->updateStrokeColor(state); +} + +void Gfx::opSetFillCMYKColor(Object args[], int numArgs) { + GfxColor color; + int i; + + state->setFillPattern(NULL); + state->setFillColorSpace(new GfxDeviceCMYKColorSpace()); + out->updateFillColorSpace(state); + for (i = 0; i < 4; ++i) { + color.c[i] = dblToCol(args[i].getNum()); + } + state->setFillColor(&color); + out->updateFillColor(state); +} + +void Gfx::opSetStrokeCMYKColor(Object args[], int numArgs) { + GfxColor color; + int i; + + state->setStrokePattern(NULL); + state->setStrokeColorSpace(new GfxDeviceCMYKColorSpace()); + out->updateStrokeColorSpace(state); + for (i = 0; i < 4; ++i) { + color.c[i] = dblToCol(args[i].getNum()); + } + state->setStrokeColor(&color); + out->updateStrokeColor(state); +} + +void Gfx::opSetFillRGBColor(Object args[], int numArgs) { + GfxColor color; + int i; + + state->setFillPattern(NULL); + state->setFillColorSpace(new GfxDeviceRGBColorSpace()); + out->updateFillColorSpace(state); + for (i = 0; i < 3; ++i) { + color.c[i] = dblToCol(args[i].getNum()); + } + state->setFillColor(&color); + out->updateFillColor(state); +} + +void Gfx::opSetStrokeRGBColor(Object args[], int numArgs) { + GfxColor color; + int i; + + state->setStrokePattern(NULL); + state->setStrokeColorSpace(new GfxDeviceRGBColorSpace()); + out->updateStrokeColorSpace(state); + for (i = 0; i < 3; ++i) { + color.c[i] = dblToCol(args[i].getNum()); + } + state->setStrokeColor(&color); + out->updateStrokeColor(state); +} + +void Gfx::opSetFillColorSpace(Object args[], int numArgs) { + Object obj; + GfxColorSpace *colorSpace; + GfxColor color; + int i; + + state->setFillPattern(NULL); + res->lookupColorSpace(args[0].getName(), &obj); + if (obj.isNull()) { + colorSpace = GfxColorSpace::parse(&args[0]); + } else { + colorSpace = GfxColorSpace::parse(&obj); + } + obj.free(); + if (colorSpace) { + state->setFillColorSpace(colorSpace); + out->updateFillColorSpace(state); + } else { + error(getPos(), "Bad color space (fill)"); + } + for (i = 0; i < gfxColorMaxComps; ++i) { + color.c[i] = 0; + } + state->setFillColor(&color); + out->updateFillColor(state); +} + +void Gfx::opSetStrokeColorSpace(Object args[], int numArgs) { + Object obj; + GfxColorSpace *colorSpace; + GfxColor color; + int i; + + state->setStrokePattern(NULL); + res->lookupColorSpace(args[0].getName(), &obj); + if (obj.isNull()) { + colorSpace = GfxColorSpace::parse(&args[0]); + } else { + colorSpace = GfxColorSpace::parse(&obj); + } + obj.free(); + if (colorSpace) { + state->setStrokeColorSpace(colorSpace); + out->updateStrokeColorSpace(state); + } else { + error(getPos(), "Bad color space (stroke)"); + } + for (i = 0; i < gfxColorMaxComps; ++i) { + color.c[i] = 0; + } + state->setStrokeColor(&color); + out->updateStrokeColor(state); +} + +void Gfx::opSetFillColor(Object args[], int numArgs) { + GfxColor color; + int i; + + state->setFillPattern(NULL); + for (i = 0; i < numArgs; ++i) { + color.c[i] = dblToCol(args[i].getNum()); + } + state->setFillColor(&color); + out->updateFillColor(state); +} + +void Gfx::opSetStrokeColor(Object args[], int numArgs) { + GfxColor color; + int i; + + state->setStrokePattern(NULL); + for (i = 0; i < numArgs; ++i) { + color.c[i] = dblToCol(args[i].getNum()); + } + state->setStrokeColor(&color); + out->updateStrokeColor(state); +} + +void Gfx::opSetFillColorN(Object args[], int numArgs) { + GfxColor color; + GfxPattern *pattern; + int i; + + if (state->getFillColorSpace()->getMode() == csPattern) { + if (numArgs > 1) { + for (i = 0; i < numArgs && i < 4; ++i) { + if (args[i].isNum()) { + color.c[i] = dblToCol(args[i].getNum()); + } + } + state->setFillColor(&color); + out->updateFillColor(state); + } + if (args[numArgs-1].isName() && + (pattern = res->lookupPattern(args[numArgs-1].getName()))) { + state->setFillPattern(pattern); + } + + } else { + state->setFillPattern(NULL); + for (i = 0; i < numArgs && i < 4; ++i) { + if (args[i].isNum()) { + color.c[i] = dblToCol(args[i].getNum()); + } + } + state->setFillColor(&color); + out->updateFillColor(state); + } +} + +void Gfx::opSetStrokeColorN(Object args[], int numArgs) { + GfxColor color; + GfxPattern *pattern; + int i; + + if (state->getStrokeColorSpace()->getMode() == csPattern) { + if (numArgs > 1) { + for (i = 0; i < numArgs && i < 4; ++i) { + if (args[i].isNum()) { + color.c[i] = dblToCol(args[i].getNum()); + } + } + state->setStrokeColor(&color); + out->updateStrokeColor(state); + } + if (args[numArgs-1].isName() && + (pattern = res->lookupPattern(args[numArgs-1].getName()))) { + state->setStrokePattern(pattern); + } + + } else { + state->setStrokePattern(NULL); + for (i = 0; i < numArgs && i < 4; ++i) { + if (args[i].isNum()) { + color.c[i] = dblToCol(args[i].getNum()); + } + } + state->setStrokeColor(&color); + out->updateStrokeColor(state); + } +} + +//------------------------------------------------------------------------ +// path segment operators +//------------------------------------------------------------------------ + +void Gfx::opMoveTo(Object args[], int numArgs) { + state->moveTo(args[0].getNum(), args[1].getNum()); +} + +void Gfx::opLineTo(Object args[], int numArgs) { + if (!state->isCurPt()) { + error(getPos(), "No current point in lineto"); + return; + } + state->lineTo(args[0].getNum(), args[1].getNum()); +} + +void Gfx::opCurveTo(Object args[], int numArgs) { + double x1, y1, x2, y2, x3, y3; + + if (!state->isCurPt()) { + error(getPos(), "No current point in curveto"); + return; + } + x1 = args[0].getNum(); + y1 = args[1].getNum(); + x2 = args[2].getNum(); + y2 = args[3].getNum(); + x3 = args[4].getNum(); + y3 = args[5].getNum(); + state->curveTo(x1, y1, x2, y2, x3, y3); +} + +void Gfx::opCurveTo1(Object args[], int numArgs) { + double x1, y1, x2, y2, x3, y3; + + if (!state->isCurPt()) { + error(getPos(), "No current point in curveto1"); + return; + } + x1 = state->getCurX(); + y1 = state->getCurY(); + x2 = args[0].getNum(); + y2 = args[1].getNum(); + x3 = args[2].getNum(); + y3 = args[3].getNum(); + state->curveTo(x1, y1, x2, y2, x3, y3); +} + +void Gfx::opCurveTo2(Object args[], int numArgs) { + double x1, y1, x2, y2, x3, y3; + + if (!state->isCurPt()) { + error(getPos(), "No current point in curveto2"); + return; + } + x1 = args[0].getNum(); + y1 = args[1].getNum(); + x2 = args[2].getNum(); + y2 = args[3].getNum(); + x3 = x2; + y3 = y2; + state->curveTo(x1, y1, x2, y2, x3, y3); +} + +void Gfx::opRectangle(Object args[], int numArgs) { + double x, y, w, h; + + x = args[0].getNum(); + y = args[1].getNum(); + w = args[2].getNum(); + h = args[3].getNum(); + state->moveTo(x, y); + state->lineTo(x + w, y); + state->lineTo(x + w, y + h); + state->lineTo(x, y + h); + state->closePath(); +} + +void Gfx::opClosePath(Object args[], int numArgs) { + if (!state->isCurPt()) { + error(getPos(), "No current point in closepath"); + return; + } + state->closePath(); +} + +//------------------------------------------------------------------------ +// path painting operators +//------------------------------------------------------------------------ + +void Gfx::opEndPath(Object args[], int numArgs) { + doEndPath(); +} + +void Gfx::opStroke(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in stroke"); + return; + } + if (state->isPath()) + out->stroke(state); + doEndPath(); +} + +void Gfx::opCloseStroke(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in closepath/stroke"); + return; + } + if (state->isPath()) { + state->closePath(); + out->stroke(state); + } + doEndPath(); +} + +void Gfx::opFill(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in fill"); + return; + } + if (state->isPath()) { + if (state->getFillColorSpace()->getMode() == csPattern) { + doPatternFill(gFalse); + } else { + out->fill(state); + } + } + doEndPath(); +} + +void Gfx::opEOFill(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in eofill"); + return; + } + if (state->isPath()) { + if (state->getFillColorSpace()->getMode() == csPattern) { + doPatternFill(gTrue); + } else { + out->eoFill(state); + } + } + doEndPath(); +} + +void Gfx::opFillStroke(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in fill/stroke"); + return; + } + if (state->isPath()) { + if (state->getFillColorSpace()->getMode() == csPattern) { + doPatternFill(gFalse); + } else { + out->fill(state); + } + out->stroke(state); + } + doEndPath(); +} + +void Gfx::opCloseFillStroke(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in closepath/fill/stroke"); + return; + } + if (state->isPath()) { + state->closePath(); + if (state->getFillColorSpace()->getMode() == csPattern) { + doPatternFill(gFalse); + } else { + out->fill(state); + } + out->stroke(state); + } + doEndPath(); +} + +void Gfx::opEOFillStroke(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in eofill/stroke"); + return; + } + if (state->isPath()) { + if (state->getFillColorSpace()->getMode() == csPattern) { + doPatternFill(gTrue); + } else { + out->eoFill(state); + } + out->stroke(state); + } + doEndPath(); +} + +void Gfx::opCloseEOFillStroke(Object args[], int numArgs) { + if (!state->isCurPt()) { + //error(getPos(), "No path in closepath/eofill/stroke"); + return; + } + if (state->isPath()) { + state->closePath(); + if (state->getFillColorSpace()->getMode() == csPattern) { + doPatternFill(gTrue); + } else { + out->eoFill(state); + } + out->stroke(state); + } + doEndPath(); +} + +void Gfx::doPatternFill(GBool eoFill) { + GfxPattern *pattern; + + // this is a bit of a kludge -- patterns can be really slow, so we + // skip them if we're only doing text extraction, since they almost + // certainly don't contain any text + if (!out->needNonText()) { + return; + } + + if (!(pattern = state->getFillPattern())) { + return; + } + switch (pattern->getType()) { + case 1: + doTilingPatternFill((GfxTilingPattern *)pattern, eoFill); + break; + case 2: + doShadingPatternFill((GfxShadingPattern *)pattern, eoFill); + break; + default: + error(getPos(), "Unimplemented pattern type (%d) in fill", + pattern->getType()); + break; + } +} + +void Gfx::doTilingPatternFill(GfxTilingPattern *tPat, GBool eoFill) { + GfxPatternColorSpace *patCS; + GfxColorSpace *cs; + GfxPath *savedPath; + double xMin, yMin, xMax, yMax, x, y, x1, y1; + double cxMin, cyMin, cxMax, cyMax; + int xi0, yi0, xi1, yi1, xi, yi; + double *ctm, *btm, *ptm; + double m[6], ictm[6], m1[6], imb[6]; + double det; + double xstep, ystep; + int i; + + // get color space + patCS = (GfxPatternColorSpace *)state->getFillColorSpace(); + + // construct a (pattern space) -> (current space) transform matrix + ctm = state->getCTM(); + btm = baseMatrix; + ptm = tPat->getMatrix(); + // iCTM = invert CTM + det = 1 / (ctm[0] * ctm[3] - ctm[1] * ctm[2]); + ictm[0] = ctm[3] * det; + ictm[1] = -ctm[1] * det; + ictm[2] = -ctm[2] * det; + ictm[3] = ctm[0] * det; + ictm[4] = (ctm[2] * ctm[5] - ctm[3] * ctm[4]) * det; + ictm[5] = (ctm[1] * ctm[4] - ctm[0] * ctm[5]) * det; + // m1 = PTM * BTM = PTM * base transform matrix + m1[0] = ptm[0] * btm[0] + ptm[1] * btm[2]; + m1[1] = ptm[0] * btm[1] + ptm[1] * btm[3]; + m1[2] = ptm[2] * btm[0] + ptm[3] * btm[2]; + m1[3] = ptm[2] * btm[1] + ptm[3] * btm[3]; + m1[4] = ptm[4] * btm[0] + ptm[5] * btm[2] + btm[4]; + m1[5] = ptm[4] * btm[1] + ptm[5] * btm[3] + btm[5]; + // m = m1 * iCTM = (PTM * BTM) * (iCTM) + m[0] = m1[0] * ictm[0] + m1[1] * ictm[2]; + m[1] = m1[0] * ictm[1] + m1[1] * ictm[3]; + m[2] = m1[2] * ictm[0] + m1[3] * ictm[2]; + m[3] = m1[2] * ictm[1] + m1[3] * ictm[3]; + m[4] = m1[4] * ictm[0] + m1[5] * ictm[2] + ictm[4]; + m[5] = m1[4] * ictm[1] + m1[5] * ictm[3] + ictm[5]; + + // construct a (device space) -> (pattern space) transform matrix + det = 1 / (m1[0] * m1[3] - m1[1] * m1[2]); + imb[0] = m1[3] * det; + imb[1] = -m1[1] * det; + imb[2] = -m1[2] * det; + imb[3] = m1[0] * det; + imb[4] = (m1[2] * m1[5] - m1[3] * m1[4]) * det; + imb[5] = (m1[1] * m1[4] - m1[0] * m1[5]) * det; + + // save current graphics state + savedPath = state->getPath()->copy(); + saveState(); + + // set underlying color space (for uncolored tiling patterns); set + // various other parameters (stroke color, line width) to match + // Adobe's behavior + if (tPat->getPaintType() == 2 && (cs = patCS->getUnder())) { + state->setFillColorSpace(cs->copy()); + out->updateFillColorSpace(state); + state->setStrokeColorSpace(cs->copy()); + out->updateStrokeColorSpace(state); + state->setStrokeColor(state->getFillColor()); + } else { + state->setFillColorSpace(new GfxDeviceGrayColorSpace()); + out->updateFillColorSpace(state); + state->setStrokeColorSpace(new GfxDeviceGrayColorSpace()); + out->updateStrokeColorSpace(state); + } + state->setFillPattern(NULL); + out->updateFillColor(state); + state->setStrokePattern(NULL); + out->updateStrokeColor(state); + state->setLineWidth(0); + out->updateLineWidth(state); + + // clip to current path + state->clip(); + if (eoFill) { + out->eoClip(state); + } else { + out->clip(state); + } + state->clearPath(); + + // get the clip region, check for empty + state->getClipBBox(&cxMin, &cyMin, &cxMax, &cyMax); + if (cxMin > cxMax || cyMin > cyMax) { + goto err; + } + + // transform clip region bbox to pattern space + xMin = xMax = cxMin * imb[0] + cyMin * imb[2] + imb[4]; + yMin = yMax = cxMin * imb[1] + cyMin * imb[3] + imb[5]; + x1 = cxMin * imb[0] + cyMax * imb[2] + imb[4]; + y1 = cxMin * imb[1] + cyMax * imb[3] + imb[5]; + if (x1 < xMin) { + xMin = x1; + } else if (x1 > xMax) { + xMax = x1; + } + if (y1 < yMin) { + yMin = y1; + } else if (y1 > yMax) { + yMax = y1; + } + x1 = cxMax * imb[0] + cyMin * imb[2] + imb[4]; + y1 = cxMax * imb[1] + cyMin * imb[3] + imb[5]; + if (x1 < xMin) { + xMin = x1; + } else if (x1 > xMax) { + xMax = x1; + } + if (y1 < yMin) { + yMin = y1; + } else if (y1 > yMax) { + yMax = y1; + } + x1 = cxMax * imb[0] + cyMax * imb[2] + imb[4]; + y1 = cxMax * imb[1] + cyMax * imb[3] + imb[5]; + if (x1 < xMin) { + xMin = x1; + } else if (x1 > xMax) { + xMax = x1; + } + if (y1 < yMin) { + yMin = y1; + } else if (y1 > yMax) { + yMax = y1; + } + + // draw the pattern + //~ this should treat negative steps differently -- start at right/top + //~ edge instead of left/bottom (?) + xstep = fabs(tPat->getXStep()); + ystep = fabs(tPat->getYStep()); + xi0 = (int)floor((xMin - tPat->getBBox()[0]) / xstep); + xi1 = (int)ceil((xMax - tPat->getBBox()[0]) / xstep); + yi0 = (int)floor((yMin - tPat->getBBox()[1]) / ystep); + yi1 = (int)ceil((yMax - tPat->getBBox()[1]) / ystep); + for (i = 0; i < 4; ++i) { + m1[i] = m[i]; + } + if (out->useTilingPatternFill()) { + m1[4] = m[4]; + m1[5] = m[5]; + out->tilingPatternFill(state, tPat->getContentStream(), + tPat->getPaintType(), tPat->getResDict(), + m1, tPat->getBBox(), + xi0, yi0, xi1, yi1, xstep, ystep); + } else { + for (yi = yi0; yi < yi1; ++yi) { + for (xi = xi0; xi < xi1; ++xi) { + x = xi * xstep; + y = yi * ystep; + m1[4] = x * m[0] + y * m[2] + m[4]; + m1[5] = x * m[1] + y * m[3] + m[5]; + doForm1(tPat->getContentStream(), tPat->getResDict(), + m1, tPat->getBBox()); + } + } + } + + // restore graphics state + err: + restoreState(); + state->setPath(savedPath); +} + +void Gfx::doShadingPatternFill(GfxShadingPattern *sPat, GBool eoFill) { + GfxShading *shading; + GfxPath *savedPath; + double *ctm, *btm, *ptm; + double m[6], ictm[6], m1[6]; + double xMin, yMin, xMax, yMax; + double det; + + shading = sPat->getShading(); + + // save current graphics state + savedPath = state->getPath()->copy(); + saveState(); + + // clip to bbox + if (shading->getHasBBox()) { + shading->getBBox(&xMin, &yMin, &xMax, &yMax); + state->moveTo(xMin, yMin); + state->lineTo(xMax, yMin); + state->lineTo(xMax, yMax); + state->lineTo(xMin, yMax); + state->closePath(); + state->clip(); + out->clip(state); + state->setPath(savedPath->copy()); + } + + // clip to current path + state->clip(); + if (eoFill) { + out->eoClip(state); + } else { + out->clip(state); + } + + // set the color space + state->setFillColorSpace(shading->getColorSpace()->copy()); + out->updateFillColorSpace(state); + + // background color fill + if (shading->getHasBackground()) { + state->setFillColor(shading->getBackground()); + out->updateFillColor(state); + out->fill(state); + } + state->clearPath(); + + // construct a (pattern space) -> (current space) transform matrix + ctm = state->getCTM(); + btm = baseMatrix; + ptm = sPat->getMatrix(); + // iCTM = invert CTM + det = 1 / (ctm[0] * ctm[3] - ctm[1] * ctm[2]); + ictm[0] = ctm[3] * det; + ictm[1] = -ctm[1] * det; + ictm[2] = -ctm[2] * det; + ictm[3] = ctm[0] * det; + ictm[4] = (ctm[2] * ctm[5] - ctm[3] * ctm[4]) * det; + ictm[5] = (ctm[1] * ctm[4] - ctm[0] * ctm[5]) * det; + // m1 = PTM * BTM = PTM * base transform matrix + m1[0] = ptm[0] * btm[0] + ptm[1] * btm[2]; + m1[1] = ptm[0] * btm[1] + ptm[1] * btm[3]; + m1[2] = ptm[2] * btm[0] + ptm[3] * btm[2]; + m1[3] = ptm[2] * btm[1] + ptm[3] * btm[3]; + m1[4] = ptm[4] * btm[0] + ptm[5] * btm[2] + btm[4]; + m1[5] = ptm[4] * btm[1] + ptm[5] * btm[3] + btm[5]; + // m = m1 * iCTM = (PTM * BTM) * (iCTM) + m[0] = m1[0] * ictm[0] + m1[1] * ictm[2]; + m[1] = m1[0] * ictm[1] + m1[1] * ictm[3]; + m[2] = m1[2] * ictm[0] + m1[3] * ictm[2]; + m[3] = m1[2] * ictm[1] + m1[3] * ictm[3]; + m[4] = m1[4] * ictm[0] + m1[5] * ictm[2] + ictm[4]; + m[5] = m1[4] * ictm[1] + m1[5] * ictm[3] + ictm[5]; + + // set the new matrix + state->concatCTM(m[0], m[1], m[2], m[3], m[4], m[5]); + out->updateCTM(state, m[0], m[1], m[2], m[3], m[4], m[5]); + + // do shading type-specific operations + switch (shading->getType()) { + case 1: + doFunctionShFill((GfxFunctionShading *)shading); + break; + case 2: + doAxialShFill((GfxAxialShading *)shading); + break; + case 3: + doRadialShFill((GfxRadialShading *)shading); + break; + case 4: + case 5: + doGouraudTriangleShFill((GfxGouraudTriangleShading *)shading); + break; + case 6: + case 7: + doPatchMeshShFill((GfxPatchMeshShading *)shading); + break; + } + + // restore graphics state + restoreState(); + state->setPath(savedPath); +} + +void Gfx::opShFill(Object args[], int numArgs) { + GfxShading *shading; + GfxPath *savedPath; + double xMin, yMin, xMax, yMax; + + if (!(shading = res->lookupShading(args[0].getName()))) { + return; + } + + // save current graphics state + savedPath = state->getPath()->copy(); + saveState(); + + // clip to bbox + if (shading->getHasBBox()) { + shading->getBBox(&xMin, &yMin, &xMax, &yMax); + state->moveTo(xMin, yMin); + state->lineTo(xMax, yMin); + state->lineTo(xMax, yMax); + state->lineTo(xMin, yMax); + state->closePath(); + state->clip(); + out->clip(state); + state->clearPath(); + } + + // set the color space + state->setFillColorSpace(shading->getColorSpace()->copy()); + out->updateFillColorSpace(state); + + // do shading type-specific operations + switch (shading->getType()) { + case 1: + doFunctionShFill((GfxFunctionShading *)shading); + break; + case 2: + doAxialShFill((GfxAxialShading *)shading); + break; + case 3: + doRadialShFill((GfxRadialShading *)shading); + break; + case 4: + case 5: + doGouraudTriangleShFill((GfxGouraudTriangleShading *)shading); + break; + case 6: + case 7: + doPatchMeshShFill((GfxPatchMeshShading *)shading); + break; + } + + // restore graphics state + restoreState(); + state->setPath(savedPath); + + delete shading; +} + +void Gfx::doFunctionShFill(GfxFunctionShading *shading) { + double x0, y0, x1, y1; + GfxColor colors[4]; + + if (out->useShadedFills()) { + out->functionShadedFill(state, shading); + } else { + shading->getDomain(&x0, &y0, &x1, &y1); + shading->getColor(x0, y0, &colors[0]); + shading->getColor(x0, y1, &colors[1]); + shading->getColor(x1, y0, &colors[2]); + shading->getColor(x1, y1, &colors[3]); + doFunctionShFill1(shading, x0, y0, x1, y1, colors, 0); + } +} + +void Gfx::doFunctionShFill1(GfxFunctionShading *shading, + double x0, double y0, + double x1, double y1, + GfxColor *colors, int depth) { + GfxColor fillColor; + GfxColor color0M, color1M, colorM0, colorM1, colorMM; + GfxColor colors2[4]; + double *matrix; + double xM, yM; + int nComps, i, j; + + nComps = shading->getColorSpace()->getNComps(); + matrix = shading->getMatrix(); + + // compare the four corner colors + for (i = 0; i < 4; ++i) { + for (j = 0; j < nComps; ++j) { + if (abs(colors[i].c[j] - colors[(i+1)&3].c[j]) > functionColorDelta) { + break; + } + } + if (j < nComps) { + break; + } + } + + // center of the rectangle + xM = 0.5 * (x0 + x1); + yM = 0.5 * (y0 + y1); + + // the four corner colors are close (or we hit the recursive limit) + // -- fill the rectangle; but require at least one subdivision + // (depth==0) to avoid problems when the four outer corners of the + // shaded region are the same color + if ((i == 4 && depth > 0) || depth == functionMaxDepth) { + + // use the center color + shading->getColor(xM, yM, &fillColor); + state->setFillColor(&fillColor); + out->updateFillColor(state); + + // fill the rectangle + state->moveTo(x0 * matrix[0] + y0 * matrix[2] + matrix[4], + x0 * matrix[1] + y0 * matrix[3] + matrix[5]); + state->lineTo(x1 * matrix[0] + y0 * matrix[2] + matrix[4], + x1 * matrix[1] + y0 * matrix[3] + matrix[5]); + state->lineTo(x1 * matrix[0] + y1 * matrix[2] + matrix[4], + x1 * matrix[1] + y1 * matrix[3] + matrix[5]); + state->lineTo(x0 * matrix[0] + y1 * matrix[2] + matrix[4], + x0 * matrix[1] + y1 * matrix[3] + matrix[5]); + state->closePath(); + out->fill(state); + state->clearPath(); + + // the four corner colors are not close enough -- subdivide the + // rectangle + } else { + + // colors[0] colorM0 colors[2] + // (x0,y0) (xM,y0) (x1,y0) + // +----------+----------+ + // | | | + // | UL | UR | + // color0M | colorMM | color1M + // (x0,yM) +----------+----------+ (x1,yM) + // | (xM,yM) | + // | LL | LR | + // | | | + // +----------+----------+ + // colors[1] colorM1 colors[3] + // (x0,y1) (xM,y1) (x1,y1) + + shading->getColor(x0, yM, &color0M); + shading->getColor(x1, yM, &color1M); + shading->getColor(xM, y0, &colorM0); + shading->getColor(xM, y1, &colorM1); + shading->getColor(xM, yM, &colorMM); + + // upper-left sub-rectangle + colors2[0] = colors[0]; + colors2[1] = color0M; + colors2[2] = colorM0; + colors2[3] = colorMM; + doFunctionShFill1(shading, x0, y0, xM, yM, colors2, depth + 1); + + // lower-left sub-rectangle + colors2[0] = color0M; + colors2[1] = colors[1]; + colors2[2] = colorMM; + colors2[3] = colorM1; + doFunctionShFill1(shading, x0, yM, xM, y1, colors2, depth + 1); + + // upper-right sub-rectangle + colors2[0] = colorM0; + colors2[1] = colorMM; + colors2[2] = colors[2]; + colors2[3] = color1M; + doFunctionShFill1(shading, xM, y0, x1, yM, colors2, depth + 1); + + // lower-right sub-rectangle + colors2[0] = colorMM; + colors2[1] = colorM1; + colors2[2] = color1M; + colors2[3] = colors[3]; + doFunctionShFill1(shading, xM, yM, x1, y1, colors2, depth + 1); + } +} + +void Gfx::doAxialShFill(GfxAxialShading *shading) { + double xMin, yMin, xMax, yMax; + double x0, y0, x1, y1; + double dx, dy, mul; + GBool dxZero, dyZero; + double tMin, tMax, t, tx, ty; + double s[4], sMin, sMax, tmp; + double ux0, uy0, ux1, uy1, vx0, vy0, vx1, vy1; + double t0, t1, tt; + double ta[axialMaxSplits + 1]; + int next[axialMaxSplits + 1]; + GfxColor color0, color1; + int nComps; + int i, j, k, kk; + + if (out->useShadedFills()) { + + out->axialShadedFill(state, shading); + + } else { + + // get the clip region bbox + state->getUserClipBBox(&xMin, &yMin, &xMax, &yMax); + + // compute min and max t values, based on the four corners of the + // clip region bbox + shading->getCoords(&x0, &y0, &x1, &y1); + dx = x1 - x0; + dy = y1 - y0; + dxZero = fabs(dx) < 0.001; + dyZero = fabs(dy) < 0.001; + mul = 1 / (dx * dx + dy * dy); + tMin = tMax = ((xMin - x0) * dx + (yMin - y0) * dy) * mul; + t = ((xMin - x0) * dx + (yMax - y0) * dy) * mul; + if (t < tMin) { + tMin = t; + } else if (t > tMax) { + tMax = t; + } + t = ((xMax - x0) * dx + (yMin - y0) * dy) * mul; + if (t < tMin) { + tMin = t; + } else if (t > tMax) { + tMax = t; + } + t = ((xMax - x0) * dx + (yMax - y0) * dy) * mul; + if (t < tMin) { + tMin = t; + } else if (t > tMax) { + tMax = t; + } + if (tMin < 0 && !shading->getExtend0()) { + tMin = 0; + } + if (tMax > 1 && !shading->getExtend1()) { + tMax = 1; + } + + // get the function domain + t0 = shading->getDomain0(); + t1 = shading->getDomain1(); + + // Traverse the t axis and do the shading. + // + // For each point (tx, ty) on the t axis, consider a line through + // that point perpendicular to the t axis: + // + // x(s) = tx + s * -dy --> s = (x - tx) / -dy + // y(s) = ty + s * dx --> s = (y - ty) / dx + // + // Then look at the intersection of this line with the bounding box + // (xMin, yMin, xMax, yMax). In the general case, there are four + // intersection points: + // + // s0 = (xMin - tx) / -dy + // s1 = (xMax - tx) / -dy + // s2 = (yMin - ty) / dx + // s3 = (yMax - ty) / dx + // + // and we want the middle two s values. + // + // In the case where dx = 0, take s0 and s1; in the case where dy = + // 0, take s2 and s3. + // + // Each filled polygon is bounded by two of these line segments + // perpdendicular to the t axis. + // + // The t axis is bisected into smaller regions until the color + // difference across a region is small enough, and then the region + // is painted with a single color. + + // set up: require at least one split to avoid problems when the two + // ends of the t axis have the same color + nComps = shading->getColorSpace()->getNComps(); + ta[0] = tMin; + next[0] = axialMaxSplits / 2; + ta[axialMaxSplits / 2] = 0.5 * (tMin + tMax); + next[axialMaxSplits / 2] = axialMaxSplits; + ta[axialMaxSplits] = tMax; + + // compute the color at t = tMin + if (tMin < 0) { + tt = t0; + } else if (tMin > 1) { + tt = t1; + } else { + tt = t0 + (t1 - t0) * tMin; + } + shading->getColor(tt, &color0); + + // compute the coordinates of the point on the t axis at t = tMin; + // then compute the intersection of the perpendicular line with the + // bounding box + tx = x0 + tMin * dx; + ty = y0 + tMin * dy; + if (dxZero && dyZero) { + sMin = sMax = 0; + } if (dxZero) { + sMin = (xMin - tx) / -dy; + sMax = (xMax - tx) / -dy; + if (sMin > sMax) { tmp = sMin; sMin = sMax; sMax = tmp; } + } else if (dyZero) { + sMin = (yMin - ty) / dx; + sMax = (yMax - ty) / dx; + if (sMin > sMax) { tmp = sMin; sMin = sMax; sMax = tmp; } + } else { + s[0] = (yMin - ty) / dx; + s[1] = (yMax - ty) / dx; + s[2] = (xMin - tx) / -dy; + s[3] = (xMax - tx) / -dy; + for (j = 0; j < 3; ++j) { + kk = j; + for (k = j + 1; k < 4; ++k) { + if (s[k] < s[kk]) { + kk = k; + } + } + tmp = s[j]; s[j] = s[kk]; s[kk] = tmp; + } + sMin = s[1]; + sMax = s[2]; + } + ux0 = tx - sMin * dy; + uy0 = ty + sMin * dx; + vx0 = tx - sMax * dy; + vy0 = ty + sMax * dx; + + i = 0; + while (i < axialMaxSplits) { + + // bisect until color difference is small enough or we hit the + // bisection limit + j = next[i]; + while (j > i + 1) { + if (ta[j] < 0) { + tt = t0; + } else if (ta[j] > 1) { + tt = t1; + } else { + tt = t0 + (t1 - t0) * ta[j]; + } + shading->getColor(tt, &color1); + for (k = 0; k < nComps; ++k) { + if (abs(color1.c[k] - color0.c[k]) > axialColorDelta) { + break; + } + } + if (k == nComps) { + break; + } + k = (i + j) / 2; + ta[k] = 0.5 * (ta[i] + ta[j]); + next[i] = k; + next[k] = j; + j = k; + } + + // use the average of the colors of the two sides of the region + for (k = 0; k < nComps; ++k) { + color0.c[k] = (color0.c[k] + color1.c[k]) / 2; + } + + // compute the coordinates of the point on the t axis; then + // compute the intersection of the perpendicular line with the + // bounding box + tx = x0 + ta[j] * dx; + ty = y0 + ta[j] * dy; + if (dxZero && dyZero) { + sMin = sMax = 0; + } if (dxZero) { + sMin = (xMin - tx) / -dy; + sMax = (xMax - tx) / -dy; + if (sMin > sMax) { tmp = sMin; sMin = sMax; sMax = tmp; } + } else if (dyZero) { + sMin = (yMin - ty) / dx; + sMax = (yMax - ty) / dx; + if (sMin > sMax) { tmp = sMin; sMin = sMax; sMax = tmp; } + } else { + s[0] = (yMin - ty) / dx; + s[1] = (yMax - ty) / dx; + s[2] = (xMin - tx) / -dy; + s[3] = (xMax - tx) / -dy; + for (j = 0; j < 3; ++j) { + kk = j; + for (k = j + 1; k < 4; ++k) { + if (s[k] < s[kk]) { + kk = k; + } + } + tmp = s[j]; s[j] = s[kk]; s[kk] = tmp; + } + sMin = s[1]; + sMax = s[2]; + } + ux1 = tx - sMin * dy; + uy1 = ty + sMin * dx; + vx1 = tx - sMax * dy; + vy1 = ty + sMax * dx; + + // set the color + state->setFillColor(&color0); + out->updateFillColor(state); + + // fill the region + state->moveTo(ux0, uy0); + state->lineTo(vx0, vy0); + state->lineTo(vx1, vy1); + state->lineTo(ux1, uy1); + state->closePath(); + out->fill(state); + state->clearPath(); + + // set up for next region + ux0 = ux1; + uy0 = uy1; + vx0 = vx1; + vy0 = vy1; + color0 = color1; + i = next[i]; + } + } +} + +void Gfx::doRadialShFill(GfxRadialShading *shading) { + double sMin, sMax, xMin, yMin, xMax, yMax; + double x0, y0, r0, x1, y1, r1, t0, t1; + int nComps; + GfxColor colorA, colorB; + double xa, ya, xb, yb, ra, rb; + double ta, tb, sa, sb; + int ia, ib, k, n; + double *ctm; + double angle, t, d0, d1; + + if (out->useShadedFills()) { + + out->radialShadedFill(state, shading); + + } else { + + // get the shading info + shading->getCoords(&x0, &y0, &r0, &x1, &y1, &r1); + t0 = shading->getDomain0(); + t1 = shading->getDomain1(); + nComps = shading->getColorSpace()->getNComps(); + + // compute the (possibly extended) s range + sMin = 0; + sMax = 1; + if (shading->getExtend0()) { + if (r0 < r1) { + // extend the smaller end + sMin = -r0 / (r1 - r0); + } else { + // extend the larger end + state->getUserClipBBox(&xMin, &yMin, &xMax, &yMax); + d0 = (x0 - xMin) * (x0 - xMin); + d1 = (x0 - xMax) * (x0 - xMax); + sMin = d0 > d1 ? d0 : d1; + d0 = (y0 - yMin) * (y0 - yMin); + d1 = (y0 - yMax) * (y0 - yMax); + sMin += d0 > d1 ? d0 : d1; + sMin = (sqrt(sMin) - r0) / (r1 - r0); + if (sMin > 0) { + sMin = 0; + } else if (sMin < -20) { + // sanity check + sMin = -20; + } + } + } + if (shading->getExtend1()) { + if (r1 < r0) { + // extend the smaller end + sMax = -r0 / (r1 - r0); + } else if (r1 > r0) { + // extend the larger end + state->getUserClipBBox(&xMin, &yMin, &xMax, &yMax); + d0 = (x1 - xMin) * (x1 - xMin); + d1 = (x1 - xMax) * (x1 - xMax); + sMax = d0 > d1 ? d0 : d1; + d0 = (y1 - yMin) * (y1 - yMin); + d1 = (y1 - yMax) * (y1 - yMax); + sMax += d0 > d1 ? d0 : d1; + sMax = (sqrt(sMax) - r0) / (r1 - r0); + if (sMax < 1) { + sMax = 1; + } else if (sMax > 20) { + // sanity check + sMax = 20; + } + } + } + + // compute the number of steps into which circles must be divided to + // achieve a curve flatness of 0.1 pixel in device space for the + // largest circle (note that "device space" is 72 dpi when generating + // PostScript, hence the relatively small 0.1 pixel accuracy) + ctm = state->getCTM(); + t = fabs(ctm[0]); + if (fabs(ctm[1]) > t) { + t = fabs(ctm[1]); + } + if (fabs(ctm[2]) > t) { + t = fabs(ctm[2]); + } + if (fabs(ctm[3]) > t) { + t = fabs(ctm[3]); + } + if (r0 > r1) { + t *= r0; + } else { + t *= r1; + } + if (t < 1) { + n = 3; + } else { + n = (int)(M_PI / acos(1 - 0.1 / t)); + if (n < 3) { + n = 3; + } else if (n > 200) { + n = 200; + } + } + + // Traverse the t axis and do the shading. + // + // This generates and fills a series of rings. Each ring is defined + // by two circles: + // sa, ta, xa, ya, ra, colorA + // sb, tb, xb, yb, rb, colorB + // + // The s/t axis is divided into radialMaxSplits parts; these parts + // are combined as much as possible while respecting the + // radialColorDelta parameter. + + // setup for the start circle + ia = 0; + sa = sMin; + ta = t0 + sa * (t1 - t0); + xa = x0 + sa * (x1 - x0); + ya = y0 + sa * (y1 - y0); + ra = r0 + sa * (r1 - r0); + if (ta < t0) { + shading->getColor(t0, &colorA); + } else if (ta > t1) { + shading->getColor(t1, &colorA); + } else { + shading->getColor(ta, &colorA); + } + + while (ia < radialMaxSplits) { + + // go as far along the t axis (toward t1) as we can, such that the + // color difference is within the tolerance (radialColorDelta) -- + // this uses bisection (between the current value, t, and t1), + // limited to radialMaxSplits points along the t axis; require at + // least one split to avoid problems when the innermost and + // outermost colors are the same + ib = radialMaxSplits; + sb = sMin + ((double)ib / (double)radialMaxSplits) * (sMax - sMin); + tb = t0 + sb * (t1 - t0); + if (tb < t0) { + shading->getColor(t0, &colorB); + } else if (tb > t1) { + shading->getColor(t1, &colorB); + } else { + shading->getColor(tb, &colorB); + } + while (ib - ia > 1) { + for (k = 0; k < nComps; ++k) { + if (abs(colorB.c[k] - colorA.c[k]) > radialColorDelta) { + break; + } + } + if (k == nComps && ib < radialMaxSplits) { + break; + } + ib = (ia + ib) / 2; + sb = sMin + ((double)ib / (double)radialMaxSplits) * (sMax - sMin); + tb = t0 + sb * (t1 - t0); + if (tb < t0) { + shading->getColor(t0, &colorB); + } else if (tb > t1) { + shading->getColor(t1, &colorB); + } else { + shading->getColor(tb, &colorB); + } + } + + // compute center and radius of the circle + xb = x0 + sb * (x1 - x0); + yb = y0 + sb * (y1 - y0); + rb = r0 + sb * (r1 - r0); + + // use the average of the colors at the two circles + for (k = 0; k < nComps; ++k) { + colorA.c[k] = (colorA.c[k] + colorB.c[k]) / 2; + } + state->setFillColor(&colorA); + out->updateFillColor(state); + + // construct path for first circle + state->moveTo(xa + ra, ya); + for (k = 1; k < n; ++k) { + angle = ((double)k / (double)n) * 2 * M_PI; + state->lineTo(xa + ra * cos(angle), ya + ra * sin(angle)); + } + state->closePath(); + + // construct and append path for second circle + state->moveTo(xb + rb, yb); + for (k = 1; k < n; ++k) { + angle = ((double)k / (double)n) * 2 * M_PI; + state->lineTo(xb + rb * cos(angle), yb + rb * sin(angle)); + } + state->closePath(); + + // fill the ring + out->eoFill(state); + state->clearPath(); + + // step to the next value of t + ia = ib; + sa = sb; + ta = tb; + xa = xb; + ya = yb; + ra = rb; + colorA = colorB; + } + } +} + +void Gfx::doGouraudTriangleShFill(GfxGouraudTriangleShading *shading) { + double x0, y0, x1, y1, x2, y2; + GfxColor color0, color1, color2; + int i; + + for (i = 0; i < shading->getNTriangles(); ++i) { + shading->getTriangle(i, &x0, &y0, &color0, + &x1, &y1, &color1, + &x2, &y2, &color2); + gouraudFillTriangle(x0, y0, &color0, x1, y1, &color1, x2, y2, &color2, + shading->getColorSpace()->getNComps(), 0); + } +} + +void Gfx::gouraudFillTriangle(double x0, double y0, GfxColor *color0, + double x1, double y1, GfxColor *color1, + double x2, double y2, GfxColor *color2, + int nComps, int depth) { + double x01, y01, x12, y12, x20, y20; + GfxColor color01, color12, color20; + int i; + + for (i = 0; i < nComps; ++i) { + if (abs(color0->c[i] - color1->c[i]) > gouraudColorDelta || + abs(color1->c[i] - color2->c[i]) > gouraudColorDelta) { + break; + } + } + if (i == nComps || depth == gouraudMaxDepth) { + state->setFillColor(color0); + out->updateFillColor(state); + state->moveTo(x0, y0); + state->lineTo(x1, y1); + state->lineTo(x2, y2); + state->closePath(); + out->fill(state); + state->clearPath(); + } else { + x01 = 0.5 * (x0 + x1); + y01 = 0.5 * (y0 + y1); + x12 = 0.5 * (x1 + x2); + y12 = 0.5 * (y1 + y2); + x20 = 0.5 * (x2 + x0); + y20 = 0.5 * (y2 + y0); + //~ if the shading has a Function, this should interpolate on the + //~ function parameter, not on the color components + for (i = 0; i < nComps; ++i) { + color01.c[i] = (color0->c[i] + color1->c[i]) / 2; + color12.c[i] = (color1->c[i] + color2->c[i]) / 2; + color20.c[i] = (color2->c[i] + color0->c[i]) / 2; + } + gouraudFillTriangle(x0, y0, color0, x01, y01, &color01, + x20, y20, &color20, nComps, depth + 1); + gouraudFillTriangle(x01, y01, &color01, x1, y1, color1, + x12, y12, &color12, nComps, depth + 1); + gouraudFillTriangle(x01, y01, &color01, x12, y12, &color12, + x20, y20, &color20, nComps, depth + 1); + gouraudFillTriangle(x20, y20, &color20, x12, y12, &color12, + x2, y2, color2, nComps, depth + 1); + } +} + +void Gfx::doPatchMeshShFill(GfxPatchMeshShading *shading) { + int start, i; + + if (shading->getNPatches() > 128) { + start = 3; + } else if (shading->getNPatches() > 64) { + start = 2; + } else if (shading->getNPatches() > 16) { + start = 1; + } else { + start = 0; + } + for (i = 0; i < shading->getNPatches(); ++i) { + fillPatch(shading->getPatch(i), shading->getColorSpace()->getNComps(), + start); + } +} + +void Gfx::fillPatch(GfxPatch *patch, int nComps, int depth) { + GfxPatch patch00, patch01, patch10, patch11; + double xx[4][8], yy[4][8]; + double xxm, yym; + int i; + + for (i = 0; i < nComps; ++i) { + if (abs(patch->color[0][0].c[i] - patch->color[0][1].c[i]) + > patchColorDelta || + abs(patch->color[0][1].c[i] - patch->color[1][1].c[i]) + > patchColorDelta || + abs(patch->color[1][1].c[i] - patch->color[1][0].c[i]) + > patchColorDelta || + abs(patch->color[1][0].c[i] - patch->color[0][0].c[i]) + > patchColorDelta) { + break; + } + } + if (i == nComps || depth == patchMaxDepth) { + state->setFillColor(&patch->color[0][0]); + out->updateFillColor(state); + state->moveTo(patch->x[0][0], patch->y[0][0]); + state->curveTo(patch->x[0][1], patch->y[0][1], + patch->x[0][2], patch->y[0][2], + patch->x[0][3], patch->y[0][3]); + state->curveTo(patch->x[1][3], patch->y[1][3], + patch->x[2][3], patch->y[2][3], + patch->x[3][3], patch->y[3][3]); + state->curveTo(patch->x[3][2], patch->y[3][2], + patch->x[3][1], patch->y[3][1], + patch->x[3][0], patch->y[3][0]); + state->curveTo(patch->x[2][0], patch->y[2][0], + patch->x[1][0], patch->y[1][0], + patch->x[0][0], patch->y[0][0]); + state->closePath(); + out->fill(state); + state->clearPath(); + } else { + for (i = 0; i < 4; ++i) { + xx[i][0] = patch->x[i][0]; + yy[i][0] = patch->y[i][0]; + xx[i][1] = 0.5 * (patch->x[i][0] + patch->x[i][1]); + yy[i][1] = 0.5 * (patch->y[i][0] + patch->y[i][1]); + xxm = 0.5 * (patch->x[i][1] + patch->x[i][2]); + yym = 0.5 * (patch->y[i][1] + patch->y[i][2]); + xx[i][6] = 0.5 * (patch->x[i][2] + patch->x[i][3]); + yy[i][6] = 0.5 * (patch->y[i][2] + patch->y[i][3]); + xx[i][2] = 0.5 * (xx[i][1] + xxm); + yy[i][2] = 0.5 * (yy[i][1] + yym); + xx[i][5] = 0.5 * (xxm + xx[i][6]); + yy[i][5] = 0.5 * (yym + yy[i][6]); + xx[i][3] = xx[i][4] = 0.5 * (xx[i][2] + xx[i][5]); + yy[i][3] = yy[i][4] = 0.5 * (yy[i][2] + yy[i][5]); + xx[i][7] = patch->x[i][3]; + yy[i][7] = patch->y[i][3]; + } + for (i = 0; i < 4; ++i) { + patch00.x[0][i] = xx[0][i]; + patch00.y[0][i] = yy[0][i]; + patch00.x[1][i] = 0.5 * (xx[0][i] + xx[1][i]); + patch00.y[1][i] = 0.5 * (yy[0][i] + yy[1][i]); + xxm = 0.5 * (xx[1][i] + xx[2][i]); + yym = 0.5 * (yy[1][i] + yy[2][i]); + patch10.x[2][i] = 0.5 * (xx[2][i] + xx[3][i]); + patch10.y[2][i] = 0.5 * (yy[2][i] + yy[3][i]); + patch00.x[2][i] = 0.5 * (patch00.x[1][i] + xxm); + patch00.y[2][i] = 0.5 * (patch00.y[1][i] + yym); + patch10.x[1][i] = 0.5 * (xxm + patch10.x[2][i]); + patch10.y[1][i] = 0.5 * (yym + patch10.y[2][i]); + patch00.x[3][i] = 0.5 * (patch00.x[2][i] + patch10.x[1][i]); + patch00.y[3][i] = 0.5 * (patch00.y[2][i] + patch10.y[1][i]); + patch10.x[0][i] = patch00.x[3][i]; + patch10.y[0][i] = patch00.y[3][i]; + patch10.x[3][i] = xx[3][i]; + patch10.y[3][i] = yy[3][i]; + } + for (i = 4; i < 8; ++i) { + patch01.x[0][i-4] = xx[0][i]; + patch01.y[0][i-4] = yy[0][i]; + patch01.x[1][i-4] = 0.5 * (xx[0][i] + xx[1][i]); + patch01.y[1][i-4] = 0.5 * (yy[0][i] + yy[1][i]); + xxm = 0.5 * (xx[1][i] + xx[2][i]); + yym = 0.5 * (yy[1][i] + yy[2][i]); + patch11.x[2][i-4] = 0.5 * (xx[2][i] + xx[3][i]); + patch11.y[2][i-4] = 0.5 * (yy[2][i] + yy[3][i]); + patch01.x[2][i-4] = 0.5 * (patch01.x[1][i-4] + xxm); + patch01.y[2][i-4] = 0.5 * (patch01.y[1][i-4] + yym); + patch11.x[1][i-4] = 0.5 * (xxm + patch11.x[2][i-4]); + patch11.y[1][i-4] = 0.5 * (yym + patch11.y[2][i-4]); + patch01.x[3][i-4] = 0.5 * (patch01.x[2][i-4] + patch11.x[1][i-4]); + patch01.y[3][i-4] = 0.5 * (patch01.y[2][i-4] + patch11.y[1][i-4]); + patch11.x[0][i-4] = patch01.x[3][i-4]; + patch11.y[0][i-4] = patch01.y[3][i-4]; + patch11.x[3][i-4] = xx[3][i]; + patch11.y[3][i-4] = yy[3][i]; + } + //~ if the shading has a Function, this should interpolate on the + //~ function parameter, not on the color components + for (i = 0; i < nComps; ++i) { + patch00.color[0][0].c[i] = patch->color[0][0].c[i]; + patch00.color[0][1].c[i] = (patch->color[0][0].c[i] + + patch->color[0][1].c[i]) / 2; + patch01.color[0][0].c[i] = patch00.color[0][1].c[i]; + patch01.color[0][1].c[i] = patch->color[0][1].c[i]; + patch01.color[1][1].c[i] = (patch->color[0][1].c[i] + + patch->color[1][1].c[i]) / 2; + patch11.color[0][1].c[i] = patch01.color[1][1].c[i]; + patch11.color[1][1].c[i] = patch->color[1][1].c[i]; + patch11.color[1][0].c[i] = (patch->color[1][1].c[i] + + patch->color[1][0].c[i]) / 2; + patch10.color[1][1].c[i] = patch11.color[1][0].c[i]; + patch10.color[1][0].c[i] = patch->color[1][0].c[i]; + patch10.color[0][0].c[i] = (patch->color[1][0].c[i] + + patch->color[0][0].c[i]) / 2; + patch00.color[1][0].c[i] = patch10.color[0][0].c[i]; + patch00.color[1][1].c[i] = (patch00.color[1][0].c[i] + + patch01.color[1][1].c[i]) / 2; + patch01.color[1][0].c[i] = patch00.color[1][1].c[i]; + patch11.color[0][0].c[i] = patch00.color[1][1].c[i]; + patch10.color[0][1].c[i] = patch00.color[1][1].c[i]; + } + fillPatch(&patch00, nComps, depth + 1); + fillPatch(&patch10, nComps, depth + 1); + fillPatch(&patch01, nComps, depth + 1); + fillPatch(&patch11, nComps, depth + 1); + } +} + +void Gfx::doEndPath() { + if (state->isCurPt() && clip != clipNone) { + state->clip(); + if (clip == clipNormal) { + out->clip(state); + } else { + out->eoClip(state); + } + } + clip = clipNone; + state->clearPath(); +} + +//------------------------------------------------------------------------ +// path clipping operators +//------------------------------------------------------------------------ + +void Gfx::opClip(Object args[], int numArgs) { + clip = clipNormal; +} + +void Gfx::opEOClip(Object args[], int numArgs) { + clip = clipEO; +} + +//------------------------------------------------------------------------ +// text object operators +//------------------------------------------------------------------------ + +void Gfx::opBeginText(Object args[], int numArgs) { + state->setTextMat(1, 0, 0, 1, 0, 0); + state->textMoveTo(0, 0); + out->updateTextMat(state); + out->updateTextPos(state); + fontChanged = gTrue; +} + +void Gfx::opEndText(Object args[], int numArgs) { + out->endTextObject(state); +} + +//------------------------------------------------------------------------ +// text state operators +//------------------------------------------------------------------------ + +void Gfx::opSetCharSpacing(Object args[], int numArgs) { + state->setCharSpace(args[0].getNum()); + out->updateCharSpace(state); +} + +void Gfx::opSetFont(Object args[], int numArgs) { + GfxFont *font; + + if (!(font = res->lookupFont(args[0].getName()))) { + return; + } + if (printCommands) { + printf(" font: tag=%s name='%s' %g\n", + font->getTag()->getCString(), + font->getName() ? font->getName()->getCString() : "???", + args[1].getNum()); + fflush(stdout); + } + state->setFont(font, args[1].getNum()); + fontChanged = gTrue; +} + +void Gfx::opSetTextLeading(Object args[], int numArgs) { + state->setLeading(args[0].getNum()); +} + +void Gfx::opSetTextRender(Object args[], int numArgs) { + state->setRender(args[0].getInt()); + out->updateRender(state); +} + +void Gfx::opSetTextRise(Object args[], int numArgs) { + state->setRise(args[0].getNum()); + out->updateRise(state); +} + +void Gfx::opSetWordSpacing(Object args[], int numArgs) { + state->setWordSpace(args[0].getNum()); + out->updateWordSpace(state); +} + +void Gfx::opSetHorizScaling(Object args[], int numArgs) { + state->setHorizScaling(args[0].getNum()); + out->updateHorizScaling(state); + fontChanged = gTrue; +} + +//------------------------------------------------------------------------ +// text positioning operators +//------------------------------------------------------------------------ + +void Gfx::opTextMove(Object args[], int numArgs) { + double tx, ty; + + tx = state->getLineX() + args[0].getNum(); + ty = state->getLineY() + args[1].getNum(); + state->textMoveTo(tx, ty); + out->updateTextPos(state); +} + +void Gfx::opTextMoveSet(Object args[], int numArgs) { + double tx, ty; + + tx = state->getLineX() + args[0].getNum(); + ty = args[1].getNum(); + state->setLeading(-ty); + ty += state->getLineY(); + state->textMoveTo(tx, ty); + out->updateTextPos(state); +} + +void Gfx::opSetTextMatrix(Object args[], int numArgs) { + state->setTextMat(args[0].getNum(), args[1].getNum(), + args[2].getNum(), args[3].getNum(), + args[4].getNum(), args[5].getNum()); + state->textMoveTo(0, 0); + out->updateTextMat(state); + out->updateTextPos(state); + fontChanged = gTrue; +} + +void Gfx::opTextNextLine(Object args[], int numArgs) { + double tx, ty; + + tx = state->getLineX(); + ty = state->getLineY() - state->getLeading(); + state->textMoveTo(tx, ty); + out->updateTextPos(state); +} + +//------------------------------------------------------------------------ +// text string operators +//------------------------------------------------------------------------ + +void Gfx::opShowText(Object args[], int numArgs) { + if (!state->getFont()) { + error(getPos(), "No font in show"); + return; + } + if (fontChanged) { + out->updateFont(state); + fontChanged = gFalse; + } + out->beginStringOp(state); + doShowText(args[0].getString()); + out->endStringOp(state); +} + +void Gfx::opMoveShowText(Object args[], int numArgs) { + double tx, ty; + + if (!state->getFont()) { + error(getPos(), "No font in move/show"); + return; + } + if (fontChanged) { + out->updateFont(state); + fontChanged = gFalse; + } + tx = state->getLineX(); + ty = state->getLineY() - state->getLeading(); + state->textMoveTo(tx, ty); + out->updateTextPos(state); + out->beginStringOp(state); + doShowText(args[0].getString()); + out->endStringOp(state); +} + +void Gfx::opMoveSetShowText(Object args[], int numArgs) { + double tx, ty; + + if (!state->getFont()) { + error(getPos(), "No font in move/set/show"); + return; + } + if (fontChanged) { + out->updateFont(state); + fontChanged = gFalse; + } + state->setWordSpace(args[0].getNum()); + state->setCharSpace(args[1].getNum()); + tx = state->getLineX(); + ty = state->getLineY() - state->getLeading(); + state->textMoveTo(tx, ty); + out->updateWordSpace(state); + out->updateCharSpace(state); + out->updateTextPos(state); + out->beginStringOp(state); + doShowText(args[2].getString()); + out->endStringOp(state); +} + +void Gfx::opShowSpaceText(Object args[], int numArgs) { + Array *a; + Object obj; + int wMode; + int i; + + if (!state->getFont()) { + error(getPos(), "No font in show/space"); + return; + } + if (fontChanged) { + out->updateFont(state); + fontChanged = gFalse; + } + out->beginStringOp(state); + wMode = state->getFont()->getWMode(); + a = args[0].getArray(); + for (i = 0; i < a->getLength(); ++i) { + a->get(i, &obj); + if (obj.isNum()) { + // this uses the absolute value of the font size to match + // Acrobat's behavior + if (wMode) { + state->textShift(0, -obj.getNum() * 0.001 * + fabs(state->getFontSize())); + } else { + state->textShift(-obj.getNum() * 0.001 * + fabs(state->getFontSize()), 0); + } + out->updateTextShift(state, obj.getNum()); + } else if (obj.isString()) { + doShowText(obj.getString()); + } else { + error(getPos(), "Element of show/space array must be number or string"); + } + obj.free(); + } + out->endStringOp(state); +} + +void Gfx::doShowText(GString *s) { + GfxFont *font; + int wMode; + double riseX, riseY; + CharCode code; + Unicode u[8]; + double x, y, dx, dy, dx2, dy2, curX, curY, tdx, tdy, lineX, lineY; + double originX, originY, tOriginX, tOriginY; + double oldCTM[6], newCTM[6]; + double *mat; + Object charProc; + Dict *resDict; + Parser *oldParser; + char *p; + int len, n, uLen, nChars, nSpaces, i; + + font = state->getFont(); + wMode = font->getWMode(); + + if (out->useDrawChar()) { + out->beginString(state, s); + } + + // handle a Type 3 char + if (font->getType() == fontType3 && out->interpretType3Chars()) { + mat = state->getCTM(); + for (i = 0; i < 6; ++i) { + oldCTM[i] = mat[i]; + } + mat = state->getTextMat(); + newCTM[0] = mat[0] * oldCTM[0] + mat[1] * oldCTM[2]; + newCTM[1] = mat[0] * oldCTM[1] + mat[1] * oldCTM[3]; + newCTM[2] = mat[2] * oldCTM[0] + mat[3] * oldCTM[2]; + newCTM[3] = mat[2] * oldCTM[1] + mat[3] * oldCTM[3]; + mat = font->getFontMatrix(); + newCTM[0] = mat[0] * newCTM[0] + mat[1] * newCTM[2]; + newCTM[1] = mat[0] * newCTM[1] + mat[1] * newCTM[3]; + newCTM[2] = mat[2] * newCTM[0] + mat[3] * newCTM[2]; + newCTM[3] = mat[2] * newCTM[1] + mat[3] * newCTM[3]; + newCTM[0] *= state->getFontSize(); + newCTM[1] *= state->getFontSize(); + newCTM[2] *= state->getFontSize(); + newCTM[3] *= state->getFontSize(); + newCTM[0] *= state->getHorizScaling(); + newCTM[2] *= state->getHorizScaling(); + state->textTransformDelta(0, state->getRise(), &riseX, &riseY); + curX = state->getCurX(); + curY = state->getCurY(); + lineX = state->getLineX(); + lineY = state->getLineY(); + oldParser = parser; + p = s->getCString(); + len = s->getLength(); + while (len > 0) { + n = font->getNextChar(p, len, &code, + u, (int)(sizeof(u) / sizeof(Unicode)), &uLen, + &dx, &dy, &originX, &originY); + dx = dx * state->getFontSize() + state->getCharSpace(); + if (n == 1 && *p == ' ') { + dx += state->getWordSpace(); + } + dx *= state->getHorizScaling(); + dy *= state->getFontSize(); + state->textTransformDelta(dx, dy, &tdx, &tdy); + state->transform(curX + riseX, curY + riseY, &x, &y); + saveState(); + state->setCTM(newCTM[0], newCTM[1], newCTM[2], newCTM[3], x, y); + //~ out->updateCTM(???) + if (!out->beginType3Char(state, curX + riseX, curY + riseY, tdx, tdy, + code, u, uLen)) { + ((Gfx8BitFont *)font)->getCharProc(code, &charProc); + if ((resDict = ((Gfx8BitFont *)font)->getResources())) { + pushResources(resDict); + } + if (charProc.isStream()) { + display(&charProc, gFalse); + } else { + error(getPos(), "Missing or bad Type3 CharProc entry"); + } + out->endType3Char(state); + if (resDict) { + popResources(); + } + charProc.free(); + } + restoreState(); + // GfxState::restore() does *not* restore the current position, + // so we deal with it here using (curX, curY) and (lineX, lineY) + curX += tdx; + curY += tdy; + state->moveTo(curX, curY); + state->textSetPos(lineX, lineY); + p += n; + len -= n; + } + parser = oldParser; + + } else if (out->useDrawChar()) { + state->textTransformDelta(0, state->getRise(), &riseX, &riseY); + p = s->getCString(); + len = s->getLength(); + while (len > 0) { + n = font->getNextChar(p, len, &code, + u, (int)(sizeof(u) / sizeof(Unicode)), &uLen, + &dx, &dy, &originX, &originY); + if (wMode) { + dx *= state->getFontSize(); + dy = dy * state->getFontSize() + state->getCharSpace(); + if (n == 1 && *p == ' ') { + dy += state->getWordSpace(); + } + } else { + dx = dx * state->getFontSize() + state->getCharSpace(); + if (n == 1 && *p == ' ') { + dx += state->getWordSpace(); + } + dx *= state->getHorizScaling(); + dy *= state->getFontSize(); + } + state->textTransformDelta(dx, dy, &tdx, &tdy); + originX *= state->getFontSize(); + originY *= state->getFontSize(); + state->textTransformDelta(originX, originY, &tOriginX, &tOriginY); + out->drawChar(state, state->getCurX() + riseX, state->getCurY() + riseY, + tdx, tdy, tOriginX, tOriginY, code, n, u, uLen); + state->shift(tdx, tdy); + p += n; + len -= n; + } + + } else { + dx = dy = 0; + p = s->getCString(); + len = s->getLength(); + nChars = nSpaces = 0; + while (len > 0) { + n = font->getNextChar(p, len, &code, + u, (int)(sizeof(u) / sizeof(Unicode)), &uLen, + &dx2, &dy2, &originX, &originY); + dx += dx2; + dy += dy2; + if (n == 1 && *p == ' ') { + ++nSpaces; + } + ++nChars; + p += n; + len -= n; + } + if (wMode) { + dx *= state->getFontSize(); + dy = dy * state->getFontSize() + + nChars * state->getCharSpace() + + nSpaces * state->getWordSpace(); + } else { + dx = dx * state->getFontSize() + + nChars * state->getCharSpace() + + nSpaces * state->getWordSpace(); + dx *= state->getHorizScaling(); + dy *= state->getFontSize(); + } + state->textTransformDelta(dx, dy, &tdx, &tdy); + out->drawString(state, s); + state->shift(tdx, tdy); + } + + if (out->useDrawChar()) { + out->endString(state); + } + + updateLevel += 10 * s->getLength(); +} + +//------------------------------------------------------------------------ +// XObject operators +//------------------------------------------------------------------------ + +void Gfx::opXObject(Object args[], int numArgs) { + Object obj1, obj2, obj3, refObj; +#if OPI_SUPPORT + Object opiDict; +#endif + + if (!res->lookupXObject(args[0].getName(), &obj1)) { + return; + } + if (!obj1.isStream()) { + error(getPos(), "XObject '%s' is wrong type", args[0].getName()); + obj1.free(); + return; + } +#if OPI_SUPPORT + obj1.streamGetDict()->lookup("OPI", &opiDict); + if (opiDict.isDict()) { + out->opiBegin(state, opiDict.getDict()); + } +#endif + obj1.streamGetDict()->lookup("Subtype", &obj2); + if (obj2.isName("Image")) { + if (out->needNonText()) { + res->lookupXObjectNF(args[0].getName(), &refObj); + doImage(&refObj, obj1.getStream(), gFalse); + refObj.free(); + } + } else if (obj2.isName("Form")) { + doForm(&obj1); + } else if (obj2.isName("PS")) { + obj1.streamGetDict()->lookup("Level1", &obj3); + out->psXObject(obj1.getStream(), + obj3.isStream() ? obj3.getStream() : (Stream *)NULL); + } else if (obj2.isName()) { + error(getPos(), "Unknown XObject subtype '%s'", obj2.getName()); + } else { + error(getPos(), "XObject subtype is missing or wrong type"); + } + obj2.free(); +#if OPI_SUPPORT + if (opiDict.isDict()) { + out->opiEnd(state, opiDict.getDict()); + } + opiDict.free(); +#endif + obj1.free(); +} + +void Gfx::doImage(Object *ref, Stream *str, GBool inlineImg) { + Dict *dict, *maskDict; + int width, height; + int bits, maskBits; + StreamColorSpaceMode csMode; + GBool mask; + GBool invert; + GfxColorSpace *colorSpace, *maskColorSpace; + GfxImageColorMap *colorMap, *maskColorMap; + Object maskObj, smaskObj; + GBool haveColorKeyMask, haveExplicitMask, haveSoftMask; + int maskColors[2*gfxColorMaxComps]; + int maskWidth, maskHeight; + GBool maskInvert; + Stream *maskStr; + Object obj1, obj2; + int i; + + // get info from the stream + bits = 0; + csMode = streamCSNone; + str->getImageParams(&bits, &csMode); + + // get stream dict + dict = str->getDict(); + + // get size + dict->lookup("Width", &obj1); + if (obj1.isNull()) { + obj1.free(); + dict->lookup("W", &obj1); + } + if (!obj1.isInt()) + goto err2; + width = obj1.getInt(); + obj1.free(); + dict->lookup("Height", &obj1); + if (obj1.isNull()) { + obj1.free(); + dict->lookup("H", &obj1); + } + if (!obj1.isInt()) + goto err2; + height = obj1.getInt(); + obj1.free(); + + // image or mask? + dict->lookup("ImageMask", &obj1); + if (obj1.isNull()) { + obj1.free(); + dict->lookup("IM", &obj1); + } + mask = gFalse; + if (obj1.isBool()) + mask = obj1.getBool(); + else if (!obj1.isNull()) + goto err2; + obj1.free(); + + // bit depth + if (bits == 0) { + dict->lookup("BitsPerComponent", &obj1); + if (obj1.isNull()) { + obj1.free(); + dict->lookup("BPC", &obj1); + } + if (obj1.isInt()) { + bits = obj1.getInt(); + } else if (mask) { + bits = 1; + } else { + goto err2; + } + obj1.free(); + } + + // display a mask + if (mask) { + + // check for inverted mask + if (bits != 1) + goto err1; + invert = gFalse; + dict->lookup("Decode", &obj1); + if (obj1.isNull()) { + obj1.free(); + dict->lookup("D", &obj1); + } + if (obj1.isArray()) { + obj1.arrayGet(0, &obj2); + if (obj2.isInt() && obj2.getInt() == 1) + invert = gTrue; + obj2.free(); + } else if (!obj1.isNull()) { + goto err2; + } + obj1.free(); + + // draw it + out->drawImageMask(state, ref, str, width, height, invert, inlineImg); + + } else { + + // get color space and color map + dict->lookup("ColorSpace", &obj1); + if (obj1.isNull()) { + obj1.free(); + dict->lookup("CS", &obj1); + } + if (obj1.isName()) { + res->lookupColorSpace(obj1.getName(), &obj2); + if (!obj2.isNull()) { + obj1.free(); + obj1 = obj2; + } else { + obj2.free(); + } + } + if (!obj1.isNull()) { + colorSpace = GfxColorSpace::parse(&obj1); + } else if (csMode == streamCSDeviceGray) { + colorSpace = new GfxDeviceGrayColorSpace(); + } else if (csMode == streamCSDeviceRGB) { + colorSpace = new GfxDeviceRGBColorSpace(); + } else if (csMode == streamCSDeviceCMYK) { + colorSpace = new GfxDeviceCMYKColorSpace(); + } else { + colorSpace = NULL; + } + obj1.free(); + if (!colorSpace) { + goto err1; + } + dict->lookup("Decode", &obj1); + if (obj1.isNull()) { + obj1.free(); + dict->lookup("D", &obj1); + } + colorMap = new GfxImageColorMap(bits, &obj1, colorSpace); + obj1.free(); + if (!colorMap->isOk()) { + delete colorMap; + goto err1; + } + + // get the mask + haveColorKeyMask = haveExplicitMask = haveSoftMask = gFalse; + maskStr = NULL; // make gcc happy + maskWidth = maskHeight = 0; // make gcc happy + maskInvert = gFalse; // make gcc happy + maskColorMap = NULL; // make gcc happy + dict->lookup("Mask", &maskObj); + dict->lookup("SMask", &smaskObj); + if (smaskObj.isStream()) { + // soft mask + if (inlineImg) { + goto err1; + } + maskStr = smaskObj.getStream(); + maskDict = smaskObj.streamGetDict(); + maskDict->lookup("Width", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("W", &obj1); + } + if (!obj1.isInt()) { + goto err2; + } + maskWidth = obj1.getInt(); + obj1.free(); + maskDict->lookup("Height", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("H", &obj1); + } + if (!obj1.isInt()) { + goto err2; + } + maskHeight = obj1.getInt(); + obj1.free(); + maskDict->lookup("BitsPerComponent", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("BPC", &obj1); + } + if (!obj1.isInt()) { + goto err2; + } + maskBits = obj1.getInt(); + obj1.free(); + maskDict->lookup("ColorSpace", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("CS", &obj1); + } + if (obj1.isName()) { + res->lookupColorSpace(obj1.getName(), &obj2); + if (!obj2.isNull()) { + obj1.free(); + obj1 = obj2; + } else { + obj2.free(); + } + } + maskColorSpace = GfxColorSpace::parse(&obj1); + obj1.free(); + if (!maskColorSpace || maskColorSpace->getMode() != csDeviceGray) { + goto err1; + } + maskDict->lookup("Decode", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("D", &obj1); + } + maskColorMap = new GfxImageColorMap(maskBits, &obj1, maskColorSpace); + obj1.free(); + if (!maskColorMap->isOk()) { + delete maskColorMap; + goto err1; + } + //~ handle the Matte entry + haveSoftMask = gTrue; + } else if (maskObj.isArray()) { + // color key mask + for (i = 0; + i < maskObj.arrayGetLength() && i < 2*gfxColorMaxComps; + ++i) { + maskObj.arrayGet(i, &obj1); + maskColors[i] = obj1.getInt(); + obj1.free(); + } + haveColorKeyMask = gTrue; + } else if (maskObj.isStream()) { + // explicit mask + if (inlineImg) { + goto err1; + } + maskStr = maskObj.getStream(); + maskDict = maskObj.streamGetDict(); + maskDict->lookup("Width", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("W", &obj1); + } + if (!obj1.isInt()) { + goto err2; + } + maskWidth = obj1.getInt(); + obj1.free(); + maskDict->lookup("Height", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("H", &obj1); + } + if (!obj1.isInt()) { + goto err2; + } + maskHeight = obj1.getInt(); + obj1.free(); + maskDict->lookup("ImageMask", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("IM", &obj1); + } + if (!obj1.isBool() || !obj1.getBool()) { + goto err2; + } + obj1.free(); + maskInvert = gFalse; + maskDict->lookup("Decode", &obj1); + if (obj1.isNull()) { + obj1.free(); + maskDict->lookup("D", &obj1); + } + if (obj1.isArray()) { + obj1.arrayGet(0, &obj2); + if (obj2.isInt() && obj2.getInt() == 1) { + maskInvert = gTrue; + } + obj2.free(); + } else if (!obj1.isNull()) { + goto err2; + } + obj1.free(); + haveExplicitMask = gTrue; + } + + // draw it + if (haveSoftMask) { + out->drawSoftMaskedImage(state, ref, str, width, height, colorMap, + maskStr, maskWidth, maskHeight, maskColorMap); + delete maskColorMap; + } else if (haveExplicitMask) { + out->drawMaskedImage(state, ref, str, width, height, colorMap, + maskStr, maskWidth, maskHeight, maskInvert); + } else { + out->drawImage(state, ref, str, width, height, colorMap, + haveColorKeyMask ? maskColors : (int *)NULL, inlineImg); + } + delete colorMap; + + maskObj.free(); + smaskObj.free(); + } + + if ((i = width * height) > 1000) { + i = 1000; + } + updateLevel += i; + + return; + + err2: + obj1.free(); + err1: + error(getPos(), "Bad image parameters"); +} + +void Gfx::doForm(Object *str) { + Dict *dict; + Object matrixObj, bboxObj; + double m[6], bbox[6]; + Object resObj; + Dict *resDict; + Object obj1; + int i; + + // check for excessive recursion + if (formDepth > 20) { + return; + } + + // get stream dict + dict = str->streamGetDict(); + + // check form type + dict->lookup("FormType", &obj1); + if (!(obj1.isNull() || (obj1.isInt() && obj1.getInt() == 1))) { + error(getPos(), "Unknown form type"); + } + obj1.free(); + + // get bounding box + dict->lookup("BBox", &bboxObj); + if (!bboxObj.isArray()) { + matrixObj.free(); + bboxObj.free(); + error(getPos(), "Bad form bounding box"); + return; + } + for (i = 0; i < 4; ++i) { + bboxObj.arrayGet(i, &obj1); + bbox[i] = obj1.getNum(); + obj1.free(); + } + bboxObj.free(); + + // get matrix + dict->lookup("Matrix", &matrixObj); + if (matrixObj.isArray()) { + for (i = 0; i < 6; ++i) { + matrixObj.arrayGet(i, &obj1); + m[i] = obj1.getNum(); + obj1.free(); + } + } else { + m[0] = 1; m[1] = 0; + m[2] = 0; m[3] = 1; + m[4] = 0; m[5] = 0; + } + matrixObj.free(); + + // get resources + dict->lookup("Resources", &resObj); + resDict = resObj.isDict() ? resObj.getDict() : (Dict *)NULL; + + // draw it + ++formDepth; + doForm1(str, resDict, m, bbox); + --formDepth; + + resObj.free(); +} + +void Gfx::doAnnot(Object *str, double xMin, double yMin, + double xMax, double yMax) { + Dict *dict, *resDict; + Object matrixObj, bboxObj, resObj, flagsObj; + Object obj1; + double m[6], bbox[6], ictm[6]; + double *ctm; + double formX0, formY0, formX1, formY1; + double annotX0, annotY0, annotX1, annotY1; + double det, x, y, sx, sy; + int i, flags; + + // get stream dict + dict = str->streamGetDict(); + + // get annotation flags and only print annotations that are hidden or + // don't have the print bit set. + dict->lookup("F", &flagsObj); + if (flagsObj.isInt()) { + flags = flagsObj.getInt(); + } else { + // Print anything that doesn't have any flags set... + flags = 4; + } + flagsObj.free(); + + fprintf(stderr, "DEBUG: pdftops: doAnnot found annotation with flags = %x\n", + flags); + + if ((flags & 2) == 2 || (flags & 4) == 0) { + // Don't print hidden or no-print annotations... + return; + } + + // get the form bounding box + dict->lookup("BBox", &bboxObj); + if (!bboxObj.isArray()) { + bboxObj.free(); + error(getPos(), "Bad form bounding box"); + return; + } + for (i = 0; i < 4; ++i) { + bboxObj.arrayGet(i, &obj1); + bbox[i] = obj1.getNum(); + obj1.free(); + } + bboxObj.free(); + + // get the form matrix + dict->lookup("Matrix", &matrixObj); + if (matrixObj.isArray()) { + for (i = 0; i < 6; ++i) { + matrixObj.arrayGet(i, &obj1); + m[i] = obj1.getNum(); + obj1.free(); + } + } else { + m[0] = 1; m[1] = 0; + m[2] = 0; m[3] = 1; + m[4] = 0; m[5] = 0; + } + matrixObj.free(); + + // transform the form bbox from form space to user space + formX0 = bbox[0] * m[0] + bbox[1] * m[2] + m[4]; + formY0 = bbox[0] * m[1] + bbox[1] * m[3] + m[5]; + formX1 = bbox[2] * m[0] + bbox[3] * m[2] + m[4]; + formY1 = bbox[2] * m[1] + bbox[3] * m[3] + m[5]; + + // transform the annotation bbox from default user space to user + // space: (bbox * baseMatrix) * iCTM + ctm = state->getCTM(); + det = 1 / (ctm[0] * ctm[3] - ctm[1] * ctm[2]); + ictm[0] = ctm[3] * det; + ictm[1] = -ctm[1] * det; + ictm[2] = -ctm[2] * det; + ictm[3] = ctm[0] * det; + ictm[4] = (ctm[2] * ctm[5] - ctm[3] * ctm[4]) * det; + ictm[5] = (ctm[1] * ctm[4] - ctm[0] * ctm[5]) * det; + x = baseMatrix[0] * xMin + baseMatrix[2] * yMin + baseMatrix[4]; + y = baseMatrix[1] * xMin + baseMatrix[3] * yMin + baseMatrix[5]; + annotX0 = ictm[0] * x + ictm[2] * y + ictm[4]; + annotY0 = ictm[1] * x + ictm[3] * y + ictm[5]; + x = baseMatrix[0] * xMax + baseMatrix[2] * yMax + baseMatrix[4]; + y = baseMatrix[1] * xMax + baseMatrix[3] * yMax + baseMatrix[5]; + annotX1 = ictm[0] * x + ictm[2] * y + ictm[4]; + annotY1 = ictm[1] * x + ictm[3] * y + ictm[5]; + + // swap min/max coords + if (formX0 > formX1) { + x = formX0; formX0 = formX1; formX1 = x; + } + if (formY0 > formY1) { + y = formY0; formY0 = formY1; formY1 = y; + } + if (annotX0 > annotX1) { + x = annotX0; annotX0 = annotX1; annotX1 = x; + } + if (annotY0 > annotY1) { + y = annotY0; annotY0 = annotY1; annotY1 = y; + } + + // scale the form to fit the annotation bbox + if (formX1 == formX0) { + // this shouldn't happen + sx = 1; + } else { + sx = (annotX1 - annotX0) / (formX1 - formX0); + } + if (formY1 == formY0) { + // this shouldn't happen + sy = 1; + } else { + sy = (annotY1 - annotY0) / (formY1 - formY0); + } + m[0] *= sx; + m[2] *= sx; + m[4] = (m[4] - formX0) * sx + annotX0; + m[1] *= sy; + m[3] *= sy; + m[5] = (m[5] - formY0) * sy + annotY0; + + // get resources + dict->lookup("Resources", &resObj); + resDict = resObj.isDict() ? resObj.getDict() : (Dict *)NULL; + + // draw it + doForm1(str, resDict, m, bbox); + + resObj.free(); + bboxObj.free(); +} + +void Gfx::doForm1(Object *str, Dict *resDict, double *matrix, double *bbox) { + Parser *oldParser; + double oldBaseMatrix[6]; + int i; + + // push new resources on stack + pushResources(resDict); + + // save current graphics state + saveState(); + + // kill any pre-existing path + state->clearPath(); + + // save current parser + oldParser = parser; + + // set form transformation matrix + state->concatCTM(matrix[0], matrix[1], matrix[2], + matrix[3], matrix[4], matrix[5]); + out->updateCTM(state, matrix[0], matrix[1], matrix[2], + matrix[3], matrix[4], matrix[5]); + + // set new base matrix + for (i = 0; i < 6; ++i) { + oldBaseMatrix[i] = baseMatrix[i]; + baseMatrix[i] = state->getCTM()[i]; + } + + // set form bounding box + state->moveTo(bbox[0], bbox[1]); + state->lineTo(bbox[2], bbox[1]); + state->lineTo(bbox[2], bbox[3]); + state->lineTo(bbox[0], bbox[3]); + state->closePath(); + state->clip(); + out->clip(state); + state->clearPath(); + + // draw the form + display(str, gFalse); + + // restore base matrix + for (i = 0; i < 6; ++i) { + baseMatrix[i] = oldBaseMatrix[i]; + } + + // restore parser + parser = oldParser; + + // restore graphics state + restoreState(); + + // pop resource stack + popResources(); + + return; +} + +//------------------------------------------------------------------------ +// in-line image operators +//------------------------------------------------------------------------ + +void Gfx::opBeginImage(Object args[], int numArgs) { + Stream *str; + int c1, c2; + + // build dict/stream + str = buildImageStream(); + + // display the image + if (str) { + doImage(NULL, str, gTrue); + + // skip 'EI' tag + c1 = str->getBaseStream()->getChar(); + c2 = str->getBaseStream()->getChar(); + while (!(c1 == 'E' && c2 == 'I') && c2 != EOF) { + c1 = c2; + c2 = str->getBaseStream()->getChar(); + } + delete str; + } +} + +Stream *Gfx::buildImageStream() { + Object dict; + Object obj; + char *key; + Stream *str; + + // build dictionary + dict.initDict(xref); + parser->getObj(&obj); + while (!obj.isCmd("ID") && !obj.isEOF()) { + if (!obj.isName()) { + error(getPos(), "Inline image dictionary key must be a name object"); + obj.free(); + } else { + key = copyString(obj.getName()); + obj.free(); + parser->getObj(&obj); + if (obj.isEOF() || obj.isError()) { + gfree(key); + break; + } + dict.dictAdd(key, &obj); + } + parser->getObj(&obj); + } + if (obj.isEOF()) { + error(getPos(), "End of file in inline image"); + obj.free(); + dict.free(); + return NULL; + } + obj.free(); + + // make stream + str = new EmbedStream(parser->getStream(), &dict, gFalse, 0); + str = str->addFilters(&dict); + + return str; +} + +void Gfx::opImageData(Object args[], int numArgs) { + error(getPos(), "Internal: got 'ID' operator"); +} + +void Gfx::opEndImage(Object args[], int numArgs) { + error(getPos(), "Internal: got 'EI' operator"); +} + +//------------------------------------------------------------------------ +// type 3 font operators +//------------------------------------------------------------------------ + +void Gfx::opSetCharWidth(Object args[], int numArgs) { + out->type3D0(state, args[0].getNum(), args[1].getNum()); +} + +void Gfx::opSetCacheDevice(Object args[], int numArgs) { + out->type3D1(state, args[0].getNum(), args[1].getNum(), + args[2].getNum(), args[3].getNum(), + args[4].getNum(), args[5].getNum()); +} + +//------------------------------------------------------------------------ +// compatibility operators +//------------------------------------------------------------------------ + +void Gfx::opBeginIgnoreUndef(Object args[], int numArgs) { + ++ignoreUndef; +} + +void Gfx::opEndIgnoreUndef(Object args[], int numArgs) { + if (ignoreUndef > 0) + --ignoreUndef; +} + +//------------------------------------------------------------------------ +// marked content operators +//------------------------------------------------------------------------ + +void Gfx::opBeginMarkedContent(Object args[], int numArgs) { + if (printCommands) { + printf(" marked content: %s ", args[0].getName()); + if (numArgs == 2) + args[2].print(stdout); + printf("\n"); + fflush(stdout); + } +} + +void Gfx::opEndMarkedContent(Object args[], int numArgs) { +} + +void Gfx::opMarkPoint(Object args[], int numArgs) { + if (printCommands) { + printf(" mark point: %s ", args[0].getName()); + if (numArgs == 2) + args[2].print(stdout); + printf("\n"); + fflush(stdout); + } +} + +//------------------------------------------------------------------------ +// misc +//------------------------------------------------------------------------ + +void Gfx::saveState() { + out->saveState(state); + state = state->save(); +} + +void Gfx::restoreState() { + state = state->restore(); + out->restoreState(state); +} + +void Gfx::pushResources(Dict *resDict) { + res = new GfxResources(xref, resDict, res); +} + +void Gfx::popResources() { + GfxResources *resPtr; + + resPtr = res->getNext(); + delete res; + res = resPtr; +} diff --git a/pdftops/Gfx.h b/pdftops/Gfx.h new file mode 100644 index 0000000000..04fdc9dec9 --- /dev/null +++ b/pdftops/Gfx.h @@ -0,0 +1,294 @@ +//======================================================================== +// +// Gfx.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GFX_H +#define GFX_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +class GString; +class XRef; +class Array; +class Stream; +class Parser; +class Dict; +class OutputDev; +class GfxFontDict; +class GfxFont; +class GfxPattern; +class GfxTilingPattern; +class GfxShadingPattern; +class GfxShading; +class GfxFunctionShading; +class GfxAxialShading; +class GfxRadialShading; +class GfxGouraudTriangleShading; +class GfxPatchMeshShading; +struct GfxPatch; +class GfxState; +struct GfxColor; +class Gfx; +class PDFRectangle; + +//------------------------------------------------------------------------ +// Gfx +//------------------------------------------------------------------------ + +enum GfxClipType { + clipNone, + clipNormal, + clipEO +}; + +enum TchkType { + tchkBool, // boolean + tchkInt, // integer + tchkNum, // number (integer or real) + tchkString, // string + tchkName, // name + tchkArray, // array + tchkProps, // properties (dictionary or name) + tchkSCN, // scn/SCN args (number of name) + tchkNone // used to avoid empty initializer lists +}; + +#define maxArgs 8 + +struct Operator { + char name[4]; + int numArgs; + TchkType tchk[maxArgs]; + void (Gfx::*func)(Object args[], int numArgs); +}; + +class GfxResources { +public: + + GfxResources(XRef *xref, Dict *resDict, GfxResources *nextA); + ~GfxResources(); + + GfxFont *lookupFont(char *name); + GBool lookupXObject(char *name, Object *obj); + GBool lookupXObjectNF(char *name, Object *obj); + void lookupColorSpace(char *name, Object *obj); + GfxPattern *lookupPattern(char *name); + GfxShading *lookupShading(char *name); + GBool lookupGState(char *name, Object *obj); + + GfxResources *getNext() { return next; } + +private: + + GfxFontDict *fonts; + Object xObjDict; + Object colorSpaceDict; + Object patternDict; + Object shadingDict; + Object gStateDict; + GfxResources *next; +}; + +class Gfx { +public: + + // Constructor for regular output. + Gfx(XRef *xrefA, OutputDev *outA, int pageNum, Dict *resDict, + double hDPI, double vDPI, PDFRectangle *box, + PDFRectangle *cropBox, int rotate, + GBool (*abortCheckCbkA)(void *data) = NULL, + void *abortCheckCbkDataA = NULL); + + // Constructor for a sub-page object. + Gfx(XRef *xrefA, OutputDev *outA, Dict *resDict, + PDFRectangle *box, PDFRectangle *cropBox, + GBool (*abortCheckCbkA)(void *data) = NULL, + void *abortCheckCbkDataA = NULL); + + ~Gfx(); + + // Interpret a stream or array of streams. + void display(Object *obj, GBool topLevel = gTrue); + + // Display an annotation, given its appearance (a Form XObject) and + // bounding box (in default user space). + void doAnnot(Object *str, double xMin, double yMin, + double xMax, double yMax); + + // Save graphics state. + void saveState(); + + // Restore graphics state. + void restoreState(); + + // Get the current graphics state object. + GfxState *getState() { return state; } + +private: + + XRef *xref; // the xref table for this PDF file + OutputDev *out; // output device + GBool subPage; // is this a sub-page object? + GBool printCommands; // print the drawing commands (for debugging) + GfxResources *res; // resource stack + int updateLevel; + + GfxState *state; // current graphics state + GBool fontChanged; // set if font or text matrix has changed + GfxClipType clip; // do a clip? + int ignoreUndef; // current BX/EX nesting level + double baseMatrix[6]; // default matrix for most recent + // page/form/pattern + int formDepth; + + Parser *parser; // parser for page content stream(s) + + GBool // callback to check for an abort + (*abortCheckCbk)(void *data); + void *abortCheckCbkData; + GBool renderThisPage; // Render this page? + + static Operator opTab[]; // table of operators + + void go(GBool topLevel); + void execOp(Object *cmd, Object args[], int numArgs); + Operator *findOp(char *name); + GBool checkArg(Object *arg, TchkType type); + int getPos(); + + // graphics state operators + void opSave(Object args[], int numArgs); + void opRestore(Object args[], int numArgs); + void opConcat(Object args[], int numArgs); + void opSetDash(Object args[], int numArgs); + void opSetFlat(Object args[], int numArgs); + void opSetLineJoin(Object args[], int numArgs); + void opSetLineCap(Object args[], int numArgs); + void opSetMiterLimit(Object args[], int numArgs); + void opSetLineWidth(Object args[], int numArgs); + void opSetExtGState(Object args[], int numArgs); + void opSetRenderingIntent(Object args[], int numArgs); + + // color operators + void opSetFillGray(Object args[], int numArgs); + void opSetStrokeGray(Object args[], int numArgs); + void opSetFillCMYKColor(Object args[], int numArgs); + void opSetStrokeCMYKColor(Object args[], int numArgs); + void opSetFillRGBColor(Object args[], int numArgs); + void opSetStrokeRGBColor(Object args[], int numArgs); + void opSetFillColorSpace(Object args[], int numArgs); + void opSetStrokeColorSpace(Object args[], int numArgs); + void opSetFillColor(Object args[], int numArgs); + void opSetStrokeColor(Object args[], int numArgs); + void opSetFillColorN(Object args[], int numArgs); + void opSetStrokeColorN(Object args[], int numArgs); + + // path segment operators + void opMoveTo(Object args[], int numArgs); + void opLineTo(Object args[], int numArgs); + void opCurveTo(Object args[], int numArgs); + void opCurveTo1(Object args[], int numArgs); + void opCurveTo2(Object args[], int numArgs); + void opRectangle(Object args[], int numArgs); + void opClosePath(Object args[], int numArgs); + + // path painting operators + void opEndPath(Object args[], int numArgs); + void opStroke(Object args[], int numArgs); + void opCloseStroke(Object args[], int numArgs); + void opFill(Object args[], int numArgs); + void opEOFill(Object args[], int numArgs); + void opFillStroke(Object args[], int numArgs); + void opCloseFillStroke(Object args[], int numArgs); + void opEOFillStroke(Object args[], int numArgs); + void opCloseEOFillStroke(Object args[], int numArgs); + void doPatternFill(GBool eoFill); + void doTilingPatternFill(GfxTilingPattern *tPat, GBool eoFill); + void doShadingPatternFill(GfxShadingPattern *sPat, GBool eoFill); + void opShFill(Object args[], int numArgs); + void doFunctionShFill(GfxFunctionShading *shading); + void doFunctionShFill1(GfxFunctionShading *shading, + double x0, double y0, + double x1, double y1, + GfxColor *colors, int depth); + void doAxialShFill(GfxAxialShading *shading); + void doRadialShFill(GfxRadialShading *shading); + void doGouraudTriangleShFill(GfxGouraudTriangleShading *shading); + void gouraudFillTriangle(double x0, double y0, GfxColor *color0, + double x1, double y1, GfxColor *color1, + double x2, double y2, GfxColor *color2, + int nComps, int depth); + void doPatchMeshShFill(GfxPatchMeshShading *shading); + void fillPatch(GfxPatch *patch, int nComps, int depth); + void doEndPath(); + + // path clipping operators + void opClip(Object args[], int numArgs); + void opEOClip(Object args[], int numArgs); + + // text object operators + void opBeginText(Object args[], int numArgs); + void opEndText(Object args[], int numArgs); + + // text state operators + void opSetCharSpacing(Object args[], int numArgs); + void opSetFont(Object args[], int numArgs); + void opSetTextLeading(Object args[], int numArgs); + void opSetTextRender(Object args[], int numArgs); + void opSetTextRise(Object args[], int numArgs); + void opSetWordSpacing(Object args[], int numArgs); + void opSetHorizScaling(Object args[], int numArgs); + + // text positioning operators + void opTextMove(Object args[], int numArgs); + void opTextMoveSet(Object args[], int numArgs); + void opSetTextMatrix(Object args[], int numArgs); + void opTextNextLine(Object args[], int numArgs); + + // text string operators + void opShowText(Object args[], int numArgs); + void opMoveShowText(Object args[], int numArgs); + void opMoveSetShowText(Object args[], int numArgs); + void opShowSpaceText(Object args[], int numArgs); + void doShowText(GString *s); + + // XObject operators + void opXObject(Object args[], int numArgs); + void doImage(Object *ref, Stream *str, GBool inlineImg); + void doForm(Object *str); + void doForm1(Object *str, Dict *resDict, double *matrix, double *bbox); + + // in-line image operators + void opBeginImage(Object args[], int numArgs); + Stream *buildImageStream(); + void opImageData(Object args[], int numArgs); + void opEndImage(Object args[], int numArgs); + + // type 3 font operators + void opSetCharWidth(Object args[], int numArgs); + void opSetCacheDevice(Object args[], int numArgs); + + // compatibility operators + void opBeginIgnoreUndef(Object args[], int numArgs); + void opEndIgnoreUndef(Object args[], int numArgs); + + // marked content operators + void opBeginMarkedContent(Object args[], int numArgs); + void opEndMarkedContent(Object args[], int numArgs); + void opMarkPoint(Object args[], int numArgs); + + void pushResources(Dict *resDict); + void popResources(); +}; + +#endif diff --git a/pdftops/GfxFont.cxx b/pdftops/GfxFont.cxx new file mode 100644 index 0000000000..c567c85913 --- /dev/null +++ b/pdftops/GfxFont.cxx @@ -0,0 +1,1546 @@ +//======================================================================== +// +// GfxFont.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include "gmem.h" +#include "Error.h" +#include "Object.h" +#include "Dict.h" +#include "GlobalParams.h" +#include "CMap.h" +#include "CharCodeToUnicode.h" +#include "FontEncodingTables.h" +#include "BuiltinFontTables.h" +#include "FoFiType1.h" +#include "FoFiType1C.h" +#include "FoFiTrueType.h" +#include "GfxFont.h" + +//------------------------------------------------------------------------ + +struct StdFontMapEntry { + char *altName; + char *properName; +}; + +// Acrobat 4.0 and earlier substituted Base14-compatible fonts without +// providing Widths and a FontDescriptor, so we munge the names into +// the proper Base14 names. This table is from implementation note 44 +// in the PDF 1.4 spec, with some additions based on empirical +// evidence. +static StdFontMapEntry stdFontMap[] = { + { "Arial", "Helvetica" }, + { "Arial,Bold", "Helvetica-Bold" }, + { "Arial,BoldItalic", "Helvetica-BoldOblique" }, + { "Arial,Italic", "Helvetica-Oblique" }, + { "Arial-Bold", "Helvetica-Bold" }, + { "Arial-BoldItalic", "Helvetica-BoldOblique" }, + { "Arial-BoldItalicMT", "Helvetica-BoldOblique" }, + { "Arial-BoldMT", "Helvetica-Bold" }, + { "Arial-Italic", "Helvetica-Oblique" }, + { "Arial-ItalicMT", "Helvetica-Oblique" }, + { "ArialMT", "Helvetica" }, + { "Courier,Bold", "Courier-Bold" }, + { "Courier,BoldItalic", "Courier-BoldOblique" }, + { "Courier,Italic", "Courier-Oblique" }, + { "CourierNew", "Courier" }, + { "CourierNew,Bold", "Courier-Bold" }, + { "CourierNew,BoldItalic", "Courier-BoldOblique" }, + { "CourierNew,Italic", "Courier-Oblique" }, + { "CourierNew-Bold", "Courier-Bold" }, + { "CourierNew-BoldItalic", "Courier-BoldOblique" }, + { "CourierNew-Italic", "Courier-Oblique" }, + { "CourierNewPS-BoldItalicMT", "Courier-BoldOblique" }, + { "CourierNewPS-BoldMT", "Courier-Bold" }, + { "CourierNewPS-ItalicMT", "Courier-Oblique" }, + { "CourierNewPSMT", "Courier" }, + { "Helvetica,Bold", "Helvetica-Bold" }, + { "Helvetica,BoldItalic", "Helvetica-BoldOblique" }, + { "Helvetica,Italic", "Helvetica-Oblique" }, + { "Helvetica-BoldItalic", "Helvetica-BoldOblique" }, + { "Helvetica-Italic", "Helvetica-Oblique" }, + { "Symbol,Bold", "Symbol" }, + { "Symbol,BoldItalic", "Symbol" }, + { "Symbol,Italic", "Symbol" }, + { "TimesNewRoman", "Times-Roman" }, + { "TimesNewRoman,Bold", "Times-Bold" }, + { "TimesNewRoman,BoldItalic", "Times-BoldItalic" }, + { "TimesNewRoman,Italic", "Times-Italic" }, + { "TimesNewRoman-Bold", "Times-Bold" }, + { "TimesNewRoman-BoldItalic", "Times-BoldItalic" }, + { "TimesNewRoman-Italic", "Times-Italic" }, + { "TimesNewRomanPS", "Times-Roman" }, + { "TimesNewRomanPS-Bold", "Times-Bold" }, + { "TimesNewRomanPS-BoldItalic", "Times-BoldItalic" }, + { "TimesNewRomanPS-BoldItalicMT", "Times-BoldItalic" }, + { "TimesNewRomanPS-BoldMT", "Times-Bold" }, + { "TimesNewRomanPS-Italic", "Times-Italic" }, + { "TimesNewRomanPS-ItalicMT", "Times-Italic" }, + { "TimesNewRomanPSMT", "Times-Roman" }, + { "TimesNewRomanPSMT,Bold", "Times-Bold" }, + { "TimesNewRomanPSMT,BoldItalic", "Times-BoldItalic" }, + { "TimesNewRomanPSMT,Italic", "Times-Italic" } +}; + +//------------------------------------------------------------------------ +// GfxFont +//------------------------------------------------------------------------ + +GfxFont *GfxFont::makeFont(XRef *xref, char *tagA, Ref idA, Dict *fontDict) { + GString *nameA; + GfxFont *font; + Object obj1; + + // get base font name + nameA = NULL; + fontDict->lookup("BaseFont", &obj1); + if (obj1.isName()) { + nameA = new GString(obj1.getName()); + } + obj1.free(); + + // get font type + font = NULL; + fontDict->lookup("Subtype", &obj1); + if (obj1.isName("Type1") || obj1.isName("MMType1")) { + font = new Gfx8BitFont(xref, tagA, idA, nameA, fontType1, fontDict); + } else if (obj1.isName("Type1C")) { + font = new Gfx8BitFont(xref, tagA, idA, nameA, fontType1C, fontDict); + } else if (obj1.isName("Type3")) { + font = new Gfx8BitFont(xref, tagA, idA, nameA, fontType3, fontDict); + } else if (obj1.isName("TrueType")) { + font = new Gfx8BitFont(xref, tagA, idA, nameA, fontTrueType, fontDict); + } else if (obj1.isName("Type0")) { + font = new GfxCIDFont(xref, tagA, idA, nameA, fontDict); + } else { + error(-1, "Unknown font type: '%s'", + obj1.isName() ? obj1.getName() : "???"); + font = new Gfx8BitFont(xref, tagA, idA, nameA, fontUnknownType, fontDict); + } + obj1.free(); + + return font; +} + +GfxFont::GfxFont(char *tagA, Ref idA, GString *nameA) { + ok = gFalse; + tag = new GString(tagA); + id = idA; + name = nameA; + origName = nameA; + embFontName = NULL; + extFontFile = NULL; +} + +GfxFont::~GfxFont() { + delete tag; + if (origName && origName != name) { + delete origName; + } + if (name) { + delete name; + } + if (embFontName) { + delete embFontName; + } + if (extFontFile) { + delete extFontFile; + } +} + +void GfxFont::readFontDescriptor(XRef *xref, Dict *fontDict) { + Object obj1, obj2, obj3, obj4; + double t; + int i; + + // assume Times-Roman by default (for substitution purposes) + flags = fontSerif; + + embFontID.num = -1; + embFontID.gen = -1; + missingWidth = 0; + + if (fontDict->lookup("FontDescriptor", &obj1)->isDict()) { + + // get flags + if (obj1.dictLookup("Flags", &obj2)->isInt()) { + flags = obj2.getInt(); + } + obj2.free(); + + // get name + obj1.dictLookup("FontName", &obj2); + if (obj2.isName()) { + embFontName = new GString(obj2.getName()); + } + obj2.free(); + + // look for embedded font file + if (obj1.dictLookupNF("FontFile", &obj2)->isRef()) { + embFontID = obj2.getRef(); + if (type != fontType1) { + error(-1, "Mismatch between font type and embedded font file"); + type = fontType1; + } + } + obj2.free(); + if (embFontID.num == -1 && + obj1.dictLookupNF("FontFile2", &obj2)->isRef()) { + embFontID = obj2.getRef(); + if (type != fontTrueType && type != fontCIDType2) { + error(-1, "Mismatch between font type and embedded font file"); + type = type == fontCIDType0 ? fontCIDType2 : fontTrueType; + } + } + obj2.free(); + if (embFontID.num == -1 && + obj1.dictLookupNF("FontFile3", &obj2)->isRef()) { + if (obj2.fetch(xref, &obj3)->isStream()) { + obj3.streamGetDict()->lookup("Subtype", &obj4); + if (obj4.isName("Type1")) { + embFontID = obj2.getRef(); + if (type != fontType1) { + error(-1, "Mismatch between font type and embedded font file"); + type = fontType1; + } + } else if (obj4.isName("Type1C")) { + embFontID = obj2.getRef(); + if (type != fontType1 && type != fontType1C) { + error(-1, "Mismatch between font type and embedded font file"); + } + type = fontType1C; + } else if (obj4.isName("TrueType")) { + embFontID = obj2.getRef(); + if (type != fontTrueType) { + error(-1, "Mismatch between font type and embedded font file"); + type = fontTrueType; + } + } else if (obj4.isName("CIDFontType0C")) { + embFontID = obj2.getRef(); + if (type != fontCIDType0) { + error(-1, "Mismatch between font type and embedded font file"); + } + type = fontCIDType0C; + } else { + error(-1, "Unknown embedded font type '%s'", + obj4.isName() ? obj4.getName() : "???"); + } + obj4.free(); + } + obj3.free(); + } + obj2.free(); + + // look for MissingWidth + obj1.dictLookup("MissingWidth", &obj2); + if (obj2.isNum()) { + missingWidth = obj2.getNum(); + } + obj2.free(); + + // get Ascent and Descent + obj1.dictLookup("Ascent", &obj2); + if (obj2.isNum()) { + t = 0.001 * obj2.getNum(); + // some broken font descriptors set ascent and descent to 0 + if (t != 0) { + ascent = t; + } + } + obj2.free(); + obj1.dictLookup("Descent", &obj2); + if (obj2.isNum()) { + t = 0.001 * obj2.getNum(); + // some broken font descriptors set ascent and descent to 0 + if (t != 0) { + descent = t; + } + // some broken font descriptors specify a positive descent + if (descent > 0) { + descent = -descent; + } + } + obj2.free(); + + // font FontBBox + if (obj1.dictLookup("FontBBox", &obj2)->isArray()) { + for (i = 0; i < 4 && i < obj2.arrayGetLength(); ++i) { + if (obj2.arrayGet(i, &obj3)->isNum()) { + fontBBox[i] = 0.001 * obj3.getNum(); + } + obj3.free(); + } + } + obj2.free(); + + } + obj1.free(); +} + +CharCodeToUnicode *GfxFont::readToUnicodeCMap(Dict *fontDict, int nBits, + CharCodeToUnicode *ctu) { + GString *buf; + Object obj1; + int c; + + if (!fontDict->lookup("ToUnicode", &obj1)->isStream()) { + obj1.free(); + return NULL; + } + buf = new GString(); + obj1.streamReset(); + while ((c = obj1.streamGetChar()) != EOF) { + buf->append(c); + } + obj1.streamClose(); + obj1.free(); + if (ctu) { + ctu->mergeCMap(buf, nBits); + } else { + ctu = CharCodeToUnicode::parseCMap(buf, nBits); + } + delete buf; + return ctu; +} + +void GfxFont::findExtFontFile() { + static char *type1Exts[] = { ".pfa", ".pfb", ".ps", "", NULL }; + static char *ttExts[] = { ".ttf", NULL }; + + if (name) { + if (type == fontType1) { + extFontFile = globalParams->findFontFile(name, type1Exts); + } else if (type == fontTrueType) { + extFontFile = globalParams->findFontFile(name, ttExts); + } + } +} + +char *GfxFont::readExtFontFile(int *len) { + FILE *f; + char *buf; + + if (!(f = fopen(extFontFile->getCString(), "rb"))) { + error(-1, "External font file '%s' vanished", extFontFile->getCString()); + return NULL; + } + fseek(f, 0, SEEK_END); + *len = (int)ftell(f); + fseek(f, 0, SEEK_SET); + buf = (char *)gmalloc(*len); + if ((int)fread(buf, 1, *len, f) != *len) { + error(-1, "Error reading external font file '%s'", + extFontFile->getCString()); + } + fclose(f); + return buf; +} + +char *GfxFont::readEmbFontFile(XRef *xref, int *len) { + char *buf; + Object obj1, obj2; + Stream *str; + int c; + int size, i; + + obj1.initRef(embFontID.num, embFontID.gen); + obj1.fetch(xref, &obj2); + if (!obj2.isStream()) { + error(-1, "Embedded font file is not a stream"); + obj2.free(); + obj1.free(); + embFontID.num = -1; + return NULL; + } + str = obj2.getStream(); + + buf = NULL; + i = size = 0; + str->reset(); + while ((c = str->getChar()) != EOF) { + if (i == size) { + size += 4096; + buf = (char *)grealloc(buf, size); + } + buf[i++] = c; + } + *len = i; + str->close(); + + obj2.free(); + obj1.free(); + + return buf; +} + +//------------------------------------------------------------------------ +// Gfx8BitFont +//------------------------------------------------------------------------ + +Gfx8BitFont::Gfx8BitFont(XRef *xref, char *tagA, Ref idA, GString *nameA, + GfxFontType typeA, Dict *fontDict): + GfxFont(tagA, idA, nameA) +{ + GString *name2; + BuiltinFont *builtinFont; + char **baseEnc; + GBool baseEncFromFontFile; + char *buf; + int len; + FoFiType1 *ffT1; + FoFiType1C *ffT1C; + int code, code2; + char *charName; + GBool missing, hex; + Unicode toUnicode[256]; + CharCodeToUnicode *utu, *ctu2; + Unicode uBuf[8]; + double mul; + int firstChar, lastChar; + Gushort w; + Object obj1, obj2, obj3; + int n, i, a, b, m; + + type = typeA; + ctu = NULL; + + // do font name substitution for various aliases of the Base 14 font + // names + if (name) { + name2 = name->copy(); + i = 0; + while (i < name2->getLength()) { + if (name2->getChar(i) == ' ') { + name2->del(i); + } else { + ++i; + } + } + a = 0; + b = sizeof(stdFontMap) / sizeof(StdFontMapEntry); + // invariant: stdFontMap[a].altName <= name2 < stdFontMap[b].altName + while (b - a > 1) { + m = (a + b) / 2; + if (name2->cmp(stdFontMap[m].altName) >= 0) { + a = m; + } else { + b = m; + } + } + if (!name2->cmp(stdFontMap[a].altName)) { + name = new GString(stdFontMap[a].properName); + } + delete name2; + } + + // is it a built-in font? + builtinFont = NULL; + if (name) { + for (i = 0; i < nBuiltinFonts; ++i) { + if (!name->cmp(builtinFonts[i].name)) { + builtinFont = &builtinFonts[i]; + break; + } + } + } + + // default ascent/descent values + if (builtinFont) { + ascent = 0.001 * builtinFont->ascent; + descent = 0.001 * builtinFont->descent; + fontBBox[0] = 0.001 * builtinFont->bbox[0]; + fontBBox[1] = 0.001 * builtinFont->bbox[1]; + fontBBox[2] = 0.001 * builtinFont->bbox[2]; + fontBBox[3] = 0.001 * builtinFont->bbox[3]; + } else { + ascent = 0.95; + descent = -0.35; + fontBBox[0] = fontBBox[1] = fontBBox[2] = fontBBox[3] = 0; + } + + // get info from font descriptor + readFontDescriptor(xref, fontDict); + + // for non-embedded fonts, don't trust the ascent/descent/bbox + // values from the font descriptor + if (builtinFont && embFontID.num < 0) { + ascent = 0.001 * builtinFont->ascent; + descent = 0.001 * builtinFont->descent; + fontBBox[0] = 0.001 * builtinFont->bbox[0]; + fontBBox[1] = 0.001 * builtinFont->bbox[1]; + fontBBox[2] = 0.001 * builtinFont->bbox[2]; + fontBBox[3] = 0.001 * builtinFont->bbox[3]; + } + + // look for an external font file + findExtFontFile(); + + // get font matrix + fontMat[0] = fontMat[3] = 1; + fontMat[1] = fontMat[2] = fontMat[4] = fontMat[5] = 0; + if (fontDict->lookup("FontMatrix", &obj1)->isArray()) { + for (i = 0; i < 6 && i < obj1.arrayGetLength(); ++i) { + if (obj1.arrayGet(i, &obj2)->isNum()) { + fontMat[i] = obj2.getNum(); + } + obj2.free(); + } + } + obj1.free(); + + // get Type 3 bounding box, font definition, and resources + if (type == fontType3) { + if (fontDict->lookup("FontBBox", &obj1)->isArray()) { + for (i = 0; i < 4 && i < obj1.arrayGetLength(); ++i) { + if (obj1.arrayGet(i, &obj2)->isNum()) { + fontBBox[i] = obj2.getNum(); + } + obj2.free(); + } + } + obj1.free(); + if (!fontDict->lookup("CharProcs", &charProcs)->isDict()) { + error(-1, "Missing or invalid CharProcs dictionary in Type 3 font"); + charProcs.free(); + } + if (!fontDict->lookup("Resources", &resources)->isDict()) { + resources.free(); + } + } + + //----- build the font encoding ----- + + // Encodings start with a base encoding, which can come from + // (in order of priority): + // 1. FontDict.Encoding or FontDict.Encoding.BaseEncoding + // - MacRoman / MacExpert / WinAnsi / Standard + // 2. embedded or external font file + // 3. default: + // - builtin --> builtin encoding + // - TrueType --> WinAnsiEncoding + // - others --> StandardEncoding + // and then add a list of differences (if any) from + // FontDict.Encoding.Differences. + + // check FontDict for base encoding + hasEncoding = gFalse; + usesMacRomanEnc = gFalse; + baseEnc = NULL; + baseEncFromFontFile = gFalse; + fontDict->lookup("Encoding", &obj1); + if (obj1.isDict()) { + obj1.dictLookup("BaseEncoding", &obj2); + if (obj2.isName("MacRomanEncoding")) { + hasEncoding = gTrue; + usesMacRomanEnc = gTrue; + baseEnc = macRomanEncoding; + } else if (obj2.isName("MacExpertEncoding")) { + hasEncoding = gTrue; + baseEnc = macExpertEncoding; + } else if (obj2.isName("WinAnsiEncoding")) { + hasEncoding = gTrue; + baseEnc = winAnsiEncoding; + } + obj2.free(); + } else if (obj1.isName("MacRomanEncoding")) { + hasEncoding = gTrue; + usesMacRomanEnc = gTrue; + baseEnc = macRomanEncoding; + } else if (obj1.isName("MacExpertEncoding")) { + hasEncoding = gTrue; + baseEnc = macExpertEncoding; + } else if (obj1.isName("WinAnsiEncoding")) { + hasEncoding = gTrue; + baseEnc = winAnsiEncoding; + } + + // check embedded or external font file for base encoding + // (only for Type 1 fonts - trying to get an encoding out of a + // TrueType font is a losing proposition) + ffT1 = NULL; + ffT1C = NULL; + buf = NULL; + if (type == fontType1 && (extFontFile || embFontID.num >= 0)) { + if (extFontFile) { + ffT1 = FoFiType1::load(extFontFile->getCString()); + } else { + buf = readEmbFontFile(xref, &len); + ffT1 = FoFiType1::make(buf, len); + } + if (ffT1) { + if (ffT1->getName()) { + if (embFontName) { + delete embFontName; + } + embFontName = new GString(ffT1->getName()); + } + if (!baseEnc) { + baseEnc = ffT1->getEncoding(); + baseEncFromFontFile = gTrue; + } + } + } else if (type == fontType1C && (extFontFile || embFontID.num >= 0)) { + if (extFontFile) { + ffT1C = FoFiType1C::load(extFontFile->getCString()); + } else { + buf = readEmbFontFile(xref, &len); + ffT1C = FoFiType1C::make(buf, len); + } + if (ffT1C) { + if (ffT1C->getName()) { + if (embFontName) { + delete embFontName; + } + embFontName = new GString(ffT1C->getName()); + } + if (!baseEnc) { + baseEnc = ffT1C->getEncoding(); + baseEncFromFontFile = gTrue; + } + } + } + if (buf) { + gfree(buf); + } + + // get default base encoding + if (!baseEnc) { + if (builtinFont && embFontID.num < 0) { + baseEnc = builtinFont->defaultBaseEnc; + hasEncoding = gTrue; + } else if (type == fontTrueType) { + baseEnc = winAnsiEncoding; + } else { + baseEnc = standardEncoding; + } + } + + // copy the base encoding + for (i = 0; i < 256; ++i) { + enc[i] = baseEnc[i]; + if ((encFree[i] = baseEncFromFontFile) && enc[i]) { + enc[i] = copyString(baseEnc[i]); + } + } + + // some Type 1C font files have empty encodings, which can break the + // T1C->T1 conversion (since the 'seac' operator depends on having + // the accents in the encoding), so we fill in any gaps from + // StandardEncoding + if (type == fontType1C && (extFontFile || embFontID.num >= 0) && + baseEncFromFontFile) { + for (i = 0; i < 256; ++i) { + if (!enc[i] && standardEncoding[i]) { + enc[i] = standardEncoding[i]; + encFree[i] = gFalse; + } + } + } + + // merge differences into encoding + if (obj1.isDict()) { + obj1.dictLookup("Differences", &obj2); + if (obj2.isArray()) { + hasEncoding = gTrue; + code = 0; + for (i = 0; i < obj2.arrayGetLength(); ++i) { + obj2.arrayGet(i, &obj3); + if (obj3.isInt()) { + code = obj3.getInt(); + } else if (obj3.isName()) { + if (code >= 0 && code < 256) { + if (encFree[code]) { + gfree(enc[code]); + } + enc[code] = copyString(obj3.getName()); + encFree[code] = gTrue; + } + ++code; + } else { + error(-1, "Wrong type in font encoding resource differences (%s)", + obj3.getTypeName()); + } + obj3.free(); + } + } + obj2.free(); + } + obj1.free(); + if (ffT1) { + delete ffT1; + } + if (ffT1C) { + delete ffT1C; + } + + //----- build the mapping to Unicode ----- + + // pass 1: use the name-to-Unicode mapping table + missing = hex = gFalse; + for (code = 0; code < 256; ++code) { + if ((charName = enc[code])) { + if (!(toUnicode[code] = globalParams->mapNameToUnicode(charName)) && + strcmp(charName, ".notdef")) { + // if it wasn't in the name-to-Unicode table, check for a + // name that looks like 'Axx' or 'xx', where 'A' is any letter + // and 'xx' is two hex digits + if ((strlen(charName) == 3 && + isalpha(charName[0]) && + isxdigit(charName[1]) && isxdigit(charName[2]) && + ((charName[1] >= 'a' && charName[1] <= 'f') || + (charName[1] >= 'A' && charName[1] <= 'F') || + (charName[2] >= 'a' && charName[2] <= 'f') || + (charName[2] >= 'A' && charName[2] <= 'F'))) || + (strlen(charName) == 2 && + isxdigit(charName[0]) && isxdigit(charName[1]) && + ((charName[0] >= 'a' && charName[0] <= 'f') || + (charName[0] >= 'A' && charName[0] <= 'F') || + (charName[1] >= 'a' && charName[1] <= 'f') || + (charName[1] >= 'A' && charName[1] <= 'F')))) { + hex = gTrue; + } + missing = gTrue; + } + } else { + toUnicode[code] = 0; + } + } + + // pass 2: try to fill in the missing chars, looking for names of + // the form 'Axx', 'xx', 'Ann', 'ABnn', or 'nn', where 'A' and 'B' + // are any letters, 'xx' is two hex digits, and 'nn' is 2-4 + // decimal digits + if (missing && globalParams->getMapNumericCharNames()) { + for (code = 0; code < 256; ++code) { + if ((charName = enc[code]) && !toUnicode[code] && + strcmp(charName, ".notdef")) { + n = strlen(charName); + code2 = -1; + if (hex && n == 3 && isalpha(charName[0]) && + isxdigit(charName[1]) && isxdigit(charName[2])) { + sscanf(charName+1, "%x", &code2); + } else if (hex && n == 2 && + isxdigit(charName[0]) && isxdigit(charName[1])) { + sscanf(charName, "%x", &code2); + } else if (!hex && n >= 2 && n <= 4 && + isdigit(charName[0]) && isdigit(charName[1])) { + code2 = atoi(charName); + } else if (n >= 3 && n <= 5 && + isdigit(charName[1]) && isdigit(charName[2])) { + code2 = atoi(charName+1); + } else if (n >= 4 && n <= 6 && + isdigit(charName[2]) && isdigit(charName[3])) { + code2 = atoi(charName+2); + } + if (code2 >= 0 && code2 <= 0xff) { + toUnicode[code] = (Unicode)code2; + } + } + } + } + + // construct the char code -> Unicode mapping object + ctu = CharCodeToUnicode::make8BitToUnicode(toUnicode); + + // merge in a ToUnicode CMap, if there is one -- this overwrites + // existing entries in ctu, i.e., the ToUnicode CMap takes + // precedence, but the other encoding info is allowed to fill in any + // holes + readToUnicodeCMap(fontDict, 8, ctu); + + // look for a Unicode-to-Unicode mapping + if (name && (utu = globalParams->getUnicodeToUnicode(name))) { + for (i = 0; i < 256; ++i) { + toUnicode[i] = 0; + } + ctu2 = CharCodeToUnicode::make8BitToUnicode(toUnicode); + for (i = 0; i < 256; ++i) { + n = ctu->mapToUnicode((CharCode)i, uBuf, 8); + if (n >= 1) { + n = utu->mapToUnicode((CharCode)uBuf[0], uBuf, 8); + if (n >= 1) { + ctu2->setMapping((CharCode)i, uBuf, n); + } + } + } + utu->decRefCnt(); + delete ctu; + ctu = ctu2; + } + + //----- get the character widths ----- + + // initialize all widths + for (code = 0; code < 256; ++code) { + widths[code] = missingWidth * 0.001; + } + + // use widths from font dict, if present + fontDict->lookup("FirstChar", &obj1); + firstChar = obj1.isInt() ? obj1.getInt() : 0; + obj1.free(); + if (firstChar < 0 || firstChar > 255) { + firstChar = 0; + } + fontDict->lookup("LastChar", &obj1); + lastChar = obj1.isInt() ? obj1.getInt() : 255; + obj1.free(); + if (lastChar < 0 || lastChar > 255) { + lastChar = 255; + } + mul = (type == fontType3) ? fontMat[0] : 0.001; + fontDict->lookup("Widths", &obj1); + if (obj1.isArray()) { + flags |= fontFixedWidth; + if (obj1.arrayGetLength() < lastChar - firstChar + 1) { + lastChar = firstChar + obj1.arrayGetLength() - 1; + } + for (code = firstChar; code <= lastChar; ++code) { + obj1.arrayGet(code - firstChar, &obj2); + if (obj2.isNum()) { + widths[code] = obj2.getNum() * mul; + if (widths[code] != widths[firstChar]) { + flags &= ~fontFixedWidth; + } + } + obj2.free(); + } + + // use widths from built-in font + } else if (builtinFont) { + // this is a kludge for broken PDF files that encode char 32 + // as .notdef + if (builtinFont->widths->getWidth("space", &w)) { + widths[32] = 0.001 * w; + } + for (code = 0; code < 256; ++code) { + if (enc[code] && builtinFont->widths->getWidth(enc[code], &w)) { + widths[code] = 0.001 * w; + } + } + + // couldn't find widths -- use defaults + } else { + // this is technically an error -- the Widths entry is required + // for all but the Base-14 fonts -- but certain PDF generators + // apparently don't include widths for Arial and TimesNewRoman + if (isFixedWidth()) { + i = 0; + } else if (isSerif()) { + i = 8; + } else { + i = 4; + } + if (isBold()) { + i += 2; + } + if (isItalic()) { + i += 1; + } + builtinFont = builtinFontSubst[i]; + // this is a kludge for broken PDF files that encode char 32 + // as .notdef + if (builtinFont->widths->getWidth("space", &w)) { + widths[32] = 0.001 * w; + } + for (code = 0; code < 256; ++code) { + if (enc[code] && builtinFont->widths->getWidth(enc[code], &w)) { + widths[code] = 0.001 * w; + } + } + } + obj1.free(); + + ok = gTrue; +} + +Gfx8BitFont::~Gfx8BitFont() { + int i; + + for (i = 0; i < 256; ++i) { + if (encFree[i] && enc[i]) { + gfree(enc[i]); + } + } + ctu->decRefCnt(); + if (charProcs.isDict()) { + charProcs.free(); + } + if (resources.isDict()) { + resources.free(); + } +} + +int Gfx8BitFont::getNextChar(char *s, int len, CharCode *code, + Unicode *u, int uSize, int *uLen, + double *dx, double *dy, double *ox, double *oy) { + CharCode c; + + *code = c = (CharCode)(*s & 0xff); + *uLen = ctu->mapToUnicode(c, u, uSize); + *dx = widths[c]; + *dy = *ox = *oy = 0; + return 1; +} + +CharCodeToUnicode *Gfx8BitFont::getToUnicode() { + ctu->incRefCnt(); + return ctu; +} + +Gushort *Gfx8BitFont::getCodeToGIDMap(FoFiTrueType *ff) { + Gushort *map; + int cmapPlatform, cmapEncoding; + int unicodeCmap, macRomanCmap, msSymbolCmap, cmap; + GBool useMacRoman, useUnicode; + char *charName; + Unicode u; + int code, i, n; + + map = (Gushort *)gmallocn(256, sizeof(Gushort)); + for (i = 0; i < 256; ++i) { + map[i] = 0; + } + + // To match up with the Adobe-defined behaviour, we choose a cmap + // like this: + // 1. If the PDF font has an encoding: + // 1a. If the PDF font specified MacRomanEncoding and the + // TrueType font has a Macintosh Roman cmap, use it, and + // reverse map the char names through MacRomanEncoding to + // get char codes. + // 1b. If the TrueType font has a Microsoft Unicode cmap or a + // non-Microsoft Unicode cmap, use it, and use the Unicode + // indexes, not the char codes. + // 1c. If the PDF font is symbolic and the TrueType font has a + // Microsoft Symbol cmap, use it, and use char codes + // directly (possibly with an offset of 0xf000). + // 1d. If the TrueType font has a Macintosh Roman cmap, use it, + // as in case 1a. + // 2. If the PDF font does not have an encoding or the PDF font is + // symbolic: + // 2a. If the TrueType font has a Macintosh Roman cmap, use it, + // and use char codes directly (possibly with an offset of + // 0xf000). + // 2b. If the TrueType font has a Microsoft Symbol cmap, use it, + // and use char codes directly (possible with an offset of + // 0xf000). + // 3. If none of these rules apply, use the first cmap and hope for + // the best (this shouldn't happen). + unicodeCmap = macRomanCmap = msSymbolCmap = -1; + for (i = 0; i < ff->getNumCmaps(); ++i) { + cmapPlatform = ff->getCmapPlatform(i); + cmapEncoding = ff->getCmapEncoding(i); + if ((cmapPlatform == 3 && cmapEncoding == 1) || + cmapPlatform == 0) { + unicodeCmap = i; + } else if (cmapPlatform == 1 && cmapEncoding == 0) { + macRomanCmap = i; + } else if (cmapPlatform == 3 && cmapEncoding == 0) { + msSymbolCmap = i; + } + } + cmap = 0; + useMacRoman = gFalse; + useUnicode = gFalse; + if (hasEncoding) { + if (usesMacRomanEnc && macRomanCmap >= 0) { + cmap = macRomanCmap; + useMacRoman = gTrue; + } else if (unicodeCmap >= 0) { + cmap = unicodeCmap; + useUnicode = gTrue; + } else if ((flags & fontSymbolic) && msSymbolCmap >= 0) { + cmap = msSymbolCmap; + } else if ((flags & fontSymbolic) && macRomanCmap >= 0) { + cmap = macRomanCmap; + } else if (macRomanCmap >= 0) { + cmap = macRomanCmap; + useMacRoman = gTrue; + } + } else { + if (macRomanCmap >= 0) { + cmap = macRomanCmap; + } else if (msSymbolCmap >= 0) { + cmap = msSymbolCmap; + } + } + + // reverse map the char names through MacRomanEncoding, then map the + // char codes through the cmap + if (useMacRoman) { + for (i = 0; i < 256; ++i) { + if ((charName = enc[i])) { + if ((code = globalParams->getMacRomanCharCode(charName))) { + map[i] = ff->mapCodeToGID(cmap, code); + } + } + } + + // map Unicode through the cmap + } else if (useUnicode) { + for (i = 0; i < 256; ++i) { + if (((charName = enc[i]) && + (u = globalParams->mapNameToUnicode(charName))) || + (n = ctu->mapToUnicode((CharCode)i, &u, 1))) { + map[i] = ff->mapCodeToGID(cmap, u); + } + } + + // map the char codes through the cmap, possibly with an offset of + // 0xf000 + } else { + for (i = 0; i < 256; ++i) { + if (!(map[i] = ff->mapCodeToGID(cmap, i))) { + map[i] = ff->mapCodeToGID(cmap, 0xf000 + i); + } + } + } + + // try the TrueType 'post' table to handle any unmapped characters + for (i = 0; i < 256; ++i) { + if (!map[i] && (charName = enc[i])) { + map[i] = (Gushort)(long)ff->mapNameToGID(charName); + } + } + + return map; +} + +Dict *Gfx8BitFont::getCharProcs() { + return charProcs.isDict() ? charProcs.getDict() : (Dict *)NULL; +} + +Object *Gfx8BitFont::getCharProc(int code, Object *proc) { + if (enc[code] && charProcs.isDict()) { + charProcs.dictLookup(enc[code], proc); + } else { + proc->initNull(); + } + return proc; +} + +Dict *Gfx8BitFont::getResources() { + return resources.isDict() ? resources.getDict() : (Dict *)NULL; +} + +//------------------------------------------------------------------------ +// GfxCIDFont +//------------------------------------------------------------------------ + +static int CDECL cmpWidthExcep(const void *w1, const void *w2) { + return ((GfxFontCIDWidthExcep *)w1)->first - + ((GfxFontCIDWidthExcep *)w2)->first; +} + +static int CDECL cmpWidthExcepV(const void *w1, const void *w2) { + return ((GfxFontCIDWidthExcepV *)w1)->first - + ((GfxFontCIDWidthExcepV *)w2)->first; +} + +GfxCIDFont::GfxCIDFont(XRef *xref, char *tagA, Ref idA, GString *nameA, + Dict *fontDict): + GfxFont(tagA, idA, nameA) +{ + Dict *desFontDict; + GString *collection, *cMapName; + Object desFontDictObj; + Object obj1, obj2, obj3, obj4, obj5, obj6; + CharCodeToUnicode *utu; + CharCode c; + Unicode uBuf[8]; + int c1, c2; + int excepsSize, i, j, k, n; + + ascent = 0.95; + descent = -0.35; + fontBBox[0] = fontBBox[1] = fontBBox[2] = fontBBox[3] = 0; + cMap = NULL; + ctu = NULL; + widths.defWidth = 1.0; + widths.defHeight = -1.0; + widths.defVY = 0.880; + widths.exceps = NULL; + widths.nExceps = 0; + widths.excepsV = NULL; + widths.nExcepsV = 0; + cidToGID = NULL; + cidToGIDLen = 0; + + // get the descendant font + if (!fontDict->lookup("DescendantFonts", &obj1)->isArray()) { + error(-1, "Missing DescendantFonts entry in Type 0 font"); + obj1.free(); + goto err1; + } + if (!obj1.arrayGet(0, &desFontDictObj)->isDict()) { + error(-1, "Bad descendant font in Type 0 font"); + goto err3; + } + obj1.free(); + desFontDict = desFontDictObj.getDict(); + + // font type + if (!desFontDict->lookup("Subtype", &obj1)) { + error(-1, "Missing Subtype entry in Type 0 descendant font"); + goto err3; + } + if (obj1.isName("CIDFontType0")) { + type = fontCIDType0; + } else if (obj1.isName("CIDFontType2")) { + type = fontCIDType2; + } else { + error(-1, "Unknown Type 0 descendant font type '%s'", + obj1.isName() ? obj1.getName() : "???"); + goto err3; + } + obj1.free(); + + // get info from font descriptor + readFontDescriptor(xref, desFontDict); + + // look for an external font file + findExtFontFile(); + + //----- encoding info ----- + + // char collection + if (!desFontDict->lookup("CIDSystemInfo", &obj1)->isDict()) { + error(-1, "Missing CIDSystemInfo dictionary in Type 0 descendant font"); + goto err3; + } + obj1.dictLookup("Registry", &obj2); + obj1.dictLookup("Ordering", &obj3); + if (!obj2.isString() || !obj3.isString()) { + error(-1, "Invalid CIDSystemInfo dictionary in Type 0 descendant font"); + goto err4; + } + collection = obj2.getString()->copy()->append('-')->append(obj3.getString()); + obj3.free(); + obj2.free(); + obj1.free(); + + // look for a ToUnicode CMap + if (!(ctu = readToUnicodeCMap(fontDict, 16, NULL))) { + + // the "Adobe-Identity" and "Adobe-UCS" collections don't have + // cidToUnicode files + if (collection->cmp("Adobe-Identity") && + collection->cmp("Adobe-UCS")) { + + // look for a user-supplied .cidToUnicode file + if (!(ctu = globalParams->getCIDToUnicode(collection))) { + error(-1, "Unknown character collection '%s'", + collection->getCString()); + // fall-through, assuming the Identity mapping -- this appears + // to match Adobe's behavior + } + } + } + + // look for a Unicode-to-Unicode mapping + if (name && (utu = globalParams->getUnicodeToUnicode(name))) { + if (ctu) { + for (c = 0; c < ctu->getLength(); ++c) { + n = ctu->mapToUnicode(c, uBuf, 8); + if (n >= 1) { + n = utu->mapToUnicode((CharCode)uBuf[0], uBuf, 8); + if (n >= 1) { + ctu->setMapping(c, uBuf, n); + } + } + } + utu->decRefCnt(); + } else { + ctu = utu; + } + } + + // encoding (i.e., CMap) + //~ need to handle a CMap stream here + //~ also need to deal with the UseCMap entry in the stream dict + if (!fontDict->lookup("Encoding", &obj1)->isName()) { + error(-1, "Missing or invalid Encoding entry in Type 0 font"); + delete collection; + goto err3; + } + cMapName = new GString(obj1.getName()); + obj1.free(); + if (!(cMap = globalParams->getCMap(collection, cMapName))) { + error(-1, "Unknown CMap '%s' for character collection '%s'", + cMapName->getCString(), collection->getCString()); + delete collection; + delete cMapName; + goto err2; + } + delete collection; + delete cMapName; + + // CIDToGIDMap (for embedded TrueType fonts) + if (type == fontCIDType2) { + desFontDict->lookup("CIDToGIDMap", &obj1); + if (obj1.isStream()) { + cidToGIDLen = 0; + i = 64; + cidToGID = (Gushort *)gmallocn(i, sizeof(Gushort)); + obj1.streamReset(); + while ((c1 = obj1.streamGetChar()) != EOF && + (c2 = obj1.streamGetChar()) != EOF) { + if (cidToGIDLen == i) { + i *= 2; + cidToGID = (Gushort *)greallocn(cidToGID, i, sizeof(Gushort)); + } + cidToGID[cidToGIDLen++] = (Gushort)((c1 << 8) + c2); + } + } else if (!obj1.isName("Identity") && !obj1.isNull()) { + error(-1, "Invalid CIDToGIDMap entry in CID font"); + } + obj1.free(); + } + + //----- character metrics ----- + + // default char width + if (desFontDict->lookup("DW", &obj1)->isInt()) { + widths.defWidth = obj1.getInt() * 0.001; + } + obj1.free(); + + // char width exceptions + if (desFontDict->lookup("W", &obj1)->isArray()) { + excepsSize = 0; + i = 0; + while (i + 1 < obj1.arrayGetLength()) { + obj1.arrayGet(i, &obj2); + obj1.arrayGet(i + 1, &obj3); + if (obj2.isInt() && obj3.isInt() && i + 2 < obj1.arrayGetLength()) { + if (obj1.arrayGet(i + 2, &obj4)->isNum()) { + if (widths.nExceps == excepsSize) { + excepsSize += 16; + widths.exceps = (GfxFontCIDWidthExcep *) + greallocn(widths.exceps, + excepsSize, sizeof(GfxFontCIDWidthExcep)); + } + widths.exceps[widths.nExceps].first = obj2.getInt(); + widths.exceps[widths.nExceps].last = obj3.getInt(); + widths.exceps[widths.nExceps].width = obj4.getNum() * 0.001; + ++widths.nExceps; + } else { + error(-1, "Bad widths array in Type 0 font"); + } + obj4.free(); + i += 3; + } else if (obj2.isInt() && obj3.isArray()) { + if (widths.nExceps + obj3.arrayGetLength() > excepsSize) { + excepsSize = (widths.nExceps + obj3.arrayGetLength() + 15) & ~15; + widths.exceps = (GfxFontCIDWidthExcep *) + greallocn(widths.exceps, + excepsSize, sizeof(GfxFontCIDWidthExcep)); + } + j = obj2.getInt(); + for (k = 0; k < obj3.arrayGetLength(); ++k) { + if (obj3.arrayGet(k, &obj4)->isNum()) { + widths.exceps[widths.nExceps].first = j; + widths.exceps[widths.nExceps].last = j; + widths.exceps[widths.nExceps].width = obj4.getNum() * 0.001; + ++j; + ++widths.nExceps; + } else { + error(-1, "Bad widths array in Type 0 font"); + } + obj4.free(); + } + i += 2; + } else { + error(-1, "Bad widths array in Type 0 font"); + ++i; + } + obj3.free(); + obj2.free(); + } + qsort(widths.exceps, widths.nExceps, sizeof(GfxFontCIDWidthExcep), + &cmpWidthExcep); + } + obj1.free(); + + // default metrics for vertical font + if (desFontDict->lookup("DW2", &obj1)->isArray() && + obj1.arrayGetLength() == 2) { + if (obj1.arrayGet(0, &obj2)->isNum()) { + widths.defVY = obj2.getNum() * 0.001; + } + obj2.free(); + if (obj1.arrayGet(1, &obj2)->isNum()) { + widths.defHeight = obj2.getNum() * 0.001; + } + obj2.free(); + } + obj1.free(); + + // char metric exceptions for vertical font + if (desFontDict->lookup("W2", &obj1)->isArray()) { + excepsSize = 0; + i = 0; + while (i + 1 < obj1.arrayGetLength()) { + obj1.arrayGet(i, &obj2); + obj1.arrayGet(i+ 1, &obj3); + if (obj2.isInt() && obj3.isInt() && i + 4 < obj1.arrayGetLength()) { + if (obj1.arrayGet(i + 2, &obj4)->isNum() && + obj1.arrayGet(i + 3, &obj5)->isNum() && + obj1.arrayGet(i + 4, &obj6)->isNum()) { + if (widths.nExcepsV == excepsSize) { + excepsSize += 16; + widths.excepsV = (GfxFontCIDWidthExcepV *) + greallocn(widths.excepsV, + excepsSize, sizeof(GfxFontCIDWidthExcepV)); + } + widths.excepsV[widths.nExcepsV].first = obj2.getInt(); + widths.excepsV[widths.nExcepsV].last = obj3.getInt(); + widths.excepsV[widths.nExcepsV].height = obj4.getNum() * 0.001; + widths.excepsV[widths.nExcepsV].vx = obj5.getNum() * 0.001; + widths.excepsV[widths.nExcepsV].vy = obj6.getNum() * 0.001; + ++widths.nExcepsV; + } else { + error(-1, "Bad widths (W2) array in Type 0 font"); + } + obj6.free(); + obj5.free(); + obj4.free(); + i += 5; + } else if (obj2.isInt() && obj3.isArray()) { + if (widths.nExcepsV + obj3.arrayGetLength() / 3 > excepsSize) { + excepsSize = + (widths.nExcepsV + obj3.arrayGetLength() / 3 + 15) & ~15; + widths.excepsV = (GfxFontCIDWidthExcepV *) + greallocn(widths.excepsV, + excepsSize, sizeof(GfxFontCIDWidthExcepV)); + } + j = obj2.getInt(); + for (k = 0; k < obj3.arrayGetLength(); k += 3) { + if (obj3.arrayGet(k, &obj4)->isNum() && + obj3.arrayGet(k+1, &obj5)->isNum() && + obj3.arrayGet(k+2, &obj6)->isNum()) { + widths.excepsV[widths.nExceps].first = j; + widths.excepsV[widths.nExceps].last = j; + widths.excepsV[widths.nExceps].height = obj4.getNum() * 0.001; + widths.excepsV[widths.nExceps].vx = obj5.getNum() * 0.001; + widths.excepsV[widths.nExceps].vy = obj6.getNum() * 0.001; + ++j; + ++widths.nExcepsV; + } else { + error(-1, "Bad widths (W2) array in Type 0 font"); + } + obj6.free(); + obj5.free(); + obj4.free(); + } + i += 2; + } else { + error(-1, "Bad widths (W2) array in Type 0 font"); + ++i; + } + obj3.free(); + obj2.free(); + } + qsort(widths.excepsV, widths.nExcepsV, sizeof(GfxFontCIDWidthExcepV), + &cmpWidthExcepV); + } + obj1.free(); + + desFontDictObj.free(); + ok = gTrue; + return; + + err4: + obj3.free(); + obj2.free(); + err3: + obj1.free(); + err2: + desFontDictObj.free(); + err1:; +} + +GfxCIDFont::~GfxCIDFont() { + if (cMap) { + cMap->decRefCnt(); + } + if (ctu) { + ctu->decRefCnt(); + } + gfree(widths.exceps); + gfree(widths.excepsV); + if (cidToGID) { + gfree(cidToGID); + } +} + +int GfxCIDFont::getNextChar(char *s, int len, CharCode *code, + Unicode *u, int uSize, int *uLen, + double *dx, double *dy, double *ox, double *oy) { + CID cid; + double w, h, vx, vy; + int n, a, b, m; + + if (!cMap) { + *code = 0; + *uLen = 0; + *dx = *dy = 0; + return 1; + } + + *code = (CharCode)(cid = cMap->getCID(s, len, &n)); + if (ctu) { + *uLen = ctu->mapToUnicode(cid, u, uSize); + } else { + *uLen = 0; + } + + // horizontal + if (cMap->getWMode() == 0) { + w = widths.defWidth; + h = vx = vy = 0; + if (widths.nExceps > 0 && cid >= widths.exceps[0].first) { + a = 0; + b = widths.nExceps; + // invariant: widths.exceps[a].first <= cid < widths.exceps[b].first + while (b - a > 1) { + m = (a + b) / 2; + if (widths.exceps[m].first <= cid) { + a = m; + } else { + b = m; + } + } + if (cid <= widths.exceps[a].last) { + w = widths.exceps[a].width; + } + } + + // vertical + } else { + w = 0; + h = widths.defHeight; + vx = widths.defWidth / 2; + vy = widths.defVY; + if (widths.nExcepsV > 0 && cid >= widths.excepsV[0].first) { + a = 0; + b = widths.nExcepsV; + // invariant: widths.excepsV[a].first <= cid < widths.excepsV[b].first + while (b - a > 1) { + m = (a + b) / 2; + if (widths.excepsV[m].last <= cid) { + a = m; + } else { + b = m; + } + } + if (cid <= widths.excepsV[a].last) { + h = widths.excepsV[a].height; + vx = widths.excepsV[a].vx; + vy = widths.excepsV[a].vy; + } + } + } + + *dx = w; + *dy = h; + *ox = vx; + *oy = vy; + + return n; +} + +int GfxCIDFont::getWMode() { + return cMap ? cMap->getWMode() : 0; +} + +CharCodeToUnicode *GfxCIDFont::getToUnicode() { + if (ctu) { + ctu->incRefCnt(); + } + return ctu; +} + +GString *GfxCIDFont::getCollection() { + return cMap ? cMap->getCollection() : (GString *)NULL; +} + +//------------------------------------------------------------------------ +// GfxFontDict +//------------------------------------------------------------------------ + +GfxFontDict::GfxFontDict(XRef *xref, Ref *fontDictRef, Dict *fontDict) { + int i; + Object obj1, obj2; + Ref r; + + numFonts = fontDict->getLength(); + fonts = (GfxFont **)gmallocn(numFonts, sizeof(GfxFont *)); + for (i = 0; i < numFonts; ++i) { + fontDict->getValNF(i, &obj1); + obj1.fetch(xref, &obj2); + if (obj2.isDict()) { + if (obj1.isRef()) { + r = obj1.getRef(); + } else { + // no indirect reference for this font, so invent a unique one + // (legal generation numbers are five digits, so any 6-digit + // number would be safe) + r.num = i; + if (fontDictRef) { + r.gen = 100000 + fontDictRef->num; + } else { + r.gen = 999999; + } + } + fonts[i] = GfxFont::makeFont(xref, fontDict->getKey(i), + r, obj2.getDict()); + if (fonts[i] && !fonts[i]->isOk()) { + delete fonts[i]; + fonts[i] = NULL; + } + } else { + error(-1, "font resource is not a dictionary"); + fonts[i] = NULL; + } + obj1.free(); + obj2.free(); + } +} + +GfxFontDict::~GfxFontDict() { + int i; + + for (i = 0; i < numFonts; ++i) { + if (fonts[i]) { + delete fonts[i]; + } + } + gfree(fonts); +} + +GfxFont *GfxFontDict::lookup(char *tag) { + int i; + + for (i = 0; i < numFonts; ++i) { + if (fonts[i] && fonts[i]->matches(tag)) { + return fonts[i]; + } + } + return NULL; +} diff --git a/pdftops/GfxFont.h b/pdftops/GfxFont.h new file mode 100644 index 0000000000..6b051d4900 --- /dev/null +++ b/pdftops/GfxFont.h @@ -0,0 +1,315 @@ +//======================================================================== +// +// GfxFont.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GFXFONT_H +#define GFXFONT_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "GString.h" +#include "Object.h" +#include "CharTypes.h" + +class Dict; +class CMap; +class CharCodeToUnicode; +class FoFiTrueType; +struct GfxFontCIDWidths; + +//------------------------------------------------------------------------ +// GfxFontType +//------------------------------------------------------------------------ + +enum GfxFontType { + //----- Gfx8BitFont + fontUnknownType, + fontType1, + fontType1C, + fontType3, + fontTrueType, + //----- GfxCIDFont + fontCIDType0, + fontCIDType0C, + fontCIDType2 +}; + +//------------------------------------------------------------------------ +// GfxFontCIDWidths +//------------------------------------------------------------------------ + +struct GfxFontCIDWidthExcep { + CID first; // this record applies to + CID last; // CIDs .. + double width; // char width +}; + +struct GfxFontCIDWidthExcepV { + CID first; // this record applies to + CID last; // CIDs .. + double height; // char height + double vx, vy; // origin position +}; + +struct GfxFontCIDWidths { + double defWidth; // default char width + double defHeight; // default char height + double defVY; // default origin position + GfxFontCIDWidthExcep *exceps; // exceptions + int nExceps; // number of valid entries in exceps + GfxFontCIDWidthExcepV * // exceptions for vertical font + excepsV; + int nExcepsV; // number of valid entries in excepsV +}; + +//------------------------------------------------------------------------ +// GfxFont +//------------------------------------------------------------------------ + +#define fontFixedWidth (1 << 0) +#define fontSerif (1 << 1) +#define fontSymbolic (1 << 2) +#define fontItalic (1 << 6) +#define fontBold (1 << 18) + +class GfxFont { +public: + + // Build a GfxFont object. + static GfxFont *makeFont(XRef *xref, char *tagA, Ref idA, Dict *fontDict); + + GfxFont(char *tagA, Ref idA, GString *nameA); + + virtual ~GfxFont(); + + GBool isOk() { return ok; } + + // Get font tag. + GString *getTag() { return tag; } + + // Get font dictionary ID. + Ref *getID() { return &id; } + + // Does this font match the tag? + GBool matches(char *tagA) { return !tag->cmp(tagA); } + + // Get base font name. + GString *getName() { return name; } + + // Get the original font name (ignornig any munging that might have + // been done to map to a canonical Base-14 font name). + GString *getOrigName() { return origName; } + + // Get font type. + GfxFontType getType() { return type; } + virtual GBool isCIDFont() { return gFalse; } + + // Get embedded font ID, i.e., a ref for the font file stream. + // Returns false if there is no embedded font. + GBool getEmbeddedFontID(Ref *embID) + { *embID = embFontID; return embFontID.num >= 0; } + + // Get the PostScript font name for the embedded font. Returns + // NULL if there is no embedded font. + GString *getEmbeddedFontName() { return embFontName; } + + // Get the name of the external font file. Returns NULL if there + // is no external font file. + GString *getExtFontFile() { return extFontFile; } + + // Get font descriptor flags. + GBool isFixedWidth() { return flags & fontFixedWidth; } + GBool isSerif() { return flags & fontSerif; } + GBool isSymbolic() { return flags & fontSymbolic; } + GBool isItalic() { return flags & fontItalic; } + GBool isBold() { return flags & fontBold; } + + // Return the font matrix. + double *getFontMatrix() { return fontMat; } + + // Return the font bounding box. + double *getFontBBox() { return fontBBox; } + + // Return the ascent and descent values. + double getAscent() { return ascent; } + double getDescent() { return descent; } + + // Return the writing mode (0=horizontal, 1=vertical). + virtual int getWMode() { return 0; } + + // Read an external or embedded font file into a buffer. + char *readExtFontFile(int *len); + char *readEmbFontFile(XRef *xref, int *len); + + // Get the next char from a string of bytes, returning the + // char , its Unicode mapping , its displacement vector + // (, ), and its origin offset vector (, ). + // is the number of entries available in , and is set to + // the number actually used. Returns the number of bytes used by + // the char code. + virtual int getNextChar(char *s, int len, CharCode *code, + Unicode *u, int uSize, int *uLen, + double *dx, double *dy, double *ox, double *oy) = 0; + +protected: + + void readFontDescriptor(XRef *xref, Dict *fontDict); + CharCodeToUnicode *readToUnicodeCMap(Dict *fontDict, int nBits, + CharCodeToUnicode *ctu); + void findExtFontFile(); + + GString *tag; // PDF font tag + Ref id; // reference (used as unique ID) + GString *name; // font name + GString *origName; // original font name + GfxFontType type; // type of font + int flags; // font descriptor flags + GString *embFontName; // name of embedded font + Ref embFontID; // ref to embedded font file stream + GString *extFontFile; // external font file name + double fontMat[6]; // font matrix (Type 3 only) + double fontBBox[4]; // font bounding box (Type 3 only) + double missingWidth; // "default" width + double ascent; // max height above baseline + double descent; // max depth below baseline + GBool ok; +}; + +//------------------------------------------------------------------------ +// Gfx8BitFont +//------------------------------------------------------------------------ + +class Gfx8BitFont: public GfxFont { +public: + + Gfx8BitFont(XRef *xref, char *tagA, Ref idA, GString *nameA, + GfxFontType typeA, Dict *fontDict); + + virtual ~Gfx8BitFont(); + + virtual int getNextChar(char *s, int len, CharCode *code, + Unicode *u, int uSize, int *uLen, + double *dx, double *dy, double *ox, double *oy); + + // Return the encoding. + char **getEncoding() { return enc; } + + // Return the Unicode map. + CharCodeToUnicode *getToUnicode(); + + // Return the character name associated with . + char *getCharName(int code) { return enc[code]; } + + // Returns true if the PDF font specified an encoding. + GBool getHasEncoding() { return hasEncoding; } + + // Returns true if the PDF font specified MacRomanEncoding. + GBool getUsesMacRomanEnc() { return usesMacRomanEnc; } + + // Get width of a character. + double getWidth(Guchar c) { return widths[c]; } + + // Return a char code-to-GID mapping for the provided font file. + // (This is only useful for TrueType fonts.) + Gushort *getCodeToGIDMap(FoFiTrueType *ff); + + // Return the Type 3 CharProc dictionary, or NULL if none. + Dict *getCharProcs(); + + // Return the Type 3 CharProc for the character associated with . + Object *getCharProc(int code, Object *proc); + + // Return the Type 3 Resources dictionary, or NULL if none. + Dict *getResources(); + +private: + + char *enc[256]; // char code --> char name + char encFree[256]; // boolean for each char name: if set, + // the string is malloc'ed + CharCodeToUnicode *ctu; // char code --> Unicode + GBool hasEncoding; + GBool usesMacRomanEnc; + double widths[256]; // character widths + Object charProcs; // Type 3 CharProcs dictionary + Object resources; // Type 3 Resources dictionary +}; + +//------------------------------------------------------------------------ +// GfxCIDFont +//------------------------------------------------------------------------ + +class GfxCIDFont: public GfxFont { +public: + + GfxCIDFont(XRef *xref, char *tagA, Ref idA, GString *nameA, + Dict *fontDict); + + virtual ~GfxCIDFont(); + + virtual GBool isCIDFont() { return gTrue; } + + virtual int getNextChar(char *s, int len, CharCode *code, + Unicode *u, int uSize, int *uLen, + double *dx, double *dy, double *ox, double *oy); + + // Return the writing mode (0=horizontal, 1=vertical). + virtual int getWMode(); + + // Return the Unicode map. + CharCodeToUnicode *getToUnicode(); + + // Get the collection name (-). + GString *getCollection(); + + // Return the CID-to-GID mapping table. These should only be called + // if type is fontCIDType2. + Gushort *getCIDToGID() { return cidToGID; } + int getCIDToGIDLen() { return cidToGIDLen; } + +private: + + CMap *cMap; // char code --> CID + CharCodeToUnicode *ctu; // CID --> Unicode + GfxFontCIDWidths widths; // character widths + Gushort *cidToGID; // CID --> GID mapping (for embedded + // TrueType fonts) + int cidToGIDLen; +}; + +//------------------------------------------------------------------------ +// GfxFontDict +//------------------------------------------------------------------------ + +class GfxFontDict { +public: + + // Build the font dictionary, given the PDF font dictionary. + GfxFontDict(XRef *xref, Ref *fontDictRef, Dict *fontDict); + + // Destructor. + ~GfxFontDict(); + + // Get the specified font. + GfxFont *lookup(char *tag); + + // Iterative access. + int getNumFonts() { return numFonts; } + GfxFont *getFont(int i) { return fonts[i]; } + +private: + + GfxFont **fonts; // list of fonts + int numFonts; // number of fonts +}; + +#endif diff --git a/pdftops/GfxState.cxx b/pdftops/GfxState.cxx new file mode 100644 index 0000000000..7ab6b12659 --- /dev/null +++ b/pdftops/GfxState.cxx @@ -0,0 +1,3946 @@ +//======================================================================== +// +// GfxState.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include "gmem.h" +#include "Error.h" +#include "Object.h" +#include "Array.h" +#include "Page.h" +#include "GfxState.h" + +//------------------------------------------------------------------------ + +static inline GfxColorComp clip01(GfxColorComp x) { + return (x < 0) ? 0 : (x > gfxColorComp1) ? gfxColorComp1 : x; +} + +static inline double clip01(double x) { + return (x < 0) ? 0 : (x > 1) ? 1 : x; +} + +//------------------------------------------------------------------------ + +static struct { + char *name; + GfxBlendMode mode; +} gfxBlendModeNames[] = { + { "Normal", gfxBlendNormal }, + { "Compatible", gfxBlendNormal }, + { "Multiply", gfxBlendMultiply }, + { "Screen", gfxBlendScreen }, + { "Overlay", gfxBlendOverlay }, + { "Darken", gfxBlendDarken }, + { "Lighten", gfxBlendLighten }, + { "ColorDodge", gfxBlendColorDodge }, + { "ColorBurn", gfxBlendColorBurn }, + { "HardLight", gfxBlendHardLight }, + { "SoftLight", gfxBlendSoftLight }, + { "Difference", gfxBlendDifference }, + { "Exclusion", gfxBlendExclusion }, + { "Hue", gfxBlendHue }, + { "Saturation", gfxBlendSaturation }, + { "Color", gfxBlendColor }, + { "Luminosity", gfxBlendLuminosity } +}; + +#define nGfxBlendModeNames \ + ((int)((sizeof(gfxBlendModeNames) / sizeof(char *)))) + +//------------------------------------------------------------------------ + +// NB: This must match the GfxColorSpaceMode enum defined in +// GfxState.h +static char *gfxColorSpaceModeNames[] = { + "DeviceGray", + "CalGray", + "DeviceRGB", + "CalRGB", + "DeviceCMYK", + "Lab", + "ICCBased", + "Indexed", + "Separation", + "DeviceN", + "Pattern" +}; + +#define nGfxColorSpaceModes ((sizeof(gfxColorSpaceModeNames) / sizeof(char *))) + +//------------------------------------------------------------------------ +// GfxColorSpace +//------------------------------------------------------------------------ + +GfxColorSpace::GfxColorSpace() { +} + +GfxColorSpace::~GfxColorSpace() { +} + +GfxColorSpace *GfxColorSpace::parse(Object *csObj) { + GfxColorSpace *cs; + Object obj1; + + cs = NULL; + if (csObj->isName()) { + if (csObj->isName("DeviceGray") || csObj->isName("G")) { + cs = new GfxDeviceGrayColorSpace(); + } else if (csObj->isName("DeviceRGB") || csObj->isName("RGB")) { + cs = new GfxDeviceRGBColorSpace(); + } else if (csObj->isName("DeviceCMYK") || csObj->isName("CMYK")) { + cs = new GfxDeviceCMYKColorSpace(); + } else if (csObj->isName("Pattern")) { + cs = new GfxPatternColorSpace(NULL); + } else { + error(-1, "Bad color space '%s'", csObj->getName()); + } + } else if (csObj->isArray()) { + csObj->arrayGet(0, &obj1); + if (obj1.isName("DeviceGray") || obj1.isName("G")) { + cs = new GfxDeviceGrayColorSpace(); + } else if (obj1.isName("DeviceRGB") || obj1.isName("RGB")) { + cs = new GfxDeviceRGBColorSpace(); + } else if (obj1.isName("DeviceCMYK") || obj1.isName("CMYK")) { + cs = new GfxDeviceCMYKColorSpace(); + } else if (obj1.isName("CalGray")) { + cs = GfxCalGrayColorSpace::parse(csObj->getArray()); + } else if (obj1.isName("CalRGB")) { + cs = GfxCalRGBColorSpace::parse(csObj->getArray()); + } else if (obj1.isName("Lab")) { + cs = GfxLabColorSpace::parse(csObj->getArray()); + } else if (obj1.isName("ICCBased")) { + cs = GfxICCBasedColorSpace::parse(csObj->getArray()); + } else if (obj1.isName("Indexed") || obj1.isName("I")) { + cs = GfxIndexedColorSpace::parse(csObj->getArray()); + } else if (obj1.isName("Separation")) { + cs = GfxSeparationColorSpace::parse(csObj->getArray()); + } else if (obj1.isName("DeviceN")) { + cs = GfxDeviceNColorSpace::parse(csObj->getArray()); + } else if (obj1.isName("Pattern")) { + cs = GfxPatternColorSpace::parse(csObj->getArray()); + } else { + error(-1, "Bad color space"); + } + obj1.free(); + } else { + error(-1, "Bad color space - expected name or array"); + } + return cs; +} + +void GfxColorSpace::getDefaultRanges(double *decodeLow, double *decodeRange, + int maxImgPixel) { + int i; + + for (i = 0; i < getNComps(); ++i) { + decodeLow[i] = 0; + decodeRange[i] = 1; + } +} + +int GfxColorSpace::getNumColorSpaceModes() { + return nGfxColorSpaceModes; +} + +char *GfxColorSpace::getColorSpaceModeName(int idx) { + return gfxColorSpaceModeNames[idx]; +} + +//------------------------------------------------------------------------ +// GfxDeviceGrayColorSpace +//------------------------------------------------------------------------ + +GfxDeviceGrayColorSpace::GfxDeviceGrayColorSpace() { +} + +GfxDeviceGrayColorSpace::~GfxDeviceGrayColorSpace() { +} + +GfxColorSpace *GfxDeviceGrayColorSpace::copy() { + return new GfxDeviceGrayColorSpace(); +} + +void GfxDeviceGrayColorSpace::getGray(GfxColor *color, GfxGray *gray) { + *gray = clip01(color->c[0]); +} + +void GfxDeviceGrayColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + rgb->r = rgb->g = rgb->b = clip01(color->c[0]); +} + +void GfxDeviceGrayColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + cmyk->c = cmyk->m = cmyk->y = 0; + cmyk->k = clip01(gfxColorComp1 - color->c[0]); +} + +//------------------------------------------------------------------------ +// GfxCalGrayColorSpace +//------------------------------------------------------------------------ + +GfxCalGrayColorSpace::GfxCalGrayColorSpace() { + whiteX = whiteY = whiteZ = 1; + blackX = blackY = blackZ = 0; + gamma = 1; +} + +GfxCalGrayColorSpace::~GfxCalGrayColorSpace() { +} + +GfxColorSpace *GfxCalGrayColorSpace::copy() { + GfxCalGrayColorSpace *cs; + + cs = new GfxCalGrayColorSpace(); + cs->whiteX = whiteX; + cs->whiteY = whiteY; + cs->whiteZ = whiteZ; + cs->blackX = blackX; + cs->blackY = blackY; + cs->blackZ = blackZ; + cs->gamma = gamma; + return cs; +} + +GfxColorSpace *GfxCalGrayColorSpace::parse(Array *arr) { + GfxCalGrayColorSpace *cs; + Object obj1, obj2, obj3; + + arr->get(1, &obj1); + if (!obj1.isDict()) { + error(-1, "Bad CalGray color space"); + obj1.free(); + return NULL; + } + cs = new GfxCalGrayColorSpace(); + if (obj1.dictLookup("WhitePoint", &obj2)->isArray() && + obj2.arrayGetLength() == 3) { + obj2.arrayGet(0, &obj3); + cs->whiteX = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->whiteY = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->whiteZ = obj3.getNum(); + obj3.free(); + } + obj2.free(); + if (obj1.dictLookup("BlackPoint", &obj2)->isArray() && + obj2.arrayGetLength() == 3) { + obj2.arrayGet(0, &obj3); + cs->blackX = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->blackY = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->blackZ = obj3.getNum(); + obj3.free(); + } + obj2.free(); + if (obj1.dictLookup("Gamma", &obj2)->isNum()) { + cs->gamma = obj2.getNum(); + } + obj2.free(); + obj1.free(); + return cs; +} + +void GfxCalGrayColorSpace::getGray(GfxColor *color, GfxGray *gray) { + *gray = clip01(color->c[0]); +} + +void GfxCalGrayColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + rgb->r = rgb->g = rgb->b = clip01(color->c[0]); +} + +void GfxCalGrayColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + cmyk->c = cmyk->m = cmyk->y = 0; + cmyk->k = clip01(gfxColorComp1 - color->c[0]); +} + +//------------------------------------------------------------------------ +// GfxDeviceRGBColorSpace +//------------------------------------------------------------------------ + +GfxDeviceRGBColorSpace::GfxDeviceRGBColorSpace() { +} + +GfxDeviceRGBColorSpace::~GfxDeviceRGBColorSpace() { +} + +GfxColorSpace *GfxDeviceRGBColorSpace::copy() { + return new GfxDeviceRGBColorSpace(); +} + +void GfxDeviceRGBColorSpace::getGray(GfxColor *color, GfxGray *gray) { + *gray = clip01((GfxColorComp)(0.3 * color->c[0] + + 0.59 * color->c[1] + + 0.11 * color->c[2] + 0.5)); +} + +void GfxDeviceRGBColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + rgb->r = clip01(color->c[0]); + rgb->g = clip01(color->c[1]); + rgb->b = clip01(color->c[2]); +} + +void GfxDeviceRGBColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + GfxColorComp c, m, y, k; + + c = clip01(gfxColorComp1 - color->c[0]); + m = clip01(gfxColorComp1 - color->c[1]); + y = clip01(gfxColorComp1 - color->c[2]); + k = c; + if (m < k) { + k = m; + } + if (y < k) { + k = y; + } + cmyk->c = c - k; + cmyk->m = m - k; + cmyk->y = y - k; + cmyk->k = k; +} + +//------------------------------------------------------------------------ +// GfxCalRGBColorSpace +//------------------------------------------------------------------------ + +GfxCalRGBColorSpace::GfxCalRGBColorSpace() { + whiteX = whiteY = whiteZ = 1; + blackX = blackY = blackZ = 0; + gammaR = gammaG = gammaB = 1; + mat[0] = 1; mat[1] = 0; mat[2] = 0; + mat[3] = 0; mat[4] = 1; mat[5] = 0; + mat[6] = 0; mat[7] = 0; mat[8] = 1; +} + +GfxCalRGBColorSpace::~GfxCalRGBColorSpace() { +} + +GfxColorSpace *GfxCalRGBColorSpace::copy() { + GfxCalRGBColorSpace *cs; + int i; + + cs = new GfxCalRGBColorSpace(); + cs->whiteX = whiteX; + cs->whiteY = whiteY; + cs->whiteZ = whiteZ; + cs->blackX = blackX; + cs->blackY = blackY; + cs->blackZ = blackZ; + cs->gammaR = gammaR; + cs->gammaG = gammaG; + cs->gammaB = gammaB; + for (i = 0; i < 9; ++i) { + cs->mat[i] = mat[i]; + } + return cs; +} + +GfxColorSpace *GfxCalRGBColorSpace::parse(Array *arr) { + GfxCalRGBColorSpace *cs; + Object obj1, obj2, obj3; + int i; + + arr->get(1, &obj1); + if (!obj1.isDict()) { + error(-1, "Bad CalRGB color space"); + obj1.free(); + return NULL; + } + cs = new GfxCalRGBColorSpace(); + if (obj1.dictLookup("WhitePoint", &obj2)->isArray() && + obj2.arrayGetLength() == 3) { + obj2.arrayGet(0, &obj3); + cs->whiteX = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->whiteY = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->whiteZ = obj3.getNum(); + obj3.free(); + } + obj2.free(); + if (obj1.dictLookup("BlackPoint", &obj2)->isArray() && + obj2.arrayGetLength() == 3) { + obj2.arrayGet(0, &obj3); + cs->blackX = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->blackY = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->blackZ = obj3.getNum(); + obj3.free(); + } + obj2.free(); + if (obj1.dictLookup("Gamma", &obj2)->isArray() && + obj2.arrayGetLength() == 3) { + obj2.arrayGet(0, &obj3); + cs->gammaR = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->gammaG = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->gammaB = obj3.getNum(); + obj3.free(); + } + obj2.free(); + if (obj1.dictLookup("Matrix", &obj2)->isArray() && + obj2.arrayGetLength() == 9) { + for (i = 0; i < 9; ++i) { + obj2.arrayGet(i, &obj3); + cs->mat[i] = obj3.getNum(); + obj3.free(); + } + } + obj2.free(); + obj1.free(); + return cs; +} + +void GfxCalRGBColorSpace::getGray(GfxColor *color, GfxGray *gray) { + *gray = clip01((GfxColorComp)(0.299 * color->c[0] + + 0.587 * color->c[1] + + 0.114 * color->c[2] + 0.5)); +} + +void GfxCalRGBColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + rgb->r = clip01(color->c[0]); + rgb->g = clip01(color->c[1]); + rgb->b = clip01(color->c[2]); +} + +void GfxCalRGBColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + GfxColorComp c, m, y, k; + + c = clip01(gfxColorComp1 - color->c[0]); + m = clip01(gfxColorComp1 - color->c[1]); + y = clip01(gfxColorComp1 - color->c[2]); + k = c; + if (m < k) { + k = m; + } + if (y < k) { + k = y; + } + cmyk->c = c - k; + cmyk->m = m - k; + cmyk->y = y - k; + cmyk->k = k; +} + +//------------------------------------------------------------------------ +// GfxDeviceCMYKColorSpace +//------------------------------------------------------------------------ + +GfxDeviceCMYKColorSpace::GfxDeviceCMYKColorSpace() { +} + +GfxDeviceCMYKColorSpace::~GfxDeviceCMYKColorSpace() { +} + +GfxColorSpace *GfxDeviceCMYKColorSpace::copy() { + return new GfxDeviceCMYKColorSpace(); +} + +void GfxDeviceCMYKColorSpace::getGray(GfxColor *color, GfxGray *gray) { + *gray = clip01((GfxColorComp)(gfxColorComp1 - color->c[3] + - 0.3 * color->c[0] + - 0.59 * color->c[1] + - 0.11 * color->c[2] + 0.5)); +} + +void GfxDeviceCMYKColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + double c, m, y, k, c1, m1, y1, k1, r, g, b, x; + + c = colToDbl(color->c[0]); + m = colToDbl(color->c[1]); + y = colToDbl(color->c[2]); + k = colToDbl(color->c[3]); + c1 = 1 - c; + m1 = 1 - m; + y1 = 1 - y; + k1 = 1 - k; + // this is a matrix multiplication, unrolled for performance + // C M Y K + x = c1 * m1 * y1 * k1; // 0 0 0 0 + r = g = b = x; + x = c1 * m1 * y1 * k; // 0 0 0 1 + r += 0.1373 * x; + g += 0.1216 * x; + b += 0.1255 * x; + x = c1 * m1 * y * k1; // 0 0 1 0 + r += x; + g += 0.9490 * x; + x = c1 * m1 * y * k; // 0 0 1 1 + r += 0.1098 * x; + g += 0.1020 * x; + x = c1 * m * y1 * k1; // 0 1 0 0 + r += 0.9255 * x; + b += 0.5490 * x; + x = c1 * m * y1 * k; // 0 1 0 1 + r += 0.1412 * x; + x = c1 * m * y * k1; // 0 1 1 0 + r += 0.9294 * x; + g += 0.1098 * x; + b += 0.1412 * x; + x = c1 * m * y * k; // 0 1 1 1 + r += 0.1333 * x; + x = c * m1 * y1 * k1; // 1 0 0 0 + g += 0.6784 * x; + b += 0.9373 * x; + x = c * m1 * y1 * k; // 1 0 0 1 + g += 0.0588 * x; + b += 0.1412 * x; + x = c * m1 * y * k1; // 1 0 1 0 + g += 0.6510 * x; + b += 0.3137 * x; + x = c * m1 * y * k; // 1 0 1 1 + g += 0.0745 * x; + x = c * m * y1 * k1; // 1 1 0 0 + r += 0.1804 * x; + g += 0.1922 * x; + b += 0.5725 * x; + x = c * m * y1 * k; // 1 1 0 1 + b += 0.0078 * x; + x = c * m * y * k1; // 1 1 1 0 + r += 0.2118 * x; + g += 0.2119 * x; + b += 0.2235 * x; + rgb->r = clip01(dblToCol(r)); + rgb->g = clip01(dblToCol(g)); + rgb->b = clip01(dblToCol(b)); +} + +void GfxDeviceCMYKColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + cmyk->c = clip01(color->c[0]); + cmyk->m = clip01(color->c[1]); + cmyk->y = clip01(color->c[2]); + cmyk->k = clip01(color->c[3]); +} + +//------------------------------------------------------------------------ +// GfxLabColorSpace +//------------------------------------------------------------------------ + +// This is the inverse of MatrixLMN in Example 4.10 from the PostScript +// Language Reference, Third Edition. +static double xyzrgb[3][3] = { + { 3.240449, -1.537136, -0.498531 }, + { -0.969265, 1.876011, 0.041556 }, + { 0.055643, -0.204026, 1.057229 } +}; + +GfxLabColorSpace::GfxLabColorSpace() { + whiteX = whiteY = whiteZ = 1; + blackX = blackY = blackZ = 0; + aMin = bMin = -100; + aMax = bMax = 100; +} + +GfxLabColorSpace::~GfxLabColorSpace() { +} + +GfxColorSpace *GfxLabColorSpace::copy() { + GfxLabColorSpace *cs; + + cs = new GfxLabColorSpace(); + cs->whiteX = whiteX; + cs->whiteY = whiteY; + cs->whiteZ = whiteZ; + cs->blackX = blackX; + cs->blackY = blackY; + cs->blackZ = blackZ; + cs->aMin = aMin; + cs->aMax = aMax; + cs->bMin = bMin; + cs->bMax = bMax; + cs->kr = kr; + cs->kg = kg; + cs->kb = kb; + return cs; +} + +GfxColorSpace *GfxLabColorSpace::parse(Array *arr) { + GfxLabColorSpace *cs; + Object obj1, obj2, obj3; + + arr->get(1, &obj1); + if (!obj1.isDict()) { + error(-1, "Bad Lab color space"); + obj1.free(); + return NULL; + } + cs = new GfxLabColorSpace(); + if (obj1.dictLookup("WhitePoint", &obj2)->isArray() && + obj2.arrayGetLength() == 3) { + obj2.arrayGet(0, &obj3); + cs->whiteX = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->whiteY = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->whiteZ = obj3.getNum(); + obj3.free(); + } + obj2.free(); + if (obj1.dictLookup("BlackPoint", &obj2)->isArray() && + obj2.arrayGetLength() == 3) { + obj2.arrayGet(0, &obj3); + cs->blackX = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->blackY = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->blackZ = obj3.getNum(); + obj3.free(); + } + obj2.free(); + if (obj1.dictLookup("Range", &obj2)->isArray() && + obj2.arrayGetLength() == 4) { + obj2.arrayGet(0, &obj3); + cs->aMin = obj3.getNum(); + obj3.free(); + obj2.arrayGet(1, &obj3); + cs->aMax = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2, &obj3); + cs->bMin = obj3.getNum(); + obj3.free(); + obj2.arrayGet(3, &obj3); + cs->bMax = obj3.getNum(); + obj3.free(); + } + obj2.free(); + obj1.free(); + + cs->kr = 1 / (xyzrgb[0][0] * cs->whiteX + + xyzrgb[0][1] * cs->whiteY + + xyzrgb[0][2] * cs->whiteZ); + cs->kg = 1 / (xyzrgb[1][0] * cs->whiteX + + xyzrgb[1][1] * cs->whiteY + + xyzrgb[1][2] * cs->whiteZ); + cs->kb = 1 / (xyzrgb[2][0] * cs->whiteX + + xyzrgb[2][1] * cs->whiteY + + xyzrgb[2][2] * cs->whiteZ); + + return cs; +} + +void GfxLabColorSpace::getGray(GfxColor *color, GfxGray *gray) { + GfxRGB rgb; + + getRGB(color, &rgb); + *gray = clip01((GfxColorComp)(0.299 * rgb.r + + 0.587 * rgb.g + + 0.114 * rgb.b + 0.5)); +} + +void GfxLabColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + double X, Y, Z; + double t1, t2; + double r, g, b; + + // convert L*a*b* to CIE 1931 XYZ color space + t1 = (colToDbl(color->c[0]) + 16) / 116; + t2 = t1 + colToDbl(color->c[1]) / 500; + if (t2 >= (6.0 / 29.0)) { + X = t2 * t2 * t2; + } else { + X = (108.0 / 841.0) * (t2 - (4.0 / 29.0)); + } + X *= whiteX; + if (t1 >= (6.0 / 29.0)) { + Y = t1 * t1 * t1; + } else { + Y = (108.0 / 841.0) * (t1 - (4.0 / 29.0)); + } + Y *= whiteY; + t2 = t1 - colToDbl(color->c[2]) / 200; + if (t2 >= (6.0 / 29.0)) { + Z = t2 * t2 * t2; + } else { + Z = (108.0 / 841.0) * (t2 - (4.0 / 29.0)); + } + Z *= whiteZ; + + // convert XYZ to RGB, including gamut mapping and gamma correction + r = xyzrgb[0][0] * X + xyzrgb[0][1] * Y + xyzrgb[0][2] * Z; + g = xyzrgb[1][0] * X + xyzrgb[1][1] * Y + xyzrgb[1][2] * Z; + b = xyzrgb[2][0] * X + xyzrgb[2][1] * Y + xyzrgb[2][2] * Z; + rgb->r = dblToCol(pow(clip01(r * kr), 0.5)); + rgb->g = dblToCol(pow(clip01(g * kg), 0.5)); + rgb->b = dblToCol(pow(clip01(b * kb), 0.5)); +} + +void GfxLabColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + GfxRGB rgb; + GfxColorComp c, m, y, k; + + getRGB(color, &rgb); + c = clip01(gfxColorComp1 - rgb.r); + m = clip01(gfxColorComp1 - rgb.g); + y = clip01(gfxColorComp1 - rgb.b); + k = c; + if (m < k) { + k = m; + } + if (y < k) { + k = y; + } + cmyk->c = c - k; + cmyk->m = m - k; + cmyk->y = y - k; + cmyk->k = k; +} + +void GfxLabColorSpace::getDefaultRanges(double *decodeLow, double *decodeRange, + int maxImgPixel) { + decodeLow[0] = 0; + decodeRange[0] = 100; + decodeLow[1] = aMin; + decodeRange[1] = aMax - aMin; + decodeLow[2] = bMin; + decodeRange[2] = bMax - bMin; +} + +//------------------------------------------------------------------------ +// GfxICCBasedColorSpace +//------------------------------------------------------------------------ + +GfxICCBasedColorSpace::GfxICCBasedColorSpace(int nCompsA, GfxColorSpace *altA, + Ref *iccProfileStreamA) { + nComps = nCompsA; + alt = altA; + iccProfileStream = *iccProfileStreamA; + rangeMin[0] = rangeMin[1] = rangeMin[2] = rangeMin[3] = 0; + rangeMax[0] = rangeMax[1] = rangeMax[2] = rangeMax[3] = 1; +} + +GfxICCBasedColorSpace::~GfxICCBasedColorSpace() { + delete alt; +} + +GfxColorSpace *GfxICCBasedColorSpace::copy() { + GfxICCBasedColorSpace *cs; + int i; + + cs = new GfxICCBasedColorSpace(nComps, alt->copy(), &iccProfileStream); + for (i = 0; i < 4; ++i) { + cs->rangeMin[i] = rangeMin[i]; + cs->rangeMax[i] = rangeMax[i]; + } + return cs; +} + +GfxColorSpace *GfxICCBasedColorSpace::parse(Array *arr) { + GfxICCBasedColorSpace *cs; + Ref iccProfileStreamA; + int nCompsA; + GfxColorSpace *altA; + Dict *dict; + Object obj1, obj2, obj3; + int i; + + arr->getNF(1, &obj1); + if (obj1.isRef()) { + iccProfileStreamA = obj1.getRef(); + } else { + iccProfileStreamA.num = 0; + iccProfileStreamA.gen = 0; + } + obj1.free(); + arr->get(1, &obj1); + if (!obj1.isStream()) { + error(-1, "Bad ICCBased color space (stream)"); + obj1.free(); + return NULL; + } + dict = obj1.streamGetDict(); + if (!dict->lookup("N", &obj2)->isInt()) { + error(-1, "Bad ICCBased color space (N)"); + obj2.free(); + obj1.free(); + return NULL; + } + nCompsA = obj2.getInt(); + obj2.free(); + if (nCompsA > gfxColorMaxComps) { + error(-1, "ICCBased color space with too many (%d > %d) components", + nCompsA, gfxColorMaxComps); + nCompsA = gfxColorMaxComps; + } + if (dict->lookup("Alternate", &obj2)->isNull() || + !(altA = GfxColorSpace::parse(&obj2))) { + switch (nCompsA) { + case 1: + altA = new GfxDeviceGrayColorSpace(); + break; + case 3: + altA = new GfxDeviceRGBColorSpace(); + break; + case 4: + altA = new GfxDeviceCMYKColorSpace(); + break; + default: + error(-1, "Bad ICCBased color space - invalid N"); + obj2.free(); + obj1.free(); + return NULL; + } + } + obj2.free(); + cs = new GfxICCBasedColorSpace(nCompsA, altA, &iccProfileStreamA); + if (dict->lookup("Range", &obj2)->isArray() && + obj2.arrayGetLength() == 2 * nCompsA) { + for (i = 0; i < nCompsA; ++i) { + obj2.arrayGet(2*i, &obj3); + cs->rangeMin[i] = obj3.getNum(); + obj3.free(); + obj2.arrayGet(2*i+1, &obj3); + cs->rangeMax[i] = obj3.getNum(); + obj3.free(); + } + } + obj2.free(); + obj1.free(); + return cs; +} + +void GfxICCBasedColorSpace::getGray(GfxColor *color, GfxGray *gray) { + alt->getGray(color, gray); +} + +void GfxICCBasedColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + alt->getRGB(color, rgb); +} + +void GfxICCBasedColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + alt->getCMYK(color, cmyk); +} + +void GfxICCBasedColorSpace::getDefaultRanges(double *decodeLow, + double *decodeRange, + int maxImgPixel) { + alt->getDefaultRanges(decodeLow, decodeRange, maxImgPixel); + +#if 0 + // this is nominally correct, but some PDF files don't set the + // correct ranges in the ICCBased dict + int i; + + for (i = 0; i < nComps; ++i) { + decodeLow[i] = rangeMin[i]; + decodeRange[i] = rangeMax[i] - rangeMin[i]; + } +#endif +} + +//------------------------------------------------------------------------ +// GfxIndexedColorSpace +//------------------------------------------------------------------------ + +GfxIndexedColorSpace::GfxIndexedColorSpace(GfxColorSpace *baseA, + int indexHighA) { + base = baseA; + indexHigh = indexHighA; + lookup = (Guchar *)gmallocn((indexHigh + 1) * base->getNComps(), + sizeof(Guchar)); +} + +GfxIndexedColorSpace::~GfxIndexedColorSpace() { + delete base; + gfree(lookup); +} + +GfxColorSpace *GfxIndexedColorSpace::copy() { + GfxIndexedColorSpace *cs; + + cs = new GfxIndexedColorSpace(base->copy(), indexHigh); + memcpy(cs->lookup, lookup, + (indexHigh + 1) * base->getNComps() * sizeof(Guchar)); + return cs; +} + +GfxColorSpace *GfxIndexedColorSpace::parse(Array *arr) { + GfxIndexedColorSpace *cs; + GfxColorSpace *baseA; + int indexHighA; + Object obj1; + int x; + char *s; + int n, i, j; + + if (arr->getLength() != 4) { + error(-1, "Bad Indexed color space"); + goto err1; + } + arr->get(1, &obj1); + if (!(baseA = GfxColorSpace::parse(&obj1))) { + error(-1, "Bad Indexed color space (base color space)"); + goto err2; + } + obj1.free(); + if (!arr->get(2, &obj1)->isInt()) { + error(-1, "Bad Indexed color space (hival)"); + delete baseA; + goto err2; + } + indexHighA = obj1.getInt(); + if (indexHighA < 0 || indexHighA > 255) { + // the PDF spec requires indexHigh to be in [0,255] -- allowing + // values larger than 255 creates a security hole: if nComps * + // indexHigh is greater than 2^31, the loop below may overwrite + // past the end of the array + error(-1, "Bad Indexed color space (invalid indexHigh value)"); + delete baseA; + goto err2; + } + obj1.free(); + cs = new GfxIndexedColorSpace(baseA, indexHighA); + arr->get(3, &obj1); + n = baseA->getNComps(); + if (obj1.isStream()) { + obj1.streamReset(); + for (i = 0; i <= indexHighA; ++i) { + for (j = 0; j < n; ++j) { + if ((x = obj1.streamGetChar()) == EOF) { + error(-1, "Bad Indexed color space (lookup table stream too short)"); + goto err3; + } + cs->lookup[i*n + j] = (Guchar)x; + } + } + obj1.streamClose(); + } else if (obj1.isString()) { + if (obj1.getString()->getLength() < (indexHighA + 1) * n) { + error(-1, "Bad Indexed color space (lookup table string too short)"); + goto err3; + } + s = obj1.getString()->getCString(); + for (i = 0; i <= indexHighA; ++i) { + for (j = 0; j < n; ++j) { + cs->lookup[i*n + j] = (Guchar)*s++; + } + } + } else { + error(-1, "Bad Indexed color space (lookup table)"); + goto err3; + } + obj1.free(); + return cs; + + err3: + delete cs; + err2: + obj1.free(); + err1: + return NULL; +} + +GfxColor *GfxIndexedColorSpace::mapColorToBase(GfxColor *color, + GfxColor *baseColor) { + Guchar *p; + double low[gfxColorMaxComps], range[gfxColorMaxComps]; + int n, i; + + n = base->getNComps(); + base->getDefaultRanges(low, range, indexHigh); + p = &lookup[(int)(colToDbl(color->c[0]) + 0.5) * n]; + for (i = 0; i < n; ++i) { + baseColor->c[i] = dblToCol(low[i] + (p[i] / 255.0) * range[i]); + } + return baseColor; +} + +void GfxIndexedColorSpace::getGray(GfxColor *color, GfxGray *gray) { + GfxColor color2; + + base->getGray(mapColorToBase(color, &color2), gray); +} + +void GfxIndexedColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + GfxColor color2; + + base->getRGB(mapColorToBase(color, &color2), rgb); +} + +void GfxIndexedColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + GfxColor color2; + + base->getCMYK(mapColorToBase(color, &color2), cmyk); +} + +void GfxIndexedColorSpace::getDefaultRanges(double *decodeLow, + double *decodeRange, + int maxImgPixel) { + decodeLow[0] = 0; + decodeRange[0] = maxImgPixel; +} + +//------------------------------------------------------------------------ +// GfxSeparationColorSpace +//------------------------------------------------------------------------ + +GfxSeparationColorSpace::GfxSeparationColorSpace(GString *nameA, + GfxColorSpace *altA, + Function *funcA) { + name = nameA; + alt = altA; + func = funcA; +} + +GfxSeparationColorSpace::~GfxSeparationColorSpace() { + delete name; + delete alt; + delete func; +} + +GfxColorSpace *GfxSeparationColorSpace::copy() { + return new GfxSeparationColorSpace(name->copy(), alt->copy(), func->copy()); +} + +//~ handle the 'All' and 'None' colorants +GfxColorSpace *GfxSeparationColorSpace::parse(Array *arr) { + GfxSeparationColorSpace *cs; + GString *nameA; + GfxColorSpace *altA; + Function *funcA; + Object obj1; + + if (arr->getLength() != 4) { + error(-1, "Bad Separation color space"); + goto err1; + } + if (!arr->get(1, &obj1)->isName()) { + error(-1, "Bad Separation color space (name)"); + goto err2; + } + nameA = new GString(obj1.getName()); + obj1.free(); + arr->get(2, &obj1); + if (!(altA = GfxColorSpace::parse(&obj1))) { + error(-1, "Bad Separation color space (alternate color space)"); + goto err3; + } + obj1.free(); + arr->get(3, &obj1); + if (!(funcA = Function::parse(&obj1))) { + goto err4; + } + obj1.free(); + cs = new GfxSeparationColorSpace(nameA, altA, funcA); + return cs; + + err4: + delete altA; + err3: + delete nameA; + err2: + obj1.free(); + err1: + return NULL; +} + +void GfxSeparationColorSpace::getGray(GfxColor *color, GfxGray *gray) { + double x; + double c[gfxColorMaxComps]; + GfxColor color2; + int i; + + x = colToDbl(color->c[0]); + func->transform(&x, c); + for (i = 0; i < alt->getNComps(); ++i) { + color2.c[i] = dblToCol(c[i]); + } + alt->getGray(&color2, gray); +} + +void GfxSeparationColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + double x; + double c[gfxColorMaxComps]; + GfxColor color2; + int i; + + x = colToDbl(color->c[0]); + func->transform(&x, c); + for (i = 0; i < alt->getNComps(); ++i) { + color2.c[i] = dblToCol(c[i]); + } + alt->getRGB(&color2, rgb); +} + +void GfxSeparationColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + double x; + double c[gfxColorMaxComps]; + GfxColor color2; + int i; + + x = colToDbl(color->c[0]); + func->transform(&x, c); + for (i = 0; i < alt->getNComps(); ++i) { + color2.c[i] = dblToCol(c[i]); + } + alt->getCMYK(&color2, cmyk); +} + +//------------------------------------------------------------------------ +// GfxDeviceNColorSpace +//------------------------------------------------------------------------ + +GfxDeviceNColorSpace::GfxDeviceNColorSpace(int nCompsA, + GfxColorSpace *altA, + Function *funcA) { + nComps = nCompsA; + alt = altA; + func = funcA; +} + +GfxDeviceNColorSpace::~GfxDeviceNColorSpace() { + int i; + + for (i = 0; i < nComps; ++i) { + delete names[i]; + } + delete alt; + delete func; +} + +GfxColorSpace *GfxDeviceNColorSpace::copy() { + GfxDeviceNColorSpace *cs; + int i; + + cs = new GfxDeviceNColorSpace(nComps, alt->copy(), func->copy()); + for (i = 0; i < nComps; ++i) { + cs->names[i] = names[i]->copy(); + } + return cs; +} + +//~ handle the 'None' colorant +GfxColorSpace *GfxDeviceNColorSpace::parse(Array *arr) { + GfxDeviceNColorSpace *cs; + int nCompsA; + GString *namesA[gfxColorMaxComps]; + GfxColorSpace *altA; + Function *funcA; + Object obj1, obj2; + int i; + + if (arr->getLength() != 4 && arr->getLength() != 5) { + error(-1, "Bad DeviceN color space"); + goto err1; + } + if (!arr->get(1, &obj1)->isArray()) { + error(-1, "Bad DeviceN color space (names)"); + goto err2; + } + nCompsA = obj1.arrayGetLength(); + if (nCompsA > gfxColorMaxComps) { + error(-1, "DeviceN color space with too many (%d > %d) components", + nCompsA, gfxColorMaxComps); + nCompsA = gfxColorMaxComps; + } + for (i = 0; i < nCompsA; ++i) { + if (!obj1.arrayGet(i, &obj2)->isName()) { + error(-1, "Bad DeviceN color space (names)"); + obj2.free(); + goto err2; + } + namesA[i] = new GString(obj2.getName()); + obj2.free(); + } + obj1.free(); + arr->get(2, &obj1); + if (!(altA = GfxColorSpace::parse(&obj1))) { + error(-1, "Bad DeviceN color space (alternate color space)"); + goto err3; + } + obj1.free(); + arr->get(3, &obj1); + if (!(funcA = Function::parse(&obj1))) { + goto err4; + } + obj1.free(); + cs = new GfxDeviceNColorSpace(nCompsA, altA, funcA); + for (i = 0; i < nCompsA; ++i) { + cs->names[i] = namesA[i]; + } + return cs; + + err4: + delete altA; + err3: + for (i = 0; i < nCompsA; ++i) { + delete namesA[i]; + } + err2: + obj1.free(); + err1: + return NULL; +} + +void GfxDeviceNColorSpace::getGray(GfxColor *color, GfxGray *gray) { + double x[gfxColorMaxComps], c[gfxColorMaxComps]; + GfxColor color2; + int i; + + for (i = 0; i < nComps; ++i) { + x[i] = colToDbl(color->c[i]); + } + func->transform(x, c); + for (i = 0; i < alt->getNComps(); ++i) { + color2.c[i] = dblToCol(c[i]); + } + alt->getGray(&color2, gray); +} + +void GfxDeviceNColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + double x[gfxColorMaxComps], c[gfxColorMaxComps]; + GfxColor color2; + int i; + + for (i = 0; i < nComps; ++i) { + x[i] = colToDbl(color->c[i]); + } + func->transform(x, c); + for (i = 0; i < alt->getNComps(); ++i) { + color2.c[i] = dblToCol(c[i]); + } + alt->getRGB(&color2, rgb); +} + +void GfxDeviceNColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + double x[gfxColorMaxComps], c[gfxColorMaxComps]; + GfxColor color2; + int i; + + for (i = 0; i < nComps; ++i) { + x[i] = colToDbl(color->c[i]); + } + func->transform(x, c); + for (i = 0; i < alt->getNComps(); ++i) { + color2.c[i] = dblToCol(c[i]); + } + alt->getCMYK(&color2, cmyk); +} + +//------------------------------------------------------------------------ +// GfxPatternColorSpace +//------------------------------------------------------------------------ + +GfxPatternColorSpace::GfxPatternColorSpace(GfxColorSpace *underA) { + under = underA; +} + +GfxPatternColorSpace::~GfxPatternColorSpace() { + if (under) { + delete under; + } +} + +GfxColorSpace *GfxPatternColorSpace::copy() { + return new GfxPatternColorSpace(under ? under->copy() : + (GfxColorSpace *)NULL); +} + +GfxColorSpace *GfxPatternColorSpace::parse(Array *arr) { + GfxPatternColorSpace *cs; + GfxColorSpace *underA; + Object obj1; + + if (arr->getLength() != 1 && arr->getLength() != 2) { + error(-1, "Bad Pattern color space"); + return NULL; + } + underA = NULL; + if (arr->getLength() == 2) { + arr->get(1, &obj1); + if (!(underA = GfxColorSpace::parse(&obj1))) { + error(-1, "Bad Pattern color space (underlying color space)"); + obj1.free(); + return NULL; + } + obj1.free(); + } + cs = new GfxPatternColorSpace(underA); + return cs; +} + +void GfxPatternColorSpace::getGray(GfxColor *color, GfxGray *gray) { + *gray = 0; +} + +void GfxPatternColorSpace::getRGB(GfxColor *color, GfxRGB *rgb) { + rgb->r = rgb->g = rgb->b = 0; +} + +void GfxPatternColorSpace::getCMYK(GfxColor *color, GfxCMYK *cmyk) { + cmyk->c = cmyk->m = cmyk->y = 0; + cmyk->k = 1; +} + +//------------------------------------------------------------------------ +// Pattern +//------------------------------------------------------------------------ + +GfxPattern::GfxPattern(int typeA) { + type = typeA; +} + +GfxPattern::~GfxPattern() { +} + +GfxPattern *GfxPattern::parse(Object *obj) { + GfxPattern *pattern; + Object obj1; + + if (obj->isDict()) { + obj->dictLookup("PatternType", &obj1); + } else if (obj->isStream()) { + obj->streamGetDict()->lookup("PatternType", &obj1); + } else { + return NULL; + } + pattern = NULL; + if (obj1.isInt() && obj1.getInt() == 1) { + pattern = GfxTilingPattern::parse(obj); + } else if (obj1.isInt() && obj1.getInt() == 2) { + pattern = GfxShadingPattern::parse(obj); + } + obj1.free(); + return pattern; +} + +//------------------------------------------------------------------------ +// GfxTilingPattern +//------------------------------------------------------------------------ + +GfxTilingPattern *GfxTilingPattern::parse(Object *patObj) { + GfxTilingPattern *pat; + Dict *dict; + int paintTypeA, tilingTypeA; + double bboxA[4], matrixA[6]; + double xStepA, yStepA; + Object resDictA; + Object obj1, obj2; + int i; + + if (!patObj->isStream()) { + return NULL; + } + dict = patObj->streamGetDict(); + + if (dict->lookup("PaintType", &obj1)->isInt()) { + paintTypeA = obj1.getInt(); + } else { + paintTypeA = 1; + error(-1, "Invalid or missing PaintType in pattern"); + } + obj1.free(); + if (dict->lookup("TilingType", &obj1)->isInt()) { + tilingTypeA = obj1.getInt(); + } else { + tilingTypeA = 1; + error(-1, "Invalid or missing TilingType in pattern"); + } + obj1.free(); + bboxA[0] = bboxA[1] = 0; + bboxA[2] = bboxA[3] = 1; + if (dict->lookup("BBox", &obj1)->isArray() && + obj1.arrayGetLength() == 4) { + for (i = 0; i < 4; ++i) { + if (obj1.arrayGet(i, &obj2)->isNum()) { + bboxA[i] = obj2.getNum(); + } + obj2.free(); + } + } else { + error(-1, "Invalid or missing BBox in pattern"); + } + obj1.free(); + if (dict->lookup("XStep", &obj1)->isNum()) { + xStepA = obj1.getNum(); + } else { + xStepA = 1; + error(-1, "Invalid or missing XStep in pattern"); + } + obj1.free(); + if (dict->lookup("YStep", &obj1)->isNum()) { + yStepA = obj1.getNum(); + } else { + yStepA = 1; + error(-1, "Invalid or missing YStep in pattern"); + } + obj1.free(); + if (!dict->lookup("Resources", &resDictA)->isDict()) { + resDictA.free(); + resDictA.initNull(); + error(-1, "Invalid or missing Resources in pattern"); + } + matrixA[0] = 1; matrixA[1] = 0; + matrixA[2] = 0; matrixA[3] = 1; + matrixA[4] = 0; matrixA[5] = 0; + if (dict->lookup("Matrix", &obj1)->isArray() && + obj1.arrayGetLength() == 6) { + for (i = 0; i < 6; ++i) { + if (obj1.arrayGet(i, &obj2)->isNum()) { + matrixA[i] = obj2.getNum(); + } + obj2.free(); + } + } + obj1.free(); + + pat = new GfxTilingPattern(paintTypeA, tilingTypeA, bboxA, xStepA, yStepA, + &resDictA, matrixA, patObj); + resDictA.free(); + return pat; +} + +GfxTilingPattern::GfxTilingPattern(int paintTypeA, int tilingTypeA, + double *bboxA, double xStepA, double yStepA, + Object *resDictA, double *matrixA, + Object *contentStreamA): + GfxPattern(1) +{ + int i; + + paintType = paintTypeA; + tilingType = tilingTypeA; + for (i = 0; i < 4; ++i) { + bbox[i] = bboxA[i]; + } + xStep = xStepA; + yStep = yStepA; + resDictA->copy(&resDict); + for (i = 0; i < 6; ++i) { + matrix[i] = matrixA[i]; + } + contentStreamA->copy(&contentStream); +} + +GfxTilingPattern::~GfxTilingPattern() { + resDict.free(); + contentStream.free(); +} + +GfxPattern *GfxTilingPattern::copy() { + return new GfxTilingPattern(paintType, tilingType, bbox, xStep, yStep, + &resDict, matrix, &contentStream); +} + +//------------------------------------------------------------------------ +// GfxShadingPattern +//------------------------------------------------------------------------ + +GfxShadingPattern *GfxShadingPattern::parse(Object *patObj) { + Dict *dict; + GfxShading *shadingA; + double matrixA[6]; + Object obj1, obj2; + int i; + + if (!patObj->isDict()) { + return NULL; + } + dict = patObj->getDict(); + + dict->lookup("Shading", &obj1); + shadingA = GfxShading::parse(&obj1); + obj1.free(); + if (!shadingA) { + return NULL; + } + + matrixA[0] = 1; matrixA[1] = 0; + matrixA[2] = 0; matrixA[3] = 1; + matrixA[4] = 0; matrixA[5] = 0; + if (dict->lookup("Matrix", &obj1)->isArray() && + obj1.arrayGetLength() == 6) { + for (i = 0; i < 6; ++i) { + if (obj1.arrayGet(i, &obj2)->isNum()) { + matrixA[i] = obj2.getNum(); + } + obj2.free(); + } + } + obj1.free(); + + return new GfxShadingPattern(shadingA, matrixA); +} + +GfxShadingPattern::GfxShadingPattern(GfxShading *shadingA, double *matrixA): + GfxPattern(2) +{ + int i; + + shading = shadingA; + for (i = 0; i < 6; ++i) { + matrix[i] = matrixA[i]; + } +} + +GfxShadingPattern::~GfxShadingPattern() { + delete shading; +} + +GfxPattern *GfxShadingPattern::copy() { + return new GfxShadingPattern(shading->copy(), matrix); +} + +//------------------------------------------------------------------------ +// GfxShading +//------------------------------------------------------------------------ + +GfxShading::GfxShading(int typeA) { + type = typeA; + colorSpace = NULL; +} + +GfxShading::GfxShading(GfxShading *shading) { + int i; + + type = shading->type; + colorSpace = shading->colorSpace->copy(); + for (i = 0; i < gfxColorMaxComps; ++i) { + background.c[i] = shading->background.c[i]; + } + hasBackground = shading->hasBackground; + xMin = shading->xMin; + yMin = shading->yMin; + xMax = shading->xMax; + yMax = shading->yMax; + hasBBox = shading->hasBBox; +} + +GfxShading::~GfxShading() { + if (colorSpace) { + delete colorSpace; + } +} + +GfxShading *GfxShading::parse(Object *obj) { + GfxShading *shading; + Dict *dict; + int typeA; + Object obj1; + + if (obj->isDict()) { + dict = obj->getDict(); + } else if (obj->isStream()) { + dict = obj->streamGetDict(); + } else { + return NULL; + } + + if (!dict->lookup("ShadingType", &obj1)->isInt()) { + error(-1, "Invalid ShadingType in shading dictionary"); + obj1.free(); + return NULL; + } + typeA = obj1.getInt(); + obj1.free(); + + switch (typeA) { + case 1: + shading = GfxFunctionShading::parse(dict); + break; + case 2: + shading = GfxAxialShading::parse(dict); + break; + case 3: + shading = GfxRadialShading::parse(dict); + break; + case 4: + if (obj->isStream()) { + shading = GfxGouraudTriangleShading::parse(4, dict, obj->getStream()); + } else { + error(-1, "Invalid Type 4 shading object"); + goto err1; + } + break; + case 5: + if (obj->isStream()) { + shading = GfxGouraudTriangleShading::parse(5, dict, obj->getStream()); + } else { + error(-1, "Invalid Type 5 shading object"); + goto err1; + } + break; + case 6: + if (obj->isStream()) { + shading = GfxPatchMeshShading::parse(6, dict, obj->getStream()); + } else { + error(-1, "Invalid Type 6 shading object"); + goto err1; + } + break; + case 7: + if (obj->isStream()) { + shading = GfxPatchMeshShading::parse(7, dict, obj->getStream()); + } else { + error(-1, "Invalid Type 7 shading object"); + goto err1; + } + break; + default: + error(-1, "Unimplemented shading type %d", typeA); + goto err1; + } + + return shading; + + err1: + return NULL; +} + +GBool GfxShading::init(Dict *dict) { + Object obj1, obj2; + int i; + + dict->lookup("ColorSpace", &obj1); + if (!(colorSpace = GfxColorSpace::parse(&obj1))) { + error(-1, "Bad color space in shading dictionary"); + obj1.free(); + return gFalse; + } + obj1.free(); + + for (i = 0; i < gfxColorMaxComps; ++i) { + background.c[i] = 0; + } + hasBackground = gFalse; + if (dict->lookup("Background", &obj1)->isArray()) { + if (obj1.arrayGetLength() == colorSpace->getNComps()) { + hasBackground = gTrue; + for (i = 0; i < colorSpace->getNComps(); ++i) { + background.c[i] = dblToCol(obj1.arrayGet(i, &obj2)->getNum()); + obj2.free(); + } + } else { + error(-1, "Bad Background in shading dictionary"); + } + } + obj1.free(); + + xMin = yMin = xMax = yMax = 0; + hasBBox = gFalse; + if (dict->lookup("BBox", &obj1)->isArray()) { + if (obj1.arrayGetLength() == 4) { + hasBBox = gTrue; + xMin = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + yMin = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + xMax = obj1.arrayGet(2, &obj2)->getNum(); + obj2.free(); + yMax = obj1.arrayGet(3, &obj2)->getNum(); + obj2.free(); + } else { + error(-1, "Bad BBox in shading dictionary"); + } + } + obj1.free(); + + return gTrue; +} + +//------------------------------------------------------------------------ +// GfxFunctionShading +//------------------------------------------------------------------------ + +GfxFunctionShading::GfxFunctionShading(double x0A, double y0A, + double x1A, double y1A, + double *matrixA, + Function **funcsA, int nFuncsA): + GfxShading(1) +{ + int i; + + x0 = x0A; + y0 = y0A; + x1 = x1A; + y1 = y1A; + for (i = 0; i < 6; ++i) { + matrix[i] = matrixA[i]; + } + nFuncs = nFuncsA; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = funcsA[i]; + } +} + +GfxFunctionShading::GfxFunctionShading(GfxFunctionShading *shading): + GfxShading(shading) +{ + int i; + + x0 = shading->x0; + y0 = shading->y0; + x1 = shading->x1; + y1 = shading->y1; + for (i = 0; i < 6; ++i) { + matrix[i] = shading->matrix[i]; + } + nFuncs = shading->nFuncs; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = shading->funcs[i]->copy(); + } +} + +GfxFunctionShading::~GfxFunctionShading() { + int i; + + for (i = 0; i < nFuncs; ++i) { + delete funcs[i]; + } +} + +GfxFunctionShading *GfxFunctionShading::parse(Dict *dict) { + GfxFunctionShading *shading; + double x0A, y0A, x1A, y1A; + double matrixA[6]; + Function *funcsA[gfxColorMaxComps]; + int nFuncsA; + Object obj1, obj2; + int i; + + x0A = y0A = 0; + x1A = y1A = 1; + if (dict->lookup("Domain", &obj1)->isArray() && + obj1.arrayGetLength() == 4) { + x0A = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + y0A = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + x1A = obj1.arrayGet(2, &obj2)->getNum(); + obj2.free(); + y1A = obj1.arrayGet(3, &obj2)->getNum(); + obj2.free(); + } + obj1.free(); + + matrixA[0] = 1; matrixA[1] = 0; + matrixA[2] = 0; matrixA[3] = 1; + matrixA[4] = 0; matrixA[5] = 0; + if (dict->lookup("Matrix", &obj1)->isArray() && + obj1.arrayGetLength() == 6) { + matrixA[0] = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + matrixA[1] = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + matrixA[2] = obj1.arrayGet(2, &obj2)->getNum(); + obj2.free(); + matrixA[3] = obj1.arrayGet(3, &obj2)->getNum(); + obj2.free(); + matrixA[4] = obj1.arrayGet(4, &obj2)->getNum(); + obj2.free(); + matrixA[5] = obj1.arrayGet(5, &obj2)->getNum(); + obj2.free(); + } + obj1.free(); + + dict->lookup("Function", &obj1); + if (obj1.isArray()) { + nFuncsA = obj1.arrayGetLength(); + if (nFuncsA > gfxColorMaxComps) { + error(-1, "Invalid Function array in shading dictionary"); + goto err1; + } + for (i = 0; i < nFuncsA; ++i) { + obj1.arrayGet(i, &obj2); + if (!(funcsA[i] = Function::parse(&obj2))) { + goto err2; + } + obj2.free(); + } + } else { + nFuncsA = 1; + if (!(funcsA[0] = Function::parse(&obj1))) { + goto err1; + } + } + obj1.free(); + + shading = new GfxFunctionShading(x0A, y0A, x1A, y1A, matrixA, + funcsA, nFuncsA); + if (!shading->init(dict)) { + delete shading; + return NULL; + } + return shading; + + err2: + obj2.free(); + err1: + obj1.free(); + return NULL; +} + +GfxShading *GfxFunctionShading::copy() { + return new GfxFunctionShading(this); +} + +void GfxFunctionShading::getColor(double x, double y, GfxColor *color) { + double in[2], out[gfxColorMaxComps]; + int i; + + // NB: there can be one function with n outputs or n functions with + // one output each (where n = number of color components) + for (i = 0; i < gfxColorMaxComps; ++i) { + out[i] = 0; + } + in[0] = x; + in[1] = y; + for (i = 0; i < nFuncs; ++i) { + funcs[i]->transform(in, &out[i]); + } + for (i = 0; i < gfxColorMaxComps; ++i) { + color->c[i] = dblToCol(out[i]); + } +} + +//------------------------------------------------------------------------ +// GfxAxialShading +//------------------------------------------------------------------------ + +GfxAxialShading::GfxAxialShading(double x0A, double y0A, + double x1A, double y1A, + double t0A, double t1A, + Function **funcsA, int nFuncsA, + GBool extend0A, GBool extend1A): + GfxShading(2) +{ + int i; + + x0 = x0A; + y0 = y0A; + x1 = x1A; + y1 = y1A; + t0 = t0A; + t1 = t1A; + nFuncs = nFuncsA; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = funcsA[i]; + } + extend0 = extend0A; + extend1 = extend1A; +} + +GfxAxialShading::GfxAxialShading(GfxAxialShading *shading): + GfxShading(shading) +{ + int i; + + x0 = shading->x0; + y0 = shading->y0; + x1 = shading->x1; + y1 = shading->y1; + t0 = shading->t0; + y1 = shading->t1; + nFuncs = shading->nFuncs; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = shading->funcs[i]->copy(); + } + extend0 = shading->extend0; + extend1 = shading->extend1; +} + +GfxAxialShading::~GfxAxialShading() { + int i; + + for (i = 0; i < nFuncs; ++i) { + delete funcs[i]; + } +} + +GfxAxialShading *GfxAxialShading::parse(Dict *dict) { + GfxAxialShading *shading; + double x0A, y0A, x1A, y1A; + double t0A, t1A; + Function *funcsA[gfxColorMaxComps]; + int nFuncsA; + GBool extend0A, extend1A; + Object obj1, obj2; + int i; + + x0A = y0A = x1A = y1A = 0; + if (dict->lookup("Coords", &obj1)->isArray() && + obj1.arrayGetLength() == 4) { + x0A = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + y0A = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + x1A = obj1.arrayGet(2, &obj2)->getNum(); + obj2.free(); + y1A = obj1.arrayGet(3, &obj2)->getNum(); + obj2.free(); + } else { + error(-1, "Missing or invalid Coords in shading dictionary"); + goto err1; + } + obj1.free(); + + t0A = 0; + t1A = 1; + if (dict->lookup("Domain", &obj1)->isArray() && + obj1.arrayGetLength() == 2) { + t0A = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + t1A = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + } + obj1.free(); + + dict->lookup("Function", &obj1); + if (obj1.isArray()) { + nFuncsA = obj1.arrayGetLength(); + if (nFuncsA > gfxColorMaxComps) { + error(-1, "Invalid Function array in shading dictionary"); + goto err1; + } + for (i = 0; i < nFuncsA; ++i) { + obj1.arrayGet(i, &obj2); + if (!(funcsA[i] = Function::parse(&obj2))) { + obj1.free(); + obj2.free(); + goto err1; + } + obj2.free(); + } + } else { + nFuncsA = 1; + if (!(funcsA[0] = Function::parse(&obj1))) { + obj1.free(); + goto err1; + } + } + obj1.free(); + + extend0A = extend1A = gFalse; + if (dict->lookup("Extend", &obj1)->isArray() && + obj1.arrayGetLength() == 2) { + extend0A = obj1.arrayGet(0, &obj2)->getBool(); + obj2.free(); + extend1A = obj1.arrayGet(1, &obj2)->getBool(); + obj2.free(); + } + obj1.free(); + + shading = new GfxAxialShading(x0A, y0A, x1A, y1A, t0A, t1A, + funcsA, nFuncsA, extend0A, extend1A); + if (!shading->init(dict)) { + delete shading; + return NULL; + } + return shading; + + err1: + return NULL; +} + +GfxShading *GfxAxialShading::copy() { + return new GfxAxialShading(this); +} + +void GfxAxialShading::getColor(double t, GfxColor *color) { + double out[gfxColorMaxComps]; + int i; + + // NB: there can be one function with n outputs or n functions with + // one output each (where n = number of color components) + for (i = 0; i < gfxColorMaxComps; ++i) { + out[i] = 0; + } + for (i = 0; i < nFuncs; ++i) { + funcs[i]->transform(&t, &out[i]); + } + for (i = 0; i < gfxColorMaxComps; ++i) { + color->c[i] = dblToCol(out[i]); + } +} + +//------------------------------------------------------------------------ +// GfxRadialShading +//------------------------------------------------------------------------ + +GfxRadialShading::GfxRadialShading(double x0A, double y0A, double r0A, + double x1A, double y1A, double r1A, + double t0A, double t1A, + Function **funcsA, int nFuncsA, + GBool extend0A, GBool extend1A): + GfxShading(3) +{ + int i; + + x0 = x0A; + y0 = y0A; + r0 = r0A; + x1 = x1A; + y1 = y1A; + r1 = r1A; + t0 = t0A; + t1 = t1A; + nFuncs = nFuncsA; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = funcsA[i]; + } + extend0 = extend0A; + extend1 = extend1A; +} + +GfxRadialShading::GfxRadialShading(GfxRadialShading *shading): + GfxShading(shading) +{ + int i; + + x0 = shading->x0; + y0 = shading->y0; + r0 = shading->r0; + x1 = shading->x1; + y1 = shading->y1; + r1 = shading->r1; + t0 = shading->t0; + y1 = shading->t1; + nFuncs = shading->nFuncs; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = shading->funcs[i]->copy(); + } + extend0 = shading->extend0; + extend1 = shading->extend1; +} + +GfxRadialShading::~GfxRadialShading() { + int i; + + for (i = 0; i < nFuncs; ++i) { + delete funcs[i]; + } +} + +GfxRadialShading *GfxRadialShading::parse(Dict *dict) { + GfxRadialShading *shading; + double x0A, y0A, r0A, x1A, y1A, r1A; + double t0A, t1A; + Function *funcsA[gfxColorMaxComps]; + int nFuncsA; + GBool extend0A, extend1A; + Object obj1, obj2; + int i; + + x0A = y0A = r0A = x1A = y1A = r1A = 0; + if (dict->lookup("Coords", &obj1)->isArray() && + obj1.arrayGetLength() == 6) { + x0A = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + y0A = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + r0A = obj1.arrayGet(2, &obj2)->getNum(); + obj2.free(); + x1A = obj1.arrayGet(3, &obj2)->getNum(); + obj2.free(); + y1A = obj1.arrayGet(4, &obj2)->getNum(); + obj2.free(); + r1A = obj1.arrayGet(5, &obj2)->getNum(); + obj2.free(); + } else { + error(-1, "Missing or invalid Coords in shading dictionary"); + goto err1; + } + obj1.free(); + + t0A = 0; + t1A = 1; + if (dict->lookup("Domain", &obj1)->isArray() && + obj1.arrayGetLength() == 2) { + t0A = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + t1A = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + } + obj1.free(); + + dict->lookup("Function", &obj1); + if (obj1.isArray()) { + nFuncsA = obj1.arrayGetLength(); + if (nFuncsA > gfxColorMaxComps) { + error(-1, "Invalid Function array in shading dictionary"); + goto err1; + } + for (i = 0; i < nFuncsA; ++i) { + obj1.arrayGet(i, &obj2); + if (!(funcsA[i] = Function::parse(&obj2))) { + obj1.free(); + obj2.free(); + goto err1; + } + obj2.free(); + } + } else { + nFuncsA = 1; + if (!(funcsA[0] = Function::parse(&obj1))) { + obj1.free(); + goto err1; + } + } + obj1.free(); + + extend0A = extend1A = gFalse; + if (dict->lookup("Extend", &obj1)->isArray() && + obj1.arrayGetLength() == 2) { + extend0A = obj1.arrayGet(0, &obj2)->getBool(); + obj2.free(); + extend1A = obj1.arrayGet(1, &obj2)->getBool(); + obj2.free(); + } + obj1.free(); + + shading = new GfxRadialShading(x0A, y0A, r0A, x1A, y1A, r1A, t0A, t1A, + funcsA, nFuncsA, extend0A, extend1A); + if (!shading->init(dict)) { + delete shading; + return NULL; + } + return shading; + + err1: + return NULL; +} + +GfxShading *GfxRadialShading::copy() { + return new GfxRadialShading(this); +} + +void GfxRadialShading::getColor(double t, GfxColor *color) { + double out[gfxColorMaxComps]; + int i; + + // NB: there can be one function with n outputs or n functions with + // one output each (where n = number of color components) + for (i = 0; i < gfxColorMaxComps; ++i) { + out[i] = 0; + } + for (i = 0; i < nFuncs; ++i) { + funcs[i]->transform(&t, &out[i]); + } + for (i = 0; i < gfxColorMaxComps; ++i) { + color->c[i] = dblToCol(out[i]); + } +} + +//------------------------------------------------------------------------ +// GfxShadingBitBuf +//------------------------------------------------------------------------ + +class GfxShadingBitBuf { +public: + + GfxShadingBitBuf(Stream *strA); + ~GfxShadingBitBuf(); + GBool getBits(int n, Guint *val); + void flushBits(); + +private: + + Stream *str; + int bitBuf; + int nBits; +}; + +GfxShadingBitBuf::GfxShadingBitBuf(Stream *strA) { + str = strA; + str->reset(); + bitBuf = 0; + nBits = 0; +} + +GfxShadingBitBuf::~GfxShadingBitBuf() { + str->close(); +} + +GBool GfxShadingBitBuf::getBits(int n, Guint *val) { + int x; + + if (nBits >= n) { + x = (bitBuf >> (nBits - n)) & ((1 << n) - 1); + nBits -= n; + } else { + x = 0; + if (nBits > 0) { + x = bitBuf & ((1 << nBits) - 1); + n -= nBits; + nBits = 0; + } + while (n > 0) { + if ((bitBuf = str->getChar()) == EOF) { + nBits = 0; + return gFalse; + } + if (n >= 8) { + x = (x << 8) | bitBuf; + n -= 8; + } else { + x = (x << n) | (bitBuf >> (8 - n)); + nBits = 8 - n; + n = 0; + } + } + } + *val = x; + return gTrue; +} + +void GfxShadingBitBuf::flushBits() { + bitBuf = 0; + nBits = 0; +} + +//------------------------------------------------------------------------ +// GfxGouraudTriangleShading +//------------------------------------------------------------------------ + +GfxGouraudTriangleShading::GfxGouraudTriangleShading( + int typeA, + GfxGouraudVertex *verticesA, int nVerticesA, + int (*trianglesA)[3], int nTrianglesA, + Function **funcsA, int nFuncsA): + GfxShading(typeA) +{ + int i; + + vertices = verticesA; + nVertices = nVerticesA; + triangles = trianglesA; + nTriangles = nTrianglesA; + nFuncs = nFuncsA; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = funcsA[i]; + } +} + +GfxGouraudTriangleShading::GfxGouraudTriangleShading( + GfxGouraudTriangleShading *shading): + GfxShading(shading) +{ + int i; + + nVertices = shading->nVertices; + vertices = (GfxGouraudVertex *)gmallocn(nVertices, sizeof(GfxGouraudVertex)); + memcpy(vertices, shading->vertices, nVertices * sizeof(GfxGouraudVertex)); + nTriangles = shading->nTriangles; + triangles = (int (*)[3])gmallocn(nTriangles * 3, sizeof(int)); + memcpy(triangles, shading->triangles, nTriangles * 3 * sizeof(int)); + nFuncs = shading->nFuncs; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = shading->funcs[i]->copy(); + } +} + +GfxGouraudTriangleShading::~GfxGouraudTriangleShading() { + int i; + + gfree(vertices); + gfree(triangles); + for (i = 0; i < nFuncs; ++i) { + delete funcs[i]; + } +} + +GfxGouraudTriangleShading *GfxGouraudTriangleShading::parse(int typeA, + Dict *dict, + Stream *str) { + GfxGouraudTriangleShading *shading; + Function *funcsA[gfxColorMaxComps]; + int nFuncsA; + int coordBits, compBits, flagBits, vertsPerRow, nRows; + double xMin, xMax, yMin, yMax; + double cMin[gfxColorMaxComps], cMax[gfxColorMaxComps]; + double xMul, yMul; + double cMul[gfxColorMaxComps]; + GfxGouraudVertex *verticesA; + int (*trianglesA)[3]; + int nComps, nVerticesA, nTrianglesA, vertSize, triSize; + Guint x, y, flag; + Guint c[gfxColorMaxComps]; + GfxShadingBitBuf *bitBuf; + Object obj1, obj2; + int i, j, k, state; + + if (dict->lookup("BitsPerCoordinate", &obj1)->isInt()) { + coordBits = obj1.getInt(); + } else { + error(-1, "Missing or invalid BitsPerCoordinate in shading dictionary"); + goto err2; + } + obj1.free(); + if (dict->lookup("BitsPerComponent", &obj1)->isInt()) { + compBits = obj1.getInt(); + } else { + error(-1, "Missing or invalid BitsPerComponent in shading dictionary"); + goto err2; + } + obj1.free(); + flagBits = vertsPerRow = 0; // make gcc happy + if (typeA == 4) { + if (dict->lookup("BitsPerFlag", &obj1)->isInt()) { + flagBits = obj1.getInt(); + } else { + error(-1, "Missing or invalid BitsPerFlag in shading dictionary"); + goto err2; + } + obj1.free(); + } else { + if (dict->lookup("VerticesPerRow", &obj1)->isInt()) { + vertsPerRow = obj1.getInt(); + } else { + error(-1, "Missing or invalid VerticesPerRow in shading dictionary"); + goto err2; + } + obj1.free(); + } + if (dict->lookup("Decode", &obj1)->isArray() && + obj1.arrayGetLength() >= 6) { + xMin = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + xMax = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + xMul = (xMax - xMin) / (pow(2.0, coordBits) - 1); + yMin = obj1.arrayGet(2, &obj2)->getNum(); + obj2.free(); + yMax = obj1.arrayGet(3, &obj2)->getNum(); + obj2.free(); + yMul = (yMax - yMin) / (pow(2.0, coordBits) - 1); + for (i = 0; 5 + 2*i < obj1.arrayGetLength() && i < gfxColorMaxComps; ++i) { + cMin[i] = obj1.arrayGet(4 + 2*i, &obj2)->getNum(); + obj2.free(); + cMax[i] = obj1.arrayGet(5 + 2*i, &obj2)->getNum(); + obj2.free(); + cMul[i] = (cMax[i] - cMin[i]) / (double)((1 << compBits) - 1); + } + nComps = i; + } else { + error(-1, "Missing or invalid Decode array in shading dictionary"); + goto err2; + } + obj1.free(); + + if (!dict->lookup("Function", &obj1)->isNull()) { + if (obj1.isArray()) { + nFuncsA = obj1.arrayGetLength(); + if (nFuncsA > gfxColorMaxComps) { + error(-1, "Invalid Function array in shading dictionary"); + goto err1; + } + for (i = 0; i < nFuncsA; ++i) { + obj1.arrayGet(i, &obj2); + if (!(funcsA[i] = Function::parse(&obj2))) { + obj1.free(); + obj2.free(); + goto err1; + } + obj2.free(); + } + } else { + nFuncsA = 1; + if (!(funcsA[0] = Function::parse(&obj1))) { + obj1.free(); + goto err1; + } + } + } else { + nFuncsA = 0; + } + obj1.free(); + + nVerticesA = nTrianglesA = 0; + verticesA = NULL; + trianglesA = NULL; + vertSize = triSize = 0; + state = 0; + flag = 0; // make gcc happy + bitBuf = new GfxShadingBitBuf(str); + while (1) { + if (typeA == 4) { + if (!bitBuf->getBits(flagBits, &flag)) { + break; + } + } + if (!bitBuf->getBits(coordBits, &x) || + !bitBuf->getBits(coordBits, &y)) { + break; + } + for (i = 0; i < nComps; ++i) { + if (!bitBuf->getBits(compBits, &c[i])) { + break; + } + } + if (i < nComps) { + break; + } + if (nVerticesA == vertSize) { + vertSize = (vertSize == 0) ? 16 : 2 * vertSize; + verticesA = (GfxGouraudVertex *) + greallocn(verticesA, vertSize, sizeof(GfxGouraudVertex)); + } + verticesA[nVerticesA].x = xMin + xMul * (double)x; + verticesA[nVerticesA].y = yMin + yMul * (double)y; + for (i = 0; i < nComps; ++i) { + verticesA[nVerticesA].color.c[i] = + dblToCol(cMin[i] + cMul[i] * (double)c[i]); + } + ++nVerticesA; + bitBuf->flushBits(); + if (typeA == 4) { + if (state == 0 || state == 1) { + ++state; + } else if (state == 2 || flag > 0) { + if (nTrianglesA == triSize) { + triSize = (triSize == 0) ? 16 : 2 * triSize; + trianglesA = (int (*)[3]) + greallocn(trianglesA, triSize * 3, sizeof(int)); + } + if (state == 2) { + trianglesA[nTrianglesA][0] = nVerticesA - 3; + trianglesA[nTrianglesA][1] = nVerticesA - 2; + trianglesA[nTrianglesA][2] = nVerticesA - 1; + ++state; + } else if (flag == 1) { + trianglesA[nTrianglesA][0] = trianglesA[nTrianglesA - 1][1]; + trianglesA[nTrianglesA][1] = trianglesA[nTrianglesA - 1][2]; + trianglesA[nTrianglesA][2] = nVerticesA - 1; + } else { // flag == 2 + trianglesA[nTrianglesA][0] = trianglesA[nTrianglesA - 1][0]; + trianglesA[nTrianglesA][1] = trianglesA[nTrianglesA - 1][2]; + trianglesA[nTrianglesA][2] = nVerticesA - 1; + } + ++nTrianglesA; + } else { // state == 3 && flag == 0 + state = 1; + } + } + } + delete bitBuf; + if (typeA == 5) { + nRows = nVerticesA / vertsPerRow; + nTrianglesA = (nRows - 1) * 2 * (vertsPerRow - 1); + trianglesA = (int (*)[3])gmallocn(nTrianglesA * 3, sizeof(int)); + k = 0; + for (i = 0; i < nRows - 1; ++i) { + for (j = 0; j < vertsPerRow - 1; ++j) { + trianglesA[k][0] = i * vertsPerRow + j; + trianglesA[k][1] = i * vertsPerRow + j+1; + trianglesA[k][2] = (i+1) * vertsPerRow + j; + ++k; + trianglesA[k][0] = i * vertsPerRow + j+1; + trianglesA[k][1] = (i+1) * vertsPerRow + j; + trianglesA[k][2] = (i+1) * vertsPerRow + j+1; + ++k; + } + } + } + + shading = new GfxGouraudTriangleShading(typeA, verticesA, nVerticesA, + trianglesA, nTrianglesA, + funcsA, nFuncsA); + if (!shading->init(dict)) { + delete shading; + return NULL; + } + return shading; + + err2: + obj1.free(); + err1: + return NULL; +} + +GfxShading *GfxGouraudTriangleShading::copy() { + return new GfxGouraudTriangleShading(this); +} + +void GfxGouraudTriangleShading::getTriangle( + int i, + double *x0, double *y0, GfxColor *color0, + double *x1, double *y1, GfxColor *color1, + double *x2, double *y2, GfxColor *color2) { + double in; + double out[gfxColorMaxComps]; + int v, j; + + v = triangles[i][0]; + *x0 = vertices[v].x; + *y0 = vertices[v].y; + if (nFuncs > 0) { + in = colToDbl(vertices[v].color.c[0]); + for (j = 0; j < nFuncs; ++j) { + funcs[j]->transform(&in, &out[j]); + } + for (j = 0; j < gfxColorMaxComps; ++j) { + color0->c[j] = dblToCol(out[j]); + } + } else { + *color0 = vertices[v].color; + } + v = triangles[i][1]; + *x1 = vertices[v].x; + *y1 = vertices[v].y; + if (nFuncs > 0) { + in = colToDbl(vertices[v].color.c[0]); + for (j = 0; j < nFuncs; ++j) { + funcs[j]->transform(&in, &out[j]); + } + for (j = 0; j < gfxColorMaxComps; ++j) { + color1->c[j] = dblToCol(out[j]); + } + } else { + *color1 = vertices[v].color; + } + v = triangles[i][2]; + *x2 = vertices[v].x; + *y2 = vertices[v].y; + if (nFuncs > 0) { + in = colToDbl(vertices[v].color.c[0]); + for (j = 0; j < nFuncs; ++j) { + funcs[j]->transform(&in, &out[j]); + } + for (j = 0; j < gfxColorMaxComps; ++j) { + color2->c[j] = dblToCol(out[j]); + } + } else { + *color2 = vertices[v].color; + } +} + +//------------------------------------------------------------------------ +// GfxPatchMeshShading +//------------------------------------------------------------------------ + +GfxPatchMeshShading::GfxPatchMeshShading(int typeA, + GfxPatch *patchesA, int nPatchesA, + Function **funcsA, int nFuncsA): + GfxShading(typeA) +{ + int i; + + patches = patchesA; + nPatches = nPatchesA; + nFuncs = nFuncsA; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = funcsA[i]; + } +} + +GfxPatchMeshShading::GfxPatchMeshShading(GfxPatchMeshShading *shading): + GfxShading(shading) +{ + int i; + + nPatches = shading->nPatches; + patches = (GfxPatch *)gmallocn(nPatches, sizeof(GfxPatch)); + memcpy(patches, shading->patches, nPatches * sizeof(GfxPatch)); + nFuncs = shading->nFuncs; + for (i = 0; i < nFuncs; ++i) { + funcs[i] = shading->funcs[i]->copy(); + } +} + +GfxPatchMeshShading::~GfxPatchMeshShading() { + int i; + + gfree(patches); + for (i = 0; i < nFuncs; ++i) { + delete funcs[i]; + } +} + +GfxPatchMeshShading *GfxPatchMeshShading::parse(int typeA, Dict *dict, + Stream *str) { + GfxPatchMeshShading *shading; + Function *funcsA[gfxColorMaxComps]; + int nFuncsA; + int coordBits, compBits, flagBits; + double xMin, xMax, yMin, yMax; + double cMin[gfxColorMaxComps], cMax[gfxColorMaxComps]; + double xMul, yMul; + double cMul[gfxColorMaxComps]; + GfxPatch *patchesA, *p; + int nComps, nPatchesA, patchesSize, nPts, nColors; + Guint flag; + double x[16], y[16]; + Guint xi, yi; + GfxColorComp c[4][gfxColorMaxComps]; + Guint ci[4]; + GfxShadingBitBuf *bitBuf; + Object obj1, obj2; + int i, j; + + if (dict->lookup("BitsPerCoordinate", &obj1)->isInt()) { + coordBits = obj1.getInt(); + } else { + error(-1, "Missing or invalid BitsPerCoordinate in shading dictionary"); + goto err2; + } + obj1.free(); + if (dict->lookup("BitsPerComponent", &obj1)->isInt()) { + compBits = obj1.getInt(); + } else { + error(-1, "Missing or invalid BitsPerComponent in shading dictionary"); + goto err2; + } + obj1.free(); + if (dict->lookup("BitsPerFlag", &obj1)->isInt()) { + flagBits = obj1.getInt(); + } else { + error(-1, "Missing or invalid BitsPerFlag in shading dictionary"); + goto err2; + } + obj1.free(); + if (dict->lookup("Decode", &obj1)->isArray() && + obj1.arrayGetLength() >= 6) { + xMin = obj1.arrayGet(0, &obj2)->getNum(); + obj2.free(); + xMax = obj1.arrayGet(1, &obj2)->getNum(); + obj2.free(); + xMul = (xMax - xMin) / (pow(2.0, coordBits) - 1); + yMin = obj1.arrayGet(2, &obj2)->getNum(); + obj2.free(); + yMax = obj1.arrayGet(3, &obj2)->getNum(); + obj2.free(); + yMul = (yMax - yMin) / (pow(2.0, coordBits) - 1); + for (i = 0; 5 + 2*i < obj1.arrayGetLength() && i < gfxColorMaxComps; ++i) { + cMin[i] = obj1.arrayGet(4 + 2*i, &obj2)->getNum(); + obj2.free(); + cMax[i] = obj1.arrayGet(5 + 2*i, &obj2)->getNum(); + obj2.free(); + cMul[i] = (cMax[i] - cMin[i]) / (double)((1 << compBits) - 1); + } + nComps = i; + } else { + error(-1, "Missing or invalid Decode array in shading dictionary"); + goto err2; + } + obj1.free(); + + if (!dict->lookup("Function", &obj1)->isNull()) { + if (obj1.isArray()) { + nFuncsA = obj1.arrayGetLength(); + if (nFuncsA > gfxColorMaxComps) { + error(-1, "Invalid Function array in shading dictionary"); + goto err1; + } + for (i = 0; i < nFuncsA; ++i) { + obj1.arrayGet(i, &obj2); + if (!(funcsA[i] = Function::parse(&obj2))) { + obj1.free(); + obj2.free(); + goto err1; + } + obj2.free(); + } + } else { + nFuncsA = 1; + if (!(funcsA[0] = Function::parse(&obj1))) { + obj1.free(); + goto err1; + } + } + } else { + nFuncsA = 0; + } + obj1.free(); + + nPatchesA = 0; + patchesA = NULL; + patchesSize = 0; + bitBuf = new GfxShadingBitBuf(str); + while (1) { + if (!bitBuf->getBits(flagBits, &flag)) { + break; + } + if (typeA == 6) { + switch (flag) { + case 0: nPts = 12; nColors = 4; break; + case 1: + case 2: + case 3: + default: nPts = 8; nColors = 2; break; + } + } else { + switch (flag) { + case 0: nPts = 16; nColors = 4; break; + case 1: + case 2: + case 3: + default: nPts = 12; nColors = 2; break; + } + } + for (i = 0; i < nPts; ++i) { + if (!bitBuf->getBits(coordBits, &xi) || + !bitBuf->getBits(coordBits, &yi)) { + break; + } + x[i] = xMin + xMul * (double)xi; + y[i] = yMin + yMul * (double)yi; + } + if (i < nPts) { + break; + } + for (i = 0; i < nColors; ++i) { + for (j = 0; j < nComps; ++j) { + if (!bitBuf->getBits(compBits, &ci[j])) { + break; + } + c[i][j] = dblToCol(cMin[j] + cMul[j] * (double)ci[j]); + } + if (j < nComps) { + break; + } + } + if (i < nColors) { + break; + } + if (nPatchesA == patchesSize) { + patchesSize = (patchesSize == 0) ? 16 : 2 * patchesSize; + patchesA = (GfxPatch *)greallocn(patchesA, + patchesSize, sizeof(GfxPatch)); + } + p = &patchesA[nPatchesA]; + if (typeA == 6) { + switch (flag) { + case 0: + p->x[0][0] = x[0]; + p->y[0][0] = y[0]; + p->x[0][1] = x[1]; + p->y[0][1] = y[1]; + p->x[0][2] = x[2]; + p->y[0][2] = y[2]; + p->x[0][3] = x[3]; + p->y[0][3] = y[3]; + p->x[1][3] = x[4]; + p->y[1][3] = y[4]; + p->x[2][3] = x[5]; + p->y[2][3] = y[5]; + p->x[3][3] = x[6]; + p->y[3][3] = y[6]; + p->x[3][2] = x[7]; + p->y[3][2] = y[7]; + p->x[3][1] = x[8]; + p->y[3][1] = y[8]; + p->x[3][0] = x[9]; + p->y[3][0] = y[9]; + p->x[2][0] = x[10]; + p->y[2][0] = y[10]; + p->x[1][0] = x[11]; + p->y[1][0] = y[11]; + for (j = 0; j < nComps; ++j) { + p->color[0][0].c[j] = c[0][j]; + p->color[0][1].c[j] = c[1][j]; + p->color[1][1].c[j] = c[2][j]; + p->color[1][0].c[j] = c[3][j]; + } + break; + case 1: + p->x[0][0] = patchesA[nPatchesA-1].x[0][3]; + p->y[0][0] = patchesA[nPatchesA-1].y[0][3]; + p->x[0][1] = patchesA[nPatchesA-1].x[1][3]; + p->y[0][1] = patchesA[nPatchesA-1].y[1][3]; + p->x[0][2] = patchesA[nPatchesA-1].x[2][3]; + p->y[0][2] = patchesA[nPatchesA-1].y[2][3]; + p->x[0][3] = patchesA[nPatchesA-1].x[3][3]; + p->y[0][3] = patchesA[nPatchesA-1].y[3][3]; + p->x[1][3] = x[0]; + p->y[1][3] = y[0]; + p->x[2][3] = x[1]; + p->y[2][3] = y[1]; + p->x[3][3] = x[2]; + p->y[3][3] = y[2]; + p->x[3][2] = x[3]; + p->y[3][2] = y[3]; + p->x[3][1] = x[4]; + p->y[3][1] = y[4]; + p->x[3][0] = x[5]; + p->y[3][0] = y[5]; + p->x[2][0] = x[6]; + p->y[2][0] = y[6]; + p->x[1][0] = x[7]; + p->y[1][0] = y[7]; + for (j = 0; j < nComps; ++j) { + p->color[0][0].c[j] = patchesA[nPatchesA-1].color[0][1].c[j]; + p->color[0][1].c[j] = patchesA[nPatchesA-1].color[1][1].c[j]; + p->color[1][1].c[j] = c[0][j]; + p->color[1][0].c[j] = c[1][j]; + } + break; + case 2: + p->x[0][0] = patchesA[nPatchesA-1].x[3][3]; + p->y[0][0] = patchesA[nPatchesA-1].y[3][3]; + p->x[0][1] = patchesA[nPatchesA-1].x[3][2]; + p->y[0][1] = patchesA[nPatchesA-1].y[3][2]; + p->x[0][2] = patchesA[nPatchesA-1].x[3][1]; + p->y[0][2] = patchesA[nPatchesA-1].y[3][1]; + p->x[0][3] = patchesA[nPatchesA-1].x[3][0]; + p->y[0][3] = patchesA[nPatchesA-1].y[3][0]; + p->x[1][3] = x[0]; + p->y[1][3] = y[0]; + p->x[2][3] = x[1]; + p->y[2][3] = y[1]; + p->x[3][3] = x[2]; + p->y[3][3] = y[2]; + p->x[3][2] = x[3]; + p->y[3][2] = y[3]; + p->x[3][1] = x[4]; + p->y[3][1] = y[4]; + p->x[3][0] = x[5]; + p->y[3][0] = y[5]; + p->x[2][0] = x[6]; + p->y[2][0] = y[6]; + p->x[1][0] = x[7]; + p->y[1][0] = y[7]; + for (j = 0; j < nComps; ++j) { + p->color[0][0].c[j] = patchesA[nPatchesA-1].color[1][1].c[j]; + p->color[0][1].c[j] = patchesA[nPatchesA-1].color[1][0].c[j]; + p->color[1][1].c[j] = c[0][j]; + p->color[1][0].c[j] = c[1][j]; + } + break; + case 3: + p->x[0][0] = patchesA[nPatchesA-1].x[3][0]; + p->y[0][0] = patchesA[nPatchesA-1].y[3][0]; + p->x[0][1] = patchesA[nPatchesA-1].x[2][0]; + p->y[0][1] = patchesA[nPatchesA-1].y[2][0]; + p->x[0][2] = patchesA[nPatchesA-1].x[1][0]; + p->y[0][2] = patchesA[nPatchesA-1].y[1][0]; + p->x[0][3] = patchesA[nPatchesA-1].x[0][0]; + p->y[0][3] = patchesA[nPatchesA-1].y[0][0]; + p->x[1][3] = x[0]; + p->y[1][3] = y[0]; + p->x[2][3] = x[1]; + p->y[2][3] = y[1]; + p->x[3][3] = x[2]; + p->y[3][3] = y[2]; + p->x[3][2] = x[3]; + p->y[3][2] = y[3]; + p->x[3][1] = x[4]; + p->y[3][1] = y[4]; + p->x[3][0] = x[5]; + p->y[3][0] = y[5]; + p->x[2][0] = x[6]; + p->y[2][0] = y[6]; + p->x[1][0] = x[7]; + p->y[1][0] = y[7]; + for (j = 0; j < nComps; ++j) { + p->color[0][1].c[j] = patchesA[nPatchesA-1].color[1][0].c[j]; + p->color[0][1].c[j] = patchesA[nPatchesA-1].color[0][0].c[j]; + p->color[1][1].c[j] = c[0][j]; + p->color[1][0].c[j] = c[1][j]; + } + break; + } + } else { + switch (flag) { + case 0: + p->x[0][0] = x[0]; + p->y[0][0] = y[0]; + p->x[0][1] = x[1]; + p->y[0][1] = y[1]; + p->x[0][2] = x[2]; + p->y[0][2] = y[2]; + p->x[0][3] = x[3]; + p->y[0][3] = y[3]; + p->x[1][3] = x[4]; + p->y[1][3] = y[4]; + p->x[2][3] = x[5]; + p->y[2][3] = y[5]; + p->x[3][3] = x[6]; + p->y[3][3] = y[6]; + p->x[3][2] = x[7]; + p->y[3][2] = y[7]; + p->x[3][1] = x[8]; + p->y[3][1] = y[8]; + p->x[3][0] = x[9]; + p->y[3][0] = y[9]; + p->x[2][0] = x[10]; + p->y[2][0] = y[10]; + p->x[1][0] = x[11]; + p->y[1][0] = y[11]; + p->x[1][1] = x[12]; + p->y[1][1] = y[12]; + p->x[1][2] = x[13]; + p->y[1][2] = y[13]; + p->x[2][2] = x[14]; + p->y[2][2] = y[14]; + p->x[2][1] = x[15]; + p->y[2][1] = y[15]; + for (j = 0; j < nComps; ++j) { + p->color[0][0].c[j] = c[0][j]; + p->color[0][1].c[j] = c[1][j]; + p->color[1][1].c[j] = c[2][j]; + p->color[1][0].c[j] = c[3][j]; + } + break; + case 1: + p->x[0][0] = patchesA[nPatchesA-1].x[0][3]; + p->y[0][0] = patchesA[nPatchesA-1].y[0][3]; + p->x[0][1] = patchesA[nPatchesA-1].x[1][3]; + p->y[0][1] = patchesA[nPatchesA-1].y[1][3]; + p->x[0][2] = patchesA[nPatchesA-1].x[2][3]; + p->y[0][2] = patchesA[nPatchesA-1].y[2][3]; + p->x[0][3] = patchesA[nPatchesA-1].x[3][3]; + p->y[0][3] = patchesA[nPatchesA-1].y[3][3]; + p->x[1][3] = x[0]; + p->y[1][3] = y[0]; + p->x[2][3] = x[1]; + p->y[2][3] = y[1]; + p->x[3][3] = x[2]; + p->y[3][3] = y[2]; + p->x[3][2] = x[3]; + p->y[3][2] = y[3]; + p->x[3][1] = x[4]; + p->y[3][1] = y[4]; + p->x[3][0] = x[5]; + p->y[3][0] = y[5]; + p->x[2][0] = x[6]; + p->y[2][0] = y[6]; + p->x[1][0] = x[7]; + p->y[1][0] = y[7]; + p->x[1][1] = x[8]; + p->y[1][1] = y[8]; + p->x[1][2] = x[9]; + p->y[1][2] = y[9]; + p->x[2][2] = x[10]; + p->y[2][2] = y[10]; + p->x[2][1] = x[11]; + p->y[2][1] = y[11]; + for (j = 0; j < nComps; ++j) { + p->color[0][0].c[j] = patchesA[nPatchesA-1].color[0][1].c[j]; + p->color[0][1].c[j] = patchesA[nPatchesA-1].color[1][1].c[j]; + p->color[1][1].c[j] = c[0][j]; + p->color[1][0].c[j] = c[1][j]; + } + break; + case 2: + p->x[0][0] = patchesA[nPatchesA-1].x[3][3]; + p->y[0][0] = patchesA[nPatchesA-1].y[3][3]; + p->x[0][1] = patchesA[nPatchesA-1].x[3][2]; + p->y[0][1] = patchesA[nPatchesA-1].y[3][2]; + p->x[0][2] = patchesA[nPatchesA-1].x[3][1]; + p->y[0][2] = patchesA[nPatchesA-1].y[3][1]; + p->x[0][3] = patchesA[nPatchesA-1].x[3][0]; + p->y[0][3] = patchesA[nPatchesA-1].y[3][0]; + p->x[1][3] = x[0]; + p->y[1][3] = y[0]; + p->x[2][3] = x[1]; + p->y[2][3] = y[1]; + p->x[3][3] = x[2]; + p->y[3][3] = y[2]; + p->x[3][2] = x[3]; + p->y[3][2] = y[3]; + p->x[3][1] = x[4]; + p->y[3][1] = y[4]; + p->x[3][0] = x[5]; + p->y[3][0] = y[5]; + p->x[2][0] = x[6]; + p->y[2][0] = y[6]; + p->x[1][0] = x[7]; + p->y[1][0] = y[7]; + p->x[1][1] = x[8]; + p->y[1][1] = y[8]; + p->x[1][2] = x[9]; + p->y[1][2] = y[9]; + p->x[2][2] = x[10]; + p->y[2][2] = y[10]; + p->x[2][1] = x[11]; + p->y[2][1] = y[11]; + for (j = 0; j < nComps; ++j) { + p->color[0][0].c[j] = patchesA[nPatchesA-1].color[1][1].c[j]; + p->color[0][1].c[j] = patchesA[nPatchesA-1].color[1][0].c[j]; + p->color[1][1].c[j] = c[0][j]; + p->color[1][0].c[j] = c[1][j]; + } + break; + case 3: + p->x[0][0] = patchesA[nPatchesA-1].x[3][0]; + p->y[0][0] = patchesA[nPatchesA-1].y[3][0]; + p->x[0][1] = patchesA[nPatchesA-1].x[2][0]; + p->y[0][1] = patchesA[nPatchesA-1].y[2][0]; + p->x[0][2] = patchesA[nPatchesA-1].x[1][0]; + p->y[0][2] = patchesA[nPatchesA-1].y[1][0]; + p->x[0][3] = patchesA[nPatchesA-1].x[0][0]; + p->y[0][3] = patchesA[nPatchesA-1].y[0][0]; + p->x[1][3] = x[0]; + p->y[1][3] = y[0]; + p->x[2][3] = x[1]; + p->y[2][3] = y[1]; + p->x[3][3] = x[2]; + p->y[3][3] = y[2]; + p->x[3][2] = x[3]; + p->y[3][2] = y[3]; + p->x[3][1] = x[4]; + p->y[3][1] = y[4]; + p->x[3][0] = x[5]; + p->y[3][0] = y[5]; + p->x[2][0] = x[6]; + p->y[2][0] = y[6]; + p->x[1][0] = x[7]; + p->y[1][0] = y[7]; + p->x[1][1] = x[8]; + p->y[1][1] = y[8]; + p->x[1][2] = x[9]; + p->y[1][2] = y[9]; + p->x[2][2] = x[10]; + p->y[2][2] = y[10]; + p->x[2][1] = x[11]; + p->y[2][1] = y[11]; + for (j = 0; j < nComps; ++j) { + p->color[0][0].c[j] = patchesA[nPatchesA-1].color[1][0].c[j]; + p->color[0][1].c[j] = patchesA[nPatchesA-1].color[0][0].c[j]; + p->color[1][1].c[j] = c[0][j]; + p->color[1][0].c[j] = c[1][j]; + } + break; + } + } + ++nPatchesA; + bitBuf->flushBits(); + } + delete bitBuf; + + if (typeA == 6) { + for (i = 0; i < nPatchesA; ++i) { + p = &patchesA[i]; + p->x[1][1] = (-4 * p->x[0][0] + +6 * (p->x[0][1] + p->x[1][0]) + -2 * (p->x[0][3] + p->x[3][0]) + +3 * (p->x[3][1] + p->x[1][3]) + - p->x[3][3]) / 9; + p->y[1][1] = (-4 * p->y[0][0] + +6 * (p->y[0][1] + p->y[1][0]) + -2 * (p->y[0][3] + p->y[3][0]) + +3 * (p->y[3][1] + p->y[1][3]) + - p->y[3][3]) / 9; + p->x[1][2] = (-4 * p->x[0][3] + +6 * (p->x[0][2] + p->x[1][3]) + -2 * (p->x[0][0] + p->x[3][3]) + +3 * (p->x[3][2] + p->x[1][0]) + - p->x[3][0]) / 9; + p->y[1][2] = (-4 * p->y[0][3] + +6 * (p->y[0][2] + p->y[1][3]) + -2 * (p->y[0][0] + p->y[3][3]) + +3 * (p->y[3][2] + p->y[1][0]) + - p->y[3][0]) / 9; + p->x[2][1] = (-4 * p->x[3][0] + +6 * (p->x[3][1] + p->x[2][0]) + -2 * (p->x[3][3] + p->x[0][0]) + +3 * (p->x[0][1] + p->x[2][3]) + - p->x[0][3]) / 9; + p->y[2][1] = (-4 * p->y[3][0] + +6 * (p->y[3][1] + p->y[2][0]) + -2 * (p->y[3][3] + p->y[0][0]) + +3 * (p->y[0][1] + p->y[2][3]) + - p->y[0][3]) / 9; + p->x[2][2] = (-4 * p->x[3][3] + +6 * (p->x[3][2] + p->x[2][3]) + -2 * (p->x[3][0] + p->x[0][3]) + +3 * (p->x[0][2] + p->x[2][0]) + - p->x[0][0]) / 9; + p->y[2][2] = (-4 * p->y[3][3] + +6 * (p->y[3][2] + p->y[2][3]) + -2 * (p->y[3][0] + p->y[0][3]) + +3 * (p->y[0][2] + p->y[2][0]) + - p->y[0][0]) / 9; + } + } + + shading = new GfxPatchMeshShading(typeA, patchesA, nPatchesA, + funcsA, nFuncsA); + if (!shading->init(dict)) { + delete shading; + return NULL; + } + return shading; + + err2: + obj1.free(); + err1: + return NULL; +} + +GfxShading *GfxPatchMeshShading::copy() { + return new GfxPatchMeshShading(this); +} + +//------------------------------------------------------------------------ +// GfxImageColorMap +//------------------------------------------------------------------------ + +GfxImageColorMap::GfxImageColorMap(int bitsA, Object *decode, + GfxColorSpace *colorSpaceA) { + GfxIndexedColorSpace *indexedCS; + GfxSeparationColorSpace *sepCS; + int maxPixel, indexHigh; + Guchar *lookup2; + Function *sepFunc; + Object obj; + double x[gfxColorMaxComps]; + double y[gfxColorMaxComps]; + int i, j, k; + + ok = gTrue; + + // bits per component and color space + bits = bitsA; + maxPixel = (1 << bits) - 1; + colorSpace = colorSpaceA; + + // get decode map + if (decode->isNull()) { + nComps = colorSpace->getNComps(); + colorSpace->getDefaultRanges(decodeLow, decodeRange, maxPixel); + } else if (decode->isArray()) { + nComps = decode->arrayGetLength() / 2; + if (nComps != colorSpace->getNComps()) { + goto err1; + } + for (i = 0; i < nComps; ++i) { + decode->arrayGet(2*i, &obj); + if (!obj.isNum()) { + goto err2; + } + decodeLow[i] = obj.getNum(); + obj.free(); + decode->arrayGet(2*i+1, &obj); + if (!obj.isNum()) { + goto err2; + } + decodeRange[i] = obj.getNum() - decodeLow[i]; + obj.free(); + } + } else { + goto err1; + } + + // Construct a lookup table -- this stores pre-computed decoded + // values for each component, i.e., the result of applying the + // decode mapping to each possible image pixel component value. + // + // Optimization: for Indexed and Separation color spaces (which have + // only one component), we store color values in the lookup table + // rather than component values. + for (k = 0; k < gfxColorMaxComps; ++k) { + lookup[k] = NULL; + } + colorSpace2 = NULL; + nComps2 = 0; + if (colorSpace->getMode() == csIndexed) { + // Note that indexHigh may not be the same as maxPixel -- + // Distiller will remove unused palette entries, resulting in + // indexHigh < maxPixel. + indexedCS = (GfxIndexedColorSpace *)colorSpace; + colorSpace2 = indexedCS->getBase(); + indexHigh = indexedCS->getIndexHigh(); + nComps2 = colorSpace2->getNComps(); + lookup2 = indexedCS->getLookup(); + colorSpace2->getDefaultRanges(x, y, indexHigh); + for (k = 0; k < nComps2; ++k) { + lookup[k] = (GfxColorComp *)gmallocn(maxPixel + 1, + sizeof(GfxColorComp)); + for (i = 0; i <= maxPixel; ++i) { + j = (int)(decodeLow[0] + (i * decodeRange[0]) / maxPixel + 0.5); + if (j < 0) { + j = 0; + } else if (j > indexHigh) { + j = indexHigh; + } + lookup[k][i] = + dblToCol(x[k] + (lookup2[j*nComps2 + k] / 255.0) * y[k]); + } + } + } else if (colorSpace->getMode() == csSeparation) { + sepCS = (GfxSeparationColorSpace *)colorSpace; + colorSpace2 = sepCS->getAlt(); + nComps2 = colorSpace2->getNComps(); + sepFunc = sepCS->getFunc(); + for (k = 0; k < nComps2; ++k) { + lookup[k] = (GfxColorComp *)gmallocn(maxPixel + 1, + sizeof(GfxColorComp)); + for (i = 0; i <= maxPixel; ++i) { + x[0] = decodeLow[0] + (i * decodeRange[0]) / maxPixel; + sepFunc->transform(x, y); + lookup[k][i] = dblToCol(y[k]); + } + } + } else { + for (k = 0; k < nComps; ++k) { + lookup[k] = (GfxColorComp *)gmallocn(maxPixel + 1, + sizeof(GfxColorComp)); + for (i = 0; i <= maxPixel; ++i) { + lookup[k][i] = dblToCol(decodeLow[k] + + (i * decodeRange[k]) / maxPixel); + } + } + } + + return; + + err2: + obj.free(); + err1: + ok = gFalse; +} + +GfxImageColorMap::GfxImageColorMap(GfxImageColorMap *colorMap) { + int n, i, k; + + colorSpace = colorMap->colorSpace->copy(); + bits = colorMap->bits; + nComps = colorMap->nComps; + nComps2 = colorMap->nComps2; + colorSpace2 = NULL; + for (k = 0; k < gfxColorMaxComps; ++k) { + lookup[k] = NULL; + } + n = 1 << bits; + if (colorSpace->getMode() == csIndexed) { + colorSpace2 = ((GfxIndexedColorSpace *)colorSpace)->getBase(); + for (k = 0; k < nComps2; ++k) { + lookup[k] = (GfxColorComp *)gmallocn(n, sizeof(GfxColorComp)); + memcpy(lookup[k], colorMap->lookup[k], n * sizeof(GfxColorComp)); + } + } else if (colorSpace->getMode() == csSeparation) { + colorSpace2 = ((GfxSeparationColorSpace *)colorSpace)->getAlt(); + for (k = 0; k < nComps2; ++k) { + lookup[k] = (GfxColorComp *)gmallocn(n, sizeof(GfxColorComp)); + memcpy(lookup[k], colorMap->lookup[k], n * sizeof(GfxColorComp)); + } + } else { + for (k = 0; k < nComps; ++k) { + lookup[k] = (GfxColorComp *)gmallocn(n, sizeof(GfxColorComp)); + memcpy(lookup[k], colorMap->lookup[k], n * sizeof(GfxColorComp)); + } + } + for (i = 0; i < nComps; ++i) { + decodeLow[i] = colorMap->decodeLow[i]; + decodeRange[i] = colorMap->decodeRange[i]; + } + ok = gTrue; +} + +GfxImageColorMap::~GfxImageColorMap() { + int i; + + delete colorSpace; + for (i = 0; i < gfxColorMaxComps; ++i) { + gfree(lookup[i]); + } +} + +void GfxImageColorMap::getGray(Guchar *x, GfxGray *gray) { + GfxColor color; + int i; + + if (colorSpace2) { + for (i = 0; i < nComps2; ++i) { + color.c[i] = lookup[i][x[0]]; + } + colorSpace2->getGray(&color, gray); + } else { + for (i = 0; i < nComps; ++i) { + color.c[i] = lookup[i][x[i]]; + } + colorSpace->getGray(&color, gray); + } +} + +void GfxImageColorMap::getRGB(Guchar *x, GfxRGB *rgb) { + GfxColor color; + int i; + + if (colorSpace2) { + for (i = 0; i < nComps2; ++i) { + color.c[i] = lookup[i][x[0]]; + } + colorSpace2->getRGB(&color, rgb); + } else { + for (i = 0; i < nComps; ++i) { + color.c[i] = lookup[i][x[i]]; + } + colorSpace->getRGB(&color, rgb); + } +} + +void GfxImageColorMap::getCMYK(Guchar *x, GfxCMYK *cmyk) { + GfxColor color; + int i; + + if (colorSpace2) { + for (i = 0; i < nComps2; ++i) { + color.c[i] = lookup[i][x[0]]; + } + colorSpace2->getCMYK(&color, cmyk); + } else { + for (i = 0; i < nComps; ++i) { + color.c[i] = lookup[i][x[i]]; + } + colorSpace->getCMYK(&color, cmyk); + } +} + +void GfxImageColorMap::getColor(Guchar *x, GfxColor *color) { + int maxPixel, i; + + maxPixel = (1 << bits) - 1; + for (i = 0; i < nComps; ++i) { + color->c[i] = dblToCol(decodeLow[i] + (x[i] * decodeRange[i]) / maxPixel); + } +} + +//------------------------------------------------------------------------ +// GfxSubpath and GfxPath +//------------------------------------------------------------------------ + +GfxSubpath::GfxSubpath(double x1, double y1) { + size = 16; + x = (double *)gmallocn(size, sizeof(double)); + y = (double *)gmallocn(size, sizeof(double)); + curve = (GBool *)gmallocn(size, sizeof(GBool)); + n = 1; + x[0] = x1; + y[0] = y1; + curve[0] = gFalse; + closed = gFalse; +} + +GfxSubpath::~GfxSubpath() { + gfree(x); + gfree(y); + gfree(curve); +} + +// Used for copy(). +GfxSubpath::GfxSubpath(GfxSubpath *subpath) { + size = subpath->size; + n = subpath->n; + x = (double *)gmallocn(size, sizeof(double)); + y = (double *)gmallocn(size, sizeof(double)); + curve = (GBool *)gmallocn(size, sizeof(GBool)); + memcpy(x, subpath->x, n * sizeof(double)); + memcpy(y, subpath->y, n * sizeof(double)); + memcpy(curve, subpath->curve, n * sizeof(GBool)); + closed = subpath->closed; +} + +void GfxSubpath::lineTo(double x1, double y1) { + if (n >= size) { + size += 16; + x = (double *)greallocn(x, size, sizeof(double)); + y = (double *)greallocn(y, size, sizeof(double)); + curve = (GBool *)greallocn(curve, size, sizeof(GBool)); + } + x[n] = x1; + y[n] = y1; + curve[n] = gFalse; + ++n; +} + +void GfxSubpath::curveTo(double x1, double y1, double x2, double y2, + double x3, double y3) { + if (n+3 > size) { + size += 16; + x = (double *)greallocn(x, size, sizeof(double)); + y = (double *)greallocn(y, size, sizeof(double)); + curve = (GBool *)greallocn(curve, size, sizeof(GBool)); + } + x[n] = x1; + y[n] = y1; + x[n+1] = x2; + y[n+1] = y2; + x[n+2] = x3; + y[n+2] = y3; + curve[n] = curve[n+1] = gTrue; + curve[n+2] = gFalse; + n += 3; +} + +void GfxSubpath::close() { + if (x[n-1] != x[0] || y[n-1] != y[0]) { + lineTo(x[0], y[0]); + } + closed = gTrue; +} + +void GfxSubpath::offset(double dx, double dy) { + int i; + + for (i = 0; i < n; ++i) { + x[i] += dx; + y[i] += dy; + } +} + +GfxPath::GfxPath() { + justMoved = gFalse; + size = 16; + n = 0; + firstX = firstY = 0; + subpaths = (GfxSubpath **)gmallocn(size, sizeof(GfxSubpath *)); +} + +GfxPath::~GfxPath() { + int i; + + for (i = 0; i < n; ++i) + delete subpaths[i]; + gfree(subpaths); +} + +// Used for copy(). +GfxPath::GfxPath(GBool justMoved1, double firstX1, double firstY1, + GfxSubpath **subpaths1, int n1, int size1) { + int i; + + justMoved = justMoved1; + firstX = firstX1; + firstY = firstY1; + size = size1; + n = n1; + subpaths = (GfxSubpath **)gmallocn(size, sizeof(GfxSubpath *)); + for (i = 0; i < n; ++i) + subpaths[i] = subpaths1[i]->copy(); +} + +void GfxPath::moveTo(double x, double y) { + justMoved = gTrue; + firstX = x; + firstY = y; +} + +void GfxPath::lineTo(double x, double y) { + if (justMoved) { + if (n >= size) { + size += 16; + subpaths = (GfxSubpath **) + greallocn(subpaths, size, sizeof(GfxSubpath *)); + } + subpaths[n] = new GfxSubpath(firstX, firstY); + ++n; + justMoved = gFalse; + } + subpaths[n-1]->lineTo(x, y); +} + +void GfxPath::curveTo(double x1, double y1, double x2, double y2, + double x3, double y3) { + if (justMoved) { + if (n >= size) { + size += 16; + subpaths = (GfxSubpath **) + greallocn(subpaths, size, sizeof(GfxSubpath *)); + } + subpaths[n] = new GfxSubpath(firstX, firstY); + ++n; + justMoved = gFalse; + } + subpaths[n-1]->curveTo(x1, y1, x2, y2, x3, y3); +} + +void GfxPath::close() { + // this is necessary to handle the pathological case of + // moveto/closepath/clip, which defines an empty clipping region + if (justMoved) { + if (n >= size) { + size += 16; + subpaths = (GfxSubpath **) + greallocn(subpaths, size, sizeof(GfxSubpath *)); + } + subpaths[n] = new GfxSubpath(firstX, firstY); + ++n; + justMoved = gFalse; + } + subpaths[n-1]->close(); +} + +void GfxPath::append(GfxPath *path) { + int i; + + if (n + path->n > size) { + size = n + path->n; + subpaths = (GfxSubpath **) + greallocn(subpaths, size, sizeof(GfxSubpath *)); + } + for (i = 0; i < path->n; ++i) { + subpaths[n++] = path->subpaths[i]->copy(); + } + justMoved = gFalse; +} + +void GfxPath::offset(double dx, double dy) { + int i; + + for (i = 0; i < n; ++i) { + subpaths[i]->offset(dx, dy); + } +} + +//------------------------------------------------------------------------ +// GfxState +//------------------------------------------------------------------------ + +GfxState::GfxState(double hDPI, double vDPI, PDFRectangle *pageBox, + int rotateA, GBool upsideDown) { + double kx, ky; + + rotate = rotateA; + px1 = pageBox->x1; + py1 = pageBox->y1; + px2 = pageBox->x2; + py2 = pageBox->y2; + kx = hDPI / 72.0; + ky = vDPI / 72.0; + if (rotate == 90) { + ctm[0] = 0; + ctm[1] = upsideDown ? ky : -ky; + ctm[2] = kx; + ctm[3] = 0; + ctm[4] = -kx * py1; + ctm[5] = ky * (upsideDown ? -px1 : px2); + pageWidth = kx * (py2 - py1); + pageHeight = ky * (px2 - px1); + } else if (rotate == 180) { + ctm[0] = -kx; + ctm[1] = 0; + ctm[2] = 0; + ctm[3] = upsideDown ? ky : -ky; + ctm[4] = kx * px2; + ctm[5] = ky * (upsideDown ? -py1 : py2); + pageWidth = kx * (px2 - px1); + pageHeight = ky * (py2 - py1); + } else if (rotate == 270) { + ctm[0] = 0; + ctm[1] = upsideDown ? -ky : ky; + ctm[2] = -kx; + ctm[3] = 0; + ctm[4] = kx * py2; + ctm[5] = ky * (upsideDown ? px2 : -px1); + pageWidth = kx * (py2 - py1); + pageHeight = ky * (px2 - px1); + } else { + ctm[0] = kx; + ctm[1] = 0; + ctm[2] = 0; + ctm[3] = upsideDown ? -ky : ky; + ctm[4] = -kx * px1; + ctm[5] = ky * (upsideDown ? py2 : -py1); + pageWidth = kx * (px2 - px1); + pageHeight = ky * (py2 - py1); + } + + fillColorSpace = new GfxDeviceGrayColorSpace(); + strokeColorSpace = new GfxDeviceGrayColorSpace(); + fillColor.c[0] = 0; + strokeColor.c[0] = 0; + fillPattern = NULL; + strokePattern = NULL; + blendMode = gfxBlendNormal; + fillOpacity = 1; + strokeOpacity = 1; + fillOverprint = gFalse; + strokeOverprint = gFalse; + + lineWidth = 1; + lineDash = NULL; + lineDashLength = 0; + lineDashStart = 0; + flatness = 1; + lineJoin = 0; + lineCap = 0; + miterLimit = 10; + + font = NULL; + fontSize = 0; + textMat[0] = 1; textMat[1] = 0; + textMat[2] = 0; textMat[3] = 1; + textMat[4] = 0; textMat[5] = 0; + charSpace = 0; + wordSpace = 0; + horizScaling = 1; + leading = 0; + rise = 0; + render = 0; + + path = new GfxPath(); + curX = curY = 0; + lineX = lineY = 0; + + clipXMin = 0; + clipYMin = 0; + clipXMax = pageWidth; + clipYMax = pageHeight; + + saved = NULL; +} + +GfxState::~GfxState() { + if (fillColorSpace) { + delete fillColorSpace; + } + if (strokeColorSpace) { + delete strokeColorSpace; + } + if (fillPattern) { + delete fillPattern; + } + if (strokePattern) { + delete strokePattern; + } + gfree(lineDash); + if (path) { + // this gets set to NULL by restore() + delete path; + } + if (saved) { + delete saved; + } +} + +// Used for copy(); +GfxState::GfxState(GfxState *state) { + memcpy(this, state, sizeof(GfxState)); + if (fillColorSpace) { + fillColorSpace = state->fillColorSpace->copy(); + } + if (strokeColorSpace) { + strokeColorSpace = state->strokeColorSpace->copy(); + } + if (fillPattern) { + fillPattern = state->fillPattern->copy(); + } + if (strokePattern) { + strokePattern = state->strokePattern->copy(); + } + if (lineDashLength > 0) { + lineDash = (double *)gmallocn(lineDashLength, sizeof(double)); + memcpy(lineDash, state->lineDash, lineDashLength * sizeof(double)); + } + saved = NULL; +} + +void GfxState::setPath(GfxPath *pathA) { + delete path; + path = pathA; +} + +void GfxState::getUserClipBBox(double *xMin, double *yMin, + double *xMax, double *yMax) { + double ictm[6]; + double xMin1, yMin1, xMax1, yMax1, det, tx, ty; + + // invert the CTM + det = 1 / (ctm[0] * ctm[3] - ctm[1] * ctm[2]); + ictm[0] = ctm[3] * det; + ictm[1] = -ctm[1] * det; + ictm[2] = -ctm[2] * det; + ictm[3] = ctm[0] * det; + ictm[4] = (ctm[2] * ctm[5] - ctm[3] * ctm[4]) * det; + ictm[5] = (ctm[1] * ctm[4] - ctm[0] * ctm[5]) * det; + + // transform all four corners of the clip bbox; find the min and max + // x and y values + xMin1 = xMax1 = clipXMin * ictm[0] + clipYMin * ictm[2] + ictm[4]; + yMin1 = yMax1 = clipXMin * ictm[1] + clipYMin * ictm[3] + ictm[5]; + tx = clipXMin * ictm[0] + clipYMax * ictm[2] + ictm[4]; + ty = clipXMin * ictm[1] + clipYMax * ictm[3] + ictm[5]; + if (tx < xMin1) { + xMin1 = tx; + } else if (tx > xMax1) { + xMax1 = tx; + } + if (ty < yMin1) { + yMin1 = ty; + } else if (ty > yMax1) { + yMax1 = ty; + } + tx = clipXMax * ictm[0] + clipYMin * ictm[2] + ictm[4]; + ty = clipXMax * ictm[1] + clipYMin * ictm[3] + ictm[5]; + if (tx < xMin1) { + xMin1 = tx; + } else if (tx > xMax1) { + xMax1 = tx; + } + if (ty < yMin1) { + yMin1 = ty; + } else if (ty > yMax1) { + yMax1 = ty; + } + tx = clipXMax * ictm[0] + clipYMax * ictm[2] + ictm[4]; + ty = clipXMax * ictm[1] + clipYMax * ictm[3] + ictm[5]; + if (tx < xMin1) { + xMin1 = tx; + } else if (tx > xMax1) { + xMax1 = tx; + } + if (ty < yMin1) { + yMin1 = ty; + } else if (ty > yMax1) { + yMax1 = ty; + } + + *xMin = xMin1; + *yMin = yMin1; + *xMax = xMax1; + *yMax = yMax1; +} + +double GfxState::transformWidth(double w) { + double x, y; + + x = ctm[0] + ctm[2]; + y = ctm[1] + ctm[3]; + return w * sqrt(0.5 * (x * x + y * y)); +} + +double GfxState::getTransformedFontSize() { + double x1, y1, x2, y2; + + x1 = textMat[2] * fontSize; + y1 = textMat[3] * fontSize; + x2 = ctm[0] * x1 + ctm[2] * y1; + y2 = ctm[1] * x1 + ctm[3] * y1; + return sqrt(x2 * x2 + y2 * y2); +} + +void GfxState::getFontTransMat(double *m11, double *m12, + double *m21, double *m22) { + *m11 = (textMat[0] * ctm[0] + textMat[1] * ctm[2]) * fontSize; + *m12 = (textMat[0] * ctm[1] + textMat[1] * ctm[3]) * fontSize; + *m21 = (textMat[2] * ctm[0] + textMat[3] * ctm[2]) * fontSize; + *m22 = (textMat[2] * ctm[1] + textMat[3] * ctm[3]) * fontSize; +} + +void GfxState::setCTM(double a, double b, double c, + double d, double e, double f) { + int i; + + ctm[0] = a; + ctm[1] = b; + ctm[2] = c; + ctm[3] = d; + ctm[4] = e; + ctm[5] = f; + + // avoid FP exceptions on badly messed up PDF files + for (i = 0; i < 6; ++i) { + if (ctm[i] > 1e10) { + ctm[i] = 1e10; + } else if (ctm[i] < -1e10) { + ctm[i] = -1e10; + } + } +} + +void GfxState::concatCTM(double a, double b, double c, + double d, double e, double f) { + double a1 = ctm[0]; + double b1 = ctm[1]; + double c1 = ctm[2]; + double d1 = ctm[3]; + int i; + + ctm[0] = a * a1 + b * c1; + ctm[1] = a * b1 + b * d1; + ctm[2] = c * a1 + d * c1; + ctm[3] = c * b1 + d * d1; + ctm[4] = e * a1 + f * c1 + ctm[4]; + ctm[5] = e * b1 + f * d1 + ctm[5]; + + // avoid FP exceptions on badly messed up PDF files + for (i = 0; i < 6; ++i) { + if (ctm[i] > 1e10) { + ctm[i] = 1e10; + } else if (ctm[i] < -1e10) { + ctm[i] = -1e10; + } + } +} + +void GfxState::setFillColorSpace(GfxColorSpace *colorSpace) { + if (fillColorSpace) { + delete fillColorSpace; + } + fillColorSpace = colorSpace; +} + +void GfxState::setStrokeColorSpace(GfxColorSpace *colorSpace) { + if (strokeColorSpace) { + delete strokeColorSpace; + } + strokeColorSpace = colorSpace; +} + +void GfxState::setFillPattern(GfxPattern *pattern) { + if (fillPattern) { + delete fillPattern; + } + fillPattern = pattern; +} + +void GfxState::setStrokePattern(GfxPattern *pattern) { + if (strokePattern) { + delete strokePattern; + } + strokePattern = pattern; +} + +void GfxState::setLineDash(double *dash, int length, double start) { + if (lineDash) + gfree(lineDash); + lineDash = dash; + lineDashLength = length; + lineDashStart = start; +} + +void GfxState::clearPath() { + delete path; + path = new GfxPath(); +} + +void GfxState::clip() { + double xMin, yMin, xMax, yMax, x, y; + GfxSubpath *subpath; + int i, j; + + xMin = xMax = yMin = yMax = 0; // make gcc happy + for (i = 0; i < path->getNumSubpaths(); ++i) { + subpath = path->getSubpath(i); + for (j = 0; j < subpath->getNumPoints(); ++j) { + transform(subpath->getX(j), subpath->getY(j), &x, &y); + if (i == 0 && j == 0) { + xMin = xMax = x; + yMin = yMax = y; + } else { + if (x < xMin) { + xMin = x; + } else if (x > xMax) { + xMax = x; + } + if (y < yMin) { + yMin = y; + } else if (y > yMax) { + yMax = y; + } + } + } + } + if (xMin > clipXMin) { + clipXMin = xMin; + } + if (yMin > clipYMin) { + clipYMin = yMin; + } + if (xMax < clipXMax) { + clipXMax = xMax; + } + if (yMax < clipYMax) { + clipYMax = yMax; + } +} + +void GfxState::textShift(double tx, double ty) { + double dx, dy; + + textTransformDelta(tx, ty, &dx, &dy); + curX += dx; + curY += dy; +} + +void GfxState::shift(double dx, double dy) { + curX += dx; + curY += dy; +} + +GfxState *GfxState::save() { + GfxState *newState; + + newState = copy(); + newState->saved = this; + return newState; +} + +GfxState *GfxState::restore() { + GfxState *oldState; + + if (saved) { + oldState = saved; + + // these attributes aren't saved/restored by the q/Q operators + oldState->path = path; + oldState->curX = curX; + oldState->curY = curY; + oldState->lineX = lineX; + oldState->lineY = lineY; + + path = NULL; + saved = NULL; + delete this; + + } else { + oldState = this; + } + + return oldState; +} + +GBool GfxState::parseBlendMode(Object *obj, GfxBlendMode *mode) { + Object obj2; + int i, j; + + if (obj->isName()) { + for (i = 0; i < nGfxBlendModeNames; ++i) { + if (!strcmp(obj->getName(), gfxBlendModeNames[i].name)) { + *mode = gfxBlendModeNames[i].mode; + return gTrue; + } + } + return gFalse; + } else if (obj->isArray()) { + for (i = 0; i < obj->arrayGetLength(); ++i) { + obj->arrayGet(i, &obj2); + if (!obj2.isName()) { + obj2.free(); + return gFalse; + } + for (j = 0; j < nGfxBlendModeNames; ++j) { + if (!strcmp(obj2.getName(), gfxBlendModeNames[j].name)) { + obj2.free(); + *mode = gfxBlendModeNames[j].mode; + return gTrue; + } + } + obj2.free(); + } + *mode = gfxBlendNormal; + return gTrue; + } else { + return gFalse; + } +} diff --git a/pdftops/GfxState.h b/pdftops/GfxState.h new file mode 100644 index 0000000000..e5045b6c90 --- /dev/null +++ b/pdftops/GfxState.h @@ -0,0 +1,1206 @@ +//======================================================================== +// +// GfxState.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GFXSTATE_H +#define GFXSTATE_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "Object.h" +#include "Function.h" + +class Array; +class GfxFont; +class PDFRectangle; +class GfxShading; + +//------------------------------------------------------------------------ +// GfxBlendMode +//------------------------------------------------------------------------ + +enum GfxBlendMode { + gfxBlendNormal, + gfxBlendMultiply, + gfxBlendScreen, + gfxBlendOverlay, + gfxBlendDarken, + gfxBlendLighten, + gfxBlendColorDodge, + gfxBlendColorBurn, + gfxBlendHardLight, + gfxBlendSoftLight, + gfxBlendDifference, + gfxBlendExclusion, + gfxBlendHue, + gfxBlendSaturation, + gfxBlendColor, + gfxBlendLuminosity +}; + +//------------------------------------------------------------------------ +// GfxColorComp +//------------------------------------------------------------------------ + +// 16.16 fixed point color component +typedef int GfxColorComp; + +#define gfxColorComp1 0x10000 + +static inline GfxColorComp dblToCol(double x) { + return (GfxColorComp)(x * gfxColorComp1); +} + +static inline double colToDbl(GfxColorComp x) { + return (double)x / (double)gfxColorComp1; +} + +static inline GfxColorComp byteToCol(Guchar x) { + // (x / 255) << 16 = (0.0000000100000001... * x) << 16 + // = ((x << 8) + (x) + (x >> 8) + ...) << 16 + // = (x << 8) + (x) + (x >> 7) + // [for rounding] + return (GfxColorComp)((x << 8) + x + (x >> 7)); +} + +static inline Guchar colToByte(GfxColorComp x) { + // 255 * x + 0.5 = 256 * x - x + 0x8000 + return (Guchar)(((x << 8) - x + 0x8000) >> 16); +} + +//------------------------------------------------------------------------ +// GfxColor +//------------------------------------------------------------------------ + +#define gfxColorMaxComps funcMaxOutputs + +struct GfxColor { + GfxColorComp c[gfxColorMaxComps]; +}; + +//------------------------------------------------------------------------ +// GfxGray +//------------------------------------------------------------------------ + +typedef GfxColorComp GfxGray; + +//------------------------------------------------------------------------ +// GfxRGB +//------------------------------------------------------------------------ + +struct GfxRGB { + GfxColorComp r, g, b; +}; + +//------------------------------------------------------------------------ +// GfxCMYK +//------------------------------------------------------------------------ + +struct GfxCMYK { + GfxColorComp c, m, y, k; +}; + +//------------------------------------------------------------------------ +// GfxColorSpace +//------------------------------------------------------------------------ + +// NB: The nGfxColorSpaceModes constant and the gfxColorSpaceModeNames +// array defined in GfxState.cc must match this enum. +enum GfxColorSpaceMode { + csDeviceGray, + csCalGray, + csDeviceRGB, + csCalRGB, + csDeviceCMYK, + csLab, + csICCBased, + csIndexed, + csSeparation, + csDeviceN, + csPattern +}; + +class GfxColorSpace { +public: + + GfxColorSpace(); + virtual ~GfxColorSpace(); + virtual GfxColorSpace *copy() = 0; + virtual GfxColorSpaceMode getMode() = 0; + + // Construct a color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Object *csObj); + + // Convert to gray, RGB, or CMYK. + virtual void getGray(GfxColor *color, GfxGray *gray) = 0; + virtual void getRGB(GfxColor *color, GfxRGB *rgb) = 0; + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk) = 0; + + // Return the number of color components. + virtual int getNComps() = 0; + + // Return the default ranges for each component, assuming an image + // with a max pixel value of . + virtual void getDefaultRanges(double *decodeLow, double *decodeRange, + int maxImgPixel); + + // Return the number of color space modes + static int getNumColorSpaceModes(); + + // Return the name of the th color space mode. + static char *getColorSpaceModeName(int idx); + +private: +}; + +//------------------------------------------------------------------------ +// GfxDeviceGrayColorSpace +//------------------------------------------------------------------------ + +class GfxDeviceGrayColorSpace: public GfxColorSpace { +public: + + GfxDeviceGrayColorSpace(); + virtual ~GfxDeviceGrayColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csDeviceGray; } + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 1; } + +private: +}; + +//------------------------------------------------------------------------ +// GfxCalGrayColorSpace +//------------------------------------------------------------------------ + +class GfxCalGrayColorSpace: public GfxColorSpace { +public: + + GfxCalGrayColorSpace(); + virtual ~GfxCalGrayColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csCalGray; } + + // Construct a CalGray color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 1; } + + // CalGray-specific access. + double getWhiteX() { return whiteX; } + double getWhiteY() { return whiteY; } + double getWhiteZ() { return whiteZ; } + double getBlackX() { return blackX; } + double getBlackY() { return blackY; } + double getBlackZ() { return blackZ; } + double getGamma() { return gamma; } + +private: + + double whiteX, whiteY, whiteZ; // white point + double blackX, blackY, blackZ; // black point + double gamma; // gamma value +}; + +//------------------------------------------------------------------------ +// GfxDeviceRGBColorSpace +//------------------------------------------------------------------------ + +class GfxDeviceRGBColorSpace: public GfxColorSpace { +public: + + GfxDeviceRGBColorSpace(); + virtual ~GfxDeviceRGBColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csDeviceRGB; } + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 3; } + +private: +}; + +//------------------------------------------------------------------------ +// GfxCalRGBColorSpace +//------------------------------------------------------------------------ + +class GfxCalRGBColorSpace: public GfxColorSpace { +public: + + GfxCalRGBColorSpace(); + virtual ~GfxCalRGBColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csCalRGB; } + + // Construct a CalRGB color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 3; } + + // CalRGB-specific access. + double getWhiteX() { return whiteX; } + double getWhiteY() { return whiteY; } + double getWhiteZ() { return whiteZ; } + double getBlackX() { return blackX; } + double getBlackY() { return blackY; } + double getBlackZ() { return blackZ; } + double getGammaR() { return gammaR; } + double getGammaG() { return gammaG; } + double getGammaB() { return gammaB; } + double *getMatrix() { return mat; } + +private: + + double whiteX, whiteY, whiteZ; // white point + double blackX, blackY, blackZ; // black point + double gammaR, gammaG, gammaB; // gamma values + double mat[9]; // ABC -> XYZ transform matrix +}; + +//------------------------------------------------------------------------ +// GfxDeviceCMYKColorSpace +//------------------------------------------------------------------------ + +class GfxDeviceCMYKColorSpace: public GfxColorSpace { +public: + + GfxDeviceCMYKColorSpace(); + virtual ~GfxDeviceCMYKColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csDeviceCMYK; } + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 4; } + +private: +}; + +//------------------------------------------------------------------------ +// GfxLabColorSpace +//------------------------------------------------------------------------ + +class GfxLabColorSpace: public GfxColorSpace { +public: + + GfxLabColorSpace(); + virtual ~GfxLabColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csLab; } + + // Construct a Lab color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 3; } + + virtual void getDefaultRanges(double *decodeLow, double *decodeRange, + int maxImgPixel); + + // Lab-specific access. + double getWhiteX() { return whiteX; } + double getWhiteY() { return whiteY; } + double getWhiteZ() { return whiteZ; } + double getBlackX() { return blackX; } + double getBlackY() { return blackY; } + double getBlackZ() { return blackZ; } + double getAMin() { return aMin; } + double getAMax() { return aMax; } + double getBMin() { return bMin; } + double getBMax() { return bMax; } + +private: + + double whiteX, whiteY, whiteZ; // white point + double blackX, blackY, blackZ; // black point + double aMin, aMax, bMin, bMax; // range for the a and b components + double kr, kg, kb; // gamut mapping mulitpliers +}; + +//------------------------------------------------------------------------ +// GfxICCBasedColorSpace +//------------------------------------------------------------------------ + +class GfxICCBasedColorSpace: public GfxColorSpace { +public: + + GfxICCBasedColorSpace(int nCompsA, GfxColorSpace *altA, + Ref *iccProfileStreamA); + virtual ~GfxICCBasedColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csICCBased; } + + // Construct an ICCBased color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return nComps; } + + virtual void getDefaultRanges(double *decodeLow, double *decodeRange, + int maxImgPixel); + + // ICCBased-specific access. + GfxColorSpace *getAlt() { return alt; } + +private: + + int nComps; // number of color components (1, 3, or 4) + GfxColorSpace *alt; // alternate color space + double rangeMin[4]; // min values for each component + double rangeMax[4]; // max values for each component + Ref iccProfileStream; // the ICC profile +}; + +//------------------------------------------------------------------------ +// GfxIndexedColorSpace +//------------------------------------------------------------------------ + +class GfxIndexedColorSpace: public GfxColorSpace { +public: + + GfxIndexedColorSpace(GfxColorSpace *baseA, int indexHighA); + virtual ~GfxIndexedColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csIndexed; } + + // Construct a Lab color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 1; } + + virtual void getDefaultRanges(double *decodeLow, double *decodeRange, + int maxImgPixel); + + // Indexed-specific access. + GfxColorSpace *getBase() { return base; } + int getIndexHigh() { return indexHigh; } + Guchar *getLookup() { return lookup; } + GfxColor *mapColorToBase(GfxColor *color, GfxColor *baseColor); + +private: + + GfxColorSpace *base; // base color space + int indexHigh; // max pixel value + Guchar *lookup; // lookup table +}; + +//------------------------------------------------------------------------ +// GfxSeparationColorSpace +//------------------------------------------------------------------------ + +class GfxSeparationColorSpace: public GfxColorSpace { +public: + + GfxSeparationColorSpace(GString *nameA, GfxColorSpace *altA, + Function *funcA); + virtual ~GfxSeparationColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csSeparation; } + + // Construct a Separation color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 1; } + + // Separation-specific access. + GString *getName() { return name; } + GfxColorSpace *getAlt() { return alt; } + Function *getFunc() { return func; } + +private: + + GString *name; // colorant name + GfxColorSpace *alt; // alternate color space + Function *func; // tint transform (into alternate color space) +}; + +//------------------------------------------------------------------------ +// GfxDeviceNColorSpace +//------------------------------------------------------------------------ + +class GfxDeviceNColorSpace: public GfxColorSpace { +public: + + GfxDeviceNColorSpace(int nCompsA, GfxColorSpace *alt, Function *func); + virtual ~GfxDeviceNColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csDeviceN; } + + // Construct a DeviceN color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return nComps; } + + // DeviceN-specific access. + GString *getColorantName(int i) { return names[i]; } + GfxColorSpace *getAlt() { return alt; } + Function *getTintTransformFunc() { return func; } + +private: + + int nComps; // number of components + GString // colorant names + *names[gfxColorMaxComps]; + GfxColorSpace *alt; // alternate color space + Function *func; // tint transform (into alternate color space) +}; + +//------------------------------------------------------------------------ +// GfxPatternColorSpace +//------------------------------------------------------------------------ + +class GfxPatternColorSpace: public GfxColorSpace { +public: + + GfxPatternColorSpace(GfxColorSpace *underA); + virtual ~GfxPatternColorSpace(); + virtual GfxColorSpace *copy(); + virtual GfxColorSpaceMode getMode() { return csPattern; } + + // Construct a Pattern color space. Returns NULL if unsuccessful. + static GfxColorSpace *parse(Array *arr); + + virtual void getGray(GfxColor *color, GfxGray *gray); + virtual void getRGB(GfxColor *color, GfxRGB *rgb); + virtual void getCMYK(GfxColor *color, GfxCMYK *cmyk); + + virtual int getNComps() { return 0; } + + // Pattern-specific access. + GfxColorSpace *getUnder() { return under; } + +private: + + GfxColorSpace *under; // underlying color space (for uncolored + // patterns) +}; + +//------------------------------------------------------------------------ +// GfxPattern +//------------------------------------------------------------------------ + +class GfxPattern { +public: + + GfxPattern(int typeA); + virtual ~GfxPattern(); + + static GfxPattern *parse(Object *obj); + + virtual GfxPattern *copy() = 0; + + int getType() { return type; } + +private: + + int type; +}; + +//------------------------------------------------------------------------ +// GfxTilingPattern +//------------------------------------------------------------------------ + +class GfxTilingPattern: public GfxPattern { +public: + + static GfxTilingPattern *parse(Object *patObj); + virtual ~GfxTilingPattern(); + + virtual GfxPattern *copy(); + + int getPaintType() { return paintType; } + int getTilingType() { return tilingType; } + double *getBBox() { return bbox; } + double getXStep() { return xStep; } + double getYStep() { return yStep; } + Dict *getResDict() + { return resDict.isDict() ? resDict.getDict() : (Dict *)NULL; } + double *getMatrix() { return matrix; } + Object *getContentStream() { return &contentStream; } + +private: + + GfxTilingPattern(int paintTypeA, int tilingTypeA, + double *bboxA, double xStepA, double yStepA, + Object *resDictA, double *matrixA, + Object *contentStreamA); + + int paintType; + int tilingType; + double bbox[4]; + double xStep, yStep; + Object resDict; + double matrix[6]; + Object contentStream; +}; + +//------------------------------------------------------------------------ +// GfxShadingPattern +//------------------------------------------------------------------------ + +class GfxShadingPattern: public GfxPattern { +public: + + static GfxShadingPattern *parse(Object *patObj); + virtual ~GfxShadingPattern(); + + virtual GfxPattern *copy(); + + GfxShading *getShading() { return shading; } + double *getMatrix() { return matrix; } + +private: + + GfxShadingPattern(GfxShading *shadingA, double *matrixA); + + GfxShading *shading; + double matrix[6]; +}; + +//------------------------------------------------------------------------ +// GfxShading +//------------------------------------------------------------------------ + +class GfxShading { +public: + + GfxShading(int typeA); + GfxShading(GfxShading *shading); + virtual ~GfxShading(); + + static GfxShading *parse(Object *obj); + + virtual GfxShading *copy() = 0; + + int getType() { return type; } + GfxColorSpace *getColorSpace() { return colorSpace; } + GfxColor *getBackground() { return &background; } + GBool getHasBackground() { return hasBackground; } + void getBBox(double *xMinA, double *yMinA, double *xMaxA, double *yMaxA) + { *xMinA = xMin; *yMinA = yMin; *xMaxA = xMax; *yMaxA = yMax; } + GBool getHasBBox() { return hasBBox; } + +protected: + + GBool init(Dict *dict); + + int type; + GfxColorSpace *colorSpace; + GfxColor background; + GBool hasBackground; + double xMin, yMin, xMax, yMax; + GBool hasBBox; +}; + +//------------------------------------------------------------------------ +// GfxFunctionShading +//------------------------------------------------------------------------ + +class GfxFunctionShading: public GfxShading { +public: + + GfxFunctionShading(double x0A, double y0A, + double x1A, double y1A, + double *matrixA, + Function **funcsA, int nFuncsA); + GfxFunctionShading(GfxFunctionShading *shading); + virtual ~GfxFunctionShading(); + + static GfxFunctionShading *parse(Dict *dict); + + virtual GfxShading *copy(); + + void getDomain(double *x0A, double *y0A, double *x1A, double *y1A) + { *x0A = x0; *y0A = y0; *x1A = x1; *y1A = y1; } + double *getMatrix() { return matrix; } + int getNFuncs() { return nFuncs; } + Function *getFunc(int i) { return funcs[i]; } + void getColor(double x, double y, GfxColor *color); + +private: + + double x0, y0, x1, y1; + double matrix[6]; + Function *funcs[gfxColorMaxComps]; + int nFuncs; +}; + +//------------------------------------------------------------------------ +// GfxAxialShading +//------------------------------------------------------------------------ + +class GfxAxialShading: public GfxShading { +public: + + GfxAxialShading(double x0A, double y0A, + double x1A, double y1A, + double t0A, double t1A, + Function **funcsA, int nFuncsA, + GBool extend0A, GBool extend1A); + GfxAxialShading(GfxAxialShading *shading); + virtual ~GfxAxialShading(); + + static GfxAxialShading *parse(Dict *dict); + + virtual GfxShading *copy(); + + void getCoords(double *x0A, double *y0A, double *x1A, double *y1A) + { *x0A = x0; *y0A = y0; *x1A = x1; *y1A = y1; } + double getDomain0() { return t0; } + double getDomain1() { return t1; } + GBool getExtend0() { return extend0; } + GBool getExtend1() { return extend1; } + int getNFuncs() { return nFuncs; } + Function *getFunc(int i) { return funcs[i]; } + void getColor(double t, GfxColor *color); + +private: + + double x0, y0, x1, y1; + double t0, t1; + Function *funcs[gfxColorMaxComps]; + int nFuncs; + GBool extend0, extend1; +}; + +//------------------------------------------------------------------------ +// GfxRadialShading +//------------------------------------------------------------------------ + +class GfxRadialShading: public GfxShading { +public: + + GfxRadialShading(double x0A, double y0A, double r0A, + double x1A, double y1A, double r1A, + double t0A, double t1A, + Function **funcsA, int nFuncsA, + GBool extend0A, GBool extend1A); + GfxRadialShading(GfxRadialShading *shading); + virtual ~GfxRadialShading(); + + static GfxRadialShading *parse(Dict *dict); + + virtual GfxShading *copy(); + + void getCoords(double *x0A, double *y0A, double *r0A, + double *x1A, double *y1A, double *r1A) + { *x0A = x0; *y0A = y0; *r0A = r0; *x1A = x1; *y1A = y1; *r1A = r1; } + double getDomain0() { return t0; } + double getDomain1() { return t1; } + GBool getExtend0() { return extend0; } + GBool getExtend1() { return extend1; } + int getNFuncs() { return nFuncs; } + Function *getFunc(int i) { return funcs[i]; } + void getColor(double t, GfxColor *color); + +private: + + double x0, y0, r0, x1, y1, r1; + double t0, t1; + Function *funcs[gfxColorMaxComps]; + int nFuncs; + GBool extend0, extend1; +}; + +//------------------------------------------------------------------------ +// GfxGouraudTriangleShading +//------------------------------------------------------------------------ + +struct GfxGouraudVertex { + double x, y; + GfxColor color; +}; + +class GfxGouraudTriangleShading: public GfxShading { +public: + + GfxGouraudTriangleShading(int typeA, + GfxGouraudVertex *verticesA, int nVerticesA, + int (*trianglesA)[3], int nTrianglesA, + Function **funcsA, int nFuncsA); + GfxGouraudTriangleShading(GfxGouraudTriangleShading *shading); + virtual ~GfxGouraudTriangleShading(); + + static GfxGouraudTriangleShading *parse(int typeA, Dict *dict, Stream *str); + + virtual GfxShading *copy(); + + int getNTriangles() { return nTriangles; } + void getTriangle(int i, double *x0, double *y0, GfxColor *color0, + double *x1, double *y1, GfxColor *color1, + double *x2, double *y2, GfxColor *color2); + +private: + + GfxGouraudVertex *vertices; + int nVertices; + int (*triangles)[3]; + int nTriangles; + Function *funcs[gfxColorMaxComps]; + int nFuncs; +}; + +//------------------------------------------------------------------------ +// GfxPatchMeshShading +//------------------------------------------------------------------------ + +struct GfxPatch { + double x[4][4]; + double y[4][4]; + GfxColor color[2][2]; +}; + +class GfxPatchMeshShading: public GfxShading { +public: + + GfxPatchMeshShading(int typeA, GfxPatch *patchesA, int nPatchesA, + Function **funcsA, int nFuncsA); + GfxPatchMeshShading(GfxPatchMeshShading *shading); + virtual ~GfxPatchMeshShading(); + + static GfxPatchMeshShading *parse(int typeA, Dict *dict, Stream *str); + + virtual GfxShading *copy(); + + int getNPatches() { return nPatches; } + GfxPatch *getPatch(int i) { return &patches[i]; } + +private: + + GfxPatch *patches; + int nPatches; + Function *funcs[gfxColorMaxComps]; + int nFuncs; +}; + +//------------------------------------------------------------------------ +// GfxImageColorMap +//------------------------------------------------------------------------ + +class GfxImageColorMap { +public: + + // Constructor. + GfxImageColorMap(int bitsA, Object *decode, GfxColorSpace *colorSpaceA); + + // Destructor. + ~GfxImageColorMap(); + + // Return a copy of this color map. + GfxImageColorMap *copy() { return new GfxImageColorMap(this); } + + // Is color map valid? + GBool isOk() { return ok; } + + // Get the color space. + GfxColorSpace *getColorSpace() { return colorSpace; } + + // Get stream decoding info. + int getNumPixelComps() { return nComps; } + int getBits() { return bits; } + + // Get decode table. + double getDecodeLow(int i) { return decodeLow[i]; } + double getDecodeHigh(int i) { return decodeLow[i] + decodeRange[i]; } + + // Convert an image pixel to a color. + void getGray(Guchar *x, GfxGray *gray); + void getRGB(Guchar *x, GfxRGB *rgb); + void getCMYK(Guchar *x, GfxCMYK *cmyk); + void getColor(Guchar *x, GfxColor *color); + +private: + + GfxImageColorMap(GfxImageColorMap *colorMap); + + GfxColorSpace *colorSpace; // the image color space + int bits; // bits per component + int nComps; // number of components in a pixel + GfxColorSpace *colorSpace2; // secondary color space + int nComps2; // number of components in colorSpace2 + GfxColorComp * // lookup table + lookup[gfxColorMaxComps]; + double // minimum values for each component + decodeLow[gfxColorMaxComps]; + double // max - min value for each component + decodeRange[gfxColorMaxComps]; + GBool ok; +}; + +//------------------------------------------------------------------------ +// GfxSubpath and GfxPath +//------------------------------------------------------------------------ + +class GfxSubpath { +public: + + // Constructor. + GfxSubpath(double x1, double y1); + + // Destructor. + ~GfxSubpath(); + + // Copy. + GfxSubpath *copy() { return new GfxSubpath(this); } + + // Get points. + int getNumPoints() { return n; } + double getX(int i) { return x[i]; } + double getY(int i) { return y[i]; } + GBool getCurve(int i) { return curve[i]; } + + // Get last point. + double getLastX() { return x[n-1]; } + double getLastY() { return y[n-1]; } + + // Add a line segment. + void lineTo(double x1, double y1); + + // Add a Bezier curve. + void curveTo(double x1, double y1, double x2, double y2, + double x3, double y3); + + // Close the subpath. + void close(); + GBool isClosed() { return closed; } + + // Add (, ) to each point in the subpath. + void offset(double dx, double dy); + +private: + + double *x, *y; // points + GBool *curve; // curve[i] => point i is a control point + // for a Bezier curve + int n; // number of points + int size; // size of x/y arrays + GBool closed; // set if path is closed + + GfxSubpath(GfxSubpath *subpath); +}; + +class GfxPath { +public: + + // Constructor. + GfxPath(); + + // Destructor. + ~GfxPath(); + + // Copy. + GfxPath *copy() + { return new GfxPath(justMoved, firstX, firstY, subpaths, n, size); } + + // Is there a current point? + GBool isCurPt() { return n > 0 || justMoved; } + + // Is the path non-empty, i.e., is there at least one segment? + GBool isPath() { return n > 0; } + + // Get subpaths. + int getNumSubpaths() { return n; } + GfxSubpath *getSubpath(int i) { return subpaths[i]; } + + // Get last point on last subpath. + double getLastX() { return subpaths[n-1]->getLastX(); } + double getLastY() { return subpaths[n-1]->getLastY(); } + + // Move the current point. + void moveTo(double x, double y); + + // Add a segment to the last subpath. + void lineTo(double x, double y); + + // Add a Bezier curve to the last subpath + void curveTo(double x1, double y1, double x2, double y2, + double x3, double y3); + + // Close the last subpath. + void close(); + + // Append to . + void append(GfxPath *path); + + // Add (, ) to each point in the path. + void offset(double dx, double dy); + +private: + + GBool justMoved; // set if a new subpath was just started + double firstX, firstY; // first point in new subpath + GfxSubpath **subpaths; // subpaths + int n; // number of subpaths + int size; // size of subpaths array + + GfxPath(GBool justMoved1, double firstX1, double firstY1, + GfxSubpath **subpaths1, int n1, int size1); +}; + +//------------------------------------------------------------------------ +// GfxState +//------------------------------------------------------------------------ + +class GfxState { +public: + + // Construct a default GfxState, for a device with resolution + // x , page box , page rotation , and + // coordinate system specified by . + GfxState(double hDPI, double vDPI, PDFRectangle *pageBox, + int rotateA, GBool upsideDown); + + // Destructor. + ~GfxState(); + + // Copy. + GfxState *copy() { return new GfxState(this); } + + // Accessors. + double *getCTM() { return ctm; } + double getX1() { return px1; } + double getY1() { return py1; } + double getX2() { return px2; } + double getY2() { return py2; } + double getPageWidth() { return pageWidth; } + double getPageHeight() { return pageHeight; } + int getRotate() { return rotate; } + GfxColor *getFillColor() { return &fillColor; } + GfxColor *getStrokeColor() { return &strokeColor; } + void getFillGray(GfxGray *gray) + { fillColorSpace->getGray(&fillColor, gray); } + void getStrokeGray(GfxGray *gray) + { strokeColorSpace->getGray(&strokeColor, gray); } + void getFillRGB(GfxRGB *rgb) + { fillColorSpace->getRGB(&fillColor, rgb); } + void getStrokeRGB(GfxRGB *rgb) + { strokeColorSpace->getRGB(&strokeColor, rgb); } + void getFillCMYK(GfxCMYK *cmyk) + { fillColorSpace->getCMYK(&fillColor, cmyk); } + void getStrokeCMYK(GfxCMYK *cmyk) + { strokeColorSpace->getCMYK(&strokeColor, cmyk); } + GfxColorSpace *getFillColorSpace() { return fillColorSpace; } + GfxColorSpace *getStrokeColorSpace() { return strokeColorSpace; } + GfxPattern *getFillPattern() { return fillPattern; } + GfxPattern *getStrokePattern() { return strokePattern; } + GfxBlendMode getBlendMode() { return blendMode; } + double getFillOpacity() { return fillOpacity; } + double getStrokeOpacity() { return strokeOpacity; } + GBool getFillOverprint() { return fillOverprint; } + GBool getStrokeOverprint() { return strokeOverprint; } + double getLineWidth() { return lineWidth; } + void getLineDash(double **dash, int *length, double *start) + { *dash = lineDash; *length = lineDashLength; *start = lineDashStart; } + int getFlatness() { return flatness; } + int getLineJoin() { return lineJoin; } + int getLineCap() { return lineCap; } + double getMiterLimit() { return miterLimit; } + GfxFont *getFont() { return font; } + double getFontSize() { return fontSize; } + double *getTextMat() { return textMat; } + double getCharSpace() { return charSpace; } + double getWordSpace() { return wordSpace; } + double getHorizScaling() { return horizScaling; } + double getLeading() { return leading; } + double getRise() { return rise; } + int getRender() { return render; } + GfxPath *getPath() { return path; } + void setPath(GfxPath *pathA); + double getCurX() { return curX; } + double getCurY() { return curY; } + void getClipBBox(double *xMin, double *yMin, double *xMax, double *yMax) + { *xMin = clipXMin; *yMin = clipYMin; *xMax = clipXMax; *yMax = clipYMax; } + void getUserClipBBox(double *xMin, double *yMin, double *xMax, double *yMax); + double getLineX() { return lineX; } + double getLineY() { return lineY; } + + // Is there a current point/path? + GBool isCurPt() { return path->isCurPt(); } + GBool isPath() { return path->isPath(); } + + // Transforms. + void transform(double x1, double y1, double *x2, double *y2) + { *x2 = ctm[0] * x1 + ctm[2] * y1 + ctm[4]; + *y2 = ctm[1] * x1 + ctm[3] * y1 + ctm[5]; } + void transformDelta(double x1, double y1, double *x2, double *y2) + { *x2 = ctm[0] * x1 + ctm[2] * y1; + *y2 = ctm[1] * x1 + ctm[3] * y1; } + void textTransform(double x1, double y1, double *x2, double *y2) + { *x2 = textMat[0] * x1 + textMat[2] * y1 + textMat[4]; + *y2 = textMat[1] * x1 + textMat[3] * y1 + textMat[5]; } + void textTransformDelta(double x1, double y1, double *x2, double *y2) + { *x2 = textMat[0] * x1 + textMat[2] * y1; + *y2 = textMat[1] * x1 + textMat[3] * y1; } + double transformWidth(double w); + double getTransformedLineWidth() + { return transformWidth(lineWidth); } + double getTransformedFontSize(); + void getFontTransMat(double *m11, double *m12, double *m21, double *m22); + + // Change state parameters. + void setCTM(double a, double b, double c, + double d, double e, double f); + void concatCTM(double a, double b, double c, + double d, double e, double f); + void setFillColorSpace(GfxColorSpace *colorSpace); + void setStrokeColorSpace(GfxColorSpace *colorSpace); + void setFillColor(GfxColor *color) { fillColor = *color; } + void setStrokeColor(GfxColor *color) { strokeColor = *color; } + void setFillPattern(GfxPattern *pattern); + void setStrokePattern(GfxPattern *pattern); + void setBlendMode(GfxBlendMode mode) { blendMode = mode; } + void setFillOpacity(double opac) { fillOpacity = opac; } + void setStrokeOpacity(double opac) { strokeOpacity = opac; } + void setFillOverprint(GBool op) { fillOverprint = op; } + void setStrokeOverprint(GBool op) { strokeOverprint = op; } + void setLineWidth(double width) { lineWidth = width; } + void setLineDash(double *dash, int length, double start); + void setFlatness(int flatness1) { flatness = flatness1; } + void setLineJoin(int lineJoin1) { lineJoin = lineJoin1; } + void setLineCap(int lineCap1) { lineCap = lineCap1; } + void setMiterLimit(double limit) { miterLimit = limit; } + void setFont(GfxFont *fontA, double fontSizeA) + { font = fontA; fontSize = fontSizeA; } + void setTextMat(double a, double b, double c, + double d, double e, double f) + { textMat[0] = a; textMat[1] = b; textMat[2] = c; + textMat[3] = d; textMat[4] = e; textMat[5] = f; } + void setCharSpace(double space) + { charSpace = space; } + void setWordSpace(double space) + { wordSpace = space; } + void setHorizScaling(double scale) + { horizScaling = 0.01 * scale; } + void setLeading(double leadingA) + { leading = leadingA; } + void setRise(double riseA) + { rise = riseA; } + void setRender(int renderA) + { render = renderA; } + + // Add to path. + void moveTo(double x, double y) + { path->moveTo(curX = x, curY = y); } + void lineTo(double x, double y) + { path->lineTo(curX = x, curY = y); } + void curveTo(double x1, double y1, double x2, double y2, + double x3, double y3) + { path->curveTo(x1, y1, x2, y2, curX = x3, curY = y3); } + void closePath() + { path->close(); curX = path->getLastX(); curY = path->getLastY(); } + void clearPath(); + + // Update clip region. + void clip(); + + // Text position. + void textSetPos(double tx, double ty) { lineX = tx; lineY = ty; } + void textMoveTo(double tx, double ty) + { lineX = tx; lineY = ty; textTransform(tx, ty, &curX, &curY); } + void textShift(double tx, double ty); + void shift(double dx, double dy); + + // Push/pop GfxState on/off stack. + GfxState *save(); + GfxState *restore(); + GBool hasSaves() { return saved != NULL; } + + // Misc + GBool parseBlendMode(Object *obj, GfxBlendMode *mode); + +private: + + double ctm[6]; // coord transform matrix + double px1, py1, px2, py2; // page corners (user coords) + double pageWidth, pageHeight; // page size (pixels) + int rotate; // page rotation angle + + GfxColorSpace *fillColorSpace; // fill color space + GfxColorSpace *strokeColorSpace; // stroke color space + GfxColor fillColor; // fill color + GfxColor strokeColor; // stroke color + GfxPattern *fillPattern; // fill pattern + GfxPattern *strokePattern; // stroke pattern + GfxBlendMode blendMode; // transparency blend mode + double fillOpacity; // fill opacity + double strokeOpacity; // stroke opacity + GBool fillOverprint; // fill overprint + GBool strokeOverprint; // stroke overprint + + double lineWidth; // line width + double *lineDash; // line dash + int lineDashLength; + double lineDashStart; + int flatness; // curve flatness + int lineJoin; // line join style + int lineCap; // line cap style + double miterLimit; // line miter limit + + GfxFont *font; // font + double fontSize; // font size + double textMat[6]; // text matrix + double charSpace; // character spacing + double wordSpace; // word spacing + double horizScaling; // horizontal scaling + double leading; // text leading + double rise; // text rise + int render; // text rendering mode + + GfxPath *path; // array of path elements + double curX, curY; // current point (user coords) + double lineX, lineY; // start of current text line (text coords) + + double clipXMin, clipYMin, // bounding box for clip region + clipXMax, clipYMax; + + GfxState *saved; // next GfxState on stack + + GfxState(GfxState *state); +}; + +#endif diff --git a/pdftops/GlobalParams.cxx b/pdftops/GlobalParams.cxx new file mode 100644 index 0000000000..013e3d0b2f --- /dev/null +++ b/pdftops/GlobalParams.cxx @@ -0,0 +1,1995 @@ +//======================================================================== +// +// GlobalParams.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#ifdef ENABLE_PLUGINS +# ifndef WIN32 +# include +# endif +#endif +#ifdef WIN32 +# include +#endif +#if HAVE_PAPER_H +#include +#endif +#include "gmem.h" +#include "GString.h" +#include "GList.h" +#include "GHash.h" +#include "gfile.h" +#include "Error.h" +#include "NameToCharCode.h" +#include "CharCodeToUnicode.h" +#include "UnicodeMap.h" +#include "CMap.h" +#include "BuiltinFontTables.h" +#include "FontEncodingTables.h" +#ifdef ENABLE_PLUGINS +# include "XpdfPluginAPI.h" +#endif +#include "GlobalParams.h" + +#if MULTITHREADED +# define lockGlobalParams gLockMutex(&mutex) +# define lockUnicodeMapCache gLockMutex(&unicodeMapCacheMutex) +# define lockCMapCache gLockMutex(&cMapCacheMutex) +# define unlockGlobalParams gUnlockMutex(&mutex) +# define unlockUnicodeMapCache gUnlockMutex(&unicodeMapCacheMutex) +# define unlockCMapCache gUnlockMutex(&cMapCacheMutex) +#else +# define lockGlobalParams +# define lockUnicodeMapCache +# define lockCMapCache +# define unlockGlobalParams +# define unlockUnicodeMapCache +# define unlockCMapCache +#endif + +#include "NameToUnicodeTable.h" +#include "UnicodeMapTables.h" +#include "UTF8.h" + +#ifdef ENABLE_PLUGINS +# ifdef WIN32 +extern XpdfPluginVecTable xpdfPluginVecTable; +# endif +#endif + +//------------------------------------------------------------------------ + +#define cidToUnicodeCacheSize 4 +#define unicodeToUnicodeCacheSize 4 + +//------------------------------------------------------------------------ + +static struct { + char *name; + char *t1FileName; + char *ttFileName; +} displayFontTab[] = { + {"Courier", "n022003l.pfb", "cour.ttf"}, + {"Courier-Bold", "n022004l.pfb", "courbd.ttf"}, + {"Courier-BoldOblique", "n022024l.pfb", "courbi.ttf"}, + {"Courier-Oblique", "n022023l.pfb", "couri.ttf"}, + {"Helvetica", "n019003l.pfb", "arial.ttf"}, + {"Helvetica-Bold", "n019004l.pfb", "arialbd.ttf"}, + {"Helvetica-BoldOblique", "n019024l.pfb", "arialbi.ttf"}, + {"Helvetica-Oblique", "n019023l.pfb", "ariali.ttf"}, + {"Symbol", "s050000l.pfb", NULL}, + {"Times-Bold", "n021004l.pfb", "timesbd.ttf"}, + {"Times-BoldItalic", "n021024l.pfb", "timesbi.ttf"}, + {"Times-Italic", "n021023l.pfb", "timesi.ttf"}, + {"Times-Roman", "n021003l.pfb", "times.ttf"}, + {"ZapfDingbats", "d050000l.pfb", NULL}, + {NULL} +}; + +#ifdef WIN32 +static char *displayFontDirs[] = { + "c:/windows/fonts", + "c:/winnt/fonts", + NULL +}; +#else +static char *displayFontDirs[] = { + "/usr/share/ghostscript/fonts", + "/usr/local/share/ghostscript/fonts", + "/usr/share/fonts/default/Type1", + "/usr/share/fonts/default/ghostscript", + "/usr/share/fonts/type1/gsfonts", + NULL +}; +#endif + +//------------------------------------------------------------------------ + +GlobalParams *globalParams = NULL; + +//------------------------------------------------------------------------ +// DisplayFontParam +//------------------------------------------------------------------------ + +DisplayFontParam::DisplayFontParam(GString *nameA, + DisplayFontParamKind kindA) { + name = nameA; + kind = kindA; + switch (kind) { + case displayFontT1: + t1.fileName = NULL; + break; + case displayFontTT: + tt.fileName = NULL; + break; + } +} + +DisplayFontParam::~DisplayFontParam() { + delete name; + switch (kind) { + case displayFontT1: + if (t1.fileName) { + delete t1.fileName; + } + break; + case displayFontTT: + if (tt.fileName) { + delete tt.fileName; + } + break; + } +} + +//------------------------------------------------------------------------ +// PSFontParam +//------------------------------------------------------------------------ + +PSFontParam::PSFontParam(GString *pdfFontNameA, int wModeA, + GString *psFontNameA, GString *encodingA) { + pdfFontName = pdfFontNameA; + wMode = wModeA; + psFontName = psFontNameA; + encoding = encodingA; +} + +PSFontParam::~PSFontParam() { + delete pdfFontName; + delete psFontName; + if (encoding) { + delete encoding; + } +} + +#ifdef ENABLE_PLUGINS +//------------------------------------------------------------------------ +// Plugin +//------------------------------------------------------------------------ + +class Plugin { +public: + + static Plugin *load(char *type, char *name); + ~Plugin(); + +private: + +#ifdef WIN32 + Plugin(HMODULE libA); + HMODULE lib; +#else + Plugin(void *dlA); + void *dl; +#endif +}; + +Plugin *Plugin::load(char *type, char *name) { + GString *path; + Plugin *plugin; + XpdfPluginVecTable *vt; + XpdfBool (*xpdfInitPlugin)(void); +#ifdef WIN32 + HMODULE libA; +#else + void *dlA; +#endif + + path = globalParams->getBaseDir(); + appendToPath(path, "plugins"); + appendToPath(path, type); + appendToPath(path, name); + +#ifdef WIN32 + path->append(".dll"); + if (!(libA = LoadLibrary(path->getCString()))) { + error(-1, "Failed to load plugin '%s'", + path->getCString()); + goto err1; + } + if (!(vt = (XpdfPluginVecTable *) + GetProcAddress(libA, "xpdfPluginVecTable"))) { + error(-1, "Failed to find xpdfPluginVecTable in plugin '%s'", + path->getCString()); + goto err2; + } +#else + //~ need to deal with other extensions here + path->append(".so"); + if (!(dlA = dlopen(path->getCString(), RTLD_NOW))) { + error(-1, "Failed to load plugin '%s': %s", + path->getCString(), dlerror()); + goto err1; + } + if (!(vt = (XpdfPluginVecTable *)dlsym(dlA, "xpdfPluginVecTable"))) { + error(-1, "Failed to find xpdfPluginVecTable in plugin '%s'", + path->getCString()); + goto err2; + } +#endif + + if (vt->version != xpdfPluginVecTable.version) { + error(-1, "Plugin '%s' is wrong version", path->getCString()); + goto err2; + } + memcpy(vt, &xpdfPluginVecTable, sizeof(xpdfPluginVecTable)); + +#ifdef WIN32 + if (!(xpdfInitPlugin = (XpdfBool (*)(void)) + GetProcAddress(libA, "xpdfInitPlugin"))) { + error(-1, "Failed to find xpdfInitPlugin in plugin '%s'", + path->getCString()); + goto err2; + } +#else + if (!(xpdfInitPlugin = (XpdfBool (*)(void))dlsym(dlA, "xpdfInitPlugin"))) { + error(-1, "Failed to find xpdfInitPlugin in plugin '%s'", + path->getCString()); + goto err2; + } +#endif + + if (!(*xpdfInitPlugin)()) { + error(-1, "Initialization of plugin '%s' failed", + path->getCString()); + goto err2; + } + +#ifdef WIN32 + plugin = new Plugin(libA); +#else + plugin = new Plugin(dlA); +#endif + + delete path; + return plugin; + + err2: +#ifdef WIN32 + FreeLibrary(libA); +#else + dlclose(dlA); +#endif + err1: + delete path; + return NULL; +} + +#ifdef WIN32 +Plugin::Plugin(HMODULE libA) { + lib = libA; +} +#else +Plugin::Plugin(void *dlA) { + dl = dlA; +} +#endif + +Plugin::~Plugin() { + void (*xpdfFreePlugin)(void); + +#ifdef WIN32 + if ((xpdfFreePlugin = (void (*)(void)) + GetProcAddress(lib, "xpdfFreePlugin"))) { + (*xpdfFreePlugin)(); + } + FreeLibrary(lib); +#else + if ((xpdfFreePlugin = (void (*)(void))dlsym(dl, "xpdfFreePlugin"))) { + (*xpdfFreePlugin)(); + } + dlclose(dl); +#endif +} + +#endif // ENABLE_PLUGINS + +//------------------------------------------------------------------------ +// parsing +//------------------------------------------------------------------------ + +GlobalParams::GlobalParams(char *cfgFileName) { + UnicodeMap *map; + GString *fileName; + FILE *f; + int i; + +#if MULTITHREADED + gInitMutex(&mutex); + gInitMutex(&unicodeMapCacheMutex); + gInitMutex(&cMapCacheMutex); +#endif + + initBuiltinFontTables(); + + // scan the encoding in reverse because we want the lowest-numbered + // index for each char name ('space' is encoded twice) + macRomanReverseMap = new NameToCharCode(); + for (i = 255; i >= 0; --i) { + if (macRomanEncoding[i]) { + macRomanReverseMap->add(macRomanEncoding[i], (CharCode)i); + } + } + +#ifdef WIN32 + // baseDir will be set by a call to setBaseDir + baseDir = new GString(); +#else + baseDir = appendToPath(getHomeDir(), ".xpdf"); +#endif + nameToUnicode = new NameToCharCode(); + cidToUnicodes = new GHash(gTrue); + unicodeToUnicodes = new GHash(gTrue); + residentUnicodeMaps = new GHash(); + unicodeMaps = new GHash(gTrue); + cMapDirs = new GHash(gTrue); + toUnicodeDirs = new GList(); + displayFonts = new GHash(); + displayCIDFonts = new GHash(); + displayNamedCIDFonts = new GHash(); +#if HAVE_PAPER_H + char *paperName; + const struct paper *paperType; + paperinit(); + if ((paperName = systempapername())) { + paperType = paperinfo(paperName); + psPaperWidth = (int)paperpswidth(paperType); + psPaperHeight = (int)paperpsheight(paperType); + } else { + error(-1, "No paper information available - using defaults"); + psPaperWidth = defPaperWidth; + psPaperHeight = defPaperHeight; + } + paperdone(); +#else + psPaperWidth = defPaperWidth; + psPaperHeight = defPaperHeight; +#endif + psImageableLLX = psImageableLLY = 0; + psImageableURX = psPaperWidth; + psImageableURY = psPaperHeight; + psCrop = gTrue; + psExpandSmaller = gFalse; + psShrinkLarger = gTrue; + psCenter = gTrue; + psDuplex = gFalse; + psLevel = psLevel2; + psFile = NULL; + psFonts = new GHash(); + psNamedFonts16 = new GList(); + psFonts16 = new GList(); + psEmbedType1 = gTrue; + psEmbedTrueType = gTrue; + psEmbedCIDPostScript = gTrue; + psEmbedCIDTrueType = gTrue; + psOPI = gFalse; + psASCIIHex = gFalse; + textEncoding = new GString("Latin1"); +#if defined(WIN32) + textEOL = eolDOS; +#elif defined(MACOS) + textEOL = eolMac; +#else + textEOL = eolUnix; +#endif + textPageBreaks = gTrue; + textKeepTinyChars = gFalse; + fontDirs = new GList(); + initialZoom = new GString("125"); + continuousView = gFalse; + enableT1lib = gTrue; + enableFreeType = gTrue; + antialias = gTrue; + urlCommand = NULL; + movieCommand = NULL; + mapNumericCharNames = gTrue; + printCommands = gFalse; + errQuiet = gFalse; + + cidToUnicodeCache = new CharCodeToUnicodeCache(cidToUnicodeCacheSize); + unicodeToUnicodeCache = + new CharCodeToUnicodeCache(unicodeToUnicodeCacheSize); + unicodeMapCache = new UnicodeMapCache(); + cMapCache = new CMapCache(); + +#ifdef ENABLE_PLUGINS + plugins = new GList(); + securityHandlers = new GList(); +#endif + + // set up the initial nameToUnicode table + for (i = 0; nameToUnicodeTab[i].name; ++i) { + nameToUnicode->add(nameToUnicodeTab[i].name, nameToUnicodeTab[i].u); + } + + // set up the residentUnicodeMaps table + map = new UnicodeMap("Latin1", gFalse, + latin1UnicodeMapRanges, latin1UnicodeMapLen); + residentUnicodeMaps->add(map->getEncodingName(), map); + map = new UnicodeMap("ASCII7", gFalse, + ascii7UnicodeMapRanges, ascii7UnicodeMapLen); + residentUnicodeMaps->add(map->getEncodingName(), map); + map = new UnicodeMap("Symbol", gFalse, + symbolUnicodeMapRanges, symbolUnicodeMapLen); + residentUnicodeMaps->add(map->getEncodingName(), map); + map = new UnicodeMap("ZapfDingbats", gFalse, zapfDingbatsUnicodeMapRanges, + zapfDingbatsUnicodeMapLen); + residentUnicodeMaps->add(map->getEncodingName(), map); + map = new UnicodeMap("UTF-8", gTrue, &mapUTF8); + residentUnicodeMaps->add(map->getEncodingName(), map); + map = new UnicodeMap("UCS-2", gTrue, &mapUCS2); + residentUnicodeMaps->add(map->getEncodingName(), map); + + // look for a user config file, then a system-wide config file + f = NULL; + fileName = NULL; + if (cfgFileName && cfgFileName[0]) { + fileName = new GString(cfgFileName); + if (!(f = fopen(fileName->getCString(), "r"))) { + delete fileName; + } + } + if (!f) { + fileName = appendToPath(getHomeDir(), xpdfUserConfigFile); + if (!(f = fopen(fileName->getCString(), "r"))) { + delete fileName; + } + } + if (!f) { +#if defined(WIN32) && !defined(__CYGWIN32__) + char buf[512]; + i = GetModuleFileName(NULL, buf, sizeof(buf)); + if (i <= 0 || i >= sizeof(buf)) { + // error or path too long for buffer - just use the current dir + buf[0] = '\0'; + } + fileName = grabPath(buf); + appendToPath(fileName, xpdfSysConfigFile); +#else + fileName = new GString(xpdfSysConfigFile); +#endif + if (!(f = fopen(fileName->getCString(), "r"))) { + delete fileName; + } + } + if (f) { + parseFile(fileName, f); + delete fileName; + fclose(f); + } +} + +void GlobalParams::parseFile(GString *fileName, FILE *f) { + int line; + GList *tokens; + GString *cmd, *incFile; + char *p1, *p2; + char buf[512]; + FILE *f2; + + line = 1; + while (getLine(buf, sizeof(buf) - 1, f)) { + + // break the line into tokens + tokens = new GList(); + p1 = buf; + while (*p1) { + for (; *p1 && isspace(*p1); ++p1) ; + if (!*p1) { + break; + } + if (*p1 == '"' || *p1 == '\'') { + for (p2 = p1 + 1; *p2 && *p2 != *p1; ++p2) ; + ++p1; + } else { + for (p2 = p1 + 1; *p2 && !isspace(*p2); ++p2) ; + } + tokens->append(new GString(p1, p2 - p1)); + p1 = *p2 ? p2 + 1 : p2; + } + + if (tokens->getLength() > 0 && + ((GString *)tokens->get(0))->getChar(0) != '#') { + cmd = (GString *)tokens->get(0); + if (!cmd->cmp("include")) { + if (tokens->getLength() == 2) { + incFile = (GString *)tokens->get(1); + if ((f2 = fopen(incFile->getCString(), "r"))) { + parseFile(incFile, f2); + fclose(f2); + } else { + error(-1, "Couldn't find included config file: '%s' (%s:%d)", + incFile->getCString(), fileName->getCString(), line); + } + } else { + error(-1, "Bad 'include' config file command (%s:%d)", + fileName->getCString(), line); + } + } else if (!cmd->cmp("nameToUnicode")) { + parseNameToUnicode(tokens, fileName, line); + } else if (!cmd->cmp("cidToUnicode")) { + parseCIDToUnicode(tokens, fileName, line); + } else if (!cmd->cmp("unicodeToUnicode")) { + parseUnicodeToUnicode(tokens, fileName, line); + } else if (!cmd->cmp("unicodeMap")) { + parseUnicodeMap(tokens, fileName, line); + } else if (!cmd->cmp("cMapDir")) { + parseCMapDir(tokens, fileName, line); + } else if (!cmd->cmp("toUnicodeDir")) { + parseToUnicodeDir(tokens, fileName, line); + } else if (!cmd->cmp("displayFontT1")) { + parseDisplayFont(tokens, displayFonts, displayFontT1, fileName, line); + } else if (!cmd->cmp("displayFontTT")) { + parseDisplayFont(tokens, displayFonts, displayFontTT, fileName, line); + } else if (!cmd->cmp("displayNamedCIDFontT1")) { + parseDisplayFont(tokens, displayNamedCIDFonts, + displayFontT1, fileName, line); + } else if (!cmd->cmp("displayCIDFontT1")) { + parseDisplayFont(tokens, displayCIDFonts, + displayFontT1, fileName, line); + } else if (!cmd->cmp("displayNamedCIDFontTT")) { + parseDisplayFont(tokens, displayNamedCIDFonts, + displayFontTT, fileName, line); + } else if (!cmd->cmp("displayCIDFontTT")) { + parseDisplayFont(tokens, displayCIDFonts, + displayFontTT, fileName, line); + } else if (!cmd->cmp("psFile")) { + parsePSFile(tokens, fileName, line); + } else if (!cmd->cmp("psFont")) { + parsePSFont(tokens, fileName, line); + } else if (!cmd->cmp("psNamedFont16")) { + parsePSFont16("psNamedFont16", psNamedFonts16, + tokens, fileName, line); + } else if (!cmd->cmp("psFont16")) { + parsePSFont16("psFont16", psFonts16, tokens, fileName, line); + } else if (!cmd->cmp("psPaperSize")) { + parsePSPaperSize(tokens, fileName, line); + } else if (!cmd->cmp("psImageableArea")) { + parsePSImageableArea(tokens, fileName, line); + } else if (!cmd->cmp("psCrop")) { + parseYesNo("psCrop", &psCrop, tokens, fileName, line); + } else if (!cmd->cmp("psExpandSmaller")) { + parseYesNo("psExpandSmaller", &psExpandSmaller, + tokens, fileName, line); + } else if (!cmd->cmp("psShrinkLarger")) { + parseYesNo("psShrinkLarger", &psShrinkLarger, tokens, fileName, line); + } else if (!cmd->cmp("psCenter")) { + parseYesNo("psCenter", &psCenter, tokens, fileName, line); + } else if (!cmd->cmp("psDuplex")) { + parseYesNo("psDuplex", &psDuplex, tokens, fileName, line); + } else if (!cmd->cmp("psLevel")) { + parsePSLevel(tokens, fileName, line); + } else if (!cmd->cmp("psEmbedType1Fonts")) { + parseYesNo("psEmbedType1", &psEmbedType1, tokens, fileName, line); + } else if (!cmd->cmp("psEmbedTrueTypeFonts")) { + parseYesNo("psEmbedTrueType", &psEmbedTrueType, + tokens, fileName, line); + } else if (!cmd->cmp("psEmbedCIDPostScriptFonts")) { + parseYesNo("psEmbedCIDPostScript", &psEmbedCIDPostScript, + tokens, fileName, line); + } else if (!cmd->cmp("psEmbedCIDTrueTypeFonts")) { + parseYesNo("psEmbedCIDTrueType", &psEmbedCIDTrueType, + tokens, fileName, line); + } else if (!cmd->cmp("psOPI")) { + parseYesNo("psOPI", &psOPI, tokens, fileName, line); + } else if (!cmd->cmp("psASCIIHex")) { + parseYesNo("psASCIIHex", &psASCIIHex, tokens, fileName, line); + } else if (!cmd->cmp("textEncoding")) { + parseTextEncoding(tokens, fileName, line); + } else if (!cmd->cmp("textEOL")) { + parseTextEOL(tokens, fileName, line); + } else if (!cmd->cmp("textPageBreaks")) { + parseYesNo("textPageBreaks", &textPageBreaks, + tokens, fileName, line); + } else if (!cmd->cmp("textKeepTinyChars")) { + parseYesNo("textKeepTinyChars", &textKeepTinyChars, + tokens, fileName, line); + } else if (!cmd->cmp("fontDir")) { + parseFontDir(tokens, fileName, line); + } else if (!cmd->cmp("initialZoom")) { + parseInitialZoom(tokens, fileName, line); + } else if (!cmd->cmp("continuousView")) { + parseYesNo("continuousView", &continuousView, tokens, fileName, line); + } else if (!cmd->cmp("enableT1lib")) { + parseYesNo("enableT1lib", &enableT1lib, tokens, fileName, line); + } else if (!cmd->cmp("enableFreeType")) { + parseYesNo("enableFreeType", &enableFreeType, tokens, fileName, line); + } else if (!cmd->cmp("antialias")) { + parseYesNo("antialias", &antialias, tokens, fileName, line); + } else if (!cmd->cmp("urlCommand")) { + parseCommand("urlCommand", &urlCommand, tokens, fileName, line); + } else if (!cmd->cmp("movieCommand")) { + parseCommand("movieCommand", &movieCommand, tokens, fileName, line); + } else if (!cmd->cmp("mapNumericCharNames")) { + parseYesNo("mapNumericCharNames", &mapNumericCharNames, + tokens, fileName, line); + } else if (!cmd->cmp("printCommands")) { + parseYesNo("printCommands", &printCommands, tokens, fileName, line); + } else if (!cmd->cmp("errQuiet")) { + parseYesNo("errQuiet", &errQuiet, tokens, fileName, line); + } else { + error(-1, "Unknown config file command '%s' (%s:%d)", + cmd->getCString(), fileName->getCString(), line); + if (!cmd->cmp("displayFontX") || + !cmd->cmp("displayNamedCIDFontX") || + !cmd->cmp("displayCIDFontX")) { + error(-1, "-- Xpdf no longer supports X fonts"); + } else if (!cmd->cmp("t1libControl") || !cmd->cmp("freetypeControl")) { + error(-1, "-- The t1libControl and freetypeControl options have been replaced"); + error(-1, " by the enableT1lib, enableFreeType, and antialias options"); + } else if (!cmd->cmp("fontpath") || !cmd->cmp("fontmap")) { + error(-1, "-- the config file format has changed since Xpdf 0.9x"); + } + } + } + + deleteGList(tokens, GString); + ++line; + } +} + +void GlobalParams::parseNameToUnicode(GList *tokens, GString *fileName, + int line) { + GString *name; + char *tok1, *tok2; + FILE *f; + char buf[256]; + int line2; + Unicode u; + + if (tokens->getLength() != 2) { + error(-1, "Bad 'nameToUnicode' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + name = (GString *)tokens->get(1); + if (!(f = fopen(name->getCString(), "r"))) { + error(-1, "Couldn't open 'nameToUnicode' file '%s'", + name->getCString()); + return; + } + line2 = 1; + while (getLine(buf, sizeof(buf), f)) { + tok1 = strtok(buf, " \t\r\n"); + tok2 = strtok(NULL, " \t\r\n"); + if (tok1 && tok2) { + sscanf(tok1, "%x", &u); + nameToUnicode->add(tok2, u); + } else { + error(-1, "Bad line in 'nameToUnicode' file (%s:%d)", name, line2); + } + ++line2; + } + fclose(f); +} + +void GlobalParams::parseCIDToUnicode(GList *tokens, GString *fileName, + int line) { + GString *collection, *name, *old; + + if (tokens->getLength() != 3) { + error(-1, "Bad 'cidToUnicode' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + collection = (GString *)tokens->get(1); + name = (GString *)tokens->get(2); + if ((old = (GString *)cidToUnicodes->remove(collection))) { + delete old; + } + cidToUnicodes->add(collection->copy(), name->copy()); +} + +void GlobalParams::parseUnicodeToUnicode(GList *tokens, GString *fileName, + int line) { + GString *font, *file, *old; + + if (tokens->getLength() != 3) { + error(-1, "Bad 'unicodeToUnicode' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + font = (GString *)tokens->get(1); + file = (GString *)tokens->get(2); + if ((old = (GString *)unicodeToUnicodes->remove(font))) { + delete old; + } + unicodeToUnicodes->add(font->copy(), file->copy()); +} + +void GlobalParams::parseUnicodeMap(GList *tokens, GString *fileName, + int line) { + GString *encodingName, *name, *old; + + if (tokens->getLength() != 3) { + error(-1, "Bad 'unicodeMap' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + encodingName = (GString *)tokens->get(1); + name = (GString *)tokens->get(2); + if ((old = (GString *)unicodeMaps->remove(encodingName))) { + delete old; + } + unicodeMaps->add(encodingName->copy(), name->copy()); +} + +void GlobalParams::parseCMapDir(GList *tokens, GString *fileName, int line) { + GString *collection, *dir; + GList *list; + + if (tokens->getLength() != 3) { + error(-1, "Bad 'cMapDir' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + collection = (GString *)tokens->get(1); + dir = (GString *)tokens->get(2); + if (!(list = (GList *)cMapDirs->lookup(collection))) { + list = new GList(); + cMapDirs->add(collection->copy(), list); + } + list->append(dir->copy()); +} + +void GlobalParams::parseToUnicodeDir(GList *tokens, GString *fileName, + int line) { + if (tokens->getLength() != 2) { + error(-1, "Bad 'toUnicodeDir' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + toUnicodeDirs->append(((GString *)tokens->get(1))->copy()); +} + +void GlobalParams::parseDisplayFont(GList *tokens, GHash *fontHash, + DisplayFontParamKind kind, + GString *fileName, int line) { + DisplayFontParam *param, *old; + + if (tokens->getLength() < 2) { + goto err1; + } + param = new DisplayFontParam(((GString *)tokens->get(1))->copy(), kind); + + switch (kind) { + case displayFontT1: + if (tokens->getLength() != 3) { + goto err2; + } + param->t1.fileName = ((GString *)tokens->get(2))->copy(); + break; + case displayFontTT: + if (tokens->getLength() != 3) { + goto err2; + } + param->tt.fileName = ((GString *)tokens->get(2))->copy(); + break; + } + + if ((old = (DisplayFontParam *)fontHash->remove(param->name))) { + delete old; + } + fontHash->add(param->name, param); + return; + + err2: + delete param; + err1: + error(-1, "Bad 'display*Font*' config file command (%s:%d)", + fileName->getCString(), line); +} + +void GlobalParams::parsePSPaperSize(GList *tokens, GString *fileName, + int line) { + GString *tok; + + if (tokens->getLength() == 2) { + tok = (GString *)tokens->get(1); + if (!setPSPaperSize(tok->getCString())) { + error(-1, "Bad 'psPaperSize' config file command (%s:%d)", + fileName->getCString(), line); + } + } else if (tokens->getLength() == 3) { + tok = (GString *)tokens->get(1); + psPaperWidth = atoi(tok->getCString()); + tok = (GString *)tokens->get(2); + psPaperHeight = atoi(tok->getCString()); + psImageableLLX = psImageableLLY = 0; + psImageableURX = psPaperWidth; + psImageableURY = psPaperHeight; + } else { + error(-1, "Bad 'psPaperSize' config file command (%s:%d)", + fileName->getCString(), line); + } +} + +void GlobalParams::parsePSImageableArea(GList *tokens, GString *fileName, + int line) { + if (tokens->getLength() != 5) { + error(-1, "Bad 'psImageableArea' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + psImageableLLX = atoi(((GString *)tokens->get(1))->getCString()); + psImageableLLY = atoi(((GString *)tokens->get(2))->getCString()); + psImageableURX = atoi(((GString *)tokens->get(3))->getCString()); + psImageableURY = atoi(((GString *)tokens->get(4))->getCString()); +} + +void GlobalParams::parsePSLevel(GList *tokens, GString *fileName, int line) { + GString *tok; + + if (tokens->getLength() != 2) { + error(-1, "Bad 'psLevel' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + tok = (GString *)tokens->get(1); + if (!tok->cmp("level1")) { + psLevel = psLevel1; + } else if (!tok->cmp("level1sep")) { + psLevel = psLevel1Sep; + } else if (!tok->cmp("level2")) { + psLevel = psLevel2; + } else if (!tok->cmp("level2sep")) { + psLevel = psLevel2Sep; + } else if (!tok->cmp("level3")) { + psLevel = psLevel3; + } else if (!tok->cmp("level3Sep")) { + psLevel = psLevel3Sep; + } else { + error(-1, "Bad 'psLevel' config file command (%s:%d)", + fileName->getCString(), line); + } +} + +void GlobalParams::parsePSFile(GList *tokens, GString *fileName, int line) { + if (tokens->getLength() != 2) { + error(-1, "Bad 'psFile' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + if (psFile) { + delete psFile; + } + psFile = ((GString *)tokens->get(1))->copy(); +} + +void GlobalParams::parsePSFont(GList *tokens, GString *fileName, int line) { + PSFontParam *param; + + if (tokens->getLength() != 3) { + error(-1, "Bad 'psFont' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + param = new PSFontParam(((GString *)tokens->get(1))->copy(), 0, + ((GString *)tokens->get(2))->copy(), NULL); + psFonts->add(param->pdfFontName, param); +} + +void GlobalParams::parsePSFont16(char *cmdName, GList *fontList, + GList *tokens, GString *fileName, int line) { + PSFontParam *param; + int wMode; + GString *tok; + + if (tokens->getLength() != 5) { + error(-1, "Bad '%s' config file command (%s:%d)", + cmdName, fileName->getCString(), line); + return; + } + tok = (GString *)tokens->get(2); + if (!tok->cmp("H")) { + wMode = 0; + } else if (!tok->cmp("V")) { + wMode = 1; + } else { + error(-1, "Bad '%s' config file command (%s:%d)", + cmdName, fileName->getCString(), line); + return; + } + param = new PSFontParam(((GString *)tokens->get(1))->copy(), + wMode, + ((GString *)tokens->get(3))->copy(), + ((GString *)tokens->get(4))->copy()); + fontList->append(param); +} + +void GlobalParams::parseTextEncoding(GList *tokens, GString *fileName, + int line) { + if (tokens->getLength() != 2) { + error(-1, "Bad 'textEncoding' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + delete textEncoding; + textEncoding = ((GString *)tokens->get(1))->copy(); +} + +void GlobalParams::parseTextEOL(GList *tokens, GString *fileName, int line) { + GString *tok; + + if (tokens->getLength() != 2) { + error(-1, "Bad 'textEOL' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + tok = (GString *)tokens->get(1); + if (!tok->cmp("unix")) { + textEOL = eolUnix; + } else if (!tok->cmp("dos")) { + textEOL = eolDOS; + } else if (!tok->cmp("mac")) { + textEOL = eolMac; + } else { + error(-1, "Bad 'textEOL' config file command (%s:%d)", + fileName->getCString(), line); + } +} + +void GlobalParams::parseFontDir(GList *tokens, GString *fileName, int line) { + if (tokens->getLength() != 2) { + error(-1, "Bad 'fontDir' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + fontDirs->append(((GString *)tokens->get(1))->copy()); +} + +void GlobalParams::parseInitialZoom(GList *tokens, + GString *fileName, int line) { + if (tokens->getLength() != 2) { + error(-1, "Bad 'initialZoom' config file command (%s:%d)", + fileName->getCString(), line); + return; + } + delete initialZoom; + initialZoom = ((GString *)tokens->get(1))->copy(); +} + +void GlobalParams::parseCommand(char *cmdName, GString **val, + GList *tokens, GString *fileName, int line) { + if (tokens->getLength() != 2) { + error(-1, "Bad '%s' config file command (%s:%d)", + cmdName, fileName->getCString(), line); + return; + } + if (*val) { + delete *val; + } + *val = ((GString *)tokens->get(1))->copy(); +} + +void GlobalParams::parseYesNo(char *cmdName, GBool *flag, + GList *tokens, GString *fileName, int line) { + GString *tok; + + if (tokens->getLength() != 2) { + error(-1, "Bad '%s' config file command (%s:%d)", + cmdName, fileName->getCString(), line); + return; + } + tok = (GString *)tokens->get(1); + if (!parseYesNo2(tok->getCString(), flag)) { + error(-1, "Bad '%s' config file command (%s:%d)", + cmdName, fileName->getCString(), line); + } +} + +GBool GlobalParams::parseYesNo2(char *token, GBool *flag) { + if (!strcmp(token, "yes")) { + *flag = gTrue; + } else if (!strcmp(token, "no")) { + *flag = gFalse; + } else { + return gFalse; + } + return gTrue; +} + +GlobalParams::~GlobalParams() { + GHashIter *iter; + GString *key; + GList *list; + + freeBuiltinFontTables(); + + delete macRomanReverseMap; + + delete baseDir; + delete nameToUnicode; + deleteGHash(cidToUnicodes, GString); + deleteGHash(unicodeToUnicodes, GString); + deleteGHash(residentUnicodeMaps, UnicodeMap); + deleteGHash(unicodeMaps, GString); + deleteGList(toUnicodeDirs, GString); + deleteGHash(displayFonts, DisplayFontParam); + deleteGHash(displayCIDFonts, DisplayFontParam); + deleteGHash(displayNamedCIDFonts, DisplayFontParam); + if (psFile) { + delete psFile; + } + deleteGHash(psFonts, PSFontParam); + deleteGList(psNamedFonts16, PSFontParam); + deleteGList(psFonts16, PSFontParam); + delete textEncoding; + deleteGList(fontDirs, GString); + delete initialZoom; + if (urlCommand) { + delete urlCommand; + } + if (movieCommand) { + delete movieCommand; + } + + cMapDirs->startIter(&iter); + while (cMapDirs->getNext(&iter, &key, (void **)&list)) { + deleteGList(list, GString); + } + delete cMapDirs; + + delete cidToUnicodeCache; + delete unicodeToUnicodeCache; + delete unicodeMapCache; + delete cMapCache; + +#ifdef ENABLE_PLUGINS + delete securityHandlers; + deleteGList(plugins, Plugin); +#endif + +#if MULTITHREADED + gDestroyMutex(&mutex); + gDestroyMutex(&unicodeMapCacheMutex); + gDestroyMutex(&cMapCacheMutex); +#endif +} + +//------------------------------------------------------------------------ + +void GlobalParams::setBaseDir(char *dir) { + delete baseDir; + baseDir = new GString(dir); +} + +void GlobalParams::setupBaseFonts(char *dir) { + GString *fontName; + GString *fileName; +#ifdef WIN32 + HMODULE shell32Lib; + BOOL (__stdcall *SHGetSpecialFolderPathFunc)(HWND hwndOwner, + LPTSTR lpszPath, + int nFolder, + BOOL fCreate); + char winFontDir[MAX_PATH]; +#endif + FILE *f; + DisplayFontParamKind kind; + DisplayFontParam *dfp; + int i, j; + +#ifdef WIN32 + // SHGetSpecialFolderPath isn't available in older versions of + // shell32.dll (Win95 and WinNT4), so do a dynamic load + winFontDir[0] = '\0'; + if ((shell32Lib = LoadLibrary("shell32.dll"))) { + if ((SHGetSpecialFolderPathFunc = + (BOOL (__stdcall *)(HWND hwndOwner, LPTSTR lpszPath, + int nFolder, BOOL fCreate)) + GetProcAddress(shell32Lib, "SHGetSpecialFolderPath"))) { + if (!(*SHGetSpecialFolderPathFunc)(NULL, winFontDir, + CSIDL_FONTS, FALSE)) { + winFontDir[0] = '\0'; + } + } + } +#endif + for (i = 0; displayFontTab[i].name; ++i) { + fontName = new GString(displayFontTab[i].name); + if (getDisplayFont(fontName)) { + delete fontName; + continue; + } + fileName = NULL; + kind = displayFontT1; // make gcc happy + if (dir) { + fileName = appendToPath(new GString(dir), displayFontTab[i].t1FileName); + kind = displayFontT1; + if ((f = fopen(fileName->getCString(), "rb"))) { + fclose(f); + } else { + delete fileName; + fileName = NULL; + } + } +#ifdef WIN32 + if (!fileName && winFontDir[0] && displayFontTab[i].ttFileName) { + fileName = appendToPath(new GString(winFontDir), + displayFontTab[i].ttFileName); + kind = displayFontTT; + if ((f = fopen(fileName->getCString(), "rb"))) { + fclose(f); + } else { + delete fileName; + fileName = NULL; + } + } + // SHGetSpecialFolderPath(CSIDL_FONTS) doesn't work on Win 2k Server + // or Win2003 Server, or with older versions of shell32.dll, so check + // the "standard" directories + if (displayFontTab[i].ttFileName) { + for (j = 0; !fileName && displayFontDirs[j]; ++j) { + fileName = appendToPath(new GString(displayFontDirs[j]), + displayFontTab[i].ttFileName); + kind = displayFontTT; + if ((f = fopen(fileName->getCString(), "rb"))) { + fclose(f); + } else { + delete fileName; + fileName = NULL; + } + } + } +#else + for (j = 0; !fileName && displayFontDirs[j]; ++j) { + fileName = appendToPath(new GString(displayFontDirs[j]), + displayFontTab[i].t1FileName); + kind = displayFontT1; + if ((f = fopen(fileName->getCString(), "rb"))) { + fclose(f); + } else { + delete fileName; + fileName = NULL; + } + } +#endif + if (!fileName) { + error(-1, "No display font for '%s'", displayFontTab[i].name); + delete fontName; + continue; + } + dfp = new DisplayFontParam(fontName, kind); + dfp->t1.fileName = fileName; + globalParams->addDisplayFont(dfp); + } +} + +//------------------------------------------------------------------------ +// accessors +//------------------------------------------------------------------------ + +CharCode GlobalParams::getMacRomanCharCode(char *charName) { + // no need to lock - macRomanReverseMap is constant + return macRomanReverseMap->lookup(charName); +} + +GString *GlobalParams::getBaseDir() { + GString *s; + + lockGlobalParams; + s = baseDir->copy(); + unlockGlobalParams; + return s; +} + +Unicode GlobalParams::mapNameToUnicode(char *charName) { + // no need to lock - nameToUnicode is constant + return nameToUnicode->lookup(charName); +} + +UnicodeMap *GlobalParams::getResidentUnicodeMap(GString *encodingName) { + UnicodeMap *map; + + lockGlobalParams; + map = (UnicodeMap *)residentUnicodeMaps->lookup(encodingName); + unlockGlobalParams; + if (map) { + map->incRefCnt(); + } + return map; +} + +FILE *GlobalParams::getUnicodeMapFile(GString *encodingName) { + GString *fileName; + FILE *f; + + lockGlobalParams; + if ((fileName = (GString *)unicodeMaps->lookup(encodingName))) { + f = fopen(fileName->getCString(), "r"); + } else { + f = NULL; + } + unlockGlobalParams; + return f; +} + +FILE *GlobalParams::findCMapFile(GString *collection, GString *cMapName) { + GList *list; + GString *dir; + GString *fileName; + FILE *f; + int i; + + lockGlobalParams; + if (!(list = (GList *)cMapDirs->lookup(collection))) { + unlockGlobalParams; + return NULL; + } + for (i = 0; i < list->getLength(); ++i) { + dir = (GString *)list->get(i); + fileName = appendToPath(dir->copy(), cMapName->getCString()); + f = fopen(fileName->getCString(), "r"); + delete fileName; + if (f) { + unlockGlobalParams; + return f; + } + } + unlockGlobalParams; + return NULL; +} + +FILE *GlobalParams::findToUnicodeFile(GString *name) { + GString *dir, *fileName; + FILE *f; + int i; + + lockGlobalParams; + for (i = 0; i < toUnicodeDirs->getLength(); ++i) { + dir = (GString *)toUnicodeDirs->get(i); + fileName = appendToPath(dir->copy(), name->getCString()); + f = fopen(fileName->getCString(), "r"); + delete fileName; + if (f) { + unlockGlobalParams; + return f; + } + } + unlockGlobalParams; + return NULL; +} + +DisplayFontParam *GlobalParams::getDisplayFont(GString *fontName) { + DisplayFontParam *dfp; + + lockGlobalParams; + dfp = (DisplayFontParam *)displayFonts->lookup(fontName); + unlockGlobalParams; + return dfp; +} + +DisplayFontParam *GlobalParams::getDisplayCIDFont(GString *fontName, + GString *collection) { + DisplayFontParam *dfp; + + lockGlobalParams; + if (!fontName || + !(dfp = (DisplayFontParam *)displayNamedCIDFonts->lookup(fontName))) { + dfp = (DisplayFontParam *)displayCIDFonts->lookup(collection); + } + unlockGlobalParams; + return dfp; +} + +GString *GlobalParams::getPSFile() { + GString *s; + + lockGlobalParams; + s = psFile ? psFile->copy() : (GString *)NULL; + unlockGlobalParams; + return s; +} + +int GlobalParams::getPSPaperWidth() { + int w; + + lockGlobalParams; + w = psPaperWidth; + unlockGlobalParams; + return w; +} + +int GlobalParams::getPSPaperHeight() { + int h; + + lockGlobalParams; + h = psPaperHeight; + unlockGlobalParams; + return h; +} + +void GlobalParams::getPSImageableArea(int *llx, int *lly, int *urx, int *ury) { + lockGlobalParams; + *llx = psImageableLLX; + *lly = psImageableLLY; + *urx = psImageableURX; + *ury = psImageableURY; + unlockGlobalParams; +} + +GBool GlobalParams::getPSCrop() { + GBool f; + + lockGlobalParams; + f = psCrop; + unlockGlobalParams; + return f; +} + +GBool GlobalParams::getPSExpandSmaller() { + GBool f; + + lockGlobalParams; + f = psExpandSmaller; + unlockGlobalParams; + return f; +} + +GBool GlobalParams::getPSShrinkLarger() { + GBool f; + + lockGlobalParams; + f = psShrinkLarger; + unlockGlobalParams; + return f; +} + +GBool GlobalParams::getPSCenter() { + GBool f; + + lockGlobalParams; + f = psCenter; + unlockGlobalParams; + return f; +} + +GBool GlobalParams::getPSDuplex() { + GBool d; + + lockGlobalParams; + d = psDuplex; + unlockGlobalParams; + return d; +} + +PSLevel GlobalParams::getPSLevel() { + PSLevel level; + + lockGlobalParams; + level = psLevel; + unlockGlobalParams; + return level; +} + +PSFontParam *GlobalParams::getPSFont(GString *fontName) { + PSFontParam *p; + + lockGlobalParams; + p = (PSFontParam *)psFonts->lookup(fontName); + unlockGlobalParams; + return p; +} + +PSFontParam *GlobalParams::getPSFont16(GString *fontName, + GString *collection, int wMode) { + PSFontParam *p; + int i; + + lockGlobalParams; + p = NULL; + if (fontName) { + for (i = 0; i < psNamedFonts16->getLength(); ++i) { + p = (PSFontParam *)psNamedFonts16->get(i); + if (!p->pdfFontName->cmp(fontName) && + p->wMode == wMode) { + break; + } + p = NULL; + } + } + if (!p && collection) { + for (i = 0; i < psFonts16->getLength(); ++i) { + p = (PSFontParam *)psFonts16->get(i); + if (!p->pdfFontName->cmp(collection) && + p->wMode == wMode) { + break; + } + p = NULL; + } + } + unlockGlobalParams; + return p; +} + +GBool GlobalParams::getPSEmbedType1() { + GBool e; + + lockGlobalParams; + e = psEmbedType1; + unlockGlobalParams; + return e; +} + +GBool GlobalParams::getPSEmbedTrueType() { + GBool e; + + lockGlobalParams; + e = psEmbedTrueType; + unlockGlobalParams; + return e; +} + +GBool GlobalParams::getPSEmbedCIDPostScript() { + GBool e; + + lockGlobalParams; + e = psEmbedCIDPostScript; + unlockGlobalParams; + return e; +} + +GBool GlobalParams::getPSEmbedCIDTrueType() { + GBool e; + + lockGlobalParams; + e = psEmbedCIDTrueType; + unlockGlobalParams; + return e; +} + +GBool GlobalParams::getPSOPI() { + GBool opi; + + lockGlobalParams; + opi = psOPI; + unlockGlobalParams; + return opi; +} + +GBool GlobalParams::getPSASCIIHex() { + GBool ah; + + lockGlobalParams; + ah = psASCIIHex; + unlockGlobalParams; + return ah; +} + +GString *GlobalParams::getTextEncodingName() { + GString *s; + + lockGlobalParams; + s = textEncoding->copy(); + unlockGlobalParams; + return s; +} + +EndOfLineKind GlobalParams::getTextEOL() { + EndOfLineKind eol; + + lockGlobalParams; + eol = textEOL; + unlockGlobalParams; + return eol; +} + +GBool GlobalParams::getTextPageBreaks() { + GBool pageBreaks; + + lockGlobalParams; + pageBreaks = textPageBreaks; + unlockGlobalParams; + return pageBreaks; +} + +GBool GlobalParams::getTextKeepTinyChars() { + GBool tiny; + + lockGlobalParams; + tiny = textKeepTinyChars; + unlockGlobalParams; + return tiny; +} + +GString *GlobalParams::findFontFile(GString *fontName, char **exts) { + GString *dir, *fileName; + char **ext; + FILE *f; + int i; + + lockGlobalParams; + for (i = 0; i < fontDirs->getLength(); ++i) { + dir = (GString *)fontDirs->get(i); + for (ext = exts; *ext; ++ext) { + fileName = appendToPath(dir->copy(), fontName->getCString()); + fileName->append(*ext); + if ((f = fopen(fileName->getCString(), "rb"))) { + fclose(f); + unlockGlobalParams; + return fileName; + } + delete fileName; + } + } + unlockGlobalParams; + return NULL; +} + +GString *GlobalParams::getInitialZoom() { + GString *s; + + lockGlobalParams; + s = initialZoom->copy(); + unlockGlobalParams; + return s; +} + +GBool GlobalParams::getContinuousView() { + GBool f; + + lockGlobalParams; + f = continuousView; + unlockGlobalParams; + return f; +} + +GBool GlobalParams::getEnableT1lib() { + GBool f; + + lockGlobalParams; + f = enableT1lib; + unlockGlobalParams; + return f; +} + +GBool GlobalParams::getEnableFreeType() { + GBool f; + + lockGlobalParams; + f = enableFreeType; + unlockGlobalParams; + return f; +} + + +GBool GlobalParams::getAntialias() { + GBool f; + + lockGlobalParams; + f = antialias; + unlockGlobalParams; + return f; +} + +GBool GlobalParams::getMapNumericCharNames() { + GBool map; + + lockGlobalParams; + map = mapNumericCharNames; + unlockGlobalParams; + return map; +} + +GBool GlobalParams::getPrintCommands() { + GBool p; + + lockGlobalParams; + p = printCommands; + unlockGlobalParams; + return p; +} + +GBool GlobalParams::getErrQuiet() { + GBool q; + + lockGlobalParams; + q = errQuiet; + unlockGlobalParams; + return q; +} + +CharCodeToUnicode *GlobalParams::getCIDToUnicode(GString *collection) { + GString *fileName; + CharCodeToUnicode *ctu; + + lockGlobalParams; + if (!(ctu = cidToUnicodeCache->getCharCodeToUnicode(collection))) { + if ((fileName = (GString *)cidToUnicodes->lookup(collection)) && + (ctu = CharCodeToUnicode::parseCIDToUnicode(fileName, collection))) { + cidToUnicodeCache->add(ctu); + } + } + unlockGlobalParams; + return ctu; +} + +CharCodeToUnicode *GlobalParams::getUnicodeToUnicode(GString *fontName) { + CharCodeToUnicode *ctu; + GHashIter *iter; + GString *fontPattern, *fileName; + + lockGlobalParams; + fileName = NULL; + unicodeToUnicodes->startIter(&iter); + while (unicodeToUnicodes->getNext(&iter, &fontPattern, (void **)&fileName)) { + if (strstr(fontName->getCString(), fontPattern->getCString())) { + unicodeToUnicodes->killIter(&iter); + break; + } + fileName = NULL; + } + if (fileName) { + if (!(ctu = unicodeToUnicodeCache->getCharCodeToUnicode(fileName))) { + if ((ctu = CharCodeToUnicode::parseUnicodeToUnicode(fileName))) { + unicodeToUnicodeCache->add(ctu); + } + } + } else { + ctu = NULL; + } + unlockGlobalParams; + return ctu; +} + +UnicodeMap *GlobalParams::getUnicodeMap(GString *encodingName) { + return getUnicodeMap2(encodingName); +} + +UnicodeMap *GlobalParams::getUnicodeMap2(GString *encodingName) { + UnicodeMap *map; + + if (!(map = getResidentUnicodeMap(encodingName))) { + lockUnicodeMapCache; + map = unicodeMapCache->getUnicodeMap(encodingName); + unlockUnicodeMapCache; + } + return map; +} + +CMap *GlobalParams::getCMap(GString *collection, GString *cMapName) { + CMap *cMap; + + lockCMapCache; + cMap = cMapCache->getCMap(collection, cMapName); + unlockCMapCache; + return cMap; +} + +UnicodeMap *GlobalParams::getTextEncoding() { + return getUnicodeMap2(textEncoding); +} + +//------------------------------------------------------------------------ +// functions to set parameters +//------------------------------------------------------------------------ + +void GlobalParams::addDisplayFont(DisplayFontParam *param) { + DisplayFontParam *old; + + lockGlobalParams; + if ((old = (DisplayFontParam *)displayFonts->remove(param->name))) { + delete old; + } + displayFonts->add(param->name, param); + unlockGlobalParams; +} + +void GlobalParams::setPSFile(char *file) { + lockGlobalParams; + if (psFile) { + delete psFile; + } + psFile = new GString(file); + unlockGlobalParams; +} + +GBool GlobalParams::setPSPaperSize(char *size) { + lockGlobalParams; + if (!strcmp(size, "match")) { + psPaperWidth = psPaperHeight = -1; + } else if (!strcmp(size, "letter")) { + psPaperWidth = 612; + psPaperHeight = 792; + } else if (!strcmp(size, "legal")) { + psPaperWidth = 612; + psPaperHeight = 1008; + } else if (!strcmp(size, "A4")) { + psPaperWidth = 595; + psPaperHeight = 842; + } else if (!strcmp(size, "A3")) { + psPaperWidth = 842; + psPaperHeight = 1190; + } else { + unlockGlobalParams; + return gFalse; + } + psImageableLLX = psImageableLLY = 0; + psImageableURX = psPaperWidth; + psImageableURY = psPaperHeight; + unlockGlobalParams; + return gTrue; +} + +void GlobalParams::setPSPaperWidth(int width) { + lockGlobalParams; + psPaperWidth = width; + psImageableLLX = 0; + psImageableURX = psPaperWidth; + unlockGlobalParams; +} + +void GlobalParams::setPSPaperHeight(int height) { + lockGlobalParams; + psPaperHeight = height; + psImageableLLY = 0; + psImageableURY = psPaperHeight; + unlockGlobalParams; +} + +void GlobalParams::setPSImageableArea(int llx, int lly, int urx, int ury) { + lockGlobalParams; + psImageableLLX = llx; + psImageableLLY = lly; + psImageableURX = urx; + psImageableURY = ury; + unlockGlobalParams; +} + +void GlobalParams::setPSCrop(GBool crop) { + lockGlobalParams; + psCrop = crop; + unlockGlobalParams; +} + +void GlobalParams::setPSExpandSmaller(GBool expand) { + lockGlobalParams; + psExpandSmaller = expand; + unlockGlobalParams; +} + +void GlobalParams::setPSShrinkLarger(GBool shrink) { + lockGlobalParams; + psShrinkLarger = shrink; + unlockGlobalParams; +} + +void GlobalParams::setPSCenter(GBool center) { + lockGlobalParams; + psCenter = center; + unlockGlobalParams; +} + +void GlobalParams::setPSDuplex(GBool duplex) { + lockGlobalParams; + psDuplex = duplex; + unlockGlobalParams; +} + +void GlobalParams::setPSLevel(PSLevel level) { + lockGlobalParams; + psLevel = level; + unlockGlobalParams; +} + +void GlobalParams::setPSEmbedType1(GBool embed) { + lockGlobalParams; + psEmbedType1 = embed; + unlockGlobalParams; +} + +void GlobalParams::setPSEmbedTrueType(GBool embed) { + lockGlobalParams; + psEmbedTrueType = embed; + unlockGlobalParams; +} + +void GlobalParams::setPSEmbedCIDPostScript(GBool embed) { + lockGlobalParams; + psEmbedCIDPostScript = embed; + unlockGlobalParams; +} + +void GlobalParams::setPSEmbedCIDTrueType(GBool embed) { + lockGlobalParams; + psEmbedCIDTrueType = embed; + unlockGlobalParams; +} + +void GlobalParams::setPSOPI(GBool opi) { + lockGlobalParams; + psOPI = opi; + unlockGlobalParams; +} + +void GlobalParams::setPSASCIIHex(GBool hex) { + lockGlobalParams; + psASCIIHex = hex; + unlockGlobalParams; +} + +void GlobalParams::setTextEncoding(char *encodingName) { + lockGlobalParams; + delete textEncoding; + textEncoding = new GString(encodingName); + unlockGlobalParams; +} + +GBool GlobalParams::setTextEOL(char *s) { + lockGlobalParams; + if (!strcmp(s, "unix")) { + textEOL = eolUnix; + } else if (!strcmp(s, "dos")) { + textEOL = eolDOS; + } else if (!strcmp(s, "mac")) { + textEOL = eolMac; + } else { + unlockGlobalParams; + return gFalse; + } + unlockGlobalParams; + return gTrue; +} + +void GlobalParams::setTextPageBreaks(GBool pageBreaks) { + lockGlobalParams; + textPageBreaks = pageBreaks; + unlockGlobalParams; +} + +void GlobalParams::setTextKeepTinyChars(GBool keep) { + lockGlobalParams; + textKeepTinyChars = keep; + unlockGlobalParams; +} + +void GlobalParams::setInitialZoom(char *s) { + lockGlobalParams; + delete initialZoom; + initialZoom = new GString(s); + unlockGlobalParams; +} + +void GlobalParams::setContinuousView(GBool cont) { + lockGlobalParams; + continuousView = cont; + unlockGlobalParams; +} + +GBool GlobalParams::setEnableT1lib(char *s) { + GBool ok; + + lockGlobalParams; + ok = parseYesNo2(s, &enableT1lib); + unlockGlobalParams; + return ok; +} + +GBool GlobalParams::setEnableFreeType(char *s) { + GBool ok; + + lockGlobalParams; + ok = parseYesNo2(s, &enableFreeType); + unlockGlobalParams; + return ok; +} + + +GBool GlobalParams::setAntialias(char *s) { + GBool ok; + + lockGlobalParams; + ok = parseYesNo2(s, &antialias); + unlockGlobalParams; + return ok; +} + +void GlobalParams::setMapNumericCharNames(GBool map) { + lockGlobalParams; + mapNumericCharNames = map; + unlockGlobalParams; +} + +void GlobalParams::setPrintCommands(GBool printCommandsA) { + lockGlobalParams; + printCommands = printCommandsA; + unlockGlobalParams; +} + +void GlobalParams::setErrQuiet(GBool errQuietA) { + lockGlobalParams; + errQuiet = errQuietA; + unlockGlobalParams; +} + +void GlobalParams::addSecurityHandler(XpdfSecurityHandler *handler) { +#ifdef ENABLE_PLUGINS + lockGlobalParams; + securityHandlers->append(handler); + unlockGlobalParams; +#endif +} + +XpdfSecurityHandler *GlobalParams::getSecurityHandler(char *name) { +#ifdef ENABLE_PLUGINS + XpdfSecurityHandler *hdlr; + int i; + + lockGlobalParams; + for (i = 0; i < securityHandlers->getLength(); ++i) { + hdlr = (XpdfSecurityHandler *)securityHandlers->get(i); + if (!stricmp(hdlr->name, name)) { + unlockGlobalParams; + return hdlr; + } + } + unlockGlobalParams; + + if (!loadPlugin("security", name)) { + return NULL; + } + + lockGlobalParams; + for (i = 0; i < securityHandlers->getLength(); ++i) { + hdlr = (XpdfSecurityHandler *)securityHandlers->get(i); + if (!strcmp(hdlr->name, name)) { + unlockGlobalParams; + return hdlr; + } + } + unlockGlobalParams; +#endif + + return NULL; +} + +#ifdef ENABLE_PLUGINS +//------------------------------------------------------------------------ +// plugins +//------------------------------------------------------------------------ + +GBool GlobalParams::loadPlugin(char *type, char *name) { + Plugin *plugin; + + if (!(plugin = Plugin::load(type, name))) { + return gFalse; + } + lockGlobalParams; + plugins->append(plugin); + unlockGlobalParams; + return gTrue; +} + +#endif // ENABLE_PLUGINS diff --git a/pdftops/GlobalParams.h b/pdftops/GlobalParams.h new file mode 100644 index 0000000000..2232d5e326 --- /dev/null +++ b/pdftops/GlobalParams.h @@ -0,0 +1,336 @@ +//======================================================================== +// +// GlobalParams.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GLOBALPARAMS_H +#define GLOBALPARAMS_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include +#include "gtypes.h" +#include "CharTypes.h" + +#if MULTITHREADED +#include "GMutex.h" +#endif + +class GString; +class GList; +class GHash; +class NameToCharCode; +class CharCodeToUnicode; +class CharCodeToUnicodeCache; +class UnicodeMap; +class UnicodeMapCache; +class CMap; +class CMapCache; +struct XpdfSecurityHandler; +class GlobalParams; + +//------------------------------------------------------------------------ + +// The global parameters object. +extern GlobalParams *globalParams; + +//------------------------------------------------------------------------ + +enum DisplayFontParamKind { + displayFontT1, + displayFontTT +}; + +struct DisplayFontParamT1 { + GString *fileName; +}; + +struct DisplayFontParamTT { + GString *fileName; +}; + +class DisplayFontParam { +public: + + GString *name; // font name for 8-bit fonts and named + // CID fonts; collection name for + // generic CID fonts + DisplayFontParamKind kind; + union { + DisplayFontParamT1 t1; + DisplayFontParamTT tt; + }; + + DisplayFontParam(GString *nameA, DisplayFontParamKind kindA); + ~DisplayFontParam(); +}; + +//------------------------------------------------------------------------ + +class PSFontParam { +public: + + GString *pdfFontName; // PDF font name for 8-bit fonts and + // named 16-bit fonts; char collection + // name for generic 16-bit fonts + int wMode; // writing mode (0=horiz, 1=vert) for + // 16-bit fonts + GString *psFontName; // PostScript font name + GString *encoding; // encoding, for 16-bit fonts only + + PSFontParam(GString *pdfFontNameA, int wModeA, + GString *psFontNameA, GString *encodingA); + ~PSFontParam(); +}; + +//------------------------------------------------------------------------ + +enum PSLevel { + psLevel1, + psLevel1Sep, + psLevel2, + psLevel2Sep, + psLevel3, + psLevel3Sep +}; + +//------------------------------------------------------------------------ + +enum EndOfLineKind { + eolUnix, // LF + eolDOS, // CR+LF + eolMac // CR +}; + +//------------------------------------------------------------------------ + +class GlobalParams { +public: + + // Initialize the global parameters by attempting to read a config + // file. + GlobalParams(char *cfgFileName); + + ~GlobalParams(); + + void setBaseDir(char *dir); + void setupBaseFonts(char *dir); + + //----- accessors + + CharCode getMacRomanCharCode(char *charName); + + GString *getBaseDir(); + Unicode mapNameToUnicode(char *charName); + UnicodeMap *getResidentUnicodeMap(GString *encodingName); + FILE *getUnicodeMapFile(GString *encodingName); + FILE *findCMapFile(GString *collection, GString *cMapName); + FILE *findToUnicodeFile(GString *name); + DisplayFontParam *getDisplayFont(GString *fontName); + DisplayFontParam *getDisplayCIDFont(GString *fontName, GString *collection); + GString *getPSFile(); + int getPSPaperWidth(); + int getPSPaperHeight(); + void getPSImageableArea(int *llx, int *lly, int *urx, int *ury); + GBool getPSDuplex(); + GBool getPSCrop(); + GBool getPSExpandSmaller(); + GBool getPSShrinkLarger(); + GBool getPSCenter(); + PSLevel getPSLevel(); + PSFontParam *getPSFont(GString *fontName); + PSFontParam *getPSFont16(GString *fontName, GString *collection, int wMode); + GBool getPSEmbedType1(); + GBool getPSEmbedTrueType(); + GBool getPSEmbedCIDPostScript(); + GBool getPSEmbedCIDTrueType(); + GBool getPSOPI(); + GBool getPSASCIIHex(); + GString *getTextEncodingName(); + EndOfLineKind getTextEOL(); + GBool getTextPageBreaks(); + GBool getTextKeepTinyChars(); + GString *findFontFile(GString *fontName, char **exts); + GString *getInitialZoom(); + GBool getContinuousView(); + GBool getEnableT1lib(); + GBool getEnableFreeType(); + GBool getAntialias(); + GString *getURLCommand() { return urlCommand; } + GString *getMovieCommand() { return movieCommand; } + GBool getMapNumericCharNames(); + GBool getPrintCommands(); + GBool getErrQuiet(); + + CharCodeToUnicode *getCIDToUnicode(GString *collection); + CharCodeToUnicode *getUnicodeToUnicode(GString *fontName); + UnicodeMap *getUnicodeMap(GString *encodingName); + CMap *getCMap(GString *collection, GString *cMapName); + UnicodeMap *getTextEncoding(); + + //----- functions to set parameters + + void addDisplayFont(DisplayFontParam *param); + void setPSFile(char *file); + GBool setPSPaperSize(char *size); + void setPSPaperWidth(int width); + void setPSPaperHeight(int height); + void setPSImageableArea(int llx, int lly, int urx, int ury); + void setPSDuplex(GBool duplex); + void setPSCrop(GBool crop); + void setPSExpandSmaller(GBool expand); + void setPSShrinkLarger(GBool shrink); + void setPSCenter(GBool center); + void setPSLevel(PSLevel level); + void setPSEmbedType1(GBool embed); + void setPSEmbedTrueType(GBool embed); + void setPSEmbedCIDPostScript(GBool embed); + void setPSEmbedCIDTrueType(GBool embed); + void setPSOPI(GBool opi); + void setPSASCIIHex(GBool hex); + void setTextEncoding(char *encodingName); + GBool setTextEOL(char *s); + void setTextPageBreaks(GBool pageBreaks); + void setTextKeepTinyChars(GBool keep); + void setInitialZoom(char *s); + void setContinuousView(GBool cont); + GBool setEnableT1lib(char *s); + GBool setEnableFreeType(char *s); + GBool setAntialias(char *s); + void setMapNumericCharNames(GBool map); + void setPrintCommands(GBool printCommandsA); + void setErrQuiet(GBool errQuietA); + + //----- security handlers + + void addSecurityHandler(XpdfSecurityHandler *handler); + XpdfSecurityHandler *getSecurityHandler(char *name); + +private: + + void parseFile(GString *fileName, FILE *f); + void parseNameToUnicode(GList *tokens, GString *fileName, int line); + void parseCIDToUnicode(GList *tokens, GString *fileName, int line); + void parseUnicodeToUnicode(GList *tokens, GString *fileName, int line); + void parseUnicodeMap(GList *tokens, GString *fileName, int line); + void parseCMapDir(GList *tokens, GString *fileName, int line); + void parseToUnicodeDir(GList *tokens, GString *fileName, int line); + void parseDisplayFont(GList *tokens, GHash *fontHash, + DisplayFontParamKind kind, + GString *fileName, int line); + void parsePSFile(GList *tokens, GString *fileName, int line); + void parsePSPaperSize(GList *tokens, GString *fileName, int line); + void parsePSImageableArea(GList *tokens, GString *fileName, int line); + void parsePSLevel(GList *tokens, GString *fileName, int line); + void parsePSFont(GList *tokens, GString *fileName, int line); + void parsePSFont16(char *cmdName, GList *fontList, + GList *tokens, GString *fileName, int line); + void parseTextEncoding(GList *tokens, GString *fileName, int line); + void parseTextEOL(GList *tokens, GString *fileName, int line); + void parseFontDir(GList *tokens, GString *fileName, int line); + void parseInitialZoom(GList *tokens, GString *fileName, int line); + void parseCommand(char *cmdName, GString **val, + GList *tokens, GString *fileName, int line); + void parseYesNo(char *cmdName, GBool *flag, + GList *tokens, GString *fileName, int line); + GBool parseYesNo2(char *token, GBool *flag); + UnicodeMap *getUnicodeMap2(GString *encodingName); +#ifdef ENABLE_PLUGINS + GBool loadPlugin(char *type, char *name); +#endif + + //----- static tables + + NameToCharCode * // mapping from char name to + macRomanReverseMap; // MacRomanEncoding index + + //----- user-modifiable settings + + GString *baseDir; // base directory - for plugins, etc. + NameToCharCode * // mapping from char name to Unicode + nameToUnicode; + GHash *cidToUnicodes; // files for mappings from char collections + // to Unicode, indexed by collection name + // [GString] + GHash *unicodeToUnicodes; // files for Unicode-to-Unicode mappings, + // indexed by font name pattern [GString] + GHash *residentUnicodeMaps; // mappings from Unicode to char codes, + // indexed by encoding name [UnicodeMap] + GHash *unicodeMaps; // files for mappings from Unicode to char + // codes, indexed by encoding name [GString] + GHash *cMapDirs; // list of CMap dirs, indexed by collection + // name [GList[GString]] + GList *toUnicodeDirs; // list of ToUnicode CMap dirs [GString] + GHash *displayFonts; // display font info, indexed by font name + // [DisplayFontParam] + GHash *displayCIDFonts; // display CID font info, indexed by + // collection [DisplayFontParam] + GHash *displayNamedCIDFonts; // display CID font info, indexed by + // font name [DisplayFontParam] + GString *psFile; // PostScript file or command (for xpdf) + int psPaperWidth; // paper size, in PostScript points, for + int psPaperHeight; // PostScript output + int psImageableLLX, // imageable area, in PostScript points, + psImageableLLY, // for PostScript output + psImageableURX, + psImageableURY; + GBool psCrop; // crop PS output to CropBox + GBool psExpandSmaller; // expand smaller pages to fill paper + GBool psShrinkLarger; // shrink larger pages to fit paper + GBool psCenter; // center pages on the paper + GBool psDuplex; // enable duplexing in PostScript? + PSLevel psLevel; // PostScript level to generate + GHash *psFonts; // PostScript font info, indexed by PDF + // font name [PSFontParam] + GList *psNamedFonts16; // named 16-bit fonts [PSFontParam] + GList *psFonts16; // generic 16-bit fonts [PSFontParam] + GBool psEmbedType1; // embed Type 1 fonts? + GBool psEmbedTrueType; // embed TrueType fonts? + GBool psEmbedCIDPostScript; // embed CID PostScript fonts? + GBool psEmbedCIDTrueType; // embed CID TrueType fonts? + GBool psOPI; // generate PostScript OPI comments? + GBool psASCIIHex; // use ASCIIHex instead of ASCII85? + GString *textEncoding; // encoding (unicodeMap) to use for text + // output + EndOfLineKind textEOL; // type of EOL marker to use for text + // output + GBool textPageBreaks; // insert end-of-page markers? + GBool textKeepTinyChars; // keep all characters in text output + GList *fontDirs; // list of font dirs [GString] + GString *initialZoom; // initial zoom level + GBool continuousView; // continuous view mode + GBool enableT1lib; // t1lib enable flag + GBool enableFreeType; // FreeType enable flag + GBool antialias; // anti-aliasing enable flag + GString *urlCommand; // command executed for URL links + GString *movieCommand; // command executed for movie annotations + GBool mapNumericCharNames; // map numeric char names (from font subsets)? + GBool printCommands; // print the drawing commands + GBool errQuiet; // suppress error messages? + + CharCodeToUnicodeCache *cidToUnicodeCache; + CharCodeToUnicodeCache *unicodeToUnicodeCache; + UnicodeMapCache *unicodeMapCache; + CMapCache *cMapCache; + +#ifdef ENABLE_PLUGINS + GList *plugins; // list of plugins [Plugin] + GList *securityHandlers; // list of loaded security handlers + // [XpdfSecurityHandler] +#endif + +#if MULTITHREADED + GMutex mutex; + GMutex unicodeMapCacheMutex; + GMutex cMapCacheMutex; +#endif +}; + +#endif diff --git a/pdftops/JArithmeticDecoder.cxx b/pdftops/JArithmeticDecoder.cxx new file mode 100644 index 0000000000..ec0778e64f --- /dev/null +++ b/pdftops/JArithmeticDecoder.cxx @@ -0,0 +1,322 @@ +//======================================================================== +// +// JArithmeticDecoder.cc +// +// Copyright 2002-2004 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include "Object.h" +#include "Stream.h" +#include "JArithmeticDecoder.h" + +//------------------------------------------------------------------------ +// JArithmeticDecoderStates +//------------------------------------------------------------------------ + +JArithmeticDecoderStats::JArithmeticDecoderStats(int contextSizeA) { + contextSize = contextSizeA; + cxTab = (Guchar *)gmallocn(contextSize, sizeof(Guchar)); + reset(); +} + +JArithmeticDecoderStats::~JArithmeticDecoderStats() { + gfree(cxTab); +} + +JArithmeticDecoderStats *JArithmeticDecoderStats::copy() { + JArithmeticDecoderStats *stats; + + stats = new JArithmeticDecoderStats(contextSize); + memcpy(stats->cxTab, cxTab, contextSize); + return stats; +} + +void JArithmeticDecoderStats::reset() { + memset(cxTab, 0, contextSize); +} + +void JArithmeticDecoderStats::copyFrom(JArithmeticDecoderStats *stats) { + memcpy(cxTab, stats->cxTab, contextSize); +} + +void JArithmeticDecoderStats::setEntry(Guint cx, int i, int mps) { + cxTab[cx] = (i << 1) + mps; +} + +//------------------------------------------------------------------------ +// JArithmeticDecoder +//------------------------------------------------------------------------ + +Guint JArithmeticDecoder::qeTab[47] = { + 0x56010000, 0x34010000, 0x18010000, 0x0AC10000, + 0x05210000, 0x02210000, 0x56010000, 0x54010000, + 0x48010000, 0x38010000, 0x30010000, 0x24010000, + 0x1C010000, 0x16010000, 0x56010000, 0x54010000, + 0x51010000, 0x48010000, 0x38010000, 0x34010000, + 0x30010000, 0x28010000, 0x24010000, 0x22010000, + 0x1C010000, 0x18010000, 0x16010000, 0x14010000, + 0x12010000, 0x11010000, 0x0AC10000, 0x09C10000, + 0x08A10000, 0x05210000, 0x04410000, 0x02A10000, + 0x02210000, 0x01410000, 0x01110000, 0x00850000, + 0x00490000, 0x00250000, 0x00150000, 0x00090000, + 0x00050000, 0x00010000, 0x56010000 +}; + +int JArithmeticDecoder::nmpsTab[47] = { + 1, 2, 3, 4, 5, 38, 7, 8, 9, 10, 11, 12, 13, 29, 15, 16, + 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, + 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 45, 46 +}; + +int JArithmeticDecoder::nlpsTab[47] = { + 1, 6, 9, 12, 29, 33, 6, 14, 14, 14, 17, 18, 20, 21, 14, 14, + 15, 16, 17, 18, 19, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46 +}; + +int JArithmeticDecoder::switchTab[47] = { + 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +}; + +JArithmeticDecoder::JArithmeticDecoder() { + str = NULL; + dataLen = 0; + limitStream = gFalse; +} + +inline Guint JArithmeticDecoder::readByte() { + if (limitStream) { + --dataLen; + if (dataLen < 0) { + return 0xff; + } + } + return (Guint)str->getChar() & 0xff; +} + +JArithmeticDecoder::~JArithmeticDecoder() { + cleanup(); +} + +void JArithmeticDecoder::start() { + buf0 = readByte(); + buf1 = readByte(); + + // INITDEC + c = (buf0 ^ 0xff) << 16; + byteIn(); + c <<= 7; + ct -= 7; + a = 0x80000000; +} + +void JArithmeticDecoder::restart(int dataLenA) { + int oldDataLen; + + oldDataLen = dataLen; + dataLen = dataLenA; + if (oldDataLen == -1) { + buf1 = readByte(); + } else if (oldDataLen <= -2) { + buf0 = readByte(); + buf1 = readByte(); + } +} + +void JArithmeticDecoder::cleanup() { + if (limitStream) { + while (dataLen > 0) { + buf0 = buf1; + buf1 = readByte(); + } + } +} + +int JArithmeticDecoder::decodeBit(Guint context, + JArithmeticDecoderStats *stats) { + int bit; + Guint qe; + int iCX, mpsCX; + + iCX = stats->cxTab[context] >> 1; + mpsCX = stats->cxTab[context] & 1; + qe = qeTab[iCX]; + a -= qe; + if (c < a) { + if (a & 0x80000000) { + bit = mpsCX; + } else { + // MPS_EXCHANGE + if (a < qe) { + bit = 1 - mpsCX; + if (switchTab[iCX]) { + stats->cxTab[context] = (nlpsTab[iCX] << 1) | (1 - mpsCX); + } else { + stats->cxTab[context] = (nlpsTab[iCX] << 1) | mpsCX; + } + } else { + bit = mpsCX; + stats->cxTab[context] = (nmpsTab[iCX] << 1) | mpsCX; + } + // RENORMD + do { + if (ct == 0) { + byteIn(); + } + a <<= 1; + c <<= 1; + --ct; + } while (!(a & 0x80000000)); + } + } else { + c -= a; + // LPS_EXCHANGE + if (a < qe) { + bit = mpsCX; + stats->cxTab[context] = (nmpsTab[iCX] << 1) | mpsCX; + } else { + bit = 1 - mpsCX; + if (switchTab[iCX]) { + stats->cxTab[context] = (nlpsTab[iCX] << 1) | (1 - mpsCX); + } else { + stats->cxTab[context] = (nlpsTab[iCX] << 1) | mpsCX; + } + } + a = qe; + // RENORMD + do { + if (ct == 0) { + byteIn(); + } + a <<= 1; + c <<= 1; + --ct; + } while (!(a & 0x80000000)); + } + return bit; +} + +int JArithmeticDecoder::decodeByte(Guint context, + JArithmeticDecoderStats *stats) { + int byte; + int i; + + byte = 0; + for (i = 0; i < 8; ++i) { + byte = (byte << 1) | decodeBit(context, stats); + } + return byte; +} + +GBool JArithmeticDecoder::decodeInt(int *x, JArithmeticDecoderStats *stats) { + int s; + Guint v; + int i; + + prev = 1; + s = decodeIntBit(stats); + if (decodeIntBit(stats)) { + if (decodeIntBit(stats)) { + if (decodeIntBit(stats)) { + if (decodeIntBit(stats)) { + if (decodeIntBit(stats)) { + v = 0; + for (i = 0; i < 32; ++i) { + v = (v << 1) | decodeIntBit(stats); + } + v += 4436; + } else { + v = 0; + for (i = 0; i < 12; ++i) { + v = (v << 1) | decodeIntBit(stats); + } + v += 340; + } + } else { + v = 0; + for (i = 0; i < 8; ++i) { + v = (v << 1) | decodeIntBit(stats); + } + v += 84; + } + } else { + v = 0; + for (i = 0; i < 6; ++i) { + v = (v << 1) | decodeIntBit(stats); + } + v += 20; + } + } else { + v = decodeIntBit(stats); + v = (v << 1) | decodeIntBit(stats); + v = (v << 1) | decodeIntBit(stats); + v = (v << 1) | decodeIntBit(stats); + v += 4; + } + } else { + v = decodeIntBit(stats); + v = (v << 1) | decodeIntBit(stats); + } + + if (s) { + if (v == 0) { + return gFalse; + } + *x = -(int)v; + } else { + *x = (int)v; + } + return gTrue; +} + +int JArithmeticDecoder::decodeIntBit(JArithmeticDecoderStats *stats) { + int bit; + + bit = decodeBit(prev, stats); + if (prev < 0x100) { + prev = (prev << 1) | bit; + } else { + prev = (((prev << 1) | bit) & 0x1ff) | 0x100; + } + return bit; +} + +Guint JArithmeticDecoder::decodeIAID(Guint codeLen, + JArithmeticDecoderStats *stats) { + Guint i; + int bit; + + prev = 1; + for (i = 0; i < codeLen; ++i) { + bit = decodeBit(prev, stats); + prev = (prev << 1) | bit; + } + return prev - (1 << codeLen); +} + +void JArithmeticDecoder::byteIn() { + if (buf0 == 0xff) { + if (buf1 > 0x8f) { + ct = 8; + } else { + buf0 = buf1; + buf1 = readByte(); + c = c + 0xfe00 - (buf0 << 9); + ct = 7; + } + } else { + buf0 = buf1; + buf1 = readByte(); + c = c + 0xff00 - (buf0 << 8); + ct = 8; + } +} diff --git a/pdftops/JArithmeticDecoder.h b/pdftops/JArithmeticDecoder.h new file mode 100644 index 0000000000..201e36d2c4 --- /dev/null +++ b/pdftops/JArithmeticDecoder.h @@ -0,0 +1,109 @@ +//======================================================================== +// +// JArithmeticDecoder.h +// +// Arithmetic decoder used by the JBIG2 and JPEG2000 decoders. +// +// Copyright 2002-2004 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef JARITHMETICDECODER_H +#define JARITHMETICDECODER_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +class Stream; + +//------------------------------------------------------------------------ +// JArithmeticDecoderStats +//------------------------------------------------------------------------ + +class JArithmeticDecoderStats { +public: + + JArithmeticDecoderStats(int contextSizeA); + ~JArithmeticDecoderStats(); + JArithmeticDecoderStats *copy(); + void reset(); + int getContextSize() { return contextSize; } + void copyFrom(JArithmeticDecoderStats *stats); + void setEntry(Guint cx, int i, int mps); + +private: + + Guchar *cxTab; // cxTab[cx] = (i[cx] << 1) + mps[cx] + int contextSize; + + friend class JArithmeticDecoder; +}; + +//------------------------------------------------------------------------ +// JArithmeticDecoder +//------------------------------------------------------------------------ + +class JArithmeticDecoder { +public: + + JArithmeticDecoder(); + ~JArithmeticDecoder(); + + void setStream(Stream *strA) + { str = strA; dataLen = 0; limitStream = gFalse; } + void setStream(Stream *strA, int dataLenA) + { str = strA; dataLen = dataLenA; limitStream = gTrue; } + + // Start decoding on a new stream. This fills the byte buffers and + // runs INITDEC. + void start(); + + // Restart decoding on an interrupted stream. This refills the + // buffers if needed, but does not run INITDEC. (This is used in + // JPEG 2000 streams when codeblock data is split across multiple + // packets/layers.) + void restart(int dataLenA); + + // Read any leftover data in the stream. + void cleanup(); + + // Decode one bit. + int decodeBit(Guint context, JArithmeticDecoderStats *stats); + + // Decode eight bits. + int decodeByte(Guint context, JArithmeticDecoderStats *stats); + + // Returns false for OOB, otherwise sets * and returns true. + GBool decodeInt(int *x, JArithmeticDecoderStats *stats); + + Guint decodeIAID(Guint codeLen, + JArithmeticDecoderStats *stats); + +private: + + Guint readByte(); + int decodeIntBit(JArithmeticDecoderStats *stats); + void byteIn(); + + static Guint qeTab[47]; + static int nmpsTab[47]; + static int nlpsTab[47]; + static int switchTab[47]; + + Guint buf0, buf1; + Guint c, a; + int ct; + + Guint prev; // for the integer decoder + + Stream *str; + int dataLen; + GBool limitStream; +}; + +#endif diff --git a/pdftops/JBIG2Stream.cxx b/pdftops/JBIG2Stream.cxx new file mode 100644 index 0000000000..38cbb9ca19 --- /dev/null +++ b/pdftops/JBIG2Stream.cxx @@ -0,0 +1,3403 @@ +//======================================================================== +// +// JBIG2Stream.cc +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "GList.h" +#include "Error.h" +#include "JArithmeticDecoder.h" +#include "JBIG2Stream.h" + +//~ share these tables +#include "Stream-CCITT.h" + +//------------------------------------------------------------------------ + +static int contextSize[4] = { 16, 13, 10, 10 }; +static int refContextSize[2] = { 13, 10 }; + +//------------------------------------------------------------------------ +// JBIG2HuffmanTable +//------------------------------------------------------------------------ + +#define jbig2HuffmanLOW 0xfffffffd +#define jbig2HuffmanOOB 0xfffffffe +#define jbig2HuffmanEOT 0xffffffff + +struct JBIG2HuffmanTable { + int val; + Guint prefixLen; + Guint rangeLen; // can also be LOW, OOB, or EOT + Guint prefix; +}; + +JBIG2HuffmanTable huffTableA[] = { + { 0, 1, 4, 0x000 }, + { 16, 2, 8, 0x002 }, + { 272, 3, 16, 0x006 }, + { 65808, 3, 32, 0x007 }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableB[] = { + { 0, 1, 0, 0x000 }, + { 1, 2, 0, 0x002 }, + { 2, 3, 0, 0x006 }, + { 3, 4, 3, 0x00e }, + { 11, 5, 6, 0x01e }, + { 75, 6, 32, 0x03e }, + { 0, 6, jbig2HuffmanOOB, 0x03f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableC[] = { + { 0, 1, 0, 0x000 }, + { 1, 2, 0, 0x002 }, + { 2, 3, 0, 0x006 }, + { 3, 4, 3, 0x00e }, + { 11, 5, 6, 0x01e }, + { 0, 6, jbig2HuffmanOOB, 0x03e }, + { 75, 7, 32, 0x0fe }, + { -256, 8, 8, 0x0fe }, + { -257, 8, jbig2HuffmanLOW, 0x0ff }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableD[] = { + { 1, 1, 0, 0x000 }, + { 2, 2, 0, 0x002 }, + { 3, 3, 0, 0x006 }, + { 4, 4, 3, 0x00e }, + { 12, 5, 6, 0x01e }, + { 76, 5, 32, 0x01f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableE[] = { + { 1, 1, 0, 0x000 }, + { 2, 2, 0, 0x002 }, + { 3, 3, 0, 0x006 }, + { 4, 4, 3, 0x00e }, + { 12, 5, 6, 0x01e }, + { 76, 6, 32, 0x03e }, + { -255, 7, 8, 0x07e }, + { -256, 7, jbig2HuffmanLOW, 0x07f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableF[] = { + { 0, 2, 7, 0x000 }, + { 128, 3, 7, 0x002 }, + { 256, 3, 8, 0x003 }, + { -1024, 4, 9, 0x008 }, + { -512, 4, 8, 0x009 }, + { -256, 4, 7, 0x00a }, + { -32, 4, 5, 0x00b }, + { 512, 4, 9, 0x00c }, + { 1024, 4, 10, 0x00d }, + { -2048, 5, 10, 0x01c }, + { -128, 5, 6, 0x01d }, + { -64, 5, 5, 0x01e }, + { -2049, 6, jbig2HuffmanLOW, 0x03e }, + { 2048, 6, 32, 0x03f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableG[] = { + { -512, 3, 8, 0x000 }, + { 256, 3, 8, 0x001 }, + { 512, 3, 9, 0x002 }, + { 1024, 3, 10, 0x003 }, + { -1024, 4, 9, 0x008 }, + { -256, 4, 7, 0x009 }, + { -32, 4, 5, 0x00a }, + { 0, 4, 5, 0x00b }, + { 128, 4, 7, 0x00c }, + { -128, 5, 6, 0x01a }, + { -64, 5, 5, 0x01b }, + { 32, 5, 5, 0x01c }, + { 64, 5, 6, 0x01d }, + { -1025, 5, jbig2HuffmanLOW, 0x01e }, + { 2048, 5, 32, 0x01f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableH[] = { + { 0, 2, 1, 0x000 }, + { 0, 2, jbig2HuffmanOOB, 0x001 }, + { 4, 3, 4, 0x004 }, + { -1, 4, 0, 0x00a }, + { 22, 4, 4, 0x00b }, + { 38, 4, 5, 0x00c }, + { 2, 5, 0, 0x01a }, + { 70, 5, 6, 0x01b }, + { 134, 5, 7, 0x01c }, + { 3, 6, 0, 0x03a }, + { 20, 6, 1, 0x03b }, + { 262, 6, 7, 0x03c }, + { 646, 6, 10, 0x03d }, + { -2, 7, 0, 0x07c }, + { 390, 7, 8, 0x07d }, + { -15, 8, 3, 0x0fc }, + { -5, 8, 1, 0x0fd }, + { -7, 9, 1, 0x1fc }, + { -3, 9, 0, 0x1fd }, + { -16, 9, jbig2HuffmanLOW, 0x1fe }, + { 1670, 9, 32, 0x1ff }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableI[] = { + { 0, 2, jbig2HuffmanOOB, 0x000 }, + { -1, 3, 1, 0x002 }, + { 1, 3, 1, 0x003 }, + { 7, 3, 5, 0x004 }, + { -3, 4, 1, 0x00a }, + { 43, 4, 5, 0x00b }, + { 75, 4, 6, 0x00c }, + { 3, 5, 1, 0x01a }, + { 139, 5, 7, 0x01b }, + { 267, 5, 8, 0x01c }, + { 5, 6, 1, 0x03a }, + { 39, 6, 2, 0x03b }, + { 523, 6, 8, 0x03c }, + { 1291, 6, 11, 0x03d }, + { -5, 7, 1, 0x07c }, + { 779, 7, 9, 0x07d }, + { -31, 8, 4, 0x0fc }, + { -11, 8, 2, 0x0fd }, + { -15, 9, 2, 0x1fc }, + { -7, 9, 1, 0x1fd }, + { -32, 9, jbig2HuffmanLOW, 0x1fe }, + { 3339, 9, 32, 0x1ff }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableJ[] = { + { -2, 2, 2, 0x000 }, + { 6, 2, 6, 0x001 }, + { 0, 2, jbig2HuffmanOOB, 0x002 }, + { -3, 5, 0, 0x018 }, + { 2, 5, 0, 0x019 }, + { 70, 5, 5, 0x01a }, + { 3, 6, 0, 0x036 }, + { 102, 6, 5, 0x037 }, + { 134, 6, 6, 0x038 }, + { 198, 6, 7, 0x039 }, + { 326, 6, 8, 0x03a }, + { 582, 6, 9, 0x03b }, + { 1094, 6, 10, 0x03c }, + { -21, 7, 4, 0x07a }, + { -4, 7, 0, 0x07b }, + { 4, 7, 0, 0x07c }, + { 2118, 7, 11, 0x07d }, + { -5, 8, 0, 0x0fc }, + { 5, 8, 0, 0x0fd }, + { -22, 8, jbig2HuffmanLOW, 0x0fe }, + { 4166, 8, 32, 0x0ff }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableK[] = { + { 1, 1, 0, 0x000 }, + { 2, 2, 1, 0x002 }, + { 4, 4, 0, 0x00c }, + { 5, 4, 1, 0x00d }, + { 7, 5, 1, 0x01c }, + { 9, 5, 2, 0x01d }, + { 13, 6, 2, 0x03c }, + { 17, 7, 2, 0x07a }, + { 21, 7, 3, 0x07b }, + { 29, 7, 4, 0x07c }, + { 45, 7, 5, 0x07d }, + { 77, 7, 6, 0x07e }, + { 141, 7, 32, 0x07f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableL[] = { + { 1, 1, 0, 0x000 }, + { 2, 2, 0, 0x002 }, + { 3, 3, 1, 0x006 }, + { 5, 5, 0, 0x01c }, + { 6, 5, 1, 0x01d }, + { 8, 6, 1, 0x03c }, + { 10, 7, 0, 0x07a }, + { 11, 7, 1, 0x07b }, + { 13, 7, 2, 0x07c }, + { 17, 7, 3, 0x07d }, + { 25, 7, 4, 0x07e }, + { 41, 8, 5, 0x0fe }, + { 73, 8, 32, 0x0ff }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableM[] = { + { 1, 1, 0, 0x000 }, + { 2, 3, 0, 0x004 }, + { 7, 3, 3, 0x005 }, + { 3, 4, 0, 0x00c }, + { 5, 4, 1, 0x00d }, + { 4, 5, 0, 0x01c }, + { 15, 6, 1, 0x03a }, + { 17, 6, 2, 0x03b }, + { 21, 6, 3, 0x03c }, + { 29, 6, 4, 0x03d }, + { 45, 6, 5, 0x03e }, + { 77, 7, 6, 0x07e }, + { 141, 7, 32, 0x07f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableN[] = { + { 0, 1, 0, 0x000 }, + { -2, 3, 0, 0x004 }, + { -1, 3, 0, 0x005 }, + { 1, 3, 0, 0x006 }, + { 2, 3, 0, 0x007 }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +JBIG2HuffmanTable huffTableO[] = { + { 0, 1, 0, 0x000 }, + { -1, 3, 0, 0x004 }, + { 1, 3, 0, 0x005 }, + { -2, 4, 0, 0x00c }, + { 2, 4, 0, 0x00d }, + { -4, 5, 1, 0x01c }, + { 3, 5, 1, 0x01d }, + { -8, 6, 2, 0x03c }, + { 5, 6, 2, 0x03d }, + { -24, 7, 4, 0x07c }, + { 9, 7, 4, 0x07d }, + { -25, 7, jbig2HuffmanLOW, 0x07e }, + { 25, 7, 32, 0x07f }, + { 0, 0, jbig2HuffmanEOT, 0 } +}; + +//------------------------------------------------------------------------ +// JBIG2HuffmanDecoder +//------------------------------------------------------------------------ + +class JBIG2HuffmanDecoder { +public: + + JBIG2HuffmanDecoder(); + ~JBIG2HuffmanDecoder(); + void setStream(Stream *strA) { str = strA; } + + void reset(); + + // Returns false for OOB, otherwise sets * and returns true. + GBool decodeInt(int *x, JBIG2HuffmanTable *table); + + Guint readBits(Guint n); + Guint readBit(); + + // Sort the table by prefix length and assign prefix values. + void buildTable(JBIG2HuffmanTable *table, Guint len); + +private: + + Stream *str; + Guint buf; + Guint bufLen; +}; + +JBIG2HuffmanDecoder::JBIG2HuffmanDecoder() { + str = NULL; + reset(); +} + +JBIG2HuffmanDecoder::~JBIG2HuffmanDecoder() { +} + +void JBIG2HuffmanDecoder::reset() { + buf = 0; + bufLen = 0; +} + +//~ optimize this +GBool JBIG2HuffmanDecoder::decodeInt(int *x, JBIG2HuffmanTable *table) { + Guint i, len, prefix; + + i = 0; + len = 0; + prefix = 0; + while (table[i].rangeLen != jbig2HuffmanEOT) { + while (len < table[i].prefixLen) { + prefix = (prefix << 1) | readBit(); + ++len; + } + if (prefix == table[i].prefix) { + if (table[i].rangeLen == jbig2HuffmanOOB) { + return gFalse; + } + if (table[i].rangeLen == jbig2HuffmanLOW) { + *x = table[i].val - readBits(32); + } else if (table[i].rangeLen > 0) { + *x = table[i].val + readBits(table[i].rangeLen); + } else { + *x = table[i].val; + } + return gTrue; + } + ++i; + } + return gFalse; +} + +Guint JBIG2HuffmanDecoder::readBits(Guint n) { + Guint x, mask, nLeft; + + mask = (n == 32) ? 0xffffffff : ((1 << n) - 1); + if (bufLen >= n) { + x = (buf >> (bufLen - n)) & mask; + bufLen -= n; + } else { + x = buf & ((1 << bufLen) - 1); + nLeft = n - bufLen; + bufLen = 0; + while (nLeft >= 8) { + x = (x << 8) | (str->getChar() & 0xff); + nLeft -= 8; + } + if (nLeft > 0) { + buf = str->getChar(); + bufLen = 8 - nLeft; + x = (x << nLeft) | ((buf >> bufLen) & ((1 << nLeft) - 1)); + } + } + return x; +} + +Guint JBIG2HuffmanDecoder::readBit() { + if (bufLen == 0) { + buf = str->getChar(); + bufLen = 8; + } + --bufLen; + return (buf >> bufLen) & 1; +} + +void JBIG2HuffmanDecoder::buildTable(JBIG2HuffmanTable *table, Guint len) { + Guint i, j, k, prefix; + JBIG2HuffmanTable tab; + + // stable selection sort: + // - entries with prefixLen > 0, in ascending prefixLen order + // - entry with prefixLen = 0, rangeLen = EOT + // - all other entries with prefixLen = 0 + // (on entry, table[len] has prefixLen = 0, rangeLen = EOT) + for (i = 0; i < len; ++i) { + for (j = i; j < len && table[j].prefixLen == 0; ++j) ; + if (j == len) { + break; + } + for (k = j + 1; k < len; ++k) { + if (table[k].prefixLen > 0 && + table[k].prefixLen < table[j].prefixLen) { + j = k; + } + } + if (j != i) { + tab = table[j]; + for (k = j; k > i; --k) { + table[k] = table[k - 1]; + } + table[i] = tab; + } + } + table[i] = table[len]; + + // assign prefixes + i = 0; + prefix = 0; + table[i++].prefix = prefix++; + for (; table[i].rangeLen != jbig2HuffmanEOT; ++i) { + prefix <<= table[i].prefixLen - table[i-1].prefixLen; + table[i].prefix = prefix++; + } +} + +//------------------------------------------------------------------------ +// JBIG2MMRDecoder +//------------------------------------------------------------------------ + +class JBIG2MMRDecoder { +public: + + JBIG2MMRDecoder(); + ~JBIG2MMRDecoder(); + void setStream(Stream *strA) { str = strA; } + void reset(); + int get2DCode(); + int getBlackCode(); + int getWhiteCode(); + Guint get24Bits(); + void skipTo(Guint length); + +private: + + Stream *str; + Guint buf; + Guint bufLen; + Guint nBytesRead; +}; + +JBIG2MMRDecoder::JBIG2MMRDecoder() { + str = NULL; + reset(); +} + +JBIG2MMRDecoder::~JBIG2MMRDecoder() { +} + +void JBIG2MMRDecoder::reset() { + buf = 0; + bufLen = 0; + nBytesRead = 0; +} + +int JBIG2MMRDecoder::get2DCode() { + CCITTCode *p; + + if (bufLen == 0) { + buf = str->getChar() & 0xff; + bufLen = 8; + ++nBytesRead; + p = &twoDimTab1[(buf >> 1) & 0x7f]; + } else if (bufLen == 8) { + p = &twoDimTab1[(buf >> 1) & 0x7f]; + } else { + p = &twoDimTab1[(buf << (7 - bufLen)) & 0x7f]; + if (p->bits < 0 || p->bits > (int)bufLen) { + buf = (buf << 8) | (str->getChar() & 0xff); + bufLen += 8; + ++nBytesRead; + p = &twoDimTab1[(buf >> (bufLen - 7)) & 0x7f]; + } + } + if (p->bits < 0) { + error(str->getPos(), "Bad two dim code in JBIG2 MMR stream"); + return 0; + } + bufLen -= p->bits; + return p->n; +} + +int JBIG2MMRDecoder::getWhiteCode() { + CCITTCode *p; + Guint code; + + if (bufLen == 0) { + buf = str->getChar() & 0xff; + bufLen = 8; + ++nBytesRead; + } + while (1) { + if (bufLen >= 7 && ((buf >> (bufLen - 7)) & 0x7f) == 0) { + if (bufLen <= 12) { + code = buf << (12 - bufLen); + } else { + code = buf >> (bufLen - 12); + } + p = &whiteTab1[code & 0x1f]; + } else { + if (bufLen <= 9) { + code = buf << (9 - bufLen); + } else { + code = buf >> (bufLen - 9); + } + p = &whiteTab2[code & 0x1ff]; + } + if (p->bits > 0 && p->bits <= (int)bufLen) { + bufLen -= p->bits; + return p->n; + } + if (bufLen >= 12) { + break; + } + buf = (buf << 8) | (str->getChar() & 0xff); + bufLen += 8; + ++nBytesRead; + } + error(str->getPos(), "Bad white code in JBIG2 MMR stream"); + // eat a bit and return a positive number so that the caller doesn't + // go into an infinite loop + --bufLen; + return 1; +} + +int JBIG2MMRDecoder::getBlackCode() { + CCITTCode *p; + Guint code; + + if (bufLen == 0) { + buf = str->getChar() & 0xff; + bufLen = 8; + ++nBytesRead; + } + while (1) { + if (bufLen >= 6 && ((buf >> (bufLen - 6)) & 0x3f) == 0) { + if (bufLen <= 13) { + code = buf << (13 - bufLen); + } else { + code = buf >> (bufLen - 13); + } + p = &blackTab1[code & 0x7f]; + } else if (bufLen >= 4 && ((buf >> (bufLen - 4)) & 0x0f) == 0) { + if (bufLen <= 12) { + code = buf << (12 - bufLen); + } else { + code = buf >> (bufLen - 12); + } + p = &blackTab2[(code & 0xff) - 64]; + } else { + if (bufLen <= 6) { + code = buf << (6 - bufLen); + } else { + code = buf >> (bufLen - 6); + } + p = &blackTab3[code & 0x3f]; + } + if (p->bits > 0 && p->bits <= (int)bufLen) { + bufLen -= p->bits; + return p->n; + } + if (bufLen >= 13) { + break; + } + buf = (buf << 8) | (str->getChar() & 0xff); + bufLen += 8; + ++nBytesRead; + } + error(str->getPos(), "Bad black code in JBIG2 MMR stream"); + // eat a bit and return a positive number so that the caller doesn't + // go into an infinite loop + --bufLen; + return 1; +} + +Guint JBIG2MMRDecoder::get24Bits() { + while (bufLen < 24) { + buf = (buf << 8) | (str->getChar() & 0xff); + bufLen += 8; + ++nBytesRead; + } + return (buf >> (bufLen - 24)) & 0xffffff; +} + +void JBIG2MMRDecoder::skipTo(Guint length) { + while (nBytesRead < length) { + str->getChar(); + ++nBytesRead; + } +} + +//------------------------------------------------------------------------ +// JBIG2Segment +//------------------------------------------------------------------------ + +enum JBIG2SegmentType { + jbig2SegBitmap, + jbig2SegSymbolDict, + jbig2SegPatternDict, + jbig2SegCodeTable +}; + +class JBIG2Segment { +public: + + JBIG2Segment(Guint segNumA) { segNum = segNumA; } + virtual ~JBIG2Segment() {} + void setSegNum(Guint segNumA) { segNum = segNumA; } + Guint getSegNum() { return segNum; } + virtual JBIG2SegmentType getType() = 0; + +private: + + Guint segNum; +}; + +//------------------------------------------------------------------------ +// JBIG2Bitmap +//------------------------------------------------------------------------ + +struct JBIG2BitmapPtr { + Guchar *p; + int shift; + int x; +}; + +class JBIG2Bitmap: public JBIG2Segment { +public: + + JBIG2Bitmap(Guint segNumA, int wA, int hA); + virtual ~JBIG2Bitmap(); + virtual JBIG2SegmentType getType() { return jbig2SegBitmap; } + JBIG2Bitmap *copy() { return new JBIG2Bitmap(0, this); } + JBIG2Bitmap *getSlice(Guint x, Guint y, Guint wA, Guint hA); + void expand(int newH, Guint pixel); + void clearToZero(); + void clearToOne(); + int getWidth() { return w; } + int getHeight() { return h; } + int getPixel(int x, int y) + { return (x < 0 || x >= w || y < 0 || y >= h) ? 0 : + (data[y * line + (x >> 3)] >> (7 - (x & 7))) & 1; } + void setPixel(int x, int y) + { data[y * line + (x >> 3)] |= 1 << (7 - (x & 7)); } + void clearPixel(int x, int y) + { data[y * line + (x >> 3)] &= 0x7f7f >> (x & 7); } + void getPixelPtr(int x, int y, JBIG2BitmapPtr *ptr); + int nextPixel(JBIG2BitmapPtr *ptr); + void duplicateRow(int yDest, int ySrc); + void combine(JBIG2Bitmap *bitmap, int x, int y, Guint combOp); + Guchar *getDataPtr() { return data; } + int getDataSize() { return h * line; } + +private: + + JBIG2Bitmap(Guint segNumA, JBIG2Bitmap *bitmap); + + int w, h, line; + Guchar *data; +}; + +JBIG2Bitmap::JBIG2Bitmap(Guint segNumA, int wA, int hA): + JBIG2Segment(segNumA) +{ + w = wA; + h = hA; + line = (wA + 7) >> 3; + if (w <= 0 || h <= 0 || line <= 0 || h >= (INT_MAX - 1) / line) { + data = NULL; + return; + } + // need to allocate one extra guard byte for use in combine() + data = (Guchar *)gmalloc(h * line + 1); + data[h * line] = 0; +} + +JBIG2Bitmap::JBIG2Bitmap(Guint segNumA, JBIG2Bitmap *bitmap): + JBIG2Segment(segNumA) +{ + w = bitmap->w; + h = bitmap->h; + line = bitmap->line; + if (w <= 0 || h <= 0 || line <= 0 || h >= (INT_MAX - 1) / line) { + data = NULL; + return; + } + // need to allocate one extra guard byte for use in combine() + data = (Guchar *)gmalloc(h * line + 1); + memcpy(data, bitmap->data, h * line); + data[h * line] = 0; +} + +JBIG2Bitmap::~JBIG2Bitmap() { + gfree(data); +} + +//~ optimize this +JBIG2Bitmap *JBIG2Bitmap::getSlice(Guint x, Guint y, Guint wA, Guint hA) { + JBIG2Bitmap *slice; + Guint xx, yy; + + slice = new JBIG2Bitmap(0, wA, hA); + slice->clearToZero(); + for (yy = 0; yy < hA; ++yy) { + for (xx = 0; xx < wA; ++xx) { + if (getPixel(x + xx, y + yy)) { + slice->setPixel(xx, yy); + } + } + } + return slice; +} + +void JBIG2Bitmap::expand(int newH, Guint pixel) { + if (newH <= h || line <= 0 || newH >= (INT_MAX - 1) / line) { + return; + } + // need to allocate one extra guard byte for use in combine() + data = (Guchar *)grealloc(data, newH * line + 1); + if (pixel) { + memset(data + h * line, 0xff, (newH - h) * line); + } else { + memset(data + h * line, 0x00, (newH - h) * line); + } + h = newH; + data[h * line] = 0; +} + +void JBIG2Bitmap::clearToZero() { + memset(data, 0, h * line); +} + +void JBIG2Bitmap::clearToOne() { + memset(data, 0xff, h * line); +} + +inline void JBIG2Bitmap::getPixelPtr(int x, int y, JBIG2BitmapPtr *ptr) { + if (y < 0 || y >= h || x >= w) { + ptr->p = NULL; + } else if (x < 0) { + ptr->p = &data[y * line]; + ptr->shift = 7; + ptr->x = x; + } else { + ptr->p = &data[y * line + (x >> 3)]; + ptr->shift = 7 - (x & 7); + ptr->x = x; + } +} + +inline int JBIG2Bitmap::nextPixel(JBIG2BitmapPtr *ptr) { + int pix; + + if (!ptr->p) { + pix = 0; + } else if (ptr->x < 0) { + ++ptr->x; + pix = 0; + } else { + pix = (*ptr->p >> ptr->shift) & 1; + if (++ptr->x == w) { + ptr->p = NULL; + } else if (ptr->shift == 0) { + ++ptr->p; + ptr->shift = 7; + } else { + --ptr->shift; + } + } + return pix; +} + +void JBIG2Bitmap::duplicateRow(int yDest, int ySrc) { + memcpy(data + yDest * line, data + ySrc * line, line); +} + +void JBIG2Bitmap::combine(JBIG2Bitmap *bitmap, int x, int y, + Guint combOp) { + int x0, x1, y0, y1, xx, yy; + Guchar *srcPtr, *destPtr; + Guint src0, src1, src, dest, s1, s2, m1, m2, m3; + GBool oneByte; + + if (y < 0) { + y0 = -y; + } else { + y0 = 0; + } + if (y + bitmap->h > h) { + y1 = h - y; + } else { + y1 = bitmap->h; + } + if (y0 >= y1) { + return; + } + + if (x >= 0) { + x0 = x & ~7; + } else { + x0 = 0; + } + x1 = x + bitmap->w; + if (x1 > w) { + x1 = w; + } + if (x0 >= x1) { + return; + } + + s1 = x & 7; + s2 = 8 - s1; + m1 = 0xff >> (x1 & 7); + m2 = 0xff << (((x1 & 7) == 0) ? 0 : 8 - (x1 & 7)); + m3 = (0xff >> s1) & m2; + + oneByte = x0 == ((x1 - 1) & ~7); + + for (yy = y0; yy < y1; ++yy) { + + // one byte per line -- need to mask both left and right side + if (oneByte) { + if (x >= 0) { + destPtr = data + (y + yy) * line + (x >> 3); + srcPtr = bitmap->data + yy * bitmap->line; + dest = *destPtr; + src1 = *srcPtr; + switch (combOp) { + case 0: // or + dest |= (src1 >> s1) & m2; + break; + case 1: // and + dest &= ((0xff00 | src1) >> s1) | m1; + break; + case 2: // xor + dest ^= (src1 >> s1) & m2; + break; + case 3: // xnor + dest ^= ((src1 ^ 0xff) >> s1) & m2; + break; + case 4: // replace + dest = (dest & ~m3) | ((src1 >> s1) & m3); + break; + } + *destPtr = dest; + } else { + destPtr = data + (y + yy) * line; + srcPtr = bitmap->data + yy * bitmap->line + (-x >> 3); + dest = *destPtr; + src1 = *srcPtr; + switch (combOp) { + case 0: // or + dest |= src1 & m2; + break; + case 1: // and + dest &= src1 | m1; + break; + case 2: // xor + dest ^= src1 & m2; + break; + case 3: // xnor + dest ^= (src1 ^ 0xff) & m2; + break; + case 4: // replace + dest = (src1 & m2) | (dest & m1); + break; + } + *destPtr = dest; + } + + // multiple bytes per line -- need to mask left side of left-most + // byte and right side of right-most byte + } else { + + // left-most byte + if (x >= 0) { + destPtr = data + (y + yy) * line + (x >> 3); + srcPtr = bitmap->data + yy * bitmap->line; + src1 = *srcPtr++; + dest = *destPtr; + switch (combOp) { + case 0: // or + dest |= src1 >> s1; + break; + case 1: // and + dest &= (0xff00 | src1) >> s1; + break; + case 2: // xor + dest ^= src1 >> s1; + break; + case 3: // xnor + dest ^= (src1 ^ 0xff) >> s1; + break; + case 4: // replace + dest = (dest & (0xff << s2)) | (src1 >> s1); + break; + } + *destPtr++ = dest; + xx = x0 + 8; + } else { + destPtr = data + (y + yy) * line; + srcPtr = bitmap->data + yy * bitmap->line + (-x >> 3); + src1 = *srcPtr++; + xx = x0; + } + + // middle bytes + for (; xx < x1 - 8; xx += 8) { + dest = *destPtr; + src0 = src1; + src1 = *srcPtr++; + src = (((src0 << 8) | src1) >> s1) & 0xff; + switch (combOp) { + case 0: // or + dest |= src; + break; + case 1: // and + dest &= src; + break; + case 2: // xor + dest ^= src; + break; + case 3: // xnor + dest ^= src ^ 0xff; + break; + case 4: // replace + dest = src; + break; + } + *destPtr++ = dest; + } + + // right-most byte + // note: this last byte (src1) may not actually be used, depending + // on the values of s1, m1, and m2 - and in fact, it may be off + // the edge of the source bitmap, which means we need to allocate + // one extra guard byte at the end of each bitmap + dest = *destPtr; + src0 = src1; + src1 = *srcPtr++; + src = (((src0 << 8) | src1) >> s1) & 0xff; + switch (combOp) { + case 0: // or + dest |= src & m2; + break; + case 1: // and + dest &= src | m1; + break; + case 2: // xor + dest ^= src & m2; + break; + case 3: // xnor + dest ^= (src ^ 0xff) & m2; + break; + case 4: // replace + dest = (src & m2) | (dest & m1); + break; + } + *destPtr = dest; + } + } +} + +//------------------------------------------------------------------------ +// JBIG2SymbolDict +//------------------------------------------------------------------------ + +class JBIG2SymbolDict: public JBIG2Segment { +public: + + JBIG2SymbolDict(Guint segNumA, Guint sizeA); + virtual ~JBIG2SymbolDict(); + virtual JBIG2SegmentType getType() { return jbig2SegSymbolDict; } + Guint getSize() { return size; } + void setBitmap(Guint idx, JBIG2Bitmap *bitmap) { bitmaps[idx] = bitmap; } + JBIG2Bitmap *getBitmap(Guint idx) { return bitmaps[idx]; } + void setGenericRegionStats(JArithmeticDecoderStats *stats) + { genericRegionStats = stats; } + void setRefinementRegionStats(JArithmeticDecoderStats *stats) + { refinementRegionStats = stats; } + JArithmeticDecoderStats *getGenericRegionStats() + { return genericRegionStats; } + JArithmeticDecoderStats *getRefinementRegionStats() + { return refinementRegionStats; } + +private: + + Guint size; + JBIG2Bitmap **bitmaps; + JArithmeticDecoderStats *genericRegionStats; + JArithmeticDecoderStats *refinementRegionStats; +}; + +JBIG2SymbolDict::JBIG2SymbolDict(Guint segNumA, Guint sizeA): + JBIG2Segment(segNumA) +{ + size = sizeA; + bitmaps = (JBIG2Bitmap **)gmallocn(size, sizeof(JBIG2Bitmap *)); + genericRegionStats = NULL; + refinementRegionStats = NULL; +} + +JBIG2SymbolDict::~JBIG2SymbolDict() { + Guint i; + + for (i = 0; i < size; ++i) { + delete bitmaps[i]; + } + gfree(bitmaps); + if (genericRegionStats) { + delete genericRegionStats; + } + if (refinementRegionStats) { + delete refinementRegionStats; + } +} + +//------------------------------------------------------------------------ +// JBIG2PatternDict +//------------------------------------------------------------------------ + +class JBIG2PatternDict: public JBIG2Segment { +public: + + JBIG2PatternDict(Guint segNumA, Guint sizeA); + virtual ~JBIG2PatternDict(); + virtual JBIG2SegmentType getType() { return jbig2SegPatternDict; } + Guint getSize() { return size; } + void setBitmap(Guint idx, JBIG2Bitmap *bitmap) { bitmaps[idx] = bitmap; } + JBIG2Bitmap *getBitmap(Guint idx) { return bitmaps[idx]; } + +private: + + Guint size; + JBIG2Bitmap **bitmaps; +}; + +JBIG2PatternDict::JBIG2PatternDict(Guint segNumA, Guint sizeA): + JBIG2Segment(segNumA) +{ + size = sizeA; + bitmaps = (JBIG2Bitmap **)gmallocn(size, sizeof(JBIG2Bitmap *)); +} + +JBIG2PatternDict::~JBIG2PatternDict() { + Guint i; + + for (i = 0; i < size; ++i) { + delete bitmaps[i]; + } + gfree(bitmaps); +} + +//------------------------------------------------------------------------ +// JBIG2CodeTable +//------------------------------------------------------------------------ + +class JBIG2CodeTable: public JBIG2Segment { +public: + + JBIG2CodeTable(Guint segNumA, JBIG2HuffmanTable *tableA); + virtual ~JBIG2CodeTable(); + virtual JBIG2SegmentType getType() { return jbig2SegCodeTable; } + JBIG2HuffmanTable *getHuffTable() { return table; } + +private: + + JBIG2HuffmanTable *table; +}; + +JBIG2CodeTable::JBIG2CodeTable(Guint segNumA, JBIG2HuffmanTable *tableA): + JBIG2Segment(segNumA) +{ + table = tableA; +} + +JBIG2CodeTable::~JBIG2CodeTable() { + gfree(table); +} + +//------------------------------------------------------------------------ +// JBIG2Stream +//------------------------------------------------------------------------ + +JBIG2Stream::JBIG2Stream(Stream *strA, Object *globalsStream): + FilterStream(strA) +{ + pageBitmap = NULL; + + arithDecoder = new JArithmeticDecoder(); + genericRegionStats = new JArithmeticDecoderStats(1 << 1); + refinementRegionStats = new JArithmeticDecoderStats(1 << 1); + iadhStats = new JArithmeticDecoderStats(1 << 9); + iadwStats = new JArithmeticDecoderStats(1 << 9); + iaexStats = new JArithmeticDecoderStats(1 << 9); + iaaiStats = new JArithmeticDecoderStats(1 << 9); + iadtStats = new JArithmeticDecoderStats(1 << 9); + iaitStats = new JArithmeticDecoderStats(1 << 9); + iafsStats = new JArithmeticDecoderStats(1 << 9); + iadsStats = new JArithmeticDecoderStats(1 << 9); + iardxStats = new JArithmeticDecoderStats(1 << 9); + iardyStats = new JArithmeticDecoderStats(1 << 9); + iardwStats = new JArithmeticDecoderStats(1 << 9); + iardhStats = new JArithmeticDecoderStats(1 << 9); + iariStats = new JArithmeticDecoderStats(1 << 9); + iaidStats = new JArithmeticDecoderStats(1 << 1); + huffDecoder = new JBIG2HuffmanDecoder(); + mmrDecoder = new JBIG2MMRDecoder(); + + segments = globalSegments = new GList(); + if (globalsStream->isStream()) { + curStr = globalsStream->getStream(); + curStr->reset(); + arithDecoder->setStream(curStr); + huffDecoder->setStream(curStr); + mmrDecoder->setStream(curStr); + readSegments(); + } + + segments = NULL; + curStr = NULL; + dataPtr = dataEnd = NULL; +} + +JBIG2Stream::~JBIG2Stream() { + delete arithDecoder; + delete genericRegionStats; + delete refinementRegionStats; + delete iadhStats; + delete iadwStats; + delete iaexStats; + delete iaaiStats; + delete iadtStats; + delete iaitStats; + delete iafsStats; + delete iadsStats; + delete iardxStats; + delete iardyStats; + delete iardwStats; + delete iardhStats; + delete iariStats; + delete iaidStats; + delete huffDecoder; + delete mmrDecoder; + if (pageBitmap) { + delete pageBitmap; + } + if (segments) { + deleteGList(segments, JBIG2Segment); + } + if (globalSegments) { + deleteGList(globalSegments, JBIG2Segment); + } + delete str; +} + +void JBIG2Stream::reset() { + if (pageBitmap) { + delete pageBitmap; + pageBitmap = NULL; + } + if (segments) { + deleteGList(segments, JBIG2Segment); + } + segments = new GList(); + + curStr = str; + curStr->reset(); + arithDecoder->setStream(curStr); + huffDecoder->setStream(curStr); + mmrDecoder->setStream(curStr); + readSegments(); + + if (pageBitmap) { + dataPtr = pageBitmap->getDataPtr(); + dataEnd = dataPtr + pageBitmap->getDataSize(); + } else { + dataPtr = NULL; + } +} + +int JBIG2Stream::getChar() { + if (dataPtr && dataPtr < dataEnd) { + return (*dataPtr++ ^ 0xff) & 0xff; + } + return EOF; +} + +int JBIG2Stream::lookChar() { + if (dataPtr && dataPtr < dataEnd) { + return (*dataPtr ^ 0xff) & 0xff; + } + return EOF; +} + +GString *JBIG2Stream::getPSFilter(int psLevel, char *indent) { + return NULL; +} + +GBool JBIG2Stream::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +void JBIG2Stream::readSegments() { + Guint segNum, segFlags, segType, page, segLength; + Guint refFlags, nRefSegs; + Guint *refSegs; + int c1, c2, c3; + Guint i; + + while (readULong(&segNum)) { + + // segment header flags + if (!readUByte(&segFlags)) { + goto eofError1; + } + segType = segFlags & 0x3f; + + // referred-to segment count and retention flags + if (!readUByte(&refFlags)) { + goto eofError1; + } + nRefSegs = refFlags >> 5; + if (nRefSegs == 7) { + if ((c1 = curStr->getChar()) == EOF || + (c2 = curStr->getChar()) == EOF || + (c3 = curStr->getChar()) == EOF) { + goto eofError1; + } + refFlags = (refFlags << 24) | (c1 << 16) | (c2 << 8) | c3; + nRefSegs = refFlags & 0x1fffffff; + for (i = 0; i < (nRefSegs + 9) >> 3; ++i) { + c1 = curStr->getChar(); + } + } + + // referred-to segment numbers + refSegs = (Guint *)gmallocn(nRefSegs, sizeof(Guint)); + if (segNum <= 256) { + for (i = 0; i < nRefSegs; ++i) { + if (!readUByte(&refSegs[i])) { + goto eofError2; + } + } + } else if (segNum <= 65536) { + for (i = 0; i < nRefSegs; ++i) { + if (!readUWord(&refSegs[i])) { + goto eofError2; + } + } + } else { + for (i = 0; i < nRefSegs; ++i) { + if (!readULong(&refSegs[i])) { + goto eofError2; + } + } + } + + // segment page association + if (segFlags & 0x40) { + if (!readULong(&page)) { + goto eofError2; + } + } else { + if (!readUByte(&page)) { + goto eofError2; + } + } + + // segment data length + if (!readULong(&segLength)) { + goto eofError2; + } + + // read the segment data + switch (segType) { + case 0: + if (!readSymbolDictSeg(segNum, segLength, refSegs, nRefSegs)) { + goto syntaxError; + } + break; + case 4: + readTextRegionSeg(segNum, gFalse, gFalse, segLength, refSegs, nRefSegs); + break; + case 6: + readTextRegionSeg(segNum, gTrue, gFalse, segLength, refSegs, nRefSegs); + break; + case 7: + readTextRegionSeg(segNum, gTrue, gTrue, segLength, refSegs, nRefSegs); + break; + case 16: + readPatternDictSeg(segNum, segLength); + break; + case 20: + readHalftoneRegionSeg(segNum, gFalse, gFalse, segLength, + refSegs, nRefSegs); + break; + case 22: + readHalftoneRegionSeg(segNum, gTrue, gFalse, segLength, + refSegs, nRefSegs); + break; + case 23: + readHalftoneRegionSeg(segNum, gTrue, gTrue, segLength, + refSegs, nRefSegs); + break; + case 36: + readGenericRegionSeg(segNum, gFalse, gFalse, segLength); + break; + case 38: + readGenericRegionSeg(segNum, gTrue, gFalse, segLength); + break; + case 39: + readGenericRegionSeg(segNum, gTrue, gTrue, segLength); + break; + case 40: + readGenericRefinementRegionSeg(segNum, gFalse, gFalse, segLength, + refSegs, nRefSegs); + break; + case 42: + readGenericRefinementRegionSeg(segNum, gTrue, gFalse, segLength, + refSegs, nRefSegs); + break; + case 43: + readGenericRefinementRegionSeg(segNum, gTrue, gTrue, segLength, + refSegs, nRefSegs); + break; + case 48: + readPageInfoSeg(segLength); + break; + case 50: + readEndOfStripeSeg(segLength); + break; + case 52: + readProfilesSeg(segLength); + break; + case 53: + readCodeTableSeg(segNum, segLength); + break; + case 62: + readExtensionSeg(segLength); + break; + default: + error(getPos(), "Unknown segment type in JBIG2 stream"); + for (i = 0; i < segLength; ++i) { + if ((c1 = curStr->getChar()) == EOF) { + goto eofError2; + } + } + break; + } + + gfree(refSegs); + } + + return; + + syntaxError: + gfree(refSegs); + return; + + eofError2: + gfree(refSegs); + eofError1: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +GBool JBIG2Stream::readSymbolDictSeg(Guint segNum, Guint length, + Guint *refSegs, Guint nRefSegs) { + JBIG2SymbolDict *symbolDict; + JBIG2HuffmanTable *huffDHTable, *huffDWTable; + JBIG2HuffmanTable *huffBMSizeTable, *huffAggInstTable; + JBIG2Segment *seg; + GList *codeTables; + JBIG2SymbolDict *inputSymbolDict; + Guint flags, sdTemplate, sdrTemplate, huff, refAgg; + Guint huffDH, huffDW, huffBMSize, huffAggInst; + Guint contextUsed, contextRetained; + int sdATX[4], sdATY[4], sdrATX[2], sdrATY[2]; + Guint numExSyms, numNewSyms, numInputSyms, symCodeLen; + JBIG2Bitmap **bitmaps; + JBIG2Bitmap *collBitmap, *refBitmap; + Guint *symWidths; + Guint symHeight, symWidth, totalWidth, x, symID; + int dh, dw, refAggNum, refDX, refDY, bmSize; + GBool ex; + int run, cnt; + Guint i, j, k; + Guchar *p; + + // symbol dictionary flags + if (!readUWord(&flags)) { + goto eofError; + } + sdTemplate = (flags >> 10) & 3; + sdrTemplate = (flags >> 12) & 1; + huff = flags & 1; + refAgg = (flags >> 1) & 1; + huffDH = (flags >> 2) & 3; + huffDW = (flags >> 4) & 3; + huffBMSize = (flags >> 6) & 1; + huffAggInst = (flags >> 7) & 1; + contextUsed = (flags >> 8) & 1; + contextRetained = (flags >> 9) & 1; + + // symbol dictionary AT flags + if (!huff) { + if (sdTemplate == 0) { + if (!readByte(&sdATX[0]) || + !readByte(&sdATY[0]) || + !readByte(&sdATX[1]) || + !readByte(&sdATY[1]) || + !readByte(&sdATX[2]) || + !readByte(&sdATY[2]) || + !readByte(&sdATX[3]) || + !readByte(&sdATY[3])) { + goto eofError; + } + } else { + if (!readByte(&sdATX[0]) || + !readByte(&sdATY[0])) { + goto eofError; + } + } + } + + // symbol dictionary refinement AT flags + if (refAgg && !sdrTemplate) { + if (!readByte(&sdrATX[0]) || + !readByte(&sdrATY[0]) || + !readByte(&sdrATX[1]) || + !readByte(&sdrATY[1])) { + goto eofError; + } + } + + // SDNUMEXSYMS and SDNUMNEWSYMS + if (!readULong(&numExSyms) || !readULong(&numNewSyms)) { + goto eofError; + } + + // get referenced segments: input symbol dictionaries and code tables + codeTables = new GList(); + numInputSyms = 0; + for (i = 0; i < nRefSegs; ++i) { + seg = findSegment(refSegs[i]); + if (seg->getType() == jbig2SegSymbolDict) { + numInputSyms += ((JBIG2SymbolDict *)seg)->getSize(); + } else if (seg->getType() == jbig2SegCodeTable) { + codeTables->append(seg); + } + } + + // compute symbol code length + symCodeLen = 0; + i = 1; + while (i < numInputSyms + numNewSyms) { + ++symCodeLen; + i <<= 1; + } + + // get the input symbol bitmaps + bitmaps = (JBIG2Bitmap **)gmallocn(numInputSyms + numNewSyms, + sizeof(JBIG2Bitmap *)); + for (i = 0; i < numInputSyms + numNewSyms; ++i) { + bitmaps[i] = NULL; + } + k = 0; + inputSymbolDict = NULL; + for (i = 0; i < nRefSegs; ++i) { + seg = findSegment(refSegs[i]); + if (seg->getType() == jbig2SegSymbolDict) { + inputSymbolDict = (JBIG2SymbolDict *)seg; + for (j = 0; j < inputSymbolDict->getSize(); ++j) { + bitmaps[k++] = inputSymbolDict->getBitmap(j); + } + } + } + + // get the Huffman tables + huffDHTable = huffDWTable = NULL; // make gcc happy + huffBMSizeTable = huffAggInstTable = NULL; // make gcc happy + i = 0; + if (huff) { + if (huffDH == 0) { + huffDHTable = huffTableD; + } else if (huffDH == 1) { + huffDHTable = huffTableE; + } else { + huffDHTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffDW == 0) { + huffDWTable = huffTableB; + } else if (huffDW == 1) { + huffDWTable = huffTableC; + } else { + huffDWTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffBMSize == 0) { + huffBMSizeTable = huffTableA; + } else { + huffBMSizeTable = + ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffAggInst == 0) { + huffAggInstTable = huffTableA; + } else { + huffAggInstTable = + ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + } + delete codeTables; + + // set up the Huffman decoder + if (huff) { + huffDecoder->reset(); + + // set up the arithmetic decoder + } else { + if (contextUsed && inputSymbolDict) { + resetGenericStats(sdTemplate, inputSymbolDict->getGenericRegionStats()); + } else { + resetGenericStats(sdTemplate, NULL); + } + resetIntStats(symCodeLen); + arithDecoder->start(); + } + + // set up the arithmetic decoder for refinement/aggregation + if (refAgg) { + if (contextUsed && inputSymbolDict) { + resetRefinementStats(sdrTemplate, + inputSymbolDict->getRefinementRegionStats()); + } else { + resetRefinementStats(sdrTemplate, NULL); + } + } + + // allocate symbol widths storage + symWidths = NULL; + if (huff && !refAgg) { + symWidths = (Guint *)gmallocn(numNewSyms, sizeof(Guint)); + } + + symHeight = 0; + i = 0; + while (i < numNewSyms) { + + // read the height class delta height + if (huff) { + huffDecoder->decodeInt(&dh, huffDHTable); + } else { + arithDecoder->decodeInt(&dh, iadhStats); + } + if (dh < 0 && (Guint)-dh >= symHeight) { + error(getPos(), "Bad delta-height value in JBIG2 symbol dictionary"); + goto syntaxError; + } + symHeight += dh; + symWidth = 0; + totalWidth = 0; + j = i; + + // read the symbols in this height class + while (1) { + + // read the delta width + if (huff) { + if (!huffDecoder->decodeInt(&dw, huffDWTable)) { + break; + } + } else { + if (!arithDecoder->decodeInt(&dw, iadwStats)) { + break; + } + } + if (dw < 0 && (Guint)-dw >= symWidth) { + error(getPos(), "Bad delta-height value in JBIG2 symbol dictionary"); + goto syntaxError; + } + symWidth += dw; + + // using a collective bitmap, so don't read a bitmap here + if (huff && !refAgg) { + symWidths[i] = symWidth; + totalWidth += symWidth; + + // refinement/aggregate coding + } else if (refAgg) { + if (huff) { + if (!huffDecoder->decodeInt(&refAggNum, huffAggInstTable)) { + break; + } + } else { + if (!arithDecoder->decodeInt(&refAggNum, iaaiStats)) { + break; + } + } +#if 0 //~ This special case was added about a year before the final draft + //~ of the JBIG2 spec was released. I have encountered some old + //~ JBIG2 images that predate it. + if (0) { +#else + if (refAggNum == 1) { +#endif + if (huff) { + symID = huffDecoder->readBits(symCodeLen); + huffDecoder->decodeInt(&refDX, huffTableO); + huffDecoder->decodeInt(&refDY, huffTableO); + huffDecoder->decodeInt(&bmSize, huffTableA); + huffDecoder->reset(); + arithDecoder->start(); + } else { + symID = arithDecoder->decodeIAID(symCodeLen, iaidStats); + arithDecoder->decodeInt(&refDX, iardxStats); + arithDecoder->decodeInt(&refDY, iardyStats); + } + refBitmap = bitmaps[symID]; + bitmaps[numInputSyms + i] = + readGenericRefinementRegion(symWidth, symHeight, + sdrTemplate, gFalse, + refBitmap, refDX, refDY, + sdrATX, sdrATY); + //~ do we need to use the bmSize value here (in Huffman mode)? + } else { + bitmaps[numInputSyms + i] = + readTextRegion(huff, gTrue, symWidth, symHeight, + refAggNum, 0, numInputSyms + i, NULL, + symCodeLen, bitmaps, 0, 0, 0, 1, 0, + huffTableF, huffTableH, huffTableK, huffTableO, + huffTableO, huffTableO, huffTableO, huffTableA, + sdrTemplate, sdrATX, sdrATY); + } + + // non-ref/agg coding + } else { + bitmaps[numInputSyms + i] = + readGenericBitmap(gFalse, symWidth, symHeight, + sdTemplate, gFalse, gFalse, NULL, + sdATX, sdATY, 0); + } + + ++i; + } + + // read the collective bitmap + if (huff && !refAgg) { + huffDecoder->decodeInt(&bmSize, huffBMSizeTable); + huffDecoder->reset(); + if (bmSize == 0) { + collBitmap = new JBIG2Bitmap(0, totalWidth, symHeight); + bmSize = symHeight * ((totalWidth + 7) >> 3); + p = collBitmap->getDataPtr(); + for (k = 0; k < (Guint)bmSize; ++k) { + *p++ = curStr->getChar(); + } + } else { + collBitmap = readGenericBitmap(gTrue, totalWidth, symHeight, + 0, gFalse, gFalse, NULL, NULL, NULL, + bmSize); + } + x = 0; + for (; j < i; ++j) { + bitmaps[numInputSyms + j] = + collBitmap->getSlice(x, 0, symWidths[j], symHeight); + x += symWidths[j]; + } + delete collBitmap; + } + } + + // create the symbol dict object + symbolDict = new JBIG2SymbolDict(segNum, numExSyms); + + // exported symbol list + i = j = 0; + ex = gFalse; + while (i < numInputSyms + numNewSyms) { + if (huff) { + huffDecoder->decodeInt(&run, huffTableA); + } else { + arithDecoder->decodeInt(&run, iaexStats); + } + if (ex) { + for (cnt = 0; cnt < run; ++cnt) { + symbolDict->setBitmap(j++, bitmaps[i++]->copy()); + } + } else { + i += run; + } + ex = !ex; + } + + for (i = 0; i < numNewSyms; ++i) { + delete bitmaps[numInputSyms + i]; + } + gfree(bitmaps); + if (symWidths) { + gfree(symWidths); + } + + // save the arithmetic decoder stats + if (!huff && contextRetained) { + symbolDict->setGenericRegionStats(genericRegionStats->copy()); + if (refAgg) { + symbolDict->setRefinementRegionStats(refinementRegionStats->copy()); + } + } + + // store the new symbol dict + segments->append(symbolDict); + + return gTrue; + + syntaxError: + for (i = 0; i < numNewSyms; ++i) { + if (bitmaps[numInputSyms + i]) { + delete bitmaps[numInputSyms + i]; + } + } + gfree(bitmaps); + if (symWidths) { + gfree(symWidths); + } + return gFalse; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); + return gFalse; +} + +void JBIG2Stream::readTextRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length, + Guint *refSegs, Guint nRefSegs) { + JBIG2Bitmap *bitmap; + JBIG2HuffmanTable runLengthTab[36]; + JBIG2HuffmanTable *symCodeTab; + JBIG2HuffmanTable *huffFSTable, *huffDSTable, *huffDTTable; + JBIG2HuffmanTable *huffRDWTable, *huffRDHTable; + JBIG2HuffmanTable *huffRDXTable, *huffRDYTable, *huffRSizeTable; + JBIG2Segment *seg; + GList *codeTables; + JBIG2SymbolDict *symbolDict; + JBIG2Bitmap **syms; + Guint w, h, x, y, segInfoFlags, extCombOp; + Guint flags, huff, refine, logStrips, refCorner, transposed; + Guint combOp, defPixel, templ; + int sOffset; + Guint huffFlags, huffFS, huffDS, huffDT; + Guint huffRDW, huffRDH, huffRDX, huffRDY, huffRSize; + Guint numInstances, numSyms, symCodeLen; + int atx[2], aty[2]; + Guint i, k, kk; + int j; + + // region segment info field + if (!readULong(&w) || !readULong(&h) || + !readULong(&x) || !readULong(&y) || + !readUByte(&segInfoFlags)) { + goto eofError; + } + extCombOp = segInfoFlags & 7; + + // rest of the text region header + if (!readUWord(&flags)) { + goto eofError; + } + huff = flags & 1; + refine = (flags >> 1) & 1; + logStrips = (flags >> 2) & 3; + refCorner = (flags >> 4) & 3; + transposed = (flags >> 6) & 1; + combOp = (flags >> 7) & 3; + defPixel = (flags >> 9) & 1; + sOffset = (flags >> 10) & 0x1f; + if (sOffset & 0x10) { + sOffset |= -1 - 0x0f; + } + templ = (flags >> 15) & 1; + huffFS = huffDS = huffDT = 0; // make gcc happy + huffRDW = huffRDH = huffRDX = huffRDY = huffRSize = 0; // make gcc happy + if (huff) { + if (!readUWord(&huffFlags)) { + goto eofError; + } + huffFS = huffFlags & 3; + huffDS = (huffFlags >> 2) & 3; + huffDT = (huffFlags >> 4) & 3; + huffRDW = (huffFlags >> 6) & 3; + huffRDH = (huffFlags >> 8) & 3; + huffRDX = (huffFlags >> 10) & 3; + huffRDY = (huffFlags >> 12) & 3; + huffRSize = (huffFlags >> 14) & 1; + } + if (refine && templ == 0) { + if (!readByte(&atx[0]) || !readByte(&aty[0]) || + !readByte(&atx[1]) || !readByte(&aty[1])) { + goto eofError; + } + } + if (!readULong(&numInstances)) { + goto eofError; + } + + // get symbol dictionaries and tables + codeTables = new GList(); + numSyms = 0; + for (i = 0; i < nRefSegs; ++i) { + if ((seg = findSegment(refSegs[i]))) { + if (seg->getType() == jbig2SegSymbolDict) { + numSyms += ((JBIG2SymbolDict *)seg)->getSize(); + } else if (seg->getType() == jbig2SegCodeTable) { + codeTables->append(seg); + } + } else { + error(getPos(), "Invalid segment reference in JBIG2 text region"); + } + } + symCodeLen = 0; + i = 1; + while (i < numSyms) { + ++symCodeLen; + i <<= 1; + } + + // get the symbol bitmaps + syms = (JBIG2Bitmap **)gmallocn(numSyms, sizeof(JBIG2Bitmap *)); + kk = 0; + for (i = 0; i < nRefSegs; ++i) { + if ((seg = findSegment(refSegs[i]))) { + if (seg->getType() == jbig2SegSymbolDict) { + symbolDict = (JBIG2SymbolDict *)seg; + for (k = 0; k < symbolDict->getSize(); ++k) { + syms[kk++] = symbolDict->getBitmap(k); + } + } + } + } + + // get the Huffman tables + huffFSTable = huffDSTable = huffDTTable = NULL; // make gcc happy + huffRDWTable = huffRDHTable = NULL; // make gcc happy + huffRDXTable = huffRDYTable = huffRSizeTable = NULL; // make gcc happy + i = 0; + if (huff) { + if (huffFS == 0) { + huffFSTable = huffTableF; + } else if (huffFS == 1) { + huffFSTable = huffTableG; + } else { + huffFSTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffDS == 0) { + huffDSTable = huffTableH; + } else if (huffDS == 1) { + huffDSTable = huffTableI; + } else if (huffDS == 2) { + huffDSTable = huffTableJ; + } else { + huffDSTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffDT == 0) { + huffDTTable = huffTableK; + } else if (huffDT == 1) { + huffDTTable = huffTableL; + } else if (huffDT == 2) { + huffDTTable = huffTableM; + } else { + huffDTTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffRDW == 0) { + huffRDWTable = huffTableN; + } else if (huffRDW == 1) { + huffRDWTable = huffTableO; + } else { + huffRDWTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffRDH == 0) { + huffRDHTable = huffTableN; + } else if (huffRDH == 1) { + huffRDHTable = huffTableO; + } else { + huffRDHTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffRDX == 0) { + huffRDXTable = huffTableN; + } else if (huffRDX == 1) { + huffRDXTable = huffTableO; + } else { + huffRDXTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffRDY == 0) { + huffRDYTable = huffTableN; + } else if (huffRDY == 1) { + huffRDYTable = huffTableO; + } else { + huffRDYTable = ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + if (huffRSize == 0) { + huffRSizeTable = huffTableA; + } else { + huffRSizeTable = + ((JBIG2CodeTable *)codeTables->get(i++))->getHuffTable(); + } + } + delete codeTables; + + // symbol ID Huffman decoding table + if (huff) { + huffDecoder->reset(); + for (i = 0; i < 32; ++i) { + runLengthTab[i].val = i; + runLengthTab[i].prefixLen = huffDecoder->readBits(4); + runLengthTab[i].rangeLen = 0; + } + runLengthTab[32].val = 0x103; + runLengthTab[32].prefixLen = huffDecoder->readBits(4); + runLengthTab[32].rangeLen = 2; + runLengthTab[33].val = 0x203; + runLengthTab[33].prefixLen = huffDecoder->readBits(4); + runLengthTab[33].rangeLen = 3; + runLengthTab[34].val = 0x20b; + runLengthTab[34].prefixLen = huffDecoder->readBits(4); + runLengthTab[34].rangeLen = 7; + runLengthTab[35].prefixLen = 0; + runLengthTab[35].rangeLen = jbig2HuffmanEOT; + huffDecoder->buildTable(runLengthTab, 35); + symCodeTab = (JBIG2HuffmanTable *)gmallocn(numSyms + 1, + sizeof(JBIG2HuffmanTable)); + for (i = 0; i < numSyms; ++i) { + symCodeTab[i].val = i; + symCodeTab[i].rangeLen = 0; + } + i = 0; + while (i < numSyms) { + huffDecoder->decodeInt(&j, runLengthTab); + if (j > 0x200) { + for (j -= 0x200; j && i < numSyms; --j) { + symCodeTab[i++].prefixLen = 0; + } + } else if (j > 0x100) { + for (j -= 0x100; j && i < numSyms; --j) { + symCodeTab[i].prefixLen = symCodeTab[i-1].prefixLen; + ++i; + } + } else { + symCodeTab[i++].prefixLen = j; + } + } + symCodeTab[numSyms].prefixLen = 0; + symCodeTab[numSyms].rangeLen = jbig2HuffmanEOT; + huffDecoder->buildTable(symCodeTab, numSyms); + huffDecoder->reset(); + + // set up the arithmetic decoder + } else { + symCodeTab = NULL; + resetIntStats(symCodeLen); + arithDecoder->start(); + } + if (refine) { + resetRefinementStats(templ, NULL); + } + + bitmap = readTextRegion(huff, refine, w, h, numInstances, + logStrips, numSyms, symCodeTab, symCodeLen, syms, + defPixel, combOp, transposed, refCorner, sOffset, + huffFSTable, huffDSTable, huffDTTable, + huffRDWTable, huffRDHTable, + huffRDXTable, huffRDYTable, huffRSizeTable, + templ, atx, aty); + + gfree(syms); + + // combine the region bitmap into the page bitmap + if (imm) { + if (pageH == 0xffffffff && y + h > curPageH) { + pageBitmap->expand(y + h, pageDefPixel); + } + pageBitmap->combine(bitmap, x, y, extCombOp); + delete bitmap; + + // store the region bitmap + } else { + bitmap->setSegNum(segNum); + segments->append(bitmap); + } + + // clean up the Huffman decoder + if (huff) { + gfree(symCodeTab); + } + + return; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +JBIG2Bitmap *JBIG2Stream::readTextRegion(GBool huff, GBool refine, + int w, int h, + Guint numInstances, + Guint logStrips, + int numSyms, + JBIG2HuffmanTable *symCodeTab, + Guint symCodeLen, + JBIG2Bitmap **syms, + Guint defPixel, Guint combOp, + Guint transposed, Guint refCorner, + int sOffset, + JBIG2HuffmanTable *huffFSTable, + JBIG2HuffmanTable *huffDSTable, + JBIG2HuffmanTable *huffDTTable, + JBIG2HuffmanTable *huffRDWTable, + JBIG2HuffmanTable *huffRDHTable, + JBIG2HuffmanTable *huffRDXTable, + JBIG2HuffmanTable *huffRDYTable, + JBIG2HuffmanTable *huffRSizeTable, + Guint templ, + int *atx, int *aty) { + JBIG2Bitmap *bitmap; + JBIG2Bitmap *symbolBitmap; + Guint strips; + int t, dt, tt, s, ds, sFirst, j; + int rdw, rdh, rdx, rdy, ri, refDX, refDY, bmSize; + Guint symID, inst, bw, bh; + + strips = 1 << logStrips; + + // allocate the bitmap + bitmap = new JBIG2Bitmap(0, w, h); + if (defPixel) { + bitmap->clearToOne(); + } else { + bitmap->clearToZero(); + } + + // decode initial T value + if (huff) { + huffDecoder->decodeInt(&t, huffDTTable); + } else { + arithDecoder->decodeInt(&t, iadtStats); + } + t *= -(int)strips; + + inst = 0; + sFirst = 0; + while (inst < numInstances) { + + // decode delta-T + if (huff) { + huffDecoder->decodeInt(&dt, huffDTTable); + } else { + arithDecoder->decodeInt(&dt, iadtStats); + } + t += dt * strips; + + // first S value + if (huff) { + huffDecoder->decodeInt(&ds, huffFSTable); + } else { + arithDecoder->decodeInt(&ds, iafsStats); + } + sFirst += ds; + s = sFirst; + + // read the instances + while (1) { + + // T value + if (strips == 1) { + dt = 0; + } else if (huff) { + dt = huffDecoder->readBits(logStrips); + } else { + arithDecoder->decodeInt(&dt, iaitStats); + } + tt = t + dt; + + // symbol ID + if (huff) { + if (symCodeTab) { + huffDecoder->decodeInt(&j, symCodeTab); + symID = (Guint)j; + } else { + symID = huffDecoder->readBits(symCodeLen); + } + } else { + symID = arithDecoder->decodeIAID(symCodeLen, iaidStats); + } + + if (symID >= (Guint)numSyms) { + error(getPos(), "Invalid symbol number in JBIG2 text region"); + } else { + + // get the symbol bitmap + symbolBitmap = NULL; + if (refine) { + if (huff) { + ri = (int)huffDecoder->readBit(); + } else { + arithDecoder->decodeInt(&ri, iariStats); + } + } else { + ri = 0; + } + if (ri) { + if (huff) { + huffDecoder->decodeInt(&rdw, huffRDWTable); + huffDecoder->decodeInt(&rdh, huffRDHTable); + huffDecoder->decodeInt(&rdx, huffRDXTable); + huffDecoder->decodeInt(&rdy, huffRDYTable); + huffDecoder->decodeInt(&bmSize, huffRSizeTable); + huffDecoder->reset(); + arithDecoder->start(); + } else { + arithDecoder->decodeInt(&rdw, iardwStats); + arithDecoder->decodeInt(&rdh, iardhStats); + arithDecoder->decodeInt(&rdx, iardxStats); + arithDecoder->decodeInt(&rdy, iardyStats); + } + refDX = ((rdw >= 0) ? rdw : rdw - 1) / 2 + rdx; + refDY = ((rdh >= 0) ? rdh : rdh - 1) / 2 + rdy; + + symbolBitmap = + readGenericRefinementRegion(rdw + syms[symID]->getWidth(), + rdh + syms[symID]->getHeight(), + templ, gFalse, syms[symID], + refDX, refDY, atx, aty); + //~ do we need to use the bmSize value here (in Huffman mode)? + } else { + symbolBitmap = syms[symID]; + } + + // combine the symbol bitmap into the region bitmap + //~ something is wrong here - refCorner shouldn't degenerate into + //~ two cases + bw = symbolBitmap->getWidth() - 1; + bh = symbolBitmap->getHeight() - 1; + if (transposed) { + switch (refCorner) { + case 0: // bottom left + bitmap->combine(symbolBitmap, tt, s, combOp); + break; + case 1: // top left + bitmap->combine(symbolBitmap, tt, s, combOp); + break; + case 2: // bottom right + bitmap->combine(symbolBitmap, tt - bw, s, combOp); + break; + case 3: // top right + bitmap->combine(symbolBitmap, tt - bw, s, combOp); + break; + } + s += bh; + } else { + switch (refCorner) { + case 0: // bottom left + bitmap->combine(symbolBitmap, s, tt - bh, combOp); + break; + case 1: // top left + bitmap->combine(symbolBitmap, s, tt, combOp); + break; + case 2: // bottom right + bitmap->combine(symbolBitmap, s, tt - bh, combOp); + break; + case 3: // top right + bitmap->combine(symbolBitmap, s, tt, combOp); + break; + } + s += bw; + } + if (ri) { + delete symbolBitmap; + } + } + + // next instance + ++inst; + + // next S value + if (huff) { + if (!huffDecoder->decodeInt(&ds, huffDSTable)) { + break; + } + } else { + if (!arithDecoder->decodeInt(&ds, iadsStats)) { + break; + } + } + s += sOffset + ds; + } + } + + return bitmap; +} + +void JBIG2Stream::readPatternDictSeg(Guint segNum, Guint length) { + JBIG2PatternDict *patternDict; + JBIG2Bitmap *bitmap; + Guint flags, patternW, patternH, grayMax, templ, mmr; + int atx[4], aty[4]; + Guint i, x; + + // halftone dictionary flags, pattern width and height, max gray value + if (!readUByte(&flags) || + !readUByte(&patternW) || + !readUByte(&patternH) || + !readULong(&grayMax)) { + goto eofError; + } + templ = (flags >> 1) & 3; + mmr = flags & 1; + + // set up the arithmetic decoder + if (!mmr) { + resetGenericStats(templ, NULL); + arithDecoder->start(); + } + + // read the bitmap + atx[0] = -(int)patternW; aty[0] = 0; + atx[1] = -3; aty[1] = -1; + atx[2] = 2; aty[2] = -2; + atx[3] = -2; aty[3] = -2; + bitmap = readGenericBitmap(mmr, (grayMax + 1) * patternW, patternH, + templ, gFalse, gFalse, NULL, + atx, aty, length - 7); + + // create the pattern dict object + patternDict = new JBIG2PatternDict(segNum, grayMax + 1); + + // split up the bitmap + x = 0; + for (i = 0; i <= grayMax; ++i) { + patternDict->setBitmap(i, bitmap->getSlice(x, 0, patternW, patternH)); + x += patternW; + } + + // free memory + delete bitmap; + + // store the new pattern dict + segments->append(patternDict); + + return; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +void JBIG2Stream::readHalftoneRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length, + Guint *refSegs, Guint nRefSegs) { + JBIG2Bitmap *bitmap; + JBIG2Segment *seg; + JBIG2PatternDict *patternDict; + JBIG2Bitmap *skipBitmap; + Guint *grayImg; + JBIG2Bitmap *grayBitmap; + JBIG2Bitmap *patternBitmap; + Guint w, h, x, y, segInfoFlags, extCombOp; + Guint flags, mmr, templ, enableSkip, combOp; + Guint gridW, gridH, stepX, stepY, patW, patH; + int atx[4], aty[4]; + int gridX, gridY, xx, yy, bit, j; + Guint bpp, m, n, i; + + // region segment info field + if (!readULong(&w) || !readULong(&h) || + !readULong(&x) || !readULong(&y) || + !readUByte(&segInfoFlags)) { + goto eofError; + } + extCombOp = segInfoFlags & 7; + + // rest of the halftone region header + if (!readUByte(&flags)) { + goto eofError; + } + mmr = flags & 1; + templ = (flags >> 1) & 3; + enableSkip = (flags >> 3) & 1; + combOp = (flags >> 4) & 7; + if (!readULong(&gridW) || !readULong(&gridH) || + !readLong(&gridX) || !readLong(&gridY) || + !readUWord(&stepX) || !readUWord(&stepY)) { + goto eofError; + } + if (w == 0 || h == 0 || w >= INT_MAX / h) { + error(getPos(), "Bad bitmap size in JBIG2 halftone segment"); + return; + } + if (gridH == 0 || gridW >= INT_MAX / gridH) { + error(getPos(), "Bad grid size in JBIG2 halftone segment"); + return; + } + + // get pattern dictionary + if (nRefSegs != 1) { + error(getPos(), "Bad symbol dictionary reference in JBIG2 halftone segment"); + return; + } + seg = findSegment(refSegs[0]); + if (seg->getType() != jbig2SegPatternDict) { + error(getPos(), "Bad symbol dictionary reference in JBIG2 halftone segment"); + return; + } + patternDict = (JBIG2PatternDict *)seg; + bpp = 0; + i = 1; + while (i < patternDict->getSize()) { + ++bpp; + i <<= 1; + } + patW = patternDict->getBitmap(0)->getWidth(); + patH = patternDict->getBitmap(0)->getHeight(); + + // set up the arithmetic decoder + if (!mmr) { + resetGenericStats(templ, NULL); + arithDecoder->start(); + } + + // allocate the bitmap + bitmap = new JBIG2Bitmap(segNum, w, h); + if (flags & 0x80) { // HDEFPIXEL + bitmap->clearToOne(); + } else { + bitmap->clearToZero(); + } + + // compute the skip bitmap + skipBitmap = NULL; + if (enableSkip) { + skipBitmap = new JBIG2Bitmap(0, gridW, gridH); + skipBitmap->clearToZero(); + for (m = 0; m < gridH; ++m) { + xx = gridX + m * stepY; + yy = gridY + m * stepX; + for (n = 0; n < gridW; ++n) { + if (((xx + (int)patW) >> 8) <= 0 || (xx >> 8) >= (int)w || + ((yy + (int)patH) >> 8) <= 0 || (yy >> 8) >= (int)h) { + skipBitmap->setPixel(n, m); + } + } + } + } + + // read the gray-scale image + grayImg = (Guint *)gmallocn(gridW * gridH, sizeof(Guint)); + memset(grayImg, 0, gridW * gridH * sizeof(Guint)); + atx[0] = templ <= 1 ? 3 : 2; aty[0] = -1; + atx[1] = -3; aty[1] = -1; + atx[2] = 2; aty[2] = -2; + atx[3] = -2; aty[3] = -2; + for (j = bpp - 1; j >= 0; --j) { + grayBitmap = readGenericBitmap(mmr, gridW, gridH, templ, gFalse, + enableSkip, skipBitmap, atx, aty, -1); + i = 0; + for (m = 0; m < gridH; ++m) { + for (n = 0; n < gridW; ++n) { + bit = grayBitmap->getPixel(n, m) ^ (grayImg[i] & 1); + grayImg[i] = (grayImg[i] << 1) | bit; + ++i; + } + } + delete grayBitmap; + } + + // decode the image + i = 0; + for (m = 0; m < gridH; ++m) { + xx = gridX + m * stepY; + yy = gridY + m * stepX; + for (n = 0; n < gridW; ++n) { + if (!(enableSkip && skipBitmap->getPixel(n, m))) { + patternBitmap = patternDict->getBitmap(grayImg[i]); + bitmap->combine(patternBitmap, xx >> 8, yy >> 8, combOp); + } + xx += stepX; + yy -= stepY; + ++i; + } + } + + gfree(grayImg); + + // combine the region bitmap into the page bitmap + if (imm) { + if (pageH == 0xffffffff && y + h > curPageH) { + pageBitmap->expand(y + h, pageDefPixel); + } + pageBitmap->combine(bitmap, x, y, extCombOp); + delete bitmap; + + // store the region bitmap + } else { + segments->append(bitmap); + } + + return; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +void JBIG2Stream::readGenericRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length) { + JBIG2Bitmap *bitmap; + Guint w, h, x, y, segInfoFlags, extCombOp; + Guint flags, mmr, templ, tpgdOn; + int atx[4], aty[4]; + + // region segment info field + if (!readULong(&w) || !readULong(&h) || + !readULong(&x) || !readULong(&y) || + !readUByte(&segInfoFlags)) { + goto eofError; + } + extCombOp = segInfoFlags & 7; + + // rest of the generic region segment header + if (!readUByte(&flags)) { + goto eofError; + } + mmr = flags & 1; + templ = (flags >> 1) & 3; + tpgdOn = (flags >> 3) & 1; + + // AT flags + if (!mmr) { + if (templ == 0) { + if (!readByte(&atx[0]) || + !readByte(&aty[0]) || + !readByte(&atx[1]) || + !readByte(&aty[1]) || + !readByte(&atx[2]) || + !readByte(&aty[2]) || + !readByte(&atx[3]) || + !readByte(&aty[3])) { + goto eofError; + } + } else { + if (!readByte(&atx[0]) || + !readByte(&aty[0])) { + goto eofError; + } + } + } + + // set up the arithmetic decoder + if (!mmr) { + resetGenericStats(templ, NULL); + arithDecoder->start(); + } + + // read the bitmap + bitmap = readGenericBitmap(mmr, w, h, templ, tpgdOn, gFalse, + NULL, atx, aty, mmr ? 0 : length - 18); + + // combine the region bitmap into the page bitmap + if (imm) { + if (pageH == 0xffffffff && y + h > curPageH) { + pageBitmap->expand(y + h, pageDefPixel); + } + pageBitmap->combine(bitmap, x, y, extCombOp); + delete bitmap; + + // store the region bitmap + } else { + bitmap->setSegNum(segNum); + segments->append(bitmap); + } + + return; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +JBIG2Bitmap *JBIG2Stream::readGenericBitmap(GBool mmr, int w, int h, + int templ, GBool tpgdOn, + GBool useSkip, JBIG2Bitmap *skip, + int *atx, int *aty, + int mmrDataLength) { + JBIG2Bitmap *bitmap; + GBool ltp; + Guint ltpCX, cx, cx0, cx1, cx2; + JBIG2BitmapPtr cxPtr0, cxPtr1; + JBIG2BitmapPtr atPtr0, atPtr1, atPtr2, atPtr3; + int *refLine, *codingLine; + int code1, code2, code3; + int x, y, a0, pix, i, refI, codingI; + + bitmap = new JBIG2Bitmap(0, w, h); + bitmap->clearToZero(); + + //----- MMR decode + + if (mmr) { + + mmrDecoder->reset(); + refLine = (int *)gmallocn(w + 2, sizeof(int)); + codingLine = (int *)gmallocn(w + 2, sizeof(int)); + codingLine[0] = codingLine[1] = w; + + for (y = 0; y < h; ++y) { + + // copy coding line to ref line + for (i = 0; codingLine[i] < w; ++i) { + refLine[i] = codingLine[i]; + } + refLine[i] = refLine[i + 1] = w; + + // decode a line + refI = 0; // b1 = refLine[refI] + codingI = 0; // a1 = codingLine[codingI] + a0 = 0; + do { + code1 = mmrDecoder->get2DCode(); + switch (code1) { + case twoDimPass: + if (refLine[refI] < w) { + a0 = refLine[refI + 1]; + refI += 2; + } + break; + case twoDimHoriz: + if (codingI & 1) { + code1 = 0; + do { + code1 += code3 = mmrDecoder->getBlackCode(); + } while (code3 >= 64); + code2 = 0; + do { + code2 += code3 = mmrDecoder->getWhiteCode(); + } while (code3 >= 64); + } else { + code1 = 0; + do { + code1 += code3 = mmrDecoder->getWhiteCode(); + } while (code3 >= 64); + code2 = 0; + do { + code2 += code3 = mmrDecoder->getBlackCode(); + } while (code3 >= 64); + } + if (code1 > 0 || code2 > 0) { + a0 = codingLine[codingI++] = a0 + code1; + a0 = codingLine[codingI++] = a0 + code2; + while (refLine[refI] <= a0 && refLine[refI] < w) { + refI += 2; + } + } + break; + case twoDimVert0: + a0 = codingLine[codingI++] = refLine[refI]; + if (refLine[refI] < w) { + ++refI; + } + break; + case twoDimVertR1: + a0 = codingLine[codingI++] = refLine[refI] + 1; + if (refLine[refI] < w) { + ++refI; + while (refLine[refI] <= a0 && refLine[refI] < w) { + refI += 2; + } + } + break; + case twoDimVertR2: + a0 = codingLine[codingI++] = refLine[refI] + 2; + if (refLine[refI] < w) { + ++refI; + while (refLine[refI] <= a0 && refLine[refI] < w) { + refI += 2; + } + } + break; + case twoDimVertR3: + a0 = codingLine[codingI++] = refLine[refI] + 3; + if (refLine[refI] < w) { + ++refI; + while (refLine[refI] <= a0 && refLine[refI] < w) { + refI += 2; + } + } + break; + case twoDimVertL1: + a0 = codingLine[codingI++] = refLine[refI] - 1; + if (refI > 0) { + --refI; + } else { + ++refI; + } + while (refLine[refI] <= a0 && refLine[refI] < w) { + refI += 2; + } + break; + case twoDimVertL2: + a0 = codingLine[codingI++] = refLine[refI] - 2; + if (refI > 0) { + --refI; + } else { + ++refI; + } + while (refLine[refI] <= a0 && refLine[refI] < w) { + refI += 2; + } + break; + case twoDimVertL3: + a0 = codingLine[codingI++] = refLine[refI] - 3; + if (refI > 0) { + --refI; + } else { + ++refI; + } + while (refLine[refI] <= a0 && refLine[refI] < w) { + refI += 2; + } + break; + default: + error(getPos(), "Illegal code in JBIG2 MMR bitmap data"); + break; + } + } while (a0 < w); + codingLine[codingI++] = w; + + // convert the run lengths to a bitmap line + i = 0; + while (codingLine[i] < w) { + for (x = codingLine[i]; x < codingLine[i+1]; ++x) { + bitmap->setPixel(x, y); + } + i += 2; + } + } + + if (mmrDataLength >= 0) { + mmrDecoder->skipTo(mmrDataLength); + } else { + if (mmrDecoder->get24Bits() != 0x001001) { + error(getPos(), "Missing EOFB in JBIG2 MMR bitmap data"); + } + } + + gfree(refLine); + gfree(codingLine); + + //----- arithmetic decode + + } else { + // set up the typical row context + ltpCX = 0; // make gcc happy + if (tpgdOn) { + switch (templ) { + case 0: + ltpCX = 0x3953; // 001 11001 0101 0011 + break; + case 1: + ltpCX = 0x079a; // 0011 11001 101 0 + break; + case 2: + ltpCX = 0x0e3; // 001 1100 01 1 + break; + case 3: + ltpCX = 0x18a; // 01100 0101 1 + break; + } + } + + ltp = 0; + cx = cx0 = cx1 = cx2 = 0; // make gcc happy + for (y = 0; y < h; ++y) { + + // check for a "typical" (duplicate) row + if (tpgdOn) { + if (arithDecoder->decodeBit(ltpCX, genericRegionStats)) { + ltp = !ltp; + } + if (ltp) { + bitmap->duplicateRow(y, y-1); + continue; + } + } + + switch (templ) { + case 0: + + // set up the context + bitmap->getPixelPtr(0, y-2, &cxPtr0); + cx0 = bitmap->nextPixel(&cxPtr0); + cx0 = (cx0 << 1) | bitmap->nextPixel(&cxPtr0); + bitmap->getPixelPtr(0, y-1, &cxPtr1); + cx1 = bitmap->nextPixel(&cxPtr1); + cx1 = (cx1 << 1) | bitmap->nextPixel(&cxPtr1); + cx1 = (cx1 << 1) | bitmap->nextPixel(&cxPtr1); + cx2 = 0; + bitmap->getPixelPtr(atx[0], y + aty[0], &atPtr0); + bitmap->getPixelPtr(atx[1], y + aty[1], &atPtr1); + bitmap->getPixelPtr(atx[2], y + aty[2], &atPtr2); + bitmap->getPixelPtr(atx[3], y + aty[3], &atPtr3); + + // decode the row + for (x = 0; x < w; ++x) { + + // build the context + cx = (cx0 << 13) | (cx1 << 8) | (cx2 << 4) | + (bitmap->nextPixel(&atPtr0) << 3) | + (bitmap->nextPixel(&atPtr1) << 2) | + (bitmap->nextPixel(&atPtr2) << 1) | + bitmap->nextPixel(&atPtr3); + + // check for a skipped pixel + if (useSkip && skip->getPixel(x, y)) { + pix = 0; + + // decode the pixel + } else if ((pix = arithDecoder->decodeBit(cx, genericRegionStats))) { + bitmap->setPixel(x, y); + } + + // update the context + cx0 = ((cx0 << 1) | bitmap->nextPixel(&cxPtr0)) & 0x07; + cx1 = ((cx1 << 1) | bitmap->nextPixel(&cxPtr1)) & 0x1f; + cx2 = ((cx2 << 1) | pix) & 0x0f; + } + break; + + case 1: + + // set up the context + bitmap->getPixelPtr(0, y-2, &cxPtr0); + cx0 = bitmap->nextPixel(&cxPtr0); + cx0 = (cx0 << 1) | bitmap->nextPixel(&cxPtr0); + cx0 = (cx0 << 1) | bitmap->nextPixel(&cxPtr0); + bitmap->getPixelPtr(0, y-1, &cxPtr1); + cx1 = bitmap->nextPixel(&cxPtr1); + cx1 = (cx1 << 1) | bitmap->nextPixel(&cxPtr1); + cx1 = (cx1 << 1) | bitmap->nextPixel(&cxPtr1); + cx2 = 0; + bitmap->getPixelPtr(atx[0], y + aty[0], &atPtr0); + + // decode the row + for (x = 0; x < w; ++x) { + + // build the context + cx = (cx0 << 9) | (cx1 << 4) | (cx2 << 1) | + bitmap->nextPixel(&atPtr0); + + // check for a skipped pixel + if (useSkip && skip->getPixel(x, y)) { + pix = 0; + + // decode the pixel + } else if ((pix = arithDecoder->decodeBit(cx, genericRegionStats))) { + bitmap->setPixel(x, y); + } + + // update the context + cx0 = ((cx0 << 1) | bitmap->nextPixel(&cxPtr0)) & 0x0f; + cx1 = ((cx1 << 1) | bitmap->nextPixel(&cxPtr1)) & 0x1f; + cx2 = ((cx2 << 1) | pix) & 0x07; + } + break; + + case 2: + + // set up the context + bitmap->getPixelPtr(0, y-2, &cxPtr0); + cx0 = bitmap->nextPixel(&cxPtr0); + cx0 = (cx0 << 1) | bitmap->nextPixel(&cxPtr0); + bitmap->getPixelPtr(0, y-1, &cxPtr1); + cx1 = bitmap->nextPixel(&cxPtr1); + cx1 = (cx1 << 1) | bitmap->nextPixel(&cxPtr1); + cx2 = 0; + bitmap->getPixelPtr(atx[0], y + aty[0], &atPtr0); + + // decode the row + for (x = 0; x < w; ++x) { + + // build the context + cx = (cx0 << 7) | (cx1 << 3) | (cx2 << 1) | + bitmap->nextPixel(&atPtr0); + + // check for a skipped pixel + if (useSkip && skip->getPixel(x, y)) { + pix = 0; + + // decode the pixel + } else if ((pix = arithDecoder->decodeBit(cx, genericRegionStats))) { + bitmap->setPixel(x, y); + } + + // update the context + cx0 = ((cx0 << 1) | bitmap->nextPixel(&cxPtr0)) & 0x07; + cx1 = ((cx1 << 1) | bitmap->nextPixel(&cxPtr1)) & 0x0f; + cx2 = ((cx2 << 1) | pix) & 0x03; + } + break; + + case 3: + + // set up the context + bitmap->getPixelPtr(0, y-1, &cxPtr1); + cx1 = bitmap->nextPixel(&cxPtr1); + cx1 = (cx1 << 1) | bitmap->nextPixel(&cxPtr1); + cx2 = 0; + bitmap->getPixelPtr(atx[0], y + aty[0], &atPtr0); + + // decode the row + for (x = 0; x < w; ++x) { + + // build the context + cx = (cx1 << 5) | (cx2 << 1) | + bitmap->nextPixel(&atPtr0); + + // check for a skipped pixel + if (useSkip && skip->getPixel(x, y)) { + pix = 0; + + // decode the pixel + } else if ((pix = arithDecoder->decodeBit(cx, genericRegionStats))) { + bitmap->setPixel(x, y); + } + + // update the context + cx1 = ((cx1 << 1) | bitmap->nextPixel(&cxPtr1)) & 0x1f; + cx2 = ((cx2 << 1) | pix) & 0x0f; + } + break; + } + } + } + + return bitmap; +} + +void JBIG2Stream::readGenericRefinementRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length, + Guint *refSegs, + Guint nRefSegs) { + JBIG2Bitmap *bitmap, *refBitmap; + Guint w, h, x, y, segInfoFlags, extCombOp; + Guint flags, templ, tpgrOn; + int atx[2], aty[2]; + JBIG2Segment *seg; + + // region segment info field + if (!readULong(&w) || !readULong(&h) || + !readULong(&x) || !readULong(&y) || + !readUByte(&segInfoFlags)) { + goto eofError; + } + extCombOp = segInfoFlags & 7; + + // rest of the generic refinement region segment header + if (!readUByte(&flags)) { + goto eofError; + } + templ = flags & 1; + tpgrOn = (flags >> 1) & 1; + + // AT flags + if (!templ) { + if (!readByte(&atx[0]) || !readByte(&aty[0]) || + !readByte(&atx[1]) || !readByte(&aty[1])) { + goto eofError; + } + } + + // resize the page bitmap if needed + if (nRefSegs == 0 || imm) { + if (pageH == 0xffffffff && y + h > curPageH) { + pageBitmap->expand(y + h, pageDefPixel); + } + } + + // get referenced bitmap + if (nRefSegs > 1) { + error(getPos(), "Bad reference in JBIG2 generic refinement segment"); + return; + } + if (nRefSegs == 1) { + seg = findSegment(refSegs[0]); + if (seg->getType() != jbig2SegBitmap) { + error(getPos(), "Bad bitmap reference in JBIG2 generic refinement segment"); + return; + } + refBitmap = (JBIG2Bitmap *)seg; + } else { + refBitmap = pageBitmap->getSlice(x, y, w, h); + } + + // set up the arithmetic decoder + resetRefinementStats(templ, NULL); + arithDecoder->start(); + + // read + bitmap = readGenericRefinementRegion(w, h, templ, tpgrOn, + refBitmap, 0, 0, atx, aty); + + // combine the region bitmap into the page bitmap + if (imm) { + pageBitmap->combine(bitmap, x, y, extCombOp); + delete bitmap; + + // store the region bitmap + } else { + bitmap->setSegNum(segNum); + segments->append(bitmap); + } + + // delete the referenced bitmap + if (nRefSegs == 1) { + discardSegment(refSegs[0]); + } else { + delete refBitmap; + } + + return; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +JBIG2Bitmap *JBIG2Stream::readGenericRefinementRegion(int w, int h, + int templ, GBool tpgrOn, + JBIG2Bitmap *refBitmap, + int refDX, int refDY, + int *atx, int *aty) { + JBIG2Bitmap *bitmap; + GBool ltp; + Guint ltpCX, cx, cx0, cx2, cx3, cx4, tpgrCX0, tpgrCX1, tpgrCX2; + JBIG2BitmapPtr cxPtr0, cxPtr1, cxPtr2, cxPtr3, cxPtr4, cxPtr5, cxPtr6; + JBIG2BitmapPtr tpgrCXPtr0, tpgrCXPtr1, tpgrCXPtr2; + int x, y, pix; + + bitmap = new JBIG2Bitmap(0, w, h); + bitmap->clearToZero(); + + // set up the typical row context + if (templ) { + ltpCX = 0x008; + } else { + ltpCX = 0x0010; + } + + ltp = 0; + for (y = 0; y < h; ++y) { + + if (templ) { + + // set up the context + bitmap->getPixelPtr(0, y-1, &cxPtr0); + cx0 = bitmap->nextPixel(&cxPtr0); + bitmap->getPixelPtr(-1, y, &cxPtr1); + refBitmap->getPixelPtr(-refDX, y-1-refDY, &cxPtr2); + refBitmap->getPixelPtr(-1-refDX, y-refDY, &cxPtr3); + cx3 = refBitmap->nextPixel(&cxPtr3); + cx3 = (cx3 << 1) | refBitmap->nextPixel(&cxPtr3); + refBitmap->getPixelPtr(-refDX, y+1-refDY, &cxPtr4); + cx4 = refBitmap->nextPixel(&cxPtr4); + + // set up the typical prediction context + tpgrCX0 = tpgrCX1 = tpgrCX2 = 0; // make gcc happy + if (tpgrOn) { + refBitmap->getPixelPtr(-1-refDX, y-1-refDY, &tpgrCXPtr0); + tpgrCX0 = refBitmap->nextPixel(&tpgrCXPtr0); + tpgrCX0 = (tpgrCX0 << 1) | refBitmap->nextPixel(&tpgrCXPtr0); + tpgrCX0 = (tpgrCX0 << 1) | refBitmap->nextPixel(&tpgrCXPtr0); + refBitmap->getPixelPtr(-1-refDX, y-refDY, &tpgrCXPtr1); + tpgrCX1 = refBitmap->nextPixel(&tpgrCXPtr1); + tpgrCX1 = (tpgrCX1 << 1) | refBitmap->nextPixel(&tpgrCXPtr1); + tpgrCX1 = (tpgrCX1 << 1) | refBitmap->nextPixel(&tpgrCXPtr1); + refBitmap->getPixelPtr(-1-refDX, y+1-refDY, &tpgrCXPtr2); + tpgrCX2 = refBitmap->nextPixel(&tpgrCXPtr2); + tpgrCX2 = (tpgrCX2 << 1) | refBitmap->nextPixel(&tpgrCXPtr2); + tpgrCX2 = (tpgrCX2 << 1) | refBitmap->nextPixel(&tpgrCXPtr2); + } + + for (x = 0; x < w; ++x) { + + // update the context + cx0 = ((cx0 << 1) | bitmap->nextPixel(&cxPtr0)) & 7; + cx3 = ((cx3 << 1) | refBitmap->nextPixel(&cxPtr3)) & 7; + cx4 = ((cx4 << 1) | refBitmap->nextPixel(&cxPtr4)) & 3; + + if (tpgrOn) { + // update the typical predictor context + tpgrCX0 = ((tpgrCX0 << 1) | refBitmap->nextPixel(&tpgrCXPtr0)) & 7; + tpgrCX1 = ((tpgrCX1 << 1) | refBitmap->nextPixel(&tpgrCXPtr1)) & 7; + tpgrCX2 = ((tpgrCX2 << 1) | refBitmap->nextPixel(&tpgrCXPtr2)) & 7; + + // check for a "typical" pixel + if (arithDecoder->decodeBit(ltpCX, refinementRegionStats)) { + ltp = !ltp; + } + if (tpgrCX0 == 0 && tpgrCX1 == 0 && tpgrCX2 == 0) { + bitmap->clearPixel(x, y); + continue; + } else if (tpgrCX0 == 7 && tpgrCX1 == 7 && tpgrCX2 == 7) { + bitmap->setPixel(x, y); + continue; + } + } + + // build the context + cx = (cx0 << 7) | (bitmap->nextPixel(&cxPtr1) << 6) | + (refBitmap->nextPixel(&cxPtr2) << 5) | + (cx3 << 2) | cx4; + + // decode the pixel + if ((pix = arithDecoder->decodeBit(cx, refinementRegionStats))) { + bitmap->setPixel(x, y); + } + } + + } else { + + // set up the context + bitmap->getPixelPtr(0, y-1, &cxPtr0); + cx0 = bitmap->nextPixel(&cxPtr0); + bitmap->getPixelPtr(-1, y, &cxPtr1); + refBitmap->getPixelPtr(-refDX, y-1-refDY, &cxPtr2); + cx2 = refBitmap->nextPixel(&cxPtr2); + refBitmap->getPixelPtr(-1-refDX, y-refDY, &cxPtr3); + cx3 = refBitmap->nextPixel(&cxPtr3); + cx3 = (cx3 << 1) | refBitmap->nextPixel(&cxPtr3); + refBitmap->getPixelPtr(-1-refDX, y+1-refDY, &cxPtr4); + cx4 = refBitmap->nextPixel(&cxPtr4); + cx4 = (cx4 << 1) | refBitmap->nextPixel(&cxPtr4); + bitmap->getPixelPtr(atx[0], y+aty[0], &cxPtr5); + refBitmap->getPixelPtr(atx[1]-refDX, y+aty[1]-refDY, &cxPtr6); + + // set up the typical prediction context + tpgrCX0 = tpgrCX1 = tpgrCX2 = 0; // make gcc happy + if (tpgrOn) { + refBitmap->getPixelPtr(-1-refDX, y-1-refDY, &tpgrCXPtr0); + tpgrCX0 = refBitmap->nextPixel(&tpgrCXPtr0); + tpgrCX0 = (tpgrCX0 << 1) | refBitmap->nextPixel(&tpgrCXPtr0); + tpgrCX0 = (tpgrCX0 << 1) | refBitmap->nextPixel(&tpgrCXPtr0); + refBitmap->getPixelPtr(-1-refDX, y-refDY, &tpgrCXPtr1); + tpgrCX1 = refBitmap->nextPixel(&tpgrCXPtr1); + tpgrCX1 = (tpgrCX1 << 1) | refBitmap->nextPixel(&tpgrCXPtr1); + tpgrCX1 = (tpgrCX1 << 1) | refBitmap->nextPixel(&tpgrCXPtr1); + refBitmap->getPixelPtr(-1-refDX, y+1-refDY, &tpgrCXPtr2); + tpgrCX2 = refBitmap->nextPixel(&tpgrCXPtr2); + tpgrCX2 = (tpgrCX2 << 1) | refBitmap->nextPixel(&tpgrCXPtr2); + tpgrCX2 = (tpgrCX2 << 1) | refBitmap->nextPixel(&tpgrCXPtr2); + } + + for (x = 0; x < w; ++x) { + + // update the context + cx0 = ((cx0 << 1) | bitmap->nextPixel(&cxPtr0)) & 3; + cx2 = ((cx2 << 1) | refBitmap->nextPixel(&cxPtr2)) & 3; + cx3 = ((cx3 << 1) | refBitmap->nextPixel(&cxPtr3)) & 7; + cx4 = ((cx4 << 1) | refBitmap->nextPixel(&cxPtr4)) & 7; + + if (tpgrOn) { + // update the typical predictor context + tpgrCX0 = ((tpgrCX0 << 1) | refBitmap->nextPixel(&tpgrCXPtr0)) & 7; + tpgrCX1 = ((tpgrCX1 << 1) | refBitmap->nextPixel(&tpgrCXPtr1)) & 7; + tpgrCX2 = ((tpgrCX2 << 1) | refBitmap->nextPixel(&tpgrCXPtr2)) & 7; + + // check for a "typical" pixel + if (arithDecoder->decodeBit(ltpCX, refinementRegionStats)) { + ltp = !ltp; + } + if (tpgrCX0 == 0 && tpgrCX1 == 0 && tpgrCX2 == 0) { + bitmap->clearPixel(x, y); + continue; + } else if (tpgrCX0 == 7 && tpgrCX1 == 7 && tpgrCX2 == 7) { + bitmap->setPixel(x, y); + continue; + } + } + + // build the context + cx = (cx0 << 11) | (bitmap->nextPixel(&cxPtr1) << 10) | + (cx2 << 8) | (cx3 << 5) | (cx4 << 2) | + (bitmap->nextPixel(&cxPtr5) << 1) | + refBitmap->nextPixel(&cxPtr6); + + // decode the pixel + if ((pix = arithDecoder->decodeBit(cx, refinementRegionStats))) { + bitmap->setPixel(x, y); + } + } + } + } + + return bitmap; +} + +void JBIG2Stream::readPageInfoSeg(Guint length) { + Guint xRes, yRes, flags, striping; + + if (!readULong(&pageW) || !readULong(&pageH) || + !readULong(&xRes) || !readULong(&yRes) || + !readUByte(&flags) || !readUWord(&striping)) { + goto eofError; + } + pageDefPixel = (flags >> 2) & 1; + defCombOp = (flags >> 3) & 3; + + // allocate the page bitmap + if (pageH == 0xffffffff) { + curPageH = striping & 0x7fff; + } else { + curPageH = pageH; + } + pageBitmap = new JBIG2Bitmap(0, pageW, curPageH); + + // default pixel value + if (pageDefPixel) { + pageBitmap->clearToOne(); + } else { + pageBitmap->clearToZero(); + } + + return; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +void JBIG2Stream::readEndOfStripeSeg(Guint length) { + Guint i; + + // skip the segment + for (i = 0; i < length; ++i) { + curStr->getChar(); + } +} + +void JBIG2Stream::readProfilesSeg(Guint length) { + Guint i; + + // skip the segment + for (i = 0; i < length; ++i) { + curStr->getChar(); + } +} + +void JBIG2Stream::readCodeTableSeg(Guint segNum, Guint length) { + JBIG2HuffmanTable *huffTab; + Guint flags, oob, prefixBits, rangeBits; + int lowVal, highVal, val; + Guint huffTabSize, i; + + if (!readUByte(&flags) || !readLong(&lowVal) || !readLong(&highVal)) { + goto eofError; + } + oob = flags & 1; + prefixBits = ((flags >> 1) & 7) + 1; + rangeBits = ((flags >> 4) & 7) + 1; + + huffDecoder->reset(); + huffTabSize = 8; + huffTab = (JBIG2HuffmanTable *) + gmallocn(huffTabSize, sizeof(JBIG2HuffmanTable)); + i = 0; + val = lowVal; + while (val < highVal) { + if (i == huffTabSize) { + huffTabSize *= 2; + huffTab = (JBIG2HuffmanTable *) + greallocn(huffTab, huffTabSize, sizeof(JBIG2HuffmanTable)); + } + huffTab[i].val = val; + huffTab[i].prefixLen = huffDecoder->readBits(prefixBits); + huffTab[i].rangeLen = huffDecoder->readBits(rangeBits); + val += 1 << huffTab[i].rangeLen; + ++i; + } + if (i + oob + 3 > huffTabSize) { + huffTabSize = i + oob + 3; + huffTab = (JBIG2HuffmanTable *) + greallocn(huffTab, huffTabSize, sizeof(JBIG2HuffmanTable)); + } + huffTab[i].val = lowVal - 1; + huffTab[i].prefixLen = huffDecoder->readBits(prefixBits); + huffTab[i].rangeLen = jbig2HuffmanLOW; + ++i; + huffTab[i].val = highVal; + huffTab[i].prefixLen = huffDecoder->readBits(prefixBits); + huffTab[i].rangeLen = 32; + ++i; + if (oob) { + huffTab[i].val = 0; + huffTab[i].prefixLen = huffDecoder->readBits(prefixBits); + huffTab[i].rangeLen = jbig2HuffmanOOB; + ++i; + } + huffTab[i].val = 0; + huffTab[i].prefixLen = 0; + huffTab[i].rangeLen = jbig2HuffmanEOT; + huffDecoder->buildTable(huffTab, i); + + // create and store the new table segment + segments->append(new JBIG2CodeTable(segNum, huffTab)); + + return; + + eofError: + error(getPos(), "Unexpected EOF in JBIG2 stream"); +} + +void JBIG2Stream::readExtensionSeg(Guint length) { + Guint i; + + // skip the segment + for (i = 0; i < length; ++i) { + curStr->getChar(); + } +} + +JBIG2Segment *JBIG2Stream::findSegment(Guint segNum) { + JBIG2Segment *seg; + int i; + + for (i = 0; i < globalSegments->getLength(); ++i) { + seg = (JBIG2Segment *)globalSegments->get(i); + if (seg->getSegNum() == segNum) { + return seg; + } + } + for (i = 0; i < segments->getLength(); ++i) { + seg = (JBIG2Segment *)segments->get(i); + if (seg->getSegNum() == segNum) { + return seg; + } + } + return NULL; +} + +void JBIG2Stream::discardSegment(Guint segNum) { + JBIG2Segment *seg; + int i; + + for (i = 0; i < globalSegments->getLength(); ++i) { + seg = (JBIG2Segment *)globalSegments->get(i); + if (seg->getSegNum() == segNum) { + globalSegments->del(i); + return; + } + } + for (i = 0; i < segments->getLength(); ++i) { + seg = (JBIG2Segment *)segments->get(i); + if (seg->getSegNum() == segNum) { + segments->del(i); + return; + } + } +} + +void JBIG2Stream::resetGenericStats(Guint templ, + JArithmeticDecoderStats *prevStats) { + int size; + + size = contextSize[templ]; + if (prevStats && prevStats->getContextSize() == size) { + if (genericRegionStats->getContextSize() == size) { + genericRegionStats->copyFrom(prevStats); + } else { + delete genericRegionStats; + genericRegionStats = prevStats->copy(); + } + } else { + if (genericRegionStats->getContextSize() == size) { + genericRegionStats->reset(); + } else { + delete genericRegionStats; + genericRegionStats = new JArithmeticDecoderStats(1 << size); + } + } +} + +void JBIG2Stream::resetRefinementStats(Guint templ, + JArithmeticDecoderStats *prevStats) { + int size; + + size = refContextSize[templ]; + if (prevStats && prevStats->getContextSize() == size) { + if (refinementRegionStats->getContextSize() == size) { + refinementRegionStats->copyFrom(prevStats); + } else { + delete refinementRegionStats; + refinementRegionStats = prevStats->copy(); + } + } else { + if (refinementRegionStats->getContextSize() == size) { + refinementRegionStats->reset(); + } else { + delete refinementRegionStats; + refinementRegionStats = new JArithmeticDecoderStats(1 << size); + } + } +} + +void JBIG2Stream::resetIntStats(int symCodeLen) { + iadhStats->reset(); + iadwStats->reset(); + iaexStats->reset(); + iaaiStats->reset(); + iadtStats->reset(); + iaitStats->reset(); + iafsStats->reset(); + iadsStats->reset(); + iardxStats->reset(); + iardyStats->reset(); + iardwStats->reset(); + iardhStats->reset(); + iariStats->reset(); + if (iaidStats->getContextSize() == symCodeLen + 1) { + iaidStats->reset(); + } else { + delete iaidStats; + iaidStats = new JArithmeticDecoderStats(1 << (symCodeLen + 1)); + } +} + +GBool JBIG2Stream::readUByte(Guint *x) { + int c0; + + if ((c0 = curStr->getChar()) == EOF) { + return gFalse; + } + *x = (Guint)c0; + return gTrue; +} + +GBool JBIG2Stream::readByte(int *x) { + int c0; + + if ((c0 = curStr->getChar()) == EOF) { + return gFalse; + } + *x = c0; + if (c0 & 0x80) { + *x |= -1 - 0xff; + } + return gTrue; +} + +GBool JBIG2Stream::readUWord(Guint *x) { + int c0, c1; + + if ((c0 = curStr->getChar()) == EOF || + (c1 = curStr->getChar()) == EOF) { + return gFalse; + } + *x = (Guint)((c0 << 8) | c1); + return gTrue; +} + +GBool JBIG2Stream::readULong(Guint *x) { + int c0, c1, c2, c3; + + if ((c0 = curStr->getChar()) == EOF || + (c1 = curStr->getChar()) == EOF || + (c2 = curStr->getChar()) == EOF || + (c3 = curStr->getChar()) == EOF) { + return gFalse; + } + *x = (Guint)((c0 << 24) | (c1 << 16) | (c2 << 8) | c3); + return gTrue; +} + +GBool JBIG2Stream::readLong(int *x) { + int c0, c1, c2, c3; + + if ((c0 = curStr->getChar()) == EOF || + (c1 = curStr->getChar()) == EOF || + (c2 = curStr->getChar()) == EOF || + (c3 = curStr->getChar()) == EOF) { + return gFalse; + } + *x = ((c0 << 24) | (c1 << 16) | (c2 << 8) | c3); + if (c0 & 0x80) { + *x |= -1 - (int)0xffffffff; + } + return gTrue; +} diff --git a/pdftops/JBIG2Stream.h b/pdftops/JBIG2Stream.h new file mode 100644 index 0000000000..13b4d917a0 --- /dev/null +++ b/pdftops/JBIG2Stream.h @@ -0,0 +1,143 @@ +//======================================================================== +// +// JBIG2Stream.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef JBIG2STREAM_H +#define JBIG2STREAM_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "Object.h" +#include "Stream.h" + +class GList; +class JBIG2Segment; +class JBIG2Bitmap; +class JArithmeticDecoder; +class JArithmeticDecoderStats; +class JBIG2HuffmanDecoder; +struct JBIG2HuffmanTable; +class JBIG2MMRDecoder; + +//------------------------------------------------------------------------ + +class JBIG2Stream: public FilterStream { +public: + + JBIG2Stream(Stream *strA, Object *globalsStream); + virtual ~JBIG2Stream(); + virtual StreamKind getKind() { return strJBIG2; } + virtual void reset(); + virtual int getChar(); + virtual int lookChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + +private: + + void readSegments(); + GBool readSymbolDictSeg(Guint segNum, Guint length, + Guint *refSegs, Guint nRefSegs); + void readTextRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length, + Guint *refSegs, Guint nRefSegs); + JBIG2Bitmap *readTextRegion(GBool huff, GBool refine, + int w, int h, + Guint numInstances, + Guint logStrips, + int numSyms, + JBIG2HuffmanTable *symCodeTab, + Guint symCodeLen, + JBIG2Bitmap **syms, + Guint defPixel, Guint combOp, + Guint transposed, Guint refCorner, + int sOffset, + JBIG2HuffmanTable *huffFSTable, + JBIG2HuffmanTable *huffDSTable, + JBIG2HuffmanTable *huffDTTable, + JBIG2HuffmanTable *huffRDWTable, + JBIG2HuffmanTable *huffRDHTable, + JBIG2HuffmanTable *huffRDXTable, + JBIG2HuffmanTable *huffRDYTable, + JBIG2HuffmanTable *huffRSizeTable, + Guint templ, + int *atx, int *aty); + void readPatternDictSeg(Guint segNum, Guint length); + void readHalftoneRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length, + Guint *refSegs, Guint nRefSegs); + void readGenericRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length); + JBIG2Bitmap *readGenericBitmap(GBool mmr, int w, int h, + int templ, GBool tpgdOn, + GBool useSkip, JBIG2Bitmap *skip, + int *atx, int *aty, + int mmrDataLength); + void readGenericRefinementRegionSeg(Guint segNum, GBool imm, + GBool lossless, Guint length, + Guint *refSegs, + Guint nRefSegs); + JBIG2Bitmap *readGenericRefinementRegion(int w, int h, + int templ, GBool tpgrOn, + JBIG2Bitmap *refBitmap, + int refDX, int refDY, + int *atx, int *aty); + void readPageInfoSeg(Guint length); + void readEndOfStripeSeg(Guint length); + void readProfilesSeg(Guint length); + void readCodeTableSeg(Guint segNum, Guint length); + void readExtensionSeg(Guint length); + JBIG2Segment *findSegment(Guint segNum); + void discardSegment(Guint segNum); + void resetGenericStats(Guint templ, + JArithmeticDecoderStats *prevStats); + void resetRefinementStats(Guint templ, + JArithmeticDecoderStats *prevStats); + void resetIntStats(int symCodeLen); + GBool readUByte(Guint *x); + GBool readByte(int *x); + GBool readUWord(Guint *x); + GBool readULong(Guint *x); + GBool readLong(int *x); + + Guint pageW, pageH, curPageH; + Guint pageDefPixel; + JBIG2Bitmap *pageBitmap; + Guint defCombOp; + GList *segments; // [JBIG2Segment] + GList *globalSegments; // [JBIG2Segment] + Stream *curStr; + Guchar *dataPtr; + Guchar *dataEnd; + + JArithmeticDecoder *arithDecoder; + JArithmeticDecoderStats *genericRegionStats; + JArithmeticDecoderStats *refinementRegionStats; + JArithmeticDecoderStats *iadhStats; + JArithmeticDecoderStats *iadwStats; + JArithmeticDecoderStats *iaexStats; + JArithmeticDecoderStats *iaaiStats; + JArithmeticDecoderStats *iadtStats; + JArithmeticDecoderStats *iaitStats; + JArithmeticDecoderStats *iafsStats; + JArithmeticDecoderStats *iadsStats; + JArithmeticDecoderStats *iardxStats; + JArithmeticDecoderStats *iardyStats; + JArithmeticDecoderStats *iardwStats; + JArithmeticDecoderStats *iardhStats; + JArithmeticDecoderStats *iariStats; + JArithmeticDecoderStats *iaidStats; + JBIG2HuffmanDecoder *huffDecoder; + JBIG2MMRDecoder *mmrDecoder; +}; + +#endif diff --git a/pdftops/JPXStream.cxx b/pdftops/JPXStream.cxx new file mode 100644 index 0000000000..2022462ad2 --- /dev/null +++ b/pdftops/JPXStream.cxx @@ -0,0 +1,2955 @@ +//======================================================================== +// +// JPXStream.cc +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "gmem.h" +#include "Error.h" +#include "JArithmeticDecoder.h" +#include "JPXStream.h" + +//~ to do: +// - precincts +// - ROI +// - progression order changes +// - packed packet headers +// - support for palettes, channel maps, etc. +// - make sure all needed JP2/JPX subboxes are parsed (readBoxes) +// - can we assume that QCC segments must come after the QCD segment? +// - skip EPH markers (readTilePartData) +// - handle tilePartToEOC in readTilePartData +// - deal with multiple codeword segments (readTilePartData, +// readCodeBlockData) +// - progression orders 2, 3, and 4 +// - in coefficient decoding (readCodeBlockData): +// - termination pattern: terminate after every coding pass +// - error resilience segmentation symbol +// - selective arithmetic coding bypass +// - vertically causal context formation +// - coeffs longer than 31 bits (should just ignore the extra bits?) +// - handle boxes larger than 2^32 bytes +// - the fixed-point arithmetic won't handle 16-bit pixels + +//------------------------------------------------------------------------ + +// number of contexts for the arithmetic decoder +#define jpxNContexts 19 + +#define jpxContextSigProp 0 // 0 - 8: significance prop and cleanup +#define jpxContextSign 9 // 9 - 13: sign +#define jpxContextMagRef 14 // 14 -16: magnitude refinement +#define jpxContextRunLength 17 // cleanup: run length +#define jpxContextUniform 18 // cleanup: first signif coeff + +//------------------------------------------------------------------------ + +#define jpxPassSigProp 0 +#define jpxPassMagRef 1 +#define jpxPassCleanup 2 + +//------------------------------------------------------------------------ + +// arithmetic decoder context for the significance propagation and +// cleanup passes: +// [horiz][vert][diag][subband] +// where subband = 0 for HL +// = 1 for LH and LL +// = 2 for HH +static Guint sigPropContext[3][3][5][3] = { + {{{ 0, 0, 0 }, // horiz=0, vert=0, diag=0 + { 1, 1, 3 }, // horiz=0, vert=0, diag=1 + { 2, 2, 6 }, // horiz=0, vert=0, diag=2 + { 2, 2, 8 }, // horiz=0, vert=0, diag=3 + { 2, 2, 8 }}, // horiz=0, vert=0, diag=4 + {{ 5, 3, 1 }, // horiz=0, vert=1, diag=0 + { 6, 3, 4 }, // horiz=0, vert=1, diag=1 + { 6, 3, 7 }, // horiz=0, vert=1, diag=2 + { 6, 3, 8 }, // horiz=0, vert=1, diag=3 + { 6, 3, 8 }}, // horiz=0, vert=1, diag=4 + {{ 8, 4, 2 }, // horiz=0, vert=2, diag=0 + { 8, 4, 5 }, // horiz=0, vert=2, diag=1 + { 8, 4, 7 }, // horiz=0, vert=2, diag=2 + { 8, 4, 8 }, // horiz=0, vert=2, diag=3 + { 8, 4, 8 }}}, // horiz=0, vert=2, diag=4 + {{{ 3, 5, 1 }, // horiz=1, vert=0, diag=0 + { 3, 6, 4 }, // horiz=1, vert=0, diag=1 + { 3, 6, 7 }, // horiz=1, vert=0, diag=2 + { 3, 6, 8 }, // horiz=1, vert=0, diag=3 + { 3, 6, 8 }}, // horiz=1, vert=0, diag=4 + {{ 7, 7, 2 }, // horiz=1, vert=1, diag=0 + { 7, 7, 5 }, // horiz=1, vert=1, diag=1 + { 7, 7, 7 }, // horiz=1, vert=1, diag=2 + { 7, 7, 8 }, // horiz=1, vert=1, diag=3 + { 7, 7, 8 }}, // horiz=1, vert=1, diag=4 + {{ 8, 7, 2 }, // horiz=1, vert=2, diag=0 + { 8, 7, 5 }, // horiz=1, vert=2, diag=1 + { 8, 7, 7 }, // horiz=1, vert=2, diag=2 + { 8, 7, 8 }, // horiz=1, vert=2, diag=3 + { 8, 7, 8 }}}, // horiz=1, vert=2, diag=4 + {{{ 4, 8, 2 }, // horiz=2, vert=0, diag=0 + { 4, 8, 5 }, // horiz=2, vert=0, diag=1 + { 4, 8, 7 }, // horiz=2, vert=0, diag=2 + { 4, 8, 8 }, // horiz=2, vert=0, diag=3 + { 4, 8, 8 }}, // horiz=2, vert=0, diag=4 + {{ 7, 8, 2 }, // horiz=2, vert=1, diag=0 + { 7, 8, 5 }, // horiz=2, vert=1, diag=1 + { 7, 8, 7 }, // horiz=2, vert=1, diag=2 + { 7, 8, 8 }, // horiz=2, vert=1, diag=3 + { 7, 8, 8 }}, // horiz=2, vert=1, diag=4 + {{ 8, 8, 2 }, // horiz=2, vert=2, diag=0 + { 8, 8, 5 }, // horiz=2, vert=2, diag=1 + { 8, 8, 7 }, // horiz=2, vert=2, diag=2 + { 8, 8, 8 }, // horiz=2, vert=2, diag=3 + { 8, 8, 8 }}} // horiz=2, vert=2, diag=4 +}; + +// arithmetic decoder context and xor bit for the sign bit in the +// significance propagation pass: +// [horiz][vert][k] +// where horiz/vert are offset by 2 (i.e., range is -2 .. 2) +// and k = 0 for the context +// = 1 for the xor bit +static Guint signContext[5][5][2] = { + {{ 13, 1 }, // horiz=-2, vert=-2 + { 13, 1 }, // horiz=-2, vert=-1 + { 12, 1 }, // horiz=-2, vert= 0 + { 11, 1 }, // horiz=-2, vert=+1 + { 11, 1 }}, // horiz=-2, vert=+2 + {{ 13, 1 }, // horiz=-1, vert=-2 + { 13, 1 }, // horiz=-1, vert=-1 + { 12, 1 }, // horiz=-1, vert= 0 + { 11, 1 }, // horiz=-1, vert=+1 + { 11, 1 }}, // horiz=-1, vert=+2 + {{ 10, 1 }, // horiz= 0, vert=-2 + { 10, 1 }, // horiz= 0, vert=-1 + { 9, 0 }, // horiz= 0, vert= 0 + { 10, 0 }, // horiz= 0, vert=+1 + { 10, 0 }}, // horiz= 0, vert=+2 + {{ 11, 0 }, // horiz=+1, vert=-2 + { 11, 0 }, // horiz=+1, vert=-1 + { 12, 0 }, // horiz=+1, vert= 0 + { 13, 0 }, // horiz=+1, vert=+1 + { 13, 0 }}, // horiz=+1, vert=+2 + {{ 11, 0 }, // horiz=+2, vert=-2 + { 11, 0 }, // horiz=+2, vert=-1 + { 12, 0 }, // horiz=+2, vert= 0 + { 13, 0 }, // horiz=+2, vert=+1 + { 13, 0 }}, // horiz=+2, vert=+2 +}; + +//------------------------------------------------------------------------ + +// constants used in the IDWT +#define idwtAlpha -1.586134342059924 +#define idwtBeta -0.052980118572961 +#define idwtGamma 0.882911075530934 +#define idwtDelta 0.443506852043971 +#define idwtKappa 1.230174104914001 +#define idwtIKappa (1.0 / idwtKappa) + +// number of bits to the right of the decimal point for the fixed +// point arithmetic used in the IDWT +#define fracBits 16 + +//------------------------------------------------------------------------ + +// floor(x / y) +#define jpxFloorDiv(x, y) ((x) / (y)) + +// floor(x / 2^y) +#define jpxFloorDivPow2(x, y) ((x) >> (y)) + +// ceil(x / y) +#define jpxCeilDiv(x, y) (((x) + (y) - 1) / (y)) + +// ceil(x / 2^y) +#define jpxCeilDivPow2(x, y) (((x) + (1 << (y)) - 1) >> (y)) + +//------------------------------------------------------------------------ + +JPXStream::JPXStream(Stream *strA): + FilterStream(strA) +{ + nComps = 0; + bpc = NULL; + width = height = 0; + haveCS = gFalse; + havePalette = gFalse; + haveCompMap = gFalse; + haveChannelDefn = gFalse; + + img.tiles = NULL; + bitBuf = 0; + bitBufLen = 0; + bitBufSkip = gFalse; + byteCount = 0; +} + +JPXStream::~JPXStream() { + JPXTile *tile; + JPXTileComp *tileComp; + JPXResLevel *resLevel; + JPXPrecinct *precinct; + JPXSubband *subband; + JPXCodeBlock *cb; + Guint comp, i, k, r, pre, sb; + + gfree(bpc); + if (havePalette) { + gfree(palette.bpc); + gfree(palette.c); + } + if (haveCompMap) { + gfree(compMap.comp); + gfree(compMap.type); + gfree(compMap.pComp); + } + if (haveChannelDefn) { + gfree(channelDefn.idx); + gfree(channelDefn.type); + gfree(channelDefn.assoc); + } + + if (img.tiles) { + for (i = 0; i < img.nXTiles * img.nYTiles; ++i) { + tile = &img.tiles[i]; + if (tile->tileComps) { + for (comp = 0; comp < img.nComps; ++comp) { + tileComp = &tile->tileComps[comp]; + gfree(tileComp->quantSteps); + gfree(tileComp->data); + gfree(tileComp->buf); + if (tileComp->resLevels) { + for (r = 0; r <= tileComp->nDecompLevels; ++r) { + resLevel = &tileComp->resLevels[r]; + if (resLevel->precincts) { + for (pre = 0; pre < 1; ++pre) { + precinct = &resLevel->precincts[pre]; + if (precinct->subbands) { + for (sb = 0; sb < (r == 0 ? 1 : 3); ++sb) { + subband = &precinct->subbands[sb]; + gfree(subband->inclusion); + gfree(subband->zeroBitPlane); + if (subband->cbs) { + for (k = 0; k < subband->nXCBs * subband->nYCBs; ++k) { + cb = &subband->cbs[k]; + gfree(cb->coeffs); + if (cb->arithDecoder) { + delete cb->arithDecoder; + } + if (cb->stats) { + delete cb->stats; + } + } + gfree(subband->cbs); + } + } + gfree(precinct->subbands); + } + } + gfree(img.tiles[i].tileComps[comp].resLevels[r].precincts); + } + } + gfree(img.tiles[i].tileComps[comp].resLevels); + } + } + gfree(img.tiles[i].tileComps); + } + } + gfree(img.tiles); + } + delete str; +} + +void JPXStream::reset() { + str->reset(); + if (readBoxes()) { + curY = img.yOffset; + } else { + // readBoxes reported an error, so we go immediately to EOF + curY = img.ySize; + } + curX = img.xOffset; + curComp = 0; + readBufLen = 0; +} + +int JPXStream::getChar() { + int c; + + if (readBufLen < 8) { + fillReadBuf(); + } + if (readBufLen == 8) { + c = readBuf & 0xff; + readBufLen = 0; + } else if (readBufLen > 8) { + c = (readBuf >> (readBufLen - 8)) & 0xff; + readBufLen -= 8; + } else if (readBufLen == 0) { + c = EOF; + } else { + c = (readBuf << (8 - readBufLen)) & 0xff; + readBufLen = 0; + } + return c; +} + +int JPXStream::lookChar() { + int c; + + if (readBufLen < 8) { + fillReadBuf(); + } + if (readBufLen == 8) { + c = readBuf & 0xff; + } else if (readBufLen > 8) { + c = (readBuf >> (readBufLen - 8)) & 0xff; + } else if (readBufLen == 0) { + c = EOF; + } else { + c = (readBuf << (8 - readBufLen)) & 0xff; + } + return c; +} + +void JPXStream::fillReadBuf() { + JPXTileComp *tileComp; + Guint tileIdx, tx, ty; + int pix, pixBits; + + do { + if (curY >= img.ySize) { + return; + } + tileIdx = ((curY - img.yTileOffset) / img.yTileSize) * img.nXTiles + + (curX - img.xTileOffset) / img.xTileSize; +#if 1 //~ ignore the palette, assume the PDF ColorSpace object is valid + tileComp = &img.tiles[tileIdx].tileComps[curComp]; +#else + tileComp = &img.tiles[tileIdx].tileComps[havePalette ? 0 : curComp]; +#endif + tx = jpxCeilDiv((curX - img.xTileOffset) % img.xTileSize, tileComp->hSep); + ty = jpxCeilDiv((curY - img.yTileOffset) % img.yTileSize, tileComp->vSep); + pix = (int)tileComp->data[ty * (tileComp->x1 - tileComp->x0) + tx]; + pixBits = tileComp->prec; +#if 1 //~ ignore the palette, assume the PDF ColorSpace object is valid + if (++curComp == img.nComps) { +#else + if (havePalette) { + if (pix >= 0 && pix < palette.nEntries) { + pix = palette.c[pix * palette.nComps + curComp]; + } else { + pix = + pixBits = palette.bpc[curComp]; + } + if (++curComp == (Guint)(havePalette ? palette.nComps : img.nComps)) { +#endif + curComp = 0; + if (++curX == img.xSize) { + curX = img.xOffset; + ++curY; + } + } + if (pixBits == 8) { + readBuf = (readBuf << 8) | (pix & 0xff); + } else { + readBuf = (readBuf << pixBits) | (pix & ((1 << pixBits) - 1)); + } + readBufLen += pixBits; + } while (readBufLen < 8); +} + +GString *JPXStream::getPSFilter(int psLevel, char *indent) { + return NULL; +} + +GBool JPXStream::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +void JPXStream::getImageParams(int *bitsPerComponent, + StreamColorSpaceMode *csMode) { + Guint boxType, boxLen, dataLen, csEnum; + Guint bpc1, dummy, i; + int csMeth, csPrec, csPrec1, dummy2; + StreamColorSpaceMode csMode1; + GBool haveBPC, haveCSMode; + + csPrec = 0; // make gcc happy + haveBPC = haveCSMode = gFalse; + str->reset(); + if (str->lookChar() == 0xff) { + getImageParams2(bitsPerComponent, csMode); + } else { + while (readBoxHdr(&boxType, &boxLen, &dataLen)) { + if (boxType == 0x6a703268) { // JP2 header + // skip the superbox + } else if (boxType == 0x69686472) { // image header + if (readULong(&dummy) && + readULong(&dummy) && + readUWord(&dummy) && + readUByte(&bpc1) && + readUByte(&dummy) && + readUByte(&dummy) && + readUByte(&dummy)) { + *bitsPerComponent = bpc1 + 1; + haveBPC = gTrue; + } + } else if (boxType == 0x636F6C72) { // color specification + if (readByte(&csMeth) && + readByte(&csPrec1) && + readByte(&dummy2)) { + if (csMeth == 1) { + if (readULong(&csEnum)) { + csMode1 = streamCSNone; + if (csEnum == jpxCSBiLevel || + csEnum == jpxCSGrayscale) { + csMode1 = streamCSDeviceGray; + } else if (csEnum == jpxCSCMYK) { + csMode1 = streamCSDeviceCMYK; + } else if (csEnum == jpxCSsRGB || + csEnum == jpxCSCISesRGB || + csEnum == jpxCSROMMRGB) { + csMode1 = streamCSDeviceRGB; + } + if (csMode1 != streamCSNone && + (!haveCSMode || csPrec1 > csPrec)) { + *csMode = csMode1; + csPrec = csPrec1; + haveCSMode = gTrue; + } + for (i = 0; i < dataLen - 7; ++i) { + str->getChar(); + } + } + } else { + for (i = 0; i < dataLen - 3; ++i) { + str->getChar(); + } + } + } + } else if (boxType == 0x6A703263) { // codestream + if (!(haveBPC && haveCSMode)) { + getImageParams2(bitsPerComponent, csMode); + } + break; + } else { + for (i = 0; i < dataLen; ++i) { + str->getChar(); + } + } + } + } + str->close(); +} + +// Get image parameters from the codestream. +void JPXStream::getImageParams2(int *bitsPerComponent, + StreamColorSpaceMode *csMode) { + int segType; + Guint segLen, nComps1, bpc1, dummy, i; + + while (readMarkerHdr(&segType, &segLen)) { + if (segType == 0x51) { // SIZ - image and tile size + if (readUWord(&dummy) && + readULong(&dummy) && + readULong(&dummy) && + readULong(&dummy) && + readULong(&dummy) && + readULong(&dummy) && + readULong(&dummy) && + readULong(&dummy) && + readULong(&dummy) && + readUWord(&nComps1) && + readUByte(&bpc1)) { + *bitsPerComponent = (bpc1 & 0x7f) + 1; + // if there's no color space info, take a guess + if (nComps1 == 1) { + *csMode = streamCSDeviceGray; + } else if (nComps1 == 3) { + *csMode = streamCSDeviceRGB; + } else if (nComps1 == 4) { + *csMode = streamCSDeviceCMYK; + } + } + break; + } else { + if (segLen > 2) { + for (i = 0; i < segLen - 2; ++i) { + str->getChar(); + } + } + } + } +} + +GBool JPXStream::readBoxes() { + Guint boxType, boxLen, dataLen; + Guint bpc1, compression, unknownColorspace, ipr; + Guint i, j; + + haveImgHdr = gFalse; + + // check for a naked JPEG 2000 codestream (without the JP2/JPX + // wrapper) -- this appears to be a violation of the PDF spec, but + // Acrobat allows it + if (str->lookChar() == 0xff) { + error(getPos(), "Naked JPEG 2000 codestream, missing JP2/JPX wrapper"); + readCodestream(0); + nComps = img.nComps; + bpc = (Guint *)gmallocn(nComps, sizeof(Guint)); + for (i = 0; i < nComps; ++i) { + bpc[i] = img.tiles[0].tileComps[i].prec; + } + width = img.xSize - img.xOffset; + height = img.ySize - img.yOffset; + return gTrue; + } + + while (readBoxHdr(&boxType, &boxLen, &dataLen)) { + switch (boxType) { + case 0x6a703268: // JP2 header + // this is a grouping box ('superbox') which has no real + // contents and doesn't appear to be used consistently, i.e., + // some things which should be subboxes of the JP2 header box + // show up outside of it - so we simply ignore the JP2 header + // box + break; + case 0x69686472: // image header + if (!readULong(&height) || + !readULong(&width) || + !readUWord(&nComps) || + !readUByte(&bpc1) || + !readUByte(&compression) || + !readUByte(&unknownColorspace) || + !readUByte(&ipr)) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + if (compression != 7) { + error(getPos(), "Unknown compression type in JPX stream"); + return gFalse; + } + bpc = (Guint *)gmallocn(nComps, sizeof(Guint)); + for (i = 0; i < nComps; ++i) { + bpc[i] = bpc1; + } + haveImgHdr = gTrue; + break; + case 0x62706363: // bits per component + if (!haveImgHdr) { + error(getPos(), "Found bits per component box before image header box in JPX stream"); + return gFalse; + } + if (dataLen != nComps) { + error(getPos(), "Invalid bits per component box in JPX stream"); + return gFalse; + } + for (i = 0; i < nComps; ++i) { + if (!readUByte(&bpc[i])) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + } + break; + case 0x636F6C72: // color specification + if (!readColorSpecBox(dataLen)) { + return gFalse; + } + break; + case 0x70636c72: // palette + if (!readUWord(&palette.nEntries) || + !readUByte(&palette.nComps)) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + palette.bpc = (Guint *)gmallocn(palette.nComps, sizeof(Guint)); + palette.c = + (int *)gmallocn(palette.nEntries * palette.nComps, sizeof(int)); + for (i = 0; i < palette.nComps; ++i) { + if (!readUByte(&palette.bpc[i])) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + ++palette.bpc[i]; + } + for (i = 0; i < palette.nEntries; ++i) { + for (j = 0; j < palette.nComps; ++j) { + if (!readNBytes(((palette.bpc[j] & 0x7f) + 7) >> 3, + (palette.bpc[j] & 0x80) ? gTrue : gFalse, + &palette.c[i * palette.nComps + j])) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + } + } + havePalette = gTrue; + break; + case 0x636d6170: // component mapping + compMap.nChannels = dataLen / 4; + compMap.comp = (Guint *)gmallocn(compMap.nChannels, sizeof(Guint)); + compMap.type = (Guint *)gmallocn(compMap.nChannels, sizeof(Guint)); + compMap.pComp = (Guint *)gmallocn(compMap.nChannels, sizeof(Guint)); + for (i = 0; i < compMap.nChannels; ++i) { + if (!readUWord(&compMap.comp[i]) || + !readUByte(&compMap.type[i]) || + !readUByte(&compMap.pComp[i])) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + } + haveCompMap = gTrue; + break; + case 0x63646566: // channel definition + if (!readUWord(&channelDefn.nChannels)) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + channelDefn.idx = + (Guint *)gmallocn(channelDefn.nChannels, sizeof(Guint)); + channelDefn.type = + (Guint *)gmallocn(channelDefn.nChannels, sizeof(Guint)); + channelDefn.assoc = + (Guint *)gmallocn(channelDefn.nChannels, sizeof(Guint)); + for (i = 0; i < channelDefn.nChannels; ++i) { + if (!readUWord(&channelDefn.idx[i]) || + !readUWord(&channelDefn.type[i]) || + !readUWord(&channelDefn.assoc[i])) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + } + haveChannelDefn = gTrue; + break; + case 0x6A703263: // contiguous codestream + if (!bpc) { + error(getPos(), "JPX stream is missing the image header box"); + } + if (!haveCS) { + error(getPos(), "JPX stream has no supported color spec"); + } + if (!readCodestream(dataLen)) { + return gFalse; + } + break; + default: + for (i = 0; i < dataLen; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Unexpected EOF in JPX stream"); + return gFalse; + } + } + break; + } + } + return gTrue; +} + +GBool JPXStream::readColorSpecBox(Guint dataLen) { + JPXColorSpec newCS; + Guint csApprox, csEnum; + Guint i; + GBool ok; + + ok = gFalse; + if (!readUByte(&newCS.meth) || + !readByte(&newCS.prec) || + !readUByte(&csApprox)) { + goto err; + } + switch (newCS.meth) { + case 1: // enumerated colorspace + if (!readULong(&csEnum)) { + goto err; + } + newCS.enumerated.type = (JPXColorSpaceType)csEnum; + switch (newCS.enumerated.type) { + case jpxCSBiLevel: + ok = gTrue; + break; + case jpxCSYCbCr1: + ok = gTrue; + break; + case jpxCSYCbCr2: + ok = gTrue; + break; + case jpxCSYCBCr3: + ok = gTrue; + break; + case jpxCSPhotoYCC: + ok = gTrue; + break; + case jpxCSCMY: + ok = gTrue; + break; + case jpxCSCMYK: + ok = gTrue; + break; + case jpxCSYCCK: + ok = gTrue; + break; + case jpxCSCIELab: + if (dataLen == 7 + 7*4) { + if (!readULong(&newCS.enumerated.cieLab.rl) || + !readULong(&newCS.enumerated.cieLab.ol) || + !readULong(&newCS.enumerated.cieLab.ra) || + !readULong(&newCS.enumerated.cieLab.oa) || + !readULong(&newCS.enumerated.cieLab.rb) || + !readULong(&newCS.enumerated.cieLab.ob) || + !readULong(&newCS.enumerated.cieLab.il)) { + goto err; + } + } else if (dataLen == 7) { + //~ this assumes the 8-bit case + newCS.enumerated.cieLab.rl = 100; + newCS.enumerated.cieLab.ol = 0; + newCS.enumerated.cieLab.ra = 255; + newCS.enumerated.cieLab.oa = 128; + newCS.enumerated.cieLab.rb = 255; + newCS.enumerated.cieLab.ob = 96; + newCS.enumerated.cieLab.il = 0x00443530; + } else { + goto err; + } + ok = gTrue; + break; + case jpxCSsRGB: + ok = gTrue; + break; + case jpxCSGrayscale: + ok = gTrue; + break; + case jpxCSBiLevel2: + ok = gTrue; + break; + case jpxCSCIEJab: + // not allowed in PDF + goto err; + case jpxCSCISesRGB: + ok = gTrue; + break; + case jpxCSROMMRGB: + ok = gTrue; + break; + case jpxCSsRGBYCbCr: + ok = gTrue; + break; + case jpxCSYPbPr1125: + ok = gTrue; + break; + case jpxCSYPbPr1250: + ok = gTrue; + break; + default: + goto err; + } + break; + case 2: // restricted ICC profile + case 3: // any ICC profile (JPX) + case 4: // vendor color (JPX) + for (i = 0; i < dataLen - 3; ++i) { + if (str->getChar() == EOF) { + goto err; + } + } + break; + } + + if (ok && (!haveCS || newCS.prec > cs.prec)) { + cs = newCS; + haveCS = gTrue; + } + + return gTrue; + + err: + error(getPos(), "Error in JPX color spec"); + return gFalse; +} + +GBool JPXStream::readCodestream(Guint len) { + JPXTile *tile; + JPXTileComp *tileComp; + int segType; + GBool haveSIZ, haveCOD, haveQCD, haveSOT; + Guint precinctSize, style; + Guint segLen, capabilities, comp, i, j, r; + + //----- main header + haveSIZ = haveCOD = haveQCD = haveSOT = gFalse; + do { + if (!readMarkerHdr(&segType, &segLen)) { + error(getPos(), "Error in JPX codestream"); + return gFalse; + } + switch (segType) { + case 0x4f: // SOC - start of codestream + // marker only + break; + case 0x51: // SIZ - image and tile size + if (!readUWord(&capabilities) || + !readULong(&img.xSize) || + !readULong(&img.ySize) || + !readULong(&img.xOffset) || + !readULong(&img.yOffset) || + !readULong(&img.xTileSize) || + !readULong(&img.yTileSize) || + !readULong(&img.xTileOffset) || + !readULong(&img.yTileOffset) || + !readUWord(&img.nComps)) { + error(getPos(), "Error in JPX SIZ marker segment"); + return gFalse; + } + if (haveImgHdr && img.nComps != nComps) { + error(getPos(), "Different number of components in JPX SIZ marker segment"); + return gFalse; + } + img.nXTiles = (img.xSize - img.xTileOffset + img.xTileSize - 1) + / img.xTileSize; + img.nYTiles = (img.ySize - img.yTileOffset + img.yTileSize - 1) + / img.yTileSize; + // check for overflow before allocating memory + if (img.nXTiles <= 0 || img.nYTiles <= 0 || + img.nXTiles >= INT_MAX / img.nYTiles) { + error(getPos(), "Bad tile count in JPX SIZ marker segment"); + return gFalse; + } + img.tiles = (JPXTile *)gmallocn(img.nXTiles * img.nYTiles, + sizeof(JPXTile)); + for (i = 0; i < img.nXTiles * img.nYTiles; ++i) { + img.tiles[i].tileComps = (JPXTileComp *)gmallocn(img.nComps, + sizeof(JPXTileComp)); + for (comp = 0; comp < img.nComps; ++comp) { + img.tiles[i].tileComps[comp].quantSteps = NULL; + img.tiles[i].tileComps[comp].data = NULL; + img.tiles[i].tileComps[comp].buf = NULL; + img.tiles[i].tileComps[comp].resLevels = NULL; + } + } + for (comp = 0; comp < img.nComps; ++comp) { + if (!readUByte(&img.tiles[0].tileComps[comp].prec) || + !readUByte(&img.tiles[0].tileComps[comp].hSep) || + !readUByte(&img.tiles[0].tileComps[comp].vSep)) { + error(getPos(), "Error in JPX SIZ marker segment"); + return gFalse; + } + img.tiles[0].tileComps[comp].sgned = + (img.tiles[0].tileComps[comp].prec & 0x80) ? gTrue : gFalse; + img.tiles[0].tileComps[comp].prec = + (img.tiles[0].tileComps[comp].prec & 0x7f) + 1; + for (i = 1; i < img.nXTiles * img.nYTiles; ++i) { + img.tiles[i].tileComps[comp] = img.tiles[0].tileComps[comp]; + } + } + haveSIZ = gTrue; + break; + case 0x52: // COD - coding style default + if (!readUByte(&img.tiles[0].tileComps[0].style) || + !readUByte(&img.tiles[0].progOrder) || + !readUWord(&img.tiles[0].nLayers) || + !readUByte(&img.tiles[0].multiComp) || + !readUByte(&img.tiles[0].tileComps[0].nDecompLevels) || + !readUByte(&img.tiles[0].tileComps[0].codeBlockW) || + !readUByte(&img.tiles[0].tileComps[0].codeBlockH) || + !readUByte(&img.tiles[0].tileComps[0].codeBlockStyle) || + !readUByte(&img.tiles[0].tileComps[0].transform)) { + error(getPos(), "Error in JPX COD marker segment"); + return gFalse; + } + img.tiles[0].tileComps[0].codeBlockW += 2; + img.tiles[0].tileComps[0].codeBlockH += 2; + for (i = 0; i < img.nXTiles * img.nYTiles; ++i) { + if (i != 0) { + img.tiles[i].progOrder = img.tiles[0].progOrder; + img.tiles[i].nLayers = img.tiles[0].nLayers; + img.tiles[i].multiComp = img.tiles[0].multiComp; + } + for (comp = 0; comp < img.nComps; ++comp) { + if (!(i == 0 && comp == 0)) { + img.tiles[i].tileComps[comp].style = + img.tiles[0].tileComps[0].style; + img.tiles[i].tileComps[comp].nDecompLevels = + img.tiles[0].tileComps[0].nDecompLevels; + img.tiles[i].tileComps[comp].codeBlockW = + img.tiles[0].tileComps[0].codeBlockW; + img.tiles[i].tileComps[comp].codeBlockH = + img.tiles[0].tileComps[0].codeBlockH; + img.tiles[i].tileComps[comp].codeBlockStyle = + img.tiles[0].tileComps[0].codeBlockStyle; + img.tiles[i].tileComps[comp].transform = + img.tiles[0].tileComps[0].transform; + } + img.tiles[i].tileComps[comp].resLevels = + (JPXResLevel *)gmallocn( + (img.tiles[i].tileComps[comp].nDecompLevels + 1), + sizeof(JPXResLevel)); + for (r = 0; r <= img.tiles[i].tileComps[comp].nDecompLevels; ++r) { + img.tiles[i].tileComps[comp].resLevels[r].precincts = NULL; + } + } + } + for (r = 0; r <= img.tiles[0].tileComps[0].nDecompLevels; ++r) { + if (img.tiles[0].tileComps[0].style & 0x01) { + if (!readUByte(&precinctSize)) { + error(getPos(), "Error in JPX COD marker segment"); + return gFalse; + } + img.tiles[0].tileComps[0].resLevels[r].precinctWidth = + precinctSize & 0x0f; + img.tiles[0].tileComps[0].resLevels[r].precinctHeight = + (precinctSize >> 4) & 0x0f; + } else { + img.tiles[0].tileComps[0].resLevels[r].precinctWidth = 15; + img.tiles[0].tileComps[0].resLevels[r].precinctHeight = 15; + } + } + for (i = 0; i < img.nXTiles * img.nYTiles; ++i) { + for (comp = 0; comp < img.nComps; ++comp) { + if (!(i == 0 && comp == 0)) { + for (r = 0; r <= img.tiles[i].tileComps[comp].nDecompLevels; ++r) { + img.tiles[i].tileComps[comp].resLevels[r].precinctWidth = + img.tiles[0].tileComps[0].resLevels[r].precinctWidth; + img.tiles[i].tileComps[comp].resLevels[r].precinctHeight = + img.tiles[0].tileComps[0].resLevels[r].precinctHeight; + } + } + } + } + haveCOD = gTrue; + break; + case 0x53: // COC - coding style component + if (!haveCOD) { + error(getPos(), "JPX COC marker segment before COD segment"); + return gFalse; + } + if ((img.nComps > 256 && !readUWord(&comp)) || + (img.nComps <= 256 && !readUByte(&comp)) || + comp >= img.nComps || + !readUByte(&style) || + !readUByte(&img.tiles[0].tileComps[comp].nDecompLevels) || + !readUByte(&img.tiles[0].tileComps[comp].codeBlockW) || + !readUByte(&img.tiles[0].tileComps[comp].codeBlockH) || + !readUByte(&img.tiles[0].tileComps[comp].codeBlockStyle) || + !readUByte(&img.tiles[0].tileComps[comp].transform)) { + error(getPos(), "Error in JPX COC marker segment"); + return gFalse; + } + img.tiles[0].tileComps[comp].style = + (img.tiles[0].tileComps[comp].style & ~1) | (style & 1); + img.tiles[0].tileComps[comp].codeBlockW += 2; + img.tiles[0].tileComps[comp].codeBlockH += 2; + for (i = 0; i < img.nXTiles * img.nYTiles; ++i) { + if (i != 0) { + img.tiles[i].tileComps[comp].style = + img.tiles[0].tileComps[comp].style; + img.tiles[i].tileComps[comp].nDecompLevels = + img.tiles[0].tileComps[comp].nDecompLevels; + img.tiles[i].tileComps[comp].codeBlockW = + img.tiles[0].tileComps[comp].codeBlockW; + img.tiles[i].tileComps[comp].codeBlockH = + img.tiles[0].tileComps[comp].codeBlockH; + img.tiles[i].tileComps[comp].codeBlockStyle = + img.tiles[0].tileComps[comp].codeBlockStyle; + img.tiles[i].tileComps[comp].transform = + img.tiles[0].tileComps[comp].transform; + } + img.tiles[i].tileComps[comp].resLevels = + (JPXResLevel *)greallocn( + img.tiles[i].tileComps[comp].resLevels, + (img.tiles[i].tileComps[comp].nDecompLevels + 1), + sizeof(JPXResLevel)); + for (r = 0; r <= img.tiles[i].tileComps[comp].nDecompLevels; ++r) { + img.tiles[i].tileComps[comp].resLevels[r].precincts = NULL; + } + } + for (r = 0; r <= img.tiles[0].tileComps[comp].nDecompLevels; ++r) { + if (img.tiles[0].tileComps[comp].style & 0x01) { + if (!readUByte(&precinctSize)) { + error(getPos(), "Error in JPX COD marker segment"); + return gFalse; + } + img.tiles[0].tileComps[comp].resLevels[r].precinctWidth = + precinctSize & 0x0f; + img.tiles[0].tileComps[comp].resLevels[r].precinctHeight = + (precinctSize >> 4) & 0x0f; + } else { + img.tiles[0].tileComps[comp].resLevels[r].precinctWidth = 15; + img.tiles[0].tileComps[comp].resLevels[r].precinctHeight = 15; + } + } + for (i = 1; i < img.nXTiles * img.nYTiles; ++i) { + for (r = 0; r <= img.tiles[i].tileComps[comp].nDecompLevels; ++r) { + img.tiles[i].tileComps[comp].resLevels[r].precinctWidth = + img.tiles[0].tileComps[comp].resLevels[r].precinctWidth; + img.tiles[i].tileComps[comp].resLevels[r].precinctHeight = + img.tiles[0].tileComps[comp].resLevels[r].precinctHeight; + } + } + break; + case 0x5c: // QCD - quantization default + if (!readUByte(&img.tiles[0].tileComps[0].quantStyle)) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + if ((img.tiles[0].tileComps[0].quantStyle & 0x1f) == 0x00) { + img.tiles[0].tileComps[0].nQuantSteps = segLen - 3; + img.tiles[0].tileComps[0].quantSteps = + (Guint *)greallocn(img.tiles[0].tileComps[0].quantSteps, + img.tiles[0].tileComps[0].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[0].tileComps[0].nQuantSteps; ++i) { + if (!readUByte(&img.tiles[0].tileComps[0].quantSteps[i])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } + } else if ((img.tiles[0].tileComps[0].quantStyle & 0x1f) == 0x01) { + img.tiles[0].tileComps[0].nQuantSteps = 1; + img.tiles[0].tileComps[0].quantSteps = + (Guint *)greallocn(img.tiles[0].tileComps[0].quantSteps, + img.tiles[0].tileComps[0].nQuantSteps, + sizeof(Guint)); + if (!readUWord(&img.tiles[0].tileComps[0].quantSteps[0])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } else if ((img.tiles[0].tileComps[0].quantStyle & 0x1f) == 0x02) { + img.tiles[0].tileComps[0].nQuantSteps = (segLen - 3) / 2; + img.tiles[0].tileComps[0].quantSteps = + (Guint *)greallocn(img.tiles[0].tileComps[0].quantSteps, + img.tiles[0].tileComps[0].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[0].tileComps[0].nQuantSteps; ++i) { + if (!readUWord(&img.tiles[0].tileComps[0].quantSteps[i])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } + } else { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + for (i = 0; i < img.nXTiles * img.nYTiles; ++i) { + for (comp = 0; comp < img.nComps; ++comp) { + if (!(i == 0 && comp == 0)) { + img.tiles[i].tileComps[comp].quantStyle = + img.tiles[0].tileComps[0].quantStyle; + img.tiles[i].tileComps[comp].nQuantSteps = + img.tiles[0].tileComps[0].nQuantSteps; + img.tiles[i].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[i].tileComps[comp].quantSteps, + img.tiles[0].tileComps[0].nQuantSteps, + sizeof(Guint)); + for (j = 0; j < img.tiles[0].tileComps[0].nQuantSteps; ++j) { + img.tiles[i].tileComps[comp].quantSteps[j] = + img.tiles[0].tileComps[0].quantSteps[j]; + } + } + } + } + haveQCD = gTrue; + break; + case 0x5d: // QCC - quantization component + if (!haveQCD) { + error(getPos(), "JPX QCC marker segment before QCD segment"); + return gFalse; + } + if ((img.nComps > 256 && !readUWord(&comp)) || + (img.nComps <= 256 && !readUByte(&comp)) || + comp >= img.nComps || + !readUByte(&img.tiles[0].tileComps[comp].quantStyle)) { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + if ((img.tiles[0].tileComps[comp].quantStyle & 0x1f) == 0x00) { + img.tiles[0].tileComps[comp].nQuantSteps = + segLen - (img.nComps > 256 ? 5 : 4); + img.tiles[0].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[0].tileComps[comp].quantSteps, + img.tiles[0].tileComps[comp].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[0].tileComps[comp].nQuantSteps; ++i) { + if (!readUByte(&img.tiles[0].tileComps[comp].quantSteps[i])) { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + } + } else if ((img.tiles[0].tileComps[comp].quantStyle & 0x1f) == 0x01) { + img.tiles[0].tileComps[comp].nQuantSteps = 1; + img.tiles[0].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[0].tileComps[comp].quantSteps, + img.tiles[0].tileComps[comp].nQuantSteps, + sizeof(Guint)); + if (!readUWord(&img.tiles[0].tileComps[comp].quantSteps[0])) { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + } else if ((img.tiles[0].tileComps[comp].quantStyle & 0x1f) == 0x02) { + img.tiles[0].tileComps[comp].nQuantSteps = + (segLen - (img.nComps > 256 ? 5 : 4)) / 2; + img.tiles[0].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[0].tileComps[comp].quantSteps, + img.tiles[0].tileComps[comp].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[0].tileComps[comp].nQuantSteps; ++i) { + if (!readUWord(&img.tiles[0].tileComps[comp].quantSteps[i])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } + } else { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + for (i = 1; i < img.nXTiles * img.nYTiles; ++i) { + img.tiles[i].tileComps[comp].quantStyle = + img.tiles[0].tileComps[comp].quantStyle; + img.tiles[i].tileComps[comp].nQuantSteps = + img.tiles[0].tileComps[comp].nQuantSteps; + img.tiles[i].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[i].tileComps[comp].quantSteps, + img.tiles[0].tileComps[comp].nQuantSteps, + sizeof(Guint)); + for (j = 0; j < img.tiles[0].tileComps[comp].nQuantSteps; ++j) { + img.tiles[i].tileComps[comp].quantSteps[j] = + img.tiles[0].tileComps[comp].quantSteps[j]; + } + } + break; + case 0x5e: // RGN - region of interest +#if 1 //~ ROI is unimplemented + fprintf(stderr, "RGN\n"); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PPM marker segment"); + return gFalse; + } + } +#else + if ((img.nComps > 256 && !readUWord(&comp)) || + (img.nComps <= 256 && !readUByte(&comp)) || + comp >= img.nComps || + !readUByte(&compInfo[comp].defROI.style) || + !readUByte(&compInfo[comp].defROI.shift)) { + error(getPos(), "Error in JPX RGN marker segment"); + return gFalse; + } +#endif + break; + case 0x5f: // POC - progression order change +#if 1 //~ progression order changes are unimplemented + fprintf(stderr, "POC\n"); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PPM marker segment"); + return gFalse; + } + } +#else + nProgs = (segLen - 2) / (img.nComps > 256 ? 9 : 7); + progs = (JPXProgOrder *)gmallocn(nProgs, sizeof(JPXProgOrder)); + for (i = 0; i < nProgs; ++i) { + if (!readUByte(&progs[i].startRes) || + !(img.nComps > 256 && readUWord(&progs[i].startComp)) || + !(img.nComps <= 256 && readUByte(&progs[i].startComp)) || + !readUWord(&progs[i].endLayer) || + !readUByte(&progs[i].endRes) || + !(img.nComps > 256 && readUWord(&progs[i].endComp)) || + !(img.nComps <= 256 && readUByte(&progs[i].endComp)) || + !readUByte(&progs[i].progOrder)) { + error(getPos(), "Error in JPX POC marker segment"); + return gFalse; + } + } +#endif + break; + case 0x60: // PPM - packed packet headers, main header +#if 1 //~ packed packet headers are unimplemented + fprintf(stderr, "PPM\n"); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PPM marker segment"); + return gFalse; + } + } +#endif + break; + case 0x55: // TLM - tile-part lengths + // skipped + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX TLM marker segment"); + return gFalse; + } + } + break; + case 0x57: // PLM - packet length, main header + // skipped + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PLM marker segment"); + return gFalse; + } + } + break; + case 0x63: // CRG - component registration + // skipped + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX CRG marker segment"); + return gFalse; + } + } + break; + case 0x64: // COM - comment + // skipped + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX COM marker segment"); + return gFalse; + } + } + break; + case 0x90: // SOT - start of tile + haveSOT = gTrue; + break; + default: + error(getPos(), "Unknown marker segment %02x in JPX stream", segType); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + break; + } + } + break; + } + } while (!haveSOT); + + if (!haveSIZ) { + error(getPos(), "Missing SIZ marker segment in JPX stream"); + return gFalse; + } + if (!haveCOD) { + error(getPos(), "Missing COD marker segment in JPX stream"); + return gFalse; + } + if (!haveQCD) { + error(getPos(), "Missing QCD marker segment in JPX stream"); + return gFalse; + } + + //----- read the tile-parts + while (1) { + if (!readTilePart()) { + return gFalse; + } + if (!readMarkerHdr(&segType, &segLen)) { + error(getPos(), "Error in JPX codestream"); + return gFalse; + } + if (segType != 0x90) { // SOT - start of tile + break; + } + } + + if (segType != 0xd9) { // EOC - end of codestream + error(getPos(), "Missing EOC marker in JPX codestream"); + return gFalse; + } + + //----- finish decoding the image + for (i = 0; i < img.nXTiles * img.nYTiles; ++i) { + tile = &img.tiles[i]; + for (comp = 0; comp < img.nComps; ++comp) { + tileComp = &tile->tileComps[comp]; + inverseTransform(tileComp); + } + if (!inverseMultiCompAndDC(tile)) { + return gFalse; + } + } + + //~ can free memory below tileComps here, and also tileComp.buf + + return gTrue; +} + +GBool JPXStream::readTilePart() { + JPXTile *tile; + JPXTileComp *tileComp; + JPXResLevel *resLevel; + JPXPrecinct *precinct; + JPXSubband *subband; + JPXCodeBlock *cb; + GBool haveSOD; + Guint tileIdx, tilePartLen, tilePartIdx, nTileParts; + GBool tilePartToEOC; + Guint precinctSize, style; + Guint n, nSBs, nx, ny, sbx0, sby0, comp, segLen; + Guint i, j, k, cbX, cbY, r, pre, sb, cbi; + int segType, level; + + // process the SOT marker segment + if (!readUWord(&tileIdx) || + !readULong(&tilePartLen) || + !readUByte(&tilePartIdx) || + !readUByte(&nTileParts)) { + error(getPos(), "Error in JPX SOT marker segment"); + return gFalse; + } + + if (tileIdx >= img.nXTiles * img.nYTiles) { + error(getPos(), "Weird tile index in JPX stream"); + return gFalse; + } + + tilePartToEOC = tilePartLen == 0; + tilePartLen -= 12; // subtract size of SOT segment + + haveSOD = gFalse; + do { + if (!readMarkerHdr(&segType, &segLen)) { + error(getPos(), "Error in JPX tile-part codestream"); + return gFalse; + } + tilePartLen -= 2 + segLen; + switch (segType) { + case 0x52: // COD - coding style default + if (!readUByte(&img.tiles[tileIdx].tileComps[0].style) || + !readUByte(&img.tiles[tileIdx].progOrder) || + !readUWord(&img.tiles[tileIdx].nLayers) || + !readUByte(&img.tiles[tileIdx].multiComp) || + !readUByte(&img.tiles[tileIdx].tileComps[0].nDecompLevels) || + !readUByte(&img.tiles[tileIdx].tileComps[0].codeBlockW) || + !readUByte(&img.tiles[tileIdx].tileComps[0].codeBlockH) || + !readUByte(&img.tiles[tileIdx].tileComps[0].codeBlockStyle) || + !readUByte(&img.tiles[tileIdx].tileComps[0].transform)) { + error(getPos(), "Error in JPX COD marker segment"); + return gFalse; + } + img.tiles[tileIdx].tileComps[0].codeBlockW += 2; + img.tiles[tileIdx].tileComps[0].codeBlockH += 2; + for (comp = 0; comp < img.nComps; ++comp) { + if (comp != 0) { + img.tiles[tileIdx].tileComps[comp].style = + img.tiles[tileIdx].tileComps[0].style; + img.tiles[tileIdx].tileComps[comp].nDecompLevels = + img.tiles[tileIdx].tileComps[0].nDecompLevels; + img.tiles[tileIdx].tileComps[comp].codeBlockW = + img.tiles[tileIdx].tileComps[0].codeBlockW; + img.tiles[tileIdx].tileComps[comp].codeBlockH = + img.tiles[tileIdx].tileComps[0].codeBlockH; + img.tiles[tileIdx].tileComps[comp].codeBlockStyle = + img.tiles[tileIdx].tileComps[0].codeBlockStyle; + img.tiles[tileIdx].tileComps[comp].transform = + img.tiles[tileIdx].tileComps[0].transform; + } + img.tiles[tileIdx].tileComps[comp].resLevels = + (JPXResLevel *)greallocn( + img.tiles[tileIdx].tileComps[comp].resLevels, + (img.tiles[tileIdx].tileComps[comp].nDecompLevels + 1), + sizeof(JPXResLevel)); + for (r = 0; + r <= img.tiles[tileIdx].tileComps[comp].nDecompLevels; + ++r) { + img.tiles[tileIdx].tileComps[comp].resLevels[r].precincts = NULL; + } + } + for (r = 0; r <= img.tiles[tileIdx].tileComps[0].nDecompLevels; ++r) { + if (img.tiles[tileIdx].tileComps[0].style & 0x01) { + if (!readUByte(&precinctSize)) { + error(getPos(), "Error in JPX COD marker segment"); + return gFalse; + } + img.tiles[tileIdx].tileComps[0].resLevels[r].precinctWidth = + precinctSize & 0x0f; + img.tiles[tileIdx].tileComps[0].resLevels[r].precinctHeight = + (precinctSize >> 4) & 0x0f; + } else { + img.tiles[tileIdx].tileComps[0].resLevels[r].precinctWidth = 15; + img.tiles[tileIdx].tileComps[0].resLevels[r].precinctHeight = 15; + } + } + for (comp = 1; comp < img.nComps; ++comp) { + for (r = 0; + r <= img.tiles[tileIdx].tileComps[comp].nDecompLevels; + ++r) { + img.tiles[tileIdx].tileComps[comp].resLevels[r].precinctWidth = + img.tiles[tileIdx].tileComps[0].resLevels[r].precinctWidth; + img.tiles[tileIdx].tileComps[comp].resLevels[r].precinctHeight = + img.tiles[tileIdx].tileComps[0].resLevels[r].precinctHeight; + } + } + break; + case 0x53: // COC - coding style component + if ((img.nComps > 256 && !readUWord(&comp)) || + (img.nComps <= 256 && !readUByte(&comp)) || + comp >= img.nComps || + !readUByte(&style) || + !readUByte(&img.tiles[tileIdx].tileComps[comp].nDecompLevels) || + !readUByte(&img.tiles[tileIdx].tileComps[comp].codeBlockW) || + !readUByte(&img.tiles[tileIdx].tileComps[comp].codeBlockH) || + !readUByte(&img.tiles[tileIdx].tileComps[comp].codeBlockStyle) || + !readUByte(&img.tiles[tileIdx].tileComps[comp].transform)) { + error(getPos(), "Error in JPX COC marker segment"); + return gFalse; + } + img.tiles[tileIdx].tileComps[comp].style = + (img.tiles[tileIdx].tileComps[comp].style & ~1) | (style & 1); + img.tiles[tileIdx].tileComps[comp].codeBlockW += 2; + img.tiles[tileIdx].tileComps[comp].codeBlockH += 2; + img.tiles[tileIdx].tileComps[comp].resLevels = + (JPXResLevel *)greallocn( + img.tiles[tileIdx].tileComps[comp].resLevels, + (img.tiles[tileIdx].tileComps[comp].nDecompLevels + 1), + sizeof(JPXResLevel)); + for (r = 0; r <= img.tiles[tileIdx].tileComps[comp].nDecompLevels; ++r) { + img.tiles[tileIdx].tileComps[comp].resLevels[r].precincts = NULL; + } + for (r = 0; r <= img.tiles[tileIdx].tileComps[comp].nDecompLevels; ++r) { + if (img.tiles[tileIdx].tileComps[comp].style & 0x01) { + if (!readUByte(&precinctSize)) { + error(getPos(), "Error in JPX COD marker segment"); + return gFalse; + } + img.tiles[tileIdx].tileComps[comp].resLevels[r].precinctWidth = + precinctSize & 0x0f; + img.tiles[tileIdx].tileComps[comp].resLevels[r].precinctHeight = + (precinctSize >> 4) & 0x0f; + } else { + img.tiles[tileIdx].tileComps[comp].resLevels[r].precinctWidth = 15; + img.tiles[tileIdx].tileComps[comp].resLevels[r].precinctHeight = 15; + } + } + break; + case 0x5c: // QCD - quantization default + if (!readUByte(&img.tiles[tileIdx].tileComps[0].quantStyle)) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + if ((img.tiles[tileIdx].tileComps[0].quantStyle & 0x1f) == 0x00) { + img.tiles[tileIdx].tileComps[0].nQuantSteps = + segLen - 3; + img.tiles[tileIdx].tileComps[0].quantSteps = + (Guint *)greallocn(img.tiles[tileIdx].tileComps[0].quantSteps, + img.tiles[tileIdx].tileComps[0].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[tileIdx].tileComps[0].nQuantSteps; ++i) { + if (!readUByte(&img.tiles[tileIdx].tileComps[0].quantSteps[i])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } + } else if ((img.tiles[tileIdx].tileComps[0].quantStyle & 0x1f) == 0x01) { + img.tiles[tileIdx].tileComps[0].nQuantSteps = 1; + img.tiles[tileIdx].tileComps[0].quantSteps = + (Guint *)greallocn(img.tiles[tileIdx].tileComps[0].quantSteps, + img.tiles[tileIdx].tileComps[0].nQuantSteps, + sizeof(Guint)); + if (!readUWord(&img.tiles[tileIdx].tileComps[0].quantSteps[0])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } else if ((img.tiles[tileIdx].tileComps[0].quantStyle & 0x1f) == 0x02) { + img.tiles[tileIdx].tileComps[0].nQuantSteps = (segLen - 3) / 2; + img.tiles[tileIdx].tileComps[0].quantSteps = + (Guint *)greallocn(img.tiles[tileIdx].tileComps[0].quantSteps, + img.tiles[tileIdx].tileComps[0].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[tileIdx].tileComps[0].nQuantSteps; ++i) { + if (!readUWord(&img.tiles[tileIdx].tileComps[0].quantSteps[i])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } + } else { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + for (comp = 1; comp < img.nComps; ++comp) { + img.tiles[tileIdx].tileComps[comp].quantStyle = + img.tiles[tileIdx].tileComps[0].quantStyle; + img.tiles[tileIdx].tileComps[comp].nQuantSteps = + img.tiles[tileIdx].tileComps[0].nQuantSteps; + img.tiles[tileIdx].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[tileIdx].tileComps[comp].quantSteps, + img.tiles[tileIdx].tileComps[0].nQuantSteps, + sizeof(Guint)); + for (j = 0; j < img.tiles[tileIdx].tileComps[0].nQuantSteps; ++j) { + img.tiles[tileIdx].tileComps[comp].quantSteps[j] = + img.tiles[tileIdx].tileComps[0].quantSteps[j]; + } + } + break; + case 0x5d: // QCC - quantization component + if ((img.nComps > 256 && !readUWord(&comp)) || + (img.nComps <= 256 && !readUByte(&comp)) || + comp >= img.nComps || + !readUByte(&img.tiles[tileIdx].tileComps[comp].quantStyle)) { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + if ((img.tiles[tileIdx].tileComps[comp].quantStyle & 0x1f) == 0x00) { + img.tiles[tileIdx].tileComps[comp].nQuantSteps = + segLen - (img.nComps > 256 ? 5 : 4); + img.tiles[tileIdx].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[tileIdx].tileComps[comp].quantSteps, + img.tiles[tileIdx].tileComps[comp].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[tileIdx].tileComps[comp].nQuantSteps; ++i) { + if (!readUByte(&img.tiles[tileIdx].tileComps[comp].quantSteps[i])) { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + } + } else if ((img.tiles[tileIdx].tileComps[comp].quantStyle & 0x1f) + == 0x01) { + img.tiles[tileIdx].tileComps[comp].nQuantSteps = 1; + img.tiles[tileIdx].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[tileIdx].tileComps[comp].quantSteps, + img.tiles[tileIdx].tileComps[comp].nQuantSteps, + sizeof(Guint)); + if (!readUWord(&img.tiles[tileIdx].tileComps[comp].quantSteps[0])) { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + } else if ((img.tiles[tileIdx].tileComps[comp].quantStyle & 0x1f) + == 0x02) { + img.tiles[tileIdx].tileComps[comp].nQuantSteps = + (segLen - (img.nComps > 256 ? 5 : 4)) / 2; + img.tiles[tileIdx].tileComps[comp].quantSteps = + (Guint *)greallocn(img.tiles[tileIdx].tileComps[comp].quantSteps, + img.tiles[tileIdx].tileComps[comp].nQuantSteps, + sizeof(Guint)); + for (i = 0; i < img.tiles[tileIdx].tileComps[comp].nQuantSteps; ++i) { + if (!readUWord(&img.tiles[tileIdx].tileComps[comp].quantSteps[i])) { + error(getPos(), "Error in JPX QCD marker segment"); + return gFalse; + } + } + } else { + error(getPos(), "Error in JPX QCC marker segment"); + return gFalse; + } + break; + case 0x5e: // RGN - region of interest +#if 1 //~ ROI is unimplemented + fprintf(stderr, "RGN\n"); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PPM marker segment"); + return gFalse; + } + } +#else + if ((img.nComps > 256 && !readUWord(&comp)) || + (img.nComps <= 256 && !readUByte(&comp)) || + comp >= img.nComps || + !readUByte(&compInfo[comp].roi.style) || + !readUByte(&compInfo[comp].roi.shift)) { + error(getPos(), "Error in JPX RGN marker segment"); + return gFalse; + } +#endif + break; + case 0x5f: // POC - progression order change +#if 1 //~ progression order changes are unimplemented + fprintf(stderr, "POC\n"); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PPM marker segment"); + return gFalse; + } + } +#else + nTileProgs = (segLen - 2) / (img.nComps > 256 ? 9 : 7); + tileProgs = (JPXProgOrder *)gmallocn(nTileProgs, sizeof(JPXProgOrder)); + for (i = 0; i < nTileProgs; ++i) { + if (!readUByte(&tileProgs[i].startRes) || + !(img.nComps > 256 && readUWord(&tileProgs[i].startComp)) || + !(img.nComps <= 256 && readUByte(&tileProgs[i].startComp)) || + !readUWord(&tileProgs[i].endLayer) || + !readUByte(&tileProgs[i].endRes) || + !(img.nComps > 256 && readUWord(&tileProgs[i].endComp)) || + !(img.nComps <= 256 && readUByte(&tileProgs[i].endComp)) || + !readUByte(&tileProgs[i].progOrder)) { + error(getPos(), "Error in JPX POC marker segment"); + return gFalse; + } + } +#endif + break; + case 0x61: // PPT - packed packet headers, tile-part hdr +#if 1 //~ packed packet headers are unimplemented + fprintf(stderr, "PPT\n"); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PPT marker segment"); + return gFalse; + } + } +#endif + case 0x58: // PLT - packet length, tile-part header + // skipped + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX PLT marker segment"); + return gFalse; + } + } + break; + case 0x64: // COM - comment + // skipped + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + error(getPos(), "Error in JPX COM marker segment"); + return gFalse; + } + } + break; + case 0x93: // SOD - start of data + haveSOD = gTrue; + break; + default: + error(getPos(), "Unknown marker segment %02x in JPX tile-part stream", + segType); + for (i = 0; i < segLen - 2; ++i) { + if (str->getChar() == EOF) { + break; + } + } + break; + } + } while (!haveSOD); + + //----- initialize the tile, precincts, and code-blocks + if (tilePartIdx == 0) { + tile = &img.tiles[tileIdx]; + i = tileIdx / img.nXTiles; + j = tileIdx % img.nXTiles; + if ((tile->x0 = img.xTileOffset + j * img.xTileSize) < img.xOffset) { + tile->x0 = img.xOffset; + } + if ((tile->y0 = img.yTileOffset + i * img.yTileSize) < img.yOffset) { + tile->y0 = img.yOffset; + } + if ((tile->x1 = img.xTileOffset + (j + 1) * img.xTileSize) > img.xSize) { + tile->x1 = img.xSize; + } + if ((tile->y1 = img.yTileOffset + (i + 1) * img.yTileSize) > img.ySize) { + tile->y1 = img.ySize; + } + tile->comp = 0; + tile->res = 0; + tile->precinct = 0; + tile->layer = 0; + tile->maxNDecompLevels = 0; + for (comp = 0; comp < img.nComps; ++comp) { + tileComp = &tile->tileComps[comp]; + if (tileComp->nDecompLevels > tile->maxNDecompLevels) { + tile->maxNDecompLevels = tileComp->nDecompLevels; + } + tileComp->x0 = jpxCeilDiv(tile->x0, tileComp->hSep); + tileComp->y0 = jpxCeilDiv(tile->y0, tileComp->hSep); + tileComp->x1 = jpxCeilDiv(tile->x1, tileComp->hSep); + tileComp->y1 = jpxCeilDiv(tile->y1, tileComp->hSep); + tileComp->cbW = 1 << tileComp->codeBlockW; + tileComp->cbH = 1 << tileComp->codeBlockH; + tileComp->data = (int *)gmallocn((tileComp->x1 - tileComp->x0) * + (tileComp->y1 - tileComp->y0), + sizeof(int)); + if (tileComp->x1 - tileComp->x0 > tileComp->y1 - tileComp->y0) { + n = tileComp->x1 - tileComp->x0; + } else { + n = tileComp->y1 - tileComp->y0; + } + tileComp->buf = (int *)gmallocn(n + 8, sizeof(int)); + for (r = 0; r <= tileComp->nDecompLevels; ++r) { + resLevel = &tileComp->resLevels[r]; + k = r == 0 ? tileComp->nDecompLevels + : tileComp->nDecompLevels - r + 1; + resLevel->x0 = jpxCeilDivPow2(tileComp->x0, k); + resLevel->y0 = jpxCeilDivPow2(tileComp->y0, k); + resLevel->x1 = jpxCeilDivPow2(tileComp->x1, k); + resLevel->y1 = jpxCeilDivPow2(tileComp->y1, k); + if (r == 0) { + resLevel->bx0[0] = resLevel->x0; + resLevel->by0[0] = resLevel->y0; + resLevel->bx1[0] = resLevel->x1; + resLevel->by1[0] = resLevel->y1; + } else { + resLevel->bx0[0] = jpxCeilDivPow2(tileComp->x0 - (1 << (k-1)), k); + resLevel->by0[0] = resLevel->y0; + resLevel->bx1[0] = jpxCeilDivPow2(tileComp->x1 - (1 << (k-1)), k); + resLevel->by1[0] = resLevel->y1; + resLevel->bx0[1] = resLevel->x0; + resLevel->by0[1] = jpxCeilDivPow2(tileComp->y0 - (1 << (k-1)), k); + resLevel->bx1[1] = resLevel->x1; + resLevel->by1[1] = jpxCeilDivPow2(tileComp->y1 - (1 << (k-1)), k); + resLevel->bx0[2] = jpxCeilDivPow2(tileComp->x0 - (1 << (k-1)), k); + resLevel->by0[2] = jpxCeilDivPow2(tileComp->y0 - (1 << (k-1)), k); + resLevel->bx1[2] = jpxCeilDivPow2(tileComp->x1 - (1 << (k-1)), k); + resLevel->by1[2] = jpxCeilDivPow2(tileComp->y1 - (1 << (k-1)), k); + } + resLevel->precincts = (JPXPrecinct *)gmallocn(1, sizeof(JPXPrecinct)); + for (pre = 0; pre < 1; ++pre) { + precinct = &resLevel->precincts[pre]; + precinct->x0 = resLevel->x0; + precinct->y0 = resLevel->y0; + precinct->x1 = resLevel->x1; + precinct->y1 = resLevel->y1; + nSBs = r == 0 ? 1 : 3; + precinct->subbands = + (JPXSubband *)gmallocn(nSBs, sizeof(JPXSubband)); + for (sb = 0; sb < nSBs; ++sb) { + subband = &precinct->subbands[sb]; + subband->x0 = resLevel->bx0[sb]; + subband->y0 = resLevel->by0[sb]; + subband->x1 = resLevel->bx1[sb]; + subband->y1 = resLevel->by1[sb]; + subband->nXCBs = jpxCeilDivPow2(subband->x1, + tileComp->codeBlockW) + - jpxFloorDivPow2(subband->x0, + tileComp->codeBlockW); + subband->nYCBs = jpxCeilDivPow2(subband->y1, + tileComp->codeBlockH) + - jpxFloorDivPow2(subband->y0, + tileComp->codeBlockH); + n = subband->nXCBs > subband->nYCBs ? subband->nXCBs + : subband->nYCBs; + for (subband->maxTTLevel = 0, --n; + n; + ++subband->maxTTLevel, n >>= 1) ; + n = 0; + for (level = subband->maxTTLevel; level >= 0; --level) { + nx = jpxCeilDivPow2(subband->nXCBs, level); + ny = jpxCeilDivPow2(subband->nYCBs, level); + n += nx * ny; + } + subband->inclusion = + (JPXTagTreeNode *)gmallocn(n, sizeof(JPXTagTreeNode)); + subband->zeroBitPlane = + (JPXTagTreeNode *)gmallocn(n, sizeof(JPXTagTreeNode)); + for (k = 0; k < n; ++k) { + subband->inclusion[k].finished = gFalse; + subband->inclusion[k].val = 0; + subband->zeroBitPlane[k].finished = gFalse; + subband->zeroBitPlane[k].val = 0; + } + subband->cbs = (JPXCodeBlock *)gmallocn(subband->nXCBs * + subband->nYCBs, + sizeof(JPXCodeBlock)); + sbx0 = jpxFloorDivPow2(subband->x0, tileComp->codeBlockW); + sby0 = jpxFloorDivPow2(subband->y0, tileComp->codeBlockH); + cb = subband->cbs; + for (cbY = 0; cbY < subband->nYCBs; ++cbY) { + for (cbX = 0; cbX < subband->nXCBs; ++cbX) { + cb->x0 = (sbx0 + cbX) << tileComp->codeBlockW; + cb->x1 = cb->x0 + tileComp->cbW; + if (subband->x0 > cb->x0) { + cb->x0 = subband->x0; + } + if (subband->x1 < cb->x1) { + cb->x1 = subband->x1; + } + cb->y0 = (sby0 + cbY) << tileComp->codeBlockH; + cb->y1 = cb->y0 + tileComp->cbH; + if (subband->y0 > cb->y0) { + cb->y0 = subband->y0; + } + if (subband->y1 < cb->y1) { + cb->y1 = subband->y1; + } + cb->seen = gFalse; + cb->lBlock = 3; + cb->nextPass = jpxPassCleanup; + cb->nZeroBitPlanes = 0; + cb->coeffs = + (JPXCoeff *)gmallocn((1 << (tileComp->codeBlockW + + tileComp->codeBlockH)), + sizeof(JPXCoeff)); + for (cbi = 0; + cbi < (Guint)(1 << (tileComp->codeBlockW + + tileComp->codeBlockH)); + ++cbi) { + cb->coeffs[cbi].flags = 0; + cb->coeffs[cbi].len = 0; + cb->coeffs[cbi].mag = 0; + } + cb->arithDecoder = NULL; + cb->stats = NULL; + ++cb; + } + } + } + } + } + } + } + + return readTilePartData(tileIdx, tilePartLen, tilePartToEOC); +} + +GBool JPXStream::readTilePartData(Guint tileIdx, + Guint tilePartLen, GBool tilePartToEOC) { + JPXTile *tile; + JPXTileComp *tileComp; + JPXResLevel *resLevel; + JPXPrecinct *precinct; + JPXSubband *subband; + JPXCodeBlock *cb; + Guint ttVal; + Guint bits, cbX, cbY, nx, ny, i, j, n, sb; + int level; + + tile = &img.tiles[tileIdx]; + + // read all packets from this tile-part + while (1) { + if (tilePartToEOC) { + //~ peek for an EOC marker + } else if (tilePartLen == 0) { + break; + } + + tileComp = &tile->tileComps[tile->comp]; + resLevel = &tileComp->resLevels[tile->res]; + precinct = &resLevel->precincts[tile->precinct]; + + //----- packet header + + // zero-length flag + if (!readBits(1, &bits)) { + goto err; + } + if (!bits) { + // packet is empty -- clear all code-block inclusion flags + for (sb = 0; sb < (tile->res == 0 ? 1 : 3); ++sb) { + subband = &precinct->subbands[sb]; + for (cbY = 0; cbY < subband->nYCBs; ++cbY) { + for (cbX = 0; cbX < subband->nXCBs; ++cbX) { + cb = &subband->cbs[cbY * subband->nXCBs + cbX]; + cb->included = gFalse; + } + } + } + } else { + + for (sb = 0; sb < (tile->res == 0 ? 1 : 3); ++sb) { + subband = &precinct->subbands[sb]; + for (cbY = 0; cbY < subband->nYCBs; ++cbY) { + for (cbX = 0; cbX < subband->nXCBs; ++cbX) { + cb = &subband->cbs[cbY * subband->nXCBs + cbX]; + + // skip code-blocks with no coefficients + if (cb->x0 >= cb->x1 || cb->y0 >= cb->y1) { + cb->included = gFalse; + continue; + } + + // code-block inclusion + if (cb->seen) { + if (!readBits(1, &cb->included)) { + goto err; + } + } else { + ttVal = 0; + i = 0; + for (level = subband->maxTTLevel; level >= 0; --level) { + nx = jpxCeilDivPow2(subband->nXCBs, level); + ny = jpxCeilDivPow2(subband->nYCBs, level); + j = i + (cbY >> level) * nx + (cbX >> level); + if (!subband->inclusion[j].finished && + !subband->inclusion[j].val) { + subband->inclusion[j].val = ttVal; + } else { + ttVal = subband->inclusion[j].val; + } + while (!subband->inclusion[j].finished && + ttVal <= tile->layer) { + if (!readBits(1, &bits)) { + goto err; + } + if (bits == 1) { + subband->inclusion[j].finished = gTrue; + } else { + ++ttVal; + } + } + subband->inclusion[j].val = ttVal; + if (ttVal > tile->layer) { + break; + } + i += nx * ny; + } + cb->included = level < 0; + } + + if (cb->included) { + + // zero bit-plane count + if (!cb->seen) { + ttVal = 0; + i = 0; + for (level = subband->maxTTLevel; level >= 0; --level) { + nx = jpxCeilDivPow2(subband->nXCBs, level); + ny = jpxCeilDivPow2(subband->nYCBs, level); + j = i + (cbY >> level) * nx + (cbX >> level); + if (!subband->zeroBitPlane[j].finished && + !subband->zeroBitPlane[j].val) { + subband->zeroBitPlane[j].val = ttVal; + } else { + ttVal = subband->zeroBitPlane[j].val; + } + while (!subband->zeroBitPlane[j].finished) { + if (!readBits(1, &bits)) { + goto err; + } + if (bits == 1) { + subband->zeroBitPlane[j].finished = gTrue; + } else { + ++ttVal; + } + } + subband->zeroBitPlane[j].val = ttVal; + i += nx * ny; + } + cb->nZeroBitPlanes = ttVal; + } + + // number of coding passes + if (!readBits(1, &bits)) { + goto err; + } + if (bits == 0) { + cb->nCodingPasses = 1; + } else { + if (!readBits(1, &bits)) { + goto err; + } + if (bits == 0) { + cb->nCodingPasses = 2; + } else { + if (!readBits(2, &bits)) { + goto err; + } + if (bits < 3) { + cb->nCodingPasses = 3 + bits; + } else { + if (!readBits(5, &bits)) { + goto err; + } + if (bits < 31) { + cb->nCodingPasses = 6 + bits; + } else { + if (!readBits(7, &bits)) { + goto err; + } + cb->nCodingPasses = 37 + bits; + } + } + } + } + + // update Lblock + while (1) { + if (!readBits(1, &bits)) { + goto err; + } + if (!bits) { + break; + } + ++cb->lBlock; + } + + // length of compressed data + //~ deal with multiple codeword segments + for (n = cb->lBlock, i = cb->nCodingPasses >> 1; + i; + ++n, i >>= 1) ; + if (!readBits(n, &cb->dataLen)) { + goto err; + } + } + } + } + } + } + tilePartLen -= byteCount; + clearBitBuf(); + + //----- packet data + + for (sb = 0; sb < (tile->res == 0 ? 1 : 3); ++sb) { + subband = &precinct->subbands[sb]; + for (cbY = 0; cbY < subband->nYCBs; ++cbY) { + for (cbX = 0; cbX < subband->nXCBs; ++cbX) { + cb = &subband->cbs[cbY * subband->nXCBs + cbX]; + if (cb->included) { + if (!readCodeBlockData(tileComp, resLevel, precinct, subband, + tile->res, sb, cb)) { + return gFalse; + } + tilePartLen -= cb->dataLen; + cb->seen = gTrue; + } + } + } + } + + //----- next packet + + switch (tile->progOrder) { + case 0: // layer, resolution level, component, precinct + if (++tile->comp == img.nComps) { + tile->comp = 0; + if (++tile->res == tile->maxNDecompLevels + 1) { + tile->res = 0; + if (++tile->layer == tile->nLayers) { + tile->layer = 0; + } + } + } + break; + case 1: // resolution level, layer, component, precinct + if (++tile->comp == img.nComps) { + tile->comp = 0; + if (++tile->layer == tile->nLayers) { + tile->layer = 0; + if (++tile->res == tile->maxNDecompLevels + 1) { + tile->res = 0; + } + } + } + break; + case 2: // resolution level, precinct, component, layer + //~ this isn't correct -- see B.12.1.3 + if (++tile->layer == tile->nLayers) { + tile->layer = 0; + if (++tile->comp == img.nComps) { + tile->comp = 0; + if (++tile->res == tile->maxNDecompLevels + 1) { + tile->res = 0; + } + } + } + break; + case 3: // precinct, component, resolution level, layer + //~ this isn't correct -- see B.12.1.4 + if (++tile->layer == tile->nLayers) { + tile->layer = 0; + if (++tile->res == tile->maxNDecompLevels + 1) { + tile->res = 0; + if (++tile->comp == img.nComps) { + tile->comp = 0; + } + } + } + break; + case 4: // component, precinct, resolution level, layer + //~ this isn't correct -- see B.12.1.5 + if (++tile->layer == tile->nLayers) { + tile->layer = 0; + if (++tile->res == tile->maxNDecompLevels + 1) { + tile->res = 0; + if (++tile->comp == img.nComps) { + tile->comp = 0; + } + } + } + break; + } + } + + return gTrue; + + err: + error(getPos(), "Error in JPX stream"); + return gFalse; +} + +GBool JPXStream::readCodeBlockData(JPXTileComp *tileComp, + JPXResLevel *resLevel, + JPXPrecinct *precinct, + JPXSubband *subband, + Guint res, Guint sb, + JPXCodeBlock *cb) { + JPXCoeff *coeff0, *coeff1, *coeff; + Guint horiz, vert, diag, all, cx, xorBit; + int horizSign, vertSign; + Guint i, x, y0, y1, y2; + + if (cb->arithDecoder) { + cb->arithDecoder->restart(cb->dataLen); + } else { + cb->arithDecoder = new JArithmeticDecoder(); + cb->arithDecoder->setStream(str, cb->dataLen); + cb->arithDecoder->start(); + cb->stats = new JArithmeticDecoderStats(jpxNContexts); + cb->stats->setEntry(jpxContextSigProp, 4, 0); + cb->stats->setEntry(jpxContextRunLength, 3, 0); + cb->stats->setEntry(jpxContextUniform, 46, 0); + } + + for (i = 0; i < cb->nCodingPasses; ++i) { + switch (cb->nextPass) { + + //----- significance propagation pass + case jpxPassSigProp: + for (y0 = cb->y0, coeff0 = cb->coeffs; + y0 < cb->y1; + y0 += 4, coeff0 += 4 << tileComp->codeBlockW) { + for (x = cb->x0, coeff1 = coeff0; + x < cb->x1; + ++x, ++coeff1) { + for (y1 = 0, coeff = coeff1; + y1 < 4 && y0+y1 < cb->y1; + ++y1, coeff += tileComp->cbW) { + if (!(coeff->flags & jpxCoeffSignificant)) { + horiz = vert = diag = 0; + horizSign = vertSign = 2; + if (x > cb->x0) { + if (coeff[-1].flags & jpxCoeffSignificant) { + ++horiz; + horizSign += (coeff[-1].flags & jpxCoeffSign) ? -1 : 1; + } + if (y0+y1 > cb->y0) { + diag += (coeff[-(int)tileComp->cbW - 1].flags + >> jpxCoeffSignificantB) & 1; + } + if (y0+y1 < cb->y1 - 1) { + diag += (coeff[tileComp->cbW - 1].flags + >> jpxCoeffSignificantB) & 1; + } + } + if (x < cb->x1 - 1) { + if (coeff[1].flags & jpxCoeffSignificant) { + ++horiz; + horizSign += (coeff[1].flags & jpxCoeffSign) ? -1 : 1; + } + if (y0+y1 > cb->y0) { + diag += (coeff[-(int)tileComp->cbW + 1].flags + >> jpxCoeffSignificantB) & 1; + } + if (y0+y1 < cb->y1 - 1) { + diag += (coeff[tileComp->cbW + 1].flags + >> jpxCoeffSignificantB) & 1; + } + } + if (y0+y1 > cb->y0) { + if (coeff[-(int)tileComp->cbW].flags & jpxCoeffSignificant) { + ++vert; + vertSign += (coeff[-(int)tileComp->cbW].flags & jpxCoeffSign) + ? -1 : 1; + } + } + if (y0+y1 < cb->y1 - 1) { + if (coeff[tileComp->cbW].flags & jpxCoeffSignificant) { + ++vert; + vertSign += (coeff[tileComp->cbW].flags & jpxCoeffSign) + ? -1 : 1; + } + } + cx = sigPropContext[horiz][vert][diag][res == 0 ? 1 : sb]; + if (cx != 0) { + if (cb->arithDecoder->decodeBit(cx, cb->stats)) { + coeff->flags |= jpxCoeffSignificant | jpxCoeffFirstMagRef; + coeff->mag = (coeff->mag << 1) | 1; + cx = signContext[horizSign][vertSign][0]; + xorBit = signContext[horizSign][vertSign][1]; + if (cb->arithDecoder->decodeBit(cx, cb->stats) ^ xorBit) { + coeff->flags |= jpxCoeffSign; + } + } + ++coeff->len; + coeff->flags |= jpxCoeffTouched; + } + } + } + } + } + ++cb->nextPass; + break; + + //----- magnitude refinement pass + case jpxPassMagRef: + for (y0 = cb->y0, coeff0 = cb->coeffs; + y0 < cb->y1; + y0 += 4, coeff0 += 4 << tileComp->codeBlockW) { + for (x = cb->x0, coeff1 = coeff0; + x < cb->x1; + ++x, ++coeff1) { + for (y1 = 0, coeff = coeff1; + y1 < 4 && y0+y1 < cb->y1; + ++y1, coeff += tileComp->cbW) { + if ((coeff->flags & jpxCoeffSignificant) && + !(coeff->flags & jpxCoeffTouched)) { + if (coeff->flags & jpxCoeffFirstMagRef) { + all = 0; + if (x > cb->x0) { + all += (coeff[-1].flags >> jpxCoeffSignificantB) & 1; + if (y0+y1 > cb->y0) { + all += (coeff[-(int)tileComp->cbW - 1].flags + >> jpxCoeffSignificantB) & 1; + } + if (y0+y1 < cb->y1 - 1) { + all += (coeff[tileComp->cbW - 1].flags + >> jpxCoeffSignificantB) & 1; + } + } + if (x < cb->x1 - 1) { + all += (coeff[1].flags >> jpxCoeffSignificantB) & 1; + if (y0+y1 > cb->y0) { + all += (coeff[-(int)tileComp->cbW + 1].flags + >> jpxCoeffSignificantB) & 1; + } + if (y0+y1 < cb->y1 - 1) { + all += (coeff[tileComp->cbW + 1].flags + >> jpxCoeffSignificantB) & 1; + } + } + if (y0+y1 > cb->y0) { + all += (coeff[-(int)tileComp->cbW].flags + >> jpxCoeffSignificantB) & 1; + } + if (y0+y1 < cb->y1 - 1) { + all += (coeff[tileComp->cbW].flags + >> jpxCoeffSignificantB) & 1; + } + cx = all ? 15 : 14; + } else { + cx = 16; + } + coeff->mag = (coeff->mag << 1) | + cb->arithDecoder->decodeBit(cx, cb->stats); + ++coeff->len; + coeff->flags |= jpxCoeffTouched; + coeff->flags &= ~jpxCoeffFirstMagRef; + } + } + } + } + ++cb->nextPass; + break; + + //----- cleanup pass + case jpxPassCleanup: + for (y0 = cb->y0, coeff0 = cb->coeffs; + y0 < cb->y1; + y0 += 4, coeff0 += 4 << tileComp->codeBlockW) { + for (x = cb->x0, coeff1 = coeff0; + x < cb->x1; + ++x, ++coeff1) { + y1 = 0; + if (y0 + 3 < cb->y1 && + !(coeff1->flags & jpxCoeffTouched) && + !(coeff1[tileComp->cbW].flags & jpxCoeffTouched) && + !(coeff1[2 * tileComp->cbW].flags & jpxCoeffTouched) && + !(coeff1[3 * tileComp->cbW].flags & jpxCoeffTouched) && + (x == cb->x0 || y0 == cb->y0 || + !(coeff1[-(int)tileComp->cbW - 1].flags + & jpxCoeffSignificant)) && + (y0 == cb->y0 || + !(coeff1[-(int)tileComp->cbW].flags + & jpxCoeffSignificant)) && + (x == cb->x1 - 1 || y0 == cb->y0 || + !(coeff1[-(int)tileComp->cbW + 1].flags + & jpxCoeffSignificant)) && + (x == cb->x0 || + (!(coeff1[-1].flags & jpxCoeffSignificant) && + !(coeff1[tileComp->cbW - 1].flags + & jpxCoeffSignificant) && + !(coeff1[2 * tileComp->cbW - 1].flags + & jpxCoeffSignificant) && + !(coeff1[3 * tileComp->cbW - 1].flags + & jpxCoeffSignificant))) && + (x == cb->x1 - 1 || + (!(coeff1[1].flags & jpxCoeffSignificant) && + !(coeff1[tileComp->cbW + 1].flags + & jpxCoeffSignificant) && + !(coeff1[2 * tileComp->cbW + 1].flags + & jpxCoeffSignificant) && + !(coeff1[3 * tileComp->cbW + 1].flags + & jpxCoeffSignificant))) && + (x == cb->x0 || y0+4 == cb->y1 || + !(coeff1[4 * tileComp->cbW - 1].flags & jpxCoeffSignificant)) && + (y0+4 == cb->y1 || + !(coeff1[4 * tileComp->cbW].flags & jpxCoeffSignificant)) && + (x == cb->x1 - 1 || y0+4 == cb->y1 || + !(coeff1[4 * tileComp->cbW + 1].flags + & jpxCoeffSignificant))) { + if (cb->arithDecoder->decodeBit(jpxContextRunLength, cb->stats)) { + y1 = cb->arithDecoder->decodeBit(jpxContextUniform, cb->stats); + y1 = (y1 << 1) | + cb->arithDecoder->decodeBit(jpxContextUniform, cb->stats); + for (y2 = 0, coeff = coeff1; + y2 < y1; + ++y2, coeff += tileComp->cbW) { + ++coeff->len; + } + coeff->flags |= jpxCoeffSignificant | jpxCoeffFirstMagRef; + coeff->mag = (coeff->mag << 1) | 1; + ++coeff->len; + cx = signContext[2][2][0]; + xorBit = signContext[2][2][1]; + if (cb->arithDecoder->decodeBit(cx, cb->stats) ^ xorBit) { + coeff->flags |= jpxCoeffSign; + } + ++y1; + } else { + for (y1 = 0, coeff = coeff1; + y1 < 4; + ++y1, coeff += tileComp->cbW) { + ++coeff->len; + } + y1 = 4; + } + } + for (coeff = &coeff1[y1 << tileComp->codeBlockW]; + y1 < 4 && y0 + y1 < cb->y1; + ++y1, coeff += tileComp->cbW) { + if (!(coeff->flags & jpxCoeffTouched)) { + horiz = vert = diag = 0; + horizSign = vertSign = 2; + if (x > cb->x0) { + if (coeff[-1].flags & jpxCoeffSignificant) { + ++horiz; + horizSign += (coeff[-1].flags & jpxCoeffSign) ? -1 : 1; + } + if (y0+y1 > cb->y0) { + diag += (coeff[-(int)tileComp->cbW - 1].flags + >> jpxCoeffSignificantB) & 1; + } + if (y0+y1 < cb->y1 - 1) { + diag += (coeff[tileComp->cbW - 1].flags + >> jpxCoeffSignificantB) & 1; + } + } + if (x < cb->x1 - 1) { + if (coeff[1].flags & jpxCoeffSignificant) { + ++horiz; + horizSign += (coeff[1].flags & jpxCoeffSign) ? -1 : 1; + } + if (y0+y1 > cb->y0) { + diag += (coeff[-(int)tileComp->cbW + 1].flags + >> jpxCoeffSignificantB) & 1; + } + if (y0+y1 < cb->y1 - 1) { + diag += (coeff[tileComp->cbW + 1].flags + >> jpxCoeffSignificantB) & 1; + } + } + if (y0+y1 > cb->y0) { + if (coeff[-(int)tileComp->cbW].flags & jpxCoeffSignificant) { + ++vert; + vertSign += (coeff[-(int)tileComp->cbW].flags & jpxCoeffSign) + ? -1 : 1; + } + } + if (y0+y1 < cb->y1 - 1) { + if (coeff[tileComp->cbW].flags & jpxCoeffSignificant) { + ++vert; + vertSign += (coeff[tileComp->cbW].flags & jpxCoeffSign) + ? -1 : 1; + } + } + cx = sigPropContext[horiz][vert][diag][res == 0 ? 1 : sb]; + if (cb->arithDecoder->decodeBit(cx, cb->stats)) { + coeff->flags |= jpxCoeffSignificant | jpxCoeffFirstMagRef; + coeff->mag = (coeff->mag << 1) | 1; + cx = signContext[horizSign][vertSign][0]; + xorBit = signContext[horizSign][vertSign][1]; + if (cb->arithDecoder->decodeBit(cx, cb->stats) ^ xorBit) { + coeff->flags |= jpxCoeffSign; + } + } + ++coeff->len; + } else { + coeff->flags &= ~jpxCoeffTouched; + } + } + } + } + cb->nextPass = jpxPassSigProp; + break; + } + } + + cb->arithDecoder->cleanup(); + return gTrue; +} + +// Inverse quantization, and wavelet transform (IDWT). This also does +// the initial shift to convert to fixed point format. +void JPXStream::inverseTransform(JPXTileComp *tileComp) { + JPXResLevel *resLevel; + JPXPrecinct *precinct; + JPXSubband *subband; + JPXCodeBlock *cb; + JPXCoeff *coeff0, *coeff; + Guint qStyle, guard, eps, shift; + int shift2; + double mu; + int val; + int *dataPtr; + Guint nx0, ny0, nx1, ny1; + Guint r, cbX, cbY, x, y; + + //----- (NL)LL subband (resolution level 0) + + resLevel = &tileComp->resLevels[0]; + precinct = &resLevel->precincts[0]; + subband = &precinct->subbands[0]; + + // i-quant parameters + qStyle = tileComp->quantStyle & 0x1f; + guard = (tileComp->quantStyle >> 5) & 7; + if (qStyle == 0) { + eps = (tileComp->quantSteps[0] >> 3) & 0x1f; + shift = guard + eps - 1; + mu = 0; // make gcc happy + } else { + shift = guard - 1 + tileComp->prec; + mu = (double)(0x800 + (tileComp->quantSteps[0] & 0x7ff)) / 2048.0; + } + if (tileComp->transform == 0) { + shift += fracBits; + } + + // copy (NL)LL into the upper-left corner of the data array, doing + // the fixed point adjustment and dequantization along the way + cb = subband->cbs; + for (cbY = 0; cbY < subband->nYCBs; ++cbY) { + for (cbX = 0; cbX < subband->nXCBs; ++cbX) { + for (y = cb->y0, coeff0 = cb->coeffs; + y < cb->y1; + ++y, coeff0 += tileComp->cbW) { + dataPtr = &tileComp->data[(y - subband->y0) + * (tileComp->x1 - tileComp->x0) + + (cb->x0 - subband->x0)]; + for (x = cb->x0, coeff = coeff0; x < cb->x1; ++x, ++coeff) { + val = (int)coeff->mag; + if (val != 0) { + shift2 = shift - (cb->nZeroBitPlanes + coeff->len); + if (shift2 > 0) { + val = (val << shift2) + (1 << (shift2 - 1)); + } else { + val >>= -shift2; + } + if (qStyle == 0) { + if (tileComp->transform == 0) { + val &= -1 << fracBits; + } + } else { + val = (int)((double)val * mu); + } + if (coeff->flags & jpxCoeffSign) { + val = -val; + } + } + *dataPtr++ = val; + } + } + ++cb; + } + } + + //----- IDWT for each level + + for (r = 1; r <= tileComp->nDecompLevels; ++r) { + resLevel = &tileComp->resLevels[r]; + + // (n)LL is already in the upper-left corner of the + // tile-component data array -- interleave with (n)HL/LH/HH + // and inverse transform to get (n-1)LL, which will be stored + // in the upper-left corner of the tile-component data array + if (r == tileComp->nDecompLevels) { + nx0 = tileComp->x0; + ny0 = tileComp->y0; + nx1 = tileComp->x1; + ny1 = tileComp->y1; + } else { + nx0 = tileComp->resLevels[r+1].x0; + ny0 = tileComp->resLevels[r+1].y0; + nx1 = tileComp->resLevels[r+1].x1; + ny1 = tileComp->resLevels[r+1].y1; + } + inverseTransformLevel(tileComp, r, resLevel, nx0, ny0, nx1, ny1); + } +} + +// Do one level of the inverse transform: +// - take (n)LL from the tile-component data array +// - take (n)HL/LH/HH from +// - leave the resulting (n-1)LL in the tile-component data array +void JPXStream::inverseTransformLevel(JPXTileComp *tileComp, + Guint r, JPXResLevel *resLevel, + Guint nx0, Guint ny0, + Guint nx1, Guint ny1) { + JPXPrecinct *precinct; + JPXSubband *subband; + JPXCodeBlock *cb; + JPXCoeff *coeff0, *coeff; + Guint qStyle, guard, eps, shift, t; + int shift2; + double mu; + int val; + int *dataPtr; + Guint xo, yo; + Guint x, y, sb, cbX, cbY; + int xx, yy; + + //----- interleave + + // spread out LL + for (yy = resLevel->y1 - 1; yy >= (int)resLevel->y0; --yy) { + for (xx = resLevel->x1 - 1; xx >= (int)resLevel->x0; --xx) { + tileComp->data[(2 * yy - ny0) * (tileComp->x1 - tileComp->x0) + + (2 * xx - nx0)] = + tileComp->data[(yy - resLevel->y0) * (tileComp->x1 - tileComp->x0) + + (xx - resLevel->x0)]; + } + } + + // i-quant parameters + qStyle = tileComp->quantStyle & 0x1f; + guard = (tileComp->quantStyle >> 5) & 7; + + // interleave HL/LH/HH + precinct = &resLevel->precincts[0]; + for (sb = 0; sb < 3; ++sb) { + + // i-quant parameters + if (qStyle == 0) { + eps = (tileComp->quantSteps[3*r - 2 + sb] >> 3) & 0x1f; + shift = guard + eps - 1; + mu = 0; // make gcc happy + } else { + shift = guard + tileComp->prec; + if (sb == 2) { + ++shift; + } + t = tileComp->quantSteps[qStyle == 1 ? 0 : (3*r - 2 + sb)]; + mu = (double)(0x800 + (t & 0x7ff)) / 2048.0; + } + if (tileComp->transform == 0) { + shift += fracBits; + } + + // copy the subband coefficients into the data array, doing the + // fixed point adjustment and dequantization along the way + xo = (sb & 1) ? 0 : 1; + yo = (sb > 0) ? 1 : 0; + subband = &precinct->subbands[sb]; + cb = subband->cbs; + for (cbY = 0; cbY < subband->nYCBs; ++cbY) { + for (cbX = 0; cbX < subband->nXCBs; ++cbX) { + for (y = cb->y0, coeff0 = cb->coeffs; + y < cb->y1; + ++y, coeff0 += tileComp->cbW) { + dataPtr = &tileComp->data[(2 * y + yo - ny0) + * (tileComp->x1 - tileComp->x0) + + (2 * cb->x0 + xo - nx0)]; + for (x = cb->x0, coeff = coeff0; x < cb->x1; ++x, ++coeff) { + val = (int)coeff->mag; + if (val != 0) { + shift2 = shift - (cb->nZeroBitPlanes + coeff->len); + if (shift2 > 0) { + val = (val << shift2) + (1 << (shift2 - 1)); + } else { + val >>= -shift2; + } + if (qStyle == 0) { + if (tileComp->transform == 0) { + val &= -1 << fracBits; + } + } else { + val = (int)((double)val * mu); + } + if (coeff->flags & jpxCoeffSign) { + val = -val; + } + } + *dataPtr = val; + dataPtr += 2; + } + } + ++cb; + } + } + } + + //----- horizontal (row) transforms + dataPtr = tileComp->data; + for (y = 0; y < ny1 - ny0; ++y) { + inverseTransform1D(tileComp, dataPtr, 1, nx0, nx1); + dataPtr += tileComp->x1 - tileComp->x0; + } + + //----- vertical (column) transforms + dataPtr = tileComp->data; + for (x = 0; x < nx1 - nx0; ++x) { + inverseTransform1D(tileComp, dataPtr, + tileComp->x1 - tileComp->x0, ny0, ny1); + ++dataPtr; + } +} + +void JPXStream::inverseTransform1D(JPXTileComp *tileComp, + int *data, Guint stride, + Guint i0, Guint i1) { + int *buf; + Guint offset, end, i; + + //----- special case for length = 1 + if (i1 - i0 == 1) { + if (i0 & 1) { + *data >>= 1; + } + + } else { + + // choose an offset: this makes even buf[] indexes correspond to + // odd values of i, and vice versa + offset = 3 + (i0 & 1); + end = offset + i1 - i0; + + //----- gather + buf = tileComp->buf; + for (i = 0; i < i1 - i0; ++i) { + buf[offset + i] = data[i * stride]; + } + + //----- extend right + buf[end] = buf[end - 2]; + if (i1 - i0 == 2) { + buf[end+1] = buf[offset + 1]; + buf[end+2] = buf[offset]; + buf[end+3] = buf[offset + 1]; + } else { + buf[end+1] = buf[end - 3]; + if (i1 - i0 == 3) { + buf[end+2] = buf[offset + 1]; + buf[end+3] = buf[offset + 2]; + } else { + buf[end+2] = buf[end - 4]; + if (i1 - i0 == 4) { + buf[end+3] = buf[offset + 1]; + } else { + buf[end+3] = buf[end - 5]; + } + } + } + + //----- extend left + buf[offset - 1] = buf[offset + 1]; + buf[offset - 2] = buf[offset + 2]; + buf[offset - 3] = buf[offset + 3]; + if (offset == 4) { + buf[0] = buf[offset + 4]; + } + + //----- 9-7 irreversible filter + + if (tileComp->transform == 0) { + // step 1 (even) + for (i = 1; i <= end + 2; i += 2) { + buf[i] = (int)(idwtKappa * buf[i]); + } + // step 2 (odd) + for (i = 0; i <= end + 3; i += 2) { + buf[i] = (int)(idwtIKappa * buf[i]); + } + // step 3 (even) + for (i = 1; i <= end + 2; i += 2) { + buf[i] = (int)(buf[i] - idwtDelta * (buf[i-1] + buf[i+1])); + } + // step 4 (odd) + for (i = 2; i <= end + 1; i += 2) { + buf[i] = (int)(buf[i] - idwtGamma * (buf[i-1] + buf[i+1])); + } + // step 5 (even) + for (i = 3; i <= end; i += 2) { + buf[i] = (int)(buf[i] - idwtBeta * (buf[i-1] + buf[i+1])); + } + // step 6 (odd) + for (i = 4; i <= end - 1; i += 2) { + buf[i] = (int)(buf[i] - idwtAlpha * (buf[i-1] + buf[i+1])); + } + + //----- 5-3 reversible filter + + } else { + // step 1 (even) + for (i = 3; i <= end; i += 2) { + buf[i] -= (buf[i-1] + buf[i+1] + 2) >> 2; + } + // step 2 (odd) + for (i = 4; i < end; i += 2) { + buf[i] += (buf[i-1] + buf[i+1]) >> 1; + } + } + + //----- scatter + for (i = 0; i < i1 - i0; ++i) { + data[i * stride] = buf[offset + i]; + } + } +} + +// Inverse multi-component transform and DC level shift. This also +// converts fixed point samples back to integers. +GBool JPXStream::inverseMultiCompAndDC(JPXTile *tile) { + JPXTileComp *tileComp; + int coeff, d0, d1, d2, t, minVal, maxVal, zeroVal; + int *dataPtr; + Guint j, comp, x, y; + + //----- inverse multi-component transform + + if (tile->multiComp == 1) { + if (img.nComps < 3 || + tile->tileComps[0].hSep != tile->tileComps[1].hSep || + tile->tileComps[0].vSep != tile->tileComps[1].vSep || + tile->tileComps[1].hSep != tile->tileComps[2].hSep || + tile->tileComps[1].vSep != tile->tileComps[2].vSep) { + return gFalse; + } + + // inverse irreversible multiple component transform + if (tile->tileComps[0].transform == 0) { + j = 0; + for (y = 0; y < tile->tileComps[0].y1 - tile->tileComps[0].y0; ++y) { + for (x = 0; x < tile->tileComps[0].x1 - tile->tileComps[0].x0; ++x) { + d0 = tile->tileComps[0].data[j]; + d1 = tile->tileComps[1].data[j]; + d2 = tile->tileComps[2].data[j]; + tile->tileComps[0].data[j] = (int)(d0 + 1.402 * d2 + 0.5); + tile->tileComps[1].data[j] = + (int)(d0 - 0.34413 * d1 - 0.71414 * d2 + 0.5); + tile->tileComps[2].data[j] = (int)(d0 + 1.772 * d1 + 0.5); + ++j; + } + } + + // inverse reversible multiple component transform + } else { + j = 0; + for (y = 0; y < tile->tileComps[0].y1 - tile->tileComps[0].y0; ++y) { + for (x = 0; x < tile->tileComps[0].x1 - tile->tileComps[0].x0; ++x) { + d0 = tile->tileComps[0].data[j]; + d1 = tile->tileComps[1].data[j]; + d2 = tile->tileComps[2].data[j]; + tile->tileComps[1].data[j] = t = d0 - ((d2 + d1) >> 2); + tile->tileComps[0].data[j] = d2 + t; + tile->tileComps[2].data[j] = d1 + t; + ++j; + } + } + } + } + + //----- DC level shift + for (comp = 0; comp < img.nComps; ++comp) { + tileComp = &tile->tileComps[comp]; + + // signed: clip + if (tileComp->sgned) { + minVal = -(1 << (tileComp->prec - 1)); + maxVal = (1 << (tileComp->prec - 1)) - 1; + dataPtr = tileComp->data; + for (y = 0; y < tileComp->y1 - tileComp->y0; ++y) { + for (x = 0; x < tileComp->x1 - tileComp->x0; ++x) { + coeff = *dataPtr; + if (tileComp->transform == 0) { + coeff >>= fracBits; + } + if (coeff < minVal) { + coeff = minVal; + } else if (coeff > maxVal) { + coeff = maxVal; + } + *dataPtr++ = coeff; + } + } + + // unsigned: inverse DC level shift and clip + } else { + maxVal = (1 << tileComp->prec) - 1; + zeroVal = 1 << (tileComp->prec - 1); + dataPtr = tileComp->data; + for (y = 0; y < tileComp->y1 - tileComp->y0; ++y) { + for (x = 0; x < tileComp->x1 - tileComp->x0; ++x) { + coeff = *dataPtr; + if (tileComp->transform == 0) { + coeff >>= fracBits; + } + coeff += zeroVal; + if (coeff < 0) { + coeff = 0; + } else if (coeff > maxVal) { + coeff = maxVal; + } + *dataPtr++ = coeff; + } + } + } + } + + return gTrue; +} + +GBool JPXStream::readBoxHdr(Guint *boxType, Guint *boxLen, Guint *dataLen) { + Guint len, lenH; + + if (!readULong(&len) || + !readULong(boxType)) { + return gFalse; + } + if (len == 1) { + if (!readULong(&lenH) || !readULong(&len)) { + return gFalse; + } + if (lenH) { + error(getPos(), "JPX stream contains a box larger than 2^32 bytes"); + return gFalse; + } + *boxLen = len; + *dataLen = len - 16; + } else if (len == 0) { + *boxLen = 0; + *dataLen = 0; + } else { + *boxLen = len; + *dataLen = len - 8; + } + return gTrue; +} + +int JPXStream::readMarkerHdr(int *segType, Guint *segLen) { + int c; + + do { + do { + if ((c = str->getChar()) == EOF) { + return gFalse; + } + } while (c != 0xff); + do { + if ((c = str->getChar()) == EOF) { + return gFalse; + } + } while (c == 0xff); + } while (c == 0x00); + *segType = c; + if ((c >= 0x30 && c <= 0x3f) || + c == 0x4f || c == 0x92 || c == 0x93 || c == 0xd9) { + *segLen = 0; + return gTrue; + } + return readUWord(segLen); +} + +GBool JPXStream::readUByte(Guint *x) { + int c0; + + if ((c0 = str->getChar()) == EOF) { + return gFalse; + } + *x = (Guint)c0; + return gTrue; +} + +GBool JPXStream::readByte(int *x) { + int c0; + + if ((c0 = str->getChar()) == EOF) { + return gFalse; + } + *x = c0; + if (c0 & 0x80) { + *x |= -1 - 0xff; + } + return gTrue; +} + +GBool JPXStream::readUWord(Guint *x) { + int c0, c1; + + if ((c0 = str->getChar()) == EOF || + (c1 = str->getChar()) == EOF) { + return gFalse; + } + *x = (Guint)((c0 << 8) | c1); + return gTrue; +} + +GBool JPXStream::readULong(Guint *x) { + int c0, c1, c2, c3; + + if ((c0 = str->getChar()) == EOF || + (c1 = str->getChar()) == EOF || + (c2 = str->getChar()) == EOF || + (c3 = str->getChar()) == EOF) { + return gFalse; + } + *x = (Guint)((c0 << 24) | (c1 << 16) | (c2 << 8) | c3); + return gTrue; +} + +GBool JPXStream::readNBytes(int nBytes, GBool signd, int *x) { + int y, c, i; + + y = 0; + for (i = 0; i < nBytes; ++i) { + if ((c = str->getChar()) == EOF) { + return gFalse; + } + y = (y << 8) + c; + } + if (signd) { + if (y & (1 << (8 * nBytes - 1))) { + y |= -1 << (8 * nBytes); + } + } + *x = y; + return gTrue; +} + +GBool JPXStream::readBits(int nBits, Guint *x) { + int c; + + while (bitBufLen < nBits) { + if ((c = str->getChar()) == EOF) { + return gFalse; + } + ++byteCount; + if (bitBufSkip) { + bitBuf = (bitBuf << 7) | (c & 0x7f); + bitBufLen += 7; + } else { + bitBuf = (bitBuf << 8) | (c & 0xff); + bitBufLen += 8; + } + bitBufSkip = c == 0xff; + } + *x = (bitBuf >> (bitBufLen - nBits)) & ((1 << nBits) - 1); + bitBufLen -= nBits; + return gTrue; +} + +void JPXStream::clearBitBuf() { + bitBufLen = 0; + bitBufSkip = gFalse; + byteCount = 0; +} diff --git a/pdftops/JPXStream.h b/pdftops/JPXStream.h new file mode 100644 index 0000000000..60c12f07f7 --- /dev/null +++ b/pdftops/JPXStream.h @@ -0,0 +1,349 @@ +//======================================================================== +// +// JPXStream.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef JPXSTREAM_H +#define JPXSTREAM_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "Object.h" +#include "Stream.h" + +class JArithmeticDecoderStats; + +//------------------------------------------------------------------------ + +enum JPXColorSpaceType { + jpxCSBiLevel = 0, + jpxCSYCbCr1 = 1, + jpxCSYCbCr2 = 3, + jpxCSYCBCr3 = 4, + jpxCSPhotoYCC = 9, + jpxCSCMY = 11, + jpxCSCMYK = 12, + jpxCSYCCK = 13, + jpxCSCIELab = 14, + jpxCSsRGB = 16, + jpxCSGrayscale = 17, + jpxCSBiLevel2 = 18, + jpxCSCIEJab = 19, + jpxCSCISesRGB = 20, + jpxCSROMMRGB = 21, + jpxCSsRGBYCbCr = 22, + jpxCSYPbPr1125 = 23, + jpxCSYPbPr1250 = 24 +}; + +struct JPXColorSpecCIELab { + Guint rl, ol, ra, oa, rb, ob, il; +}; + +struct JPXColorSpecEnumerated { + JPXColorSpaceType type; // color space type + union { + JPXColorSpecCIELab cieLab; + }; +}; + +struct JPXColorSpec { + Guint meth; // method + int prec; // precedence + union { + JPXColorSpecEnumerated enumerated; + }; +}; + +//------------------------------------------------------------------------ + +struct JPXPalette { + Guint nEntries; // number of entries in the palette + Guint nComps; // number of components in each entry + Guint *bpc; // bits per component, for each component + int *c; // color data: + // c[i*nComps+j] = entry i, component j +}; + +//------------------------------------------------------------------------ + +struct JPXCompMap { + Guint nChannels; // number of channels + Guint *comp; // codestream components mapped to each channel + Guint *type; // 0 for direct use, 1 for palette mapping + Guint *pComp; // palette components to use +}; + +//------------------------------------------------------------------------ + +struct JPXChannelDefn { + Guint nChannels; // number of channels + Guint *idx; // channel indexes + Guint *type; // channel types + Guint *assoc; // channel associations +}; + +//------------------------------------------------------------------------ + +struct JPXTagTreeNode { + GBool finished; // true if this node is finished + Guint val; // current value +}; + +//------------------------------------------------------------------------ + +struct JPXCoeff { + Gushort flags; // flag bits + Gushort len; // number of significant bits in mag + Guint mag; // magnitude value +}; + +// coefficient flags +#define jpxCoeffSignificantB 0 +#define jpxCoeffTouchedB 1 +#define jpxCoeffFirstMagRefB 2 +#define jpxCoeffSignB 7 +#define jpxCoeffSignificant (1 << jpxCoeffSignificantB) +#define jpxCoeffTouched (1 << jpxCoeffTouchedB) +#define jpxCoeffFirstMagRef (1 << jpxCoeffFirstMagRefB) +#define jpxCoeffSign (1 << jpxCoeffSignB) + +//------------------------------------------------------------------------ + +struct JPXCodeBlock { + //----- size + Guint x0, y0, x1, y1; // bounds + + //----- persistent state + GBool seen; // true if this code-block has already + // been seen + Guint lBlock; // base number of bits used for pkt data length + Guint nextPass; // next coding pass + + //---- info from first packet + Guint nZeroBitPlanes; // number of zero bit planes + + //----- info for the current packet + Guint included; // code-block inclusion in this packet: + // 0=not included, 1=included + Guint nCodingPasses; // number of coding passes in this pkt + Guint dataLen; // pkt data length + + //----- coefficient data + JPXCoeff *coeffs; // the coefficients + JArithmeticDecoder // arithmetic decoder + *arithDecoder; + JArithmeticDecoderStats // arithmetic decoder stats + *stats; +}; + +//------------------------------------------------------------------------ + +struct JPXSubband { + //----- computed + Guint x0, y0, x1, y1; // bounds + Guint nXCBs, nYCBs; // number of code-blocks in the x and y + // directions + + //----- tag trees + Guint maxTTLevel; // max tag tree level + JPXTagTreeNode *inclusion; // inclusion tag tree for each subband + JPXTagTreeNode *zeroBitPlane; // zero-bit plane tag tree for each + // subband + + //----- children + JPXCodeBlock *cbs; // the code-blocks (len = nXCBs * nYCBs) +}; + +//------------------------------------------------------------------------ + +struct JPXPrecinct { + //----- computed + Guint x0, y0, x1, y1; // bounds of the precinct + + //----- children + JPXSubband *subbands; // the subbands +}; + +//------------------------------------------------------------------------ + +struct JPXResLevel { + //----- from the COD and COC segments (main and tile) + Guint precinctWidth; // log2(precinct width) + Guint precinctHeight; // log2(precinct height) + + //----- computed + Guint x0, y0, x1, y1; // bounds of the tile-comp (for this res level) + Guint bx0[3], by0[3], // subband bounds + bx1[3], by1[3]; + + //---- children + JPXPrecinct *precincts; // the precincts +}; + +//------------------------------------------------------------------------ + +struct JPXTileComp { + //----- from the SIZ segment + GBool sgned; // 1 for signed, 0 for unsigned + Guint prec; // precision, in bits + Guint hSep; // horizontal separation of samples + Guint vSep; // vertical separation of samples + + //----- from the COD and COC segments (main and tile) + Guint style; // coding style parameter (Scod / Scoc) + Guint nDecompLevels; // number of decomposition levels + Guint codeBlockW; // log2(code-block width) + Guint codeBlockH; // log2(code-block height) + Guint codeBlockStyle; // code-block style + Guint transform; // wavelet transformation + + //----- from the QCD and QCC segments (main and tile) + Guint quantStyle; // quantization style + Guint *quantSteps; // quantization step size for each subband + Guint nQuantSteps; // number of entries in quantSteps + + //----- computed + Guint x0, y0, x1, y1; // bounds of the tile-comp, in ref coords + Guint cbW; // code-block width + Guint cbH; // code-block height + + //----- image data + int *data; // the decoded image data + int *buf; // intermediate buffer for the inverse + // transform + + //----- children + JPXResLevel *resLevels; // the resolution levels + // (len = nDecompLevels + 1) +}; + +//------------------------------------------------------------------------ + +struct JPXTile { + //----- from the COD segments (main and tile) + Guint progOrder; // progression order + Guint nLayers; // number of layers + Guint multiComp; // multiple component transformation + + //----- computed + Guint x0, y0, x1, y1; // bounds of the tile, in ref coords + Guint maxNDecompLevels; // max number of decomposition levels used + // in any component in this tile + + //----- progression order loop counters + Guint comp; // component + Guint res; // resolution level + Guint precinct; // precinct + Guint layer; // layer + + //----- children + JPXTileComp *tileComps; // the tile-components (len = JPXImage.nComps) +}; + +//------------------------------------------------------------------------ + +struct JPXImage { + //----- from the SIZ segment + Guint xSize, ySize; // size of reference grid + Guint xOffset, yOffset; // image offset + Guint xTileSize, yTileSize; // size of tiles + Guint xTileOffset, // offset of first tile + yTileOffset; + Guint nComps; // number of components + + //----- computed + Guint nXTiles; // number of tiles in x direction + Guint nYTiles; // number of tiles in y direction + + //----- children + JPXTile *tiles; // the tiles (len = nXTiles * nYTiles) +}; + +//------------------------------------------------------------------------ + +class JPXStream: public FilterStream { +public: + + JPXStream(Stream *strA); + virtual ~JPXStream(); + virtual StreamKind getKind() { return strJPX; } + virtual void reset(); + virtual int getChar(); + virtual int lookChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + virtual void getImageParams(int *bitsPerComponent, + StreamColorSpaceMode *csMode); + +private: + + void fillReadBuf(); + void getImageParams2(int *bitsPerComponent, StreamColorSpaceMode *csMode); + GBool readBoxes(); + GBool readColorSpecBox(Guint dataLen); + GBool readCodestream(Guint len); + GBool readTilePart(); + GBool readTilePartData(Guint tileIdx, + Guint tilePartLen, GBool tilePartToEOC); + GBool readCodeBlockData(JPXTileComp *tileComp, + JPXResLevel *resLevel, + JPXPrecinct *precinct, + JPXSubband *subband, + Guint res, Guint sb, + JPXCodeBlock *cb); + void inverseTransform(JPXTileComp *tileComp); + void inverseTransformLevel(JPXTileComp *tileComp, + Guint r, JPXResLevel *resLevel, + Guint nx0, Guint ny0, + Guint nx1, Guint ny1); + void inverseTransform1D(JPXTileComp *tileComp, + int *data, Guint stride, + Guint i0, Guint i1); + GBool inverseMultiCompAndDC(JPXTile *tile); + GBool readBoxHdr(Guint *boxType, Guint *boxLen, Guint *dataLen); + int readMarkerHdr(int *segType, Guint *segLen); + GBool readUByte(Guint *x); + GBool readByte(int *x); + GBool readUWord(Guint *x); + GBool readULong(Guint *x); + GBool readNBytes(int nBytes, GBool signd, int *x); + GBool readBits(int nBits, Guint *x); + void clearBitBuf(); + + Guint nComps; // number of components + Guint *bpc; // bits per component, for each component + Guint width, height; // image size + GBool haveImgHdr; // set if a JP2/JPX image header has been + // found + JPXColorSpec cs; // color specification + GBool haveCS; // set if a color spec has been found + JPXPalette palette; // the palette + GBool havePalette; // set if a palette has been found + JPXCompMap compMap; // the component mapping + GBool haveCompMap; // set if a component mapping has been found + JPXChannelDefn channelDefn; // channel definition + GBool haveChannelDefn; // set if a channel defn has been found + + JPXImage img; // JPEG2000 decoder data + Guint bitBuf; // buffer for bit reads + int bitBufLen; // number of bits in bitBuf + GBool bitBufSkip; // true if next bit should be skipped + // (for bit stuffing) + Guint byteCount; // number of bytes read since last call + // to clearBitBuf + + Guint curX, curY, curComp; // current position for lookChar/getChar + Guint readBuf; // read buffer + Guint readBufLen; // number of valid bits in readBuf +}; + +#endif diff --git a/pdftops/Lexer.cxx b/pdftops/Lexer.cxx new file mode 100644 index 0000000000..2bb0f50dbb --- /dev/null +++ b/pdftops/Lexer.cxx @@ -0,0 +1,485 @@ +//======================================================================== +// +// Lexer.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include "Lexer.h" +#include "Error.h" + +//------------------------------------------------------------------------ + +// A '1' in this array means the character is white space. A '1' or +// '2' means the character ends a name or command. +static char specialChars[256] = { + 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, // 0x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 1x + 1, 0, 0, 0, 0, 2, 0, 0, 2, 2, 0, 0, 0, 0, 0, 2, // 2x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, // 3x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 4x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 5x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 6x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 7x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 8x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 9x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ax + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // bx + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // cx + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // dx + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ex + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 // fx +}; + +//------------------------------------------------------------------------ +// Lexer +//------------------------------------------------------------------------ + +Lexer::Lexer(XRef *xref, Stream *str) { + Object obj; + + curStr.initStream(str); + streams = new Array(xref); + streams->add(curStr.copy(&obj)); + strPtr = 0; + freeArray = gTrue; + curStr.streamReset(); +} + +Lexer::Lexer(XRef *xref, Object *obj) { + Object obj2; + + if (obj->isStream()) { + streams = new Array(xref); + freeArray = gTrue; + streams->add(obj->copy(&obj2)); + } else { + streams = obj->getArray(); + freeArray = gFalse; + } + strPtr = 0; + if (streams->getLength() > 0) { + streams->get(strPtr, &curStr); + curStr.streamReset(); + } +} + +Lexer::~Lexer() { + if (!curStr.isNone()) { + curStr.streamClose(); + curStr.free(); + } + if (freeArray) { + delete streams; + } +} + +int Lexer::getChar() { + int c; + + c = EOF; + while (!curStr.isNone() && (c = curStr.streamGetChar()) == EOF) { + curStr.streamClose(); + curStr.free(); + ++strPtr; + if (strPtr < streams->getLength()) { + streams->get(strPtr, &curStr); + curStr.streamReset(); + } + } + return c; +} + +int Lexer::lookChar() { + if (curStr.isNone()) { + return EOF; + } + return curStr.streamLookChar(); +} + +Object *Lexer::getObj(Object *obj) { + char *p; + int c, c2; + GBool comment, neg, done; + int numParen; + int xi; + double xf, scale; + GString *s; + int n, m; + + // skip whitespace and comments + comment = gFalse; + while (1) { + if ((c = getChar()) == EOF) { + return obj->initEOF(); + } + if (comment) { + if (c == '\r' || c == '\n') + comment = gFalse; + } else if (c == '%') { + comment = gTrue; + } else if (specialChars[c] != 1) { + break; + } + } + + // start reading token + switch (c) { + + // number + case '0': case '1': case '2': case '3': case '4': + case '5': case '6': case '7': case '8': case '9': + case '-': case '.': + neg = gFalse; + xi = 0; + if (c == '-') { + neg = gTrue; + } else if (c == '.') { + goto doReal; + } else { + xi = c - '0'; + } + while (1) { + c = lookChar(); + if (isdigit(c)) { + getChar(); + xi = xi * 10 + (c - '0'); + } else if (c == '.') { + getChar(); + goto doReal; + } else { + break; + } + } + if (neg) + xi = -xi; + obj->initInt(xi); + break; + doReal: + xf = xi; + scale = 0.1; + while (1) { + c = lookChar(); + if (c == '-') { + // ignore minus signs in the middle of numbers to match + // Adobe's behavior + error(getPos(), "Badly formatted number"); + getChar(); + continue; + } + if (!isdigit(c)) { + break; + } + getChar(); + xf = xf + scale * (c - '0'); + scale *= 0.1; + } + if (neg) + xf = -xf; + obj->initReal(xf); + break; + + // string + case '(': + p = tokBuf; + n = 0; + numParen = 1; + done = gFalse; + s = NULL; + do { + c2 = EOF; + switch (c = getChar()) { + + case EOF: +#if 0 + // This breaks some PDF files, e.g., ones from Photoshop. + case '\r': + case '\n': +#endif + error(getPos(), "Unterminated string"); + done = gTrue; + break; + + case '(': + ++numParen; + c2 = c; + break; + + case ')': + if (--numParen == 0) { + done = gTrue; + } else { + c2 = c; + } + break; + + case '\\': + switch (c = getChar()) { + case 'n': + c2 = '\n'; + break; + case 'r': + c2 = '\r'; + break; + case 't': + c2 = '\t'; + break; + case 'b': + c2 = '\b'; + break; + case 'f': + c2 = '\f'; + break; + case '\\': + case '(': + case ')': + c2 = c; + break; + case '0': case '1': case '2': case '3': + case '4': case '5': case '6': case '7': + c2 = c - '0'; + c = lookChar(); + if (c >= '0' && c <= '7') { + getChar(); + c2 = (c2 << 3) + (c - '0'); + c = lookChar(); + if (c >= '0' && c <= '7') { + getChar(); + c2 = (c2 << 3) + (c - '0'); + } + } + break; + case '\r': + c = lookChar(); + if (c == '\n') { + getChar(); + } + break; + case '\n': + break; + case EOF: + error(getPos(), "Unterminated string"); + done = gTrue; + break; + default: + c2 = c; + break; + } + break; + + default: + c2 = c; + break; + } + + if (c2 != EOF) { + if (n == tokBufSize) { + if (!s) + s = new GString(tokBuf, tokBufSize); + else + s->append(tokBuf, tokBufSize); + p = tokBuf; + n = 0; + } + *p++ = (char)c2; + ++n; + } + } while (!done); + if (!s) + s = new GString(tokBuf, n); + else + s->append(tokBuf, n); + obj->initString(s); + break; + + // name + case '/': + p = tokBuf; + n = 0; + while ((c = lookChar()) != EOF && !specialChars[c]) { + getChar(); + if (c == '#') { + c2 = lookChar(); + if (c2 >= '0' && c2 <= '9') { + c = c2 - '0'; + } else if (c2 >= 'A' && c2 <= 'F') { + c = c2 - 'A' + 10; + } else if (c2 >= 'a' && c2 <= 'f') { + c = c2 - 'a' + 10; + } else { + goto notEscChar; + } + getChar(); + c <<= 4; + c2 = getChar(); + if (c2 >= '0' && c2 <= '9') { + c += c2 - '0'; + } else if (c2 >= 'A' && c2 <= 'F') { + c += c2 - 'A' + 10; + } else if (c2 >= 'a' && c2 <= 'f') { + c += c2 - 'a' + 10; + } else { + error(getPos(), "Illegal digit in hex char in name"); + } + } + notEscChar: + if (++n == tokBufSize) { + error(getPos(), "Name token too long"); + break; + } + *p++ = c; + } + *p = '\0'; + obj->initName(tokBuf); + break; + + // array punctuation + case '[': + case ']': + tokBuf[0] = c; + tokBuf[1] = '\0'; + obj->initCmd(tokBuf); + break; + + // hex string or dict punctuation + case '<': + c = lookChar(); + + // dict punctuation + if (c == '<') { + getChar(); + tokBuf[0] = tokBuf[1] = '<'; + tokBuf[2] = '\0'; + obj->initCmd(tokBuf); + + // hex string + } else { + p = tokBuf; + m = n = 0; + c2 = 0; + s = NULL; + while (1) { + c = getChar(); + if (c == '>') { + break; + } else if (c == EOF) { + error(getPos(), "Unterminated hex string"); + break; + } else if (specialChars[c] != 1) { + c2 = c2 << 4; + if (c >= '0' && c <= '9') + c2 += c - '0'; + else if (c >= 'A' && c <= 'F') + c2 += c - 'A' + 10; + else if (c >= 'a' && c <= 'f') + c2 += c - 'a' + 10; + else + error(getPos(), "Illegal character <%02x> in hex string", c); + if (++m == 2) { + if (n == tokBufSize) { + if (!s) + s = new GString(tokBuf, tokBufSize); + else + s->append(tokBuf, tokBufSize); + p = tokBuf; + n = 0; + } + *p++ = (char)c2; + ++n; + c2 = 0; + m = 0; + } + } + } + if (!s) + s = new GString(tokBuf, n); + else + s->append(tokBuf, n); + if (m == 1) + s->append((char)(c2 << 4)); + obj->initString(s); + } + break; + + // dict punctuation + case '>': + c = lookChar(); + if (c == '>') { + getChar(); + tokBuf[0] = tokBuf[1] = '>'; + tokBuf[2] = '\0'; + obj->initCmd(tokBuf); + } else { + error(getPos(), "Illegal character '>'"); + obj->initError(); + } + break; + + // error + case ')': + case '{': + case '}': + error(getPos(), "Illegal character '%c'", c); + obj->initError(); + break; + + // command + default: + p = tokBuf; + *p++ = c; + n = 1; + while ((c = lookChar()) != EOF && !specialChars[c]) { + getChar(); + if (++n == tokBufSize) { + error(getPos(), "Command token too long"); + break; + } + *p++ = c; + } + *p = '\0'; + if (tokBuf[0] == 't' && !strcmp(tokBuf, "true")) { + obj->initBool(gTrue); + } else if (tokBuf[0] == 'f' && !strcmp(tokBuf, "false")) { + obj->initBool(gFalse); + } else if (tokBuf[0] == 'n' && !strcmp(tokBuf, "null")) { + obj->initNull(); + } else { + obj->initCmd(tokBuf); + } + break; + } + + return obj; +} + +void Lexer::skipToNextLine() { + int c; + + while (1) { + c = getChar(); + if (c == EOF || c == '\n') { + return; + } + if (c == '\r') { + if ((c = lookChar()) == '\n') { + getChar(); + } + return; + } + } +} + +GBool Lexer::isSpace(int c) { + return c >= 0 && c <= 0xff && specialChars[c] == 1; +} diff --git a/pdftops/Lexer.h b/pdftops/Lexer.h new file mode 100644 index 0000000000..9ec2feb70b --- /dev/null +++ b/pdftops/Lexer.h @@ -0,0 +1,80 @@ +//======================================================================== +// +// Lexer.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef LEXER_H +#define LEXER_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "Object.h" +#include "Stream.h" + +class XRef; + +#define tokBufSize 128 // size of token buffer + +//------------------------------------------------------------------------ +// Lexer +//------------------------------------------------------------------------ + +class Lexer { +public: + + // Construct a lexer for a single stream. Deletes the stream when + // lexer is deleted. + Lexer(XRef *xref, Stream *str); + + // Construct a lexer for a stream or array of streams (assumes obj + // is either a stream or array of streams). + Lexer(XRef *xref, Object *obj); + + // Destructor. + ~Lexer(); + + // Get the next object from the input stream. + Object *getObj(Object *obj); + + // Skip to the beginning of the next line in the input stream. + void skipToNextLine(); + + // Skip over one character. + void skipChar() { getChar(); } + + // Get stream. + Stream *getStream() + { return curStr.isNone() ? (Stream *)NULL : curStr.getStream(); } + + // Get current position in file. This is only used for error + // messages, so it returns an int instead of a Guint. + int getPos() + { return curStr.isNone() ? -1 : (int)curStr.streamGetPos(); } + + // Set position in file. + void setPos(Guint pos, int dir = 0) + { if (!curStr.isNone()) curStr.streamSetPos(pos, dir); } + + // Returns true if is a whitespace character. + static GBool isSpace(int c); + +private: + + int getChar(); + int lookChar(); + + Array *streams; // array of input streams + int strPtr; // index of current stream + Object curStr; // current stream + GBool freeArray; // should lexer free the streams array? + char tokBuf[tokBufSize]; // temporary token buffer +}; + +#endif diff --git a/pdftops/Link.cxx b/pdftops/Link.cxx new file mode 100644 index 0000000000..de2bbf82ea --- /dev/null +++ b/pdftops/Link.cxx @@ -0,0 +1,907 @@ +//======================================================================== +// +// Link.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "GString.h" +#include "Error.h" +#include "Object.h" +#include "Array.h" +#include "Dict.h" +#include "Link.h" + +//------------------------------------------------------------------------ +// LinkAction +//------------------------------------------------------------------------ + +LinkAction *LinkAction::parseDest(Object *obj) { + LinkAction *action; + + action = new LinkGoTo(obj); + if (!action->isOk()) { + delete action; + return NULL; + } + return action; +} + +LinkAction *LinkAction::parseAction(Object *obj, GString *baseURI) { + LinkAction *action; + Object obj2, obj3, obj4; + + if (!obj->isDict()) { + error(-1, "Bad annotation action"); + return NULL; + } + + obj->dictLookup("S", &obj2); + + // GoTo action + if (obj2.isName("GoTo")) { + obj->dictLookup("D", &obj3); + action = new LinkGoTo(&obj3); + obj3.free(); + + // GoToR action + } else if (obj2.isName("GoToR")) { + obj->dictLookup("F", &obj3); + obj->dictLookup("D", &obj4); + action = new LinkGoToR(&obj3, &obj4); + obj3.free(); + obj4.free(); + + // Launch action + } else if (obj2.isName("Launch")) { + action = new LinkLaunch(obj); + + // URI action + } else if (obj2.isName("URI")) { + obj->dictLookup("URI", &obj3); + action = new LinkURI(&obj3, baseURI); + obj3.free(); + + // Named action + } else if (obj2.isName("Named")) { + obj->dictLookup("N", &obj3); + action = new LinkNamed(&obj3); + obj3.free(); + + // Movie action + } else if (obj2.isName("Movie")) { + obj->dictLookupNF("Annot", &obj3); + obj->dictLookup("T", &obj4); + action = new LinkMovie(&obj3, &obj4); + obj3.free(); + obj4.free(); + + // unknown action + } else if (obj2.isName()) { + action = new LinkUnknown(obj2.getName()); + + // action is missing or wrong type + } else { + error(-1, "Bad annotation action"); + action = NULL; + } + + obj2.free(); + + if (action && !action->isOk()) { + delete action; + return NULL; + } + return action; +} + +GString *LinkAction::getFileSpecName(Object *fileSpecObj) { + GString *name; + Object obj1; + + name = NULL; + + // string + if (fileSpecObj->isString()) { + name = fileSpecObj->getString()->copy(); + + // dictionary + } else if (fileSpecObj->isDict()) { +#ifdef WIN32 + if (!fileSpecObj->dictLookup("DOS", &obj1)->isString()) { +#else + if (!fileSpecObj->dictLookup("Unix", &obj1)->isString()) { +#endif + obj1.free(); + fileSpecObj->dictLookup("F", &obj1); + } + if (obj1.isString()) { + name = obj1.getString()->copy(); + } else { + error(-1, "Illegal file spec in link"); + } + obj1.free(); + + // error + } else { + error(-1, "Illegal file spec in link"); + } + + // system-dependent path manipulation + if (name) { +#ifdef WIN32 + int i, j; + + // "//...." --> "\...." + // "/x/...." --> "x:\...." + // "/server/share/...." --> "\\server\share\...." + // convert escaped slashes to slashes and unescaped slashes to backslashes + i = 0; + if (name->getChar(0) == '/') { + if (name->getLength() >= 2 && name->getChar(1) == '/') { + name->del(0); + i = 0; + } else if (name->getLength() >= 2 && + ((name->getChar(1) >= 'a' && name->getChar(1) <= 'z') || + (name->getChar(1) >= 'A' && name->getChar(1) <= 'Z')) && + (name->getLength() == 2 || name->getChar(2) == '/')) { + name->setChar(0, name->getChar(1)); + name->setChar(1, ':'); + i = 2; + } else { + for (j = 2; j < name->getLength(); ++j) { + if (name->getChar(j-1) != '\\' && + name->getChar(j) == '/') { + break; + } + } + if (j < name->getLength()) { + name->setChar(0, '\\'); + name->insert(0, '\\'); + i = 2; + } + } + } + for (; i < name->getLength(); ++i) { + if (name->getChar(i) == '/') { + name->setChar(i, '\\'); + } else if (name->getChar(i) == '\\' && + i+1 < name->getLength() && + name->getChar(i+1) == '/') { + name->del(i); + } + } +#else + // no manipulation needed for Unix +#endif + } + + return name; +} + +//------------------------------------------------------------------------ +// LinkDest +//------------------------------------------------------------------------ + +LinkDest::LinkDest(Array *a) { + Object obj1, obj2; + + // initialize fields + left = bottom = right = top = zoom = 0; + ok = gFalse; + + // get page + if (a->getLength() < 2) { + error(-1, "Annotation destination array is too short"); + return; + } + a->getNF(0, &obj1); + if (obj1.isInt()) { + pageNum = obj1.getInt() + 1; + pageIsRef = gFalse; + } else if (obj1.isRef()) { + pageRef.num = obj1.getRefNum(); + pageRef.gen = obj1.getRefGen(); + pageIsRef = gTrue; + } else { + error(-1, "Bad annotation destination"); + goto err2; + } + obj1.free(); + + // get destination type + a->get(1, &obj1); + + // XYZ link + if (obj1.isName("XYZ")) { + kind = destXYZ; + if (a->getLength() < 3) { + changeLeft = gFalse; + } else { + a->get(2, &obj2); + if (obj2.isNull()) { + changeLeft = gFalse; + } else if (obj2.isNum()) { + changeLeft = gTrue; + left = obj2.getNum(); + } else { + error(-1, "Bad annotation destination position"); + goto err1; + } + obj2.free(); + } + if (a->getLength() < 4) { + changeTop = gFalse; + } else { + a->get(3, &obj2); + if (obj2.isNull()) { + changeTop = gFalse; + } else if (obj2.isNum()) { + changeTop = gTrue; + top = obj2.getNum(); + } else { + error(-1, "Bad annotation destination position"); + goto err1; + } + obj2.free(); + } + if (a->getLength() < 5) { + changeZoom = gFalse; + } else { + a->get(4, &obj2); + if (obj2.isNull()) { + changeZoom = gFalse; + } else if (obj2.isNum()) { + changeZoom = gTrue; + zoom = obj2.getNum(); + } else { + error(-1, "Bad annotation destination position"); + goto err1; + } + obj2.free(); + } + + // Fit link + } else if (obj1.isName("Fit")) { + if (a->getLength() < 2) { + error(-1, "Annotation destination array is too short"); + goto err2; + } + kind = destFit; + + // FitH link + } else if (obj1.isName("FitH")) { + if (a->getLength() < 3) { + error(-1, "Annotation destination array is too short"); + goto err2; + } + kind = destFitH; + if (!a->get(2, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + top = obj2.getNum(); + obj2.free(); + + // FitV link + } else if (obj1.isName("FitV")) { + if (a->getLength() < 3) { + error(-1, "Annotation destination array is too short"); + goto err2; + } + kind = destFitV; + if (!a->get(2, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + left = obj2.getNum(); + obj2.free(); + + // FitR link + } else if (obj1.isName("FitR")) { + if (a->getLength() < 6) { + error(-1, "Annotation destination array is too short"); + goto err2; + } + kind = destFitR; + if (!a->get(2, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + left = obj2.getNum(); + obj2.free(); + if (!a->get(3, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + bottom = obj2.getNum(); + obj2.free(); + if (!a->get(4, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + right = obj2.getNum(); + obj2.free(); + if (!a->get(5, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + top = obj2.getNum(); + obj2.free(); + + // FitB link + } else if (obj1.isName("FitB")) { + if (a->getLength() < 2) { + error(-1, "Annotation destination array is too short"); + goto err2; + } + kind = destFitB; + + // FitBH link + } else if (obj1.isName("FitBH")) { + if (a->getLength() < 3) { + error(-1, "Annotation destination array is too short"); + goto err2; + } + kind = destFitBH; + if (!a->get(2, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + top = obj2.getNum(); + obj2.free(); + + // FitBV link + } else if (obj1.isName("FitBV")) { + if (a->getLength() < 3) { + error(-1, "Annotation destination array is too short"); + goto err2; + } + kind = destFitBV; + if (!a->get(2, &obj2)->isNum()) { + error(-1, "Bad annotation destination position"); + goto err1; + } + left = obj2.getNum(); + obj2.free(); + + // unknown link kind + } else { + error(-1, "Unknown annotation destination type"); + goto err2; + } + + obj1.free(); + ok = gTrue; + return; + + err1: + obj2.free(); + err2: + obj1.free(); +} + +LinkDest::LinkDest(LinkDest *dest) { + kind = dest->kind; + pageIsRef = dest->pageIsRef; + if (pageIsRef) + pageRef = dest->pageRef; + else + pageNum = dest->pageNum; + left = dest->left; + bottom = dest->bottom; + right = dest->right; + top = dest->top; + zoom = dest->zoom; + changeLeft = dest->changeLeft; + changeTop = dest->changeTop; + changeZoom = dest->changeZoom; + ok = gTrue; +} + +//------------------------------------------------------------------------ +// LinkGoTo +//------------------------------------------------------------------------ + +LinkGoTo::LinkGoTo(Object *destObj) { + dest = NULL; + namedDest = NULL; + + // named destination + if (destObj->isName()) { + namedDest = new GString(destObj->getName()); + } else if (destObj->isString()) { + namedDest = destObj->getString()->copy(); + + // destination dictionary + } else if (destObj->isArray()) { + dest = new LinkDest(destObj->getArray()); + if (!dest->isOk()) { + delete dest; + dest = NULL; + } + + // error + } else { + error(-1, "Illegal annotation destination"); + } +} + +LinkGoTo::~LinkGoTo() { + if (dest) + delete dest; + if (namedDest) + delete namedDest; +} + +//------------------------------------------------------------------------ +// LinkGoToR +//------------------------------------------------------------------------ + +LinkGoToR::LinkGoToR(Object *fileSpecObj, Object *destObj) { + dest = NULL; + namedDest = NULL; + + // get file name + fileName = getFileSpecName(fileSpecObj); + + // named destination + if (destObj->isName()) { + namedDest = new GString(destObj->getName()); + } else if (destObj->isString()) { + namedDest = destObj->getString()->copy(); + + // destination dictionary + } else if (destObj->isArray()) { + dest = new LinkDest(destObj->getArray()); + if (!dest->isOk()) { + delete dest; + dest = NULL; + } + + // error + } else { + error(-1, "Illegal annotation destination"); + } +} + +LinkGoToR::~LinkGoToR() { + if (fileName) + delete fileName; + if (dest) + delete dest; + if (namedDest) + delete namedDest; +} + + +//------------------------------------------------------------------------ +// LinkLaunch +//------------------------------------------------------------------------ + +LinkLaunch::LinkLaunch(Object *actionObj) { + Object obj1, obj2; + + fileName = NULL; + params = NULL; + + if (actionObj->isDict()) { + if (!actionObj->dictLookup("F", &obj1)->isNull()) { + fileName = getFileSpecName(&obj1); + } else { + obj1.free(); +#ifdef WIN32 + if (actionObj->dictLookup("Win", &obj1)->isDict()) { + obj1.dictLookup("F", &obj2); + fileName = getFileSpecName(&obj2); + obj2.free(); + if (obj1.dictLookup("P", &obj2)->isString()) { + params = obj2.getString()->copy(); + } + obj2.free(); + } else { + error(-1, "Bad launch-type link action"); + } +#else + //~ This hasn't been defined by Adobe yet, so assume it looks + //~ just like the Win dictionary until they say otherwise. + if (actionObj->dictLookup("Unix", &obj1)->isDict()) { + obj1.dictLookup("F", &obj2); + fileName = getFileSpecName(&obj2); + obj2.free(); + if (obj1.dictLookup("P", &obj2)->isString()) { + params = obj2.getString()->copy(); + } + obj2.free(); + } else { + error(-1, "Bad launch-type link action"); + } +#endif + } + obj1.free(); + } +} + +LinkLaunch::~LinkLaunch() { + if (fileName) + delete fileName; + if (params) + delete params; +} + +//------------------------------------------------------------------------ +// LinkURI +//------------------------------------------------------------------------ + +LinkURI::LinkURI(Object *uriObj, GString *baseURI) { + GString *uri2; + int n; + char c; + + uri = NULL; + if (uriObj->isString()) { + uri2 = uriObj->getString()->copy(); + if (baseURI && baseURI->getLength() > 0) { + n = strcspn(uri2->getCString(), "/:"); + if (n == uri2->getLength() || uri2->getChar(n) == '/') { + uri = baseURI->copy(); + c = uri->getChar(uri->getLength() - 1); + if (c == '/' || c == '?') { + if (uri2->getChar(0) == '/') { + uri2->del(0); + } + } else { + if (uri2->getChar(0) != '/') { + uri->append('/'); + } + } + uri->append(uri2); + delete uri2; + } else { + uri = uri2; + } + } else { + uri = uri2; + } + } else { + error(-1, "Illegal URI-type link"); + } +} + +LinkURI::~LinkURI() { + if (uri) + delete uri; +} + +//------------------------------------------------------------------------ +// LinkNamed +//------------------------------------------------------------------------ + +LinkNamed::LinkNamed(Object *nameObj) { + name = NULL; + if (nameObj->isName()) { + name = new GString(nameObj->getName()); + } +} + +LinkNamed::~LinkNamed() { + if (name) { + delete name; + } +} + +//------------------------------------------------------------------------ +// LinkMovie +//------------------------------------------------------------------------ + +LinkMovie::LinkMovie(Object *annotObj, Object *titleObj) { + annotRef.num = -1; + title = NULL; + if (annotObj->isRef()) { + annotRef = annotObj->getRef(); + } else if (titleObj->isString()) { + title = titleObj->getString()->copy(); + } else { + error(-1, "Movie action is missing both the Annot and T keys"); + } +} + +LinkMovie::~LinkMovie() { + if (title) { + delete title; + } +} + +//------------------------------------------------------------------------ +// LinkUnknown +//------------------------------------------------------------------------ + +LinkUnknown::LinkUnknown(char *actionA) { + action = new GString(actionA); +} + +LinkUnknown::~LinkUnknown() { + delete action; +} + +//------------------------------------------------------------------------ +// LinkBorderStyle +//------------------------------------------------------------------------ + +LinkBorderStyle::LinkBorderStyle(LinkBorderType typeA, double widthA, + double *dashA, int dashLengthA, + double rA, double gA, double bA) { + type = typeA; + width = widthA; + dash = dashA; + dashLength = dashLengthA; + r = rA; + g = gA; + b = bA; +} + +LinkBorderStyle::~LinkBorderStyle() { + if (dash) { + gfree(dash); + } +} + +//------------------------------------------------------------------------ +// Link +//------------------------------------------------------------------------ + +Link::Link(Dict *dict, GString *baseURI) { + Object obj1, obj2, obj3; + LinkBorderType borderType; + double borderWidth; + double *borderDash; + int borderDashLength; + double borderR, borderG, borderB; + double t; + int i; + + borderStyle = NULL; + action = NULL; + ok = gFalse; + + // get rectangle + if (!dict->lookup("Rect", &obj1)->isArray()) { + error(-1, "Annotation rectangle is wrong type"); + goto err2; + } + if (!obj1.arrayGet(0, &obj2)->isNum()) { + error(-1, "Bad annotation rectangle"); + goto err1; + } + x1 = obj2.getNum(); + obj2.free(); + if (!obj1.arrayGet(1, &obj2)->isNum()) { + error(-1, "Bad annotation rectangle"); + goto err1; + } + y1 = obj2.getNum(); + obj2.free(); + if (!obj1.arrayGet(2, &obj2)->isNum()) { + error(-1, "Bad annotation rectangle"); + goto err1; + } + x2 = obj2.getNum(); + obj2.free(); + if (!obj1.arrayGet(3, &obj2)->isNum()) { + error(-1, "Bad annotation rectangle"); + goto err1; + } + y2 = obj2.getNum(); + obj2.free(); + obj1.free(); + if (x1 > x2) { + t = x1; + x1 = x2; + x2 = t; + } + if (y1 > y2) { + t = y1; + y1 = y2; + y2 = t; + } + + // get the border style info + borderType = linkBorderSolid; + borderWidth = 1; + borderDash = NULL; + borderDashLength = 0; + borderR = 0; + borderG = 0; + borderB = 1; + if (dict->lookup("BS", &obj1)->isDict()) { + if (obj1.dictLookup("S", &obj2)->isName()) { + if (obj2.isName("S")) { + borderType = linkBorderSolid; + } else if (obj2.isName("D")) { + borderType = linkBorderDashed; + } else if (obj2.isName("B")) { + borderType = linkBorderEmbossed; + } else if (obj2.isName("I")) { + borderType = linkBorderEngraved; + } else if (obj2.isName("U")) { + borderType = linkBorderUnderlined; + } + } + obj2.free(); + if (obj1.dictLookup("W", &obj2)->isNum()) { + borderWidth = obj2.getNum(); + } + obj2.free(); + if (obj1.dictLookup("D", &obj2)->isArray()) { + borderDashLength = obj2.arrayGetLength(); + borderDash = (double *)gmallocn(borderDashLength, sizeof(double)); + for (i = 0; i < borderDashLength; ++i) { + if (obj2.arrayGet(i, &obj3)->isNum()) { + borderDash[i] = obj3.getNum(); + } else { + borderDash[i] = 1; + } + obj3.free(); + } + } + obj2.free(); + } else { + obj1.free(); + if (dict->lookup("Border", &obj1)->isArray()) { + if (obj1.arrayGetLength() >= 3) { + if (obj1.arrayGet(2, &obj2)->isNum()) { + borderWidth = obj2.getNum(); + } + obj2.free(); + if (obj1.arrayGetLength() >= 4) { + if (obj1.arrayGet(3, &obj2)->isArray()) { + borderType = linkBorderDashed; + borderDashLength = obj2.arrayGetLength(); + borderDash = (double *)gmallocn(borderDashLength, sizeof(double)); + for (i = 0; i < borderDashLength; ++i) { + if (obj2.arrayGet(i, &obj3)->isNum()) { + borderDash[i] = obj3.getNum(); + } else { + borderDash[i] = 1; + } + obj3.free(); + } + } else { + // Adobe draws no border at all if the last element is of + // the wrong type. + borderWidth = 0; + } + obj2.free(); + } + } + } + } + obj1.free(); + if (dict->lookup("C", &obj1)->isArray() && obj1.arrayGetLength() == 3) { + if (obj1.arrayGet(0, &obj2)->isNum()) { + borderR = obj2.getNum(); + } + obj1.free(); + if (obj1.arrayGet(1, &obj2)->isNum()) { + borderG = obj2.getNum(); + } + obj1.free(); + if (obj1.arrayGet(2, &obj2)->isNum()) { + borderB = obj2.getNum(); + } + obj1.free(); + } + obj1.free(); + borderStyle = new LinkBorderStyle(borderType, borderWidth, + borderDash, borderDashLength, + borderR, borderG, borderB); + + // look for destination + if (!dict->lookup("Dest", &obj1)->isNull()) { + action = LinkAction::parseDest(&obj1); + + // look for action + } else { + obj1.free(); + if (dict->lookup("A", &obj1)->isDict()) { + action = LinkAction::parseAction(&obj1, baseURI); + } + } + obj1.free(); + + // check for bad action + if (action) { + ok = gTrue; + } + + return; + + err1: + obj2.free(); + err2: + obj1.free(); +} + +Link::~Link() { + if (borderStyle) { + delete borderStyle; + } + if (action) { + delete action; + } +} + +//------------------------------------------------------------------------ +// Links +//------------------------------------------------------------------------ + +Links::Links(Object *annots, GString *baseURI) { + Link *link; + Object obj1, obj2; + int size; + int i; + + links = NULL; + size = 0; + numLinks = 0; + + if (annots->isArray()) { + for (i = 0; i < annots->arrayGetLength(); ++i) { + if (annots->arrayGet(i, &obj1)->isDict()) { + if (obj1.dictLookup("Subtype", &obj2)->isName("Link")) { + link = new Link(obj1.getDict(), baseURI); + if (link->isOk()) { + if (numLinks >= size) { + size += 16; + links = (Link **)greallocn(links, size, sizeof(Link *)); + } + links[numLinks++] = link; + } else { + delete link; + } + } + obj2.free(); + } + obj1.free(); + } + } +} + +Links::~Links() { + int i; + + for (i = 0; i < numLinks; ++i) + delete links[i]; + gfree(links); +} + +LinkAction *Links::find(double x, double y) { + int i; + + for (i = numLinks - 1; i >= 0; --i) { + if (links[i]->inRect(x, y)) { + return links[i]->getAction(); + } + } + return NULL; +} + +GBool Links::onLink(double x, double y) { + int i; + + for (i = 0; i < numLinks; ++i) { + if (links[i]->inRect(x, y)) + return gTrue; + } + return gFalse; +} diff --git a/pdftops/Link.h b/pdftops/Link.h new file mode 100644 index 0000000000..160b2b8cb3 --- /dev/null +++ b/pdftops/Link.h @@ -0,0 +1,409 @@ +//======================================================================== +// +// Link.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef LINK_H +#define LINK_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "Object.h" + +class GString; +class Array; +class Dict; + +//------------------------------------------------------------------------ +// LinkAction +//------------------------------------------------------------------------ + +enum LinkActionKind { + actionGoTo, // go to destination + actionGoToR, // go to destination in new file + actionLaunch, // launch app (or open document) + actionURI, // URI + actionNamed, // named action + actionMovie, // movie action + actionUnknown // anything else +}; + +class LinkAction { +public: + + // Destructor. + virtual ~LinkAction() {} + + // Was the LinkAction created successfully? + virtual GBool isOk() = 0; + + // Check link action type. + virtual LinkActionKind getKind() = 0; + + // Parse a destination (old-style action) name, string, or array. + static LinkAction *parseDest(Object *obj); + + // Parse an action dictionary. + static LinkAction *parseAction(Object *obj, GString *baseURI = NULL); + + // Extract a file name from a file specification (string or + // dictionary). + static GString *getFileSpecName(Object *fileSpecObj); +}; + +//------------------------------------------------------------------------ +// LinkDest +//------------------------------------------------------------------------ + +enum LinkDestKind { + destXYZ, + destFit, + destFitH, + destFitV, + destFitR, + destFitB, + destFitBH, + destFitBV +}; + +class LinkDest { +public: + + // Build a LinkDest from the array. + LinkDest(Array *a); + + // Copy a LinkDest. + LinkDest *copy() { return new LinkDest(this); } + + // Was the LinkDest created successfully? + GBool isOk() { return ok; } + + // Accessors. + LinkDestKind getKind() { return kind; } + GBool isPageRef() { return pageIsRef; } + int getPageNum() { return pageNum; } + Ref getPageRef() { return pageRef; } + double getLeft() { return left; } + double getBottom() { return bottom; } + double getRight() { return right; } + double getTop() { return top; } + double getZoom() { return zoom; } + GBool getChangeLeft() { return changeLeft; } + GBool getChangeTop() { return changeTop; } + GBool getChangeZoom() { return changeZoom; } + +private: + + LinkDestKind kind; // destination type + GBool pageIsRef; // is the page a reference or number? + union { + Ref pageRef; // reference to page + int pageNum; // one-relative page number + }; + double left, bottom; // position + double right, top; + double zoom; // zoom factor + GBool changeLeft, changeTop; // for destXYZ links, which position + GBool changeZoom; // components to change + GBool ok; // set if created successfully + + LinkDest(LinkDest *dest); +}; + +//------------------------------------------------------------------------ +// LinkGoTo +//------------------------------------------------------------------------ + +class LinkGoTo: public LinkAction { +public: + + // Build a LinkGoTo from a destination (dictionary, name, or string). + LinkGoTo(Object *destObj); + + // Destructor. + virtual ~LinkGoTo(); + + // Was the LinkGoTo created successfully? + virtual GBool isOk() { return dest || namedDest; } + + // Accessors. + virtual LinkActionKind getKind() { return actionGoTo; } + LinkDest *getDest() { return dest; } + GString *getNamedDest() { return namedDest; } + +private: + + LinkDest *dest; // regular destination (NULL for remote + // link with bad destination) + GString *namedDest; // named destination (only one of dest and + // and namedDest may be non-NULL) +}; + +//------------------------------------------------------------------------ +// LinkGoToR +//------------------------------------------------------------------------ + +class LinkGoToR: public LinkAction { +public: + + // Build a LinkGoToR from a file spec (dictionary) and destination + // (dictionary, name, or string). + LinkGoToR(Object *fileSpecObj, Object *destObj); + + // Destructor. + virtual ~LinkGoToR(); + + // Was the LinkGoToR created successfully? + virtual GBool isOk() { return fileName && (dest || namedDest); } + + // Accessors. + virtual LinkActionKind getKind() { return actionGoToR; } + GString *getFileName() { return fileName; } + LinkDest *getDest() { return dest; } + GString *getNamedDest() { return namedDest; } + +private: + + GString *fileName; // file name + LinkDest *dest; // regular destination (NULL for remote + // link with bad destination) + GString *namedDest; // named destination (only one of dest and + // and namedDest may be non-NULL) +}; + +//------------------------------------------------------------------------ +// LinkLaunch +//------------------------------------------------------------------------ + +class LinkLaunch: public LinkAction { +public: + + // Build a LinkLaunch from an action dictionary. + LinkLaunch(Object *actionObj); + + // Destructor. + virtual ~LinkLaunch(); + + // Was the LinkLaunch created successfully? + virtual GBool isOk() { return fileName != NULL; } + + // Accessors. + virtual LinkActionKind getKind() { return actionLaunch; } + GString *getFileName() { return fileName; } + GString *getParams() { return params; } + +private: + + GString *fileName; // file name + GString *params; // parameters +}; + +//------------------------------------------------------------------------ +// LinkURI +//------------------------------------------------------------------------ + +class LinkURI: public LinkAction { +public: + + // Build a LinkURI given the URI (string) and base URI. + LinkURI(Object *uriObj, GString *baseURI); + + // Destructor. + virtual ~LinkURI(); + + // Was the LinkURI created successfully? + virtual GBool isOk() { return uri != NULL; } + + // Accessors. + virtual LinkActionKind getKind() { return actionURI; } + GString *getURI() { return uri; } + +private: + + GString *uri; // the URI +}; + +//------------------------------------------------------------------------ +// LinkNamed +//------------------------------------------------------------------------ + +class LinkNamed: public LinkAction { +public: + + // Build a LinkNamed given the action name. + LinkNamed(Object *nameObj); + + virtual ~LinkNamed(); + + virtual GBool isOk() { return name != NULL; } + + virtual LinkActionKind getKind() { return actionNamed; } + GString *getName() { return name; } + +private: + + GString *name; +}; + +//------------------------------------------------------------------------ +// LinkMovie +//------------------------------------------------------------------------ + +class LinkMovie: public LinkAction { +public: + + LinkMovie(Object *annotObj, Object *titleObj); + + virtual ~LinkMovie(); + + virtual GBool isOk() { return annotRef.num >= 0 || title != NULL; } + + virtual LinkActionKind getKind() { return actionMovie; } + GBool hasAnnotRef() { return annotRef.num >= 0; } + Ref *getAnnotRef() { return &annotRef; } + GString *getTitle() { return title; } + +private: + + Ref annotRef; + GString *title; +}; + +//------------------------------------------------------------------------ +// LinkUnknown +//------------------------------------------------------------------------ + +class LinkUnknown: public LinkAction { +public: + + // Build a LinkUnknown with the specified action type. + LinkUnknown(char *actionA); + + // Destructor. + virtual ~LinkUnknown(); + + // Was the LinkUnknown create successfully? + virtual GBool isOk() { return action != NULL; } + + // Accessors. + virtual LinkActionKind getKind() { return actionUnknown; } + GString *getAction() { return action; } + +private: + + GString *action; // action subtype +}; + +//------------------------------------------------------------------------ +// LinkBorderStyle +//------------------------------------------------------------------------ + +enum LinkBorderType { + linkBorderSolid, + linkBorderDashed, + linkBorderEmbossed, + linkBorderEngraved, + linkBorderUnderlined +}; + +class LinkBorderStyle { +public: + + LinkBorderStyle(LinkBorderType typeA, double widthA, + double *dashA, int dashLengthA, + double rA, double gA, double bA); + ~LinkBorderStyle(); + + LinkBorderType getType() { return type; } + double getWidth() { return width; } + void getDash(double **dashA, int *dashLengthA) + { *dashA = dash; *dashLengthA = dashLength; } + void getColor(double *rA, double *gA, double *bA) + { *rA = r; *gA = g; *bA = b; } + +private: + + LinkBorderType type; + double width; + double *dash; + int dashLength; + double r, g, b; +}; + +//------------------------------------------------------------------------ +// Link +//------------------------------------------------------------------------ + +class Link { +public: + + // Construct a link, given its dictionary. + Link(Dict *dict, GString *baseURI); + + // Destructor. + ~Link(); + + // Was the link created successfully? + GBool isOk() { return ok; } + + // Check if point is inside the link rectangle. + GBool inRect(double x, double y) + { return x1 <= x && x <= x2 && y1 <= y && y <= y2; } + + // Get action. + LinkAction *getAction() { return action; } + + // Get the link rectangle. + void getRect(double *xa1, double *ya1, double *xa2, double *ya2) + { *xa1 = x1; *ya1 = y1; *xa2 = x2; *ya2 = y2; } + + // Get the border style info. + LinkBorderStyle *getBorderStyle() { return borderStyle; } + +private: + + double x1, y1; // lower left corner + double x2, y2; // upper right corner + LinkBorderStyle *borderStyle; // border style + LinkAction *action; // action + GBool ok; // is link valid? +}; + +//------------------------------------------------------------------------ +// Links +//------------------------------------------------------------------------ + +class Links { +public: + + // Extract links from array of annotations. + Links(Object *annots, GString *baseURI); + + // Destructor. + ~Links(); + + // Iterate through list of links. + int getNumLinks() { return numLinks; } + Link *getLink(int i) { return links[i]; } + + // If point , is in a link, return the associated action; + // else return NULL. + LinkAction *find(double x, double y); + + // Return true if , is in a link. + GBool onLink(double x, double y); + +private: + + Link **links; + int numLinks; +}; + +#endif diff --git a/pdftops/Makefile b/pdftops/Makefile new file mode 100644 index 0000000000..04ffa61def --- /dev/null +++ b/pdftops/Makefile @@ -0,0 +1,147 @@ +# +# "$Id$" +# +# pdftops filter Makefile for the Common UNIX Printing System (CUPS). +# +# CUPS filter changes Copyright 1997-2006 by Easy Software Products. +# Xpdf code Copyright 1996-1999 by Derek B. Noonburg +# + + +include ../Makedefs + +# +# Object files... +# + +LIBOBJS = \ + Annot.o \ + Array.o \ + BuiltinFont.o \ + BuiltinFontTables.o \ + Catalog.o \ + CharCodeToUnicode.o \ + CMap.o \ + Decrypt.o \ + Dict.o \ + Error.o \ + FoFiBase.o \ + FoFiEncodings.o \ + FoFiTrueType.o \ + FoFiType1C.o \ + FoFiType1.o \ + FontEncodingTables.o \ + Function.o \ + gfile.o \ + Gfx.o \ + GfxFont.o \ + GfxState.o \ + GHash.o \ + GList.o \ + GlobalParams.o \ + gmem.o \ + gmempp.o \ + GString.o \ + JArithmeticDecoder.o \ + JBIG2Stream.o \ + JPXStream.o \ + Lexer.o \ + Link.o \ + NameToCharCode.o \ + Object.o \ + Outline.o \ + OutputDev.o \ + Page.o \ + parseargs.o \ + Parser.o \ + PDFDoc.o \ + PDFDocEncoding.o \ + PSOutputDev.o \ + PSTokenizer.o \ + SecurityHandler.o \ + Stream.o \ + UnicodeMap.o \ + UnicodeTypeTable.o \ + XpdfPluginAPI.o \ + XRef.o + +OBJS = pdftops.o $(LIBOBJS) + +TARGETS = libxpdf.a pdftops + + +# +# Make everything... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) + $(RM) libxpdf.a + $(RM) pdftops + $(RM) pdftoraster + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies $(OBJS:.o=.cxx) gmem.c parseargs.c >/dev/null 2>&1 + + +# +# Install the filter... +# + +install: all + $(INSTALL_DIR) -m 755 $(SERVERBIN)/filter + $(INSTALL_BIN) pdftops $(SERVERBIN)/filter + + +# +# Uninstall the filter... +# + +uninstall: + $(RM) $(SERVERBIN)/filter/pdftops + -$(RMDIR) $(SERVERBIN)/filter + -$(RMDIR) $(SERVERBIN) + + +# +# pdftops +# + +pdftops: libxpdf.a pdftops.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CXX) $(LDFLAGS) -o $@ pdftops.o libxpdf.a $(LIBS) $(CXXLIBS) -lm + + +# +# libxpdf.a +# + +libxpdf.a: $(LIBOBJS) + echo Archiving $@... + $(RM) $@ + $(AR) $(ARFLAGS) $@ $(LIBOBJS) + $(RANLIB) $@ + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/pdftops/NameToCharCode.cxx b/pdftops/NameToCharCode.cxx new file mode 100644 index 0000000000..a3ef99977e --- /dev/null +++ b/pdftops/NameToCharCode.cxx @@ -0,0 +1,116 @@ +//======================================================================== +// +// NameToCharCode.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "gmem.h" +#include "NameToCharCode.h" + +//------------------------------------------------------------------------ + +struct NameToCharCodeEntry { + char *name; + CharCode c; +}; + +//------------------------------------------------------------------------ + +NameToCharCode::NameToCharCode() { + int i; + + size = 31; + len = 0; + tab = (NameToCharCodeEntry *)gmallocn(size, sizeof(NameToCharCodeEntry)); + for (i = 0; i < size; ++i) { + tab[i].name = NULL; + } +} + +NameToCharCode::~NameToCharCode() { + int i; + + for (i = 0; i < size; ++i) { + if (tab[i].name) { + gfree(tab[i].name); + } + } + gfree(tab); +} + +void NameToCharCode::add(char *name, CharCode c) { + NameToCharCodeEntry *oldTab; + int h, i, oldSize; + + // expand the table if necessary + if (len >= size / 2) { + oldSize = size; + oldTab = tab; + size = 2*size + 1; + tab = (NameToCharCodeEntry *)gmallocn(size, sizeof(NameToCharCodeEntry)); + for (h = 0; h < size; ++h) { + tab[h].name = NULL; + } + for (i = 0; i < oldSize; ++i) { + if (oldTab[i].name) { + h = hash(oldTab[i].name); + while (tab[h].name) { + if (++h == size) { + h = 0; + } + } + tab[h] = oldTab[i]; + } + } + gfree(oldTab); + } + + // add the new name + h = hash(name); + while (tab[h].name && strcmp(tab[h].name, name)) { + if (++h == size) { + h = 0; + } + } + if (!tab[h].name) { + tab[h].name = copyString(name); + } + tab[h].c = c; + + ++len; +} + +CharCode NameToCharCode::lookup(char *name) { + int h; + + h = hash(name); + while (tab[h].name) { + if (!strcmp(tab[h].name, name)) { + return tab[h].c; + } + if (++h == size) { + h = 0; + } + } + return 0; +} + +int NameToCharCode::hash(char *name) { + char *p; + unsigned int h; + + h = 0; + for (p = name; *p; ++p) { + h = 17 * h + (int)(*p & 0xff); + } + return (int)(h % size); +} diff --git a/pdftops/NameToCharCode.h b/pdftops/NameToCharCode.h new file mode 100644 index 0000000000..30147fb07f --- /dev/null +++ b/pdftops/NameToCharCode.h @@ -0,0 +1,42 @@ +//======================================================================== +// +// NameToCharCode.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef NAMETOCHARCODE_H +#define NAMETOCHARCODE_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "CharTypes.h" + +struct NameToCharCodeEntry; + +//------------------------------------------------------------------------ + +class NameToCharCode { +public: + + NameToCharCode(); + ~NameToCharCode(); + + void add(char *name, CharCode c); + CharCode lookup(char *name); + +private: + + int hash(char *name); + + NameToCharCodeEntry *tab; + int size; + int len; +}; + +#endif diff --git a/pdftops/NameToUnicodeTable.h b/pdftops/NameToUnicodeTable.h new file mode 100644 index 0000000000..0b1812c0c4 --- /dev/null +++ b/pdftops/NameToUnicodeTable.h @@ -0,0 +1,1097 @@ +//======================================================================== +// +// NameToUnicodeTable.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +static struct { + Unicode u; + char *name; +} nameToUnicodeTab[] = { + {0x0021, "!"}, + {0x0023, "#"}, + {0x0024, "$"}, + {0x0025, "%"}, + {0x0026, "&"}, + {0x0027, "'"}, + {0x0028, "("}, + {0x0029, ")"}, + {0x002a, "*"}, + {0x002b, "+"}, + {0x002c, ","}, + {0x002d, "-"}, + {0x002e, "."}, + {0x002f, "/"}, + {0x0030, "0"}, + {0x0031, "1"}, + {0x0032, "2"}, + {0x0033, "3"}, + {0x0034, "4"}, + {0x0035, "5"}, + {0x0036, "6"}, + {0x0037, "7"}, + {0x0038, "8"}, + {0x0039, "9"}, + {0x003a, ":"}, + {0x003b, ";"}, + {0x003c, "<"}, + {0x003d, "="}, + {0x003e, ">"}, + {0x003f, "?"}, + {0x0040, "@"}, + {0x0041, "A"}, + {0x00c6, "AE"}, + {0x01fc, "AEacute"}, + {0xf7e6, "AEsmall"}, + {0x00c1, "Aacute"}, + {0xf7e1, "Aacutesmall"}, + {0x0102, "Abreve"}, + {0x00c2, "Acircumflex"}, + {0xf7e2, "Acircumflexsmall"}, + {0xf6c9, "Acute"}, + {0xf7b4, "Acutesmall"}, + {0x00c4, "Adieresis"}, + {0xf7e4, "Adieresissmall"}, + {0x00c0, "Agrave"}, + {0xf7e0, "Agravesmall"}, + {0x0391, "Alpha"}, + {0x0386, "Alphatonos"}, + {0x0100, "Amacron"}, + {0x0104, "Aogonek"}, + {0x00c5, "Aring"}, + {0x01fa, "Aringacute"}, + {0xf7e5, "Aringsmall"}, + {0xf761, "Asmall"}, + {0x00c3, "Atilde"}, + {0xf7e3, "Atildesmall"}, + {0x0042, "B"}, + {0x0392, "Beta"}, + {0xf6f4, "Brevesmall"}, + {0xf762, "Bsmall"}, + {0x0043, "C"}, + {0x0106, "Cacute"}, + {0xf6ca, "Caron"}, + {0xf6f5, "Caronsmall"}, + {0x010c, "Ccaron"}, + {0x00c7, "Ccedilla"}, + {0xf7e7, "Ccedillasmall"}, + {0x0108, "Ccircumflex"}, + {0x010a, "Cdotaccent"}, + {0xf7b8, "Cedillasmall"}, + {0x03a7, "Chi"}, + {0xf6f6, "Circumflexsmall"}, + {0xf763, "Csmall"}, + {0x0044, "D"}, + {0x010e, "Dcaron"}, + {0x0110, "Dcroat"}, + {0x2206, "Delta"}, + {0xf6cb, "Dieresis"}, + {0xf6cc, "DieresisAcute"}, + {0xf6cd, "DieresisGrave"}, + {0xf7a8, "Dieresissmall"}, + {0xf6f7, "Dotaccentsmall"}, + {0xf764, "Dsmall"}, + {0x0045, "E"}, + {0x00c9, "Eacute"}, + {0xf7e9, "Eacutesmall"}, + {0x0114, "Ebreve"}, + {0x011a, "Ecaron"}, + {0x00ca, "Ecircumflex"}, + {0xf7ea, "Ecircumflexsmall"}, + {0x00cb, "Edieresis"}, + {0xf7eb, "Edieresissmall"}, + {0x0116, "Edotaccent"}, + {0x00c8, "Egrave"}, + {0xf7e8, "Egravesmall"}, + {0x0112, "Emacron"}, + {0x014a, "Eng"}, + {0x0118, "Eogonek"}, + {0x0395, "Epsilon"}, + {0x0388, "Epsilontonos"}, + {0xf765, "Esmall"}, + {0x0397, "Eta"}, + {0x0389, "Etatonos"}, + {0x00d0, "Eth"}, + {0xf7f0, "Ethsmall"}, + {0x20ac, "Euro"}, + {0x0046, "F"}, + {0xf766, "Fsmall"}, + {0x0047, "G"}, + {0x0393, "Gamma"}, + {0x011e, "Gbreve"}, + {0x01e6, "Gcaron"}, + {0x011c, "Gcircumflex"}, + {0x0122, "Gcommaaccent"}, + {0x0120, "Gdotaccent"}, + {0xf6ce, "Grave"}, + {0xf760, "Gravesmall"}, + {0xf767, "Gsmall"}, + {0x0048, "H"}, + {0x25cf, "H18533"}, + {0x25aa, "H18543"}, + {0x25ab, "H18551"}, + {0x25a1, "H22073"}, + {0x0126, "Hbar"}, + {0x0124, "Hcircumflex"}, + {0xf768, "Hsmall"}, + {0xf6cf, "Hungarumlaut"}, + {0xf6f8, "Hungarumlautsmall"}, + {0x0049, "I"}, + {0x0132, "IJ"}, + {0x00cd, "Iacute"}, + {0xf7ed, "Iacutesmall"}, + {0x012c, "Ibreve"}, + {0x00ce, "Icircumflex"}, + {0xf7ee, "Icircumflexsmall"}, + {0x00cf, "Idieresis"}, + {0xf7ef, "Idieresissmall"}, + {0x0130, "Idotaccent"}, + {0x2111, "Ifraktur"}, + {0x00cc, "Igrave"}, + {0xf7ec, "Igravesmall"}, + {0x012a, "Imacron"}, + {0x012e, "Iogonek"}, + {0x0399, "Iota"}, + {0x03aa, "Iotadieresis"}, + {0x038a, "Iotatonos"}, + {0xf769, "Ismall"}, + {0x0128, "Itilde"}, + {0x004a, "J"}, + {0x0134, "Jcircumflex"}, + {0xf76a, "Jsmall"}, + {0x004b, "K"}, + {0x039a, "Kappa"}, + {0x0136, "Kcommaaccent"}, + {0xf76b, "Ksmall"}, + {0x004c, "L"}, + {0xf6bf, "LL"}, + {0x0139, "Lacute"}, + {0x039b, "Lambda"}, + {0x013d, "Lcaron"}, + {0x013b, "Lcommaaccent"}, + {0x013f, "Ldot"}, + {0x0141, "Lslash"}, + {0xf6f9, "Lslashsmall"}, + {0xf76c, "Lsmall"}, + {0x004d, "M"}, + {0xf6d0, "Macron"}, + {0xf7af, "Macronsmall"}, + {0xf76d, "Msmall"}, + {0x039c, "Mu"}, + {0x004e, "N"}, + {0x0143, "Nacute"}, + {0x0147, "Ncaron"}, + {0x0145, "Ncommaaccent"}, + {0xf76e, "Nsmall"}, + {0x00d1, "Ntilde"}, + {0xf7f1, "Ntildesmall"}, + {0x039d, "Nu"}, + {0x004f, "O"}, + {0x0152, "OE"}, + {0xf6fa, "OEsmall"}, + {0x00d3, "Oacute"}, + {0xf7f3, "Oacutesmall"}, + {0x014e, "Obreve"}, + {0x00d4, "Ocircumflex"}, + {0xf7f4, "Ocircumflexsmall"}, + {0x00d6, "Odieresis"}, + {0xf7f6, "Odieresissmall"}, + {0xf6fb, "Ogoneksmall"}, + {0x00d2, "Ograve"}, + {0xf7f2, "Ogravesmall"}, + {0x01a0, "Ohorn"}, + {0x0150, "Ohungarumlaut"}, + {0x014c, "Omacron"}, + {0x2126, "Omega"}, + {0x038f, "Omegatonos"}, + {0x039f, "Omicron"}, + {0x038c, "Omicrontonos"}, + {0x00d8, "Oslash"}, + {0x01fe, "Oslashacute"}, + {0xf7f8, "Oslashsmall"}, + {0xf76f, "Osmall"}, + {0x00d5, "Otilde"}, + {0xf7f5, "Otildesmall"}, + {0x0050, "P"}, + {0x03a6, "Phi"}, + {0x03a0, "Pi"}, + {0x03a8, "Psi"}, + {0xf770, "Psmall"}, + {0x0051, "Q"}, + {0xf771, "Qsmall"}, + {0x0052, "R"}, + {0x0154, "Racute"}, + {0x0158, "Rcaron"}, + {0x0156, "Rcommaaccent"}, + {0x211c, "Rfraktur"}, + {0x03a1, "Rho"}, + {0xf6fc, "Ringsmall"}, + {0xf772, "Rsmall"}, + {0x0053, "S"}, + {0x250c, "SF010000"}, + {0x2514, "SF020000"}, + {0x2510, "SF030000"}, + {0x2518, "SF040000"}, + {0x253c, "SF050000"}, + {0x252c, "SF060000"}, + {0x2534, "SF070000"}, + {0x251c, "SF080000"}, + {0x2524, "SF090000"}, + {0x2500, "SF100000"}, + {0x2502, "SF110000"}, + {0x2561, "SF190000"}, + {0x2562, "SF200000"}, + {0x2556, "SF210000"}, + {0x2555, "SF220000"}, + {0x2563, "SF230000"}, + {0x2551, "SF240000"}, + {0x2557, "SF250000"}, + {0x255d, "SF260000"}, + {0x255c, "SF270000"}, + {0x255b, "SF280000"}, + {0x255e, "SF360000"}, + {0x255f, "SF370000"}, + {0x255a, "SF380000"}, + {0x2554, "SF390000"}, + {0x2569, "SF400000"}, + {0x2566, "SF410000"}, + {0x2560, "SF420000"}, + {0x2550, "SF430000"}, + {0x256c, "SF440000"}, + {0x2567, "SF450000"}, + {0x2568, "SF460000"}, + {0x2564, "SF470000"}, + {0x2565, "SF480000"}, + {0x2559, "SF490000"}, + {0x2558, "SF500000"}, + {0x2552, "SF510000"}, + {0x2553, "SF520000"}, + {0x256b, "SF530000"}, + {0x256a, "SF540000"}, + {0x015a, "Sacute"}, + {0x0160, "Scaron"}, + {0xf6fd, "Scaronsmall"}, + {0x015e, "Scedilla"}, + {0x015c, "Scircumflex"}, + {0x0218, "Scommaaccent"}, + {0x03a3, "Sigma"}, + {0xf773, "Ssmall"}, + {0x0054, "T"}, + {0x03a4, "Tau"}, + {0x0166, "Tbar"}, + {0x0164, "Tcaron"}, + {0x0162, "Tcommaaccent"}, + {0x0398, "Theta"}, + {0x00de, "Thorn"}, + {0xf7fe, "Thornsmall"}, + {0xf6fe, "Tildesmall"}, + {0xf774, "Tsmall"}, + {0x0055, "U"}, + {0x00da, "Uacute"}, + {0xf7fa, "Uacutesmall"}, + {0x016c, "Ubreve"}, + {0x00db, "Ucircumflex"}, + {0xf7fb, "Ucircumflexsmall"}, + {0x00dc, "Udieresis"}, + {0xf7fc, "Udieresissmall"}, + {0x00d9, "Ugrave"}, + {0xf7f9, "Ugravesmall"}, + {0x01af, "Uhorn"}, + {0x0170, "Uhungarumlaut"}, + {0x016a, "Umacron"}, + {0x0172, "Uogonek"}, + {0x03a5, "Upsilon"}, + {0x03d2, "Upsilon1"}, + {0x03ab, "Upsilondieresis"}, + {0x038e, "Upsilontonos"}, + {0x016e, "Uring"}, + {0xf775, "Usmall"}, + {0x0168, "Utilde"}, + {0x0056, "V"}, + {0xf776, "Vsmall"}, + {0x0057, "W"}, + {0x1e82, "Wacute"}, + {0x0174, "Wcircumflex"}, + {0x1e84, "Wdieresis"}, + {0x1e80, "Wgrave"}, + {0xf777, "Wsmall"}, + {0x0058, "X"}, + {0x039e, "Xi"}, + {0xf778, "Xsmall"}, + {0x0059, "Y"}, + {0x00dd, "Yacute"}, + {0xf7fd, "Yacutesmall"}, + {0x0176, "Ycircumflex"}, + {0x0178, "Ydieresis"}, + {0xf7ff, "Ydieresissmall"}, + {0x1ef2, "Ygrave"}, + {0xf779, "Ysmall"}, + {0x005a, "Z"}, + {0x0179, "Zacute"}, + {0x017d, "Zcaron"}, + {0xf6ff, "Zcaronsmall"}, + {0x017b, "Zdotaccent"}, + {0x0396, "Zeta"}, + {0xf77a, "Zsmall"}, + {0x0022, "\""}, + {0x005c, "\\"}, + {0x005d, "]"}, + {0x005e, "^"}, + {0x005f, "_"}, + {0x0060, "`"}, + {0x0061, "a"}, + {0x00e1, "aacute"}, + {0x0103, "abreve"}, + {0x00e2, "acircumflex"}, + {0x00b4, "acute"}, + {0x0301, "acutecomb"}, + {0x00e4, "adieresis"}, + {0x00e6, "ae"}, + {0x01fd, "aeacute"}, + {0x2015, "afii00208"}, + {0x0410, "afii10017"}, + {0x0411, "afii10018"}, + {0x0412, "afii10019"}, + {0x0413, "afii10020"}, + {0x0414, "afii10021"}, + {0x0415, "afii10022"}, + {0x0401, "afii10023"}, + {0x0416, "afii10024"}, + {0x0417, "afii10025"}, + {0x0418, "afii10026"}, + {0x0419, "afii10027"}, + {0x041a, "afii10028"}, + {0x041b, "afii10029"}, + {0x041c, "afii10030"}, + {0x041d, "afii10031"}, + {0x041e, "afii10032"}, + {0x041f, "afii10033"}, + {0x0420, "afii10034"}, + {0x0421, "afii10035"}, + {0x0422, "afii10036"}, + {0x0423, "afii10037"}, + {0x0424, "afii10038"}, + {0x0425, "afii10039"}, + {0x0426, "afii10040"}, + {0x0427, "afii10041"}, + {0x0428, "afii10042"}, + {0x0429, "afii10043"}, + {0x042a, "afii10044"}, + {0x042b, "afii10045"}, + {0x042c, "afii10046"}, + {0x042d, "afii10047"}, + {0x042e, "afii10048"}, + {0x042f, "afii10049"}, + {0x0490, "afii10050"}, + {0x0402, "afii10051"}, + {0x0403, "afii10052"}, + {0x0404, "afii10053"}, + {0x0405, "afii10054"}, + {0x0406, "afii10055"}, + {0x0407, "afii10056"}, + {0x0408, "afii10057"}, + {0x0409, "afii10058"}, + {0x040a, "afii10059"}, + {0x040b, "afii10060"}, + {0x040c, "afii10061"}, + {0x040e, "afii10062"}, + {0xf6c4, "afii10063"}, + {0xf6c5, "afii10064"}, + {0x0430, "afii10065"}, + {0x0431, "afii10066"}, + {0x0432, "afii10067"}, + {0x0433, "afii10068"}, + {0x0434, "afii10069"}, + {0x0435, "afii10070"}, + {0x0451, "afii10071"}, + {0x0436, "afii10072"}, + {0x0437, "afii10073"}, + {0x0438, "afii10074"}, + {0x0439, "afii10075"}, + {0x043a, "afii10076"}, + {0x043b, "afii10077"}, + {0x043c, "afii10078"}, + {0x043d, "afii10079"}, + {0x043e, "afii10080"}, + {0x043f, "afii10081"}, + {0x0440, "afii10082"}, + {0x0441, "afii10083"}, + {0x0442, "afii10084"}, + {0x0443, "afii10085"}, + {0x0444, "afii10086"}, + {0x0445, "afii10087"}, + {0x0446, "afii10088"}, + {0x0447, "afii10089"}, + {0x0448, "afii10090"}, + {0x0449, "afii10091"}, + {0x044a, "afii10092"}, + {0x044b, "afii10093"}, + {0x044c, "afii10094"}, + {0x044d, "afii10095"}, + {0x044e, "afii10096"}, + {0x044f, "afii10097"}, + {0x0491, "afii10098"}, + {0x0452, "afii10099"}, + {0x0453, "afii10100"}, + {0x0454, "afii10101"}, + {0x0455, "afii10102"}, + {0x0456, "afii10103"}, + {0x0457, "afii10104"}, + {0x0458, "afii10105"}, + {0x0459, "afii10106"}, + {0x045a, "afii10107"}, + {0x045b, "afii10108"}, + {0x045c, "afii10109"}, + {0x045e, "afii10110"}, + {0x040f, "afii10145"}, + {0x0462, "afii10146"}, + {0x0472, "afii10147"}, + {0x0474, "afii10148"}, + {0xf6c6, "afii10192"}, + {0x045f, "afii10193"}, + {0x0463, "afii10194"}, + {0x0473, "afii10195"}, + {0x0475, "afii10196"}, + {0xf6c7, "afii10831"}, + {0xf6c8, "afii10832"}, + {0x04d9, "afii10846"}, + {0x200e, "afii299"}, + {0x200f, "afii300"}, + {0x200d, "afii301"}, + {0x066a, "afii57381"}, + {0x060c, "afii57388"}, + {0x0660, "afii57392"}, + {0x0661, "afii57393"}, + {0x0662, "afii57394"}, + {0x0663, "afii57395"}, + {0x0664, "afii57396"}, + {0x0665, "afii57397"}, + {0x0666, "afii57398"}, + {0x0667, "afii57399"}, + {0x0668, "afii57400"}, + {0x0669, "afii57401"}, + {0x061b, "afii57403"}, + {0x061f, "afii57407"}, + {0x0621, "afii57409"}, + {0x0622, "afii57410"}, + {0x0623, "afii57411"}, + {0x0624, "afii57412"}, + {0x0625, "afii57413"}, + {0x0626, "afii57414"}, + {0x0627, "afii57415"}, + {0x0628, "afii57416"}, + {0x0629, "afii57417"}, + {0x062a, "afii57418"}, + {0x062b, "afii57419"}, + {0x062c, "afii57420"}, + {0x062d, "afii57421"}, + {0x062e, "afii57422"}, + {0x062f, "afii57423"}, + {0x0630, "afii57424"}, + {0x0631, "afii57425"}, + {0x0632, "afii57426"}, + {0x0633, "afii57427"}, + {0x0634, "afii57428"}, + {0x0635, "afii57429"}, + {0x0636, "afii57430"}, + {0x0637, "afii57431"}, + {0x0638, "afii57432"}, + {0x0639, "afii57433"}, + {0x063a, "afii57434"}, + {0x0640, "afii57440"}, + {0x0641, "afii57441"}, + {0x0642, "afii57442"}, + {0x0643, "afii57443"}, + {0x0644, "afii57444"}, + {0x0645, "afii57445"}, + {0x0646, "afii57446"}, + {0x0648, "afii57448"}, + {0x0649, "afii57449"}, + {0x064a, "afii57450"}, + {0x064b, "afii57451"}, + {0x064c, "afii57452"}, + {0x064d, "afii57453"}, + {0x064e, "afii57454"}, + {0x064f, "afii57455"}, + {0x0650, "afii57456"}, + {0x0651, "afii57457"}, + {0x0652, "afii57458"}, + {0x0647, "afii57470"}, + {0x06a4, "afii57505"}, + {0x067e, "afii57506"}, + {0x0686, "afii57507"}, + {0x0698, "afii57508"}, + {0x06af, "afii57509"}, + {0x0679, "afii57511"}, + {0x0688, "afii57512"}, + {0x0691, "afii57513"}, + {0x06ba, "afii57514"}, + {0x06d2, "afii57519"}, + {0x06d5, "afii57534"}, + {0x20aa, "afii57636"}, + {0x05be, "afii57645"}, + {0x05c3, "afii57658"}, + {0x05d0, "afii57664"}, + {0x05d1, "afii57665"}, + {0x05d2, "afii57666"}, + {0x05d3, "afii57667"}, + {0x05d4, "afii57668"}, + {0x05d5, "afii57669"}, + {0x05d6, "afii57670"}, + {0x05d7, "afii57671"}, + {0x05d8, "afii57672"}, + {0x05d9, "afii57673"}, + {0x05da, "afii57674"}, + {0x05db, "afii57675"}, + {0x05dc, "afii57676"}, + {0x05dd, "afii57677"}, + {0x05de, "afii57678"}, + {0x05df, "afii57679"}, + {0x05e0, "afii57680"}, + {0x05e1, "afii57681"}, + {0x05e2, "afii57682"}, + {0x05e3, "afii57683"}, + {0x05e4, "afii57684"}, + {0x05e5, "afii57685"}, + {0x05e6, "afii57686"}, + {0x05e7, "afii57687"}, + {0x05e8, "afii57688"}, + {0x05e9, "afii57689"}, + {0x05ea, "afii57690"}, + {0xfb2a, "afii57694"}, + {0xfb2b, "afii57695"}, + {0xfb4b, "afii57700"}, + {0xfb1f, "afii57705"}, + {0x05f0, "afii57716"}, + {0x05f1, "afii57717"}, + {0x05f2, "afii57718"}, + {0xfb35, "afii57723"}, + {0x05b4, "afii57793"}, + {0x05b5, "afii57794"}, + {0x05b6, "afii57795"}, + {0x05bb, "afii57796"}, + {0x05b8, "afii57797"}, + {0x05b7, "afii57798"}, + {0x05b0, "afii57799"}, + {0x05b2, "afii57800"}, + {0x05b1, "afii57801"}, + {0x05b3, "afii57802"}, + {0x05c2, "afii57803"}, + {0x05c1, "afii57804"}, + {0x05b9, "afii57806"}, + {0x05bc, "afii57807"}, + {0x05bd, "afii57839"}, + {0x05bf, "afii57841"}, + {0x05c0, "afii57842"}, + {0x02bc, "afii57929"}, + {0x2105, "afii61248"}, + {0x2113, "afii61289"}, + {0x2116, "afii61352"}, + {0x202c, "afii61573"}, + {0x202d, "afii61574"}, + {0x202e, "afii61575"}, + {0x200c, "afii61664"}, + {0x066d, "afii63167"}, + {0x02bd, "afii64937"}, + {0x00e0, "agrave"}, + {0x2135, "aleph"}, + {0x03b1, "alpha"}, + {0x03ac, "alphatonos"}, + {0x0101, "amacron"}, + {0x0026, "ampersand"}, + {0xf726, "ampersandsmall"}, + {0x2220, "angle"}, + {0x2329, "angleleft"}, + {0x232a, "angleright"}, + {0x0387, "anoteleia"}, + {0x0105, "aogonek"}, + {0x2248, "approxequal"}, + {0x00e5, "aring"}, + {0x01fb, "aringacute"}, + {0x2194, "arrowboth"}, + {0x21d4, "arrowdblboth"}, + {0x21d3, "arrowdbldown"}, + {0x21d0, "arrowdblleft"}, + {0x21d2, "arrowdblright"}, + {0x21d1, "arrowdblup"}, + {0x2193, "arrowdown"}, + {0xf8e7, "arrowhorizex"}, + {0x2190, "arrowleft"}, + {0x2192, "arrowright"}, + {0x2191, "arrowup"}, + {0x2195, "arrowupdn"}, + {0x21a8, "arrowupdnbse"}, + {0xf8e6, "arrowvertex"}, + {0x005e, "asciicircum"}, + {0x007e, "asciitilde"}, + {0x002a, "asterisk"}, + {0x2217, "asteriskmath"}, + {0xf6e9, "asuperior"}, + {0x0040, "at"}, + {0x00e3, "atilde"}, + {0x0062, "b"}, + {0x005c, "backslash"}, + {0x007c, "bar"}, + {0x03b2, "beta"}, + {0x2588, "block"}, + {0xf8f4, "braceex"}, + {0x007b, "braceleft"}, + {0xf8f3, "braceleftbt"}, + {0xf8f2, "braceleftmid"}, + {0xf8f1, "bracelefttp"}, + {0x007d, "braceright"}, + {0xf8fe, "bracerightbt"}, + {0xf8fd, "bracerightmid"}, + {0xf8fc, "bracerighttp"}, + {0x005b, "bracketleft"}, + {0xf8f0, "bracketleftbt"}, + {0xf8ef, "bracketleftex"}, + {0xf8ee, "bracketlefttp"}, + {0x005d, "bracketright"}, + {0xf8fb, "bracketrightbt"}, + {0xf8fa, "bracketrightex"}, + {0xf8f9, "bracketrighttp"}, + {0x02d8, "breve"}, + {0x00a6, "brokenbar"}, + {0xf6ea, "bsuperior"}, + {0x2022, "bullet"}, + {0x0063, "c"}, + {0x0107, "cacute"}, + {0x02c7, "caron"}, + {0x21b5, "carriagereturn"}, + {0x010d, "ccaron"}, + {0x00e7, "ccedilla"}, + {0x0109, "ccircumflex"}, + {0x010b, "cdotaccent"}, + {0x00b8, "cedilla"}, + {0x00a2, "cent"}, + {0xf6df, "centinferior"}, + {0xf7a2, "centoldstyle"}, + {0xf6e0, "centsuperior"}, + {0x03c7, "chi"}, + {0x25cb, "circle"}, + {0x2297, "circlemultiply"}, + {0x2295, "circleplus"}, + {0x02c6, "circumflex"}, + {0x2663, "club"}, + {0x003a, "colon"}, + {0x20a1, "colonmonetary"}, + {0x002c, "comma"}, + {0xf6c3, "commaaccent"}, + {0xf6e1, "commainferior"}, + {0xf6e2, "commasuperior"}, + {0x2245, "congruent"}, + {0x00a9, "copyright"}, + {0x00a9, "copyrightsans"}, + {0x00a9, "copyrightserif"}, + {0x00a4, "currency"}, + {0xf6d1, "cyrBreve"}, + {0xf6d2, "cyrFlex"}, + {0xf6d4, "cyrbreve"}, + {0xf6d5, "cyrflex"}, + {0x0064, "d"}, + {0x2020, "dagger"}, + {0x2021, "daggerdbl"}, + {0xf6d3, "dblGrave"}, + {0xf6d6, "dblgrave"}, + {0x010f, "dcaron"}, + {0x0111, "dcroat"}, + {0x00b0, "degree"}, + {0x03b4, "delta"}, + {0x2666, "diamond"}, + {0x00a8, "dieresis"}, + {0xf6d7, "dieresisacute"}, + {0xf6d8, "dieresisgrave"}, + {0x0385, "dieresistonos"}, + {0x00f7, "divide"}, + {0x2593, "dkshade"}, + {0x2584, "dnblock"}, + {0x0024, "dollar"}, + {0xf6e3, "dollarinferior"}, + {0xf724, "dollaroldstyle"}, + {0xf6e4, "dollarsuperior"}, + {0x20ab, "dong"}, + {0x02d9, "dotaccent"}, + {0x0323, "dotbelowcomb"}, + {0x0131, "dotlessi"}, + {0xf6be, "dotlessj"}, + {0x22c5, "dotmath"}, + {0xf6eb, "dsuperior"}, + {0x0065, "e"}, + {0x00e9, "eacute"}, + {0x0115, "ebreve"}, + {0x011b, "ecaron"}, + {0x00ea, "ecircumflex"}, + {0x00eb, "edieresis"}, + {0x0117, "edotaccent"}, + {0x00e8, "egrave"}, + {0x0038, "eight"}, + {0x2088, "eightinferior"}, + {0xf738, "eightoldstyle"}, + {0x2078, "eightsuperior"}, + {0x2208, "element"}, + {0x2026, "ellipsis"}, + {0x0113, "emacron"}, + {0x2014, "emdash"}, + {0x2205, "emptyset"}, + {0x2013, "endash"}, + {0x014b, "eng"}, + {0x0119, "eogonek"}, + {0x03b5, "epsilon"}, + {0x03ad, "epsilontonos"}, + {0x003d, "equal"}, + {0x2261, "equivalence"}, + {0x212e, "estimated"}, + {0xf6ec, "esuperior"}, + {0x03b7, "eta"}, + {0x03ae, "etatonos"}, + {0x00f0, "eth"}, + {0x0021, "exclam"}, + {0x203c, "exclamdbl"}, + {0x00a1, "exclamdown"}, + {0xf7a1, "exclamdownsmall"}, + {0x0021, "exclamleft"}, + {0xf721, "exclamsmall"}, + {0x2203, "existential"}, + {0x0066, "f"}, + {0x2640, "female"}, + {0xfb00, "ff"}, + {0xfb03, "ffi"}, + {0xfb04, "ffl"}, + {0xfb01, "fi"}, + {0x2012, "figuredash"}, + {0x25a0, "filledbox"}, + {0x25ac, "filledrect"}, + {0x0035, "five"}, + {0x215d, "fiveeighths"}, + {0x2085, "fiveinferior"}, + {0xf735, "fiveoldstyle"}, + {0x2075, "fivesuperior"}, + {0xfb02, "fl"}, + {0x0192, "florin"}, + {0x0034, "four"}, + {0x2084, "fourinferior"}, + {0xf734, "fouroldstyle"}, + {0x2074, "foursuperior"}, + {0x2044, "fraction"}, + {0x20a3, "franc"}, + {0x0067, "g"}, + {0x03b3, "gamma"}, + {0x011f, "gbreve"}, + {0x01e7, "gcaron"}, + {0x011d, "gcircumflex"}, + {0x0123, "gcommaaccent"}, + {0x0121, "gdotaccent"}, + {0x00df, "germandbls"}, + {0x2207, "gradient"}, + {0x0060, "grave"}, + {0x0300, "gravecomb"}, + {0x003e, "greater"}, + {0x2265, "greaterequal"}, + {0x00ab, "guillemotleft"}, + {0x00bb, "guillemotright"}, + {0x2039, "guilsinglleft"}, + {0x203a, "guilsinglright"}, + {0x0068, "h"}, + {0x0127, "hbar"}, + {0x0125, "hcircumflex"}, + {0x2665, "heart"}, + {0x0309, "hookabovecomb"}, + {0x2302, "house"}, + {0x02dd, "hungarumlaut"}, + {0x002d, "hyphen"}, + {0xf6e5, "hypheninferior"}, + {0xf6e6, "hyphensuperior"}, + {0x0069, "i"}, + {0x00ed, "iacute"}, + {0x012d, "ibreve"}, + {0x00ee, "icircumflex"}, + {0x00ef, "idieresis"}, + {0x00ec, "igrave"}, + {0x0133, "ij"}, + {0x012b, "imacron"}, + {0x221e, "infinity"}, + {0x222b, "integral"}, + {0x2321, "integralbt"}, + {0xf8f5, "integralex"}, + {0x2320, "integraltp"}, + {0x2229, "intersection"}, + {0x25d8, "invbullet"}, + {0x25d9, "invcircle"}, + {0x263b, "invsmileface"}, + {0x012f, "iogonek"}, + {0x03b9, "iota"}, + {0x03ca, "iotadieresis"}, + {0x0390, "iotadieresistonos"}, + {0x03af, "iotatonos"}, + {0xf6ed, "isuperior"}, + {0x0129, "itilde"}, + {0x006a, "j"}, + {0x0135, "jcircumflex"}, + {0x006b, "k"}, + {0x03ba, "kappa"}, + {0x0137, "kcommaaccent"}, + {0x0138, "kgreenlandic"}, + {0x006c, "l"}, + {0x013a, "lacute"}, + {0x03bb, "lambda"}, + {0x013e, "lcaron"}, + {0x013c, "lcommaaccent"}, + {0x0140, "ldot"}, + {0x003c, "less"}, + {0x2264, "lessequal"}, + {0x258c, "lfblock"}, + {0x20a4, "lira"}, + {0xf6c0, "ll"}, + {0x2227, "logicaland"}, + {0x00ac, "logicalnot"}, + {0x2228, "logicalor"}, + {0x017f, "longs"}, + {0x25ca, "lozenge"}, + {0x0142, "lslash"}, + {0xf6ee, "lsuperior"}, + {0x2591, "ltshade"}, + {0x006d, "m"}, + {0x00af, "macron"}, + {0x2642, "male"}, + {0x2212, "minus"}, + {0x2032, "minute"}, + {0xf6ef, "msuperior"}, + {0x00b5, "mu"}, + {0x00d7, "multiply"}, + {0x266a, "musicalnote"}, + {0x266b, "musicalnotedbl"}, + {0x006e, "n"}, + {0x0144, "nacute"}, + {0x0149, "napostrophe"}, + {0x00a0, "nbspace"}, + {0x0148, "ncaron"}, + {0x0146, "ncommaaccent"}, + {0x0039, "nine"}, + {0x2089, "nineinferior"}, + {0xf739, "nineoldstyle"}, + {0x2079, "ninesuperior"}, + {0x00a0, "nonbreakingspace"}, + {0x2209, "notelement"}, + {0x2260, "notequal"}, + {0x2284, "notsubset"}, + {0x207f, "nsuperior"}, + {0x00f1, "ntilde"}, + {0x03bd, "nu"}, + {0x0023, "numbersign"}, + {0x006f, "o"}, + {0x00f3, "oacute"}, + {0x014f, "obreve"}, + {0x00f4, "ocircumflex"}, + {0x00f6, "odieresis"}, + {0x0153, "oe"}, + {0x02db, "ogonek"}, + {0x00f2, "ograve"}, + {0x01a1, "ohorn"}, + {0x0151, "ohungarumlaut"}, + {0x014d, "omacron"}, + {0x03c9, "omega"}, + {0x03d6, "omega1"}, + {0x03ce, "omegatonos"}, + {0x03bf, "omicron"}, + {0x03cc, "omicrontonos"}, + {0x0031, "one"}, + {0x2024, "onedotenleader"}, + {0x215b, "oneeighth"}, + {0xf6dc, "onefitted"}, + {0x00bd, "onehalf"}, + {0x2081, "oneinferior"}, + {0xf731, "oneoldstyle"}, + {0x00bc, "onequarter"}, + {0x00b9, "onesuperior"}, + {0x2153, "onethird"}, + {0x25e6, "openbullet"}, + {0x00aa, "ordfeminine"}, + {0x00ba, "ordmasculine"}, + {0x221f, "orthogonal"}, + {0x00f8, "oslash"}, + {0x01ff, "oslashacute"}, + {0xf6f0, "osuperior"}, + {0x00f5, "otilde"}, + {0x0070, "p"}, + {0x00b6, "paragraph"}, + {0x0028, "parenleft"}, + {0xf8ed, "parenleftbt"}, + {0xf8ec, "parenleftex"}, + {0x208d, "parenleftinferior"}, + {0x207d, "parenleftsuperior"}, + {0xf8eb, "parenlefttp"}, + {0x0029, "parenright"}, + {0xf8f8, "parenrightbt"}, + {0xf8f7, "parenrightex"}, + {0x208e, "parenrightinferior"}, + {0x207e, "parenrightsuperior"}, + {0xf8f6, "parenrighttp"}, + {0x2202, "partialdiff"}, + {0x0025, "percent"}, + {0x002e, "period"}, + {0x00b7, "periodcentered"}, + {0xf6e7, "periodinferior"}, + {0xf6e8, "periodsuperior"}, + {0x22a5, "perpendicular"}, + {0x2030, "perthousand"}, + {0x20a7, "peseta"}, + {0x03c6, "phi"}, + {0x03d5, "phi1"}, + {0x03c0, "pi"}, + {0x002b, "plus"}, + {0x00b1, "plusminus"}, + {0x211e, "prescription"}, + {0x220f, "product"}, + {0x2282, "propersubset"}, + {0x2283, "propersuperset"}, + {0x221d, "proportional"}, + {0x03c8, "psi"}, + {0x0071, "q"}, + {0x003f, "question"}, + {0x00bf, "questiondown"}, + {0xf7bf, "questiondownsmall"}, + {0xf73f, "questionsmall"}, + {0x0022, "quotedbl"}, + {0x201e, "quotedblbase"}, + {0x201c, "quotedblleft"}, + {0x201d, "quotedblright"}, + {0x2018, "quoteleft"}, + {0x201b, "quotereversed"}, + {0x2019, "quoteright"}, + {0x201a, "quotesinglbase"}, + {0x0027, "quotesingle"}, + {0x0072, "r"}, + {0x0155, "racute"}, + {0x221a, "radical"}, + {0xf8e5, "radicalex"}, + {0x0159, "rcaron"}, + {0x0157, "rcommaaccent"}, + {0x2286, "reflexsubset"}, + {0x2287, "reflexsuperset"}, + {0x00ae, "registered"}, + {0x00ae, "registersans"}, + {0x00ae, "registerserif"}, + {0x2310, "revlogicalnot"}, + {0x03c1, "rho"}, + {0x02da, "ring"}, + {0xf6f1, "rsuperior"}, + {0x2590, "rtblock"}, + {0xf6dd, "rupiah"}, + {0x0073, "s"}, + {0x015b, "sacute"}, + {0x0161, "scaron"}, + {0x015f, "scedilla"}, + {0x015d, "scircumflex"}, + {0x0219, "scommaaccent"}, + {0x2033, "second"}, + {0x00a7, "section"}, + {0x003b, "semicolon"}, + {0x0037, "seven"}, + {0x215e, "seveneighths"}, + {0x2087, "seveninferior"}, + {0xf737, "sevenoldstyle"}, + {0x2077, "sevensuperior"}, + {0x2592, "shade"}, + {0x03c3, "sigma"}, + {0x03c2, "sigma1"}, + {0x223c, "similar"}, + {0x0036, "six"}, + {0x2086, "sixinferior"}, + {0xf736, "sixoldstyle"}, + {0x2076, "sixsuperior"}, + {0x002f, "slash"}, + {0x263a, "smileface"}, + {0x0020, "space"}, + {0x2660, "spade"}, + {0xf6f2, "ssuperior"}, + {0x00a3, "sterling"}, + {0x220b, "suchthat"}, + {0x2211, "summation"}, + {0x263c, "sun"}, + {0x0074, "t"}, + {0x03c4, "tau"}, + {0x0167, "tbar"}, + {0x0165, "tcaron"}, + {0x0163, "tcommaaccent"}, + {0x2234, "therefore"}, + {0x03b8, "theta"}, + {0x03d1, "theta1"}, + {0x00fe, "thorn"}, + {0x0033, "three"}, + {0x215c, "threeeighths"}, + {0x2083, "threeinferior"}, + {0xf733, "threeoldstyle"}, + {0x00be, "threequarters"}, + {0xf6de, "threequartersemdash"}, + {0x00b3, "threesuperior"}, + {0x02dc, "tilde"}, + {0x0303, "tildecomb"}, + {0x0384, "tonos"}, + {0x2122, "trademark"}, + {0x2122, "trademarksans"}, + {0x2122, "trademarkserif"}, + {0x25bc, "triagdn"}, + {0x25c4, "triaglf"}, + {0x25ba, "triagrt"}, + {0x25b2, "triagup"}, + {0xf6f3, "tsuperior"}, + {0x0032, "two"}, + {0x2025, "twodotenleader"}, + {0x2082, "twoinferior"}, + {0xf732, "twooldstyle"}, + {0x00b2, "twosuperior"}, + {0x2154, "twothirds"}, + {0x0075, "u"}, + {0x00fa, "uacute"}, + {0x016d, "ubreve"}, + {0x00fb, "ucircumflex"}, + {0x00fc, "udieresis"}, + {0x00f9, "ugrave"}, + {0x01b0, "uhorn"}, + {0x0171, "uhungarumlaut"}, + {0x016b, "umacron"}, + {0x005f, "underscore"}, + {0x2017, "underscoredbl"}, + {0x222a, "union"}, + {0x2200, "universal"}, + {0x0173, "uogonek"}, + {0x2580, "upblock"}, + {0x03c5, "upsilon"}, + {0x03cb, "upsilondieresis"}, + {0x03b0, "upsilondieresistonos"}, + {0x03cd, "upsilontonos"}, + {0x016f, "uring"}, + {0x0169, "utilde"}, + {0x0076, "v"}, + {0x0077, "w"}, + {0x1e83, "wacute"}, + {0x0175, "wcircumflex"}, + {0x1e85, "wdieresis"}, + {0x2118, "weierstrass"}, + {0x1e81, "wgrave"}, + {0x0078, "x"}, + {0x03be, "xi"}, + {0x0079, "y"}, + {0x00fd, "yacute"}, + {0x0177, "ycircumflex"}, + {0x00ff, "ydieresis"}, + {0x00a5, "yen"}, + {0x1ef3, "ygrave"}, + {0x007a, "z"}, + {0x017a, "zacute"}, + {0x017e, "zcaron"}, + {0x017c, "zdotaccent"}, + {0x0030, "zero"}, + {0x2080, "zeroinferior"}, + {0xf730, "zerooldstyle"}, + {0x2070, "zerosuperior"}, + {0x03b6, "zeta"}, + {0x007b, "{"}, + {0x007c, "|"}, + {0x007d, "}"}, + {0x007e, "~"}, + { 0, NULL } +}; diff --git a/pdftops/Object.cxx b/pdftops/Object.cxx new file mode 100644 index 0000000000..0b6ac3431f --- /dev/null +++ b/pdftops/Object.cxx @@ -0,0 +1,231 @@ +//======================================================================== +// +// Object.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "Object.h" +#include "Array.h" +#include "Dict.h" +#include "Error.h" +#include "Stream.h" +#include "XRef.h" + +//------------------------------------------------------------------------ +// Object +//------------------------------------------------------------------------ + +char *objTypeNames[numObjTypes] = { + "boolean", + "integer", + "real", + "string", + "name", + "null", + "array", + "dictionary", + "stream", + "ref", + "cmd", + "error", + "eof", + "none" +}; + +#ifdef DEBUG_MEM +int Object::numAlloc[numObjTypes] = + {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; +#endif + +Object *Object::initArray(XRef *xref) { + initObj(objArray); + array = new Array(xref); + return this; +} + +Object *Object::initDict(XRef *xref) { + initObj(objDict); + dict = new Dict(xref); + return this; +} + +Object *Object::initDict(Dict *dictA) { + initObj(objDict); + dict = dictA; + dict->incRef(); + return this; +} + +Object *Object::initStream(Stream *streamA) { + initObj(objStream); + stream = streamA; + return this; +} + +Object *Object::copy(Object *obj) { + *obj = *this; + switch (type) { + case objString: + obj->string = string->copy(); + break; + case objName: + obj->name = copyString(name); + break; + case objArray: + array->incRef(); + break; + case objDict: + dict->incRef(); + break; + case objStream: + stream->incRef(); + break; + case objCmd: + obj->cmd = copyString(cmd); + break; + default: + break; + } +#ifdef DEBUG_MEM + ++numAlloc[type]; +#endif + return obj; +} + +Object *Object::fetch(XRef *xref, Object *obj) { + return (type == objRef && xref) ? + xref->fetch(ref.num, ref.gen, obj) : copy(obj); +} + +void Object::free() { + switch (type) { + case objString: + delete string; + break; + case objName: + gfree(name); + break; + case objArray: + if (!array->decRef()) { + delete array; + } + break; + case objDict: + if (!dict->decRef()) { + delete dict; + } + break; + case objStream: + if (!stream->decRef()) { + delete stream; + } + break; + case objCmd: + gfree(cmd); + break; + default: + break; + } +#ifdef DEBUG_MEM + --numAlloc[type]; +#endif + type = objNone; +} + +char *Object::getTypeName() { + return objTypeNames[type]; +} + +void Object::print(FILE *f) { + Object obj; + int i; + + switch (type) { + case objBool: + fprintf(f, "%s", booln ? "true" : "false"); + break; + case objInt: + fprintf(f, "%d", intg); + break; + case objReal: + fprintf(f, "%g", real); + break; + case objString: + fprintf(f, "("); + fwrite(string->getCString(), 1, string->getLength(), f); + fprintf(f, ")"); + break; + case objName: + fprintf(f, "/%s", name); + break; + case objNull: + fprintf(f, "null"); + break; + case objArray: + fprintf(f, "["); + for (i = 0; i < arrayGetLength(); ++i) { + if (i > 0) + fprintf(f, " "); + arrayGetNF(i, &obj); + obj.print(f); + obj.free(); + } + fprintf(f, "]"); + break; + case objDict: + fprintf(f, "<<"); + for (i = 0; i < dictGetLength(); ++i) { + fprintf(f, " /%s ", dictGetKey(i)); + dictGetValNF(i, &obj); + obj.print(f); + obj.free(); + } + fprintf(f, " >>"); + break; + case objStream: + fprintf(f, ""); + break; + case objRef: + fprintf(f, "%d %d R", ref.num, ref.gen); + break; + case objCmd: + fprintf(f, "%s", cmd); + break; + case objError: + fprintf(f, ""); + break; + case objEOF: + fprintf(f, ""); + break; + case objNone: + fprintf(f, ""); + break; + } +} + +void Object::memCheck(FILE *f) { +#ifdef DEBUG_MEM + int i; + int t; + + t = 0; + for (i = 0; i < numObjTypes; ++i) + t += numAlloc[i]; + if (t > 0) { + fprintf(f, "Allocated objects:\n"); + for (i = 0; i < numObjTypes; ++i) { + if (numAlloc[i] > 0) + fprintf(f, " %-20s: %6d\n", objTypeNames[i], numAlloc[i]); + } + } +#endif +} diff --git a/pdftops/Object.h b/pdftops/Object.h new file mode 100644 index 0000000000..72ba2629b7 --- /dev/null +++ b/pdftops/Object.h @@ -0,0 +1,303 @@ +//======================================================================== +// +// Object.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef OBJECT_H +#define OBJECT_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include +#include +#include "gtypes.h" +#include "gmem.h" +#include "GString.h" + +class XRef; +class Array; +class Dict; +class Stream; + +//------------------------------------------------------------------------ +// Ref +//------------------------------------------------------------------------ + +struct Ref { + int num; // object number + int gen; // generation number +}; + +//------------------------------------------------------------------------ +// object types +//------------------------------------------------------------------------ + +enum ObjType { + // simple objects + objBool, // boolean + objInt, // integer + objReal, // real + objString, // string + objName, // name + objNull, // null + + // complex objects + objArray, // array + objDict, // dictionary + objStream, // stream + objRef, // indirect reference + + // special objects + objCmd, // command name + objError, // error return from Lexer + objEOF, // end of file return from Lexer + objNone // uninitialized object +}; + +#define numObjTypes 14 // total number of object types + +//------------------------------------------------------------------------ +// Object +//------------------------------------------------------------------------ + +#ifdef DEBUG_MEM +#define initObj(t) ++numAlloc[type = t] +#else +#define initObj(t) type = t +#endif + +class Object { +public: + + // Default constructor. + Object(): + type(objNone) {} + + // Initialize an object. + Object *initBool(GBool boolnA) + { initObj(objBool); booln = boolnA; return this; } + Object *initInt(int intgA) + { initObj(objInt); intg = intgA; return this; } + Object *initReal(double realA) + { initObj(objReal); real = realA; return this; } + Object *initString(GString *stringA) + { initObj(objString); string = stringA; return this; } + Object *initName(char *nameA) + { initObj(objName); name = copyString(nameA); return this; } + Object *initNull() + { initObj(objNull); return this; } + Object *initArray(XRef *xref); + Object *initDict(XRef *xref); + Object *initDict(Dict *dictA); + Object *initStream(Stream *streamA); + Object *initRef(int numA, int genA) + { initObj(objRef); ref.num = numA; ref.gen = genA; return this; } + Object *initCmd(char *cmdA) + { initObj(objCmd); cmd = copyString(cmdA); return this; } + Object *initError() + { initObj(objError); return this; } + Object *initEOF() + { initObj(objEOF); return this; } + + // Copy an object. + Object *copy(Object *obj); + + // If object is a Ref, fetch and return the referenced object. + // Otherwise, return a copy of the object. + Object *fetch(XRef *xref, Object *obj); + + // Free object contents. + void free(); + + // Type checking. + ObjType getType() { return type; } + GBool isBool() { return type == objBool; } + GBool isInt() { return type == objInt; } + GBool isReal() { return type == objReal; } + GBool isNum() { return type == objInt || type == objReal; } + GBool isString() { return type == objString; } + GBool isName() { return type == objName; } + GBool isNull() { return type == objNull; } + GBool isArray() { return type == objArray; } + GBool isDict() { return type == objDict; } + GBool isStream() { return type == objStream; } + GBool isRef() { return type == objRef; } + GBool isCmd() { return type == objCmd; } + GBool isError() { return type == objError; } + GBool isEOF() { return type == objEOF; } + GBool isNone() { return type == objNone; } + + // Special type checking. + GBool isName(char *nameA) + { return type == objName && !strcmp(name, nameA); } + GBool isDict(char *dictType); + GBool isStream(char *dictType); + GBool isCmd(char *cmdA) + { return type == objCmd && !strcmp(cmd, cmdA); } + + // Accessors. NB: these assume object is of correct type. + GBool getBool() { return booln; } + int getInt() { return intg; } + double getReal() { return real; } + double getNum() { return type == objInt ? (double)intg : real; } + GString *getString() { return string; } + char *getName() { return name; } + Array *getArray() { return array; } + Dict *getDict() { return dict; } + Stream *getStream() { return stream; } + Ref getRef() { return ref; } + int getRefNum() { return ref.num; } + int getRefGen() { return ref.gen; } + char *getCmd() { return cmd; } + + // Array accessors. + int arrayGetLength(); + void arrayAdd(Object *elem); + Object *arrayGet(int i, Object *obj); + Object *arrayGetNF(int i, Object *obj); + + // Dict accessors. + int dictGetLength(); + void dictAdd(char *key, Object *val); + GBool dictIs(char *dictType); + Object *dictLookup(char *key, Object *obj); + Object *dictLookupNF(char *key, Object *obj); + char *dictGetKey(int i); + Object *dictGetVal(int i, Object *obj); + Object *dictGetValNF(int i, Object *obj); + + // Stream accessors. + GBool streamIs(char *dictType); + void streamReset(); + void streamClose(); + int streamGetChar(); + int streamLookChar(); + char *streamGetLine(char *buf, int size); + Guint streamGetPos(); + void streamSetPos(Guint pos, int dir = 0); + Dict *streamGetDict(); + + // Output. + char *getTypeName(); + void print(FILE *f = stdout); + + // Memory testing. + static void memCheck(FILE *f); + +private: + + ObjType type; // object type + union { // value for each type: + GBool booln; // boolean + int intg; // integer + double real; // real + GString *string; // string + char *name; // name + Array *array; // array + Dict *dict; // dictionary + Stream *stream; // stream + Ref ref; // indirect reference + char *cmd; // command + }; + +#ifdef DEBUG_MEM + static int // number of each type of object + numAlloc[numObjTypes]; // currently allocated +#endif +}; + +//------------------------------------------------------------------------ +// Array accessors. +//------------------------------------------------------------------------ + +#include "Array.h" + +inline int Object::arrayGetLength() + { return array->getLength(); } + +inline void Object::arrayAdd(Object *elem) + { array->add(elem); } + +inline Object *Object::arrayGet(int i, Object *obj) + { return array->get(i, obj); } + +inline Object *Object::arrayGetNF(int i, Object *obj) + { return array->getNF(i, obj); } + +//------------------------------------------------------------------------ +// Dict accessors. +//------------------------------------------------------------------------ + +#include "Dict.h" + +inline int Object::dictGetLength() + { return dict->getLength(); } + +inline void Object::dictAdd(char *key, Object *val) + { dict->add(key, val); } + +inline GBool Object::dictIs(char *dictType) + { return dict->is(dictType); } + +inline GBool Object::isDict(char *dictType) + { return type == objDict && dictIs(dictType); } + +inline Object *Object::dictLookup(char *key, Object *obj) + { return dict->lookup(key, obj); } + +inline Object *Object::dictLookupNF(char *key, Object *obj) + { return dict->lookupNF(key, obj); } + +inline char *Object::dictGetKey(int i) + { return dict->getKey(i); } + +inline Object *Object::dictGetVal(int i, Object *obj) + { return dict->getVal(i, obj); } + +inline Object *Object::dictGetValNF(int i, Object *obj) + { return dict->getValNF(i, obj); } + +//------------------------------------------------------------------------ +// Stream accessors. +//------------------------------------------------------------------------ + +#include "Stream.h" + +inline GBool Object::streamIs(char *dictType) + { return stream->getDict()->is(dictType); } + +inline GBool Object::isStream(char *dictType) + { return type == objStream && streamIs(dictType); } + +inline void Object::streamReset() + { stream->reset(); } + +inline void Object::streamClose() + { stream->close(); } + +inline int Object::streamGetChar() + { return stream->getChar(); } + +inline int Object::streamLookChar() + { return stream->lookChar(); } + +inline char *Object::streamGetLine(char *buf, int size) + { return stream->getLine(buf, size); } + +inline Guint Object::streamGetPos() + { return stream->getPos(); } + +inline void Object::streamSetPos(Guint pos, int dir) + { stream->setPos(pos, dir); } + +inline Dict *Object::streamGetDict() + { return stream->getDict(); } + +#endif diff --git a/pdftops/Outline.cxx b/pdftops/Outline.cxx new file mode 100644 index 0000000000..d127e944a1 --- /dev/null +++ b/pdftops/Outline.cxx @@ -0,0 +1,151 @@ +//======================================================================== +// +// Outline.cc +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include "gmem.h" +#include "GString.h" +#include "GList.h" +#include "Link.h" +#include "PDFDocEncoding.h" +#include "Outline.h" + +//------------------------------------------------------------------------ + +Outline::Outline(Object *outlineObj, XRef *xref) { + Object first, last; + + items = NULL; + if (!outlineObj->isDict()) { + return; + } + items = OutlineItem::readItemList(outlineObj->dictLookupNF("First", &first), + outlineObj->dictLookupNF("Last", &last), + xref); + first.free(); + last.free(); +} + +Outline::~Outline() { + if (items) { + deleteGList(items, OutlineItem); + } +} + +//------------------------------------------------------------------------ + +OutlineItem::OutlineItem(Dict *dict, XRef *xrefA) { + Object obj1; + GString *s; + int i; + + xref = xrefA; + title = NULL; + action = NULL; + kids = NULL; + + if (dict->lookup("Title", &obj1)->isString()) { + s = obj1.getString(); + if ((s->getChar(0) & 0xff) == 0xfe && + (s->getChar(1) & 0xff) == 0xff) { + titleLen = (s->getLength() - 2) / 2; + title = (Unicode *)gmallocn(titleLen, sizeof(Unicode)); + for (i = 0; i < titleLen; ++i) { + title[i] = ((s->getChar(2 + 2*i) & 0xff) << 8) | + (s->getChar(3 + 2*i) & 0xff); + } + } else { + titleLen = s->getLength(); + title = (Unicode *)gmallocn(titleLen, sizeof(Unicode)); + for (i = 0; i < titleLen; ++i) { + title[i] = pdfDocEncoding[s->getChar(i) & 0xff]; + } + } + } else { + titleLen = 0; + } + obj1.free(); + + if (!dict->lookup("Dest", &obj1)->isNull()) { + action = LinkAction::parseDest(&obj1); + } else { + obj1.free(); + if (!dict->lookup("A", &obj1)->isNull()) { + action = LinkAction::parseAction(&obj1); + } + } + obj1.free(); + + dict->lookupNF("First", &firstRef); + dict->lookupNF("Last", &lastRef); + dict->lookupNF("Next", &nextRef); + + startsOpen = gFalse; + if (dict->lookup("Count", &obj1)->isInt()) { + if (obj1.getInt() > 0) { + startsOpen = gTrue; + } + } + obj1.free(); +} + +OutlineItem::~OutlineItem() { + close(); + if (title) { + gfree(title); + } + if (action) { + delete action; + } + firstRef.free(); + lastRef.free(); + nextRef.free(); +} + +GList *OutlineItem::readItemList(Object *firstItemRef, Object *lastItemRef, + XRef *xrefA) { + GList *items; + OutlineItem *item; + Object obj; + Object *p; + + items = new GList(); + p = firstItemRef; + while (p->isRef()) { + if (!p->fetch(xrefA, &obj)->isDict()) { + obj.free(); + break; + } + item = new OutlineItem(obj.getDict(), xrefA); + obj.free(); + items->append(item); + if (p->getRef().num == lastItemRef->getRef().num && + p->getRef().gen == lastItemRef->getRef().gen) { + break; + } + p = &item->nextRef; + } + return items; +} + +void OutlineItem::open() { + if (!kids) { + kids = readItemList(&firstRef, &lastRef, xref); + } +} + +void OutlineItem::close() { + if (kids) { + deleteGList(kids, OutlineItem); + kids = NULL; + } +} diff --git a/pdftops/Outline.h b/pdftops/Outline.h new file mode 100644 index 0000000000..e83386221f --- /dev/null +++ b/pdftops/Outline.h @@ -0,0 +1,76 @@ +//======================================================================== +// +// Outline.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef OUTLINE_H +#define OUTLINE_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "Object.h" +#include "CharTypes.h" + +class GString; +class GList; +class XRef; +class LinkAction; + +//------------------------------------------------------------------------ + +class Outline { +public: + + Outline(Object *outlineObj, XRef *xref); + ~Outline(); + + GList *getItems() { return items; } + +private: + + GList *items; // NULL if document has no outline + // [OutlineItem] +}; + +//------------------------------------------------------------------------ + +class OutlineItem { +public: + + OutlineItem(Dict *dict, XRef *xrefA); + ~OutlineItem(); + + static GList *readItemList(Object *firstItemRef, Object *lastItemRef, + XRef *xrefA); + + void open(); + void close(); + + Unicode *getTitle() { return title; } + int getTitleLength() { return titleLen; } + LinkAction *getAction() { return action; } + GBool isOpen() { return startsOpen; } + GBool hasKids() { return firstRef.isRef(); } + GList *getKids() { return kids; } + +private: + + XRef *xref; + Unicode *title; + int titleLen; + LinkAction *action; + Object firstRef; + Object lastRef; + Object nextRef; + GBool startsOpen; + GList *kids; // NULL unless this item is open [OutlineItem] +}; + +#endif diff --git a/pdftops/OutputDev.cxx b/pdftops/OutputDev.cxx new file mode 100644 index 0000000000..a68ca80a2e --- /dev/null +++ b/pdftops/OutputDev.cxx @@ -0,0 +1,129 @@ +//======================================================================== +// +// OutputDev.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "Object.h" +#include "Stream.h" +#include "GfxState.h" +#include "OutputDev.h" + +//------------------------------------------------------------------------ +// OutputDev +//------------------------------------------------------------------------ + +void OutputDev::setDefaultCTM(double *ctm) { + int i; + double det; + + for (i = 0; i < 6; ++i) { + defCTM[i] = ctm[i]; + } + det = 1 / (defCTM[0] * defCTM[3] - defCTM[1] * defCTM[2]); + defICTM[0] = defCTM[3] * det; + defICTM[1] = -defCTM[1] * det; + defICTM[2] = -defCTM[2] * det; + defICTM[3] = defCTM[0] * det; + defICTM[4] = (defCTM[2] * defCTM[5] - defCTM[3] * defCTM[4]) * det; + defICTM[5] = (defCTM[1] * defCTM[4] - defCTM[0] * defCTM[5]) * det; +} + +void OutputDev::cvtDevToUser(double dx, double dy, double *ux, double *uy) { + *ux = defICTM[0] * dx + defICTM[2] * dy + defICTM[4]; + *uy = defICTM[1] * dx + defICTM[3] * dy + defICTM[5]; +} + +void OutputDev::cvtUserToDev(double ux, double uy, int *dx, int *dy) { + *dx = (int)(defCTM[0] * ux + defCTM[2] * uy + defCTM[4] + 0.5); + *dy = (int)(defCTM[1] * ux + defCTM[3] * uy + defCTM[5] + 0.5); +} + +void OutputDev::updateAll(GfxState *state) { + updateLineDash(state); + updateFlatness(state); + updateLineJoin(state); + updateLineCap(state); + updateMiterLimit(state); + updateLineWidth(state); + updateFillColorSpace(state); + updateFillColor(state); + updateStrokeColorSpace(state); + updateStrokeColor(state); + updateBlendMode(state); + updateFillOpacity(state); + updateStrokeOpacity(state); + updateFillOverprint(state); + updateStrokeOverprint(state); + updateFont(state); +} + +GBool OutputDev::beginType3Char(GfxState *state, double x, double y, + double dx, double dy, + CharCode code, Unicode *u, int uLen) { + return gFalse; +} + +void OutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str, + int width, int height, GBool invert, + GBool inlineImg) { + int i, j; + + if (inlineImg) { + str->reset(); + j = height * ((width + 7) / 8); + for (i = 0; i < j; ++i) + str->getChar(); + str->close(); + } +} + +void OutputDev::drawImage(GfxState *state, Object *ref, Stream *str, + int width, int height, GfxImageColorMap *colorMap, + int *maskColors, GBool inlineImg) { + int i, j; + + if (inlineImg) { + str->reset(); + j = height * ((width * colorMap->getNumPixelComps() * + colorMap->getBits() + 7) / 8); + for (i = 0; i < j; ++i) + str->getChar(); + str->close(); + } +} + +void OutputDev::drawMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, + int maskWidth, int maskHeight, + GBool maskInvert) { + drawImage(state, ref, str, width, height, colorMap, NULL, gFalse); +} + +void OutputDev::drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, + int maskWidth, int maskHeight, + GfxImageColorMap *maskColorMap) { + drawImage(state, ref, str, width, height, colorMap, NULL, gFalse); +} + +#if OPI_SUPPORT +void OutputDev::opiBegin(GfxState *state, Dict *opiDict) { +} + +void OutputDev::opiEnd(GfxState *state, Dict *opiDict) { +} +#endif diff --git a/pdftops/OutputDev.h b/pdftops/OutputDev.h new file mode 100644 index 0000000000..a58c5fdd08 --- /dev/null +++ b/pdftops/OutputDev.h @@ -0,0 +1,205 @@ +//======================================================================== +// +// OutputDev.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef OUTPUTDEV_H +#define OUTPUTDEV_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "CharTypes.h" + +class GString; +class GfxState; +class GfxColorSpace; +class GfxImageColorMap; +class GfxFunctionShading; +class GfxAxialShading; +class GfxRadialShading; +class Stream; +class Link; +class Catalog; + +//------------------------------------------------------------------------ +// OutputDev +//------------------------------------------------------------------------ + +class OutputDev { +public: + + // Constructor. + OutputDev() {} + + // Destructor. + virtual ~OutputDev() {} + + //----- get info about output device + + // Does this device use upside-down coordinates? + // (Upside-down means (0,0) is the top left corner of the page.) + virtual GBool upsideDown() = 0; + + // Does this device use drawChar() or drawString()? + virtual GBool useDrawChar() = 0; + + // Does this device use tilingPatternFill()? If this returns false, + // tiling pattern fills will be reduced to a series of other drawing + // operations. + virtual GBool useTilingPatternFill() { return gFalse; } + + // Does this device use functionShadedFill(), axialShadedFill(), and + // radialShadedFill()? If this returns false, these shaded fills + // will be reduced to a series of other drawing operations. + virtual GBool useShadedFills() { return gFalse; } + + // Does this device use beginType3Char/endType3Char? Otherwise, + // text in Type 3 fonts will be drawn with drawChar/drawString. + virtual GBool interpretType3Chars() = 0; + + // Does this device need non-text content? + virtual GBool needNonText() { return gTrue; } + + //----- initialization and control + + // Set default transform matrix. + virtual void setDefaultCTM(double *ctm); + + // Start a page. + virtual GBool startPage(int pageNum, GfxState *state) { return (gTrue); } + + // End a page. + virtual void endPage() {} + + // Dump page contents to display. + virtual void dump() {} + + //----- coordinate conversion + + // Convert between device and user coordinates. + virtual void cvtDevToUser(double dx, double dy, double *ux, double *uy); + virtual void cvtUserToDev(double ux, double uy, int *dx, int *dy); + + double *getDefCTM() { return defCTM; } + double *getDefICTM() { return defICTM; } + + //----- link borders + virtual void drawLink(Link *link, Catalog *catalog) {} + + //----- save/restore graphics state + virtual void saveState(GfxState *state) {} + virtual void restoreState(GfxState *state) {} + + //----- update graphics state + virtual void updateAll(GfxState *state); + virtual void updateCTM(GfxState *state, double m11, double m12, + double m21, double m22, double m31, double m32) {} + virtual void updateLineDash(GfxState *state) {} + virtual void updateFlatness(GfxState *state) {} + virtual void updateLineJoin(GfxState *state) {} + virtual void updateLineCap(GfxState *state) {} + virtual void updateMiterLimit(GfxState *state) {} + virtual void updateLineWidth(GfxState *state) {} + virtual void updateFillColorSpace(GfxState *state) {} + virtual void updateStrokeColorSpace(GfxState *state) {} + virtual void updateFillColor(GfxState *state) {} + virtual void updateStrokeColor(GfxState *state) {} + virtual void updateBlendMode(GfxState *state) {} + virtual void updateFillOpacity(GfxState *state) {} + virtual void updateStrokeOpacity(GfxState *state) {} + virtual void updateFillOverprint(GfxState *state) {} + virtual void updateStrokeOverprint(GfxState *state) {} + + //----- update text state + virtual void updateFont(GfxState *state) {} + virtual void updateTextMat(GfxState *state) {} + virtual void updateCharSpace(GfxState *state) {} + virtual void updateRender(GfxState *state) {} + virtual void updateRise(GfxState *state) {} + virtual void updateWordSpace(GfxState *state) {} + virtual void updateHorizScaling(GfxState *state) {} + virtual void updateTextPos(GfxState *state) {} + virtual void updateTextShift(GfxState *state, double shift) {} + + //----- path painting + virtual void stroke(GfxState *state) {} + virtual void fill(GfxState *state) {} + virtual void eoFill(GfxState *state) {} + virtual void tilingPatternFill(GfxState *state, Object *str, + int paintType, Dict *resDict, + double *mat, double *bbox, + int x0, int y0, int x1, int y1, + double xStep, double yStep) {} + virtual void functionShadedFill(GfxState *state, + GfxFunctionShading *shading) {} + virtual void axialShadedFill(GfxState *state, GfxAxialShading *shading) {} + virtual void radialShadedFill(GfxState *state, GfxRadialShading *shading) {} + + //----- path clipping + virtual void clip(GfxState *state) {} + virtual void eoClip(GfxState *state) {} + + //----- text drawing + virtual void beginStringOp(GfxState *state) {} + virtual void endStringOp(GfxState *state) {} + virtual void beginString(GfxState *state, GString *s) {} + virtual void endString(GfxState *state) {} + virtual void drawChar(GfxState *state, double x, double y, + double dx, double dy, + double originX, double originY, + CharCode code, int nBytes, Unicode *u, int uLen) {} + virtual void drawString(GfxState *state, GString *s) {} + virtual GBool beginType3Char(GfxState *state, double x, double y, + double dx, double dy, + CharCode code, Unicode *u, int uLen); + virtual void endType3Char(GfxState *state) {} + virtual void endTextObject(GfxState *state) {} + + //----- image drawing + virtual void drawImageMask(GfxState *state, Object *ref, Stream *str, + int width, int height, GBool invert, + GBool inlineImg); + virtual void drawImage(GfxState *state, Object *ref, Stream *str, + int width, int height, GfxImageColorMap *colorMap, + int *maskColors, GBool inlineImg); + virtual void drawMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, int maskWidth, int maskHeight, + GBool maskInvert); + virtual void drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, + int maskWidth, int maskHeight, + GfxImageColorMap *maskColorMap); + +#if OPI_SUPPORT + //----- OPI functions + virtual void opiBegin(GfxState *state, Dict *opiDict); + virtual void opiEnd(GfxState *state, Dict *opiDict); +#endif + + //----- Type 3 font operators + virtual void type3D0(GfxState *state, double wx, double wy) {} + virtual void type3D1(GfxState *state, double wx, double wy, + double llx, double lly, double urx, double ury) {} + + //----- PostScript XObjects + virtual void psXObject(Stream *psStream, Stream *level1Stream) {} + +private: + + double defCTM[6]; // default coordinate transform matrix + double defICTM[6]; // inverse of default CTM +}; + +#endif diff --git a/pdftops/PDFDoc.cxx b/pdftops/PDFDoc.cxx new file mode 100644 index 0000000000..70e36fe0a6 --- /dev/null +++ b/pdftops/PDFDoc.cxx @@ -0,0 +1,431 @@ +//======================================================================== +// +// PDFDoc.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#ifdef WIN32 +# include +#endif +#include "GString.h" +#include "config.h" +#include "GlobalParams.h" +#include "Page.h" +#include "Catalog.h" +#include "Stream.h" +#include "XRef.h" +#include "Link.h" +#include "OutputDev.h" +#include "Error.h" +#include "ErrorCodes.h" +#include "Lexer.h" +#include "Parser.h" +#include "SecurityHandler.h" +#ifndef DISABLE_OUTLINE +#include "Outline.h" +#endif +#include "PDFDoc.h" + +//------------------------------------------------------------------------ + +#define headerSearchSize 1024 // read this many bytes at beginning of + // file to look for '%PDF' + +//------------------------------------------------------------------------ +// PDFDoc +//------------------------------------------------------------------------ + +PDFDoc::PDFDoc(GString *fileNameA, GString *ownerPassword, + GString *userPassword, void *guiDataA) { + Object obj; + GString *fileName1, *fileName2; + + ok = gFalse; + errCode = errNone; + + guiData = guiDataA; + + file = NULL; + str = NULL; + xref = NULL; + catalog = NULL; + links = NULL; +#ifndef DISABLE_OUTLINE + outline = NULL; +#endif + + fileName = fileNameA; + fileName1 = fileName; + + + // try to open file + fileName2 = NULL; +#ifdef VMS + if (!(file = fopen(fileName1->getCString(), "rb", "ctx=stm"))) { + error(-1, "Couldn't open file '%s'", fileName1->getCString()); + errCode = errOpenFile; + return; + } +#else + if (!(file = fopen(fileName1->getCString(), "rb"))) { + fileName2 = fileName->copy(); + fileName2->lowerCase(); + if (!(file = fopen(fileName2->getCString(), "rb"))) { + fileName2->upperCase(); + if (!(file = fopen(fileName2->getCString(), "rb"))) { + error(-1, "Couldn't open file '%s'", fileName->getCString()); + delete fileName2; + errCode = errOpenFile; + return; + } + } + delete fileName2; + } +#endif + + // create stream + obj.initNull(); + str = new FileStream(file, 0, gFalse, 0, &obj); + + ok = setup(ownerPassword, userPassword); +} + +#ifdef WIN32 +PDFDoc::PDFDoc(wchar_t *fileNameA, int fileNameLen, GString *ownerPassword, + GString *userPassword, void *guiDataA) { + OSVERSIONINFO version; + wchar_t fileName2[_MAX_PATH + 1]; + Object obj; + int i; + + ok = gFalse; + errCode = errNone; + + guiData = guiDataA; + + file = NULL; + str = NULL; + xref = NULL; + catalog = NULL; + links = NULL; +#ifndef DISABLE_OUTLINE + outline = NULL; +#endif + + //~ file name should be stored in Unicode (?) + fileName = new GString(); + for (i = 0; i < fileNameLen; ++i) { + fileName->append((char)fileNameA[i]); + } + + // zero-terminate the file name string + for (i = 0; i < fileNameLen && i < _MAX_PATH; ++i) { + fileName2[i] = fileNameA[i]; + } + fileName2[i] = 0; + + // try to open file + // NB: _wfopen is only available in NT + version.dwOSVersionInfoSize = sizeof(version); + GetVersionEx(&version); + if (version.dwPlatformId == VER_PLATFORM_WIN32_NT) { + file = _wfopen(fileName2, L"rb"); + } else { + file = fopen(fileName->getCString(), "rb"); + } + if (!file) { + error(-1, "Couldn't open file '%s'", fileName->getCString()); + errCode = errOpenFile; + return; + } + + // create stream + obj.initNull(); + str = new FileStream(file, 0, gFalse, 0, &obj); + + ok = setup(ownerPassword, userPassword); +} +#endif + +PDFDoc::PDFDoc(BaseStream *strA, GString *ownerPassword, + GString *userPassword, void *guiDataA) { + ok = gFalse; + errCode = errNone; + guiData = guiDataA; + fileName = NULL; + file = NULL; + str = strA; + xref = NULL; + catalog = NULL; + links = NULL; +#ifndef DISABLE_OUTLINE + outline = NULL; +#endif + ok = setup(ownerPassword, userPassword); +} + +GBool PDFDoc::setup(GString *ownerPassword, GString *userPassword) { + str->reset(); + + // check header + checkHeader(); + + // read xref table + xref = new XRef(str); + if (!xref->isOk()) { + error(-1, "Couldn't read xref table"); + errCode = xref->getErrorCode(); + return gFalse; + } + + // check for encryption + if (!checkEncryption(ownerPassword, userPassword)) { + errCode = errEncrypted; + return gFalse; + } + + // read catalog + catalog = new Catalog(xref); + if (!catalog->isOk()) { + error(-1, "Couldn't read page catalog"); + errCode = errBadCatalog; + return gFalse; + } + +#ifndef DISABLE_OUTLINE + // read outline + outline = new Outline(catalog->getOutline(), xref); +#endif + + // done + return gTrue; +} + +PDFDoc::~PDFDoc() { +#ifndef DISABLE_OUTLINE + if (outline) { + delete outline; + } +#endif + if (catalog) { + delete catalog; + } + if (xref) { + delete xref; + } + if (str) { + delete str; + } + if (file) { + fclose(file); + } + if (fileName) { + delete fileName; + } + if (links) { + delete links; + } +} + +// Check for a PDF header on this stream. Skip past some garbage +// if necessary. +void PDFDoc::checkHeader() { + char hdrBuf[headerSearchSize+1]; + char *p; + int i; + + pdfVersion = 0; + for (i = 0; i < headerSearchSize; ++i) { + hdrBuf[i] = str->getChar(); + } + hdrBuf[headerSearchSize] = '\0'; + for (i = 0; i < headerSearchSize - 5; ++i) { + if (!strncmp(&hdrBuf[i], "%PDF-", 5)) { + break; + } + } + if (i >= headerSearchSize - 5) { + error(-1, "May not be a PDF file (continuing anyway)"); + return; + } + str->moveStart(i); + if (!(p = strtok(&hdrBuf[i+5], " \t\n\r"))) { + error(-1, "May not be a PDF file (continuing anyway)"); + return; + } + pdfVersion = atof(p); + if (!(hdrBuf[i+5] >= '0' && hdrBuf[i+5] <= '9') || + pdfVersion > supportedPDFVersionNum + 0.0001) { + error(-1, "PDF version %s -- xpdf supports version %s" + " (continuing anyway)", p, supportedPDFVersionStr); + } +} + +GBool PDFDoc::checkEncryption(GString *ownerPassword, GString *userPassword) { + Object encrypt; + GBool encrypted; + SecurityHandler *secHdlr; + GBool ret; + + xref->getTrailerDict()->dictLookup("Encrypt", &encrypt); + if ((encrypted = encrypt.isDict())) { + if ((secHdlr = SecurityHandler::make(this, &encrypt))) { + if (secHdlr->checkEncryption(ownerPassword, userPassword)) { + // authorization succeeded + xref->setEncryption(secHdlr->getPermissionFlags(), + secHdlr->getOwnerPasswordOk(), + secHdlr->getFileKey(), + secHdlr->getFileKeyLength(), + secHdlr->getEncVersion()); + ret = gTrue; + } else { + // authorization failed + ret = gFalse; + } + delete secHdlr; + } else { + // couldn't find the matching security handler + ret = gFalse; + } + } else { + // document is not encrypted + ret = gTrue; + } + encrypt.free(); + return ret; +} + +void PDFDoc::displayPage(OutputDev *out, int page, double hDPI, double vDPI, + int rotate, GBool useMediaBox, GBool crop, + GBool doLinks, + GBool (*abortCheckCbk)(void *data), + void *abortCheckCbkData) { + Page *p; + + if (globalParams->getPrintCommands()) { + printf("***** page %d *****\n", page); + } + p = catalog->getPage(page); + if (doLinks) { + if (links) { + delete links; + } + getLinks(p); + p->display(out, hDPI, vDPI, rotate, useMediaBox, crop, links, catalog, + abortCheckCbk, abortCheckCbkData); + } else { + p->display(out, hDPI, vDPI, rotate, useMediaBox, crop, NULL, catalog, + abortCheckCbk, abortCheckCbkData); + } +} + +void PDFDoc::displayPages(OutputDev *out, int firstPage, int lastPage, + double hDPI, double vDPI, int rotate, + GBool useMediaBox, GBool crop, GBool doLinks, + GBool (*abortCheckCbk)(void *data), + void *abortCheckCbkData) { + int page; + + for (page = firstPage; page <= lastPage; ++page) { + displayPage(out, page, hDPI, vDPI, rotate, useMediaBox, crop, doLinks, + abortCheckCbk, abortCheckCbkData); + } +} + +void PDFDoc::displayPageSlice(OutputDev *out, int page, + double hDPI, double vDPI, int rotate, + GBool useMediaBox, GBool crop, GBool doLinks, + int sliceX, int sliceY, int sliceW, int sliceH, + GBool (*abortCheckCbk)(void *data), + void *abortCheckCbkData) { + Page *p; + + p = catalog->getPage(page); + if (doLinks) { + if (links) { + delete links; + } + getLinks(p); + p->displaySlice(out, hDPI, vDPI, rotate, useMediaBox, crop, + sliceX, sliceY, sliceW, sliceH, + links, catalog, abortCheckCbk, abortCheckCbkData); + } else { + p->displaySlice(out, hDPI, vDPI, rotate, useMediaBox, crop, + sliceX, sliceY, sliceW, sliceH, + NULL, catalog, abortCheckCbk, abortCheckCbkData); + } +} + +Links *PDFDoc::takeLinks() { + Links *ret; + + ret = links; + links = NULL; + return ret; +} + +GBool PDFDoc::isLinearized() { + Parser *parser; + Object obj1, obj2, obj3, obj4, obj5; + GBool lin; + + lin = gFalse; + obj1.initNull(); + parser = new Parser(xref, + new Lexer(xref, + str->makeSubStream(str->getStart(), gFalse, 0, &obj1))); + parser->getObj(&obj1); + parser->getObj(&obj2); + parser->getObj(&obj3); + parser->getObj(&obj4); + if (obj1.isInt() && obj2.isInt() && obj3.isCmd("obj") && + obj4.isDict()) { + obj4.dictLookup("Linearized", &obj5); + if (obj5.isNum() && obj5.getNum() > 0) { + lin = gTrue; + } + obj5.free(); + } + obj4.free(); + obj3.free(); + obj2.free(); + obj1.free(); + delete parser; + return lin; +} + +GBool PDFDoc::saveAs(GString *name) { + FILE *f; + int c; + + if (!(f = fopen(name->getCString(), "wb"))) { + error(-1, "Couldn't open file '%s'", name->getCString()); + return gFalse; + } + str->reset(); + while ((c = str->getChar()) != EOF) { + fputc(c, f); + } + str->close(); + fclose(f); + return gTrue; +} + +void PDFDoc::getLinks(Page *page) { + Object obj; + + links = new Links(page->getAnnots(&obj), catalog->getBaseURI()); + obj.free(); +} diff --git a/pdftops/PDFDoc.h b/pdftops/PDFDoc.h new file mode 100644 index 0000000000..0496db3aca --- /dev/null +++ b/pdftops/PDFDoc.h @@ -0,0 +1,182 @@ +//======================================================================== +// +// PDFDoc.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef PDFDOC_H +#define PDFDOC_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include +#include "XRef.h" +#include "Catalog.h" +#include "Page.h" + +class GString; +class BaseStream; +class OutputDev; +class Links; +class LinkAction; +class LinkDest; +class Outline; + +//------------------------------------------------------------------------ +// PDFDoc +//------------------------------------------------------------------------ + +class PDFDoc { +public: + + PDFDoc(GString *fileNameA, GString *ownerPassword = NULL, + GString *userPassword = NULL, void *guiDataA = NULL); +#ifdef WIN32 + PDFDoc(wchar_t *fileNameA, int fileNameLen, GString *ownerPassword = NULL, + GString *userPassword = NULL, void *guiDataA = NULL); +#endif + PDFDoc(BaseStream *strA, GString *ownerPassword = NULL, + GString *userPassword = NULL, void *guiDataA = NULL); + ~PDFDoc(); + + // Was PDF document successfully opened? + GBool isOk() { return ok; } + + // Get the error code (if isOk() returns false). + int getErrorCode() { return errCode; } + + // Get file name. + GString *getFileName() { return fileName; } + + // Get the xref table. + XRef *getXRef() { return xref; } + + // Get catalog. + Catalog *getCatalog() { return catalog; } + + // Get base stream. + BaseStream *getBaseStream() { return str; } + + // Get page parameters. + double getPageMediaWidth(int page) + { return catalog->getPage(page)->getMediaWidth(); } + double getPageMediaHeight(int page) + { return catalog->getPage(page)->getMediaHeight(); } + double getPageCropWidth(int page) + { return catalog->getPage(page)->getCropWidth(); } + double getPageCropHeight(int page) + { return catalog->getPage(page)->getCropHeight(); } + int getPageRotate(int page) + { return catalog->getPage(page)->getRotate(); } + + // Get number of pages. + int getNumPages() { return catalog->getNumPages(); } + + // Return the contents of the metadata stream, or NULL if there is + // no metadata. + GString *readMetadata() { return catalog->readMetadata(); } + + // Return the structure tree root object. + Object *getStructTreeRoot() { return catalog->getStructTreeRoot(); } + + // Display a page. + void displayPage(OutputDev *out, int page, double hDPI, double vDPI, + int rotate, GBool useMediaBox, GBool crop, + GBool doLinks, + GBool (*abortCheckCbk)(void *data) = NULL, + void *abortCheckCbkData = NULL); + + // Display a range of pages. + void displayPages(OutputDev *out, int firstPage, int lastPage, + double hDPI, double vDPI, int rotate, + GBool useMediaBox, GBool crop, GBool doLinks, + GBool (*abortCheckCbk)(void *data) = NULL, + void *abortCheckCbkData = NULL); + + // Display part of a page. + void displayPageSlice(OutputDev *out, int page, + double hDPI, double vDPI, int rotate, + GBool useMediaBox, GBool crop, GBool doLinks, + int sliceX, int sliceY, int sliceW, int sliceH, + GBool (*abortCheckCbk)(void *data) = NULL, + void *abortCheckCbkData = NULL); + + // Find a page, given its object ID. Returns page number, or 0 if + // not found. + int findPage(int num, int gen) { return catalog->findPage(num, gen); } + + // Returns the links for the current page, transferring ownership to + // the caller. + Links *takeLinks(); + + // Find a named destination. Returns the link destination, or + // NULL if is not a destination. + LinkDest *findDest(GString *name) + { return catalog->findDest(name); } + +#ifndef DISABLE_OUTLINE + // Return the outline object. + Outline *getOutline() { return outline; } +#endif + + // Is the file encrypted? + GBool isEncrypted() { return xref->isEncrypted(); } + + // Check various permissions. + GBool okToPrint(GBool ignoreOwnerPW = gFalse) + { return xref->okToPrint(ignoreOwnerPW); } + GBool okToChange(GBool ignoreOwnerPW = gFalse) + { return xref->okToChange(ignoreOwnerPW); } + GBool okToCopy(GBool ignoreOwnerPW = gFalse) + { return xref->okToCopy(ignoreOwnerPW); } + GBool okToAddNotes(GBool ignoreOwnerPW = gFalse) + { return xref->okToAddNotes(ignoreOwnerPW); } + + // Is this document linearized? + GBool isLinearized(); + + // Return the document's Info dictionary (if any). + Object *getDocInfo(Object *obj) { return xref->getDocInfo(obj); } + Object *getDocInfoNF(Object *obj) { return xref->getDocInfoNF(obj); } + + // Return the PDF version specified by the file. + double getPDFVersion() { return pdfVersion; } + + // Save this file with another name. + GBool saveAs(GString *name); + + // Return a pointer to the GUI (XPDFCore or WinPDFCore object). + void *getGUIData() { return guiData; } + + +private: + + GBool setup(GString *ownerPassword, GString *userPassword); + void checkHeader(); + GBool checkEncryption(GString *ownerPassword, GString *userPassword); + void getLinks(Page *page); + + GString *fileName; + FILE *file; + BaseStream *str; + void *guiData; + double pdfVersion; + XRef *xref; + Catalog *catalog; + Links *links; +#ifndef DISABLE_OUTLINE + Outline *outline; +#endif + + + GBool ok; + int errCode; +}; + +#endif diff --git a/pdftops/PDFDocEncoding.cxx b/pdftops/PDFDocEncoding.cxx new file mode 100644 index 0000000000..89dc382831 --- /dev/null +++ b/pdftops/PDFDocEncoding.cxx @@ -0,0 +1,44 @@ +//======================================================================== +// +// PDFDocEncoding.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include "PDFDocEncoding.h" + +Unicode pdfDocEncoding[256] = { + 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, // 00 + 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, // 10 + 0x02d8, 0x02c7, 0x02c6, 0x02d9, 0x02dd, 0x02db, 0x02da, 0x02dc, + 0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, // 20 + 0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f, + 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, // 30 + 0x0038, 0x0039, 0x003a, 0x003b, 0x003c, 0x003d, 0x003e, 0x003f, + 0x0040, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, // 40 + 0x0048, 0x0049, 0x004a, 0x004b, 0x004c, 0x004d, 0x004e, 0x004f, + 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, // 50 + 0x0058, 0x0059, 0x005a, 0x005b, 0x005c, 0x005d, 0x005e, 0x005f, + 0x0060, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, 0x0067, // 60 + 0x0068, 0x0069, 0x006a, 0x006b, 0x006c, 0x006d, 0x006e, 0x006f, + 0x0070, 0x0071, 0x0072, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077, // 70 + 0x0078, 0x0079, 0x007a, 0x007b, 0x007c, 0x007d, 0x007e, 0x0000, + 0x2022, 0x2020, 0x2021, 0x2026, 0x2014, 0x2013, 0x0192, 0x2044, // 80 + 0x2039, 0x203a, 0x2212, 0x2030, 0x201e, 0x201c, 0x201d, 0x2018, + 0x2019, 0x201a, 0x2122, 0xfb01, 0xfb02, 0x0141, 0x0152, 0x0160, // 90 + 0x0178, 0x017d, 0x0131, 0x0142, 0x0153, 0x0161, 0x017e, 0x0000, + 0x20ac, 0x00a1, 0x00a2, 0x00a3, 0x00a4, 0x00a5, 0x00a6, 0x00a7, // a0 + 0x00a8, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x0000, 0x00ae, 0x00af, + 0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x00b4, 0x00b5, 0x00b6, 0x00b7, // b0 + 0x00b8, 0x00b9, 0x00ba, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x00bf, + 0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7, // c0 + 0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf, + 0x00d0, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x00d7, // d0 + 0x00d8, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x00dd, 0x00de, 0x00df, + 0x00e0, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x00e7, // e0 + 0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef, + 0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7, // f0 + 0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff +}; diff --git a/pdftops/PDFDocEncoding.h b/pdftops/PDFDocEncoding.h new file mode 100644 index 0000000000..3259d3e106 --- /dev/null +++ b/pdftops/PDFDocEncoding.h @@ -0,0 +1,16 @@ +//======================================================================== +// +// PDFDocEncoding.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef PDFDOCENCODING_H +#define PDFDOCENCODING_H + +#include "CharTypes.h" + +extern Unicode pdfDocEncoding[256]; + +#endif diff --git a/pdftops/PSOutputDev.cxx b/pdftops/PSOutputDev.cxx new file mode 100644 index 0000000000..15d371fda4 --- /dev/null +++ b/pdftops/PSOutputDev.cxx @@ -0,0 +1,5030 @@ +//======================================================================== +// +// PSOutputDev.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include +#include +#include +#include "GString.h" +#include "GList.h" +#include "config.h" +#include "GlobalParams.h" +#include "Object.h" +#include "Error.h" +#include "Function.h" +#include "Gfx.h" +#include "GfxState.h" +#include "GfxFont.h" +#include "UnicodeMap.h" +#include "FoFiType1C.h" +#include "FoFiTrueType.h" +#include "Catalog.h" +#include "Page.h" +#include "Stream.h" +#include "Annot.h" +#include "XRef.h" +#include "PSOutputDev.h" + +#ifdef MACOS +// needed for setting type/creator of MacOS files +#include "ICSupport.h" +#endif + +//------------------------------------------------------------------------ +// PostScript prolog and setup +//------------------------------------------------------------------------ + +// The '~' escapes mark prolog code that is emitted only in certain +// levels: +// +// ~[123][sn] +// ^ ^----- s=psLevel*Sep, n=psLevel* +// +----- 1=psLevel1*, 2=psLevel2*, 3=psLevel3* + +static char *prolog[] = { + "/xpdf 75 dict def xpdf begin", + "% PDF special state", + "/pdfDictSize 15 def", + "~1sn", + "/pdfStates 64 array def", + " 0 1 63 {", + " pdfStates exch pdfDictSize dict", + " dup /pdfStateIdx 3 index put", + " put", + " } for", + "~123sn", + "/pdfSetup {", + " 3 1 roll 2 array astore", + " /setpagedevice where {", + " pop 3 dict begin", + " /PageSize exch def", + " /ImagingBBox null def", + " /Policies 1 dict dup begin /PageSize 3 def end def", + " { /Duplex true def } if", + " currentdict end setpagedevice", + " } {", + " pop pop", + " } ifelse", + "} def", + "~1sn", + "/pdfOpNames [", + " /pdfFill /pdfStroke /pdfLastFill /pdfLastStroke", + " /pdfTextMat /pdfFontSize /pdfCharSpacing /pdfTextRender", + " /pdfTextRise /pdfWordSpacing /pdfHorizScaling /pdfTextClipPath", + "] def", + "~123sn", + "/pdfStartPage {", + "~1sn", + " pdfStates 0 get begin", + "~23sn", + " pdfDictSize dict begin", + "~23n", + " /pdfFillCS [] def", + " /pdfFillXform {} def", + " /pdfStrokeCS [] def", + " /pdfStrokeXform {} def", + "~1n", + " /pdfFill 0 def", + " /pdfStroke 0 def", + "~1s", + " /pdfFill [0 0 0 1] def", + " /pdfStroke [0 0 0 1] def", + "~23sn", + " /pdfFill [0] def", + " /pdfStroke [0] def", + " /pdfFillOP false def", + " /pdfStrokeOP false def", + "~123sn", + " /pdfLastFill false def", + " /pdfLastStroke false def", + " /pdfTextMat [1 0 0 1 0 0] def", + " /pdfFontSize 0 def", + " /pdfCharSpacing 0 def", + " /pdfTextRender 0 def", + " /pdfTextRise 0 def", + " /pdfWordSpacing 0 def", + " /pdfHorizScaling 1 def", + " /pdfTextClipPath [] def", + "} def", + "/pdfEndPage { end } def", + "~23s", + "% separation convention operators", + "/findcmykcustomcolor where {", + " pop", + "}{", + " /findcmykcustomcolor { 5 array astore } def", + "} ifelse", + "/setcustomcolor where {", + " pop", + "}{", + " /setcustomcolor {", + " exch", + " [ exch /Separation exch dup 4 get exch /DeviceCMYK exch", + " 0 4 getinterval cvx", + " [ exch /dup load exch { mul exch dup } /forall load", + " /pop load dup ] cvx", + " ] setcolorspace setcolor", + " } def", + "} ifelse", + "/customcolorimage where {", + " pop", + "}{", + " /customcolorimage {", + " gsave", + " [ exch /Separation exch dup 4 get exch /DeviceCMYK exch", + " 0 4 getinterval", + " [ exch /dup load exch { mul exch dup } /forall load", + " /pop load dup ] cvx", + " ] setcolorspace", + " 10 dict begin", + " /ImageType 1 def", + " /DataSource exch def", + " /ImageMatrix exch def", + " /BitsPerComponent exch def", + " /Height exch def", + " /Width exch def", + " /Decode [1 0] def", + " currentdict end", + " image", + " grestore", + " } def", + "} ifelse", + "~123sn", + "% PDF color state", + "~1n", + "/g { dup /pdfFill exch def setgray", + " /pdfLastFill true def /pdfLastStroke false def } def", + "/G { dup /pdfStroke exch def setgray", + " /pdfLastStroke true def /pdfLastFill false def } def", + "/fCol {", + " pdfLastFill not {", + " pdfFill setgray", + " /pdfLastFill true def /pdfLastStroke false def", + " } if", + "} def", + "/sCol {", + " pdfLastStroke not {", + " pdfStroke setgray", + " /pdfLastStroke true def /pdfLastFill false def", + " } if", + "} def", + "~1s", + "/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor", + " /pdfLastFill true def /pdfLastStroke false def } def", + "/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor", + " /pdfLastStroke true def /pdfLastFill false def } def", + "/fCol {", + " pdfLastFill not {", + " pdfFill aload pop setcmykcolor", + " /pdfLastFill true def /pdfLastStroke false def", + " } if", + "} def", + "/sCol {", + " pdfLastStroke not {", + " pdfStroke aload pop setcmykcolor", + " /pdfLastStroke true def /pdfLastFill false def", + " } if", + "} def", + "~23n", + "/cs { /pdfFillXform exch def dup /pdfFillCS exch def", + " setcolorspace } def", + "/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def", + " setcolorspace } def", + "/sc { pdfLastFill not { pdfFillCS setcolorspace } if", + " dup /pdfFill exch def aload pop pdfFillXform setcolor", + " /pdfLastFill true def /pdfLastStroke false def } def", + "/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if", + " dup /pdfStroke exch def aload pop pdfStrokeXform setcolor", + " /pdfLastStroke true def /pdfLastFill false def } def", + "/op { /pdfFillOP exch def", + " pdfLastFill { pdfFillOP setoverprint } if } def", + "/OP { /pdfStrokeOP exch def", + " pdfLastStroke { pdfStrokeOP setoverprint } if } def", + "/fCol {", + " pdfLastFill not {", + " pdfFillCS setcolorspace", + " pdfFill aload pop pdfFillXform setcolor", + " pdfFillOP setoverprint", + " /pdfLastFill true def /pdfLastStroke false def", + " } if", + "} def", + "/sCol {", + " pdfLastStroke not {", + " pdfStrokeCS setcolorspace", + " pdfStroke aload pop pdfStrokeXform setcolor", + " pdfStrokeOP setoverprint", + " /pdfLastStroke true def /pdfLastFill false def", + " } if", + "} def", + "~23s", + "/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor", + " /pdfLastFill true def /pdfLastStroke false def } def", + "/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor", + " /pdfLastStroke true def /pdfLastFill false def } def", + "/ck { 6 copy 6 array astore /pdfFill exch def", + " findcmykcustomcolor exch setcustomcolor", + " /pdfLastFill true def /pdfLastStroke false def } def", + "/CK { 6 copy 6 array astore /pdfStroke exch def", + " findcmykcustomcolor exch setcustomcolor", + " /pdfLastStroke true def /pdfLastFill false def } def", + "/op { /pdfFillOP exch def", + " pdfLastFill { pdfFillOP setoverprint } if } def", + "/OP { /pdfStrokeOP exch def", + " pdfLastStroke { pdfStrokeOP setoverprint } if } def", + "/fCol {", + " pdfLastFill not {", + " pdfFill aload length 4 eq {", + " setcmykcolor", + " }{", + " findcmykcustomcolor exch setcustomcolor", + " } ifelse", + " pdfFillOP setoverprint", + " /pdfLastFill true def /pdfLastStroke false def", + " } if", + "} def", + "/sCol {", + " pdfLastStroke not {", + " pdfStroke aload length 4 eq {", + " setcmykcolor", + " }{", + " findcmykcustomcolor exch setcustomcolor", + " } ifelse", + " pdfStrokeOP setoverprint", + " /pdfLastStroke true def /pdfLastFill false def", + " } if", + "} def", + "~123sn", + "% build a font", + "/pdfMakeFont {", + " 4 3 roll findfont", + " 4 2 roll matrix scale makefont", + " dup length dict begin", + " { 1 index /FID ne { def } { pop pop } ifelse } forall", + " /Encoding exch def", + " currentdict", + " end", + " definefont pop", + "} def", + "/pdfMakeFont16 {", + " exch findfont", + " dup length dict begin", + " { 1 index /FID ne { def } { pop pop } ifelse } forall", + " /WMode exch def", + " currentdict", + " end", + " definefont pop", + "} def", + "~3sn", + "/pdfMakeFont16L3 {", + " 1 index /CIDFont resourcestatus {", + " pop pop 1 index /CIDFont findresource /CIDFontType known", + " } {", + " false", + " } ifelse", + " {", + " 0 eq { /Identity-H } { /Identity-V } ifelse", + " exch 1 array astore composefont pop", + " } {", + " pdfMakeFont16", + " } ifelse", + "} def", + "~123sn", + "% graphics state operators", + "~1sn", + "/q {", + " gsave", + " pdfOpNames length 1 sub -1 0 { pdfOpNames exch get load } for", + " pdfStates pdfStateIdx 1 add get begin", + " pdfOpNames { exch def } forall", + "} def", + "/Q { end grestore } def", + "~23sn", + "/q { gsave pdfDictSize dict begin } def", + "/Q {", + " end grestore", + " /pdfLastFill where {", + " pop", + " pdfLastFill {", + " pdfFillOP setoverprint", + " } {", + " pdfStrokeOP setoverprint", + " } ifelse", + " } if", + "} def", + "~123sn", + "/cm { concat } def", + "/d { setdash } def", + "/i { setflat } def", + "/j { setlinejoin } def", + "/J { setlinecap } def", + "/M { setmiterlimit } def", + "/w { setlinewidth } def", + "% path segment operators", + "/m { moveto } def", + "/l { lineto } def", + "/c { curveto } def", + "/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto", + " neg 0 rlineto closepath } def", + "/h { closepath } def", + "% path painting operators", + "/S { sCol stroke } def", + "/Sf { fCol stroke } def", + "/f { fCol fill } def", + "/f* { fCol eofill } def", + "% clipping operators", + "/W { clip newpath } def", + "/W* { eoclip newpath } def", + "% text state operators", + "/Tc { /pdfCharSpacing exch def } def", + "/Tf { dup /pdfFontSize exch def", + " dup pdfHorizScaling mul exch matrix scale", + " pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put", + " exch findfont exch makefont setfont } def", + "/Tr { /pdfTextRender exch def } def", + "/Ts { /pdfTextRise exch def } def", + "/Tw { /pdfWordSpacing exch def } def", + "/Tz { /pdfHorizScaling exch def } def", + "% text positioning operators", + "/Td { pdfTextMat transform moveto } def", + "/Tm { /pdfTextMat exch def } def", + "% text string operators", + "/cshow where {", + " pop", + " /cshow2 {", + " dup {", + " pop pop", + " 1 string dup 0 3 index put 3 index exec", + " } exch cshow", + " pop pop", + " } def", + "}{", + " /cshow2 {", + " currentfont /FontType get 0 eq {", + " 0 2 2 index length 1 sub {", + " 2 copy get exch 1 add 2 index exch get", + " 2 copy exch 256 mul add", + " 2 string dup 0 6 5 roll put dup 1 5 4 roll put", + " 3 index exec", + " } for", + " } {", + " dup {", + " 1 string dup 0 3 index put 3 index exec", + " } forall", + " } ifelse", + " pop pop", + " } def", + "} ifelse", + "/awcp {", // awidthcharpath + " exch {", + " false charpath", + " 5 index 5 index rmoveto", + " 6 index eq { 7 index 7 index rmoveto } if", + " } exch cshow2", + " 6 {pop} repeat", + "} def", + "/Tj {", + " fCol", // because stringwidth has to draw Type 3 chars + " 1 index stringwidth pdfTextMat idtransform pop", + " sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse", + " pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32", + " 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0", + " pdfTextMat dtransform", + " 6 5 roll Tj1", + "} def", + "/Tj16 {", + " fCol", // because stringwidth has to draw Type 3 chars + " 2 index stringwidth pdfTextMat idtransform pop", + " sub exch div", + " pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32", + " 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0", + " pdfTextMat dtransform", + " 6 5 roll Tj1", + "} def", + "/Tj16V {", + " fCol", // because stringwidth has to draw Type 3 chars + " 2 index stringwidth pdfTextMat idtransform exch pop", + " sub exch div", + " 0 pdfWordSpacing pdfTextMat dtransform 32", + " 4 3 roll pdfCharSpacing add 0 exch", + " pdfTextMat dtransform", + " 6 5 roll Tj1", + "} def", + "/Tj1 {", + " 0 pdfTextRise pdfTextMat dtransform rmoveto", + " currentpoint 8 2 roll", + " pdfTextRender 1 and 0 eq {", + " 6 copy awidthshow", + " } if", + " pdfTextRender 3 and dup 1 eq exch 2 eq or {", + " 7 index 7 index moveto", + " 6 copy", + " currentfont /FontType get 3 eq { fCol } { sCol } ifelse", + " false awcp currentpoint stroke moveto", + " } if", + " pdfTextRender 4 and 0 ne {", + " 8 6 roll moveto", + " false awcp", + " /pdfTextClipPath [ pdfTextClipPath aload pop", + " {/moveto cvx}", + " {/lineto cvx}", + " {/curveto cvx}", + " {/closepath cvx}", + " pathforall ] def", + " currentpoint newpath moveto", + " } {", + " 8 {pop} repeat", + " } ifelse", + " 0 pdfTextRise neg pdfTextMat dtransform rmoveto", + "} def", + "/TJm { pdfFontSize 0.001 mul mul neg 0", + " pdfTextMat dtransform rmoveto } def", + "/TJmV { pdfFontSize 0.001 mul mul neg 0 exch", + " pdfTextMat dtransform rmoveto } def", + "/Tclip { pdfTextClipPath cvx exec clip newpath", + " /pdfTextClipPath [] def } def", + "~1ns", + "% Level 1 image operators", + "~1n", + "/pdfIm1 {", + " /pdfImBuf1 4 index string def", + " { currentfile pdfImBuf1 readhexstring pop } image", + "} def", + "~1s", + "/pdfIm1Sep {", + " /pdfImBuf1 4 index string def", + " /pdfImBuf2 4 index string def", + " /pdfImBuf3 4 index string def", + " /pdfImBuf4 4 index string def", + " { currentfile pdfImBuf1 readhexstring pop }", + " { currentfile pdfImBuf2 readhexstring pop }", + " { currentfile pdfImBuf3 readhexstring pop }", + " { currentfile pdfImBuf4 readhexstring pop }", + " true 4 colorimage", + "} def", + "~1ns", + "/pdfImM1 {", + " fCol /pdfImBuf1 4 index 7 add 8 idiv string def", + " { currentfile pdfImBuf1 readhexstring pop } imagemask", + "} def", + "/pdfImM1a {", + " { 2 copy get exch 1 add exch } imagemask", + " pop pop", + "} def", + "~23sn", + "% Level 2 image operators", + "/pdfImBuf 100 string def", + "/pdfIm {", + " image", + " { currentfile pdfImBuf readline", + " not { pop exit } if", + " (%-EOD-) eq { exit } if } loop", + "} def", + "~23s", + "/pdfImSep {", + " findcmykcustomcolor exch", + " dup /Width get /pdfImBuf1 exch string def", + " dup /Decode get aload pop 1 index sub /pdfImDecodeRange exch def", + " /pdfImDecodeLow exch def", + " begin Width Height BitsPerComponent ImageMatrix DataSource end", + " /pdfImData exch def", + " { pdfImData pdfImBuf1 readstring pop", + " 0 1 2 index length 1 sub {", + " 1 index exch 2 copy get", + " pdfImDecodeRange mul 255 div pdfImDecodeLow add round cvi", + " 255 exch sub put", + " } for }", + " 6 5 roll customcolorimage", + " { currentfile pdfImBuf readline", + " not { pop exit } if", + " (%-EOD-) eq { exit } if } loop", + "} def", + "~23sn", + "/pdfImM {", + " fCol imagemask", + " { currentfile pdfImBuf readline", + " not { pop exit } if", + " (%-EOD-) eq { exit } if } loop", + "} def", + "/pdfImClip {", + " gsave", + " 0 2 4 index length 1 sub {", + " dup 4 index exch 2 copy", + " get 5 index div put", + " 1 add 3 index exch 2 copy", + " get 3 index div put", + " } for", + " pop pop rectclip", + "} def", + "/pdfImClipEnd { grestore } def", + "~23n", + "% shading operators", + "/colordelta {", + " false 0 1 3 index length 1 sub {", + " dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {", + " pop true", + " } if", + " } for", + " exch pop exch pop", + "} def", + "/funcCol { func n array astore } def", + "/funcSH {", + " dup 0 eq {", + " true", + " } {", + " dup 6 eq {", + " false", + " } {", + " 4 index 4 index funcCol dup", + " 6 index 4 index funcCol dup", + " 3 1 roll colordelta 3 1 roll", + " 5 index 5 index funcCol dup", + " 3 1 roll colordelta 3 1 roll", + " 6 index 8 index funcCol dup", + " 3 1 roll colordelta 3 1 roll", + " colordelta or or or", + " } ifelse", + " } ifelse", + " {", + " 1 add", + " 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch", + " 6 index 6 index 4 index 4 index 4 index funcSH", + " 2 index 6 index 6 index 4 index 4 index funcSH", + " 6 index 2 index 4 index 6 index 4 index funcSH", + " 5 3 roll 3 2 roll funcSH pop pop", + " } {", + " pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul", + " funcCol sc", + " dup 4 index exch mat transform m", + " 3 index 3 index mat transform l", + " 1 index 3 index mat transform l", + " mat transform l pop pop h f*", + " } ifelse", + "} def", + "/axialCol {", + " dup 0 lt {", + " pop t0", + " } {", + " dup 1 gt {", + " pop t1", + " } {", + " dt mul t0 add", + " } ifelse", + " } ifelse", + " func n array astore", + "} def", + "/axialSH {", + " dup 0 eq {", + " true", + " } {", + " dup 8 eq {", + " false", + " } {", + " 2 index axialCol 2 index axialCol colordelta", + " } ifelse", + " } ifelse", + " {", + " 1 add 3 1 roll 2 copy add 0.5 mul", + " dup 4 3 roll exch 4 index axialSH", + " exch 3 2 roll axialSH", + " } {", + " pop 2 copy add 0.5 mul axialCol sc", + " exch dup dx mul x0 add exch dy mul y0 add", + " 3 2 roll dup dx mul x0 add exch dy mul y0 add", + " dx abs dy abs ge {", + " 2 copy yMin sub dy mul dx div add yMin m", + " yMax sub dy mul dx div add yMax l", + " 2 copy yMax sub dy mul dx div add yMax l", + " yMin sub dy mul dx div add yMin l", + " h f*", + " } {", + " exch 2 copy xMin sub dx mul dy div add xMin exch m", + " xMax sub dx mul dy div add xMax exch l", + " exch 2 copy xMax sub dx mul dy div add xMax exch l", + " xMin sub dx mul dy div add xMin exch l", + " h f*", + " } ifelse", + " } ifelse", + "} def", + "/radialCol {", + " dup t0 lt {", + " pop t0", + " } {", + " dup t1 gt {", + " pop t1", + " } if", + " } ifelse", + " func n array astore", + "} def", + "/radialSH {", + " dup 0 eq {", + " true", + " } {", + " dup 8 eq {", + " false", + " } {", + " 2 index dt mul t0 add radialCol", + " 2 index dt mul t0 add radialCol colordelta", + " } ifelse", + " } ifelse", + " {", + " 1 add 3 1 roll 2 copy add 0.5 mul", + " dup 4 3 roll exch 4 index radialSH", + " exch 3 2 roll radialSH", + " } {", + " pop 2 copy add 0.5 mul dt mul t0 add axialCol sc", + " exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add", + " 0 360 arc h", + " dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add", + " 0 360 arc h f*", + " } ifelse", + "} def", + "~123sn", + "end", + NULL +}; + +static char *cmapProlog[] = { + "/CIDInit /ProcSet findresource begin", + "10 dict begin", + " begincmap", + " /CMapType 1 def", + " /CMapName /Identity-H def", + " /CIDSystemInfo 3 dict dup begin", + " /Registry (Adobe) def", + " /Ordering (Identity) def", + " /Supplement 0 def", + " end def", + " 1 begincodespacerange", + " <0000> ", + " endcodespacerange", + " 0 usefont", + " 1 begincidrange", + " <0000> 0", + " endcidrange", + " endcmap", + " currentdict CMapName exch /CMap defineresource pop", + "end", + "10 dict begin", + " begincmap", + " /CMapType 1 def", + " /CMapName /Identity-V def", + " /CIDSystemInfo 3 dict dup begin", + " /Registry (Adobe) def", + " /Ordering (Identity) def", + " /Supplement 0 def", + " end def", + " /WMode 1 def", + " 1 begincodespacerange", + " <0000> ", + " endcodespacerange", + " 0 usefont", + " 1 begincidrange", + " <0000> 0", + " endcidrange", + " endcmap", + " currentdict CMapName exch /CMap defineresource pop", + "end", + "end", + NULL +}; + +//------------------------------------------------------------------------ +// Fonts +//------------------------------------------------------------------------ + +struct PSSubstFont { + char *psName; // PostScript name + double mWidth; // width of 'm' character +}; + +static char *psFonts[] = { + "Courier", + "Courier-Bold", + "Courier-Oblique", + "Courier-BoldOblique", + "Helvetica", + "Helvetica-Bold", + "Helvetica-Oblique", + "Helvetica-BoldOblique", + "Symbol", + "Times-Roman", + "Times-Bold", + "Times-Italic", + "Times-BoldItalic", + "ZapfDingbats", + NULL +}; + +static PSSubstFont psSubstFonts[] = { + {"Helvetica", 0.833}, + {"Helvetica-Oblique", 0.833}, + {"Helvetica-Bold", 0.889}, + {"Helvetica-BoldOblique", 0.889}, + {"Times-Roman", 0.788}, + {"Times-Italic", 0.722}, + {"Times-Bold", 0.833}, + {"Times-BoldItalic", 0.778}, + {"Courier", 0.600}, + {"Courier-Oblique", 0.600}, + {"Courier-Bold", 0.600}, + {"Courier-BoldOblique", 0.600} +}; + +// Encoding info for substitute 16-bit font +struct PSFont16Enc { + Ref fontID; + GString *enc; +}; + +//------------------------------------------------------------------------ +// process colors +//------------------------------------------------------------------------ + +#define psProcessCyan 1 +#define psProcessMagenta 2 +#define psProcessYellow 4 +#define psProcessBlack 8 +#define psProcessCMYK 15 + +//------------------------------------------------------------------------ +// PSOutCustomColor +//------------------------------------------------------------------------ + +class PSOutCustomColor { +public: + + PSOutCustomColor(double cA, double mA, + double yA, double kA, GString *nameA); + ~PSOutCustomColor(); + + double c, m, y, k; + GString *name; + PSOutCustomColor *next; +}; + +PSOutCustomColor::PSOutCustomColor(double cA, double mA, + double yA, double kA, GString *nameA) { + c = cA; + m = mA; + y = yA; + k = kA; + name = nameA; + next = NULL; +} + +PSOutCustomColor::~PSOutCustomColor() { + delete name; +} + +//------------------------------------------------------------------------ +// DeviceNRecoder +//------------------------------------------------------------------------ + +class DeviceNRecoder: public FilterStream { +public: + + DeviceNRecoder(Stream *strA, int widthA, int heightA, + GfxImageColorMap *colorMapA); + virtual ~DeviceNRecoder(); + virtual StreamKind getKind() { return strWeird; } + virtual void reset(); + virtual int getChar() + { return (bufIdx >= bufSize && !fillBuf()) ? EOF : buf[bufIdx++]; } + virtual int lookChar() + { return (bufIdx >= bufSize && !fillBuf()) ? EOF : buf[bufIdx]; } + virtual GString *getPSFilter(int psLevel, char *indent) { return NULL; } + virtual GBool isBinary(GBool last = gTrue) { return gTrue; } + virtual GBool isEncoder() { return gTrue; } + +private: + + GBool fillBuf(); + + int width, height; + GfxImageColorMap *colorMap; + Function *func; + ImageStream *imgStr; + int buf[gfxColorMaxComps]; + int pixelIdx; + int bufIdx; + int bufSize; +}; + +DeviceNRecoder::DeviceNRecoder(Stream *strA, int widthA, int heightA, + GfxImageColorMap *colorMapA): + FilterStream(strA) { + width = widthA; + height = heightA; + colorMap = colorMapA; + imgStr = NULL; + pixelIdx = 0; + bufIdx = gfxColorMaxComps; + bufSize = ((GfxDeviceNColorSpace *)colorMap->getColorSpace())-> + getAlt()->getNComps(); + func = ((GfxDeviceNColorSpace *)colorMap->getColorSpace())-> + getTintTransformFunc(); +} + +DeviceNRecoder::~DeviceNRecoder() { + if (imgStr) { + delete imgStr; + } +} + +void DeviceNRecoder::reset() { + imgStr = new ImageStream(str, width, colorMap->getNumPixelComps(), + colorMap->getBits()); + imgStr->reset(); +} + +GBool DeviceNRecoder::fillBuf() { + Guchar pixBuf[gfxColorMaxComps]; + GfxColor color; + double x[gfxColorMaxComps], y[gfxColorMaxComps]; + int i; + + if (pixelIdx >= width * height) { + return gFalse; + } + imgStr->getPixel(pixBuf); + colorMap->getColor(pixBuf, &color); + for (i = 0; + i < ((GfxDeviceNColorSpace *)colorMap->getColorSpace())->getNComps(); + ++i) { + x[i] = colToDbl(color.c[i]); + } + func->transform(x, y); + for (i = 0; i < bufSize; ++i) { + buf[i] = (int)(y[i] * 255 + 0.5); + } + bufIdx = 0; + ++pixelIdx; + return gTrue; +} + +//------------------------------------------------------------------------ +// PSOutputDev +//------------------------------------------------------------------------ + +extern "C" { +typedef void (*SignalFunc)(int); +} + +static void outputToFile(void *stream, char *data, int len) { + fwrite(data, 1, len, (FILE *)stream); +} + +PSOutputDev::PSOutputDev(char *fileName, XRef *xrefA, Catalog *catalog, + int firstPage, int lastPage, PSOutMode modeA, + int imgLLXA, int imgLLYA, int imgURXA, int imgURYA, + GBool manualCtrlA, const char *pageRangesA) { + FILE *f; + PSFileType fileTypeA; + + underlayCbk = NULL; + underlayCbkData = NULL; + overlayCbk = NULL; + overlayCbkData = NULL; + + fontIDs = NULL; + fontFileIDs = NULL; + fontFileNames = NULL; + font16Enc = NULL; + xobjStack = NULL; + embFontList = NULL; + customColors = NULL; + haveTextClip = gFalse; + t3String = NULL; + + // open file or pipe + if (!strcmp(fileName, "-")) { + fileTypeA = psStdout; + f = stdout; + } else if (fileName[0] == '|') { + fileTypeA = psPipe; +#ifdef HAVE_POPEN +#ifndef WIN32 + signal(SIGPIPE, (SignalFunc)SIG_IGN); +#endif + if (!(f = popen(fileName + 1, "w"))) { + error(-1, "Couldn't run print command '%s'", fileName); + ok = gFalse; + return; + } +#else + error(-1, "Print commands are not supported ('%s')", fileName); + ok = gFalse; + return; +#endif + } else { + fileTypeA = psFile; + if (!(f = fopen(fileName, "w"))) { + error(-1, "Couldn't open PostScript file '%s'", fileName); + ok = gFalse; + return; + } + } + + init(outputToFile, f, fileTypeA, + xrefA, catalog, firstPage, lastPage, modeA, + imgLLXA, imgLLYA, imgURXA, imgURYA, manualCtrlA, pageRangesA); +} + +PSOutputDev::PSOutputDev(PSOutputFunc outputFuncA, void *outputStreamA, + XRef *xrefA, Catalog *catalog, + int firstPage, int lastPage, PSOutMode modeA, + int imgLLXA, int imgLLYA, int imgURXA, int imgURYA, + GBool manualCtrlA, const char *pageRangesA) { + underlayCbk = NULL; + underlayCbkData = NULL; + overlayCbk = NULL; + overlayCbkData = NULL; + + fontIDs = NULL; + fontFileIDs = NULL; + fontFileNames = NULL; + font16Enc = NULL; + xobjStack = NULL; + embFontList = NULL; + customColors = NULL; + haveTextClip = gFalse; + t3String = NULL; + + init(outputFuncA, outputStreamA, psGeneric, + xrefA, catalog, firstPage, lastPage, modeA, + imgLLXA, imgLLYA, imgURXA, imgURYA, manualCtrlA, pageRangesA); +} + +void PSOutputDev::init(PSOutputFunc outputFuncA, void *outputStreamA, + PSFileType fileTypeA, XRef *xrefA, Catalog *catalog, + int firstPage, int lastPage, PSOutMode modeA, + int imgLLXA, int imgLLYA, int imgURXA, int imgURYA, + GBool manualCtrlA, const char *pageRangesA) { + Page *page; + PDFRectangle *box; + + // initialize + ok = gTrue; + outputFunc = outputFuncA; + outputStream = outputStreamA; + fileType = fileTypeA; + xref = xrefA; + level = globalParams->getPSLevel(); + mode = modeA; + paperWidth = globalParams->getPSPaperWidth(); + paperHeight = globalParams->getPSPaperHeight(); + imgLLX = imgLLXA; + imgLLY = imgLLYA; + imgURX = imgURXA; + imgURY = imgURYA; + pageRanges = pageRangesA; + if (imgLLX == 0 && imgURX == 0 && imgLLY == 0 && imgURY == 0) { + globalParams->getPSImageableArea(&imgLLX, &imgLLY, &imgURX, &imgURY); + } + if (paperWidth < 0 || paperHeight < 0) { + // this check is needed in case the document has zero pages + if (firstPage > 0 && firstPage <= catalog->getNumPages()) { + page = catalog->getPage(firstPage); + paperWidth = (int)ceil(page->getMediaWidth()); + paperHeight = (int)ceil(page->getMediaHeight()); + } else { + paperWidth = 1; + paperHeight = 1; + } + imgLLX = imgLLY = 0; + imgURX = paperWidth; + imgURY = paperHeight; + } + manualCtrl = manualCtrlA; + if (mode == psModeForm) { + lastPage = firstPage; + } + processColors = 0; + inType3Char = gFalse; + +#if OPI_SUPPORT + // initialize OPI nesting levels + opi13Nest = 0; + opi20Nest = 0; +#endif + + tx0 = ty0 = 0; + xScale0 = yScale0 = 0; + rotate0 = -1; + clipLLX0 = clipLLY0 = 0; + clipURX0 = clipURY0 = -1; + + // initialize fontIDs, fontFileIDs, and fontFileNames lists + fontIDSize = 64; + fontIDLen = 0; + fontIDs = (Ref *)gmallocn(fontIDSize, sizeof(Ref)); + fontFileIDSize = 64; + fontFileIDLen = 0; + fontFileIDs = (Ref *)gmallocn(fontFileIDSize, sizeof(Ref)); + fontFileNameSize = 64; + fontFileNameLen = 0; + fontFileNames = (GString **)gmallocn(fontFileNameSize, sizeof(GString *)); + nextTrueTypeNum = 0; + font16EncLen = 0; + font16EncSize = 0; + + xobjStack = new GList(); + numSaves = 0; + numTilingPatterns = 0; + nextFunc = 0; + + // initialize embedded font resource comment list + embFontList = new GString(); + + if (!manualCtrl) { + // this check is needed in case the document has zero pages + if (firstPage > 0 && firstPage <= catalog->getNumPages()) { + writeHeader(firstPage, lastPage, + catalog->getPage(firstPage)->getMediaBox(), + catalog->getPage(firstPage)->getCropBox(), + catalog->getPage(firstPage)->getRotate()); + } else { + box = new PDFRectangle(0, 0, 1, 1); + writeHeader(firstPage, lastPage, box, box, 0); + delete box; + } + if (mode != psModeForm) { + writePS("%%BeginProlog\n"); + } + writeXpdfProcset(); + if (mode != psModeForm) { + writePS("%%EndProlog\n"); + writePS("%%BeginSetup\n"); + } + writeDocSetup(catalog, firstPage, lastPage); + if (mode != psModeForm) { + writePS("%%EndSetup\n"); + } + } + + // initialize sequential page number + seqPage = 1; +} + +PSOutputDev::~PSOutputDev() { + PSOutCustomColor *cc; + int i; + + if (ok) { + if (!manualCtrl) { + writePS("%%Trailer\n"); + writeTrailer(); + if (mode != psModeForm) { + writePS("%%EOF\n"); + } + } + if (fileType == psFile) { +#ifdef MACOS + ICS_MapRefNumAndAssign((short)((FILE *)outputStream)->handle); +#endif + fclose((FILE *)outputStream); + } +#ifdef HAVE_POPEN + else if (fileType == psPipe) { + pclose((FILE *)outputStream); +#ifndef WIN32 + signal(SIGPIPE, (SignalFunc)SIG_DFL); +#endif + } +#endif + } + if (embFontList) { + delete embFontList; + } + if (fontIDs) { + gfree(fontIDs); + } + if (fontFileIDs) { + gfree(fontFileIDs); + } + if (fontFileNames) { + for (i = 0; i < fontFileNameLen; ++i) { + delete fontFileNames[i]; + } + gfree(fontFileNames); + } + if (font16Enc) { + for (i = 0; i < font16EncLen; ++i) { + delete font16Enc[i].enc; + } + gfree(font16Enc); + } + if (xobjStack) { + delete xobjStack; + } + while (customColors) { + cc = customColors; + customColors = cc->next; + delete cc; + } +} + +void PSOutputDev::writeHeader(int firstPage, int lastPage, + PDFRectangle *mediaBox, PDFRectangle *cropBox, + int pageRotate) { + Object info, obj1; + double x1, y1, x2, y2; + GString *s; + int i; + + switch (mode) { + case psModePS: + writePS("%!PS-Adobe-3.0\n"); + break; + case psModeEPS: + writePS("%!PS-Adobe-3.0 EPSF-3.0\n"); + break; + case psModeForm: + writePS("%!PS-Adobe-3.0 Resource-Form\n"); + break; + } + + // Tell CUPS pstops filter not to do its own rotation... + writePSFmt("%%cupsRotation: %d\n", pageRotate); + + writePSFmt("%%Producer: xpdf/pdftops %s\n", xpdfVersion); + xref->getDocInfo(&info); + if (info.isDict() && info.dictLookup("Creator", &obj1)->isString()) { + writePS("%%Creator: "); + s = obj1.getString(); + if ((s->getChar(0) & 0xff) == 0xfe && + (s->getChar(1) & 0xff) == 0xff) { + // Convert UTF-16 to UTF-8... + for (i = 2; i < s->getLength() && i < 400; i += 2) { + int ch = ((s->getChar(i) & 255) << 8) | (s->getChar(i + 1) & 255); + + if (ch >= 0xd800 && ch <= 0xdbff) { + // Multi-word UTF-16 char... + i += 2; + int lch = ((s->getChar(i) & 255) << 8) | (s->getChar(i + 1) & 255); + + if (lch < 0xdc00 || lch >= 0xdfff) continue; + + ch = (((ch & 0x3ff) << 10) | (lch & 0x3ff)) + 0x10000; + } + + if (ch < 0x80) + { + /* + * Single byte ASCII... + */ + + writePSChar(ch); + } + else if (ch < 0x800) + { + /* + * Two-byte UTF-8... + */ + + writePSChar(0xc0 | (ch >> 6)); + writePSChar(0x80 | (ch & 0x3f)); + } + else if (ch < 0x10000) + { + /* + * Three-byte UTF-8... + */ + + writePSChar(0xe0 | (ch >> 12)); + writePSChar(0x80 | ((ch >> 6) & 0x3f)); + writePSChar(0x80 | (ch & 0x3f)); + } + else + { + /* + * Four-byte UTF-8... + */ + + writePSChar(0xf0 | (ch >> 18)); + writePSChar(0x80 | ((ch >> 12) & 0x3f)); + writePSChar(0x80 | ((ch >> 6) & 0x3f)); + writePSChar(0x80 | (ch & 0x3f)); + } + } + } else { + for (i = 0; i < s->getLength() && i < 200; ++i) { + writePSChar(s->getChar(i)); + } + } + writePS("\n"); + } + obj1.free(); + if (info.isDict() && info.dictLookup("Title", &obj1)->isString()) { + writePS("%%Title: "); + s = obj1.getString(); + if ((s->getChar(0) & 0xff) == 0xfe && + (s->getChar(1) & 0xff) == 0xff) { + // Convert UTF-16 to UTF-8... + for (i = 2; i < s->getLength() && i < 400; i += 2) { + int ch = ((s->getChar(i) & 255) << 8) | (s->getChar(i + 1) & 255); + + if (ch >= 0xd800 && ch <= 0xdbff) { + // Multi-word UTF-16 char... + i += 2; + int lch = ((s->getChar(i) & 255) << 8) | (s->getChar(i + 1) & 255); + + if (lch < 0xdc00 || lch >= 0xdfff) continue; + + ch = (((ch & 0x3ff) << 10) | (lch & 0x3ff)) + 0x10000; + } + + if (ch < 0x80) + { + /* + * Single byte ASCII... + */ + + writePSChar(ch); + } + else if (ch < 0x800) + { + /* + * Two-byte UTF-8... + */ + + writePSChar(0xc0 | (ch >> 6)); + writePSChar(0x80 | (ch & 0x3f)); + } + else if (ch < 0x10000) + { + /* + * Three-byte UTF-8... + */ + + writePSChar(0xe0 | (ch >> 12)); + writePSChar(0x80 | ((ch >> 6) & 0x3f)); + writePSChar(0x80 | (ch & 0x3f)); + } + else + { + /* + * Four-byte UTF-8... + */ + + writePSChar(0xf0 | (ch >> 18)); + writePSChar(0x80 | ((ch >> 12) & 0x3f)); + writePSChar(0x80 | ((ch >> 6) & 0x3f)); + writePSChar(0x80 | (ch & 0x3f)); + } + } + } else { + for (i = 0; i < s->getLength() && i < 200; ++i) { + writePSChar(s->getChar(i)); + } + } + writePS("\n"); + } + obj1.free(); + info.free(); + writePSFmt("%%%%LanguageLevel: %d\n", + (level == psLevel1 || level == psLevel1Sep) ? 1 : + (level == psLevel2 || level == psLevel2Sep) ? 2 : 3); + if (level == psLevel1Sep || level == psLevel2Sep || level == psLevel3Sep) { + writePS("%%DocumentProcessColors: (atend)\n"); + writePS("%%DocumentCustomColors: (atend)\n"); + } + writePS("%%DocumentSuppliedResources: (atend)\n"); + + switch (mode) { + case psModePS: + writePSFmt("%%%%DocumentMedia: plain %d %d 0 () ()\n", + paperWidth, paperHeight); + writePSFmt("%%%%BoundingBox: 0 0 %d %d\n", paperWidth, paperHeight); + writePSFmt("%%%%Pages: %d\n", lastPage - firstPage + 1); + writePS("%%EndComments\n"); + writePS("%%BeginDefaults\n"); + writePS("%%PageMedia: plain\n"); + writePS("%%EndDefaults\n"); + break; + case psModeEPS: + epsX1 = cropBox->x1; + epsY1 = cropBox->y1; + epsX2 = cropBox->x2; + epsY2 = cropBox->y2; + if (pageRotate == 0 || pageRotate == 180) { + x1 = epsX1; + y1 = epsY1; + x2 = epsX2; + y2 = epsY2; + } else { // pageRotate == 90 || pageRotate == 270 + x1 = 0; + y1 = 0; + x2 = epsY2 - epsY1; + y2 = epsX2 - epsX1; + } + writePSFmt("%%%%BoundingBox: %d %d %d %d\n", + (int)floor(x1), (int)floor(y1), (int)ceil(x2), (int)ceil(y2)); + if (floor(x1) != ceil(x1) || floor(y1) != ceil(y1) || + floor(x2) != ceil(x2) || floor(y2) != ceil(y2)) { + writePSFmt("%%%%HiResBoundingBox: %g %g %g %g\n", x1, y1, x2, y2); + } + writePS("%%EndComments\n"); + break; + case psModeForm: + writePS("%%EndComments\n"); + writePS("32 dict dup begin\n"); + writePSFmt("/BBox [%d %d %d %d] def\n", + (int)floor(mediaBox->x1), (int)floor(mediaBox->y1), + (int)ceil(mediaBox->x2), (int)ceil(mediaBox->y2)); + writePS("/FormType 1 def\n"); + writePS("/Matrix [1 0 0 1 0 0] def\n"); + break; + } +} + +void PSOutputDev::writeXpdfProcset() { + GBool lev1, lev2, lev3, sep, nonSep; + char **p; + char *q; + + writePSFmt("%%%%BeginResource: procset xpdf %s 0\n", xpdfVersion); + lev1 = lev2 = lev3 = sep = nonSep = gTrue; + for (p = prolog; *p; ++p) { + if ((*p)[0] == '~') { + lev1 = lev2 = lev3 = sep = nonSep = gFalse; + for (q = *p + 1; *q; ++q) { + switch (*q) { + case '1': lev1 = gTrue; break; + case '2': lev2 = gTrue; break; + case '3': lev3 = gTrue; break; + case 's': sep = gTrue; break; + case 'n': nonSep = gTrue; break; + } + } + } else if ((level == psLevel1 && lev1 && nonSep) || + (level == psLevel1Sep && lev1 && sep) || + (level == psLevel2 && lev2 && nonSep) || + (level == psLevel2Sep && lev2 && sep) || + (level == psLevel3 && lev3 && nonSep) || + (level == psLevel3Sep && lev3 && sep)) { + writePSFmt("%s\n", *p); + } + } + writePS("%%EndResource\n"); + + if (level >= psLevel3) { + for (p = cmapProlog; *p; ++p) { + writePSFmt("%s\n", *p); + } + } +} + +void PSOutputDev::writeDocSetup(Catalog *catalog, + int firstPage, int lastPage) { + Page *page; + Dict *resDict; + Annots *annots; + Object obj1, obj2; + int pg, i; + + if (mode == psModeForm) { + // swap the form and xpdf dicts + writePS("xpdf end begin dup begin\n"); + } else { + writePS("xpdf begin\n"); + } + for (pg = firstPage; pg <= lastPage; ++pg) { + page = catalog->getPage(pg); + if ((resDict = page->getResourceDict())) { + setupResources(resDict); + } + annots = new Annots(xref, catalog, page->getAnnots(&obj1)); + obj1.free(); + for (i = 0; i < annots->getNumAnnots(); ++i) { + if (annots->getAnnot(i)->getAppearance(&obj1)->isStream()) { + obj1.streamGetDict()->lookup("Resources", &obj2); + if (obj2.isDict()) { + setupResources(obj2.getDict()); + } + obj2.free(); + } + obj1.free(); + } + delete annots; + } + if (mode != psModeForm) { + if (mode != psModeEPS && !manualCtrl) { + writePSFmt("%d %d %s pdfSetup\n", + paperWidth, paperHeight, + globalParams->getPSDuplex() ? "true" : "false"); + } +#if OPI_SUPPORT + if (globalParams->getPSOPI()) { + writePS("/opiMatrix matrix currentmatrix def\n"); + } +#endif + } +} + +void PSOutputDev::writePageTrailer() { + if (mode != psModeForm) { + writePS("pdfEndPage\n"); + } +} + +void PSOutputDev::writeTrailer() { + PSOutCustomColor *cc; + + if (mode == psModeForm) { + writePS("/Foo exch /Form defineresource pop\n"); + } else { + writePS("end\n"); + writePS("%%DocumentSuppliedResources:\n"); + writePS(embFontList->getCString()); + if (level == psLevel1Sep || level == psLevel2Sep || + level == psLevel3Sep) { + writePS("%%DocumentProcessColors:"); + if (processColors & psProcessCyan) { + writePS(" Cyan"); + } + if (processColors & psProcessMagenta) { + writePS(" Magenta"); + } + if (processColors & psProcessYellow) { + writePS(" Yellow"); + } + if (processColors & psProcessBlack) { + writePS(" Black"); + } + writePS("\n"); + writePS("%%DocumentCustomColors:"); + for (cc = customColors; cc; cc = cc->next) { + writePSFmt(" (%s)", cc->name->getCString()); + } + writePS("\n"); + writePS("%%CMYKCustomColor:\n"); + for (cc = customColors; cc; cc = cc->next) { + writePSFmt("%%%%+ %g %g %g %g (%s)\n", + cc->c, cc->m, cc->y, cc->k, cc->name->getCString()); + } + } + } +} + +void PSOutputDev::setupResources(Dict *resDict) { + Object xObjDict, xObjRef, xObj, patDict, patRef, pat, resObj; + Ref ref0, ref1; + GBool skip; + int i, j; + + setupFonts(resDict); + setupImages(resDict); + + //----- recursively scan XObjects + resDict->lookup("XObject", &xObjDict); + if (xObjDict.isDict()) { + for (i = 0; i < xObjDict.dictGetLength(); ++i) { + + // avoid infinite recursion on XObjects + skip = gFalse; + if ((xObjDict.dictGetValNF(i, &xObjRef)->isRef())) { + ref0 = xObjRef.getRef(); + for (j = 0; j < xobjStack->getLength(); ++j) { + ref1 = *(Ref *)xobjStack->get(j); + if (ref1.num == ref0.num && ref1.gen == ref0.gen) { + skip = gTrue; + break; + } + } + if (!skip) { + xobjStack->append(&ref0); + } + } + if (!skip) { + + // process the XObject's resource dictionary + xObjDict.dictGetVal(i, &xObj); + if (xObj.isStream()) { + xObj.streamGetDict()->lookup("Resources", &resObj); + if (resObj.isDict()) { + setupResources(resObj.getDict()); + } + resObj.free(); + } + xObj.free(); + } + + if (xObjRef.isRef() && !skip) { + xobjStack->del(xobjStack->getLength() - 1); + } + xObjRef.free(); + } + } + xObjDict.free(); + + //----- recursively scan Patterns + resDict->lookup("Pattern", &patDict); + if (patDict.isDict()) { + inType3Char = gTrue; + for (i = 0; i < patDict.dictGetLength(); ++i) { + + // avoid infinite recursion on Patterns + skip = gFalse; + if ((patDict.dictGetValNF(i, &patRef)->isRef())) { + ref0 = patRef.getRef(); + for (j = 0; j < xobjStack->getLength(); ++j) { + ref1 = *(Ref *)xobjStack->get(j); + if (ref1.num == ref0.num && ref1.gen == ref0.gen) { + skip = gTrue; + break; + } + } + if (!skip) { + xobjStack->append(&ref0); + } + } + if (!skip) { + + // process the Pattern's resource dictionary + patDict.dictGetVal(i, &pat); + if (pat.isStream()) { + pat.streamGetDict()->lookup("Resources", &resObj); + if (resObj.isDict()) { + setupResources(resObj.getDict()); + } + resObj.free(); + } + pat.free(); + } + + if (patRef.isRef() && !skip) { + xobjStack->del(xobjStack->getLength() - 1); + } + patRef.free(); + } + inType3Char = gFalse; + } + patDict.free(); +} + +void PSOutputDev::setupFonts(Dict *resDict) { + Object obj1, obj2; + Ref r; + GfxFontDict *gfxFontDict; + GfxFont *font; + int i; + + gfxFontDict = NULL; + resDict->lookupNF("Font", &obj1); + if (obj1.isRef()) { + obj1.fetch(xref, &obj2); + if (obj2.isDict()) { + r = obj1.getRef(); + gfxFontDict = new GfxFontDict(xref, &r, obj2.getDict()); + } + obj2.free(); + } else if (obj1.isDict()) { + gfxFontDict = new GfxFontDict(xref, NULL, obj1.getDict()); + } + if (gfxFontDict) { + for (i = 0; i < gfxFontDict->getNumFonts(); ++i) { + if ((font = gfxFontDict->getFont(i))) { + setupFont(font, resDict); + } + } + delete gfxFontDict; + } + obj1.free(); +} + +void PSOutputDev::setupFont(GfxFont *font, Dict *parentResDict) { + Ref fontFileID; + GString *name; + PSFontParam *fontParam; + GString *psName; + char type3Name[64], buf[16]; + GBool subst; + UnicodeMap *uMap; + char *charName; + double xs, ys; + int code; + double w1, w2; + double *fm; + int i, j; + + // check if font is already set up + for (i = 0; i < fontIDLen; ++i) { + if (fontIDs[i].num == font->getID()->num && + fontIDs[i].gen == font->getID()->gen) { + return; + } + } + + // add entry to fontIDs list + if (fontIDLen >= fontIDSize) { + fontIDSize += 64; + fontIDs = (Ref *)greallocn(fontIDs, fontIDSize, sizeof(Ref)); + } + fontIDs[fontIDLen++] = *font->getID(); + + xs = ys = 1; + subst = gFalse; + + // check for resident 8-bit font + if (font->getName() && + (fontParam = globalParams->getPSFont(font->getName()))) { + psName = new GString(fontParam->psFontName->getCString()); + + // check for embedded Type 1 font + } else if (globalParams->getPSEmbedType1() && + font->getType() == fontType1 && + font->getEmbeddedFontID(&fontFileID)) { + psName = filterPSName(font->getEmbeddedFontName()); + setupEmbeddedType1Font(&fontFileID, psName); + + // check for embedded Type 1C font + } else if (globalParams->getPSEmbedType1() && + font->getType() == fontType1C && + font->getEmbeddedFontID(&fontFileID)) { + psName = filterPSName(font->getEmbeddedFontName()); + setupEmbeddedType1CFont(font, &fontFileID, psName); + + // check for external Type 1 font file + } else if (globalParams->getPSEmbedType1() && + font->getType() == fontType1 && + font->getExtFontFile()) { + // this assumes that the PS font name matches the PDF font name + psName = font->getName()->copy(); + setupExternalType1Font(font->getExtFontFile(), psName); + + // check for embedded TrueType font + } else if (globalParams->getPSEmbedTrueType() && + font->getType() == fontTrueType && + font->getEmbeddedFontID(&fontFileID)) { + psName = filterPSName(font->getEmbeddedFontName()); + setupEmbeddedTrueTypeFont(font, &fontFileID, psName); + + // check for external TrueType font file + } else if (globalParams->getPSEmbedTrueType() && + font->getType() == fontTrueType && + font->getExtFontFile()) { + psName = filterPSName(font->getName()); + setupExternalTrueTypeFont(font, psName); + + // check for embedded CID PostScript font + } else if (globalParams->getPSEmbedCIDPostScript() && + font->getType() == fontCIDType0C && + font->getEmbeddedFontID(&fontFileID)) { + psName = filterPSName(font->getEmbeddedFontName()); + setupEmbeddedCIDType0Font(font, &fontFileID, psName); + + // check for embedded CID TrueType font + } else if (globalParams->getPSEmbedCIDTrueType() && + font->getType() == fontCIDType2 && + font->getEmbeddedFontID(&fontFileID)) { + psName = filterPSName(font->getEmbeddedFontName()); + //~ should check to see if font actually uses vertical mode + setupEmbeddedCIDTrueTypeFont(font, &fontFileID, psName, gTrue); + + } else if (font->getType() == fontType3) { + sprintf(type3Name, "T3_%d_%d", + font->getID()->num, font->getID()->gen); + psName = new GString(type3Name); + setupType3Font(font, psName, parentResDict); + + // do 8-bit font substitution + } else if (!font->isCIDFont()) { + subst = gTrue; + name = font->getName(); + psName = NULL; + if (name) { + for (i = 0; psFonts[i]; ++i) { + if (name->cmp(psFonts[i]) == 0) { + psName = new GString(psFonts[i]); + break; + } + } + } + if (!psName) { + if (font->isFixedWidth()) { + i = 8; + } else if (font->isSerif()) { + i = 4; + } else { + i = 0; + } + if (font->isBold()) { + i += 2; + } + if (font->isItalic()) { + i += 1; + } + psName = new GString(psSubstFonts[i].psName); + for (code = 0; code < 256; ++code) { + if ((charName = ((Gfx8BitFont *)font)->getCharName(code)) && + charName[0] == 'm' && charName[1] == '\0') { + break; + } + } + if (code < 256) { + w1 = ((Gfx8BitFont *)font)->getWidth(code); + } else { + w1 = 0; + } + w2 = psSubstFonts[i].mWidth; + xs = w1 / w2; + if (xs < 0.1) { + xs = 1; + } + if (font->getType() == fontType3) { + // This is a hack which makes it possible to substitute for some + // Type 3 fonts. The problem is that it's impossible to know what + // the base coordinate system used in the font is without actually + // rendering the font. + ys = xs; + fm = font->getFontMatrix(); + if (fm[0] != 0) { + ys *= fm[3] / fm[0]; + } + } else { + ys = 1; + } + } + + // do 16-bit font substitution + } else if ((fontParam = globalParams-> + getPSFont16(font->getName(), + ((GfxCIDFont *)font)->getCollection(), + font->getWMode()))) { + subst = gTrue; + psName = fontParam->psFontName->copy(); + if (font16EncLen >= font16EncSize) { + font16EncSize += 16; + font16Enc = (PSFont16Enc *)greallocn(font16Enc, + font16EncSize, sizeof(PSFont16Enc)); + } + font16Enc[font16EncLen].fontID = *font->getID(); + font16Enc[font16EncLen].enc = fontParam->encoding->copy(); + if ((uMap = globalParams->getUnicodeMap(font16Enc[font16EncLen].enc))) { + uMap->decRefCnt(); + ++font16EncLen; + } else { + error(-1, "Couldn't find Unicode map for 16-bit font encoding '%s'", + font16Enc[font16EncLen].enc->getCString()); + } + + // give up - can't do anything with this font + } else { + error(-1, "Couldn't find a font to substitute for '%s' ('%s' character collection)", + font->getName() ? font->getName()->getCString() : "(unnamed)", + ((GfxCIDFont *)font)->getCollection() + ? ((GfxCIDFont *)font)->getCollection()->getCString() + : "(unknown)"); + return; + } + + // generate PostScript code to set up the font + if (font->isCIDFont()) { + if (level == psLevel3 || level == psLevel3Sep) { + writePSFmt("/F%d_%d /%s %d pdfMakeFont16L3\n", + font->getID()->num, font->getID()->gen, psName->getCString(), + font->getWMode()); + } else { + writePSFmt("/F%d_%d /%s %d pdfMakeFont16\n", + font->getID()->num, font->getID()->gen, psName->getCString(), + font->getWMode()); + } + } else { + writePSFmt("/F%d_%d /%s %g %g\n", + font->getID()->num, font->getID()->gen, psName->getCString(), + xs, ys); + for (i = 0; i < 256; i += 8) { + writePSFmt((i == 0) ? "[ " : " "); + for (j = 0; j < 8; ++j) { + if (font->getType() == fontTrueType && + !subst && + !((Gfx8BitFont *)font)->getHasEncoding()) { + sprintf(buf, "c%02x", i+j); + charName = buf; + } else { + charName = ((Gfx8BitFont *)font)->getCharName(i+j); + // this is a kludge for broken PDF files that encode char 32 + // as .notdef + if (i+j == 32 && charName && !strcmp(charName, ".notdef")) { + charName = "space"; + } + } + writePS("/"); + writePSName(charName ? charName : (char *)".notdef"); + // the empty name is legal in PDF and PostScript, but PostScript + // uses a double-slash (//...) for "immediately evaluated names", + // so we need to add a space character here + if (charName && !charName[0]) { + writePS(" "); + } + } + writePS((i == 256-8) ? (char *)"]\n" : (char *)"\n"); + } + writePS("pdfMakeFont\n"); + } + + delete psName; +} + +void PSOutputDev::setupEmbeddedType1Font(Ref *id, GString *psName) { + static char hexChar[17] = "0123456789abcdef"; + Object refObj, strObj, obj1, obj2, obj3; + Dict *dict; + int length1, length2, length3; + int c; + int start[4]; + GBool binMode; + int i; + + // check if font is already embedded + for (i = 0; i < fontFileIDLen; ++i) { + if (fontFileIDs[i].num == id->num && + fontFileIDs[i].gen == id->gen) + return; + } + + // add entry to fontFileIDs list + if (fontFileIDLen >= fontFileIDSize) { + fontFileIDSize += 64; + fontFileIDs = (Ref *)greallocn(fontFileIDs, fontFileIDSize, sizeof(Ref)); + } + fontFileIDs[fontFileIDLen++] = *id; + + // get the font stream and info + refObj.initRef(id->num, id->gen); + refObj.fetch(xref, &strObj); + refObj.free(); + if (!strObj.isStream()) { + error(-1, "Embedded font file object is not a stream"); + goto err1; + } + if (!(dict = strObj.streamGetDict())) { + error(-1, "Embedded font stream is missing its dictionary"); + goto err1; + } + dict->lookup("Length1", &obj1); + dict->lookup("Length2", &obj2); + dict->lookup("Length3", &obj3); + if (!obj1.isInt() || !obj2.isInt() || !obj3.isInt()) { + error(-1, "Missing length fields in embedded font stream dictionary"); + obj1.free(); + obj2.free(); + obj3.free(); + goto err1; + } + length1 = obj1.getInt(); + length2 = obj2.getInt(); + length3 = obj3.getInt(); + obj1.free(); + obj2.free(); + obj3.free(); + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // copy ASCII portion of font + strObj.streamReset(); + for (i = 0; i < length1 && (c = strObj.streamGetChar()) != EOF; ++i) { + writePSChar(c); + } + + // figure out if encrypted portion is binary or ASCII + binMode = gFalse; + for (i = 0; i < 4; ++i) { + start[i] = strObj.streamGetChar(); + if (start[i] == EOF) { + error(-1, "Unexpected end of file in embedded font stream"); + goto err1; + } + if (!((start[i] >= '0' && start[i] <= '9') || + (start[i] >= 'A' && start[i] <= 'F') || + (start[i] >= 'a' && start[i] <= 'f'))) + binMode = gTrue; + } + + // convert binary data to ASCII + if (binMode) { + for (i = 0; i < 4; ++i) { + writePSChar(hexChar[(start[i] >> 4) & 0x0f]); + writePSChar(hexChar[start[i] & 0x0f]); + } + // if Length2 is incorrect (too small), font data gets chopped, so + // we take a few extra characters from the trailer just in case +// length2 += length3 >= 8 ? 8 : length3; + while (i < length2) { + if ((c = strObj.streamGetChar()) == EOF) { + break; + } + writePSChar(hexChar[(c >> 4) & 0x0f]); + writePSChar(hexChar[c & 0x0f]); + if (++i % 32 == 0) { + writePSChar('\n'); + } + } + if (i % 32 > 0) { + writePSChar('\n'); + } + + // already in ASCII format -- just copy it + } else { + for (i = 0; i < 4; ++i) { + writePSChar(start[i]); + } + for (i = 4; i < length2; ++i) { + if ((c = strObj.streamGetChar()) == EOF) { + break; + } + writePSChar(c); + } + } + + // write padding and "cleartomark" + for (i = 0; i < 8; ++i) { + writePS("00000000000000000000000000000000" + "00000000000000000000000000000000\n"); + } + writePS("cleartomark\n"); + + // ending comment + writePS("%%EndResource\n"); + + err1: + strObj.streamClose(); + strObj.free(); +} + +//~ This doesn't handle .pfb files or binary eexec data (which only +//~ happens in pfb files?). +void PSOutputDev::setupExternalType1Font(GString *fileName, GString *psName) { + FILE *fontFile; + int c; + int i; + + // check if font is already embedded + for (i = 0; i < fontFileNameLen; ++i) { + if (!fontFileNames[i]->cmp(fileName)) { + return; + } + } + + // add entry to fontFileNames list + if (fontFileNameLen >= fontFileNameSize) { + fontFileNameSize += 64; + fontFileNames = (GString **)greallocn(fontFileNames, + fontFileNameSize, sizeof(GString *)); + } + fontFileNames[fontFileNameLen++] = fileName->copy(); + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // copy the font file + if (!(fontFile = fopen(fileName->getCString(), "rb"))) { + error(-1, "Couldn't open external font file"); + return; + } + while ((c = fgetc(fontFile)) != EOF) { + writePSChar(c); + } + fclose(fontFile); + + // ending comment + writePS("%%EndResource\n"); +} + +void PSOutputDev::setupEmbeddedType1CFont(GfxFont *font, Ref *id, + GString *psName) { + char *fontBuf; + int fontLen; + FoFiType1C *ffT1C; + int i; + + // check if font is already embedded + for (i = 0; i < fontFileIDLen; ++i) { + if (fontFileIDs[i].num == id->num && + fontFileIDs[i].gen == id->gen) + return; + } + + // add entry to fontFileIDs list + if (fontFileIDLen >= fontFileIDSize) { + fontFileIDSize += 64; + fontFileIDs = (Ref *)greallocn(fontFileIDs, fontFileIDSize, sizeof(Ref)); + } + fontFileIDs[fontFileIDLen++] = *id; + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // convert it to a Type 1 font + fontBuf = font->readEmbFontFile(xref, &fontLen); + if ((ffT1C = FoFiType1C::make(fontBuf, fontLen))) { + ffT1C->convertToType1(NULL, gTrue, outputFunc, outputStream); + delete ffT1C; + } + gfree(fontBuf); + + // ending comment + writePS("%%EndResource\n"); +} + +void PSOutputDev::setupEmbeddedTrueTypeFont(GfxFont *font, Ref *id, + GString *psName) { + char unique[32]; + char *fontBuf; + int fontLen; + FoFiTrueType *ffTT; + Gushort *codeToGID; + int i; + + // check if font is already embedded + for (i = 0; i < fontFileIDLen; ++i) { + if (fontFileIDs[i].num == id->num && + fontFileIDs[i].gen == id->gen) { + sprintf(unique, "_%d", nextTrueTypeNum++); + psName->append(unique); + break; + } + } + + // add entry to fontFileIDs list + if (i == fontFileIDLen) { + if (fontFileIDLen >= fontFileIDSize) { + fontFileIDSize += 64; + fontFileIDs = (Ref *)greallocn(fontFileIDs, fontFileIDSize, sizeof(Ref)); + } + fontFileIDs[fontFileIDLen++] = *id; + } + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // convert it to a Type 42 font + fontBuf = font->readEmbFontFile(xref, &fontLen); + if ((ffTT = FoFiTrueType::make(fontBuf, fontLen))) { + codeToGID = ((Gfx8BitFont *)font)->getCodeToGIDMap(ffTT); + ffTT->convertToType42(psName->getCString(), + ((Gfx8BitFont *)font)->getHasEncoding() + ? ((Gfx8BitFont *)font)->getEncoding() + : (char **)NULL, + codeToGID, outputFunc, outputStream); + gfree(codeToGID); + delete ffTT; + } + gfree(fontBuf); + + // ending comment + writePS("%%EndResource\n"); +} + +void PSOutputDev::setupExternalTrueTypeFont(GfxFont *font, GString *psName) { + char unique[32]; + GString *fileName; + char *fontBuf; + int fontLen; + FoFiTrueType *ffTT; + Gushort *codeToGID; + int i; + + // check if font is already embedded + fileName = font->getExtFontFile(); + for (i = 0; i < fontFileNameLen; ++i) { + if (!fontFileNames[i]->cmp(fileName)) { + sprintf(unique, "_%d", nextTrueTypeNum++); + psName->append(unique); + break; + } + } + + // add entry to fontFileNames list + if (i == fontFileNameLen) { + if (fontFileNameLen >= fontFileNameSize) { + fontFileNameSize += 64; + fontFileNames = + (GString **)greallocn(fontFileNames, + fontFileNameSize, sizeof(GString *)); + } + fontFileNames[fontFileNameLen++] = fileName->copy(); + } + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // convert it to a Type 42 font + fontBuf = font->readExtFontFile(&fontLen); + if ((ffTT = FoFiTrueType::make(fontBuf, fontLen))) { + codeToGID = ((Gfx8BitFont *)font)->getCodeToGIDMap(ffTT); + ffTT->convertToType42(psName->getCString(), + ((Gfx8BitFont *)font)->getHasEncoding() + ? ((Gfx8BitFont *)font)->getEncoding() + : (char **)NULL, + codeToGID, outputFunc, outputStream); + delete ffTT; + } + gfree(fontBuf); + + // ending comment + writePS("%%EndResource\n"); +} + +void PSOutputDev::setupEmbeddedCIDType0Font(GfxFont *font, Ref *id, + GString *psName) { + char *fontBuf; + int fontLen; + FoFiType1C *ffT1C; + int i; + + // check if font is already embedded + for (i = 0; i < fontFileIDLen; ++i) { + if (fontFileIDs[i].num == id->num && + fontFileIDs[i].gen == id->gen) + return; + } + + // add entry to fontFileIDs list + if (fontFileIDLen >= fontFileIDSize) { + fontFileIDSize += 64; + fontFileIDs = (Ref *)greallocn(fontFileIDs, fontFileIDSize, sizeof(Ref)); + } + fontFileIDs[fontFileIDLen++] = *id; + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // convert it to a Type 0 font + fontBuf = font->readEmbFontFile(xref, &fontLen); + if ((ffT1C = FoFiType1C::make(fontBuf, fontLen))) { + if (globalParams->getPSLevel() >= psLevel3) { + // Level 3: use a CID font + ffT1C->convertToCIDType0(psName->getCString(), outputFunc, outputStream); + } else { + // otherwise: use a non-CID composite font + ffT1C->convertToType0(psName->getCString(), outputFunc, outputStream); + } + delete ffT1C; + } + gfree(fontBuf); + + // ending comment + writePS("%%EndResource\n"); +} + +void PSOutputDev::setupEmbeddedCIDTrueTypeFont(GfxFont *font, Ref *id, + GString *psName, + GBool needVerticalMetrics) { + char unique[32]; + char *fontBuf; + int fontLen; + FoFiTrueType *ffTT; + int i; + + // check if font is already embedded + for (i = 0; i < fontFileIDLen; ++i) { + if (fontFileIDs[i].num == id->num && + fontFileIDs[i].gen == id->gen) { + sprintf(unique, "_%d", nextTrueTypeNum++); + psName->append(unique); + break; + } + } + + // add entry to fontFileIDs list + if (fontFileIDLen >= fontFileIDSize) { + fontFileIDSize += 64; + fontFileIDs = (Ref *)greallocn(fontFileIDs, fontFileIDSize, sizeof(Ref)); + } + fontFileIDs[fontFileIDLen++] = *id; + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // convert it to a Type 0 font + fontBuf = font->readEmbFontFile(xref, &fontLen); + if ((ffTT = FoFiTrueType::make(fontBuf, fontLen))) { + if (globalParams->getPSLevel() >= psLevel3) { + // Level 3: use a CID font + ffTT->convertToCIDType2(psName->getCString(), + ((GfxCIDFont *)font)->getCIDToGID(), + ((GfxCIDFont *)font)->getCIDToGIDLen(), + needVerticalMetrics, + outputFunc, outputStream); + } else { + // otherwise: use a non-CID composite font + ffTT->convertToType0(psName->getCString(), + ((GfxCIDFont *)font)->getCIDToGID(), + ((GfxCIDFont *)font)->getCIDToGIDLen(), + needVerticalMetrics, + outputFunc, outputStream); + } + delete ffTT; + } + gfree(fontBuf); + + // ending comment + writePS("%%EndResource\n"); +} + +void PSOutputDev::setupType3Font(GfxFont *font, GString *psName, + Dict *parentResDict) { + Dict *resDict; + Dict *charProcs; + Object charProc; + Gfx *gfx; + PDFRectangle box; + double *m; + char buf[256]; + int i; + + // set up resources used by font + if ((resDict = ((Gfx8BitFont *)font)->getResources())) { + inType3Char = gTrue; + setupResources(resDict); + inType3Char = gFalse; + } else { + resDict = parentResDict; + } + + // beginning comment + writePSFmt("%%%%BeginResource: font %s\n", psName->getCString()); + embFontList->append("%%+ font "); + embFontList->append(psName->getCString()); + embFontList->append("\n"); + + // font dictionary + writePS("8 dict begin\n"); + writePS("/FontType 3 def\n"); + m = font->getFontMatrix(); + writePSFmt("/FontMatrix [%g %g %g %g %g %g] def\n", + m[0], m[1], m[2], m[3], m[4], m[5]); + m = font->getFontBBox(); + writePSFmt("/FontBBox [%g %g %g %g] def\n", + m[0], m[1], m[2], m[3]); + writePS("/Encoding 256 array def\n"); + writePS(" 0 1 255 { Encoding exch /.notdef put } for\n"); + writePS("/BuildGlyph {\n"); + writePS(" exch /CharProcs get exch\n"); + writePS(" 2 copy known not { pop /.notdef } if\n"); + writePS(" get exec\n"); + writePS("} bind def\n"); + writePS("/BuildChar {\n"); + writePS(" 1 index /Encoding get exch get\n"); + writePS(" 1 index /BuildGlyph get exec\n"); + writePS("} bind def\n"); + if ((charProcs = ((Gfx8BitFont *)font)->getCharProcs())) { + writePSFmt("/CharProcs %d dict def\n", charProcs->getLength()); + writePS("CharProcs begin\n"); + box.x1 = m[0]; + box.y1 = m[1]; + box.x2 = m[2]; + box.y2 = m[3]; + gfx = new Gfx(xref, this, resDict, &box, NULL); + inType3Char = gTrue; + t3Cacheable = gFalse; + for (i = 0; i < charProcs->getLength(); ++i) { + writePS("/"); + writePSName(charProcs->getKey(i)); + writePS(" {\n"); + gfx->display(charProcs->getVal(i, &charProc)); + charProc.free(); + if (t3String) { + if (t3Cacheable) { + sprintf(buf, "%g %g %g %g %g %g setcachedevice\n", + t3WX, t3WY, t3LLX, t3LLY, t3URX, t3URY); + } else { + sprintf(buf, "%g %g setcharwidth\n", t3WX, t3WY); + } + (*outputFunc)(outputStream, buf, strlen(buf)); + (*outputFunc)(outputStream, t3String->getCString(), + t3String->getLength()); + delete t3String; + t3String = NULL; + } + (*outputFunc)(outputStream, "Q\n", 2); + writePS("} def\n"); + } + inType3Char = gFalse; + delete gfx; + writePS("end\n"); + } + writePS("currentdict end\n"); + writePSFmt("/%s exch definefont pop\n", psName->getCString()); + + // ending comment + writePS("%%EndResource\n"); +} + +void PSOutputDev::setupImages(Dict *resDict) { + Object xObjDict, xObj, xObjRef, subtypeObj; + int i; + + if (!(mode == psModeForm || inType3Char)) { + return; + } + + resDict->lookup("XObject", &xObjDict); + if (xObjDict.isDict()) { + for (i = 0; i < xObjDict.dictGetLength(); ++i) { + xObjDict.dictGetValNF(i, &xObjRef); + xObjDict.dictGetVal(i, &xObj); + if (xObj.isStream()) { + xObj.streamGetDict()->lookup("Subtype", &subtypeObj); + if (subtypeObj.isName("Image")) { + if (xObjRef.isRef()) { + setupImage(xObjRef.getRef(), xObj.getStream()); + } else { + error(-1, "Image in resource dict is not an indirect reference"); + } + } + subtypeObj.free(); + } + xObj.free(); + xObjRef.free(); + } + } + xObjDict.free(); +} + +void PSOutputDev::setupImage(Ref id, Stream *str) { + GBool useASCIIHex; + int c; + int size, line, col, i; + + // construct an encoder stream + useASCIIHex = level == psLevel1 || level == psLevel1Sep || + globalParams->getPSASCIIHex(); + if (useASCIIHex) { + str = new ASCIIHexEncoder(str); + } else { + str = new ASCII85Encoder(str); + } + + // compute image data size + str->reset(); + col = size = 0; + do { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + if (c == 'z') { + ++col; + } else { + ++col; + for (i = 1; i <= (useASCIIHex ? 1 : 4); ++i) { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + ++col; + } + } + if (col > 225) { + ++size; + col = 0; + } + } while (c != (useASCIIHex ? '>' : '~') && c != EOF); + ++size; + writePSFmt("%d array dup /ImData_%d_%d exch def\n", size, id.num, id.gen); + str->close(); + + // write the data into the array + str->reset(); + line = col = 0; + writePS((char *)(useASCIIHex ? "dup 0 <" : "dup 0 <~")); + do { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + if (c == 'z') { + writePSChar(c); + ++col; + } else { + writePSChar(c); + ++col; + for (i = 1; i <= (useASCIIHex ? 1 : 4); ++i) { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + writePSChar(c); + ++col; + } + } + // each line is: "dup nnnnn <~...data...~> put" + // so max data length = 255 - 20 = 235 + // chunks are 1 or 4 bytes each, so we have to stop at 232 + // but make it 225 just to be safe + if (col > 225) { + writePS((char *)(useASCIIHex ? "> put\n" : "~> put\n")); + ++line; + writePSFmt((char *)(useASCIIHex ? "dup %d <" : "dup %d <~"), line); + col = 0; + } + } while (c != (useASCIIHex ? '>' : '~') && c != EOF); + writePS((char *)(useASCIIHex ? "> put\n" : "~> put\n")); + writePS("pop\n"); + str->close(); + + delete str; +} + +GBool PSOutputDev::startPage(int pageNum, GfxState *state) { + int x1, y1, x2, y2, width, height; + int imgWidth, imgHeight, imgWidth2, imgHeight2; + GBool landscape; + + + if (mode == psModePS) { + writePSFmt("%%%%Page: %d %d\n", pageNum, seqPage); + writePS("%%BeginPageSetup\n"); + } + + // underlays + if (underlayCbk) { + (*underlayCbk)(this, underlayCbkData); + } + if (overlayCbk) { + saveState(NULL); + } + + switch (mode) { + + case psModePS: + // rotate, translate, and scale page + imgWidth = imgURX - imgLLX; + imgHeight = imgURY - imgLLY; + x1 = (int)floor(state->getX1()); + y1 = (int)floor(state->getY1()); + x2 = (int)ceil(state->getX2()); + y2 = (int)ceil(state->getY2()); + width = x2 - x1; + height = y2 - y1; + tx = ty = 0; + // rotation and portrait/landscape mode + if (rotate0 >= 0) { + rotate = (360 - rotate0) % 360; + landscape = gFalse; + } else { + rotate = (360 - state->getRotate()) % 360; + if (rotate == 0 || rotate == 180) { + if ((width > height && imgWidth < imgHeight) || + (height > width && imgHeight < imgWidth)) { + rotate += 90; + landscape = gTrue; + } else { + landscape = gFalse; + } + } else { // rotate == 90 || rotate == 270 + if ((width > height && imgWidth < imgHeight) || + (height > width && imgHeight < imgWidth)) { + rotate = 270 - rotate; + landscape = gTrue; + } else { + landscape = gFalse; + } + } + } + writePSFmt("%%%%PageOrientation: %s\n", + landscape ? "Landscape" : "Portrait"); + writePS("pdfStartPage\n"); + if (rotate == 0) { + imgWidth2 = imgWidth; + imgHeight2 = imgHeight; + } else if (rotate == 90) { + writePS("90 rotate\n"); + ty = -imgWidth; + imgWidth2 = imgHeight; + imgHeight2 = imgWidth; + } else if (rotate == 180) { + writePS("180 rotate\n"); + imgWidth2 = imgWidth; + imgHeight2 = imgHeight; + tx = -imgWidth; + ty = -imgHeight; + } else { // rotate == 270 + writePS("270 rotate\n"); + tx = -imgHeight; + imgWidth2 = imgHeight; + imgHeight2 = imgWidth; + } + // shrink or expand + if (xScale0 > 0 && yScale0 > 0) { + xScale = xScale0; + yScale = yScale0; + } else if ((globalParams->getPSShrinkLarger() && + (width > imgWidth2 || height > imgHeight2)) || + (globalParams->getPSExpandSmaller() && + (width < imgWidth2 && height < imgHeight2))) { + xScale = (double)imgWidth2 / (double)width; + yScale = (double)imgHeight2 / (double)height; + if (yScale < xScale) { + xScale = yScale; + } else { + yScale = xScale; + } + } else { + xScale = yScale = 1; + paperWidth = width; + paperHeight = height; + } + + // deal with odd bounding boxes or clipping + if (clipLLX0 < clipURX0 && clipLLY0 < clipURY0) { + tx -= xScale * clipLLX0; + ty -= yScale * clipLLY0; + } else { + tx -= xScale * x1; + ty -= yScale * y1; + } + // center + if (globalParams->getPSCenter()) { + if (clipLLX0 < clipURX0 && clipLLY0 < clipURY0) { + tx += (imgWidth2 - xScale * (clipURX0 - clipLLX0)) / 2; + ty += (imgHeight2 - yScale * (clipURY0 - clipLLY0)) / 2; + } else { + tx += (imgWidth2 - xScale * width) / 2; + ty += (imgHeight2 - yScale * height) / 2; + } + } + tx += rotate == 0 ? imgLLX + tx0 : imgLLY + ty0; + ty += rotate == 0 ? imgLLY + ty0 : -(imgLLX + tx0); + if (tx != 0 || ty != 0) { + writePSFmt("%g %g translate\n", tx, ty); + } + if (xScale != 1 || yScale != 1) { + writePSFmt("%0.4f %0.4f scale\n", xScale, xScale); + } + if (clipLLX0 < clipURX0 && clipLLY0 < clipURY0) { + writePSFmt("%g %g %g %g re W\n", + clipLLX0, clipLLY0, clipURX0 - clipLLX0, clipURY0 - clipLLY0); + } else { + writePSFmt("%d %d %d %d re W\n", x1, y1, x2 - x1, y2 - y1); + } + + writePS("%%EndPageSetup\n"); + ++seqPage; + break; + + case psModeEPS: + writePS("pdfStartPage\n"); + tx = ty = 0; + rotate = (360 - state->getRotate()) % 360; + if (rotate == 0) { + } else if (rotate == 90) { + writePS("90 rotate\n"); + tx = -epsX1; + ty = -epsY2; + } else if (rotate == 180) { + writePS("180 rotate\n"); + tx = -(epsX1 + epsX2); + ty = -(epsY1 + epsY2); + } else { // rotate == 270 + writePS("270 rotate\n"); + tx = -epsX2; + ty = -epsY1; + } + if (tx != 0 || ty != 0) { + writePSFmt("%g %g translate\n", tx, ty); + } + xScale = yScale = 1; + break; + + case psModeForm: + writePS("/PaintProc {\n"); + writePS("begin xpdf begin\n"); + writePS("pdfStartPage\n"); + tx = ty = 0; + xScale = yScale = 1; + rotate = 0; + break; + } + + if (!checkRange(pageNum)) + return (gFalse); + else + return (gTrue); +} + +void PSOutputDev::endPage() { + if (overlayCbk) { + restoreState(NULL); + (*overlayCbk)(this, overlayCbkData); + } + + if (mode == psModeForm) { + writePS("pdfEndPage\n"); + writePS("end end\n"); + writePS("} def\n"); + writePS("end end\n"); + } else { + if (!manualCtrl) { + writePS("showpage\n"); + } + writePS("%%PageTrailer\n"); + writePageTrailer(); + } +} + +void PSOutputDev::saveState(GfxState *state) { + writePS("q\n"); + ++numSaves; +} + +void PSOutputDev::restoreState(GfxState *state) { + writePS("Q\n"); + --numSaves; +} + +void PSOutputDev::updateCTM(GfxState *state, double m11, double m12, + double m21, double m22, double m31, double m32) { + writePSFmt("[%g %g %g %g %g %g] cm\n", m11, m12, m21, m22, m31, m32); +} + +void PSOutputDev::updateLineDash(GfxState *state) { + double *dash; + double start; + int length, i; + + state->getLineDash(&dash, &length, &start); + writePS("["); + for (i = 0; i < length; ++i) { + writePSFmt("%g%s", + dash[i] == 0 ? 1 : dash[i], + (i == length-1) ? "" : " "); + } + writePSFmt("] %g d\n", start); +} + +void PSOutputDev::updateFlatness(GfxState *state) { + writePSFmt("%d i\n", state->getFlatness()); +} + +void PSOutputDev::updateLineJoin(GfxState *state) { + writePSFmt("%d j\n", state->getLineJoin()); +} + +void PSOutputDev::updateLineCap(GfxState *state) { + writePSFmt("%d J\n", state->getLineCap()); +} + +void PSOutputDev::updateMiterLimit(GfxState *state) { + writePSFmt("%g M\n", state->getMiterLimit()); +} + +void PSOutputDev::updateLineWidth(GfxState *state) { + writePSFmt("%g w\n", state->getLineWidth()); +} + +void PSOutputDev::updateFillColorSpace(GfxState *state) { + switch (level) { + case psLevel1: + case psLevel1Sep: + break; + case psLevel2: + case psLevel3: + if (state->getFillColorSpace()->getMode() != csPattern) { + dumpColorSpaceL2(state->getFillColorSpace(), gTrue, gFalse); + writePS(" cs\n"); + } + break; + case psLevel2Sep: + case psLevel3Sep: + break; + } +} + +void PSOutputDev::updateStrokeColorSpace(GfxState *state) { + switch (level) { + case psLevel1: + case psLevel1Sep: + break; + case psLevel2: + case psLevel3: + if (state->getStrokeColorSpace()->getMode() != csPattern) { + dumpColorSpaceL2(state->getStrokeColorSpace(), gTrue, gFalse); + writePS(" CS\n"); + } + break; + case psLevel2Sep: + case psLevel3Sep: + break; + } +} + +void PSOutputDev::updateFillColor(GfxState *state) { + GfxColor color; + GfxColor *colorPtr; + GfxGray gray; + GfxCMYK cmyk; + GfxSeparationColorSpace *sepCS; + double c, m, y, k; + int i; + + switch (level) { + case psLevel1: + state->getFillGray(&gray); + writePSFmt("%g g\n", colToDbl(gray)); + break; + case psLevel1Sep: + state->getFillCMYK(&cmyk); + c = colToDbl(cmyk.c); + m = colToDbl(cmyk.m); + y = colToDbl(cmyk.y); + k = colToDbl(cmyk.k); + writePSFmt("%g %g %g %g k\n", c, m, y, k); + addProcessColor(c, m, y, k); + break; + case psLevel2: + case psLevel3: + if (state->getFillColorSpace()->getMode() != csPattern) { + colorPtr = state->getFillColor(); + writePS("["); + for (i = 0; i < state->getFillColorSpace()->getNComps(); ++i) { + if (i > 0) { + writePS(" "); + } + writePSFmt("%g", colToDbl(colorPtr->c[i])); + } + writePS("] sc\n"); + } + break; + case psLevel2Sep: + case psLevel3Sep: + if (state->getFillColorSpace()->getMode() == csSeparation) { + sepCS = (GfxSeparationColorSpace *)state->getFillColorSpace(); + color.c[0] = gfxColorComp1; + sepCS->getCMYK(&color, &cmyk); + writePSFmt("%g %g %g %g %g (%s) ck\n", + colToDbl(state->getFillColor()->c[0]), + colToDbl(cmyk.c), colToDbl(cmyk.m), + colToDbl(cmyk.y), colToDbl(cmyk.k), + sepCS->getName()->getCString()); + addCustomColor(sepCS); + } else { + state->getFillCMYK(&cmyk); + c = colToDbl(cmyk.c); + m = colToDbl(cmyk.m); + y = colToDbl(cmyk.y); + k = colToDbl(cmyk.k); + writePSFmt("%g %g %g %g k\n", c, m, y, k); + addProcessColor(c, m, y, k); + } + break; + } + t3Cacheable = gFalse; +} + +void PSOutputDev::updateStrokeColor(GfxState *state) { + GfxColor color; + GfxColor *colorPtr; + GfxGray gray; + GfxCMYK cmyk; + GfxSeparationColorSpace *sepCS; + double c, m, y, k; + int i; + + switch (level) { + case psLevel1: + state->getStrokeGray(&gray); + writePSFmt("%g G\n", colToDbl(gray)); + break; + case psLevel1Sep: + state->getStrokeCMYK(&cmyk); + c = colToDbl(cmyk.c); + m = colToDbl(cmyk.m); + y = colToDbl(cmyk.y); + k = colToDbl(cmyk.k); + writePSFmt("%g %g %g %g K\n", c, m, y, k); + addProcessColor(c, m, y, k); + break; + case psLevel2: + case psLevel3: + if (state->getStrokeColorSpace()->getMode() != csPattern) { + colorPtr = state->getStrokeColor(); + writePS("["); + for (i = 0; i < state->getStrokeColorSpace()->getNComps(); ++i) { + if (i > 0) { + writePS(" "); + } + writePSFmt("%g", colToDbl(colorPtr->c[i])); + } + writePS("] SC\n"); + } + break; + case psLevel2Sep: + case psLevel3Sep: + if (state->getStrokeColorSpace()->getMode() == csSeparation) { + sepCS = (GfxSeparationColorSpace *)state->getStrokeColorSpace(); + color.c[0] = gfxColorComp1; + sepCS->getCMYK(&color, &cmyk); + writePSFmt("%g %g %g %g %g (%s) CK\n", + colToDbl(state->getStrokeColor()->c[0]), + colToDbl(cmyk.c), colToDbl(cmyk.m), + colToDbl(cmyk.y), colToDbl(cmyk.k), + sepCS->getName()->getCString()); + addCustomColor(sepCS); + } else { + state->getStrokeCMYK(&cmyk); + c = colToDbl(cmyk.c); + m = colToDbl(cmyk.m); + y = colToDbl(cmyk.y); + k = colToDbl(cmyk.k); + writePSFmt("%g %g %g %g K\n", c, m, y, k); + addProcessColor(c, m, y, k); + } + break; + } + t3Cacheable = gFalse; +} + +void PSOutputDev::addProcessColor(double c, double m, double y, double k) { + if (c > 0) { + processColors |= psProcessCyan; + } + if (m > 0) { + processColors |= psProcessMagenta; + } + if (y > 0) { + processColors |= psProcessYellow; + } + if (k > 0) { + processColors |= psProcessBlack; + } +} + +void PSOutputDev::addCustomColor(GfxSeparationColorSpace *sepCS) { + PSOutCustomColor *cc; + GfxColor color; + GfxCMYK cmyk; + + for (cc = customColors; cc; cc = cc->next) { + if (!cc->name->cmp(sepCS->getName())) { + return; + } + } + color.c[0] = gfxColorComp1; + sepCS->getCMYK(&color, &cmyk); + cc = new PSOutCustomColor(colToDbl(cmyk.c), colToDbl(cmyk.m), + colToDbl(cmyk.y), colToDbl(cmyk.k), + sepCS->getName()->copy()); + cc->next = customColors; + customColors = cc; +} + +void PSOutputDev::updateFillOverprint(GfxState *state) { + if (level >= psLevel2) { + writePSFmt("%s op\n", state->getFillOverprint() ? "true" : "false"); + } +} + +void PSOutputDev::updateStrokeOverprint(GfxState *state) { + if (level >= psLevel2) { + writePSFmt("%s OP\n", state->getStrokeOverprint() ? "true" : "false"); + } +} + +void PSOutputDev::updateFont(GfxState *state) { + if (state->getFont()) { + writePSFmt("/F%d_%d %g Tf\n", + state->getFont()->getID()->num, state->getFont()->getID()->gen, + fabs(state->getFontSize()) < 0.00001 ? 0.00001 + : state->getFontSize()); + } +} + +void PSOutputDev::updateTextMat(GfxState *state) { + double *mat; + + mat = state->getTextMat(); + if (fabs(mat[0] * mat[3] - mat[1] * mat[2]) < 0.00001) { + // avoid a singular (or close-to-singular) matrix + writePSFmt("[0.00001 0 0 0.00001 %g %g] Tm\n", mat[4], mat[5]); + } else { + writePSFmt("[%g %g %g %g %g %g] Tm\n", + mat[0], mat[1], mat[2], mat[3], mat[4], mat[5]); + } +} + +void PSOutputDev::updateCharSpace(GfxState *state) { + writePSFmt("%g Tc\n", state->getCharSpace()); +} + +void PSOutputDev::updateRender(GfxState *state) { + int rm; + + rm = state->getRender(); + writePSFmt("%d Tr\n", rm); + rm &= 3; + if (rm != 0 && rm != 3) { + t3Cacheable = gFalse; + } +} + +void PSOutputDev::updateRise(GfxState *state) { + writePSFmt("%g Ts\n", state->getRise()); +} + +void PSOutputDev::updateWordSpace(GfxState *state) { + writePSFmt("%g Tw\n", state->getWordSpace()); +} + +void PSOutputDev::updateHorizScaling(GfxState *state) { + double h; + + h = state->getHorizScaling(); + if (fabs(h) < 0.01) { + h = 0.01; + } + writePSFmt("%g Tz\n", h); +} + +void PSOutputDev::updateTextPos(GfxState *state) { + writePSFmt("%g %g Td\n", state->getLineX(), state->getLineY()); +} + +void PSOutputDev::updateTextShift(GfxState *state, double shift) { + if (state->getFont()->getWMode()) { + writePSFmt("%g TJmV\n", shift); + } else { + writePSFmt("%g TJm\n", shift); + } +} + +void PSOutputDev::stroke(GfxState *state) { + doPath(state->getPath()); + if (t3String) { + // if we're construct a cacheable Type 3 glyph, we need to do + // everything in the fill color + writePS("Sf\n"); + } else { + writePS("S\n"); + } +} + +void PSOutputDev::fill(GfxState *state) { + doPath(state->getPath()); + writePS("f\n"); +} + +void PSOutputDev::eoFill(GfxState *state) { + doPath(state->getPath()); + writePS("f*\n"); +} + +void PSOutputDev::tilingPatternFill(GfxState *state, Object *str, + int paintType, Dict *resDict, + double *mat, double *bbox, + int x0, int y0, int x1, int y1, + double xStep, double yStep) { + PDFRectangle box; + Gfx *gfx; + + // define a Type 3 font + writePS("8 dict begin\n"); + writePS("/FontType 3 def\n"); + writePS("/FontMatrix [1 0 0 1 0 0] def\n"); + writePSFmt("/FontBBox [%g %g %g %g] def\n", + bbox[0], bbox[1], bbox[2], bbox[3]); + writePS("/Encoding 256 array def\n"); + writePS(" 0 1 255 { Encoding exch /.notdef put } for\n"); + writePS(" Encoding 120 /x put\n"); + writePS("/BuildGlyph {\n"); + writePS(" exch /CharProcs get exch\n"); + writePS(" 2 copy known not { pop /.notdef } if\n"); + writePS(" get exec\n"); + writePS("} bind def\n"); + writePS("/BuildChar {\n"); + writePS(" 1 index /Encoding get exch get\n"); + writePS(" 1 index /BuildGlyph get exec\n"); + writePS("} bind def\n"); + writePS("/CharProcs 1 dict def\n"); + writePS("CharProcs begin\n"); + box.x1 = bbox[0]; + box.y1 = bbox[1]; + box.x2 = bbox[2]; + box.y2 = bbox[3]; + gfx = new Gfx(xref, this, resDict, &box, NULL); + writePS("/x {\n"); + if (paintType == 2) { + writePSFmt("%g 0 %g %g %g %g setcachedevice\n", + xStep, bbox[0], bbox[1], bbox[2], bbox[3]); + } else { + writePSFmt("%g 0 setcharwidth\n", xStep); + } + inType3Char = gTrue; + ++numTilingPatterns; + gfx->display(str); + --numTilingPatterns; + inType3Char = gFalse; + writePS("} def\n"); + delete gfx; + writePS("end\n"); + writePS("currentdict end\n"); + writePSFmt("/xpdfTile%d exch definefont pop\n", numTilingPatterns); + + // draw the tiles + writePSFmt("/xpdfTile%d findfont setfont\n", numTilingPatterns); + writePSFmt("gsave [%g %g %g %g %g %g] concat\n", + mat[0], mat[1], mat[2], mat[3], mat[4], mat[5]); + writePSFmt("%d 1 %d { %g exch %g mul m %d 1 %d { pop (x) show } for } for\n", + y0, y1 - 1, x0 * xStep, yStep, x0, x1 - 1); + writePS("grestore\n"); +} + +void PSOutputDev::functionShadedFill(GfxState *state, + GfxFunctionShading *shading) { + double x0, y0, x1, y1; + double *mat; + int i; + + shading->getDomain(&x0, &y0, &x1, &y1); + mat = shading->getMatrix(); + writePSFmt("/mat [%g %g %g %g %g %g] def\n", + mat[0], mat[1], mat[2], mat[3], mat[4], mat[5]); + writePSFmt("/n %d def\n", shading->getColorSpace()->getNComps()); + if (shading->getNFuncs() == 1) { + writePS("/func "); + cvtFunction(shading->getFunc(0)); + writePS("def\n"); + } else { + writePS("/func {\n"); + for (i = 0; i < shading->getNFuncs(); ++i) { + if (i < shading->getNFuncs() - 1) { + writePS("2 copy\n"); + } + cvtFunction(shading->getFunc(i)); + writePS("exec\n"); + if (i < shading->getNFuncs() - 1) { + writePS("3 1 roll\n"); + } + } + writePS("} def\n"); + } + writePSFmt("%g %g %g %g 0 funcSH\n", x0, y0, x1, y1); +} + +void PSOutputDev::axialShadedFill(GfxState *state, GfxAxialShading *shading) { + double xMin, yMin, xMax, yMax; + double x0, y0, x1, y1, dx, dy, mul; + double tMin, tMax, t, t0, t1; + int i; + + // get the clip region bbox + state->getUserClipBBox(&xMin, &yMin, &xMax, &yMax); + + // compute min and max t values, based on the four corners of the + // clip region bbox + shading->getCoords(&x0, &y0, &x1, &y1); + dx = x1 - x0; + dy = y1 - y0; + mul = 1 / (dx * dx + dy * dy); + tMin = tMax = ((xMin - x0) * dx + (yMin - y0) * dy) * mul; + t = ((xMin - x0) * dx + (yMax - y0) * dy) * mul; + if (t < tMin) { + tMin = t; + } else if (t > tMax) { + tMax = t; + } + t = ((xMax - x0) * dx + (yMin - y0) * dy) * mul; + if (t < tMin) { + tMin = t; + } else if (t > tMax) { + tMax = t; + } + t = ((xMax - x0) * dx + (yMax - y0) * dy) * mul; + if (t < tMin) { + tMin = t; + } else if (t > tMax) { + tMax = t; + } + if (tMin < 0 && !shading->getExtend0()) { + tMin = 0; + } + if (tMax > 1 && !shading->getExtend1()) { + tMax = 1; + } + + // get the function domain + t0 = shading->getDomain0(); + t1 = shading->getDomain1(); + + // generate the PS code + writePSFmt("/t0 %g def\n", t0); + writePSFmt("/t1 %g def\n", t1); + writePSFmt("/dt %g def\n", t1 - t0); + writePSFmt("/x0 %g def\n", x0); + writePSFmt("/y0 %g def\n", y0); + writePSFmt("/dx %g def\n", x1 - x0); + writePSFmt("/x1 %g def\n", x1); + writePSFmt("/y1 %g def\n", y1); + writePSFmt("/dy %g def\n", y1 - y0); + writePSFmt("/xMin %g def\n", xMin); + writePSFmt("/yMin %g def\n", yMin); + writePSFmt("/xMax %g def\n", xMax); + writePSFmt("/yMax %g def\n", yMax); + writePSFmt("/n %d def\n", shading->getColorSpace()->getNComps()); + if (shading->getNFuncs() == 1) { + writePS("/func "); + cvtFunction(shading->getFunc(0)); + writePS("def\n"); + } else { + writePS("/func {\n"); + for (i = 0; i < shading->getNFuncs(); ++i) { + if (i < shading->getNFuncs() - 1) { + writePS("dup\n"); + } + cvtFunction(shading->getFunc(i)); + writePS("exec\n"); + if (i < shading->getNFuncs() - 1) { + writePS("exch\n"); + } + } + writePS("} def\n"); + } + writePSFmt("%g %g 0 axialSH\n", tMin, tMax); +} + +void PSOutputDev::radialShadedFill(GfxState *state, + GfxRadialShading *shading) { + double x0, y0, r0, x1, y1, r1, t0, t1, sMin, sMax; + double xMin, yMin, xMax, yMax; + double d0, d1; + int i; + + // get the shading info + shading->getCoords(&x0, &y0, &r0, &x1, &y1, &r1); + t0 = shading->getDomain0(); + t1 = shading->getDomain1(); + + // compute the (possibly extended) s range + sMin = 0; + sMax = 1; + if (shading->getExtend0()) { + if (r0 < r1) { + // extend the smaller end + sMin = -r0 / (r1 - r0); + } else { + // extend the larger end + state->getUserClipBBox(&xMin, &yMin, &xMax, &yMax); + d0 = (x0 - xMin) * (x0 - xMin); + d1 = (x0 - xMax) * (x0 - xMax); + sMin = d0 > d1 ? d0 : d1; + d0 = (y0 - yMin) * (y0 - yMin); + d1 = (y0 - yMax) * (y0 - yMax); + sMin += d0 > d1 ? d0 : d1; + sMin = (sqrt(sMin) - r0) / (r1 - r0); + if (sMin > 0) { + sMin = 0; + } else if (sMin < -20) { + // sanity check + sMin = -20; + } + } + } + if (shading->getExtend1()) { + if (r1 < r0) { + // extend the smaller end + sMax = -r0 / (r1 - r0); + } else if (r1 > r0) { + // extend the larger end + state->getUserClipBBox(&xMin, &yMin, &xMax, &yMax); + d0 = (x1 - xMin) * (x1 - xMin); + d1 = (x1 - xMax) * (x1 - xMax); + sMax = d0 > d1 ? d0 : d1; + d0 = (y1 - yMin) * (y1 - yMin); + d1 = (y1 - yMax) * (y1 - yMax); + sMax += d0 > d1 ? d0 : d1; + sMax = (sqrt(sMax) - r0) / (r1 - r0); + if (sMax < 1) { + sMax = 1; + } else if (sMax > 20) { + // sanity check + sMax = 20; + } + } + } + + // generate the PS code + writePSFmt("/x0 %g def\n", x0); + writePSFmt("/x1 %g def\n", x1); + writePSFmt("/dx %g def\n", x1 - x0); + writePSFmt("/y0 %g def\n", y0); + writePSFmt("/y1 %g def\n", y1); + writePSFmt("/dy %g def\n", y1 - y0); + writePSFmt("/r0 %g def\n", r0); + writePSFmt("/r1 %g def\n", r1); + writePSFmt("/dr %g def\n", r1 - r0); + writePSFmt("/t0 %g def\n", t0); + writePSFmt("/t1 %g def\n", t1); + writePSFmt("/dt %g def\n", t1 - t0); + writePSFmt("/n %d def\n", shading->getColorSpace()->getNComps()); + if (shading->getNFuncs() == 1) { + writePS("/func "); + cvtFunction(shading->getFunc(0)); + writePS("def\n"); + } else { + writePS("/func {\n"); + for (i = 0; i < shading->getNFuncs(); ++i) { + if (i < shading->getNFuncs() - 1) { + writePS("dup\n"); + } + cvtFunction(shading->getFunc(i)); + writePS("exec\n"); + if (i < shading->getNFuncs() - 1) { + writePS("exch\n"); + } + } + writePS("} def\n"); + } + writePSFmt("%g %g 0 radialSH\n", sMin, sMax); +} + +void PSOutputDev::clip(GfxState *state) { + doPath(state->getPath()); + writePS("W\n"); +} + +void PSOutputDev::eoClip(GfxState *state) { + doPath(state->getPath()); + writePS("W*\n"); +} + +void PSOutputDev::doPath(GfxPath *path) { + GfxSubpath *subpath; + double x0, y0, x1, y1, x2, y2, x3, y3, x4, y4; + int n, m, i, j; + + n = path->getNumSubpaths(); + + if (n == 1 && path->getSubpath(0)->getNumPoints() == 5) { + subpath = path->getSubpath(0); + x0 = subpath->getX(0); + y0 = subpath->getY(0); + x4 = subpath->getX(4); + y4 = subpath->getY(4); + if (x4 == x0 && y4 == y0) { + x1 = subpath->getX(1); + y1 = subpath->getY(1); + x2 = subpath->getX(2); + y2 = subpath->getY(2); + x3 = subpath->getX(3); + y3 = subpath->getY(3); + if (x0 == x1 && x2 == x3 && y0 == y3 && y1 == y2) { + writePSFmt("%g %g %g %g re\n", + x0 < x2 ? x0 : x2, y0 < y1 ? y0 : y1, + fabs(x2 - x0), fabs(y1 - y0)); + return; + } else if (x0 == x3 && x1 == x2 && y0 == y1 && y2 == y3) { + writePSFmt("%g %g %g %g re\n", + x0 < x1 ? x0 : x1, y0 < y2 ? y0 : y2, + fabs(x1 - x0), fabs(y2 - y0)); + return; + } + } + } + + for (i = 0; i < n; ++i) { + subpath = path->getSubpath(i); + m = subpath->getNumPoints(); + writePSFmt("%g %g m\n", subpath->getX(0), subpath->getY(0)); + j = 1; + while (j < m) { + if (subpath->getCurve(j)) { + writePSFmt("%g %g %g %g %g %g c\n", subpath->getX(j), subpath->getY(j), + subpath->getX(j+1), subpath->getY(j+1), + subpath->getX(j+2), subpath->getY(j+2)); + j += 3; + } else { + writePSFmt("%g %g l\n", subpath->getX(j), subpath->getY(j)); + ++j; + } + } + if (subpath->isClosed()) { + writePS("h\n"); + } + } +} + +void PSOutputDev::drawString(GfxState *state, GString *s) { + GfxFont *font; + int wMode; + GString *s2; + double dx, dy, dx2, dy2, originX, originY; + char *p; + UnicodeMap *uMap; + CharCode code; + Unicode u[8]; + char buf[8]; + int len, nChars, uLen, n, m, i, j; + + // check for invisible text -- this is used by Acrobat Capture + if (state->getRender() == 3) { + return; + } + + // ignore empty strings + if (s->getLength() == 0) { + return; + } + + // get the font + if (!(font = state->getFont())) { + return; + } + wMode = font->getWMode(); + + // check for a subtitute 16-bit font + uMap = NULL; + if (font->isCIDFont()) { + for (i = 0; i < font16EncLen; ++i) { + if (font->getID()->num == font16Enc[i].fontID.num && + font->getID()->gen == font16Enc[i].fontID.gen) { + uMap = globalParams->getUnicodeMap(font16Enc[i].enc); + break; + } + } + } + + // compute width of chars in string, ignoring char spacing and word + // spacing -- the Tj operator will adjust for the metrics of the + // font that's actually used + dx = dy = 0; + nChars = 0; + p = s->getCString(); + len = s->getLength(); + if (font->isCIDFont()) { + s2 = new GString(); + } else { + s2 = s; + } + while (len > 0) { + n = font->getNextChar(p, len, &code, + u, (int)(sizeof(u) / sizeof(Unicode)), &uLen, + &dx2, &dy2, &originX, &originY); + if (font->isCIDFont()) { + if (uMap) { + for (i = 0; i < uLen; ++i) { + m = uMap->mapUnicode(u[i], buf, (int)sizeof(buf)); + for (j = 0; j < m; ++j) { + s2->append(buf[j]); + } + } + //~ this really needs to get the number of chars in the target + //~ encoding - which may be more than the number of Unicode + //~ chars + nChars += uLen; + } else { + s2->append((char)((code >> 8) & 0xff)); + s2->append((char)(code & 0xff)); + ++nChars; + } + } + dx += dx2; + dy += dy2; + p += n; + len -= n; + } + dx *= state->getFontSize() * state->getHorizScaling(); + dy *= state->getFontSize(); + if (uMap) { + uMap->decRefCnt(); + } + + if (s2->getLength() > 0) { + writePSString(s2); + if (font->isCIDFont()) { + if (wMode) { + writePSFmt(" %d %g Tj16V\n", nChars, dy); + } else { + writePSFmt(" %d %g Tj16\n", nChars, dx); + } + } else { + writePSFmt(" %g Tj\n", dx); + } + } + if (font->isCIDFont()) { + delete s2; + } + + if (state->getRender() & 4) { + haveTextClip = gTrue; + } +} + +void PSOutputDev::endTextObject(GfxState *state) { + if (haveTextClip) { + writePS("Tclip\n"); + haveTextClip = gFalse; + } +} + +void PSOutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str, + int width, int height, GBool invert, + GBool inlineImg) { + int len; + + len = height * ((width + 7) / 8); + if (level == psLevel1 || level == psLevel1Sep) { + doImageL1(ref, NULL, invert, inlineImg, str, width, height, len); + } else { + doImageL2(ref, NULL, invert, inlineImg, str, width, height, len, + NULL, NULL, 0, 0, gFalse); + } +} + +void PSOutputDev::drawImage(GfxState *state, Object *ref, Stream *str, + int width, int height, GfxImageColorMap *colorMap, + int *maskColors, GBool inlineImg) { + int len; + + len = height * ((width * colorMap->getNumPixelComps() * + colorMap->getBits() + 7) / 8); + switch (level) { + case psLevel1: + doImageL1(ref, colorMap, gFalse, inlineImg, str, width, height, len); + break; + case psLevel1Sep: + //~ handle indexed, separation, ... color spaces + doImageL1Sep(colorMap, gFalse, inlineImg, str, width, height, len); + break; + case psLevel2: + case psLevel2Sep: + case psLevel3: + case psLevel3Sep: + doImageL2(ref, colorMap, gFalse, inlineImg, str, + width, height, len, maskColors, NULL, 0, 0, gFalse); + break; + } + t3Cacheable = gFalse; +} + +void PSOutputDev::drawMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, + int maskWidth, int maskHeight, + GBool maskInvert) { + int len; + + len = height * ((width * colorMap->getNumPixelComps() * + colorMap->getBits() + 7) / 8); + switch (level) { + case psLevel1: + doImageL1(ref, colorMap, gFalse, gFalse, str, width, height, len); + break; + case psLevel1Sep: + //~ handle indexed, separation, ... color spaces + doImageL1Sep(colorMap, gFalse, gFalse, str, width, height, len); + break; + case psLevel2: + case psLevel2Sep: + case psLevel3: + case psLevel3Sep: + doImageL2(ref, colorMap, gFalse, gFalse, str, width, height, len, + NULL, maskStr, maskWidth, maskHeight, maskInvert); + break; + } + t3Cacheable = gFalse; +} + +void PSOutputDev::doImageL1(Object *ref, GfxImageColorMap *colorMap, + GBool invert, GBool inlineImg, + Stream *str, int width, int height, int len) { + ImageStream *imgStr; + Guchar pixBuf[gfxColorMaxComps]; + GfxGray gray; + int col, x, y, c, i; + + if (inType3Char && !colorMap) { + if (inlineImg) { + // create an array + str = new FixedLengthEncoder(str, len); + str = new ASCIIHexEncoder(str); + str->reset(); + col = 0; + writePS("[<"); + do { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == '>' || c == EOF) { + break; + } + writePSChar(c); + ++col; + // each line is: "<...data...>" + // so max data length = 255 - 4 = 251 + // but make it 240 just to be safe + // chunks are 2 bytes each, so we need to stop on an even col number + if (col == 240) { + writePS(">\n<"); + col = 0; + } + } while (c != '>' && c != EOF); + writePS(">]\n"); + writePS("0\n"); + str->close(); + delete str; + } else { + // set up to use the array already created by setupImages() + writePSFmt("ImData_%d_%d 0\n", ref->getRefNum(), ref->getRefGen()); + } + } + + // image/imagemask command + if (inType3Char && !colorMap) { + writePSFmt("%d %d %s [%d 0 0 %d 0 %d] pdfImM1a\n", + width, height, invert ? "true" : "false", + width, -height, height); + } else if (colorMap) { + writePSFmt("%d %d 8 [%d 0 0 %d 0 %d] pdfIm1\n", + width, height, + width, -height, height); + } else { + writePSFmt("%d %d %s [%d 0 0 %d 0 %d] pdfImM1\n", + width, height, invert ? "true" : "false", + width, -height, height); + } + + // image data + if (!(inType3Char && !colorMap)) { + + if (colorMap) { + + // set up to process the data stream + imgStr = new ImageStream(str, width, colorMap->getNumPixelComps(), + colorMap->getBits()); + imgStr->reset(); + + // process the data stream + i = 0; + for (y = 0; y < height; ++y) { + + // write the line + for (x = 0; x < width; ++x) { + imgStr->getPixel(pixBuf); + colorMap->getGray(pixBuf, &gray); + writePSFmt("%02x", colToByte(gray)); + if (++i == 32) { + writePSChar('\n'); + i = 0; + } + } + } + if (i != 0) { + writePSChar('\n'); + } + delete imgStr; + + // imagemask + } else { + str->reset(); + i = 0; + for (y = 0; y < height; ++y) { + for (x = 0; x < width; x += 8) { + writePSFmt("%02x", str->getChar() & 0xff); + if (++i == 32) { + writePSChar('\n'); + i = 0; + } + } + } + if (i != 0) { + writePSChar('\n'); + } + str->close(); + } + } +} + +void PSOutputDev::doImageL1Sep(GfxImageColorMap *colorMap, + GBool invert, GBool inlineImg, + Stream *str, int width, int height, int len) { + ImageStream *imgStr; + Guchar *lineBuf; + Guchar pixBuf[gfxColorMaxComps]; + GfxCMYK cmyk; + int x, y, i, comp; + + // width, height, matrix, bits per component + writePSFmt("%d %d 8 [%d 0 0 %d 0 %d] pdfIm1Sep\n", + width, height, + width, -height, height); + + // allocate a line buffer + lineBuf = (Guchar *)gmalloc(4 * width); + + // set up to process the data stream + imgStr = new ImageStream(str, width, colorMap->getNumPixelComps(), + colorMap->getBits()); + imgStr->reset(); + + // process the data stream + i = 0; + for (y = 0; y < height; ++y) { + + // read the line + for (x = 0; x < width; ++x) { + imgStr->getPixel(pixBuf); + colorMap->getCMYK(pixBuf, &cmyk); + lineBuf[4*x+0] = colToByte(cmyk.c); + lineBuf[4*x+1] = colToByte(cmyk.m); + lineBuf[4*x+2] = colToByte(cmyk.y); + lineBuf[4*x+3] = colToByte(cmyk.k); + addProcessColor(colToDbl(cmyk.c), colToDbl(cmyk.m), + colToDbl(cmyk.y), colToDbl(cmyk.k)); + } + + // write one line of each color component + for (comp = 0; comp < 4; ++comp) { + for (x = 0; x < width; ++x) { + writePSFmt("%02x", lineBuf[4*x + comp]); + if (++i == 32) { + writePSChar('\n'); + i = 0; + } + } + } + } + + if (i != 0) { + writePSChar('\n'); + } + + delete imgStr; + gfree(lineBuf); +} + +void PSOutputDev::doImageL2(Object *ref, GfxImageColorMap *colorMap, + GBool invert, GBool inlineImg, + Stream *str, int width, int height, int len, + int *maskColors, Stream *maskStr, + int maskWidth, int maskHeight, GBool maskInvert) { + ImageStream *imgStr; + Guchar *line, *pix; + GString *s; + int n, numComps; + GBool useRLE, useASCII, useASCIIHex, useCompressed; + GfxSeparationColorSpace *sepCS; + GfxColor color; + GfxCMYK cmyk; + int c; + int col, i, x, x0, y, y0, maskXor; + + // color key masking + if (maskColors && colorMap && !inlineImg) { + // can't read the stream twice for inline images -- but masking + // isn't allowed with inline images anyway + writePS("[\n"); + numComps = colorMap->getNumPixelComps(); + imgStr = new ImageStream(str, width, numComps, colorMap->getBits()); + imgStr->reset(); + for (y = 0, y0 = 0; y < height; ++y) { + if (!(line = imgStr->getLine())) { + break; + } + for (x = 0, x0 = 0, pix = line; x < width; ++x, pix += numComps) { + for (i = 0; i < numComps; ++i) { + if (pix[i] < maskColors[2*i] || + pix[i] > maskColors[2*i+1]) { + break; + } + } + if (i == numComps) { + if (y0 < y) { + writePSFmt("0 %d %d %d\n", height - y, width, y - y0); + } + if (x0 < x) { + writePSFmt("%d %d %d 1\n", x0, height - y - 1, x - x0); + } + x0 = x + 1; + y0 = y + 1; + } + } + if (x0 > 0 && x0 < width) { + writePSFmt("%d %d %d 1\n", x0, height - y - 1, width - x0); + } + } + if (y0 < height) { + writePSFmt("0 0 %d %d\n", width, height - y0); + } + delete imgStr; + str->close(); + writePSFmt("] %d %d pdfImClip\n", width, height); + + // explicit masking + } else if (maskStr) { + writePS("[\n"); + imgStr = new ImageStream(maskStr, maskWidth, 1, 1); + imgStr->reset(); + maskXor = maskInvert ? 1 : 0; + for (y = 0, y0 = 0; y < maskHeight; ++y) { + if (!(line = imgStr->getLine())) { + break; + } + for (x = 0, x0 = 0, pix = line; x < maskWidth; ++x, ++pix) { + if (*pix ^ maskXor) { + if (y0 < y) { + writePSFmt("0 %d %d %d\n", maskHeight - y, maskWidth, y - y0); + } + if (x0 < x) { + writePSFmt("%d %d %d 1\n", x0, maskHeight - y - 1, x - x0); + } + x0 = x + 1; + y0 = y + 1; + } + } + if (x0 > 0 && x0 < maskWidth) { + writePSFmt("%d %d %d 1\n", x0, maskHeight - y - 1, maskWidth - x0); + } + } + if (y0 < maskHeight) { + writePSFmt("0 0 %d %d\n", maskWidth, maskHeight - y0); + } + delete imgStr; + maskStr->close(); + writePSFmt("] %d %d pdfImClip\n", maskWidth, maskHeight); + } + + // color space + if (colorMap) { + dumpColorSpaceL2(colorMap->getColorSpace(), gFalse, gTrue); + writePS(" setcolorspace\n"); + } + + useASCIIHex = globalParams->getPSASCIIHex(); + + // set up the image data + if (mode == psModeForm || inType3Char) { + if (inlineImg) { + // create an array + str = new FixedLengthEncoder(str, len); + if (useASCIIHex) { + str = new ASCIIHexEncoder(str); + } else { + str = new ASCII85Encoder(str); + } + str->reset(); + col = 0; + writePS((char *)(useASCIIHex ? "[<" : "[<~")); + do { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + if (c == 'z') { + writePSChar(c); + ++col; + } else { + writePSChar(c); + ++col; + for (i = 1; i <= (useASCIIHex ? 1 : 4); ++i) { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + writePSChar(c); + ++col; + } + } + // each line is: "<~...data...~>" + // so max data length = 255 - 6 = 249 + // chunks are 1 or 5 bytes each, so we have to stop at 245 + // but make it 240 just to be safe + if (col > 240) { + writePS((char *)(useASCIIHex ? ">\n<" : "~>\n<~")); + col = 0; + } + } while (c != (useASCIIHex ? '>' : '~') && c != EOF); + writePS((char *)(useASCIIHex ? ">]\n" : "~>]\n")); + writePS("0\n"); + str->close(); + delete str; + } else { + // set up to use the array already created by setupImages() + writePSFmt("ImData_%d_%d 0\n", ref->getRefNum(), ref->getRefGen()); + } + } + + // image dictionary + writePS("<<\n /ImageType 1\n"); + + // width, height, matrix, bits per component + writePSFmt(" /Width %d\n", width); + writePSFmt(" /Height %d\n", height); + writePSFmt(" /ImageMatrix [%d 0 0 %d 0 %d]\n", width, -height, height); + if (colorMap && colorMap->getColorSpace()->getMode() == csDeviceN) { + writePSFmt(" /BitsPerComponent 8\n"); + } else { + writePSFmt(" /BitsPerComponent %d\n", + colorMap ? colorMap->getBits() : 1); + } + + // decode + if (colorMap) { + writePS(" /Decode ["); + if ((level == psLevel2Sep || level == psLevel3Sep) && + colorMap->getColorSpace()->getMode() == csSeparation) { + // this matches up with the code in the pdfImSep operator + n = (1 << colorMap->getBits()) - 1; + writePSFmt("%g %g", colorMap->getDecodeLow(0) * n, + colorMap->getDecodeHigh(0) * n); + } else if (colorMap->getColorSpace()->getMode() == csDeviceN) { + numComps = ((GfxDeviceNColorSpace *)colorMap->getColorSpace())-> + getAlt()->getNComps(); + for (i = 0; i < numComps; ++i) { + if (i > 0) { + writePS(" "); + } + writePS("0 1"); + } + } else { + numComps = colorMap->getNumPixelComps(); + for (i = 0; i < numComps; ++i) { + if (i > 0) { + writePS(" "); + } + writePSFmt("%g %g", colorMap->getDecodeLow(i), + colorMap->getDecodeHigh(i)); + } + } + writePS("]\n"); + } else { + writePSFmt(" /Decode [%d %d]\n", invert ? 1 : 0, invert ? 0 : 1); + } + + if (mode == psModeForm || inType3Char) { + + // data source + writePS(" /DataSource { 2 copy get exch 1 add exch }\n"); + + // end of image dictionary + writePSFmt(">>\n%s\n", colorMap ? "image" : "imagemask"); + + // get rid of the array and index + writePS("pop pop\n"); + + } else { + + // data source + writePS(" /DataSource currentfile\n"); + s = str->getPSFilter(level < psLevel2 ? 1 : level < psLevel3 ? 2 : 3, + " "); + if ((colorMap && colorMap->getColorSpace()->getMode() == csDeviceN) || + inlineImg || !s) { + useRLE = gTrue; + useASCII = gTrue; + useCompressed = gFalse; + } else { + useRLE = gFalse; + useASCII = str->isBinary(); + useCompressed = gTrue; + } + if (useASCII) { + writePSFmt(" /ASCII%sDecode filter\n", + useASCIIHex ? "Hex" : "85"); + } + if (useRLE) { + writePS(" /RunLengthDecode filter\n"); + } + if (useCompressed) { + writePS(s->getCString()); + } + if (s) { + delete s; + } + + // cut off inline image streams at appropriate length + if (inlineImg) { + str = new FixedLengthEncoder(str, len); + } else if (useCompressed) { + str = str->getBaseStream(); + } + + // recode DeviceN data + if (colorMap && colorMap->getColorSpace()->getMode() == csDeviceN) { + str = new DeviceNRecoder(str, width, height, colorMap); + } + + // add RunLengthEncode and ASCIIHex/85 encode filters + if (useRLE) { + str = new RunLengthEncoder(str); + } + if (useASCII) { + if (useASCIIHex) { + str = new ASCIIHexEncoder(str); + } else { + str = new ASCII85Encoder(str); + } + } + + // end of image dictionary + writePS(">>\n"); +#if OPI_SUPPORT + if (opi13Nest) { + if (inlineImg) { + // this can't happen -- OPI dictionaries are in XObjects + error(-1, "Internal: OPI in inline image"); + n = 0; + } else { + // need to read the stream to count characters -- the length + // is data-dependent (because of ASCII and RLE filters) + str->reset(); + n = 0; + while ((c = str->getChar()) != EOF) { + ++n; + } + str->close(); + } + // +6/7 for "pdfIm\n" / "pdfImM\n" + // +8 for newline + trailer + n += colorMap ? 14 : 15; + writePSFmt("%%%%BeginData: %d Hex Bytes\n", n); + } +#endif + if ((level == psLevel2Sep || level == psLevel3Sep) && colorMap && + colorMap->getColorSpace()->getMode() == csSeparation) { + color.c[0] = gfxColorComp1; + sepCS = (GfxSeparationColorSpace *)colorMap->getColorSpace(); + sepCS->getCMYK(&color, &cmyk); + writePSFmt("%g %g %g %g (%s) pdfImSep\n", + colToDbl(cmyk.c), colToDbl(cmyk.m), + colToDbl(cmyk.y), colToDbl(cmyk.k), + sepCS->getName()->getCString()); + } else { + writePSFmt("%s\n", colorMap ? "pdfIm" : "pdfImM"); + } + + // copy the stream data + str->reset(); + while ((c = str->getChar()) != EOF) { + writePSChar(c); + } + str->close(); + + // add newline and trailer to the end + writePSChar('\n'); + writePS("%-EOD-\n"); +#if OPI_SUPPORT + if (opi13Nest) { + writePS("%%EndData\n"); + } +#endif + + // delete encoders + if (useRLE || useASCII || inlineImg) { + delete str; + } + } + + if ((maskColors && colorMap && !inlineImg) || maskStr) { + writePS("pdfImClipEnd\n"); + } +} + +void PSOutputDev::dumpColorSpaceL2(GfxColorSpace *colorSpace, + GBool genXform, GBool updateColors) { + GfxCalGrayColorSpace *calGrayCS; + GfxCalRGBColorSpace *calRGBCS; + GfxLabColorSpace *labCS; + GfxIndexedColorSpace *indexedCS; + GfxSeparationColorSpace *separationCS; + GfxDeviceNColorSpace *deviceNCS; + GfxColorSpace *baseCS; + Guchar *lookup, *p; + double x[gfxColorMaxComps], y[gfxColorMaxComps]; + GfxColor color; + GfxCMYK cmyk; + Function *func; + int n, numComps, numAltComps; + int byte; + int i, j, k; + + switch (colorSpace->getMode()) { + + case csDeviceGray: + writePS("/DeviceGray"); + if (genXform) { + writePS(" {}"); + } + if (updateColors) { + processColors |= psProcessBlack; + } + break; + + case csCalGray: + calGrayCS = (GfxCalGrayColorSpace *)colorSpace; + writePS("[/CIEBasedA <<\n"); + writePSFmt(" /DecodeA {%g exp} bind\n", calGrayCS->getGamma()); + writePSFmt(" /MatrixA [%g %g %g]\n", + calGrayCS->getWhiteX(), calGrayCS->getWhiteY(), + calGrayCS->getWhiteZ()); + writePSFmt(" /WhitePoint [%g %g %g]\n", + calGrayCS->getWhiteX(), calGrayCS->getWhiteY(), + calGrayCS->getWhiteZ()); + writePSFmt(" /BlackPoint [%g %g %g]\n", + calGrayCS->getBlackX(), calGrayCS->getBlackY(), + calGrayCS->getBlackZ()); + writePS(">>]"); + if (genXform) { + writePS(" {}"); + } + if (updateColors) { + processColors |= psProcessBlack; + } + break; + + case csDeviceRGB: + writePS("/DeviceRGB"); + if (genXform) { + writePS(" {}"); + } + if (updateColors) { + processColors |= psProcessCMYK; + } + break; + + case csCalRGB: + calRGBCS = (GfxCalRGBColorSpace *)colorSpace; + writePS("[/CIEBasedABC <<\n"); + writePSFmt(" /DecodeABC [{%g exp} bind {%g exp} bind {%g exp} bind]\n", + calRGBCS->getGammaR(), calRGBCS->getGammaG(), + calRGBCS->getGammaB()); + writePSFmt(" /MatrixABC [%g %g %g %g %g %g %g %g %g]\n", + calRGBCS->getMatrix()[0], calRGBCS->getMatrix()[1], + calRGBCS->getMatrix()[2], calRGBCS->getMatrix()[3], + calRGBCS->getMatrix()[4], calRGBCS->getMatrix()[5], + calRGBCS->getMatrix()[6], calRGBCS->getMatrix()[7], + calRGBCS->getMatrix()[8]); + writePSFmt(" /WhitePoint [%g %g %g]\n", + calRGBCS->getWhiteX(), calRGBCS->getWhiteY(), + calRGBCS->getWhiteZ()); + writePSFmt(" /BlackPoint [%g %g %g]\n", + calRGBCS->getBlackX(), calRGBCS->getBlackY(), + calRGBCS->getBlackZ()); + writePS(">>]"); + if (genXform) { + writePS(" {}"); + } + if (updateColors) { + processColors |= psProcessCMYK; + } + break; + + case csDeviceCMYK: + writePS("/DeviceCMYK"); + if (genXform) { + writePS(" {}"); + } + if (updateColors) { + processColors |= psProcessCMYK; + } + break; + + case csLab: + labCS = (GfxLabColorSpace *)colorSpace; + writePS("[/CIEBasedABC <<\n"); + writePSFmt(" /RangeABC [0 100 %g %g %g %g]\n", + labCS->getAMin(), labCS->getAMax(), + labCS->getBMin(), labCS->getBMax()); + writePS(" /DecodeABC [{16 add 116 div} bind {500 div} bind {200 div} bind]\n"); + writePS(" /MatrixABC [1 1 1 1 0 0 0 0 -1]\n"); + writePS(" /DecodeLMN\n"); + writePS(" [{dup 6 29 div ge {dup dup mul mul}\n"); + writePSFmt(" {4 29 div sub 108 841 div mul } ifelse %g mul} bind\n", + labCS->getWhiteX()); + writePS(" {dup 6 29 div ge {dup dup mul mul}\n"); + writePSFmt(" {4 29 div sub 108 841 div mul } ifelse %g mul} bind\n", + labCS->getWhiteY()); + writePS(" {dup 6 29 div ge {dup dup mul mul}\n"); + writePSFmt(" {4 29 div sub 108 841 div mul } ifelse %g mul} bind]\n", + labCS->getWhiteZ()); + writePSFmt(" /WhitePoint [%g %g %g]\n", + labCS->getWhiteX(), labCS->getWhiteY(), labCS->getWhiteZ()); + writePSFmt(" /BlackPoint [%g %g %g]\n", + labCS->getBlackX(), labCS->getBlackY(), labCS->getBlackZ()); + writePS(">>]"); + if (genXform) { + writePS(" {}"); + } + if (updateColors) { + processColors |= psProcessCMYK; + } + break; + + case csICCBased: + // there is no transform function to the alternate color space, so + // we can use it directly + dumpColorSpaceL2(((GfxICCBasedColorSpace *)colorSpace)->getAlt(), + genXform, updateColors); + break; + + case csIndexed: + indexedCS = (GfxIndexedColorSpace *)colorSpace; + baseCS = indexedCS->getBase(); + writePS("[/Indexed "); + dumpColorSpaceL2(baseCS, gFalse, gFalse); + n = indexedCS->getIndexHigh(); + numComps = baseCS->getNComps(); + lookup = indexedCS->getLookup(); + writePSFmt(" %d <\n", n); + if (baseCS->getMode() == csDeviceN) { + func = ((GfxDeviceNColorSpace *)baseCS)->getTintTransformFunc(); + numAltComps = ((GfxDeviceNColorSpace *)baseCS)->getAlt()->getNComps(); + p = lookup; + for (i = 0; i <= n; i += 8) { + writePS(" "); + for (j = i; j < i+8 && j <= n; ++j) { + for (k = 0; k < numComps; ++k) { + x[k] = *p++ / 255.0; + } + func->transform(x, y); + for (k = 0; k < numAltComps; ++k) { + byte = (int)(y[k] * 255 + 0.5); + if (byte < 0) { + byte = 0; + } else if (byte > 255) { + byte = 255; + } + writePSFmt("%02x", byte); + } + if (updateColors) { + color.c[0] = dblToCol(j); + indexedCS->getCMYK(&color, &cmyk); + addProcessColor(colToDbl(cmyk.c), colToDbl(cmyk.m), + colToDbl(cmyk.y), colToDbl(cmyk.k)); + } + } + writePS("\n"); + } + } else { + for (i = 0; i <= n; i += 8) { + writePS(" "); + for (j = i; j < i+8 && j <= n; ++j) { + for (k = 0; k < numComps; ++k) { + writePSFmt("%02x", lookup[j * numComps + k]); + } + if (updateColors) { + color.c[0] = dblToCol(j); + indexedCS->getCMYK(&color, &cmyk); + addProcessColor(colToDbl(cmyk.c), colToDbl(cmyk.m), + colToDbl(cmyk.y), colToDbl(cmyk.k)); + } + } + writePS("\n"); + } + } + writePS(">]"); + if (genXform) { + writePS(" {}"); + } + break; + + case csSeparation: + separationCS = (GfxSeparationColorSpace *)colorSpace; + writePS("[/Separation /"); + writePSName(separationCS->getName()->getCString()); + writePS(" "); + dumpColorSpaceL2(separationCS->getAlt(), gFalse, gFalse); + writePS("\n"); + cvtFunction(separationCS->getFunc()); + writePS("]"); + if (genXform) { + writePS(" {}"); + } + if (updateColors) { + addCustomColor(separationCS); + } + break; + + case csDeviceN: + // DeviceN color spaces are a Level 3 PostScript feature. + deviceNCS = (GfxDeviceNColorSpace *)colorSpace; + dumpColorSpaceL2(deviceNCS->getAlt(), gFalse, updateColors); + if (genXform) { + writePS(" "); + cvtFunction(deviceNCS->getTintTransformFunc()); + } + break; + + case csPattern: + //~ unimplemented + break; + } +} + +#if OPI_SUPPORT +void PSOutputDev::opiBegin(GfxState *state, Dict *opiDict) { + Object dict; + + if (globalParams->getPSOPI()) { + opiDict->lookup("2.0", &dict); + if (dict.isDict()) { + opiBegin20(state, dict.getDict()); + dict.free(); + } else { + dict.free(); + opiDict->lookup("1.3", &dict); + if (dict.isDict()) { + opiBegin13(state, dict.getDict()); + } + dict.free(); + } + } +} + +void PSOutputDev::opiBegin20(GfxState *state, Dict *dict) { + Object obj1, obj2, obj3, obj4; + double width, height, left, right, top, bottom; + int w, h; + int i; + + writePS("%%BeginOPI: 2.0\n"); + writePS("%%Distilled\n"); + + dict->lookup("F", &obj1); + if (getFileSpec(&obj1, &obj2)) { + writePSFmt("%%%%ImageFileName: %s\n", + obj2.getString()->getCString()); + obj2.free(); + } + obj1.free(); + + dict->lookup("MainImage", &obj1); + if (obj1.isString()) { + writePSFmt("%%%%MainImage: %s\n", obj1.getString()->getCString()); + } + obj1.free(); + + //~ ignoring 'Tags' entry + //~ need to use writePSString() and deal with >255-char lines + + dict->lookup("Size", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 2) { + obj1.arrayGet(0, &obj2); + width = obj2.getNum(); + obj2.free(); + obj1.arrayGet(1, &obj2); + height = obj2.getNum(); + obj2.free(); + writePSFmt("%%%%ImageDimensions: %g %g\n", width, height); + } + obj1.free(); + + dict->lookup("CropRect", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 4) { + obj1.arrayGet(0, &obj2); + left = obj2.getNum(); + obj2.free(); + obj1.arrayGet(1, &obj2); + top = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2, &obj2); + right = obj2.getNum(); + obj2.free(); + obj1.arrayGet(3, &obj2); + bottom = obj2.getNum(); + obj2.free(); + writePSFmt("%%%%ImageCropRect: %g %g %g %g\n", left, top, right, bottom); + } + obj1.free(); + + dict->lookup("Overprint", &obj1); + if (obj1.isBool()) { + writePSFmt("%%%%ImageOverprint: %s\n", obj1.getBool() ? "true" : "false"); + } + obj1.free(); + + dict->lookup("Inks", &obj1); + if (obj1.isName()) { + writePSFmt("%%%%ImageInks: %s\n", obj1.getName()); + } else if (obj1.isArray() && obj1.arrayGetLength() >= 1) { + obj1.arrayGet(0, &obj2); + if (obj2.isName()) { + writePSFmt("%%%%ImageInks: %s %d", + obj2.getName(), (obj1.arrayGetLength() - 1) / 2); + for (i = 1; i+1 < obj1.arrayGetLength(); i += 2) { + obj1.arrayGet(i, &obj3); + obj1.arrayGet(i+1, &obj4); + if (obj3.isString() && obj4.isNum()) { + writePS(" "); + writePSString(obj3.getString()); + writePSFmt(" %g", obj4.getNum()); + } + obj3.free(); + obj4.free(); + } + writePS("\n"); + } + obj2.free(); + } + obj1.free(); + + writePS("gsave\n"); + + writePS("%%BeginIncludedImage\n"); + + dict->lookup("IncludedImageDimensions", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 2) { + obj1.arrayGet(0, &obj2); + w = obj2.getInt(); + obj2.free(); + obj1.arrayGet(1, &obj2); + h = obj2.getInt(); + obj2.free(); + writePSFmt("%%%%IncludedImageDimensions: %d %d\n", w, h); + } + obj1.free(); + + dict->lookup("IncludedImageQuality", &obj1); + if (obj1.isNum()) { + writePSFmt("%%%%IncludedImageQuality: %g\n", obj1.getNum()); + } + obj1.free(); + + ++opi20Nest; +} + +void PSOutputDev::opiBegin13(GfxState *state, Dict *dict) { + Object obj1, obj2; + int left, right, top, bottom, samples, bits, width, height; + double c, m, y, k; + double llx, lly, ulx, uly, urx, ury, lrx, lry; + double tllx, tlly, tulx, tuly, turx, tury, tlrx, tlry; + double horiz, vert; + int i, j; + + writePS("save\n"); + writePS("/opiMatrix2 matrix currentmatrix def\n"); + writePS("opiMatrix setmatrix\n"); + + dict->lookup("F", &obj1); + if (getFileSpec(&obj1, &obj2)) { + writePSFmt("%%ALDImageFileName: %s\n", + obj2.getString()->getCString()); + obj2.free(); + } + obj1.free(); + + dict->lookup("CropRect", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 4) { + obj1.arrayGet(0, &obj2); + left = obj2.getInt(); + obj2.free(); + obj1.arrayGet(1, &obj2); + top = obj2.getInt(); + obj2.free(); + obj1.arrayGet(2, &obj2); + right = obj2.getInt(); + obj2.free(); + obj1.arrayGet(3, &obj2); + bottom = obj2.getInt(); + obj2.free(); + writePSFmt("%%ALDImageCropRect: %d %d %d %d\n", left, top, right, bottom); + } + obj1.free(); + + dict->lookup("Color", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 5) { + obj1.arrayGet(0, &obj2); + c = obj2.getNum(); + obj2.free(); + obj1.arrayGet(1, &obj2); + m = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2, &obj2); + y = obj2.getNum(); + obj2.free(); + obj1.arrayGet(3, &obj2); + k = obj2.getNum(); + obj2.free(); + obj1.arrayGet(4, &obj2); + if (obj2.isString()) { + writePSFmt("%%ALDImageColor: %g %g %g %g ", c, m, y, k); + writePSString(obj2.getString()); + writePS("\n"); + } + obj2.free(); + } + obj1.free(); + + dict->lookup("ColorType", &obj1); + if (obj1.isName()) { + writePSFmt("%%ALDImageColorType: %s\n", obj1.getName()); + } + obj1.free(); + + //~ ignores 'Comments' entry + //~ need to handle multiple lines + + dict->lookup("CropFixed", &obj1); + if (obj1.isArray()) { + obj1.arrayGet(0, &obj2); + ulx = obj2.getNum(); + obj2.free(); + obj1.arrayGet(1, &obj2); + uly = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2, &obj2); + lrx = obj2.getNum(); + obj2.free(); + obj1.arrayGet(3, &obj2); + lry = obj2.getNum(); + obj2.free(); + writePSFmt("%%ALDImageCropFixed: %g %g %g %g\n", ulx, uly, lrx, lry); + } + obj1.free(); + + dict->lookup("GrayMap", &obj1); + if (obj1.isArray()) { + writePS("%ALDImageGrayMap:"); + for (i = 0; i < obj1.arrayGetLength(); i += 16) { + if (i > 0) { + writePS("\n%%+"); + } + for (j = 0; j < 16 && i+j < obj1.arrayGetLength(); ++j) { + obj1.arrayGet(i+j, &obj2); + writePSFmt(" %d", obj2.getInt()); + obj2.free(); + } + } + writePS("\n"); + } + obj1.free(); + + dict->lookup("ID", &obj1); + if (obj1.isString()) { + writePSFmt("%%ALDImageID: %s\n", obj1.getString()->getCString()); + } + obj1.free(); + + dict->lookup("ImageType", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 2) { + obj1.arrayGet(0, &obj2); + samples = obj2.getInt(); + obj2.free(); + obj1.arrayGet(1, &obj2); + bits = obj2.getInt(); + obj2.free(); + writePSFmt("%%ALDImageType: %d %d\n", samples, bits); + } + obj1.free(); + + dict->lookup("Overprint", &obj1); + if (obj1.isBool()) { + writePSFmt("%%ALDImageOverprint: %s\n", obj1.getBool() ? "true" : "false"); + } + obj1.free(); + + dict->lookup("Position", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 8) { + obj1.arrayGet(0, &obj2); + llx = obj2.getNum(); + obj2.free(); + obj1.arrayGet(1, &obj2); + lly = obj2.getNum(); + obj2.free(); + obj1.arrayGet(2, &obj2); + ulx = obj2.getNum(); + obj2.free(); + obj1.arrayGet(3, &obj2); + uly = obj2.getNum(); + obj2.free(); + obj1.arrayGet(4, &obj2); + urx = obj2.getNum(); + obj2.free(); + obj1.arrayGet(5, &obj2); + ury = obj2.getNum(); + obj2.free(); + obj1.arrayGet(6, &obj2); + lrx = obj2.getNum(); + obj2.free(); + obj1.arrayGet(7, &obj2); + lry = obj2.getNum(); + obj2.free(); + opiTransform(state, llx, lly, &tllx, &tlly); + opiTransform(state, ulx, uly, &tulx, &tuly); + opiTransform(state, urx, ury, &turx, &tury); + opiTransform(state, lrx, lry, &tlrx, &tlry); + writePSFmt("%%ALDImagePosition: %g %g %g %g %g %g %g %g\n", + tllx, tlly, tulx, tuly, turx, tury, tlrx, tlry); + obj2.free(); + } + obj1.free(); + + dict->lookup("Resolution", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 2) { + obj1.arrayGet(0, &obj2); + horiz = obj2.getNum(); + obj2.free(); + obj1.arrayGet(1, &obj2); + vert = obj2.getNum(); + obj2.free(); + writePSFmt("%%ALDImageResoution: %g %g\n", horiz, vert); + obj2.free(); + } + obj1.free(); + + dict->lookup("Size", &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 2) { + obj1.arrayGet(0, &obj2); + width = obj2.getInt(); + obj2.free(); + obj1.arrayGet(1, &obj2); + height = obj2.getInt(); + obj2.free(); + writePSFmt("%%ALDImageDimensions: %d %d\n", width, height); + } + obj1.free(); + + //~ ignoring 'Tags' entry + //~ need to use writePSString() and deal with >255-char lines + + dict->lookup("Tint", &obj1); + if (obj1.isNum()) { + writePSFmt("%%ALDImageTint: %g\n", obj1.getNum()); + } + obj1.free(); + + dict->lookup("Transparency", &obj1); + if (obj1.isBool()) { + writePSFmt("%%ALDImageTransparency: %s\n", obj1.getBool() ? "true" : "false"); + } + obj1.free(); + + writePS("%%BeginObject: image\n"); + writePS("opiMatrix2 setmatrix\n"); + ++opi13Nest; +} + +// Convert PDF user space coordinates to PostScript default user space +// coordinates. This has to account for both the PDF CTM and the +// PSOutputDev page-fitting transform. +void PSOutputDev::opiTransform(GfxState *state, double x0, double y0, + double *x1, double *y1) { + double t; + + state->transform(x0, y0, x1, y1); + *x1 += tx; + *y1 += ty; + if (rotate == 90) { + t = *x1; + *x1 = -*y1; + *y1 = t; + } else if (rotate == 180) { + *x1 = -*x1; + *y1 = -*y1; + } else if (rotate == 270) { + t = *x1; + *x1 = *y1; + *y1 = -t; + } + *x1 *= xScale; + *y1 *= yScale; +} + +void PSOutputDev::opiEnd(GfxState *state, Dict *opiDict) { + Object dict; + + if (globalParams->getPSOPI()) { + opiDict->lookup("2.0", &dict); + if (dict.isDict()) { + writePS("%%EndIncludedImage\n"); + writePS("%%EndOPI\n"); + writePS("grestore\n"); + --opi20Nest; + dict.free(); + } else { + dict.free(); + opiDict->lookup("1.3", &dict); + if (dict.isDict()) { + writePS("%%EndObject\n"); + writePS("restore\n"); + --opi13Nest; + } + dict.free(); + } + } +} + +GBool PSOutputDev::getFileSpec(Object *fileSpec, Object *fileName) { + if (fileSpec->isString()) { + fileSpec->copy(fileName); + return gTrue; + } + if (fileSpec->isDict()) { + fileSpec->dictLookup("DOS", fileName); + if (fileName->isString()) { + return gTrue; + } + fileName->free(); + fileSpec->dictLookup("Mac", fileName); + if (fileName->isString()) { + return gTrue; + } + fileName->free(); + fileSpec->dictLookup("Unix", fileName); + if (fileName->isString()) { + return gTrue; + } + fileName->free(); + fileSpec->dictLookup("F", fileName); + if (fileName->isString()) { + return gTrue; + } + fileName->free(); + } + return gFalse; +} +#endif // OPI_SUPPORT + +void PSOutputDev::type3D0(GfxState *state, double wx, double wy) { + writePSFmt("%g %g setcharwidth\n", wx, wy); + writePS("q\n"); +} + +void PSOutputDev::type3D1(GfxState *state, double wx, double wy, + double llx, double lly, double urx, double ury) { + t3WX = wx; + t3WY = wy; + t3LLX = llx; + t3LLY = lly; + t3URX = urx; + t3URY = ury; + t3String = new GString(); + writePS("q\n"); + t3Cacheable = gTrue; +} + +void PSOutputDev::psXObject(Stream *psStream, Stream *level1Stream) { + Stream *str; + int c; + + if ((level == psLevel1 || level == psLevel1Sep) && level1Stream) { + str = level1Stream; + } else { + str = psStream; + } + str->reset(); + while ((c = str->getChar()) != EOF) { + writePSChar(c); + } + str->close(); +} + +//~ can nextFunc be reset to 0 -- maybe at the start of each page? +//~ or maybe at the start of each color space / pattern? +void PSOutputDev::cvtFunction(Function *func) { + SampledFunction *func0; + ExponentialFunction *func2; + StitchingFunction *func3; + PostScriptFunction *func4; + int thisFunc, m, n, nSamples, i, j, k; + + switch (func->getType()) { + + case -1: // identity + writePS("{}\n"); + break; + + case 0: // sampled + func0 = (SampledFunction *)func; + thisFunc = nextFunc++; + m = func0->getInputSize(); + n = func0->getOutputSize(); + nSamples = n; + for (i = 0; i < m; ++i) { + nSamples *= func0->getSampleSize(i); + } + writePSFmt("/xpdfSamples%d [\n", thisFunc); + for (i = 0; i < nSamples; ++i) { + writePSFmt("%g\n", func0->getSamples()[i]); + } + writePS("] def\n"); + writePSFmt("{ %d array %d array %d 2 roll\n", 2*m, m, m+2); + // [e01] [efrac] x0 x1 ... xm-1 + for (i = m-1; i >= 0; --i) { + // [e01] [efrac] x0 x1 ... xi + writePSFmt("%g sub %g mul %g add\n", + func0->getDomainMin(i), + (func0->getEncodeMax(i) - func0->getEncodeMin(i)) / + (func0->getDomainMax(i) - func0->getDomainMin(i)), + func0->getEncodeMin(i)); + // [e01] [efrac] x0 x1 ... xi-1 xi' + writePSFmt("dup 0 lt { pop 0 } { dup %d gt { pop %d } if } ifelse\n", + func0->getSampleSize(i) - 1, func0->getSampleSize(i) - 1); + // [e01] [efrac] x0 x1 ... xi-1 xi' + writePS("dup floor cvi exch dup ceiling cvi exch 2 index sub\n"); + // [e01] [efrac] x0 x1 ... xi-1 floor(xi') ceiling(xi') xi'-floor(xi') + writePSFmt("%d index %d 3 2 roll put\n", i+3, i); + // [e01] [efrac] x0 x1 ... xi-1 floor(xi') ceiling(xi') + writePSFmt("%d index %d 3 2 roll put\n", i+3, 2*i+1); + // [e01] [efrac] x0 x1 ... xi-1 floor(xi') + writePSFmt("%d index %d 3 2 roll put\n", i+2, 2*i); + // [e01] [efrac] x0 x1 ... xi-1 + } + // [e01] [efrac] + for (i = 0; i < n; ++i) { + // [e01] [efrac] y(0) ... y(i-1) + for (j = 0; j < (1<> k) & 1)); + for (k = m - 2; k >= 0; --k) { + writePSFmt("%d mul %d index %d get add\n", + func0->getSampleSize(k), + i + j + 3, + 2 * k + ((j >> k) & 1)); + } + if (n > 1) { + writePSFmt("%d mul %d add ", n, i); + } + writePS("get\n"); + } + // [e01] [efrac] y(0) ... y(i-1) s(0) s(1) ... s(2^m-1) + for (j = 0; j < m; ++j) { + // [e01] [efrac] y(0) ... y(i-1) s(0) s(1) ... s(2^(m-j)-1) + for (k = 0; k < (1 << (m - j)); k += 2) { + // [e01] [efrac] y(0) ... y(i-1) <2^(m-j)-k s values> + writePSFmt("%d index %d get dup\n", i + k/2 + (1 << (m-j)) - k, j); + writePS("3 2 roll mul exch 1 exch sub 3 2 roll mul add\n"); + writePSFmt("%d 1 roll\n", k/2 + (1 << m-j) - k - 1); + } + // [e01] [efrac] s'(0) s'(1) ... s(2^(m-j-1)-1) + } + // [e01] [efrac] y(0) ... y(i-1) s + writePSFmt("%g mul %g add\n", + func0->getDecodeMax(i) - func0->getDecodeMin(i), + func0->getDecodeMin(i)); + writePSFmt("dup %g lt { pop %g } { dup %g gt { pop %g } if } ifelse\n", + func0->getRangeMin(i), func0->getRangeMin(i), + func0->getRangeMax(i), func0->getRangeMax(i)); + // [e01] [efrac] y(0) ... y(i-1) y(i) + } + // [e01] [efrac] y(0) ... y(n-1) + writePSFmt("%d %d roll pop pop }\n", n+2, n); + break; + + case 2: // exponential + func2 = (ExponentialFunction *)func; + n = func2->getOutputSize(); + writePSFmt("{ dup %g lt { pop %g } { dup %g gt { pop %g } if } ifelse\n", + func2->getDomainMin(0), func2->getDomainMin(0), + func2->getDomainMax(0), func2->getDomainMax(0)); + // x + for (i = 0; i < n; ++i) { + // x y(0) .. y(i-1) + writePSFmt("%d index %g exp %g mul %g add\n", + i, func2->getE(), func2->getC1()[i] - func2->getC0()[i], + func2->getC0()[i]); + if (func2->getHasRange()) { + writePSFmt("dup %g lt { pop %g } { dup %g gt { pop %g } if } ifelse\n", + func2->getRangeMin(i), func2->getRangeMin(i), + func2->getRangeMax(i), func2->getRangeMax(i)); + } + } + // x y(0) .. y(n-1) + writePSFmt("%d %d roll pop }\n", n+1, n); + break; + + case 3: // stitching + func3 = (StitchingFunction *)func; + thisFunc = nextFunc++; + for (i = 0; i < func3->getNumFuncs(); ++i) { + cvtFunction(func3->getFunc(i)); + writePSFmt("/xpdfFunc%d_%d exch def\n", thisFunc, i); + } + writePSFmt("{ dup %g lt { pop %g } { dup %g gt { pop %g } if } ifelse\n", + func3->getDomainMin(0), func3->getDomainMin(0), + func3->getDomainMax(0), func3->getDomainMax(0)); + for (i = 0; i < func3->getNumFuncs() - 1; ++i) { + writePSFmt("dup %g lt { %g sub %g mul %g add xpdfFunc%d_%d } {\n", + func3->getBounds()[i+1], + func3->getBounds()[i], + (func3->getEncode()[2*i+1] - func3->getEncode()[2*i]) / + (func3->getBounds()[i+1] - func3->getBounds()[i]), + func3->getEncode()[2*i], + thisFunc, i); + } + writePSFmt("%g sub %g mul %g add xpdfFunc%d_%d\n", + func3->getBounds()[i], + (func3->getEncode()[2*i+1] - func3->getEncode()[2*i]) / + (func3->getBounds()[i+1] - func3->getBounds()[i]), + func3->getEncode()[2*i], + thisFunc, i); + for (i = 0; i < func3->getNumFuncs() - 1; ++i) { + writePS("} ifelse\n"); + } + writePS("}\n"); + break; + + case 4: // PostScript + func4 = (PostScriptFunction *)func; + writePS(func4->getCodeString()->getCString()); + writePS("\n"); + break; + } +} + +void PSOutputDev::writePSChar(char c) { + if (t3String) { + t3String->append(c); + } else { + (*outputFunc)(outputStream, &c, 1); + } +} + +void PSOutputDev::writePS(char *s) { + if (t3String) { + t3String->append(s); + } else { + (*outputFunc)(outputStream, s, strlen(s)); + } +} + +void PSOutputDev::writePSFmt(const char *fmt, ...) { + va_list args; + char buf[512]; + + va_start(args, fmt); + vsprintf(buf, fmt, args); + va_end(args); + if (t3String) { + t3String->append(buf); + } else { + (*outputFunc)(outputStream, buf, strlen(buf)); + } +} + +void PSOutputDev::writePSString(GString *s) { + Guchar *p; + int n, line; + char buf[8]; + + writePSChar('('); + line = 1; + for (p = (Guchar *)s->getCString(), n = s->getLength(); n; ++p, --n) { + if (line >= 64) { + writePSChar('\\'); + writePSChar('\n'); + line = 0; + } + if (*p == '(' || *p == ')' || *p == '\\') { + writePSChar('\\'); + writePSChar((char)*p); + line += 2; + } else if (*p < 0x20 || *p >= 0x80) { + sprintf(buf, "\\%03o", *p); + writePS(buf); + line += 4; + } else { + writePSChar((char)*p); + ++line; + } + } + writePSChar(')'); +} + +void PSOutputDev::writePSName(char *s) { + char *p; + char c; + + p = s; + while ((c = *p++)) { + if (c <= (char)0x20 || c >= (char)0x7f || + c == '(' || c == ')' || c == '<' || c == '>' || + c == '[' || c == ']' || c == '{' || c == '}' || + c == '/' || c == '%') { + writePSFmt("#%02x", c & 0xff); + } else { + writePSChar(c); + } + } +} + +GString *PSOutputDev::filterPSName(GString *name) { + GString *name2; + char buf[8]; + int i; + char c; + + name2 = new GString(); + + // ghostscript chokes on names that begin with out-of-limits + // numbers, e.g., 1e4foo is handled correctly (as a name), but + // 1e999foo generates a limitcheck error + c = name->getChar(0); + if (c >= '0' && c <= '9') { + name2->append('f'); + } + + for (i = 0; i < name->getLength(); ++i) { + c = name->getChar(i); + if (c <= (char)0x20 || c >= (char)0x7f || + c == '(' || c == ')' || c == '<' || c == '>' || + c == '[' || c == ']' || c == '{' || c == '}' || + c == '/' || c == '%') { + sprintf(buf, "#%02x", c & 0xff); + name2->append(buf); + } else { + name2->append(c); + } + } + return name2; +} + +GBool /* O - gTrue if selected, gFalse otherwise */ +PSOutputDev::checkRange(int page) /* I - Page number */ +{ + const char *range; /* Pointer into range string */ + int lower, upper; /* Lower and upper page numbers */ + + + if (pageRanges == NULL) + return (gTrue); /* No range, print all pages... */ + + for (range = pageRanges; *range != '\0';) + { + if (*range == '-') + { + lower = 1; + range ++; + upper = strtol(range, (char **)&range, 10); + } + else + { + lower = strtol(range, (char **)&range, 10); + + if (*range == '-') + { + range ++; + if (!isdigit(*range & 255)) + upper = 65535; + else + upper = strtol(range, (char **)&range, 10); + } + else + upper = lower; + } + + if (page >= lower && page <= upper) + return (gTrue); + + if (*range == ',') + range ++; + else + break; + } + + return (gFalse); +} diff --git a/pdftops/PSOutputDev.h b/pdftops/PSOutputDev.h new file mode 100644 index 0000000000..4cd3fd2763 --- /dev/null +++ b/pdftops/PSOutputDev.h @@ -0,0 +1,354 @@ +//======================================================================== +// +// PSOutputDev.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef PSOUTPUTDEV_H +#define PSOUTPUTDEV_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include +#include "config.h" +#include "Object.h" +#include "GlobalParams.h" +#include "OutputDev.h" + +class Function; +class GfxPath; +class GfxFont; +class GfxColorSpace; +class GfxSeparationColorSpace; +class PDFRectangle; +struct PSFont16Enc; +class PSOutCustomColor; + +//------------------------------------------------------------------------ +// PSOutputDev +//------------------------------------------------------------------------ + +enum PSOutMode { + psModePS, + psModeEPS, + psModeForm +}; + +enum PSFileType { + psFile, // write to file + psPipe, // write to pipe + psStdout, // write to stdout + psGeneric // write to a generic stream +}; + +typedef void (*PSOutputFunc)(void *stream, char *data, int len); + +class PSOutputDev: public OutputDev { +public: + + // Open a PostScript output file, and write the prolog. + PSOutputDev(char *fileName, XRef *xrefA, Catalog *catalog, + int firstPage, int lastPage, PSOutMode modeA, + int imgLLXA = 0, int imgLLYA = 0, + int imgURXA = 0, int imgURYA = 0, + GBool manualCtrlA = gFalse, + const char *pageRangesA = (const char *)0); + + // Open a PSOutputDev that will write to a generic stream. + PSOutputDev(PSOutputFunc outputFuncA, void *outputStreamA, + XRef *xrefA, Catalog *catalog, + int firstPage, int lastPage, PSOutMode modeA, + int imgLLXA = 0, int imgLLYA = 0, + int imgURXA = 0, int imgURYA = 0, + GBool manualCtrlA = gFalse, + const char *pageRangesA = (const char *)0); + + // Destructor -- writes the trailer and closes the file. + virtual ~PSOutputDev(); + + // Check if file was successfully created. + virtual GBool isOk() { return ok; } + + //---- get info about output device + + // Does this device use upside-down coordinates? + // (Upside-down means (0,0) is the top left corner of the page.) + virtual GBool upsideDown() { return gFalse; } + + // Does this device use drawChar() or drawString()? + virtual GBool useDrawChar() { return gFalse; } + + // Does this device use tilingPatternFill()? If this returns false, + // tiling pattern fills will be reduced to a series of other drawing + // operations. + virtual GBool useTilingPatternFill() { return gTrue; } + + // Does this device use functionShadedFill(), axialShadedFill(), and + // radialShadedFill()? If this returns false, these shaded fills + // will be reduced to a series of other drawing operations. + virtual GBool useShadedFills() + { return level == psLevel2 || level == psLevel3; } + + // Does this device use beginType3Char/endType3Char? Otherwise, + // text in Type 3 fonts will be drawn with drawChar/drawString. + virtual GBool interpretType3Chars() { return gFalse; } + + //----- header/trailer (used only if manualCtrl is true) + + // Write the document-level header. + void writeHeader(int firstPage, int lastPage, + PDFRectangle *mediaBox, PDFRectangle *cropBox, + int pageRotate); + + // Write the Xpdf procset. + void writeXpdfProcset(); + + // Write the document-level setup. + void writeDocSetup(Catalog *catalog, int firstPage, int lastPage); + + // Write the trailer for the current page. + void writePageTrailer(); + + // Write the document trailer. + void writeTrailer(); + + //----- initialization and control + + // Start a page. + virtual GBool startPage(int pageNum, GfxState *state); + + // End a page. + virtual void endPage(); + + //----- save/restore graphics state + virtual void saveState(GfxState *state); + virtual void restoreState(GfxState *state); + + //----- update graphics state + virtual void updateCTM(GfxState *state, double m11, double m12, + double m21, double m22, double m31, double m32); + virtual void updateLineDash(GfxState *state); + virtual void updateFlatness(GfxState *state); + virtual void updateLineJoin(GfxState *state); + virtual void updateLineCap(GfxState *state); + virtual void updateMiterLimit(GfxState *state); + virtual void updateLineWidth(GfxState *state); + virtual void updateFillColorSpace(GfxState *state); + virtual void updateStrokeColorSpace(GfxState *state); + virtual void updateFillColor(GfxState *state); + virtual void updateStrokeColor(GfxState *state); + virtual void updateFillOverprint(GfxState *state); + virtual void updateStrokeOverprint(GfxState *state); + + //----- update text state + virtual void updateFont(GfxState *state); + virtual void updateTextMat(GfxState *state); + virtual void updateCharSpace(GfxState *state); + virtual void updateRender(GfxState *state); + virtual void updateRise(GfxState *state); + virtual void updateWordSpace(GfxState *state); + virtual void updateHorizScaling(GfxState *state); + virtual void updateTextPos(GfxState *state); + virtual void updateTextShift(GfxState *state, double shift); + + //----- path painting + virtual void stroke(GfxState *state); + virtual void fill(GfxState *state); + virtual void eoFill(GfxState *state); + virtual void tilingPatternFill(GfxState *state, Object *str, + int paintType, Dict *resDict, + double *mat, double *bbox, + int x0, int y0, int x1, int y1, + double xStep, double yStep); + virtual void functionShadedFill(GfxState *state, + GfxFunctionShading *shading); + virtual void axialShadedFill(GfxState *state, GfxAxialShading *shading); + virtual void radialShadedFill(GfxState *state, GfxRadialShading *shading); + + //----- path clipping + virtual void clip(GfxState *state); + virtual void eoClip(GfxState *state); + + //----- text drawing + virtual void drawString(GfxState *state, GString *s); + virtual void endTextObject(GfxState *state); + + //----- image drawing + virtual void drawImageMask(GfxState *state, Object *ref, Stream *str, + int width, int height, GBool invert, + GBool inlineImg); + virtual void drawImage(GfxState *state, Object *ref, Stream *str, + int width, int height, GfxImageColorMap *colorMap, + int *maskColors, GBool inlineImg); + virtual void drawMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, int maskWidth, int maskHeight, + GBool maskInvert); + +#if OPI_SUPPORT + //----- OPI functions + virtual void opiBegin(GfxState *state, Dict *opiDict); + virtual void opiEnd(GfxState *state, Dict *opiDict); +#endif + + //----- Type 3 font operators + virtual void type3D0(GfxState *state, double wx, double wy); + virtual void type3D1(GfxState *state, double wx, double wy, + double llx, double lly, double urx, double ury); + + //----- PostScript XObjects + virtual void psXObject(Stream *psStream, Stream *level1Stream); + + //----- miscellaneous + void setOffset(double x, double y) + { tx0 = x; ty0 = y; } + void setScale(double x, double y) + { xScale0 = x; yScale0 = y; } + void setRotate(int rotateA) + { rotate0 = rotateA; } + void setClip(double llx, double lly, double urx, double ury) + { clipLLX0 = llx; clipLLY0 = lly; clipURX0 = urx; clipURY0 = ury; } + void setUnderlayCbk(void (*cbk)(PSOutputDev *psOut, void *data), + void *data) + { underlayCbk = cbk; underlayCbkData = data; } + void setOverlayCbk(void (*cbk)(PSOutputDev *psOut, void *data), + void *data) + { overlayCbk = cbk; overlayCbkData = data; } + +private: + + void init(PSOutputFunc outputFuncA, void *outputStreamA, + PSFileType fileTypeA, XRef *xrefA, Catalog *catalog, + int firstPage, int lastPage, PSOutMode modeA, + int imgLLXA, int imgLLYA, int imgURXA, int imgURYA, + GBool manualCtrlA, const char *pageRangesA); + void setupResources(Dict *resDict); + void setupFonts(Dict *resDict); + void setupFont(GfxFont *font, Dict *parentResDict); + void setupEmbeddedType1Font(Ref *id, GString *psName); + void setupExternalType1Font(GString *fileName, GString *psName); + void setupEmbeddedType1CFont(GfxFont *font, Ref *id, GString *psName); + void setupEmbeddedTrueTypeFont(GfxFont *font, Ref *id, GString *psName); + void setupExternalTrueTypeFont(GfxFont *font, GString *psName); + void setupEmbeddedCIDType0Font(GfxFont *font, Ref *id, GString *psName); + void setupEmbeddedCIDTrueTypeFont(GfxFont *font, Ref *id, GString *psName, + GBool needVerticalMetrics); + void setupType3Font(GfxFont *font, GString *psName, Dict *parentResDict); + void setupImages(Dict *resDict); + void setupImage(Ref id, Stream *str); + void addProcessColor(double c, double m, double y, double k); + void addCustomColor(GfxSeparationColorSpace *sepCS); + void doPath(GfxPath *path); + void doImageL1(Object *ref, GfxImageColorMap *colorMap, + GBool invert, GBool inlineImg, + Stream *str, int width, int height, int len); + void doImageL1Sep(GfxImageColorMap *colorMap, + GBool invert, GBool inlineImg, + Stream *str, int width, int height, int len); + void doImageL2(Object *ref, GfxImageColorMap *colorMap, + GBool invert, GBool inlineImg, + Stream *str, int width, int height, int len, + int *maskColors, Stream *maskStr, + int maskWidth, int maskHeight, GBool maskInvert); + void dumpColorSpaceL2(GfxColorSpace *colorSpace, + GBool genXform, GBool updateColors); +#if OPI_SUPPORT + void opiBegin20(GfxState *state, Dict *dict); + void opiBegin13(GfxState *state, Dict *dict); + void opiTransform(GfxState *state, double x0, double y0, + double *x1, double *y1); + GBool getFileSpec(Object *fileSpec, Object *fileName); +#endif + void cvtFunction(Function *func); + void writePSChar(char c); + void writePS(char *s); + void writePSFmt(const char *fmt, ...); + void writePSString(GString *s); + void writePSName(char *s); + GString *filterPSName(GString *name); + GBool checkRange(int page); + + PSLevel level; // PostScript level (1, 2, separation) + PSOutMode mode; // PostScript mode (PS, EPS, form) + int paperWidth; // width of paper, in pts + int paperHeight; // height of paper, in pts + int imgLLX, imgLLY, // imageable area, in pts + imgURX, imgURY; + + PSOutputFunc outputFunc; + void *outputStream; + PSFileType fileType; // file / pipe / stdout + GBool manualCtrl; + int seqPage; // current sequential page number + void (*underlayCbk)(PSOutputDev *psOut, void *data); + void *underlayCbkData; + void (*overlayCbk)(PSOutputDev *psOut, void *data); + void *overlayCbkData; + + XRef *xref; // the xref table for this PDF file + + Ref *fontIDs; // list of object IDs of all used fonts + int fontIDLen; // number of entries in fontIDs array + int fontIDSize; // size of fontIDs array + Ref *fontFileIDs; // list of object IDs of all embedded fonts + int fontFileIDLen; // number of entries in fontFileIDs array + int fontFileIDSize; // size of fontFileIDs array + GString **fontFileNames; // list of names of all embedded external fonts + int fontFileNameLen; // number of entries in fontFileNames array + int fontFileNameSize; // size of fontFileNames array + int nextTrueTypeNum; // next unique number to append to a TrueType + // font name + PSFont16Enc *font16Enc; // encodings for substitute 16-bit fonts + int font16EncLen; // number of entries in font16Enc array + int font16EncSize; // size of font16Enc array + GList *xobjStack; // stack of XObject dicts currently being + // processed + int numSaves; // current number of gsaves + int numTilingPatterns; // current number of nested tiling patterns + int nextFunc; // next unique number to use for a function + + double tx0, ty0; // global translation + double xScale0, yScale0; // global scaling + int rotate0; // rotation angle (0, 90, 180, 270) + double clipLLX0, clipLLY0, + clipURX0, clipURY0; + double tx, ty; // global translation for current page + double xScale, yScale; // global scaling for current page + int rotate; // rotation angle for current page + double epsX1, epsY1, // EPS bounding box (unrotated) + epsX2, epsY2; + + GString *embFontList; // resource comments for embedded fonts + + int processColors; // used process colors + PSOutCustomColor // used custom colors + *customColors; + + GBool haveTextClip; // set if text has been drawn with a + // clipping render mode + + GBool inType3Char; // inside a Type 3 CharProc + GString *t3String; // Type 3 content string + double t3WX, t3WY, // Type 3 character parameters + t3LLX, t3LLY, t3URX, t3URY; + GBool t3Cacheable; // cleared if char is not cacheable + +#if OPI_SUPPORT + int opi13Nest; // nesting level of OPI 1.3 objects + int opi20Nest; // nesting level of OPI 2.0 objects +#endif + + GBool ok; // set up ok? + const char *pageRanges; // page ranges to render + + friend class WinPDFPrinter; +}; + +#endif diff --git a/pdftops/PSTokenizer.cxx b/pdftops/PSTokenizer.cxx new file mode 100644 index 0000000000..834b0ca2d7 --- /dev/null +++ b/pdftops/PSTokenizer.cxx @@ -0,0 +1,135 @@ +//======================================================================== +// +// PSTokenizer.cc +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "PSTokenizer.h" + +//------------------------------------------------------------------------ + +// A '1' in this array means the character is white space. A '1' or +// '2' means the character ends a name or command. +static char specialChars[256] = { + 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, // 0x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 1x + 1, 0, 0, 0, 0, 2, 0, 0, 2, 2, 0, 0, 0, 0, 0, 2, // 2x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, // 3x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 4x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 5x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 6x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, // 7x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 8x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 9x + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ax + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // bx + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // cx + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // dx + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // ex + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 // fx +}; + +//------------------------------------------------------------------------ + +PSTokenizer::PSTokenizer(int (*getCharFuncA)(void *), void *dataA) { + getCharFunc = getCharFuncA; + data = dataA; + charBuf = -1; +} + +PSTokenizer::~PSTokenizer() { +} + +GBool PSTokenizer::getToken(char *buf, int size, int *length) { + GBool comment, backslash; + int c; + int i; + + // skip whitespace and comments + comment = gFalse; + while (1) { + if ((c = getChar()) == EOF) { + buf[0] = '\0'; + *length = 0; + return gFalse; + } + if (comment) { + if (c == '\x0a' || c == '\x0d') { + comment = gFalse; + } + } else if (c == '%') { + comment = gTrue; + } else if (specialChars[c] != 1) { + break; + } + } + + // read a token + i = 0; + buf[i++] = c; + if (c == '(') { + backslash = gFalse; + while ((c = lookChar()) != EOF) { + if (i < size - 1) { + buf[i++] = c; + } + getChar(); + if (c == '\\') { + backslash = gTrue; + } else if (!backslash && c == ')') { + break; + } else { + backslash = gFalse; + } + } + } else if (c == '<') { + while ((c = lookChar()) != EOF) { + getChar(); + if (i < size - 1) { + buf[i++] = c; + } + if (c == '>') { + break; + } + } + } else if (c != '[' && c != ']') { + while ((c = lookChar()) != EOF && !specialChars[c]) { + getChar(); + if (i < size - 1) { + buf[i++] = c; + } + } + } + buf[i] = '\0'; + *length = i; + + return gTrue; +} + +int PSTokenizer::lookChar() { + if (charBuf < 0) { + charBuf = (*getCharFunc)(data); + } + return charBuf; +} + +int PSTokenizer::getChar() { + int c; + + if (charBuf < 0) { + charBuf = (*getCharFunc)(data); + } + c = charBuf; + charBuf = -1; + return c; +} diff --git a/pdftops/PSTokenizer.h b/pdftops/PSTokenizer.h new file mode 100644 index 0000000000..d8d3476181 --- /dev/null +++ b/pdftops/PSTokenizer.h @@ -0,0 +1,41 @@ +//======================================================================== +// +// PSTokenizer.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef PSTOKENIZER_H +#define PSTOKENIZER_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" + +//------------------------------------------------------------------------ + +class PSTokenizer { +public: + + PSTokenizer(int (*getCharFuncA)(void *), void *dataA); + ~PSTokenizer(); + + // Get the next PostScript token. Returns false at end-of-stream. + GBool getToken(char *buf, int size, int *length); + +private: + + int lookChar(); + int getChar(); + + int (*getCharFunc)(void *); + void *data; + int charBuf; +}; + +#endif diff --git a/pdftops/Page.cxx b/pdftops/Page.cxx new file mode 100644 index 0000000000..ab0a21ff77 --- /dev/null +++ b/pdftops/Page.cxx @@ -0,0 +1,367 @@ +//======================================================================== +// +// Page.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "GlobalParams.h" +#include "Object.h" +#include "Array.h" +#include "Dict.h" +#include "XRef.h" +#include "Link.h" +#include "OutputDev.h" +#ifndef PDF_PARSER_ONLY +#include "Gfx.h" +#include "GfxState.h" +#include "Annot.h" +#endif +#include "Error.h" +#include "Page.h" + +//------------------------------------------------------------------------ +// PageAttrs +//------------------------------------------------------------------------ + +PageAttrs::PageAttrs(PageAttrs *attrs, Dict *dict) { + Object obj1; + + // get old/default values + if (attrs) { + mediaBox = attrs->mediaBox; + cropBox = attrs->cropBox; + haveCropBox = attrs->haveCropBox; + rotate = attrs->rotate; + attrs->resources.copy(&resources); + } else { + // set default MediaBox to 8.5" x 11" -- this shouldn't be necessary + // but some (non-compliant) PDF files don't specify a MediaBox + mediaBox.x1 = 0; + mediaBox.y1 = 0; + mediaBox.x2 = 612; + mediaBox.y2 = 792; + cropBox.x1 = cropBox.y1 = cropBox.x2 = cropBox.y2 = 0; + haveCropBox = gFalse; + rotate = 0; + resources.initNull(); + } + + // media box + readBox(dict, "MediaBox", &mediaBox); + + // crop box + if (readBox(dict, "CropBox", &cropBox)) { + haveCropBox = gTrue; + } + if (!haveCropBox) { + cropBox = mediaBox; + } + + // other boxes + bleedBox = cropBox; + readBox(dict, "BleedBox", &bleedBox); + trimBox = cropBox; + readBox(dict, "TrimBox", &trimBox); + artBox = cropBox; + readBox(dict, "ArtBox", &artBox); + + // rotate + dict->lookup("Rotate", &obj1); + if (obj1.isInt()) { + rotate = obj1.getInt(); + } + obj1.free(); + while (rotate < 0) { + rotate += 360; + } + while (rotate >= 360) { + rotate -= 360; + } + + // misc attributes + dict->lookup("LastModified", &lastModified); + dict->lookup("BoxColorInfo", &boxColorInfo); + dict->lookup("Group", &group); + dict->lookup("Metadata", &metadata); + dict->lookup("PieceInfo", &pieceInfo); + dict->lookup("SeparationInfo", &separationInfo); + + // resource dictionary + dict->lookup("Resources", &obj1); + if (obj1.isDict()) { + resources.free(); + obj1.copy(&resources); + } + obj1.free(); +} + +PageAttrs::~PageAttrs() { + lastModified.free(); + boxColorInfo.free(); + group.free(); + metadata.free(); + pieceInfo.free(); + separationInfo.free(); + resources.free(); +} + +GBool PageAttrs::readBox(Dict *dict, char *key, PDFRectangle *box) { + PDFRectangle tmp; + double t; + Object obj1, obj2; + GBool ok; + + dict->lookup(key, &obj1); + if (obj1.isArray() && obj1.arrayGetLength() == 4) { + ok = gTrue; + obj1.arrayGet(0, &obj2); + if (obj2.isNum()) { + tmp.x1 = obj2.getNum(); + } else { + ok = gFalse; + } + obj2.free(); + obj1.arrayGet(1, &obj2); + if (obj2.isNum()) { + tmp.y1 = obj2.getNum(); + } else { + ok = gFalse; + } + obj2.free(); + obj1.arrayGet(2, &obj2); + if (obj2.isNum()) { + tmp.x2 = obj2.getNum(); + } else { + ok = gFalse; + } + obj2.free(); + obj1.arrayGet(3, &obj2); + if (obj2.isNum()) { + tmp.y2 = obj2.getNum(); + } else { + ok = gFalse; + } + obj2.free(); + if (ok) { + if (tmp.x1 > tmp.x2) { + t = tmp.x1; tmp.x1 = tmp.x2; tmp.x2 = t; + } + if (tmp.y1 > tmp.y2) { + t = tmp.y1; tmp.y1 = tmp.y2; tmp.y2 = t; + } + *box = tmp; + } + } else { + ok = gFalse; + } + obj1.free(); + return ok; +} + +//------------------------------------------------------------------------ +// Page +//------------------------------------------------------------------------ + +Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA) { + ok = gTrue; + xref = xrefA; + num = numA; + + // get attributes + attrs = attrsA; + + // annotations + pageDict->lookupNF("Annots", &annots); + if (!(annots.isRef() || annots.isArray() || annots.isNull())) { + error(-1, "Page annotations object (page %d) is wrong type (%s)", + num, annots.getTypeName()); + annots.free(); + goto err2; + } + + // contents + pageDict->lookupNF("Contents", &contents); + if (!(contents.isRef() || contents.isArray() || + contents.isNull())) { + error(-1, "Page contents object (page %d) is wrong type (%s)", + num, contents.getTypeName()); + contents.free(); + goto err1; + } + + return; + + err2: + annots.initNull(); + err1: + contents.initNull(); + ok = gFalse; +} + +Page::~Page() { + delete attrs; + annots.free(); + contents.free(); +} + +void Page::display(OutputDev *out, double hDPI, double vDPI, + int rotate, GBool useMediaBox, GBool crop, + Links *links, Catalog *catalog, + GBool (*abortCheckCbk)(void *data), + void *abortCheckCbkData) { + displaySlice(out, hDPI, vDPI, rotate, useMediaBox, crop, + -1, -1, -1, -1, links, catalog, + abortCheckCbk, abortCheckCbkData); +} + +void Page::displaySlice(OutputDev *out, double hDPI, double vDPI, + int rotate, GBool useMediaBox, GBool crop, + int sliceX, int sliceY, int sliceW, int sliceH, + Links *links, Catalog *catalog, + GBool (*abortCheckCbk)(void *data), + void *abortCheckCbkData) { +#ifndef PDF_PARSER_ONLY + PDFRectangle *mediaBox, *cropBox, *baseBox; + PDFRectangle box; + Gfx *gfx; + Object obj; + Link *link; + Annots *annotList; + double kx, ky; + int i; + + rotate += getRotate(); + if (rotate >= 360) { + rotate -= 360; + } else if (rotate < 0) { + rotate += 360; + } + + mediaBox = getMediaBox(); + cropBox = getCropBox(); + if (sliceW >= 0 && sliceH >= 0) { + baseBox = useMediaBox ? mediaBox : cropBox; + kx = 72.0 / hDPI; + ky = 72.0 / vDPI; + if (rotate == 90) { + if (out->upsideDown()) { + box.x1 = baseBox->x1 + ky * sliceY; + box.x2 = baseBox->x1 + ky * (sliceY + sliceH); + } else { + box.x1 = baseBox->x2 - ky * (sliceY + sliceH); + box.x2 = baseBox->x2 - ky * sliceY; + } + box.y1 = baseBox->y1 + kx * sliceX; + box.y2 = baseBox->y1 + kx * (sliceX + sliceW); + } else if (rotate == 180) { + box.x1 = baseBox->x2 - kx * (sliceX + sliceW); + box.x2 = baseBox->x2 - kx * sliceX; + if (out->upsideDown()) { + box.y1 = baseBox->y1 + ky * sliceY; + box.y2 = baseBox->y1 + ky * (sliceY + sliceH); + } else { + box.y1 = baseBox->y2 - ky * (sliceY + sliceH); + box.y2 = baseBox->y2 - ky * sliceY; + } + } else if (rotate == 270) { + if (out->upsideDown()) { + box.x1 = baseBox->x2 - ky * (sliceY + sliceH); + box.x2 = baseBox->x2 - ky * sliceY; + } else { + box.x1 = baseBox->x1 + ky * sliceY; + box.x2 = baseBox->x1 + ky * (sliceY + sliceH); + } + box.y1 = baseBox->y2 - kx * (sliceX + sliceW); + box.y2 = baseBox->y2 - kx * sliceX; + } else { + box.x1 = baseBox->x1 + kx * sliceX; + box.x2 = baseBox->x1 + kx * (sliceX + sliceW); + if (out->upsideDown()) { + box.y1 = baseBox->y2 - ky * (sliceY + sliceH); + box.y2 = baseBox->y2 - ky * sliceY; + } else { + box.y1 = baseBox->y1 + ky * sliceY; + box.y2 = baseBox->y1 + ky * (sliceY + sliceH); + } + } + } else if (useMediaBox) { + box = *mediaBox; + } else { + box = *cropBox; + crop = gFalse; + } + + if (globalParams->getPrintCommands()) { + printf("***** MediaBox = ll:%g,%g ur:%g,%g\n", + mediaBox->x1, mediaBox->y1, mediaBox->x2, mediaBox->y2); + printf("***** CropBox = ll:%g,%g ur:%g,%g\n", + cropBox->x1, cropBox->y1, cropBox->x2, cropBox->y2); + printf("***** Rotate = %d\n", attrs->getRotate()); + } + + gfx = new Gfx(xref, out, num, attrs->getResourceDict(), + hDPI, vDPI, &box, crop ? cropBox : (PDFRectangle *)NULL, + rotate, abortCheckCbk, abortCheckCbkData); + contents.fetch(xref, &obj); + if (!obj.isNull()) { + gfx->saveState(); + gfx->display(&obj); + gfx->restoreState(); + } + obj.free(); + + // draw links + if (links) { + gfx->saveState(); + for (i = 0; i < links->getNumLinks(); ++i) { + link = links->getLink(i); + out->drawLink(link, catalog); + } + gfx->restoreState(); + out->dump(); + } + + // draw non-link annotations + annotList = new Annots(xref, catalog, annots.fetch(xref, &obj)); + obj.free(); + if (annotList->getNumAnnots() > 0) { + if (globalParams->getPrintCommands()) { + printf("***** Annotations\n"); + } + for (i = 0; i < annotList->getNumAnnots(); ++i) { + annotList->getAnnot(i)->draw(gfx); + } + out->dump(); + } + delete annotList; + + delete gfx; +#endif +} + +void Page::getDefaultCTM(double *ctm, double hDPI, double vDPI, + int rotate, GBool upsideDown) { + GfxState *state; + int i; + + rotate += getRotate(); + if (rotate >= 360) { + rotate -= 360; + } else if (rotate < 0) { + rotate += 360; + } + state = new GfxState(hDPI, vDPI, getMediaBox(), rotate, upsideDown); + for (i = 0; i < 6; ++i) { + ctm[i] = state->getCTM()[i]; + } + delete state; +} diff --git a/pdftops/Page.h b/pdftops/Page.h new file mode 100644 index 0000000000..3177912f48 --- /dev/null +++ b/pdftops/Page.h @@ -0,0 +1,175 @@ +//======================================================================== +// +// Page.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef PAGE_H +#define PAGE_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "Object.h" + +class Dict; +class XRef; +class OutputDev; +class Links; +class Catalog; + +//------------------------------------------------------------------------ + +class PDFRectangle { +public: + double x1, y1, x2, y2; + + PDFRectangle() { x1 = y1 = x2 = y2 = 0; } + PDFRectangle(double x1A, double y1A, double x2A, double y2A) + { x1 = x1A; y1 = y1A; x2 = x2A; y2 = y2A; } + GBool isValid() { return x1 != 0 || y1 != 0 || x2 != 0 || y2 != 0; } +}; + +//------------------------------------------------------------------------ +// PageAttrs +//------------------------------------------------------------------------ + +class PageAttrs { +public: + + // Construct a new PageAttrs object by merging a dictionary + // (of type Pages or Page) into another PageAttrs object. If + // is NULL, uses defaults. + PageAttrs(PageAttrs *attrs, Dict *dict); + + // Destructor. + ~PageAttrs(); + + // Accessors. + PDFRectangle *getMediaBox() { return &mediaBox; } + PDFRectangle *getCropBox() { return &cropBox; } + GBool isCropped() { return haveCropBox; } + PDFRectangle *getBleedBox() { return &bleedBox; } + PDFRectangle *getTrimBox() { return &trimBox; } + PDFRectangle *getArtBox() { return &artBox; } + int getRotate() { return rotate; } + GString *getLastModified() + { return lastModified.isString() + ? lastModified.getString() : (GString *)NULL; } + Dict *getBoxColorInfo() + { return boxColorInfo.isDict() ? boxColorInfo.getDict() : (Dict *)NULL; } + Dict *getGroup() + { return group.isDict() ? group.getDict() : (Dict *)NULL; } + Stream *getMetadata() + { return metadata.isStream() ? metadata.getStream() : (Stream *)NULL; } + Dict *getPieceInfo() + { return pieceInfo.isDict() ? pieceInfo.getDict() : (Dict *)NULL; } + Dict *getSeparationInfo() + { return separationInfo.isDict() + ? separationInfo.getDict() : (Dict *)NULL; } + Dict *getResourceDict() + { return resources.isDict() ? resources.getDict() : (Dict *)NULL; } + +private: + + GBool readBox(Dict *dict, char *key, PDFRectangle *box); + + PDFRectangle mediaBox; + PDFRectangle cropBox; + GBool haveCropBox; + PDFRectangle bleedBox; + PDFRectangle trimBox; + PDFRectangle artBox; + int rotate; + Object lastModified; + Object boxColorInfo; + Object group; + Object metadata; + Object pieceInfo; + Object separationInfo; + Object resources; +}; + +//------------------------------------------------------------------------ +// Page +//------------------------------------------------------------------------ + +class Page { +public: + + // Constructor. + Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA); + + // Destructor. + ~Page(); + + // Is page valid? + GBool isOk() { return ok; } + + // Get page parameters. + PDFRectangle *getMediaBox() { return attrs->getMediaBox(); } + PDFRectangle *getCropBox() { return attrs->getCropBox(); } + GBool isCropped() { return attrs->isCropped(); } + double getMediaWidth() + { return attrs->getMediaBox()->x2 - attrs->getMediaBox()->x1; } + double getMediaHeight() + { return attrs->getMediaBox()->y2 - attrs->getMediaBox()->y1; } + double getCropWidth() + { return attrs->getCropBox()->x2 - attrs->getCropBox()->x1; } + double getCropHeight() + { return attrs->getCropBox()->y2 - attrs->getCropBox()->y1; } + PDFRectangle *getBleedBox() { return attrs->getBleedBox(); } + PDFRectangle *getTrimBox() { return attrs->getTrimBox(); } + PDFRectangle *getArtBox() { return attrs->getArtBox(); } + int getRotate() { return attrs->getRotate(); } + GString *getLastModified() { return attrs->getLastModified(); } + Dict *getBoxColorInfo() { return attrs->getBoxColorInfo(); } + Dict *getGroup() { return attrs->getGroup(); } + Stream *getMetadata() { return attrs->getMetadata(); } + Dict *getPieceInfo() { return attrs->getPieceInfo(); } + Dict *getSeparationInfo() { return attrs->getSeparationInfo(); } + + // Get resource dictionary. + Dict *getResourceDict() { return attrs->getResourceDict(); } + + // Get annotations array. + Object *getAnnots(Object *obj) { return annots.fetch(xref, obj); } + + // Get contents. + Object *getContents(Object *obj) { return contents.fetch(xref, obj); } + + // Display a page. + void display(OutputDev *out, double hDPI, double vDPI, + int rotate, GBool useMediaBox, GBool crop, + Links *links, Catalog *catalog, + GBool (*abortCheckCbk)(void *data) = NULL, + void *abortCheckCbkData = NULL); + + // Display part of a page. + void displaySlice(OutputDev *out, double hDPI, double vDPI, + int rotate, GBool useMediaBox, GBool crop, + int sliceX, int sliceY, int sliceW, int sliceH, + Links *links, Catalog *catalog, + GBool (*abortCheckCbk)(void *data) = NULL, + void *abortCheckCbkData = NULL); + + // Get the page's default CTM. + void getDefaultCTM(double *ctm, double hDPI, double vDPI, + int rotate, GBool upsideDown); + +private: + + XRef *xref; // the xref table for this PDF file + int num; // page number + PageAttrs *attrs; // page attributes + Object annots; // annotations array + Object contents; // page contents + GBool ok; // true if page is valid +}; + +#endif diff --git a/pdftops/Parser.cxx b/pdftops/Parser.cxx new file mode 100644 index 0000000000..455b079ec9 --- /dev/null +++ b/pdftops/Parser.cxx @@ -0,0 +1,214 @@ +//======================================================================== +// +// Parser.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include "Object.h" +#include "Array.h" +#include "Dict.h" +#include "Parser.h" +#include "XRef.h" +#include "Error.h" +#include "Decrypt.h" + +Parser::Parser(XRef *xrefA, Lexer *lexerA) { + xref = xrefA; + lexer = lexerA; + inlineImg = 0; + lexer->getObj(&buf1); + lexer->getObj(&buf2); +} + +Parser::~Parser() { + buf1.free(); + buf2.free(); + delete lexer; +} + +Object *Parser::getObj(Object *obj, + Guchar *fileKey, int keyLength, + int objNum, int objGen) { + char *key; + Stream *str; + Object obj2; + int num; + Decrypt *decrypt; + GString *s; + char *p; + int i; + + // refill buffer after inline image data + if (inlineImg == 2) { + buf1.free(); + buf2.free(); + lexer->getObj(&buf1); + lexer->getObj(&buf2); + inlineImg = 0; + } + + // array + if (buf1.isCmd("[")) { + shift(); + obj->initArray(xref); + while (!buf1.isCmd("]") && !buf1.isEOF()) + obj->arrayAdd(getObj(&obj2, fileKey, keyLength, objNum, objGen)); + if (buf1.isEOF()) + error(getPos(), "End of file inside array"); + shift(); + + // dictionary or stream + } else if (buf1.isCmd("<<")) { + shift(); + obj->initDict(xref); + while (!buf1.isCmd(">>") && !buf1.isEOF()) { + if (!buf1.isName()) { + error(getPos(), "Dictionary key must be a name object"); + shift(); + } else { + key = copyString(buf1.getName()); + shift(); + if (buf1.isEOF() || buf1.isError()) { + gfree(key); + break; + } + obj->dictAdd(key, getObj(&obj2, fileKey, keyLength, objNum, objGen)); + } + } + if (buf1.isEOF()) + error(getPos(), "End of file inside dictionary"); + if (buf2.isCmd("stream")) { + if ((str = makeStream(obj))) { + obj->initStream(str); + if (fileKey) { + str->getBaseStream()->doDecryption(fileKey, keyLength, + objNum, objGen); + } + } else { + obj->free(); + obj->initError(); + } + } else { + shift(); + } + + // indirect reference or integer + } else if (buf1.isInt()) { + num = buf1.getInt(); + shift(); + if (buf1.isInt() && buf2.isCmd("R")) { + obj->initRef(num, buf1.getInt()); + shift(); + shift(); + } else { + obj->initInt(num); + } + + // string + } else if (buf1.isString() && fileKey) { + buf1.copy(obj); + s = obj->getString(); + decrypt = new Decrypt(fileKey, keyLength, objNum, objGen); + for (i = 0, p = obj->getString()->getCString(); + i < s->getLength(); + ++i, ++p) { + *p = decrypt->decryptByte(*p); + } + delete decrypt; + shift(); + + // simple object + } else { + buf1.copy(obj); + shift(); + } + + return obj; +} + +Stream *Parser::makeStream(Object *dict) { + Object obj; + BaseStream *baseStr; + Stream *str; + Guint pos, endPos, length; + + // get stream start position + lexer->skipToNextLine(); + pos = lexer->getPos(); + + // get length + dict->dictLookup("Length", &obj); + if (obj.isInt()) { + length = (Guint)obj.getInt(); + obj.free(); + } else { + error(getPos(), "Bad 'Length' attribute in stream"); + obj.free(); + return NULL; + } + + // check for length in damaged file + if (xref && xref->getStreamEnd(pos, &endPos)) { + length = endPos - pos; + } + + // in badly damaged PDF files, we can run off the end of the input + // stream immediately after the "stream" token + if (!lexer->getStream()) { + return NULL; + } + baseStr = lexer->getStream()->getBaseStream(); + + // skip over stream data + lexer->setPos(pos + length); + + // refill token buffers and check for 'endstream' + shift(); // kill '>>' + shift(); // kill 'stream' + if (buf1.isCmd("endstream")) { + shift(); + } else { + error(getPos(), "Missing 'endstream'"); + // kludge for broken PDF files: just add 5k to the length, and + // hope its enough + length += 5000; + } + + // make base stream + str = baseStr->makeSubStream(pos, gTrue, length, dict); + + // get filters + str = str->addFilters(dict); + + return str; +} + +void Parser::shift() { + if (inlineImg > 0) { + if (inlineImg < 2) { + ++inlineImg; + } else { + // in a damaged content stream, if 'ID' shows up in the middle + // of a dictionary, we need to reset + inlineImg = 0; + } + } else if (buf2.isCmd("ID")) { + lexer->skipChar(); // skip char after 'ID' command + inlineImg = 1; + } + buf1.free(); + buf1 = buf2; + if (inlineImg > 0) // don't buffer inline image data + buf2.initNull(); + else + lexer->getObj(&buf2); +} diff --git a/pdftops/Parser.h b/pdftops/Parser.h new file mode 100644 index 0000000000..754e9744cd --- /dev/null +++ b/pdftops/Parser.h @@ -0,0 +1,56 @@ +//======================================================================== +// +// Parser.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef PARSER_H +#define PARSER_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "Lexer.h" + +//------------------------------------------------------------------------ +// Parser +//------------------------------------------------------------------------ + +class Parser { +public: + + // Constructor. + Parser(XRef *xrefA, Lexer *lexerA); + + // Destructor. + ~Parser(); + + // Get the next object from the input stream. + Object *getObj(Object *obj, + Guchar *fileKey = NULL, int keyLength = 0, + int objNum = 0, int objGen = 0); + + // Get stream. + Stream *getStream() { return lexer->getStream(); } + + // Get current position in file. + int getPos() { return lexer->getPos(); } + +private: + + XRef *xref; // the xref table for this PDF file + Lexer *lexer; // input stream + Object buf1, buf2; // next two tokens + int inlineImg; // set when inline image data is encountered + + Stream *makeStream(Object *dict); + void shift(); +}; + +#endif + diff --git a/pdftops/README b/pdftops/README new file mode 100644 index 0000000000..f089d05d66 --- /dev/null +++ b/pdftops/README @@ -0,0 +1,446 @@ +Xpdf +==== + +version 2.02 +2003-mar-24 + +The Xpdf software and documentation are +copyright 1996-2003 Glyph & Cog, LLC. + +Email: derekn@foolabs.com +WWW: http://www.foolabs.com/xpdf/ + +The PDF data structures, operators, and specification are +copyright 1985-2001 Adobe Systems Inc. + + +What is Xpdf? +------------- + +Xpdf is an open source viewer for Portable Document Format (PDF) +files. (These are also sometimes also called 'Acrobat' files, from +the name of Adobe's PDF software.) The Xpdf project also includes a +PDF text extractor, PDF-to-PostScript converter, and various other +utilities. + +Xpdf runs under the X Window System on UNIX, VMS, and OS/2. The non-X +components (pdftops, pdftotext, etc.) also run on Win32 systems and +should run on pretty much any system with a decent C++ compiler. + +Xpdf is designed to be small and efficient. It can use Type 1, +TrueType, or standard X fonts. + + +Distribution +------------ + +Xpdf is licensed under the GNU General Public License (GPL), version +2. In my opinion, the GPL is a convoluted, confusing, ambiguous mess. +But it's also pervasive, and I'm sick of arguing. And even if it is +confusing, the basic idea is good. + +In order to cut down on the confusion a little bit, here are some +informal clarifications: + +- I don't mind if you redistribute Xpdf in source and/or binary form, + as long as you include all of the documentation: README, man pages + (or help files), and COPYING. (Note that the README file contains a + pointer to a web page with the source code.) + +- Selling a CD-ROM that contains Xpdf is fine with me, as long as it + includes the documentation. I wouldn't mind receiving a sample + copy, but it's not necessary. + +- If you make useful changes to Xpdf, please make the source code + available -- post it on a web site, email it to me, whatever. + +If you're interested in commercial licensing, please see the Glyph & +Cog web site: + + http://www.glyphandcog.com/ + + +Compatibility +------------- + +Xpdf is developed and tested on a Linux 2.2 x86 system. + +In addition, it has been compiled by others on Solaris, AIX, HP-UX, +SCO UnixWare, Digital Unix, Irix, and numerous other Unix +implementations, as well as VMS and OS/2. It should work on pretty +much any system which runs X11 and has Unix-like libraries. You'll +need ANSI C++ and C compilers to compile it. + +The non-X components of Xpdf (pdftops, pdftotext, pdfinfo, pdffonts, +pdfimages) can also be compiled on Win32 systems. See the Xpdf web +page for details. + +If you compile Xpdf for a system not listed on the web page, please +let me know. If you're willing to make your binary available by ftp +or on the web, I'll be happy to add a link from the Xpdf web page. I +have decided not to host any binaries I didn't compile myself (for +disk space and support reasons). + +If you can't get Xpdf to compile on your system, send me email and +I'll try to help. + +Xpdf has been ported to the Acorn, Amiga, BeOS, and EPOC. See the +Xpdf web page for links. + + +Getting Xpdf +------------ + +The latest version is available from: + + http://www.foolabs.com/xpdf/ + +or: + + ftp://ftp.foolabs.com/pub/xpdf/ + +Source code and several precompiled executables are available. + +Announcements of new versions are posted to several newsgroups +(comp.text.pdf, comp.os.linux.announce, and others) and emailed to a +list of people. If you'd like to receive email notification of new +versions, just let me know. + + +Running Xpdf +------------ + +To run xpdf, simply type: + + xpdf file.pdf + +To generate a PostScript file, hit the "print" button in xpdf, or run +pdftops: + + pdftops file.pdf + +To generate a plain text file, run pdftotext: + + pdftotext file.pdf + +There are four additional utilities (which are fully described in +their man pages): + + pdfinfo -- dumps a PDF file's Info dictionary (plus some other + useful information) + pdffonts -- lists the fonts used in a PDF file along with various + information for each font + pdftopbm -- converts a PDF file to a series of PBM-format bitmaps + pdfimages -- extracts the images from a PDF file + +Command line options and many other details are described in the man +pages (xpdf.1, etc.) and the VMS help files (xpdf.hlp, etc.). + + +Upgrading from Xpdf 0.9x +------------------------ + +WARNING: Xpdf 1.x switched to a completely different config file setup +than Xpdf 0.9x. + +Many of the configuration options that used to be X resources have +been moved into the Xpdf config file. There are also lots of new and +improved options. If you're upgrading from Xpdf 0.9x, please read +through the sample config file (doc/sample-xpdfrc) and the xpdfrc(5) +man page. + +The Asian language support has been pulled out into separate packages, +loaded at run time. This is much cleaner than the 0.9x approach -- it +makes the base distribution smaller, allows the language support +packages to be upgraded separately, and lets users customize Xpdf for +other text encodings without modifying the source. See the web site +(http://www.foolabs.com/xpdf) for info on downloading the language +support packages. + +All of the Xpdf tools, including the X viewer and the command line +programs, read the same config file. They first attempt to read the +user's personal config file: + + $HOME/.xpdfrc + +If it is not found, the Xpdf tools read a system-wide config file, +typically something like: + + /usr/local/etc/xpdfrc + +(this location can be customized when building Xpdf). + +The Win32 command line tools look in the directory containing the +executable, e.g.: + + C:/Program Files/Xpdf/xpdfrc + +Xpdf comes with a "sample-xpdfrc" file in the doc directory. This is +a good starting point for constructing your own config file. + +For full details, please see the xpdfrc(5) man page. + + +Fonts +----- + +By default, Xpdf will use X server fonts. It requires the following +fonts: + +* Courier: medium-r, bold-r, medium-o, and bold-o +* Helvetica: medium-r, bold-r, medium-o, and bold-o +* Times: medium-r, bold-r, medium-i, and bold-i +* Symbol: medium-r +* Zapf Dingbats: medium-r + +Most X installations should already have all of these fonts (except +maybe Zapf Dingbats). + +If Xpdf is built with support for t1lib (or FreeType 2), you can get +much higher quality text by using Type 1 fonts instead of X server +fonts. For example, you can use the Type 1 fonts that come with +ghostscript. To do this, add the following lines to the xpdfrc file +(e.g., /usr/local/etc/xpdfrc or $HOME/.xpdfrc): + +displayFontT1 Times-Roman /usr/local/share/ghostscript/fonts/n021003l.pfb +displayFontT1 Times-Italic /usr/local/share/ghostscript/fonts/n021023l.pfb +displayFontT1 Times-Bold /usr/local/share/ghostscript/fonts/n021004l.pfb +displayFontT1 Times-BoldItalic /usr/local/share/ghostscript/fonts/n021024l.pfb +displayFontT1 Helvetica /usr/local/share/ghostscript/fonts/n019003l.pfb +displayFontT1 Helvetica-Oblique /usr/local/share/ghostscript/fonts/n019023l.pfb +displayFontT1 Helvetica-Bold /usr/local/share/ghostscript/fonts/n019004l.pfb +displayFontT1 Helvetica-BoldOblique /usr/local/share/ghostscript/fonts/n019024l.pfb +displayFontT1 Courier /usr/local/share/ghostscript/fonts/n022003l.pfb +displayFontT1 Courier-Oblique /usr/local/share/ghostscript/fonts/n022023l.pfb +displayFontT1 Courier-Bold /usr/local/share/ghostscript/fonts/n022004l.pfb +displayFontT1 Courier-BoldOblique /usr/local/share/ghostscript/fonts/n022024l.pfb +displayFontT1 Symbol /usr/local/share/ghostscript/fonts/s050000l.pfb +displayFontT1 ZapfDingbats /usr/local/share/ghostscript/fonts/d050000l.pfb + +You will need to replace '/usr/local/share/ghostscript/fonts' with the +appropriate path on your system. + + +Compiling Xpdf +-------------- + +See the separate file, INSTALL. + + +Bugs +---- + +If you find a bug in Xpdf, i.e., if it prints an error message, +crashes, or incorrectly displays a document, and you don't see that +bug listed here, please send me email, with a pointer (URL, ftp site, +etc.) to the PDF file. + + +Acknowledgments +--------------- + +Thanks to: + +* Patrick Voigt for help with the remote server code. +* Patrick Moreau, Martin P.J. Zinser, and David Mathog for the VMS + port. +* David Boldt and Rick Rodgers for sample man pages. +* Brendan Miller for the icon idea. +* Olly Betts for help testing pdftotext. +* Peter Ganten for the OS/2 port. +* Michael Richmond for the Win32 port of pdftops and pdftotext and the + xpdf/cygwin/XFree86 build instructions. +* Frank M. Siegert for improvements in the PostScript code. +* Leo Smiers for the decryption patches. +* Rainer Menzner for creating t1lib, and for helping me adapt it to + xpdf. +* Pine Tree Systems A/S for funding the OPI and EPS support in + pdftops. +* Easy Software Products for funding the "sh" operator support. +* Tom Kacvinsky for help with FreeType and for being my interface to + the FreeType team. +* Theppitak Karoonboonyanan for help with Thai support. +* Leonard Rosenthol for help and contributions on a bunch of things. +* Alexandros Diamantidis and Maria Adaloglou for help with Greek + support. +* Lawrence Lai for help with the CJK Unicode maps. + +Various people have contributed modifications made for use by the +pdftex project: + +* Han The Thanh +* Martin Schröder of ArtCom GmbH + + +References +---------- + +Adobe Systems Inc., _PDF Reference: Adobe Portable Document Format +version 1.4_, 3nd ed. +Addison-Wesley, 2001, ISBN 0-201-75839-3. +http://partners.adobe.com/asn/developer/acrosdk/docs/filefmtspecs/PDFReference.pdf +[The printed manual for PDF version 1.4.] + +Adobe Systems Inc., _Portable Document Format: Changes from Version +1.3 to 1.4_, Adobe Developer Support Technical Note #5409. +June 11, 2001. +http://partners.adobe.com/asn/developer/acrosdk/docs/filefmtspecs/PDF14Deltas.pdf +[Updates for PDF 1.4.] + +Adobe Systems Inc., _PostScript Language Reference_, 3rd ed. +Addison-Wesley, 1999, ISBN 0-201-37922-8. +[The official PostScript manual.] + +Adobe Systems, Inc., _The Type 42 Font Format Specification_, +Adobe Developer Support Technical Specification #5012. 1998. +http://partners.adobe.com/asn/developer/pdfs/tn/5012.Type42_Spec.pdf +[Type 42 is the format used to embed TrueType fonts in PostScript +files.] + +Adobe Systems, Inc., _Adobe CMap and CIDFont Files Specification_, +Adobe Developer Support Technical Specification #5014. 1995. +http://www.adobe.com/supportservice/devrelations/PDFS/TN/5014.CIDFont_Spec.pdf +[CMap file format needed for Japanese and Chinese font support.] + +Adobe Systems, Inc., _Adobe-Japan1-4 Character Collection for +CID-Keyed Fonts_, Adobe Developer Support Technical Note #5078. +2000. +http://partners.adobe.com/asn/developer/PDFS/TN/5078.CID_Glyph.pdf +[The Adobe Japanese character set.] + +Adobe Systems, Inc., _Adobe-GB1-4 Character Collection for +CID-Keyed Fonts_, Adobe Developer Support Technical Note #5079. +2000. +http://partners.adobe.com/asn/developer/pdfs/tn/5079.Adobe-GB1-4.pdf +[The Adobe Chinese GB (simplified) character set.] + +Adobe Systems, Inc., _Adobe-CNS1-3 Character Collection for +CID-Keyed Fonts_, Adobe Developer Support Technical Note #5080. +2000. +http://partners.adobe.com/asn/developer/PDFS/TN/5080.CNS_CharColl.pdf +[The Adobe Chinese CNS (traditional) character set.] + +Adobe Systems Inc., _Supporting the DCT Filters in PostScript Level +2_, Adobe Developer Support Technical Note #5116. 1992. +http://www.adobe.com/supportservice/devrelations/PDFS/TN/5116.PS2_DCT.PDF +[Description of the DCTDecode filter parameters.] + +Adobe Systems Inc., _Open Prepress Interface (OPI) Specification - +Version 2.0_, Adobe Developer Support Technical Note #5660. 2000. +http://partners.adobe.com/asn/developer/PDFS/TN/5660.OPI_2.0.pdf + +Adobe Systems Inc., CMap files. +ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/ +[The actual CMap files for the 16-bit CJK encodings.] + +Adobe Systems Inc., Unicode glyph lists. +http://partners.adobe.com/asn/developer/type/unicodegn.html +http://partners.adobe.com/asn/developer/type/glyphlist.txt +http://partners.adobe.com/asn/developer/type/corporateuse.txt +http://partners.adobe.com/asn/developer/type/zapfdingbats.txt +[Mappings between character names to Unicode.] + +Aldus Corp., _OPI: Open Prepress Interface Specification 1.3_. 1993. +http://partners.adobe.com/asn/developer/PDFS/TN/OPI_13.pdf + +Anonymous, RC4 source code. +ftp://ftp.ox.ac.uk/pub/crypto/misc/rc4.tar.gz +ftp://idea.sec.dsi.unimi.it/pub/crypt/code/rc4.tar.gz +[This is the algorithm used to encrypt PDF files.] + +T. Boutell, et al., "PNG (Portable Network Graphics) Specification, +Version 1.0. RFC 2083. +[PDF uses the PNG filter algorithms.] + +CCITT, "Information Technology - Digital Compression and Coding of +Continuous-tone Still Images - Requirements and Guidelines", CCITT +Recommendation T.81. +http://www.w3.org/Graphics/JPEG/ +[The official JPEG spec.] + +A. Chernov, "Registration of a Cyrillic Character Set". RFC 1489. +[Documentation for the KOI8-R Cyrillic encoding.] + +Roman Czyborra, "The ISO 8859 Alphabet Soup". +http://czyborra.com/charsets/iso8859.html +[Documentation on the various ISO 859 encodings.] + +L. Peter Deutsch, "ZLIB Compressed Data Format Specification version +3.3". RFC 1950. +[Information on the general format used in FlateDecode streams.] + +L. Peter Deutsch, "DEFLATE Compressed Data Format Specification +version 1.3". RFC 1951. +[The definition of the compression algorithm used in FlateDecode +streams.] + +Jim Flowers, "X Logical Font Description Conventions", Version 1.5, X +Consortium Standard, X Version 11, Release 6.1. +ftp://ftp.x.org/pub/R6.1/xc/doc/hardcopy/XLFD/xlfd.PS.Z +[The official specification of X font descriptors, including font +transformation matrices.] + +Foley, van Dam, Feiner, and Hughes, _Computer Graphics: Principles and +Practice_, 2nd ed. Addison-Wesley, 1990, ISBN 0-201-12110-7. +[Colorspace conversion functions, Bezier spline math.] + +Robert L. Hummel, _Programmer's Technical Reference: Data and Fax +Communications_. Ziff-Davis Press, 1993, ISBN 1-56276-077-7. +[CCITT Group 3 and 4 fax decoding.] + +ISO/IEC, _Information technology -- Lossy/lossless coding of bi-level +images_. ISO/IEC 14492, First edition (2001-12-15). +http://webstore.ansi.org/ +[The official JBIG2 standard. The final draft of this spec is +available from http://www.jpeg.org/jbighomepage.html.] + +ITU, "Standardization of Group 3 facsimile terminals for document +transmission", ITU-T Recommendation T.4, 1999. +ITU, "Facsimile coding schemes and coding control functions for Group 4 +facsimile apparatus", ITU-T Recommendation T.6, 1993. +http://www.itu.int/ +[The official Group 3 and 4 fax standards - used by the CCITTFaxDecode +stream, as well as the JBIG2Decode stream.] + +Christoph Loeffler, Adriaan Ligtenberg, George S. Moschytz, "Practical +Fast 1-D DCT Algorithms with 11 Multiplications". IEEE Intl. Conf. on +Acoustics, Speech & Signal Processing, 1989, 988-991. +[The fast IDCT algorithm used in the DCTDecode filter.] + +Microsoft, _TrueType 1.0 Font Files_, rev. 1.66. 1995. +http://www.microsoft.com/typography/tt/tt.htm +[The TrueType font spec (in MS Word format, naturally).] + +Thai Industrial Standard, "Standard for Thai Character Codes for +Computers", TIS-620-2533 (1990). +http://www.nectec.or.th/it-standards/std620/std620.htm +[The TIS-620 Thai encoding.] + +P. Peterlin, "ISO 8859-2 (Latin 2) Resources". +http://sizif.mf.uni-lj.si/linux/cee/iso8859-2.html +[This is a web page with all sorts of useful Latin-2 character set and +font information.] + +Charles Poynton, "Color FAQ". +http://www.inforamp.net/~poynton/ColorFAQ.html +[The mapping from the CIE 1931 (XYZ) color space to RGB.] + +R. Rivest, "The MD5 Message-Digest Algorithm". RFC 1321. +[MD5 is used in PDF document encryption.] + +Unicode Consortium, "Unicode Home Page". +http://www.unicode.org/ +[Online copy of the Unicode spec.] + +W3C Recommendation, "PNG (Portable Network Graphics) Specification +Version 1.0". +http://www.w3.org/Graphics/PNG/ +[Defines the PNG image predictor.] + +Gregory K. Wallace, "The JPEG Still Picture Compression Standard". +ftp://ftp.uu.net/graphics/jpeg/wallace.ps.gz +[Good description of the JPEG standard. Also published in CACM, April +1991, and submitted to IEEE Transactions on Consumer Electronics.] + +F. Yergeau, "UTF-8, a transformation format of ISO 10646". RFC 2279. +[A commonly used Unicode encoding.] diff --git a/pdftops/SecurityHandler.cxx b/pdftops/SecurityHandler.cxx new file mode 100644 index 0000000000..34e766a2cd --- /dev/null +++ b/pdftops/SecurityHandler.cxx @@ -0,0 +1,378 @@ +//======================================================================== +// +// SecurityHandler.cc +// +// Copyright 2004 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include "GString.h" +#include "PDFDoc.h" +#include "Decrypt.h" +#include "Error.h" +#include "GlobalParams.h" +#if HAVE_XPDFCORE +# include "XPDFCore.h" +#elif HAVE_WINPDFCORE +# include "WinPDFCore.h" +#endif +#ifdef ENABLE_PLUGINS +# include "XpdfPluginAPI.h" +#endif +#include "SecurityHandler.h" + +//------------------------------------------------------------------------ +// SecurityHandler +//------------------------------------------------------------------------ + +SecurityHandler *SecurityHandler::make(PDFDoc *docA, Object *encryptDictA) { + Object filterObj; + SecurityHandler *secHdlr; +#ifdef ENABLE_PLUGINS + XpdfSecurityHandler *xsh; +#endif + + encryptDictA->dictLookup("Filter", &filterObj); + if (filterObj.isName("Standard")) { + secHdlr = new StandardSecurityHandler(docA, encryptDictA); + } else if (filterObj.isName()) { +#ifdef ENABLE_PLUGINS + if ((xsh = globalParams->getSecurityHandler(filterObj.getName()))) { + secHdlr = new ExternalSecurityHandler(docA, encryptDictA, xsh); + } else { +#endif + error(-1, "Couldn't find the '%s' security handler", + filterObj.getName()); + secHdlr = NULL; +#ifdef ENABLE_PLUGINS + } +#endif + } else { + error(-1, "Missing or invalid 'Filter' entry in encryption dictionary"); + secHdlr = NULL; + } + filterObj.free(); + return secHdlr; +} + +SecurityHandler::SecurityHandler(PDFDoc *docA) { + doc = docA; +} + +SecurityHandler::~SecurityHandler() { +} + +GBool SecurityHandler::checkEncryption(GString *ownerPassword, + GString *userPassword) { + void *authData; + GBool ok; + int i; + + if (ownerPassword || userPassword) { + authData = makeAuthData(ownerPassword, userPassword); + } else { + authData = NULL; + } + ok = authorize(authData); + if (authData) { + freeAuthData(authData); + } + for (i = 0; !ok && i < 3; ++i) { + if (!(authData = getAuthData())) { + break; + } + ok = authorize(authData); + if (authData) { + freeAuthData(authData); + } + } + if (!ok) { + error(-1, "Incorrect password"); + } + return ok; +} + +//------------------------------------------------------------------------ +// StandardSecurityHandler +//------------------------------------------------------------------------ + +class StandardAuthData { +public: + + StandardAuthData(GString *ownerPasswordA, GString *userPasswordA) { + ownerPassword = ownerPasswordA; + userPassword = userPasswordA; + } + + ~StandardAuthData() { + if (ownerPassword) { + delete ownerPassword; + } + if (userPassword) { + delete userPassword; + } + } + + GString *ownerPassword; + GString *userPassword; +}; + +StandardSecurityHandler::StandardSecurityHandler(PDFDoc *docA, + Object *encryptDictA): + SecurityHandler(docA) +{ + Object versionObj, revisionObj, lengthObj; + Object ownerKeyObj, userKeyObj, permObj, fileIDObj; + Object fileIDObj1; + Object cryptFiltersObj, streamFilterObj, stringFilterObj; + Object cryptFilterObj, cfmObj, cfLengthObj; + Object encryptMetadataObj; + + ok = gFalse; + fileID = NULL; + ownerKey = NULL; + userKey = NULL; + + encryptDictA->dictLookup("V", &versionObj); + encryptDictA->dictLookup("R", &revisionObj); + encryptDictA->dictLookup("Length", &lengthObj); + encryptDictA->dictLookup("O", &ownerKeyObj); + encryptDictA->dictLookup("U", &userKeyObj); + encryptDictA->dictLookup("P", &permObj); + doc->getXRef()->getTrailerDict()->dictLookup("ID", &fileIDObj); + if (versionObj.isInt() && + revisionObj.isInt() && + ownerKeyObj.isString() && ownerKeyObj.getString()->getLength() == 32 && + userKeyObj.isString() && userKeyObj.getString()->getLength() == 32 && + permObj.isInt()) { + encVersion = versionObj.getInt(); + encRevision = revisionObj.getInt(); + // revision 2 forces a 40-bit key - some buggy PDF generators + // set the Length value incorrectly + if (encRevision == 2 || !lengthObj.isInt()) { + fileKeyLength = 5; + } else { + fileKeyLength = lengthObj.getInt() / 8; + } + encryptMetadata = gTrue; + //~ this currently only handles a subset of crypt filter functionality + if (encVersion == 4 && encRevision == 4) { + encryptDictA->dictLookup("CF", &cryptFiltersObj); + encryptDictA->dictLookup("StmF", &streamFilterObj); + encryptDictA->dictLookup("StrF", &stringFilterObj); + if (cryptFiltersObj.isDict() && + streamFilterObj.isName() && + stringFilterObj.isName() && + !strcmp(streamFilterObj.getName(), stringFilterObj.getName())) { + if (cryptFiltersObj.dictLookup(streamFilterObj.getName(), + &cryptFilterObj)->isDict()) { + if (cryptFilterObj.dictLookup("CFM", &cfmObj)->isName("V2")) { + encVersion = 2; + encRevision = 3; + if (cryptFilterObj.dictLookup("Length", &cfLengthObj)->isInt()) { + //~ according to the spec, this should be cfLengthObj / 8 + fileKeyLength = cfLengthObj.getInt(); + } + cfLengthObj.free(); + } + cfmObj.free(); + } + cryptFilterObj.free(); + } + stringFilterObj.free(); + streamFilterObj.free(); + cryptFiltersObj.free(); + if (encryptDictA->dictLookup("EncryptMetadata", + &encryptMetadataObj)->isBool()) { + encryptMetadata = encryptMetadataObj.getBool(); + } + encryptMetadataObj.free(); + } + permFlags = permObj.getInt(); + ownerKey = ownerKeyObj.getString()->copy(); + userKey = userKeyObj.getString()->copy(); + if (encVersion >= 1 && encVersion <= 2 && + encRevision >= 2 && encRevision <= 3) { + if (fileIDObj.isArray()) { + if (fileIDObj.arrayGet(0, &fileIDObj1)->isString()) { + fileID = fileIDObj1.getString()->copy(); + } else { + fileID = new GString(); + } + fileIDObj1.free(); + } else { + fileID = new GString(); + } + ok = gTrue; + } else { + error(-1, "Unsupported version/revision (%d/%d) of Standard security handler", + encVersion, encRevision); + } + } else { + error(-1, "Weird encryption info"); + } + if (fileKeyLength > 16) { + fileKeyLength = 16; + } + fileIDObj.free(); + permObj.free(); + userKeyObj.free(); + ownerKeyObj.free(); + lengthObj.free(); + revisionObj.free(); + versionObj.free(); +} + +StandardSecurityHandler::~StandardSecurityHandler() { + if (fileID) { + delete fileID; + } + if (ownerKey) { + delete ownerKey; + } + if (userKey) { + delete userKey; + } +} + +void *StandardSecurityHandler::makeAuthData(GString *ownerPassword, + GString *userPassword) { + return new StandardAuthData(ownerPassword ? ownerPassword->copy() + : (GString *)NULL, + userPassword ? userPassword->copy() + : (GString *)NULL); +} + +void *StandardSecurityHandler::getAuthData() { +#if HAVE_XPDFCORE + XPDFCore *core; + GString *password; + + if (!(core = (XPDFCore *)doc->getGUIData()) || + !(password = core->getPassword())) { + return NULL; + } + return new StandardAuthData(password, password->copy()); +#elif HAVE_WINPDFCORE + WinPDFCore *core; + GString *password; + + if (!(core = (WinPDFCore *)doc->getGUIData()) || + !(password = core->getPassword())) { + return NULL; + } + return new StandardAuthData(password, password->copy()); +#else + return NULL; +#endif +} + +void StandardSecurityHandler::freeAuthData(void *authData) { + delete (StandardAuthData *)authData; +} + +GBool StandardSecurityHandler::authorize(void *authData) { + GString *ownerPassword, *userPassword; + + if (!ok) { + return gFalse; + } + if (authData) { + ownerPassword = ((StandardAuthData *)authData)->ownerPassword; + userPassword = ((StandardAuthData *)authData)->userPassword; + } else { + ownerPassword = NULL; + userPassword = NULL; + } + if (!Decrypt::makeFileKey(encVersion, encRevision, fileKeyLength, + ownerKey, userKey, permFlags, fileID, + ownerPassword, userPassword, fileKey, + encryptMetadata, &ownerPasswordOk)) { + return gFalse; + } + return gTrue; +} + +#ifdef ENABLE_PLUGINS + +//------------------------------------------------------------------------ +// ExternalSecurityHandler +//------------------------------------------------------------------------ + +ExternalSecurityHandler::ExternalSecurityHandler(PDFDoc *docA, + Object *encryptDictA, + XpdfSecurityHandler *xshA): + SecurityHandler(docA) +{ + encryptDictA->copy(&encryptDict); + xsh = xshA; + ok = gFalse; + + if (!(*xsh->newDoc)(xsh->handlerData, (XpdfDoc)docA, + (XpdfObject)encryptDictA, &docData)) { + return; + } + + ok = gTrue; +} + +ExternalSecurityHandler::~ExternalSecurityHandler() { + (*xsh->freeDoc)(xsh->handlerData, docData); + encryptDict.free(); +} + +void *ExternalSecurityHandler::makeAuthData(GString *ownerPassword, + GString *userPassword) { + char *opw, *upw; + void *authData; + + opw = ownerPassword ? ownerPassword->getCString() : (char *)NULL; + upw = userPassword ? userPassword->getCString() : (char *)NULL; + if (!(*xsh->makeAuthData)(xsh->handlerData, docData, opw, upw, &authData)) { + return NULL; + } + return authData; +} + +void *ExternalSecurityHandler::getAuthData() { + void *authData; + + if (!(*xsh->getAuthData)(xsh->handlerData, docData, &authData)) { + return NULL; + } + return authData; +} + +void ExternalSecurityHandler::freeAuthData(void *authData) { + (*xsh->freeAuthData)(xsh->handlerData, docData, authData); +} + +GBool ExternalSecurityHandler::authorize(void *authData) { + char *key; + int length; + + if (!ok) { + return gFalse; + } + permFlags = (*xsh->authorize)(xsh->handlerData, docData, authData); + if (!(permFlags & xpdfPermissionOpen)) { + return gFalse; + } + if (!(*xsh->getKey)(xsh->handlerData, docData, &key, &length, &encVersion)) { + return gFalse; + } + if ((fileKeyLength = length) > 16) { + fileKeyLength = 16; + } + memcpy(fileKey, key, fileKeyLength); + (*xsh->freeKey)(xsh->handlerData, docData, key, length); + return gTrue; +} + +#endif // ENABLE_PLUGINS diff --git a/pdftops/SecurityHandler.h b/pdftops/SecurityHandler.h new file mode 100644 index 0000000000..db108bab2e --- /dev/null +++ b/pdftops/SecurityHandler.h @@ -0,0 +1,155 @@ +//======================================================================== +// +// SecurityHandler.h +// +// Copyright 2004 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef SECURITYHANDLER_H +#define SECURITYHANDLER_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "Object.h" + +class GString; +class PDFDoc; +struct XpdfSecurityHandler; + +//------------------------------------------------------------------------ +// SecurityHandler +//------------------------------------------------------------------------ + +class SecurityHandler { +public: + + static SecurityHandler *make(PDFDoc *docA, Object *encryptDictA); + + SecurityHandler(PDFDoc *docA); + virtual ~SecurityHandler(); + + // Check the document's encryption. If the document is encrypted, + // this will first try and (in + // "batch" mode), and if those fail, it will attempt to request a + // password from the user. This is the high-level function that + // calls the lower level functions for the specific security handler + // (requesting a password three times, etc.). Returns true if the + // document can be opened (if it's unencrypted, or if a correct + // password is obtained); false otherwise (encrypted and no correct + // password). + GBool checkEncryption(GString *ownerPassword, + GString *userPassword); + + // Create authorization data for the specified owner and user + // passwords. If the security handler doesn't support "batch" mode, + // this function should return NULL. + virtual void *makeAuthData(GString *ownerPassword, + GString *userPassword) = 0; + + // Construct authorization data, typically by prompting the user for + // a password. Returns an authorization data object, or NULL to + // cancel. + virtual void *getAuthData() = 0; + + // Free the authorization data returned by makeAuthData or + // getAuthData. + virtual void freeAuthData(void *authData) = 0; + + // Attempt to authorize the document, using the supplied + // authorization data (which may be NULL). Returns true if + // successful (i.e., if at least the right to open the document was + // granted). + virtual GBool authorize(void *authData) = 0; + + // Return the various authorization parameters. These are only + // valid after authorize has returned true. + virtual int getPermissionFlags() = 0; + virtual GBool getOwnerPasswordOk() = 0; + virtual Guchar *getFileKey() = 0; + virtual int getFileKeyLength() = 0; + virtual int getEncVersion() = 0; + +protected: + + PDFDoc *doc; +}; + +//------------------------------------------------------------------------ +// StandardSecurityHandler +//------------------------------------------------------------------------ + +class StandardSecurityHandler: public SecurityHandler { +public: + + StandardSecurityHandler(PDFDoc *docA, Object *encryptDictA); + virtual ~StandardSecurityHandler(); + + virtual void *makeAuthData(GString *ownerPassword, + GString *userPassword); + virtual void *getAuthData(); + virtual void freeAuthData(void *authData); + virtual GBool authorize(void *authData); + virtual int getPermissionFlags() { return permFlags; } + virtual GBool getOwnerPasswordOk() { return ownerPasswordOk; } + virtual Guchar *getFileKey() { return fileKey; } + virtual int getFileKeyLength() { return fileKeyLength; } + virtual int getEncVersion() { return encVersion; } + +private: + + int permFlags; + GBool ownerPasswordOk; + Guchar fileKey[16]; + int fileKeyLength; + int encVersion; + int encRevision; + GBool encryptMetadata; + + GString *ownerKey, *userKey; + GString *fileID; + GBool ok; +}; + +#ifdef ENABLE_PLUGINS +//------------------------------------------------------------------------ +// ExternalSecurityHandler +//------------------------------------------------------------------------ + +class ExternalSecurityHandler: public SecurityHandler { +public: + + ExternalSecurityHandler(PDFDoc *docA, Object *encryptDictA, + XpdfSecurityHandler *xshA); + virtual ~ExternalSecurityHandler(); + + virtual void *makeAuthData(GString *ownerPassword, + GString *userPassword); + virtual void *getAuthData(); + virtual void freeAuthData(void *authData); + virtual GBool authorize(void *authData); + virtual int getPermissionFlags() { return permFlags; } + virtual GBool getOwnerPasswordOk() { return gFalse; } + virtual Guchar *getFileKey() { return fileKey; } + virtual int getFileKeyLength() { return fileKeyLength; } + virtual int getEncVersion() { return encVersion; } + +private: + + Object encryptDict; + XpdfSecurityHandler *xsh; + void *docData; + int permFlags; + Guchar fileKey[16]; + int fileKeyLength; + int encVersion; + GBool ok; +}; +#endif // ENABLE_PLUGINS + +#endif diff --git a/pdftops/Stream-CCITT.h b/pdftops/Stream-CCITT.h new file mode 100644 index 0000000000..c4458fe714 --- /dev/null +++ b/pdftops/Stream-CCITT.h @@ -0,0 +1,459 @@ +//======================================================================== +// +// Stream-CCITT.h +// +// Tables for CCITT Fax decoding. +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +struct CCITTCode { + short bits; + short n; +}; + +#define ccittEOL -2 + +//------------------------------------------------------------------------ +// 2D codes +//------------------------------------------------------------------------ + +#define twoDimPass 0 +#define twoDimHoriz 1 +#define twoDimVert0 2 +#define twoDimVertR1 3 +#define twoDimVertL1 4 +#define twoDimVertR2 5 +#define twoDimVertL2 6 +#define twoDimVertR3 7 +#define twoDimVertL3 8 + +// 1-7 bit codes +static CCITTCode twoDimTab1[128] = { + {-1, -1}, {-1, -1}, // 000000x + {7, twoDimVertL3}, // 0000010 + {7, twoDimVertR3}, // 0000011 + {6, twoDimVertL2}, {6, twoDimVertL2}, // 000010x + {6, twoDimVertR2}, {6, twoDimVertR2}, // 000011x + {4, twoDimPass}, {4, twoDimPass}, // 0001xxx + {4, twoDimPass}, {4, twoDimPass}, + {4, twoDimPass}, {4, twoDimPass}, + {4, twoDimPass}, {4, twoDimPass}, + {3, twoDimHoriz}, {3, twoDimHoriz}, // 001xxxx + {3, twoDimHoriz}, {3, twoDimHoriz}, + {3, twoDimHoriz}, {3, twoDimHoriz}, + {3, twoDimHoriz}, {3, twoDimHoriz}, + {3, twoDimHoriz}, {3, twoDimHoriz}, + {3, twoDimHoriz}, {3, twoDimHoriz}, + {3, twoDimHoriz}, {3, twoDimHoriz}, + {3, twoDimHoriz}, {3, twoDimHoriz}, + {3, twoDimVertL1}, {3, twoDimVertL1}, // 010xxxx + {3, twoDimVertL1}, {3, twoDimVertL1}, + {3, twoDimVertL1}, {3, twoDimVertL1}, + {3, twoDimVertL1}, {3, twoDimVertL1}, + {3, twoDimVertL1}, {3, twoDimVertL1}, + {3, twoDimVertL1}, {3, twoDimVertL1}, + {3, twoDimVertL1}, {3, twoDimVertL1}, + {3, twoDimVertL1}, {3, twoDimVertL1}, + {3, twoDimVertR1}, {3, twoDimVertR1}, // 011xxxx + {3, twoDimVertR1}, {3, twoDimVertR1}, + {3, twoDimVertR1}, {3, twoDimVertR1}, + {3, twoDimVertR1}, {3, twoDimVertR1}, + {3, twoDimVertR1}, {3, twoDimVertR1}, + {3, twoDimVertR1}, {3, twoDimVertR1}, + {3, twoDimVertR1}, {3, twoDimVertR1}, + {3, twoDimVertR1}, {3, twoDimVertR1}, + {1, twoDimVert0}, {1, twoDimVert0}, // 1xxxxxx + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0}, + {1, twoDimVert0}, {1, twoDimVert0} +}; + +//------------------------------------------------------------------------ +// white run lengths +//------------------------------------------------------------------------ + +// 11-12 bit codes (upper 7 bits are 0) +static CCITTCode whiteTab1[32] = { + {-1, -1}, // 00000 + {12, ccittEOL}, // 00001 + {-1, -1}, {-1, -1}, // 0001x + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 001xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 010xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 011xx + {11, 1792}, {11, 1792}, // 1000x + {12, 1984}, // 10010 + {12, 2048}, // 10011 + {12, 2112}, // 10100 + {12, 2176}, // 10101 + {12, 2240}, // 10110 + {12, 2304}, // 10111 + {11, 1856}, {11, 1856}, // 1100x + {11, 1920}, {11, 1920}, // 1101x + {12, 2368}, // 11100 + {12, 2432}, // 11101 + {12, 2496}, // 11110 + {12, 2560} // 11111 +}; + +// 1-9 bit codes +static CCITTCode whiteTab2[512] = { + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 0000000xx + {8, 29}, {8, 29}, // 00000010x + {8, 30}, {8, 30}, // 00000011x + {8, 45}, {8, 45}, // 00000100x + {8, 46}, {8, 46}, // 00000101x + {7, 22}, {7, 22}, {7, 22}, {7, 22}, // 0000011xx + {7, 23}, {7, 23}, {7, 23}, {7, 23}, // 0000100xx + {8, 47}, {8, 47}, // 00001010x + {8, 48}, {8, 48}, // 00001011x + {6, 13}, {6, 13}, {6, 13}, {6, 13}, // 000011xxx + {6, 13}, {6, 13}, {6, 13}, {6, 13}, + {7, 20}, {7, 20}, {7, 20}, {7, 20}, // 0001000xx + {8, 33}, {8, 33}, // 00010010x + {8, 34}, {8, 34}, // 00010011x + {8, 35}, {8, 35}, // 00010100x + {8, 36}, {8, 36}, // 00010101x + {8, 37}, {8, 37}, // 00010110x + {8, 38}, {8, 38}, // 00010111x + {7, 19}, {7, 19}, {7, 19}, {7, 19}, // 0001100xx + {8, 31}, {8, 31}, // 00011010x + {8, 32}, {8, 32}, // 00011011x + {6, 1}, {6, 1}, {6, 1}, {6, 1}, // 000111xxx + {6, 1}, {6, 1}, {6, 1}, {6, 1}, + {6, 12}, {6, 12}, {6, 12}, {6, 12}, // 001000xxx + {6, 12}, {6, 12}, {6, 12}, {6, 12}, + {8, 53}, {8, 53}, // 00100100x + {8, 54}, {8, 54}, // 00100101x + {7, 26}, {7, 26}, {7, 26}, {7, 26}, // 0010011xx + {8, 39}, {8, 39}, // 00101000x + {8, 40}, {8, 40}, // 00101001x + {8, 41}, {8, 41}, // 00101010x + {8, 42}, {8, 42}, // 00101011x + {8, 43}, {8, 43}, // 00101100x + {8, 44}, {8, 44}, // 00101101x + {7, 21}, {7, 21}, {7, 21}, {7, 21}, // 0010111xx + {7, 28}, {7, 28}, {7, 28}, {7, 28}, // 0011000xx + {8, 61}, {8, 61}, // 00110010x + {8, 62}, {8, 62}, // 00110011x + {8, 63}, {8, 63}, // 00110100x + {8, 0}, {8, 0}, // 00110101x + {8, 320}, {8, 320}, // 00110110x + {8, 384}, {8, 384}, // 00110111x + {5, 10}, {5, 10}, {5, 10}, {5, 10}, // 00111xxxx + {5, 10}, {5, 10}, {5, 10}, {5, 10}, + {5, 10}, {5, 10}, {5, 10}, {5, 10}, + {5, 10}, {5, 10}, {5, 10}, {5, 10}, + {5, 11}, {5, 11}, {5, 11}, {5, 11}, // 01000xxxx + {5, 11}, {5, 11}, {5, 11}, {5, 11}, + {5, 11}, {5, 11}, {5, 11}, {5, 11}, + {5, 11}, {5, 11}, {5, 11}, {5, 11}, + {7, 27}, {7, 27}, {7, 27}, {7, 27}, // 0100100xx + {8, 59}, {8, 59}, // 01001010x + {8, 60}, {8, 60}, // 01001011x + {9, 1472}, // 010011000 + {9, 1536}, // 010011001 + {9, 1600}, // 010011010 + {9, 1728}, // 010011011 + {7, 18}, {7, 18}, {7, 18}, {7, 18}, // 0100111xx + {7, 24}, {7, 24}, {7, 24}, {7, 24}, // 0101000xx + {8, 49}, {8, 49}, // 01010010x + {8, 50}, {8, 50}, // 01010011x + {8, 51}, {8, 51}, // 01010100x + {8, 52}, {8, 52}, // 01010101x + {7, 25}, {7, 25}, {7, 25}, {7, 25}, // 0101011xx + {8, 55}, {8, 55}, // 01011000x + {8, 56}, {8, 56}, // 01011001x + {8, 57}, {8, 57}, // 01011010x + {8, 58}, {8, 58}, // 01011011x + {6, 192}, {6, 192}, {6, 192}, {6, 192}, // 010111xxx + {6, 192}, {6, 192}, {6, 192}, {6, 192}, + {6, 1664}, {6, 1664}, {6, 1664}, {6, 1664}, // 011000xxx + {6, 1664}, {6, 1664}, {6, 1664}, {6, 1664}, + {8, 448}, {8, 448}, // 01100100x + {8, 512}, {8, 512}, // 01100101x + {9, 704}, // 011001100 + {9, 768}, // 011001101 + {8, 640}, {8, 640}, // 01100111x + {8, 576}, {8, 576}, // 01101000x + {9, 832}, // 011010010 + {9, 896}, // 011010011 + {9, 960}, // 011010100 + {9, 1024}, // 011010101 + {9, 1088}, // 011010110 + {9, 1152}, // 011010111 + {9, 1216}, // 011011000 + {9, 1280}, // 011011001 + {9, 1344}, // 011011010 + {9, 1408}, // 011011011 + {7, 256}, {7, 256}, {7, 256}, {7, 256}, // 0110111xx + {4, 2}, {4, 2}, {4, 2}, {4, 2}, // 0111xxxxx + {4, 2}, {4, 2}, {4, 2}, {4, 2}, + {4, 2}, {4, 2}, {4, 2}, {4, 2}, + {4, 2}, {4, 2}, {4, 2}, {4, 2}, + {4, 2}, {4, 2}, {4, 2}, {4, 2}, + {4, 2}, {4, 2}, {4, 2}, {4, 2}, + {4, 2}, {4, 2}, {4, 2}, {4, 2}, + {4, 2}, {4, 2}, {4, 2}, {4, 2}, + {4, 3}, {4, 3}, {4, 3}, {4, 3}, // 1000xxxxx + {4, 3}, {4, 3}, {4, 3}, {4, 3}, + {4, 3}, {4, 3}, {4, 3}, {4, 3}, + {4, 3}, {4, 3}, {4, 3}, {4, 3}, + {4, 3}, {4, 3}, {4, 3}, {4, 3}, + {4, 3}, {4, 3}, {4, 3}, {4, 3}, + {4, 3}, {4, 3}, {4, 3}, {4, 3}, + {4, 3}, {4, 3}, {4, 3}, {4, 3}, + {5, 128}, {5, 128}, {5, 128}, {5, 128}, // 10010xxxx + {5, 128}, {5, 128}, {5, 128}, {5, 128}, + {5, 128}, {5, 128}, {5, 128}, {5, 128}, + {5, 128}, {5, 128}, {5, 128}, {5, 128}, + {5, 8}, {5, 8}, {5, 8}, {5, 8}, // 10011xxxx + {5, 8}, {5, 8}, {5, 8}, {5, 8}, + {5, 8}, {5, 8}, {5, 8}, {5, 8}, + {5, 8}, {5, 8}, {5, 8}, {5, 8}, + {5, 9}, {5, 9}, {5, 9}, {5, 9}, // 10100xxxx + {5, 9}, {5, 9}, {5, 9}, {5, 9}, + {5, 9}, {5, 9}, {5, 9}, {5, 9}, + {5, 9}, {5, 9}, {5, 9}, {5, 9}, + {6, 16}, {6, 16}, {6, 16}, {6, 16}, // 101010xxx + {6, 16}, {6, 16}, {6, 16}, {6, 16}, + {6, 17}, {6, 17}, {6, 17}, {6, 17}, // 101011xxx + {6, 17}, {6, 17}, {6, 17}, {6, 17}, + {4, 4}, {4, 4}, {4, 4}, {4, 4}, // 1011xxxxx + {4, 4}, {4, 4}, {4, 4}, {4, 4}, + {4, 4}, {4, 4}, {4, 4}, {4, 4}, + {4, 4}, {4, 4}, {4, 4}, {4, 4}, + {4, 4}, {4, 4}, {4, 4}, {4, 4}, + {4, 4}, {4, 4}, {4, 4}, {4, 4}, + {4, 4}, {4, 4}, {4, 4}, {4, 4}, + {4, 4}, {4, 4}, {4, 4}, {4, 4}, + {4, 5}, {4, 5}, {4, 5}, {4, 5}, // 1100xxxxx + {4, 5}, {4, 5}, {4, 5}, {4, 5}, + {4, 5}, {4, 5}, {4, 5}, {4, 5}, + {4, 5}, {4, 5}, {4, 5}, {4, 5}, + {4, 5}, {4, 5}, {4, 5}, {4, 5}, + {4, 5}, {4, 5}, {4, 5}, {4, 5}, + {4, 5}, {4, 5}, {4, 5}, {4, 5}, + {4, 5}, {4, 5}, {4, 5}, {4, 5}, + {6, 14}, {6, 14}, {6, 14}, {6, 14}, // 110100xxx + {6, 14}, {6, 14}, {6, 14}, {6, 14}, + {6, 15}, {6, 15}, {6, 15}, {6, 15}, // 110101xxx + {6, 15}, {6, 15}, {6, 15}, {6, 15}, + {5, 64}, {5, 64}, {5, 64}, {5, 64}, // 11011xxxx + {5, 64}, {5, 64}, {5, 64}, {5, 64}, + {5, 64}, {5, 64}, {5, 64}, {5, 64}, + {5, 64}, {5, 64}, {5, 64}, {5, 64}, + {4, 6}, {4, 6}, {4, 6}, {4, 6}, // 1110xxxxx + {4, 6}, {4, 6}, {4, 6}, {4, 6}, + {4, 6}, {4, 6}, {4, 6}, {4, 6}, + {4, 6}, {4, 6}, {4, 6}, {4, 6}, + {4, 6}, {4, 6}, {4, 6}, {4, 6}, + {4, 6}, {4, 6}, {4, 6}, {4, 6}, + {4, 6}, {4, 6}, {4, 6}, {4, 6}, + {4, 6}, {4, 6}, {4, 6}, {4, 6}, + {4, 7}, {4, 7}, {4, 7}, {4, 7}, // 1111xxxxx + {4, 7}, {4, 7}, {4, 7}, {4, 7}, + {4, 7}, {4, 7}, {4, 7}, {4, 7}, + {4, 7}, {4, 7}, {4, 7}, {4, 7}, + {4, 7}, {4, 7}, {4, 7}, {4, 7}, + {4, 7}, {4, 7}, {4, 7}, {4, 7}, + {4, 7}, {4, 7}, {4, 7}, {4, 7}, + {4, 7}, {4, 7}, {4, 7}, {4, 7} +}; + +//------------------------------------------------------------------------ +// black run lengths +//------------------------------------------------------------------------ + +// 10-13 bit codes (upper 6 bits are 0) +static CCITTCode blackTab1[128] = { + {-1, -1}, {-1, -1}, // 000000000000x + {12, ccittEOL}, {12, ccittEOL}, // 000000000001x + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 00000000001xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 00000000010xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 00000000011xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 00000000100xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 00000000101xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 00000000110xx + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 00000000111xx + {11, 1792}, {11, 1792}, {11, 1792}, {11, 1792}, // 00000001000xx + {12, 1984}, {12, 1984}, // 000000010010x + {12, 2048}, {12, 2048}, // 000000010011x + {12, 2112}, {12, 2112}, // 000000010100x + {12, 2176}, {12, 2176}, // 000000010101x + {12, 2240}, {12, 2240}, // 000000010110x + {12, 2304}, {12, 2304}, // 000000010111x + {11, 1856}, {11, 1856}, {11, 1856}, {11, 1856}, // 00000001100xx + {11, 1920}, {11, 1920}, {11, 1920}, {11, 1920}, // 00000001101xx + {12, 2368}, {12, 2368}, // 000000011100x + {12, 2432}, {12, 2432}, // 000000011101x + {12, 2496}, {12, 2496}, // 000000011110x + {12, 2560}, {12, 2560}, // 000000011111x + {10, 18}, {10, 18}, {10, 18}, {10, 18}, // 0000001000xxx + {10, 18}, {10, 18}, {10, 18}, {10, 18}, + {12, 52}, {12, 52}, // 000000100100x + {13, 640}, // 0000001001010 + {13, 704}, // 0000001001011 + {13, 768}, // 0000001001100 + {13, 832}, // 0000001001101 + {12, 55}, {12, 55}, // 000000100111x + {12, 56}, {12, 56}, // 000000101000x + {13, 1280}, // 0000001010010 + {13, 1344}, // 0000001010011 + {13, 1408}, // 0000001010100 + {13, 1472}, // 0000001010101 + {12, 59}, {12, 59}, // 000000101011x + {12, 60}, {12, 60}, // 000000101100x + {13, 1536}, // 0000001011010 + {13, 1600}, // 0000001011011 + {11, 24}, {11, 24}, {11, 24}, {11, 24}, // 00000010111xx + {11, 25}, {11, 25}, {11, 25}, {11, 25}, // 00000011000xx + {13, 1664}, // 0000001100100 + {13, 1728}, // 0000001100101 + {12, 320}, {12, 320}, // 000000110011x + {12, 384}, {12, 384}, // 000000110100x + {12, 448}, {12, 448}, // 000000110101x + {13, 512}, // 0000001101100 + {13, 576}, // 0000001101101 + {12, 53}, {12, 53}, // 000000110111x + {12, 54}, {12, 54}, // 000000111000x + {13, 896}, // 0000001110010 + {13, 960}, // 0000001110011 + {13, 1024}, // 0000001110100 + {13, 1088}, // 0000001110101 + {13, 1152}, // 0000001110110 + {13, 1216}, // 0000001110111 + {10, 64}, {10, 64}, {10, 64}, {10, 64}, // 0000001111xxx + {10, 64}, {10, 64}, {10, 64}, {10, 64} +}; + +// 7-12 bit codes (upper 4 bits are 0) +static CCITTCode blackTab2[192] = { + {8, 13}, {8, 13}, {8, 13}, {8, 13}, // 00000100xxxx + {8, 13}, {8, 13}, {8, 13}, {8, 13}, + {8, 13}, {8, 13}, {8, 13}, {8, 13}, + {8, 13}, {8, 13}, {8, 13}, {8, 13}, + {11, 23}, {11, 23}, // 00000101000x + {12, 50}, // 000001010010 + {12, 51}, // 000001010011 + {12, 44}, // 000001010100 + {12, 45}, // 000001010101 + {12, 46}, // 000001010110 + {12, 47}, // 000001010111 + {12, 57}, // 000001011000 + {12, 58}, // 000001011001 + {12, 61}, // 000001011010 + {12, 256}, // 000001011011 + {10, 16}, {10, 16}, {10, 16}, {10, 16}, // 0000010111xx + {10, 17}, {10, 17}, {10, 17}, {10, 17}, // 0000011000xx + {12, 48}, // 000001100100 + {12, 49}, // 000001100101 + {12, 62}, // 000001100110 + {12, 63}, // 000001100111 + {12, 30}, // 000001101000 + {12, 31}, // 000001101001 + {12, 32}, // 000001101010 + {12, 33}, // 000001101011 + {12, 40}, // 000001101100 + {12, 41}, // 000001101101 + {11, 22}, {11, 22}, // 00000110111x + {8, 14}, {8, 14}, {8, 14}, {8, 14}, // 00000111xxxx + {8, 14}, {8, 14}, {8, 14}, {8, 14}, + {8, 14}, {8, 14}, {8, 14}, {8, 14}, + {8, 14}, {8, 14}, {8, 14}, {8, 14}, + {7, 10}, {7, 10}, {7, 10}, {7, 10}, // 0000100xxxxx + {7, 10}, {7, 10}, {7, 10}, {7, 10}, + {7, 10}, {7, 10}, {7, 10}, {7, 10}, + {7, 10}, {7, 10}, {7, 10}, {7, 10}, + {7, 10}, {7, 10}, {7, 10}, {7, 10}, + {7, 10}, {7, 10}, {7, 10}, {7, 10}, + {7, 10}, {7, 10}, {7, 10}, {7, 10}, + {7, 10}, {7, 10}, {7, 10}, {7, 10}, + {7, 11}, {7, 11}, {7, 11}, {7, 11}, // 0000101xxxxx + {7, 11}, {7, 11}, {7, 11}, {7, 11}, + {7, 11}, {7, 11}, {7, 11}, {7, 11}, + {7, 11}, {7, 11}, {7, 11}, {7, 11}, + {7, 11}, {7, 11}, {7, 11}, {7, 11}, + {7, 11}, {7, 11}, {7, 11}, {7, 11}, + {7, 11}, {7, 11}, {7, 11}, {7, 11}, + {7, 11}, {7, 11}, {7, 11}, {7, 11}, + {9, 15}, {9, 15}, {9, 15}, {9, 15}, // 000011000xxx + {9, 15}, {9, 15}, {9, 15}, {9, 15}, + {12, 128}, // 000011001000 + {12, 192}, // 000011001001 + {12, 26}, // 000011001010 + {12, 27}, // 000011001011 + {12, 28}, // 000011001100 + {12, 29}, // 000011001101 + {11, 19}, {11, 19}, // 00001100111x + {11, 20}, {11, 20}, // 00001101000x + {12, 34}, // 000011010010 + {12, 35}, // 000011010011 + {12, 36}, // 000011010100 + {12, 37}, // 000011010101 + {12, 38}, // 000011010110 + {12, 39}, // 000011010111 + {11, 21}, {11, 21}, // 00001101100x + {12, 42}, // 000011011010 + {12, 43}, // 000011011011 + {10, 0}, {10, 0}, {10, 0}, {10, 0}, // 0000110111xx + {7, 12}, {7, 12}, {7, 12}, {7, 12}, // 0000111xxxxx + {7, 12}, {7, 12}, {7, 12}, {7, 12}, + {7, 12}, {7, 12}, {7, 12}, {7, 12}, + {7, 12}, {7, 12}, {7, 12}, {7, 12}, + {7, 12}, {7, 12}, {7, 12}, {7, 12}, + {7, 12}, {7, 12}, {7, 12}, {7, 12}, + {7, 12}, {7, 12}, {7, 12}, {7, 12}, + {7, 12}, {7, 12}, {7, 12}, {7, 12} +}; + +// 2-6 bit codes +static CCITTCode blackTab3[64] = { + {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1}, // 0000xx + {6, 9}, // 000100 + {6, 8}, // 000101 + {5, 7}, {5, 7}, // 00011x + {4, 6}, {4, 6}, {4, 6}, {4, 6}, // 0010xx + {4, 5}, {4, 5}, {4, 5}, {4, 5}, // 0011xx + {3, 1}, {3, 1}, {3, 1}, {3, 1}, // 010xxx + {3, 1}, {3, 1}, {3, 1}, {3, 1}, + {3, 4}, {3, 4}, {3, 4}, {3, 4}, // 011xxx + {3, 4}, {3, 4}, {3, 4}, {3, 4}, + {2, 3}, {2, 3}, {2, 3}, {2, 3}, // 10xxxx + {2, 3}, {2, 3}, {2, 3}, {2, 3}, + {2, 3}, {2, 3}, {2, 3}, {2, 3}, + {2, 3}, {2, 3}, {2, 3}, {2, 3}, + {2, 2}, {2, 2}, {2, 2}, {2, 2}, // 11xxxx + {2, 2}, {2, 2}, {2, 2}, {2, 2}, + {2, 2}, {2, 2}, {2, 2}, {2, 2}, + {2, 2}, {2, 2}, {2, 2}, {2, 2} +}; diff --git a/pdftops/Stream.cxx b/pdftops/Stream.cxx new file mode 100644 index 0000000000..e2c2cab11b --- /dev/null +++ b/pdftops/Stream.cxx @@ -0,0 +1,4582 @@ +//======================================================================== +// +// Stream.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#ifndef WIN32 +#include +#endif +#include +#include +#include "gmem.h" +#include "gfile.h" +#include "config.h" +#include "Error.h" +#include "Object.h" +#include "Lexer.h" +#include "Decrypt.h" +#include "GfxState.h" +#include "Stream.h" +#include "JBIG2Stream.h" +#include "JPXStream.h" +#include "Stream-CCITT.h" + +#ifdef __DJGPP__ +static GBool setDJSYSFLAGS = gFalse; +#endif + +#ifdef VMS +#ifdef __GNUC__ +#define SEEK_SET 0 +#define SEEK_CUR 1 +#define SEEK_END 2 +#endif +#endif + +//------------------------------------------------------------------------ +// Stream (base class) +//------------------------------------------------------------------------ + +Stream::Stream() { + ref = 1; +} + +Stream::~Stream() { +} + +void Stream::close() { +} + +int Stream::getRawChar() { + error(-1, "Internal: called getRawChar() on non-predictor stream"); + return EOF; +} + +char *Stream::getLine(char *buf, int size) { + int i; + int c; + + if (lookChar() == EOF) + return NULL; + for (i = 0; i < size - 1; ++i) { + c = getChar(); + if (c == EOF || c == '\n') + break; + if (c == '\r') { + if ((c = lookChar()) == '\n') + getChar(); + break; + } + buf[i] = c; + } + buf[i] = '\0'; + return buf; +} + +GString *Stream::getPSFilter(int psLevel, char *indent) { + return new GString(); +} + +Stream *Stream::addFilters(Object *dict) { + Object obj, obj2; + Object params, params2; + Stream *str; + int i; + + str = this; + dict->dictLookup("Filter", &obj); + if (obj.isNull()) { + obj.free(); + dict->dictLookup("F", &obj); + } + dict->dictLookup("DecodeParms", ¶ms); + if (params.isNull()) { + params.free(); + dict->dictLookup("DP", ¶ms); + } + if (obj.isName()) { + str = makeFilter(obj.getName(), str, ¶ms); + } else if (obj.isArray()) { + for (i = 0; i < obj.arrayGetLength(); ++i) { + obj.arrayGet(i, &obj2); + if (params.isArray()) + params.arrayGet(i, ¶ms2); + else + params2.initNull(); + if (obj2.isName()) { + str = makeFilter(obj2.getName(), str, ¶ms2); + } else { + error(getPos(), "Bad filter name"); + str = new EOFStream(str); + } + obj2.free(); + params2.free(); + } + } else if (!obj.isNull()) { + error(getPos(), "Bad 'Filter' attribute in stream"); + } + obj.free(); + params.free(); + + return str; +} + +Stream *Stream::makeFilter(char *name, Stream *str, Object *params) { + int pred; // parameters + int colors; + int bits; + int early; + int encoding; + GBool endOfLine, byteAlign, endOfBlock, black; + int columns, rows; + Object globals, obj; + + if (!strcmp(name, "ASCIIHexDecode") || !strcmp(name, "AHx")) { + str = new ASCIIHexStream(str); + } else if (!strcmp(name, "ASCII85Decode") || !strcmp(name, "A85")) { + str = new ASCII85Stream(str); + } else if (!strcmp(name, "LZWDecode") || !strcmp(name, "LZW")) { + pred = 1; + columns = 1; + colors = 1; + bits = 8; + early = 1; + if (params->isDict()) { + params->dictLookup("Predictor", &obj); + if (obj.isInt()) + pred = obj.getInt(); + obj.free(); + params->dictLookup("Columns", &obj); + if (obj.isInt()) + columns = obj.getInt(); + obj.free(); + params->dictLookup("Colors", &obj); + if (obj.isInt()) + colors = obj.getInt(); + obj.free(); + params->dictLookup("BitsPerComponent", &obj); + if (obj.isInt()) + bits = obj.getInt(); + obj.free(); + params->dictLookup("EarlyChange", &obj); + if (obj.isInt()) + early = obj.getInt(); + obj.free(); + } + str = new LZWStream(str, pred, columns, colors, bits, early); + } else if (!strcmp(name, "RunLengthDecode") || !strcmp(name, "RL")) { + str = new RunLengthStream(str); + } else if (!strcmp(name, "CCITTFaxDecode") || !strcmp(name, "CCF")) { + encoding = 0; + endOfLine = gFalse; + byteAlign = gFalse; + columns = 1728; + rows = 0; + endOfBlock = gTrue; + black = gFalse; + if (params->isDict()) { + params->dictLookup("K", &obj); + if (obj.isInt()) { + encoding = obj.getInt(); + } + obj.free(); + params->dictLookup("EndOfLine", &obj); + if (obj.isBool()) { + endOfLine = obj.getBool(); + } + obj.free(); + params->dictLookup("EncodedByteAlign", &obj); + if (obj.isBool()) { + byteAlign = obj.getBool(); + } + obj.free(); + params->dictLookup("Columns", &obj); + if (obj.isInt()) { + columns = obj.getInt(); + } + obj.free(); + params->dictLookup("Rows", &obj); + if (obj.isInt()) { + rows = obj.getInt(); + } + obj.free(); + params->dictLookup("EndOfBlock", &obj); + if (obj.isBool()) { + endOfBlock = obj.getBool(); + } + obj.free(); + params->dictLookup("BlackIs1", &obj); + if (obj.isBool()) { + black = obj.getBool(); + } + obj.free(); + } + str = new CCITTFaxStream(str, encoding, endOfLine, byteAlign, + columns, rows, endOfBlock, black); + } else if (!strcmp(name, "DCTDecode") || !strcmp(name, "DCT")) { + str = new DCTStream(str); + } else if (!strcmp(name, "FlateDecode") || !strcmp(name, "Fl")) { + pred = 1; + columns = 1; + colors = 1; + bits = 8; + if (params->isDict()) { + params->dictLookup("Predictor", &obj); + if (obj.isInt()) + pred = obj.getInt(); + obj.free(); + params->dictLookup("Columns", &obj); + if (obj.isInt()) + columns = obj.getInt(); + obj.free(); + params->dictLookup("Colors", &obj); + if (obj.isInt()) + colors = obj.getInt(); + obj.free(); + params->dictLookup("BitsPerComponent", &obj); + if (obj.isInt()) + bits = obj.getInt(); + obj.free(); + } + str = new FlateStream(str, pred, columns, colors, bits); + } else if (!strcmp(name, "JBIG2Decode")) { + if (params->isDict()) { + params->dictLookup("JBIG2Globals", &globals); + } + str = new JBIG2Stream(str, &globals); + globals.free(); + } else if (!strcmp(name, "JPXDecode")) { + str = new JPXStream(str); + } else { + error(getPos(), "Unknown filter '%s'", name); + str = new EOFStream(str); + } + return str; +} + +//------------------------------------------------------------------------ +// BaseStream +//------------------------------------------------------------------------ + +BaseStream::BaseStream(Object *dictA) { + dict = *dictA; + decrypt = NULL; +} + +BaseStream::~BaseStream() { + dict.free(); + if (decrypt) + delete decrypt; +} + +void BaseStream::doDecryption(Guchar *fileKey, int keyLength, + int objNum, int objGen) { + decrypt = new Decrypt(fileKey, keyLength, objNum, objGen); +} + +//------------------------------------------------------------------------ +// FilterStream +//------------------------------------------------------------------------ + +FilterStream::FilterStream(Stream *strA) { + str = strA; +} + +FilterStream::~FilterStream() { +} + +void FilterStream::close() { + str->close(); +} + +void FilterStream::setPos(Guint pos, int dir) { + error(-1, "Internal: called setPos() on FilterStream"); +} + +//------------------------------------------------------------------------ +// ImageStream +//------------------------------------------------------------------------ + +ImageStream::ImageStream(Stream *strA, int widthA, int nCompsA, int nBitsA) { + int imgLineSize; + + str = strA; + width = widthA; + nComps = nCompsA; + nBits = nBitsA; + + nVals = width * nComps; + if (nBits == 1) { + imgLineSize = (nVals + 7) & ~7; + } else { + imgLineSize = nVals; + } + imgLine = (Guchar *)gmallocn(imgLineSize, sizeof(Guchar)); + imgIdx = nVals; +} + +ImageStream::~ImageStream() { + gfree(imgLine); +} + +void ImageStream::reset() { + str->reset(); +} + +GBool ImageStream::getPixel(Guchar *pix) { + int i; + + if (imgIdx >= nVals) { + getLine(); + imgIdx = 0; + } + for (i = 0; i < nComps; ++i) { + pix[i] = imgLine[imgIdx++]; + } + return gTrue; +} + +Guchar *ImageStream::getLine() { + Gulong buf, bitMask; + int bits; + int c; + int i; + + if (nBits == 1) { + for (i = 0; i < nVals; i += 8) { + c = str->getChar(); + imgLine[i+0] = (Guchar)((c >> 7) & 1); + imgLine[i+1] = (Guchar)((c >> 6) & 1); + imgLine[i+2] = (Guchar)((c >> 5) & 1); + imgLine[i+3] = (Guchar)((c >> 4) & 1); + imgLine[i+4] = (Guchar)((c >> 3) & 1); + imgLine[i+5] = (Guchar)((c >> 2) & 1); + imgLine[i+6] = (Guchar)((c >> 1) & 1); + imgLine[i+7] = (Guchar)(c & 1); + } + } else if (nBits == 8) { + for (i = 0; i < nVals; ++i) { + imgLine[i] = str->getChar(); + } + } else { + bitMask = (1 << nBits) - 1; + buf = 0; + bits = 0; + for (i = 0; i < nVals; ++i) { + if (bits < nBits) { + buf = (buf << 8) | (str->getChar() & 0xff); + bits += 8; + } + imgLine[i] = (Guchar)((buf >> (bits - nBits)) & bitMask); + bits -= nBits; + } + } + return imgLine; +} + +void ImageStream::skipLine() { + int n, i; + + n = (nVals * nBits + 7) >> 3; + for (i = 0; i < n; ++i) { + str->getChar(); + } +} + +//------------------------------------------------------------------------ +// StreamPredictor +//------------------------------------------------------------------------ + +StreamPredictor::StreamPredictor(Stream *strA, int predictorA, + int widthA, int nCompsA, int nBitsA) { + str = strA; + predictor = predictorA; + width = widthA; + nComps = nCompsA; + nBits = nBitsA; + predLine = NULL; + ok = gFalse; + + nVals = width * nComps; + if (width <= 0 || nComps <= 0 || nBits <= 0 || + nComps >= INT_MAX / nBits || + width >= INT_MAX / nComps / nBits || + nVals * nBits + 7 < 0) { + return; + } + pixBytes = (nComps * nBits + 7) >> 3; + rowBytes = ((nVals * nBits + 7) >> 3) + pixBytes; + if (rowBytes <= 0) { + return; + } + predLine = (Guchar *)gmalloc(rowBytes); + memset(predLine, 0, rowBytes); + predIdx = rowBytes; + + ok = gTrue; +} + +StreamPredictor::~StreamPredictor() { + gfree(predLine); +} + +int StreamPredictor::lookChar() { + if (predIdx >= rowBytes) { + if (!getNextLine()) { + return EOF; + } + } + return predLine[predIdx]; +} + +int StreamPredictor::getChar() { + if (predIdx >= rowBytes) { + if (!getNextLine()) { + return EOF; + } + } + return predLine[predIdx++]; +} + +GBool StreamPredictor::getNextLine() { + int curPred; + Guchar upLeftBuf[gfxColorMaxComps * 2 + 1]; + int left, up, upLeft, p, pa, pb, pc; + int c; + Gulong inBuf, outBuf, bitMask; + int inBits, outBits; + int i, j, k, kk; + + // get PNG optimum predictor number + if (predictor >= 10) { + if ((curPred = str->getRawChar()) == EOF) { + return gFalse; + } + curPred += 10; + } else { + curPred = predictor; + } + + // read the raw line, apply PNG (byte) predictor + memset(upLeftBuf, 0, pixBytes + 1); + for (i = pixBytes; i < rowBytes; ++i) { + for (j = pixBytes; j > 0; --j) { + upLeftBuf[j] = upLeftBuf[j-1]; + } + upLeftBuf[0] = predLine[i]; + if ((c = str->getRawChar()) == EOF) { + if (i > pixBytes) { + // this ought to return false, but some (broken) PDF files + // contain truncated image data, and Adobe apparently reads the + // last partial line + break; + } + return gFalse; + } + switch (curPred) { + case 11: // PNG sub + predLine[i] = predLine[i - pixBytes] + (Guchar)c; + break; + case 12: // PNG up + predLine[i] = predLine[i] + (Guchar)c; + break; + case 13: // PNG average + predLine[i] = ((predLine[i - pixBytes] + predLine[i]) >> 1) + + (Guchar)c; + break; + case 14: // PNG Paeth + left = predLine[i - pixBytes]; + up = predLine[i]; + upLeft = upLeftBuf[pixBytes]; + p = left + up - upLeft; + if ((pa = p - left) < 0) + pa = -pa; + if ((pb = p - up) < 0) + pb = -pb; + if ((pc = p - upLeft) < 0) + pc = -pc; + if (pa <= pb && pa <= pc) + predLine[i] = left + (Guchar)c; + else if (pb <= pc) + predLine[i] = up + (Guchar)c; + else + predLine[i] = upLeft + (Guchar)c; + break; + case 10: // PNG none + default: // no predictor or TIFF predictor + predLine[i] = (Guchar)c; + break; + } + } + + // apply TIFF (component) predictor + if (predictor == 2) { + if (nBits == 1) { + inBuf = predLine[pixBytes - 1]; + for (i = pixBytes; i < rowBytes; i += 8) { + // 1-bit add is just xor + inBuf = (inBuf << 8) | predLine[i]; + predLine[i] ^= inBuf >> nComps; + } + } else if (nBits == 8) { + for (i = pixBytes; i < rowBytes; ++i) { + predLine[i] += predLine[i - nComps]; + } + } else { + memset(upLeftBuf, 0, nComps + 1); + bitMask = (1 << nBits) - 1; + inBuf = outBuf = 0; + inBits = outBits = 0; + j = k = pixBytes; + for (i = 0; i < width; ++i) { + for (kk = 0; kk < nComps; ++kk) { + if (inBits < nBits) { + inBuf = (inBuf << 8) | (predLine[j++] & 0xff); + inBits += 8; + } + upLeftBuf[kk] = (upLeftBuf[kk] + + (inBuf >> (inBits - nBits))) & bitMask; + inBits -= nBits; + outBuf = (outBuf << nBits) | upLeftBuf[kk]; + outBits += nBits; + if (outBits >= 8) { + predLine[k++] = (Guchar)(outBuf >> (outBits - 8)); + outBits -= 8; + } + } + } + if (outBits > 0) { + predLine[k++] = (Guchar)((outBuf << (8 - outBits)) + + (inBuf & ((1 << (8 - outBits)) - 1))); + } + } + } + + // reset to start of line + predIdx = pixBytes; + + return gTrue; +} + +//------------------------------------------------------------------------ +// FileStream +//------------------------------------------------------------------------ + +FileStream::FileStream(FILE *fA, Guint startA, GBool limitedA, + Guint lengthA, Object *dictA): + BaseStream(dictA) { + f = fA; + start = startA; + limited = limitedA; + length = lengthA; + bufPtr = bufEnd = buf; + bufPos = start; + savePos = 0; + saved = gFalse; +} + +FileStream::~FileStream() { + close(); +} + +Stream *FileStream::makeSubStream(Guint startA, GBool limitedA, + Guint lengthA, Object *dictA) { + return new FileStream(f, startA, limitedA, lengthA, dictA); +} + +void FileStream::reset() { +#if HAVE_FSEEKO + savePos = (Guint)ftello(f); + fseeko(f, start, SEEK_SET); +#elif HAVE_FSEEK64 + savePos = (Guint)ftell64(f); + fseek64(f, start, SEEK_SET); +#else + savePos = (Guint)ftell(f); + fseek(f, start, SEEK_SET); +#endif + saved = gTrue; + bufPtr = bufEnd = buf; + bufPos = start; + if (decrypt) + decrypt->reset(); +} + +void FileStream::close() { + if (saved) { +#if HAVE_FSEEKO + fseeko(f, savePos, SEEK_SET); +#elif HAVE_FSEEK64 + fseek64(f, savePos, SEEK_SET); +#else + fseek(f, savePos, SEEK_SET); +#endif + saved = gFalse; + } +} + +GBool FileStream::fillBuf() { + int n; + char *p; + + bufPos += bufEnd - buf; + bufPtr = bufEnd = buf; + if (limited && bufPos >= start + length) { + return gFalse; + } + if (limited && bufPos + fileStreamBufSize > start + length) { + n = start + length - bufPos; + } else { + n = fileStreamBufSize; + } + n = fread(buf, 1, n, f); + bufEnd = buf + n; + if (bufPtr >= bufEnd) { + return gFalse; + } + if (decrypt) { + for (p = buf; p < bufEnd; ++p) { + *p = (char)decrypt->decryptByte((Guchar)*p); + } + } + return gTrue; +} + +void FileStream::setPos(Guint pos, int dir) { + Guint size; + + if (dir >= 0) { +#if HAVE_FSEEKO + fseeko(f, pos, SEEK_SET); +#elif HAVE_FSEEK64 + fseek64(f, pos, SEEK_SET); +#else + fseek(f, pos, SEEK_SET); +#endif + bufPos = pos; + } else { +#if HAVE_FSEEKO + fseeko(f, 0, SEEK_END); + size = (Guint)ftello(f); +#elif HAVE_FSEEK64 + fseek64(f, 0, SEEK_END); + size = (Guint)ftell64(f); +#else + fseek(f, 0, SEEK_END); + size = (Guint)ftell(f); +#endif + if (pos > size) + pos = (Guint)size; +#ifdef __CYGWIN32__ + //~ work around a bug in cygwin's implementation of fseek + rewind(f); +#endif +#if HAVE_FSEEKO + fseeko(f, -(int)pos, SEEK_END); + bufPos = (Guint)ftello(f); +#elif HAVE_FSEEK64 + fseek64(f, -(int)pos, SEEK_END); + bufPos = (Guint)ftell64(f); +#else + fseek(f, -(int)pos, SEEK_END); + bufPos = (Guint)ftell(f); +#endif + } + bufPtr = bufEnd = buf; +} + +void FileStream::moveStart(int delta) { + start += delta; + bufPtr = bufEnd = buf; + bufPos = start; +} + +//------------------------------------------------------------------------ +// MemStream +//------------------------------------------------------------------------ + +MemStream::MemStream(char *bufA, Guint startA, Guint lengthA, Object *dictA): + BaseStream(dictA) { + buf = bufA; + start = startA; + length = lengthA; + bufEnd = buf + start + length; + bufPtr = buf + start; + needFree = gFalse; +} + +MemStream::~MemStream() { + if (needFree) { + gfree(buf); + } +} + +Stream *MemStream::makeSubStream(Guint startA, GBool limited, + Guint lengthA, Object *dictA) { + MemStream *subStr; + Guint newLength; + + if (!limited || startA + lengthA > start + length) { + newLength = start + length - startA; + } else { + newLength = lengthA; + } + subStr = new MemStream(buf, startA, newLength, dictA); + return subStr; +} + +void MemStream::reset() { + bufPtr = buf + start; + if (decrypt) { + decrypt->reset(); + } +} + +void MemStream::close() { +} + +void MemStream::setPos(Guint pos, int dir) { + Guint i; + + if (dir >= 0) { + i = pos; + } else { + i = start + length - pos; + } + if (i < start) { + i = start; + } else if (i > start + length) { + i = start + length; + } + bufPtr = buf + i; +} + +void MemStream::moveStart(int delta) { + start += delta; + length -= delta; + bufPtr = buf + start; +} + +void MemStream::doDecryption(Guchar *fileKey, int keyLength, + int objNum, int objGen) { + char *newBuf; + char *p, *q; + + this->BaseStream::doDecryption(fileKey, keyLength, objNum, objGen); + if (decrypt) { + newBuf = (char *)gmalloc(length); + for (p = buf + start, q = newBuf; p < bufEnd; ++p, ++q) { + *q = (char)decrypt->decryptByte((Guchar)*p); + } + bufEnd = newBuf + length; + bufPtr = newBuf + (bufPtr - (buf + start)); + start = 0; + buf = newBuf; + needFree = gTrue; + } +} + +//------------------------------------------------------------------------ +// EmbedStream +//------------------------------------------------------------------------ + +EmbedStream::EmbedStream(Stream *strA, Object *dictA, + GBool limitedA, Guint lengthA): + BaseStream(dictA) { + str = strA; + limited = limitedA; + length = lengthA; +} + +EmbedStream::~EmbedStream() { +} + +Stream *EmbedStream::makeSubStream(Guint start, GBool limitedA, + Guint lengthA, Object *dictA) { + error(-1, "Internal: called makeSubStream() on EmbedStream"); + return NULL; +} + +int EmbedStream::getChar() { + if (limited && !length) { + return EOF; + } + --length; + return str->getChar(); +} + +int EmbedStream::lookChar() { + if (limited && !length) { + return EOF; + } + return str->lookChar(); +} + +void EmbedStream::setPos(Guint pos, int dir) { + error(-1, "Internal: called setPos() on EmbedStream"); +} + +Guint EmbedStream::getStart() { + error(-1, "Internal: called getStart() on EmbedStream"); + return 0; +} + +void EmbedStream::moveStart(int delta) { + error(-1, "Internal: called moveStart() on EmbedStream"); +} + +//------------------------------------------------------------------------ +// ASCIIHexStream +//------------------------------------------------------------------------ + +ASCIIHexStream::ASCIIHexStream(Stream *strA): + FilterStream(strA) { + buf = EOF; + eof = gFalse; +} + +ASCIIHexStream::~ASCIIHexStream() { + delete str; +} + +void ASCIIHexStream::reset() { + str->reset(); + buf = EOF; + eof = gFalse; +} + +int ASCIIHexStream::lookChar() { + int c1, c2, x; + + if (buf != EOF) + return buf; + if (eof) { + buf = EOF; + return EOF; + } + do { + c1 = str->getChar(); + } while (isspace(c1)); + if (c1 == '>') { + eof = gTrue; + buf = EOF; + return buf; + } + do { + c2 = str->getChar(); + } while (isspace(c2)); + if (c2 == '>') { + eof = gTrue; + c2 = '0'; + } + if (c1 >= '0' && c1 <= '9') { + x = (c1 - '0') << 4; + } else if (c1 >= 'A' && c1 <= 'F') { + x = (c1 - 'A' + 10) << 4; + } else if (c1 >= 'a' && c1 <= 'f') { + x = (c1 - 'a' + 10) << 4; + } else if (c1 == EOF) { + eof = gTrue; + x = 0; + } else { + error(getPos(), "Illegal character <%02x> in ASCIIHex stream", c1); + x = 0; + } + if (c2 >= '0' && c2 <= '9') { + x += c2 - '0'; + } else if (c2 >= 'A' && c2 <= 'F') { + x += c2 - 'A' + 10; + } else if (c2 >= 'a' && c2 <= 'f') { + x += c2 - 'a' + 10; + } else if (c2 == EOF) { + eof = gTrue; + x = 0; + } else { + error(getPos(), "Illegal character <%02x> in ASCIIHex stream", c2); + } + buf = x & 0xff; + return buf; +} + +GString *ASCIIHexStream::getPSFilter(int psLevel, char *indent) { + GString *s; + + if (psLevel < 2) { + return NULL; + } + if (!(s = str->getPSFilter(psLevel, indent))) { + return NULL; + } + s->append(indent)->append("/ASCIIHexDecode filter\n"); + return s; +} + +GBool ASCIIHexStream::isBinary(GBool last) { + return str->isBinary(gFalse); +} + +//------------------------------------------------------------------------ +// ASCII85Stream +//------------------------------------------------------------------------ + +ASCII85Stream::ASCII85Stream(Stream *strA): + FilterStream(strA) { + index = n = 0; + eof = gFalse; +} + +ASCII85Stream::~ASCII85Stream() { + delete str; +} + +void ASCII85Stream::reset() { + str->reset(); + index = n = 0; + eof = gFalse; +} + +int ASCII85Stream::lookChar() { + int k; + Gulong t; + + if (index >= n) { + if (eof) + return EOF; + index = 0; + do { + c[0] = str->getChar(); + } while (Lexer::isSpace(c[0])); + if (c[0] == '~' || c[0] == EOF) { + eof = gTrue; + n = 0; + return EOF; + } else if (c[0] == 'z') { + b[0] = b[1] = b[2] = b[3] = 0; + n = 4; + } else { + for (k = 1; k < 5; ++k) { + do { + c[k] = str->getChar(); + } while (Lexer::isSpace(c[k])); + if (c[k] == '~' || c[k] == EOF) + break; + } + n = k - 1; + if (k < 5 && (c[k] == '~' || c[k] == EOF)) { + for (++k; k < 5; ++k) + c[k] = 0x21 + 84; + eof = gTrue; + } + t = 0; + for (k = 0; k < 5; ++k) + t = t * 85 + (c[k] - 0x21); + for (k = 3; k >= 0; --k) { + b[k] = (int)(t & 0xff); + t >>= 8; + } + } + } + return b[index]; +} + +GString *ASCII85Stream::getPSFilter(int psLevel, char *indent) { + GString *s; + + if (psLevel < 2) { + return NULL; + } + if (!(s = str->getPSFilter(psLevel, indent))) { + return NULL; + } + s->append(indent)->append("/ASCII85Decode filter\n"); + return s; +} + +GBool ASCII85Stream::isBinary(GBool last) { + return str->isBinary(gFalse); +} + +//------------------------------------------------------------------------ +// LZWStream +//------------------------------------------------------------------------ + +LZWStream::LZWStream(Stream *strA, int predictor, int columns, int colors, + int bits, int earlyA): + FilterStream(strA) { + if (predictor != 1) { + pred = new StreamPredictor(this, predictor, columns, colors, bits); + if (!pred->isOk()) { + delete pred; + pred = NULL; + } + } else { + pred = NULL; + } + early = earlyA; + eof = gFalse; + inputBits = 0; + clearTable(); +} + +LZWStream::~LZWStream() { + if (pred) { + delete pred; + } + delete str; +} + +int LZWStream::getChar() { + if (pred) { + return pred->getChar(); + } + if (eof) { + return EOF; + } + if (seqIndex >= seqLength) { + if (!processNextCode()) { + return EOF; + } + } + return seqBuf[seqIndex++]; +} + +int LZWStream::lookChar() { + if (pred) { + return pred->lookChar(); + } + if (eof) { + return EOF; + } + if (seqIndex >= seqLength) { + if (!processNextCode()) { + return EOF; + } + } + return seqBuf[seqIndex]; +} + +int LZWStream::getRawChar() { + if (eof) { + return EOF; + } + if (seqIndex >= seqLength) { + if (!processNextCode()) { + return EOF; + } + } + return seqBuf[seqIndex++]; +} + +void LZWStream::reset() { + str->reset(); + eof = gFalse; + inputBits = 0; + clearTable(); +} + +GBool LZWStream::processNextCode() { + int code; + int nextLength; + int i, j; + + // check for EOF + if (eof) { + return gFalse; + } + + // check for eod and clear-table codes + start: + code = getCode(); + if (code == EOF || code == 257) { + eof = gTrue; + return gFalse; + } + if (code == 256) { + clearTable(); + goto start; + } + if (nextCode >= 4097) { + error(getPos(), "Bad LZW stream - expected clear-table code"); + clearTable(); + } + + // process the next code + nextLength = seqLength + 1; + if (code < 256) { + seqBuf[0] = code; + seqLength = 1; + } else if (code < nextCode) { + seqLength = table[code].length; + for (i = seqLength - 1, j = code; i > 0; --i) { + seqBuf[i] = table[j].tail; + j = table[j].head; + } + seqBuf[0] = j; + } else if (code == nextCode) { + seqBuf[seqLength] = newChar; + ++seqLength; + } else { + error(getPos(), "Bad LZW stream - unexpected code"); + eof = gTrue; + return gFalse; + } + newChar = seqBuf[0]; + if (first) { + first = gFalse; + } else { + table[nextCode].length = nextLength; + table[nextCode].head = prevCode; + table[nextCode].tail = newChar; + ++nextCode; + if (nextCode + early == 512) + nextBits = 10; + else if (nextCode + early == 1024) + nextBits = 11; + else if (nextCode + early == 2048) + nextBits = 12; + } + prevCode = code; + + // reset buffer + seqIndex = 0; + + return gTrue; +} + +void LZWStream::clearTable() { + nextCode = 258; + nextBits = 9; + seqIndex = seqLength = 0; + first = gTrue; +} + +int LZWStream::getCode() { + int c; + int code; + + while (inputBits < nextBits) { + if ((c = str->getChar()) == EOF) + return EOF; + inputBuf = (inputBuf << 8) | (c & 0xff); + inputBits += 8; + } + code = (inputBuf >> (inputBits - nextBits)) & ((1 << nextBits) - 1); + inputBits -= nextBits; + return code; +} + +GString *LZWStream::getPSFilter(int psLevel, char *indent) { + GString *s; + + if (psLevel < 2 || pred) { + return NULL; + } + if (!(s = str->getPSFilter(psLevel, indent))) { + return NULL; + } + s->append(indent)->append("<< "); + if (!early) { + s->append("/EarlyChange 0 "); + } + s->append(">> /LZWDecode filter\n"); + return s; +} + +GBool LZWStream::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +//------------------------------------------------------------------------ +// RunLengthStream +//------------------------------------------------------------------------ + +RunLengthStream::RunLengthStream(Stream *strA): + FilterStream(strA) { + bufPtr = bufEnd = buf; + eof = gFalse; +} + +RunLengthStream::~RunLengthStream() { + delete str; +} + +void RunLengthStream::reset() { + str->reset(); + bufPtr = bufEnd = buf; + eof = gFalse; +} + +GString *RunLengthStream::getPSFilter(int psLevel, char *indent) { + GString *s; + + if (psLevel < 2) { + return NULL; + } + if (!(s = str->getPSFilter(psLevel, indent))) { + return NULL; + } + s->append(indent)->append("/RunLengthDecode filter\n"); + return s; +} + +GBool RunLengthStream::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +GBool RunLengthStream::fillBuf() { + int c; + int n, i; + + if (eof) + return gFalse; + c = str->getChar(); + if (c == 0x80 || c == EOF) { + eof = gTrue; + return gFalse; + } + if (c < 0x80) { + n = c + 1; + for (i = 0; i < n; ++i) + buf[i] = (char)str->getChar(); + } else { + n = 0x101 - c; + c = str->getChar(); + for (i = 0; i < n; ++i) + buf[i] = (char)c; + } + bufPtr = buf; + bufEnd = buf + n; + return gTrue; +} + +//------------------------------------------------------------------------ +// CCITTFaxStream +//------------------------------------------------------------------------ + +CCITTFaxStream::CCITTFaxStream(Stream *strA, int encodingA, GBool endOfLineA, + GBool byteAlignA, int columnsA, int rowsA, + GBool endOfBlockA, GBool blackA): + FilterStream(strA) { + encoding = encodingA; + endOfLine = endOfLineA; + byteAlign = byteAlignA; + columns = columnsA; + if (columns < 1) { + columns = 1; + } + if (columns + 4 <= 0) { + columns = INT_MAX - 4; + } + rows = rowsA; + endOfBlock = endOfBlockA; + black = blackA; + refLine = (short *)gmallocn(columns + 4, sizeof(short)); + codingLine = (short *)gmallocn(columns + 3, sizeof(short)); + + eof = gFalse; + row = 0; + nextLine2D = encoding < 0; + inputBits = 0; + codingLine[0] = 0; + codingLine[1] = refLine[2] = columns; + a0 = 1; + + buf = EOF; +} + +CCITTFaxStream::~CCITTFaxStream() { + delete str; + gfree(refLine); + gfree(codingLine); +} + +void CCITTFaxStream::reset() { + short code1; + + str->reset(); + eof = gFalse; + row = 0; + nextLine2D = encoding < 0; + inputBits = 0; + codingLine[0] = 0; + codingLine[1] = refLine[2] = columns; + a0 = 1; + buf = EOF; + + // skip any initial zero bits and end-of-line marker, and get the 2D + // encoding tag + while ((code1 = lookBits(12)) == 0) { + eatBits(1); + } + if (code1 == 0x001) { + eatBits(12); + } + if (encoding > 0) { + nextLine2D = !lookBits(1); + eatBits(1); + } +} + +int CCITTFaxStream::lookChar() { + short code1, code2, code3; + int a0New; + GBool err, gotEOL; + int ret; + int bits, i; + + // if at eof just return EOF + if (eof && codingLine[a0] >= columns) { + return EOF; + } + + // read the next row + err = gFalse; + if (codingLine[a0] >= columns) { + + // 2-D encoding + if (nextLine2D) { + for (i = 0; codingLine[i] < columns; ++i) + refLine[i] = codingLine[i]; + refLine[i] = refLine[i + 1] = columns; + b1 = 1; + a0New = codingLine[a0 = 0] = 0; + do { + code1 = getTwoDimCode(); + switch (code1) { + case twoDimPass: + if (refLine[b1] < columns) { + a0New = refLine[b1 + 1]; + b1 += 2; + } + break; + case twoDimHoriz: + if ((a0 & 1) == 0) { + code1 = code2 = 0; + do { + code1 += code3 = getWhiteCode(); + } while (code3 >= 64); + do { + code2 += code3 = getBlackCode(); + } while (code3 >= 64); + } else { + code1 = code2 = 0; + do { + code1 += code3 = getBlackCode(); + } while (code3 >= 64); + do { + code2 += code3 = getWhiteCode(); + } while (code3 >= 64); + } + if (code1 > 0 || code2 > 0) { + codingLine[a0 + 1] = a0New + code1; + ++a0; + a0New = codingLine[a0 + 1] = codingLine[a0] + code2; + ++a0; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case twoDimVert0: + a0New = codingLine[++a0] = refLine[b1]; + if (refLine[b1] < columns) { + ++b1; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case twoDimVertR1: + a0New = codingLine[++a0] = refLine[b1] + 1; + if (refLine[b1] < columns) { + ++b1; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case twoDimVertL1: + if (a0 == 0 || refLine[b1] - 1 > a0New) { + a0New = codingLine[++a0] = refLine[b1] - 1; + --b1; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case twoDimVertR2: + a0New = codingLine[++a0] = refLine[b1] + 2; + if (refLine[b1] < columns) { + ++b1; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case twoDimVertL2: + if (a0 == 0 || refLine[b1] - 2 > a0New) { + a0New = codingLine[++a0] = refLine[b1] - 2; + --b1; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case twoDimVertR3: + a0New = codingLine[++a0] = refLine[b1] + 3; + if (refLine[b1] < columns) { + ++b1; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case twoDimVertL3: + if (a0 == 0 || refLine[b1] - 3 > a0New) { + a0New = codingLine[++a0] = refLine[b1] - 3; + --b1; + while (refLine[b1] <= codingLine[a0] && refLine[b1] < columns) + b1 += 2; + } + break; + case EOF: + eof = gTrue; + codingLine[a0 = 0] = columns; + return EOF; + default: + error(getPos(), "Bad 2D code %04x in CCITTFax stream", code1); + err = gTrue; + break; + } + } while (codingLine[a0] < columns); + + // 1-D encoding + } else { + codingLine[a0 = 0] = 0; + while (1) { + code1 = 0; + do { + code1 += code3 = getWhiteCode(); + } while (code3 >= 64); + codingLine[a0+1] = codingLine[a0] + code1; + ++a0; + if (codingLine[a0] >= columns) + break; + code2 = 0; + do { + code2 += code3 = getBlackCode(); + } while (code3 >= 64); + codingLine[a0+1] = codingLine[a0] + code2; + ++a0; + if (codingLine[a0] >= columns) + break; + } + } + + if (codingLine[a0] != columns) { + error(getPos(), "CCITTFax row is wrong length (%d)", codingLine[a0]); + // force the row to be the correct length + while (codingLine[a0] > columns) { + --a0; + } + codingLine[++a0] = columns; + err = gTrue; + } + + // byte-align the row + if (byteAlign) { + inputBits &= ~7; + } + + // check for end-of-line marker, skipping over any extra zero bits + gotEOL = gFalse; + if (!endOfBlock && row == rows - 1) { + eof = gTrue; + } else { + code1 = lookBits(12); + while (code1 == 0) { + eatBits(1); + code1 = lookBits(12); + } + if (code1 == 0x001) { + eatBits(12); + gotEOL = gTrue; + } else if (code1 == EOF) { + eof = gTrue; + } + } + + // get 2D encoding tag + if (!eof && encoding > 0) { + nextLine2D = !lookBits(1); + eatBits(1); + } + + // check for end-of-block marker + if (endOfBlock && gotEOL) { + code1 = lookBits(12); + if (code1 == 0x001) { + eatBits(12); + if (encoding > 0) { + lookBits(1); + eatBits(1); + } + if (encoding >= 0) { + for (i = 0; i < 4; ++i) { + code1 = lookBits(12); + if (code1 != 0x001) { + error(getPos(), "Bad RTC code in CCITTFax stream"); + } + eatBits(12); + if (encoding > 0) { + lookBits(1); + eatBits(1); + } + } + } + eof = gTrue; + } + + // look for an end-of-line marker after an error -- we only do + // this if we know the stream contains end-of-line markers because + // the "just plow on" technique tends to work better otherwise + } else if (err && endOfLine) { + do { + if (code1 == EOF) { + eof = gTrue; + return EOF; + } + eatBits(1); + code1 = lookBits(13); + } while ((code1 >> 1) != 0x001); + eatBits(12); + if (encoding > 0) { + eatBits(1); + nextLine2D = !(code1 & 1); + } + } + + a0 = 0; + outputBits = codingLine[1] - codingLine[0]; + if (outputBits == 0) { + a0 = 1; + outputBits = codingLine[2] - codingLine[1]; + } + + ++row; + } + + // get a byte + if (outputBits >= 8) { + ret = ((a0 & 1) == 0) ? 0xff : 0x00; + if ((outputBits -= 8) == 0) { + ++a0; + if (codingLine[a0] < columns) { + outputBits = codingLine[a0 + 1] - codingLine[a0]; + } + } + } else { + bits = 8; + ret = 0; + do { + if (outputBits > bits) { + i = bits; + bits = 0; + if ((a0 & 1) == 0) { + ret |= 0xff >> (8 - i); + } + outputBits -= i; + } else { + i = outputBits; + bits -= outputBits; + if ((a0 & 1) == 0) { + ret |= (0xff >> (8 - i)) << bits; + } + outputBits = 0; + ++a0; + if (codingLine[a0] < columns) { + outputBits = codingLine[a0 + 1] - codingLine[a0]; + } + } + } while (bits > 0 && codingLine[a0] < columns); + } + buf = black ? (ret ^ 0xff) : ret; + return buf; +} + +short CCITTFaxStream::getTwoDimCode() { + short code; + CCITTCode *p; + int n; + + code = 0; // make gcc happy + if (endOfBlock) { + code = lookBits(7); + p = &twoDimTab1[code]; + if (p->bits > 0) { + eatBits(p->bits); + return p->n; + } + } else { + for (n = 1; n <= 7; ++n) { + code = lookBits(n); + if (n < 7) { + code <<= 7 - n; + } + p = &twoDimTab1[code]; + if (p->bits == n) { + eatBits(n); + return p->n; + } + } + } + error(getPos(), "Bad two dim code (%04x) in CCITTFax stream", code); + return EOF; +} + +short CCITTFaxStream::getWhiteCode() { + short code; + CCITTCode *p; + int n; + + code = 0; // make gcc happy + if (endOfBlock) { + code = lookBits(12); + if ((code >> 5) == 0) { + p = &whiteTab1[code]; + } else { + p = &whiteTab2[code >> 3]; + } + if (p->bits > 0) { + eatBits(p->bits); + return p->n; + } + } else { + for (n = 1; n <= 9; ++n) { + code = lookBits(n); + if (n < 9) { + code <<= 9 - n; + } + p = &whiteTab2[code]; + if (p->bits == n) { + eatBits(n); + return p->n; + } + } + for (n = 11; n <= 12; ++n) { + code = lookBits(n); + if (n < 12) { + code <<= 12 - n; + } + p = &whiteTab1[code]; + if (p->bits == n) { + eatBits(n); + return p->n; + } + } + } + error(getPos(), "Bad white code (%04x) in CCITTFax stream", code); + // eat a bit and return a positive number so that the caller doesn't + // go into an infinite loop + eatBits(1); + return 1; +} + +short CCITTFaxStream::getBlackCode() { + short code; + CCITTCode *p; + int n; + + code = 0; // make gcc happy + if (endOfBlock) { + code = lookBits(13); + if ((code >> 7) == 0) { + p = &blackTab1[code]; + } else if ((code >> 9) == 0) { + p = &blackTab2[(code >> 1) - 64]; + } else { + p = &blackTab3[code >> 7]; + } + if (p->bits > 0) { + eatBits(p->bits); + return p->n; + } + } else { + for (n = 2; n <= 6; ++n) { + code = lookBits(n); + if (n < 6) { + code <<= 6 - n; + } + p = &blackTab3[code]; + if (p->bits == n) { + eatBits(n); + return p->n; + } + } + for (n = 7; n <= 12; ++n) { + code = lookBits(n); + if (n < 12) { + code <<= 12 - n; + } + if (code >= 64) { + p = &blackTab2[code - 64]; + if (p->bits == n) { + eatBits(n); + return p->n; + } + } + } + for (n = 10; n <= 13; ++n) { + code = lookBits(n); + if (n < 13) { + code <<= 13 - n; + } + p = &blackTab1[code]; + if (p->bits == n) { + eatBits(n); + return p->n; + } + } + } + error(getPos(), "Bad black code (%04x) in CCITTFax stream", code); + // eat a bit and return a positive number so that the caller doesn't + // go into an infinite loop + eatBits(1); + return 1; +} + +short CCITTFaxStream::lookBits(int n) { + int c; + + while (inputBits < n) { + if ((c = str->getChar()) == EOF) { + if (inputBits == 0) { + return EOF; + } + // near the end of the stream, the caller may ask for more bits + // than are available, but there may still be a valid code in + // however many bits are available -- we need to return correct + // data in this case + return (inputBuf << (n - inputBits)) & (0xffff >> (16 - n)); + } + inputBuf = (inputBuf << 8) + c; + inputBits += 8; + } + return (inputBuf >> (inputBits - n)) & (0xffff >> (16 - n)); +} + +GString *CCITTFaxStream::getPSFilter(int psLevel, char *indent) { + GString *s; + char s1[50]; + + if (psLevel < 2) { + return NULL; + } + if (!(s = str->getPSFilter(psLevel, indent))) { + return NULL; + } + s->append(indent)->append("<< "); + if (encoding != 0) { + sprintf(s1, "/K %d ", encoding); + s->append(s1); + } + if (endOfLine) { + s->append("/EndOfLine true "); + } + if (byteAlign) { + s->append("/EncodedByteAlign true "); + } + sprintf(s1, "/Columns %d ", columns); + s->append(s1); + if (rows != 0) { + sprintf(s1, "/Rows %d ", rows); + s->append(s1); + } + if (!endOfBlock) { + s->append("/EndOfBlock false "); + } + if (black) { + s->append("/BlackIs1 true "); + } + s->append(">> /CCITTFaxDecode filter\n"); + return s; +} + +GBool CCITTFaxStream::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +//------------------------------------------------------------------------ +// DCTStream +//------------------------------------------------------------------------ + +// IDCT constants (20.12 fixed point format) +#define dctCos1 4017 // cos(pi/16) +#define dctSin1 799 // sin(pi/16) +#define dctCos3 3406 // cos(3*pi/16) +#define dctSin3 2276 // sin(3*pi/16) +#define dctCos6 1567 // cos(6*pi/16) +#define dctSin6 3784 // sin(6*pi/16) +#define dctSqrt2 5793 // sqrt(2) +#define dctSqrt1d2 2896 // sqrt(2) / 2 + +// color conversion parameters (16.16 fixed point format) +#define dctCrToR 91881 // 1.4020 +#define dctCbToG -22553 // -0.3441363 +#define dctCrToG -46802 // -0.71413636 +#define dctCbToB 116130 // 1.772 + +// clip [-256,511] --> [0,255] +#define dctClipOffset 256 +static Guchar dctClip[768]; +static int dctClipInit = 0; + +// zig zag decode map +static int dctZigZag[64] = { + 0, + 1, 8, + 16, 9, 2, + 3, 10, 17, 24, + 32, 25, 18, 11, 4, + 5, 12, 19, 26, 33, 40, + 48, 41, 34, 27, 20, 13, 6, + 7, 14, 21, 28, 35, 42, 49, 56, + 57, 50, 43, 36, 29, 22, 15, + 23, 30, 37, 44, 51, 58, + 59, 52, 45, 38, 31, + 39, 46, 53, 60, + 61, 54, 47, + 55, 62, + 63 +}; + +DCTStream::DCTStream(Stream *strA): + FilterStream(strA) { + int i, j; + + progressive = interleaved = gFalse; + width = height = 0; + mcuWidth = mcuHeight = 0; + numComps = 0; + comp = 0; + x = y = dy = 0; + for (i = 0; i < 4; ++i) { + for (j = 0; j < 32; ++j) { + rowBuf[i][j] = NULL; + } + frameBuf[i] = NULL; + } + + if (!dctClipInit) { + for (i = -256; i < 0; ++i) + dctClip[dctClipOffset + i] = 0; + for (i = 0; i < 256; ++i) + dctClip[dctClipOffset + i] = i; + for (i = 256; i < 512; ++i) + dctClip[dctClipOffset + i] = 255; + dctClipInit = 1; + } +} + +DCTStream::~DCTStream() { + int i, j; + + delete str; + if (progressive || !interleaved) { + for (i = 0; i < numComps; ++i) { + gfree(frameBuf[i]); + } + } else { + for (i = 0; i < numComps; ++i) { + for (j = 0; j < mcuHeight; ++j) { + gfree(rowBuf[i][j]); + } + } + } +} + +void DCTStream::reset() { + int i, j; + + str->reset(); + + progressive = interleaved = gFalse; + width = height = 0; + numComps = 0; + numQuantTables = 0; + numDCHuffTables = 0; + numACHuffTables = 0; + colorXform = 0; + gotJFIFMarker = gFalse; + gotAdobeMarker = gFalse; + restartInterval = 0; + + if (!readHeader()) { + y = height; + return; + } + + // compute MCU size + if (numComps == 1) { + compInfo[0].hSample = compInfo[0].vSample = 1; + } + mcuWidth = compInfo[0].hSample; + mcuHeight = compInfo[0].vSample; + for (i = 1; i < numComps; ++i) { + if (compInfo[i].hSample > mcuWidth) { + mcuWidth = compInfo[i].hSample; + } + if (compInfo[i].vSample > mcuHeight) { + mcuHeight = compInfo[i].vSample; + } + } + mcuWidth *= 8; + mcuHeight *= 8; + + // figure out color transform + if (!gotAdobeMarker && numComps == 3) { + if (gotJFIFMarker) { + colorXform = 1; + } else if (compInfo[0].id == 82 && compInfo[1].id == 71 && + compInfo[2].id == 66) { // ASCII "RGB" + colorXform = 0; + } else { + colorXform = 1; + } + } + + if (progressive || !interleaved) { + + // allocate a buffer for the whole image + bufWidth = ((width + mcuWidth - 1) / mcuWidth) * mcuWidth; + bufHeight = ((height + mcuHeight - 1) / mcuHeight) * mcuHeight; + for (i = 0; i < numComps; ++i) { + frameBuf[i] = (int *)gmallocn(bufWidth * bufHeight, sizeof(int)); + memset(frameBuf[i], 0, bufWidth * bufHeight * sizeof(int)); + } + + // read the image data + do { + restartMarker = 0xd0; + restart(); + readScan(); + } while (readHeader()); + + // decode + decodeImage(); + + // initialize counters + comp = 0; + x = 0; + y = 0; + + } else { + + // allocate a buffer for one row of MCUs + bufWidth = ((width + mcuWidth - 1) / mcuWidth) * mcuWidth; + for (i = 0; i < numComps; ++i) { + for (j = 0; j < mcuHeight; ++j) { + rowBuf[i][j] = (Guchar *)gmallocn(bufWidth, sizeof(Guchar)); + } + } + + // initialize counters + comp = 0; + x = 0; + y = 0; + dy = mcuHeight; + + restartMarker = 0xd0; + restart(); + } +} + +int DCTStream::getChar() { + int c; + + if (y >= height) { + return EOF; + } + if (progressive || !interleaved) { + c = frameBuf[comp][y * bufWidth + x]; + if (++comp == numComps) { + comp = 0; + if (++x == width) { + x = 0; + ++y; + } + } + } else { + if (dy >= mcuHeight) { + if (!readMCURow()) { + y = height; + return EOF; + } + comp = 0; + x = 0; + dy = 0; + } + c = rowBuf[comp][dy][x]; + if (++comp == numComps) { + comp = 0; + if (++x == width) { + x = 0; + ++y; + ++dy; + if (y == height) { + readTrailer(); + } + } + } + } + return c; +} + +int DCTStream::lookChar() { + if (y >= height) { + return EOF; + } + if (progressive || !interleaved) { + return frameBuf[comp][y * bufWidth + x]; + } else { + if (dy >= mcuHeight) { + if (!readMCURow()) { + y = height; + return EOF; + } + comp = 0; + x = 0; + dy = 0; + } + return rowBuf[comp][dy][x]; + } +} + +void DCTStream::restart() { + int i; + + inputBits = 0; + restartCtr = restartInterval; + for (i = 0; i < numComps; ++i) { + compInfo[i].prevDC = 0; + } + eobRun = 0; +} + +// Read one row of MCUs from a sequential JPEG stream. +GBool DCTStream::readMCURow() { + int data1[64]; + Guchar data2[64]; + Guchar *p1, *p2; + int pY, pCb, pCr, pR, pG, pB; + int h, v, horiz, vert, hSub, vSub; + int x1, x2, y2, x3, y3, x4, y4, x5, y5, cc, i; + int c; + + for (x1 = 0; x1 < width; x1 += mcuWidth) { + + // deal with restart marker + if (restartInterval > 0 && restartCtr == 0) { + c = readMarker(); + if (c != restartMarker) { + error(getPos(), "Bad DCT data: incorrect restart marker"); + return gFalse; + } + if (++restartMarker == 0xd8) + restartMarker = 0xd0; + restart(); + } + + // read one MCU + for (cc = 0; cc < numComps; ++cc) { + h = compInfo[cc].hSample; + v = compInfo[cc].vSample; + horiz = mcuWidth / h; + vert = mcuHeight / v; + hSub = horiz / 8; + vSub = vert / 8; + for (y2 = 0; y2 < mcuHeight; y2 += vert) { + for (x2 = 0; x2 < mcuWidth; x2 += horiz) { + if (!readDataUnit(&dcHuffTables[scanInfo.dcHuffTable[cc]], + &acHuffTables[scanInfo.acHuffTable[cc]], + &compInfo[cc].prevDC, + data1)) { + return gFalse; + } + transformDataUnit(quantTables[compInfo[cc].quantTable], + data1, data2); + if (hSub == 1 && vSub == 1) { + for (y3 = 0, i = 0; y3 < 8; ++y3, i += 8) { + p1 = &rowBuf[cc][y2+y3][x1+x2]; + p1[0] = data2[i]; + p1[1] = data2[i+1]; + p1[2] = data2[i+2]; + p1[3] = data2[i+3]; + p1[4] = data2[i+4]; + p1[5] = data2[i+5]; + p1[6] = data2[i+6]; + p1[7] = data2[i+7]; + } + } else if (hSub == 2 && vSub == 2) { + for (y3 = 0, i = 0; y3 < 16; y3 += 2, i += 8) { + p1 = &rowBuf[cc][y2+y3][x1+x2]; + p2 = &rowBuf[cc][y2+y3+1][x1+x2]; + p1[0] = p1[1] = p2[0] = p2[1] = data2[i]; + p1[2] = p1[3] = p2[2] = p2[3] = data2[i+1]; + p1[4] = p1[5] = p2[4] = p2[5] = data2[i+2]; + p1[6] = p1[7] = p2[6] = p2[7] = data2[i+3]; + p1[8] = p1[9] = p2[8] = p2[9] = data2[i+4]; + p1[10] = p1[11] = p2[10] = p2[11] = data2[i+5]; + p1[12] = p1[13] = p2[12] = p2[13] = data2[i+6]; + p1[14] = p1[15] = p2[14] = p2[15] = data2[i+7]; + } + } else { + i = 0; + for (y3 = 0, y4 = 0; y3 < 8; ++y3, y4 += vSub) { + for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { + for (y5 = 0; y5 < vSub; ++y5) + for (x5 = 0; x5 < hSub; ++x5) + rowBuf[cc][y2+y4+y5][x1+x2+x4+x5] = data2[i]; + ++i; + } + } + } + } + } + } + --restartCtr; + + // color space conversion + if (colorXform) { + // convert YCbCr to RGB + if (numComps == 3) { + for (y2 = 0; y2 < mcuHeight; ++y2) { + for (x2 = 0; x2 < mcuWidth; ++x2) { + pY = rowBuf[0][y2][x1+x2]; + pCb = rowBuf[1][y2][x1+x2] - 128; + pCr = rowBuf[2][y2][x1+x2] - 128; + pR = ((pY << 16) + dctCrToR * pCr + 32768) >> 16; + rowBuf[0][y2][x1+x2] = dctClip[dctClipOffset + pR]; + pG = ((pY << 16) + dctCbToG * pCb + dctCrToG * pCr + 32768) >> 16; + rowBuf[1][y2][x1+x2] = dctClip[dctClipOffset + pG]; + pB = ((pY << 16) + dctCbToB * pCb + 32768) >> 16; + rowBuf[2][y2][x1+x2] = dctClip[dctClipOffset + pB]; + } + } + // convert YCbCrK to CMYK (K is passed through unchanged) + } else if (numComps == 4) { + for (y2 = 0; y2 < mcuHeight; ++y2) { + for (x2 = 0; x2 < mcuWidth; ++x2) { + pY = rowBuf[0][y2][x1+x2]; + pCb = rowBuf[1][y2][x1+x2] - 128; + pCr = rowBuf[2][y2][x1+x2] - 128; + pR = ((pY << 16) + dctCrToR * pCr + 32768) >> 16; + rowBuf[0][y2][x1+x2] = 255 - dctClip[dctClipOffset + pR]; + pG = ((pY << 16) + dctCbToG * pCb + dctCrToG * pCr + 32768) >> 16; + rowBuf[1][y2][x1+x2] = 255 - dctClip[dctClipOffset + pG]; + pB = ((pY << 16) + dctCbToB * pCb + 32768) >> 16; + rowBuf[2][y2][x1+x2] = 255 - dctClip[dctClipOffset + pB]; + } + } + } + } + } + return gTrue; +} + +// Read one scan from a progressive or non-interleaved JPEG stream. +void DCTStream::readScan() { + int data[64]; + int x1, y1, dx1, dy1, x2, y2, y3, cc, i; + int h, v, horiz, vert, vSub; + int *p1; + int c; + + if (scanInfo.numComps == 1) { + for (cc = 0; cc < numComps; ++cc) { + if (scanInfo.comp[cc]) { + break; + } + } + dx1 = mcuWidth / compInfo[cc].hSample; + dy1 = mcuHeight / compInfo[cc].vSample; + } else { + dx1 = mcuWidth; + dy1 = mcuHeight; + } + + for (y1 = 0; y1 < height; y1 += dy1) { + for (x1 = 0; x1 < width; x1 += dx1) { + + // deal with restart marker + if (restartInterval > 0 && restartCtr == 0) { + c = readMarker(); + if (c != restartMarker) { + error(getPos(), "Bad DCT data: incorrect restart marker"); + return; + } + if (++restartMarker == 0xd8) { + restartMarker = 0xd0; + } + restart(); + } + + // read one MCU + for (cc = 0; cc < numComps; ++cc) { + if (!scanInfo.comp[cc]) { + continue; + } + + h = compInfo[cc].hSample; + v = compInfo[cc].vSample; + horiz = mcuWidth / h; + vert = mcuHeight / v; + vSub = vert / 8; + for (y2 = 0; y2 < dy1; y2 += vert) { + for (x2 = 0; x2 < dx1; x2 += horiz) { + + // pull out the current values + p1 = &frameBuf[cc][(y1+y2) * bufWidth + (x1+x2)]; + for (y3 = 0, i = 0; y3 < 8; ++y3, i += 8) { + data[i] = p1[0]; + data[i+1] = p1[1]; + data[i+2] = p1[2]; + data[i+3] = p1[3]; + data[i+4] = p1[4]; + data[i+5] = p1[5]; + data[i+6] = p1[6]; + data[i+7] = p1[7]; + p1 += bufWidth * vSub; + } + + // read one data unit + if (progressive) { + if (!readProgressiveDataUnit( + &dcHuffTables[scanInfo.dcHuffTable[cc]], + &acHuffTables[scanInfo.acHuffTable[cc]], + &compInfo[cc].prevDC, + data)) { + return; + } + } else { + if (!readDataUnit(&dcHuffTables[scanInfo.dcHuffTable[cc]], + &acHuffTables[scanInfo.acHuffTable[cc]], + &compInfo[cc].prevDC, + data)) { + return; + } + } + + // add the data unit into frameBuf + p1 = &frameBuf[cc][(y1+y2) * bufWidth + (x1+x2)]; + for (y3 = 0, i = 0; y3 < 8; ++y3, i += 8) { + p1[0] = data[i]; + p1[1] = data[i+1]; + p1[2] = data[i+2]; + p1[3] = data[i+3]; + p1[4] = data[i+4]; + p1[5] = data[i+5]; + p1[6] = data[i+6]; + p1[7] = data[i+7]; + p1 += bufWidth * vSub; + } + } + } + } + --restartCtr; + } + } +} + +// Read one data unit from a sequential JPEG stream. +GBool DCTStream::readDataUnit(DCTHuffTable *dcHuffTable, + DCTHuffTable *acHuffTable, + int *prevDC, int data[64]) { + int run, size, amp; + int c; + int i, j; + + if ((size = readHuffSym(dcHuffTable)) == 9999) { + return gFalse; + } + if (size > 0) { + if ((amp = readAmp(size)) == 9999) { + return gFalse; + } + } else { + amp = 0; + } + data[0] = *prevDC += amp; + for (i = 1; i < 64; ++i) { + data[i] = 0; + } + i = 1; + while (i < 64) { + run = 0; + while ((c = readHuffSym(acHuffTable)) == 0xf0 && run < 0x30) { + run += 0x10; + } + if (c == 9999) { + return gFalse; + } + if (c == 0x00) { + break; + } else { + run += (c >> 4) & 0x0f; + size = c & 0x0f; + amp = readAmp(size); + if (amp == 9999) { + return gFalse; + } + i += run; + if (i < 64) { + j = dctZigZag[i++]; + data[j] = amp; + } + } + } + return gTrue; +} + +// Read one data unit from a sequential JPEG stream. +GBool DCTStream::readProgressiveDataUnit(DCTHuffTable *dcHuffTable, + DCTHuffTable *acHuffTable, + int *prevDC, int data[64]) { + int run, size, amp, bit, c; + int i, j, k; + + // get the DC coefficient + i = scanInfo.firstCoeff; + if (i == 0) { + if (scanInfo.ah == 0) { + if ((size = readHuffSym(dcHuffTable)) == 9999) { + return gFalse; + } + if (size > 0) { + if ((amp = readAmp(size)) == 9999) { + return gFalse; + } + } else { + amp = 0; + } + data[0] += (*prevDC += amp) << scanInfo.al; + } else { + if ((bit = readBit()) == 9999) { + return gFalse; + } + data[0] += bit << scanInfo.al; + } + ++i; + } + if (scanInfo.lastCoeff == 0) { + return gTrue; + } + + // check for an EOB run + if (eobRun > 0) { + while (i <= scanInfo.lastCoeff) { + j = dctZigZag[i++]; + if (data[j] != 0) { + if ((bit = readBit()) == EOF) { + return gFalse; + } + if (bit) { + data[j] += 1 << scanInfo.al; + } + } + } + --eobRun; + return gTrue; + } + + // read the AC coefficients + while (i <= scanInfo.lastCoeff) { + if ((c = readHuffSym(acHuffTable)) == 9999) { + return gFalse; + } + + // ZRL + if (c == 0xf0) { + k = 0; + while (k < 16) { + j = dctZigZag[i++]; + if (data[j] == 0) { + ++k; + } else { + if ((bit = readBit()) == EOF) { + return gFalse; + } + if (bit) { + data[j] += 1 << scanInfo.al; + } + } + } + + // EOB run + } else if ((c & 0x0f) == 0x00) { + j = c >> 4; + eobRun = 0; + for (k = 0; k < j; ++k) { + if ((bit = readBit()) == EOF) { + return gFalse; + } + eobRun = (eobRun << 1) | bit; + } + eobRun += 1 << j; + while (i <= scanInfo.lastCoeff) { + j = dctZigZag[i++]; + if (data[j] != 0) { + if ((bit = readBit()) == EOF) { + return gFalse; + } + if (bit) { + data[j] += 1 << scanInfo.al; + } + } + } + --eobRun; + break; + + // zero run and one AC coefficient + } else { + run = (c >> 4) & 0x0f; + size = c & 0x0f; + if ((amp = readAmp(size)) == 9999) { + return gFalse; + } + k = 0; + do { + j = dctZigZag[i++]; + while (data[j] != 0) { + if ((bit = readBit()) == EOF) { + return gFalse; + } + if (bit) { + data[j] += 1 << scanInfo.al; + } + j = dctZigZag[i++]; + } + ++k; + } while (k <= run); + data[j] = amp << scanInfo.al; + } + } + + return gTrue; +} + +// Decode a progressive JPEG image. +void DCTStream::decodeImage() { + int dataIn[64]; + Guchar dataOut[64]; + Gushort *quantTable; + int pY, pCb, pCr, pR, pG, pB; + int x1, y1, x2, y2, x3, y3, x4, y4, x5, y5, cc, i; + int h, v, horiz, vert, hSub, vSub; + int *p0, *p1, *p2; + + for (y1 = 0; y1 < bufHeight; y1 += mcuHeight) { + for (x1 = 0; x1 < bufWidth; x1 += mcuWidth) { + for (cc = 0; cc < numComps; ++cc) { + quantTable = quantTables[compInfo[cc].quantTable]; + h = compInfo[cc].hSample; + v = compInfo[cc].vSample; + horiz = mcuWidth / h; + vert = mcuHeight / v; + hSub = horiz / 8; + vSub = vert / 8; + for (y2 = 0; y2 < mcuHeight; y2 += vert) { + for (x2 = 0; x2 < mcuWidth; x2 += horiz) { + + // pull out the coded data unit + p1 = &frameBuf[cc][(y1+y2) * bufWidth + (x1+x2)]; + for (y3 = 0, i = 0; y3 < 8; ++y3, i += 8) { + dataIn[i] = p1[0]; + dataIn[i+1] = p1[1]; + dataIn[i+2] = p1[2]; + dataIn[i+3] = p1[3]; + dataIn[i+4] = p1[4]; + dataIn[i+5] = p1[5]; + dataIn[i+6] = p1[6]; + dataIn[i+7] = p1[7]; + p1 += bufWidth * vSub; + } + + // transform + transformDataUnit(quantTable, dataIn, dataOut); + + // store back into frameBuf, doing replication for + // subsampled components + p1 = &frameBuf[cc][(y1+y2) * bufWidth + (x1+x2)]; + if (hSub == 1 && vSub == 1) { + for (y3 = 0, i = 0; y3 < 8; ++y3, i += 8) { + p1[0] = dataOut[i] & 0xff; + p1[1] = dataOut[i+1] & 0xff; + p1[2] = dataOut[i+2] & 0xff; + p1[3] = dataOut[i+3] & 0xff; + p1[4] = dataOut[i+4] & 0xff; + p1[5] = dataOut[i+5] & 0xff; + p1[6] = dataOut[i+6] & 0xff; + p1[7] = dataOut[i+7] & 0xff; + p1 += bufWidth; + } + } else if (hSub == 2 && vSub == 2) { + p2 = p1 + bufWidth; + for (y3 = 0, i = 0; y3 < 16; y3 += 2, i += 8) { + p1[0] = p1[1] = p2[0] = p2[1] = dataOut[i] & 0xff; + p1[2] = p1[3] = p2[2] = p2[3] = dataOut[i+1] & 0xff; + p1[4] = p1[5] = p2[4] = p2[5] = dataOut[i+2] & 0xff; + p1[6] = p1[7] = p2[6] = p2[7] = dataOut[i+3] & 0xff; + p1[8] = p1[9] = p2[8] = p2[9] = dataOut[i+4] & 0xff; + p1[10] = p1[11] = p2[10] = p2[11] = dataOut[i+5] & 0xff; + p1[12] = p1[13] = p2[12] = p2[13] = dataOut[i+6] & 0xff; + p1[14] = p1[15] = p2[14] = p2[15] = dataOut[i+7] & 0xff; + p1 += bufWidth * 2; + p2 += bufWidth * 2; + } + } else { + i = 0; + for (y3 = 0, y4 = 0; y3 < 8; ++y3, y4 += vSub) { + for (x3 = 0, x4 = 0; x3 < 8; ++x3, x4 += hSub) { + p2 = p1 + x4; + for (y5 = 0; y5 < vSub; ++y5) { + for (x5 = 0; x5 < hSub; ++x5) { + p2[x5] = dataOut[i] & 0xff; + } + p2 += bufWidth; + } + ++i; + } + p1 += bufWidth * vSub; + } + } + } + } + } + + // color space conversion + if (colorXform) { + // convert YCbCr to RGB + if (numComps == 3) { + for (y2 = 0; y2 < mcuHeight; ++y2) { + p0 = &frameBuf[0][(y1+y2) * bufWidth + x1]; + p1 = &frameBuf[1][(y1+y2) * bufWidth + x1]; + p2 = &frameBuf[2][(y1+y2) * bufWidth + x1]; + for (x2 = 0; x2 < mcuWidth; ++x2) { + pY = *p0; + pCb = *p1 - 128; + pCr = *p2 - 128; + pR = ((pY << 16) + dctCrToR * pCr + 32768) >> 16; + *p0++ = dctClip[dctClipOffset + pR]; + pG = ((pY << 16) + dctCbToG * pCb + dctCrToG * pCr + + 32768) >> 16; + *p1++ = dctClip[dctClipOffset + pG]; + pB = ((pY << 16) + dctCbToB * pCb + 32768) >> 16; + *p2++ = dctClip[dctClipOffset + pB]; + } + } + // convert YCbCrK to CMYK (K is passed through unchanged) + } else if (numComps == 4) { + for (y2 = 0; y2 < mcuHeight; ++y2) { + p0 = &frameBuf[0][(y1+y2) * bufWidth + x1]; + p1 = &frameBuf[1][(y1+y2) * bufWidth + x1]; + p2 = &frameBuf[2][(y1+y2) * bufWidth + x1]; + for (x2 = 0; x2 < mcuWidth; ++x2) { + pY = *p0; + pCb = *p1 - 128; + pCr = *p2 - 128; + pR = ((pY << 16) + dctCrToR * pCr + 32768) >> 16; + *p0++ = 255 - dctClip[dctClipOffset + pR]; + pG = ((pY << 16) + dctCbToG * pCb + dctCrToG * pCr + + 32768) >> 16; + *p1++ = 255 - dctClip[dctClipOffset + pG]; + pB = ((pY << 16) + dctCbToB * pCb + 32768) >> 16; + *p2++ = 255 - dctClip[dctClipOffset + pB]; + } + } + } + } + } + } +} + +// Transform one data unit -- this performs the dequantization and +// IDCT steps. This IDCT algorithm is taken from: +// Christoph Loeffler, Adriaan Ligtenberg, George S. Moschytz, +// "Practical Fast 1-D DCT Algorithms with 11 Multiplications", +// IEEE Intl. Conf. on Acoustics, Speech & Signal Processing, 1989, +// 988-991. +// The stage numbers mentioned in the comments refer to Figure 1 in this +// paper. +void DCTStream::transformDataUnit(Gushort *quantTable, + int dataIn[64], Guchar dataOut[64]) { + int v0, v1, v2, v3, v4, v5, v6, v7, t; + int *p; + int i; + + // dequant + for (i = 0; i < 64; ++i) { + dataIn[i] *= quantTable[i]; + } + + // inverse DCT on rows + for (i = 0; i < 64; i += 8) { + p = dataIn + i; + + // check for all-zero AC coefficients + if (p[1] == 0 && p[2] == 0 && p[3] == 0 && + p[4] == 0 && p[5] == 0 && p[6] == 0 && p[7] == 0) { + t = (dctSqrt2 * p[0] + 512) >> 10; + p[0] = t; + p[1] = t; + p[2] = t; + p[3] = t; + p[4] = t; + p[5] = t; + p[6] = t; + p[7] = t; + continue; + } + + // stage 4 + v0 = (dctSqrt2 * p[0] + 128) >> 8; + v1 = (dctSqrt2 * p[4] + 128) >> 8; + v2 = p[2]; + v3 = p[6]; + v4 = (dctSqrt1d2 * (p[1] - p[7]) + 128) >> 8; + v7 = (dctSqrt1d2 * (p[1] + p[7]) + 128) >> 8; + v5 = p[3] << 4; + v6 = p[5] << 4; + + // stage 3 + t = (v0 - v1+ 1) >> 1; + v0 = (v0 + v1 + 1) >> 1; + v1 = t; + t = (v2 * dctSin6 + v3 * dctCos6 + 128) >> 8; + v2 = (v2 * dctCos6 - v3 * dctSin6 + 128) >> 8; + v3 = t; + t = (v4 - v6 + 1) >> 1; + v4 = (v4 + v6 + 1) >> 1; + v6 = t; + t = (v7 + v5 + 1) >> 1; + v5 = (v7 - v5 + 1) >> 1; + v7 = t; + + // stage 2 + t = (v0 - v3 + 1) >> 1; + v0 = (v0 + v3 + 1) >> 1; + v3 = t; + t = (v1 - v2 + 1) >> 1; + v1 = (v1 + v2 + 1) >> 1; + v2 = t; + t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12; + v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12; + v7 = t; + t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12; + v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12; + v6 = t; + + // stage 1 + p[0] = v0 + v7; + p[7] = v0 - v7; + p[1] = v1 + v6; + p[6] = v1 - v6; + p[2] = v2 + v5; + p[5] = v2 - v5; + p[3] = v3 + v4; + p[4] = v3 - v4; + } + + // inverse DCT on columns + for (i = 0; i < 8; ++i) { + p = dataIn + i; + + // check for all-zero AC coefficients + if (p[1*8] == 0 && p[2*8] == 0 && p[3*8] == 0 && + p[4*8] == 0 && p[5*8] == 0 && p[6*8] == 0 && p[7*8] == 0) { + t = (dctSqrt2 * dataIn[i+0] + 8192) >> 14; + p[0*8] = t; + p[1*8] = t; + p[2*8] = t; + p[3*8] = t; + p[4*8] = t; + p[5*8] = t; + p[6*8] = t; + p[7*8] = t; + continue; + } + + // stage 4 + v0 = (dctSqrt2 * p[0*8] + 2048) >> 12; + v1 = (dctSqrt2 * p[4*8] + 2048) >> 12; + v2 = p[2*8]; + v3 = p[6*8]; + v4 = (dctSqrt1d2 * (p[1*8] - p[7*8]) + 2048) >> 12; + v7 = (dctSqrt1d2 * (p[1*8] + p[7*8]) + 2048) >> 12; + v5 = p[3*8]; + v6 = p[5*8]; + + // stage 3 + t = (v0 - v1 + 1) >> 1; + v0 = (v0 + v1 + 1) >> 1; + v1 = t; + t = (v2 * dctSin6 + v3 * dctCos6 + 2048) >> 12; + v2 = (v2 * dctCos6 - v3 * dctSin6 + 2048) >> 12; + v3 = t; + t = (v4 - v6 + 1) >> 1; + v4 = (v4 + v6 + 1) >> 1; + v6 = t; + t = (v7 + v5 + 1) >> 1; + v5 = (v7 - v5 + 1) >> 1; + v7 = t; + + // stage 2 + t = (v0 - v3 + 1) >> 1; + v0 = (v0 + v3 + 1) >> 1; + v3 = t; + t = (v1 - v2 + 1) >> 1; + v1 = (v1 + v2 + 1) >> 1; + v2 = t; + t = (v4 * dctSin3 + v7 * dctCos3 + 2048) >> 12; + v4 = (v4 * dctCos3 - v7 * dctSin3 + 2048) >> 12; + v7 = t; + t = (v5 * dctSin1 + v6 * dctCos1 + 2048) >> 12; + v5 = (v5 * dctCos1 - v6 * dctSin1 + 2048) >> 12; + v6 = t; + + // stage 1 + p[0*8] = v0 + v7; + p[7*8] = v0 - v7; + p[1*8] = v1 + v6; + p[6*8] = v1 - v6; + p[2*8] = v2 + v5; + p[5*8] = v2 - v5; + p[3*8] = v3 + v4; + p[4*8] = v3 - v4; + } + + // convert to 8-bit integers + for (i = 0; i < 64; ++i) { + dataOut[i] = dctClip[dctClipOffset + 128 + ((dataIn[i] + 8) >> 4)]; + } +} + +int DCTStream::readHuffSym(DCTHuffTable *table) { + Gushort code; + int bit; + int codeBits; + + code = 0; + codeBits = 0; + do { + // add a bit to the code + if ((bit = readBit()) == EOF) + return 9999; + code = (code << 1) + bit; + ++codeBits; + + // look up code + if (code - table->firstCode[codeBits] < table->numCodes[codeBits]) { + code -= table->firstCode[codeBits]; + return table->sym[table->firstSym[codeBits] + code]; + } + } while (codeBits < 16); + + error(getPos(), "Bad Huffman code in DCT stream"); + return 9999; +} + +int DCTStream::readAmp(int size) { + int amp, bit; + int bits; + + amp = 0; + for (bits = 0; bits < size; ++bits) { + if ((bit = readBit()) == EOF) + return 9999; + amp = (amp << 1) + bit; + } + if (amp < (1 << (size - 1))) + amp -= (1 << size) - 1; + return amp; +} + +int DCTStream::readBit() { + int bit; + int c, c2; + + if (inputBits == 0) { + if ((c = str->getChar()) == EOF) + return EOF; + if (c == 0xff) { + do { + c2 = str->getChar(); + } while (c2 == 0xff); + if (c2 != 0x00) { + error(getPos(), "Bad DCT data: missing 00 after ff"); + return EOF; + } + } + inputBuf = c; + inputBits = 8; + } + bit = (inputBuf >> (inputBits - 1)) & 1; + --inputBits; + return bit; +} + +GBool DCTStream::readHeader() { + GBool doScan; + int n; + int c = 0; + int i; + + // read headers + doScan = gFalse; + while (!doScan) { + c = readMarker(); + switch (c) { + case 0xc0: // SOF0 (sequential) + case 0xc1: // SOF1 (extended sequential) + if (!readBaselineSOF()) { + return gFalse; + } + break; + case 0xc2: // SOF2 (progressive) + if (!readProgressiveSOF()) { + return gFalse; + } + break; + case 0xc4: // DHT + if (!readHuffmanTables()) { + return gFalse; + } + break; + case 0xd8: // SOI + break; + case 0xd9: // EOI + return gFalse; + case 0xda: // SOS + if (!readScanInfo()) { + return gFalse; + } + doScan = gTrue; + break; + case 0xdb: // DQT + if (!readQuantTables()) { + return gFalse; + } + break; + case 0xdd: // DRI + if (!readRestartInterval()) { + return gFalse; + } + break; + case 0xe0: // APP0 + if (!readJFIFMarker()) { + return gFalse; + } + break; + case 0xee: // APP14 + if (!readAdobeMarker()) { + return gFalse; + } + break; + case EOF: + error(getPos(), "Bad DCT header"); + return gFalse; + default: + // skip APPn / COM / etc. + if (c >= 0xe0) { + n = read16() - 2; + for (i = 0; i < n; ++i) { + str->getChar(); + } + } else { + error(getPos(), "Unknown DCT marker <%02x>", c); + return gFalse; + } + break; + } + } + + return gTrue; +} + +GBool DCTStream::readBaselineSOF() { + int length; + int prec; + int i; + int c; + + length = read16(); + prec = str->getChar(); + height = read16(); + width = read16(); + numComps = str->getChar(); + if (numComps <= 0 || numComps > 4) { + error(getPos(), "Bad number of components in DCT stream"); + numComps = 0; + return gFalse; + } + if (prec != 8) { + error(getPos(), "Bad DCT precision %d", prec); + return gFalse; + } + for (i = 0; i < numComps; ++i) { + compInfo[i].id = str->getChar(); + c = str->getChar(); + compInfo[i].hSample = (c >> 4) & 0x0f; + compInfo[i].vSample = c & 0x0f; + compInfo[i].quantTable = str->getChar(); + } + progressive = gFalse; + return gTrue; +} + +GBool DCTStream::readProgressiveSOF() { + int length; + int prec; + int i; + int c; + + length = read16(); + prec = str->getChar(); + height = read16(); + width = read16(); + numComps = str->getChar(); + if (numComps <= 0 || numComps > 4) { + error(getPos(), "Bad number of components in DCT stream"); + numComps = 0; + return gFalse; + } + if (prec != 8) { + error(getPos(), "Bad DCT precision %d", prec); + return gFalse; + } + for (i = 0; i < numComps; ++i) { + compInfo[i].id = str->getChar(); + c = str->getChar(); + compInfo[i].hSample = (c >> 4) & 0x0f; + compInfo[i].vSample = c & 0x0f; + compInfo[i].quantTable = str->getChar(); + } + progressive = gTrue; + return gTrue; +} + +GBool DCTStream::readScanInfo() { + int length; + int id, c; + int i, j; + + length = read16() - 2; + scanInfo.numComps = str->getChar(); + if (scanInfo.numComps <= 0 || scanInfo.numComps > 4) { + error(getPos(), "Bad number of components in DCT stream"); + scanInfo.numComps = 0; + return gFalse; + } + --length; + if (length != 2 * scanInfo.numComps + 3) { + error(getPos(), "Bad DCT scan info block"); + return gFalse; + } + interleaved = scanInfo.numComps == numComps; + for (j = 0; j < numComps; ++j) { + scanInfo.comp[j] = gFalse; + } + for (i = 0; i < scanInfo.numComps; ++i) { + id = str->getChar(); + // some (broken) DCT streams reuse ID numbers, but at least they + // keep the components in order, so we check compInfo[i] first to + // work around the problem + if (id == compInfo[i].id) { + j = i; + } else { + for (j = 0; j < numComps; ++j) { + if (id == compInfo[j].id) { + break; + } + } + if (j == numComps) { + error(getPos(), "Bad DCT component ID in scan info block"); + return gFalse; + } + } + scanInfo.comp[j] = gTrue; + c = str->getChar(); + scanInfo.dcHuffTable[j] = (c >> 4) & 0x0f; + scanInfo.acHuffTable[j] = c & 0x0f; + } + scanInfo.firstCoeff = str->getChar(); + scanInfo.lastCoeff = str->getChar(); + c = str->getChar(); + scanInfo.ah = (c >> 4) & 0x0f; + scanInfo.al = c & 0x0f; + return gTrue; +} + +GBool DCTStream::readQuantTables() { + int length, prec, i, index; + + length = read16() - 2; + while (length > 0) { + index = str->getChar(); + prec = (index >> 4) & 0x0f; + index &= 0x0f; + if (prec > 1 || index >= 4) { + error(getPos(), "Bad DCT quantization table"); + return gFalse; + } + if (index == numQuantTables) { + numQuantTables = index + 1; + } + for (i = 0; i < 64; ++i) { + if (prec) { + quantTables[index][dctZigZag[i]] = read16(); + } else { + quantTables[index][dctZigZag[i]] = str->getChar(); + } + } + if (prec) { + length -= 129; + } else { + length -= 65; + } + } + return gTrue; +} + +GBool DCTStream::readHuffmanTables() { + DCTHuffTable *tbl; + int length; + int index; + Gushort code; + Guchar sym; + int i; + int c; + + length = read16() - 2; + while (length > 0) { + index = str->getChar(); + --length; + if ((index & 0x0f) >= 4) { + error(getPos(), "Bad DCT Huffman table"); + return gFalse; + } + if (index & 0x10) { + index &= 0x0f; + if (index >= numACHuffTables) + numACHuffTables = index+1; + tbl = &acHuffTables[index]; + } else { + index &= 0x0f; + if (index >= numDCHuffTables) + numDCHuffTables = index+1; + tbl = &dcHuffTables[index]; + } + sym = 0; + code = 0; + for (i = 1; i <= 16; ++i) { + c = str->getChar(); + tbl->firstSym[i] = sym; + tbl->firstCode[i] = code; + tbl->numCodes[i] = c; + sym += c; + code = (code + c) << 1; + } + length -= 16; + for (i = 0; i < sym; ++i) + tbl->sym[i] = str->getChar(); + length -= sym; + } + return gTrue; +} + +GBool DCTStream::readRestartInterval() { + int length; + + length = read16(); + if (length != 4) { + error(getPos(), "Bad DCT restart interval"); + return gFalse; + } + restartInterval = read16(); + return gTrue; +} + +GBool DCTStream::readJFIFMarker() { + int length, i; + char buf[5]; + int c; + + length = read16(); + length -= 2; + if (length >= 5) { + for (i = 0; i < 5; ++i) { + if ((c = str->getChar()) == EOF) { + error(getPos(), "Bad DCT APP0 marker"); + return gFalse; + } + buf[i] = c; + } + length -= 5; + if (!memcmp(buf, "JFIF\0", 5)) { + gotJFIFMarker = gTrue; + } + } + while (length > 0) { + if (str->getChar() == EOF) { + error(getPos(), "Bad DCT APP0 marker"); + return gFalse; + } + --length; + } + return gTrue; +} + +GBool DCTStream::readAdobeMarker() { + int length, i; + char buf[12]; + int c; + + length = read16(); + if (length < 14) { + goto err; + } + for (i = 0; i < 12; ++i) { + if ((c = str->getChar()) == EOF) { + goto err; + } + buf[i] = c; + } + if (strncmp(buf, "Adobe", 5)) { + goto err; + } + colorXform = buf[11]; + gotAdobeMarker = gTrue; + for (i = 14; i < length; ++i) { + if (str->getChar() == EOF) { + goto err; + } + } + return gTrue; + + err: + error(getPos(), "Bad DCT Adobe APP14 marker"); + return gFalse; +} + +GBool DCTStream::readTrailer() { + int c; + + c = readMarker(); + if (c != 0xd9) { // EOI + error(getPos(), "Bad DCT trailer"); + return gFalse; + } + return gTrue; +} + +int DCTStream::readMarker() { + int c; + + do { + do { + c = str->getChar(); + } while (c != 0xff && c != EOF); + do { + c = str->getChar(); + } while (c == 0xff); + } while (c == 0x00); + return c; +} + +int DCTStream::read16() { + int c1, c2; + + if ((c1 = str->getChar()) == EOF) + return EOF; + if ((c2 = str->getChar()) == EOF) + return EOF; + return (c1 << 8) + c2; +} + +GString *DCTStream::getPSFilter(int psLevel, char *indent) { + GString *s; + + if (psLevel < 2) { + return NULL; + } + if (!(s = str->getPSFilter(psLevel, indent))) { + return NULL; + } + s->append(indent)->append("<< >> /DCTDecode filter\n"); + return s; +} + +GBool DCTStream::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +//------------------------------------------------------------------------ +// FlateStream +//------------------------------------------------------------------------ + +int FlateStream::codeLenCodeMap[flateMaxCodeLenCodes] = { + 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 +}; + +FlateDecode FlateStream::lengthDecode[flateMaxLitCodes-257] = { + {0, 3}, + {0, 4}, + {0, 5}, + {0, 6}, + {0, 7}, + {0, 8}, + {0, 9}, + {0, 10}, + {1, 11}, + {1, 13}, + {1, 15}, + {1, 17}, + {2, 19}, + {2, 23}, + {2, 27}, + {2, 31}, + {3, 35}, + {3, 43}, + {3, 51}, + {3, 59}, + {4, 67}, + {4, 83}, + {4, 99}, + {4, 115}, + {5, 131}, + {5, 163}, + {5, 195}, + {5, 227}, + {0, 258}, + {0, 258}, + {0, 258} +}; + +FlateDecode FlateStream::distDecode[flateMaxDistCodes] = { + { 0, 1}, + { 0, 2}, + { 0, 3}, + { 0, 4}, + { 1, 5}, + { 1, 7}, + { 2, 9}, + { 2, 13}, + { 3, 17}, + { 3, 25}, + { 4, 33}, + { 4, 49}, + { 5, 65}, + { 5, 97}, + { 6, 129}, + { 6, 193}, + { 7, 257}, + { 7, 385}, + { 8, 513}, + { 8, 769}, + { 9, 1025}, + { 9, 1537}, + {10, 2049}, + {10, 3073}, + {11, 4097}, + {11, 6145}, + {12, 8193}, + {12, 12289}, + {13, 16385}, + {13, 24577} +}; + +static FlateCode flateFixedLitCodeTabCodes[512] = { + {7, 0x0100}, + {8, 0x0050}, + {8, 0x0010}, + {8, 0x0118}, + {7, 0x0110}, + {8, 0x0070}, + {8, 0x0030}, + {9, 0x00c0}, + {7, 0x0108}, + {8, 0x0060}, + {8, 0x0020}, + {9, 0x00a0}, + {8, 0x0000}, + {8, 0x0080}, + {8, 0x0040}, + {9, 0x00e0}, + {7, 0x0104}, + {8, 0x0058}, + {8, 0x0018}, + {9, 0x0090}, + {7, 0x0114}, + {8, 0x0078}, + {8, 0x0038}, + {9, 0x00d0}, + {7, 0x010c}, + {8, 0x0068}, + {8, 0x0028}, + {9, 0x00b0}, + {8, 0x0008}, + {8, 0x0088}, + {8, 0x0048}, + {9, 0x00f0}, + {7, 0x0102}, + {8, 0x0054}, + {8, 0x0014}, + {8, 0x011c}, + {7, 0x0112}, + {8, 0x0074}, + {8, 0x0034}, + {9, 0x00c8}, + {7, 0x010a}, + {8, 0x0064}, + {8, 0x0024}, + {9, 0x00a8}, + {8, 0x0004}, + {8, 0x0084}, + {8, 0x0044}, + {9, 0x00e8}, + {7, 0x0106}, + {8, 0x005c}, + {8, 0x001c}, + {9, 0x0098}, + {7, 0x0116}, + {8, 0x007c}, + {8, 0x003c}, + {9, 0x00d8}, + {7, 0x010e}, + {8, 0x006c}, + {8, 0x002c}, + {9, 0x00b8}, + {8, 0x000c}, + {8, 0x008c}, + {8, 0x004c}, + {9, 0x00f8}, + {7, 0x0101}, + {8, 0x0052}, + {8, 0x0012}, + {8, 0x011a}, + {7, 0x0111}, + {8, 0x0072}, + {8, 0x0032}, + {9, 0x00c4}, + {7, 0x0109}, + {8, 0x0062}, + {8, 0x0022}, + {9, 0x00a4}, + {8, 0x0002}, + {8, 0x0082}, + {8, 0x0042}, + {9, 0x00e4}, + {7, 0x0105}, + {8, 0x005a}, + {8, 0x001a}, + {9, 0x0094}, + {7, 0x0115}, + {8, 0x007a}, + {8, 0x003a}, + {9, 0x00d4}, + {7, 0x010d}, + {8, 0x006a}, + {8, 0x002a}, + {9, 0x00b4}, + {8, 0x000a}, + {8, 0x008a}, + {8, 0x004a}, + {9, 0x00f4}, + {7, 0x0103}, + {8, 0x0056}, + {8, 0x0016}, + {8, 0x011e}, + {7, 0x0113}, + {8, 0x0076}, + {8, 0x0036}, + {9, 0x00cc}, + {7, 0x010b}, + {8, 0x0066}, + {8, 0x0026}, + {9, 0x00ac}, + {8, 0x0006}, + {8, 0x0086}, + {8, 0x0046}, + {9, 0x00ec}, + {7, 0x0107}, + {8, 0x005e}, + {8, 0x001e}, + {9, 0x009c}, + {7, 0x0117}, + {8, 0x007e}, + {8, 0x003e}, + {9, 0x00dc}, + {7, 0x010f}, + {8, 0x006e}, + {8, 0x002e}, + {9, 0x00bc}, + {8, 0x000e}, + {8, 0x008e}, + {8, 0x004e}, + {9, 0x00fc}, + {7, 0x0100}, + {8, 0x0051}, + {8, 0x0011}, + {8, 0x0119}, + {7, 0x0110}, + {8, 0x0071}, + {8, 0x0031}, + {9, 0x00c2}, + {7, 0x0108}, + {8, 0x0061}, + {8, 0x0021}, + {9, 0x00a2}, + {8, 0x0001}, + {8, 0x0081}, + {8, 0x0041}, + {9, 0x00e2}, + {7, 0x0104}, + {8, 0x0059}, + {8, 0x0019}, + {9, 0x0092}, + {7, 0x0114}, + {8, 0x0079}, + {8, 0x0039}, + {9, 0x00d2}, + {7, 0x010c}, + {8, 0x0069}, + {8, 0x0029}, + {9, 0x00b2}, + {8, 0x0009}, + {8, 0x0089}, + {8, 0x0049}, + {9, 0x00f2}, + {7, 0x0102}, + {8, 0x0055}, + {8, 0x0015}, + {8, 0x011d}, + {7, 0x0112}, + {8, 0x0075}, + {8, 0x0035}, + {9, 0x00ca}, + {7, 0x010a}, + {8, 0x0065}, + {8, 0x0025}, + {9, 0x00aa}, + {8, 0x0005}, + {8, 0x0085}, + {8, 0x0045}, + {9, 0x00ea}, + {7, 0x0106}, + {8, 0x005d}, + {8, 0x001d}, + {9, 0x009a}, + {7, 0x0116}, + {8, 0x007d}, + {8, 0x003d}, + {9, 0x00da}, + {7, 0x010e}, + {8, 0x006d}, + {8, 0x002d}, + {9, 0x00ba}, + {8, 0x000d}, + {8, 0x008d}, + {8, 0x004d}, + {9, 0x00fa}, + {7, 0x0101}, + {8, 0x0053}, + {8, 0x0013}, + {8, 0x011b}, + {7, 0x0111}, + {8, 0x0073}, + {8, 0x0033}, + {9, 0x00c6}, + {7, 0x0109}, + {8, 0x0063}, + {8, 0x0023}, + {9, 0x00a6}, + {8, 0x0003}, + {8, 0x0083}, + {8, 0x0043}, + {9, 0x00e6}, + {7, 0x0105}, + {8, 0x005b}, + {8, 0x001b}, + {9, 0x0096}, + {7, 0x0115}, + {8, 0x007b}, + {8, 0x003b}, + {9, 0x00d6}, + {7, 0x010d}, + {8, 0x006b}, + {8, 0x002b}, + {9, 0x00b6}, + {8, 0x000b}, + {8, 0x008b}, + {8, 0x004b}, + {9, 0x00f6}, + {7, 0x0103}, + {8, 0x0057}, + {8, 0x0017}, + {8, 0x011f}, + {7, 0x0113}, + {8, 0x0077}, + {8, 0x0037}, + {9, 0x00ce}, + {7, 0x010b}, + {8, 0x0067}, + {8, 0x0027}, + {9, 0x00ae}, + {8, 0x0007}, + {8, 0x0087}, + {8, 0x0047}, + {9, 0x00ee}, + {7, 0x0107}, + {8, 0x005f}, + {8, 0x001f}, + {9, 0x009e}, + {7, 0x0117}, + {8, 0x007f}, + {8, 0x003f}, + {9, 0x00de}, + {7, 0x010f}, + {8, 0x006f}, + {8, 0x002f}, + {9, 0x00be}, + {8, 0x000f}, + {8, 0x008f}, + {8, 0x004f}, + {9, 0x00fe}, + {7, 0x0100}, + {8, 0x0050}, + {8, 0x0010}, + {8, 0x0118}, + {7, 0x0110}, + {8, 0x0070}, + {8, 0x0030}, + {9, 0x00c1}, + {7, 0x0108}, + {8, 0x0060}, + {8, 0x0020}, + {9, 0x00a1}, + {8, 0x0000}, + {8, 0x0080}, + {8, 0x0040}, + {9, 0x00e1}, + {7, 0x0104}, + {8, 0x0058}, + {8, 0x0018}, + {9, 0x0091}, + {7, 0x0114}, + {8, 0x0078}, + {8, 0x0038}, + {9, 0x00d1}, + {7, 0x010c}, + {8, 0x0068}, + {8, 0x0028}, + {9, 0x00b1}, + {8, 0x0008}, + {8, 0x0088}, + {8, 0x0048}, + {9, 0x00f1}, + {7, 0x0102}, + {8, 0x0054}, + {8, 0x0014}, + {8, 0x011c}, + {7, 0x0112}, + {8, 0x0074}, + {8, 0x0034}, + {9, 0x00c9}, + {7, 0x010a}, + {8, 0x0064}, + {8, 0x0024}, + {9, 0x00a9}, + {8, 0x0004}, + {8, 0x0084}, + {8, 0x0044}, + {9, 0x00e9}, + {7, 0x0106}, + {8, 0x005c}, + {8, 0x001c}, + {9, 0x0099}, + {7, 0x0116}, + {8, 0x007c}, + {8, 0x003c}, + {9, 0x00d9}, + {7, 0x010e}, + {8, 0x006c}, + {8, 0x002c}, + {9, 0x00b9}, + {8, 0x000c}, + {8, 0x008c}, + {8, 0x004c}, + {9, 0x00f9}, + {7, 0x0101}, + {8, 0x0052}, + {8, 0x0012}, + {8, 0x011a}, + {7, 0x0111}, + {8, 0x0072}, + {8, 0x0032}, + {9, 0x00c5}, + {7, 0x0109}, + {8, 0x0062}, + {8, 0x0022}, + {9, 0x00a5}, + {8, 0x0002}, + {8, 0x0082}, + {8, 0x0042}, + {9, 0x00e5}, + {7, 0x0105}, + {8, 0x005a}, + {8, 0x001a}, + {9, 0x0095}, + {7, 0x0115}, + {8, 0x007a}, + {8, 0x003a}, + {9, 0x00d5}, + {7, 0x010d}, + {8, 0x006a}, + {8, 0x002a}, + {9, 0x00b5}, + {8, 0x000a}, + {8, 0x008a}, + {8, 0x004a}, + {9, 0x00f5}, + {7, 0x0103}, + {8, 0x0056}, + {8, 0x0016}, + {8, 0x011e}, + {7, 0x0113}, + {8, 0x0076}, + {8, 0x0036}, + {9, 0x00cd}, + {7, 0x010b}, + {8, 0x0066}, + {8, 0x0026}, + {9, 0x00ad}, + {8, 0x0006}, + {8, 0x0086}, + {8, 0x0046}, + {9, 0x00ed}, + {7, 0x0107}, + {8, 0x005e}, + {8, 0x001e}, + {9, 0x009d}, + {7, 0x0117}, + {8, 0x007e}, + {8, 0x003e}, + {9, 0x00dd}, + {7, 0x010f}, + {8, 0x006e}, + {8, 0x002e}, + {9, 0x00bd}, + {8, 0x000e}, + {8, 0x008e}, + {8, 0x004e}, + {9, 0x00fd}, + {7, 0x0100}, + {8, 0x0051}, + {8, 0x0011}, + {8, 0x0119}, + {7, 0x0110}, + {8, 0x0071}, + {8, 0x0031}, + {9, 0x00c3}, + {7, 0x0108}, + {8, 0x0061}, + {8, 0x0021}, + {9, 0x00a3}, + {8, 0x0001}, + {8, 0x0081}, + {8, 0x0041}, + {9, 0x00e3}, + {7, 0x0104}, + {8, 0x0059}, + {8, 0x0019}, + {9, 0x0093}, + {7, 0x0114}, + {8, 0x0079}, + {8, 0x0039}, + {9, 0x00d3}, + {7, 0x010c}, + {8, 0x0069}, + {8, 0x0029}, + {9, 0x00b3}, + {8, 0x0009}, + {8, 0x0089}, + {8, 0x0049}, + {9, 0x00f3}, + {7, 0x0102}, + {8, 0x0055}, + {8, 0x0015}, + {8, 0x011d}, + {7, 0x0112}, + {8, 0x0075}, + {8, 0x0035}, + {9, 0x00cb}, + {7, 0x010a}, + {8, 0x0065}, + {8, 0x0025}, + {9, 0x00ab}, + {8, 0x0005}, + {8, 0x0085}, + {8, 0x0045}, + {9, 0x00eb}, + {7, 0x0106}, + {8, 0x005d}, + {8, 0x001d}, + {9, 0x009b}, + {7, 0x0116}, + {8, 0x007d}, + {8, 0x003d}, + {9, 0x00db}, + {7, 0x010e}, + {8, 0x006d}, + {8, 0x002d}, + {9, 0x00bb}, + {8, 0x000d}, + {8, 0x008d}, + {8, 0x004d}, + {9, 0x00fb}, + {7, 0x0101}, + {8, 0x0053}, + {8, 0x0013}, + {8, 0x011b}, + {7, 0x0111}, + {8, 0x0073}, + {8, 0x0033}, + {9, 0x00c7}, + {7, 0x0109}, + {8, 0x0063}, + {8, 0x0023}, + {9, 0x00a7}, + {8, 0x0003}, + {8, 0x0083}, + {8, 0x0043}, + {9, 0x00e7}, + {7, 0x0105}, + {8, 0x005b}, + {8, 0x001b}, + {9, 0x0097}, + {7, 0x0115}, + {8, 0x007b}, + {8, 0x003b}, + {9, 0x00d7}, + {7, 0x010d}, + {8, 0x006b}, + {8, 0x002b}, + {9, 0x00b7}, + {8, 0x000b}, + {8, 0x008b}, + {8, 0x004b}, + {9, 0x00f7}, + {7, 0x0103}, + {8, 0x0057}, + {8, 0x0017}, + {8, 0x011f}, + {7, 0x0113}, + {8, 0x0077}, + {8, 0x0037}, + {9, 0x00cf}, + {7, 0x010b}, + {8, 0x0067}, + {8, 0x0027}, + {9, 0x00af}, + {8, 0x0007}, + {8, 0x0087}, + {8, 0x0047}, + {9, 0x00ef}, + {7, 0x0107}, + {8, 0x005f}, + {8, 0x001f}, + {9, 0x009f}, + {7, 0x0117}, + {8, 0x007f}, + {8, 0x003f}, + {9, 0x00df}, + {7, 0x010f}, + {8, 0x006f}, + {8, 0x002f}, + {9, 0x00bf}, + {8, 0x000f}, + {8, 0x008f}, + {8, 0x004f}, + {9, 0x00ff} +}; + +FlateHuffmanTab FlateStream::fixedLitCodeTab = { + flateFixedLitCodeTabCodes, 9 +}; + +static FlateCode flateFixedDistCodeTabCodes[32] = { + {5, 0x0000}, + {5, 0x0010}, + {5, 0x0008}, + {5, 0x0018}, + {5, 0x0004}, + {5, 0x0014}, + {5, 0x000c}, + {5, 0x001c}, + {5, 0x0002}, + {5, 0x0012}, + {5, 0x000a}, + {5, 0x001a}, + {5, 0x0006}, + {5, 0x0016}, + {5, 0x000e}, + {0, 0x0000}, + {5, 0x0001}, + {5, 0x0011}, + {5, 0x0009}, + {5, 0x0019}, + {5, 0x0005}, + {5, 0x0015}, + {5, 0x000d}, + {5, 0x001d}, + {5, 0x0003}, + {5, 0x0013}, + {5, 0x000b}, + {5, 0x001b}, + {5, 0x0007}, + {5, 0x0017}, + {5, 0x000f}, + {0, 0x0000} +}; + +FlateHuffmanTab FlateStream::fixedDistCodeTab = { + flateFixedDistCodeTabCodes, 5 +}; + +FlateStream::FlateStream(Stream *strA, int predictor, int columns, + int colors, int bits): + FilterStream(strA) { + if (predictor != 1) { + pred = new StreamPredictor(this, predictor, columns, colors, bits); + if (!pred->isOk()) { + delete pred; + pred = NULL; + } + } else { + pred = NULL; + } + litCodeTab.codes = NULL; + distCodeTab.codes = NULL; +} + +FlateStream::~FlateStream() { + if (litCodeTab.codes != fixedLitCodeTab.codes) { + gfree(litCodeTab.codes); + } + if (distCodeTab.codes != fixedDistCodeTab.codes) { + gfree(distCodeTab.codes); + } + if (pred) { + delete pred; + } + delete str; +} + +void FlateStream::reset() { + int cmf, flg; + + index = 0; + remain = 0; + codeBuf = 0; + codeSize = 0; + compressedBlock = gFalse; + endOfBlock = gTrue; + eof = gTrue; + + str->reset(); + + // read header + //~ need to look at window size? + endOfBlock = eof = gTrue; + cmf = str->getChar(); + flg = str->getChar(); + if (cmf == EOF || flg == EOF) + return; + if ((cmf & 0x0f) != 0x08) { + error(getPos(), "Unknown compression method in flate stream"); + return; + } + if ((((cmf << 8) + flg) % 31) != 0) { + error(getPos(), "Bad FCHECK in flate stream"); + return; + } + if (flg & 0x20) { + error(getPos(), "FDICT bit set in flate stream"); + return; + } + + eof = gFalse; +} + +int FlateStream::getChar() { + int c; + + if (pred) { + return pred->getChar(); + } + while (remain == 0) { + if (endOfBlock && eof) + return EOF; + readSome(); + } + c = buf[index]; + index = (index + 1) & flateMask; + --remain; + return c; +} + +int FlateStream::lookChar() { + int c; + + if (pred) { + return pred->lookChar(); + } + while (remain == 0) { + if (endOfBlock && eof) + return EOF; + readSome(); + } + c = buf[index]; + return c; +} + +int FlateStream::getRawChar() { + int c; + + while (remain == 0) { + if (endOfBlock && eof) + return EOF; + readSome(); + } + c = buf[index]; + index = (index + 1) & flateMask; + --remain; + return c; +} + +GString *FlateStream::getPSFilter(int psLevel, char *indent) { + GString *s; + + if (psLevel < 3 || pred) { + return NULL; + } + if (!(s = str->getPSFilter(psLevel, indent))) { + return NULL; + } + s->append(indent)->append("<< >> /FlateDecode filter\n"); + return s; +} + +GBool FlateStream::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +void FlateStream::readSome() { + int code1, code2; + int len, dist; + int i, j, k; + int c; + + if (endOfBlock) { + if (!startBlock()) + return; + } + + if (compressedBlock) { + if ((code1 = getHuffmanCodeWord(&litCodeTab)) == EOF) + goto err; + if (code1 < 256) { + buf[index] = code1; + remain = 1; + } else if (code1 == 256) { + endOfBlock = gTrue; + remain = 0; + } else { + code1 -= 257; + code2 = lengthDecode[code1].bits; + if (code2 > 0 && (code2 = getCodeWord(code2)) == EOF) + goto err; + len = lengthDecode[code1].first + code2; + if ((code1 = getHuffmanCodeWord(&distCodeTab)) == EOF) + goto err; + code2 = distDecode[code1].bits; + if (code2 > 0 && (code2 = getCodeWord(code2)) == EOF) + goto err; + dist = distDecode[code1].first + code2; + i = index; + j = (index - dist) & flateMask; + for (k = 0; k < len; ++k) { + buf[i] = buf[j]; + i = (i + 1) & flateMask; + j = (j + 1) & flateMask; + } + remain = len; + } + + } else { + len = (blockLen < flateWindow) ? blockLen : flateWindow; + for (i = 0, j = index; i < len; ++i, j = (j + 1) & flateMask) { + if ((c = str->getChar()) == EOF) { + endOfBlock = eof = gTrue; + break; + } + buf[j] = c & 0xff; + } + remain = i; + blockLen -= len; + if (blockLen == 0) + endOfBlock = gTrue; + } + + return; + +err: + error(getPos(), "Unexpected end of file in flate stream"); + endOfBlock = eof = gTrue; + remain = 0; +} + +GBool FlateStream::startBlock() { + int blockHdr; + int c; + int check; + + // free the code tables from the previous block + if (litCodeTab.codes != fixedLitCodeTab.codes) { + gfree(litCodeTab.codes); + } + litCodeTab.codes = NULL; + if (distCodeTab.codes != fixedDistCodeTab.codes) { + gfree(distCodeTab.codes); + } + distCodeTab.codes = NULL; + + // read block header + blockHdr = getCodeWord(3); + if (blockHdr & 1) + eof = gTrue; + blockHdr >>= 1; + + // uncompressed block + if (blockHdr == 0) { + compressedBlock = gFalse; + if ((c = str->getChar()) == EOF) + goto err; + blockLen = c & 0xff; + if ((c = str->getChar()) == EOF) + goto err; + blockLen |= (c & 0xff) << 8; + if ((c = str->getChar()) == EOF) + goto err; + check = c & 0xff; + if ((c = str->getChar()) == EOF) + goto err; + check |= (c & 0xff) << 8; + if (check != (~blockLen & 0xffff)) + error(getPos(), "Bad uncompressed block length in flate stream"); + codeBuf = 0; + codeSize = 0; + + // compressed block with fixed codes + } else if (blockHdr == 1) { + compressedBlock = gTrue; + loadFixedCodes(); + + // compressed block with dynamic codes + } else if (blockHdr == 2) { + compressedBlock = gTrue; + if (!readDynamicCodes()) { + goto err; + } + + // unknown block type + } else { + goto err; + } + + endOfBlock = gFalse; + return gTrue; + +err: + error(getPos(), "Bad block header in flate stream"); + endOfBlock = eof = gTrue; + return gFalse; +} + +void FlateStream::loadFixedCodes() { + litCodeTab.codes = fixedLitCodeTab.codes; + litCodeTab.maxLen = fixedLitCodeTab.maxLen; + distCodeTab.codes = fixedDistCodeTab.codes; + distCodeTab.maxLen = fixedDistCodeTab.maxLen; +} + +GBool FlateStream::readDynamicCodes() { + int numCodeLenCodes; + int numLitCodes; + int numDistCodes; + int codeLenCodeLengths[flateMaxCodeLenCodes]; + FlateHuffmanTab codeLenCodeTab; + int len, repeat, code; + int i; + + codeLenCodeTab.codes = NULL; + + // read lengths + if ((numLitCodes = getCodeWord(5)) == EOF) { + goto err; + } + numLitCodes += 257; + if ((numDistCodes = getCodeWord(5)) == EOF) { + goto err; + } + numDistCodes += 1; + if ((numCodeLenCodes = getCodeWord(4)) == EOF) { + goto err; + } + numCodeLenCodes += 4; + if (numLitCodes > flateMaxLitCodes || + numDistCodes > flateMaxDistCodes || + numCodeLenCodes > flateMaxCodeLenCodes) { + goto err; + } + + // build the code length code table + for (i = 0; i < flateMaxCodeLenCodes; ++i) { + codeLenCodeLengths[i] = 0; + } + for (i = 0; i < numCodeLenCodes; ++i) { + if ((codeLenCodeLengths[codeLenCodeMap[i]] = getCodeWord(3)) == -1) { + goto err; + } + } + compHuffmanCodes(codeLenCodeLengths, flateMaxCodeLenCodes, &codeLenCodeTab); + + // build the literal and distance code tables + len = 0; + repeat = 0; + i = 0; + while (i < numLitCodes + numDistCodes) { + if ((code = getHuffmanCodeWord(&codeLenCodeTab)) == EOF) { + goto err; + } + if (code == 16) { + if ((repeat = getCodeWord(2)) == EOF) { + goto err; + } + repeat += 3; + if (i + repeat > numLitCodes + numDistCodes) { + goto err; + } + for (; repeat > 0; --repeat) { + codeLengths[i++] = len; + } + } else if (code == 17) { + if ((repeat = getCodeWord(3)) == EOF) { + goto err; + } + repeat += 3; + if (i + repeat > numLitCodes + numDistCodes) { + goto err; + } + len = 0; + for (; repeat > 0; --repeat) { + codeLengths[i++] = 0; + } + } else if (code == 18) { + if ((repeat = getCodeWord(7)) == EOF) { + goto err; + } + repeat += 11; + if (i + repeat > numLitCodes + numDistCodes) { + goto err; + } + len = 0; + for (; repeat > 0; --repeat) { + codeLengths[i++] = 0; + } + } else { + codeLengths[i++] = len = code; + } + } + compHuffmanCodes(codeLengths, numLitCodes, &litCodeTab); + compHuffmanCodes(codeLengths + numLitCodes, numDistCodes, &distCodeTab); + + gfree(codeLenCodeTab.codes); + return gTrue; + +err: + error(getPos(), "Bad dynamic code table in flate stream"); + gfree(codeLenCodeTab.codes); + return gFalse; +} + +// Convert an array of lengths, in value order, into a +// Huffman code lookup table. +void FlateStream::compHuffmanCodes(int *lengths, int n, FlateHuffmanTab *tab) { + int tabSize, len, code, code2, skip, val, i, t; + + // find max code length + tab->maxLen = 0; + for (val = 0; val < n; ++val) { + if (lengths[val] > tab->maxLen) { + tab->maxLen = lengths[val]; + } + } + + // allocate the table + tabSize = 1 << tab->maxLen; + tab->codes = (FlateCode *)gmallocn(tabSize, sizeof(FlateCode)); + + // clear the table + for (i = 0; i < tabSize; ++i) { + tab->codes[i].len = 0; + tab->codes[i].val = 0; + } + + // build the table + for (len = 1, code = 0, skip = 2; + len <= tab->maxLen; + ++len, code <<= 1, skip <<= 1) { + for (val = 0; val < n; ++val) { + if (lengths[val] == len) { + + // bit-reverse the code + code2 = 0; + t = code; + for (i = 0; i < len; ++i) { + code2 = (code2 << 1) | (t & 1); + t >>= 1; + } + + // fill in the table entries + for (i = code2; i < tabSize; i += skip) { + tab->codes[i].len = (Gushort)len; + tab->codes[i].val = (Gushort)val; + } + + ++code; + } + } + } +} + +int FlateStream::getHuffmanCodeWord(FlateHuffmanTab *tab) { + FlateCode *code; + int c; + + while (codeSize < tab->maxLen) { + if ((c = str->getChar()) == EOF) { + break; + } + codeBuf |= (c & 0xff) << codeSize; + codeSize += 8; + } + code = &tab->codes[codeBuf & ((1 << tab->maxLen) - 1)]; + if (codeSize == 0 || codeSize < code->len || code->len == 0) { + return EOF; + } + codeBuf >>= code->len; + codeSize -= code->len; + return (int)code->val; +} + +int FlateStream::getCodeWord(int bits) { + int c; + + while (codeSize < bits) { + if ((c = str->getChar()) == EOF) + return EOF; + codeBuf |= (c & 0xff) << codeSize; + codeSize += 8; + } + c = codeBuf & ((1 << bits) - 1); + codeBuf >>= bits; + codeSize -= bits; + return c; +} + +//------------------------------------------------------------------------ +// EOFStream +//------------------------------------------------------------------------ + +EOFStream::EOFStream(Stream *strA): + FilterStream(strA) { +} + +EOFStream::~EOFStream() { + delete str; +} + +//------------------------------------------------------------------------ +// FixedLengthEncoder +//------------------------------------------------------------------------ + +FixedLengthEncoder::FixedLengthEncoder(Stream *strA, int lengthA): + FilterStream(strA) { + length = lengthA; + count = 0; +} + +FixedLengthEncoder::~FixedLengthEncoder() { + if (str->isEncoder()) + delete str; +} + +void FixedLengthEncoder::reset() { + str->reset(); + count = 0; +} + +int FixedLengthEncoder::getChar() { + if (length >= 0 && count >= length) + return EOF; + ++count; + return str->getChar(); +} + +int FixedLengthEncoder::lookChar() { + if (length >= 0 && count >= length) + return EOF; + return str->getChar(); +} + +GBool FixedLengthEncoder::isBinary(GBool last) { + return str->isBinary(gTrue); +} + +//------------------------------------------------------------------------ +// ASCIIHexEncoder +//------------------------------------------------------------------------ + +ASCIIHexEncoder::ASCIIHexEncoder(Stream *strA): + FilterStream(strA) { + bufPtr = bufEnd = buf; + lineLen = 0; + eof = gFalse; +} + +ASCIIHexEncoder::~ASCIIHexEncoder() { + if (str->isEncoder()) { + delete str; + } +} + +void ASCIIHexEncoder::reset() { + str->reset(); + bufPtr = bufEnd = buf; + lineLen = 0; + eof = gFalse; +} + +GBool ASCIIHexEncoder::fillBuf() { + static char *hex = "0123456789abcdef"; + int c; + + if (eof) { + return gFalse; + } + bufPtr = bufEnd = buf; + if ((c = str->getChar()) == EOF) { + *bufEnd++ = '>'; + eof = gTrue; + } else { + if (lineLen >= 64) { + *bufEnd++ = '\n'; + lineLen = 0; + } + *bufEnd++ = hex[(c >> 4) & 0x0f]; + *bufEnd++ = hex[c & 0x0f]; + lineLen += 2; + } + return gTrue; +} + +//------------------------------------------------------------------------ +// ASCII85Encoder +//------------------------------------------------------------------------ + +ASCII85Encoder::ASCII85Encoder(Stream *strA): + FilterStream(strA) { + bufPtr = bufEnd = buf; + lineLen = 0; + eof = gFalse; +} + +ASCII85Encoder::~ASCII85Encoder() { + if (str->isEncoder()) + delete str; +} + +void ASCII85Encoder::reset() { + str->reset(); + bufPtr = bufEnd = buf; + lineLen = 0; + eof = gFalse; +} + +GBool ASCII85Encoder::fillBuf() { + Gulong t; + char buf1[5]; + int c; + int n, i; + + if (eof) + return gFalse; + t = 0; + for (n = 0; n < 4; ++n) { + if ((c = str->getChar()) == EOF) + break; + t = (t << 8) + c; + } + bufPtr = bufEnd = buf; + if (n > 0) { + if (n == 4 && t == 0) { + *bufEnd++ = 'z'; + if (++lineLen == 65) { + *bufEnd++ = '\n'; + lineLen = 0; + } + } else { + if (n < 4) + t <<= 8 * (4 - n); + for (i = 4; i >= 0; --i) { + buf1[i] = (char)(t % 85 + 0x21); + t /= 85; + } + for (i = 0; i <= n; ++i) { + *bufEnd++ = buf1[i]; + if (++lineLen == 65) { + *bufEnd++ = '\n'; + lineLen = 0; + } + } + } + } + if (n < 4) { + *bufEnd++ = '~'; + *bufEnd++ = '>'; + eof = gTrue; + } + return bufPtr < bufEnd; +} + +//------------------------------------------------------------------------ +// RunLengthEncoder +//------------------------------------------------------------------------ + +RunLengthEncoder::RunLengthEncoder(Stream *strA): + FilterStream(strA) { + bufPtr = bufEnd = nextEnd = buf; + eof = gFalse; +} + +RunLengthEncoder::~RunLengthEncoder() { + if (str->isEncoder()) + delete str; +} + +void RunLengthEncoder::reset() { + str->reset(); + bufPtr = bufEnd = nextEnd = buf; + eof = gFalse; +} + +// +// When fillBuf finishes, buf[] looks like this: +// +-----+--------------+-----------------+-- +// + tag | ... data ... | next 0, 1, or 2 | +// +-----+--------------+-----------------+-- +// ^ ^ ^ +// bufPtr bufEnd nextEnd +// +GBool RunLengthEncoder::fillBuf() { + int c, c1, c2; + int n; + + // already hit EOF? + if (eof) + return gFalse; + + // grab two bytes + if (nextEnd < bufEnd + 1) { + if ((c1 = str->getChar()) == EOF) { + eof = gTrue; + return gFalse; + } + } else { + c1 = bufEnd[0] & 0xff; + } + if (nextEnd < bufEnd + 2) { + if ((c2 = str->getChar()) == EOF) { + eof = gTrue; + buf[0] = 0; + buf[1] = c1; + bufPtr = buf; + bufEnd = &buf[2]; + return gTrue; + } + } else { + c2 = bufEnd[1] & 0xff; + } + + // check for repeat + c = 0; // make gcc happy + if (c1 == c2) { + n = 2; + while (n < 128 && (c = str->getChar()) == c1) + ++n; + buf[0] = (char)(257 - n); + buf[1] = c1; + bufEnd = &buf[2]; + if (c == EOF) { + eof = gTrue; + } else if (n < 128) { + buf[2] = c; + nextEnd = &buf[3]; + } else { + nextEnd = bufEnd; + } + + // get up to 128 chars + } else { + buf[1] = c1; + buf[2] = c2; + n = 2; + while (n < 128) { + if ((c = str->getChar()) == EOF) { + eof = gTrue; + break; + } + ++n; + buf[n] = c; + if (buf[n] == buf[n-1]) + break; + } + if (buf[n] == buf[n-1]) { + buf[0] = (char)(n-2-1); + bufEnd = &buf[n-1]; + nextEnd = &buf[n+1]; + } else { + buf[0] = (char)(n-1); + bufEnd = nextEnd = &buf[n+1]; + } + } + bufPtr = buf; + return gTrue; +} diff --git a/pdftops/Stream.h b/pdftops/Stream.h new file mode 100644 index 0000000000..e26e67cc11 --- /dev/null +++ b/pdftops/Stream.h @@ -0,0 +1,846 @@ +//======================================================================== +// +// Stream.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef STREAM_H +#define STREAM_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include +#include "gtypes.h" +#include "Object.h" + +class Decrypt; +class BaseStream; + +//------------------------------------------------------------------------ + +enum StreamKind { + strFile, + strASCIIHex, + strASCII85, + strLZW, + strRunLength, + strCCITTFax, + strDCT, + strFlate, + strJBIG2, + strJPX, + strWeird // internal-use stream types +}; + +enum StreamColorSpaceMode { + streamCSNone, + streamCSDeviceGray, + streamCSDeviceRGB, + streamCSDeviceCMYK +}; + +//------------------------------------------------------------------------ +// Stream (base class) +//------------------------------------------------------------------------ + +class Stream { +public: + + // Constructor. + Stream(); + + // Destructor. + virtual ~Stream(); + + // Reference counting. + int incRef() { return ++ref; } + int decRef() { return --ref; } + + // Get kind of stream. + virtual StreamKind getKind() = 0; + + // Reset stream to beginning. + virtual void reset() = 0; + + // Close down the stream. + virtual void close(); + + // Get next char from stream. + virtual int getChar() = 0; + + // Peek at next char in stream. + virtual int lookChar() = 0; + + // Get next char from stream without using the predictor. + // This is only used by StreamPredictor. + virtual int getRawChar(); + + // Get next line from stream. + virtual char *getLine(char *buf, int size); + + // Get current position in file. + virtual int getPos() = 0; + + // Go to a position in the stream. If is negative, the + // position is from the end of the file; otherwise the position is + // from the start of the file. + virtual void setPos(Guint pos, int dir = 0) = 0; + + // Get PostScript command for the filter(s). + virtual GString *getPSFilter(int psLevel, char *indent); + + // Does this stream type potentially contain non-printable chars? + virtual GBool isBinary(GBool last = gTrue) = 0; + + // Get the BaseStream of this stream. + virtual BaseStream *getBaseStream() = 0; + + // Get the dictionary associated with this stream. + virtual Dict *getDict() = 0; + + // Is this an encoding filter? + virtual GBool isEncoder() { return gFalse; } + + // Get image parameters which are defined by the stream contents. + virtual void getImageParams(int *bitsPerComponent, + StreamColorSpaceMode *csMode) {} + + // Add filters to this stream according to the parameters in . + // Returns the new stream. + Stream *addFilters(Object *dict); + +private: + + Stream *makeFilter(char *name, Stream *str, Object *params); + + int ref; // reference count +}; + +//------------------------------------------------------------------------ +// BaseStream +// +// This is the base class for all streams that read directly from a file. +//------------------------------------------------------------------------ + +class BaseStream: public Stream { +public: + + BaseStream(Object *dictA); + virtual ~BaseStream(); + virtual Stream *makeSubStream(Guint start, GBool limited, + Guint length, Object *dict) = 0; + virtual void setPos(Guint pos, int dir = 0) = 0; + virtual GBool isBinary(GBool last = gTrue) { return last; } + virtual BaseStream *getBaseStream() { return this; } + virtual Dict *getDict() { return dict.getDict(); } + + // Get/set position of first byte of stream within the file. + virtual Guint getStart() = 0; + virtual void moveStart(int delta) = 0; + + // Set decryption for this stream. + virtual void doDecryption(Guchar *fileKey, int keyLength, + int objNum, int objGen); + +protected: + + Decrypt *decrypt; + +private: + + Object dict; +}; + +//------------------------------------------------------------------------ +// FilterStream +// +// This is the base class for all streams that filter another stream. +//------------------------------------------------------------------------ + +class FilterStream: public Stream { +public: + + FilterStream(Stream *strA); + virtual ~FilterStream(); + virtual void close(); + virtual int getPos() { return str->getPos(); } + virtual void setPos(Guint pos, int dir = 0); + virtual BaseStream *getBaseStream() { return str->getBaseStream(); } + virtual Dict *getDict() { return str->getDict(); } + +protected: + + Stream *str; +}; + +//------------------------------------------------------------------------ +// ImageStream +//------------------------------------------------------------------------ + +class ImageStream { +public: + + // Create an image stream object for an image with the specified + // parameters. Note that these are the actual image parameters, + // which may be different from the predictor parameters. + ImageStream(Stream *strA, int widthA, int nCompsA, int nBitsA); + + ~ImageStream(); + + // Reset the stream. + void reset(); + + // Gets the next pixel from the stream. should be able to hold + // at least nComps elements. Returns false at end of file. + GBool getPixel(Guchar *pix); + + // Returns a pointer to the next line of pixels. Returns NULL at + // end of file. + Guchar *getLine(); + + // Skip an entire line from the image. + void skipLine(); + +private: + + Stream *str; // base stream + int width; // pixels per line + int nComps; // components per pixel + int nBits; // bits per component + int nVals; // components per line + Guchar *imgLine; // line buffer + int imgIdx; // current index in imgLine +}; + +//------------------------------------------------------------------------ +// StreamPredictor +//------------------------------------------------------------------------ + +class StreamPredictor { +public: + + // Create a predictor object. Note that the parameters are for the + // predictor, and may not match the actual image parameters. + StreamPredictor(Stream *strA, int predictorA, + int widthA, int nCompsA, int nBitsA); + + ~StreamPredictor(); + + GBool isOk() { return ok; } + + int lookChar(); + int getChar(); + +private: + + GBool getNextLine(); + + Stream *str; // base stream + int predictor; // predictor + int width; // pixels per line + int nComps; // components per pixel + int nBits; // bits per component + int nVals; // components per line + int pixBytes; // bytes per pixel + int rowBytes; // bytes per line + Guchar *predLine; // line buffer + int predIdx; // current index in predLine + GBool ok; +}; + +//------------------------------------------------------------------------ +// FileStream +//------------------------------------------------------------------------ + +#define fileStreamBufSize 256 + +class FileStream: public BaseStream { +public: + + FileStream(FILE *fA, Guint startA, GBool limitedA, + Guint lengthA, Object *dictA); + virtual ~FileStream(); + virtual Stream *makeSubStream(Guint startA, GBool limitedA, + Guint lengthA, Object *dictA); + virtual StreamKind getKind() { return strFile; } + virtual void reset(); + virtual void close(); + virtual int getChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr++ & 0xff); } + virtual int lookChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr & 0xff); } + virtual int getPos() { return bufPos + (bufPtr - buf); } + virtual void setPos(Guint pos, int dir = 0); + virtual Guint getStart() { return start; } + virtual void moveStart(int delta); + +private: + + GBool fillBuf(); + + FILE *f; + Guint start; + GBool limited; + Guint length; + char buf[fileStreamBufSize]; + char *bufPtr; + char *bufEnd; + Guint bufPos; + int savePos; + GBool saved; +}; + +//------------------------------------------------------------------------ +// MemStream +//------------------------------------------------------------------------ + +class MemStream: public BaseStream { +public: + + MemStream(char *bufA, Guint startA, Guint lengthA, Object *dictA); + virtual ~MemStream(); + virtual Stream *makeSubStream(Guint start, GBool limited, + Guint lengthA, Object *dictA); + virtual StreamKind getKind() { return strWeird; } + virtual void reset(); + virtual void close(); + virtual int getChar() + { return (bufPtr < bufEnd) ? (*bufPtr++ & 0xff) : EOF; } + virtual int lookChar() + { return (bufPtr < bufEnd) ? (*bufPtr & 0xff) : EOF; } + virtual int getPos() { return (int)(bufPtr - buf); } + virtual void setPos(Guint pos, int dir = 0); + virtual Guint getStart() { return start; } + virtual void moveStart(int delta); + virtual void doDecryption(Guchar *fileKey, int keyLength, + int objNum, int objGen); + +private: + + char *buf; + Guint start; + Guint length; + char *bufEnd; + char *bufPtr; + GBool needFree; +}; + +//------------------------------------------------------------------------ +// EmbedStream +// +// This is a special stream type used for embedded streams (inline +// images). It reads directly from the base stream -- after the +// EmbedStream is deleted, reads from the base stream will proceed where +// the BaseStream left off. Note that this is very different behavior +// that creating a new FileStream (using makeSubStream). +//------------------------------------------------------------------------ + +class EmbedStream: public BaseStream { +public: + + EmbedStream(Stream *strA, Object *dictA, GBool limitedA, Guint lengthA); + virtual ~EmbedStream(); + virtual Stream *makeSubStream(Guint start, GBool limitedA, + Guint lengthA, Object *dictA); + virtual StreamKind getKind() { return str->getKind(); } + virtual void reset() {} + virtual int getChar(); + virtual int lookChar(); + virtual int getPos() { return str->getPos(); } + virtual void setPos(Guint pos, int dir = 0); + virtual Guint getStart(); + virtual void moveStart(int delta); + +private: + + Stream *str; + GBool limited; + Guint length; +}; + +//------------------------------------------------------------------------ +// ASCIIHexStream +//------------------------------------------------------------------------ + +class ASCIIHexStream: public FilterStream { +public: + + ASCIIHexStream(Stream *strA); + virtual ~ASCIIHexStream(); + virtual StreamKind getKind() { return strASCIIHex; } + virtual void reset(); + virtual int getChar() + { int c = lookChar(); buf = EOF; return c; } + virtual int lookChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + +private: + + int buf; + GBool eof; +}; + +//------------------------------------------------------------------------ +// ASCII85Stream +//------------------------------------------------------------------------ + +class ASCII85Stream: public FilterStream { +public: + + ASCII85Stream(Stream *strA); + virtual ~ASCII85Stream(); + virtual StreamKind getKind() { return strASCII85; } + virtual void reset(); + virtual int getChar() + { int ch = lookChar(); ++index; return ch; } + virtual int lookChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + +private: + + int c[5]; + int b[4]; + int index, n; + GBool eof; +}; + +//------------------------------------------------------------------------ +// LZWStream +//------------------------------------------------------------------------ + +class LZWStream: public FilterStream { +public: + + LZWStream(Stream *strA, int predictor, int columns, int colors, + int bits, int earlyA); + virtual ~LZWStream(); + virtual StreamKind getKind() { return strLZW; } + virtual void reset(); + virtual int getChar(); + virtual int lookChar(); + virtual int getRawChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + +private: + + StreamPredictor *pred; // predictor + int early; // early parameter + GBool eof; // true if at eof + int inputBuf; // input buffer + int inputBits; // number of bits in input buffer + struct { // decoding table + int length; + int head; + Guchar tail; + } table[4097]; + int nextCode; // next code to be used + int nextBits; // number of bits in next code word + int prevCode; // previous code used in stream + int newChar; // next char to be added to table + Guchar seqBuf[4097]; // buffer for current sequence + int seqLength; // length of current sequence + int seqIndex; // index into current sequence + GBool first; // first code after a table clear + + GBool processNextCode(); + void clearTable(); + int getCode(); +}; + +//------------------------------------------------------------------------ +// RunLengthStream +//------------------------------------------------------------------------ + +class RunLengthStream: public FilterStream { +public: + + RunLengthStream(Stream *strA); + virtual ~RunLengthStream(); + virtual StreamKind getKind() { return strRunLength; } + virtual void reset(); + virtual int getChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr++ & 0xff); } + virtual int lookChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr & 0xff); } + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + +private: + + char buf[128]; // buffer + char *bufPtr; // next char to read + char *bufEnd; // end of buffer + GBool eof; + + GBool fillBuf(); +}; + +//------------------------------------------------------------------------ +// CCITTFaxStream +//------------------------------------------------------------------------ + +struct CCITTCodeTable; + +class CCITTFaxStream: public FilterStream { +public: + + CCITTFaxStream(Stream *strA, int encodingA, GBool endOfLineA, + GBool byteAlignA, int columnsA, int rowsA, + GBool endOfBlockA, GBool blackA); + virtual ~CCITTFaxStream(); + virtual StreamKind getKind() { return strCCITTFax; } + virtual void reset(); + virtual int getChar() + { int c = lookChar(); buf = EOF; return c; } + virtual int lookChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + +private: + + int encoding; // 'K' parameter + GBool endOfLine; // 'EndOfLine' parameter + GBool byteAlign; // 'EncodedByteAlign' parameter + int columns; // 'Columns' parameter + int rows; // 'Rows' parameter + GBool endOfBlock; // 'EndOfBlock' parameter + GBool black; // 'BlackIs1' parameter + GBool eof; // true if at eof + GBool nextLine2D; // true if next line uses 2D encoding + int row; // current row + int inputBuf; // input buffer + int inputBits; // number of bits in input buffer + short *refLine; // reference line changing elements + int b1; // index into refLine + short *codingLine; // coding line changing elements + int a0; // index into codingLine + int outputBits; // remaining ouput bits + int buf; // character buffer + + short getTwoDimCode(); + short getWhiteCode(); + short getBlackCode(); + short lookBits(int n); + void eatBits(int n) { if ((inputBits -= n) < 0) inputBits = 0; } +}; + +//------------------------------------------------------------------------ +// DCTStream +//------------------------------------------------------------------------ + +// DCT component info +struct DCTCompInfo { + int id; // component ID + int hSample, vSample; // horiz/vert sampling resolutions + int quantTable; // quantization table number + int prevDC; // DC coefficient accumulator +}; + +struct DCTScanInfo { + GBool comp[4]; // comp[i] is set if component i is + // included in this scan + int numComps; // number of components in the scan + int dcHuffTable[4]; // DC Huffman table numbers + int acHuffTable[4]; // AC Huffman table numbers + int firstCoeff, lastCoeff; // first and last DCT coefficient + int ah, al; // successive approximation parameters +}; + +// DCT Huffman decoding table +struct DCTHuffTable { + Guchar firstSym[17]; // first symbol for this bit length + Gushort firstCode[17]; // first code for this bit length + Gushort numCodes[17]; // number of codes of this bit length + Guchar sym[256]; // symbols +}; + +class DCTStream: public FilterStream { +public: + + DCTStream(Stream *strA); + virtual ~DCTStream(); + virtual StreamKind getKind() { return strDCT; } + virtual void reset(); + virtual int getChar(); + virtual int lookChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + Stream *getRawStream() { return str; } + +private: + + GBool progressive; // set if in progressive mode + GBool interleaved; // set if in interleaved mode + int width, height; // image size + int mcuWidth, mcuHeight; // size of min coding unit, in data units + int bufWidth, bufHeight; // frameBuf size + DCTCompInfo compInfo[4]; // info for each component + DCTScanInfo scanInfo; // info for the current scan + int numComps; // number of components in image + int colorXform; // need YCbCr-to-RGB transform? + GBool gotJFIFMarker; // set if APP0 JFIF marker was present + GBool gotAdobeMarker; // set if APP14 Adobe marker was present + int restartInterval; // restart interval, in MCUs + Gushort quantTables[4][64]; // quantization tables + int numQuantTables; // number of quantization tables + DCTHuffTable dcHuffTables[4]; // DC Huffman tables + DCTHuffTable acHuffTables[4]; // AC Huffman tables + int numDCHuffTables; // number of DC Huffman tables + int numACHuffTables; // number of AC Huffman tables + Guchar *rowBuf[4][32]; // buffer for one MCU (non-progressive mode) + int *frameBuf[4]; // buffer for frame (progressive mode) + int comp, x, y, dy; // current position within image/MCU + int restartCtr; // MCUs left until restart + int restartMarker; // next restart marker + int eobRun; // number of EOBs left in the current run + int inputBuf; // input buffer for variable length codes + int inputBits; // number of valid bits in input buffer + + void restart(); + GBool readMCURow(); + void readScan(); + GBool readDataUnit(DCTHuffTable *dcHuffTable, + DCTHuffTable *acHuffTable, + int *prevDC, int data[64]); + GBool readProgressiveDataUnit(DCTHuffTable *dcHuffTable, + DCTHuffTable *acHuffTable, + int *prevDC, int data[64]); + void decodeImage(); + void transformDataUnit(Gushort *quantTable, + int dataIn[64], Guchar dataOut[64]); + int readHuffSym(DCTHuffTable *table); + int readAmp(int size); + int readBit(); + GBool readHeader(); + GBool readBaselineSOF(); + GBool readProgressiveSOF(); + GBool readScanInfo(); + GBool readQuantTables(); + GBool readHuffmanTables(); + GBool readRestartInterval(); + GBool readJFIFMarker(); + GBool readAdobeMarker(); + GBool readTrailer(); + int readMarker(); + int read16(); +}; + +//------------------------------------------------------------------------ +// FlateStream +//------------------------------------------------------------------------ + +#define flateWindow 32768 // buffer size +#define flateMask (flateWindow-1) +#define flateMaxHuffman 15 // max Huffman code length +#define flateMaxCodeLenCodes 19 // max # code length codes +#define flateMaxLitCodes 288 // max # literal codes +#define flateMaxDistCodes 30 // max # distance codes + +// Huffman code table entry +struct FlateCode { + Gushort len; // code length, in bits + Gushort val; // value represented by this code +}; + +struct FlateHuffmanTab { + FlateCode *codes; + int maxLen; +}; + +// Decoding info for length and distance code words +struct FlateDecode { + int bits; // # extra bits + int first; // first length/distance +}; + +class FlateStream: public FilterStream { +public: + + FlateStream(Stream *strA, int predictor, int columns, + int colors, int bits); + virtual ~FlateStream(); + virtual StreamKind getKind() { return strFlate; } + virtual void reset(); + virtual int getChar(); + virtual int lookChar(); + virtual int getRawChar(); + virtual GString *getPSFilter(int psLevel, char *indent); + virtual GBool isBinary(GBool last = gTrue); + +private: + + StreamPredictor *pred; // predictor + Guchar buf[flateWindow]; // output data buffer + int index; // current index into output buffer + int remain; // number valid bytes in output buffer + int codeBuf; // input buffer + int codeSize; // number of bits in input buffer + int // literal and distance code lengths + codeLengths[flateMaxLitCodes + flateMaxDistCodes]; + FlateHuffmanTab litCodeTab; // literal code table + FlateHuffmanTab distCodeTab; // distance code table + GBool compressedBlock; // set if reading a compressed block + int blockLen; // remaining length of uncompressed block + GBool endOfBlock; // set when end of block is reached + GBool eof; // set when end of stream is reached + + static int // code length code reordering + codeLenCodeMap[flateMaxCodeLenCodes]; + static FlateDecode // length decoding info + lengthDecode[flateMaxLitCodes-257]; + static FlateDecode // distance decoding info + distDecode[flateMaxDistCodes]; + static FlateHuffmanTab // fixed literal code table + fixedLitCodeTab; + static FlateHuffmanTab // fixed distance code table + fixedDistCodeTab; + + void readSome(); + GBool startBlock(); + void loadFixedCodes(); + GBool readDynamicCodes(); + void compHuffmanCodes(int *lengths, int n, FlateHuffmanTab *tab); + int getHuffmanCodeWord(FlateHuffmanTab *tab); + int getCodeWord(int bits); +}; + +//------------------------------------------------------------------------ +// EOFStream +//------------------------------------------------------------------------ + +class EOFStream: public FilterStream { +public: + + EOFStream(Stream *strA); + virtual ~EOFStream(); + virtual StreamKind getKind() { return strWeird; } + virtual void reset() {} + virtual int getChar() { return EOF; } + virtual int lookChar() { return EOF; } + virtual GString *getPSFilter(int psLevel, char *indent) { return NULL; } + virtual GBool isBinary(GBool last = gTrue) { return gFalse; } +}; + +//------------------------------------------------------------------------ +// FixedLengthEncoder +//------------------------------------------------------------------------ + +class FixedLengthEncoder: public FilterStream { +public: + + FixedLengthEncoder(Stream *strA, int lengthA); + ~FixedLengthEncoder(); + virtual StreamKind getKind() { return strWeird; } + virtual void reset(); + virtual int getChar(); + virtual int lookChar(); + virtual GString *getPSFilter(int psLevel, char *indent) { return NULL; } + virtual GBool isBinary(GBool last = gTrue); + virtual GBool isEncoder() { return gTrue; } + +private: + + int length; + int count; +}; + +//------------------------------------------------------------------------ +// ASCIIHexEncoder +//------------------------------------------------------------------------ + +class ASCIIHexEncoder: public FilterStream { +public: + + ASCIIHexEncoder(Stream *strA); + virtual ~ASCIIHexEncoder(); + virtual StreamKind getKind() { return strWeird; } + virtual void reset(); + virtual int getChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr++ & 0xff); } + virtual int lookChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr & 0xff); } + virtual GString *getPSFilter(int psLevel, char *indent) { return NULL; } + virtual GBool isBinary(GBool last = gTrue) { return gFalse; } + virtual GBool isEncoder() { return gTrue; } + +private: + + char buf[4]; + char *bufPtr; + char *bufEnd; + int lineLen; + GBool eof; + + GBool fillBuf(); +}; + +//------------------------------------------------------------------------ +// ASCII85Encoder +//------------------------------------------------------------------------ + +class ASCII85Encoder: public FilterStream { +public: + + ASCII85Encoder(Stream *strA); + virtual ~ASCII85Encoder(); + virtual StreamKind getKind() { return strWeird; } + virtual void reset(); + virtual int getChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr++ & 0xff); } + virtual int lookChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr & 0xff); } + virtual GString *getPSFilter(int psLevel, char *indent) { return NULL; } + virtual GBool isBinary(GBool last = gTrue) { return gFalse; } + virtual GBool isEncoder() { return gTrue; } + +private: + + char buf[8]; + char *bufPtr; + char *bufEnd; + int lineLen; + GBool eof; + + GBool fillBuf(); +}; + +//------------------------------------------------------------------------ +// RunLengthEncoder +//------------------------------------------------------------------------ + +class RunLengthEncoder: public FilterStream { +public: + + RunLengthEncoder(Stream *strA); + virtual ~RunLengthEncoder(); + virtual StreamKind getKind() { return strWeird; } + virtual void reset(); + virtual int getChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr++ & 0xff); } + virtual int lookChar() + { return (bufPtr >= bufEnd && !fillBuf()) ? EOF : (*bufPtr & 0xff); } + virtual GString *getPSFilter(int psLevel, char *indent) { return NULL; } + virtual GBool isBinary(GBool last = gTrue) { return gTrue; } + virtual GBool isEncoder() { return gTrue; } + +private: + + char buf[131]; + char *bufPtr; + char *bufEnd; + char *nextEnd; + GBool eof; + + GBool fillBuf(); +}; + +#endif diff --git a/pdftops/UTF8.h b/pdftops/UTF8.h new file mode 100644 index 0000000000..8536dbf943 --- /dev/null +++ b/pdftops/UTF8.h @@ -0,0 +1,56 @@ +//======================================================================== +// +// UTF8.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +static int mapUTF8(Unicode u, char *buf, int bufSize) { + if (u <= 0x0000007f) { + if (bufSize < 1) { + return 0; + } + buf[0] = (char)u; + return 1; + } else if (u <= 0x000007ff) { + if (bufSize < 2) { + return 0; + } + buf[0] = (char)(0xc0 + (u >> 6)); + buf[1] = (char)(0x80 + (u & 0x3f)); + return 2; + } else if (u <= 0x0000ffff) { + if (bufSize < 3) { + return 0; + } + buf[0] = (char)(0xe0 + (u >> 12)); + buf[1] = (char)(0x80 + ((u >> 6) & 0x3f)); + buf[2] = (char)(0x80 + (u & 0x3f)); + return 3; + } else if (u <= 0x0010ffff) { + if (bufSize < 4) { + return 0; + } + buf[0] = (char)(0xf0 + (u >> 18)); + buf[1] = (char)(0x80 + ((u >> 12) & 0x3f)); + buf[2] = (char)(0x80 + ((u >> 6) & 0x3f)); + buf[3] = (char)(0x80 + (u & 0x3f)); + return 4; + } else { + return 0; + } +} + +static int mapUCS2(Unicode u, char *buf, int bufSize) { + if (u <= 0xffff) { + if (bufSize < 2) { + return 0; + } + buf[0] = (char)((u >> 8) & 0xff); + buf[1] = (char)(u & 0xff); + return 2; + } else { + return 0; + } +} diff --git a/pdftops/UnicodeMap.cxx b/pdftops/UnicodeMap.cxx new file mode 100644 index 0000000000..de4683c308 --- /dev/null +++ b/pdftops/UnicodeMap.cxx @@ -0,0 +1,293 @@ +//======================================================================== +// +// UnicodeMap.cc +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include "gmem.h" +#include "gfile.h" +#include "GString.h" +#include "GList.h" +#include "Error.h" +#include "GlobalParams.h" +#include "UnicodeMap.h" + +//------------------------------------------------------------------------ + +#define maxExtCode 16 + +struct UnicodeMapExt { + Unicode u; // Unicode char + char code[maxExtCode]; + Guint nBytes; +}; + +//------------------------------------------------------------------------ + +UnicodeMap *UnicodeMap::parse(GString *encodingNameA) { + FILE *f; + UnicodeMap *map; + UnicodeMapRange *range; + UnicodeMapExt *eMap; + int size, eMapsSize; + char buf[256]; + int line, nBytes, i, x; + char *tok1, *tok2, *tok3; + + if (!(f = globalParams->getUnicodeMapFile(encodingNameA))) { + error(-1, "Couldn't find unicodeMap file for the '%s' encoding", + encodingNameA->getCString()); + return NULL; + } + + map = new UnicodeMap(encodingNameA->copy()); + + size = 8; + map->ranges = (UnicodeMapRange *)gmallocn(size, sizeof(UnicodeMapRange)); + eMapsSize = 0; + + line = 1; + while (getLine(buf, sizeof(buf), f)) { + if ((tok1 = strtok(buf, " \t\r\n")) && + (tok2 = strtok(NULL, " \t\r\n"))) { + if (!(tok3 = strtok(NULL, " \t\r\n"))) { + tok3 = tok2; + tok2 = tok1; + } + nBytes = strlen(tok3) / 2; + if (nBytes <= 4) { + if (map->len == size) { + size *= 2; + map->ranges = (UnicodeMapRange *) + greallocn(map->ranges, size, sizeof(UnicodeMapRange)); + } + range = &map->ranges[map->len]; + sscanf(tok1, "%x", &range->start); + sscanf(tok2, "%x", &range->end); + sscanf(tok3, "%x", &range->code); + range->nBytes = nBytes; + ++map->len; + } else if (tok2 == tok1) { + if (map->eMapsLen == eMapsSize) { + eMapsSize += 16; + map->eMaps = (UnicodeMapExt *) + greallocn(map->eMaps, eMapsSize, sizeof(UnicodeMapExt)); + } + eMap = &map->eMaps[map->eMapsLen]; + sscanf(tok1, "%x", &eMap->u); + for (i = 0; i < nBytes; ++i) { + sscanf(tok3 + i*2, "%2x", &x); + eMap->code[i] = (char)x; + } + eMap->nBytes = nBytes; + ++map->eMapsLen; + } else { + error(-1, "Bad line (%d) in unicodeMap file for the '%s' encoding", + line, encodingNameA->getCString()); + } + } else { + error(-1, "Bad line (%d) in unicodeMap file for the '%s' encoding", + line, encodingNameA->getCString()); + } + ++line; + } + + fclose(f); + + return map; +} + +UnicodeMap::UnicodeMap(GString *encodingNameA) { + encodingName = encodingNameA; + unicodeOut = gFalse; + kind = unicodeMapUser; + ranges = NULL; + len = 0; + eMaps = NULL; + eMapsLen = 0; + refCnt = 1; +#if MULTITHREADED + gInitMutex(&mutex); +#endif +} + +UnicodeMap::UnicodeMap(char *encodingNameA, GBool unicodeOutA, + UnicodeMapRange *rangesA, int lenA) { + encodingName = new GString(encodingNameA); + unicodeOut = unicodeOutA; + kind = unicodeMapResident; + ranges = rangesA; + len = lenA; + eMaps = NULL; + eMapsLen = 0; + refCnt = 1; +#if MULTITHREADED + gInitMutex(&mutex); +#endif +} + +UnicodeMap::UnicodeMap(char *encodingNameA, GBool unicodeOutA, + UnicodeMapFunc funcA) { + encodingName = new GString(encodingNameA); + unicodeOut = unicodeOutA; + kind = unicodeMapFunc; + func = funcA; + eMaps = NULL; + eMapsLen = 0; + refCnt = 1; +#if MULTITHREADED + gInitMutex(&mutex); +#endif +} + +UnicodeMap::~UnicodeMap() { + delete encodingName; + if (kind == unicodeMapUser && ranges) { + gfree(ranges); + } + if (eMaps) { + gfree(eMaps); + } +#if MULTITHREADED + gDestroyMutex(&mutex); +#endif +} + +void UnicodeMap::incRefCnt() { +#if MULTITHREADED + gLockMutex(&mutex); +#endif + ++refCnt; +#if MULTITHREADED + gUnlockMutex(&mutex); +#endif +} + +void UnicodeMap::decRefCnt() { + GBool done; + +#if MULTITHREADED + gLockMutex(&mutex); +#endif + done = --refCnt == 0; +#if MULTITHREADED + gUnlockMutex(&mutex); +#endif + if (done) { + delete this; + } +} + +GBool UnicodeMap::match(GString *encodingNameA) { + return !encodingName->cmp(encodingNameA); +} + +int UnicodeMap::mapUnicode(Unicode u, char *buf, int bufSize) { + int a, b, m, n, i, j; + Guint code; + + if (kind == unicodeMapFunc) { + return (*func)(u, buf, bufSize); + } + + a = 0; + b = len; + if (u >= ranges[a].start) { + // invariant: ranges[a].start <= u < ranges[b].start + while (b - a > 1) { + m = (a + b) / 2; + if (u >= ranges[m].start) { + a = m; + } else if (u < ranges[m].start) { + b = m; + } + } + if (u <= ranges[a].end) { + n = ranges[a].nBytes; + if (n > bufSize) { + return 0; + } + code = ranges[a].code + (u - ranges[a].start); + for (i = n - 1; i >= 0; --i) { + buf[i] = (char)(code & 0xff); + code >>= 8; + } + return n; + } + } + + for (i = 0; i < eMapsLen; ++i) { + if (eMaps[i].u == u) { + n = eMaps[i].nBytes; + for (j = 0; j < n; ++j) { + buf[j] = eMaps[i].code[j]; + } + return n; + } + } + + return 0; +} + +//------------------------------------------------------------------------ + +UnicodeMapCache::UnicodeMapCache() { + int i; + + for (i = 0; i < unicodeMapCacheSize; ++i) { + cache[i] = NULL; + } +} + +UnicodeMapCache::~UnicodeMapCache() { + int i; + + for (i = 0; i < unicodeMapCacheSize; ++i) { + if (cache[i]) { + cache[i]->decRefCnt(); + } + } +} + +UnicodeMap *UnicodeMapCache::getUnicodeMap(GString *encodingName) { + UnicodeMap *map; + int i, j; + + if (cache[0] && cache[0]->match(encodingName)) { + cache[0]->incRefCnt(); + return cache[0]; + } + for (i = 1; i < unicodeMapCacheSize; ++i) { + if (cache[i] && cache[i]->match(encodingName)) { + map = cache[i]; + for (j = i; j >= 1; --j) { + cache[j] = cache[j - 1]; + } + cache[0] = map; + map->incRefCnt(); + return map; + } + } + if ((map = UnicodeMap::parse(encodingName))) { + if (cache[unicodeMapCacheSize - 1]) { + cache[unicodeMapCacheSize - 1]->decRefCnt(); + } + for (j = unicodeMapCacheSize - 1; j >= 1; --j) { + cache[j] = cache[j - 1]; + } + cache[0] = map; + map->incRefCnt(); + return map; + } + return NULL; +} diff --git a/pdftops/UnicodeMap.h b/pdftops/UnicodeMap.h new file mode 100644 index 0000000000..07dd01ccf2 --- /dev/null +++ b/pdftops/UnicodeMap.h @@ -0,0 +1,123 @@ +//======================================================================== +// +// UnicodeMap.h +// +// Mapping from Unicode to an encoding. +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef UNICODEMAP_H +#define UNICODEMAP_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "CharTypes.h" + +#if MULTITHREADED +#include "GMutex.h" +#endif + +class GString; + +//------------------------------------------------------------------------ + +enum UnicodeMapKind { + unicodeMapUser, // read from a file + unicodeMapResident, // static list of ranges + unicodeMapFunc // function pointer +}; + +typedef int (*UnicodeMapFunc)(Unicode u, char *buf, int bufSize); + +struct UnicodeMapRange { + Unicode start, end; // range of Unicode chars + Guint code, nBytes; // first output code +}; + +struct UnicodeMapExt; + +//------------------------------------------------------------------------ + +class UnicodeMap { +public: + + // Create the UnicodeMap specified by . Sets the + // initial reference count to 1. Returns NULL on failure. + static UnicodeMap *parse(GString *encodingNameA); + + // Create a resident UnicodeMap. + UnicodeMap(char *encodingNameA, GBool unicodeOutA, + UnicodeMapRange *rangesA, int lenA); + + // Create a resident UnicodeMap that uses a function instead of a + // list of ranges. + UnicodeMap(char *encodingNameA, GBool unicodeOutA, + UnicodeMapFunc funcA); + + ~UnicodeMap(); + + void incRefCnt(); + void decRefCnt(); + + GString *getEncodingName() { return encodingName; } + + GBool isUnicode() { return unicodeOut; } + + // Return true if this UnicodeMap matches the specified + // . + GBool match(GString *encodingNameA); + + // Map Unicode to the target encoding. Fills in with the + // output and returns the number of bytes used. Output will be + // truncated at bytes. No string terminator is written. + // Returns 0 if no mapping is found. + int mapUnicode(Unicode u, char *buf, int bufSize); + +private: + + UnicodeMap(GString *encodingNameA); + + GString *encodingName; + UnicodeMapKind kind; + GBool unicodeOut; + union { + UnicodeMapRange *ranges; // (user, resident) + UnicodeMapFunc func; // (func) + }; + int len; // (user, resident) + UnicodeMapExt *eMaps; // (user) + int eMapsLen; // (user) + int refCnt; +#if MULTITHREADED + GMutex mutex; +#endif +}; + +//------------------------------------------------------------------------ + +#define unicodeMapCacheSize 4 + +class UnicodeMapCache { +public: + + UnicodeMapCache(); + ~UnicodeMapCache(); + + // Get the UnicodeMap for . Increments its reference + // count; there will be one reference for the cache plus one for the + // caller of this function. Returns NULL on failure. + UnicodeMap *getUnicodeMap(GString *encodingName); + +private: + + UnicodeMap *cache[unicodeMapCacheSize]; +}; + +#endif diff --git a/pdftops/UnicodeMapTables.h b/pdftops/UnicodeMapTables.h new file mode 100644 index 0000000000..9c51034616 --- /dev/null +++ b/pdftops/UnicodeMapTables.h @@ -0,0 +1,361 @@ +//======================================================================== +// +// UnicodeMapTables.h +// +// Copyright 2001-2003 Glyph & Cog, LLC +// +//======================================================================== + +static UnicodeMapRange latin1UnicodeMapRanges[] = { + { 0x000a, 0x000a, 0x0a, 1 }, + { 0x000c, 0x000d, 0x0c, 1 }, + { 0x0020, 0x007e, 0x20, 1 }, + { 0x00a0, 0x00a0, 0x20, 1 }, + { 0x00a1, 0x00ac, 0xa1, 1 }, + { 0x00ae, 0x00ff, 0xae, 1 }, + { 0x010c, 0x010c, 0x43, 1 }, + { 0x010d, 0x010d, 0x63, 1 }, + { 0x0131, 0x0131, 0x69, 1 }, + { 0x0141, 0x0141, 0x4c, 1 }, + { 0x0142, 0x0142, 0x6c, 1 }, + { 0x0152, 0x0152, 0x4f45, 2 }, + { 0x0153, 0x0153, 0x6f65, 2 }, + { 0x0160, 0x0160, 0x53, 1 }, + { 0x0161, 0x0161, 0x73, 1 }, + { 0x0178, 0x0178, 0x59, 1 }, + { 0x017d, 0x017d, 0x5a, 1 }, + { 0x017e, 0x017e, 0x7a, 1 }, + { 0x02c6, 0x02c6, 0x5e, 1 }, + { 0x02da, 0x02da, 0xb0, 1 }, + { 0x02dc, 0x02dc, 0x7e, 1 }, + { 0x2013, 0x2013, 0xad, 1 }, + { 0x2014, 0x2014, 0x2d2d, 2 }, + { 0x2018, 0x2018, 0x60, 1 }, + { 0x2019, 0x2019, 0x27, 1 }, + { 0x201a, 0x201a, 0x2c, 1 }, + { 0x201c, 0x201c, 0x22, 1 }, + { 0x201d, 0x201d, 0x22, 1 }, + { 0x201e, 0x201e, 0x2c2c, 2 }, + { 0x2022, 0x2022, 0xb7, 1 }, + { 0x2026, 0x2026, 0x2e2e2e, 3 }, + { 0x2039, 0x2039, 0x3c, 1 }, + { 0x203a, 0x203a, 0x3e, 1 }, + { 0x2044, 0x2044, 0x2f, 1 }, + { 0x2122, 0x2122, 0x544d, 2 }, + { 0x2212, 0x2212, 0x2d, 1 }, + { 0xf6f9, 0xf6f9, 0x4c, 1 }, + { 0xf6fa, 0xf6fa, 0x4f45, 2 }, + { 0xf6fc, 0xf6fc, 0xb0, 1 }, + { 0xf6fd, 0xf6fd, 0x53, 1 }, + { 0xf6fe, 0xf6fe, 0x7e, 1 }, + { 0xf6ff, 0xf6ff, 0x5a, 1 }, + { 0xf721, 0xf721, 0x21, 1 }, + { 0xf724, 0xf724, 0x24, 1 }, + { 0xf726, 0xf726, 0x26, 1 }, + { 0xf730, 0xf739, 0x30, 1 }, + { 0xf73f, 0xf73f, 0x3f, 1 }, + { 0xf761, 0xf77a, 0x41, 1 }, + { 0xf7a1, 0xf7a2, 0xa1, 1 }, + { 0xf7bf, 0xf7bf, 0xbf, 1 }, + { 0xf7e0, 0xf7f6, 0xc0, 1 }, + { 0xf7f8, 0xf7fe, 0xd8, 1 }, + { 0xf7ff, 0xf7ff, 0x59, 1 }, + { 0xfb00, 0xfb00, 0x6666, 2 }, + { 0xfb01, 0xfb01, 0x6669, 2 }, + { 0xfb02, 0xfb02, 0x666c, 2 }, + { 0xfb03, 0xfb03, 0x666669, 3 }, + { 0xfb04, 0xfb04, 0x66666c, 3 } +}; +#define latin1UnicodeMapLen (sizeof(latin1UnicodeMapRanges) / sizeof(UnicodeMapRange)) + +static UnicodeMapRange ascii7UnicodeMapRanges[] = { + { 0x000a, 0x000a, 0x0a, 1 }, + { 0x000c, 0x000d, 0x0c, 1 }, + { 0x0020, 0x005f, 0x20, 1 }, + { 0x0061, 0x007e, 0x61, 1 }, + { 0x00a6, 0x00a6, 0x7c, 1 }, + { 0x00a9, 0x00a9, 0x286329, 3 }, + { 0x00ae, 0x00ae, 0x285229, 3 }, + { 0x00b7, 0x00b7, 0x2a, 1 }, + { 0x00bc, 0x00bc, 0x312f34, 3 }, + { 0x00bd, 0x00bd, 0x312f32, 3 }, + { 0x00be, 0x00be, 0x332f34, 3 }, + { 0x00c0, 0x00c0, 0x41, 1 }, + { 0x00c1, 0x00c1, 0x41, 1 }, + { 0x00c2, 0x00c2, 0x41, 1 }, + { 0x00c3, 0x00c3, 0x41, 1 }, + { 0x00c4, 0x00c4, 0x41, 1 }, + { 0x00c5, 0x00c5, 0x41, 1 }, + { 0x00c6, 0x00c6, 0x4145, 2 }, + { 0x00c7, 0x00c7, 0x43, 1 }, + { 0x00c8, 0x00c8, 0x45, 1 }, + { 0x00c9, 0x00c9, 0x45, 1 }, + { 0x00ca, 0x00ca, 0x45, 1 }, + { 0x00cb, 0x00cb, 0x45, 1 }, + { 0x00cc, 0x00cc, 0x49, 1 }, + { 0x00cd, 0x00cd, 0x49, 1 }, + { 0x00ce, 0x00ce, 0x49, 1 }, + { 0x00cf, 0x00cf, 0x49, 1 }, + { 0x00d1, 0x00d2, 0x4e, 1 }, + { 0x00d3, 0x00d3, 0x4f, 1 }, + { 0x00d4, 0x00d4, 0x4f, 1 }, + { 0x00d5, 0x00d5, 0x4f, 1 }, + { 0x00d6, 0x00d6, 0x4f, 1 }, + { 0x00d7, 0x00d7, 0x78, 1 }, + { 0x00d8, 0x00d8, 0x4f, 1 }, + { 0x00d9, 0x00d9, 0x55, 1 }, + { 0x00da, 0x00da, 0x55, 1 }, + { 0x00db, 0x00db, 0x55, 1 }, + { 0x00dc, 0x00dc, 0x55, 1 }, + { 0x00dd, 0x00dd, 0x59, 1 }, + { 0x00e0, 0x00e0, 0x61, 1 }, + { 0x00e1, 0x00e1, 0x61, 1 }, + { 0x00e2, 0x00e2, 0x61, 1 }, + { 0x00e3, 0x00e3, 0x61, 1 }, + { 0x00e4, 0x00e4, 0x61, 1 }, + { 0x00e5, 0x00e5, 0x61, 1 }, + { 0x00e6, 0x00e6, 0x6165, 2 }, + { 0x00e7, 0x00e7, 0x63, 1 }, + { 0x00e8, 0x00e8, 0x65, 1 }, + { 0x00e9, 0x00e9, 0x65, 1 }, + { 0x00ea, 0x00ea, 0x65, 1 }, + { 0x00eb, 0x00eb, 0x65, 1 }, + { 0x00ec, 0x00ec, 0x69, 1 }, + { 0x00ed, 0x00ed, 0x69, 1 }, + { 0x00ee, 0x00ee, 0x69, 1 }, + { 0x00ef, 0x00ef, 0x69, 1 }, + { 0x00f1, 0x00f2, 0x6e, 1 }, + { 0x00f3, 0x00f3, 0x6f, 1 }, + { 0x00f4, 0x00f4, 0x6f, 1 }, + { 0x00f5, 0x00f5, 0x6f, 1 }, + { 0x00f6, 0x00f6, 0x6f, 1 }, + { 0x00f7, 0x00f7, 0x2f, 1 }, + { 0x00f8, 0x00f8, 0x6f, 1 }, + { 0x00f9, 0x00f9, 0x75, 1 }, + { 0x00fa, 0x00fa, 0x75, 1 }, + { 0x00fb, 0x00fb, 0x75, 1 }, + { 0x00fc, 0x00fc, 0x75, 1 }, + { 0x00fd, 0x00fd, 0x79, 1 }, + { 0x00ff, 0x00ff, 0x79, 1 }, + { 0x0131, 0x0131, 0x69, 1 }, + { 0x0141, 0x0141, 0x4c, 1 }, + { 0x0152, 0x0152, 0x4f45, 2 }, + { 0x0153, 0x0153, 0x6f65, 2 }, + { 0x0160, 0x0160, 0x53, 1 }, + { 0x0178, 0x0178, 0x59, 1 }, + { 0x017d, 0x017d, 0x5a, 1 }, + { 0x2013, 0x2013, 0x2d, 1 }, + { 0x2014, 0x2014, 0x2d2d, 2 }, + { 0x2018, 0x2018, 0x60, 1 }, + { 0x2019, 0x2019, 0x27, 1 }, + { 0x201c, 0x201c, 0x22, 1 }, + { 0x201d, 0x201d, 0x22, 1 }, + { 0x2022, 0x2022, 0x2a, 1 }, + { 0x2026, 0x2026, 0x2e2e2e, 3 }, + { 0x2122, 0x2122, 0x544d, 2 }, + { 0x2212, 0x2212, 0x2d, 1 }, + { 0xf6f9, 0xf6f9, 0x4c, 1 }, + { 0xf6fa, 0xf6fa, 0x4f45, 2 }, + { 0xf6fd, 0xf6fd, 0x53, 1 }, + { 0xf6fe, 0xf6fe, 0x7e, 1 }, + { 0xf6ff, 0xf6ff, 0x5a, 1 }, + { 0xf721, 0xf721, 0x21, 1 }, + { 0xf724, 0xf724, 0x24, 1 }, + { 0xf726, 0xf726, 0x26, 1 }, + { 0xf730, 0xf739, 0x30, 1 }, + { 0xf73f, 0xf73f, 0x3f, 1 }, + { 0xf761, 0xf77a, 0x41, 1 }, + { 0xf7e0, 0xf7e0, 0x41, 1 }, + { 0xf7e1, 0xf7e1, 0x41, 1 }, + { 0xf7e2, 0xf7e2, 0x41, 1 }, + { 0xf7e3, 0xf7e3, 0x41, 1 }, + { 0xf7e4, 0xf7e4, 0x41, 1 }, + { 0xf7e5, 0xf7e5, 0x41, 1 }, + { 0xf7e6, 0xf7e6, 0x4145, 2 }, + { 0xf7e7, 0xf7e7, 0x43, 1 }, + { 0xf7e8, 0xf7e8, 0x45, 1 }, + { 0xf7e9, 0xf7e9, 0x45, 1 }, + { 0xf7ea, 0xf7ea, 0x45, 1 }, + { 0xf7eb, 0xf7eb, 0x45, 1 }, + { 0xf7ec, 0xf7ec, 0x49, 1 }, + { 0xf7ed, 0xf7ed, 0x49, 1 }, + { 0xf7ee, 0xf7ee, 0x49, 1 }, + { 0xf7ef, 0xf7ef, 0x49, 1 }, + { 0xf7f1, 0xf7f2, 0x4e, 1 }, + { 0xf7f3, 0xf7f3, 0x4f, 1 }, + { 0xf7f4, 0xf7f4, 0x4f, 1 }, + { 0xf7f5, 0xf7f5, 0x4f, 1 }, + { 0xf7f6, 0xf7f6, 0x4f, 1 }, + { 0xf7f8, 0xf7f8, 0x4f, 1 }, + { 0xf7f9, 0xf7f9, 0x55, 1 }, + { 0xf7fa, 0xf7fa, 0x55, 1 }, + { 0xf7fb, 0xf7fb, 0x55, 1 }, + { 0xf7fc, 0xf7fc, 0x55, 1 }, + { 0xf7fd, 0xf7fd, 0x59, 1 }, + { 0xf7ff, 0xf7ff, 0x59, 1 }, + { 0xfb00, 0xfb00, 0x6666, 2 }, + { 0xfb01, 0xfb01, 0x6669, 2 }, + { 0xfb02, 0xfb02, 0x666c, 2 }, + { 0xfb03, 0xfb03, 0x666669, 3 }, + { 0xfb04, 0xfb04, 0x66666c, 3 } +}; +#define ascii7UnicodeMapLen (sizeof(ascii7UnicodeMapRanges) / sizeof(UnicodeMapRange)) + +static UnicodeMapRange symbolUnicodeMapRanges[] = { + { 0x0020, 0x0021, 0x20, 1 }, + { 0x0023, 0x0023, 0x23, 1 }, + { 0x0025, 0x0026, 0x25, 1 }, + { 0x0028, 0x0029, 0x28, 1 }, + { 0x002b, 0x002c, 0x2b, 1 }, + { 0x002e, 0x003f, 0x2e, 1 }, + { 0x005b, 0x005b, 0x5b, 1 }, + { 0x005d, 0x005d, 0x5d, 1 }, + { 0x005f, 0x005f, 0x5f, 1 }, + { 0x007b, 0x007d, 0x7b, 1 }, + { 0x00ac, 0x00ac, 0xd8, 1 }, + { 0x00b0, 0x00b1, 0xb0, 1 }, + { 0x00b5, 0x00b5, 0x6d, 1 }, + { 0x00d7, 0x00d7, 0xb4, 1 }, + { 0x00f7, 0x00f7, 0xb8, 1 }, + { 0x0192, 0x0192, 0xa6, 1 }, + { 0x0391, 0x0392, 0x41, 1 }, + { 0x0393, 0x0393, 0x47, 1 }, + { 0x0395, 0x0395, 0x45, 1 }, + { 0x0396, 0x0396, 0x5a, 1 }, + { 0x0397, 0x0397, 0x48, 1 }, + { 0x0398, 0x0398, 0x51, 1 }, + { 0x0399, 0x0399, 0x49, 1 }, + { 0x039a, 0x039d, 0x4b, 1 }, + { 0x039e, 0x039e, 0x58, 1 }, + { 0x039f, 0x03a0, 0x4f, 1 }, + { 0x03a1, 0x03a1, 0x52, 1 }, + { 0x03a3, 0x03a5, 0x53, 1 }, + { 0x03a6, 0x03a6, 0x46, 1 }, + { 0x03a7, 0x03a7, 0x43, 1 }, + { 0x03a8, 0x03a8, 0x59, 1 }, + { 0x03b1, 0x03b2, 0x61, 1 }, + { 0x03b3, 0x03b3, 0x67, 1 }, + { 0x03b4, 0x03b5, 0x64, 1 }, + { 0x03b6, 0x03b6, 0x7a, 1 }, + { 0x03b7, 0x03b7, 0x68, 1 }, + { 0x03b8, 0x03b8, 0x71, 1 }, + { 0x03b9, 0x03b9, 0x69, 1 }, + { 0x03ba, 0x03bb, 0x6b, 1 }, + { 0x03bd, 0x03bd, 0x6e, 1 }, + { 0x03be, 0x03be, 0x78, 1 }, + { 0x03bf, 0x03c0, 0x6f, 1 }, + { 0x03c1, 0x03c1, 0x72, 1 }, + { 0x03c2, 0x03c2, 0x56, 1 }, + { 0x03c3, 0x03c5, 0x73, 1 }, + { 0x03c6, 0x03c6, 0x66, 1 }, + { 0x03c7, 0x03c7, 0x63, 1 }, + { 0x03c8, 0x03c8, 0x79, 1 }, + { 0x03c9, 0x03c9, 0x77, 1 }, + { 0x03d1, 0x03d1, 0x4a, 1 }, + { 0x03d2, 0x03d2, 0xa1, 1 }, + { 0x03d5, 0x03d5, 0x6a, 1 }, + { 0x03d6, 0x03d6, 0x76, 1 }, + { 0x2022, 0x2022, 0xb7, 1 }, + { 0x2026, 0x2026, 0xbc, 1 }, + { 0x2032, 0x2032, 0xa2, 1 }, + { 0x2033, 0x2033, 0xb2, 1 }, + { 0x2044, 0x2044, 0xa4, 1 }, + { 0x2111, 0x2111, 0xc1, 1 }, + { 0x2118, 0x2118, 0xc3, 1 }, + { 0x211c, 0x211c, 0xc2, 1 }, + { 0x2126, 0x2126, 0x57, 1 }, + { 0x2135, 0x2135, 0xc0, 1 }, + { 0x2190, 0x2193, 0xac, 1 }, + { 0x2194, 0x2194, 0xab, 1 }, + { 0x21b5, 0x21b5, 0xbf, 1 }, + { 0x21d0, 0x21d3, 0xdc, 1 }, + { 0x21d4, 0x21d4, 0xdb, 1 }, + { 0x2200, 0x2200, 0x22, 1 }, + { 0x2202, 0x2202, 0xb6, 1 }, + { 0x2203, 0x2203, 0x24, 1 }, + { 0x2205, 0x2205, 0xc6, 1 }, + { 0x2206, 0x2206, 0x44, 1 }, + { 0x2207, 0x2207, 0xd1, 1 }, + { 0x2208, 0x2209, 0xce, 1 }, + { 0x220b, 0x220b, 0x27, 1 }, + { 0x220f, 0x220f, 0xd5, 1 }, + { 0x2211, 0x2211, 0xe5, 1 }, + { 0x2212, 0x2212, 0x2d, 1 }, + { 0x2217, 0x2217, 0x2a, 1 }, + { 0x221a, 0x221a, 0xd6, 1 }, + { 0x221d, 0x221d, 0xb5, 1 }, + { 0x221e, 0x221e, 0xa5, 1 }, + { 0x2220, 0x2220, 0xd0, 1 }, + { 0x2227, 0x2228, 0xd9, 1 }, + { 0x2229, 0x222a, 0xc7, 1 }, + { 0x222b, 0x222b, 0xf2, 1 }, + { 0x2234, 0x2234, 0x5c, 1 }, + { 0x223c, 0x223c, 0x7e, 1 }, + { 0x2245, 0x2245, 0x40, 1 }, + { 0x2248, 0x2248, 0xbb, 1 }, + { 0x2260, 0x2261, 0xb9, 1 }, + { 0x2264, 0x2264, 0xa3, 1 }, + { 0x2265, 0x2265, 0xb3, 1 }, + { 0x2282, 0x2282, 0xcc, 1 }, + { 0x2283, 0x2283, 0xc9, 1 }, + { 0x2284, 0x2284, 0xcb, 1 }, + { 0x2286, 0x2286, 0xcd, 1 }, + { 0x2287, 0x2287, 0xca, 1 }, + { 0x2295, 0x2295, 0xc5, 1 }, + { 0x2297, 0x2297, 0xc4, 1 }, + { 0x22a5, 0x22a5, 0x5e, 1 }, + { 0x22c5, 0x22c5, 0xd7, 1 }, + { 0x2320, 0x2320, 0xf3, 1 }, + { 0x2321, 0x2321, 0xf5, 1 }, + { 0x2329, 0x2329, 0xe1, 1 }, + { 0x232a, 0x232a, 0xf1, 1 }, + { 0x25ca, 0x25ca, 0xe0, 1 }, + { 0x2660, 0x2660, 0xaa, 1 }, + { 0x2663, 0x2663, 0xa7, 1 }, + { 0x2665, 0x2665, 0xa9, 1 }, + { 0x2666, 0x2666, 0xa8, 1 }, + { 0xf6d9, 0xf6d9, 0xd3, 1 }, + { 0xf6da, 0xf6da, 0xd2, 1 }, + { 0xf6db, 0xf6db, 0xd4, 1 }, + { 0xf8e5, 0xf8e5, 0x60, 1 }, + { 0xf8e6, 0xf8e7, 0xbd, 1 }, + { 0xf8e8, 0xf8ea, 0xe2, 1 }, + { 0xf8eb, 0xf8f4, 0xe6, 1 }, + { 0xf8f5, 0xf8f5, 0xf4, 1 }, + { 0xf8f6, 0xf8fe, 0xf6, 1 } +}; +#define symbolUnicodeMapLen (sizeof(symbolUnicodeMapRanges) / sizeof(UnicodeMapRange)) + +static UnicodeMapRange zapfDingbatsUnicodeMapRanges[] = { + { 0x0020, 0x0020, 0x20, 1 }, + { 0x2192, 0x2192, 0xd5, 1 }, + { 0x2194, 0x2195, 0xd6, 1 }, + { 0x2460, 0x2469, 0xac, 1 }, + { 0x25a0, 0x25a0, 0x6e, 1 }, + { 0x25b2, 0x25b2, 0x73, 1 }, + { 0x25bc, 0x25bc, 0x74, 1 }, + { 0x25c6, 0x25c6, 0x75, 1 }, + { 0x25cf, 0x25cf, 0x6c, 1 }, + { 0x25d7, 0x25d7, 0x77, 1 }, + { 0x2605, 0x2605, 0x48, 1 }, + { 0x260e, 0x260e, 0x25, 1 }, + { 0x261b, 0x261b, 0x2a, 1 }, + { 0x261e, 0x261e, 0x2b, 1 }, + { 0x2660, 0x2660, 0xab, 1 }, + { 0x2663, 0x2663, 0xa8, 1 }, + { 0x2665, 0x2665, 0xaa, 1 }, + { 0x2666, 0x2666, 0xa9, 1 }, + { 0x2701, 0x2704, 0x21, 1 }, + { 0x2706, 0x2709, 0x26, 1 }, + { 0x270c, 0x2727, 0x2c, 1 }, + { 0x2729, 0x274b, 0x49, 1 }, + { 0x274d, 0x274d, 0x6d, 1 }, + { 0x274f, 0x2752, 0x6f, 1 }, + { 0x2756, 0x2756, 0x76, 1 }, + { 0x2758, 0x275e, 0x78, 1 }, + { 0x2761, 0x2767, 0xa1, 1 }, + { 0x2776, 0x2794, 0xb6, 1 }, + { 0x2798, 0x27af, 0xd8, 1 }, + { 0x27b1, 0x27be, 0xf1, 1 } +}; +#define zapfDingbatsUnicodeMapLen (sizeof(zapfDingbatsUnicodeMapRanges) / sizeof(UnicodeMapRange)) diff --git a/pdftops/UnicodeTypeTable.cxx b/pdftops/UnicodeTypeTable.cxx new file mode 100644 index 0000000000..b896040363 --- /dev/null +++ b/pdftops/UnicodeTypeTable.cxx @@ -0,0 +1,949 @@ +//======================================================================== +// +// UnicodeTypeTable.cc +// +// Copyright 2004 Glyph & Cog, LLC +// +//======================================================================== + +#include +#include "CharTypes.h" +#include "UnicodeTypeTable.h" + +struct UnicodeMapTableEntry { + char *vector; + char type; +}; + +struct UnicodeCaseTableVector { + Unicode codes[256]; +}; + +static UnicodeMapTableEntry typeTable[256] = { + { "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLNNNNNNNNNNLNNNNLNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLL", 'X' }, + { NULL, 'L' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLNNNNNNNNNNNNNNLLNNNNNNNNNNNNNNLLLLLNNNNNNNNNLNNNNNNNNNNNNNNNNN", 'X' }, + { "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLNNNNNNNNNNNLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRNRNNRNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", 'X' }, + { "RRRRNNNNNNNNNRNNNNNNNNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRRRNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRNNNNNNNRNNNNNNNRRNNNNNNNRRNNNNNNNNNNRRRRRR", 'X' }, + { "RRRRRRRRRRRRRRNNRNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRNNNNNNNNNNNNNNNNNNNNNNNNNNNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRNNNNNNNNNNNRNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { NULL, 'N' }, + { "NNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLNNNNNNNNLLLLNLLLNNNNLLLLLLLLLLLLLNNLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLNNNNLLLLLLLLNLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLNNLLLLLLLNNNNN", 'X' }, + { "NNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLNNNNNNNNLLLLNLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLNNNNNNNNNNNNNNNN", 'X' }, + { "NNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLNLNNNLLLLLLLLLNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNLLLLNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNLLLLLLLNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLNNNNNNNNNNNNLLLLLLLNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLNNNNNNNNNLLLLLLLLLLNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLNLNLNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNLNNNNNLNNLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNLNNNNNNLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNLLLLLLLLNLLNNNNNNNNNNNLLLLLLLNLNLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { "NNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLNNNNNLLLLLLNLLLLLLNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLNNNLLLLLLLLLLLNNNLLLLLLLLLLLLNNNNLLLLLLLLLLLLLNNNLLLLLLLLLLLLLNNN", 'X' }, + { "NNNNNNNNNNNNNNLRNNNNNNNNNNNNNNNNNNNNNNNNNNLRNLRNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLNNNNNNNNNNNNNLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { "NNLNNNNLNNLLLLLLLLLLNLNNNLLLLLNNNNNNLNLNLNLLLLNLLLNLLLLLLLNNLLLLNNNNNLLLLLNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { NULL, 'N' }, + { "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { NULL, 'N' }, + { NULL, 'N' }, + { NULL, 'N' }, + { NULL, 'L' }, + { NULL, 'N' }, + { NULL, 'N' }, + { NULL, 'N' }, + { NULL, 'N' }, + { NULL, 'N' }, + { NULL, 'N' }, + { NULL, 'N' }, + { "NNNNNLLLNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLNNNNNNNLLLLLNNLLLLLNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNLLLL", 'X' }, + { NULL, 'L' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNLLLLLLLLLLLLNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN", 'X' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN", 'X' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL", 'X' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { NULL, 'L' }, + { "LLLLLLLLLLLLLLLLLLLLLLLLRRRRRRNRRRRRRRRRRNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", 'X' }, + { NULL, 'R' }, + { "RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRNNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRNNN", 'X' }, + { "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRNNN", 'X' }, + { "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLL", 'X' } +}; + +static UnicodeCaseTableVector caseTable00 = {{ + 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, + 0x0008, 0x0009, 0x000a, 0x000b, 0x000c, 0x000d, 0x000e, 0x000f, + 0x0010, 0x0011, 0x0012, 0x0013, 0x0014, 0x0015, 0x0016, 0x0017, + 0x0018, 0x0019, 0x001a, 0x001b, 0x001c, 0x001d, 0x001e, 0x001f, + 0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, + 0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f, + 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, + 0x0038, 0x0039, 0x003a, 0x003b, 0x003c, 0x003d, 0x003e, 0x003f, + 0x0040, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, 0x0067, + 0x0068, 0x0069, 0x006a, 0x006b, 0x006c, 0x006d, 0x006e, 0x006f, + 0x0070, 0x0071, 0x0072, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077, + 0x0078, 0x0079, 0x007a, 0x005b, 0x005c, 0x005d, 0x005e, 0x005f, + 0x0060, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, 0x0067, + 0x0068, 0x0069, 0x006a, 0x006b, 0x006c, 0x006d, 0x006e, 0x006f, + 0x0070, 0x0071, 0x0072, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077, + 0x0078, 0x0079, 0x007a, 0x007b, 0x007c, 0x007d, 0x007e, 0x007f, + 0x0080, 0x0081, 0x0082, 0x0083, 0x0084, 0x0085, 0x0086, 0x0087, + 0x0088, 0x0089, 0x008a, 0x008b, 0x008c, 0x008d, 0x008e, 0x008f, + 0x0090, 0x0091, 0x0092, 0x0093, 0x0094, 0x0095, 0x0096, 0x0097, + 0x0098, 0x0099, 0x009a, 0x009b, 0x009c, 0x009d, 0x009e, 0x009f, + 0x00a0, 0x00a1, 0x00a2, 0x00a3, 0x00a4, 0x00a5, 0x00a6, 0x00a7, + 0x00a8, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x00af, + 0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x00b4, 0x03bc, 0x00b6, 0x00b7, + 0x00b8, 0x00b9, 0x00ba, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x00bf, + 0x00e0, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x00e7, + 0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef, + 0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00d7, + 0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00df, + 0x00e0, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x00e7, + 0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef, + 0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7, + 0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff +}}; +static UnicodeCaseTableVector caseTable01 = {{ + 0x0101, 0x0101, 0x0103, 0x0103, 0x0105, 0x0105, 0x0107, 0x0107, + 0x0109, 0x0109, 0x010b, 0x010b, 0x010d, 0x010d, 0x010f, 0x010f, + 0x0111, 0x0111, 0x0113, 0x0113, 0x0115, 0x0115, 0x0117, 0x0117, + 0x0119, 0x0119, 0x011b, 0x011b, 0x011d, 0x011d, 0x011f, 0x011f, + 0x0121, 0x0121, 0x0123, 0x0123, 0x0125, 0x0125, 0x0127, 0x0127, + 0x0129, 0x0129, 0x012b, 0x012b, 0x012d, 0x012d, 0x012f, 0x012f, + 0x0130, 0x0131, 0x0133, 0x0133, 0x0135, 0x0135, 0x0137, 0x0137, + 0x0138, 0x013a, 0x013a, 0x013c, 0x013c, 0x013e, 0x013e, 0x0140, + 0x0140, 0x0142, 0x0142, 0x0144, 0x0144, 0x0146, 0x0146, 0x0148, + 0x0148, 0x0149, 0x014b, 0x014b, 0x014d, 0x014d, 0x014f, 0x014f, + 0x0151, 0x0151, 0x0153, 0x0153, 0x0155, 0x0155, 0x0157, 0x0157, + 0x0159, 0x0159, 0x015b, 0x015b, 0x015d, 0x015d, 0x015f, 0x015f, + 0x0161, 0x0161, 0x0163, 0x0163, 0x0165, 0x0165, 0x0167, 0x0167, + 0x0169, 0x0169, 0x016b, 0x016b, 0x016d, 0x016d, 0x016f, 0x016f, + 0x0171, 0x0171, 0x0173, 0x0173, 0x0175, 0x0175, 0x0177, 0x0177, + 0x00ff, 0x017a, 0x017a, 0x017c, 0x017c, 0x017e, 0x017e, 0x0073, + 0x0180, 0x0253, 0x0183, 0x0183, 0x0185, 0x0185, 0x0254, 0x0188, + 0x0188, 0x0256, 0x0257, 0x018c, 0x018c, 0x018d, 0x01dd, 0x0259, + 0x025b, 0x0192, 0x0192, 0x0260, 0x0263, 0x0195, 0x0269, 0x0268, + 0x0199, 0x0199, 0x019a, 0x019b, 0x026f, 0x0272, 0x019e, 0x0275, + 0x01a1, 0x01a1, 0x01a3, 0x01a3, 0x01a5, 0x01a5, 0x0280, 0x01a8, + 0x01a8, 0x0283, 0x01aa, 0x01ab, 0x01ad, 0x01ad, 0x0288, 0x01b0, + 0x01b0, 0x028a, 0x028b, 0x01b4, 0x01b4, 0x01b6, 0x01b6, 0x0292, + 0x01b9, 0x01b9, 0x01ba, 0x01bb, 0x01bd, 0x01bd, 0x01be, 0x01bf, + 0x01c0, 0x01c1, 0x01c2, 0x01c3, 0x01c6, 0x01c6, 0x01c6, 0x01c9, + 0x01c9, 0x01c9, 0x01cc, 0x01cc, 0x01cc, 0x01ce, 0x01ce, 0x01d0, + 0x01d0, 0x01d2, 0x01d2, 0x01d4, 0x01d4, 0x01d6, 0x01d6, 0x01d8, + 0x01d8, 0x01da, 0x01da, 0x01dc, 0x01dc, 0x01dd, 0x01df, 0x01df, + 0x01e1, 0x01e1, 0x01e3, 0x01e3, 0x01e5, 0x01e5, 0x01e7, 0x01e7, + 0x01e9, 0x01e9, 0x01eb, 0x01eb, 0x01ed, 0x01ed, 0x01ef, 0x01ef, + 0x01f0, 0x01f3, 0x01f3, 0x01f3, 0x01f5, 0x01f5, 0x0195, 0x01bf, + 0x01f9, 0x01f9, 0x01fb, 0x01fb, 0x01fd, 0x01fd, 0x01ff, 0x01ff +}}; +static UnicodeCaseTableVector caseTable02 = {{ + 0x0201, 0x0201, 0x0203, 0x0203, 0x0205, 0x0205, 0x0207, 0x0207, + 0x0209, 0x0209, 0x020b, 0x020b, 0x020d, 0x020d, 0x020f, 0x020f, + 0x0211, 0x0211, 0x0213, 0x0213, 0x0215, 0x0215, 0x0217, 0x0217, + 0x0219, 0x0219, 0x021b, 0x021b, 0x021d, 0x021d, 0x021f, 0x021f, + 0x019e, 0x0221, 0x0223, 0x0223, 0x0225, 0x0225, 0x0227, 0x0227, + 0x0229, 0x0229, 0x022b, 0x022b, 0x022d, 0x022d, 0x022f, 0x022f, + 0x0231, 0x0231, 0x0233, 0x0233, 0x0234, 0x0235, 0x0236, 0x0237, + 0x0238, 0x0239, 0x023a, 0x023b, 0x023c, 0x023d, 0x023e, 0x023f, + 0x0240, 0x0241, 0x0242, 0x0243, 0x0244, 0x0245, 0x0246, 0x0247, + 0x0248, 0x0249, 0x024a, 0x024b, 0x024c, 0x024d, 0x024e, 0x024f, + 0x0250, 0x0251, 0x0252, 0x0253, 0x0254, 0x0255, 0x0256, 0x0257, + 0x0258, 0x0259, 0x025a, 0x025b, 0x025c, 0x025d, 0x025e, 0x025f, + 0x0260, 0x0261, 0x0262, 0x0263, 0x0264, 0x0265, 0x0266, 0x0267, + 0x0268, 0x0269, 0x026a, 0x026b, 0x026c, 0x026d, 0x026e, 0x026f, + 0x0270, 0x0271, 0x0272, 0x0273, 0x0274, 0x0275, 0x0276, 0x0277, + 0x0278, 0x0279, 0x027a, 0x027b, 0x027c, 0x027d, 0x027e, 0x027f, + 0x0280, 0x0281, 0x0282, 0x0283, 0x0284, 0x0285, 0x0286, 0x0287, + 0x0288, 0x0289, 0x028a, 0x028b, 0x028c, 0x028d, 0x028e, 0x028f, + 0x0290, 0x0291, 0x0292, 0x0293, 0x0294, 0x0295, 0x0296, 0x0297, + 0x0298, 0x0299, 0x029a, 0x029b, 0x029c, 0x029d, 0x029e, 0x029f, + 0x02a0, 0x02a1, 0x02a2, 0x02a3, 0x02a4, 0x02a5, 0x02a6, 0x02a7, + 0x02a8, 0x02a9, 0x02aa, 0x02ab, 0x02ac, 0x02ad, 0x02ae, 0x02af, + 0x02b0, 0x02b1, 0x02b2, 0x02b3, 0x02b4, 0x02b5, 0x02b6, 0x02b7, + 0x02b8, 0x02b9, 0x02ba, 0x02bb, 0x02bc, 0x02bd, 0x02be, 0x02bf, + 0x02c0, 0x02c1, 0x02c2, 0x02c3, 0x02c4, 0x02c5, 0x02c6, 0x02c7, + 0x02c8, 0x02c9, 0x02ca, 0x02cb, 0x02cc, 0x02cd, 0x02ce, 0x02cf, + 0x02d0, 0x02d1, 0x02d2, 0x02d3, 0x02d4, 0x02d5, 0x02d6, 0x02d7, + 0x02d8, 0x02d9, 0x02da, 0x02db, 0x02dc, 0x02dd, 0x02de, 0x02df, + 0x02e0, 0x02e1, 0x02e2, 0x02e3, 0x02e4, 0x02e5, 0x02e6, 0x02e7, + 0x02e8, 0x02e9, 0x02ea, 0x02eb, 0x02ec, 0x02ed, 0x02ee, 0x02ef, + 0x02f0, 0x02f1, 0x02f2, 0x02f3, 0x02f4, 0x02f5, 0x02f6, 0x02f7, + 0x02f8, 0x02f9, 0x02fa, 0x02fb, 0x02fc, 0x02fd, 0x02fe, 0x02ff +}}; +static UnicodeCaseTableVector caseTable03 = {{ + 0x0300, 0x0301, 0x0302, 0x0303, 0x0304, 0x0305, 0x0306, 0x0307, + 0x0308, 0x0309, 0x030a, 0x030b, 0x030c, 0x030d, 0x030e, 0x030f, + 0x0310, 0x0311, 0x0312, 0x0313, 0x0314, 0x0315, 0x0316, 0x0317, + 0x0318, 0x0319, 0x031a, 0x031b, 0x031c, 0x031d, 0x031e, 0x031f, + 0x0320, 0x0321, 0x0322, 0x0323, 0x0324, 0x0325, 0x0326, 0x0327, + 0x0328, 0x0329, 0x032a, 0x032b, 0x032c, 0x032d, 0x032e, 0x032f, + 0x0330, 0x0331, 0x0332, 0x0333, 0x0334, 0x0335, 0x0336, 0x0337, + 0x0338, 0x0339, 0x033a, 0x033b, 0x033c, 0x033d, 0x033e, 0x033f, + 0x0340, 0x0341, 0x0342, 0x0343, 0x0344, 0x03b9, 0x0346, 0x0347, + 0x0348, 0x0349, 0x034a, 0x034b, 0x034c, 0x034d, 0x034e, 0x034f, + 0x0350, 0x0351, 0x0352, 0x0353, 0x0354, 0x0355, 0x0356, 0x0357, + 0x0358, 0x0359, 0x035a, 0x035b, 0x035c, 0x035d, 0x035e, 0x035f, + 0x0360, 0x0361, 0x0362, 0x0363, 0x0364, 0x0365, 0x0366, 0x0367, + 0x0368, 0x0369, 0x036a, 0x036b, 0x036c, 0x036d, 0x036e, 0x036f, + 0x0370, 0x0371, 0x0372, 0x0373, 0x0374, 0x0375, 0x0376, 0x0377, + 0x0378, 0x0379, 0x037a, 0x037b, 0x037c, 0x037d, 0x037e, 0x037f, + 0x0380, 0x0381, 0x0382, 0x0383, 0x0384, 0x0385, 0x03ac, 0x0387, + 0x03ad, 0x03ae, 0x03af, 0x038b, 0x03cc, 0x038d, 0x03cd, 0x03ce, + 0x0390, 0x03b1, 0x03b2, 0x03b3, 0x03b4, 0x03b5, 0x03b6, 0x03b7, + 0x03b8, 0x03b9, 0x03ba, 0x03bb, 0x03bc, 0x03bd, 0x03be, 0x03bf, + 0x03c0, 0x03c1, 0x03a2, 0x03c3, 0x03c4, 0x03c5, 0x03c6, 0x03c7, + 0x03c8, 0x03c9, 0x03ca, 0x03cb, 0x03ac, 0x03ad, 0x03ae, 0x03af, + 0x03b0, 0x03b1, 0x03b2, 0x03b3, 0x03b4, 0x03b5, 0x03b6, 0x03b7, + 0x03b8, 0x03b9, 0x03ba, 0x03bb, 0x03bc, 0x03bd, 0x03be, 0x03bf, + 0x03c0, 0x03c1, 0x03c3, 0x03c3, 0x03c4, 0x03c5, 0x03c6, 0x03c7, + 0x03c8, 0x03c9, 0x03ca, 0x03cb, 0x03cc, 0x03cd, 0x03ce, 0x03cf, + 0x03b2, 0x03b8, 0x03d2, 0x03d3, 0x03d4, 0x03c6, 0x03c0, 0x03d7, + 0x03d9, 0x03d9, 0x03db, 0x03db, 0x03dd, 0x03dd, 0x03df, 0x03df, + 0x03e1, 0x03e1, 0x03e3, 0x03e3, 0x03e5, 0x03e5, 0x03e7, 0x03e7, + 0x03e9, 0x03e9, 0x03eb, 0x03eb, 0x03ed, 0x03ed, 0x03ef, 0x03ef, + 0x03ba, 0x03c1, 0x03f2, 0x03f3, 0x03b8, 0x03b5, 0x03f6, 0x03f8, + 0x03f8, 0x03f2, 0x03fb, 0x03fb, 0x03fc, 0x03fd, 0x03fe, 0x03ff +}}; +static UnicodeCaseTableVector caseTable04 = {{ + 0x0450, 0x0451, 0x0452, 0x0453, 0x0454, 0x0455, 0x0456, 0x0457, + 0x0458, 0x0459, 0x045a, 0x045b, 0x045c, 0x045d, 0x045e, 0x045f, + 0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, + 0x0438, 0x0439, 0x043a, 0x043b, 0x043c, 0x043d, 0x043e, 0x043f, + 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, + 0x0448, 0x0449, 0x044a, 0x044b, 0x044c, 0x044d, 0x044e, 0x044f, + 0x0430, 0x0431, 0x0432, 0x0433, 0x0434, 0x0435, 0x0436, 0x0437, + 0x0438, 0x0439, 0x043a, 0x043b, 0x043c, 0x043d, 0x043e, 0x043f, + 0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447, + 0x0448, 0x0449, 0x044a, 0x044b, 0x044c, 0x044d, 0x044e, 0x044f, + 0x0450, 0x0451, 0x0452, 0x0453, 0x0454, 0x0455, 0x0456, 0x0457, + 0x0458, 0x0459, 0x045a, 0x045b, 0x045c, 0x045d, 0x045e, 0x045f, + 0x0461, 0x0461, 0x0463, 0x0463, 0x0465, 0x0465, 0x0467, 0x0467, + 0x0469, 0x0469, 0x046b, 0x046b, 0x046d, 0x046d, 0x046f, 0x046f, + 0x0471, 0x0471, 0x0473, 0x0473, 0x0475, 0x0475, 0x0477, 0x0477, + 0x0479, 0x0479, 0x047b, 0x047b, 0x047d, 0x047d, 0x047f, 0x047f, + 0x0481, 0x0481, 0x0482, 0x0483, 0x0484, 0x0485, 0x0486, 0x0487, + 0x0488, 0x0489, 0x048b, 0x048b, 0x048d, 0x048d, 0x048f, 0x048f, + 0x0491, 0x0491, 0x0493, 0x0493, 0x0495, 0x0495, 0x0497, 0x0497, + 0x0499, 0x0499, 0x049b, 0x049b, 0x049d, 0x049d, 0x049f, 0x049f, + 0x04a1, 0x04a1, 0x04a3, 0x04a3, 0x04a5, 0x04a5, 0x04a7, 0x04a7, + 0x04a9, 0x04a9, 0x04ab, 0x04ab, 0x04ad, 0x04ad, 0x04af, 0x04af, + 0x04b1, 0x04b1, 0x04b3, 0x04b3, 0x04b5, 0x04b5, 0x04b7, 0x04b7, + 0x04b9, 0x04b9, 0x04bb, 0x04bb, 0x04bd, 0x04bd, 0x04bf, 0x04bf, + 0x04c0, 0x04c2, 0x04c2, 0x04c4, 0x04c4, 0x04c6, 0x04c6, 0x04c8, + 0x04c8, 0x04ca, 0x04ca, 0x04cc, 0x04cc, 0x04ce, 0x04ce, 0x04cf, + 0x04d1, 0x04d1, 0x04d3, 0x04d3, 0x04d5, 0x04d5, 0x04d7, 0x04d7, + 0x04d9, 0x04d9, 0x04db, 0x04db, 0x04dd, 0x04dd, 0x04df, 0x04df, + 0x04e1, 0x04e1, 0x04e3, 0x04e3, 0x04e5, 0x04e5, 0x04e7, 0x04e7, + 0x04e9, 0x04e9, 0x04eb, 0x04eb, 0x04ed, 0x04ed, 0x04ef, 0x04ef, + 0x04f1, 0x04f1, 0x04f3, 0x04f3, 0x04f5, 0x04f5, 0x04f6, 0x04f7, + 0x04f9, 0x04f9, 0x04fa, 0x04fb, 0x04fc, 0x04fd, 0x04fe, 0x04ff +}}; +static UnicodeCaseTableVector caseTable05 = {{ + 0x0501, 0x0501, 0x0503, 0x0503, 0x0505, 0x0505, 0x0507, 0x0507, + 0x0509, 0x0509, 0x050b, 0x050b, 0x050d, 0x050d, 0x050f, 0x050f, + 0x0510, 0x0511, 0x0512, 0x0513, 0x0514, 0x0515, 0x0516, 0x0517, + 0x0518, 0x0519, 0x051a, 0x051b, 0x051c, 0x051d, 0x051e, 0x051f, + 0x0520, 0x0521, 0x0522, 0x0523, 0x0524, 0x0525, 0x0526, 0x0527, + 0x0528, 0x0529, 0x052a, 0x052b, 0x052c, 0x052d, 0x052e, 0x052f, + 0x0530, 0x0561, 0x0562, 0x0563, 0x0564, 0x0565, 0x0566, 0x0567, + 0x0568, 0x0569, 0x056a, 0x056b, 0x056c, 0x056d, 0x056e, 0x056f, + 0x0570, 0x0571, 0x0572, 0x0573, 0x0574, 0x0575, 0x0576, 0x0577, + 0x0578, 0x0579, 0x057a, 0x057b, 0x057c, 0x057d, 0x057e, 0x057f, + 0x0580, 0x0581, 0x0582, 0x0583, 0x0584, 0x0585, 0x0586, 0x0557, + 0x0558, 0x0559, 0x055a, 0x055b, 0x055c, 0x055d, 0x055e, 0x055f, + 0x0560, 0x0561, 0x0562, 0x0563, 0x0564, 0x0565, 0x0566, 0x0567, + 0x0568, 0x0569, 0x056a, 0x056b, 0x056c, 0x056d, 0x056e, 0x056f, + 0x0570, 0x0571, 0x0572, 0x0573, 0x0574, 0x0575, 0x0576, 0x0577, + 0x0578, 0x0579, 0x057a, 0x057b, 0x057c, 0x057d, 0x057e, 0x057f, + 0x0580, 0x0581, 0x0582, 0x0583, 0x0584, 0x0585, 0x0586, 0x0587, + 0x0588, 0x0589, 0x058a, 0x058b, 0x058c, 0x058d, 0x058e, 0x058f, + 0x0590, 0x0591, 0x0592, 0x0593, 0x0594, 0x0595, 0x0596, 0x0597, + 0x0598, 0x0599, 0x059a, 0x059b, 0x059c, 0x059d, 0x059e, 0x059f, + 0x05a0, 0x05a1, 0x05a2, 0x05a3, 0x05a4, 0x05a5, 0x05a6, 0x05a7, + 0x05a8, 0x05a9, 0x05aa, 0x05ab, 0x05ac, 0x05ad, 0x05ae, 0x05af, + 0x05b0, 0x05b1, 0x05b2, 0x05b3, 0x05b4, 0x05b5, 0x05b6, 0x05b7, + 0x05b8, 0x05b9, 0x05ba, 0x05bb, 0x05bc, 0x05bd, 0x05be, 0x05bf, + 0x05c0, 0x05c1, 0x05c2, 0x05c3, 0x05c4, 0x05c5, 0x05c6, 0x05c7, + 0x05c8, 0x05c9, 0x05ca, 0x05cb, 0x05cc, 0x05cd, 0x05ce, 0x05cf, + 0x05d0, 0x05d1, 0x05d2, 0x05d3, 0x05d4, 0x05d5, 0x05d6, 0x05d7, + 0x05d8, 0x05d9, 0x05da, 0x05db, 0x05dc, 0x05dd, 0x05de, 0x05df, + 0x05e0, 0x05e1, 0x05e2, 0x05e3, 0x05e4, 0x05e5, 0x05e6, 0x05e7, + 0x05e8, 0x05e9, 0x05ea, 0x05eb, 0x05ec, 0x05ed, 0x05ee, 0x05ef, + 0x05f0, 0x05f1, 0x05f2, 0x05f3, 0x05f4, 0x05f5, 0x05f6, 0x05f7, + 0x05f8, 0x05f9, 0x05fa, 0x05fb, 0x05fc, 0x05fd, 0x05fe, 0x05ff +}}; +static UnicodeCaseTableVector caseTable1e = {{ + 0x1e01, 0x1e01, 0x1e03, 0x1e03, 0x1e05, 0x1e05, 0x1e07, 0x1e07, + 0x1e09, 0x1e09, 0x1e0b, 0x1e0b, 0x1e0d, 0x1e0d, 0x1e0f, 0x1e0f, + 0x1e11, 0x1e11, 0x1e13, 0x1e13, 0x1e15, 0x1e15, 0x1e17, 0x1e17, + 0x1e19, 0x1e19, 0x1e1b, 0x1e1b, 0x1e1d, 0x1e1d, 0x1e1f, 0x1e1f, + 0x1e21, 0x1e21, 0x1e23, 0x1e23, 0x1e25, 0x1e25, 0x1e27, 0x1e27, + 0x1e29, 0x1e29, 0x1e2b, 0x1e2b, 0x1e2d, 0x1e2d, 0x1e2f, 0x1e2f, + 0x1e31, 0x1e31, 0x1e33, 0x1e33, 0x1e35, 0x1e35, 0x1e37, 0x1e37, + 0x1e39, 0x1e39, 0x1e3b, 0x1e3b, 0x1e3d, 0x1e3d, 0x1e3f, 0x1e3f, + 0x1e41, 0x1e41, 0x1e43, 0x1e43, 0x1e45, 0x1e45, 0x1e47, 0x1e47, + 0x1e49, 0x1e49, 0x1e4b, 0x1e4b, 0x1e4d, 0x1e4d, 0x1e4f, 0x1e4f, + 0x1e51, 0x1e51, 0x1e53, 0x1e53, 0x1e55, 0x1e55, 0x1e57, 0x1e57, + 0x1e59, 0x1e59, 0x1e5b, 0x1e5b, 0x1e5d, 0x1e5d, 0x1e5f, 0x1e5f, + 0x1e61, 0x1e61, 0x1e63, 0x1e63, 0x1e65, 0x1e65, 0x1e67, 0x1e67, + 0x1e69, 0x1e69, 0x1e6b, 0x1e6b, 0x1e6d, 0x1e6d, 0x1e6f, 0x1e6f, + 0x1e71, 0x1e71, 0x1e73, 0x1e73, 0x1e75, 0x1e75, 0x1e77, 0x1e77, + 0x1e79, 0x1e79, 0x1e7b, 0x1e7b, 0x1e7d, 0x1e7d, 0x1e7f, 0x1e7f, + 0x1e81, 0x1e81, 0x1e83, 0x1e83, 0x1e85, 0x1e85, 0x1e87, 0x1e87, + 0x1e89, 0x1e89, 0x1e8b, 0x1e8b, 0x1e8d, 0x1e8d, 0x1e8f, 0x1e8f, + 0x1e91, 0x1e91, 0x1e93, 0x1e93, 0x1e95, 0x1e95, 0x1e96, 0x1e97, + 0x1e98, 0x1e99, 0x1e9a, 0x1e61, 0x1e9c, 0x1e9d, 0x1e9e, 0x1e9f, + 0x1ea1, 0x1ea1, 0x1ea3, 0x1ea3, 0x1ea5, 0x1ea5, 0x1ea7, 0x1ea7, + 0x1ea9, 0x1ea9, 0x1eab, 0x1eab, 0x1ead, 0x1ead, 0x1eaf, 0x1eaf, + 0x1eb1, 0x1eb1, 0x1eb3, 0x1eb3, 0x1eb5, 0x1eb5, 0x1eb7, 0x1eb7, + 0x1eb9, 0x1eb9, 0x1ebb, 0x1ebb, 0x1ebd, 0x1ebd, 0x1ebf, 0x1ebf, + 0x1ec1, 0x1ec1, 0x1ec3, 0x1ec3, 0x1ec5, 0x1ec5, 0x1ec7, 0x1ec7, + 0x1ec9, 0x1ec9, 0x1ecb, 0x1ecb, 0x1ecd, 0x1ecd, 0x1ecf, 0x1ecf, + 0x1ed1, 0x1ed1, 0x1ed3, 0x1ed3, 0x1ed5, 0x1ed5, 0x1ed7, 0x1ed7, + 0x1ed9, 0x1ed9, 0x1edb, 0x1edb, 0x1edd, 0x1edd, 0x1edf, 0x1edf, + 0x1ee1, 0x1ee1, 0x1ee3, 0x1ee3, 0x1ee5, 0x1ee5, 0x1ee7, 0x1ee7, + 0x1ee9, 0x1ee9, 0x1eeb, 0x1eeb, 0x1eed, 0x1eed, 0x1eef, 0x1eef, + 0x1ef1, 0x1ef1, 0x1ef3, 0x1ef3, 0x1ef5, 0x1ef5, 0x1ef7, 0x1ef7, + 0x1ef9, 0x1ef9, 0x1efa, 0x1efb, 0x1efc, 0x1efd, 0x1efe, 0x1eff +}}; +static UnicodeCaseTableVector caseTable1f = {{ + 0x1f00, 0x1f01, 0x1f02, 0x1f03, 0x1f04, 0x1f05, 0x1f06, 0x1f07, + 0x1f00, 0x1f01, 0x1f02, 0x1f03, 0x1f04, 0x1f05, 0x1f06, 0x1f07, + 0x1f10, 0x1f11, 0x1f12, 0x1f13, 0x1f14, 0x1f15, 0x1f16, 0x1f17, + 0x1f10, 0x1f11, 0x1f12, 0x1f13, 0x1f14, 0x1f15, 0x1f1e, 0x1f1f, + 0x1f20, 0x1f21, 0x1f22, 0x1f23, 0x1f24, 0x1f25, 0x1f26, 0x1f27, + 0x1f20, 0x1f21, 0x1f22, 0x1f23, 0x1f24, 0x1f25, 0x1f26, 0x1f27, + 0x1f30, 0x1f31, 0x1f32, 0x1f33, 0x1f34, 0x1f35, 0x1f36, 0x1f37, + 0x1f30, 0x1f31, 0x1f32, 0x1f33, 0x1f34, 0x1f35, 0x1f36, 0x1f37, + 0x1f40, 0x1f41, 0x1f42, 0x1f43, 0x1f44, 0x1f45, 0x1f46, 0x1f47, + 0x1f40, 0x1f41, 0x1f42, 0x1f43, 0x1f44, 0x1f45, 0x1f4e, 0x1f4f, + 0x1f50, 0x1f51, 0x1f52, 0x1f53, 0x1f54, 0x1f55, 0x1f56, 0x1f57, + 0x1f58, 0x1f51, 0x1f5a, 0x1f53, 0x1f5c, 0x1f55, 0x1f5e, 0x1f57, + 0x1f60, 0x1f61, 0x1f62, 0x1f63, 0x1f64, 0x1f65, 0x1f66, 0x1f67, + 0x1f60, 0x1f61, 0x1f62, 0x1f63, 0x1f64, 0x1f65, 0x1f66, 0x1f67, + 0x1f70, 0x1f71, 0x1f72, 0x1f73, 0x1f74, 0x1f75, 0x1f76, 0x1f77, + 0x1f78, 0x1f79, 0x1f7a, 0x1f7b, 0x1f7c, 0x1f7d, 0x1f7e, 0x1f7f, + 0x1f80, 0x1f81, 0x1f82, 0x1f83, 0x1f84, 0x1f85, 0x1f86, 0x1f87, + 0x1f80, 0x1f81, 0x1f82, 0x1f83, 0x1f84, 0x1f85, 0x1f86, 0x1f87, + 0x1f90, 0x1f91, 0x1f92, 0x1f93, 0x1f94, 0x1f95, 0x1f96, 0x1f97, + 0x1f90, 0x1f91, 0x1f92, 0x1f93, 0x1f94, 0x1f95, 0x1f96, 0x1f97, + 0x1fa0, 0x1fa1, 0x1fa2, 0x1fa3, 0x1fa4, 0x1fa5, 0x1fa6, 0x1fa7, + 0x1fa0, 0x1fa1, 0x1fa2, 0x1fa3, 0x1fa4, 0x1fa5, 0x1fa6, 0x1fa7, + 0x1fb0, 0x1fb1, 0x1fb2, 0x1fb3, 0x1fb4, 0x1fb5, 0x1fb6, 0x1fb7, + 0x1fb0, 0x1fb1, 0x1f70, 0x1f71, 0x1fb3, 0x1fbd, 0x03b9, 0x1fbf, + 0x1fc0, 0x1fc1, 0x1fc2, 0x1fc3, 0x1fc4, 0x1fc5, 0x1fc6, 0x1fc7, + 0x1f72, 0x1f73, 0x1f74, 0x1f75, 0x1fc3, 0x1fcd, 0x1fce, 0x1fcf, + 0x1fd0, 0x1fd1, 0x1fd2, 0x1fd3, 0x1fd4, 0x1fd5, 0x1fd6, 0x1fd7, + 0x1fd0, 0x1fd1, 0x1f76, 0x1f77, 0x1fdc, 0x1fdd, 0x1fde, 0x1fdf, + 0x1fe0, 0x1fe1, 0x1fe2, 0x1fe3, 0x1fe4, 0x1fe5, 0x1fe6, 0x1fe7, + 0x1fe0, 0x1fe1, 0x1f7a, 0x1f7b, 0x1fe5, 0x1fed, 0x1fee, 0x1fef, + 0x1ff0, 0x1ff1, 0x1ff2, 0x1ff3, 0x1ff4, 0x1ff5, 0x1ff6, 0x1ff7, + 0x1f78, 0x1f79, 0x1f7c, 0x1f7d, 0x1ff3, 0x1ffd, 0x1ffe, 0x1fff +}}; +static UnicodeCaseTableVector caseTable21 = {{ + 0x2100, 0x2101, 0x2102, 0x2103, 0x2104, 0x2105, 0x2106, 0x2107, + 0x2108, 0x2109, 0x210a, 0x210b, 0x210c, 0x210d, 0x210e, 0x210f, + 0x2110, 0x2111, 0x2112, 0x2113, 0x2114, 0x2115, 0x2116, 0x2117, + 0x2118, 0x2119, 0x211a, 0x211b, 0x211c, 0x211d, 0x211e, 0x211f, + 0x2120, 0x2121, 0x2122, 0x2123, 0x2124, 0x2125, 0x03c9, 0x2127, + 0x2128, 0x2129, 0x006b, 0x00e5, 0x212c, 0x212d, 0x212e, 0x212f, + 0x2130, 0x2131, 0x2132, 0x2133, 0x2134, 0x2135, 0x2136, 0x2137, + 0x2138, 0x2139, 0x213a, 0x213b, 0x213c, 0x213d, 0x213e, 0x213f, + 0x2140, 0x2141, 0x2142, 0x2143, 0x2144, 0x2145, 0x2146, 0x2147, + 0x2148, 0x2149, 0x214a, 0x214b, 0x214c, 0x214d, 0x214e, 0x214f, + 0x2150, 0x2151, 0x2152, 0x2153, 0x2154, 0x2155, 0x2156, 0x2157, + 0x2158, 0x2159, 0x215a, 0x215b, 0x215c, 0x215d, 0x215e, 0x215f, + 0x2170, 0x2171, 0x2172, 0x2173, 0x2174, 0x2175, 0x2176, 0x2177, + 0x2178, 0x2179, 0x217a, 0x217b, 0x217c, 0x217d, 0x217e, 0x217f, + 0x2170, 0x2171, 0x2172, 0x2173, 0x2174, 0x2175, 0x2176, 0x2177, + 0x2178, 0x2179, 0x217a, 0x217b, 0x217c, 0x217d, 0x217e, 0x217f, + 0x2180, 0x2181, 0x2182, 0x2183, 0x2184, 0x2185, 0x2186, 0x2187, + 0x2188, 0x2189, 0x218a, 0x218b, 0x218c, 0x218d, 0x218e, 0x218f, + 0x2190, 0x2191, 0x2192, 0x2193, 0x2194, 0x2195, 0x2196, 0x2197, + 0x2198, 0x2199, 0x219a, 0x219b, 0x219c, 0x219d, 0x219e, 0x219f, + 0x21a0, 0x21a1, 0x21a2, 0x21a3, 0x21a4, 0x21a5, 0x21a6, 0x21a7, + 0x21a8, 0x21a9, 0x21aa, 0x21ab, 0x21ac, 0x21ad, 0x21ae, 0x21af, + 0x21b0, 0x21b1, 0x21b2, 0x21b3, 0x21b4, 0x21b5, 0x21b6, 0x21b7, + 0x21b8, 0x21b9, 0x21ba, 0x21bb, 0x21bc, 0x21bd, 0x21be, 0x21bf, + 0x21c0, 0x21c1, 0x21c2, 0x21c3, 0x21c4, 0x21c5, 0x21c6, 0x21c7, + 0x21c8, 0x21c9, 0x21ca, 0x21cb, 0x21cc, 0x21cd, 0x21ce, 0x21cf, + 0x21d0, 0x21d1, 0x21d2, 0x21d3, 0x21d4, 0x21d5, 0x21d6, 0x21d7, + 0x21d8, 0x21d9, 0x21da, 0x21db, 0x21dc, 0x21dd, 0x21de, 0x21df, + 0x21e0, 0x21e1, 0x21e2, 0x21e3, 0x21e4, 0x21e5, 0x21e6, 0x21e7, + 0x21e8, 0x21e9, 0x21ea, 0x21eb, 0x21ec, 0x21ed, 0x21ee, 0x21ef, + 0x21f0, 0x21f1, 0x21f2, 0x21f3, 0x21f4, 0x21f5, 0x21f6, 0x21f7, + 0x21f8, 0x21f9, 0x21fa, 0x21fb, 0x21fc, 0x21fd, 0x21fe, 0x21ff +}}; +static UnicodeCaseTableVector caseTable24 = {{ + 0x2400, 0x2401, 0x2402, 0x2403, 0x2404, 0x2405, 0x2406, 0x2407, + 0x2408, 0x2409, 0x240a, 0x240b, 0x240c, 0x240d, 0x240e, 0x240f, + 0x2410, 0x2411, 0x2412, 0x2413, 0x2414, 0x2415, 0x2416, 0x2417, + 0x2418, 0x2419, 0x241a, 0x241b, 0x241c, 0x241d, 0x241e, 0x241f, + 0x2420, 0x2421, 0x2422, 0x2423, 0x2424, 0x2425, 0x2426, 0x2427, + 0x2428, 0x2429, 0x242a, 0x242b, 0x242c, 0x242d, 0x242e, 0x242f, + 0x2430, 0x2431, 0x2432, 0x2433, 0x2434, 0x2435, 0x2436, 0x2437, + 0x2438, 0x2439, 0x243a, 0x243b, 0x243c, 0x243d, 0x243e, 0x243f, + 0x2440, 0x2441, 0x2442, 0x2443, 0x2444, 0x2445, 0x2446, 0x2447, + 0x2448, 0x2449, 0x244a, 0x244b, 0x244c, 0x244d, 0x244e, 0x244f, + 0x2450, 0x2451, 0x2452, 0x2453, 0x2454, 0x2455, 0x2456, 0x2457, + 0x2458, 0x2459, 0x245a, 0x245b, 0x245c, 0x245d, 0x245e, 0x245f, + 0x2460, 0x2461, 0x2462, 0x2463, 0x2464, 0x2465, 0x2466, 0x2467, + 0x2468, 0x2469, 0x246a, 0x246b, 0x246c, 0x246d, 0x246e, 0x246f, + 0x2470, 0x2471, 0x2472, 0x2473, 0x2474, 0x2475, 0x2476, 0x2477, + 0x2478, 0x2479, 0x247a, 0x247b, 0x247c, 0x247d, 0x247e, 0x247f, + 0x2480, 0x2481, 0x2482, 0x2483, 0x2484, 0x2485, 0x2486, 0x2487, + 0x2488, 0x2489, 0x248a, 0x248b, 0x248c, 0x248d, 0x248e, 0x248f, + 0x2490, 0x2491, 0x2492, 0x2493, 0x2494, 0x2495, 0x2496, 0x2497, + 0x2498, 0x2499, 0x249a, 0x249b, 0x249c, 0x249d, 0x249e, 0x249f, + 0x24a0, 0x24a1, 0x24a2, 0x24a3, 0x24a4, 0x24a5, 0x24a6, 0x24a7, + 0x24a8, 0x24a9, 0x24aa, 0x24ab, 0x24ac, 0x24ad, 0x24ae, 0x24af, + 0x24b0, 0x24b1, 0x24b2, 0x24b3, 0x24b4, 0x24b5, 0x24d0, 0x24d1, + 0x24d2, 0x24d3, 0x24d4, 0x24d5, 0x24d6, 0x24d7, 0x24d8, 0x24d9, + 0x24da, 0x24db, 0x24dc, 0x24dd, 0x24de, 0x24df, 0x24e0, 0x24e1, + 0x24e2, 0x24e3, 0x24e4, 0x24e5, 0x24e6, 0x24e7, 0x24e8, 0x24e9, + 0x24d0, 0x24d1, 0x24d2, 0x24d3, 0x24d4, 0x24d5, 0x24d6, 0x24d7, + 0x24d8, 0x24d9, 0x24da, 0x24db, 0x24dc, 0x24dd, 0x24de, 0x24df, + 0x24e0, 0x24e1, 0x24e2, 0x24e3, 0x24e4, 0x24e5, 0x24e6, 0x24e7, + 0x24e8, 0x24e9, 0x24ea, 0x24eb, 0x24ec, 0x24ed, 0x24ee, 0x24ef, + 0x24f0, 0x24f1, 0x24f2, 0x24f3, 0x24f4, 0x24f5, 0x24f6, 0x24f7, + 0x24f8, 0x24f9, 0x24fa, 0x24fb, 0x24fc, 0x24fd, 0x24fe, 0x24ff +}}; +static UnicodeCaseTableVector caseTableff = {{ + 0xff00, 0xff01, 0xff02, 0xff03, 0xff04, 0xff05, 0xff06, 0xff07, + 0xff08, 0xff09, 0xff0a, 0xff0b, 0xff0c, 0xff0d, 0xff0e, 0xff0f, + 0xff10, 0xff11, 0xff12, 0xff13, 0xff14, 0xff15, 0xff16, 0xff17, + 0xff18, 0xff19, 0xff1a, 0xff1b, 0xff1c, 0xff1d, 0xff1e, 0xff1f, + 0xff20, 0xff41, 0xff42, 0xff43, 0xff44, 0xff45, 0xff46, 0xff47, + 0xff48, 0xff49, 0xff4a, 0xff4b, 0xff4c, 0xff4d, 0xff4e, 0xff4f, + 0xff50, 0xff51, 0xff52, 0xff53, 0xff54, 0xff55, 0xff56, 0xff57, + 0xff58, 0xff59, 0xff5a, 0xff3b, 0xff3c, 0xff3d, 0xff3e, 0xff3f, + 0xff40, 0xff41, 0xff42, 0xff43, 0xff44, 0xff45, 0xff46, 0xff47, + 0xff48, 0xff49, 0xff4a, 0xff4b, 0xff4c, 0xff4d, 0xff4e, 0xff4f, + 0xff50, 0xff51, 0xff52, 0xff53, 0xff54, 0xff55, 0xff56, 0xff57, + 0xff58, 0xff59, 0xff5a, 0xff5b, 0xff5c, 0xff5d, 0xff5e, 0xff5f, + 0xff60, 0xff61, 0xff62, 0xff63, 0xff64, 0xff65, 0xff66, 0xff67, + 0xff68, 0xff69, 0xff6a, 0xff6b, 0xff6c, 0xff6d, 0xff6e, 0xff6f, + 0xff70, 0xff71, 0xff72, 0xff73, 0xff74, 0xff75, 0xff76, 0xff77, + 0xff78, 0xff79, 0xff7a, 0xff7b, 0xff7c, 0xff7d, 0xff7e, 0xff7f, + 0xff80, 0xff81, 0xff82, 0xff83, 0xff84, 0xff85, 0xff86, 0xff87, + 0xff88, 0xff89, 0xff8a, 0xff8b, 0xff8c, 0xff8d, 0xff8e, 0xff8f, + 0xff90, 0xff91, 0xff92, 0xff93, 0xff94, 0xff95, 0xff96, 0xff97, + 0xff98, 0xff99, 0xff9a, 0xff9b, 0xff9c, 0xff9d, 0xff9e, 0xff9f, + 0xffa0, 0xffa1, 0xffa2, 0xffa3, 0xffa4, 0xffa5, 0xffa6, 0xffa7, + 0xffa8, 0xffa9, 0xffaa, 0xffab, 0xffac, 0xffad, 0xffae, 0xffaf, + 0xffb0, 0xffb1, 0xffb2, 0xffb3, 0xffb4, 0xffb5, 0xffb6, 0xffb7, + 0xffb8, 0xffb9, 0xffba, 0xffbb, 0xffbc, 0xffbd, 0xffbe, 0xffbf, + 0xffc0, 0xffc1, 0xffc2, 0xffc3, 0xffc4, 0xffc5, 0xffc6, 0xffc7, + 0xffc8, 0xffc9, 0xffca, 0xffcb, 0xffcc, 0xffcd, 0xffce, 0xffcf, + 0xffd0, 0xffd1, 0xffd2, 0xffd3, 0xffd4, 0xffd5, 0xffd6, 0xffd7, + 0xffd8, 0xffd9, 0xffda, 0xffdb, 0xffdc, 0xffdd, 0xffde, 0xffdf, + 0xffe0, 0xffe1, 0xffe2, 0xffe3, 0xffe4, 0xffe5, 0xffe6, 0xffe7, + 0xffe8, 0xffe9, 0xffea, 0xffeb, 0xffec, 0xffed, 0xffee, 0xffef, + 0xfff0, 0xfff1, 0xfff2, 0xfff3, 0xfff4, 0xfff5, 0xfff6, 0xfff7, + 0xfff8, 0xfff9, 0xfffa, 0xfffb, 0xfffc, 0xfffd, 0xfffe, 0xffff +}}; +static UnicodeCaseTableVector *caseTable[256] = { + &caseTable00, + &caseTable01, + &caseTable02, + &caseTable03, + &caseTable04, + &caseTable05, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + &caseTable1e, + &caseTable1f, + NULL, + &caseTable21, + NULL, + NULL, + &caseTable24, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + NULL, + &caseTableff +}; + +static inline char getType(Unicode c) { + int i; + char type; + + if (c > 0xffff) { + type = 'X'; + } else { + i = (c >> 8) & 0xff; + if ((type = typeTable[i].type) == 'X') { + type = typeTable[i].vector[c & 0xff]; + } + } + return type; +} + +GBool unicodeTypeL(Unicode c) { + return getType(c) == 'L'; +} + +GBool unicodeTypeR(Unicode c) { + return getType(c) == 'R'; +} + +Unicode unicodeToUpper(Unicode c) { + int i; + + if (c > 0xffff) { + return c; + } + i = (c >> 8) & 0xff; + if (caseTable[i]) { + return caseTable[i]->codes[c & 0xff]; + } + return c; +} + diff --git a/pdftops/UnicodeTypeTable.h b/pdftops/UnicodeTypeTable.h new file mode 100644 index 0000000000..7103dbddf8 --- /dev/null +++ b/pdftops/UnicodeTypeTable.h @@ -0,0 +1,20 @@ +//======================================================================== +// +// UnicodeTypeTable.h +// +// Copyright 2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef UNICODETYPETABLE_H +#define UNICODETYPETABLE_H + +#include "gtypes.h" + +extern GBool unicodeTypeL(Unicode c); + +extern GBool unicodeTypeR(Unicode c); + +extern Unicode unicodeToUpper(Unicode c); + +#endif diff --git a/pdftops/XRef.cxx b/pdftops/XRef.cxx new file mode 100644 index 0000000000..c581803f77 --- /dev/null +++ b/pdftops/XRef.cxx @@ -0,0 +1,888 @@ +//======================================================================== +// +// XRef.cc +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma implementation +#endif + +#include +#include +#include +#include +#include "gmem.h" +#include "Object.h" +#include "Stream.h" +#include "Lexer.h" +#include "Parser.h" +#include "Dict.h" +#include "Error.h" +#include "ErrorCodes.h" +#include "XRef.h" + +//------------------------------------------------------------------------ + +#define xrefSearchSize 1024 // read this many bytes at end of file + // to look for 'startxref' + +//------------------------------------------------------------------------ +// Permission bits +//------------------------------------------------------------------------ + +#define permPrint (1<<2) +#define permChange (1<<3) +#define permCopy (1<<4) +#define permNotes (1<<5) +#define defPermFlags 0xfffc + +//------------------------------------------------------------------------ +// ObjectStream +//------------------------------------------------------------------------ + +class ObjectStream { +public: + + // Create an object stream, using object number , + // generation 0. + ObjectStream(XRef *xref, int objStrNumA); + + ~ObjectStream(); + + // Return the object number of this object stream. + int getObjStrNum() { return objStrNum; } + + // Get the th object from this stream, which should be + // object number , generation 0. + Object *getObject(int objIdx, int objNum, Object *obj); + +private: + + int objStrNum; // object number of the object stream + int nObjects; // number of objects in the stream + Object *objs; // the objects (length = nObjects) + int *objNums; // the object numbers (length = nObjects) +}; + +ObjectStream::ObjectStream(XRef *xref, int objStrNumA) { + Stream *str; + Parser *parser; + int *offsets; + Object objStr, obj1, obj2; + int first, i; + + objStrNum = objStrNumA; + nObjects = 0; + objs = NULL; + objNums = NULL; + + if (!xref->fetch(objStrNum, 0, &objStr)->isStream()) { + goto err1; + } + + if (!objStr.streamGetDict()->lookup("N", &obj1)->isInt()) { + obj1.free(); + goto err1; + } + nObjects = obj1.getInt(); + obj1.free(); + if (nObjects <= 0) { + goto err1; + } + + if (!objStr.streamGetDict()->lookup("First", &obj1)->isInt()) { + obj1.free(); + goto err1; + } + first = obj1.getInt(); + obj1.free(); + if (first < 0) { + goto err1; + } + + objs = new Object[nObjects]; + objNums = (int *)gmallocn(nObjects, sizeof(int)); + offsets = (int *)gmallocn(nObjects, sizeof(int)); + + // parse the header: object numbers and offsets + objStr.streamReset(); + obj1.initNull(); + str = new EmbedStream(objStr.getStream(), &obj1, gTrue, first); + parser = new Parser(xref, new Lexer(xref, str)); + for (i = 0; i < nObjects; ++i) { + parser->getObj(&obj1); + parser->getObj(&obj2); + if (!obj1.isInt() || !obj2.isInt()) { + obj1.free(); + obj2.free(); + delete parser; + gfree(offsets); + goto err1; + } + objNums[i] = obj1.getInt(); + offsets[i] = obj2.getInt(); + obj1.free(); + obj2.free(); + if (objNums[i] < 0 || offsets[i] < 0 || + (i > 0 && offsets[i] < offsets[i-1])) { + delete parser; + gfree(offsets); + goto err1; + } + } + while (str->getChar() != EOF) ; + delete parser; + + // skip to the first object - this shouldn't be necessary because + // the First key is supposed to be equal to offsets[0], but just in + // case... + for (i = first; i < offsets[0]; ++i) { + objStr.getStream()->getChar(); + } + + // parse the objects + for (i = 0; i < nObjects; ++i) { + obj1.initNull(); + if (i == nObjects - 1) { + str = new EmbedStream(objStr.getStream(), &obj1, gFalse, 0); + } else { + str = new EmbedStream(objStr.getStream(), &obj1, gTrue, + offsets[i+1] - offsets[i]); + } + parser = new Parser(xref, new Lexer(xref, str)); + parser->getObj(&objs[i]); + while (str->getChar() != EOF) ; + delete parser; + } + + gfree(offsets); + + err1: + objStr.free(); + return; +} + +ObjectStream::~ObjectStream() { + int i; + + if (objs) { + for (i = 0; i < nObjects; ++i) { + objs[i].free(); + } + delete[] objs; + } + gfree(objNums); +} + +Object *ObjectStream::getObject(int objIdx, int objNum, Object *obj) { + if (objIdx < 0 || objIdx >= nObjects || objNum != objNums[objIdx]) { + return obj->initNull(); + } + return objs[objIdx].copy(obj); +} + +//------------------------------------------------------------------------ +// XRef +//------------------------------------------------------------------------ + +XRef::XRef(BaseStream *strA) { + Guint pos; + Object obj; + + ok = gTrue; + errCode = errNone; + size = 0; + entries = NULL; + streamEnds = NULL; + streamEndsLen = 0; + objStr = NULL; + + encrypted = gFalse; + permFlags = defPermFlags; + ownerPasswordOk = gFalse; + + // read the trailer + str = strA; + start = str->getStart(); + pos = getStartXref(); + + // if there was a problem with the 'startxref' position, try to + // reconstruct the xref table + if (pos == 0) { + if (!(ok = constructXRef())) { + errCode = errDamaged; + return; + } + + // read the xref table + } else { + while (readXRef(&pos)) ; + + // if there was a problem with the xref table, + // try to reconstruct it + if (!ok) { + if (!(ok = constructXRef())) { + errCode = errDamaged; + return; + } + } + } + + // get the root dictionary (catalog) object + trailerDict.dictLookupNF("Root", &obj); + if (obj.isRef()) { + rootNum = obj.getRefNum(); + rootGen = obj.getRefGen(); + obj.free(); + } else { + obj.free(); + if (!(ok = constructXRef())) { + errCode = errDamaged; + return; + } + } + + // now set the trailer dictionary's xref pointer so we can fetch + // indirect objects from it + trailerDict.getDict()->setXRef(this); +} + +XRef::~XRef() { + gfree(entries); + trailerDict.free(); + if (streamEnds) { + gfree(streamEnds); + } + if (objStr) { + delete objStr; + } +} + +// Read the 'startxref' position. +Guint XRef::getStartXref() { + char buf[xrefSearchSize+1]; + char *p; + int c, n, i; + + // read last xrefSearchSize bytes + str->setPos(xrefSearchSize, -1); + for (n = 0; n < xrefSearchSize; ++n) { + if ((c = str->getChar()) == EOF) { + break; + } + buf[n] = c; + } + buf[n] = '\0'; + + // find startxref + for (i = n - 9; i >= 0; --i) { + if (!strncmp(&buf[i], "startxref", 9)) { + break; + } + } + if (i < 0) { + return 0; + } + for (p = &buf[i+9]; isspace(*p); ++p) ; + lastXRefPos = strToUnsigned(p); + + return lastXRefPos; +} + +// Read one xref table section. Also reads the associated trailer +// dictionary, and returns the prev pointer (if any). +GBool XRef::readXRef(Guint *pos) { + Parser *parser; + Object obj; + GBool more; + + // start up a parser, parse one token + obj.initNull(); + parser = new Parser(NULL, + new Lexer(NULL, + str->makeSubStream(start + *pos, gFalse, 0, &obj))); + parser->getObj(&obj); + + // parse an old-style xref table + if (obj.isCmd("xref")) { + obj.free(); + more = readXRefTable(parser, pos); + + // parse an xref stream + } else if (obj.isInt()) { + obj.free(); + if (!parser->getObj(&obj)->isInt()) { + goto err1; + } + obj.free(); + if (!parser->getObj(&obj)->isCmd("obj")) { + goto err1; + } + obj.free(); + if (!parser->getObj(&obj)->isStream()) { + goto err1; + } + more = readXRefStream(obj.getStream(), pos); + obj.free(); + + } else { + goto err1; + } + + delete parser; + return more; + + err1: + obj.free(); + delete parser; + ok = gFalse; + return gFalse; +} + +GBool XRef::readXRefTable(Parser *parser, Guint *pos) { + XRefEntry entry; + GBool more; + Object obj, obj2; + Guint pos2; + int first, n, newSize, i; + + while (1) { + parser->getObj(&obj); + if (obj.isCmd("trailer")) { + obj.free(); + break; + } + if (!obj.isInt()) { + goto err1; + } + first = obj.getInt(); + obj.free(); + if (!parser->getObj(&obj)->isInt()) { + goto err1; + } + n = obj.getInt(); + obj.free(); + if (first < 0 || n < 0 || first + n < 0) { + goto err1; + } + if (first + n > size) { + for (newSize = size ? 2 * size : 1024; + first + n > newSize && newSize > 0; + newSize <<= 1) ; + if (newSize < 0) { + goto err1; + } + entries = (XRefEntry *)greallocn(entries, newSize, sizeof(XRefEntry)); + for (i = size; i < newSize; ++i) { + entries[i].offset = 0xffffffff; + entries[i].type = xrefEntryFree; + } + size = newSize; + } + for (i = first; i < first + n; ++i) { + if (!parser->getObj(&obj)->isInt()) { + goto err1; + } + entry.offset = (Guint)obj.getInt(); + obj.free(); + if (!parser->getObj(&obj)->isInt()) { + goto err1; + } + entry.gen = obj.getInt(); + obj.free(); + parser->getObj(&obj); + if (obj.isCmd("n")) { + entry.type = xrefEntryUncompressed; + } else if (obj.isCmd("f")) { + entry.type = xrefEntryFree; + } else { + goto err1; + } + obj.free(); + if (entries[i].offset == 0xffffffff) { + entries[i] = entry; + // PDF files of patents from the IBM Intellectual Property + // Network have a bug: the xref table claims to start at 1 + // instead of 0. + if (i == 1 && first == 1 && + entries[1].offset == 0 && entries[1].gen == 65535 && + entries[1].type == xrefEntryFree) { + i = first = 0; + entries[0] = entries[1]; + entries[1].offset = 0xffffffff; + } + } + } + } + + // read the trailer dictionary + if (!parser->getObj(&obj)->isDict()) { + goto err1; + } + + // get the 'Prev' pointer + obj.getDict()->lookupNF("Prev", &obj2); + if (obj2.isInt()) { + *pos = (Guint)obj2.getInt(); + more = gTrue; + } else if (obj2.isRef()) { + // certain buggy PDF generators generate "/Prev NNN 0 R" instead + // of "/Prev NNN" + *pos = (Guint)obj2.getRefNum(); + more = gTrue; + } else { + more = gFalse; + } + obj2.free(); + + // save the first trailer dictionary + if (trailerDict.isNone()) { + obj.copy(&trailerDict); + } + + // check for an 'XRefStm' key + if (obj.getDict()->lookup("XRefStm", &obj2)->isInt()) { + pos2 = (Guint)obj2.getInt(); + readXRef(&pos2); + if (!ok) { + obj2.free(); + goto err1; + } + } + obj2.free(); + + obj.free(); + return more; + + err1: + obj.free(); + ok = gFalse; + return gFalse; +} + +GBool XRef::readXRefStream(Stream *xrefStr, Guint *pos) { + Dict *dict; + int w[3]; + GBool more; + Object obj, obj2, idx; + int newSize, first, n, i; + + dict = xrefStr->getDict(); + + if (!dict->lookupNF("Size", &obj)->isInt()) { + goto err1; + } + newSize = obj.getInt(); + obj.free(); + if (newSize < 0) { + goto err1; + } + if (newSize > size) { + entries = (XRefEntry *)greallocn(entries, newSize, sizeof(XRefEntry)); + for (i = size; i < newSize; ++i) { + entries[i].offset = 0xffffffff; + entries[i].type = xrefEntryFree; + } + size = newSize; + } + + if (!dict->lookupNF("W", &obj)->isArray() || + obj.arrayGetLength() < 3) { + goto err1; + } + for (i = 0; i < 3; ++i) { + if (!obj.arrayGet(i, &obj2)->isInt()) { + obj2.free(); + goto err1; + } + w[i] = obj2.getInt(); + obj2.free(); + if (w[i] < 0 || w[i] > 4) { + goto err1; + } + } + obj.free(); + + xrefStr->reset(); + dict->lookupNF("Index", &idx); + if (idx.isArray()) { + for (i = 0; i+1 < idx.arrayGetLength(); i += 2) { + if (!idx.arrayGet(i, &obj)->isInt()) { + idx.free(); + goto err1; + } + first = obj.getInt(); + obj.free(); + if (!idx.arrayGet(i+1, &obj)->isInt()) { + idx.free(); + goto err1; + } + n = obj.getInt(); + obj.free(); + if (first < 0 || n < 0 || + !readXRefStreamSection(xrefStr, w, first, n)) { + idx.free(); + goto err0; + } + } + } else { + if (!readXRefStreamSection(xrefStr, w, 0, newSize)) { + idx.free(); + goto err0; + } + } + idx.free(); + + dict->lookupNF("Prev", &obj); + if (obj.isInt()) { + *pos = (Guint)obj.getInt(); + more = gTrue; + } else { + more = gFalse; + } + obj.free(); + if (trailerDict.isNone()) { + trailerDict.initDict(dict); + } + + return more; + + err1: + obj.free(); + err0: + ok = gFalse; + return gFalse; +} + +GBool XRef::readXRefStreamSection(Stream *xrefStr, int *w, int first, int n) { + Guint offset; + int type, gen, c, newSize, i, j; + + if (first + n < 0) { + return gFalse; + } + if (first + n > size) { + for (newSize = size ? 2 * size : 1024; + first + n > newSize && newSize > 0; + newSize <<= 1) ; + if (newSize < 0) { + return gFalse; + } + entries = (XRefEntry *)greallocn(entries, newSize, sizeof(XRefEntry)); + for (i = size; i < newSize; ++i) { + entries[i].offset = 0xffffffff; + entries[i].type = xrefEntryFree; + } + size = newSize; + } + for (i = first; i < first + n; ++i) { + if (w[0] == 0) { + type = 1; + } else { + for (type = 0, j = 0; j < w[0]; ++j) { + if ((c = xrefStr->getChar()) == EOF) { + return gFalse; + } + type = (type << 8) + c; + } + } + for (offset = 0, j = 0; j < w[1]; ++j) { + if ((c = xrefStr->getChar()) == EOF) { + return gFalse; + } + offset = (offset << 8) + c; + } + for (gen = 0, j = 0; j < w[2]; ++j) { + if ((c = xrefStr->getChar()) == EOF) { + return gFalse; + } + gen = (gen << 8) + c; + } + if (entries[i].offset == 0xffffffff) { + switch (type) { + case 0: + entries[i].offset = offset; + entries[i].gen = gen; + entries[i].type = xrefEntryFree; + break; + case 1: + entries[i].offset = offset; + entries[i].gen = gen; + entries[i].type = xrefEntryUncompressed; + break; + case 2: + entries[i].offset = offset; + entries[i].gen = gen; + entries[i].type = xrefEntryCompressed; + break; + default: + return gFalse; + } + } + } + + return gTrue; +} + +// Attempt to construct an xref table for a damaged file. +GBool XRef::constructXRef() { + Parser *parser; + Object newTrailerDict, obj; + char buf[256]; + Guint pos; + int num, gen; + int newSize; + int streamEndsSize; + char *p; + int i; + GBool gotRoot; + + gfree(entries); + size = 0; + entries = NULL; + + error(0, "PDF file is damaged - attempting to reconstruct xref table..."); + gotRoot = gFalse; + streamEndsLen = streamEndsSize = 0; + + str->reset(); + while (1) { + pos = str->getPos(); + if (!str->getLine(buf, 256)) { + break; + } + p = buf; + + // got trailer dictionary + if (!strncmp(p, "trailer", 7)) { + obj.initNull(); + parser = new Parser(NULL, + new Lexer(NULL, + str->makeSubStream(pos + 7, gFalse, 0, &obj))); + parser->getObj(&newTrailerDict); + if (newTrailerDict.isDict()) { + newTrailerDict.dictLookupNF("Root", &obj); + if (obj.isRef()) { + rootNum = obj.getRefNum(); + rootGen = obj.getRefGen(); + if (!trailerDict.isNone()) { + trailerDict.free(); + } + newTrailerDict.copy(&trailerDict); + gotRoot = gTrue; + } + obj.free(); + } + newTrailerDict.free(); + delete parser; + + // look for object + } else if (isdigit(*p)) { + num = atoi(p); + if (num > 0) { + do { + ++p; + } while (*p && isdigit(*p)); + if (isspace(*p)) { + do { + ++p; + } while (*p && isspace(*p)); + if (isdigit(*p)) { + gen = atoi(p); + do { + ++p; + } while (*p && isdigit(*p)); + if (isspace(*p)) { + do { + ++p; + } while (*p && isspace(*p)); + if (!strncmp(p, "obj", 3)) { + if (num >= size) { + newSize = (num + 1 + 255) & ~255; + if (newSize < 0) { + error(-1, "Bad object number"); + return gFalse; + } + entries = (XRefEntry *) + greallocn(entries, newSize, sizeof(XRefEntry)); + for (i = size; i < newSize; ++i) { + entries[i].offset = 0xffffffff; + entries[i].type = xrefEntryFree; + } + size = newSize; + } + if (entries[num].type == xrefEntryFree || + gen >= entries[num].gen) { + entries[num].offset = pos - start; + entries[num].gen = gen; + entries[num].type = xrefEntryUncompressed; + } + } + } + } + } + } + + } else if (!strncmp(p, "endstream", 9)) { + if (streamEndsLen == streamEndsSize) { + streamEndsSize += 64; + streamEnds = (Guint *)greallocn(streamEnds, + streamEndsSize, sizeof(int)); + } + streamEnds[streamEndsLen++] = pos; + } + } + + if (gotRoot) + return gTrue; + + error(-1, "Couldn't find trailer dictionary"); + return gFalse; +} + +void XRef::setEncryption(int permFlagsA, GBool ownerPasswordOkA, + Guchar *fileKeyA, int keyLengthA, int encVersionA) { + int i; + + encrypted = gTrue; + permFlags = permFlagsA; + ownerPasswordOk = ownerPasswordOkA; + if (keyLengthA <= 16) { + keyLength = keyLengthA; + } else { + keyLength = 16; + } + for (i = 0; i < keyLength; ++i) { + fileKey[i] = fileKeyA[i]; + } + encVersion = encVersionA; +} + +GBool XRef::okToPrint(GBool ignoreOwnerPW) { + return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permPrint); +} + +GBool XRef::okToChange(GBool ignoreOwnerPW) { + return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permChange); +} + +GBool XRef::okToCopy(GBool ignoreOwnerPW) { + return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permCopy); +} + +GBool XRef::okToAddNotes(GBool ignoreOwnerPW) { + return (!ignoreOwnerPW && ownerPasswordOk) || (permFlags & permNotes); +} + +Object *XRef::fetch(int num, int gen, Object *obj) { + XRefEntry *e; + Parser *parser; + Object obj1, obj2, obj3; + + // check for bogus ref - this can happen in corrupted PDF files + if (num < 0 || num >= size) { + goto err; + } + + e = &entries[num]; + switch (e->type) { + + case xrefEntryUncompressed: + if (e->gen != gen) { + goto err; + } + obj1.initNull(); + parser = new Parser(this, + new Lexer(this, + str->makeSubStream(start + e->offset, gFalse, 0, &obj1))); + parser->getObj(&obj1); + parser->getObj(&obj2); + parser->getObj(&obj3); + if (!obj1.isInt() || obj1.getInt() != num || + !obj2.isInt() || obj2.getInt() != gen || + !obj3.isCmd("obj")) { + obj1.free(); + obj2.free(); + obj3.free(); + delete parser; + goto err; + } + parser->getObj(obj, encrypted ? fileKey : (Guchar *)NULL, keyLength, + num, gen); + obj1.free(); + obj2.free(); + obj3.free(); + delete parser; + break; + + case xrefEntryCompressed: + if (gen != 0) { + goto err; + } + if (!objStr || objStr->getObjStrNum() != (int)e->offset) { + if (objStr) { + delete objStr; + } + objStr = new ObjectStream(this, e->offset); + } + objStr->getObject(e->gen, num, obj); + break; + + default: + goto err; + } + + return obj; + + err: + return obj->initNull(); +} + +Object *XRef::getDocInfo(Object *obj) { + return trailerDict.dictLookup("Info", obj); +} + +// Added for the pdftex project. +Object *XRef::getDocInfoNF(Object *obj) { + return trailerDict.dictLookupNF("Info", obj); +} + +GBool XRef::getStreamEnd(Guint streamStart, Guint *streamEnd) { + int a, b, m; + + if (streamEndsLen == 0 || + streamStart > streamEnds[streamEndsLen - 1]) { + return gFalse; + } + + a = -1; + b = streamEndsLen - 1; + // invariant: streamEnds[a] < streamStart <= streamEnds[b] + while (b - a > 1) { + m = (a + b) / 2; + if (streamStart <= streamEnds[m]) { + b = m; + } else { + a = m; + } + } + *streamEnd = streamEnds[b]; + return gTrue; +} + +Guint XRef::strToUnsigned(char *s) { + Guint x; + char *p; + int i; + + x = 0; + for (p = s, i = 0; *p && isdigit(*p) && i < 10; ++p, ++i) { + x = 10 * x + (*p - '0'); + } + return x; +} diff --git a/pdftops/XRef.h b/pdftops/XRef.h new file mode 100644 index 0000000000..6588276c04 --- /dev/null +++ b/pdftops/XRef.h @@ -0,0 +1,131 @@ +//======================================================================== +// +// XRef.h +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef XREF_H +#define XREF_H + +#include + +#ifdef USE_GCC_PRAGMAS +#pragma interface +#endif + +#include "gtypes.h" +#include "Object.h" + +class Dict; +class Stream; +class Parser; +class ObjectStream; + +//------------------------------------------------------------------------ +// XRef +//------------------------------------------------------------------------ + +enum XRefEntryType { + xrefEntryFree, + xrefEntryUncompressed, + xrefEntryCompressed +}; + +struct XRefEntry { + Guint offset; + int gen; + XRefEntryType type; +}; + +class XRef { +public: + + // Constructor. Read xref table from stream. + XRef(BaseStream *strA); + + // Destructor. + ~XRef(); + + // Is xref table valid? + GBool isOk() { return ok; } + + // Get the error code (if isOk() returns false). + int getErrorCode() { return errCode; } + + // Set the encryption parameters. + void setEncryption(int permFlagsA, GBool ownerPasswordOkA, + Guchar *fileKeyA, int keyLengthA, int encVersionA); + + // Is the file encrypted? + GBool isEncrypted() { return encrypted; } + + // Check various permissions. + GBool okToPrint(GBool ignoreOwnerPW = gFalse); + GBool okToChange(GBool ignoreOwnerPW = gFalse); + GBool okToCopy(GBool ignoreOwnerPW = gFalse); + GBool okToAddNotes(GBool ignoreOwnerPW = gFalse); + + // Get catalog object. + Object *getCatalog(Object *obj) { return fetch(rootNum, rootGen, obj); } + + // Fetch an indirect reference. + Object *fetch(int num, int gen, Object *obj); + + // Return the document's Info dictionary (if any). + Object *getDocInfo(Object *obj); + Object *getDocInfoNF(Object *obj); + + // Return the number of objects in the xref table. + int getNumObjects() { return size; } + + // Return the offset of the last xref table. + Guint getLastXRefPos() { return lastXRefPos; } + + // Return the catalog object reference. + int getRootNum() { return rootNum; } + int getRootGen() { return rootGen; } + + // Get end position for a stream in a damaged file. + // Returns false if unknown or file is not damaged. + GBool getStreamEnd(Guint streamStart, Guint *streamEnd); + + // Direct access. + int getSize() { return size; } + XRefEntry *getEntry(int i) { return &entries[i]; } + Object *getTrailerDict() { return &trailerDict; } + +private: + + BaseStream *str; // input stream + Guint start; // offset in file (to allow for garbage + // at beginning of file) + XRefEntry *entries; // xref entries + int size; // size of array + int rootNum, rootGen; // catalog dict + GBool ok; // true if xref table is valid + int errCode; // error code (if is false) + Object trailerDict; // trailer dictionary + Guint lastXRefPos; // offset of last xref table + Guint *streamEnds; // 'endstream' positions - only used in + // damaged files + int streamEndsLen; // number of valid entries in streamEnds + ObjectStream *objStr; // cached object stream + GBool encrypted; // true if file is encrypted + int permFlags; // permission bits + GBool ownerPasswordOk; // true if owner password is correct + Guchar fileKey[16]; // file decryption key + int keyLength; // length of key, in bytes + int encVersion; // encryption algorithm + + Guint getStartXref(); + GBool readXRef(Guint *pos); + GBool readXRefTable(Parser *parser, Guint *pos); + GBool readXRefStreamSection(Stream *xrefStr, int *w, int first, int n); + GBool readXRefStream(Stream *xrefStr, Guint *pos); + GBool constructXRef(); + Guint strToUnsigned(char *s); +}; + +#endif diff --git a/pdftops/XpdfPluginAPI.cxx b/pdftops/XpdfPluginAPI.cxx new file mode 100644 index 0000000000..dfa63282b9 --- /dev/null +++ b/pdftops/XpdfPluginAPI.cxx @@ -0,0 +1,262 @@ +//======================================================================== +// +// XpdfPluginAPI.cc +// +// Copyright 2004 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifdef ENABLE_PLUGINS + +#include "gmem.h" +#include "GlobalParams.h" +#include "Object.h" +#include "PDFDoc.h" +#ifdef WIN32 +#include "WinPDFCore.h" +#else +#include "XPDFCore.h" +#endif +#include "XpdfPluginAPI.h" + +//------------------------------------------------------------------------ + +//~ This should use a pool of Objects; change xpdfFreeObj to match. +static Object *allocObj() { + return (Object *)gmalloc(sizeof(Object)); +} + +//------------------------------------------------------------------------ +// Document access functions +//------------------------------------------------------------------------ + +XpdfObject _xpdfGetInfoDict(XpdfDoc doc) { + Object *obj; + + obj = allocObj(); + return (XpdfObject)((PDFDoc *)doc)->getDocInfo(obj); +} + +XpdfObject _xpdfGetCatalog(XpdfDoc doc) { + Object *obj; + + obj = allocObj(); + return (XpdfObject)((PDFDoc *)doc)->getXRef()->getCatalog(obj); +} + +#ifdef _WIN32 + +HWND _xpdfWin32GetWindow(XpdfDoc doc) { + WinPDFCore *core; + + if (!(core = (WinPDFCore *)((PDFDoc *)doc)->getGUIData())) { + return NULL; + } + return core->getDrawFrame(); +} + +#else + +Widget _xpdfXGetWindow(XpdfDoc doc) { + XPDFCore *core; + + if (!(core = (XPDFCore *)((PDFDoc *)doc)->getGUIData())) { + return NULL; + } + return core->getWidget(); +} + +#endif + +//------------------------------------------------------------------------ +// Object access functions. +//------------------------------------------------------------------------ + +XpdfBool _xpdfObjIsBool(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isBool(); +} + +XpdfBool _xpdfObjIsInt(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isInt(); +} + +XpdfBool _xpdfObjIsReal(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isReal(); +} + +XpdfBool _xpdfObjIsNumber(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isNum(); +} + +XpdfBool _xpdfObjIsString(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isString(); +} + +XpdfBool _xpdfObjIsName(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isName(); +} + +XpdfBool _xpdfObjIsNull(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isNull(); +} + +XpdfBool _xpdfObjIsArray(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isArray(); +} + +XpdfBool _xpdfObjIsDict(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isDict(); +} + +XpdfBool _xpdfObjIsStream(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isStream(); +} + +XpdfBool _xpdfObjIsRef(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->isRef(); +} + +XpdfBool _xpdfBoolValue(XpdfObject obj) { + return (XpdfBool)((Object *)obj)->getBool(); +} + +int _xpdfIntValue(XpdfObject obj) { + if (!((Object *)obj)->isInt()) { + return 0; + } + return ((Object *)obj)->getInt(); +} + +double _xpdfRealValue(XpdfObject obj) { + if (!((Object *)obj)->isReal()) { + return 0; + } + return ((Object *)obj)->getReal(); +} + +double _xpdfNumberValue(XpdfObject obj) { + if (!((Object *)obj)->isNum()) { + return 0; + } + return ((Object *)obj)->getNum(); +} + +int _xpdfStringLength(XpdfObject obj) { + if (!((Object *)obj)->isString()) { + return 0; + } + return ((Object *)obj)->getString()->getLength(); +} + +char *_xpdfStringValue(XpdfObject obj) { + if (!((Object *)obj)->isString()) { + return 0; + } + return ((Object *)obj)->getString()->getCString(); +} + +char *_xpdfNameValue(XpdfObject obj) { + if (!((Object *)obj)->isName()) { + return NULL; + } + return ((Object *)obj)->getName(); +} + +int _xpdfArrayLength(XpdfObject obj) { + if (!((Object *)obj)->isArray()) { + return 0; + } + return ((Object *)obj)->arrayGetLength(); +} + +XpdfObject _xpdfArrayGet(XpdfObject obj, int idx) { + Object *elem; + + elem = allocObj(); + if (!((Object *)obj)->isArray()) { + return (XpdfObject)elem->initNull(); + } + return (XpdfObject)((Object *)obj)->arrayGet(idx, elem); +} + +XpdfObject _xpdfDictGet(XpdfObject obj, char *key) { + Object *elem; + + elem = allocObj(); + if (!((Object *)obj)->isDict()) { + return (XpdfObject)elem->initNull(); + } + return (XpdfObject)((Object *)obj)->dictLookup(key, elem); +} + +void _xpdfFreeObj(XpdfObject obj) { + ((Object *)obj)->free(); + gfree(obj); +} + +//------------------------------------------------------------------------ +// Memory allocation functions +//------------------------------------------------------------------------ + +void *_xpdfMalloc(int size) { + return gmalloc(size); +} + +void *_xpdfRealloc(void *p, int size) { + return grealloc(p, size); +} + +void _xpdfFree(void *p) { + gfree(p); +} + +//------------------------------------------------------------------------ +// Security handlers +//------------------------------------------------------------------------ + +void _xpdfRegisterSecurityHandler(XpdfSecurityHandler *handler) { + if (handler->version <= xpdfPluginAPIVersion) { + globalParams->addSecurityHandler(handler); + } +} + +//------------------------------------------------------------------------ + +XpdfPluginVecTable xpdfPluginVecTable = { + xpdfPluginAPIVersion, + &_xpdfGetInfoDict, + &_xpdfGetCatalog, +#ifdef _WIN32 + &_xpdfWin32GetWindow, +#else + &_xpdfXGetWindow, +#endif + &_xpdfObjIsBool, + &_xpdfObjIsInt, + &_xpdfObjIsReal, + &_xpdfObjIsString, + &_xpdfObjIsName, + &_xpdfObjIsNull, + &_xpdfObjIsArray, + &_xpdfObjIsDict, + &_xpdfObjIsStream, + &_xpdfObjIsRef, + &_xpdfBoolValue, + &_xpdfIntValue, + &_xpdfRealValue, + &_xpdfStringLength, + &_xpdfStringValue, + &_xpdfNameValue, + &_xpdfArrayLength, + &_xpdfArrayGet, + &_xpdfDictGet, + &_xpdfFreeObj, + &_xpdfMalloc, + &_xpdfRealloc, + &_xpdfFree, + &_xpdfRegisterSecurityHandler, +}; + +#endif // ENABLE_PLUGINS diff --git a/pdftops/XpdfPluginAPI.h b/pdftops/XpdfPluginAPI.h new file mode 100644 index 0000000000..7467f02098 --- /dev/null +++ b/pdftops/XpdfPluginAPI.h @@ -0,0 +1,323 @@ +/* + * XpdfPluginAPI.h + * + * Copyright 2004 Glyph & Cog, LLC + */ + +#ifndef XPDFPLUGINAPI_H +#define XPDFPLUGINAPI_H + +#ifdef _WIN32 +#include +#else +//#define Object XtObject +//#include +//#undef Object +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +/*------------------------------------------------------------------------ + * Macros + *------------------------------------------------------------------------*/ + +/* + * The current API version. + */ +#define xpdfPluginAPIVersion 1 + +#ifdef _WIN32 +# ifdef __cplusplus +# define PLUGINFUNC(retType) extern "C" __declspec(dllexport) retType +# else +# define PLUGINFUNC(retType) extern __declspec(dllexport) retType +# endif +#else +# ifdef __cplusplus +# define PLUGINFUNC(retType) extern "C" retType +# else +# define PLUGINFUNC(retType) extern retType +# endif +#endif + +/*------------------------------------------------------------------------ + * Plugin setup/cleanup + *------------------------------------------------------------------------*/ + +/* + * All plugins are required to implement two functions: + * + * -- Initialize the plugin. Returns non-zero if successful. + * PLUGINFUNC(XpdfBool) xpdfInitPlugin(void); + * + * -- Free the plugin. + * PLUGINFUNC(void) xpdfFreePlugin(void); + */ + +/*------------------------------------------------------------------------ + * Types + *------------------------------------------------------------------------*/ + +/* + * Standard C boolean -- zero = false, non-zero = true. + */ +typedef int XpdfBool; +#define xpdfTrue 1 +#define xpdfFalse 0 + +/* + * PDF document handle. + */ +typedef struct _XpdfDoc *XpdfDoc; + +/* + * PDF object handle. + */ +typedef struct _XpdfObject *XpdfObject; + +/* + * Document access permissions. Any of these can be bitwise 'or'ed + * together. If xpdfPermissionOpen is not included, the document + * cannot be opened at all, and the other bits are ignored. + */ +typedef unsigned int XpdfPermission; +#define xpdfPermissionOpen (1 << 0) +#define xpdfPermissionPrint (1 << 2) +#define xpdfPermissionChange (1 << 3) +#define xpdfPermissionCopy (1 << 4) +#define xpdfPermissionNotes (1 << 5) + +/*------------------------------------------------------------------------ + * Security handler + *------------------------------------------------------------------------*/ + +/* + * XpdfSecurityHandler - a security handler plugin should create one + * of these and pass it to xpdfRegisterSecurityHandler. + */ +#ifdef __cplusplus +struct XpdfSecurityHandler { +#else +typedef struct { +#endif + + /* + * Version of the security handler spec (this document) -- use + * xpdfPluginAPIVersion. + */ + int version; + + /* + * Security handler name. + */ + char *name; + + /* + * Any global data the security handler needs. XpdfViewer will pass + * this pointer to all handler functions as the + * argument. + */ + void *handlerData; + + /* + * Allocate and initialize data for a new document. XpdfViewer will + * pass the returned pointer to all other handler functions as the + * argument. Returns non-zero if successful. + */ + XpdfBool (*newDoc)(void *handlerData, XpdfDoc doc, + XpdfObject encryptDict, void **docData); + + /* + * Free the data allocated by newDoc. + */ + void (*freeDoc)(void *handlerData, void *docData); + + /* + * Construct authorization data based on the supplied owner and user + * passwords (either or both of which may be NULL). This function + * is called in "batch" mode, i.e., if the password was supplied on + * the command line or via an Xpdf library API. It should not + * generate any user interaction (e.g., a password dialog). It is + * not required to support this function: the makeAuthData function + * pointer can be set to NULL. Returns non-zero if successful. + */ + XpdfBool (*makeAuthData)(void *handlerData, void *docData, + char *ownerPassword, char *userPassword, + void **authData); + + /* + * Request any needed information (e.g., a password) from the user, + * and construct an authorization data object. Returns non-zero if + * successful. + */ + XpdfBool (*getAuthData)(void *handlerData, void *docData, + void **authData); + + /* + * Free the data allocated by getAuthData. + */ + void (*freeAuthData)(void *handlerData, void *docData, + void *authData); + + /* + * Request permission to access the document. This returns all + * permissions granted by authData. + */ + XpdfPermission (*authorize)(void *handlerData, void *docData, + void *authData); + + /* + * Get the decryption key and algorithm version associated with the + * document. Returns non-zero if successful. + */ + XpdfBool (*getKey)(void *handlerData, void *docData, + char **key, int *keyLen, int *cryptVersion); + + /* + * Free the data allocated by getKey. + */ + void (*freeKey)(void *handlerData, void *docData, + char *key, int keyLen); + +#ifdef __cplusplus +}; +#else +} XpdfSecurityHandler; +#endif + +/*------------------------------------------------------------------------*/ + +typedef struct { + int version; + +/*------------------------------------------------------------------------ + * Document access functions + *------------------------------------------------------------------------*/ + +/* + * Get a document's info dictionary. (The returned object must be + * freed with xpdfFreeObj.) + */ +XpdfObject (*_xpdfGetInfoDict)(XpdfDoc doc); + +/* + * Get a document's catalog ("root") dictionary. (The returned object + * must be freed with xpdfFreeObj.) + */ +XpdfObject (*_xpdfGetCatalog)(XpdfDoc doc); + +/*------------------------------------------------------------------------ + * Object access functions + *------------------------------------------------------------------------*/ + +/* + * Check an object's type. + */ +XpdfBool (*_xpdfObjIsBool)(XpdfObject obj); +XpdfBool (*_xpdfObjIsInt)(XpdfObject obj); +XpdfBool (*_xpdfObjIsReal)(XpdfObject obj); +XpdfBool (*_xpdfObjIsString)(XpdfObject obj); +XpdfBool (*_xpdfObjIsName)(XpdfObject obj); +XpdfBool (*_xpdfObjIsNull)(XpdfObject obj); +XpdfBool (*_xpdfObjIsArray)(XpdfObject obj); +XpdfBool (*_xpdfObjIsDict)(XpdfObject obj); +XpdfBool (*_xpdfObjIsStream)(XpdfObject obj); +XpdfBool (*_xpdfObjIsRef)(XpdfObject obj); + +/* + * Value access. + * (Objects returned by xpdfArrayGet and xpdfDictGet must be freed + * with xpdfFreeObj.) + */ +XpdfBool (*_xpdfBoolValue)(XpdfObject obj); +int (*_xpdfIntValue)(XpdfObject obj); +double (*_xpdfRealValue)(XpdfObject obj); +int (*_xpdfStringLength)(XpdfObject obj); +char *(*_xpdfStringValue)(XpdfObject obj); +char *(*_xpdfNameValue)(XpdfObject obj); +int (*_xpdfArrayLength)(XpdfObject obj); +XpdfObject (*_xpdfArrayGet)(XpdfObject obj, int idx); +XpdfObject (*_xpdfDictGet)(XpdfObject obj, char *key); + +/* + * Object destruction. NB: *all* objects must be freed after use. + */ +void (*_xpdfFreeObj)(XpdfObject obj); + +/*------------------------------------------------------------------------ + * Memory allocation functions + *------------------------------------------------------------------------*/ + +void *(*_xpdfMalloc)(int size); +void *(*_xpdfRealloc)(void *p, int size); +void (*_xpdfFree)(void *p); + +/*------------------------------------------------------------------------ + * Security handler functions + *------------------------------------------------------------------------*/ + +/* + * Register a new security handler. + */ +void (*_xpdfRegisterSecurityHandler)(XpdfSecurityHandler *handler); + +/*------------------------------------------------------------------------*/ + +} XpdfPluginVecTable; + +#ifdef _WIN32 + +extern __declspec(dllexport) XpdfPluginVecTable xpdfPluginVecTable; + +#define xpdfPluginSetup \ + extern __declspec(dllexport) \ + XpdfPluginVecTable xpdfPluginVecTable = {xpdfPluginAPIVersion}; + +#else + +extern XpdfPluginVecTable xpdfPluginVecTable; + +#define xpdfPluginSetup \ + XpdfPluginVecTable xpdfPluginVecTable = {xpdfPluginAPIVersion}; + +#endif + +#define xpdfGetInfoDict (*xpdfPluginVecTable._xpdfGetInfoDict) +#define xpdfGetCatalog (*xpdfPluginVecTable._xpdfGetCatalog) +#ifdef _WIN32 +#define xpdfWin32GetWindow (*xpdfPluginVecTable._xpdfWin32GetWindow) +#else +#define xpdfXGetWindow (*xpdfPluginVecTable._xpdfXGetWindow) +#endif +#define xpdfObjIsBool (*xpdfPluginVecTable._xpdfObjIsBool) +#define xpdfObjIsInt (*xpdfPluginVecTable._xpdfObjIsInt) +#define xpdfObjIsReal (*xpdfPluginVecTable._xpdfObjIsReal) +#define xpdfObjIsString (*xpdfPluginVecTable._xpdfObjIsString) +#define xpdfObjIsName (*xpdfPluginVecTable._xpdfObjIsName) +#define xpdfObjIsNull (*xpdfPluginVecTable._xpdfObjIsNull) +#define xpdfObjIsArray (*xpdfPluginVecTable._xpdfObjIsArray) +#define xpdfObjIsDict (*xpdfPluginVecTable._xpdfObjIsDict) +#define xpdfObjIsStream (*xpdfPluginVecTable._xpdfObjIsStream) +#define xpdfObjIsRef (*xpdfPluginVecTable._xpdfObjIsRef) +#define xpdfBoolValue (*xpdfPluginVecTable._xpdfBoolValue) +#define xpdfIntValue (*xpdfPluginVecTable._xpdfIntValue) +#define xpdfRealValue (*xpdfPluginVecTable._xpdfRealValue) +#define xpdfStringLength (*xpdfPluginVecTable._xpdfStringLength) +#define xpdfStringValue (*xpdfPluginVecTable._xpdfStringValue) +#define xpdfNameValue (*xpdfPluginVecTable._xpdfNameValue) +#define xpdfArrayLength (*xpdfPluginVecTable._xpdfArrayLength) +#define xpdfArrayGet (*xpdfPluginVecTable._xpdfArrayGet) +#define xpdfDictGet (*xpdfPluginVecTable._xpdfDictGet) +#define xpdfFreeObj (*xpdfPluginVecTable._xpdfFreeObj) +#define xpdfMalloc (*xpdfPluginVecTable._xpdfMalloc) +#define xpdfRealloc (*xpdfPluginVecTable._xpdfRealloc) +#define xpdfFree (*xpdfPluginVecTable._xpdfFree) +#define xpdfRegisterSecurityHandler (*xpdfPluginVecTable._xpdfRegisterSecurityHandler) + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/pdftops/config.h b/pdftops/config.h new file mode 100644 index 0000000000..4c8f75673d --- /dev/null +++ b/pdftops/config.h @@ -0,0 +1,112 @@ +//======================================================================== +// +// config.h +// +// Copyright 1996-2005 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef CONFIG_H +#define CONFIG_H + +//------------------------------------------------------------------------ +// version +//------------------------------------------------------------------------ + +// xpdf version +#define xpdfVersion "3.01" +#define xpdfVersionNum 3.01 +#define xpdfMajorVersion 3 +#define xpdfMinorVersion 1 +#define xpdfUpdateVersion 0 +#define xpdfMajorVersionStr "3" +#define xpdfMinorVersionStr "1" +#define xpdfUpdateVersionStr "0" + +// supported PDF version +#define supportedPDFVersionStr "1.5" +#define supportedPDFVersionNum 1.5 + +// copyright notice +#define xpdfCopyright "Copyright 1996-2005 Glyph & Cog, LLC" + +// Windows resource file stuff +#define winxpdfVersion "WinXpdf 3.01" +#define xpdfCopyrightAmp "Copyright 1996-2005 Glyph && Cog, LLC" + +//------------------------------------------------------------------------ +// paper size +//------------------------------------------------------------------------ + +// default paper size (in points) for PostScript output +#ifdef A4_PAPER +#define defPaperWidth 595 // ISO A4 (210x297 mm) +#define defPaperHeight 842 +#else +#define defPaperWidth 612 // American letter (8.5x11") +#define defPaperHeight 792 +#endif + +//------------------------------------------------------------------------ +// config file (xpdfrc) path +//------------------------------------------------------------------------ + +// user config file name, relative to the user's home directory +#if defined(VMS) || (defined(WIN32) && !defined(__CYGWIN32__)) +#define xpdfUserConfigFile "xpdfrc" +#else +#define xpdfUserConfigFile ".xpdfrc" +#endif + +// system config file name (set via the configure script) +#ifdef SYSTEM_XPDFRC +#define xpdfSysConfigFile SYSTEM_XPDFRC +#else +// under Windows, we get the directory with the executable and then +// append this file name +#define xpdfSysConfigFile "xpdfrc" +#endif + +//------------------------------------------------------------------------ +// X-related constants +//------------------------------------------------------------------------ + +// default maximum size of color cube to allocate +#define defaultRGBCube 5 + +// number of fonts (combined t1lib, FreeType, X server) to cache +#define xOutFontCacheSize 64 + +// number of Type 3 fonts to cache +#define xOutT3FontCacheSize 8 + +//------------------------------------------------------------------------ +// popen +//------------------------------------------------------------------------ + +#if defined(_MSC_VER) || defined(__BORLANDC__) +#define popen _popen +#define pclose _pclose +#endif + +#if defined(VMS) || defined(VMCMS) || defined(DOS) || defined(OS2) || defined(__EMX__) || defined(WIN32) || defined(__DJGPP__) || defined(MACOS) +#define POPEN_READ_MODE "rb" +#else +#define POPEN_READ_MODE "r" +#endif + +//------------------------------------------------------------------------ +// Win32 stuff +//------------------------------------------------------------------------ + +#ifdef CDECL +#undef CDECL +#endif + +#if defined(_MSC_VER) || defined(__BORLANDC__) +#define CDECL __cdecl +#else +#define CDECL +#endif + +#endif diff --git a/pdftops/gfile.cxx b/pdftops/gfile.cxx new file mode 100644 index 0000000000..ae0ea9ce29 --- /dev/null +++ b/pdftops/gfile.cxx @@ -0,0 +1,707 @@ +//======================================================================== +// +// gfile.cc +// +// Miscellaneous file and directory name manipulation. +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include + +#ifndef WIN32 +# if defined(MACOS) +# include +# elif !defined(ACORN) +# include +# include +# include +# endif +# include +# include +# if !defined(VMS) && !defined(ACORN) && !defined(MACOS) +# include +# endif +# if defined(VMS) && (__DECCXX_VER < 50200000) +# include +# endif +#endif // WIN32 +#include "GString.h" +#include "gfile.h" + +// Some systems don't define this, so just make it something reasonably +// large. +#ifndef PATH_MAX +#define PATH_MAX 1024 +#endif + +//------------------------------------------------------------------------ + +GString *getHomeDir() { +#ifdef VMS + //---------- VMS ---------- + return new GString("SYS$LOGIN:"); + +#elif defined(__EMX__) || defined(WIN32) + //---------- OS/2+EMX and Win32 ---------- + char *s; + GString *ret; + + if ((s = getenv("HOME"))) + ret = new GString(s); + else + ret = new GString("."); + return ret; + +#elif defined(ACORN) + //---------- RISCOS ---------- + return new GString("@"); + +#elif defined(MACOS) + //---------- MacOS ---------- + return new GString(":"); + +#else + //---------- Unix ---------- + char *s; + struct passwd *pw; + GString *ret; + + if ((s = getenv("HOME"))) { + ret = new GString(s); + } else { + if ((s = getenv("USER"))) + pw = getpwnam(s); + else + pw = getpwuid(getuid()); + if (pw) + ret = new GString(pw->pw_dir); + else + ret = new GString("."); + } + return ret; +#endif +} + +GString *getCurrentDir() { + char buf[PATH_MAX+1]; + +#if defined(__EMX__) + if (_getcwd2(buf, sizeof(buf))) +#elif defined(WIN32) + if (GetCurrentDirectory(sizeof(buf), buf)) +#elif defined(ACORN) + if (strcpy(buf, "@")) +#elif defined(MACOS) + if (strcpy(buf, ":")) +#else + if (getcwd(buf, sizeof(buf))) +#endif + return new GString(buf); + return new GString(); +} + +GString *appendToPath(GString *path, char *fileName) { +#if defined(VMS) + //---------- VMS ---------- + //~ this should handle everything necessary for file + //~ requesters, but it's certainly not complete + char *p0, *p1, *p2; + char *q1; + + p0 = path->getCString(); + p1 = p0 + path->getLength() - 1; + if (!strcmp(fileName, "-")) { + if (*p1 == ']') { + for (p2 = p1; p2 > p0 && *p2 != '.' && *p2 != '['; --p2) ; + if (*p2 == '[') + ++p2; + path->del(p2 - p0, p1 - p2); + } else if (*p1 == ':') { + path->append("[-]"); + } else { + path->clear(); + path->append("[-]"); + } + } else if ((q1 = strrchr(fileName, '.')) && !strncmp(q1, ".DIR;", 5)) { + if (*p1 == ']') { + path->insert(p1 - p0, '.'); + path->insert(p1 - p0 + 1, fileName, q1 - fileName); + } else if (*p1 == ':') { + path->append('['); + path->append(']'); + path->append(fileName, q1 - fileName); + } else { + path->clear(); + path->append(fileName, q1 - fileName); + } + } else { + if (*p1 != ']' && *p1 != ':') + path->clear(); + path->append(fileName); + } + return path; + +#elif defined(WIN32) + //---------- Win32 ---------- + GString *tmp; + char buf[256]; + char *fp; + + tmp = new GString(path); + tmp->append('/'); + tmp->append(fileName); + GetFullPathName(tmp->getCString(), sizeof(buf), buf, &fp); + delete tmp; + path->clear(); + path->append(buf); + return path; + +#elif defined(ACORN) + //---------- RISCOS ---------- + char *p; + int i; + + path->append("."); + i = path->getLength(); + path->append(fileName); + for (p = path->getCString() + i; *p; ++p) { + if (*p == '/') { + *p = '.'; + } else if (*p == '.') { + *p = '/'; + } + } + return path; + +#elif defined(MACOS) + //---------- MacOS ---------- + char *p; + int i; + + path->append(":"); + i = path->getLength(); + path->append(fileName); + for (p = path->getCString() + i; *p; ++p) { + if (*p == '/') { + *p = ':'; + } else if (*p == '.') { + *p = ':'; + } + } + return path; + +#elif defined(__EMX__) + //---------- OS/2+EMX ---------- + int i; + + // appending "." does nothing + if (!strcmp(fileName, ".")) + return path; + + // appending ".." goes up one directory + if (!strcmp(fileName, "..")) { + for (i = path->getLength() - 2; i >= 0; --i) { + if (path->getChar(i) == '/' || path->getChar(i) == '\\' || + path->getChar(i) == ':') + break; + } + if (i <= 0) { + if (path->getChar(0) == '/' || path->getChar(0) == '\\') { + path->del(1, path->getLength() - 1); + } else if (path->getLength() >= 2 && path->getChar(1) == ':') { + path->del(2, path->getLength() - 2); + } else { + path->clear(); + path->append(".."); + } + } else { + if (path->getChar(i-1) == ':') + ++i; + path->del(i, path->getLength() - i); + } + return path; + } + + // otherwise, append "/" and new path component + if (path->getLength() > 0 && + path->getChar(path->getLength() - 1) != '/' && + path->getChar(path->getLength() - 1) != '\\') + path->append('/'); + path->append(fileName); + return path; + +#else + //---------- Unix ---------- + int i; + + // appending "." does nothing + if (!strcmp(fileName, ".")) + return path; + + // appending ".." goes up one directory + if (!strcmp(fileName, "..")) { + for (i = path->getLength() - 2; i >= 0; --i) { + if (path->getChar(i) == '/') + break; + } + if (i <= 0) { + if (path->getChar(0) == '/') { + path->del(1, path->getLength() - 1); + } else { + path->clear(); + path->append(".."); + } + } else { + path->del(i, path->getLength() - i); + } + return path; + } + + // otherwise, append "/" and new path component + if (path->getLength() > 0 && + path->getChar(path->getLength() - 1) != '/') + path->append('/'); + path->append(fileName); + return path; +#endif +} + +GString *grabPath(char *fileName) { +#ifdef VMS + //---------- VMS ---------- + char *p; + + if ((p = strrchr(fileName, ']'))) + return new GString(fileName, p + 1 - fileName); + if ((p = strrchr(fileName, ':'))) + return new GString(fileName, p + 1 - fileName); + return new GString(); + +#elif defined(__EMX__) || defined(WIN32) + //---------- OS/2+EMX and Win32 ---------- + char *p; + + if ((p = strrchr(fileName, '/'))) + return new GString(fileName, p - fileName); + if ((p = strrchr(fileName, '\\'))) + return new GString(fileName, p - fileName); + if ((p = strrchr(fileName, ':'))) + return new GString(fileName, p + 1 - fileName); + return new GString(); + +#elif defined(ACORN) + //---------- RISCOS ---------- + char *p; + + if ((p = strrchr(fileName, '.'))) + return new GString(fileName, p - fileName); + return new GString(); + +#elif defined(MACOS) + //---------- MacOS ---------- + char *p; + + if ((p = strrchr(fileName, ':'))) + return new GString(fileName, p - fileName); + return new GString(); + +#else + //---------- Unix ---------- + char *p; + + if ((p = strrchr(fileName, '/'))) + return new GString(fileName, p - fileName); + return new GString(); +#endif +} + +GBool isAbsolutePath(char *path) { +#ifdef VMS + //---------- VMS ---------- + return strchr(path, ':') || + (path[0] == '[' && path[1] != '.' && path[1] != '-'); + +#elif defined(__EMX__) || defined(WIN32) + //---------- OS/2+EMX and Win32 ---------- + return path[0] == '/' || path[0] == '\\' || path[1] == ':'; + +#elif defined(ACORN) + //---------- RISCOS ---------- + return path[0] == '$'; + +#elif defined(MACOS) + //---------- MacOS ---------- + return path[0] != ':'; + +#else + //---------- Unix ---------- + return path[0] == '/'; +#endif +} + +GString *makePathAbsolute(GString *path) { +#ifdef VMS + //---------- VMS ---------- + char buf[PATH_MAX+1]; + + if (!isAbsolutePath(path->getCString())) { + if (getcwd(buf, sizeof(buf))) { + path->insert(0, buf); + } + } + return path; + +#elif defined(WIN32) + //---------- Win32 ---------- + char buf[_MAX_PATH]; + char *fp; + + buf[0] = '\0'; + if (!GetFullPathName(path->getCString(), _MAX_PATH, buf, &fp)) { + path->clear(); + return path; + } + path->clear(); + path->append(buf); + return path; + +#elif defined(ACORN) + //---------- RISCOS ---------- + path->insert(0, '@'); + return path; + +#elif defined(MACOS) + //---------- MacOS ---------- + path->del(0, 1); + return path; + +#else + //---------- Unix and OS/2+EMX ---------- + struct passwd *pw; + char buf[PATH_MAX+1]; + GString *s; + char *p1, *p2; + int n; + + if (path->getChar(0) == '~') { + if (path->getChar(1) == '/' || +#ifdef __EMX__ + path->getChar(1) == '\\' || +#endif + path->getLength() == 1) { + path->del(0, 1); + s = getHomeDir(); + path->insert(0, s); + delete s; + } else { + p1 = path->getCString() + 1; +#ifdef __EMX__ + for (p2 = p1; *p2 && *p2 != '/' && *p2 != '\\'; ++p2) ; +#else + for (p2 = p1; *p2 && *p2 != '/'; ++p2) ; +#endif + if ((n = p2 - p1) > PATH_MAX) + n = PATH_MAX; + strncpy(buf, p1, n); + buf[n] = '\0'; + if ((pw = getpwnam(buf))) { + path->del(0, p2 - p1 + 1); + path->insert(0, pw->pw_dir); + } + } + } else if (!isAbsolutePath(path->getCString())) { + if (getcwd(buf, sizeof(buf))) { +#ifndef __EMX__ + path->insert(0, '/'); +#endif + path->insert(0, buf); + } + } + return path; +#endif +} + +time_t getModTime(char *fileName) { +#ifdef WIN32 + //~ should implement this, but it's (currently) only used in xpdf + return 0; +#else + struct stat statBuf; + + if (stat(fileName, &statBuf)) { + return 0; + } + return statBuf.st_mtime; +#endif +} + +#if 0 // Not needed for PS output +GBool openTempFile(GString **name, FILE **f, char *mode, char *ext) { +#if defined(WIN32) + //---------- Win32 ---------- + char *s; + + if (!(s = _tempnam(getenv("TEMP"), NULL))) { + return gFalse; + } + *name = new GString(s); + free(s); + if (ext) { + (*name)->append(ext); + } + if (!(*f = fopen((*name)->getCString(), mode))) { + delete (*name); + return gFalse; + } + return gTrue; +#elif defined(VMS) || defined(__EMX__) || defined(ACORN) || defined(MACOS) + //---------- non-Unix ---------- + char *s; + + // There is a security hole here: an attacker can create a symlink + // with this file name after the tmpnam call and before the fopen + // call. I will happily accept fixes to this function for non-Unix + // OSs. + if (!(s = tmpnam(NULL))) { + return gFalse; + } + *name = new GString(s); + if (ext) { + (*name)->append(ext); + } + if (!(*f = fopen((*name)->getCString(), mode))) { + delete (*name); + return gFalse; + } + return gTrue; +#else + //---------- Unix ---------- + char *s; + int fd; + + if (ext) { +#if HAVE_MKSTEMPS + if ((s = getenv("TMPDIR"))) { + *name = new GString(s); + } else { + *name = new GString("/tmp"); + } + (*name)->append("/XXXXXX")->append(ext); + fd = mkstemps((*name)->getCString(), strlen(ext)); +#else + if (!(s = tmpnam(NULL))) { + return gFalse; + } + *name = new GString(s); + (*name)->append(ext); + fd = open((*name)->getCString(), O_WRONLY | O_CREAT | O_EXCL, 0600); +#endif + } else { +#if HAVE_MKSTEMP + if ((s = getenv("TMPDIR"))) { + *name = new GString(s); + } else { + *name = new GString("/tmp"); + } + (*name)->append("/XXXXXX"); + fd = mkstemp((*name)->getCString()); +#else // HAVE_MKSTEMP + if (!(s = tmpnam(NULL))) { + return gFalse; + } + *name = new GString(s); + fd = open((*name)->getCString(), O_WRONLY | O_CREAT | O_EXCL, 0600); +#endif // HAVE_MKSTEMP + } + if (fd < 0 || !(*f = fdopen(fd, mode))) { + delete *name; + return gFalse; + } + return gTrue; +#endif +} + +GBool executeCommand(char *cmd) { +#ifdef VMS + return system(cmd) ? gTrue : gFalse; +#else + return system(cmd) ? gFalse : gTrue; +#endif +} +#endif // 0 + +char *getLine(char *buf, int size, FILE *f) { + int c, i; + + i = 0; + while (i < size - 1) { + if ((c = fgetc(f)) == EOF) { + break; + } + buf[i++] = (char)c; + if (c == '\x0a') { + break; + } + if (c == '\x0d') { + c = fgetc(f); + if (c == '\x0a' && i < size - 1) { + buf[i++] = (char)c; + } else if (c != EOF) { + ungetc(c, f); + } + break; + } + } + buf[i] = '\0'; + if (i == 0) { + return NULL; + } + return buf; +} + +//------------------------------------------------------------------------ +// GDir and GDirEntry +//------------------------------------------------------------------------ + +GDirEntry::GDirEntry(char *dirPath, char *nameA, GBool doStat) { +#ifdef VMS + char *p; +#elif defined(WIN32) + int fa; + GString *s; +#elif defined(ACORN) +#else + struct stat st; + GString *s; +#endif + + name = new GString(nameA); + dir = gFalse; + if (doStat) { +#ifdef VMS + if (!strcmp(nameA, "-") || + ((p = strrchr(nameA, '.')) && !strncmp(p, ".DIR;", 5))) + dir = gTrue; +#elif defined(ACORN) +#else + s = new GString(dirPath); + appendToPath(s, nameA); +#ifdef WIN32 + fa = GetFileAttributes(s->getCString()); + dir = (fa != 0xFFFFFFFF && (fa & FILE_ATTRIBUTE_DIRECTORY)); +#else + if (stat(s->getCString(), &st) == 0) + dir = S_ISDIR(st.st_mode); +#endif + delete s; +#endif + } +} + +GDirEntry::~GDirEntry() { + delete name; +} + +GDir::GDir(char *name, GBool doStatA) { + path = new GString(name); + doStat = doStatA; +#if defined(WIN32) + GString *tmp; + + tmp = path->copy(); + tmp->append("/*.*"); + hnd = FindFirstFile(tmp->getCString(), &ffd); + delete tmp; +#elif defined(ACORN) +#elif defined(MACOS) +#else + dir = opendir(name); +#ifdef VMS + needParent = strchr(name, '[') != NULL; +#endif +#endif +} + +GDir::~GDir() { + delete path; +#if defined(WIN32) + if (hnd) { + FindClose(hnd); + hnd = NULL; + } +#elif defined(ACORN) +#elif defined(MACOS) +#else + if (dir) + closedir(dir); +#endif +} + +GDirEntry *GDir::getNextEntry() { + GDirEntry *e; + +#if defined(WIN32) + if (hnd) { + e = new GDirEntry(path->getCString(), ffd.cFileName, doStat); + if (hnd && !FindNextFile(hnd, &ffd)) { + FindClose(hnd); + hnd = NULL; + } + } else { + e = NULL; + } +#elif defined(ACORN) +#elif defined(MACOS) +#elif defined(VMS) + struct dirent *ent; + e = NULL; + if (dir) { + if (needParent) { + e = new GDirEntry(path->getCString(), "-", doStat); + needParent = gFalse; + return e; + } + ent = readdir(dir); + if (ent) { + e = new GDirEntry(path->getCString(), ent->d_name, doStat); + } + } +#else + struct dirent *ent; + e = NULL; + if (dir) { + ent = readdir(dir); + if (ent && !strcmp(ent->d_name, ".")) { + ent = readdir(dir); + } + if (ent) { + e = new GDirEntry(path->getCString(), ent->d_name, doStat); + } + } +#endif + + return e; +} + +void GDir::rewind() { +#ifdef WIN32 + GString *tmp; + + if (hnd) + FindClose(hnd); + tmp = path->copy(); + tmp->append("/*.*"); + hnd = FindFirstFile(tmp->getCString(), &ffd); + delete tmp; +#elif defined(ACORN) +#elif defined(MACOS) +#else + if (dir) + rewinddir(dir); +#ifdef VMS + needParent = strchr(path->getCString(), '[') != NULL; +#endif +#endif +} diff --git a/pdftops/gfile.h b/pdftops/gfile.h new file mode 100644 index 0000000000..808e1821d3 --- /dev/null +++ b/pdftops/gfile.h @@ -0,0 +1,126 @@ +//======================================================================== +// +// gfile.h +// +// Miscellaneous file and directory name manipulation. +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef GFILE_H +#define GFILE_H + +#include +#include +#include +#if defined(WIN32) +# include +# ifdef FPTEX +# include +# else +# include +# endif +#elif defined(ACORN) +#elif defined(MACOS) +# include +#else +# include +# include +# ifdef VMS +# include "vms_dirent.h" +# else +# include +# define NAMLEN(d) strlen((d)->d_name) +# endif +#endif +#include "gtypes.h" + +class GString; + +//------------------------------------------------------------------------ + +// Get home directory path. +extern GString *getHomeDir(); + +// Get current directory. +extern GString *getCurrentDir(); + +// Append a file name to a path string. may be an empty +// string, denoting the current directory). Returns . +extern GString *appendToPath(GString *path, char *fileName); + +// Grab the path from the front of the file name. If there is no +// directory component in , returns an empty string. +extern GString *grabPath(char *fileName); + +// Is this an absolute path or file name? +extern GBool isAbsolutePath(char *path); + +// Make this path absolute by prepending current directory (if path is +// relative) or prepending user's directory (if path starts with '~'). +extern GString *makePathAbsolute(GString *path); + +// Get the modification time for . Returns 0 if there is an +// error. +extern time_t getModTime(char *fileName); + +// Create a temporary file and open it for writing. If is not +// NULL, it will be used as the file name extension. Returns both the +// name and the file pointer. For security reasons, all writing +// should be done to the returned file pointer; the file may be +// reopened later for reading, but not for writing. The string +// should be "w" or "wb". Returns true on success. +extern GBool openTempFile(GString **name, FILE **f, char *mode, char *ext); + +// Execute . Returns true on success. +extern GBool executeCommand(char *cmd); + +// Just like fgets, but handles Unix, Mac, and/or DOS end-of-line +// conventions. +extern char *getLine(char *buf, int size, FILE *f); + +//------------------------------------------------------------------------ +// GDir and GDirEntry +//------------------------------------------------------------------------ + +class GDirEntry { +public: + + GDirEntry(char *dirPath, char *nameA, GBool doStat); + ~GDirEntry(); + GString *getName() { return name; } + GBool isDir() { return dir; } + +private: + + GString *name; // dir/file name + GBool dir; // is it a directory? +}; + +class GDir { +public: + + GDir(char *name, GBool doStatA = gTrue); + ~GDir(); + GDirEntry *getNextEntry(); + void rewind(); + +private: + + GString *path; // directory path + GBool doStat; // call stat() for each entry? +#if defined(WIN32) + WIN32_FIND_DATA ffd; + HANDLE hnd; +#elif defined(ACORN) +#elif defined(MACOS) +#else + DIR *dir; // the DIR structure from opendir() +#ifdef VMS + GBool needParent; // need to return an entry for [-] +#endif +#endif +}; + +#endif diff --git a/pdftops/gmem.c b/pdftops/gmem.c new file mode 100644 index 0000000000..f7f35dfe7a --- /dev/null +++ b/pdftops/gmem.c @@ -0,0 +1,239 @@ +/* + * gmem.c + * + * Memory routines with out-of-memory checking. + * + * Copyright 1996-2003 Glyph & Cog, LLC + */ + +#include +#include +#include +#include +#include +#include +#include "gmem.h" + +#ifdef DEBUG_MEM + +typedef struct _GMemHdr { + int size; + int index; + struct _GMemHdr *next; +} GMemHdr; + +#define gMemHdrSize ((sizeof(GMemHdr) + 7) & ~7) +#define gMemTrlSize (sizeof(long)) + +#if gmemTrlSize==8 +#define gMemDeadVal 0xdeadbeefdeadbeefUL +#else +#define gMemDeadVal 0xdeadbeefUL +#endif + +/* round data size so trailer will be aligned */ +#define gMemDataSize(size) \ + ((((size) + gMemTrlSize - 1) / gMemTrlSize) * gMemTrlSize) + +#define gMemNLists 64 +#define gMemListShift 4 +#define gMemListMask (gMemNLists - 1) +static GMemHdr *gMemList[gMemNLists] = { + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL +}; + +static int gMemIndex = 0; +static int gMemAlloc = 0; +static int gMemInUse = 0; + +#endif /* DEBUG_MEM */ + +void *gmalloc(int size) { +#ifdef DEBUG_MEM + int size1; + char *mem; + GMemHdr *hdr; + void *data; + int lst; + unsigned long *trl, *p; + + if (size <= 0) + return NULL; + size1 = gMemDataSize(size); + if (!(mem = (char *)malloc(size1 + gMemHdrSize + gMemTrlSize))) { + fprintf(stderr, "Out of memory\n"); + exit(1); + } + hdr = (GMemHdr *)mem; + data = (void *)(mem + gMemHdrSize); + trl = (unsigned long *)(mem + gMemHdrSize + size1); + hdr->size = size; + hdr->index = gMemIndex++; + lst = ((int)hdr >> gMemListShift) & gMemListMask; + hdr->next = gMemList[lst]; + gMemList[lst] = hdr; + ++gMemAlloc; + gMemInUse += size; + for (p = (unsigned long *)data; p <= trl; ++p) + *p = gMemDeadVal; + return data; +#else + void *p; + + if (size <= 0) + return NULL; + if (!(p = malloc(size))) { + fprintf(stderr, "Out of memory\n"); + exit(1); + } + return p; +#endif +} + +void *grealloc(void *p, int size) { +#ifdef DEBUG_MEM + GMemHdr *hdr; + void *q; + int oldSize; + + if (size <= 0) { + if (p) + gfree(p); + return NULL; + } + if (p) { + hdr = (GMemHdr *)((char *)p - gMemHdrSize); + oldSize = hdr->size; + q = gmalloc(size); + memcpy(q, p, size < oldSize ? size : oldSize); + gfree(p); + } else { + q = gmalloc(size); + } + return q; +#else + void *q; + + if (size <= 0) { + if (p) + free(p); + return NULL; + } + if (p) + q = realloc(p, size); + else + q = malloc(size); + if (!q) { + fprintf(stderr, "Out of memory\n"); + exit(1); + } + return q; +#endif +} + +void *gmallocn(int nObjs, int objSize) { + int n; + + if (nObjs == 0) { + return NULL; + } + n = nObjs * objSize; + if (objSize <= 0 || nObjs < 0 || nObjs >= INT_MAX / objSize) { + fprintf(stderr, "Bogus memory allocation size\n"); + exit(1); + } + return gmalloc(n); +} + +void *greallocn(void *p, int nObjs, int objSize) { + int n; + + if (nObjs == 0) { + if (p) { + gfree(p); + } + return NULL; + } + n = nObjs * objSize; + if (objSize <= 0 || nObjs < 0 || nObjs >= INT_MAX / objSize) { + fprintf(stderr, "Bogus memory allocation size\n"); + exit(1); + } + return grealloc(p, n); +} + +void gfree(void *p) { +#ifdef DEBUG_MEM + int size; + GMemHdr *hdr; + GMemHdr *prevHdr, *q; + int lst; + unsigned long *trl, *clr; + + if (p) { + hdr = (GMemHdr *)((char *)p - gMemHdrSize); + lst = ((int)hdr >> gMemListShift) & gMemListMask; + for (prevHdr = NULL, q = gMemList[lst]; q; prevHdr = q, q = q->next) { + if (q == hdr) + break; + } + if (q) { + if (prevHdr) + prevHdr->next = hdr->next; + else + gMemList[lst] = hdr->next; + --gMemAlloc; + gMemInUse -= hdr->size; + size = gMemDataSize(hdr->size); + trl = (unsigned long *)((char *)hdr + gMemHdrSize + size); + if (*trl != gMemDeadVal) { + fprintf(stderr, "Overwrite past end of block %d at address %p\n", + hdr->index, p); + } + for (clr = (unsigned long *)hdr; clr <= trl; ++clr) + *clr = gMemDeadVal; + free(hdr); + } else { + fprintf(stderr, "Attempted to free bad address %p\n", p); + } + } +#else + if (p) + free(p); +#endif +} + +#ifdef DEBUG_MEM +void gMemReport(FILE *f) { + GMemHdr *p; + int lst; + + fprintf(f, "%d memory allocations in all\n", gMemIndex); + if (gMemAlloc > 0) { + fprintf(f, "%d memory blocks left allocated:\n", gMemAlloc); + fprintf(f, " index size\n"); + fprintf(f, "-------- --------\n"); + for (lst = 0; lst < gMemNLists; ++lst) { + for (p = gMemList[lst]; p; p = p->next) + fprintf(f, "%8d %8d\n", p->index, p->size); + } + } else { + fprintf(f, "No memory blocks left allocated\n"); + } +} +#endif + +char *copyString(char *s) { + char *s1; + + s1 = (char *)gmalloc(strlen(s) + 1); + strcpy(s1, s); + return s1; +} diff --git a/pdftops/gmem.h b/pdftops/gmem.h new file mode 100644 index 0000000000..e74d182231 --- /dev/null +++ b/pdftops/gmem.h @@ -0,0 +1,62 @@ +/* + * gmem.h + * + * Memory routines with out-of-memory checking. + * + * Copyright 1996-2003 Glyph & Cog, LLC + */ + +#ifndef GMEM_H +#define GMEM_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * Same as malloc, but prints error message and exits if malloc() + * returns NULL. + */ +extern void *gmalloc(int size); + +/* + * Same as realloc, but prints error message and exits if realloc() + * returns NULL. If

is NULL, calls malloc instead of realloc(). + */ +extern void *grealloc(void *p, int size); + +/* + * These are similar to gmalloc and grealloc, but take an object count + * and size. The result is similar to allocating nObjs * objSize + * bytes, but there is an additional error check that the total size + * doesn't overflow an int. + */ +extern void *gmallocn(int nObjs, int objSize); +extern void *greallocn(void *p, int nObjs, int objSize); + +/* + * Same as free, but checks for and ignores NULL pointers. + */ +extern void gfree(void *p); + +#ifdef DEBUG_MEM +/* + * Report on unfreed memory. + */ +extern void gMemReport(FILE *f); +#else +#define gMemReport(f) +#endif + +/* + * Allocate memory and copy a string into it. + */ +extern char *copyString(char *s); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/pdftops/gmempp.cxx b/pdftops/gmempp.cxx new file mode 100644 index 0000000000..a70338ca3c --- /dev/null +++ b/pdftops/gmempp.cxx @@ -0,0 +1,32 @@ +//======================================================================== +// +// gmempp.cc +// +// Use gmalloc/gfree for C++ new/delete operators. +// +// Copyright 1996-2003 Glyph & Cog, LLC +// +//======================================================================== + +#include +#include "gmem.h" + +#ifdef DEBUG_MEM + +void *operator new(size_t size) { + return gmalloc((int)size); +} + +void *operator new[](size_t size) { + return gmalloc((int)size); +} + +void operator delete(void *p) { + gfree(p); +} + +void operator delete[](void *p) { + gfree(p); +} + +#endif diff --git a/pdftops/gtypes.h b/pdftops/gtypes.h new file mode 100644 index 0000000000..9f64f57d4a --- /dev/null +++ b/pdftops/gtypes.h @@ -0,0 +1,29 @@ +/* + * gtypes.h + * + * Some useful simple types. + * + * Copyright 1996-2003 Glyph & Cog, LLC + */ + +#ifndef GTYPES_H +#define GTYPES_H + +/* + * These have stupid names to avoid conflicts with some (but not all) + * C++ compilers which define them. + */ +typedef int GBool; +#define gTrue 1 +#define gFalse 0 + +/* + * These have stupid names to avoid conflicts with , + * which on various systems defines some random subset of these. + */ +typedef unsigned char Guchar; +typedef unsigned short Gushort; +typedef unsigned int Guint; +typedef unsigned long Gulong; + +#endif diff --git a/pdftops/parseargs.c b/pdftops/parseargs.c new file mode 100644 index 0000000000..f77cc85c82 --- /dev/null +++ b/pdftops/parseargs.c @@ -0,0 +1,190 @@ +/* + * parseargs.h + * + * Command line argument parser. + * + * Copyright 1996-2003 Glyph & Cog, LLC + */ + +#include +#include +#include +#include +#include +#include "parseargs.h" + +static ArgDesc *findArg(ArgDesc *args, char *arg); +static GBool grabArg(ArgDesc *arg, int i, int *argc, char *argv[]); + +GBool parseArgs(ArgDesc *args, int *argc, char *argv[]) { + ArgDesc *arg; + int i, j; + GBool ok; + + ok = gTrue; + i = 1; + while (i < *argc) { + if (!strcmp(argv[i], "--")) { + --*argc; + for (j = i; j < *argc; ++j) + argv[j] = argv[j+1]; + break; + } else if ((arg = findArg(args, argv[i]))) { + if (!grabArg(arg, i, argc, argv)) + ok = gFalse; + } else { + ++i; + } + } + return ok; +} + +void printUsage(char *program, char *otherArgs, ArgDesc *args) { + ArgDesc *arg; + char *typ; + int w, w1; + + w = 0; + for (arg = args; arg->arg; ++arg) { + if ((w1 = strlen(arg->arg)) > w) + w = w1; + } + + fprintf(stderr, "Usage: %s [options]", program); + if (otherArgs) + fprintf(stderr, " %s", otherArgs); + fprintf(stderr, "\n"); + + for (arg = args; arg->arg; ++arg) { + fprintf(stderr, " %s", arg->arg); + w1 = 9 + w - strlen(arg->arg); + switch (arg->kind) { + case argInt: + case argIntDummy: + typ = " "; + break; + case argFP: + case argFPDummy: + typ = " "; + break; + case argString: + case argStringDummy: + typ = " "; + break; + case argFlag: + case argFlagDummy: + default: + typ = ""; + break; + } + fprintf(stderr, "%-*s", w1, typ); + if (arg->usage) + fprintf(stderr, ": %s", arg->usage); + fprintf(stderr, "\n"); + } +} + +static ArgDesc *findArg(ArgDesc *args, char *arg) { + ArgDesc *p; + + for (p = args; p->arg; ++p) { + if (p->kind < argFlagDummy && !strcmp(p->arg, arg)) + return p; + } + return NULL; +} + +static GBool grabArg(ArgDesc *arg, int i, int *argc, char *argv[]) { + int n; + int j; + GBool ok; + + ok = gTrue; + n = 0; + switch (arg->kind) { + case argFlag: + *(GBool *)arg->val = gTrue; + n = 1; + break; + case argInt: + if (i + 1 < *argc && isInt(argv[i+1])) { + *(int *)arg->val = atoi(argv[i+1]); + n = 2; + } else { + ok = gFalse; + n = 1; + } + break; + case argFP: + if (i + 1 < *argc && isFP(argv[i+1])) { + *(double *)arg->val = atof(argv[i+1]); + n = 2; + } else { + ok = gFalse; + n = 1; + } + break; + case argString: + if (i + 1 < *argc) { + strncpy((char *)arg->val, argv[i+1], arg->size - 1); + ((char *)arg->val)[arg->size - 1] = '\0'; + n = 2; + } else { + ok = gFalse; + n = 1; + } + break; + default: + fprintf(stderr, "Internal error in arg table\n"); + n = 1; + break; + } + if (n > 0) { + *argc -= n; + for (j = i; j < *argc; ++j) + argv[j] = argv[j+n]; + } + return ok; +} + +GBool isInt(char *s) { + if (*s == '-' || *s == '+') + ++s; + while (isdigit(*s & 0xff)) + ++s; + if (*s) + return gFalse; + return gTrue; +} + +GBool isFP(char *s) { + int n; + + if (*s == '-' || *s == '+') + ++s; + n = 0; + while (isdigit(*s & 0xff)) { + ++s; + ++n; + } + if (*s == '.') + ++s; + while (isdigit(*s & 0xff)) { + ++s; + ++n; + } + if (n > 0 && (*s == 'e' || *s == 'E')) { + ++s; + if (*s == '-' || *s == '+') + ++s; + n = 0; + if (!isdigit(*s & 0xff)) + return gFalse; + do { + ++s; + } while (isdigit(*s & 0xff)); + } + if (*s) + return gFalse; + return gTrue; +} diff --git a/pdftops/parseargs.h b/pdftops/parseargs.h new file mode 100644 index 0000000000..0d163b9856 --- /dev/null +++ b/pdftops/parseargs.h @@ -0,0 +1,71 @@ +/* + * parseargs.h + * + * Command line argument parser. + * + * Copyright 1996-2003 Glyph & Cog, LLC + */ + +#ifndef PARSEARGS_H +#define PARSEARGS_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include "gtypes.h" + +/* + * Argument kinds. + */ +typedef enum { + argFlag, /* flag (present / not-present) */ + /* [val: GBool *] */ + argInt, /* integer arg */ + /* [val: int *] */ + argFP, /* floating point arg */ + /* [val: double *] */ + argString, /* string arg */ + /* [val: char *] */ + /* dummy entries -- these show up in the usage listing only; */ + /* useful for X args, for example */ + argFlagDummy, + argIntDummy, + argFPDummy, + argStringDummy +} ArgKind; + +/* + * Argument descriptor. + */ +typedef struct { + char *arg; /* the command line switch */ + ArgKind kind; /* kind of arg */ + void *val; /* place to store value */ + int size; /* for argString: size of string */ + char *usage; /* usage string */ +} ArgDesc; + +/* + * Parse command line. Removes all args which are found in the arg + * descriptor list . Stops parsing if "--" is found (and removes + * it). Returns gFalse if there was an error. + */ +extern GBool parseArgs(ArgDesc *args, int *argc, char *argv[]); + +/* + * Print usage message, based on arg descriptor list. + */ +extern void printUsage(char *program, char *otherArgs, ArgDesc *args); + +/* + * Check if a string is a valid integer or floating point number. + */ +extern GBool isInt(char *s); +extern GBool isFP(char *s); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/pdftops/pdftops.cxx b/pdftops/pdftops.cxx new file mode 100644 index 0000000000..d0052386af --- /dev/null +++ b/pdftops/pdftops.cxx @@ -0,0 +1,352 @@ +// +// "$Id$" +// +// PDF to PostScript filter front-end for the Common UNIX Printing +// System (CUPS). +// +// Copyright 1997-2006 by Easy Software Products. +// +// These coded instructions, statements, and computer programs are the +// property of Easy Software Products and are protected by Federal +// copyright law. Distribution and use rights are outlined in the file +// "LICENSE.txt" which should have been included with this file. If this +// file is missing or damaged please contact Easy Software Products +// at: +// +// Attn: CUPS Licensing Information +// Easy Software Products +// 44141 Airport View Drive, Suite 204 +// Hollywood, Maryland 20636 USA +// +// Voice: (301) 373-9600 +// EMail: cups-info@cups.org +// WWW: http://www.cups.org +// +// Contents: +// +// main() - Main entry for filter... +// + +// +// Include necessary headers... +// + +#include +#include +#include +#include +#include "parseargs.h" +#include "GString.h" +#include "gmem.h" +#include "Object.h" +#include "Stream.h" +#include "Array.h" +#include "Dict.h" +#include "XRef.h" +#include "Catalog.h" +#include "Page.h" +#include "PDFDoc.h" +#include "PSOutputDev.h" +#include "GlobalParams.h" +#include "Error.h" +#include "config.h" + +#include + + +// +// 'main()' - Main entry for filter... +// + +int // O - Exit status +main(int argc, // I - Number of command-line args + char *argv[]) // I - Command-line arguments +{ + PDFDoc *doc; // Input file + GString *fileName; // Input filename + GString *psFileName; // Output filename + PSLevel level; // PostScript level + PSOutputDev *psOut; // Output device + int num_options; // Number of options + cups_option_t *options; // Options + const char *val; // Option value + ppd_file_t *ppd; // Current PPD + ppd_size_t *size; // Current media size + int fd; // Copy file descriptor + const char *server_root; // Location of config files + char tempfile[1024]; // Temporary file + char buffer[8192]; // Copy buffer + int bytes; // Bytes copied + int width, length; // Size in points + int left, bottom, right, top; + // Imageable area in points + int orientation; // Orientation + int temp; // Temporary var + int duplex; // Duplex the output? + int fit; // Fit the pages to the output + int printCommands; // Output debug info for commands? + + + // Make sure status messages are not buffered... + setbuf(stderr, NULL); + + // Make sure we have the right number of arguments for CUPS! + if (argc < 6 || argc > 7) { + fputs("Usage: pdftops job user title copies options [filename]\n", stderr); + return (1); + } + + // Copy stdin if needed... + if (argc == 6) { + if ((fd = cupsTempFd(tempfile, sizeof(tempfile))) < 0) { + perror("ERROR: Unable to copy PDF file"); + return (1); + } + + fprintf(stderr, "DEBUG: pdftops - copying to temp print file \"%s\"\n", + tempfile); + + while ((bytes = fread(buffer, 1, sizeof(buffer), stdin)) > 0) + write(fd, buffer, bytes); + close(fd); + + fileName = new GString(tempfile); + } else { + fileName = new GString(argv[6]); + tempfile[0] = '\0'; + } + + // Default to "Universal" size - min of A4 and Letter... + left = 0; + bottom = 0; + right = 595; + top = 792; + width = 595; + length = 792; + level = psLevel2; + duplex = 0; + fit = 0; + + // Get PPD and initialize options as needed... + num_options = cupsParseOptions(argv[5], 0, &options); + + if ((ppd = ppdOpenFile(getenv("PPD"))) != NULL) + { + fprintf(stderr, "DEBUG: pdftops - opened PPD file \"%s\"...\n", getenv("PPD")); + + ppdMarkDefaults(ppd); + cupsMarkOptions(ppd, num_options, options); + + if ((size = ppdPageSize(ppd, NULL)) != NULL) + { + left = (int)size->left; + bottom = (int)size->bottom; + right = (int)size->right; + top = (int)size->top; + width = (int)size->width; + length = (int)size->length; + } + + level = ppd->language_level == 1 ? psLevel1 : psLevel2; + } + + // Track the orientation of the print job and update the page + // dimensions and margins as needed... + orientation = 0; + + if ((val = cupsGetOption("landscape", num_options, options)) != NULL) + { + if (strcasecmp(val, "no") != 0 && strcasecmp(val, "off") != 0 && + strcasecmp(val, "false") != 0) + orientation = 1; + } + else if ((val = cupsGetOption("orientation-requested", num_options, options)) != NULL) + { + /* + * Map IPP orientation values to 0 to 3: + * + * 3 = 0 degrees = 0 + * 4 = 90 degrees = 1 + * 5 = -90 degrees = 3 + * 6 = 180 degrees = 2 + */ + + orientation = atoi(val) - 3; + if (orientation >= 2) + orientation ^= 1; + } + + switch (orientation & 3) + { + case 0 : /* Portait */ + break; + + case 1 : /* Landscape */ + temp = left; + left = bottom; + bottom = temp; + + temp = right; + right = top; + top = temp; + + temp = width; + width = length; + length = temp; + break; + + case 2 : /* Reverse Portrait */ + temp = width - left; + left = width - right; + right = temp; + + temp = length - bottom; + bottom = length - top; + top = temp; + break; + + case 3 : /* Reverse Landscape */ + temp = width - left; + left = width - right; + right = temp; + + temp = length - bottom; + bottom = length - top; + top = temp; + + temp = left; + left = bottom; + bottom = temp; + + temp = right; + right = top; + top = temp; + + temp = width; + width = length; + length = temp; + break; + } + + if ((val = cupsGetOption("debug", num_options, options)) != NULL && + strcasecmp(val, "no") && strcasecmp(val, "off") && + strcasecmp(val, "false")) + printCommands = 1; + else + printCommands = 0; + + if ((val = cupsGetOption("fitplot", num_options, options)) != NULL && + strcasecmp(val, "no") && strcasecmp(val, "off") && + strcasecmp(val, "false")) + fit = 1; + + if ((val = cupsGetOption("sides", num_options, options)) != NULL && + strncasecmp(val, "two-", 4) == 0) + duplex = 1; + else if ((val = cupsGetOption("Duplex", num_options, options)) != NULL && + strncasecmp(val, "Duplex", 6) == 0) + duplex = 1; + else if ((val = cupsGetOption("JCLDuplex", num_options, options)) != NULL && + strncasecmp(val, "Duplex", 6) == 0) + duplex = 1; + else if ((val = cupsGetOption("EFDuplex", num_options, options)) != NULL && + strncasecmp(val, "Duplex", 6) == 0) + duplex = 1; + else if ((val = cupsGetOption("KD03Duplex", num_options, options)) != NULL && + strncasecmp(val, "Duplex", 6) == 0) + duplex = 1; + else if (ppdIsMarked(ppd, "Duplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "Duplex", "DuplexTumble") || + ppdIsMarked(ppd, "JCLDuplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "JCLDuplex", "DuplexTumble") || + ppdIsMarked(ppd, "EFDuplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "EFDuplex", "DuplexTumble") || + ppdIsMarked(ppd, "KD03Duplex", "DuplexNoTumble") || + ppdIsMarked(ppd, "KD03Duplex", "DuplexTumble")) + duplex = 1; + + if (ppd != NULL) + ppdClose(ppd); + + fprintf(stderr, "DEBUG: pdftops - level = %d, width = %d, length = %d\n", + level, width, length); + + // read config file + if ((server_root = getenv("CUPS_SERVERROOT")) == NULL) + server_root = CUPS_SERVERROOT; + + snprintf(buffer, sizeof(buffer), "%s/pdftops.conf", server_root); + + globalParams = new GlobalParams(buffer); + + if (fit || globalParams->getPSPaperWidth() > 0) + { + // Only set paper size and area if we are fitting to the job's + // page size or the pdftops.conf file does not contain + // "psPaperSize match"... + globalParams->setPSPaperWidth(width); + globalParams->setPSPaperHeight(length); + globalParams->setPSImageableArea(left, bottom, right, top); + } + + globalParams->setPSDuplex(duplex); + globalParams->setPSExpandSmaller(fit); + globalParams->setPSShrinkLarger(fit); + globalParams->setPSLevel(level); + globalParams->setPSASCIIHex(level == psLevel1); + globalParams->setPSEmbedType1(1); + globalParams->setPSEmbedTrueType(1); + globalParams->setPSEmbedCIDPostScript(1); + globalParams->setErrQuiet(0); + globalParams->setPrintCommands(printCommands); + + if (printCommands) + setbuf(stdout, NULL); + + // open PDF file + doc = new PDFDoc(fileName, NULL, NULL); + + // check for print permission + if (doc->isOk() && doc->okToPrint()) + { + // CUPS always writes to stdout... + psFileName = new GString("-"); + + // write PostScript file + psOut = new PSOutputDev(psFileName->getCString(), doc->getXRef(), + doc->getCatalog(), 1, doc->getNumPages(), + psModePS, 0, 0, 0, 0, gFalse, + cupsGetOption("page-ranges", num_options, options)); + if (psOut->isOk()) + doc->displayPages(psOut, 1, doc->getNumPages(), 72.0, 72.0, 0, + gTrue, gFalse, gFalse); + delete psOut; + + // clean up + delete psFileName; + } + else + { + error(-1, "Unable to print this document."); + } + + cupsFreeOptions(num_options, options); + + delete doc; + delete globalParams; + + // check for memory leaks + Object::memCheck(stderr); + gMemReport(stderr); + + // Remove temp file if needed... + if (tempfile[0]) + unlink(tempfile); + + return 0; +} + + +// +// End of "$Id$". +// diff --git a/ppd/Makefile b/ppd/Makefile new file mode 100644 index 0000000000..017040176e --- /dev/null +++ b/ppd/Makefile @@ -0,0 +1,83 @@ +# +# "$Id$" +# +# PPD file makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1993-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +# +# PPD files... +# + +FILES = deskjet.ppd deskjet2.ppd dymo.ppd epson9.ppd epson24.ppd \ + laserjet.ppd okidata9.ppd okidat24.ppd stcolor.ppd \ + stcolor2.ppd stphoto.ppd stphoto2.ppd zebra.ppd zebraep1.ppd \ + zebraep2.ppd + + +# +# Make everything... +# + +all: + + +# +# Clean all config and object files... +# + +clean: + + +# +# Dummy depend... +# + +depend: + + +# +# Install files... +# + +install: all + $(INSTALL_DIR) -m 755 $(DATADIR)/model + for file in $(FILES); do \ + $(INSTALL_DATA) $$file $(DATADIR)/model; \ + done + + +# +# Uninstall files... +# + +uninstall: + for file in $(FILES); do \ + $(RM) $(DATADIR)/model/$$file; \ + done + -$(RMDIR) $(DATADIR)/model + -$(RMDIR) $(DATADIR) + + +# +# End of "$Id$". +# diff --git a/ppd/deskjet.ppd b/ppd/deskjet.ppd new file mode 100644 index 0000000000..cdb02fbae9 --- /dev/null +++ b/ppd/deskjet.ppd @@ -0,0 +1,199 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample HP DeskJet driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "DESKJET.PPD" +*Manufacturer: "HP" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsFilter: "application/vnd.cups-raster 0 rastertohp" +*cupsModelNumber: 1 +*ModelName: "HP DeskJet Series" +*ShortNickName: "HP DeskJet Series" +*NickName: "HP DeskJet Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*UIConstraints: *PageSize Executive *InputSlot Envelope +*UIConstraints: *PageSize Letter *InputSlot Envelope +*UIConstraints: *PageSize Legal *InputSlot Envelope +*UIConstraints: *PageSize Tabloid *InputSlot Envelope +*UIConstraints: *PageSize A3 *InputSlot Envelope +*UIConstraints: *PageSize A4 *InputSlot Envelope +*UIConstraints: *PageSize A5 *InputSlot Envelope +*UIConstraints: *PageSize B5 *InputSlot Envelope +*UIConstraints: *Resolution 600dpi *ColorModel CMYK + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/US Letter: "<>setpagedevice" +*PageSize Legal/US Legal: "<>setpagedevice" +*PageSize Executive/US Executive: "<>setpagedevice" +*PageSize Tabloid/US Tabloid: "<>setpagedevice" +*PageSize A3/A3: "<>setpagedevice" +*PageSize A4/A4: "<>setpagedevice" +*PageSize A5/A5: "<>setpagedevice" +*PageSize B5/B5 (JIS): "<>setpagedevice" +*PageSize EnvISOB5/Envelope B5: "<>setpagedevice" +*PageSize Env10/Envelope #10: "<>setpagedevice" +*PageSize EnvC5/Envelope C5: "<>setpagedevice" +*PageSize EnvDL/Envelope DL: "<>setpagedevice" +*PageSize EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/US Letter: "<>setpagedevice" +*PageRegion Legal/US Legal: "<>setpagedevice" +*PageRegion Executive/US Executive: "<>setpagedevice" +*PageRegion Tabloid/US Tabloid: "<>setpagedevice" +*PageRegion A3/A3: "<>setpagedevice" +*PageRegion A4/A4: "<>setpagedevice" +*PageRegion A5/A5: "<>setpagedevice" +*PageRegion B5/B5 (JIS): "<>setpagedevice" +*PageRegion EnvISOB5/Envelope B5: "<>setpagedevice" +*PageRegion Env10/Envelope #10: "<>setpagedevice" +*PageRegion EnvC5/Envelope C5: "<>setpagedevice" +*PageRegion EnvDL/Envelope DL: "<>setpagedevice" +*PageRegion EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter/US Letter: "18 36 594 756" +*ImageableArea Legal/US Legal: "18 36 594 972" +*ImageableArea Executive/US Executive: "18 36 504 684" +*ImageableArea Tabloid/US Tabloid: "18 36 774 1188" +*ImageableArea A3/A3: "18 36 824 1155" +*ImageableArea A4/A4: "18 36 577 806" +*ImageableArea A5/A5: "18 36 403 559" +*ImageableArea B5/JIS B5: "18 36 498 693" +*ImageableArea EnvISOB5/B5 (ISO): "18 36 463 673" +*ImageableArea Env10/Com-10: "18 36 279 648" +*ImageableArea EnvC5/EnvC5: "18 36 441 613" +*ImageableArea EnvDL/EnvDL: "18 36 294 588" +*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504" + +*DefaultPaperDimension: Letter +*PaperDimension Letter/US Letter: "612 792" +*PaperDimension Legal/US Legal: "612 1008" +*PaperDimension Executive/US Executive: "522 756" +*PaperDimension Tabloid/US Tabloid: "792 1224" +*PaperDimension A3/A3: "842 1191" +*PaperDimension A4/A4: "595 842" +*PaperDimension A5/A5: "421 595" +*PaperDimension B5/B5 (JIS): "516 729" +*PaperDimension EnvISOB5/Envelope B5: "499 709" +*PaperDimension Env10/Envelope #10: "297 684" +*PaperDimension EnvC5/Envelope C5: "459 649" +*PaperDimension EnvDL/Envelope DL: "312 624" +*PaperDimension EnvMonarch/Envelope Monarch: "279 540" + +*OpenUI *MediaType/Media Type: PickOne +*OrderDependency: 10 AnySetup *MediaType +*DefaultMediaType: Plain +*MediaType Plain/Plain Paper: "<>setpagedevice" +*MediaType Bond/Bond Paper: "<>setpagedevice" +*MediaType Special/Special Paper: "<>setpagedevice" +*MediaType Transparency/Transparency: "<>setpagedevice" +*MediaType Glossy/Glossy Paper: "<>setpagedevice" +*CloseUI: *MediaType + +*OpenUI *InputSlot/Media Source: PickOne +*OrderDependency: 10 AnySetup *InputSlot +*DefaultInputSlot: Tray +*InputSlot Tray/Tray: "<>setpagedevice" +*InputSlot Manual/Manual Feed: "<>setpagedevice" +*InputSlot Envelope/Envelope Feed: "<>setpagedevice" +*CloseUI: *InputSlot + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 300dpi +*Resolution 150dpi/150 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK/CMYK Color: "<>setpagedevice" +*ColorModel RGB/CMY Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/deskjet2.ppd b/ppd/deskjet2.ppd new file mode 100644 index 0000000000..dadd7d88e0 --- /dev/null +++ b/ppd/deskjet2.ppd @@ -0,0 +1,218 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Second sample HP DeskJet driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "DESKJET2.PPD" +*Manufacturer: "HP" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsFilter: "application/vnd.cups-raster 0 rastertohp" +*cupsModelNumber: 2 +*cupsFlipDuplex: True +*cupsColorProfile -/-: "1.0 1.5 1.0 -0.25 -0.225 -0.25 1.0 -0.225 -0.25 -0.25 0.9" + +*ModelName: "HP New DeskJet Series" +*ShortNickName: "HP New DeskJet Series" +*NickName: "HP New DeskJet Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*UIConstraints: *PageSize Executive *InputSlot Envelope +*UIConstraints: *PageSize Letter *InputSlot Envelope +*UIConstraints: *PageSize Legal *InputSlot Envelope +*UIConstraints: *PageSize Tabloid *InputSlot Envelope +*UIConstraints: *PageSize A3 *InputSlot Envelope +*UIConstraints: *PageSize A4 *InputSlot Envelope +*UIConstraints: *PageSize A5 *InputSlot Envelope +*UIConstraints: *PageSize B5 *InputSlot Envelope +*UIConstraints: *Duplex *Option1 False + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/US Letter: "<>setpagedevice" +*PageSize Legal/US Legal: "<>setpagedevice" +*PageSize Executive/US Executive: "<>setpagedevice" +*PageSize Tabloid/US Tabloid: "<>setpagedevice" +*PageSize A3/A3: "<>setpagedevice" +*PageSize A4/A4: "<>setpagedevice" +*PageSize A5/A5: "<>setpagedevice" +*PageSize B5/B5 (JIS): "<>setpagedevice" +*PageSize EnvISOB5/Envelope B5: "<>setpagedevice" +*PageSize Env10/Envelope #10: "<>setpagedevice" +*PageSize EnvC5/Envelope C5: "<>setpagedevice" +*PageSize EnvDL/Envelope DL: "<>setpagedevice" +*PageSize EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/US Letter: "<>setpagedevice" +*PageRegion Legal/US Legal: "<>setpagedevice" +*PageRegion Executive/US Executive: "<>setpagedevice" +*PageRegion Tabloid/US Tabloid: "<>setpagedevice" +*PageRegion A3/A3: "<>setpagedevice" +*PageRegion A4/A4: "<>setpagedevice" +*PageRegion A5/A5: "<>setpagedevice" +*PageRegion B5/B5 (JIS): "<>setpagedevice" +*PageRegion EnvISOB5/Envelope B5: "<>setpagedevice" +*PageRegion Env10/Envelope #10: "<>setpagedevice" +*PageRegion EnvC5/Envelope C5: "<>setpagedevice" +*PageRegion EnvDL/Envelope DL: "<>setpagedevice" +*PageRegion EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter/US Letter: "18 36 594 786" +*ImageableArea Legal/US Legal: "18 36 594 1002" +*ImageableArea Executive/US Executive: "18 36 504 714" +*ImageableArea Tabloid/US Tabloid: "18 36 774 1218" +*ImageableArea A3/A3: "18 36 824 1185" +*ImageableArea A4/A4: "18 36 577 836" +*ImageableArea A5/A5: "18 36 403 589" +*ImageableArea B5/JIS B5: "18 36 498 723" +*ImageableArea EnvISOB5/B5 (ISO): "18 36 463 703" +*ImageableArea Env10/Com-10: "18 36 279 678" +*ImageableArea EnvC5/EnvC5: "18 36 441 643" +*ImageableArea EnvDL/EnvDL: "18 36 294 618" +*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 534" + +*DefaultPaperDimension: Letter +*PaperDimension Letter/US Letter: "612 792" +*PaperDimension Legal/US Legal: "612 1008" +*PaperDimension Executive/US Executive: "522 756" +*PaperDimension Tabloid/US Tabloid: "792 1224" +*PaperDimension A3/A3: "842 1191" +*PaperDimension A4/A4: "595 842" +*PaperDimension A5/A5: "421 595" +*PaperDimension B5/B5 (JIS): "516 729" +*PaperDimension EnvISOB5/Envelope B5: "499 709" +*PaperDimension Env10/Envelope #10: "297 684" +*PaperDimension EnvC5/Envelope C5: "459 649" +*PaperDimension EnvDL/Envelope DL: "312 624" +*PaperDimension EnvMonarch/Envelope Monarch: "279 540" + +*OpenUI *MediaType/Media Type: PickOne +*OrderDependency: 10 AnySetup *MediaType +*DefaultMediaType: Plain +*MediaType Plain/Plain Paper: "<>setpagedevice" +*MediaType Bond/Bond Paper: "<>setpagedevice" +*MediaType Special/Special Paper: "<>setpagedevice" +*MediaType Transparency/Transparency: "<>setpagedevice" +*MediaType Glossy/Glossy Paper: "<>setpagedevice" +*CloseUI: *MediaType + +*OpenUI *InputSlot/Media Source: PickOne +*OrderDependency: 10 AnySetup *InputSlot +*DefaultInputSlot: Tray +*InputSlot Tray/Tray: "<>setpagedevice" +*InputSlot Manual/Manual Feed: "<>setpagedevice" +*InputSlot Envelope/Envelope Feed: "<>setpagedevice" +*CloseUI: *InputSlot + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 300dpi +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600x300dpi/600x300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK2/CRET Color: "<>setpagedevice" +*ColorModel CMYK/CMYK Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*OpenUI *Duplex/Double-Sided Printing: PickOne +*OrderDependency: 20 PageSetup *Duplex +*DefaultDuplex: None +*Duplex None/Off: "<>setpagedevice" +*Duplex DuplexNoTumble/Long Edge (Standard): "<>setpagedevice" +*Duplex DuplexTumble/Short Edge (Flip): "<>setpagedevice" +*CloseUI: *Duplex + +*OpenGroup: InstallableOptions +*OpenUI *Option1/Duplexer: Boolean +*DefaultOption1: False +*Option1 True/Installed: "" +*Option1 False/Not Installed: "" +*CloseUI: *Option1 +*CloseGroup: InstallableOptions + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/dymo.ppd b/ppd/dymo.ppd new file mode 100644 index 0000000000..6c6ad8e906 --- /dev/null +++ b/ppd/dymo.ppd @@ -0,0 +1,156 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample DYMO label printer driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 2001-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "DYMO.PPD" +*Manufacturer: "Dymo" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: False +*cupsFilter: "application/vnd.cups-raster 0 rastertolabel" +*cupsModelNumber: 0 +*ModelName: "DYMO Label Printer" +*ShortNickName: "DYMO Label Printer" +*NickName: "DYMO Label Printer CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: w81h252 +*PageSize w81h252/Address - 1 1/8 x 3 1/2": "<>setpagedevice" +*PageSize w101h252/Large Address - 1 4/10 x 3 1/2": "<>setpagedevice" +*PageSize w54h144/Return Address - 3/4 x 2": "<>setpagedevice" +*PageSize w167h288/Shipping Address - 2 5/16 x 4": "<>setpagedevice" +*PageSize w162h540/Internet Postage 2-Part - 2 1/4 x 7 1/2": "<>setpagedevice" +*PageSize w162h504/Internet Postage 3-Part - 2 1/4 x 7": "<>setpagedevice" +*PageSize w41h248/File Folder - 9/16 x 3 7/16": "<>setpagedevice" +*PageSize w41h144/Hanging Folder - 9/16 x 2": "<>setpagedevice" +*PageSize w153h198/3.5" Disk - 2 1/8 x 2 3/4": "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: w81h252 +*PageRegion w81h252/Address - 1 1/8 x 3 1/2": "<>setpagedevice" +*PageRegion w101h252/Large Address - 1 4/10 x 3 1/2": "<>setpagedevice" +*PageRegion w54h144/Return Address - 3/4 x 2": "<>setpagedevice" +*PageRegion w167h288/Shipping Address - 2 5/16 x 4": "<>setpagedevice" +*PageRegion w162h540/Internet Postage 2-Part - 2 1/4 x 7 1/2": "<>setpagedevice" +*PageRegion w162h504/Internet Postage 3-Part - 2 1/4 x 7": "<>setpagedevice" +*PageRegion w41h248/File Folder - 9/16 x 3 7/16": "<>setpagedevice" +*PageRegion w41h144/Hanging Folder - 9/16 x 2": "<>setpagedevice" +*PageRegion w153h198/3.5" Disk - 2 1/8 x 2 3/4": "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: w81h252 +*ImageableArea w81h252/Address - 1 1/8 x 3 1/2": "2 14.9 79 237.1" +*ImageableArea w101h252/Large Address - 1 4/10 x 3 1/2": "2 14.9 99 237.1" +*ImageableArea w54h144/Return Address - 3/4 x 2": "2 14.9 52 129.1" +*ImageableArea w167h288/Shipping Address - 2 5/16 x 4": "2 14.9 165 273.1" +*ImageableArea w162h540/Internet Postage 2-Part - 2 1/4 x 7 1/2": "2 14.9 160 525.1" +*ImageableArea w162h504/Internet Postage 3-Part - 2 1/4 x 7": "2 14.9 160 489.1" +*ImageableArea w41h248/File Folder - 9/16 x 3 7/16": "2 14.9 39 233.1" +*ImageableArea w41h144/Hanging Folder - 9/16 x 2": "2 14.9 39 129.1" +*ImageableArea w153h198/3.5" Disk - 2 1/8 x 2 3/4": "2 14.9 151 183.1" + +*DefaultPaperDimension: w81h252 +*PaperDimension w81h252/Address - 1 1/8 x 3 1/2": "81 252" +*PaperDimension w101h252/Large Address - 1 4/10 x 3 1/2": "101 252" +*PaperDimension w54h144/Return Address - 3/4 x 2": "54 144" +*PaperDimension w167h288/Shipping Address - 2 5/16 x 4": "167 288" +*PaperDimension w162h540/Internet Postage 2-Part - 2 1/4 x 7 1/2": "162 540" +*PaperDimension w162h504/Internet Postage 3-Part - 2 1/4 x 7": "162 504" +*PaperDimension w41h248/File Folder - 9/16 x 3 7/16": "41 248" +*PaperDimension w41h144/Hanging Folder - 9/16 x 2": "41 144" +*PaperDimension w153h198/3.5" Disk - 2 1/8 x 2 3/4": "153 198" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 300dpi +*Resolution 136dpi/136 DPI: "<>setpagedevice" +*Resolution 203dpi/203 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *Darkness/Output Darkness: PickOne +*OrderDependency: 20 AnySetup *Darkness +*DefaultDarkness: Normal +*Darkness Light: "<>setpagedevice" +*Darkness Medium: "<>setpagedevice" +*Darkness Normal: "<>setpagedevice" +*Darkness Dark: "<>setpagedevice" +*CloseUI: *Darkness + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/epson24.ppd b/ppd/epson24.ppd new file mode 100644 index 0000000000..d28c479aec --- /dev/null +++ b/ppd/epson24.ppd @@ -0,0 +1,139 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample EPSON 24-Pin driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "EPSON24.PPD" +*Manufacturer: "Epson" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 1 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*ModelName: "EPSON 24-Pin Series" +*ShortNickName: "EPSON 24-Pin Series" +*NickName: "EPSON 24-Pin Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: True +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*PageSize FanFoldUS: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*PageRegion FanFoldUS: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "18.0 18.0 594.0 774.0" +*ImageableArea Legal: "18.0 18.0 594.0 990.0" +*ImageableArea A4: "18.0 18.0 577.0 824.0" +*ImageableArea FanFoldUS: "18.0 18.0 1053.0 774.0" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" +*PaperDimension FanFoldUS: "1071 792" + +*MaxMediaWidth: "1080" +*MaxMediaHeight: "86400" +*HWMargins: 0 0 0 0 +*CustomPageSize True: "pop pop pop <>setpagedevice" +*ParamCustomPageSize Width: 1 points 36 1080 +*ParamCustomPageSize Height: 2 points 36 86400 +*ParamCustomPageSize WidthOffset: 3 points 0 0 +*ParamCustomPageSize HeightOffset: 4 points 0 0 +*ParamCustomPageSize Orientation: 5 int 0 0 + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 120dpi +*Resolution 60dpi/60 DPI: "<>setpagedevice" +*Resolution 120dpi/120x60 DPI: "<>setpagedevice" +*Resolution 180dpi/180 DPI: "<>setpagedevice" +*Resolution 360x180dpi/360x180 DPI: "<>setpagedevice" +*Resolution 360dpi/360 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/epson9.ppd b/ppd/epson9.ppd new file mode 100644 index 0000000000..63b1f06185 --- /dev/null +++ b/ppd/epson9.ppd @@ -0,0 +1,137 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample EPSON 9-Pin driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "EPSON9.PPD" +*Manufacturer: "Epson" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 0 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*ModelName: "EPSON 9-Pin Series" +*ShortNickName: "EPSON 9-Pin Series" +*NickName: "EPSON 9-Pin Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: True +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*PageSize FanFoldUS: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*PageRegion FanFoldUS: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "18.0 18.0 594.0 774.0" +*ImageableArea Legal: "18.0 18.0 594.0 990.0" +*ImageableArea A4: "18.0 18.0 577.0 824.0" +*ImageableArea FanFoldUS: "18.0 18.0 1053.0 774.0" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" +*PaperDimension FanFoldUS: "1071 792" + +*MaxMediaWidth: "1080" +*MaxMediaHeight: "86400" +*HWMargins: 0 0 0 0 +*CustomPageSize True: "pop pop pop <>setpagedevice" +*ParamCustomPageSize Width: 1 points 36 1080 +*ParamCustomPageSize Height: 2 points 36 86400 +*ParamCustomPageSize WidthOffset: 3 points 0 0 +*ParamCustomPageSize HeightOffset: 4 points 0 0 +*ParamCustomPageSize Orientation: 5 int 0 0 + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 120dpi +*Resolution 60dpi/60x72 DPI: "<>setpagedevice" +*Resolution 120dpi/120x72 DPI: "<>setpagedevice" +*Resolution 240dpi/240x72 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/laserjet.ppd b/ppd/laserjet.ppd new file mode 100644 index 0000000000..e2590d77e8 --- /dev/null +++ b/ppd/laserjet.ppd @@ -0,0 +1,201 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample HP LaserJet driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2006 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "LASERJET.PPD" +*Manufacturer: "HP" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: False +*cupsFilter: "application/vnd.cups-raster 0 rastertohp" +*cupsModelNumber: 0 +*ModelName: "HP LaserJet Series PCL 4/5" +*ShortNickName: "HP LaserJet Series PCL 4/5" +*NickName: "HP LaserJet Series PCL 4/5 CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*UIConstraints: *PageSize Executive *InputSlot Envelope +*UIConstraints: *PageSize Letter *InputSlot Envelope +*UIConstraints: *PageSize Legal *InputSlot Envelope +*UIConstraints: *PageSize Tabloid *InputSlot Envelope +*UIConstraints: *PageSize A3 *InputSlot Envelope +*UIConstraints: *PageSize A4 *InputSlot Envelope +*UIConstraints: *PageSize A5 *InputSlot Envelope +*UIConstraints: *PageSize B5 *InputSlot Envelope +*UIConstraints: *Duplex *Option1 False + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/US Letter: "<>setpagedevice" +*PageSize Legal/US Legal: "<>setpagedevice" +*PageSize Executive/US Executive: "<>setpagedevice" +*PageSize Tabloid/US Tabloid: "<>setpagedevice" +*PageSize A3/A3: "<>setpagedevice" +*PageSize A4/A4: "<>setpagedevice" +*PageSize A5/A5: "<>setpagedevice" +*PageSize B5/B5 (JIS): "<>setpagedevice" +*PageSize EnvISOB5/Envelope B5: "<>setpagedevice" +*PageSize Env10/Envelope #10: "<>setpagedevice" +*PageSize EnvC5/Envelope C5: "<>setpagedevice" +*PageSize EnvDL/Envelope DL: "<>setpagedevice" +*PageSize EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/US Letter: "<>setpagedevice" +*PageRegion Legal/US Legal: "<>setpagedevice" +*PageRegion Executive/US Executive: "<>setpagedevice" +*PageRegion Tabloid/US Tabloid: "<>setpagedevice" +*PageRegion A3/A3: "<>setpagedevice" +*PageRegion A4/A4: "<>setpagedevice" +*PageRegion A5/A5: "<>setpagedevice" +*PageRegion B5/B5 (JIS): "<>setpagedevice" +*PageRegion EnvISOB5/Envelope B5: "<>setpagedevice" +*PageRegion Env10/Envelope #10: "<>setpagedevice" +*PageRegion EnvC5/Envelope C5: "<>setpagedevice" +*PageRegion EnvDL/Envelope DL: "<>setpagedevice" +*PageRegion EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter/US Letter: "18 36 594 756" +*ImageableArea Legal/US Legal: "18 36 594 972" +*ImageableArea Executive/US Executive: "18 36 504 684" +*ImageableArea Tabloid/US Tabloid: "18 36 774 1188" +*ImageableArea A3/A3: "18 36 824 1155" +*ImageableArea A4/A4: "18 36 577 806" +*ImageableArea A5/A5: "18 36 403 559" +*ImageableArea B5/JIS B5: "18 36 498 693" +*ImageableArea EnvISOB5/B5 (ISO): "18 36 463 673" +*ImageableArea Env10/Com-10: "18 36 279 648" +*ImageableArea EnvC5/EnvC5: "18 36 441 613" +*ImageableArea EnvDL/EnvDL: "18 36 294 588" +*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504" + +*DefaultPaperDimension: Letter +*PaperDimension Letter/US Letter: "612 792" +*PaperDimension Legal/US Legal: "612 1008" +*PaperDimension Executive/US Executive: "522 756" +*PaperDimension Tabloid/US Tabloid: "792 1224" +*PaperDimension A3/A3: "842 1191" +*PaperDimension A4/A4: "595 842" +*PaperDimension A5/A5: "421 595" +*PaperDimension B5/B5 (JIS): "516 729" +*PaperDimension EnvISOB5/Envelope B5: "499 709" +*PaperDimension Env10/Envelope #10: "297 684" +*PaperDimension EnvC5/Envelope C5: "459 649" +*PaperDimension EnvDL/Envelope DL: "312 624" +*PaperDimension EnvMonarch/Envelope Monarch: "279 540" + +*OpenUI *InputSlot/Media Source: PickOne +*OrderDependency: 10 AnySetup *InputSlot +*DefaultInputSlot: Default +*InputSlot Default/Default: "<>setpagedevice" +*InputSlot Tray1/Tray 1: "<>setpagedevice" +*InputSlot Tray2/Tray 2: "<>setpagedevice" +*InputSlot Tray3/Tray 3: "<>setpagedevice" +*InputSlot Tray4/Tray 4: "<>setpagedevice" +*InputSlot Manual/Manual Feed: "<>setpagedevice" +*InputSlot Envelope/Envelope Feed: "<>setpagedevice" +*CloseUI: *InputSlot + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 300dpi +*Resolution 150dpi/150 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *Duplex/Double-Sided Printing: PickOne +*OrderDependency: 20 AnySetup *Duplex +*DefaultDuplex: None +*Duplex None/Off: "<>setpagedevice" +*Duplex DuplexNoTumble/Long Edge (Standard): "<>setpagedevice" +*Duplex DuplexTumble/Short Edge (Flip): "<>setpagedevice" +*CloseUI: *Duplex + +*OpenGroup: InstallableOptions +*OpenUI *Option1/Duplexer: Boolean +*DefaultOption1: False +*Option1 True/Installed: "" +*Option1 False/Not Installed: "" +*CloseUI: *Option1 +*CloseGroup: InstallableOptions + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/okidat24.ppd b/ppd/okidat24.ppd new file mode 100644 index 0000000000..5fa617ca4f --- /dev/null +++ b/ppd/okidat24.ppd @@ -0,0 +1,129 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample OKIDATA 24-Pin driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.1" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "OKIDAT24.PPD" +*Manufacturer: "Oki" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 1 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*ModelName: "OKIDATA 24-Pin Series" +*ShortNickName: "OKIDATA 24-Pin Series" +*NickName: "OKIDATA 24-Pin Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*PageSize FanFoldUS: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*PageRegion FanFoldUS: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "18.0 18.0 594.0 774.0" +*ImageableArea Legal: "18.0 18.0 594.0 990.0" +*ImageableArea A4: "18.0 18.0 577.0 824.0" +*ImageableArea FanFoldUS: "18.0 18.0 1053.0 774.0" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" +*PaperDimension FanFoldUS: "1071 792" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 120dpi +*Resolution 60dpi/60 DPI: "<>setpagedevice" +*Resolution 120dpi/120x60 DPI: "<>setpagedevice" +*Resolution 180dpi/180 DPI: "<>setpagedevice" +*Resolution 360x180dpi/360x180 DPI: "<>setpagedevice" +*Resolution 360dpi/360 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/okidata9.ppd b/ppd/okidata9.ppd new file mode 100644 index 0000000000..d5b4c7090d --- /dev/null +++ b/ppd/okidata9.ppd @@ -0,0 +1,127 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample OKIDATA 9-Pin driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "OKIDATA9.PPD" +*Manufacturer: "Oki" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 0 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*ModelName: "OKIDATA 9-Pin Series" +*ShortNickName: "OKIDATA 9-Pin Series" +*NickName: "OKIDATA 9-Pin Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*PageSize FanFoldUS: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*PageRegion FanFoldUS: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "18.0 18.0 594.0 774.0" +*ImageableArea Legal: "18.0 18.0 594.0 990.0" +*ImageableArea A4: "18.0 18.0 577.0 824.0" +*ImageableArea FanFoldUS: "18.0 18.0 1053.0 774.0" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" +*PaperDimension FanFoldUS: "1071 792" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 120dpi +*Resolution 60dpi/60x72 DPI: "<>setpagedevice" +*Resolution 120dpi/120x72 DPI: "<>setpagedevice" +*Resolution 240dpi/240x72 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/stcolor.ppd b/ppd/stcolor.ppd new file mode 100644 index 0000000000..f8077b6651 --- /dev/null +++ b/ppd/stcolor.ppd @@ -0,0 +1,133 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample EPSON Stylus Color driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "STCOLOR.PPD" +*Manufacturer: "Epson" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 2 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*cupsColorProfile 180dpi/-: "1.0 1.0 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0" +*cupsColorProfile 360dpi/-: "1.0 1.5 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0" +*cupsColorProfile 720dpi/-: "1.0 2.5 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0" +*ModelName: "EPSON Stylus Color Series" +*ShortNickName: "EPSON Stylus Color Series" +*NickName: "EPSON Stylus Color Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "8.60 39.60 603.40 766.49" +*ImageableArea Legal: "8.60 39.60 603.40 982.49" +*ImageableArea A4: "8.60 39.60 586.40 816.49" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 360dpi +*Resolution 180dpi/180 DPI: "<>setpagedevice" +*Resolution 360dpi/360 DPI: "<>setpagedevice{0.6666 exp}bind settransfer" +*Resolution 720dpi/720 DPI: "<>setpagedevice{0.4 exp}bind settransfer" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK/Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/stcolor2.ppd b/ppd/stcolor2.ppd new file mode 100644 index 0000000000..7132cacf5b --- /dev/null +++ b/ppd/stcolor2.ppd @@ -0,0 +1,133 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample EPSON Stylus Color driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "STCOLOR2.PPD" +*Manufacturer: "Epson" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 4 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*cupsColorProfile 180dpi/-: "1.0 1.0 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0" +*cupsColorProfile 360dpi/-: "1.0 1.5 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0" +*cupsColorProfile 720dpi/-: "1.0 2.5 1.0 0.0 -0.2 -0.4 1.0 0.0 -0.2 0.0 1.0" +*ModelName: "EPSON New Stylus Color Series" +*ShortNickName: "EPSON New Stylus Color Series" +*NickName: "EPSON New Stylus Color Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "8.60 39.60 603.40 766.49" +*ImageableArea Legal: "8.60 39.60 603.40 982.49" +*ImageableArea A4: "8.60 39.60 586.40 816.49" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 360dpi +*Resolution 180dpi/180 DPI: "<>setpagedevice" +*Resolution 360dpi/360 DPI: "<>setpagedevice{0.6666 exp}bind settransfer" +*Resolution 720dpi/720 DPI: "<>setpagedevice{0.4 exp}bind settransfer" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK/Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/stphoto.ppd b/ppd/stphoto.ppd new file mode 100644 index 0000000000..c1e1675ae5 --- /dev/null +++ b/ppd/stphoto.ppd @@ -0,0 +1,133 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample EPSON Stylus Photo driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "STPHOTO.PPD" +*Manufacturer: "Epson" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 3 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*cupsColorProfile 180dpi/-: "1.0 1.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0" +*cupsColorProfile 360dpi/-: "1.0 1.5 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0" +*cupsColorProfile 720dpi/-: "1.0 2.5 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0" +*ModelName: "EPSON Stylus Photo Series" +*ShortNickName: "EPSON Stylus Photo Series" +*NickName: "EPSON Stylus Photo Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "8.60 39.60 603.40 766.49" +*ImageableArea Legal: "8.60 39.60 603.40 982.49" +*ImageableArea A4: "8.60 39.60 586.40 816.49" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 360dpi +*Resolution 180dpi/180 DPI: "<>setpagedevice" +*Resolution 360dpi/360 DPI: "<>setpagedevice{0.6666 exp}bind settransfer" +*Resolution 720dpi/720 DPI: "<>setpagedevice{0.4 exp}bind settransfer" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK/Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/stphoto2.ppd b/ppd/stphoto2.ppd new file mode 100644 index 0000000000..e526302bea --- /dev/null +++ b/ppd/stphoto2.ppd @@ -0,0 +1,133 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample EPSON Stylus Photo driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "STPHOTO2.PPD" +*Manufacturer: "Epson" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: True +*cupsModelNumber: 5 +*cupsFilter: "application/vnd.cups-raster 0 rastertoepson" +*cupsColorProfile 180dpi/-: "1.0 1.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0" +*cupsColorProfile 360dpi/-: "1.0 1.5 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0" +*cupsColorProfile 720dpi/-: "1.0 2.5 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0" +*ModelName: "EPSON New Stylus Photo Series" +*ShortNickName: "EPSON New Stylus Photo Series" +*NickName: "EPSON New Stylus Photo Series CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter: "<>setpagedevice" +*PageSize Legal: "<>setpagedevice" +*PageSize A4: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter: "<>setpagedevice" +*PageRegion Legal: "<>setpagedevice" +*PageRegion A4: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter: "8.60 39.60 603.40 766.49" +*ImageableArea Legal: "8.60 39.60 603.40 982.49" +*ImageableArea A4: "8.60 39.60 586.40 816.49" + +*DefaultPaperDimension: Letter +*PaperDimension Letter: "612 792" +*PaperDimension Legal: "612 1008" +*PaperDimension A4: "595 842" + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 360dpi +*Resolution 180dpi/180 DPI: "<>setpagedevice" +*Resolution 360dpi/360 DPI: "<>setpagedevice{0.6666 exp}bind settransfer" +*Resolution 720dpi/720 DPI: "<>setpagedevice{0.4 exp}bind settransfer" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK/Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/zebra.ppd b/ppd/zebra.ppd new file mode 100644 index 0000000000..8e78489b66 --- /dev/null +++ b/ppd/zebra.ppd @@ -0,0 +1,483 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample Zebra label printer driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 2001-2006 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "ZEBRA.PPD" +*Manufacturer: "Zebra" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: False +*cupsFilter: "application/vnd.cups-raster 0 rastertolabel" +*% cupsModelNumber is 16 for EPL1 line mode, 17 for EPL2 page mode, +*% 18 for ZPL mode, and 19 for CPCL mode. +*cupsModelNumber: 18 +*ModelName: "Zebra ZPL Label Printer" +*ShortNickName: "Zebra ZPL Label Printer" +*NickName: "Zebra ZPL Label Printer CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: w288h360 +*PageSize w90h18/Label - 1.25x0.25": "<>setpagedevice" +*PageSize w90h162/Label - 1.25x2.25": "<>setpagedevice" +*PageSize w108h18/Label - 1.50x0.25": "<>setpagedevice" +*PageSize w108h36/Label - 1.50x0.50": "<>setpagedevice" +*PageSize w108h72/Label - 1.50x1.00": "<>setpagedevice" +*PageSize w108h144/Label - 1.50x2.00": "<>setpagedevice" +*PageSize w144h26/Label - 2.00x0.37": "<>setpagedevice" +*PageSize w144h36/Label - 2.00x0.50": "<>setpagedevice" +*PageSize w144h72/Label - 2.00x1.00": "<>setpagedevice" +*PageSize w144h90/Label - 2.00x1.25": "<>setpagedevice" +*PageSize w144h288/Label - 2.00x4.00": "<>setpagedevice" +*PageSize w144h396/Label - 2.00x5.50": "<>setpagedevice" +*PageSize w162h36/Label - 2.25x0.50": "<>setpagedevice" +*PageSize w162h90/Label - 2.25x1.25": "<>setpagedevice" +*PageSize w162h288/Label - 2.25x4.00": "<>setpagedevice" +*PageSize w162h396/Label - 2.25x5.50": "<>setpagedevice" +*PageSize w171h396/Label - 2.38x5.50": "<>setpagedevice" +*PageSize w180h72/Label - 2.50x1.00": "<>setpagedevice" +*PageSize w180h144/Label - 2.50x2.00": "<>setpagedevice" +*PageSize w198h90/Label - 2.75x1.25": "<>setpagedevice" +*PageSize w216h72/Label - 3.00x1.00": "<>setpagedevice" +*PageSize w216h90/Label - 3.00x1.25": "<>setpagedevice" +*PageSize w216h144/Label - 3.00x2.00": "<>setpagedevice" +*PageSize w216h216/Label - 3.00x3.00": "<>setpagedevice" +*PageSize w216h360/Label - 3.00x5.00": "<>setpagedevice" +*PageSize w234h144/Label - 3.25x2.00": "<>setpagedevice" +*PageSize w234h360/Label - 3.25x5.00": "<>setpagedevice" +*PageSize w234h396/Label - 3.25x5.50": "<>setpagedevice" +*PageSize w234h419/Label - 3.25x5.83": "<>setpagedevice" +*PageSize w234h563/Label - 3.25x7.83": "<>setpagedevice" +*PageSize w252h72/Label - 3.50x1.00": "<>setpagedevice" +*PageSize w288h72/Label - 4.00x1.00": "<>setpagedevice" +*PageSize w288h144/Label - 4.00x2.00": "<>setpagedevice" +*PageSize w288h180/Label - 4.00x2.50": "<>setpagedevice" +*PageSize w288h216/Label - 4.00x3.00": "<>setpagedevice" +*PageSize w288h288/Label - 4.00x4.00": "<>setpagedevice" +*PageSize w288h360/Label - 4.00x5.00": "<>setpagedevice" +*PageSize w288h432/Label - 4.00x6.00": "<>setpagedevice" +*PageSize w288h468/Label - 4.00x6.50": "<>setpagedevice" +*PageSize w288h936/Label - 4.00x13.00": "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: w288h360 +*PageRegion w90h18/Label - 1.25x0.25": "<>setpagedevice" +*PageRegion w90h162/Label - 1.25x2.25": "<>setpagedevice" +*PageRegion w108h18/Label - 1.50x0.25": "<>setpagedevice" +*PageRegion w108h36/Label - 1.50x0.50": "<>setpagedevice" +*PageRegion w108h72/Label - 1.50x1.00": "<>setpagedevice" +*PageRegion w108h144/Label - 1.50x2.00": "<>setpagedevice" +*PageRegion w144h26/Label - 2.00x0.37": "<>setpagedevice" +*PageRegion w144h36/Label - 2.00x0.50": "<>setpagedevice" +*PageRegion w144h72/Label - 2.00x1.00": "<>setpagedevice" +*PageRegion w144h90/Label - 2.00x1.25": "<>setpagedevice" +*PageRegion w144h288/Label - 2.00x4.00": "<>setpagedevice" +*PageRegion w144h396/Label - 2.00x5.50": "<>setpagedevice" +*PageRegion w162h36/Label - 2.25x0.50": "<>setpagedevice" +*PageRegion w162h90/Label - 2.25x1.25": "<>setpagedevice" +*PageRegion w162h288/Label - 2.25x4.00": "<>setpagedevice" +*PageRegion w162h396/Label - 2.25x5.50": "<>setpagedevice" +*PageRegion w171h396/Label - 2.38x5.50": "<>setpagedevice" +*PageRegion w180h72/Label - 2.50x1.00": "<>setpagedevice" +*PageRegion w180h144/Label - 2.50x2.00": "<>setpagedevice" +*PageRegion w198h90/Label - 2.75x1.25": "<>setpagedevice" +*PageRegion w216h72/Label - 3.00x1.00": "<>setpagedevice" +*PageRegion w216h90/Label - 3.00x1.25": "<>setpagedevice" +*PageRegion w216h144/Label - 3.00x2.00": "<>setpagedevice" +*PageRegion w216h216/Label - 3.00x3.00": "<>setpagedevice" +*PageRegion w216h360/Label - 3.00x5.00": "<>setpagedevice" +*PageRegion w234h144/Label - 3.25x2.00": "<>setpagedevice" +*PageRegion w234h360/Label - 3.25x5.00": "<>setpagedevice" +*PageRegion w234h396/Label - 3.25x5.50": "<>setpagedevice" +*PageRegion w234h419/Label - 3.25x5.83": "<>setpagedevice" +*PageRegion w234h563/Label - 3.25x7.83": "<>setpagedevice" +*PageRegion w252h72/Label - 3.50x1.00": "<>setpagedevice" +*PageRegion w288h72/Label - 4.00x1.00": "<>setpagedevice" +*PageRegion w288h144/Label - 4.00x2.00": "<>setpagedevice" +*PageRegion w288h180/Label - 4.00x2.50": "<>setpagedevice" +*PageRegion w288h216/Label - 4.00x3.00": "<>setpagedevice" +*PageRegion w288h288/Label - 4.00x4.00": "<>setpagedevice" +*PageRegion w288h360/Label - 4.00x5.00": "<>setpagedevice" +*PageRegion w288h432/Label - 4.00x6.00": "<>setpagedevice" +*PageRegion w288h468/Label - 4.00x6.50": "<>setpagedevice" +*PageRegion w288h936/Label - 4.00x13.00": "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: w288h360 +*ImageableArea w90h18/Label - 1.25x0.25": "0 0 90 18" +*ImageableArea w90h162/Label - 1.25x2.25": "0 0 90 162" +*ImageableArea w108h18/Label - 1.50x0.25": "0 0 108 18" +*ImageableArea w108h36/Label - 1.50x0.50": "0 0 108 36" +*ImageableArea w108h72/Label - 1.50x1.00": "0 0 108 72" +*ImageableArea w108h144/Label - 1.50x2.00": "0 0 108 144" +*ImageableArea w144h26/Label - 2.00x0.37": "0 0 144 26" +*ImageableArea w144h36/Label - 2.00x0.50": "0 0 144 36" +*ImageableArea w144h72/Label - 2.00x1.00": "0 0 144 72" +*ImageableArea w144h90/Label - 2.00x1.25": "0 0 144 90" +*ImageableArea w144h288/Label - 2.00x4.00": "0 0 144 288" +*ImageableArea w144h396/Label - 2.00x5.50": "0 0 144 396" +*ImageableArea w162h36/Label - 2.25x0.50": "0 0 162 36" +*ImageableArea w162h90/Label - 2.25x1.25": "0 0 162 90" +*ImageableArea w162h288/Label - 2.25x4.00": "0 0 162 288" +*ImageableArea w162h396/Label - 2.25x5.50": "0 0 162 396" +*ImageableArea w171h396/Label - 2.38x5.50": "0 0 171 396" +*ImageableArea w180h72/Label - 2.50x1.00": "0 0 180 72" +*ImageableArea w180h144/Label - 2.50x2.00": "0 0 180 144" +*ImageableArea w198h90/Label - 2.75x1.25": "0 0 198 90" +*ImageableArea w216h72/Label - 3.00x1.00": "0 0 216 72" +*ImageableArea w216h90/Label - 3.00x1.25": "0 0 216 90" +*ImageableArea w216h144/Label - 3.00x2.00": "0 0 216 144" +*ImageableArea w216h216/Label - 3.00x3.00": "0 0 216 216" +*ImageableArea w216h360/Label - 3.00x5.00": "0 0 216 360" +*ImageableArea w234h144/Label - 3.25x2.00": "0 0 234 144" +*ImageableArea w234h360/Label - 3.25x5.00": "0 0 234 360" +*ImageableArea w234h396/Label - 3.25x5.50": "0 0 234 396" +*ImageableArea w234h419/Label - 3.25x5.83": "0 0 234 419" +*ImageableArea w234h563/Label - 3.25x7.83": "0 0 234 563" +*ImageableArea w252h72/Label - 3.50x1.00": "0 0 252 72" +*ImageableArea w288h72/Label - 4.00x1.00": "0 0 288 72" +*ImageableArea w288h144/Label - 4.00x2.00": "0 0 288 144" +*ImageableArea w288h180/Label - 4.00x2.50": "0 0 288 180" +*ImageableArea w288h216/Label - 4.00x3.00": "0 0 288 216" +*ImageableArea w288h288/Label - 4.00x4.00": "0 0 288 288" +*ImageableArea w288h360/Label - 4.00x5.00": "0 0 288 360" +*ImageableArea w288h432/Label - 4.00x6.00": "0 0 288 432" +*ImageableArea w288h468/Label - 4.00x6.50": "0 0 288 468" +*ImageableArea w288h936/Label - 4.00x13.00": "0 0 288 936" + +*DefaultPaperDimension: w288h360 +*PaperDimension w90h18/Label - 1.25x0.25": "90 18" +*PaperDimension w90h162/Label - 1.25x2.25": "90 162" +*PaperDimension w108h18/Label - 1.50x0.25": "108 18" +*PaperDimension w108h36/Label - 1.50x0.50": "108 36" +*PaperDimension w108h72/Label - 1.50x1.00": "108 72" +*PaperDimension w108h144/Label - 1.50x2.00": "108 144" +*PaperDimension w144h26/Label - 2.00x0.37": "144 26" +*PaperDimension w144h36/Label - 2.00x0.50": "144 36" +*PaperDimension w144h72/Label - 2.00x1.00": "144 72" +*PaperDimension w144h90/Label - 2.00x1.25": "144 90" +*PaperDimension w144h288/Label - 2.00x4.00": "144 288" +*PaperDimension w144h396/Label - 2.00x5.50": "144 396" +*PaperDimension w162h36/Label - 2.25x0.50": "162 36" +*PaperDimension w162h90/Label - 2.25x1.25": "162 90" +*PaperDimension w162h288/Label - 2.25x4.00": "162 288" +*PaperDimension w162h396/Label - 2.25x5.50": "162 396" +*PaperDimension w171h396/Label - 2.38x5.50": "171 396" +*PaperDimension w180h72/Label - 2.50x1.00": "180 72" +*PaperDimension w180h144/Label - 2.50x2.00": "180 144" +*PaperDimension w198h90/Label - 2.75x1.25": "198 90" +*PaperDimension w216h72/Label - 3.00x1.00": "216 72" +*PaperDimension w216h90/Label - 3.00x1.25": "216 90" +*PaperDimension w216h144/Label - 3.00x2.00": "216 144" +*PaperDimension w216h216/Label - 3.00x3.00": "216 216" +*PaperDimension w216h360/Label - 3.00x5.00": "216 360" +*PaperDimension w234h144/Label - 3.25x2.00": "234 144" +*PaperDimension w234h360/Label - 3.25x5.00": "234 360" +*PaperDimension w234h396/Label - 3.25x5.50": "234 396" +*PaperDimension w234h419/Label - 3.25x5.83": "234 419" +*PaperDimension w234h563/Label - 3.25x7.83": "234 563" +*PaperDimension w252h72/Label - 3.50x1.00": "252 72" +*PaperDimension w288h72/Label - 4.00x1.00": "288 72" +*PaperDimension w288h144/Label - 4.00x2.00": "288 144" +*PaperDimension w288h180/Label - 4.00x2.50": "288 180" +*PaperDimension w288h216/Label - 4.00x3.00": "288 216" +*PaperDimension w288h288/Label - 4.00x4.00": "288 288" +*PaperDimension w288h360/Label - 4.00x5.00": "288 360" +*PaperDimension w288h432/Label - 4.00x6.00": "288 432" +*PaperDimension w288h468/Label - 4.00x6.50": "288 468" +*PaperDimension w288h936/Label - 4.00x13.00": "288 936" + +*MaxMediaWidth: "288" +*MaxMediaHeight: "3600" +*HWMargins: 0 0 0 0 +*CustomPageSize True: "pop pop pop <>setpagedevice" +*ParamCustomPageSize Width: 1 points 36 288 +*ParamCustomPageSize Height: 2 points 36 3600 +*ParamCustomPageSize WidthOffset: 3 points 0 0 +*ParamCustomPageSize HeightOffset: 4 points 0 0 +*ParamCustomPageSize Orientation: 5 int 0 0 + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 203dpi +*Resolution 203dpi/203 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *zeMediaTracking/Media Tracking: PickOne +*OrderDependency: 20 AnySetup *zeMediaTracking +*DefaultzeMediaTracking: Web +*zeMediaTracking Continuous: "" +*zeMediaTracking Web/Non-continuous (Web sensing): "" +*zeMediaTracking Mark/Non-continuous (Mark sensing): "" +*CloseUI: *zeMediaTracking + +*OpenUI *MediaType/Media Type: PickOne +*OrderDependency: 20 AnySetup *MediaType +*DefaultMediaType: Saved +*MediaType Saved/PrinterDefault: "" +*MediaType Thermal/Thermal Transfer Media: "<>setpagedevice" +*MediaType Direct/Direct Thermal Media: "<>setpagedevice" +*CloseUI: *MediaType + +*OpenGroup: PrinterSettings/Printer Settings +*OpenUI *Darkness/Media Darkness: PickOne +*OrderDependency: 20 AnySetup *Darkness +*DefaultDarkness: -1 +*Darkness -1/PrinterDefault: "<>setpagedevice" +*Darkness 1: "<>setpagedevice" +*Darkness 2: "<>setpagedevice" +*Darkness 3: "<>setpagedevice" +*Darkness 4: "<>setpagedevice" +*Darkness 5: "<>setpagedevice" +*Darkness 6: "<>setpagedevice" +*Darkness 7: "<>setpagedevice" +*Darkness 8: "<>setpagedevice" +*Darkness 9: "<>setpagedevice" +*Darkness 10: "<>setpagedevice" +*Darkness 11: "<>setpagedevice" +*Darkness 12: "<>setpagedevice" +*Darkness 13: "<>setpagedevice" +*Darkness 14: "<>setpagedevice" +*Darkness 15: "<>setpagedevice" +*Darkness 16: "<>setpagedevice" +*Darkness 17: "<>setpagedevice" +*Darkness 18: "<>setpagedevice" +*Darkness 19: "<>setpagedevice" +*Darkness 20: "<>setpagedevice" +*Darkness 21: "<>setpagedevice" +*Darkness 22: "<>setpagedevice" +*Darkness 23: "<>setpagedevice" +*Darkness 24: "<>setpagedevice" +*Darkness 25: "<>setpagedevice" +*Darkness 26: "<>setpagedevice" +*Darkness 27: "<>setpagedevice" +*Darkness 28: "<>setpagedevice" +*Darkness 29: "<>setpagedevice" +*Darkness 30: "<>setpagedevice" +*CloseUI: *Darkness + +*OpenUI *zePrintRate/Print Rate: PickOne +*OrderDependency: 20 AnySetup *zePrintRate +*DefaultzePrintRate: Default +*zePrintRate Default/PrinterDefault: Default +*zePrintRate 1/1 inch/sec.: "" +*zePrintRate 2/2 inches/sec.: "" +*zePrintRate 3/3 inches/sec.: "" +*zePrintRate 4/4 inches/sec.: "" +*zePrintRate 5/5 inches/sec.: "" +*zePrintRate 6/6 inches/sec.: "" +*zePrintRate 7/7 inches/sec.: "" +*zePrintRate 8/8 inches/sec.: "" +*zePrintRate 9/9 inches/sec.: "" +*zePrintRate 10/10 inches/sec.: "" +*zePrintRate 11/11 inches/sec.: "" +*zePrintRate 12/12 inches/sec.: "" +*CloseUI: *zePrintRate + +*OpenUI *zeLabelTop/Label Top: PickOne +*OrderDependency: 20 AnySetup *zeLabelTop +*DefaultzeLabelTop: 200 +*zeLabelTop 200/PrinterDefault: "<>setpagedevice" +*zeLabelTop -120: "<>setpagedevice" +*zeLabelTop -115: "<>setpagedevice" +*zeLabelTop -110: "<>setpagedevice" +*zeLabelTop -105: "<>setpagedevice" +*zeLabelTop -100: "<>setpagedevice" +*zeLabelTop -95: "<>setpagedevice" +*zeLabelTop -90: "<>setpagedevice" +*zeLabelTop -85: "<>setpagedevice" +*zeLabelTop -80: "<>setpagedevice" +*zeLabelTop -75: "<>setpagedevice" +*zeLabelTop -70: "<>setpagedevice" +*zeLabelTop -65: "<>setpagedevice" +*zeLabelTop -60: "<>setpagedevice" +*zeLabelTop -55: "<>setpagedevice" +*zeLabelTop -50: "<>setpagedevice" +*zeLabelTop -45: "<>setpagedevice" +*zeLabelTop -40: "<>setpagedevice" +*zeLabelTop -35: "<>setpagedevice" +*zeLabelTop -30: "<>setpagedevice" +*zeLabelTop -25: "<>setpagedevice" +*zeLabelTop -20: "<>setpagedevice" +*zeLabelTop -15: "<>setpagedevice" +*zeLabelTop -10: "<>setpagedevice" +*zeLabelTop -5: "<>setpagedevice" +*zeLabelTop 0: "<>setpagedevice" +*zeLabelTop 5: "<>setpagedevice" +*zeLabelTop 10: "<>setpagedevice" +*zeLabelTop 15: "<>setpagedevice" +*zeLabelTop 20: "<>setpagedevice" +*zeLabelTop 25: "<>setpagedevice" +*zeLabelTop 30: "<>setpagedevice" +*zeLabelTop 35: "<>setpagedevice" +*zeLabelTop 40: "<>setpagedevice" +*zeLabelTop 45: "<>setpagedevice" +*zeLabelTop 50: "<>setpagedevice" +*zeLabelTop 55: "<>setpagedevice" +*zeLabelTop 60: "<>setpagedevice" +*zeLabelTop 65: "<>setpagedevice" +*zeLabelTop 70: "<>setpagedevice" +*zeLabelTop 75: "<>setpagedevice" +*zeLabelTop 80: "<>setpagedevice" +*zeLabelTop 85: "<>setpagedevice" +*zeLabelTop 90: "<>setpagedevice" +*zeLabelTop 95: "<>setpagedevice" +*zeLabelTop 100: "<>setpagedevice" +*zeLabelTop 105: "<>setpagedevice" +*zeLabelTop 110: "<>setpagedevice" +*zeLabelTop 115: "<>setpagedevice" +*zeLabelTop 120: "<>setpagedevice" +*CloseUI: *zeLabelTop + +*OpenUI *zePrintMode/Print Mode: PickOne +*OrderDependency: 20 AnySetup *zePrintMode +*DefaultzePrintMode: Saved +*zePrintMode Saved/PrinterDefault: "" +*zePrintMode Tear/Tear-off: "" +*zePrintMode Peel/Peel-Off: "" +*zePrintMode Rewind: "" +*zePrintMode Applicator: "" +*zePrintMode Cutter: "" +*CloseUI: *MediaTracking + +*OpenUI *zeTearOffPosition/Tear-off Adjust Position: PickOne +*OrderDependency: 20 AnySetup *zeTearOffPosition +*DefaultzeTearOffPosition: 1000 +*zeTearOffPosition 1000/PrinterDefault: "<>setpagedevice" +*zeTearOffPosition -120: "<>setpagedevice" +*zeTearOffPosition -115: "<>setpagedevice" +*zeTearOffPosition -110: "<>setpagedevice" +*zeTearOffPosition -105: "<>setpagedevice" +*zeTearOffPosition -100: "<>setpagedevice" +*zeTearOffPosition -95: "<>setpagedevice" +*zeTearOffPosition -90: "<>setpagedevice" +*zeTearOffPosition -85: "<>setpagedevice" +*zeTearOffPosition -80: "<>setpagedevice" +*zeTearOffPosition -75: "<>setpagedevice" +*zeTearOffPosition -70: "<>setpagedevice" +*zeTearOffPosition -65: "<>setpagedevice" +*zeTearOffPosition -60: "<>setpagedevice" +*zeTearOffPosition -55: "<>setpagedevice" +*zeTearOffPosition -50: "<>setpagedevice" +*zeTearOffPosition -45: "<>setpagedevice" +*zeTearOffPosition -40: "<>setpagedevice" +*zeTearOffPosition -35: "<>setpagedevice" +*zeTearOffPosition -30: "<>setpagedevice" +*zeTearOffPosition -25: "<>setpagedevice" +*zeTearOffPosition -20: "<>setpagedevice" +*zeTearOffPosition -15: "<>setpagedevice" +*zeTearOffPosition -10: "<>setpagedevice" +*zeTearOffPosition -5: "<>setpagedevice" +*zeTearOffPosition 0: "<>setpagedevice" +*zeTearOffPosition 5: "<>setpagedevice" +*zeTearOffPosition 10: "<>setpagedevice" +*zeTearOffPosition 15: "<>setpagedevice" +*zeTearOffPosition 20: "<>setpagedevice" +*zeTearOffPosition 25: "<>setpagedevice" +*zeTearOffPosition 30: "<>setpagedevice" +*zeTearOffPosition 35: "<>setpagedevice" +*zeTearOffPosition 40: "<>setpagedevice" +*zeTearOffPosition 45: "<>setpagedevice" +*zeTearOffPosition 50: "<>setpagedevice" +*zeTearOffPosition 55: "<>setpagedevice" +*zeTearOffPosition 60: "<>setpagedevice" +*zeTearOffPosition 65: "<>setpagedevice" +*zeTearOffPosition 70: "<>setpagedevice" +*zeTearOffPosition 75: "<>setpagedevice" +*zeTearOffPosition 80: "<>setpagedevice" +*zeTearOffPosition 85: "<>setpagedevice" +*zeTearOffPosition 90: "<>setpagedevice" +*zeTearOffPosition 95: "<>setpagedevice" +*zeTearOffPosition 100: "<>setpagedevice" +*zeTearOffPosition 105: "<>setpagedevice" +*zeTearOffPosition 110: "<>setpagedevice" +*zeTearOffPosition 115: "<>setpagedevice" +*zeTearOffPosition 120: "<>setpagedevice" +*CloseUI: *zeTearOffPosition + +*OpenUI *zeErrorReprint/Reprint After Error: PickOne +*OrderDependency: 20 AnySetup *zeErrorReprint +*DefaultzeErrorReprint: Saved +*zeErrorReprint Saved/PrinterDefault: "" +*zeErrorReprint Always: "" +*zeErrorReprint Never: "" +*CloseUI: *zeErrorReprint +*CloseGroup: PrinterSettings + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/zebracpl.ppd b/ppd/zebracpl.ppd new file mode 100644 index 0000000000..a1563c635f --- /dev/null +++ b/ppd/zebracpl.ppd @@ -0,0 +1,280 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample Zebra label printer driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 2001-2006 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "ZEBRACPL.PPD" +*Manufacturer: "Zebra" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: False +*cupsFilter: "application/vnd.cups-raster 0 rastertolabel" +*% cupsModelNumber is 16 for EPL1 line mode, 17 for EPL2 page mode, +*% 18 for ZPL mode, and 19 for CPCL mode. +*cupsModelNumber: 19 +*ModelName: "Zebra CPCL Label Printer" +*ShortNickName: "Zebra CPCL Label Printer" +*NickName: "Zebra CPCL Label Printer CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: w288h360 +*PageSize w144h72/Label - 2 x 1": "<>setpagedevice" +*PageSize w144h90/Label - 2 x 1.25": "<>setpagedevice" +*PageSize w144h144/Label - 2 x 2": "<>setpagedevice" +*PageSize w144h216/Label - 2 x 3": "<>setpagedevice" +*PageSize w209h72/Label - 2.9 x 1": "<>setpagedevice>>" +*PageSize w288h144/Label - 4 x 2": "<>setpagedevice" +*PageSize w288h216/Label - 4 x 3": "<>setpagedevice" +*PageSize w288h288/Label - 4 x 4": "<>setpagedevice" +*PageSize w288h360/Label - 4 x 5": "<>setpagedevice" +*PageSize w288h432/Label - 4 x 6": "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: w288h360 +*PageRegion w144h72/Label - 2 x 1": "<>setpagedevice" +*PageRegion w144h90/Label - 2 x 1.25": "<>setpagedevice" +*PageRegion w144h144/Label - 2 x 2": "<>setpagedevice" +*PageRegion w144h216/Label - 2 x 3": "<>setpagedevice" +*PageRegion w209h72/Label - 2.9 x 1": "<>setpagedevice>>" +*PageRegion w288h144/Label - 4 x 2": "<>setpagedevice" +*PageRegion w288h216/Label - 4 x 3": "<>setpagedevice" +*PageRegion w288h288/Label - 4 x 4": "<>setpagedevice" +*PageRegion w288h360/Label - 4 x 5": "<>setpagedevice" +*PageRegion w288h432/Label - 4 x 6": "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: w288h360 +*ImageableArea w144h72/Label - 2 x 1": "0 0 144 72" +*ImageableArea w144h90/Label - 2 x 1.25": "0 0 144 90" +*ImageableArea w144h144/Label - 2 x 2": "0 0 144 144" +*ImageableArea w144h216/Label - 2 x 3": "0 0 144 216" +*ImageableArea w209h72/Label - 2.9 x 1": "0 0 209 72" +*ImageableArea w288h144/Label - 4 x 2": "0 0 287 144" +*ImageableArea w288h216/Label - 4 x 3": "0 0 287 216" +*ImageableArea w288h288/Label - 4 x 4": "0 0 287 288" +*ImageableArea w288h360/Label - 4 x 5": "0 0 287 360" +*ImageableArea w288h432/Label - 4 x 6": "0 0 287 432" + +*DefaultPaperDimension: w288h360 +*PaperDimension w144h72/Label - 2 x 1": "144 72" +*PaperDimension w144h90/Label - 2 x 1.25": "144 90" +*PaperDimension w144h144/Label - 2 x 2": "144 144" +*PaperDimension w144h216/Label - 2 x 3": "144 216" +*PaperDimension w209h72/Label - 2.9 x 1": "209 72" +*PaperDimension w288h144/Label - 4 x 2": "288 144" +*PaperDimension w288h216/Label - 4 x 3": "288 216" +*PaperDimension w288h288/Label - 4 x 4": "288 288" +*PaperDimension w288h360/Label - 4 x 5": "288 360" +*PaperDimension w288h432/Label - 4 x 6": "288 432" + +*MaxMediaWidth: "288" +*MaxMediaHeight: "3600" +*HWMargins: 0 0 1 0 +*CustomPageSize True: "pop pop pop <>setpagedevice" +*ParamCustomPageSize Width: 1 points 36 288 +*ParamCustomPageSize Height: 2 points 36 3600 +*ParamCustomPageSize WidthOffset: 3 points 0 0 +*ParamCustomPageSize HeightOffset: 4 points 0 0 +*ParamCustomPageSize Orientation: 5 int 0 0 + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 203dpi +*Resolution 203dpi/203 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *zeMediaTracking/Media Tracking: PickOne +*OrderDependency: 20 AnySetup *zeMediaTracking +*DefaultzeMediaTracking: Web +*zeMediaTracking Continuous: "" +*zeMediaTracking Web/Non-continuous (Web sensing): "" +*zeMediaTracking Mark/Non-continuous (Mark sensing): "" +*CloseUI: *zeMediaTracking + +*OpenGroup: PrinterSettings/Printer Settings +*OpenUI *Darkness/Media Darkness: PickOne +*OrderDependency: 20 AnySetup *Darkness +*DefaultDarkness: -1 +*Darkness -1/PrinterDefault: "<>setpagedevice" +*Darkness 1: "<>setpagedevice" +*Darkness 2: "<>setpagedevice" +*Darkness 3: "<>setpagedevice" +*Darkness 4: "<>setpagedevice" +*Darkness 5: "<>setpagedevice" +*Darkness 6: "<>setpagedevice" +*Darkness 7: "<>setpagedevice" +*Darkness 8: "<>setpagedevice" +*Darkness 9: "<>setpagedevice" +*Darkness 10: "<>setpagedevice" +*Darkness 11: "<>setpagedevice" +*Darkness 12: "<>setpagedevice" +*Darkness 13: "<>setpagedevice" +*Darkness 14: "<>setpagedevice" +*Darkness 15: "<>setpagedevice" +*Darkness 16: "<>setpagedevice" +*Darkness 17: "<>setpagedevice" +*Darkness 18: "<>setpagedevice" +*Darkness 19: "<>setpagedevice" +*Darkness 20: "<>setpagedevice" +*Darkness 21: "<>setpagedevice" +*Darkness 22: "<>setpagedevice" +*Darkness 23: "<>setpagedevice" +*Darkness 24: "<>setpagedevice" +*Darkness 25: "<>setpagedevice" +*Darkness 26: "<>setpagedevice" +*Darkness 27: "<>setpagedevice" +*Darkness 28: "<>setpagedevice" +*Darkness 29: "<>setpagedevice" +*Darkness 30: "<>setpagedevice" +*CloseUI: *Darkness + +*OpenUI *zePrintRate/Print Rate: PickOne +*OrderDependency: 20 AnySetup *zePrintRate +*DefaultzePrintRate: Default +*zePrintRate Default/PrinterDefault: "" +*zePrintRate 1/1 inch/sec.: "" +*zePrintRate 2/2 inches/sec.: "" +*zePrintRate 3/3 inches/sec.: "" +*zePrintRate 4/4 inches/sec.: "" +*CloseUI: *zePrintRate + +*OpenUI *zeTearOffPosition/Tear-off Adjust Position: PickOne +*OrderDependency: 20 AnySetup *zeTearOffPosition +*DefaultzeTearOffPosition: 1000 +*zeTearOffPosition 1000/PrinterDefault: "<>setpagedevice" +*zeTearOffPosition -120: "<>setpagedevice" +*zeTearOffPosition -115: "<>setpagedevice" +*zeTearOffPosition -110: "<>setpagedevice" +*zeTearOffPosition -105: "<>setpagedevice" +*zeTearOffPosition -100: "<>setpagedevice" +*zeTearOffPosition -95: "<>setpagedevice" +*zeTearOffPosition -90: "<>setpagedevice" +*zeTearOffPosition -85: "<>setpagedevice" +*zeTearOffPosition -80: "<>setpagedevice" +*zeTearOffPosition -75: "<>setpagedevice" +*zeTearOffPosition -70: "<>setpagedevice" +*zeTearOffPosition -65: "<>setpagedevice" +*zeTearOffPosition -60: "<>setpagedevice" +*zeTearOffPosition -55: "<>setpagedevice" +*zeTearOffPosition -50: "<>setpagedevice" +*zeTearOffPosition -45: "<>setpagedevice" +*zeTearOffPosition -40: "<>setpagedevice" +*zeTearOffPosition -35: "<>setpagedevice" +*zeTearOffPosition -30: "<>setpagedevice" +*zeTearOffPosition -25: "<>setpagedevice" +*zeTearOffPosition -20: "<>setpagedevice" +*zeTearOffPosition -15: "<>setpagedevice" +*zeTearOffPosition -10: "<>setpagedevice" +*zeTearOffPosition -5: "<>setpagedevice" +*zeTearOffPosition 0: "<>setpagedevice" +*zeTearOffPosition 5: "<>setpagedevice" +*zeTearOffPosition 10: "<>setpagedevice" +*zeTearOffPosition 15: "<>setpagedevice" +*zeTearOffPosition 20: "<>setpagedevice" +*zeTearOffPosition 25: "<>setpagedevice" +*zeTearOffPosition 30: "<>setpagedevice" +*zeTearOffPosition 35: "<>setpagedevice" +*zeTearOffPosition 40: "<>setpagedevice" +*zeTearOffPosition 45: "<>setpagedevice" +*zeTearOffPosition 50: "<>setpagedevice" +*zeTearOffPosition 55: "<>setpagedevice" +*zeTearOffPosition 60: "<>setpagedevice" +*zeTearOffPosition 65: "<>setpagedevice" +*zeTearOffPosition 70: "<>setpagedevice" +*zeTearOffPosition 75: "<>setpagedevice" +*zeTearOffPosition 80: "<>setpagedevice" +*zeTearOffPosition 85: "<>setpagedevice" +*zeTearOffPosition 90: "<>setpagedevice" +*zeTearOffPosition 95: "<>setpagedevice" +*zeTearOffPosition 100: "<>setpagedevice" +*zeTearOffPosition 105: "<>setpagedevice" +*zeTearOffPosition 110: "<>setpagedevice" +*zeTearOffPosition 115: "<>setpagedevice" +*zeTearOffPosition 120: "<>setpagedevice" +*CloseUI: *zeTearOffPosition + +*OpenUI *zeErrorReprint/Reprint After Error: PickOne +*OrderDependency: 20 AnySetup *zeErrorReprint +*DefaultzeErrorReprint: Saved +*zeErrorReprint Saved/PrinterDefault: "" +*zeErrorReprint Always: "" +*zeErrorReprint Never: "" +*CloseUI: *zeErrorReprint +*CloseGroup: PrinterSettings + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/zebraep1.ppd b/ppd/zebraep1.ppd new file mode 100644 index 0000000000..4435bac00e --- /dev/null +++ b/ppd/zebraep1.ppd @@ -0,0 +1,330 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample Zebra label printer driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 2001-2006 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "ZEBRA.PPD" +*Manufacturer: "Zebra" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: False +*cupsFilter: "application/vnd.cups-raster 0 rastertolabel" +*% cupsModelNumber is 16 for EPL1 line mode, 17 for EPL2 page mode, +*% 18 for ZPL mode, and 19 for CPCL mode. +*cupsModelNumber: 16 +*ModelName: "Zebra EPL1 Label Printer" +*ShortNickName: "Zebra EPL1 Label Printer" +*NickName: "Zebra EPL1 Label Printer CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: w288h360 +*PageSize w90h18/Label - 1.25x0.25": "<>setpagedevice" +*PageSize w90h162/Label - 1.25x2.25": "<>setpagedevice" +*PageSize w108h18/Label - 1.50x0.25": "<>setpagedevice" +*PageSize w108h36/Label - 1.50x0.50": "<>setpagedevice" +*PageSize w108h72/Label - 1.50x1.00": "<>setpagedevice" +*PageSize w108h144/Label - 1.50x2.00": "<>setpagedevice" +*PageSize w144h26/Label - 2.00x0.37": "<>setpagedevice" +*PageSize w144h36/Label - 2.00x0.50": "<>setpagedevice" +*PageSize w144h72/Label - 2.00x1.00": "<>setpagedevice" +*PageSize w144h90/Label - 2.00x1.25": "<>setpagedevice" +*PageSize w144h288/Label - 2.00x4.00": "<>setpagedevice" +*PageSize w144h396/Label - 2.00x5.50": "<>setpagedevice" +*PageSize w162h36/Label - 2.25x0.50": "<>setpagedevice" +*PageSize w162h90/Label - 2.25x1.25": "<>setpagedevice" +*PageSize w162h288/Label - 2.25x4.00": "<>setpagedevice" +*PageSize w162h396/Label - 2.25x5.50": "<>setpagedevice" +*PageSize w171h396/Label - 2.38x5.50": "<>setpagedevice" +*PageSize w180h72/Label - 2.50x1.00": "<>setpagedevice" +*PageSize w180h144/Label - 2.50x2.00": "<>setpagedevice" +*PageSize w198h90/Label - 2.75x1.25": "<>setpagedevice" +*PageSize w216h72/Label - 3.00x1.00": "<>setpagedevice" +*PageSize w216h90/Label - 3.00x1.25": "<>setpagedevice" +*PageSize w216h144/Label - 3.00x2.00": "<>setpagedevice" +*PageSize w216h216/Label - 3.00x3.00": "<>setpagedevice" +*PageSize w216h360/Label - 3.00x5.00": "<>setpagedevice" +*PageSize w234h144/Label - 3.25x2.00": "<>setpagedevice" +*PageSize w234h360/Label - 3.25x5.00": "<>setpagedevice" +*PageSize w234h396/Label - 3.25x5.50": "<>setpagedevice" +*PageSize w234h419/Label - 3.25x5.83": "<>setpagedevice" +*PageSize w234h563/Label - 3.25x7.83": "<>setpagedevice" +*PageSize w252h72/Label - 3.50x1.00": "<>setpagedevice" +*PageSize w288h72/Label - 4.00x1.00": "<>setpagedevice" +*PageSize w288h144/Label - 4.00x2.00": "<>setpagedevice" +*PageSize w288h180/Label - 4.00x2.50": "<>setpagedevice" +*PageSize w288h216/Label - 4.00x3.00": "<>setpagedevice" +*PageSize w288h288/Label - 4.00x4.00": "<>setpagedevice" +*PageSize w288h360/Label - 4.00x5.00": "<>setpagedevice" +*PageSize w288h432/Label - 4.00x6.00": "<>setpagedevice" +*PageSize w288h468/Label - 4.00x6.50": "<>setpagedevice" +*PageSize w288h936/Label - 4.00x13.00": "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: w288h360 +*PageRegion w90h18/Label - 1.25x0.25": "<>setpagedevice" +*PageRegion w90h162/Label - 1.25x2.25": "<>setpagedevice" +*PageRegion w108h18/Label - 1.50x0.25": "<>setpagedevice" +*PageRegion w108h36/Label - 1.50x0.50": "<>setpagedevice" +*PageRegion w108h72/Label - 1.50x1.00": "<>setpagedevice" +*PageRegion w108h144/Label - 1.50x2.00": "<>setpagedevice" +*PageRegion w144h26/Label - 2.00x0.37": "<>setpagedevice" +*PageRegion w144h36/Label - 2.00x0.50": "<>setpagedevice" +*PageRegion w144h72/Label - 2.00x1.00": "<>setpagedevice" +*PageRegion w144h90/Label - 2.00x1.25": "<>setpagedevice" +*PageRegion w144h288/Label - 2.00x4.00": "<>setpagedevice" +*PageRegion w144h396/Label - 2.00x5.50": "<>setpagedevice" +*PageRegion w162h36/Label - 2.25x0.50": "<>setpagedevice" +*PageRegion w162h90/Label - 2.25x1.25": "<>setpagedevice" +*PageRegion w162h288/Label - 2.25x4.00": "<>setpagedevice" +*PageRegion w162h396/Label - 2.25x5.50": "<>setpagedevice" +*PageRegion w171h396/Label - 2.38x5.50": "<>setpagedevice" +*PageRegion w180h72/Label - 2.50x1.00": "<>setpagedevice" +*PageRegion w180h144/Label - 2.50x2.00": "<>setpagedevice" +*PageRegion w198h90/Label - 2.75x1.25": "<>setpagedevice" +*PageRegion w216h72/Label - 3.00x1.00": "<>setpagedevice" +*PageRegion w216h90/Label - 3.00x1.25": "<>setpagedevice" +*PageRegion w216h144/Label - 3.00x2.00": "<>setpagedevice" +*PageRegion w216h216/Label - 3.00x3.00": "<>setpagedevice" +*PageRegion w216h360/Label - 3.00x5.00": "<>setpagedevice" +*PageRegion w234h144/Label - 3.25x2.00": "<>setpagedevice" +*PageRegion w234h360/Label - 3.25x5.00": "<>setpagedevice" +*PageRegion w234h396/Label - 3.25x5.50": "<>setpagedevice" +*PageRegion w234h419/Label - 3.25x5.83": "<>setpagedevice" +*PageRegion w234h563/Label - 3.25x7.83": "<>setpagedevice" +*PageRegion w252h72/Label - 3.50x1.00": "<>setpagedevice" +*PageRegion w288h72/Label - 4.00x1.00": "<>setpagedevice" +*PageRegion w288h144/Label - 4.00x2.00": "<>setpagedevice" +*PageRegion w288h180/Label - 4.00x2.50": "<>setpagedevice" +*PageRegion w288h216/Label - 4.00x3.00": "<>setpagedevice" +*PageRegion w288h288/Label - 4.00x4.00": "<>setpagedevice" +*PageRegion w288h360/Label - 4.00x5.00": "<>setpagedevice" +*PageRegion w288h432/Label - 4.00x6.00": "<>setpagedevice" +*PageRegion w288h468/Label - 4.00x6.50": "<>setpagedevice" +*PageRegion w288h936/Label - 4.00x13.00": "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: w288h360 +*ImageableArea w90h18/Label - 1.25x0.25": "0 0 90 18" +*ImageableArea w90h162/Label - 1.25x2.25": "0 0 90 162" +*ImageableArea w108h18/Label - 1.50x0.25": "0 0 108 18" +*ImageableArea w108h36/Label - 1.50x0.50": "0 0 108 36" +*ImageableArea w108h72/Label - 1.50x1.00": "0 0 108 72" +*ImageableArea w108h144/Label - 1.50x2.00": "0 0 108 144" +*ImageableArea w144h26/Label - 2.00x0.37": "0 0 144 26" +*ImageableArea w144h36/Label - 2.00x0.50": "0 0 144 36" +*ImageableArea w144h72/Label - 2.00x1.00": "0 0 144 72" +*ImageableArea w144h90/Label - 2.00x1.25": "0 0 144 90" +*ImageableArea w144h288/Label - 2.00x4.00": "0 0 144 288" +*ImageableArea w144h396/Label - 2.00x5.50": "0 0 144 396" +*ImageableArea w162h36/Label - 2.25x0.50": "0 0 162 36" +*ImageableArea w162h90/Label - 2.25x1.25": "0 0 162 90" +*ImageableArea w162h288/Label - 2.25x4.00": "0 0 162 288" +*ImageableArea w162h396/Label - 2.25x5.50": "0 0 162 396" +*ImageableArea w171h396/Label - 2.38x5.50": "0 0 171 396" +*ImageableArea w180h72/Label - 2.50x1.00": "0 0 180 72" +*ImageableArea w180h144/Label - 2.50x2.00": "0 0 180 144" +*ImageableArea w198h90/Label - 2.75x1.25": "0 0 198 90" +*ImageableArea w216h72/Label - 3.00x1.00": "0 0 216 72" +*ImageableArea w216h90/Label - 3.00x1.25": "0 0 216 90" +*ImageableArea w216h144/Label - 3.00x2.00": "0 0 216 144" +*ImageableArea w216h216/Label - 3.00x3.00": "0 0 216 216" +*ImageableArea w216h360/Label - 3.00x5.00": "0 0 216 360" +*ImageableArea w234h144/Label - 3.25x2.00": "0 0 234 144" +*ImageableArea w234h360/Label - 3.25x5.00": "0 0 234 360" +*ImageableArea w234h396/Label - 3.25x5.50": "0 0 234 396" +*ImageableArea w234h419/Label - 3.25x5.83": "0 0 234 419" +*ImageableArea w234h563/Label - 3.25x7.83": "0 0 234 563" +*ImageableArea w252h72/Label - 3.50x1.00": "0 0 252 72" +*ImageableArea w288h72/Label - 4.00x1.00": "0 0 288 72" +*ImageableArea w288h144/Label - 4.00x2.00": "0 0 288 144" +*ImageableArea w288h180/Label - 4.00x2.50": "0 0 288 180" +*ImageableArea w288h216/Label - 4.00x3.00": "0 0 288 216" +*ImageableArea w288h288/Label - 4.00x4.00": "0 0 288 288" +*ImageableArea w288h360/Label - 4.00x5.00": "0 0 288 360" +*ImageableArea w288h432/Label - 4.00x6.00": "0 0 288 432" +*ImageableArea w288h468/Label - 4.00x6.50": "0 0 288 468" +*ImageableArea w288h936/Label - 4.00x13.00": "0 0 288 936" + +*DefaultPaperDimension: w288h360 +*PaperDimension w90h18/Label - 1.25x0.25": "90 18" +*PaperDimension w90h162/Label - 1.25x2.25": "90 162" +*PaperDimension w108h18/Label - 1.50x0.25": "108 18" +*PaperDimension w108h36/Label - 1.50x0.50": "108 36" +*PaperDimension w108h72/Label - 1.50x1.00": "108 72" +*PaperDimension w108h144/Label - 1.50x2.00": "108 144" +*PaperDimension w144h26/Label - 2.00x0.37": "144 26" +*PaperDimension w144h36/Label - 2.00x0.50": "144 36" +*PaperDimension w144h72/Label - 2.00x1.00": "144 72" +*PaperDimension w144h90/Label - 2.00x1.25": "144 90" +*PaperDimension w144h288/Label - 2.00x4.00": "144 288" +*PaperDimension w144h396/Label - 2.00x5.50": "144 396" +*PaperDimension w162h36/Label - 2.25x0.50": "162 36" +*PaperDimension w162h90/Label - 2.25x1.25": "162 90" +*PaperDimension w162h288/Label - 2.25x4.00": "162 288" +*PaperDimension w162h396/Label - 2.25x5.50": "162 396" +*PaperDimension w171h396/Label - 2.38x5.50": "171 396" +*PaperDimension w180h72/Label - 2.50x1.00": "180 72" +*PaperDimension w180h144/Label - 2.50x2.00": "180 144" +*PaperDimension w198h90/Label - 2.75x1.25": "198 90" +*PaperDimension w216h72/Label - 3.00x1.00": "216 72" +*PaperDimension w216h90/Label - 3.00x1.25": "216 90" +*PaperDimension w216h144/Label - 3.00x2.00": "216 144" +*PaperDimension w216h216/Label - 3.00x3.00": "216 216" +*PaperDimension w216h360/Label - 3.00x5.00": "216 360" +*PaperDimension w234h144/Label - 3.25x2.00": "234 144" +*PaperDimension w234h360/Label - 3.25x5.00": "234 360" +*PaperDimension w234h396/Label - 3.25x5.50": "234 396" +*PaperDimension w234h419/Label - 3.25x5.83": "234 419" +*PaperDimension w234h563/Label - 3.25x7.83": "234 563" +*PaperDimension w252h72/Label - 3.50x1.00": "252 72" +*PaperDimension w288h72/Label - 4.00x1.00": "288 72" +*PaperDimension w288h144/Label - 4.00x2.00": "288 144" +*PaperDimension w288h180/Label - 4.00x2.50": "288 180" +*PaperDimension w288h216/Label - 4.00x3.00": "288 216" +*PaperDimension w288h288/Label - 4.00x4.00": "288 288" +*PaperDimension w288h360/Label - 4.00x5.00": "288 360" +*PaperDimension w288h432/Label - 4.00x6.00": "288 432" +*PaperDimension w288h468/Label - 4.00x6.50": "288 468" +*PaperDimension w288h936/Label - 4.00x13.00": "288 936" + +*MaxMediaWidth: "288" +*MaxMediaHeight: "3600" +*HWMargins: 0 0 0 0 +*CustomPageSize True: "pop pop pop <>setpagedevice" +*ParamCustomPageSize Width: 1 points 36 288 +*ParamCustomPageSize Height: 2 points 36 3600 +*ParamCustomPageSize WidthOffset: 3 points 0 0 +*ParamCustomPageSize HeightOffset: 4 points 0 0 +*ParamCustomPageSize Orientation: 5 int 0 0 + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 203dpi +*Resolution 203dpi/203 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenGroup: PrinterSettings/Printer Settings +*OpenUI *Darkness/Media Darkness: PickOne +*OrderDependency: 20 AnySetup *Darkness +*DefaultDarkness: -1 +*Darkness -1/PrinterDefault: "<>setpagedevice" +*Darkness 1: "<>setpagedevice" +*Darkness 2: "<>setpagedevice" +*Darkness 3: "<>setpagedevice" +*Darkness 4: "<>setpagedevice" +*Darkness 5: "<>setpagedevice" +*Darkness 6: "<>setpagedevice" +*Darkness 7: "<>setpagedevice" +*Darkness 8: "<>setpagedevice" +*Darkness 9: "<>setpagedevice" +*Darkness 10: "<>setpagedevice" +*Darkness 11: "<>setpagedevice" +*Darkness 12: "<>setpagedevice" +*Darkness 13: "<>setpagedevice" +*Darkness 14: "<>setpagedevice" +*Darkness 15: "<>setpagedevice" +*Darkness 16: "<>setpagedevice" +*Darkness 17: "<>setpagedevice" +*Darkness 18: "<>setpagedevice" +*Darkness 19: "<>setpagedevice" +*Darkness 20: "<>setpagedevice" +*Darkness 21: "<>setpagedevice" +*Darkness 22: "<>setpagedevice" +*Darkness 23: "<>setpagedevice" +*Darkness 24: "<>setpagedevice" +*Darkness 25: "<>setpagedevice" +*Darkness 26: "<>setpagedevice" +*Darkness 27: "<>setpagedevice" +*Darkness 28: "<>setpagedevice" +*Darkness 29: "<>setpagedevice" +*Darkness 30: "<>setpagedevice" +*CloseUI: *Darkness + +*OpenUI *zePrintRate/Print Rate: PickOne +*OrderDependency: 20 AnySetup *zePrintRate +*DefaultzePrintRate: Default +*zePrintRate Default/PrinterDefault: "" +*zePrintRate 1/1 inch/sec.: "" +*zePrintRate 1.5/1.5 inch/sec.: "" +*zePrintRate 2/2 inches/sec.: "" +*zePrintRate 2.5/2.5 inches/sec.: "" +*CloseUI: *zePrintRate +*CloseGroup: PrinterSettings + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/ppd/zebraep2.ppd b/ppd/zebraep2.ppd new file mode 100644 index 0000000000..471a157984 --- /dev/null +++ b/ppd/zebraep2.ppd @@ -0,0 +1,342 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Sample Zebra label printer driver PPD file for the Common UNIX Printing +*% System (CUPS). +*% +*% Copyright 2001-2006 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.2" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "ZEBRA.PPD" +*Manufacturer: "Zebra" +*Product: "(GNU Ghostscript)" +*Product: "(ESP Ghostscript)" +*cupsVersion: 1.2 +*cupsManualCopies: False +*cupsFilter: "application/vnd.cups-raster 0 rastertolabel" +*% cupsModelNumber is 16 for EPL1 line mode, 17 for EPL2 page mode, +*% 18 for ZPL mode, and 19 for CPCL mode. +*cupsModelNumber: 17 +*ModelName: "Zebra EPL2 Label Printer" +*ShortNickName: "Zebra EPL2 Label Printer" +*NickName: "Zebra EPL2 Label Printer CUPS v1.2" +*PSVersion: "(3010.000) 81501" +*LanguageLevel: "3" +*ColorDevice: False +*DefaultColorSpace: Gray +*FileSystem: False +*Throughput: "8" +*LandscapeOrientation: Plus90 +*TTRasterizer: Type42 + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: w288h360 +*PageSize w90h18/Label - 1.25x0.25": "<>setpagedevice" +*PageSize w90h162/Label - 1.25x2.25": "<>setpagedevice" +*PageSize w108h18/Label - 1.50x0.25": "<>setpagedevice" +*PageSize w108h36/Label - 1.50x0.50": "<>setpagedevice" +*PageSize w108h72/Label - 1.50x1.00": "<>setpagedevice" +*PageSize w108h144/Label - 1.50x2.00": "<>setpagedevice" +*PageSize w144h26/Label - 2.00x0.37": "<>setpagedevice" +*PageSize w144h36/Label - 2.00x0.50": "<>setpagedevice" +*PageSize w144h72/Label - 2.00x1.00": "<>setpagedevice" +*PageSize w144h90/Label - 2.00x1.25": "<>setpagedevice" +*PageSize w144h288/Label - 2.00x4.00": "<>setpagedevice" +*PageSize w144h396/Label - 2.00x5.50": "<>setpagedevice" +*PageSize w162h36/Label - 2.25x0.50": "<>setpagedevice" +*PageSize w162h90/Label - 2.25x1.25": "<>setpagedevice" +*PageSize w162h288/Label - 2.25x4.00": "<>setpagedevice" +*PageSize w162h396/Label - 2.25x5.50": "<>setpagedevice" +*PageSize w171h396/Label - 2.38x5.50": "<>setpagedevice" +*PageSize w180h72/Label - 2.50x1.00": "<>setpagedevice" +*PageSize w180h144/Label - 2.50x2.00": "<>setpagedevice" +*PageSize w198h90/Label - 2.75x1.25": "<>setpagedevice" +*PageSize w216h72/Label - 3.00x1.00": "<>setpagedevice" +*PageSize w216h90/Label - 3.00x1.25": "<>setpagedevice" +*PageSize w216h144/Label - 3.00x2.00": "<>setpagedevice" +*PageSize w216h216/Label - 3.00x3.00": "<>setpagedevice" +*PageSize w216h360/Label - 3.00x5.00": "<>setpagedevice" +*PageSize w234h144/Label - 3.25x2.00": "<>setpagedevice" +*PageSize w234h360/Label - 3.25x5.00": "<>setpagedevice" +*PageSize w234h396/Label - 3.25x5.50": "<>setpagedevice" +*PageSize w234h419/Label - 3.25x5.83": "<>setpagedevice" +*PageSize w234h563/Label - 3.25x7.83": "<>setpagedevice" +*PageSize w252h72/Label - 3.50x1.00": "<>setpagedevice" +*PageSize w288h72/Label - 4.00x1.00": "<>setpagedevice" +*PageSize w288h144/Label - 4.00x2.00": "<>setpagedevice" +*PageSize w288h180/Label - 4.00x2.50": "<>setpagedevice" +*PageSize w288h216/Label - 4.00x3.00": "<>setpagedevice" +*PageSize w288h288/Label - 4.00x4.00": "<>setpagedevice" +*PageSize w288h360/Label - 4.00x5.00": "<>setpagedevice" +*PageSize w288h432/Label - 4.00x6.00": "<>setpagedevice" +*PageSize w288h468/Label - 4.00x6.50": "<>setpagedevice" +*PageSize w288h936/Label - 4.00x13.00": "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: w288h360 +*PageRegion w90h18/Label - 1.25x0.25": "<>setpagedevice" +*PageRegion w90h162/Label - 1.25x2.25": "<>setpagedevice" +*PageRegion w108h18/Label - 1.50x0.25": "<>setpagedevice" +*PageRegion w108h36/Label - 1.50x0.50": "<>setpagedevice" +*PageRegion w108h72/Label - 1.50x1.00": "<>setpagedevice" +*PageRegion w108h144/Label - 1.50x2.00": "<>setpagedevice" +*PageRegion w144h26/Label - 2.00x0.37": "<>setpagedevice" +*PageRegion w144h36/Label - 2.00x0.50": "<>setpagedevice" +*PageRegion w144h72/Label - 2.00x1.00": "<>setpagedevice" +*PageRegion w144h90/Label - 2.00x1.25": "<>setpagedevice" +*PageRegion w144h288/Label - 2.00x4.00": "<>setpagedevice" +*PageRegion w144h396/Label - 2.00x5.50": "<>setpagedevice" +*PageRegion w162h36/Label - 2.25x0.50": "<>setpagedevice" +*PageRegion w162h90/Label - 2.25x1.25": "<>setpagedevice" +*PageRegion w162h288/Label - 2.25x4.00": "<>setpagedevice" +*PageRegion w162h396/Label - 2.25x5.50": "<>setpagedevice" +*PageRegion w171h396/Label - 2.38x5.50": "<>setpagedevice" +*PageRegion w180h72/Label - 2.50x1.00": "<>setpagedevice" +*PageRegion w180h144/Label - 2.50x2.00": "<>setpagedevice" +*PageRegion w198h90/Label - 2.75x1.25": "<>setpagedevice" +*PageRegion w216h72/Label - 3.00x1.00": "<>setpagedevice" +*PageRegion w216h90/Label - 3.00x1.25": "<>setpagedevice" +*PageRegion w216h144/Label - 3.00x2.00": "<>setpagedevice" +*PageRegion w216h216/Label - 3.00x3.00": "<>setpagedevice" +*PageRegion w216h360/Label - 3.00x5.00": "<>setpagedevice" +*PageRegion w234h144/Label - 3.25x2.00": "<>setpagedevice" +*PageRegion w234h360/Label - 3.25x5.00": "<>setpagedevice" +*PageRegion w234h396/Label - 3.25x5.50": "<>setpagedevice" +*PageRegion w234h419/Label - 3.25x5.83": "<>setpagedevice" +*PageRegion w234h563/Label - 3.25x7.83": "<>setpagedevice" +*PageRegion w252h72/Label - 3.50x1.00": "<>setpagedevice" +*PageRegion w288h72/Label - 4.00x1.00": "<>setpagedevice" +*PageRegion w288h144/Label - 4.00x2.00": "<>setpagedevice" +*PageRegion w288h180/Label - 4.00x2.50": "<>setpagedevice" +*PageRegion w288h216/Label - 4.00x3.00": "<>setpagedevice" +*PageRegion w288h288/Label - 4.00x4.00": "<>setpagedevice" +*PageRegion w288h360/Label - 4.00x5.00": "<>setpagedevice" +*PageRegion w288h432/Label - 4.00x6.00": "<>setpagedevice" +*PageRegion w288h468/Label - 4.00x6.50": "<>setpagedevice" +*PageRegion w288h936/Label - 4.00x13.00": "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: w288h360 +*ImageableArea w90h18/Label - 1.25x0.25": "0 0 90 18" +*ImageableArea w90h162/Label - 1.25x2.25": "0 0 90 162" +*ImageableArea w108h18/Label - 1.50x0.25": "0 0 108 18" +*ImageableArea w108h36/Label - 1.50x0.50": "0 0 108 36" +*ImageableArea w108h72/Label - 1.50x1.00": "0 0 108 72" +*ImageableArea w108h144/Label - 1.50x2.00": "0 0 108 144" +*ImageableArea w144h26/Label - 2.00x0.37": "0 0 144 26" +*ImageableArea w144h36/Label - 2.00x0.50": "0 0 144 36" +*ImageableArea w144h72/Label - 2.00x1.00": "0 0 144 72" +*ImageableArea w144h90/Label - 2.00x1.25": "0 0 144 90" +*ImageableArea w144h288/Label - 2.00x4.00": "0 0 144 288" +*ImageableArea w144h396/Label - 2.00x5.50": "0 0 144 396" +*ImageableArea w162h36/Label - 2.25x0.50": "0 0 162 36" +*ImageableArea w162h90/Label - 2.25x1.25": "0 0 162 90" +*ImageableArea w162h288/Label - 2.25x4.00": "0 0 162 288" +*ImageableArea w162h396/Label - 2.25x5.50": "0 0 162 396" +*ImageableArea w171h396/Label - 2.38x5.50": "0 0 171 396" +*ImageableArea w180h72/Label - 2.50x1.00": "0 0 180 72" +*ImageableArea w180h144/Label - 2.50x2.00": "0 0 180 144" +*ImageableArea w198h90/Label - 2.75x1.25": "0 0 198 90" +*ImageableArea w216h72/Label - 3.00x1.00": "0 0 216 72" +*ImageableArea w216h90/Label - 3.00x1.25": "0 0 216 90" +*ImageableArea w216h144/Label - 3.00x2.00": "0 0 216 144" +*ImageableArea w216h216/Label - 3.00x3.00": "0 0 216 216" +*ImageableArea w216h360/Label - 3.00x5.00": "0 0 216 360" +*ImageableArea w234h144/Label - 3.25x2.00": "0 0 234 144" +*ImageableArea w234h360/Label - 3.25x5.00": "0 0 234 360" +*ImageableArea w234h396/Label - 3.25x5.50": "0 0 234 396" +*ImageableArea w234h419/Label - 3.25x5.83": "0 0 234 419" +*ImageableArea w234h563/Label - 3.25x7.83": "0 0 234 563" +*ImageableArea w252h72/Label - 3.50x1.00": "0 0 252 72" +*ImageableArea w288h72/Label - 4.00x1.00": "0 0 288 72" +*ImageableArea w288h144/Label - 4.00x2.00": "0 0 288 144" +*ImageableArea w288h180/Label - 4.00x2.50": "0 0 288 180" +*ImageableArea w288h216/Label - 4.00x3.00": "0 0 288 216" +*ImageableArea w288h288/Label - 4.00x4.00": "0 0 288 288" +*ImageableArea w288h360/Label - 4.00x5.00": "0 0 288 360" +*ImageableArea w288h432/Label - 4.00x6.00": "0 0 288 432" +*ImageableArea w288h468/Label - 4.00x6.50": "0 0 288 468" +*ImageableArea w288h936/Label - 4.00x13.00": "0 0 288 936" + +*DefaultPaperDimension: w288h360 +*PaperDimension w90h18/Label - 1.25x0.25": "90 18" +*PaperDimension w90h162/Label - 1.25x2.25": "90 162" +*PaperDimension w108h18/Label - 1.50x0.25": "108 18" +*PaperDimension w108h36/Label - 1.50x0.50": "108 36" +*PaperDimension w108h72/Label - 1.50x1.00": "108 72" +*PaperDimension w108h144/Label - 1.50x2.00": "108 144" +*PaperDimension w144h26/Label - 2.00x0.37": "144 26" +*PaperDimension w144h36/Label - 2.00x0.50": "144 36" +*PaperDimension w144h72/Label - 2.00x1.00": "144 72" +*PaperDimension w144h90/Label - 2.00x1.25": "144 90" +*PaperDimension w144h288/Label - 2.00x4.00": "144 288" +*PaperDimension w144h396/Label - 2.00x5.50": "144 396" +*PaperDimension w162h36/Label - 2.25x0.50": "162 36" +*PaperDimension w162h90/Label - 2.25x1.25": "162 90" +*PaperDimension w162h288/Label - 2.25x4.00": "162 288" +*PaperDimension w162h396/Label - 2.25x5.50": "162 396" +*PaperDimension w171h396/Label - 2.38x5.50": "171 396" +*PaperDimension w180h72/Label - 2.50x1.00": "180 72" +*PaperDimension w180h144/Label - 2.50x2.00": "180 144" +*PaperDimension w198h90/Label - 2.75x1.25": "198 90" +*PaperDimension w216h72/Label - 3.00x1.00": "216 72" +*PaperDimension w216h90/Label - 3.00x1.25": "216 90" +*PaperDimension w216h144/Label - 3.00x2.00": "216 144" +*PaperDimension w216h216/Label - 3.00x3.00": "216 216" +*PaperDimension w216h360/Label - 3.00x5.00": "216 360" +*PaperDimension w234h144/Label - 3.25x2.00": "234 144" +*PaperDimension w234h360/Label - 3.25x5.00": "234 360" +*PaperDimension w234h396/Label - 3.25x5.50": "234 396" +*PaperDimension w234h419/Label - 3.25x5.83": "234 419" +*PaperDimension w234h563/Label - 3.25x7.83": "234 563" +*PaperDimension w252h72/Label - 3.50x1.00": "252 72" +*PaperDimension w288h72/Label - 4.00x1.00": "288 72" +*PaperDimension w288h144/Label - 4.00x2.00": "288 144" +*PaperDimension w288h180/Label - 4.00x2.50": "288 180" +*PaperDimension w288h216/Label - 4.00x3.00": "288 216" +*PaperDimension w288h288/Label - 4.00x4.00": "288 288" +*PaperDimension w288h360/Label - 4.00x5.00": "288 360" +*PaperDimension w288h432/Label - 4.00x6.00": "288 432" +*PaperDimension w288h468/Label - 4.00x6.50": "288 468" +*PaperDimension w288h936/Label - 4.00x13.00": "288 936" + +*MaxMediaWidth: "288" +*MaxMediaHeight: "3600" +*HWMargins: 0 0 0 0 +*CustomPageSize True: "pop pop pop <>setpagedevice" +*ParamCustomPageSize Width: 1 points 36 288 +*ParamCustomPageSize Height: 2 points 36 3600 +*ParamCustomPageSize WidthOffset: 3 points 0 0 +*ParamCustomPageSize HeightOffset: 4 points 0 0 +*ParamCustomPageSize Orientation: 5 int 0 0 + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 203dpi +*Resolution 203dpi/203 DPI: "<>setpagedevice" +*Resolution 300dpi/300 DPI: "<>setpagedevice" +*Resolution 600dpi/600 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *MediaType/Media Type: PickOne +*OrderDependency: 20 AnySetup *MediaType +*DefaultMediaType: Saved +*MediaType Saved/PrinterDefault: "" +*MediaType Thermal/Thermal Transfer Media: "<>setpagedevice" +*MediaType Direct/Direct Thermal Media: "<>setpagedevice" +*CloseUI: *MediaType + +*OpenGroup: PrinterSettings/Printer Settings +*OpenUI *Darkness/Media Darkness: PickOne +*OrderDependency: 20 AnySetup *Darkness +*DefaultDarkness: -1 +*Darkness -1/PrinterDefault: "<>setpagedevice" +*Darkness 1: "<>setpagedevice" +*Darkness 2: "<>setpagedevice" +*Darkness 3: "<>setpagedevice" +*Darkness 4: "<>setpagedevice" +*Darkness 5: "<>setpagedevice" +*Darkness 6: "<>setpagedevice" +*Darkness 7: "<>setpagedevice" +*Darkness 8: "<>setpagedevice" +*Darkness 9: "<>setpagedevice" +*Darkness 10: "<>setpagedevice" +*Darkness 11: "<>setpagedevice" +*Darkness 12: "<>setpagedevice" +*Darkness 13: "<>setpagedevice" +*Darkness 14: "<>setpagedevice" +*Darkness 15: "<>setpagedevice" +*Darkness 16: "<>setpagedevice" +*Darkness 17: "<>setpagedevice" +*Darkness 18: "<>setpagedevice" +*Darkness 19: "<>setpagedevice" +*Darkness 20: "<>setpagedevice" +*Darkness 21: "<>setpagedevice" +*Darkness 22: "<>setpagedevice" +*Darkness 23: "<>setpagedevice" +*Darkness 24: "<>setpagedevice" +*Darkness 25: "<>setpagedevice" +*Darkness 26: "<>setpagedevice" +*Darkness 27: "<>setpagedevice" +*Darkness 28: "<>setpagedevice" +*Darkness 29: "<>setpagedevice" +*Darkness 30: "<>setpagedevice" +*CloseUI: *Darkness + +*OpenUI *zePrintRate/Print Rate: PickOne +*OrderDependency: 20 AnySetup *zePrintRate +*DefaultzePrintRate: Default +*zePrintRate Default/PrinterDefault: "" +*zePrintRate 1/1 inch/sec.: "" +*zePrintRate 1.5/1.5 inch/sec.: "" +*zePrintRate 2/2 inches/sec.: "" +*zePrintRate 2.5/2.5 inches/sec.: "" +*zePrintRate 3/3 inches/sec.: "" +*zePrintRate 4/4 inches/sec.: "" +*zePrintRate 5/5 inches/sec.: "" +*zePrintRate 6/6 inches/sec.: "" +*CloseUI: *zePrintRate +*CloseGroup: PrinterSettings + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/scheduler/Dependencies b/scheduler/Dependencies new file mode 100644 index 0000000000..e90107a768 --- /dev/null +++ b/scheduler/Dependencies @@ -0,0 +1,212 @@ +# DO NOT DELETE + +auth.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +auth.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +auth.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +auth.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +auth.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +auth.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +auth.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +banners.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +banners.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +banners.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +banners.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +banners.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +banners.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +banners.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +banners.o: subscriptions.h ../cups/dir.h +cert.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +cert.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +cert.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +cert.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +cert.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +cert.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +cert.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +classes.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +classes.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +classes.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +classes.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +classes.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +classes.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +classes.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +classes.o: subscriptions.h +client.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +client.o: ../cups/ipp-private.h ../cups/ipp.h cupsd.h ../cups/string.h +client.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +client.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +client.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +client.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +client.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +client.o: subscriptions.h +conf.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +conf.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +conf.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +conf.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +conf.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +conf.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +conf.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +conf.o: ../cups/dir.h +dirsvc.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +dirsvc.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +dirsvc.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +dirsvc.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +dirsvc.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +dirsvc.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +dirsvc.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +dirsvc.o: subscriptions.h +env.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +env.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +env.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +env.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +env.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +env.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +env.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +main.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +main.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +main.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +main.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +main.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +main.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +main.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +ipp.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +ipp.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +ipp.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +ipp.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +ipp.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +ipp.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +ipp.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +listen.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +listen.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +listen.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +listen.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +listen.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +listen.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +listen.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +listen.o: subscriptions.h +job.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +job.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +job.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +job.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +job.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +job.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +job.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +job.o: ../cups/backend.h ../cups/dir.h +log.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +log.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +log.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +log.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +log.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h ../cups/debug.h +log.o: sysman.h statbuf.h cert.h auth.h client.h policy.h printers.h +log.o: classes.h job.h conf.h banners.h dirsvc.h network.h subscriptions.h +network.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +network.o: ../cups/ipp-private.h ../cups/ipp.h cupsd.h ../cups/string.h +network.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +network.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +network.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +network.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +network.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +network.o: subscriptions.h +policy.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +policy.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +policy.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +policy.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +policy.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +policy.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +policy.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +policy.o: subscriptions.h +printers.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +printers.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h +printers.o: ../cups/string.h ../cups/array.h ../cups/cups.h ../cups/ppd.h +printers.o: ../cups/array.h ../cups/file.h ../cups/language.h mime.h +printers.o: ../cups/ipp.h ../cups/file.h ../cups/http.h ../cups/i18n.h +printers.o: ../cups/transcode.h ../cups/debug.h sysman.h statbuf.h cert.h +printers.o: auth.h client.h policy.h printers.h classes.h job.h conf.h +printers.o: banners.h dirsvc.h network.h subscriptions.h ../cups/dir.h +process.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +process.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +process.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +process.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +process.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +process.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +process.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +process.o: subscriptions.h +quotas.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +quotas.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +quotas.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +quotas.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +quotas.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +quotas.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +quotas.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +quotas.o: subscriptions.h +server.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +server.o: ../cups/ipp-private.h ../cups/ipp.h cupsd.h ../cups/string.h +server.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +server.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +server.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +server.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +server.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +server.o: subscriptions.h +statbuf.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +statbuf.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +statbuf.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +statbuf.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +statbuf.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +statbuf.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +statbuf.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +statbuf.o: subscriptions.h +subscriptions.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +subscriptions.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h +subscriptions.o: ../cups/string.h ../cups/array.h ../cups/cups.h +subscriptions.o: ../cups/ppd.h ../cups/array.h ../cups/file.h +subscriptions.o: ../cups/language.h mime.h ../cups/ipp.h ../cups/file.h +subscriptions.o: ../cups/http.h ../cups/i18n.h ../cups/transcode.h +subscriptions.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h +subscriptions.o: policy.h printers.h classes.h job.h conf.h banners.h +subscriptions.o: dirsvc.h network.h subscriptions.h +sysman.o: cupsd.h ../cups/http-private.h ../config.h ../cups/http.h +sysman.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/string.h +sysman.o: ../cups/array.h ../cups/cups.h ../cups/ppd.h ../cups/array.h +sysman.o: ../cups/file.h ../cups/language.h mime.h ../cups/ipp.h +sysman.o: ../cups/file.h ../cups/http.h ../cups/i18n.h ../cups/transcode.h +sysman.o: ../cups/debug.h sysman.h statbuf.h cert.h auth.h client.h policy.h +sysman.o: printers.h classes.h job.h conf.h banners.h dirsvc.h network.h +sysman.o: subscriptions.h +filter.o: ../cups/debug.h ../cups/string.h ../config.h mime.h ../cups/array.h +filter.o: ../cups/ipp.h ../cups/file.h +mime.o: ../cups/debug.h ../cups/dir.h ../cups/string.h ../config.h mime.h +mime.o: ../cups/array.h ../cups/ipp.h ../cups/file.h +type.o: ../cups/string.h ../config.h mime.h ../cups/array.h ../cups/ipp.h +type.o: ../cups/file.h ../cups/debug.h +cups-deviced.o: util.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +cups-deviced.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +cups-deviced.o: ../cups/language.h ../cups/file.h ../cups/string.h +cups-deviced.o: ../config.h ../cups/array.h ../cups/dir.h +cups-driverd.o: util.h ../cups/cups.h ../cups/ipp.h ../cups/http.h +cups-driverd.o: ../cups/md5.h ../cups/ppd.h ../cups/array.h ../cups/file.h +cups-driverd.o: ../cups/language.h ../cups/file.h ../cups/string.h +cups-driverd.o: ../config.h ../cups/dir.h ../cups/transcode.h +cups-lpd.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +cups-lpd.o: ../cups/ipp-private.h ../cups/ipp.h ../cups/cups.h ../cups/ppd.h +cups-lpd.o: ../cups/array.h ../cups/file.h ../cups/language.h +cups-lpd.o: ../cups/string.h ../cups/language.h +cups-polld.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h +cups-polld.o: ../cups/ipp-private.h ../cups/ipp.h ../cups/cups.h +cups-polld.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +cups-polld.o: ../cups/language.h ../cups/string.h +testdirsvc.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +testdirsvc.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +testdirsvc.o: ../cups/string.h ../config.h +testlpd.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +testlpd.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +testlpd.o: ../cups/string.h ../config.h +testmime.o: ../cups/string.h ../config.h mime.h ../cups/array.h ../cups/ipp.h +testmime.o: ../cups/file.h ../cups/dir.h +testspeed.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +testspeed.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +testspeed.o: ../cups/language.h ../cups/debug.h +testsub.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +testsub.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +testsub.o: ../cups/debug.h ../cups/string.h ../config.h +util.o: util.h ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/md5.h +util.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h +util.o: ../cups/file.h ../cups/string.h ../config.h diff --git a/scheduler/Makefile b/scheduler/Makefile new file mode 100644 index 0000000000..0418171df9 --- /dev/null +++ b/scheduler/Makefile @@ -0,0 +1,306 @@ +# +# "$Id$" +# +# Scheduler Makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +CUPSDOBJS = \ + auth.o \ + banners.o \ + cert.o \ + classes.o \ + client.o \ + conf.o \ + dirsvc.o \ + env.o \ + main.o \ + ipp.o \ + listen.o \ + job.o \ + log.o \ + network.o \ + policy.o \ + printers.o \ + process.o \ + quotas.o \ + server.o \ + statbuf.o \ + subscriptions.o \ + sysman.o +MIMEOBJS = \ + filter.o \ + mime.o \ + type.o +OBJS = \ + $(CUPSDOBJS) \ + $(MIMEOBJS) \ + cups-deviced.o \ + cups-driverd.o \ + cups-lpd.o \ + cups-polld.o \ + testdirsvc.o \ + testlpd.o \ + testmime.o \ + testspeed.o \ + testsub.o \ + util.o +TARGETS = \ + cupsd \ + cups-deviced \ + cups-driverd \ + cups-lpd \ + cups-polld \ + libmime.a \ + testdirsvc \ + testlpd \ + testmime \ + testspeed \ + testsub + + +# +# Make everything... +# + +all: $(TARGETS) + + +# +# Clean all object files... +# + +clean: + $(RM) $(OBJS) + $(RM) $(TARGETS) + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1 + + +# +# Install the scheduler... +# + +install: all + echo Creating $(SBINDIR)... + $(INSTALL_DIR) -m 755 $(SBINDIR) + echo Installing cupsd in $(SBINDIR)... + $(INSTALL_BIN) cupsd $(SBINDIR) + echo Creating $(SERVERBIN)... + $(INSTALL_DIR) -m 755 $(SERVERBIN) + echo Creating $(SERVERBIN)/daemon... + $(INSTALL_DIR) -m 755 $(SERVERBIN)/daemon + echo Installing cups-deviced, cups-driverd, cups-lpd, and cups-polld in $(SERVERBIN)/daemon... + $(INSTALL_BIN) cups-deviced $(SERVERBIN)/daemon + $(INSTALL_BIN) cups-driverd $(SERVERBIN)/daemon + $(INSTALL_BIN) cups-lpd $(SERVERBIN)/daemon + $(INSTALL_BIN) cups-polld $(SERVERBIN)/daemon + echo Creating $(SERVERBIN)/driver... + $(INSTALL_DIR) -m 755 $(SERVERBIN)/driver + echo Creating $(SERVERROOT)... + $(INSTALL_DIR) -m 755 $(SERVERROOT) + -chgrp $(CUPS_GROUP) $(SERVERROOT) + echo Creating $(SERVERROOT)/interfaces... + $(INSTALL_DIR) -m 755 $(SERVERROOT)/interfaces + -chgrp $(CUPS_GROUP) $(SERVERROOT)/interfaces + echo Creating $(SERVERROOT)/ppd... + $(INSTALL_DIR) -m 755 $(SERVERROOT)/ppd + -chgrp $(CUPS_GROUP) $(SERVERROOT)/ppd + echo Creating $(SERVERROOT)/ssl... + $(INSTALL_DIR) -m 700 $(SERVERROOT)/ssl + -chgrp $(CUPS_GROUP) $(SERVERROOT)/ssl + echo Creating $(STATEDIR)... + $(INSTALL_DIR) -m 755 $(STATEDIR) + echo Creating $(STATEDIR)/certs... + $(INSTALL_DIR) -m 511 $(STATEDIR)/certs + -chgrp $(CUPS_PRIMARY_SYSTEM_GROUP) $(STATEDIR)/certs + echo Creating $(LOGDIR)... + $(INSTALL_DIR) -m 755 $(LOGDIR) + echo Creating $(REQUESTS)... + $(INSTALL_DIR) -m 710 $(REQUESTS) + -chgrp $(CUPS_GROUP) $(REQUESTS) + echo Creating $(REQUESTS)/tmp... + $(INSTALL_DIR) -m 1770 $(REQUESTS)/tmp + -chgrp $(CUPS_GROUP) $(REQUESTS)/tmp + echo Creating $(CACHEDIR)... + $(INSTALL_DIR) -m 775 $(CACHEDIR) + -chgrp $(CUPS_GROUP) $(CACHEDIR) +# echo Creating $(CACHEDIR)/ppd... +# $(INSTALL_DIR) -m 755 $(CACHEDIR)/ppd +# -chgrp $(CUPS_GROUP) $(CACHEDIR)/ppd + + +# +# Uninstall the scheduler... +# + +uninstall: all + $(RM) $(SBINDIR)/cupsd + $(RM) $(SERVERBIN)/daemon/cups-deviced + $(RM) $(SERVERBIN)/daemon/cups-driverd + $(RM) $(SERVERBIN)/daemon/cups-lpd + $(RM) $(SERVERBIN)/daemon/cups-polld + -$(RMDIR) $(STATEDIR)/certs + -$(RMDIR) $(STATEDIR) + -$(RMDIR) $(SERVERROOT)/ppd + -$(RMDIR) $(SERVERROOT)/interfaces + -$(RMDIR) $(SERVERROOT) + -$(RMDIR) $(SERVERBIN)/driver + -$(RMDIR) $(SERVERBIN)/daemon + -$(RMDIR) $(SERVERBIN) + -$(RMDIR) $(SBINDIR) + -$(RMDIR) $(REQUESTS)/tmp + -$(RMDIR) $(REQUESTS) + -$(RMDIR) $(LOGDIR) + -$(RMDIR) $(CACHEDIR) + + +# +# Make the scheduler executable, "cupsd". +# + +cupsd: $(CUPSDOBJS) libmime.a ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cupsd $(CUPSDOBJS) libmime.a \ + $(LIBZ) $(SSLLIBS) $(LIBSLP) $(LIBLDAP) $(PAMLIBS) \ + $(LIBPAPER) $(LIBMALLOC) $(CUPSDLIBS) $(LIBS) + +cupsd-static: $(CUPSDOBJS) libmime.a ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o cupsd-static $(CUPSDOBJS) libmime.a \ + $(LIBZ) $(SSLLIBS) $(LIBSLP) $(LIBLDAP) $(PAMLIBS) \ + ../cups/libcups.a $(COMMONLIBS) $(LIBZ) $(LIBPAPER) \ + $(LIBMALLOC) $(CUPSDLIBS) + + +# +# Make the device daemon, "cups-deviced". +# + +cups-deviced: cups-deviced.o util.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cups-deviced cups-deviced.o util.o $(LIBS) + + +# +# Make the driver daemon, "cups-driverd". +# + +cups-driverd: cups-driverd.o util.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cups-driverd cups-driverd.o util.o $(LIBS) + + +# +# Make the line printer daemon, "cups-lpd". +# + +cups-lpd: cups-lpd.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cups-lpd cups-lpd.o $(LIBS) + + +# +# Make the polling daemon, "cups-polld". +# + +cups-polld: cups-polld.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cups-polld cups-polld.o $(LIBS) + + +# +# libmime.a +# + +libmime.a: $(MIMEOBJS) + echo Archiving $@... + $(RM) $@ + $(AR) $(ARFLAGS) $@ $(MIMEOBJS) + $(RANLIB) $@ + + +# +# Make the test program, "testdirsvc". +# + +testdirsvc: testdirsvc.o + echo Linking $@... + $(CC) $(LDFLAGS) -o testdirsvc testdirsvc.o $(COMMONLIBS) $(NETLIBS) + + +# +# Make the test program, "testlpd". +# + +testlpd: testlpd.o ../cups/libcups.a cups-lpd + echo Linking $@... + $(CC) $(LDFLAGS) -o testlpd testlpd.o ../cups/libcups.a \ + $(COMMONLIBS) $(LIBZ) $(SSLLIBS) + + +# +# testmime +# + +testmime: testmime.o libmime.a ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ testmime.o libmime.a ../cups/libcups.a \ + $(COMMONLIBS) $(LIBZ) $(SSLLIBS) + + +# +# Make the test program, "testspeed". +# + +testspeed: testspeed.o ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o testspeed testspeed.o ../cups/libcups.a \ + $(COMMONLIBS) $(LIBZ) $(SSLLIBS) + + +# +# Make the test program, "testsub". +# + +testsub: testsub.o ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o testsub testsub.o ../cups/libcups.a \ + $(LIBGSSAPI) $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/scheduler/auth.c b/scheduler/auth.c new file mode 100644 index 0000000000..b255891f46 --- /dev/null +++ b/scheduler/auth.c @@ -0,0 +1,2174 @@ +/* + * "$Id$" + * + * Authorization routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAddLocation() - Add a location for authorization. + * cupsdAddName() - Add a name to a location... + * cupsdAllowHost() - Add a host name that is allowed to access the + * location. + * cupsdAllowIP() - Add an IP address or network that is allowed + * to access the location. + * cupsdAuthorize() - Validate any authorization credentials. + * cupsdCheckAuth() - Check authorization masks. + * cupsdCheckGroup() - Check for a user's group membership. + * cupsdCopyLocation() - Make a copy of a location... + * cupsdDeleteAllLocations() - Free all memory used for location + * authorization. + * cupsdDeleteLocation() - Free all memory used by a location. + * cupsdDenyHost() - Add a host name that is not allowed to access + * the location. + * cupsdDenyIP() - Add an IP address or network that is not + * allowed to access the location. + * cupsdFindBest() - Find the location entry that best matches the + * resource. + * cupsdFindLocation() - Find the named location. + * cupsdIsAuthorized() - Check to see if the user is authorized... + * add_allow() - Add an allow mask to the location. + * add_deny() - Add a deny mask to the location. + * compare_locations() - Compare two locations. + * cups_crypt() - Encrypt the password using the DES or MD5 + * algorithms, as needed. + * get_md5_password() - Get an MD5 password. + * pam_func() - PAM conversation function. + * to64() - Base64-encode an integer value... + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include +#ifdef HAVE_SHADOW_H +# include +#endif /* HAVE_SHADOW_H */ +#ifdef HAVE_CRYPT_H +# include +#endif /* HAVE_CRYPT_H */ +#if HAVE_LIBPAM +# ifdef HAVE_PAM_PAM_APPL_H +# include +# else +# include +# endif /* HAVE_PAM_PAM_APPL_H */ +#endif /* HAVE_LIBPAM */ +#ifdef HAVE_USERSEC_H +# include +#endif /* HAVE_USERSEC_H */ +#ifdef HAVE_MEMBERSHIP_H +# include +#endif /* HAVE_MEMBERSHIP_H */ + + +/* + * Local functions... + */ + +static cupsd_authmask_t *add_allow(cupsd_location_t *loc); +static cupsd_authmask_t *add_deny(cupsd_location_t *loc); +static int compare_locations(cupsd_location_t *a, + cupsd_location_t *b); +#if !HAVE_LIBPAM && !defined(HAVE_USERSEC_H) +static char *cups_crypt(const char *pw, const char *salt); +#endif /* !HAVE_LIBPAM && !HAVE_USERSEC_H */ +static char *get_md5_password(const char *username, + const char *group, char passwd[33]); +#if HAVE_LIBPAM +static int pam_func(int, const struct pam_message **, + struct pam_response **, void *); +#else +static void to64(char *s, unsigned long v, int n); +#endif /* HAVE_LIBPAM */ + + +/* + * Local structures... + */ + +#if HAVE_LIBPAM +typedef struct cupsd_authdata_s /**** Authentication data ****/ +{ + char username[33], /* Username string */ + password[33]; /* Password string */ +} cupsd_authdata_t; +#endif /* HAVE_LIBPAM */ + + +/* + * Local globals... + */ + +#if defined(__hpux) && HAVE_LIBPAM +static cupsd_authdata_t *auth_data; /* Current client being authenticated */ +#endif /* __hpux && HAVE_LIBPAM */ + + +/* + * 'cupsdAddLocation()' - Add a location for authorization. + */ + +cupsd_location_t * /* O - Pointer to new location record */ +cupsdAddLocation(const char *location) /* I - Location path */ +{ + cupsd_location_t *temp; /* New location */ + + + /* + * Make sure the locations array is created... + */ + + if (!Locations) + Locations = cupsArrayNew((cups_array_func_t)compare_locations, NULL); + + if (!Locations) + return (NULL); + + /* + * Try to allocate memory for the new location. + */ + + if ((temp = calloc(1, sizeof(cupsd_location_t))) == NULL) + return (NULL); + + /* + * Initialize the record and copy the name over... + */ + + temp->location = strdup(location); + temp->length = strlen(temp->location); + + cupsArrayAdd(Locations, temp); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAddLocation: added location \'%s\'", + location); + + /* + * Return the new record... + */ + + return (temp); +} + + +/* + * 'cupsdAddName()' - Add a name to a location... + */ + +void +cupsdAddName(cupsd_location_t *loc, /* I - Location to add to */ + char *name) /* I - Name to add */ +{ + char **temp; /* Pointer to names array */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAddName(loc=%p, name=\"%s\")", + loc, name); + + if (loc->num_names == 0) + temp = malloc(sizeof(char *)); + else + temp = realloc(loc->names, (loc->num_names + 1) * sizeof(char *)); + + if (temp == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to add name to location %s: %s", + loc->location ? loc->location : "nil", strerror(errno)); + return; + } + + loc->names = temp; + + if ((temp[loc->num_names] = strdup(name)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to duplicate name for location %s: %s", + loc->location ? loc->location : "nil", strerror(errno)); + return; + } + + loc->num_names ++; +} + + +/* + * 'cupsdAllowHost()' - Add a host name that is allowed to access the location. + */ + +void +cupsdAllowHost(cupsd_location_t *loc, /* I - Location to add to */ + char *name) /* I - Name of host or domain to add */ +{ + cupsd_authmask_t *temp; /* New host/domain mask */ + char ifname[32], /* Interface name */ + *ifptr; /* Pointer to end of name */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAllowHost(loc=%p(%s), name=\"%s\")", + loc, loc->location ? loc->location : "nil", name); + + if ((temp = add_allow(loc)) == NULL) + return; + + if (!strcasecmp(name, "@LOCAL")) + { + /* + * Allow *interface*... + */ + + temp->type = AUTH_INTERFACE; + temp->mask.name.name = strdup("*"); + temp->mask.name.length = 1; + } + else if (!strncasecmp(name, "@IF(", 4)) + { + /* + * Allow *interface*... + */ + + strlcpy(ifname, name + 4, sizeof(ifname)); + + ifptr = ifname + strlen(ifname); + + if (ifptr[-1] == ')') + { + ifptr --; + *ifptr = '\0'; + } + + temp->type = AUTH_INTERFACE; + temp->mask.name.name = strdup(ifname); + temp->mask.name.length = ifptr - ifname; + } + else + { + /* + * Allow name... + */ + + temp->type = AUTH_NAME; + temp->mask.name.name = strdup(name); + temp->mask.name.length = strlen(name); + } +} + + +/* + * 'cupsdAllowIP()' - Add an IP address or network that is allowed to access + * the location. + */ + +void +cupsdAllowIP(cupsd_location_t *loc, /* I - Location to add to */ + unsigned address[4], /* I - IP address to add */ + unsigned netmask[4]) /* I - Netmask of address */ +{ + cupsd_authmask_t *temp; /* New host/domain mask */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAllowIP(loc=%p(%s), address=%x:%x:%x:%x, netmask=%x:%x:%x:%x)", + loc, loc->location ? loc->location : "nil", + address[0], address[1], address[2], address[3], + netmask[0], netmask[1], netmask[2], netmask[3]); + + if ((temp = add_allow(loc)) == NULL) + return; + + temp->type = AUTH_IP; + memcpy(temp->mask.ip.address, address, sizeof(temp->mask.ip.address)); + memcpy(temp->mask.ip.netmask, netmask, sizeof(temp->mask.ip.netmask)); +} + + +/* + * 'cupsdAuthorize()' - Validate any authorization credentials. + */ + +void +cupsdAuthorize(cupsd_client_t *con) /* I - Client connection */ +{ + int type; /* Authentication type */ + char *authorization, /* Pointer into Authorization string */ + *ptr, /* Pointer into string */ + username[65], /* Username string */ + password[33]; /* Password string */ + const char *localuser; /* Certificate username */ + char nonce[HTTP_MAX_VALUE], /* Nonce value from client */ + md5[33], /* MD5 password */ + basicmd5[33]; /* MD5 of Basic password */ + static const char * const states[] = /* HTTP client states... */ + { + "WAITING", + "OPTIONS", + "GET", + "GET", + "HEAD", + "POST", + "POST", + "POST", + "PUT", + "PUT", + "DELETE", + "TRACE", + "CLOSE", + "STATUS" + }; + + + /* + * Locate the best matching location so we know what kind of + * authentication to expect... + */ + + con->best = cupsdFindBest(con->uri, con->http.state); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAuthorize: con->uri=\"%s\", con->best=%p(%s)", + con->uri, con->best, con->best ? con->best->location : ""); + + if (con->best && con->best->type != AUTH_NONE) + type = con->best->type; + else + type = DefaultAuthType; + + /* + * Decode the Authorization string... + */ + + authorization = con->http.fields[HTTP_FIELD_AUTHORIZATION]; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAuthorize: Authorization=\"%s\"", + authorization); + + username[0] = '\0'; + password[0] = '\0'; + + if (type == AUTH_NONE) + { + /* + * No authorization required, return early... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdAuthorize: No authentication required."); + return; + } + else if (!*authorization) + { + /* + * No authorization data provided, return early... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdAuthorize: No authentication data provided."); + return; + } + else if (!strncmp(authorization, "Local", 5) && + !strcasecmp(con->http.hostname, "localhost")) + { + /* + * Get Local certificate authentication data... + */ + + authorization += 5; + while (isspace(*authorization & 255)) + authorization ++; + + if ((localuser = cupsdFindCert(authorization)) != NULL) + strlcpy(username, localuser, sizeof(username)); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Local authentication certificate not " + "found!"); + return; + } + } + else if (!strncmp(authorization, "Basic", 5) && + (type == AUTH_BASIC || type == AUTH_BASICDIGEST)) + { + /* + * Get the Basic authentication data... + */ + + int userlen; /* Username:password length */ + + + authorization += 5; + while (isspace(*authorization & 255)) + authorization ++; + + userlen = sizeof(username); + httpDecode64_2(username, &userlen, authorization); + + /* + * Pull the username and password out... + */ + + if ((ptr = strchr(username, ':')) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Missing Basic password!"); + return; + } + + *ptr++ = '\0'; + + if (!username[0]) + { + /* + * Username must not be empty... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Empty Basic username!"); + return; + } + + if (!*ptr) + { + /* + * Password must not be empty... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Empty Basic password!"); + return; + } + + strlcpy(password, ptr, sizeof(password)); + + /* + * Validate the username and password... + */ + + switch (type) + { + case AUTH_BASIC : + { +#if HAVE_LIBPAM + /* + * Only use PAM to do authentication. This supports MD5 + * passwords, among other things... + */ + + pam_handle_t *pamh; /* PAM authentication handle */ + int pamerr; /* PAM error code */ + struct pam_conv pamdata;/* PAM conversation data */ + cupsd_authdata_t data; /* Authentication data */ + + + strlcpy(data.username, username, sizeof(data.username)); + strlcpy(data.password, password, sizeof(data.password)); + +# if defined(__sun) || defined(__hpux) + pamdata.conv = (int (*)(int, struct pam_message **, + struct pam_response **, + void *))pam_func; +# else + pamdata.conv = pam_func; +# endif /* __sun || __hpux */ + pamdata.appdata_ptr = &data; + +# ifdef __hpux + /* + * Workaround for HP-UX bug in pam_unix; see pam_func() below for + * more info... + */ + + auth_data = &data; +# endif /* __hpux */ + + pamerr = pam_start("cups", username, &pamdata, &pamh); + if (pamerr != PAM_SUCCESS) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: pam_start() returned %d (%s)!\n", + pamerr, pam_strerror(pamh, pamerr)); + pam_end(pamh, 0); + return; + } + + pamerr = pam_authenticate(pamh, PAM_SILENT); + if (pamerr != PAM_SUCCESS) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: pam_authenticate() returned %d " + "(%s)!\n", + pamerr, pam_strerror(pamh, pamerr)); + pam_end(pamh, 0); + return; + } + + pamerr = pam_acct_mgmt(pamh, PAM_SILENT); + if (pamerr != PAM_SUCCESS) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: pam_acct_mgmt() returned %d " + "(%s)!\n", + pamerr, pam_strerror(pamh, pamerr)); + pam_end(pamh, 0); + return; + } + + pam_end(pamh, PAM_SUCCESS); + +#elif defined(HAVE_USERSEC_H) + /* + * Use AIX authentication interface... + */ + + char *authmsg; /* Authentication message */ + int reenter; /* ??? */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdAuthorize: AIX authenticate of username \"%s\"", + username); + + reenter = 1; + if (authenticate(username, password, &reenter, &authmsg) != 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdAuthorize: Unable to authenticate username " + "\"%s\": %s", + username, strerror(errno)); + return; + } + +#else + /* + * Use normal UNIX password file-based authentication... + */ + + char *pass; /* Encrypted password */ + struct passwd *pw; /* User password data */ +# ifdef HAVE_SHADOW_H + struct spwd *spw; /* Shadow password data */ +# endif /* HAVE_SHADOW_H */ + + + pw = getpwnam(username); /* Get the current password */ + endpwent(); /* Close the password file */ + + if (!pw) + { + /* + * No such user... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Unknown username \"%s\"!", + username); + return; + } + +# ifdef HAVE_SHADOW_H + spw = getspnam(username); + endspent(); + + if (!spw && !strcmp(pw->pw_passwd, "x")) + { + /* + * Don't allow blank passwords! + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Username \"%s\" has no shadow " + "password!", username); + return; + } + + if (spw && !spw->sp_pwdp[0] && !pw->pw_passwd[0]) +# else + if (!pw->pw_passwd[0]) +# endif /* HAVE_SHADOW_H */ + { + /* + * Don't allow blank passwords! + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Username \"%s\" has no password!", + username); + return; + } + + /* + * OK, the password isn't blank, so compare with what came from the + * client... + */ + + pass = cups_crypt(password, pw->pw_passwd); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAuthorize: pw_passwd=\"%s\", crypt=\"%s\"", + pw->pw_passwd, pass); + + if (!pass || strcmp(pw->pw_passwd, pass)) + { +# ifdef HAVE_SHADOW_H + if (spw) + { + pass = cups_crypt(password, spw->sp_pwdp); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAuthorize: sp_pwdp=\"%s\", crypt=\"%s\"", + spw->sp_pwdp, pass); + + if (pass == NULL || strcmp(spw->sp_pwdp, pass)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Authentication failed for " + "user \"%s\"!", + username); + return; + } + } + else +# endif /* HAVE_SHADOW_H */ + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Authentication failed for " + "user \"%s\"!", + username); + return; + } + } +#endif /* HAVE_LIBPAM */ + } + break; + + case AUTH_BASICDIGEST : + /* + * Do Basic authentication with the Digest password file... + */ + + if (!get_md5_password(username, NULL, md5)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Unknown MD5 username \"%s\"!", + username); + return; + } + + httpMD5(username, "CUPS", password, basicmd5); + + if (strcmp(md5, basicmd5)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Authentication failed for \"%s\"!", + username); + return; + } + break; + } + } + else if (!strncmp(authorization, "Digest", 6) && type == AUTH_DIGEST) + { + /* + * Get the username, password, and nonce from the Digest attributes... + */ + + if (!httpGetSubField2(&(con->http), HTTP_FIELD_AUTHORIZATION, "username", + username, sizeof(username)) || !username[0]) + { + /* + * Username must not be empty... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Empty or missing Digest username!"); + return; + } + + if (!httpGetSubField2(&(con->http), HTTP_FIELD_AUTHORIZATION, "response", + password, sizeof(password)) || !password[0]) + { + /* + * Password must not be empty... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Empty or missing Digest password!"); + return; + } + + if (!httpGetSubField(&(con->http), HTTP_FIELD_AUTHORIZATION, "nonce", + nonce)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: No nonce value for Digest " + "authentication!"); + return; + } + + if (strcmp(con->http.hostname, nonce)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Bad nonce value, expected \"%s\", " + "got \"%s\"!", con->http.hostname, nonce); + return; + } + + /* + * Validate the username and password... + */ + + if (!get_md5_password(username, NULL, md5)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Unknown MD5 username \"%s\"!", + username); + return; + } + + httpMD5Final(nonce, states[con->http.state], con->uri, md5); + + if (strcmp(md5, password)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAuthorize: Authentication failed for \"%s\"!", + username); + return; + } + } + else + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdAuthorize: Bad authentication data."); + return; + } + + /* + * If we get here, then we were able to validate the username and + * password - copy the validated username and password to the client + * data and return... + */ + + strlcpy(con->username, username, sizeof(con->username)); + strlcpy(con->password, password, sizeof(con->password)); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdAuthorize: username=\"%s\"", + con->username); +} + + +/* + * 'cupsdCheckAuth()' - Check authorization masks. + */ + +int /* O - 1 if mask matches, 0 otherwise */ +cupsdCheckAuth( + unsigned ip[4], /* I - Client address */ + char *name, /* I - Client hostname */ + int name_len, /* I - Length of hostname */ + int num_masks, /* I - Number of masks */ + cupsd_authmask_t *masks) /* I - Masks */ +{ + int i; /* Looping var */ + cupsd_netif_t *iface; /* Network interface */ + unsigned netip4; /* IPv4 network address */ +#ifdef AF_INET6 + unsigned netip6[4]; /* IPv6 network address */ +#endif /* AF_INET6 */ + + while (num_masks > 0) + { + switch (masks->type) + { + case AUTH_INTERFACE : + /* + * Check for a match with a network interface... + */ + + netip4 = htonl(ip[3]); + +#ifdef AF_INET6 + netip6[0] = htonl(ip[0]); + netip6[1] = htonl(ip[1]); + netip6[2] = htonl(ip[2]); + netip6[3] = htonl(ip[3]); +#endif /* AF_INET6 */ + + if (!strcmp(masks->mask.name.name, "*")) + { + /* + * Check against all local interfaces... + */ + + cupsdNetIFUpdate(); + + for (iface = (cupsd_netif_t *)cupsArrayFirst(NetIFList); + iface; + iface = (cupsd_netif_t *)cupsArrayNext(NetIFList)) + { + /* + * Only check local interfaces... + */ + + if (!iface->is_local) + continue; + + if (iface->address.addr.sa_family == AF_INET) + { + /* + * Check IPv4 address... + */ + + if ((netip4 & iface->mask.ipv4.sin_addr.s_addr) == + (iface->address.ipv4.sin_addr.s_addr & + iface->mask.ipv4.sin_addr.s_addr)) + return (1); + } +#ifdef AF_INET6 + else + { + /* + * Check IPv6 address... + */ + + for (i = 0; i < 4; i ++) + if ((netip6[i] & iface->mask.ipv6.sin6_addr.s6_addr32[i]) != + (iface->address.ipv6.sin6_addr.s6_addr32[i] & + iface->mask.ipv6.sin6_addr.s6_addr32[i])) + break; + + if (i == 4) + return (1); + } +#endif /* AF_INET6 */ + } + } + else + { + /* + * Check the named interface... + */ + + for (iface = (cupsd_netif_t *)cupsArrayFirst(NetIFList); + iface; + iface = (cupsd_netif_t *)cupsArrayNext(NetIFList)) + { + if (strcmp(masks->mask.name.name, iface->name)) + continue; + + if (iface->address.addr.sa_family == AF_INET) + { + /* + * Check IPv4 address... + */ + + if ((netip4 & iface->mask.ipv4.sin_addr.s_addr) == + (iface->address.ipv4.sin_addr.s_addr & + iface->mask.ipv4.sin_addr.s_addr)) + return (1); + } +#ifdef AF_INET6 + else + { + /* + * Check IPv6 address... + */ + + for (i = 0; i < 4; i ++) + if ((netip6[i] & iface->mask.ipv6.sin6_addr.s6_addr32[i]) != + (iface->address.ipv6.sin6_addr.s6_addr32[i] & + iface->mask.ipv6.sin6_addr.s6_addr32[i])) + break; + + if (i == 4) + return (1); + } +#endif /* AF_INET6 */ + } + } + break; + + case AUTH_NAME : + /* + * Check for exact name match... + */ + + if (!strcasecmp(name, masks->mask.name.name)) + return (1); + + /* + * Check for domain match... + */ + + if (name_len >= masks->mask.name.length && + masks->mask.name.name[0] == '.' && + !strcasecmp(name + name_len - masks->mask.name.length, + masks->mask.name.name)) + return (1); + break; + + case AUTH_IP : + /* + * Check for IP/network address match... + */ + + for (i = 0; i < 4; i ++) + if ((ip[i] & masks->mask.ip.netmask[i]) != + masks->mask.ip.address[i]) + break; + + if (i == 4) + return (1); + break; + } + + masks ++; + num_masks --; + } + + return (0); +} + + +/* + * 'cupsdCheckGroup()' - Check for a user's group membership. + */ + +int /* O - 1 if user is a member, 0 otherwise */ +cupsdCheckGroup( + const char *username, /* I - User name */ + struct passwd *user, /* I - System user info */ + const char *groupname) /* I - Group name */ +{ + int i; /* Looping var */ + struct group *group; /* System group info */ + char junk[33]; /* MD5 password (not used) */ +#ifdef HAVE_MBR_UID_TO_UUID + uuid_t useruuid, /* UUID for username */ + groupuuid; /* UUID for groupname */ + int is_member; /* True if user is a member of group */ +#endif /* HAVE_MBR_UID_TO_UUID */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCheckGroup(username=\"%s\", user=%p, groupname=\"%s\")", + username, user, groupname); + + /* + * Validate input... + */ + + if (!username || !groupname) + return (0); + + /* + * Check to see if the user is a member of the named group... + */ + + group = getgrnam(groupname); + endgrent(); + + if (group != NULL) + { + /* + * Group exists, check it... + */ + + for (i = 0; group->gr_mem[i]; i ++) + if (!strcasecmp(username, group->gr_mem[i])) + return (1); + } + + /* + * Group doesn't exist or user not in group list, check the group ID + * against the user's group ID... + */ + + if (user && group && group->gr_gid == user->pw_gid) + return (1); + +#ifdef HAVE_MBR_UID_TO_UUID + /* + * Check group membership through MacOS X membership API... + */ + + if (user && group) + if (!mbr_uid_to_uuid(user->pw_uid, useruuid)) + if (!mbr_gid_to_uuid(group->gr_gid, groupuuid)) + if (!mbr_check_membership(useruuid, groupuuid, &is_member)) + if (is_member) + return (1); +#endif /* HAVE_MBR_UID_TO_UUID */ + + /* + * Username not found, group not found, or user is not part of the + * system group... Check for a user and group in the MD5 password + * file... + */ + + if (get_md5_password(username, groupname, junk) != NULL) + return (1); + + /* + * If we get this far, then the user isn't part of the named group... + */ + + return (0); +} + + +/* + * 'cupsdCopyLocation()' - Make a copy of a location... + */ + +cupsd_location_t * /* O - New location */ +cupsdCopyLocation( + cupsd_location_t **loc) /* IO - Original location */ +{ + int i; /* Looping var */ + cupsd_location_t *temp; /* New location */ + char location[HTTP_MAX_URI]; + /* Location of resource */ + + + /* + * Use a local copy of location because cupsdAddLocation may cause + * this memory to be moved... + */ + + strlcpy(location, (*loc)->location, sizeof(location)); + + if ((temp = cupsdAddLocation(location)) == NULL) + return (NULL); + + /* + * Copy the information from the original location to the new one. + */ + + temp->limit = (*loc)->limit; + temp->order_type = (*loc)->order_type; + temp->type = (*loc)->type; + temp->level = (*loc)->level; + temp->satisfy = (*loc)->satisfy; + temp->encryption = (*loc)->encryption; + + if ((temp->num_names = (*loc)->num_names) > 0) + { + /* + * Copy the names array... + */ + + if ((temp->names = calloc(temp->num_names, sizeof(char *))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCopyLocation: Unable to allocate memory for %d names: %s", + temp->num_names, strerror(errno)); + + cupsdDeleteLocation(temp); + return (NULL); + } + + for (i = 0; i < temp->num_names; i ++) + if ((temp->names[i] = strdup((*loc)->names[i])) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCopyLocation: Unable to copy name \"%s\": %s", + (*loc)->names[i], strerror(errno)); + + cupsdDeleteLocation(temp); + return (NULL); + } + } + + if ((temp->num_allow = (*loc)->num_allow) > 0) + { + /* + * Copy allow rules... + */ + + if ((temp->allow = calloc(temp->num_allow, sizeof(cupsd_authmask_t))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCopyLocation: Unable to allocate memory for %d allow rules: %s", + temp->num_allow, strerror(errno)); + cupsdDeleteLocation(temp); + return (NULL); + } + + for (i = 0; i < temp->num_allow; i ++) + switch (temp->allow[i].type = (*loc)->allow[i].type) + { + case AUTH_NAME : + temp->allow[i].mask.name.length = (*loc)->allow[i].mask.name.length; + temp->allow[i].mask.name.name = strdup((*loc)->allow[i].mask.name.name); + + if (temp->allow[i].mask.name.name == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCopyLocation: Unable to copy allow name \"%s\": %s", + (*loc)->allow[i].mask.name.name, strerror(errno)); + cupsdDeleteLocation(temp); + return (NULL); + } + break; + case AUTH_IP : + memcpy(&(temp->allow[i].mask.ip), &((*loc)->allow[i].mask.ip), + sizeof(cupsd_ipmask_t)); + break; + } + } + + if ((temp->num_deny = (*loc)->num_deny) > 0) + { + /* + * Copy deny rules... + */ + + if ((temp->deny = calloc(temp->num_deny, sizeof(cupsd_authmask_t))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCopyLocation: Unable to allocate memory for %d deny rules: %s", + temp->num_deny, strerror(errno)); + cupsdDeleteLocation(temp); + return (NULL); + } + + for (i = 0; i < temp->num_deny; i ++) + switch (temp->deny[i].type = (*loc)->deny[i].type) + { + case AUTH_NAME : + temp->deny[i].mask.name.length = (*loc)->deny[i].mask.name.length; + temp->deny[i].mask.name.name = strdup((*loc)->deny[i].mask.name.name); + + if (temp->deny[i].mask.name.name == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCopyLocation: Unable to copy deny name \"%s\": %s", + (*loc)->deny[i].mask.name.name, strerror(errno)); + cupsdDeleteLocation(temp); + return (NULL); + } + break; + case AUTH_IP : + memcpy(&(temp->deny[i].mask.ip), &((*loc)->deny[i].mask.ip), + sizeof(cupsd_ipmask_t)); + break; + } + } + + return (temp); +} + + +/* + * 'cupsdDeleteAllLocations()' - Free all memory used for location authorization. + */ + +void +cupsdDeleteAllLocations(void) +{ + cupsd_location_t *loc; /* Current location */ + + + /* + * Free all of the allow/deny records first... + */ + + for (loc = (cupsd_location_t *)cupsArrayFirst(Locations); + loc; + loc = (cupsd_location_t *)cupsArrayNext(Locations)) + cupsdDeleteLocation(loc); + + /* + * Then free the location array... + */ + + cupsArrayDelete(Locations); + Locations = NULL; +} + + +/* + * 'cupsdDeleteLocation()' - Free all memory used by a location. + */ + +void +cupsdDeleteLocation( + cupsd_location_t *loc) /* I - Location to delete */ +{ + int i; /* Looping var */ + cupsd_authmask_t *mask; /* Current mask */ + + + cupsArrayRemove(Locations, loc); + + for (i = loc->num_names - 1; i >= 0; i --) + free(loc->names[i]); + + if (loc->num_names > 0) + free(loc->names); + + for (i = loc->num_allow, mask = loc->allow; i > 0; i --, mask ++) + if (mask->type == AUTH_NAME || mask->type == AUTH_INTERFACE) + free(mask->mask.name.name); + + if (loc->num_allow > 0) + free(loc->allow); + + for (i = loc->num_deny, mask = loc->deny; i > 0; i --, mask ++) + if (mask->type == AUTH_NAME || mask->type == AUTH_INTERFACE) + free(mask->mask.name.name); + + if (loc->num_deny > 0) + free(loc->deny); + + free(loc->location); + free(loc); +} + + +/* + * 'cupsdDenyHost()' - Add a host name that is not allowed to access the + * location. + */ + +void +cupsdDenyHost(cupsd_location_t *loc, /* I - Location to add to */ + char *name) /* I - Name of host or domain to add */ +{ + cupsd_authmask_t *temp; /* New host/domain mask */ + char ifname[32], /* Interface name */ + *ifptr; /* Pointer to end of name */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdDenyHost(loc=%p(%s), name=\"%s\")", + loc, loc->location ? loc->location : "nil", name); + + if ((temp = add_deny(loc)) == NULL) + return; + + if (!strcasecmp(name, "@LOCAL")) + { + /* + * Deny *interface*... + */ + + temp->type = AUTH_INTERFACE; + temp->mask.name.name = strdup("*"); + temp->mask.name.length = 1; + } + else if (!strncasecmp(name, "@IF(", 4)) + { + /* + * Deny *interface*... + */ + + strlcpy(ifname, name + 4, sizeof(ifname)); + + ifptr = ifname + strlen(ifname); + + if (ifptr[-1] == ')') + { + ifptr --; + *ifptr = '\0'; + } + + temp->type = AUTH_INTERFACE; + temp->mask.name.name = strdup(ifname); + temp->mask.name.length = ifptr - ifname; + } + else + { + /* + * Deny name... + */ + + temp->type = AUTH_NAME; + temp->mask.name.name = strdup(name); + temp->mask.name.length = strlen(name); + } +} + + +/* + * 'cupsdDenyIP()' - Add an IP address or network that is not allowed to + * access the location. + */ + +void +cupsdDenyIP(cupsd_location_t *loc, /* I - Location to add to */ + unsigned address[4],/* I - IP address to add */ + unsigned netmask[4])/* I - Netmask of address */ +{ + cupsd_authmask_t *temp; /* New host/domain mask */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdDenyIP(loc=%p(%s), address=%x:%x:%x:%x, netmask=%x:%x:%x:%x)", + loc, loc->location ? loc->location : "nil", + address[0], address[1], address[2], address[3], + netmask[0], netmask[1], netmask[2], netmask[3]); + + if ((temp = add_deny(loc)) == NULL) + return; + + temp->type = AUTH_IP; + memcpy(temp->mask.ip.address, address, sizeof(temp->mask.ip.address)); + memcpy(temp->mask.ip.netmask, netmask, sizeof(temp->mask.ip.netmask)); +} + + +/* + * 'cupsdFindBest()' - Find the location entry that best matches the resource. + */ + +cupsd_location_t * /* O - Location that matches */ +cupsdFindBest(const char *path, /* I - Resource path */ + http_state_t state) /* I - HTTP state/request */ +{ + char uri[HTTP_MAX_URI], + /* URI in request... */ + *uriptr; /* Pointer into URI */ + cupsd_location_t *loc, /* Current location */ + *best; /* Best match for location so far */ + int bestlen; /* Length of best match */ + int limit; /* Limit field */ + static const int limits[] = /* Map http_status_t to AUTH_LIMIT_xyz */ + { + AUTH_LIMIT_ALL, + AUTH_LIMIT_OPTIONS, + AUTH_LIMIT_GET, + AUTH_LIMIT_GET, + AUTH_LIMIT_HEAD, + AUTH_LIMIT_POST, + AUTH_LIMIT_POST, + AUTH_LIMIT_POST, + AUTH_LIMIT_PUT, + AUTH_LIMIT_PUT, + AUTH_LIMIT_DELETE, + AUTH_LIMIT_TRACE, + AUTH_LIMIT_ALL, + AUTH_LIMIT_ALL + }; + + + /* + * First copy the connection URI to a local string so we have drop + * any .ppd extension from the pathname in /printers or /classes + * URIs... + */ + + strlcpy(uri, path, sizeof(uri)); + + if (!strncmp(uri, "/printers/", 10) || + !strncmp(uri, "/classes/", 9)) + { + /* + * Check if the URI has .ppd on the end... + */ + + uriptr = uri + strlen(uri) - 4; /* len > 4 if we get here... */ + + if (!strcmp(uriptr, ".ppd")) + *uriptr = '\0'; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindBest: uri = \"%s\"...", uri); + + /* + * Loop through the list of locations to find a match... + */ + + limit = limits[state]; + best = NULL; + bestlen = 0; + + for (loc = (cupsd_location_t *)cupsArrayFirst(Locations); + loc; + loc = (cupsd_location_t *)cupsArrayNext(Locations)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindBest: Location %s Limit %x", + loc->location ? loc->location : "nil", loc->limit); + + if (!strncmp(uri, "/printers/", 10) || !strncmp(uri, "/classes/", 9)) + { + /* + * Use case-insensitive comparison for queue names... + */ + + if (loc->length > bestlen && loc->location && + !strncasecmp(uri, loc->location, loc->length) && + loc->location[0] == '/' && + (limit & loc->limit) != 0) + { + best = loc; + bestlen = loc->length; + } + } + else + { + /* + * Use case-sensitive comparison for other URIs... + */ + + if (loc->length > bestlen && loc->location && + !strncmp(uri, loc->location, loc->length) && + loc->location[0] == '/' && + (limit & loc->limit) != 0) + { + best = loc; + bestlen = loc->length; + } + } + } + + /* + * Return the match, if any... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindBest: best = %s", + best ? best->location : "NONE"); + + return (best); +} + + +/* + * 'cupsdFindLocation()' - Find the named location. + */ + +cupsd_location_t * /* O - Location that matches */ +cupsdFindLocation(const char *location) /* I - Connection */ +{ + cupsd_location_t key; /* Search key */ + + + key.location = (char *)location; + + return ((cupsd_location_t *)cupsArrayFind(Locations, &key)); +} + + +/* + * 'cupsdIsAuthorized()' - Check to see if the user is authorized... + */ + +http_status_t /* O - HTTP_OK if authorized or error code */ +cupsdIsAuthorized(cupsd_client_t *con, /* I - Connection */ + const char *owner)/* I - Owner of object */ +{ + int i, j, /* Looping vars */ + auth; /* Authorization status */ + unsigned address[4]; /* Authorization address */ + cupsd_location_t *best; /* Best match for location so far */ + int hostlen; /* Length of hostname */ + const char *username; /* Username to authorize */ + struct passwd *pw; /* User password data */ + static const char * const levels[] = /* Auth levels */ + { + "ANON", + "USER", + "GROUP" + }; + static const char * const types[] = /* Auth types */ + { + "NONE", + "BASIC", + "DIGEST", + "BASICDIGEST" + }; + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: con->uri=\"%s\", con->best=%p(%s)", + con->uri, con->best, con->best ? con->best->location ? + con->best->location : "(null)" : ""); + if (owner) + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: owner=\"%s\"", owner); + + /* + * If there is no "best" authentication rule for this request, then + * access is allowed from the local system and denied from other + * addresses... + */ + + if (!con->best) + { + if (!strcmp(con->http.hostname, "localhost") || + !strcmp(con->http.hostname, ServerName)) + return (HTTP_OK); + else + return (HTTP_FORBIDDEN); + } + + best = con->best; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: level=AUTH_%s, type=AUTH_%s, " + "satisfy=AUTH_SATISFY_%s, num_names=%d", + levels[best->level], types[best->type], + best->satisfy ? "ANY" : "ALL", best->num_names); + + if (best->limit == AUTH_LIMIT_IPP) + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdIsAuthorized: op=%x(%s)", + best->op, ippOpString(best->op)); + + /* + * Check host/ip-based accesses... + */ + +#ifdef AF_INET6 + if (con->http.hostaddr->addr.sa_family == AF_INET6) + { + /* + * Copy IPv6 address... + */ + + address[0] = ntohl(con->http.hostaddr->ipv6.sin6_addr.s6_addr32[0]); + address[1] = ntohl(con->http.hostaddr->ipv6.sin6_addr.s6_addr32[1]); + address[2] = ntohl(con->http.hostaddr->ipv6.sin6_addr.s6_addr32[2]); + address[3] = ntohl(con->http.hostaddr->ipv6.sin6_addr.s6_addr32[3]); + } + else +#endif /* AF_INET6 */ + if (con->http.hostaddr->addr.sa_family == AF_INET) + { + /* + * Copy IPv4 address... + */ + + address[0] = 0; + address[1] = 0; + address[2] = 0; + address[3] = ntohl(con->http.hostaddr->ipv4.sin_addr.s_addr); + } + else + memset(address, 0, sizeof(address)); + + hostlen = strlen(con->http.hostname); + + if (!strcasecmp(con->http.hostname, "localhost")) + { + /* + * Access from localhost (127.0.0.1 or ::1) is always allowed... + */ + + auth = AUTH_ALLOW; + } + else + { + /* + * Do authorization checks on the domain/address... + */ + + switch (best->order_type) + { + default : + auth = AUTH_DENY; /* anti-compiler-warning-code */ + break; + + case AUTH_ALLOW : /* Order Deny,Allow */ + auth = AUTH_ALLOW; + + if (cupsdCheckAuth(address, con->http.hostname, hostlen, + best->num_deny, best->deny)) + auth = AUTH_DENY; + + if (cupsdCheckAuth(address, con->http.hostname, hostlen, + best->num_allow, best->allow)) + auth = AUTH_ALLOW; + break; + + case AUTH_DENY : /* Order Allow,Deny */ + auth = AUTH_DENY; + + if (cupsdCheckAuth(address, con->http.hostname, hostlen, + best->num_allow, best->allow)) + auth = AUTH_ALLOW; + + if (cupsdCheckAuth(address, con->http.hostname, hostlen, + best->num_deny, best->deny)) + auth = AUTH_DENY; + break; + } + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdIsAuthorized: auth=AUTH_%s...", + auth ? "DENY" : "ALLOW"); + + if (auth == AUTH_DENY && best->satisfy == AUTH_SATISFY_ALL) + return (HTTP_FORBIDDEN); + +#ifdef HAVE_SSL + /* + * See if encryption is required... + */ + + if (best->encryption >= HTTP_ENCRYPT_REQUIRED && !con->http.tls && + strcasecmp(con->http.hostname, "localhost") && + best->satisfy == AUTH_SATISFY_ALL) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: Need upgrade to TLS..."); + return (HTTP_UPGRADE_REQUIRED); + } +#endif /* HAVE_SSL */ + + /* + * Now see what access level is required... + */ + + if (best->level == AUTH_ANON || /* Anonymous access - allow it */ + (best->type == AUTH_NONE && best->num_names == 0)) + return (HTTP_OK); + + if (!con->username[0] && best->type == AUTH_NONE && + best->limit == AUTH_LIMIT_IPP) + { + /* + * Check for unauthenticated username... + */ + + ipp_attribute_t *attr; /* requesting-user-name attribute */ + + + attr = ippFindAttribute(con->request, "requesting-user-name", IPP_TAG_NAME); + if (attr) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: requesting-user-name=\"%s\"", + attr->values[0].string.text); + username = attr->values[0].string.text; + } + else if (best->satisfy == AUTH_SATISFY_ALL || auth == AUTH_DENY) + return (HTTP_UNAUTHORIZED); /* Non-anonymous needs user/pass */ + else + return (HTTP_OK); /* unless overridden with Satisfy */ + } + else + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdIsAuthorized: username=\"%s\"", + con->username); + + if (!con->username[0]) + { + if (best->satisfy == AUTH_SATISFY_ALL || auth == AUTH_DENY) + return (HTTP_UNAUTHORIZED); /* Non-anonymous needs user/pass */ + else + return (HTTP_OK); /* unless overridden with Satisfy */ + } + + username = con->username; + } + + /* + * OK, got a username. See if we need normal user access, or group + * access... (root always matches) + */ + + if (!strcmp(username, "root")) + return (HTTP_OK); + + /* + * Get the user info... + */ + + pw = getpwnam(username); + endpwent(); + + if (best->level == AUTH_USER) + { + /* + * If there are no names associated with this location, then + * any valid user is OK... + */ + + if (best->num_names == 0) + return (HTTP_OK); + + /* + * Otherwise check the user list and return OK if this user is + * allowed... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: Checking user membership..."); + + for (i = 0; i < best->num_names; i ++) + { + if (!strcasecmp(best->names[i], "@OWNER") && owner && + !strcasecmp(username, owner)) + return (HTTP_OK); + else if (!strcasecmp(best->names[i], "@SYSTEM")) + { + for (j = 0; j < NumSystemGroups; j ++) + if (cupsdCheckGroup(username, pw, SystemGroups[j])) + return (HTTP_OK); + } + else if (best->names[i][0] == '@') + { + if (cupsdCheckGroup(username, pw, best->names[i] + 1)) + return (HTTP_OK); + } + else if (!strcasecmp(username, best->names[i])) + return (HTTP_OK); + } + + return (HTTP_UNAUTHORIZED); + } + + /* + * Check to see if this user is in any of the named groups... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: Checking group membership..."); + + /* + * Check to see if this user is in any of the named groups... + */ + + for (i = 0; i < best->num_names; i ++) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: Checking group \"%s\" membership...", + best->names[i]); + + if (!strcasecmp(best->names[i], "@SYSTEM")) + { + for (j = 0; j < NumSystemGroups; j ++) + if (cupsdCheckGroup(username, pw, SystemGroups[j])) + return (HTTP_OK); + } + else if (cupsdCheckGroup(username, pw, best->names[i])) + return (HTTP_OK); + } + + /* + * The user isn't part of the specified group, so deny access... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdIsAuthorized: User not in group(s)!"); + + return (HTTP_UNAUTHORIZED); +} + + +/* + * 'add_allow()' - Add an allow mask to the location. + */ + +static cupsd_authmask_t * /* O - New mask record */ +add_allow(cupsd_location_t *loc) /* I - Location to add to */ +{ + cupsd_authmask_t *temp; /* New mask record */ + + + /* + * Range-check... + */ + + if (loc == NULL) + return (NULL); + + /* + * Try to allocate memory for the record... + */ + + if (loc->num_allow == 0) + temp = malloc(sizeof(cupsd_authmask_t)); + else + temp = realloc(loc->allow, sizeof(cupsd_authmask_t) * (loc->num_allow + 1)); + + if (temp == NULL) + return (NULL); + + loc->allow = temp; + temp += loc->num_allow; + loc->num_allow ++; + + /* + * Clear the mask record and return... + */ + + memset(temp, 0, sizeof(cupsd_authmask_t)); + return (temp); +} + + +/* + * 'add_deny()' - Add a deny mask to the location. + */ + +static cupsd_authmask_t * /* O - New mask record */ +add_deny(cupsd_location_t *loc) /* I - Location to add to */ +{ + cupsd_authmask_t *temp; /* New mask record */ + + + /* + * Range-check... + */ + + if (loc == NULL) + return (NULL); + + /* + * Try to allocate memory for the record... + */ + + if (loc->num_deny == 0) + temp = malloc(sizeof(cupsd_authmask_t)); + else + temp = realloc(loc->deny, sizeof(cupsd_authmask_t) * (loc->num_deny + 1)); + + if (temp == NULL) + return (NULL); + + loc->deny = temp; + temp += loc->num_deny; + loc->num_deny ++; + + /* + * Clear the mask record and return... + */ + + memset(temp, 0, sizeof(cupsd_authmask_t)); + return (temp); +} + + +/* + * 'compare_locations()' - Compare two locations. + */ + +static int /* O - Result of comparison */ +compare_locations(cupsd_location_t *a, /* I - First location */ + cupsd_location_t *b) /* I - Second location */ +{ + return (strcmp(b->location, a->location)); +} + + +#if !HAVE_LIBPAM && !defined(HAVE_USERSEC_H) +/* + * 'cups_crypt()' - Encrypt the password using the DES or MD5 algorithms, + * as needed. + */ + +static char * /* O - Encrypted password */ +cups_crypt(const char *pw, /* I - Password string */ + const char *salt) /* I - Salt (key) string */ +{ + if (!strncmp(salt, "$1$", 3)) + { + /* + * Use MD5 passwords without the benefit of PAM; this is for + * Slackware Linux, and the algorithm was taken from the + * old shadow-19990827/lib/md5crypt.c source code... :( + */ + + int i; /* Looping var */ + unsigned long n; /* Output number */ + int pwlen; /* Length of password string */ + const char *salt_end; /* End of "salt" data for MD5 */ + char *ptr; /* Pointer into result string */ + _cups_md5_state_t state; /* Primary MD5 state info */ + _cups_md5_state_t state2; /* Secondary MD5 state info */ + unsigned char digest[16]; /* MD5 digest result */ + static char result[120]; /* Final password string */ + + + /* + * Get the salt data between dollar signs, e.g. $1$saltdata$md5. + * Get a maximum of 8 characters of salt data after $1$... + */ + + for (salt_end = salt + 3; *salt_end && (salt_end - salt) < 11; salt_end ++) + if (*salt_end == '$') + break; + + /* + * Compute the MD5 sum we need... + */ + + pwlen = strlen(pw); + + _cupsMD5Init(&state); + _cupsMD5Append(&state, (unsigned char *)pw, pwlen); + _cupsMD5Append(&state, (unsigned char *)salt, salt_end - salt); + + _cupsMD5Init(&state2); + _cupsMD5Append(&state2, (unsigned char *)pw, pwlen); + _cupsMD5Append(&state2, (unsigned char *)salt + 3, salt_end - salt - 3); + _cupsMD5Append(&state2, (unsigned char *)pw, pwlen); + _cupsMD5Finish(&state2, digest); + + for (i = pwlen; i > 0; i -= 16) + _cupsMD5Append(&state, digest, i > 16 ? 16 : i); + + for (i = pwlen; i > 0; i >>= 1) + _cupsMD5Append(&state, (unsigned char *)((i & 1) ? "" : pw), 1); + + _cupsMD5Finish(&state, digest); + + for (i = 0; i < 1000; i ++) + { + _cupsMD5Init(&state); + + if (i & 1) + _cupsMD5Append(&state, (unsigned char *)pw, pwlen); + else + _cupsMD5Append(&state, digest, 16); + + if (i % 3) + _cupsMD5Append(&state, (unsigned char *)salt + 3, salt_end - salt - 3); + + if (i % 7) + _cupsMD5Append(&state, (unsigned char *)pw, pwlen); + + if (i & 1) + _cupsMD5Append(&state, digest, 16); + else + _cupsMD5Append(&state, (unsigned char *)pw, pwlen); + + _cupsMD5Finish(&state, digest); + } + + /* + * Copy the final sum to the result string and return... + */ + + memcpy(result, salt, salt_end - salt); + ptr = result + (salt_end - salt); + *ptr++ = '$'; + + for (i = 0; i < 5; i ++, ptr += 4) + { + n = (((digest[i] << 8) | digest[i + 6]) << 8); + + if (i < 4) + n |= digest[i + 12]; + else + n |= digest[5]; + + to64(ptr, n, 4); + } + + to64(ptr, digest[11], 2); + ptr += 2; + *ptr = '\0'; + + return (result); + } + else + { + /* + * Use the standard crypt() function... + */ + + return (crypt(pw, salt)); + } +} +#endif /* !HAVE_LIBPAM && !HAVE_USERSEC_H */ + + +/* + * 'get_md5_password()' - Get an MD5 password. + */ + +static char * /* O - MD5 password string */ +get_md5_password(const char *username, /* I - Username */ + const char *group, /* I - Group */ + char passwd[33]) /* O - MD5 password string */ +{ + cups_file_t *fp; /* passwd.md5 file */ + char filename[1024], /* passwd.md5 filename */ + line[256], /* Line from file */ + tempuser[33], /* User from file */ + tempgroup[33]; /* Group from file */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "get_md5_password(username=\"%s\", group=\"%s\", passwd=%p)", + username, group ? group : "(null)", passwd); + + snprintf(filename, sizeof(filename), "%s/passwd.md5", ServerRoot); + if ((fp = cupsFileOpen(filename, "r")) == NULL) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to open %s - %s", filename, + strerror(errno)); + + return (NULL); + } + + while (cupsFileGets(fp, line, sizeof(line)) != NULL) + { + if (sscanf(line, "%32[^:]:%32[^:]:%32s", tempuser, tempgroup, passwd) != 3) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad MD5 password line: %s", line); + continue; + } + + if (!strcmp(username, tempuser) && + (group == NULL || !strcmp(group, tempgroup))) + { + /* + * Found the password entry! + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "Found MD5 user %s, group %s...", + username, tempgroup); + + cupsFileClose(fp); + return (passwd); + } + } + + /* + * Didn't find a password entry - return NULL! + */ + + cupsFileClose(fp); + return (NULL); +} + + +#if HAVE_LIBPAM +/* + * 'pam_func()' - PAM conversation function. + */ + +static int /* O - Success or failure */ +pam_func( + int num_msg, /* I - Number of messages */ + const struct pam_message **msg, /* I - Messages */ + struct pam_response **resp, /* O - Responses */ + void *appdata_ptr) + /* I - Pointer to connection */ +{ + int i; /* Looping var */ + struct pam_response *replies; /* Replies */ + cupsd_authdata_t *data; /* Pointer to auth data */ + + + /* + * Allocate memory for the responses... + */ + + if ((replies = malloc(sizeof(struct pam_response) * num_msg)) == NULL) + return (PAM_CONV_ERR); + + /* + * Answer all of the messages... + */ + + DEBUG_printf(("pam_func: appdata_ptr = %p\n", appdata_ptr)); + +#ifdef __hpux + /* + * Apparently some versions of HP-UX 11 have a broken pam_unix security + * module. This is a workaround... + */ + + data = auth_data; + (void)appdata_ptr; +#else + data = (cupsd_authdata_t *)appdata_ptr; +#endif /* __hpux */ + + for (i = 0; i < num_msg; i ++) + { + DEBUG_printf(("pam_func: Message = \"%s\"\n", msg[i]->msg)); + + switch (msg[i]->msg_style) + { + case PAM_PROMPT_ECHO_ON: + DEBUG_printf(("pam_func: PAM_PROMPT_ECHO_ON, returning \"%s\"...\n", + data->username)); + replies[i].resp_retcode = PAM_SUCCESS; + replies[i].resp = strdup(data->username); + break; + + case PAM_PROMPT_ECHO_OFF: + DEBUG_printf(("pam_func: PAM_PROMPT_ECHO_OFF, returning \"%s\"...\n", + data->password)); + replies[i].resp_retcode = PAM_SUCCESS; + replies[i].resp = strdup(data->password); + break; + + case PAM_TEXT_INFO: + DEBUG_puts("pam_func: PAM_TEXT_INFO..."); + replies[i].resp_retcode = PAM_SUCCESS; + replies[i].resp = NULL; + break; + + case PAM_ERROR_MSG: + DEBUG_puts("pam_func: PAM_ERROR_MSG..."); + replies[i].resp_retcode = PAM_SUCCESS; + replies[i].resp = NULL; + break; + + default: + DEBUG_printf(("pam_func: Unknown PAM message %d...\n", + msg[i]->msg_style)); + free(replies); + return (PAM_CONV_ERR); + } + } + + /* + * Return the responses back to PAM... + */ + + *resp = replies; + + return (PAM_SUCCESS); +} +#else + + +/* + * 'to64()' - Base64-encode an integer value... + */ + +static void +to64(char *s, /* O - Output string */ + unsigned long v, /* I - Value to encode */ + int n) /* I - Number of digits */ +{ + const char *itoa64 = "./0123456789" + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "abcdefghijklmnopqrstuvwxyz"; + + + for (; n > 0; n --, v >>= 6) + *s++ = itoa64[v & 0x3f]; +} +#endif /* HAVE_LIBPAM */ + + +/* + * End of "$Id$". + */ diff --git a/scheduler/auth.h b/scheduler/auth.h new file mode 100644 index 0000000000..cd2e98e2fb --- /dev/null +++ b/scheduler/auth.h @@ -0,0 +1,162 @@ +/* + * "$Id$" + * + * Authorization definitions for the Common UNIX Printing System (CUPS) + * scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Include necessary headers... + */ + +#include + + +/* + * HTTP authorization types and levels... + */ + +#define AUTH_NONE 0 /* No authentication */ +#define AUTH_BASIC 1 /* Basic authentication */ +#define AUTH_DIGEST 2 /* Digest authentication */ +#define AUTH_BASICDIGEST 3 /* Basic authentication w/passwd.md5 */ + +#define AUTH_ANON 0 /* Anonymous access */ +#define AUTH_USER 1 /* Must have a valid username/password */ +#define AUTH_GROUP 2 /* Must also be in a named group */ + +#define AUTH_ALLOW 0 /* Allow access */ +#define AUTH_DENY 1 /* Deny access */ + +#define AUTH_NAME 0 /* Authorize host by name */ +#define AUTH_IP 1 /* Authorize host by IP */ +#define AUTH_INTERFACE 2 /* Authorize host by interface */ + +#define AUTH_SATISFY_ALL 0 /* Satisfy both address and auth */ +#define AUTH_SATISFY_ANY 1 /* Satisfy either address or auth */ + +#define AUTH_LIMIT_DELETE 1 /* Limit DELETE requests */ +#define AUTH_LIMIT_GET 2 /* Limit GET requests */ +#define AUTH_LIMIT_HEAD 4 /* Limit HEAD requests */ +#define AUTH_LIMIT_OPTIONS 8 /* Limit OPTIONS requests */ +#define AUTH_LIMIT_POST 16 /* Limit POST requests */ +#define AUTH_LIMIT_PUT 32 /* Limit PUT requests */ +#define AUTH_LIMIT_TRACE 64 /* Limit TRACE requests */ +#define AUTH_LIMIT_ALL 127 /* Limit all requests */ +#define AUTH_LIMIT_IPP 128 /* Limit IPP requests */ + +#define IPP_ANY_OPERATION (ipp_op_t)0 + /* Any IPP operation */ +#define IPP_BAD_OPERATION (ipp_op_t)-1 + /* No IPP operation */ + + +/* + * HTTP access control structures... + */ + +typedef struct +{ + unsigned address[4], /* IP address */ + netmask[4]; /* IP netmask */ +} cupsd_ipmask_t; + +typedef struct +{ + int length; /* Length of name */ + char *name; /* Name string */ +} cupsd_namemask_t; + +typedef struct +{ + int type; /* Mask type */ + union + { + cupsd_namemask_t name; /* Host/Domain name */ + cupsd_ipmask_t ip; /* IP address/network */ + } mask; /* Mask data */ +} cupsd_authmask_t; + +typedef struct +{ + char *location; /* Location of resource */ + ipp_op_t op; /* IPP operation */ + int limit, /* Limit for these types of requests */ + length, /* Length of location string */ + order_type, /* Allow or Deny */ + type, /* Type of authentication */ + level, /* Access level required */ + satisfy; /* Satisfy any or all limits? */ + int num_names; /* Number of names */ + char **names; /* User or group names */ + int num_allow; /* Number of Allow lines */ + cupsd_authmask_t *allow; /* Allow lines */ + int num_deny; /* Number of Deny lines */ + cupsd_authmask_t *deny; /* Deny lines */ + http_encryption_t encryption; /* To encrypt or not to encrypt... */ +} cupsd_location_t; + +typedef struct cupsd_client_s cupsd_client_t; + + +/* + * Globals... + */ + +VAR cups_array_t *Locations VALUE(NULL); + /* Authorization locations */ +VAR int DefaultAuthType VALUE(AUTH_BASIC); + /* Default AuthType, if not specified */ +#ifdef HAVE_SSL +VAR http_encryption_t DefaultEncryption VALUE(HTTP_ENCRYPT_REQUIRED); + /* Default encryption for authentication */ +#endif /* HAVE_SSL */ + + +/* + * Prototypes... + */ + +extern cupsd_location_t *cupsdAddLocation(const char *location); +extern void cupsdAddName(cupsd_location_t *loc, char *name); +extern void cupsdAllowHost(cupsd_location_t *loc, char *name); +extern void cupsdAllowIP(cupsd_location_t *loc, unsigned address[4], + unsigned netmask[4]); +extern void cupsdAuthorize(cupsd_client_t *con); +extern int cupsdCheckAuth(unsigned ip[4], char *name, int namelen, + int num_masks, cupsd_authmask_t *masks); +extern int cupsdCheckGroup(const char *username, + struct passwd *user, + const char *groupname); +extern cupsd_location_t *cupsdCopyLocation(cupsd_location_t **loc); +extern void cupsdDeleteAllLocations(void); +extern void cupsdDeleteLocation(cupsd_location_t *loc); +extern void cupsdDenyHost(cupsd_location_t *loc, char *name); +extern void cupsdDenyIP(cupsd_location_t *loc, unsigned address[4], + unsigned netmask[4]); +extern cupsd_location_t *cupsdFindBest(const char *path, http_state_t state); +extern cupsd_location_t *cupsdFindLocation(const char *location); +extern http_status_t cupsdIsAuthorized(cupsd_client_t *con, const char *owner); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/banners.c b/scheduler/banners.c new file mode 100644 index 0000000000..74e8d18827 --- /dev/null +++ b/scheduler/banners.c @@ -0,0 +1,219 @@ +/* + * "$Id$" + * + * Banner routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdFindBanner() - Find a named banner. + * cupsdLoadBanners() - Load all available banner files... + * add_banner() - Add a banner to the array. + * compare_banners() - Compare two banners. + * free_banners() - Free all banners. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include + + +/* + * Local functions... + */ + +static void add_banner(const char *name, const char *filename); +static int compare_banners(const cupsd_banner_t *b0, + const cupsd_banner_t *b1); +static void free_banners(void); + + +/* + * 'cupsdFindBanner()' - Find a named banner. + */ + +cupsd_banner_t * /* O - Pointer to banner or NULL */ +cupsdFindBanner(const char *name) /* I - Name of banner */ +{ + cupsd_banner_t key; /* Search key */ + + + key.name = (char *)name; + + return ((cupsd_banner_t *)cupsArrayFind(Banners, &key)); +} + + +/* + * 'cupsdLoadBanners()' - Load all available banner files... + */ + +void +cupsdLoadBanners(const char *d) /* I - Directory to search */ +{ + cups_dir_t *dir; /* Directory pointer */ + cups_dentry_t *dent; /* Directory entry */ + char filename[1024], /* Name of banner */ + *ext; /* Pointer to extension */ + + + /* + * Free old banner info... + */ + + free_banners(); + + /* + * Try opening the banner directory... + */ + + if ((dir = cupsDirOpen(d)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "cupsdLoadBanners: Unable to open banner directory \"%s\": %s", + d, strerror(errno)); + return; + } + + /* + * Read entries, skipping directories and backup files. + */ + + Banners = cupsArrayNew((cups_array_func_t)compare_banners, NULL); + + while ((dent = cupsDirRead(dir)) != NULL) + { + /* + * Check the file to make sure it isn't a directory or a backup + * file of some sort... + */ + + snprintf(filename, sizeof(filename), "%s/%s", d, dent->filename); + + if (S_ISDIR(dent->fileinfo.st_mode)) + continue; + + if (dent->filename[0] == '~' || + dent->filename[strlen(dent->filename) - 1] == '~') + continue; + + if ((ext = strrchr(dent->filename, '.')) != NULL) + if (!strcmp(ext, ".bck") || + !strcmp(ext, ".bak") || + !strcmp(ext, ".sav")) + continue; + + /* + * Must be a valid file; add it! + */ + + add_banner(dent->filename, filename); + } + + /* + * Close the directory... + */ + + cupsDirClose(dir); +} + + +/* + * 'add_banner()' - Add a banner to the array. + */ + +static void +add_banner(const char *name, /* I - Name of banner */ + const char *filename) /* I - Filename for banner */ +{ + mime_type_t *filetype; /* Filetype */ + cupsd_banner_t *temp; /* New banner data */ + + + /* + * See what the filetype is... + */ + + if ((filetype = mimeFileType(MimeDatabase, filename, NULL, NULL)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_WARN, + "add_banner: Banner \"%s\" (\"%s\") is of an unknown file type - skipping!", + name, filename); + return; + } + + /* + * Allocate memory... + */ + + temp = calloc(1, sizeof(cupsd_banner_t)); + + /* + * Copy the new banner data over... + */ + + temp->name = strdup(name); + temp->filetype = filetype; + + cupsArrayAdd(Banners, temp); +} + + +/* + * 'compare_banners()' - Compare two banners. + */ + +static int /* O - -1 if name0 < name1, etc. */ +compare_banners( + const cupsd_banner_t *b0, /* I - First banner */ + const cupsd_banner_t *b1) /* I - Second banner */ +{ + return (strcasecmp(b0->name, b1->name)); +} + + +/* + * 'free_banners()' - Free all banners. + */ + +static void +free_banners(void) +{ + cupsd_banner_t *temp; /* Current banner */ + + + for (temp = (cupsd_banner_t *)cupsArrayFirst(Banners); + temp; + temp = (cupsd_banner_t *)cupsArrayNext(Banners)) + { + free(temp->name); + free(temp); + } + + cupsArrayDelete(Banners); + Banners = NULL; +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/banners.h b/scheduler/banners.h new file mode 100644 index 0000000000..2dc4ac5947 --- /dev/null +++ b/scheduler/banners.h @@ -0,0 +1,54 @@ +/* + * "$Id$" + * + * Banner definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Banner information structure... + */ + +typedef struct /**** Banner file information ****/ +{ + char *name; /* Name of banner */ + mime_type_t *filetype; /* Filetype for banner */ +} cupsd_banner_t; + + +/* + * Globals... + */ + +VAR cups_array_t *Banners VALUE(NULL); + /* Available banner files */ + + +/* + * Prototypes... + */ + +extern cupsd_banner_t *cupsdFindBanner(const char *name); +extern void cupsdLoadBanners(const char *d); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/cert.c b/scheduler/cert.c new file mode 100644 index 0000000000..10e8d93e3e --- /dev/null +++ b/scheduler/cert.c @@ -0,0 +1,430 @@ +/* + * "$Id$" + * + * Authentication certificate routines for the Common UNIX + * Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAddCert() - Add a certificate. + * cupsdDeleteCert() - Delete a single certificate. + * cupsdDeleteAllCerts() - Delete all certificates... + * cupsdFindCert() - Find a certificate. + * cupsdInitCerts() - Initialize the certificate "system" and root + * certificate. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#ifdef HAVE_ACL_INIT +# include +# ifdef HAVE_MEMBERSHIP_H +# include +# endif /* HAVE_MEMBERSHIP_H */ +#endif /* HAVE_ACL_INIT */ + + +/* + * 'cupsdAddCert()' - Add a certificate. + */ + +void +cupsdAddCert(int pid, /* I - Process ID */ + const char *username) /* I - Username */ +{ + int i; /* Looping var */ + cupsd_cert_t *cert; /* Current certificate */ + int fd; /* Certificate file */ + char filename[1024]; /* Certificate filename */ + static const char hex[] = "0123456789ABCDEF"; + /* Hex constants... */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAddCert: adding certificate for pid %d", pid); + + /* + * Allocate memory for the certificate... + */ + + if ((cert = calloc(sizeof(cupsd_cert_t), 1)) == NULL) + return; + + /* + * Fill in the certificate information... + */ + + cert->pid = pid; + strlcpy(cert->username, username, sizeof(cert->username)); + + for (i = 0; i < 32; i ++) + cert->certificate[i] = hex[random() & 15]; + + /* + * Save the certificate to a file readable only by the User and Group + * (or root and SystemGroup for PID == 0)... + */ + + snprintf(filename, sizeof(filename), "%s/certs/%d", StateDir, pid); + unlink(filename); + + if ((fd = open(filename, O_WRONLY | O_CREAT | O_EXCL, 0400)) < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdAddCert: Unable to create certificate file %s - %s", + filename, strerror(errno)); + free(cert); + return; + } + + if (pid == 0) + { +#ifdef HAVE_ACL_INIT + acl_t acl; /* ACL information */ + acl_entry_t entry; /* ACL entry */ + acl_permset_t permset; /* Permissions */ +# ifdef HAVE_MBR_UID_TO_UUID + uuid_t group; /* Group ID */ +# endif /* HAVE_MBR_UID_TO_UUID */ + static int acls_not_supported = 0; + /* Only warn once */ +#endif /* HAVE_ACL_INIT */ + + + /* + * Root certificate... + */ + + fchmod(fd, 0440); + fchown(fd, RunUser, SystemGroupIDs[0]); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAddCert: NumSystemGroups=%d", + NumSystemGroups); + +#ifdef HAVE_ACL_INIT + if (NumSystemGroups > 1) + { + /* + * Set POSIX ACLs for the root certificate so that all system + * groups can access it... + */ + +# ifdef HAVE_MBR_UID_TO_UUID + /* + * On MacOS X, ACLs use UUIDs instead of GIDs... + */ + + acl = acl_init(NumSystemGroups - 1); + + for (i = 1; i < NumSystemGroups; i ++) + { + /* + * Add each group ID to the ACL... + */ + + acl_create_entry(&acl, &entry); + acl_get_permset(entry, &permset); + acl_add_perm(permset, ACL_READ_DATA); + acl_set_tag_type(entry, ACL_EXTENDED_ALLOW); + mbr_gid_to_uuid((gid_t)SystemGroupIDs[i], group); + acl_set_qualifier(entry, &group); + acl_set_permset(entry, permset); + } +# else + /* + * POSIX ACLs need permissions for owner, group, other, and mask + * in addition to the rest of the system groups... + */ + + acl = acl_init(NumSystemGroups + 3); + + /* Owner */ + acl_create_entry(&acl, &entry); + acl_get_permset(entry, &permset); + acl_add_perm(permset, ACL_READ); + acl_set_tag_type(entry, ACL_USER_OBJ); + acl_set_permset(entry, permset); + + /* Group */ + acl_create_entry(&acl, &entry); + acl_get_permset(entry, &permset); + acl_add_perm(permset, ACL_READ); + acl_set_tag_type(entry, ACL_GROUP_OBJ); + acl_set_permset(entry, permset); + + /* Others */ + acl_create_entry(&acl, &entry); + acl_get_permset(entry, &permset); + acl_add_perm(permset, 0); + acl_set_tag_type(entry, ACL_OTHER); + acl_set_permset(entry, permset); + + /* Mask */ + acl_create_entry(&acl, &entry); + acl_get_permset(entry, &permset); + acl_add_perm(permset, ACL_READ); + acl_set_tag_type(entry, ACL_MASK); + acl_set_permset(entry, permset); + + for (i = 1; i < NumSystemGroups; i ++) + { + /* + * Add each group ID to the ACL... + */ + + acl_create_entry(&acl, &entry); + acl_get_permset(entry, &permset); + acl_add_perm(permset, ACL_READ); + acl_set_tag_type(entry, ACL_GROUP); + acl_set_qualifier(entry, SystemGroupIDs + i); + acl_set_permset(entry, permset); + } + + if (acl_valid(acl)) + { + char *text, *textptr; /* Temporary string */ + + + cupsdLogMessage(CUPSD_LOG_ERROR, "ACL did not validate: %s", + strerror(errno)); + text = acl_to_text(acl, NULL); + for (textptr = strchr(text, '\n'); + textptr; + textptr = strchr(textptr + 1, '\n')) + *textptr = ','; + + cupsdLogMessage(CUPSD_LOG_ERROR, "ACL: %s", text); + free(text); + } +# endif /* HAVE_MBR_UID_TO_UUID */ + + if (acl_set_fd(fd, acl)) + { + if (errno != EOPNOTSUPP || !acls_not_supported) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to set ACLs on root certificate \"%s\" - %s", + filename, strerror(errno)); + + if (errno == EOPNOTSUPP) + acls_not_supported = 1; + } + + acl_free(acl); + } +#endif /* HAVE_ACL_INIT */ + + RootCertTime = time(NULL); + } + else + { + /* + * CGI certificate... + */ + + fchmod(fd, 0400); + fchown(fd, User, Group); + } + + DEBUG_printf(("ADD pid=%d, username=%s, cert=%s\n", pid, username, + cert->certificate)); + + write(fd, cert->certificate, strlen(cert->certificate)); + close(fd); + + /* + * Insert the certificate at the front of the list... + */ + + cert->next = Certs; + Certs = cert; +} + + +/* + * 'cupsdDeleteCert()' - Delete a single certificate. + */ + +void +cupsdDeleteCert(int pid) /* I - Process ID */ +{ + cupsd_cert_t *cert, /* Current certificate */ + *prev; /* Previous certificate */ + char filename[1024]; /* Certificate file */ + + + for (prev = NULL, cert = Certs; cert != NULL; prev = cert, cert = cert->next) + if (cert->pid == pid) + { + /* + * Remove this certificate from the list... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdDeleteCert: removing certificate for pid %d", pid); + + DEBUG_printf(("DELETE pid=%d, username=%s, cert=%s\n", cert->pid, + cert->username, cert->certificate)); + + if (prev == NULL) + Certs = cert->next; + else + prev->next = cert->next; + + free(cert); + + /* + * Delete the file and return... + */ + + snprintf(filename, sizeof(filename), "%s/certs/%d", StateDir, pid); + if (unlink(filename)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdDeleteCert: Unable to remove %s!\n", filename); + + return; + } +} + + +/* + * 'cupsdDeleteAllCerts()' - Delete all certificates... + */ + +void +cupsdDeleteAllCerts(void) +{ + cupsd_cert_t *cert, /* Current certificate */ + *next; /* Next certificate */ + char filename[1024]; /* Certificate file */ + + + /* + * Loop through each certificate, deleting them... + */ + + for (cert = Certs; cert != NULL; cert = next) + { + /* + * Delete the file... + */ + + snprintf(filename, sizeof(filename), "%s/certs/%d", StateDir, cert->pid); + if (unlink(filename)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdDeleteAllCerts: Unable to remove %s!\n", filename); + + /* + * Free memory... + */ + + next = cert->next; + free(cert); + } + + Certs = NULL; + RootCertTime = 0; +} + + +/* + * 'cupsdFindCert()' - Find a certificate. + */ + +const char * /* O - Matching username or NULL */ +cupsdFindCert(const char *certificate) /* I - Certificate */ +{ + cupsd_cert_t *cert; /* Current certificate */ + + + DEBUG_printf(("cupsdFindCert(certificate=%s)\n", certificate)); + for (cert = Certs; cert != NULL; cert = cert->next) + if (!strcasecmp(certificate, cert->certificate)) + { + DEBUG_printf((" returning %s...\n", cert->username)); + return (cert->username); + } + + DEBUG_puts(" certificate not found!"); + + return (NULL); +} + + +/* + * 'cupsdInitCerts()' - Initialize the certificate "system" and root + * certificate. + */ + +void +cupsdInitCerts(void) +{ + cups_file_t *fp; /* /dev/random file */ + unsigned seed; /* Seed for random number generator */ + struct timeval tod; /* Time of day */ + + + /* + * Initialize the random number generator using the random device or + * the current time, as available... + */ + + if ((fp = cupsFileOpen("/dev/urandom", "rb")) == NULL) + { + /* + * Get the time in usecs and use it as the initial seed... + */ + + gettimeofday(&tod, NULL); + + seed = (unsigned)(tod.tv_sec + tod.tv_usec); + } + else + { + /* + * Read 4 random characters from the random device and use + * them as the seed... + */ + + seed = cupsFileGetChar(fp); + seed = (seed << 8) | cupsFileGetChar(fp); + seed = (seed << 8) | cupsFileGetChar(fp); + seed = (seed << 8) | cupsFileGetChar(fp); + + cupsFileClose(fp); + } + + srandom(seed); + + /* + * Create a root certificate and return... + */ + + if (!RunUser) + cupsdAddCert(0, "root"); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/cert.h b/scheduler/cert.h new file mode 100644 index 0000000000..3d9ad20442 --- /dev/null +++ b/scheduler/cert.h @@ -0,0 +1,60 @@ +/* + * "$Id$" + * + * Authentication certificate definitions for the Common UNIX + * Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Certificate structure... + */ + +typedef struct cupsd_cert_s +{ + struct cupsd_cert_s *next; /* Next certificate in list */ + int pid; /* Process ID (0 for root certificate) */ + char certificate[33]; /* 32 hex characters, or 128 bits */ + char username[33]; /* Authenticated username */ +} cupsd_cert_t; + + +/* + * Globals... + */ + +VAR cupsd_cert_t *Certs; /* List of certificates */ +VAR time_t RootCertTime; /* Root certificate update time */ + + +/* + * Prototypes... + */ + +extern void cupsdAddCert(int pid, const char *username); +extern void cupsdDeleteCert(int pid); +extern void cupsdDeleteAllCerts(void); +extern const char *cupsdFindCert(const char *certificate); +extern void cupsdInitCerts(void); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/classes.c b/scheduler/classes.c new file mode 100644 index 0000000000..ea681a58d9 --- /dev/null +++ b/scheduler/classes.c @@ -0,0 +1,913 @@ +/* + * "$Id$" + * + * Printer class routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAddClass() - Add a class to the system. + * cupsdAddPrinterToClass() - Add a printer to a class... + * cupsdDeletePrinterFromClass() - Delete a printer from a class. + * cupsdDeletePrinterFromClasses() - Delete a printer from all classes. + * cupsdDeleteAllClasses() - Remove all classes from the system. + * cupsdFindAvailablePrinter() - Find an available printer in a class. + * cupsdFindClass() - Find the named class. + * cupsdLoadAllClasses() - Load classes from the classes.conf file. + * cupsdSaveAllClasses() - Save classes to the classes.conf file. + * cupsdUpdateImplicitClasses() - Update the accepting state of implicit + * classes. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" + + +/* + * 'cupsdAddClass()' - Add a class to the system. + */ + +cupsd_printer_t * /* O - New class */ +cupsdAddClass(const char *name) /* I - Name of class */ +{ + cupsd_printer_t *c; /* New class */ + + + /* + * Add the printer and set the type to "class"... + */ + + if ((c = cupsdAddPrinter(name)) != NULL) + { + /* + * Change from a printer to a class... + */ + + c->type = CUPS_PRINTER_CLASS; + + cupsdSetStringf(&c->uri, "ipp://%s:%d/classes/%s", ServerName, LocalPort, + name); + cupsdSetString(&c->error_policy, "retry-job"); + } + + return (c); +} + + +/* + * 'cupsdAddPrinterToClass()' - Add a printer to a class... + */ + +void +cupsdAddPrinterToClass( + cupsd_printer_t *c, /* I - Class to add to */ + cupsd_printer_t *p) /* I - Printer to add */ +{ + int i; /* Looping var */ + cupsd_printer_t **temp; /* Pointer to printer array */ + + + /* + * See if this printer is already a member of the class... + */ + + for (i = 0; i < c->num_printers; i ++) + if (c->printers[i] == p) + return; + + /* + * Allocate memory as needed... + */ + + if (c->num_printers == 0) + temp = malloc(sizeof(cupsd_printer_t *)); + else + temp = realloc(c->printers, sizeof(cupsd_printer_t *) * (c->num_printers + 1)); + + if (temp == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to add printer %s to class %s!", + p->name, c->name); + return; + } + + /* + * Add the printer to the end of the array and update the number of printers. + */ + + c->printers = temp; + temp += c->num_printers; + c->num_printers ++; + + *temp = p; +} + + +/* + * 'cupsdDeletePrinterFromClass()' - Delete a printer from a class. + */ + +void +cupsdDeletePrinterFromClass( + cupsd_printer_t *c, /* I - Class to delete from */ + cupsd_printer_t *p) /* I - Printer to delete */ +{ + int i; /* Looping var */ + cups_ptype_t type, /* Class type */ + oldtype; /* Old class type */ + + + /* + * See if the printer is in the class... + */ + + for (i = 0; i < c->num_printers; i ++) + if (p == c->printers[i]) + break; + + /* + * If it is, remove it from the list... + */ + + if (i < c->num_printers) + { + /* + * Yes, remove the printer... + */ + + c->num_printers --; + if (i < c->num_printers) + memmove(c->printers + i, c->printers + i + 1, + (c->num_printers - i) * sizeof(cupsd_printer_t *)); + } + else + return; + + /* + * Recompute the printer type mask as needed... + */ + + if (c->num_printers > 0) + { + oldtype = c->type; + type = c->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT); + c->type = ~CUPS_PRINTER_REMOTE; + + for (i = 0; i < c->num_printers; i ++) + c->type &= c->printers[i]->type; + + c->type |= type; + + /* + * Update the IPP attributes... + */ + + if (c->type != oldtype) + cupsdSetPrinterAttrs(c); + } +} + + +/* + * 'cupsdDeletePrinterFromClasses()' - Delete a printer from all classes. + */ + +void +cupsdDeletePrinterFromClasses( + cupsd_printer_t *p) /* I - Printer to delete */ +{ + cupsd_printer_t *c; /* Pointer to current class */ + + + /* + * Loop through the printer/class list and remove the printer + * from each class listed... + */ + + for (c = (cupsd_printer_t *)cupsArrayFirst(Printers); + c; + c = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (c->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT)) + cupsdDeletePrinterFromClass(c, p); + + /* + * Then clean out any empty implicit classes... + */ + + for (c = (cupsd_printer_t *)cupsArrayFirst(ImplicitPrinters); + c; + c = (cupsd_printer_t *)cupsArrayNext(ImplicitPrinters)) + if (c->num_printers == 0) + { + cupsArrayRemove(ImplicitPrinters, c); + cupsdDeletePrinter(c, 0); + } +} + + +/* + * 'cupsdDeleteAllClasses()' - Remove all classes from the system. + */ + +void +cupsdDeleteAllClasses(void) +{ + cupsd_printer_t *c; /* Pointer to current printer/class */ + + + for (c = (cupsd_printer_t *)cupsArrayFirst(Printers); + c; + c = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (c->type & CUPS_PRINTER_CLASS) + cupsdDeletePrinter(c, 0); +} + + +/* + * 'cupsdFindAvailablePrinter()' - Find an available printer in a class. + */ + +cupsd_printer_t * /* O - Available printer or NULL */ +cupsdFindAvailablePrinter( + const char *name) /* I - Class to check */ +{ + int i; /* Looping var */ + cupsd_printer_t *c; /* Printer class */ + + + /* + * Find the class... + */ + + if ((c = cupsdFindClass(name)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to find class \"%s\"!", name); + return (NULL); + } + + /* + * Loop through the printers in the class and return the first idle + * printer... We keep track of the last printer that we used so that + * a "round robin" type of scheduling is realized (otherwise the first + * server might be saturated with print jobs...) + * + * Thanks to Joel Fredrikson for helping us get this right! + */ + + for (i = c->last_printer + 1; ; i ++) + { + if (i >= c->num_printers) + i = 0; + + if (c->printers[i]->accepting && + (c->printers[i]->state == IPP_PRINTER_IDLE || + ((c->printers[i]->type & CUPS_PRINTER_REMOTE) && !c->printers[i]->job))) + { + c->last_printer = i; + return (c->printers[i]); + } + + if (i == c->last_printer) + break; + } + + return (NULL); +} + + +/* + * 'cupsdFindClass()' - Find the named class. + */ + +cupsd_printer_t * /* O - Matching class or NULL */ +cupsdFindClass(const char *name) /* I - Name of class */ +{ + cupsd_printer_t *c; /* Current class/printer */ + + + if ((c = cupsdFindDest(name)) != NULL && + (c->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT))) + return (c); + else + return (NULL); +} + + +/* + * 'cupsdLoadAllClasses()' - Load classes from the classes.conf file. + */ + +void +cupsdLoadAllClasses(void) +{ + cups_file_t *fp; /* classes.conf file */ + int linenum; /* Current line number */ + char line[1024], /* Line from file */ + *value, /* Pointer to value */ + *valueptr; /* Pointer into value */ + cupsd_printer_t *p, /* Current printer class */ + *temp; /* Temporary pointer to printer */ + + + /* + * Open the classes.conf file... + */ + + snprintf(line, sizeof(line), "%s/classes.conf", ServerRoot); + if ((fp = cupsFileOpen(line, "r")) == NULL) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to open %s - %s", line, + strerror(errno)); + return; + } + + /* + * Read class configurations until we hit EOF... + */ + + linenum = 0; + p = NULL; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + /* + * Decode the directive... + */ + + if (!strcasecmp(line, " or + */ + + if (p == NULL && value) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, "Loading class %s...", value); + + /* + * Since prior classes may have implicitly defined this class, + * see if it already exists... + */ + + if ((p = cupsdFindDest(value)) != NULL) + { + p->type = CUPS_PRINTER_CLASS; + cupsdSetStringf(&p->uri, "ipp://%s:%d/classes/%s", ServerName, + LocalPort, value); + cupsdSetString(&p->error_policy, "retry-job"); + } + else + p = cupsdAddClass(value); + + p->accepting = 1; + p->state = IPP_PRINTER_IDLE; + + if (!strcasecmp(line, "")) + { + if (p != NULL) + { + cupsdSetPrinterAttrs(p); + p = NULL; + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!p) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + else if (!strcasecmp(line, "Info")) + { + if (value) + cupsdSetString(&p->info, value); + } + else if (!strcasecmp(line, "Location")) + { + if (value) + cupsdSetString(&p->location, value); + } + else if (!strcasecmp(line, "Option") && value) + { + /* + * Option name value + */ + + for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (!*valueptr) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + else + { + for (; *valueptr && isspace(*valueptr & 255); *valueptr++ = '\0'); + + p->num_options = cupsAddOption(value, valueptr, p->num_options, + &(p->options)); + } + } + else if (!strcasecmp(line, "Printer")) + { + if (!value) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + else if ((temp = cupsdFindPrinter(value)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_WARN, + "Unknown printer %s on line %d of classes.conf.", + value, linenum); + + /* + * Add the missing remote printer... + */ + + if ((temp = cupsdAddPrinter(value)) != NULL) + { + cupsdSetString(&temp->make_model, "Remote Printer on unknown"); + + temp->state = IPP_PRINTER_STOPPED; + temp->type |= CUPS_PRINTER_REMOTE; + temp->browse_time = 2147483647; + + cupsdSetString(&temp->location, "Location Unknown"); + cupsdSetString(&temp->info, "No Information Available"); + temp->hostname[0] = '\0'; + + cupsdSetPrinterAttrs(temp); + } + } + + if (temp) + cupsdAddPrinterToClass(p, temp); + } + else if (!strcasecmp(line, "State")) + { + /* + * Set the initial queue state... + */ + + if (!strcasecmp(value, "idle")) + p->state = IPP_PRINTER_IDLE; + else if (!strcasecmp(value, "stopped")) + p->state = IPP_PRINTER_STOPPED; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "StateMessage")) + { + /* + * Set the initial queue state message... + */ + + if (value) + strlcpy(p->state_message, value, sizeof(p->state_message)); + } + else if (!strcasecmp(line, "StateTime")) + { + /* + * Set the state time... + */ + + if (value) + p->state_time = atoi(value); + } + else if (!strcasecmp(line, "Accepting")) + { + /* + * Set the initial accepting state... + */ + + if (value && + (!strcasecmp(value, "yes") || + !strcasecmp(value, "on") || + !strcasecmp(value, "true"))) + p->accepting = 1; + else if (value && + (!strcasecmp(value, "no") || + !strcasecmp(value, "off") || + !strcasecmp(value, "false"))) + p->accepting = 0; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "Shared")) + { + /* + * Set the initial shared state... + */ + + if (value && + (!strcasecmp(value, "yes") || + !strcasecmp(value, "on") || + !strcasecmp(value, "true"))) + p->shared = 1; + else if (value && + (!strcasecmp(value, "no") || + !strcasecmp(value, "off") || + !strcasecmp(value, "false"))) + p->shared = 0; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "JobSheets")) + { + /* + * Set the initial job sheets... + */ + + if (value) + { + for (valueptr = value; + *valueptr && !isspace(*valueptr & 255); + valueptr ++); + + if (*valueptr) + *valueptr++ = '\0'; + + cupsdSetString(&p->job_sheets[0], value); + + while (isspace(*valueptr & 255)) + valueptr ++; + + if (*valueptr) + { + for (value = valueptr; + *valueptr && !isspace(*valueptr & 255); + valueptr ++); + + if (*valueptr) + *valueptr++ = '\0'; + + cupsdSetString(&p->job_sheets[1], value); + } + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "AllowUser")) + { + if (value) + { + p->deny_users = 0; + cupsdAddPrinterUser(p, value); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "DenyUser")) + { + if (value) + { + p->deny_users = 1; + cupsdAddPrinterUser(p, value); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "QuotaPeriod")) + { + if (value) + p->quota_period = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "PageLimit")) + { + if (value) + p->page_limit = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "KLimit")) + { + if (value) + p->k_limit = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "OpPolicy")) + { + if (value) + cupsdSetString(&p->op_policy, value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "ErrorPolicy")) + { + if (value) + cupsdSetString(&p->error_policy, value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of classes.conf.", linenum); + return; + } + } + else + { + /* + * Something else we don't understand... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown configuration directive %s on line %d of classes.conf.", + line, linenum); + } + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdSaveAllClasses()' - Save classes to the classes.conf file. + */ + +void +cupsdSaveAllClasses(void) +{ + cups_file_t *fp; /* classes.conf file */ + char temp[1024]; /* Temporary string */ + char backup[1024]; /* classes.conf.O file */ + cupsd_printer_t *pclass; /* Current printer class */ + int i; /* Looping var */ + time_t curtime; /* Current time */ + struct tm *curdate; /* Current date */ + cups_option_t *option; /* Current option */ + const char *ptr; /* Pointer into info/location */ + + + /* + * Create the classes.conf file... + */ + + snprintf(temp, sizeof(temp), "%s/classes.conf", ServerRoot); + snprintf(backup, sizeof(backup), "%s/classes.conf.O", ServerRoot); + + if (rename(temp, backup)) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to backup classes.conf - %s", + strerror(errno)); + } + + if ((fp = cupsFileOpen(temp, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to save classes.conf - %s", + strerror(errno)); + + if (rename(backup, temp)) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to restore classes.conf - %s", + strerror(errno)); + return; + } + else + cupsdLogMessage(CUPSD_LOG_INFO, "Saving classes.conf..."); + + /* + * Restrict access to the file... + */ + + fchown(cupsFileNumber(fp), RunUser, Group); + fchmod(cupsFileNumber(fp), 0600); + + /* + * Write a small header to the file... + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + strftime(temp, sizeof(temp) - 1, "%Y-%m-%d %H:%M", curdate); + + cupsFilePuts(fp, "# Class configuration file for " CUPS_SVERSION "\n"); + cupsFilePrintf(fp, "# Written by cupsd on %s\n", temp); + + /* + * Write each local class known to the system... + */ + + for (pclass = (cupsd_printer_t *)cupsArrayFirst(Printers); + pclass; + pclass = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + /* + * Skip remote destinations and regular printers... + */ + + if ((pclass->type & CUPS_PRINTER_REMOTE) || + (pclass->type & CUPS_PRINTER_IMPLICIT) || + !(pclass->type & CUPS_PRINTER_CLASS)) + continue; + + /* + * Write printers as needed... + */ + + if (pclass == DefaultPrinter) + cupsFilePrintf(fp, "\n", pclass->name); + else + cupsFilePrintf(fp, "\n", pclass->name); + + if (pclass->info) + { + if ((ptr = strchr(pclass->info, '#')) != NULL) + { + /* + * Need to quote the first # in the info string... + */ + + cupsFilePuts(fp, "Info "); + cupsFileWrite(fp, pclass->info, ptr - pclass->info); + cupsFilePutChar(fp, '\\'); + cupsFilePuts(fp, ptr); + cupsFilePutChar(fp, '\n'); + } + else + cupsFilePrintf(fp, "Info %s\n", pclass->info); + } + + if (pclass->location) + { + if ((ptr = strchr(pclass->info, '#')) != NULL) + { + /* + * Need to quote the first # in the location string... + */ + + cupsFilePuts(fp, "Location "); + cupsFileWrite(fp, pclass->location, ptr - pclass->location); + cupsFilePutChar(fp, '\\'); + cupsFilePuts(fp, ptr); + cupsFilePutChar(fp, '\n'); + } + else + cupsFilePrintf(fp, "Location %s\n", pclass->location); + } + + if (pclass->state == IPP_PRINTER_STOPPED) + { + cupsFilePuts(fp, "State Stopped\n"); + cupsFilePrintf(fp, "StateMessage %s\n", pclass->state_message); + } + else + cupsFilePuts(fp, "State Idle\n"); + + cupsFilePrintf(fp, "StateTime %d\n", (int)pclass->state_time); + + if (pclass->accepting) + cupsFilePuts(fp, "Accepting Yes\n"); + else + cupsFilePuts(fp, "Accepting No\n"); + + if (pclass->shared) + cupsFilePuts(fp, "Shared Yes\n"); + else + cupsFilePuts(fp, "Shared No\n"); + + cupsFilePrintf(fp, "JobSheets %s %s\n", pclass->job_sheets[0], + pclass->job_sheets[1]); + + for (i = 0; i < pclass->num_printers; i ++) + cupsFilePrintf(fp, "Printer %s\n", pclass->printers[i]->name); + + cupsFilePrintf(fp, "QuotaPeriod %d\n", pclass->quota_period); + cupsFilePrintf(fp, "PageLimit %d\n", pclass->page_limit); + cupsFilePrintf(fp, "KLimit %d\n", pclass->k_limit); + + for (i = 0; i < pclass->num_users; i ++) + cupsFilePrintf(fp, "%sUser %s\n", pclass->deny_users ? "Deny" : "Allow", + pclass->users[i]); + + if (pclass->op_policy) + cupsFilePrintf(fp, "OpPolicy %s\n", pclass->op_policy); + if (pclass->error_policy) + cupsFilePrintf(fp, "ErrorPolicy %s\n", pclass->error_policy); + + for (i = pclass->num_options, option = pclass->options; + i > 0; + i --, option ++) + cupsFilePrintf(fp, "Option %s %s\n", option->name, option->value); + + cupsFilePuts(fp, "\n"); + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdUpdateImplicitClasses()' - Update the accepting state of implicit + * classes. + */ + +void +cupsdUpdateImplicitClasses(void) +{ + int i; /* Looping var */ + cupsd_printer_t *pclass; /* Current class */ + int accepting; /* printer-is-accepting-jobs value */ + + + for (pclass = (cupsd_printer_t *)cupsArrayFirst(ImplicitPrinters); + pclass; + pclass = (cupsd_printer_t *)cupsArrayNext(ImplicitPrinters)) + { + /* + * Loop through the printers to come up with a composite state... + */ + + for (i = 0, accepting = 0; i < pclass->num_printers; i ++) + if ((accepting = pclass->printers[i]->accepting) != 0) + break; + + pclass->accepting = accepting; + } +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/classes.h b/scheduler/classes.h new file mode 100644 index 0000000000..7667742e7c --- /dev/null +++ b/scheduler/classes.h @@ -0,0 +1,46 @@ +/* + * "$Id$" + * + * Printer class definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + + +/* + * Prototypes... + */ + +extern cupsd_printer_t *cupsdAddClass(const char *name); +extern void cupsdAddPrinterToClass(cupsd_printer_t *c, + cupsd_printer_t *p); +extern void cupsdDeletePrinterFromClass(cupsd_printer_t *c, + cupsd_printer_t *p); +extern void cupsdDeletePrinterFromClasses(cupsd_printer_t *p); +extern void cupsdDeleteAllClasses(void); +extern cupsd_printer_t *cupsdFindAvailablePrinter(const char *name); +extern cupsd_printer_t *cupsdFindClass(const char *name); +extern void cupsdLoadAllClasses(void); +extern void cupsdSaveAllClasses(void); +extern void cupsdUpdateImplicitClasses(void); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/client.c b/scheduler/client.c new file mode 100644 index 0000000000..01846e1512 --- /dev/null +++ b/scheduler/client.c @@ -0,0 +1,4281 @@ +/* + * "$Id$" + * + * Client routines for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAcceptClient() - Accept a new client. + * cupsdCloseAllClients() - Close all remote clients immediately. + * cupsdCloseClient() - Close a remote client. + * cupsdFlushHeader() - Flush the header fields to the client. + * cupsdReadClient() - Read data from a client. + * cupsdSendCommand() - Send output from a command via HTTP. + * cupsdSendError() - Send an error message via HTTP. + * cupsdSendHeader() - Send an HTTP request. + * cupsdUpdateCGI() - Read status messages from CGI scripts and programs. + * cupsdWriteClient() - Write data to a client as needed. + * check_if_modified() - Decode an "If-Modified-Since" line. + * encrypt_client() - Enable encryption for the client... + * get_cdsa_certificate() - Convert a keychain name into the CFArrayRef + * required by SSLSetCertificate. + * get_file() - Get a filename and state info. + * install_conf_file() - Install a configuration file. + * is_cgi() - Is the resource a CGI script/program? + * is_path_absolute() - Is a path absolute and free of relative elements. + * make_certificate() - Make a self-signed SSL/TLS certificate. + * pipe_command() - Pipe the output of a command to the remote client. + * write_file() - Send a file via HTTP. + */ + +/* + * Include necessary headers... + */ + +#include +#include "cupsd.h" + +#ifdef HAVE_CDSASSL +# include +# ifdef HAVE_SECIDENTITYSEARCHPRIV_H +# include +# else /* Declare prototype for function in that header... */ +extern OSStatus SecIdentitySearchCreateWithPolicy(SecPolicyRef policy, + CFStringRef idString, CSSM_KEYUSE keyUsage, + CFTypeRef keychainOrArray, + Boolean returnOnlyValidIdentities, + SecIdentitySearchRef* searchRef); +# endif /* HAVE_SECIDENTITYSEARCHPRIV_H */ +# ifdef HAVE_SECPOLICYPRIV_H +# include +# else /* Declare prototype for function in that header... */ +extern OSStatus SecPolicySetValue(SecPolicyRef policyRef, + const CSSM_DATA *value); +# endif /* HAVE_SECPOLICYPRIV_H */ +# ifdef HAVE_SECBASEPRIV_H +# include +# else /* Declare prototype for function in that header... */ +extern const char *cssmErrorString(int error); +# endif /* HAVE_SECBASEPRIV_H */ +#endif /* HAVE_CDSASSL */ + +#ifdef HAVE_GNUTLS +# include +#endif /* HAVE_GNUTLS */ + + +/* + * Local functions... + */ + +static int check_if_modified(cupsd_client_t *con, + struct stat *filestats); +#ifdef HAVE_SSL +static int encrypt_client(cupsd_client_t *con); +#endif /* HAVE_SSL */ +#ifdef HAVE_CDSASSL +static CFArrayRef get_cdsa_certificate(cupsd_client_t *con); +#endif /* HAVE_CDSASSL */ +static char *get_file(cupsd_client_t *con, struct stat *filestats, + char *filename, int len); +static http_status_t install_conf_file(cupsd_client_t *con); +static int is_cgi(cupsd_client_t *con, const char *filename, + struct stat *filestats, mime_type_t *type); +static int is_path_absolute(const char *path); +#ifdef HAVE_SSL +static int make_certificate(cupsd_client_t *con); +#endif /* HAVE_SSL */ +static int pipe_command(cupsd_client_t *con, int infile, int *outfile, + char *command, char *options, int root); +static int write_file(cupsd_client_t *con, http_status_t code, + char *filename, char *type, + struct stat *filestats); + + +/* + * 'cupsdAcceptClient()' - Accept a new client. + */ + +void +cupsdAcceptClient(cupsd_listener_t *lis)/* I - Listener socket */ +{ + int count; /* Count of connections on a host */ + int val; /* Parameter value */ + cupsd_client_t *con, /* New client pointer */ + *tempcon; /* Temporary client pointer */ + http_addrlist_t *addrlist, /* List of adddresses for host */ + *addr; /* Current address */ + socklen_t addrlen; /* Length of address */ + char *hostname; /* Hostname for address */ + http_addr_t temp; /* Temporary address variable */ + static time_t last_dos = 0; /* Time of last DoS attack */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAcceptClient(lis=%p) %d Clients = %d", + lis, lis->fd, cupsArrayCount(Clients)); + + /* + * Make sure we don't have a full set of clients already... + */ + + if (cupsArrayCount(Clients) == MaxClients) + return; + + /* + * Get a pointer to the next available client... + */ + + if (!Clients) + Clients = cupsArrayNew(NULL, NULL); + + if (!Clients) + return; + + con = calloc(1, sizeof(cupsd_client_t)); + + con->http.activity = time(NULL); + con->file = -1; + con->http.hostaddr = &(con->clientaddr); + + /* + * Accept the client and get the remote address... + */ + + addrlen = sizeof(http_addr_t); + + if ((con->http.fd = accept(lis->fd, (struct sockaddr *)con->http.hostaddr, + &addrlen)) < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to accept client connection - %s.", + strerror(errno)); + free(con); + return; + } + +#ifdef AF_INET6 + if (lis->address.addr.sa_family == AF_INET6) + { + /* + * Save the connected port number... + */ + + con->http.hostaddr->ipv6.sin6_port = lis->address.ipv6.sin6_port; + + /* + * Convert IPv4 over IPv6 addresses (::ffff:n.n.n.n) to IPv4 forms we + * can more easily use... + */ + + if (con->http.hostaddr->ipv6.sin6_addr.s6_addr32[0] == 0 && + con->http.hostaddr->ipv6.sin6_addr.s6_addr32[1] == 0 && + ntohl(con->http.hostaddr->ipv6.sin6_addr.s6_addr32[2]) == 0xffff) + con->http.hostaddr->ipv6.sin6_addr.s6_addr32[2] = 0; + } + else +#endif /* AF_INET6 */ + if (lis->address.addr.sa_family == AF_INET) + con->http.hostaddr->ipv4.sin_port = lis->address.ipv4.sin_port; + + /* + * Check the number of clients on the same address... + */ + + for (count = 0, tempcon = (cupsd_client_t *)cupsArrayFirst(Clients); + tempcon; + tempcon = (cupsd_client_t *)cupsArrayNext(Clients)) + if (httpAddrEqual(tempcon->http.hostaddr, con->http.hostaddr)) + { + count ++; + if (count >= MaxClientsPerHost) + break; + } + + if (count >= MaxClientsPerHost) + { + if ((time(NULL) - last_dos) >= 60) + { + last_dos = time(NULL); + cupsdLogMessage(CUPSD_LOG_WARN, + "Possible DoS attack - more than %d clients connecting " + "from %s!", + MaxClientsPerHost, tempcon->http.hostname); + } + +#ifdef WIN32 + closesocket(con->http.fd); +#else + close(con->http.fd); +#endif /* WIN32 */ + + free(con); + return; + } + + /* + * Get the hostname or format the IP address as needed... + */ + + if (httpAddrLocalhost(con->http.hostaddr)) + { + /* + * Map accesses from the loopback interface to "localhost"... + */ + + strlcpy(con->http.hostname, "localhost", sizeof(con->http.hostname)); + hostname = con->http.hostname; + } + else + { + /* + * Map accesses from the same host to the server name. + */ + + for (addr = ServerAddrs; addr; addr = addr->next) + if (httpAddrEqual(con->http.hostaddr, &(addr->addr))) + break; + + if (addr) + { + strlcpy(con->http.hostname, ServerName, sizeof(con->http.hostname)); + hostname = con->http.hostname; + } + else if (HostNameLookups) + hostname = httpAddrLookup(con->http.hostaddr, con->http.hostname, + sizeof(con->http.hostname)); + else + { + hostname = NULL; + httpAddrString(con->http.hostaddr, con->http.hostname, + sizeof(con->http.hostname)); + } + } + + if (hostname == NULL && HostNameLookups == 2) + { + /* + * Can't have an unresolved IP address with double-lookups enabled... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAcceptClient: Closing connection %d...", + con->http.fd); + +#ifdef WIN32 + closesocket(con->http.fd); +#else + close(con->http.fd); +#endif /* WIN32 */ + + cupsdLogMessage(CUPSD_LOG_WARN, + "Name lookup failed - connection from %s closed!", + con->http.hostname); + + free(con); + return; + } + + if (HostNameLookups == 2) + { + /* + * Do double lookups as needed... + */ + + if ((addrlist = httpAddrGetList(con->http.hostname, AF_UNSPEC, NULL)) != NULL) + { + /* + * See if the hostname maps to the same IP address... + */ + + for (addr = addrlist; addr; addr = addr->next) + if (httpAddrEqual(con->http.hostaddr, &(addr->addr))) + break; + } + else + addr = NULL; + + httpAddrFreeList(addrlist); + + if (!addr) + { + /* + * Can't have a hostname that doesn't resolve to the same IP address + * with double-lookups enabled... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAcceptClient: Closing connection %d...", + con->http.fd); + +#ifdef WIN32 + closesocket(con->http.fd); +#else + close(con->http.fd); +#endif /* WIN32 */ + + cupsdLogMessage(CUPSD_LOG_WARN, + "IP lookup failed - connection from %s closed!", + con->http.hostname); + free(con); + return; + } + } + +#ifdef AF_INET6 + if (con->http.hostaddr->addr.sa_family == AF_INET6) + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdAcceptClient: %d from %s:%d (IPv6)", + con->http.fd, con->http.hostname, + ntohs(con->http.hostaddr->ipv6.sin6_port)); + else +#endif /* AF_INET6 */ +#ifdef AF_LOCAL + if (con->http.hostaddr->addr.sa_family == AF_LOCAL) + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdAcceptClient: %d from %s (Domain)", + con->http.fd, con->http.hostname); + else +#endif /* AF_LOCAL */ + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdAcceptClient: %d from %s:%d (IPv4)", + con->http.fd, con->http.hostname, + ntohs(con->http.hostaddr->ipv4.sin_port)); + + /* + * Get the local address the client connected to... + */ + + addrlen = sizeof(temp); + if (getsockname(con->http.fd, (struct sockaddr *)&temp, &addrlen)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to get local address - %s", + strerror(errno)); + + strcpy(con->servername, "localhost"); + con->serverport = LocalPort; + } + else + { +#ifdef AF_INET6 + if (temp.addr.sa_family == AF_INET6) + { + httpAddrLookup(&temp, con->servername, sizeof(con->servername)); + con->serverport = ntohs(lis->address.ipv6.sin6_port); + } + else +#endif /* AF_INET6 */ + if (temp.addr.sa_family == AF_INET) + { + httpAddrLookup(&temp, con->servername, sizeof(con->servername)); + con->serverport = ntohs(lis->address.ipv4.sin_port); + } + else + { + strcpy(con->servername, "localhost"); + con->serverport = LocalPort; + } + } + + cupsArrayAdd(Clients, con); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAcceptClient: %d connected to server on %s:%d", + con->http.fd, con->servername, con->serverport); + + /* + * Using TCP_NODELAY improves responsiveness, especially on systems + * with a slow loopback interface... Since we write large buffers + * when sending print files and requests, there shouldn't be any + * performance penalty for this... + */ + + val = 1; + setsockopt(con->http.fd, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)); + + /* + * Close this file on all execs... + */ + + fcntl(con->http.fd, F_SETFD, fcntl(con->http.fd, F_GETFD) | FD_CLOEXEC); + + /* + * Add the socket to the select() input mask. + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAcceptClient: Adding fd %d to InputSet...", + con->http.fd); + FD_SET(con->http.fd, InputSet); + + /* + * Temporarily suspend accept()'s until we lose a client... + */ + + if (cupsArrayCount(Clients) == MaxClients) + cupsdPauseListening(); + +#ifdef HAVE_SSL + /* + * See if we are connecting on a secure port... + */ + + if (lis->encryption == HTTP_ENCRYPT_ALWAYS) + { + /* + * https connection; go secure... + */ + + con->http.encryption = HTTP_ENCRYPT_ALWAYS; + + if (!encrypt_client(con)) + cupsdCloseClient(con); + } + else + con->auto_ssl = 1; +#endif /* HAVE_SSL */ +} + + +/* + * 'cupsdCloseAllClients()' - Close all remote clients immediately. + */ + +void +cupsdCloseAllClients(void) +{ + cupsd_client_t *con; /* Current client */ + + + for (con = (cupsd_client_t *)cupsArrayFirst(Clients); + con; + con = (cupsd_client_t *)cupsArrayNext(Clients)) + cupsdCloseClient(con); +} + + +/* + * 'cupsdCloseClient()' - Close a remote client. + */ + +int /* O - 1 if partial close, 0 if fully closed */ +cupsdCloseClient(cupsd_client_t *con) /* I - Client to close */ +{ + int partial; /* Do partial close for SSL? */ +#ifdef HAVE_LIBSSL + SSL_CTX *context; /* Context for encryption */ + SSL *conn; /* Connection for encryption */ + unsigned long error; /* Error code */ +#elif defined(HAVE_GNUTLS) + http_tls_t *conn; /* TLS connection information */ + int error; /* Error code */ + gnutls_certificate_server_credentials *credentials; + /* TLS credentials */ +# elif defined(HAVE_CDSASSL) + http_tls_t *conn; /* CDSA connection information */ +#endif /* HAVE_LIBSSL */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdCloseClient: %d", con->http.fd); + + /* + * Flush pending writes before closing... + */ + + httpFlushWrite(HTTP(con)); + + partial = 0; + +#ifdef HAVE_SSL + /* + * Shutdown encryption as needed... + */ + + if (con->http.tls) + { + partial = 1; + +# ifdef HAVE_LIBSSL + conn = (SSL *)(con->http.tls); + context = SSL_get_SSL_CTX(conn); + + switch (SSL_shutdown(conn)) + { + case 1 : + cupsdLogMessage(CUPSD_LOG_INFO, + "cupsdCloseClient: SSL shutdown successful!"); + break; + case -1 : + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCloseClient: Fatal error during SSL shutdown!"); + default : + while ((error = ERR_get_error()) != 0) + cupsdLogMessage(CUPSD_LOG_ERROR, "cupsdCloseClient: %s", + ERR_error_string(error, NULL)); + break; + } + + SSL_CTX_free(context); + SSL_free(conn); + +# elif defined(HAVE_GNUTLS) + conn = (http_tls_t *)(con->http.tls); + credentials = (gnutls_certificate_server_credentials *)(conn->credentials); + + error = gnutls_bye(conn->session, GNUTLS_SHUT_WR); + switch (error) + { + case GNUTLS_E_SUCCESS: + cupsdLogMessage(CUPSD_LOG_INFO, + "cupsdCloseClient: SSL shutdown successful!"); + break; + default: + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdCloseClient: %s", gnutls_strerror(error)); + break; + } + + gnutls_deinit(conn->session); + gnutls_certificate_free_credentials(*credentials); + free(credentials); + free(conn); + +# elif defined(HAVE_CDSASSL) + conn = (http_tls_t *)(con->http.tls); + + while (SSLClose(conn->session) == errSSLWouldBlock) + usleep(1000); + + SSLDisposeContext(conn->session); + + if (conn->certsArray) + CFRelease(conn->certsArray); + + free(conn); +# endif /* HAVE_LIBSSL */ + + con->http.tls = NULL; + } +#endif /* HAVE_SSL */ + + if (con->pipe_pid != 0) + { + /* + * Stop any CGI process... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCloseClient: %d Killing process ID %d...", + con->http.fd, con->pipe_pid); + cupsdEndProcess(con->pipe_pid, 1); + con->pipe_pid = 0; + } + + if (con->file >= 0) + { + if (FD_ISSET(con->file, InputSet)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCloseClient: %d Removing fd %d from InputSet...", + con->http.fd, con->file); + FD_CLR(con->file, InputSet); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCloseClient: %d Closing data file %d.", + con->http.fd, con->file); + + close(con->file); + con->file = -1; + } + + /* + * Close the socket and clear the file from the input set for select()... + */ + + if (con->http.fd > 0) + { + if (partial) + { + /* + * Only do a partial close so that the encrypted client gets everything. + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCloseClient: Removing fd %d from OutputSet...", + con->http.fd); + shutdown(con->http.fd, 0); + FD_CLR(con->http.fd, OutputSet); + } + else + { + /* + * Shut the socket down fully... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCloseClient: Removing fd %d from InputSet and OutputSet...", + con->http.fd); + close(con->http.fd); + FD_CLR(con->http.fd, InputSet); + FD_CLR(con->http.fd, OutputSet); + con->http.fd = -1; + } + } + + if (!partial) + { + /* + * Free memory... + */ + + if (con->http.input_set) + free(con->http.input_set); + + httpClearCookie(HTTP(con)); + + cupsdClearString(&con->filename); + cupsdClearString(&con->command); + cupsdClearString(&con->options); + cupsdClearString(&con->query_string); + + if (con->request) + { + ippDelete(con->request); + con->request = NULL; + } + + if (con->response) + { + ippDelete(con->response); + con->response = NULL; + } + + if (con->language) + { + cupsLangFree(con->language); + con->language = NULL; + } + + /* + * Re-enable new client connections if we are going back under the + * limit... + */ + + if (cupsArrayCount(Clients) == MaxClients) + cupsdResumeListening(); + + /* + * Compact the list of clients as necessary... + */ + + cupsArrayRemove(Clients, con); + + free(con); + } + + return (partial); +} + + +/* + * 'cupsdFlushHeader()' - Flush the header fields to the client. + */ + +int /* I - Bytes written or -1 on error */ +cupsdFlushHeader(cupsd_client_t *con) /* I - Client to flush to */ +{ + int bytes = httpFlushWrite(HTTP(con)); + + con->http.data_encoding = HTTP_ENCODE_LENGTH; + + return (bytes); +} + + +/* + * 'cupsdReadClient()' - Read data from a client. + */ + +int /* O - 1 on success, 0 on error */ +cupsdReadClient(cupsd_client_t *con) /* I - Client to read from */ +{ + char line[32768], /* Line from client... */ + operation[64], /* Operation code from socket */ + version[64], /* HTTP version number string */ + locale[64], /* Locale */ + *ptr; /* Pointer into strings */ + int major, minor; /* HTTP version numbers */ + http_status_t status; /* Transfer status */ + ipp_state_t ipp_state; /* State of IPP transfer */ + int bytes; /* Number of bytes to POST */ + char *filename; /* Name of file for GET/HEAD */ + char buf[1024]; /* Buffer for real filename */ + struct stat filestats; /* File information */ + mime_type_t *type; /* MIME type of file */ + cupsd_printer_t *p; /* Printer */ + static unsigned request_id = 0; /* Request ID for temp files */ + + + status = HTTP_CONTINUE; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d, used=%d, file=%d state=%d", + con->http.fd, con->http.used, con->file, con->http.state); + + if (con->http.error) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdReadClient: http error seen..."); + return (cupsdCloseClient(con)); + } + +#ifdef HAVE_SSL + if (con->auto_ssl) + { + /* + * Automatically check for a SSL/TLS handshake... + */ + + con->auto_ssl = 0; + + if (recv(con->http.fd, buf, 1, MSG_PEEK) == 1 && + (!buf[0] || !strchr("DGHOPT", buf[0]))) + { + /* + * Encrypt this connection... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: Saw first byte %02X, auto-negotiating SSL/TLS session...", + buf[0] & 255); + + if (!encrypt_client(con)) + return (cupsdCloseClient(con)); + + return (1); + } + } +#endif /* HAVE_SSL */ + + switch (con->http.state) + { + case HTTP_WAITING : + /* + * See if we've received a request line... + */ + + if (httpGets(line, sizeof(line) - 1, HTTP(con)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: httpGets returned EOF..."); + return (cupsdCloseClient(con)); + } + + /* + * Ignore blank request lines... + */ + + if (line[0] == '\0') + break; + + /* + * Clear other state variables... + */ + + httpClearFields(HTTP(con)); + + con->http.activity = time(NULL); + con->http.version = HTTP_1_0; + con->http.keep_alive = HTTP_KEEPALIVE_OFF; + con->http.data_encoding = HTTP_ENCODE_LENGTH; + con->http.data_remaining = 0; + con->http._data_remaining = 0; + con->operation = HTTP_WAITING; + con->bytes = 0; + con->file = -1; + con->file_ready = 0; + con->pipe_pid = 0; + con->username[0] = '\0'; + con->password[0] = '\0'; + con->uri[0] = '\0'; + + cupsdClearString(&con->command); + cupsdClearString(&con->options); + cupsdClearString(&con->query_string); + + if (con->request) + { + ippDelete(con->request); + con->request = NULL; + } + + if (con->response) + { + ippDelete(con->response); + con->response = NULL; + } + + if (con->language) + { + cupsLangFree(con->language); + con->language = NULL; + } + + /* + * Grab the request line... + */ + + switch (sscanf(line, "%63s%1023s%63s", operation, con->uri, version)) + { + case 1 : + cupsdLogMessage(CUPSD_LOG_ERROR, + "Bad request line \"%s\" from %s!", line, + con->http.hostname); + cupsdSendError(con, HTTP_BAD_REQUEST); + return (cupsdCloseClient(con)); + case 2 : + con->http.version = HTTP_0_9; + break; + case 3 : + if (sscanf(version, "HTTP/%d.%d", &major, &minor) != 2) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Bad request line \"%s\" from %s!", line, + con->http.hostname); + cupsdSendError(con, HTTP_BAD_REQUEST); + return (cupsdCloseClient(con)); + } + + if (major < 2) + { + con->http.version = (http_version_t)(major * 100 + minor); + if (con->http.version == HTTP_1_1 && KeepAlive) + con->http.keep_alive = HTTP_KEEPALIVE_ON; + else + con->http.keep_alive = HTTP_KEEPALIVE_OFF; + } + else + { + cupsdSendError(con, HTTP_NOT_SUPPORTED); + return (cupsdCloseClient(con)); + } + break; + } + + /* + * Handle full URLs in the request line... + */ + + if (strcmp(con->uri, "*")) + { + char method[HTTP_MAX_URI], /* Method/scheme */ + userpass[HTTP_MAX_URI], /* Username:password */ + hostname[HTTP_MAX_URI], /* Hostname */ + resource[HTTP_MAX_URI]; /* Resource path */ + int port; /* Port number */ + + + /* + * Separate the URI into its components... + */ + + httpSeparateURI(HTTP_URI_CODING_MOST, con->uri, + method, sizeof(method), + userpass, sizeof(userpass), + hostname, sizeof(hostname), &port, + resource, sizeof(resource)); + + /* + * Only allow URIs with the servername, localhost, or an IP + * address... + */ + + if (strcmp(method, "file") && + strcasecmp(hostname, ServerName) && + strcasecmp(hostname, "localhost") && + !isdigit(hostname[0])) + { + /* + * Nope, we don't do proxies... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad URI \"%s\" in request!", + con->uri); + cupsdSendError(con, HTTP_METHOD_NOT_ALLOWED); + return (cupsdCloseClient(con)); + } + + /* + * Copy the resource portion back into the URI; both resource and + * con->uri are HTTP_MAX_URI bytes in size... + */ + + strcpy(con->uri, resource); + } + + /* + * Process the request... + */ + + if (!strcmp(operation, "GET")) + con->http.state = HTTP_GET; + else if (!strcmp(operation, "PUT")) + con->http.state = HTTP_PUT; + else if (!strcmp(operation, "POST")) + con->http.state = HTTP_POST; + else if (!strcmp(operation, "DELETE")) + con->http.state = HTTP_DELETE; + else if (!strcmp(operation, "TRACE")) + con->http.state = HTTP_TRACE; + else if (!strcmp(operation, "OPTIONS")) + con->http.state = HTTP_OPTIONS; + else if (!strcmp(operation, "HEAD")) + con->http.state = HTTP_HEAD; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad operation \"%s\"!", operation); + cupsdSendError(con, HTTP_BAD_REQUEST); + return (cupsdCloseClient(con)); + } + + con->start = time(NULL); + con->operation = con->http.state; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdReadClient: %d %s %s HTTP/%d.%d", + con->http.fd, operation, con->uri, + con->http.version / 100, con->http.version % 100); + + con->http.status = HTTP_OK; + + case HTTP_OPTIONS : + case HTTP_DELETE : + case HTTP_GET : + case HTTP_HEAD : + case HTTP_POST : + case HTTP_PUT : + case HTTP_TRACE : + /* + * Parse incoming parameters until the status changes... + */ + + status = httpUpdate(HTTP(con)); + + if (status != HTTP_OK && status != HTTP_CONTINUE) + { + cupsdSendError(con, HTTP_BAD_REQUEST); + return (cupsdCloseClient(con)); + } + break; + + default : + break; /* Anti-compiler-warning-code */ + } + + /* + * Handle new transfers... + */ + + if (status == HTTP_OK) + { + if (con->http.fields[HTTP_FIELD_ACCEPT_LANGUAGE][0]) + { + /* + * Figure out the locale from the Accept-Language and Content-Type + * fields... + */ + + if ((ptr = strchr(con->http.fields[HTTP_FIELD_ACCEPT_LANGUAGE], ',')) != NULL) + *ptr = '\0'; + + if ((ptr = strchr(con->http.fields[HTTP_FIELD_ACCEPT_LANGUAGE], ';')) != NULL) + *ptr = '\0'; + + if ((ptr = strstr(con->http.fields[HTTP_FIELD_CONTENT_TYPE], "charset=")) != NULL) + { + /* + * Combine language and charset, and trim any extra params in the + * content-type. + */ + + snprintf(locale, sizeof(locale), "%s.%s", + con->http.fields[HTTP_FIELD_ACCEPT_LANGUAGE], ptr + 8); + + if ((ptr = strchr(locale, ',')) != NULL) + *ptr = '\0'; + } + else + snprintf(locale, sizeof(locale), "%s.%s", + con->http.fields[HTTP_FIELD_ACCEPT_LANGUAGE], DefaultCharset); + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdReadClient: %d Browser asked for language \"%s\"...", + con->http.fd, locale); + + con->language = cupsLangGet(locale); + } + else + con->language = cupsLangGet(DefaultLocale); + + cupsdAuthorize(con); + + if (!strncmp(con->http.fields[HTTP_FIELD_CONNECTION], "Keep-Alive", 10) && + KeepAlive) + con->http.keep_alive = HTTP_KEEPALIVE_ON; + + if (!con->http.fields[HTTP_FIELD_HOST][0] && + con->http.version >= HTTP_1_1) + { + /* + * HTTP/1.1 and higher require the "Host:" field... + */ + + if (!cupsdSendError(con, HTTP_BAD_REQUEST)) + return (cupsdCloseClient(con)); + } + else if (con->operation == HTTP_OPTIONS) + { + /* + * Do OPTIONS command... + */ + + if (con->best && con->best->type != AUTH_NONE) + { + if (!cupsdSendHeader(con, HTTP_UNAUTHORIZED, NULL)) + return (cupsdCloseClient(con)); + } + + if (!strcasecmp(con->http.fields[HTTP_FIELD_CONNECTION], "Upgrade") && + con->http.tls == NULL) + { +#ifdef HAVE_SSL + /* + * Do encryption stuff... + */ + + if (!cupsdSendHeader(con, HTTP_SWITCHING_PROTOCOLS, NULL)) + return (cupsdCloseClient(con)); + + httpPrintf(HTTP(con), "Connection: Upgrade\r\n"); + httpPrintf(HTTP(con), "Upgrade: TLS/1.0,HTTP/1.1\r\n"); + httpPrintf(HTTP(con), "Content-Length: 0\r\n"); + httpPrintf(HTTP(con), "\r\n"); + + if (cupsdFlushHeader(con) < 0) + return (cupsdCloseClient(con)); + + if (!encrypt_client(con)) + return (cupsdCloseClient(con)); +#else + if (!cupsdSendError(con, HTTP_NOT_IMPLEMENTED)) + return (cupsdCloseClient(con)); +#endif /* HAVE_SSL */ + } + + if (!cupsdSendHeader(con, HTTP_OK, NULL)) + return (cupsdCloseClient(con)); + + httpPrintf(HTTP(con), "Allow: GET, HEAD, OPTIONS, POST, PUT\r\n"); + httpPrintf(HTTP(con), "Content-Length: 0\r\n"); + httpPrintf(HTTP(con), "\r\n"); + + if (cupsdFlushHeader(con) < 0) + return (cupsdCloseClient(con)); + } + else if (!is_path_absolute(con->uri)) + { + /* + * Protect against malicious users! + */ + + if (!cupsdSendError(con, HTTP_FORBIDDEN)) + return (cupsdCloseClient(con)); + } + else + { + if (!strcasecmp(con->http.fields[HTTP_FIELD_CONNECTION], "Upgrade") && + con->http.tls == NULL) + { +#ifdef HAVE_SSL + /* + * Do encryption stuff... + */ + + if (!cupsdSendHeader(con, HTTP_SWITCHING_PROTOCOLS, NULL)) + return (cupsdCloseClient(con)); + + httpPrintf(HTTP(con), "Connection: Upgrade\r\n"); + httpPrintf(HTTP(con), "Upgrade: TLS/1.0,HTTP/1.1\r\n"); + httpPrintf(HTTP(con), "Content-Length: 0\r\n"); + httpPrintf(HTTP(con), "\r\n"); + + if (cupsdFlushHeader(con) < 0) + return (cupsdCloseClient(con)); + + if (!encrypt_client(con)) + return (cupsdCloseClient(con)); +#else + if (!cupsdSendError(con, HTTP_NOT_IMPLEMENTED)) + return (cupsdCloseClient(con)); +#endif /* HAVE_SSL */ + } + + if ((status = cupsdIsAuthorized(con, NULL)) != HTTP_OK) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: Unauthorized request for %s...\n", + con->uri); + cupsdSendError(con, status); + return (cupsdCloseClient(con)); + } + + if (con->http.expect && + (con->operation == HTTP_POST || con->operation == HTTP_PUT)) + { + if (con->http.expect == HTTP_CONTINUE) + { + /* + * Send 100-continue header... + */ + + if (!cupsdSendHeader(con, HTTP_CONTINUE, NULL)) + return (cupsdCloseClient(con)); + } + else + { + /* + * Send 417-expectation-failed header... + */ + + if (!cupsdSendHeader(con, HTTP_EXPECTATION_FAILED, NULL)) + return (cupsdCloseClient(con)); + + httpPrintf(HTTP(con), "Content-Length: 0\r\n"); + httpPrintf(HTTP(con), "\r\n"); + + if (cupsdFlushHeader(con) < 0) + return (cupsdCloseClient(con)); + } + } + + switch (con->http.state) + { + case HTTP_GET_SEND : + if (!strncmp(con->uri, "/printers/", 10) && + !strcmp(con->uri + strlen(con->uri) - 4, ".ppd")) + { + /* + * Send PPD file - get the real printer name since printer + * names are not case sensitive but filenames can be... + */ + + con->uri[strlen(con->uri) - 4] = '\0'; /* Drop ".ppd" */ + + if ((p = cupsdFindPrinter(con->uri + 10)) != NULL) + snprintf(con->uri, sizeof(con->uri), "/ppd/%s.ppd", p->name); + else + { + if (!cupsdSendError(con, HTTP_NOT_FOUND)) + return (cupsdCloseClient(con)); + + break; + } + } + + if ((!strncmp(con->uri, "/admin", 6) && + strncmp(con->uri, "/admin/conf/", 12) && + strncmp(con->uri, "/admin/log/", 11)) || + !strncmp(con->uri, "/printers", 9) || + !strncmp(con->uri, "/classes", 8) || + !strncmp(con->uri, "/help", 5) || + !strncmp(con->uri, "/jobs", 5)) + { + /* + * Send CGI output... + */ + + if (!strncmp(con->uri, "/admin", 6)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/admin.cgi", + ServerBin); + + cupsdSetString(&con->options, strchr(con->uri + 6, '?')); + } + else if (!strncmp(con->uri, "/printers", 9)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/printers.cgi", + ServerBin); + + if (con->uri[9] && con->uri[10]) + cupsdSetString(&con->options, con->uri + 9); + else + cupsdSetString(&con->options, NULL); + } + else if (!strncmp(con->uri, "/classes", 8)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/classes.cgi", + ServerBin); + + if (con->uri[8] && con->uri[9]) + cupsdSetString(&con->options, con->uri + 8); + else + cupsdSetString(&con->options, NULL); + } + else if (!strncmp(con->uri, "/jobs", 5)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/jobs.cgi", + ServerBin); + + if (con->uri[5] && con->uri[6]) + cupsdSetString(&con->options, con->uri + 5); + else + cupsdSetString(&con->options, NULL); + } + else + { + cupsdSetStringf(&con->command, "%s/cgi-bin/help.cgi", + ServerBin); + + if (con->uri[5] && con->uri[6]) + cupsdSetString(&con->options, con->uri + 5); + else + cupsdSetString(&con->options, NULL); + } + + if (!cupsdSendCommand(con, con->command, con->options, 0)) + { + if (!cupsdSendError(con, HTTP_NOT_FOUND)) + return (cupsdCloseClient(con)); + } + else + cupsdLogRequest(con, HTTP_OK); + + if (con->http.version <= HTTP_1_0) + con->http.keep_alive = HTTP_KEEPALIVE_OFF; + } + else if ((!strncmp(con->uri, "/admin/conf/", 12) && + (strchr(con->uri + 12, '/') || + strlen(con->uri) == 12)) || + (!strncmp(con->uri, "/admin/log/", 11) && + (strchr(con->uri + 11, '/') || + strlen(con->uri) == 11))) + { + /* + * GET can only be done to configuration files under + * /admin/conf... + */ + + if (!cupsdSendError(con, HTTP_FORBIDDEN)) + return (cupsdCloseClient(con)); + + break; + } + else + { + /* + * Serve a file... + */ + + if ((filename = get_file(con, &filestats, buf, + sizeof(buf))) == NULL) + { + if (!cupsdSendError(con, HTTP_NOT_FOUND)) + return (cupsdCloseClient(con)); + + break; + } + + type = mimeFileType(MimeDatabase, filename, NULL, NULL); + + if (is_cgi(con, filename, &filestats, type)) + { + /* + * Note: con->command and con->options were set by + * is_cgi()... + */ + + if (!cupsdSendCommand(con, con->command, con->options, 0)) + { + if (!cupsdSendError(con, HTTP_NOT_FOUND)) + return (cupsdCloseClient(con)); + } + else + cupsdLogRequest(con, HTTP_OK); + + if (con->http.version <= HTTP_1_0) + con->http.keep_alive = HTTP_KEEPALIVE_OFF; + break; + } + + if (!check_if_modified(con, &filestats)) + { + if (!cupsdSendError(con, HTTP_NOT_MODIFIED)) + return (cupsdCloseClient(con)); + } + else + { + if (type == NULL) + strcpy(line, "text/plain"); + else + snprintf(line, sizeof(line), "%s/%s", type->super, type->type); + + if (!write_file(con, HTTP_OK, filename, line, &filestats)) + return (cupsdCloseClient(con)); + } + } + break; + + case HTTP_POST_RECV : + /* + * See if the POST request includes a Content-Length field, and if + * so check the length against any limits that are set... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "POST %s", con->uri); + cupsdLogMessage(CUPSD_LOG_DEBUG2, "CONTENT_TYPE = %s", + con->http.fields[HTTP_FIELD_CONTENT_TYPE]); + + if (con->http.fields[HTTP_FIELD_CONTENT_LENGTH][0] && + MaxRequestSize > 0 && + con->http.data_remaining > MaxRequestSize) + { + /* + * Request too large... + */ + + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + + break; + } + else if (con->http.data_remaining < 0) + { + /* + * Negative content lengths are invalid! + */ + + if (!cupsdSendError(con, HTTP_BAD_REQUEST)) + return (cupsdCloseClient(con)); + + break; + } + + /* + * See what kind of POST request this is; for IPP requests the + * content-type field will be "application/ipp"... + */ + + if (!strcmp(con->http.fields[HTTP_FIELD_CONTENT_TYPE], + "application/ipp")) + con->request = ippNew(); + else if ((!strncmp(con->uri, "/admin", 6) && + strncmp(con->uri, "/admin/conf/", 12) && + strncmp(con->uri, "/admin/log/", 11)) || + !strncmp(con->uri, "/printers", 9) || + !strncmp(con->uri, "/classes", 8) || + !strncmp(con->uri, "/help", 5) || + !strncmp(con->uri, "/jobs", 5)) + { + /* + * CGI request... + */ + + if (!strncmp(con->uri, "/admin", 6)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/admin.cgi", + ServerBin); + + cupsdSetString(&con->options, strchr(con->uri + 6, '?')); + } + else if (!strncmp(con->uri, "/printers", 9)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/printers.cgi", + ServerBin); + + if (con->uri[9] && con->uri[10]) + cupsdSetString(&con->options, con->uri + 9); + else + cupsdSetString(&con->options, NULL); + } + else if (!strncmp(con->uri, "/classes", 8)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/classes.cgi", + ServerBin); + + if (con->uri[8] && con->uri[9]) + cupsdSetString(&con->options, con->uri + 8); + else + cupsdSetString(&con->options, NULL); + } + else if (!strncmp(con->uri, "/jobs", 5)) + { + cupsdSetStringf(&con->command, "%s/cgi-bin/jobs.cgi", + ServerBin); + + if (con->uri[5] && con->uri[6]) + cupsdSetString(&con->options, con->uri + 5); + else + cupsdSetString(&con->options, NULL); + } + else + { + cupsdSetStringf(&con->command, "%s/cgi-bin/help.cgi", + ServerBin); + + if (con->uri[5] && con->uri[6]) + cupsdSetString(&con->options, con->uri + 5); + else + cupsdSetString(&con->options, NULL); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d command=\"%s\", " + "options = \"%s\"", + con->http.fd, con->command, + con->options ? con->options : "(null)"); + + if (con->http.version <= HTTP_1_0) + con->http.keep_alive = HTTP_KEEPALIVE_OFF; + } + else + { + /* + * POST to a file... + */ + + if ((filename = get_file(con, &filestats, buf, + sizeof(buf))) == NULL) + { + if (!cupsdSendError(con, HTTP_NOT_FOUND)) + return (cupsdCloseClient(con)); + + break; + } + + type = mimeFileType(MimeDatabase, filename, NULL, NULL); + + if (!is_cgi(con, filename, &filestats, type)) + { + /* + * Only POST to CGI's... + */ + + if (!cupsdSendError(con, HTTP_UNAUTHORIZED)) + return (cupsdCloseClient(con)); + } + } + break; + + case HTTP_PUT_RECV : + /* + * Validate the resource name... + */ + + if (strncmp(con->uri, "/admin/conf/", 12) || + strchr(con->uri + 12, '/') || + strlen(con->uri) == 12) + { + /* + * PUT can only be done to configuration files under + * /admin/conf... + */ + + if (!cupsdSendError(con, HTTP_FORBIDDEN)) + return (cupsdCloseClient(con)); + + break; + } + + /* + * See if the PUT request includes a Content-Length field, and if + * so check the length against any limits that are set... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "PUT %s", con->uri); + cupsdLogMessage(CUPSD_LOG_DEBUG2, "CONTENT_TYPE = %s", + con->http.fields[HTTP_FIELD_CONTENT_TYPE]); + + if (con->http.fields[HTTP_FIELD_CONTENT_LENGTH][0] && + MaxRequestSize > 0 && + con->http.data_remaining > MaxRequestSize) + { + /* + * Request too large... + */ + + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + + break; + } + else if (con->http.data_remaining < 0) + { + /* + * Negative content lengths are invalid! + */ + + if (!cupsdSendError(con, HTTP_BAD_REQUEST)) + return (cupsdCloseClient(con)); + + break; + } + + /* + * Open a temporary file to hold the request... + */ + + cupsdSetStringf(&con->filename, "%s/%08x", RequestRoot, + request_id ++); + con->file = open(con->filename, O_WRONLY | O_CREAT | O_TRUNC, 0640); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d REQUEST %s=%d", con->http.fd, + con->filename, con->file); + + if (con->file < 0) + { + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + } + + fchmod(con->file, 0640); + fchown(con->file, RunUser, Group); + fcntl(con->file, F_SETFD, fcntl(con->file, F_GETFD) | FD_CLOEXEC); + break; + + case HTTP_DELETE : + case HTTP_TRACE : + cupsdSendError(con, HTTP_NOT_IMPLEMENTED); + return (cupsdCloseClient(con)); + + case HTTP_HEAD : + if (!strncmp(con->uri, "/printers/", 10) && + !strcmp(con->uri + strlen(con->uri) - 4, ".ppd")) + { + /* + * Send PPD file - get the real printer name since printer + * names are not case sensitive but filenames can be... + */ + + con->uri[strlen(con->uri) - 4] = '\0'; /* Drop ".ppd" */ + + if ((p = cupsdFindPrinter(con->uri + 10)) != NULL) + snprintf(con->uri, sizeof(con->uri), "/ppd/%s.ppd", p->name); + else + { + if (!cupsdSendError(con, HTTP_NOT_FOUND)) + return (cupsdCloseClient(con)); + + break; + } + } + + if ((!strncmp(con->uri, "/admin", 6) && + strncmp(con->uri, "/admin/conf/", 12) && + strncmp(con->uri, "/admin/log/", 11)) || + !strncmp(con->uri, "/printers", 9) || + !strncmp(con->uri, "/classes", 8) || + !strncmp(con->uri, "/help", 5) || + !strncmp(con->uri, "/jobs", 5)) + { + /* + * CGI output... + */ + + if (!cupsdSendHeader(con, HTTP_OK, "text/html")) + return (cupsdCloseClient(con)); + + if (httpPrintf(HTTP(con), "\r\n") < 0) + return (cupsdCloseClient(con)); + + if (cupsdFlushHeader(con) < 0) + return (cupsdCloseClient(con)); + + cupsdLogRequest(con, HTTP_OK); + } + else if ((!strncmp(con->uri, "/admin/conf/", 12) && + (strchr(con->uri + 12, '/') || + strlen(con->uri) == 12)) || + (!strncmp(con->uri, "/admin/log/", 11) && + (strchr(con->uri + 11, '/') || + strlen(con->uri) == 11))) + { + /* + * HEAD can only be done to configuration files under + * /admin/conf... + */ + + if (!cupsdSendError(con, HTTP_FORBIDDEN)) + return (cupsdCloseClient(con)); + + break; + } + else if ((filename = get_file(con, &filestats, buf, + sizeof(buf))) == NULL) + { + if (!cupsdSendHeader(con, HTTP_NOT_FOUND, "text/html")) + return (cupsdCloseClient(con)); + + cupsdLogRequest(con, HTTP_NOT_FOUND); + } + else if (!check_if_modified(con, &filestats)) + { + if (!cupsdSendError(con, HTTP_NOT_MODIFIED)) + return (cupsdCloseClient(con)); + + cupsdLogRequest(con, HTTP_NOT_MODIFIED); + } + else + { + /* + * Serve a file... + */ + + type = mimeFileType(MimeDatabase, filename, NULL, NULL); + if (type == NULL) + strcpy(line, "text/plain"); + else + snprintf(line, sizeof(line), "%s/%s", type->super, type->type); + + if (!cupsdSendHeader(con, HTTP_OK, line)) + return (cupsdCloseClient(con)); + + if (httpPrintf(HTTP(con), "Last-Modified: %s\r\n", + httpGetDateString(filestats.st_mtime)) < 0) + return (cupsdCloseClient(con)); + + if (httpPrintf(HTTP(con), "Content-Length: %lu\r\n", + (unsigned long)filestats.st_size) < 0) + return (cupsdCloseClient(con)); + + cupsdLogRequest(con, HTTP_OK); + } + + if (httpPrintf(HTTP(con), "\r\n") < 0) + return (cupsdCloseClient(con)); + + if (cupsdFlushHeader(con) < 0) + return (cupsdCloseClient(con)); + + con->http.state = HTTP_WAITING; + break; + + default : + break; /* Anti-compiler-warning-code */ + } + } + } + + /* + * Handle any incoming data... + */ + + switch (con->http.state) + { + case HTTP_PUT_RECV : + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d con->data_encoding=HTTP_ENCODE_%s, " + "con->data_remaining=" CUPS_LLFMT ", con->file=%d", + con->http.fd, + con->http.data_encoding == HTTP_ENCODE_CHUNKED ? + "CHUNKED" : "LENGTH", + CUPS_LLCAST con->http.data_remaining, con->file); + + if ((bytes = httpRead2(HTTP(con), line, sizeof(line))) < 0) + return (cupsdCloseClient(con)); + else if (bytes > 0) + { + con->bytes += bytes; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d writing %d bytes to %d", + con->http.fd, bytes, con->file); + + if (write(con->file, line, bytes) < bytes) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdReadClient: Unable to write %d bytes to %s: %s", + bytes, con->filename, strerror(errno)); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: Closing data file %d...", + con->file); + + close(con->file); + con->file = -1; + unlink(con->filename); + cupsdClearString(&con->filename); + + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + } + } + + if (con->http.state == HTTP_WAITING) + { + /* + * End of file, see how big it is... + */ + + fstat(con->file, &filestats); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d Closing data file %d, size=" + CUPS_LLFMT ".", + con->http.fd, con->file, + CUPS_LLCAST filestats.st_size); + + close(con->file); + con->file = -1; + + if (filestats.st_size > MaxRequestSize && + MaxRequestSize > 0) + { + /* + * Request is too big; remove it and send an error... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d Removing temp file %s", + con->http.fd, con->filename); + unlink(con->filename); + cupsdClearString(&con->filename); + + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + } + + /* + * Install the configuration file... + */ + + status = install_conf_file(con); + + /* + * Return the status to the client... + */ + + if (!cupsdSendError(con, status)) + return (cupsdCloseClient(con)); + } + break; + + case HTTP_POST_RECV : + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d con->data_encoding=HTTP_ENCODE_" + "%s, con->data_remaining=" CUPS_LLFMT ", con->file=%d", + con->http.fd, + con->http.data_encoding == HTTP_ENCODE_CHUNKED ? + "CHUNKED" : "LENGTH", + CUPS_LLCAST con->http.data_remaining, con->file); + + if (con->request) + { + /* + * Grab any request data from the connection... + */ + + if ((ipp_state = ippRead(&(con->http), con->request)) == IPP_ERROR) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdReadClient: %d IPP Read Error!", + con->http.fd); + + cupsdSendError(con, HTTP_BAD_REQUEST); + return (cupsdCloseClient(con)); + } + else if (ipp_state != IPP_DATA) + { + if (con->http.state == HTTP_POST_SEND) + { + cupsdSendError(con, HTTP_BAD_REQUEST); + return (cupsdCloseClient(con)); + } + + break; + } + else + con->bytes += ippLength(con->request); + } + + if (con->file < 0 && con->http.state != HTTP_POST_SEND) + { + /* + * Create a file as needed for the request data... + */ + + cupsdSetStringf(&con->filename, "%s/%08x", RequestRoot, request_id ++); + con->file = open(con->filename, O_WRONLY | O_CREAT | O_TRUNC, 0640); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdReadClient: %d REQUEST %s=%d", con->http.fd, + con->filename, con->file); + + if (con->file < 0) + { + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + } + + fchmod(con->file, 0640); + fchown(con->file, RunUser, Group); + fcntl(con->file, F_SETFD, fcntl(con->file, F_GETFD) | FD_CLOEXEC); + } + + if (con->http.state != HTTP_POST_SEND) + { + if ((bytes = httpRead2(HTTP(con), line, sizeof(line))) < 0) + return (cupsdCloseClient(con)); + else if (bytes > 0) + { + con->bytes += bytes; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d writing %d bytes to %d", + con->http.fd, bytes, con->file); + + if (write(con->file, line, bytes) < bytes) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdReadClient: Unable to write %d bytes to %s: %s", + bytes, con->filename, strerror(errno)); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: Closing file %d...", + con->file); + + close(con->file); + con->file = -1; + unlink(con->filename); + cupsdClearString(&con->filename); + + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + } + } + else if (con->http.state == HTTP_POST_RECV) + return (1); /* ??? */ + else if (con->http.state != HTTP_POST_SEND) + return (cupsdCloseClient(con)); + } + + if (con->http.state == HTTP_POST_SEND) + { + if (con->file >= 0) + { + fstat(con->file, &filestats); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d Closing data file %d, " + "size=" CUPS_LLFMT ".", + con->http.fd, con->file, + CUPS_LLCAST filestats.st_size); + + close(con->file); + con->file = -1; + + if (filestats.st_size > MaxRequestSize && + MaxRequestSize > 0) + { + /* + * Request is too big; remove it and send an error... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadClient: %d Removing temp file %s", + con->http.fd, con->filename); + unlink(con->filename); + cupsdClearString(&con->filename); + + if (con->request) + { + /* + * Delete any IPP request data... + */ + + ippDelete(con->request); + con->request = NULL; + } + + if (!cupsdSendError(con, HTTP_REQUEST_TOO_LARGE)) + return (cupsdCloseClient(con)); + } + + if (con->command) + { + if (!cupsdSendCommand(con, con->command, con->options, 0)) + { + if (!cupsdSendError(con, HTTP_NOT_FOUND)) + return (cupsdCloseClient(con)); + } + else + cupsdLogRequest(con, HTTP_OK); + } + } + + if (con->request) + return (cupsdProcessIPPRequest(con)); + } + break; + + default : + break; /* Anti-compiler-warning-code */ + } + + if (!con->http.keep_alive && con->http.state == HTTP_WAITING) + return (cupsdCloseClient(con)); + else + return (1); +} + + +/* + * 'cupsdSendCommand()' - Send output from a command via HTTP. + */ + +int /* O - 1 on success, 0 on failure */ +cupsdSendCommand( + cupsd_client_t *con, /* I - Client connection */ + char *command, /* I - Command to run */ + char *options, /* I - Command-line options */ + int root) /* I - Run as root? */ +{ + int fd; /* Standard input file descriptor */ + + + if (con->filename) + { + fd = open(con->filename, O_RDONLY); + + if (fd < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdSendCommand: %d Unable to open \"%s\" for reading: %s", + con->http.fd, con->filename ? con->filename : "/dev/null", + strerror(errno)); + return (0); + } + + fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); + } + else + fd = -1; + + con->pipe_pid = pipe_command(con, fd, &(con->file), command, options, root); + + if (fd >= 0) + close(fd); + + cupsdLogMessage(CUPSD_LOG_INFO, "Started \"%s\" (pid=%d)", command, + con->pipe_pid); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdSendCommand: %d file=%d", + con->http.fd, con->file); + + if (con->pipe_pid == 0) + return (0); + + fcntl(con->file, F_SETFD, fcntl(con->file, F_GETFD) | FD_CLOEXEC); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdSendCommand: Adding fd %d to InputSet...", con->file); + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdSendCommand: Adding fd %d to OutputSet...", + con->http.fd); + + FD_SET(con->file, InputSet); + FD_SET(con->http.fd, OutputSet); + + con->sent_header = 0; + con->file_ready = 0; + con->got_fields = 0; + con->field_col = 0; + + return (1); +} + + +/* + * 'cupsdSendError()' - Send an error message via HTTP. + */ + +int /* O - 1 if successful, 0 otherwise */ +cupsdSendError(cupsd_client_t *con, /* I - Connection */ + http_status_t code) /* I - Error code */ +{ +#ifdef HAVE_SSL + /* + * Force client to upgrade for authentication if that is how the + * server is configured... + */ + + if (code == HTTP_UNAUTHORIZED && + DefaultEncryption == HTTP_ENCRYPT_REQUIRED && + strcasecmp(con->http.hostname, "localhost") && + !con->http.tls) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdSendError: Encryption before authentication!"); + code = HTTP_UPGRADE_REQUIRED; + } +#endif /* HAVE_SSL */ + + /* + * Put the request in the access_log file... + */ + + cupsdLogRequest(con, code); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdSendError: %d code=%d (%s)", + con->http.fd, code, httpStatus(code)); + + /* + * To work around bugs in some proxies, don't use Keep-Alive for some + * error messages... + */ + + if (code >= HTTP_BAD_REQUEST) + con->http.keep_alive = HTTP_KEEPALIVE_OFF; + + /* + * Send an error message back to the client. If the error code is a + * 400 or 500 series, make sure the message contains some text, too! + */ + + if (!cupsdSendHeader(con, code, NULL)) + return (0); + +#ifdef HAVE_SSL + if (code == HTTP_UPGRADE_REQUIRED) + if (httpPrintf(HTTP(con), "Connection: Upgrade\r\n") < 0) + return (0); + + if (httpPrintf(HTTP(con), "Upgrade: TLS/1.0,HTTP/1.1\r\n") < 0) + return (0); +#endif /* HAVE_SSL */ + + if ((con->http.version >= HTTP_1_1 && !con->http.keep_alive) || + (code >= HTTP_BAD_REQUEST && code != HTTP_UPGRADE_REQUIRED)) + { + if (httpPrintf(HTTP(con), "Connection: close\r\n") < 0) + return (0); + } + + if (code >= HTTP_BAD_REQUEST) + { + /* + * Send a human-readable error message. + */ + + char message[4096], /* Message for user */ + urltext[1024], /* URL redirection text */ + redirect[1024]; /* Redirection link */ + const char *text; /* Status-specific text */ + + + redirect[0] = '\0'; + + if (code == HTTP_UNAUTHORIZED) + text = _cupsLangString(con->language, + _("Enter your username and password or the " + "root username and password to access this " + "page.")); + else if (code == HTTP_UPGRADE_REQUIRED) + { + text = urltext; + + snprintf(urltext, sizeof(urltext), + _cupsLangString(con->language, + _("You must access this page using the URL " + "" + "https://%s:%d%s.")), + con->servername, con->serverport, con->uri, + con->servername, con->serverport, con->uri); + + snprintf(redirect, sizeof(redirect), + "\n", + con->servername, con->serverport, con->uri); + } + else + text = ""; + + snprintf(message, sizeof(message), + "\n" + "\n" + "\n" + "\t\n" + "\t%d %s\n" + "\t\n" + "%s" + "\n" + "\n" + "

%d %s

\n" + "

%s

\n" + "\n" + "\n", + code, httpStatus(code), redirect, code, httpStatus(code), text); + + if (httpPrintf(HTTP(con), "Content-Type: text/html; charset=utf-8\r\n") < 0) + return (0); + if (httpPrintf(HTTP(con), "Content-Length: %d\r\n", + (int)strlen(message)) < 0) + return (0); + if (httpPrintf(HTTP(con), "\r\n") < 0) + return (0); + if (httpPrintf(HTTP(con), "%s", message) < 0) + return (0); + } + else if (httpPrintf(HTTP(con), "\r\n") < 0) + return (0); + + if (cupsdFlushHeader(con) < 0) + return (0); + + con->http.state = HTTP_WAITING; + + return (1); +} + + +/* + * 'cupsdSendHeader()' - Send an HTTP request. + */ + +int /* O - 1 on success, 0 on failure */ +cupsdSendHeader(cupsd_client_t *con, /* I - Client to send to */ + http_status_t code, /* I - HTTP status code */ + char *type) /* I - MIME type of document */ +{ + /* + * Send the HTTP status header... + */ + + if (code == HTTP_CONTINUE) + { + /* + * 100-continue doesn't send any headers... + */ + + return (httpPrintf(HTTP(con), "HTTP/%d.%d 100 Continue\r\n\r\n", + con->http.version / 100, con->http.version % 100) > 0); + } + + httpFlushWrite(HTTP(con)); + + con->http.data_encoding = HTTP_ENCODE_FIELDS; + + if (httpPrintf(HTTP(con), "HTTP/%d.%d %d %s\r\n", con->http.version / 100, + con->http.version % 100, code, httpStatus(code)) < 0) + return (0); + if (httpPrintf(HTTP(con), "Date: %s\r\n", httpGetDateString(time(NULL))) < 0) + return (0); + if (ServerHeader) + if (httpPrintf(HTTP(con), "Server: %s\r\n", ServerHeader) < 0) + return (0); + if (con->http.keep_alive && con->http.version >= HTTP_1_0) + { + if (httpPrintf(HTTP(con), "Connection: Keep-Alive\r\n") < 0) + return (0); + if (httpPrintf(HTTP(con), "Keep-Alive: timeout=%d\r\n", + KeepAliveTimeout) < 0) + return (0); + } + if (code == HTTP_METHOD_NOT_ALLOWED) + if (httpPrintf(HTTP(con), "Allow: GET, HEAD, OPTIONS, POST\r\n") < 0) + return (0); + + if (code == HTTP_UNAUTHORIZED) + { + int auth_type; /* Authentication type */ + + + if (!con->best || con->best->type == AUTH_NONE) + auth_type = DefaultAuthType; + else + auth_type = con->best->type; + + if (auth_type != AUTH_DIGEST) + { + if (httpPrintf(HTTP(con), + "WWW-Authenticate: Basic realm=\"CUPS\"\r\n") < 0) + return (0); + } + else + { + if (httpPrintf(HTTP(con), + "WWW-Authenticate: Digest realm=\"CUPS\", nonce=\"%s\"\r\n", + con->http.hostname) < 0) + return (0); + } + } + + if (con->language && strcmp(con->language->language, "C")) + { + if (httpPrintf(HTTP(con), "Content-Language: %s\r\n", + con->language->language) < 0) + return (0); + } + + if (type) + { + if (!strcmp(type, "text/html")) + { + if (httpPrintf(HTTP(con), + "Content-Type: text/html; charset=utf-8\r\n") < 0) + return (0); + } + else if (httpPrintf(HTTP(con), "Content-Type: %s\r\n", type) < 0) + return (0); + } + + return (1); +} + + +/* + * 'cupsdUpdateCGI()' - Read status messages from CGI scripts and programs. + */ + +void +cupsdUpdateCGI(void) +{ + char *ptr, /* Pointer to end of line in buffer */ + message[1024]; /* Pointer to message text */ + int loglevel; /* Log level for message */ + + + while ((ptr = cupsdStatBufUpdate(CGIStatusBuffer, &loglevel, + message, sizeof(message))) != NULL) + if (!strchr(CGIStatusBuffer->buffer, '\n')) + break; + + if (ptr == NULL && !CGIStatusBuffer->bufused) + { + /* + * Fatal error on pipe - should never happen! + */ + + cupsdLogMessage(CUPSD_LOG_CRIT, + "cupsdUpdateCGI: error reading from CGI error pipe - %s", + strerror(errno)); + } +} + + +/* + * 'cupsdWriteClient()' - Write data to a client as needed. + */ + +int /* O - 1 if success, 0 if fail */ +cupsdWriteClient(cupsd_client_t *con) /* I - Client connection */ +{ + int bytes; /* Number of bytes written */ + char buf[16385]; /* Data buffer */ + char *bufptr; /* Pointer into buffer */ + ipp_state_t ipp_state; /* IPP state value */ + + +#ifdef DEBUG + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient(con=%p) %d response=%p, file=%d " + "pipe_pid=%d state=%d", + con, con->http.fd, con->response, con->file, con->pipe_pid, + con->http.state); +#endif /* DEBUG */ + + if (con->http.state != HTTP_GET_SEND && + con->http.state != HTTP_POST_SEND) + return (1); + + if (con->response) + { + ipp_state = ippWrite(HTTP(con), con->response); + bytes = ipp_state != IPP_ERROR && ipp_state != IPP_DATA; + } + else if ((bytes = read(con->file, buf, sizeof(buf) - 1)) > 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: Read %d bytes from file %d...", + bytes, con->file); + + if (con->pipe_pid && !con->got_fields) + { + /* + * Inspect the data for Content-Type and other fields. + */ + + buf[bytes] = '\0'; + + for (bufptr = buf; !con->got_fields && *bufptr; bufptr ++) + if (*bufptr == '\n') + { + /* + * Send line to client... + */ + + if (bufptr > buf && bufptr[-1] == '\r') + bufptr[-1] = '\0'; + *bufptr++ = '\0'; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "Script header: %s", buf); + + if (!con->sent_header) + { + /* + * Handle redirection and CGI status codes... + */ + + if (!strncasecmp(buf, "Location:", 9)) + { + cupsdSendHeader(con, HTTP_SEE_OTHER, NULL); + con->sent_header = 2; + + if (httpPrintf(HTTP(con), "Content-Length: 0\r\n") < 0) + return (0); + } + else if (!strncasecmp(buf, "Status:", 7)) + { + cupsdSendError(con, (http_status_t)atoi(buf + 7)); + con->sent_header = 2; + } + else + { + cupsdSendHeader(con, HTTP_OK, NULL); + con->sent_header = 1; + + if (con->http.version == HTTP_1_1) + { + if (httpPrintf(HTTP(con), "Transfer-Encoding: chunked\r\n") < 0) + return (0); + } + } + } + + if (strncasecmp(buf, "Status:", 7)) + httpPrintf(HTTP(con), "%s\r\n", buf); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdWriteClient: %d %s", + con->http.fd, buf); + + /* + * Update buffer... + */ + + bytes -= (bufptr - buf); + memmove(buf, bufptr, bytes + 1); + bufptr = buf - 1; + + /* + * See if the line was empty... + */ + + if (con->field_col == 0) + { + con->got_fields = 1; + + if (cupsdFlushHeader(con) < 0) + { + cupsdCloseClient(con); + return (0); + } + + if (con->http.version == HTTP_1_1) + con->http.data_encoding = HTTP_ENCODE_CHUNKED; + } + else + con->field_col = 0; + } + else if (*bufptr != '\r') + con->field_col ++; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: %d bytes=%d, got_fields=%d", + con->http.fd, bytes, con->got_fields); + + if (bytes > 0 && !con->got_fields) + { + /* + * Remaining text needs to go out... + */ + + httpPrintf(HTTP(con), "%s", buf); + + con->http.activity = time(NULL); + return (1); + } + else if (bytes == 0) + con->http.activity = time(NULL); + } + + if (bytes > 0) + { + if (httpWrite2(HTTP(con), buf, bytes) < 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: %d Write of %d bytes failed!", + con->http.fd, bytes); + + cupsdCloseClient(con); + return (0); + } + + con->bytes += bytes; + + if (con->http.state == HTTP_WAITING) + bytes = 0; + } + } + + if (bytes <= 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdWriteClient: %d bytes < 0", + con->http.fd); + + cupsdLogRequest(con, HTTP_OK); + + httpFlushWrite(HTTP(con)); + + if (con->http.data_encoding == HTTP_ENCODE_CHUNKED && con->sent_header == 1) + { + if (httpWrite2(HTTP(con), "", 0) < 0) + { + cupsdCloseClient(con); + return (0); + } + } + + con->http.state = HTTP_WAITING; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: Removing fd %d from OutputSet...", + con->http.fd); + + FD_CLR(con->http.fd, OutputSet); + + if (con->file >= 0) + { + if (FD_ISSET(con->file, InputSet)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: Removing fd %d from InputSet...", + con->file); + FD_CLR(con->file, InputSet); + } + + if (con->pipe_pid) + cupsdEndProcess(con->pipe_pid, 0); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: %d Closing data file %d.", + con->http.fd, con->file); + + close(con->file); + con->file = -1; + con->pipe_pid = 0; + } + + if (con->filename) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: %d Removing temp file %s", + con->http.fd, con->filename); + unlink(con->filename); + cupsdClearString(&con->filename); + } + + if (con->request) + { + ippDelete(con->request); + con->request = NULL; + } + + if (con->response) + { + ippDelete(con->response); + con->response = NULL; + } + + cupsdClearString(&con->command); + cupsdClearString(&con->options); + cupsdClearString(&con->query_string); + + if (!con->http.keep_alive) + { + cupsdCloseClient(con); + return (0); + } + } + else + { + con->file_ready = 0; + + if (con->pipe_pid && !FD_ISSET(con->file, InputSet)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdWriteClient: Adding fd %d to InputSet...", + con->file); + FD_SET(con->file, InputSet); + } + } + + con->http.activity = time(NULL); + + return (1); +} + + +/* + * 'check_if_modified()' - Decode an "If-Modified-Since" line. + */ + +static int /* O - 1 if modified since */ +check_if_modified( + cupsd_client_t *con, /* I - Client connection */ + struct stat *filestats) /* I - File information */ +{ + char *ptr; /* Pointer into field */ + time_t date; /* Time/date value */ + off_t size; /* Size/length value */ + + + size = 0; + date = 0; + ptr = con->http.fields[HTTP_FIELD_IF_MODIFIED_SINCE]; + + if (*ptr == '\0') + return (1); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "check_if_modified: %d If-Modified-Since=\"%s\"", + con->http.fd, ptr); + + while (*ptr != '\0') + { + while (isspace(*ptr) || *ptr == ';') + ptr ++; + + if (strncasecmp(ptr, "length=", 7) == 0) + { + ptr += 7; + size = strtoll(ptr, NULL, 10); + + while (isdigit(*ptr)) + ptr ++; + } + else if (isalpha(*ptr)) + { + date = httpGetDateTime(ptr); + while (*ptr != '\0' && *ptr != ';') + ptr ++; + } + else + ptr ++; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "check_if_modified: %d sizes=" CUPS_LLFMT "," + CUPS_LLFMT " dates=%d,%d", + con->http.fd, CUPS_LLCAST size, + CUPS_LLCAST filestats->st_size, (int)date, + (int)filestats->st_mtime); + + return ((size != filestats->st_size && size != 0) || + (date < filestats->st_mtime && date != 0) || + (size == 0 && date == 0)); +} + + +#ifdef HAVE_SSL +/* + * 'encrypt_client()' - Enable encryption for the client... + */ + +static int /* O - 1 on success, 0 on error */ +encrypt_client(cupsd_client_t *con) /* I - Client to encrypt */ +{ +# ifdef HAVE_LIBSSL + SSL_CTX *context; /* Context for encryption */ + SSL *conn; /* Connection for encryption */ + BIO *bio; /* BIO data */ + unsigned long error; /* Error code */ + + + /* + * Verify that we have a certificate... + */ + + if (access(ServerKey, 0) || access(ServerCertificate, 0)) + { + /* + * Nope, make a self-signed certificate... + */ + + if (!make_certificate(con)) + return (0); + } + + /* + * Create the SSL context and accept the connection... + */ + + context = SSL_CTX_new(SSLv23_server_method()); + + SSL_CTX_set_options(context, SSL_OP_NO_SSLv2); /* Only use SSLv3 or TLS */ + SSL_CTX_use_PrivateKey_file(context, ServerKey, SSL_FILETYPE_PEM); + SSL_CTX_use_certificate_file(context, ServerCertificate, SSL_FILETYPE_PEM); + + bio = BIO_new(_httpBIOMethods()); + BIO_ctrl(bio, BIO_C_SET_FILE_PTR, 0, (char *)HTTP(con)); + + conn = SSL_new(context); + SSL_set_bio(conn, bio, bio); + + if (SSL_accept(conn) != 1) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "encrypt_client: Unable to encrypt connection from %s!", + con->http.hostname); + + while ((error = ERR_get_error()) != 0) + cupsdLogMessage(CUPSD_LOG_ERROR, "encrypt_client: %s", + ERR_error_string(error, NULL)); + + SSL_CTX_free(context); + SSL_free(conn); + return (0); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "encrypt_client: %d Connection from %s now encrypted.", + con->http.fd, con->http.hostname); + + con->http.tls = conn; + return (1); + +# elif defined(HAVE_GNUTLS) + http_tls_t *conn; /* TLS session object */ + int error; /* Error code */ + gnutls_certificate_server_credentials *credentials; + /* TLS credentials */ + + + /* + * Verify that we have a certificate... + */ + + if (access(ServerKey, 0) || access(ServerCertificate, 0)) + { + /* + * Nope, make a self-signed certificate... + */ + + if (!make_certificate(con)) + return (0); + } + + /* + * Create the SSL object and perform the SSL handshake... + */ + + conn = (http_tls_t *)malloc(sizeof(http_tls_t)); + + if (conn == NULL) + return (0); + + credentials = (gnutls_certificate_server_credentials *) + malloc(sizeof(gnutls_certificate_server_credentials)); + if (credentials == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "encrypt_client: Unable to encrypt connection from %s!", + con->http.hostname); + cupsdLogMessage(CUPSD_LOG_ERROR, "encrypt_client: %s", strerror(errno)); + + free(conn); + return (0); + } + + gnutls_certificate_allocate_credentials(credentials); + gnutls_certificate_set_x509_key_file(*credentials, ServerCertificate, + ServerKey, GNUTLS_X509_FMT_PEM); + + gnutls_init(&(conn->session), GNUTLS_SERVER); + gnutls_set_default_priority(conn->session); + gnutls_credentials_set(conn->session, GNUTLS_CRD_CERTIFICATE, *credentials); + gnutls_transport_set_ptr(conn->session, (gnutls_transport_ptr)HTTP(con)); + gnutls_transport_set_pull_function(conn->session, _httpReadGNUTLS); + gnutls_transport_set_push_function(conn->session, _httpWriteGNUTLS); + + error = gnutls_handshake(conn->session); + + if (error != GNUTLS_E_SUCCESS) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "encrypt_client: Unable to encrypt connection from %s!", + con->http.hostname); + cupsdLogMessage(CUPSD_LOG_ERROR, "encrypt_client: %s", + gnutls_strerror(error)); + + gnutls_deinit(conn->session); + gnutls_certificate_free_credentials(*credentials); + free(conn); + free(credentials); + return (0); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "encrypt_client: %d Connection from %s now encrypted.", + con->http.fd, con->http.hostname); + + conn->credentials = credentials; + con->http.tls = conn; + return (1); + +# elif defined(HAVE_CDSASSL) + OSStatus error; /* Error code */ + http_tls_t *conn; /* CDSA connection information */ + + + if ((conn = (http_tls_t *)malloc(sizeof(http_tls_t))) == NULL) + return (0); + + error = 0; + conn->session = NULL; + conn->certsArray = get_cdsa_certificate(con); + + if (!conn->certsArray) + { + /* + * No keychain (yet), make a self-signed certificate... + */ + + if (make_certificate(con)) + conn->certsArray = get_cdsa_certificate(con); + } + + if (!conn->certsArray) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "encrypt_client: Could not find signing key in keychain " + "\"%s\"", ServerCertificate); + error = errSSLBadCert; /* errSSLBadConfiguration is a better choice, but not available on 10.2.x */ + } + + if (!error) + error = SSLNewContext(true, &conn->session); + + if (!error) + error = SSLSetIOFuncs(conn->session, _httpReadCDSA, _httpWriteCDSA); + + if (!error) + error = SSLSetProtocolVersionEnabled(conn->session, kSSLProtocol2, false); + + if (!error) + error = SSLSetConnection(conn->session, HTTP(con)); + + if (!error) + error = SSLSetAllowsExpiredCerts(conn->session, true); + + if (!error) + error = SSLSetAllowsAnyRoot(conn->session, true); + + if (!error) + error = SSLSetCertificate(conn->session, conn->certsArray); + + if (!error) + { + /* + * Perform SSL/TLS handshake + */ + + while ((error = SSLHandshake(conn->session)) == errSSLWouldBlock) + usleep(1000); + } + + if (error) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "encrypt_client: Unable to encrypt connection from %s!", + con->http.hostname); + + cupsdLogMessage(CUPSD_LOG_ERROR, "encrypt_client: %s (%d)", + cssmErrorString(error), (int)error); + + con->http.error = error; + con->http.status = HTTP_ERROR; + + if (conn->session) + SSLDisposeContext(conn->session); + + if (conn->certsArray) + CFRelease(conn->certsArray); + + free(conn); + + return (0); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "encrypt_client: %d Connection from %s now encrypted.", + con->http.fd, con->http.hostname); + + con->http.tls = conn; + return (1); + +# endif /* HAVE_LIBSSL */ +} +#endif /* HAVE_SSL */ + + +#ifdef HAVE_CDSASSL +/* + * 'get_cdsa_certificate()' - Get a SSL/TLS certificate from the System keychain. + */ + +static CFArrayRef /* O - Array of certificates */ +get_cdsa_certificate(cupsd_client_t *con) /* I - Client connection */ +{ + OSStatus err; /* Error info */ + SecKeychainRef keychain; /* Keychain reference */ + SecIdentitySearchRef search; /* Search reference */ + SecIdentityRef identity; /* Identity */ + CFArrayRef certificates = NULL; + /* Certificate array */ + + + if ((err = SecKeychainOpen(ServerCertificate, &keychain))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Cannot open keychain \"%s\", %s", + ServerCertificate, cssmErrorString(err)); + return (NULL); + } + +# if HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY + /* + * Use a policy to search for valid certificates who's common name matches the + * servername... + */ + + SecPolicySearchRef policy_search; /* Policy search ref */ + SecPolicyRef policy; /* Policy ref */ + CSSM_DATA options; /* Policy options */ + CSSM_APPLE_TP_SSL_OPTIONS + ssl_options; /* SSL Option for hostname */ + + + if ((err = SecPolicySearchCreate(CSSM_CERT_X_509v3, &CSSMOID_APPLE_TP_SSL, + NULL, &policy_search))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Cannot create a policy search reference"); + CFRelease(keychain); + return (NULL); + } + + if ((err = SecPolicySearchCopyNext(policy_search, &policy))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Cannot find a policy to use for searching"); + CFRelease(keychain); + CFRelease(policy_search); + return (NULL); + } + + memset(&ssl_options, 0, sizeof(ssl_options)); + ssl_options.Version = CSSM_APPLE_TP_SSL_OPTS_VERSION; + ssl_options.ServerName = con->servername; + ssl_options.ServerNameLen = strlen(con->servername); + + options.Data = (uint8 *)&ssl_options; + options.Length = sizeof(ssl_options); + + if ((err = SecPolicySetValue(policy, &options))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Cannot set policy value to use for searching"); + CFRelease(keychain); + CFRelease(policy_search); + return (NULL); + } + + err = SecIdentitySearchCreateWithPolicy(policy, NULL, CSSM_KEYUSE_SIGN, + keychain, FALSE, &search); +# else + /* + * Assume there is exactly one SecIdentity in the keychain... + */ + + err = SecIdentitySearchCreate(keychain, CSSM_KEYUSE_SIGN, &search); +# endif /* HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY */ + + if (err) + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Cannot create keychain search reference: %s", + cssmErrorString(err)); + else + { + if ((err = SecIdentitySearchCopyNext(search, &identity))) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Cannot find signing key in keychain \"%s\", error %d", + ServerCertificate, (int)err); + } + else + { + if (CFGetTypeID(identity) != SecIdentityGetTypeID()) + cupsdLogMessage(CUPSD_LOG_ERROR, + "SecIdentitySearchCopyNext CFTypeID failure!"); + else + { + if ((certificates = CFArrayCreate(NULL, (const void **)&identity, + 1, &kCFTypeArrayCallBacks)) == NULL) + cupsdLogMessage(CUPSD_LOG_ERROR, "Cannot create certificate array"); + } + + CFRelease(identity); + } + + CFRelease(search); + } + +# if HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY + CFRelease(policy); + CFRelease(policy_search); +# endif /* HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY */ + + return (certificates); +} +#endif /* HAVE_CDSASSL */ + + +/* + * 'get_file()' - Get a filename and state info. + */ + +static char * /* O - Real filename */ +get_file(cupsd_client_t *con, /* I - Client connection */ + struct stat *filestats, /* O - File information */ + char *filename, /* IO - Filename buffer */ + int len) /* I - Buffer length */ +{ + int status; /* Status of filesystem calls */ + char *ptr; /* Pointer info filename */ + int plen; /* Remaining length after pointer */ + + + /* + * Need to add DocumentRoot global... + */ + + if (!strncmp(con->uri, "/ppd/", 5)) + snprintf(filename, len, "%s%s", ServerRoot, con->uri); + else if (!strncmp(con->uri, "/admin/conf/", 12)) + snprintf(filename, len, "%s%s", ServerRoot, con->uri + 11); + else if (!strncmp(con->uri, "/admin/log/", 11)) + { + if (!strcmp(con->uri + 11, "access_log") && AccessLog[0] == '/') + strlcpy(filename, AccessLog, len); + else if (!strcmp(con->uri + 11, "error_log") && ErrorLog[0] == '/') + strlcpy(filename, ErrorLog, len); + else if (!strcmp(con->uri + 11, "page_log") && PageLog[0] == '/') + strlcpy(filename, PageLog, len); + else + return (NULL); + } + else if (con->language) + snprintf(filename, len, "%s/%s%s", DocumentRoot, con->language->language, + con->uri); + else + snprintf(filename, len, "%s%s", DocumentRoot, con->uri); + + if ((ptr = strchr(filename, '?')) != NULL) + *ptr = '\0'; + + /* + * Grab the status for this language; if there isn't a language-specific file + * then fallback to the default one... + */ + + if ((status = stat(filename, filestats)) != 0 && con->language && + strncmp(con->uri, "/ppd/", 5) && + strncmp(con->uri, "/admin/conf/", 12) && + strncmp(con->uri, "/admin/log/", 11)) + { + /* + * Drop the country code... + */ + + char ll[3]; /* Short language name */ + + + strlcpy(ll, con->language->language, sizeof(ll)); + snprintf(filename, len, "%s/%s%s", DocumentRoot, ll, con->uri); + + if ((ptr = strchr(filename, '?')) != NULL) + *ptr = '\0'; + + if ((status = stat(filename, filestats)) != 0) + { + /* + * Drop the language prefix and try the root directory... + */ + + snprintf(filename, len, "%s%s", DocumentRoot, con->uri); + + if ((ptr = strchr(filename, '?')) != NULL) + *ptr = '\0'; + + status = stat(filename, filestats); + } + } + + /* + * If we're found a directory, get the index.html file instead... + */ + + if (!status && S_ISDIR(filestats->st_mode)) + { + if (filename[strlen(filename) - 1] != '/') + strlcat(filename, "/", len); + + ptr = filename + strlen(filename); + plen = len - (ptr - filename); + + strlcpy(ptr, "index.html", plen); + status = stat(filename, filestats); + +#ifdef HAVE_JAVA + if (status) + { + strlcpy(ptr, "index.class", plen); + status = stat(filename, filestats); + } +#endif /* HAVE_JAVA */ + +#ifdef HAVE_PERL + if (status) + { + strlcpy(ptr, "index.pl", plen); + status = stat(filename, filestats); + } +#endif /* HAVE_PERL */ + +#ifdef HAVE_PHP + if (status) + { + strlcpy(ptr, "index.php", plen); + status = stat(filename, filestats); + } +#endif /* HAVE_PHP */ + +#ifdef HAVE_PYTHON + if (status) + { + strlcpy(ptr, "index.pyc", plen); + status = stat(filename, filestats); + } + + if (status) + { + strlcpy(ptr, "index.py", plen); + status = stat(filename, filestats); + } +#endif /* HAVE_PYTHON */ + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_file: %d filename=%s size=%d", + con->http.fd, filename, + status ? -1 : (int)filestats->st_size); + + if (!status) + con->http.data_remaining = (int)filestats->st_size; + + if (status) + return (NULL); + else + return (filename); +} + + +/* + * 'install_conf_file()' - Install a configuration file. + */ + +static http_status_t /* O - Status */ +install_conf_file(cupsd_client_t *con) /* I - Connection */ +{ + cups_file_t *in, /* Input file */ + *out; /* Output file */ + char buffer[1024]; /* Copy buffer */ + int bytes; /* Number of bytes */ + char conffile[1024], /* Configuration filename */ + newfile[1024], /* New config filename */ + oldfile[1024]; /* Old config filename */ + struct stat confinfo; /* Config file info */ + + + /* + * First construct the filenames... + */ + + snprintf(conffile, sizeof(conffile), "%s%s", ServerRoot, con->uri + 11); + snprintf(newfile, sizeof(newfile), "%s%s.N", ServerRoot, con->uri + 11); + snprintf(oldfile, sizeof(oldfile), "%s%s.O", ServerRoot, con->uri + 11); + + cupsdLogMessage(CUPSD_LOG_INFO, "Installing config file \"%s\"...", conffile); + + /* + * Get the owner, group, and permissions of the configuration file. + * If it doesn't exist, assign it to the User and Group in the + * cupsd.conf file with mode 0640 permissions. + */ + + if (stat(conffile, &confinfo)) + { + confinfo.st_uid = User; + confinfo.st_gid = Group; + confinfo.st_mode = ConfigFilePerm; + } + + /* + * Open the request file and new config file... + */ + + if ((in = cupsFileOpen(con->filename, "rb")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to open request file \"%s\" - %s", + con->filename, strerror(errno)); + return (HTTP_SERVER_ERROR); + } + + if ((out = cupsFileOpen(newfile, "wb")) == NULL) + { + cupsFileClose(in); + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to open config file \"%s\" - %s", + newfile, strerror(errno)); + return (HTTP_SERVER_ERROR); + } + + fchmod(cupsFileNumber(out), confinfo.st_mode); + fchown(cupsFileNumber(out), confinfo.st_uid, confinfo.st_gid); + + /* + * Copy from the request to the new config file... + */ + + while ((bytes = cupsFileRead(in, buffer, sizeof(buffer))) > 0) + if (cupsFileWrite(out, buffer, bytes) < bytes) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to copy to config file \"%s\" - %s", + newfile, strerror(errno)); + + cupsFileClose(in); + cupsFileClose(out); + unlink(newfile); + + return (HTTP_SERVER_ERROR); + } + + /* + * Close the files... + */ + + cupsFileClose(in); + if (cupsFileClose(out)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Error file closing config file \"%s\" - %s", + newfile, strerror(errno)); + + unlink(newfile); + + return (HTTP_SERVER_ERROR); + } + + /* + * Remove the request file... + */ + + unlink(con->filename); + cupsdClearString(&con->filename); + + /* + * Unlink the old backup, rename the current config file to the backup + * filename, and rename the new config file to the config file name... + */ + + if (unlink(oldfile)) + if (errno != ENOENT) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to remove backup config file \"%s\" - %s", + oldfile, strerror(errno)); + + unlink(newfile); + + return (HTTP_SERVER_ERROR); + } + + if (rename(conffile, oldfile)) + if (errno != ENOENT) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to rename old config file \"%s\" - %s", + conffile, strerror(errno)); + + unlink(newfile); + + return (HTTP_SERVER_ERROR); + } + + if (rename(newfile, conffile)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to rename new config file \"%s\" - %s", + newfile, strerror(errno)); + + rename(oldfile, conffile); + unlink(newfile); + + return (HTTP_SERVER_ERROR); + } + + /* + * If the cupsd.conf file was updated, set the NeedReload flag... + */ + + if (!strcmp(con->uri, "/admin/conf/cupsd.conf")) + NeedReload = RELOAD_CUPSD; + else + NeedReload = RELOAD_ALL; + + ReloadTime = time(NULL); + + /* + * Return that the file was created successfully... + */ + + return (HTTP_CREATED); +} + + +/* + * 'is_cgi()' - Is the resource a CGI script/program? + */ + +static int /* O - 1 = CGI, 0 = file */ +is_cgi(cupsd_client_t *con, /* I - Client connection */ + const char *filename, /* I - Real filename */ + struct stat *filestats, /* I - File information */ + mime_type_t *type) /* I - MIME type */ +{ + const char *options; /* Options on URL */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "is_cgi(con=%p, filename=\"%s\", filestats=%p, type=%s/%s)\n", + con, filename, filestats, type ? type->super : "unknown", + type ? type->type : "unknown"); + + /* + * Get the options, if any... + */ + + if ((options = strchr(con->uri, '?')) != NULL) + { + options ++; + + if (strchr(options, '=')) + cupsdSetStringf(&(con->query_string), "QUERY_STRING=%s", options); + } + + /* + * Check for known types... + */ + + if (!type || strcasecmp(type->super, "application")) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, "is_cgi: Returning 0..."); + return (0); + } + + if (!strcasecmp(type->type, "x-httpd-cgi") && + (filestats->st_mode & 0111)) + { + /* + * "application/x-httpd-cgi" is a CGI script. + */ + + cupsdSetString(&con->command, filename); + + filename = strrchr(filename, '/') + 1; /* Filename always absolute */ + + cupsdSetString(&con->options, options); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "is_cgi: Returning 1 with command=\"%s\" and options=\"%s\"", + con->command, con->options); + + return (1); + } +#ifdef HAVE_JAVA + else if (!strcasecmp(type->type, "x-httpd-java")) + { + /* + * "application/x-httpd-java" is a Java servlet. + */ + + cupsdSetString(&con->command, CUPS_JAVA); + + if (options) + cupsdSetStringf(&con->options, "%s %s", filename, options); + else + cupsdSetString(&con->options, filename); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "is_cgi: Returning 1 with command=\"%s\" and options=\"%s\"", + con->command, con->options); + + return (1); + } +#endif /* HAVE_JAVA */ +#ifdef HAVE_PERL + else if (!strcasecmp(type->type, "x-httpd-perl")) + { + /* + * "application/x-httpd-perl" is a Perl page. + */ + + cupsdSetString(&con->command, CUPS_PERL); + + if (options) + cupsdSetStringf(&con->options, "%s %s", filename, options); + else + cupsdSetString(&con->options, filename); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "is_cgi: Returning 1 with command=\"%s\" and options=\"%s\"", + con->command, con->options); + + return (1); + } +#endif /* HAVE_PERL */ +#ifdef HAVE_PHP + else if (!strcasecmp(type->type, "x-httpd-php")) + { + /* + * "application/x-httpd-php" is a PHP page. + */ + + cupsdSetString(&con->command, CUPS_PHP); + + if (options) + cupsdSetStringf(&con->options, "%s %s", filename, options); + else + cupsdSetString(&con->options, filename); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "is_cgi: Returning 1 with command=\"%s\" and options=\"%s\"", + con->command, con->options); + + return (1); + } +#endif /* HAVE_PHP */ +#ifdef HAVE_PYTHON + else if (!strcasecmp(type->type, "x-httpd-python")) + { + /* + * "application/x-httpd-python" is a Python page. + */ + + cupsdSetString(&con->command, CUPS_PYTHON); + + if (options) + cupsdSetStringf(&con->options, "%s %s", filename, options); + else + cupsdSetString(&con->options, filename); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "is_cgi: Returning 1 with command=\"%s\" and options=\"%s\"", + con->command, con->options); + + return (1); + } +#endif /* HAVE_PYTHON */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "is_cgi: Returning 0..."); + + return (0); +} + + +/* + * 'is_path_absolute()' - Is a path absolute and free of relative elements (i.e. ".."). + */ + +static int /* O - 0 if relative, 1 if absolute */ +is_path_absolute(const char *path) /* I - Input path */ +{ + /* + * Check for a leading slash... + */ + + if (path[0] != '/') + return (0); + + /* + * Check for "/.." in the path... + */ + + while ((path = strstr(path, "/..")) != NULL) + { + if (!path[3] || path[3] == '/') + return (0); + + path ++; + } + + /* + * If we haven't found any relative paths, return 1 indicating an + * absolute path... + */ + + return (1); +} + + +#ifdef HAVE_SSL +/* + * 'make_certificate()' - Make a self-signed SSL/TLS certificate. + */ + +static int /* O - 1 on success, 0 on failure */ +make_certificate(cupsd_client_t *con) /* I - Client connection */ +{ +#if defined(HAVE_LIBSSL) && defined(HAVE_WAITPID) + int pid, /* Process ID of command */ + status; /* Status of command */ + char command[1024], /* Command */ + *argv[12], /* Command-line arguments */ + *envp[MAX_ENV + 1], /* Environment variables */ + home[1024], /* HOME environment variable */ + infofile[1024], /* Type-in information for cert */ + seedfile[1024]; /* Random number seed file */ + int envc, /* Number of environment variables */ + bytes; /* Bytes written */ + cups_file_t *fp; /* Seed/info file */ + int infofd; /* Info file descriptor */ + + + /* + * Run the "openssl" command to seed the random number generator and + * generate a self-signed certificate that is good for 10 years: + * + * openssl rand -rand seedfile 1 + * + * openssl req -new -x509 -keyout ServerKey \ + * -out ServerCertificate -days 3650 -nodes + * + * The seeding step is crucial in ensuring that the openssl command + * does not block on systems without sufficient entropy... + */ + + if (!cupsFileFind("openssl", getenv("PATH"), 1, command, sizeof(command))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "No SSL certificate and openssl command not found!"); + return (0); + } + + if (access("/dev/urandom", 0)) + { + /* + * If the system doesn't provide /dev/urandom, then any random source + * will probably be blocking-style, so generate some random data to + * use as a seed for the certificate. Note that we have already + * seeded the random number generator in cupsdInitCerts()... + */ + + cupsdLogMessage(CUPSD_LOG_INFO, + "Seeding the random number generator..."); + + snprintf(home, sizeof(home), "HOME=%s", TempDir); + + /* + * Write the seed file... + */ + + if ((fp = cupsTempFile2(seedfile, sizeof(seedfile))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to create seed file %s - %s", + seedfile, strerror(errno)); + return (0); + } + + for (bytes = 0; bytes < 262144; bytes ++) + cupsFilePutChar(fp, random()); + + cupsFileClose(fp); + + /* + * Run the openssl command to seed its random number generator... + */ + + argv[0] = "openssl"; + argv[1] = "rand"; + argv[2] = "-rand"; + argv[3] = seedfile; + argv[4] = "1"; + argv[5] = NULL; + + envc = cupsdLoadEnv(envp, MAX_ENV); + envp[envc++] = home; + envp[envc] = NULL; + + if (!cupsdStartProcess(command, argv, envp, -1, -1, -1, -1, 1, &pid)) + { + unlink(seedfile); + return (0); + } + + while (waitpid(pid, &status, 0) < 0) + if (errno != EINTR) + { + status = 1; + break; + } + + cupsdFinishProcess(pid, command, sizeof(command)); + + /* + * Remove the seed file, as it is no longer needed... + */ + + unlink(seedfile); + + if (status) + { + if (WIFEXITED(status)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to seed random number generator - " + "the openssl command stopped with status %d!", + WEXITSTATUS(status)); + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to seed random number generator - " + "the openssl command crashed on signal %d!", + WTERMSIG(status)); + + return (0); + } + } + + /* + * Create a file with the certificate information fields... + * + * Note: This assumes that the default questions are asked by the openssl + * command... + */ + + if ((fp = cupsTempFile2(infofile, sizeof(infofile))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create certificate information file %s - %s", + infofile, strerror(errno)); + return (0); + } + + cupsFilePrintf(fp, ".\n.\n.\n%s\n.\n%s\n%s\n", + ServerName, ServerName, ServerAdmin); + cupsFileClose(fp); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Generating SSL server key and certificate..."); + + argv[0] = "openssl"; + argv[1] = "req"; + argv[2] = "-new"; + argv[3] = "-x509"; + argv[4] = "-keyout"; + argv[5] = ServerKey; + argv[6] = "-out"; + argv[7] = ServerCertificate; + argv[8] = "-days"; + argv[9] = "3650"; + argv[10] = "-nodes"; + argv[11] = NULL; + + cupsdLoadEnv(envp, MAX_ENV); + + infofd = open(infofile, O_RDONLY); + + if (!cupsdStartProcess(command, argv, envp, infofd, -1, -1, -1, 1, &pid)) + { + close(infofd); + unlink(infofile); + return (0); + } + + close(infofd); + unlink(infofile); + + while (waitpid(pid, &status, 0) < 0) + if (errno != EINTR) + { + status = 1; + break; + } + + cupsdFinishProcess(pid, command, sizeof(command)); + + if (status) + { + if (WIFEXITED(status)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create SSL server key and certificate - " + "the openssl command stopped with status %d!", + WEXITSTATUS(status)); + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create SSL server key and certificate - " + "the openssl command crashed on signal %d!", + WTERMSIG(status)); + } + else + { + cupsdLogMessage(CUPSD_LOG_INFO, "Created SSL server key file \"%s\"...", + ServerKey); + cupsdLogMessage(CUPSD_LOG_INFO, + "Created SSL server certificate file \"%s\"...", + ServerCertificate); + } + + return (!status); + +#elif defined(HAVE_GNUTLS) + gnutls_x509_crt crt; /* Self-signed certificate */ + gnutls_x509_privkey key; /* Encryption key */ + cups_lang_t *language; /* Default language info */ + cups_file_t *fp; /* Key/cert file */ + unsigned char buffer[8192]; /* Buffer for x509 data */ + size_t bytes; /* Number of bytes of data */ + unsigned char serial[4]; /* Serial number buffer */ + time_t curtime; /* Current time */ + int result; /* Result of GNU TLS calls */ + + + /* + * Create the encryption key... + */ + + cupsdLogMessage(CUPSD_LOG_INFO, "Generating SSL server key..."); + + gnutls_x509_privkey_init(&key); + gnutls_x509_privkey_generate(key, GNUTLS_PK_RSA, 2048, 0); + + /* + * Save it... + */ + + bytes = sizeof(buffer); + + if ((result = gnutls_x509_privkey_export(key, GNUTLS_X509_FMT_PEM, + buffer, &bytes)) < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to export SSL server key - %s", + gnutls_strerror(result)); + gnutls_x509_privkey_deinit(key); + return (0); + } + else if ((fp = cupsFileOpen(ServerKey, "w")) != NULL) + { + cupsFileWrite(fp, (char *)buffer, bytes); + cupsFileClose(fp); + + cupsdLogMessage(CUPSD_LOG_INFO, "Created SSL server key file \"%s\"...", + ServerKey); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create SSL server key file \"%s\" - %s", + ServerKey, strerror(errno)); + gnutls_x509_privkey_deinit(key); + return (0); + } + + /* + * Create the self-signed certificate... + */ + + cupsdLogMessage(CUPSD_LOG_INFO, "Generating self-signed SSL certificate..."); + + language = cupsLangDefault(); + curtime = time(NULL); + serial[0] = curtime >> 24; + serial[1] = curtime >> 16; + serial[2] = curtime >> 8; + serial[3] = curtime; + + gnutls_x509_crt_init(&crt); + if (strlen(language->language) == 5) + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_X520_COUNTRY_NAME, 0, + language->language + 3, 2); + else + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_X520_COUNTRY_NAME, 0, + "US", 2); + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_X520_COMMON_NAME, 0, + ServerName, strlen(ServerName)); + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_X520_ORGANIZATION_NAME, 0, + ServerName, strlen(ServerName)); + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_X520_ORGANIZATIONAL_UNIT_NAME, + 0, "Unknown", 7); + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_X520_STATE_OR_PROVINCE_NAME, 0, + "Unknown", 7); + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_X520_LOCALITY_NAME, 0, + "Unknown", 7); + gnutls_x509_crt_set_dn_by_oid(crt, GNUTLS_OID_PKCS9_EMAIL, 0, + ServerAdmin, strlen(ServerAdmin)); + gnutls_x509_crt_set_key(crt, key); + gnutls_x509_crt_set_serial(crt, serial, sizeof(serial)); + gnutls_x509_crt_set_activation_time(crt, curtime); + gnutls_x509_crt_set_expiration_time(crt, curtime + 10 * 365 * 86400); + gnutls_x509_crt_set_ca_status(crt, 0); + gnutls_x509_crt_set_subject_alternative_name(crt, GNUTLS_SAN_DNSNAME, + ServerName); + gnutls_x509_crt_set_key_purpose_oid(crt, GNUTLS_KP_TLS_WWW_SERVER, 0); + gnutls_x509_crt_set_key_usage(crt, GNUTLS_KEY_KEY_ENCIPHERMENT); + gnutls_x509_crt_set_version(crt, 3); + + bytes = sizeof(buffer); + if (gnutls_x509_crt_get_key_id(crt, 0, buffer, &bytes) >= 0) + gnutls_x509_crt_set_subject_key_id(crt, buffer, bytes); + + gnutls_x509_crt_sign(crt, crt, key); + + /* + * Save it... + */ + + bytes = sizeof(buffer); + if ((result = gnutls_x509_crt_export(crt, GNUTLS_X509_FMT_PEM, + buffer, &bytes)) < 0) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to export SSL server certificate - %s", + gnutls_strerror(result)); + else if ((fp = cupsFileOpen(ServerCertificate, "w")) != NULL) + { + cupsFileWrite(fp, (char *)buffer, bytes); + cupsFileClose(fp); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Created SSL server certificate file \"%s\"...", + ServerCertificate); + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create SSL server certificate file \"%s\" - %s", + ServerCertificate, strerror(errno)); + + /* + * Cleanup... + */ + + gnutls_x509_crt_deinit(crt); + gnutls_x509_privkey_deinit(key); + + return (1); + +#elif defined(HAVE_CDSASSL) && defined(HAVE_WAITPID) + int pid, /* Process ID of command */ + status; /* Status of command */ + char command[1024], /* Command */ + *argv[4], /* Command-line arguments */ + *envp[MAX_ENV + 1], /* Environment variables */ + keychain[1024], /* Keychain argument */ + infofile[1024]; /* Type-in information for cert */ + cups_file_t *fp; /* Seed/info file */ + int infofd; /* Info file descriptor */ + + + /* + * Run the "certtool" command to generate a self-signed certificate... + */ + + if (!cupsFileFind("certtool", getenv("PATH"), 1, command, sizeof(command))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "No SSL certificate and certtool command not found!"); + return (0); + } + + /* + * Create a file with the certificate information fields... + * + * Note: This assumes that the default questions are asked by the certtool + * command... + */ + + if ((fp = cupsTempFile2(infofile, sizeof(infofile))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create certificate information file %s - %s", + infofile, strerror(errno)); + return (0); + } + + cupsFilePrintf(fp, "%s\nr\n\ny\nb\ns\ny\n%s\n\n\n\n\n%s\ny\n", + con->servername, con->servername, ServerAdmin); + cupsFileClose(fp); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Generating SSL server key and certificate..."); + + snprintf(keychain, sizeof(keychain), "k=%s", ServerCertificate); + + argv[0] = "certtool"; + argv[1] = "c"; + argv[2] = keychain; + argv[3] = NULL; + + cupsdLoadEnv(envp, MAX_ENV); + + infofd = open(infofile, O_RDONLY); + + if (!cupsdStartProcess(command, argv, envp, infofd, -1, -1, -1, 1, &pid)) + { + close(infofd); + unlink(infofile); + return (0); + } + + close(infofd); + unlink(infofile); + + while (waitpid(pid, &status, 0) < 0) + if (errno != EINTR) + { + status = 1; + break; + } + + cupsdFinishProcess(pid, command, sizeof(command)); + + if (status) + { + if (WIFEXITED(status)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create SSL server key and certificate - " + "the certtool command stopped with status %d!", + WEXITSTATUS(status)); + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create SSL server key and certificate - " + "the certtool command crashed on signal %d!", + WTERMSIG(status)); + } + else + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Created SSL server certificate file \"%s\"...", + ServerCertificate); + } + + return (!status); + +#else + return (0); +#endif /* HAVE_LIBSSL && HAVE_WAITPID */ +} +#endif /* HAVE_SSL */ + + +/* + * 'pipe_command()' - Pipe the output of a command to the remote client. + */ + +static int /* O - Process ID */ +pipe_command(cupsd_client_t *con, /* I - Client connection */ + int infile, /* I - Standard input for command */ + int *outfile, /* O - Standard output for command */ + char *command, /* I - Command to run */ + char *options, /* I - Options for command */ + int root) /* I - Run as root? */ +{ + int i; /* Looping var */ + int pid; /* Process ID */ + char *commptr, /* Command string pointer */ + commch; /* Command string character */ + char *uriptr; /* URI string pointer */ + int fds[2]; /* Pipe FDs */ + int argc; /* Number of arguments */ + int envc; /* Number of environment variables */ + char argbuf[10240], /* Argument buffer */ + *argv[100], /* Argument strings */ + *envp[MAX_ENV + 17]; /* Environment variables */ + char content_length[1024], /* CONTENT_LENGTH environment variable */ + content_type[1024], /* CONTENT_TYPE environment variable */ + http_cookie[32768], /* HTTP_COOKIE environment variable */ + http_user_agent[1024], /* HTTP_USER_AGENT environment variable */ + lang[1024], /* LANG environment variable */ + path_info[1024], /* PATH_INFO environment variable */ + remote_addr[1024], /* REMOTE_ADDR environment variable */ + remote_host[1024], /* REMOTE_HOST environment variable */ + remote_user[1024], /* REMOTE_USER environment variable */ + script_name[1024], /* SCRIPT_NAME environment variable */ + server_name[1024], /* SERVER_NAME environment variable */ + server_port[1024]; /* SERVER_PORT environment variable */ + + + /* + * Parse a copy of the options string, which is of the form: + * + * argument+argument+argument + * ?argument+argument+argument + * param=value¶m=value + * ?param=value¶m=value + * /name?argument+argument+argument + * /name?param=value¶m=value + * + * If the string contains an "=" character after the initial name, + * then we treat it as a HTTP GET form request and make a copy of + * the remaining string for the environment variable. + * + * The string is always parsed out as command-line arguments, to + * be consistent with Apache... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "pipe_command: command=\"%s\", options=\"%s\"", + command, options ? options : "(null)"); + + argv[0] = command; + + if (options) + strlcpy(argbuf, options, sizeof(argbuf)); + else + argbuf[0] = '\0'; + + if (argbuf[0] == '/') + { + /* + * Found some trailing path information, set PATH_INFO... + */ + + if ((commptr = strchr(argbuf, '?')) == NULL) + commptr = argbuf + strlen(argbuf); + + commch = *commptr; + *commptr = '\0'; + snprintf(path_info, sizeof(path_info), "PATH_INFO=%s", argbuf); + *commptr = commch; + } + else + { + commptr = argbuf; + path_info[0] = '\0'; + } + + cupsdLogMessage(CUPSD_LOG_INFO, "commptr=\"%s\"", commptr); + + if (*commptr == '?' && con->operation == HTTP_GET && !con->query_string) + { + commptr ++; + cupsdSetStringf(&(con->query_string), "QUERY_STRING=%s", commptr); + } + + argc = 1; + + if (*commptr) + { + argv[argc ++] = commptr; + + for (; *commptr && argc < 99; commptr ++) + { + /* + * Break arguments whenever we see a + or space... + */ + + if (*commptr == ' ' || *commptr == '+') + { + while (*commptr == ' ' || *commptr == '+') + *commptr++ = '\0'; + + /* + * If we don't have a blank string, save it as another argument... + */ + + if (*commptr) + { + argv[argc] = commptr; + argc ++; + } + else + break; + } + else if (*commptr == '%' && isxdigit(commptr[1] & 255) && + isxdigit(commptr[2] & 255)) + { + /* + * Convert the %xx notation to the individual character. + */ + + if (commptr[1] >= '0' && commptr[1] <= '9') + *commptr = (commptr[1] - '0') << 4; + else + *commptr = (tolower(commptr[1]) - 'a' + 10) << 4; + + if (commptr[2] >= '0' && commptr[2] <= '9') + *commptr |= commptr[2] - '0'; + else + *commptr |= tolower(commptr[2]) - 'a' + 10; + + _cups_strcpy(commptr + 1, commptr + 3); + + /* + * Check for a %00 and break if that is the case... + */ + + if (!*commptr) + break; + } + } + } + + argv[argc] = NULL; + + /* + * Setup the environment variables as needed... + */ + + if (con->language) + snprintf(lang, sizeof(lang), "LANG=%s.UTF-8", con->language->language); + else + strcpy(lang, "LANG=C"); + + strcpy(remote_addr, "REMOTE_ADDR="); + httpAddrString(con->http.hostaddr, remote_addr + 12, + sizeof(remote_addr) - 12); + + snprintf(remote_host, sizeof(remote_host), "REMOTE_HOST=%s", + con->http.hostname); + + snprintf(script_name, sizeof(script_name), "SCRIPT_NAME=%s", con->uri); + if ((uriptr = strchr(script_name, '?')) != NULL) + *uriptr = '\0'; + + sprintf(server_port, "SERVER_PORT=%d", con->serverport); + + snprintf(server_name, sizeof(server_name), "SERVER_NAME=%s", + con->servername); + + envc = cupsdLoadEnv(envp, (int)(sizeof(envp) / sizeof(envp[0]))); + + envp[envc ++] = lang; + envp[envc ++] = "REDIRECT_STATUS=1"; + envp[envc ++] = server_name; + envp[envc ++] = server_port; + envp[envc ++] = remote_addr; + envp[envc ++] = remote_host; + envp[envc ++] = script_name; + + if (path_info[0]) + envp[envc ++] = path_info; + + if (con->username[0]) + { + snprintf(remote_user, sizeof(remote_user), "REMOTE_USER=%s", con->username); + + envp[envc ++] = remote_user; + } + + if (con->http.version == HTTP_1_1) + envp[envc ++] = "SERVER_PROTOCOL=HTTP/1.1"; + else if (con->http.version == HTTP_1_0) + envp[envc ++] = "SERVER_PROTOCOL=HTTP/1.0"; + else + envp[envc ++] = "SERVER_PROTOCOL=HTTP/0.9"; + + if (con->http.cookie) + { + snprintf(http_cookie, sizeof(http_cookie), "HTTP_COOKIE=%s", + con->http.cookie); + envp[envc ++] = http_cookie; + } + + if (con->http.fields[HTTP_FIELD_USER_AGENT][0]) + { + snprintf(http_user_agent, sizeof(http_user_agent), "HTTP_USER_AGENT=%s", + con->http.fields[HTTP_FIELD_USER_AGENT]); + envp[envc ++] = http_user_agent; + } + + if (con->operation == HTTP_GET) + { + envp[envc ++] = "REQUEST_METHOD=GET"; + + if (con->query_string) + { + /* + * Add GET form variables after ?... + */ + + envp[envc ++] = con->query_string; + } + } + else + { + sprintf(content_length, "CONTENT_LENGTH=" CUPS_LLFMT, + CUPS_LLCAST con->bytes); + snprintf(content_type, sizeof(content_type), "CONTENT_TYPE=%s", + con->http.fields[HTTP_FIELD_CONTENT_TYPE]); + + envp[envc ++] = "REQUEST_METHOD=POST"; + envp[envc ++] = content_length; + envp[envc ++] = content_type; + } + + /* + * Tell the CGI if we are using encryption... + */ + + if (con->http.tls) + envp[envc ++] = "HTTPS=ON"; + + /* + * Terminate the environment array... + */ + + envp[envc] = NULL; + + if (LogLevel == CUPSD_LOG_DEBUG2) + { + for (i = 0; i < argc; i ++) + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "pipe_command: argv[%d] = \"%s\"", i, argv[i]); + for (i = 0; i < envc; i ++) + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "pipe_command: envp[%d] = \"%s\"", i, envp[i]); + } + + /* + * Create a pipe for the output... + */ + + if (cupsdOpenPipe(fds)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to create pipes for CGI %s - %s", + argv[0], strerror(errno)); + return (0); + } + + /* + * Then execute the command... + */ + + if (cupsdStartProcess(command, argv, envp, infile, fds[1], CGIPipes[1], + -1, root, &pid) < 0) + { + /* + * Error - can't fork! + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to fork for CGI %s - %s", argv[0], + strerror(errno)); + + cupsdClosePipe(fds); + pid = 0; + } + else + { + /* + * Fork successful - return the PID... + */ + + if (con->username[0]) + cupsdAddCert(pid, con->username); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "CGI %s started - PID = %d", command, pid); + + *outfile = fds[0]; + close(fds[1]); + } + + return (pid); +} + + +/* + * 'write_file()' - Send a file via HTTP. + */ + +static int /* O - 0 on failure, 1 on success */ +write_file(cupsd_client_t *con, /* I - Client connection */ + http_status_t code, /* I - HTTP status */ + char *filename, /* I - Filename */ + char *type, /* I - File type */ + struct stat *filestats) /* O - File information */ +{ + con->file = open(filename, O_RDONLY); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "write_file: %d file=%d", con->http.fd, + con->file); + + if (con->file < 0) + return (0); + + fcntl(con->file, F_SETFD, fcntl(con->file, F_GETFD) | FD_CLOEXEC); + + con->pipe_pid = 0; + + if (!cupsdSendHeader(con, code, type)) + return (0); + + if (httpPrintf(HTTP(con), "Last-Modified: %s\r\n", + httpGetDateString(filestats->st_mtime)) < 0) + return (0); + if (httpPrintf(HTTP(con), "Content-Length: " CUPS_LLFMT "\r\n", + CUPS_LLCAST filestats->st_size) < 0) + return (0); + if (httpPrintf(HTTP(con), "\r\n") < 0) + return (0); + + if (cupsdFlushHeader(con) < 0) + return (0); + + con->http.data_encoding = HTTP_ENCODE_LENGTH; + con->http.data_remaining = filestats->st_size; + + if (con->http.data_remaining <= INT_MAX) + con->http._data_remaining = con->http.data_remaining; + else + con->http._data_remaining = INT_MAX; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "write_file: Adding fd %d to OutputSet...", con->http.fd); + + FD_SET(con->http.fd, OutputSet); + + return (1); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/client.h b/scheduler/client.h new file mode 100644 index 0000000000..edb622820d --- /dev/null +++ b/scheduler/client.h @@ -0,0 +1,127 @@ +/* + * "$Id$" + * + * Client definitions for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * HTTP client structure... + */ + +struct cupsd_client_s +{ + http_t http; /* HTTP client connection */ + ipp_t *request, /* IPP request information */ + *response; /* IPP response information */ + cupsd_location_t *best; /* Best match for AAA */ + time_t start; /* Request start time */ + http_state_t operation; /* Request operation */ + off_t bytes; /* Bytes transferred for this request */ + char username[33], /* Username from Authorization: line */ + password[33], /* Password from Authorization: line */ + uri[HTTP_MAX_URI], + /* Localized URL/URI for GET/PUT */ + *filename, /* Filename of output file */ + *command, /* Command to run */ + *options, /* Options for command */ + *query_string; /* QUERY_STRING environment variable */ + int file; /* Input/output file */ + int file_ready; /* Input ready on file/pipe? */ + int pipe_pid; /* Pipe process ID (or 0 if not a pipe) */ + int sent_header, /* Non-zero if sent HTTP header */ + got_fields, /* Non-zero if all fields seen */ + field_col; /* Column within line */ + cups_lang_t *language; /* Language to use */ +#ifdef HAVE_SSL + int auto_ssl; /* Automatic test for SSL/TLS */ +#endif /* HAVE_SSL */ + http_addr_t clientaddr; /* Client address */ + char servername[256];/* Server name for connection */ + int serverport; /* Server port for connection */ +}; + +#define HTTP(con) &((con)->http) + + +/* + * HTTP listener structure... + */ + +typedef struct +{ + int fd; /* File descriptor for this server */ + http_addr_t address; /* Bind address of socket */ + http_encryption_t encryption; /* To encrypt or not to encrypt... */ +} cupsd_listener_t; + + +/* + * Globals... + */ + +VAR int ListenBackLog VALUE(SOMAXCONN), + /* Max backlog of pending connections */ + LocalPort VALUE(631); + /* Local port to use */ +VAR http_encryption_t LocalEncryption VALUE(HTTP_ENCRYPT_IF_REQUESTED); + /* Local port encryption to use */ +VAR cups_array_t *Listeners VALUE(NULL); + /* Listening sockets */ +VAR cups_array_t *Clients VALUE(NULL); + /* HTTP clients */ +VAR http_addrlist_t *ServerAddrs VALUE(NULL); + /* Server address(es) */ +VAR char *ServerHeader VALUE(NULL); + /* Server header in requests */ +VAR int CGIPipes[2] VALUE2(-1,-1); + /* Pipes for CGI error/debug output */ +VAR cupsd_statbuf_t *CGIStatusBuffer VALUE(NULL); + /* Status buffer for pipes */ + + +/* + * Prototypes... + */ + +extern void cupsdAcceptClient(cupsd_listener_t *lis); +extern void cupsdCloseAllClients(void); +extern int cupsdCloseClient(cupsd_client_t *con); +extern void cupsdDeleteAllListeners(void); +extern int cupsdFlushHeader(cupsd_client_t *con); +extern void cupsdPauseListening(void); +extern int cupsdProcessIPPRequest(cupsd_client_t *con); +extern int cupsdReadClient(cupsd_client_t *con); +extern void cupsdResumeListening(void); +extern int cupsdSendCommand(cupsd_client_t *con, char *command, + char *options, int root); +extern int cupsdSendError(cupsd_client_t *con, http_status_t code); +extern int cupsdSendHeader(cupsd_client_t *con, http_status_t code, + char *type); +extern void cupsdShutdownClient(cupsd_client_t *con); +extern void cupsdStartListening(void); +extern void cupsdStopListening(void); +extern void cupsdUpdateCGI(void); +extern int cupsdWriteClient(cupsd_client_t *con); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/conf.c b/scheduler/conf.c new file mode 100644 index 0000000000..e4ec8c553d --- /dev/null +++ b/scheduler/conf.c @@ -0,0 +1,3293 @@ +/* + * "$Id$" + * + * Configuration routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdReadConfiguration() - Read the cupsd.conf file. + * check_permissions() - Fix the mode and ownership of a file or + * directory. + * get_address() - Get an address + port number from a line. + * get_addr_and_mask() - Get an IP address and netmask. + * parse_aaa() - Parse authentication, authorization, and + * access control lines. + * parse_groups() - Parse system group names in a string. + * parse_protocols() - Parse browse protocols in a string. + * read_configuration() - Read a configuration file. + * read_location() - Read a definition. + * read_policy() - Read a definition. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include +#include +#include +#include + +#ifdef HAVE_VSYSLOG +# include +#endif /* HAVE_VSYSLOG */ + + +/* + * Possibly missing network definitions... + */ + +#ifndef INADDR_NONE +# define INADDR_NONE 0xffffffff +#endif /* !INADDR_NONE */ + + +/* + * Configuration variable structure... + */ + +typedef enum +{ + CUPSD_VARTYPE_INTEGER, /* Integer option */ + CUPSD_VARTYPE_STRING, /* String option */ + CUPSD_VARTYPE_BOOLEAN /* Boolean option */ +} cupsd_vartype_t; + +typedef struct +{ + char *name; /* Name of variable */ + void *ptr; /* Pointer to variable */ + cupsd_vartype_t type; /* Type (int, string, address) */ +} cupsd_var_t; + + +/* + * Local globals... + */ + +static cupsd_var_t variables[] = +{ + { "AccessLog", &AccessLog, CUPSD_VARTYPE_STRING }, + { "AutoPurgeJobs", &JobAutoPurge, CUPSD_VARTYPE_BOOLEAN }, + { "BrowseInterval", &BrowseInterval, CUPSD_VARTYPE_INTEGER }, +#ifdef HAVE_LDAP + { "BrowseLDAPBindDN", &BrowseLDAPBindDN, CUPSD_VARTYPE_STRING }, + { "BrowseLDAPDN", &BrowseLDAPDN, CUPSD_VARTYPE_STRING }, + { "BrowseLDAPPassword", &BrowseLDAPPassword, CUPSD_VARTYPE_STRING }, + { "BrowseLDAPServer", &BrowseLDAPServer, CUPSD_VARTYPE_STRING }, +#endif /* HAVE_LDAP */ + { "BrowseLocalOptions", &BrowseLocalOptions, CUPSD_VARTYPE_STRING }, + { "BrowsePort", &BrowsePort, CUPSD_VARTYPE_INTEGER }, + { "BrowseRemoteOptions", &BrowseRemoteOptions, CUPSD_VARTYPE_STRING }, + { "BrowseShortNames", &BrowseShortNames, CUPSD_VARTYPE_BOOLEAN }, + { "BrowseTimeout", &BrowseTimeout, CUPSD_VARTYPE_INTEGER }, + { "Browsing", &Browsing, CUPSD_VARTYPE_BOOLEAN }, + { "CacheDir", &CacheDir, CUPSD_VARTYPE_STRING }, + { "Classification", &Classification, CUPSD_VARTYPE_STRING }, + { "ClassifyOverride", &ClassifyOverride, CUPSD_VARTYPE_BOOLEAN }, + { "ConfigFilePerm", &ConfigFilePerm, CUPSD_VARTYPE_INTEGER }, + { "DataDir", &DataDir, CUPSD_VARTYPE_STRING }, + { "DefaultCharset", &DefaultCharset, CUPSD_VARTYPE_STRING }, + { "DefaultLanguage", &DefaultLanguage, CUPSD_VARTYPE_STRING }, + { "DefaultLeaseDuration", &DefaultLeaseDuration, CUPSD_VARTYPE_INTEGER }, + { "DefaultPolicy", &DefaultPolicy, CUPSD_VARTYPE_STRING }, + { "DefaultShared", &DefaultShared, CUPSD_VARTYPE_BOOLEAN }, + { "DocumentRoot", &DocumentRoot, CUPSD_VARTYPE_STRING }, + { "ErrorLog", &ErrorLog, CUPSD_VARTYPE_STRING }, + { "FileDevice", &FileDevice, CUPSD_VARTYPE_BOOLEAN }, + { "FilterLimit", &FilterLimit, CUPSD_VARTYPE_INTEGER }, + { "FilterNice", &FilterNice, CUPSD_VARTYPE_INTEGER }, + { "FontPath", &FontPath, CUPSD_VARTYPE_STRING }, + { "HideImplicitMembers", &HideImplicitMembers, CUPSD_VARTYPE_BOOLEAN }, + { "ImplicitClasses", &ImplicitClasses, CUPSD_VARTYPE_BOOLEAN }, + { "ImplicitAnyClasses", &ImplicitAnyClasses, CUPSD_VARTYPE_BOOLEAN }, + { "JobRetryLimit", &JobRetryLimit, CUPSD_VARTYPE_INTEGER }, + { "JobRetryInterval", &JobRetryInterval, CUPSD_VARTYPE_INTEGER }, + { "KeepAliveTimeout", &KeepAliveTimeout, CUPSD_VARTYPE_INTEGER }, + { "KeepAlive", &KeepAlive, CUPSD_VARTYPE_BOOLEAN }, + { "LimitRequestBody", &MaxRequestSize, CUPSD_VARTYPE_INTEGER }, + { "ListenBackLog", &ListenBackLog, CUPSD_VARTYPE_INTEGER }, + { "LogFilePerm", &LogFilePerm, CUPSD_VARTYPE_INTEGER }, + { "MaxActiveJobs", &MaxActiveJobs, CUPSD_VARTYPE_INTEGER }, + { "MaxClients", &MaxClients, CUPSD_VARTYPE_INTEGER }, + { "MaxClientsPerHost", &MaxClientsPerHost, CUPSD_VARTYPE_INTEGER }, + { "MaxCopies", &MaxCopies, CUPSD_VARTYPE_INTEGER }, + { "MaxEvents", &MaxEvents, CUPSD_VARTYPE_INTEGER }, + { "MaxJobs", &MaxJobs, CUPSD_VARTYPE_INTEGER }, + { "MaxJobsPerPrinter", &MaxJobsPerPrinter, CUPSD_VARTYPE_INTEGER }, + { "MaxJobsPerUser", &MaxJobsPerUser, CUPSD_VARTYPE_INTEGER }, + { "MaxLeaseDuration", &MaxLeaseDuration, CUPSD_VARTYPE_INTEGER }, + { "MaxLogSize", &MaxLogSize, CUPSD_VARTYPE_INTEGER }, + { "MaxPrinterHistory", &MaxPrinterHistory, CUPSD_VARTYPE_INTEGER }, + { "MaxRequestSize", &MaxRequestSize, CUPSD_VARTYPE_INTEGER }, + { "MaxSubscriptions", &MaxSubscriptions, CUPSD_VARTYPE_INTEGER }, + { "MaxSubscriptionsPerJob", &MaxSubscriptionsPerJob, CUPSD_VARTYPE_INTEGER }, + { "MaxSubscriptionsPerPrinter",&MaxSubscriptionsPerPrinter, CUPSD_VARTYPE_INTEGER }, + { "MaxSubscriptionsPerUser", &MaxSubscriptionsPerUser, CUPSD_VARTYPE_INTEGER }, + { "PageLog", &PageLog, CUPSD_VARTYPE_STRING }, + { "PreserveJobFiles", &JobFiles, CUPSD_VARTYPE_BOOLEAN }, + { "PreserveJobHistory", &JobHistory, CUPSD_VARTYPE_BOOLEAN }, + { "Printcap", &Printcap, CUPSD_VARTYPE_STRING }, + { "PrintcapGUI", &PrintcapGUI, CUPSD_VARTYPE_STRING }, + { "ReloadTimeout", &ReloadTimeout, CUPSD_VARTYPE_INTEGER }, + { "RemoteRoot", &RemoteRoot, CUPSD_VARTYPE_STRING }, + { "RequestRoot", &RequestRoot, CUPSD_VARTYPE_STRING }, + { "RIPCache", &RIPCache, CUPSD_VARTYPE_STRING }, + { "RootCertDuration", &RootCertDuration, CUPSD_VARTYPE_INTEGER }, + { "ServerAdmin", &ServerAdmin, CUPSD_VARTYPE_STRING }, + { "ServerBin", &ServerBin, CUPSD_VARTYPE_STRING }, +#ifdef HAVE_SSL + { "ServerCertificate", &ServerCertificate, CUPSD_VARTYPE_STRING }, +# if defined(HAVE_LIBSSL) || defined(HAVE_GNUTLS) + { "ServerKey", &ServerKey, CUPSD_VARTYPE_STRING }, +# endif /* HAVE_LIBSSL || HAVE_GNUTLS */ +#endif /* HAVE_SSL */ +#ifdef HAVE_LAUNCHD + { "LaunchdTimeout", &LaunchdTimeout, CUPSD_VARTYPE_INTEGER }, + { "LaunchdConf", &LaunchdConf, CUPSD_VARTYPE_STRING }, +#endif /* HAVE_LAUNCHD */ + { "ServerName", &ServerName, CUPSD_VARTYPE_STRING }, + { "ServerRoot", &ServerRoot, CUPSD_VARTYPE_STRING }, + { "StateDir", &StateDir, CUPSD_VARTYPE_STRING }, + { "TempDir", &TempDir, CUPSD_VARTYPE_STRING }, + { "Timeout", &Timeout, CUPSD_VARTYPE_INTEGER }, + { "UseNetworkDefault", &UseNetworkDefault, CUPSD_VARTYPE_BOOLEAN } +}; +#define NUM_VARS (sizeof(variables) / sizeof(variables[0])) + + +static unsigned ones[4] = + { + 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff + }; +static unsigned zeros[4] = + { + 0x00000000, 0x00000000, 0x00000000, 0x00000000 + }; + + +/* + * Local functions... + */ +static int check_permissions(const char *filename, + const char *suffix, int mode, + int user, int group, int is_dir, + int create_dir); +static http_addrlist_t *get_address(const char *value, int defport); +static int get_addr_and_mask(const char *value, unsigned *ip, + unsigned *mask); +static int parse_aaa(cupsd_location_t *loc, char *line, + char *value, int linenum); +static int parse_groups(const char *s); +static int parse_protocols(const char *s); +static int read_configuration(cups_file_t *fp); +static int read_location(cups_file_t *fp, char *name, int linenum); +static int read_policy(cups_file_t *fp, char *name, int linenum); + + +/* + * 'cupsdReadConfiguration()' - Read the cupsd.conf file. + */ + +int /* O - 1 on success, 0 otherwise */ +cupsdReadConfiguration(void) +{ + int i; /* Looping var */ + cups_file_t *fp; /* Configuration file */ + int status; /* Return status */ + char temp[1024], /* Temporary buffer */ + *slash; /* Directory separator */ + cups_lang_t *language; /* Language */ + struct passwd *user; /* Default user */ + struct group *group; /* Default group */ + char *old_serverroot, /* Old ServerRoot */ + *old_requestroot; /* Old RequestRoot */ + const char *tmpdir; /* TMPDIR environment variable */ + struct stat tmpinfo; /* Temporary directory info */ + + + /* + * Save the old root paths... + */ + + old_serverroot = NULL; + cupsdSetString(&old_serverroot, ServerRoot); + old_requestroot = NULL; + cupsdSetString(&old_requestroot, RequestRoot); + + /* + * Reset the server configuration data... + */ + + cupsdDeleteAllLocations(); + + if (NumBrowsers > 0) + { + free(Browsers); + Browsers = NULL; + + NumBrowsers = 0; + } + + if (NumPolled > 0) + { + free(Polled); + + NumPolled = 0; + } + + if (NumRelays > 0) + { + for (i = 0; i < NumRelays; i ++) + if (Relays[i].from.type == AUTH_NAME) + free(Relays[i].from.mask.name.name); + + free(Relays); + + NumRelays = 0; + } + + cupsdDeleteAllListeners(); + + /* + * String options... + */ + + cupsdSetString(&ServerName, httpGetHostname(NULL, temp, sizeof(temp))); + cupsdSetStringf(&ServerAdmin, "root@%s", temp); + cupsdSetString(&ServerBin, CUPS_SERVERBIN); + cupsdSetString(&RequestRoot, CUPS_REQUESTS); + cupsdSetString(&CacheDir, CUPS_CACHEDIR); + cupsdSetString(&DataDir, CUPS_DATADIR); + cupsdSetString(&DocumentRoot, CUPS_DOCROOT); + cupsdSetString(&AccessLog, CUPS_LOGDIR "/access_log"); + cupsdSetString(&ErrorLog, CUPS_LOGDIR "/error_log"); + cupsdSetString(&PageLog, CUPS_LOGDIR "/page_log"); + cupsdSetString(&Printcap, CUPS_DEFAULT_PRINTCAP); + cupsdSetString(&PrintcapGUI, "/usr/bin/glpoptions"); + cupsdSetString(&FontPath, CUPS_FONTPATH); + cupsdSetString(&RemoteRoot, "remroot"); + cupsdSetString(&ServerHeader, "CUPS/1.2"); + cupsdSetString(&StateDir, CUPS_STATEDIR); + + if (!strcmp(CUPS_DEFAULT_PRINTCAP, "/etc/printers.conf")) + PrintcapFormat = PRINTCAP_SOLARIS; + else + PrintcapFormat = PRINTCAP_BSD; + + strlcpy(temp, ConfigurationFile, sizeof(temp)); + if ((slash = strrchr(temp, '/')) != NULL) + *slash = '\0'; + + cupsdSetString(&ServerRoot, temp); + + cupsdClearString(&Classification); + ClassifyOverride = 0; + +#ifdef HAVE_SSL +# ifdef HAVE_CDSASSL + cupsdSetString(&ServerCertificate, "/Library/Keychains/System.keychain"); +# else + cupsdSetString(&ServerCertificate, "ssl/server.crt"); + cupsdSetString(&ServerKey, "ssl/server.key"); +# endif /* HAVE_CDSASSL */ +#endif /* HAVE_SSL */ + + language = cupsLangDefault(); + + if (!strcmp(language->language, "C") || !strcmp(language->language, "POSIX")) + cupsdSetString(&DefaultLanguage, "en"); + else + cupsdSetString(&DefaultLanguage, language->language); + + cupsdSetString(&DefaultCharset, _cupsEncodingName(language->encoding)); + + cupsdSetString(&RIPCache, "8m"); + + cupsdSetString(&TempDir, NULL); + + /* + * Find the default user... + */ + + if ((user = getpwnam(CUPS_DEFAULT_USER)) != NULL) + User = user->pw_uid; + else + { + /* + * Use the (historical) NFS nobody user ID (-2 as a 16-bit twos- + * complement number...) + */ + + User = 65534; + } + + endpwent(); + + /* + * Find the default group... + */ + + group = getgrnam(CUPS_DEFAULT_GROUP); + endgrent(); + + if (group) + Group = group->gr_gid; + else + { + /* + * Fallback to group "nobody"... + */ + + group = getgrnam("nobody"); + endgrent(); + + if (group) + Group = group->gr_gid; + else + { + /* + * Use the (historical) NFS nobody group ID (-2 as a 16-bit twos- + * complement number...) + */ + + Group = 65534; + } + } + + /* + * Numeric options... + */ + + ConfigFilePerm = CUPS_DEFAULT_CONFIG_FILE_PERM; + DefaultAuthType = AUTH_BASIC; +#ifdef HAVE_SSL + DefaultEncryption = HTTP_ENCRYPT_REQUIRED; +#endif /* HAVE_SSL */ + JobRetryLimit = 5; + JobRetryInterval = 300; + FileDevice = FALSE; + FilterLevel = 0; + FilterLimit = 0; + FilterNice = 0; + HostNameLookups = FALSE; + ImplicitClasses = CUPS_DEFAULT_IMPLICIT_CLASSES; + ImplicitAnyClasses = FALSE; + HideImplicitMembers = TRUE; + KeepAlive = TRUE; + KeepAliveTimeout = DEFAULT_KEEPALIVE; + ListenBackLog = SOMAXCONN; + LogFilePerm = CUPS_DEFAULT_LOG_FILE_PERM; + LogLevel = CUPSD_LOG_ERROR; + MaxClients = 100; + MaxClientsPerHost = 0; + MaxLogSize = 1024 * 1024; + MaxPrinterHistory = 10; + MaxRequestSize = 0; + ReloadTimeout = 60; + RootCertDuration = 300; + Timeout = DEFAULT_TIMEOUT; + NumSystemGroups = 0; + + BrowseInterval = DEFAULT_INTERVAL; + BrowsePort = ippPort(); + BrowseLocalProtocols = parse_protocols(CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS); + BrowseRemoteProtocols = parse_protocols(CUPS_DEFAULT_BROWSE_REMOTE_PROTOCOLS); + BrowseShortNames = CUPS_DEFAULT_BROWSE_SHORT_NAMES; + BrowseTimeout = DEFAULT_TIMEOUT; + Browsing = CUPS_DEFAULT_BROWSING; + DefaultShared = CUPS_DEFAULT_DEFAULT_SHARED; + + cupsdClearString(&BrowseLocalOptions); + cupsdClearString(&BrowseRemoteOptions); + +#ifdef HAVE_LDAP + cupsdClearString(&BrowseLDAPBindDN); + cupsdClearString(&BrowseLDAPDN); + cupsdClearString(&BrowseLDAPPassword); + cupsdClearString(&BrowseLDAPServer); +#endif /* HAVE_LDAP */ + + JobHistory = DEFAULT_HISTORY; + JobFiles = DEFAULT_FILES; + JobAutoPurge = 0; + MaxJobs = 500; + MaxActiveJobs = 0; + MaxJobsPerUser = 0; + MaxJobsPerPrinter = 0; + MaxCopies = 100; + + cupsdDeleteAllPolicies(); + cupsdClearString(&DefaultPolicy); + + MaxSubscriptions = 100; + MaxSubscriptionsPerJob = 0; + MaxSubscriptionsPerPrinter = 0; + MaxSubscriptionsPerUser = 0; + DefaultLeaseDuration = 86400; + MaxLeaseDuration = 0; + +#ifdef HAVE_LAUNCHD + LaunchdTimeout = DEFAULT_TIMEOUT + 10; + cupsdSetString(&LaunchdConf, CUPS_DEFAULT_LAUNCHD_CONF); +#endif /* HAVE_LAUNCHD */ + + /* + * Read the configuration file... + */ + + if ((fp = cupsFileOpen(ConfigurationFile, "r")) == NULL) + return (0); + + status = read_configuration(fp); + + cupsFileClose(fp); + + if (!status) + return (0); + + RunUser = getuid(); + + /* + * See if the ServerName is an IP address... + */ + + for (slash = ServerName; isdigit(*slash & 255) || *slash == '.'; slash ++); + + ServerNameIsIP = !*slash; + + /* + * Use the default system group if none was supplied in cupsd.conf... + */ + + if (NumSystemGroups == 0) + { + if (!parse_groups(CUPS_DEFAULT_SYSTEM_GROUPS)) + { + /* + * Find the group associated with GID 0... + */ + + group = getgrgid(0); + endgrent(); + + if (group != NULL) + cupsdSetString(&SystemGroups[0], group->gr_name); + else + cupsdSetString(&SystemGroups[0], "unknown"); + + SystemGroupIDs[0] = 0; + NumSystemGroups = 1; + } + } + + /* + * Get the access control list for browsing... + */ + + BrowseACL = cupsdFindLocation("CUPS_INTERNAL_BROWSE_ACL"); + + /* + * Open the system log for cupsd if necessary... + */ + +#ifdef HAVE_VSYSLOG + if (!strcmp(AccessLog, "syslog") || + !strcmp(ErrorLog, "syslog") || + !strcmp(PageLog, "syslog")) + openlog("cupsd", LOG_PID | LOG_NOWAIT | LOG_NDELAY, LOG_LPR); +#endif /* HAVE_VSYSLOG */ + + /* + * Log the configuration file that was used... + */ + + cupsdLogMessage(CUPSD_LOG_INFO, "Loaded configuration file \"%s\"", + ConfigurationFile); + + /* + * Validate the Group and SystemGroup settings - they cannot be the same, + * otherwise the CGI programs will be able to authenticate as root without + * a password! + */ + + if (!RunUser) + { + for (i = 0; i < NumSystemGroups; i ++) + if (Group == SystemGroupIDs[i]) + break; + + if (i < NumSystemGroups) + { + /* + * Log the error and reset the group to a safe value... + */ + + cupsdLogMessage(CUPSD_LOG_NOTICE, + "Group and SystemGroup cannot use the same groups!"); + cupsdLogMessage(CUPSD_LOG_INFO, "Resetting Group to \"nobody\"..."); + + group = getgrnam("nobody"); + endgrent(); + + if (group != NULL) + Group = group->gr_gid; + else + { + /* + * Use the (historical) NFS nobody group ID (-2 as a 16-bit twos- + * complement number...) + */ + + Group = 65534; + } + } + } + + /* + * Check that we have at least one listen/port line; if not, report this + * as an error and exit! + */ + + if (cupsArrayCount(Listeners) == 0) + { + /* + * No listeners! + */ + + cupsdLogMessage(CUPSD_LOG_EMERG, + "No valid Listen or Port lines were found in the configuration file!"); + + /* + * Commit suicide... + */ + + cupsdEndProcess(getpid(), 0); + } + + /* + * Set the default locale using the language and charset... + */ + + cupsdSetStringf(&DefaultLocale, "%s.%s", DefaultLanguage, DefaultCharset); + + /* + * Update all relative filenames to include the full path from ServerRoot... + */ + + if (DocumentRoot[0] != '/') + cupsdSetStringf(&DocumentRoot, "%s/%s", ServerRoot, DocumentRoot); + + if (RequestRoot[0] != '/') + cupsdSetStringf(&RequestRoot, "%s/%s", ServerRoot, RequestRoot); + + if (ServerBin[0] != '/') + cupsdSetStringf(&ServerBin, "%s/%s", ServerRoot, ServerBin); + + if (StateDir[0] != '/') + cupsdSetStringf(&StateDir, "%s/%s", ServerRoot, StateDir); + + if (CacheDir[0] != '/') + cupsdSetStringf(&CacheDir, "%s/%s", ServerRoot, CacheDir); + +#ifdef HAVE_SSL + if (ServerCertificate[0] != '/') + cupsdSetStringf(&ServerCertificate, "%s/%s", ServerRoot, ServerCertificate); + + if (!strncmp(ServerRoot, ServerCertificate, strlen(ServerRoot))) + { + chown(ServerCertificate, RunUser, Group); + chmod(ServerCertificate, 0600); + } + +# if defined(HAVE_LIBSSL) || defined(HAVE_GNUTLS) + if (ServerKey[0] != '/') + cupsdSetStringf(&ServerKey, "%s/%s", ServerRoot, ServerKey); + + if (!strncmp(ServerRoot, ServerKey, strlen(ServerRoot))) + { + chown(ServerKey, RunUser, Group); + chmod(ServerKey, 0600); + } +# endif /* HAVE_LIBSSL || HAVE_GNUTLS */ +#endif /* HAVE_SSL */ + + /* + * Make sure that directories and config files are owned and + * writable by the user and group in the cupsd.conf file... + */ + + if (check_permissions(CacheDir, NULL, 0775, RunUser, Group, 1, 1) < 0 || + check_permissions(StateDir, NULL, 0755, RunUser, Group, 1, 1) < 0 || + check_permissions(StateDir, "certs", RunUser ? 0711 : 0511, User, + SystemGroupIDs[0], 1, 1) < 0 || + check_permissions(ServerRoot, NULL, 0755, RunUser, Group, 1, 0) < 0 || + check_permissions(ServerRoot, "ppd", 0755, RunUser, Group, 1, 1) < 0 || + check_permissions(ServerRoot, "ssl", 0700, RunUser, Group, 1, 0) < 0 || + check_permissions(ServerRoot, "cupsd.conf", ConfigFilePerm, RunUser, + Group, 0, 0) < 0 || + check_permissions(ServerRoot, "classes.conf", 0600, RunUser, Group, + 0, 0) < 0 || + check_permissions(ServerRoot, "printers.conf", 0600, RunUser, Group, + 0, 0) < 0 || + check_permissions(ServerRoot, "passwd.md5", 0600, User, Group, 0, 0) < 0) + return (0); + + /* + * Update TempDir to the default if it hasn't been set already... + */ + + if (!TempDir) + { + if ((tmpdir = getenv("TMPDIR")) != NULL) + { + /* + * TMPDIR is defined, see if it is OK for us to use... + */ + + if (stat(tmpdir, &tmpinfo)) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to access TMPDIR (%s): %s", + tmpdir, strerror(errno)); + else if (!S_ISDIR(tmpinfo.st_mode)) + cupsdLogMessage(CUPSD_LOG_ERROR, "TMPDIR (%s) is not a directory!", + tmpdir); + else if ((tmpinfo.st_uid != User || !(tmpinfo.st_mode & S_IWUSR)) && + (tmpinfo.st_gid != Group || !(tmpinfo.st_mode & S_IWGRP)) && + !(tmpinfo.st_mode & S_IWOTH)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "TMPDIR (%s) has the wrong permissions!", tmpdir); + else + cupsdSetString(&TempDir, tmpdir); + } + + if (!TempDir) + { + cupsdLogMessage(CUPSD_LOG_INFO, "Using default TempDir of %s/tmp...", + RequestRoot); + cupsdSetStringf(&TempDir, "%s/tmp", RequestRoot); + } + } + + /* + * Make sure the request and temporary directories have the right + * permissions... + */ + + if (check_permissions(RequestRoot, NULL, 0710, RunUser, Group, 1, 1) < 0) + return (0); + + if (!strncmp(TempDir, RequestRoot, strlen(RequestRoot)) || + access(TempDir, 0)) + { + /* + * Update ownership and permissions if the CUPS temp directory + * is under the spool directory or does not exist... + */ + + if (check_permissions(TempDir, NULL, 01770, RunUser, Group, 1, 1) < 0) + return (0); + } + + if (!strncmp(TempDir, RequestRoot, strlen(RequestRoot))) + { + /* + * Clean out the temporary directory... + */ + + cups_dir_t *dir; /* Temporary directory */ + cups_dentry_t *dent; /* Directory entry */ + char tempfile[1024]; /* Temporary filename */ + + + if ((dir = cupsDirOpen(TempDir)) != NULL) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Cleaning out old temporary files in \"%s\"...", TempDir); + + while ((dent = cupsDirRead(dir)) != NULL) + { + snprintf(tempfile, sizeof(tempfile), "%s/%s", TempDir, dent->filename); + + if (unlink(tempfile)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to remove temporary file \"%s\" - %s", + tempfile, strerror(errno)); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "Removed temporary file \"%s\"...", + tempfile); + } + + cupsDirClose(dir); + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open temporary directory \"%s\" - %s", + TempDir, strerror(errno)); + } + + /* + * Setup environment variables... + */ + + cupsdInitEnv(); + + /* + * Check the MaxClients setting, and then allocate memory for it... + */ + + if (MaxClients > (MaxFDs / 3) || MaxClients <= 0) + { + if (MaxClients > 0) + cupsdLogMessage(CUPSD_LOG_INFO, "MaxClients limited to 1/3 (%d) of the file descriptor limit (%d)...", + MaxFDs / 3, MaxFDs); + + MaxClients = MaxFDs / 3; + } + + cupsdLogMessage(CUPSD_LOG_INFO, "Configured for up to %d clients.", + MaxClients); + + /* + * Check the MaxActiveJobs setting; limit to 1/3 the available + * file descriptors, since we need a pipe for each job... + */ + + if (MaxActiveJobs > (MaxFDs / 3)) + MaxActiveJobs = MaxFDs / 3; + + if (Classification && !strcasecmp(Classification, "none")) + cupsdClearString(&Classification); + + if (Classification) + cupsdLogMessage(CUPSD_LOG_INFO, "Security set to \"%s\"", Classification); + + /* + * Update the MaxClientsPerHost value, as needed... + */ + + if (MaxClientsPerHost <= 0) + MaxClientsPerHost = MaxClients; + + if (MaxClientsPerHost > MaxClients) + MaxClientsPerHost = MaxClients; + + cupsdLogMessage(CUPSD_LOG_INFO, + "Allowing up to %d client connections per host.", + MaxClientsPerHost); + + /* + * Make sure that BrowseTimeout is at least twice the interval... + */ + + if (BrowseTimeout < (2 * BrowseInterval) || BrowseTimeout <= 0) + { + cupsdLogMessage(CUPSD_LOG_ALERT, "Invalid BrowseTimeout value %d!", + BrowseTimeout); + + if (BrowseInterval) + BrowseTimeout = BrowseInterval * 2; + else + BrowseTimeout = DEFAULT_TIMEOUT; + + cupsdLogMessage(CUPSD_LOG_ALERT, "Reset BrowseTimeout to %d!", + BrowseTimeout); + } + + /* + * Update the default policy, as needed... + */ + + if (DefaultPolicy) + DefaultPolicyPtr = cupsdFindPolicy(DefaultPolicy); + else + DefaultPolicyPtr = NULL; + + if (!DefaultPolicyPtr) + { + cupsd_policy_t *p; /* New policy */ + cupsd_location_t *po; /* New policy operation */ + + + if (DefaultPolicy) + cupsdLogMessage(CUPSD_LOG_ERROR, "Default policy \"%s\" not found!", + DefaultPolicy); + + cupsdSetString(&DefaultPolicy, "default"); + + if ((DefaultPolicyPtr = cupsdFindPolicy("default")) != NULL) + cupsdLogMessage(CUPSD_LOG_INFO, + "Using policy \"default\" as the default!"); + else + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Creating CUPS default administrative policy:"); + + DefaultPolicyPtr = p = cupsdAddPolicy("default"); + + cupsdLogMessage(CUPSD_LOG_INFO, ""); + cupsdLogMessage(CUPSD_LOG_INFO, + ""); + cupsdLogMessage(CUPSD_LOG_INFO, "Order Deny,Allow"); + + po = cupsdAddPolicyOp(p, NULL, IPP_SEND_DOCUMENT); + po->order_type = AUTH_ALLOW; + po->level = AUTH_USER; + + cupsdAddName(po, "@OWNER"); + cupsdAddName(po, "@SYSTEM"); + cupsdLogMessage(CUPSD_LOG_INFO, "Require user @OWNER @SYSTEM"); + + cupsdAddPolicyOp(p, po, IPP_SEND_URI); + cupsdAddPolicyOp(p, po, IPP_CANCEL_JOB); + cupsdAddPolicyOp(p, po, IPP_HOLD_JOB); + cupsdAddPolicyOp(p, po, IPP_RELEASE_JOB); + cupsdAddPolicyOp(p, po, IPP_RESTART_JOB); + cupsdAddPolicyOp(p, po, IPP_PURGE_JOBS); + cupsdAddPolicyOp(p, po, IPP_SET_JOB_ATTRIBUTES); + cupsdAddPolicyOp(p, po, IPP_CREATE_JOB_SUBSCRIPTION); + cupsdAddPolicyOp(p, po, IPP_RENEW_SUBSCRIPTION); + cupsdAddPolicyOp(p, po, IPP_CANCEL_SUBSCRIPTION); + cupsdAddPolicyOp(p, po, IPP_GET_NOTIFICATIONS); + cupsdAddPolicyOp(p, po, IPP_REPROCESS_JOB); + cupsdAddPolicyOp(p, po, IPP_CANCEL_CURRENT_JOB); + cupsdAddPolicyOp(p, po, IPP_SUSPEND_CURRENT_JOB); + cupsdAddPolicyOp(p, po, IPP_RESUME_JOB); + cupsdAddPolicyOp(p, po, CUPS_MOVE_JOB); + cupsdAddPolicyOp(p, po, CUPS_AUTHENTICATE_JOB); + + cupsdLogMessage(CUPSD_LOG_INFO, ""); + + cupsdLogMessage(CUPSD_LOG_INFO, + ""); + cupsdLogMessage(CUPSD_LOG_INFO, "Order Deny,Allow"); + cupsdLogMessage(CUPSD_LOG_INFO, "AuthType Basic"); + + po = cupsdAddPolicyOp(p, NULL, IPP_PAUSE_PRINTER); + po->order_type = AUTH_ALLOW; + po->type = AUTH_BASIC; + po->level = AUTH_USER; + + cupsdAddName(po, "@SYSTEM"); + cupsdLogMessage(CUPSD_LOG_INFO, "Require user @SYSTEM"); + + cupsdAddPolicyOp(p, po, IPP_RESUME_PRINTER); + cupsdAddPolicyOp(p, po, IPP_SET_PRINTER_ATTRIBUTES); + cupsdAddPolicyOp(p, po, IPP_ENABLE_PRINTER); + cupsdAddPolicyOp(p, po, IPP_DISABLE_PRINTER); + cupsdAddPolicyOp(p, po, IPP_PAUSE_PRINTER_AFTER_CURRENT_JOB); + cupsdAddPolicyOp(p, po, IPP_HOLD_NEW_JOBS); + cupsdAddPolicyOp(p, po, IPP_RELEASE_HELD_NEW_JOBS); + cupsdAddPolicyOp(p, po, IPP_DEACTIVATE_PRINTER); + cupsdAddPolicyOp(p, po, IPP_ACTIVATE_PRINTER); + cupsdAddPolicyOp(p, po, IPP_RESTART_PRINTER); + cupsdAddPolicyOp(p, po, IPP_SHUTDOWN_PRINTER); + cupsdAddPolicyOp(p, po, IPP_STARTUP_PRINTER); + cupsdAddPolicyOp(p, po, IPP_PROMOTE_JOB); + cupsdAddPolicyOp(p, po, IPP_SCHEDULE_JOB_AFTER); + cupsdAddPolicyOp(p, po, CUPS_ADD_PRINTER); + cupsdAddPolicyOp(p, po, CUPS_DELETE_PRINTER); + cupsdAddPolicyOp(p, po, CUPS_ADD_CLASS); + cupsdAddPolicyOp(p, po, CUPS_DELETE_CLASS); + cupsdAddPolicyOp(p, po, CUPS_ACCEPT_JOBS); + cupsdAddPolicyOp(p, po, CUPS_REJECT_JOBS); + cupsdAddPolicyOp(p, po, CUPS_SET_DEFAULT); + + cupsdLogMessage(CUPSD_LOG_INFO, ""); + + cupsdLogMessage(CUPSD_LOG_INFO, ""); + cupsdLogMessage(CUPSD_LOG_INFO, "Order Deny,Allow"); + + po = cupsdAddPolicyOp(p, NULL, IPP_ANY_OPERATION); + po->order_type = AUTH_ALLOW; + + cupsdLogMessage(CUPSD_LOG_INFO, ""); + cupsdLogMessage(CUPSD_LOG_INFO, ""); + } + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdReadConfiguration: NumPolicies=%d", + NumPolicies); + for (i = 0; i < NumPolicies; i ++) + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadConfiguration: Policies[%d]=\"%s\"", i, + Policies[i]->name); + + /* + * If we are doing a full reload or the server root has changed, flush + * the jobs, printers, etc. and start from scratch... + */ + + if (NeedReload == RELOAD_ALL || + !old_serverroot || !ServerRoot || strcmp(old_serverroot, ServerRoot) || + !old_requestroot || !RequestRoot || strcmp(old_requestroot, RequestRoot)) + { + mime_type_t *type; /* Current type */ + char mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE]; + /* MIME type name */ + + + cupsdLogMessage(CUPSD_LOG_INFO, "Full reload is required."); + + /* + * Free all memory... + */ + + cupsdDeleteAllSubscriptions(); + cupsdFreeAllJobs(); + cupsdDeleteAllClasses(); + cupsdDeleteAllPrinters(); + + DefaultPrinter = NULL; + + if (MimeDatabase != NULL) + mimeDelete(MimeDatabase); + + if (NumMimeTypes) + { + for (i = 0; i < NumMimeTypes; i ++) + _cupsStrFree(MimeTypes[i]); + + free(MimeTypes); + } + + /* + * Read the MIME type and conversion database... + */ + + snprintf(temp, sizeof(temp), "%s/filter", ServerBin); + + MimeDatabase = mimeLoad(ServerRoot, temp); + + if (!MimeDatabase) + { + cupsdLogMessage(CUPSD_LOG_EMERG, + "Unable to load MIME database from \'%s\'!", ServerRoot); + exit(errno); + } + + cupsdLogMessage(CUPSD_LOG_INFO, + "Loaded MIME database from \'%s\': %d types, %d filters...", + ServerRoot, mimeNumTypes(MimeDatabase), + mimeNumFilters(MimeDatabase)); + + /* + * Create a list of MIME types for the document-format-supported + * attribute... + */ + + NumMimeTypes = mimeNumTypes(MimeDatabase); + if (!mimeType(MimeDatabase, "application", "octet-stream")) + NumMimeTypes ++; + + MimeTypes = calloc(NumMimeTypes, sizeof(const char *)); + + for (i = 0, type = mimeFirstType(MimeDatabase); + type; + i ++, type = mimeNextType(MimeDatabase)) + { + snprintf(mimetype, sizeof(mimetype), "%s/%s", type->super, type->type); + + MimeTypes[i] = _cupsStrAlloc(mimetype); + } + + if (i < NumMimeTypes) + MimeTypes[i] = _cupsStrAlloc("application/octet-stream"); + + if (LogLevel == CUPSD_LOG_DEBUG2) + { + mime_filter_t *filter; /* Current filter */ + + + for (type = mimeFirstType(MimeDatabase); + type; + type = mimeNextType(MimeDatabase)) + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdReadConfiguration: type %s/%s", + type->super, type->type); + + for (filter = mimeFirstFilter(MimeDatabase); + filter; + filter = mimeNextFilter(MimeDatabase)) + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdReadConfiguration: filter %s/%s to %s/%s %d %s", + filter->src->super, filter->src->type, + filter->dst->super, filter->dst->type, + filter->cost, filter->filter); + } + + /* + * Load banners... + */ + + snprintf(temp, sizeof(temp), "%s/banners", DataDir); + cupsdLoadBanners(temp); + + /* + * Load printers and classes... + */ + + cupsdLoadAllPrinters(); + cupsdLoadAllClasses(); + cupsdLoadRemoteCache(); + cupsdWritePrintcap(); + + cupsdCreateCommonData(); + + /* + * Load queued jobs... + */ + + cupsdLoadAllJobs(); + + /* + * Load subscriptions... + */ + + cupsdLoadAllSubscriptions(); + + cupsdLogMessage(CUPSD_LOG_INFO, "Full reload complete."); + } + else + { + /* + * Not a full reload, so recreate the common printer attributes... + */ + + cupsdCreateCommonData(); + + /* + * Update all printers as needed... + */ + + cupsdUpdatePrinters(); + cupsdWritePrintcap(); + + cupsdLogMessage(CUPSD_LOG_INFO, "Partial reload complete."); + } + + /* + * Reset the reload state... + */ + + NeedReload = RELOAD_NONE; + + cupsdClearString(&old_serverroot); + cupsdClearString(&old_requestroot); + + return (1); +} + + +/* + * 'check_permissions()' - Fix the mode and ownership of a file or directory. + */ + +static int /* O - 0 on success, -1 on error, 1 on warning */ +check_permissions(const char *filename, /* I - File/directory name */ + const char *suffix, /* I - Additional file/directory name */ + int mode, /* I - Permissions */ + int user, /* I - Owner */ + int group, /* I - Group */ + int is_dir, /* I - 1 = directory, 0 = file */ + int create_dir)/* I - 1 = create directory, 0 = not */ +{ + int dir_created = 0; /* Did we create a directory? */ + char pathname[1024]; /* File name with prefix */ + struct stat fileinfo; /* Stat buffer */ + + + /* + * Prepend the given root to the filename before testing it... + */ + + if (suffix) + { + snprintf(pathname, sizeof(pathname), "%s/%s", filename, suffix); + filename = pathname; + } + + /* + * See if we can stat the file/directory... + */ + + if (stat(filename, &fileinfo)) + { + if (errno == ENOENT && create_dir) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Creating missing directory \"%s\"", + filename); + + if (mkdir(filename, mode)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create directory \"%s\" - %s", filename, + strerror(errno)); + return (-1); + } + + dir_created = 1; + } + else + return (create_dir ? -1 : 1); + } + + /* + * Make sure it's a regular file... + */ + + if (!dir_created && !is_dir && !S_ISREG(fileinfo.st_mode)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "\"%s\" is not a regular file!", filename); + return (-1); + } + + if (!dir_created && is_dir && !S_ISDIR(fileinfo.st_mode)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "\"%s\" is not a directory!", filename); + return (-1); + } + + /* + * Fix owner, group, and mode as needed... + */ + + if (dir_created || fileinfo.st_uid != user || fileinfo.st_gid != group) + { + cupsdLogMessage(CUPSD_LOG_WARN, "Repairing ownership of \"%s\"", filename); + + if (chown(filename, user, group)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to change ownership of \"%s\" - %s", filename, + strerror(errno)); + return (1); + } + } + + if (dir_created || (fileinfo.st_mode & 07777) != mode) + { + cupsdLogMessage(CUPSD_LOG_WARN, "Repairing access permissions of \"%s\"", filename); + + if (chmod(filename, mode)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to change permissions of \"%s\" - %s", filename, + strerror(errno)); + return (1); + } + } + + /* + * Everything is OK... + */ + + return (0); +} + + +/* + * 'get_address()' - Get an address + port number from a line. + */ + +static http_addrlist_t * /* O - Pointer to list if address good, NULL if bad */ +get_address(const char *value, /* I - Value string */ + int defport) /* I - Default port */ +{ + char buffer[1024], /* Hostname + port number buffer */ + defpname[255], /* Default port name */ + *hostname, /* Hostname or IP */ + *portname; /* Port number or name */ + http_addrlist_t *addrlist; /* Address list */ + + + /* + * Check for an empty value... + */ + + if (!*value) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad (empty) address!"); + return (NULL); + } + + /* + * Grab a hostname and port number; if there is no colon and the port name + * is only digits, then we have a port number by itself... + */ + + strlcpy(buffer, value, sizeof(buffer)); + + if ((portname = strrchr(buffer, ':')) != NULL && !strchr(portname, ']')) + { + *portname++ = '\0'; + hostname = buffer; + } + else + { + for (portname = buffer; isdigit(*portname & 255); portname ++); + + if (*portname) + { + /* + * Use the default port... + */ + + sprintf(defpname, "%d", defport); + portname = defpname; + hostname = buffer; + } + else + { + /* + * The buffer contains just a port number... + */ + + portname = buffer; + hostname = NULL; + } + } + + if (hostname && !strcmp(hostname, "*")) + hostname = NULL; + + /* + * Now lookup the address using httpAddrGetList()... + */ + + if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portname)) == NULL) + cupsdLogMessage(CUPSD_LOG_ERROR, "Hostname lookup for \"%s\" failed!", + hostname ? hostname : "(nil)"); + + return (addrlist); +} + + +/* + * 'get_addr_and_mask()' - Get an IP address and netmask. + */ + +static int /* O - 1 on success, 0 on failure */ +get_addr_and_mask(const char *value, /* I - String from config file */ + unsigned *ip, /* O - Address value */ + unsigned *mask) /* O - Mask value */ +{ + int i, j, /* Looping vars */ + family, /* Address family */ + ipcount; /* Count of fields in address */ + unsigned ipval; /* Value */ + const char *maskval, /* Pointer to start of mask value */ + *ptr, /* Pointer into value */ + *ptr2; /* ... */ + + + /* + * Get the address... + */ + + ip[0] = ip[1] = ip[2] = ip[3] = 0x00000000; + mask[0] = mask[1] = mask[2] = mask[3] = 0xffffffff; + + if ((maskval = strchr(value, '/')) != NULL) + maskval ++; + else + maskval = value + strlen(value); + +#ifdef AF_INET6 + /* + * Check for an IPv6 address... + */ + + if (*value == '[') + { + /* + * Parse hexadecimal IPv6 address... + */ + + family = AF_INET6; + + for (i = 0, ptr = value + 1; *ptr && i < 8; i ++) + { + if (*ptr == ']') + break; + else if (!strncmp(ptr, "::", 2)) + { + for (ptr2 = strchr(ptr + 2, ':'), j = 0; + ptr2; + ptr2 = strchr(ptr2 + 1, ':'), j ++); + + i = 7 - j; + ptr ++; + } + else if (isxdigit(*ptr & 255)) + { + ipval = strtoul(ptr, (char **)&ptr, 16); + + if (ipval > 0xffff) + return (0); + + if (i & 1) + ip[i / 2] |= ipval; + else + ip[i / 2] |= ipval << 16; + } + else + return (0); + + while (*ptr == ':') + ptr ++; + } + + if (*ptr != ']') + return (0); + + ptr ++; + + if (*ptr && *ptr != '/') + return (0); + } + else +#endif /* AF_INET6 */ + { + /* + * Parse dotted-decimal IPv4 address... + */ + + unsigned val[4]; /* IPv4 address values */ + + + family = AF_INET; + ipcount = sscanf(value, "%u.%u.%u.%u", val + 0, val + 1, val + 2, val + 3); + + /* + * Range check the IP numbers... + */ + + for (i = 0; i < ipcount; i ++) + if (val[i] > 255) + return (0); + + /* + * Make sure the trailing values are zeroed, as some C libraries like + * glibc apparently like to fill the unused arguments with garbage... + */ + + for (i = ipcount; i < 4; i ++) + val[i] = 0; + + /* + * Merge everything into a 32-bit IPv4 address in ip[3]... + */ + + ip[3] = (((((val[0] << 8) | val[1]) << 8) | val[2]) << 8) | val[3]; + + if (ipcount < 4) + mask[3] = (0xffffffff << (32 - 8 * ipcount)) & 0xffffffff; + } + + if (*maskval) + { + /* + * Get the netmask value(s)... + */ + + memset(mask, 0, sizeof(unsigned) * 4); + + if (strchr(maskval, '.')) + { + /* + * Get dotted-decimal mask... + */ + + if (family != AF_INET) + return (0); + + if (sscanf(maskval, "%u.%u.%u.%u", mask + 0, mask + 1, mask + 2, mask + 3) != 4) + return (0); + + mask[3] |= ((((mask[0] << 8) | mask[1]) << 8) | mask[2]) << 8; + mask[0] = mask[1] = mask[2] = 0; + } + else + { + /* + * Get address/bits format... + */ + + i = atoi(maskval); + +#ifdef AF_INET6 + if (family == AF_INET6) + { + if (i > 128) + return (0); + + i = 128 - i; + + if (i <= 96) + mask[0] = 0xffffffff; + else + mask[0] = (0xffffffff << (i - 96)) & 0xffffffff; + + if (i <= 64) + mask[1] = 0xffffffff; + else if (i >= 96) + mask[1] = 0; + else + mask[1] = (0xffffffff << (i - 64)) & 0xffffffff; + + if (i <= 32) + mask[2] = 0xffffffff; + else if (i >= 64) + mask[2] = 0; + else + mask[2] = (0xffffffff << (i - 32)) & 0xffffffff; + + if (i == 0) + mask[3] = 0xffffffff; + else if (i >= 32) + mask[3] = 0; + else + mask[3] = (0xffffffff << i) & 0xffffffff; + } + else +#endif /* AF_INET6 */ + { + if (i > 32) + return (0); + + mask[0] = 0xffffffff; + mask[1] = 0xffffffff; + mask[2] = 0xffffffff; + + if (i < 32) + mask[3] = (0xffffffff << (32 - i)) & 0xffffffff; + else + mask[3] = 0xffffffff; + } + } + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "get_addr_and_mask(value=\"%s\", " + "ip=[%08x:%08x:%08x:%08x], mask=[%08x:%08x:%08x:%08x])", + value, ip[0], ip[1], ip[2], ip[3], mask[0], mask[1], mask[2], + mask[3]); + + /* + * Check for a valid netmask; no fallback like in CUPS 1.1.x! + */ + + if ((ip[0] & ~mask[0]) != 0 || + (ip[1] & ~mask[1]) != 0 || + (ip[2] & ~mask[2]) != 0 || + (ip[3] & ~mask[3]) != 0) + return (0); + + return (1); +} + + +/* + * 'parse_aaa()' - Parse authentication, authorization, and access control lines. + */ + +static int /* O - 1 on success, 0 on failure */ +parse_aaa(cupsd_location_t *loc, /* I - Location */ + char *line, /* I - Line from file */ + char *value, /* I - Start of value data */ + int linenum) /* I - Current line number */ +{ + char *valptr; /* Pointer into value */ + unsigned ip[4], /* IP address components */ + mask[4]; /* IP netmask components */ + + + if (!strcasecmp(line, "Encryption")) + { + /* + * "Encryption xxx" - set required encryption level... + */ + + if (!strcasecmp(value, "never")) + loc->encryption = HTTP_ENCRYPT_NEVER; + else if (!strcasecmp(value, "always")) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Encryption value \"%s\" on line %d is invalid in this " + "context. Using \"required\" instead.", value, linenum); + + loc->encryption = HTTP_ENCRYPT_REQUIRED; + } + else if (!strcasecmp(value, "required")) + loc->encryption = HTTP_ENCRYPT_REQUIRED; + else if (!strcasecmp(value, "ifrequested")) + loc->encryption = HTTP_ENCRYPT_IF_REQUESTED; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown Encryption value %s on line %d.", value, linenum); + return (0); + } + } + else if (!strcasecmp(line, "Order")) + { + /* + * "Order Deny,Allow" or "Order Allow,Deny"... + */ + + if (!strncasecmp(value, "deny", 4)) + loc->order_type = AUTH_ALLOW; + else if (!strncasecmp(value, "allow", 5)) + loc->order_type = AUTH_DENY; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unknown Order value %s on line %d.", + value, linenum); + return (0); + } + } + else if (!strcasecmp(line, "Allow") || !strcasecmp(line, "Deny")) + { + /* + * Allow [From] host/ip... + * Deny [From] host/ip... + */ + + if (!strncasecmp(value, "from", 4)) + { + /* + * Strip leading "from"... + */ + + value += 4; + + while (isspace(*value & 255)) + value ++; + } + + /* + * Figure out what form the allow/deny address takes: + * + * All + * None + * *.domain.com + * .domain.com + * host.domain.com + * nnn.* + * nnn.nnn.* + * nnn.nnn.nnn.* + * nnn.nnn.nnn.nnn + * nnn.nnn.nnn.nnn/mm + * nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm + */ + + if (!strcasecmp(value, "all")) + { + /* + * All hosts... + */ + + if (!strcasecmp(line, "Allow")) + cupsdAllowIP(loc, zeros, zeros); + else + cupsdDenyIP(loc, zeros, zeros); + } + else if (!strcasecmp(value, "none")) + { + /* + * No hosts... + */ + + if (!strcasecmp(line, "Allow")) + cupsdAllowIP(loc, ones, zeros); + else + cupsdDenyIP(loc, ones, zeros); + } +#ifdef AF_INET6 + else if (value[0] == '*' || value[0] == '.' || + (!isdigit(value[0] & 255) && value[0] != '[')) +#else + else if (value[0] == '*' || value[0] == '.' || !isdigit(value[0] & 255)) +#endif /* AF_INET6 */ + { + /* + * Host or domain name... + */ + + if (value[0] == '*') + value ++; + + if (!strcasecmp(line, "Allow")) + cupsdAllowHost(loc, value); + else + cupsdDenyHost(loc, value); + } + else + { + /* + * One of many IP address forms... + */ + + if (!get_addr_and_mask(value, ip, mask)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad netmask value %s on line %d.", + value, linenum); + return (0); + } + + if (!strcasecmp(line, "Allow")) + cupsdAllowIP(loc, ip, mask); + else + cupsdDenyIP(loc, ip, mask); + } + } + else if (!strcasecmp(line, "AuthType")) + { + /* + * AuthType {none,basic,digest,basicdigest} + */ + + if (!strcasecmp(value, "none")) + { + loc->type = AUTH_NONE; + loc->level = AUTH_ANON; + } + else if (!strcasecmp(value, "basic")) + { + loc->type = AUTH_BASIC; + + if (loc->level == AUTH_ANON) + loc->level = AUTH_USER; + } + else if (!strcasecmp(value, "digest")) + { + loc->type = AUTH_DIGEST; + + if (loc->level == AUTH_ANON) + loc->level = AUTH_USER; + } + else if (!strcasecmp(value, "basicdigest")) + { + loc->type = AUTH_BASICDIGEST; + + if (loc->level == AUTH_ANON) + loc->level = AUTH_USER; + } + else + { + cupsdLogMessage(CUPSD_LOG_WARN, + "Unknown authorization type %s on line %d.", + value, linenum); + return (0); + } + } + else if (!strcasecmp(line, "AuthClass")) + { + /* + * AuthClass anonymous, user, system, group + */ + + if (!strcasecmp(value, "anonymous")) + { + loc->type = AUTH_NONE; + loc->level = AUTH_ANON; + + cupsdLogMessage(CUPSD_LOG_WARN, + "\"AuthClass %s\" is deprecated; consider removing " + "it from line %d.", + value, linenum); + } + else if (!strcasecmp(value, "user")) + { + loc->level = AUTH_USER; + + cupsdLogMessage(CUPSD_LOG_WARN, + "\"AuthClass %s\" is deprecated; consider using " + "\"Require valid-user\" on line %d.", + value, linenum); + } + else if (!strcasecmp(value, "group")) + { + loc->level = AUTH_GROUP; + + cupsdLogMessage(CUPSD_LOG_WARN, + "\"AuthClass %s\" is deprecated; consider using " + "\"Require @groupname\" on line %d.", + value, linenum); + } + else if (!strcasecmp(value, "system")) + { + loc->level = AUTH_GROUP; + + cupsdAddName(loc, "@SYSTEM"); + + cupsdLogMessage(CUPSD_LOG_WARN, + "\"AuthClass %s\" is deprecated; consider using " + "\"Require @SYSTEM\" on line %d.", + value, linenum); + } + else + { + cupsdLogMessage(CUPSD_LOG_WARN, + "Unknown authorization class %s on line %d.", + value, linenum); + return (0); + } + } + else if (!strcasecmp(line, "AuthGroupName")) + { + cupsdAddName(loc, value); + + cupsdLogMessage(CUPSD_LOG_WARN, + "\"AuthGroupName %s\" directive is deprecated; consider " + "using \"Require @%s\" on line %d.", + value, value, linenum); + } + else if (!strcasecmp(line, "Require")) + { + /* + * Apache synonym for AuthClass and AuthGroupName... + * + * Get initial word: + * + * Require valid-user + * Require group names + * Require user names + */ + + for (valptr = value; !isspace(*valptr & 255) && *valptr; valptr ++); + + if (*valptr) + *valptr++ = '\0'; + + if (!strcasecmp(value, "valid-user") || + !strcasecmp(value, "user")) + loc->level = AUTH_USER; + else if (!strcasecmp(value, "group")) + loc->level = AUTH_GROUP; + else + { + cupsdLogMessage(CUPSD_LOG_WARN, "Unknown Require type %s on line %d.", + value, linenum); + return (0); + } + + /* + * Get the list of names from the line... + */ + + for (value = valptr; *value;) + { + while (isspace(*value & 255)) + value ++; + + if (*value == '\"' || *value == '\'') + { + /* + * Grab quoted name... + */ + + for (valptr = value + 1; *valptr != *value && *valptr; valptr ++); + + value ++; + } + else + { + /* + * Grab literal name. + */ + + for (valptr = value; !isspace(*valptr & 255) && *valptr; valptr ++); + } + + if (*valptr) + *valptr++ = '\0'; + + cupsdAddName(loc, value); + + for (value = valptr; isspace(*value & 255); value ++); + } + } + else if (!strcasecmp(line, "Satisfy")) + { + if (!strcasecmp(value, "all")) + loc->satisfy = AUTH_SATISFY_ALL; + else if (!strcasecmp(value, "any")) + loc->satisfy = AUTH_SATISFY_ANY; + else + { + cupsdLogMessage(CUPSD_LOG_WARN, "Unknown Satisfy value %s on line %d.", + value, linenum); + return (0); + } + } + else + return (0); + + return (1); +} + + +/* + * 'parse_groups()' - Parse system group names in a string. + */ + +static int /* O - 1 on success, 0 on failure */ +parse_groups(const char *s) /* I - Space-delimited groups */ +{ + int status; /* Return status */ + char value[1024], /* Value string */ + *valstart, /* Pointer into value */ + *valend, /* End of value */ + quote; /* Quote character */ + struct group *group; /* Group */ + + + /* + * Make a copy of the string and parse out the groups... + */ + + strlcpy(value, s, sizeof(value)); + + status = 1; + valstart = value; + + while (*valstart && NumSystemGroups < MAX_SYSTEM_GROUPS) + { + if (*valstart == '\'' || *valstart == '\"') + { + /* + * Scan quoted name... + */ + + quote = *valstart++; + + for (valend = valstart; *valend; valend ++) + if (*valend == quote) + break; + } + else + { + /* + * Scan space or comma-delimited name... + */ + + for (valend = valstart; *valend; valend ++) + if (isspace(*valend) || *valend == ',') + break; + } + + if (*valend) + *valend++ = '\0'; + + group = getgrnam(valstart); + if (group) + { + cupsdSetString(SystemGroups + NumSystemGroups, valstart); + SystemGroupIDs[NumSystemGroups] = group->gr_gid; + + NumSystemGroups ++; + } + else + status = 0; + + endgrent(); + + valstart = valend; + + while (*valstart == ',' || isspace(*valstart)) + valstart ++; + } + + return (status); +} + + +/* + * 'parse_protocols()' - Parse browse protocols in a string. + */ + +static int /* O - Browse protocol bits */ +parse_protocols(const char *s) /* I - Space-delimited protocols */ +{ + int protocols; /* Browse protocol bits */ + char value[1024], /* Value string */ + *valstart, /* Pointer into value */ + *valend; /* End of value */ + + + /* + * Empty protocol line yields NULL pointer... + */ + + if (!s) + return (0); + + /* + * Loop through the value string,... + */ + + strlcpy(value, s, sizeof(value)); + + protocols = 0; + + for (valstart = value; *valstart;) + { + /* + * Get the current space/comma-delimited protocol name... + */ + + for (valend = valstart; *valend; valend ++) + if (isspace(*valend & 255) || *valend == ',') + break; + + if (*valend) + *valend++ = '\0'; + + /* + * Add the protocol to the bitmask... + */ + + if (!strcasecmp(valstart, "cups")) + protocols |= BROWSE_CUPS; + else if (!strcasecmp(valstart, "slp")) + protocols |= BROWSE_SLP; + else if (!strcasecmp(valstart, "ldap")) + protocols |= BROWSE_LDAP; + else if (!strcasecmp(valstart, "dnssd") || !strcasecmp(valstart, "bonjour")) + protocols |= BROWSE_DNSSD; + else if (!strcasecmp(valstart, "all")) + protocols |= BROWSE_ALL; + else if (strcasecmp(valstart, "none")) + return (-1); + + for (valstart = valend; *valstart; valstart ++) + if (!isspace(*valstart & 255) || *valstart != ',') + break; + } + + return (protocols); +} + + +/* + * 'read_configuration()' - Read a configuration file. + */ + +static int /* O - 1 on success, 0 on failure */ +read_configuration(cups_file_t *fp) /* I - File to read from */ +{ + int i; /* Looping var */ + int linenum; /* Current line number */ + char line[HTTP_MAX_BUFFER], + /* Line from file */ + temp[HTTP_MAX_BUFFER], + /* Temporary buffer for value */ + temp2[HTTP_MAX_BUFFER], + /* Temporary buffer 2 for value */ + *ptr, /* Pointer into line/temp */ + *value, /* Pointer to value */ + *valueptr; /* Pointer into value */ + int valuelen; /* Length of value */ + cupsd_var_t *var; /* Current variable */ + http_addrlist_t *addrlist, /* Address list */ + *addr; /* Current address */ + unsigned ip[4], /* Address value */ + mask[4]; /* Netmask value */ + cupsd_dirsvc_relay_t *relay; /* Relay data */ + cupsd_dirsvc_poll_t *pollp; /* Polling data */ + cupsd_location_t *location; /* Browse location */ + cups_file_t *incfile; /* Include file */ + char incname[1024]; /* Include filename */ + struct group *group; /* Group */ + + + /* + * Loop through each line in the file... + */ + + linenum = 0; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + /* + * Decode the directive... + */ + + if (!strcasecmp(line, "Include")) + { + /* + * Include filename + */ + + if (value[0] == '/') + strlcpy(incname, value, sizeof(incname)); + else + snprintf(incname, sizeof(incname), "%s/%s", ServerRoot, value); + + if ((incfile = cupsFileOpen(incname, "rb")) == NULL) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to include config file \"%s\" - %s", + incname, strerror(errno)); + else + { + read_configuration(incfile); + cupsFileClose(incfile); + } + } + else if (!strcasecmp(line, " + */ + + if (value) + { + linenum = read_location(fp, value, linenum); + if (linenum == 0) + return (0); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Syntax error on line %d.", + linenum); + return (0); + } + } + else if (!strcasecmp(line, " + */ + + if (value) + { + linenum = read_policy(fp, value, linenum); + if (linenum == 0) + return (0); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Syntax error on line %d.", linenum); + return (0); + } + } + else if (!strcasecmp(line, "FaxRetryInterval")) + { + if (value) + { + JobRetryInterval = atoi(value); + cupsdLogMessage(CUPSD_LOG_WARN, + "FaxRetryInterval is deprecated; use " + "JobRetryInterval on line %d.", linenum); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Syntax error on line %d.", linenum); + return (0); + } + } + else if (!strcasecmp(line, "FaxRetryLimit")) + { + if (value) + { + JobRetryLimit = atoi(value); + cupsdLogMessage(CUPSD_LOG_WARN, + "FaxRetryLimit is deprecated; use " + "JobRetryLimit on line %d.", linenum); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Syntax error on line %d.", linenum); + return (0); + } + } + else if (!strcasecmp(line, "Port") || !strcasecmp(line, "Listen") +#ifdef HAVE_SSL + || !strcasecmp(line, "SSLPort") || !strcasecmp(line, "SSLListen") +#endif /* HAVE_SSL */ + ) + { + /* + * Add listening address(es) to the list... + */ + + cupsd_listener_t *lis; /* New listeners array */ + + + /* + * Get the address list... + */ + + addrlist = get_address(value, IPP_PORT); + + if (!addrlist) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad %s address %s at line %d.", line, + value, linenum); + continue; + } + + /* + * Add each address... + */ + + for (addr = addrlist; addr; addr = addr->next) + { + /* + * Allocate another listener... + */ + + if (!Listeners) + Listeners = cupsArrayNew(NULL, NULL); + + if (!Listeners) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to allocate %s at line %d - %s.", + line, linenum, strerror(errno)); + break; + } + + if ((lis = calloc(1, sizeof(cupsd_listener_t))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to allocate %s at line %d - %s.", + line, linenum, strerror(errno)); + break; + } + + cupsArrayAdd(Listeners, lis); + + /* + * Copy the current address and log it... + */ + + memcpy(&(lis->address), &(addr->addr), sizeof(lis->address)); + lis->fd = -1; + +#ifdef HAVE_SSL + if (!strcasecmp(line, "SSLPort") || !strcasecmp(line, "SSLListen")) + lis->encryption = HTTP_ENCRYPT_ALWAYS; +#endif /* HAVE_SSL */ + + httpAddrString(&lis->address, temp, sizeof(temp)); + +#ifdef AF_INET6 + if (lis->address.addr.sa_family == AF_INET6) + cupsdLogMessage(CUPSD_LOG_INFO, "Listening to %s:%d (IPv6)", temp, + ntohs(lis->address.ipv6.sin6_port)); + else +#endif /* AF_INET6 */ +#ifdef AF_LOCAL + if (lis->address.addr.sa_family == AF_LOCAL) + cupsdLogMessage(CUPSD_LOG_INFO, "Listening to %s (Domain)", temp); + else +#endif /* AF_LOCAL */ + cupsdLogMessage(CUPSD_LOG_INFO, "Listening to %s:%d (IPv4)", temp, + ntohs(lis->address.ipv4.sin_port)); + } + + /* + * Free the list... + */ + + httpAddrFreeList(addrlist); + } + else if (!strcasecmp(line, "BrowseAddress")) + { + /* + * Add a browse address to the list... + */ + + cupsd_dirsvc_addr_t *dira; /* New browse address array */ + + + if (NumBrowsers == 0) + dira = malloc(sizeof(cupsd_dirsvc_addr_t)); + else + dira = realloc(Browsers, (NumBrowsers + 1) * sizeof(cupsd_dirsvc_addr_t)); + + if (!dira) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to allocate BrowseAddress at line %d - %s.", + linenum, strerror(errno)); + continue; + } + + Browsers = dira; + dira += NumBrowsers; + + memset(dira, 0, sizeof(cupsd_dirsvc_addr_t)); + + if (!strcasecmp(value, "@LOCAL")) + { + /* + * Send browse data to all local interfaces... + */ + + strcpy(dira->iface, "*"); + NumBrowsers ++; + } + else if (!strncasecmp(value, "@IF(", 4)) + { + /* + * Send browse data to the named interface... + */ + + strlcpy(dira->iface, value + 4, sizeof(Browsers[0].iface)); + + ptr = dira->iface + strlen(dira->iface) - 1; + if (*ptr == ')') + *ptr = '\0'; + + NumBrowsers ++; + } + else if ((addrlist = get_address(value, BrowsePort)) != NULL) + { + /* + * Only IPv4 addresses are supported... + */ + + for (addr = addrlist; addr; addr = addr->next) + if (addr->addr.addr.sa_family == AF_INET) + break; + + if (addr) + { + memcpy(&(dira->to), &(addrlist->addr), sizeof(dira->to)); + httpAddrString(&(dira->to), temp, sizeof(temp)); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Sending browsing info to %s:%d (IPv4)", + temp, ntohs(dira->to.ipv4.sin_port)); + + NumBrowsers ++; + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad BrowseAddress %s at line %d.", + value, linenum); + + httpAddrFreeList(addrlist); + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad BrowseAddress %s at line %d.", + value, linenum); + } + else if (!strcasecmp(line, "BrowseOrder")) + { + /* + * "BrowseOrder Deny,Allow" or "BrowseOrder Allow,Deny"... + */ + + if ((location = cupsdFindLocation("CUPS_INTERNAL_BROWSE_ACL")) == NULL) + location = cupsdAddLocation("CUPS_INTERNAL_BROWSE_ACL"); + + if (location == NULL) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to initialize browse access control list!"); + else if (!strncasecmp(value, "deny", 4)) + location->order_type = AUTH_ALLOW; + else if (!strncasecmp(value, "allow", 5)) + location->order_type = AUTH_DENY; + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown BrowseOrder value %s on line %d.", + value, linenum); + } + else if (!strcasecmp(line, "BrowseProtocols") || + !strcasecmp(line, "BrowseLocalProtocols") || + !strcasecmp(line, "BrowseRemoteProtocols")) + { + /* + * "BrowseProtocols name [... name]" + * "BrowseLocalProtocols name [... name]" + * "BrowseRemoteProtocols name [... name]" + */ + + int protocols = parse_protocols(value); + + if (protocols < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown browse protocol \"%s\" on line %d.", + value, linenum); + break; + } + + if (strcasecmp(line, "BrowseLocalProtocols")) + BrowseRemoteProtocols = protocols; + if (strcasecmp(line, "BrowseRemoteProtocols")) + BrowseLocalProtocols = protocols; + } + else if (!strcasecmp(line, "BrowseAllow") || + !strcasecmp(line, "BrowseDeny")) + { + /* + * BrowseAllow [From] host/ip... + * BrowseDeny [From] host/ip... + */ + + if ((location = cupsdFindLocation("CUPS_INTERNAL_BROWSE_ACL")) == NULL) + location = cupsdAddLocation("CUPS_INTERNAL_BROWSE_ACL"); + + if (location == NULL) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to initialize browse access control list!"); + else + { + if (!strncasecmp(value, "from ", 5)) + { + /* + * Strip leading "from"... + */ + + value += 5; + + while (isspace(*value)) + value ++; + } + + /* + * Figure out what form the allow/deny address takes: + * + * All + * None + * *.domain.com + * .domain.com + * host.domain.com + * nnn.* + * nnn.nnn.* + * nnn.nnn.nnn.* + * nnn.nnn.nnn.nnn + * nnn.nnn.nnn.nnn/mm + * nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm + */ + + if (!strcasecmp(value, "all")) + { + /* + * All hosts... + */ + + if (!strcasecmp(line, "BrowseAllow")) + cupsdAllowIP(location, zeros, zeros); + else + cupsdDenyIP(location, zeros, zeros); + } + else if (!strcasecmp(value, "none")) + { + /* + * No hosts... + */ + + if (!strcasecmp(line, "BrowseAllow")) + cupsdAllowIP(location, ones, zeros); + else + cupsdDenyIP(location, ones, zeros); + } +#ifdef AF_INET6 + else if (value[0] == '*' || value[0] == '.' || + (!isdigit(value[0] & 255) && value[0] != '[')) +#else + else if (value[0] == '*' || value[0] == '.' || !isdigit(value[0] & 255)) +#endif /* AF_INET6 */ + { + /* + * Host or domain name... + */ + + if (value[0] == '*') + value ++; + + if (!strcasecmp(line, "BrowseAllow")) + cupsdAllowHost(location, value); + else + cupsdDenyHost(location, value); + } + else + { + /* + * One of many IP address forms... + */ + + if (!get_addr_and_mask(value, ip, mask)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad netmask value %s on line %d.", + value, linenum); + break; + } + + if (!strcasecmp(line, "BrowseAllow")) + cupsdAllowIP(location, ip, mask); + else + cupsdDenyIP(location, ip, mask); + } + } + } + else if (!strcasecmp(line, "BrowseRelay")) + { + /* + * BrowseRelay [from] source [to] destination + */ + + if (NumRelays == 0) + relay = malloc(sizeof(cupsd_dirsvc_relay_t)); + else + relay = realloc(Relays, (NumRelays + 1) * sizeof(cupsd_dirsvc_relay_t)); + + if (!relay) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to allocate BrowseRelay at line %d - %s.", + linenum, strerror(errno)); + continue; + } + + Relays = relay; + relay += NumRelays; + + memset(relay, 0, sizeof(cupsd_dirsvc_relay_t)); + + if (!strncasecmp(value, "from ", 5)) + { + /* + * Strip leading "from"... + */ + + value += 5; + + while (isspace(*value)) + value ++; + } + + /* + * Figure out what form the from address takes: + * + * *.domain.com + * .domain.com + * host.domain.com + * nnn.* + * nnn.nnn.* + * nnn.nnn.nnn.* + * nnn.nnn.nnn.nnn + * nnn.nnn.nnn.nnn/mm + * nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm + */ + +#ifdef AF_INET6 + if (value[0] == '*' || value[0] == '.' || + (!isdigit(value[0] & 255) && value[0] != '[')) +#else + if (value[0] == '*' || value[0] == '.' || !isdigit(value[0] & 255)) +#endif /* AF_INET6 */ + { + /* + * Host or domain name... + */ + + if (value[0] == '*') + value ++; + + strlcpy(temp, value, sizeof(temp)); + if ((ptr = strchr(temp, ' ')) != NULL) + *ptr = '\0'; + + relay->from.type = AUTH_NAME; + relay->from.mask.name.name = strdup(temp); + relay->from.mask.name.length = strlen(temp); + } + else + { + /* + * One of many IP address forms... + */ + + if (!get_addr_and_mask(value, ip, mask)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad netmask value %s on line %d.", + value, linenum); + break; + } + + relay->from.type = AUTH_IP; + memcpy(relay->from.mask.ip.address, ip, + sizeof(relay->from.mask.ip.address)); + memcpy(relay->from.mask.ip.netmask, mask, + sizeof(relay->from.mask.ip.netmask)); + } + + /* + * Skip value and trailing whitespace... + */ + + for (; *value; value ++) + if (isspace(*value)) + break; + + while (isspace(*value)) + value ++; + + if (!strncasecmp(value, "to ", 3)) + { + /* + * Strip leading "to"... + */ + + value += 3; + + while (isspace(*value)) + value ++; + } + + /* + * Get "to" address and port... + */ + + if ((addrlist = get_address(value, BrowsePort)) != NULL) + { + /* + * Only IPv4 addresses are supported... + */ + + for (addr = addrlist; addr; addr = addr->next) + if (addr->addr.addr.sa_family == AF_INET) + break; + + if (addr) + { + memcpy(&(relay->to), &(addrlist->addr), sizeof(relay->to)); + + httpAddrString(&(relay->to), temp, sizeof(temp)); + + if (relay->from.type == AUTH_IP) + snprintf(temp2, sizeof(temp2), "%u.%u.%u.%u/%u.%u.%u.%u", + relay->from.mask.ip.address[0], + relay->from.mask.ip.address[1], + relay->from.mask.ip.address[2], + relay->from.mask.ip.address[3], + relay->from.mask.ip.netmask[0], + relay->from.mask.ip.netmask[1], + relay->from.mask.ip.netmask[2], + relay->from.mask.ip.netmask[3]); + else + strlcpy(temp2, relay->from.mask.name.name, sizeof(temp2)); + + cupsdLogMessage(CUPSD_LOG_INFO, "Relaying from %s to %s:%d (IPv4)", + temp2, temp, ntohs(relay->to.ipv4.sin_port)); + + NumRelays ++; + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad relay address %s at line %d.", + value, linenum); + + httpAddrFreeList(addrlist); + } + else + { + if (relay->from.type == AUTH_NAME) + free(relay->from.mask.name.name); + + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad relay address %s at line %d.", + value, linenum); + } + } + else if (!strcasecmp(line, "BrowsePoll")) + { + /* + * BrowsePoll address[:port] + */ + + char *portname; /* Port name */ + int portnum; /* Port number */ + struct servent *service; /* Service */ + + + /* + * Extract the port name from the address... + */ + + if ((portname = strrchr(value, ':')) != NULL && !strchr(portname, ']')) + { + *portname++ = '\0'; + + if (isdigit(*portname & 255)) + portnum = atoi(portname); + else if ((service = getservbyname(portname, NULL)) != NULL) + portnum = ntohs(service->s_port); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Lookup of service \"%s\" failed!", + portname); + continue; + } + } + else + portnum = ippPort(); + + /* + * Add the poll entry... + */ + + if (NumPolled == 0) + pollp = malloc(sizeof(cupsd_dirsvc_poll_t)); + else + pollp = realloc(Polled, (NumPolled + 1) * sizeof(cupsd_dirsvc_poll_t)); + + if (!pollp) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to allocate BrowsePoll at line %d - %s.", + linenum, strerror(errno)); + continue; + } + + Polled = pollp; + pollp += NumPolled; + + NumPolled ++; + memset(pollp, 0, sizeof(cupsd_dirsvc_poll_t)); + + strlcpy(pollp->hostname, value, sizeof(pollp->hostname)); + pollp->port = portnum; + + cupsdLogMessage(CUPSD_LOG_INFO, "Polling %s:%d", pollp->hostname, + pollp->port); + } + else if (!strcasecmp(line, "DefaultAuthType")) + { + /* + * DefaultAuthType {basic,digest,basicdigest} + */ + + if (!strcasecmp(value, "basic")) + DefaultAuthType = AUTH_BASIC; + else if (!strcasecmp(value, "digest")) + DefaultAuthType = AUTH_DIGEST; + else if (!strcasecmp(value, "basicdigest")) + DefaultAuthType = AUTH_BASICDIGEST; + else + { + cupsdLogMessage(CUPSD_LOG_WARN, + "Unknown default authorization type %s on line %d.", + value, linenum); + return (0); + } + } +#ifdef HAVE_SSL + else if (!strcasecmp(line, "DefaultEncryption")) + { + /* + * DefaultEncryption {Never,IfRequested,Required} + */ + + if (!value || !strcasecmp(value, "never")) + DefaultEncryption = HTTP_ENCRYPT_NEVER; + else if (!strcasecmp(value, "required")) + DefaultEncryption = HTTP_ENCRYPT_REQUIRED; + else if (!strcasecmp(value, "ifrequested")) + DefaultEncryption = HTTP_ENCRYPT_IF_REQUESTED; + else + { + cupsdLogMessage(CUPSD_LOG_WARN, + "Unknown default encryption %s on line %d.", + value, linenum); + return (0); + } + } +#endif /* HAVE_SSL */ + else if (!strcasecmp(line, "User")) + { + /* + * User ID to run as... + */ + + if (value && isdigit(value[0] & 255)) + { + int uid = atoi(value); + + if (!uid) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Will not use User 0 as specified on line %d " + "for security reasons. You must use a non-" + "privileged account instead.", + linenum); + else + User = atoi(value); + } + else if (value) + { + struct passwd *p; /* Password information */ + + endpwent(); + p = getpwnam(value); + + if (p) + { + if (!p->pw_uid) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Will not use User %s (UID=0) as specified on line " + "%d for security reasons. You must use a non-" + "privileged account instead.", + value, linenum); + else + User = p->pw_uid; + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown User \"%s\" on line %d, ignoring!", + value, linenum); + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "User directive on line %d missing the username!", + linenum); + } + else if (!strcasecmp(line, "Group")) + { + /* + * Group ID to run as... + */ + + if (isdigit(value[0])) + Group = atoi(value); + else + { + endgrent(); + group = getgrnam(value); + + if (group != NULL) + Group = group->gr_gid; + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown Group \"%s\" on line %d, ignoring!", + value, linenum); + } + } + else if (!strcasecmp(line, "SystemGroup")) + { + /* + * SystemGroup (admin) group(s)... + */ + + if (!parse_groups(value)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown SystemGroup \"%s\" on line %d, ignoring!", + value, linenum); + } + else if (!strcasecmp(line, "HostNameLookups")) + { + /* + * Do hostname lookups? + */ + + if (!strcasecmp(value, "off")) + HostNameLookups = 0; + else if (!strcasecmp(value, "on")) + HostNameLookups = 1; + else if (!strcasecmp(value, "double")) + HostNameLookups = 2; + else + cupsdLogMessage(CUPSD_LOG_WARN, "Unknown HostNameLookups %s on line %d.", + value, linenum); + } + else if (!strcasecmp(line, "LogLevel")) + { + /* + * Amount of logging to do... + */ + + if (!strcasecmp(value, "debug2")) + LogLevel = CUPSD_LOG_DEBUG2; + else if (!strcasecmp(value, "debug")) + LogLevel = CUPSD_LOG_DEBUG; + else if (!strcasecmp(value, "info")) + LogLevel = CUPSD_LOG_INFO; + else if (!strcasecmp(value, "notice")) + LogLevel = CUPSD_LOG_NOTICE; + else if (!strcasecmp(value, "warn")) + LogLevel = CUPSD_LOG_WARN; + else if (!strcasecmp(value, "error")) + LogLevel = CUPSD_LOG_ERROR; + else if (!strcasecmp(value, "crit")) + LogLevel = CUPSD_LOG_CRIT; + else if (!strcasecmp(value, "alert")) + LogLevel = CUPSD_LOG_ALERT; + else if (!strcasecmp(value, "emerg")) + LogLevel = CUPSD_LOG_EMERG; + else if (!strcasecmp(value, "none")) + LogLevel = CUPSD_LOG_NONE; + else + cupsdLogMessage(CUPSD_LOG_WARN, "Unknown LogLevel %s on line %d.", + value, linenum); + } + else if (!strcasecmp(line, "PrintcapFormat")) + { + /* + * Format of printcap file? + */ + + if (!strcasecmp(value, "bsd")) + PrintcapFormat = PRINTCAP_BSD; + else if (!strcasecmp(value, "solaris")) + PrintcapFormat = PRINTCAP_SOLARIS; + else + cupsdLogMessage(CUPSD_LOG_WARN, "Unknown PrintcapFormat %s on line %d.", + value, linenum); + } + else if (!strcasecmp(line, "ServerTokens")) + { + /* + * Set the string used for the Server header... + */ + + struct utsname plat; /* Platform info */ + + + uname(&plat); + + if (!strcasecmp(value, "ProductOnly")) + cupsdSetString(&ServerHeader, "CUPS"); + else if (!strcasecmp(value, "Major")) + cupsdSetString(&ServerHeader, "CUPS/1"); + else if (!strcasecmp(value, "Minor")) + cupsdSetString(&ServerHeader, "CUPS/1.2"); + else if (!strcasecmp(value, "Minimal")) + cupsdSetString(&ServerHeader, CUPS_MINIMAL); + else if (!strcasecmp(value, "OS")) + cupsdSetStringf(&ServerHeader, CUPS_MINIMAL " (%s)", plat.sysname); + else if (!strcasecmp(value, "Full")) + cupsdSetStringf(&ServerHeader, CUPS_MINIMAL " (%s) IPP/1.1", + plat.sysname); + else if (!strcasecmp(value, "None")) + cupsdClearString(&ServerHeader); + else + cupsdLogMessage(CUPSD_LOG_WARN, "Unknown ServerTokens %s on line %d.", + value, linenum); + } + else if (!strcasecmp(line, "PassEnv")) + { + /* + * PassEnv variable [... variable] + */ + + for (; *value;) + { + for (valuelen = 0; value[valuelen]; valuelen ++) + if (isspace(value[valuelen]) || value[valuelen] == ',') + break; + + if (value[valuelen]) + { + value[valuelen] = '\0'; + valuelen ++; + } + + cupsdSetEnv(value, NULL); + + for (value += valuelen; *value; value ++) + if (!isspace(*value) || *value != ',') + break; + } + } + else if (!strcasecmp(line, "SetEnv")) + { + /* + * SetEnv variable value + */ + + for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (*valueptr) + { + /* + * Found a value... + */ + + while (isspace(*valueptr & 255)) + *valueptr++ = '\0'; + + cupsdSetEnv(value, valueptr); + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing value for SetEnv directive on line %d.", + linenum); + } + else + { + /* + * Find a simple variable in the list... + */ + + for (i = NUM_VARS, var = variables; i > 0; i --, var ++) + if (!strcasecmp(line, var->name)) + break; + + if (i == 0) + { + /* + * Unknown directive! Output an error message and continue... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, "Unknown directive %s on line %d.", + line, linenum); + continue; + } + + switch (var->type) + { + case CUPSD_VARTYPE_INTEGER : + if (!value) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing integer value for %s on line %d!", + line, linenum); + else + { + int n; /* Number */ + char *units; /* Units */ + + + n = strtol(value, &units, 0); + + if (units && *units) + { + if (tolower(units[0] & 255) == 'g') + n *= 1024 * 1024 * 1024; + else if (tolower(units[0] & 255) == 'm') + n *= 1024 * 1024; + else if (tolower(units[0] & 255) == 'k') + n *= 1024; + else if (tolower(units[0] & 255) == 't') + n *= 262144; + } + + if (n < 0) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Bad negative integer value for %s on line %d!", + line, linenum); + else + *((int *)var->ptr) = n; + } + break; + + case CUPSD_VARTYPE_BOOLEAN : + if (!value) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing boolean value for %s on line %d!", + line, linenum); + else if (!strcasecmp(value, "true") || + !strcasecmp(value, "on") || + !strcasecmp(value, "enabled") || + !strcasecmp(value, "yes") || + atoi(value) != 0) + *((int *)var->ptr) = TRUE; + else if (!strcasecmp(value, "false") || + !strcasecmp(value, "off") || + !strcasecmp(value, "disabled") || + !strcasecmp(value, "no") || + !strcasecmp(value, "0")) + *((int *)var->ptr) = FALSE; + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown boolean value %s on line %d.", + value, linenum); + break; + + case CUPSD_VARTYPE_STRING : + cupsdSetString((char **)var->ptr, value); + break; + } + } + } + + return (1); +} + + +/* + * 'read_location()' - Read a definition. + */ + +static int /* O - New line number or 0 on error */ +read_location(cups_file_t *fp, /* I - Configuration file */ + char *location, /* I - Location name/path */ + int linenum) /* I - Current line number */ +{ + cupsd_location_t *loc, /* New location */ + *parent; /* Parent location */ + char line[HTTP_MAX_BUFFER], + /* Line buffer */ + *value, /* Value for directive */ + *valptr; /* Pointer into value */ + + + if ((parent = cupsdAddLocation(location)) == NULL) + return (0); + + parent->limit = AUTH_LIMIT_ALL; + loc = parent; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + /* + * Decode the directive... + */ + + if (!strcasecmp(line, "")) + return (linenum); + else if (!strcasecmp(line, "limit = 0; + while (*value) + { + for (valptr = value; !isspace(*valptr & 255) && *valptr; valptr ++); + + if (*valptr) + *valptr++ = '\0'; + + if (!strcmp(value, "ALL")) + loc->limit = AUTH_LIMIT_ALL; + else if (!strcmp(value, "GET")) + loc->limit |= AUTH_LIMIT_GET; + else if (!strcmp(value, "HEAD")) + loc->limit |= AUTH_LIMIT_HEAD; + else if (!strcmp(value, "OPTIONS")) + loc->limit |= AUTH_LIMIT_OPTIONS; + else if (!strcmp(value, "POST")) + loc->limit |= AUTH_LIMIT_POST; + else if (!strcmp(value, "PUT")) + loc->limit |= AUTH_LIMIT_PUT; + else if (!strcmp(value, "TRACE")) + loc->limit |= AUTH_LIMIT_TRACE; + else + cupsdLogMessage(CUPSD_LOG_WARN, "Unknown request type %s on line %d!", + value, linenum); + + for (value = valptr; isspace(*value & 255); value ++); + } + + if (!strcasecmp(line, "limit = AUTH_LIMIT_ALL ^ loc->limit; + + parent->limit &= ~loc->limit; + } + else if (!strcasecmp(line, "")) + loc = parent; + else if (!parse_aaa(loc, line, value, linenum)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown Location directive %s on line %d.", + line, linenum); + return (0); + } + } + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unexpected end-of-file at line %d while reading location!", + linenum); + + return (0); +} + + +/* + * 'read_policy()' - Read a definition. + */ + +static int /* O - New line number or 0 on error */ +read_policy(cups_file_t *fp, /* I - Configuration file */ + char *policy, /* I - Location name/path */ + int linenum) /* I - Current line number */ +{ + int i; /* Looping var */ + cupsd_policy_t *pol; /* Policy */ + cupsd_location_t *op; /* Policy operation */ + int num_ops; /* Number of IPP operations */ + ipp_op_t ops[100]; /* Operations */ + char line[HTTP_MAX_BUFFER], + /* Line buffer */ + *value, /* Value for directive */ + *valptr; /* Pointer into value */ + + + /* + * Create the policy... + */ + + if ((pol = cupsdAddPolicy(policy)) == NULL) + return (0); + + /* + * Read from the file... + */ + + op = NULL; + num_ops = 0; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + /* + * Decode the directive... + */ + + if (!strcasecmp(line, "")) + { + if (op) + cupsdLogMessage(CUPSD_LOG_WARN, + "Missing before on line %d!", + linenum); + + return (linenum); + } + else if (!strcasecmp(line, "") && op) + { + /* + * Finish the current operation limit... + */ + + if (num_ops > 1) + { + /* + * Copy the policy to the other operations... + */ + + for (i = 1; i < num_ops; i ++) + cupsdAddPolicyOp(pol, op, ops[i]); + } + + op = NULL; + } + else if (!op) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing directive before %s on line %d.", + line, linenum); + return (0); + } + else if (!parse_aaa(op, line, value, linenum)) + { + if (op) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown Policy Limit directive %s on line %d.", + line, linenum); + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown Policy directive %s on line %d.", + line, linenum); + + return (0); + } + } + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unexpected end-of-file at line %d while reading policy \"%s\"!", + linenum, policy); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/conf.h b/scheduler/conf.h new file mode 100644 index 0000000000..3fc4861b53 --- /dev/null +++ b/scheduler/conf.h @@ -0,0 +1,215 @@ +/* + * "$Id$" + * + * Configuration file definitions for the Common UNIX Printing System (CUPS) + * scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + + +/* + * Log levels... + */ + +typedef enum +{ + CUPSD_LOG_ATTR = -3, /* Used internally for attributes */ + CUPSD_LOG_STATE, /* Used internally for state-reasons */ + CUPSD_LOG_PAGE, /* Used internally for page logging */ + CUPSD_LOG_NONE, + CUPSD_LOG_EMERG, /* Emergency issues */ + CUPSD_LOG_ALERT, /* Something bad happened that needs attention */ + CUPSD_LOG_CRIT, /* Critical error but server continues */ + CUPSD_LOG_ERROR, /* Error condition */ + CUPSD_LOG_WARN, /* Warning */ + CUPSD_LOG_NOTICE, /* Normal condition that needs logging */ + CUPSD_LOG_INFO, /* General information */ + CUPSD_LOG_DEBUG, /* General debugging */ + CUPSD_LOG_DEBUG2 /* Detailed debugging */ +} cupsd_loglevel_t; + + +/* + * Printcap formats... + */ + +#define PRINTCAP_BSD 0 /* Berkeley LPD format */ +#define PRINTCAP_SOLARIS 1 /* Solaris lpsched format */ + + +/* + * Globals... + */ + +VAR char *ConfigurationFile VALUE(NULL), + /* Configuration file to use */ + *ServerName VALUE(NULL), + /* FQDN for server */ + *ServerAdmin VALUE(NULL), + /* Administrator's email */ + *ServerRoot VALUE(NULL), + /* Root directory for scheduler */ + *ServerBin VALUE(NULL), + /* Root directory for binaries */ + *StateDir VALUE(NULL), + /* Root directory for state data */ + *RequestRoot VALUE(NULL), + /* Directory for request files */ + *DocumentRoot VALUE(NULL); + /* Root directory for documents */ +VAR int ServerNameIsIP VALUE(0); +VAR int NumSystemGroups VALUE(0); + /* Number of system group names */ +VAR char *SystemGroups[MAX_SYSTEM_GROUPS]; + /* System group names */ +VAR gid_t SystemGroupIDs[MAX_SYSTEM_GROUPS]; + /* System group IDs */ +VAR char *AccessLog VALUE(NULL), + /* Access log filename */ + *ErrorLog VALUE(NULL), + /* Error log filename */ + *PageLog VALUE(NULL), + /* Page log filename */ + *CacheDir VALUE(NULL), + /* Cache file directory */ + *DataDir VALUE(NULL), + /* Data file directory */ + *DefaultLanguage VALUE(NULL), + /* Default language encoding */ + *DefaultCharset VALUE(NULL), + /* Default charset */ + *DefaultLocale VALUE(NULL), + /* Default locale */ + *RIPCache VALUE(NULL), + /* Amount of memory for RIPs */ + *TempDir VALUE(NULL), + /* Temporary directory */ + *Printcap VALUE(NULL), + /* Printcap file */ + *PrintcapGUI VALUE(NULL), + /* GUI program to use for IRIX */ + *FontPath VALUE(NULL), + /* Font search path */ + *RemoteRoot VALUE(NULL), + /* Remote root user */ + *Classification VALUE(NULL); + /* Classification of system */ +VAR uid_t User VALUE(1); + /* User ID for server */ +VAR gid_t Group VALUE(0); + /* Group ID for server */ +VAR int ClassifyOverride VALUE(0), + /* Allow overrides? */ + ConfigFilePerm VALUE(0640), + /* Permissions for config files */ + LogFilePerm VALUE(0644), + /* Permissions for log files */ + LogLevel VALUE(CUPSD_LOG_ERROR), + /* Log level */ + MaxClients VALUE(0), + /* Maximum number of clients */ + MaxClientsPerHost VALUE(0), + /* Maximum number of clients per host */ + MaxCopies VALUE(100), + /* Maximum number of copies per job */ + MaxLogSize VALUE(1024 * 1024), + /* Maximum size of log files */ + MaxPrinterHistory VALUE(10), + /* Maximum printer state history */ + MaxRequestSize VALUE(0), + /* Maximum size of IPP requests */ + HostNameLookups VALUE(FALSE), + /* Do we do reverse lookups? */ + Timeout VALUE(DEFAULT_TIMEOUT), + /* Timeout during requests */ + KeepAlive VALUE(TRUE), + /* Support the Keep-Alive option? */ + KeepAliveTimeout VALUE(DEFAULT_KEEPALIVE), + /* Timeout between requests */ + ImplicitClasses VALUE(TRUE), + /* Are classes implicitly created? */ + ImplicitAnyClasses VALUE(FALSE), + /* Create AnyPrinter classes? */ + HideImplicitMembers VALUE(TRUE), + /* Hide implicit class members? */ + FileDevice VALUE(FALSE), + /* Allow file: devices? */ + FilterLimit VALUE(0), + /* Max filter cost at any time */ + FilterLevel VALUE(0), + /* Current filter level */ + FilterNice VALUE(0), + /* Nice value for filters */ + ReloadTimeout VALUE(0), + /* Timeout before reload from SIGHUP */ + RootCertDuration VALUE(300), + /* Root certificate update interval */ + RunUser, /* User to run as, used for files */ + PrintcapFormat VALUE(PRINTCAP_BSD), + /* Format of printcap file? */ + DefaultShared VALUE(TRUE); + /* Share printers by default? */ +VAR cups_file_t *AccessFile VALUE(NULL), + /* Access log file */ + *ErrorFile VALUE(NULL), + /* Error log file */ + *PageFile VALUE(NULL); + /* Page log file */ +VAR mime_t *MimeDatabase VALUE(NULL); + /* MIME type database */ +VAR int NumMimeTypes VALUE(0); + /* Number of MIME types */ +VAR const char **MimeTypes VALUE(NULL); + /* Array of MIME types */ + +#ifdef HAVE_SSL +VAR char *ServerCertificate VALUE(NULL); + /* Server certificate file */ +# if defined(HAVE_LIBSSL) || defined(HAVE_GNUTLS) +VAR char *ServerKey VALUE(NULL); + /* Server key file */ +# endif /* HAVE_LIBSSL || HAVE_GNUTLS */ +#endif /* HAVE_SSL */ + +#ifdef HAVE_LAUNCHD +VAR int LaunchdTimeout VALUE(DEFAULT_TIMEOUT); + /* Time after which an idle cupsd will exit */ +VAR char *LaunchdConf VALUE(NULL); + /* launchd(8) configuration file */ +#endif /* HAVE_LAUNCHD */ + +/* + * Prototypes... + */ + +extern char *cupsdGetDateTime(time_t t); +extern int cupsdReadConfiguration(void); +extern int cupsdLogRequest(cupsd_client_t *con, http_status_t code); +extern int cupsdLogMessage(int level, const char *message, ...) +#ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 2, 3))) +#endif /* __GNUC__ */ +; +extern int cupsdLogPage(cupsd_job_t *job, const char *page); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/cups-deviced.c b/scheduler/cups-deviced.c new file mode 100644 index 0000000000..c148753a52 --- /dev/null +++ b/scheduler/cups-deviced.c @@ -0,0 +1,504 @@ +/* + * "$Id$" + * + * Device scanning mini-daemon for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Scan for devices and return an IPP response. + * add_dev() - Add a new device to the list. + * compare_devs() - Compare device names for sorting. + * sigalrm_handler() - Handle alarm signals for backends that get hung + */ + +/* + * Include necessary headers... + */ + +#include "util.h" +#include +#include + +#ifdef __hpux +# define seteuid(uid) setresuid(-1, (uid), -1) +#endif /* __hpux */ + + +/* + * Device information structure... + */ + +typedef struct +{ + char device_class[128], /* Device class */ + device_make_and_model[128], /* Make and model, if known */ + device_info[128], /* Device info/description */ + device_uri[1024], /* Device URI */ + device_id[1024]; /* 1284 Device ID */ +} dev_info_t; + + +/* + * Local globals... + */ + +static int alarm_tripped; /* Non-zero if alarm was tripped */ +static cups_array_t *devs; /* Device info */ +static int normal_user; /* Normal user ID */ + + +/* + * Local functions... + */ + +static dev_info_t *add_dev(const char *device_class, + const char *device_make_and_model, + const char *device_info, + const char *device_uri, + const char *device_id); +static int compare_devs(dev_info_t *p0, dev_info_t *p1); +static void sigalrm_handler(int sig); + + +/* + * 'main()' - Scan for devices and return an IPP response. + * + * Usage: + * + * cups-deviced request_id limit options + */ + +int /* O - Exit code */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + const char *server_bin; /* CUPS_SERVERBIN environment variable */ + char backends[1024]; /* Location of backends */ + int request_id; /* Request ID */ + int count; /* Number of devices from backend */ + int compat; /* Compatibility device? */ + FILE *fp; /* Pipe to device backend */ + cups_dir_t *dir; /* Directory pointer */ + cups_dentry_t *dent; /* Directory entry */ + char filename[1024], /* Name of backend */ + line[2048], /* Line from backend */ + dclass[64], /* Device class */ + uri[1024], /* Device URI */ + info[128], /* Device info */ + make_model[256], /* Make and model */ + device_id[1024]; /* 1284 device ID */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + const char *requested; /* requested-attributes option */ + int send_class, /* Send device-class attribute? */ + send_info, /* Send device-info attribute? */ + send_make_and_model, /* Send device-make-and-model attribute? */ + send_uri, /* Send device-uri attribute? */ + send_id; /* Send device-id attribute? */ + dev_info_t *dev; /* Current device */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + setbuf(stderr, NULL); + + /* + * Check the command-line... + */ + + if (argc > 1) + request_id = atoi(argv[1]); + else + request_id = 1; + + if (argc != 5) + { + fputs("Usage: cups-deviced request-id limit user-id options\n", stderr); + + return (1); + } + + if (request_id < 1) + { + fprintf(stderr, "cups-deviced: Bad request ID %d!\n", request_id); + + return (1); + } + + normal_user = atoi(argv[3]); + if (normal_user <= 0) + { + fprintf(stderr, "cups-deviced: Bad user %d!\n", normal_user); + + return (1); + } + + num_options = cupsParseOptions(argv[4], 0, &options); + requested = cupsGetOption("requested-attributes", num_options, options); + + if (!requested || strstr(requested, "all")) + { + send_class = 1; + send_info = 1; + send_make_and_model = 1; + send_uri = 1; + send_id = 1; + } + else + { + send_class = strstr(requested, "device-class") != NULL; + send_info = strstr(requested, "device-info") != NULL; + send_make_and_model = strstr(requested, "device-make-and-model") != NULL; + send_uri = strstr(requested, "device-uri") != NULL; + send_id = strstr(requested, "device-id") != NULL; + } + + /* + * Try opening the backend directory... + */ + + if ((server_bin = getenv("CUPS_SERVERBIN")) == NULL) + server_bin = CUPS_SERVERBIN; + + snprintf(backends, sizeof(backends), "%s/backend", server_bin); + + if ((dir = cupsDirOpen(backends)) == NULL) + { + fprintf(stderr, "ERROR: [cups-deviced] Unable to open backend directory " + "\"%s\": %s", backends, strerror(errno)); + + return (1); + } + + /* + * Setup the devices array... + */ + + devs = cupsArrayNew((cups_array_func_t)compare_devs, NULL); + + /* + * Loop through all of the device backends... + */ + + while ((dent = cupsDirRead(dir)) != NULL) + { + /* + * Skip entries that are not executable files... + */ + + if (!S_ISREG(dent->fileinfo.st_mode) || + (dent->fileinfo.st_mode & (S_IRUSR | S_IXUSR)) != (S_IRUSR | S_IXUSR)) + continue; + + /* + * Change effective users depending on the backend permissions... + */ + + if (!getuid()) + { + /* + * Backends without permissions for normal users run as root, + * all others run as the unprivileged user... + */ + + if (!(dent->fileinfo.st_mode & (S_IRWXG | S_IRWXO))) + seteuid(0); + else + seteuid(normal_user); + } + + /* + * Run the backend with no arguments and collect the output... + */ + + snprintf(filename, sizeof(filename), "%s/%s", backends, dent->filename); + if ((fp = popen(filename, "r")) != NULL) + { + /* + * Set an alarm for the first read from the backend; this avoids + * problems when a backend is hung getting device information. + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGALRM, sigalrm_handler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGALRM); + action.sa_handler = sigalrm_handler; + sigaction(SIGALRM, &action, NULL); +#else + signal(SIGALRM, sigalrm_handler); +#endif /* HAVE_SIGSET */ + + alarm_tripped = 0; + count = 0; + compat = !strcmp(dent->filename, "smb"); + + alarm(30); + + while (fgets(line, sizeof(line), fp) != NULL) + { + /* + * Reset the alarm clock... + */ + + alarm(30); + + /* + * Each line is of the form: + * + * class URI "make model" "name" ["1284 device ID"] + */ + + device_id[0] = '\0'; + + if (!strncasecmp(line, "Usage", 5)) + compat = 1; + else if (sscanf(line, + "%63s%1023s%*[ \t]\"%255[^\"]\"%*[ \t]\"%127[^\"]\"" + "%*[ \t]\"%1023[^\"]", + dclass, uri, make_model, info, device_id) < 4) + { + /* + * Bad format; strip trailing newline and write an error message. + */ + + if (line[strlen(line) - 1] == '\n') + line[strlen(line) - 1] = '\0'; + + fprintf(stderr, "ERROR: [cups-deviced] Bad line from \"%s\": %s\n", + dent->filename, line); + compat = 1; + break; + } + else + { + /* + * Add the device to the array of available devices... + */ + + dev = add_dev(dclass, make_model, info, uri, device_id); + if (!dev) + { + cupsDirClose(dir); + return (1); + } + + fprintf(stderr, "DEBUG: [cups-deviced] Added device \"%s\"...\n", + uri); + count ++; + } + } + + /* + * Turn the alarm clock off and close the pipe to the command... + */ + + alarm(0); + + if (alarm_tripped) + fprintf(stderr, "WARNING: [cups-deviced] Backend \"%s\" did not " + "respond within 30 seconds!\n", dent->filename); + + pclose(fp); + + /* + * Hack for backends that don't support the CUPS 1.1 calling convention: + * add a network device with the method == backend name. + */ + + if (count == 0 && compat) + { + snprintf(line, sizeof(line), "Unknown Network Device (%s)", + dent->filename); + + dev = add_dev("network", line, "Unknown", dent->filename, ""); + if (!dev) + { + cupsDirClose(dir); + return (1); + } + + fprintf(stderr, "DEBUG: [cups-deviced] Compatibility device " + "\"%s\"...\n", dent->filename); + } + } + else + fprintf(stderr, "WARNING: [cups-deviced] Unable to execute \"%s\" " + "backend: %s\n", dent->filename, strerror(errno)); + } + + cupsDirClose(dir); + + /* + * Switch back to root as needed... + */ + + if (!getuid() && geteuid()) + seteuid(0); + + /* + * Output the list of devices... + */ + + puts("Content-Type: application/ipp\n"); + + cupsdSendIPPHeader(IPP_OK, request_id); + cupsdSendIPPGroup(IPP_TAG_OPERATION); + cupsdSendIPPString(IPP_TAG_CHARSET, "attributes-charset", "utf-8"); + cupsdSendIPPString(IPP_TAG_LANGUAGE, "attributes-natural-language", "en-US"); + + if ((count = atoi(argv[2])) <= 0) + count = cupsArrayCount(devs); + + if (count > cupsArrayCount(devs)) + count = cupsArrayCount(devs); + + for (dev = (dev_info_t *)cupsArrayFirst(devs); + count > 0; + count --, dev = (dev_info_t *)cupsArrayNext(devs)) + { + /* + * Add strings to attributes... + */ + + cupsdSendIPPGroup(IPP_TAG_PRINTER); + if (send_class) + cupsdSendIPPString(IPP_TAG_KEYWORD, "device-class", dev->device_class); + if (send_info) + cupsdSendIPPString(IPP_TAG_TEXT, "device-info", dev->device_info); + if (send_make_and_model) + cupsdSendIPPString(IPP_TAG_TEXT, "device-make-and-model", + dev->device_make_and_model); + if (send_uri) + cupsdSendIPPString(IPP_TAG_URI, "device-uri", dev->device_uri); + if (send_id) + cupsdSendIPPString(IPP_TAG_TEXT, "device-id", dev->device_id); + } + + cupsdSendIPPTrailer(); + + /* + * Free the devices array and return... + */ + + for (dev = (dev_info_t *)cupsArrayFirst(devs); + dev; + dev = (dev_info_t *)cupsArrayNext(devs)) + free(dev); + + cupsArrayDelete(devs); + + return (0); +} + + +/* + * 'add_dev()' - Add a new device to the list. + */ + +static dev_info_t * /* O - New device or NULL on error */ +add_dev( + const char *device_class, /* I - Device class */ + const char *device_make_and_model, /* I - Device make and model */ + const char *device_info, /* I - Device information */ + const char *device_uri, /* I - Device URI */ + const char *device_id) /* I - 1284 device ID */ +{ + dev_info_t *dev; /* New device */ + + + /* + * Allocate memory for the device record... + */ + + if ((dev = calloc(1, sizeof(dev_info_t))) == NULL) + { + fputs("ERROR: [cups-deviced] Ran out of memory allocating a device!\n", + stderr); + return (NULL); + } + + /* + * Copy the strings over... + */ + + strlcpy(dev->device_class, device_class, sizeof(dev->device_class)); + strlcpy(dev->device_make_and_model, device_make_and_model, + sizeof(dev->device_make_and_model)); + strlcpy(dev->device_info, device_info, sizeof(dev->device_info)); + strlcpy(dev->device_uri, device_uri, sizeof(dev->device_uri)); + strlcpy(dev->device_id, device_id, sizeof(dev->device_id)); + + /* + * Add the device to the array and return... + */ + + cupsArrayAdd(devs, dev); + + return (dev); +} + + +/* + * 'compare_devs()' - Compare device names for sorting. + */ + +static int /* O - Result of comparison */ +compare_devs(dev_info_t *d0, /* I - First device */ + dev_info_t *d1) /* I - Second device */ +{ + int diff; /* Difference between strings */ + + + /* + * Sort devices by device-info, device-class, and device-uri... + */ + + if ((diff = cupsdCompareNames(d0->device_info, d1->device_info)) != 0) + return (diff); + else if ((diff = strcasecmp(d0->device_class, d1->device_class)) != 0) + return (diff); + else + return (strcasecmp(d0->device_uri, d1->device_uri)); +} + + +/* + * 'sigalrm_handler()' - Handle alarm signals for backends that get hung + * trying to list the available devices... + */ + +static void +sigalrm_handler(int sig) /* I - Signal number */ +{ + (void)sig; /* remove compiler warnings... */ + + alarm_tripped = 1; +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/cups-driverd.c b/scheduler/cups-driverd.c new file mode 100644 index 0000000000..b29ad4e539 --- /dev/null +++ b/scheduler/cups-driverd.c @@ -0,0 +1,1126 @@ +/* + * "$Id$" + * + * PPD/driver support for the Common UNIX Printing System (CUPS). + * + * This program handles listing and installing both static PPD files + * in CUPS_DATADIR/model and dynamically generated PPD files using + * the driver helper programs in CUPS_SERVERBIN/driver. + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Scan for drivers and return an IPP response. + * add_ppd() - Add a PPD file. + * cat_ppd() - Copy a PPD file to stdout. + * compare_names() - Compare PPD filenames for sorting. + * compare_ppds() - Compare PPD file make and model names for sorting. + * list_ppds() - List PPD files. + * load_ppds() - Load PPD files recursively. + * load_drivers() - Load driver-generated PPD files. + */ + +/* + * Include necessary headers... + */ + +#include "util.h" +#include +#include + + +/* + * Private PPD functions... + */ + +extern cups_encoding_t _ppdGetEncoding(const char *name); + + +/* + * PPD information structures... + */ + +typedef struct /**** PPD record ****/ +{ + time_t mtime; /* Modification time */ + size_t size; /* Size in bytes */ + char name[512 - sizeof(time_t) - sizeof(size_t)], + /* PPD name */ + natural_language[128], /* Natural language(s) */ + make[128], /* Manufacturer */ + make_and_model[128], /* Make and model */ + device_id[128]; /* IEEE 1284 Device ID */ +} ppd_rec_t; + +typedef struct /**** In-memory record ****/ +{ + int found; /* 1 if PPD is found */ + ppd_rec_t record; /* PPDs.dat record */ +} ppd_info_t; + + +/* + * Globals... + */ + +int NumPPDs, /* Number of PPD files */ + SortedPPDs, /* Number of sorted PPD files */ + AllocPPDs; /* Number of allocated entries */ +ppd_info_t *PPDs; /* PPD file info */ +int ChangedPPD; /* Did we change the PPD database? */ + + +/* + * Local functions... + */ + +static ppd_info_t *add_ppd(const char *name, const char *natural_language, + const char *make, const char *make_and_model, + const char *device_id, time_t mtime, size_t size); +static int cat_ppd(const char *name); +static int compare_names(const ppd_info_t *p0, + const ppd_info_t *p1); +static int compare_ppds(const ppd_info_t *p0, + const ppd_info_t *p1); +static int list_ppds(int request_id, int limit, const char *opt); +static int load_drivers(void); +static int load_ppds(const char *d, const char *p); + + +/* + * 'main()' - Scan for drivers and return an IPP response. + * + * Usage: + * + * cups-driverd request_id limit options + */ + +int /* O - Exit code */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + /* + * Install or list PPDs... + */ + + if (argc == 3 && !strcmp(argv[1], "cat")) + return (cat_ppd(argv[2])); + else if (argc == 5 && !strcmp(argv[1], "list")) + return (list_ppds(atoi(argv[2]), atoi(argv[3]), argv[4])); + else + { + fputs("Usage: cups-driverd cat ppd-name\n", stderr); + fputs("Usage: cups-driverd list request_id limit options\n", stderr); + return (1); + } +} + + +/* + * 'add_ppd()' - Add a PPD file. + */ + +static ppd_info_t * /* O - PPD */ +add_ppd(const char *name, /* I - PPD name */ + const char *natural_language, /* I - Language(s) */ + const char *make, /* I - Manufacturer */ + const char *make_and_model, /* I - NickName */ + const char *device_id, /* I - 1284DeviceID */ + time_t mtime, /* I - Modification time */ + size_t size) /* I - File size */ +{ + ppd_info_t *ppd; /* PPD */ + char *recommended; /* Foomatic driver string */ + + + /* + * Add a new PPD file... + */ + + if (NumPPDs >= AllocPPDs) + { + /* + * Allocate (more) memory for the PPD files... + */ + + AllocPPDs += 128; + + if (!PPDs) + ppd = malloc(sizeof(ppd_info_t) * AllocPPDs); + else + ppd = realloc(PPDs, sizeof(ppd_info_t) * AllocPPDs); + + if (ppd == NULL) + { + fprintf(stderr, "ERROR: [cups-driverd] Ran out of memory for %d PPD files!\n", + AllocPPDs); + return (NULL); + } + + PPDs = ppd; + } + + ppd = PPDs + NumPPDs; + NumPPDs ++; + + /* + * Zero-out the PPD data and copy the values over... + */ + + memset(ppd, 0, sizeof(ppd_info_t)); + + ppd->found = 1; + ppd->record.mtime = mtime; + ppd->record.size = size; + + strlcpy(ppd->record.name, name, sizeof(ppd->record.name)); + strlcpy(ppd->record.natural_language, natural_language, + sizeof(ppd->record.natural_language)); + strlcpy(ppd->record.make, make, sizeof(ppd->record.make)); + strlcpy(ppd->record.make_and_model, make_and_model, + sizeof(ppd->record.make_and_model)); + strlcpy(ppd->record.device_id, device_id, sizeof(ppd->record.device_id)); + + /* + * Strip confusing (and often wrong) "recommended" suffix added by + * Foomatic drivers... + */ + + if ((recommended = strstr(ppd->record.make_and_model, " (recommended)")) != NULL) + *recommended = '\0'; + + /* + * Return the new PPD pointer... + */ + + return (ppd); +} + + +/* + * 'cat_ppd()' - Copy a PPD file to stdout. + */ + +static int /* O - Exit code */ +cat_ppd(const char *name) /* I - PPD name */ +{ + char scheme[256], /* Scheme from PPD name */ + *sptr; /* Pointer into scheme */ + char line[1024]; /* Line/filename */ + + + /* + * Figure out if this is a static or dynamic PPD file... + */ + + strlcpy(scheme, name, sizeof(scheme)); + if ((sptr = strchr(scheme, ':')) != NULL) + { + *sptr = '\0'; + + if (!strcmp(scheme, "file")) + { + /* + * "file:name" == "name"... + */ + + name += 5; + scheme[0] = '\0'; + } + } + else + scheme[0] = '\0'; + + if (scheme[0]) + { + /* + * Dynamic PPD, see if we have a driver program to support it... + */ + + const char *serverbin; /* CUPS_SERVERBIN env var */ + + + if ((serverbin = getenv("CUPS_SERVERBIN")) == NULL) + serverbin = CUPS_SERVERBIN; + + snprintf(line, sizeof(line), "%s/driver/%s", serverbin, scheme); + if (access(line, X_OK)) + { + /* + * File does not exist or is not executable... + */ + + fprintf(stderr, "ERROR: [cups-driverd] Unable to access \"%s\" - %s\n", + line, strerror(errno)); + return (1); + } + + /* + * Yes, let it cat the PPD file... + */ + + if (execl(line, scheme, "cat", name, (char *)NULL)) + { + /* + * Unable to execute driver... + */ + + fprintf(stderr, "ERROR: [cups-driverd] Unable to execute \"%s\" - %s\n", + line, strerror(errno)); + return (1); + } + } + else + { + /* + * Static PPD, see if we have a valid path and it exists... + */ + + cups_file_t *fp; /* PPD file */ + const char *datadir; /* CUPS_DATADIR env var */ + + + if (name[0] == '/' || strstr(name, "../") || strstr(name, "/..")) + { + /* + * Bad name... + */ + + fprintf(stderr, "ERROR: [cups-driverd] Bad PPD name \"%s\"!\n", name); + return (1); + } + + /* + * Try opening the file... + */ + + if ((datadir = getenv("CUPS_DATADIR")) == NULL) + datadir = CUPS_DATADIR; + + snprintf(line, sizeof(line), "%s/model/%s", datadir, name); + if ((fp = cupsFileOpen(line, "r")) == NULL) + { + fprintf(stderr, "ERROR: [cups-driverd] Unable to open \"%s\" - %s\n", + line, strerror(errno)); + return (1); + } + + /* + * Now copy the file to stdout... + */ + + while (cupsFileGets(fp, line, sizeof(line))) + puts(line); + + cupsFileClose(fp); + } + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'compare_names()' - Compare PPD filenames for sorting. + */ + +static int /* O - Result of comparison */ +compare_names(const ppd_info_t *p0, /* I - First PPD file */ + const ppd_info_t *p1) /* I - Second PPD file */ +{ + return (strcasecmp(p0->record.name, p1->record.name)); +} + + +/* + * 'compare_ppds()' - Compare PPD file make and model names for sorting. + */ + +static int /* O - Result of comparison */ +compare_ppds(const ppd_info_t *p0, /* I - First PPD file */ + const ppd_info_t *p1) /* I - Second PPD file */ +{ + int diff; /* Difference between strings */ + + + /* + * First compare manufacturers... + */ + + if ((diff = strcasecmp(p0->record.make, p1->record.make)) != 0) + return (diff); + else if ((diff = cupsdCompareNames(p0->record.make_and_model, + p1->record.make_and_model)) != 0) + return (diff); + else + return (strcasecmp(p0->record.natural_language, + p1->record.natural_language)); +} + + +/* + * 'list_ppds()' - List PPD files. + */ + +static int /* O - Exit code */ +list_ppds(int request_id, /* I - Request ID */ + int limit, /* I - Limit */ + const char *opt) /* I - Option argument */ +{ + int i; /* Looping var */ + int count; /* Number of PPDs to send */ + ppd_info_t *ppd; /* Current PPD file */ + cups_file_t *fp; /* ppds.dat file */ + struct stat fileinfo; /* ppds.dat information */ + char filename[1024], /* ppds.dat filename */ + model[1024]; /* Model directory */ + const char *cups_cachedir; /* CUPS_CACHEDIR environment variable */ + const char *cups_datadir; /* CUPS_DATADIR environment variable */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + const char *requested, /* requested-attributes option */ + *make; /* ppd-make option */ + int send_natural_language, /* Send ppd-natural-language attribute? */ + send_make, /* Send ppd-make attribute? */ + send_make_and_model, /* Send ppd-make-and-model attribute? */ + send_name, /* Send ppd-name attribute? */ + send_device_id; /* Send ppd-device-id attribute? */ + + + fprintf(stderr, "DEBUG2: [cups-driverd] list_ppds(request_id=%d, limit=%d, opt=\"%s\"\n", + request_id, limit, opt); + + /* + * See if we a PPD database file... + */ + + NumPPDs = 0; + AllocPPDs = 0; + PPDs = (ppd_info_t *)NULL; + ChangedPPD = 0; + + if ((cups_cachedir = getenv("CUPS_CACHEDIR")) == NULL) + cups_cachedir = CUPS_CACHEDIR; + + snprintf(filename, sizeof(filename), "%s/ppds.dat", cups_cachedir); + if (!stat(filename, &fileinfo) && + (fileinfo.st_size % sizeof(ppd_rec_t)) == 0 && + (NumPPDs = fileinfo.st_size / sizeof(ppd_rec_t)) > 0) + { + /* + * We have a ppds.dat file, so read it! + */ + + AllocPPDs = NumPPDs; + + if ((PPDs = malloc(sizeof(ppd_info_t) * NumPPDs)) == NULL) + { + fprintf(stderr, + "ERROR: [cups-driverd] Unable to allocate memory for %d " + "PPD files!\n", NumPPDs); + NumPPDs = 0; + AllocPPDs = 0; + } + else if ((fp = cupsFileOpen(filename, "r")) != NULL) + { + for (i = NumPPDs, ppd = PPDs; i > 0; i --, ppd ++) + { + cupsFileRead(fp, (char *)&(ppd->record), sizeof(ppd_rec_t)); + ppd->found = 0; + } + + cupsFileClose(fp); + + fprintf(stderr, "INFO: [cups-driverd] Read \"%s\", %d PPDs...\n", + filename, NumPPDs); + } + else + { + fprintf(stderr, "ERROR: [cups-driverd] Unable to read \"%s\" - %s\n", filename, + strerror(errno)); + NumPPDs = 0; + } + } + + /* + * Load all PPDs in the specified directory and below... + */ + + SortedPPDs = NumPPDs; + + if ((cups_datadir = getenv("CUPS_DATADIR")) == NULL) + cups_datadir = CUPS_DATADIR; + + snprintf(model, sizeof(model), "%s/model", cups_datadir); + load_ppds(model, ""); + + /* + * Cull PPD files that are no longer present... + */ + + for (i = NumPPDs, ppd = PPDs; i > 0; i --, ppd ++) + if (!ppd->found) + { + /* + * Remove this PPD file from the list... + */ + + if (i > 1) + memmove(ppd, ppd + 1, (i - 1) * sizeof(ppd_info_t)); + + NumPPDs --; + ppd --; + } + + /* + * Sort the PPDs by name... + */ + + if (NumPPDs > 1) + qsort(PPDs, NumPPDs, sizeof(ppd_info_t), + (int (*)(const void *, const void *))compare_names); + + /* + * Write the new ppds.dat file... + */ + + if (ChangedPPD) + { + if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + for (i = NumPPDs, ppd = PPDs; i > 0; i --, ppd ++) + cupsFileWrite(fp, (char *)&(ppd->record), sizeof(ppd_rec_t)); + + cupsFileClose(fp); + + fprintf(stderr, "INFO: [cups-driverd] Wrote \"%s\", %d PPDs...\n", + filename, NumPPDs); + } + else + fprintf(stderr, "ERROR: [cups-driverd] Unable to write \"%s\" - %s\n", + filename, strerror(errno)); + } + else + fputs("INFO: [cups-driverd] No new or changed PPDs...\n", stderr); + + /* + * Scan for dynamic PPD files... + */ + + load_drivers(); + + /* + * Add the raw driver... + */ + + add_ppd("raw", "en", "Raw", "Raw Queue", "", 0, 0); + + /* + * Sort the PPDs by make and model... + */ + + if (NumPPDs > 1) + qsort(PPDs, NumPPDs, sizeof(ppd_info_t), + (int (*)(const void *, const void *))compare_ppds); + + /* + * Send IPP attributes... + */ + + num_options = cupsParseOptions(opt, 0, &options); + requested = cupsGetOption("requested-attributes", num_options, options); + make = cupsGetOption("ppd-make", num_options, options); + + fprintf(stderr, "DEBUG: [cups-driverd] requested=\"%s\"\n", + requested ? requested : "(nil)"); + + if (!requested || strstr(requested, "all")) + { + send_name = 1; + send_make = 1; + send_make_and_model = 1; + send_natural_language = 1; + send_device_id = 1; + } + else + { + send_name = strstr(requested, "ppd-name") != NULL; + send_make = strstr(requested, "ppd-make,") != NULL || + strstr(requested, ",ppd-make") != NULL || + !strcmp(requested, "ppd-make"); + send_make_and_model = strstr(requested, "ppd-make-and-model") != NULL; + send_natural_language = strstr(requested, "ppd-natural-language") != NULL; + send_device_id = strstr(requested, "ppd-device-id") != NULL; + } + + puts("Content-Type: application/ipp\n"); + + cupsdSendIPPHeader(IPP_OK, request_id); + cupsdSendIPPGroup(IPP_TAG_OPERATION); + cupsdSendIPPString(IPP_TAG_CHARSET, "attributes-charset", "utf-8"); + cupsdSendIPPString(IPP_TAG_LANGUAGE, "attributes-natural-language", "en-US"); + + if (limit <= 0 || limit > NumPPDs) + count = NumPPDs; + else + count = limit; + + for (i = NumPPDs, ppd = PPDs; count > 0 && i > 0; i --, ppd ++) + if (!make || !strcasecmp(ppd->record.make, make)) + { + /* + * Send this PPD... + */ + + fprintf(stderr, "DEBUG: [cups-driverd] Sending %s (%s)...\n", + ppd->record.name, ppd->record.make_and_model); + + count --; + + cupsdSendIPPGroup(IPP_TAG_PRINTER); + + if (send_name) + cupsdSendIPPString(IPP_TAG_NAME, "ppd-name", ppd->record.name); + + if (send_natural_language) + cupsdSendIPPString(IPP_TAG_LANGUAGE, "ppd-natural-language", + ppd->record.natural_language); + + if (send_make) + cupsdSendIPPString(IPP_TAG_TEXT, "ppd-make", ppd->record.make); + + if (send_make_and_model) + cupsdSendIPPString(IPP_TAG_TEXT, "ppd-make-and-model", + ppd->record.make_and_model); + + if (send_device_id) + cupsdSendIPPString(IPP_TAG_TEXT, "ppd-device-id", + ppd->record.device_id); + + /* + * If we have only requested the ppd-make attribute, then skip + * the remaining PPDs with this make... + */ + + if (requested && !strcmp(requested, "ppd-make")) + { + const char *this_make; /* This ppd-make */ + + + for (this_make = ppd->record.make, i --, ppd ++; i > 0; i --, ppd ++) + if (strcasecmp(this_make, ppd->record.make)) + break; + + i ++; + ppd --; + } + } + + cupsdSendIPPTrailer(); + + return (0); +} + + +/* + * 'load_ppds()' - Load PPD files recursively. + */ + +static int /* O - 1 on success, 0 on failure */ +load_ppds(const char *d, /* I - Actual directory */ + const char *p) /* I - Virtual path in name */ +{ + int i; /* Looping var */ + cups_file_t *fp; /* Pointer to file */ + cups_dir_t *dir; /* Directory pointer */ + cups_dentry_t *dent; /* Directory entry */ + char filename[1024], /* Name of PPD or directory */ + line[256], /* Line from backend */ + *ptr, /* Pointer into name */ + name[128], /* Name of PPD file */ + lang_version[64], /* PPD LanguageVersion */ + lang_encoding[64], /* PPD LanguageEncoding */ + country[64], /* Country code */ + manufacturer[256], /* Manufacturer */ + make_model[256], /* Make and Model */ + model_name[256], /* ModelName */ + nick_name[256], /* NickName */ + device_id[256]; /* 1284DeviceID */ + ppd_info_t *ppd, /* New PPD file */ + key; /* Search key */ + int new_ppd; /* Is this a new PPD? */ + struct /* LanguageVersion translation table */ + { + const char *version, /* LanguageVersion string */ + *language; /* Language code */ + } languages[] = + { + { "chinese", "cn" }, + { "danish", "da" }, + { "dutch", "nl" }, + { "english", "en" }, + { "finnish", "fi" }, + { "french", "fr" }, + { "german", "de" }, + { "greek", "el" }, + { "italian", "it" }, + { "japanese", "jp" }, + { "norwegian", "no" }, + { "polish", "pl" }, + { "portuguese", "pt" }, + { "russian", "ru" }, + { "slovak", "sk" }, + { "spanish", "es" }, + { "swedish", "sv" }, + { "turkish", "tr" } + }; + + + if ((dir = cupsDirOpen(d)) == NULL) + { + fprintf(stderr, "ERROR: [cups-driverd] Unable to open PPD directory \"%s\": %s\n", + d, strerror(errno)); + return (0); + } + + while ((dent = cupsDirRead(dir)) != NULL) + { + /* + * Skip files/directories starting with "."... + */ + + if (dent->filename[0] == '.') + continue; + + /* + * See if this is a file... + */ + + snprintf(filename, sizeof(filename), "%s/%s", d, dent->filename); + + if (p[0]) + snprintf(name, sizeof(name), "%s/%s", p, dent->filename); + else + strlcpy(name, dent->filename, sizeof(name)); + + if (S_ISDIR(dent->fileinfo.st_mode)) + { + /* + * Do subdirectory... + */ + + if (!load_ppds(filename, name)) + { + cupsDirClose(dir); + return (1); + } + + continue; + } + + /* + * See if this file has been scanned before... + */ + + if (SortedPPDs > 0) + { + strcpy(key.record.name, name); + + ppd = bsearch(&key, PPDs, SortedPPDs, sizeof(ppd_info_t), + (int (*)(const void *, const void *))compare_names); + + if (ppd && + ppd->record.size == dent->fileinfo.st_size && + ppd->record.mtime == dent->fileinfo.st_mtime) + { + ppd->found = 1; + continue; + } + } + else + ppd = NULL; + + /* + * No, file is new/changed, so re-scan it... + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + continue; + + /* + * Now see if this is a PPD file... + */ + + line[0] = '\0'; + cupsFileGets(fp, line, sizeof(line)); + + if (strncmp(line, "*PPD-Adobe:", 11)) + { + /* + * Nope, close the file and continue... + */ + + cupsFileClose(fp); + + continue; + } + + /* + * Now read until we get the NickName field... + */ + + model_name[0] = '\0'; + nick_name[0] = '\0'; + manufacturer[0] = '\0'; + device_id[0] = '\0'; + lang_encoding[0] = '\0'; + strcpy(lang_version, "en"); + + while (cupsFileGets(fp, line, sizeof(line)) != NULL) + { + if (!strncmp(line, "*Manufacturer:", 14)) + sscanf(line, "%*[^\"]\"%255[^\"]", manufacturer); + else if (!strncmp(line, "*ModelName:", 11)) + sscanf(line, "%*[^\"]\"%127[^\"]", model_name); + else if (!strncmp(line, "*LanguageEncoding:", 18)) + sscanf(line, "%*[^:]:%63s", lang_encoding); + else if (!strncmp(line, "*LanguageVersion:", 17)) + sscanf(line, "%*[^:]:%63s", lang_version); + else if (!strncmp(line, "*NickName:", 10)) + sscanf(line, "%*[^\"]\"%255[^\"]", nick_name); + else if (!strncasecmp(line, "*1284DeviceID:", 14)) + sscanf(line, "%*[^\"]\"%255[^\"]", device_id); + else if (!strncmp(line, "*OpenUI", 7)) + { + /* + * Stop early if we have a NickName or ModelName attributes + * before the first OpenUI... + */ + + if (model_name[0] || nick_name[0]) + break; + } + } + + /* + * Close the file... + */ + + cupsFileClose(fp); + + /* + * See if we got all of the required info... + */ + + if (nick_name[0]) + cupsCharsetToUTF8((cups_utf8_t *)make_model, nick_name, + sizeof(make_model), _ppdGetEncoding(lang_encoding)); + else + strcpy(make_model, model_name); + + while (isspace(make_model[0] & 255)) + _cups_strcpy(make_model, make_model + 1); + + if (!make_model[0]) + continue; /* Nope... */ + + /* + * See if we got a manufacturer... + */ + + while (isspace(manufacturer[0] & 255)) + _cups_strcpy(manufacturer, manufacturer + 1); + + if (!manufacturer[0] || !strcmp(manufacturer, "ESP")) + { + /* + * Nope, copy the first part of the make and model then... + */ + + strlcpy(manufacturer, make_model, sizeof(manufacturer)); + + /* + * Truncate at the first space, dash, or slash, or make the + * manufacturer "Other"... + */ + + for (ptr = manufacturer; *ptr; ptr ++) + if (*ptr == ' ' || *ptr == '-' || *ptr == '/') + break; + + if (*ptr && ptr > manufacturer) + *ptr = '\0'; + else if (!strncasecmp(manufacturer, "agfa", 4)) + strcpy(manufacturer, "AGFA"); + else if (!strncasecmp(manufacturer, "herk", 4) || + !strncasecmp(manufacturer, "linotype", 8)) + strcpy(manufacturer, "LHAG"); + else + strcpy(manufacturer, "Other"); + + /* + * Hack for various vendors... + */ + + if (!strcasecmp(manufacturer, "XPrint")) + strcpy(manufacturer, "Xerox"); + else if (!strcasecmp(manufacturer, "Eastman")) + strcpy(manufacturer, "Kodak"); + else if (!strcasecmp(manufacturer, "laserwriter")) + strcpy(manufacturer, "Apple"); + else if (!strcasecmp(manufacturer, "colorpoint")) + strcpy(manufacturer, "Seiko"); + else if (!strcasecmp(manufacturer, "fiery")) + strcpy(manufacturer, "EFI"); + else if (!strcasecmp(manufacturer, "ps") || + !strcasecmp(manufacturer, "colorpass")) + strcpy(manufacturer, "Canon"); + else if (!strncasecmp(manufacturer, "primera", 7)) + strcpy(manufacturer, "Fargo"); + else if (!strcasecmp(manufacturer, "designjet")) + strcpy(manufacturer, "HP"); + } + else if (!strncasecmp(manufacturer, "LHAG", 4) || + !strncasecmp(manufacturer, "linotype", 8)) + strcpy(manufacturer, "LHAG"); + + /* + * Fix the lang_version as needed... + */ + + if ((ptr = strchr(lang_version, '-')) != NULL) + *ptr++ = '\0'; + else if ((ptr = strchr(lang_version, '_')) != NULL) + *ptr++ = '\0'; + + if (ptr) + { + /* + * Setup the country suffix... + */ + + country[0] = '_'; + _cups_strcpy(country + 1, ptr); + } + else + { + /* + * No country suffix... + */ + + country[0] = '\0'; + } + + for (i = 0; i < (int)(sizeof(languages) / sizeof(languages[0])); i ++) + if (!strcasecmp(languages[i].version, lang_version)) + break; + + if (i < (int)(sizeof(languages) / sizeof(languages[0]))) + { + /* + * Found a known language... + */ + + snprintf(lang_version, sizeof(lang_version), "%s%s", + languages[i].language, country); + } + else + { + /* + * Unknown language; use "xx"... + */ + + strcpy(lang_version, "xx"); + } + + /* + * Add the PPD file... + */ + + new_ppd = !ppd; + + if (new_ppd) + { + /* + * Add new PPD file... + */ + + fprintf(stderr, "DEBUG: [cups-driverd] Adding ppd \"%s\"...\n", name); + + if (!add_ppd(name, lang_version, manufacturer, make_model, device_id, + dent->fileinfo.st_mtime, dent->fileinfo.st_size)) + { + cupsDirClose(dir); + return (0); + } + } + else + { + /* + * Update existing record... + */ + + fprintf(stderr, "DEBUG: [cups-driverd] Updating ppd \"%s\"...\n", name); + + memset(ppd, 0, sizeof(ppd_info_t)); + + ppd->found = 1; + ppd->record.mtime = dent->fileinfo.st_mtime; + ppd->record.size = dent->fileinfo.st_size; + + strlcpy(ppd->record.name, name, sizeof(ppd->record.name)); + strlcpy(ppd->record.make, manufacturer, sizeof(ppd->record.make)); + strlcpy(ppd->record.make_and_model, make_model, + sizeof(ppd->record.make_and_model)); + strlcpy(ppd->record.natural_language, lang_version, + sizeof(ppd->record.natural_language)); + strlcpy(ppd->record.device_id, device_id, sizeof(ppd->record.device_id)); + } + + ChangedPPD = 1; + } + + cupsDirClose(dir); + + return (1); +} + + +/* + * 'load_drivers()' - Load driver-generated PPD files. + */ + +static int /* O - 1 on success, 0 on failure */ +load_drivers(void) +{ + const char *server_bin; /* CUPS_SERVERBIN environment variable */ + char drivers[1024]; /* Location of driver programs */ + FILE *fp; /* Pipe to driver program */ + cups_dir_t *dir; /* Directory pointer */ + cups_dentry_t *dent; /* Directory entry */ + char filename[1024], /* Name of driver */ + line[2048], /* Line from driver */ + name[512], /* ppd-name */ + natural_language[128], /* ppd-natural-language */ + make[128], /* ppd-make */ + make_and_model[256], /* ppd-make-and-model */ + device_id[256]; /* ppd-device-id */ + + + /* + * Try opening the driver directory... + */ + + if ((server_bin = getenv("CUPS_SERVERBIN")) == NULL) + server_bin = CUPS_SERVERBIN; + + snprintf(drivers, sizeof(drivers), "%s/driver", server_bin); + + if ((dir = cupsDirOpen(drivers)) == NULL) + { + fprintf(stderr, "ERROR: [cups-driverd] Unable to open driver directory " + "\"%s\": %s\n", + drivers, strerror(errno)); + return (0); + } + + /* + * Loop through all of the device drivers... + */ + + while ((dent = cupsDirRead(dir)) != NULL) + { + /* + * Only look at executable files... + */ + + if (!(dent->fileinfo.st_mode & 0111) || !S_ISREG(dent->fileinfo.st_mode)) + continue; + + /* + * Run the driver with no arguments and collect the output... + */ + + snprintf(filename, sizeof(filename), "%s/%s list", drivers, dent->filename); + if ((fp = popen(filename, "r")) != NULL) + { + while (fgets(line, sizeof(line), fp) != NULL) + { + /* + * Each line is of the form: + * + * \"ppd-name\" ppd-natural-language "ppd-make" "ppd-make-and-model" + */ + + device_id[0] = '\0'; + + if (sscanf(line, "\"%511[^\"]\"%127s%*[ \t]\"%127[^\"]\"" + "%*[ \t]\"%256[^\"]\"%*[ \t]\"%256[^\"]\"", + name, natural_language, make, make_and_model, + device_id) < 4) + { + /* + * Bad format; strip trailing newline and write an error message. + */ + + if (line[strlen(line) - 1] == '\n') + line[strlen(line) - 1] = '\0'; + + fprintf(stderr, "ERROR: [cups-driverd] Bad line from \"%s\": %s\n", + dent->filename, line); + break; + } + else + { + /* + * Add the device to the array of available devices... + */ + + if (!add_ppd(name, natural_language, make, make_and_model, device_id, + 0, 0)) + { + cupsDirClose(dir); + return (0); + } + + fprintf(stderr, "DEBUG: [cups-driverd] Added dynamic PPD \"%s\"...\n", + name); + } + } + + pclose(fp); + } + else + fprintf(stderr, "WARNING: [cups-driverd] Unable to execute \"%s\": %s\n", + filename, strerror(errno)); + } + + cupsDirClose(dir); + + return (1); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/cups-lpd.c b/scheduler/cups-lpd.c new file mode 100644 index 0000000000..5aa0afd3f9 --- /dev/null +++ b/scheduler/cups-lpd.c @@ -0,0 +1,1729 @@ +/* + * "$Id$" + * + * Line Printer Daemon interface for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Process an incoming LPD request... + * create_job() - Create a new print job. + * get_printer() - Get the named printer and its options. + * print_file() - Add a file to the current job. + * recv_print_job() - Receive a print job from the client. + * remove_jobs() - Cancel one or more jobs. + * send_state() - Send the queue state. + * smart_gets() - Get a line of text, removing the trailing CR and/or LF. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include + +#ifdef HAVE_INTTYPES_H +# include +#endif /* HAVE_INTTYPES_H */ + +#ifdef HAVE_COREFOUNDATION_H +# include +#endif /* HAVE_COREFOUNDATION_H */ +#ifdef HAVE_CFPRIV_H +# include +#endif /* HAVE_CFPRIV_H */ + + +/* + * LPD "mini-daemon" for CUPS. This program must be used in conjunction + * with inetd or another similar program that monitors ports and starts + * daemons for each client connection. A typical configuration is: + * + * printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd + * + * This daemon implements most of RFC 1179 (the unofficial LPD specification) + * except for: + * + * - This daemon does not check to make sure that the source port is + * between 721 and 731, since it isn't necessary for proper + * functioning and port-based security is no security at all! + * + * - The "Print any waiting jobs" command is a no-op. + * + * The LPD-to-IPP mapping is as defined in RFC 2569. The report formats + * currently match the Solaris LPD mini-daemon. + */ + +/* + * Prototypes... + */ + +static int create_job(http_t *http, const char *dest, const char *title, + const char *user, int num_options, + cups_option_t *options); +static int get_printer(http_t *http, const char *name, char *dest, + int destsize, cups_option_t **options, + int *accepting, int *shared, ipp_pstate_t *state); +static int print_file(http_t *http, int id, const char *filename, + const char *docname, const char *user, + const char *format, int last); +static int recv_print_job(const char *name, int num_defaults, + cups_option_t *defaults); +static int remove_jobs(const char *name, const char *agent, + const char *list); +static int send_state(const char *name, const char *list, + int longstatus); +static char *smart_gets(char *s, int len, FILE *fp); + + +/* + * 'main()' - Process an incoming LPD request... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + int num_defaults; /* Number of default options */ + cups_option_t *defaults; /* Default options */ + char line[256], /* Command string */ + command, /* Command code */ + *dest, /* Pointer to destination */ + *list, /* Pointer to list */ + *agent, /* Pointer to user */ + status; /* Status for client */ + socklen_t hostlen; /* Size of client address */ + http_addr_t hostaddr; /* Address of client */ + char hostname[256], /* Name of client */ + hostip[256], /* IP address */ + *hostfamily; /* Address family */ + int hostlookups; /* Do hostname lookups? */ + + + /* + * Don't buffer the output... + */ + + setbuf(stdout, NULL); + + /* + * Log things using the "cups-lpd" name... + */ + + openlog("cups-lpd", LOG_PID, LOG_LPR); + + /* + * Scan the command-line for options... + */ + + num_defaults = 0; + defaults = NULL; + hostlookups = 1; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + { + switch (argv[i][1]) + { + case 'o' : /* Option */ + if (argv[i][2]) + num_defaults = cupsParseOptions(argv[i] + 2, num_defaults, + &defaults); + else + { + i ++; + if (i < argc) + num_defaults = cupsParseOptions(argv[i], num_defaults, + &defaults); + else + syslog(LOG_WARNING, "Expected option string after -o option!"); + } + break; + + case 'n' : /* Don't do hostname lookups */ + hostlookups = 0; + break; + + default : + syslog(LOG_WARNING, "Unknown option \"%c\" ignored!", argv[i][1]); + break; + } + } + else + syslog(LOG_WARNING, "Unknown command-line option \"%s\" ignored!", + argv[i]); + + /* + * Get the address of the client... + */ + + hostlen = sizeof(hostaddr); + + if (getpeername(0, (struct sockaddr *)&hostaddr, &hostlen)) + { + syslog(LOG_WARNING, "Unable to get client address - %s", strerror(errno)); + strcpy(hostname, "unknown"); + } + else + { + httpAddrString(&hostaddr, hostip, sizeof(hostip)); + + if (hostlookups) + httpAddrLookup(&hostaddr, hostname, sizeof(hostname)); + else + strlcpy(hostname, hostip, sizeof(hostname)); + +#ifdef AF_INET6 + if (hostaddr.addr.sa_family == AF_INET6) + hostfamily = "IPv6"; + else +#endif /* AF_INET6 */ + hostfamily = "IPv4"; + + syslog(LOG_INFO, "Connection from %s (%s %s)", hostname, hostfamily, + hostip); + } + + num_defaults = cupsAddOption("job-originating-host-name", hostname, + num_defaults, &defaults); + + /* + * RFC1179 specifies that only 1 daemon command can be received for + * every connection. + */ + + if (smart_gets(line, sizeof(line), stdin) == NULL) + { + /* + * Unable to get command from client! Send an error status and return. + */ + + syslog(LOG_ERR, "Unable to get command line from client!"); + putchar(1); + return (1); + } + + /* + * The first byte is the command byte. After that will be the queue name, + * resource list, and/or user name. + */ + + command = line[0]; + dest = line + 1; + + if (command == 0x02) + list = NULL; + else + { + for (list = dest + 1; *list && !isspace(*list & 255); list ++); + + while (isspace(*list & 255)) + *list++ = '\0'; + } + + /* + * Do the command... + */ + + switch (command) + { + default : /* Unknown command */ + syslog(LOG_ERR, "Unknown LPD command 0x%02X!", command); + syslog(LOG_ERR, "Command line = %s", line + 1); + putchar(1); + + status = 1; + break; + + case 0x01 : /* Print any waiting jobs */ + syslog(LOG_INFO, "Print waiting jobs (no-op)"); + putchar(0); + + status = 0; + break; + + case 0x02 : /* Receive a printer job */ + syslog(LOG_INFO, "Receive print job for %s", dest); + /* recv_print_job() sends initial status byte */ + + status = recv_print_job(dest, num_defaults, defaults); + break; + + case 0x03 : /* Send queue state (short) */ + syslog(LOG_INFO, "Send queue state (short) for %s %s", dest, list); + /* no status byte for this command */ + + status = send_state(dest, list, 0); + break; + + case 0x04 : /* Send queue state (long) */ + syslog(LOG_INFO, "Send queue state (long) for %s %s", dest, list); + /* no status byte for this command */ + + status = send_state(dest, list, 1); + break; + + case 0x05 : /* Remove jobs */ + /* + * Grab the agent and skip to the list of users and/or jobs. + */ + + agent = list; + + for (; *list && !isspace(*list & 255); list ++); + while (isspace(*list & 255)) + *list++ = '\0'; + + syslog(LOG_INFO, "Remove jobs %s on %s by %s", list, dest, agent); + + status = remove_jobs(dest, agent, list); + + putchar(status); + break; + } + + syslog(LOG_INFO, "Closing connection"); + closelog(); + + return (status); +} + + +/* + * 'create_job()' - Create a new print job. + */ + +static int /* O - Job ID or -1 on error */ +create_job(http_t *http, /* I - HTTP connection */ + const char *dest, /* I - Destination name */ + const char *title, /* I - job-name */ + const char *user, /* I - requesting-user-name */ + int num_options, /* I - Number of options for job */ + cups_option_t *options) /* I - Options for job */ +{ + ipp_t *request; /* IPP request */ + ipp_t *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + int id; /* Job ID */ + + + /* + * Setup the Create-Job request... + */ + + request = ippNewRequest(IPP_CREATE_JOB); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", dest); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + if (title) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", + NULL, title); + + cupsEncodeOptions(request, num_options, options); + + /* + * Do the request... + */ + + snprintf(uri, sizeof(uri), "/printers/%s", dest); + + response = cupsDoRequest(http, request, uri); + + if (!response || cupsLastError() > IPP_OK_CONFLICT) + { + syslog(LOG_ERR, "Unable to create job - %s", cupsLastErrorString()); + + ippDelete(response); + + return (-1); + } + + /* + * Get the job-id value from the response and return it... + */ + + if ((attr = ippFindAttribute(response, "job-id", IPP_TAG_INTEGER)) == NULL) + { + id = -1; + + syslog(LOG_ERR, "No job-id attribute found in response from server!"); + } + else + { + id = attr->values[0].integer; + + syslog(LOG_INFO, "Print file - job ID = %d", id); + } + + ippDelete(response); + + return (id); +} + + +/* + * 'get_printer()' - Get the named printer and its options. + */ + +static int /* O - Number of options or -1 on error */ +get_printer(http_t *http, /* I - HTTP connection */ + const char *name, /* I - Printer name from request */ + char *dest, /* I - Destination buffer */ + int destsize, /* I - Size of destination buffer */ + cups_option_t **options, /* O - Printer options */ + int *accepting, /* O - printer-is-accepting-jobs value */ + int *shared, /* O - printer-is-shared value */ + ipp_pstate_t *state) /* O - printer-state value */ +{ + int num_options; /* Number of options */ + cups_file_t *fp; /* lpoptions file */ + char line[1024], /* Line from lpoptions file */ + *value, /* Pointer to value on line */ + *optptr; /* Pointer to options on line */ + int linenum; /* Line number in file */ + const char *cups_serverroot; /* CUPS_SERVERROOT env var */ + ipp_t *request; /* IPP request */ + ipp_t *response; /* IPP response */ + ipp_attribute_t *attr; /* IPP attribute */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + static const char * const requested[] = + { /* Requested attributes */ + "printer-info", + "printer-is-accepting-jobs", + "printer-is-shared", + "printer-name", + "printer-state" + }; + + + /* + * Initialize everything... + */ + + if (accepting) + *accepting = 0; + if (shared) + *shared = 0; + if (state) + *state = IPP_PRINTER_STOPPED; + if (options) + *options = NULL; + + /* + * If the queue name contains a space, lookup the printer-name using + * the printer-info value... + */ + + if (strchr(name, ' ')) + { + /* + * Lookup the printer-info... + */ + + ipp_attribute_t *accepting_attr,/* printer-is-accepting-jobs */ + *info_attr, /* printer-info */ + *name_attr, /* printer-name */ + *shared_attr, /* printer-is-shared */ + *state_attr; /* printer-state */ + + + /* + * Setup the CUPS-Get-Printers request... + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + (int)(sizeof(requested) / sizeof(requested[0])), + NULL, requested); + + /* + * Do the request... + */ + + response = cupsDoRequest(http, request, "/"); + + if (!response || cupsLastError() > IPP_OK_CONFLICT) + { + syslog(LOG_ERR, "Unable to get list of printers - %s", + cupsLastErrorString()); + + ippDelete(response); + + return (-1); + } + + /* + * Scan the response for printers... + */ + + *dest = '\0'; + attr = response->attrs; + + while (attr) + { + /* + * Skip to the next printer... + */ + + while (attr && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (!attr) + break; + + /* + * Get all of the attributes for the current printer... + */ + + accepting_attr = NULL; + info_attr = NULL; + name_attr = NULL; + shared_attr = NULL; + state_attr = NULL; + + while (attr && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "printer-is-accepting-jobs") && + attr->value_tag == IPP_TAG_BOOLEAN) + accepting_attr = attr; + else if (!strcmp(attr->name, "printer-info") && + attr->value_tag == IPP_TAG_TEXT) + info_attr = attr; + else if (!strcmp(attr->name, "printer-name") && + attr->value_tag == IPP_TAG_NAME) + name_attr = attr; + else if (!strcmp(attr->name, "printer-is-shared") && + attr->value_tag == IPP_TAG_BOOLEAN) + shared_attr = attr; + else if (!strcmp(attr->name, "printer-state") && + attr->value_tag == IPP_TAG_ENUM) + state_attr = attr; + + attr = attr->next; + } + + if (info_attr && name_attr && + !strcasecmp(name, info_attr->values[0].string.text)) + { + /* + * Found a match, use this one! + */ + + strlcpy(dest, name_attr->values[0].string.text, destsize); + + if (accepting && accepting_attr) + *accepting = accepting_attr->values[0].boolean; + + if (shared && shared_attr) + *shared = shared_attr->values[0].boolean; + + if (state && state_attr) + *state = (ipp_pstate_t)state_attr->values[0].integer; + + break; + } + } + + ippDelete(response); + + if (!*dest) + { + syslog(LOG_ERR, "Unable to find \"%s\" in list of printers!", name); + + return (-1); + } + + name = dest; + } + else + { + /* + * Otherwise treat it as a queue name optionally with an instance name. + */ + + strlcpy(dest, name, destsize); + if ((value = strchr(dest, '/')) != NULL) + *value = '\0'; + + /* + * Setup the Get-Printer-Attributes request... + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", dest); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + (int)(sizeof(requested) / sizeof(requested[0])), + NULL, requested); + + /* + * Do the request... + */ + + response = cupsDoRequest(http, request, "/"); + + if (!response || cupsLastError() > IPP_OK_CONFLICT) + { + syslog(LOG_ERR, "Unable to check printer status - %s", + cupsLastErrorString()); + + ippDelete(response); + + return (-1); + } + + /* + * Get values from the response... + */ + + if (accepting) + { + if ((attr = ippFindAttribute(response, "printer-is-accepting-jobs", + IPP_TAG_BOOLEAN)) == NULL) + syslog(LOG_ERR, "No printer-is-accepting-jobs attribute found in " + "response from server!"); + else + *accepting = attr->values[0].boolean; + } + + if (shared) + { + if ((attr = ippFindAttribute(response, "printer-is-shared", + IPP_TAG_BOOLEAN)) == NULL) + { + syslog(LOG_ERR, "No printer-is-shared attribute found in " + "response from server!"); + *shared = 1; + } + else + *shared = attr->values[0].boolean; + } + + if (state) + { + if ((attr = ippFindAttribute(response, "printer-state", + IPP_TAG_ENUM)) == NULL) + syslog(LOG_ERR, "No printer-state attribute found in " + "response from server!"); + else + *state = (ipp_pstate_t)attr->values[0].integer; + } + + ippDelete(response); + } + + /* + * Override shared value for LPD using system-specific APIs... + */ + +#ifdef HAVE_CFPRIV_H /* MacOS X */ + if (shared && *shared) + { + CFURLRef prefsurl; /* */ + CFDataRef xmldata; /* */ + CFPropertyListRef plist; /* */ + CFStringRef queueid; /* */ + CFArrayRef lprqarray; /* */ + CFBooleanRef serverflag; /* */ + Boolean prefsok; /* */ + static const char printerprefsfile[] = + "/Library/Preferences/com.apple.printservice.plist"; + /* Preferences file */ + + + /* + * See if we are running on MacOS X Server... + */ + + CFDictionaryRef versdict = _CFCopyServerVersionDictionary(); + + if (versdict) + { + /* + * Yes, use the LPR sharing preference... + */ + + CFRelease(versdict); + + *shared = 0; + + prefsurl = CFURLCreateFromFileSystemRepresentation( + kCFAllocatorDefault, + (const UInt8 *)printerprefsfile, + (CFIndex)strlen(printerprefsfile), + false); + if (prefsurl) + { + prefsok = CFURLCreateDataAndPropertiesFromResource( + kCFAllocatorDefault, prefsurl, &xmldata, + NULL, NULL, NULL); + if (prefsok) + { + plist = CFPropertyListCreateFromXMLData(kCFAllocatorDefault, xmldata, + kCFPropertyListImmutable, NULL); + if (plist) + { + serverflag = (CFBooleanRef)CFDictionaryGetValue( + (CFDictionaryRef)plist, CFSTR("serviceState")); + + if (serverflag && CFBooleanGetValue(serverflag)) + { + lprqarray = (CFArrayRef)CFDictionaryGetValue( + (CFDictionaryRef)plist, CFSTR("lprSharedQueues")); + + if (lprqarray) + { + queueid = CFStringCreateWithCString(CFAllocatorGetDefault(), + dest, + kCFStringEncodingUTF8); + + if (queueid) + { + *shared = CFArrayContainsValue( + lprqarray, + CFRangeMake(0, CFArrayGetCount(lprqarray)), + queueid); + + CFRelease(queueid); + } + + CFRelease(lprqarray); + } + } + + if (serverflag) + CFRelease(serverflag); + + CFRelease(plist); + } + } + + CFRelease(prefsurl); + } + + if (!shared) + syslog(LOG_ERR, "Warning - Print Service sharing disabled for LPD " + "on queue: %s", name); + } + } +#endif /* HAVE_CFPRIV_H */ + + /* + * Next look for the printer in the lpoptions file... + */ + + num_options = 0; + + if (options && shared && accepting) + { + if ((cups_serverroot = getenv("CUPS_SERVERROOT")) == NULL) + cups_serverroot = CUPS_SERVERROOT; + + snprintf(line, sizeof(line), "%s/lpoptions", cups_serverroot); + if ((fp = cupsFileOpen(line, "r")) != NULL) + { + linenum = 0; + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + /* + * Make sure we have "Dest name options" or "Default name options"... + */ + + if ((strcasecmp(line, "Dest") && strcasecmp(line, "Default")) || !value) + continue; + + /* + * Separate destination name from options... + */ + + for (optptr = value; *optptr && !isspace(*optptr & 255); optptr ++); + + while (*optptr == ' ') + *optptr++ = '\0'; + + /* + * If this is our destination, parse the options and break out of + * the loop - we're done! + */ + + if (!strcasecmp(value, name)) + { + num_options = cupsParseOptions(optptr, num_options, options); + break; + } + } + + cupsFileClose(fp); + } + } + else if (options) + *options = NULL; + + /* + * Return the number of options for this destination... + */ + + return (num_options); +} + + +/* + * 'print_file()' - Add a file to the current job. + */ + +static int /* O - 0 on success, -1 on failure */ +print_file(http_t *http, /* I - HTTP connection */ + int id, /* I - Job ID */ + const char *filename, /* I - File to print */ + const char *docname, /* I - document-name */ + const char *user, /* I - requesting-user-name */ + const char *format, /* I - document-format */ + int last) /* I - 1 = last file in job */ +{ + ipp_t *request; /* IPP request */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + + + /* + * Setup the Send-Document request... + */ + + request = ippNewRequest(IPP_SEND_DOCUMENT); + + snprintf(uri, sizeof(uri), "ipp://localhost/jobs/%d", id); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + + if (docname) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "document-name", NULL, docname); + + if (format) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, + "document-format", NULL, format); + + if (last) + ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", 1); + + /* + * Do the request... + */ + + snprintf(uri, sizeof(uri), "/jobs/%d", id); + + ippDelete(cupsDoFileRequest(http, request, uri, filename)); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + syslog(LOG_ERR, "Unable to send document - %s", cupsLastErrorString()); + + return (-1); + } + + return (0); +} + + +/* + * 'recv_print_job()' - Receive a print job from the client. + */ + +static int /* O - Command status */ +recv_print_job( + const char *queue, /* I - Printer name */ + int num_defaults, /* I - Number of default options */ + cups_option_t *defaults) /* I - Default options */ +{ + http_t *http; /* HTTP connection */ + int i; /* Looping var */ + int status; /* Command status */ + int fd; /* Temporary file */ + FILE *fp; /* File pointer */ + char filename[1024]; /* Temporary filename */ + int bytes; /* Bytes received */ + char line[256], /* Line from file/stdin */ + command, /* Command from line */ + *count, /* Number of bytes */ + *name; /* Name of file */ + const char *job_sheets; /* Job sheets */ + int num_data; /* Number of data files */ + char control[1024], /* Control filename */ + data[100][256], /* Data files */ + temp[100][1024]; /* Temporary files */ + char user[1024], /* User name */ + title[1024], /* Job title */ + docname[1024], /* Document name */ + dest[256]; /* Printer/class queue */ + int accepting, /* printer-is-accepting */ + shared, /* printer-is-shared */ + num_options; /* Number of options */ + cups_option_t *options; /* Options */ + int id; /* Job ID */ + int docnumber, /* Current document number */ + doccount; /* Count of documents */ + + + /* + * Connect to the server... + */ + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + if (!http) + { + syslog(LOG_ERR, "Unable to connect to server: %s", strerror(errno)); + + putchar(1); + + return (1); + } + + /* + * See if the printer is available... + */ + + num_options = get_printer(http, queue, dest, sizeof(dest), &options, + &accepting, &shared, NULL); + + if (num_options < 0 || !accepting || !shared) + { + if (dest[0]) + syslog(LOG_INFO, "Rejecting job because \"%s\" is not %s", dest, + !accepting ? "accepting jobs" : "shared"); + else + syslog(LOG_ERR, "Unable to get printer information for \"%s\"", queue); + + httpClose(http); + + putchar(1); + + return (1); + } + + putchar(0); /* OK so far... */ + + /* + * Read the request... + */ + + status = 0; + num_data = 0; + fd = -1; + + control[0] = '\0'; + + while (smart_gets(line, sizeof(line), stdin) != NULL) + { + if (strlen(line) < 2) + { + status = 1; + break; + } + + command = line[0]; + count = line + 1; + + for (name = count + 1; *name && !isspace(*name & 255); name ++); + while (isspace(*name & 255)) + *name++ = '\0'; + + switch (command) + { + default : + case 0x01 : /* Abort */ + status = 1; + break; + + case 0x02 : /* Receive control file */ + if (strlen(name) < 2) + { + syslog(LOG_ERR, "Bad control file name \"%s\"", name); + putchar(1); + status = 1; + break; + } + + if (control[0]) + { + /* + * Append to the existing control file - the LPD spec is + * not entirely clear, but at least the OS/2 LPD code sends + * multiple control files per connection... + */ + + if ((fd = open(control, O_WRONLY)) < 0) + { + syslog(LOG_ERR, + "Unable to append to temporary control file \"%s\" - %s", + control, strerror(errno)); + putchar(1); + status = 1; + break; + } + + lseek(fd, 0, SEEK_END); + } + else + { + if ((fd = cupsTempFd(control, sizeof(control))) < 0) + { + syslog(LOG_ERR, "Unable to open temporary control file \"%s\" - %s", + control, strerror(errno)); + putchar(1); + status = 1; + break; + } + + strcpy(filename, control); + } + break; + + case 0x03 : /* Receive data file */ + if (strlen(name) < 2) + { + syslog(LOG_ERR, "Bad data file name \"%s\"", name); + putchar(1); + status = 1; + break; + } + + if (num_data >= (int)(sizeof(data) / sizeof(data[0]))) + { + /* + * Too many data files... + */ + + syslog(LOG_ERR, "Too many data files (%d)", num_data); + putchar(1); + status = 1; + break; + } + + strlcpy(data[num_data], name, sizeof(data[0])); + + if ((fd = cupsTempFd(temp[num_data], sizeof(temp[0]))) < 0) + { + syslog(LOG_ERR, "Unable to open temporary data file \"%s\" - %s", + temp[num_data], strerror(errno)); + putchar(1); + status = 1; + break; + } + + strcpy(filename, temp[num_data]); + + num_data ++; + break; + } + + putchar(status); + + if (status) + break; + + /* + * Copy the data or control file from the client... + */ + + for (i = atoi(count); i > 0; i -= bytes) + { + if (i > sizeof(line)) + bytes = sizeof(line); + else + bytes = i; + + if ((bytes = fread(line, 1, bytes, stdin)) > 0) + bytes = write(fd, line, bytes); + + if (bytes < 1) + { + syslog(LOG_ERR, "Error while reading file - %s", + strerror(errno)); + status = 1; + break; + } + } + + /* + * Read trailing nul... + */ + + if (!status) + { + if (fread(line, 1, 1, stdin) < 1) + { + status = 1; + syslog(LOG_ERR, "Error while reading trailing nul - %s", + strerror(errno)); + } + else if (line[0]) + { + status = 1; + syslog(LOG_ERR, "Trailing character after file is not nul (%02X)!", + line[0]); + } + } + + /* + * Close the file and send an acknowledgement... + */ + + close(fd); + + putchar(status); + + if (status) + break; + } + + if (!status) + { + /* + * Process the control file and print stuff... + */ + + if ((fp = fopen(control, "rb")) == NULL) + status = 1; + else + { + /* + * Copy the default options... + */ + + for (i = 0; i < num_defaults; i ++) + num_options = cupsAddOption(defaults[i].name, + defaults[i].value, + num_options, &options); + + /* + * Grab the job information... + */ + + title[0] = '\0'; + user[0] = '\0'; + doccount = 0; + + while (smart_gets(line, sizeof(line), fp) != NULL) + { + /* + * Process control lines... + */ + + switch (line[0]) + { + case 'J' : /* Job name */ + strlcpy(title, line + 1, sizeof(title)); + break; + + case 'P' : /* User identification */ + strlcpy(user, line + 1, sizeof(user)); + break; + + case 'L' : /* Print banner page */ + /* + * If a banner was requested and it's not overridden by a + * command line option and the destination's default is none + * then add the standard banner... + */ + + if (cupsGetOption("job-sheets", num_defaults, defaults) == NULL && + ((job_sheets = cupsGetOption("job-sheets", num_options, + options)) == NULL || + !strcmp(job_sheets, "none,none"))) + { + num_options = cupsAddOption("job-sheets", "standard", + num_options, &options); + } + break; + + case 'c' : /* Plot CIF file */ + case 'd' : /* Print DVI file */ + case 'f' : /* Print formatted file */ + case 'g' : /* Plot file */ + case 'l' : /* Print file leaving control characters (raw) */ + case 'n' : /* Print ditroff output file */ + case 'o' : /* Print PostScript output file */ + case 'p' : /* Print file with 'pr' format (prettyprint) */ + case 'r' : /* File to print with FORTRAN carriage control */ + case 't' : /* Print troff output file */ + case 'v' : /* Print raster file */ + doccount ++; + + if (line[0] == 'l' && + !cupsGetOption("document-format", num_options, options)) + num_options = cupsAddOption("raw", "", num_options, &options); + + if (line[0] == 'p') + num_options = cupsAddOption("prettyprint", "", num_options, + &options); + break; + } + + if (status) + break; + } + + /* + * Check that we have a username... + */ + + if (!user[0]) + { + syslog(LOG_WARNING, "No username specified by client! " + "Using \"anonymous\"..."); + strcpy(user, "anonymous"); + } + + /* + * Create the job... + */ + + if ((id = create_job(http, dest, title, user, num_options, options)) < 0) + status = 1; + else + { + /* + * Then print the job files... + */ + + rewind(fp); + + docname[0] = '\0'; + docnumber = 0; + + while (smart_gets(line, sizeof(line), fp) != NULL) + { + /* + * Process control lines... + */ + + switch (line[0]) + { + case 'N' : /* Document name */ + strlcpy(docname, line + 1, sizeof(docname)); + break; + + case 'c' : /* Plot CIF file */ + case 'd' : /* Print DVI file */ + case 'f' : /* Print formatted file */ + case 'g' : /* Plot file */ + case 'l' : /* Print file leaving control characters (raw) */ + case 'n' : /* Print ditroff output file */ + case 'o' : /* Print PostScript output file */ + case 'p' : /* Print file with 'pr' format (prettyprint) */ + case 'r' : /* File to print with FORTRAN carriage control */ + case 't' : /* Print troff output file */ + case 'v' : /* Print raster file */ + /* + * Figure out which file we are printing... + */ + + for (i = 0; i < num_data; i ++) + if (!strcmp(data[i], line + 1)) + break; + + if (i >= num_data) + { + status = 1; + break; + } + + /* + * Send the print file... + */ + + docnumber ++; + + if (print_file(http, id, temp[i], docname, user, + cupsGetOption("document-format", num_options, + options), + docnumber == doccount)) + status = 1; + else + status = 0; + + break; + } + + if (status) + break; + } + + fclose(fp); + } + } + } + + cupsFreeOptions(num_options, options); + + httpClose(http); + + /* + * Clean up all temporary files and return... + */ + + unlink(control); + + for (i = 0; i < num_data; i ++) + unlink(temp[i]); + + return (status); +} + + +/* + * 'remove_jobs()' - Cancel one or more jobs. + */ + +static int /* O - Command status */ +remove_jobs(const char *dest, /* I - Destination */ + const char *agent, /* I - User agent */ + const char *list) /* I - List of jobs or users */ +{ + int id; /* Job ID */ + http_t *http; /* HTTP server connection */ + ipp_t *request; /* IPP Request */ + char uri[HTTP_MAX_URI]; /* Job URI */ + + + (void)dest; /* Suppress compiler warnings... */ + + /* + * Try connecting to the local server... + */ + + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption())) == NULL) + { + syslog(LOG_ERR, "Unable to connect to server %s: %s", cupsServer(), + strerror(errno)); + return (1); + } + + /* + * Loop for each job... + */ + + while ((id = atoi(list)) > 0) + { + /* + * Skip job ID in list... + */ + + while (isdigit(*list & 255)) + list ++; + while (isspace(*list & 255)) + list ++; + + /* + * Build an IPP_CANCEL_JOB request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * job-uri + * requesting-user-name + */ + + request = ippNewRequest(IPP_CANCEL_JOB); + + sprintf(uri, "ipp://localhost/jobs/%d", id); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, agent); + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/jobs")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + syslog(LOG_WARNING, "Cancel of job ID %d failed: %s\n", id, + cupsLastErrorString()); + httpClose(http); + return (1); + } + else + syslog(LOG_INFO, "Job ID %d canceled", id); + } + + httpClose(http); + + return (0); +} + + +/* + * 'send_state()' - Send the queue state. + */ + +static int /* O - Command status */ +send_state(const char *queue, /* I - Destination */ + const char *list, /* I - Job or user */ + int longstatus) /* I - List of jobs or users */ +{ + int id; /* Job ID from list */ + http_t *http; /* HTTP server connection */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_pstate_t state; /* Printer state */ + const char *jobdest, /* Pointer into job-printer-uri */ + *jobuser, /* Pointer to job-originating-user-name */ + *jobname; /* Pointer to job-name */ + ipp_jstate_t jobstate; /* job-state */ + int jobid, /* job-id */ + jobsize, /* job-k-octets */ + jobcount, /* Number of jobs */ + jobcopies, /* Number of copies */ + rank; /* Rank of job */ + char rankstr[255]; /* Rank string */ + char namestr[1024]; /* Job name string */ + char uri[HTTP_MAX_URI]; /* Printer URI */ + char dest[256]; /* Printer/class queue */ + static const char * const ranks[10] = /* Ranking strings */ + { + "th", + "st", + "nd", + "rd", + "th", + "th", + "th", + "th", + "th", + "th" + }; + static const char * const requested[] = + { /* Requested attributes */ + "job-id", + "job-k-octets", + "job-state", + "job-printer-uri", + "job-originating-user-name", + "job-name", + "copies" + }; + + + /* + * Try connecting to the local server... + */ + + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption())) == NULL) + { + syslog(LOG_ERR, "Unable to connect to server %s: %s", cupsServer(), + strerror(errno)); + printf("Unable to connect to server %s: %s", cupsServer(), strerror(errno)); + return (1); + } + + /* + * Get the actual destination name and printer state... + */ + + if (get_printer(http, queue, dest, sizeof(dest), NULL, NULL, NULL, &state)) + { + syslog(LOG_ERR, "Unable to get printer %s: %s", queue, + cupsLastErrorString()); + printf("Unable to get printer %s: %s", queue, cupsLastErrorString()); + return (1); + } + + /* + * Show the queue state... + */ + + switch (state) + { + case IPP_PRINTER_IDLE : + printf("%s is ready\n", dest); + break; + case IPP_PRINTER_PROCESSING : + printf("%s is ready and printing\n", dest); + break; + case IPP_PRINTER_STOPPED : + printf("%s is not ready\n", dest); + break; + } + + /* + * Build an IPP_GET_JOBS or IPP_GET_JOB_ATTRIBUTES request, which requires + * the following attributes: + * + * attributes-charset + * attributes-natural-language + * job-uri or printer-uri + */ + + id = atoi(list); + + request = ippNewRequest(id ? IPP_GET_JOB_ATTRIBUTES : IPP_GET_JOBS); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", dest); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, uri); + + if (id) + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", id); + else + { + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, list); + ippAddBoolean(request, IPP_TAG_OPERATION, "my-jobs", 1); + } + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + sizeof(requested) / sizeof(requested[0]), + NULL, requested); + + /* + * Do the request and get back a response... + */ + + jobcount = 0; + response = cupsDoRequest(http, request, "/"); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + printf("get-jobs failed: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + /* + * Loop through the job list and display them... + */ + + for (attr = response->attrs, rank = 1; attr; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr && (attr->group_tag != IPP_TAG_JOB || !attr->name)) + attr = attr->next; + + if (!attr) + break; + + /* + * Pull the needed attributes from this job... + */ + + jobid = 0; + jobsize = 0; + jobstate = IPP_JOB_PENDING; + jobname = "untitled"; + jobuser = NULL; + jobdest = NULL; + jobcopies = 1; + + while (attr && attr->group_tag == IPP_TAG_JOB) + { + if (!strcmp(attr->name, "job-id") && + attr->value_tag == IPP_TAG_INTEGER) + jobid = attr->values[0].integer; + + if (!strcmp(attr->name, "job-k-octets") && + attr->value_tag == IPP_TAG_INTEGER) + jobsize = attr->values[0].integer; + + if (!strcmp(attr->name, "job-state") && + attr->value_tag == IPP_TAG_ENUM) + jobstate = (ipp_jstate_t)attr->values[0].integer; + + if (!strcmp(attr->name, "job-printer-uri") && + attr->value_tag == IPP_TAG_URI) + if ((jobdest = strrchr(attr->values[0].string.text, '/')) != NULL) + jobdest ++; + + if (!strcmp(attr->name, "job-originating-user-name") && + attr->value_tag == IPP_TAG_NAME) + jobuser = attr->values[0].string.text; + + if (!strcmp(attr->name, "job-name") && + attr->value_tag == IPP_TAG_NAME) + jobname = attr->values[0].string.text; + + if (!strcmp(attr->name, "copies") && + attr->value_tag == IPP_TAG_INTEGER) + jobcopies = attr->values[0].integer; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (!jobdest || !jobid) + { + if (!attr) + break; + else + continue; + } + + if (!longstatus && jobcount == 0) + puts("Rank Owner Job File(s) Total Size"); + + jobcount ++; + + /* + * Display the job... + */ + + if (jobstate == IPP_JOB_PROCESSING) + strcpy(rankstr, "active"); + else + { + snprintf(rankstr, sizeof(rankstr), "%d%s", rank, ranks[rank % 10]); + rank ++; + } + + if (longstatus) + { + puts(""); + + if (jobcopies > 1) + snprintf(namestr, sizeof(namestr), "%d copies of %s", jobcopies, + jobname); + else + strlcpy(namestr, jobname, sizeof(namestr)); + + printf("%s: %-33.33s [job %d localhost]\n", jobuser, rankstr, jobid); + printf(" %-39.39s %.0f bytes\n", namestr, 1024.0 * jobsize); + } + else + printf("%-7s %-7.7s %-7d %-31.31s %.0f bytes\n", rankstr, jobuser, + jobid, jobname, 1024.0 * jobsize); + + if (!attr) + break; + } + + ippDelete(response); + + if (jobcount == 0) + puts("no entries"); + + httpClose(http); + + return (0); +} + + +/* + * 'smart_gets()' - Get a line of text, removing the trailing CR and/or LF. + */ + +static char * /* O - Line read or NULL */ +smart_gets(char *s, /* I - Pointer to line buffer */ + int len, /* I - Size of line buffer */ + FILE *fp) /* I - File to read from */ +{ + char *ptr, /* Pointer into line */ + *end; /* End of line */ + int ch; /* Character from file */ + + + /* + * Read the line; unlike fgets(), we read the entire line but dump + * characters that go past the end of the buffer. Also, we accept + * CR, LF, or CR LF for the line endings to be "safe", although + * RFC 1179 specifically says "just use LF". + */ + + ptr = s; + end = s + len - 1; + + while ((ch = getc(fp)) != EOF) + { + if (ch == '\n') + break; + else if (ch == '\r') + { + /* + * See if a LF follows... + */ + + ch = getc(fp); + + if (ch != '\n') + ungetc(ch, fp); + + break; + } + else if (ptr < end) + *ptr++ = ch; + } + + *ptr = '\0'; + + if (ch == EOF && ptr == s) + return (NULL); + else + return (s); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/cups-polld.c b/scheduler/cups-polld.c new file mode 100644 index 0000000000..b1aed68bd9 --- /dev/null +++ b/scheduler/cups-polld.c @@ -0,0 +1,482 @@ +/* + * "$Id$" + * + * Polling daemon for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Open sockets and poll until we are killed... + * dequote() - Remote quotes from a string. + * poll_server() - Poll the server for the given set of printers or + * classes. + * sighup_handler() - Handle 'hangup' signals to restart polling. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include + + +/* + * Local globals... + */ + +static int restart_polling = 1; + + +/* + * Local functions... + */ + +static char *dequote(char *d, const char *s, int dlen); +static int poll_server(http_t *http, int sock, int port, int interval, + const char *prefix); +static void sighup_handler(int sig); + + +/* + * 'main()' - Open sockets and poll until we are killed... + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + http_t *http; /* HTTP connection */ + int interval; /* Polling interval */ + int sock; /* Browser sock */ + int port; /* Browser port */ + int val; /* Socket option value */ + int seconds, /* Seconds left from poll */ + remain; /* Total remaining time to sleep */ + char prefix[1024]; /* Prefix for log messages */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Catch hangup signals for when the network changes... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGHUP, sighup_handler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGHUP); + action.sa_handler = sighup_handler; + sigaction(SIGHUP, &action, NULL); +#else + signal(SIGHUP, sighup_handler); +#endif /* HAVE_SIGSET */ + + /* + * Don't buffer log messages... + */ + + setbuf(stderr, NULL); + + /* + * The command-line must contain the following: + * + * cups-polld server server-port interval port + */ + + if (argc != 5) + { + fputs("Usage: cups-polld server server-port interval port\n", stderr); + return (1); + } + + interval = atoi(argv[3]); + port = atoi(argv[4]); + + if (interval < 2) + interval = 2; + + snprintf(prefix, sizeof(prefix), "[cups-polld %s:%d]", argv[1], atoi(argv[2])); + + /* + * Open a broadcast socket... + */ + + if ((sock = socket(AF_INET, SOCK_DGRAM, 0)) < 0) + { + fprintf(stderr, "ERROR: %s Unable to open broadcast socket: %s\n", prefix, + strerror(errno)); + return (1); + } + + /* + * Set the "broadcast" flag... + */ + + val = 1; + if (setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &val, sizeof(val))) + { + fprintf(stderr, "ERROR: %s Unable to put socket in broadcast mode: %s\n", + prefix, strerror(errno)); + + close(sock); + return (1); + } + + /* + * Loop forever, asking for available printers and classes... + */ + + for (http = NULL;;) + { + /* + * Open a connection to the server... + */ + + if (restart_polling || !http) + { + restart_polling = 0; + httpClose(http); + + if ((http = httpConnectEncrypt(argv[1], atoi(argv[2]), + cupsEncryption())) == NULL) + { + fprintf(stderr, "ERROR: %s Unable to connect to %s on port %s: %s\n", + prefix, argv[1], argv[2], + h_errno ? hstrerror(h_errno) : strerror(errno)); + } + } + + /* + * Get the printers and classes... + */ + + remain = interval; + + if (http && (seconds = poll_server(http, sock, port, interval, prefix)) > 0) + remain -= seconds; + + /* + * Sleep for any remaining time... + */ + + if (remain > 0 && !restart_polling) + sleep(remain); + } +} + + +/* + * 'dequote()' - Remote quotes from a string. + */ + +static char * /* O - Dequoted string */ +dequote(char *d, /* I - Destination string */ + const char *s, /* I - Source string */ + int dlen) /* I - Destination length */ +{ + char *dptr; /* Pointer into destination */ + + + if (s) + { + for (dptr = d, dlen --; *s && dlen > 0; s ++) + if (*s != '\"') + { + *dptr++ = *s; + dlen --; + } + + *dptr = '\0'; + } + else + *d = '\0'; + + return (d); +} + + +/* + * 'poll_server()' - Poll the server for the given set of printers or classes. + */ + +static int /* O - Number of seconds or -1 on error */ +poll_server(http_t *http, /* I - HTTP connection */ + int sock, /* I - Broadcast sock */ + int port, /* I - Broadcast port */ + int interval, /* I - Polling interval */ + const char *prefix) /* I - Prefix for log messages */ +{ + int seconds; /* Number of seconds */ + int count, /* Current number of printers/classes */ + max_count; /* Maximum printers/classes per second */ + ipp_t *request, /* Request data */ + *response; /* Response data */ + ipp_attribute_t *attr; /* Current attribute */ + const char *uri; /* printer-uri */ + char info[1024], /* printer-info */ + job_sheets[1024],/* job-sheets-default */ + location[1024], /* printer-location */ + make_model[1024]; + /* printer-make-and-model */ + cups_ptype_t type; /* printer-type */ + ipp_pstate_t state; /* printer-state */ + int accepting; /* printer-is-accepting-jobs */ + struct sockaddr_in addr; /* Broadcast address */ + char packet[1540]; /* Data packet */ + static const char * const attrs[] = /* Requested attributes */ + { + "job-sheets-default", + "printer-info", + "printer-is-accepting-jobs", + "printer-location", + "printer-make-and-model", + "printer-name", + "printer-state", + "printer-type", + "printer-uri-supported" + }; + + + /* + * Broadcast to 127.0.0.1 (localhost) + */ + + memset(&addr, 0, sizeof(addr)); + addr.sin_addr.s_addr = htonl(0x7f000001); + addr.sin_family = AF_INET; + addr.sin_port = htons(port); + + /* + * Build a CUPS_GET_PRINTERS request and pass along a list of the + * attributes we are interested in along with the types of printers + * (and classes) we want. + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(attrs) / sizeof(attrs[0]), + NULL, attrs); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type", 0); + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, + "printer-type-mask", + CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT | + CUPS_PRINTER_NOT_SHARED); + + /* + * Do the request and get back a response... + */ + + seconds = time(NULL); + response = cupsDoRequest(http, request, "/"); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + fprintf(stderr, "ERROR: %s CUPS-Get-Printers failed: %s\n", prefix, + cupsLastErrorString()); + ippDelete(response); + return (-1); + } + + if (response) + { + /* + * Figure out how many printers/classes we have... + */ + + for (attr = ippFindAttribute(response, "printer-name", IPP_TAG_NAME), + max_count = 0; + attr != NULL; + attr = ippFindNextAttribute(response, "printer-name", IPP_TAG_NAME), + max_count ++); + + fprintf(stderr, "DEBUG: %s Found %d printers.\n", prefix, max_count); + + count = 0; + max_count = max_count / interval + 1; + + /* + * Loop through the printers or classes returned in the list... + */ + + for (attr = response->attrs; attr; attr = attr->next) + { + /* + * Skip leading attributes until we hit a printer... + */ + + while (attr && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (!attr) + break; + + /* + * Pull the needed attributes from this printer... + */ + + uri = NULL; + info[0] = '\0'; + job_sheets[0] = '\0'; + location[0] = '\0'; + make_model[0] = '\0'; + type = CUPS_PRINTER_REMOTE; + accepting = 1; + state = IPP_PRINTER_IDLE; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "job-sheets-default") && + (attr->value_tag == IPP_TAG_NAME || + attr->value_tag == IPP_TAG_KEYWORD)) + { + if (attr->num_values == 1) + snprintf(job_sheets, sizeof(job_sheets), " job-sheets=%s", + attr->values[0].string.text); + else + snprintf(job_sheets, sizeof(job_sheets), " job-sheets=%s,%s", + attr->values[0].string.text, + attr->values[1].string.text); + } + else if (!strcmp(attr->name, "printer-uri-supported") && + attr->value_tag == IPP_TAG_URI) + uri = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-info") && + attr->value_tag == IPP_TAG_TEXT) + dequote(info, attr->values[0].string.text, sizeof(info)); + else if (!strcmp(attr->name, "printer-is-accepting-jobs") && + attr->value_tag == IPP_TAG_BOOLEAN) + accepting = attr->values[0].boolean; + else if (!strcmp(attr->name, "printer-location") && + attr->value_tag == IPP_TAG_TEXT) + dequote(location, attr->values[0].string.text, sizeof(location)); + else if (!strcmp(attr->name, "printer-make-and-model") && + attr->value_tag == IPP_TAG_TEXT) + dequote(make_model, attr->values[0].string.text, sizeof(location)); + else if (!strcmp(attr->name, "printer-state") && + attr->value_tag == IPP_TAG_ENUM) + state = (ipp_pstate_t)attr->values[0].integer; + else if (!strcmp(attr->name, "printer-type") && + attr->value_tag == IPP_TAG_ENUM) + type = (cups_ptype_t)attr->values[0].integer; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (uri == NULL) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * Send the printer information... + */ + + type |= CUPS_PRINTER_REMOTE; + + if (!accepting) + type |= CUPS_PRINTER_REJECTING; + + snprintf(packet, sizeof(packet), + "%x %x %s \"%s\" \"%s\" \"%s\" lease-duration=%d%s\n", + type, state, uri, location, info, make_model, interval * 2, + job_sheets); + + fprintf(stderr, "DEBUG2: %s Sending %s", prefix, packet); + + if (sendto(sock, packet, strlen(packet), 0, + (struct sockaddr *)&addr, sizeof(addr)) <= 0) + { + ippDelete(response); + perror("cups-polld"); + return (-1); + } + + /* + * Throttle the local broadcasts as needed so that we don't + * overwhelm the local server... + */ + + count ++; + if (count >= max_count) + { + /* + * Sleep for a second... + */ + + count = 0; + + sleep(1); + } + + if (!attr || restart_polling) + break; + } + + ippDelete(response); + } + + /* + * Return the number of seconds we used... + */ + + return (time(NULL) - seconds); +} + + +/* + * 'sighup_handler()' - Handle 'hangup' signals to restart polling. + */ + +static void +sighup_handler(int sig) /* I - Signal number */ +{ + (void)sig; + + restart_polling = 1; + +#if !defined(HAVE_SIGSET) && !defined(HAVE_SIGACTION) + signal(SIGHUP, sighup_handler); +#endif /* !HAVE_SIGSET && !HAVE_SIGACTION */ +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/cups.pam b/scheduler/cups.pam new file mode 100644 index 0000000000..f38e70184a --- /dev/null +++ b/scheduler/cups.pam @@ -0,0 +1,2 @@ +auth required /lib/security/pam_pwdb.so nullok shadow +account required /lib/security/pam_pwdb.so diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h new file mode 100644 index 0000000000..ebaa350aa8 --- /dev/null +++ b/scheduler/cupsd.h @@ -0,0 +1,208 @@ +/* + * "$Id$" + * + * Main header file for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + + +/* + * Include necessary headers. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef WIN32 +# include +#else +# include +#endif /* WIN32 */ + +#include +#include +#include "mime.h" +#include +#include +#include +#include + +#if defined(HAVE_CDSASSL) +# include +#endif /* HAVE_CDSASSL */ + + +/* + * Some OS's don't have hstrerror(), most notably Solaris... + */ + +#ifndef HAVE_HSTRERROR +# ifdef hstrerror +# undef hstrerror +# endif /* hstrerror */ +# define hstrerror cups_hstrerror + +extern const char *cups_hstrerror(int); +#endif /* !HAVE_HSTRERROR */ + + +/* + * Common constants. + */ + +#ifndef FALSE +# define FALSE 0 +# define TRUE (!FALSE) +#endif /* !FALSE */ + + +/* + * Implementation limits... + */ + +#define MAX_ENV 100 /* Maximum number of environment strings */ +#define MAX_USERPASS 33 /* Maximum size of username/password */ +#define MAX_FILTERS 20 /* Maximum number of filters */ +#define MAX_SYSTEM_GROUPS 32 /* Maximum number of system groups */ + + +/* + * Defaults... + */ + +#define DEFAULT_HISTORY 1 /* Preserve job history? */ +#define DEFAULT_FILES 0 /* Preserve job files? */ +#define DEFAULT_TIMEOUT 300 /* Timeout during requests/updates */ +#define DEFAULT_KEEPALIVE 60 /* Timeout between requests */ +#define DEFAULT_INTERVAL 30 /* Interval between browse updates */ +#define DEFAULT_CHARSET "utf-8" /* Default charset */ + + +/* + * Global variable macros... + */ + +#ifdef _MAIN_C_ +# define VAR +# define VALUE(x) =x +# define VALUE2(x,y) ={x,y} +#else +# define VAR extern +# define VALUE(x) +# define VALUE2(x,y) +#endif /* _MAIN_C */ + + +/* + * Other stuff for the scheduler... + */ + +#include "sysman.h" +#include "statbuf.h" +#include "cert.h" +#include "auth.h" +#include "client.h" +#include "policy.h" +#include "printers.h" +#include "classes.h" +#include "job.h" +#include "conf.h" +#include "banners.h" +#include "dirsvc.h" +#include "network.h" +#include "subscriptions.h" + + +/* + * Reload types... + */ + +#define RELOAD_NONE 0 /* No reload needed */ +#define RELOAD_ALL 1 /* Reload everything */ +#define RELOAD_CUPSD 2 /* Reload only cupsd.conf */ + + +/* + * Globals... + */ + +VAR int MaxFDs, /* Maximum number of files */ + SetSize; /* The size of the input/output sets */ +VAR fd_set *InputSet, /* Input files for select() */ + *OutputSet; /* Output files for select() */ + +VAR time_t ReloadTime VALUE(0); + /* Time of reload request... */ +VAR int NeedReload VALUE(RELOAD_ALL); + /* Need to load configuration? */ +#ifdef HAVE_LAUNCH_H +VAR int Launchd VALUE(0); + /* Running from launchd */ +#endif /* HAVE_LAUNCH_H */ + + +/* + * Prototypes... + */ + +extern void cupsdClearString(char **s); +extern void cupsdHoldSignals(void); +extern void cupsdReleaseSignals(void); +extern void cupsdSetString(char **s, const char *v); +extern void cupsdSetStringf(char **s, const char *f, ...) +#ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 2, 3))) +#endif /* __GNUC__ */ +; +extern void cupsdStartServer(void); +extern void cupsdStopServer(void); +extern void cupsdClosePipe(int *fds); +extern int cupsdOpenPipe(int *fds); + +extern void cupsdInitEnv(void); +extern int cupsdLoadEnv(char *envp[], int envmax); +extern void cupsdSetEnv(const char *name, const char *value); +extern void cupsdSetEnvf(const char *name, const char *value, ...) +#ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 2, 3))) +#endif /* __GNUC__ */ +; + +extern int cupsdEndProcess(int pid, int force); +extern const char *cupsdFinishProcess(int pid, char *name, int namelen); +extern int cupsdStartProcess(const char *command, char *argv[], + char *envp[], int infd, int outfd, + int errfd, int backfd, int root, int *pid); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/dirsvc.c b/scheduler/dirsvc.c new file mode 100644 index 0000000000..8737f44258 --- /dev/null +++ b/scheduler/dirsvc.c @@ -0,0 +1,3199 @@ +/* + * "$Id$" + * + * Directory services routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdLoadRemoteCache() - Load the remote printer cache. + * cupsdSaveRemoteCache() - Save the remote printer cache. + * cupsdSendBrowseDelete() - Send a "browse delete" message for a + * printer. + * cupsdSendBrowseList() - Send new browsing information as necessary. + * cupsdStartBrowsing() - Start sending and receiving broadcast + * information. + * cupsdStartPolling() - Start polling servers as needed. + * cupsdStopBrowsing() - Stop sending and receiving broadcast + * information. + * cupsdStopPolling() - Stop polling servers as needed. + * cupsdUpdateCUPSBrowse() - Update the browse lists using the CUPS + * protocol. + * cupsdUpdateLDAPBrowse() - Scan for new printers via LDAP... + * cupsdUpdatePolling() - Read status messages from the poll daemons. + * cupsdUpdateSLPBrowse() - Get browsing information via SLP. + * dequote() - Remote quotes from a string. + * process_browse_data() - Process new browse data. + * process_implicit_classes() - Create/update implicit classes as needed. + * send_cups_browse() - Send new browsing information using the + * CUPS protocol. + * send_ldap_browse() - Send LDAP printer registrations. + * send_slp_browse() - Register the specified printer with SLP. + * slp_attr_callback() - SLP attribute callback + * slp_dereg_printer() - SLPDereg() the specified printer + * slp_get_attr() - Get an attribute from an SLP registration. + * slp_reg_callback() - Empty SLPRegReport. + * slp_url_callback() - SLP service url callback + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include + + +/* + * Local functions... + */ + +static char *dequote(char *d, const char *s, int dlen); +static int is_local_queue(const char *uri, char *host, int hostlen, + char *resource, int resourcelen); +static void process_browse_data(const char *uri, const char *host, + const char *resource, cups_ptype_t type, + ipp_pstate_t state, const char *location, + const char *info, const char *make_model, + int num_attrs, cups_option_t *attrs); +static void process_implicit_classes(void); +static void send_cups_browse(cupsd_printer_t *p); +#ifdef HAVE_LDAP +static void send_ldap_browse(cupsd_printer_t *p); +#endif /* HAVE_LDAP */ +#ifdef HAVE_LIBSLP +static void send_slp_browse(cupsd_printer_t *p); +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_OPENLDAP +static const char * const ldap_attrs[] =/* CUPS LDAP attributes */ + { + "printerDescription", + "printerLocation", + "printerMakeAndModel", + "printerType", + "printerURI", + NULL + }; +#endif /* HAVE_OPENLDAP */ + +#ifdef HAVE_LIBSLP +/* + * SLP definitions... + */ + +/* + * SLP service name for CUPS... + */ + +# define SLP_CUPS_SRVTYPE "service:printer" +# define SLP_CUPS_SRVLEN 15 + + +/* + * Printer service URL structure + */ + +typedef struct _slpsrvurl_s /**** SLP URL list ****/ +{ + struct _slpsrvurl_s *next; /* Next URL in list */ + char url[HTTP_MAX_URI]; + /* URL */ +} slpsrvurl_t; + + +/* + * Local functions... + */ + +static SLPBoolean slp_attr_callback(SLPHandle hslp, const char *attrlist, + SLPError errcode, void *cookie); +static void slp_dereg_printer(cupsd_printer_t *p); +static int slp_get_attr(const char *attrlist, const char *tag, + char **valbuf); +static void slp_reg_callback(SLPHandle hslp, SLPError errcode, + void *cookie); +static SLPBoolean slp_url_callback(SLPHandle hslp, const char *srvurl, + unsigned short lifetime, + SLPError errcode, void *cookie); +#endif /* HAVE_LIBSLP */ + + +/* + * 'cupsdLoadRemoteCache()' - Load the remote printer cache. + */ + +void +cupsdLoadRemoteCache(void) +{ + cups_file_t *fp; /* remote.cache file */ + int linenum; /* Current line number */ + char line[1024], /* Line from file */ + *value, /* Pointer to value */ + *valueptr, /* Pointer into value */ + scheme[32], /* Scheme portion of URI */ + username[64], /* Username portion of URI */ + host[HTTP_MAX_HOST], + /* Hostname portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port number */ + cupsd_printer_t *p; /* Current printer */ + time_t now; /* Current time */ + + + /* + * Don't load the cache if the CUPS remote protocol is disabled... + */ + + if (!Browsing || !(BrowseRemoteProtocols & BROWSE_CUPS)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdLoadRemoteCache: Not loading remote cache."); + return; + } + + /* + * Open the remote.cache file... + */ + + snprintf(line, sizeof(line), "%s/remote.cache", CacheDir); + if ((fp = cupsFileOpen(line, "r")) == NULL) + return; + + /* + * Read printer configurations until we hit EOF... + */ + + linenum = 0; + p = NULL; + now = time(NULL); + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + /* + * Decode the directive... + */ + + if (!strcasecmp(line, " or + */ + + if (p == NULL && value) + { + /* + * Add the printer and a base file type... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdLoadRemoteCache: Loading printer %s...", value); + + if ((p = cupsdFindDest(value)) != NULL) + { + if (p->type & CUPS_PRINTER_CLASS) + { + cupsdLogMessage(CUPSD_LOG_WARN, + "Cached remote printer \"%s\" conflicts with " + "existing class!", + value); + p = NULL; + continue; + } + } + else + p = cupsdAddPrinter(value); + + p->accepting = 1; + p->state = IPP_PRINTER_IDLE; + p->type |= CUPS_PRINTER_REMOTE; + p->browse_time = now; + p->browse_expire = now + BrowseTimeout; + + /* + * Set the default printer as needed... + */ + + if (!strcasecmp(line, " or + */ + + if (p == NULL && value) + { + /* + * Add the printer and a base file type... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdLoadRemoteCache: Loading class %s...", value); + + if ((p = cupsdFindDest(value)) != NULL) + p->type = CUPS_PRINTER_CLASS; + else + p = cupsdAddClass(value); + + p->accepting = 1; + p->state = IPP_PRINTER_IDLE; + p->type |= CUPS_PRINTER_REMOTE; + p->browse_time = now; + p->browse_expire = now + BrowseTimeout; + + /* + * Set the default printer as needed... + */ + + if (!strcasecmp(line, "") || + !strcasecmp(line, "")) + { + if (p != NULL) + { + /* + * Close out the current printer... + */ + + cupsdSetPrinterAttrs(p); + + p = NULL; + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!p) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + else if (!strcasecmp(line, "Info")) + { + if (value) + cupsdSetString(&p->info, value); + } + else if (!strcasecmp(line, "MakeModel")) + { + if (value) + cupsdSetString(&p->make_model, value); + } + else if (!strcasecmp(line, "Location")) + { + if (value) + cupsdSetString(&p->location, value); + } + else if (!strcasecmp(line, "DeviceURI")) + { + if (value) + { + httpSeparateURI(HTTP_URI_CODING_ALL, value, scheme, sizeof(scheme), + username, sizeof(username), host, sizeof(host), &port, + resource, sizeof(resource)); + + cupsdSetString(&p->hostname, host); + cupsdSetString(&p->uri, value); + cupsdSetString(&p->device_uri, value); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!strcasecmp(line, "Option") && value) + { + /* + * Option name value + */ + + for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (!*valueptr) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + else + { + for (; *valueptr && isspace(*valueptr & 255); *valueptr++ = '\0'); + + p->num_options = cupsAddOption(value, valueptr, p->num_options, + &(p->options)); + } + } + else if (!strcasecmp(line, "State")) + { + /* + * Set the initial queue state... + */ + + if (value && !strcasecmp(value, "idle")) + p->state = IPP_PRINTER_IDLE; + else if (value && !strcasecmp(value, "stopped")) + p->state = IPP_PRINTER_STOPPED; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!strcasecmp(line, "StateMessage")) + { + /* + * Set the initial queue state message... + */ + + if (value) + strlcpy(p->state_message, value, sizeof(p->state_message)); + } + else if (!strcasecmp(line, "Accepting")) + { + /* + * Set the initial accepting state... + */ + + if (value && + (!strcasecmp(value, "yes") || + !strcasecmp(value, "on") || + !strcasecmp(value, "true"))) + p->accepting = 1; + else if (value && + (!strcasecmp(value, "no") || + !strcasecmp(value, "off") || + !strcasecmp(value, "false"))) + p->accepting = 0; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!strcasecmp(line, "Type")) + { + if (value) + p->type = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!strcasecmp(line, "BrowseTime")) + { + if (value) + { + time_t t = atoi(value); + + if (t > p->browse_expire) + p->browse_expire = t; + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!strcasecmp(line, "JobSheets")) + { + /* + * Set the initial job sheets... + */ + + if (value) + { + for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (*valueptr) + *valueptr++ = '\0'; + + cupsdSetString(&p->job_sheets[0], value); + + while (isspace(*valueptr & 255)) + valueptr ++; + + if (*valueptr) + { + for (value = valueptr; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (*valueptr) + *valueptr++ = '\0'; + + cupsdSetString(&p->job_sheets[1], value); + } + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!strcasecmp(line, "AllowUser")) + { + if (value) + { + p->deny_users = 0; + cupsdAddPrinterUser(p, value); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else if (!strcasecmp(line, "DenyUser")) + { + if (value) + { + p->deny_users = 1; + cupsdAddPrinterUser(p, value); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of remote.cache.", linenum); + return; + } + } + else + { + /* + * Something else we don't understand... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown configuration directive %s on line %d of remote.cache.", + line, linenum); + } + } + + cupsFileClose(fp); + + /* + * Do auto-classing if needed... + */ + + process_implicit_classes(); +} + + +/* + * 'cupsdRestartPolling()' - Restart polling servers as needed. + */ + +void +cupsdRestartPolling(void) +{ + int i; /* Looping var */ + cupsd_dirsvc_poll_t *pollp; /* Current polling server */ + + + for (i = 0, pollp = Polled; i < NumPolled; i ++, pollp ++) + if (pollp->pid) + kill(pollp->pid, SIGHUP); +} + + +/* + * 'cupsdSaveRemoteCache()' - Save the remote printer cache. + */ + +void +cupsdSaveRemoteCache(void) +{ + int i; /* Looping var */ + cups_file_t *fp; /* printers.conf file */ + char temp[1024]; /* Temporary string */ + cupsd_printer_t *printer; /* Current printer class */ + time_t curtime; /* Current time */ + struct tm *curdate; /* Current date */ + cups_option_t *option; /* Current option */ + + + /* + * Create the remote.cache file... + */ + + snprintf(temp, sizeof(temp), "%s/remote.cache", CacheDir); + + if ((fp = cupsFileOpen(temp, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to save remote.cache - %s", strerror(errno)); + return; + } + else + cupsdLogMessage(CUPSD_LOG_INFO, "Saving remote.cache..."); + + /* + * Restrict access to the file... + */ + + fchown(cupsFileNumber(fp), getuid(), Group); + fchmod(cupsFileNumber(fp), ConfigFilePerm); + + /* + * Write a small header to the file... + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + strftime(temp, sizeof(temp) - 1, "%Y-%m-%d %H:%M", curdate); + + cupsFilePuts(fp, "# Remote cache file for " CUPS_SVERSION "\n"); + cupsFilePrintf(fp, "# Written by cupsd on %s\n", temp); + + /* + * Write each local printer known to the system... + */ + + for (printer = (cupsd_printer_t *)cupsArrayFirst(Printers); + printer; + printer = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + /* + * Skip local destinations... + */ + + if (!(printer->type & CUPS_PRINTER_REMOTE)) + continue; + + /* + * Write printers as needed... + */ + + if (printer == DefaultPrinter) + cupsFilePuts(fp, "type & CUPS_PRINTER_CLASS) + cupsFilePrintf(fp, "Class %s>\n", printer->name); + else + cupsFilePrintf(fp, "Printer %s>\n", printer->name); + + cupsFilePrintf(fp, "Type %d\n", printer->type); + + cupsFilePrintf(fp, "BrowseTime %d\n", (int)printer->browse_expire); + + if (printer->info) + cupsFilePrintf(fp, "Info %s\n", printer->info); + + if (printer->make_model) + cupsFilePrintf(fp, "MakeModel %s\n", printer->make_model); + + if (printer->location) + cupsFilePrintf(fp, "Location %s\n", printer->location); + + if (printer->device_uri) + cupsFilePrintf(fp, "DeviceURI %s\n", printer->device_uri); + + if (printer->state == IPP_PRINTER_STOPPED) + { + cupsFilePuts(fp, "State Stopped\n"); + cupsFilePrintf(fp, "StateMessage %s\n", printer->state_message); + } + else + cupsFilePuts(fp, "State Idle\n"); + + if (printer->accepting) + cupsFilePuts(fp, "Accepting Yes\n"); + else + cupsFilePuts(fp, "Accepting No\n"); + + cupsFilePrintf(fp, "JobSheets %s %s\n", printer->job_sheets[0], + printer->job_sheets[1]); + + for (i = 0; i < printer->num_users; i ++) + cupsFilePrintf(fp, "%sUser %s\n", printer->deny_users ? "Deny" : "Allow", + printer->users[i]); + + for (i = printer->num_options, option = printer->options; + i > 0; + i --, option ++) + cupsFilePrintf(fp, "Option %s %s\n", option->name, option->value); + + if (printer->type & CUPS_PRINTER_CLASS) + cupsFilePuts(fp, "\n"); + else + cupsFilePuts(fp, "\n"); + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdSendBrowseDelete()' - Send a "browse delete" message for a printer. + */ + +void +cupsdSendBrowseDelete( + cupsd_printer_t *p) /* I - Printer to delete */ +{ + /* + * Only announce if browsing is enabled and this is a local queue... + */ + + if (!Browsing || !p->shared || + (p->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT))) + return; + + /* + * First mark the printer for deletion... + */ + + p->type |= CUPS_PRINTER_DELETE; + + /* + * Announce the deletion... + */ + + if ((BrowseLocalProtocols & BROWSE_CUPS) && BrowseSocket >= 0) + send_cups_browse(p); +#ifdef HAVE_LIBSLP + if ((BrowseLocalProtocols & BROWSE_SLP) && BrowseSLPHandle) + slp_dereg_printer(p); +#endif /* HAVE_LIBSLP */ +} + + +/* + * 'cupsdSendBrowseList()' - Send new browsing information as necessary. + */ + +void +cupsdSendBrowseList(void) +{ + int count; /* Number of dests to update */ + cupsd_printer_t *p; /* Current printer */ + time_t ut, /* Minimum update time */ + to; /* Timeout time */ + + + if (!Browsing || !BrowseLocalProtocols || !Printers) + return; + + /* + * Compute the update and timeout times... + */ + + to = time(NULL); + ut = to - BrowseInterval; + + /* + * Figure out how many printers need an update... + */ + + if (BrowseInterval > 0) + { + int max_count; /* Maximum number to update */ + + + /* + * Throttle the number of printers we'll be updating this time + * around based on the number of queues that need updating and + * the maximum number of queues to update each second... + */ + + max_count = 2 * cupsArrayCount(Printers) / BrowseInterval + 1; + + for (count = 0, p = (cupsd_printer_t *)cupsArrayFirst(Printers); + count < max_count && p != NULL; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (!(p->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT)) && + p->shared && p->browse_time < ut) + count ++; + + /* + * Loop through all of the printers and send local updates as needed... + */ + + if (BrowseNext) + p = (cupsd_printer_t *)cupsArrayFind(Printers, BrowseNext); + else + p = (cupsd_printer_t *)cupsArrayFirst(Printers); + + for (; + count > 0; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + /* + * Check for wraparound... + */ + + if (!p) + p = (cupsd_printer_t *)cupsArrayFirst(Printers); + + if (!p) + break; + else if ((p->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT)) || + !p->shared) + continue; + else if (p->browse_time < ut) + { + /* + * Need to send an update... + */ + + count --; + + p->browse_time = time(NULL); + + if (BrowseLocalProtocols & BROWSE_CUPS) + send_cups_browse(p); + +#ifdef HAVE_LIBSLP + if (BrowseLocalProtocols & BROWSE_SLP) + send_slp_browse(p); +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_LDAP + if (BrowseLocalProtocols & BROWSE_LDAP) + send_ldap_browse(p); +#endif /* HAVE_LDAP */ + } + } + + /* + * Save where we left off so that all printers get updated... + */ + + BrowseNext = p; + } + + /* + * Loop through all of the printers and send local updates as needed... + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + /* + * If this is a remote queue, see if it needs to be timed out... + */ + + if (p->type & CUPS_PRINTER_REMOTE) + { + if (p->browse_expire < to) + { + cupsdAddEvent(CUPSD_EVENT_PRINTER_DELETED, p, NULL, + "%s \'%s\' deleted by directory services (timeout).", + (p->type & CUPS_PRINTER_CLASS) ? "Class" : "Printer", + p->name); + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Remote destination \"%s\" has timed out; " + "deleting it...", + p->name); + + cupsArraySave(Printers); + cupsdDeletePrinter(p, 1); + cupsArrayRestore(Printers); + } + } + } +} + + +/* + * 'cupsdStartBrowsing()' - Start sending and receiving broadcast information. + */ + +void +cupsdStartBrowsing(void) +{ + int val; /* Socket option value */ + struct sockaddr_in addr; /* Broadcast address */ + + + BrowseNext = NULL; + + if (!Browsing || !(BrowseLocalProtocols | BrowseRemoteProtocols)) + return; + + if ((BrowseLocalProtocols | BrowseRemoteProtocols) & BROWSE_CUPS) + { + if (BrowseSocket < 0) + { + /* + * Create the broadcast socket... + */ + + if ((BrowseSocket = socket(AF_INET, SOCK_DGRAM, 0)) < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdStartBrowsing: Unable to create broadcast " + "socket - %s.", strerror(errno)); + BrowseLocalProtocols &= ~BROWSE_CUPS; + BrowseRemoteProtocols &= ~BROWSE_CUPS; + return; + } + + /* + * Bind the socket to browse port... + */ + + memset(&addr, 0, sizeof(addr)); + addr.sin_addr.s_addr = htonl(INADDR_ANY); + addr.sin_family = AF_INET; + addr.sin_port = htons(BrowsePort); + + if (bind(BrowseSocket, (struct sockaddr *)&addr, sizeof(addr))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdStartBrowsing: Unable to bind broadcast " + "socket - %s.", strerror(errno)); + +#ifdef WIN32 + closesocket(BrowseSocket); +#else + close(BrowseSocket); +#endif /* WIN32 */ + + BrowseSocket = -1; + BrowseLocalProtocols &= ~BROWSE_CUPS; + BrowseRemoteProtocols &= ~BROWSE_CUPS; + return; + } + } + + /* + * Set the "broadcast" flag... + */ + + val = 1; + if (setsockopt(BrowseSocket, SOL_SOCKET, SO_BROADCAST, &val, sizeof(val))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdStartBrowsing: Unable to set broadcast mode - %s.", + strerror(errno)); + +#ifdef WIN32 + closesocket(BrowseSocket); +#else + close(BrowseSocket); +#endif /* WIN32 */ + + BrowseSocket = -1; + BrowseLocalProtocols &= ~BROWSE_CUPS; + BrowseRemoteProtocols &= ~BROWSE_CUPS; + return; + } + + /* + * Close the socket on exec... + */ + + fcntl(BrowseSocket, F_SETFD, fcntl(BrowseSocket, F_GETFD) | FD_CLOEXEC); + + /* + * Finally, add the socket to the input selection set as needed... + */ + + if (BrowseRemoteProtocols & BROWSE_CUPS) + { + /* + * We only listen if we want remote printers... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStartBrowsing: Adding fd %d to InputSet...", + BrowseSocket); + + FD_SET(BrowseSocket, InputSet); + } + } + else + BrowseSocket = -1; + +#ifdef HAVE_LIBSLP + if ((BrowseLocalProtocols | BrowseRemoteProtocols) & BROWSE_SLP) + { + /* + * Open SLP handle... + */ + + if (SLPOpen("en", SLP_FALSE, &BrowseSLPHandle) != SLP_OK) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open an SLP handle; disabling SLP browsing!"); + BrowseLocalProtocols &= ~BROWSE_SLP; + BrowseRemoteProtocols &= ~BROWSE_SLP; + } + + BrowseSLPRefresh = 0; + } + else + BrowseSLPHandle = NULL; +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_OPENLDAP + if ((BrowseLocalProtocols | BrowseRemoteProtocols) & BROWSE_LDAP) + { + if (!BrowseLDAPDN) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Need to set BrowseLDAPDN to use LDAP browsing!"); + BrowseLocalProtocols &= ~BROWSE_LDAP; + BrowseRemoteProtocols &= ~BROWSE_LDAP; + } + else + { + /* + * Open LDAP handle... + */ + + int rc; /* LDAP API status */ + int version = 3; /* LDAP version */ + struct berval bv = {0, ""}; /* SASL bind value */ + + + /* + * LDAP stuff currently only supports ldapi EXTERNAL SASL binds... + */ + + if (!BrowseLDAPServer || !strcasecmp(BrowseLDAPServer, "localhost")) + rc = ldap_initialize(&BrowseLDAPHandle, "ldapi:///"); + else + rc = ldap_initialize(&BrowseLDAPHandle, BrowseLDAPServer); + + if (rc != LDAP_SUCCESS) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to initialize LDAP; disabling LDAP browsing!"); + BrowseLocalProtocols &= ~BROWSE_LDAP; + BrowseRemoteProtocols &= ~BROWSE_LDAP; + } + else if (ldap_set_option(BrowseLDAPHandle, LDAP_OPT_PROTOCOL_VERSION, + (const void *)&version) != LDAP_SUCCESS) + { + ldap_unbind_ext(BrowseLDAPHandle, NULL, NULL); + BrowseLDAPHandle = NULL; + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to set LDAP protocol version; " + "disabling LDAP browsing!"); + BrowseLocalProtocols &= ~BROWSE_LDAP; + BrowseRemoteProtocols &= ~BROWSE_LDAP; + } + else + { + if (!BrowseLDAPServer || !strcasecmp(BrowseLDAPServer, "localhost")) + rc = ldap_sasl_bind_s(BrowseLDAPHandle, NULL, "EXTERNAL", &bv, NULL, + NULL, NULL); + else + rc = ldap_bind_s(BrowseLDAPHandle, BrowseLDAPBindDN, + BrowseLDAPPassword, LDAP_AUTH_SIMPLE); + + if (rc != LDAP_SUCCESS) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to bind to LDAP server; " + "disabling LDAP browsing!"); + ldap_unbind_ext(BrowseLDAPHandle, NULL, NULL); + BrowseLocalProtocols &= ~BROWSE_LDAP; + BrowseRemoteProtocols &= ~BROWSE_LDAP; + } + } + } + + BrowseLDAPRefresh = 0; + } +#endif /* HAVE_OPENLDAP */ +} + + +/* + * 'cupsdStartPolling()' - Start polling servers as needed. + */ + +void +cupsdStartPolling(void) +{ + int i; /* Looping var */ + cupsd_dirsvc_poll_t *pollp; /* Current polling server */ + char polld[1024]; /* Poll daemon path */ + char sport[255]; /* Server port */ + char bport[255]; /* Browser port */ + char interval[255]; /* Poll interval */ + int statusfds[2]; /* Status pipe */ + char *argv[6]; /* Arguments */ + char *envp[100]; /* Environment */ + + + /* + * Don't do anything if we aren't polling... + */ + + if (NumPolled == 0 || BrowseSocket < 0) + { + PollPipe = -1; + PollStatusBuffer = NULL; + return; + } + + /* + * Setup string arguments for polld, port and interval options. + */ + + snprintf(polld, sizeof(polld), "%s/daemon/cups-polld", ServerBin); + + sprintf(bport, "%d", BrowsePort); + + if (BrowseInterval) + sprintf(interval, "%d", BrowseInterval); + else + strcpy(interval, "30"); + + argv[0] = "cups-polld"; + argv[2] = sport; + argv[3] = interval; + argv[4] = bport; + argv[5] = NULL; + + cupsdLoadEnv(envp, (int)(sizeof(envp) / sizeof(envp[0]))); + + /* + * Create a pipe that receives the status messages from each + * polling daemon... + */ + + if (cupsdOpenPipe(statusfds)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create polling status pipes - %s.", + strerror(errno)); + PollPipe = -1; + PollStatusBuffer = NULL; + return; + } + + PollPipe = statusfds[0]; + PollStatusBuffer = cupsdStatBufNew(PollPipe, "[Poll]"); + + /* + * Run each polling daemon, redirecting stderr to the polling pipe... + */ + + for (i = 0, pollp = Polled; i < NumPolled; i ++, pollp ++) + { + sprintf(sport, "%d", pollp->port); + + argv[1] = pollp->hostname; + + if (cupsdStartProcess(polld, argv, envp, -1, -1, statusfds[1], -1, + 0, &(pollp->pid)) < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdStartPolling: Unable to fork polling daemon - %s", + strerror(errno)); + pollp->pid = 0; + break; + } + else + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdStartPolling: Started polling daemon for %s:%d, pid = %d", + pollp->hostname, pollp->port, pollp->pid); + } + + close(statusfds[1]); + + /* + * Finally, add the pipe to the input selection set... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStartPolling: Adding fd %d to InputSet...", PollPipe); + + FD_SET(PollPipe, InputSet); +} + + +/* + * 'cupsdStopBrowsing()' - Stop sending and receiving broadcast information. + */ + +void +cupsdStopBrowsing(void) +{ + if (!Browsing || !(BrowseLocalProtocols | BrowseRemoteProtocols)) + return; + + if (((BrowseLocalProtocols | BrowseRemoteProtocols) & BROWSE_CUPS) && + BrowseSocket >= 0) + { + /* + * Close the socket and remove it from the input selection set. + */ + +#ifdef WIN32 + closesocket(BrowseSocket); +#else + close(BrowseSocket); +#endif /* WIN32 */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopBrowsing: Removing fd %d from InputSet...", + BrowseSocket); + + FD_CLR(BrowseSocket, InputSet); + BrowseSocket = -1; + } + +#ifdef HAVE_LIBSLP + if (((BrowseLocalProtocols | BrowseRemoteProtocols) & BROWSE_SLP) && + BrowseSLPHandle) + { + /* + * Close SLP handle... + */ + + SLPClose(BrowseSLPHandle); + BrowseSLPHandle = NULL; + } +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_OPENLDAP + if (((BrowseLocalProtocols | BrowseRemoteProtocols) & BROWSE_LDAP) && + BrowseLDAPHandle) + { + ldap_unbind(BrowseLDAPHandle); + BrowseLDAPHandle = NULL; + } +#endif /* HAVE_OPENLDAP */ +} + + +/* + * 'cupsdStopPolling()' - Stop polling servers as needed. + */ + +void +cupsdStopPolling(void) +{ + int i; /* Looping var */ + cupsd_dirsvc_poll_t *pollp; /* Current polling server */ + + + if (PollPipe >= 0) + { + cupsdStatBufDelete(PollStatusBuffer); + close(PollPipe); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopPolling: removing fd %d from InputSet.", PollPipe); + FD_CLR(PollPipe, InputSet); + + PollPipe = -1; + PollStatusBuffer = NULL; + } + + for (i = 0, pollp = Polled; i < NumPolled; i ++, pollp ++) + if (pollp->pid) + cupsdEndProcess(pollp->pid, 0); +} + + +/* + * 'cupsdUpdateCUPSBrowse()' - Update the browse lists using the CUPS protocol. + */ + +void +cupsdUpdateCUPSBrowse(void) +{ + int i; /* Looping var */ + int auth; /* Authorization status */ + int len; /* Length of name string */ + int bytes; /* Number of bytes left */ + char packet[1541], /* Broadcast packet */ + *pptr; /* Pointer into packet */ + socklen_t srclen; /* Length of source address */ + http_addr_t srcaddr; /* Source address */ + char srcname[1024]; /* Source hostname */ + unsigned address[4]; /* Source address */ + unsigned type; /* Printer type */ + unsigned state; /* Printer state */ + char uri[HTTP_MAX_URI], /* Printer URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI], /* Resource portion of URI */ + info[IPP_MAX_NAME], /* Information string */ + location[IPP_MAX_NAME], /* Location string */ + make_model[IPP_MAX_NAME];/* Make and model string */ + int num_attrs; /* Number of attributes */ + cups_option_t *attrs; /* Attributes */ + + + /* + * Read a packet from the browse socket... + */ + + srclen = sizeof(srcaddr); + if ((bytes = recvfrom(BrowseSocket, packet, sizeof(packet) - 1, 0, + (struct sockaddr *)&srcaddr, &srclen)) < 0) + { + /* + * "Connection refused" is returned under Linux if the destination port + * or address is unreachable from a previous sendto(); check for the + * error here and ignore it for now... + */ + + if (errno != ECONNREFUSED && errno != EAGAIN) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Browse recv failed - %s.", + strerror(errno)); + cupsdLogMessage(CUPSD_LOG_ERROR, "Browsing turned off."); + + cupsdStopBrowsing(); + Browsing = 0; + } + + return; + } + + packet[bytes] = '\0'; + + /* + * If we're about to sleep, ignore incoming browse packets. + */ + + if (Sleeping) + return; + + /* + * Figure out where it came from... + */ + +#ifdef AF_INET6 + if (srcaddr.addr.sa_family == AF_INET6) + { + address[0] = ntohl(srcaddr.ipv6.sin6_addr.s6_addr32[0]); + address[1] = ntohl(srcaddr.ipv6.sin6_addr.s6_addr32[1]); + address[2] = ntohl(srcaddr.ipv6.sin6_addr.s6_addr32[2]); + address[3] = ntohl(srcaddr.ipv6.sin6_addr.s6_addr32[3]); + } + else +#endif /* AF_INET6 */ + { + address[0] = 0; + address[1] = 0; + address[2] = 0; + address[3] = ntohl(srcaddr.ipv4.sin_addr.s_addr); + } + + if (HostNameLookups) + httpAddrLookup(&srcaddr, srcname, sizeof(srcname)); + else + httpAddrString(&srcaddr, srcname, sizeof(srcname)); + + len = strlen(srcname); + + /* + * Do ACL stuff... + */ + + if (BrowseACL) + { + if (httpAddrLocalhost(&srcaddr) || !strcasecmp(srcname, "localhost")) + { + /* + * Access from localhost (127.0.0.1) is always allowed... + */ + + auth = AUTH_ALLOW; + } + else + { + /* + * Do authorization checks on the domain/address... + */ + + switch (BrowseACL->order_type) + { + default : + auth = AUTH_DENY; /* anti-compiler-warning-code */ + break; + + case AUTH_ALLOW : /* Order Deny,Allow */ + auth = AUTH_ALLOW; + + if (cupsdCheckAuth(address, srcname, len, + BrowseACL->num_deny, BrowseACL->deny)) + auth = AUTH_DENY; + + if (cupsdCheckAuth(address, srcname, len, + BrowseACL->num_allow, BrowseACL->allow)) + auth = AUTH_ALLOW; + break; + + case AUTH_DENY : /* Order Allow,Deny */ + auth = AUTH_DENY; + + if (cupsdCheckAuth(address, srcname, len, + BrowseACL->num_allow, BrowseACL->allow)) + auth = AUTH_ALLOW; + + if (cupsdCheckAuth(address, srcname, len, + BrowseACL->num_deny, BrowseACL->deny)) + auth = AUTH_DENY; + break; + } + } + } + else + auth = AUTH_ALLOW; + + if (auth == AUTH_DENY) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdUpdateCUPSBrowse: Refused %d bytes from %s", bytes, + srcname); + return; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdUpdateCUPSBrowse: (%d bytes from %s) %s", bytes, + srcname, packet); + + /* + * Parse packet... + */ + + if (sscanf(packet, "%x%x%1023s", &type, &state, uri) < 3) + { + cupsdLogMessage(CUPSD_LOG_WARN, + "cupsdUpdateCUPSBrowse: Garbled browse packet - %s", packet); + return; + } + + strcpy(location, "Location Unknown"); + strcpy(info, "No Information Available"); + make_model[0] = '\0'; + num_attrs = 0; + attrs = NULL; + + if ((pptr = strchr(packet, '\"')) != NULL) + { + /* + * Have extended information; can't use sscanf for it because not all + * sscanf's allow empty strings with %[^\"]... + */ + + for (i = 0, pptr ++; + i < (sizeof(location) - 1) && *pptr && *pptr != '\"'; + i ++, pptr ++) + location[i] = *pptr; + + if (i) + location[i] = '\0'; + + if (*pptr == '\"') + pptr ++; + + while (*pptr && isspace(*pptr & 255)) + pptr ++; + + if (*pptr == '\"') + { + for (i = 0, pptr ++; + i < (sizeof(info) - 1) && *pptr && *pptr != '\"'; + i ++, pptr ++) + info[i] = *pptr; + + info[i] = '\0'; + + if (*pptr == '\"') + pptr ++; + + while (*pptr && isspace(*pptr & 255)) + pptr ++; + + if (*pptr == '\"') + { + for (i = 0, pptr ++; + i < (sizeof(make_model) - 1) && *pptr && *pptr != '\"'; + i ++, pptr ++) + make_model[i] = *pptr; + + if (*pptr == '\"') + pptr ++; + + make_model[i] = '\0'; + + if (*pptr) + num_attrs = cupsParseOptions(pptr, num_attrs, &attrs); + } + } + } + + DEBUG_puts(packet); + DEBUG_printf(("type=%x, state=%x, uri=\"%s\"\n" + "location=\"%s\", info=\"%s\", make_model=\"%s\"\n", + type, state, uri, location, info, make_model)); + + /* + * Pull the URI apart to see if this is a local or remote printer... + */ + + if (is_local_queue(uri, host, sizeof(host), resource, sizeof(resource))) + { + cupsFreeOptions(num_attrs, attrs); + return; + } + + /* + * Do relaying... + */ + + for (i = 0; i < NumRelays; i ++) + if (cupsdCheckAuth(address, srcname, len, 1, &(Relays[i].from))) + if (sendto(BrowseSocket, packet, bytes, 0, + (struct sockaddr *)&(Relays[i].to), + httpAddrLength(&(Relays[i].to))) <= 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdUpdateCUPSBrowse: sendto failed for relay %d - %s.", + i + 1, strerror(errno)); + cupsFreeOptions(num_attrs, attrs); + return; + } + + /* + * Process the browse data... + */ + + process_browse_data(uri, host, resource, (cups_ptype_t)type, + (ipp_pstate_t)state, location, info, make_model, + num_attrs, attrs); +} + + +#ifdef HAVE_OPENLDAP +/* + * 'cupsdUpdateLDAPBrowse()' - Scan for new printers via LDAP... + */ + +void +cupsdUpdateLDAPBrowse(void) +{ + char uri[HTTP_MAX_URI], /* Printer URI */ + host[HTTP_MAX_URI], /* Hostname */ + resource[HTTP_MAX_URI], /* Resource path */ + location[1024], /* Printer location */ + info[1024], /* Printer information */ + make_model[1024], /* Printer make and model */ + **value; /* Holds the returned data from LDAP */ + int type; /* Printer type */ + int rc; /* LDAP status */ + int limit; /* Size limit */ + LDAPMessage *res, /* LDAP search results */ + *e; /* Current entry from search */ + + + /* + * Search for printers... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "UpdateLDAPBrowse: %s", ServerName); + + BrowseLDAPRefresh = time(NULL) + BrowseInterval; + + rc = ldap_search_s(BrowseLDAPHandle, BrowseLDAPDN, LDAP_SCOPE_SUBTREE, + "(objectclass=cupsPrinter)", (char **)ldap_attrs, 0, &res); + if (rc != LDAP_SUCCESS) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "LDAP search returned error %d: %s", rc, + ldap_err2string(rc)); + return; + } + + limit = ldap_count_entries(BrowseLDAPHandle, res); + cupsdLogMessage(CUPSD_LOG_DEBUG2, "LDAP search returned %d entries", limit); + if (limit < 1) + return; + + /* + * Loop through the available printers... + */ + + for (e = ldap_first_entry(BrowseLDAPHandle, res); + e; + e = ldap_next_entry(BrowseLDAPHandle, e)) + { + /* + * Get the required values from this entry... + */ + + if ((value = ldap_get_values(BrowseLDAPHandle, e, + "printerDescription")) == NULL) + continue; + + strlcpy(info, *value, sizeof(info)); + ldap_value_free(value); + + if ((value = ldap_get_values(BrowseLDAPHandle, e, + "printerLocation")) == NULL) + continue; + + strlcpy(location, *value, sizeof(location)); + ldap_value_free(value); + + if ((value = ldap_get_values(BrowseLDAPHandle, e, + "printerMakeAndModel")) == NULL) + continue; + + strlcpy(make_model, *value, sizeof(make_model)); + ldap_value_free(value); + + if ((value = ldap_get_values(BrowseLDAPHandle, e, + "printerType")) == NULL) + continue; + + type = atoi(*value); + ldap_value_free(value); + + if ((value = ldap_get_values(BrowseLDAPHandle, e, + "printerURI")) == NULL) + continue; + + strlcpy(uri, *value, sizeof(uri)); + ldap_value_free(value); + + /* + * Process the entry as browse data... + */ + + if (!is_local_queue(uri, host, sizeof(host), resource, sizeof(resource))) + process_browse_data(uri, host, resource, type, IPP_PRINTER_IDLE, + location, info, make_model, 0, NULL); + + } +} +#endif /* HAVE_OPENLDAP */ + + +/* + * 'cupsdUpdatePolling()' - Read status messages from the poll daemons. + */ + +void +cupsdUpdatePolling(void) +{ + char *ptr, /* Pointer to end of line in buffer */ + message[1024]; /* Pointer to message text */ + int loglevel; /* Log level for message */ + + + while ((ptr = cupsdStatBufUpdate(PollStatusBuffer, &loglevel, + message, sizeof(message))) != NULL) + if (!strchr(PollStatusBuffer->buffer, '\n')) + break; + + if (ptr == NULL && !PollStatusBuffer->bufused) + { + /* + * All polling processes have died; stop polling... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdUpdatePolling: all polling processes have exited!"); + cupsdStopPolling(); + } +} + + +#ifdef HAVE_LIBSLP +/* + * 'cupsdUpdateSLPBrowse()' - Get browsing information via SLP. + */ + +void +cupsdUpdateSLPBrowse(void) +{ + slpsrvurl_t *s, /* Temporary list of service URLs */ + *next; /* Next service in list */ + cupsd_printer_t p; /* Printer information */ + const char *uri; /* Pointer to printer URI */ + char host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + + + /* + * Reset the refresh time... + */ + + BrowseSLPRefresh = time(NULL) + BrowseInterval; + + /* + * Poll for remote printers using SLP... + */ + + s = NULL; + + SLPFindSrvs(BrowseSLPHandle, SLP_CUPS_SRVTYPE, "", "", + slp_url_callback, &s); + + /* + * Loop through the list of available printers... + */ + + for (; s; s = next) + { + /* + * Save the "next" pointer... + */ + + next = s->next; + + /* + * Load a cupsd_printer_t structure with the SLP service attributes... + */ + + SLPFindAttrs(BrowseSLPHandle, s->url, "", "", slp_attr_callback, &p); + + /* + * Process this printer entry... + */ + + uri = s->url + SLP_CUPS_SRVLEN + 1; + + if (!strncmp(uri, "http://", 7) || !strncmp(uri, "ipp://", 6)) + { + /* + * Pull the URI apart to see if this is a local or remote printer... + */ + + if (!is_local_queue(uri, host, sizeof(host), resource, sizeof(resource))) + process_browse_data(uri, host, resource, p.type, IPP_PRINTER_IDLE, + p.location, p.info, p.make_model, 0, NULL); + } + + /* + * Free this listing... + */ + + cupsdClearString(&p.info); + cupsdClearString(&p.location); + cupsdClearString(&p.make_model); + + free(s); + } +} +#endif /* HAVE_LIBSLP */ + + +/* + * 'dequote()' - Remote quotes from a string. + */ + +static char * /* O - Dequoted string */ +dequote(char *d, /* I - Destination string */ + const char *s, /* I - Source string */ + int dlen) /* I - Destination length */ +{ + char *dptr; /* Pointer into destination */ + + + if (s) + { + for (dptr = d, dlen --; *s && dlen > 0; s ++) + if (*s != '\"') + { + *dptr++ = *s; + dlen --; + } + + *dptr = '\0'; + } + else + *d = '\0'; + + return (d); +} + + +/* + * 'is_local_queue()' - Determine whether the URI points at a local queue. + */ + +static int /* O - 1 = local, 0 = remote, -1 = bad URI */ +is_local_queue(const char *uri, /* I - Printer URI */ + char *host, /* O - Host string */ + int hostlen, /* I - Length of host buffer */ + char *resource, /* O - Resource string */ + int resourcelen) /* I - Length of resource buffer */ +{ + char scheme[32], /* Scheme portion of URI */ + username[HTTP_MAX_URI]; /* Username portion of URI */ + int port; /* Port portion of URI */ + cupsd_netif_t *iface; /* Network interface */ + + + /* + * Pull the URI apart to see if this is a local or remote printer... + */ + + if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme), + username, sizeof(username), host, hostlen, &port, + resource, resourcelen) < HTTP_URI_OK) + return (-1); + + DEBUG_printf(("host=\"%s\", ServerName=\"%s\"\n", host, ServerName)); + + /* + * Check for local server addresses... + */ + + if (!strcasecmp(host, ServerName) && port == LocalPort) + return (1); + + cupsdNetIFUpdate(); + + for (iface = (cupsd_netif_t *)cupsArrayFirst(NetIFList); + iface; + iface = (cupsd_netif_t *)cupsArrayNext(NetIFList)) + if (!strcasecmp(host, iface->hostname) && port == iface->port) + return (1); + + /* + * If we get here, the printer is remote... + */ + + return (0); +} + + +/* + * 'process_browse_data()' - Process new browse data. + */ + +static void +process_browse_data( + const char *uri, /* I - URI of printer/class */ + const char *host, /* I - Hostname */ + const char *resource, /* I - Resource path */ + cups_ptype_t type, /* I - Printer type */ + ipp_pstate_t state, /* I - Printer state */ + const char *location, /* I - Printer location */ + const char *info, /* I - Printer information */ + const char *make_model, /* I - Printer make and model */ + int num_attrs, /* I - Number of attributes */ + cups_option_t *attrs) /* I - Attributes */ +{ + int i; /* Looping var */ + int update; /* Update printer attributes? */ + char finaluri[HTTP_MAX_URI], /* Final URI for printer */ + name[IPP_MAX_NAME], /* Name of printer */ + newname[IPP_MAX_NAME], /* New name of printer */ + *hptr, /* Pointer into hostname */ + *sptr; /* Pointer into ServerName */ + char local_make_model[IPP_MAX_NAME]; + /* Local make and model */ + cupsd_printer_t *p; /* Printer information */ + const char *ipp_options, /* ipp-options value */ + *lease_duration; /* lease-duration value */ + + + /* + * Determine if the URI contains any illegal characters in it... + */ + + if (strncmp(uri, "ipp://", 6) || !host[0] || + (strncmp(resource, "/printers/", 10) && + strncmp(resource, "/classes/", 9))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "process_browse_data: Bad printer URI in browse data: %s", + uri); + return; + } + + if (strchr(resource, '?') || + (!strncmp(resource, "/printers/", 10) && strchr(resource + 10, '/')) || + (!strncmp(resource, "/classes/", 9) && strchr(resource + 9, '/'))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "process_browse_data: Bad resource in browse data: %s", + resource); + return; + } + + /* + * OK, this isn't a local printer; add any remote options... + */ + + ipp_options = cupsGetOption("ipp-options", num_attrs, attrs); + + if (BrowseRemoteOptions) + { + if (BrowseRemoteOptions[0] == '?') + { + /* + * Override server-supplied options... + */ + + snprintf(finaluri, sizeof(finaluri), "%s%s", uri, BrowseRemoteOptions); + } + else if (ipp_options) + { + /* + * Combine the server and local options... + */ + + snprintf(finaluri, sizeof(finaluri), "%s?%s+%s", uri, ipp_options, + BrowseRemoteOptions); + } + else + { + /* + * Just use the local options... + */ + + snprintf(finaluri, sizeof(finaluri), "%s?%s", uri, BrowseRemoteOptions); + } + + uri = finaluri; + } + else if (ipp_options) + { + /* + * Just use the server-supplied options... + */ + + snprintf(finaluri, sizeof(finaluri), "%s?%s", uri, ipp_options); + uri = finaluri; + } + + /* + * See if we already have it listed in the Printers list, and add it if not... + */ + + type |= CUPS_PRINTER_REMOTE; + type &= ~CUPS_PRINTER_IMPLICIT; + update = 0; + hptr = strchr(host, '.'); + sptr = strchr(ServerName, '.'); + + if (!ServerNameIsIP && sptr != NULL && hptr != NULL) + { + /* + * Strip the common domain name components... + */ + + while (hptr != NULL) + { + if (!strcasecmp(hptr, sptr)) + { + *hptr = '\0'; + break; + } + else + hptr = strchr(hptr + 1, '.'); + } + } + + if (type & CUPS_PRINTER_CLASS) + { + /* + * Remote destination is a class... + */ + + if (!strncmp(resource, "/classes/", 9)) + snprintf(name, sizeof(name), "%s@%s", resource + 9, host); + else + return; + + if (hptr && !*hptr) + *hptr = '.'; /* Resource FQDN */ + + if ((p = cupsdFindClass(name)) == NULL && BrowseShortNames) + { + if ((p = cupsdFindClass(resource + 9)) != NULL) + { + if (p->hostname && strcasecmp(p->hostname, host)) + { + /* + * Nope, this isn't the same host; if the hostname isn't the local host, + * add it to the other class and then find a class using the full host + * name... + */ + + if (p->type & CUPS_PRINTER_REMOTE) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Renamed remote class \"%s\" to \"%s@%s\"...", + p->name, p->name, p->hostname); + cupsdAddEvent(CUPSD_EVENT_PRINTER_DELETED, p, NULL, + "Class \'%s\' deleted by directory services.", + p->name); + + snprintf(newname, sizeof(newname), "%s@%s", p->name, p->hostname); + cupsdRenamePrinter(p, newname); + + cupsdAddEvent(CUPSD_EVENT_PRINTER_ADDED, p, NULL, + "Class \'%s\' added by directory services.", + p->name); + } + + p = NULL; + } + else if (!p->hostname) + { + /* + * Hostname not set, so this must be a cached remote printer + * that was created for a pending print job... + */ + + cupsdSetString(&p->hostname, host); + cupsdSetString(&p->uri, uri); + cupsdSetString(&p->device_uri, uri); + update = 1; + } + } + else + { + /* + * Use the short name for this shared class. + */ + + strlcpy(name, resource + 9, sizeof(name)); + } + } + else if (p && !p->hostname) + { + /* + * Hostname not set, so this must be a cached remote printer + * that was created for a pending print job... + */ + + cupsdSetString(&p->hostname, host); + cupsdSetString(&p->uri, uri); + cupsdSetString(&p->device_uri, uri); + update = 1; + } + + if (!p) + { + /* + * Class doesn't exist; add it... + */ + + p = cupsdAddClass(name); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Added remote class \"%s\"...", name); + + cupsdAddEvent(CUPSD_EVENT_PRINTER_ADDED, p, NULL, + "Class \'%s\' added by directory services.", name); + + /* + * Force the URI to point to the real server... + */ + + p->type = type & ~CUPS_PRINTER_REJECTING; + p->accepting = 1; + cupsdSetString(&p->uri, uri); + cupsdSetString(&p->device_uri, uri); + cupsdSetString(&p->hostname, host); + + update = 1; + } + } + else + { + /* + * Remote destination is a printer... + */ + + if (!strncmp(resource, "/printers/", 10)) + snprintf(name, sizeof(name), "%s@%s", resource + 10, host); + else + return; + + if (hptr && !*hptr) + *hptr = '.'; /* Resource FQDN */ + + if ((p = cupsdFindPrinter(name)) == NULL && BrowseShortNames) + { + if ((p = cupsdFindPrinter(resource + 10)) != NULL) + { + if (p->hostname && strcasecmp(p->hostname, host)) + { + /* + * Nope, this isn't the same host; if the hostname isn't the local host, + * add it to the other printer and then find a printer using the full host + * name... + */ + + if (p->type & CUPS_PRINTER_REMOTE) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Renamed remote printer \"%s\" to \"%s@%s\"...", + p->name, p->name, p->hostname); + cupsdAddEvent(CUPSD_EVENT_PRINTER_DELETED, p, NULL, + "Printer \'%s\' deleted by directory services.", + p->name); + + snprintf(newname, sizeof(newname), "%s@%s", p->name, p->hostname); + cupsdRenamePrinter(p, newname); + + cupsdAddEvent(CUPSD_EVENT_PRINTER_ADDED, p, NULL, + "Printer \'%s\' added by directory services.", + p->name); + } + + p = NULL; + } + else if (!p->hostname) + { + /* + * Hostname not set, so this must be a cached remote printer + * that was created for a pending print job... + */ + + cupsdSetString(&p->hostname, host); + cupsdSetString(&p->uri, uri); + cupsdSetString(&p->device_uri, uri); + update = 1; + } + } + else + { + /* + * Use the short name for this shared printer. + */ + + strlcpy(name, resource + 10, sizeof(name)); + } + } + else if (p && !p->hostname) + { + /* + * Hostname not set, so this must be a cached remote printer + * that was created for a pending print job... + */ + + cupsdSetString(&p->hostname, host); + cupsdSetString(&p->uri, uri); + cupsdSetString(&p->device_uri, uri); + update = 1; + } + + if (!p) + { + /* + * Printer doesn't exist; add it... + */ + + p = cupsdAddPrinter(name); + + cupsdAddEvent(CUPSD_EVENT_PRINTER_ADDED, p, NULL, + "Printer \'%s\' added by directory services.", name); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Added remote printer \"%s\"...", name); + + /* + * Force the URI to point to the real server... + */ + + p->type = type & ~CUPS_PRINTER_REJECTING; + p->accepting = 1; + cupsdSetString(&p->hostname, host); + cupsdSetString(&p->uri, uri); + cupsdSetString(&p->device_uri, uri); + + update = 1; + } + } + + /* + * Update the state... + */ + + p->state = state; + p->browse_time = time(NULL); + + if ((lease_duration = cupsGetOption("lease-duration", num_attrs, + attrs)) != NULL) + { + /* + * Grab the lease-duration for the browse data; anything less then 1 + * second or more than 1 week gets the default BrowseTimeout... + */ + + i = atoi(lease_duration); + if (i < 1 || i > 604800) + i = BrowseTimeout; + + p->browse_expire = p->browse_time + i; + } + else + p->browse_expire = p->browse_time + BrowseTimeout; + + if (type & CUPS_PRINTER_REJECTING) + { + type &= ~CUPS_PRINTER_REJECTING; + + if (p->accepting) + { + update = 1; + p->accepting = 0; + } + } + else if (!p->accepting) + { + update = 1; + p->accepting = 1; + } + + if (p->type != type) + { + p->type = type; + update = 1; + } + + if (location && (!p->location || strcmp(p->location, location))) + { + cupsdSetString(&p->location, location); + update = 1; + } + + if (info && (!p->info || strcmp(p->info, info))) + { + cupsdSetString(&p->info, info); + update = 1; + } + + if (!make_model || !make_model[0]) + { + if (type & CUPS_PRINTER_CLASS) + snprintf(local_make_model, sizeof(local_make_model), + "Remote Class on %s", host); + else + snprintf(local_make_model, sizeof(local_make_model), + "Remote Printer on %s", host); + } + else + snprintf(local_make_model, sizeof(local_make_model), + "%s on %s", make_model, host); + + if (!p->make_model || strcmp(p->make_model, local_make_model)) + { + cupsdSetString(&p->make_model, local_make_model); + update = 1; + } + + if (p->num_options) + { + if (!update && !(type & CUPS_PRINTER_DELETE)) + { + /* + * See if we need to update the attributes... + */ + + if (p->num_options != num_attrs) + update = 1; + else + { + for (i = 0; i < num_attrs; i ++) + if (strcmp(attrs[i].name, p->options[i].name) || + (!attrs[i].value != !p->options[i].value) || + (attrs[i].value && strcmp(attrs[i].value, p->options[i].value))) + { + update = 1; + break; + } + } + } + + /* + * Free the old options... + */ + + cupsFreeOptions(p->num_options, p->options); + } + + p->num_options = num_attrs; + p->options = attrs; + + if (type & CUPS_PRINTER_DELETE) + { + cupsdAddEvent(CUPSD_EVENT_PRINTER_DELETED, p, NULL, + "%s \'%s\' deleted by directory services.", + (type & CUPS_PRINTER_CLASS) ? "Class" : "Printer", p->name); + + cupsdExpireSubscriptions(p, NULL); + + cupsdDeletePrinter(p, 1); + cupsdUpdateImplicitClasses(); + } + else if (update) + { + cupsdSetPrinterAttrs(p); + cupsdUpdateImplicitClasses(); + } + + /* + * See if we have a default printer... If not, make the first network + * default printer the default. + */ + + if (DefaultPrinter == NULL && Printers != NULL && UseNetworkDefault) + { + /* + * Find the first network default printer and use it... + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (p->type & CUPS_PRINTER_DEFAULT) + { + DefaultPrinter = p; + break; + } + } + + /* + * Do auto-classing if needed... + */ + + process_implicit_classes(); + + /* + * Update the printcap file... + */ + + cupsdWritePrintcap(); +} + + +/* + * 'process_implicit_classes()' - Create/update implicit classes as needed. + */ + +static void +process_implicit_classes(void) +{ + int i; /* Looping var */ + int update; /* Update printer attributes? */ + char name[IPP_MAX_NAME], /* Name of printer */ + *hptr; /* Pointer into hostname */ + cupsd_printer_t *p, /* Printer information */ + *pclass, /* Printer class */ + *first; /* First printer in class */ + int offset, /* Offset of name */ + len; /* Length of name */ + + + if (!ImplicitClasses || !Printers) + return; + + /* + * Loop through all available printers and create classes as needed... + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers), len = 0, offset = 0, + update = 0, pclass = NULL, first = NULL; + p != NULL; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + /* + * Skip implicit classes... + */ + + if (p->type & CUPS_PRINTER_IMPLICIT) + { + len = 0; + continue; + } + + /* + * If len == 0, get the length of this printer name up to the "@" + * sign (if any). + */ + + cupsArraySave(Printers); + + if (len > 0 && + !strncasecmp(p->name, name + offset, len) && + (p->name[len] == '\0' || p->name[len] == '@')) + { + /* + * We have more than one printer with the same name; see if + * we have a class, and if this printer is a member... + */ + + if (pclass && strcasecmp(pclass->name, name)) + { + if (update) + cupsdSetPrinterAttrs(pclass); + + update = 0; + pclass = NULL; + } + + if (!pclass && (pclass = cupsdFindDest(name)) == NULL) + { + /* + * Need to add the class... + */ + + pclass = cupsdAddPrinter(name); + cupsArrayAdd(ImplicitPrinters, pclass); + + pclass->type |= CUPS_PRINTER_IMPLICIT; + pclass->accepting = 1; + pclass->state = IPP_PRINTER_IDLE; + + cupsdSetString(&pclass->location, p->location); + cupsdSetString(&pclass->info, p->info); + + cupsdSetString(&pclass->job_sheets[0], p->job_sheets[0]); + cupsdSetString(&pclass->job_sheets[1], p->job_sheets[1]); + + update = 1; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Added implicit class \"%s\"...", + name); + cupsdAddEvent(CUPSD_EVENT_PRINTER_ADDED, p, NULL, + "Implicit class \'%s\' added by directory services.", + name); + } + + if (first != NULL) + { + for (i = 0; i < pclass->num_printers; i ++) + if (pclass->printers[i] == first) + break; + + if (i >= pclass->num_printers) + { + first->in_implicit_class = 1; + cupsdAddPrinterToClass(pclass, first); + } + + first = NULL; + } + + for (i = 0; i < pclass->num_printers; i ++) + if (pclass->printers[i] == p) + break; + + if (i >= pclass->num_printers) + { + p->in_implicit_class = 1; + cupsdAddPrinterToClass(pclass, p); + update = 1; + } + } + else + { + /* + * First time around; just get name length and mark it as first + * in the list... + */ + + if ((hptr = strchr(p->name, '@')) != NULL) + len = hptr - p->name; + else + len = strlen(p->name); + + strncpy(name, p->name, len); + name[len] = '\0'; + offset = 0; + + if ((first = (hptr ? cupsdFindDest(name) : p)) != NULL && + !(first->type & CUPS_PRINTER_IMPLICIT)) + { + /* + * Can't use same name as a local printer; add "Any" to the + * front of the name, unless we have explicitly disabled + * the "ImplicitAnyClasses"... + */ + + if (ImplicitAnyClasses && len < (sizeof(name) - 4)) + { + /* + * Add "Any" to the class name... + */ + + strcpy(name, "Any"); + strncpy(name + 3, p->name, len); + name[len + 3] = '\0'; + offset = 3; + } + else + { + /* + * Don't create an implicit class if we have a local printer + * with the same name... + */ + + len = 0; + cupsArrayRestore(Printers); + continue; + } + } + + first = p; + } + + cupsArrayRestore(Printers); + } + + /* + * Update the last printer class as needed... + */ + + if (pclass && update) + cupsdSetPrinterAttrs(pclass); +} + + +/* + * 'send_cups_browse()' - Send new browsing information using the CUPS + * protocol. + */ + +static void +send_cups_browse(cupsd_printer_t *p) /* I - Printer to send */ +{ + int i; /* Looping var */ + cups_ptype_t type; /* Printer type */ + cupsd_dirsvc_addr_t *b; /* Browse address */ + int bytes; /* Length of packet */ + char packet[1453], /* Browse data packet */ + uri[1024], /* Printer URI */ + location[1024], /* printer-location */ + info[1024], /* printer-info */ + make_model[1024]; + /* printer-make-and-model */ + cupsd_netif_t *iface; /* Network interface */ + + + /* + * Figure out the printer type value... + */ + + type = p->type | CUPS_PRINTER_REMOTE; + + if (!p->accepting) + type |= CUPS_PRINTER_REJECTING; + + if (p == DefaultPrinter) + type |= CUPS_PRINTER_DEFAULT; + + /* + * Remove quotes from printer-info, printer-location, and + * printer-make-and-model attributes... + */ + + dequote(location, p->location, sizeof(location)); + dequote(info, p->info, sizeof(info)); + + if (p->make_model) + dequote(make_model, p->make_model, sizeof(make_model)); + else if (p->type & CUPS_PRINTER_CLASS) + { + if (p->num_printers > 0 && p->printers[0]->make_model) + strlcpy(make_model, p->printers[0]->make_model, sizeof(make_model)); + else + strlcpy(make_model, "Local Printer Class", sizeof(make_model)); + } + else if (p->raw) + strlcpy(make_model, "Local Raw Printer", sizeof(make_model)); + else + strlcpy(make_model, "Local System V Printer", sizeof(make_model)); + + /* + * Send a packet to each browse address... + */ + + for (i = NumBrowsers, b = Browsers; i > 0; i --, b ++) + if (b->iface[0]) + { + /* + * Send the browse packet to one or more interfaces... + */ + + if (!strcmp(b->iface, "*")) + { + /* + * Send to all local interfaces... + */ + + cupsdNetIFUpdate(); + + for (iface = (cupsd_netif_t *)cupsArrayFirst(NetIFList); + iface; + iface = (cupsd_netif_t *)cupsArrayNext(NetIFList)) + { + /* + * Only send to local, IPv4 interfaces... + */ + + if (!iface->is_local || !iface->port || + iface->address.addr.sa_family != AF_INET) + continue; + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + iface->hostname, iface->port, + (p->type & CUPS_PRINTER_CLASS) ? "/classes/%s" : + "/printers/%s", + p->name); + snprintf(packet, sizeof(packet), "%x %x %s \"%s\" \"%s\" \"%s\" %s\n", + type, p->state, uri, location, info, make_model, + p->browse_attrs ? p->browse_attrs : ""); + + bytes = strlen(packet); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdSendBrowseList: (%d bytes to \"%s\") %s", bytes, + iface->name, packet); + + iface->broadcast.ipv4.sin_port = htons(BrowsePort); + + sendto(BrowseSocket, packet, bytes, 0, + (struct sockaddr *)&(iface->broadcast), + httpAddrLength(&(iface->broadcast))); + } + } + else if ((iface = cupsdNetIFFind(b->iface)) != NULL) + { + /* + * Send to the named interface using the IPv4 address... + */ + + while (iface) + if (strcmp(b->iface, iface->name)) + { + iface = NULL; + break; + } + else if (iface->address.addr.sa_family == AF_INET && iface->port) + break; + else + iface = (cupsd_netif_t *)cupsArrayNext(NetIFList); + + if (iface) + { + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + iface->hostname, iface->port, + (p->type & CUPS_PRINTER_CLASS) ? "/classes/%s%s" : + "/printers/%s", + p->name); + snprintf(packet, sizeof(packet), "%x %x %s \"%s\" \"%s\" \"%s\" %s\n", + type, p->state, uri, location, info, make_model, + p->browse_attrs ? p->browse_attrs : ""); + + bytes = strlen(packet); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdSendBrowseList: (%d bytes to \"%s\") %s", bytes, + iface->name, packet); + + iface->broadcast.ipv4.sin_port = htons(BrowsePort); + + sendto(BrowseSocket, packet, bytes, 0, + (struct sockaddr *)&(iface->broadcast), + httpAddrLength(&(iface->broadcast))); + } + } + } + else + { + /* + * Send the browse packet to the indicated address using + * the default server name... + */ + + snprintf(packet, sizeof(packet), "%x %x %s \"%s\" \"%s\" \"%s\" %s\n", + type, p->state, p->uri, location, info, make_model, + p->browse_attrs ? p->browse_attrs : ""); + + bytes = strlen(packet); + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdSendBrowseList: (%d bytes) %s", bytes, packet); + + if (sendto(BrowseSocket, packet, bytes, 0, + (struct sockaddr *)&(b->to), + httpAddrLength(&(b->to))) <= 0) + { + /* + * Unable to send browse packet, so remove this address from the + * list... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdSendBrowseList: sendto failed for browser " + "%d - %s.", + (int)(b - Browsers + 1), strerror(errno)); + + if (i > 1) + memmove(b, b + 1, (i - 1) * sizeof(cupsd_dirsvc_addr_t)); + + b --; + NumBrowsers --; + } + } +} + + +#ifdef HAVE_OPENLDAP +/* + * 'send_ldap_browse()' - Send LDAP printer registrations. + */ + +static void +send_ldap_browse(cupsd_printer_t *p) /* I - Printer to register */ +{ + int i; /* Looping var... */ + LDAPMod mods[7]; /* The 7 attributes we will be adding */ + LDAPMod *pmods[8]; /* Pointers to the 7 attributes + NULL */ + LDAPMessage *res; /* Search result token */ + char *cn_value[2], /* Change records */ + *uri[2], + *info[2], + *location[2], + *make_model[2], + *type[2], + typestring[255], /* String to hold printer-type */ + filter[256], /* Search filter for possible UPDATEs */ + dn[1024]; /* DN of the printer we are adding */ + int rc; /* LDAP status */ + static const char * const objectClass_values[] = + { /* The 3 objectClass's we use in */ + "top", /* our LDAP entries */ + "device", + "cupsPrinter", + NULL + }; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "send_ldap_browse: %s\n", p->name); + + /* + * Everything in ldap is ** so we fudge around it... + */ + + sprintf(typestring, "%u", p->type); + + cn_value[0] = p->name; + cn_value[1] = NULL; + info[0] = p->info ? p->info : "Unknown"; + info[1] = NULL; + location[0] = p->location ? p->location : "Unknown"; + location[1] = NULL; + make_model[0] = p->make_model ? p->make_model : "Unknown"; + make_model[1] = NULL; + type[0] = typestring; + type[1] = NULL; + uri[0] = p->uri; + uri[1] = NULL; + + snprintf(filter, sizeof(filter), + "(&(objectclass=cupsPrinter)(printerURI=%s))", p->uri); + + ldap_search_s(BrowseLDAPHandle, BrowseLDAPDN, LDAP_SCOPE_SUBTREE, + filter, (char **)ldap_attrs, 0, &res); + cupsdLogMessage(CUPSD_LOG_DEBUG2, "send_ldap_browse: Searching \"%s\"", + filter); + + mods[0].mod_type = "cn"; + mods[0].mod_values = cn_value; + mods[1].mod_type = "printerDescription"; + mods[1].mod_values = info; + mods[2].mod_type = "printerURI"; + mods[2].mod_values = uri; + mods[3].mod_type = "printerLocation"; + mods[3].mod_values = location; + mods[4].mod_type = "printerMakeAndModel"; + mods[4].mod_values = make_model; + mods[5].mod_type = "printerType"; + mods[5].mod_values = type; + mods[6].mod_type = "objectClass"; + mods[6].mod_values = (char **)objectClass_values; + + snprintf(dn, sizeof(dn), "cn=%s,ou=printers,%s", p->name, BrowseLDAPDN); + cupsdLogMessage(CUPSD_LOG_DEBUG2, "send_ldap_browse: dn=\"%s\"", dn); + + if (ldap_count_entries(BrowseLDAPHandle, res) > 0) + { + /* + * Printer has already been registered, modify the current + * registration... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "send_ldap_browse: Replacing entry..."); + + for (i = 0; i < 7; i ++) + { + pmods[i] = mods + i; + pmods[i]->mod_op = LDAP_MOD_REPLACE; + } + pmods[i] = NULL; + + if ((rc = ldap_modify_s(BrowseLDAPHandle, dn, pmods)) != LDAP_SUCCESS) + cupsdLogMessage(CUPSD_LOG_ERROR, + "LDAP modify for %s failed with status %d: %s", + p->name, rc, ldap_err2string(rc)); + } + else + { + /* + * Printer has never been registered, add the current + * registration... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "send_ldap_browse: Adding entry..."); + + for (i = 0; i < 7; i ++) + { + pmods[i] = mods + i; + pmods[i]->mod_op = LDAP_MOD_ADD; + } + pmods[i] = NULL; + + if ((rc = ldap_add_s(BrowseLDAPHandle, dn, pmods)) != LDAP_SUCCESS) + cupsdLogMessage(CUPSD_LOG_ERROR, + "LDAP add for %s failed with status %d: %s", + p->name, rc, ldap_err2string(rc)); + } +} +#endif /* HAVE_OPENLDAP */ + + +#ifdef HAVE_LIBSLP +/* + * 'send_slp_browse()' - Register the specified printer with SLP. + */ + +static void +send_slp_browse(cupsd_printer_t *p) /* I - Printer to register */ +{ + char srvurl[HTTP_MAX_URI], /* Printer service URI */ + attrs[8192], /* Printer attributes */ + finishings[1024], /* Finishings to support */ + make_model[IPP_MAX_NAME * 2], + /* Make and model, quoted */ + location[IPP_MAX_NAME * 2], + /* Location, quoted */ + info[IPP_MAX_NAME * 2], /* Info, quoted */ + *src, /* Pointer to original string */ + *dst; /* Pointer to destination string */ + ipp_attribute_t *authentication; /* uri-authentication-supported value */ + SLPError error; /* SLP error, if any */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, "send_slp_browse(%p = \"%s\")", p, + p->name); + + /* + * Make the SLP service URL that conforms to the IANA + * 'printer:' template. + */ + + snprintf(srvurl, sizeof(srvurl), SLP_CUPS_SRVTYPE ":%s", p->uri); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "Service URL = \"%s\"", srvurl); + + /* + * Figure out the finishings string... + */ + + if (p->type & CUPS_PRINTER_STAPLE) + strcpy(finishings, "staple"); + else + finishings[0] = '\0'; + + if (p->type & CUPS_PRINTER_BIND) + { + if (finishings[0]) + strlcat(finishings, ",bind", sizeof(finishings)); + else + strcpy(finishings, "bind"); + } + + if (p->type & CUPS_PRINTER_PUNCH) + { + if (finishings[0]) + strlcat(finishings, ",punch", sizeof(finishings)); + else + strcpy(finishings, "punch"); + } + + if (p->type & CUPS_PRINTER_COVER) + { + if (finishings[0]) + strlcat(finishings, ",cover", sizeof(finishings)); + else + strcpy(finishings, "cover"); + } + + if (p->type & CUPS_PRINTER_SORT) + { + if (finishings[0]) + strlcat(finishings, ",sort", sizeof(finishings)); + else + strcpy(finishings, "sort"); + } + + if (!finishings[0]) + strcpy(finishings, "none"); + + /* + * Quote any commas in the make and model, location, and info strings... + */ + + for (src = p->make_model, dst = make_model; + src && *src && dst < (make_model + sizeof(make_model) - 2);) + { + if (*src == ',' || *src == '\\' || *src == ')') + *dst++ = '\\'; + + *dst++ = *src++; + } + + *dst = '\0'; + + if (!make_model[0]) + strcpy(make_model, "Unknown"); + + for (src = p->location, dst = location; + src && *src && dst < (location + sizeof(location) - 2);) + { + if (*src == ',' || *src == '\\' || *src == ')') + *dst++ = '\\'; + + *dst++ = *src++; + } + + *dst = '\0'; + + if (!location[0]) + strcpy(location, "Unknown"); + + for (src = p->info, dst = info; + src && *src && dst < (info + sizeof(info) - 2);) + { + if (*src == ',' || *src == '\\' || *src == ')') + *dst++ = '\\'; + + *dst++ = *src++; + } + + *dst = '\0'; + + if (!info[0]) + strcpy(info, "Unknown"); + + /* + * Get the authentication value... + */ + + authentication = ippFindAttribute(p->attrs, "uri-authentication-supported", + IPP_TAG_KEYWORD); + + /* + * Make the SLP attribute string list that conforms to + * the IANA 'printer:' template. + */ + + snprintf(attrs, sizeof(attrs), + "(printer-uri-supported=%s)," + "(uri-authentication-supported=%s>)," +#ifdef HAVE_SSL + "(uri-security-supported=tls>)," +#else + "(uri-security-supported=none>)," +#endif /* HAVE_SSL */ + "(printer-name=%s)," + "(printer-location=%s)," + "(printer-info=%s)," + "(printer-more-info=%s)," + "(printer-make-and-model=%s)," + "(printer-type=%d)," + "(charset-supported=utf-8)," + "(natural-language-configured=%s)," + "(natural-language-supported=de,en,es,fr,it)," + "(color-supported=%s)," + "(finishings-supported=%s)," + "(sides-supported=one-sided%s)," + "(multiple-document-jobs-supported=true)" + "(ipp-versions-supported=1.0,1.1)", + p->uri, authentication->values[0].string.text, p->name, location, + info, p->uri, make_model, p->type, DefaultLanguage, + p->type & CUPS_PRINTER_COLOR ? "true" : "false", + finishings, + p->type & CUPS_PRINTER_DUPLEX ? + ",two-sided-long-edge,two-sided-short-edge" : ""); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "Attributes = \"%s\"", attrs); + + /* + * Register the printer with the SLP server... + */ + + error = SLPReg(BrowseSLPHandle, srvurl, BrowseTimeout, + SLP_CUPS_SRVTYPE, attrs, SLP_TRUE, slp_reg_callback, 0); + + if (error != SLP_OK) + cupsdLogMessage(CUPSD_LOG_ERROR, "SLPReg of \"%s\" failed with status %d!", p->name, + error); +} + + +/* + * 'slp_attr_callback()' - SLP attribute callback + */ + +static SLPBoolean /* O - SLP_TRUE for success */ +slp_attr_callback( + SLPHandle hslp, /* I - SLP handle */ + const char *attrlist, /* I - Attribute list */ + SLPError errcode, /* I - Parsing status for this attr */ + void *cookie) /* I - Current printer */ +{ + char *tmp = 0; /* Temporary string */ + cupsd_printer_t *p = (cupsd_printer_t*)cookie; + /* Current printer */ + + + (void)hslp; /* anti-compiler-warning-code */ + + /* + * Bail if there was an error + */ + + if (errcode != SLP_OK) + return (SLP_TRUE); + + /* + * Parse the attrlist to obtain things needed to build CUPS browse packet + */ + + memset(p, 0, sizeof(cupsd_printer_t)); + + if (slp_get_attr(attrlist, "(printer-location=", &(p->location))) + return (SLP_FALSE); + if (slp_get_attr(attrlist, "(printer-info=", &(p->info))) + return (SLP_FALSE); + if (slp_get_attr(attrlist, "(printer-make-and-model=", &(p->make_model))) + return (SLP_FALSE); + if (!slp_get_attr(attrlist, "(printer-type=", &tmp)) + p->type = atoi(tmp); + else + p->type = CUPS_PRINTER_REMOTE; + + cupsdClearString(&tmp); + + return (SLP_TRUE); +} + + +/* + * 'slp_dereg_printer()' - SLPDereg() the specified printer + */ + +static void +slp_dereg_printer(cupsd_printer_t *p) /* I - Printer */ +{ + char srvurl[HTTP_MAX_URI]; /* Printer service URI */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, "slp_dereg_printer: printer=\"%s\"", p->name); + + if (!(p->type & CUPS_PRINTER_REMOTE)) + { + /* + * Make the SLP service URL that conforms to the IANA + * 'printer:' template. + */ + + snprintf(srvurl, sizeof(srvurl), SLP_CUPS_SRVTYPE ":%s", p->uri); + + /* + * Deregister the printer... + */ + + SLPDereg(BrowseSLPHandle, srvurl, slp_reg_callback, 0); + } +} + + +/* + * 'slp_get_attr()' - Get an attribute from an SLP registration. + */ + +static int /* O - 0 on success */ +slp_get_attr(const char *attrlist, /* I - Attribute list string */ + const char *tag, /* I - Name of attribute */ + char **valbuf) /* O - Value */ +{ + char *ptr1, /* Pointer into string */ + *ptr2; /* ... */ + + + cupsdClearString(valbuf); + + if ((ptr1 = strstr(attrlist, tag)) != NULL) + { + ptr1 += strlen(tag); + + if ((ptr2 = strchr(ptr1,')')) != NULL) + { + /* + * Copy the value... + */ + + *valbuf = calloc(ptr2 - ptr1 + 1, 1); + strncpy(*valbuf, ptr1, ptr2 - ptr1); + + /* + * Dequote the value... + */ + + for (ptr1 = *valbuf; *ptr1; ptr1 ++) + if (*ptr1 == '\\' && ptr1[1]) + _cups_strcpy(ptr1, ptr1 + 1); + + return (0); + } + } + + return (-1); +} + + +/* + * 'slp_reg_callback()' - Empty SLPRegReport. + */ + +static void +slp_reg_callback(SLPHandle hslp, /* I - SLP handle */ + SLPError errcode, /* I - Error code, if any */ + void *cookie) /* I - App data */ +{ + (void)hslp; + (void)errcode; + (void)cookie; + + return; +} + + +/* + * 'slp_url_callback()' - SLP service url callback + */ + +static SLPBoolean /* O - TRUE = OK, FALSE = error */ +slp_url_callback( + SLPHandle hslp, /* I - SLP handle */ + const char *srvurl, /* I - URL of service */ + unsigned short lifetime, /* I - Life of service */ + SLPError errcode, /* I - Existing error code */ + void *cookie) /* I - Pointer to service list */ +{ + slpsrvurl_t *s, /* New service entry */ + **head; /* Pointer to head of entry */ + + + /* + * Let the compiler know we won't be using these vars... + */ + + (void)hslp; + (void)lifetime; + + /* + * Bail if there was an error + */ + + if (errcode != SLP_OK) + return (SLP_TRUE); + + /* + * Grab the head of the list... + */ + + head = (slpsrvurl_t**)cookie; + + /* + * Allocate a *temporary* slpsrvurl_t to hold this entry. + */ + + if ((s = (slpsrvurl_t *)calloc(1, sizeof(slpsrvurl_t))) == NULL) + return (SLP_FALSE); + + /* + * Copy the SLP service URL... + */ + + strlcpy(s->url, srvurl, sizeof(s->url)); + + /* + * Link the SLP service URL into the head of the list + */ + + if (*head) + s->next = *head; + + *head = s; + + return (SLP_TRUE); +} +#endif /* HAVE_LIBSLP */ + + +/* + * End of "$Id$". + */ diff --git a/scheduler/dirsvc.h b/scheduler/dirsvc.h new file mode 100644 index 0000000000..86668f6a0a --- /dev/null +++ b/scheduler/dirsvc.h @@ -0,0 +1,185 @@ +/* + * "$Id$" + * + * Directory services definitions for the Common UNIX Printing System + * (CUPS) scheduler. + * + * Copyright 1997-2005 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Include necessary headers... + */ + +#ifdef HAVE_LIBSLP +# include +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_OPENLDAP +# ifdef __sun +# include +# endif /* __sun */ +# include +#endif /* HAVE_OPENLDAP */ + +/* + * Browse protocols... + */ + +#define BROWSE_CUPS 1 /* CUPS */ +#define BROWSE_SLP 2 /* SLPv2 */ +#define BROWSE_LDAP 4 /* LDAP */ +#define BROWSE_DNSSD 8 /* DNS Service Discovery aka Bonjour */ +#define BROWSE_ALL 15 /* All protocols */ + + +/* + * Browse address... + */ + +typedef struct +{ + char iface[32]; /* Destination interface */ + http_addr_t to; /* Destination address */ +} cupsd_dirsvc_addr_t; + + +/* + * Relay structure... + */ + +typedef struct +{ + cupsd_authmask_t from; /* Source address/name mask */ + http_addr_t to; /* Destination address */ +} cupsd_dirsvc_relay_t; + + +/* + * Polling structure... + */ + +typedef struct +{ + char hostname[64]; /* Hostname (actually, IP address) */ + int port; /* Port number */ + int pid; /* Current poll server PID */ +} cupsd_dirsvc_poll_t; + + +/* + * Globals... + */ + +VAR int Browsing VALUE(TRUE), + /* Whether or not browsing is enabled */ + BrowseLocalProtocols + VALUE(BROWSE_ALL), + /* Protocols to support for local printers */ + BrowseRemoteProtocols + VALUE(BROWSE_ALL), + /* Protocols to support for remote printers */ + BrowseShortNames VALUE(TRUE), + /* Short names for remote printers? */ + BrowseSocket VALUE(-1), + /* Socket for browsing */ + BrowsePort VALUE(IPP_PORT), + /* Port number for broadcasts */ + BrowseInterval VALUE(DEFAULT_INTERVAL), + /* Broadcast interval in seconds */ + BrowseTimeout VALUE(DEFAULT_TIMEOUT), + /* Time out for printers in seconds */ + UseNetworkDefault VALUE(CUPS_DEFAULT_USE_NETWORK_DEFAULT), + /* Use the network default printer? */ + NumBrowsers VALUE(0); + /* Number of broadcast addresses */ +VAR char *BrowseLocalOptions + VALUE(NULL), + /* Options to add to local printer URIs */ + *BrowseRemoteOptions + VALUE(NULL); + /* Options to add to remote printer URIs */ +VAR cupsd_dirsvc_addr_t *Browsers VALUE(NULL); + /* Broadcast addresses */ +VAR cupsd_location_t *BrowseACL VALUE(NULL); + /* Browser access control list */ +VAR cupsd_printer_t *BrowseNext VALUE(NULL); + /* Next class/printer to broadcast */ +VAR int NumRelays VALUE(0); + /* Number of broadcast relays */ +VAR cupsd_dirsvc_relay_t *Relays VALUE(NULL); + /* Broadcast relays */ +VAR int NumPolled VALUE(0); + /* Number of polled servers */ +VAR cupsd_dirsvc_poll_t *Polled VALUE(NULL); + /* Polled servers */ +VAR int PollPipe VALUE(0); + /* Status pipe for pollers */ +VAR cupsd_statbuf_t *PollStatusBuffer VALUE(NULL); + /* Status buffer for pollers */ + +#ifdef HAVE_LIBSLP +VAR SLPHandle BrowseSLPHandle VALUE(NULL); + /* SLP API handle */ +VAR time_t BrowseSLPRefresh VALUE(0); + /* Next SLP refresh time */ +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_LDAP +# ifdef HAVE_OPENLDAP +VAR LDAP *BrowseLDAPHandle VALUE(NULL); + /* Handle to LDAP server */ +# endif /* HAVE_OPENLDAP */ +VAR time_t BrowseLDAPRefresh VALUE(0); + /* Next LDAP refresh time */ +VAR char *BrowseLDAPBindDN VALUE(NULL), + /* LDAP login DN */ + *BrowseLDAPDN VALUE(NULL), + /* LDAP search DN */ + *BrowseLDAPPassword VALUE(NULL), + /* LDAP login password */ + *BrowseLDAPServer VALUE(NULL); + /* LDAP server to use */ +#endif /* HAVE_LDAP */ + + +/* + * Prototypes... + */ + +extern void cupsdLoadRemoteCache(void); +extern void cupsdRestartPolling(void); +extern void cupsdSaveRemoteCache(void); +extern void cupsdSendBrowseDelete(cupsd_printer_t *p); +extern void cupsdSendBrowseList(void); +extern void cupsdStartBrowsing(void); +extern void cupsdStartPolling(void); +extern void cupsdStopBrowsing(void); +extern void cupsdStopPolling(void); +extern void cupsdUpdateCUPSBrowse(void); +#ifdef HAVE_LDAP +extern void cupsdUpdateLDAPBrowse(void); +#endif /* HAVE_LDAP */ +extern void cupsdUpdatePolling(void); +extern void cupsdUpdateSLPBrowse(void); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/env.c b/scheduler/env.c new file mode 100644 index 0000000000..5137217fb9 --- /dev/null +++ b/scheduler/env.c @@ -0,0 +1,249 @@ +/* + * "$Id$" + * + * Environment management routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdInitEnv() - Initialize the current environment with standard + * variables. + * cupsdLoadEnv() - Copy common environment variables into an array. + * cupsdSetEnv() - Set a common environment variable. + * cupsdSetEnvf() - Set a formatted common environment variable. + * clear_env() - Clear common environment variables. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" + + +/* + * Local globals... + */ + +static int num_common_env = 0; /* Number of common env vars */ +static char *common_env[MAX_ENV]; /* Common env vars */ + + +/* + * Local functions... + */ + +static void clear_env(void); + + +/* + * 'cupsdInitEnv()' - Initialize the current environment with standard variables. + */ + +void +cupsdInitEnv(void) +{ + /* + * Clear existing environment variables... + */ + + clear_env(); + +#if defined(__APPLE__) + /* + * Add special voodoo magic for MacOS X - this allows MacOS X + * programs to access their bundle resources properly... + * + * This string is replaced in cupsdStartProcess()... + */ + + cupsdSetString(common_env, ""); + num_common_env = 1; +#endif /* __APPLE__ */ + + /* + * Set common variables... + */ + + cupsdSetEnv("CUPS_CACHEDIR", CacheDir); + cupsdSetEnv("CUPS_DATADIR", DataDir); + cupsdSetEnv("CUPS_DOCROOT", DocumentRoot); + cupsdSetEnv("CUPS_FONTPATH", FontPath); + cupsdSetEnv("CUPS_REQUESTROOT", RequestRoot); + cupsdSetEnv("CUPS_SERVERBIN", ServerBin); + cupsdSetEnv("CUPS_SERVERROOT", ServerRoot); + cupsdSetEnv("CUPS_STATEDIR", StateDir); + cupsdSetEnv("DYLD_LIBRARY_PATH", NULL); + cupsdSetEnv("LD_ASSUME_KERNEL", NULL); + cupsdSetEnv("LD_LIBRARY_PATH", NULL); + cupsdSetEnv("LD_PRELOAD", NULL); + cupsdSetEnv("NLSPATH", NULL); + cupsdSetEnvf("PATH", "%s/filter:" CUPS_BINDIR ":" CUPS_SBINDIR + ":/bin:/usr/bin", ServerBin); + cupsdSetEnv("SERVER_ADMIN", ServerAdmin); + cupsdSetEnv("SHLIB_PATH", NULL); + cupsdSetEnv("SOFTWARE", CUPS_MINIMAL); + cupsdSetEnv("TMPDIR", TempDir); + cupsdSetEnv("TZ", NULL); + cupsdSetEnv("USER", "root"); + cupsdSetEnv("VG_ARGS", NULL); +} + + +/* + * 'cupsdLoadEnv()' - Copy common environment variables into an array. + */ + +int /* O - Number of environment variables */ +cupsdLoadEnv(char *envp[], /* I - Environment array */ + int envmax) /* I - Maximum number of elements */ +{ + int i; /* Looping var */ + + + /* + * Leave room for a NULL pointer at the end... + */ + + envmax --; + + /* + * Copy pointers to the environment... + */ + + for (i = 0; i < num_common_env && i < envmax; i ++) + envp[i] = common_env[i]; + + /* + * NULL terminate the environment array and return the number of + * elements we added... + */ + + envp[i] = NULL; + + return (i); +} + + +/* + * 'cupsdSetEnv()' - Set a common environment variable. + */ + +void +cupsdSetEnv(const char *name, /* I - Name of variable */ + const char *value) /* I - Value of variable */ +{ + int i, /* Looping var */ + namelen; /* Length of name */ + + + /* + * If "value" is NULL, try getting value from current environment... + */ + + if (!value) + value = getenv(name); + + if (!value) + return; + + /* + * See if this variable has already been defined... + */ + + for (i = 0, namelen = strlen(name); i < num_common_env; i ++) + if (!strncmp(common_env[i], name, namelen) && common_env[i][namelen] == '=') + break; + + if (i >= num_common_env) + { + /* + * Check for room... + */ + + if (num_common_env >= (int)(sizeof(common_env) / sizeof(common_env[0]))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdSetEnv: Too many environment variables set!"); + return; + } + + num_common_env ++; + } + + /* + * Set the new environment variable... + */ + + cupsdSetStringf(common_env + i, "%s=%s", name, value); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdSetEnv: %s\n", common_env[i]); +} + + +/* + * 'cupsdSetEnvf()' - Set a formatted common environment variable. + */ + +void +cupsdSetEnvf(const char *name, /* I - Name of variable */ + const char *value, /* I - Printf-style value of variable */ + ...) /* I - Additional args as needed */ +{ + char v[4096]; /* Formatting string value */ + va_list ap; /* Argument pointer */ + + + /* + * Format the value string... + */ + + va_start(ap, value); + vsnprintf(v, sizeof(v), value, ap); + va_end(ap); + + /* + * Set the env variable... + */ + + cupsdSetEnv(name, v); +} + + +/* + * 'clear_env()' - Clear common environment variables. + */ + +static void +clear_env(void) +{ + int i; /* Looping var */ + + + for (i = 0; i < num_common_env; i ++) + cupsdClearString(common_env + i); + + num_common_env = 0; +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/filter.c b/scheduler/filter.c new file mode 100644 index 0000000000..d3dd6230dd --- /dev/null +++ b/scheduler/filter.c @@ -0,0 +1,415 @@ +/* + * "$Id$" + * + * File type conversion routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * mimeAddFilter() - Add a filter to the current MIME database. + * mimeFilter() - Find the fastest way to convert from one type to + * another. + * compare_filters() - Compare two filters... + * find_filters() - Find the filters to convert from one type to another. + * lookup() - Lookup a filter... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include + +#include +#include +#include "mime.h" + + +/* + * Local types... + */ + +typedef struct _mime_typelist_s /**** List of source types ****/ +{ + struct _mime_typelist_s *next; /* Next source type */ + mime_type_t *src; /* Source type */ +} _mime_typelist_t; + + +/* + * Local functions... + */ + +static int compare_filters(mime_filter_t *, mime_filter_t *); +static int compare_srcs(mime_filter_t *, mime_filter_t *); +static cups_array_t *find_filters(mime_t *mime, mime_type_t *src, + mime_type_t *dst, int *cost, + _mime_typelist_t *visited); +static mime_filter_t *lookup(mime_t *, mime_type_t *, mime_type_t *); + + +/* + * 'mimeAddFilter()' - Add a filter to the current MIME database. + */ + +mime_filter_t * /* O - New filter */ +mimeAddFilter(mime_t *mime, /* I - MIME database */ + mime_type_t *src, /* I - Source type */ + mime_type_t *dst, /* I - Destination type */ + int cost, /* I - Relative time/resource cost */ + const char *filter) /* I - Filter program to run */ +{ + mime_filter_t *temp; /* New filter */ + + + /* + * Range-check the input... + */ + + if (!mime || !src || !dst || !filter) + return (NULL); + + /* + * See if we already have an existing filter for the given source and + * destination... + */ + + if ((temp = lookup(mime, src, dst)) != NULL) + { + /* + * Yup, does the existing filter have a higher cost? If so, copy the + * filter and cost to the existing filter entry and return it... + */ + + if (temp->cost > cost) + { + temp->cost = cost; + strlcpy(temp->filter, filter, sizeof(temp->filter)); + } + } + else + { + /* + * Nope, add a new one... + */ + + if (!mime->filters) + mime->filters = cupsArrayNew((cups_array_func_t)compare_filters, NULL); + + if (!mime->filters) + return (NULL); + + if ((temp = calloc(1, sizeof(mime_filter_t))) == NULL) + return (NULL); + + /* + * Copy the information over and sort if necessary... + */ + + temp->src = src; + temp->dst = dst; + temp->cost = cost; + strlcpy(temp->filter, filter, sizeof(temp->filter)); + + cupsArrayAdd(mime->filters, temp); + } + + /* + * Return the new/updated filter... + */ + + return (temp); +} + + +/* + * 'mimeFilter()' - Find the fastest way to convert from one type to another. + */ + +cups_array_t * /* O - Array of filters to run */ +mimeFilter(mime_t *mime, /* I - MIME database */ + mime_type_t *src, /* I - Source file type */ + mime_type_t *dst, /* I - Destination file type */ + int *cost) /* O - Cost of filters */ +{ + /* + * Range-check the input... + */ + + DEBUG_printf(("mimeFilter(mime=%p, src=%p(%s/%s), dst=%p(%s/%s), " + "cost=%p(%d))\n", + mime, src, src ? src->super : "?", src ? src->type : "?", + dst, dst ? dst->super : "?", dst ? dst->type : "?", + cost, cost ? *cost : 0)); + + + if (cost) + *cost = 0; + + if (!mime || !src || !dst) + return (NULL); + + /* + * (Re)build the source lookup array as needed... + */ + + if (!mime->srcs) + { + mime_filter_t *current; /* Current filter */ + + + mime->srcs = cupsArrayNew((cups_array_func_t)compare_srcs, NULL); + + for (current = mimeFirstFilter(mime); + current; + current = mimeNextFilter(mime)) + cupsArrayAdd(mime->srcs, current); + } + + /* + * Find the filters... + */ + + return (find_filters(mime, src, dst, cost, NULL)); +} + + +/* + * 'compare_filters()' - Compare two filters... + */ + +static int /* O - Comparison result */ +compare_filters(mime_filter_t *f0, /* I - First filter */ + mime_filter_t *f1) /* I - Second filter */ +{ + int i; /* Result of comparison */ + + + if ((i = strcmp(f0->src->super, f1->src->super)) == 0) + if ((i = strcmp(f0->src->type, f1->src->type)) == 0) + if ((i = strcmp(f0->dst->super, f1->dst->super)) == 0) + i = strcmp(f0->dst->type, f1->dst->type); + + return (i); +} + + +/* + * 'compare_srcs()' - Compare two srcs... + */ + +static int /* O - Comparison result */ +compare_srcs(mime_filter_t *f0, /* I - First filter */ + mime_filter_t *f1) /* I - Second filter */ +{ + int i; /* Result of comparison */ + + + if ((i = strcmp(f0->src->super, f1->src->super)) == 0) + i = strcmp(f0->src->type, f1->src->type); + + return (i); +} + + +/* + * 'find_filters()' - Find the filters to convert from one type to another. + */ + +static cups_array_t * /* O - Array of filters to run */ +find_filters(mime_t *mime, /* I - MIME database */ + mime_type_t *src, /* I - Source file type */ + mime_type_t *dst, /* I - Destination file type */ + int *cost, /* O - Cost of filters */ + _mime_typelist_t *list) /* I - Source types we've used */ +{ + int tempcost, /* Temporary cost */ + mincost; /* Current minimum */ + cups_array_t *temp, /* Temporary filter */ + *mintemp; /* Current minimum */ + mime_filter_t *current, /* Current filter */ + srckey; /* Source type key */ + _mime_typelist_t listnode, /* New list node */ + *listptr; /* Pointer in list */ + + + DEBUG_printf(("find_filters(mime=%p, src=%p(%s/%s), dst=%p(%s/%s), " + "cost=%p, list=%p)\n", mime, src, src->super, src->type, + dst, dst->super, dst->type, cost, list)); + + /* + * See if there is a filter that can convert the files directly... + */ + + if ((current = lookup(mime, src, dst)) != NULL) + { + /* + * Got a direct filter! + */ + + DEBUG_puts("Direct filter found!"); + + if ((mintemp = cupsArrayNew(NULL, NULL)) == NULL) + return (NULL); + + cupsArrayAdd(mintemp, current); + + mincost = current->cost; + + if (!cost) + return (mintemp); + + DEBUG_puts(" Found direct filter:"); + DEBUG_printf((" %s (cost=%d)\n", current->filter, mincost)); + } + else + { + /* + * No direct filter... + */ + + mintemp = NULL; + mincost = 9999999; + } + + /* + * Initialize this node in the type list... + */ + + listnode.next = list; + + /* + * OK, now look for filters from the source type to any other type... + */ + + srckey.src = src; + + for (current = (mime_filter_t *)cupsArrayFind(mime->srcs, &srckey); + current && current->src == src; + current = (mime_filter_t *)cupsArrayNext(mime->srcs)) + { + /* + * See if we have already tried the destination type as a source + * type (this avoids extra filter looping...) + */ + + mime_type_t *current_dst; /* Current destination type */ + + + for (listptr = list, current_dst = current->dst; + listptr; + listptr = listptr->next) + if (current_dst == listptr->src) + break; + + if (listptr) + continue; + + /* + * See if we have any filters that can convert from the destination type + * of this filter to the final type... + */ + + listnode.src = current->src; + + cupsArraySave(mime->srcs); + temp = find_filters(mime, current->dst, dst, &tempcost, &listnode); + cupsArrayRestore(mime->srcs); + + if (!temp) + continue; + + if (!cost) + return (temp); + + /* + * Found a match; see if this one is less costly than the last (if + * any...) + */ + + tempcost += current->cost; + + if (tempcost < mincost) + { + cupsArrayDelete(mintemp); + + /* + * Hey, we got a match! Add the current filter to the beginning of the + * filter list... + */ + + mintemp = temp; + mincost = tempcost; + cupsArrayInsert(mintemp, current); + } + else + cupsArrayDelete(temp); + } + + if (mintemp) + { + /* + * Hey, we got a match! + */ + +#ifdef DEBUG + printf(" Returning %d filters:\n", cupsArrayCount(mintemp)); + for (current = (mime_filter_t *)cupsArrayFirst(mintemp); + current; + current = (mime_filter_t *)cupsArrayNext(mintemp)) + printf(" %s\n", current->filter); +#endif /* DEBUG */ + + if (cost) + *cost = mincost; + + return (mintemp); + } + + DEBUG_puts(" Returning zippo..."); + + return (NULL); +} + + +/* + * 'lookup()' - Lookup a filter... + */ + +static mime_filter_t * /* O - Filter for src->dst */ +lookup(mime_t *mime, /* I - MIME database */ + mime_type_t *src, /* I - Source type */ + mime_type_t *dst) /* I - Destination type */ +{ + mime_filter_t key; /* Key record for filter search */ + + + key.src = src; + key.dst = dst; + + return ((mime_filter_t *)cupsArrayFind(mime->filters, &key)); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/ipp.c b/scheduler/ipp.c new file mode 100644 index 0000000000..4545c041c5 --- /dev/null +++ b/scheduler/ipp.c @@ -0,0 +1,9165 @@ +/* + * "$Id$" + * + * IPP routines for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdProcessIPPRequest() - Process an incoming IPP request... + * accept_jobs() - Accept print jobs to a printer. + * add_class() - Add a class to the system. + * add_file() - Add a file to a job. + * add_job() - Add a job to a print queue. + * add_job_state_reasons() - Add the "job-state-reasons" attribute based + * upon the job and printer state... + * add_job_subscriptions() - Add any subcriptions for a job. + * add_job_uuid() - Add job-uuid attribute to a job. + * add_printer() - Add a printer to the system. + * add_printer_state_reasons() - Add the "printer-state-reasons" attribute + * based upon the printer state... + * add_queued_job_count() - Add the "queued-job-count" attribute for + * apply_printer_defaults() - Apply printer default options to a job. + * authenticate_job() - Set job authentication info. + * cancel_all_jobs() - Cancel all print jobs. + * cancel_job() - Cancel a print job. + * cancel_subscription() - Cancel a subscription. + * check_quotas() - Check quotas for a printer and user. + * copy_attribute() - Copy a single attribute. + * copy_attrs() - Copy attributes from one request to another. + * copy_banner() - Copy a banner file to the requests directory + * for the specified job. + * copy_file() - Copy a PPD file or interface script... + * copy_model() - Copy a PPD model file, substituting default + * values as needed... + * copy_job_attrs() - Copy job attributes. + * copy_printer_attrs() - Copy printer attributes. + * copy_subscription_attrs() - Copy subscription attributes. + * create_job() - Print a file to a printer or class. + * create_requested_array() - Create an array for the requested-attributes. + * create_subscription() - Create a notification subscription. + * delete_printer() - Remove a printer or class from the system. + * get_default() - Get the default destination. + * get_devices() - Get the list of available devices on the + * local system. + * get_job_attrs() - Get job attributes. + * get_jobs() - Get a list of jobs for the specified printer. + * get_notifications() - Get events for a subscription. + * get_ppds() - Get the list of PPD files on the local + * system. + * get_printer_attrs() - Get printer attributes. + * get_printers() - Get a list of printers. + * get_subscription_attrs() - Get subscription attributes. + * get_subscriptions() - Get subscriptions. + * get_username() - Get the username associated with a request. + * hold_job() - Hold a print job. + * move_job() - Move a job to a new destination. + * ppd_parse_line() - Parse a PPD default line. + * print_job() - Print a file to a printer or class. + * read_ps_line() - Read a line from a PS file... + * read_ps_job_ticket() - Reads a job ticket embedded in a PS file. + * reject_jobs() - Reject print jobs to a printer. + * release_job() - Release a held print job. + * restart_job() - Restart an old print job. + * save_auth_info() - Save authentication information for a job. + * send_document() - Send a file to a printer or class. + * send_http_error() - Send a HTTP error back to the IPP client. + * send_ipp_status() - Send a status back to the IPP client. + * set_default() - Set the default destination... + * set_job_attrs() - Set job attributes. + * set_printer_defaults() - Set printer default options from a request. + * start_printer() - Start a printer. + * stop_printer() - Stop a printer. + * url_encode_attr() - URL-encode a string attribute. + * user_allowed() - See if a user is allowed to print to a queue. + * validate_job() - Validate printer options and destination. + * validate_name() - Make sure the printer name only contains + * valid chars. + * validate_user() - Validate the user for the request. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" + +#ifdef HAVE_LIBPAPER +# include +#endif /* HAVE_LIBPAPER */ + + +/* + * Local functions... + */ + +static void accept_jobs(cupsd_client_t *con, ipp_attribute_t *uri); +static void add_class(cupsd_client_t *con, ipp_attribute_t *uri); +static int add_file(cupsd_client_t *con, cupsd_job_t *job, + mime_type_t *filetype, int compression); +static cupsd_job_t *add_job(cupsd_client_t *con, ipp_attribute_t *uri, + cupsd_printer_t **dprinter, + mime_type_t *filetype); +static void add_job_state_reasons(cupsd_client_t *con, cupsd_job_t *job); +static void add_job_subscriptions(cupsd_client_t *con, cupsd_job_t *job); +static void add_job_uuid(cupsd_client_t *con, cupsd_job_t *job); +static void add_printer(cupsd_client_t *con, ipp_attribute_t *uri); +static void add_printer_state_reasons(cupsd_client_t *con, + cupsd_printer_t *p); +static void add_queued_job_count(cupsd_client_t *con, cupsd_printer_t *p); +static void apply_printer_defaults(cupsd_printer_t *printer, + cupsd_job_t *job); +static void authenticate_job(cupsd_client_t *con, ipp_attribute_t *uri); +static void cancel_all_jobs(cupsd_client_t *con, ipp_attribute_t *uri); +static void cancel_job(cupsd_client_t *con, ipp_attribute_t *uri); +static void cancel_subscription(cupsd_client_t *con, int id); +static int check_quotas(cupsd_client_t *con, cupsd_printer_t *p); +static ipp_attribute_t *copy_attribute(ipp_t *to, ipp_attribute_t *attr, + int quickcopy); +static void copy_attrs(ipp_t *to, ipp_t *from, cups_array_t *ra, + ipp_tag_t group, int quickcopy); +static int copy_banner(cupsd_client_t *con, cupsd_job_t *job, + const char *name); +static int copy_file(const char *from, const char *to); +static int copy_model(cupsd_client_t *con, const char *from, + const char *to); +static void copy_job_attrs(cupsd_client_t *con, + cupsd_job_t *job, + cups_array_t *ra); +static void copy_printer_attrs(cupsd_client_t *con, + cupsd_printer_t *printer, + cups_array_t *ra); +static void copy_subscription_attrs(cupsd_client_t *con, + cupsd_subscription_t *sub, + cups_array_t *ra); +static void create_job(cupsd_client_t *con, ipp_attribute_t *uri); +static cups_array_t *create_requested_array(ipp_t *request); +static void create_subscription(cupsd_client_t *con, ipp_attribute_t *uri); +static void delete_printer(cupsd_client_t *con, ipp_attribute_t *uri); +static void get_default(cupsd_client_t *con); +static void get_devices(cupsd_client_t *con); +static void get_jobs(cupsd_client_t *con, ipp_attribute_t *uri); +static void get_job_attrs(cupsd_client_t *con, ipp_attribute_t *uri); +static void get_notifications(cupsd_client_t *con); +static void get_ppds(cupsd_client_t *con); +static void get_printers(cupsd_client_t *con, int type); +static void get_printer_attrs(cupsd_client_t *con, ipp_attribute_t *uri); +static void get_subscription_attrs(cupsd_client_t *con, int sub_id); +static void get_subscriptions(cupsd_client_t *con, ipp_attribute_t *uri); +static const char *get_username(cupsd_client_t *con); +static void hold_job(cupsd_client_t *con, ipp_attribute_t *uri); +static void move_job(cupsd_client_t *con, ipp_attribute_t *uri); +static int ppd_parse_line(const char *line, char *option, int olen, + char *choice, int clen); +static void print_job(cupsd_client_t *con, ipp_attribute_t *uri); +static void read_ps_job_ticket(cupsd_client_t *con); +static void reject_jobs(cupsd_client_t *con, ipp_attribute_t *uri); +static void release_job(cupsd_client_t *con, ipp_attribute_t *uri); +static void renew_subscription(cupsd_client_t *con, int sub_id); +static void restart_job(cupsd_client_t *con, ipp_attribute_t *uri); +static void save_auth_info(cupsd_client_t *con, cupsd_job_t *job); +static void send_document(cupsd_client_t *con, ipp_attribute_t *uri); +static void send_http_error(cupsd_client_t *con, http_status_t status); +static void send_ipp_status(cupsd_client_t *con, ipp_status_t status, + const char *message, ...) +# ifdef __GNUC__ +__attribute__ ((__format__ (__printf__, 3, 4))) +# endif /* __GNUC__ */ +; +static void set_default(cupsd_client_t *con, ipp_attribute_t *uri); +static void set_job_attrs(cupsd_client_t *con, ipp_attribute_t *uri); +static void set_printer_defaults(cupsd_client_t *con, + cupsd_printer_t *printer); +static void start_printer(cupsd_client_t *con, ipp_attribute_t *uri); +static void stop_printer(cupsd_client_t *con, ipp_attribute_t *uri); +static void url_encode_attr(ipp_attribute_t *attr, char *buffer, + int bufsize); +static int user_allowed(cupsd_printer_t *p, const char *username); +static void validate_job(cupsd_client_t *con, ipp_attribute_t *uri); +static int validate_name(const char *name); +static int validate_user(cupsd_job_t *job, cupsd_client_t *con, + const char *owner, char *username, + int userlen); + + +/* + * 'cupsdProcessIPPRequest()' - Process an incoming IPP request... + */ + +int /* O - 1 on success, 0 on failure */ +cupsdProcessIPPRequest( + cupsd_client_t *con) /* I - Client connection */ +{ + ipp_tag_t group; /* Current group tag */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_attribute_t *charset; /* Character set attribute */ + ipp_attribute_t *language; /* Language attribute */ + ipp_attribute_t *uri; /* Printer URI attribute */ + ipp_attribute_t *username; /* requesting-user-name attr */ + int sub_id; /* Subscription ID */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdProcessIPPRequest(%p[%d]): operation_id = %04x", + con, con->http.fd, con->request->request.op.operation_id); + + /* + * First build an empty response message for this request... + */ + + con->response = ippNew(); + + con->response->request.status.version[0] = con->request->request.op.version[0]; + con->response->request.status.version[1] = con->request->request.op.version[1]; + con->response->request.status.request_id = con->request->request.op.request_id; + + /* + * Then validate the request header and required attributes... + */ + + if (con->request->request.any.version[0] != 1) + { + /* + * Return an error, since we only support IPP 1.x. + */ + + cupsdAddEvent(CUPSD_EVENT_SERVER_AUDIT, NULL, NULL, + "%04X %s Bad request version number %d.%d", + IPP_VERSION_NOT_SUPPORTED, con->http.hostname, + con->request->request.any.version[0], + con->request->request.any.version[1]); + + send_ipp_status(con, IPP_VERSION_NOT_SUPPORTED, + _("Bad request version number %d.%d!"), + con->request->request.any.version[0], + con->request->request.any.version[1]); + } + else if (!con->request->attrs) + { + cupsdAddEvent(CUPSD_EVENT_SERVER_AUDIT, NULL, NULL, + "%04X %s No attributes in request", + IPP_BAD_REQUEST, con->http.hostname); + + send_ipp_status(con, IPP_BAD_REQUEST, _("No attributes in request!")); + } + else + { + /* + * Make sure that the attributes are provided in the correct order and + * don't repeat groups... + */ + + for (attr = con->request->attrs, group = attr->group_tag; + attr; + attr = attr->next) + if (attr->group_tag < group && attr->group_tag != IPP_TAG_ZERO) + { + /* + * Out of order; return an error... + */ + + cupsdAddEvent(CUPSD_EVENT_SERVER_AUDIT, NULL, NULL, + "%04X %s Attribute groups are out of order", + IPP_BAD_REQUEST, con->http.hostname); + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Attribute groups are out of order (%x < %x)!"), + attr->group_tag, group); + break; + } + else + group = attr->group_tag; + + if (!attr) + { + /* + * Then make sure that the first three attributes are: + * + * attributes-charset + * attributes-natural-language + * printer-uri/job-uri + */ + + attr = con->request->attrs; + if (attr && !strcmp(attr->name, "attributes-charset") && + (attr->value_tag & IPP_TAG_MASK) == IPP_TAG_CHARSET) + charset = attr; + else + charset = NULL; + + if (attr) + attr = attr->next; + + if (attr && !strcmp(attr->name, "attributes-natural-language") && + (attr->value_tag & IPP_TAG_MASK) == IPP_TAG_LANGUAGE) + language = attr; + else + language = NULL; + + if ((attr = ippFindAttribute(con->request, "printer-uri", + IPP_TAG_URI)) != NULL) + uri = attr; + else if ((attr = ippFindAttribute(con->request, "job-uri", + IPP_TAG_URI)) != NULL) + uri = attr; + else + uri = NULL; + + if (charset) + ippAddString(con->response, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, charset->values[0].string.text); + else + ippAddString(con->response, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, DefaultCharset); + + if (language) + ippAddString(con->response, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, + language->values[0].string.text); + else + ippAddString(con->response, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, DefaultLanguage); + + if (!charset || !language || + (!uri && + con->request->request.op.operation_id != CUPS_GET_DEFAULT && + con->request->request.op.operation_id != CUPS_GET_PRINTERS && + con->request->request.op.operation_id != CUPS_GET_CLASSES && + con->request->request.op.operation_id != CUPS_GET_DEVICES && + con->request->request.op.operation_id != CUPS_GET_PPDS)) + { + /* + * Return an error, since attributes-charset, + * attributes-natural-language, and printer-uri/job-uri are required + * for all operations. + */ + + if (!charset) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing attributes-charset attribute!"); + + cupsdAddEvent(CUPSD_EVENT_SERVER_AUDIT, NULL, NULL, + "%04X %s Missing attributes-charset attribute", + IPP_BAD_REQUEST, con->http.hostname); + } + + if (!language) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing attributes-natural-language attribute!"); + + cupsdAddEvent(CUPSD_EVENT_SERVER_AUDIT, NULL, NULL, + "%04X %s Missing attributes-natural-language attribute", + IPP_BAD_REQUEST, con->http.hostname); + } + + if (!uri) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing printer-uri or job-uri attribute!"); + + cupsdAddEvent(CUPSD_EVENT_SERVER_AUDIT, NULL, NULL, + "%04X %s Missing printer-uri or job-uri attribute", + IPP_BAD_REQUEST, con->http.hostname); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Request attributes follow..."); + + for (attr = con->request->attrs; attr; attr = attr->next) + cupsdLogMessage(CUPSD_LOG_DEBUG, + "attr \"%s\": group_tag = %x, value_tag = %x", + attr->name ? attr->name : "(null)", attr->group_tag, + attr->value_tag); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "End of attributes..."); + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Missing required attributes!")); + } + else + { + /* + * OK, all the checks pass so far; make sure requesting-user-name is + * not "root" from a remote host... + */ + + if ((username = ippFindAttribute(con->request, "requesting-user-name", + IPP_TAG_NAME)) != NULL) + { + /* + * Check for root user... + */ + + if (!strcmp(username->values[0].string.text, "root") && + strcasecmp(con->http.hostname, "localhost") && + strcmp(con->username, "root")) + { + /* + * Remote unauthenticated user masquerading as local root... + */ + + _cupsStrFree(username->values[0].string.text); + username->values[0].string.text = _cupsStrAlloc(RemoteRoot); + } + } + + if ((attr = ippFindAttribute(con->request, "notify-subscription-id", + IPP_TAG_INTEGER)) != NULL) + sub_id = attr->values[0].integer; + else + sub_id = 0; + + /* + * Then try processing the operation... + */ + + if (uri) + cupsdLogMessage(CUPSD_LOG_DEBUG, "%s %s", + ippOpString(con->request->request.op.operation_id), + uri->values[0].string.text); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "%s", + ippOpString(con->request->request.op.operation_id)); + + switch (con->request->request.op.operation_id) + { + case IPP_PRINT_JOB : + print_job(con, uri); + break; + + case IPP_VALIDATE_JOB : + validate_job(con, uri); + break; + + case IPP_CREATE_JOB : + create_job(con, uri); + break; + + case IPP_SEND_DOCUMENT : + send_document(con, uri); + break; + + case IPP_CANCEL_JOB : + cancel_job(con, uri); + break; + + case IPP_GET_JOB_ATTRIBUTES : + get_job_attrs(con, uri); + break; + + case IPP_GET_JOBS : + get_jobs(con, uri); + break; + + case IPP_GET_PRINTER_ATTRIBUTES : + get_printer_attrs(con, uri); + break; + + case IPP_HOLD_JOB : + hold_job(con, uri); + break; + + case IPP_RELEASE_JOB : + release_job(con, uri); + break; + + case IPP_RESTART_JOB : + restart_job(con, uri); + break; + + case IPP_PAUSE_PRINTER : + stop_printer(con, uri); + break; + + case IPP_RESUME_PRINTER : + start_printer(con, uri); + break; + + case IPP_PURGE_JOBS : + cancel_all_jobs(con, uri); + break; + + case IPP_SET_JOB_ATTRIBUTES : + set_job_attrs(con, uri); + break; + + case CUPS_GET_DEFAULT : + get_default(con); + break; + + case CUPS_GET_PRINTERS : + get_printers(con, 0); + break; + + case CUPS_GET_CLASSES : + get_printers(con, CUPS_PRINTER_CLASS); + break; + + case CUPS_ADD_PRINTER : + add_printer(con, uri); + break; + + case CUPS_DELETE_PRINTER : + delete_printer(con, uri); + break; + + case CUPS_ADD_CLASS : + add_class(con, uri); + break; + + case CUPS_DELETE_CLASS : + delete_printer(con, uri); + break; + + case CUPS_ACCEPT_JOBS : + case IPP_ENABLE_PRINTER : + accept_jobs(con, uri); + break; + + case CUPS_REJECT_JOBS : + case IPP_DISABLE_PRINTER : + reject_jobs(con, uri); + break; + + case CUPS_SET_DEFAULT : + set_default(con, uri); + break; + + case CUPS_GET_DEVICES : + get_devices(con); + break; + + case CUPS_GET_PPDS : + get_ppds(con); + break; + + case CUPS_MOVE_JOB : + move_job(con, uri); + break; + + case CUPS_AUTHENTICATE_JOB : + authenticate_job(con, uri); + break; + + case IPP_CREATE_PRINTER_SUBSCRIPTION : + case IPP_CREATE_JOB_SUBSCRIPTION : + create_subscription(con, uri); + break; + + case IPP_GET_SUBSCRIPTION_ATTRIBUTES : + get_subscription_attrs(con, sub_id); + break; + + case IPP_GET_SUBSCRIPTIONS : + get_subscriptions(con, uri); + break; + + case IPP_RENEW_SUBSCRIPTION : + renew_subscription(con, sub_id); + break; + + case IPP_CANCEL_SUBSCRIPTION : + cancel_subscription(con, sub_id); + break; + + case IPP_GET_NOTIFICATIONS : + get_notifications(con); + break; + + default : + cupsdAddEvent(CUPSD_EVENT_SERVER_AUDIT, NULL, NULL, + "%04X %s Operation %04X (%s) not supported", + IPP_OPERATION_NOT_SUPPORTED, con->http.hostname, + con->request->request.op.operation_id, + ippOpString(con->request->request.op.operation_id)); + + send_ipp_status(con, IPP_OPERATION_NOT_SUPPORTED, + _("%s not supported!"), + ippOpString(con->request->request.op.operation_id)); + break; + } + } + } + } + + if (con->response) + { + /* + * Sending data from the scheduler... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdProcessIPPRequest: %d status_code=%x (%s)", + con->http.fd, con->response->request.status.status_code, + ippErrorString(con->response->request.status.status_code)); + + if (cupsdSendHeader(con, HTTP_OK, "application/ipp")) + { +#ifdef CUPSD_USE_CHUNKING + /* + * Because older versions of CUPS (1.1.17 and older) and some IPP + * clients do not implement chunking properly, we cannot use + * chunking by default. This may become the default in future + * CUPS releases, or we might add a configuration directive for + * it. + */ + + if (con->http.version == HTTP_1_1) + { + if (httpPrintf(HTTP(con), "Transfer-Encoding: chunked\r\n\r\n") < 0) + return (0); + + if (cupsdFlushHeader(con) < 0) + return (0); + + con->http.data_encoding = HTTP_ENCODE_CHUNKED; + } + else +#endif /* CUPSD_USE_CHUNKING */ + { + size_t length; /* Length of response */ + + + length = ippLength(con->response); + + if (httpPrintf(HTTP(con), "Content-Length: " CUPS_LLFMT "\r\n\r\n", + CUPS_LLCAST length) < 0) + return (0); + + if (cupsdFlushHeader(con) < 0) + return (0); + + con->http.data_encoding = HTTP_ENCODE_LENGTH; + con->http.data_remaining = length; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdProcessIPPRequest: Adding fd %d to OutputSet...", + con->http.fd); + + FD_SET(con->http.fd, OutputSet); + + /* + * Tell the caller the response header was sent successfully... + */ + + return (1); + } + else + { + /* + * Tell the caller the response header could not be sent... + */ + + return (0); + } + } + else + { + /* + * Sending data from a subprocess like cups-deviced; tell the caller + * everything is A-OK so far... + */ + + return (1); + } +} + + +/* + * 'accept_jobs()' - Accept print jobs to a printer. + */ + +static void +accept_jobs(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer or class URI */ +{ + http_status_t status; /* Policy status */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + const char *name; /* Printer name */ + cupsd_printer_t *printer; /* Printer data */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "accept_jobs(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((name = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Accept jobs sent to the printer... + */ + + printer->accepting = 1; + printer->state_message[0] = '\0'; + + cupsdAddPrinterHistory(printer); + + if (dtype & CUPS_PRINTER_CLASS) + cupsdSaveAllClasses(); + else + cupsdSaveAllPrinters(); + + cupsdLogMessage(CUPSD_LOG_INFO, "Printer \"%s\" now accepting jobs (\"%s\").", name, + get_username(con)); + + /* + * Everything was ok, so return OK status... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'add_class()' - Add a class to the system. + */ + +static void +add_class(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - URI of class */ +{ + http_status_t status; /* Policy status */ + int i; /* Looping var */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_printer_t *pclass, /* Class */ + *member; /* Member printer/class */ + cups_ptype_t dtype; /* Destination type */ + ipp_attribute_t *attr; /* Printer attribute */ + int modify; /* Non-zero if we just modified */ + char newname[IPP_MAX_NAME]; /* New class name */ + int need_restart_job; /* Need to restart job? */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "add_class(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Do we have a valid URI? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + + if (strncmp(resource, "/classes/", 9) || strlen(resource) == 9) + { + /* + * No, return an error... + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("The printer-uri must be of the form " + "\"ipp://HOSTNAME/classes/CLASSNAME\".")); + return; + } + + /* + * Do we have a valid printer name? + */ + + if (!validate_name(resource + 9)) + { + /* + * No, return an error... + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("The printer-uri \"%s\" contains invalid characters."), + uri->values[0].string.text); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * See if the class already exists; if not, create a new class... + */ + + if ((pclass = cupsdFindClass(resource + 9)) == NULL) + { + /* + * Class doesn't exist; see if we have a printer of the same name... + */ + + if ((pclass = cupsdFindPrinter(resource + 9)) != NULL && + !(pclass->type & CUPS_PRINTER_REMOTE)) + { + /* + * Yes, return an error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("A printer named \"%s\" already exists!"), + resource + 9); + return; + } + + /* + * No, add the pclass... + */ + + pclass = cupsdAddClass(resource + 9); + modify = 0; + } + else if (pclass->type & CUPS_PRINTER_IMPLICIT) + { + /* + * Rename the implicit class to "AnyClass" or remove it... + */ + + if (ImplicitAnyClasses) + { + snprintf(newname, sizeof(newname), "Any%s", resource + 9); + cupsdRenamePrinter(pclass, newname); + } + else + cupsdDeletePrinter(pclass, 1); + + /* + * Add the class as a new local class... + */ + + pclass = cupsdAddClass(resource + 9); + modify = 0; + } + else if (pclass->type & CUPS_PRINTER_REMOTE) + { + /* + * Rename the remote class to "Class"... + */ + + snprintf(newname, sizeof(newname), "%s@%s", resource + 9, pclass->hostname); + cupsdRenamePrinter(pclass, newname); + + /* + * Add the class as a new local class... + */ + + pclass = cupsdAddClass(resource + 9); + modify = 0; + } + else + modify = 1; + + /* + * Look for attributes and copy them over as needed... + */ + + need_restart_job = 0; + + if ((attr = ippFindAttribute(con->request, "printer-location", + IPP_TAG_TEXT)) != NULL) + cupsdSetString(&pclass->location, attr->values[0].string.text); + + if ((attr = ippFindAttribute(con->request, "printer-info", + IPP_TAG_TEXT)) != NULL) + cupsdSetString(&pclass->info, attr->values[0].string.text); + + if ((attr = ippFindAttribute(con->request, "printer-is-accepting-jobs", + IPP_TAG_BOOLEAN)) != NULL) + { + cupsdLogMessage(CUPSD_LOG_INFO, "Setting %s printer-is-accepting-jobs to %d (was %d.)", + pclass->name, attr->values[0].boolean, pclass->accepting); + + pclass->accepting = attr->values[0].boolean; + cupsdAddPrinterHistory(pclass); + } + + if ((attr = ippFindAttribute(con->request, "printer-is-shared", + IPP_TAG_BOOLEAN)) != NULL) + { + if (pclass->shared && !attr->values[0].boolean) + cupsdSendBrowseDelete(pclass); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Setting %s printer-is-shared to %d (was %d.)", + pclass->name, attr->values[0].boolean, pclass->shared); + + pclass->shared = attr->values[0].boolean; + } + + if ((attr = ippFindAttribute(con->request, "printer-state", + IPP_TAG_ENUM)) != NULL) + { + if (attr->values[0].integer != IPP_PRINTER_IDLE && + attr->values[0].integer != IPP_PRINTER_STOPPED) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Attempt to set %s printer-state to bad value %d!"), + pclass->name, attr->values[0].integer); + return; + } + + cupsdLogMessage(CUPSD_LOG_INFO, "Setting %s printer-state to %d (was %d.)", pclass->name, + attr->values[0].integer, pclass->state); + + if (attr->values[0].integer == IPP_PRINTER_STOPPED) + cupsdStopPrinter(pclass, 0); + else + { + cupsdSetPrinterState(pclass, (ipp_pstate_t)(attr->values[0].integer), 0); + need_restart_job = 1; + } + } + if ((attr = ippFindAttribute(con->request, "printer-state-message", + IPP_TAG_TEXT)) != NULL) + { + strlcpy(pclass->state_message, attr->values[0].string.text, + sizeof(pclass->state_message)); + cupsdAddPrinterHistory(pclass); + } + if ((attr = ippFindAttribute(con->request, "member-uris", + IPP_TAG_URI)) != NULL) + { + /* + * Clear the printer array as needed... + */ + + need_restart_job = 1; + + if (pclass->num_printers > 0) + { + free(pclass->printers); + pclass->num_printers = 0; + } + + /* + * Add each printer or class that is listed... + */ + + for (i = 0; i < attr->num_values; i ++) + { + /* + * Search for the printer or class URI... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!cupsdValidateDest(host, resource, &dtype, &member)) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Add it to the class... + */ + + cupsdAddPrinterToClass(pclass, member); + } + } + + set_printer_defaults(con, pclass); + + /* + * Update the printer class attributes and return... + */ + + cupsdSetPrinterAttrs(pclass); + cupsdSaveAllClasses(); + + if (need_restart_job && pclass->job) + { + cupsd_job_t *job; + + /* + * Stop the current job and then restart it below... + */ + + job = (cupsd_job_t *)pclass->job; + + cupsdStopJob(job, 1); + + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + + if (need_restart_job) + cupsdCheckJobs(); + + cupsdWritePrintcap(); + + if (modify) + { + cupsdAddEvent(CUPSD_EVENT_PRINTER_MODIFIED, pclass, NULL, + "Class \"%s\" modified by \"%s\".", pclass->name, + get_username(con)); + + cupsdLogMessage(CUPSD_LOG_INFO, "Class \"%s\" modified by \"%s\".", + pclass->name, get_username(con)); + } + else + { + cupsdAddPrinterHistory(pclass); + + cupsdAddEvent(CUPSD_EVENT_PRINTER_ADDED, pclass, NULL, + "New class \"%s\" added by \"%s\".", pclass->name, + get_username(con)); + + cupsdLogMessage(CUPSD_LOG_INFO, "New class \"%s\" added by \"%s\".", + pclass->name, get_username(con)); + } + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'add_file()' - Add a file to a job. + */ + +static int /* O - 0 on success, -1 on error */ +add_file(cupsd_client_t *con, /* I - Connection to client */ + cupsd_job_t *job, /* I - Job to add to */ + mime_type_t *filetype, /* I - Type of file */ + int compression) /* I - Compression */ +{ + mime_type_t **filetypes; /* New filetypes array... */ + int *compressions; /* New compressions array... */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "add_file(con=%p[%d], job=%d, filetype=%s/%s, compression=%d)", + con, con->http.fd, job->id, filetype->super, filetype->type, + compression); + + /* + * Add the file to the job... + */ + + if (job->num_files == 0) + { + compressions = (int *)malloc(sizeof(int)); + filetypes = (mime_type_t **)malloc(sizeof(mime_type_t *)); + } + else + { + compressions = (int *)realloc(job->compressions, + (job->num_files + 1) * sizeof(int)); + filetypes = (mime_type_t **)realloc(job->filetypes, + (job->num_files + 1) * + sizeof(mime_type_t *)); + } + + if (!compressions || !filetypes) + { + cupsdCancelJob(job, 1, IPP_JOB_ABORTED); + + send_ipp_status(con, IPP_INTERNAL_ERROR, + _("Unable to allocate memory for file types!")); + return (-1); + } + + job->compressions = compressions; + job->compressions[job->num_files] = compression; + job->filetypes = filetypes; + job->filetypes[job->num_files] = filetype; + + job->num_files ++; + + return (0); +} + + +/* + * 'add_job()' - Add a job to a print queue. + */ + +static cupsd_job_t * /* O - Job object */ +add_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri, /* I - printer-uri */ + cupsd_printer_t **dprinter, /* I - Destination printer */ + mime_type_t *filetype) /* I - First print file type, if any */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *attr; /* Current attribute */ + const char *dest; /* Destination */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + const char *val; /* Default option value */ + int priority; /* Job priority */ + char *title; /* Job name/title */ + cupsd_job_t *job; /* Current job */ + char job_uri[HTTP_MAX_URI], /* Job URI */ + method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_printer_t *printer; /* Printer data */ + int kbytes; /* Size of print file */ + int i; /* Looping var */ + int lowerpagerange; /* Page range bound */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "add_job(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((dest = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return (NULL); + } + + if (dprinter) + *dprinter = printer; + + /* + * Check remote printing to non-shared printer... + */ + + if (!printer->shared && + strcasecmp(con->http.hostname, "localhost") && + strcasecmp(con->http.hostname, ServerName)) + { + send_ipp_status(con, IPP_NOT_AUTHORIZED, + _("The printer or class is not shared!")); + return (NULL); + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return (NULL); + } + else if ((printer->type & CUPS_PRINTER_AUTHENTICATED) && !con->username[0]) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return (NULL); + } + + /* + * See if the printer is accepting jobs... + */ + + if (!printer->accepting) + { + send_ipp_status(con, IPP_NOT_ACCEPTING, + _("Destination \"%s\" is not accepting jobs."), + dest); + return (NULL); + } + + /* + * Validate job template attributes; for now just document-format, + * copies, and page-ranges... + */ + + if (filetype && printer->filetypes && + !cupsArrayFind(printer->filetypes, filetype)) + { + char mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; + /* MIME media type string */ + + + snprintf(mimetype, sizeof(mimetype), "%s/%s", filetype->super, + filetype->type); + + send_ipp_status(con, IPP_DOCUMENT_FORMAT, + _("Unsupported format \'%s\'!"), mimetype); + + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_MIMETYPE, + "document-format", NULL, mimetype); + + return (NULL); + } + + if ((attr = ippFindAttribute(con->request, "copies", + IPP_TAG_INTEGER)) != NULL) + { + if (attr->values[0].integer < 1 || attr->values[0].integer > MaxCopies) + { + send_ipp_status(con, IPP_ATTRIBUTES, _("Bad copies value %d."), + attr->values[0].integer); + ippAddInteger(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_INTEGER, + "copies", attr->values[0].integer); + return (NULL); + } + } + + if ((attr = ippFindAttribute(con->request, "page-ranges", + IPP_TAG_RANGE)) != NULL) + { + for (i = 0, lowerpagerange = 1; i < attr->num_values; i ++) + { + if (attr->values[i].range.lower < lowerpagerange || + attr->values[i].range.lower > attr->values[i].range.upper) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad page-ranges values %d-%d."), + attr->values[i].range.lower, + attr->values[i].range.upper); + return (NULL); + } + + lowerpagerange = attr->values[i].range.upper + 1; + } + } + + /* + * Make sure we aren't over our limit... + */ + + if (MaxJobs && cupsArrayCount(Jobs) >= MaxJobs) + cupsdCleanJobs(); + + if (cupsArrayCount(Jobs) >= MaxJobs && MaxJobs) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Too many active jobs.")); + return (NULL); + } + + if (!check_quotas(con, printer)) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, _("Quota limit reached.")); + return (NULL); + } + + /* + * Create the job and set things up... + */ + + if ((attr = ippFindAttribute(con->request, "job-priority", + IPP_TAG_INTEGER)) != NULL) + priority = attr->values[0].integer; + else + { + if ((val = cupsGetOption("job-priority", printer->num_options, + printer->options)) != NULL) + priority = atoi(val); + else + priority = 50; + + ippAddInteger(con->request, IPP_TAG_JOB, IPP_TAG_INTEGER, "job-priority", + priority); + } + + if ((attr = ippFindAttribute(con->request, "job-name", + IPP_TAG_NAME)) != NULL) + title = attr->values[0].string.text; + else + ippAddString(con->request, IPP_TAG_JOB, IPP_TAG_NAME, "job-name", NULL, + title = "Untitled"); + + if ((job = cupsdAddJob(priority, printer->name)) == NULL) + { + send_ipp_status(con, IPP_INTERNAL_ERROR, + _("Unable to add job for destination \"%s\"!"), dest); + return (NULL); + } + + job->dtype = dtype; + job->attrs = con->request; + con->request = ippNewRequest(job->attrs->request.op.operation_id); + + add_job_uuid(con, job); + apply_printer_defaults(printer, job); + + attr = ippFindAttribute(job->attrs, "requesting-user-name", IPP_TAG_NAME); + + if (con->username[0]) + { + cupsdSetString(&job->username, con->username); + + if (attr) + cupsdSetString(&attr->values[0].string.text, con->username); + + save_auth_info(con, job); + } + else if (attr) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "add_job: requesting-user-name=\"%s\"", + attr->values[0].string.text); + + cupsdSetString(&job->username, attr->values[0].string.text); + } + else + cupsdSetString(&job->username, "anonymous"); + + if (!attr) + ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_NAME, + "job-originating-user-name", NULL, job->username); + else + { + attr->group_tag = IPP_TAG_JOB; + _cupsStrFree(attr->name); + attr->name = _cupsStrAlloc("job-originating-user-name"); + } + + if ((attr = ippFindAttribute(job->attrs, "job-originating-host-name", + IPP_TAG_ZERO)) != NULL) + { + /* + * Request contains a job-originating-host-name attribute; validate it... + */ + + if (attr->value_tag != IPP_TAG_NAME || + attr->num_values != 1 || + strcmp(con->http.hostname, "localhost")) + { + /* + * Can't override the value if we aren't connected via localhost. + * Also, we can only have 1 value and it must be a name value. + */ + + switch (attr->value_tag) + { + case IPP_TAG_STRING : + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + /* + * Free old strings... + */ + + for (i = 0; i < attr->num_values; i ++) + { + _cupsStrFree(attr->values[i].string.text); + attr->values[i].string.text = NULL; + if (attr->values[i].string.charset) + { + _cupsStrFree(attr->values[i].string.charset); + attr->values[i].string.charset = NULL; + } + } + + default : + break; + } + + /* + * Use the default connection hostname instead... + */ + + attr->value_tag = IPP_TAG_NAME; + attr->num_values = 1; + attr->values[0].string.text = _cupsStrAlloc(con->http.hostname); + } + + attr->group_tag = IPP_TAG_JOB; + } + else + { + /* + * No job-originating-host-name attribute, so use the hostname from + * the connection... + */ + + ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_NAME, + "job-originating-host-name", NULL, con->http.hostname); + } + + ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_INTEGER, "time-at-creation", + time(NULL)); + attr = ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_INTEGER, + "time-at-processing", 0); + attr->value_tag = IPP_TAG_NOVALUE; + attr = ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_INTEGER, + "time-at-completed", 0); + attr->value_tag = IPP_TAG_NOVALUE; + + /* + * Add remaining job attributes... + */ + + ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_INTEGER, "job-id", job->id); + job->state = ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_ENUM, + "job-state", IPP_JOB_STOPPED); + job->state_value = (ipp_jstate_t)job->state->values[0].integer; + job->sheets = ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_INTEGER, + "job-media-sheets-completed", 0); + ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_URI, "job-printer-uri", NULL, + printer->uri); + ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_NAME, "job-name", NULL, + title); + + if ((attr = ippFindAttribute(job->attrs, "job-k-octets", + IPP_TAG_INTEGER)) != NULL) + attr->values[0].integer = 0; + else + attr = ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_INTEGER, + "job-k-octets", 0); + + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + if (!attr) + { + if ((val = cupsGetOption("job-hold-until", printer->num_options, + printer->options)) == NULL) + val = "no-hold"; + + attr = ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-hold-until", NULL, val); + } + if (attr && strcmp(attr->values[0].string.text, "no-hold") && + !(printer->type & CUPS_PRINTER_REMOTE)) + { + /* + * Hold job until specified time... + */ + + cupsdSetJobHoldUntil(job, attr->values[0].string.text); + + job->state->values[0].integer = IPP_JOB_HELD; + job->state_value = IPP_JOB_HELD; + } + else if (job->attrs->request.op.operation_id == IPP_CREATE_JOB) + { + job->hold_until = time(NULL) + 60; + job->state->values[0].integer = IPP_JOB_HELD; + job->state_value = IPP_JOB_HELD; + } + else + { + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + + if (!(printer->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT)) || + Classification) + { + /* + * Add job sheets options... + */ + + if ((attr = ippFindAttribute(job->attrs, "job-sheets", + IPP_TAG_ZERO)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Adding default job-sheets values \"%s,%s\"...", + printer->job_sheets[0], printer->job_sheets[1]); + + attr = ippAddStrings(job->attrs, IPP_TAG_JOB, IPP_TAG_NAME, "job-sheets", + 2, NULL, NULL); + attr->values[0].string.text = _cupsStrAlloc(printer->job_sheets[0]); + attr->values[1].string.text = _cupsStrAlloc(printer->job_sheets[1]); + } + + job->job_sheets = attr; + + /* + * Enforce classification level if set... + */ + + if (Classification) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Classification=\"%s\", ClassifyOverride=%d", + Classification ? Classification : "(null)", + ClassifyOverride); + + if (ClassifyOverride) + { + if (!strcmp(attr->values[0].string.text, "none") && + (attr->num_values == 1 || + !strcmp(attr->values[1].string.text, "none"))) + { + /* + * Force the leading banner to have the classification on it... + */ + + cupsdSetString(&attr->values[0].string.text, Classification); + + cupsdLogMessage(CUPSD_LOG_NOTICE, "[Job %d] CLASSIFICATION FORCED " + "job-sheets=\"%s,none\", " + "job-originating-user-name=\"%s\"", + job->id, Classification, job->username); + } + else if (attr->num_values == 2 && + strcmp(attr->values[0].string.text, + attr->values[1].string.text) && + strcmp(attr->values[0].string.text, "none") && + strcmp(attr->values[1].string.text, "none")) + { + /* + * Can't put two different security markings on the same document! + */ + + cupsdSetString(&attr->values[1].string.text, attr->values[0].string.text); + + cupsdLogMessage(CUPSD_LOG_NOTICE, "[Job %d] CLASSIFICATION FORCED " + "job-sheets=\"%s,%s\", " + "job-originating-user-name=\"%s\"", + job->id, attr->values[0].string.text, + attr->values[1].string.text, job->username); + } + else if (strcmp(attr->values[0].string.text, Classification) && + strcmp(attr->values[0].string.text, "none") && + (attr->num_values == 1 || + (strcmp(attr->values[1].string.text, Classification) && + strcmp(attr->values[1].string.text, "none")))) + { + if (attr->num_values == 1) + cupsdLogMessage(CUPSD_LOG_NOTICE, + "[Job %d] CLASSIFICATION OVERRIDDEN " + "job-sheets=\"%s\", " + "job-originating-user-name=\"%s\"", + job->id, attr->values[0].string.text, job->username); + else + cupsdLogMessage(CUPSD_LOG_NOTICE, + "[Job %d] CLASSIFICATION OVERRIDDEN " + "job-sheets=\"%s,%s\",fffff " + "job-originating-user-name=\"%s\"", + job->id, attr->values[0].string.text, + attr->values[1].string.text, job->username); + } + } + else if (strcmp(attr->values[0].string.text, Classification) && + (attr->num_values == 1 || + strcmp(attr->values[1].string.text, Classification))) + { + /* + * Force the banner to have the classification on it... + */ + + if (attr->num_values > 1 && + !strcmp(attr->values[0].string.text, attr->values[1].string.text)) + { + cupsdSetString(&(attr->values[0].string.text), Classification); + cupsdSetString(&(attr->values[1].string.text), Classification); + } + else + { + if (attr->num_values == 1 || + strcmp(attr->values[0].string.text, "none")) + cupsdSetString(&(attr->values[0].string.text), Classification); + + if (attr->num_values > 1 && + strcmp(attr->values[1].string.text, "none")) + cupsdSetString(&(attr->values[1].string.text), Classification); + } + + if (attr->num_values > 1) + cupsdLogMessage(CUPSD_LOG_NOTICE, + "[Job %d] CLASSIFICATION FORCED " + "job-sheets=\"%s,%s\", " + "job-originating-user-name=\"%s\"", + job->id, attr->values[0].string.text, + attr->values[1].string.text, job->username); + else + cupsdLogMessage(CUPSD_LOG_NOTICE, + "[Job %d] CLASSIFICATION FORCED " + "job-sheets=\"%s\", " + "job-originating-user-name=\"%s\"", + job->id, Classification, job->username); + } + } + + /* + * See if we need to add the starting sheet... + */ + + if (!(printer->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT))) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Adding start banner page \"%s\" to job %d.", + attr->values[0].string.text, job->id); + + kbytes = copy_banner(con, job, attr->values[0].string.text); + + cupsdUpdateQuota(printer, job->username, 0, kbytes); + } + } + else if ((attr = ippFindAttribute(job->attrs, "job-sheets", + IPP_TAG_ZERO)) != NULL) + job->sheets = attr; + + /* + * Fill in the response info... + */ + + snprintf(job_uri, sizeof(job_uri), "http://%s:%d/jobs/%d", ServerName, + LocalPort, job->id); + + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_URI, "job-uri", NULL, + job_uri); + + ippAddInteger(con->response, IPP_TAG_JOB, IPP_TAG_INTEGER, "job-id", job->id); + + ippAddInteger(con->response, IPP_TAG_JOB, IPP_TAG_ENUM, "job-state", + job->state_value); + add_job_state_reasons(con, job); + + con->response->request.status.status_code = IPP_OK; + + /* + * Add any job subscriptions... + */ + + add_job_subscriptions(con, job); + + /* + * Set all but the first two attributes to the job attributes group... + */ + + for (attr = job->attrs->attrs->next->next; attr; attr = attr->next) + attr->group_tag = IPP_TAG_JOB; + + /* + * Fire the "job created" event... + */ + + cupsdAddEvent(CUPSD_EVENT_JOB_CREATED, printer, job, "Job created."); + + /* + * Return the new job... + */ + + return (job); +} + + +/* + * 'add_job_state_reasons()' - Add the "job-state-reasons" attribute based + * upon the job and printer state... + */ + +static void +add_job_state_reasons( + cupsd_client_t *con, /* I - Client connection */ + cupsd_job_t *job) /* I - Job info */ +{ + cupsd_printer_t *dest; /* Destination printer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "add_job_state_reasons(%p[%d], %d)", + con, con->http.fd, job ? job->id : 0); + + switch (job ? job->state_value : IPP_JOB_CANCELED) + { + case IPP_JOB_PENDING : + dest = cupsdFindDest(job->dest); + + if (dest && dest->state == IPP_PRINTER_STOPPED) + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "printer-stopped"); + else + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "none"); + break; + + case IPP_JOB_HELD : + if (ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD) != NULL || + ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_NAME) != NULL) + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "job-hold-until-specified"); + else + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "job-incoming"); + break; + + case IPP_JOB_PROCESSING : + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "job-printing"); + break; + + case IPP_JOB_STOPPED : + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "job-stopped"); + break; + + case IPP_JOB_CANCELED : + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "job-canceled-by-user"); + break; + + case IPP_JOB_ABORTED : + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "aborted-by-system"); + break; + + case IPP_JOB_COMPLETED : + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-state-reasons", NULL, "job-completed-successfully"); + break; + } +} + + +/* + * 'add_job_subscriptions()' - Add any subcriptions for a job. + */ + +static void +add_job_subscriptions( + cupsd_client_t *con, /* I - Client connection */ + cupsd_job_t *job) /* I - Newly created job */ +{ + int i; /* Looping var */ + ipp_attribute_t *prev, /* Previous attribute */ + *next, /* Next attribute */ + *attr; /* Current attribute */ + cupsd_subscription_t *sub; /* Subscription object */ + const char *recipient, /* notify-recipient-uri */ + *pullmethod; /* notify-pull-method */ + ipp_attribute_t *user_data; /* notify-user-data */ + int interval; /* notify-time-interval */ + unsigned mask; /* notify-events */ + + + /* + * Find the first subscription group attribute; return if we have + * none... + */ + + for (attr = job->attrs->attrs, prev = NULL; + attr; + prev = attr, attr = attr->next) + if (attr->group_tag == IPP_TAG_SUBSCRIPTION) + break; + + if (!attr) + return; + + /* + * Process the subscription attributes in the request... + */ + + while (attr) + { + recipient = NULL; + pullmethod = NULL; + user_data = NULL; + interval = 0; + mask = CUPSD_EVENT_NONE; + + while (attr && attr->group_tag != IPP_TAG_ZERO) + { + if (!strcmp(attr->name, "notify-recipient") && + attr->value_tag == IPP_TAG_URI) + recipient = attr->values[0].string.text; + else if (!strcmp(attr->name, "notify-pull-method") && + attr->value_tag == IPP_TAG_KEYWORD) + pullmethod = attr->values[0].string.text; + else if (!strcmp(attr->name, "notify-charset") && + attr->value_tag == IPP_TAG_CHARSET && + strcmp(attr->values[0].string.text, "us-ascii") && + strcmp(attr->values[0].string.text, "utf-8")) + { + send_ipp_status(con, IPP_CHARSET, + _("Character set \"%s\" not supported!"), + attr->values[0].string.text); + return; + } + else if (!strcmp(attr->name, "notify-natural-language") && + (attr->value_tag != IPP_TAG_LANGUAGE || + strcmp(attr->values[0].string.text, DefaultLanguage))) + { + send_ipp_status(con, IPP_CHARSET, + _("Language \"%s\" not supported!"), + attr->values[0].string.text); + return; + } + else if (!strcmp(attr->name, "notify-user-data") && + attr->value_tag == IPP_TAG_STRING) + { + if (attr->num_values > 1 || attr->values[0].unknown.length > 63) + { + send_ipp_status(con, IPP_REQUEST_VALUE, + _("The notify-user-data value is too large " + "(%d > 63 octets)!"), + attr->values[0].unknown.length); + return; + } + + user_data = attr; + } + else if (!strcmp(attr->name, "notify-events") && + attr->value_tag == IPP_TAG_KEYWORD) + { + for (i = 0; i < attr->num_values; i ++) + mask |= cupsdEventValue(attr->values[i].string.text); + } + else if (!strcmp(attr->name, "notify-lease-duration")) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("The notify-lease-duration attribute cannot be " + "used with job subscriptions.")); + return; + } + else if (!strcmp(attr->name, "notify-time-interval") && + attr->value_tag == IPP_TAG_INTEGER) + interval = attr->values[0].integer; + + attr = attr->next; + } + + if (!recipient && !pullmethod) + break; + + if (mask == CUPSD_EVENT_NONE) + mask = CUPSD_EVENT_JOB_COMPLETED; + + sub = cupsdAddSubscription(mask, cupsdFindDest(job->dest), job, recipient, + 0); + + sub->interval = interval; + + cupsdSetString(&sub->owner, job->username); + + if (user_data) + { + sub->user_data_len = user_data->values[0].unknown.length; + memcpy(sub->user_data, user_data->values[0].unknown.data, + sub->user_data_len); + } + + ippAddSeparator(con->response); + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER, + "notify-subscription-id", sub->id); + + if (attr) + attr = attr->next; + } + + cupsdSaveAllSubscriptions(); + + /* + * Remove all of the subscription attributes from the job request... + */ + + for (attr = job->attrs->attrs, prev = NULL; attr; attr = next) + { + next = attr->next; + + if (attr->group_tag == IPP_TAG_SUBSCRIPTION || + attr->group_tag == IPP_TAG_ZERO) + { + /* + * Free and remove this attribute... + */ + + _ippFreeAttr(attr); + + if (prev) + prev->next = next; + else + job->attrs->attrs = next; + } + else + prev = attr; + } + + job->attrs->last = prev; + job->attrs->current = prev; +} + + +/* + * 'add_job_uuid()' - Add job-uuid attribute to a job. + * + * See RFC 4122 for the definition of UUIDs and the format. + */ + +static void +add_job_uuid(cupsd_client_t *con, /* I - Client connection */ + cupsd_job_t *job) /* I - Job */ +{ + char uuid[1024]; /* job-uuid string */ + _cups_md5_state_t md5state; /* MD5 state */ + unsigned char md5sum[16]; /* MD5 digest/sum */ + + + /* + * First see if the job already has a job-uuid attribute; if so, return... + */ + + if (ippFindAttribute(job->attrs, "job-uuid", IPP_TAG_URI)) + return; + + /* + * No job-uuid attribute, so build a version 3 UUID with the local job + * ID at the end; see RFC 4122 for details. Start with the MD5 sum of + * the ServerName, server name and port that the client connected to, + * and local job ID... + */ + + snprintf(uuid, sizeof(uuid), "%s:%s:%d:%d", ServerName, con->servername, + con->serverport, job->id); + + _cupsMD5Init(&md5state); + _cupsMD5Append(&md5state, (unsigned char *)uuid, strlen(uuid)); + _cupsMD5Finish(&md5state, md5sum); + + /* + * Format the UUID URI using the MD5 sum and job ID. + */ + + snprintf(uuid, sizeof(uuid), + "urn:uuid:%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-" + "%02x%02x%02x%02x%02x%02x", + md5sum[0], md5sum[1], md5sum[2], md5sum[3], md5sum[4], md5sum[5], + (md5sum[6] & 15) | 0x30, md5sum[7], (md5sum[8] & 0x3f) | 0x40, + md5sum[9], md5sum[10], md5sum[11], md5sum[12], md5sum[13], + md5sum[14], md5sum[15]); + + ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_URI, "job-uuid", NULL, uuid); +} + + +/* + * 'add_printer()' - Add a printer to the system. + */ + +static void +add_printer(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - URI of printer */ +{ + http_status_t status; /* Policy status */ + int i; /* Looping var */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_printer_t *printer; /* Printer/class */ + ipp_attribute_t *attr; /* Printer attribute */ + cups_file_t *fp; /* Script/PPD file */ + char line[1024]; /* Line from file... */ + char srcfile[1024], /* Source Script/PPD file */ + dstfile[1024]; /* Destination Script/PPD file */ + int modify; /* Non-zero if we are modifying */ + char newname[IPP_MAX_NAME]; /* New printer name */ + int need_restart_job; /* Need to restart job? */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "add_printer(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Do we have a valid URI? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/printers/", 10) || strlen(resource) == 10) + { + /* + * No, return an error... + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("The printer-uri must be of the form " + "\"ipp://HOSTNAME/printers/PRINTERNAME\".")); + return; + } + + /* + * Do we have a valid printer name? + */ + + if (!validate_name(resource + 10)) + { + /* + * No, return an error... + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("The printer-uri \"%s\" contains invalid characters."), + uri->values[0].string.text); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * See if the printer already exists; if not, create a new printer... + */ + + if ((printer = cupsdFindPrinter(resource + 10)) == NULL) + { + /* + * Printer doesn't exist; see if we have a class of the same name... + */ + + if ((printer = cupsdFindClass(resource + 10)) != NULL && + !(printer->type & CUPS_PRINTER_REMOTE)) + { + /* + * Yes, return an error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("A class named \"%s\" already exists!"), + resource + 10); + return; + } + + /* + * No, add the printer... + */ + + printer = cupsdAddPrinter(resource + 10); + modify = 0; + } + else if (printer->type & CUPS_PRINTER_IMPLICIT) + { + /* + * Rename the implicit printer to "AnyPrinter" or delete it... + */ + + if (ImplicitAnyClasses) + { + snprintf(newname, sizeof(newname), "Any%s", resource + 10); + cupsdRenamePrinter(printer, newname); + } + else + cupsdDeletePrinter(printer, 1); + + /* + * Add the printer as a new local printer... + */ + + printer = cupsdAddPrinter(resource + 10); + modify = 0; + } + else if (printer->type & CUPS_PRINTER_REMOTE) + { + /* + * Rename the remote printer to "Printer@server"... + */ + + snprintf(newname, sizeof(newname), "%s@%s", resource + 10, + printer->hostname); + cupsdRenamePrinter(printer, newname); + + /* + * Add the printer as a new local printer... + */ + + printer = cupsdAddPrinter(resource + 10); + modify = 0; + } + else + modify = 1; + + /* + * Look for attributes and copy them over as needed... + */ + + need_restart_job = 0; + + if ((attr = ippFindAttribute(con->request, "printer-location", + IPP_TAG_TEXT)) != NULL) + cupsdSetString(&printer->location, attr->values[0].string.text); + + if ((attr = ippFindAttribute(con->request, "printer-info", + IPP_TAG_TEXT)) != NULL) + cupsdSetString(&printer->info, attr->values[0].string.text); + + if ((attr = ippFindAttribute(con->request, "device-uri", + IPP_TAG_URI)) != NULL) + { + /* + * Do we have a valid device URI? + */ + + need_restart_job = 1; + + httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!strcmp(method, "file")) + { + /* + * See if the administrator has enabled file devices... + */ + + if (!FileDevice && strcmp(resource, "/dev/null")) + { + /* + * File devices are disabled and the URL is not file:/dev/null... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("File device URIs have been disabled! " + "To enable, see the FileDevice directive in " + "\"%s/cupsd.conf\"."), + ServerRoot); + return; + } + } + else + { + /* + * See if the backend exists and is executable... + */ + + snprintf(srcfile, sizeof(srcfile), "%s/backend/%s", ServerBin, method); + if (access(srcfile, X_OK)) + { + /* + * Could not find device in list! + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, _("Bad device-uri \"%s\"!"), + attr->values[0].string.text); + return; + } + } + + cupsdLogMessage(CUPSD_LOG_INFO, + "Setting %s device-uri to \"%s\" (was \"%s\".)", + printer->name, + cupsdSanitizeURI(attr->values[0].string.text, line, + sizeof(line)), + cupsdSanitizeURI(printer->device_uri, resource, + sizeof(resource))); + + cupsdSetString(&printer->device_uri, attr->values[0].string.text); + } + + if ((attr = ippFindAttribute(con->request, "port-monitor", + IPP_TAG_KEYWORD)) != NULL) + { + ipp_attribute_t *supported; /* port-monitor-supported attribute */ + + + need_restart_job = 1; + + supported = ippFindAttribute(printer->attrs, "port-monitor-supported", + IPP_TAG_KEYWORD); + for (i = 0; i < supported->num_values; i ++) + if (!strcmp(supported->values[i].string.text, + attr->values[0].string.text)) + break; + + if (i >= supported->num_values) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, _("Bad port-monitor \"%s\"!"), + attr->values[0].string.text); + return; + } + + cupsdLogMessage(CUPSD_LOG_INFO, + "Setting %s port-monitor to \"%s\" (was \"%s\".)", + printer->name, attr->values[0].string.text, + printer->port_monitor); + + if (strcmp(attr->values[0].string.text, "none")) + cupsdSetString(&printer->port_monitor, attr->values[0].string.text); + else + cupsdClearString(&printer->port_monitor); + } + + if ((attr = ippFindAttribute(con->request, "printer-is-accepting-jobs", + IPP_TAG_BOOLEAN)) != NULL) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Setting %s printer-is-accepting-jobs to %d (was %d.)", + printer->name, attr->values[0].boolean, printer->accepting); + + printer->accepting = attr->values[0].boolean; + cupsdAddPrinterHistory(printer); + } + + if ((attr = ippFindAttribute(con->request, "printer-is-shared", + IPP_TAG_BOOLEAN)) != NULL) + { + if (printer->shared && !attr->values[0].boolean) + cupsdSendBrowseDelete(printer); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Setting %s printer-is-shared to %d (was %d.)", + printer->name, attr->values[0].boolean, printer->shared); + + printer->shared = attr->values[0].boolean; + } + + if ((attr = ippFindAttribute(con->request, "printer-state", + IPP_TAG_ENUM)) != NULL) + { + if (attr->values[0].integer != IPP_PRINTER_IDLE && + attr->values[0].integer != IPP_PRINTER_STOPPED) + { + send_ipp_status(con, IPP_BAD_REQUEST, _("Bad printer-state value %d!"), + attr->values[0].integer); + return; + } + + cupsdLogMessage(CUPSD_LOG_INFO, "Setting %s printer-state to %d (was %d.)", printer->name, + attr->values[0].integer, printer->state); + + if (attr->values[0].integer == IPP_PRINTER_STOPPED) + cupsdStopPrinter(printer, 0); + else + { + need_restart_job = 1; + cupsdSetPrinterState(printer, (ipp_pstate_t)(attr->values[0].integer), 0); + } + } + if ((attr = ippFindAttribute(con->request, "printer-state-message", + IPP_TAG_TEXT)) != NULL) + { + strlcpy(printer->state_message, attr->values[0].string.text, + sizeof(printer->state_message)); + cupsdAddPrinterHistory(printer); + } + + set_printer_defaults(con, printer); + + /* + * See if we have all required attributes... + */ + + if (!printer->device_uri) + cupsdSetString(&printer->device_uri, "file:///dev/null"); + + /* + * See if we have an interface script or PPD file attached to the request... + */ + + if (con->filename) + { + need_restart_job = 1; + + strlcpy(srcfile, con->filename, sizeof(srcfile)); + + if ((fp = cupsFileOpen(srcfile, "rb"))) + { + /* + * Yes; get the first line from it... + */ + + line[0] = '\0'; + cupsFileGets(fp, line, sizeof(line)); + cupsFileClose(fp); + + /* + * Then see what kind of file it is... + */ + + snprintf(dstfile, sizeof(dstfile), "%s/interfaces/%s", ServerRoot, + printer->name); + + if (!strncmp(line, "*PPD-Adobe", 10)) + { + /* + * The new file is a PPD file, so remove any old interface script + * that might be lying around... + */ + + unlink(dstfile); + } + else + { + /* + * This must be an interface script, so move the file over to the + * interfaces directory and make it executable... + */ + + if (copy_file(srcfile, dstfile)) + { + send_ipp_status(con, IPP_INTERNAL_ERROR, + _("Unable to copy interface script - %s!"), + strerror(errno)); + return; + } + else + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Copied interface script successfully!"); + chmod(dstfile, 0755); + } + } + + snprintf(dstfile, sizeof(dstfile), "%s/ppd/%s.ppd", ServerRoot, + printer->name); + + if (!strncmp(line, "*PPD-Adobe", 10)) + { + /* + * The new file is a PPD file, so move the file over to the + * ppd directory and make it readable by all... + */ + + if (copy_file(srcfile, dstfile)) + { + send_ipp_status(con, IPP_INTERNAL_ERROR, + _("Unable to copy PPD file - %s!"), + strerror(errno)); + return; + } + else + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Copied PPD file successfully!"); + chmod(dstfile, 0644); + } + } + else + { + /* + * This must be an interface script, so remove any old PPD file that + * may be lying around... + */ + + unlink(dstfile); + } + } + } + else if ((attr = ippFindAttribute(con->request, "ppd-name", + IPP_TAG_NAME)) != NULL) + { + need_restart_job = 1; + + if (!strcmp(attr->values[0].string.text, "raw")) + { + /* + * Raw driver, remove any existing PPD or interface script files. + */ + + snprintf(dstfile, sizeof(dstfile), "%s/interfaces/%s", ServerRoot, + printer->name); + unlink(dstfile); + + snprintf(dstfile, sizeof(dstfile), "%s/ppd/%s.ppd", ServerRoot, + printer->name); + unlink(dstfile); + } + else + { + /* + * PPD model file... + */ + + snprintf(dstfile, sizeof(dstfile), "%s/interfaces/%s", ServerRoot, + printer->name); + unlink(dstfile); + + snprintf(dstfile, sizeof(dstfile), "%s/ppd/%s.ppd", ServerRoot, + printer->name); + + if (copy_model(con, attr->values[0].string.text, dstfile)) + { + send_ipp_status(con, IPP_INTERNAL_ERROR, _("Unable to copy PPD file!")); + return; + } + else + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Copied PPD file successfully!"); + chmod(dstfile, 0644); + } + } + } + + /* + * Update the printer attributes and return... + */ + + cupsdSetPrinterAttrs(printer); + cupsdSaveAllPrinters(); + + if (need_restart_job && printer->job) + { + cupsd_job_t *job; + + /* + * Stop the current job and then restart it below... + */ + + job = (cupsd_job_t *)printer->job; + + cupsdStopJob(job, 1); + + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + + if (need_restart_job) + cupsdCheckJobs(); + + cupsdWritePrintcap(); + + if (modify) + { + cupsdAddEvent(CUPSD_EVENT_PRINTER_MODIFIED, printer, NULL, + "Printer \"%s\" modified by \"%s\".", printer->name, + get_username(con)); + + cupsdLogMessage(CUPSD_LOG_INFO, "Printer \"%s\" modified by \"%s\".", + printer->name, get_username(con)); + } + else + { + cupsdAddPrinterHistory(printer); + + cupsdAddEvent(CUPSD_EVENT_PRINTER_ADDED, printer, NULL, + "New printer \"%s\" added by \"%s\".", printer->name, + get_username(con)); + + cupsdLogMessage(CUPSD_LOG_INFO, "New printer \"%s\" added by \"%s\".", + printer->name, get_username(con)); + } + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'add_printer_state_reasons()' - Add the "printer-state-reasons" attribute + * based upon the printer state... + */ + +static void +add_printer_state_reasons( + cupsd_client_t *con, /* I - Client connection */ + cupsd_printer_t *p) /* I - Printer info */ +{ + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "add_printer_state_reasons(%p[%d], %p[%s])", + con, con->http.fd, p, p->name); + + if (p->num_reasons == 0) + ippAddString(con->response, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "printer-state-reasons", NULL, + p->state == IPP_PRINTER_STOPPED ? "paused" : "none"); + else + ippAddStrings(con->response, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "printer-state-reasons", p->num_reasons, NULL, + (const char * const *)p->reasons); +} + + +/* + * 'add_queued_job_count()' - Add the "queued-job-count" attribute for + * the specified printer or class. + */ + +static void +add_queued_job_count( + cupsd_client_t *con, /* I - Client connection */ + cupsd_printer_t *p) /* I - Printer or class */ +{ + int count; /* Number of jobs on destination */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "add_queued_job_count(%p[%d], %p[%s])", + con, con->http.fd, p, p->name); + + count = cupsdGetPrinterJobCount(p->name); + + ippAddInteger(con->response, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "queued-job-count", count); +} + + +/* + * 'apply_printer_defaults()' - Apply printer default options to a job. + */ + +static void +apply_printer_defaults( + cupsd_printer_t *printer, /* I - Printer */ + cupsd_job_t *job) /* I - Job */ +{ + int i, /* Looping var */ + num_options; /* Number of default options */ + cups_option_t *options, /* Default options */ + *option; /* Current option */ + + + /* + * Collect all of the default options and add the missing ones to the + * job object... + */ + + for (i = printer->num_options, num_options = 0, option = printer->options; + i > 0; + i --, option ++) + if (!ippFindAttribute(job->attrs, option->name, IPP_TAG_ZERO)) + { + num_options = cupsAddOption(option->name, option->value, num_options, + &options); + } + + /* + * Encode these options as attributes in the job object... + */ + + cupsEncodeOptions2(job->attrs, num_options, options, IPP_TAG_JOB); + cupsFreeOptions(num_options, options); +} + + +/* + * 'authenticate_job()' - Set job authentication info. + */ + +static void +authenticate_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job URI */ +{ + ipp_attribute_t *attr; /* Job-id attribute */ + int jobid; /* Job ID */ + cupsd_job_t *job; /* Current job */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "authenticate_job(%p[%d], %s)", + con, con->http.fd, uri->values[0].string.text); + + /* + * Start with "everything is OK" status... + */ + + con->response->request.status.status_code = IPP_OK; + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + jobid = attr->values[0].integer; + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("Job #%d does not exist!"), jobid); + return; + } + + /* + * See if the job has been completed... + */ + + if (job->state_value != IPP_JOB_HELD) + { + /* + * Return a "not-possible" error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job #%d is not held for authentication!"), + jobid); + return; + } + + /* + * See if we have already authenticated... + */ + + if (!con->username[0]) + { + send_ipp_status(con, IPP_NOT_AUTHORIZED, + _("No authentication information provided!")); + return; + } + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * Save the authentication information for this job... + */ + + save_auth_info(con, job); + + /* + * Reset the job-hold-until value to "no-hold"... + */ + + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + + if (attr) + { + attr->value_tag = IPP_TAG_KEYWORD; + cupsdSetString(&(attr->values[0].string.text), "no-hold"); + } + + /* + * Release the job and return... + */ + + cupsdReleaseJob(job); + + cupsdLogMessage(CUPSD_LOG_INFO, "Job %d was authenticated by \"%s\".", jobid, + con->username); +} + + +/* + * 'cancel_all_jobs()' - Cancel all print jobs. + */ + +static void +cancel_all_jobs(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job or Printer URI */ +{ + http_status_t status; /* Policy status */ + const char *dest; /* Destination */ + cups_ptype_t dtype; /* Destination type */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + userpass[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + ipp_attribute_t *attr; /* Attribute in request */ + const char *username; /* Username */ + int purge; /* Purge? */ + cupsd_printer_t *printer; /* Printer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cancel_all_jobs(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * See if we have a printer URI... + */ + + if (strcmp(uri->name, "printer-uri")) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("The printer-uri attribute is required!")); + return; + } + + /* + * Get the username (if any) for the jobs we want to cancel (only if + * "my-jobs" is specified... + */ + + if ((attr = ippFindAttribute(con->request, "my-jobs", + IPP_TAG_BOOLEAN)) != NULL && + attr->values[0].boolean) + { + if ((attr = ippFindAttribute(con->request, "requesting-user-name", + IPP_TAG_NAME)) != NULL) + username = attr->values[0].string.text; + else + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Missing requesting-user-name attribute!")); + return; + } + } + else + username = NULL; + + /* + * Look for the "purge-jobs" attribute... + */ + + if ((attr = ippFindAttribute(con->request, "purge-jobs", + IPP_TAG_BOOLEAN)) != NULL) + purge = attr->values[0].boolean; + else + purge = 1; + + /* + * And if the destination is valid... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), userpass, sizeof(userpass), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((dest = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI? + */ + + if ((!strncmp(resource, "/printers/", 10) && resource[10]) || + (!strncmp(resource, "/classes/", 9) && resource[9])) + { + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + else if (strcmp(resource, "/printers/")) + { + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer-uri \"%s\" is not valid."), + uri->values[0].string.text); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Cancel all jobs on all printers... + */ + + cupsdCancelJobs(NULL, username, purge); + + cupsdLogMessage(CUPSD_LOG_INFO, "All jobs were %s by \"%s\".", + purge ? "purged" : "canceled", get_username(con)); + } + else + { + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Cancel all of the jobs on the named printer... + */ + + cupsdCancelJobs(dest, username, purge); + + cupsdLogMessage(CUPSD_LOG_INFO, "All jobs on \"%s\" were %s by \"%s\".", + dest, purge ? "purged" : "canceled", get_username(con)); + } + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'cancel_job()' - Cancel a print job. + */ + +static void +cancel_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job or Printer URI */ +{ + ipp_attribute_t *attr; /* Current attribute */ + int jobid; /* Job ID */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_job_t *job; /* Job information */ + const char *dest; /* Destination */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + cupsd_printer_t *printer; /* Printer data */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cancel_job(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + if ((jobid = attr->values[0].integer) == 0) + { + /* + * Find the current job on the specified printer... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((dest = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * See if the printer is currently printing a job... + */ + + if (printer->job) + jobid = ((cupsd_job_t *)printer->job)->id; + else + { + /* + * No, see if there are any pending jobs... + */ + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (job->state_value <= IPP_JOB_PROCESSING && + !strcasecmp(job->dest, dest)) + break; + + if (job) + jobid = job->id; + else + { + send_ipp_status(con, IPP_NOT_POSSIBLE, _("No active jobs on %s!"), + dest); + return; + } + } + } + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), jobid); + return; + } + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * See if the job is already completed, canceled, or aborted; if so, + * we can't cancel... + */ + + if (job->state_value >= IPP_JOB_CANCELED) + { + switch (job->state_value) + { + case IPP_JOB_CANCELED : + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job #%d is already canceled - can\'t cancel."), + jobid); + break; + + case IPP_JOB_ABORTED : + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job #%d is already aborted - can\'t cancel."), + jobid); + break; + + default : + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job #%d is already completed - can\'t cancel."), + jobid); + break; + } + + return; + } + + /* + * Cancel the job and return... + */ + + cupsdCancelJob(job, 0, IPP_JOB_CANCELED); + cupsdCheckJobs(); + + cupsdLogMessage(CUPSD_LOG_INFO, "Job %d was canceled by \"%s\".", jobid, + username); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'cancel_subscription()' - Cancel a subscription. + */ + +static void +cancel_subscription( + cupsd_client_t *con, /* I - Client connection */ + int sub_id) /* I - Subscription ID */ +{ + http_status_t status; /* Policy status */ + cupsd_subscription_t *sub; /* Subscription */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cancel_subscription(con=%p[%d], sub_id=%d)", + con, con->http.fd, sub_id); + + /* + * Is the subscription ID valid? + */ + + if ((sub = cupsdFindSubscription(sub_id)) == NULL) + { + /* + * Bad subscription ID... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("notify-subscription-id %d no good!"), sub_id); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(sub->dest ? sub->dest->op_policy_ptr : + DefaultPolicyPtr, + con, sub->owner)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Cancel the subscription... + */ + + cupsdDeleteSubscription(sub, 1); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'check_quotas()' - Check quotas for a printer and user. + */ + +static int /* O - 1 if OK, 0 if not */ +check_quotas(cupsd_client_t *con, /* I - Client connection */ + cupsd_printer_t *p) /* I - Printer or class */ +{ + int i; /* Looping var */ + char username[33]; /* Username */ + cupsd_quota_t *q; /* Quota data */ + struct passwd *pw; /* User password data */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "check_quotas(%p[%d], %p[%s])", + con, con->http.fd, p, p->name); + + /* + * Check input... + */ + + if (!con || !p) + return (0); + + /* + * Figure out who is printing... + */ + + strlcpy(username, get_username(con), sizeof(username)); + + /* + * Check global active job limits for printers and users... + */ + + if (MaxJobsPerPrinter) + { + /* + * Check if there are too many pending jobs on this printer... + */ + + if (cupsdGetPrinterJobCount(p->name) >= MaxJobsPerPrinter) + { + cupsdLogMessage(CUPSD_LOG_INFO, "Too many jobs for printer \"%s\"...", + p->name); + return (0); + } + } + + if (MaxJobsPerUser) + { + /* + * Check if there are too many pending jobs for this user... + */ + + if (cupsdGetUserJobCount(username) >= MaxJobsPerUser) + { + cupsdLogMessage(CUPSD_LOG_INFO, "Too many jobs for user \"%s\"...", + username); + return (0); + } + } + + /* + * Check against users... + */ + + if (p->num_users == 0 && p->k_limit == 0 && p->page_limit == 0) + return (1); + + if (p->num_users) + { + pw = getpwnam(username); + endpwent(); + + for (i = 0; i < p->num_users; i ++) + if (p->users[i][0] == '@') + { + /* + * Check group membership... + */ + + if (cupsdCheckGroup(username, pw, p->users[i] + 1)) + break; + } + else if (!strcasecmp(username, p->users[i])) + break; + + if ((i < p->num_users) == p->deny_users) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Denying user \"%s\" access to printer \"%s\"...", + username, p->name); + return (0); + } + } + + /* + * Check quotas... + */ + + if (p->k_limit || p->page_limit) + { + if ((q = cupsdUpdateQuota(p, username, 0, 0)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to allocate quota data for user \"%s\"!", + username); + return (0); + } + + if ((q->k_count >= p->k_limit && p->k_limit) || + (q->page_count >= p->page_limit && p->page_limit)) + { + cupsdLogMessage(CUPSD_LOG_INFO, "User \"%s\" is over the quota limit...", + username); + return (0); + } + } + + /* + * If we have gotten this far, we're done! + */ + + return (1); +} + + +/* + * 'copy_attribute()' - Copy a single attribute. + */ + +static ipp_attribute_t * /* O - New attribute */ +copy_attribute( + ipp_t *to, /* O - Destination request/response */ + ipp_attribute_t *attr, /* I - Attribute to copy */ + int quickcopy) /* I - Do a quick copy? */ +{ + int i; /* Looping var */ + ipp_attribute_t *toattr; /* Destination attribute */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "copy_attribute(%p, %p[%s,%x,%x])", to, attr, + attr->name ? attr->name : "(null)", attr->group_tag, + attr->value_tag); + + switch (attr->value_tag & ~IPP_TAG_COPY) + { + case IPP_TAG_ZERO : + toattr = ippAddSeparator(to); + break; + + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + toattr = ippAddIntegers(to, attr->group_tag, attr->value_tag, + attr->name, attr->num_values, NULL); + + for (i = 0; i < attr->num_values; i ++) + toattr->values[i].integer = attr->values[i].integer; + break; + + case IPP_TAG_BOOLEAN : + toattr = ippAddBooleans(to, attr->group_tag, attr->name, + attr->num_values, NULL); + + for (i = 0; i < attr->num_values; i ++) + toattr->values[i].boolean = attr->values[i].boolean; + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + toattr = ippAddStrings(to, attr->group_tag, + (ipp_tag_t)(attr->value_tag | quickcopy), + attr->name, attr->num_values, NULL, NULL); + + if (quickcopy) + { + for (i = 0; i < attr->num_values; i ++) + toattr->values[i].string.text = attr->values[i].string.text; + } + else + { + for (i = 0; i < attr->num_values; i ++) + toattr->values[i].string.text = _cupsStrAlloc(attr->values[i].string.text); + } + break; + + case IPP_TAG_DATE : + toattr = ippAddDate(to, attr->group_tag, attr->name, + attr->values[0].date); + break; + + case IPP_TAG_RESOLUTION : + toattr = ippAddResolutions(to, attr->group_tag, attr->name, + attr->num_values, IPP_RES_PER_INCH, + NULL, NULL); + + for (i = 0; i < attr->num_values; i ++) + { + toattr->values[i].resolution.xres = attr->values[i].resolution.xres; + toattr->values[i].resolution.yres = attr->values[i].resolution.yres; + toattr->values[i].resolution.units = attr->values[i].resolution.units; + } + break; + + case IPP_TAG_RANGE : + toattr = ippAddRanges(to, attr->group_tag, attr->name, + attr->num_values, NULL, NULL); + + for (i = 0; i < attr->num_values; i ++) + { + toattr->values[i].range.lower = attr->values[i].range.lower; + toattr->values[i].range.upper = attr->values[i].range.upper; + } + break; + + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + toattr = ippAddStrings(to, attr->group_tag, + (ipp_tag_t)(attr->value_tag | quickcopy), + attr->name, attr->num_values, NULL, NULL); + + if (quickcopy) + { + for (i = 0; i < attr->num_values; i ++) + { + toattr->values[i].string.charset = attr->values[i].string.charset; + toattr->values[i].string.text = attr->values[i].string.text; + } + } + else + { + for (i = 0; i < attr->num_values; i ++) + { + if (!i) + toattr->values[i].string.charset = + _cupsStrAlloc(attr->values[i].string.charset); + else + toattr->values[i].string.charset = + toattr->values[0].string.charset; + + toattr->values[i].string.text = _cupsStrAlloc(attr->values[i].string.text); + } + } + break; + + case IPP_TAG_BEGIN_COLLECTION : + toattr = ippAddCollections(to, attr->group_tag, attr->name, + attr->num_values, NULL); + + for (i = 0; i < attr->num_values; i ++) + { + toattr->values[i].collection = ippNew(); + copy_attrs(toattr->values[i].collection, attr->values[i].collection, + NULL, IPP_TAG_ZERO, 0); + } + break; + + default : + toattr = ippAddIntegers(to, attr->group_tag, attr->value_tag, + attr->name, attr->num_values, NULL); + + for (i = 0; i < attr->num_values; i ++) + { + toattr->values[i].unknown.length = attr->values[i].unknown.length; + + if (toattr->values[i].unknown.length > 0) + { + if ((toattr->values[i].unknown.data = + malloc(toattr->values[i].unknown.length)) == NULL) + toattr->values[i].unknown.length = 0; + else + memcpy(toattr->values[i].unknown.data, + attr->values[i].unknown.data, + toattr->values[i].unknown.length); + } + } + break; /* anti-compiler-warning-code */ + } + + return (toattr); +} + + +/* + * 'copy_attrs()' - Copy attributes from one request to another. + */ + +static void +copy_attrs(ipp_t *to, /* I - Destination request */ + ipp_t *from, /* I - Source request */ + cups_array_t *ra, /* I - Requested attributes */ + ipp_tag_t group, /* I - Group to copy */ + int quickcopy) /* I - Do a quick copy? */ +{ + ipp_attribute_t *fromattr; /* Source attribute */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "copy_attrs(to=%p, from=%p, ra=%p, group=%x, quickcopy=%d)", + to, from, ra, group, quickcopy); + + if (!to || !from) + return; + + for (fromattr = from->attrs; fromattr; fromattr = fromattr->next) + { + /* + * Filter attributes as needed... + */ + + if ((group != IPP_TAG_ZERO && fromattr->group_tag != group && + fromattr->group_tag != IPP_TAG_ZERO) || !fromattr->name) + continue; + + if (!ra || cupsArrayFind(ra, fromattr->name)) + copy_attribute(to, fromattr, quickcopy); + } +} + + +/* + * 'copy_banner()' - Copy a banner file to the requests directory for the + * specified job. + */ + +static int /* O - Size of banner file in kbytes */ +copy_banner(cupsd_client_t *con, /* I - Client connection */ + cupsd_job_t *job, /* I - Job information */ + const char *name) /* I - Name of banner */ +{ + int i; /* Looping var */ + int kbytes; /* Size of banner file in kbytes */ + char filename[1024]; /* Job filename */ + cupsd_banner_t *banner; /* Pointer to banner */ + cups_file_t *in; /* Input file */ + cups_file_t *out; /* Output file */ + int ch; /* Character from file */ + char attrname[255], /* Name of attribute */ + *s; /* Pointer into name */ + ipp_attribute_t *attr; /* Attribute */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "copy_banner(%p[%d], %p[%d], %s)", + con, con->http.fd, job, job->id, name ? name : "(null)"); + + /* + * Find the banner; return if not found or "none"... + */ + + if (!name || !strcmp(name, "none") || + (banner = cupsdFindBanner(name)) == NULL) + return (0); + + /* + * Open the banner and job files... + */ + + if (add_file(con, job, banner->filetype, 0)) + return (0); + + snprintf(filename, sizeof(filename), "%s/d%05d-%03d", RequestRoot, job->id, + job->num_files); + if ((out = cupsFileOpen(filename, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "copy_banner: Unable to create banner job file %s - %s", + filename, strerror(errno)); + job->num_files --; + return (0); + } + + fchmod(cupsFileNumber(out), 0640); + fchown(cupsFileNumber(out), RunUser, Group); + + /* + * Try the localized banner file under the subdirectory... + */ + + strlcpy(attrname, job->attrs->attrs->next->values[0].string.text, + sizeof(attrname)); + if (strlen(attrname) > 2 && attrname[2] == '-') + { + /* + * Convert ll-cc to ll_CC... + */ + + attrname[2] = '_'; + attrname[3] = toupper(attrname[3] & 255); + attrname[4] = toupper(attrname[4] & 255); + } + + snprintf(filename, sizeof(filename), "%s/banners/%s/%s", DataDir, + attrname, name); + + if (access(filename, 0) && strlen(attrname) > 2) + { + /* + * Wasn't able to find "ll_CC" locale file; try the non-national + * localization banner directory. + */ + + attrname[2] = '\0'; + + snprintf(filename, sizeof(filename), "%s/banners/%s/%s", DataDir, + attrname, name); + } + + if (access(filename, 0)) + { + /* + * Use the non-localized banner file. + */ + + snprintf(filename, sizeof(filename), "%s/banners/%s", DataDir, name); + } + + if ((in = cupsFileOpen(filename, "r")) == NULL) + { + cupsFileClose(out); + unlink(filename); + cupsdLogMessage(CUPSD_LOG_ERROR, + "copy_banner: Unable to open banner template file %s - %s", + filename, strerror(errno)); + job->num_files --; + return (0); + } + + /* + * Parse the file to the end... + */ + + while ((ch = cupsFileGetChar(in)) != EOF) + if (ch == '{') + { + /* + * Get an attribute name... + */ + + for (s = attrname; (ch = cupsFileGetChar(in)) != EOF;) + if (!isalpha(ch & 255) && ch != '-' && ch != '?') + break; + else if (s < (attrname + sizeof(attrname) - 1)) + *s++ = ch; + else + break; + + *s = '\0'; + + if (ch != '}') + { + /* + * Ignore { followed by stuff that is not an attribute name... + */ + + cupsFilePrintf(out, "{%s%c", attrname, ch); + continue; + } + + /* + * See if it is defined... + */ + + if (attrname[0] == '?') + s = attrname + 1; + else + s = attrname; + + if (!strcmp(s, "printer-name")) + { + cupsFilePuts(out, job->dest); + continue; + } + else if ((attr = ippFindAttribute(job->attrs, s, IPP_TAG_ZERO)) == NULL) + { + /* + * See if we have a leading question mark... + */ + + if (attrname[0] != '?') + { + /* + * Nope, write to file as-is; probably a PostScript procedure... + */ + + cupsFilePrintf(out, "{%s}", attrname); + } + + continue; + } + + /* + * Output value(s)... + */ + + for (i = 0; i < attr->num_values; i ++) + { + if (i) + cupsFilePutChar(out, ','); + + switch (attr->value_tag) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + if (!strncmp(s, "time-at-", 8)) + cupsFilePuts(out, cupsdGetDateTime(attr->values[i].integer)); + else + cupsFilePrintf(out, "%d", attr->values[i].integer); + break; + + case IPP_TAG_BOOLEAN : + cupsFilePrintf(out, "%d", attr->values[i].boolean); + break; + + case IPP_TAG_NOVALUE : + cupsFilePuts(out, "novalue"); + break; + + case IPP_TAG_RANGE : + cupsFilePrintf(out, "%d-%d", attr->values[i].range.lower, + attr->values[i].range.upper); + break; + + case IPP_TAG_RESOLUTION : + cupsFilePrintf(out, "%dx%d%s", attr->values[i].resolution.xres, + attr->values[i].resolution.yres, + attr->values[i].resolution.units == IPP_RES_PER_INCH ? + "dpi" : "dpc"); + break; + + case IPP_TAG_URI : + case IPP_TAG_STRING : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + if (!strcasecmp(banner->filetype->type, "postscript")) + { + /* + * Need to quote strings for PS banners... + */ + + const char *p; + + for (p = attr->values[i].string.text; *p; p ++) + { + if (*p == '(' || *p == ')' || *p == '\\') + { + cupsFilePutChar(out, '\\'); + cupsFilePutChar(out, *p); + } + else if (*p < 32 || *p > 126) + cupsFilePrintf(out, "\\%03o", *p & 255); + else + cupsFilePutChar(out, *p); + } + } + else + cupsFilePuts(out, attr->values[i].string.text); + break; + + default : + break; /* anti-compiler-warning-code */ + } + } + } + else if (ch == '\\') /* Quoted char */ + { + ch = cupsFileGetChar(in); + + if (ch != '{') /* Only do special handling for \{ */ + cupsFilePutChar(out, '\\'); + + cupsFilePutChar(out, ch); + } + else + cupsFilePutChar(out, ch); + + cupsFileClose(in); + + kbytes = (cupsFileTell(out) + 1023) / 1024; + + if ((attr = ippFindAttribute(job->attrs, "job-k-octets", + IPP_TAG_INTEGER)) != NULL) + attr->values[0].integer += kbytes; + + cupsFileClose(out); + + return (kbytes); +} + + +/* + * 'copy_file()' - Copy a PPD file or interface script... + */ + +static int /* O - 0 = success, -1 = error */ +copy_file(const char *from, /* I - Source file */ + const char *to) /* I - Destination file */ +{ + cups_file_t *src, /* Source file */ + *dst; /* Destination file */ + int bytes; /* Bytes to read/write */ + char buffer[2048]; /* Copy buffer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "copy_file(\"%s\", \"%s\")", from, to); + + /* + * Open the source and destination file for a copy... + */ + + if ((src = cupsFileOpen(from, "rb")) == NULL) + return (-1); + + if ((dst = cupsFileOpen(to, "wb")) == NULL) + { + cupsFileClose(src); + return (-1); + } + + /* + * Copy the source file to the destination... + */ + + while ((bytes = cupsFileRead(src, buffer, sizeof(buffer))) > 0) + if (cupsFileWrite(dst, buffer, bytes) < bytes) + { + cupsFileClose(src); + cupsFileClose(dst); + return (-1); + } + + /* + * Close both files and return... + */ + + cupsFileClose(src); + + return (cupsFileClose(dst)); +} + + +/* + * 'copy_model()' - Copy a PPD model file, substituting default values + * as needed... + */ + +static int /* O - 0 = success, -1 = error */ +copy_model(cupsd_client_t *con, /* I - Client connection */ + const char *from, /* I - Source file */ + const char *to) /* I - Destination file */ +{ + fd_set *input; /* select() input set */ + struct timeval timeout; /* select() timeout */ + int maxfd; /* Maximum file descriptor for select() */ + char tempfile[1024]; /* Temporary PPD file */ + int tempfd; /* Temporary PPD file descriptor */ + int temppid; /* Process ID of cups-driverd */ + int temppipe[2]; /* Temporary pipes */ + char *argv[4], /* Command-line arguments */ + *envp[MAX_ENV]; /* Environment */ + cups_file_t *src, /* Source file */ + *dst; /* Destination file */ + ppd_file_t *ppd; /* PPD file */ + int bytes, /* Bytes from pipe */ + total; /* Total bytes from pipe */ + char buffer[2048]; /* Copy buffer */ + int i; /* Looping var */ + char option[PPD_MAX_NAME], /* Option name */ + choice[PPD_MAX_NAME]; /* Choice name */ + int num_defaults; /* Number of default options */ + cups_option_t *defaults; /* Default options */ + char cups_protocol[PPD_MAX_LINE]; + /* cupsProtocol attribute */ + int have_letter, /* Have Letter size */ + have_a4; /* Have A4 size */ +#ifdef HAVE_LIBPAPER + char *paper_result; /* Paper size name from libpaper */ + char system_paper[64]; /* Paper size name buffer */ +#endif /* HAVE_LIBPAPER */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "copy_model(con=%p, from=\"%s\", to=\"%s\")", + con, from, to); + + /* + * Run cups-driverd to get the PPD file... + */ + + argv[0] = "cups-driverd"; + argv[1] = "cat"; + argv[2] = (char *)from; + argv[3] = NULL; + + cupsdLoadEnv(envp, (int)(sizeof(envp) / sizeof(envp[0]))); + + snprintf(buffer, sizeof(buffer), "%s/daemon/cups-driverd", ServerBin); + snprintf(tempfile, sizeof(tempfile), "%s/%d.ppd", TempDir, con->http.fd); + tempfd = open(tempfile, O_WRONLY | O_CREAT | O_TRUNC, 0600); + if (tempfd < 0) + return (-1); + + cupsdOpenPipe(temppipe); + + if ((input = calloc(1, SetSize)) == NULL) + { + close(tempfd); + unlink(tempfile); + + cupsdLogMessage(CUPSD_LOG_ERROR, + "copy_model: Unable to allocate %d bytes for select()...", + SetSize); + return (-1); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "copy_model: Running \"cups-driverd cat %s\"...", from); + + if (!cupsdStartProcess(buffer, argv, envp, -1, temppipe[1], CGIPipes[1], + -1, 0, &temppid)) + { + free(input); + close(tempfd); + unlink(tempfile); + return (-1); + } + + close(temppipe[1]); + + /* + * Wait up to 30 seconds for the PPD file to be copied... + */ + + total = 0; + + if (temppipe[0] > CGIPipes[0]) + maxfd = temppipe[0] + 1; + else + maxfd = CGIPipes[0] + 1; + + for (;;) + { + /* + * See if we have data ready... + */ + + bytes = 0; + + FD_SET(temppipe[0], input); + FD_SET(CGIPipes[0], input); + + timeout.tv_sec = 30; + timeout.tv_usec = 0; + + if ((i = select(maxfd, input, NULL, NULL, &timeout)) < 0) + { + if (errno == EINTR) + continue; + else + break; + } + else if (i == 0) + { + /* + * We have timed out... + */ + + break; + } + + if (FD_ISSET(temppipe[0], input)) + { + /* + * Read the PPD file from the pipe, and write it to the PPD file. + */ + + if ((bytes = read(temppipe[0], buffer, sizeof(buffer))) > 0) + { + if (write(tempfd, buffer, bytes) < bytes) + break; + + total += bytes; + } + else + break; + } + + if (FD_ISSET(CGIPipes[0], input)) + cupsdUpdateCGI(); + } + + close(temppipe[0]); + close(tempfd); + + free(input); + + if (!total) + { + /* + * No data from cups-deviced... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, "copy_model: empty PPD file!"); + unlink(tempfile); + return (-1); + } + + /* + * Read the source file and see what page sizes are supported... + */ + + if ((ppd = ppdOpenFile(tempfile)) == NULL) + { + unlink(tempfile); + return (-1); + } + + have_letter = ppdPageSize(ppd, "Letter") != NULL; + have_a4 = ppdPageSize(ppd, "A4") != NULL; + + /* + * Open the destination (if possible) and set the default options... + */ + + num_defaults = 0; + defaults = NULL; + cups_protocol[0] = '\0'; + + if ((dst = cupsFileOpen(to, "rb")) != NULL) + { + /* + * Read all of the default lines from the old PPD... + */ + + while (cupsFileGets(dst, buffer, sizeof(buffer))) + if (!strncmp(buffer, "*Default", 8)) + { + /* + * Add the default option... + */ + + if (!ppd_parse_line(buffer, option, sizeof(option), + choice, sizeof(choice))) + { + ppd_option_t *ppdo; /* PPD option */ + + + /* + * Only add the default if the default hasn't already been + * set and the choice exists in the new PPD... + */ + + if (!cupsGetOption(option, num_defaults, defaults) && + (ppdo = ppdFindOption(ppd, option)) != NULL && + ppdFindChoice(ppdo, choice)) + num_defaults = cupsAddOption(option, choice, num_defaults, + &defaults); + } + } + else if (!strncmp(buffer, "*cupsProtocol:", 14)) + strlcpy(cups_protocol, buffer, sizeof(cups_protocol)); + + cupsFileClose(dst); + } +#ifdef HAVE_LIBPAPER + else if ((paper_result = systempapername()) != NULL) + { + /* + * Set the default media sizes from the systemwide default... + */ + + strlcpy(system_paper, paper_result, sizeof(system_paper)); + system_paper[0] = toupper(system_paper[0] & 255); + + if ((!strcmp(system_paper, "Letter") && have_letter) || + (!strcmp(system_paper, "A4") && have_a4)) + { + num_defaults = cupsAddOption("PageSize", system_paper, + num_defaults, &defaults); + num_defaults = cupsAddOption("PageRegion", system_paper, + num_defaults, &defaults); + num_defaults = cupsAddOption("PaperDimension", system_paper, + num_defaults, &defaults); + num_defaults = cupsAddOption("ImageableArea", system_paper, + num_defaults, &defaults); + } + } +#endif /* HAVE_LIBPAPER */ + else + { + /* + * Add the default media sizes... + * + * Note: These values are generally not valid for large-format devices + * like plotters, however it is probably safe to say that those + * users will configure the media size after initially adding + * the device anyways... + */ + + if (!DefaultLanguage || + !strcasecmp(DefaultLanguage, "C") || + !strcasecmp(DefaultLanguage, "POSIX") || + !strcasecmp(DefaultLanguage, "en") || + !strncasecmp(DefaultLanguage, "en.", 3) || + !strncasecmp(DefaultLanguage, "en_US", 5) || + !strncasecmp(DefaultLanguage, "en_CA", 5) || + !strncasecmp(DefaultLanguage, "fr_CA", 5)) + { + /* + * These are the only locales that will default to "letter" size... + */ + + if (have_letter) + { + num_defaults = cupsAddOption("PageSize", "Letter", num_defaults, + &defaults); + num_defaults = cupsAddOption("PageRegion", "Letter", num_defaults, + &defaults); + num_defaults = cupsAddOption("PaperDimension", "Letter", num_defaults, + &defaults); + num_defaults = cupsAddOption("ImageableArea", "Letter", num_defaults, + &defaults); + } + } + else if (have_a4) + { + /* + * The rest default to "a4" size... + */ + + num_defaults = cupsAddOption("PageSize", "A4", num_defaults, + &defaults); + num_defaults = cupsAddOption("PageRegion", "A4", num_defaults, + &defaults); + num_defaults = cupsAddOption("PaperDimension", "A4", num_defaults, + &defaults); + num_defaults = cupsAddOption("ImageableArea", "A4", num_defaults, + &defaults); + } + } + + ppdClose(ppd); + + /* + * Open the source file for a copy... + */ + + if ((src = cupsFileOpen(tempfile, "rb")) == NULL) + { + cupsFreeOptions(num_defaults, defaults); + unlink(tempfile); + return (-1); + } + + /* + * Open the destination file for a copy... + */ + + if ((dst = cupsFileOpen(to, "wb")) == NULL) + { + cupsFreeOptions(num_defaults, defaults); + cupsFileClose(src); + unlink(tempfile); + return (-1); + } + + /* + * Copy the source file to the destination... + */ + + while (cupsFileGets(src, buffer, sizeof(buffer))) + { + if (!strncmp(buffer, "*Default", 8)) + { + /* + * Check for an previous default option choice... + */ + + if (!ppd_parse_line(buffer, option, sizeof(option), + choice, sizeof(choice))) + { + const char *val; /* Default option value */ + + + if ((val = cupsGetOption(option, num_defaults, defaults)) != NULL) + { + /* + * Substitute the previous choice... + */ + + snprintf(buffer, sizeof(buffer), "*Default%s: %s", option, val); + } + } + } + + cupsFilePrintf(dst, "%s\n", buffer); + } + + if (cups_protocol[0]) + cupsFilePrintf(dst, "%s\n", cups_protocol); + + cupsFreeOptions(num_defaults, defaults); + + /* + * Close both files and return... + */ + + cupsFileClose(src); + + unlink(tempfile); + + return (cupsFileClose(dst)); +} + + +/* + * 'copy_job_attrs()' - Copy job attributes. + */ + +static void +copy_job_attrs(cupsd_client_t *con, /* I - Client connection */ + cupsd_job_t *job, /* I - Job */ + cups_array_t *ra) /* I - Requested attributes array */ +{ + char job_uri[HTTP_MAX_URI]; /* Job URI */ + + + /* + * Send the requested attributes for each job... + */ + + httpAssembleURIf(HTTP_URI_CODING_ALL, job_uri, sizeof(job_uri), "ipp", NULL, + con->servername, con->serverport, "/jobs/%d", + job->id); + + if (!ra || cupsArrayFind(ra, "job-more-info")) + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_URI, + "job-more-info", NULL, job_uri); + + if (job->state_value > IPP_JOB_PROCESSING && + (!ra || cupsArrayFind(ra, "job-preserved"))) + ippAddBoolean(con->response, IPP_TAG_JOB, "job-preserved", + job->num_files > 0); + + if (!ra || cupsArrayFind(ra, "job-printer-up-time")) + ippAddInteger(con->response, IPP_TAG_JOB, IPP_TAG_INTEGER, + "job-printer-up-time", time(NULL)); + + if (!ra || cupsArrayFind(ra, "job-state-reasons")) + add_job_state_reasons(con, job); + + if (!ra || cupsArrayFind(ra, "job-uri")) + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_URI, + "job-uri", NULL, job_uri); + + copy_attrs(con->response, job->attrs, ra, IPP_TAG_JOB, 0); +} + + +/* + * 'copy_printer_attrs()' - Copy printer attributes. + */ + +static void +copy_printer_attrs( + cupsd_client_t *con, /* I - Client connection */ + cupsd_printer_t *printer, /* I - Printer */ + cups_array_t *ra) /* I - Requested attributes array */ +{ + char printer_uri[HTTP_MAX_URI]; + /* Printer URI */ + time_t curtime; /* Current time */ + int i; /* Looping var */ + ipp_attribute_t *history; /* History collection */ + + + /* + * Copy the printer attributes to the response using requested-attributes + * and document-format attributes that may be provided by the client. + */ + + curtime = time(NULL); + +#ifdef __APPLE__ + if ((!ra || cupsArrayFind(ra, "com.apple.print.recoverable-message")) && + printer->recoverable) + ippAddString(con->response, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "com.apple.print.recoverable-message", NULL, + printer->recoverable); +#endif /* __APPLE__ */ + + if (!ra || cupsArrayFind(ra, "printer-current-time")) + ippAddDate(con->response, IPP_TAG_PRINTER, "printer-current-time", + ippTimeToDate(curtime)); + + if (!ra || cupsArrayFind(ra, "printer-error-policy")) + ippAddString(con->response, IPP_TAG_PRINTER, IPP_TAG_NAME, + "printer-error-policy", NULL, printer->error_policy); + + if (!ra || cupsArrayFind(ra, "printer-is-accepting-jobs")) + ippAddBoolean(con->response, IPP_TAG_PRINTER, "printer-is-accepting-jobs", + printer->accepting); + + if (!ra || cupsArrayFind(ra, "printer-is-shared")) + ippAddBoolean(con->response, IPP_TAG_PRINTER, "printer-is-shared", + printer->shared); + + if (!ra || cupsArrayFind(ra, "printer-op-policy")) + ippAddString(con->response, IPP_TAG_PRINTER, IPP_TAG_NAME, + "printer-op-policy", NULL, printer->op_policy); + + if (!ra || cupsArrayFind(ra, "printer-state")) + ippAddInteger(con->response, IPP_TAG_PRINTER, IPP_TAG_ENUM, "printer-state", + printer->state); + + if (!ra || cupsArrayFind(ra, "printer-state-change-time")) + ippAddInteger(con->response, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "printer-state-change-time", printer->state_time); + + if (MaxPrinterHistory > 0 && printer->num_history > 0 && + cupsArrayFind(ra, "printer-state-history")) + { + /* + * Printer history is only sent if specifically requested, so that + * older CUPS/IPP clients won't barf on the collection attributes. + */ + + history = ippAddCollections(con->response, IPP_TAG_PRINTER, + "printer-state-history", + printer->num_history, NULL); + + for (i = 0; i < printer->num_history; i ++) + copy_attrs(history->values[i].collection = ippNew(), printer->history[i], + NULL, IPP_TAG_ZERO, 0); + } + + if (!ra || cupsArrayFind(ra, "printer-state-message")) + ippAddString(con->response, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-state-message", NULL, printer->state_message); + + if (!ra || cupsArrayFind(ra, "printer-state-reasons")) + add_printer_state_reasons(con, printer); + + if (!ra || cupsArrayFind(ra, "printer-type")) + { + int type; /* printer-type value */ + + + /* + * Add the CUPS-specific printer-type attribute... + */ + + type = printer->type; + + if (printer == DefaultPrinter) + type |= CUPS_PRINTER_DEFAULT; + + if (!printer->accepting) + type |= CUPS_PRINTER_REJECTING; + + if (!printer->shared) + type |= CUPS_PRINTER_NOT_SHARED; + + ippAddInteger(con->response, IPP_TAG_PRINTER, IPP_TAG_ENUM, "printer-type", + type); + } + + if (!ra || cupsArrayFind(ra, "printer-up-time")) + ippAddInteger(con->response, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "printer-up-time", curtime); + + if ((!ra || cupsArrayFind(ra, "printer-uri-supported")) && + !ippFindAttribute(printer->attrs, "printer-uri-supported", + IPP_TAG_URI)) + { + httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), + "ipp", NULL, con->servername, con->serverport, + (printer->type & CUPS_PRINTER_CLASS) ? + "/classes/%s" : "/printers/%s", printer->name); + ippAddString(con->response, IPP_TAG_PRINTER, IPP_TAG_URI, + "printer-uri-supported", NULL, printer_uri); + cupsdLogMessage(CUPSD_LOG_DEBUG2, "printer-uri-supported=\"%s\"", + printer_uri); + } + + if (!ra || cupsArrayFind(ra, "queued-job-count")) + add_queued_job_count(con, printer); + + copy_attrs(con->response, printer->attrs, ra, IPP_TAG_ZERO, 0); + copy_attrs(con->response, CommonData, ra, IPP_TAG_ZERO, IPP_TAG_COPY); +} + + +/* + * 'copy_subscription_attrs()' - Copy subscription attributes. + */ + +static void +copy_subscription_attrs( + cupsd_client_t *con, /* I - Client connection */ + cupsd_subscription_t *sub, /* I - Subscription */ + cups_array_t *ra) /* I - Requested attributes array */ +{ + ipp_attribute_t *attr; /* Current attribute */ + char printer_uri[HTTP_MAX_URI]; + /* Printer URI */ + int count; /* Number of events */ + unsigned mask; /* Current event mask */ + const char *name; /* Current event name */ + + + /* + * Copy the subscription attributes to the response using the + * requested-attributes attribute that may be provided by the client. + */ + + if (!ra || cupsArrayFind(ra, "notify-events")) + { + if ((name = cupsdEventName((cupsd_eventmask_t)sub->mask)) != NULL) + { + /* + * Simple event list... + */ + + ippAddString(con->response, IPP_TAG_SUBSCRIPTION, + (ipp_tag_t)(IPP_TAG_KEYWORD | IPP_TAG_COPY), + "notify-events", NULL, name); + } + else + { + /* + * Complex event list... + */ + + for (mask = 1, count = 0; mask < CUPSD_EVENT_ALL; mask <<= 1) + if (sub->mask & mask) + count ++; + + attr = ippAddStrings(con->response, IPP_TAG_SUBSCRIPTION, + (ipp_tag_t)(IPP_TAG_KEYWORD | IPP_TAG_COPY), + "notify-events", count, NULL, NULL); + + for (mask = 1, count = 0; mask < CUPSD_EVENT_ALL; mask <<= 1) + if (sub->mask & mask) + { + attr->values[count].string.text = + (char *)cupsdEventName((cupsd_eventmask_t)mask); + + count ++; + } + } + } + + if (sub->job && (!ra || cupsArrayFind(ra, "notify-job-id"))) + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER, + "notify-job-id", sub->job->id); + + if (!sub->job && (!ra || cupsArrayFind(ra, "notify-lease-duration"))) + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER, + "notify-lease-duration", sub->lease); + + if (sub->dest && (!ra || cupsArrayFind(ra, "notify-printer-uri"))) + { + httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), + "ipp", NULL, con->servername, con->serverport, + "/printers/%s", sub->dest->name); + ippAddString(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_URI, + "notify-printer-uri", NULL, printer_uri); + } + + if (sub->recipient && (!ra || cupsArrayFind(ra, "notify-recipient-uri"))) + ippAddString(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_URI, + "notify-recipient-uri", NULL, sub->recipient); + else if (!ra || cupsArrayFind(ra, "notify-pull-method")) + ippAddString(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_KEYWORD, + "notify-pull-method", NULL, "ippget"); + + if (!ra || cupsArrayFind(ra, "notify-subscriber-user-name")) + ippAddString(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_NAME, + "notify-subscriber-user-name", NULL, sub->owner); + + if (!ra || cupsArrayFind(ra, "notify-subscription-id")) + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER, + "notify-subscription-id", sub->id); + + if (!ra || cupsArrayFind(ra, "notify-time-interval")) + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER, + "notify-time-interval", sub->interval); + + if (sub->user_data_len > 0 && (!ra || cupsArrayFind(ra, "notify-user-data"))) + ippAddOctetString(con->response, IPP_TAG_SUBSCRIPTION, "notify-user-data", + sub->user_data, sub->user_data_len); +} + + +/* + * 'create_job()' - Print a file to a printer or class. + */ + +static void +create_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + cupsd_job_t *job; /* New job */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "create_job(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Create the job object... + */ + + if ((job = add_job(con, uri, NULL, NULL)) == NULL) + return; + + /* + * Save and log the job... + */ + + cupsdSaveJob(job); + + cupsdLogMessage(CUPSD_LOG_INFO, "Job %d created on \"%s\" by \"%s\".", + job->id, job->dest, job->username); +} + + +/* + * 'create_requested_array()' - Create an array for the requested-attributes. + */ + +static cups_array_t * /* O - Array of attributes or NULL */ +create_requested_array(ipp_t *request) /* I - IPP request */ +{ + int i; /* Looping var */ + ipp_attribute_t *requested; /* requested-attributes attribute */ + cups_array_t *ra; /* Requested attributes array */ + char *value; /* Current value */ + + + /* + * Get the requested-attributes attribute, and return NULL if we don't + * have one... + */ + + if ((requested = ippFindAttribute(request, "requested-attributes", + IPP_TAG_KEYWORD)) == NULL) + return (NULL); + + /* + * If the attribute contains a single "all" keyword, return NULL... + */ + + if (requested->num_values == 1 && + !strcmp(requested->values[0].string.text, "all")) + return (NULL); + + /* + * Create an array using "strcmp" as the comparison function... + */ + + ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); + + for (i = 0; i < requested->num_values; i ++) + { + value = requested->values[i].string.text; + + if (!strcmp(value, "job-template")) + { + cupsArrayAdd(ra, "copies"); + cupsArrayAdd(ra, "copies-default"); + cupsArrayAdd(ra, "copies-supported"); + cupsArrayAdd(ra, "finishings"); + cupsArrayAdd(ra, "finishings-default"); + cupsArrayAdd(ra, "finishings-supported"); + cupsArrayAdd(ra, "job-hold-until"); + cupsArrayAdd(ra, "job-hold-until-default"); + cupsArrayAdd(ra, "job-hold-until-supported"); + cupsArrayAdd(ra, "job-priority"); + cupsArrayAdd(ra, "job-priority-default"); + cupsArrayAdd(ra, "job-priority-supported"); + cupsArrayAdd(ra, "job-sheets"); + cupsArrayAdd(ra, "job-sheets-default"); + cupsArrayAdd(ra, "job-sheets-supported"); + cupsArrayAdd(ra, "media"); + cupsArrayAdd(ra, "media-default"); + cupsArrayAdd(ra, "media-supported"); + cupsArrayAdd(ra, "multiple-document-handling"); + cupsArrayAdd(ra, "multiple-document-handling-default"); + cupsArrayAdd(ra, "multiple-document-handling-supported"); + cupsArrayAdd(ra, "number-up"); + cupsArrayAdd(ra, "number-up-default"); + cupsArrayAdd(ra, "number-up-supported"); + cupsArrayAdd(ra, "orientation-requested"); + cupsArrayAdd(ra, "orientation-requested-default"); + cupsArrayAdd(ra, "orientation-requested-supported"); + cupsArrayAdd(ra, "page-ranges"); + cupsArrayAdd(ra, "page-ranges-supported"); + cupsArrayAdd(ra, "printer-resolution"); + cupsArrayAdd(ra, "printer-resolution-default"); + cupsArrayAdd(ra, "printer-resolution-supported"); + cupsArrayAdd(ra, "print-quality"); + cupsArrayAdd(ra, "print-quality-default"); + cupsArrayAdd(ra, "print-quality-supported"); + cupsArrayAdd(ra, "sides"); + cupsArrayAdd(ra, "sides-default"); + cupsArrayAdd(ra, "sides-supported"); + } + else if (!strcmp(value, "job-description")) + { + cupsArrayAdd(ra, "date-time-at-completed"); + cupsArrayAdd(ra, "date-time-at-creation"); + cupsArrayAdd(ra, "date-time-at-processing"); + cupsArrayAdd(ra, "job-detailed-status-message"); + cupsArrayAdd(ra, "job-document-access-errors"); + cupsArrayAdd(ra, "job-id"); + cupsArrayAdd(ra, "job-impressions"); + cupsArrayAdd(ra, "job-impressions-completed"); + cupsArrayAdd(ra, "job-k-octets"); + cupsArrayAdd(ra, "job-k-octets-processed"); + cupsArrayAdd(ra, "job-media-sheets"); + cupsArrayAdd(ra, "job-media-sheets-completed"); + cupsArrayAdd(ra, "job-message-from-operator"); + cupsArrayAdd(ra, "job-more-info"); + cupsArrayAdd(ra, "job-name"); + cupsArrayAdd(ra, "job-originating-user-name"); + cupsArrayAdd(ra, "job-printer-up-time"); + cupsArrayAdd(ra, "job-printer-uri"); + cupsArrayAdd(ra, "job-state"); + cupsArrayAdd(ra, "job-state-message"); + cupsArrayAdd(ra, "job-state-reasons"); + cupsArrayAdd(ra, "job-uri"); + cupsArrayAdd(ra, "number-of-documents"); + cupsArrayAdd(ra, "number-of-intervening-jobs"); + cupsArrayAdd(ra, "output-device-assigned"); + cupsArrayAdd(ra, "time-at-completed"); + cupsArrayAdd(ra, "time-at-creation"); + cupsArrayAdd(ra, "time-at-processing"); + } + else if (!strcmp(value, "printer-description")) + { + cupsArrayAdd(ra, "charset-configured"); + cupsArrayAdd(ra, "charset-supported"); + cupsArrayAdd(ra, "color-supported"); + cupsArrayAdd(ra, "compression-supported"); + cupsArrayAdd(ra, "document-format-default"); + cupsArrayAdd(ra, "document-format-supported"); + cupsArrayAdd(ra, "generated-natural-language-supported"); + cupsArrayAdd(ra, "ipp-versions-supported"); + cupsArrayAdd(ra, "job-impressions-supported"); + cupsArrayAdd(ra, "job-k-octets-supported"); + cupsArrayAdd(ra, "job-media-sheets-supported"); + cupsArrayAdd(ra, "multiple-document-jobs-supported"); + cupsArrayAdd(ra, "multiple-operation-time-out"); + cupsArrayAdd(ra, "natural-language-configured"); + cupsArrayAdd(ra, "notify-attributes-supported"); + cupsArrayAdd(ra, "notify-lease-duration-default"); + cupsArrayAdd(ra, "notify-lease-duration-supported"); + cupsArrayAdd(ra, "notify-max-events-supported"); + cupsArrayAdd(ra, "notify-events-default"); + cupsArrayAdd(ra, "notify-events-supported"); + cupsArrayAdd(ra, "notify-pull-method-supported"); + cupsArrayAdd(ra, "notify-schemes-supported"); + cupsArrayAdd(ra, "operations-supported"); + cupsArrayAdd(ra, "pages-per-minute"); + cupsArrayAdd(ra, "pages-per-minute-color"); + cupsArrayAdd(ra, "pdl-override-supported"); + cupsArrayAdd(ra, "printer-current-time"); + cupsArrayAdd(ra, "printer-driver-installer"); + cupsArrayAdd(ra, "printer-info"); + cupsArrayAdd(ra, "printer-is-accepting-jobs"); + cupsArrayAdd(ra, "printer-location"); + cupsArrayAdd(ra, "printer-make-and-model"); + cupsArrayAdd(ra, "printer-message-from-operator"); + cupsArrayAdd(ra, "printer-more-info"); + cupsArrayAdd(ra, "printer-more-info-manufacturer"); + cupsArrayAdd(ra, "printer-name"); + cupsArrayAdd(ra, "printer-state"); + cupsArrayAdd(ra, "printer-state-message"); + cupsArrayAdd(ra, "printer-state-reasons"); + cupsArrayAdd(ra, "printer-up-time"); + cupsArrayAdd(ra, "printer-uri-supported"); + cupsArrayAdd(ra, "queued-job-count"); + cupsArrayAdd(ra, "reference-uri-schemes-supported"); + cupsArrayAdd(ra, "uri-authentication-supported"); + cupsArrayAdd(ra, "uri-security-supported"); + } + else if (!strcmp(value, "subscription-template")) + { + cupsArrayAdd(ra, "notify-attributes"); + cupsArrayAdd(ra, "notify-charset"); + cupsArrayAdd(ra, "notify-events"); + cupsArrayAdd(ra, "notify-lease-duration"); + cupsArrayAdd(ra, "notify-natural-language"); + cupsArrayAdd(ra, "notify-pull-method"); + cupsArrayAdd(ra, "notify-recipient-uri"); + cupsArrayAdd(ra, "notify-time-interval"); + cupsArrayAdd(ra, "notify-user-data"); + } + else + cupsArrayAdd(ra, value); + } + + return (ra); +} + + +/* + * 'create_subscription()' - Create a notification subscription. + */ + +static void +create_subscription( + cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + http_status_t status; /* Policy status */ + int i; /* Looping var */ + ipp_attribute_t *attr; /* Current attribute */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char scheme[HTTP_MAX_URI], + /* Scheme portion of URI */ + userpass[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_printer_t *printer; /* Printer/class */ + cupsd_job_t *job; /* Job */ + int jobid; /* Job ID */ + cupsd_subscription_t *sub; /* Subscription object */ + const char *username, /* requesting-user-name or authenticated username */ + *recipient, /* notify-recipient-uri */ + *pullmethod; /* notify-pull-method */ + ipp_attribute_t *user_data; /* notify-user-data */ + int interval, /* notify-time-interval */ + lease; /* notify-lease-duration */ + unsigned mask; /* notify-events */ + + +#ifdef DEBUG + for (attr = con->request->attrs; attr; attr = attr->next) + { + if (attr->group_tag != IPP_TAG_ZERO) + cupsdLogMessage(CUPSD_LOG_DEBUG, "g%04x v%04x %s", attr->group_tag, + attr->value_tag, attr->name); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "----SEP----"); + } +#endif /* DEBUG */ + + /* + * Is the destination valid? + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdCreateSubscription(con=%p(%d), uri=\"%s\")", + con, con->http.fd, uri->values[0].string.text); + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, scheme, + sizeof(scheme), userpass, sizeof(userpass), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!strcmp(resource, "/")) + { + dtype = (cups_ptype_t)0; + printer = NULL; + } + else if (!strncmp(resource, "/printers", 9) && strlen(resource) <= 10) + { + dtype = (cups_ptype_t)0; + printer = NULL; + } + else if (!strncmp(resource, "/classes", 8) && strlen(resource) <= 9) + { + dtype = CUPS_PRINTER_CLASS; + printer = NULL; + } + else if (!cupsdValidateDest(host, resource, &dtype, &printer)) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if (printer) + { + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + } + else if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Get the user that is requesting the subscription... + */ + + username = get_username(con); + + /* + * Find the first subscription group attribute; return if we have + * none... + */ + + for (attr = con->request->attrs; attr; attr = attr->next) + if (attr->group_tag == IPP_TAG_SUBSCRIPTION) + break; + + if (!attr) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("No subscription attributes in request!")); + return; + } + + /* + * Process the subscription attributes in the request... + */ + + con->response->request.status.status_code = IPP_BAD_REQUEST; + + while (attr) + { + recipient = NULL; + pullmethod = NULL; + user_data = NULL; + interval = 0; + lease = DefaultLeaseDuration; + jobid = 0; + mask = CUPSD_EVENT_NONE; + + while (attr && attr->group_tag != IPP_TAG_ZERO) + { + if (!strcmp(attr->name, "notify-recipient") && + attr->value_tag == IPP_TAG_URI) + { + /* + * Validate the recipient scheme against the ServerBin/notifier + * directory... + */ + + char notifier[1024]; /* Notifier filename */ + + + recipient = attr->values[0].string.text; + + if (httpSeparateURI(HTTP_URI_CODING_ALL, recipient, + scheme, sizeof(scheme), userpass, sizeof(userpass), + host, sizeof(host), &port, + resource, sizeof(resource)) < HTTP_URI_OK) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Bad notify-recipient URI \"%s\"!"), recipient); + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_ENUM, + "notify-status-code", IPP_URI_SCHEME); + return; + } + + snprintf(notifier, sizeof(notifier), "%s/notifier/%s", ServerBin, + scheme); + if (access(notifier, X_OK)) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("notify-recipient URI \"%s\" uses unknown scheme!"), + recipient); + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_ENUM, + "notify-status-code", IPP_URI_SCHEME); + return; + } + } + else if (!strcmp(attr->name, "notify-pull-method") && + attr->value_tag == IPP_TAG_KEYWORD) + { + pullmethod = attr->values[0].string.text; + + if (strcmp(pullmethod, "ippget")) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Bad notify-pull-method \"%s\"!"), pullmethod); + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_ENUM, + "notify-status-code", IPP_ATTRIBUTES); + return; + } + } + else if (!strcmp(attr->name, "notify-charset") && + attr->value_tag == IPP_TAG_CHARSET && + strcmp(attr->values[0].string.text, "us-ascii") && + strcmp(attr->values[0].string.text, "utf-8")) + { + send_ipp_status(con, IPP_CHARSET, + _("Character set \"%s\" not supported!"), + attr->values[0].string.text); + return; + } + else if (!strcmp(attr->name, "notify-natural-language") && + (attr->value_tag != IPP_TAG_LANGUAGE || + strcmp(attr->values[0].string.text, DefaultLanguage))) + { + send_ipp_status(con, IPP_CHARSET, + _("Language \"%s\" not supported!"), + attr->values[0].string.text); + return; + } + else if (!strcmp(attr->name, "notify-user-data") && + attr->value_tag == IPP_TAG_STRING) + { + if (attr->num_values > 1 || attr->values[0].unknown.length > 63) + { + send_ipp_status(con, IPP_REQUEST_VALUE, + _("The notify-user-data value is too large " + "(%d > 63 octets)!"), + attr->values[0].unknown.length); + return; + } + + user_data = attr; + } + else if (!strcmp(attr->name, "notify-events") && + attr->value_tag == IPP_TAG_KEYWORD) + { + for (i = 0; i < attr->num_values; i ++) + mask |= cupsdEventValue(attr->values[i].string.text); + } + else if (!strcmp(attr->name, "notify-lease-duration") && + attr->value_tag == IPP_TAG_INTEGER) + lease = attr->values[0].integer; + else if (!strcmp(attr->name, "notify-time-interval") && + attr->value_tag == IPP_TAG_INTEGER) + interval = attr->values[0].integer; + else if (!strcmp(attr->name, "notify-job-id") && + attr->value_tag == IPP_TAG_INTEGER) + jobid = attr->values[0].integer; + + attr = attr->next; + } + + if (recipient) + cupsdLogMessage(CUPSD_LOG_DEBUG, "recipient=\"%s\"", recipient); + if (pullmethod) + cupsdLogMessage(CUPSD_LOG_DEBUG, "pullmethod=\"%s\"", pullmethod); + cupsdLogMessage(CUPSD_LOG_DEBUG, "notify-lease-duration=%d", lease); + cupsdLogMessage(CUPSD_LOG_DEBUG, "notify-time-interval=%d", interval); + + if (!recipient && !pullmethod) + break; + + if (mask == CUPSD_EVENT_NONE) + { + if (jobid) + mask = CUPSD_EVENT_JOB_COMPLETED; + else if (printer) + mask = CUPSD_EVENT_PRINTER_STATE_CHANGED; + else + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("notify-events not specified!")); + return; + } + } + + if (MaxLeaseDuration && (lease == 0 || lease > MaxLeaseDuration)) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "create_subscription: Limiting notify-lease-duration to " + "%d seconds.", + MaxLeaseDuration); + lease = MaxLeaseDuration; + } + + if (jobid) + { + if ((job = cupsdFindJob(jobid)) == NULL) + { + send_ipp_status(con, IPP_NOT_FOUND, _("Job %d not found!"), jobid); + return; + } + } + else + job = NULL; + + sub = cupsdAddSubscription(mask, printer, job, recipient, 0); + + if (job) + cupsdLogMessage(CUPSD_LOG_DEBUG, "Added subscription %d for job %d", + sub->id, job->id); + else if (printer) + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Added subscription %d for printer \"%s\"", + sub->id, printer->name); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "Added subscription %d for server", + sub->id); + + sub->interval = interval; + sub->lease = lease; + sub->expire = lease ? time(NULL) + lease : 0; + + cupsdSetString(&sub->owner, username); + + if (user_data) + { + sub->user_data_len = user_data->values[0].unknown.length; + memcpy(sub->user_data, user_data->values[0].unknown.data, + sub->user_data_len); + } + + ippAddSeparator(con->response); + ippAddInteger(con->response, IPP_TAG_SUBSCRIPTION, IPP_TAG_INTEGER, + "notify-subscription-id", sub->id); + + con->response->request.status.status_code = IPP_OK; + + if (attr) + attr = attr->next; + } + + cupsdSaveAllSubscriptions(); + +} + + +/* + * 'delete_printer()' - Remove a printer or class from the system. + */ + +static void +delete_printer(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - URI of printer or class */ +{ + http_status_t status; /* Policy status */ + const char *dest; /* Destination */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_printer_t *printer; /* Printer/class */ + char filename[1024]; /* Script/PPD filename */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "delete_printer(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Do we have a valid URI? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((dest = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Remove old jobs... + */ + + cupsdCancelJobs(dest, NULL, 1); + + /* + * Remove old subscriptions and send a "deleted printer" event... + */ + + cupsdAddEvent(CUPSD_EVENT_PRINTER_DELETED, printer, NULL, + "%s \"%s\" deleted by \"%s\".", + (dtype & CUPS_PRINTER_CLASS) ? "Class" : "Printer", + dest, get_username(con)); + + cupsdExpireSubscriptions(printer, NULL); + + /* + * Remove any old PPD or script files... + */ + + snprintf(filename, sizeof(filename), "%s/interfaces/%s", ServerRoot, dest); + unlink(filename); + + snprintf(filename, sizeof(filename), "%s/ppd/%s.ppd", ServerRoot, dest); + unlink(filename); + + if (dtype & CUPS_PRINTER_CLASS) + { + cupsdLogMessage(CUPSD_LOG_INFO, "Class \"%s\" deleted by \"%s\".", dest, + get_username(con)); + + cupsdDeletePrinter(printer, 0); + cupsdSaveAllClasses(); + } + else + { + cupsdLogMessage(CUPSD_LOG_INFO, "Printer \"%s\" deleted by \"%s\".", dest, + get_username(con)); + + cupsdDeletePrinter(printer, 0); + cupsdSaveAllPrinters(); + } + + cupsdWritePrintcap(); + + /* + * Return with no errors... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'get_default()' - Get the default destination. + */ + +static void +get_default(cupsd_client_t *con) /* I - Client connection */ +{ + http_status_t status; /* Policy status */ + cups_array_t *ra; /* Requested attributes array */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_default(%p[%d])", con, con->http.fd); + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + if (DefaultPrinter) + { + ra = create_requested_array(con->request); + + copy_printer_attrs(con, DefaultPrinter, ra); + + cupsArrayDelete(ra); + + con->response->request.status.status_code = IPP_OK; + } + else + send_ipp_status(con, IPP_NOT_FOUND, _("No default printer")); +} + + +/* + * 'get_devices()' - Get the list of available devices on the local system. + */ + +static void +get_devices(cupsd_client_t *con) /* I - Client connection */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *limit, /* Limit attribute */ + *requested; /* requested-attributes attribute */ + char command[1024], /* cups-deviced command */ + options[1024], /* Options to pass to command */ + requested_str[256]; + /* String for requested attributes */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_devices(%p[%d])", con, con->http.fd); + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Run cups-deviced command with the given options... + */ + + limit = ippFindAttribute(con->request, "limit", IPP_TAG_INTEGER); + requested = ippFindAttribute(con->request, "requested-attributes", + IPP_TAG_KEYWORD); + + if (requested) + url_encode_attr(requested, requested_str, sizeof(requested_str)); + else + strlcpy(requested_str, "requested-attributes=all", sizeof(requested_str)); + + snprintf(command, sizeof(command), "%s/daemon/cups-deviced", ServerBin); + snprintf(options, sizeof(options), + "%d+%d+%d+%s", + con->request->request.op.request_id, + limit ? limit->values[0].integer : 0, (int)User, + requested_str); + + if (cupsdSendCommand(con, command, options, 1)) + { + /* + * Command started successfully, don't send an IPP response here... + */ + + ippDelete(con->response); + con->response = NULL; + } + else + { + /* + * Command failed, return "internal error" so the user knows something + * went wrong... + */ + + send_ipp_status(con, IPP_INTERNAL_ERROR, + _("cups-deviced failed to execute.")); + } +} + + +/* + * 'get_job_attrs()' - Get job attributes. + */ + +static void +get_job_attrs(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job URI */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *attr; /* Current attribute */ + int jobid; /* Job ID */ + cupsd_job_t *job; /* Current job */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cups_array_t *ra; /* Requested attributes array */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_job_attrs(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + jobid = attr->values[0].integer; + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), jobid); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Copy attributes... + */ + + cupsdLoadJob(job); + + ra = create_requested_array(con->request); + copy_job_attrs(con, job, ra); + cupsArrayDelete(ra); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'get_jobs()' - Get a list of jobs for the specified printer. + */ + +static void +get_jobs(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *attr; /* Current attribute */ + const char *dest; /* Destination */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + cups_ptype_t dmask; /* Destination type mask */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + int completed; /* Completed jobs? */ + int first_job_id; /* First job ID */ + int limit; /* Maximum number of jobs to return */ + int count; /* Number of jobs that match */ + cupsd_job_t *job; /* Current job pointer */ + cupsd_printer_t *printer; /* Printer */ + cups_array_t *list; /* Which job list... */ + cups_array_t *ra; /* Requested attributes array */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_jobs(%p[%d], %s)", con, con->http.fd, + uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!strcmp(resource, "/") || + (!strncmp(resource, "/jobs", 5) && strlen(resource) <= 6)) + { + dest = NULL; + dtype = (cups_ptype_t)0; + dmask = (cups_ptype_t)0; + printer = NULL; + } + else if (!strncmp(resource, "/printers", 9) && strlen(resource) <= 10) + { + dest = NULL; + dtype = (cups_ptype_t)0; + dmask = CUPS_PRINTER_CLASS; + printer = NULL; + } + else if (!strncmp(resource, "/classes", 8) && strlen(resource) <= 9) + { + dest = NULL; + dtype = CUPS_PRINTER_CLASS; + dmask = CUPS_PRINTER_CLASS; + printer = NULL; + } + else if ((dest = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + else + { + dtype &= CUPS_PRINTER_CLASS; + dmask = CUPS_PRINTER_CLASS; + } + + /* + * Check policy... + */ + + if (printer) + { + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + } + else if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * See if the "which-jobs" attribute have been specified... + */ + + if ((attr = ippFindAttribute(con->request, "which-jobs", + IPP_TAG_KEYWORD)) != NULL && + !strcmp(attr->values[0].string.text, "completed")) + { + completed = 1; + list = Jobs; + } + else if (attr && !strcmp(attr->values[0].string.text, "all")) + { + completed = 0; + list = Jobs; + } + else + { + completed = 0; + list = ActiveJobs; + } + + /* + * See if they want to limit the number of jobs reported... + */ + + if ((attr = ippFindAttribute(con->request, "limit", + IPP_TAG_INTEGER)) != NULL) + limit = attr->values[0].integer; + else + limit = 1000000; + + if ((attr = ippFindAttribute(con->request, "first-job-id", + IPP_TAG_INTEGER)) != NULL) + first_job_id = attr->values[0].integer; + else + first_job_id = 1; + + /* + * See if we only want to see jobs for a specific user... + */ + + if ((attr = ippFindAttribute(con->request, "my-jobs", + IPP_TAG_BOOLEAN)) != NULL && + attr->values[0].boolean) + strlcpy(username, get_username(con), sizeof(username)); + else + username[0] = '\0'; + + ra = create_requested_array(con->request); + + /* + * OK, build a list of jobs for this printer... + */ + + for (count = 0, job = (cupsd_job_t *)cupsArrayFirst(list); + count < limit && job; + job = (cupsd_job_t *)cupsArrayNext(list)) + { + /* + * Filter out jobs that don't match... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_jobs: job->id = %d", job->id); + + if ((dest && strcmp(job->dest, dest)) && + (!job->printer || !dest || strcmp(job->printer->name, dest))) + continue; + if ((job->dtype & dmask) != dtype && + (!job->printer || (job->printer->type & dmask) != dtype)) + continue; + if (completed && job->state_value <= IPP_JOB_STOPPED) + continue; + + if (job->id < first_job_id) + continue; + + cupsdLoadJob(job); + + if (!job->attrs) + continue; + + if (username[0] && strcasecmp(username, job->username)) + continue; + + if (count > 0) + ippAddSeparator(con->response); + + count ++; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_jobs: count = %d", count); + + copy_job_attrs(con, job, ra); + } + + cupsArrayDelete(ra); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'get_notifications()' - Get events for a subscription. + */ + +static void +get_notifications(cupsd_client_t *con) /* I - Client connection */ +{ + int i, j; /* Looping vars */ + http_status_t status; /* Policy status */ + cupsd_subscription_t *sub; /* Subscription */ + ipp_attribute_t *ids, /* notify-subscription-ids */ + *sequences; /* notify-sequence-numbers */ + int min_seq; /* Minimum sequence number */ + int interval; /* Poll interval */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_subscription_attrs(con=%p[%d])", + con, con->http.fd); + + /* + * Get subscription attributes... + */ + + ids = ippFindAttribute(con->request, "notify-subscription-ids", + IPP_TAG_INTEGER); + sequences = ippFindAttribute(con->request, "notify-sequence-numbers", + IPP_TAG_INTEGER); + + if (!ids) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Missing notify-subscription-ids attribute!")); + return; + } + + /* + * Are the subscription IDs valid? + */ + + for (i = 0, interval = 60; i < ids->num_values; i ++) + { + if ((sub = cupsdFindSubscription(ids->values[i].integer)) == NULL) + { + /* + * Bad subscription ID... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("notify-subscription-id %d no good!"), + ids->values[i].integer); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(sub->dest ? sub->dest->op_policy_ptr : + DefaultPolicyPtr, + con, sub->owner)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Check the subscription type and update the interval accordingly. + */ + + if (sub->job && sub->job->state_value == IPP_JOB_PROCESSING && + interval > 10) + interval = 10; + else if (sub->job && sub->job->state_value >= IPP_JOB_STOPPED) + interval = 0; + else if (sub->dest && sub->dest->state == IPP_PRINTER_PROCESSING && + interval > 30) + interval = 30; + } + + /* + * Tell the client to poll again in N seconds... + */ + + if (interval > 0) + ippAddInteger(con->response, IPP_TAG_OPERATION, IPP_TAG_INTEGER, + "notify-get-interval", interval); + + ippAddInteger(con->response, IPP_TAG_OPERATION, IPP_TAG_INTEGER, + "printer-up-time", time(NULL)); + + /* + * Copy the subscription event attributes to the response. + */ + + con->response->request.status.status_code = + interval ? IPP_OK : IPP_OK_EVENTS_COMPLETE; + + for (i = 0; i < ids->num_values; i ++) + { + /* + * Get the subscription and sequence number... + */ + + sub = cupsdFindSubscription(ids->values[i].integer); + + if (sequences && i < sequences->num_values) + min_seq = sequences->values[i].integer; + else + min_seq = 1; + + /* + * If we don't have any new events, nothing to do here... + */ + + if (min_seq > (sub->first_event_id + sub->num_events)) + continue; + + /* + * Otherwise copy all of the new events... + */ + + if (sub->first_event_id > min_seq) + j = 0; + else + j = min_seq - sub->first_event_id; + + for (; j < sub->num_events; j ++) + { + ippAddSeparator(con->response); + + copy_attrs(con->response, sub->events[j]->attrs, NULL, + IPP_TAG_EVENT_NOTIFICATION, 0); + } + } +} + + +/* + * 'get_ppds()' - Get the list of PPD files on the local system. + */ + +static void +get_ppds(cupsd_client_t *con) /* I - Client connection */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *limit, /* Limit attribute */ + *make, /* ppd-make attribute */ + *requested; /* requested-attributes attribute */ + char command[1024], /* cups-deviced command */ + options[1024], /* Options to pass to command */ + requested_str[256], + /* String for requested attributes */ + make_str[256]; /* Escaped ppd-make string */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_ppds(%p[%d])", con, con->http.fd); + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Run cups-driverd command with the given options... + */ + + limit = ippFindAttribute(con->request, "limit", IPP_TAG_INTEGER); + make = ippFindAttribute(con->request, "ppd-make", IPP_TAG_TEXT); + requested = ippFindAttribute(con->request, "requested-attributes", + IPP_TAG_KEYWORD); + + if (requested) + url_encode_attr(requested, requested_str, sizeof(requested_str)); + else + strlcpy(requested_str, "requested-attributes=all", sizeof(requested_str)); + + if (make) + url_encode_attr(make, make_str, sizeof(make_str)); + else + make_str[0] = '\0'; + + snprintf(command, sizeof(command), "%s/daemon/cups-driverd", ServerBin); + snprintf(options, sizeof(options), "list+%d+%d+%s%s%s", + con->request->request.op.request_id, + limit ? limit->values[0].integer : 0, + requested_str, make ? "%20" : "", make_str); + + if (cupsdSendCommand(con, command, options, 0)) + { + /* + * Command started successfully, don't send an IPP response here... + */ + + ippDelete(con->response); + con->response = NULL; + } + else + { + /* + * Command failed, return "internal error" so the user knows something + * went wrong... + */ + + send_ipp_status(con, IPP_INTERNAL_ERROR, + _("cups-driverd failed to execute.")); + } +} + + +/* + * 'get_printer_attrs()' - Get printer attributes. + */ + +static void +get_printer_attrs(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + http_status_t status; /* Policy status */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_printer_t *printer; /* Printer/class */ + cups_array_t *ra; /* Requested attributes array */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_printer_attrs(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!cupsdValidateDest(host, resource, &dtype, &printer)) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Send the attributes... + */ + + ra = create_requested_array(con->request); + + copy_printer_attrs(con, printer, ra); + + cupsArrayDelete(ra); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'get_printers()' - Get a list of printers or classes. + */ + +static void +get_printers(cupsd_client_t *con, /* I - Client connection */ + int type) /* I - 0 or CUPS_PRINTER_CLASS */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *attr; /* Current attribute */ + int limit; /* Maximum number of printers to return */ + int count; /* Number of printers that match */ + cupsd_printer_t *printer; /* Current printer pointer */ + int printer_type, /* printer-type attribute */ + printer_mask; /* printer-type-mask attribute */ + char *location; /* Location string */ + const char *username; /* Current user */ + char *first_printer_name; /* first-printer-name attribute */ + cups_array_t *ra; /* Requested attributes array */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_printers(%p[%d], %x)", con, + con->http.fd, type); + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Check for printers... + */ + + if (!Printers || !cupsArrayCount(Printers)) + { + send_ipp_status(con, IPP_NOT_FOUND, _("No destinations added.")); + return; + } + + /* + * See if they want to limit the number of printers reported... + */ + + if ((attr = ippFindAttribute(con->request, "limit", + IPP_TAG_INTEGER)) != NULL) + limit = attr->values[0].integer; + else + limit = 10000000; + + if ((attr = ippFindAttribute(con->request, "first-printer-name", + IPP_TAG_NAME)) != NULL) + first_printer_name = attr->values[0].string.text; + else + first_printer_name = NULL; + + /* + * Support filtering... + */ + + if ((attr = ippFindAttribute(con->request, "printer-type", + IPP_TAG_ENUM)) != NULL) + printer_type = attr->values[0].integer; + else + printer_type = 0; + + if ((attr = ippFindAttribute(con->request, "printer-type-mask", + IPP_TAG_ENUM)) != NULL) + printer_mask = attr->values[0].integer; + else + printer_mask = 0; + + if ((attr = ippFindAttribute(con->request, "printer-location", + IPP_TAG_TEXT)) != NULL) + location = attr->values[0].string.text; + else + location = NULL; + + if (con->username[0]) + username = con->username; + else if ((attr = ippFindAttribute(con->request, "requesting-user-name", + IPP_TAG_NAME)) != NULL) + username = attr->values[0].string.text; + else + username = NULL; + + ra = create_requested_array(con->request); + + /* + * OK, build a list of printers for this printer... + */ + + if (first_printer_name) + { + if ((printer = cupsdFindDest(first_printer_name)) == NULL) + printer = (cupsd_printer_t *)cupsArrayFirst(Printers); + } + else + printer = (cupsd_printer_t *)cupsArrayFirst(Printers); + + for (count = 0; + count < limit && printer; + printer = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + if ((!type || (printer->type & CUPS_PRINTER_CLASS) == type) && + (printer->type & printer_mask) == printer_type && + (!location || !printer->location || + !strcasecmp(printer->location, location))) + { + /* + * If HideImplicitMembers is enabled, see if this printer or class + * is a member of an implicit class... + */ + + if (ImplicitClasses && HideImplicitMembers && + printer->in_implicit_class) + continue; + + /* + * If a username is specified, see if it is allowed or denied + * access... + */ + + if (printer->num_users && username && !user_allowed(printer, username)) + continue; + + /* + * Add the group separator as needed... + */ + + if (count > 0) + ippAddSeparator(con->response); + + count ++; + + /* + * Send the attributes... + */ + + copy_printer_attrs(con, printer, ra); + } + } + + cupsArrayDelete(ra); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'get_subscription_attrs()' - Get subscription attributes. + */ + +static void +get_subscription_attrs( + cupsd_client_t *con, /* I - Client connection */ + int sub_id) /* I - Subscription ID */ +{ + http_status_t status; /* Policy status */ + cupsd_subscription_t *sub; /* Subscription */ + cups_array_t *ra; /* Requested attributes array */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "get_subscription_attrs(con=%p[%d], sub_id=%d)", + con, con->http.fd, sub_id); + + /* + * Is the subscription ID valid? + */ + + if ((sub = cupsdFindSubscription(sub_id)) == NULL) + { + /* + * Bad subscription ID... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("notify-subscription-id %d no good!"), sub_id); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(sub->dest ? sub->dest->op_policy_ptr : + DefaultPolicyPtr, + con, sub->owner)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Copy the subscription attributes to the response using the + * requested-attributes attribute that may be provided by the client. + */ + + ra = create_requested_array(con->request); + + copy_subscription_attrs(con, sub, ra); + + cupsArrayDelete(ra); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'get_subscriptions()' - Get subscriptions. + */ + +static void +get_subscriptions(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer/job URI */ +{ + http_status_t status; /* Policy status */ + int count; /* Number of subscriptions */ + int limit; /* Limit */ + cupsd_subscription_t *sub; /* Subscription */ + cups_array_t *ra; /* Requested attributes array */ + ipp_attribute_t *attr; /* Attribute */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_job_t *job; /* Job pointer */ + cupsd_printer_t *printer; /* Printer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "get_subscriptions(con=%p[%d], uri=%s)", + con, con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!strcmp(resource, "/") || + (!strncmp(resource, "/jobs", 5) && strlen(resource) <= 6) || + (!strncmp(resource, "/printers", 9) && strlen(resource) <= 10) || + (!strncmp(resource, "/classes", 8) && strlen(resource) <= 9)) + { + printer = NULL; + job = NULL; + } + else if (!strncmp(resource, "/jobs/", 6) && resource[6]) + { + printer = NULL; + job = cupsdFindJob(atoi(resource + 6)); + + if (!job) + { + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%s does not exist!"), + resource + 6); + return; + } + } + else if (!cupsdValidateDest(host, resource, &dtype, &printer)) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + else if ((attr = ippFindAttribute(con->request, "notify-job-id", + IPP_TAG_INTEGER)) != NULL) + { + job = cupsdFindJob(attr->values[0].integer); + + if (!job) + { + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), + attr->values[0].integer); + return; + } + } + else + job = NULL; + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer ? printer->op_policy_ptr : + DefaultPolicyPtr, + con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Copy the subscription attributes to the response using the + * requested-attributes attribute that may be provided by the client. + */ + + ra = create_requested_array(con->request); + + if ((attr = ippFindAttribute(con->request, "limit", + IPP_TAG_INTEGER)) != NULL) + limit = attr->values[0].integer; + else + limit = 0; + + /* + * See if we only want to see subscriptions for a specific user... + */ + + if ((attr = ippFindAttribute(con->request, "my-subscriptions", + IPP_TAG_BOOLEAN)) != NULL && + attr->values[0].boolean) + strlcpy(username, get_username(con), sizeof(username)); + else + username[0] = '\0'; + + for (sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions), count = 0; + sub; + sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions)) + if ((!printer || sub->dest == printer) && (!job || sub->job == job) && + (!username[0] || !strcasecmp(username, sub->owner))) + { + ippAddSeparator(con->response); + copy_subscription_attrs(con, sub, ra); + + count ++; + if (limit && count >= limit) + break; + } + + cupsArrayDelete(ra); + + if (count) + con->response->request.status.status_code = IPP_OK; + else + send_ipp_status(con, IPP_NOT_FOUND, _("No subscriptions found.")); +} + + +/* + * 'get_username()' - Get the username associated with a request. + */ + +static const char * /* O - Username */ +get_username(cupsd_client_t *con) /* I - Connection */ +{ + ipp_attribute_t *attr; /* Attribute */ + + + if (con->username[0]) + return (con->username); + else if ((attr = ippFindAttribute(con->request, "requesting-user-name", + IPP_TAG_NAME)) != NULL) + return (attr->values[0].string.text); + else + return ("anonymous"); +} + + +/* + * 'hold_job()' - Hold a print job. + */ + +static void +hold_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job or Printer URI */ +{ + ipp_attribute_t *attr, /* Current job-hold-until */ + *newattr; /* New job-hold-until */ + int jobid; /* Job ID */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_job_t *job; /* Job information */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "hold_job(%p[%d], %s)", con, con->http.fd, + uri->values[0].string.text); + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + jobid = attr->values[0].integer; + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), jobid); + return; + } + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * Hold the job and return... + */ + + cupsdHoldJob(job); + + cupsdAddEvent(CUPSD_EVENT_JOB_STATE, job->printer, job, + "Job held by user."); + + if ((newattr = ippFindAttribute(con->request, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + newattr = ippFindAttribute(con->request, "job-hold-until", IPP_TAG_NAME); + + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + + if (attr) + { + /* + * Free the old hold value and copy the new one over... + */ + + _cupsStrFree(attr->values[0].string.text); + + if (newattr) + { + attr->value_tag = newattr->value_tag; + attr->values[0].string.text = + _cupsStrAlloc(newattr->values[0].string.text); + } + else + { + attr->value_tag = IPP_TAG_KEYWORD; + attr->values[0].string.text = _cupsStrAlloc("indefinite"); + } + + /* + * Hold job until specified time... + */ + + cupsdSetJobHoldUntil(job, attr->values[0].string.text); + + cupsdAddEvent(CUPSD_EVENT_JOB_CONFIG_CHANGED, job->printer, job, + "Job job-hold-until value changed by user."); + } + + cupsdLogMessage(CUPSD_LOG_INFO, "Job %d was held by \"%s\".", jobid, + username); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'move_job()' - Move a job to a new destination. + */ + +static void +move_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job URI */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *attr; /* Current attribute */ + int jobid; /* Job ID */ + cupsd_job_t *job; /* Current job */ + const char *src; /* Source printer/class */ + cups_ptype_t stype, /* Source type (printer or class) */ + dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_printer_t *sprinter, /* Source printer */ + *dprinter; /* Destination printer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "move_job(%p[%d], %s)", con, con->http.fd, + uri->values[0].string.text); + + /* + * Get the new printer or class... + */ + + if ((attr = ippFindAttribute(con->request, "job-printer-uri", + IPP_TAG_URI)) == NULL) + { + /* + * Need job-printer-uri... + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("job-printer-uri attribute missing!")); + return; + } + + httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!cupsdValidateDest(host, resource, &dtype, &dprinter)) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(dprinter->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * See if we have a job URI or a printer URI... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + /* + * Move all jobs... + */ + + if ((src = cupsdValidateDest(host, resource, &stype, &sprinter)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + job = NULL; + } + else + { + /* + * Otherwise, just move a single job... + */ + + if ((job = cupsdFindJob(attr->values[0].integer)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("Job #%d does not exist!"), attr->values[0].integer); + return; + } + else + { + /* + * Job found, initialize source pointers... + */ + + src = NULL; + sprinter = NULL; + } + } + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + /* + * See if the job exists... + */ + + jobid = atoi(resource + 6); + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("Job #%d does not exist!"), jobid); + return; + } + else + { + /* + * Job found, initialize source pointers... + */ + + src = NULL; + sprinter = NULL; + } + } + + /* + * Now move the job or jobs... + */ + + if (job) + { + /* + * See if the job has been completed... + */ + + if (job->state_value > IPP_JOB_STOPPED) + { + /* + * Return a "not-possible" error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job #%d is finished and cannot be altered!"), + job->id); + return; + } + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * Move the job to a different printer or class... + */ + + cupsdMoveJob(job, dprinter); + } + else + { + /* + * Got the source printer, now look through the jobs... + */ + + for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); + job; + job = (cupsd_job_t *)cupsArrayNext(Jobs)) + { + /* + * See if the job is pointing at the source printer or has not been + * completed... + */ + + if (strcasecmp(job->dest, src) || + job->state_value > IPP_JOB_STOPPED) + continue; + + /* + * See if the job can be moved by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + continue; + + /* + * Move the job to a different printer or class... + */ + + cupsdMoveJob(job, dprinter); + } + } + + /* + * Start jobs if possible... + */ + + cupsdCheckJobs(); + + /* + * Return with "everything is OK" status... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'ppd_parse_line()' - Parse a PPD default line. + */ + +static int /* O - 0 on success, -1 on failure */ +ppd_parse_line(const char *line, /* I - Line */ + char *option, /* O - Option name */ + int olen, /* I - Size of option name */ + char *choice, /* O - Choice name */ + int clen) /* I - Size of choice name */ +{ + /* + * Verify this is a default option line... + */ + + if (strncmp(line, "*Default", 8)) + return (-1); + + /* + * Read the option name... + */ + + for (line += 8, olen --; isalnum(*line & 255); line ++) + if (olen > 0) + { + *option++ = *line; + olen --; + } + + *option = '\0'; + + /* + * Skip everything else up to the colon (:)... + */ + + while (*line && *line != ':') + line ++; + + if (!*line) + return (-1); + + line ++; + + /* + * Now grab the option choice, skipping leading whitespace... + */ + + while (isspace(*line & 255)) + line ++; + + for (clen --; isalnum(*line & 255); line ++) + if (clen > 0) + { + *choice++ = *line; + clen --; + } + + *choice = '\0'; + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'print_job()' - Print a file to a printer or class. + */ + +static void +print_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + ipp_attribute_t *attr; /* Current attribute */ + ipp_attribute_t *format; /* Document-format attribute */ + cupsd_job_t *job; /* New job */ + char filename[1024]; /* Job filename */ + mime_type_t *filetype; /* Type of file */ + char super[MIME_MAX_SUPER], /* Supertype of file */ + type[MIME_MAX_TYPE], /* Subtype of file */ + mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; + /* Textual name of mime type */ + cupsd_printer_t *printer; /* Printer data */ + struct stat fileinfo; /* File information */ + int kbytes; /* Size of file */ + int compression; /* Document compression */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "print_job(%p[%d], %s)", con, con->http.fd, + uri->values[0].string.text); + + /* + * Validate print file attributes, for now just document-format and + * compression (CUPS only supports "none" and "gzip")... + */ + + compression = CUPS_FILE_NONE; + + if ((attr = ippFindAttribute(con->request, "compression", + IPP_TAG_KEYWORD)) != NULL) + { + if (strcmp(attr->values[0].string.text, "none") +#ifdef HAVE_LIBZ + && strcmp(attr->values[0].string.text, "gzip") +#endif /* HAVE_LIBZ */ + ) + { + send_ipp_status(con, IPP_ATTRIBUTES, + _("Unsupported compression \"%s\"!"), + attr->values[0].string.text); + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_KEYWORD, + "compression", NULL, attr->values[0].string.text); + return; + } + +#ifdef HAVE_LIBZ + if (!strcmp(attr->values[0].string.text, "gzip")) + compression = CUPS_FILE_GZIP; +#endif /* HAVE_LIBZ */ + } + + /* + * Do we have a file to print? + */ + + if (!con->filename) + { + send_ipp_status(con, IPP_BAD_REQUEST, _("No file!?!")); + return; + } + + /* + * Is it a format we support? + */ + + if ((format = ippFindAttribute(con->request, "document-format", + IPP_TAG_MIMETYPE)) != NULL) + { + /* + * Grab format from client... + */ + + if (sscanf(format->values[0].string.text, "%15[^/]/%31[^;]", super, type) != 2) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Could not scan type \"%s\"!"), + format->values[0].string.text); + return; + } + } + else + { + /* + * No document format attribute? Auto-type it! + */ + + strcpy(super, "application"); + strcpy(type, "octet-stream"); + } + + if (!strcmp(super, "application") && !strcmp(type, "octet-stream")) + { + /* + * Auto-type the file... + */ + + ipp_attribute_t *doc_name; /* document-name attribute */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, "print_job: auto-typing file..."); + + doc_name = ippFindAttribute(con->request, "document-name", IPP_TAG_NAME); + filetype = mimeFileType(MimeDatabase, con->filename, + doc_name ? doc_name->values[0].string.text : NULL, + &compression); + + if (filetype) + { + /* + * Replace the document-format attribute value with the auto-typed one. + */ + + snprintf(mimetype, sizeof(mimetype), "%s/%s", filetype->super, + filetype->type); + + if (format) + { + _cupsStrFree(format->values[0].string.text); + + format->values[0].string.text = _cupsStrAlloc(mimetype); + } + else + ippAddString(con->request, IPP_TAG_JOB, IPP_TAG_MIMETYPE, + "document-format", NULL, mimetype); + } + else + filetype = mimeType(MimeDatabase, super, type); + } + else + filetype = mimeType(MimeDatabase, super, type); + + if (!filetype) + { + send_ipp_status(con, IPP_DOCUMENT_FORMAT, + _("Unsupported format \'%s/%s\'!"), super, type); + cupsdLogMessage(CUPSD_LOG_INFO, + "Hint: Do you have the raw file printing rules enabled?"); + + if (format) + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_MIMETYPE, + "document-format", NULL, format->values[0].string.text); + + return; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, "print_job: request file type is %s/%s.", + filetype->super, filetype->type); + + /* + * Read any embedded job ticket info from PS files... + */ + + if (!strcasecmp(filetype->super, "application") && + !strcasecmp(filetype->type, "postscript")) + read_ps_job_ticket(con); + + /* + * Create the job object... + */ + + if ((job = add_job(con, uri, &printer, filetype)) == NULL) + return; + + /* + * Update quota data... + */ + + if (stat(con->filename, &fileinfo)) + kbytes = 0; + else + kbytes = (fileinfo.st_size + 1023) / 1024; + + cupsdUpdateQuota(printer, job->username, 0, kbytes); + + if ((attr = ippFindAttribute(job->attrs, "job-k-octets", + IPP_TAG_INTEGER)) != NULL) + attr->values[0].integer += kbytes; + + /* + * Add the job file... + */ + + if (add_file(con, job, filetype, compression)) + return; + + snprintf(filename, sizeof(filename), "%s/d%05d-%03d", RequestRoot, job->id, + job->num_files); + rename(con->filename, filename); + cupsdClearString(&con->filename); + + /* + * See if we need to add the ending sheet... + */ + + attr = ippFindAttribute(job->attrs, "job-sheets", IPP_TAG_NAME); + + if (!(printer->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT)) && + attr && attr->num_values > 1) + { + /* + * Yes... + */ + + cupsdLogMessage(CUPSD_LOG_INFO, "Adding end banner page \"%s\" to job %d.", + attr->values[1].string.text, job->id); + + kbytes = copy_banner(con, job, attr->values[1].string.text); + + cupsdUpdateQuota(printer, job->username, 0, kbytes); + } + + /* + * Log and save the job... + */ + + cupsdLogMessage(CUPSD_LOG_INFO, "Job %d queued on \"%s\" by \"%s\".", job->id, + job->dest, job->username); + cupsdLogMessage(CUPSD_LOG_DEBUG, "Job %d hold_until = %d", job->id, + (int)job->hold_until); + + cupsdSaveJob(job); + + /* + * Start the job if possible... + */ + + cupsdCheckJobs(); +} + + +/* + * 'read_ps_job_ticket()' - Reads a job ticket embedded in a PS file. + * + * This function only gets called when printing a single PostScript + * file using the Print-Job operation. It doesn't work for Create-Job + + * Send-File, since the job attributes need to be set at job creation + * time for banners to work. The embedded PS job ticket stuff is here + * only to allow the Windows printer driver for CUPS to pass in JCL + * options and IPP attributes which otherwise would be lost. + * + * The format of a PS job ticket is simple: + * + * %cupsJobTicket: attr1=value1 attr2=value2 ... attrN=valueN + * + * %cupsJobTicket: attr1=value1 + * %cupsJobTicket: attr2=value2 + * ... + * %cupsJobTicket: attrN=valueN + * + * Job ticket lines must appear immediately after the first line that + * specifies PostScript format (%!PS-Adobe-3.0), and CUPS will stop + * looking for job ticket info when it finds a line that does not begin + * with "%cupsJobTicket:". + * + * The maximum length of a job ticket line, including the prefix, is + * 255 characters to conform with the Adobe DSC. + * + * Read-only attributes are rejected with a notice to the error log in + * case a malicious user tries anything. Since the job ticket is read + * prior to attribute validation in print_job(), job ticket attributes + * will go through the same validation as IPP attributes... + */ + +static void +read_ps_job_ticket(cupsd_client_t *con) /* I - Client connection */ +{ + cups_file_t *fp; /* File to read from */ + char line[256]; /* Line data */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + ipp_t *ticket; /* New attributes */ + ipp_attribute_t *attr, /* Current attribute */ + *attr2, /* Job attribute */ + *prev2; /* Previous job attribute */ + + + /* + * First open the print file... + */ + + if ((fp = cupsFileOpen(con->filename, "rb")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "read_ps_job_ticket: Unable to open PostScript print file " + "- %s", + strerror(errno)); + return; + } + + /* + * Skip the first line... + */ + + if (cupsFileGets(fp, line, sizeof(line)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "read_ps_job_ticket: Unable to read from PostScript print " + "file - %s", + strerror(errno)); + cupsFileClose(fp); + return; + } + + if (strncmp(line, "%!PS-Adobe-", 11)) + { + /* + * Not a DSC-compliant file, so no job ticket info will be available... + */ + + cupsFileClose(fp); + return; + } + + /* + * Read job ticket info from the file... + */ + + num_options = 0; + options = NULL; + + while (cupsFileGets(fp, line, sizeof(line))) + { + /* + * Stop at the first non-ticket line... + */ + + if (strncmp(line, "%cupsJobTicket:", 15)) + break; + + /* + * Add the options to the option array... + */ + + num_options = cupsParseOptions(line + 15, num_options, &options); + } + + /* + * Done with the file; see if we have any options... + */ + + cupsFileClose(fp); + + if (num_options == 0) + return; + + /* + * OK, convert the options to an attribute list, and apply them to + * the request... + */ + + ticket = ippNew(); + cupsEncodeOptions(ticket, num_options, options); + + /* + * See what the user wants to change. + */ + + for (attr = ticket->attrs; attr; attr = attr->next) + { + if (attr->group_tag != IPP_TAG_JOB || !attr->name) + continue; + + if (!strcmp(attr->name, "job-originating-host-name") || + !strcmp(attr->name, "job-originating-user-name") || + !strcmp(attr->name, "job-media-sheets-completed") || + !strcmp(attr->name, "job-k-octets") || + !strcmp(attr->name, "job-id") || + !strncmp(attr->name, "job-state", 9) || + !strncmp(attr->name, "time-at-", 8)) + continue; /* Read-only attrs */ + + if ((attr2 = ippFindAttribute(con->request, attr->name, + IPP_TAG_ZERO)) != NULL) + { + /* + * Some other value; first free the old value... + */ + + if (con->request->attrs == attr2) + { + con->request->attrs = attr2->next; + prev2 = NULL; + } + else + { + for (prev2 = con->request->attrs; prev2; prev2 = prev2->next) + if (prev2->next == attr2) + { + prev2->next = attr2->next; + break; + } + } + + if (con->request->last == attr2) + con->request->last = prev2; + + _ippFreeAttr(attr2); + } + + /* + * Add new option by copying it... + */ + + copy_attribute(con->request, attr, 0); + } + + /* + * Then free the attribute list and option array... + */ + + ippDelete(ticket); + cupsFreeOptions(num_options, options); +} + + +/* + * 'reject_jobs()' - Reject print jobs to a printer. + */ + +static void +reject_jobs(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer or class URI */ +{ + http_status_t status; /* Policy status */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + const char *name; /* Printer name */ + cupsd_printer_t *printer; /* Printer data */ + ipp_attribute_t *attr; /* printer-state-message text */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "reject_jobs(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((name = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Reject jobs sent to the printer... + */ + + printer->accepting = 0; + + if ((attr = ippFindAttribute(con->request, "printer-state-message", + IPP_TAG_TEXT)) == NULL) + strcpy(printer->state_message, "Rejecting Jobs"); + else + strlcpy(printer->state_message, attr->values[0].string.text, + sizeof(printer->state_message)); + + cupsdAddPrinterHistory(printer); + + if (dtype & CUPS_PRINTER_CLASS) + { + cupsdSaveAllClasses(); + + cupsdLogMessage(CUPSD_LOG_INFO, "Class \"%s\" rejecting jobs (\"%s\").", + name, get_username(con)); + } + else + { + cupsdSaveAllPrinters(); + + cupsdLogMessage(CUPSD_LOG_INFO, "Printer \"%s\" rejecting jobs (\"%s\").", + name, get_username(con)); + } + + /* + * Everything was ok, so return OK status... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'release_job()' - Release a held print job. + */ + +static void +release_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job or Printer URI */ +{ + ipp_attribute_t *attr; /* Current attribute */ + int jobid; /* Job ID */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_job_t *job; /* Job information */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "release_job(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + jobid = attr->values[0].integer; + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), jobid); + return; + } + + /* + * See if job is "held"... + */ + + if (job->state_value != IPP_JOB_HELD) + { + /* + * Nope - return a "not possible" error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, _("Job #%d is not held!"), jobid); + return; + } + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * Reset the job-hold-until value to "no-hold"... + */ + + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + + if (attr) + { + _cupsStrFree(attr->values[0].string.text); + + attr->value_tag = IPP_TAG_KEYWORD; + attr->values[0].string.text = _cupsStrAlloc("no-hold"); + + cupsdAddEvent(CUPSD_EVENT_JOB_CONFIG_CHANGED, job->printer, job, + "Job job-hold-until value changed by user."); + } + + /* + * Release the job and return... + */ + + cupsdReleaseJob(job); + + cupsdAddEvent(CUPSD_EVENT_JOB_STATE, job->printer, job, + "Job released by user."); + + cupsdLogMessage(CUPSD_LOG_INFO, "Job %d was released by \"%s\".", jobid, + username); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'renew_subscription()' - Renew an existing subscription... + */ + +static void +renew_subscription( + cupsd_client_t *con, /* I - Client connection */ + int sub_id) /* I - Subscription ID */ +{ + http_status_t status; /* Policy status */ + cupsd_subscription_t *sub; /* Subscription */ + ipp_attribute_t *lease; /* notify-lease-duration */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "renew_subscription(con=%p[%d], sub_id=%d)", + con, con->http.fd, sub_id); + + /* + * Is the subscription ID valid? + */ + + if ((sub = cupsdFindSubscription(sub_id)) == NULL) + { + /* + * Bad subscription ID... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("notify-subscription-id %d no good!"), sub_id); + return; + } + + if (sub->job) + { + /* + * Job subscriptions cannot be renewed... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job subscriptions cannot be renewed!")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(sub->dest ? sub->dest->op_policy_ptr : + DefaultPolicyPtr, + con, sub->owner)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Renew the subscription... + */ + + lease = ippFindAttribute(con->request, "notify-lease-duration", + IPP_TAG_INTEGER); + + sub->lease = lease ? lease->values[0].integer : DefaultLeaseDuration; + + if (MaxLeaseDuration && (sub->lease == 0 || sub->lease > MaxLeaseDuration)) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "renew_subscription: Limiting notify-lease-duration to " + "%d seconds.", + MaxLeaseDuration); + sub->lease = MaxLeaseDuration; + } + + sub->expire = sub->lease ? time(NULL) + sub->lease : 0; + + cupsdSaveAllSubscriptions(); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'restart_job()' - Restart an old print job. + */ + +static void +restart_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job or Printer URI */ +{ + ipp_attribute_t *attr; /* Current attribute */ + int jobid; /* Job ID */ + char method[HTTP_MAX_URI], /* Method portion of URI */ + username[HTTP_MAX_URI], /* Username portion of URI */ + host[HTTP_MAX_URI], /* Host portion of URI */ + resource[HTTP_MAX_URI]; /* Resource portion of URI */ + int port; /* Port portion of URI */ + cupsd_job_t *job; /* Job information */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "restart_job(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + jobid = attr->values[0].integer; + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), jobid); + return; + } + + /* + * See if job is in any of the "completed" states... + */ + + if (job->state_value <= IPP_JOB_PROCESSING) + { + /* + * Nope - return a "not possible" error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, _("Job #%d is not complete!"), + jobid); + return; + } + + /* + * See if we have retained the job files... + */ + + cupsdLoadJob(job); + + if (!job->attrs || job->num_files == 0) + { + /* + * Nope - return a "not possible" error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job #%d cannot be restarted - no files!"), jobid); + return; + } + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * Restart the job and return... + */ + + cupsdRestartJob(job); + + cupsdLogMessage(CUPSD_LOG_INFO, "Job %d was restarted by \"%s\".", jobid, + username); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'save_auth_info()' - Save authentication information for a job. + */ + +static void +save_auth_info(cupsd_client_t *con, /* I - Client connection */ + cupsd_job_t *job) /* I - Job */ +{ + int i; /* Looping var */ + char filename[1024]; /* Job authentication filename */ + cups_file_t *fp; /* Job authentication file */ + char line[1024]; /* Line for file */ + + + /* + * This function saves the in-memory authentication information for + * a job so that it can be used to authenticate with a remote host. + * The information is stored in a file that is readable only by the + * root user. The username and password are Base-64 encoded, each + * on a separate line, followed by random number (up to 1024) of + * newlines to limit the amount of information that is exposed. + * + * Because of the potential for exposing of authentication information, + * this functionality is only enabled when running cupsd as root. + * + * This caching only works for the Basic and BasicDigest authentication + * types. Digest authentication cannot be cached this way, and in + * the future Kerberos authentication may make all of this obsolete. + * + * Authentication information is saved whenever an authenticated + * Print-Job, Create-Job, or CUPS-Authenticate-Job operation is + * performed. + * + * This information is deleted after a job is completed or canceled, + * so reprints may require subsequent re-authentication. + */ + + if (RunUser) + return; + + /* + * Create the authentication file and change permissions... + */ + + snprintf(filename, sizeof(filename), "%s/a%05d", RequestRoot, job->id); + if ((fp = cupsFileOpen(filename, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to save authentication info to \"%s\" - %s", + filename, strerror(errno)); + return; + } + + fchown(cupsFileNumber(fp), 0, 0); + fchmod(cupsFileNumber(fp), 0400); + + /* + * Write the authenticated username... + */ + + httpEncode64_2(line, sizeof(line), con->username, strlen(con->username)); + cupsFilePrintf(fp, "%s\n", line); + + /* + * Write the authenticated password... + */ + + httpEncode64_2(line, sizeof(line), con->password, strlen(con->password)); + cupsFilePrintf(fp, "%s\n", line); + + /* + * Write a random number of newlines to the end of the file... + */ + + for (i = (rand() % 1024); i >= 0; i --) + cupsFilePutChar(fp, '\n'); + + /* + * Close the file and return... + */ + + cupsFileClose(fp); +} + + +/* + * 'send_document()' - Send a file to a printer or class. + */ + +static void +send_document(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + ipp_attribute_t *attr; /* Current attribute */ + ipp_attribute_t *format; /* Document-format attribute */ + int jobid; /* Job ID number */ + cupsd_job_t *job; /* Current job */ + char job_uri[HTTP_MAX_URI], + /* Job URI */ + method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + mime_type_t *filetype; /* Type of file */ + char super[MIME_MAX_SUPER], + /* Supertype of file */ + type[MIME_MAX_TYPE], + /* Subtype of file */ + mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; + /* Textual name of mime type */ + char filename[1024]; /* Job filename */ + cupsd_printer_t *printer; /* Current printer */ + struct stat fileinfo; /* File information */ + int kbytes; /* Size of file */ + int compression; /* Type of compression */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "send_document(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + jobid = attr->values[0].integer; + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), jobid); + return; + } + + printer = cupsdFindDest(job->dest); + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * OK, see if the client is sending the document compressed - CUPS + * only supports "none" and "gzip". + */ + + compression = CUPS_FILE_NONE; + + if ((attr = ippFindAttribute(con->request, "compression", + IPP_TAG_KEYWORD)) != NULL) + { + if (strcmp(attr->values[0].string.text, "none") +#ifdef HAVE_LIBZ + && strcmp(attr->values[0].string.text, "gzip") +#endif /* HAVE_LIBZ */ + ) + { + send_ipp_status(con, IPP_ATTRIBUTES, _("Unsupported compression \"%s\"!"), + attr->values[0].string.text); + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_KEYWORD, + "compression", NULL, attr->values[0].string.text); + return; + } + +#ifdef HAVE_LIBZ + if (!strcmp(attr->values[0].string.text, "gzip")) + compression = CUPS_FILE_GZIP; +#endif /* HAVE_LIBZ */ + } + + /* + * Do we have a file to print? + */ + + if (!con->filename) + { + send_ipp_status(con, IPP_BAD_REQUEST, _("No file!?!")); + return; + } + + /* + * Is it a format we support? + */ + + if ((format = ippFindAttribute(con->request, "document-format", + IPP_TAG_MIMETYPE)) != NULL) + { + /* + * Grab format from client... + */ + + if (sscanf(format->values[0].string.text, "%15[^/]/%31[^;]", super, type) != 2) + { + send_ipp_status(con, IPP_BAD_REQUEST, _("Bad document-format \"%s\"!"), + format->values[0].string.text); + return; + } + } + else + { + /* + * No document format attribute? Auto-type it! + */ + + strcpy(super, "application"); + strcpy(type, "octet-stream"); + } + + if (!strcmp(super, "application") && !strcmp(type, "octet-stream")) + { + /* + * Auto-type the file... + */ + + ipp_attribute_t *doc_name; /* document-name attribute */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, "send_document: auto-typing file..."); + + doc_name = ippFindAttribute(con->request, "document-name", IPP_TAG_NAME); + filetype = mimeFileType(MimeDatabase, con->filename, + doc_name ? doc_name->values[0].string.text : NULL, + &compression); + + if (filetype) + { + /* + * Replace the document-format attribute value with the auto-typed one. + */ + + snprintf(mimetype, sizeof(mimetype), "%s/%s", filetype->super, + filetype->type); + + if (format) + { + _cupsStrFree(format->values[0].string.text); + format->values[0].string.text = _cupsStrAlloc(mimetype); + } + else + ippAddString(con->request, IPP_TAG_JOB, IPP_TAG_MIMETYPE, + "document-format", NULL, mimetype); + } + else + filetype = mimeType(MimeDatabase, super, type); + } + else + filetype = mimeType(MimeDatabase, super, type); + + if (!filetype) + { + send_ipp_status(con, IPP_DOCUMENT_FORMAT, + _("Unsupported format \'%s/%s\'!"), super, type); + cupsdLogMessage(CUPSD_LOG_INFO, + "Hint: Do you have the raw file printing rules enabled?"); + + if (format) + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_MIMETYPE, + "document-format", NULL, format->values[0].string.text); + + return; + } + + if (printer->filetypes && !cupsArrayFind(printer->filetypes, filetype)) + { + snprintf(mimetype, sizeof(mimetype), "%s/%s", filetype->super, + filetype->type); + + send_ipp_status(con, IPP_DOCUMENT_FORMAT, + _("Unsupported format \'%s\'!"), mimetype); + + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_MIMETYPE, + "document-format", NULL, mimetype); + + return; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "send_document: request file type is %s/%s.", + filetype->super, filetype->type); + + /* + * Add the file to the job... + */ + + cupsdLoadJob(job); + + if (add_file(con, job, filetype, compression)) + return; + + if (stat(con->filename, &fileinfo)) + kbytes = 0; + else + kbytes = (fileinfo.st_size + 1023) / 1024; + + cupsdUpdateQuota(printer, job->username, 0, kbytes); + + if ((attr = ippFindAttribute(job->attrs, "job-k-octets", + IPP_TAG_INTEGER)) != NULL) + attr->values[0].integer += kbytes; + + snprintf(filename, sizeof(filename), "%s/d%05d-%03d", RequestRoot, job->id, + job->num_files); + rename(con->filename, filename); + + cupsdClearString(&con->filename); + + cupsdLogMessage(CUPSD_LOG_INFO, + "File of type %s/%s queued in job #%d by \"%s\".", + filetype->super, filetype->type, job->id, job->username); + + /* + * Start the job if this is the last document... + */ + + if ((attr = ippFindAttribute(con->request, "last-document", + IPP_TAG_BOOLEAN)) != NULL && + attr->values[0].boolean) + { + /* + * See if we need to add the ending sheet... + */ + + if (printer && + !(printer->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT)) && + (attr = ippFindAttribute(job->attrs, "job-sheets", + IPP_TAG_ZERO)) != NULL && + attr->num_values > 1) + { + /* + * Yes... + */ + + cupsdLogMessage(CUPSD_LOG_INFO, + "Adding end banner page \"%s\" to job %d.", + attr->values[1].string.text, job->id); + + kbytes = copy_banner(con, job, attr->values[1].string.text); + + cupsdUpdateQuota(printer, job->username, 0, kbytes); + } + + if (job->state_value == IPP_JOB_STOPPED) + { + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + else if (job->state_value == IPP_JOB_HELD) + { + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + + if (!attr || !strcmp(attr->values[0].string.text, "no-hold")) + { + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + } + + cupsdSaveJob(job); + + /* + * Start the job if possible... Since cupsdCheckJobs() can cancel a + * job if it doesn't print, we need to re-find the job afterwards... + */ + + jobid = job->id; + + cupsdCheckJobs(); + + job = cupsdFindJob(jobid); + } + else + { + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + + if (!attr || !strcmp(attr->values[0].string.text, "no-hold")) + { + job->state->values[0].integer = IPP_JOB_HELD; + job->state_value = IPP_JOB_HELD; + job->hold_until = time(NULL) + 60; + cupsdSaveJob(job); + } + } + + /* + * Fill in the response info... + */ + + snprintf(job_uri, sizeof(job_uri), "http://%s:%d/jobs/%d", ServerName, + LocalPort, jobid); + + ippAddString(con->response, IPP_TAG_JOB, IPP_TAG_URI, "job-uri", NULL, + job_uri); + + ippAddInteger(con->response, IPP_TAG_JOB, IPP_TAG_INTEGER, "job-id", jobid); + + ippAddInteger(con->response, IPP_TAG_JOB, IPP_TAG_ENUM, "job-state", + job ? job->state_value : IPP_JOB_CANCELED); + add_job_state_reasons(con, job); + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'send_http_error()' - Send a HTTP error back to the IPP client. + */ + +static void +send_http_error(cupsd_client_t *con, /* I - Client connection */ + http_status_t status) /* I - HTTP status code */ +{ + cupsdLogMessage(CUPSD_LOG_ERROR, "%s: %s", + ippOpString(con->request->request.op.operation_id), + httpStatus(status)); + + cupsdSendError(con, status); + + ippDelete(con->response); + con->response = NULL; + + return; +} + + +/* + * 'send_ipp_status()' - Send a status back to the IPP client. + */ + +static void +send_ipp_status(cupsd_client_t *con, /* I - Client connection */ + ipp_status_t status, /* I - IPP status code */ + const char *message, /* I - Status message */ + ...) /* I - Additional args as needed */ +{ + va_list ap; /* Pointer to additional args */ + char formatted[1024]; /* Formatted errror message */ + + + if (message) + { + va_start(ap, message); + vsnprintf(formatted, sizeof(formatted), + _cupsLangString(con->language, message), ap); + va_end(ap); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "%s %s: %s", + ippOpString(con->request->request.op.operation_id), + ippErrorString(status), formatted); + } + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "%s %s", + ippOpString(con->request->request.op.operation_id), + ippErrorString(status)); + + con->response->request.status.status_code = status; + + if (ippFindAttribute(con->response, "attributes-charset", + IPP_TAG_ZERO) == NULL) + ippAddString(con->response, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, DefaultCharset); + + if (ippFindAttribute(con->response, "attributes-natural-language", + IPP_TAG_ZERO) == NULL) + ippAddString(con->response, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, DefaultLanguage); + + if (message) + ippAddString(con->response, IPP_TAG_OPERATION, IPP_TAG_TEXT, + "status-message", NULL, formatted); +} + + +/* + * 'set_default()' - Set the default destination... + */ + +static void +set_default(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + http_status_t status; /* Policy status */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + const char *name; /* Printer name */ + cupsd_printer_t *printer; /* Printer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "set_default(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((name = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(DefaultPolicyPtr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Set it as the default... + */ + + DefaultPrinter = printer; + + cupsdSaveAllPrinters(); + cupsdSaveAllClasses(); + + cupsdWritePrintcap(); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Default destination set to \"%s\" by \"%s\".", name, + get_username(con)); + + /* + * Everything was ok, so return OK status... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'set_job_attrs()' - Set job attributes. + */ + +static void +set_job_attrs(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Job URI */ +{ + ipp_attribute_t *attr, /* Current attribute */ + *attr2; /* Job attribute */ + int jobid; /* Job ID */ + cupsd_job_t *job; /* Current job */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + int event; /* Events? */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "set_job_attrs(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Start with "everything is OK" status... + */ + + con->response->request.status.status_code = IPP_OK; + + /* + * See if we have a job URI or a printer URI... + */ + + if (!strcmp(uri->name, "printer-uri")) + { + /* + * Got a printer URI; see if we also have a job-id attribute... + */ + + if ((attr = ippFindAttribute(con->request, "job-id", + IPP_TAG_INTEGER)) == NULL) + { + send_ipp_status(con, IPP_BAD_REQUEST, + _("Got a printer-uri attribute but no job-id!")); + return; + } + + jobid = attr->values[0].integer; + } + else + { + /* + * Got a job URI; parse it to get the job ID... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (strncmp(resource, "/jobs/", 6)) + { + /* + * Not a valid URI! + */ + + send_ipp_status(con, IPP_BAD_REQUEST, + _("Bad job-uri attribute \"%s\"!"), + uri->values[0].string.text); + return; + } + + jobid = atoi(resource + 6); + } + + /* + * See if the job exists... + */ + + if ((job = cupsdFindJob(jobid)) == NULL) + { + /* + * Nope - return a "not found" error... + */ + + send_ipp_status(con, IPP_NOT_FOUND, _("Job #%d does not exist!"), jobid); + return; + } + + /* + * See if the job has been completed... + */ + + if (job->state_value > IPP_JOB_STOPPED) + { + /* + * Return a "not-possible" error... + */ + + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job #%d is finished and cannot be altered!"), jobid); + return; + } + + /* + * See if the job is owned by the requesting user... + */ + + if (!validate_user(job, con, job->username, username, sizeof(username))) + { + send_http_error(con, HTTP_UNAUTHORIZED); + return; + } + + /* + * See what the user wants to change. + */ + + cupsdLoadJob(job); + + event = 0; + + for (attr = con->request->attrs; attr; attr = attr->next) + { + if (attr->group_tag != IPP_TAG_JOB || !attr->name) + continue; + + if (!strcmp(attr->name, "attributes-charset") || + !strcmp(attr->name, "attributes-natural-language") || + !strcmp(attr->name, "document-compression") || + !strcmp(attr->name, "document-format") || + !strcmp(attr->name, "job-detailed-status-messages") || + !strcmp(attr->name, "job-document-access-errors") || + !strcmp(attr->name, "job-id") || + !strcmp(attr->name, "job-k-octets") || + !strcmp(attr->name, "job-originating-host-name") || + !strcmp(attr->name, "job-originating-user-name") || + !strcmp(attr->name, "job-printer-up-time") || + !strcmp(attr->name, "job-printer-uri") || + !strcmp(attr->name, "job-sheets") || + !strcmp(attr->name, "job-state-message") || + !strcmp(attr->name, "job-state-reasons") || + !strcmp(attr->name, "job-uri") || + !strcmp(attr->name, "number-of-documents") || + !strcmp(attr->name, "number-of-intervening-jobs") || + !strcmp(attr->name, "output-device-assigned") || + !strncmp(attr->name, "date-time-at-", 13) || + !strncmp(attr->name, "job-impressions", 15) || + !strncmp(attr->name, "job-k-octets", 12) || + !strncmp(attr->name, "job-media-sheets", 16) || + !strncmp(attr->name, "time-at-", 8)) + { + /* + * Read-only attrs! + */ + + send_ipp_status(con, IPP_ATTRIBUTES_NOT_SETTABLE, + _("%s cannot be changed."), attr->name); + + if ((attr2 = copy_attribute(con->response, attr, 0)) != NULL) + attr2->group_tag = IPP_TAG_UNSUPPORTED_GROUP; + + continue; + } + + if (!strcmp(attr->name, "job-priority")) + { + /* + * Change the job priority... + */ + + if (attr->value_tag != IPP_TAG_INTEGER) + { + send_ipp_status(con, IPP_REQUEST_VALUE, _("Bad job-priority value!")); + + if ((attr2 = copy_attribute(con->response, attr, 0)) != NULL) + attr2->group_tag = IPP_TAG_UNSUPPORTED_GROUP; + } + else if (job->state_value >= IPP_JOB_PROCESSING) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job is completed and cannot be changed.")); + return; + } + else if (con->response->request.status.status_code == IPP_OK) + { + cupsdSetJobPriority(job, attr->values[0].integer); + event |= CUPSD_EVENT_JOB_CONFIG_CHANGED; + } + } + else if (!strcmp(attr->name, "job-state")) + { + /* + * Change the job state... + */ + + if (attr->value_tag != IPP_TAG_ENUM) + { + send_ipp_status(con, IPP_REQUEST_VALUE, _("Bad job-state value!")); + + if ((attr2 = copy_attribute(con->response, attr, 0)) != NULL) + attr2->group_tag = IPP_TAG_UNSUPPORTED_GROUP; + } + else + { + switch (attr->values[0].integer) + { + case IPP_JOB_PENDING : + case IPP_JOB_HELD : + if (job->state_value > IPP_JOB_HELD) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job state cannot be changed.")); + return; + } + else if (con->response->request.status.status_code == IPP_OK) + { + job->state->values[0].integer = attr->values[0].integer; + job->state_value = (ipp_jstate_t)attr->values[0].integer; + + event |= CUPSD_EVENT_JOB_STATE; + } + break; + + case IPP_JOB_PROCESSING : + case IPP_JOB_STOPPED : + if (job->state_value != attr->values[0].integer) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job state cannot be changed.")); + return; + } + break; + + case IPP_JOB_CANCELED : + case IPP_JOB_ABORTED : + case IPP_JOB_COMPLETED : + if (job->state_value > IPP_JOB_PROCESSING) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Job state cannot be changed.")); + return; + } + else if (con->response->request.status.status_code == IPP_OK) + cupsdCancelJob(job, 0, (ipp_jstate_t)attr->values[0].integer); + break; + } + } + } + else if (con->response->request.status.status_code != IPP_OK) + continue; + else if ((attr2 = ippFindAttribute(job->attrs, attr->name, + IPP_TAG_ZERO)) != NULL) + { + /* + * Some other value; first free the old value... + */ + + if (job->attrs->prev) + job->attrs->prev->next = attr2->next; + else + job->attrs->attrs = attr2->next; + + if (job->attrs->last == attr2) + job->attrs->last = job->attrs->prev; + + _ippFreeAttr(attr2); + + /* + * Then copy the attribute... + */ + + copy_attribute(job->attrs, attr, 0); + + /* + * See if the job-name or job-hold-until is being changed. + */ + + if (!strcmp(attr->name, "job-hold-until")) + { + cupsdSetJobHoldUntil(job, attr->values[0].string.text); + + if (!strcmp(attr->values[0].string.text, "no-hold")) + cupsdReleaseJob(job); + else + cupsdHoldJob(job); + + event |= CUPSD_EVENT_JOB_CONFIG_CHANGED | CUPSD_EVENT_JOB_STATE; + } + } + else if (attr->value_tag == IPP_TAG_DELETEATTR) + { + /* + * Delete the attribute... + */ + + if ((attr2 = ippFindAttribute(job->attrs, attr->name, + IPP_TAG_ZERO)) != NULL) + { + if (job->attrs->prev) + job->attrs->prev->next = attr2->next; + else + job->attrs->attrs = attr2->next; + + if (attr2 == job->attrs->last) + job->attrs->last = job->attrs->prev; + + _ippFreeAttr(attr2); + + event |= CUPSD_EVENT_JOB_CONFIG_CHANGED; + } + } + else + { + /* + * Add new option by copying it... + */ + + copy_attribute(job->attrs, attr, 0); + + event |= CUPSD_EVENT_JOB_CONFIG_CHANGED; + } + } + + /* + * Save the job... + */ + + cupsdSaveJob(job); + + /* + * Send events as needed... + */ + + if (event & CUPSD_EVENT_JOB_STATE) + cupsdAddEvent(CUPSD_EVENT_JOB_STATE, job->printer, job, + job->state_value == IPP_JOB_HELD ? + "Job held by user." : "Job restarted by user."); + + if (event & CUPSD_EVENT_JOB_CONFIG_CHANGED) + cupsdAddEvent(CUPSD_EVENT_JOB_CONFIG_CHANGED, job->printer, job, + "Job options changed by user."); + + /* + * Start jobs if possible... + */ + + cupsdCheckJobs(); +} + + +/* + * 'set_printer_defaults()' - Set printer default options from a request. + */ + +static void +set_printer_defaults( + cupsd_client_t *con, /* I - Client connection */ + cupsd_printer_t *printer) /* I - Printer */ +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* Current attribute */ + int namelen; /* Length of attribute name */ + char name[256], /* New attribute name */ + value[256]; /* String version of integer attrs */ + + + for (attr = con->request->attrs; attr; attr = attr->next) + { + /* + * Skip non-printer attributes... + */ + + if (attr->group_tag != IPP_TAG_PRINTER || !attr->name) + continue; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "set_printer_defaults: %s", attr->name); + + if (!strcmp(attr->name, "job-sheets-default")) + { + /* + * Only allow keywords and names... + */ + + if (attr->value_tag != IPP_TAG_NAME && attr->value_tag != IPP_TAG_KEYWORD) + continue; + + /* + * Only allow job-sheets-default to be set when running without a + * system high classification level... + */ + + if (Classification) + continue; + + cupsdSetString(&printer->job_sheets[0], attr->values[0].string.text); + + if (attr->num_values > 1) + cupsdSetString(&printer->job_sheets[1], attr->values[1].string.text); + else + cupsdSetString(&printer->job_sheets[1], "none"); + } + else if (!strcmp(attr->name, "requesting-user-name-allowed")) + { + cupsdFreePrinterUsers(printer); + + printer->deny_users = 0; + + if (attr->value_tag == IPP_TAG_NAME && + (attr->num_values > 1 || + strcmp(attr->values[0].string.text, "all"))) + { + for (i = 0; i < attr->num_values; i ++) + cupsdAddPrinterUser(printer, attr->values[i].string.text); + } + } + else if (!strcmp(attr->name, "requesting-user-name-denied")) + { + cupsdFreePrinterUsers(printer); + + printer->deny_users = 1; + + if (attr->value_tag == IPP_TAG_NAME && + (attr->num_values > 1 || + strcmp(attr->values[0].string.text, "none"))) + { + for (i = 0; i < attr->num_values; i ++) + cupsdAddPrinterUser(printer, attr->values[i].string.text); + } + } + else if (!strcmp(attr->name, "job-quota-period")) + { + if (attr->value_tag != IPP_TAG_INTEGER) + continue; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Setting job-quota-period to %d...", + attr->values[0].integer); + cupsdFreeQuotas(printer); + + printer->quota_period = attr->values[0].integer; + } + else if (!strcmp(attr->name, "job-k-limit")) + { + if (attr->value_tag != IPP_TAG_INTEGER) + continue; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Setting job-k-limit to %d...", + attr->values[0].integer); + cupsdFreeQuotas(printer); + + printer->k_limit = attr->values[0].integer; + } + else if (!strcmp(attr->name, "job-page-limit")) + { + if (attr->value_tag != IPP_TAG_INTEGER) + continue; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Setting job-page-limit to %d...", + attr->values[0].integer); + cupsdFreeQuotas(printer); + + printer->page_limit = attr->values[0].integer; + } + else if (!strcmp(attr->name, "printer-op-policy")) + { + cupsd_policy_t *p; /* Policy */ + + + if (attr->value_tag != IPP_TAG_NAME) + continue; + + if ((p = cupsdFindPolicy(attr->values[0].string.text)) != NULL) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Setting printer-op-policy to \"%s\"...", + attr->values[0].string.text); + cupsdSetString(&printer->op_policy, attr->values[0].string.text); + printer->op_policy_ptr = p; + } + else + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Unknown printer-op-policy \"%s\"."), + attr->values[0].string.text); + return; + } + } + else if (!strcmp(attr->name, "printer-error-policy")) + { + if (attr->value_tag != IPP_TAG_NAME && attr->value_tag != IPP_TAG_KEYWORD) + continue; + + if (strcmp(attr->values[0].string.text, "abort-job") && + strcmp(attr->values[0].string.text, "retry-job") && + strcmp(attr->values[0].string.text, "stop-printer")) + { + send_ipp_status(con, IPP_NOT_POSSIBLE, + _("Unknown printer-error-policy \"%s\"."), + attr->values[0].string.text); + return; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Setting printer-error-policy to \"%s\"...", + attr->values[0].string.text); + cupsdSetString(&printer->error_policy, attr->values[0].string.text); + } + else if (!strcmp(attr->name, "document-format-default") || + !strcmp(attr->name, "notify-lease-duration-default") || + !strcmp(attr->name, "notify-events-default")) + continue; + + /* + * Skip any other non-default attributes... + */ + + namelen = strlen(attr->name); + if (namelen < 9 || strcmp(attr->name + namelen - 8, "-default") || + namelen > (sizeof(name) - 1) || attr->num_values != 1) + continue; + + /* + * OK, anything else must be a user-defined default... + */ + + strlcpy(name, attr->name, sizeof(name)); + name[namelen - 8] = '\0'; /* Strip "-default" */ + + switch (attr->value_tag) + { + case IPP_TAG_DELETEATTR : + printer->num_options = cupsRemoveOption(name, + printer->num_options, + &(printer->options)); + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Deleting %s", attr->name); + break; + + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + printer->num_options = cupsAddOption(name, + attr->values[0].string.text, + printer->num_options, + &(printer->options)); + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Setting %s to \"%s\"...", attr->name, + attr->values[0].string.text); + break; + + case IPP_TAG_BOOLEAN : + printer->num_options = cupsAddOption(name, + attr->values[0].boolean ? + "true" : "false", + printer->num_options, + &(printer->options)); + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Setting %s to %s...", attr->name, + attr->values[0].boolean ? "true" : "false"); + break; + + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + sprintf(value, "%d", attr->values[0].integer); + printer->num_options = cupsAddOption(name, value, + printer->num_options, + &(printer->options)); + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Setting %s to %s...", attr->name, value); + break; + + case IPP_TAG_RANGE : + sprintf(value, "%d-%d", attr->values[0].range.lower, + attr->values[0].range.upper); + printer->num_options = cupsAddOption(name, value, + printer->num_options, + &(printer->options)); + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Setting %s to %s...", attr->name, value); + break; + + case IPP_TAG_RESOLUTION : + sprintf(value, "%dx%d%s", attr->values[0].resolution.xres, + attr->values[0].resolution.yres, + attr->values[0].resolution.units == IPP_RES_PER_INCH ? + "dpi" : "dpc"); + printer->num_options = cupsAddOption(name, value, + printer->num_options, + &(printer->options)); + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Setting %s to %s...", attr->name, value); + break; + + default : + /* Do nothing for other values */ + break; + } + } +} + + +/* + * 'start_printer()' - Start a printer. + */ + +static void +start_printer(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + http_status_t status; /* Policy status */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + const char *name; /* Printer name */ + cupsd_printer_t *printer; /* Printer data */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "start_printer(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((name = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Start the printer... + */ + + printer->state_message[0] = '\0'; + + cupsdStartPrinter(printer, 1); + + if (dtype & CUPS_PRINTER_CLASS) + cupsdLogMessage(CUPSD_LOG_INFO, "Class \"%s\" started by \"%s\".", name, + get_username(con)); + else + cupsdLogMessage(CUPSD_LOG_INFO, "Printer \"%s\" started by \"%s\".", name, + get_username(con)); + + cupsdCheckJobs(); + + /* + * Everything was ok, so return OK status... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'stop_printer()' - Stop a printer. + */ + +static void +stop_printer(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + http_status_t status; /* Policy status */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + const char *name; /* Printer name */ + cupsd_printer_t *printer; /* Printer data */ + ipp_attribute_t *attr; /* printer-state-message attribute */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "stop_printer(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((name = cupsdValidateDest(host, resource, &dtype, &printer)) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Stop the printer... + */ + + if ((attr = ippFindAttribute(con->request, "printer-state-message", + IPP_TAG_TEXT)) == NULL) + strcpy(printer->state_message, "Paused"); + else + { + strlcpy(printer->state_message, attr->values[0].string.text, + sizeof(printer->state_message)); + } + + cupsdStopPrinter(printer, 1); + + if (dtype & CUPS_PRINTER_CLASS) + cupsdLogMessage(CUPSD_LOG_INFO, "Class \"%s\" stopped by \"%s\".", name, + get_username(con)); + else + cupsdLogMessage(CUPSD_LOG_INFO, "Printer \"%s\" stopped by \"%s\".", name, + get_username(con)); + + /* + * Everything was ok, so return OK status... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'url_encode_attr()' - URL-encode a string attribute. + */ + +static void +url_encode_attr(ipp_attribute_t *attr, /* I - Attribute */ + char *buffer,/* I - String buffer */ + int bufsize)/* I - Size of buffer */ +{ + int i; /* Looping var */ + char *bufptr, /* Pointer into buffer */ + *bufend, /* End of buffer */ + *valptr; /* Pointer into value */ + + + strlcpy(buffer, attr->name, bufsize); + bufptr = buffer + strlen(buffer); + bufend = buffer + bufsize - 1; + + for (i = 0; i < attr->num_values; i ++) + { + if (bufptr >= bufend) + break; + + if (i) + *bufptr++ = ','; + else + *bufptr++ = '='; + + if (bufptr >= bufend) + break; + + *bufptr++ = '\''; + + for (valptr = attr->values[i].string.text; + *valptr && bufptr < bufend; + valptr ++) + if (*valptr == ' ') + { + if (bufptr >= (bufend - 2)) + break; + + *bufptr++ = '%'; + *bufptr++ = '2'; + *bufptr++ = '0'; + } + else if (*valptr == '\'' || *valptr == '\\') + { + *bufptr++ = '\\'; + *bufptr++ = *valptr; + } + else + *bufptr++ = *valptr; + + if (bufptr >= bufend) + break; + + *bufptr++ = '\''; + } + + *bufptr = '\0'; +} + + +/* + * 'user_allowed()' - See if a user is allowed to print to a queue. + */ + +static int /* O - 0 if not allowed, 1 if allowed */ +user_allowed(cupsd_printer_t *p, /* I - Printer or class */ + const char *username) /* I - Username */ +{ + int i; /* Looping var */ + struct passwd *pw; /* User password data */ + + + if (p->num_users == 0) + return (1); + + if (!strcmp(username, "root")) + return (1); + + pw = getpwnam(username); + endpwent(); + + for (i = 0; i < p->num_users; i ++) + { + if (p->users[i][0] == '@') + { + /* + * Check group membership... + */ + + if (cupsdCheckGroup(username, pw, p->users[i] + 1)) + break; + } + else if (!strcasecmp(username, p->users[i])) + break; + } + + return ((i < p->num_users) != p->deny_users); +} + + +/* + * 'validate_job()' - Validate printer options and destination. + */ + +static void +validate_job(cupsd_client_t *con, /* I - Client connection */ + ipp_attribute_t *uri) /* I - Printer URI */ +{ + http_status_t status; /* Policy status */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_attribute_t *format; /* Document-format attribute */ + cups_ptype_t dtype; /* Destination type (printer or class) */ + char method[HTTP_MAX_URI], + /* Method portion of URI */ + username[HTTP_MAX_URI], + /* Username portion of URI */ + host[HTTP_MAX_URI], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + char super[MIME_MAX_SUPER], + /* Supertype of file */ + type[MIME_MAX_TYPE]; + /* Subtype of file */ + cupsd_printer_t *printer; /* Printer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "validate_job(%p[%d], %s)", con, + con->http.fd, uri->values[0].string.text); + + /* + * OK, see if the client is sending the document compressed - CUPS + * doesn't support compression yet... + */ + + if ((attr = ippFindAttribute(con->request, "compression", + IPP_TAG_KEYWORD)) != NULL && + !strcmp(attr->values[0].string.text, "none")) + { + send_ipp_status(con, IPP_ATTRIBUTES, + _("Unsupported compression attribute %s!"), + attr->values[0].string.text); + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_KEYWORD, + "compression", NULL, attr->values[0].string.text); + return; + } + + /* + * Is it a format we support? + */ + + if ((format = ippFindAttribute(con->request, "document-format", + IPP_TAG_MIMETYPE)) != NULL) + { + if (sscanf(format->values[0].string.text, "%15[^/]/%31[^;]", super, type) != 2) + { + send_ipp_status(con, IPP_BAD_REQUEST, _("Bad document-format \"%s\"!"), + format->values[0].string.text); + return; + } + + if ((strcmp(super, "application") || strcmp(type, "octet-stream")) && + !mimeType(MimeDatabase, super, type)) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Hint: Do you have the raw file printing rules enabled?"); + send_ipp_status(con, IPP_DOCUMENT_FORMAT, + _("Unsupported format \"%s\"!"), + format->values[0].string.text); + ippAddString(con->response, IPP_TAG_UNSUPPORTED_GROUP, IPP_TAG_MIMETYPE, + "document-format", NULL, format->values[0].string.text); + return; + } + } + + /* + * Is the destination valid? + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri->values[0].string.text, method, + sizeof(method), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if (cupsdValidateDest(host, resource, &dtype, &printer) == NULL) + { + /* + * Bad URI... + */ + + send_ipp_status(con, IPP_NOT_FOUND, + _("The printer or class was not found.")); + return; + } + + /* + * Check policy... + */ + + if ((status = cupsdCheckPolicy(printer->op_policy_ptr, con, NULL)) != HTTP_OK) + { + send_http_error(con, status); + return; + } + + /* + * Everything was ok, so return OK status... + */ + + con->response->request.status.status_code = IPP_OK; +} + + +/* + * 'validate_name()' - Make sure the printer name only contains valid chars. + */ + +static int /* O - 0 if name is no good, 1 if name is good */ +validate_name(const char *name) /* I - Name to check */ +{ + const char *ptr; /* Pointer into name */ + + + /* + * Scan the whole name... + */ + + for (ptr = name; *ptr; ptr ++) + if ((*ptr >= 0 && *ptr <= ' ') || *ptr == 127 || *ptr == '/' || *ptr == '#') + return (0); + + /* + * All the characters are good; validate the length, too... + */ + + return ((ptr - name) < 128); +} + + +/* + * 'validate_user()' - Validate the user for the request. + */ + +static int /* O - 1 if permitted, 0 otherwise */ +validate_user(cupsd_job_t *job, /* I - Job */ + cupsd_client_t *con, /* I - Client connection */ + const char *owner, /* I - Owner of job/resource */ + char *username, /* O - Authenticated username */ + int userlen) /* I - Length of username */ +{ + cupsd_printer_t *printer; /* Printer for job */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "validate_user(job=%d, con=%d, owner=\"%s\", username=%p, " + "userlen=%d)", + job ? job->id : 0, con->http.fd, owner ? owner : "(null)", + username, userlen); + + /* + * Validate input... + */ + + if (!con || !owner || !username || userlen <= 0) + return (0); + + /* + * Get the best authenticated username that is available. + */ + + strlcpy(username, get_username(con), userlen); + + /* + * Check the username against the owner... + */ + + printer = cupsdFindDest(job->dest); + + return (cupsdCheckPolicy(printer ? printer->op_policy_ptr : DefaultPolicyPtr, + con, owner) == HTTP_OK); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/job.c b/scheduler/job.c new file mode 100644 index 0000000000..50a70bab2b --- /dev/null +++ b/scheduler/job.c @@ -0,0 +1,3471 @@ +/* + * "$Id$" + * + * Job management routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAddJob() - Add a new job to the job queue... + * cupsdCancelJob() - Cancel the specified print job. + * cupsdCancelJobs() - Cancel all jobs for the given + * destination/user... + * cupsdCheckJobs() - Check the pending jobs and start any if + * the destination is available. + * cupsdCleanJobs() - Clean out old jobs. + * cupsdFinishJob() - Finish a job. + * cupsdFreeAllJobs() - Free all jobs from memory. + * cupsdFindJob() - Find the specified job. + * cupsdGetPrinterJobCount() - Get the number of pending, processing, + * cupsdGetUserJobCount() - Get the number of pending, processing, + * cupsdHoldJob() - Hold the specified job. + * cupsdLoadAllJobs() - Load all jobs from disk. + * cupsdLoadJob() - Load a single job... + * cupsdMoveJob() - Move the specified job to a different + * destination. + * cupsdReleaseJob() - Release the specified job. + * cupsdRestartJob() - Restart the specified job. + * cupsdSaveAllJobs() - Save a summary of all jobs to disk. + * cupsdSaveJob() - Save a job to disk. + * cupsdSetJobHoldUntil() - Set the hold time for a job... + * cupsdSetJobPriority() - Set the priority of a job, moving it + * up/down in the list as needed. + * cupsdStopAllJobs() - Stop all print jobs. + * cupsdStopJob() - Stop a print job. + * cupsdUnloadCompletedJobs() - Flush completed job history from memory. + * cupsdUpdateJob() - Read a status update from a jobs filters. + * compare_active_jobs() - Compare the job IDs and priorities of two + * jobs. + * compare_jobs() - Compare the job IDs of two jobs. + * free_job() - Free all memory used by a job. + * ipp_length() - Compute the size of the buffer needed to + * hold the textual IPP attributes. + * load_job_cache() - Load jobs from the job.cache file. + * load_next_job_id() - Load the NextJobId value from the + * job.cache file. + * load_request_root() - Load jobs from the RequestRoot directory. + * set_time() - Set one of the "time-at-xyz" attributes... + * set_hold_until() - Set the hold time and update job-hold-until + * attribute... + * start_job() - Start a print job. + * unload_job() - Unload a job from memory. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include +#include +#include + + +/* + * Local globals... + */ + +static mime_filter_t gziptoany_filter = + { + NULL, /* Source type */ + NULL, /* Destination type */ + 0, /* Cost */ + "gziptoany" /* Filter program to run */ + }; + + +/* + * Local functions... + */ + +static int compare_active_jobs(void *first, void *second, void *data); +static int compare_jobs(void *first, void *second, void *data); +static void free_job(cupsd_job_t *job); +static int ipp_length(ipp_t *ipp); +static void load_job_cache(const char *filename); +static void load_next_job_id(const char *filename); +static void load_request_root(void); +static void set_time(cupsd_job_t *job, const char *name); +static void set_hold_until(cupsd_job_t *job, time_t holdtime); +static void start_job(cupsd_job_t *job, cupsd_printer_t *printer); +static void unload_job(cupsd_job_t *job); + + +/* + * 'cupsdAddJob()' - Add a new job to the job queue... + */ + +cupsd_job_t * /* O - New job record */ +cupsdAddJob(int priority, /* I - Job priority */ + const char *dest) /* I - Job destination */ +{ + cupsd_job_t *job; /* New job record */ + + + job = calloc(sizeof(cupsd_job_t), 1); + + job->id = NextJobId ++; + job->priority = priority; + job->back_pipes[0] = -1; + job->back_pipes[1] = -1; + job->print_pipes[0] = -1; + job->print_pipes[1] = -1; + job->status_pipes[0] = -1; + job->status_pipes[1] = -1; + + cupsdSetString(&job->dest, dest); + + /* + * Add the new job to the "all jobs" and "active jobs" lists... + */ + + cupsArrayAdd(Jobs, job); + cupsArrayAdd(ActiveJobs, job); + + return (job); +} + + +/* + * 'cupsdCancelJob()' - Cancel the specified print job. + */ + +void +cupsdCancelJob(cupsd_job_t *job, /* I - Job to cancel */ + int purge, /* I - Purge jobs? */ + ipp_jstate_t newstate) /* I - New job state */ +{ + int i; /* Looping var */ + char filename[1024]; /* Job filename */ + cupsd_printer_t *printer; /* Printer used by job */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCancelJob: id = %d", job->id); + + /* + * Stop any processes that are working on the current job... + */ + + printer = job->printer; + + if (job->state_value == IPP_JOB_PROCESSING) + cupsdStopJob(job, 0); + + cupsdLoadJob(job); + + if (job->attrs) + job->state->values[0].integer = newstate; + + job->state_value = newstate; + + set_time(job, "time-at-completed"); + + /* + * Send any pending notifications and then expire them... + */ + + switch (newstate) + { + default : + break; + + case IPP_JOB_CANCELED : + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, printer, job, + purge ? "Job purged." : "Job canceled."); + break; + + case IPP_JOB_ABORTED : + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, printer, job, + "Job aborted; please consult the error_log file " + "for details."); + break; + + case IPP_JOB_COMPLETED : + /* + * Clear the printer's state_message and state_reasons and move on... + */ + + printer->state_message[0] = '\0'; + + cupsdSetPrinterReasons(printer, ""); + cupsdSetPrinterState(printer, IPP_PRINTER_IDLE, 0); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, printer, job, + "Job completed."); + break; + } + + cupsdExpireSubscriptions(NULL, job); + + /* + * Remove the job from the active list... + */ + + cupsArrayRemove(ActiveJobs, job); + + /* + * Remove any authentication data... + */ + + snprintf(filename, sizeof(filename), "%s/a%05d", RequestRoot, job->id); + unlink(filename); + + /* + * Remove the print file for good if we aren't preserving jobs or + * files... + */ + + job->current_file = 0; + + if (!JobHistory || !JobFiles || purge || (job->dtype & CUPS_PRINTER_REMOTE)) + { + for (i = 1; i <= job->num_files; i ++) + { + snprintf(filename, sizeof(filename), "%s/d%05d-%03d", RequestRoot, + job->id, i); + unlink(filename); + } + + if (job->num_files > 0) + { + free(job->filetypes); + free(job->compressions); + + job->num_files = 0; + job->filetypes = NULL; + job->compressions = NULL; + } + } + + if (JobHistory && !purge && !(job->dtype & CUPS_PRINTER_REMOTE)) + { + /* + * Save job state info... + */ + + cupsdSaveJob(job); + } + else + { + /* + * Remove the job info file... + */ + + snprintf(filename, sizeof(filename), "%s/c%05d", RequestRoot, + job->id); + unlink(filename); + + /* + * Remove the job from the "all jobs" list... + */ + + cupsArrayRemove(Jobs, job); + + /* + * Free all memory used... + */ + + free_job(job); + } +} + + +/* + * 'cupsdCancelJobs()' - Cancel all jobs for the given destination/user... + */ + +void +cupsdCancelJobs(const char *dest, /* I - Destination to cancel */ + const char *username, /* I - Username or NULL */ + int purge) /* I - Purge jobs? */ +{ + cupsd_job_t *job; /* Current job */ + + + for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); + job; + job = (cupsd_job_t *)cupsArrayNext(Jobs)) + if ((dest == NULL || !strcmp(job->dest, dest)) && + (username == NULL || !strcmp(job->username, username))) + { + /* + * Cancel all jobs matching this destination/user... + */ + + cupsdCancelJob(job, purge, IPP_JOB_CANCELED); + } + + cupsdCheckJobs(); +} + + +/* + * 'cupsdCheckJobs()' - Check the pending jobs and start any if the destination + * is available. + */ + +void +cupsdCheckJobs(void) +{ + cupsd_job_t *job; /* Current job in queue */ + cupsd_printer_t *printer, /* Printer destination */ + *pclass; /* Printer class destination */ + + + DEBUG_puts("cupsdCheckJobs()"); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCheckJobs: %d active jobs, sleeping=%d, reload=%d", + cupsArrayCount(ActiveJobs), Sleeping, NeedReload); + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + { + /* + * Start held jobs if they are ready... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdCheckJobs: Job %d: state_value=%d, loaded=%s", + job->id, job->state_value, job->attrs ? "yes" : "no"); + + if (job->state_value == IPP_JOB_HELD && + job->hold_until && + job->hold_until < time(NULL)) + { + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + + /* + * Start pending jobs if the destination is available... + */ + + if (job->state_value == IPP_JOB_PENDING && !NeedReload && !Sleeping) + { + printer = cupsdFindDest(job->dest); + pclass = NULL; + + while (printer && + (printer->type & (CUPS_PRINTER_IMPLICIT | CUPS_PRINTER_CLASS))) + { + /* + * If the class is remote, just pass it to the remote server... + */ + + pclass = printer; + + if (!(pclass->type & CUPS_PRINTER_REMOTE) && + pclass->state != IPP_PRINTER_STOPPED) + printer = cupsdFindAvailablePrinter(job->dest); + else + printer = NULL; + } + + if (!printer && !pclass) + { + /* + * Whoa, the printer and/or class for this destination went away; + * cancel the job... + */ + + cupsdLogMessage(CUPSD_LOG_WARN, + "Printer/class %s has gone away; canceling job %d!", + job->dest, job->id); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, job->printer, job, + "Job canceled because the destination printer/class has " + "gone away."); + + cupsdCancelJob(job, 1, IPP_JOB_ABORTED); + } + else if (printer) + { + /* + * See if the printer is available or remote and not printing a job; + * if so, start the job... + */ + + if (pclass) + { + /* + * Add/update a job-actual-printer-uri attribute for this job + * so that we know which printer actually printed the job... + */ + + ipp_attribute_t *attr; /* job-actual-printer-uri attribute */ + + + if ((attr = ippFindAttribute(job->attrs, "job-actual-printer-uri", + IPP_TAG_URI)) != NULL) + cupsdSetString(&attr->values[0].string.text, printer->uri); + else + ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_URI, + "job-actual-printer-uri", NULL, printer->uri); + } + + if ((!(printer->type & CUPS_PRINTER_REMOTE) && /* Printer is local */ + printer->state == IPP_PRINTER_IDLE) || /* and idle */ + ((printer->type & CUPS_PRINTER_REMOTE) && /* Printer is remote */ + !printer->job)) /* and not printing */ + start_job(job, printer); + } + } + } +} + + +/* + * 'cupsdCleanJobs()' - Clean out old jobs. + */ + +void +cupsdCleanJobs(void) +{ + cupsd_job_t *job; /* Current job */ + + + if (MaxJobs <= 0) + return; + + for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); + job && cupsArrayCount(Jobs) >= MaxJobs; + job = (cupsd_job_t *)cupsArrayNext(Jobs)) + if (job->state_value >= IPP_JOB_CANCELED) + cupsdCancelJob(job, 1, IPP_JOB_CANCELED); +} + + +/* + * 'cupsdFinishJob()' - Finish a job. + */ + +void +cupsdFinishJob(cupsd_job_t *job) /* I - Job */ +{ + int job_history; /* Did cupsdCancelJob() keep the job? */ + cupsd_printer_t *printer; /* Current printer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, "[Job %d] File %d is complete.", + job->id, job->current_file - 1); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFinishJob: job->status is %d", + job->status); + + if (job->status_buffer && + (job->status < 0 || job->current_file >= job->num_files)) + { + /* + * Close the pipe and clear the input bit. + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdFinishJob: Removing fd %d from InputSet...", + job->status_buffer->fd); + + FD_CLR(job->status_buffer->fd, InputSet); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdFinishJob: Closing status pipes [ %d %d ]...", + job->status_pipes[0], job->status_pipes[1]); + + cupsdClosePipe(job->status_pipes); + cupsdStatBufDelete(job->status_buffer); + + job->status_buffer = NULL; + } + + printer = job->printer; + + if (job->status < 0) + { + /* + * Backend had errors; stop it... + */ + + int exit_code; /* Exit code from backend */ + + + /* + * Convert the status to an exit code. Due to the way the W* macros are + * implemented on MacOS X (bug?), we have to store the exit status in a + * variable first and then convert... + */ + + exit_code = -job->status; + if (WIFEXITED(exit_code)) + exit_code = WEXITSTATUS(exit_code); + else + exit_code = job->status; + + cupsdLogMessage(CUPSD_LOG_INFO, "[Job %d] Backend returned status %d (%s)", + job->id, exit_code, + exit_code == CUPS_BACKEND_FAILED ? "failed" : + exit_code == CUPS_BACKEND_AUTH_REQUIRED ? + "authentication required" : + exit_code == CUPS_BACKEND_HOLD ? "hold job" : + exit_code == CUPS_BACKEND_STOP ? "stop printer" : + exit_code == CUPS_BACKEND_CANCEL ? "cancel job" : + exit_code < 0 ? "crashed" : "unknown"); + + /* + * Do what needs to be done... + */ + + switch (exit_code) + { + default : + case CUPS_BACKEND_FAILED : + /* + * Backend failure, use the error-policy to determine how to + * act... + */ + + cupsdStopJob(job, 0); + + if (job->dtype & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT)) + { + /* + * Mark the job as pending again - we'll retry on another + * printer... + */ + + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + + cupsdSaveJob(job); + + /* + * If the job was queued to a class, try requeuing it... For + * faxes and retry-job queues, hold the current job for 5 minutes. + */ + + if (job->dtype & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT)) + cupsdCheckJobs(); + else if ((printer->type & CUPS_PRINTER_FAX) || + !strcmp(printer->error_policy, "retry-job")) + { + /* + * See how many times we've tried to send the job; if more than + * the limit, cancel the job. + */ + + job->tries ++; + + if (job->tries >= JobRetryLimit) + { + /* + * Too many tries... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Canceling job %d since it could not be sent " + "after %d tries.", + job->id, JobRetryLimit); + + cupsdCancelJob(job, 0, IPP_JOB_ABORTED); + } + else + { + /* + * Try again in N seconds... + */ + + set_hold_until(job, time(NULL) + JobRetryInterval); + + cupsdAddEvent(CUPSD_EVENT_JOB_STATE, job->printer, job, + "Job held due to fax errors; please consult " + "the error_log file for details."); + cupsdSetPrinterState(printer, IPP_PRINTER_IDLE, 0); + } + } + else if (!strcmp(printer->error_policy, "abort-job")) + cupsdCancelJob(job, 0, IPP_JOB_ABORTED); + else + { + cupsdSetPrinterState(printer, IPP_PRINTER_STOPPED, 1); + + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, printer, job, + "Job stopped due to backend errors; please consult " + "the error_log file for details."); + } + break; + + case CUPS_BACKEND_CANCEL : + /* + * Cancel the job... + */ + + cupsdCancelJob(job, 0, IPP_JOB_CANCELED); + break; + + case CUPS_BACKEND_HOLD : + /* + * Hold the job... + */ + + cupsdStopJob(job, 0); + + cupsdSetJobHoldUntil(job, "indefinite"); + + job->state->values[0].integer = IPP_JOB_HELD; + job->state_value = IPP_JOB_HELD; + + cupsdSaveJob(job); + + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, printer, job, + "Job held due to backend errors; please consult " + "the error_log file for details."); + break; + + case CUPS_BACKEND_STOP : + /* + * Stop the printer... + */ + + cupsdStopJob(job, 0); + + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + + cupsdSaveJob(job); + cupsdSetPrinterState(printer, IPP_PRINTER_STOPPED, 1); + + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, printer, job, + "Job stopped due to backend errors; please consult " + "the error_log file for details."); + break; + + case CUPS_BACKEND_AUTH_REQUIRED : + cupsdStopJob(job, 0); + + cupsdSetJobHoldUntil(job, "authenticated"); + + job->state->values[0].integer = IPP_JOB_HELD; + job->state_value = IPP_JOB_HELD; + + cupsdSaveJob(job); + + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, printer, job, + "Authentication is required for job %d.", job->id); + break; + } + + /* + * Try printing another job... + */ + + cupsdCheckJobs(); + } + else if (job->status > 0) + { + /* + * Filter had errors; stop job... + */ + + cupsdStopJob(job, 1); + cupsdSaveJob(job); + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, printer, job, + "Job stopped due to filter errors; please consult the " + "error_log file for details."); + cupsdCheckJobs(); + } + else + { + /* + * Job printed successfully; cancel it... + */ + + if (job->current_file < job->num_files) + { + /* + * Start the next file in the job... + */ + + FilterLevel -= job->cost; + start_job(job, printer); + } + else + { + /* + * Close out this job... + */ + + job_history = JobHistory && !(job->dtype & CUPS_PRINTER_REMOTE); + + cupsdCancelJob(job, 0, IPP_JOB_COMPLETED); + cupsdCheckJobs(); + } + } +} + + +/* + * 'cupsdFreeAllJobs()' - Free all jobs from memory. + */ + +void +cupsdFreeAllJobs(void) +{ + cupsd_job_t *job; /* Current job */ + + + if (!Jobs) + return; + + cupsdHoldSignals(); + + cupsdStopAllJobs(1); + cupsdSaveAllJobs(); + + for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); + job; + job = (cupsd_job_t *)cupsArrayNext(Jobs)) + { + cupsArrayRemove(Jobs, job); + cupsArrayRemove(ActiveJobs, job); + + free_job(job); + } + + cupsdReleaseSignals(); +} + + +/* + * 'cupsdFindJob()' - Find the specified job. + */ + +cupsd_job_t * /* O - Job data */ +cupsdFindJob(int id) /* I - Job ID */ +{ + cupsd_job_t key; /* Search key */ + + + key.id = id; + + return ((cupsd_job_t *)cupsArrayFind(Jobs, &key)); +} + + +/* + * 'cupsdGetPrinterJobCount()' - Get the number of pending, processing, + * or held jobs in a printer or class. + */ + +int /* O - Job count */ +cupsdGetPrinterJobCount( + const char *dest) /* I - Printer or class name */ +{ + int count; /* Job count */ + cupsd_job_t *job; /* Current job */ + + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs), count = 0; + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (job->dest && !strcasecmp(job->dest, dest)) + count ++; + + return (count); +} + + +/* + * 'cupsdGetUserJobCount()' - Get the number of pending, processing, + * or held jobs for a user. + */ + +int /* O - Job count */ +cupsdGetUserJobCount( + const char *username) /* I - Username */ +{ + int count; /* Job count */ + cupsd_job_t *job; /* Current job */ + + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs), count = 0; + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (!strcasecmp(job->username, username)) + count ++; + + return (count); +} + + +/* + * 'cupsdHoldJob()' - Hold the specified job. + */ + +void +cupsdHoldJob(cupsd_job_t *job) /* I - Job data */ +{ + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdHoldJob: id = %d", job->id); + + if (job->state_value == IPP_JOB_PROCESSING) + cupsdStopJob(job, 0); + else + cupsdLoadJob(job); + + DEBUG_puts("cupsdHoldJob: setting state to held..."); + + job->state->values[0].integer = IPP_JOB_HELD; + job->state_value = IPP_JOB_HELD; + + cupsdSaveJob(job); + + cupsdCheckJobs(); +} + + +/* + * 'cupsdLoadAllJobs()' - Load all jobs from disk. + */ + +void +cupsdLoadAllJobs(void) +{ + char filename[1024]; /* Full filename of job.cache file */ + struct stat fileinfo, /* Information on job.cache file */ + dirinfo; /* Information on RequestRoot dir */ + + + + /* + * Create the job arrays as needed... + */ + + if (!Jobs) + Jobs = cupsArrayNew(compare_jobs, NULL); + + if (!ActiveJobs) + ActiveJobs = cupsArrayNew(compare_active_jobs, NULL); + + /* + * See whether the job.cache file is older than the RequestRoot directory... + */ + + snprintf(filename, sizeof(filename), "%s/job.cache", CacheDir); + + if (stat(filename, &fileinfo)) + { + fileinfo.st_mtime = 0; + + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to get file information for \"%s\" - %s", + filename, strerror(errno)); + } + + if (stat(RequestRoot, &dirinfo)) + { + dirinfo.st_mtime = 0; + + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to get directory information for \"%s\" - %s", + RequestRoot, strerror(errno)); + } + + /* + * Load the most recent source for job data... + */ + + if (dirinfo.st_mtime > fileinfo.st_mtime) + { + load_request_root(); + + load_next_job_id(filename); + } + else + load_job_cache(filename); + + /* + * Clean out old jobs as needed... + */ + + if (MaxJobs > 0 && cupsArrayCount(Jobs) >= MaxJobs) + cupsdCleanJobs(); +} + + +/* + * 'cupsdLoadJob()' - Load a single job... + */ + +void +cupsdLoadJob(cupsd_job_t *job) /* I - Job */ +{ + char jobfile[1024]; /* Job filename */ + cups_file_t *fp; /* Job file */ + int fileid; /* Current file ID */ + ipp_attribute_t *attr; /* Job attribute */ + char scheme[32], /* Scheme portion of URI */ + username[64], /* Username portion of URI */ + host[HTTP_MAX_HOST], + /* Host portion of URI */ + resource[HTTP_MAX_URI]; + /* Resource portion of URI */ + int port; /* Port portion of URI */ + const char *dest; /* Destination */ + mime_type_t **filetypes; /* New filetypes array */ + int *compressions; /* New compressions array */ + + + if (job->attrs) + { + if (job->state_value > IPP_JOB_STOPPED) + job->access_time = time(NULL); + + return; + } + + if ((job->attrs = ippNew()) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Ran out of memory for job attributes!"); + return; + } + + /* + * Load job attributes... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Loading attributes for job %d...", + job->id); + + snprintf(jobfile, sizeof(jobfile), "%s/c%05d", RequestRoot, job->id); + if ((fp = cupsFileOpen(jobfile, "r")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open job control file \"%s\" - %s!", + jobfile, strerror(errno)); + ippDelete(job->attrs); + job->attrs = NULL; + return; + } + + if (ippReadIO(fp, (ipp_iocb_t)cupsFileRead, 1, NULL, job->attrs) != IPP_DATA) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to read job control file \"%s\"!", + jobfile); + cupsFileClose(fp); + ippDelete(job->attrs); + job->attrs = NULL; + unlink(jobfile); + return; + } + + cupsFileClose(fp); + + /* + * Copy attribute data to the job object... + */ + + if ((job->state = ippFindAttribute(job->attrs, "job-state", + IPP_TAG_ENUM)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing or bad job-state attribute in control " + "file \"%s\"!", + jobfile); + ippDelete(job->attrs); + job->attrs = NULL; + unlink(jobfile); + return; + } + + job->state_value = (ipp_jstate_t)job->state->values[0].integer; + + if (!job->dest) + { + if ((attr = ippFindAttribute(job->attrs, "job-printer-uri", + IPP_TAG_URI)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "No job-printer-uri attribute in control file \"%s\"!", + jobfile); + ippDelete(job->attrs); + job->attrs = NULL; + unlink(jobfile); + return; + } + + httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text, scheme, + sizeof(scheme), username, sizeof(username), host, + sizeof(host), &port, resource, sizeof(resource)); + + if ((dest = cupsdValidateDest(host, resource, &(job->dtype), + NULL)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to queue job for destination \"%s\"!", + attr->values[0].string.text); + ippDelete(job->attrs); + job->attrs = NULL; + unlink(jobfile); + return; + } + + cupsdSetString(&job->dest, dest); + } + + job->sheets = ippFindAttribute(job->attrs, "job-media-sheets-completed", + IPP_TAG_INTEGER); + job->job_sheets = ippFindAttribute(job->attrs, "job-sheets", IPP_TAG_NAME); + + if (!job->priority) + { + if ((attr = ippFindAttribute(job->attrs, "job-priority", + IPP_TAG_INTEGER)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing or bad job-priority attribute in control " + "file \"%s\"!", jobfile); + ippDelete(job->attrs); + job->attrs = NULL; + unlink(jobfile); + return; + } + + job->priority = attr->values[0].integer; + } + + if (!job->username) + { + if ((attr = ippFindAttribute(job->attrs, "job-originating-user-name", + IPP_TAG_NAME)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing or bad job-originating-user-name attribute " + "in control file \"%s\"!", jobfile); + ippDelete(job->attrs); + job->attrs = NULL; + unlink(jobfile); + return; + } + + cupsdSetString(&job->username, attr->values[0].string.text); + } + + /* + * Set the job hold-until time and state... + */ + + if (job->state_value == IPP_JOB_HELD) + { + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + + if (attr) + cupsdSetJobHoldUntil(job, attr->values[0].string.text); + else + { + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + } + else if (job->state_value == IPP_JOB_PROCESSING) + { + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } + + if (!job->num_files) + { + /* + * Find all the d##### files... + */ + + for (fileid = 1; fileid < 10000; fileid ++) + { + snprintf(jobfile, sizeof(jobfile), "%s/d%05d-%03d", RequestRoot, + job->id, fileid); + + if (access(jobfile, 0)) + break; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Auto-typing document file \"%s\"...", + jobfile); + + if (fileid > job->num_files) + { + if (job->num_files == 0) + { + compressions = (int *)calloc(fileid, sizeof(int)); + filetypes = (mime_type_t **)calloc(fileid, sizeof(mime_type_t *)); + } + else + { + compressions = (int *)realloc(job->compressions, + sizeof(int) * fileid); + filetypes = (mime_type_t **)realloc(job->filetypes, + sizeof(mime_type_t *) * + fileid); + } + + if (!compressions || !filetypes) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Ran out of memory for job file types!"); + return; + } + + job->compressions = compressions; + job->filetypes = filetypes; + job->num_files = fileid; + } + + job->filetypes[fileid - 1] = mimeFileType(MimeDatabase, jobfile, NULL, + job->compressions + fileid - 1); + + if (!job->filetypes[fileid - 1]) + job->filetypes[fileid - 1] = mimeType(MimeDatabase, "application", + "vnd.cups-raw"); + } + } + + job->access_time = time(NULL); +} + + +/* + * 'cupsdMoveJob()' - Move the specified job to a different destination. + */ + +void +cupsdMoveJob(cupsd_job_t *job, /* I - Job */ + cupsd_printer_t *p) /* I - Destination printer or class */ +{ + ipp_attribute_t *attr; /* job-printer-uri attribute */ + const char *olddest; /* Old destination */ + cupsd_printer_t *oldp; /* Old pointer */ + + + /* + * Don't move completed jobs... + */ + + if (job->state_value > IPP_JOB_STOPPED) + return; + + /* + * Get the old destination... + */ + + olddest = job->dest; + + if (job->printer) + oldp = job->printer; + else + oldp = cupsdFindDest(olddest); + + /* + * Change the destination information... + */ + + cupsdLoadJob(job); + + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, oldp, job, + "Job #%d moved from %s to %s.", job->id, olddest, + p->name); + + cupsdSetString(&job->dest, p->name); + job->dtype = p->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_REMOTE | + CUPS_PRINTER_IMPLICIT); + + if ((attr = ippFindAttribute(job->attrs, "job-printer-uri", + IPP_TAG_URI)) != NULL) + cupsdSetString(&(attr->values[0].string.text), p->uri); + + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, p, job, + "Job #%d moved from %s to %s.", job->id, olddest, + p->name); + + cupsdSaveJob(job); +} + + +/* + * 'cupsdReleaseJob()' - Release the specified job. + */ + +void +cupsdReleaseJob(cupsd_job_t *job) /* I - Job */ +{ + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdReleaseJob: id = %d", job->id); + + if (job->state_value == IPP_JOB_HELD) + { + DEBUG_puts("cupsdReleaseJob: setting state to pending..."); + + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + cupsdSaveJob(job); + cupsdCheckJobs(); + } +} + + +/* + * 'cupsdRestartJob()' - Restart the specified job. + */ + +void +cupsdRestartJob(cupsd_job_t *job) /* I - Job */ +{ + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdRestartJob: id = %d", job->id); + + if (job->state_value == IPP_JOB_STOPPED || job->num_files) + { + ipp_jstate_t old_state; /* Old job state */ + + + cupsdLoadJob(job); + + old_state = job->state_value; + + job->tries = 0; + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + + cupsdSaveJob(job); + + if (old_state > IPP_JOB_STOPPED) + cupsArrayAdd(ActiveJobs, job); + + cupsdCheckJobs(); + } +} + + +/* + * 'cupsdSaveAllJobs()' - Save a summary of all jobs to disk. + */ + +void +cupsdSaveAllJobs(void) +{ + int i; /* Looping var */ + cups_file_t *fp; /* Job cache file */ + char temp[1024]; /* Temporary string */ + cupsd_job_t *job; /* Current job */ + time_t curtime; /* Current time */ + struct tm *curdate; /* Current date */ + + + snprintf(temp, sizeof(temp), "%s/job.cache", CacheDir); + if ((fp = cupsFileOpen(temp, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create job cache file \"%s\" - %s", + temp, strerror(errno)); + return; + } + + cupsdLogMessage(CUPSD_LOG_INFO, "Saving job cache file \"%s\"...", temp); + + /* + * Restrict access to the file... + */ + + fchown(cupsFileNumber(fp), getuid(), Group); + fchmod(cupsFileNumber(fp), ConfigFilePerm); + + /* + * Write a small header to the file... + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + strftime(temp, sizeof(temp) - 1, "%Y-%m-%d %H:%M", curdate); + + cupsFilePuts(fp, "# Job cache file for " CUPS_SVERSION "\n"); + cupsFilePrintf(fp, "# Written by cupsd on %s\n", temp); + cupsFilePrintf(fp, "NextJobId %d\n", NextJobId); + + /* + * Write each job known to the system... + */ + + for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); + job; + job = (cupsd_job_t *)cupsArrayNext(Jobs)) + { + cupsFilePrintf(fp, "\n", job->id); + cupsFilePrintf(fp, "State %d\n", job->state_value); + cupsFilePrintf(fp, "Priority %d\n", job->priority); + cupsFilePrintf(fp, "Username %s\n", job->username); + cupsFilePrintf(fp, "Destination %s\n", job->dest); + cupsFilePrintf(fp, "DestType %d\n", job->dtype); + cupsFilePrintf(fp, "NumFiles %d\n", job->num_files); + for (i = 0; i < job->num_files; i ++) + cupsFilePrintf(fp, "File %d %s/%s %d\n", i + 1, job->filetypes[i]->super, + job->filetypes[i]->type, job->compressions[i]); + cupsFilePuts(fp, "\n"); + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdSaveJob()' - Save a job to disk. + */ + +void +cupsdSaveJob(cupsd_job_t *job) /* I - Job */ +{ + char filename[1024]; /* Job control filename */ + cups_file_t *fp; /* Job file */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdSaveJob(job=%p(%d)): job->attrs=%p", + job, job->id, job->attrs); + + snprintf(filename, sizeof(filename), "%s/c%05d", RequestRoot, job->id); + + if ((fp = cupsFileOpen(filename, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create job control file \"%s\" - %s.", + filename, strerror(errno)); + return; + } + + fchmod(cupsFileNumber(fp), 0600); + fchown(cupsFileNumber(fp), RunUser, Group); + + job->attrs->state = IPP_IDLE; + + if (ippWriteIO(fp, (ipp_iocb_t)cupsFileWrite, 1, NULL, + job->attrs) != IPP_DATA) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to write job control file \"%s\"!", + filename); + + cupsFileClose(fp); +} + + +/* + * 'cupsdSetJobHoldUntil()' - Set the hold time for a job... + */ + +void +cupsdSetJobHoldUntil(cupsd_job_t *job, /* I - Job */ + const char *when) /* I - When to resume */ +{ + time_t curtime; /* Current time */ + struct tm *curdate; /* Current date */ + int hour; /* Hold hour */ + int minute; /* Hold minute */ + int second; /* Hold second */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdSetJobHoldUntil(%d, \"%s\")", + job->id, when); + + second = 0; + + if (!strcmp(when, "indefinite") || !strcmp(when, "authenticated")) + { + /* + * Hold indefinitely... + */ + + job->hold_until = 0; + } + else if (!strcmp(when, "day-time")) + { + /* + * Hold to 6am the next morning unless local time is < 6pm. + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + + if (curdate->tm_hour < 18) + job->hold_until = curtime; + else + job->hold_until = curtime + + ((29 - curdate->tm_hour) * 60 + 59 - + curdate->tm_min) * 60 + 60 - curdate->tm_sec; + } + else if (!strcmp(when, "evening") || !strcmp(when, "night")) + { + /* + * Hold to 6pm unless local time is > 6pm or < 6am. + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + + if (curdate->tm_hour < 6 || curdate->tm_hour >= 18) + job->hold_until = curtime; + else + job->hold_until = curtime + + ((17 - curdate->tm_hour) * 60 + 59 - + curdate->tm_min) * 60 + 60 - curdate->tm_sec; + } + else if (!strcmp(when, "second-shift")) + { + /* + * Hold to 4pm unless local time is > 4pm. + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + + if (curdate->tm_hour >= 16) + job->hold_until = curtime; + else + job->hold_until = curtime + + ((15 - curdate->tm_hour) * 60 + 59 - + curdate->tm_min) * 60 + 60 - curdate->tm_sec; + } + else if (!strcmp(when, "third-shift")) + { + /* + * Hold to 12am unless local time is < 8am. + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + + if (curdate->tm_hour < 8) + job->hold_until = curtime; + else + job->hold_until = curtime + + ((23 - curdate->tm_hour) * 60 + 59 - + curdate->tm_min) * 60 + 60 - curdate->tm_sec; + } + else if (!strcmp(when, "weekend")) + { + /* + * Hold to weekend unless we are in the weekend. + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + + if (curdate->tm_wday || curdate->tm_wday == 6) + job->hold_until = curtime; + else + job->hold_until = curtime + + (((5 - curdate->tm_wday) * 24 + + (17 - curdate->tm_hour)) * 60 + 59 - + curdate->tm_min) * 60 + 60 - curdate->tm_sec; + } + else if (sscanf(when, "%d:%d:%d", &hour, &minute, &second) >= 2) + { + /* + * Hold to specified GMT time (HH:MM or HH:MM:SS)... + */ + + curtime = time(NULL); + curdate = gmtime(&curtime); + + job->hold_until = curtime + + ((hour - curdate->tm_hour) * 60 + minute - + curdate->tm_min) * 60 + second - curdate->tm_sec; + + /* + * Hold until next day as needed... + */ + + if (job->hold_until < curtime) + job->hold_until += 24 * 60 * 60; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdSetJobHoldUntil: hold_until = %d", + (int)job->hold_until); +} + + +/* + * 'cupsdSetJobPriority()' - Set the priority of a job, moving it up/down in + * the list as needed. + */ + +void +cupsdSetJobPriority( + cupsd_job_t *job, /* I - Job ID */ + int priority) /* I - New priority (0 to 100) */ +{ + ipp_attribute_t *attr; /* Job attribute */ + + + /* + * Don't change completed jobs... + */ + + if (job->state_value >= IPP_JOB_PROCESSING) + return; + + /* + * Set the new priority and re-add the job into the active list... + */ + + cupsArrayRemove(ActiveJobs, job); + + job->priority = priority; + + if ((attr = ippFindAttribute(job->attrs, "job-priority", + IPP_TAG_INTEGER)) != NULL) + attr->values[0].integer = priority; + else + ippAddInteger(job->attrs, IPP_TAG_JOB, IPP_TAG_INTEGER, "job-priority", + priority); + + cupsArrayAdd(ActiveJobs, job); + + cupsdSaveJob(job); +} + + +/* + * 'cupsdStopAllJobs()' - Stop all print jobs. + */ + +void +cupsdStopAllJobs(int force) /* I - 1 = Force all filters to stop */ +{ + cupsd_job_t *job; /* Current job */ + + + DEBUG_puts("cupsdStopAllJobs()"); + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (job->state_value == IPP_JOB_PROCESSING) + { + cupsdStopJob(job, force); + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + } +} + + +/* + * 'cupsdStopJob()' - Stop a print job. + */ + +void +cupsdStopJob(cupsd_job_t *job, /* I - Job */ + int force) /* I - 1 = Force all filters to stop */ +{ + int i; /* Looping var */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdStopJob: id = %d, force = %d", + job->id, force); + + if (job->state_value != IPP_JOB_PROCESSING) + return; + + FilterLevel -= job->cost; + + if (job->printer->state == IPP_PRINTER_PROCESSING) + cupsdSetPrinterState(job->printer, IPP_PRINTER_IDLE, 0); + + job->state->values[0].integer = IPP_JOB_STOPPED; + job->state_value = IPP_JOB_STOPPED; + job->printer->job = NULL; + job->printer = NULL; + + job->current_file --; + + for (i = 0; job->filters[i]; i ++) + if (job->filters[i] > 0) + { + cupsdEndProcess(job->filters[i], force); + job->filters[i] = 0; + } + + if (job->backend > 0) + { + cupsdEndProcess(job->backend, force); + job->backend = 0; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopJob: Closing print pipes [ %d %d ]...", + job->print_pipes[0], job->print_pipes[1]); + + cupsdClosePipe(job->print_pipes); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopJob: Closing back pipes [ %d %d ]...", + job->back_pipes[0], job->back_pipes[1]); + + cupsdClosePipe(job->back_pipes); + + if (job->status_buffer) + { + /* + * Close the pipe and clear the input bit. + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopJob: Removing fd %d from InputSet...", + job->status_buffer->fd); + + FD_CLR(job->status_buffer->fd, InputSet); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopJob: Closing status pipes [ %d %d ]...", + job->status_pipes[0], job->status_pipes[1]); + + cupsdClosePipe(job->status_pipes); + cupsdStatBufDelete(job->status_buffer); + + job->status_buffer = NULL; + } +} + + +/* + * 'cupsdUnloadCompletedJobs()' - Flush completed job history from memory. + */ + +void +cupsdUnloadCompletedJobs(void) +{ + cupsd_job_t *job; /* Current job */ + time_t expire; /* Expiration time */ + + + expire = time(NULL) - 60; + + for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); + job; + job = (cupsd_job_t *)cupsArrayNext(Jobs)) + if (job->attrs && job->state_value >= IPP_JOB_STOPPED && + job->access_time < expire) + unload_job(job); +} + + +/* + * 'cupsdUpdateJob()' - Read a status update from a job's filters. + */ + +void +cupsdUpdateJob(cupsd_job_t *job) /* I - Job to check */ +{ + int i; /* Looping var */ + int copies; /* Number of copies printed */ + char message[1024], /* Message text */ + *ptr; /* Pointer update... */ + int loglevel, /* Log level for message */ + event = 0; /* Events? */ + + + while ((ptr = cupsdStatBufUpdate(job->status_buffer, &loglevel, + message, sizeof(message))) != NULL) + { + /* + * Process page and printer state messages as needed... + */ + + if (loglevel == CUPSD_LOG_PAGE) + { + /* + * Page message; send the message to the page_log file and update the + * job sheet count... + */ + + if (job->sheets != NULL) + { + if (!strncasecmp(message, "total ", 6)) + { + /* + * Got a total count of pages from a backend or filter... + */ + + copies = atoi(message + 6); + copies -= job->sheets->values[0].integer; /* Just track the delta */ + } + else if (!sscanf(message, "%*d%d", &copies)) + copies = 1; + + job->sheets->values[0].integer += copies; + + if (job->printer->page_limit) + cupsdUpdateQuota(job->printer, job->username, copies, 0); + } + + cupsdLogPage(job, message); + + cupsdAddEvent(CUPSD_EVENT_JOB_PROGRESS, job->printer, job, + "Printed %d page(s).", job->sheets->values[0].integer); + } + else if (loglevel == CUPSD_LOG_STATE) + { + cupsdSetPrinterReasons(job->printer, message); + cupsdAddPrinterHistory(job->printer); + event |= CUPSD_EVENT_PRINTER_STATE_CHANGED; + } + else if (loglevel == CUPSD_LOG_ATTR) + { + /* + * Set attribute(s)... + */ + + /**** TODO ****/ + } +#ifdef __APPLE__ + else if (!strncmp(message, "recoverable:", 12)) + { + cupsdSetPrinterReasons(job->printer, + "+com.apple.print.recoverable-warning"); + + ptr = message + 12; + while (isspace(*ptr & 255)) + ptr ++; + + cupsdSetString(&job->printer->recoverable, ptr); + cupsdAddPrinterHistory(job->printer); + event |= CUPSD_EVENT_PRINTER_STATE_CHANGED; + } + else if (!strncmp(message, "recovered:", 10)) + { + cupsdSetPrinterReasons(job->printer, + "-com.apple.print.recoverable-warning"); + + ptr = message + 10; + while (isspace(*ptr & 255)) + ptr ++; + + cupsdSetString(&job->printer->recoverable, ptr); + cupsdAddPrinterHistory(job->printer); + event |= CUPSD_EVENT_PRINTER_STATE_CHANGED; + } +#endif /* __APPLE__ */ + else if (loglevel <= CUPSD_LOG_INFO) + { + /* + * Some message to show in the printer-state-message attribute... + */ + + strlcpy(job->printer->state_message, message, + sizeof(job->printer->state_message)); + cupsdAddPrinterHistory(job->printer); + event |= CUPSD_EVENT_PRINTER_STATE_CHANGED; + } + + if (!strchr(job->status_buffer->buffer, '\n')) + break; + } + + if ((event & CUPSD_EVENT_PRINTER_STATE_CHANGED)) + cupsdAddEvent(CUPSD_EVENT_PRINTER_STATE_CHANGED, job->printer, NULL, + (job->printer->type & CUPS_PRINTER_CLASS) ? + "Class \"%s\" state changed." : + "Printer \"%s\" state changed.", + job->printer->name); + + if (ptr == NULL && !job->status_buffer->bufused) + { + /* + * See if all of the filters and the backend have returned their + * exit statuses. + */ + + for (i = 0; job->filters[i] < 0; i ++); + + if (job->filters[i]) + return; + + if (job->current_file >= job->num_files && job->backend > 0) + return; + + /* + * Handle the end of job stuff... + */ + + cupsdFinishJob(job); + } +} + + +/* + * 'compare_active_jobs()' - Compare the job IDs and priorities of two jobs. + */ + +static int /* O - Difference */ +compare_active_jobs(void *first, /* I - First job */ + void *second, /* I - Second job */ + void *data) /* I - App data (not used) */ +{ + int diff; /* Difference */ + + + if ((diff = ((cupsd_job_t *)second)->priority - + ((cupsd_job_t *)first)->priority) != 0) + return (diff); + else + return (((cupsd_job_t *)first)->id - ((cupsd_job_t *)second)->id); +} + + +/* + * 'compare_jobs()' - Compare the job IDs of two jobs. + */ + +static int /* O - Difference */ +compare_jobs(void *first, /* I - First job */ + void *second, /* I - Second job */ + void *data) /* I - App data (not used) */ +{ + return (((cupsd_job_t *)first)->id - ((cupsd_job_t *)second)->id); +} + + +/* + * 'free_job()' - Free all memory used by a job. + */ + +static void +free_job(cupsd_job_t *job) /* I - Job */ +{ + cupsdClearString(&job->username); + cupsdClearString(&job->dest); + + if (job->num_files > 0) + { + free(job->compressions); + free(job->filetypes); + } + + ippDelete(job->attrs); + + free(job); +} + + +/* + * 'ipp_length()' - Compute the size of the buffer needed to hold + * the textual IPP attributes. + */ + +static int /* O - Size of attribute buffer */ +ipp_length(ipp_t *ipp) /* I - IPP request */ +{ + int bytes; /* Number of bytes */ + int i; /* Looping var */ + ipp_attribute_t *attr; /* Current attribute */ + + + /* + * Loop through all attributes... + */ + + bytes = 0; + + for (attr = ipp->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip attributes that won't be sent to filters... + */ + + if (attr->value_tag == IPP_TAG_MIMETYPE || + attr->value_tag == IPP_TAG_NAMELANG || + attr->value_tag == IPP_TAG_TEXTLANG || + attr->value_tag == IPP_TAG_URI || + attr->value_tag == IPP_TAG_URISCHEME) + continue; + + if (strncmp(attr->name, "time-", 5) == 0) + continue; + + /* + * Add space for a leading space and commas between each value. + * For the first attribute, the leading space isn't used, so the + * extra byte can be used as the nul terminator... + */ + + bytes ++; /* " " separator */ + bytes += attr->num_values; /* "," separators */ + + /* + * Boolean attributes appear as "foo,nofoo,foo,nofoo", while + * other attributes appear as "foo=value1,value2,...,valueN". + */ + + if (attr->value_tag != IPP_TAG_BOOLEAN) + bytes += strlen(attr->name); + else + bytes += attr->num_values * strlen(attr->name); + + /* + * Now add the size required for each value in the attribute... + */ + + switch (attr->value_tag) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + /* + * Minimum value of a signed integer is -2147483647, or 11 digits. + */ + + bytes += attr->num_values * 11; + break; + + case IPP_TAG_BOOLEAN : + /* + * Add two bytes for each false ("no") value... + */ + + for (i = 0; i < attr->num_values; i ++) + if (!attr->values[i].boolean) + bytes += 2; + break; + + case IPP_TAG_RANGE : + /* + * A range is two signed integers separated by a hyphen, or + * 23 characters max. + */ + + bytes += attr->num_values * 23; + break; + + case IPP_TAG_RESOLUTION : + /* + * A resolution is two signed integers separated by an "x" and + * suffixed by the units, or 26 characters max. + */ + + bytes += attr->num_values * 26; + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_URI : + /* + * Strings can contain characters that need quoting. We need + * at least 2 * len + 2 characters to cover the quotes and + * any backslashes in the string. + */ + + for (i = 0; i < attr->num_values; i ++) + bytes += 2 * strlen(attr->values[i].string.text) + 2; + break; + + default : + break; /* anti-compiler-warning-code */ + } + } + + return (bytes); +} + + +/* + * 'load_job_cache()' - Load jobs from the job.cache file. + */ + +static void +load_job_cache(const char *filename) /* I - job.cache filename */ +{ + cups_file_t *fp; /* job.cache file */ + char line[1024], /* Line buffer */ + *value; /* Value on line */ + int linenum; /* Line number in file */ + cupsd_job_t *job; /* Current job */ + int jobid; /* Job ID */ + char jobfile[1024]; /* Job filename */ + + + /* + * Open the job.cache file... + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open job cache file \"%s\": %s", + filename, strerror(errno)); + + load_request_root(); + + return; + } + + /* + * Read entries from the job cache file and create jobs as needed. + */ + + cupsdLogMessage(CUPSD_LOG_INFO, "Loading job cache file \"%s\"...", + filename); + + linenum = 0; + job = NULL; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + if (!strcasecmp(line, "NextJobId")) + { + if (value) + NextJobId = atoi(value); + } + else if (!strcasecmp(line, " directive on line %d!", + linenum); + continue; + } + + if (!value) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Missing job ID on line %d!", linenum); + continue; + } + + jobid = atoi(value); + + if (jobid < 1) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad job ID %d on line %d!", jobid, + linenum); + continue; + } + + snprintf(jobfile, sizeof(jobfile), "%s/c%05d", RequestRoot, jobid); + if (access(jobfile, 0)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Job %d files have gone away!", jobid); + continue; + } + + job = calloc(1, sizeof(cupsd_job_t)); + if (!job) + { + cupsdLogMessage(CUPSD_LOG_EMERG, + "Unable to allocate memory for job %d!", jobid); + break; + } + + job->id = jobid; + job->back_pipes[0] = -1; + job->back_pipes[1] = -1; + job->print_pipes[0] = -1; + job->print_pipes[1] = -1; + job->status_pipes[0] = -1; + job->status_pipes[1] = -1; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Loading job %d from cache...", job->id); + } + else if (!job) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Missing directive on line %d!", linenum); + continue; + } + else if (!strcasecmp(line, "")) + { + cupsArrayAdd(Jobs, job); + + if (job->state_value <= IPP_JOB_STOPPED) + { + cupsArrayAdd(ActiveJobs, job); + cupsdLoadJob(job); + } + + job = NULL; + } + else if (!value) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Missing value on line %d!", linenum); + continue; + } + else if (!strcasecmp(line, "State")) + { + job->state_value = (ipp_jstate_t)atoi(value); + + if (job->state_value < IPP_JOB_PENDING) + job->state_value = IPP_JOB_PENDING; + else if (job->state_value > IPP_JOB_COMPLETED) + job->state_value = IPP_JOB_COMPLETED; + } + else if (!strcasecmp(line, "Priority")) + { + job->priority = atoi(value); + } + else if (!strcasecmp(line, "Username")) + { + cupsdSetString(&job->username, value); + } + else if (!strcasecmp(line, "Destination")) + { + cupsdSetString(&job->dest, value); + } + else if (!strcasecmp(line, "DestType")) + { + job->dtype = (cups_ptype_t)atoi(value); + } + else if (!strcasecmp(line, "NumFiles")) + { + job->num_files = atoi(value); + + if (job->num_files < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad NumFiles value %d on line %d!", + job->num_files, linenum); + job->num_files = 0; + continue; + } + + if (job->num_files > 0) + { + snprintf(jobfile, sizeof(jobfile), "%s/d%05d-001", RequestRoot, + job->id); + if (access(jobfile, 0)) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Data files for job %d have gone away!", job->id); + job->num_files = 0; + continue; + } + + job->filetypes = calloc(job->num_files, sizeof(mime_type_t *)); + job->compressions = calloc(job->num_files, sizeof(int)); + + if (!job->filetypes || !job->compressions) + { + cupsdLogMessage(CUPSD_LOG_EMERG, + "Unable to allocate memory for %d files!", + job->num_files); + break; + } + } + } + else if (!strcasecmp(line, "File")) + { + int number, /* File number */ + compression; /* Compression value */ + char super[MIME_MAX_SUPER], /* MIME super type */ + type[MIME_MAX_TYPE]; /* MIME type */ + + + if (sscanf(value, "%d%*[ \t]%15[^/]/%255s%d", &number, super, type, + &compression) != 4) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad File on line %d!", linenum); + continue; + } + + if (number < 1 || number > job->num_files) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Bad File number %d on line %d!", + number, linenum); + continue; + } + + number --; + + job->compressions[number] = compression; + job->filetypes[number] = mimeType(MimeDatabase, super, type); + + if (!job->filetypes[number]) + { + /* + * If the original MIME type is unknown, auto-type it! + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown MIME type %s/%s for file %d of job %d!", + super, type, number + 1, job->id); + + snprintf(jobfile, sizeof(jobfile), "%s/d%05d-%03d", RequestRoot, + job->id, number + 1); + job->filetypes[number] = mimeFileType(MimeDatabase, jobfile, NULL, + job->compressions + number); + + /* + * If that didn't work, assume it is raw... + */ + + if (!job->filetypes[number]) + job->filetypes[number] = mimeType(MimeDatabase, "application", + "vnd.cups-raw"); + } + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, "Unknown %s directive on line %d!", + line, linenum); + } + + cupsFileClose(fp); +} + + +/* + * 'load_next_job_id()' - Load the NextJobId value from the job.cache file. + */ + +static void +load_next_job_id(const char *filename) /* I - job.cache filename */ +{ + cups_file_t *fp; /* job.cache file */ + char line[1024], /* Line buffer */ + *value; /* Value on line */ + int linenum; /* Line number in file */ + int next_job_id; /* NextJobId value from line */ + + + /* + * Read the NextJobId directive from the job.cache file and use + * the value (if any). + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open job cache file \"%s\": %s", + filename, strerror(errno)); + + return; + } + + cupsdLogMessage(CUPSD_LOG_INFO, + "Loading NextJobId from job cache file \"%s\"...", filename); + + linenum = 0; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + if (!strcasecmp(line, "NextJobId")) + { + if (value) + { + next_job_id = atoi(value); + + if (next_job_id > NextJobId) + NextJobId = next_job_id; + } + break; + } + } + + cupsFileClose(fp); +} + + +/* + * 'load_request_root()' - Load jobs from the RequestRoot directory. + */ + +static void +load_request_root(void) +{ + cups_dir_t *dir; /* Directory */ + cups_dentry_t *dent; /* Directory entry */ + cupsd_job_t *job; /* New job */ + + + /* + * Open the requests directory... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Scanning %s for jobs...", RequestRoot); + + if ((dir = cupsDirOpen(RequestRoot)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open spool directory \"%s\": %s", + RequestRoot, strerror(errno)); + return; + } + + /* + * Read all the c##### files... + */ + + while ((dent = cupsDirRead(dir)) != NULL) + if (strlen(dent->filename) >= 6 && dent->filename[0] == 'c') + { + /* + * Allocate memory for the job... + */ + + if ((job = calloc(sizeof(cupsd_job_t), 1)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Ran out of memory for jobs!"); + cupsDirClose(dir); + return; + } + + /* + * Assign the job ID... + */ + + job->id = atoi(dent->filename + 1); + job->back_pipes[0] = -1; + job->back_pipes[1] = -1; + job->print_pipes[0] = -1; + job->print_pipes[1] = -1; + job->status_pipes[0] = -1; + job->status_pipes[1] = -1; + + if (job->id >= NextJobId) + NextJobId = job->id + 1; + + /* + * Load the job... + */ + + cupsdLoadJob(job); + + /* + * Insert the job into the array, sorting by job priority and ID... + */ + + cupsArrayAdd(Jobs, job); + + if (job->state_value <= IPP_JOB_STOPPED) + cupsArrayAdd(ActiveJobs, job); + else + unload_job(job); + } + + cupsDirClose(dir); +} + + +/* + * 'set_time()' - Set one of the "time-at-xyz" attributes... + */ + +static void +set_time(cupsd_job_t *job, /* I - Job to update */ + const char *name) /* I - Name of attribute */ +{ + ipp_attribute_t *attr; /* Time attribute */ + + + if ((attr = ippFindAttribute(job->attrs, name, IPP_TAG_ZERO)) != NULL) + { + attr->value_tag = IPP_TAG_INTEGER; + attr->values[0].integer = time(NULL); + } +} + + +/* + * 'set_hold_until()' - Set the hold time and update job-hold-until attribute... + */ + +static void +set_hold_until(cupsd_job_t *job, /* I - Job to update */ + time_t holdtime) /* I - Hold until time */ +{ + ipp_attribute_t *attr; /* job-hold-until attribute */ + struct tm *holddate; /* Hold date */ + char holdstr[64]; /* Hold time */ + + + /* + * Set the hold_until value and hold the job... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, "set_hold_until: hold_until = %d", + (int)holdtime); + + job->state->values[0].integer = IPP_JOB_HELD; + job->state_value = IPP_JOB_HELD; + job->hold_until = holdtime; + + /* + * Update the job-hold-until attribute with a string representing GMT + * time (HH:MM:SS)... + */ + + holddate = gmtime(&holdtime); + snprintf(holdstr, sizeof(holdstr), "%d:%d:%d", holddate->tm_hour, + holddate->tm_min, holddate->tm_sec); + + if ((attr = ippFindAttribute(job->attrs, "job-hold-until", + IPP_TAG_KEYWORD)) == NULL) + attr = ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME); + + /* + * Either add the attribute or update the value of the existing one + */ + + if (attr == NULL) + attr = ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_KEYWORD, + "job-hold-until", NULL, holdstr); + else + cupsdSetString(&attr->values[0].string.text, holdstr); + + cupsdSaveJob(job); +} + + +/* + * 'start_job()' - Start a print job. + */ + +static void +start_job(cupsd_job_t *job, /* I - Job ID */ + cupsd_printer_t *printer) /* I - Printer to print job */ +{ + int i; /* Looping var */ + int slot; /* Pipe slot */ + cups_array_t *filters; /* Filters for job */ + mime_filter_t *filter, /* Current filter */ + port_monitor; /* Port monitor filter */ + char method[255], /* Method for output */ + *optptr, /* Pointer to options */ + *valptr; /* Pointer in value string */ + ipp_attribute_t *attr; /* Current attribute */ + struct stat backinfo; /* Backend file information */ + int backroot; /* Run backend as root? */ + int pid; /* Process ID of new filter process */ + int banner_page; /* 1 if banner page, 0 otherwise */ + int filterfds[2][2];/* Pipes used between filters */ + int envc; /* Number of environment variables */ + char **argv, /* Filter command-line arguments */ + sani_uri[1024], /* Sanitized DEVICE_URI env var */ + filename[1024], /* Job filename */ + command[1024], /* Full path to command */ + jobid[255], /* Job ID string */ + title[IPP_MAX_NAME], + /* Job title string */ + copies[255], /* # copies string */ + *envp[MAX_ENV + 11], + /* Environment variables */ + charset[255], /* CHARSET env variable */ + class_name[255],/* CLASS env variable */ + classification[1024], + /* CLASSIFICATION env variable */ + content_type[1024], + /* CONTENT_TYPE env variable */ + device_uri[1024], + /* DEVICE_URI env variable */ + final_content_type[1024], + /* FINAL_CONTENT_TYPE env variable */ + lang[255], /* LANG env variable */ + ppd[1024], /* PPD env variable */ + printer_name[255], + /* PRINTER env variable */ + rip_max_cache[255]; + /* RIP_MAX_CACHE env variable */ + static char *options = NULL;/* Full list of options */ + static int optlength = 0; /* Length of option buffer */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "start_job: id = %d, file = %d/%d", + job->id, job->current_file, job->num_files); + + if (job->num_files == 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Job ID %d has no files! Canceling it!", + job->id); + + cupsdCancelJob(job, 0, IPP_JOB_ABORTED); + return; + } + + if (printer->raw && !strncmp(printer->device_uri, "file:", 5)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Job ID %d cannot be printed to raw queue pointing to " + "a file!", + job->id); + + strlcpy(printer->state_message, "Raw printers cannot use file: devices!", + sizeof(printer->state_message)); + cupsdStopPrinter(printer, 1); + cupsdAddPrinterHistory(printer); + return; + } + + /* + * Figure out what filters are required to convert from + * the source to the destination type... + */ + + filters = NULL; + job->cost = 0; + + if (printer->raw) + { + /* + * Remote jobs and raw queues go directly to the printer without + * filtering... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "[Job %d] Sending job to queue tagged as raw...", job->id); + + filters = NULL; + } + else + { + /* + * Local jobs get filtered... + */ + + filters = mimeFilter(MimeDatabase, job->filetypes[job->current_file], + printer->filetype, &(job->cost)); + + if (!filters) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to convert file %d to printable format for " + "job %d!", + job->current_file, job->id); + cupsdLogMessage(CUPSD_LOG_INFO, + "Hint: Do you have ESP Ghostscript installed?"); + + if (LogLevel < CUPSD_LOG_DEBUG) + cupsdLogMessage(CUPSD_LOG_INFO, + "Hint: Try setting the LogLevel to \"debug\"."); + + job->current_file ++; + + if (job->current_file == job->num_files) + cupsdCancelJob(job, 0, IPP_JOB_ABORTED); + + return; + } + + /* + * Remove NULL ("-") filters... + */ + + for (filter = (mime_filter_t *)cupsArrayFirst(filters); + filter; + filter = (mime_filter_t *)cupsArrayNext(filters)) + if (!strcmp(filter->filter, "-")) + cupsArrayRemove(filters, filter); + + if (cupsArrayCount(filters) == 0) + { + cupsArrayDelete(filters); + filters = NULL; + } + } + + /* + * Set a minimum cost of 100 for all jobs so that FilterLimit + * works with raw queues and other low-cost paths. + */ + + if (job->cost < 100) + job->cost = 100; + + /* + * See if the filter cost is too high... + */ + + if ((FilterLevel + job->cost) > FilterLimit && FilterLevel > 0 && + FilterLimit > 0) + { + /* + * Don't print this job quite yet... + */ + + cupsArrayDelete(filters); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Holding job %d because filter limit has been reached.", + job->id); + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: id=%d, file=%d, cost=%d, level=%d, " + "limit=%d", + job->id, job->current_file, job->cost, FilterLevel, + FilterLimit); + return; + } + + FilterLevel += job->cost; + + /* + * Add decompression filters, if any... + */ + + if (!printer->raw && job->compressions[job->current_file]) + { + /* + * Add gziptoany filter to the front of the list... + */ + + if (!filters) + filters = cupsArrayNew(NULL, NULL); + + if (!cupsArrayInsert(filters, &gziptoany_filter)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to add decompression filter - %s", + strerror(errno)); + + cupsArrayDelete(filters); + + job->current_file ++; + + if (job->current_file == job->num_files) + cupsdCancelJob(job, 0, IPP_JOB_ABORTED); + + return; + } + } + + /* + * Add port monitor, if any... + */ + + if (printer->port_monitor) + { + /* + * Add port monitor to the end of the list... + */ + + if (!filters) + filters = cupsArrayNew(NULL, NULL); + + if (!cupsArrayAdd(filters, &port_monitor)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to add port monitor - %s", + strerror(errno)); + + cupsArrayDelete(filters); + + job->current_file ++; + + if (job->current_file == job->num_files) + cupsdCancelJob(job, 0, IPP_JOB_ABORTED); + + return; + } + + snprintf(port_monitor.filter, sizeof(port_monitor.filter), + "%s/monitor/%s", ServerBin, printer->port_monitor); + } + + /* + * Update the printer and job state to "processing"... + */ + + job->state->values[0].integer = IPP_JOB_PROCESSING; + job->state_value = IPP_JOB_PROCESSING; + job->status = 0; + job->printer = printer; + printer->job = job; + cupsdSetPrinterState(printer, IPP_PRINTER_PROCESSING, 0); + + if (job->current_file == 0) + { + /* + * Set the processing time... + */ + + set_time(job, "time-at-processing"); + + /* + * Create the backchannel pipes and make them non-blocking... + */ + + cupsdOpenPipe(job->back_pipes); + + fcntl(job->back_pipes[0], F_SETFL, + fcntl(job->back_pipes[0], F_GETFL) | O_NONBLOCK); + + fcntl(job->back_pipes[1], F_SETFL, + fcntl(job->back_pipes[1], F_GETFL) | O_NONBLOCK); + } + + /* + * Determine if we are printing a banner page or not... + */ + + if (job->job_sheets == NULL) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, "No job-sheets attribute."); + if ((job->job_sheets = + ippFindAttribute(job->attrs, "job-sheets", IPP_TAG_ZERO)) != NULL) + cupsdLogMessage(CUPSD_LOG_DEBUG, + "... but someone added one without setting job_sheets!"); + } + else if (job->job_sheets->num_values == 1) + cupsdLogMessage(CUPSD_LOG_DEBUG, "job-sheets=%s", + job->job_sheets->values[0].string.text); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "job-sheets=%s,%s", + job->job_sheets->values[0].string.text, + job->job_sheets->values[1].string.text); + + if (printer->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_IMPLICIT)) + banner_page = 0; + else if (job->job_sheets == NULL) + banner_page = 0; + else if (strcasecmp(job->job_sheets->values[0].string.text, "none") != 0 && + job->current_file == 0) + banner_page = 1; + else if (job->job_sheets->num_values > 1 && + strcasecmp(job->job_sheets->values[1].string.text, "none") != 0 && + job->current_file == (job->num_files - 1)) + banner_page = 1; + else + banner_page = 0; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "banner_page = %d", banner_page); + + /* + * Building the options string is harder than it needs to be, but + * for the moment we need to pass strings for command-line args and + * not IPP attribute pointers... :) + * + * First allocate/reallocate the option buffer as needed... + */ + + i = ipp_length(job->attrs); + + if (i > optlength) + { + if (optlength == 0) + optptr = malloc(i); + else + optptr = realloc(options, i); + + if (optptr == NULL) + { + cupsdLogMessage(CUPSD_LOG_CRIT, + "Unable to allocate %d bytes for option buffer for " + "job %d!", i, job->id); + + cupsArrayDelete(filters); + + FilterLevel -= job->cost; + + cupsdCancelJob(job, 0, IPP_JOB_ABORTED); + return; + } + + options = optptr; + optlength = i; + } + + /* + * Now loop through the attributes and convert them to the textual + * representation used by the filters... + */ + + optptr = options; + *optptr = '\0'; + + snprintf(title, sizeof(title), "%s-%d", printer->name, job->id); + strcpy(copies, "1"); + + for (attr = job->attrs->attrs; attr != NULL; attr = attr->next) + { + if (!strcmp(attr->name, "copies") && + attr->value_tag == IPP_TAG_INTEGER) + { + /* + * Don't use the # copies attribute if we are printing the job sheets... + */ + + if (!banner_page) + sprintf(copies, "%d", attr->values[0].integer); + } + else if (!strcmp(attr->name, "job-name") && + (attr->value_tag == IPP_TAG_NAME || + attr->value_tag == IPP_TAG_NAMELANG)) + strlcpy(title, attr->values[0].string.text, sizeof(title)); + else if (attr->group_tag == IPP_TAG_JOB) + { + /* + * Filter out other unwanted attributes... + */ + + if (attr->value_tag == IPP_TAG_MIMETYPE || + attr->value_tag == IPP_TAG_NAMELANG || + attr->value_tag == IPP_TAG_TEXTLANG || + (attr->value_tag == IPP_TAG_URI && strcmp(attr->name, "job-uuid")) || + attr->value_tag == IPP_TAG_URISCHEME || + attr->value_tag == IPP_TAG_BEGIN_COLLECTION) /* Not yet supported */ + continue; + + if (!strncmp(attr->name, "time-", 5)) + continue; + + if (!strncmp(attr->name, "job-", 4) && strcmp(attr->name, "job-uuid") && + !(printer->type & CUPS_PRINTER_REMOTE)) + continue; + + if (!strncmp(attr->name, "job-", 4) && + strcmp(attr->name, "job-uuid") && + strcmp(attr->name, "job-billing") && + strcmp(attr->name, "job-sheets") && + strcmp(attr->name, "job-hold-until") && + strcmp(attr->name, "job-priority")) + continue; + + if ((!strcmp(attr->name, "page-label") || + !strcmp(attr->name, "page-border") || + !strncmp(attr->name, "number-up", 9) || + !strcmp(attr->name, "page-set") || + !strcasecmp(attr->name, "AP_FIRSTPAGE_InputSlot") || + !strcasecmp(attr->name, "AP_FIRSTPAGE_ManualFeed")) && + banner_page) + continue; + + /* + * Otherwise add them to the list... + */ + + if (optptr > options) + strlcat(optptr, " ", optlength - (optptr - options)); + + if (attr->value_tag != IPP_TAG_BOOLEAN) + { + strlcat(optptr, attr->name, optlength - (optptr - options)); + strlcat(optptr, "=", optlength - (optptr - options)); + } + + for (i = 0; i < attr->num_values; i ++) + { + if (i) + strlcat(optptr, ",", optlength - (optptr - options)); + + optptr += strlen(optptr); + + switch (attr->value_tag) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + snprintf(optptr, optlength - (optptr - options), + "%d", attr->values[i].integer); + break; + + case IPP_TAG_BOOLEAN : + if (!attr->values[i].boolean) + strlcat(optptr, "no", optlength - (optptr - options)); + + case IPP_TAG_NOVALUE : + strlcat(optptr, attr->name, + optlength - (optptr - options)); + break; + + case IPP_TAG_RANGE : + if (attr->values[i].range.lower == attr->values[i].range.upper) + snprintf(optptr, optlength - (optptr - options) - 1, + "%d", attr->values[i].range.lower); + else + snprintf(optptr, optlength - (optptr - options) - 1, + "%d-%d", attr->values[i].range.lower, + attr->values[i].range.upper); + break; + + case IPP_TAG_RESOLUTION : + snprintf(optptr, optlength - (optptr - options) - 1, + "%dx%d%s", attr->values[i].resolution.xres, + attr->values[i].resolution.yres, + attr->values[i].resolution.units == IPP_RES_PER_INCH ? + "dpi" : "dpc"); + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_URI : + for (valptr = attr->values[i].string.text; *valptr;) + { + if (strchr(" \t\n\\\'\"", *valptr)) + *optptr++ = '\\'; + *optptr++ = *valptr++; + } + + *optptr = '\0'; + break; + + default : + break; /* anti-compiler-warning-code */ + } + } + + optptr += strlen(optptr); + } + } + + /* + * Build the command-line arguments for the filters. Each filter + * has 6 or 7 arguments: + * + * argv[0] = printer + * argv[1] = job ID + * argv[2] = username + * argv[3] = title + * argv[4] = # copies + * argv[5] = options + * argv[6] = filename (optional; normally stdin) + * + * This allows legacy printer drivers that use the old System V + * printing interface to be used by CUPS. + * + * For remote jobs, we send all of the files in the argument list. + */ + + if (printer->remote && job->num_files > 1) + argv = calloc(7 + job->num_files, sizeof(char *)); + else + argv = calloc(8, sizeof(char *)); + + sprintf(jobid, "%d", job->id); + + argv[0] = printer->name; + argv[1] = jobid; + argv[2] = job->username; + argv[3] = title; + argv[4] = copies; + argv[5] = options; + + if (printer->remote && job->num_files > 1) + { + for (i = 0; i < job->num_files; i ++) + { + snprintf(filename, sizeof(filename), "%s/d%05d-%03d", RequestRoot, + job->id, i + 1); + argv[6 + i] = strdup(filename); + } + } + else + { + snprintf(filename, sizeof(filename), "%s/d%05d-%03d", RequestRoot, + job->id, job->current_file + 1); + argv[6] = filename; + } + + for (i = 0; argv[i]; i ++) + cupsdLogMessage(CUPSD_LOG_DEBUG, + "[Job %d] argv[%d]=\"%s\"", job->id, i, argv[i]); + + /* + * Create environment variable strings for the filters... + */ + + attr = ippFindAttribute(job->attrs, "attributes-natural-language", + IPP_TAG_LANGUAGE); + + switch (strlen(attr->values[0].string.text)) + { + default : + /* + * This is an unknown or badly formatted language code; use + * the POSIX locale... + */ + + strcpy(lang, "LANG=C"); + break; + + case 2 : + /* + * Just the language code (ll)... + */ + + snprintf(lang, sizeof(lang), "LANG=%s", + attr->values[0].string.text); + break; + + case 5 : + /* + * Language and country code (ll-cc)... + */ + + snprintf(lang, sizeof(lang), "LANG=%c%c_%c%c", + attr->values[0].string.text[0], + attr->values[0].string.text[1], + toupper(attr->values[0].string.text[3] & 255), + toupper(attr->values[0].string.text[4] & 255)); + break; + } + + attr = ippFindAttribute(job->attrs, "document-format", + IPP_TAG_MIMETYPE); + if (attr != NULL && + (optptr = strstr(attr->values[0].string.text, "charset=")) != NULL) + snprintf(charset, sizeof(charset), "CHARSET=%s", optptr + 8); + else + { + attr = ippFindAttribute(job->attrs, "attributes-charset", + IPP_TAG_CHARSET); + snprintf(charset, sizeof(charset), "CHARSET=%s", + attr->values[0].string.text); + } + + snprintf(content_type, sizeof(content_type), "CONTENT_TYPE=%s/%s", + job->filetypes[job->current_file]->super, + job->filetypes[job->current_file]->type); + snprintf(device_uri, sizeof(device_uri), "DEVICE_URI=%s", + printer->device_uri); + cupsdSanitizeURI(printer->device_uri, sani_uri, sizeof(sani_uri)); + snprintf(ppd, sizeof(ppd), "PPD=%s/ppd/%s.ppd", ServerRoot, printer->name); + snprintf(printer_name, sizeof(printer_name), "PRINTER=%s", printer->name); + snprintf(rip_max_cache, sizeof(rip_max_cache), "RIP_MAX_CACHE=%s", RIPCache); + + envc = cupsdLoadEnv(envp, (int)(sizeof(envp) / sizeof(envp[0]))); + + envp[envc ++] = charset; + envp[envc ++] = lang; + envp[envc ++] = ppd; + envp[envc ++] = rip_max_cache; + envp[envc ++] = content_type; + envp[envc ++] = device_uri; + envp[envc ++] = printer_name; + + if (!printer->remote && + (filter = (mime_filter_t *)cupsArrayLast(filters)) != NULL) + { + snprintf(final_content_type, sizeof(final_content_type), + "FINAL_CONTENT_TYPE=%s/%s", + filter->dst->super, filter->dst->type); + envp[envc ++] = final_content_type; + } + + if (Classification && !banner_page) + { + if ((attr = ippFindAttribute(job->attrs, "job-sheets", + IPP_TAG_NAME)) == NULL) + snprintf(classification, sizeof(classification), "CLASSIFICATION=%s", + Classification); + else if (attr->num_values > 1 && + strcmp(attr->values[1].string.text, "none") != 0) + snprintf(classification, sizeof(classification), "CLASSIFICATION=%s", + attr->values[1].string.text); + else + snprintf(classification, sizeof(classification), "CLASSIFICATION=%s", + attr->values[0].string.text); + + envp[envc ++] = classification; + } + + if (job->dtype & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT)) + { + snprintf(class_name, sizeof(class_name), "CLASS=%s", job->dest); + envp[envc ++] = class_name; + } + + envp[envc] = NULL; + + for (i = 0; i < envc; i ++) + if (strncmp(envp[i], "DEVICE_URI=", 11)) + cupsdLogMessage(CUPSD_LOG_DEBUG, "[Job %d] envp[%d]=\"%s\"", + job->id, i, envp[i]); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "[Job %d] envp[%d]=\"DEVICE_URI=%s\"", + job->id, i, sani_uri); + + if (printer->remote) + job->current_file = job->num_files; + else + job->current_file ++; + + /* + * Now create processes for all of the filters... + */ + + filterfds[0][0] = -1; + filterfds[0][1] = -1; + filterfds[1][0] = -1; + filterfds[1][1] = -1; + + if (!job->status_buffer) + { + if (cupsdOpenPipe(job->status_pipes)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to create job status pipes - %s.", + strerror(errno)); + snprintf(printer->state_message, sizeof(printer->state_message), + "Unable to create status pipes - %s.", strerror(errno)); + + cupsdAddPrinterHistory(printer); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, job->printer, job, + "Job canceled because the server could not create the job " + "status pipes."); + + goto abort_job; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "start_job: status_pipes = [ %d %d ]", + job->status_pipes[0], job->status_pipes[1]); + + job->status_buffer = cupsdStatBufNew(job->status_pipes[0], "[Job %d]", + job->id); + } + + job->status = 0; + memset(job->filters, 0, sizeof(job->filters)); + + for (i = 0, slot = 0, filter = (mime_filter_t *)cupsArrayFirst(filters); + filter; + i ++, filter = (mime_filter_t *)cupsArrayNext(filters)) + { + if (filter->filter[0] != '/') + snprintf(command, sizeof(command), "%s/filter/%s", ServerBin, + filter->filter); + else + strlcpy(command, filter->filter, sizeof(command)); + + if (i < (cupsArrayCount(filters) - 1)) + { + if (cupsdOpenPipe(filterfds[slot])) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create job filter pipes - %s.", + strerror(errno)); + snprintf(printer->state_message, sizeof(printer->state_message), + "Unable to create filter pipes - %s.", strerror(errno)); + cupsdAddPrinterHistory(printer); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, job->printer, job, + "Job canceled because the server could not create the " + "filter pipes."); + + goto abort_job; + } + } + else + { + if (job->current_file == 1) + { + if (strncmp(printer->device_uri, "file:", 5) != 0) + { + if (cupsdOpenPipe(job->print_pipes)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create job backend pipes - %s.", + strerror(errno)); + snprintf(printer->state_message, sizeof(printer->state_message), + "Unable to create backend pipes - %s.", strerror(errno)); + cupsdAddPrinterHistory(printer); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, job->printer, job, + "Job canceled because the server could not create " + "the backend pipes."); + + goto abort_job; + } + } + else + { + job->print_pipes[0] = -1; + if (!strcmp(printer->device_uri, "file:/dev/null") || + !strcmp(printer->device_uri, "file:///dev/null")) + job->print_pipes[1] = -1; + else + { + if (!strncmp(printer->device_uri, "file:/dev/", 10)) + job->print_pipes[1] = open(printer->device_uri + 5, + O_WRONLY | O_EXCL); + else if (!strncmp(printer->device_uri, "file:///dev/", 12)) + job->print_pipes[1] = open(printer->device_uri + 7, + O_WRONLY | O_EXCL); + else if (!strncmp(printer->device_uri, "file:///", 8)) + job->print_pipes[1] = open(printer->device_uri + 7, + O_WRONLY | O_CREAT | O_TRUNC, 0600); + else + job->print_pipes[1] = open(printer->device_uri + 5, + O_WRONLY | O_CREAT | O_TRUNC, 0600); + + if (job->print_pipes[1] < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open output file \"%s\" - %s.", + printer->device_uri, strerror(errno)); + snprintf(printer->state_message, sizeof(printer->state_message), + "Unable to open output file \"%s\" - %s.", + printer->device_uri, strerror(errno)); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, job->printer, job, + "Job canceled because the server could not open the " + "output file."); + + goto abort_job; + } + + fcntl(job->print_pipes[1], F_SETFD, + fcntl(job->print_pipes[1], F_GETFD) | FD_CLOEXEC); + } + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: print_pipes = [ %d %d ]", + job->print_pipes[0], job->print_pipes[1]); + } + + filterfds[slot][0] = job->print_pipes[0]; + filterfds[slot][1] = job->print_pipes[1]; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "start_job: filter=\"%s\"", + command); + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: filterfds[%d]=[ %d %d ]", + slot, filterfds[slot][0], filterfds[slot][1]); + + pid = cupsdStartProcess(command, argv, envp, filterfds[!slot][0], + filterfds[slot][1], job->status_pipes[1], + job->back_pipes[0], 0, job->filters + i); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing filter pipes for slot %d " + "[ %d %d ]...", + !slot, filterfds[!slot][0], filterfds[!slot][1]); + + cupsdClosePipe(filterfds[!slot]); + + if (pid == 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to start filter \"%s\" - %s.", + filter->filter, strerror(errno)); + snprintf(printer->state_message, sizeof(printer->state_message), + "Unable to start filter \"%s\" - %s.", + filter->filter, strerror(errno)); + + cupsdAddPrinterHistory(printer); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, job->printer, job, + "Job canceled because the server could not execute a " + "filter."); + + goto abort_job; + } + + cupsdLogMessage(CUPSD_LOG_INFO, "Started filter %s (PID %d) for job %d.", + command, pid, job->id); + + argv[6] = NULL; + slot = !slot; + } + + cupsArrayDelete(filters); + + /* + * Finally, pipe the final output into a backend process if needed... + */ + + if (strncmp(printer->device_uri, "file:", 5) != 0) + { + if (job->current_file == 1) + { + sscanf(printer->device_uri, "%254[^:]", method); + snprintf(command, sizeof(command), "%s/backend/%s", ServerBin, method); + + /* + * See if the backend needs to run as root... + */ + + if (RunUser) + backroot = 0; + else if (stat(command, &backinfo)) + backroot = 0; + else + backroot = !(backinfo.st_mode & (S_IRWXG | S_IRWXO)); + + argv[0] = sani_uri; + + filterfds[slot][0] = -1; + filterfds[slot][1] = -1; + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "start_job: backend=\"%s\"", + command); + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: filterfds[%d] = [ %d %d ]", + slot, filterfds[slot][0], filterfds[slot][1]); + + pid = cupsdStartProcess(command, argv, envp, filterfds[!slot][0], + filterfds[slot][1], job->status_pipes[1], + job->back_pipes[1], backroot, + &(job->backend)); + + if (pid == 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to start backend \"%s\" - %s.", + method, strerror(errno)); + snprintf(printer->state_message, sizeof(printer->state_message), + "Unable to start backend \"%s\" - %s.", method, + strerror(errno)); + + cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, job->printer, job, + "Job canceled because the server could not execute " + "the backend."); + + goto abort_job; + } + else + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Started backend %s (PID %d) for job %d.", + command, pid, job->id); + } + } + + if (job->current_file == job->num_files) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing print pipes [ %d %d ]...", + job->print_pipes[0], job->print_pipes[1]); + + cupsdClosePipe(job->print_pipes); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing back pipes [ %d %d ]...", + job->back_pipes[0], job->back_pipes[1]); + + cupsdClosePipe(job->back_pipes); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing status output pipe %d...", + job->status_pipes[1]); + + close(job->status_pipes[1]); + job->status_pipes[1] = -1; + } + } + else + { + filterfds[slot][0] = -1; + filterfds[slot][1] = -1; + + if (job->current_file == job->num_files) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing print pipes [ %d %d ]...", + job->print_pipes[0], job->print_pipes[1]); + + cupsdClosePipe(job->print_pipes); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing status output pipe %d...", + job->status_pipes[1]); + + close(job->status_pipes[1]); + job->status_pipes[1] = -1; + } + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing filter pipes for slot %d " + "[ %d %d ]...", + slot, filterfds[slot][0], filterfds[slot][1]); + cupsdClosePipe(filterfds[slot]); + + if (printer->remote && job->num_files > 1) + { + for (i = 0; i < job->num_files; i ++) + free(argv[i + 6]); + } + + free(argv); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Adding fd %d to InputSet...", + job->status_buffer->fd); + + FD_SET(job->status_buffer->fd, InputSet); + + cupsdAddEvent(CUPSD_EVENT_JOB_STATE, job->printer, job, "Job #%d started.", + job->id); + + return; + + + /* + * If we get here, we need to abort the current job and close out all + * files and pipes... + */ + + abort_job: + + for (slot = 0; slot < 2; slot ++) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing filter pipes for slot %d " + "[ %d %d ]...", + slot, filterfds[slot][0], filterfds[slot][1]); + cupsdClosePipe(filterfds[slot]); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_job: Closing status pipes [ %d %d ]...", + job->status_pipes[0], job->status_pipes[1]); + cupsdClosePipe(job->status_pipes); + cupsdStatBufDelete(job->status_buffer); + + cupsArrayDelete(filters); + + if (printer->remote && job->num_files > 1) + { + for (i = 0; i < job->num_files; i ++) + free(argv[i + 6]); + } + + free(argv); + + cupsdStopJob(job, 0); +} + + +/* + * 'unload_job()' - Unload a job from memory. + */ + +static void +unload_job(cupsd_job_t *job) /* I - Job */ +{ + if (!job->attrs) + return; + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Unloading job %d...", job->id); + + ippDelete(job->attrs); + + job->attrs = NULL; + job->state = NULL; + job->sheets = NULL; + job->job_sheets = NULL; +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/job.h b/scheduler/job.h new file mode 100644 index 0000000000..661f5d8772 --- /dev/null +++ b/scheduler/job.h @@ -0,0 +1,126 @@ +/* + * "$Id$" + * + * Print job definitions for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Job request structure... + */ + +typedef struct cupsd_job_s +{ + int id, /* Job ID */ + priority; /* Job priority */ + ipp_jstate_t state_value; /* Cached job-state */ + char *username; /* Printing user */ + char *dest; /* Destination printer or class */ + cups_ptype_t dtype; /* Destination type (class/remote bits) */ + int num_files; /* Number of files in job */ + mime_type_t **filetypes; /* File types */ + int *compressions; /* Compression status of each file */ + time_t access_time; /* Last access time */ + ipp_attribute_t *sheets; /* job-media-sheets-completed */ + time_t hold_until; /* Hold expiration date/time */ + ipp_attribute_t *state; /* Job state */ + ipp_attribute_t *job_sheets; /* Job sheets (NULL if none) */ + int current_file; /* Current file in job */ + ipp_t *attrs; /* Job attributes */ + int print_pipes[2], /* Print data pipes */ + back_pipes[2], /* Backchannel pipes */ + status_pipes[2];/* Status pipes */ + cupsd_statbuf_t *status_buffer; /* Status buffer for this job */ + int cost; /* Filtering cost */ + int filters[MAX_FILTERS + 1]; + /* Filter process IDs, 0 terminated */ + int backend; /* Backend process ID */ + int status; /* Status code from filters */ + cupsd_printer_t *printer; /* Printer this job is assigned to */ + int tries; /* Number of tries for this job */ +} cupsd_job_t; + + +/* + * Globals... + */ + +VAR int JobHistory VALUE(1); + /* Preserve job history? */ +VAR int JobFiles VALUE(0); + /* Preserve job files? */ +VAR int MaxJobs VALUE(0), + /* Max number of jobs */ + MaxActiveJobs VALUE(0), + /* Max number of active jobs */ + MaxJobsPerUser VALUE(0), + /* Max jobs per user */ + MaxJobsPerPrinter VALUE(0); + /* Max jobs per printer */ +VAR int JobAutoPurge VALUE(0); + /* Automatically purge jobs */ +VAR cups_array_t *Jobs VALUE(NULL), + /* List of current jobs */ + *ActiveJobs VALUE(NULL); + /* List of active jobs */ +VAR int NextJobId VALUE(1); + /* Next job ID to use */ +VAR int JobRetryLimit VALUE(5), + /* Max number of tries */ + JobRetryInterval VALUE(300); + /* Seconds between retries */ + + +/* + * Prototypes... + */ + +extern cupsd_job_t *cupsdAddJob(int priority, const char *dest); +extern void cupsdCancelJob(cupsd_job_t *job, int purge, + ipp_jstate_t newstate); +extern void cupsdCancelJobs(const char *dest, const char *username, + int purge); +extern void cupsdCheckJobs(void); +extern void cupsdCleanJobs(void); +extern void cupsdDeleteJob(cupsd_job_t *job); +extern cupsd_job_t *cupsdFindJob(int id); +extern void cupsdFinishJob(cupsd_job_t *job); +extern void cupsdUnloadCompletedJobs(void); +extern void cupsdFreeAllJobs(void); +extern int cupsdGetPrinterJobCount(const char *dest); +extern int cupsdGetUserJobCount(const char *username); +extern void cupsdHoldJob(cupsd_job_t *job); +extern void cupsdLoadAllJobs(void); +extern void cupsdLoadJob(cupsd_job_t *job); +extern void cupsdMoveJob(cupsd_job_t *job, cupsd_printer_t *p); +extern void cupsdReleaseJob(cupsd_job_t *job); +extern void cupsdRestartJob(cupsd_job_t *job); +extern void cupsdSaveAllJobs(void); +extern void cupsdSaveJob(cupsd_job_t *job); +extern void cupsdSetJobHoldUntil(cupsd_job_t *job, const char *when); +extern void cupsdSetJobPriority(cupsd_job_t *job, int priority); +extern void cupsdStopAllJobs(int force); +extern void cupsdStopJob(cupsd_job_t *job, int force); +extern void cupsdUpdateJob(cupsd_job_t *job); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/listen.c b/scheduler/listen.c new file mode 100644 index 0000000000..9c8302da96 --- /dev/null +++ b/scheduler/listen.c @@ -0,0 +1,448 @@ +/* + * "$Id$" + * + * Server listening routines for the Common UNIX Printing System (CUPS) + * scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdDeleteAllListeners() - Delete all listeners. + * cupsdPauseListening() - Clear input polling on all listening sockets... + * cupsdResumeListening() - Set input polling on all listening sockets... + * cupsdStartListening() - Create all listening sockets... + * cupsdStopListening() - Close all listening sockets... + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" + + +/* + * Make sure the IPV6_V6ONLY is defined on Linux - older versions of + * glibc don't define it even if the kernel supports it... + */ + +#if defined(__linux) && !defined(IPV6_V6ONLY) +# define IPV6_V6ONLY 26 +#endif /* __linux && !IPV6_V6ONLY */ + + +/* + * 'cupsdDeleteAllListeners()' - Delete all listeners. + */ + +void +cupsdDeleteAllListeners(void) +{ + cupsd_listener_t *lis; /* Current listening socket */ + + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + free(lis); + + cupsArrayDelete(Listeners); + Listeners = NULL; +} + + +/* + * 'cupsdPauseListening()' - Clear input polling on all listening sockets... + */ + +void +cupsdPauseListening(void) +{ + cupsd_listener_t *lis; /* Current listening socket */ + + + if (cupsArrayCount(Listeners) < 1) + return; + + if (cupsArrayCount(Clients) == MaxClients) + cupsdLogMessage(CUPSD_LOG_WARN, + "Max clients reached, holding new connections..."); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdPauseListening: Clearing input bits..."); + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + if (lis->fd >= 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdPauseListening: Removing fd %d from InputSet...", + lis->fd); + + FD_CLR(lis->fd, InputSet); + } +} + + +/* + * 'cupsdResumeListening()' - Set input polling on all listening sockets... + */ + +void +cupsdResumeListening(void) +{ + cupsd_listener_t *lis; /* Current listening socket */ + + + if (cupsArrayCount(Listeners) < 1) + return; + + if (cupsArrayCount(Clients) >= (MaxClients - 1)) + cupsdLogMessage(CUPSD_LOG_WARN, "Resuming new connection processing..."); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdResumeListening: Setting input bits..."); + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + if (lis->fd >= 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdResumeListening: Adding fd %d to InputSet...", + lis->fd); + FD_SET(lis->fd, InputSet); + } +} + + +/* + * 'cupsdStartListening()' - Create all listening sockets... + */ + +void +cupsdStartListening(void) +{ + int status; /* Bind result */ + int p, /* Port number */ + val; /* Parameter value */ + cupsd_listener_t *lis; /* Current listening socket */ + char s[256]; /* String addresss */ + const char *have_domain; /* Have a domain socket? */ + static const char * const encryptions[] = + { /* Encryption values */ + "IfRequested", + "Never", + "Required", + "Always" + }; + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdStartListening: %d Listeners", + cupsArrayCount(Listeners)); + + /* + * Get the server's IP address... + */ + + if (ServerAddrs) + httpAddrFreeList(ServerAddrs); + + if ((ServerAddrs = httpAddrGetList(ServerName, AF_UNSPEC, NULL)) == NULL) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to find IP address for server name \"%s\"!\n", + ServerName); + + /* + * Setup socket listeners... + */ + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners), LocalPort = 0, + have_domain = NULL; + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + { + httpAddrString(&(lis->address), s, sizeof(s)); + +#ifdef AF_INET6 + if (lis->address.addr.sa_family == AF_INET6) + p = ntohs(lis->address.ipv6.sin6_port); + else +#endif /* AF_INET6 */ +#ifdef AF_LOCAL + if (lis->address.addr.sa_family == AF_LOCAL) + p = 0; + else +#endif /* AF_LOCAL */ + p = ntohs(lis->address.ipv4.sin_port); + + /* + * If needed, create a socket for listening... + */ + + if (lis->fd == -1) + { + /* + * Create a socket for listening... + */ + + lis->fd = socket(lis->address.addr.sa_family, SOCK_STREAM, 0); + + if (lis->fd == -1) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to open listen socket for address %s:%d - %s.", + s, p, strerror(errno)); + continue; + } + + /* + * Set things up to reuse the local address for this port. + */ + + val = 1; +#ifdef __sun + setsockopt(lis->fd, SOL_SOCKET, SO_REUSEADDR, (char *)&val, sizeof(val)); +#else + setsockopt(lis->fd, SOL_SOCKET, SO_REUSEADDR, &val, sizeof(val)); +#endif /* __sun */ + + /* + * Bind to the port we found... + */ + +#ifdef AF_INET6 + if (lis->address.addr.sa_family == AF_INET6) + { +# ifdef IPV6_V6ONLY + /* + * Accept only IPv6 connections on this socket, to avoid + * potential security issues and to make all platforms behave + * the same. + */ + + val = 1; +# ifdef __sun + setsockopt(lis->fd, IPPROTO_IPV6, IPV6_V6ONLY, (char *)&val, sizeof(val)); +# else + setsockopt(lis->fd, IPPROTO_IPV6, IPV6_V6ONLY, &val, sizeof(val)); +# endif /* __sun */ +# endif /* IPV6_V6ONLY */ + + status = bind(lis->fd, (struct sockaddr *)&(lis->address), + httpAddrLength(&(lis->address))); + } + else +#endif /* AF_INET6 */ +#ifdef AF_LOCAL + if (lis->address.addr.sa_family == AF_LOCAL) + { + mode_t mask; /* Umask setting */ + + + /* + * Remove any existing domain socket file... + */ + + unlink(lis->address.un.sun_path); + + /* + * Save the curent umask and set it to 0... + */ + + mask = umask(0); + + /* + * Bind the domain socket... + */ + + status = bind(lis->fd, (struct sockaddr *)&(lis->address), + httpAddrLength(&(lis->address))); + + /* + * Restore the umask... + */ + + umask(mask); + } + else +#endif /* AF_LOCAL */ + status = bind(lis->fd, (struct sockaddr *)&(lis->address), + sizeof(lis->address.ipv4)); + + if (status < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to bind socket for address %s:%d - %s.", + s, p, strerror(errno)); + close(lis->fd); + lis->fd = -1; + continue; + } + + /* + * Listen for new clients. + */ + + if (listen(lis->fd, ListenBackLog) < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to listen for clients on address %s:%d - %s.", + s, p, strerror(errno)); + exit(errno); + } + } + + fcntl(lis->fd, F_SETFD, fcntl(lis->fd, F_GETFD) | FD_CLOEXEC); + + if (p) + cupsdLogMessage(CUPSD_LOG_INFO, "Listening to %s:%d on fd %d...", + s, p, lis->fd); + else + { + cupsdLogMessage(CUPSD_LOG_INFO, "Listening to %s on fd %d...", + s, lis->fd); + + if (chmod(s, 0140777)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to change permisssions on domain socket " + "\"%s\" - %s", s, strerror(errno)); + } + + /* + * Save the first port that is bound to the local loopback or + * "any" address... + */ + + if ((!LocalPort || LocalEncryption == HTTP_ENCRYPT_ALWAYS) && p > 0 && + (httpAddrLocalhost(&(lis->address)) || + httpAddrAny(&(lis->address)))) + { + LocalPort = p; + LocalEncryption = lis->encryption; + } + +#ifdef AF_LOCAL + if (lis->address.addr.sa_family == AF_LOCAL && !have_domain) + have_domain = lis->address.un.sun_path; +#endif /* AF_LOCAL */ + } + + /* + * Make sure that we are listening on localhost! + */ + + if (!LocalPort && !have_domain) + { + cupsdLogMessage(CUPSD_LOG_EMERG, + "No Listen or Port lines were found to allow access via " + "localhost!"); + + /* + * Commit suicide... + */ + + cupsdEndProcess(getpid(), 0); + } + + /* + * Set the CUPS_SERVER, IPP_PORT, and CUPS_ENCRYPTION variables based on + * the listeners... + */ + + if (have_domain) + { + /* + * Use domain sockets for the local connection... + */ + + cupsdSetEnv("CUPS_SERVER", have_domain); + + LocalEncryption = HTTP_ENCRYPT_IF_REQUESTED; + } + else + { + /* + * Use the default local loopback address for the server... + */ + + cupsdSetEnv("CUPS_SERVER", "localhost"); + } + + cupsdSetEnv("CUPS_ENCRYPTION", encryptions[LocalEncryption]); + + if (LocalPort) + cupsdSetEnvf("IPP_PORT", "%d", LocalPort); + + /* + * Resume listening for connections... + */ + + cupsdResumeListening(); +} + + +/* + * 'cupsdStopListening()' - Close all listening sockets... + */ + +void +cupsdStopListening(void) +{ + cupsd_listener_t *lis; /* Current listening socket */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopListening: closing all listen sockets."); + + cupsdPauseListening(); + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + { + if (lis->fd != -1) + { +#ifdef WIN32 + closesocket(lis->fd); +#else + close(lis->fd); +#endif /* WIN32 */ + +#ifdef AF_LOCAL + /* + * Remove domain sockets... + */ + +# ifdef HAVE_LAUNCH_H + if (lis->address.addr.sa_family == AF_LOCAL && !Launchd) +# else + if (lis->address.addr.sa_family == AF_LOCAL) +# endif /* HAVE_LAUNCH_H */ + unlink(lis->address.un.sun_path); +#endif /* AF_LOCAL */ + } + } +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/log.c b/scheduler/log.c new file mode 100644 index 0000000000..f6edd5c1a6 --- /dev/null +++ b/scheduler/log.c @@ -0,0 +1,556 @@ +/* + * "$Id$" + * + * Log file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdGetDateTime() - Returns a pointer to a date/time string. + * cupsdLogMessage() - Log a message to the error log file. + * cupsdLogPage() - Log a page to the page log file. + * cupsdLogRequest() - Log an HTTP request in Common Log Format. + * check_log_file() - Open/rotate a log file if it needs it. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include +#include + + +/* + * Local functions... + */ + +static int check_log_file(cups_file_t **, const char *); + + +/* + * 'cupsdGetDateTime()' - Returns a pointer to a date/time string. + */ + +char * /* O - Date/time string */ +cupsdGetDateTime(time_t t) /* I - Time value */ +{ + struct tm *date; /* Date/time value */ + static time_t last_time = -1; /* Last time value */ + static char s[1024]; /* Date/time string */ + static const char * const months[12] =/* Months */ + { + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + }; + + + if (t != last_time) + { + last_time = t; + + /* + * Get the date and time from the UNIX time value, and then format it + * into a string. Note that we *can't* use the strftime() function since + * it is localized and will seriously confuse automatic programs if the + * month names are in the wrong language! + * + * Also, we use the "timezone" variable that contains the current timezone + * offset from GMT in seconds so that we are reporting local time in the + * log files. If you want GMT, set the TZ environment variable accordingly + * before starting the scheduler. + * + * (*BSD and Darwin store the timezone offset in the tm structure) + */ + + date = localtime(&t); + + snprintf(s, sizeof(s), "[%02d/%s/%04d:%02d:%02d:%02d %+03ld%02ld]", + date->tm_mday, months[date->tm_mon], 1900 + date->tm_year, + date->tm_hour, date->tm_min, date->tm_sec, +#ifdef HAVE_TM_GMTOFF + date->tm_gmtoff / 3600, (date->tm_gmtoff / 60) % 60); +#else + timezone / 3600, (timezone / 60) % 60); +#endif /* HAVE_TM_GMTOFF */ + } + + return (s); +} + + +/* + * 'cupsdLogMessage()' - Log a message to the error log file. + */ + +int /* O - 1 on success, 0 on error */ +cupsdLogMessage(int level, /* I - Log level */ + const char *message, /* I - printf-style message string */ + ...) /* I - Additional args as needed */ +{ + int len; /* Length of message */ + va_list ap; /* Argument pointer */ + static const char levels[] = /* Log levels... */ + { + ' ', + 'X', + 'A', + 'C', + 'E', + 'W', + 'N', + 'I', + 'D', + 'd' + }; +#ifdef HAVE_VSYSLOG + static const int syslevels[] = /* SYSLOG levels... */ + { + 0, + LOG_EMERG, + LOG_ALERT, + LOG_CRIT, + LOG_ERR, + LOG_WARNING, + LOG_NOTICE, + LOG_INFO, + LOG_DEBUG, + LOG_DEBUG + }; +#endif /* HAVE_VSYSLOG */ + static int linesize = 0; /* Size of line for output file */ + static char *line = NULL; /* Line for output file */ + + + /* + * See if we want to log this message... + */ + + if (level > LogLevel || !ErrorLog) + return (1); + +#ifdef HAVE_VSYSLOG + /* + * See if we are logging errors via syslog... + */ + + if (!strcmp(ErrorLog, "syslog")) + { + va_start(ap, message); + vsyslog(syslevels[level], message, ap); + va_end(ap); + + return (1); + } +#endif /* HAVE_VSYSLOG */ + + /* + * Not using syslog; check the log file... + */ + + if (!check_log_file(&ErrorFile, ErrorLog)) + return (0); + + /* + * Print the log level and date/time... + */ + + cupsFilePrintf(ErrorFile, "%c %s ", levels[level], cupsdGetDateTime(time(NULL))); + + /* + * Allocate the line buffer as needed... + */ + + if (!linesize) + { + linesize = 8192; + line = malloc(linesize); + + if (!line) + { + cupsFilePrintf(ErrorFile, + "ERROR: Unable to allocate memory for line - %s\n", + strerror(errno)); + cupsFileFlush(ErrorFile); + + return (0); + } + } + + /* + * Format the log message... + */ + + va_start(ap, message); + len = vsnprintf(line, linesize, message, ap); + va_end(ap); + + /* + * Resize the buffer as needed... + */ + + if (len >= linesize) + { + len ++; + + if (len < 8192) + len = 8192; + else if (len > 65536) + len = 65536; + + line = realloc(line, len); + + if (line) + linesize = len; + else + { + cupsFilePrintf(ErrorFile, + "ERROR: Unable to allocate memory for line - %s\n", + strerror(errno)); + cupsFileFlush(ErrorFile); + + return (0); + } + + va_start(ap, message); + len = vsnprintf(line, linesize, message, ap); + va_end(ap); + } + + if (len >= linesize) + len = linesize - 1; + + /* + * Then the log message... + */ + + cupsFilePuts(ErrorFile, line); + + /* + * Then a newline... + */ + + if (len > 0 && line[len - 1] != '\n') + cupsFilePutChar(ErrorFile, '\n'); + + /* + * Flush the line to the file and return... + */ + + cupsFileFlush(ErrorFile); + + return (1); +} + + +/* + * 'cupsdLogPage()' - Log a page to the page log file. + */ + +int /* O - 1 on success, 0 on error */ +cupsdLogPage(cupsd_job_t *job, /* I - Job being printed */ + const char *page) /* I - Page being printed */ +{ + ipp_attribute_t *billing, /* job-billing attribute */ + *hostname; /* job-originating-host-name attribute */ + + + billing = ippFindAttribute(job->attrs, "job-billing", IPP_TAG_ZERO); + hostname = ippFindAttribute(job->attrs, "job-originating-host-name", + IPP_TAG_ZERO); + +#ifdef HAVE_VSYSLOG + /* + * See if we are logging pages via syslog... + */ + + if (!strcmp(PageLog, "syslog")) + { + syslog(LOG_INFO, "PAGE %s %s %d %s %s %s", job->printer->name, + job->username ? job->username : "-", + job->id, page, billing ? billing->values[0].string.text : "-", + hostname->values[0].string.text); + + return (1); + } +#endif /* HAVE_VSYSLOG */ + + /* + * Not using syslog; check the log file... + */ + + if (!check_log_file(&PageFile, PageLog)) + return (0); + + /* + * Print a page log entry of the form: + * + * printer job-id user [DD/MON/YYYY:HH:MM:SS +TTTT] page num-copies \ + * billing hostname + */ + + cupsFilePrintf(PageFile, "%s %s %d %s %s %s %s\n", job->printer->name, + job->username ? job->username : "-", + job->id, cupsdGetDateTime(time(NULL)), page, + billing ? billing->values[0].string.text : "-", + hostname->values[0].string.text); + cupsFileFlush(PageFile); + + return (1); +} + + +/* + * 'cupsdLogRequest()' - Log an HTTP request in Common Log Format. + */ + +int /* O - 1 on success, 0 on error */ +cupsdLogRequest(cupsd_client_t *con, /* I - Request to log */ + http_status_t code) /* I - Response code */ +{ + static const char * const states[] = /* HTTP client states... */ + { + "WAITING", + "OPTIONS", + "GET", + "GET", + "HEAD", + "POST", + "POST", + "POST", + "PUT", + "PUT", + "DELETE", + "TRACE", + "CLOSE", + "STATUS" + }; + + +#ifdef HAVE_VSYSLOG + /* + * See if we are logging accesses via syslog... + */ + + if (!strcmp(AccessLog, "syslog")) + { + syslog(LOG_INFO, + "REQUEST %s - %s \"%s %s HTTP/%d.%d\" %d " CUPS_LLFMT " %s %s\n", + con->http.hostname, con->username[0] != '\0' ? con->username : "-", + states[con->operation], con->uri, + con->http.version / 100, con->http.version % 100, + code, CUPS_LLCAST con->bytes, + con->request ? + ippOpString(con->request->request.op.operation_id) : "-", + con->response ? + ippErrorString(con->response->request.status.status_code) : "-"); + + return (1); + } +#endif /* HAVE_VSYSLOG */ + + /* + * Not using syslog; check the log file... + */ + + if (!check_log_file(&AccessFile, AccessLog)) + return (0); + + /* + * Write a log of the request in "common log format"... + */ + + cupsFilePrintf(AccessFile, + "%s - %s %s \"%s %s HTTP/%d.%d\" %d " CUPS_LLFMT " %s %s\n", + con->http.hostname, con->username[0] != '\0' ? con->username : "-", + cupsdGetDateTime(con->start), states[con->operation], con->uri, + con->http.version / 100, con->http.version % 100, + code, CUPS_LLCAST con->bytes, + con->request ? + ippOpString(con->request->request.op.operation_id) : "-", + con->response ? + ippErrorString(con->response->request.status.status_code) : + "-"); + + cupsFileFlush(AccessFile); + + return (1); +} + + +/* + * 'check_log_file()' - Open/rotate a log file if it needs it. + */ + +static int /* O - 1 if log file open */ +check_log_file(cups_file_t **lf, /* IO - Log file */ + const char *logname) /* I - Log filename */ +{ + char backname[1024], /* Backup log filename */ + filename[1024], /* Formatted log filename */ + *ptr; /* Pointer into filename */ + const char *logptr; /* Pointer into log filename */ + + + /* + * See if we have a log file to check... + */ + + if (!lf || !logname || !logname[0]) + return (1); + + /* + * Format the filename as needed... + */ + + if (!*lf || + (strncmp(logname, "/dev/", 5) && cupsFileTell(*lf) > MaxLogSize && + MaxLogSize > 0)) + { + /* + * Handle format strings... + */ + + filename[sizeof(filename) - 1] = '\0'; + + if (logname[0] != '/') + { + strlcpy(filename, ServerRoot, sizeof(filename)); + strlcat(filename, "/", sizeof(filename)); + } + else + filename[0] = '\0'; + + for (logptr = logname, ptr = filename + strlen(filename); + *logptr && ptr < (filename + sizeof(filename) - 1); + logptr ++) + if (*logptr == '%') + { + /* + * Format spec... + */ + + logptr ++; + if (*logptr == 's') + { + /* + * Insert the server name... + */ + + strlcpy(ptr, ServerName, sizeof(filename) - (ptr - filename)); + ptr += strlen(ptr); + } + else + { + /* + * Otherwise just insert the character... + */ + + *ptr++ = *logptr; + } + } + else + *ptr++ = *logptr; + + *ptr = '\0'; + } + + /* + * See if the log file is open... + */ + + if (!*lf) + { + /* + * Nope, open the log file... + */ + + if ((*lf = cupsFileOpen(filename, "a")) == NULL) + { + syslog(LOG_ERR, "Unable to open log file \"%s\" - %s", filename, + strerror(errno)); + + return (0); + } + + if (strncmp(filename, "/dev/", 5)) + { + /* + * Change ownership and permissions of non-device logs... + */ + + fchown(cupsFileNumber(*lf), RunUser, Group); + fchmod(cupsFileNumber(*lf), LogFilePerm); + } + } + + /* + * Do we need to rotate the log? + */ + + if (strncmp(logname, "/dev/", 5) && cupsFileTell(*lf) > MaxLogSize && + MaxLogSize > 0) + { + /* + * Rotate log file... + */ + + cupsFileClose(*lf); + + strcpy(backname, filename); + strlcat(backname, ".O", sizeof(backname)); + + unlink(backname); + rename(filename, backname); + + if ((*lf = cupsFileOpen(filename, "a")) == NULL) + { + syslog(LOG_ERR, "Unable to open log file \"%s\" - %s", filename, + strerror(errno)); + + return (0); + } + + /* + * Change ownership and permissions of non-device logs... + */ + + fchown(cupsFileNumber(*lf), RunUser, Group); + fchmod(cupsFileNumber(*lf), LogFilePerm); + } + + return (1); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/main.c b/scheduler/main.c new file mode 100644 index 0000000000..9dd55474ed --- /dev/null +++ b/scheduler/main.c @@ -0,0 +1,2344 @@ +/* + * "$Id$" + * + * Scheduler main loop for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for the CUPS scheduler. + * cupsdClosePipe() - Close a pipe as necessary. + * cupsdOpenPipe() - Create a pipe which is closed on exec. + * cupsdHoldSignals() - Hold child and termination signals. + * cupsdReleaseSignals() - Release signals for delivery. + * cupsdSetString() - Set a string value. + * cupsdSetStringf() - Set a formatted string value. + * launchd_checkin() - Check-in with launchd and collect the + * listening fds. + * launchd_create_dict() - Create a dictionary representing the launchd + * config file org.cups.cupsd.plist. + * launchd_reload() - Tell launchd to reload the configuration + * file to pick up the new listening directives. + * launchd_sync_conf() - Re-write the launchd config file + * org.cups.cupsd.plist based on cupsd.conf. + * parent_handler() - Catch USR1/CHLD signals... + * process_children() - Process all dead children... + * sigchld_handler() - Handle 'child' signals from old processes. + * sighup_handler() - Handle 'hangup' signals to reconfigure the + * scheduler. + * sigterm_handler() - Handle 'terminate' signals that stop the + * scheduler. + * select_timeout() - Calculate the select timeout value. + * usage() - Show scheduler usage. + */ + +/* + * Include necessary headers... + */ + +#define _MAIN_C_ +#include "cupsd.h" +#include +#include +#include + +#ifdef HAVE_LAUNCH_H +# include +# include +#endif /* HAVE_LAUNCH_H */ + +#if defined(HAVE_MALLOC_H) && defined(HAVE_MALLINFO) +# include +#endif /* HAVE_MALLOC_H && HAVE_MALLINFO */ +#ifdef HAVE_NOTIFY_H +# include +#endif /* HAVE_NOTIFY_H */ + + +/* + * Local functions... + */ + +#ifdef HAVE_LAUNCHD +static void launchd_checkin(void); +static CFDictionaryRef launchd_create_dict(void); +static void launchd_reload(void); +static int launchd_sync_conf(void); +#endif /* HAVE_LAUNCHD */ +static void parent_handler(int sig); +static void process_children(void); +static void sigchld_handler(int sig); +static void sighup_handler(int sig); +static void sigterm_handler(int sig); +static long select_timeout(int fds); +static void usage(int status); + + +/* + * Local globals... + */ + +static int parent_signal = 0; + /* Set to signal number from child */ +static int holdcount = 0; /* Number of times "hold" was called */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) +static sigset_t holdmask; /* Old POSIX signal mask */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ +static int dead_children = 0; + /* Dead children? */ +static int stop_scheduler = 0; + /* Should the scheduler stop? */ + +#ifdef HAVE_LAUNCHD +static CFURLRef launchd_conf_url = NULL; + /* org.cups.cupsd.plist url */ +static CFDictionaryRef launchd_conf_dict = NULL; + /* org.cups.cupsd.plist dict */ +#endif /* HAVE_LAUNCHD */ + + +/* + * 'main()' - Main entry for the CUPS scheduler. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + char *opt; /* Option character */ + int fg; /* Run in the foreground */ + int fds; /* Number of ready descriptors */ + fd_set *input, /* Input set for select() */ + *output; /* Output set for select() */ + cupsd_client_t *con; /* Current client */ + cupsd_job_t *job; /* Current job */ + cupsd_listener_t *lis; /* Current listener */ + time_t current_time, /* Current time */ + activity, /* Client activity timer */ + browse_time, /* Next browse send time */ + senddoc_time, /* Send-Document time */ + expire_time, /* Subscription expire time */ +#ifndef __APPLE__ + netif_time, /* Network interface poll time */ +#endif /* !__APPLE__ */ + mallinfo_time; /* Malloc information time */ + size_t string_count, /* String count */ + alloc_bytes, /* Allocated string bytes */ + total_bytes; /* Total string bytes */ + struct timeval timeout; /* select() timeout */ + struct rlimit limit; /* Runtime limit */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ +#ifdef __sgi + cups_file_t *fp; /* Fake lpsched lock file */ + struct stat statbuf; /* Needed for checking lpsched FIFO */ +#endif /* __sgi */ +#if HAVE_LAUNCHD + int launchd_idle_exit; + /* Idle exit on select timeout? */ +#endif /* HAVE_LAUNCHD */ + + + /* + * Check for command-line arguments... + */ + + fg = 0; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + for (opt = argv[i] + 1; *opt != '\0'; opt ++) + switch (*opt) + { + case 'c' : /* Configuration file */ + i ++; + if (i >= argc) + { + _cupsLangPuts(stderr, _("cupsd: Expected config filename " + "after \"-c\" option!\n")); + usage(1); + } + + if (argv[i][0] == '/') + { + /* + * Absolute directory... + */ + + cupsdSetString(&ConfigurationFile, argv[i]); + } + else + { + /* + * Relative directory... + */ + + char *current; /* Current directory */ + + + /* + * Allocate a buffer for the current working directory to + * reduce run-time stack usage; this approximates the + * behavior of some implementations of getcwd() when they + * are passed a NULL pointer. + */ + + current = malloc(1024); + getcwd(current, 1024); + + cupsdSetStringf(&ConfigurationFile, "%s/%s", current, argv[i]); + + free(current); + } + break; + + case 'f' : /* Run in foreground... */ + fg = 1; + break; + + case 'F' : /* Run in foreground, but disconnect from terminal... */ + fg = -1; + break; + + case 'h' : /* Show usage/help */ + usage(0); + break; + + case 'l' : /* Started by launchd... */ +#ifdef HAVE_LAUNCHD + Launchd = 1; + fg = 1; +#else + _cupsLangPuts(stderr, _("cupsd: launchd(8) support not compiled " + "in, running in normal mode.\n")); + fg = 0; +#endif /* HAVE_LAUNCHD */ + break; + + case 'p' : /* Stop immediately for profiling */ + puts("Warning: -p option is for internal testing use only!"); + stop_scheduler = 1; + fg = 1; + break; + + default : /* Unknown option */ + _cupsLangPrintf(stderr, _("cupsd: Unknown option \"%c\" - " + "aborting!\n"), *opt); + usage(1); + break; + } + else + { + _cupsLangPrintf(stderr, _("cupsd: Unknown argument \"%s\" - aborting!\n"), + argv[i]); + usage(1); + } + + if (!ConfigurationFile) + cupsdSetString(&ConfigurationFile, CUPS_SERVERROOT "/cupsd.conf"); + + /* + * If the user hasn't specified "-f", run in the background... + */ + + if (!fg) + { + /* + * Setup signal handlers for the parent... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGUSR1, parent_handler); + sigset(SIGCHLD, parent_handler); + + sigset(SIGHUP, SIG_IGN); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGUSR1); + action.sa_handler = parent_handler; + sigaction(SIGUSR1, &action, NULL); + sigaction(SIGCHLD, &action, NULL); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGHUP, &action, NULL); +#else + signal(SIGUSR1, parent_handler); + signal(SIGCLD, parent_handler); + + signal(SIGHUP, SIG_IGN); +#endif /* HAVE_SIGSET */ + + if (fork() > 0) + { + /* + * OK, wait for the child to startup and send us SIGUSR1 or to crash + * and the OS send us SIGCHLD... We also need to ignore SIGHUP which + * might be sent by the init script to restart the scheduler... + */ + + for (; parent_signal == 0;) + sleep(1); + + if (parent_signal == SIGUSR1) + return (0); + + if (wait(&i) < 0) + { + perror("cupsd"); + return (1); + } + else if (WIFEXITED(i)) + { + fprintf(stderr, "cupsd: Child exited with status %d!\n", + WEXITSTATUS(i)); + return (2); + } + else + { + fprintf(stderr, "cupsd: Child exited on signal %d!\n", WTERMSIG(i)); + return (3); + } + } + } + + if (fg < 1) + { + /* + * Make sure we aren't tying up any filesystems... + */ + + chdir("/"); + +#ifndef DEBUG + /* + * Disable core dumps... + */ + + getrlimit(RLIMIT_CORE, &limit); + limit.rlim_cur = 0; + setrlimit(RLIMIT_CORE, &limit); + + /* + * Disconnect from the controlling terminal... + */ + + setsid(); + + /* + * Close all open files... + */ + + getrlimit(RLIMIT_NOFILE, &limit); + + for (i = 0; i < limit.rlim_cur; i ++) + close(i); +#endif /* DEBUG */ + } + + /* + * Set the timezone info... + */ + + tzset(); + +#ifdef LC_TIME + setlocale(LC_TIME, ""); +#endif /* LC_TIME */ + + /* + * Set the maximum number of files... + */ + + getrlimit(RLIMIT_NOFILE, &limit); + + if (limit.rlim_max > FD_SETSIZE) + MaxFDs = FD_SETSIZE; + else + MaxFDs = limit.rlim_max; + + limit.rlim_cur = MaxFDs; + + setrlimit(RLIMIT_NOFILE, &limit); + + /* + * Allocate memory for the input and output sets... + */ + + SetSize = (MaxFDs + 31) / 8 + 4; + if (SetSize < sizeof(fd_set)) + SetSize = sizeof(fd_set); + + InputSet = (fd_set *)calloc(1, SetSize); + OutputSet = (fd_set *)calloc(1, SetSize); + input = (fd_set *)calloc(1, SetSize); + output = (fd_set *)calloc(1, SetSize); + + if (InputSet == NULL || OutputSet == NULL || input == NULL || output == NULL) + { + syslog(LOG_LPR, "Unable to allocate memory for select() sets - exiting!"); + return (1); + } + + /* + * Read configuration... + */ + + if (!cupsdReadConfiguration()) + { + syslog(LOG_LPR, "Unable to read configuration file \'%s\' - exiting!", + ConfigurationFile); + return (1); + } + +#if HAVE_LAUNCHD + if (Launchd) + { + /* + * If we were started by launchd make sure the cupsd plist file contains the + * same listeners as cupsd.conf; If it didn't then reload it before getting + * the list of listening file descriptors... + */ + + if (launchd_sync_conf()) + { + launchd_reload(); + + /* + * Until rdar://3854821 is fixed we have to exit after the reload... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "Exiting on launchd_reload"); + exit(0); + } + + launchd_checkin(); + } +#endif /* HAVE_LAUNCHD */ + + /* + * Startup the server... + */ + + cupsdStartServer(); + + /* + * Catch hangup and child signals and ignore broken pipes... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGCHLD, sigchld_handler); + sigset(SIGHUP, sighup_handler); + sigset(SIGPIPE, SIG_IGN); + sigset(SIGTERM, sigterm_handler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGTERM); + sigaddset(&action.sa_mask, SIGCHLD); + action.sa_handler = sigchld_handler; + sigaction(SIGCHLD, &action, NULL); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGHUP); + action.sa_handler = sighup_handler; + sigaction(SIGHUP, &action, NULL); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_IGN; + sigaction(SIGPIPE, &action, NULL); + + sigemptyset(&action.sa_mask); + sigaddset(&action.sa_mask, SIGTERM); + sigaddset(&action.sa_mask, SIGCHLD); + action.sa_handler = sigterm_handler; + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGCLD, sigchld_handler); /* No, SIGCLD isn't a typo... */ + signal(SIGHUP, sighup_handler); + signal(SIGPIPE, SIG_IGN); + signal(SIGTERM, sigterm_handler); +#endif /* HAVE_SIGSET */ + +#ifdef __sgi + /* + * Try to create a fake lpsched lock file if one is not already there. + * Some Adobe applications need it under IRIX in order to enable + * printing... + */ + + if ((fp = cupsFileOpen("/var/spool/lp/SCHEDLOCK", "w")) == NULL) + { + syslog(LOG_LPR, "Unable to create fake lpsched lock file " + "\"/var/spool/lp/SCHEDLOCK\"\' - %s!", + strerror(errno)); + } + else + { + fchmod(cupsFileNumber(fp), 0644); + fchown(cupsFileNumber(fp), User, Group); + + cupsFileClose(fp); + } +#endif /* __sgi */ + + /* + * Initialize authentication certificates... + */ + + cupsdInitCerts(); + + /* + * If we are running in the background, signal the parent process that + * we are up and running... + */ + + if (!fg) + { + /* + * Send a signal to the parent process, but only if the parent is + * not PID 1 (init). This avoids accidentally shutting down the + * system on OpenBSD if you CTRL-C the server before it is up... + */ + + i = getppid(); /* Save parent PID to avoid race condition */ + + if (i != 1) + kill(i, SIGUSR1); + } + +#ifdef __APPLE__ + /* + * Start power management framework... + */ + + cupsdStartSystemMonitor(); +#endif /* __APPLE__ */ + + /* + * Start any pending print jobs... + */ + + cupsdCheckJobs(); + + /* + * Loop forever... + */ + + mallinfo_time = 0; + browse_time = time(NULL); + senddoc_time = time(NULL); + expire_time = time(NULL); + fds = 1; +#ifndef __APPLE__ + netif_time = 0; +#endif /* !__APPLE__ */ + + while (!stop_scheduler) + { +#ifdef DEBUG + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "main: Top of loop, dead_children=%d, NeedReload=%d", + dead_children, NeedReload); +#endif /* DEBUG */ + + /* + * Check if there are dead children to handle... + */ + + if (dead_children) + process_children(); + + /* + * Check if we need to load the server configuration file... + */ + + if (NeedReload) + { + /* + * Close any idle clients... + */ + + if (cupsArrayCount(Clients) > 0) + { + for (con = (cupsd_client_t *)cupsArrayFirst(Clients); + con; + con = (cupsd_client_t *)cupsArrayNext(Clients)) + if (con->http.state == HTTP_WAITING) + cupsdCloseClient(con); + else + con->http.keep_alive = HTTP_KEEPALIVE_OFF; + + cupsdPauseListening(); + } + + /* + * Check for any active jobs... + */ + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (job->state_value == IPP_JOB_PROCESSING) + break; + + /* + * Restart if all clients are closed and all jobs finished, or + * if the reload timeout has elapsed... + */ + + if ((cupsArrayCount(Clients) == 0 && + (!job || NeedReload != RELOAD_ALL)) || + (time(NULL) - ReloadTime) >= ReloadTimeout) + { + /* + * Shutdown the server... + */ + + cupsdStopServer(); + + /* + * Read configuration... + */ + + if (!cupsdReadConfiguration()) + { + syslog(LOG_LPR, "Unable to read configuration file \'%s\' - exiting!", + ConfigurationFile); + break; + } + +#if HAVE_LAUNCHD + if (Launchd) + { + if (launchd_sync_conf()) + { + launchd_reload(); + + /* + * Until rdar://3854821 is fixed we have to exit after the reload... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "Exiting on launchd_reload"); + stop_scheduler = 1; + break; + } + + launchd_checkin(); + } +#endif /* HAVE_LAUNCHD */ + + /* + * Startup the server... + */ + + cupsdStartServer(); + } + } + + /* + * Check for available input or ready output. If select() returns + * 0 or -1, something bad happened and we should exit immediately. + * + * Note that we at least have one listening socket open at all + * times. + */ + + memcpy(input, InputSet, SetSize); + memcpy(output, OutputSet, SetSize); + + timeout.tv_sec = select_timeout(fds); + timeout.tv_usec = 0; + +#if HAVE_LAUNCHD + /* + * If no other work is scheduled and we're being controlled by + * launchd then timeout after 'LaunchdTimeout' seconds of + * inactivity... + */ + + if (timeout.tv_sec == 86400 && Launchd && LaunchdTimeout && !NumPolled && + (!Browsing || !(BrowseLocalProtocols & BROWSE_DNSSD) || + cupsArrayCount(Printers) == 0)) + { + timeout.tv_sec = LaunchdTimeout; + launchd_idle_exit = 1; + } + else + launchd_idle_exit = 0; +#endif /* HAVE_LAUNCHD */ + + if (timeout.tv_sec < 86400) /* Only use timeout for < 1 day */ + fds = select(MaxFDs, input, output, NULL, &timeout); + else + fds = select(MaxFDs, input, output, NULL, NULL); + + if (fds < 0) + { + char s[16384], /* String buffer */ + *sptr; /* Pointer into buffer */ + int slen; /* Length of string buffer */ + + + /* + * Got an error from select! + */ + + if (errno == EINTR) /* Just interrupted by a signal */ + continue; + + /* + * Log all sorts of debug info to help track down the problem. + */ + + cupsdLogMessage(CUPSD_LOG_EMERG, "select() failed - %s!", + strerror(errno)); + + strcpy(s, "InputSet ="); + slen = 10; + sptr = s + 10; + + for (i = 0; i < MaxFDs; i ++) + if (FD_ISSET(i, InputSet)) + { + snprintf(sptr, sizeof(s) - slen, " %d", i); + slen += strlen(sptr); + sptr += strlen(sptr); + } + + cupsdLogMessage(CUPSD_LOG_EMERG, "%s", s); + + strcpy(s, "OutputSet ="); + slen = 11; + sptr = s + 11; + + for (i = 0; i < MaxFDs; i ++) + if (FD_ISSET(i, OutputSet)) + { + snprintf(sptr, sizeof(s) - slen, " %d", i); + slen += strlen(sptr); + sptr += strlen(sptr); + } + + cupsdLogMessage(CUPSD_LOG_EMERG, "%s", s); + + for (i = 0, con = (cupsd_client_t *)cupsArrayFirst(Clients); + con; + i ++, con = (cupsd_client_t *)cupsArrayNext(Clients)) + cupsdLogMessage(CUPSD_LOG_EMERG, + "Clients[%d] = %d, file = %d, state = %d", + i, con->http.fd, con->file, con->http.state); + + for (i = 0, lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + i ++, lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + cupsdLogMessage(CUPSD_LOG_EMERG, "Listeners[%d] = %d", i, lis->fd); + + cupsdLogMessage(CUPSD_LOG_EMERG, "BrowseSocket = %d", BrowseSocket); + + cupsdLogMessage(CUPSD_LOG_EMERG, "CGIPipes[0] = %d", CGIPipes[0]); + +#ifdef __APPLE__ + cupsdLogMessage(CUPSD_LOG_EMERG, "SysEventPipes[0] = %d", + SysEventPipes[0]); +#endif /* __APPLE__ */ + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + cupsdLogMessage(CUPSD_LOG_EMERG, "Jobs[%d] = %d < [%d %d] > [%d %d]", + job->id, + job->status_buffer ? job->status_buffer->fd : -1, + job->print_pipes[0], job->print_pipes[1], + job->back_pipes[0], job->back_pipes[1]); + break; + } + + current_time = time(NULL); + +#if HAVE_LAUNCHD + /* + * If no other work was scheduled and we're being controlled by launchd + * then timeout after 'LaunchdTimeout' seconds of inactivity... + */ + + if (!fds && launchd_idle_exit) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "Printer sharing is off and there are no jobs pending, " + "will restart on demand."); + stop_scheduler = 1; + break; + } +#endif /* HAVE_LAUNCHD */ + + /* + * Check for status info from job filters... + */ + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (job->status_buffer && FD_ISSET(job->status_buffer->fd, input)) + { + /* + * Clear the input bit to avoid updating the next job + * using the same status pipe file descriptor... + */ + + FD_CLR(job->status_buffer->fd, input); + + /* + * Read any status messages from the filters... + */ + + cupsdUpdateJob(job); + } + + /* + * Update CGI messages as needed... + */ + + if (CGIPipes[0] >= 0 && FD_ISSET(CGIPipes[0], input)) + cupsdUpdateCGI(); + + /* + * Handle system management events as needed... + */ + +#ifdef __APPLE__ + /* + * Mac OS X provides the SystemConfiguration framework for system + * configuration change events... + */ + + if (SysEventPipes[0] >= 0 && FD_ISSET(SysEventPipes[0], input)) + cupsdUpdateSystemMonitor(); +#else + /* + * All other operating systems need to poll for changes... + */ + + if ((current_time - netif_time) >= 60) + { + NetIFUpdate = 1; + netif_time = current_time; + } +#endif /* __APPLE__ */ + + /* + * Update notifier messages as needed... + */ + + if (NotifierPipes[0] >= 0 && FD_ISSET(NotifierPipes[0], input)) + cupsdUpdateNotifierStatus(); + + /* + * Expire subscriptions and unload completed jobs as needed... + */ + + if (current_time > expire_time) + { + if (cupsArrayCount(Subscriptions) > 0) + cupsdExpireSubscriptions(NULL, NULL); + + cupsdUnloadCompletedJobs(); + + expire_time = current_time; + } + + /* + * Update the browse list as needed... + */ + + if (Browsing && BrowseRemoteProtocols) + { + if (BrowseSocket >= 0 && FD_ISSET(BrowseSocket, input)) + cupsdUpdateCUPSBrowse(); + + if (PollPipe >= 0 && FD_ISSET(PollPipe, input)) + cupsdUpdatePolling(); + +#ifdef HAVE_LIBSLP + if ((BrowseRemoteProtocols & BROWSE_SLP) && + BrowseSLPRefresh <= current_time) + cupsdUpdateSLPBrowse(); +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_LDAP + if ((BrowseRemoteProtocols & BROWSE_LDAP) && + BrowseLDAPRefresh <= current_time) + cupsdUpdateLDAPBrowse(); +#endif /* HAVE_LDAP */ + } + + if (Browsing && BrowseLocalProtocols && current_time > browse_time) + { + cupsdSendBrowseList(); + browse_time = current_time; + } + + /* + * Check for new connections on the "listen" sockets... + */ + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + if (lis->fd >= 0 && FD_ISSET(lis->fd, input)) + { + FD_CLR(lis->fd, input); + cupsdAcceptClient(lis); + } + + /* + * Check for new data on the client sockets... + */ + + for (con = (cupsd_client_t *)cupsArrayFirst(Clients); + con; + con = (cupsd_client_t *)cupsArrayNext(Clients)) + { + /* + * Process the input buffer... + */ + + if (FD_ISSET(con->http.fd, input) || con->http.used) + { + int fd = con->file; + + + FD_CLR(con->http.fd, input); + + if (!cupsdReadClient(con)) + { + if (fd >= 0) + FD_CLR(fd, input); + + continue; + } + } + + /* + * Write data as needed... + */ + + if (con->pipe_pid && FD_ISSET(con->file, input)) + { + /* + * Keep track of pending input from the file/pipe separately + * so that we don't needlessly spin on select() when the web + * client is not ready to receive data... + */ + + FD_CLR(con->file, input); + con->file_ready = 1; + +#ifdef DEBUG + cupsdLogMessage(CUPSD_LOG_DEBUG2, "main: Data ready file %d!", + con->file); +#endif /* DEBUG */ + + if (!FD_ISSET(con->http.fd, output)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "main: Removing fd %d from InputSet...", con->file); + FD_CLR(con->file, input); + FD_CLR(con->file, InputSet); + } + } + + if (FD_ISSET(con->http.fd, output)) + { + FD_CLR(con->http.fd, output); + + if (!con->pipe_pid || con->file_ready) + if (!cupsdWriteClient(con)) + continue; + } + + /* + * Check the activity and close old clients... + */ + + activity = current_time - Timeout; + if (con->http.activity < activity && !con->pipe_pid) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Closing client %d after %d seconds of inactivity...", + con->http.fd, Timeout); + + cupsdCloseClient(con); + continue; + } + } + + /* + * Update any pending multi-file documents... + */ + + if ((current_time - senddoc_time) >= 10) + { + cupsdCheckJobs(); + senddoc_time = current_time; + } + + /* + * Log memory usage every minute... + */ + + if ((current_time - mallinfo_time) >= 60 && LogLevel >= CUPSD_LOG_DEBUG2) + { +#ifdef HAVE_MALLINFO + struct mallinfo mem; /* Malloc information */ + + + mem = mallinfo(); + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "mallinfo: arena = %d, used = %d, free = %d\n", + mem.arena, mem.usmblks + mem.uordblks, + mem.fsmblks + mem.fordblks); +#endif /* HAVE_MALLINFO */ + + string_count = _cupsStrStatistics(&alloc_bytes, &total_bytes); + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "stringpool: " CUPS_LLFMT " strings, " + CUPS_LLFMT " allocated, " CUPS_LLFMT " total bytes", + CUPS_LLCAST string_count, CUPS_LLCAST alloc_bytes, + CUPS_LLCAST total_bytes); + + mallinfo_time = current_time; + } + + /* + * Update the root certificate once every 5 minutes if we have client + * connections... + */ + + if ((current_time - RootCertTime) >= RootCertDuration && RootCertDuration && + !RunUser && cupsArrayCount(Clients)) + { + /* + * Update the root certificate... + */ + + cupsdDeleteCert(0); + cupsdAddCert(0, "root"); + } + + /* + * Handle OS-specific event notification for any events that have + * accumulated. Don't send these more than once a second... + */ + + if (LastEvent) + { +#ifdef HAVE_NOTIFY_POST + if (LastEvent & CUPSD_EVENT_PRINTER_CHANGED) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "notify_post(\"com.apple.printerListChange\")"); + notify_post("com.apple.printerListChange"); + } + + if (LastEvent & CUPSD_EVENT_PRINTER_STATE_CHANGED) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "notify_post(\"com.apple.printerHistoryChange\")"); + notify_post("com.apple.printerHistoryChange"); + } + + if (LastEvent & (CUPSD_EVENT_JOB_STATE_CHANGED | + CUPSD_EVENT_JOB_CONFIG_CHANGED | + CUPSD_EVENT_JOB_PROGRESS)) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "notify_post(\"com.apple.jobChange\")"); + notify_post("com.apple.jobChange"); + } +#endif /* HAVE_NOTIFY_POST */ + + /* + * Reset the accumulated events... + */ + + LastEvent = CUPSD_EVENT_NONE; + } + } + + /* + * Log a message based on what happened... + */ + + if (stop_scheduler) + cupsdLogMessage(CUPSD_LOG_INFO, "Scheduler shutting down normally."); + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Scheduler shutting down due to program error."); + + /* + * Close all network clients and stop all jobs... + */ + + cupsdStopServer(); + + cupsdFreeAllJobs(); + +#ifdef __APPLE__ + cupsdStopSystemMonitor(); +#endif /* __APPLE__ */ + +#ifdef HAVE_LAUNCHD + /* + * Update the launchd config file as needed... + */ + + launchd_sync_conf(); + + if (launchd_conf_url) + CFRelease(launchd_conf_url); + + if (launchd_conf_dict) + CFRelease(launchd_conf_dict); +#endif /* HAVE_LAUNCHD */ + +#ifdef __sgi + /* + * Remove the fake IRIX lpsched lock file, but only if the existing + * file is not a FIFO which indicates that the real IRIX lpsched is + * running... + */ + + if (!stat("/var/spool/lp/FIFO", &statbuf)) + if (!S_ISFIFO(statbuf.st_mode)) + unlink("/var/spool/lp/SCHEDLOCK"); +#endif /* __sgi */ + + /* + * Free memory used by FD sets and return... + */ + + free(InputSet); + free(OutputSet); + free(input); + free(output); + + return (!stop_scheduler); +} + + +/* + * 'cupsdClosePipe()' - Close a pipe as necessary. + */ + +void +cupsdClosePipe(int *fds) /* I - Pipe file descriptors (2) */ +{ + /* + * Close file descriptors as needed... + */ + + if (fds[0] >= 0) + { + close(fds[0]); + fds[0] = -1; + } + + if (fds[1] >= 0) + { + close(fds[1]); + fds[1] = -1; + } +} + + +/* + * 'cupsdOpenPipe()' - Create a pipe which is closed on exec. + */ + +int /* O - 0 on success, -1 on error */ +cupsdOpenPipe(int *fds) /* O - Pipe file descriptors (2) */ +{ + /* + * Create the pipe... + */ + + if (pipe(fds)) + { + fds[0] = -1; + fds[1] = -1; + + return (-1); + } + + /* + * Set the "close on exec" flag on each end of the pipe... + */ + + if (fcntl(fds[0], F_SETFD, fcntl(fds[0], F_GETFD) | FD_CLOEXEC)) + { + close(fds[0]); + close(fds[1]); + + fds[0] = -1; + fds[1] = -1; + + return (-1); + } + + if (fcntl(fds[1], F_SETFD, fcntl(fds[1], F_GETFD) | FD_CLOEXEC)) + { + close(fds[0]); + close(fds[1]); + + fds[0] = -1; + fds[1] = -1; + + return (-1); + } + + /* + * Return 0 indicating success... + */ + + return (0); +} + + +/* + * 'cupsdClearString()' - Clear a string. + */ + +void +cupsdClearString(char **s) /* O - String value */ +{ + if (s && *s) + { + _cupsStrFree(*s); + *s = NULL; + } +} + + +/* + * 'cupsdHoldSignals()' - Hold child and termination signals. + */ + +void +cupsdHoldSignals(void) +{ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + sigset_t newmask; /* New POSIX signal mask */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + holdcount ++; + if (holdcount > 1) + return; + +#ifdef HAVE_SIGSET + sighold(SIGTERM); + sighold(SIGCHLD); +#elif defined(HAVE_SIGACTION) + sigemptyset(&newmask); + sigaddset(&newmask, SIGTERM); + sigaddset(&newmask, SIGCHLD); + sigprocmask(SIG_BLOCK, &newmask, &holdmask); +#endif /* HAVE_SIGSET */ +} + + +/* + * 'cupsdReleaseSignals()' - Release signals for delivery. + */ + +void +cupsdReleaseSignals(void) +{ + holdcount --; + if (holdcount > 0) + return; + +#ifdef HAVE_SIGSET + sigrelse(SIGTERM); + sigrelse(SIGCHLD); +#elif defined(HAVE_SIGACTION) + sigprocmask(SIG_SETMASK, &holdmask, NULL); +#endif /* HAVE_SIGSET */ +} + + +/* + * 'cupsdSetString()' - Set a string value. + */ + +void +cupsdSetString(char **s, /* O - New string */ + const char *v) /* I - String value */ +{ + if (!s || *s == v) + return; + + if (*s) + _cupsStrFree(*s); + + if (v) + *s = _cupsStrAlloc(v); + else + *s = NULL; +} + + +/* + * 'cupsdSetStringf()' - Set a formatted string value. + */ + +void +cupsdSetStringf(char **s, /* O - New string */ + const char *f, /* I - Printf-style format string */ + ...) /* I - Additional args as needed */ +{ + char v[4096]; /* Formatting string value */ + va_list ap; /* Argument pointer */ + char *olds; /* Old string */ + + + if (!s) + return; + + olds = *s; + + if (f) + { + va_start(ap, f); + vsnprintf(v, sizeof(v), f, ap); + va_end(ap); + + *s = _cupsStrAlloc(v); + } + else + *s = NULL; + + if (olds) + _cupsStrFree(olds); +} + + +#ifdef HAVE_LAUNCHD +/* + * 'launchd_checkin()' - Check-in with launchd and collect the listening fds. + */ + +static void +launchd_checkin(void) +{ + int i, /* Looping var */ + count, /* Numebr of listeners */ + portnum; /* Port number */ + launch_data_t ld_msg, /* Launch data message */ + ld_resp, /* Launch data response */ + ld_array, /* Launch data array */ + ld_sockets, /* Launch data sockets dictionary */ + tmp; /* Launch data */ + cupsd_listener_t *lis; /* Listeners array */ + http_addr_t addr; /* Address variable */ + socklen_t addrlen; /* Length of address */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, "launchd_checkin: pid=%d", (int)getpid()); + + /* + * Check-in with launchd... + */ + + ld_msg = launch_data_new_string(LAUNCH_KEY_CHECKIN); + if ((ld_resp = launch_msg(ld_msg)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "launchd_checkin: launch_msg(\"" LAUNCH_KEY_CHECKIN + "\") IPC failure"); + exit(EXIT_FAILURE); + } + + if (launch_data_get_type(ld_resp) == LAUNCH_DATA_ERRNO) + { + errno = launch_data_get_errno(ld_resp); + cupsdLogMessage(CUPSD_LOG_ERROR, "launchd_checkin: Check-in failed: %s", + strerror(errno)); + exit(EXIT_FAILURE); + } + + /* + * Get the sockets dictionary... + */ + + if (!(ld_sockets = launch_data_dict_lookup(ld_resp, LAUNCH_JOBKEY_SOCKETS))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "launchd_checkin: No sockets found to answer requests on!"); + exit(EXIT_FAILURE); + } + + /* + * Get the array of listener sockets... + */ + + if (!(ld_array = launch_data_dict_lookup(ld_sockets, "Listeners"))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "launchd_checkin: No sockets found to answer requests on!"); + exit(EXIT_FAILURE); + } + + /* + * Add listening fd(s) to the Listener array... + */ + + if (launch_data_get_type(ld_array) == LAUNCH_DATA_ARRAY) + { + /* + * Free the listeners array built from cupsd.conf... + */ + + cupsdDeleteAllListeners(); + + /* + * Create a new array of listeners from the launchd data... + */ + + Listeners = cupsArrayNew(NULL, NULL); + count = launch_data_array_get_count(ld_array); + + for (i = 0; i < count; i ++) + { + /* + * Copy the current address and log it... + */ + + if ((lis = calloc(1, sizeof(cupsd_listener_t))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "launchd_checkin: Unable to allocate listener - %s.", + strerror(errno)); + exit(EXIT_FAILURE); + } + + cupsArrayAdd(Listeners, lis); + + tmp = launch_data_array_get_index(ld_array, i); + lis->fd = launch_data_get_fd(tmp); + addrlen = sizeof(lis->address); + + if (getsockname(lis->fd, (struct sockaddr *)&(lis->address), &addrlen)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "launchd_checkin: Unable to get local address - %s", + strerror(errno)); + } + +# ifdef HAVE_SSL + portnum = 0; + +# ifdef AF_INET6 + if (addr.addr.sa_family == AF_INET6) + portnum = ntohs(addr.ipv6.sin6_port); + else +# endif /* AF_INET6 */ + if (addr.addr.sa_family == AF_INET) + portnum = ntohs(addr.ipv4.sin_port); + + if (portnum == 443) + lis->encryption = HTTP_ENCRYPT_ALWAYS; +# endif /* HAVE_SSL */ + } + } + + /* + * Collect the browse socket (if there is one)... + */ + + if ((ld_array = launch_data_dict_lookup(ld_sockets, "BrowseSockets"))) + { + if (launch_data_get_type(ld_array) == LAUNCH_DATA_ARRAY) + { + if ((tmp = launch_data_array_get_index(ld_array, 0))) + { + if (launch_data_get_type(tmp) == LAUNCH_DATA_FD) + { + if (BrowseSocket != -1) + close(BrowseSocket); + + BrowseSocket = launch_data_get_fd(tmp); + } + else + cupsdLogMessage(CUPSD_LOG_WARN, + "launchd_checkin: BrowseSocket not a fd!"); + } + else + cupsdLogMessage(CUPSD_LOG_WARN, + "launchd_checkin: BrowseSockets is an empty array!"); + } + else + cupsdLogMessage(CUPSD_LOG_WARN, + "launchd_checkin: BrowseSockets is not an array!"); + } + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "launchd_checkin: No BrowseSockets"); + + launch_data_free(ld_msg); + launch_data_free(ld_resp); +} + + +/* + * 'launchd_create_dict()' - Create a dictionary representing the launchd + * config file org.cups.cupsd.plist. + */ + +static CFDictionaryRef /* O - CFDictionary */ +launchd_create_dict(void) +{ + int portnum; /* Port number */ + bool runatload; /* Run at load? */ + CFMutableDictionaryRef cupsd_dict, /* org.cups.cupsd.plist dictionary */ + sockets, /* Sockets dictionary */ + listener; /* Listener dictionary */ + CFMutableArrayRef array; /* Array */ + CFNumberRef socket_mode; /* Domain socket mode bits */ + CFStringRef socket_path; /* Domain socket path */ + CFTypeRef value; /* CF values */ + cupsd_listener_t *lis; /* Current listening socket */ + struct servent *service; /* Services data base entry */ + char temp[1024]; /* Temporary buffer for value */ + + + if ((cupsd_dict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, + &kCFTypeDictionaryKeyCallBacks, + &kCFTypeDictionaryValueCallBacks)) == NULL) + return NULL; + + CFDictionaryAddValue(cupsd_dict, CFSTR(LAUNCH_JOBKEY_LABEL), + CFSTR("org.cups.cupsd")); + CFDictionaryAddValue(cupsd_dict, CFSTR(LAUNCH_JOBKEY_ONDEMAND), + kCFBooleanTrue); + + /* + * Run-at-load if there are active jobs, polling or shared printers + * to advertise... + */ + + runatload = (cupsArrayCount(ActiveJobs) || NumPolled || + (Browsing && BrowseLocalProtocols && + NumBrowsers && cupsArrayCount(Printers))) ? true : false; + + CFDictionaryAddValue(cupsd_dict, CFSTR(LAUNCH_JOBKEY_RUNATLOAD), + runatload ? kCFBooleanTrue : kCFBooleanFalse); +# ifdef LAUNCH_JOBKEY_SERVICEIPC + CFDictionaryAddValue(cupsd_dict, CFSTR(LAUNCH_JOBKEY_SERVICEIPC), + kCFBooleanTrue); +# endif /* LAUNCH_JOBKEY_SERVICEIPC */ + + if ((array = CFArrayCreateMutable(kCFAllocatorDefault, 2, + &kCFTypeArrayCallBacks)) != NULL) + { + CFDictionaryAddValue(cupsd_dict, CFSTR(LAUNCH_JOBKEY_PROGRAMARGUMENTS), + array); + CFArrayAppendValue(array, CFSTR("/usr/sbin/cupsd")); + CFArrayAppendValue(array, CFSTR("-l")); + CFRelease(array); + } + + /* + * Add a sockets dictionary... + */ + + if ((sockets = (CFMutableDictionaryRef)CFDictionaryCreateMutable( + kCFAllocatorDefault, 0, + &kCFTypeDictionaryKeyCallBacks, + &kCFTypeDictionaryValueCallBacks)) != NULL) + { + CFDictionaryAddValue(cupsd_dict, CFSTR(LAUNCH_JOBKEY_SOCKETS), sockets); + + /* + * Add a Listeners array to the sockets dictionary... + */ + + if ((array = CFArrayCreateMutable(kCFAllocatorDefault, 0, + &kCFTypeArrayCallBacks)) != NULL) + { + CFDictionaryAddValue(sockets, CFSTR("Listeners"), array); + + /* + * For each listener add a dictionary to the listeners array... + */ + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + { + if ((listener = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, + &kCFTypeDictionaryKeyCallBacks, + &kCFTypeDictionaryValueCallBacks)) != NULL) + { + CFArrayAppendValue(array, listener); + +# ifdef AF_LOCAL + if (lis->address.addr.sa_family == AF_LOCAL) + { + if ((socket_path = CFStringCreateWithCString(kCFAllocatorDefault, + lis->address.un.sun_path, + kCFStringEncodingUTF8))) + { + CFDictionaryAddValue(listener, + CFSTR(LAUNCH_JOBSOCKETKEY_PATHNAME), + socket_path); + CFRelease(socket_path); + } + portnum = 0140777; /* (S_IFSOCK|S_IRWXU|S_IRWXG|S_IRWXO) or * + * 49663d decimal */ + if ((socket_mode = CFNumberCreate(kCFAllocatorDefault, + kCFNumberIntType, &portnum))) + { + CFDictionaryAddValue(listener, CFSTR("SockPathMode"), + socket_mode); + CFRelease(socket_mode); + } + } + else +# endif /* AF_LOCAL */ + { +# ifdef AF_INET6 + if (lis->address.addr.sa_family == AF_INET6) + { + CFDictionaryAddValue(listener, + CFSTR(LAUNCH_JOBSOCKETKEY_FAMILY), + CFSTR("IPv6")); + portnum = lis->address.ipv6.sin6_port; + } + else +# endif /* AF_INET6 */ + { + CFDictionaryAddValue(listener, + CFSTR(LAUNCH_JOBSOCKETKEY_FAMILY), + CFSTR("IPv4")); + portnum = lis->address.ipv4.sin_port; + } + + if ((service = getservbyport(portnum, NULL))) + value = CFStringCreateWithCString(kCFAllocatorDefault, + service->s_name, + kCFStringEncodingUTF8); + else + value = CFNumberCreate(kCFAllocatorDefault, + kCFNumberIntType, &portnum); + + if (value) + { + CFDictionaryAddValue(listener, + CFSTR(LAUNCH_JOBSOCKETKEY_SERVICENAME), + value); + CFRelease(value); + } + + httpAddrString(&lis->address, temp, sizeof(temp)); + if ((value = CFStringCreateWithCString(kCFAllocatorDefault, temp, + kCFStringEncodingUTF8))) + { + CFDictionaryAddValue(listener, + CFSTR(LAUNCH_JOBSOCKETKEY_NODENAME), + value); + CFRelease(value); + } + } + + CFRelease(listener); + } + } + + CFRelease(array); + } + + /* + * Add the BrowseSocket to the sockets dictionary... + */ + + if (Browsing && (BrowseRemoteProtocols & BROWSE_CUPS)) + { + if ((array = CFArrayCreateMutable(kCFAllocatorDefault, 0, + &kCFTypeArrayCallBacks)) != NULL) + { + CFDictionaryAddValue(sockets, CFSTR("BrowseSockets"), array); + + if ((listener = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, + &kCFTypeDictionaryKeyCallBacks, + &kCFTypeDictionaryValueCallBacks)) != NULL) + { + CFArrayAppendValue(array, listener); + + CFDictionaryAddValue(listener, CFSTR(LAUNCH_JOBSOCKETKEY_FAMILY), + CFSTR("IPv4")); + CFDictionaryAddValue(listener, CFSTR(LAUNCH_JOBSOCKETKEY_TYPE), + CFSTR("dgram")); + + if ((service = getservbyport(BrowsePort, NULL))) + value = CFStringCreateWithCString(kCFAllocatorDefault, + service->s_name, + kCFStringEncodingUTF8); + else + value = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, + &BrowsePort); + + CFDictionaryAddValue(listener, + CFSTR(LAUNCH_JOBSOCKETKEY_SERVICENAME), value); + CFRelease(value); + + CFRelease(listener); + } + + CFRelease(array); + } + } + + CFRelease(sockets); + } + + return (cupsd_dict); +} + + +/* + * 'launchd_reload()' - Tell launchd to reload the configuration file to pick + * up the new listening directives. + */ + +static void +launchd_reload(void) +{ + int child_status; /* Exit status of child process */ + pid_t child_pid, /* Child PID */ + waitpid_status; /* Child process exit status */ + char *argv[4]; /* Argument strings */ + + + /* + * The current launchd doesn't support a reload option (rdar://3854821). + * Until this is fixed we need to reload the config file by execing launchctl + * twice (to unload then load). NOTE: This will cause us to exit on SIGTERM + * which will cancel all client & job activity. + * + * After this is fixed we'll be able to tell launchd to reload the file + * and pick up the new listening descriptors without disrupting current + * activity. + */ + + /* + * Unloading the current configuration will cause launchd to send us a SIGTERM; + * block it for now so we can get our work done... + */ + + cupsdHoldSignals(); + + /* + * Set up the unload arguments to launchctl... + */ + + argv[0] = "/bin/launchctl"; + argv[1] = "unload"; + argv[2] = LaunchdConf; + argv[3] = NULL; + + if (cupsdStartProcess(argv[0], argv, NULL, -1, -1, -1, -1, 1, &child_pid) < 0) + cupsdLogMessage(CUPSD_LOG_ERROR, + "launchd_reload: Unable to execute %s - %s", argv[0], + strerror(errno)); + else + { + do + { + waitpid_status = waitpid(child_pid, &child_status, 0); + } + while (waitpid_status == (pid_t)-1 && errno == EINTR); + + if (WIFSIGNALED(child_status)) + cupsdLogMessage(CUPSD_LOG_DEBUG, + "launchd_reload: %s pid %d crashed on signal %d!", + basename(argv[0]), child_pid, WTERMSIG(child_status)); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, + "launchd_reload: %s pid %d stopped with status %d!", + basename(argv[0]), child_pid, WEXITSTATUS(child_status)); + + /* + * Do it again with the load command... + */ + + argv[1] = "load"; + + if (cupsdStartProcess(argv[0], argv, NULL, -1, -1, -1, -1, 1, + &child_pid) < 0) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "launchd_reload: Unable to fork for %s - %s", argv[0], + strerror(errno)); + } + else + { + do + { + waitpid_status = waitpid(child_pid, &child_status, 0); + } while (waitpid_status == (pid_t)-1 && errno == EINTR); + + if (WIFSIGNALED(child_status)) + cupsdLogMessage(CUPSD_LOG_DEBUG, + "launchd_reload: %s pid %d crashed on signal %d!", + basename(argv[0]), child_pid, WTERMSIG(child_status)); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, + "launchd_reload: %s pid %d stopped with status %d", + basename(argv[0]), child_pid, + WEXITSTATUS(child_status)); + } + } + + /* + * Leave signals blocked since exit() will be called momentarily anyways... + */ +} + + +/* + * 'launchd_sync_conf()' - Rewrite the launchd config file + * org.cups.cupsd.plist based on cupsd.conf. + */ + +static int /* O - 1 if the file was updated */ +launchd_sync_conf(void) +{ + SInt32 errorCode; /* Error code */ + CFDataRef resourceData; /* XML property list */ + CFDictionaryRef cupsd_dict; /* New org.cups.cupsd.plist dict */ + + + /* + * If needed reconstitute the existing org.cups.cupsd.plist... + */ + + if (!launchd_conf_url && + !(launchd_conf_url = CFURLCreateFromFileSystemRepresentation( + kCFAllocatorDefault, + (const unsigned char *)LaunchdConf, + strlen(LaunchdConf), false))) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "launchd_sync_conf: " + "Unable to create file URL for \"%s\"\n", LaunchdConf); + return (0); + } + + if (!launchd_conf_dict) + { + if (CFURLCreateDataAndPropertiesFromResource(NULL, launchd_conf_url, + &resourceData, NULL, NULL, &errorCode)) + { + launchd_conf_dict = CFPropertyListCreateFromXMLData(NULL, resourceData, + kCFPropertyListImmutable, NULL); + CFRelease(resourceData); + } + + if (!launchd_conf_dict) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "launchd_sync_conf: " + "Unable to create dictionary for \"%s\"\n", LaunchdConf); + } + } + + /* + * Create a new org.cups.cupsd.plist dictionary... + */ + + if ((cupsd_dict = launchd_create_dict()) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "launchd_sync_conf: " + "Unable to create file URL for \"%s\"\n", LaunchdConf); + return (0); + } + + /* + * If the dictionaries are different write a new org.cups.cupsd.plist... + */ + + if (!CFEqual(cupsd_dict, launchd_conf_dict)) + { + if ((resourceData = CFPropertyListCreateXMLData(kCFAllocatorDefault, + cupsd_dict))) + { + if (CFURLWriteDataAndPropertiesToResource(launchd_conf_url, resourceData, + NULL, &errorCode)) + { + /* + * The new cupsd dictionary becomes the on-disk launchd dictionary... + */ + + if (launchd_conf_dict) + CFRelease(launchd_conf_dict); + + launchd_conf_dict = cupsd_dict; + } + else + { + cupsdLogMessage(CUPSD_LOG_WARN, + "launchd_sync_conf: " + "CFURLWriteDataAndPropertiesToResource(\"%s\") " + "failed: %d\n", + LaunchdConf, (int)errorCode); + + CFRelease(cupsd_dict); + } + + CFRelease(resourceData); + } + + /* + * Let the caller know we updated the file... + */ + + return (1); + } + + return (0); +} +#endif /* HAVE_LAUNCHD */ + + +/* + * 'parent_handler()' - Catch USR1/CHLD signals... + */ + +static void +parent_handler(int sig) /* I - Signal */ +{ + /* + * Store the signal we got from the OS and return... + */ + + parent_signal = sig; +} + + +/* + * 'process_children()' - Process all dead children... + */ + +static void +process_children(void) +{ + int status; /* Exit status of child */ + int pid; /* Process ID of child */ + cupsd_job_t *job; /* Current job */ + int i; /* Looping var */ + char name[1024]; /* Process name */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "process_children()"); + + /* + * Reset the dead_children flag... + */ + + dead_children = 0; + + /* + * Collect the exit status of some children... + */ + +#ifdef HAVE_WAITPID + while ((pid = waitpid(-1, &status, WNOHANG)) > 0) +#elif defined(HAVE_WAIT3) + while ((pid = wait3(&status, WNOHANG, NULL)) > 0) +#else + if ((pid = wait(&status)) > 0) +#endif /* HAVE_WAITPID */ + { + /* + * Ignore SIGTERM errors - that comes when a job is canceled... + */ + + cupsdFinishProcess(pid, name, sizeof(name)); + + if (status == SIGTERM) + status = 0; + + if (status) + { + if (WIFEXITED(status)) + cupsdLogMessage(CUPSD_LOG_ERROR, "PID %d (%s) stopped with status %d!", + pid, name, WEXITSTATUS(status)); + else + cupsdLogMessage(CUPSD_LOG_ERROR, "PID %d (%s) crashed on signal %d!", + pid, name, WTERMSIG(status)); + + if (LogLevel < CUPSD_LOG_DEBUG) + cupsdLogMessage(CUPSD_LOG_INFO, + "Hint: Try setting the LogLevel to \"debug\" to find " + "out more."); + } + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "PID %d (%s) exited with no errors.", + pid, name); + + /* + * Delete certificates for CGI processes... + */ + + if (pid) + cupsdDeleteCert(pid); + + /* + * Lookup the PID in the jobs list... + */ + + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (job->state_value == IPP_JOB_PROCESSING) + { + for (i = 0; job->filters[i]; i ++) + if (job->filters[i] == pid) + break; + + if (job->filters[i] || job->backend == pid) + { + /* + * OK, this process has gone away; what's left? + */ + + if (job->filters[i]) + job->filters[i] = -pid; + else + job->backend = -pid; + + if (status && job->status >= 0) + { + /* + * An error occurred; save the exit status so we know to stop + * the printer or cancel the job when all of the filters finish... + * + * A negative status indicates that the backend failed and the + * printer needs to be stopped. + */ + + if (job->filters[i]) + job->status = status; /* Filter failed */ + else + job->status = -status; /* Backend failed */ + + if (job->printer && !(job->printer->type & CUPS_PRINTER_FAX)) + { + snprintf(job->printer->state_message, + sizeof(job->printer->state_message), "%s failed", name); + cupsdAddPrinterHistory(job->printer); + } + } + + /* + * If this is not the last file in a job, see if all of the + * filters are done, and if so move to the next file. + */ + + if (job->current_file < job->num_files) + { + for (i = 0; job->filters[i] < 0; i ++); + + if (!job->filters[i]) + { + /* + * Process the next file... + */ + + cupsdFinishJob(job); + } + } + break; + } + } + } +} + + +/* + * 'sigchld_handler()' - Handle 'child' signals from old processes. + */ + +static void +sigchld_handler(int sig) /* I - Signal number */ +{ + (void)sig; + + /* + * Flag that we have dead children... + */ + + dead_children = 1; + + /* + * Reset the signal handler as needed... + */ + +#if !defined(HAVE_SIGSET) && !defined(HAVE_SIGACTION) + signal(SIGCLD, sigchld_handler); +#endif /* !HAVE_SIGSET && !HAVE_SIGACTION */ +} + + +/* + * 'sighup_handler()' - Handle 'hangup' signals to reconfigure the scheduler. + */ + +static void +sighup_handler(int sig) /* I - Signal number */ +{ + (void)sig; + + NeedReload = RELOAD_ALL; + ReloadTime = time(NULL); + +#if !defined(HAVE_SIGSET) && !defined(HAVE_SIGACTION) + signal(SIGHUP, sighup_handler); +#endif /* !HAVE_SIGSET && !HAVE_SIGACTION */ +} + + +/* + * 'sigterm_handler()' - Handle 'terminate' signals that stop the scheduler. + */ + +static void +sigterm_handler(int sig) /* I - Signal */ +{ + (void)sig; /* remove compiler warnings... */ + + /* + * Flag that we should stop and return... + */ + + stop_scheduler = 1; +} + + +/* + * 'select_timeout()' - Calculate the select timeout value. + * + */ + +static long /* O - Number of seconds */ +select_timeout(int fds) /* I - Number of descriptors returned */ +{ + long timeout; /* Timeout for select */ + time_t now; /* Current time */ + cupsd_client_t *con; /* Client information */ + cupsd_printer_t *p; /* Printer information */ + cupsd_job_t *job; /* Job information */ + cupsd_subscription_t *sub; /* Subscription information */ + const char *why; /* Debugging aid */ + + + /* + * Check to see if any of the clients have pending data to be + * processed; if so, the timeout should be 0... + */ + + for (con = (cupsd_client_t *)cupsArrayFirst(Clients); + con; + con = (cupsd_client_t *)cupsArrayNext(Clients)) + if (con->http.used > 0) + return (0); + + /* + * If select has been active in the last second (fds != 0) or we have + * many resources in use then don't bother trying to optimize the + * timeout, just make it 1 second. + */ + + if (fds || cupsArrayCount(Clients) > 50) + return (1); + + /* + * Otherwise, check all of the possible events that we need to wake for... + */ + + now = time(NULL); + timeout = now + 86400; /* 86400 == 1 day */ + why = "do nothing"; + + /* + * Check the activity and close old clients... + */ + + for (con = (cupsd_client_t *)cupsArrayFirst(Clients); + con; + con = (cupsd_client_t *)cupsArrayNext(Clients)) + if ((con->http.activity + Timeout) < timeout) + { + timeout = con->http.activity + Timeout; + why = "timeout a client connection"; + } + + /* + * Update the browse list as needed... + */ + + if (Browsing && BrowseLocalProtocols) + { +#ifdef HAVE_LIBSLP + if ((BrowseLocalProtocols & BROWSE_SLP) && (BrowseSLPRefresh < timeout)) + { + timeout = BrowseSLPRefresh; + why = "update SLP browsing"; + } +#endif /* HAVE_LIBSLP */ + +#ifdef HAVE_LDAP + if ((BrowseLocalProtocols & BROWSE_LDAP) && (BrowseLDAPRefresh < timeout)) + { + timeout = BrowseLDAPRefresh; + why = "update LDAP browsing"; + } +#endif /* HAVE_LDAP */ + + if (BrowseLocalProtocols & BROWSE_CUPS) + { + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + if (p->type & CUPS_PRINTER_REMOTE) + { + if ((p->browse_time + BrowseTimeout) < timeout) + { + timeout = p->browse_time + BrowseTimeout; + why = "browse timeout a printer"; + } + } + else if (!(p->type & CUPS_PRINTER_IMPLICIT)) + { + if (BrowseInterval && (p->browse_time + BrowseInterval) < timeout) + { + timeout = p->browse_time + BrowseInterval; + why = "send browse update"; + } + } + } + } + } + + /* + * Check for any active jobs... + */ + + if (timeout > (now + 10) && ActiveJobs) + { + for (job = (cupsd_job_t *)cupsArrayFirst(ActiveJobs); + job; + job = (cupsd_job_t *)cupsArrayNext(ActiveJobs)) + if (job->state_value <= IPP_JOB_PROCESSING) + { + timeout = now + 10; + why = "process active jobs"; + break; + } + } + +#ifdef HAVE_MALLINFO + /* + * Log memory usage every minute... + */ + + if (LogLevel >= CUPSD_LOG_DEBUG && (mallinfo_time + 60) < timeout) + { + timeout = mallinfo_time + 60; + why = "display memory usage"; + } +#endif /* HAVE_MALLINFO */ + + /* + * Expire subscriptions as needed... + */ + + for (sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions); + sub; + sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions)) + if (!sub->job && sub->expire && sub->expire < timeout) + { + timeout = sub->expire; + why = "expire subscription"; + } + + /* + * Adjust from absolute to relative time. If p->browse_time above + * was 0 then we can end up with a negative value here, so check. + * We add 1 second to the timeout since events occur after the + * timeout expires, and limit the timeout to 86400 seconds (1 day) + * to avoid select() timeout limits present on some operating + * systems... + */ + + timeout = timeout - now + 1; + + if (timeout < 1) + timeout = 1; + else if (timeout > 86400) + timeout = 86400; + + /* + * Log and return the timeout value... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "select_timeout: %ld seconds to %s", + timeout, why); + + return (timeout); +} + + +/* + * 'usage()' - Show scheduler usage. + */ + +static void +usage(int status) /* O - Exit status */ +{ + _cupsLangPuts(status ? stderr : stdout, + _("Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" + "\n" + "-c config-file Load alternate configuration file\n" + "-f Run in the foreground\n" + "-F Run in the foreground but detach\n" + "-h Show this usage message\n" + "-l Run cupsd from launchd(8)\n")); + exit(status); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/mime.c b/scheduler/mime.c new file mode 100644 index 0000000000..da82e4390c --- /dev/null +++ b/scheduler/mime.c @@ -0,0 +1,742 @@ +/* + * "$Id$" + * + * MIME database file routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * mimeDelete() - Delete (free) a MIME database. + * mimeDeleteFilter() - Delete a filter from the MIME database. + * mimeDeleteType() - Delete a type from the MIME database. + * mimeFirstFilter() - Get the first filter in the MIME database. + * mimeFirstType() - Get the first type in the MIME database. + * mimeLoad() - Create a new MIME database from disk. + * mimeMerge() - Merge a MIME database from disk with the current one. + * mimeNew() - Create a new, empty MIME database. + * mimeNextFilter() - Get the next filter in the MIME database. + * mimeNextType() - Get the next type in the MIME database. + * mimeNumFilters() - Get the number of filters in a MIME database. + * mimeNumTypes() - Get the number of types in a MIME database. + * add_fcache() - Add a filter to the filter cache. + * compare_fcache() - Compare two filter cache entries. + * delete_fcache() - Free all memory used by the filter cache. + * delete_rules() - Free all memory for the given rule tree. + * load_convs() - Load a xyz.convs file... + * load_types() - Load a xyz.types file... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include + +#include +#include +#include +#include "mime.h" + + +/* + * Local types... + */ + +typedef struct _mime_fcache_s /**** Filter cache structure ****/ +{ + char *name, /* Filter name */ + *path; /* Full path to filter if available */ +} _mime_fcache_t; + + +/* + * Local functions... + */ + +static const char *add_fcache(cups_array_t *filtercache, const char *name, + const char *filterpath); +static int compare_fcache(_mime_fcache_t *a, _mime_fcache_t *b); +static void delete_fcache(cups_array_t *filtercache); +static void delete_rules(mime_magic_t *rules); +static void load_convs(mime_t *mime, const char *filename, + const char *filterpath, + cups_array_t *filtercache); +static void load_types(mime_t *mime, const char *filename); + + +/* + * 'mimeDelete()' - Delete (free) a MIME database. + */ + +void +mimeDelete(mime_t *mime) /* I - MIME database */ +{ + mime_type_t *type; /* Current type */ + mime_filter_t *filter; /* Current filter */ + + + if (!mime) + return; + + /* + * Loop through filters and free them... + */ + + for (filter = (mime_filter_t *)cupsArrayFirst(mime->filters); + filter; + filter = (mime_filter_t *)cupsArrayNext(mime->filters)) + mimeDeleteFilter(mime, filter); + + /* + * Loop through the file types and delete any rules... + */ + + for (type = (mime_type_t *)cupsArrayFirst(mime->types); + type; + type = (mime_type_t *)cupsArrayNext(mime->types)) + mimeDeleteType(mime, type); + + /* + * Free the types and filters arrays, and then the MIME database structure. + */ + + cupsArrayDelete(mime->types); + cupsArrayDelete(mime->filters); + cupsArrayDelete(mime->srcs); + free(mime); +} + + +/* + * 'mimeDeleteFilter()' - Delete a filter from the MIME database. + */ + +void +mimeDeleteFilter(mime_t *mime, /* I - MIME database */ + mime_filter_t *filter) /* I - Filter */ +{ + if (!mime || !filter) + return; + + cupsArrayRemove(mime->filters, filter); + free(filter); + + /* + * Deleting a filter invalidates the source lookup cache used by + * mimeFilter()... + */ + + if (mime->srcs) + { + cupsArrayDelete(mime->srcs); + mime->srcs = NULL; + } +} + + +/* + * 'mimeDeleteType()' - Delete a type from the MIME database. + */ + +void +mimeDeleteType(mime_t *mime, /* I - MIME database */ + mime_type_t *mt) /* I - Type */ +{ + if (!mime || !mt) + return; + + cupsArrayRemove(mime->types, mt); + + delete_rules(mt->rules); + free(mt); +} + + +/* + * 'mimeFirstFilter()' - Get the first filter in the MIME database. + */ + +mime_filter_t * /* O - Filter or NULL */ +mimeFirstFilter(mime_t *mime) /* I - MIME database */ +{ + if (!mime) + return (NULL); + else + return ((mime_filter_t *)cupsArrayFirst(mime->filters)); +} + + +/* + * 'mimeFirstType()' - Get the first type in the MIME database. + */ + +mime_type_t * /* O - Type or NULL */ +mimeFirstType(mime_t *mime) /* I - MIME database */ +{ + if (!mime) + return (NULL); + else + return ((mime_type_t *)cupsArrayFirst(mime->types)); +} + + +/* + * 'mimeLoad()' - Create a new MIME database from disk. + */ + +mime_t * /* O - New MIME database */ +mimeLoad(const char *pathname, /* I - Directory to load */ + const char *filterpath) /* I - Directory to load */ +{ + return (mimeMerge(NULL, pathname, filterpath)); +} + + +/* + * 'mimeMerge()' - Merge a MIME database from disk with the current one. + */ + +mime_t * /* O - Updated MIME database */ +mimeMerge(mime_t *mime, /* I - MIME database to add to */ + const char *pathname, /* I - Directory to load */ + const char *filterpath) /* I - Directory to load */ +{ + cups_dir_t *dir; /* Directory */ + cups_dentry_t *dent; /* Directory entry */ + char filename[1024]; /* Full filename of types/converts file */ + cups_array_t *filtercache; /* Filter cache */ + + + /* + * First open the directory specified by pathname... Return NULL if nothing + * was read or if the pathname is NULL... + */ + + if (!pathname) + return (NULL); + + if ((dir = cupsDirOpen(pathname)) == NULL) + return (NULL); + + /* + * If "mime" is NULL, make a new, blank database... + */ + + if (!mime) + mime = mimeNew(); + if (!mime) + return (NULL); + + /* + * Read all the .types files... + */ + + while ((dent = cupsDirRead(dir)) != NULL) + { + if (strlen(dent->filename) > 6 && + !strcmp(dent->filename + strlen(dent->filename) - 6, ".types")) + { + /* + * Load a mime.types file... + */ + + snprintf(filename, sizeof(filename), "%s/%s", pathname, dent->filename); + load_types(mime, filename); + } + } + + cupsDirRewind(dir); + + /* + * Read all the .convs files... + */ + + filtercache = cupsArrayNew((cups_array_func_t)compare_fcache, NULL); + + while ((dent = cupsDirRead(dir)) != NULL) + { + if (strlen(dent->filename) > 6 && + !strcmp(dent->filename + strlen(dent->filename) - 6, ".convs")) + { + /* + * Load a mime.convs file... + */ + + snprintf(filename, sizeof(filename), "%s/%s", pathname, dent->filename); + load_convs(mime, filename, filterpath, filtercache); + } + } + + delete_fcache(filtercache); + + cupsDirClose(dir); + + return (mime); +} + + +/* + * 'mimeNew()' - Create a new, empty MIME database. + */ + +mime_t * /* O - MIME database */ +mimeNew(void) +{ + return ((mime_t *)calloc(1, sizeof(mime_t))); +} + + +/* + * 'mimeNextFilter()' - Get the next filter in the MIME database. + */ + +mime_filter_t * /* O - Filter or NULL */ +mimeNextFilter(mime_t *mime) /* I - MIME database */ +{ + if (!mime) + return (NULL); + else + return ((mime_filter_t *)cupsArrayNext(mime->filters)); +} + + +/* + * 'mimeNextType()' - Get the next type in the MIME database. + */ + +mime_type_t * /* O - Type or NULL */ +mimeNextType(mime_t *mime) /* I - MIME database */ +{ + if (!mime) + return (NULL); + else + return ((mime_type_t *)cupsArrayNext(mime->types)); +} + + +/* + * 'mimeNumFilters()' - Get the number of filters in a MIME database. + */ + +int +mimeNumFilters(mime_t *mime) /* I - MIME database */ +{ + if (!mime) + return (0); + else + return (cupsArrayCount(mime->filters)); +} + + +/* + * 'mimeNumTypes()' - Get the number of types in a MIME database. + */ + +int +mimeNumTypes(mime_t *mime) /* I - MIME database */ +{ + if (!mime) + return (0); + else + return (cupsArrayCount(mime->types)); +} + + +/* + * 'add_fcache()' - Add a filter to the filter cache. + */ + +static const char * /* O - Full path to filter or NULL */ +add_fcache(cups_array_t *filtercache, /* I - Filter cache */ + const char *name, /* I - Filter name */ + const char *filterpath) /* I - Filter path */ +{ + _mime_fcache_t key, /* Search key */ + *temp; /* New filter cache */ + char path[1024]; /* Full path to filter */ + + + key.name = (char *)name; + if ((temp = (_mime_fcache_t *)cupsArrayFind(filtercache, &key)) != NULL) + return (temp->path); + + if ((temp = calloc(1, sizeof(_mime_fcache_t))) == NULL) + return (NULL); + + temp->name = strdup(name); + + if (cupsFileFind(name, filterpath, 1, path, sizeof(path))) + temp->path = strdup(path); + + cupsArrayAdd(filtercache, temp); + + return (temp->path); +} + + +/* + * 'compare_fcache()' - Compare two filter cache entries. + */ + +static int /* O - Result of comparison */ +compare_fcache(_mime_fcache_t *a, /* I - First entry */ + _mime_fcache_t *b) /* I - Second entry */ +{ + return (strcmp(a->name, b->name)); +} + + +/* + * 'delete_fcache()' - Free all memory used by the filter cache. + */ + +static void +delete_fcache(cups_array_t *filtercache)/* I - Filter cache */ +{ + _mime_fcache_t *current; /* Current cache entry */ + + + for (current = (_mime_fcache_t *)cupsArrayFirst(filtercache); + current; + current = (_mime_fcache_t *)cupsArrayNext(filtercache)) + { + free(current->name); + + if (current->path) + free(current->path); + + free(current); + } + + cupsArrayDelete(filtercache); +} + + +/* + * 'delete_rules()' - Free all memory for the given rule tree. + */ + +static void +delete_rules(mime_magic_t *rules) /* I - Rules to free */ +{ + mime_magic_t *next; /* Next rule to free */ + + + /* + * Free the rules list, descending recursively to free any child rules. + */ + + while (rules != NULL) + { + next = rules->next; + + if (rules->child != NULL) + delete_rules(rules->child); + + free(rules); + rules = next; + } +} + + +/* + * 'load_convs()' - Load a xyz.convs file... + */ + +static void +load_convs(mime_t *mime, /* I - MIME database */ + const char *filename, /* I - Convs file to load */ + const char *filterpath, /* I - Path for filters */ + cups_array_t *filtercache) /* I - Filter program cache */ +{ + cups_file_t *fp; /* Convs file */ + char line[1024], /* Input line from file */ + *lineptr, /* Current position in line */ + super[MIME_MAX_SUPER], /* Super-type name */ + type[MIME_MAX_TYPE], /* Type name */ + *temp, /* Temporary pointer */ + *filter; /* Filter program */ + mime_type_t *temptype, /* MIME type looping var */ + *dsttype; /* Destination MIME type */ + int cost; /* Cost of filter */ + + + /* + * First try to open the file... + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + return; + + DEBUG_printf(("\"%s\":\n", filename)); + + /* + * Then read each line from the file, skipping any comments in the file... + */ + + while (cupsFileGets(fp, line, sizeof(line)) != NULL) + { + /* + * Skip blank lines and lines starting with a #... + */ + + DEBUG_puts(line); + + if (!line[0] || line[0] == '#') + continue; + + /* + * Strip trailing whitespace... + */ + + for (lineptr = line + strlen(line) - 1; + lineptr >= line && isspace(*lineptr & 255); + lineptr --) + *lineptr = '\0'; + + /* + * Extract the destination super-type and type names from the middle of + * the line. + */ + + lineptr = line; + while (*lineptr != ' ' && *lineptr != '\t' && *lineptr != '\0') + lineptr ++; + + while (*lineptr == ' ' || *lineptr == '\t') + lineptr ++; + + temp = super; + + while (*lineptr != '/' && *lineptr != '\n' && *lineptr != '\0' && + (temp - super + 1) < MIME_MAX_SUPER) + *temp++ = tolower(*lineptr++ & 255); + + *temp = '\0'; + + if (*lineptr != '/') + continue; + + lineptr ++; + temp = type; + + while (*lineptr != ' ' && *lineptr != '\t' && *lineptr != '\n' && + *lineptr != '\0' && (temp - type + 1) < MIME_MAX_TYPE) + *temp++ = tolower(*lineptr++ & 255); + + *temp = '\0'; + + if (*lineptr == '\0' || *lineptr == '\n') + continue; + + if ((dsttype = mimeType(mime, super, type)) == NULL) + { + DEBUG_printf((" Destination type %s/%s not found!\n", super, type)); + continue; + } + + /* + * Then get the cost and filter program... + */ + + while (*lineptr == ' ' || *lineptr == '\t') + lineptr ++; + + if (*lineptr < '0' || *lineptr > '9') + continue; + + cost = atoi(lineptr); + + while (*lineptr != ' ' && *lineptr != '\t' && *lineptr != '\0') + lineptr ++; + while (*lineptr == ' ' || *lineptr == '\t') + lineptr ++; + + if (*lineptr == '\0' || *lineptr == '\n') + continue; + + filter = lineptr; + + if (strcmp(filter, "-")) + { + /* + * Verify that the filter exists and is executable... + */ + + if (!add_fcache(filtercache, filter, filterpath)) + { + DEBUG_printf((" Filter %s not found in %s!\n", filter, filterpath)); + continue; + } + } + + /* + * Finally, get the source super-type and type names from the beginning of + * the line. We do it here so we can support wildcards... + */ + + lineptr = line; + temp = super; + + while (*lineptr != '/' && *lineptr != '\n' && *lineptr != '\0' && + (temp - super + 1) < MIME_MAX_SUPER) + *temp++ = tolower(*lineptr++ & 255); + + *temp = '\0'; + + if (*lineptr != '/') + continue; + + lineptr ++; + temp = type; + + while (*lineptr != ' ' && *lineptr != '\t' && *lineptr != '\n' && + *lineptr != '\0' && (temp - type + 1) < MIME_MAX_TYPE) + *temp++ = tolower(*lineptr++ & 255); + + *temp = '\0'; + + if (!strcmp(super, "*") && !strcmp(type, "*")) + { + /* + * Force * / * to be "application/octet-stream"... + */ + + strcpy(super, "application"); + strcpy(type, "octet-stream"); + } + + /* + * Add the filter to the MIME database, supporting wildcards as needed... + */ + + for (temptype = (mime_type_t *)cupsArrayFirst(mime->types); + temptype; + temptype = (mime_type_t *)cupsArrayNext(mime->types)) + if ((super[0] == '*' || !strcmp(temptype->super, super)) && + (type[0] == '*' || !strcmp(temptype->type, type))) + mimeAddFilter(mime, temptype, dsttype, cost, filter); + } + + cupsFileClose(fp); +} + + +/* + * 'load_types()' - Load a xyz.types file... + */ + +static void +load_types(mime_t *mime, /* I - MIME database */ + const char *filename) /* I - Types file to load */ +{ + cups_file_t *fp; /* Types file */ + int linelen; /* Length of line */ + char line[32768], /* Input line from file */ + *lineptr, /* Current position in line */ + super[MIME_MAX_SUPER], /* Super-type name */ + type[MIME_MAX_TYPE], /* Type name */ + *temp; /* Temporary pointer */ + mime_type_t *typeptr; /* New MIME type */ + + + /* + * First try to open the file... + */ + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + return; + + DEBUG_printf(("\"%s\":\n", filename)); + + /* + * Then read each line from the file, skipping any comments in the file... + */ + + while (cupsFileGets(fp, line, sizeof(line)) != NULL) + { + /* + * Skip blank lines and lines starting with a #... + */ + + DEBUG_puts(line); + + if (!line[0] || line[0] == '#') + continue; + + /* + * While the last character in the line is a backslash, continue on to the + * next line (and the next, etc.) + */ + + linelen = strlen(line); + + while (line[linelen - 1] == '\\') + { + linelen --; + + if (cupsFileGets(fp, line + linelen, sizeof(line) - linelen) == NULL) + line[linelen] = '\0'; + else + linelen += strlen(line + linelen); + } + + /* + * Extract the super-type and type names from the beginning of the line. + */ + + lineptr = line; + temp = super; + + while (*lineptr != '/' && *lineptr != '\n' && *lineptr != '\0' && + (temp - super + 1) < MIME_MAX_SUPER) + *temp++ = tolower(*lineptr++ & 255); + + *temp = '\0'; + + if (*lineptr != '/') + continue; + + lineptr ++; + temp = type; + + while (*lineptr != ' ' && *lineptr != '\t' && *lineptr != '\n' && + *lineptr != '\0' && (temp - type + 1) < MIME_MAX_TYPE) + *temp++ = tolower(*lineptr++ & 255); + + *temp = '\0'; + + /* + * Add the type and rules to the MIME database... + */ + + typeptr = mimeAddType(mime, super, type); + mimeAddTypeRule(typeptr, lineptr); + } + + cupsFileClose(fp); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/mime.h b/scheduler/mime.h new file mode 100644 index 0000000000..777b281ee8 --- /dev/null +++ b/scheduler/mime.h @@ -0,0 +1,157 @@ +/* + * "$Id$" + * + * MIME type/conversion database definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_MIME_H_ +# define _CUPS_MIME_H_ + +# include +# include +# include + + +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + + +/* + * Constants... + */ + +# define MIME_MAX_SUPER 16 /* Maximum size of supertype name */ +# define MIME_MAX_TYPE IPP_MAX_NAME /* Maximum size of type name */ +# define MIME_MAX_FILTER 256 /* Maximum size of filter pathname */ +# define MIME_MAX_BUFFER 4096 /* Maximum size of file buffer */ + + +/* + * Types/structures... + */ + +typedef enum +{ + MIME_MAGIC_NOP, /* No operation */ + MIME_MAGIC_AND, /* Logical AND of all children */ + MIME_MAGIC_OR, /* Logical OR of all children */ + MIME_MAGIC_MATCH, /* Filename match */ + MIME_MAGIC_ASCII, /* ASCII characters in range */ + MIME_MAGIC_PRINTABLE, /* Printable characters (32-255) in range */ + MIME_MAGIC_STRING, /* String matches */ + MIME_MAGIC_CHAR, /* Character/byte matches */ + MIME_MAGIC_SHORT, /* Short/16-bit word matches */ + MIME_MAGIC_INT, /* Integer/32-bit word matches */ + MIME_MAGIC_LOCALE, /* Current locale matches string */ + MIME_MAGIC_CONTAINS, /* File contains a string */ + MIME_MAGIC_ISTRING /* Case-insensitive string matches */ +} mime_op_t; + +typedef struct _mime_magic_s /**** MIME Magic Data ****/ +{ + struct _mime_magic_s *prev, /* Previous rule */ + *next, /* Next rule */ + *parent, /* Parent rules */ + *child; /* Child rules */ + short op, /* Operation code (see above) */ + invert; /* Invert the result */ + int offset, /* Offset in file */ + region, /* Region length */ + length; /* Length of data */ + union + { + char matchv[64]; /* Match value */ + char localev[64]; /* Locale value */ + char stringv[64]; /* String value */ + char charv; /* Byte value */ + short shortv; /* Short value */ + int intv; /* Integer value */ + } value; +} mime_magic_t; + +typedef struct _mime_type_s /**** MIME Type Data ****/ +{ + mime_magic_t *rules; /* Rules used to detect this type */ + char super[MIME_MAX_SUPER], /* Super-type name ("image", "application", etc.) */ + type[MIME_MAX_TYPE]; /* Type name ("png", "postscript", etc.) */ +} mime_type_t; + +typedef struct _mime_filter_s /**** MIME Conversion Filter Data ****/ +{ + mime_type_t *src, /* Source type */ + *dst; /* Destination type */ + int cost; /* Relative cost */ + char filter[MIME_MAX_FILTER];/* Filter program to use */ +} mime_filter_t; + +typedef struct _mime_s /**** MIME Database ****/ +{ + cups_array_t *types; /* File types */ + cups_array_t *filters; /* Type conversion filters */ + cups_array_t *srcs; /* Filters sorted by source type */ +} mime_t; + + +/* + * Functions... + */ + +extern void mimeDelete(mime_t *mime); +extern mime_t *mimeLoad(const char *pathname, const char *filterpath); +extern mime_t *mimeMerge(mime_t *mime, const char *pathname, + const char *filterpath); +extern mime_t *mimeNew(void); + +extern mime_type_t *mimeAddType(mime_t *mime, const char *super, + const char *type); +extern int mimeAddTypeRule(mime_type_t *mt, const char *rule); +extern void mimeDeleteType(mime_t *mime, mime_type_t *mt); +extern mime_type_t *mimeFileType(mime_t *mime, const char *pathname, + const char *filename, int *compression); +extern mime_type_t *mimeFirstType(mime_t *mime); +extern mime_type_t *mimeNextType(mime_t *mime); +extern int mimeNumTypes(mime_t *mime); +extern mime_type_t *mimeType(mime_t *mime, const char *super, + const char *type); + +extern mime_filter_t *mimeAddFilter(mime_t *mime, mime_type_t *src, + mime_type_t *dst, int cost, + const char *filter); +extern void mimeDeleteFilter(mime_t *mime, mime_filter_t *filter); +extern cups_array_t *mimeFilter(mime_t *mime, mime_type_t *src, + mime_type_t *dst, int *cost); +extern mime_filter_t *mimeFirstFilter(mime_t *mime); +extern mime_filter_t *mimeNextFilter(mime_t *mime); +extern int mimeNumFilters(mime_t *mime); + +# ifdef __cplusplus +} +# endif /* __cplusplus */ +#endif /* !_CUPS_MIME_H_ */ + +/* + * End of "$Id$". + */ diff --git a/scheduler/network.c b/scheduler/network.c new file mode 100644 index 0000000000..2fb26d1698 --- /dev/null +++ b/scheduler/network.c @@ -0,0 +1,318 @@ +/* + * "$Id$" + * + * Network interface functions for the Common UNIX Printing System + * (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdNetIFFind() - Find a network interface. + * cupsdNetIFFree() - Free the current network interface list. + * cupsdNetIFUpdate() - Update the network interface list as needed... + * compare_netif() - Compare two network interfaces. + */ + +/* + * Include necessary headers. + */ + +#include +#include "cupsd.h" + + +/* + * Local functions... + */ + +static void cupsdNetIFFree(void); +static int compare_netif(cupsd_netif_t *a, cupsd_netif_t *b); + + +/* + * 'cupsdNetIFFind()' - Find a network interface. + */ + +cupsd_netif_t * /* O - Network interface data */ +cupsdNetIFFind(const char *name) /* I - Name of interface */ +{ + cupsd_netif_t key; /* Search key */ + + + /* + * Update the interface list as needed... + */ + + if (NetIFUpdate) + cupsdNetIFUpdate(); + + /* + * Search for the named interface... + */ + + strlcpy(key.name, name, sizeof(key.name)); + + return ((cupsd_netif_t *)cupsArrayFind(NetIFList, &key)); +} + + +/* + * 'cupsdNetIFFree()' - Free the current network interface list. + */ + +static void +cupsdNetIFFree(void) +{ + cupsd_netif_t *current; /* Current interface in array */ + + + /* + * Loop through the interface list and free all the records... + */ + + for (current = (cupsd_netif_t *)cupsArrayFirst(NetIFList); + current; + current = (cupsd_netif_t *)cupsArrayNext(NetIFList)) + { + cupsArrayRemove(NetIFList, current); + free(current); + } +} + + +/* + * 'cupsdNetIFUpdate()' - Update the network interface list as needed... + */ + +void +cupsdNetIFUpdate(void) +{ + int match; /* Matching address? */ + cupsd_listener_t *lis; /* Listen address */ + cupsd_netif_t *temp; /* New interface */ + struct ifaddrs *addrs, /* Interface address list */ + *addr; /* Current interface address */ + http_addrlist_t *saddr; /* Current server address */ + char hostname[1024]; /* Hostname for address */ + + + /* + * Only update the list if we need to... + */ + + if (!NetIFUpdate) + return; + + NetIFUpdate = 0; + + /* + * Free the old interfaces... + */ + + cupsdNetIFFree(); + + /* + * Make sure we have an array... + */ + + if (!NetIFList) + NetIFList = cupsArrayNew((cups_array_func_t)compare_netif, NULL); + + if (!NetIFList) + return; + + /* + * Grab a new list of interfaces... + */ + + if (getifaddrs(&addrs) < 0) + return; + + for (addr = addrs; addr != NULL; addr = addr->ifa_next) + { + /* + * See if this interface address is IPv4 or IPv6... + */ + + if (addr->ifa_addr == NULL || + (addr->ifa_addr->sa_family != AF_INET +#ifdef AF_INET6 + && addr->ifa_addr->sa_family != AF_INET6 +#endif + ) || + addr->ifa_netmask == NULL || addr->ifa_name == NULL) + continue; + + /* + * Try looking up the hostname for the address as needed... + */ + + if (HostNameLookups) + httpAddrLookup((http_addr_t *)(addr->ifa_addr), hostname, + sizeof(hostname)); + else + { + /* + * Map the default server address and localhost to the server name + * and localhost, respectively; for all other addresses, use the + * dotted notation... + */ + + if (httpAddrLocalhost((http_addr_t *)(addr->ifa_addr))) + strcpy(hostname, "localhost"); + else + { + for (saddr = ServerAddrs; saddr; saddr = saddr->next) + if (httpAddrEqual((http_addr_t *)(addr->ifa_addr), &(saddr->addr))) + break; + + if (saddr) + strlcpy(hostname, ServerName, sizeof(hostname)); + else + httpAddrString((http_addr_t *)(addr->ifa_addr), hostname, + sizeof(hostname)); + } + } + + /* + * Create a new address element... + */ + + if ((temp = calloc(1, sizeof(cupsd_netif_t) + + strlen(hostname))) == NULL) + break; + + /* + * Copy all of the information... + */ + + strlcpy(temp->name, addr->ifa_name, sizeof(temp->name)); + strcpy(temp->hostname, hostname); /* Safe because hostname is allocated */ + + if (addr->ifa_addr->sa_family == AF_INET) + { + /* + * Copy IPv4 addresses... + */ + + memcpy(&(temp->address), addr->ifa_addr, sizeof(struct sockaddr_in)); + memcpy(&(temp->mask), addr->ifa_netmask, sizeof(struct sockaddr_in)); + + if (addr->ifa_dstaddr) + memcpy(&(temp->broadcast), addr->ifa_dstaddr, + sizeof(struct sockaddr_in)); + } +#ifdef AF_INET6 + else + { + /* + * Copy IPv6 addresses... + */ + + memcpy(&(temp->address), addr->ifa_addr, sizeof(struct sockaddr_in6)); + memcpy(&(temp->mask), addr->ifa_netmask, sizeof(struct sockaddr_in6)); + + if (addr->ifa_dstaddr) + memcpy(&(temp->broadcast), addr->ifa_dstaddr, + sizeof(struct sockaddr_in6)); + } +#endif /* AF_INET6 */ + + if (!(addr->ifa_flags & IFF_POINTOPOINT) && + !httpAddrLocalhost(&(temp->address))) + temp->is_local = 1; + + /* + * Determine which port to use when advertising printers... + */ + + for (lis = (cupsd_listener_t *)cupsArrayFirst(Listeners); + lis; + lis = (cupsd_listener_t *)cupsArrayNext(Listeners)) + { + match = 0; + + if (httpAddrAny(&(lis->address))) + match = 1; + else if (addr->ifa_addr->sa_family == AF_INET && + lis->address.addr.sa_family == AF_INET && + (lis->address.ipv4.sin_addr.s_addr & + temp->mask.ipv4.sin_addr.s_addr) == + temp->address.ipv4.sin_addr.s_addr) + match = 1; +#ifdef AF_INET6 + else if (addr->ifa_addr->sa_family == AF_INET6 && + lis->address.addr.sa_family == AF_INET6 && + (lis->address.ipv6.sin6_addr.s6_addr[0] & + temp->mask.ipv6.sin6_addr.s6_addr[0]) == + temp->address.ipv6.sin6_addr.s6_addr[0] && + (lis->address.ipv6.sin6_addr.s6_addr[1] & + temp->mask.ipv6.sin6_addr.s6_addr[1]) == + temp->address.ipv6.sin6_addr.s6_addr[1] && + (lis->address.ipv6.sin6_addr.s6_addr[2] & + temp->mask.ipv6.sin6_addr.s6_addr[2]) == + temp->address.ipv6.sin6_addr.s6_addr[2] && + (lis->address.ipv6.sin6_addr.s6_addr[3] & + temp->mask.ipv6.sin6_addr.s6_addr[3]) == + temp->address.ipv6.sin6_addr.s6_addr[3]) + match = 1; +#endif /* AF_INET6 */ + + if (match) + { + if (lis->address.addr.sa_family == AF_INET) + temp->port = ntohs(lis->address.ipv4.sin_port); +#ifdef AF_INET6 + else if (lis->address.addr.sa_family == AF_INET6) + temp->port = ntohs(lis->address.ipv6.sin6_port); +#endif /* AF_INET6 */ + break; + } + } + + /* + * Add it to the array... + */ + + cupsArrayAdd(NetIFList, temp); + + cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdNetIFUpdate: \"%s\" = %s...", + temp->name, temp->hostname); + } + + freeifaddrs(addrs); +} + + +/* + * 'compare_netif()' - Compare two network interfaces. + */ + +static int /* O - Result of comparison */ +compare_netif(cupsd_netif_t *a, /* I - First network interface */ + cupsd_netif_t *b) /* I - Second network interface */ +{ + return (strcmp(a->name, b->name)); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/network.h b/scheduler/network.h new file mode 100644 index 0000000000..f7f649516f --- /dev/null +++ b/scheduler/network.h @@ -0,0 +1,61 @@ +/* + * "$Id$" + * + * Network interface definitions for the Common UNIX Printing System + * (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Structures... + */ + +typedef struct cupsd_netif_s /**** Network interface data ****/ +{ + int is_local, /* Local (not point-to-point) interface? */ + port; /* Listen port */ + http_addr_t address, /* Network address */ + mask, /* Network mask */ + broadcast; /* Broadcast address */ + char name[32], /* Network interface name */ + hostname[1]; /* Hostname associated with interface */ +} cupsd_netif_t; + + +/* + * Globals... + */ + +VAR int NetIFUpdate VALUE(1); + /* Network interface list needs updating */ +VAR cups_array_t *NetIFList VALUE(NULL); + /* Array of network interfaces */ + +/* + * Prototypes... + */ + +extern cupsd_netif_t *cupsdNetIFFind(const char *name); +extern void cupsdNetIFUpdate(void); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/policy.c b/scheduler/policy.c new file mode 100644 index 0000000000..9e256a8392 --- /dev/null +++ b/scheduler/policy.c @@ -0,0 +1,334 @@ +/* + * "$Id$" + * + * Policy routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAddPolicy() - Add a policy to the system. + * cupsdAddPolicyOp() - Add an operation to a policy. + * cupsdCheckPolicy() - Check the IPP operation and username against + * a policy. + * cupsdDeleteAllPolicies() - Delete all policies in memory. + * cupsdFindPolicy() - Find a named policy. + * cupsdFindPolicyOp() - Find a policy operation. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" + + +/* + * 'AddPolicy()' - Add a policy to the system. + */ + +cupsd_policy_t * /* O - Policy */ +cupsdAddPolicy(const char *policy) /* I - Name of policy */ +{ + cupsd_policy_t *temp, /* Pointer to policy */ + **tempa; /* Pointer to policy array */ + + + if (policy == NULL) + return (NULL); + + if (NumPolicies == 0) + tempa = malloc(sizeof(cupsd_policy_t *)); + else + tempa = realloc(Policies, sizeof(cupsd_policy_t *) * (NumPolicies + 1)); + + if (tempa == NULL) + return (NULL); + + Policies = tempa; + tempa += NumPolicies; + + if ((temp = calloc(1, sizeof(cupsd_policy_t))) != NULL) + { + temp->name = strdup(policy); + *tempa = temp; + + NumPolicies ++; + } + + return (temp); +} + + +/* + * 'cupsdAddPolicyOp()' - Add an operation to a policy. + */ + +cupsd_location_t * /* O - New policy operation */ +cupsdAddPolicyOp(cupsd_policy_t *p, /* I - Policy */ + cupsd_location_t *po, /* I - Policy operation to copy */ + ipp_op_t op) /* I - IPP operation code */ +{ + int i; /* Looping var */ + cupsd_location_t *temp, /* New policy operation */ + **tempa; /* New policy operation array */ + char name[1024]; /* Interface name */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAddPolicyOp(p=%p, po=%p, op=%x(%s))", + p, po, op, ippOpString(op)); + + if (p == NULL) + return (NULL); + + if (p->num_ops == 0) + tempa = malloc(sizeof(cupsd_location_t *)); + else + tempa = realloc(p->ops, sizeof(cupsd_location_t *) * (p->num_ops + 1)); + + if (tempa == NULL) + return (NULL); + + p->ops = tempa; + + if ((temp = calloc(1, sizeof(cupsd_location_t))) != NULL) + { + p->ops = tempa; + tempa[p->num_ops] = temp; + p->num_ops ++; + + temp->op = op; + temp->limit = AUTH_LIMIT_IPP; + + if (po) + { + /* + * Copy the specified policy to the new one... + */ + + temp->order_type = po->order_type; + temp->type = po->type; + temp->level = po->level; + temp->satisfy = po->satisfy; + temp->encryption = po->encryption; + + for (i = 0; i < po->num_names; i ++) + cupsdAddName(temp, po->names[i]); + + for (i = 0; i < po->num_allow; i ++) + switch (po->allow[i].type) + { + case AUTH_IP : + cupsdAllowIP(temp, po->allow[i].mask.ip.address, + po->allow[i].mask.ip.netmask); + break; + + case AUTH_INTERFACE : + snprintf(name, sizeof(name), "@IF(%s)", + po->allow[i].mask.name.name); + cupsdAllowHost(temp, name); + break; + + default : + cupsdAllowHost(temp, po->allow[i].mask.name.name); + break; + } + + for (i = 0; i < po->num_deny; i ++) + switch (po->deny[i].type) + { + case AUTH_IP : + cupsdDenyIP(temp, po->deny[i].mask.ip.address, + po->deny[i].mask.ip.netmask); + break; + + case AUTH_INTERFACE : + snprintf(name, sizeof(name), "@IF(%s)", + po->deny[i].mask.name.name); + cupsdDenyHost(temp, name); + break; + + default : + cupsdDenyHost(temp, po->deny[i].mask.name.name); + break; + } + } + } + + return (temp); +} + + +/* + * 'cupsdCheckPolicy()' - Check the IPP operation and username against a policy. + */ + +http_status_t /* I - 1 if OK, 0 otherwise */ +cupsdCheckPolicy(cupsd_policy_t *p, /* I - Policy */ + cupsd_client_t *con, /* I - Client connection */ + const char *owner) /* I - Owner of object */ +{ + cupsd_location_t *po; /* Current policy operation */ + + + /* + * Range check... + */ + + if (!p || !con) + { + cupsdLogMessage(CUPSD_LOG_CRIT, "cupsdCheckPolicy: p=%p, con=%p!", p, con); + + return ((http_status_t)0); + } + + /* + * Find a match for the operation... + */ + + if ((po = cupsdFindPolicyOp(p, con->request->request.op.operation_id)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdCheckPolicy: No matching operation, returning 0!"); + return ((http_status_t)0); + } + + con->best = po; + + /* + * Return the status of the check... + */ + + return (cupsdIsAuthorized(con, owner)); +} + + +/* + * 'cupsdDeleteAllPolicies()' - Delete all policies in memory. + */ + +void +cupsdDeleteAllPolicies(void) +{ + int i, j; /* Looping vars */ + cupsd_policy_t **p; /* Current policy */ + cupsd_location_t **po; /* Current policy op */ + + + if (NumPolicies == 0) + return; + + for (i = NumPolicies, p = Policies; i > 0; i --, p ++) + { + for (j = (*p)->num_ops, po = (*p)->ops; j > 0; j --, po ++) + cupsdDeleteLocation(*po); + + if ((*p)->num_ops > 0) + free((*p)->ops); + + free(*p); + } + + free(Policies); + + NumPolicies = 0; + Policies = NULL; +} + + +/* + * 'cupsdFindPolicy()' - Find a named policy. + */ + +cupsd_policy_t * /* O - Policy */ +cupsdFindPolicy(const char *policy) /* I - Name of policy */ +{ + int i; /* Looping var */ + cupsd_policy_t **p; /* Current policy */ + + + /* + * Range check... + */ + + if (policy == NULL) + return (NULL); + + /* + * Check the operation against the available policies... + */ + + for (i = NumPolicies, p = Policies; i > 0; i --, p ++) + if (!strcasecmp(policy, (*p)->name)) + return (*p); + + return (NULL); +} + + +/* + * 'cupsdFindPolicyOp()' - Find a policy operation. + */ + +cupsd_location_t * /* O - Policy operation */ +cupsdFindPolicyOp(cupsd_policy_t *p, /* I - Policy */ + ipp_op_t op) /* I - IPP operation */ +{ + int i; /* Looping var */ + cupsd_location_t **po; /* Current policy operation */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindPolicyOp(p=%p, op=%x(%s))\n", + p, op, ippOpString(op)); + + /* + * Range check... + */ + + if (p == NULL) + return (NULL); + + /* + * Check the operation against the available policies... + */ + + for (i = p->num_ops, po = p->ops; i > 0; i --, po ++) + if ((*po)->op == op) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdFindPolicyOp: Found exact match..."); + return (*po); + } + + for (i = p->num_ops, po = p->ops; i > 0; i --, po ++) + if ((*po)->op == IPP_ANY_OPERATION) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdFindPolicyOp: Found wildcard match..."); + return (*po); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdFindPolicyOp: No match found!"); + + return (NULL); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/policy.h b/scheduler/policy.h new file mode 100644 index 0000000000..34502b1870 --- /dev/null +++ b/scheduler/policy.h @@ -0,0 +1,66 @@ +/* + * "$Id$" + * + * Policy definitions for the Common UNIX Printing System (CUPS) + * scheduler. + * + * Copyright 1997-2005 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + + +/* + * Policy structure... + */ + +typedef struct +{ + char *name; /* Policy name */ + int num_ops; /* Number of operations */ + cupsd_location_t **ops; /* Operations */ +} cupsd_policy_t; + + +/* + * Globals... + */ + +VAR int NumPolicies VALUE(0); + /* Number of policies */ +VAR cupsd_policy_t **Policies VALUE(NULL); + /* Policies */ + + +/* + * Prototypes... + */ + +extern cupsd_policy_t *cupsdAddPolicy(const char *policy); +extern cupsd_location_t *cupsdAddPolicyOp(cupsd_policy_t *p, + cupsd_location_t *po, + ipp_op_t op); +extern http_status_t cupsdCheckPolicy(cupsd_policy_t *p, cupsd_client_t *con, + const char *owner); +extern void cupsdDeleteAllPolicies(void); +extern cupsd_policy_t *cupsdFindPolicy(const char *policy); +extern cupsd_location_t *cupsdFindPolicyOp(cupsd_policy_t *p, ipp_op_t op); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/printers.c b/scheduler/printers.c new file mode 100644 index 0000000000..1c1e7f7e59 --- /dev/null +++ b/scheduler/printers.c @@ -0,0 +1,3361 @@ +/* + * "$Id$" + * + * Printer routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAddPrinter() - Add a printer to the system. + * cupsdAddPrinterHistory() - Add the current printer state to the history. + * cupsdAddPrinterUser() - Add a user to the ACL. + * cupsdDeleteAllPrinters() - Delete all printers from the system. + * cupsdDeletePrinter() - Delete a printer from the system. + * cupsdFindPrinter() - Find a printer in the list. + * cupsdFreePrinterUsers() - Free allow/deny users. + * cupsdLoadAllPrinters() - Load printers from the printers.conf file. + * cupsdRenamePrinter() - Rename a printer. + * cupsdSaveAllPrinters() - Save all printer definitions to the + * printers.conf file. + * cupsdSetPrinterAttrs() - Set printer attributes based upon the PPD + * file. + * cupsdSetPrinterReasons() - Set/update the reasons strings. + * cupsdSetPrinterState() - Update the current state of a printer. + * cupsdStopPrinter() - Stop a printer from printing any jobs... + * cupsdUpdatePrinters() - Update printers after a partial reload. + * cupsdValidateDest() - Validate a printer/class destination. + * cupsdWritePrintcap() - Write a pseudo-printcap file for older + * applications that need it... + * cupsdSanitizeURI() - Sanitize a device URI... + * add_printer_defaults() - Add name-default attributes to the printer + * attributes. + * add_printer_filter() - Add a MIME filter for a printer. + * add_printer_formats() - Add document-format-supported values for + * a printer. + * compare_printers() - Compare two printers. + * delete_printer_filters() - Delete all MIME filters for a printer. + * write_irix_config() - Update the config files used by the IRIX + * desktop tools. + * write_irix_state() - Update the status files used by IRIX + * printing desktop tools. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include + + +/* + * Local functions... + */ + +static void add_printer_defaults(cupsd_printer_t *p); +static void add_printer_filter(cupsd_printer_t *p, const char *filter); +static void add_printer_formats(cupsd_printer_t *p); +static int compare_printers(void *first, void *second, void *data); +static void delete_printer_filters(cupsd_printer_t *p); +#ifdef __sgi +static void write_irix_config(cupsd_printer_t *p); +static void write_irix_state(cupsd_printer_t *p); +#endif /* __sgi */ + + +/* + * 'cupsdAddPrinter()' - Add a printer to the system. + */ + +cupsd_printer_t * /* O - New printer */ +cupsdAddPrinter(const char *name) /* I - Name of printer */ +{ + cupsd_printer_t *p; /* New printer */ + + + /* + * Range check input... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAddPrinter(\"%s\")", name); + + /* + * Create a new printer entity... + */ + + if ((p = calloc(1, sizeof(cupsd_printer_t))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_CRIT, "Unable to allocate memory for printer - %s", + strerror(errno)); + return (NULL); + } + + cupsdSetString(&p->name, name); + cupsdSetString(&p->info, name); + cupsdSetString(&p->hostname, ServerName); + + cupsdSetStringf(&p->uri, "ipp://%s:%d/printers/%s", ServerName, LocalPort, name); + cupsdSetStringf(&p->device_uri, "file:/dev/null"); + + p->state = IPP_PRINTER_STOPPED; + p->state_time = time(NULL); + p->accepting = 0; + p->shared = DefaultShared; + p->filetype = mimeAddType(MimeDatabase, "printer", name); + + cupsdSetString(&p->job_sheets[0], "none"); + cupsdSetString(&p->job_sheets[1], "none"); + + cupsdSetString(&p->error_policy, "stop-printer"); + cupsdSetString(&p->op_policy, DefaultPolicy); + + p->op_policy_ptr = DefaultPolicyPtr; + + if (MaxPrinterHistory) + p->history = calloc(MaxPrinterHistory, sizeof(ipp_t *)); + + /* + * Insert the printer in the printer list alphabetically... + */ + + if (!Printers) + Printers = cupsArrayNew(compare_printers, NULL); + + cupsArrayAdd(Printers, p); + + if (!ImplicitPrinters) + ImplicitPrinters = cupsArrayNew(compare_printers, NULL); + + /* + * Return the new printer... + */ + + return (p); +} + + +/* + * 'cupsdAddPrinterHistory()' - Add the current printer state to the history. + */ + +void +cupsdAddPrinterHistory( + cupsd_printer_t *p) /* I - Printer */ +{ + ipp_t *history; /* History collection */ + + + /* + * Stop early if we aren't keeping history data... + */ + + if (MaxPrinterHistory <= 0) + return; + + /* + * Retire old history data as needed... + */ + + p->sequence_number ++; + + if (p->num_history >= MaxPrinterHistory) + { + p->num_history --; + ippDelete(p->history[0]); + memmove(p->history, p->history + 1, p->num_history * sizeof(ipp_t *)); + } + + /* + * Create a collection containing the current printer-state, printer-up-time, + * printer-state-message, and printer-state-reasons attributes. + */ + + history = ippNew(); + ippAddInteger(history, IPP_TAG_PRINTER, IPP_TAG_ENUM, "printer-state", + p->state); + ippAddBoolean(history, IPP_TAG_PRINTER, "printer-is-accepting-jobs", + p->accepting); + ippAddBoolean(history, IPP_TAG_PRINTER, "printer-is-shared", p->shared); + ippAddString(history, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-state-message", + NULL, p->state_message); +#ifdef __APPLE__ + if (p->recoverable) + ippAddString(history, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "com.apple.print.recoverable-message", NULL, p->recoverable); +#endif /* __APPLE__ */ + if (p->num_reasons == 0) + ippAddString(history, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "printer-state-reasons", NULL, + p->state == IPP_PRINTER_STOPPED ? "paused" : "none"); + else + ippAddStrings(history, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "printer-state-reasons", p->num_reasons, NULL, + (const char * const *)p->reasons); + ippAddInteger(history, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "printer-state-change-time", p->state_time); + ippAddInteger(history, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "printer-state-sequence-number", p->sequence_number); + + p->history[p->num_history] = history; + p->num_history ++; +} + + +/* + * 'cupsdAddPrinterUser()' - Add a user to the ACL. + */ + +void +cupsdAddPrinterUser( + cupsd_printer_t *p, /* I - Printer */ + const char *username) /* I - User */ +{ + const char **temp; /* Temporary array pointer */ + + + if (!p || !username) + return; + + if (p->num_users == 0) + temp = malloc(sizeof(char **)); + else + temp = realloc(p->users, sizeof(char **) * (p->num_users + 1)); + + if (!temp) + return; + + p->users = temp; + temp += p->num_users; + + if ((*temp = strdup(username)) != NULL) + p->num_users ++; +} + + +/* + * 'cupsdCreateCommonData()' - Create the common printer data. + */ + +void +cupsdCreateCommonData(void) +{ + int i; /* Looping var */ + ipp_attribute_t *attr; /* Attribute data */ + cups_dir_t *dir; /* Notifier directory */ + cups_dentry_t *dent; /* Notifier directory entry */ + cups_array_t *notifiers; /* Notifier array */ + char filename[1024], /* Filename */ + *notifier; /* Current notifier */ + static const int nups[] = /* number-up-supported values */ + { 1, 2, 4, 6, 9, 16 }; + static const ipp_orient_t orients[4] =/* orientation-requested-supported values */ + { + IPP_PORTRAIT, + IPP_LANDSCAPE, + IPP_REVERSE_LANDSCAPE, + IPP_REVERSE_PORTRAIT + }; + static const char * const holds[] = /* job-hold-until-supported values */ + { + "no-hold", + "indefinite", + "day-time", + "evening", + "night", + "second-shift", + "third-shift", + "weekend" + }; + static const char * const versions[] =/* ipp-versions-supported values */ + { + "1.0", + "1.1" + }; + static const ipp_op_t ops[] = /* operations-supported values */ + { + IPP_PRINT_JOB, + IPP_VALIDATE_JOB, + IPP_CREATE_JOB, + IPP_SEND_DOCUMENT, + IPP_CANCEL_JOB, + IPP_GET_JOB_ATTRIBUTES, + IPP_GET_JOBS, + IPP_GET_PRINTER_ATTRIBUTES, + IPP_HOLD_JOB, + IPP_RELEASE_JOB, + IPP_PAUSE_PRINTER, + IPP_RESUME_PRINTER, + IPP_PURGE_JOBS, + IPP_SET_JOB_ATTRIBUTES, + IPP_CREATE_PRINTER_SUBSCRIPTION, + IPP_CREATE_JOB_SUBSCRIPTION, + IPP_GET_SUBSCRIPTION_ATTRIBUTES, + IPP_GET_SUBSCRIPTIONS, + IPP_RENEW_SUBSCRIPTION, + IPP_CANCEL_SUBSCRIPTION, + IPP_GET_NOTIFICATIONS, + IPP_ENABLE_PRINTER, + IPP_DISABLE_PRINTER, + CUPS_GET_DEFAULT, + CUPS_GET_PRINTERS, + CUPS_ADD_PRINTER, + CUPS_DELETE_PRINTER, + CUPS_GET_CLASSES, + CUPS_ADD_CLASS, + CUPS_DELETE_CLASS, + CUPS_ACCEPT_JOBS, + CUPS_REJECT_JOBS, + CUPS_SET_DEFAULT, + CUPS_GET_DEVICES, + CUPS_GET_PPDS, + CUPS_MOVE_JOB, + CUPS_AUTHENTICATE_JOB, + IPP_RESTART_JOB + }; + static const char * const charsets[] =/* charset-supported values */ + { + "us-ascii", + "utf-8" + }; + static const char * const compressions[] = + { /* document-compression-supported values */ + "none" +#ifdef HAVE_LIBZ + ,"gzip" +#endif /* HAVE_LIBZ */ + }; + static const char * const multiple_document_handling[] = + { /* multiple-document-handling-supported values */ + "separate-documents-uncollated-copies", + "separate-documents-collated-copies" + }; + static const char * const errors[] = /* printer-error-policy-supported values */ + { + "abort-job", + "retry-job", + "stop-printer" + }; + static const char * const notify_attrs[] = + { /* notify-attributes-supported values */ + "printer-state-change-time", + "notify-lease-expiration-time", + "notify-subscriber-user-name" + }; + static const char * const notify_events[] = + { /* notify-events-supported values */ + "job-completed", + "job-config-changed", + "job-created", + "job-progress", + "job-state-changed", + "job-stopped", + "printer-added", + "printer-changed", + "printer-config-changed", + "printer-deleted", + "printer-finishings-changed", + "printer-media-changed", + "printer-modified", + "printer-restarted", + "printer-shutdown", + "printer-state-changed", + "printer-stopped", + "server-audit", + "server-restarted", + "server-started", + "server-stopped" + }; + + + if (CommonData) + ippDelete(CommonData); + + CommonData = ippNew(); + + /* + * This list of attributes is sorted to improve performance when the + * client provides a requested-attributes attribute... + */ + + /* charset-configured */ + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_CHARSET, + "charset-configured", NULL, DefaultCharset); + + /* charset-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_CHARSET, + "charset-supported", sizeof(charsets) / sizeof(charsets[0]), + NULL, charsets); + + /* compression-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "compression-supported", + sizeof(compressions) / sizeof(compressions[0]), + NULL, compressions); + + /* copies-supported */ + ippAddRange(CommonData, IPP_TAG_PRINTER, "copies-supported", 1, MaxCopies); + + /* document-format-default */ + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_MIMETYPE, + "document-format-default", NULL, "application/octet-stream"); + + /* generated-natural-language-supported */ + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_LANGUAGE, + "generated-natural-language-supported", NULL, DefaultLanguage); + + /* ipp-versions-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "ipp-versions-supported", sizeof(versions) / sizeof(versions[0]), + NULL, versions); + + /* job-hold-until-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "job-hold-until-supported", sizeof(holds) / sizeof(holds[0]), + NULL, holds); + + /* job-priority-supported */ + ippAddInteger(CommonData, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "job-priority-supported", 100); + + /* job-sheets-supported */ + if (cupsArrayCount(Banners) > 0) + { + /* + * Setup the job-sheets-supported attribute... + */ + + if (Classification && !ClassifyOverride) + attr = ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_NAME, + "job-sheets-supported", NULL, Classification); + else + attr = ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_NAME, + "job-sheets-supported", cupsArrayCount(Banners) + 1, + NULL, NULL); + + if (attr == NULL) + cupsdLogMessage(CUPSD_LOG_EMERG, + "Unable to allocate memory for " + "job-sheets-supported attribute: %s!", strerror(errno)); + else if (!Classification || ClassifyOverride) + { + cupsd_banner_t *banner; /* Current banner */ + + + attr->values[0].string.text = _cupsStrAlloc("none"); + + for (i = 1, banner = (cupsd_banner_t *)cupsArrayFirst(Banners); + banner; + i ++, banner = (cupsd_banner_t *)cupsArrayNext(Banners)) + attr->values[i].string.text = _cupsStrAlloc(banner->name); + } + } + else + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_NAME, + "job-sheets-supported", NULL, "none"); + + /* multiple-document-handling-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "multiple-document-handling-supported", + sizeof(multiple_document_handling) / + sizeof(multiple_document_handling[0]), NULL, + multiple_document_handling); + + /* multiple-document-jobs-supported */ + ippAddBoolean(CommonData, IPP_TAG_PRINTER, + "multiple-document-jobs-supported", 1); + + /* multiple-operation-time-out */ + ippAddInteger(CommonData, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "multiple-operation-time-out", 60); + + /* natural-language-configured */ + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_LANGUAGE, + "natural-language-configured", NULL, DefaultLanguage); + + /* notify-attributes-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "notify-attributes-supported", + (int)(sizeof(notify_attrs) / sizeof(notify_attrs[0])), + NULL, notify_attrs); + + /* notify-lease-duration-default */ + ippAddInteger(CommonData, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "notify-lease-duration-default", DefaultLeaseDuration); + + /* notify-lease-duration-supported */ + ippAddRange(CommonData, IPP_TAG_PRINTER, + "notify-lease-duration-supported", 0, + MaxLeaseDuration ? MaxLeaseDuration : 2147483647); + + /* notify-max-events-supported */ + ippAddInteger(CommonData, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "notify-max-events-supported", MaxEvents); + + /* notify-events-default */ + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "notify-events-default", NULL, "job-completed"); + + /* notify-events-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "notify-events-supported", + (int)(sizeof(notify_events) / sizeof(notify_events[0])), + NULL, notify_events); + + /* notify-pull-method-supported */ + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "notify-pull-method-supported", NULL, "ippget"); + + /* notify-schemes-supported */ + snprintf(filename, sizeof(filename), "%s/notifier", ServerBin); + if ((dir = cupsDirOpen(filename)) != NULL) + { + notifiers = cupsArrayNew((cups_array_func_t)strcmp, NULL); + + while ((dent = cupsDirRead(dir)) != NULL) + if (S_ISREG(dent->fileinfo.st_mode) && + (dent->fileinfo.st_mode & S_IXOTH) != 0) + cupsArrayAdd(notifiers, _cupsStrAlloc(dent->filename)); + + if (cupsArrayCount(notifiers) > 0) + { + attr = ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "notify-schemes-supported", + cupsArrayCount(notifiers), NULL, NULL); + + for (i = 0, notifier = (char *)cupsArrayFirst(notifiers); + notifier; + i ++, notifier = (char *)cupsArrayNext(notifiers)) + attr->values[i].string.text = notifier; + } + + cupsArrayDelete(notifiers); + cupsDirClose(dir); + } + + /* number-up-supported */ + ippAddIntegers(CommonData, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "number-up-supported", sizeof(nups) / sizeof(nups[0]), nups); + + /* operations-supported */ + ippAddIntegers(CommonData, IPP_TAG_PRINTER, IPP_TAG_ENUM, + "operations-supported", + sizeof(ops) / sizeof(ops[0]) + JobFiles - 1, (int *)ops); + + /* orientation-requested-supported */ + ippAddIntegers(CommonData, IPP_TAG_PRINTER, IPP_TAG_ENUM, + "orientation-requested-supported", 4, (int *)orients); + + /* page-ranges-supported */ + ippAddBoolean(CommonData, IPP_TAG_PRINTER, "page-ranges-supported", 1); + + /* pdf-override-supported */ + ippAddString(CommonData, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "pdl-override-supported", NULL, "not-attempted"); + + /* printer-error-policy-supported */ + ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_NAME, + "printer-error-policy-supported", + sizeof(errors) / sizeof(errors[0]), NULL, errors); + + /* printer-op-policy-supported */ + attr = ippAddStrings(CommonData, IPP_TAG_PRINTER, IPP_TAG_NAME, + "printer-op-policy-supported", NumPolicies, NULL, NULL); + for (i = 0; i < NumPolicies; i ++) + attr->values[i].string.text = _cupsStrAlloc(Policies[i]->name); +} + + +/* + * 'cupsdDeleteAllPrinters()' - Delete all printers from the system. + */ + +void +cupsdDeleteAllPrinters(void) +{ + cupsd_printer_t *p; /* Pointer to current printer/class */ + + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (!(p->type & CUPS_PRINTER_CLASS)) + cupsdDeletePrinter(p, 0); +} + + +/* + * 'cupsdDeletePrinter()' - Delete a printer from the system. + */ + +void +cupsdDeletePrinter( + cupsd_printer_t *p, /* I - Printer to delete */ + int update) /* I - Update printers.conf? */ +{ + int i; /* Looping var */ +#ifdef __sgi + char filename[1024]; /* Interface script filename */ +#endif /* __sgi */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdDeletePrinter(p=%p(%s), update=%d)", + p, p->name, update); + + /* + * Save the current position in the Printers array... + */ + + cupsArraySave(Printers); + + /* + * Stop printing on this printer... + */ + + cupsdStopPrinter(p, update); + + /* + * If this printer is the next for browsing, point to the next one... + */ + + if (p == BrowseNext) + { + cupsArrayFind(Printers, p); + BrowseNext = (cupsd_printer_t *)cupsArrayNext(Printers); + } + + /* + * Remove the printer from the list... + */ + + cupsArrayRemove(Printers, p); + + if (p->type & CUPS_PRINTER_IMPLICIT) + cupsArrayRemove(ImplicitPrinters, p); + + /* + * Remove the dummy interface/icon/option files under IRIX... + */ + +#ifdef __sgi + snprintf(filename, sizeof(filename), "/var/spool/lp/interface/%s", p->name); + unlink(filename); + + snprintf(filename, sizeof(filename), "/var/spool/lp/gui_interface/ELF/%s.gui", + p->name); + unlink(filename); + + snprintf(filename, sizeof(filename), "/var/spool/lp/activeicons/%s", p->name); + unlink(filename); + + snprintf(filename, sizeof(filename), "/var/spool/lp/pod/%s.config", p->name); + unlink(filename); + + snprintf(filename, sizeof(filename), "/var/spool/lp/pod/%s.status", p->name); + unlink(filename); + + snprintf(filename, sizeof(filename), "/var/spool/lp/member/%s", p->name); + unlink(filename); +#endif /* __sgi */ + + /* + * If p is the default printer, assign a different one... + */ + + if (p == DefaultPrinter) + { + DefaultPrinter = NULL; + + if (UseNetworkDefault) + { + /* + * Find the first network default printer and use it... + */ + + cupsd_printer_t *dp; /* New default printer */ + + + for (dp = (cupsd_printer_t *)cupsArrayFirst(Printers); + dp; + dp = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (dp != p && (dp->type & CUPS_PRINTER_DEFAULT)) + { + DefaultPrinter = dp; + break; + } + } + } + + /* + * Remove this printer from any classes and send a browse delete message... + */ + + if (!(p->type & CUPS_PRINTER_IMPLICIT)) + { + cupsdDeletePrinterFromClasses(p); + cupsdSendBrowseDelete(p); + } + + /* + * Free all memory used by the printer... + */ + + if (p->printers != NULL) + free(p->printers); + + if (MaxPrinterHistory) + { + for (i = 0; i < p->num_history; i ++) + ippDelete(p->history[i]); + + free(p->history); + } + + for (i = 0; i < p->num_reasons; i ++) + free(p->reasons[i]); + + ippDelete(p->attrs); + + delete_printer_filters(p); + + mimeDeleteType(MimeDatabase, p->filetype); + + cupsdFreePrinterUsers(p); + cupsdFreeQuotas(p); + + cupsdClearString(&p->uri); + cupsdClearString(&p->hostname); + cupsdClearString(&p->name); + cupsdClearString(&p->location); + cupsdClearString(&p->make_model); + cupsdClearString(&p->info); + cupsdClearString(&p->job_sheets[0]); + cupsdClearString(&p->job_sheets[1]); + cupsdClearString(&p->device_uri); + cupsdClearString(&p->port_monitor); + cupsdClearString(&p->op_policy); + cupsdClearString(&p->error_policy); + + cupsArrayDelete(p->filetypes); + + if (p->browse_attrs) + free(p->browse_attrs); + +#ifdef __APPLE__ + cupsdClearString(&p->recoverable); +#endif /* __APPLE__ */ + + cupsFreeOptions(p->num_options, p->options); + + free(p); + + /* + * Restore the previous position in the Printers array... + */ + + cupsArrayRestore(Printers); +} + + +/* + * 'cupsdFindDest()' - Find a destination in the list. + */ + +cupsd_printer_t * /* O - Destination in list */ +cupsdFindDest(const char *name) /* I - Name of printer or class to find */ +{ + cupsd_printer_t key; /* Search key */ + + + key.name = (char *)name; + return ((cupsd_printer_t *)cupsArrayFind(Printers, &key)); +} + + +/* + * 'cupsdFindPrinter()' - Find a printer in the list. + */ + +cupsd_printer_t * /* O - Printer in list */ +cupsdFindPrinter(const char *name) /* I - Name of printer to find */ +{ + cupsd_printer_t *p; /* Printer in list */ + + + if ((p = cupsdFindDest(name)) != NULL && (p->type & CUPS_PRINTER_CLASS)) + return (NULL); + else + return (p); +} + + +/* + * 'cupsdFreePrinterUsers()' - Free allow/deny users. + */ + +void +cupsdFreePrinterUsers( + cupsd_printer_t *p) /* I - Printer */ +{ + int i; /* Looping var */ + + + if (!p || !p->num_users) + return; + + for (i = 0; i < p->num_users; i ++) + free((void *)p->users[i]); + + free(p->users); + + p->num_users = 0; + p->users = NULL; +} + + +/* + * 'cupsdLoadAllPrinters()' - Load printers from the printers.conf file. + */ + +void +cupsdLoadAllPrinters(void) +{ + cups_file_t *fp; /* printers.conf file */ + int linenum; /* Current line number */ + char line[1024], /* Line from file */ + *value, /* Pointer to value */ + *valueptr; /* Pointer into value */ + cupsd_printer_t *p; /* Current printer */ + + + /* + * Open the printers.conf file... + */ + + snprintf(line, sizeof(line), "%s/printers.conf", ServerRoot); + if ((fp = cupsFileOpen(line, "r")) == NULL) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to open %s - %s", line, + strerror(errno)); + return; + } + + /* + * Read printer configurations until we hit EOF... + */ + + linenum = 0; + p = NULL; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + /* + * Decode the directive... + */ + + if (!strcasecmp(line, " or + */ + + if (p == NULL && value) + { + /* + * Add the printer and a base file type... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Loading printer %s...", value); + + p = cupsdAddPrinter(value); + p->accepting = 1; + p->state = IPP_PRINTER_IDLE; + + /* + * Set the default printer as needed... + */ + + if (!strcasecmp(line, "")) + { + if (p != NULL) + { + /* + * Close out the current printer... + */ + + cupsdSetPrinterAttrs(p); + cupsdAddPrinterHistory(p); + + if (p->device_uri && strncmp(p->device_uri, "file:", 5) && + p->state != IPP_PRINTER_STOPPED) + { + /* + * See if the backend exists... + */ + + snprintf(line, sizeof(line), "%s/backend/%s", ServerBin, + p->device_uri); + + if ((valueptr = strchr(line + strlen(ServerBin), ':')) != NULL) + *valueptr = '\0'; /* Chop everything but URI scheme */ + + if (access(line, 0)) + { + /* + * Backend does not exist, stop printer... + */ + + p->state = IPP_PRINTER_STOPPED; + snprintf(p->state_message, sizeof(p->state_message), + "Backend %s does not exist!", line); + } + } + + p = NULL; + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!p) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + else if (!strcasecmp(line, "Info")) + { + if (value) + cupsdSetString(&p->info, value); + } + else if (!strcasecmp(line, "Location")) + { + if (value) + cupsdSetString(&p->location, value); + } + else if (!strcasecmp(line, "DeviceURI")) + { + if (value) + cupsdSetString(&p->device_uri, value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "Option") && value) + { + /* + * Option name value + */ + + for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (!*valueptr) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + else + { + for (; *valueptr && isspace(*valueptr & 255); *valueptr++ = '\0'); + + p->num_options = cupsAddOption(value, valueptr, p->num_options, + &(p->options)); + } + } + else if (!strcasecmp(line, "PortMonitor")) + { + if (value && strcmp(value, "none")) + cupsdSetString(&p->port_monitor, value); + else if (value) + cupsdClearString(&p->port_monitor); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "State")) + { + /* + * Set the initial queue state... + */ + + if (value && !strcasecmp(value, "idle")) + p->state = IPP_PRINTER_IDLE; + else if (value && !strcasecmp(value, "stopped")) + p->state = IPP_PRINTER_STOPPED; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "StateMessage")) + { + /* + * Set the initial queue state message... + */ + + if (value) + strlcpy(p->state_message, value, sizeof(p->state_message)); + } + else if (!strcasecmp(line, "StateTime")) + { + /* + * Set the state time... + */ + + if (value) + p->state_time = atoi(value); + } + else if (!strcasecmp(line, "Accepting")) + { + /* + * Set the initial accepting state... + */ + + if (value && + (!strcasecmp(value, "yes") || + !strcasecmp(value, "on") || + !strcasecmp(value, "true"))) + p->accepting = 1; + else if (value && + (!strcasecmp(value, "no") || + !strcasecmp(value, "off") || + !strcasecmp(value, "false"))) + p->accepting = 0; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "Shared")) + { + /* + * Set the initial shared state... + */ + + if (value && + (!strcasecmp(value, "yes") || + !strcasecmp(value, "on") || + !strcasecmp(value, "true"))) + p->shared = 1; + else if (value && + (!strcasecmp(value, "no") || + !strcasecmp(value, "off") || + !strcasecmp(value, "false"))) + p->shared = 0; + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "JobSheets")) + { + /* + * Set the initial job sheets... + */ + + if (value) + { + for (valueptr = value; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (*valueptr) + *valueptr++ = '\0'; + + cupsdSetString(&p->job_sheets[0], value); + + while (isspace(*valueptr & 255)) + valueptr ++; + + if (*valueptr) + { + for (value = valueptr; *valueptr && !isspace(*valueptr & 255); valueptr ++); + + if (*valueptr) + *valueptr++ = '\0'; + + cupsdSetString(&p->job_sheets[1], value); + } + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "AllowUser")) + { + if (value) + { + p->deny_users = 0; + cupsdAddPrinterUser(p, value); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "DenyUser")) + { + if (value) + { + p->deny_users = 1; + cupsdAddPrinterUser(p, value); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "QuotaPeriod")) + { + if (value) + p->quota_period = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "PageLimit")) + { + if (value) + p->page_limit = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "KLimit")) + { + if (value) + p->k_limit = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "OpPolicy")) + { + if (value) + cupsdSetString(&p->op_policy, value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else if (!strcasecmp(line, "ErrorPolicy")) + { + if (value) + cupsdSetString(&p->error_policy, value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of printers.conf.", linenum); + return; + } + } + else + { + /* + * Something else we don't understand... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown configuration directive %s on line %d of printers.conf.", + line, linenum); + } + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdRenamePrinter()' - Rename a printer. + */ + +void +cupsdRenamePrinter( + cupsd_printer_t *p, /* I - Printer */ + const char *name) /* I - New name */ +{ + /* + * Remove the printer from the array(s) first... + */ + + cupsArrayRemove(Printers, p); + + if (p->type & CUPS_PRINTER_IMPLICIT) + cupsArrayRemove(ImplicitPrinters, p); + + /* + * Rename the printer type... + */ + + mimeDeleteType(MimeDatabase, p->filetype); + p->filetype = mimeAddType(MimeDatabase, "printer", name); + + /* + * Rename the printer... + */ + + cupsdSetString(&p->name, name); + + /* + * Reset printer attributes... + */ + + cupsdSetPrinterAttrs(p); + + /* + * Add the printer back to the printer array(s)... + */ + + cupsArrayAdd(Printers, p); + + if (p->type & CUPS_PRINTER_IMPLICIT) + cupsArrayAdd(ImplicitPrinters, p); +} + + +/* + * 'cupsdSaveAllPrinters()' - Save all printer definitions to the printers.conf + * file. + */ + +void +cupsdSaveAllPrinters(void) +{ + int i; /* Looping var */ + cups_file_t *fp; /* printers.conf file */ + char temp[1024]; /* Temporary string */ + char backup[1024]; /* printers.conf.O file */ + cupsd_printer_t *printer; /* Current printer class */ + time_t curtime; /* Current time */ + struct tm *curdate; /* Current date */ + cups_option_t *option; /* Current option */ + const char *ptr; /* Pointer into info/location */ + + + /* + * Create the printers.conf file... + */ + + snprintf(temp, sizeof(temp), "%s/printers.conf", ServerRoot); + snprintf(backup, sizeof(backup), "%s/printers.conf.O", ServerRoot); + + if (rename(temp, backup)) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to backup printers.conf - %s", strerror(errno)); + } + + if ((fp = cupsFileOpen(temp, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to save printers.conf - %s", strerror(errno)); + + if (rename(backup, temp)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to restore printers.conf - %s", strerror(errno)); + return; + } + else + cupsdLogMessage(CUPSD_LOG_INFO, "Saving printers.conf..."); + + /* + * Restrict access to the file... + */ + + fchown(cupsFileNumber(fp), getuid(), Group); + fchmod(cupsFileNumber(fp), 0600); + + /* + * Write a small header to the file... + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + strftime(temp, sizeof(temp) - 1, "%Y-%m-%d %H:%M", curdate); + + cupsFilePuts(fp, "# Printer configuration file for " CUPS_SVERSION "\n"); + cupsFilePrintf(fp, "# Written by cupsd on %s\n", temp); + + /* + * Write each local printer known to the system... + */ + + for (printer = (cupsd_printer_t *)cupsArrayFirst(Printers); + printer; + printer = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + /* + * Skip remote destinations and printer classes... + */ + + if ((printer->type & CUPS_PRINTER_REMOTE) || + (printer->type & CUPS_PRINTER_CLASS) || + (printer->type & CUPS_PRINTER_IMPLICIT)) + continue; + + /* + * Write printers as needed... + */ + + if (printer == DefaultPrinter) + cupsFilePrintf(fp, "\n", printer->name); + else + cupsFilePrintf(fp, "\n", printer->name); + + if (printer->info) + { + if ((ptr = strchr(printer->info, '#')) != NULL) + { + /* + * Need to quote the first # in the info string... + */ + + cupsFilePuts(fp, "Info "); + cupsFileWrite(fp, printer->info, ptr - printer->info); + cupsFilePutChar(fp, '\\'); + cupsFilePuts(fp, ptr); + cupsFilePutChar(fp, '\n'); + } + else + cupsFilePrintf(fp, "Info %s\n", printer->info); + } + + if (printer->location) + { + if ((ptr = strchr(printer->info, '#')) != NULL) + { + /* + * Need to quote the first # in the location string... + */ + + cupsFilePuts(fp, "Location "); + cupsFileWrite(fp, printer->location, ptr - printer->location); + cupsFilePutChar(fp, '\\'); + cupsFilePuts(fp, ptr); + cupsFilePutChar(fp, '\n'); + } + else + cupsFilePrintf(fp, "Location %s\n", printer->location); + } + if (printer->device_uri) + cupsFilePrintf(fp, "DeviceURI %s\n", printer->device_uri); + + if (printer->port_monitor) + cupsFilePrintf(fp, "PortMonitor %s\n", printer->port_monitor); + + if (printer->state == IPP_PRINTER_STOPPED) + { + cupsFilePuts(fp, "State Stopped\n"); + cupsFilePrintf(fp, "StateMessage %s\n", printer->state_message); + } + else + cupsFilePuts(fp, "State Idle\n"); + + cupsFilePrintf(fp, "StateTime %d\n", (int)printer->state_time); + + if (printer->accepting) + cupsFilePuts(fp, "Accepting Yes\n"); + else + cupsFilePuts(fp, "Accepting No\n"); + + if (printer->shared) + cupsFilePuts(fp, "Shared Yes\n"); + else + cupsFilePuts(fp, "Shared No\n"); + + cupsFilePrintf(fp, "JobSheets %s %s\n", printer->job_sheets[0], + printer->job_sheets[1]); + + cupsFilePrintf(fp, "QuotaPeriod %d\n", printer->quota_period); + cupsFilePrintf(fp, "PageLimit %d\n", printer->page_limit); + cupsFilePrintf(fp, "KLimit %d\n", printer->k_limit); + + for (i = 0; i < printer->num_users; i ++) + cupsFilePrintf(fp, "%sUser %s\n", printer->deny_users ? "Deny" : "Allow", + printer->users[i]); + + if (printer->op_policy) + cupsFilePrintf(fp, "OpPolicy %s\n", printer->op_policy); + if (printer->error_policy) + cupsFilePrintf(fp, "ErrorPolicy %s\n", printer->error_policy); + + for (i = printer->num_options, option = printer->options; + i > 0; + i --, option ++) + cupsFilePrintf(fp, "Option %s %s\n", option->name, option->value); + + cupsFilePuts(fp, "\n"); + +#ifdef __sgi + /* + * Make IRIX desktop & printer status happy + */ + + write_irix_state(printer); +#endif /* __sgi */ + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdSetPrinterAttrs()' - Set printer attributes based upon the PPD file. + */ + +void +cupsdSetPrinterAttrs(cupsd_printer_t *p)/* I - Printer to setup */ +{ + int i, /* Looping var */ + length; /* Length of browse attributes */ + char uri[HTTP_MAX_URI]; /* URI for printer */ + char resource[HTTP_MAX_URI]; /* Resource portion of URI */ + char filename[1024]; /* Name of PPD file */ + int num_media; /* Number of media options */ + cupsd_location_t *auth; /* Pointer to authentication element */ + const char *auth_supported; /* Authentication supported */ + cups_ptype_t printer_type; /* Printer type data */ + ppd_file_t *ppd; /* PPD file data */ + ppd_option_t *input_slot, /* InputSlot options */ + *media_type, /* MediaType options */ + *page_size, /* PageSize options */ + *output_bin, /* OutputBin options */ + *media_quality, /* EFMediaQualityMode options */ + *duplex; /* Duplex options */ + ppd_attr_t *ppdattr; /* PPD attribute */ + ipp_attribute_t *attr; /* Attribute data */ + ipp_value_t *val; /* Attribute value */ + int num_finishings; /* Number of finishings */ + ipp_finish_t finishings[5]; /* finishings-supported values */ + cups_option_t *option; /* Current printer option */ + static const char * const sides[3] = /* sides-supported values */ + { + "one-sided", + "two-sided-long-edge", + "two-sided-short-edge" + }; + + + DEBUG_printf(("cupsdSetPrinterAttrs: entering name = %s, type = %x\n", p->name, + p->type)); + + /* + * Make sure that we have the common attributes defined... + */ + + if (!CommonData) + cupsdCreateCommonData(); + + /* + * Clear out old filters, if any... + */ + + delete_printer_filters(p); + + /* + * Figure out the authentication that is required for the printer. + */ + + auth_supported = "requesting-user-name"; + if (!(p->type & CUPS_PRINTER_REMOTE)) + { + if (p->type & CUPS_PRINTER_CLASS) + snprintf(resource, sizeof(resource), "/classes/%s", p->name); + else + snprintf(resource, sizeof(resource), "/printers/%s", p->name); + + if ((auth = cupsdFindBest(resource, HTTP_POST)) == NULL || + auth->type == AUTH_NONE) + auth = cupsdFindPolicyOp(p->op_policy_ptr, IPP_PRINT_JOB); + + if (auth) + { + if (auth->type == AUTH_BASIC || auth->type == AUTH_BASICDIGEST) + auth_supported = "basic"; + else if (auth->type == AUTH_DIGEST) + auth_supported = "digest"; + + if (auth->type != AUTH_NONE) + p->type |= CUPS_PRINTER_AUTHENTICATED; + else + p->type &= ~CUPS_PRINTER_AUTHENTICATED; + } + else + p->type &= ~CUPS_PRINTER_AUTHENTICATED; + } + + /* + * Create the required IPP attributes for a printer... + */ + + if (p->attrs) + ippDelete(p->attrs); + + p->attrs = ippNew(); + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "uri-authentication-supported", NULL, auth_supported); + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "uri-security-supported", NULL, "none"); + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_NAME, "printer-name", NULL, + p->name); + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-location", + NULL, p->location ? p->location : ""); + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-info", + NULL, p->info ? p->info : ""); + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_URI, "printer-more-info", + NULL, p->uri); + + if (p->num_users) + { + if (p->deny_users) + ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_NAME, + "requesting-user-name-denied", p->num_users, NULL, + p->users); + else + ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_NAME, + "requesting-user-name-allowed", p->num_users, NULL, + p->users); + } + + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "job-quota-period", p->quota_period); + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "job-k-limit", p->k_limit); + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "job-page-limit", p->page_limit); + + if (cupsArrayCount(Banners) > 0 && !(p->type & CUPS_PRINTER_REMOTE)) + { + /* + * Setup the job-sheets-default attribute... + */ + + attr = ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_NAME, + "job-sheets-default", 2, NULL, NULL); + + if (attr != NULL) + { + attr->values[0].string.text = _cupsStrAlloc(Classification ? + Classification : p->job_sheets[0]); + attr->values[1].string.text = _cupsStrAlloc(Classification ? + Classification : p->job_sheets[1]); + } + } + + printer_type = p->type; + + p->raw = 0; + p->remote = 0; + + if (p->type & CUPS_PRINTER_REMOTE) + { + /* + * Tell the client this is a remote printer of some type... + */ + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_URI, + "printer-uri-supported", NULL, p->uri); + + if (p->make_model) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-make-and-model", NULL, p->make_model); + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_URI, "device-uri", NULL, + p->uri); + + p->raw = 1; + p->remote = 1; + } + else + { + /* + * Assign additional attributes depending on whether this is a printer + * or class... + */ + + p->type &= ~CUPS_PRINTER_OPTIONS; + + if (p->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT)) + { + p->raw = 1; + + /* + * Add class-specific attributes... + */ + + if ((p->type & CUPS_PRINTER_IMPLICIT) && p->num_printers > 0 && + p->printers[0]->make_model) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-make-and-model", NULL, p->printers[0]->make_model); + else + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-make-and-model", NULL, "Local Printer Class"); + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_URI, "device-uri", NULL, + "file:///dev/null"); + + if (p->num_printers > 0) + { + /* + * Add a list of member URIs and names... + */ + + attr = ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_URI, + "member-uris", p->num_printers, NULL, NULL); + p->type |= CUPS_PRINTER_OPTIONS; + + for (i = 0; i < p->num_printers; i ++) + { + if (attr != NULL) + attr->values[i].string.text = _cupsStrAlloc(p->printers[i]->uri); + + p->type &= ~CUPS_PRINTER_OPTIONS | p->printers[i]->type; + } + + attr = ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_NAME, + "member-names", p->num_printers, NULL, NULL); + + if (attr != NULL) + { + for (i = 0; i < p->num_printers; i ++) + attr->values[i].string.text = _cupsStrAlloc(p->printers[i]->name); + } + } + } + else + { + /* + * Add printer-specific attributes... Start by sanitizing the device + * URI so it doesn't have a username or password in it... + */ + + if (!p->device_uri) + strcpy(uri, "file:/dev/null"); + else if (strstr(p->device_uri, "://") != NULL) + { + /* + * http://..., ipp://..., etc. + */ + + cupsdSanitizeURI(p->device_uri, uri, sizeof(uri)); + } + else + { + /* + * file:..., serial:..., etc. + */ + + strlcpy(uri, p->device_uri, sizeof(uri)); + } + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_URI, "device-uri", NULL, + uri); + + /* + * Assign additional attributes from the PPD file (if any)... + */ + + p->type |= CUPS_PRINTER_BW; + finishings[0] = IPP_FINISHINGS_NONE; + num_finishings = 1; + + snprintf(filename, sizeof(filename), "%s/ppd/%s.ppd", ServerRoot, + p->name); + + if ((ppd = ppdOpenFile(filename)) != NULL) + { + /* + * Add make/model and other various attributes... + */ + + if (ppd->color_device) + p->type |= CUPS_PRINTER_COLOR; + if (ppd->variable_sizes) + p->type |= CUPS_PRINTER_VARIABLE; + if (!ppd->manual_copies) + p->type |= CUPS_PRINTER_COPIES; + if ((ppdattr = ppdFindAttr(ppd, "cupsFax", NULL)) != NULL) + if (ppdattr->value && !strcasecmp(ppdattr->value, "true")) + p->type |= CUPS_PRINTER_FAX; + + ippAddBoolean(p->attrs, IPP_TAG_PRINTER, "color-supported", + ppd->color_device); + if (ppd->throughput) + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "pages-per-minute", ppd->throughput); + + if (ppd->nickname) + { + /* + * The NickName can be localized in the character set specified + * by the LanugageEncoding attribute. However, ppdOpen2() has + * already converted the ppd->nickname member to UTF-8 for us + * (the original attribute value is available separately) + */ + + cupsdSetString(&p->make_model, ppd->nickname); + } + else if (ppd->modelname) + { + /* + * Model name can only contain specific characters... + */ + + cupsdSetString(&p->make_model, ppd->modelname); + } + else + cupsdSetString(&p->make_model, "Bad PPD File"); + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-make-and-model", NULL, p->make_model); + + /* + * Add media options from the PPD file... + */ + + if ((input_slot = ppdFindOption(ppd, "InputSlot")) != NULL) + num_media = input_slot->num_choices; + else + num_media = 0; + + if ((media_type = ppdFindOption(ppd, "MediaType")) != NULL) + num_media += media_type->num_choices; + + if ((page_size = ppdFindOption(ppd, "PageSize")) != NULL) + num_media += page_size->num_choices; + + if ((media_quality = ppdFindOption(ppd, "EFMediaQualityMode")) != NULL) + num_media += media_quality->num_choices; + + if (num_media == 0) + { + cupsdLogMessage(CUPSD_LOG_CRIT, + "The PPD file for printer %s contains no media " + "options and is therefore invalid!", p->name); + } + else + { + attr = ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "media-supported", num_media, NULL, NULL); + if (attr != NULL) + { + val = attr->values; + + if (input_slot != NULL) + for (i = 0; i < input_slot->num_choices; i ++, val ++) + val->string.text = _cupsStrAlloc(input_slot->choices[i].choice); + + if (media_type != NULL) + for (i = 0; i < media_type->num_choices; i ++, val ++) + val->string.text = _cupsStrAlloc(media_type->choices[i].choice); + + if (media_quality != NULL) + for (i = 0; i < media_quality->num_choices; i ++, val ++) + val->string.text = _cupsStrAlloc(media_quality->choices[i].choice); + + if (page_size != NULL) + { + for (i = 0; i < page_size->num_choices; i ++, val ++) + val->string.text = _cupsStrAlloc(page_size->choices[i].choice); + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "media-default", NULL, page_size->defchoice); + } + else if (input_slot != NULL) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "media-default", NULL, input_slot->defchoice); + else if (media_type != NULL) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "media-default", NULL, media_type->defchoice); + else if (media_quality != NULL) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "media-default", NULL, media_quality->defchoice); + else + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "media-default", NULL, "none"); + } + } + + /* + * Output bin... + */ + + if ((output_bin = ppdFindOption(ppd, "OutputBin")) != NULL) + { + attr = ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "output-bin-supported", output_bin->num_choices, + NULL, NULL); + + if (attr != NULL) + { + for (i = 0, val = attr->values; + i < output_bin->num_choices; + i ++, val ++) + val->string.text = _cupsStrAlloc(output_bin->choices[i].choice); + } + } + + /* + * Duplexing, etc... + */ + + if ((duplex = ppdFindOption(ppd, "Duplex")) == NULL) + if ((duplex = ppdFindOption(ppd, "EFDuplex")) == NULL) + if ((duplex = ppdFindOption(ppd, "EFDuplexing")) == NULL) + if ((duplex = ppdFindOption(ppd, "KD03Duplex")) == NULL) + duplex = ppdFindOption(ppd, "JCLDuplex"); + + if (duplex && duplex->num_choices > 1) + { + p->type |= CUPS_PRINTER_DUPLEX; + + ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "sides-supported", 3, NULL, sides); + + if (!strcasecmp(duplex->defchoice, "DuplexTumble")) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "sides-default", NULL, "two-sided-short-edge"); + else if (!strcasecmp(duplex->defchoice, "DuplexNoTumble")) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "sides-default", NULL, "two-sided-long-edge"); + else + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "sides-default", NULL, "one-sided"); + } + + if (ppdFindOption(ppd, "Collate") != NULL) + p->type |= CUPS_PRINTER_COLLATE; + + if (ppdFindOption(ppd, "StapleLocation") != NULL) + { + p->type |= CUPS_PRINTER_STAPLE; + finishings[num_finishings++] = IPP_FINISHINGS_STAPLE; + } + + if (ppdFindOption(ppd, "BindEdge") != NULL) + { + p->type |= CUPS_PRINTER_BIND; + finishings[num_finishings++] = IPP_FINISHINGS_BIND; + } + + for (i = 0; i < ppd->num_sizes; i ++) + if (ppd->sizes[i].length > 1728) + p->type |= CUPS_PRINTER_LARGE; + else if (ppd->sizes[i].length > 1008) + p->type |= CUPS_PRINTER_MEDIUM; + else + p->type |= CUPS_PRINTER_SMALL; + + /* + * Add a filter from application/vnd.cups-raw to printer/name to + * handle "raw" printing by users. + */ + + add_printer_filter(p, "application/vnd.cups-raw 0 -"); + + /* + * Add any filters in the PPD file... + */ + + DEBUG_printf(("ppd->num_filters = %d\n", ppd->num_filters)); + for (i = 0; i < ppd->num_filters; i ++) + { + DEBUG_printf(("ppd->filters[%d] = \"%s\"\n", i, ppd->filters[i])); + add_printer_filter(p, ppd->filters[i]); + } + + if (ppd->num_filters == 0) + { + /* + * If there are no filters, add a PostScript printing filter. + */ + + add_printer_filter(p, "application/vnd.cups-postscript 0 -"); + } + + /* + * Show current and available port monitors for this printer... + */ + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, "port-monitor", + NULL, p->port_monitor ? p->port_monitor : "none"); + + + for (i = 1, ppdattr = ppdFindAttr(ppd, "cupsPortMonitor", NULL); + ppdattr; + i ++, ppdattr = ppdFindNextAttr(ppd, "cupsPortMonitor", NULL)); + + if (ppd->protocols) + { + if (strstr(ppd->protocols, "TBCP")) + i ++; + else if (strstr(ppd->protocols, "BCP")) + i ++; + } + + attr = ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "port-monitor-supported", i, NULL, NULL); + + attr->values[0].string.text = _cupsStrAlloc("none"); + + for (i = 1, ppdattr = ppdFindAttr(ppd, "cupsPortMonitor", NULL); + ppdattr; + i ++, ppdattr = ppdFindNextAttr(ppd, "cupsPortMonitor", NULL)) + attr->values[i].string.text = _cupsStrAlloc(ppdattr->value); + + if (ppd->protocols) + { + if (strstr(ppd->protocols, "TBCP")) + attr->values[i].string.text = _cupsStrAlloc("tbcp"); + else if (strstr(ppd->protocols, "BCP")) + attr->values[i].string.text = _cupsStrAlloc("bcp"); + } + + /* + * Close the PPD and set the type... + */ + + ppdClose(ppd); + + printer_type = p->type; + } + else if (!access(filename, 0)) + { + int pline; /* PPD line number */ + ppd_status_t pstatus; /* PPD load status */ + + + pstatus = ppdLastError(&pline); + + cupsdLogMessage(CUPSD_LOG_ERROR, "PPD file for %s cannot be loaded!", + p->name); + + if (pstatus <= PPD_ALLOC_ERROR) + cupsdLogMessage(CUPSD_LOG_ERROR, "%s", strerror(errno)); + else + cupsdLogMessage(CUPSD_LOG_ERROR, "%s on line %d.", + ppdErrorString(pstatus), pline); + + cupsdLogMessage(CUPSD_LOG_INFO, + "Hint: Run \"cupstestppd %s\" and fix any errors.", + filename); + + /* + * Add a filter from application/vnd.cups-raw to printer/name to + * handle "raw" printing by users. + */ + + add_printer_filter(p, "application/vnd.cups-raw 0 -"); + + /* + * Add a PostScript filter, since this is still possibly PS printer. + */ + + add_printer_filter(p, "application/vnd.cups-postscript 0 -"); + } + else + { + /* + * If we have an interface script, add a filter entry for it... + */ + + snprintf(filename, sizeof(filename), "%s/interfaces/%s", ServerRoot, + p->name); + if (!access(filename, X_OK)) + { + /* + * Yes, we have a System V style interface script; use it! + */ + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-make-and-model", NULL, "Local System V Printer"); + + snprintf(filename, sizeof(filename), "*/* 0 %s/interfaces/%s", + ServerRoot, p->name); + add_printer_filter(p, filename); + } + else if (p->device_uri && + !strncmp(p->device_uri, "ipp://", 6) && + (strstr(p->device_uri, "/printers/") != NULL || + strstr(p->device_uri, "/classes/") != NULL)) + { + /* + * Tell the client this is really a hard-wired remote printer. + */ + + printer_type |= CUPS_PRINTER_REMOTE; + + /* + * Point the printer-uri-supported attribute to the + * remote printer... + */ + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_URI, + "printer-uri-supported", NULL, p->device_uri); + + /* + * Then set the make-and-model accordingly... + */ + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-make-and-model", NULL, "Remote Printer"); + + /* + * Print all files directly... + */ + + p->raw = 1; + p->remote = 1; + } + else + { + /* + * Otherwise we have neither - treat this as a "dumb" printer + * with no PPD file... + */ + + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_TEXT, + "printer-make-and-model", NULL, "Local Raw Printer"); + + p->raw = 1; + } + } + + ippAddIntegers(p->attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, + "finishings-supported", num_finishings, (int *)finishings); + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, + "finishings-default", IPP_FINISHINGS_NONE); + } + } + + /* + * Copy the printer options into a browse attributes string we can re-use. + */ + + if (!(p->type & CUPS_PRINTER_REMOTE)) + { + const char *valptr; /* Pointer into value */ + char *attrptr; /* Pointer into attribute string */ + + + /* + * Free the old browse attributes as needed... + */ + + if (p->browse_attrs) + free(p->browse_attrs); + + /* + * Compute the length of all attributes + job-sheets, lease-duration, + * and BrowseLocalOptions. + */ + + for (length = 1, i = p->num_options, option = p->options; + i > 0; + i --, option ++) + { + length += strlen(option->name) + 2; + + if (option->value) + { + for (valptr = option->value; *valptr; valptr ++) + if (strchr(" \"\'\\", *valptr)) + length += 2; + else + length ++; + } + } + + length += 13 + strlen(p->job_sheets[0]) + strlen(p->job_sheets[1]); + length += 32; + if (BrowseLocalOptions) + length += 12 + strlen(BrowseLocalOptions); + + /* + * Allocate the new string... + */ + + if ((p->browse_attrs = calloc(1, length)) == NULL) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to allocate %d bytes for browse data!", + length); + else + { + /* + * Got the allocated string, now copy the options and attributes over... + */ + + sprintf(p->browse_attrs, "job-sheets=%s,%s lease-duration=%d", + p->job_sheets[0], p->job_sheets[1], BrowseTimeout); + attrptr = p->browse_attrs + strlen(p->browse_attrs); + + if (BrowseLocalOptions) + { + sprintf(attrptr, " ipp-options=%s", BrowseLocalOptions); + attrptr += strlen(attrptr); + } + + for (i = p->num_options, option = p->options; + i > 0; + i --, option ++) + { + *attrptr++ = ' '; + strcpy(attrptr, option->name); + attrptr += strlen(attrptr); + + if (option->value) + { + *attrptr++ = '='; + + for (valptr = option->value; *valptr; valptr ++) + { + if (strchr(" \"\'\\", *valptr)) + *attrptr++ = '\\'; + + *attrptr++ = *valptr; + } + } + } + + *attrptr = '\0'; + } + } + + /* + * Populate the document-format-supported attribute... + */ + + add_printer_formats(p); + + DEBUG_printf(("cupsdSetPrinterAttrs: leaving name = %s, type = %x\n", p->name, + p->type)); + + /* + * Add name-default attributes... + */ + + add_printer_defaults(p); + +#ifdef __sgi + /* + * Write the IRIX printer config and status files... + */ + + write_irix_config(p); + write_irix_state(p); +#endif /* __sgi */ +} + + +/* + * 'cupsdSetPrinterReasons()' - Set/update the reasons strings. + */ + +void +cupsdSetPrinterReasons( + cupsd_printer_t *p, /* I - Printer */ + const char *s) /* I - Reasons strings */ +{ + int i; /* Looping var */ + const char *sptr; /* Pointer into reasons */ + char reason[255], /* Reason string */ + *rptr; /* Pointer into reason */ + + + if (s[0] == '-' || s[0] == '+') + { + /* + * Add/remove reasons... + */ + + sptr = s + 1; + } + else + { + /* + * Replace reasons... + */ + + sptr = s; + + for (i = 0; i < p->num_reasons; i ++) + free(p->reasons[i]); + + p->num_reasons = 0; + } + + /* + * Loop through all of the reasons... + */ + + while (*sptr) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*sptr & 255) || *sptr == ',') + sptr ++; + + for (rptr = reason; *sptr && !isspace(*sptr & 255) && *sptr != ','; sptr ++) + if (rptr < (reason + sizeof(reason) - 1)) + *rptr++ = *sptr; + + if (rptr == reason) + break; + + *rptr = '\0'; + + if (s[0] == '-') + { + /* + * Remove reason... + */ + + for (i = 0; i < p->num_reasons; i ++) + if (!strcasecmp(reason, p->reasons[i])) + { + /* + * Found a match, so remove it... + */ + + p->num_reasons --; + free(p->reasons[i]); + + if (i < p->num_reasons) + memmove(p->reasons + i, p->reasons + i + 1, + (p->num_reasons - i) * sizeof(char *)); + + i --; + } + } + else if (p->num_reasons < (int)(sizeof(p->reasons) / sizeof(p->reasons[0]))) + { + /* + * Add reason... + */ + + for (i = 0; i < p->num_reasons; i ++) + if (!strcasecmp(reason, p->reasons[i])) + break; + + if (i >= p->num_reasons) + { + p->reasons[i] = strdup(reason); + p->num_reasons ++; + } + } + } +} + + +/* + * 'cupsdSetPrinterState()' - Update the current state of a printer. + */ + +void +cupsdSetPrinterState( + cupsd_printer_t *p, /* I - Printer to change */ + ipp_pstate_t s, /* I - New state */ + int update) /* I - Update printers.conf? */ +{ + ipp_pstate_t old_state; /* Old printer state */ + + + /* + * Can't set status of remote printers... + */ + + if (p->type & CUPS_PRINTER_REMOTE) + return; + + /* + * Set the new state... + */ + + old_state = p->state; + p->state = s; + + if (old_state != s) + { + cupsdAddEvent(CUPSD_EVENT_PRINTER_STATE_CHANGED, p, NULL, + "%s \"%s\" state changed.", + (p->type & CUPS_PRINTER_CLASS) ? "Class" : "Printer", + p->name); + + /* + * Let the browse code know this needs to be updated... + */ + + BrowseNext = p; + p->state_time = time(NULL); + p->browse_time = 0; + +#ifdef __sgi + write_irix_state(p); +#endif /* __sgi */ + } + + cupsdAddPrinterHistory(p); + + /* + * Save the printer configuration if a printer goes from idle or processing + * to stopped (or visa-versa)... + */ + + if ((old_state == IPP_PRINTER_STOPPED) != (s == IPP_PRINTER_STOPPED) && + update) + { + if (p->type & CUPS_PRINTER_CLASS) + cupsdSaveAllClasses(); + else + cupsdSaveAllPrinters(); + } +} + + +/* + * 'cupsdStopPrinter()' - Stop a printer from printing any jobs... + */ + +void +cupsdStopPrinter(cupsd_printer_t *p, /* I - Printer to stop */ + int update)/* I - Update printers.conf? */ +{ + cupsd_job_t *job; /* Active print job */ + + + /* + * Set the printer state... + */ + + cupsdSetPrinterState(p, IPP_PRINTER_STOPPED, update); + + /* + * See if we have a job printing on this printer... + */ + + if (p->job) + { + /* + * Get pointer to job... + */ + + job = (cupsd_job_t *)p->job; + + /* + * Stop it... + */ + + cupsdStopJob(job, 0); + + /* + * Reset the state to pending... + */ + + job->state->values[0].integer = IPP_JOB_PENDING; + job->state_value = IPP_JOB_PENDING; + + cupsdSaveJob(job); + + cupsdAddEvent(CUPSD_EVENT_JOB_STOPPED, p, job, + "Job stopped due to printer being paused"); + } +} + + +/* + * 'cupsdUpdatePrinters()' - Update printers after a partial reload. + */ + +void +cupsdUpdatePrinters(void) +{ + cupsd_printer_t *p; /* Current printer */ + + + /* + * Loop through the printers and recreate the printer attributes + * for any local printers since the policy and/or access control + * stuff may have changed. Also, if browsing is disabled, remove + * any remote printers... + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + /* + * Remove remote printers if we are no longer browsing... + */ + + if (!Browsing && (p->type & (CUPS_PRINTER_IMPLICIT | CUPS_PRINTER_REMOTE))) + { + if (p->type & CUPS_PRINTER_IMPLICIT) + cupsArrayRemove(ImplicitPrinters, p); + + cupsArraySave(Printers); + cupsdDeletePrinter(p, 0); + cupsArrayRestore(Printers); + continue; + } + + /* + * Update the operation policy pointer... + */ + + if ((p->op_policy_ptr = cupsdFindPolicy(p->op_policy)) == NULL) + p->op_policy_ptr = DefaultPolicyPtr; + + /* + * Update printer attributes as needed... + */ + + if (!(p->type & CUPS_PRINTER_REMOTE)) + cupsdSetPrinterAttrs(p); + } +} + + +/* + * 'cupsdValidateDest()' - Validate a printer/class destination. + */ + +const char * /* O - Printer or class name */ +cupsdValidateDest( + const char *hostname, /* I - Host name */ + const char *resource, /* I - Resource name */ + cups_ptype_t *dtype, /* O - Type (printer or class) */ + cupsd_printer_t **printer) /* O - Printer pointer */ +{ + cupsd_printer_t *p; /* Current printer */ + char localname[1024],/* Localized hostname */ + *lptr, /* Pointer into localized hostname */ + *sptr; /* Pointer into server name */ + + + DEBUG_printf(("cupsdValidateDest(\"%s\", \"%s\", %p, %p)\n", hostname, resource, + dtype, printer)); + + /* + * Initialize return values... + */ + + if (printer) + *printer = NULL; + + *dtype = (cups_ptype_t)0; + + /* + * See if the resource is a class or printer... + */ + + if (!strncmp(resource, "/classes/", 9)) + { + /* + * Class... + */ + + resource += 9; + } + else if (!strncmp(resource, "/printers/", 10)) + { + /* + * Printer... + */ + + resource += 10; + } + else + { + /* + * Bad resource name... + */ + + return (NULL); + } + + /* + * See if the printer or class name exists... + */ + + p = cupsdFindDest(resource); + + if (p == NULL && strchr(resource, '@') == NULL) + return (NULL); + else if (p != NULL) + { + if (printer) + *printer = p; + + *dtype = p->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT | + CUPS_PRINTER_REMOTE); + return (p->name); + } + + /* + * Change localhost to the server name... + */ + + if (!strcasecmp(hostname, "localhost")) + hostname = ServerName; + + strlcpy(localname, hostname, sizeof(localname)); + + if (!strcasecmp(hostname, ServerName)) + { + /* + * Localize the hostname... + */ + + lptr = strchr(localname, '.'); + sptr = strchr(ServerName, '.'); + + if (sptr != NULL && lptr != NULL) + { + /* + * Strip the common domain name components... + */ + + while (lptr != NULL) + { + if (!strcasecmp(lptr, sptr)) + { + *lptr = '\0'; + break; + } + else + lptr = strchr(lptr + 1, '.'); + } + } + } + + DEBUG_printf(("localized hostname is \"%s\"...\n", localname)); + + /* + * Find a matching printer or class... + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (!strcasecmp(p->hostname, localname) && + !strcasecmp(p->name, resource)) + { + if (printer) + *printer = p; + + *dtype = p->type & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT | + CUPS_PRINTER_REMOTE); + return (p->name); + } + + return (NULL); +} + + +/* + * 'cupsdWritePrintcap()' - Write a pseudo-printcap file for older applications + * that need it... + */ + +void +cupsdWritePrintcap(void) +{ + cups_file_t *fp; /* printcap file */ + cupsd_printer_t *p; /* Current printer */ + + +#ifdef __sgi + /* + * Update the IRIX printer state for the default printer; if + * no printers remain, then the default printer file will be + * removed... + */ + + write_irix_state(DefaultPrinter); +#endif /* __sgi */ + + /* + * See if we have a printcap file; if not, don't bother writing it. + */ + + if (!Printcap || !*Printcap) + return; + + /* + * Open the printcap file... + */ + + if ((fp = cupsFileOpen(Printcap, "w")) == NULL) + return; + + /* + * Put a comment header at the top so that users will know where the + * data has come from... + */ + + cupsFilePuts(fp, "# This file was automatically generated by cupsd(8) from the\n"); + cupsFilePrintf(fp, "# %s/printers.conf file. All changes to this file\n", + ServerRoot); + cupsFilePuts(fp, "# will be lost.\n"); + + if (Printers) + { + /* + * Write a new printcap with the current list of printers. + */ + + switch (PrintcapFormat) + { + case PRINTCAP_BSD: + /* + * Each printer is put in the file as: + * + * Printer1: + * Printer2: + * Printer3: + * ... + * PrinterN: + */ + + if (DefaultPrinter) + cupsFilePrintf(fp, "%s|%s:rm=%s:rp=%s:\n", DefaultPrinter->name, + DefaultPrinter->info, ServerName, DefaultPrinter->name); + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + if (p != DefaultPrinter) + cupsFilePrintf(fp, "%s|%s:rm=%s:rp=%s:\n", p->name, p->info, + ServerName, p->name); + break; + + case PRINTCAP_SOLARIS: + /* + * Each printer is put in the file as: + * + * _all:all=Printer1,Printer2,Printer3,...,PrinterN + * _default:use=DefaultPrinter + * Printer1:\ + * :bsdaddr=ServerName,Printer1:\ + * :description=Description: + * Printer2: + * :bsdaddr=ServerName,Printer2:\ + * :description=Description: + * Printer3: + * :bsdaddr=ServerName,Printer3:\ + * :description=Description: + * ... + * PrinterN: + * :bsdaddr=ServerName,PrinterN:\ + * :description=Description: + */ + + cupsFilePuts(fp, "_all:all="); + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayCurrent(Printers)) + cupsFilePrintf(fp, "%s%c", p->name, + cupsArrayNext(Printers) ? ',' : '\n'); + + if (DefaultPrinter) + cupsFilePrintf(fp, "_default:use=%s\n", DefaultPrinter->name); + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + cupsFilePrintf(fp, "%s:\\\n" + "\t:bsdaddr=%s,%s:\\\n" + "\t:description=%s:\n", + p->name, ServerName, p->name, p->info ? p->info : ""); + break; + } + } + + /* + * Close the file... + */ + + cupsFileClose(fp); +} + + +/* + * 'cupsdSanitizeURI()' - Sanitize a device URI... + */ + +char * /* O - New device URI */ +cupsdSanitizeURI(const char *uri, /* I - Original device URI */ + char *buffer, /* O - New device URI */ + int buflen) /* I - Size of new device URI buffer */ +{ + char *start, /* Start of data after scheme */ + *slash, /* First slash after scheme:// */ + *ptr; /* Pointer into user@host:port part */ + + + /* + * Range check input... + */ + + if (!uri || !buffer || buflen < 2) + return (NULL); + + /* + * Copy the device URI to the new buffer... + */ + + strlcpy(buffer, uri, buflen); + + /* + * Find the end of the scheme:// part... + */ + + if ((ptr = strchr(buffer, ':')) == NULL) + return (buffer); /* No scheme: part... */ + + for (start = ptr + 1; *start; start ++) + if (*start != '/') + break; + + /* + * Find the next slash (/) in the URI... + */ + + if ((slash = strchr(start, '/')) == NULL) + slash = start + strlen(start); /* No slash, point to the end */ + + /* + * Check for an @ sign before the slash... + */ + + if ((ptr = strchr(start, '@')) != NULL && ptr < slash) + { + /* + * Found an @ sign and it is before the resource part, so we have + * an authentication string. Copy the remaining URI over the + * authentication string... + */ + + _cups_strcpy(start, ptr + 1); + } + + /* + * Return the new device URI... + */ + + return (buffer); +} + + +/* + * 'add_printer_defaults()' - Add name-default attributes to the printer attributes. + */ + +static void +add_printer_defaults(cupsd_printer_t *p)/* I - Printer */ +{ + int i; /* Looping var */ + int num_options; /* Number of default options */ + cups_option_t *options, /* Default options */ + *option; /* Current option */ + char name[256]; /* name-default */ + + + /* + * Add all of the default options from the .conf files... + */ + + for (num_options = 0, i = p->num_options, option = p->options; + i > 0; + i --, option ++) + { + if (strcmp(option->name, "ipp-options") && + strcmp(option->name, "job-sheets") && + strcmp(option->name, "lease-duration")) + { + snprintf(name, sizeof(name), "%s-default", option->name); + num_options = cupsAddOption(name, option->value, num_options, &options); + } + } + + /* + * Convert options to IPP attributes... + */ + + cupsEncodeOptions2(p->attrs, num_options, options, IPP_TAG_PRINTER); + cupsFreeOptions(num_options, options); + + /* + * Add standard -default attributes as needed... + */ + + if (!cupsGetOption("copies", p->num_options, p->options)) + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, "copies-default", + 1); + + if (!cupsGetOption("job-hold-until", p->num_options, p->options)) + ippAddString(p->attrs, IPP_TAG_PRINTER, IPP_TAG_KEYWORD, + "job-hold-until-default", NULL, "no-hold"); + + if (!cupsGetOption("job-priority", p->num_options, p->options)) + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "job-priority-default", 50); + + if (!cupsGetOption("number-up", p->num_options, p->options)) + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_INTEGER, + "number-up-default", 1); + + if (!cupsGetOption("orientation-requested", p->num_options, p->options)) + ippAddInteger(p->attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, + "orientation-requested-default", IPP_PORTRAIT); +} + + +/* + * 'add_printer_filter()' - Add a MIME filter for a printer. + */ + +static void +add_printer_filter( + cupsd_printer_t *p, /* I - Printer to add to */ + const char *filter) /* I - Filter to add */ +{ + char super[MIME_MAX_SUPER], /* Super-type for filter */ + type[MIME_MAX_TYPE], /* Type for filter */ + program[1024]; /* Program/filter name */ + int cost; /* Cost of filter */ + mime_type_t *temptype; /* MIME type looping var */ + char filename[1024]; /* Full filter filename */ + + + /* + * Parse the filter string; it should be in the following format: + * + * super/type cost program + */ + + if (sscanf(filter, "%15[^/]/%31s%d%1023s", super, type, &cost, program) != 4) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "%s: invalid filter string \"%s\"!", + p->name, filter); + return; + } + + /* + * See if the filter program exists; if not, stop the printer and flag + * the error! + */ + + if (strcmp(program, "-")) + { + if (program[0] == '/') + strlcpy(filename, program, sizeof(filename)); + else + snprintf(filename, sizeof(filename), "%s/filter/%s", ServerBin, program); + + if (access(filename, X_OK)) + { + snprintf(p->state_message, sizeof(p->state_message), + "Filter \"%s\" for printer \"%s\" not available: %s", + program, p->name, strerror(errno)); + cupsdSetPrinterReasons(p, "+cups-missing-filter-error"); + cupsdSetPrinterState(p, IPP_PRINTER_STOPPED, 0); + + cupsdLogMessage(CUPSD_LOG_ERROR, "%s", p->state_message); + } + } + + /* + * Mark the CUPS_PRINTER_COMMANDS bit if we have a filter for + * application/vnd.cups-command... + */ + + if (!strcasecmp(super, "application") && + !strcasecmp(type, "vnd.cups-command")) + p->type |= CUPS_PRINTER_COMMANDS; + + /* + * Add the filter to the MIME database, supporting wildcards as needed... + */ + + for (temptype = mimeFirstType(MimeDatabase); + temptype; + temptype = mimeNextType(MimeDatabase)) + if (((super[0] == '*' && strcasecmp(temptype->super, "printer")) || + !strcasecmp(temptype->super, super)) && + (type[0] == '*' || !strcasecmp(temptype->type, type))) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "add_printer_filter: %s: adding filter %s/%s %s/%s %d %s", + p->name, temptype->super, temptype->type, + p->filetype->super, p->filetype->type, + cost, program); + mimeAddFilter(MimeDatabase, temptype, p->filetype, cost, program); + } +} + + +/* + * 'add_printer_formats()' - Add document-format-supported values for a printer. + */ + +static void +add_printer_formats(cupsd_printer_t *p) /* I - Printer */ +{ + int i; /* Looping var */ + mime_type_t *type; /* Current MIME type */ + cups_array_t *filters; /* Filters */ + ipp_attribute_t *attr; /* document-format-supported attribute */ + char mimetype[MIME_MAX_SUPER + MIME_MAX_TYPE + 2]; + /* MIME type name */ + + + /* + * Raw (and remote) queues advertise all of the supported MIME + * types... + */ + + cupsArrayDelete(p->filetypes); + p->filetypes = NULL; + + if (p->raw) + { + ippAddStrings(p->attrs, IPP_TAG_PRINTER, + (ipp_tag_t)(IPP_TAG_MIMETYPE | IPP_TAG_COPY), + "document-format-supported", NumMimeTypes, NULL, MimeTypes); + return; + } + + /* + * Otherwise, loop through the supported MIME types and see if there + * are filters for them... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "add_printer_formats: %d types, %d filters", + mimeNumTypes(MimeDatabase), mimeNumFilters(MimeDatabase)); + + p->filetypes = cupsArrayNew(NULL, NULL); + + for (type = mimeFirstType(MimeDatabase); + type; + type = mimeNextType(MimeDatabase)) + { + snprintf(mimetype, sizeof(mimetype), "%s/%s", type->super, type->type); + + if ((filters = mimeFilter(MimeDatabase, type, p->filetype, NULL)) != NULL) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "add_printer_formats: %s: %s needs %d filters", + p->name, mimetype, cupsArrayCount(filters)); + + cupsArrayDelete(filters); + cupsArrayAdd(p->filetypes, type); + } + else + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "add_printer_formats: %s: %s not supported", + p->name, mimetype); + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "add_printer_formats: %s: %d supported types", + p->name, cupsArrayCount(p->filetypes) + 1); + + /* + * Add the file formats that can be filtered... + */ + + if ((type = mimeType(MimeDatabase, "application", "octet-stream")) == NULL || + !cupsArrayFind(p->filetypes, type)) + i = 1; + else + i = 0; + + attr = ippAddStrings(p->attrs, IPP_TAG_PRINTER, IPP_TAG_MIMETYPE, + "document-format-supported", + cupsArrayCount(p->filetypes) + 1, NULL, NULL); + + if (i) + attr->values[0].string.text = _cupsStrAlloc("application/octet-stream"); + + for (type = (mime_type_t *)cupsArrayFirst(p->filetypes); + type; + i ++, type = (mime_type_t *)cupsArrayNext(p->filetypes)) + { + snprintf(mimetype, sizeof(mimetype), "%s/%s", type->super, type->type); + + attr->values[i].string.text = _cupsStrAlloc(mimetype); + } +} + + +/* + * 'compare_printers()' - Compare two printers. + */ + +static int /* O - Result of comparison */ +compare_printers(void *first, /* I - First printer */ + void *second, /* I - Second printer */ + void *data) /* I - App data (not used) */ +{ + return (strcasecmp(((cupsd_printer_t *)first)->name, + ((cupsd_printer_t *)second)->name)); +} + + +/* + * 'delete_printer_filters()' - Delete all MIME filters for a printer. + */ + +static void +delete_printer_filters( + cupsd_printer_t *p) /* I - Printer to remove from */ +{ + mime_filter_t *filter; /* MIME filter looping var */ + + + /* + * Range check input... + */ + + if (p == NULL) + return; + + /* + * Remove all filters from the MIME database that have a destination + * type == printer... + */ + + for (filter = mimeFirstFilter(MimeDatabase); + filter; + filter = mimeNextFilter(MimeDatabase)) + if (filter->dst == p->filetype) + { + /* + * Delete the current filter... + */ + + mimeDeleteFilter(MimeDatabase, filter); + } +} + + +#ifdef __sgi +/* + * 'write_irix_config()' - Update the config files used by the IRIX + * desktop tools. + */ + +static void +write_irix_config(cupsd_printer_t *p) /* I - Printer to update */ +{ + char filename[1024]; /* Interface script filename */ + cups_file_t *fp; /* Interface script file */ + ipp_attribute_t *attr; /* Attribute data */ + + + /* + * Add dummy interface and GUI scripts to fool SGI's "challenged" printing + * tools. First the interface script that tells the tools what kind of + * printer we have... + */ + + snprintf(filename, sizeof(filename), "/var/spool/lp/interface/%s", p->name); + + if (p->type & CUPS_PRINTER_CLASS) + unlink(filename); + else if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + cupsFilePuts(fp, "#!/bin/sh\n"); + + if ((attr = ippFindAttribute(p->attrs, "printer-make-and-model", + IPP_TAG_TEXT)) != NULL) + cupsFilePrintf(fp, "NAME=\"%s\"\n", attr->values[0].string.text); + else if (p->type & CUPS_PRINTER_CLASS) + cupsFilePuts(fp, "NAME=\"Printer Class\"\n"); + else + cupsFilePuts(fp, "NAME=\"Remote Destination\"\n"); + + if (p->type & CUPS_PRINTER_COLOR) + cupsFilePuts(fp, "TYPE=ColorPostScript\n"); + else + cupsFilePuts(fp, "TYPE=MonoPostScript\n"); + + cupsFilePrintf(fp, "HOSTNAME=%s\n", ServerName); + cupsFilePrintf(fp, "HOSTPRINTER=%s\n", p->name); + + cupsFileClose(fp); + + chmod(filename, 0755); + chown(filename, User, Group); + } + + /* + * Then the member file that tells which device file the queue is connected + * to... Networked printers use "/dev/null" in this file, so that's what + * we use (the actual device URI can confuse some apps...) + */ + + snprintf(filename, sizeof(filename), "/var/spool/lp/member/%s", p->name); + + if (p->type & CUPS_PRINTER_CLASS) + unlink(filename); + else if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + cupsFilePuts(fp, "/dev/null\n"); + + cupsFileClose(fp); + + chmod(filename, 0644); + chown(filename, User, Group); + } + + /* + * The gui_interface file is a script or program that launches a GUI + * option panel for the printer, using options specified on the + * command-line in the third argument. The option panel must send + * any printing options to stdout on a single line when the user + * accepts them, or nothing if the user cancels the dialog. + * + * The default options panel program is /usr/bin/glpoptions, from + * the ESP Print Pro software. You can select another using the + * PrintcapGUI option. + */ + + snprintf(filename, sizeof(filename), "/var/spool/lp/gui_interface/ELF/%s.gui", p->name); + + if (p->type & CUPS_PRINTER_CLASS) + unlink(filename); + else if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + cupsFilePuts(fp, "#!/bin/sh\n"); + cupsFilePrintf(fp, "%s -d %s -o \"$3\"\n", PrintcapGUI, p->name); + + cupsFileClose(fp); + + chmod(filename, 0755); + chown(filename, User, Group); + } + + /* + * The POD config file is needed by the printstatus command to show + * the printer location and device. + */ + + snprintf(filename, sizeof(filename), "/var/spool/lp/pod/%s.config", p->name); + + if (p->type & CUPS_PRINTER_CLASS) + unlink(filename); + else if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + cupsFilePrintf(fp, "Printer Class | %s\n", + (p->type & CUPS_PRINTER_COLOR) ? "ColorPostScript" : "MonoPostScript"); + cupsFilePrintf(fp, "Printer Model | %s\n", p->make_model ? p->make_model : ""); + cupsFilePrintf(fp, "Location Code | %s\n", p->location ? p->location : ""); + cupsFilePrintf(fp, "Physical Location | %s\n", p->info ? p->info : ""); + cupsFilePrintf(fp, "Port Path | %s\n", p->device_uri ? p->device_uri : ""); + cupsFilePrintf(fp, "Config Path | /var/spool/lp/pod/%s.config\n", p->name); + cupsFilePrintf(fp, "Active Status Path | /var/spool/lp/pod/%s.status\n", p->name); + cupsFilePuts(fp, "Status Update Wait | 10 seconds\n"); + + cupsFileClose(fp); + + chmod(filename, 0664); + chown(filename, User, Group); + } +} + + +/* + * 'write_irix_state()' - Update the status files used by IRIX printing + * desktop tools. + */ + +static void +write_irix_state(cupsd_printer_t *p) /* I - Printer to update */ +{ + char filename[1024]; /* Interface script filename */ + cups_file_t *fp; /* Interface script file */ + int tag; /* Status tag value */ + + + if (p) + { + /* + * The POD status file is needed for the printstatus window to + * provide the current status of the printer. + */ + + snprintf(filename, sizeof(filename), "/var/spool/lp/pod/%s.status", p->name); + + if (p->type & CUPS_PRINTER_CLASS) + unlink(filename); + else if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + cupsFilePrintf(fp, "Operational Status | %s\n", + (p->state == IPP_PRINTER_IDLE) ? "Idle" : + (p->state == IPP_PRINTER_PROCESSING) ? "Busy" : + "Faulted"); + cupsFilePrintf(fp, "Information | 01 00 00 | %s\n", CUPS_SVERSION); + cupsFilePrintf(fp, "Information | 02 00 00 | Device URI: %s\n", + p->device_uri ? p->device_uri : ""); + cupsFilePrintf(fp, "Information | 03 00 00 | %s jobs\n", + p->accepting ? "Accepting" : "Not accepting"); + cupsFilePrintf(fp, "Information | 04 00 00 | %s\n", p->state_message); + + cupsFileClose(fp); + + chmod(filename, 0664); + chown(filename, User, Group); + } + + /* + * The activeicons file is needed to provide desktop icons for printers: + * + * [ quoted from /usr/lib/print/tagit ] + * + * --- Type of printer tags (base values) + * + * Dumb=66048 # 0x10200 + * DumbColor=66080 # 0x10220 + * Raster=66112 # 0x10240 + * ColorRaster=66144 # 0x10260 + * Plotter=66176 # 0x10280 + * PostScript=66208 # 0x102A0 + * ColorPostScript=66240 # 0x102C0 + * MonoPostScript=66272 # 0x102E0 + * + * --- Printer state modifiers for local printers + * + * Idle=0 # 0x0 + * Busy=1 # 0x1 + * Faulted=2 # 0x2 + * Unknown=3 # 0x3 (Faulted due to unknown reason) + * + * --- Printer state modifiers for network printers + * + * NetIdle=8 # 0x8 + * NetBusy=9 # 0x9 + * NetFaulted=10 # 0xA + * NetUnknown=11 # 0xB (Faulted due to unknown reason) + */ + + snprintf(filename, sizeof(filename), "/var/spool/lp/activeicons/%s", p->name); + + if (p->type & CUPS_PRINTER_CLASS) + unlink(filename); + else if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + if (p->type & CUPS_PRINTER_COLOR) + tag = 66240; + else + tag = 66272; + + if (p->type & CUPS_PRINTER_REMOTE) + tag |= 8; + + if (p->state == IPP_PRINTER_PROCESSING) + tag |= 1; + + else if (p->state == IPP_PRINTER_STOPPED) + tag |= 2; + + cupsFilePuts(fp, "#!/bin/sh\n"); + cupsFilePrintf(fp, "#Tag %d\n", tag); + + cupsFileClose(fp); + + chmod(filename, 0755); + chown(filename, User, Group); + } + } + + /* + * The default file is needed by the printers window to show + * the default printer. + */ + + snprintf(filename, sizeof(filename), "/var/spool/lp/default"); + + if (DefaultPrinter != NULL) + { + if ((fp = cupsFileOpen(filename, "w")) != NULL) + { + cupsFilePrintf(fp, "%s\n", DefaultPrinter->name); + + cupsFileClose(fp); + + chmod(filename, 0644); + chown(filename, User, Group); + } + } + else + unlink(filename); +} +#endif /* __sgi */ + + +/* + * End of "$Id$". + */ diff --git a/scheduler/printers.h b/scheduler/printers.h new file mode 100644 index 0000000000..d9eb734884 --- /dev/null +++ b/scheduler/printers.h @@ -0,0 +1,151 @@ +/* + * "$Id$" + * + * Printer definitions for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Quota data... + */ + +typedef struct +{ + char username[33]; /* User data */ + time_t next_update; /* Next update time */ + int page_count, /* Count of pages */ + k_count; /* Count of kilobytes */ +} cupsd_quota_t; + + +/* + * Printer/class information structure... + */ + +typedef struct cupsd_printer_s +{ + char *uri, /* Printer URI */ + *hostname, /* Host printer resides on */ + *name, /* Printer name */ + *location, /* Location code */ + *make_model, /* Make and model */ + *info, /* Description */ + *op_policy, /* Operation policy name */ + *error_policy; /* Error policy */ + cupsd_policy_t *op_policy_ptr; /* Pointer to operation policy */ + int shared; /* Shared? */ + int accepting; /* Accepting jobs? */ + int in_implicit_class; /* In an implicit class? */ + ipp_pstate_t state; /* Printer state */ + char state_message[1024]; /* Printer state message */ + int num_reasons; /* Number of printer-state-reasons */ + char *reasons[16]; /* printer-state-reasons strings */ + time_t state_time; /* Time at this state */ + char *job_sheets[2]; /* Banners/job sheets */ + cups_ptype_t type; /* Printer type (color, small, etc.) */ + char *browse_attrs; /* Attributes sent with browse data */ + time_t browse_expire; /* Expiration time for printer */ + time_t browse_time; /* Last time update was sent/received */ + char *device_uri; /* Device URI */ + char *port_monitor; /* Port monitor */ + int raw; /* Raw queue? */ + int remote; /* Remote queue? */ + mime_type_t *filetype; /* Pseudo-filetype for printer */ + cups_array_t *filetypes; /* Supported file types */ + void *job; /* Current job in queue */ + ipp_t *attrs; /* Attributes supported by this printer */ + int num_printers, /* Number of printers in class */ + last_printer; /* Last printer job was sent to */ + struct cupsd_printer_s **printers; /* Printers in class */ + int quota_period, /* Period for quotas */ + page_limit, /* Maximum number of pages */ + k_limit; /* Maximum number of kilobytes */ + cups_array_t *quotas; /* Quota records */ + int deny_users, /* 1 = deny, 0 = allow */ + num_users; /* Number of allowed/denied users */ + const char **users; /* Allowed/denied users */ + int num_history; /* Number of history collections */ + ipp_t **history; /* History data */ + int sequence_number; /* Increasing sequence number */ + int num_options; /* Number of default options */ + cups_option_t *options; /* Default options */ +#ifdef __APPLE__ + char *recoverable; /* com.apple.print.recoverable-message */ +#endif /* __APPLE__ */ +} cupsd_printer_t; + + +/* + * Globals... + */ + +VAR ipp_t *CommonData VALUE(NULL); + /* Common printer object attrs */ +VAR cups_array_t *Printers VALUE(NULL), + /* Printer list */ + *ImplicitPrinters VALUE(NULL); + /* Implicit class printers */ +VAR cupsd_printer_t *DefaultPrinter VALUE(NULL); + /* Default printer */ +VAR char *DefaultPolicy VALUE(NULL); + /* Default policy name */ +VAR cupsd_policy_t *DefaultPolicyPtr + VALUE(NULL); + /* Pointer to default policy */ + + +/* + * Prototypes... + */ + +extern cupsd_printer_t *cupsdAddPrinter(const char *name); +extern void cupsdAddPrinterHistory(cupsd_printer_t *p); +extern void cupsdAddPrinterUser(cupsd_printer_t *p, const char *username); +extern void cupsdCreateCommonData(void); +extern void cupsdDeleteAllPrinters(void); +extern void cupsdDeletePrinter(cupsd_printer_t *p, int update); +extern cupsd_printer_t *cupsdFindDest(const char *name); +extern cupsd_printer_t *cupsdFindPrinter(const char *name); +extern void cupsdFreePrinterUsers(cupsd_printer_t *p); +extern void cupsdFreeQuotas(cupsd_printer_t *p); +extern void cupsdLoadAllPrinters(void); +extern void cupsdRenamePrinter(cupsd_printer_t *p, const char *name); +extern void cupsdSaveAllPrinters(void); +extern void cupsdSetPrinterAttrs(cupsd_printer_t *p); +extern void cupsdSetPrinterReasons(cupsd_printer_t *p, const char *s); +extern void cupsdSetPrinterState(cupsd_printer_t *p, ipp_pstate_t s, int update); +#define cupsdStartPrinter(p,u) cupsdSetPrinterState((p), IPP_PRINTER_IDLE, (u)) +extern void cupsdStopPrinter(cupsd_printer_t *p, int update); +extern void cupsdUpdatePrinters(void); +extern cupsd_quota_t *cupsdUpdateQuota(cupsd_printer_t *p, const char *username, + int pages, int k); +extern const char *cupsdValidateDest(const char *hostname, + const char *resource, + cups_ptype_t *dtype, + cupsd_printer_t **printer); +extern void cupsdWritePrintcap(void); + +extern char *cupsdSanitizeURI(const char *uri, char *buffer, + int buflen); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/process.c b/scheduler/process.c new file mode 100644 index 0000000000..03cdbd9290 --- /dev/null +++ b/scheduler/process.c @@ -0,0 +1,348 @@ +/* + * "$Id$" + * + * Process management routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdEndProcess() - End a process. + * cupsdFinishProcess() - Finish a process and get its name. + * cupsdStartProcess() - Start a process. + * compare_procs() - Compare two processes. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include +#if defined(__APPLE__) +# include +#endif /* __APPLE__ */ + + +/* + * Process structure... + */ + +typedef struct +{ + int pid; /* Process ID */ + char name[1]; /* Name of process */ +} cupsd_proc_t; + + +/* + * Local globals... + */ + +static cups_array_t *process_array = NULL; + + +/* + * Local functions... + */ + +static int compare_procs(cupsd_proc_t *a, cupsd_proc_t *b); + + +/* + * 'cupsdEndProcess()' - End a process. + */ + +int /* O - 0 on success, -1 on failure */ +cupsdEndProcess(int pid, /* I - Process ID */ + int force) /* I - Force child to die */ +{ + if (force) + return (kill(pid, SIGKILL)); + else + return (kill(pid, SIGTERM)); +} + + +/* + * 'cupsdFinishProcess()' - Finish a process and get its name. + */ + +const char * /* O - Process name */ +cupsdFinishProcess(int pid, /* I - Process ID */ + char *name, /* I - Name buffer */ + int namelen) /* I - Size of name buffer */ +{ + cupsd_proc_t key, /* Search key */ + *proc; /* Matching process */ + + + key.pid = pid; + + if ((proc = (cupsd_proc_t *)cupsArrayFind(process_array, &key)) != NULL) + { + strlcpy(name, proc->name, namelen); + cupsArrayRemove(process_array, proc); + free(proc); + + return (name); + } + else + return ("unknown"); +} + + +/* + * 'cupsdStartProcess()' - Start a process. + */ + +int /* O - Process ID or 0 */ +cupsdStartProcess( + const char *command, /* I - Full path to command */ + char *argv[], /* I - Command-line arguments */ + char *envp[], /* I - Environment */ + int infd, /* I - Standard input file descriptor */ + int outfd, /* I - Standard output file descriptor */ + int errfd, /* I - Standard error file descriptor */ + int backfd, /* I - Backchannel file descriptor */ + int root, /* I - Run as root? */ + int *pid) /* O - Process ID */ +{ + cupsd_proc_t *proc; /* New process record */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* POSIX signal handler */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ +#if defined(__APPLE__) + char processPath[1024], /* CFProcessPath environment variable */ + linkpath[1024]; /* Link path for symlinks... */ + int linkbytes; /* Bytes for link path */ +#endif /* __APPLE__ */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStartProcess(\"%s\", %p, %p, %d, %d, %d)", + command, argv, envp, infd, outfd, errfd); + +#if defined(__APPLE__) + if (envp) + { + /* + * Add special voodoo magic for MacOS X - this allows MacOS X + * programs to access their bundle resources properly... + */ + + if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0) + { + /* + * Yes, this is a symlink to the actual program, nul-terminate and + * use it... + */ + + linkpath[linkbytes] = '\0'; + + if (linkpath[0] == '/') + snprintf(processPath, sizeof(processPath), "CFProcessPath=%s", + linkpath); + else + snprintf(processPath, sizeof(processPath), "CFProcessPath=%s/%s", + dirname(command), linkpath); + } + else + snprintf(processPath, sizeof(processPath), "CFProcessPath=%s", command); + + envp[0] = processPath; /* Replace string */ + } +#endif /* __APPLE__ */ + + /* + * Block signals before forking... + */ + + cupsdHoldSignals(); + + if ((*pid = fork()) == 0) + { + /* + * Child process goes here... + * + * Update stdin/stdout/stderr as needed... + */ + + if (infd != 0) + { + close(0); + if (infd > 0) + dup(infd); + else + open("/dev/null", O_RDONLY); + } + if (outfd != 1) + { + close(1); + if (outfd > 0) + dup(outfd); + else + open("/dev/null", O_WRONLY); + } + if (errfd != 2) + { + close(2); + if (errfd > 0) + dup(errfd); + else + open("/dev/null", O_WRONLY); + } + if (backfd != 3) + { + close(3); + if (backfd > 0) + dup(backfd); + else + open("/dev/null", O_RDWR); + fcntl(3, F_SETFL, O_NDELAY); + } + + /* + * Change the priority of the process based on the FilterNice setting. + * (this is not done for backends...) + */ + + if (!root) + nice(FilterNice); + + /* + * Change user to something "safe"... + */ + + if (!root && !RunUser) + { + /* + * Running as root, so change to non-priviledged user... + */ + + if (setgid(Group)) + exit(errno); + + if (setgroups(1, &Group)) + exit(errno); + + if (setuid(User)) + exit(errno); + } + else + { + /* + * Reset group membership to just the main one we belong to. + */ + + setgid(Group); + setgroups(1, &Group); + } + + /* + * Change umask to restrict permissions on created files... + */ + + umask(077); + + /* + * Unblock signals before doing the exec... + */ + +#ifdef HAVE_SIGSET + sigset(SIGTERM, SIG_DFL); + sigset(SIGCHLD, SIG_DFL); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = SIG_DFL; + + sigaction(SIGTERM, &action, NULL); + sigaction(SIGCHLD, &action, NULL); +#else + signal(SIGTERM, SIG_DFL); + signal(SIGCHLD, SIG_DFL); +#endif /* HAVE_SIGSET */ + + cupsdReleaseSignals(); + + /* + * Execute the command; if for some reason this doesn't work, + * return the error code... + */ + + if (envp) + execve(command, argv, envp); + else + execv(command, argv); + + perror(command); + + exit(errno); + } + else if (*pid < 0) + { + /* + * Error - couldn't fork a new process! + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to fork %s - %s.", command, + strerror(errno)); + + *pid = 0; + } + else + { + if (!process_array) + process_array = cupsArrayNew((cups_array_func_t)compare_procs, NULL); + + if (process_array) + { + if ((proc = calloc(1, sizeof(cupsd_proc_t) + strlen(command))) != NULL) + { + proc->pid = *pid; + strcpy(proc->name, command); + + cupsArrayAdd(process_array, proc); + } + } + } + + cupsdReleaseSignals(); + + return (*pid); +} + + +/* + * 'compare_procs()' - Compare two processes. + */ + +static int /* O - Result of comparison */ +compare_procs(cupsd_proc_t *a, /* I - First process */ + cupsd_proc_t *b) /* I - Second process */ +{ + return (a->pid - b->pid); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/quotas.c b/scheduler/quotas.c new file mode 100644 index 0000000000..58a26d0c97 --- /dev/null +++ b/scheduler/quotas.c @@ -0,0 +1,234 @@ +/* + * "$Id$" + * + * Quota routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdFreeQuotas() - Free quotas for a printer. + * cupsdUpdateQuota() - Update quota data for the specified printer and user. + * add_quota() - Add a quota record for this printer and user. + * compare_quotas() - Compare two quota records... + * find_quota() - Find a quota record. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" + + +/* + * Local functions... + */ + +static cupsd_quota_t *add_quota(cupsd_printer_t *p, const char *username); +static int compare_quotas(const cupsd_quota_t *q1, + const cupsd_quota_t *q2); +static cupsd_quota_t *find_quota(cupsd_printer_t *p, const char *username); + + +/* + * 'cupsdFreeQuotas()' - Free quotas for a printer. + */ + +void +cupsdFreeQuotas(cupsd_printer_t *p) /* I - Printer */ +{ + cupsd_quota_t *q; /* Current quota record */ + + + if (!p) + return; + + for (q = (cupsd_quota_t *)cupsArrayFirst(p->quotas); + q; + q = (cupsd_quota_t *)cupsArrayNext(p->quotas)) + free(q); + + cupsArrayDelete(p->quotas); + + p->quotas = NULL; +} + + +/* + * 'cupsdUpdateQuota()' - Update quota data for the specified printer and user. + */ + +cupsd_quota_t * /* O - Quota data */ +cupsdUpdateQuota( + cupsd_printer_t *p, /* I - Printer */ + const char *username, /* I - User */ + int pages, /* I - Number of pages */ + int k) /* I - Number of kilobytes */ +{ + cupsd_quota_t *q; /* Quota data */ + cupsd_job_t *job; /* Current job */ + time_t curtime; /* Current time */ + ipp_attribute_t *attr; /* Job attribute */ + + + if (!p || !username) + return (NULL); + + if (!p->k_limit && !p->page_limit) + return (NULL); + + if ((q = find_quota(p, username)) == NULL) + return (NULL); + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdUpdateQuota: p=%s username=%s pages=%d k=%d", + p->name, username, pages, k); + + curtime = time(NULL); + + if (curtime < q->next_update) + { + q->page_count += pages; + q->k_count += k; + + return (q); + } + + if (p->quota_period) + curtime -= p->quota_period; + else + curtime = 0; + + q->next_update = 0; + q->page_count = 0; + q->k_count = 0; + + for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); + job; + job = (cupsd_job_t *)cupsArrayNext(Jobs)) + { + if (strcasecmp(job->dest, p->name) != 0 || + strcasecmp(job->username, q->username) != 0) + continue; + + if ((attr = ippFindAttribute(job->attrs, "time-at-completion", + IPP_TAG_INTEGER)) == NULL) + if ((attr = ippFindAttribute(job->attrs, "time-at-processing", + IPP_TAG_INTEGER)) == NULL) + attr = ippFindAttribute(job->attrs, "time-at-creation", + IPP_TAG_INTEGER); + + if (attr == NULL) + break; + + if (attr->values[0].integer < curtime) + { + if (JobAutoPurge) + cupsdCancelJob(job, 1, IPP_JOB_CANCELED); + + continue; + } + + if (q->next_update == 0) + q->next_update = attr->values[0].integer + p->quota_period; + + if ((attr = ippFindAttribute(job->attrs, "job-media-sheets-completed", + IPP_TAG_INTEGER)) != NULL) + q->page_count += attr->values[0].integer; + + if ((attr = ippFindAttribute(job->attrs, "job-k-octets", + IPP_TAG_INTEGER)) != NULL) + q->k_count += attr->values[0].integer; + } + + return (q); +} + + +/* + * 'add_quota()' - Add a quota record for this printer and user. + */ + +static cupsd_quota_t * /* O - Quota data */ +add_quota(cupsd_printer_t *p, /* I - Printer */ + const char *username) /* I - User */ +{ + cupsd_quota_t *q; /* New quota data */ + + + if (!p || !username) + return (NULL); + + if (!p->quotas) + p->quotas = cupsArrayNew((cups_array_func_t)compare_quotas, NULL); + + if (!p->quotas) + return (NULL); + + if ((q = calloc(1, sizeof(cupsd_quota_t))) == NULL) + return (NULL); + + strlcpy(q->username, username, sizeof(q->username)); + + cupsArrayAdd(p->quotas, q); + + return (q); +} + + +/* + * 'compare_quotas()' - Compare two quota records... + */ + +static int /* O - Result of comparison */ +compare_quotas(const cupsd_quota_t *q1, /* I - First quota record */ + const cupsd_quota_t *q2) /* I - Second quota record */ +{ + return (strcasecmp(q1->username, q2->username)); +} + + +/* + * 'find_quota()' - Find a quota record. + */ + +static cupsd_quota_t * /* O - Quota data */ +find_quota(cupsd_printer_t *p, /* I - Printer */ + const char *username) /* I - User */ +{ + cupsd_quota_t *q, /* Quota data pointer */ + match; /* Search data */ + + + if (!p || !username) + return (NULL); + + strlcpy(match.username, username, sizeof(match.username)); + + if ((q = (cupsd_quota_t *)cupsArrayFind(p->quotas, &match)) != NULL) + return (q); + else + return (add_quota(p, username)); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/server.c b/scheduler/server.c new file mode 100644 index 0000000000..057f7767aa --- /dev/null +++ b/scheduler/server.c @@ -0,0 +1,215 @@ +/* + * "$Id$" + * + * Server start/stop routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdStartServer() - Start the server. + * cupsdStopServer() - Stop the server. + */ + +/* + * Include necessary headers... + */ + +#include +#include "cupsd.h" +#include +#ifdef HAVE_NOTIFY_H +# include +#endif /* HAVE_NOTIFY_H */ + + +/* + * Local globals... + */ + +static int started = 0; + + +/* + * 'cupsdStartServer()' - Start the server. + */ + +void +cupsdStartServer(void) +{ +#ifdef HAVE_LIBSSL + int i; /* Looping var */ + struct timeval curtime; /* Current time in microseconds */ + unsigned char data[1024]; /* Seed data */ +#endif /* HAVE_LIBSSL */ + + +#ifdef HAVE_LIBSSL + /* + * Initialize the encryption libraries... + */ + + SSL_library_init(); + SSL_load_error_strings(); + + /* + * Using the current time is a dubious random seed, but on some systems + * it is the best we can do (on others, this seed isn't even used...) + */ + + gettimeofday(&curtime, NULL); + srand(curtime.tv_sec + curtime.tv_usec); + + for (i = 0; i < sizeof(data); i ++) + data[i] = rand(); /* Yes, this is a poor source of random data... */ + + RAND_seed(&data, sizeof(data)); +#elif defined(HAVE_GNUTLS) + /* + * Initialize the encryption libraries... + */ + + gnutls_global_init(); +#endif /* HAVE_LIBSSL */ + + /* + * Startup all the networking stuff... + */ + + cupsdStartListening(); + cupsdStartBrowsing(); + cupsdStartPolling(); + + /* + * Create a pipe for CGI processes... + */ + + if (cupsdOpenPipe(CGIPipes)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "cupsdStartServer: Unable to create pipes for CGI status!"); + else + { + CGIStatusBuffer = cupsdStatBufNew(CGIPipes[0], "[CGI]"); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStartServer: Adding fd %d to InputSet...", + CGIPipes[0]); + FD_SET(CGIPipes[0], InputSet); + } + + /* + * Mark that the server has started and printers and jobs may be changed... + */ + + LastEvent = CUPSD_EVENT_PRINTER_CHANGED | CUPSD_EVENT_JOB_STATE_CHANGED | + CUPSD_EVENT_SERVER_STARTED; + + started = 1; +} + + +/* + * 'cupsdStopServer()' - Stop the server. + */ + +void +cupsdStopServer(void) +{ + if (!started) + return; + + /* + * Close all network clients and stop all jobs... + */ + + cupsdCloseAllClients(); + cupsdStopListening(); + cupsdStopPolling(); + cupsdStopBrowsing(); + cupsdStopAllNotifiers(); + cupsdSaveRemoteCache(); + cupsdDeleteAllCerts(); + + if (Clients) + { + cupsArrayDelete(Clients); + Clients = NULL; + } + + /* + * Close the pipe for CGI processes... + */ + + if (CGIPipes[0] >= 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopServer: Removing fd %d from InputSet...", + CGIPipes[0]); + + FD_CLR(CGIPipes[0], InputSet); + + cupsdStatBufDelete(CGIStatusBuffer); + close(CGIPipes[1]); + + CGIPipes[0] = -1; + CGIPipes[1] = -1; + } + + /* + * Close all log files... + */ + + if (AccessFile != NULL) + { + cupsFileClose(AccessFile); + + AccessFile = NULL; + } + + if (ErrorFile != NULL) + { + cupsFileClose(ErrorFile); + + ErrorFile = NULL; + } + + if (PageFile != NULL) + { + cupsFileClose(PageFile); + + PageFile = NULL; + } + +#ifdef HAVE_NOTIFY_POST + /* + * Send one last notification as the server shuts down. + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "notify_post(\"com.apple.printerListChange\") last"); + notify_post("com.apple.printerListChange"); +#endif /* HAVE_NOTIFY_POST */ + + started = 0; +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/statbuf.c b/scheduler/statbuf.c new file mode 100644 index 0000000000..3e673c006d --- /dev/null +++ b/scheduler/statbuf.c @@ -0,0 +1,334 @@ +/* + * "$Id$" + * + * Status buffer routines for the Common UNIX Printing System (CUPS) + * scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdStatBufNew() - Create a new status buffer. + * cupsdStatBufDelete() - Destroy a status buffer. + * cupsdStatBufUpdate() - Update the status buffer. + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#include + + +/* + * 'cupsdStatBufNew()' - Create a new status buffer. + */ + +cupsd_statbuf_t * /* O - New status buffer */ +cupsdStatBufNew(int fd, /* I - File descriptor of pipe */ + const char *prefix, /* I - Printf-style prefix string */ + ...) /* I - Additional args as needed */ +{ + cupsd_statbuf_t *sb; /* New status buffer */ + va_list ap; /* Argument list */ + + + /* + * Range check input... + */ + + if (fd < 0) + return (NULL); + + /* + * Allocate the status buffer... + */ + + if ((sb = calloc(1, sizeof(cupsd_statbuf_t))) != NULL) + { + /* + * Assign the file descriptor... + */ + + sb->fd = fd; + + /* + * Format the prefix string, if any. This is usually "[Job 123]" + * or "[Sub 123]", and so forth. + */ + + if (prefix) + { + /* + * Printf-style prefix string... + */ + + va_start(ap, prefix); + vsnprintf(sb->prefix, sizeof(sb->prefix), prefix, ap); + va_end(ap); + } + else + { + /* + * No prefix string... + */ + + sb->prefix[0] = '\0'; + } + } + + return (sb); +} + + +/* + * 'cupsdStatBufDelete()' - Destroy a status buffer. + */ + +void +cupsdStatBufDelete(cupsd_statbuf_t *sb) /* I - Status buffer */ +{ + /* + * Range check input... + */ + + if (!sb) + return; + + /* + * Close the status pipe and free memory used... + */ + + close(sb->fd); + + free(sb); +} + + +/* + * 'cupsdStatBufUpdate()' - Update the status buffer. + */ + +char * /* O - Line from buffer, "", or NULL */ +cupsdStatBufUpdate(cupsd_statbuf_t *sb, /* I - Status buffer */ + int *loglevel, + /* O - Log level */ + char *line, + /* I - Line buffer */ + int linelen) + /* I - Size of line buffer */ +{ + int bytes; /* Number of bytes read */ + char *lineptr, /* Pointer to end of line in buffer */ + *message; /* Pointer to message text */ + + + /* + * Check if the buffer already contains a full line... + */ + + if ((lineptr = strchr(sb->buffer, '\n')) == NULL) + { + /* + * No, read more data... + */ + + if ((bytes = read(sb->fd, sb->buffer + sb->bufused, + CUPSD_SB_BUFFER_SIZE - sb->bufused - 1)) > 0) + { + sb->bufused += bytes; + sb->buffer[sb->bufused] = '\0'; + + /* + * Guard against a line longer than the max buffer size... + */ + + if ((lineptr = strchr(sb->buffer, '\n')) == NULL && + sb->bufused == (CUPSD_SB_BUFFER_SIZE - 1)) + lineptr = sb->buffer + sb->bufused; + } + else if (bytes < 0 && errno == EINTR) + { + /* + * Return an empty line if we are interrupted... + */ + + *loglevel = CUPSD_LOG_NONE; + line[0] = '\0'; + + return (line); + } + else + { + /* + * End-of-file, so use the whole buffer... + */ + + lineptr = sb->buffer + sb->bufused; + *lineptr = '\0'; + } + + /* + * Final check for end-of-file... + */ + + if (sb->bufused == 0 && bytes == 0) + lineptr = NULL; + } + + if (!lineptr) + { + /* + * End of file... + */ + + *loglevel = CUPSD_LOG_NONE; + line[0] = '\0'; + + return (NULL); + } + + /* + * Terminate the line and process it... + */ + + *lineptr++ = '\0'; + + /* + * Figure out the logging level... + */ + + if (!strncmp(sb->buffer, "EMERG:", 6)) + { + *loglevel = CUPSD_LOG_EMERG; + message = sb->buffer + 6; + } + else if (!strncmp(sb->buffer, "ALERT:", 6)) + { + *loglevel = CUPSD_LOG_ALERT; + message = sb->buffer + 6; + } + else if (!strncmp(sb->buffer, "CRIT:", 5)) + { + *loglevel = CUPSD_LOG_CRIT; + message = sb->buffer + 5; + } + else if (!strncmp(sb->buffer, "ERROR:", 6)) + { + *loglevel = CUPSD_LOG_ERROR; + message = sb->buffer + 6; + } + else if (!strncmp(sb->buffer, "WARNING:", 8)) + { + *loglevel = CUPSD_LOG_WARN; + message = sb->buffer + 8; + } + else if (!strncmp(sb->buffer, "NOTICE:", 7)) + { + *loglevel = CUPSD_LOG_NOTICE; + message = sb->buffer + 7; + } + else if (!strncmp(sb->buffer, "INFO:", 5)) + { + *loglevel = CUPSD_LOG_INFO; + message = sb->buffer + 5; + } + else if (!strncmp(sb->buffer, "DEBUG:", 6)) + { + *loglevel = CUPSD_LOG_DEBUG; + message = sb->buffer + 6; + } + else if (!strncmp(sb->buffer, "DEBUG2:", 7)) + { + *loglevel = CUPSD_LOG_DEBUG2; + message = sb->buffer + 7; + } + else if (!strncmp(sb->buffer, "PAGE:", 5)) + { + *loglevel = CUPSD_LOG_PAGE; + message = sb->buffer + 5; + } + else if (!strncmp(sb->buffer, "STATE:", 6)) + { + *loglevel = CUPSD_LOG_STATE; + message = sb->buffer + 6; + } + else if (!strncmp(sb->buffer, "ATTR:", 5)) + { + *loglevel = CUPSD_LOG_ATTR; + message = sb->buffer + 5; + } + else + { + *loglevel = CUPSD_LOG_DEBUG; + message = sb->buffer; + } + + /* + * Skip leading whitespace in the message... + */ + + while (isspace(*message & 255)) + message ++; + + /* + * Send it to the log file as needed... + */ + + if (*loglevel > CUPSD_LOG_NONE && + (*loglevel != CUPSD_LOG_INFO || LogLevel == CUPSD_LOG_DEBUG2)) + { + /* + * General status message; send it to the error_log file... + */ + + if (message[0] == '[') + cupsdLogMessage(*loglevel, "%s", message); + else + cupsdLogMessage(*loglevel, "%s %s", sb->prefix, message); + } + else if (*loglevel < CUPSD_LOG_NONE && LogLevel == CUPSD_LOG_DEBUG2) + cupsdLogMessage(CUPSD_LOG_DEBUG2, "%s %s", sb->prefix, sb->buffer); + + /* + * Copy the message to the line buffer... + */ + + strlcpy(line, message, linelen); + + /* + * Copy over the buffer data we've used up... + */ + + if (lineptr < sb->buffer + sb->bufused) + _cups_strcpy(sb->buffer, lineptr); + + sb->bufused -= lineptr - sb->buffer; + + if (sb->bufused < 0) + sb->bufused = 0; + + return (line); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/statbuf.h b/scheduler/statbuf.h new file mode 100644 index 0000000000..729ba22411 --- /dev/null +++ b/scheduler/statbuf.h @@ -0,0 +1,59 @@ +/* + * "$Id$" + * + * Status buffer definitions for the Common UNIX Printing System (CUPS) + * scheduler. + * + * Copyright 1997-2005 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + + +/* + * Constants... + */ + +#define CUPSD_SB_BUFFER_SIZE 1024 /* Bytes or job status buffer */ + + +/* + * Types and structures... + */ + +typedef struct /**** Status buffer */ +{ + int fd; /* File descriptor to read from */ + char prefix[64]; /* Prefix for log messages */ + int bufused; /* How much is used in buffer */ + char buffer[CUPSD_SB_BUFFER_SIZE]; /* Buffer */ +} cupsd_statbuf_t; + + +/* + * Prototypes... + */ + +extern cupsd_statbuf_t *cupsdStatBufNew(int fd, const char *prefix, ...); +extern void cupsdStatBufDelete(cupsd_statbuf_t *sb); +extern char *cupsdStatBufUpdate(cupsd_statbuf_t *sb, int *loglevel, + char *line, int linelen); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/subscriptions.c b/scheduler/subscriptions.c new file mode 100644 index 0000000000..c972f92683 --- /dev/null +++ b/scheduler/subscriptions.c @@ -0,0 +1,1631 @@ +/* + * "$Id$" + * + * Subscription routines for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdAddEvent() - Add an event to the global event cache. + * cupsdAddSubscription() - Add a new subscription object. + * cupsdDeleteAllSubscriptions() - Delete all subscriptions. + * cupsdDeleteSubscription() - Delete a subscription object. + * cupsdEventName() - Return a single event name. + * cupsdEventValue() - Return the event mask value for a name. + * cupsdExpireSubscriptions() - Expire old subscription objects. + * cupsdFindSubscription() - Find a subscription by ID. + * cupsdLoadAllSubscriptions() - Load all subscriptions from the .conf file. + * cupsdSaveAllSubscriptions() - Save all subscriptions to the .conf file. + * cupsdStopAllNotifiers() - Stop all notifier processes. + * cupsdUpdateNotifierStatus() - Read messages from notifiers. + * cupsd_compare_subscriptions() - Compare two subscriptions. + * cupsd_delete_event() - Delete a single event... + * cupsd_send_dbus() - Send a DBUS notification... + * cupsd_send_notification() - Send a notification for the specified + * event. + * cupsd_start_notifier() - Start a notifier subprocess... + */ + +/* + * Include necessary headers... + */ + +#include "cupsd.h" +#ifdef HAVE_DBUS +# include +# ifdef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND +# define dbus_message_append_iter_init dbus_message_iter_init_append +# define dbus_message_iter_append_string(i,v) dbus_message_iter_append_basic(i, DBUS_TYPE_STRING, v) +# define dbus_message_iter_append_uint32(i,v) dbus_message_iter_append_basic(i, DBUS_TYPE_UINT32, v) +# endif /* HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */ +#endif /* HAVE_DBUS */ + + +/* + * Local functions... + */ + +static int cupsd_compare_subscriptions(cupsd_subscription_t *first, + cupsd_subscription_t *second, + void *unused); +static void cupsd_delete_event(cupsd_event_t *event); +#ifdef HAVE_DBUS +static void cupsd_send_dbus(cupsd_eventmask_t event, cupsd_printer_t *dest, + cupsd_job_t *job); +#endif /* HAVE_DBUS */ +static void cupsd_send_notification(cupsd_subscription_t *sub, + cupsd_event_t *event); +static void cupsd_start_notifier(cupsd_subscription_t *sub); + + +/* + * 'cupsdAddEvent()' - Add an event to the global event cache. + */ + +void +cupsdAddEvent( + cupsd_eventmask_t event, /* I - Event */ + cupsd_printer_t *dest, /* I - Printer associated with event */ + cupsd_job_t *job, /* I - Job associated with event */ + const char *text, /* I - Notification text */ + ...) /* I - Additional arguments as needed */ +{ + va_list ap; /* Pointer to additional arguments */ + char ftext[1024]; /* Formatted text buffer */ + ipp_attribute_t *attr; /* Printer/job attribute */ + cupsd_event_t *temp; /* New event pointer */ + cupsd_subscription_t *sub; /* Current subscription */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdAddEvent(event=%s, dest=%p(%s), job=%p(%d), text=\"%s\", ...)", + cupsdEventName(event), dest, dest ? dest->name : "", + job, job ? job->id : 0, text); + + /* + * Keep track of events with any OS-supplied notification mechanisms... + */ + + LastEvent |= event; + +#ifdef HAVE_DBUS + cupsd_send_dbus(event, dest, job); +#endif /* HAVE_DBUS */ + + /* + * Return if we aren't keeping events... + */ + + if (MaxEvents <= 0) + { + cupsdLogMessage(CUPSD_LOG_WARN, + "cupsdAddEvent: Discarding %s event since MaxEvents is %d!", + cupsdEventName(event), MaxEvents); + return; + } + + /* + * Then loop through the subscriptions and add the event to the corresponding + * caches... + */ + + for (temp = NULL, sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions); + sub; + sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions)) + { + /* + * Check if this subscription requires this event... + */ + + if ((sub->mask & event) != 0 && + (sub->dest == dest || !sub->dest) && + (sub->job == job || !sub->job)) + { + /* + * Need this event, so create a new event record... + */ + + if ((temp = (cupsd_event_t *)calloc(1, sizeof(cupsd_event_t))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_CRIT, + "Unable to allocate memory for event - %s", + strerror(errno)); + return; + } + + temp->event = event; + temp->time = time(NULL); + temp->attrs = ippNew(); + temp->job = job; + temp->dest = dest; + + /* + * Add common event notification attributes... + */ + + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_CHARSET, + "notify-charset", NULL, "utf-8"); + + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_LANGUAGE, + "notify-natural-langugage", NULL, "en-US"); + + ippAddInteger(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_INTEGER, + "notify-subscription-id", sub->id); + + ippAddInteger(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_INTEGER, + "notify-sequence-number", sub->next_event_id); + + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_KEYWORD, + "notify-subscribed-event", NULL, cupsdEventName(event)); + + if (sub->user_data_len > 0) + ippAddOctetString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + "notify-user-data", sub->user_data, + sub->user_data_len); + + ippAddInteger(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_INTEGER, + "printer-up-time", time(NULL)); + + va_start(ap, text); + vsnprintf(ftext, sizeof(ftext), text, ap); + va_end(ap); + + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_TEXT, + "notify-text", NULL, ftext); + + if (dest) + { + /* + * Add printer attributes... + */ + + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_URI, + "notify-printer-uri", NULL, dest->uri); + + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_NAME, + "printer-name", NULL, dest->name); + + ippAddInteger(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_ENUM, + "printer-state", dest->state); + + if (dest->num_reasons == 0) + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "printer-state-reasons", NULL, + dest->state == IPP_PRINTER_STOPPED ? "paused" : "none"); + else + ippAddStrings(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "printer-state-reasons", + dest->num_reasons, NULL, + (const char * const *)dest->reasons); + + ippAddBoolean(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + "printer-is-accepting-jobs", dest->accepting); + } + + if (job) + { + /* + * Add job attributes... + */ + + ippAddInteger(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_INTEGER, + "notify-job-id", job->id); + ippAddInteger(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_ENUM, + "job-state", job->state_value); + + if ((attr = ippFindAttribute(job->attrs, "job-name", + IPP_TAG_NAME)) != NULL) + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_NAME, + "job-name", NULL, attr->values[0].string.text); + + switch (job->state_value) + { + case IPP_JOB_PENDING : + if (dest && dest->state == IPP_PRINTER_STOPPED) + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "printer-stopped"); + else + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "none"); + break; + + case IPP_JOB_HELD : + if (ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_KEYWORD) != NULL || + ippFindAttribute(job->attrs, "job-hold-until", IPP_TAG_NAME) != NULL) + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "job-hold-until-specified"); + else + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "job-incoming"); + break; + + case IPP_JOB_PROCESSING : + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "job-printing"); + break; + + case IPP_JOB_STOPPED : + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "job-stopped"); + break; + + case IPP_JOB_CANCELED : + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "job-canceled-by-user"); + break; + + case IPP_JOB_ABORTED : + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "aborted-by-system"); + break; + + case IPP_JOB_COMPLETED : + ippAddString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, + IPP_TAG_KEYWORD, "job-state-reasons", NULL, + "job-completed-successfully"); + break; + } + + ippAddInteger(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, IPP_TAG_INTEGER, + "job-impressions-completed", + job->sheets ? job->sheets->values[0].integer : 0); + } + + /* + * Send the notification for this subscription... + */ + + cupsd_send_notification(sub, temp); + } + } + + if (temp) + cupsdSaveAllSubscriptions(); + else + cupsdLogMessage(CUPSD_LOG_DEBUG, "Discarding unused %s event...", + cupsdEventName(event)); +} + + +/* + * 'cupsdAddSubscription()' - Add a new subscription object. + */ + +cupsd_subscription_t * /* O - New subscription object */ +cupsdAddSubscription( + unsigned mask, /* I - Event mask */ + cupsd_printer_t *dest, /* I - Printer, if any */ + cupsd_job_t *job, /* I - Job, if any */ + const char *uri, /* I - notify-recipient-uri, if any */ + int sub_id) /* I - notify-subscription-id or 0 */ +{ + cupsd_subscription_t *temp; /* New subscription object */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG, + "cupsdAddSubscription(mask=%x, dest=%p(%s), job=%p(%d), " + "uri=\"%s\")", + mask, dest, dest ? dest->name : "", job, job ? job->id : 0, + uri); + + if (!Subscriptions) + Subscriptions = cupsArrayNew((cups_array_func_t)cupsd_compare_subscriptions, + NULL); + + if (!Subscriptions) + { + cupsdLogMessage(CUPSD_LOG_CRIT, + "Unable to allocate memory for subscriptions - %s", + strerror(errno)); + return (NULL); + } + + /* + * Limit the number of subscriptions... + */ + + if (cupsArrayCount(Subscriptions) >= MaxSubscriptions) + return (NULL); + + /* + * Allocate memory for this subscription... + */ + + if ((temp = calloc(1, sizeof(cupsd_subscription_t))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_CRIT, + "Unable to allocate memory for subscription object - %s", + strerror(errno)); + return (NULL); + } + + /* + * Fill in common data... + */ + + if (sub_id) + { + temp->id = sub_id; + + if (sub_id >= NextSubscriptionId) + NextSubscriptionId = sub_id + 1; + } + else + { + temp->id = NextSubscriptionId; + + NextSubscriptionId ++; + } + + temp->mask = mask; + temp->dest = dest; + temp->job = job; + temp->pipe = -1; + temp->first_event_id = 1; + temp->next_event_id = 1; + + cupsdSetString(&(temp->recipient), uri); + + /* + * Add the subscription to the array... + */ + + cupsArrayAdd(Subscriptions, temp); + + return (temp); +} + + +/* + * 'cupsdDeleteAllSubscriptions()' - Delete all subscriptions. + */ + +void +cupsdDeleteAllSubscriptions(void) +{ + cupsd_subscription_t *sub; /* Subscription */ + + + if (!Subscriptions) + return; + + for (sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions); + sub; + sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions)) + cupsdDeleteSubscription(sub, 0); + + cupsArrayDelete(Subscriptions); + Subscriptions = NULL; +} + + +/* + * 'cupsdDeleteSubscription()' - Delete a subscription object. + */ + +void +cupsdDeleteSubscription( + cupsd_subscription_t *sub, /* I - Subscription object */ + int update) /* I - 1 = update subscriptions.conf */ +{ + int i; /* Looping var */ + + + /* + * Close the pipe to the notifier as needed... + */ + + if (sub->pipe >= 0) + close(sub->pipe); + + /* + * Remove subscription from array... + */ + + cupsArrayRemove(Subscriptions, sub); + + /* + * Free memory... + */ + + cupsdClearString(&(sub->owner)); + cupsdClearString(&(sub->recipient)); + + if (sub->events) + { + for (i = 0; i < sub->num_events; i ++) + cupsd_delete_event(sub->events[i]); + + free(sub->events); + } + + free(sub); + + /* + * Update the subscriptions as needed... + */ + + if (update) + cupsdSaveAllSubscriptions(); +} + + +/* + * 'cupsdEventName()' - Return a single event name. + */ + +const char * /* O - Event name */ +cupsdEventName( + cupsd_eventmask_t event) /* I - Event value */ +{ + switch (event) + { + default : + return (NULL); + + case CUPSD_EVENT_PRINTER_RESTARTED : + return ("printer-restarted"); + + case CUPSD_EVENT_PRINTER_SHUTDOWN : + return ("printer-shutdown"); + + case CUPSD_EVENT_PRINTER_STOPPED : + return ("printer-stopped"); + + case CUPSD_EVENT_PRINTER_FINISHINGS_CHANGED : + return ("printer-finishings-changed"); + + case CUPSD_EVENT_PRINTER_MEDIA_CHANGED : + return ("printer-media-changed"); + + case CUPSD_EVENT_PRINTER_ADDED : + return ("printer-added"); + + case CUPSD_EVENT_PRINTER_DELETED : + return ("printer-deleted"); + + case CUPSD_EVENT_PRINTER_MODIFIED : + return ("printer-modified"); + + case CUPSD_EVENT_PRINTER_STATE_CHANGED : + return ("printer-state-changed"); + + case CUPSD_EVENT_PRINTER_CONFIG_CHANGED : + return ("printer-config-changed"); + + case CUPSD_EVENT_PRINTER_CHANGED : + return ("printer-changed"); + + case CUPSD_EVENT_JOB_CREATED : + return ("job-created"); + + case CUPSD_EVENT_JOB_COMPLETED : + return ("job-completed"); + + case CUPSD_EVENT_JOB_STOPPED : + return ("job-stopped"); + + case CUPSD_EVENT_JOB_CONFIG_CHANGED : + return ("job-config-changed"); + + case CUPSD_EVENT_JOB_PROGRESS : + return ("job-progress"); + + case CUPSD_EVENT_JOB_STATE : + return ("job-state"); + + case CUPSD_EVENT_JOB_STATE_CHANGED : + return ("job-state-changed"); + + case CUPSD_EVENT_SERVER_RESTARTED : + return ("server-restarted"); + + case CUPSD_EVENT_SERVER_STARTED : + return ("server-started"); + + case CUPSD_EVENT_SERVER_STOPPED : + return ("server-stopped"); + + case CUPSD_EVENT_SERVER_AUDIT : + return ("server-audit"); + + case CUPSD_EVENT_ALL : + return ("all"); + } +} + + +/* + * 'cupsdEventValue()' - Return the event mask value for a name. + */ + +cupsd_eventmask_t /* O - Event mask value */ +cupsdEventValue(const char *name) /* I - Name of event */ +{ + if (!strcmp(name, "all")) + return (CUPSD_EVENT_ALL); + else if (!strcmp(name, "printer-restarted")) + return (CUPSD_EVENT_PRINTER_RESTARTED); + else if (!strcmp(name, "printer-shutdown")) + return (CUPSD_EVENT_PRINTER_SHUTDOWN); + else if (!strcmp(name, "printer-stopped")) + return (CUPSD_EVENT_PRINTER_STOPPED); + else if (!strcmp(name, "printer-finishings-changed")) + return (CUPSD_EVENT_PRINTER_FINISHINGS_CHANGED); + else if (!strcmp(name, "printer-media-changed")) + return (CUPSD_EVENT_PRINTER_MEDIA_CHANGED); + else if (!strcmp(name, "printer-added")) + return (CUPSD_EVENT_PRINTER_ADDED); + else if (!strcmp(name, "printer-deleted")) + return (CUPSD_EVENT_PRINTER_DELETED); + else if (!strcmp(name, "printer-modified")) + return (CUPSD_EVENT_PRINTER_MODIFIED); + else if (!strcmp(name, "printer-state-changed")) + return (CUPSD_EVENT_PRINTER_STATE_CHANGED); + else if (!strcmp(name, "printer-config-changed")) + return (CUPSD_EVENT_PRINTER_CONFIG_CHANGED); + else if (!strcmp(name, "printer-changed")) + return (CUPSD_EVENT_PRINTER_CHANGED); + else if (!strcmp(name, "job-state")) + return (CUPSD_EVENT_JOB_STATE); + else if (!strcmp(name, "job-created")) + return (CUPSD_EVENT_JOB_CREATED); + else if (!strcmp(name, "job-completed")) + return (CUPSD_EVENT_JOB_COMPLETED); + else if (!strcmp(name, "job-stopped")) + return (CUPSD_EVENT_JOB_STOPPED); + else if (!strcmp(name, "job-config-changed")) + return (CUPSD_EVENT_JOB_CONFIG_CHANGED); + else if (!strcmp(name, "job-progress")) + return (CUPSD_EVENT_JOB_PROGRESS); + else if (!strcmp(name, "job-state-changed")) + return (CUPSD_EVENT_JOB_STATE_CHANGED); + else if (!strcmp(name, "server-restarted")) + return (CUPSD_EVENT_SERVER_RESTARTED); + else if (!strcmp(name, "server-started")) + return (CUPSD_EVENT_SERVER_STARTED); + else if (!strcmp(name, "server-stopped")) + return (CUPSD_EVENT_SERVER_STOPPED); + else if (!strcmp(name, "server-audit")) + return (CUPSD_EVENT_SERVER_AUDIT); + else + return (CUPSD_EVENT_NONE); +} + + +/* + * 'cupsdExpireSubscriptions()' - Expire old subscription objects. + */ + +void +cupsdExpireSubscriptions( + cupsd_printer_t *dest, /* I - Printer, if any */ + cupsd_job_t *job) /* I - Job, if any */ +{ + cupsd_subscription_t *sub; /* Current subscription */ + int update; /* Update subscriptions.conf? */ + time_t curtime; /* Current time */ + + + curtime = time(NULL); + update = 0; + + for (sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions); + sub; + sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions)) + if ((!sub->job && !dest && sub->expire && sub->expire <= curtime) || + (dest && sub->dest == dest) || + (job && sub->job == job)) + { + cupsdLogMessage(CUPSD_LOG_INFO, "Subscription %d has expired...", + sub->id); + + cupsdDeleteSubscription(sub, 0); + + update = 1; + } + + if (update) + cupsdSaveAllSubscriptions(); +} + + +/* + * 'cupsdFindSubscription()' - Find a subscription by ID. + */ + +cupsd_subscription_t * /* O - Subscription object */ +cupsdFindSubscription(int id) /* I - Subscription ID */ +{ + cupsd_subscription_t sub; /* Subscription template */ + + + sub.id = id; + + return ((cupsd_subscription_t *)cupsArrayFind(Subscriptions, &sub)); +} + + +/* + * 'cupsdLoadAllSubscriptions()' - Load all subscriptions from the .conf file. + */ + +void +cupsdLoadAllSubscriptions(void) +{ + int i; /* Looping var */ + cups_file_t *fp; /* subscriptions.conf file */ + int linenum; /* Current line number */ + char line[1024], /* Line from file */ + *value, /* Pointer to value */ + *valueptr; /* Pointer into value */ + cupsd_subscription_t *sub; /* Current subscription */ + int hex; /* Non-zero if reading hex data */ + int delete_sub; /* Delete subscription? */ + + + /* + * Open the subscriptions.conf file... + */ + + snprintf(line, sizeof(line), "%s/subscriptions.conf", ServerRoot); + if ((fp = cupsFileOpen(line, "r")) == NULL) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, + "LoadAllSubscriptions: Unable to open %s - %s", line, + strerror(errno)); + return; + } + + /* + * Read all of the lines from the file... + */ + + linenum = 0; + sub = NULL; + delete_sub = 0; + + while (cupsFileGetConf(fp, line, sizeof(line), &value, &linenum)) + { + if (!strcasecmp(line, "NextSubscriptionId") && value) + { + /* + * NextSubscriptionId NNN + */ + + i = atoi(value); + if (i >= NextSubscriptionId && i > 0) + NextSubscriptionId = i; + } + else if (!strcasecmp(line, " + */ + + if (!sub && value && isdigit(value[0] & 255)) + { + sub = cupsdAddSubscription(CUPSD_EVENT_NONE, NULL, NULL, NULL, + atoi(value)); + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "")) + { + if (!sub) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + + if (delete_sub) + cupsdDeleteSubscription(sub, 0); + + sub = NULL; + delete_sub = 0; + } + else if (!sub) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + else if (!strcasecmp(line, "Events")) + { + /* + * Events name + * Events name name name ... + */ + + if (!value) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + + while (*value) + { + /* + * Separate event names... + */ + + for (valueptr = value; !isspace(*valueptr) && *valueptr; valueptr ++); + + while (isspace(*valueptr & 255)) + *valueptr++ = '\0'; + + /* + * See if the name exists... + */ + + if ((sub->mask |= cupsdEventValue(value)) == CUPSD_EVENT_NONE) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown event name \'%s\' on line %d of subscriptions.conf.", + value, linenum); + return; + } + + value = valueptr; + } + } + else if (!strcasecmp(line, "Owner")) + { + /* + * Owner + */ + + if (value) + cupsdSetString(&sub->owner, value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "Recipient")) + { + /* + * Recipient uri + */ + + if (value) + cupsdSetString(&sub->recipient, value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "JobId")) + { + /* + * JobId # + */ + + if (value && isdigit(*value & 255)) + { + if ((sub->job = cupsdFindJob(atoi(value))) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Job %s not found on line %d of subscriptions.conf.", + value, linenum); + delete_sub = 1; + } + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "PrinterName")) + { + /* + * PrinterName name + */ + + if (value) + { + if ((sub->dest = cupsdFindDest(value)) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Printer \'%s\' not found on line %d of subscriptions.conf.", + value, linenum); + delete_sub = 1; + } + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "UserData")) + { + /* + * UserData encoded-string + */ + + if (value) + { + for (i = 0, valueptr = value, hex = 0; i < 63 && *valueptr; i ++) + { + if (*valueptr == '<' && !hex) + { + hex = 1; + valueptr ++; + } + + if (hex) + { + if (isxdigit(valueptr[0]) && isxdigit(valueptr[1])) + { + if (isdigit(valueptr[0])) + sub->user_data[i] = (valueptr[0] - '0') << 4; + else + sub->user_data[i] = (tolower(valueptr[0]) - 'a' + 10) << 4; + + if (isdigit(valueptr[1])) + sub->user_data[i] |= valueptr[1] - '0'; + else + sub->user_data[i] |= tolower(valueptr[1]) - 'a' + 10; + + valueptr += 2; + + if (*valueptr == '>') + { + hex = 0; + valueptr ++; + } + } + else + break; + } + else + sub->user_data[i] = *valueptr++; + } + + if (*valueptr) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Bad UserData \'%s\' on line %d of subscriptions.conf.", + value, linenum); + } + else + sub->user_data_len = i; + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "LeaseDuration")) + { + /* + * LeaseDuration # + */ + + if (value && isdigit(*value & 255)) + { + sub->lease = atoi(value); + sub->expire = sub->lease ? time(NULL) + sub->lease : 0; + } + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "Interval")) + { + /* + * Interval # + */ + + if (value && isdigit(*value & 255)) + sub->interval = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "ExpirationTime")) + { + /* + * ExpirationTime # + */ + + if (value && isdigit(*value & 255)) + sub->expire = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else if (!strcasecmp(line, "NextEventId")) + { + /* + * NextEventId # + */ + + if (value && isdigit(*value & 255)) + sub->next_event_id = sub->first_event_id = atoi(value); + else + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Syntax error on line %d of subscriptions.conf.", + linenum); + return; + } + } + else + { + /* + * Something else we don't understand... + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unknown configuration directive %s on line %d of subscriptions.conf.", + line, linenum); + } + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdSaveAllSubscriptions()' - Save all subscriptions to the .conf file. + */ + +void +cupsdSaveAllSubscriptions(void) +{ + int i; /* Looping var */ + cups_file_t *fp; /* subscriptions.conf file */ + char temp[1024]; /* Temporary string */ + char backup[1024]; /* subscriptions.conf.O file */ + cupsd_subscription_t *sub; /* Current subscription */ + time_t curtime; /* Current time */ + struct tm *curdate; /* Current date */ + unsigned mask; /* Current event mask */ + const char *name; /* Current event name */ + int hex; /* Non-zero if we are writing hex data */ + + + /* + * Create the subscriptions.conf file... + */ + + snprintf(temp, sizeof(temp), "%s/subscriptions.conf", ServerRoot); + snprintf(backup, sizeof(backup), "%s/subscriptions.conf.O", ServerRoot); + + if (rename(temp, backup)) + { + if (errno != ENOENT) + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to backup subscriptions.conf - %s", + strerror(errno)); + } + + if ((fp = cupsFileOpen(temp, "w")) == NULL) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to save subscriptions.conf - %s", + strerror(errno)); + + if (rename(backup, temp)) + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to restore subscriptions.conf - %s", + strerror(errno)); + return; + } + else + cupsdLogMessage(CUPSD_LOG_INFO, "Saving subscriptions.conf..."); + + /* + * Restrict access to the file... + */ + + fchown(cupsFileNumber(fp), getuid(), Group); + fchmod(cupsFileNumber(fp), ConfigFilePerm); + + /* + * Write a small header to the file... + */ + + curtime = time(NULL); + curdate = localtime(&curtime); + strftime(temp, sizeof(temp) - 1, "%Y-%m-%d %H:%M", curdate); + + cupsFilePuts(fp, "# Subscription configuration file for " CUPS_SVERSION "\n"); + cupsFilePrintf(fp, "# Written by cupsd on %s\n", temp); + + cupsFilePrintf(fp, "NextSubscriptionId %d\n", NextSubscriptionId); + + /* + * Write every subscription known to the system... + */ + + for (sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions); + sub; + sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions)) + { + cupsFilePrintf(fp, "\n", sub->id); + + if ((name = cupsdEventName((cupsd_eventmask_t)sub->mask)) != NULL) + { + /* + * Simple event list... + */ + + cupsFilePrintf(fp, "Events %s\n", name); + } + else + { + /* + * Complex event list... + */ + + cupsFilePuts(fp, "Events"); + + for (mask = 1; mask < CUPSD_EVENT_ALL; mask <<= 1) + if (sub->mask & mask) + cupsFilePrintf(fp, " %s", cupsdEventName((cupsd_eventmask_t)mask)); + + cupsFilePuts(fp, "\n"); + } + + if (sub->owner) + cupsFilePrintf(fp, "Owner %s\n", sub->owner); + if (sub->recipient) + cupsFilePrintf(fp, "Recipient %s\n", sub->recipient); + if (sub->job) + cupsFilePrintf(fp, "JobId %d\n", sub->job->id); + if (sub->dest) + cupsFilePrintf(fp, "PrinterName %s\n", sub->dest->name); + + if (sub->user_data_len > 0) + { + cupsFilePuts(fp, "UserData "); + + for (i = 0, hex = 0; i < sub->user_data_len; i ++) + { + if (sub->user_data[i] < ' ' || + sub->user_data[i] > 0x7f || + sub->user_data[i] == '<') + { + if (!hex) + { + cupsFilePrintf(fp, "<%02X", sub->user_data[i]); + hex = 1; + } + else + cupsFilePrintf(fp, "%02X", sub->user_data[i]); + } + else + { + if (hex) + { + cupsFilePrintf(fp, ">%c", sub->user_data[i]); + hex = 0; + } + else + cupsFilePutChar(fp, sub->user_data[i]); + } + } + + if (hex) + cupsFilePuts(fp, ">\n"); + else + cupsFilePutChar(fp, '\n'); + } + + cupsFilePrintf(fp, "LeaseDuration %d\n", sub->lease); + cupsFilePrintf(fp, "Interval %d\n", sub->interval); + cupsFilePrintf(fp, "ExpirationTime %ld\n", (long)sub->expire); + cupsFilePrintf(fp, "NextEventId %d\n", sub->next_event_id); + + cupsFilePuts(fp, "\n"); + } + + cupsFileClose(fp); +} + + +/* + * 'cupsdStopAllNotifiers()' - Stop all notifier processes. + */ + +void +cupsdStopAllNotifiers(void) +{ + cupsd_subscription_t *sub; /* Current subscription */ + + + /* + * See if we have started any notifiers... + */ + + if (!NotifierStatusBuffer) + return; + + /* + * Yes, kill any processes that are left... + */ + + for (sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions); + sub; + sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions)) + if (sub->pid) + { + cupsdEndProcess(sub->pid, 0); + + close(sub->pipe); + sub->pipe = -1; + } + + /* + * Close the status pipes... + */ + + if (NotifierPipes[0] >= 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopAllNotifiers: Removing fd %d from InputSet...", + NotifierPipes[0]); + FD_CLR(NotifierPipes[0], InputSet); + + cupsdStatBufDelete(NotifierStatusBuffer); + + close(NotifierPipes[0]); + close(NotifierPipes[1]); + + NotifierPipes[0] = -1; + NotifierPipes[1] = -1; + NotifierStatusBuffer = NULL; + } +} + + +/* + * 'cupsdUpdateNotifierStatus()' - Read messages from notifiers. + */ + +void +cupsdUpdateNotifierStatus(void) +{ + char message[1024]; /* Pointer to message text */ + int loglevel; /* Log level for message */ + + + while (cupsdStatBufUpdate(NotifierStatusBuffer, &loglevel, + message, sizeof(message))) + if (!strchr(NotifierStatusBuffer->buffer, '\n')) + break; +} + + +/* + * 'cupsd_compare_subscriptions()' - Compare two subscriptions. + */ + +static int /* O - Result of comparison */ +cupsd_compare_subscriptions( + cupsd_subscription_t *first, /* I - First subscription object */ + cupsd_subscription_t *second, /* I - Second subscription object */ + void *unused) /* I - Unused user data pointer */ +{ + (void)unused; + + return (first->id - second->id); +} + + +/* + * 'cupsd_delete_event()' - Delete a single event... + * + * Oldest events must be deleted first, otherwise the subscription cache + * flushing code will not work properly. + */ + +static void +cupsd_delete_event(cupsd_event_t *event)/* I - Event to delete */ +{ + /* + * Free memory... + */ + + ippDelete(event->attrs); + free(event); +} + + +#ifdef HAVE_DBUS +/* + * 'cupsd_send_dbus()' - Send a DBUS notification... + */ + +static void +cupsd_send_dbus(cupsd_eventmask_t event,/* I - Event to send */ + cupsd_printer_t *dest,/* I - Destination, if any */ + cupsd_job_t *job) /* I - Job, if any */ +{ + DBusError error; /* Error, if any */ + DBusMessage *message; /* Message to send */ + DBusMessageIter iter; /* Iterator for message data */ + const char *what; /* What to send */ + static DBusConnection *con = NULL; /* Connection to DBUS server */ + + + /* + * Figure out what to send, if anything... + */ + + if (event & CUPSD_EVENT_PRINTER_ADDED) + what = "PrinterAdded"; + else if (event & CUPSD_EVENT_PRINTER_DELETED) + what = "PrinterRemoved"; + else if (event & CUPSD_EVENT_PRINTER_CHANGED) + what = "QueueChanged"; + else if (event & CUPSD_EVENT_JOB_CREATED) + what = "JobQueuedLocal"; + else if ((event & CUPSD_EVENT_JOB_STATE) && job && + job->state_value == IPP_JOB_PROCESSING) + what = "JobStartedLocal"; + else + return; + + /* + * Verify connection to DBUS server... + */ + + if (con && !dbus_connection_get_is_connected(con)) + { + dbus_connection_unref(con); + con = NULL; + } + + if (!con) + { + dbus_error_init(&error); + + con = dbus_bus_get(getuid() ? DBUS_BUS_SESSION : DBUS_BUS_SYSTEM, &error); + if (!con) + { + dbus_error_free(&error); + return; + } + } + + /* + * Create and send the new message... + */ + + message = dbus_message_new_signal("/com/redhat/PrinterSpooler", + "com.redhat.PrinterSpooler", what); + + dbus_message_append_iter_init(message, &iter); + if (dest) + dbus_message_iter_append_string(&iter, &(dest->name)); + if (job) + { + dbus_message_iter_append_uint32(&iter, &(job->id)); + dbus_message_iter_append_string(&iter, &(job->username)); + } + + dbus_connection_send(con, message, NULL); + dbus_connection_flush(con); + dbus_message_unref(message); +} +#endif /* HAVE_DBUS */ + + +/* + * 'cupsd_send_notification()' - Send a notification for the specified event. + */ + +static void +cupsd_send_notification( + cupsd_subscription_t *sub, /* I - Subscription object */ + cupsd_event_t *event) /* I - Event to send */ +{ + ipp_state_t state; /* IPP event state */ + + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsd_send_notification(sub=%p(%d), event=%p(%s))\n", + sub, sub->id, event, cupsdEventName(event->event)); + + /* + * Allocate the events array as needed... + */ + + if (!sub->events) + { + sub->events = calloc(MaxEvents, sizeof(cupsd_event_t *)); + + if (!sub->events) + { + cupsdLogMessage(CUPSD_LOG_CRIT, + "Unable to allocate memory for subscription #%d!", + sub->id); + return; + } + } + + /* + * Purge an old event as needed... + */ + + if (sub->num_events >= MaxEvents) + { + /* + * Purge the oldest event in the cache... + */ + + cupsd_delete_event(sub->events[0]); + + sub->num_events --; + sub->first_event_id ++; + + memmove(sub->events, sub->events + 1, + sub->num_events * sizeof(cupsd_event_t *)); + } + + /* + * Add the event to the subscription. Since the events array is + * always MaxEvents in length, and since we will have already + * removed an event from the subscription cache if we hit the + * event cache limit, we don't need to check for overflow here... + */ + + sub->events[sub->num_events] = event; + sub->num_events ++; + + /* + * Deliver the event... + */ + + if (sub->recipient) + { + for (;;) + { + if (sub->pipe < 0) + cupsd_start_notifier(sub); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, "sub->pipe=%d", sub->pipe); + + if (sub->pipe < 0) + break; + + event->attrs->state = IPP_IDLE; + + while ((state = ippWriteFile(sub->pipe, event->attrs)) != IPP_DATA) + if (state == IPP_ERROR) + break; + + if (state == IPP_ERROR) + { + if (errno == EPIPE) + { + /* + * Notifier died, try restarting it... + */ + + cupsdLogMessage(CUPSD_LOG_WARN, + "Notifier for subscription %d (%s) went away, " + "retrying!", + sub->id, sub->recipient); + cupsdEndProcess(sub->pid, 0); + + close(sub->pipe); + sub->pipe = -1; + continue; + } + + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to send event for subscription %d (%s)!", + sub->id, sub->recipient); + } + + /* + * If we get this far, break out of the loop... + */ + + break; + } + } + + /* + * Bump the event sequence number... + */ + + sub->next_event_id ++; +} + + +/* + * 'cupsd_start_notifier()' - Start a notifier subprocess... + */ + +static void +cupsd_start_notifier( + cupsd_subscription_t *sub) /* I - Subscription object */ +{ + int pid; /* Notifier process ID */ + int fds[2]; /* Pipe file descriptors */ + char *argv[4], /* Command-line arguments */ + *envp[MAX_ENV], /* Environment variables */ + user_data[128], /* Base-64 encoded user data */ + scheme[256], /* notify-recipient-uri scheme */ + *ptr, /* Pointer into scheme */ + command[1024]; /* Notifier command */ + + + /* + * Extract the scheme name from the recipient URI and point to the + * notifier program... + */ + + strlcpy(scheme, sub->recipient, sizeof(scheme)); + if ((ptr = strchr(scheme, ':')) != NULL) + *ptr = '\0'; + + snprintf(command, sizeof(command), "%s/notifier/%s", ServerBin, scheme); + + /* + * Base-64 encode the user data... + */ + + httpEncode64_2(user_data, sizeof(user_data), (char *)sub->user_data, + sub->user_data_len); + + /* + * Setup the argument array... + */ + + argv[0] = command; + argv[1] = sub->recipient; + argv[2] = user_data; + argv[3] = NULL; + + /* + * Setup the environment... + */ + + cupsdLoadEnv(envp, (int)(sizeof(envp) / sizeof(envp[0]))); + + /* + * Create pipes as needed... + */ + + if (!NotifierStatusBuffer) + { + /* + * Create the status pipe... + */ + + if (cupsdOpenPipe(NotifierPipes)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create pipes for notifier status - %s", + strerror(errno)); + return; + } + + NotifierStatusBuffer = cupsdStatBufNew(NotifierPipes[0], "[Notifier]"); + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "start_notifier: Adding fd %d to InputSet...", + NotifierPipes[0]); + + FD_SET(NotifierPipes[0], InputSet); + } + + if (cupsdOpenPipe(fds)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, + "Unable to create pipes for notifier %s - %s", + scheme, strerror(errno)); + return; + } + + /* + * Make sure the delivery pipe is non-blocking... + */ + + fcntl(fds[1], F_SETFL, fcntl(fds[1], F_GETFL) | O_NONBLOCK); + + /* + * Create the notifier process... + */ + + if (cupsdStartProcess(command, argv, envp, fds[0], -1, NotifierPipes[1], + -1, 0, &pid) < 0) + { + /* + * Error - can't fork! + */ + + cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to fork for notifier %s - %s", + scheme, strerror(errno)); + + cupsdClosePipe(fds); + } + else + { + /* + * Fork successful - return the PID... + */ + + cupsdLogMessage(CUPSD_LOG_DEBUG, "Notifier %s started - PID = %d", + scheme, pid); + + sub->pid = pid; + sub->pipe = fds[1]; + sub->status = 0; + + close(fds[0]); + } +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/subscriptions.h b/scheduler/subscriptions.h new file mode 100644 index 0000000000..f9243f16e1 --- /dev/null +++ b/scheduler/subscriptions.h @@ -0,0 +1,172 @@ +/* + * "$Id$" + * + * Subscription definitions for the Common UNIX Printing System (CUPS) scheduler. + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Event mask enumeration... + */ + +typedef enum +{ + /* Individual printer events... */ + CUPSD_EVENT_PRINTER_RESTARTED = 0x0001, + /* Sent after printer restarted */ + CUPSD_EVENT_PRINTER_SHUTDOWN = 0x0002,/* Sent after printer shutdown */ + CUPSD_EVENT_PRINTER_STOPPED = 0x0004, /* Sent after printer stopped */ + CUPSD_EVENT_PRINTER_FINISHINGS_CHANGED = 0x0008, + /* Sent after finishings-supported changed */ + CUPSD_EVENT_PRINTER_MEDIA_CHANGED = 0x0010, + /* Sent after media-supported changed */ + CUPSD_EVENT_PRINTER_ADDED = 0x0020, /* Sent after printer added */ + CUPSD_EVENT_PRINTER_DELETED = 0x0040, /* Sent after printer deleted */ + CUPSD_EVENT_PRINTER_MODIFIED = 0x0080,/* Sent after printer modified */ + + /* Convenience printer event groupings... */ + CUPSD_EVENT_PRINTER_STATE_CHANGED = 0x0007, + /* RESTARTED + SHUTDOWN + STOPPED */ + CUPSD_EVENT_PRINTER_CONFIG_CHANGED = 0x0018, + /* FINISHINGS_CHANGED + MEDIA_CHANGED */ + CUPSD_EVENT_PRINTER_CHANGED = 0x00ff, /* All of the above */ + + /* Individual job events... */ + CUPSD_EVENT_JOB_STATE = 0x0100, /* Any state change */ + CUPSD_EVENT_JOB_CREATED = 0x0200, /* Send after job is created */ + CUPSD_EVENT_JOB_COMPLETED = 0x0400, /* Sent after job is completed */ + CUPSD_EVENT_JOB_STOPPED = 0x0800, /* Sent after job is stopped */ + CUPSD_EVENT_JOB_CONFIG_CHANGED = 0x1000, + /* Sent after set-job-attributes */ + CUPSD_EVENT_JOB_PROGRESS = 0x2000, /* Sent for each page */ + + /* Convenience job event grouping... */ + CUPSD_EVENT_JOB_STATE_CHANGED = 0x0f00, + /* Any state change + CREATED + COMPLETED + STOPPED */ + + /* Server events... */ + CUPSD_EVENT_SERVER_RESTARTED = 0x4000,/* Sent after server restarts */ + CUPSD_EVENT_SERVER_STARTED = 0x8000, /* Sent when server first starts */ + CUPSD_EVENT_SERVER_STOPPED = 0x10000, /* Sent when server is stopped */ + CUPSD_EVENT_SERVER_AUDIT = 0x20000, /* Security-related stuff */ + + /* Everything and nothing... */ + CUPSD_EVENT_NONE = 0, /* Nothing */ + CUPSD_EVENT_ALL = 0x1ffff /* Everything */ +} cupsd_eventmask_t; + + +/* + * Notiification support structures... + */ + +typedef struct cupsd_event_s /**** Event structure ****/ +{ + cupsd_eventmask_t event; /* Event */ + time_t time; /* Time of event */ + ipp_t *attrs; /* Notification message */ + cupsd_printer_t *dest; /* Associated printer, if any */ + cupsd_job_t *job; /* Associated job, if any */ +} cupsd_event_t; + +typedef struct cupsd_subscription_s /**** Subscription structure ****/ +{ + int id; /* subscription-id */ + unsigned mask; /* Event mask */ + char *owner; /* notify-subscriber-user-name */ + char *recipient; /* notify-recipient-uri, if applicable */ + unsigned char user_data[64]; /* notify-user-data */ + int user_data_len; /* Length of notify-user-data */ + int lease; /* notify-lease-duration */ + int interval; /* notify-time-interval */ + cupsd_printer_t *dest; /* notify-printer-uri, if any */ + cupsd_job_t *job; /* notify-job-id, if any */ + int pid; /* Process ID of notifier */ + int pipe; /* Pipe to notifier */ + int status; /* Exit status of notifier */ + time_t last; /* Time of last notification */ + time_t expire; /* Lease expiration time */ + int first_event_id, /* First event-id in cache */ + next_event_id, /* Next event-id to use */ + num_events; /* Number of cached events */ + cupsd_event_t **events; /* Cached events */ +} cupsd_subscription_t; + + +/* + * Globals... + */ + +VAR int MaxSubscriptions VALUE(100), + /* Overall subscription limit */ + MaxSubscriptionsPerJob VALUE(0), + /* Per-job subscription limit */ + MaxSubscriptionsPerPrinter VALUE(0), + /* Per-printer subscription limit */ + MaxSubscriptionsPerUser VALUE(0), + /* Per-user subscription limit */ + NextSubscriptionId VALUE(1), + /* Next subscription ID */ + DefaultLeaseDuration VALUE(86400), + /* Default notify-lease-duration */ + MaxLeaseDuration VALUE(0); + /* Maximum notify-lease-duration */ +VAR cups_array_t *Subscriptions VALUE(NULL); + /* Active subscriptions */ + +VAR int MaxEvents VALUE(100); /* Maximum number of events */ + +VAR unsigned LastEvent VALUE(0); /* Last event(s) processed */ +VAR int NotifierPipes[2] VALUE2(-1, -1); + /* Pipes for notifier error/debug output */ +VAR cupsd_statbuf_t *NotifierStatusBuffer VALUE(NULL); + /* Status buffer for pipes */ + + +/* + * Prototypes... + */ + +extern void cupsdAddEvent(cupsd_eventmask_t event, cupsd_printer_t *dest, + cupsd_job_t *job, const char *text, ...); +extern cupsd_subscription_t * + cupsdAddSubscription(unsigned mask, cupsd_printer_t *dest, + cupsd_job_t *job, const char *uri, + int sub_id); +extern void cupsdDeleteAllSubscriptions(void); +extern void cupsdDeleteSubscription(cupsd_subscription_t *sub, int update); +extern const char * + cupsdEventName(cupsd_eventmask_t event); +extern cupsd_eventmask_t + cupsdEventValue(const char *name); + +extern cupsd_subscription_t * + cupsdFindSubscription(int id); +extern void cupsdExpireSubscriptions(cupsd_printer_t *dest, + cupsd_job_t *job); +extern void cupsdLoadAllSubscriptions(void); +extern void cupsdSaveAllSubscriptions(void); +extern void cupsdStopAllNotifiers(void); +extern void cupsdUpdateNotifierStatus(void); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/sysman.c b/scheduler/sysman.c new file mode 100644 index 0000000000..8f86b36d04 --- /dev/null +++ b/scheduler/sysman.c @@ -0,0 +1,761 @@ +/* + * "$Id$" + * + * System management definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdStartSystemMonitor() - Start monitoring for system change. + * cupsdStopSystemMonitor() - Stop monitoring for system change. + * cupsdUpdateSystemMonitor() - Update the current system state. + * sysEventThreadEntry() - A thread to receive power and computer + * name change notifications. + * sysEventPowerNotifier() - Handle power notification events. + * sysEventConfigurationNotifier() - Computer name changed notification + * callback. + * sysEventTimerNotifier() - Handle delayed event notifications. + */ + + +/* + * Include necessary headers... + */ + +#include "cupsd.h" + + +/* + * Power management is a new addition to CUPS. Right now it is only + * implemented on MacOS X, but essentially we use these three functions + * to let the OS know when it is OK to put the system to sleep, typically + * when we are not in the middle of printing a job. + * + * Once put to sleep, we invalidate all remote printers since it is + * common to wake up in a new location. + */ + +#ifdef __APPLE__ +/* + * This is the Apple-specific system event code. It works by creating + * a worker thread that waits for events from the OS and relays them + * to the main thread via a traditional pipe. + */ + +/* + * Include MacOS-specific headers... + */ + +# include +# include +# include +# include +# include + + +/* + * Constants... + */ + +# define SYSEVENT_CANSLEEP 0x1 /* Decide whether to allow sleep or not */ +# define SYSEVENT_WILLSLEEP 0x2 /* Computer will go to sleep */ +# define SYSEVENT_WOKE 0x4 /* Computer woke from sleep */ +# define SYSEVENT_NETCHANGED 0x8 /* Network changed */ +# define SYSEVENT_NAMECHANGED 0x10 /* Computer name changed */ + + +/* + * Structures... + */ + +typedef struct cupsd_sysevent_s /*** System event data ****/ +{ + unsigned char event; /* Event bit field */ + io_connect_t powerKernelPort; /* Power context data */ + long powerNotificationID; /* Power event data */ +} cupsd_sysevent_t; + + +typedef struct cupsd_thread_data_s /*** Thread context data ****/ +{ + cupsd_sysevent_t sysevent; /* System event */ + CFRunLoopTimerRef timerRef; /* Timer to delay some change * + * notifications */ +} cupsd_thread_data_t; + + +/* + * Local globals... + */ + +static pthread_t SysEventThread = NULL; + /* Thread to host a runloop */ +static pthread_mutex_t SysEventThreadMutex = { 0 }; + /* Coordinates access to shared gloabals */ +static pthread_cond_t SysEventThreadCond = { 0 }; + /* Thread initialization complete condition */ +static CFRunLoopRef SysEventRunloop = NULL; + /* The runloop. Access must be protected! */ +static CFStringRef ComputerNameKey = NULL, + /* Computer name key */ + NetworkGlobalKeyIPv4 = NULL, + /* Network global IPv4 key */ + NetworkGlobalKeyIPv6 = NULL, + /* Network global IPv6 key */ + NetworkGlobalKeyDNS = NULL, + /* Network global DNS key */ + HostNamesKey = NULL, + /* Host name key */ + NetworkInterfaceKeyIPv4 = NULL, + /* Netowrk interface key */ + NetworkInterfaceKeyIPv6 = NULL; + /* Netowrk interface key */ + + +/* + * Local functions... + */ + +static void *sysEventThreadEntry(void); +static void sysEventPowerNotifier(void *context, io_service_t service, + natural_t messageType, + void *messageArgument); +static void sysEventConfigurationNotifier(SCDynamicStoreRef store, + CFArrayRef changedKeys, + void *context); +static void sysEventTimerNotifier(CFRunLoopTimerRef timer, void *context); + + +/* + * 'cupsdStartSystemMonitor()' - Start monitoring for system change. + */ + +void +cupsdStartSystemMonitor(void) +{ + int flags; /* fcntl flags on pipe */ + + + if (cupsdOpenPipe(SysEventPipes)) + { + cupsdLogMessage(CUPSD_LOG_ERROR, "System event monitor pipe() failed - %s!", + strerror(errno)); + return; + } + + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStartSystemMonitor: Adding fd %d to InputSet...", + SysEventPipes[0]); + FD_SET(SysEventPipes[0], InputSet); + + /* + * Set non-blocking mode on the descriptor we will be receiving notification + * events on. + */ + + flags = fcntl(SysEventPipes[0], F_GETFL, 0); + fcntl(SysEventPipes[0], F_SETFL, flags | O_NONBLOCK); + + /* + * Start the thread that runs the runloop... + */ + + pthread_mutex_init(&SysEventThreadMutex, NULL); + pthread_cond_init(&SysEventThreadCond, NULL); + pthread_create(&SysEventThread, NULL, (void *(*)())sysEventThreadEntry, NULL); +} + + +/* + * 'cupsdStopSystemMonitor()' - Stop monitoring for system change. + */ + +void +cupsdStopSystemMonitor(void) +{ + CFRunLoopRef rl; /* The event handler runloop */ + + + if (SysEventThread) + { + /* + * Make sure the thread has completed it's initialization and + * stored it's runloop reference in the shared global. + */ + + pthread_mutex_lock(&SysEventThreadMutex); + + if (!SysEventRunloop) + pthread_cond_wait(&SysEventThreadCond, &SysEventThreadMutex); + + rl = SysEventRunloop; + SysEventRunloop = NULL; + + pthread_mutex_unlock(&SysEventThreadMutex); + + if (rl) + CFRunLoopStop(rl); + + pthread_join(SysEventThread, NULL); + pthread_mutex_destroy(&SysEventThreadMutex); + pthread_cond_destroy(&SysEventThreadCond); + } + + if (SysEventPipes[0] >= 0) + { + cupsdLogMessage(CUPSD_LOG_DEBUG2, + "cupsdStopSystemMonitor: Removing fd %d from InputSet...", + SysEventPipes[0]); + + FD_CLR(SysEventPipes[0], InputSet); + + cupsdClosePipe(SysEventPipes); + } +} + + +/* + * 'cupsdUpdateSystemMonitor()' - Update the current system state. + */ + +void +cupsdUpdateSystemMonitor(void) +{ + int i; /* Looping var */ + cupsd_sysevent_t sysevent; /* The system event */ + cupsd_printer_t *p; /* Printer information */ + + + /* + * Drain the event pipe... + */ + + while (read((int)SysEventPipes[0], &sysevent, sizeof(sysevent)) + == sizeof(sysevent)) + { + if (sysevent.event & SYSEVENT_CANSLEEP) + { + /* + * If there are active printers that don't have the connecting-to-device + * printer-state-reason then cancel the sleep request (i.e. this reason + * indicates a job that is not yet connected to the printer)... + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + if (p->job) + { + for (i = 0; i < p->num_reasons; i ++) + if (!strcmp(p->reasons[i], "connecting-to-device")) + break; + + if (!p->num_reasons || i >= p->num_reasons) + break; + } + } + + if (p) + { + cupsdLogMessage(CUPSD_LOG_INFO, + "System sleep canceled because printer %s is active", + p->name); + IOCancelPowerChange(sysevent.powerKernelPort, + sysevent.powerNotificationID); + } + else + { + cupsdLogMessage(CUPSD_LOG_DEBUG, "System wants to sleep"); + IOAllowPowerChange(sysevent.powerKernelPort, + sysevent.powerNotificationID); + } + } + + if (sysevent.event & SYSEVENT_WILLSLEEP) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, "System going to sleep"); + + Sleeping = 1; + + cupsdStopAllJobs(0); + cupsdSaveAllJobs(); + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + { + if (p->type & CUPS_PRINTER_REMOTE) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Deleting remote destination \"%s\"", p->name); + cupsArraySave(Printers); + cupsdDeletePrinter(p, 0); + cupsArrayRestore(Printers); + } + else + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Deregistering local printer \"%s\"", p->name); + cupsdSendBrowseDelete(p); + } + } + + IOAllowPowerChange(sysevent.powerKernelPort, + sysevent.powerNotificationID); + } + + if (sysevent.event & SYSEVENT_WOKE) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, "System woke from sleep"); + IOAllowPowerChange(sysevent.powerKernelPort, + sysevent.powerNotificationID); + Sleeping = 0; + cupsdCheckJobs(); + } + + if (sysevent.event & SYSEVENT_NETCHANGED) + { + if (!Sleeping) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, + "System network configuration changed"); + + /* + * Resetting browse_time before calling cupsdSendBrowseList causes + * browse packets to be sent for local shared printers. + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + p->browse_time = 0; + + cupsdSendBrowseList(); + cupsdRestartPolling(); + } + else + cupsdLogMessage(CUPSD_LOG_DEBUG, + "System network configuration changed; " + "ignored while sleeping"); + } + + if (sysevent.event & SYSEVENT_NAMECHANGED) + { + if (!Sleeping) + { + cupsdLogMessage(CUPSD_LOG_DEBUG, "Computer name changed"); + + /* + * De-register the individual printers... + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + cupsdSendBrowseDelete(p); + + /* + * Now re-register them... + * + * TODO: This might need updating for MDNS. + */ + + for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); + p; + p = (cupsd_printer_t *)cupsArrayNext(Printers)) + p->browse_time = 0; + } + else + cupsdLogMessage(CUPSD_LOG_DEBUG, + "Computer name changed; ignored while sleeping"); + } + } +} + + +/* + * 'sysEventThreadEntry()' - A thread to receive power and computer name + * change notifications. + */ + +static void * /* O - Return status/value */ +sysEventThreadEntry(void) +{ + io_object_t powerNotifierObj; + /* Power notifier object */ + IONotificationPortRef powerNotifierPort; + /* Power notifier port */ + SCDynamicStoreRef store = NULL;/* System Config dynamic store */ + CFRunLoopSourceRef powerRLS = NULL,/* Power runloop source */ + storeRLS = NULL;/* System Config runloop source */ + CFStringRef key[5], /* System Config keys */ + pattern[2]; /* System Config patterns */ + CFArrayRef keys = NULL, /* System Config key array*/ + patterns = NULL;/* System Config pattern array */ + SCDynamicStoreContext storeContext; /* Dynamic store context */ + CFRunLoopTimerContext timerContext; /* Timer context */ + cupsd_thread_data_t threadData; /* Thread context data for the * + * runloop notifiers */ + + + /* + * Register for power state change notifications + */ + + bzero(&threadData, sizeof(threadData)); + + threadData.sysevent.powerKernelPort = + IORegisterForSystemPower(&threadData, &powerNotifierPort, + sysEventPowerNotifier, &powerNotifierObj); + + if (threadData.sysevent.powerKernelPort) + { + powerRLS = IONotificationPortGetRunLoopSource(powerNotifierPort); + CFRunLoopAddSource(CFRunLoopGetCurrent(), powerRLS, kCFRunLoopDefaultMode); + } + else + DEBUG_puts("sysEventThreadEntry: error registering for system power " + "notifications"); + + /* + * Register for system configuration change notifications + */ + + bzero(&storeContext, sizeof(storeContext)); + storeContext.info = &threadData; + + store = SCDynamicStoreCreate(NULL, CFSTR("cupsd"), + sysEventConfigurationNotifier, &storeContext); + + if (!ComputerNameKey) + ComputerNameKey = SCDynamicStoreKeyCreateComputerName(NULL); + + if (!NetworkGlobalKeyIPv4) + NetworkGlobalKeyIPv4 = + SCDynamicStoreKeyCreateNetworkGlobalEntity(NULL, + kSCDynamicStoreDomainState, + kSCEntNetIPv4); + + if (!NetworkGlobalKeyIPv6) + NetworkGlobalKeyIPv6 = + SCDynamicStoreKeyCreateNetworkGlobalEntity(NULL, + kSCDynamicStoreDomainState, + kSCEntNetIPv6); + + if (!NetworkGlobalKeyDNS) + NetworkGlobalKeyDNS = + SCDynamicStoreKeyCreateNetworkGlobalEntity(NULL, + kSCDynamicStoreDomainState, + kSCEntNetDNS); + + if (!HostNamesKey) + HostNamesKey = SCDynamicStoreKeyCreateHostNames(NULL); + + if (!NetworkInterfaceKeyIPv4) + NetworkInterfaceKeyIPv4 = + SCDynamicStoreKeyCreateNetworkInterfaceEntity(NULL, + kSCDynamicStoreDomainState, + kSCCompAnyRegex, + kSCEntNetIPv4); + + if (!NetworkInterfaceKeyIPv6) + NetworkInterfaceKeyIPv6 = + SCDynamicStoreKeyCreateNetworkInterfaceEntity(NULL, + kSCDynamicStoreDomainState, + kSCCompAnyRegex, + kSCEntNetIPv6); + + if (store && ComputerNameKey && HostNamesKey && + NetworkGlobalKeyIPv4 && NetworkGlobalKeyIPv6 && NetworkGlobalKeyDNS && + NetworkInterfaceKeyIPv4 && NetworkInterfaceKeyIPv6) + { + key[0] = ComputerNameKey; + key[1] = NetworkGlobalKeyIPv4; + key[2] = NetworkGlobalKeyIPv6; + key[3] = NetworkGlobalKeyDNS; + key[4] = HostNamesKey; + + pattern[0] = NetworkInterfaceKeyIPv4; + pattern[1] = NetworkInterfaceKeyIPv6; + + keys = CFArrayCreate(NULL, (const void **)key, + sizeof(key) / sizeof(key[0]), + &kCFTypeArrayCallBacks); + + patterns = CFArrayCreate(NULL, (const void **)pattern, + sizeof(pattern) / sizeof(pattern[0]), + &kCFTypeArrayCallBacks); + + if (keys && patterns && + SCDynamicStoreSetNotificationKeys(store, keys, patterns)) + { + if ((storeRLS = SCDynamicStoreCreateRunLoopSource(NULL, store, 0)) + != NULL) + { + CFRunLoopAddSource(CFRunLoopGetCurrent(), storeRLS, + kCFRunLoopDefaultMode); + } + else + DEBUG_printf(("sysEventThreadEntry: SCDynamicStoreCreateRunLoopSource " + "failed: %s\n", SCErrorString(SCError()))); + } + else + DEBUG_printf(("sysEventThreadEntry: SCDynamicStoreSetNotificationKeys " + "failed: %s\n", SCErrorString(SCError()))); + } + else + DEBUG_printf(("sysEventThreadEntry: SCDynamicStoreCreate failed: %s\n", + SCErrorString(SCError()))); + + if (keys) + CFRelease(keys); + + if (patterns) + CFRelease(patterns); + + /* + * Set up a timer to delay the wake change notifications. + * + * The initial time is set a decade or so into the future, we'll adjust + * this later. + */ + + bzero(&timerContext, sizeof(timerContext)); + timerContext.info = &threadData; + + threadData.timerRef = + CFRunLoopTimerCreate(NULL, + CFAbsoluteTimeGetCurrent() + (86400L * 365L * 10L), + 86400L * 365L * 10L, 0, 0, sysEventTimerNotifier, + &timerContext); + CFRunLoopAddTimer(CFRunLoopGetCurrent(), threadData.timerRef, + kCFRunLoopDefaultMode); + + /* + * Store our runloop in a global so the main thread can use it to stop us. + */ + + pthread_mutex_lock(&SysEventThreadMutex); + + SysEventRunloop = CFRunLoopGetCurrent(); + + pthread_cond_signal(&SysEventThreadCond); + pthread_mutex_unlock(&SysEventThreadMutex); + + /* + * Disappear into the runloop until it's stopped by the main thread. + */ + + CFRunLoopRun(); + + /* + * Clean up before exiting. + */ + + if (threadData.timerRef) + { + CFRunLoopRemoveTimer(CFRunLoopGetCurrent(), threadData.timerRef, + kCFRunLoopDefaultMode); + CFRelease(threadData.timerRef); + } + + if (threadData.sysevent.powerKernelPort) + { + CFRunLoopRemoveSource(CFRunLoopGetCurrent(), powerRLS, + kCFRunLoopDefaultMode); + IODeregisterForSystemPower(&powerNotifierObj); + IOServiceClose(threadData.sysevent.powerKernelPort); + IONotificationPortDestroy(powerNotifierPort); + } + + if (storeRLS) + { + CFRunLoopRemoveSource(CFRunLoopGetCurrent(), storeRLS, + kCFRunLoopDefaultMode); + CFRunLoopSourceInvalidate(storeRLS); + CFRelease(storeRLS); + } + + if (store) + CFRelease(store); + + pthread_exit(NULL); +} + + +/* + * 'sysEventPowerNotifier()' - Handle power notification events. + */ + +static void +sysEventPowerNotifier( + void *context, /* I - Thread context data */ + io_service_t service, /* I - Unused service info */ + natural_t messageType, /* I - Type of message */ + void *messageArgument) /* I - Message data */ +{ + int sendit = 1; /* Send event to main thread? * + * (0 = no, 1 = yes, 2 = delayed */ + cupsd_thread_data_t *threadData; /* Thread context data */ + + + threadData = (cupsd_thread_data_t *)context; + + (void)service; /* anti-compiler-warning-code */ + + switch (messageType) + { + case kIOMessageCanSystemPowerOff: + case kIOMessageCanSystemSleep: + threadData->sysevent.event |= SYSEVENT_CANSLEEP; + break; + + case kIOMessageSystemWillRestart: + case kIOMessageSystemWillPowerOff: + case kIOMessageSystemWillSleep: + threadData->sysevent.event |= SYSEVENT_WILLSLEEP; + break; + + case kIOMessageSystemHasPoweredOn: + /* + * Because powered on is followed by a net-changed event, delay + * before sending it. + */ + + sendit = 2; + threadData->sysevent.event |= SYSEVENT_WOKE; + break; + + case kIOMessageSystemWillNotPowerOff: + case kIOMessageSystemWillNotSleep: +#ifdef kIOMessageSystemWillPowerOn + case kIOMessageSystemWillPowerOn: +#endif /* kIOMessageSystemWillPowerOn */ + default: + sendit = 0; + break; + } + + if (sendit == 0) + IOAllowPowerChange(threadData->sysevent.powerKernelPort, + (long)messageArgument); + else + { + threadData->sysevent.powerNotificationID = (long)messageArgument; + + if (sendit == 1) + { + /* + * Send the event to the main thread now. + */ + + write(SysEventPipes[1], &threadData->sysevent, + sizeof(threadData->sysevent)); + threadData->sysevent.event = 0; + } + else + { + /* + * Send the event to the main thread after 1 to 2 seconds. + */ + + CFRunLoopTimerSetNextFireDate(threadData->timerRef, + CFAbsoluteTimeGetCurrent() + 2); + } + } +} + + +/* + * 'sysEventConfigurationNotifier()' - Computer name changed notification + * callback. + */ + +static void +sysEventConfigurationNotifier( + SCDynamicStoreRef store, /* I - System data (unused) */ + CFArrayRef changedKeys, /* I - Changed data */ + void *context) /* I - Thread context data */ +{ + cupsd_thread_data_t *threadData; /* Thread context data */ + + + threadData = (cupsd_thread_data_t *)context; + + (void)store; /* anti-compiler-warning-code */ + + CFRange range = CFRangeMake(0, CFArrayGetCount(changedKeys)); + + if (CFArrayContainsValue(changedKeys, range, ComputerNameKey)) + threadData->sysevent.event |= SYSEVENT_NAMECHANGED; + else + { + threadData->sysevent.event |= SYSEVENT_NETCHANGED; + + /* + * Indicate the network interface list needs updating... + */ + + NetIFUpdate = 1; + } + + /* + * Because we registered for several different kinds of change notifications + * this callback usually gets called several times in a row. We use a timer to + * de-bounce these so we only end up generating one event for the main thread. + */ + + CFRunLoopTimerSetNextFireDate(threadData->timerRef, + CFAbsoluteTimeGetCurrent() + 5); +} + + +/* + * 'sysEventTimerNotifier()' - Handle delayed event notifications. + */ + +static void +sysEventTimerNotifier( + CFRunLoopTimerRef timer, /* I - Timer information */ + void *context) /* I - Thread context data */ +{ + cupsd_thread_data_t *threadData; /* Thread context data */ + + + threadData = (cupsd_thread_data_t *)context; + + /* + * If an event is still pending send it to the main thread. + */ + + if (threadData->sysevent.event) + { + write(SysEventPipes[1], &threadData->sysevent, + sizeof(threadData->sysevent)); + threadData->sysevent.event = 0; + } +} +#endif /* __APPLE__ */ + + +/* + * End of "$Id$". + */ diff --git a/scheduler/sysman.h b/scheduler/sysman.h new file mode 100644 index 0000000000..2a0d77263e --- /dev/null +++ b/scheduler/sysman.h @@ -0,0 +1,49 @@ +/* + * "$Id$" + * + * System management definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/* + * Globals... + */ + +VAR int Sleeping VALUE(0); + /* Non-zero if machine is entering or * + * in a sleep state... */ +#ifdef __APPLE__ +VAR int SysEventPipes[2] VALUE2(-1,-1); + /* System event notification pipes */ +#endif /* __APPLE__ */ + + +/* + * Prototypes... + */ + +extern void cupsdStartSystemMonitor(void); +extern void cupsdStopSystemMonitor(void); +extern void cupsdUpdateSystemMonitor(void); + + +/* + * End of "$Id$". + */ diff --git a/scheduler/testdirsvc.c b/scheduler/testdirsvc.c new file mode 100644 index 0000000000..83cb028d82 --- /dev/null +++ b/scheduler/testdirsvc.c @@ -0,0 +1,335 @@ +/* + * "$Id$" + * + * Browsing test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Simulate one or more remote printers. + * usage() - Show program usage... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include + + +/* + * Local functions... + */ + +void usage(void); + + +/* + * 'main()' - Simulate one or more remote printers. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, /* Looping var */ + printer, /* Current printer */ + num_printers, /* Number of printers */ + pclass, /* Current printer class */ + num_pclasses, /* Number of printer classes */ + server, /* Current server */ + num_servers, /* Number of servers */ + count, /* Number of printers sent this cycle */ + interval, /* Browse Interval */ + lease, /* Browse lease-duration */ + continuous, /* Run continuously? */ + port, /* Browse port */ + sock, /* Browse socket */ + val, /* Socket option value */ + seconds, /* Seconds until next cycle */ + verbose; /* Verbose output? */ + const char *options; /* Options for URIs */ + time_t curtime; /* Current UNIX time */ + struct tm *curdate; /* Current date and time */ + struct sockaddr_in addr; /* Broadcast address */ + char packet[1540]; /* Data packet */ + static const char * const names[26] = /* Printer names */ + { + "alpha", + "bravo", + "charlie", + "delta", + "echo", + "foxtrot", + "golf", + "hotel", + "india", + "juliet", + "kilo", + "lima", + "mike", + "november", + "oscar", + "papa", + "quebec", + "romeo", + "sierra", + "tango", + "uniform", + "victor", + "wiskey", + "x-ray", + "yankee", + "zulu" + }; + + + /* + * Process command-line arguments... + */ + + num_printers = 10; + num_pclasses = 5; + num_servers = 1; + interval = 30; + lease = 60; + port = 0; + verbose = 0; + continuous = 0; + options = NULL; + + for (i = 1; i < argc; i ++) + { + if (!strcmp(argv[i], "-c")) + continuous = 1; + else if (!strcmp(argv[i], "-i")) + { + i ++; + if (i < argc) + interval = atoi(argv[i]); + else + usage(); + + continuous = 1; + } + else if (!strcmp(argv[i], "-l")) + { + i ++; + if (i < argc) + lease = atoi(argv[i]); + else + usage(); + } + else if (!strcmp(argv[i], "-o")) + { + i ++; + if (i < argc) + options = argv[i]; + else + usage(); + } + else if (!strcmp(argv[i], "-C")) + { + i ++; + if (i < argc) + num_pclasses = atoi(argv[i]); + else + usage(); + } + else if (!strcmp(argv[i], "-p")) + { + i ++; + if (i < argc) + num_printers = atoi(argv[i]); + else + usage(); + } + else if (!strcmp(argv[i], "-s")) + { + i ++; + if (i < argc) + num_servers = atoi(argv[i]); + else + usage(); + } + else if (!strcmp(argv[i], "-v")) + verbose = 1; + else if (isdigit(argv[i][0] & 255)) + { + port = atoi(argv[i]); + } + else + usage(); + } + + if ((num_printers <= 0 && num_pclasses <= 0) || num_servers <= 0 || + interval <= 0 || lease < 1 || port <= 0) + usage(); + + /* + * Open a broadcast socket... + */ + + if ((sock = socket(AF_INET, SOCK_DGRAM, 0)) < 0) + { + perror("Unable to open broadcast socket"); + return (1); + } + + /* + * Set the "broadcast" flag... + */ + + val = 1; + if (setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &val, sizeof(val))) + { + perror("Unable to put socket in broadcast mode"); + + close(sock); + return (1); + } + + /* + * Broadcast to 127.0.0.1 (localhost) + */ + + memset(&addr, 0, sizeof(addr)); + addr.sin_addr.s_addr = htonl(0x7f000001); + addr.sin_family = AF_INET; + addr.sin_port = htons(port); + + /* + * Send virtual printers continuously until we are stopped. + */ + + for (;;) + { + /* + * Start a new cycle of N printers... + */ + + printf("Sending %d printers from %d servers...\n", num_printers, + num_servers); + + count = num_servers * (num_printers + num_pclasses) / interval + 1; + curtime = time(NULL); + curdate = localtime(&curtime); + seconds = interval; + + for (i = 0, printer = 0; printer < num_printers; printer ++) + { + for (server = 0; server < num_servers; server ++, i ++) + { + if (i == count) + { + seconds --; + i = 0; + sleep(1); + curtime = time(NULL); + curdate = localtime(&curtime); + } + + snprintf(packet, sizeof(packet), + "%x %x ipp://testserver-%d/printers/%s-%d \"Server Room %d\" " + "\"Test Printer %d\" \"Acme Blazer 2000\"%s%s " + "lease-duration=%d\n", + CUPS_PRINTER_REMOTE, IPP_PRINTER_IDLE, server + 1, + names[printer % 26], printer / 26 + 1, server + 1, + printer + 1, options ? " ipp-options=" : "", + options ? options : "", lease); + + if (verbose) + printf("[%02d:%02d:%02d] %s", curdate->tm_hour, curdate->tm_min, + curdate->tm_sec, packet); + + if (sendto(sock, packet, strlen(packet), 0, + (struct sockaddr *)&addr, sizeof(addr)) < 0) + perror("Unabled to send packet"); + } + } + + + for (i = 0, pclass = 0; pclass < num_pclasses; pclass ++) + { + for (server = 0; server < num_servers; server ++, i ++) + { + if (i == count) + { + seconds --; + i = 0; + sleep(1); + curtime = time(NULL); + curdate = localtime(&curtime); + } + + snprintf(packet, sizeof(packet), + "%x %x ipp://testserver-%d/classes/class-%s-%d \"Server Room %d\" " + "\"Test Class %d\" \"Acme Blazer 2000\"%s%s " + "lease-duration=%d\n", + CUPS_PRINTER_REMOTE | CUPS_PRINTER_CLASS, IPP_PRINTER_IDLE, + server + 1, names[pclass % 26], pclass / 26 + 1, server + 1, + pclass + 1, options ? " ipp-options=" : "", + options ? options : "", lease); + + if (verbose) + printf("[%02d:%02d:%02d] %s", curdate->tm_hour, curdate->tm_min, + curdate->tm_sec, packet); + + if (sendto(sock, packet, strlen(packet), 0, + (struct sockaddr *)&addr, sizeof(addr)) < 0) + perror("Unabled to send packet"); + } + } + + if (!continuous) + break; + + /* + * Sleep for any remaining time... + */ + + if (seconds > 0) + sleep(seconds); + } + + return (0); +} + + +/* + * 'usage()' - Show program usage... + */ + +void +usage(void) +{ + puts("Usage: testdirsvc [-c] [-i interval] [-l lease-duration] " + "[-o ipp-options] [-p printers] " + "[-C classes] [-s servers] [-v] port"); + exit(0); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/testlpd.c b/scheduler/testlpd.c new file mode 100644 index 0000000000..cfebcce9fe --- /dev/null +++ b/scheduler/testlpd.c @@ -0,0 +1,555 @@ +/* + * "$Id$" + * + * cups-lpd test program for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Simulate an LPD client. + * do_command() - Send the LPD command and wait for a response. + * print_job() - Submit a file for printing. + * print_waiting() - Print waiting jobs. + * remove_job() - Cancel a print job. + * status_long() - Show the long printer status. + * status_short() - Show the short printer status. + * usage() - Show program usage... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static int do_command(int outfd, int infd, const char *command); +static int print_job(int outfd, int infd, char *dest, char **args); +static int print_waiting(int outfd, int infd, char *dest); +static int remove_job(int outfd, int infd, char *dest, char **args); +static int status_long(int outfd, int infd, char *dest, char **args); +static int status_short(int outfd, int infd, char *dest, char **args); +static void usage(void); + + +/* + * 'main()' - Simulate an LPD client. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + int status; /* Test status */ + char *op, /* Operation to test */ + **opargs, /* Remaining arguments */ + *dest; /* Destination */ + int cupslpd_argc; /* Argument count for cups-lpd */ + char *cupslpd_argv[1000]; /* Arguments for cups-lpd */ + int cupslpd_stdin[2], /* Standard input for cups-lpd */ + cupslpd_stdout[2], /* Standard output for cups-lpd */ + cupslpd_pid; /* Process ID for cups-lpd */ + + + /* + * Collect command-line arguments... + */ + + op = NULL; + opargs = NULL; + dest = NULL; + cupslpd_argc = 1; + cupslpd_argv[0] = (char *)"cups-lpd"; + + for (i = 1; i < argc; i ++) + if (!strncmp(argv[i], "-o", 2)) + { + cupslpd_argv[cupslpd_argc++] = argv[i]; + + if (argv[i][2]) + { + i ++; + + if (i >= argc) + usage(); + + cupslpd_argv[cupslpd_argc++] = argv[i]; + } + } + else if (argv[i][0] == '-') + usage(); + else if (!op) + op = argv[i]; + else if (!dest) + dest = argv[i]; + else + { + opargs = argv + i; + break; + } + + if (!op || + (!strcmp(op, "print-job") && (!dest || !opargs)) || + (!strcmp(op, "remove-job") && (!dest || !opargs)) || + (strcmp(op, "print-job") && strcmp(op, "print-waiting") && + strcmp(op, "remove-job") && strcmp(op, "status-long") && + strcmp(op, "status-short"))) + usage(); + + /* + * Run the cups-lpd program using pipes... + */ + + cupslpd_argv[cupslpd_argc] = NULL; + + pipe(cupslpd_stdin); + pipe(cupslpd_stdout); + + if ((cupslpd_pid = fork()) < 0) + { + /* + * Error! + */ + + perror("testlpd: Unable to fork"); + return (1); + } + else if (cupslpd_pid == 0) + { + /* + * Child goes here... + */ + + close(0); + dup(cupslpd_stdin[0]); + close(cupslpd_stdin[0]); + close(cupslpd_stdin[1]); + + close(1); + dup(cupslpd_stdout[1]); + close(cupslpd_stdout[0]); + close(cupslpd_stdout[1]); + + execv("./cups-lpd", cupslpd_argv); + + perror("testlpd: Unable to exec ./cups-lpd"); + exit(errno); + } + else + { + close(cupslpd_stdin[0]); + close(cupslpd_stdout[1]); + } + + /* + * Do the operation test... + */ + + if (!strcmp(op, "print-job")) + status = print_job(cupslpd_stdin[1], cupslpd_stdout[0], dest, opargs); + else if (!strcmp(op, "print-waiting")) + status = print_waiting(cupslpd_stdin[1], cupslpd_stdout[0], dest); + else if (!strcmp(op, "remove-job")) + status = remove_job(cupslpd_stdin[1], cupslpd_stdout[0], dest, opargs); + else if (!strcmp(op, "status-long")) + status = status_long(cupslpd_stdin[1], cupslpd_stdout[0], dest, opargs); + else if (!strcmp(op, "status-short")) + status = status_short(cupslpd_stdin[1], cupslpd_stdout[0], dest, opargs); + else + { + printf("Unknown operation \"%s\"!\n", op); + status = 1; + } + + /* + * Kill the test program... + */ + + close(cupslpd_stdin[1]); + close(cupslpd_stdout[0]); + kill(cupslpd_pid, SIGTERM); + + /* + * Return the test status... + */ + + return (status); +} + + +/* + * 'do_command()' - Send the LPD command and wait for a response. + */ + +static int /* O - Status from cups-lpd */ +do_command(int outfd, /* I - Command file descriptor */ + int infd, /* I - Response file descriptor */ + const char *command) /* I - Command line to send */ +{ + int len; /* Length of command line */ + char status; /* Status byte */ + + + printf("COMMAND: %02X %s", command[0], command + 1); + + len = strlen(command); + + if (write(outfd, command, len) < len) + { + puts(" Write failed!"); + return (-1); + } + + if (read(infd, &status, 1) < 1) + puts("IN: ERROR"); + else + printf("IN: %d\n", status); + + return (status); +} + + +/* + * 'print_job()' - Submit a file for printing. + */ + +static int /* O - Status from cups-lpd */ +print_job(int outfd, /* I - Command file descriptor */ + int infd, /* I - Response file descriptor */ + char *dest, /* I - Destination */ + char **args) /* I - Arguments */ +{ + int fd; /* Print file descriptor */ + char command[1024], /* Command buffer */ + control[1024], /* Control file */ + buffer[8192]; /* Print buffer */ + int status; /* Status of command */ + struct stat fileinfo; /* File information */ + char *jobname; /* Job name */ + int sequence; /* Sequence number */ + int bytes; /* Bytes read/written */ + + + /* + * Check the print file... + */ + + if (stat(args[0], &fileinfo)) + { + perror(args[0]); + return (-1); + } + + if ((fd = open(args[0], O_RDONLY)) < 0) + { + perror(args[0]); + return (-1); + } + + /* + * Send the "receive print job" command... + */ + + snprintf(command, sizeof(command), "\002%s\n", dest); + if ((status = do_command(outfd, infd, command)) != 0) + { + close(fd); + return (status); + } + + /* + * Format a control file string that will be used to submit the job... + */ + + if ((jobname = strrchr(args[0], '/')) != NULL) + jobname ++; + else + jobname = args[0]; + + sequence = (int)getpid() % 1000; + + snprintf(control, sizeof(control), + "Hlocalhost\n" + "P%s\n" + "J%s\n" + "ldfA%03dlocalhost\n" + "UdfA%03dlocalhost\n" + "N%s\n", + cupsUser(), jobname, sequence, sequence, jobname); + + /* + * Send the control file... + */ + + bytes = strlen(control); + + snprintf(command, sizeof(command), "\002%d cfA%03dlocalhost\n", + bytes, sequence); + + if ((status = do_command(outfd, infd, command)) != 0) + { + close(fd); + return (status); + } + + bytes ++; + + if (write(outfd, control, bytes) < bytes) + { + printf("CONTROL: Unable to write %d bytes!\n", bytes); + close(fd); + return (-1); + } + + printf("CONTROL: Wrote %d bytes.\n", bytes); + + if (read(infd, command, 1) < 1) + { + puts("IN: ERROR"); + close(fd); + return (-1); + } + else + { + status = command[0]; + + printf("IN: %d\n", status); + } + + /* + * Send the data file... + */ + + snprintf(command, sizeof(command), "\003%d dfA%03dlocalhost\n", + (int)fileinfo.st_size, sequence); + + if ((status = do_command(outfd, infd, command)) != 0) + { + close(fd); + return (status); + } + + while ((bytes = read(fd, buffer, sizeof(buffer))) > 0) + { + if (write(outfd, buffer, bytes) < bytes) + { + printf("DATA: Unable to write %d bytes!\n", bytes); + close(fd); + return (-1); + } + } + + write(outfd, "", 1); + + close(fd); + + printf("DATA: Wrote %d bytes.\n", (int)fileinfo.st_size); + + if (read(infd, command, 1) < 1) + { + puts("IN: ERROR"); + close(fd); + return (-1); + } + else + { + status = command[0]; + + printf("IN: %d\n", status); + } + + return (status); +} + + +/* + * 'print_waiting()' - Print waiting jobs. + */ + +static int /* O - Status from cups-lpd */ +print_waiting(int outfd, /* I - Command file descriptor */ + int infd, /* I - Response file descriptor */ + char *dest) /* I - Destination */ +{ + char command[1024]; /* Command buffer */ + + + /* + * Send the "print waiting jobs" command... + */ + + snprintf(command, sizeof(command), "\001%s\n", dest); + + return (do_command(outfd, infd, command)); +} + + +/* + * 'remove_job()' - Cancel a print job. + */ + +static int /* O - Status from cups-lpd */ +remove_job(int outfd, /* I - Command file descriptor */ + int infd, /* I - Response file descriptor */ + char *dest, /* I - Destination */ + char **args) /* I - Arguments */ +{ + int i; /* Looping var */ + char command[1024]; /* Command buffer */ + + /* + * Send the "remove jobs" command... + */ + + snprintf(command, sizeof(command), "\005%s", dest); + + for (i = 0; args[i]; i ++) + { + strlcat(command, " ", sizeof(command)); + strlcat(command, args[i], sizeof(command)); + } + + strlcat(command, "\n", sizeof(command)); + + return (do_command(outfd, infd, command)); +} + + +/* + * 'status_long()' - Show the long printer status. + */ + +static int /* O - Status from cups-lpd */ +status_long(int outfd, /* I - Command file descriptor */ + int infd, /* I - Response file descriptor */ + char *dest, /* I - Destination */ + char **args) /* I - Arguments */ +{ + char command[1024], /* Command buffer */ + buffer[8192]; /* Status buffer */ + int bytes; /* Bytes read/written */ + + + /* + * Send the "send short status" command... + */ + + if (args) + snprintf(command, sizeof(command), "\004%s %s\n", dest, args[0]); + else + snprintf(command, sizeof(command), "\004%s\n", dest); + + bytes = strlen(command); + + if (write(outfd, command, bytes) < bytes) + return (-1); + + /* + * Read the status back... + */ + + while ((bytes = read(infd, buffer, sizeof(buffer))) > 0) + { + fwrite(buffer, 1, bytes, stdout); + fflush(stdout); + } + + return (0); +} + + +/* + * 'status_short()' - Show the short printer status. + */ + +static int /* O - Status from cups-lpd */ +status_short(int outfd, /* I - Command file descriptor */ + int infd, /* I - Response file descriptor */ + char *dest, /* I - Destination */ + char **args) /* I - Arguments */ +{ + char command[1024], /* Command buffer */ + buffer[8192]; /* Status buffer */ + int bytes; /* Bytes read/written */ + + + /* + * Send the "send short status" command... + */ + + if (args) + snprintf(command, sizeof(command), "\003%s %s\n", dest, args[0]); + else + snprintf(command, sizeof(command), "\003%s\n", dest); + + bytes = strlen(command); + + if (write(outfd, command, bytes) < bytes) + return (-1); + + /* + * Read the status back... + */ + + while ((bytes = read(infd, buffer, sizeof(buffer))) > 0) + { + fwrite(buffer, 1, bytes, stdout); + fflush(stdout); + } + + return (0); +} + + +/* + * 'usage()' - Show program usage... + */ + +static void +usage(void) +{ + puts("Usage: testlpd [options] print-job printer user filename [... filename]"); + puts(" testlpd [options] print-waiting [printer or user]"); + puts(" testlpd [options] remove-job printer [user [job-id]]"); + puts(" testlpd [options] status-long [printer or user]"); + puts(" testlpd [options] status-short [printer or user]"); + puts(""); + puts("Options:"); + puts(" -o name=value"); + + exit(0); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/testmime.c b/scheduler/testmime.c new file mode 100644 index 0000000000..ccba4d59c0 --- /dev/null +++ b/scheduler/testmime.c @@ -0,0 +1,335 @@ +/* + * "$Id$" + * + * MIME test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry for the test program. + * print_rules() - Print the rules for a file type... + * type_dir() - Show the MIME types for a given directory. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include "mime.h" +#include + + +/* + * Local functions... + */ + +static void print_rules(mime_magic_t *rules); +static void type_dir(mime_t *mime, const char *dirname); + + +/* + * 'main()' - Main entry for the test program. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping vars */ + const char *filter_path; /* Filter path */ + char super[MIME_MAX_SUPER], /* Super-type name */ + type[MIME_MAX_TYPE]; /* Type name */ + int compression; /* Compression of file */ + int cost; /* Cost of filters */ + mime_t *mime; /* MIME database */ + mime_type_t *src, /* Source type */ + *dst; /* Destination type */ + cups_array_t *filters; /* Filters for the file */ + mime_filter_t *filter; /* Current filter */ + + + mime = NULL; + src = NULL; + dst = NULL; + filter_path = "../filter:../pdftops:" CUPS_SERVERBIN "/filter"; + + for (i = 1; i < argc; i ++) + if (!strcmp(argv[i], "-d")) + { + i ++; + + if (i < argc) + mime = mimeLoad(argv[i], filter_path); + } + else if (!strcmp(argv[i], "-f")) + { + i ++; + + if (i < argc) + filter_path = argv[i]; + } + else if (!src) + { + if (!mime) + mime = mimeLoad("../conf", filter_path); + + src = mimeFileType(mime, argv[i], NULL, &compression); + + if (src) + printf("%s: %s/%s%s\n", argv[i], src->super, src->type, + compression ? " (gzipped)" : ""); + else if ((src = mimeType(mime, "application", "octet-stream")) != NULL) + printf("%s: application/octet-stream\n", argv[i]); + else + { + printf("%s: unknown\n", argv[i]); + if (mime) + mimeDelete(mime); + return (1); + } + } + else + { + sscanf(argv[i], "%15[^/]/%31s", super, type); + dst = mimeType(mime, super, type); + + filters = mimeFilter(mime, src, dst, &cost); + + if (!filters) + { + printf("No filters to convert from %s/%s to %s.\n", src->super, + src->type, argv[i]); + } + else + { + printf("Filter cost = %d\n", cost); + + filter = (mime_filter_t *)cupsArrayFirst(filters); + fputs(filter->filter, stdout); + + for (filter = (mime_filter_t *)cupsArrayNext(filters); + filter; + filter = (mime_filter_t *)cupsArrayNext(filters)) + printf(" | %s", filter->filter); + + putchar('\n'); + + cupsArrayDelete(filters); + } + } + + if (!mime) + mime = mimeLoad("../conf", filter_path); + + if (!src) + { + puts("MIME database types:"); + for (src = mimeFirstType(mime); src; src = mimeNextType(mime)) + { + printf("\t%s/%s:\n", src->super, src->type); + print_rules(src->rules); + puts(""); + } + + puts(""); + + puts("MIME database filters:"); + for (filter = mimeFirstFilter(mime); filter; filter = mimeNextFilter(mime)) + printf("\t%s/%s to %s/%s: %s (%d)\n", + filter->src->super, filter->src->type, + filter->dst->super, filter->dst->type, + filter->filter, filter->cost); + + type_dir(mime, "../doc"); + type_dir(mime, "../man"); + } + + return (0); +} + + +/* + * 'print_rules()' - Print the rules for a file type... + */ + +static void +print_rules(mime_magic_t *rules) /* I - Rules to print */ +{ + int i; /* Looping var */ + static char indent[255] = "\t"; /* Indentation for rules */ + + + if (rules == NULL) + return; + + while (rules != NULL) + { + printf("%s[%p] ", indent, rules); + + if (rules->invert) + printf("NOT "); + + switch (rules->op) + { + case MIME_MAGIC_MATCH : + printf("match(%s)", rules->value.matchv); + break; + case MIME_MAGIC_LOCALE : + printf("locale(%s)", rules->value.localev); + break; + case MIME_MAGIC_ASCII : + printf("ascii(%d,%d)", rules->offset, rules->length); + break; + case MIME_MAGIC_PRINTABLE : + printf("printable(%d,%d)", rules->offset, rules->length); + break; + case MIME_MAGIC_STRING : + printf("string(%d,", rules->offset); + for (i = 0; i < rules->length; i ++) + if (rules->value.stringv[i] < ' ' || + rules->value.stringv[i] > 126) + printf("<%02X>", rules->value.stringv[i]); + else + putchar(rules->value.stringv[i]); + putchar(')'); + break; + case MIME_MAGIC_CHAR : + printf("char(%d,%d)", rules->offset, rules->value.charv); + break; + case MIME_MAGIC_SHORT : + printf("short(%d,%d)", rules->offset, rules->value.shortv); + break; + case MIME_MAGIC_INT : + printf("int(%d,%d)", rules->offset, rules->value.intv); + break; + case MIME_MAGIC_CONTAINS : + printf("contains(%d,%d,", rules->offset, rules->region); + for (i = 0; i < rules->length; i ++) + if (rules->value.stringv[i] < ' ' || + rules->value.stringv[i] > 126) + printf("<%02X>", rules->value.stringv[i]); + else + putchar(rules->value.stringv[i]); + putchar(')'); + break; + default : + break; + } + + if (rules->child != NULL) + { + if (rules->op == MIME_MAGIC_OR) + puts("OR ("); + else + puts("AND ("); + + strcat(indent, "\t"); + print_rules(rules->child); + indent[strlen(indent) - 1] = '\0'; + printf("%s)\n", indent); + } + else + putchar('\n'); + + rules = rules->next; + } +} + + +/* + * 'type_dir()' - Show the MIME types for a given directory. + */ + +static void +type_dir(mime_t *mime, /* I - MIME database */ + const char *dirname) /* I - Directory */ +{ + cups_dir_t *dir; /* Directory */ + cups_dentry_t *dent; /* Directory entry */ + char filename[1024]; /* File to type */ + mime_type_t *filetype; /* File type */ + int compression; /* Compressed file? */ + mime_type_t *pstype; /* application/vnd.cups-postscript */ + cups_array_t *filters; /* Filters to pstype */ + mime_filter_t *filter; /* Current filter */ + int cost; /* Filter cost */ + + + dir = cupsDirOpen(dirname); + if (!dir) + return; + + pstype = mimeType(mime, "application", "vnd.cups-postscript"); + + while ((dent = cupsDirRead(dir)) != NULL) + { + if (dent->filename[0] == '.') + continue; + + snprintf(filename, sizeof(filename), "%s/%s", dirname, dent->filename); + + if (S_ISDIR(dent->fileinfo.st_mode)) + type_dir(mime, filename); + + if (!S_ISREG(dent->fileinfo.st_mode)) + continue; + + filetype = mimeFileType(mime, filename, NULL, &compression); + + if (filetype) + { + printf("%s: %s/%s%s\n", filename, filetype->super, filetype->type, + compression ? " (compressed)" : ""); + + filters = mimeFilter(mime, filetype, pstype, &cost); + + if (!filters) + puts(" No filters to convert application/vnd.cups-postscript."); + else + { + printf(" Filter cost = %d\n", cost); + + filter = (mime_filter_t *)cupsArrayFirst(filters); + printf(" %s", filter->filter); + + for (filter = (mime_filter_t *)cupsArrayNext(filters); + filter; + filter = (mime_filter_t *)cupsArrayNext(filters)) + printf(" | %s", filter->filter); + + putchar('\n'); + + cupsArrayDelete(filters); + } + } + else + printf("%s: unknown%s\n", filename, compression ? " (compressed)" : ""); + } + + cupsDirClose(dir); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/testspeed.c b/scheduler/testspeed.c new file mode 100644 index 0000000000..1e99879cfc --- /dev/null +++ b/scheduler/testspeed.c @@ -0,0 +1,307 @@ +/* + * "$Id$" + * + * Scheduler speed test for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Send multiple IPP requests and report on the average response + * time. + * do_test() - Run a test on a specific host... + * usage() - Show program usage... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static int do_test(const char *server, http_encryption_t encryption, + int requests, int verbose); +static void usage(void); + + +/* + * 'main()' - Send multiple IPP requests and report on the average response + * time. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + const char *server; /* Server to use */ + http_encryption_t encryption; /* Encryption to use */ + int requests; /* Number of requests to send */ + int children; /* Number of children to fork */ + int pid; /* Child PID */ + int status; /* Child status */ + time_t start, /* Start time */ + end; /* End time */ + double elapsed; /* Elapsed time */ + int verbose; /* Verbosity */ + + + /* + * Parse command-line options... + */ + + requests = 100; + children = 5; + server = cupsServer(); + encryption = HTTP_ENCRYPT_IF_REQUESTED; + verbose = 0; + + for (i = 1; i < argc; i ++) + if (!strcmp(argv[i], "-c")) + { + i ++; + if (i >= argc) + usage(); + + children = atoi(argv[i]); + } + else if (!strcmp(argv[i], "-r")) + { + i ++; + if (i >= argc) + usage(); + + requests = atoi(argv[i]); + } + else if (!strcmp(argv[i], "-E")) + encryption = HTTP_ENCRYPT_REQUIRED; + else if (!strcmp(argv[i], "-v")) + verbose ++; + else if (argv[i][0] == '-') + usage(); + else + server = argv[i]; + + /* + * Then create child processes to act as clients... + */ + + printf("testspeed: Simulating %d clients with %d requests to %s with %s encryption...\n", + children, requests, server, + encryption == HTTP_ENCRYPT_IF_REQUESTED ? "no" : ""); + + start = time(NULL); + + if (children == 1) + { + do_test(server, encryption, requests, verbose); + } + else + { + for (i = 0; i < children; i ++) + if ((pid = fork()) == 0) + { + /* + * Child goes here... + */ + + exit(do_test(server, encryption, requests, verbose)); + } + else if (pid < 0) + { + perror("fork failed"); + break; + } + else + printf("testspeed(%d): Started...\n", pid); + + /* + * Wait for children to finish... + */ + + for (;;) + { + pid = wait(&status); + + if (pid < 0 && errno != EINTR) + break; + + printf("testspeed(%d): Ended (%d)...\n", pid, status); + } + } + + /* + * Compute the total run time... + */ + + end = time(NULL); + elapsed = end - start; + i = children * requests; + + printf("testspeed: %dx%d=%d requests in %.1fs (%.3fs/r, %.1fr/s)\n", + children, requests, i, elapsed, elapsed / i, i / elapsed); + + /* + * Exit with no errors... + */ + + return (status); +} + + +/* + * 'do_test()' - Run a test on a specific host... + */ + +static int /* O - Exit status */ +do_test(const char *server, /* I - Server to use */ + http_encryption_t encryption, /* I - Encryption to use */ + int requests, /* I - Number of requests to send */ + int verbose) /* I - Verbose output? */ +{ + int i; /* Looping var */ + http_t *http; /* Connection to server */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + cups_lang_t *language; /* Default language */ + struct timeval start, /* Start time */ + end; /* End time */ + double elapsed; /* Elapsed time */ + static ipp_op_t ops[4] = /* Operations to test... */ + { + IPP_PRINT_JOB, + CUPS_GET_PRINTERS, + CUPS_GET_CLASSES, + IPP_GET_JOBS + }; + + + /* + * Connect to the server... + */ + + http = httpConnectEncrypt(server, ippPort(), encryption); + + if (http == NULL) + { + perror("testspeed: unable to connect to server"); + return (1); + } + + language = cupsLangDefault(); + + /* + * Do multiple requests... + */ + + for (elapsed = 0.0, i = 0; i < requests; i ++) + { + if (verbose && (i % 10) == 0) + printf("testspeed(%d): %d%% complete...\n", (int)getpid(), + i * 100 / requests); + + /* + * Build a request which requires the following attributes: + * + * attributes-charset + * attributes-natural-language + * + * In addition, IPP_GET_JOBS needs a printer-uri attribute. + */ + + request = ippNew(); + + request->request.op.operation_id = ops[i & 3]; + request->request.op.request_id = 1; + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_CHARSET, + "attributes-charset", NULL, cupsLangEncoding(language)); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_LANGUAGE, + "attributes-natural-language", NULL, language->language); + + gettimeofday(&start, NULL); + + switch (request->request.op.operation_id) + { + case IPP_GET_JOBS : + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, "ipp://localhost/printers/"); + + default : + response = cupsDoRequest(http, request, "/"); + break; + + case IPP_PRINT_JOB : + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", + NULL, "ipp://localhost/printers/test"); + response = cupsDoFileRequest(http, request, "/printers/test", + "../data/testprint.ps"); + break; + } + + gettimeofday(&end, NULL); + + if (response != NULL) + ippDelete(response); + + elapsed += (end.tv_sec - start.tv_sec) + + 0.000001 * (end.tv_usec - start.tv_usec); + } + + cupsLangFree(language); + httpClose(http); + + printf("testspeed(%d): %d requests in %.1fs (%.3fs/r, %.1fr/s)\n", + (int)getpid(), i, elapsed, elapsed / i, i / elapsed); + + return (0); +} + + +/* + * 'usage()' - Show program usage... + */ + +static void +usage(void) +{ + puts("Usage: testspeed [-c children] [-h] [-r requests] [-v] [-E] hostname"); + exit(0); +} + + + +/* + * End of "$Id$". + */ diff --git a/scheduler/testsub.c b/scheduler/testsub.c new file mode 100644 index 0000000000..2caa9b6539 --- /dev/null +++ b/scheduler/testsub.c @@ -0,0 +1,531 @@ +/* + * "$Id$" + * + * Scheduler notification tester for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Subscribe to the . + * print_attributes() - Print the attributes in a request... + * sigterm_handler() - Flag when the user hits CTRL-C... + * usage() - Show program usage... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include + + +/* + * Local globals... + */ + +static int terminate = 0; + + +/* + * Local functions... + */ + +void print_attributes(ipp_t *ipp, int indent); +static void sigterm_handler(int sig); +static void usage(void); + + +/* + * 'main()' - Subscribe to the . + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + const char *uri; /* URI to use */ + int num_events; /* Number of events */ + const char *events[100]; /* Events */ + int subscription_id, /* notify-subscription-id */ + sequence_number, /* notify-sequence-number */ + interval; /* Interval between polls */ + http_t *http; /* HTTP connection */ + ipp_t *request, /* IPP request */ + *response; /* IPP response */ + ipp_attribute_t *attr; /* Current attribute */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Actions for POSIX signals */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET */ + + + /* + * Parse command-line... + */ + + num_events = 0; + uri = NULL; + + for (i = 1; i < argc; i ++) + if (!strcmp(argv[i], "-E")) + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + else if (!strcmp(argv[i], "-e")) + { + i ++; + if (i >= argc || num_events >= 100) + usage(); + + events[num_events] = argv[i]; + num_events ++; + } + else if (!strcmp(argv[i], "-h")) + { + i ++; + if (i >= argc) + usage(); + + cupsSetServer(argv[i]); + } + else if (uri || strncmp(argv[i], "ipp://", 6)) + usage(); + else + uri = argv[i]; + + if (!uri) + usage(); + + if (num_events == 0) + { + events[0] = "all"; + num_events = 1; + } + + /* + * Connect to the server... + */ + + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption())) == NULL) + { + perror(cupsServer()); + return (1); + } + + /* + * Catch CTRL-C and SIGTERM... + */ + +#ifdef HAVE_SIGSET /* Use System V signals over POSIX to avoid bugs */ + sigset(SIGINT, sigterm_handler); + sigset(SIGTERM, sigterm_handler); +#elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + + sigemptyset(&action.sa_mask); + action.sa_handler = sigterm_handler; + sigaction(SIGINT, &action, NULL); + sigaction(SIGTERM, &action, NULL); +#else + signal(SIGINT, sigterm_handler); + signal(SIGTERM, sigterm_handler); +#endif /* HAVE_SIGSET */ + + /* + * Create the subscription... + */ + + if (strstr(uri, "/jobs/")) + { + request = ippNewRequest(IPP_CREATE_JOB_SUBSCRIPTION); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri); + } + else + { + request = ippNewRequest(IPP_CREATE_PRINTER_SUBSCRIPTION); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, + uri); + } + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + ippAddStrings(request, IPP_TAG_SUBSCRIPTION, IPP_TAG_KEYWORD, "notify-events", + num_events, NULL, events); + ippAddString(request, IPP_TAG_SUBSCRIPTION, IPP_TAG_KEYWORD, + "notify-pull-method", NULL, "ippget"); + + response = cupsDoRequest(http, request, uri); + if (cupsLastError() >= IPP_BAD_REQUEST) + { + fprintf(stderr, "Create-%s-Subscription: %s\n", + strstr(uri, "/jobs") ? "Job" : "Printer", cupsLastErrorString()); + ippDelete(response); + httpClose(http); + return (1); + } + + if ((attr = ippFindAttribute(response, "notify-subscription-id", + IPP_TAG_INTEGER)) == NULL) + { + fputs("ERROR: No notify-subscription-id in response!\n", stderr); + ippDelete(response); + httpClose(http); + return (1); + } + + subscription_id = attr->values[0].integer; + + printf("Create-%s-Subscription: notify-subscription-id=%d\n", + strstr(uri, "/jobs/") ? "Job" : "Printer", subscription_id); + + ippDelete(response); + + /* + * Monitor for events... + */ + + sequence_number = 0; + + while (!terminate) + { + /* + * Get the current events... + */ + + printf("\nGet-Notifications(%d,%d):", subscription_id, sequence_number); + fflush(stdout); + + request = ippNewRequest(IPP_GET_NOTIFICATIONS); + + if (strstr(uri, "/jobs/")) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri); + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, + uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, + "notify-subscription-ids", subscription_id); + if (sequence_number) + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, + "notify-sequence-numbers", sequence_number + 1); + + response = cupsDoRequest(http, request, uri); + + printf(" %s\n", ippErrorString(cupsLastError())); + + if (cupsLastError() >= IPP_BAD_REQUEST) + fprintf(stderr, "Get-Notifications: %s\n", cupsLastErrorString()); + else if (response) + { + print_attributes(response, 0); + + for (attr = ippFindAttribute(response, "notify-sequence-number", + IPP_TAG_INTEGER); + attr; + attr = ippFindNextAttribute(response, "notify-sequence-number", + IPP_TAG_INTEGER)) + if (attr->values[0].integer > sequence_number) + sequence_number = attr->values[0].integer; + } + + if ((attr = ippFindAttribute(response, "notify-get-interval", + IPP_TAG_INTEGER)) != NULL && + attr->values[0].integer > 0) + interval = attr->values[0].integer; + else + interval = 5; + + ippDelete(response); + sleep(interval); + } + + /* + * Cancel the subscription... + */ + + printf("\nCancel-Subscription:"); + fflush(stdout); + + request = ippNewRequest(IPP_CANCEL_SUBSCRIPTION); + + if (strstr(uri, "/jobs/")) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri); + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, + uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, + "notify-subscription-id", subscription_id); + + ippDelete(cupsDoRequest(http, request, uri)); + + printf(" %s\n", ippErrorString(cupsLastError())); + + if (cupsLastError() >= IPP_BAD_REQUEST) + fprintf(stderr, "Cancel-Subscription: %s\n", cupsLastErrorString()); + + /* + * Close the connection and return... + */ + + httpClose(http); + + return (0); +} + + +/* + * 'print_attributes()' - Print the attributes in a request... + */ + +void +print_attributes(ipp_t *ipp, /* I - IPP request */ + int indent) /* I - Indentation */ +{ + int i; /* Looping var */ + ipp_tag_t group; /* Current group */ + ipp_attribute_t *attr; /* Current attribute */ + ipp_value_t *val; /* Current value */ + static const char * const tags[] = /* Value/group tag strings */ + { + "reserved-00", + "operation-attributes-tag", + "job-attributes-tag", + "end-of-attributes-tag", + "printer-attributes-tag", + "unsupported-attributes-tag", + "subscription-attributes-tag", + "event-attributes-tag", + "reserved-08", + "reserved-09", + "reserved-0A", + "reserved-0B", + "reserved-0C", + "reserved-0D", + "reserved-0E", + "reserved-0F", + "unsupported", + "default", + "unknown", + "no-value", + "reserved-14", + "not-settable", + "delete-attr", + "admin-define", + "reserved-18", + "reserved-19", + "reserved-1A", + "reserved-1B", + "reserved-1C", + "reserved-1D", + "reserved-1E", + "reserved-1F", + "reserved-20", + "integer", + "boolean", + "enum", + "reserved-24", + "reserved-25", + "reserved-26", + "reserved-27", + "reserved-28", + "reserved-29", + "reserved-2a", + "reserved-2b", + "reserved-2c", + "reserved-2d", + "reserved-2e", + "reserved-2f", + "octetString", + "dateTime", + "resolution", + "rangeOfInteger", + "begCollection", + "textWithLanguage", + "nameWithLanguage", + "endCollection", + "reserved-38", + "reserved-39", + "reserved-3a", + "reserved-3b", + "reserved-3c", + "reserved-3d", + "reserved-3e", + "reserved-3f", + "reserved-40", + "textWithoutLanguage", + "nameWithoutLanguage", + "reserved-43", + "keyword", + "uri", + "uriScheme", + "charset", + "naturalLanguage", + "mimeMediaType", + "memberName" + }; + + + for (group = IPP_TAG_ZERO, attr = ipp->attrs; attr; attr = attr->next) + { + if ((attr->group_tag == IPP_TAG_ZERO && indent <= 8) || !attr->name) + { + group = IPP_TAG_ZERO; + putchar('\n'); + continue; + } + + if (group != attr->group_tag) + { + group = attr->group_tag; + + putchar('\n'); + for (i = 4; i < indent; i ++) + putchar(' '); + + printf("%s:\n\n", tags[group]); + } + + for (i = 0; i < indent; i ++) + putchar(' '); + + printf("%s (", attr->name); + if (attr->num_values > 1) + printf("1setOf "); + printf("%s):", tags[attr->value_tag]); + + switch (attr->value_tag) + { + case IPP_TAG_ENUM : + case IPP_TAG_INTEGER : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %d", val->integer); + putchar('\n'); + break; + + case IPP_TAG_BOOLEAN : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %s", val->boolean ? "true" : "false"); + putchar('\n'); + break; + + case IPP_TAG_RANGE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %d-%d", val->range.lower, val->range.upper); + putchar('\n'); + break; + + case IPP_TAG_DATE : + { + time_t vtime; /* Date/Time value */ + struct tm *vdate; /* Date info */ + char vstring[256]; /* Formatted time */ + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + vtime = ippDateToTime(val->date); + vdate = localtime(&vtime); + strftime(vstring, sizeof(vstring), "%c", vdate); + printf(" (%s)", vstring); + } + } + putchar('\n'); + break; + + case IPP_TAG_RESOLUTION : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" %dx%d%s", val->resolution.xres, val->resolution.yres, + val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpc"); + putchar('\n'); + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_URI : + case IPP_TAG_URISCHEME : + case IPP_TAG_CHARSET : + case IPP_TAG_LANGUAGE : + case IPP_TAG_MIMETYPE : + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + printf(" \"%s\"", val->string.text); + putchar('\n'); + break; + + case IPP_TAG_BEGIN_COLLECTION : + putchar('\n'); + + for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++) + { + if (i) + putchar('\n'); + print_attributes(val->collection, indent + 4); + } + break; + + default : + printf("UNKNOWN (%d values)\n", attr->num_values); + break; + } + } +} + + +/* + * 'sigterm_handler()' - Flag when the user hits CTRL-C... + */ + +static void +sigterm_handler(int sig) /* I - Signal number (unused) */ +{ + (void)sig; + + terminate = 1; +} + + +/* + * 'usage()' - Show program usage... + */ + +static void +usage(void) +{ + puts("Usage: testsub [-E] [-e event ... -e eventN] [-h hostname] URI"); + exit(0); +} + + + +/* + * End of "$Id$". + */ diff --git a/scheduler/type.c b/scheduler/type.c new file mode 100644 index 0000000000..fd117ca0ca --- /dev/null +++ b/scheduler/type.c @@ -0,0 +1,1165 @@ +/* + * "$Id$" + * + * MIME typing routines for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * mimeAddType() - Add a MIME type to a database. + * mimeAddTypeRule() - Add a detection rule for a file type. + * mimeFileType() - Determine the type of a file. + * mimeType() - Lookup a file type. + * compare_types() - Compare two MIME super/type names. + * checkrules() - Check each rule in a list. + * patmatch() - Pattern matching... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include + +#include +#include "mime.h" +#include + + +/* + * Local types... + */ + +typedef struct _mime_filebuf_s /**** File buffer for MIME typing ****/ +{ + cups_file_t *fp; /* File pointer */ + int offset, /* Offset in file */ + length; /* Length of buffered data */ + unsigned char buffer[MIME_MAX_BUFFER];/* Buffered data */ +} _mime_filebuf_t; + + +/* + * Local functions... + */ + +static int compare_types(mime_type_t *t0, mime_type_t *t1); +static int checkrules(const char *filename, _mime_filebuf_t *fb, + mime_magic_t *rules); +static int patmatch(const char *s, const char *pat); + + +/* + * 'mimeAddType()' - Add a MIME type to a database. + */ + +mime_type_t * /* O - New (or existing) MIME type */ +mimeAddType(mime_t *mime, /* I - MIME database */ + const char *super, /* I - Super-type name */ + const char *type) /* I - Type name */ +{ + mime_type_t *temp; /* New MIME type */ + + + /* + * Range check input... + */ + + if (!mime || !super || !type) + return (NULL); + + /* + * See if the type already exists; if so, return the existing type... + */ + + if ((temp = mimeType(mime, super, type)) != NULL) + return (temp); + + /* + * The type doesn't exist; add it... + */ + + if (!mime->types) + mime->types = cupsArrayNew((cups_array_func_t)compare_types, NULL); + + if (!mime->types) + return (NULL); + + if ((temp = calloc(1, sizeof(mime_type_t) - MIME_MAX_TYPE + + strlen(type) + 1)) == NULL) + return (NULL); + + strlcpy(temp->super, super, sizeof(temp->super)); + strcpy(temp->type, type); /* Safe: temp->type is allocated */ + + cupsArrayAdd(mime->types, temp); + + return (temp); +} + + +/* + * 'mimeAddTypeRule()' - Add a detection rule for a file type. + */ + +int /* O - 0 on success, -1 on failure */ +mimeAddTypeRule(mime_type_t *mt, /* I - Type to add to */ + const char *rule) /* I - Rule to add */ +{ + int num_values, /* Number of values seen */ + op, /* Operation code */ + logic, /* Logic for next rule */ + invert; /* Invert following rule? */ + char name[255], /* Name in rule string */ + value[3][255], /* Value in rule string */ + *ptr, /* Position in name or value */ + quote; /* Quote character */ + int length[3]; /* Length of each parameter */ + mime_magic_t *temp, /* New rule */ + *current; /* Current rule */ + + + /* + * Range check input... + */ + + if (!mt || !rule) + return (-1); + + /* + * Find the last rule in the top-level of the rules tree. + */ + + for (current = mt->rules; current; current = current->next) + if (!current->next) + break; + + /* + * Parse the rules string. Most rules are either a file extension or a + * comparison function: + * + * extension + * function(parameters) + */ + + logic = MIME_MAGIC_NOP; + invert = 0; + + DEBUG_printf(("%s/%s: %s\n", mt->super, mt->type, rule)); + + while (*rule != '\0') + { + while (isspace(*rule & 255)) + rule ++; + + if (*rule == '(') + { + DEBUG_puts("new parenthesis group"); + logic = MIME_MAGIC_NOP; + rule ++; + } + else if (*rule == ')') + { + DEBUG_puts("close paren..."); + if (current == NULL || current->parent == NULL) + return (-1); + + current = current->parent; + + if (current->parent == NULL) + logic = MIME_MAGIC_OR; + else + logic = current->parent->op; + + rule ++; + } + else if (*rule == '+' && current != NULL) + { + if (logic != MIME_MAGIC_AND && + current != NULL && current->prev != NULL && + current->prev->prev != NULL) + { + /* + * OK, we have more than 1 rule in the current tree level... Make a + * new group tree and move the previous rule to it... + */ + + if ((temp = calloc(1, sizeof(mime_magic_t))) == NULL) + return (-1); + + temp->op = MIME_MAGIC_AND; + temp->child = current; + temp->parent = current->parent; + current->prev->next = temp; + temp->prev = current->prev; + + current->prev = NULL; + current->parent = temp; + + DEBUG_printf(("creating new AND group %p...\n", temp)); + } + else + { + DEBUG_printf(("setting group %p op to AND...\n", current->parent)); + current->parent->op = MIME_MAGIC_AND; + } + + logic = MIME_MAGIC_AND; + rule ++; + } + else if (*rule == ',') + { + if (logic != MIME_MAGIC_OR && current != NULL) + { + /* + * OK, we have two possibilities; either this is the top-level rule or + * we have a bunch of AND rules at this level. + */ + + if (current->parent == NULL) + { + /* + * This is the top-level rule; we have to move *all* of the AND rules + * down a level, as AND has precedence over OR. + */ + + if ((temp = calloc(1, sizeof(mime_magic_t))) == NULL) + return (-1); + + DEBUG_printf(("creating new AND group %p inside OR group\n", temp)); + + while (current->prev != NULL) + { + current->parent = temp; + current = current->prev; + } + + current->parent = temp; + temp->op = MIME_MAGIC_AND; + temp->child = current; + + mt->rules = current = temp; + } + else + { + /* + * This isn't the top rule, so go up one level... + */ + + DEBUG_puts("going up one level"); + current = current->parent; + } + } + + logic = MIME_MAGIC_OR; + rule ++; + } + else if (*rule == '!') + { + DEBUG_puts("NOT"); + invert = 1; + rule ++; + } + else if (isalnum(*rule & 255)) + { + /* + * Read an extension name or a function... + */ + + ptr = name; + while (isalnum(*rule & 255) && (ptr - name) < (sizeof(name) - 1)) + *ptr++ = *rule++; + + *ptr = '\0'; + num_values = 0; + + if (*rule == '(') + { + /* + * Read function parameters... + */ + + rule ++; + for (num_values = 0; + num_values < (sizeof(value) / sizeof(value[0])); + num_values ++) + { + ptr = value[num_values]; + + while ((ptr - value[num_values]) < (sizeof(value[0]) - 1) && + *rule != '\0' && *rule != ',' && *rule != ')') + { + if (isspace(*rule & 255)) + { + /* + * Ignore whitespace... + */ + + rule ++; + continue; + } + else if (*rule == '\"' || *rule == '\'') + { + /* + * Copy quoted strings literally... + */ + + quote = *rule++; + + while (*rule != '\0' && *rule != quote && + (ptr - value[num_values]) < (sizeof(value[0]) - 1)) + *ptr++ = *rule++; + + if (*rule == quote) + rule ++; + else + return (-1); + } + else if (*rule == '<') + { + rule ++; + + while (*rule != '>' && *rule != '\0' && + (ptr - value[num_values]) < (sizeof(value[0]) - 1)) + { + if (isxdigit(rule[0] & 255) && isxdigit(rule[1] & 255)) + { + if (isdigit(*rule)) + *ptr = (*rule++ - '0') << 4; + else + *ptr = (tolower(*rule++) - 'a' + 10) << 4; + + if (isdigit(*rule)) + *ptr++ |= *rule++ - '0'; + else + *ptr++ |= tolower(*rule++) - 'a' + 10; + } + else + return (-1); + } + + if (*rule == '>') + rule ++; + else + return (-1); + } + else + *ptr++ = *rule++; + } + + *ptr = '\0'; + length[num_values] = ptr - value[num_values]; + + if (*rule != ',') + break; + + rule ++; + } + + if (*rule != ')') + return (-1); + + rule ++; + + /* + * Figure out the function... + */ + + if (!strcmp(name, "match")) + op = MIME_MAGIC_MATCH; + else if (!strcmp(name, "ascii")) + op = MIME_MAGIC_ASCII; + else if (!strcmp(name, "printable")) + op = MIME_MAGIC_PRINTABLE; + else if (!strcmp(name, "string")) + op = MIME_MAGIC_STRING; + else if (!strcmp(name, "istring")) + op = MIME_MAGIC_ISTRING; + else if (!strcmp(name, "char")) + op = MIME_MAGIC_CHAR; + else if (!strcmp(name, "short")) + op = MIME_MAGIC_SHORT; + else if (!strcmp(name, "int")) + op = MIME_MAGIC_INT; + else if (!strcmp(name, "locale")) + op = MIME_MAGIC_LOCALE; + else if (!strcmp(name, "contains")) + op = MIME_MAGIC_CONTAINS; + else + return (-1); + } + else + { + /* + * This is just a filename match on the extension... + */ + + snprintf(value[0], sizeof(value[0]), "*.%s", name); + length[0] = strlen(value[0]); + num_values = 1; + op = MIME_MAGIC_MATCH; + } + + /* + * Add a rule for this operation. + */ + + if ((temp = calloc(1, sizeof(mime_magic_t))) == NULL) + return (-1); + + temp->invert = invert; + if (current != NULL) + { + temp->parent = current->parent; + current->next = temp; + } + else + mt->rules = temp; + + temp->prev = current; + + if (logic == MIME_MAGIC_NOP) + { + /* + * Add parenthetical grouping... + */ + + DEBUG_printf(("making new OR group %p for parenthesis...\n", temp)); + + temp->op = MIME_MAGIC_OR; + + if ((temp->child = calloc(1, sizeof(mime_magic_t))) == NULL) + return (-1); + + temp->child->parent = temp; + + temp = temp->child; + logic = MIME_MAGIC_OR; + } + + DEBUG_printf(("adding %p: %s, op = %d, logic = %d, invert = %d\n", + temp, name, op, logic, invert)); + + /* + * Fill in data for the rule... + */ + + current = temp; + temp->op = op; + invert = 0; + + switch (op) + { + case MIME_MAGIC_MATCH : + if (length[0] > (sizeof(temp->value.matchv) - 1)) + return (-1); + strcpy(temp->value.matchv, value[0]); + break; + case MIME_MAGIC_ASCII : + case MIME_MAGIC_PRINTABLE : + temp->offset = strtol(value[0], NULL, 0); + temp->length = strtol(value[1], NULL, 0); + if (temp->length > MIME_MAX_BUFFER) + temp->length = MIME_MAX_BUFFER; + break; + case MIME_MAGIC_STRING : + case MIME_MAGIC_ISTRING : + temp->offset = strtol(value[0], NULL, 0); + if (length[1] > sizeof(temp->value.stringv)) + return (-1); + temp->length = length[1]; + memcpy(temp->value.stringv, value[1], length[1]); + break; + case MIME_MAGIC_CHAR : + temp->offset = strtol(value[0], NULL, 0); + if (length[1] == 1) + temp->value.charv = value[1][0]; + else + temp->value.charv = (char)strtol(value[1], NULL, 0); + break; + case MIME_MAGIC_SHORT : + temp->offset = strtol(value[0], NULL, 0); + temp->value.shortv = (short)strtol(value[1], NULL, 0); + break; + case MIME_MAGIC_INT : + temp->offset = strtol(value[0], NULL, 0); + temp->value.intv = (int)strtol(value[1], NULL, 0); + break; + case MIME_MAGIC_LOCALE : + if (length[0] > (sizeof(temp->value.localev) - 1)) + return (-1); + + strcpy(temp->value.localev, value[0]); + break; + case MIME_MAGIC_CONTAINS : + temp->offset = strtol(value[0], NULL, 0); + temp->region = strtol(value[1], NULL, 0); + if (length[2] > sizeof(temp->value.stringv)) + return (-1); + temp->length = length[2]; + memcpy(temp->value.stringv, value[2], length[2]); + break; + } + } + else + break; + } + + return (0); +} + + +/* + * 'mimeFileType()' - Determine the type of a file. + */ + +mime_type_t * /* O - Type of file */ +mimeFileType(mime_t *mime, /* I - MIME database */ + const char *pathname, /* I - Name of file to check on disk */ + const char *filename, /* I - Original filename or NULL */ + int *compression) /* O - Is the file compressed? */ +{ + _mime_filebuf_t fb; /* File buffer */ + const char *base; /* Base filename of file */ + mime_type_t *type; /* File type */ + + + DEBUG_printf(("mimeFileType(mime=%p, pathname=\"%s\", filename=\"%s\", " + "compression=%p)\n", + mime, pathname ? pathname : "(nil)", + filename ? filename : "(nil)", + compression)); + + /* + * Range check input parameters... + */ + + if (!mime || !pathname) + return (NULL); + + /* + * Try to open the file... + */ + + if ((fb.fp = cupsFileOpen(pathname, "r")) == NULL) + return (NULL); + + fb.offset = -1; + fb.length = 0; + + /* + * Figure out the base filename (without directory portion)... + */ + + if (filename) + { + if ((base = strrchr(filename, '/')) != NULL) + base ++; + else + filename = filename; + } + else if ((base = strrchr(pathname, '/')) != NULL) + base ++; + else + filename = pathname; + + /* + * Then check it against all known types... + */ + + for (type = (mime_type_t *)cupsArrayFirst(mime->types); + type; + type = (mime_type_t *)cupsArrayNext(mime->types)) + if (checkrules(base, &fb, type->rules)) + break; + + /* + * Finally, close the file and return a match (if any)... + */ + + if (compression) + *compression = cupsFileCompression(fb.fp); + + cupsFileClose(fb.fp); + + return (type); +} + + +/* + * 'mimeType()' - Lookup a file type. + */ + +mime_type_t * /* O - Matching file type definition */ +mimeType(mime_t *mime, /* I - MIME database */ + const char *super, /* I - Super-type name */ + const char *type) /* I - Type name */ +{ + mime_type_t key; /* MIME type search key*/ + + + /* + * Range check input... + */ + + if (!mime || !super || !type) + return (NULL); + + /* + * Lookup the type in the array... + */ + + strlcpy(key.super, super, sizeof(key.super)); + strlcpy(key.type, type, sizeof(key.type)); + + return ((mime_type_t *)cupsArrayFind(mime->types, &key)); +} + + +/* + * 'compare_types()' - Compare two MIME super/type names. + */ + +static int /* O - Result of comparison */ +compare_types(mime_type_t *t0, /* I - First type */ + mime_type_t *t1) /* I - Second type */ +{ + int i; /* Result of comparison */ + + + if ((i = strcmp(t0->super, t1->super)) == 0) + i = strcmp(t0->type, t1->type); + + return (i); +} + + +/* + * 'checkrules()' - Check each rule in a list. + */ + +static int /* O - 1 if match, 0 if no match */ +checkrules(const char *filename, /* I - Filename */ + _mime_filebuf_t *fb, /* I - File to check */ + mime_magic_t *rules) /* I - Rules to check */ +{ + int n; /* Looping var */ + int region; /* Region to look at */ + int logic, /* Logic to apply */ + result, /* Result of test */ + intv; /* Integer value */ + short shortv; /* Short value */ + unsigned char *bufptr; /* Pointer into buffer */ +#ifdef DEBUG + const char * const debug_tests[] = /* Test names... */ + { + "NOP", /* No operation */ + "AND", /* Logical AND of all children */ + "OR", /* Logical OR of all children */ + "MATCH", /* Filename match */ + "ASCII", /* ASCII characters in range */ + "PRINTABLE", /* Printable characters (32-255) */ + "STRING", /* String matches */ + "CHAR", /* Character/byte matches */ + "SHORT", /* Short/16-bit word matches */ + "INT", /* Integer/32-bit word matches */ + "LOCALE" /* Current locale matches string */ + "CONTAINS" /* File contains a string */ + "ISTRING" /* Case-insensitive string matches */ + }; +#endif /* DEBUG */ + + + DEBUG_printf(("checkrules(filename=\"%s\", fb=%p, rules=%p)\n", filename, + fb, rules)); + + if (rules == NULL) + return (0); + + if (rules->parent == NULL) + logic = MIME_MAGIC_OR; + else + logic = rules->parent->op; + + result = 0; + + while (rules != NULL) + { + /* + * Compute the result of this rule... + */ + + switch (rules->op) + { + case MIME_MAGIC_MATCH : + result = patmatch(filename, rules->value.matchv); + break; + + case MIME_MAGIC_ASCII : + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset || + (rules->offset + rules->length) > (fb->offset + fb->length)) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + } + + /* + * Test for ASCII printable characters plus standard control chars. + */ + + if ((rules->offset + rules->length) > (fb->offset + fb->length)) + n = fb->offset + fb->length - rules->offset; + else + n = rules->length; + + bufptr = fb->buffer + rules->offset - fb->offset; + while (n > 0) + if ((*bufptr >= 32 && *bufptr <= 126) || + (*bufptr >= 8 && *bufptr <= 13) || + *bufptr == 26 || *bufptr == 27) + { + n --; + bufptr ++; + } + else + break; + + result = (n == 0); + break; + + case MIME_MAGIC_PRINTABLE : + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset || + (rules->offset + rules->length) > (fb->offset + fb->length)) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + } + + /* + * Test for 8-bit printable characters plus standard control chars. + */ + + if ((rules->offset + rules->length) > (fb->offset + fb->length)) + n = fb->offset + fb->length - rules->offset; + else + n = rules->length; + + bufptr = fb->buffer + rules->offset - fb->offset; + + while (n > 0) + if (*bufptr >= 128 || + (*bufptr >= 32 && *bufptr <= 126) || + (*bufptr >= 8 && *bufptr <= 13) || + *bufptr == 26 || *bufptr == 27) + { + n --; + bufptr ++; + } + else + break; + + result = (n == 0); + break; + + case MIME_MAGIC_STRING : + DEBUG_printf((" string(%d, \"%s\")\n", rules->offset, + rules->value.stringv)); + + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset || + (rules->offset + rules->length) > (fb->offset + fb->length)) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + + DEBUG_printf((" loaded %d byte fb->buffer at %d, starts " + "with \"%c%c%c%c\"...\n", + fb->length, fb->offset, fb->buffer[0], fb->buffer[1], + fb->buffer[2], fb->buffer[3])); + } + + /* + * Compare the buffer against the string. If the file is too + * short then don't compare - it can't match... + */ + + if ((rules->offset + rules->length) > (fb->offset + fb->length)) + result = 0; + else + result = (memcmp(fb->buffer + rules->offset - fb->offset, + rules->value.stringv, rules->length) == 0); + DEBUG_printf((" result=%d\n", result)); + break; + + case MIME_MAGIC_ISTRING : + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset || + (rules->offset + rules->length) > (fb->offset + fb->length)) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + } + + /* + * Compare the buffer against the string. If the file is too + * short then don't compare - it can't match... + */ + + if ((rules->offset + rules->length) > (fb->offset + fb->length)) + result = 0; + else + result = (strncasecmp((char *)fb->buffer + rules->offset - + fb->offset, + rules->value.stringv, rules->length) == 0); + break; + + case MIME_MAGIC_CHAR : + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + } + + /* + * Compare the character values; if the file is too short, it + * can't match... + */ + + if (fb->length < 1) + result = 0; + else + result = (fb->buffer[rules->offset - fb->offset] == + rules->value.charv); + break; + + case MIME_MAGIC_SHORT : + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset || + (rules->offset + 2) > (fb->offset + fb->length)) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + } + + /* + * Compare the short values; if the file is too short, it + * can't match... + */ + + if (fb->length < 2) + result = 0; + else + { + bufptr = fb->buffer + rules->offset - fb->offset; + shortv = (bufptr[0] << 8) | bufptr[1]; + result = (shortv == rules->value.shortv); + } + break; + + case MIME_MAGIC_INT : + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset || + (rules->offset + 4) > (fb->offset + fb->length)) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + } + + /* + * Compare the int values; if the file is too short, it + * can't match... + */ + + if (fb->length < 4) + result = 0; + else + { + bufptr = fb->buffer + rules->offset - fb->offset; + intv = (((((bufptr[0] << 8) | bufptr[1]) << 8) | + bufptr[2]) << 8) | bufptr[3]; + result = (intv == rules->value.intv); + } + break; + + case MIME_MAGIC_LOCALE : +#if defined(WIN32) || defined(__EMX__) || defined(__APPLE__) + result = (strcmp(rules->value.localev, + setlocale(LC_ALL, "")) == 0); +#else + result = (strcmp(rules->value.localev, + setlocale(LC_MESSAGES, "")) == 0); +#endif /* __APPLE__ */ + break; + + case MIME_MAGIC_CONTAINS : + /* + * Load the buffer if necessary... + */ + + if (fb->offset < 0 || rules->offset < fb->offset || + (rules->offset + rules->region) > (fb->offset + fb->length)) + { + /* + * Reload file buffer... + */ + + cupsFileSeek(fb->fp, rules->offset); + fb->length = cupsFileRead(fb->fp, (char *)fb->buffer, + sizeof(fb->buffer)); + fb->offset = rules->offset; + } + + /* + * Compare the buffer against the string. If the file is too + * short then don't compare - it can't match... + */ + + if ((rules->offset + rules->length) > (fb->offset + fb->length)) + result = 0; + else + { + if (fb->length > rules->region) + region = rules->region - rules->length; + else + region = fb->length - rules->length; + + for (n = 0; n < region; n ++) + if ((result = (memcmp(fb->buffer + rules->offset - fb->offset + n, + rules->value.stringv, + rules->length) == 0)) != 0) + break; + } + break; + + default : + if (rules->child != NULL) + result = checkrules(filename, fb, rules->child); + else + result = 0; + break; + } + + /* + * If the logic is inverted, invert the result... + */ + + if (rules->invert) + result = !result; + + /* + * OK, now if the current logic is OR and this result is true, the this + * rule set is true. If the current logic is AND and this result is false, + * the the rule set is false... + */ + + DEBUG_printf((" result of test %p (MIME_MAGIC_%s) is %d\n", rules, + debug_tests[rules->op], result)); + + if ((result && logic == MIME_MAGIC_OR) || + (!result && logic == MIME_MAGIC_AND)) + return (result); + + /* + * Otherwise the jury is still out on this one, so move to the next rule. + */ + + rules = rules->next; + } + + return (result); +} + + +/* + * 'patmatch()' - Pattern matching... + */ + +static int /* O - 1 if match, 0 if no match */ +patmatch(const char *s, /* I - String to match against */ + const char *pat) /* I - Pattern to match against */ +{ + /* + * Range check the input... + */ + + if (s == NULL || pat == NULL) + return (0); + + /* + * Loop through the pattern and match strings, and stop if we come to a + * point where the strings don't match or we find a complete match. + */ + + while (*s != '\0' && *pat != '\0') + { + if (*pat == '*') + { + /* + * Wildcard - 0 or more characters... + */ + + pat ++; + if (*pat == '\0') + return (1); /* Last pattern char is *, so everything matches... */ + + /* + * Test all remaining combinations until we get to the end of the string. + */ + + while (*s != '\0') + { + if (patmatch(s, pat)) + return (1); + + s ++; + } + } + else if (*pat == '?') + { + /* + * Wildcard - 1 character... + */ + + pat ++; + s ++; + continue; + } + else if (*pat == '[') + { + /* + * Match a character from the input set [chars]... + */ + + pat ++; + while (*pat != ']' && *pat != '\0') + if (*s == *pat) + break; + else + pat ++; + + if (*pat == ']' || *pat == '\0') + return (0); + + while (*pat != ']' && *pat != '\0') + pat ++; + + if (*pat == ']') + pat ++; + + continue; + } + else if (*pat == '\\') + { + /* + * Handle quoted characters... + */ + + pat ++; + } + + /* + * Stop if the pattern and string don't match... + */ + + if (*pat++ != *s++) + return (0); + } + + /* + * Done parsing the pattern and string; return 1 if the last character + * matches and 0 otherwise... + */ + + return (*s == *pat); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/util.c b/scheduler/util.c new file mode 100644 index 0000000000..a0d40a7046 --- /dev/null +++ b/scheduler/util.c @@ -0,0 +1,281 @@ +/* + * "$Id$" + * + * Mini-daemon utility functions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * cupsdCompareNames() - Compare two names. + * cupsdSendIPPGroup() - Send a group tag. + * cupsdSendIPPHeader() - Send the IPP response header. + * cupsdSendIPPInteger() - Send an integer attribute. + * cupsdSendIPPString() - Send a string attribute. + * cupsdSendIPPTrailer() - Send the end-of-message tag. + */ + +/* + * Include necessary headers... + */ + +#include "util.h" + + +/* + * 'cupsdCompareNames()' - Compare two names. + * + * This function basically does a strcasecmp() of the two strings, + * but is also aware of numbers so that "a2" < "a100". + */ + +int /* O - Result of comparison */ +cupsdCompareNames(const char *s, /* I - First string */ + const char *t) /* I - Second string */ +{ + int diff, /* Difference between digits */ + digits; /* Number of digits */ + + + /* + * Loop through both names, returning only when a difference is + * seen. Also, compare whole numbers rather than just characters, too! + */ + + while (*s && *t) + { + if (isdigit(*s & 255) && isdigit(*t & 255)) + { + /* + * Got a number; start by skipping leading 0's... + */ + + while (*s == '0') + s ++; + while (*t == '0') + t ++; + + /* + * Skip equal digits... + */ + + while (isdigit(*s & 255) && *s == *t) + { + s ++; + t ++; + } + + /* + * Bounce out if *s and *t aren't both digits... + */ + + if (isdigit(*s & 255) && !isdigit(*t & 255)) + return (1); + else if (!isdigit(*s & 255) && isdigit(*t & 255)) + return (-1); + else if (!isdigit(*s & 255) || !isdigit(*t & 255)) + continue; + + if (*s < *t) + diff = -1; + else + diff = 1; + + /* + * Figure out how many more digits there are... + */ + + digits = 0; + s ++; + t ++; + + while (isdigit(*s & 255)) + { + digits ++; + s ++; + } + + while (isdigit(*t & 255)) + { + digits --; + t ++; + } + + /* + * Return if the number or value of the digits is different... + */ + + if (digits < 0) + return (-1); + else if (digits > 0) + return (1); + else if (diff) + return (diff); + } + else if (tolower(*s) < tolower(*t)) + return (-1); + else if (tolower(*s) > tolower(*t)) + return (1); + else + { + s ++; + t ++; + } + } + + /* + * Return the results of the final comparison... + */ + + if (*s) + return (1); + else if (*t) + return (-1); + else + return (0); +} + + +/* + * 'cupsdSendIPPGroup()' - Send a group tag. + */ + +void +cupsdSendIPPGroup(ipp_tag_t group_tag) /* I - Group tag */ +{ + /* + * Send IPP group tag (1 byte)... + */ + + putchar(group_tag); +} + + +/* + * 'cupsdSendIPPHeader()' - Send the IPP response header. + */ + +void +cupsdSendIPPHeader( + ipp_status_t status_code, /* I - Status code */ + int request_id) /* I - Request ID */ +{ + /* + * Send IPP/1.1 response header: version number (2 bytes), status code + * (2 bytes), and request ID (4 bytes)... + */ + + putchar(1); + putchar(1); + + putchar(status_code >> 8); + putchar(status_code); + + putchar(request_id >> 24); + putchar(request_id >> 16); + putchar(request_id >> 8); + putchar(request_id); +} + + +#if 0 /* Not currently used */ +/* + * 'cupsdSendIPPInteger()' - Send an integer attribute. + */ + +void +cupsdSendIPPInteger( + ipp_tag_t value_tag, /* I - Value tag */ + const char *name, /* I - Attribute name */ + int value) /* I - Attribute value */ +{ + size_t len; /* Length of attribute name */ + + + /* + * Send IPP integer value: value tag (1 byte), name length (2 bytes), + * name string (without nul), and value (4 bytes)... + */ + + putchar(value_tag); + + len = strlen(name); + putchar(len >> 8); + putchar(len); + + fputs(name, stdout); + + putchar(value >> 24); + putchar(value >> 16); + putchar(value >> 8); + putchar(value); +} +#endif /* 0 */ + + +/* + * 'cupsdSendIPPString()' - Send a string attribute. + */ + +void +cupsdSendIPPString( + ipp_tag_t value_tag, /* I - Value tag */ + const char *name, /* I - Attribute name */ + const char *value) /* I - Attribute value */ +{ + size_t len; /* Length of attribute name */ + + + /* + * Send IPP string value: value tag (1 byte), name length (2 bytes), + * name string (without nul), value length (2 bytes), and value string + * (without nul)... + */ + + putchar(value_tag); + + len = strlen(name); + putchar(len >> 8); + putchar(len); + + fputs(name, stdout); + + len = strlen(value); + putchar(len >> 8); + putchar(len); + + fputs(value, stdout); +} + + +/* + * 'cupsdSendIPPTrailer()' - Send the end-of-message tag. + */ + +void +cupsdSendIPPTrailer(void) +{ + putchar(IPP_TAG_END); + fflush(stdout); +} + + +/* + * End of "$Id$". + */ diff --git a/scheduler/util.h b/scheduler/util.h new file mode 100644 index 0000000000..285c246dcf --- /dev/null +++ b/scheduler/util.h @@ -0,0 +1,59 @@ +/* + * "$Id$" + * + * Mini-daemon utility definitions for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2005 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPSD_UTIL_H_ +# define _CUPSD_UTIL_H_ + +/* + * Include necessary headers... + */ + +# include +# include +# include +# include +# include +# include +# include + + +/* + * Prototypes... + */ + +extern int cupsdCompareNames(const char *s, const char *t); +extern void cupsdSendIPPGroup(ipp_tag_t group_tag); +extern void cupsdSendIPPHeader(ipp_status_t status_code, int request_id); +extern void cupsdSendIPPInteger(ipp_tag_t value_tag, const char *name, + int value); +extern void cupsdSendIPPString(ipp_tag_t value_tag, const char *name, + const char *value); +extern void cupsdSendIPPTrailer(void); + + +#endif /* !_CUPSD_UTIL_H_ */ + +/* + * End of "$Id$". + */ diff --git a/scripting/java/CUPSPrinter.java b/scripting/java/CUPSPrinter.java new file mode 100644 index 0000000000..a6d7a30757 --- /dev/null +++ b/scripting/java/CUPSPrinter.java @@ -0,0 +1,438 @@ +// +import java.io.*; +import java.net.*; +import java.util.*; + +public class CUPSPrinter +{ + String printer_name; + String printer_location; + String printer_info; + String printer_more_info; + + String[] printer_uri_supported; // Strings + String[] uri_authentication_supported; // Strings + String[] uri_security_supported; // Strings + + String attributes_charset; + String attributes_natural_language; + + int printer_state; + String printer_state_reasons; + + boolean printer_is_accepting_jobs; + + long printer_up_time; + long printer_current_time; + + int queued_job_count; + + String[] pdl_override_supported; + String[] ipp_versions_supported; + + int[] operations_supported; // Integers + + boolean multiple_document_jobs_supported; + int multiple_operation_time_out; + int[] multiple_document_handling_supported; // Integers + + String charset_configured; + String natural_language_configured; + String generated_natural_language_supported; + String[] charset_supported; // Strings + + String document_format_default; + String[] document_format_supported; // Strings + + String[] compression_supported; // Strings + + int job_priority_default; + int job_priority_supported; + + int copies_default; + int lower_copies_supported; + int upper_copies_supported; + + boolean page_ranges_supported; + + int number_up_default; + int[] number_up_supported; // integers + + + int orientation_requested_default; + int[] orientation_requested_supported; // Integers + + int job_quota_period; + int job_k_limit; + int job_page_limit; + + String job_sheets_default; // Should this be a list too? + String[] job_sheets_supported; // Strings + + String device_uri; + + boolean color_supported; + int pages_per_minute; + + String printer_make_and_model; + + String media_default; + String[] media_supported; // Strings + + int finishings_default; + int[] finishings_supported; // Integers + + int printer_type; + + + + // --------------------------------------------- + // + // Basic constructor. + // + public CUPSPrinter() + { + } + + + + + // --------------------------------------------- + // + // Move the attributes from an ipp request + // into a CUPSPrinter object. + // + public void updateAttribute( IPPAttribute a ) + { + IPPValue v; + int i; + + + if (a.name.compareTo("printer-name") == 0) + { + v = (IPPValue)a.values.get(0); + printer_name = v.text; + } + else if (a.name.compareTo("printer-location") == 0) + { + v = (IPPValue)a.values.get(0); + printer_location = v.text; + } + else if (a.name.compareTo("printer-info") == 0) + { + v = (IPPValue)a.values.get(0); + printer_info = v.text; + } + else if (a.name.compareTo("printer-more-info") == 0) + { + v = (IPPValue)a.values.get(0); + printer_more_info = v.text; + } + else if (a.name.compareTo("printer-uri-supported") == 0) + { + printer_uri_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + printer_uri_supported[i] = v.text; + } + } + else if (a.name.compareTo("uri-authentication-supported") == 0) + { + uri_authentication_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + uri_authentication_supported[i] = v.text; + } + } + else if (a.name.compareTo("uri-security-supported") == 0) + { + uri_security_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + uri_security_supported[i] = v.text; + } + } + else if (a.name.compareTo("attributes-charset") == 0) + { + v = (IPPValue)a.values.get(0); + attributes_charset = v.text; + } + else if (a.name.compareTo("attributes-natural-language") == 0) + { + v = (IPPValue)a.values.get(0); + attributes_natural_language = v.text; + } + else if (a.name.compareTo("printer-state") == 0) + { + v = (IPPValue)a.values.get(0); + printer_state = v.integer_value; + } + else if (a.name.compareTo("printer-state-reasons") == 0) + { + v = (IPPValue)a.values.get(0); + printer_state_reasons = v.text; + } + else if (a.name.compareTo("printer-is-accepting-jobs") == 0) + { + v = (IPPValue)a.values.get(0); + printer_is_accepting_jobs = v.boolean_value; + } + else if (a.name.compareTo("printer-up-time") == 0) + { + v = (IPPValue)a.values.get(0); + printer_up_time = v.integer_value; + } + else if (a.name.compareTo("printer-current-time") == 0) + { + v = (IPPValue)a.values.get(0); + printer_current_time = v.unix_time; // *** FIX *** + } + else if (a.name.compareTo("queue-job-count") == 0) + { + v = (IPPValue)a.values.get(0); + queued_job_count = v.integer_value; + } + else if (a.name.compareTo("pdl-override-supported") == 0) + { + pdl_override_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + pdl_override_supported[i] = v.text; + } + } + else if (a.name.compareTo("ipp-versions-supported") == 0) + { + ipp_versions_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + ipp_versions_supported[i] = v.text; + } + } + else if (a.name.compareTo("operations-supported") == 0) + { + operations_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + operations_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("multiple-document-jobs-supported") == 0) + { + v = (IPPValue)a.values.get(0); + multiple_document_jobs_supported = v.boolean_value; + } + else if (a.name.compareTo("multiple-operation-time-out") == 0) + { + v = (IPPValue)a.values.get(0); + multiple_operation_time_out = v.integer_value; + } + else if (a.name.compareTo("multiple-document-handling-supported") == 0) + { + multiple_document_handling_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + multiple_document_handling_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("charset-configured") == 0) + { + v = (IPPValue)a.values.get(0); + charset_configured = v.text; + } + else if (a.name.compareTo("natural-language-configured") == 0) + { + v = (IPPValue)a.values.get(0); + natural_language_configured = v.text; + } + else if (a.name.compareTo("generated-natural-language-supported") == 0) + { + // *** Should this be a list too? + v = (IPPValue)a.values.get(0); + generated_natural_language_supported = v.text; + } + else if (a.name.compareTo("charset-supported") == 0) + { + charset_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + charset_supported[i] = v.text; + } + } + else if (a.name.compareTo("document-format-default") == 0) + { + v = (IPPValue)a.values.get(0); + document_format_default = v.text; + } + else if (a.name.compareTo("document-format-supported") == 0) + { + document_format_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + document_format_supported[i] = v.text; + } + } + else if (a.name.compareTo("compression-supported") == 0) + { + compression_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + compression_supported[i] = v.text; + } + } + else if (a.name.compareTo("job-priority-default") == 0) + { + v = (IPPValue)a.values.get(0); + job_priority_default = v.integer_value; + } + else if (a.name.compareTo("job-priority-supported") == 0) + { + // *** Should be a list? *** + v = (IPPValue)a.values.get(0); + job_priority_supported = v.integer_value; + } + else if (a.name.compareTo("copies-default") == 0) + { + v = (IPPValue)a.values.get(0); + copies_default = v.integer_value; + } + else if (a.name.compareTo("copies-supported") == 0) + { + v = (IPPValue)a.values.get(0); + lower_copies_supported = v.lower; + upper_copies_supported = v.upper; + } + else if (a.name.compareTo("page-ranges-supported") == 0) + { + v = (IPPValue)a.values.get(0); + page_ranges_supported = v.boolean_value; + } + else if (a.name.compareTo("number-up-default") == 0) + { + v = (IPPValue)a.values.get(0); + number_up_default = v.integer_value; + } + else if (a.name.compareTo("number-up-supported") == 0) + { + number_up_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + number_up_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("orientation-requested-default") == 0) + { + v = (IPPValue)a.values.get(0); + orientation_requested_default = v.integer_value; + } + else if (a.name.compareTo("orientation-requested-supported") == 0) + { + orientation_requested_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + orientation_requested_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("job-quota-period") == 0) + { + v = (IPPValue)a.values.get(0); + job_quota_period = v.integer_value; + } + else if (a.name.compareTo("job-k-limit") == 0) + { + v = (IPPValue)a.values.get(0); + job_k_limit = v.integer_value; + } + else if (a.name.compareTo("job-page-limit") == 0) + { + v = (IPPValue)a.values.get(0); + job_page_limit = v.integer_value; + } + else if (a.name.compareTo("job-sheets-default") == 0) + { + v = (IPPValue)a.values.get(0); + job_sheets_default = v.text; + } + else if (a.name.compareTo("job-sheets-supported") == 0) + { + job_sheets_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + job_sheets_supported[i] = v.text; + } + } + else if (a.name.compareTo("device-uri") == 0) + { + v = (IPPValue)a.values.get(0); + device_uri = v.text; + } + else if (a.name.compareTo("color-supported") == 0) + { + v = (IPPValue)a.values.get(0); + color_supported = v.boolean_value; + } + else if (a.name.compareTo("pages-per-minute") == 0) + { + v = (IPPValue)a.values.get(0); + pages_per_minute = v.integer_value; + } + else if (a.name.compareTo("printer-make-and-model") == 0) + { + v = (IPPValue)a.values.get(0); + printer_make_and_model = v.text; + } + else if (a.name.compareTo("media-default") == 0) + { + v = (IPPValue)a.values.get(0); + media_default = v.text; + } + else if (a.name.compareTo("media-supported") == 0) + { + media_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + media_supported[i] = v.text; + } + } + else if (a.name.compareTo("finishings-default") == 0) + { + v = (IPPValue)a.values.get(0); + finishings_default = v.integer_value; + } + else if (a.name.compareTo("finishings-supported") == 0) + { + finishings_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + finishings_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("printer-type") == 0) + { + v = (IPPValue)a.values.get(0); + printer_type = v.integer_value; + } + + } // End of updateAttribute() + + + + + +} // End of CUPSPrinter class + + diff --git a/scripting/java/classes/com/easysw/cups/Cups.class b/scripting/java/classes/com/easysw/cups/Cups.class new file mode 100644 index 0000000000000000000000000000000000000000..e259d5b73c89dabaf93489e005399bd5e3d092c6 GIT binary patch literal 12601 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 Xtv&zOXB=e0Ot^-6gum!l_P_oYPC)mT literal 0 Hc-jL100001 diff --git a/scripting/java/classes/com/easysw/cups/CupsJob.class b/scripting/java/classes/com/easysw/cups/CupsJob.class new file mode 100644 index 0000000000000000000000000000000000000000..8d3a55ceec42b054742fd69b413480fb1c4b8e5b GIT binary patch literal 2830 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 G)Bgb)><26W literal 0 Hc-jL100001 diff --git a/scripting/java/classes/com/easysw/cups/IPP.class b/scripting/java/classes/com/easysw/cups/IPP.class new file mode 100644 index 0000000000000000000000000000000000000000..4519d4d0f9b37d288091a1cd6080e0382e2abd68 GIT binary patch literal 2100 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 GZT%D8v`e%A literal 0 Hc-jL100001 diff --git a/scripting/java/classes/com/easysw/cups/IPPCalendar.class b/scripting/java/classes/com/easysw/cups/IPPCalendar.class new file mode 100644 index 0000000000000000000000000000000000000000..cc47184593a3bed74aa2eb17e67aaa45de5909a3 GIT binary patch literal 382 zc-mc$&q~8U5XQev(nMpl)mASehzHRg8t)Y^1tp?VuzKI7OIg`$B!8;DK_5mBUKBj| z06vLNAx>5;(uMtI_~th|J0D+f?*Ka3@Zn*tlBN$A%^J+HKRvWOtTVWWQp@6q!QR`y zW^j7xNHEmTq!t%tG8EZ>4^`!iMKO?xi1fKsO6I2FlwpbdD=qJOhJSZlw6JySw|Bz29sOG<-hs5L{ar#bY1bOrTabO(-c{q_s& R7Mx`IILCKM8x$?9egnUELDB#K literal 0 Hc-jL100001 diff --git a/scripting/java/classes/com/easysw/cups/IPPDefs.class b/scripting/java/classes/com/easysw/cups/IPPDefs.class new file mode 100644 index 0000000000000000000000000000000000000000..879dbe95b6a1b69d5307822b40644970bfd53baa GIT binary patch literal 7640 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 LqcM;z=Q{L%)8VW! literal 0 Hc-jL100001 diff --git a/scripting/java/classes/com/easysw/cups/IPPError.class b/scripting/java/classes/com/easysw/cups/IPPError.class new file mode 100644 index 0000000000000000000000000000000000000000..853b8d031403f3b22dcc79f92acc50155d3b77c8 GIT binary patch literal 2663 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 literal 0 Hc-jL100001 diff --git a/scripting/java/classes/com/easysw/cups/IPPURLConnection.class b/scripting/java/classes/com/easysw/cups/IPPURLConnection.class new file mode 100644 index 0000000000000000000000000000000000000000..6293c62d5377aaec0a3c4ae996afaf7dda77aa78 GIT binary patch literal 413 zc-n=J&q~8U5XQerVxnucR#4EBdTJFK>b2q}Ac#SN{|?^LbdeRiE7?TtJ9+UWc<=#y zC~=aOTD-W2Z+5=<&CKrC_s1uIF4hHHGy|*!Xc7D)rB!iEXtm?}^eGLsEW+!HxZk-U zc##=OLNiuco|mJ6%&*eH13RL$O5Y{9c^MPjcITE5WJYV56?M+NVyNuQ5|^gTGkKz_ z=8e-N;SJHGsEqDbiyQE;K-kI5D3qxk+vhMVA8q&-CTz~X^S6LqIQ+Bfc%W(;tIydU z`wmBc|KJ_;#y5T~tEk-`bBF9KVrj~6b0m(A`#NL&+Uc_jEKj+ux{CRc6D(qF{EwZn Ju2g%l`U9e2Mw?)k=XcJT&pGEi=ibl% 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 Su5YpYU!TaYUr*z|t^Nk|GN*C? literal 0 Hc-jL100001 diff --git a/scripting/java/docs/allclasses-frame.html b/scripting/java/docs/allclasses-frame.html new file mode 100644 index 0000000000..fd8f6a4f35 --- /dev/null +++ b/scripting/java/docs/allclasses-frame.html @@ -0,0 +1,49 @@ + + + + + + +All Classes + + + + + +All Classes +
+ + + + + +
Cups +
+CupsJob +
+CupsPrinter +
+IPP +
+IPPAttribute +
+IPPDefs +
+IPPError +
+IPPHttp +
+IPPMD5 +
+IPPRequest +
+IPPStatus +
+IPPURLConnection +
+IPPValue +
+
+ + + diff --git a/scripting/java/docs/com/easysw/cups/Cups.html b/scripting/java/docs/com/easysw/cups/Cups.html new file mode 100644 index 0000000000..77f25a7f1b --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/Cups.html @@ -0,0 +1,600 @@ + + + + + + +: Class Cups + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class Cups

+
+java.lang.Object
+  |
+  +--com.easysw.cups.Cups
+
+
+
+
public class Cups
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
Cups() + +
+          Void constructor.
Cups(java.net.URL p_url) + +
+          Constructor using a URL.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcupsCancelJob(java.lang.String printer_name, + int p_job_id, + java.lang.String p_user_name) + +
+          Cancel a job - send a job cancel request to the server.
+ java.lang.StringcupsGetDefault() + +
+          Get default destination.
+ CupsJob[]cupsGetJobs(boolean showMyJobs, + boolean showCompleted) + +
+          Get a list of jobs.
+ java.util.ListcupsGetPrinterAttributes(java.lang.String printer_name) + +
+          Get printer attributes
+ java.lang.String[]cupsGetPrinters() + +
+          Get a list of printers.
+ java.util.ListcupsGetPrinterStatus(java.lang.String printer_name) + +
+           
+ CupsJobcupsPrintFile(java.lang.String p_filename, + IPPAttribute[] p_attrs) + +
+          Print a file.
+ booleandoRequest() + +
+          Do a CUPS request to the server.
+ booleandoRequest(java.io.File file) + +
+          Send a FILE to the CUPS server.
+ booleandoRequest(java.lang.String from) + +
+           
+ booleangetEncrypt() + +
+          Get the value of the encrypt member.
+ voidsetDest(java.lang.String p_dest) + +
+          Set the value of the dest member.
+ voidsetEncrypt(boolean p_encrypt) + +
+          Set the value of the encrypt member.
+ voidsetInstance(java.lang.String p_instance) + +
+          Set the value of the instance member.
+ voidsetPasswd(java.lang.String p_passwd) + +
+          Set the value of the passwd member.
+ voidsetPath(java.lang.String p_path) + +
+          Set the value of the path member.
+ voidsetPort(int p_port) + +
+          Set the value of the port member.
+ voidsetProtocol(java.lang.String p_protocol) + +
+          Set the value of the protocol member.
+ voidsetServer(java.lang.String p_server) + +
+          Set the value of the server member.
+ voidsetUser(java.lang.String p_user) + +
+          Set the value of the user member.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Cups

+
+public Cups()
+
+
Void constructor.
+
+ +

+Cups

+
+public Cups(java.net.URL p_url)
+
+
Constructor using a URL.
+
Parameters:
p_url - A URL object.
+
+
+ + + + + + + + +
+Method Detail
+ +

+setProtocol

+
+public void setProtocol(java.lang.String p_protocol)
+
+
Set the value of the protocol member. Valid values + are ipp or http.
+
Parameters:
p_protocol - String with protocol.
+
+
+
+ +

+setServer

+
+public void setServer(java.lang.String p_server)
+
+
Set the value of the server member. This is an + IP address or a hostname.
+
Parameters:
p_server - IP address or hostname.
+
+
+
+ +

+setPort

+
+public void setPort(int p_port)
+
+
Set the value of the port member.
+
Parameters:
p_port - Port number.
+
+
+
+ +

+setUser

+
+public void setUser(java.lang.String p_user)
+
+
Set the value of the user member.
+
Parameters:
p_user - User name.
+
+
+
+ +

+setPasswd

+
+public void setPasswd(java.lang.String p_passwd)
+
+
Set the value of the passwd member.
+
Parameters:
p_passwd - Password.
+
+
+
+ +

+setDest

+
+public void setDest(java.lang.String p_dest)
+
+
Set the value of the dest member.
+
Parameters:
p_dest - Destination.
+
+
+
+ +

+setInstance

+
+public void setInstance(java.lang.String p_instance)
+
+
Set the value of the instance member.
+
Parameters:
p_instance - Instance.
+
+
+
+ +

+setEncrypt

+
+public void setEncrypt(boolean p_encrypt)
+
+
Set the value of the encrypt member.
+
Parameters:
p_enrypt - Yes or no.
+
+
+
+ +

+getEncrypt

+
+public boolean getEncrypt()
+
+
Get the value of the encrypt member.
+
Returns:
boolean Encryption on or off.
+
+
+
+ +

+setPath

+
+public void setPath(java.lang.String p_path)
+
+
Set the value of the path member. This is the + path that will be used in the POST method.
+
Parameters:
p_path - Path on server.
+
+
+
+ +

+doRequest

+
+public boolean doRequest(java.lang.String from)
+                  throws java.io.IOException
+
+
+
+ +

+doRequest

+
+public boolean doRequest()
+                  throws java.io.IOException
+
+
Do a CUPS request to the server.
+
Parameters:
p_dest - Destination name.
Returns:
boolean True on success, false otherwise
+
+
+
+ +

+doRequest

+
+public boolean doRequest(java.io.File file)
+                  throws java.io.IOException
+
+
Send a FILE to the CUPS server.
+
Parameters:
file - File to send.
Returns:
boolean True on success, false otherwise
+
+
+
+ +

+cupsGetJobs

+
+public CupsJob[] cupsGetJobs(boolean showMyJobs,
+                             boolean showCompleted)
+                      throws java.io.IOException
+
+
Get a list of jobs.
+
Parameters:
showMyJobs - Show only jobs for user.
showCompleted - Show completed OR active jobs.
Returns:
CupsJob[] Array of job objects, or null.
+
+
+
+ +

+cupsGetPrinters

+
+public java.lang.String[] cupsGetPrinters()
+                                   throws java.io.IOException
+
+
Get a list of printers.
+
Returns:
String[] Array of printers, or null.
+
+
+
+ +

+cupsGetDefault

+
+public java.lang.String cupsGetDefault()
+                                throws java.io.IOException
+
+
Get default destination.
+
Returns:
String Name of default printer, or null.
+
+
+
+ +

+cupsGetPrinterAttributes

+
+public java.util.List cupsGetPrinterAttributes(java.lang.String printer_name)
+                                        throws java.io.IOException
+
+
Get printer attributes
+
Parameters:
printer_name - Name of printer to get info for.
Returns:
List List of attributes.
See Also:
CupsPrinter
+
+
+
+ +

+cupsPrintFile

+
+public CupsJob cupsPrintFile(java.lang.String p_filename,
+                             IPPAttribute[] p_attrs)
+                      throws java.io.IOException
+
+
Print a file.
+
Parameters:
p_filename - Path of file to print.
p_attrs[] - Array of print job attributes.
Returns:
CupsJob Object with job info.
See Also:
CupsJob
+
+
+
+ +

+cupsCancelJob

+
+public int cupsCancelJob(java.lang.String printer_name,
+                         int p_job_id,
+                         java.lang.String p_user_name)
+                  throws java.io.IOException
+
+
Cancel a job - send a job cancel request to the server.
+
Parameters:
printer_name - Destination.
p_job_id - ID of job.
p_user_name - Requesting user name.
+
+
+
+ +

+cupsGetPrinterStatus

+
+public java.util.List cupsGetPrinterStatus(java.lang.String printer_name)
+                                    throws java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/CupsJob.html b/scripting/java/docs/com/easysw/cups/CupsJob.html new file mode 100644 index 0000000000..c75fb8fa77 --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/CupsJob.html @@ -0,0 +1,547 @@ + + + + + + +: Class CupsJob + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class CupsJob

+
+java.lang.Object
+  |
+  +--com.easysw.cups.CupsJob
+
+
+
+
public class CupsJob
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.Stringdocument_format + +
+           
+ java.lang.Stringjob_hold_until + +
+           
+ intjob_id + +
+           
+ intjob_k_octets + +
+           
+ intjob_media_sheets_completed + +
+           
+ java.lang.Stringjob_more_info + +
+           
+ java.lang.Stringjob_name + +
+           
+ java.lang.Stringjob_originating_host_name + +
+           
+ java.lang.Stringjob_originating_user_name + +
+           
+ longjob_printer_up_time + +
+           
+ java.lang.Stringjob_printer_uri + +
+           
+ intjob_priority + +
+           
+ java.lang.Stringjob_sheets + +
+           
+ intjob_state + +
+           
+ java.lang.Stringjob_state_reasons + +
+           
+ java.lang.Stringjob_uri + +
+           
+ longtime_at_completed + +
+           
+ longtime_at_creation + +
+           
+ longtime_at_processing + +
+           
+  + + + + + + + + + + +
+Constructor Summary
CupsJob() + +
+          Constructor - set some default values.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringjobStatusText() + +
+          Convert a job status to a string.
+ voidupdateAttribute(IPPAttribute a) + +
+          Process an attribute from a cups.doRequest() call + and move the value into a local member.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+job_id

+
+public int job_id
+
+
+
+ +

+job_more_info

+
+public java.lang.String job_more_info
+
+
+
+ +

+job_uri

+
+public java.lang.String job_uri
+
+
+
+ +

+job_printer_uri

+
+public java.lang.String job_printer_uri
+
+
+
+ +

+job_printer_up_time

+
+public long job_printer_up_time
+
+
+
+ +

+job_name

+
+public java.lang.String job_name
+
+
+
+ +

+job_originating_user_name

+
+public java.lang.String job_originating_user_name
+
+
+
+ +

+document_format

+
+public java.lang.String document_format
+
+
+
+ +

+job_originating_host_name

+
+public java.lang.String job_originating_host_name
+
+
+
+ +

+job_priority

+
+public int job_priority
+
+
+
+ +

+job_state

+
+public int job_state
+
+
+
+ +

+job_media_sheets_completed

+
+public int job_media_sheets_completed
+
+
+
+ +

+job_k_octets

+
+public int job_k_octets
+
+
+
+ +

+time_at_creation

+
+public long time_at_creation
+
+
+
+ +

+time_at_processing

+
+public long time_at_processing
+
+
+
+ +

+time_at_completed

+
+public long time_at_completed
+
+
+
+ +

+job_hold_until

+
+public java.lang.String job_hold_until
+
+
+
+ +

+job_sheets

+
+public java.lang.String job_sheets
+
+
+
+ +

+job_state_reasons

+
+public java.lang.String job_state_reasons
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+CupsJob

+
+public CupsJob()
+
+
Constructor - set some default values.
+ + + + + + + + +
+Method Detail
+ +

+updateAttribute

+
+public void updateAttribute(IPPAttribute a)
+
+
Process an attribute from a cups.doRequest() call + and move the value into a local member.
+
See Also:
IPPDefs, +IPPValues, +IPPAttributes
+
+
+
+ +

+jobStatusText

+
+public java.lang.String jobStatusText()
+
+
Convert a job status to a string.
+
See Also:
IPPDefs
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/CupsPrinter.html b/scripting/java/docs/com/easysw/cups/CupsPrinter.html new file mode 100644 index 0000000000..3235483a01 --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/CupsPrinter.html @@ -0,0 +1,533 @@ + + + + + + +: Class CupsPrinter + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class CupsPrinter

+
+java.lang.Object
+  |
+  +--com.easysw.cups.CupsPrinter
+
+
+
+
public class CupsPrinter
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
CupsPrinter(Cups c) + +
+          Constructor.
CupsPrinter(Cups c, + java.lang.String name) + +
+          Constructor with name.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleangetAttributes(Cups c) + +
+          Get the printer's attributes.
+ intgetCopiesDefault() + +
+          Get the printer number of copies default.
+ java.lang.StringgetJobSheetsDefault() + +
+          Get the default job sheets.
+ java.lang.String[]getJobSheetsSupported() + +
+          Get the printer job sheets supported.
+ java.lang.StringgetLocation() + +
+          Get the printer location.
+ intgetLowerCopiesSupported() + +
+          Get the printer lower copies supported.
+ java.lang.StringgetMakeAndModel() + +
+          Get the printer make and model.
+ intgetOrientationDefault() + +
+          Get the default orientation.
+ int[]getOrientationSupported() + +
+          Get the printer orientation supported.
+ booleangetPageRangesSupported() + +
+          Get whether the printer supports page ranges.
+ java.lang.StringgetPrinterName() + +
+          Get the printer name.
+ java.lang.StringgetStateReasons() + +
+          Get the printer state reasons.
+ java.lang.StringgetStateText() + +
+          Get the printer state text.
+ booleangetStatus(Cups c) + +
+          Get the printer's status.
+ intgetUpperCopiesSupported() + +
+          Get the printer upper copies supported.
+ voidsetDefaults() + +
+          Initialize the members with mostly sane values.
+ voidupdateAttribute(IPPAttribute a) + +
+          Process an attribute from the cups.doRequest() method and move + the values into local members.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+CupsPrinter

+
+public CupsPrinter(Cups c)
+
+
Constructor. Does not get status or attributes.
+
Parameters:
c - Cups object.
See Also:
Cups
+
+
+
+ +

+CupsPrinter

+
+public CupsPrinter(Cups c,
+                   java.lang.String name)
+
+
Constructor with name. Get status and attributes.
+
Parameters:
c - Cups object.
name - Name of printer.
See Also:
Cups
+
+
+ + + + + + + + +
+Method Detail
+ +

+setDefaults

+
+public void setDefaults()
+
+
Initialize the members with mostly sane values.
+
+ +

+getStatus

+
+public boolean getStatus(Cups c)
+
+
Get the printer's status.
+
Parameters:
c - Cups object.
Returns:
Boolean True on success.
See Also:
Cups
+
+
+
+ +

+getAttributes

+
+public boolean getAttributes(Cups c)
+
+
Get the printer's attributes.
+
Parameters:
c - Cups object.
Returns:
Boolean True on success.
See Also:
Cups
+
+
+
+ +

+updateAttribute

+
+public void updateAttribute(IPPAttribute a)
+
+
Process an attribute from the cups.doRequest() method and move + the values into local members.
+
Parameters:
a - IPPAttribute.
See Also:
IPPAttributes, +IPPValues
+
+
+
+ +

+getPrinterName

+
+public java.lang.String getPrinterName()
+
+
Get the printer name.
+
Returns:
String Printer Name.
+
+
+
+ +

+getStateText

+
+public java.lang.String getStateText()
+
+
Get the printer state text.
+
Returns:
String State text.
+
+
+
+ +

+getStateReasons

+
+public java.lang.String getStateReasons()
+
+
Get the printer state reasons.
+
Returns:
String State reason.
+
+
+
+ +

+getLocation

+
+public java.lang.String getLocation()
+
+
Get the printer location.
+
Returns:
String State location.
+
+
+
+ +

+getMakeAndModel

+
+public java.lang.String getMakeAndModel()
+
+
Get the printer make and model.
+
Returns:
String Make and model.
+
+
+
+ +

+getJobSheetsDefault

+
+public java.lang.String getJobSheetsDefault()
+
+
Get the default job sheets.
+
Returns:
String Default job sheets.
+
+
+
+ +

+getJobSheetsSupported

+
+public java.lang.String[] getJobSheetsSupported()
+
+
Get the printer job sheets supported.
+
Returns:
String[] Array of supported job sheets.
+
+
+
+ +

+getOrientationDefault

+
+public int getOrientationDefault()
+
+
Get the default orientation.
+
Returns:
int Default page orientation.
+
+
+
+ +

+getOrientationSupported

+
+public int[] getOrientationSupported()
+
+
Get the printer orientation supported.
+
Returns:
int[] Array of supported orientations.
+
+
+
+ +

+getLowerCopiesSupported

+
+public int getLowerCopiesSupported()
+
+
Get the printer lower copies supported.
+
Returns:
int Lower of the range.
+
+
+
+ +

+getUpperCopiesSupported

+
+public int getUpperCopiesSupported()
+
+
Get the printer upper copies supported.
+
Returns:
int Upper of the range.
+
+
+
+ +

+getCopiesDefault

+
+public int getCopiesDefault()
+
+
Get the printer number of copies default.
+
Returns:
int Default number of copies.
+
+
+
+ +

+getPageRangesSupported

+
+public boolean getPageRangesSupported()
+
+
Get whether the printer supports page ranges.
+
Returns:
boolean True or false.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPP.html b/scripting/java/docs/com/easysw/cups/IPP.html new file mode 100644 index 0000000000..77f1284d77 --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPP.html @@ -0,0 +1,417 @@ + + + + + + +: Class IPP + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPP

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPP
+
+
+
+
public class IPP
extends java.lang.Object
+ +

+An IPP object is used to hold the various + attributes and status of an ipp request.. +

+

+
Since:
JDK1.3
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ java.util.Listattrs + +
+           
+ IPPRequestrequest + +
+           
+ IPPStatusstatus + +
+           
+  + + + + + + + + + + +
+Constructor Summary
IPP() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaddAttribute(IPPAttribute a) + +
+          Add an attribute to the attibutes list + for later parsing.
+ voiddump_response() + +
+           
+ IPPAttributegetCurrentAttribute() + +
+          Get the current attribute pointed at by + current.
+ IPPAttributeippFindAttribute(java.lang.String p_name, + int p_type) + +
+          Find the named attribute of the correct type.
+ IPPAttributeippFindNextAttribute(java.lang.String p_name, + int p_type) + +
+          Find the named attribute of the correct type.
+ voidsetRequestID(short p_id) + +
+          Set the IPP request ID.
+ voidsetRequestOperationID(short p_operation_id) + +
+          Set the IPP operation ID.
+ intsizeInBytes() + +
+          Get the size in bytes of an IPP request.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+request

+
+public IPPRequest request
+
+
+
+ +

+status

+
+public IPPStatus status
+
+
+
+ +

+attrs

+
+public java.util.List attrs
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+IPP

+
+public IPP()
+
+
+ + + + + + + + +
+Method Detail
+ +

+addAttribute

+
+public boolean addAttribute(IPPAttribute a)
+
+
Add an attribute to the attibutes list + for later parsing.
+
Parameters:
a - IPPAttribute to add.
Returns:
true always returns true + for now.
See Also:
IPPAttribute, +IPPValue
+
+
+
+ +

+getCurrentAttribute

+
+public IPPAttribute getCurrentAttribute()
+
+
Get the current attribute pointed at by + current.
+
Returns:
IPPAttribute Return the current attribute.
+
+
+
+ +

+ippFindAttribute

+
+public IPPAttribute ippFindAttribute(java.lang.String p_name,
+                                     int p_type)
+
+
Find the named attribute of the correct type. Both must match. + This methos searches from the beginning of the attribute list, + rather than from the current position.
+
Parameters:
p_name - String containing the name.
p_type - int attribute type.
Returns:
IPPAttribute Matching attribute if found.
+
+
+
+ +

+ippFindNextAttribute

+
+public IPPAttribute ippFindNextAttribute(java.lang.String p_name,
+                                         int p_type)
+
+
Find the named attribute of the correct type. Both must match. + This methos searches from the current position in the attribute list.
+
Parameters:
p_name - String containing the name.
p_type - int attribute type.
Returns:
IPPAttribute Matching attribute if found.
+
+
+
+ +

+sizeInBytes

+
+public int sizeInBytes()
+
+
Get the size in bytes of an IPP request.
+
Returns:
int Number of bytes for the request.
+
+
+
+ +

+setRequestID

+
+public void setRequestID(short p_id)
+
+
Set the IPP request ID.
+
Parameters:
p_id - short request id.
+
+
+
+ +

+setRequestOperationID

+
+public void setRequestOperationID(short p_operation_id)
+
+
Set the IPP operation ID.
+
Parameters:
p_operation_id - short operation id.
+
+
+
+ +

+dump_response

+
+public void dump_response()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPAttribute.html b/scripting/java/docs/com/easysw/cups/IPPAttribute.html new file mode 100644 index 0000000000..544b0c3683 --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPAttribute.html @@ -0,0 +1,466 @@ + + + + + + +: Class IPPAttribute + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPAttribute

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPPAttribute
+
+
+
+
public class IPPAttribute
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
IPPAttribute(int p_group_tag, + int p_value_tag, + java.lang.String p_name) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaddBoolean(boolean p_bool) + +
+           
+ booleanaddBooleans(boolean[] p_bools) + +
+           
+ booleanaddDate(char[] p_date) + +
+           
+ booleanaddEnum(int p_int) + +
+           
+ booleanaddInteger(int p_int) + +
+           
+ booleanaddIntegers(int[] p_ints) + +
+           
+ booleanaddRange(int p_lower, + int p_upper) + +
+           
+ booleanaddRanges(int[] p_lower, + int[] p_upper) + +
+           
+ booleanaddResolution(byte p_units, + int p_xres, + int p_yres) + +
+           
+ booleanaddResolutions(byte p_units, + int[] p_xres, + int[] p_yres) + +
+           
+ booleanaddSeparator() + +
+           
+ booleanaddString(java.lang.String p_charset, + java.lang.String p_text) + +
+           
+ booleanaddStrings(java.lang.String p_charset, + java.lang.String[] p_texts) + +
+           
+ voiddump_values() + +
+           
+ byte[]getBytes(int sz, + int last_group) + +
+           
+ intsizeInBytes(int last_group) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IPPAttribute

+
+public IPPAttribute(int p_group_tag,
+                    int p_value_tag,
+                    java.lang.String p_name)
+
+
+ + + + + + + + +
+Method Detail
+ +

+addBoolean

+
+public boolean addBoolean(boolean p_bool)
+
+
+
+ +

+addBooleans

+
+public boolean addBooleans(boolean[] p_bools)
+
+
+
+ +

+addEnum

+
+public boolean addEnum(int p_int)
+
+
+
+ +

+addInteger

+
+public boolean addInteger(int p_int)
+
+
+
+ +

+addIntegers

+
+public boolean addIntegers(int[] p_ints)
+
+
+
+ +

+addString

+
+public boolean addString(java.lang.String p_charset,
+                         java.lang.String p_text)
+
+
+
+ +

+addStrings

+
+public boolean addStrings(java.lang.String p_charset,
+                          java.lang.String[] p_texts)
+
+
+
+ +

+addDate

+
+public boolean addDate(char[] p_date)
+
+
+
+ +

+addRange

+
+public boolean addRange(int p_lower,
+                        int p_upper)
+
+
+
+ +

+addRanges

+
+public boolean addRanges(int[] p_lower,
+                         int[] p_upper)
+
+
+
+ +

+addResolution

+
+public boolean addResolution(byte p_units,
+                             int p_xres,
+                             int p_yres)
+
+
+
+ +

+addResolutions

+
+public boolean addResolutions(byte p_units,
+                              int[] p_xres,
+                              int[] p_yres)
+
+
+
+ +

+addSeparator

+
+public boolean addSeparator()
+
+
+
+ +

+sizeInBytes

+
+public int sizeInBytes(int last_group)
+
+
+
+ +

+getBytes

+
+public byte[] getBytes(int sz,
+                       int last_group)
+
+
+
+ +

+dump_values

+
+public void dump_values()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPDefs.html b/scripting/java/docs/com/easysw/cups/IPPDefs.html new file mode 100644 index 0000000000..63901cb9c7 --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPDefs.html @@ -0,0 +1,3330 @@ + + + + + + +: Class IPPDefs + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPDefs

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPPDefs
+
+
+
+
public class IPPDefs
extends java.lang.Object
+ +

+IPPDefs is a collection of constants for use + in the IPP and CUPS classes. +

+

+
Since:
JDK1.3
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static intACTIVATE_PRINTER + +
+           
+static intATTRIBUTE + +
+           
+static intATTRIBUTES + +
+           
+static intATTRIBUTES_NOT_SETTABLE + +
+           
+static intBAD_REQUEST + +
+           
+static intCANCEL_CURRENT_JOB + +
+           
+static intCANCEL_JOB + +
+           
+static intCANCEL_SUBSCRIPTION + +
+           
+static intCHARSET + +
+           
+static intCOMPRESSION_ERROR + +
+           
+static intCOMPRESSION_NOT_SUPPORTED + +
+           
+static intCONFLICT + +
+           
+static intCREATE_JOB + +
+           
+static intCREATE_JOB_SUBSCRIPTION + +
+           
+static intCREATE_PRINTER_SUBSCRIPTION + +
+           
+static intCUPS_ACCEPT_JOBS + +
+           
+static intCUPS_ADD_CLASS + +
+           
+static intCUPS_ADD_DEVICE + +
+           
+static intCUPS_ADD_PRINTER + +
+           
+static intCUPS_DELETE_CLASS + +
+           
+static intCUPS_DELETE_DEVICE + +
+           
+static intCUPS_DELETE_PRINTER + +
+           
+static intCUPS_GET_CLASSES + +
+           
+static intCUPS_GET_DEFAULT + +
+           
+static intCUPS_GET_DEVICES + +
+           
+static intCUPS_GET_PPDS + +
+           
+static intCUPS_GET_PRINTERS + +
+           
+static intCUPS_MOVE_JOB + +
+           
+static intCUPS_REJECT_JOBS + +
+           
+static intCUPS_SET_DEFAULT + +
+           
+static intDATA + +
+           
+static intDEACTIVATE_PRINTER + +
+           
+static intDEVICE_ERROR + +
+           
+static intDISABLE_PRINTER + +
+           
+static intDOCUMENT_ACCESS_ERROR + +
+           
+static intDOCUMENT_FORMAT + +
+           
+static intDOCUMENT_FORMAT_ERROR + +
+           
+static intENABLE_PRINTER + +
+           
+static intERROR + +
+           
+static intERROR_JOB_CANCELLED + +
+           
+static intFINISHINGS_BALE + +
+           
+static intFINISHINGS_BIND + +
+           
+static intFINISHINGS_BIND_BOTTOM + +
+           
+static intFINISHINGS_BIND_LEFT + +
+           
+static intFINISHINGS_BIND_RIGHT + +
+           
+static intFINISHINGS_BIND_TOP + +
+           
+static intFINISHINGS_BOOKLET_MAKER + +
+           
+static intFINISHINGS_COVER + +
+           
+static intFINISHINGS_EDGE_STITCH + +
+           
+static intFINISHINGS_EDGE_STITCH_BOTTOM + +
+           
+static intFINISHINGS_EDGE_STITCH_LEFT + +
+           
+static intFINISHINGS_EDGE_STITCH_RIGHT + +
+           
+static intFINISHINGS_EDGE_STITCH_TOP + +
+           
+static intFINISHINGS_FOLD + +
+           
+static intFINISHINGS_JOB_OFFSET + +
+           
+static intFINISHINGS_NONE + +
+           
+static intFINISHINGS_PUNCH + +
+           
+static intFINISHINGS_SADDLE_STITCH + +
+           
+static intFINISHINGS_STAPLE + +
+           
+static intFINISHINGS_STAPLE_BOTTOM_LEFT + +
+           
+static intFINISHINGS_STAPLE_BOTTOM_RIGHT + +
+           
+static intFINISHINGS_STAPLE_DUAL_BOTTOM + +
+           
+static intFINISHINGS_STAPLE_DUAL_LEFT + +
+           
+static intFINISHINGS_STAPLE_DUAL_RIGHT + +
+           
+static intFINISHINGS_STAPLE_DUAL_TOP + +
+           
+static intFINISHINGS_STAPLE_TOP_LEFT + +
+           
+static intFINISHINGS_STAPLE_TOP_RIGHT + +
+           
+static intFINISHINGS_TRIM + +
+           
+static intFORBIDDEN + +
+           
+static intGET_JOB_ATTRIBUTES + +
+           
+static intGET_JOBS + +
+           
+static intGET_NOTIFICATIONS + +
+           
+static intGET_PRINT_SUPPORT_FILES + +
+           
+static intGET_PRINTER_ATTRIBUTES + +
+           
+static intGET_PRINTER_SUPPORTED_VALUES + +
+           
+static intGET_SUBSCRIPTION_ATTRIBUTES + +
+           
+static intGET_SUBSCRIPTIONS + +
+           
+static intGONE + +
+           
+static intHEADER + +
+           
+static intHOLD_JOB + +
+           
+static intHOLD_NEW_JOBS + +
+           
+static intIDLE + +
+           
+static intIGNORED_ALL_NOTIFICATIONS + +
+           
+static intIGNORED_ALL_SUBSCRIPTIONS + +
+           
+static intINTERNAL_ERROR + +
+           
+static intJOB_ABORTED + +
+           
+static intJOB_CANCELLED + +
+           
+static intJOB_COMPLETED + +
+           
+static intJOB_HELD + +
+           
+static intJOB_PENDING + +
+           
+static intJOB_PROCESSING + +
+           
+static intJOB_STOPPED + +
+           
+static intLANDSCAPE + +
+           
+static intMAX_NAME + +
+           
+static intMAX_VALUES + +
+           
+static intMULTIPLE_JOBS_NOT_SUPPORTED + +
+           
+static intNOT_ACCEPTING + +
+           
+static intNOT_AUTHENTICATED + +
+           
+static intNOT_AUTHORIZED + +
+           
+static intNOT_FOUND + +
+           
+static intNOT_POSSIBLE + +
+           
+static intOK + +
+           
+static intOK_BUT_CANCEL_SUBSCRIPTION + +
+           
+static intOK_CONFLICT + +
+           
+static intOK_IGNORED_NOTIFICATIONS + +
+           
+static intOK_IGNORED_SUBSCRIPTIONS + +
+           
+static intOK_SUBST + +
+           
+static intOK_TOO_MANY_EVENTS + +
+           
+static intOPERATION_NOT_SUPPORTED + +
+           
+static intPAUSE_PRINTER + +
+           
+static intPAUSE_PRINTER_AFTER_CURRENT_JOB + +
+           
+static intPORT + +
+           
+static intPORTRAIT + +
+           
+static intPRINT_JOB + +
+           
+static intPRINT_SUPPORT_FILE_NOT_FOUND + +
+           
+static intPRINT_URI + +
+           
+static intPRINTER_BUSY + +
+           
+static intPRINTER_IDLE + +
+           
+static intPRINTER_IS_DEACTIVATED + +
+           
+static intPRINTER_PROCESSING + +
+           
+static intPRINTER_STOPPED + +
+           
+static intPRIVATE + +
+           
+static intPROMOTE_JOB + +
+           
+static intPURGE_JOBS + +
+           
+static intQUALITY_DRAFT + +
+           
+static intQUALITY_HIGH + +
+           
+static intQUALITY_NORMAL + +
+           
+static intREDIRECTION_OTHER_SITE + +
+           
+static intRELEASE_HELD_NEW_JOBS + +
+           
+static intRELEASE_JOB + +
+           
+static intRENEW_SUBSCRIPTION + +
+           
+static intREPROCESS_JOB + +
+           
+static intREQUEST_ENTITY + +
+           
+static intREQUEST_VALUE + +
+           
+static intRES_PER_CM + +
+           
+static intRES_PER_INCH + +
+           
+static intRESTART_JOB + +
+           
+static intRESTART_PRINTER + +
+           
+static intRESUME_JOB + +
+           
+static intRESUME_PRINTER + +
+           
+static intREVERSE_LANDSCAPE + +
+           
+static intREVERSE_PORTRAIT + +
+           
+static intSCHEDULE_JOB_AFTER + +
+           
+static intSEND_DOCUMENT + +
+           
+static intSEND_NOTIFICATIONS + +
+           
+static intSEND_URI + +
+           
+static intSERVICE_UNAVAILABLE + +
+           
+static intSET_JOB_ATTRIBUTES + +
+           
+static intSET_PRINTER_ATTRIBUTES + +
+           
+static intSHUTDOWN_PRINTER + +
+           
+static intSTARTUP_PRINTER + +
+           
+static intSUSPEND_CURRENT_JOB + +
+           
+static intTAG_ADMINDEFINE + +
+           
+static intTAG_BEGIN_COLLECTION + +
+           
+static intTAG_BOOLEAN + +
+           
+static intTAG_CHARSET + +
+           
+static intTAG_COPY + +
+           
+static intTAG_DATE + +
+           
+static intTAG_DEFAULT + +
+           
+static intTAG_DELETEATTR + +
+           
+static intTAG_END + +
+           
+static intTAG_END_COLLECTION + +
+           
+static intTAG_ENUM + +
+           
+static intTAG_EVENT_NOTIFICATION + +
+           
+static intTAG_INTEGER + +
+           
+static intTAG_JOB + +
+           
+static intTAG_KEYWORD + +
+           
+static intTAG_LANGUAGE + +
+           
+static intTAG_MASK + +
+           
+static intTAG_MEMBERNAME + +
+           
+static intTAG_MIMETYPE + +
+           
+static intTAG_NAME + +
+           
+static intTAG_NAMELANG + +
+           
+static intTAG_NOTSETTABLE + +
+           
+static intTAG_NOVALUE + +
+           
+static intTAG_OPERATION + +
+           
+static intTAG_PRINTER + +
+           
+static intTAG_RANGE + +
+           
+static intTAG_RESOLUTION + +
+           
+static intTAG_STRING + +
+           
+static intTAG_SUBSCRIPTION + +
+           
+static intTAG_TEXT + +
+           
+static intTAG_TEXTLANG + +
+           
+static intTAG_UNKNOWN + +
+           
+static intTAG_UNSUPPORTED_GROUP + +
+           
+static intTAG_UNSUPPORTED_VALUE + +
+           
+static intTAG_URI + +
+           
+static intTAG_URISCHEME + +
+           
+static intTAG_ZERO + +
+           
+static intTEMPORARY_ERROR + +
+           
+static intTIMEOUT + +
+           
+static intTOO_MANY_SUBSCRIPTIONS + +
+           
+static intURI_SCHEME + +
+           
+static intVALIDATE_JOB + +
+           
+static byte[]VERSION + +
+           
+static intVERSION_NOT_SUPPORTED + +
+           
+  + + + + + + + + + + +
+Constructor Summary
IPPDefs() + +
+           
+  + + + + + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+VERSION

+
+public static final byte[] VERSION
+
+
+
+ +

+PORT

+
+public static final int PORT
+
+
+
+ +

+MAX_NAME

+
+public static final int MAX_NAME
+
+
+
+ +

+MAX_VALUES

+
+public static final int MAX_VALUES
+
+
+
+ +

+TAG_ZERO

+
+public static final int TAG_ZERO
+
+
+
+ +

+TAG_OPERATION

+
+public static final int TAG_OPERATION
+
+
+
+ +

+TAG_JOB

+
+public static final int TAG_JOB
+
+
+
+ +

+TAG_END

+
+public static final int TAG_END
+
+
+
+ +

+TAG_PRINTER

+
+public static final int TAG_PRINTER
+
+
+
+ +

+TAG_UNSUPPORTED_GROUP

+
+public static final int TAG_UNSUPPORTED_GROUP
+
+
+
+ +

+TAG_SUBSCRIPTION

+
+public static final int TAG_SUBSCRIPTION
+
+
+
+ +

+TAG_EVENT_NOTIFICATION

+
+public static final int TAG_EVENT_NOTIFICATION
+
+
+
+ +

+TAG_UNSUPPORTED_VALUE

+
+public static final int TAG_UNSUPPORTED_VALUE
+
+
+
+ +

+TAG_DEFAULT

+
+public static final int TAG_DEFAULT
+
+
+
+ +

+TAG_UNKNOWN

+
+public static final int TAG_UNKNOWN
+
+
+
+ +

+TAG_NOVALUE

+
+public static final int TAG_NOVALUE
+
+
+
+ +

+TAG_NOTSETTABLE

+
+public static final int TAG_NOTSETTABLE
+
+
+
+ +

+TAG_DELETEATTR

+
+public static final int TAG_DELETEATTR
+
+
+
+ +

+TAG_ADMINDEFINE

+
+public static final int TAG_ADMINDEFINE
+
+
+
+ +

+TAG_INTEGER

+
+public static final int TAG_INTEGER
+
+
+
+ +

+TAG_BOOLEAN

+
+public static final int TAG_BOOLEAN
+
+
+
+ +

+TAG_ENUM

+
+public static final int TAG_ENUM
+
+
+
+ +

+TAG_STRING

+
+public static final int TAG_STRING
+
+
+
+ +

+TAG_DATE

+
+public static final int TAG_DATE
+
+
+
+ +

+TAG_RESOLUTION

+
+public static final int TAG_RESOLUTION
+
+
+
+ +

+TAG_RANGE

+
+public static final int TAG_RANGE
+
+
+
+ +

+TAG_BEGIN_COLLECTION

+
+public static final int TAG_BEGIN_COLLECTION
+
+
+
+ +

+TAG_TEXTLANG

+
+public static final int TAG_TEXTLANG
+
+
+
+ +

+TAG_NAMELANG

+
+public static final int TAG_NAMELANG
+
+
+
+ +

+TAG_END_COLLECTION

+
+public static final int TAG_END_COLLECTION
+
+
+
+ +

+TAG_TEXT

+
+public static final int TAG_TEXT
+
+
+
+ +

+TAG_NAME

+
+public static final int TAG_NAME
+
+
+
+ +

+TAG_KEYWORD

+
+public static final int TAG_KEYWORD
+
+
+
+ +

+TAG_URI

+
+public static final int TAG_URI
+
+
+
+ +

+TAG_URISCHEME

+
+public static final int TAG_URISCHEME
+
+
+
+ +

+TAG_CHARSET

+
+public static final int TAG_CHARSET
+
+
+
+ +

+TAG_LANGUAGE

+
+public static final int TAG_LANGUAGE
+
+
+
+ +

+TAG_MIMETYPE

+
+public static final int TAG_MIMETYPE
+
+
+
+ +

+TAG_MEMBERNAME

+
+public static final int TAG_MEMBERNAME
+
+
+
+ +

+TAG_MASK

+
+public static final int TAG_MASK
+
+
+
+ +

+TAG_COPY

+
+public static final int TAG_COPY
+
+
+
+ +

+RES_PER_INCH

+
+public static final int RES_PER_INCH
+
+
+
+ +

+RES_PER_CM

+
+public static final int RES_PER_CM
+
+
+
+ +

+FINISHINGS_NONE

+
+public static final int FINISHINGS_NONE
+
+
+
+ +

+FINISHINGS_STAPLE

+
+public static final int FINISHINGS_STAPLE
+
+
+
+ +

+FINISHINGS_PUNCH

+
+public static final int FINISHINGS_PUNCH
+
+
+
+ +

+FINISHINGS_COVER

+
+public static final int FINISHINGS_COVER
+
+
+
+ +

+FINISHINGS_BIND

+
+public static final int FINISHINGS_BIND
+
+
+
+ +

+FINISHINGS_SADDLE_STITCH

+
+public static final int FINISHINGS_SADDLE_STITCH
+
+
+
+ +

+FINISHINGS_EDGE_STITCH

+
+public static final int FINISHINGS_EDGE_STITCH
+
+
+
+ +

+FINISHINGS_FOLD

+
+public static final int FINISHINGS_FOLD
+
+
+
+ +

+FINISHINGS_TRIM

+
+public static final int FINISHINGS_TRIM
+
+
+
+ +

+FINISHINGS_BALE

+
+public static final int FINISHINGS_BALE
+
+
+
+ +

+FINISHINGS_BOOKLET_MAKER

+
+public static final int FINISHINGS_BOOKLET_MAKER
+
+
+
+ +

+FINISHINGS_JOB_OFFSET

+
+public static final int FINISHINGS_JOB_OFFSET
+
+
+
+ +

+FINISHINGS_STAPLE_TOP_LEFT

+
+public static final int FINISHINGS_STAPLE_TOP_LEFT
+
+
+
+ +

+FINISHINGS_STAPLE_BOTTOM_LEFT

+
+public static final int FINISHINGS_STAPLE_BOTTOM_LEFT
+
+
+
+ +

+FINISHINGS_STAPLE_TOP_RIGHT

+
+public static final int FINISHINGS_STAPLE_TOP_RIGHT
+
+
+
+ +

+FINISHINGS_STAPLE_BOTTOM_RIGHT

+
+public static final int FINISHINGS_STAPLE_BOTTOM_RIGHT
+
+
+
+ +

+FINISHINGS_EDGE_STITCH_LEFT

+
+public static final int FINISHINGS_EDGE_STITCH_LEFT
+
+
+
+ +

+FINISHINGS_EDGE_STITCH_TOP

+
+public static final int FINISHINGS_EDGE_STITCH_TOP
+
+
+
+ +

+FINISHINGS_EDGE_STITCH_RIGHT

+
+public static final int FINISHINGS_EDGE_STITCH_RIGHT
+
+
+
+ +

+FINISHINGS_EDGE_STITCH_BOTTOM

+
+public static final int FINISHINGS_EDGE_STITCH_BOTTOM
+
+
+
+ +

+FINISHINGS_STAPLE_DUAL_LEFT

+
+public static final int FINISHINGS_STAPLE_DUAL_LEFT
+
+
+
+ +

+FINISHINGS_STAPLE_DUAL_TOP

+
+public static final int FINISHINGS_STAPLE_DUAL_TOP
+
+
+
+ +

+FINISHINGS_STAPLE_DUAL_RIGHT

+
+public static final int FINISHINGS_STAPLE_DUAL_RIGHT
+
+
+
+ +

+FINISHINGS_STAPLE_DUAL_BOTTOM

+
+public static final int FINISHINGS_STAPLE_DUAL_BOTTOM
+
+
+
+ +

+FINISHINGS_BIND_LEFT

+
+public static final int FINISHINGS_BIND_LEFT
+
+
+
+ +

+FINISHINGS_BIND_TOP

+
+public static final int FINISHINGS_BIND_TOP
+
+
+
+ +

+FINISHINGS_BIND_RIGHT

+
+public static final int FINISHINGS_BIND_RIGHT
+
+
+
+ +

+FINISHINGS_BIND_BOTTOM

+
+public static final int FINISHINGS_BIND_BOTTOM
+
+
+
+ +

+PORTRAIT

+
+public static final int PORTRAIT
+
+
+
+ +

+LANDSCAPE

+
+public static final int LANDSCAPE
+
+
+
+ +

+REVERSE_LANDSCAPE

+
+public static final int REVERSE_LANDSCAPE
+
+
+
+ +

+REVERSE_PORTRAIT

+
+public static final int REVERSE_PORTRAIT
+
+
+
+ +

+QUALITY_DRAFT

+
+public static final int QUALITY_DRAFT
+
+
+
+ +

+QUALITY_NORMAL

+
+public static final int QUALITY_NORMAL
+
+
+
+ +

+QUALITY_HIGH

+
+public static final int QUALITY_HIGH
+
+
+
+ +

+JOB_PENDING

+
+public static final int JOB_PENDING
+
+
+
+ +

+JOB_HELD

+
+public static final int JOB_HELD
+
+
+
+ +

+JOB_PROCESSING

+
+public static final int JOB_PROCESSING
+
+
+
+ +

+JOB_STOPPED

+
+public static final int JOB_STOPPED
+
+
+
+ +

+JOB_CANCELLED

+
+public static final int JOB_CANCELLED
+
+
+
+ +

+JOB_ABORTED

+
+public static final int JOB_ABORTED
+
+
+
+ +

+JOB_COMPLETED

+
+public static final int JOB_COMPLETED
+
+
+
+ +

+PRINTER_IDLE

+
+public static final int PRINTER_IDLE
+
+
+
+ +

+PRINTER_PROCESSING

+
+public static final int PRINTER_PROCESSING
+
+
+
+ +

+PRINTER_STOPPED

+
+public static final int PRINTER_STOPPED
+
+
+
+ +

+ERROR

+
+public static final int ERROR
+
+
+
+ +

+IDLE

+
+public static final int IDLE
+
+
+
+ +

+HEADER

+
+public static final int HEADER
+
+
+
+ +

+ATTRIBUTE

+
+public static final int ATTRIBUTE
+
+
+
+ +

+DATA

+
+public static final int DATA
+
+
+
+ +

+PRINT_JOB

+
+public static final int PRINT_JOB
+
+
+
+ +

+PRINT_URI

+
+public static final int PRINT_URI
+
+
+
+ +

+VALIDATE_JOB

+
+public static final int VALIDATE_JOB
+
+
+
+ +

+CREATE_JOB

+
+public static final int CREATE_JOB
+
+
+
+ +

+SEND_DOCUMENT

+
+public static final int SEND_DOCUMENT
+
+
+
+ +

+SEND_URI

+
+public static final int SEND_URI
+
+
+
+ +

+CANCEL_JOB

+
+public static final int CANCEL_JOB
+
+
+
+ +

+GET_JOB_ATTRIBUTES

+
+public static final int GET_JOB_ATTRIBUTES
+
+
+
+ +

+GET_JOBS

+
+public static final int GET_JOBS
+
+
+
+ +

+GET_PRINTER_ATTRIBUTES

+
+public static final int GET_PRINTER_ATTRIBUTES
+
+
+
+ +

+HOLD_JOB

+
+public static final int HOLD_JOB
+
+
+
+ +

+RELEASE_JOB

+
+public static final int RELEASE_JOB
+
+
+
+ +

+RESTART_JOB

+
+public static final int RESTART_JOB
+
+
+
+ +

+PAUSE_PRINTER

+
+public static final int PAUSE_PRINTER
+
+
+
+ +

+RESUME_PRINTER

+
+public static final int RESUME_PRINTER
+
+
+
+ +

+PURGE_JOBS

+
+public static final int PURGE_JOBS
+
+
+
+ +

+SET_PRINTER_ATTRIBUTES

+
+public static final int SET_PRINTER_ATTRIBUTES
+
+
+
+ +

+SET_JOB_ATTRIBUTES

+
+public static final int SET_JOB_ATTRIBUTES
+
+
+
+ +

+GET_PRINTER_SUPPORTED_VALUES

+
+public static final int GET_PRINTER_SUPPORTED_VALUES
+
+
+
+ +

+CREATE_PRINTER_SUBSCRIPTION

+
+public static final int CREATE_PRINTER_SUBSCRIPTION
+
+
+
+ +

+CREATE_JOB_SUBSCRIPTION

+
+public static final int CREATE_JOB_SUBSCRIPTION
+
+
+
+ +

+GET_SUBSCRIPTION_ATTRIBUTES

+
+public static final int GET_SUBSCRIPTION_ATTRIBUTES
+
+
+
+ +

+GET_SUBSCRIPTIONS

+
+public static final int GET_SUBSCRIPTIONS
+
+
+
+ +

+RENEW_SUBSCRIPTION

+
+public static final int RENEW_SUBSCRIPTION
+
+
+
+ +

+CANCEL_SUBSCRIPTION

+
+public static final int CANCEL_SUBSCRIPTION
+
+
+
+ +

+GET_NOTIFICATIONS

+
+public static final int GET_NOTIFICATIONS
+
+
+
+ +

+SEND_NOTIFICATIONS

+
+public static final int SEND_NOTIFICATIONS
+
+
+
+ +

+GET_PRINT_SUPPORT_FILES

+
+public static final int GET_PRINT_SUPPORT_FILES
+
+
+
+ +

+ENABLE_PRINTER

+
+public static final int ENABLE_PRINTER
+
+
+
+ +

+DISABLE_PRINTER

+
+public static final int DISABLE_PRINTER
+
+
+
+ +

+PAUSE_PRINTER_AFTER_CURRENT_JOB

+
+public static final int PAUSE_PRINTER_AFTER_CURRENT_JOB
+
+
+
+ +

+HOLD_NEW_JOBS

+
+public static final int HOLD_NEW_JOBS
+
+
+
+ +

+RELEASE_HELD_NEW_JOBS

+
+public static final int RELEASE_HELD_NEW_JOBS
+
+
+
+ +

+DEACTIVATE_PRINTER

+
+public static final int DEACTIVATE_PRINTER
+
+
+
+ +

+ACTIVATE_PRINTER

+
+public static final int ACTIVATE_PRINTER
+
+
+
+ +

+RESTART_PRINTER

+
+public static final int RESTART_PRINTER
+
+
+
+ +

+SHUTDOWN_PRINTER

+
+public static final int SHUTDOWN_PRINTER
+
+
+
+ +

+STARTUP_PRINTER

+
+public static final int STARTUP_PRINTER
+
+
+
+ +

+REPROCESS_JOB

+
+public static final int REPROCESS_JOB
+
+
+
+ +

+CANCEL_CURRENT_JOB

+
+public static final int CANCEL_CURRENT_JOB
+
+
+
+ +

+SUSPEND_CURRENT_JOB

+
+public static final int SUSPEND_CURRENT_JOB
+
+
+
+ +

+RESUME_JOB

+
+public static final int RESUME_JOB
+
+
+
+ +

+PROMOTE_JOB

+
+public static final int PROMOTE_JOB
+
+
+
+ +

+SCHEDULE_JOB_AFTER

+
+public static final int SCHEDULE_JOB_AFTER
+
+
+
+ +

+PRIVATE

+
+public static final int PRIVATE
+
+
+
+ +

+CUPS_GET_DEFAULT

+
+public static final int CUPS_GET_DEFAULT
+
+
+
+ +

+CUPS_GET_PRINTERS

+
+public static final int CUPS_GET_PRINTERS
+
+
+
+ +

+CUPS_ADD_PRINTER

+
+public static final int CUPS_ADD_PRINTER
+
+
+
+ +

+CUPS_DELETE_PRINTER

+
+public static final int CUPS_DELETE_PRINTER
+
+
+
+ +

+CUPS_GET_CLASSES

+
+public static final int CUPS_GET_CLASSES
+
+
+
+ +

+CUPS_ADD_CLASS

+
+public static final int CUPS_ADD_CLASS
+
+
+
+ +

+CUPS_DELETE_CLASS

+
+public static final int CUPS_DELETE_CLASS
+
+
+
+ +

+CUPS_ACCEPT_JOBS

+
+public static final int CUPS_ACCEPT_JOBS
+
+
+
+ +

+CUPS_REJECT_JOBS

+
+public static final int CUPS_REJECT_JOBS
+
+
+
+ +

+CUPS_SET_DEFAULT

+
+public static final int CUPS_SET_DEFAULT
+
+
+
+ +

+CUPS_GET_DEVICES

+
+public static final int CUPS_GET_DEVICES
+
+
+
+ +

+CUPS_GET_PPDS

+
+public static final int CUPS_GET_PPDS
+
+
+
+ +

+CUPS_MOVE_JOB

+
+public static final int CUPS_MOVE_JOB
+
+
+
+ +

+CUPS_ADD_DEVICE

+
+public static final int CUPS_ADD_DEVICE
+
+
+
+ +

+CUPS_DELETE_DEVICE

+
+public static final int CUPS_DELETE_DEVICE
+
+
+
+ +

+OK

+
+public static final int OK
+
+
+
+ +

+OK_SUBST

+
+public static final int OK_SUBST
+
+
+
+ +

+OK_CONFLICT

+
+public static final int OK_CONFLICT
+
+
+
+ +

+OK_IGNORED_SUBSCRIPTIONS

+
+public static final int OK_IGNORED_SUBSCRIPTIONS
+
+
+
+ +

+OK_IGNORED_NOTIFICATIONS

+
+public static final int OK_IGNORED_NOTIFICATIONS
+
+
+
+ +

+OK_TOO_MANY_EVENTS

+
+public static final int OK_TOO_MANY_EVENTS
+
+
+
+ +

+OK_BUT_CANCEL_SUBSCRIPTION

+
+public static final int OK_BUT_CANCEL_SUBSCRIPTION
+
+
+
+ +

+REDIRECTION_OTHER_SITE

+
+public static final int REDIRECTION_OTHER_SITE
+
+
+
+ +

+BAD_REQUEST

+
+public static final int BAD_REQUEST
+
+
+
+ +

+FORBIDDEN

+
+public static final int FORBIDDEN
+
+
+
+ +

+NOT_AUTHENTICATED

+
+public static final int NOT_AUTHENTICATED
+
+
+
+ +

+NOT_AUTHORIZED

+
+public static final int NOT_AUTHORIZED
+
+
+
+ +

+NOT_POSSIBLE

+
+public static final int NOT_POSSIBLE
+
+
+
+ +

+TIMEOUT

+
+public static final int TIMEOUT
+
+
+
+ +

+NOT_FOUND

+
+public static final int NOT_FOUND
+
+
+
+ +

+GONE

+
+public static final int GONE
+
+
+
+ +

+REQUEST_ENTITY

+
+public static final int REQUEST_ENTITY
+
+
+
+ +

+REQUEST_VALUE

+
+public static final int REQUEST_VALUE
+
+
+
+ +

+DOCUMENT_FORMAT

+
+public static final int DOCUMENT_FORMAT
+
+
+
+ +

+ATTRIBUTES

+
+public static final int ATTRIBUTES
+
+
+
+ +

+URI_SCHEME

+
+public static final int URI_SCHEME
+
+
+
+ +

+CHARSET

+
+public static final int CHARSET
+
+
+
+ +

+CONFLICT

+
+public static final int CONFLICT
+
+
+
+ +

+COMPRESSION_NOT_SUPPORTED

+
+public static final int COMPRESSION_NOT_SUPPORTED
+
+
+
+ +

+COMPRESSION_ERROR

+
+public static final int COMPRESSION_ERROR
+
+
+
+ +

+DOCUMENT_FORMAT_ERROR

+
+public static final int DOCUMENT_FORMAT_ERROR
+
+
+
+ +

+DOCUMENT_ACCESS_ERROR

+
+public static final int DOCUMENT_ACCESS_ERROR
+
+
+
+ +

+ATTRIBUTES_NOT_SETTABLE

+
+public static final int ATTRIBUTES_NOT_SETTABLE
+
+
+
+ +

+IGNORED_ALL_SUBSCRIPTIONS

+
+public static final int IGNORED_ALL_SUBSCRIPTIONS
+
+
+
+ +

+TOO_MANY_SUBSCRIPTIONS

+
+public static final int TOO_MANY_SUBSCRIPTIONS
+
+
+
+ +

+IGNORED_ALL_NOTIFICATIONS

+
+public static final int IGNORED_ALL_NOTIFICATIONS
+
+
+
+ +

+PRINT_SUPPORT_FILE_NOT_FOUND

+
+public static final int PRINT_SUPPORT_FILE_NOT_FOUND
+
+
+
+ +

+INTERNAL_ERROR

+
+public static final int INTERNAL_ERROR
+
+
+
+ +

+OPERATION_NOT_SUPPORTED

+
+public static final int OPERATION_NOT_SUPPORTED
+
+
+
+ +

+SERVICE_UNAVAILABLE

+
+public static final int SERVICE_UNAVAILABLE
+
+
+
+ +

+VERSION_NOT_SUPPORTED

+
+public static final int VERSION_NOT_SUPPORTED
+
+
+
+ +

+DEVICE_ERROR

+
+public static final int DEVICE_ERROR
+
+
+
+ +

+TEMPORARY_ERROR

+
+public static final int TEMPORARY_ERROR
+
+
+
+ +

+NOT_ACCEPTING

+
+public static final int NOT_ACCEPTING
+
+
+
+ +

+PRINTER_BUSY

+
+public static final int PRINTER_BUSY
+
+
+
+ +

+ERROR_JOB_CANCELLED

+
+public static final int ERROR_JOB_CANCELLED
+
+
+
+ +

+MULTIPLE_JOBS_NOT_SUPPORTED

+
+public static final int MULTIPLE_JOBS_NOT_SUPPORTED
+
+
+
+ +

+PRINTER_IS_DEACTIVATED

+
+public static final int PRINTER_IS_DEACTIVATED
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+IPPDefs

+
+public IPPDefs()
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPError.html b/scripting/java/docs/com/easysw/cups/IPPError.html new file mode 100644 index 0000000000..395f43759d --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPError.html @@ -0,0 +1,178 @@ + + + + + + +: Class IPPError + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPError

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPPError
+
+
+
+
public class IPPError
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
IPPError(int p_error) + +
+          Constructor that sets error_string after creation.
+  + + + + + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IPPError

+
+public IPPError(int p_error)
+
+
Constructor that sets error_string after creation.
+
Parameters:
error_number - Error number to convert.
See Also:
IPPDefs
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPHttp.html b/scripting/java/docs/com/easysw/cups/IPPHttp.html new file mode 100644 index 0000000000..2e6befb658 --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPHttp.html @@ -0,0 +1,2596 @@ + + + + + + +: Class IPPHttp + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPHttp

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPPHttp
+
+
+
+
public class IPPHttp
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ intactivity + +
+           
+ java.lang.Stringauth_type + +
+           
+ java.io.BufferedReaderbr + +
+           
+ java.net.Socketconn + +
+           
+ booleanconnected + +
+           
+static java.lang.String[]days + +
+           
+ interror + +
+           
+ java.lang.Stringhostname + +
+           
+static intHTTP_0_9 + +
+           
+static intHTTP_1_0 + +
+           
+static intHTTP_1_1 + +
+           
+static intHTTP_ACCEPTED + +
+           
+static intHTTP_AUTH_BASIC + +
+           
+static intHTTP_AUTH_MD5 + +
+           
+static intHTTP_AUTH_MD5_INT + +
+           
+static intHTTP_AUTH_MD5_SESS + +
+           
+static intHTTP_AUTH_MD5_SESS_INT + +
+           
+static intHTTP_AUTH_NONE + +
+           
+static intHTTP_BAD_GATEWAY + +
+           
+static intHTTP_BAD_REQUEST + +
+           
+static intHTTP_CLOSE + +
+           
+static intHTTP_CONFLICT + +
+           
+ inthttp_content_length + +
+           
+static intHTTP_CONTINUE + +
+           
+static intHTTP_CREATED + +
+           
+static intHTTP_DELETE + +
+           
+static intHTTP_ENCODE_CHUNKED + +
+           
+static intHTTP_ENCODE_LENGTH + +
+           
+static intHTTP_ENCRYPT_ALWAYS + +
+           
+static intHTTP_ENCRYPT_IF_REQUESTED + +
+           
+static intHTTP_ENCRYPT_NEVER + +
+           
+static intHTTP_ENCRYPT_REQUIRED + +
+           
+static intHTTP_ERROR + +
+           
+static intHTTP_FIELD_ACCEPT_LANGUAGE + +
+           
+static intHTTP_FIELD_ACCEPT_RANGES + +
+           
+static intHTTP_FIELD_AUTHORIZATION + +
+           
+static intHTTP_FIELD_CONNECTION + +
+           
+static intHTTP_FIELD_CONTENT_ENCODING + +
+           
+static intHTTP_FIELD_CONTENT_LANGUAGE + +
+           
+static intHTTP_FIELD_CONTENT_LENGTH + +
+           
+static intHTTP_FIELD_CONTENT_LOCATION + +
+           
+static intHTTP_FIELD_CONTENT_MD5 + +
+           
+static intHTTP_FIELD_CONTENT_RANGE + +
+           
+static intHTTP_FIELD_CONTENT_TYPE + +
+           
+static intHTTP_FIELD_CONTENT_VERSION + +
+           
+static intHTTP_FIELD_DATE + +
+           
+static intHTTP_FIELD_HOST + +
+           
+static intHTTP_FIELD_IF_MODIFIED_SINCE + +
+           
+static intHTTP_FIELD_IF_UNMODIFIED_SINCE + +
+           
+static intHTTP_FIELD_KEEP_ALIVE + +
+           
+static intHTTP_FIELD_LAST_MODIFIED + +
+           
+static intHTTP_FIELD_LINK + +
+           
+static intHTTP_FIELD_LOCATION + +
+           
+static intHTTP_FIELD_MAX + +
+           
+static intHTTP_FIELD_RANGE + +
+           
+static intHTTP_FIELD_REFERER + +
+           
+static intHTTP_FIELD_RETRY_AFTER + +
+           
+static intHTTP_FIELD_TRANSFER_ENCODING + +
+           
+static intHTTP_FIELD_UNKNOWN + +
+           
+static intHTTP_FIELD_UPGRADE + +
+           
+static intHTTP_FIELD_USER_AGENT + +
+           
+static intHTTP_FIELD_WWW_AUTHENTICATE + +
+           
+static java.lang.String[]http_fields + +
+           
+static intHTTP_FORBIDDEN + +
+           
+static intHTTP_GATEWAY_TIMEOUT + +
+           
+static intHTTP_GET + +
+           
+static intHTTP_GET_SEND + +
+           
+static intHTTP_GONE + +
+           
+static intHTTP_HEAD + +
+           
+static intHTTP_KEEPALIVE_OFF + +
+           
+static intHTTP_KEEPALIVE_ON + +
+           
+static intHTTP_LENGTH_REQUIRED + +
+           
+static intHTTP_METHOD_NOT_ALLOWED + +
+           
+static intHTTP_MOVED_PERMANENTLY + +
+           
+static intHTTP_MOVED_TEMPORARILY + +
+           
+static intHTTP_MULTIPLE_CHOICES + +
+           
+static intHTTP_NO_CONTENT + +
+           
+static intHTTP_NOT_ACCEPTABLE + +
+           
+static intHTTP_NOT_AUTHORITATIVE + +
+           
+static intHTTP_NOT_FOUND + +
+           
+static intHTTP_NOT_IMPLEMENTED + +
+           
+static intHTTP_NOT_MODIFIED + +
+           
+static intHTTP_NOT_SUPPORTED + +
+           
+static intHTTP_OK + +
+           
+static intHTTP_OPTIONS + +
+           
+static intHTTP_PARTIAL_CONTENT + +
+           
+static intHTTP_PAYMENT_REQUIRED + +
+           
+static intHTTP_POST + +
+           
+static intHTTP_POST_RECV + +
+           
+static intHTTP_POST_SEND + +
+           
+static intHTTP_PRECONDITION + +
+           
+static intHTTP_PROXY_AUTHENTICATION + +
+           
+static intHTTP_PUT + +
+           
+static intHTTP_PUT_RECV + +
+           
+ java.lang.Stringhttp_request + +
+           
+static intHTTP_REQUEST_TIMEOUT + +
+           
+static intHTTP_REQUEST_TOO_LARGE + +
+           
+static intHTTP_RESET_CONTENT + +
+           
+static intHTTP_SEE_OTHER + +
+           
+static intHTTP_SERVER_ERROR + +
+           
+static intHTTP_SERVICE_UNAVAILABLE + +
+           
+static intHTTP_STATUS + +
+           
+static intHTTP_SWITCHING_PROTOCOLS + +
+           
+static intHTTP_TRACE + +
+           
+static intHTTP_UNAUTHORIZED + +
+           
+static intHTTP_UNSUPPORTED_MEDIATYPE + +
+           
+static intHTTP_UPGRADE_REQUIRED + +
+           
+static intHTTP_URI_TOO_LONG + +
+           
+static intHTTP_USE_PROXY + +
+           
+static intHTTP_WAITING + +
+          Class constants - most not in use yet.
+ java.io.BufferedInputStreamis + +
+           
+ java.lang.Stringmethod + +
+           
+static java.lang.String[]months + +
+           
+ java.lang.Stringnonce + +
+           
+ java.lang.Stringopaque + +
+           
+ java.io.BufferedOutputStreamos + +
+           
+ java.lang.Stringpasswd + +
+           
+ java.lang.Stringpath + +
+           
+ intport + +
+           
+ char[]read_buffer + +
+           
+ java.lang.Stringread_header_charset + +
+           
+ java.lang.Stringread_header_content_language + +
+           
+ intread_header_content_length + +
+           
+ java.lang.Stringread_header_content_type + +
+           
+ java.lang.Stringread_header_date + +
+           
+ java.lang.Stringread_header_server + +
+           
+ java.lang.Stringrealm + +
+           
+ java.lang.Stringresource + +
+           
+ intstatus + +
+           
+ java.lang.Stringstatus_text + +
+           
+ java.lang.Stringuser + +
+           
+ java.lang.Stringversion + +
+           
+ intwrite_content_length + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
IPPHttp(java.lang.String request_url) + +
+          Constructor using URL.
IPPHttp(java.lang.String request_url, + java.lang.String p_auth_type, + java.lang.String p_user, + java.lang.String p_passwd) + +
+          Constructor using URL, user and pass.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcheckForResponse() + +
+           
+ voidparseAuthenticate(java.lang.String p_auth) + +
+           
+ IPPprocessResponse() + +
+          Process the HTTP response from the server.
+ intread_header() + +
+          Read the HTTP header from the input stream.
+ java.lang.Stringread_line() + +
+          Read a line from the input stream.
+ char[]read(int count) + +
+          Read up to count bytes from the input stream.
+ booleanreConnect() + +
+          Re-establish a dropped connection.
+ voidsetPassword(java.lang.String p_passwd) + +
+          Set the password.
+ voidsetUser(java.lang.String p_user) + +
+          Set the user name.
+ voidwrite(byte[] bytes) + +
+          Write bytes to the output stream.
+ voidwrite(byte[] bytes, + int length) + +
+          Write bytes to the output stream.
+ intwriteHeader(java.lang.String request, + int content_length) + +
+          Write the request header bytes to the server.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+HTTP_WAITING

+
+public static final int HTTP_WAITING
+
+
Class constants - most not in use yet.
+
+ +

+HTTP_OPTIONS

+
+public static final int HTTP_OPTIONS
+
+
+
+ +

+HTTP_GET

+
+public static final int HTTP_GET
+
+
+
+ +

+HTTP_GET_SEND

+
+public static final int HTTP_GET_SEND
+
+
+
+ +

+HTTP_HEAD

+
+public static final int HTTP_HEAD
+
+
+
+ +

+HTTP_POST

+
+public static final int HTTP_POST
+
+
+
+ +

+HTTP_POST_RECV

+
+public static final int HTTP_POST_RECV
+
+
+
+ +

+HTTP_POST_SEND

+
+public static final int HTTP_POST_SEND
+
+
+
+ +

+HTTP_PUT

+
+public static final int HTTP_PUT
+
+
+
+ +

+HTTP_PUT_RECV

+
+public static final int HTTP_PUT_RECV
+
+
+
+ +

+HTTP_DELETE

+
+public static final int HTTP_DELETE
+
+
+
+ +

+HTTP_TRACE

+
+public static final int HTTP_TRACE
+
+
+
+ +

+HTTP_CLOSE

+
+public static final int HTTP_CLOSE
+
+
+
+ +

+HTTP_STATUS

+
+public static final int HTTP_STATUS
+
+
+
+ +

+HTTP_0_9

+
+public static final int HTTP_0_9
+
+
+
+ +

+HTTP_1_0

+
+public static final int HTTP_1_0
+
+
+
+ +

+HTTP_1_1

+
+public static final int HTTP_1_1
+
+
+
+ +

+HTTP_KEEPALIVE_OFF

+
+public static final int HTTP_KEEPALIVE_OFF
+
+
+
+ +

+HTTP_KEEPALIVE_ON

+
+public static final int HTTP_KEEPALIVE_ON
+
+
+
+ +

+HTTP_ENCODE_LENGTH

+
+public static final int HTTP_ENCODE_LENGTH
+
+
+
+ +

+HTTP_ENCODE_CHUNKED

+
+public static final int HTTP_ENCODE_CHUNKED
+
+
+
+ +

+HTTP_ENCRYPT_IF_REQUESTED

+
+public static final int HTTP_ENCRYPT_IF_REQUESTED
+
+
+
+ +

+HTTP_ENCRYPT_NEVER

+
+public static final int HTTP_ENCRYPT_NEVER
+
+
+
+ +

+HTTP_ENCRYPT_REQUIRED

+
+public static final int HTTP_ENCRYPT_REQUIRED
+
+
+
+ +

+HTTP_ENCRYPT_ALWAYS

+
+public static final int HTTP_ENCRYPT_ALWAYS
+
+
+
+ +

+HTTP_AUTH_NONE

+
+public static final int HTTP_AUTH_NONE
+
+
+
+ +

+HTTP_AUTH_BASIC

+
+public static final int HTTP_AUTH_BASIC
+
+
+
+ +

+HTTP_AUTH_MD5

+
+public static final int HTTP_AUTH_MD5
+
+
+
+ +

+HTTP_AUTH_MD5_SESS

+
+public static final int HTTP_AUTH_MD5_SESS
+
+
+
+ +

+HTTP_AUTH_MD5_INT

+
+public static final int HTTP_AUTH_MD5_INT
+
+
+
+ +

+HTTP_AUTH_MD5_SESS_INT

+
+public static final int HTTP_AUTH_MD5_SESS_INT
+
+
+
+ +

+HTTP_ERROR

+
+public static final int HTTP_ERROR
+
+
+
+ +

+HTTP_CONTINUE

+
+public static final int HTTP_CONTINUE
+
+
+
+ +

+HTTP_SWITCHING_PROTOCOLS

+
+public static final int HTTP_SWITCHING_PROTOCOLS
+
+
+
+ +

+HTTP_OK

+
+public static final int HTTP_OK
+
+
+
+ +

+HTTP_CREATED

+
+public static final int HTTP_CREATED
+
+
+
+ +

+HTTP_ACCEPTED

+
+public static final int HTTP_ACCEPTED
+
+
+
+ +

+HTTP_NOT_AUTHORITATIVE

+
+public static final int HTTP_NOT_AUTHORITATIVE
+
+
+
+ +

+HTTP_NO_CONTENT

+
+public static final int HTTP_NO_CONTENT
+
+
+
+ +

+HTTP_RESET_CONTENT

+
+public static final int HTTP_RESET_CONTENT
+
+
+
+ +

+HTTP_PARTIAL_CONTENT

+
+public static final int HTTP_PARTIAL_CONTENT
+
+
+
+ +

+HTTP_MULTIPLE_CHOICES

+
+public static final int HTTP_MULTIPLE_CHOICES
+
+
+
+ +

+HTTP_MOVED_PERMANENTLY

+
+public static final int HTTP_MOVED_PERMANENTLY
+
+
+
+ +

+HTTP_MOVED_TEMPORARILY

+
+public static final int HTTP_MOVED_TEMPORARILY
+
+
+
+ +

+HTTP_SEE_OTHER

+
+public static final int HTTP_SEE_OTHER
+
+
+
+ +

+HTTP_NOT_MODIFIED

+
+public static final int HTTP_NOT_MODIFIED
+
+
+
+ +

+HTTP_USE_PROXY

+
+public static final int HTTP_USE_PROXY
+
+
+
+ +

+HTTP_BAD_REQUEST

+
+public static final int HTTP_BAD_REQUEST
+
+
+
+ +

+HTTP_UNAUTHORIZED

+
+public static final int HTTP_UNAUTHORIZED
+
+
+
+ +

+HTTP_PAYMENT_REQUIRED

+
+public static final int HTTP_PAYMENT_REQUIRED
+
+
+
+ +

+HTTP_FORBIDDEN

+
+public static final int HTTP_FORBIDDEN
+
+
+
+ +

+HTTP_NOT_FOUND

+
+public static final int HTTP_NOT_FOUND
+
+
+
+ +

+HTTP_METHOD_NOT_ALLOWED

+
+public static final int HTTP_METHOD_NOT_ALLOWED
+
+
+
+ +

+HTTP_NOT_ACCEPTABLE

+
+public static final int HTTP_NOT_ACCEPTABLE
+
+
+
+ +

+HTTP_PROXY_AUTHENTICATION

+
+public static final int HTTP_PROXY_AUTHENTICATION
+
+
+
+ +

+HTTP_REQUEST_TIMEOUT

+
+public static final int HTTP_REQUEST_TIMEOUT
+
+
+
+ +

+HTTP_CONFLICT

+
+public static final int HTTP_CONFLICT
+
+
+
+ +

+HTTP_GONE

+
+public static final int HTTP_GONE
+
+
+
+ +

+HTTP_LENGTH_REQUIRED

+
+public static final int HTTP_LENGTH_REQUIRED
+
+
+
+ +

+HTTP_PRECONDITION

+
+public static final int HTTP_PRECONDITION
+
+
+
+ +

+HTTP_REQUEST_TOO_LARGE

+
+public static final int HTTP_REQUEST_TOO_LARGE
+
+
+
+ +

+HTTP_URI_TOO_LONG

+
+public static final int HTTP_URI_TOO_LONG
+
+
+
+ +

+HTTP_UNSUPPORTED_MEDIATYPE

+
+public static final int HTTP_UNSUPPORTED_MEDIATYPE
+
+
+
+ +

+HTTP_UPGRADE_REQUIRED

+
+public static final int HTTP_UPGRADE_REQUIRED
+
+
+
+ +

+HTTP_SERVER_ERROR

+
+public static final int HTTP_SERVER_ERROR
+
+
+
+ +

+HTTP_NOT_IMPLEMENTED

+
+public static final int HTTP_NOT_IMPLEMENTED
+
+
+
+ +

+HTTP_BAD_GATEWAY

+
+public static final int HTTP_BAD_GATEWAY
+
+
+
+ +

+HTTP_SERVICE_UNAVAILABLE

+
+public static final int HTTP_SERVICE_UNAVAILABLE
+
+
+
+ +

+HTTP_GATEWAY_TIMEOUT

+
+public static final int HTTP_GATEWAY_TIMEOUT
+
+
+
+ +

+HTTP_NOT_SUPPORTED

+
+public static final int HTTP_NOT_SUPPORTED
+
+
+
+ +

+HTTP_FIELD_UNKNOWN

+
+public static final int HTTP_FIELD_UNKNOWN
+
+
+
+ +

+HTTP_FIELD_ACCEPT_LANGUAGE

+
+public static final int HTTP_FIELD_ACCEPT_LANGUAGE
+
+
+
+ +

+HTTP_FIELD_ACCEPT_RANGES

+
+public static final int HTTP_FIELD_ACCEPT_RANGES
+
+
+
+ +

+HTTP_FIELD_AUTHORIZATION

+
+public static final int HTTP_FIELD_AUTHORIZATION
+
+
+
+ +

+HTTP_FIELD_CONNECTION

+
+public static final int HTTP_FIELD_CONNECTION
+
+
+
+ +

+HTTP_FIELD_CONTENT_ENCODING

+
+public static final int HTTP_FIELD_CONTENT_ENCODING
+
+
+
+ +

+HTTP_FIELD_CONTENT_LANGUAGE

+
+public static final int HTTP_FIELD_CONTENT_LANGUAGE
+
+
+
+ +

+HTTP_FIELD_CONTENT_LENGTH

+
+public static final int HTTP_FIELD_CONTENT_LENGTH
+
+
+
+ +

+HTTP_FIELD_CONTENT_LOCATION

+
+public static final int HTTP_FIELD_CONTENT_LOCATION
+
+
+
+ +

+HTTP_FIELD_CONTENT_MD5

+
+public static final int HTTP_FIELD_CONTENT_MD5
+
+
+
+ +

+HTTP_FIELD_CONTENT_RANGE

+
+public static final int HTTP_FIELD_CONTENT_RANGE
+
+
+
+ +

+HTTP_FIELD_CONTENT_TYPE

+
+public static final int HTTP_FIELD_CONTENT_TYPE
+
+
+
+ +

+HTTP_FIELD_CONTENT_VERSION

+
+public static final int HTTP_FIELD_CONTENT_VERSION
+
+
+
+ +

+HTTP_FIELD_DATE

+
+public static final int HTTP_FIELD_DATE
+
+
+
+ +

+HTTP_FIELD_HOST

+
+public static final int HTTP_FIELD_HOST
+
+
+
+ +

+HTTP_FIELD_IF_MODIFIED_SINCE

+
+public static final int HTTP_FIELD_IF_MODIFIED_SINCE
+
+
+
+ +

+HTTP_FIELD_IF_UNMODIFIED_SINCE

+
+public static final int HTTP_FIELD_IF_UNMODIFIED_SINCE
+
+
+
+ +

+HTTP_FIELD_KEEP_ALIVE

+
+public static final int HTTP_FIELD_KEEP_ALIVE
+
+
+
+ +

+HTTP_FIELD_LAST_MODIFIED

+
+public static final int HTTP_FIELD_LAST_MODIFIED
+
+
+
+ +

+HTTP_FIELD_LINK

+
+public static final int HTTP_FIELD_LINK
+
+
+
+ +

+HTTP_FIELD_LOCATION

+
+public static final int HTTP_FIELD_LOCATION
+
+
+
+ +

+HTTP_FIELD_RANGE

+
+public static final int HTTP_FIELD_RANGE
+
+
+
+ +

+HTTP_FIELD_REFERER

+
+public static final int HTTP_FIELD_REFERER
+
+
+
+ +

+HTTP_FIELD_RETRY_AFTER

+
+public static final int HTTP_FIELD_RETRY_AFTER
+
+
+
+ +

+HTTP_FIELD_TRANSFER_ENCODING

+
+public static final int HTTP_FIELD_TRANSFER_ENCODING
+
+
+
+ +

+HTTP_FIELD_UPGRADE

+
+public static final int HTTP_FIELD_UPGRADE
+
+
+
+ +

+HTTP_FIELD_USER_AGENT

+
+public static final int HTTP_FIELD_USER_AGENT
+
+
+
+ +

+HTTP_FIELD_WWW_AUTHENTICATE

+
+public static final int HTTP_FIELD_WWW_AUTHENTICATE
+
+
+
+ +

+HTTP_FIELD_MAX

+
+public static final int HTTP_FIELD_MAX
+
+
+
+ +

+http_fields

+
+public static final java.lang.String[] http_fields
+
+
+
+ +

+days

+
+public static final java.lang.String[] days
+
+
+
+ +

+months

+
+public static final java.lang.String[] months
+
+
+
+ +

+conn

+
+public java.net.Socket conn
+
+
+
+ +

+connected

+
+public boolean connected
+
+
+
+ +

+is

+
+public java.io.BufferedInputStream is
+
+
+
+ +

+br

+
+public java.io.BufferedReader br
+
+
+
+ +

+os

+
+public java.io.BufferedOutputStream os
+
+
+
+ +

+write_content_length

+
+public int write_content_length
+
+
+
+ +

+read_header_date

+
+public java.lang.String read_header_date
+
+
+
+ +

+read_header_server

+
+public java.lang.String read_header_server
+
+
+
+ +

+read_header_charset

+
+public java.lang.String read_header_charset
+
+
+
+ +

+read_header_content_language

+
+public java.lang.String read_header_content_language
+
+
+
+ +

+read_header_content_type

+
+public java.lang.String read_header_content_type
+
+
+
+ +

+read_header_content_length

+
+public int read_header_content_length
+
+
+
+ +

+read_buffer

+
+public char[] read_buffer
+
+
+
+ +

+status

+
+public int status
+
+
+
+ +

+status_text

+
+public java.lang.String status_text
+
+
+
+ +

+version

+
+public java.lang.String version
+
+
+
+ +

+error

+
+public int error
+
+
+
+ +

+activity

+
+public int activity
+
+
+
+ +

+hostname

+
+public java.lang.String hostname
+
+
+
+ +

+port

+
+public int port
+
+
+
+ +

+path

+
+public java.lang.String path
+
+
+
+ +

+user

+
+public java.lang.String user
+
+
+
+ +

+passwd

+
+public java.lang.String passwd
+
+
+
+ +

+auth_type

+
+public java.lang.String auth_type
+
+
+
+ +

+realm

+
+public java.lang.String realm
+
+
+
+ +

+opaque

+
+public java.lang.String opaque
+
+
+
+ +

+nonce

+
+public java.lang.String nonce
+
+
+
+ +

+resource

+
+public java.lang.String resource
+
+
+
+ +

+method

+
+public java.lang.String method
+
+
+
+ +

+http_request

+
+public java.lang.String http_request
+
+
+
+ +

+http_content_length

+
+public int http_content_length
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+IPPHttp

+
+public IPPHttp(java.lang.String request_url)
+        throws java.io.IOException,
+               java.net.UnknownHostException
+
+
Constructor using URL.
+
Parameters:
request_url - URL of server to connect to.
+
+
+
+ +

+IPPHttp

+
+public IPPHttp(java.lang.String request_url,
+               java.lang.String p_auth_type,
+               java.lang.String p_user,
+               java.lang.String p_passwd)
+        throws java.io.IOException,
+               java.net.UnknownHostException
+
+
Constructor using URL, user and pass.
+
Parameters:
request_url - URL of server to connect to.
p_auth_type - String basic or digest.
p_user - String User name.
p_passwd - String password.
+
+
+ + + + + + + + +
+Method Detail
+ +

+reConnect

+
+public boolean reConnect()
+                  throws java.io.IOException
+
+
Re-establish a dropped connection.
+
Returns:
boolean True if connected.
+
+
+
+ +

+setUser

+
+public void setUser(java.lang.String p_user)
+
+
Set the user name.
+
Parameters:
p_user - String - user name.
+
+
+
+ +

+setPassword

+
+public void setPassword(java.lang.String p_passwd)
+
+
Set the password.
+
Parameters:
p_passwd - String - password.
+
+
+
+ +

+writeHeader

+
+public int writeHeader(java.lang.String request,
+                       int content_length)
+                throws java.io.IOException
+
+
Write the request header bytes to the server.
+
Parameters:
request - String - the request.
content_length - int - size of the total request.
+
+
+
+ +

+checkForResponse

+
+public int checkForResponse()
+
+
+
+ +

+write

+
+public void write(byte[] bytes)
+           throws java.io.IOException
+
+
Write bytes to the output stream.
+
Parameters:
bytes - Array of bytes to write to the stream.
+
+
+
+ +

+write

+
+public void write(byte[] bytes,
+                  int length)
+           throws java.io.IOException
+
+
Write bytes to the output stream.
+
Parameters:
bytes - Array of bytes to write to the stream.
length - Number of bytes to write to the stream.
+
+
+
+ +

+read_header

+
+public int read_header()
+                throws java.io.IOException
+
+
Read the HTTP header from the input stream.
+
Returns:
int Content length of response.
+
+
+
+ +

+read_line

+
+public java.lang.String read_line()
+                           throws java.io.IOException
+
+
Read a line from the input stream.
+
Returns:
String Line read.
+
+
+
+ +

+read

+
+public char[] read(int count)
+            throws java.io.IOException
+
+
Read up to count bytes from the input stream.
+
Parameters:
count - Number of bytes to read.
Returns:
char[] Character array of data read.
+
+
+
+ +

+processResponse

+
+public IPP processResponse()
+
+
Process the HTTP response from the server.
+
Returns:
IPP IPP object containing response data.
See Also:
IPP, +IPPRequest, +IPPAttribute, +IPPValue, +IPPDefs
+
+
+
+ +

+parseAuthenticate

+
+public void parseAuthenticate(java.lang.String p_auth)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPRequest.html b/scripting/java/docs/com/easysw/cups/IPPRequest.html new file mode 100644 index 0000000000..82361d90fc --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPRequest.html @@ -0,0 +1,251 @@ + + + + + + +: Class IPPRequest + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPRequest

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPPRequest
+
+
+
+
public class IPPRequest
extends java.lang.Object
+ +

+An IPPRequest object is used to hold the + status and id's of a request. +

+

+
Since:
JDK1.3
+
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
IPPRequest() + +
+          Constructor
IPPRequest(int p_request_id, + short p_operation_id) + +
+          Constructor using request id and operation id.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetOpStatus(short p_status_code) + +
+          Set the operation status of a request.
+ voidsetStatus(short p_status_code) + +
+          Set the current status of a request.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IPPRequest

+
+public IPPRequest()
+
+
Constructor
+
+ +

+IPPRequest

+
+public IPPRequest(int p_request_id,
+                  short p_operation_id)
+
+
Constructor using request id and operation id.
+
Parameters:
p_request_id - ID of request.
p_operation_id - Operation ID for request.
See Also:
IPPDefs
+
+
+ + + + + + + + +
+Method Detail
+ +

+setStatus

+
+public void setStatus(short p_status_code)
+
+
Set the current status of a request.
+
Parameters:
p_status_code - Status code.
See Also:
IPPDefs
+
+
+
+ +

+setOpStatus

+
+public void setOpStatus(short p_status_code)
+
+
Set the operation status of a request.
+
Parameters:
p_status_code - Operation status code.
See Also:
IPPDefs
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPStatus.html b/scripting/java/docs/com/easysw/cups/IPPStatus.html new file mode 100644 index 0000000000..ba8bcaad42 --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPStatus.html @@ -0,0 +1,185 @@ + + + + + + +: Class IPPStatus + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPStatus

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPPStatus
+
+
+
+
public class IPPStatus
extends java.lang.Object
+ +

+Class to convert a status code to text. +

+

+
Since:
JDK1.3
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
IPPStatus(int p_status) + +
+          Constructor, access the status_text member + after creation.
+  + + + + + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IPPStatus

+
+public IPPStatus(int p_status)
+
+
Constructor, access the status_text member + after creation.
+
Parameters:
p_status - Status code to convert.
See Also:
IPPDefs
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPURLConnection.html b/scripting/java/docs/com/easysw/cups/IPPURLConnection.html new file mode 100644 index 0000000000..3a02e1ae2d --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPURLConnection.html @@ -0,0 +1,262 @@ + + + + + + +: Class IPPURLConnection + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPURLConnection

+
+java.lang.Object
+  |
+  +--java.net.URLConnection
+        |
+        +--com.easysw.cups.IPPURLConnection
+
+
+
+
public class IPPURLConnection
extends java.net.URLConnection
+ +

+


+ +

+ + + + + + + + + + + + + +
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
+  + + + + + + + + + + +
+Constructor Summary
IPPURLConnection(java.net.URL url) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidconnect() + +
+          Not used.
+ voiddisconnect() + +
+          Not used.
+ booleanusingProxy() + +
+          Determine if using proxy.
+ + + + + + + +
Methods inherited from class java.net.URLConnection
getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IPPURLConnection

+
+public IPPURLConnection(java.net.URL url)
+
+
Constructor.
+ + + + + + + + +
+Method Detail
+ +

+usingProxy

+
+public boolean usingProxy()
+
+
Determine if using proxy.
+
Returns:
boolean Always false for now.
+
+
+
+ +

+connect

+
+public void connect()
+
+
Not used.
+
Overrides:
connect in class java.net.URLConnection
+
+
+
+ +

+disconnect

+
+public void disconnect()
+
+
Not used.
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/com/easysw/cups/IPPValue.html b/scripting/java/docs/com/easysw/cups/IPPValue.html new file mode 100644 index 0000000000..96df5bc3ab --- /dev/null +++ b/scripting/java/docs/com/easysw/cups/IPPValue.html @@ -0,0 +1,376 @@ + + + + + + +: Class IPPValue + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +com.easysw.cups +
+Class IPPValue

+
+java.lang.Object
+  |
+  +--com.easysw.cups.IPPValue
+
+
+
+
public class IPPValue
extends java.lang.Object
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
IPPValue(boolean p_boolean) + +
+          Boolean constructor.
IPPValue(byte p_byte) + +
+          Byte constructor.
IPPValue(byte p_units, + int p_xres, + int p_yres) + +
+          Resolution constructor.
IPPValue(char[] p_date) + +
+          Date constructor.
IPPValue(int p_int) + +
+          Integer constructor.
IPPValue(int p_int, + boolean anything) + +
+          Enum constructor.
IPPValue(int p_length, + char[] p_data) + +
+          Raw data constructor.
IPPValue(int p_lower, + int p_upper) + +
+          Range constructor.
IPPValue(short p_short) + +
+          Short constructor.
IPPValue(java.lang.String p_charset, + java.lang.String p_text) + +
+          String constructor.
+  + + + + + + + + + + + +
+Method Summary
+ longIPPDateToTime() + +
+          Convert an IPP Date value to Unix Time.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IPPValue

+
+public IPPValue(byte p_byte)
+
+
Byte constructor.
+
Parameters:
p_byte - Byte value.
+
+
+
+ +

+IPPValue

+
+public IPPValue(short p_short)
+
+
Short constructor.
+
Parameters:
p_short - Short value.
+
+
+
+ +

+IPPValue

+
+public IPPValue(int p_int)
+
+
Integer constructor.
+
Parameters:
p_int - Integer value.
+
+
+
+ +

+IPPValue

+
+public IPPValue(int p_int,
+                boolean anything)
+
+
Enum constructor.
+
Parameters:
p_int - Integer value - force to IPP enum.
+
+
+
+ +

+IPPValue

+
+public IPPValue(boolean p_boolean)
+
+
Boolean constructor.
+
Parameters:
p_boolean - Boolean value.
+
+
+
+ +

+IPPValue

+
+public IPPValue(char[] p_date)
+
+
Date constructor. Also set the unix_time member.
+
Parameters:
p_date[] - Character array with date value.
+
+
+
+ +

+IPPValue

+
+public IPPValue(java.lang.String p_charset,
+                java.lang.String p_text)
+
+
String constructor. Set the string and + charset values.
+
Parameters:
p_charset - Charset for string.
p_text - Text for string.
+
+
+
+ +

+IPPValue

+
+public IPPValue(int p_lower,
+                int p_upper)
+
+
Range constructor. Automatically swap as needed.
+
Parameters:
p_lower - Integer lower value.
p_upper - Integer upper value.
+
+
+
+ +

+IPPValue

+
+public IPPValue(byte p_units,
+                int p_xres,
+                int p_yres)
+
+
Resolution constructor.
+
Parameters:
p_units - Unit of measure.
p_xres - X resolution.
p_yres - Y resolution.
+
+
+
+ +

+IPPValue

+
+public IPPValue(int p_length,
+                char[] p_data)
+
+
Raw data constructor.
+
Parameters:
p_length - Size of array.
p_data[] - Data.
+
+
+ + + + + + + + +
+Method Detail
+ +

+IPPDateToTime

+
+public long IPPDateToTime()
+
+
Convert an IPP Date value to Unix Time.
+
Returns:
long Unix time in seconds.
See Also:
IPPCalender
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/deprecated-list.html b/scripting/java/docs/deprecated-list.html new file mode 100644 index 0000000000..3c2bcd94ff --- /dev/null +++ b/scripting/java/docs/deprecated-list.html @@ -0,0 +1,89 @@ + + + + + + +: Deprecated List + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Deprecated API

+
+
+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/help-doc.html b/scripting/java/docs/help-doc.html new file mode 100644 index 0000000000..e564cd6ef3 --- /dev/null +++ b/scripting/java/docs/help-doc.html @@ -0,0 +1,138 @@ + + + + + + +: API Help + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Exceptions
  • Errors
+
+

+Class/Interface

+
+ +

+Each class, interface, inner class and inner interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Inner Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/index-all.html b/scripting/java/docs/index-all.html new file mode 100644 index 0000000000..21461d8586 --- /dev/null +++ b/scripting/java/docs/index-all.html @@ -0,0 +1,1588 @@ + + + + + + +: Index + + + + + + + + + + + + + + + + + +
+ +
+ + +A B C D E F G H I J L M N O P Q R S T U V W
+

+A

+
+
ACTIVATE_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
activity - +Variable in class com.easysw.cups.IPPHttp +
  +
addAttribute(IPPAttribute) - +Method in class com.easysw.cups.IPP +
Add an attribute to the attibutes list + for later parsing. +
addBoolean(boolean) - +Method in class com.easysw.cups.IPPAttribute +
  +
addBooleans(boolean[]) - +Method in class com.easysw.cups.IPPAttribute +
  +
addDate(char[]) - +Method in class com.easysw.cups.IPPAttribute +
  +
addEnum(int) - +Method in class com.easysw.cups.IPPAttribute +
  +
addInteger(int) - +Method in class com.easysw.cups.IPPAttribute +
  +
addIntegers(int[]) - +Method in class com.easysw.cups.IPPAttribute +
  +
addRange(int, int) - +Method in class com.easysw.cups.IPPAttribute +
  +
addRanges(int[], int[]) - +Method in class com.easysw.cups.IPPAttribute +
  +
addResolution(byte, int, int) - +Method in class com.easysw.cups.IPPAttribute +
  +
addResolutions(byte, int[], int[]) - +Method in class com.easysw.cups.IPPAttribute +
  +
addSeparator() - +Method in class com.easysw.cups.IPPAttribute +
  +
addString(String, String) - +Method in class com.easysw.cups.IPPAttribute +
  +
addStrings(String, String[]) - +Method in class com.easysw.cups.IPPAttribute +
  +
ATTRIBUTE - +Static variable in class com.easysw.cups.IPPDefs +
  +
ATTRIBUTES - +Static variable in class com.easysw.cups.IPPDefs +
  +
ATTRIBUTES_NOT_SETTABLE - +Static variable in class com.easysw.cups.IPPDefs +
  +
attrs - +Variable in class com.easysw.cups.IPP +
  +
auth_type - +Variable in class com.easysw.cups.IPPHttp +
  +
+
+

+B

+
+
BAD_REQUEST - +Static variable in class com.easysw.cups.IPPDefs +
  +
br - +Variable in class com.easysw.cups.IPPHttp +
  +
+
+

+C

+
+
CANCEL_CURRENT_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
CANCEL_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
CANCEL_SUBSCRIPTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
CHARSET - +Static variable in class com.easysw.cups.IPPDefs +
  +
checkForResponse() - +Method in class com.easysw.cups.IPPHttp +
  +
com.easysw.cups - package com.easysw.cups
 
COMPRESSION_ERROR - +Static variable in class com.easysw.cups.IPPDefs +
  +
COMPRESSION_NOT_SUPPORTED - +Static variable in class com.easysw.cups.IPPDefs +
  +
CONFLICT - +Static variable in class com.easysw.cups.IPPDefs +
  +
conn - +Variable in class com.easysw.cups.IPPHttp +
  +
connect() - +Method in class com.easysw.cups.IPPURLConnection +
Not used. +
connected - +Variable in class com.easysw.cups.IPPHttp +
  +
CREATE_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
CREATE_JOB_SUBSCRIPTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
CREATE_PRINTER_SUBSCRIPTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
Cups - class com.easysw.cups.Cups.
 
CUPS_ACCEPT_JOBS - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_ADD_CLASS - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_ADD_DEVICE - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_ADD_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_DELETE_CLASS - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_DELETE_DEVICE - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_DELETE_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_GET_CLASSES - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_GET_DEFAULT - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_GET_DEVICES - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_GET_PPDS - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_GET_PRINTERS - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_MOVE_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_REJECT_JOBS - +Static variable in class com.easysw.cups.IPPDefs +
  +
CUPS_SET_DEFAULT - +Static variable in class com.easysw.cups.IPPDefs +
  +
Cups() - +Constructor for class com.easysw.cups.Cups +
Void constructor. +
Cups(URL) - +Constructor for class com.easysw.cups.Cups +
Constructor using a URL. +
cupsCancelJob(String, int, String) - +Method in class com.easysw.cups.Cups +
Cancel a job - send a job cancel request to the server. +
cupsGetDefault() - +Method in class com.easysw.cups.Cups +
Get default destination. +
cupsGetJobs(boolean, boolean) - +Method in class com.easysw.cups.Cups +
Get a list of jobs. +
cupsGetPrinterAttributes(String) - +Method in class com.easysw.cups.Cups +
Get printer attributes +
cupsGetPrinters() - +Method in class com.easysw.cups.Cups +
Get a list of printers. +
cupsGetPrinterStatus(String) - +Method in class com.easysw.cups.Cups +
  +
CupsJob - class com.easysw.cups.CupsJob.
 
CupsJob() - +Constructor for class com.easysw.cups.CupsJob +
Constructor - set some default values. +
CupsPrinter - class com.easysw.cups.CupsPrinter.
 
CupsPrinter(Cups) - +Constructor for class com.easysw.cups.CupsPrinter +
Constructor. +
CupsPrinter(Cups, String) - +Constructor for class com.easysw.cups.CupsPrinter +
Constructor with name. +
cupsPrintFile(String, IPPAttribute[]) - +Method in class com.easysw.cups.Cups +
Print a file. +
+
+

+D

+
+
DATA - +Static variable in class com.easysw.cups.IPPDefs +
  +
days - +Static variable in class com.easysw.cups.IPPHttp +
  +
DEACTIVATE_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
DEVICE_ERROR - +Static variable in class com.easysw.cups.IPPDefs +
  +
DISABLE_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
disconnect() - +Method in class com.easysw.cups.IPPURLConnection +
Not used. +
DOCUMENT_ACCESS_ERROR - +Static variable in class com.easysw.cups.IPPDefs +
  +
document_format - +Variable in class com.easysw.cups.CupsJob +
  +
DOCUMENT_FORMAT - +Static variable in class com.easysw.cups.IPPDefs +
  +
DOCUMENT_FORMAT_ERROR - +Static variable in class com.easysw.cups.IPPDefs +
  +
doRequest() - +Method in class com.easysw.cups.Cups +
Do a CUPS request to the server. +
doRequest(File) - +Method in class com.easysw.cups.Cups +
Send a FILE to the CUPS server. +
doRequest(String) - +Method in class com.easysw.cups.Cups +
  +
dump_response() - +Method in class com.easysw.cups.IPP +
  +
dump_values() - +Method in class com.easysw.cups.IPPAttribute +
  +
+
+

+E

+
+
ENABLE_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
error - +Variable in class com.easysw.cups.IPPHttp +
  +
ERROR - +Static variable in class com.easysw.cups.IPPDefs +
  +
ERROR_JOB_CANCELLED - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+F

+
+
FINISHINGS_BALE - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_BIND - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_BIND_BOTTOM - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_BIND_LEFT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_BIND_RIGHT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_BIND_TOP - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_BOOKLET_MAKER - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_COVER - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_EDGE_STITCH - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_EDGE_STITCH_BOTTOM - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_EDGE_STITCH_LEFT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_EDGE_STITCH_RIGHT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_EDGE_STITCH_TOP - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_FOLD - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_JOB_OFFSET - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_NONE - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_PUNCH - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_SADDLE_STITCH - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_BOTTOM_LEFT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_BOTTOM_RIGHT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_DUAL_BOTTOM - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_DUAL_LEFT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_DUAL_RIGHT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_DUAL_TOP - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_TOP_LEFT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_STAPLE_TOP_RIGHT - +Static variable in class com.easysw.cups.IPPDefs +
  +
FINISHINGS_TRIM - +Static variable in class com.easysw.cups.IPPDefs +
  +
FORBIDDEN - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+G

+
+
GET_JOB_ATTRIBUTES - +Static variable in class com.easysw.cups.IPPDefs +
  +
GET_JOBS - +Static variable in class com.easysw.cups.IPPDefs +
  +
GET_NOTIFICATIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
GET_PRINT_SUPPORT_FILES - +Static variable in class com.easysw.cups.IPPDefs +
  +
GET_PRINTER_ATTRIBUTES - +Static variable in class com.easysw.cups.IPPDefs +
  +
GET_PRINTER_SUPPORTED_VALUES - +Static variable in class com.easysw.cups.IPPDefs +
  +
GET_SUBSCRIPTION_ATTRIBUTES - +Static variable in class com.easysw.cups.IPPDefs +
  +
GET_SUBSCRIPTIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
getAttributes(Cups) - +Method in class com.easysw.cups.CupsPrinter +
Get the printer's attributes. +
getBytes(int, int) - +Method in class com.easysw.cups.IPPAttribute +
  +
getCopiesDefault() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer number of copies default. +
getCurrentAttribute() - +Method in class com.easysw.cups.IPP +
Get the current attribute pointed at by + current. +
getEncrypt() - +Method in class com.easysw.cups.Cups +
Get the value of the encrypt member. +
getInstance() - +Static method in class com.easysw.cups.IPPMD5 +
This returns the singleton instance +
getJobSheetsDefault() - +Method in class com.easysw.cups.CupsPrinter +
Get the default job sheets. +
getJobSheetsSupported() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer job sheets supported. +
getLocation() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer location. +
getLowerCopiesSupported() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer lower copies supported. +
getMakeAndModel() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer make and model. +
getOrientationDefault() - +Method in class com.easysw.cups.CupsPrinter +
Get the default orientation. +
getOrientationSupported() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer orientation supported. +
getPageRangesSupported() - +Method in class com.easysw.cups.CupsPrinter +
Get whether the printer supports page ranges. +
getPrinterName() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer name. +
getStateReasons() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer state reasons. +
getStateText() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer state text. +
getStatus(Cups) - +Method in class com.easysw.cups.CupsPrinter +
Get the printer's status. +
getUpperCopiesSupported() - +Method in class com.easysw.cups.CupsPrinter +
Get the printer upper copies supported. +
GONE - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+H

+
+
hashData(byte[]) - +Method in class com.easysw.cups.IPPMD5 +
  +
HEADER - +Static variable in class com.easysw.cups.IPPDefs +
  +
hexStringFromBytes(byte[]) - +Method in class com.easysw.cups.IPPMD5 +
  +
HOLD_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
HOLD_NEW_JOBS - +Static variable in class com.easysw.cups.IPPDefs +
  +
hostname - +Variable in class com.easysw.cups.IPPHttp +
  +
HTTP_0_9 - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_1_0 - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_1_1 - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ACCEPTED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_AUTH_BASIC - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_AUTH_MD5 - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_AUTH_MD5_INT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_AUTH_MD5_SESS - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_AUTH_MD5_SESS_INT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_AUTH_NONE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_BAD_GATEWAY - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_BAD_REQUEST - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_CLOSE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_CONFLICT - +Static variable in class com.easysw.cups.IPPHttp +
  +
http_content_length - +Variable in class com.easysw.cups.IPPHttp +
  +
HTTP_CONTINUE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_CREATED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_DELETE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ENCODE_CHUNKED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ENCODE_LENGTH - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ENCRYPT_ALWAYS - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ENCRYPT_IF_REQUESTED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ENCRYPT_NEVER - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ENCRYPT_REQUIRED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_ERROR - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_ACCEPT_LANGUAGE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_ACCEPT_RANGES - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_AUTHORIZATION - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONNECTION - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_ENCODING - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_LANGUAGE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_LENGTH - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_LOCATION - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_MD5 - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_RANGE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_TYPE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_CONTENT_VERSION - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_DATE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_HOST - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_IF_MODIFIED_SINCE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_IF_UNMODIFIED_SINCE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_KEEP_ALIVE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_LAST_MODIFIED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_LINK - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_LOCATION - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_MAX - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_RANGE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_REFERER - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_RETRY_AFTER - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_TRANSFER_ENCODING - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_UNKNOWN - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_UPGRADE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_USER_AGENT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FIELD_WWW_AUTHENTICATE - +Static variable in class com.easysw.cups.IPPHttp +
  +
http_fields - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_FORBIDDEN - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_GATEWAY_TIMEOUT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_GET - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_GET_SEND - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_GONE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_HEAD - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_KEEPALIVE_OFF - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_KEEPALIVE_ON - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_LENGTH_REQUIRED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_METHOD_NOT_ALLOWED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_MOVED_PERMANENTLY - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_MOVED_TEMPORARILY - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_MULTIPLE_CHOICES - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_NO_CONTENT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_NOT_ACCEPTABLE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_NOT_AUTHORITATIVE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_NOT_FOUND - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_NOT_IMPLEMENTED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_NOT_MODIFIED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_NOT_SUPPORTED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_OK - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_OPTIONS - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_PARTIAL_CONTENT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_PAYMENT_REQUIRED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_POST - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_POST_RECV - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_POST_SEND - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_PRECONDITION - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_PROXY_AUTHENTICATION - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_PUT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_PUT_RECV - +Static variable in class com.easysw.cups.IPPHttp +
  +
http_request - +Variable in class com.easysw.cups.IPPHttp +
  +
HTTP_REQUEST_TIMEOUT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_REQUEST_TOO_LARGE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_RESET_CONTENT - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_SEE_OTHER - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_SERVER_ERROR - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_SERVICE_UNAVAILABLE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_STATUS - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_SWITCHING_PROTOCOLS - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_TRACE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_UNAUTHORIZED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_UNSUPPORTED_MEDIATYPE - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_UPGRADE_REQUIRED - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_URI_TOO_LONG - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_USE_PROXY - +Static variable in class com.easysw.cups.IPPHttp +
  +
HTTP_WAITING - +Static variable in class com.easysw.cups.IPPHttp +
Class constants - most not in use yet. +
+
+

+I

+
+
IDLE - +Static variable in class com.easysw.cups.IPPDefs +
  +
IGNORED_ALL_NOTIFICATIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
IGNORED_ALL_SUBSCRIPTIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
INTERNAL_ERROR - +Static variable in class com.easysw.cups.IPPDefs +
  +
IPP - class com.easysw.cups.IPP.
An IPP object is used to hold the various + attributes and status of an ipp request..
IPP() - +Constructor for class com.easysw.cups.IPP +
  +
IPPAttribute - class com.easysw.cups.IPPAttribute.
 
IPPAttribute(int, int, String) - +Constructor for class com.easysw.cups.IPPAttribute +
  +
IPPDateToTime() - +Method in class com.easysw.cups.IPPValue +
Convert an IPP Date value to Unix Time. +
IPPDefs - class com.easysw.cups.IPPDefs.
IPPDefs is a collection of constants for use + in the IPP and CUPS classes.
IPPDefs() - +Constructor for class com.easysw.cups.IPPDefs +
  +
IPPError - class com.easysw.cups.IPPError.
 
IPPError(int) - +Constructor for class com.easysw.cups.IPPError +
Constructor that sets error_string after creation. +
ippFindAttribute(String, int) - +Method in class com.easysw.cups.IPP +
Find the named attribute of the correct type. +
ippFindNextAttribute(String, int) - +Method in class com.easysw.cups.IPP +
Find the named attribute of the correct type. +
IPPHttp - class com.easysw.cups.IPPHttp.
 
IPPHttp(String) - +Constructor for class com.easysw.cups.IPPHttp +
Constructor using URL. +
IPPHttp(String, String, String, String) - +Constructor for class com.easysw.cups.IPPHttp +
Constructor using URL, user and pass. +
IPPMD5 - class com.easysw.cups.IPPMD5.
 
IPPRequest - class com.easysw.cups.IPPRequest.
An IPPRequest object is used to hold the + status and id's of a request.
IPPRequest() - +Constructor for class com.easysw.cups.IPPRequest +
Constructor +
IPPRequest(int, short) - +Constructor for class com.easysw.cups.IPPRequest +
Constructor using request id and operation id. +
IPPStatus - class com.easysw.cups.IPPStatus.
Class to convert a status code to text.
IPPStatus(int) - +Constructor for class com.easysw.cups.IPPStatus +
Constructor, access the status_text member + after creation. +
IPPURLConnection - class com.easysw.cups.IPPURLConnection.
 
IPPURLConnection(URL) - +Constructor for class com.easysw.cups.IPPURLConnection +
Constructor. +
IPPValue - class com.easysw.cups.IPPValue.
 
IPPValue(boolean) - +Constructor for class com.easysw.cups.IPPValue +
Boolean constructor. +
IPPValue(byte) - +Constructor for class com.easysw.cups.IPPValue +
Byte constructor. +
IPPValue(byte, int, int) - +Constructor for class com.easysw.cups.IPPValue +
Resolution constructor. +
IPPValue(char[]) - +Constructor for class com.easysw.cups.IPPValue +
Date constructor. +
IPPValue(int) - +Constructor for class com.easysw.cups.IPPValue +
Integer constructor. +
IPPValue(int, boolean) - +Constructor for class com.easysw.cups.IPPValue +
Enum constructor. +
IPPValue(int, char[]) - +Constructor for class com.easysw.cups.IPPValue +
Raw data constructor. +
IPPValue(int, int) - +Constructor for class com.easysw.cups.IPPValue +
Range constructor. +
IPPValue(short) - +Constructor for class com.easysw.cups.IPPValue +
Short constructor. +
IPPValue(String, String) - +Constructor for class com.easysw.cups.IPPValue +
String constructor. +
is - +Variable in class com.easysw.cups.IPPHttp +
  +
+
+

+J

+
+
JOB_ABORTED - +Static variable in class com.easysw.cups.IPPDefs +
  +
JOB_CANCELLED - +Static variable in class com.easysw.cups.IPPDefs +
  +
JOB_COMPLETED - +Static variable in class com.easysw.cups.IPPDefs +
  +
JOB_HELD - +Static variable in class com.easysw.cups.IPPDefs +
  +
job_hold_until - +Variable in class com.easysw.cups.CupsJob +
  +
job_id - +Variable in class com.easysw.cups.CupsJob +
  +
job_k_octets - +Variable in class com.easysw.cups.CupsJob +
  +
job_media_sheets_completed - +Variable in class com.easysw.cups.CupsJob +
  +
job_more_info - +Variable in class com.easysw.cups.CupsJob +
  +
job_name - +Variable in class com.easysw.cups.CupsJob +
  +
job_originating_host_name - +Variable in class com.easysw.cups.CupsJob +
  +
job_originating_user_name - +Variable in class com.easysw.cups.CupsJob +
  +
JOB_PENDING - +Static variable in class com.easysw.cups.IPPDefs +
  +
job_printer_up_time - +Variable in class com.easysw.cups.CupsJob +
  +
job_printer_uri - +Variable in class com.easysw.cups.CupsJob +
  +
job_priority - +Variable in class com.easysw.cups.CupsJob +
  +
JOB_PROCESSING - +Static variable in class com.easysw.cups.IPPDefs +
  +
job_sheets - +Variable in class com.easysw.cups.CupsJob +
  +
job_state - +Variable in class com.easysw.cups.CupsJob +
  +
job_state_reasons - +Variable in class com.easysw.cups.CupsJob +
  +
JOB_STOPPED - +Static variable in class com.easysw.cups.IPPDefs +
  +
job_uri - +Variable in class com.easysw.cups.CupsJob +
  +
jobStatusText() - +Method in class com.easysw.cups.CupsJob +
Convert a job status to a string. +
+
+

+L

+
+
LANDSCAPE - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+M

+
+
MAX_NAME - +Static variable in class com.easysw.cups.IPPDefs +
  +
MAX_VALUES - +Static variable in class com.easysw.cups.IPPDefs +
  +
md - +Variable in class com.easysw.cups.IPPMD5 +
  +
MD5Digest(String, String, String, String, String, String) - +Method in class com.easysw.cups.IPPMD5 +
  +
method - +Variable in class com.easysw.cups.IPPHttp +
  +
months - +Static variable in class com.easysw.cups.IPPHttp +
  +
MULTIPLE_JOBS_NOT_SUPPORTED - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+N

+
+
nonce - +Variable in class com.easysw.cups.IPPHttp +
  +
NOT_ACCEPTING - +Static variable in class com.easysw.cups.IPPDefs +
  +
NOT_AUTHENTICATED - +Static variable in class com.easysw.cups.IPPDefs +
  +
NOT_AUTHORIZED - +Static variable in class com.easysw.cups.IPPDefs +
  +
NOT_FOUND - +Static variable in class com.easysw.cups.IPPDefs +
  +
NOT_POSSIBLE - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+O

+
+
OK - +Static variable in class com.easysw.cups.IPPDefs +
  +
OK_BUT_CANCEL_SUBSCRIPTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
OK_CONFLICT - +Static variable in class com.easysw.cups.IPPDefs +
  +
OK_IGNORED_NOTIFICATIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
OK_IGNORED_SUBSCRIPTIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
OK_SUBST - +Static variable in class com.easysw.cups.IPPDefs +
  +
OK_TOO_MANY_EVENTS - +Static variable in class com.easysw.cups.IPPDefs +
  +
opaque - +Variable in class com.easysw.cups.IPPHttp +
  +
OPERATION_NOT_SUPPORTED - +Static variable in class com.easysw.cups.IPPDefs +
  +
os - +Variable in class com.easysw.cups.IPPHttp +
  +
+
+

+P

+
+
parseAuthenticate(String) - +Method in class com.easysw.cups.IPPHttp +
  +
passwd - +Variable in class com.easysw.cups.IPPHttp +
  +
path - +Variable in class com.easysw.cups.IPPHttp +
  +
PAUSE_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
PAUSE_PRINTER_AFTER_CURRENT_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
port - +Variable in class com.easysw.cups.IPPHttp +
  +
PORT - +Static variable in class com.easysw.cups.IPPDefs +
  +
PORTRAIT - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINT_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINT_SUPPORT_FILE_NOT_FOUND - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINT_URI - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINTER_BUSY - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINTER_IDLE - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINTER_IS_DEACTIVATED - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINTER_PROCESSING - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRINTER_STOPPED - +Static variable in class com.easysw.cups.IPPDefs +
  +
PRIVATE - +Static variable in class com.easysw.cups.IPPDefs +
  +
processResponse() - +Method in class com.easysw.cups.IPPHttp +
Process the HTTP response from the server. +
PROMOTE_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
PURGE_JOBS - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+Q

+
+
QUALITY_DRAFT - +Static variable in class com.easysw.cups.IPPDefs +
  +
QUALITY_HIGH - +Static variable in class com.easysw.cups.IPPDefs +
  +
QUALITY_NORMAL - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+R

+
+
read_buffer - +Variable in class com.easysw.cups.IPPHttp +
  +
read_header_charset - +Variable in class com.easysw.cups.IPPHttp +
  +
read_header_content_language - +Variable in class com.easysw.cups.IPPHttp +
  +
read_header_content_length - +Variable in class com.easysw.cups.IPPHttp +
  +
read_header_content_type - +Variable in class com.easysw.cups.IPPHttp +
  +
read_header_date - +Variable in class com.easysw.cups.IPPHttp +
  +
read_header_server - +Variable in class com.easysw.cups.IPPHttp +
  +
read_header() - +Method in class com.easysw.cups.IPPHttp +
Read the HTTP header from the input stream. +
read_line() - +Method in class com.easysw.cups.IPPHttp +
Read a line from the input stream. +
read(int) - +Method in class com.easysw.cups.IPPHttp +
Read up to count bytes from the input stream. +
realm - +Variable in class com.easysw.cups.IPPHttp +
  +
reConnect() - +Method in class com.easysw.cups.IPPHttp +
Re-establish a dropped connection. +
REDIRECTION_OTHER_SITE - +Static variable in class com.easysw.cups.IPPDefs +
  +
RELEASE_HELD_NEW_JOBS - +Static variable in class com.easysw.cups.IPPDefs +
  +
RELEASE_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
RENEW_SUBSCRIPTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
REPROCESS_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
request - +Variable in class com.easysw.cups.IPP +
  +
REQUEST_ENTITY - +Static variable in class com.easysw.cups.IPPDefs +
  +
REQUEST_VALUE - +Static variable in class com.easysw.cups.IPPDefs +
  +
RES_PER_CM - +Static variable in class com.easysw.cups.IPPDefs +
  +
RES_PER_INCH - +Static variable in class com.easysw.cups.IPPDefs +
  +
resource - +Variable in class com.easysw.cups.IPPHttp +
  +
RESTART_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
RESTART_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
RESUME_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
RESUME_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
REVERSE_LANDSCAPE - +Static variable in class com.easysw.cups.IPPDefs +
  +
REVERSE_PORTRAIT - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+S

+
+
SCHEDULE_JOB_AFTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
SEND_DOCUMENT - +Static variable in class com.easysw.cups.IPPDefs +
  +
SEND_NOTIFICATIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
SEND_URI - +Static variable in class com.easysw.cups.IPPDefs +
  +
SERVICE_UNAVAILABLE - +Static variable in class com.easysw.cups.IPPDefs +
  +
SET_JOB_ATTRIBUTES - +Static variable in class com.easysw.cups.IPPDefs +
  +
SET_PRINTER_ATTRIBUTES - +Static variable in class com.easysw.cups.IPPDefs +
  +
setDefaults() - +Method in class com.easysw.cups.CupsPrinter +
Initialize the members with mostly sane values. +
setDest(String) - +Method in class com.easysw.cups.Cups +
Set the value of the dest member. +
setEncrypt(boolean) - +Method in class com.easysw.cups.Cups +
Set the value of the encrypt member. +
setInstance(String) - +Method in class com.easysw.cups.Cups +
Set the value of the instance member. +
setOpStatus(short) - +Method in class com.easysw.cups.IPPRequest +
Set the operation status of a request. +
setPasswd(String) - +Method in class com.easysw.cups.Cups +
Set the value of the passwd member. +
setPassword(String) - +Method in class com.easysw.cups.IPPHttp +
Set the password. +
setPath(String) - +Method in class com.easysw.cups.Cups +
Set the value of the path member. +
setPort(int) - +Method in class com.easysw.cups.Cups +
Set the value of the port member. +
setProtocol(String) - +Method in class com.easysw.cups.Cups +
Set the value of the protocol member. +
setRequestID(short) - +Method in class com.easysw.cups.IPP +
Set the IPP request ID. +
setRequestOperationID(short) - +Method in class com.easysw.cups.IPP +
Set the IPP operation ID. +
setServer(String) - +Method in class com.easysw.cups.Cups +
Set the value of the server member. +
setStatus(short) - +Method in class com.easysw.cups.IPPRequest +
Set the current status of a request. +
setUser(String) - +Method in class com.easysw.cups.IPPHttp +
Set the user name. +
setUser(String) - +Method in class com.easysw.cups.Cups +
Set the value of the user member. +
SHUTDOWN_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
sizeInBytes() - +Method in class com.easysw.cups.IPP +
Get the size in bytes of an IPP request. +
sizeInBytes(int) - +Method in class com.easysw.cups.IPPAttribute +
  +
STARTUP_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
status - +Variable in class com.easysw.cups.IPPHttp +
  +
status - +Variable in class com.easysw.cups.IPP +
  +
status_text - +Variable in class com.easysw.cups.IPPHttp +
  +
SUSPEND_CURRENT_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+T

+
+
TAG_ADMINDEFINE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_BEGIN_COLLECTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_BOOLEAN - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_CHARSET - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_COPY - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_DATE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_DEFAULT - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_DELETEATTR - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_END - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_END_COLLECTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_ENUM - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_EVENT_NOTIFICATION - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_INTEGER - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_KEYWORD - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_LANGUAGE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_MASK - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_MEMBERNAME - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_MIMETYPE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_NAME - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_NAMELANG - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_NOTSETTABLE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_NOVALUE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_OPERATION - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_PRINTER - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_RANGE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_RESOLUTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_STRING - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_SUBSCRIPTION - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_TEXT - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_TEXTLANG - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_UNKNOWN - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_UNSUPPORTED_GROUP - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_UNSUPPORTED_VALUE - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_URI - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_URISCHEME - +Static variable in class com.easysw.cups.IPPDefs +
  +
TAG_ZERO - +Static variable in class com.easysw.cups.IPPDefs +
  +
TEMPORARY_ERROR - +Static variable in class com.easysw.cups.IPPDefs +
  +
time_at_completed - +Variable in class com.easysw.cups.CupsJob +
  +
time_at_creation - +Variable in class com.easysw.cups.CupsJob +
  +
time_at_processing - +Variable in class com.easysw.cups.CupsJob +
  +
TIMEOUT - +Static variable in class com.easysw.cups.IPPDefs +
  +
TOO_MANY_SUBSCRIPTIONS - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+U

+
+
updateAttribute(IPPAttribute) - +Method in class com.easysw.cups.CupsPrinter +
Process an attribute from the cups.doRequest() method and move + the values into local members. +
updateAttribute(IPPAttribute) - +Method in class com.easysw.cups.CupsJob +
Process an attribute from a cups.doRequest() call + and move the value into a local member. +
URI_SCHEME - +Static variable in class com.easysw.cups.IPPDefs +
  +
user - +Variable in class com.easysw.cups.IPPHttp +
  +
usingProxy() - +Method in class com.easysw.cups.IPPURLConnection +
Determine if using proxy. +
+
+

+V

+
+
VALIDATE_JOB - +Static variable in class com.easysw.cups.IPPDefs +
  +
version - +Variable in class com.easysw.cups.IPPHttp +
  +
VERSION - +Static variable in class com.easysw.cups.IPPDefs +
  +
VERSION_NOT_SUPPORTED - +Static variable in class com.easysw.cups.IPPDefs +
  +
+
+

+W

+
+
write_content_length - +Variable in class com.easysw.cups.IPPHttp +
  +
write(byte[]) - +Method in class com.easysw.cups.IPPHttp +
Write bytes to the output stream. +
write(byte[], int) - +Method in class com.easysw.cups.IPPHttp +
Write bytes to the output stream. +
writeHeader(String, int) - +Method in class com.easysw.cups.IPPHttp +
Write the request header bytes to the server. +
+
+A B C D E F G H I J L M N O P Q R S T U V W + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/index.html b/scripting/java/docs/index.html new file mode 100644 index 0000000000..0d8e5330a4 --- /dev/null +++ b/scripting/java/docs/index.html @@ -0,0 +1,22 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to <A HREF="com/easysw/cups/package-summary.html">Non-frame version.</A> + diff --git a/scripting/java/docs/overview-tree.html b/scripting/java/docs/overview-tree.html new file mode 100644 index 0000000000..26375784a4 --- /dev/null +++ b/scripting/java/docs/overview-tree.html @@ -0,0 +1,101 @@ + + + + + + +: Class Hierarchy + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
com.easysw.cups
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/package-list b/scripting/java/docs/package-list new file mode 100644 index 0000000000..87ef3d4ba2 --- /dev/null +++ b/scripting/java/docs/package-list @@ -0,0 +1 @@ +com.easysw.cups diff --git a/scripting/java/docs/packages.html b/scripting/java/docs/packages.html new file mode 100644 index 0000000000..ed4ad951e9 --- /dev/null +++ b/scripting/java/docs/packages.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + +
+ +
+ +
+
+The front page has been relocated.Please see: +
+          Frame version +
+          Non-frame version.
+ + + diff --git a/scripting/java/docs/serialized-form.html b/scripting/java/docs/serialized-form.html new file mode 100644 index 0000000000..ed30f6fe6c --- /dev/null +++ b/scripting/java/docs/serialized-form.html @@ -0,0 +1,89 @@ + + + + + + +Serialized Form + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Serialized Form

+
+
+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/scripting/java/docs/stylesheet.css b/scripting/java/docs/stylesheet.css new file mode 100644 index 0000000000..95f5764986 --- /dev/null +++ b/scripting/java/docs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ +.TableRowColor { background: #FFFFFF } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: normal; font-family: normal } +.FrameHeadingFont { font-size: normal; font-family: normal } +.FrameItemFont { font-size: normal; font-family: normal } + +/* Example of smaller, sans-serif font in frames */ +/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */ + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF;}/* Light mauve */ +.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + diff --git a/scripting/java/example/GLP.class b/scripting/java/example/GLP.class new file mode 100644 index 0000000000000000000000000000000000000000..bfb69b487094f86c83c32fbeb6a11426a8b4afac GIT binary patch literal 1163 zc-nnb+fEZv6kVqjrX7Y$3kA6fa+}sdMM18jSSS`tX@U~Lr_=U82HP1jGhE_V_!m9{ zu@Ia10e+NmpJ@{yK_6z%p0(G$pEJMz{QL!A3ONYgD~PJ_OJo8u1y5Bd zwU4;eCKXJn#2r(R2;iBD7EG&nju%qQD43PVODX20n3rNf!J>jChG3Z+W{#Vp#L$yD z;-~yP;hY)fVPf+G&*w!^+KAV*Y?y|-!qA{ccNzRit0)-SGKML#C*{1biCvNiFSv$f z=7fD<*=12=c&vM26a36gh*M#@iB*rXF7+iZn5==JOaEMBmN=!~ac!!?v#UGSiCqvW zLna7pWO7rIrlAl08hX&HU|GW}^fPq-qX7*o=w(pI*X4Of!)v_Ju!^_T4`B@9dyXla zmu0F=0*A;hQzaFwX;?=}!v>NJ9k->fpBKcjY)QjAq%~~fy@m|7G-R>O(0()L!`kzfk^oOS$ zx$E*Vy~Ry_C~Fy|z)9P3oLq^!a;X{1`m$;kQ$m!ICGI#`Z&;o6r1#=7v^v7Q<4^;V zmPw6z<nd)H{Z zLQ@qAX@M&QFA=OjCFp|K41**G=>`JrbUif$5hB@vE_7lD5kyI&3qX1;PY*pl>3Qqk z#L>UqE&zo9 literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLP.java b/scripting/java/example/GLP.java new file mode 100644 index 0000000000..815a211871 --- /dev/null +++ b/scripting/java/example/GLP.java @@ -0,0 +1,59 @@ + +import java.awt.*; +import java.awt.event.*; +import javax.swing.*; +import java.net.URL; +import java.net.*; +import java.io.*; +import com.easysw.cups.*; + +public class GLP implements ActionListener +{ + private JTabbedPane mainPanel = null; + + // Constructor + public GLP() + { + GLPvars.init(); + + GLPvars.mainGLPPanel = new JTabbedPane(); + GLPvars.tabs = new GLPtabs(); + GLPvars.mainGLPPanel = GLPvars.tabs.getPanel(); + } + + // Implementation of ActionListener interface. + public void actionPerformed(ActionEvent event) + { + // if ("comboBoxChanged".equals(event.getActionCommand())) + // { + // update the icon to display the new phase + // phaseIconLabel.setIcon(images[phaseChoices.getSelectedIndex()]); + // } + } + + // main method + public static void main(String[] args) + { + // create a new instance of CupsApplet + GLP app = new GLP(); + + // Create a frame and container for the panels. + JFrame glpFrame = new JFrame("Java GLP"); + + // Set the look and feel. + try { + UIManager.setLookAndFeel( + UIManager.getCrossPlatformLookAndFeelClassName()); + } catch(Exception e) {} + + glpFrame.setContentPane(GLPvars.mainGLPPanel); + + // Exit when the window is closed. + glpFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + glpFrame.setSize(600,400); + + // Show the converter. + // glpFrame.pack(); + glpFrame.setVisible(true); + } +} diff --git a/scripting/java/example/GLPcolors.class b/scripting/java/example/GLPcolors.class new file mode 100644 index 0000000000000000000000000000000000000000..ad7faf183387df4223ad8eb0d245540899e986cf GIT binary patch literal 838 zc-nQ5Ur*Ce7{;HovVWy)-PiyT6$a=wV7v21!Uan(OBNxKka*davr(vRQaklKc)_)a zdFc7wAs&Wi*UEx#u%4JntQNJnBu06R>a(i$w3H!L((e z2-`x5rOYzRQemmG%(2X~EWj4X-wvj9)wsY32km|LRC)=0cfH%~Hjc1D`%<8N&C^Nq z)m=$@S^KQ^iuS7ZIqmb>7nG+U_$Ns3Q}uvckf)nh5SMf#utb_sFoPU5{BHe@H2Ao< zM(R}wKS$RUjL(=Fp>KBI?kkWUfsb@)l3`*PhAOgL*nPD^ft&(0yH>)v0{O|8n3HIF pe3|v<7n(42IwsaIji<2Cp)3z61xXpcrzamMvrp6`@K7c5=oi06sZam_ literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPcolors.java b/scripting/java/example/GLPcolors.java new file mode 100644 index 0000000000..6cfa8d5aea --- /dev/null +++ b/scripting/java/example/GLPcolors.java @@ -0,0 +1,22 @@ + +import java.awt.*; +import javax.swing.*; +import com.easysw.cups.*; + +public class GLPcolors +{ + + public static Color backgroundColor = new Color(0xff,0xff,0xff); + public static Color errorlightColor = new Color(0xcf,0x66,0x66); + public static Color highlightColor = new Color(0x99,0x99,0x66); + public static Color foregroundColor = new Color(0,0,0); + + public static Color labelBackgroundColor = new Color( 0x66, 0xcf, 0x66 ); + + public static Color tabBackgroundColor = new Color(0x22,0x22,0x8f); + public static Color tabForegroundColor = new Color(0xff,0xff,0xff); + + public static Color buttonForegroundColor = new Color(0xff,0xff,0xff); + public static Color buttonBackgroundColor = new Color(0x22,0x22,0x8f); + +} diff --git a/scripting/java/example/GLPdetail.class b/scripting/java/example/GLPdetail.class new file mode 100644 index 0000000000000000000000000000000000000000..2d93c1bfa40b1bef2aee4e7debb26d1be3400021 GIT binary patch literal 5600 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 literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPdetail.java b/scripting/java/example/GLPdetail.java new file mode 100644 index 0000000000..c8e7b61eed --- /dev/null +++ b/scripting/java/example/GLPdetail.java @@ -0,0 +1,279 @@ + +import java.awt.*; +import java.awt.event.*; +import javax.swing.*; +import java.net.URL; +import java.net.*; +import java.io.*; +import com.easysw.cups.*; + +public class GLPdetail implements ActionListener +{ + private JPanel mainPanel = null; + private JPanel controlPanel = null; + private JPanel detailPanel = null; + private JScrollPane jobPanel = null; + private BoxLayout mainLayout = null; + + private JLabel tmp = null; + + private JButton completedButton = null; + private JButton myJobsButton = null; + private JButton printFileButton = null; + + private String completedText = "Show Completed"; + private String myJobsText = "Show My Jobs"; + private String printFileText = "Print a file"; + + private GLPprinterDetail detail = null; + private GLPjobList joblist = null; + private CupsPrinter printer = null; + private Cups cups = null; + + + public GLPdetail() + { + URL u; + + mainPanel = new JPanel(); + mainPanel.setBackground(GLPcolors.backgroundColor); + + // Create the buttons panel + controlPanel = new JPanel(); + controlPanel.setLayout(new GridLayout(1,3,2,2)); + controlPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + controlPanel.setBackground(GLPcolors.backgroundColor); + completedButton = new JButton(completedText); + myJobsButton = new JButton(myJobsText); + printFileButton = new JButton(printFileText); + + completedButton.setActionCommand(completedText); + completedButton.addActionListener(this); + + myJobsButton.setActionCommand(myJobsText); + myJobsButton.addActionListener(this); + + printFileButton.setActionCommand(printFileText); + printFileButton.addActionListener(this); + + completedButton.setBackground(GLPcolors.buttonBackgroundColor); + completedButton.setForeground(GLPcolors.buttonForegroundColor); + + myJobsButton.setBackground(GLPcolors.buttonBackgroundColor); + myJobsButton.setForeground(GLPcolors.buttonForegroundColor); + + printFileButton.setBackground(GLPcolors.buttonBackgroundColor); + printFileButton.setForeground(GLPcolors.buttonForegroundColor); + + controlPanel.add(completedButton); + controlPanel.add(myJobsButton); + controlPanel.add(printFileButton); + + // ----------------------------------------------------------- + // + // Now get the printer objects + // + if (GLPvars.selectedPrinterName != null) + { + try + { + u = new URL("http://" + GLPvars.getServerName() + + ":631/printers/" + GLPvars.selectedPrinterName ); + cups = new Cups(u); + cups.setUser(GLPvars.cupsUser); + cups.setPasswd(GLPvars.cupsPasswd); + printer = new CupsPrinter( cups, GLPvars.selectedPrinterName ); + + detail = new GLPprinterDetail( printer ); + joblist = new GLPjobList(printer); + + detailPanel = detail.getPanel(); + jobPanel = joblist.getPanel(); + + mainLayout = new BoxLayout(mainPanel, BoxLayout.Y_AXIS); + mainPanel.setLayout(mainLayout); + mainPanel.add(detailPanel); + mainPanel.add(controlPanel); + mainPanel.add(jobPanel); + } + catch (IOException e) + { + tmp = new JLabel("Error loading printer: " + GLPvars.selectedPrinterName); + mainPanel.add(tmp); + return; + } + } + else + { + tmp = new JLabel("No printer selected."); + mainPanel.add(tmp); + } + + + } // + + + + public void topDetail() + { + URL u; + + mainPanel = new JPanel(); + mainPanel.setBackground(GLPcolors.backgroundColor); + + // Create the buttons panel + controlPanel = new JPanel(); + controlPanel.setLayout(new GridLayout(1,3,2,2)); + controlPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + controlPanel.setBackground(GLPcolors.backgroundColor); + completedButton = new JButton(); + myJobsButton = new JButton(); + printFileButton = new JButton(printFileText); + + if (GLPvars.showCompletedJobs) + { + completedButton.setText("Show Active"); + completedButton.setActionCommand("Show Active"); + } + else + { + completedButton.setText("Show Completed"); + completedButton.setActionCommand("Show Completed"); + } + completedButton.addActionListener(this); + + if (GLPvars.showMyJobs) + { + myJobsButton.setText("Show All Users"); + myJobsButton.setActionCommand("Show All Users"); + } + else + { + myJobsButton.setText("Show My Jobs"); + myJobsButton.setActionCommand("Show My Jobs"); + } + myJobsButton.addActionListener(this); + + printFileButton.setActionCommand(printFileText); + printFileButton.addActionListener(this); + + completedButton.setBackground(GLPcolors.buttonBackgroundColor); + completedButton.setForeground(GLPcolors.buttonForegroundColor); + + myJobsButton.setBackground(GLPcolors.buttonBackgroundColor); + myJobsButton.setForeground(GLPcolors.buttonForegroundColor); + + printFileButton.setBackground(GLPcolors.buttonBackgroundColor); + printFileButton.setForeground(GLPcolors.buttonForegroundColor); + + controlPanel.add(completedButton); + controlPanel.add(myJobsButton); + controlPanel.add(printFileButton); + + // ----------------------------------------------------------- + // + // Now get the printer objects + // + if (GLPvars.selectedPrinterName != null) + { + try + { + // + // Create connection + // + u = new URL("http://" + GLPvars.getServerName() + + ":631/printers/" + GLPvars.selectedPrinterName ); + cups = new Cups(u); + cups.setUser(GLPvars.cupsUser); + cups.setPasswd(GLPvars.cupsPasswd); + // + // + + printer = new CupsPrinter( cups, GLPvars.selectedPrinterName ); + detail = new GLPprinterDetail( printer ); + joblist = new GLPjobList(printer); + + detailPanel = detail.getPanel(); + + jobPanel = joblist.getPanel(); + + mainLayout = new BoxLayout(mainPanel, BoxLayout.Y_AXIS); + mainPanel.setLayout(mainLayout); + mainPanel.add(detailPanel); + mainPanel.add(controlPanel); + mainPanel.add(jobPanel); + } + catch (IOException e) + { + tmp = new JLabel("IOException while loading printer: " + + GLPvars.selectedPrinterName); + mainPanel.add(tmp); + return; + } + } + else + { + tmp = new JLabel("No printer selected."); + mainPanel.add(tmp); + } + } + + public JPanel getPanel() + { + return(mainPanel); + } + + public void actionPerformed(ActionEvent e) + { + // String source = e.getActionCommand(); + Object source = e.getSource(); + if (source == completedButton) + { + if (GLPvars.showCompletedJobs) + { + GLPvars.showCompletedJobs = !GLPvars.showCompletedJobs; + completedButton.setText("Show Active"); + completedButton.setActionCommand("Show Active"); + GLPvars.tabs.updateDetailPanel(); + GLPvars.tabs.tabPanel.setSelectedIndex(2); + } + else + { + completedButton.setText("Show Completed"); + completedButton.setActionCommand("Show Completed"); + GLPvars.showCompletedJobs = !GLPvars.showCompletedJobs; + GLPvars.tabs.updateDetailPanel(); + GLPvars.tabs.tabPanel.setSelectedIndex(2); + } + } + else if (source == myJobsButton) + { + if (GLPvars.showMyJobs) + { + GLPvars.showMyJobs = !GLPvars.showMyJobs; + myJobsButton.setText("Show All Users"); + myJobsButton.setActionCommand("Show All Users"); + GLPvars.tabs.updateDetailPanel(); + GLPvars.tabs.tabPanel.setSelectedIndex(2); + } + else + { + GLPvars.showMyJobs = !GLPvars.showMyJobs; + myJobsButton.setText("Show My Jobs"); + myJobsButton.setActionCommand("Show My Jobs"); + GLPvars.tabs.updateDetailPanel(); + GLPvars.tabs.tabPanel.setSelectedIndex(2); + } + } + else if (source == printFileButton) + { + if (printer != null) + { + GLPvars.tabs.updateOptionsPanel(printer); + GLPvars.tabs.tabPanel.setSelectedIndex(3); + } + } + } + +} + diff --git a/scripting/java/example/GLPjobList.class b/scripting/java/example/GLPjobList.class new file mode 100644 index 0000000000000000000000000000000000000000..be74a67c9b1f8fa9d0daa2f61b15ecad69b841c0 GIT binary patch literal 3587 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 aRow && colCount >= aColumn) + return (rowData[aRow][aColumn]); + else + return(null); + } + + public void setValueAt(Object aValue, int aRow, int aColumn) + { + if (rowCount >= aRow && colCount >= aColumn) + rowData[aRow][aColumn] = aValue; + } + + public int getRowCount() + { + return (rowCount); + } + + public int getColumnCount() + { + return (colCount); + } + + public void setColumnName(int aColumn, String aName) + { + if (colCount >= aColumn) + { + colNames[aColumn] = aName; + } + } + + public String getColumnName(int aColumn) + { + if (colCount >= aColumn) + return (colNames[aColumn]); + else + return(""); + } + + public Class getColumnClass(int aColumn) + { + if (colCount >= aColumn) + { + if (rowData[0][aColumn] != null) + return (rowData[0][aColumn].getClass()); + else + return( null ); + } + else return(null); + } + + public boolean isCellEditable(int row, int column) + { + return(false); + } + + +// +// Implementation of the TableModelListener interface, +// + // By default forward all events to all the listeners. + public void tableChanged(TableModelEvent e) + { + fireTableChanged(e); + } +} diff --git a/scripting/java/example/GLPoptions$1.class b/scripting/java/example/GLPoptions$1.class new file mode 100644 index 0000000000000000000000000000000000000000..079ff0df4d1e1beb2ac55e0bf4f11e96a976851a GIT binary patch literal 1025 zc-nPS>rN9v7(LTsmo6j4a+QmCsnV9qf`T`0k}3w%K$8;xPuqbG+3u3v;o__K7A8;= zfA|2tfYBI@FJk;=Q3?Sz+4<)C<~wK3oZ0>I=hJ5ZQ&_RVF_c6HhRraN#4U{4xQ#nz zxNFjTHZr(x;{nD@nzfL#FkxYmA+ayq%vP0Qu(%`k#i0`(C~w<&v#MNKsQZ2>gL#Hz z`JJchQY&gq=(-9s(+s@$x>)jewer1?dJ+rDQ+kOZmp!|1HEr%KLtDYGNrqHWd2)TP zQIWx>sJNygss>+@!ImF1WQ}1o8&NspKs$0@dfHiuT3(rXL}r)$y`U=19z@X6FlBHY z-I(IIfiy=aQWhMJY0Ox7$nglX9CLWg@dQsTJmYwdc?%01i&)}V#tS-ai!U?70IIBc zo(u}E2tye%bVcf1LC4&v?8vHS7`aq%QH5F(k|CarWVe{f>4s2VNqEv_=sE9QR3)Pa zu5y&2Gpzdu8@tkbsf6oqGxVP^t>8CyeJ?U=jr`e`x-4DNDQhQ=b!BrW&B}L7g|@oB zMR8Le>QyCOx`To9icVLkm7j$&SVUhEx=yF~Pa9cN)&W7OzwdG;LWWYCl%Y3!5oio+ zH>%b}gSJUu?4XangZ>B-j~LSCu4&!{^Q6u7pJp+7yU{~=FU`g%k5f$LKZ51Qj}gmH z93%b#=BoQ>Oi%>A(%6rIe;`4iHi~okBgE;A9igp>Ym3A0kujwv66+^rYqE*Omq0zLC=Jr055R@Dn-w!YqE%1~((EgBYi16QUzhkH4f5_FDh| literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPoptions$MyTextListener.class b/scripting/java/example/GLPoptions$MyTextListener.class new file mode 100644 index 0000000000000000000000000000000000000000..fb4c7f5d6936deca7260aac2aa65c75c9598b3e1 GIT binary patch literal 1217 zc-nPSTTc@~7(Fvowp~`rMUX0@AYy5OqId~Km(HSxRjwRDcjoJa*=3Eyu`#y zOnle)0?#H;5>1TH{uTd&@tdWzQgAo>%{Ski^UayFyTAT?`vIT}x{6vf`%r@x6=%_^ z;G7R_IIqHkpo(^c6ogfH(IG>pTYYWhi$ROuMz4LDPry z`>C{JrYyUU!8f^PISaxuyQ}*!}H|&xv zG&JCvhC0+MxUQiWq_tiytVZk=(@I1}r^KogGevSvLBEC@7|?JNw-nsga0gL_YFA0p zAnb_ch=j<L!c<6b!<&;qMNoOERkWTEG=jw7LC!Q zVcWuHs48wbF}o<@bjZfT{3tdk3rbf4|22&qO9*GzD28LfcD-~9@79%b7NkS@~)U ziY8o<42+1CX(J)@)QZUDb@~g1J(vr5m`?A9xP@H^n(1e$1<9wUMt&?b9*4ZjC~H7~ z;t86yfYS}Ap&hVLcpLmH%@|HnET<9t5yeKF%Hsp{NIWZrEmLeNz<$%8=ArR(IES*I z@QihYw!pV=WCP)RmP7e?XAX+z3)W@nJG?WUJMiV8Zlhuo^LdI^plCT9-J=X2pj2+6 zCr|NjAehf`sM@2{9iUVf57CQCI>cjm`8sO(6EyLsXyeb&$Dbp{U*Z9Og&F=D7Jq{^ f{thqrd%Wcz@QHsUKTf-@oWW)3r0aMaE`j|8@r@f- literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPoptions.class b/scripting/java/example/GLPoptions.class new file mode 100644 index 0000000000000000000000000000000000000000..197db162216e4d67548023bb439a48a00d4be32d GIT binary patch literal 11082 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 Ra4z@CUvk{H=>J9He*l;)CwBk< literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPoptions.java b/scripting/java/example/GLPoptions.java new file mode 100644 index 0000000000..1bd974e125 --- /dev/null +++ b/scripting/java/example/GLPoptions.java @@ -0,0 +1,662 @@ + +import java.awt.*; +import java.awt.event.*; +import javax.swing.*; +import javax.swing.filechooser.*; +import java.net.URL; +import java.net.*; +import java.io.*; +import com.easysw.cups.*; + +public class GLPoptions implements ActionListener +{ + Cups cups = null; + CupsJob job = null; + CupsPrinter printer = null; + + String fileName = ""; + + JPanel mainPanel; + JTextField fileTextField; + JButton printButton; + GridBagLayout mainLayout; + GridBagConstraints mainConst; + + // + // Print options; + // + String[] jobSheetsNames; + String[] orientationNames; + int[] orientationValues; + String[] qualityNames; + int[] qualityValues; + + String jobSheetsOption = ""; + int orientationOption = -1; + int qualityOption = -1; + + int pageLowerOption = 0; + int pageUpperOption = 0; + boolean pagePrintAll = true; + + int numCopiesOption = 1; + int numLowerCopiesOption = -1; + int numUpperCopiesOption = -1; + + int selectedJobSheets = 0; + int selectedOrientation = 0; + int selectedQuality = 0; + + JComboBox orientationBox; + JComboBox jobSheetsBox; + JTextField numCopiesField; + JCheckBox printAllCheckBox; + JTextField pageLowerField; + JTextField pageUpperField; + MyTextListener textListener = new MyTextListener(); + + + // Constructor + public GLPoptions() + { + mainPanel = new JPanel(); + mainPanel.setLayout(new BorderLayout()); + mainPanel.setBackground(GLPcolors.backgroundColor); + JLabel label = new JLabel("No printer selected"); + label.setForeground(GLPcolors.foregroundColor); + mainPanel.add(label,BorderLayout.CENTER); + } + + // Constructor + public GLPoptions(CupsPrinter cp) + { + printer = cp; + if (printer != null) + { + load(printer); + } + else + { + mainPanel = new JPanel(); + mainPanel.setLayout(new BorderLayout()); + mainPanel.setBackground(GLPcolors.backgroundColor); + JLabel label = new JLabel("No printer selected"); + label.setForeground(GLPcolors.foregroundColor); + mainPanel.add(label,BorderLayout.CENTER); + } + } + + + private void load( CupsPrinter cp ) + { + + fillOptionValues(); + + // Create the main panel to contain the two sub panels. + mainPanel = new JPanel(); + mainLayout = new GridBagLayout(); + mainConst = new GridBagConstraints(); + + mainPanel.setLayout(mainLayout); + mainPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + mainPanel.setBackground(GLPcolors.backgroundColor); + + String tmp_s = "Printing to " + printer.getPrinterName() + + " on " + GLPvars.cupsServerName; + JLabel printerNameText = new JLabel(tmp_s); + printerNameText.setForeground(GLPcolors.foregroundColor); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = 0; + mainConst.fill = GridBagConstraints.NONE; + mainConst.weightx = 0.0; + mainConst.weighty = 0.0; + mainConst.ipady = 4; + mainLayout.setConstraints( printerNameText, mainConst ); + mainPanel.add(printerNameText); + + JPanel filePanel = buildFilePanel(); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = 1; + mainConst.fill = GridBagConstraints.HORIZONTAL; + mainConst.weightx = 1.0; + mainConst.weighty = 0.1; + mainConst.ipady = 4; + mainLayout.setConstraints( filePanel, mainConst ); + mainPanel.add(filePanel); + + JPanel orientationPanel = buildOrientationComboBox(); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = 2; + mainConst.fill = GridBagConstraints.NONE; + mainConst.weightx = 0.8; + mainConst.weighty = 0.1; + mainConst.ipady = 4; + mainLayout.setConstraints( orientationPanel, mainConst ); + mainPanel.add(orientationPanel); + + JPanel jobSheetsPanel = buildJobSheetsComboBox(); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = 3; + mainConst.fill = GridBagConstraints.NONE; + mainConst.weightx = 0.8; + mainConst.weighty = 0.1; + mainConst.ipady = 4; + mainLayout.setConstraints( jobSheetsPanel, mainConst ); + mainPanel.add(jobSheetsPanel); + + JPanel numCopiesPanel = buildNumCopiesPanel(); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = 4; + mainConst.fill = GridBagConstraints.HORIZONTAL; + mainConst.weightx = 1.0; + mainConst.weighty = 0.1; + mainConst.ipady = 4; + mainLayout.setConstraints( numCopiesPanel, mainConst ); + mainPanel.add(numCopiesPanel); + + JPanel pageRangePanel = buildPageRangePanel(); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = 5; + mainConst.fill = GridBagConstraints.HORIZONTAL; + mainConst.weightx = 1.0; + mainConst.weighty = 0.1; + mainConst.ipady = 4; + mainLayout.setConstraints( pageRangePanel, mainConst ); + mainPanel.add(pageRangePanel); + + JPanel buttonPanel = buildButtonPanel(); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = 6; + mainConst.fill = GridBagConstraints.NONE; + mainConst.weightx = 1.0; + mainConst.weighty = 0.1; + mainConst.ipady = 4; + mainLayout.setConstraints( buttonPanel, mainConst ); + mainPanel.add(buttonPanel); + + } + + + // -------------------------------------------------------------- + // + // Filename / Browse panel + // + public JPanel buildFilePanel() + { + JPanel localPanel = new JPanel(); + final JFileChooser fc = new JFileChooser(); + + localPanel.setBackground(GLPcolors.backgroundColor); + localPanel.setLayout(new BorderLayout()); + + //Create a regular text field. + fileTextField = new JTextField(50); + fileTextField.addActionListener(this); + + //Create some labels for the fields. + JLabel fileFieldLabel = new JLabel(" File to print: "); + fileFieldLabel.setForeground(GLPcolors.foregroundColor); + // fileFieldLabel.setLabelFor(fileTextField); + + localPanel.add( fileFieldLabel, BorderLayout.WEST ); + localPanel.add( fileTextField, BorderLayout.CENTER ); + + //Create the open button + JButton openButton = new JButton("Browse ..." ); + openButton.addActionListener(new ActionListener() + { + public void actionPerformed(ActionEvent e) + { + int returnVal = fc.showOpenDialog(mainPanel); + if (returnVal == JFileChooser.APPROVE_OPTION) + { + File file = fc.getSelectedFile(); + // fileTextField.setText(file.getPath() + file.getName()); + fileTextField.setText(file.getPath()); + fileName = file.getPath(); + } + } + }); + openButton.setBackground(GLPcolors.buttonBackgroundColor); + openButton.setForeground(GLPcolors.buttonForegroundColor); + localPanel.add(openButton, BorderLayout.EAST ); + return(localPanel); + } + + + + public JPanel buildOrientationComboBox() + { + JPanel localPanel = new JPanel(); + localPanel.setLayout(new BorderLayout()); + localPanel.setBackground(GLPcolors.backgroundColor); + + JLabel localLabel = new JLabel("Page Orientation: "); + localLabel.setBackground(GLPcolors.backgroundColor); + localLabel.setForeground(GLPcolors.foregroundColor); + + orientationBox = new JComboBox(orientationNames); + if (selectedOrientation > 0) + orientationBox.setSelectedIndex(selectedOrientation); + orientationBox.addActionListener(this); + orientationBox.setBackground(GLPcolors.backgroundColor); + + localPanel.add(localLabel,BorderLayout.WEST); + localPanel.add(orientationBox,BorderLayout.CENTER); + + return(localPanel); + } + + + public JPanel buildJobSheetsComboBox() + { + JPanel localPanel = new JPanel(); + localPanel.setLayout(new BorderLayout()); + localPanel.setBackground(GLPcolors.backgroundColor); + + JLabel localLabel = new JLabel("Job Sheets: "); + localLabel.setBackground(GLPcolors.backgroundColor); + localLabel.setForeground(GLPcolors.foregroundColor); + + jobSheetsBox = new JComboBox(jobSheetsNames); + if (selectedJobSheets > 0) + jobSheetsBox.setSelectedIndex(selectedJobSheets); + jobSheetsBox.addActionListener(this); + jobSheetsBox.setBackground(GLPcolors.backgroundColor); + + localPanel.add(localLabel,BorderLayout.WEST); + localPanel.add(jobSheetsBox,BorderLayout.CENTER); + + return(localPanel); + } + + public JPanel buildNumCopiesPanel() + { + JPanel localPanel = new JPanel(); + localPanel.setLayout(new FlowLayout()); + localPanel.setBackground(GLPcolors.backgroundColor); + + JLabel localLabel = new JLabel("Number of copies: "); + localLabel.setBackground(GLPcolors.backgroundColor); + localLabel.setForeground(GLPcolors.foregroundColor); + + numCopiesField = new JTextField(3); + if (numCopiesOption > 0) + numCopiesField.setText(new Integer(numCopiesOption).toString()); + numCopiesField.addActionListener(this); + numCopiesField.addFocusListener(textListener); + numCopiesField.setBackground(GLPcolors.backgroundColor); + + localPanel.add(localLabel); + localPanel.add(numCopiesField); + + return(localPanel); + } + + + public JPanel buildPageRangePanel() + { + JPanel localPanel = new JPanel(); + localPanel.setLayout(new FlowLayout()); + localPanel.setBackground(GLPcolors.backgroundColor); + + printAllCheckBox = new JCheckBox("Print all", pagePrintAll ); + printAllCheckBox.setBackground(GLPcolors.backgroundColor); + printAllCheckBox.setForeground(GLPcolors.foregroundColor); + printAllCheckBox.addActionListener(this); + + JLabel localLabel = new JLabel("-or- pages: "); + localLabel.setBackground(GLPcolors.backgroundColor); + localLabel.setForeground(GLPcolors.foregroundColor); + + JLabel localLabel2 = new JLabel(" to "); + localLabel2.setBackground(GLPcolors.backgroundColor); + localLabel2.setForeground(GLPcolors.foregroundColor); + + pageLowerField = new JTextField(4); + pageUpperField = new JTextField(4); + + pageLowerField.addActionListener(this); + pageUpperField.addActionListener(this); + pageLowerField.addFocusListener(textListener); + pageUpperField.addFocusListener(textListener); + + pageLowerField.setBackground(GLPcolors.backgroundColor); + pageUpperField.setBackground(GLPcolors.backgroundColor); + pageLowerField.setEnabled(false); + pageUpperField.setEnabled(false); + + localPanel.add(printAllCheckBox); + localPanel.add(localLabel); + localPanel.add(pageLowerField); + localPanel.add(localLabel2); + localPanel.add(pageUpperField); + + return(localPanel); + } + + + + + public JPanel buildTextPanel() + { + JPanel localPanel = new JPanel(); + return(localPanel); + } + + public JPanel buildButtonPanel() + { + JPanel localPanel = new JPanel(); + localPanel.setLayout(new BorderLayout()); + printButton = new JButton(" Print "); + printButton.setBackground(GLPcolors.buttonBackgroundColor); + printButton.setForeground(GLPcolors.buttonForegroundColor); + printButton.addActionListener( this ); + localPanel.add(printButton, BorderLayout.WEST ); + return(localPanel); + } + + + + public void updateOptions(CupsPrinter cp) + { + printer = cp; + if (printer != null) + { + load(printer); + } + else + { + mainPanel = new JPanel(); + mainPanel.setLayout(new BorderLayout()); + mainPanel.setBackground(GLPcolors.backgroundColor); + JLabel label = new JLabel("No printer selected"); + label.setForeground(GLPcolors.foregroundColor); + mainPanel.add(label,BorderLayout.CENTER); + } + } + + public JPanel getPanel() + { + return(mainPanel); + } + + + + + public CupsJob printFile( String filename ) + { + Cups cups; + CupsJob job; + URL u; + IPPAttribute attrs[]; + + attrs = buildPrintAttributes(); + + // for (int i=0; i < attrs.length; i++) + // attrs[i].dump_values(); + + try + { + u = new URL("http://" + GLPvars.getServerName() + + ":631/printers/" + printer.getPrinterName() ); + cups = new Cups(u); + cups.setUser(GLPvars.cupsUser); + cups.setPasswd(GLPvars.cupsPasswd); + + job = cups.cupsPrintFile(filename,attrs); + return(job); + } + catch (IOException e) + { + return(null); + } + } + + + + + private void fillOptionValues() + { + IPPAttribute a; + int i, n; + + // + // Job sheets .... + // + jobSheetsNames = printer.getJobSheetsSupported(); + if (printer.getJobSheetsDefault() != "none") + { + for (i=0; i < jobSheetsNames.length; i++) + if (jobSheetsNames[i] == printer.getJobSheetsDefault()) + selectedJobSheets = i; + } + + // + // Orientation .... + // + orientationNames = new String[printer.getOrientationSupported().length]; + orientationValues = printer.getOrientationSupported(); + for (i=0; i < printer.getOrientationSupported().length; i++) + { + if (orientationValues[i] == printer.getOrientationDefault()) + selectedOrientation = i; + switch( orientationValues[i] ) + { + case IPPDefs.PORTRAIT: + orientationNames[i] = "Portrait"; + break; + case IPPDefs.LANDSCAPE: + orientationNames[i] = "Landscape"; + break; + case IPPDefs.REVERSE_LANDSCAPE: + orientationNames[i] = "Reverse Landscape"; + break; + case IPPDefs.REVERSE_PORTRAIT: + orientationNames[i] = "Reverse Portrait"; + break; + } + } + + if (printer.getLowerCopiesSupported() == + printer.getUpperCopiesSupported()) + { + numCopiesOption = printer.getCopiesDefault(); + } + else + { + numCopiesOption = printer.getLowerCopiesSupported(); + numLowerCopiesOption = printer.getLowerCopiesSupported(); + numUpperCopiesOption = printer.getUpperCopiesSupported(); + } + } + + + private IPPAttribute[] buildPrintAttributes() + { + IPPAttribute a; + IPPAttribute[] attrs; + int num_attrs = 0; + + if (orientationOption >= 0) + num_attrs++; + if (jobSheetsOption.length() > 0) + num_attrs++; + if (numCopiesOption > 1) + num_attrs++; + if ((pageLowerOption > 0) && (pageUpperOption > 0) && (!pagePrintAll)) + num_attrs++; + + if (num_attrs > 0) + attrs = new IPPAttribute[num_attrs]; + else + return(null); + + int i = 0; + if (jobSheetsOption.length() > 0) + { + attrs[i] = new IPPAttribute( IPPDefs.TAG_JOB, + IPPDefs.TAG_NAME, + "job-sheets" ); + attrs[i].addString( "", jobSheetsOption ); + i++; + } + if (orientationOption >= IPPDefs.PORTRAIT) + { + attrs[i] = new IPPAttribute( IPPDefs.TAG_JOB, + IPPDefs.TAG_ENUM, + "orientation-requested" ); + attrs[i].addEnum( orientationOption ); + i++; + } + if (numCopiesOption > 1) + { + attrs[i] = new IPPAttribute( IPPDefs.TAG_JOB, + IPPDefs.TAG_INTEGER, + "copies" ); + attrs[i].addInteger( numCopiesOption ); + i++; + } + if ((pageLowerOption > 0) && (pageUpperOption > 0) && (!pagePrintAll)) + { + attrs[i] = new IPPAttribute( IPPDefs.TAG_JOB, + IPPDefs.TAG_RANGE, + "page-ranges" ); + attrs[i].addRange( pageLowerOption, pageUpperOption ); + i++; + } + return(attrs); + } + + + + // Implementation of ActionListener interface. + public void actionPerformed(ActionEvent e) + { + Object source = e.getSource(); + + // + // Name typed in + // + if (source == printAllCheckBox) + { + JCheckBox cb = (JCheckBox)source; + pagePrintAll = cb.isSelected(); + pageLowerField.setEnabled(!pagePrintAll); + pageUpperField.setEnabled(!pagePrintAll); + } + else if (source == pageLowerField) + { + String s = pageLowerField.getText(); + if (s.length() > 1) + { + pageLowerOption = new Integer(s).intValue(); + // if (pageLowerOption > 0) + // printAllCheckBox.setChecked(false); + } + } + else if (source == pageUpperField) + { + String s = pageUpperField.getText(); + if (s.length() > 1) + { + pageUpperOption = new Integer(s).intValue(); + // if (pageUpperOption > 0) + // printAllCheckBox.setChecked(false); + } + } + else if (source == orientationBox) + { + JComboBox cb = (JComboBox)source; + selectedOrientation = cb.getSelectedIndex(); + orientationOption = orientationValues[selectedOrientation]; + } + else if (source == jobSheetsBox) + { + JComboBox cb = (JComboBox)source; + selectedJobSheets = cb.getSelectedIndex(); + jobSheetsOption = jobSheetsNames[selectedJobSheets]; + } + else if (source == numCopiesField) + { + String s = numCopiesField.getText(); + if (s.length() >= 1) + { + numCopiesOption = new Integer(s).intValue(); + } + } + else if (source == fileTextField) + { + String s = fileTextField.getText(); + if (s.length() > 1) + { + fileName = s; + } + } + else if (source == printButton) + { + if (fileName.length() > 1) + { + job = printFile( fileName ); + if (job != null) + { + fileName = ""; + fileTextField.setText(""); + JOptionPane.showMessageDialog(mainPanel, + "Job " + printer.getPrinterName() + "-" + + new Integer(job.job_id).toString() + + " queued."); + } + } + } + } + + + + + + public class MyTextListener implements FocusListener + { + + public void focusGained(FocusEvent e) + { + } + + public void focusLost(FocusEvent e) + { + JTextField txtField = (JTextField)e.getSource(); + if (txtField == numCopiesField) + { + String s = numCopiesField.getText(); + if (s.length() >= 1) + { + numCopiesOption = new Integer(s).intValue(); + } + } + else if (txtField == pageLowerField) + { + String s = pageLowerField.getText(); + if (s.length() >= 1) + { + pageLowerOption = new Integer(s).intValue(); + } + } + else if (txtField == pageUpperField) + { + String s = pageUpperField.getText(); + if (s.length() >= 1) + { + pageUpperOption = new Integer(s).intValue(); + } + } + } + } + +} diff --git a/scripting/java/example/GLPprinterDetail.class b/scripting/java/example/GLPprinterDetail.class new file mode 100644 index 0000000000000000000000000000000000000000..ffdcddb68ed42cc3e0df116e95dbe0e6e023bd4b GIT binary patch literal 4832 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 ag!%dN(2J+tlYQ%Q+|6ACFL58`OaBW^Gvv|$ literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPprinterDetail.java b/scripting/java/example/GLPprinterDetail.java new file mode 100644 index 0000000000..4422c1e07c --- /dev/null +++ b/scripting/java/example/GLPprinterDetail.java @@ -0,0 +1,244 @@ + +import java.awt.*; +import java.awt.event.*; +import javax.swing.*; +import java.net.URL; +import java.net.*; +import java.io.*; +import com.easysw.cups.*; + +public class GLPprinterDetail +{ + + private CupsPrinter printer = null; + private JScrollPane scrollPane = null; + private JPanel mainPanel = null; + + + // Constructor + public GLPprinterDetail( CupsPrinter cp ) + { + printer = cp; + load(); + } + + public void load() + { + mainPanel = new JPanel(); + mainPanel = printerInfoPanel( printer ); + } + + + + // ----------------------------------------------------------- + // + // Build an info panel for an individual printer. + // + private JPanel printerInfoPanel( CupsPrinter cp ) + { + JPanel printerPanel = new JPanel(); + BoxLayout printerBox; + + JPanel leftHeader = new JPanel(); + JPanel rightHeader = new JPanel(); + + JPanel leftPane = new JPanel(); + JPanel rightPane = new JPanel(); + + GridBagLayout leftLayout = new GridBagLayout(); + GridBagLayout rightLayout = new GridBagLayout(); + + GridBagConstraints leftConst = new GridBagConstraints(); + GridBagConstraints rightConst = new GridBagConstraints(); + + + JLabel printerIconLabel = null; + JLabel printerInfoLabel = null; + JLabel printerNameLabel = null; + JLabel printerMakeLabel = null; + + JTable printerStatusTable = null; + + printerBox = new BoxLayout(printerPanel, BoxLayout.X_AXIS); + printerPanel.setLayout(printerBox); + printerPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + printerPanel.setBackground(GLPcolors.backgroundColor); + + // Add border around the panel. + + + // ------------------------------------------------------------ + // Left pane + // ------------------------------------------------------------ + leftPane.setLayout(leftLayout); + leftPane.setBackground(GLPcolors.backgroundColor); + + leftHeader.setLayout(new BorderLayout()); + leftHeader.setBackground(GLPcolors.highlightColor); + leftHeader.setBorder(BorderFactory.createEmptyBorder(3,3,3,3)); + + printerNameLabel = new JLabel(cp.getPrinterName()); + printerNameLabel.setForeground(Color.black); + leftHeader.add( printerNameLabel, BorderLayout.WEST); + leftConst.gridwidth = GridBagConstraints.RELATIVE; + leftConst.gridx = 0; + leftConst.gridy = 0; + leftConst.fill = GridBagConstraints.HORIZONTAL; + leftConst.weightx = 0.0; + leftConst.weighty = 0.0; + leftConst.ipady = 4; + leftLayout.setConstraints( leftHeader, leftConst ); + leftPane.add(leftHeader); + + String imageName = "./images/printer-" + + cp.getStateText() + ".gif"; + JButton printerButton; + try + { + URL iconURL = ClassLoader.getSystemResource(imageName); + ImageIcon icon = new ImageIcon(iconURL); + printerButton = new JButton( "
" + + cp.getPrinterName() + + "
", + icon ); + } + catch (NullPointerException e) + { + printerButton = new JButton( "
" + + cp.getPrinterName() + + "
"); + } + printerButton.setBorder(BorderFactory.createEmptyBorder(3,3,3,3)); + printerButton.setBackground(GLPcolors.backgroundColor); + printerButton.setActionCommand( cp.getPrinterName() ); + // printerButton.addActionListener(this); + printerButton.setToolTipText("Click to go to " + cp.getPrinterName() + + "'s extended informtion page."); + + leftConst.gridwidth = GridBagConstraints.REMAINDER; + leftConst.gridx = 0; + leftConst.gridy = 1; + leftConst.fill = GridBagConstraints.BOTH; + leftConst.weightx = 1.0; + leftConst.weighty = 1.0; + leftConst.ipady = 4; + leftLayout.setConstraints( printerButton, leftConst ); + leftPane.add(printerButton); + + + // ------------------------------------------------------------ + // Right pane + // ------------------------------------------------------------ + rightPane.setLayout(rightLayout); + rightPane.setBackground(GLPcolors.backgroundColor); + + rightHeader.setLayout(new BorderLayout()); + rightHeader.setBackground(GLPcolors.highlightColor); + rightHeader.setBorder(BorderFactory.createEmptyBorder(3,3,3,3)); + + printerMakeLabel = new JLabel(cp.getMakeAndModel()); + printerMakeLabel.setForeground(Color.black); + rightHeader.add( printerMakeLabel, BorderLayout.WEST); + + rightConst.gridwidth = GridBagConstraints.RELATIVE; + rightConst.gridx = 0; + rightConst.gridy = 0; + rightConst.fill = GridBagConstraints.HORIZONTAL; + rightConst.weightx = 0.0; + rightConst.weighty = 0.0; + rightConst.ipady = 4; + rightLayout.setConstraints( rightHeader, rightConst ); + rightPane.add(rightHeader); + + + Font labelFont = new Font("Serif",Font.BOLD, 12 ); + // Font textFont = new Font("Serif", Font.NORMAL, 12 ); + Font messageFont = new Font("Serif", Font.ITALIC, 12 ); + + JLabel pdServerLabel = new JLabel("Server"); + JLabel pdNameLabel = new JLabel("Name"); + JLabel pdLocationLabel = new JLabel("Location"); + JLabel pdStatusLabel = new JLabel("Status"); + JLabel pdMessageLabel = new JLabel("Message"); + + JLabel pdServerText = new JLabel(GLPvars.cupsServerName); + JLabel pdNameText = new JLabel(cp.getPrinterName()); + JLabel pdLocationText = new JLabel(cp.getLocation()); + JLabel pdStatusText = new JLabel(cp.getStateText()); + JLabel pdMessageText = new JLabel(cp.getStateReasons()); + + pdServerLabel.setFont(labelFont); + pdNameLabel.setFont(labelFont); + pdLocationLabel.setFont(labelFont); + pdStatusLabel.setFont(labelFont); + pdMessageLabel.setFont(labelFont); + pdMessageText.setFont(messageFont); + + pdServerLabel.setForeground(Color.black); + pdNameLabel.setForeground(Color.black); + pdLocationLabel.setForeground(Color.black); + pdStatusLabel.setForeground(Color.black); + pdMessageLabel.setForeground(Color.black); + + + JPanel tablePane; + if ((cp.getStateReasons().length() > 0) && + (!cp.getStateReasons().equals("none"))) + { + tablePane = new JPanel(new GridLayout(5,2,2,2)); + tablePane.add(pdServerLabel); + tablePane.add(pdServerText); + + tablePane.add(pdNameLabel); + tablePane.add(pdNameText); + + tablePane.add(pdLocationLabel); + tablePane.add(pdLocationText); + + tablePane.add(pdStatusLabel); + tablePane.add(pdStatusText); + + tablePane.add(pdMessageLabel); + tablePane.add(pdMessageText); + } + else + { + tablePane = new JPanel(new GridLayout(4,2,2,2)); + tablePane.add(pdServerLabel); + tablePane.add(pdServerText); + + tablePane.add(pdNameLabel); + tablePane.add(pdNameText); + + tablePane.add(pdLocationLabel); + tablePane.add(pdLocationText); + + tablePane.add(pdStatusLabel); + tablePane.add(pdStatusText); + + } + tablePane.setBackground(GLPcolors.backgroundColor); + + // printerStatusTable.setShowGrid(false); + rightConst.gridwidth = GridBagConstraints.REMAINDER; + rightConst.gridx = 0; + rightConst.gridy = 1; + rightConst.fill = GridBagConstraints.BOTH; + rightConst.weightx = 1.0; + rightConst.weighty = 1.0; + rightConst.ipady = 4; + rightLayout.setConstraints( tablePane, rightConst ); + rightPane.add(tablePane); + + printerPanel.add(leftPane); + printerPanel.add(rightPane); + + return(printerPanel); + } + + + public JPanel getPanel() + { + return(mainPanel); + } +} diff --git a/scripting/java/example/GLPprinters.class b/scripting/java/example/GLPprinters.class new file mode 100644 index 0000000000000000000000000000000000000000..4322f43f8c6a8a21ed96d01bd289cceba4389804 GIT binary patch literal 8749 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 literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPprinters.java b/scripting/java/example/GLPprinters.java new file mode 100644 index 0000000000..9a86a79507 --- /dev/null +++ b/scripting/java/example/GLPprinters.java @@ -0,0 +1,509 @@ + +import java.awt.*; +import java.awt.event.*; +import javax.swing.*; +import java.net.URL; +import java.net.*; +import java.io.*; +import com.easysw.cups.*; + +public class GLPprinters implements ActionListener +{ + + private Cups cups = null; + public String cupsServerName = ""; + + private JScrollPane scrollPane = null; + private JPanel mainPanel = null; + private JPanel serverPanel = null; + private JPanel maskPanel = null; + + private GridBagLayout mainLayout = null; + private GridBagConstraints mainConst = null; + private GridBagLayout maskLayout = null; + private GridBagConstraints maskConst = null; + + private JLabel serverLabel = null; + + JTextField nameTextField = null; + protected static final String maskFieldString = "Printer Name:"; + protected static final String maskButtonString = "Apply"; + + private String currentMask = ""; + + + // Constructor + public GLPprinters() + { + cupsServerName = GLPvars.getServerName(); + load(); + } + + public void load() + { + String[] printer_names; + String default_printer; + int num_printers = 0; + int y = 0, i = 0; + URL u; + CupsPrinter cp; + + + // ----------------------------------------------------------- + // + // First get a list of printer names. + // + try + { + u = new URL("http://" + GLPvars.getServerName() + ":631/"); + cups = new Cups(u); + + // If authorization is required .... + cups.setUser(GLPvars.cupsUser); + cups.setPasswd(GLPvars.cupsPasswd); + + printer_names = cups.cupsGetPrinters(); + if (printer_names != null) + num_printers = printer_names.length; + else + num_printers = 0; + } + catch (IOException e) + { + mainPanel = new JPanel(); + mainPanel.setLayout(new BorderLayout()); + mainPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + mainPanel.setBackground(GLPcolors.backgroundColor); + JLabel errorLabel = new JLabel("Error loading printers from " + + GLPvars.getServerName()); + errorLabel.setForeground(Color.red); + mainPanel.add( errorLabel, BorderLayout.CENTER ); + scrollPane = new JScrollPane(mainPanel); + return; + } + + // ----------------------------------------------------------- + // + // Now get the printer objects + // + CupsPrinter[] printers = new CupsPrinter[num_printers]; + for (i=0; i < num_printers; i++) + { + try + { + u = new URL("http://" + GLPvars.getServerName() + + ":631/printers/" + printer_names[i] ); + cups = new Cups(u); + + // If authorization is required .... + cups.setUser(GLPvars.cupsUser); + cups.setPasswd(GLPvars.cupsPasswd); + + printers[i] = new CupsPrinter( cups, printer_names[i] ); + } + catch (IOException e) + { + // System.out.println("GLPprinters: IOException"); + // return(null); + } + } + + + // + // Keep track in case it changes. + // + cupsServerName = GLPvars.getServerName(); + + if (printer_names != null) + num_printers = printer_names.length; + else + num_printers = 0; + + // default_printer = c.cupsGetDefault(); + + // Create the main panel to contain the two sub panels. + mainPanel = new JPanel(); + mainLayout = new GridBagLayout(); + mainConst = new GridBagConstraints(); + + mainPanel.setLayout(mainLayout); + mainPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + mainPanel.setBackground(GLPcolors.backgroundColor); + + // -------------------------------------------------------------- + // + // Add the server name label + // + serverPanel = new JPanel(); + serverPanel.setLayout( new BorderLayout()); + serverPanel.setBackground(GLPcolors.backgroundColor); + serverLabel = new JLabel("Printers on " + GLPvars.getServerName()); + serverLabel.setForeground(GLPcolors.foregroundColor); + serverPanel.add(serverLabel, BorderLayout.NORTH ); + + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = y++; + mainConst.fill = GridBagConstraints.BOTH; + mainConst.weightx = 0.0; + mainConst.weighty = 0.0; + mainConst.ipadx = 4; + mainConst.ipady = 4; + mainLayout.setConstraints( serverPanel, mainConst ); + mainPanel.add(serverPanel); + + // -------------------------------------------------------------- + // + // Add the printer masking panel + // + maskPanel = new JPanel(); + maskLayout = new GridBagLayout(); + maskConst = new GridBagConstraints(); + + maskPanel.setLayout(maskLayout); + maskPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + maskPanel.setBackground(GLPcolors.backgroundColor); + + JPanel localMaskPanel = buildMaskPanel(); + maskConst.gridwidth = GridBagConstraints.RELATIVE; + maskConst.gridx = 0; + maskConst.gridy = 0; + maskConst.fill = GridBagConstraints.NONE; + maskConst.weightx = 0.0; + maskConst.weighty = 0.0; + maskConst.ipadx = 4; + maskConst.ipady = 4; + maskLayout.setConstraints( localMaskPanel, maskConst ); + maskPanel.add(localMaskPanel); + + // + // Add the masking panel to the main panel. + // + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = y++; + mainConst.fill = GridBagConstraints.BOTH; + mainConst.weightx = 0.0; + mainConst.weighty = 0.0; + mainConst.ipadx = 4; + mainConst.ipady = 4; + mainLayout.setConstraints( maskPanel, mainConst ); + mainPanel.add(maskPanel); + + + + // -------------------------------------------------------------- + // + // Add the printers + // + double weight = 1.0 / (double)printers.length; + for (i=0; i < printers.length; i++) + { + JPanel subPanel = printerInfoPanel( printers[i] ); + mainConst.gridwidth = GridBagConstraints.RELATIVE; + mainConst.gridx = 0; + mainConst.gridy = y++; + mainConst.fill = GridBagConstraints.BOTH; + mainConst.weightx = 1.0; + mainConst.weighty = weight; + mainConst.ipady = 4; + mainLayout.setConstraints( subPanel, mainConst ); + mainPanel.add(subPanel); + } + + // ------------------------------------------------ + // + // Put the whole thing into a scroll pane. + // + scrollPane = new JScrollPane(mainPanel); + } + + + + // ----------------------------------------------------------- + // + // Build an info panel for an individual printer. + // + private JPanel printerInfoPanel( CupsPrinter cp ) + { + JPanel printerPanel = new JPanel(); + BoxLayout printerBox; + + JPanel leftHeader = new JPanel(); + JPanel rightHeader = new JPanel(); + + JPanel leftPane = new JPanel(); + JPanel rightPane = new JPanel(); + + GridBagLayout leftLayout = new GridBagLayout(); + GridBagLayout rightLayout = new GridBagLayout(); + + GridBagConstraints leftConst = new GridBagConstraints(); + GridBagConstraints rightConst = new GridBagConstraints(); + + + JLabel printerIconLabel = null; + JLabel printerInfoLabel = null; + JLabel printerNameLabel = null; + JLabel printerMakeLabel = null; + + JTable printerStatusTable = null; + + printerBox = new BoxLayout(printerPanel, BoxLayout.X_AXIS); + printerPanel.setLayout(printerBox); + printerPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + printerPanel.setBackground(GLPcolors.backgroundColor); + + // Add border around the panel. + + + // ------------------------------------------------------------ + // Left pane + // ------------------------------------------------------------ + leftPane.setLayout(leftLayout); + leftPane.setBackground(GLPcolors.backgroundColor); + + leftHeader.setLayout(new BorderLayout()); + leftHeader.setBackground(GLPcolors.highlightColor); + leftHeader.setBorder(BorderFactory.createEmptyBorder(3,3,3,3)); + + printerNameLabel = new JLabel(cp.getPrinterName()); + printerNameLabel.setForeground(Color.black); + leftHeader.add( printerNameLabel, BorderLayout.WEST); + leftConst.gridwidth = GridBagConstraints.RELATIVE; + leftConst.gridx = 0; + leftConst.gridy = 0; + leftConst.fill = GridBagConstraints.HORIZONTAL; + leftConst.weightx = 0.0; + leftConst.weighty = 0.0; + leftConst.ipady = 4; + leftLayout.setConstraints( leftHeader, leftConst ); + leftPane.add(leftHeader); + + String imageName = "./images/printer-" + cp.getStateText() + ".gif"; + URL iconURL = ClassLoader.getSystemResource(imageName); + ImageIcon icon = new ImageIcon(iconURL); + JButton printerButton = new JButton( "
" + + cp.getPrinterName() + + "
", + icon ); + printerButton.setBorder(BorderFactory.createEmptyBorder(3,3,3,3)); + printerButton.setBackground(GLPcolors.backgroundColor); + printerButton.setActionCommand( cp.getPrinterName() ); + printerButton.addActionListener(this); + printerButton.setToolTipText("Click to go to " + cp.getPrinterName() + + "'s extended informtion page."); + + leftConst.gridwidth = GridBagConstraints.REMAINDER; + leftConst.gridx = 0; + leftConst.gridy = 1; + leftConst.fill = GridBagConstraints.BOTH; + leftConst.weightx = 1.0; + leftConst.weighty = 1.0; + leftConst.ipady = 4; + leftLayout.setConstraints( printerButton, leftConst ); + leftPane.add(printerButton); + + + // ------------------------------------------------------------ + // Right pane + // ------------------------------------------------------------ + rightPane.setLayout(rightLayout); + rightPane.setBackground(GLPcolors.backgroundColor); + + rightHeader.setLayout(new BorderLayout()); + rightHeader.setBackground(GLPcolors.highlightColor); + rightHeader.setBorder(BorderFactory.createEmptyBorder(3,3,3,3)); + + printerMakeLabel = new JLabel(cp.getMakeAndModel()); + printerMakeLabel.setForeground(Color.black); + rightHeader.add( printerMakeLabel, BorderLayout.WEST); + + rightConst.gridwidth = GridBagConstraints.RELATIVE; + rightConst.gridx = 0; + rightConst.gridy = 0; + rightConst.fill = GridBagConstraints.HORIZONTAL; + rightConst.weightx = 0.0; + rightConst.weighty = 0.0; + rightConst.ipady = 4; + rightLayout.setConstraints( rightHeader, rightConst ); + rightPane.add(rightHeader); + + + Font labelFont = new Font("Serif",Font.BOLD, 12 ); + // Font textFont = new Font("Serif", Font.NORMAL, 12 ); + Font messageFont = new Font("Serif", Font.ITALIC, 12 ); + + JLabel pdNameLabel = new JLabel("Name"); + JLabel pdLocationLabel = new JLabel("Location"); + JLabel pdStatusLabel = new JLabel("Status"); + JLabel pdMessageLabel = new JLabel("Message"); + + JLabel pdNameText = new JLabel(cp.getPrinterName()); + JLabel pdLocationText = new JLabel(cp.getLocation()); + JLabel pdStatusText = new JLabel(cp.getStateText()); + JLabel pdMessageText = new JLabel(cp.getStateReasons()); + + pdNameLabel.setFont(labelFont); + pdLocationLabel.setFont(labelFont); + pdStatusLabel.setFont(labelFont); + pdMessageLabel.setFont(labelFont); + pdMessageText.setFont(messageFont); + + pdNameLabel.setForeground(Color.black); + pdLocationLabel.setForeground(Color.black); + pdStatusLabel.setForeground(Color.black); + pdMessageLabel.setForeground(Color.black); + + JPanel tablePane; + if ((cp.getStateReasons().length() > 0) && + (!cp.getStateReasons().equals("none"))) + { + tablePane = new JPanel(new GridLayout(4,2,2,2)); + tablePane.add(pdNameLabel); + tablePane.add(pdNameText); + + tablePane.add(pdLocationLabel); + tablePane.add(pdLocationText); + + tablePane.add(pdStatusLabel); + tablePane.add(pdStatusText); + + tablePane.add(pdMessageLabel); + tablePane.add(pdMessageText); + } + else + { + tablePane = new JPanel(new GridLayout(3,2,2,2)); + tablePane.add(pdNameLabel); + tablePane.add(pdNameText); + + tablePane.add(pdLocationLabel); + tablePane.add(pdLocationText); + + tablePane.add(pdStatusLabel); + tablePane.add(pdStatusText); + + } + tablePane.setBackground(GLPcolors.backgroundColor); + + // printerStatusTable.setShowGrid(false); + rightConst.gridwidth = GridBagConstraints.REMAINDER; + rightConst.gridx = 0; + rightConst.gridy = 1; + rightConst.fill = GridBagConstraints.BOTH; + rightConst.weightx = 1.0; + rightConst.weighty = 1.0; + rightConst.ipady = 4; + rightLayout.setConstraints( tablePane, rightConst ); + rightPane.add(tablePane); + + printerPanel.add(leftPane); + printerPanel.add(rightPane); + + return(printerPanel); + } + + + + + + public JPanel buildMaskPanel() + { + + // Create the main panel to contain the two sub panels. + JPanel namePanel = new JPanel(); + GridBagLayout nameLayout = new GridBagLayout(); + GridBagConstraints nameConst = new GridBagConstraints(); + + namePanel.setLayout(nameLayout); + namePanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + namePanel.setBackground(GLPcolors.backgroundColor); + + + //Create a regular text field. + nameTextField = new JTextField(16); + nameTextField.setActionCommand(maskFieldString); + nameTextField.addActionListener(this); + nameTextField.setText(""); + + //Create some labels for the fields. + JLabel nameFieldLabel = new JLabel(maskFieldString); + nameFieldLabel.setForeground(GLPcolors.foregroundColor); + nameFieldLabel.setLabelFor(nameTextField); + + // Text + nameConst.gridwidth = GridBagConstraints.RELATIVE; + nameConst.gridx = 0; + nameConst.gridy = 0; + nameConst.fill = GridBagConstraints.HORIZONTAL; + nameConst.weightx = 0.0; + nameConst.weighty = 0.0; + nameConst.ipadx = 4; + nameConst.ipady = 4; + nameLayout.setConstraints( nameFieldLabel, nameConst ); + namePanel.add(nameFieldLabel); + + nameConst.gridwidth = GridBagConstraints.RELATIVE; + nameConst.gridx = 1; + nameConst.gridy = 0; + nameConst.fill = GridBagConstraints.HORIZONTAL; + nameConst.weightx = 0.0; + nameConst.weighty = 0.0; + nameConst.ipadx = 4; + nameConst.ipady = 4; + nameLayout.setConstraints( nameTextField, nameConst ); + namePanel.add(nameTextField); + + JButton applyButton = new JButton(maskButtonString); + applyButton.setBorder(BorderFactory.createCompoundBorder( + BorderFactory.createRaisedBevelBorder(), + BorderFactory.createEmptyBorder(2,2,2,2))); + applyButton.setActionCommand(maskButtonString); + applyButton.addActionListener(this); + nameConst.gridx = 2; + nameConst.gridy = 0; + nameConst.fill = GridBagConstraints.NONE; + nameLayout.setConstraints( applyButton, nameConst ); + nameConst.weightx = 0.0; + nameConst.weighty = 0.0; + nameConst.ipadx = 4; + nameConst.ipady = 4; + namePanel.add(applyButton); + + return(namePanel); + } + + + public void actionPerformed(ActionEvent e) + { + if (e.getActionCommand().equals(maskFieldString)) + { + String s = nameTextField.getText(); + if (s.length() > 1) + { + currentMask = s; + } + } + else if (e.getActionCommand().equals(maskButtonString)) + { + String s = nameTextField.getText(); + if (s.length() > 1) + { + currentMask = s; + } + } + else + { + GLPvars.selectedPrinterName = e.getActionCommand(); + GLPvars.tabs.updateDetailPanel(); + GLPvars.tabs.tabPanel.setSelectedIndex(2); + } + } + + + public JScrollPane getPanel() + { + return(scrollPane); + } +} diff --git a/scripting/java/example/GLPsearch.class b/scripting/java/example/GLPsearch.class new file mode 100644 index 0000000000000000000000000000000000000000..2db6a39499a76b5b407854e1d7117bcc46152a78 GIT binary patch literal 2428 zc-o~^+fx%~6#uOx*(5Bta4Cpr)oMcoB2ZEBE(*qmKn1jTDJ;nX(Xfeo0qsrOYVXtO zQ)k)-XWBma(wBB1IJMK6zSx;Q_7AH4og|>e*y&8k@H=O}?|kQ+-#O>o{o}8ne+AHm z&x2^kU;tqZ37ip#37i#pRUj@fERYZw31SqlsW>Nc%#U$DCW1JR3j(jp;-nuJRa^?9 z0fPdU1+ECZp<>F9X+QKJS}>y`8AKaW0T`GSZBDd#(b57}#pN||nF(@ZL4~Ozt0JeM zDw9p>nKN12N$3lPf>8XbzNkktx;YmebF8#EcSu3yx>0O&?P<)NNf?fT+V#B?sgz~d zwt}Xj57Tg>F+ypbeyWnLWf`V3l}$QwR*5O_CbOSX*~p0s z%QcB%(F1AIF)Yi?F^9lYQMk*{o?;gMIm0=xXI!JO&a8uDS=UM$gK3FVJrp0c4c$u4 zcS$%6`*B1=1bZ}e2y_Z`A*x|7x;69&^a{L!eH!|(PsMc&7FfEr^~z0{*UapaDTO_K zBWdKEbk@}1z-1Y`5B79*_Z{f!?&{vVmo@5Av8Z7QH#FSDn;PB{E3g0?*`IW0XAMik z+jvLdT@AOyRC^NjT%6UPcbr^*G|EW*eZAe$oK>iiEyQjsXkeA1hHl@qm!e5GXGaGJ zviF{f_ceSVZ13QnNi za4>ec$sz&vC%!g^3Yx?1&l|x?T0WWfhBd=~&U@{~H5q!H({HAX8zZv{8pCA%F>^!g}^TJ(n{~vg;`4HeSAobkrJ-{mZW3$*v_|HeJqsT{!-9=L>5p z8?dNbOv^9Lov;myi?-nuwV*7H>bAX<61s-7rdP|xkl~y%W_35iCipUjIp?sA0rEY0 zvsm!R^BF$ds~SC(8qbay)}mp>)3$@{d~LS#bsOM6uNUO6qa-^^lJ|_bNv>K!_LO9A zN%GDWWM4t5ye0c_fOwEkf5L+b%Bzu8C=q1^n*=HZJObW`X9d1U#R^mbzd%4B7-^Nq z2dJdceRzf=k!5)Es1g^UYVom*icn1+wMS&DqGC%Pb@cipBlqD5jzgo?&)5mn6E`yx zjXbMR&0jrg(2P31$wSz|r*-jOAq@&Iyk->|42DK8-)g&V>> ze9K}K3pc|O0ms<2U(m qHcGMgl1uQ1b#q@~F+)62)- 0)) + { + lookupAddress = InetAddress.getByName(host); + GLPvars.addToServerList(lookupAddress.getHostName()); + } + else + { + } + } + catch (IOException e) + { + } + } + if (!is_done) + is_completed = true; + is_done = true; + } + + public void interrupt() + { + is_done = true; + } + + public boolean completed() + { + return(is_completed); + } + + public boolean done() + { + return(is_done); + } + + public int getValue() + { + return(count); + } + +} diff --git a/scripting/java/example/GLPsearchProgressPanel$1.class b/scripting/java/example/GLPsearchProgressPanel$1.class new file mode 100644 index 0000000000000000000000000000000000000000..aed39b445d383877ce56b450ab83962c0e42cd2c GIT binary patch literal 2470 zc-oCtTT~NA82*NYY*-eBXw=BXNTUs?1W?g}XfcX~22Bl8kyhO#BZMZqbaw-2Z`RWL z{ocOx)F)p0Qfz~*r}oYE^tI>o)u+DnweQ-0b|Vo9J?5Ou%>U0n-+%dLX6KJPKi>q< zhOcC7LuVC2*ezoZ_R8qOJ~7%a<1us#u}6ppWc1>o&>a%u<6iX1IE<)hjtI?BFZyL1 z6T%Z1kT57?9iFTrA?C%95RQxHgoL<^0G<*vC&efsnqdj2WHjM)HAZnp%#DfW85z&w ztb}tC&Pz}kJk~_U47D?CiXDr^O|BZLiMXMU8{9PGs>ZWD3{{DXnl-_#Op5FeWVDQR zkfA=j+Jcr526t3XbB49CjK+`Wb4hLttI4d;s3|L>YjJK|(2X2VGi(XRCe>**qRv+2D0o*S@gCkM+RB$B)X4w_WkA!o5zVTm$xQ+9 zfrJkge1wk`e1cCEe1^{@e4*e=TwEQigYvK`%BmF2iR2_tSqzP3S&L;%i<3_VS6Fbj zp*$v$s-{vTh1%O`^KD;!GmVvI#8zAq7`)@$8d0-(Zu=T2L3RkpJ*z{;mKFEjIuqhtSTb8bon{{Q>L@p)fuou;HIaQ-W=`S8ioAHEYkiC5rB{Ci6vsNjRJtC5} zhm9nrChaT5w^B>sgfXoeCPNM7oUo6R*iRxH+6OBFVyFxc*hF|8*TX}E9DDG{kzEai z9o4h>oOWEz5n~&|1LgCR?{VBmUN_!f1ZUg#IR3VVm!)M1Uy=Jf3Y+R;OwPTxKDP2i z_c*0b@GQ5hKV;vTb>k1Hs4~sr<#iNQS#CpEjjNFm>aYW9`hNu4`)WG9OkX<8JC`Ty zocOY~&h<|fAsVYhKw?PItx4slOovm417A5prQ!lALw+i)THIM-r-2}SRJYNsww?Yy zam!QR0`aS$e=By7ypu-FBnyq)x(L>~<406{4{;mrqSiw_u$S64L>zne8{DX(ez&XF zb#NYATYo^sb+{TkZ^75FBoyF2-#h1GjkVsZcW*oD%7y|wt}eH$t8yMYi>CfcS{Nt^ z1xQ~*nRBywc&MGLWd2Hl@u%NS9e#Bzy#-ViL5p1hGNC&{wNELa=DzV7XS~)|TR`1) z__{p-&n=h%&&_X;yMcA1G;%Lu{WbU(;CJ~p6tL0NCCy_!i2;va>hw#l0yfP_%rBAc z)w}=PKwy+67qR&o>K9N?(+$)W(Aez_cyFL-lpnOR|p1?#1J^?bi^@@lemloeT|0kEl%M(jNm#> z;}?3n{EjjFMJsO8!{u+B#lO_w!8ulqB=aG~HY3eiaEWzN1QlqvH$w-Wrrt-RCOE&4 G)BOih&x{cO literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPsearchProgressPanel$2.class b/scripting/java/example/GLPsearchProgressPanel$2.class new file mode 100644 index 0000000000000000000000000000000000000000..131a55844b63cb263312191c49eed9506d9ba44a GIT binary patch literal 1188 zc-oCr+foxj5IsXemMjZ|Ajm}!A;1QZ2#OcPC`Q2O2B`|ggKwK;Og3&d)XpZrr|<PEPHlUE<)*4P4`Ui^yxF*J^TH~*KYvkkW&%EXcS$zrD6=@QX~{iw4)W1 zQcOjmBdKBIDj+Zhl;pMr_i=I_?R;9_u zRP*(QTjXnLCg{G3G7(2x5X;^*(h)LI!O|(;a&n15it60;pj+Yv;c%|UA1_Nsh{Z}Mr;T*`DLX{#jO#S2f za>J=sSL4nzgmjso#Q$WHp{LBfZCQk@SSeK-!lUCp#9OL0eG9V8a7|Ad7x_{SW0p8Y ztnGOFbdtPsmh;D)bxM5Chs-i4M7wFa)Mae}`>h;9Ty{^jUhtd3&%H#xXrq$<=DI?} z`}Az~Qc4|ySaY|@-3_xw%zJg?Vzq*%^vnYBh|1t{Nv@s6#*R4a8~@uixI^IE-PkFa z9uGYH{9}}!XpG)eH_fZad#UYXr(!e{C zH!%F`{4PTD%7Ldd#|RxDd`LQcg4W#Z7ep8i5cz-!S}P3cBeV^NjuAb9x)dG=e@6Qe zv?FvJqw_S#B%&lOwBbDwt`RYZ!U>GSqrXK1i)bQ^Jt8^clfQ{x(s5e#AQ)YN`U%o4 BB^m$# literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPsearchProgressPanel$ButtonListener.class b/scripting/java/example/GLPsearchProgressPanel$ButtonListener.class new file mode 100644 index 0000000000000000000000000000000000000000..40f8c1c1eb42d57e38d865672896d6ad09318e28 GIT binary patch literal 1686 zc-oCs-*XdH7(F)$-DF)$2~b;`mVhZHsU#ubFG8yjC>9rpB!Dgc+AP<0nPeAtZwijD zeelHx$Ke4Tbr@%?IF2JT5EvYN@-}H&svgTthZ`La%h;q5e;LADLATO z7RShN*`KW7Ee&%xuHbDAI!=(2)_`R%#xwF#a8ko5lqlc-B{aN)(;CXCNa`~h&f**; zR~F7C1@CH@M@hqi)I5*(6ui%nXtBm?j%n25UZZMr5vNq+#WSUH+~e*tcRdXs;0VKH z?^F_p8$vj?Zh3;+++`SC4`_2XJ&QHN^SH+_oqFA{X{)v+Q+h|MELjT~+n&_dyDOv?7>0Z2PMd9* zCiN2gb95*({STQ>dnM~#CcW%&-KhFUHM$XHP&_Uw{EArTX3f8U!q!A{xjaL@uju*C zKq1xL>1H6?yZhUIa#bif*Db$KF3vt}&aG2HEL(fPv@70*{oCXT!xbI9ywuzClzJ7b z&RtU5vH_$w#-Nq$>IDNlHL1&BZsC*UaISzRR=$^n1>c=VCMSY2=={sQQsoMzL zq#nagY6s{Ed_nClywIA@Dujjz{dcN~U^LXkrfc{-eG7rR7>FuOgk?Mw{sWP_P|pRY zS25ZeeJ1uhBJ;7(M|Yr=R{|_H6u$oWVQcK!=wK6@yW*kX%qk|<7LModw+AV1V#`X9 zjmy;!T41z^t*e;#4GsE+PP7eeBSX?dn<~~t6(g$cZ6gob;*`;FSNvS38VeYv_A6+( zO0~U)NqmhozQHs-XYnmg<2(AEd=C@X;ot{+M)3-M#FzMqMt{Z){DNQUcMreeKE;3I bHvT~q4+#k%;qS~O4#~YB#S!}7coX;!Szxz{ literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPsearchProgressPanel.class b/scripting/java/example/GLPsearchProgressPanel.class new file mode 100644 index 0000000000000000000000000000000000000000..2ccc411da14596677dcecb9d7928c54a17d4944a GIT binary patch literal 2709 zc-oCtTXz#x6#h;UI!PEP4J}uJ&>LxJo3`M!c%iYyVrZj*YCzCQGEGyGnL0CR=~5A| zC?ei3Fa82w)J4*@>{_~(kG}W^{1y7na_^a3OqwV!`|PvN{=T!%-e;eg-|zkW3xH94 z>q7+RSzKVTz~TiKFZwZtBx@HXT=L>2KfJii;);Zq{gCkrPZS9$FVcQ=;<67JsH`or zmSt^8Le7spSY~mRMV>{01$k-ESzBVUBH>j(jvy()@Z%_wJTX};dSUTc^kTI#uGyo6 zYZBJ|80J`x<24DdOL#+I=Tyl7BSayS~hYvUSFFO*k0} zWxR>&0t2mg>Thf$M%<9`7Ty*JY)yc`ki#5Yr$YqudRoZ`&0B_=1fv(?iJ++( ztEyp2ct^&&cu&UrxGCcU);`2dfqm^R25){##z(j<<73>B@d<8A_*BMcjQt#Unq#V5 z_8vAylr<|dr5hR5h$$4ECF2WxNxe0v8y02aD|}6PiK?2#&F-02OiQ3^%l)G8+9YaR z036{r)LpGz1a{exvY=6=~`4T6cjB(m!bV- zBtVyv$vA-etJhm0=d-J;bhb#NhYj=*XS7wb5Zu%xPXi(ii8SEv z@CG`?EhoWMJ0@x=IkVCVoPojNOjb zT}BT%>`A)2aBl;9OYqQw$6dxg9zA93ugnkdXhRP=+5=@As`wlxiX+Jl1UaU=kT!9Y zX1!(f@yrJGv&MS{2Fe($Ogw>OWrQjdS74}&FfkoZc8TFl4D$g-HZWR(`$syqz!b?V z*h_LRJm`iG`|1DT0R0ghq(7QNl)S^3rrA8D{0e%ph(7w$=*KDsa07$5g=6$y4BAyU=ub@GFM5~+qIlX#I57%4;oCUEA8H|V*v4O}I@6e;S~a_FYj)j% zGk{&rXE56W;Asyyi)UK^-0cA|oNEDawFk^my0!vDdq5n|RRBleCJj`*;}=WqkL|+q UwoFipfdFYTC48LpVS63_0O)p+rT_o{ literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPsearchProgressPanel.java b/scripting/java/example/GLPsearchProgressPanel.java new file mode 100644 index 0000000000..7d1734f820 --- /dev/null +++ b/scripting/java/example/GLPsearchProgressPanel.java @@ -0,0 +1,195 @@ +import javax.swing.JTable; +import javax.swing.ListSelectionModel; +import javax.swing.event.ListSelectionListener; +import javax.swing.event.ListSelectionEvent; +import javax.swing.JScrollPane; +import javax.swing.JPanel; +import javax.swing.JFrame; +import javax.swing.*; +import java.awt.*; +import java.awt.event.*; +import com.easysw.cups.*; + +public class GLPsearchProgressPanel +{ + private JProgressBar progressBar; + private Timer timer; + private JButton searchButton; + private JLabel progressLabel; + private GLPsearch tasks[]; + private JPanel panel = null; + + public GLPsearchProgressPanel() + { + //Create the demo's UI. + searchButton = new JButton("Search"); + searchButton.setActionCommand("Search"); + searchButton.addActionListener(new ButtonListener()); + + progressLabel = new JLabel("Search your local subnet for CUPS servers"); + progressLabel.setBackground(GLPcolors.backgroundColor); + progressLabel.setForeground(GLPcolors.foregroundColor); + + progressBar = new JProgressBar(0, 254); + progressBar.setValue(0); + progressBar.setBorderPainted(true); + progressBar.setOrientation(JProgressBar.HORIZONTAL); + progressBar.setBackground(GLPcolors.backgroundColor); + progressBar.setForeground( Color.blue ); + progressBar.setStringPainted(true); + + panel = new JPanel(); + panel.setLayout(new BorderLayout()); + panel.setBackground(GLPcolors.backgroundColor); + + panel.add(progressLabel,BorderLayout.NORTH); + panel.add(progressBar, BorderLayout.CENTER); + panel.add(searchButton, BorderLayout.EAST); + + //Create a timer. + timer = new Timer(300, new ActionListener() + { + + public void actionPerformed(ActionEvent evt) + { + int n = 0; + for (int i=0; i < 8; i++) + { + if (tasks[i] != null) + n += tasks[i].getValue(); + } + progressBar.setValue(n); + + + // + // See if all the threads completed yet. + // + int d = 0; + for (int j=0; j < 8; j++ ) + { + if (tasks[j] != null) + { + if (tasks[j].done()) + { + d++; + } + } + else d++; // Thread removed ??? + } + + if (d >= 8) + { + timer.stop(); + progressBar.setValue(progressBar.getMinimum()); + searchButton.setActionCommand("Search"); + searchButton.setText("Search"); + progressLabel.setText("Search local subnet for CUPS servers"); + + String[] servers = GLPvars.getServerList(); + if ((servers != null) && (servers.length > 0)) + { + GLPvars.searchTM = new GLPjobTableModel(servers.length,1); + GLPvars.searchTM.setColumnName(0,"Search Results"); + for (int i=0; i < servers.length; i++) + GLPvars.searchTM.setValueAt(servers[i],i,0); + GLPvars.searchTable = new JTable(GLPvars.searchTM); + + + GLPvars.searchTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); + ListSelectionModel rowSM = GLPvars.searchTable.getSelectionModel(); + rowSM.addListSelectionListener(new ListSelectionListener() + { + public void valueChanged(ListSelectionEvent e) + { + //Ignore extra messages. + if (e.getValueIsAdjusting()) return; + + ListSelectionModel lsm = + (ListSelectionModel)e.getSource(); + if (lsm.isSelectionEmpty()) + { + //no rows are selected + } + else + { + int selectedRow = lsm.getMinSelectionIndex(); + String newServer = (String)GLPvars.searchTM.getValueAt(selectedRow,0); + GLPvars.setServerName(newServer); + GLPvars.tabs.updateServerPanel(GLPvars.cupsServerName); + } + } + }); + GLPvars.tabs.updateServerPanel(GLPvars.cupsServerName); + } + // DEBUG + + } // threads complete? + + + + } + }); + } + + + + + /** + * The actionPerformed method in this class + * is called when the user presses the start button. + */ + class ButtonListener implements ActionListener + { + + public void actionPerformed(ActionEvent evt) + { + + if (evt.getActionCommand().equals("Search")) + { + progressLabel.setText("Searching ....."); + // + // Create the search threads .... + // + tasks = new GLPsearch[8]; + for (int i=0; i < 8; i++) + tasks[i] = new GLPsearch(i+1); + + searchButton.setActionCommand("Stop"); + searchButton.setText("Stop"); + for (int i=0; i < 8; i++) + { + if (tasks[i] != null) + { + tasks[i].start(); + } + } + timer.start(); + } + else if (evt.getActionCommand().equals("Stop")) + { + progressLabel.setText("Search local subnet for CUPS servers"); + + for (int i=0; i < 8; i++) + { + if (tasks[i] != null) + { + tasks[i].interrupt(); + } + // tasks[i] = null; + } + + searchButton.setActionCommand("Search"); + searchButton.setText("Search"); + + } // Stop event + + } // actionPerformed + } // end of class + + public JPanel getPanel() + { + return(panel); + } + + +} diff --git a/scripting/java/example/GLPserver.class b/scripting/java/example/GLPserver.class new file mode 100644 index 0000000000000000000000000000000000000000..2ad5f77db7df9b2c0fdab3ad1c512af54bfb8ca5 GIT binary patch literal 4304 zc-oCu33yc175?wbB(w0yMp(ic5bb0mRuq&(0@-MA5&}U&M3k4z%VfeVVdhO1Q7O2h z#RatrZbdCFXbXXvqy}v1Vq06gxwLdqTe?@<+J&xP+jH)F6DEt;$@iVRob{gb-}7!> z`Ok|l0a%28yRZq{owy3uGr57ujZAjf@o^V2u+xcMxXFQ=d2x#axAJ(K9k;tM8M~Qz zhl|ATwBr*l8= zXY#NekGQY^kFxAzJbRqUryMxIvQJn$yYM70pK_9yPcu2l9_4_KFd5+GUMBmQJZuRbb)kmOR)b?1m8TcWUq_tApumi_==L8?>gvFa}&Q93zk{zG7;|l_lqI#r9 zk2Gl^Js^C$?%zOrbqKjbT0EqBYMkQQn0w1gBRD3I$}rGaEiy{59y7uU>n6`CcqX5YZO+N8FrH%=?F)HI_=DJo36E9qfGCiQqPYgAmzWD97o4ebKiV=K$DC++y6iZ4MUOU)7u1?%)^EMP=cd>LP%bTx(xOqdiz zl8l$}RZ8}FEU>|^srWkDRYVXTE0a9eNTyar{N5_f=h6DZF+*V1Sca@zMDvH(=_~k# z9p6;(D!!%S+xU(h-&OHFyr$xHykS`#j}#8+O%8UrvjHBFiGT%MwKFFq2meQzL#%gKSeRY!I5p<MQnM-S6u(h#_i5R>V&CcWY9dM_Ok}SdMfSfr}>$&~uJ%B%@EG z1PT;Qe7cD?DHSG?)@lBz?yaH>2a@=h<32Z*@=Q%>jB=b*+jK5ioeOaj@kSdbr!znJ zn?{iGje}J7*y7QbRo@oV0?{!aJnLE)UPW~xGu*97G@yrkTx0qO*PEb91&2Lq3SvGz z;x<9xYI-Rt{H3EelfoZ6Inwt|j`Yc+(Z+3AjvdzMvqt(N&^Q}i*h;nnQfD5mgDL9@ zq|=-}s6@MIXE*6l>qLFgAViUfLt&D}#Kt6j7#XcL+aT;m;TV7;E!UZVizc~~($W%8 zhcUU8R)feqimajpvX784fo<|(J&EXCaxfWAWYS+Yy*hI+gMwO!0+iCRm(r83hE^ZL z`J@#|hL!d%J+LzD8&g(=g~pGAyvEW2EKK11QsyLZL6PKqgg9}y zY0oX$g>ricMRLEmM2VxMBrT3oCW}ha<0vc1!-a8NRFWCT;u3ot7c;q}m`#)+sYOm*A;sa~9-P6xiUCB?h#L)1%?x}^zRmg?8`;eO|)_@&G&YZ*p)Yi`9LE?;KL zw+&&rmGvQ1Ca@ykmRpg)%6uDTx61U9&ORv2vf_Lj+nU%Fd&svXP)+u0sIs-o(u?xb z6R0B`nszc$VqL`s@=!l6+O(8t37J>4n7Z~6-7HhnGg@;1SxH5jCeYY2f?&~sR+^U* zju#Pf%P=OUQO^OXSD^A>^Wa3t3DsEF|<91~}b}JX)4y6otD&^RttiWALE$&uU z;~r%V?o~Emud)gEDO+&A(uoI@C}l|?3d3qh1JtC_XzU`Sui+cpv=7$RT-!jET4#F- zO(jEUmN$BR0$1{_po^KnhNrPaYE?+BB2%j+sWmfIYvWn1vmI**bt+KBR6K?}JWj3i z0QIRSP>3gqcaSRj3{~z~s?Z^9!1L6gU!azIn6zW)vEr|x_!Vx$#q5n5V$x&lL>{M6 tI|hzXkBq~C1a-$jLfH^;>BVbVoI@kG=yb;D;Stpgxp{(UzwGSS{STcKYnuQ7 literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPserver.java b/scripting/java/example/GLPserver.java new file mode 100644 index 0000000000..ee24c8ccac --- /dev/null +++ b/scripting/java/example/GLPserver.java @@ -0,0 +1,192 @@ + +import java.awt.*; +import java.awt.event.*; +import javax.swing.*; +import java.net.URL; +import java.net.*; +import java.io.*; +import com.easysw.cups.*; + +public class GLPserver implements ActionListener +{ + + private JPanel serverPanel = null; + private JPanel searchPanel = null; + + private GLPjobTableModel tm = null; + private JTable table = null; + + protected JLabel currentLabel; + protected JLabel currentLabelValue; + protected JLabel actionLabel; + protected JTextField serverTextField; + + protected static final String serverFieldString = "New Server Name:"; + protected static final String applyButtonString = "Apply Changes"; + + + // Constructor + public GLPserver() + { + GLPvars.searchTM = new GLPjobTableModel(1,1); + GLPvars.searchTM.setColumnName( 0, "Search Results" ); + GLPvars.searchTM.setValueAt("No search results",0,0); + GLPvars.searchTable = new JTable(GLPvars.searchTM); + + load(); + } + + public void load() + { + GridBagLayout serverLayout; + GridBagConstraints serverConst; + + // Create the main panel to contain the two sub panels. + serverPanel = new JPanel(); + serverLayout = new GridBagLayout(); + serverConst = new GridBagConstraints(); + + serverPanel.setLayout(serverLayout); + serverPanel.setBorder(BorderFactory.createEmptyBorder(5,5,5,5)); + serverPanel.setBackground(GLPcolors.backgroundColor); + + + //Create a regular text field. + serverTextField = new JTextField(32); + serverTextField.setActionCommand(serverFieldString); + serverTextField.addActionListener(this); + + //Create some labels for the fields. + JLabel serverFieldLabel = new JLabel(serverFieldString); + serverFieldLabel.setForeground(GLPcolors.foregroundColor); + serverFieldLabel.setLabelFor(serverTextField); + + currentLabel = new JLabel("Current Server Name: "); + currentLabel.setForeground(GLPcolors.foregroundColor); + currentLabelValue = new JLabel(GLPvars.getServerName()); + + serverConst.gridwidth = GridBagConstraints.RELATIVE; + serverConst.gridx = 0; + serverConst.gridy = 0; + serverConst.fill = GridBagConstraints.HORIZONTAL; + serverConst.weightx = 0.4; + serverConst.weighty = 0.0; + serverConst.ipadx = 4; + serverConst.ipady = 4; + serverLayout.setConstraints( currentLabel, serverConst ); + serverPanel.add(currentLabel); + + serverConst.gridwidth = GridBagConstraints.RELATIVE; + serverConst.gridx = 1; + serverConst.gridy = 0; + serverConst.fill = GridBagConstraints.HORIZONTAL; + serverConst.weightx = 0.4; + serverConst.weighty = 0.0; + serverConst.ipadx = 4; + serverConst.ipady = 4; + serverLayout.setConstraints( currentLabelValue, serverConst ); + serverPanel.add(currentLabelValue); + + // Text + serverConst.gridwidth = GridBagConstraints.RELATIVE; + serverConst.gridx = 0; + serverConst.gridy = 1; + serverConst.fill = GridBagConstraints.HORIZONTAL; + serverConst.weightx = 0.4; + serverConst.weighty = 0.0; + serverConst.ipadx = 4; + serverConst.ipady = 4; + serverLayout.setConstraints( serverFieldLabel, serverConst ); + serverPanel.add(serverFieldLabel); + + serverConst.gridwidth = GridBagConstraints.RELATIVE; + serverConst.gridx = 1; + serverConst.gridy = 1; + serverConst.fill = GridBagConstraints.HORIZONTAL; + serverConst.weightx = 0.4; + serverConst.weighty = 0.0; + serverConst.ipadx = 4; + serverConst.ipady = 4; + serverLayout.setConstraints( serverTextField, serverConst ); + serverPanel.add(serverTextField); + + JButton applyButton = new JButton(applyButtonString); + applyButton.setBorder(BorderFactory.createCompoundBorder( + BorderFactory.createRaisedBevelBorder(), + BorderFactory.createEmptyBorder(5,5,5,5))); + applyButton.setActionCommand(applyButtonString); + applyButton.addActionListener(this); + serverConst.gridx = 1; + serverConst.gridy = 2; + serverConst.fill = GridBagConstraints.NONE; + serverLayout.setConstraints( applyButton, serverConst ); + serverConst.weightx = 0.4; + serverConst.weighty = 0.0; + serverConst.ipadx = 4; + serverConst.ipady = 4; + serverPanel.add(applyButton); + + GLPsearchProgressPanel progress = new GLPsearchProgressPanel(); + searchPanel = progress.getPanel(); + serverConst.gridx = 1; + serverConst.gridy = 3; + serverConst.fill = GridBagConstraints.HORIZONTAL; + serverConst.weightx = 0.6; + serverConst.weighty = 0.3; + serverConst.ipadx = 4; + serverConst.ipady = 4; + serverLayout.setConstraints( searchPanel, serverConst ); + serverPanel.add(searchPanel); + + serverConst.gridx = 1; + serverConst.gridy = 4; + serverConst.fill = GridBagConstraints.HORIZONTAL; + serverConst.weightx = 1.0; + serverConst.weighty = 0.5; + serverConst.ipadx = 4; + serverConst.ipady = 4; + serverLayout.setConstraints( GLPvars.searchTable, serverConst ); + serverPanel.add(GLPvars.searchTable); + + } + + + public void actionPerformed(ActionEvent e) + { + if (e.getActionCommand().equals(serverFieldString)) + { + String s = serverTextField.getText(); + if (s.length() > 1) + { + GLPvars.setServerName(s); + serverTextField.setText(""); + currentLabelValue.setText(GLPvars.getServerName()); + } + } + else if (e.getActionCommand().equals(applyButtonString)) + { + String s = serverTextField.getText(); + if (s.length() > 1) + { + GLPvars.setServerName(s); + serverTextField.setText(""); + currentLabelValue.setText(GLPvars.getServerName()); + } + } + } + + public void updateServer( String server ) + { + GLPvars.setServerName(server); + load(); + serverTextField.setText(""); + currentLabelValue.setText(GLPvars.getServerName()); + } + + + public JPanel getPanel() + { + return(serverPanel); + } + +} diff --git a/scripting/java/example/GLPtabs$1.class b/scripting/java/example/GLPtabs$1.class new file mode 100644 index 0000000000000000000000000000000000000000..fcc52f67dc0a7249b96f423c97f8e938b28c0895 GIT binary patch literal 1097 zc-nnaZBx@g5Pl8{X~PvNFY+deh?*9qD87RzmKO^FnW^Ikzg^2s8zxO_axMB-{1?tZ zb^PED@JBiBr70o`$>eVL_SxNM_clL&eg6Sq9=3^oOeT=T6%$jqn!q(oCvY7zCT?KX z#7*2XNxiKXOIy==$(WeK9Rqg_EEu@Q(5os=FuTBzus7{JC5pik$%Rjzsz~LO2(avU zj#^>h)(Im0jvI< zY)VgM+tzh0hr!H3t>KsCh7$&e(#&f=jv?IVNa2!!MUDq}Xy6gYV>~hNl;ate3@mdz z$BKa$951oT@k)E-u*R{D4USE`HjwAo!Zwu_1)rtbLAmmtC;gl&f%cRU@soG^S3|ndYY%1!z5s_nv*L}xR(kC&g+ul(L z)OSi{=r1+uK|%UW>Fsy1qcq)MZ+GX$RJ59mQCL_t8x+urb#{_fF;rT}Ox=q30WVTQELjAv$Uy zuB8(#aZD*fr7zar%@+8dToaUyqN0Z;eGGZxwS`4&)9~*Qzwwaw1hSebc_hP1@Eb*6 B1)~4} literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPtabs.class b/scripting/java/example/GLPtabs.class new file mode 100644 index 0000000000000000000000000000000000000000..7604add7a4fdf930784bbd1eea692cbbe3bc9e49 GIT binary patch literal 2611 zc-nnd*>@9V6#q?=W|Cn_OQCEPTlTap0XLQw1X7E|04+hFpx`9=NCWAlW+pATfjf%( z`mE19C`ZFN^c>%O@yU1J{R@0ne|Kh*G-c_9~sObWTEmX6mnL|rR0ZrQ4+VO{E)HEZ2SICBL%pEz;W%4Aed?uIlhb5wa& zl>^CD&5|CMLLD>Zg6*oZvov5jTP_ugHNc#5twJ%7G)psXp=8$-Bfd3CrH-e@{R4HP zHGGQrSqqsolF zNY0ANOwMvudSUcEaWAe!(PC6-mrmq|1SF6hSr}Ni&pX`|UVl85Elnqs<=k}U64}a( zlSq<``{69a3Rn)k@m#&gB;=JF;Pl1^{-PA=)o4NDFd027?d%qL6UUG=@faRA z@dTbU@f7x%*e|;SLJnfc#4rw-IE<%F9KlfyYyQKKj@M1RfmP0kh z5^pj4>EQG>-qG={iT4EHecUnef$ToSomPvD=3$K&)LszpGArZt)`-;`fRZE1aSOI3 z*=I%?Enwm!++u&6t{p$dC%&p=Y0F*>VA95HTa}YV%W;$=N&D2qXZYO27dUR>OMGSG zYf0ocI6Gk6GF4`EsdZ=QOO0x5`L2 ztZprIZQ?>!j!MHzG~_~<>6wzPYhYBQnL&?(JbWYnhPhLMWoGolEmq?%^}xwO4XQKni&Z?uA^z-v5~KXPQFHB z{BhnOe;he)<6GCRriAm-7 zesP!VSQQ&38qwTD+FsLaZ)mpHH8)dpiyvbUPJ{xH``B8=HVnkZ7ui z%Q}yNNoIGjiX8!5Dp*hc2zg9AL;5}9r2VW$2W#DpN~NX z9kG$M-GotW!34JQ8(|yrysZ%9HecI!v4fA4o%jyBaE~7#50SvH*n{8MKYy@${$!v0 z#qRkB`!oXwv>qJP`Z1&pVp!XcLs}AtwNp5vox?FrVO*QWgjT^BdOC{Ze&6sHLYsIj zrQK1*&XyX7{1WeKMA*&PfD4FXl965Hr^F@RJX`BTt|9J#KEGPKTdLOX7i|&X74W-= zdkc>u!<#XjSi(hvE+z!gsA7*_&9;bN!bONz>0+KPPSM2zZ=ORcKwQsNTx<*9tLsEO j&NS&soC@SN1ah9^KeULJ>C|Zf!8j`h7~~Fk^ND`}BGp;~ literal 0 Hc-jL100001 diff --git a/scripting/java/example/GLPtabs.java b/scripting/java/example/GLPtabs.java new file mode 100644 index 0000000000..477320d69f --- /dev/null +++ b/scripting/java/example/GLPtabs.java @@ -0,0 +1,117 @@ + +import java.awt.*; +import java.awt.event.*; +import javax.swing.*; +import javax.swing.event.*; +import java.net.URL; +import java.net.*; +import java.io.*; +import com.easysw.cups.*; + +public class GLPtabs extends JPanel +{ + JTabbedPane tabPanel = null; + + // + // Panels for the various tabs. + // + JPanel serverPanel = null; + JScrollPane printersPanel = null; + JPanel detailPanel = null; + JPanel optionsPanel = null; + + GLPserver server = null; + GLPprinters printers = null; + GLPdetail detail = null; + GLPoptions options = null; + + + + // Constructor + public GLPtabs() + { + tabPanel = new JTabbedPane(); + tabPanel.setBackground(Color.white); + + serverPanel = new JPanel(); + server = new GLPserver(); + serverPanel = server.getPanel(); + tabPanel.add("Server", serverPanel); + tabPanel.setBackgroundAt(0,GLPcolors.tabBackgroundColor); + tabPanel.setForegroundAt(0,GLPcolors.tabForegroundColor); + + printersPanel = new JScrollPane(); + printers = new GLPprinters(); + printersPanel = printers.getPanel(); + tabPanel.add( "Printers", printersPanel ); + tabPanel.setBackgroundAt(1,GLPcolors.tabBackgroundColor); + tabPanel.setForegroundAt(1,GLPcolors.tabForegroundColor); + + + detail = new GLPdetail(); + detailPanel = detail.getPanel(); + tabPanel.add( "Destination", detailPanel ); + tabPanel.setBackgroundAt(2,GLPcolors.tabBackgroundColor); + tabPanel.setForegroundAt(2,GLPcolors.tabForegroundColor); + + options = new GLPoptions(); + optionsPanel = new JPanel(); + optionsPanel.setBackground(GLPcolors.backgroundColor); + tabPanel.add( "Options", optionsPanel ); + tabPanel.setBackgroundAt(3,GLPcolors.tabBackgroundColor); + tabPanel.setForegroundAt(3,GLPcolors.tabForegroundColor); + + tabPanel.setSelectedIndex(0); + + tabPanel.addChangeListener(new ChangeListener() + { + public void stateChanged( ChangeEvent e ) + { + Object source = e.getSource(); + if (!printers.cupsServerName.equals(GLPvars.getServerName())) + { + printers.load(); + printersPanel = printers.getPanel(); + tabPanel.setComponentAt(1,printersPanel); + } + } + }); + + JPanel jobsPanel = new JPanel(); + JPanel filePanel = new JPanel(); + } + + + + public void updateServerPanel(String s) + { + server.updateServer(s); + serverPanel = server.getPanel(); + tabPanel.setComponentAt(0,serverPanel); + } + + public void updateDetailPanel() + { + detail.topDetail(); + detailPanel = detail.getPanel(); + tabPanel.setComponentAt(2,detailPanel); + } + + public void updateOptionsPanel(CupsPrinter cp) + { + options.updateOptions(cp); + optionsPanel = options.getPanel(); + tabPanel.setComponentAt(3,optionsPanel); + } + + public boolean updatePrintersTab() + { + return(true); + } + + public JTabbedPane getPanel() + { + return(tabPanel); + } + +} diff --git a/scripting/java/example/GLPvars.class b/scripting/java/example/GLPvars.class new file mode 100644 index 0000000000000000000000000000000000000000..7c9b46c349330ec63b35159232d50ddd488f4396 GIT binary patch literal 1592 zc-nPTT~`}b6x}x&$V`|J2!Tq2RQyb$Hd3pFg8dMsg$A0MK&w7Yl36e~WV&Vsus-`o zeDbw64_)Z0%cnl{fA}}leI^6pqh_sp&b{ZJv(MS*+{~+ge*Y7|Wjspb0LPG@UDVJxs+yA|5)8V%u*t1ht{f$b}#Wm~g? z;GnHw?pjXgPPJCEI<~7Y86o~y2@VKWS#4O&CV_ZIU@f$ofr3$`yKHGn2T?UuCkPcr zde!WOj$086@Abg8{ML43O=@M>j@KllYp;22+vWXGd@nYI{JG?=9VOZJ4%VKmdXimz zr!XppC2#k!Ym;WrKDg*~obZN1vRK+=txL?HkgYl$dwp-WY5Q>wP23bRTXuM|llfxl zb-m04r`^Vj=e;Cdw&jvY{X{deR=eHsPFngYd*|_D>HF8^)E8TB%q3m-_WYK;>`3J% z`?qiT!DWdtQO1Xyh3mB}ciRg>6K`OW!|#vaw(na{B$bI7yq&@W6W^e2qJa(0>TF^Y zn|NsAqJU_==P{}v`_!^;{V+d2XJQJICf>xfiA#9P#5;J`#Cv$(#0MyvD4|H_xWrTV z_nSL>j(okRUk4|}7M*En&v&83A!~v2lO2t7g_6A!*Ok(FXR@2%{|^{~Ax+@U5FU{( z#Cj^$tUuDEKpk}^I+IPLNhs3f6zNi=btvgKjje9Zr z41+I`p)4OFmB7QZH14vv6^vk&;h!;YFWe!Z0MAF^S1AvnE4+YlFS+)ko3WrE1 z@E45w&q@`Je17@&@A6aC=RS=Tg@#F4YJfTpH%o}O!&nP#i2c(=ENEC2ui01yBe z0009!2)Yn5q)5q{nV7DV`x2c8aADSz-i2bpnt|>##8X7yIA+uH4b!a~KovXD6eQQD QxKT0!L{Y^7$s_;(JJ*UWq5uE@ literal 0 Hc-jL100001 diff --git a/scripting/java/example/images/print-test-page.gif b/scripting/java/example/images/print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..8268a1d14502044077743b88d1bcc1415d19846c GIT binary patch literal 519 zc-jF60{Hz$Nk%w1VQc^w0OJ4v003rHRhc+Ah#VYu|NsB0s?2e5s>a6Mjg7nF;_f*) zh~wk#9UXW7|NsC0|NsC0EC2ui0Bisk000F35XecZy*TU5dksV=j)Z5PXo`a5sJ?J~ zvTZ5fcutdf@2fk}Z%EuI7CcK}xx5Gh1J9GWjH(7yL6LzJT1W*;fe^@OCu35%Gq6g6 z>mk=$2?Y$H^W^ES9BdL#2m}XJ9e8m7AcbQIMF4Yv6d@90cLf0m0tN+I1)T*50C)sp z6df7N6F+p}TR*1`+KBaUOHmH?EtlpoR(vx)==i{@eGeIp_26TdK&@Pye1 zLX-z+6PCd;SB|2x680oTOSSAz0c^bl68y4wD&(h;1O6qEOs~~V*J(n5} zMl5ww)hu`wH&&QsU=YHVM?d-MkY*-@n&oaDRRWWe0AE*s{Yh35VnUpwz-Em}XOc#! z7j>@eiiVIe0VZb+*j5XszEUg4p`%DH(S}*y^CnUxh7pGd<14vpEz!6>%QY4&ve>uB}(tM*u$=0 zh~*0aj!0x6HzDkv(CC0T1OcxjAXDO$YNXGu%!(~jZg(+7?vyLqy7<$y%2h8}_!c5O1#O@a zR!WRP_!jAB`?Z9$cdG_4C31H(A zdizN3T)OVI;oZx(uiw9b{pt&>?ju3M1^W$@co=a3AuVIfv^w~$y{pB-h-^IRve9Bg zZG=2w@aN}0nh$QUqw#^j(+Ej~1F`Ce!zK{J!PXLzHp!B$F;!J<`YG|1zggYpvXeMA z%FvQ4S$-^KZ{23iki0V_sP*gF|CtQpooYbnMxmBBKcy4M-C5$iA{&z@e5CS~(%)GY zwuySBIn~$SY5(E223JIZ}*y^LtUxh7o*d<14vpEz!6>%LuB}(tM*u$=0 zh~*myj!5JnHzDkv&}e`-1OcxjAXDO$YNXGu%!(}weV8v8{Hb9z$++MQBS{AMyne4< zPg!tsf`dqaWG`DLdy9O1et%1cW{D@23XFLUVl$E}mY<-ZqN56DR9c&K9d@8jryiYU zvOce{9C&d{6`PNLh*qjAvjj$XH@joJy)|yLZ(7L9e^IH1F zLyI0wx-^8frUUk5m6{($lP6iX&TwkxP?)kaCyX2}-JSFs9tCLZ!0u1?hk zx4T9zA5O7W3S386j!j09Ix3mZRpw$`N+@{m&Z!V1q&>o0?%loOjx9b{`_quYOaEm? zeBmB*TIHu7fAQF47gS^=HD6Vck>^l?Vfa!Pbqz-Mo=eSm=fP9kC6i!R8dex!Qr>`w z9*6ENg&|ewfq>OPD^Oa}{c(S6uiji|^0mQ_G<_92nSAtu+6 z!Xz0%BoKbnq+e+5r`BDI%qXK(Sk8qNLTowarFngYDGoeAaEaH2Q@|I9nu$$_A_SFr zxno678s`-Tl`Rn=T!+QMrhK8~IpiZ692QAY4l0u8RvAT_sG=?*I$EIbHE3x=j+G)2 YPqX2ntm^8kuqFTiJFzuv761SM literal 0 Hc-jL100001 diff --git a/scripting/java/example/images/restart-job.gif b/scripting/java/example/images/restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..8dc072759f1c42c4919306c8a1c97de1e568bc18 GIT binary patch literal 440 zc-jHD0Z0BvNk%w1VO9Va0OJ4v003rHRhc+Ah#VYu|NsAujk~I<%yDt5;^OYc#@#tN zh~wk#9UXW7|NsC0|NsC0EC2ui09F7O000F35XecZy*TTQ1NmS`aAawol_!R1>%Nk@ zj&N;jvUu&=>7bc0lxywR7wvh=^57d}!~nADm4ccQ5qKsB6@mbXkU*0+ zK@b3X$lTP!mm%Fgd-WVTY-6BZyM%7>>Ww1>ZKA(#qAI4L;Kxn1L}JP%I#BI^L4gY8 zoV%1L0VPJgej(_Yj|Cn%1q>`PwOfSe2w`V>HEBnbnOUV4g-69A^5qzd{n#t4(M iC(;>3%eLr>ws6bNh)cKO42pHps-2s+?cNy?002AYBETg8 literal 0 Hc-jL100001 diff --git a/scripting/java/example/images/show-active.gif b/scripting/java/example/images/show-active.gif new file mode 100644 index 0000000000000000000000000000000000000000..0c1ef7d6c2ab991cdf692d6c2bdee9cd93d9d6b5 GIT binary patch literal 581 zc-jF)0=oT2Nk%w1VSWG?0OJ4v003rjajL4S%s4oRRaKcB9Cza4?*IS)#>U-^jk`HH zh~wk#9UXW7|NsC0|NsC0EC2ui0Db@$000F35XecZy*TU5yU)ZSj^y#3XsWJSSdwfk z&otn^X07kMb(g)MkoFr5k4Tha0mK9Zf`DW|DCnqF57nwF5C)j-iorBq3Yg1V&dwqEAMcbjaO5>EnP0U~^=ssOj6Q5cf|x~Fsk30$zN8BA#INX(`*-$>IT$!@Z@*`Xj~j*7|OH~egKHR#j*D28$C@F&;a<> z27tmznEV{#qe&pZXqos}wB`w*2@(4RZh7F7!C;$zh)|mNHb9L4X6z=sBk&EQD+v+v zgk$IIjUWn>R3`F>hYdasZ<2kvWYOiw7=_yo<9l5CEa zB8+A5*$!dZflbXCg4Q*J!fk9gbt4Kf$3MG%^MIXzXe?YjQc~8Ux54Mn35UqV6Z$Tm zLu(#M5*GALBRD#lhejr8ca3HMYY?C*weIA)LTFxs*5LTD%$LGm#d1Ru)-c_5Kq>N- zdkWYBpmq_jwR@oeMZS*~z+DFyl;2NaS(#3%ag!wA!&|7GRlNBld8iTU*H>!*!_L<9gkt7-?h literal 0 Hc-jL100001 diff --git a/scripting/java/example/images/show-completed.gif b/scripting/java/example/images/show-completed.gif new file mode 100644 index 0000000000000000000000000000000000000000..7603191525eb11220bbd34488f920cb87c174942 GIT binary patch literal 657 zc-jGx0&e|BNk%w1VU_?F0OJ4v003rjajL4S%s4oRRaKcB9Cza4?*IS)#>U-^jk`HH zh~wk#9UXW7|NsC0|NsC0EC2ui0G0q3000F35XecZy*TU5yZ@j>9As%8VXCfd+m5H{ z&U9^maE#u3@4vd;Z%8a!ax$ZG=~FCDnSekLkPHX~n^ZukU9+qLVQ~3k2;CLqS;80& z2*e=)5FFAoIpR&9+3^-+8zTZ2e;6b!Yi&nx00oJMGmr+42bF$z7;+qhhME_Nifk7n z2qIl}0SN+N15;J6RduZZQi1@Uv=Uo_Qv_VEeZK<3puM&vg|<_I1*`!F%N3Hy03^V( z&&6OIix&lN2)K4}mjDBoa&+e~U7QoT6A5r{WF&I+bJzN*n)G`P42UKT06=?n^i891 z=%7G;0kIe`Q0~JT4B?bXIFyK9mvjD{=oNGnuONjtx%Nf6{-%aJ`{YEmYrkSMNLQx;A5F{@Xz z84b+xU{g14fOWjGP*L^-9-ReTmGYdL^0RJJ?;lC*WRSF4LE zIrHKP;($B67q@D_Du>FwDO*UoCOvPa`L3L0Im9;sL<@M+O?Q$&PmA#qKxQa2ZtG{U z%KeBHf@JnCqjD8u%cgreE`$U2D^#Egbfy6*h7UG rYUo0T9@4-eh#{)rUWpEyk$Ci08>@BM~&35CH%?g+L?8 literal 0 Hc-jL100001 diff --git a/scripting/java/example/runit b/scripting/java/example/runit new file mode 100755 index 0000000000..0abb924863 --- /dev/null +++ b/scripting/java/example/runit @@ -0,0 +1,2 @@ +#!/bin/sh +java GLP diff --git a/scripting/java/src/com/easysw/cups/Base64Coder.java b/scripting/java/src/com/easysw/cups/Base64Coder.java new file mode 100644 index 0000000000..0b2958df17 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/Base64Coder.java @@ -0,0 +1,145 @@ +package com.easysw.cups; + +/** +* A Base64 Encoder/Decoder. +* +*

+* This class is used to encode and decode data in Base64 format as described in RFC 1521. +* +*

+* This is "Open Source" software and released under the GNU/LGPL license.
+* It is provided "as is" without warranty of any kind.
+* Copyright 2003: Christian d'Heureuse, Inventec Informatik AG, Switzerland.
+* Home page: www.source-code.biz
+* +*

+* Version history:
+* 2003-07-22 Christian d'Heureuse (chdh): Module created.
+* 2005-08-11 chdh: Lincense changed from GPL to LGPL.
+* 2006-11-21 chdh:
+*   Method encode(String) renamed to encodeString(String).
+*   Method decode(String) renamed to decodeString(String).
+*   New method encode(byte[],int) added.
+*   New method decode(String) added.
+*/ + +public class Base64Coder { + +// Mapping table from 6-bit nibbles to Base64 characters. +private static char[] map1 = new char[64]; + static { + int i=0; + for (char c='A'; c<='Z'; c++) map1[i++] = c; + for (char c='a'; c<='z'; c++) map1[i++] = c; + for (char c='0'; c<='9'; c++) map1[i++] = c; + map1[i++] = '+'; map1[i++] = '/'; } + +// Mapping table from Base64 characters to 6-bit nibbles. +private static byte[] map2 = new byte[128]; + static { + for (int i=0; iin. +* @return A character array with the Base64 encoded data. +*/ +public static char[] encode (byte[] in, int iLen) { + int oDataLen = (iLen*4+2)/3; // output length without padding + int oLen = ((iLen+2)/3)*4; // output length including padding + char[] out = new char[oLen]; + int ip = 0; + int op = 0; + while (ip < iLen) { + int i0 = in[ip++] & 0xff; + int i1 = ip < iLen ? in[ip++] & 0xff : 0; + int i2 = ip < iLen ? in[ip++] & 0xff : 0; + int o0 = i0 >>> 2; + int o1 = ((i0 & 3) << 4) | (i1 >>> 4); + int o2 = ((i1 & 0xf) << 2) | (i2 >>> 6); + int o3 = i2 & 0x3F; + out[op++] = map1[o0]; + out[op++] = map1[o1]; + out[op] = op < oDataLen ? map1[o2] : '='; op++; + out[op] = op < oDataLen ? map1[o3] : '='; op++; } + return out; } + +/** +* Decodes a string from Base64 format. +* @param s a Base64 String to be decoded. +* @return A String containing the decoded data. +* @throws IllegalArgumentException if the input is not valid Base64 encoded data. +*/ +public static String decodeString (String s) { + return new String(decode(s)); } + +/** +* Decodes a byte array from Base64 format. +* @param s a Base64 String to be decoded. +* @return An array containing the decoded data bytes. +* @throws IllegalArgumentException if the input is not valid Base64 encoded data. +*/ +public static byte[] decode (String s) { + return decode(s.toCharArray()); } + +/** +* Decodes a byte array from Base64 format. +* No blanks or line breaks are allowed within the Base64 encoded data. +* @param in a character array containing the Base64 encoded data. +* @return An array containing the decoded data bytes. +* @throws IllegalArgumentException if the input is not valid Base64 encoded data. +*/ +public static byte[] decode (char[] in) { + int iLen = in.length; + if (iLen%4 != 0) throw new IllegalArgumentException ("Length of Base64 encoded input string is not a multiple of 4."); + while (iLen > 0 && in[iLen-1] == '=') iLen--; + int oLen = (iLen*3) / 4; + byte[] out = new byte[oLen]; + int ip = 0; + int op = 0; + while (ip < iLen) { + int i0 = in[ip++]; + int i1 = in[ip++]; + int i2 = ip < iLen ? in[ip++] : 'A'; + int i3 = ip < iLen ? in[ip++] : 'A'; + if (i0 > 127 || i1 > 127 || i2 > 127 || i3 > 127) + throw new IllegalArgumentException ("Illegal character in Base64 encoded data."); + int b0 = map2[i0]; + int b1 = map2[i1]; + int b2 = map2[i2]; + int b3 = map2[i3]; + if (b0 < 0 || b1 < 0 || b2 < 0 || b3 < 0) + throw new IllegalArgumentException ("Illegal character in Base64 encoded data."); + int o0 = ( b0 <<2) | (b1>>>4); + int o1 = ((b1 & 0xf)<<4) | (b2>>>2); + int o2 = ((b2 & 3)<<6) | b3; + out[op++] = (byte)o0; + if (opCups object is used for connecting to servers, + * reading and writing data, and performing common CUPS operations. + * + * @author TDB + * @version 1.2 + * @since JDK1.3 + */ + +import java.io.*; +import java.util.*; +import java.net.*; + +public class Cups +{ + + static final int REQ_STATE_CREATE_HTTP = 0; + static final int REQ_STATE_WRITE_HTTP_HEADER = 1; + static final int REQ_STATE_WRITE_IPP_HEADER = 2; + static final int REQ_STATE_WRITE_IPP_ATTRS = 3; + static final int REQ_STATE_FINISH_IPP_ATTRS = 4; + static final int REQ_STATE_READ_RESPONSE = 5; + static final int REQ_STATE_DONE = 6; + static final String[] req_state_names = + { "Create HTTP", + "Write Http Header", + "Write IPP Header", + "Write IPP Attrs", + "Finish IPP Attrs", + "Read Response", + "Done" + }; + + + static final int FILEREQ_STATE_CREATE_HTTP = 0; + static final int FILEREQ_STATE_WRITE_HTTP_HEADER = 1; + static final int FILEREQ_STATE_WRITE_IPP_HEADER = 2; + static final int FILEREQ_STATE_WRITE_IPP_ATTRS = 3; + static final int FILEREQ_STATE_FINISH_IPP_ATTRS = 4; + static final int FILEREQ_STATE_WRITE_FILE_DATA = 5; + static final int FILEREQ_STATE_READ_RESPONSE = 6; + static final int FILEREQ_STATE_DONE = 7; + static final String[] filereq_state_names = + { "Create HTTP", + "Write Http Header", + "Write IPP Header", + "Write IPP Attrs", + "Finish IPP Attrs", + "Write File Data", + "Read Response", + "Done" + }; + + + IPP ipp; // IPP Request + IPPHttp http; // Connection to server + + + String protocol; // Protocol name + String address; // address/name of server + int port; // Port # + String path; // Path .... + String dest; // Name of destination printer + String instance; // Instance of printer + + // + // encrypt, user, and passwd are not fully implemented! + // + boolean encrypt; // Open encrypted connection. + String user; // User to login as. + String passwd; // Password if needed. + + String site; // URL of site. + + int last_error; // Last error # + String error_text; // Text for error + + /** + * Void constructor. + */ + public Cups() + { + http = null; + ipp = null; + + protocol = "http"; + address = "localhost"; + port = 631; + path = "/"; + site = "http://localhost:631/"; + dest = ""; + instance = ""; + user = ""; + passwd = ""; + encrypt = false; + } + + /** + * Constructor using a URL. + * + * @param p_url A URL object. + */ + public Cups( URL p_url ) + { + http = null; + ipp = null; + + protocol = p_url.getProtocol() + "://"; + address = p_url.getHost(); + port = p_url.getPort(); + path = p_url.getPath(); + + site = protocol + address; + if (port > 0) + site = site + ":" + port; + + if (path.length() > 0) + site = site + path; + + dest = ""; + instance = ""; + user = ""; + passwd = ""; + encrypt = false; + } + + + /** + * Set the value of the protocol member. Valid values + * are ipp or http. + * + * @param p_protocol String with protocol. + */ + public void setProtocol( String p_protocol ) + { + protocol = p_protocol; + site = protocol + "://" + address + ":" + port + path; + } + + /** + * Set the value of the server member. This is an + * IP address or a hostname. + * + * @param p_server IP address or hostname. + */ + public void setServer( String p_server ) + { + address = p_server; + site = protocol + "://" + address + ":" + port + path; + } + + + /** + * Set the value of the port member. + * + * @param p_port Port number. + */ + public void setPort( int p_port ) + { + port = p_port; + site = protocol + "://" + address + ":" + port + path; + } + + + /** + * Set the value of the user member. + * + * @param p_user User name. + */ + public void setUser( String p_user ) + { + user = p_user; + } + + + /** + * Set the value of the passwd member. + * + * @param p_passwd Password. + */ + public void setPasswd( String p_passwd ) + { + passwd = p_passwd; + } + + + /** + * Set the value of the dest member. + * + * @param p_dest Destination. + */ + public void setDest( String p_dest ) + { + dest = p_dest; + } + + + /** + * Set the value of the instance member. + * + * @param p_instance Instance. + */ + public void setInstance( String p_instance) + { + instance = p_instance; + } + + + /** + * Set the value of the encrypt member. + * + * @param p_enrypt Yes or no. + */ + public void setEncrypt( boolean p_encrypt ) + { + encrypt = p_encrypt; + } + + + /** + * Get the value of the encrypt member. + * + * @return boolean Encryption on or off. + */ + public boolean getEncrypt() + { + return(encrypt); + } + + + /** + * Set the value of the path member. This is the + * path that will be used in the POST method. + * + * @param p_path Path on server. + */ + public void setPath( String p_path ) + { + path = p_path; + site = protocol + "://" + address + ":" + port + path; + } + + + + public boolean doRequest(String from) throws IOException + { + // System.out.println("doRequest From: " + from ); + return(doRequest()); + } + + + + /** + * Do a CUPS request to the server. + * + * @param p_dest Destination name. + * @return boolean True on success, false otherwise + * @throw IOException + */ + public boolean doRequest() throws IOException + { + IPPAttribute attr; + int state = REQ_STATE_CREATE_HTTP; + int errors = 0; + + while (true) + { + switch( state ) + { + + case REQ_STATE_CREATE_HTTP: + String url_str = site + dest; + + try + { + if (user.length() > 0 && passwd.length() > 0) + http = new IPPHttp(url_str, "", user, passwd ); + else + http = new IPPHttp(url_str); + state++; + } + catch (IOException e) + { + throw(e); + } + break; + + + + case REQ_STATE_WRITE_HTTP_HEADER: + // + // Send the HTTP header. + // + switch( http.writeHeader( http.path, ipp.sizeInBytes() )) + { + case IPPHttp.HTTP_FORBIDDEN: + case IPPHttp.HTTP_NOT_FOUND: + case IPPHttp.HTTP_BAD_REQUEST: + case IPPHttp.HTTP_METHOD_NOT_ALLOWED: + case IPPHttp.HTTP_PAYMENT_REQUIRED: + case IPPHttp.HTTP_UPGRADE_REQUIRED: + case IPPHttp.HTTP_ERROR: + case IPPHttp.HTTP_UNAUTHORIZED: + errors++; + if (errors < 5) + { + if (!http.reConnect()) + { + System.out.println("Could not reConnect(0)!"); + return(false); + } + } + else + { + return(false); + } + break; + + default: state++; + } + break; + + + + case REQ_STATE_WRITE_IPP_HEADER: + // + // Send the request header. + // + byte[] header = new byte[8]; + header[0] = (byte)1; + header[1] = (byte)1; + header[2] = (byte)((ipp.request.operation_id & 0xff00) >> 8); + header[3] = (byte)(ipp.request.operation_id & 0xff); + header[4] = (byte)((ipp.request.request_id & 0xff000000) >> 24); + header[5] = (byte)((ipp.request.request_id & 0xff0000) >> 16); + header[6] = (byte)((ipp.request.request_id & 0xff00) >> 8); + header[7] = (byte)(ipp.request.request_id & 0xff); + http.write( header ); + if (http.checkForResponse() >= IPPHttp.HTTP_BAD_REQUEST) + { + errors++; + if (errors < 5) + { + if (http.reConnect()) + state = REQ_STATE_WRITE_HTTP_HEADER; + else + { + System.out.println("Could not reConnect(1)\n"); + return(false); + } + } + else + { + return(false); + } + } + else state++; + break; + + + case REQ_STATE_WRITE_IPP_ATTRS: + // + // Send the attributes list. + // + byte[] bytes; + int sz; + int last_group = -1; + boolean auth_error = false; + for (int i=0; i < ipp.attrs.size() && !auth_error; i++) + { + attr = (IPPAttribute)ipp.attrs.get(i); + sz = attr.sizeInBytes(last_group); + bytes = attr.getBytes(sz,last_group); + last_group = attr.group_tag; + http.write(bytes); + + // + // Check for server response between each attribute. + // + if (http.checkForResponse() >= IPPHttp.HTTP_BAD_REQUEST) + { + errors++; + if (errors < 5) + { + if (!http.reConnect()) + { + System.out.println("Could not reConnect(2)"); + return(false); + } + state = REQ_STATE_WRITE_HTTP_HEADER; + auth_error = true; + } + else + { + return(false); + } + } + + } + if (!auth_error) + state++; + break; + + + + case REQ_STATE_FINISH_IPP_ATTRS: + // + // Send the end of attributes tag. + // + byte[] footer = new byte[1]; + footer[0] = (byte)IPPDefs.TAG_END; + http.write( footer ); + + // + // Keep checking ..... + // + if (http.checkForResponse() >= IPPHttp.HTTP_BAD_REQUEST) + { + errors++; + if (errors < 5) + { + if (!http.reConnect()) + { + System.out.println("Could not reConnect(3)"); + return(false); + } + state = REQ_STATE_WRITE_HTTP_HEADER; + } + else + { + return(false); + } + } + else state++; + break; + + + + case REQ_STATE_READ_RESPONSE: + // + // Now read back response + // + int read_length; + read_length = http.read_header(); + switch( http.status ) + { + case IPPHttp.HTTP_OK: + break; + + case IPPHttp.HTTP_UNAUTHORIZED: + http.reConnect(); + state = REQ_STATE_WRITE_HTTP_HEADER; + errors = 0; + break; + + default: + errors++; + if (errors < 5) + { + if (!http.reConnect()) + { + System.out.println("Could not reConnect(4)"); + return(false); + } + state = REQ_STATE_WRITE_HTTP_HEADER; + } + else + { + System.out.println("Too many errors: " + errors ); + return(false); + } + break; + } + + if ((read_length > 0) && (state == REQ_STATE_READ_RESPONSE)) + { + http.read_buffer = http.read(read_length); + ipp = http.processResponse(); + state++; + } + break; + + case REQ_STATE_DONE: + // + // success. + // + http.conn.close(); + http = null; + return(true); + } + } + + } // End of doRequest + + + + /** + * Send a FILE to the CUPS server. + * + * @param file File to send. + * @return boolean True on success, false otherwise + * @throw IOException + */ + public boolean doRequest(File file) throws IOException + { + IPPAttribute attr; + int state = FILEREQ_STATE_CREATE_HTTP; + int errors = 0; + FileInputStream fis = null; + + while (true) + { + switch( state ) + { + + case FILEREQ_STATE_CREATE_HTTP: + String url_str = site + dest; + try + { + if (user.length() > 0 && passwd.length() > 0) + http = new IPPHttp(url_str, "", user, passwd ); + else + http = new IPPHttp(url_str); + state++; + } + catch (IOException e) + { + throw(e); + } + break; + + + + case FILEREQ_STATE_WRITE_HTTP_HEADER: + + if (fis != null) + { + fis.close(); + } + + // + // Open an input stream to the file. + // + try + { + fis = new FileInputStream(file); + } + catch (IOException e) + { + last_error = -1; + error_text = "Error opening file input stream."; + throw(e); + } + + // + // Send the HTTP header. + // + int ippSz = ipp.sizeInBytes() + (int)file.length(); + switch( http.writeHeader( http.path, ippSz )) + { + case IPPHttp.HTTP_FORBIDDEN: + case IPPHttp.HTTP_NOT_FOUND: + case IPPHttp.HTTP_BAD_REQUEST: + case IPPHttp.HTTP_METHOD_NOT_ALLOWED: + case IPPHttp.HTTP_PAYMENT_REQUIRED: + case IPPHttp.HTTP_UPGRADE_REQUIRED: + case IPPHttp.HTTP_ERROR: + case IPPHttp.HTTP_UNAUTHORIZED: + errors++; + if (errors < 5) + { + http.reConnect(); + } + else + return(false); + break; + + default: state++; + } + break; + + + + case FILEREQ_STATE_WRITE_IPP_HEADER: + // + // Send the request header. + // + byte[] header = new byte[8]; + header[0] = (byte)1; + header[1] = (byte)1; + header[2] = (byte)((ipp.request.operation_id & 0xff00) >> 8); + header[3] = (byte)(ipp.request.operation_id & 0xff); + header[4] = (byte)((ipp.request.request_id & 0xff000000) >> 24); + header[5] = (byte)((ipp.request.request_id & 0xff0000) >> 16); + header[6] = (byte)((ipp.request.request_id & 0xff00) >> 8); + header[7] = (byte)(ipp.request.request_id & 0xff); + http.write( header ); + if (http.checkForResponse() >= IPPHttp.HTTP_BAD_REQUEST) + { + errors++; + if (errors < 5) + { + http.reConnect(); + state = FILEREQ_STATE_WRITE_HTTP_HEADER; + } + else + return(false); + } + else state++; + break; + + + case FILEREQ_STATE_WRITE_IPP_ATTRS: + // + // Send the attributes list. + // + byte[] bytes; + int sz; + int last_group = -1; + boolean auth_error = false; + for (int i=0; i < ipp.attrs.size() && !auth_error; i++) + { + attr = (IPPAttribute)ipp.attrs.get(i); + sz = attr.sizeInBytes(last_group); + bytes = attr.getBytes(sz,last_group); + last_group = attr.group_tag; + http.write(bytes); + + // + // Check for server response between each attribute. + // + if (http.checkForResponse() >= IPPHttp.HTTP_BAD_REQUEST) + { + errors++; + if (errors < 5) + { + http.reConnect(); + state = FILEREQ_STATE_WRITE_HTTP_HEADER; + auth_error = true; + } + else + return(false); + } + + } + if (!auth_error) + state++; + break; + + + + case FILEREQ_STATE_FINISH_IPP_ATTRS: + // + // Send the end of attributes tag. + // + byte[] footer = new byte[1]; + footer[0] = (byte)IPPDefs.TAG_END; + http.write( footer ); + + // + // Keep checking ..... + // + if (http.checkForResponse() >= IPPHttp.HTTP_BAD_REQUEST) + { + errors++; + if (errors < 5) + { + http.reConnect(); + state = FILEREQ_STATE_WRITE_HTTP_HEADER; + } + else + return(false); + } + else state++; + break; + + + + case FILEREQ_STATE_WRITE_FILE_DATA: + // + // Send the file data - this could be improved on ALOT. + // + int count; + byte[] b = new byte[1024]; + while ((state == FILEREQ_STATE_WRITE_FILE_DATA) && + ((count = fis.read(b)) != -1)) + { + // + // Keep checking ..... + // + if (http.checkForResponse() >= IPPHttp.HTTP_BAD_REQUEST) + { + errors++; + if (errors < 5) + { + http.reConnect(); + state = FILEREQ_STATE_WRITE_HTTP_HEADER; + } + else + { + return(false); + } + } + else + { + if (count > 0) + http.write( b, count ); + } + + } // while + + if (state == FILEREQ_STATE_WRITE_FILE_DATA) + { + fis.close(); + fis = null; + state++; + } + break; + + + + case FILEREQ_STATE_READ_RESPONSE: + // + // Now read back response + // + int read_length; + read_length = http.read_header(); + switch( http.status ) + { + case IPPHttp.HTTP_OK: + break; + + case IPPHttp.HTTP_UNAUTHORIZED: + http.reConnect(); + state = FILEREQ_STATE_WRITE_HTTP_HEADER; + errors = 0; + break; + + default: + errors++; + if (errors < 5) + { + http.reConnect(); + state = FILEREQ_STATE_WRITE_HTTP_HEADER; + } + else + { + return(false); + } + break; + } + + if ((read_length > 0) && (state == FILEREQ_STATE_READ_RESPONSE)) + { + http.read_buffer = http.read(read_length); + ipp = http.processResponse(); + state++; + } + break; + + case FILEREQ_STATE_DONE: + // + // success. + // + http.conn.close(); + http = null; + return(true); + } + } + + } // End of doRequest(file) + + + + + + + + /** + * Get a list of jobs. + * + * @param showMyJobs Show only jobs for user. + * @param showCompleted Show completed OR active jobs. + * + * @return CupsJob[] Array of job objects, or null. + * @throw IOException + */ + public CupsJob[] cupsGetJobs( boolean showMyJobs, boolean showCompleted ) + throws IOException + { + + IPPAttribute a; + + String req_attrs[] = /* Requested attributes */ + { + "job-id", + "job-priority", + "job-k-octets", + "job-state", + "time-at-completed", + "time-at-creation", + "time-at-processing", + "job-printer-uri", + "document-format", + "job-name", + "job-originating-user-name" + }; + + + ipp = new IPP(); + ipp.request = new IPPRequest( 1, (short)IPPDefs.GET_JOBS ); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_CHARSET, + "attributes-charset" ); + a.addString( "", "iso-8859-1" ); + ipp.addAttribute(a); + + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_LANGUAGE, + "attributes-natural-language" ); + a.addString( "", "en" ); + ipp.addAttribute(a); + + + // + // Add the printer uri + // + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_URI, + "printer-uri" ); + + if (site != null) + a.addString( "", site ); + else + a.addString( "", "ipp://localhost/jobs" ); // Default ... + // a.dump_values(); + ipp.addAttribute(a); + + + // + // Add the requesting user name + // **FIX** This should be fixed to use the user member. + // + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_NAME, + "requesting-user-name" ); + a.addString( "", "root" ); + ipp.addAttribute(a); + + // + // Show only my jobs? + // + if (showMyJobs) + { + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_BOOLEAN, + "my-jobs" ); + a.addBoolean( true ); + ipp.addAttribute(a); + } + + // + // Show completed jobs? + // + if (showCompleted) + { + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_KEYWORD, + "which-jobs" ); + a.addString( "", "completed" ); + ipp.addAttribute(a); + } + + // + // Get ALL attributes - to get only listed ones, + // uncomment this and fill in req_attrs. + // + // a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_KEYWORD, + // "requested-attributes" ); + // a.addStrings( "", req_attrs ); + // ipp.addAttribute(a); + + // + // Do the request and process the response. + // + if (doRequest("cupsGetJobs")) + { + + + // + // First we have to figure out how many jobs there are + // so we can create the array. + // + + // + // Skip past leading attributes + // + int i = 0; + int group_tag = -1; + while ((i < ipp.attrs.size()) && (group_tag != IPPDefs.TAG_JOB)) + { + a = (IPPAttribute)ipp.attrs.get(i); + group_tag = a.group_tag; + if (group_tag != IPPDefs.TAG_JOB) + i++; + } + + int num_jobs = 0; + group_tag = IPPDefs.TAG_JOB; + while ((i < ipp.attrs.size()) && (group_tag == IPPDefs.TAG_JOB)) + { + a = (IPPAttribute)ipp.attrs.get(i++); + if ((a != null) && (a.name.compareTo("job-id") == 0)) + num_jobs++; + // a.dump_values(); + } + + if (num_jobs < 1) + return(null); + + + // + // Now create the array of the proper size. + // + int n = 0; + CupsJob[] jobs = new CupsJob[num_jobs]; + for (n=0; n < num_jobs; n++) + { + jobs[n] = new CupsJob(); + } + + + + + // + // Skip past leading attributes + // + group_tag = -1; + i = 0; + while ((i < ipp.attrs.size()) && (group_tag != IPPDefs.TAG_JOB)) + { + a = (IPPAttribute)ipp.attrs.get(i); + group_tag = a.group_tag; + if (group_tag != IPPDefs.TAG_JOB) + i++; + } + + // + // Now we actually fill the array with the job data. + // + n = 0; + for (;i < ipp.attrs.size(); i++) + { + a = (IPPAttribute)ipp.attrs.get(i); + + if (a.group_tag == IPPDefs.TAG_ZERO) + { + n++; + continue; + } + else + { + try + { + jobs[n].updateAttribute( a ); + } + catch (ArrayIndexOutOfBoundsException e) + { + return(jobs); + } + } + } + return( jobs ); + } + return(null); + + } // End of cupsGetJobs + + + + /** + * Get a list of printers. + * + * @return String[] Array of printers, or null. + * @throw IOException + */ + public String[] cupsGetPrinters() + throws IOException + { + + IPPAttribute a; + + ipp = new IPP(); + + // + // Fill in the required attributes + // + ipp.request = new IPPRequest( 1, (short)IPPDefs.CUPS_GET_PRINTERS ); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_CHARSET, + "attributes-charset" ); + a.addString( "", "iso-8859-1" ); + ipp.addAttribute(a); + + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_LANGUAGE, + "attributes-natural-language" ); + a.addString( "", "en" ); + ipp.addAttribute(a); + + + if (doRequest("cupsGetPrinters")) + { + int num_printers = 0; + for (int i=0; i < ipp.attrs.size(); i++) + { + a = (IPPAttribute)ipp.attrs.get(i); + if ((a.name.compareTo("printer-name") == 0) && + (a.value_tag == IPPDefs.TAG_NAME)) + { + num_printers++; + } + } + if (num_printers < 1) + return(null); + + String[] printers = new String[num_printers]; + IPPValue val; + int n = 0; + for (int i=0; i < ipp.attrs.size(); i++) + { + a = (IPPAttribute)ipp.attrs.get(i); + if (a.group_tag < 2) + continue; + + if ((a.name.compareTo("printer-name") == 0) && + (a.value_tag == IPPDefs.TAG_NAME)) + { + val = (IPPValue)a.values.get(0); + if (val != null) + { + printers[n] = val.text; + n++; + } + } + } + return( printers ); + + } // if doRequest ... + + return(null); + + } // End of cupsGetPrinters + + + + + /** + * Get default destination. + * + * @return String Name of default printer, or null. + * @throw IOException + */ + public String cupsGetDefault() + throws IOException + { + + IPPAttribute a; + + + ipp = new IPP(); + // + // Fill in the required attributes + // + ipp.request = new IPPRequest( 1, (short)IPPDefs.CUPS_GET_DEFAULT); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_CHARSET, + "attributes-charset" ); + a.addString( "", "iso-8859-1" ); + ipp.addAttribute(a); + + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_LANGUAGE, + "attributes-natural-language" ); + a.addString( "", "en" ); + ipp.addAttribute(a); + + + if (doRequest("cupsGetDefault")) + { + if ((ipp == null) || (ipp.attrs == null)) + return(null); + + int num_printers = 0; + for (int i=0; i < ipp.attrs.size(); i++) + { + a = (IPPAttribute)ipp.attrs.get(i); + if ((a.name.compareTo("printer-name") == 0) && + (a.value_tag == IPPDefs.TAG_NAME)) + { + IPPValue val = (IPPValue)a.values.get(0); + if (val != null) + { + return( val.text ); + } + } + } + } // if doRequest ... + + return(null); + + } // End of cupsGetDefault + + + + + + + /** + * Get printer attributes + * + * @param printer_name Name of printer to get info for. + * @return List List of attributes. + * @throw IOException + * + * @see CupsPrinter + */ + public List cupsGetPrinterAttributes( String printer_name ) + throws IOException + { + + IPPAttribute a; + + ipp = new IPP(); + + // + // Fill in the required attributes + // + ipp.request = new IPPRequest( 1, (short)IPPDefs.GET_PRINTER_ATTRIBUTES ); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_CHARSET, + "attributes-charset" ); + a.addString( "", "iso-8859-1" ); + ipp.addAttribute(a); + + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_LANGUAGE, + "attributes-natural-language" ); + a.addString( "", "en" ); + ipp.addAttribute(a); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_URI, + "printer-uri" ); + String p_uri = "ipp://" + address + ":" + + port + "/printers/" + printer_name; + a.addString( "", p_uri ); + ipp.addAttribute(a); + + if (doRequest("cupsGetPrinterAttributes")) + { + return(ipp.attrs); + } + + return(null); + + } // End of cupsGetPrinterAttributes + + + + + /** + * Print a file. + * + * @param p_filename Path of file to print. + * @param p_attrs[] Array of print job attributes. + * + * @return CupsJob Object with job info. + * + * @throw IOException + * + * @see CupsJob + */ + public CupsJob cupsPrintFile( String p_filename, + IPPAttribute p_attrs[] ) + throws IOException + { + + CupsJob job; + IPPAttribute a; + File file; + + + file = new File(p_filename); + if (!file.exists()) + { + last_error = -1; + error_text = "File does not exist."; + return(null); + } + + if (!file.canRead()) + { + last_error = -1; + error_text = "File cannot be read."; + return(null); + } + + + ipp = new IPP(); + // + // Fill in the required attributes + // + ipp.request = new IPPRequest( 1, (short)IPPDefs.PRINT_JOB ); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_CHARSET, + "attributes-charset" ); + a.addString( "", "iso-8859-1" ); + ipp.addAttribute(a); + + // ------------ + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_LANGUAGE, + "attributes-natural-language" ); + a.addString( "", "en" ); + ipp.addAttribute(a); + + // ------------ + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_URI, + "printer-uri" ); + a.addString( "", site + dest ); + ipp.addAttribute(a); + + // ------------ + // **FIX** Fix this later. +/* + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_NAME, + "requesting-user-name" ); + // a.addString( "", p_username ); + a.addString( "", "root"); + ipp.addAttribute(a); +*/ + + // ------------ + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_NAME, + "job-name" ); + a.addString( "", file.getName() ); + ipp.addAttribute(a); + + if (p_attrs != null) + { + for (int i=0; i < p_attrs.length; i++) + { + a = p_attrs[i]; + ipp.addAttribute(a); + } + } + + if (doRequest(file)) + { + job = new CupsJob(); + for (int i=0; i < ipp.attrs.size(); i++) + { + a = (IPPAttribute)ipp.attrs.get(i); + job.updateAttribute(a); + } + return(job); + + } // if doRequest ... + + return(null); + + } // End of cupsPrintFile + + + + + + /** + * Cancel a job - send a job cancel request to the server. + * + * @param printer_name Destination. + * @param p_job_id ID of job. + * @param p_user_name Requesting user name. + * + * @throw IOException + */ + public int cupsCancelJob( String printer_name, + int p_job_id, + String p_user_name ) + throws IOException + { + + IPPAttribute a; + + ipp = new IPP(); + + // + // Fill in the required attributes + // + ipp.request = new IPPRequest( 1, (short)IPPDefs.CANCEL_JOB ); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_CHARSET, + "attributes-charset" ); + a.addString( "", "iso-8859-1" ); + ipp.addAttribute(a); + + // ------------ + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_LANGUAGE, + "attributes-natural-language" ); + a.addString( "", "en" ); + ipp.addAttribute(a); + + // ------------ + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_URI, + "printer-uri" ); + a.addString( "", site + dest ); + ipp.addAttribute(a); + + // ------------ + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_INTEGER, + "job-id" ); + a.addInteger( p_job_id ); + ipp.addAttribute(a); + + // ------------ + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_NAME, + "requesting-user-name" ); + a.addString( "", p_user_name ); + ipp.addAttribute(a); + + if (doRequest("cupsCancelJob")) + { + for (int i=0; i < ipp.attrs.size(); i++) + { + a = (IPPAttribute)ipp.attrs.get(i); + a.dump_values(); + } + return(0); + + } // if doRequest ... + + return(0); + + } // End of cupsCancelJob + + + + + public List cupsGetPrinterStatus(String printer_name) + throws IOException + { + IPPAttribute a; + String p_uri; + + ipp = new IPP(); + + // + // Fill in the required attributes + // + ipp.request = new IPPRequest(1,(short)IPPDefs.GET_PRINTER_ATTRIBUTES); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_CHARSET, + "attributes-charset" ); + a.addString( "", "iso-8859-1" ); + ipp.addAttribute(a); + + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_LANGUAGE, + "attributes-natural-language" ); + a.addString( "", "en" ); + ipp.addAttribute(a); + + a = new IPPAttribute( IPPDefs.TAG_OPERATION, IPPDefs.TAG_URI, + "printer-uri" ); + p_uri = "ipp://" + address + ":" + + port + "/printers/" + printer_name; + a.addString( "", p_uri ); + ipp.addAttribute(a); + + if (doRequest("cupsGetPrinterStatus")) + { + return(ipp.attrs); + } + return(null); + } + + + + + +} // End of Cups class + diff --git a/scripting/java/src/com/easysw/cups/CupsJob.java b/scripting/java/src/com/easysw/cups/CupsJob.java new file mode 100644 index 0000000000..4db08285f5 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/CupsJob.java @@ -0,0 +1,216 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + + +/** + * A CupsJob object holds job data, and has methods to + * process cups job list responses into a usable form. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ + +// +import java.io.*; +import java.net.*; + +public class CupsJob +{ + public int job_id; + public String job_more_info; + public String job_uri; + public String job_printer_uri; + public long job_printer_up_time; + public String job_name; + public String job_originating_user_name; + public String document_format; + public String job_originating_host_name; + public int job_priority; + public int job_state; + public int job_media_sheets_completed; + public int job_k_octets; + public long time_at_creation; + public long time_at_processing; + public long time_at_completed; + public String job_hold_until; + public String job_sheets; + public String job_state_reasons; + + + /** + * Constructor - set some default values. + */ + public CupsJob() + { + job_id = -1; + job_more_info = ""; + job_uri = ""; + job_printer_uri = ""; + job_printer_up_time = 0; + job_name = ""; + job_originating_user_name = ""; + document_format = ""; + job_originating_host_name = ""; + job_priority = -1; + job_state = 0; + job_media_sheets_completed = 0; + job_k_octets = 0; + time_at_creation = 0; + time_at_processing = 0; + time_at_completed = 0; + job_hold_until = ""; + job_sheets = ""; + job_state_reasons = ""; + } + + + + + /** + * Process an attribute from a cups.doRequest() call + * and move the value into a local member. + * + * @see IPPDefs + * @see IPPValues + * @see IPPAttributes + */ + public void updateAttribute( IPPAttribute a ) + { + IPPValue val; + + // + // Kick out if no values are present. + // + if (a.values.size() < 1) + return; + + val = (IPPValue)a.values.get(0); + if (a.name.compareTo("job-more-info") == 0) + { + job_more_info = val.text; + } + else if (a.name.compareTo("job-uri") == 0) + { + job_uri = val.text; + } + else if (a.name.compareTo("job-printer-up-time") == 0) + { + job_printer_up_time = val.integer_value; + } + else if (a.name.compareTo("job-originating-user-name") == 0) + { + job_originating_user_name = val.text; + } + else if (a.name.compareTo("document-format") == 0) + { + document_format = val.text; + } + else if (a.name.compareTo("job-priority") == 0) + { + job_priority = val.integer_value; + } + else if (a.name.compareTo("job-originating-host-name") == 0) + { + job_originating_host_name = val.text; + } + else if (a.name.compareTo("job-id") == 0) + { + job_id = val.integer_value; + } + else if (a.name.compareTo("job-state") == 0) + { + job_state = val.integer_value; + } + else if (a.name.compareTo("job-media-sheets-completed") == 0) + { + job_media_sheets_completed = val.integer_value; + } + else if (a.name.compareTo("job-printer-uri") == 0) + { + job_printer_uri = val.text; + } + else if (a.name.compareTo("job-name") == 0) + { + job_name = val.text; + } + else if (a.name.compareTo("job-k-octets") == 0) + { + job_k_octets = val.integer_value; + } + else if (a.name.compareTo("time-at-creation") == 0) + { + time_at_creation = val.integer_value; + } + else if (a.name.compareTo("time-at-processing") == 0) + { + time_at_processing = val.integer_value; + } + else if (a.name.compareTo("time-at-completed") == 0) + { + time_at_completed = val.integer_value; + } + else if (a.name.compareTo("job-hold-until") == 0) + { + job_hold_until = val.text; + } + else if (a.name.compareTo("job-sheets") == 0) + { + job_sheets = val.text; + } + else if (a.name.compareTo("job-state-reasons") == 0) + { + job_state_reasons = val.text; + } + } + + + /** + * Convert a job status to a string. + * + * @see IPPDefs + */ + public String jobStatusText() + { + switch( job_state ) + { + case 3: return("Pending"); + case 4: return("Held"); + case 5: return("Processing"); + case 6: return("Stopped"); + case 7: return("Cancelled"); + case 8: return("Aborted"); + case 9: return("Completed"); + } + return("Unknown"); + } + + +} + +// eof .... diff --git a/scripting/java/src/com/easysw/cups/CupsPrinter.java b/scripting/java/src/com/easysw/cups/CupsPrinter.java new file mode 100644 index 0000000000..34386ee9ad --- /dev/null +++ b/scripting/java/src/com/easysw/cups/CupsPrinter.java @@ -0,0 +1,837 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * A CupsPrinter holds printer attribute / status information, + * and has methods to process CUPS server responses. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ + +import java.io.*; +import java.net.*; +import java.util.*; + +public class CupsPrinter +{ + + // + // Printer attributes / status members. + // + String printer_name; + + String printer_location; + String printer_info; + String printer_more_info; + + String[] printer_uri_supported; // Strings + String[] uri_authentication_supported; // Strings + String[] uri_security_supported; // Strings + + String attributes_charset; + String attributes_natural_language; + + int printer_state; + String printer_state_text; + String printer_state_reasons; + + boolean printer_is_accepting_jobs; + + long printer_up_time; + long printer_current_time; + + int queued_job_count; + + String[] pdl_override_supported; + String[] ipp_versions_supported; + + int[] operations_supported; // Integers + + boolean multiple_document_jobs_supported; + int multiple_operation_time_out; + int[] multiple_document_handling_supported; // Integers + + String charset_configured; + String natural_language_configured; + String generated_natural_language_supported; + String[] charset_supported; // Strings + + String document_format_default; + String[] document_format_supported; // Strings + + String[] compression_supported; // Strings + + int job_priority_default; + int job_priority_supported; + + int copies_default; + int lower_copies_supported; + int upper_copies_supported; + + boolean page_ranges_supported; + + int number_up_default; + int[] number_up_supported; // integers + + + int orientation_requested_default; + int[] orientation_requested_supported; // Integers + + int job_quota_period; + int job_k_limit; + int job_page_limit; + + String job_sheets_default; // Should this be a list too? + String[] job_sheets_supported; // Strings + + String device_uri; + + boolean color_supported; + int pages_per_minute; + + String printer_make_and_model; + + String media_default; + String[] media_supported; // Strings + + int finishings_default; + int[] finishings_supported; // Integers + + int printer_type; + + + + /** + * Constructor. Does not get status or attributes. + * + * @param c Cups object. + * + * @see Cups + */ + public CupsPrinter(Cups c) + { + setDefaults(); + } + + /** + * Constructor with name. Get status and attributes. + * + * @param c Cups object. + * @param name Name of printer. + * + * @see Cups + */ + public CupsPrinter(Cups c, String name) + { + setDefaults(); + printer_name = name; + + // + // + getStatus(c); + getAttributes(c); + } + + + + /** + * Initialize the members with mostly sane values. + * + */ + public void setDefaults() + { + printer_name = ""; + printer_location = ""; + printer_info = ""; + printer_more_info = ""; + printer_uri_supported = null; + uri_authentication_supported = null; + uri_security_supported = null; + attributes_charset = "us-ascii"; + attributes_natural_language = "en"; + printer_state = -1; + printer_state_text = ""; + printer_state_reasons = ""; + printer_is_accepting_jobs = false; + printer_up_time = 0; + printer_current_time = 0; + queued_job_count = 0; + pdl_override_supported = null; + ipp_versions_supported = null; + operations_supported = null; + multiple_document_jobs_supported = false; + multiple_operation_time_out = 0; + multiple_document_handling_supported = null; + charset_configured = ""; + natural_language_configured = ""; + generated_natural_language_supported = ""; + charset_supported = null; + document_format_default = ""; + document_format_supported = null; + compression_supported = null; + job_priority_default = -1; + job_priority_supported = -1; + copies_default = 1; + lower_copies_supported = 1; + upper_copies_supported = 1; + page_ranges_supported = false; + number_up_default = 0; + number_up_supported = null; + orientation_requested_default = 0; + orientation_requested_supported = null; + job_quota_period = 0; + job_k_limit = 0; + job_page_limit = 0; + job_sheets_default = "none,none"; + job_sheets_supported = null; + device_uri = ""; + color_supported = false; + pages_per_minute = 0; + printer_make_and_model = ""; + media_default = ""; + media_supported = null; + finishings_default = 0; + finishings_supported = null; + printer_type = 0; + } + + + /** + * Get the printer's status. + * + * @param c Cups object. + * + * @return Boolean True on success. + * + * @see Cups + */ + public boolean getStatus(Cups c) + { + List attrs; + IPPAttribute a; + String p_uri; + + try + { + attrs = c.cupsGetPrinterStatus(printer_name); + for (int i=0; i < attrs.size(); i++) + { + a = (IPPAttribute)attrs.get(i); + updateAttribute(a); + } + return(true); + } + catch (IOException e) + { + return(false); + } + } + + + + /** + * Get the printer's attributes. + * + * @param c Cups object. + * + * @return Boolean True on success. + * + * @see Cups + */ + public boolean getAttributes(Cups c) + { + List attrs; + IPPAttribute a; + String p_uri; + + try + { + attrs = c.cupsGetPrinterAttributes(printer_name); + for (int i=0; i < attrs.size(); i++) + { + a = (IPPAttribute)attrs.get(i); + updateAttribute(a); + } + return(true); + } + catch (IOException e) + { + return(false); + } + } + + + + + /** + * Process an attribute from the cups.doRequest() method and move + * the values into local members. + * + * @param a IPPAttribute. + * + * @see IPPAttributes + * @see IPPValues + */ + public void updateAttribute( IPPAttribute a ) + { + IPPValue v; + int i; + + // a.dump_values(); + + if (a.name.compareTo("printer-name") == 0) + { + v = (IPPValue)a.values.get(0); + printer_name = v.text; + } + else if (a.name.compareTo("printer-location") == 0) + { + v = (IPPValue)a.values.get(0); + printer_location = v.text; + } + else if (a.name.compareTo("printer-info") == 0) + { + v = (IPPValue)a.values.get(0); + printer_info = v.text; + } + else if (a.name.compareTo("printer-more-info") == 0) + { + v = (IPPValue)a.values.get(0); + printer_more_info = v.text; + } + else if (a.name.compareTo("printer-uri-supported") == 0) + { + printer_uri_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + printer_uri_supported[i] = v.text; + } + } + else if (a.name.compareTo("uri-authentication-supported") == 0) + { + uri_authentication_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + uri_authentication_supported[i] = v.text; + } + } + else if (a.name.compareTo("uri-security-supported") == 0) + { + uri_security_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + uri_security_supported[i] = v.text; + } + } + else if (a.name.compareTo("attributes-charset") == 0) + { + v = (IPPValue)a.values.get(0); + attributes_charset = v.text; + } + else if (a.name.compareTo("attributes-natural-language") == 0) + { + v = (IPPValue)a.values.get(0); + attributes_natural_language = v.text; + } + else if (a.name.compareTo("printer-state") == 0) + { + v = (IPPValue)a.values.get(0); + printer_state = v.integer_value; + switch( printer_state ) + { + case 3: printer_state_text = "idle"; + break; + case 4: printer_state_text = "processing"; + break; + case 5: printer_state_text = "stopped"; + break; + } + } + else if (a.name.compareTo("printer-state-reasons") == 0) + { + v = (IPPValue)a.values.get(0); + printer_state_reasons = v.text; + } + else if (a.name.compareTo("printer-is-accepting-jobs") == 0) + { + v = (IPPValue)a.values.get(0); + printer_is_accepting_jobs = v.boolean_value; + } + else if (a.name.compareTo("printer-up-time") == 0) + { + v = (IPPValue)a.values.get(0); + printer_up_time = v.integer_value; + } + else if (a.name.compareTo("printer-current-time") == 0) + { + v = (IPPValue)a.values.get(0); + printer_current_time = v.unix_time; // *** FIX *** + } + else if (a.name.compareTo("queue-job-count") == 0) + { + v = (IPPValue)a.values.get(0); + queued_job_count = v.integer_value; + } + else if (a.name.compareTo("pdl-override-supported") == 0) + { + pdl_override_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + pdl_override_supported[i] = v.text; + } + } + else if (a.name.compareTo("ipp-versions-supported") == 0) + { + ipp_versions_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + ipp_versions_supported[i] = v.text; + } + } + else if (a.name.compareTo("operations-supported") == 0) + { + operations_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + operations_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("multiple-document-jobs-supported") == 0) + { + v = (IPPValue)a.values.get(0); + multiple_document_jobs_supported = v.boolean_value; + } + else if (a.name.compareTo("multiple-operation-time-out") == 0) + { + v = (IPPValue)a.values.get(0); + multiple_operation_time_out = v.integer_value; + } + else if (a.name.compareTo("multiple-document-handling-supported") == 0) + { + multiple_document_handling_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + multiple_document_handling_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("charset-configured") == 0) + { + v = (IPPValue)a.values.get(0); + charset_configured = v.text; + } + else if (a.name.compareTo("natural-language-configured") == 0) + { + v = (IPPValue)a.values.get(0); + natural_language_configured = v.text; + } + else if (a.name.compareTo("generated-natural-language-supported") == 0) + { + // *** Should this be a list too? + v = (IPPValue)a.values.get(0); + generated_natural_language_supported = v.text; + } + else if (a.name.compareTo("charset-supported") == 0) + { + charset_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + charset_supported[i] = v.text; + } + } + else if (a.name.compareTo("document-format-default") == 0) + { + v = (IPPValue)a.values.get(0); + document_format_default = v.text; + } + else if (a.name.compareTo("document-format-supported") == 0) + { + document_format_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + document_format_supported[i] = v.text; + } + } + else if (a.name.compareTo("compression-supported") == 0) + { + compression_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + compression_supported[i] = v.text; + } + } + else if (a.name.compareTo("job-priority-default") == 0) + { + v = (IPPValue)a.values.get(0); + job_priority_default = v.integer_value; + } + else if (a.name.compareTo("job-priority-supported") == 0) + { + // *** Should be a list? *** + v = (IPPValue)a.values.get(0); + job_priority_supported = v.integer_value; + } + else if (a.name.compareTo("copies-default") == 0) + { + v = (IPPValue)a.values.get(0); + copies_default = v.integer_value; + } + else if (a.name.compareTo("copies-supported") == 0) + { + v = (IPPValue)a.values.get(0); + lower_copies_supported = v.lower; + upper_copies_supported = v.upper; + } + else if (a.name.compareTo("page-ranges-supported") == 0) + { + v = (IPPValue)a.values.get(0); + page_ranges_supported = v.boolean_value; + } + else if (a.name.compareTo("number-up-default") == 0) + { + v = (IPPValue)a.values.get(0); + number_up_default = v.integer_value; + } + else if (a.name.compareTo("number-up-supported") == 0) + { + number_up_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + number_up_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("orientation-requested-default") == 0) + { + v = (IPPValue)a.values.get(0); + orientation_requested_default = v.integer_value; + } + else if (a.name.compareTo("orientation-requested-supported") == 0) + { + orientation_requested_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + orientation_requested_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("job-quota-period") == 0) + { + v = (IPPValue)a.values.get(0); + job_quota_period = v.integer_value; + } + else if (a.name.compareTo("job-k-limit") == 0) + { + v = (IPPValue)a.values.get(0); + job_k_limit = v.integer_value; + } + else if (a.name.compareTo("job-page-limit") == 0) + { + v = (IPPValue)a.values.get(0); + job_page_limit = v.integer_value; + } + else if (a.name.compareTo("job-sheets-default") == 0) + { + v = (IPPValue)a.values.get(0); + job_sheets_default = v.text; + } + else if (a.name.compareTo("job-sheets-supported") == 0) + { + job_sheets_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + job_sheets_supported[i] = v.text; + } + } + else if (a.name.compareTo("device-uri") == 0) + { + v = (IPPValue)a.values.get(0); + device_uri = v.text; + } + else if (a.name.compareTo("color-supported") == 0) + { + v = (IPPValue)a.values.get(0); + color_supported = v.boolean_value; + } + else if (a.name.compareTo("pages-per-minute") == 0) + { + v = (IPPValue)a.values.get(0); + pages_per_minute = v.integer_value; + } + else if (a.name.compareTo("printer-make-and-model") == 0) + { + v = (IPPValue)a.values.get(0); + printer_make_and_model = v.text; + } + else if (a.name.compareTo("media-default") == 0) + { + v = (IPPValue)a.values.get(0); + media_default = v.text; + } + else if (a.name.compareTo("media-supported") == 0) + { + media_supported = new String[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + media_supported[i] = v.text; + } + } + else if (a.name.compareTo("finishings-default") == 0) + { + v = (IPPValue)a.values.get(0); + finishings_default = v.integer_value; + } + else if (a.name.compareTo("finishings-supported") == 0) + { + finishings_supported = new int[a.values.size()]; + for (i=0; i < a.values.size(); i++) + { + v = (IPPValue)a.values.get(i); + finishings_supported[i] = v.integer_value; + } + } + else if (a.name.compareTo("printer-type") == 0) + { + v = (IPPValue)a.values.get(0); + printer_type = v.integer_value; + } + + } // End of updateAttribute() + + + /** + * Get the printer name. + * + * @return String Printer Name. + */ + public String getPrinterName() + { + return(printer_name); + } + + /** + * Get the printer state text. + * + * @return String State text. + */ + public String getStateText() + { + return(printer_state_text); + } + + /** + * Get the printer state reasons. + * + * @return String State reason. + */ + public String getStateReasons() + { + return(printer_state_reasons); + } + + /** + * Get the printer location. + * + * @return String State location. + */ + public String getLocation() + { + return(printer_location); + } + + /** + * Get the printer make and model. + * + * @return String Make and model. + */ + public String getMakeAndModel() + { + return(printer_make_and_model); + } + + + + /** + * Get the default job sheets. + * + * @return String Default job sheets. + */ + public String getJobSheetsDefault() + { + return(job_sheets_default); + } + + /** + * Get the printer job sheets supported. + * + * @return String[] Array of supported job sheets. + */ + public String[] getJobSheetsSupported() + { + return(job_sheets_supported); + } + + + /** + * Get the default orientation. + * + * @return int Default page orientation. + */ + public int getOrientationDefault() + { + return(orientation_requested_default); + } + + /** + * Get the printer orientation supported. + * + * @return int[] Array of supported orientations. + */ + public int[] getOrientationSupported() + { + return(orientation_requested_supported); + } + + + /** + * Get the printer lower copies supported. + * + * @return int Lower of the range. + */ + public int getLowerCopiesSupported() + { + return(lower_copies_supported); + } + + + /** + * Get the printer upper copies supported. + * + * @return int Upper of the range. + */ + public int getUpperCopiesSupported() + { + return(upper_copies_supported); + } + + + /** + * Get the printer number of copies default. + * + * @return int Default number of copies. + */ + public int getCopiesDefault() + { + return(copies_default); + } + + + /** + * Get whether the printer supports page ranges. + * + * @return boolean True or false. + */ + public boolean getPageRangesSupported() + { + return(page_ranges_supported); + } + + + + /** + * Debug method. + */ + void dump() + { + int i; + + System.out.println("Printer Name: " + printer_name ); + System.out.println("Location: " + printer_location ); + System.out.println("Printer Info: " + printer_info ); + System.out.println("More Info: " + printer_more_info ); + + if (printer_uri_supported != null) + { + System.out.println("Printer URI's Supported: "); + for (i=0; i < printer_uri_supported.length; i++) + { + System.out.println(" " + printer_uri_supported[i] ); + } + } + + if (uri_authentication_supported != null) + { + System.out.println("URI Authentication Supported: "); + for (i=0; i < uri_authentication_supported.length; i++) + { + System.out.println(" " + uri_authentication_supported[i] ); + } + } + + if (uri_security_supported != null) + { + System.out.println("URI Security Supported: "); + for (i=0; i < uri_security_supported.length; i++) + { + System.out.println(" " + uri_security_supported[i] ); + } + } + + System.out.println("Attributes Charset: " + attributes_charset ); + System.out.println("Attributes Natural Language: " + attributes_natural_language ); + + System.out.println("Printer State: " + printer_state ); + System.out.println("Printer State Text: " + printer_state_text ); + System.out.println("Printer State Reasons: " + printer_state_reasons ); + + if (printer_is_accepting_jobs) + System.out.println("Accepting Jobs: Yes"); + else + System.out.println("Accepting Jobs: No"); + + +} + + + +} // End of CupsPrinter class + + diff --git a/scripting/java/src/com/easysw/cups/IPP.java b/scripting/java/src/com/easysw/cups/IPP.java new file mode 100644 index 0000000000..9193981798 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPP.java @@ -0,0 +1,251 @@ +package com.easysw.cups; + +/** + * @version 0.00 06-NOV-2001 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +import java.util.*; + +/** + * An IPP object is used to hold the various + * attributes and status of an ipp request.. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ +public class IPP +{ + public IPPRequest request; // The request header + public IPPStatus status; // Status of request + public List attrs; // Attributes list. + + short state; // Current IPP state (of request???) + int current; // Index into attributes array. + int last; // Index into attributes array. + short current_tag; + + + // ------------------------------------------------------------------ + // + // Constructor + // + public IPP() + { + state = IPPDefs.IDLE; + attrs = new LinkedList(); + current = -1; + last = -1; + current_tag = IPPDefs.TAG_ZERO; + } + + + + /** + * Add an attribute to the attibutes list + * for later parsing. + * + * @param a IPPAttribute to add. + * @return true always returns true + * for now. + * + * @see IPPAttribute + * @see IPPValue + */ + public boolean addAttribute( IPPAttribute a ) + { + attrs.add(a); + return(true); + } + + /** + * Get the current attribute pointed at by + * current. + * + * @return IPPAttribute Return the current attribute. + * @return null Return null + * if current is 0. + */ + public IPPAttribute getCurrentAttribute() + { + if (current >= 0) + return( (IPPAttribute)attrs.get(current) ); + else + return( null ); + } + + // public void setCurrentAttribute( IPPAttribute p_attr ) + // { + // if (current >= 0) + // return( (IPPAttribute)attrs.get(current) ); + // } + + + /** + * + * Find the named attribute of the correct type. Both must match. + * This methos searches from the beginning of the attribute list, + * rather than from the current position. + * + * @param p_name String containing the name. + * @param p_type int attribute type. + * + * @return IPPAttribute Matching attribute if found. + * @return null null if not found. + */ + public IPPAttribute ippFindAttribute( String p_name, int p_type ) + { + if (p_name.length() < 1) + return(null); + current = -1; + return(ippFindNextAttribute(p_name, p_type)); + } + + + + + /** + * + * Find the named attribute of the correct type. Both must match. + * This methos searches from the current position in the attribute list. + * + * @param p_name String containing the name. + * @param p_type int attribute type. + * + * @return IPPAttribute Matching attribute if found. + * @return null null if not found. + */ + public IPPAttribute ippFindNextAttribute( String p_name, int p_type ) + { + int value_tag; + + if (p_name.length() < 1) + return(null); + + if ((current >= 0) && (current < (attrs.size() - 1))) + current++; + else + current = 0; + + for (int i = current; i < attrs.size(); i++) + { + IPPAttribute tmp = (IPPAttribute)attrs.get(i); + value_tag = (tmp.value_tag & IPPDefs.TAG_MASK); + if ((tmp.name.length() > 0) && (tmp.name == p_name) && + (value_tag == p_type || p_type == IPPDefs.TAG_ZERO || + (value_tag == IPPDefs.TAG_TEXTLANG && p_type == IPPDefs.TAG_TEXT) || + (value_tag == IPPDefs.TAG_NAMELANG && p_type == IPPDefs.TAG_NAME))) + { + current = i; + return(tmp); + } + } + return(null); + } + + + /** + * Get the size in bytes of an IPP request. + * + * @return int Number of bytes for the request. + */ + public int sizeInBytes() + { + IPPAttribute a; + int bytes = 8; + int last_group = IPPDefs.TAG_ZERO; + + for (int i=0; i < attrs.size(); i++) + { + a = (IPPAttribute)attrs.get(i); + bytes += a.sizeInBytes(last_group); + last_group = a.group_tag; + } + bytes++; // one for the end tag. + + return(bytes); + + } // End of IPP.sizeInBytes() + + + + + + int ippBytes() + { + int i = 0; + return(0); + } + + + + /** + * Set the IPP request ID. + * + * @param p_id short request id. + */ + public void setRequestID( short p_id ) + { + request.request_id = p_id; + } + + /** + * Set the IPP operation ID. + * + * @param p_operation_id short operation id. + */ + public void setRequestOperationID( short p_operation_id ) + { + request.operation_id = p_operation_id; + } + + + // + // Dump a list - for debugging. + // + public void dump_response() + { + IPPAttribute a; + int last_group = IPPDefs.TAG_ZERO; + + for (int i=0; i < attrs.size(); i++) + { + a = (IPPAttribute)attrs.get(i); + a.dump_values(); + last_group = a.group_tag; + } + return; + + } // End of IPP.dump_response() + + +} // End of IPP class + + + + +// +// End of IPP.java +// diff --git a/scripting/java/src/com/easysw/cups/IPPAttribute.java b/scripting/java/src/com/easysw/cups/IPPAttribute.java new file mode 100644 index 0000000000..269a438855 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPAttribute.java @@ -0,0 +1,593 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ +/** + * An IPPAttribute object hold attributes for communicating + * messages to / from the CUPS server. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ +import java.util.*; + +public class IPPAttribute +{ + int group_tag; + int value_tag; + String name; + List values; + + + + public IPPAttribute( int p_group_tag, int p_value_tag, + String p_name ) + { + group_tag = p_group_tag; + value_tag = p_value_tag; + name = p_name; + values = new ArrayList(); + + } // End of IPPAttribute constructor. + + + // + // Add a boolean value to the objects values list. + // + public boolean addBoolean( boolean p_bool ) + { + IPPValue val = new IPPValue( p_bool ); + values.add(val); + return(true); + } + + + // + // Add a set of boolean values to the objects values list. + // + public boolean addBooleans( boolean p_bools[] ) + { + if (p_bools.length < 1) + return(false); + + for (int i=0; i < p_bools.length; i++ ) + { + IPPValue val = new IPPValue( p_bools[i] ); + values.add(val); + } + return(true); + } + + + // + // Add an enum value to the objects values list. + // + public boolean addEnum( int p_int ) + { + IPPValue val = new IPPValue( p_int, true ); + values.add(val); + return(true); + } + + + // + // Add an integer value to the objects values list. + // + public boolean addInteger( int p_int ) + { + IPPValue val = new IPPValue( p_int ); + values.add(val); + return(true); + } + + + // + // Add a set of integer values to the objects values list. + // + public boolean addIntegers( int p_ints[] ) + { + if (p_ints.length < 1) + return(false); + + for (int i=0; i < p_ints.length; i++ ) + { + IPPValue val = new IPPValue( p_ints[i] ); + values.add(val); + } + return(true); + } + + + // + // Add a string value to the objects values list. + // + public boolean addString( String p_charset, String p_text ) + { + String l_value; + String final_value; + + // + // Force the value to English for POSIX locale. + // + if ((value_tag == IPPDefs.TAG_LANGUAGE) && (p_text == "C")) + { + l_value = "en"; + } + else + { + l_value = p_text; + } + + + // + // Convert language values to lowercase and _ to - as needed. + // + if ((value_tag == IPPDefs.TAG_LANGUAGE) || + (value_tag == IPPDefs.TAG_CHARSET)) + { + StringBuffer temp = new StringBuffer(l_value.length()); + char c; + for (int i = 0; i < l_value.length(); i++) + { + c = l_value.charAt(i); + if (c == '_') + c = '-'; + else if (Character.isUpperCase(c)) + c = Character.toLowerCase(c); + temp.append(c); + } + final_value = temp.toString(); + } + else + { + final_value = l_value; + } + IPPValue val = new IPPValue( p_charset, final_value ); + values.add(val); + return(true); + } + + + // + // Add a set of strings to the objects values list. + // + public boolean addStrings( String p_charset, String p_texts[] ) + { + if (p_texts.length < 1) + return(false); + + // + // Just call the singular string method to save on coding. + // + for (int i=0; i < p_texts.length; i++ ) + { + addString( p_charset, p_texts[i] ); + } + return(true); + } + + // + // Add an ipp date value to the objects values list. + // + public boolean addDate( char p_date[] ) + { + IPPValue val = new IPPValue( p_date ); + values.add(val); + return(true); + } + + // + // Add a range value to the objects values list. + // + public boolean addRange( int p_lower, int p_upper ) + { + IPPValue val = new IPPValue( p_lower, p_upper ); + values.add(val); + return(true); + } + + + // + // Add a set of range values to the objects values list. + // + public boolean addRanges( int p_lower[], int p_upper[] ) + { + // + // Avoid index out of bounds errors. + // + if (p_lower.length != p_upper.length) + return(false); + + for (int i=0; i < p_lower.length; i++ ) + addRange( p_lower[i], p_upper[i] ); + return(true); + } + + + // + // Add a resolution value to the objects values list. + // + public boolean addResolution( byte p_units, int p_xres, int p_yres ) + { + IPPValue val = new IPPValue( p_units, p_xres, p_yres ); + values.add(val); + return(true); + } + + + // + // Add a set of resolution values to the objects values list. + // + public boolean addResolutions( byte p_units, int p_xres[], int p_yres[] ) + { + if (p_xres.length != p_yres.length) + return(false); + + for (int i=0; i < p_xres.length; i++) + addResolution( p_units, p_xres[i], p_yres[i] ); + return(true); + } + + + // + // Set the attribute as a separator. + // + public boolean addSeparator() + { + value_tag = IPPDefs.TAG_ZERO; + group_tag = IPPDefs.TAG_ZERO; + return(true); + } + + + + // + // Calculate the size in bytes for an IPP requests attributes. + // + public int sizeInBytes(int last_group) + { + IPPValue val; + int bytes = 0; // Start with one for the group tag. + + // + // Add 1 if first time, or group tag changes. + // + if (last_group != group_tag) + bytes ++; + + bytes ++; // Add 1 for the value tag. + bytes += 2; // Add 2 for the name length field. + bytes += name.length(); // Add the length of the name. + + for (int i=0; i < values.size(); i++ ) + { + val = (IPPValue)values.get(i); + + if (i > 0) + { + // If an array of values, add 1 for another value tag, plus + // 2 for zero length name. + // + bytes += 3; + } + + switch (value_tag) + { + case IPPDefs.TAG_INTEGER : + case IPPDefs.TAG_ENUM : + bytes += 2; + bytes += 4; + break; + + case IPPDefs.TAG_BOOLEAN : + bytes += 2; + bytes ++; + break; + + case IPPDefs.TAG_TEXT: + case IPPDefs.TAG_NAME: + case IPPDefs.TAG_KEYWORD: + case IPPDefs.TAG_STRING: + case IPPDefs.TAG_URI: + case IPPDefs.TAG_URISCHEME: + case IPPDefs.TAG_CHARSET: + case IPPDefs.TAG_LANGUAGE: + case IPPDefs.TAG_MIMETYPE: + bytes += 2; + bytes += val.text.length(); + break; + + case IPPDefs.TAG_DATE : + bytes += 2; + bytes += 11; + break; + + case IPPDefs.TAG_RESOLUTION : + bytes += 2; + bytes += 9; + break; + + case IPPDefs.TAG_RANGE : + bytes += 2; + bytes += 8; + break; + + case IPPDefs.TAG_TEXTLANG : + case IPPDefs.TAG_NAMELANG : + bytes += 6; // 2 overall len, 2 charset len, 2 text len + bytes += val.charset.length() + + val.text.length(); + break; + + default : + bytes += 2; + if (val.data != null) + bytes += val.data.length; + break; + } + } + + // bytes++; // 1 byte for end of values tag. + + return(bytes); + + } // End of IPPAttribute.sizeInBytes() + + + // + // Get the characters of an attribute + // + public byte[] getBytes( int sz, int last_group ) + { + IPPValue val; + + int i,j, n; + int bi = 0; // Start with one for the group tag. + byte[] bytes = new byte[sz]; + + if (group_tag != last_group) + { + bytes[bi++] = (byte)group_tag; + last_group = group_tag; + } + bytes[bi++] = (byte)value_tag; + + bytes[bi++] = (byte)((name.length() & 0xff00) >> 8); + bytes[bi++] = (byte)(name.length() & 0xff); + for (j=0; j < name.length(); j++) + bytes[bi++] = (byte)name.charAt(j); + + for (i=0; i < values.size(); i++ ) + { + if (i > 0) + { + bytes[bi++] = (byte)value_tag; + bytes[bi++] = (byte)0; + bytes[bi++] = (byte)0; + } + + val = (IPPValue)values.get(i); + switch (value_tag) + { + case IPPDefs.TAG_INTEGER : + case IPPDefs.TAG_ENUM : + bytes[bi++] = (byte)0; + bytes[bi++] = (byte)4; + bytes[bi++] = (byte)((val.integer_value & 0xff000000) >> 24); + bytes[bi++] = (byte)((val.integer_value & 0xff0000) >> 16); + bytes[bi++] = (byte)((val.integer_value & 0xff00) >> 8); + bytes[bi++] = (byte)(val.integer_value & 0xff); + break; + + case IPPDefs.TAG_BOOLEAN : + bytes[bi++] = (byte)0; + bytes[bi++] = (byte)1; + if (val.boolean_value) + bytes[bi++] = (byte)1; + else + bytes[bi++] = (byte)0; + break; + + case IPPDefs.TAG_TEXT : + case IPPDefs.TAG_NAME : + case IPPDefs.TAG_KEYWORD : + case IPPDefs.TAG_STRING : + case IPPDefs.TAG_URI : + case IPPDefs.TAG_URISCHEME : + case IPPDefs.TAG_CHARSET : + case IPPDefs.TAG_LANGUAGE : + case IPPDefs.TAG_MIMETYPE : + bytes[bi++] = (byte)((val.text.length() & 0xff00) >> 8); + bytes[bi++] = (byte)(val.text.length() & 0xff); + for (j=0; j < val.text.length(); j++) + { + bytes[bi++] = (byte)val.text.charAt(j); + } + break; + + case IPPDefs.TAG_DATE: + bytes[bi++] = (byte)0; + bytes[bi++] = (byte)11; + for (j=0; j < 11; j++) + bytes[bi++] = (byte)val.date_value[j]; + break; + + case IPPDefs.TAG_RESOLUTION : + bytes[bi++] = (byte)0; + bytes[bi++] = (byte)9; + bytes[bi++] = (byte)((val.xres & 0xff000000) >> 24); + bytes[bi++] = (byte)((val.xres & 0xff0000) >> 16); + bytes[bi++] = (byte)((val.xres & 0xff00) >> 8); + bytes[bi++] = (byte)(val.xres & 0xff); + bytes[bi++] = (byte)((val.yres & 0xff000000) >> 24); + bytes[bi++] = (byte)((val.yres & 0xff0000) >> 16); + bytes[bi++] = (byte)((val.yres & 0xff00) >> 8); + bytes[bi++] = (byte)(val.yres & 0xff); + bytes[bi++] = (byte)val.units; + break; + + case IPPDefs.TAG_RANGE : + bytes[bi++] = (byte)0; + bytes[bi++] = (byte)8; + bytes[bi++] = (byte)((val.lower & 0xff000000) >> 24); + bytes[bi++] = (byte)((val.lower & 0xff0000) >> 16); + bytes[bi++] = (byte)((val.lower & 0xff00) >> 8); + bytes[bi++] = (byte)(val.lower & 0xff); + bytes[bi++] = (byte)((val.upper & 0xff000000) >> 24); + bytes[bi++] = (byte)((val.upper & 0xff0000) >> 16); + bytes[bi++] = (byte)((val.upper & 0xff00) >> 8); + bytes[bi++] = (byte)(val.upper & 0xff); + break; + + case IPPDefs.TAG_TEXTLANG : + case IPPDefs.TAG_NAMELANG : + n = val.charset.length() + + val.text.length() + 4; + bytes[bi++] = (byte)((n & 0xff00) >> 8); + bytes[bi++] = (byte)(n & 0xff); + + n = val.charset.length(); + bytes[bi++] = (byte)((n & 0xff00) >> 8); + bytes[bi++] = (byte)(n & 0xff); + for (j=0; j < val.charset.length(); j++) + bytes[bi++] = (byte)val.charset.charAt(j); + + n = val.text.length(); + bytes[bi++] = (byte)((n & 0xff00) >> 8); + bytes[bi++] = (byte)(n & 0xff); + for (j=0; j < (byte)val.text.length(); j++) + bytes[bi++] = (byte)val.text.charAt(j); + + break; + + default : + if (val.data != null) + { + n = val.data.length; + bytes[bi++] = (byte)((n & 0xff00) >> 8); + bytes[bi++] = (byte)(n & 0xff); + for (j=0; j < val.data.length; j++) + bytes[bi++] = (byte)val.data[j]; + } + break; + } + } + + return(bytes); + + } // End of IPPAttribute.getBytes() + + + + + // + // + // + public void dump_values() + { + IPPValue val; + + if ((values == null) || (values.size() < 1)) + { + System.out.println( " ---- Separator ---- \n"); + return; + } + + for (int i=0; i < values.size(); i++ ) + { + val = (IPPValue)values.get(i); + + System.out.println("ATTR GTAG: " + group_tag ); + System.out.println("ATTR VTAG: " + value_tag ); + System.out.println("ATTR NAME: " + name ); + + // switch (value_tag & ~IPPDefs.TAG_COPY) + switch (value_tag) + { + case IPPDefs.TAG_INTEGER : + case IPPDefs.TAG_ENUM : + System.out.println( " INTEGER: " + val.integer_value ); + break; + + case IPPDefs.TAG_BOOLEAN : + System.out.println( " BOOLEAN: " + val.boolean_value ); + break; + + case IPPDefs.TAG_TEXT : + case IPPDefs.TAG_NAME : + case IPPDefs.TAG_KEYWORD : + case IPPDefs.TAG_STRING : + case IPPDefs.TAG_URI : + case IPPDefs.TAG_URISCHEME : + case IPPDefs.TAG_CHARSET : + case IPPDefs.TAG_LANGUAGE : + case IPPDefs.TAG_MIMETYPE : + System.out.println( " CHARSET: " + val.charset + + " TEXT: " + val.text ); + break; + + case IPPDefs.TAG_DATE : + System.out.println( " DATE: " + val.unix_time ); + break; + + case IPPDefs.TAG_RESOLUTION : + System.out.println( " UNITS: " + val.units + + " XRES: " + val.xres + + " YRES: " + val.yres ); + break; + + case IPPDefs.TAG_RANGE : + System.out.println( " LOWER: " + val.lower + + " UPPER: " + val.upper ); + break; + + case IPPDefs.TAG_TEXTLANG : + case IPPDefs.TAG_NAMELANG : + System.out.println( " CHARSET: " + val.charset + + " TEXT: " + val.text ); + break; + + case IPPDefs.TAG_ZERO: + System.out.println( " ---- Separator ---- \n"); + break; + + default : + break; + } + } + return; + + } + + + + +} // End of IPPAttribute class + + + + diff --git a/scripting/java/src/com/easysw/cups/IPPBase64Encoder.java b/scripting/java/src/com/easysw/cups/IPPBase64Encoder.java new file mode 100644 index 0000000000..e69de29bb2 diff --git a/scripting/java/src/com/easysw/cups/IPPCalendar.java b/scripting/java/src/com/easysw/cups/IPPCalendar.java new file mode 100644 index 0000000000..d34fe1deb5 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPCalendar.java @@ -0,0 +1,62 @@ +package com.easysw.cups; +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * An IPPCalendar object is used for date/time conversion. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ + +import java.util.*; + +class IPPCalendar extends GregorianCalendar +{ + /** + * Get the time in milliseconds from the GregorianCalendar + * class. + * + * @return long Time in milliseconds of a date. + */ + public long getTimeInMillis() + { + return(super.getTimeInMillis()); + } + + /** + * Get the unix time in seconds from the GregorianCalendar + * class. + * + * @return int Unix Time in seconds of a date. + */ + public int getUnixTime() + { + return( (int)(getTimeInMillis() / 1000) ); + } + +} // end of class diff --git a/scripting/java/src/com/easysw/cups/IPPDefs.java b/scripting/java/src/com/easysw/cups/IPPDefs.java new file mode 100644 index 0000000000..f7e7706fce --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPDefs.java @@ -0,0 +1,310 @@ + +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +import java.io.*; +import java.util.*; + +/** + * IPPDefs is a collection of constants for use + * in the IPP and CUPS classes. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ +public class IPPDefs +{ + + /* + * IPP version string... + */ + public static final byte VERSION[] = { 1, 0 }; + + + /* + * IPP registered port number... This is the default value - applications + * should use the ippPort() function so that you can customize things in + * /etc/services if needed! + */ + public static final int PORT = 631; + + + /* + * Common limits... + */ + public static final int MAX_NAME = 256; + public static final int MAX_VALUES = 10; /* Now just an allocation + increment */ + + + /* + * Format tags for attribute formats... + */ + public static final int TAG_ZERO = 0x00; + public static final int TAG_OPERATION = 0x01; + public static final int TAG_JOB = 0x02; + public static final int TAG_END = 0x03; + public static final int TAG_PRINTER = 0x04; + public static final int TAG_UNSUPPORTED_GROUP = 0x05; + public static final int TAG_SUBSCRIPTION = 0x06; + public static final int TAG_EVENT_NOTIFICATION = 0x07; + public static final int TAG_UNSUPPORTED_VALUE = 0x10; + public static final int TAG_DEFAULT = 0x11; + public static final int TAG_UNKNOWN = 0x12; + public static final int TAG_NOVALUE = 0x13; + public static final int TAG_NOTSETTABLE = 0x15; + public static final int TAG_DELETEATTR = 0x16; + public static final int TAG_ADMINDEFINE = 0x17; + public static final int TAG_INTEGER = 0x21; + public static final int TAG_BOOLEAN = 0x22; + public static final int TAG_ENUM = 0x23; + public static final int TAG_STRING = 0x30; + public static final int TAG_DATE = 0x31; + public static final int TAG_RESOLUTION = 0x32; + public static final int TAG_RANGE = 0x33; + public static final int TAG_BEGIN_COLLECTION = 0x34; + public static final int TAG_TEXTLANG = 0x35; + public static final int TAG_NAMELANG = 0x36; + public static final int TAG_END_COLLECTION = 0x37; + public static final int TAG_TEXT = 0x41; + public static final int TAG_NAME = 0x42; + public static final int TAG_KEYWORD = 0x44; + public static final int TAG_URI = 0x45; + public static final int TAG_URISCHEME = 0x46; + public static final int TAG_CHARSET = 0x47; + public static final int TAG_LANGUAGE = 0x48; + public static final int TAG_MIMETYPE = 0x49; + public static final int TAG_MEMBERNAME = 0x4A; + public static final int TAG_MASK = 0x7FFFFFFF; + public static final int TAG_COPY = 0x80000001; + + + /* + * Resolution units... + */ + public static final int RES_PER_INCH = 0x03; + public static final int RES_PER_CM = 0x04; + + + /* + * Finishings... + */ + public static final int FINISHINGS_NONE = 0x03; + public static final int FINISHINGS_STAPLE = 0x04; + public static final int FINISHINGS_PUNCH = 0x05; + public static final int FINISHINGS_COVER = 0x06; + public static final int FINISHINGS_BIND = 0x07; + public static final int FINISHINGS_SADDLE_STITCH = 0x08; + public static final int FINISHINGS_EDGE_STITCH = 0x09; + public static final int FINISHINGS_FOLD = 0x0A; + public static final int FINISHINGS_TRIM = 0x0B; + public static final int FINISHINGS_BALE = 0x0C; + public static final int FINISHINGS_BOOKLET_MAKER = 0x0D; + public static final int FINISHINGS_JOB_OFFSET = 0x0E; + public static final int FINISHINGS_STAPLE_TOP_LEFT = 0x14; + public static final int FINISHINGS_STAPLE_BOTTOM_LEFT = 0x15; + public static final int FINISHINGS_STAPLE_TOP_RIGHT = 0x16; + public static final int FINISHINGS_STAPLE_BOTTOM_RIGHT = 0x17; + public static final int FINISHINGS_EDGE_STITCH_LEFT = 0x18; + public static final int FINISHINGS_EDGE_STITCH_TOP = 0x19; + public static final int FINISHINGS_EDGE_STITCH_RIGHT = 0x1A; + public static final int FINISHINGS_EDGE_STITCH_BOTTOM = 0x1B; + public static final int FINISHINGS_STAPLE_DUAL_LEFT = 0x1C; + public static final int FINISHINGS_STAPLE_DUAL_TOP = 0x1D; + public static final int FINISHINGS_STAPLE_DUAL_RIGHT = 0x1E; + public static final int FINISHINGS_STAPLE_DUAL_BOTTOM = 0x1F; + public static final int FINISHINGS_BIND_LEFT = 0x32; + public static final int FINISHINGS_BIND_TOP = 0x33; + public static final int FINISHINGS_BIND_RIGHT = 0x34; + public static final int FINISHINGS_BIND_BOTTOM = 0x35; + + + /* + * Orientation... + */ + public static final int PORTRAIT = 0x03; + public static final int LANDSCAPE = 0x04; + public static final int REVERSE_LANDSCAPE = 0x05; + public static final int REVERSE_PORTRAIT = 0x06; + + + /* + * Qualities... + */ + public static final int QUALITY_DRAFT = 0x03; + public static final int QUALITY_NORMAL = 0x04; + public static final int QUALITY_HIGH = 0x05; + + + /* + * Job States.... + */ + public static final int JOB_PENDING = 0x03; + public static final int JOB_HELD = 0x04; + public static final int JOB_PROCESSING = 0x05; + public static final int JOB_STOPPED = 0x06; + public static final int JOB_CANCELLED = 0x07; + public static final int JOB_ABORTED = 0x08; + public static final int JOB_COMPLETED = 0x09; + + + /* + * Printer States.... + */ + public static final int PRINTER_IDLE = 0x03; + public static final int PRINTER_PROCESSING = 0x04; + public static final int PRINTER_STOPPED = 0x05; + + + /* + * IPP states... + */ + public static final int ERROR = 0xFFFFFFFF; + public static final int IDLE = 0x00; + public static final int HEADER = 0x01; + public static final int ATTRIBUTE = 0x02; + public static final int DATA = 0x03; + + + /* + * IPP operations... + */ + public static final int PRINT_JOB = 0x02; + public static final int PRINT_URI = 0x03; + public static final int VALIDATE_JOB = 0x04; + public static final int CREATE_JOB = 0x05; + public static final int SEND_DOCUMENT = 0x06; + public static final int SEND_URI = 0x07; + public static final int CANCEL_JOB = 0x08; + public static final int GET_JOB_ATTRIBUTES = 0x09; + public static final int GET_JOBS = 0x0A; + public static final int GET_PRINTER_ATTRIBUTES = 0x0B; + public static final int HOLD_JOB = 0x0C; + public static final int RELEASE_JOB = 0x0D; + public static final int RESTART_JOB = 0x0E; + public static final int PAUSE_PRINTER = 0x10; + public static final int RESUME_PRINTER = 0x11; + public static final int PURGE_JOBS = 0x12; + public static final int SET_PRINTER_ATTRIBUTES = 0x13; + public static final int SET_JOB_ATTRIBUTES = 0x14; + public static final int GET_PRINTER_SUPPORTED_VALUES = 0x15; + public static final int CREATE_PRINTER_SUBSCRIPTION = 0x16; + public static final int CREATE_JOB_SUBSCRIPTION = 0x17; + public static final int GET_SUBSCRIPTION_ATTRIBUTES = 0x18; + public static final int GET_SUBSCRIPTIONS = 0x19; + public static final int RENEW_SUBSCRIPTION = 0x1A; + public static final int CANCEL_SUBSCRIPTION = 0x1B; + public static final int GET_NOTIFICATIONS = 0x1C; + public static final int SEND_NOTIFICATIONS = 0x1D; + public static final int GET_PRINT_SUPPORT_FILES = 0x21; + public static final int ENABLE_PRINTER = 0x22; + public static final int DISABLE_PRINTER = 0x23; + public static final int PAUSE_PRINTER_AFTER_CURRENT_JOB = 0x24; + public static final int HOLD_NEW_JOBS = 0x25; + public static final int RELEASE_HELD_NEW_JOBS = 0x26; + public static final int DEACTIVATE_PRINTER = 0x27; + public static final int ACTIVATE_PRINTER = 0x28; + public static final int RESTART_PRINTER = 0x29; + public static final int SHUTDOWN_PRINTER = 0x2A; + public static final int STARTUP_PRINTER = 0x2B; + public static final int REPROCESS_JOB = 0x2C; + public static final int CANCEL_CURRENT_JOB = 0x2D; + public static final int SUSPEND_CURRENT_JOB = 0x2E; + public static final int RESUME_JOB = 0x2F; + public static final int PROMOTE_JOB = 0x30; + public static final int SCHEDULE_JOB_AFTER = 0x31; + public static final int PRIVATE = 0x4000; + public static final int CUPS_GET_DEFAULT = 0x4001; + public static final int CUPS_GET_PRINTERS = 0x4002; + public static final int CUPS_ADD_PRINTER = 0x4003; + public static final int CUPS_DELETE_PRINTER = 0x4004; + public static final int CUPS_GET_CLASSES = 0x4005; + public static final int CUPS_ADD_CLASS = 0x4006; + public static final int CUPS_DELETE_CLASS = 0x4007; + public static final int CUPS_ACCEPT_JOBS = 0x4008; + public static final int CUPS_REJECT_JOBS = 0x4009; + public static final int CUPS_SET_DEFAULT = 0x400A; + public static final int CUPS_GET_DEVICES = 0x400B; + public static final int CUPS_GET_PPDS = 0x400C; + public static final int CUPS_MOVE_JOB = 0x400D; + public static final int CUPS_ADD_DEVICE = 0x400E; + public static final int CUPS_DELETE_DEVICE = 0x400F; + + + + /* + * IPP status codes... + */ + public static final int OK = 0x00; + public static final int OK_SUBST = 0x01; + public static final int OK_CONFLICT = 0x02; + public static final int OK_IGNORED_SUBSCRIPTIONS = 0x03; + public static final int OK_IGNORED_NOTIFICATIONS = 0x04; + public static final int OK_TOO_MANY_EVENTS = 0x05; + public static final int OK_BUT_CANCEL_SUBSCRIPTION = 0x06; + public static final int REDIRECTION_OTHER_SITE = 0x300; + public static final int BAD_REQUEST = 0x400; + public static final int FORBIDDEN = 0x401; + public static final int NOT_AUTHENTICATED = 0x402; + public static final int NOT_AUTHORIZED = 0x403; + public static final int NOT_POSSIBLE = 0x404; + public static final int TIMEOUT = 0x405; + public static final int NOT_FOUND = 0x406; + public static final int GONE = 0x407; + public static final int REQUEST_ENTITY = 0x408; + public static final int REQUEST_VALUE = 0x409; + public static final int DOCUMENT_FORMAT = 0x40A; + public static final int ATTRIBUTES = 0x40B; + public static final int URI_SCHEME = 0x40C; + public static final int CHARSET = 0x40D; + public static final int CONFLICT = 0x40E; + public static final int COMPRESSION_NOT_SUPPORTED = 0x40F; + public static final int COMPRESSION_ERROR = 0x410; + public static final int DOCUMENT_FORMAT_ERROR = 0x411; + public static final int DOCUMENT_ACCESS_ERROR = 0x412; + public static final int ATTRIBUTES_NOT_SETTABLE = 0x413; + public static final int IGNORED_ALL_SUBSCRIPTIONS = 0x414; + public static final int TOO_MANY_SUBSCRIPTIONS = 0x415; + public static final int IGNORED_ALL_NOTIFICATIONS = 0x416; + public static final int PRINT_SUPPORT_FILE_NOT_FOUND = 0x417; + public static final int INTERNAL_ERROR = 0x500; + public static final int OPERATION_NOT_SUPPORTED = 0x501; + public static final int SERVICE_UNAVAILABLE = 0x502; + public static final int VERSION_NOT_SUPPORTED = 0x503; + public static final int DEVICE_ERROR = 0x504; + public static final int TEMPORARY_ERROR = 0x505; + public static final int NOT_ACCEPTING = 0x506; + public static final int PRINTER_BUSY = 0x507; + public static final int ERROR_JOB_CANCELLED = 0x508; + public static final int MULTIPLE_JOBS_NOT_SUPPORTED = 0x509; + public static final int PRINTER_IS_DEACTIVATED = 0x50A; + +} + + diff --git a/scripting/java/src/com/easysw/cups/IPPError.java b/scripting/java/src/com/easysw/cups/IPPError.java new file mode 100644 index 0000000000..a0e5eca3db --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPError.java @@ -0,0 +1,159 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * An IPPError object is used for error conversion. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ + +import java.util.*; +import java.io.*; + + +public class IPPError +{ + private int error_number; + private String error_string; + + + /** + * Constructor that sets error_string after creation. + * + * @param error_number Error number to convert. + * @see IPPDefs + */ + public IPPError(int p_error) + { + error_number = p_error; + error_string = ippErrorString( error_number ); + } + + + /** + * Get the string associated with an error number. + * + * @param error Error number to convert. + * @see IPPDefs + */ + private String ippErrorString( int error ) + { + String unknown; + String status_oks[] = // "OK" status codes + { + "successful-ok", + "successful-ok-ignored-or-substituted-attributes", + "successful-ok-conflicting-attributes", + "successful-ok-ignored-subscriptions", + "successful-ok-ignored-notifications", + "successful-ok-too-many-events", + "successful-ok-but-cancel-subscription" + }; + + String status_400s[] = // Client errors + { + "client-error-bad-request", + "client-error-forbidden", + "client-error-not-authenticated", + "client-error-not-authorized", + "client-error-not-possible", + "client-error-timeout", + "client-error-not-found", + "client-error-gone", + "client-error-request-entity-too-large", + "client-error-request-value-too-long", + "client-error-document-format-not-supported", + "client-error-attributes-or-values-not-supported", + "client-error-uri-scheme-not-supported", + "client-error-charset-not-supported", + "client-error-conflicting-attributes", + "client-error-compression-not-supported", + "client-error-compression-error", + "client-error-document-format-error", + "client-error-document-access-error", + "client-error-attributes-not-settable", + "client-error-ignored-all-subscriptions", + "client-error-too-many-subscriptions", + "client-error-ignored-all-notifications", + "client-error-print-support-file-not-found" + }; + + String status_500s[] = // Server errors + { + "server-error-internal-error", + "server-error-operation-not-supported", + "server-error-service-unavailable", + "server-error-version-not-supported", + "server-error-device-error", + "server-error-temporary-error", + "server-error-not-accepting-jobs", + "server-error-busy", + "server-error-job-canceled", + "server-error-multiple-document-jobs-not-supported", + "server-error-printer-is-deactivated" + }; + + + // + // See if the error code is a known value... + // + if ((error >= IPPDefs.OK) && (error <= IPPDefs.OK_BUT_CANCEL_SUBSCRIPTION)) + { + return (status_oks[error]); + } + else if (error == IPPDefs.REDIRECTION_OTHER_SITE) + { + return ("redirection-other-site"); + } + else if ((error >= IPPDefs.BAD_REQUEST) && + (error <= IPPDefs.PRINT_SUPPORT_FILE_NOT_FOUND)) + { + return (status_400s[error - IPPDefs.BAD_REQUEST]); + } + else if ((error >= IPPDefs.INTERNAL_ERROR) && + (error <= IPPDefs.PRINTER_IS_DEACTIVATED)) + { + return (status_500s[error - IPPDefs.INTERNAL_ERROR]); + } + + // + // No, build an "unknown-xxxx" error string... + // + + unknown = "unknown" + error; + + return (unknown); + } + + +} // End of IPPError class + + + diff --git a/scripting/java/src/com/easysw/cups/IPPHttp.java b/scripting/java/src/com/easysw/cups/IPPHttp.java new file mode 100644 index 0000000000..e5307399f9 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPHttp.java @@ -0,0 +1,1352 @@ +package com.easysw.cups; + +/** + * @version 1.1 23-JAN-2007 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org/ + */ + +/** + * An IPPHttp object is used for reading/writing to the cups + * server, and processing responses. + * + * @author TDB + * @version 1.1 + * @since JDK1.3 + */ + +import java.io.*; +import java.util.*; +import java.net.*; +import java.security.*; + +public class IPPHttp +{ + + /** + * Class constants - most not in use yet. + */ + public static final int HTTP_WAITING = 0x00; + public static final int HTTP_OPTIONS = 0x01; + public static final int HTTP_GET = 0x02; + public static final int HTTP_GET_SEND = 0x03; + public static final int HTTP_HEAD = 0x04; + public static final int HTTP_POST = 0x05; + public static final int HTTP_POST_RECV = 0x06; + public static final int HTTP_POST_SEND = 0x07; + public static final int HTTP_PUT = 0x08; + public static final int HTTP_PUT_RECV = 0x09; + public static final int HTTP_DELETE = 0x0A; + public static final int HTTP_TRACE = 0x0B; + public static final int HTTP_CLOSE = 0x0C; + public static final int HTTP_STATUS = 0x0D; + + public static final int HTTP_0_9 = 0x09; + public static final int HTTP_1_0 = 0x64; + public static final int HTTP_1_1 = 0x65; + + public static final int HTTP_KEEPALIVE_OFF = 0x00; + public static final int HTTP_KEEPALIVE_ON = 0x01; + + public static final int HTTP_ENCODE_LENGTH = 0x00; + public static final int HTTP_ENCODE_CHUNKED = 0x01; + + public static final int HTTP_ENCRYPT_IF_REQUESTED = 0x00; + public static final int HTTP_ENCRYPT_NEVER = 0x01; + public static final int HTTP_ENCRYPT_REQUIRED = 0x02; + public static final int HTTP_ENCRYPT_ALWAYS = 0x03; + + public static final int HTTP_AUTH_NONE = 0x00; + public static final int HTTP_AUTH_BASIC = 0x01; + public static final int HTTP_AUTH_MD5 = 0x02; + public static final int HTTP_AUTH_MD5_SESS = 0x03; + public static final int HTTP_AUTH_MD5_INT = 0x04; + public static final int HTTP_AUTH_MD5_SESS_INT = 0x05; + + public static final int HTTP_ERROR = 0xFFFFFFFF; + public static final int HTTP_CONTINUE = 0x64; + public static final int HTTP_SWITCHING_PROTOCOLS = 0x65; + public static final int HTTP_OK = 0xC8; + public static final int HTTP_CREATED = 0xC9; + public static final int HTTP_ACCEPTED = 0xCA; + public static final int HTTP_NOT_AUTHORITATIVE = 0xCB; + public static final int HTTP_NO_CONTENT = 0xCC; + public static final int HTTP_RESET_CONTENT = 0xCD; + public static final int HTTP_PARTIAL_CONTENT = 0xCE; + public static final int HTTP_MULTIPLE_CHOICES = 0x12C; + public static final int HTTP_MOVED_PERMANENTLY = 0x12D; + public static final int HTTP_MOVED_TEMPORARILY = 0x12E; + public static final int HTTP_SEE_OTHER = 0x12F; + public static final int HTTP_NOT_MODIFIED = 0x130; + public static final int HTTP_USE_PROXY = 0x131; + public static final int HTTP_BAD_REQUEST = 0x190; + public static final int HTTP_UNAUTHORIZED = 0x191; + public static final int HTTP_PAYMENT_REQUIRED = 0x192; + public static final int HTTP_FORBIDDEN = 0x193; + public static final int HTTP_NOT_FOUND = 0x194; + public static final int HTTP_METHOD_NOT_ALLOWED = 0x195; + public static final int HTTP_NOT_ACCEPTABLE = 0x196; + public static final int HTTP_PROXY_AUTHENTICATION = 0x197; + public static final int HTTP_REQUEST_TIMEOUT = 0x198; + public static final int HTTP_CONFLICT = 0x199; + public static final int HTTP_GONE = 0x19A; + public static final int HTTP_LENGTH_REQUIRED = 0x19B; + public static final int HTTP_PRECONDITION = 0x19C; + public static final int HTTP_REQUEST_TOO_LARGE = 0x19D; + public static final int HTTP_URI_TOO_LONG = 0x19E; + public static final int HTTP_UNSUPPORTED_MEDIATYPE = 0x19F; + public static final int HTTP_UPGRADE_REQUIRED = 0x1AA; + public static final int HTTP_SERVER_ERROR = 0x1F4; + public static final int HTTP_NOT_IMPLEMENTED = 0x1F5; + public static final int HTTP_BAD_GATEWAY = 0x1F6; + public static final int HTTP_SERVICE_UNAVAILABLE = 0x1F7; + public static final int HTTP_GATEWAY_TIMEOUT = 0x1F8; + + public static final int HTTP_NOT_SUPPORTED = 0x1F9; + + public static final int HTTP_FIELD_UNKNOWN = 0xFFFFFFFF; + public static final int HTTP_FIELD_ACCEPT_LANGUAGE = 0x00; + public static final int HTTP_FIELD_ACCEPT_RANGES = 0x01; + public static final int HTTP_FIELD_AUTHORIZATION = 0x02; + public static final int HTTP_FIELD_CONNECTION = 0x03; + public static final int HTTP_FIELD_CONTENT_ENCODING = 0x04; + public static final int HTTP_FIELD_CONTENT_LANGUAGE = 0x05; + public static final int HTTP_FIELD_CONTENT_LENGTH = 0x06; + public static final int HTTP_FIELD_CONTENT_LOCATION = 0x07; + public static final int HTTP_FIELD_CONTENT_MD5 = 0x08; + public static final int HTTP_FIELD_CONTENT_RANGE = 0x09; + public static final int HTTP_FIELD_CONTENT_TYPE = 0x0A; + public static final int HTTP_FIELD_CONTENT_VERSION = 0x0B; + public static final int HTTP_FIELD_DATE = 0x0C; + public static final int HTTP_FIELD_HOST = 0x0D; + public static final int HTTP_FIELD_IF_MODIFIED_SINCE = 0x0E; + public static final int HTTP_FIELD_IF_UNMODIFIED_SINCE = 0x0F; + public static final int HTTP_FIELD_KEEP_ALIVE = 0x10; + public static final int HTTP_FIELD_LAST_MODIFIED = 0x11; + public static final int HTTP_FIELD_LINK = 0x12; + public static final int HTTP_FIELD_LOCATION = 0x13; + public static final int HTTP_FIELD_RANGE = 0x14; + public static final int HTTP_FIELD_REFERER = 0x15; + public static final int HTTP_FIELD_RETRY_AFTER = 0x16; + public static final int HTTP_FIELD_TRANSFER_ENCODING = 0x17; + public static final int HTTP_FIELD_UPGRADE = 0x18; + public static final int HTTP_FIELD_USER_AGENT = 0x19; + public static final int HTTP_FIELD_WWW_AUTHENTICATE = 0x1A; + public static final int HTTP_FIELD_MAX = 0x1B; + + public static final String http_fields[] = + { + "Accept-Language", + "Accept-Ranges", + "Authorization", + "Connection", + "Content-Encoding", + "Content-Language", + "Content-Length", + "Content-Location", + "Content-MD5", + "Content-Range", + "Content-Type", + "Content-Version", + "Date", + "Host", + "If-Modified-Since", + "If-Unmodified-since", + "Keep-Alive", + "Last-Modified", + "Link", + "Location", + "Range", + "Referer", + "Retry-After", + "Transfer-Encoding", + "Upgrade", + "User-Agent", + "WWW-Authenticate" + }; + public static final String days[] = + { + "Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat" + }; + public static final String months[] = + { + "Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec" + }; + + + + // + // Private class members. + // + private URL url; // URL of connection. + + public Socket conn; // Connection socket. + public boolean connected; // True when connected. + + public BufferedInputStream is; // Input stream. + public BufferedReader br; + public BufferedOutputStream os; // Output stream. + + private boolean encrypted; + + public int write_content_length; + private char write_buffer[]; + private int write_buffer_head; + private int write_buffer_tail; + + public String read_header_date; + public String read_header_server; + public String read_header_charset; + public String read_header_content_language; + public String read_header_content_type; + public int read_header_content_length; + + public char read_buffer[]; + private int read_buffer_head; + private int read_buffer_tail; + + public int status; + public String status_text; + public String version; + public int error; + public int activity; + + public String hostname; // Hostname from URL + public int port; // Port from URL. + public String path; // Path from URL. + public String user; // User name + public String passwd; // Password + + public String auth_type; // none, basic, digest + public String realm; // For digest auth + public String opaque; // For digest auth + public String nonce; // For digest auth + public String resource; // For digest auth + public String method; // For digest auth + + public String http_request; + public int http_content_length; + + + + /** + * Constructor using URL. + * + * @param request_url URL of server to connect to. + * @throw IOException + * @throw UnknownHostException + */ + public IPPHttp( String request_url ) + throws IOException, UnknownHostException + { + + encrypted = false; + status = 0; + status_text = ""; + version = "1.0"; + connected = false; + user = ""; + passwd = ""; + + auth_type = ""; + realm = ""; + nonce = ""; + resource = ""; + method = ""; + + try + { + // + // Create the URL and split it up. + // + url = new URL(request_url); + hostname = url.getHost(); + port = url.getPort(); + path = url.getPath(); + + + // + // Open the socket and set the options. + // + conn = new Socket(hostname, port); + conn.setSoTimeout(200); + + // + // Create the input and output streams. + // + is = new BufferedInputStream(new DataInputStream(conn.getInputStream())); + os = new BufferedOutputStream(new DataOutputStream(conn.getOutputStream())); + connected = true; + } + catch(UnknownHostException unknownhostexception) + { + throw unknownhostexception; + } + catch(IOException ioexception) + { + throw ioexception; + } + } + + + + /** + * Constructor using URL, user and pass. + * + * @param request_url URL of server to connect to. + * @param p_auth_type String basic or digest. + * @param p_user String User name. + * @param p_passwd String password. + * @throw IOException + * @throw UnknownHostException + */ + public IPPHttp( String request_url, String p_auth_type, + String p_user, String p_passwd ) + throws IOException, UnknownHostException + { + encrypted = false; + status = 0; + status_text = ""; + version = "1.0"; + connected = false; + + user = p_user; + passwd = p_passwd; + auth_type = p_auth_type; + + realm = ""; + nonce = ""; + resource = ""; + method = ""; + + try + { + // + // Create the URL and split it up. + // + url = new URL(request_url); + hostname = url.getHost(); + port = url.getPort(); + path = url.getPath(); + + // + // Open the socket and set the options. + // + conn = new Socket(hostname, port); + conn.setSoTimeout(200); + + // + // Create the input and output streams. + // + is = new BufferedInputStream(new DataInputStream(conn.getInputStream())); + os = new BufferedOutputStream(new DataOutputStream(conn.getOutputStream())); + connected = true; + } + catch(UnknownHostException unknownhostexception) + { + throw unknownhostexception; + } + catch(IOException ioexception) + { + throw ioexception; + } + } + + + + + /** + * Re-establish a dropped connection. + * + * @return boolean True if connected. + * + * @throw IOException + */ + public boolean reConnect() throws IOException + { + connected = false; + status = 0; + status_text = ""; + try + { + // + // Open the socket and set the options. + // + conn = new Socket(hostname, port); + conn.setSoTimeout(200); + + // + // Create the input and output streams. + // + is = new BufferedInputStream(new DataInputStream(conn.getInputStream())); + os = new BufferedOutputStream(new DataOutputStream(conn.getOutputStream())); + connected = true; + return(connected); + + } + catch (IOException ioexception) + { + connected = false; + throw(ioexception); + } + } + + + + /** + * Set the user name. + * + * @param p_user String - user name. + */ + public void setUser(String p_user ) + { + user = p_user; + } + + + /** + * Set the password. + * + * @param p_passwd String - password. + */ + public void setPassword(String p_passwd ) + { + passwd = p_passwd; + } + + + + + /** + * Write the request header bytes to the server. + * + * @param request String - the request. + * @param content_length int - size of the total request. + * @throw IOException + */ + public int writeHeader(String request, int content_length ) + throws IOException + { + + http_request = request; + http_content_length = content_length; + + try + { + String s1 = "POST " + request + " HTTP/1.0\r\n"; + os.write(s1.getBytes(), 0, s1.length()); + + s1 = "Content-type: application/ipp\r\n"; + os.write(s1.getBytes(), 0, s1.length()); + + + // + // Do basic style authorization if needed. + // + if (auth_type.compareTo("basic") == 0) + { + s1 = user + ":" + passwd; + String auth_string = Base64Coder.encodeString(s1); + s1 = "Authorization: Basic " + auth_string + "\r\n"; + os.write(s1.getBytes(), 0, s1.length()); + } + else if (auth_type.compareTo("digest") == 0) + { + try + { + IPPMD5 md5 = IPPMD5.getInstance(); + String auth_string = md5.MD5Digest(user, passwd, realm, + "POST", path, nonce ); + s1 = "Authorization: Digest " + "username=\"" + user + "\", " + + "realm=\"" + realm + "\", " + + "nonce=\"" + nonce + "\", " + + "response=\"" + auth_string + "\"\r\n"; + + os.write(s1.getBytes(), 0, s1.length()); + } + catch(NoSuchAlgorithmException e) + { + System.out.println("No such algorithm: MD5."); + } + } + + s1 = "Content-length: " + content_length + "\r\n\r\n"; + os.write(s1.getBytes(), 0, s1.length()); + os.flush(); + } + catch(IOException ioexception) + { + error = HTTP_ERROR; + throw ioexception; + } + + + try + { + int local_status = 0; + + // + // Check for any response. + // + if (is.available() > 0) + { + StringBuffer http_version = new StringBuffer(32); + StringBuffer http_status = new StringBuffer(32); + StringBuffer http_text = new StringBuffer(256); + + String read_buffer; + status = 0; + is.mark(8192); + while (is.available() > 0) + { + read_buffer = read_line(); + + if (read_buffer.startsWith("HTTP/")) + { + int i,n; + String s2 = read_buffer.substring(5); + + + for (i=0;(i < s2.length() && s2.charAt(i) != ' '); i++) + { + http_version.append(s2.charAt(i)); + } + while (i < s2.length() && s2.charAt(i) == ' ') + i++; + for (;(i < s2.length() && s2.charAt(i) != '\n' && + s2.charAt(i) != '\r' && s2.charAt(i) != ' '); i++) + { + http_status.append(s2.charAt(i)); + } + + while (i < s2.length() && s2.charAt(i) == ' ') + i++; + for (n=0;(n < 256 && i < s2.length() && s2.charAt(i) != '\n' && + s2.charAt(i) != '\r' && s2.charAt(i) != ' '); i++) + { + http_text.append(s2.charAt(i)); + } + local_status = Integer.parseInt(http_status.toString(), 10); + } + } + is.reset(); + } + + // + // See if we need to reconnect and send authorization. + // + switch( local_status ) + { + // + // Not authorized. + // + case HTTP_UNAUTHORIZED: read_header(); + return( local_status ); + } + } + catch(IOException ioexception) + { + error = HTTP_ERROR; + throw ioexception; + } + return(0); + } + + + + + + + public int checkForResponse() + { + // + // Check for any response. + // + try + { + if (is.available() > 0) + { + StringBuffer http_version = new StringBuffer(32); + StringBuffer http_status = new StringBuffer(32); + StringBuffer http_text = new StringBuffer(256); + int local_status = 0; + String read_buffer; + + status = 0; + is.mark(8192); + while (is.available() > 0) + { + read_buffer = read_line(); + if (read_buffer.startsWith("HTTP/")) + { + int i,n; + String s2 = read_buffer.substring(5); + for (i=0;(i < s2.length() && s2.charAt(i) != ' '); i++) + { + http_version.append(s2.charAt(i)); + } + while (i < s2.length() && s2.charAt(i) == ' ') + i++; + for (;(i < s2.length() && s2.charAt(i) != '\n' && + s2.charAt(i) != '\r' && s2.charAt(i) != ' '); i++) + { + http_status.append(s2.charAt(i)); + } + + while (i < s2.length() && s2.charAt(i) == ' ') + i++; + for (n=0;(n < 256 && i < s2.length() && s2.charAt(i) != '\n' && + s2.charAt(i) != '\r' && s2.charAt(i) != ' '); i++) + { + http_text.append(s2.charAt(i)); + } + local_status = Integer.parseInt(http_status.toString(), 10); + status = local_status; + } + } + is.reset(); + + // + // See if we need to reconnect and send authorization. + // + switch( local_status ) + { + // + // Not authorized. + // + case HTTP_UNAUTHORIZED: read_header(); + return( local_status ); + } + } + } + catch (IOException e) + { + return(HTTP_ERROR); + } + return(0); + } + + + /** + * Write bytes to the output stream. + * + * @param bytes Array of bytes to write to the stream. + * @throw IOException + */ + public void write(byte bytes[]) + throws IOException + { + try + { + os.write(bytes, 0, bytes.length); + os.flush(); + } + catch(IOException ioexception) + { + error = HTTP_ERROR; + throw ioexception; + } + } + + + /** + * Write bytes to the output stream. + * + * @param bytes Array of bytes to write to the stream. + * @param length Number of bytes to write to the stream. + * @throw IOException + */ + public void write(byte bytes[], int length ) + throws IOException + { + try + { + os.write(bytes, 0, length); + os.flush(); + } + catch(IOException ioexception) + { + error = HTTP_ERROR; + throw ioexception; + } + } + + + + + + + + + + + /** + * Read the HTTP header from the input stream. + * + * @return int Content length of response. + * @return 0 Return zero on error. + * @throw IOException + */ + public int read_header() + throws IOException + { + boolean done = false; + read_header_content_length = 0; + + String read_buffer; + while (!done) + { + read_buffer = read_line(); + if (read_buffer.startsWith("HTTP/")) + { + int i,n; + String s2 = read_buffer.substring(5); + + StringBuffer http_version = new StringBuffer(32); + StringBuffer http_status = new StringBuffer(32); + StringBuffer http_text = new StringBuffer(256); + + for (i=0;(i < s2.length() && s2.charAt(i) != ' '); i++) + { + http_version.append(s2.charAt(i)); + } + while (i < s2.length() && s2.charAt(i) == ' ') + i++; + for (;(i < s2.length() && s2.charAt(i) != '\n' && + s2.charAt(i) != '\r' && s2.charAt(i) != ' '); i++) + { + http_status.append(s2.charAt(i)); + } + + while (i < s2.length() && s2.charAt(i) == ' ') + i++; + for (n=0;(n < 256 && i < s2.length() && s2.charAt(i) != '\n' && + s2.charAt(i) != '\r' && s2.charAt(i) != ' '); i++) + { + http_text.append(s2.charAt(i)); + } + version = http_version.toString(); + status = Integer.parseInt(http_status.toString(), 10); + status_text = http_text.toString(); + } + else if (read_buffer.startsWith("WWW-Authenticate: Basic")) + { + String s2=read_buffer.substring("WWW-Authenticate: Basic".length()); + auth_type = "basic"; + } + else if (read_buffer.startsWith("WWW-Authenticate: Digest")) + { + String s2=read_buffer.substring("WWW-Authenticate: Digest".length()); + auth_type = "digest"; + parseAuthenticate(s2); + } + else if (read_buffer.startsWith("Content-Length:")) + { + String s2 = read_buffer.substring(15); + read_header_content_length = Integer.parseInt(s2.trim(), 10); + } + else if (read_buffer.startsWith("Content-Language:")) + { + String s3 = read_buffer.substring(17); + read_header_content_language = s3.trim(); + } + else if (read_buffer.startsWith("Server:")) + { + String s4 = read_buffer.substring(7); + read_header_server = s4.trim(); + } + else if (read_buffer.startsWith("Date:")) + { + String s5 = read_buffer.substring(5); + read_header_date = s5.trim(); + } + else if (read_buffer.length() == 0) + { + done = true; + return( read_header_content_length ); + } + } + return( 0 ); + } + + + + /** + * Read a line from the input stream. + * + * @return String Line read. + * @throw IOException + */ + public String read_line() + throws IOException + { + StringBuffer sb = new StringBuffer(); + int c = 0; + + try + { + while ((c != -1) && (c != 10)) + { + c = is.read(); + switch( c ) + { + case -1: + case 10: + case 13: + break; + + default: sb.append((char)c); + } + } + } + catch (IOException e) + { + throw(e); + } + return(sb.toString()); + } + + + + + + /** + * Read up to count bytes from the input stream. + * + * @param count Number of bytes to read. + * @return char[] Character array of data read. + * @throw IOException + */ + public char[] read(int count) + throws IOException + { + char ac[] = new char[count]; + int j = 0; + try + { + for (int k = is.read(); k != -1 && j < count; k = is.read()) + { + ac[j++] = (char)k; + } + } + catch(IOException ioexception) + { + throw ioexception; + } + return(ac); + } + + + /** + * Process the HTTP response from the server. + * + * @return IPP IPP object containing response data. + * @see IPP + * @see IPPRequest + * @see IPPAttribute + * @see IPPValue + * @see IPPDefs + */ + public IPP processResponse() + { + IPP ipp; + IPPAttribute attr; // temp attribute + IPPValue val; // temp value + + short vtag; // Current value tag + short gtag; // Current group tag + + char[] buffer; + + ipp = new IPP(); + ipp.request = new IPPRequest(); + + int read_buffer_bytes = read_buffer.length; + int read_buffer_remaining = read_buffer_bytes; + int bufferidx = 0; + int n; + + + ipp.current = -1; // current attritue?? + ipp.last = -1; // last attr? + attr = null; + buffer = read_buffer; + gtag = -1; + vtag = -1; + + + // --------------------------------------------------------------- + // State machine to process response. + // + ipp.state = IPPDefs.IDLE; + while ((ipp.state != IPPDefs.TAG_END) && + (read_buffer_remaining > 0)) + { + switch (ipp.state) + { + case IPPDefs.IDLE : + ipp.state++; /* Avoid common problem... */ + + // + // Get the request header... + // + case IPPDefs.HEADER : + if (read_buffer_remaining < 8) + { + return (null); + } + + // + // Verify the major version number... + // + if (buffer[0] != (char)1) + { + return (null); + } + + // + // Then copy the request header over... + // + ipp.request.version[0] = buffer[bufferidx++]; + ipp.request.version[1] = buffer[bufferidx++]; + ipp.request.op_status = (short)((short)buffer[bufferidx] << 8) | + (short)buffer[bufferidx+1]; + bufferidx += 2; + + // + // Get the text version of the request status .... + // + ipp.status = new IPPStatus(ipp.request.op_status); + + ipp.request.request_id = (int)((int)buffer[bufferidx] << 24) | + ((int)buffer[bufferidx+1] << 16) | + ((int)buffer[bufferidx+2] << 8) | + ((int)buffer[bufferidx+3]); + bufferidx += 4; + read_buffer_remaining -= 8; + + ipp.state = IPPDefs.ATTRIBUTE; + ipp.current = -1; + ipp.current_tag = IPPDefs.TAG_ZERO; + break; + + case IPPDefs.ATTRIBUTE : + while (read_buffer_remaining > 0) + { + // + // Read the value tag first. + // + vtag = (short)buffer[bufferidx++]; + read_buffer_remaining--; + if (vtag == IPPDefs.TAG_END) + { + // + // No more attributes left... + // + ipp.state = IPPDefs.DATA; + if (attr != null) + { + ipp.addAttribute(attr); + attr = null; + } + break; + } + else if (vtag < IPPDefs.TAG_UNSUPPORTED_VALUE) + { + if (attr != null) + { + ipp.addAttribute(attr); + } + + // + // Group tag... Set the current group and continue... + // + gtag = vtag; + + // If still the same group .... + if (ipp.current_tag == gtag) + { + // + // Add a separator + // + attr = new IPPAttribute(IPPDefs.TAG_ZERO,IPPDefs.TAG_ZERO,""); + ipp.addAttribute(attr); + attr = null; + } + + + ipp.current_tag = gtag; + ipp.current = -1; + continue; + } + + // + // Get the name... + // + n = ((int)buffer[bufferidx] << 8) | (int)buffer[bufferidx+1]; + bufferidx += 2; + read_buffer_remaining -= 2; + + if (n == 0) + { + // + // Parse Error, can't add additional values to null attr + // + if (attr == null) + return (null); + + // + // More values for current attribute... + // + + // + // Make sure we aren't adding a new value of a different + // type... + // + + if (attr.value_tag == IPPDefs.TAG_STRING || + (attr.value_tag >= IPPDefs.TAG_TEXTLANG && + attr.value_tag <= IPPDefs.TAG_MIMETYPE)) + { + // + // String values can sometimes come across in different + // forms; accept sets of differing values... + // + if (vtag != IPPDefs.TAG_STRING && + (vtag < IPPDefs.TAG_TEXTLANG || vtag > IPPDefs.TAG_MIMETYPE)) + return (null); + } + else if (attr.value_tag != vtag) + return (null); + } + else + { + if (attr != null) + { + ipp.addAttribute(attr); + attr = null; + } + + // + // New Attribute + // + StringBuffer s = new StringBuffer(); + for (int i=0; i < n; i++) + { + s.append((char)buffer[bufferidx++]); + read_buffer_remaining--; + } + attr = new IPPAttribute( gtag, vtag, s.toString() ); + } + n = ((short)buffer[bufferidx] << 8) | (short)buffer[bufferidx+1]; + bufferidx += 2; + read_buffer_remaining -= 2; + + switch (vtag) + { + case IPPDefs.TAG_INTEGER : + case IPPDefs.TAG_ENUM : + n = (int)(((int)buffer[bufferidx] << 24) | + ((int)buffer[bufferidx+1] << 16) | + ((int)buffer[bufferidx+2] << 8) | + ((int)buffer[bufferidx+3])); + bufferidx += 4; + read_buffer_remaining -= 4; + attr.addInteger( n ); + break; + + case IPPDefs.TAG_BOOLEAN : + if ((byte)buffer[bufferidx++] > 0) + attr.addBoolean(true); + else + attr.addBoolean(false); + read_buffer_remaining --; + break; + + case IPPDefs.TAG_TEXT : + case IPPDefs.TAG_NAME : + case IPPDefs.TAG_KEYWORD : + case IPPDefs.TAG_STRING : + case IPPDefs.TAG_URI : + case IPPDefs.TAG_URISCHEME : + case IPPDefs.TAG_CHARSET : + case IPPDefs.TAG_LANGUAGE : + case IPPDefs.TAG_MIMETYPE : + StringBuffer s = new StringBuffer(); + for (int i=0; i < n; i++ ) + { + s.append( (char)buffer[bufferidx++] ); + read_buffer_remaining --; + } + attr.addString( "", s.toString() ); + break; + + + case IPPDefs.TAG_DATE : + char db[] = new char[11]; + for (int i=0; i < 11; i++ ) + { + db[i] = (char)buffer[bufferidx++]; + read_buffer_remaining --; + } + attr.addDate( db ); + break; + + + case IPPDefs.TAG_RESOLUTION : + if (read_buffer_remaining < 9) + return( null ); + + int x, y; + byte u; + x = (int)(((int)buffer[bufferidx] & 0xff000000) << 24) | + (((int)buffer[bufferidx+1] & 0x00ff0000) << 16) | + (((int)buffer[bufferidx+2] & 0x0000ff00) << 8) | + (((int)buffer[bufferidx+3] & 0x000000ff)); + bufferidx += 4; + read_buffer_remaining -= 4; + + y = (int)(((int)buffer[bufferidx] & 0xff000000) << 24) | + (((int)buffer[bufferidx+1] & 0x00ff0000) << 16) | + (((int)buffer[bufferidx+2] & 0x0000ff00) << 8) | + (((int)buffer[bufferidx+3] & 0x000000ff)); + bufferidx += 4; + read_buffer_remaining -= 4; + + u = (byte)buffer[bufferidx++]; + read_buffer_remaining--; + attr.addResolution( u, x, y ); + break; + + case IPPDefs.TAG_RANGE : + if (read_buffer_remaining < 8) + return (null); + + int lower, upper; + lower = (int)(((int)buffer[bufferidx] & 0xff000000) << 24) | + (((int)buffer[bufferidx+1] & 0x00ff0000) << 16) | + (((int)buffer[bufferidx+2] & 0x0000ff00) << 8) | + (((int)buffer[bufferidx+3] & 0x000000ff)); + bufferidx += 4; + read_buffer_remaining -= 4; + + upper = (int)(((int)buffer[bufferidx] & 0xff000000) << 24) | + (((int)buffer[bufferidx+1] & 0x00ff0000) << 16) | + (((int)buffer[bufferidx+2] & 0x0000ff00) << 8) | + (((int)buffer[bufferidx+3] & 0x000000ff)); + bufferidx += 4; + read_buffer_remaining -= 4; + + attr.addRange( (short)lower, (short)upper ); + break; + + case IPPDefs.TAG_TEXTLANG : + case IPPDefs.TAG_NAMELANG : + // + // text-with-language and name-with-language are composite + // values: + // + // charset-length + // charset + // text-length + // text + // + + n = ((int)buffer[bufferidx] << 8) | (int)buffer[bufferidx+1]; + bufferidx += 2; + + StringBuffer cs = new StringBuffer(); + for (int i=0; i < n; i++ ) + { + cs.append( (char)buffer[bufferidx++] ); + read_buffer_remaining --; + } + + n = ((int)buffer[bufferidx] << 8) | (int)buffer[bufferidx+1]; + bufferidx += 2; + + StringBuffer tx = new StringBuffer(); + for (int i=0; i < n; i++ ) + { + tx.append( (char)buffer[bufferidx++] ); + read_buffer_remaining --; + } + + attr.addString( cs.toString(), tx.toString() ); + break; + + + default : /* Other unsupported values */ + if (n > 0) + { + bufferidx += n; + read_buffer_remaining -= n; + } + break; + } + } // End of while + + if (attr != null) + { + ipp.addAttribute(attr); + attr = null; + } + break; + + case IPPDefs.DATA : + break; + + default : + break; /* anti-compiler-warning-code */ + } + } + return (ipp); +} + + + +// +// Parse a WWW-Authenticate: Digest request +// +public void parseAuthenticate( String p_auth ) +{ + String tmp; + StringBuffer val; + int i,n; + + tmp = p_auth; + while (tmp.length() > 0) + { + i = 0; + while (tmp.length() > 0 && (tmp.charAt(i) == ' ' || tmp.charAt(i) == '"')) + tmp = tmp.substring(1); + i = 0; + + if (tmp.startsWith("realm=")) + { + i = "realm=".length(); + tmp = tmp.substring(i); + i = 0; + while ((i < tmp.length()) && + (tmp.charAt(i) == ' ' || + tmp.charAt(i) == '"' || + tmp.charAt(i) == '=')) + { + i++; + } + val = new StringBuffer(1024); + while (i < tmp.length() && tmp.charAt(i) != '"') + val.append(tmp.charAt(i++)); + realm = val.toString(); + tmp = tmp.substring(i); + } + else if (tmp.startsWith("nonce=")) + { + i = "nonce=".length(); + tmp = tmp.substring(i); + i = 0; + while ((i < tmp.length()) && + (tmp.charAt(i) == ' ' || + tmp.charAt(i) == '"' || + tmp.charAt(i) == '=')) + { + i++; + } + val = new StringBuffer(1024); + while (i < tmp.length() && tmp.charAt(i) != '"') + val.append(tmp.charAt(i++)); + nonce = val.toString(); + tmp = tmp.substring(i); + } + else if (tmp.startsWith("opaque=")) + { + i = "opaque=".length(); + tmp = tmp.substring(i); + i = 0; + while ((i < tmp.length()) && + (tmp.charAt(i) == ' ' || + tmp.charAt(i) == '"' || + tmp.charAt(i) == '=')) + { + i++; + } + val = new StringBuffer(1024); + while (i < tmp.length() && tmp.charAt(i) != '"') + val.append(tmp.charAt(i++)); + opaque = val.toString(); + tmp = tmp.substring(i); + } + else + { + StringBuffer name = new StringBuffer(256); + while ((i < tmp.length()) && + (tmp.charAt(i) != ' ' || + tmp.charAt(i) != '"' || + tmp.charAt(i) != '=')) + { + name.append(tmp.charAt(i++)); + } + + i = name.toString().length(); + tmp = tmp.substring(i); + i = 0; + while ((i < tmp.length()) && + (tmp.charAt(i) == ' ' || + tmp.charAt(i) == '"' || + tmp.charAt(i) == '=')) + { + i++; + } + val = new StringBuffer(1024); + while (i < tmp.length() && tmp.charAt(i) != '"') + val.append(tmp.charAt(i++)); + //junk = val.toString(); + tmp = tmp.substring(i); + } + } +} + + + + + +} // End of IPPHttp class + + diff --git a/scripting/java/src/com/easysw/cups/IPPMD5.java b/scripting/java/src/com/easysw/cups/IPPMD5.java new file mode 100644 index 0000000000..e20cbac1f9 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPMD5.java @@ -0,0 +1,134 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * Digest MD5 password routines. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ +import java.security.*; + +public class IPPMD5 +{ + public MessageDigest md = null; + static private IPPMD5 md5 = null; + private static final char[] hexChars = {'0','1','2','3','4','5','6','7', + '8','9','a','b','c','d','e','f'}; + + /** + * Constructor is private so you must use the getInstance method + */ + private IPPMD5() throws NoSuchAlgorithmException + { + md = MessageDigest.getInstance("MD5"); + } + + + /** + * This returns the singleton instance + */ + public static IPPMD5 getInstance() throws NoSuchAlgorithmException + { + + if (md5 == null) + { + md5 = new IPPMD5(); + } + return (md5); + } + + + public String hashData(byte[] dataToHash) + { + return(hexStringFromBytes((calculateHash(dataToHash)))); + } + + + private byte[] calculateHash(byte[] dataToHash) + { + md.update(dataToHash, 0, dataToHash.length); + return(md.digest()); + } + + + public String hexStringFromBytes(byte[] b) + { + String hex = ""; + int msb; + int lsb = 0; + int i; + + // MSB maps to idx 0 + for (i = 0; i < b.length; i++) + { + msb = ((int)b[i] & 0x000000FF) / 16; + lsb = ((int)b[i] & 0x000000FF) % 16; + // System.out.println("I: " + i + " B: " + b[i] + " MSB: " + + // msb + " LSB: " + lsb ); + hex = hex + hexChars[msb] + hexChars[lsb]; + } + return(hex); + } + + + + + + public String MD5Digest( String user, String passwd, String realm, + String method, String resource, String nonce ) + { + String tmp; + String A1, A2; + String auth_string = ""; + + try + { + tmp = user + ":" + realm + ":" + passwd; + md = MessageDigest.getInstance("MD5"); + A1 = hexStringFromBytes(md.digest(tmp.getBytes())); + + tmp = method + ":" + resource; + md = MessageDigest.getInstance("MD5"); + A2 = hexStringFromBytes(md.digest(tmp.getBytes())); + + tmp = A1 + ":" + nonce + ":" + A2; + md = MessageDigest.getInstance("MD5"); + auth_string = hexStringFromBytes(md.digest(tmp.getBytes())); + return(auth_string); + } + catch (NoSuchAlgorithmException e) + { + } + return(""); + + } + + +} diff --git a/scripting/java/src/com/easysw/cups/IPPRequest.java b/scripting/java/src/com/easysw/cups/IPPRequest.java new file mode 100644 index 0000000000..a0de169dc5 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPRequest.java @@ -0,0 +1,97 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * An IPPRequest object is used to hold the + * status and id's of a request. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ +public class IPPRequest +{ + char[] version; // Proto version number + int request_id; // Unique ID + + int op_status; + short operation_id; + short status_code; + + /** + * Constructor + */ + public IPPRequest() + { + version = new char[2]; + } + + /** + * Constructor using request id and operation id. + * + * @param p_request_id ID of request. + * @param p_operation_id Operation ID for request. + * + * @see IPPDefs + */ + public IPPRequest( int p_request_id, short p_operation_id ) + { + version = new char[2]; + version[0] = (char)1; + version[1] = (char)1; + request_id = p_request_id; + operation_id = p_operation_id; + } + + /** + * Set the current status of a request. + * + * @param p_status_code Status code. + * @see IPPDefs + */ + public void setStatus( short p_status_code ) + { + status_code = p_status_code; + } + + /** + * Set the operation status of a request. + * + * @param p_status_code Operation status code. + * @see IPPDefs + */ + public void setOpStatus( short p_status_code ) + { + op_status = p_status_code; + } + +} // End of IPPRequest class + + + + diff --git a/scripting/java/src/com/easysw/cups/IPPStatus.java b/scripting/java/src/com/easysw/cups/IPPStatus.java new file mode 100644 index 0000000000..d3e0c25411 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPStatus.java @@ -0,0 +1,195 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * Class to convert a status code to text. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ + +public class IPPStatus +{ + int status; + String status_text; + + /** + * Constructor, access the status_text member + * after creation. + * + * @param p_status Status code to convert. + * @see IPPDefs + */ + public IPPStatus( int p_status ) + { + status = p_status; + switch( status ) + { + case IPPDefs.OK: + status_text = "OK"; + break; + case IPPDefs.OK_SUBST: + status_text = "OK, substituted"; + break; + case IPPDefs.OK_CONFLICT: + status_text = "OK, conflict"; + break; + case IPPDefs.OK_IGNORED_SUBSCRIPTIONS: + status_text = "OK, ignored subscriptions"; + break; + case IPPDefs.OK_IGNORED_NOTIFICATIONS: + status_text = "OK, ignored notifications"; + break; + case IPPDefs.OK_TOO_MANY_EVENTS: + status_text = "OK, too many events"; + break; + case IPPDefs.OK_BUT_CANCEL_SUBSCRIPTION: + status_text = "OK, but cancel subscription"; + break; + case IPPDefs.REDIRECTION_OTHER_SITE: + status_text = "Redirected to other site"; + break; + case IPPDefs.BAD_REQUEST: + status_text = "Bad request"; + break; + case IPPDefs.FORBIDDEN: + status_text = "Forbidden"; + break; + case IPPDefs.NOT_AUTHENTICATED: + status_text = "Not authenticated"; + break; + case IPPDefs.NOT_AUTHORIZED: + status_text = "Not authorized"; + break; + case IPPDefs.NOT_POSSIBLE: + status_text = "Not possible"; + break; + case IPPDefs.TIMEOUT: + status_text = "Timeout"; + break; + case IPPDefs.NOT_FOUND: + status_text = "Not found"; + break; + case IPPDefs.GONE: + status_text = "Gone"; + break; + case IPPDefs.REQUEST_ENTITY: + status_text = "Request entity"; + break; + case IPPDefs.REQUEST_VALUE: + status_text = "Request value"; + break; + case IPPDefs.DOCUMENT_FORMAT: + status_text = "Document format"; + break; + case IPPDefs.ATTRIBUTES: + status_text = "Attributes"; + break; + case IPPDefs.URI_SCHEME: + status_text = "URI scheme"; + break; + case IPPDefs.CHARSET: + status_text = "Charset"; + break; + case IPPDefs.CONFLICT: + status_text = "Conflict"; + break; + case IPPDefs.COMPRESSION_NOT_SUPPORTED: + status_text = "Compression not supported"; + break; + case IPPDefs.COMPRESSION_ERROR: + status_text = "Compression error"; + break; + case IPPDefs.DOCUMENT_FORMAT_ERROR: + status_text = "Document format error"; + break; + case IPPDefs.DOCUMENT_ACCESS_ERROR: + status_text = "Document access error"; + break; + case IPPDefs.ATTRIBUTES_NOT_SETTABLE: + status_text = "Attributes not settable"; + break; + case IPPDefs.IGNORED_ALL_SUBSCRIPTIONS: + status_text = "Ignored all subscriptions"; + break; + case IPPDefs.TOO_MANY_SUBSCRIPTIONS: + status_text = "Too many subscriptions"; + break; + case IPPDefs.IGNORED_ALL_NOTIFICATIONS: + status_text = "Ingored all notifications"; + break; + case IPPDefs.PRINT_SUPPORT_FILE_NOT_FOUND: + status_text = "Support file not found"; + break; + case IPPDefs.INTERNAL_ERROR: + status_text = "Internal error"; + break; + case IPPDefs.OPERATION_NOT_SUPPORTED: + status_text = "Operation not supported"; + break; + case IPPDefs.SERVICE_UNAVAILABLE: + status_text = "Service unavailable"; + break; + case IPPDefs.VERSION_NOT_SUPPORTED: + status_text = "Version not supported"; + break; + case IPPDefs.DEVICE_ERROR: + status_text = "Device error"; + break; + case IPPDefs.TEMPORARY_ERROR: + status_text = "Temporary error"; + break; + case IPPDefs.NOT_ACCEPTING: + status_text = "Not accepting"; + break; + case IPPDefs.PRINTER_BUSY: + status_text = "Printer busy"; + break; + case IPPDefs.ERROR_JOB_CANCELLED: + status_text = "Error, job cancelled"; + break; + case IPPDefs.MULTIPLE_JOBS_NOT_SUPPORTED: + status_text = "Multiple jobs not supported"; + break; + case IPPDefs.PRINTER_IS_DEACTIVATED: + status_text = "Printer is de-activated"; + break; + default: + status_text = "Unknown error"; + } + } + + + + + +} // End of IPPStatus class + + + diff --git a/scripting/java/src/com/easysw/cups/IPPURLConnection.java b/scripting/java/src/com/easysw/cups/IPPURLConnection.java new file mode 100644 index 0000000000..eee1b35423 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPURLConnection.java @@ -0,0 +1,78 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * Implementation of the URLConnection interface. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ + +import java.util.*; +import java.io.*; +import java.net.*; + +public class IPPURLConnection extends URLConnection +{ + + /** + * Constructor. + */ + public IPPURLConnection( URL url ) + { + super(url); + } + + /** + * Determine if using proxy. + * + * @return boolean Always false for now. + */ + public boolean usingProxy() + { + return(false); + } + + /** + * Not used. + */ + public void connect() + { + return; + } + + /** + * Not used. + */ + public void disconnect() + { + return; + } + +} // end of class diff --git a/scripting/java/src/com/easysw/cups/IPPValue.java b/scripting/java/src/com/easysw/cups/IPPValue.java new file mode 100644 index 0000000000..43725d3ab9 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/IPPValue.java @@ -0,0 +1,264 @@ +package com.easysw.cups; + +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * An IPPValue object is used to hold the + * different kinds of values in a generic object. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ +import java.util.*; + +public class IPPValue +{ + + int value_type; // Type of value for this object. + + int integer_value; // Integer value + boolean boolean_value; // Boolean value + + + char date_value[]; // Date/time value + long unix_time; // Unix time .... + + // + // Resolution Type + // + int xres; + int yres; + byte units; + + // + // Range Type + // + int lower; + int upper; + + // + // String Type + // + String charset; + String text; + + // + // Unknown Type + // + int length; + char data[]; + + + /** + * Byte constructor. + * + * @param p_byte Byte value. + */ + public IPPValue( byte p_byte ) + { + value_type = IPPDefs.TAG_INTEGER; + integer_value = (int)p_byte; + } + + /** + * Short constructor. + * + * @param p_short Short value. + */ + public IPPValue( short p_short ) + { + value_type = IPPDefs.TAG_INTEGER; + integer_value = (int)p_short; + } + + /** + * Integer constructor. + * + * @param p_int Integer value. + */ + public IPPValue( int p_int ) + { + value_type = IPPDefs.TAG_INTEGER; + integer_value = p_int; + } + + /** + * Enum constructor. + * + * @param p_int Integer value - force to IPP enum. + */ + public IPPValue( int p_int, boolean anything ) + { + value_type = IPPDefs.TAG_ENUM; + integer_value = p_int; + } + + /** + * Boolean constructor. + * + * @param p_boolean Boolean value. + */ + public IPPValue( boolean p_boolean ) + { + value_type = IPPDefs.TAG_BOOLEAN; + boolean_value = p_boolean; + } + + + /** + * Date constructor. Also set the unix_time member. + * + * @param p_date[] Character array with date value. + */ + public IPPValue( char p_date[] ) + { + value_type = IPPDefs.TAG_DATE; + date_value = p_date; + unix_time = IPPDateToTime(); + } + + + + /** + * String constructor. Set the string and + * charset values. + * + * @param p_charset Charset for string. + * @param p_text Text for string. + */ + public IPPValue( String p_charset, String p_text ) + { + value_type = IPPDefs.TAG_STRING; + charset = p_charset; + text = p_text; + } + + + /** + * Range constructor. Automatically swap as needed. + * + * @param p_lower Integer lower value. + * @param p_upper Integer upper value. + */ + public IPPValue( int p_lower, int p_upper ) + { + value_type = IPPDefs.TAG_RANGE; + if (p_lower < p_upper) + { + lower = p_lower; + upper = p_upper; + } + else + { + lower = p_upper; + upper = p_lower; + } + } + + + /** + * Resolution constructor. + * + * @param p_units Unit of measure. + * @param p_xres X resolution. + * @param p_yres Y resolution. + */ + public IPPValue( byte p_units, int p_xres, int p_yres ) + { + value_type = IPPDefs.TAG_RESOLUTION; + units = p_units; + xres = p_xres; + yres = p_yres; + } + + + /** + * Raw data constructor. + * + * @param p_length Size of array. + * @param p_data[] Data. + */ + public IPPValue( int p_length, char p_data[] ) + { + value_type = IPPDefs.TAG_UNKNOWN; + length = p_length; + data = p_data; + } + + + + /** + * Convert an IPP Date value to Unix Time. + * + * @return long Unix time in seconds. + * @see IPPCalender + */ + public long IPPDateToTime() + { + + // + // Compute the offset from GMT in milliseconds. + // + int raw_offset = (((int)date_value[9] * 3600) + ((int)date_value[10] * 60)) * 1000; + if (date_value[8] == '-') + raw_offset = 0 - raw_offset; + + // + // Get the timezone for that offset. + // + TimeZone tz = new SimpleTimeZone(raw_offset,"GMT"); + + // + // Create a subclassed gregorian calendar (sub classed so we have + // access to the getTimeInMillis() method). + // + IPPCalendar cl = new IPPCalendar(); + + int year = ((((int)date_value[0]) << 8) | (((int)date_value[1]) - 1900)); + int month = ((int)date_value[2]) - 1; + int day = (int)date_value[3]; + int hour = (int)date_value[4]; + int minute = (int)date_value[5]; + int second = (int)date_value[6]; + + // + // Now set the calendar to the matching time. + // + cl.setTimeZone( tz ); + cl.set( year, month, day, hour, minute, second ); + + // + // And finally get the unix time. + // + long the_time = cl.getTimeInMillis(); + the_time /= 1000; + + return(the_time); + } + +} // End of class diff --git a/scripting/java/src/com/easysw/cups/buildit b/scripting/java/src/com/easysw/cups/buildit new file mode 100755 index 0000000000..b6be695210 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/buildit @@ -0,0 +1,9 @@ +#!/bin/sh +rm -f cups.jar +for x in `cat class.list`; do + javac -classpath /usr/java/classes $x.java + cp -f $x.class classes/ + mv -f $x.class ../../../../classes/com/easysw/cups +done +jar cvf cups.jar ../../../../classes/com/easysw/cups +mv cups.jar ../../../.. diff --git a/scripting/java/src/com/easysw/cups/class.list b/scripting/java/src/com/easysw/cups/class.list new file mode 100644 index 0000000000..fec319bbf4 --- /dev/null +++ b/scripting/java/src/com/easysw/cups/class.list @@ -0,0 +1,14 @@ +Base64Coder +IPPDefs +IPPError +IPPStatus +IPPCalendar +IPPValue +IPPAttribute +IPPRequest +IPPURLConnection +IPP +IPPHttp +CupsJob +Cups +CupsPrinter diff --git a/scripting/java/src/com/easysw/cups/cups.nfo b/scripting/java/src/com/easysw/cups/cups.nfo new file mode 100644 index 0000000000..900db5150a --- /dev/null +++ b/scripting/java/src/com/easysw/cups/cups.nfo @@ -0,0 +1,34 @@ +/** + * @version 1.00 06-NOV-2002 + * @author Easy Software Products + * + * Internet Printing Protocol definitions for the Common UNIX Printing + * System (CUPS). + * + * Copyright 1997-2002 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636-3111 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +/** + * An IPP object is used to hold the various + * attributes and status of an ipp request.. + * + * @author TDB + * @version 1.0 + * @since JDK1.3 + */ diff --git a/scripting/perl/CUPS.pm b/scripting/perl/CUPS.pm new file mode 100644 index 0000000000..5f2ed5f147 --- /dev/null +++ b/scripting/perl/CUPS.pm @@ -0,0 +1,144 @@ +package CUPS; + +use 5.006; +use strict; +use warnings; +use Carp; + +require Exporter; +require DynaLoader; +use AutoLoader; + +our @ISA = qw(Exporter DynaLoader); + +# Items to export into callers namespace by default. Note: do not export +# names by default without a very good reason. Use EXPORT_OK instead. +# Do not simply export all your public functions/methods/constants. + +# This allows declaration use CUPS ':all'; +# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK +# will save memory. +our %EXPORT_TAGS = ( 'all' => [ qw( + CUPS_DATE_ANY + CUPS_VERSION + HTTP_MAX_BUFFER + HTTP_MAX_HOST + HTTP_MAX_URI + HTTP_MAX_VALUE + IPP_MAX_NAME + IPP_MAX_VALUES + IPP_PORT + PPD_MAX_LINE + PPD_MAX_NAME + PPD_MAX_TEXT + PPD_VERSION +) ] ); + +our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); + +our @EXPORT = qw( + CUPS_DATE_ANY + CUPS_VERSION + HTTP_MAX_BUFFER + HTTP_MAX_HOST + HTTP_MAX_URI + HTTP_MAX_VALUE + IPP_MAX_NAME + IPP_MAX_VALUES + IPP_PORT + PPD_MAX_LINE + PPD_MAX_NAME + PPD_MAX_TEXT + PPD_VERSION +); +our $VERSION = '1.2'; + +sub AUTOLOAD { + # This AUTOLOAD is used to 'autoload' constants from the constant() + # XS function. If a constant is not found then control is passed + # to the AUTOLOAD in AutoLoader. + + my $constname; + our $AUTOLOAD; + ($constname = $AUTOLOAD) =~ s/.*:://; + croak "& not defined" if $constname eq 'constant'; + my $val = constant($constname, @_ ? $_[0] : 0); + if ($! != 0) { + if ($! =~ /Invalid/ || $!{EINVAL}) { + $AutoLoader::AUTOLOAD = $AUTOLOAD; + goto &AutoLoader::AUTOLOAD; + } + else { + croak "Your vendor has not defined CUPS macro $constname"; + } + } + { + no strict 'refs'; + # Fixed between 5.005_53 and 5.005_61 + if ($] >= 5.00561) { + *$AUTOLOAD = sub () { $val }; + } + else { + *$AUTOLOAD = sub { $val }; + } + } + goto &$AUTOLOAD; +} + +bootstrap CUPS $VERSION; + +# Preloaded methods go here. + +# Autoload methods go after =cut, and are processed by the autosplit program. + +1; +__END__ +# Below is stub documentation for your module. You better edit it! + +=head1 NAME + +CUPS - Perl extension for blah blah blah + +=head1 SYNOPSIS + + use CUPS; + blah blah blah + +=head1 DESCRIPTION + +Stub documentation for CUPS, created by h2xs. It looks like the +author of the extension was negligent enough to leave the stub +unedited. + +Blah blah blah. + +=head2 EXPORT + +None by default. + +=head2 Exportable constants + + CUPS_DATE_ANY + CUPS_VERSION + HTTP_MAX_BUFFER + HTTP_MAX_HOST + HTTP_MAX_URI + HTTP_MAX_VALUE + IPP_MAX_NAME + IPP_MAX_VALUES + IPP_PORT + PPD_MAX_LINE + PPD_MAX_NAME + PPD_MAX_TEXT + PPD_VERSION + + +=head1 AUTHOR + +A. U. Thor, Ea.u.thor@a.galaxy.far.far.awayE + +=head1 SEE ALSO + +L. + +=cut diff --git a/scripting/perl/CUPS.xs b/scripting/perl/CUPS.xs new file mode 100644 index 0000000000..efaf6dc7a5 --- /dev/null +++ b/scripting/perl/CUPS.xs @@ -0,0 +1,270 @@ +#include "EXTERN.h" +#include "perl.h" +#include "XSUB.h" + +#include +#include +#include +#include +#include + +static int +not_here(char *s) +{ + croak("%s not implemented on this architecture", s); + return -1; +} + +static double +constant_PPD_M(char *name, int len, int arg) +{ + if (5 + 3 >= len ) { + errno = EINVAL; + return 0; + } + switch (name[5 + 3]) { + case 'L': + if (strEQ(name + 5, "AX_LINE")) { /* PPD_M removed */ +#ifdef PPD_MAX_LINE + return PPD_MAX_LINE; +#else + goto not_there; +#endif + } + case 'N': + if (strEQ(name + 5, "AX_NAME")) { /* PPD_M removed */ +#ifdef PPD_MAX_NAME + return PPD_MAX_NAME; +#else + goto not_there; +#endif + } + case 'T': + if (strEQ(name + 5, "AX_TEXT")) { /* PPD_M removed */ +#ifdef PPD_MAX_TEXT + return PPD_MAX_TEXT; +#else + goto not_there; +#endif + } + } + errno = EINVAL; + return 0; + +not_there: + errno = ENOENT; + return 0; +} + +static double +constant_P(char *name, int len, int arg) +{ + if (1 + 3 >= len ) { + errno = EINVAL; + return 0; + } + switch (name[1 + 3]) { + case 'M': + if (!strnEQ(name + 1,"PD_", 3)) + break; + return constant_PPD_M(name, len, arg); + case 'V': + if (strEQ(name + 1, "PD_VERSION")) { /* P removed */ +#ifdef PPD_VERSION + return PPD_VERSION; +#else + goto not_there; +#endif + } + } + errno = EINVAL; + return 0; + +not_there: + errno = ENOENT; + return 0; +} + +static double +constant_H(char *name, int len, int arg) +{ + if (1 + 8 >= len ) { + errno = EINVAL; + return 0; + } + switch (name[1 + 8]) { + case 'B': + if (strEQ(name + 1, "TTP_MAX_BUFFER")) { /* H removed */ +#ifdef HTTP_MAX_BUFFER + return HTTP_MAX_BUFFER; +#else + goto not_there; +#endif + } + case 'H': + if (strEQ(name + 1, "TTP_MAX_HOST")) { /* H removed */ +#ifdef HTTP_MAX_HOST + return HTTP_MAX_HOST; +#else + goto not_there; +#endif + } + case 'U': + if (strEQ(name + 1, "TTP_MAX_URI")) { /* H removed */ +#ifdef HTTP_MAX_URI + return HTTP_MAX_URI; +#else + goto not_there; +#endif + } + case 'V': + if (strEQ(name + 1, "TTP_MAX_VALUE")) { /* H removed */ +#ifdef HTTP_MAX_VALUE + return HTTP_MAX_VALUE; +#else + goto not_there; +#endif + } + } + errno = EINVAL; + return 0; + +not_there: + errno = ENOENT; + return 0; +} + +static double +constant_IPP_M(char *name, int len, int arg) +{ + if (5 + 3 >= len ) { + errno = EINVAL; + return 0; + } + switch (name[5 + 3]) { + case 'N': + if (strEQ(name + 5, "AX_NAME")) { /* IPP_M removed */ +#ifdef IPP_MAX_NAME + return IPP_MAX_NAME; +#else + goto not_there; +#endif + } + case 'V': + if (strEQ(name + 5, "AX_VALUES")) { /* IPP_M removed */ +#ifdef IPP_MAX_VALUES + return IPP_MAX_VALUES; +#else + goto not_there; +#endif + } + } + errno = EINVAL; + return 0; + +not_there: + errno = ENOENT; + return 0; +} + +static double +constant_I(char *name, int len, int arg) +{ + if (1 + 3 >= len ) { + errno = EINVAL; + return 0; + } + switch (name[1 + 3]) { + case 'M': + if (!strnEQ(name + 1,"PP_", 3)) + break; + return constant_IPP_M(name, len, arg); + case 'P': + if (strEQ(name + 1, "PP_PORT")) { /* I removed */ +#ifdef IPP_PORT + return IPP_PORT; +#else + goto not_there; +#endif + } + } + errno = EINVAL; + return 0; + +not_there: + errno = ENOENT; + return 0; +} + +static double +constant_C(char *name, int len, int arg) +{ + if (1 + 4 >= len ) { + errno = EINVAL; + return 0; + } + switch (name[1 + 4]) { + case 'D': + if (strEQ(name + 1, "UPS_DATE_ANY")) { /* C removed */ +#ifdef CUPS_DATE_ANY + return CUPS_DATE_ANY; +#else + goto not_there; +#endif + } + case 'V': + if (strEQ(name + 1, "UPS_VERSION")) { /* C removed */ +#ifdef CUPS_VERSION + return CUPS_VERSION; +#else + goto not_there; +#endif + } + } + errno = EINVAL; + return 0; + +not_there: + errno = ENOENT; + return 0; +} + +static double +constant(char *name, int len, int arg) +{ + errno = 0; + switch (name[0 + 0]) { + case 'C': + return constant_C(name, len, arg); + case 'H': + return constant_H(name, len, arg); + case 'I': + return constant_I(name, len, arg); + case 'P': + return constant_P(name, len, arg); + } + errno = EINVAL; + return 0; + +not_there: + errno = ENOENT; + return 0; +} + + +MODULE = CUPS PACKAGE = CUPS + + +double +constant(sv,arg) + PREINIT: + STRLEN len; + INPUT: + SV * sv + char * s = SvPV(sv, len); + int arg + CODE: + RETVAL = constant(s,len,arg); + OUTPUT: + RETVAL + diff --git a/scripting/perl/Makefile.PL b/scripting/perl/Makefile.PL new file mode 100644 index 0000000000..f5e4bdd27e --- /dev/null +++ b/scripting/perl/Makefile.PL @@ -0,0 +1,17 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'CUPS', + 'VERSION_FROM' => 'CUPS.pm', # finds $VERSION + 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 + ($] >= 5.005 ? ## Add these new keywords supported since 5.005 + (ABSTRACT_FROM => 'CUPS.pm', # retrieve abstract from module + AUTHOR => 'A. U. Thor ') : ()), + 'LIBS' => ['-lcups '], # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + # Insert -I. if you add *.h files later: + 'INC' => '', # e.g., '-I/usr/include/other' + # Un-comment this if you add C files to link with later: + # 'OBJECT' => '$(O_FILES)', # link all the C files too +); diff --git a/scripting/perl/README b/scripting/perl/README new file mode 100644 index 0000000000..1605c77984 --- /dev/null +++ b/scripting/perl/README @@ -0,0 +1,35 @@ +CUPS version 1.2 +================ + +The README is used to introduce the module and provide instructions on +how to install the module, any machine dependencies it may have (for +example C compilers and installed libraries) and any other information +that should be provided before the module is installed. + +A README file is required for CPAN modules since CPAN extracts the +README file from a module distribution so that people browsing the +archive can use it get an idea of the modules uses. It is usually a +good idea to provide version information here so that people can +decide whether fixes for the module are worth downloading. + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + +This module requires these other modules and libraries: + + blah blah blah + +COPYRIGHT AND LICENCE + +Put the correct copyright and licence information here. + +Copyright (C) 2002 A. U. Thor blah blah blah + diff --git a/scripting/perl/test.pl b/scripting/perl/test.pl new file mode 100644 index 0000000000..acf31916b1 --- /dev/null +++ b/scripting/perl/test.pl @@ -0,0 +1,17 @@ +# Before `make install' is performed this script should be runnable with +# `make test'. After `make install' it should work as `perl test.pl' + +######################### + +# change 'tests => 1' to 'tests => last_test_to_print'; + +use Test; +BEGIN { plan tests => 1 }; +use CUPS; +ok(1); # If we made it this far, we're ok. + +######################### + +# Insert your test code below, the Test module is use()ed here so read +# its man page ( perldoc Test ) for help writing this test script. + diff --git a/scripting/php/Dependencies b/scripting/php/Dependencies new file mode 100644 index 0000000000..d17772edc4 --- /dev/null +++ b/scripting/php/Dependencies @@ -0,0 +1,6 @@ +# DO NOT DELETE + +phpcups.o: ../../cups/string.h ../../config.h phpcups.h ../../cups/cups.h +phpcups.o: ../../cups/ipp.h ../../cups/http.h ../../cups/md5.h +phpcups.o: ../../cups/ppd.h ../../cups/array.h ../../cups/file.h +phpcups.o: ../../cups/language.h ../../cups/language.h ../../cups/debug.h diff --git a/scripting/php/Makefile b/scripting/php/Makefile new file mode 100644 index 0000000000..dfa6c7db38 --- /dev/null +++ b/scripting/php/Makefile @@ -0,0 +1,116 @@ +# +# "$Id$" +# +# PHP Makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9603 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org/ +# + +include ../../Makedefs + + +# +# Where to install and how to compile the PHP module... +# + +PHPDIR = $(BUILDROOT)`$(PHPCONFIG) --extension-dir` +OPTIONS = -I../.. `$(PHPCONFIG) --includes` + + +# +# Object files... +# + +OBJS = phpcups.o + + +# +# Targets in this directory... +# + +PHPCUPS = phpcups.so + + +# +# Make all targets... +# + +all: $(PHPCUPS) + + +# +# Remove object and target files... +# + +clean: + $(RM) $(OBJS) $(PHPCUPS) + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I../.. -fDependencies $(OBJS:.o=.c) >/dev/null 2>&1 + + +# +# Install object and target files... +# + +install: all + echo Installing $(PHPCUPS) in $(PHPDIR) + $(INSTALL_DIR) $(PHPDIR) + $(INSTALL_BIN) $(PHPCUPS) $(PHPDIR) + + +# +# Uninstall object and target files... +# + +uninstall: + $(RM) $(PHPDIR)/$(PHPCUPS) + -$(RMDIR) $(PHPDIR) + + +# +# phpcups.so +# + +phpcups.so: $(OBJS) ../../Makedefs + echo Linking $@... + if test `uname` = Darwin; then \ + DSOFLAGS="-bundle -flat_namespace -undefined suppress"; \ + else \ + DSOFLAGS="$(DSOFLAGS)"; \ + fi; \ + echo $(DSO) $$DSOFLAGS $(ARCHFLAGS) -o $@ $(OBJS) -L../../cups $(LIBS); \ + $(DSO) $$DSOFLAGS $(ARCHFLAGS) -o $@ $(OBJS) -L../../cups $(LIBS) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/scripting/php/README b/scripting/php/README new file mode 100644 index 0000000000..e4ab27d840 --- /dev/null +++ b/scripting/php/README @@ -0,0 +1,157 @@ +README - 02/25/2006 +------------------- + +INTRODUCTION + + This directory contains a dynamically loadable CUPS extension + module for PHP 4 and 5. The CUPS 1.2 module has been + substantially updated to provide an API more consistent with + the C API and is NOT compatible with the CUPS 1.1 module. + + +COMPILING AND INSTALLING + + Run "make" to compile the PHP CUPS extension: + + make + + To install it, type: + + make install + + +RESOURCES AND SUPPORT + + Questions should be reported to the CUPS newsgroups/mailing + lists at: + + http://www.cups.org/newsgroups.php + + Bug reports and enhancement requests can be submitted via the + form at: + + http://www.cups.org/str.php + + +QUICK REFERENCE DOCUMENTATION + + In lieu of actual documentation, the following definitions + can be used as a quick reference to the supported functions: + + + CUPS_CANCEL_JOB + + Cancels a job on the named destination: + + bool cups_cancel_job(string dest, int id) + + The return value is TRUE on success and FALSE on failure. + + Example: + + if (!cups_cancel_job("myprinter", 123)) + print("Unable to cancel job: " . cups_last_error_string() . "\n"); + + + CUPS_GET_DESTS + + Gets a list of available destinations: + + array cups_get_dests() + + The return value is an array of objects with the following + properties: + + name The name of the printer or class + instance The instance of the printer or class + is_default TRUE if the printer or class is the default destination + options Associative array of options and their values + + Example: + + $dest = cups_get_dests(); + + + CUPS_GET_JOBS + + Gets a list of jobs: + + array cups_get_jobs(string dest, bool myjobs, int completed) + + The "dest" string can be blank for jobs on all destinations. + Pass TRUE for "myjobs" to only get jobs for the current user. + The "completed" argument can be 0 for pending jobs, 1 for + completed jobs, and -1 for all jobs. + + The return value is an array of objects with the following + properties: + + id The job ID + dest Printer or class name + title Title/job name + user User the submitted the job + format Document format + state Job state + size Size in kilobytes + priority Priority (1-100) + completed_time Time the job was completed + creation_time Time the job was created + processing_time Time the job was processed + + Example: + + $jobs = cups_get_jobs("", FALSE, -1); + + + CUPS_LAST_ERROR + + Returns the IPP status code for the most recent request: + + int cups_last_error() + + Example: + + $error = cups_last_error(); + + + CUPS_LAST_ERROR_STRING + + Returns the IPP status-message string for the most recent request: + + string cups_last_error_string() + + Example: + + $message = cups_last_error_string(); + + + CUPS_PRINT_FILE + + Prints a single file to a printer or class: + + int cups_print_file(string dest, string filename, string title, + array options) + + The return value is the job ID or 0 if there was an error. + + Example: + + $options = array("name" => "value", "name2" => "value2"); + $id = cups_print_file("dest", "filename", "title", $options); + + + CUPS_PRINT_FILES + + Prints one or more files to a printer or class: + + int cups_print_files(string dest, array files, string title, + array options); + + The return value is the job ID or 0 if there was an error. + + Example: + + $files = array("file1", "file2", "file3"); + $options = array("name" => "value", "name2" => "value2"); + $id = cups_print_file("dest", $files, "title", $options); + diff --git a/scripting/php/phpcups.c b/scripting/php/phpcups.c new file mode 100644 index 0000000000..3faf1a1928 --- /dev/null +++ b/scripting/php/phpcups.c @@ -0,0 +1,458 @@ +/* + * "$Id$" + * + * Printing utilities for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org/ + * + * Contents: + * + */ + +/* + * Include necessary headers... + */ + +#include +#include "php.h" +#include "php_ini.h" +#include "ext/standard/info.h" +#include "phpcups.h" + + +/* + * PHP function list... + */ + +function_entry phpcups_functions[] = +{ + PHP_FE(cups_cancel_job, NULL) + PHP_FE(cups_get_dests, NULL) + PHP_FE(cups_get_jobs, NULL) + PHP_FE(cups_last_error, NULL) + PHP_FE(cups_last_error_string, NULL) + PHP_FE(cups_print_file, NULL) + PHP_FE(cups_print_files, NULL) + {NULL, NULL, NULL} +}; + + +/* + * PHP module info... + */ + +zend_module_entry phpcups_module_entry = +{ + STANDARD_MODULE_HEADER, + "phpcups", + phpcups_functions, + PHP_MINIT(phpcups), + NULL, + NULL, + NULL, + NULL, + CUPS_SVERSION, + STANDARD_MODULE_PROPERTIES +}; + + +ZEND_GET_MODULE(phpcups) + + +/* + * 'cups_convert_options()' - Convert a PHP options array to a CUPS options array. + */ + +static int /* O - Number of options */ +cups_convert_options( + zval *optionsobj, /* I - Options array object */ + cups_option_t **options) /* O - Options */ +{ + int num_options; /* Number of options */ + HashTable *ht; /* Option array hash table */ + Bucket *current; /* Current element in array */ + + + ht = Z_ARRVAL_P(optionsobj); + num_options = 0; + + for (current = ht->pListHead; current; current = current->pListNext) + num_options = cupsAddOption(current->arKey, + Z_STRVAL_P(((zval *)current->pDataPtr)), + num_options, options); + + return (num_options); +} + + +/* + * 'zm_startup_phpcups()' - Initialize the CUPS module. + */ + +PHP_MINIT_FUNCTION(phpcups) +{ + REGISTER_LONG_CONSTANT("CUPS_PRINTER_LOCAL", CUPS_PRINTER_LOCAL, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_CLASS", CUPS_PRINTER_CLASS, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_REMOTE", CUPS_PRINTER_REMOTE, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_BW", CUPS_PRINTER_BW, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_COLOR", CUPS_PRINTER_COLOR, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_DUPLEX", CUPS_PRINTER_DUPLEX, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_STAPLE", CUPS_PRINTER_STAPLE, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_COPIES", CUPS_PRINTER_COPIES, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_COLLATE", CUPS_PRINTER_COLLATE, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_PUNCH", CUPS_PRINTER_PUNCH, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_COVER", CUPS_PRINTER_COVER, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_BIND", CUPS_PRINTER_BIND, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_SORT", CUPS_PRINTER_SORT, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_SMALL", CUPS_PRINTER_SMALL, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_MEDIUM", CUPS_PRINTER_MEDIUM, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_LARGE", CUPS_PRINTER_LARGE, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_VARIABLE", CUPS_PRINTER_VARIABLE, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_IMPLICIT", CUPS_PRINTER_IMPLICIT, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_DEFAULT", CUPS_PRINTER_DEFAULT, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_FAX", CUPS_PRINTER_FAX, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_REJECTING", CUPS_PRINTER_REJECTING, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_DELETE", CUPS_PRINTER_DELETE, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_NOT_SHARED", CUPS_PRINTER_NOT_SHARED, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_AUTHENTICATED", CUPS_PRINTER_AUTHENTICATED, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_COMMANDS", CUPS_PRINTER_COMMANDS, CONST_CS); + REGISTER_LONG_CONSTANT("CUPS_PRINTER_OPTIONS", CUPS_PRINTER_OPTIONS, CONST_CS); + + REGISTER_LONG_CONSTANT("IPP_OK", IPP_OK, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OK_SUBST", IPP_OK_SUBST, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OK_CONFLICT", IPP_OK_CONFLICT, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OK_IGNORED_SUBSCRIPTIONS", IPP_OK_IGNORED_SUBSCRIPTIONS, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OK_IGNORED_NOTIFICATIONS", IPP_OK_IGNORED_NOTIFICATIONS, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OK_TOO_MANY_EVENTS", IPP_OK_TOO_MANY_EVENTS, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OK_BUT_CANCEL_SUBSCRIPTION", IPP_OK_BUT_CANCEL_SUBSCRIPTION, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OK_EVENTS_COMPLETE", IPP_OK_EVENTS_COMPLETE, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_REDIRECTION_OTHER_SITE", IPP_REDIRECTION_OTHER_SITE, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_BAD_REQUEST", IPP_BAD_REQUEST, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_FORBIDDEN", IPP_FORBIDDEN, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_NOT_AUTHENTICATED", IPP_NOT_AUTHENTICATED, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_NOT_AUTHORIZED", IPP_NOT_AUTHORIZED, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_NOT_POSSIBLE", IPP_NOT_POSSIBLE, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_TIMEOUT", IPP_TIMEOUT, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_NOT_FOUND", IPP_NOT_FOUND, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_GONE", IPP_GONE, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_REQUEST_ENTITY", IPP_REQUEST_ENTITY, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_REQUEST_VALUE", IPP_REQUEST_VALUE, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_DOCUMENT_FORMAT", IPP_DOCUMENT_FORMAT, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_ATTRIBUTES", IPP_ATTRIBUTES, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_URI_SCHEME", IPP_URI_SCHEME, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_CHARSET", IPP_CHARSET, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_CONFLICT", IPP_CONFLICT, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_COMPRESSION_NOT_SUPPORTED", IPP_COMPRESSION_NOT_SUPPORTED, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_COMPRESSION_ERROR", IPP_COMPRESSION_ERROR, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_DOCUMENT_FORMAT_ERROR", IPP_DOCUMENT_FORMAT_ERROR, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_DOCUMENT_ACCESS_ERROR", IPP_DOCUMENT_ACCESS_ERROR, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_ATTRIBUTES_NOT_SETTABLE", IPP_ATTRIBUTES_NOT_SETTABLE, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_IGNORED_ALL_SUBSCRIPTIONS", IPP_IGNORED_ALL_SUBSCRIPTIONS, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_TOO_MANY_SUBSCRIPTIONS", IPP_TOO_MANY_SUBSCRIPTIONS, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_IGNORED_ALL_NOTIFICATIONS", IPP_IGNORED_ALL_NOTIFICATIONS, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_PRINT_SUPPORT_FILE_NOT_FOUND", IPP_PRINT_SUPPORT_FILE_NOT_FOUND, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_INTERNAL_ERROR", IPP_INTERNAL_ERROR, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_OPERATION_NOT_SUPPORTED", IPP_OPERATION_NOT_SUPPORTED, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_SERVICE_UNAVAILABLE", IPP_SERVICE_UNAVAILABLE, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_VERSION_NOT_SUPPORTED", IPP_VERSION_NOT_SUPPORTED, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_DEVICE_ERROR", IPP_DEVICE_ERROR, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_TEMPORARY_ERROR", IPP_TEMPORARY_ERROR, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_NOT_ACCEPTING", IPP_NOT_ACCEPTING, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_PRINTER_BUSY", IPP_PRINTER_BUSY, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_ERROR_JOB_CANCELLED", IPP_ERROR_JOB_CANCELLED, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_MULTIPLE_JOBS_NOT_SUPPORTED", IPP_MULTIPLE_JOBS_NOT_SUPPORTED, CONST_CS); + REGISTER_LONG_CONSTANT("IPP_PRINTER_IS_DEACTIVATED", IPP_PRINTER_IS_DEACTIVATED, CONST_CS); + + return (SUCCESS); +} + +/* + * 'zif_cups_cancel_job()' - Cancel a job. + */ + +PHP_FUNCTION(cups_cancel_job) +{ + char *dest; /* Destination */ + int dest_len, /* Length of destination */ + id; /* Job ID */ + + + if (ZEND_NUM_ARGS() != 2 || + zend_parse_parameters(2, "sl", &dest, &dest_len, &id)) + { + WRONG_PARAM_COUNT; + } + + RETURN_LONG(cupsCancelJob(dest, id)); +} + + +/* + * 'zif_cups_get_dests()' - . + */ + +PHP_FUNCTION(cups_get_dests) +{ + int i, j, /* Looping vars */ + num_dests; /* Number of destinations */ + cups_dest_t *dests, /* Destinations */ + *dest; /* Current destination */ + cups_option_t *option; /* Current option */ + zval *destobj, /* Destination object */ + *optionsobj; /* Options object */ + + + if (ZEND_NUM_ARGS() != 0) + { + WRONG_PARAM_COUNT; + } + + if ((num_dests = cupsGetDests(&dests)) <= 0) + { + RETURN_NULL(); + } + + if (array_init(return_value) == SUCCESS) + { + for (i = 0, dest = dests; i < num_dests; i ++, dest ++) + { + MAKE_STD_ZVAL(destobj); + + if (object_init(destobj) == SUCCESS) + { + /* + * Add properties to the destination for each of the cups_dest_t + * members... + */ + + add_property_string(destobj, "name", dest->name, 1); + add_property_string(destobj, "instance", + dest->instance ? dest->instance : "", 1); + add_property_long(destobj, "is_default", dest->is_default); + + /* + * Create an associative array for the options... + */ + + MAKE_STD_ZVAL(optionsobj); + + if (array_init(optionsobj) == SUCCESS) + { + for (j = 0, option = dest->options; + j < dest->num_options; + j ++, option ++) + add_assoc_string(optionsobj, option->name, option->value, 1); + + add_property_zval(destobj, "options", optionsobj); + } + + add_index_zval(return_value, i, destobj); + } + } + } + + cupsFreeDests(num_dests, dests); +} + + +/* + * 'zif_cups_get_jobs()' - Get a list of jobs. + */ + +PHP_FUNCTION(cups_get_jobs) +{ + char *dest; /* Destination */ + int dest_len, /* Length of destination */ + myjobs, /* Only show my jobs? */ + completed; /* Show completed jobs? */ + int i, /* Looping var */ + num_jobs; /* Number of jobs */ + cups_job_t *jobs, /* Jobs */ + *job; /* Current job */ + zval *jobobj; /* Job object */ + + + + + if (ZEND_NUM_ARGS() != 3 || + zend_parse_parameters(3, "sll", &dest, &dest_len, &myjobs, &completed)) + { + WRONG_PARAM_COUNT; + } + + if (!*dest) + dest = NULL; + + if ((num_jobs = cupsGetJobs(&jobs, dest, myjobs, completed)) <= 0) + { + RETURN_NULL(); + } + + if (array_init(return_value) == SUCCESS) + { + for (i = 0, job = jobs; i < num_jobs; i ++, job ++) + { + MAKE_STD_ZVAL(jobobj); + + if (object_init(jobobj) == SUCCESS) + { + /* + * Add properties to the job for each of the cups_job_t + * members... + */ + + add_property_long(jobobj, "id", job->id); + add_property_string(jobobj, "dest", job->dest, 1); + add_property_string(jobobj, "title", job->title, 1); + add_property_string(jobobj, "user", job->user, 1); + add_property_string(jobobj, "format", job->format, 1); + add_property_long(jobobj, "state", job->state); + add_property_long(jobobj, "size", job->size); + add_property_long(jobobj, "priority", job->priority); + add_property_long(jobobj, "completed_time", job->completed_time); + add_property_long(jobobj, "creation_time", job->creation_time); + add_property_long(jobobj, "processing_time", job->processing_time); + + add_index_zval(return_value, i, jobobj); + } + } + } + + cupsFreeJobs(num_jobs, jobs); +} + + +/* + * 'zif_cups_last_error()' - Return the last IPP status code. + */ + +PHP_FUNCTION(cups_last_error) +{ + if (ZEND_NUM_ARGS() != 0) + { + WRONG_PARAM_COUNT; + } + + RETURN_LONG(cupsLastError()); +} + + +/* + * 'zif_cups_last_error_string()' - Return the last IPP status-message. + */ + +PHP_FUNCTION(cups_last_error_string) +{ + if (ZEND_NUM_ARGS() != 0) + { + WRONG_PARAM_COUNT; + } + + RETURN_STRING((char *)cupsLastErrorString(), 1); +} + + +/* + * 'zif_cups_print_file()' - Print a single file. + */ + +PHP_FUNCTION(cups_print_file) +{ + char *dest; /* Destination */ + int dest_len; /* Length of destination */ + char *filename; /* Filename */ + int filename_len; /* Length of filename */ + char *title; /* Title */ + int title_len; /* Length of title */ + zval *optionsobj; /* Array of options */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + int id; /* Job ID */ + + + if (ZEND_NUM_ARGS() != 4 || + zend_parse_parameters(4, "sssa", &dest, &dest_len, + &filename, &filename_len, + &title, &title_len, &optionsobj)) + { + WRONG_PARAM_COUNT; + } + + num_options = cups_convert_options(optionsobj, &options); + + id = cupsPrintFile(dest, filename, title, num_options, options); + + cupsFreeOptions(num_options, options); + + RETURN_LONG(id); +} + + +/* + * 'zif_cups_print_files()' - Print multiple files. + */ + +PHP_FUNCTION(cups_print_files) +{ + char *dest; /* Destination */ + int dest_len; /* Length of destination */ + zval *filesobj; /* Files array */ + int num_files; /* Number of files */ + const char *files[1000]; /* Files */ + char *title; /* Title */ + int title_len; /* Length of title */ + zval *optionsobj; /* Array of options */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + HashTable *ht2; /* Option array hash table */ + Bucket *current; /* Current element in array */ + int id; /* Job ID */ + + + if (ZEND_NUM_ARGS() != 4 || + zend_parse_parameters(4, "sasa", &dest, &dest_len, &filesobj, + &title, &title_len, &optionsobj)) + { + WRONG_PARAM_COUNT; + } + + ht2 = Z_ARRVAL_P(filesobj); + num_files = 0; + + for (current = ht2->pListHead; current; current = current->pListNext) + { + files[num_files ++] = Z_STRVAL_P(((zval *)current->pDataPtr)); + + if (num_files >= (int)(sizeof(files) / sizeof(files[0]))) + break; + } + + num_options = cups_convert_options(optionsobj, &options); + + id = cupsPrintFiles(dest, num_files, files, title, num_options, options); + + cupsFreeOptions(num_options, options); + + RETURN_LONG(id); +} + + +/* + * End of "$Id$". + */ diff --git a/scripting/php/phpcups.h b/scripting/php/phpcups.h new file mode 100644 index 0000000000..ef79ad13fa --- /dev/null +++ b/scripting/php/phpcups.h @@ -0,0 +1,79 @@ +/* + * "$Id$" + * + * PHP module include file for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9603 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org/ + */ + +#ifndef PHPCUPS_H +# define PHPCUPS_H + +/* + * Include necessary headers... + */ + +# include +# include +# include +# include +# include +# include +# include +# include +# if defined(WIN32) || defined(__EMX__) +# include +# else +# include +# endif /* WIN32 || __EMX__ */ + + +/* + * Zend definitions... + */ + +extern zend_module_entry phpcups_module_entry; +# define phpext_phpcups_ptr &phpcups_module_entry + +# ifdef PHP_WIN32 +# define PHP_PHPCUPS_API __declspec(dllexport) +# else +# define PHP_PHPCUPS_API +# endif + +# ifdef ZTS +# include "TSRM.h" +# endif + +PHP_MINIT_FUNCTION(phpcups); + +PHP_FUNCTION(cups_cancel_job); +PHP_FUNCTION(cups_get_dests); +PHP_FUNCTION(cups_get_jobs); +PHP_FUNCTION(cups_last_error); +PHP_FUNCTION(cups_last_error_string); +PHP_FUNCTION(cups_print_file); +PHP_FUNCTION(cups_print_files); + +#endif /* !PHPCUPS_H */ + + +/* + * End of "$Id$". + */ diff --git a/scripting/php/phpcups.php b/scripting/php/phpcups.php new file mode 100755 index 0000000000..0b56693278 --- /dev/null +++ b/scripting/php/phpcups.php @@ -0,0 +1,69 @@ +#!/usr/bin/php -f + "100", + "page-label" => "testfile.jpg"))); + +print("cups_print_files(\"test\", array(\"../../test/testfile.jpg\", " + ."\"../../test/testfile.ps\"), \"testfiles\", ...):\n"); +print_r(cups_print_files("test", array("../../test/testfile.jpg", + "../../test/testfile.ps"), + "testfiles", + array("scaling" => "100", + "page-label" => "testfile.jpg"))); + +// +// End of "$Id: phpcups.php 3603 2003-04-11 18:42:52Z mike $". +// +?> diff --git a/standards/Makefile b/standards/Makefile new file mode 100644 index 0000000000..4abbb9d0de --- /dev/null +++ b/standards/Makefile @@ -0,0 +1,121 @@ +# +# "$Id$" +# +# Standards makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + + +# +# Standards... +# + +RFCS = \ + rfc1179.txt \ + rfc1321.txt \ + rfc2222.txt \ + rfc2246.txt \ + rfc2487.txt \ + rfc2554.txt \ + rfc2567.txt \ + rfc2568.txt \ + rfc2569.txt \ + rfc2595.txt \ + rfc2616.txt \ + rfc2617.txt \ + rfc2712.txt \ + rfc2817.txt \ + rfc2818.txt \ + rfc2821.txt \ + rfc2822.txt \ + rfc2910.txt \ + rfc2911.txt \ + rfc2965.txt \ + rfc3196.txt \ + rfc3239.txt \ + rfc3380.txt \ + rfc3381.txt \ + rfc3382.txt \ + rfc3391.txt \ + rfc3510.txt \ + rfc3712.txt \ + rfc3986.txt \ + rfc3995.txt \ + rfc3996.txt \ + rfc3997.txt \ + rfc3998.txt + +.SUFFIXES: .html .txt +.txt.html: rfctohtml + echo Converting $< to HTML... + ./rfctohtml $< ../doc/help/$@ + + +# +# Make everything... +# + +all: rfctohtml $(RFCS:.txt=.html) + + +# +# Clean all config and object files... +# + +clean: + $(RM) rfctohtml rfctohtml.o + $(RM) $(RFCS:.txt=.html) + + +# +# Dummy depend target... +# + +depend: + + +# +# Install files... +# + +install: all + + +# +# Uninstall files... +# + +uninstall: + + +# +# rfctohtml - make html versions of RFCs... +# + +rfctohtml: rfctohtml.o ../cups/libcups.a + $(CC) $(LDFLAGS) -o $@ rfctohtml.o ../cups/libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# End of "$Id$". +# diff --git a/standards/X.690-0207.pdf b/standards/X.690-0207.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8f88864a3694c4396ded15228beef7619a3b766f GIT binary patch literal 524444 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 S-UvRMB#ev`;*~n0*<( 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

4`p75W{?z-9xR*tq<@aVx>@#-=E{c# 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

dkkBX40z=#lj*anvNsKTDZ870j3 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

hqD{XnGh4tf_ZcI9I;bRdW)V-RsuaW$ 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

cjtAr6$uBe|SjI}-?(~MC+BC!AFCF9Hz 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�^XS7ueZUBuY!ROBH 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

w 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

brci2O)kf?5t5ckQ{IUHo zkgAl>6k2(4R8ADXsX9sGoqx$jQ(YFX9BK>-Bwdh0d)mYN_3&7}I0=k9B=Zv|$6i7*sB>lWmHEWq1qI&?j16 z!I1bYim9dyiZps21Ab`msh@IBLW7Jtrb1Nh;T2Q^6m@8OUb0X3U{9hEh@E1f4ekkZ z@gZp^?`SY+i~XcX^KEN)<**%buP1yhBA73#LeA~@f%vWb&t}=_3m>|?5*sglweI2({GFY)@J8bc`U6G! z(_qTc<3HoHC5cG*Y8$WRlA?P=@r@Es zlqz<3f&6LuO^lk>@4F9o5BJ&hNk~hB=v%a>z^CjI1hzFWH+rUZzNVSmE@`Bap<#C-K!TF(ZAmX;g!{pb=$MKL%6-t{ zSpPEQjBhX%q}{F9l%TeE$$;%epX;z>{4Q=fnG3NY-qwEyriVPPkh9Xz&FayQ~g!L(9BD_L`XV!^qS^@i_2S1=#TECIo!9} z^15kd1Vmd4oMnRf<<{lp;5IJIMTv2)yVvgh7YT+B^pe+g#KaR}M8#uad}PY|qvb@< zyP!G3SWQlOs*TrPm*3Ltap%JE>H#?gCy_fVepyQDB?TL!LC2vdp~k;@SQwdMwrYNt zoxbIPTjov%Im~5;Hboj_%YP5wTK+%z(p34j2^2ekQ*DyhoauwUB^iprdGsW0L zMhV}Y2vFPsJ|D?^eZ8Z!wOmwxJi!Zcz2Np21m|$e>RP%HS^0NT$pUN1Puy9m zg}{5_Pnu9@40I--7;*X}Hed45e!YC4_S;2K$s%x zWg`~Rly?ozjtx)MM!t>Bg)VbXk)l$|i~4S9?QG3%HFSen5L9MCkdy#8jXb3Gd>jvb z(EWy4Xdd<*kd1sG44zp~O?`~V{8FfNP5N!vjXXTlOuZAd$tUBQ<{fNLv~RGdTj$Zf zmP9BhJ(liq^c<)VNB7^bhQg`f!@R7`A+Q;-6L?X+JcI<;dV&;5=ZsUK9zjngGLT;f z&1*Y4nLT~VKjpkqs+WeJ{r2TEIzA(wuD9P4i87}MS>p|bj6a3|{+_`R{~cOo{TJ}y zUn%{6C3=FA(o~A>)&{m#|G)tyjErrZ%$?k6#Qy`i8R^?N{r$4P!65^~zq`r*W@<{d z$~NZz#il;z$^L(zNg)a0 zzpMUkWc)u)=syA3|G1%4LRit=(aG3a!p6k*-)~szU^VffutkVgr{(Z^m-^)t%?{&e-{8!4x@i$i1{x9o*<6q~# zfAz@ne*(W8{{eoP|B?IB|JC}pul{db{%@W96ZHLukLN!lUi$w4y!8KwcNzcr%GH0b z`&Sk<6AK6P|H8X0%=G`&O&_J=>4bcQ^0Rf5xwh3Q-cLmgnC`qPcfTu-@W2SdiiMjW z2Og`<-<}B$0uLPrR4$;%uGG#AGC@$S#vh?3PJ;x3C1d^T*FHyZN@4Osp&0@^hZ6Zn zL|9z*_S#_DtC;M`b@mN!&&TWaB*BAKTT3Vm6kyPqR+O5p4BGq%2P~rWNtla4}MxDy#Dg%$j~O( z@$ z+Cal*r0ecQ3@ zYC$kM|G}iLEyGh{^Ff?ff^CHZ$5B2IMJ?DPXBlR-|4(wq%AlSdUo2B+aI9VM9%jvf zBVv(5bbQh{eF8z~y*cAl9^L|whCuWqSd$!8b_v#FF*?m~7&U`*QUqv$=wd{5Km62w zYb)jVfVzoPtQJ9Tvh;nCmsmFypIqK=6`*m!BeHRqA-Qc;8!BB&0+fnrdM%hT&-Is( z2tmh5WTp{nHnvPnj2g#SynPD=`lJhrW5w!TubeE*5MyZP&5kFnIoQknZS^frU>di? z(nsRln+^6@xYq7iI}BI**i6HvmDsE#fx_0F*aeV~H7^;e@*GSvsIF0Oo039kYp3{1 zX!~HMVA)9|Dv_>LYRn-S``?Y>P+o{7jdv2zaY#n-StKW;?)56yaXkq=DIJG4YlItz z8xeB#$p*%4^)hP}m&&jdrb#bJk>}zpVla&8=kiZ8=Pa7Gn)TL=)sxExEga|Axg3IS zIHt2vg|FKpSmZGocbML!C~NrBkhNimXlB*-Y?$L@aZ++EdKBHe(BN|&`wST*RA#I% zwlq_v9Iw&XV$b;t|7 z4ftdyF%J#W5`v%zr8q=s8Gd88{P=6cnYN5kr(cB`+vIlko2PIXoPhz|GxG7}-Zm&x zK0k2nVQM$Z9$c;;5j3j@a<8LBi~uf?eKN~k7E)YYtp5Ys#$!A%Om(WbnlwlqV$-X?E8o9os>uI5V5=&jvVvkWF}@OzpWM) z;=S#a#S?{?7L^vme)P>EufTulm$JU*3jil3B7ze?-mJ99-n_Q1>M+d7$0NXYNGliN z7kNGk_LvmC!jOpMvNH_qKLJ1iZGrd*8OrO+VhKHjPBrGFyjgMlc&5DJq`YaTAeSBy zvJq)NoMzb9@ULi?xrC>lO@X${GTDTj;RTzMkW3EJA2`*A9%IO9=V2VKaEtDZpXZI} z_I|L4iL^VrDjSJ%W)KyoMH!5X&st_s5XANeiQgKrL9rXKQxQqf-J*wk_$LPtXy@=3 z%WLgFAro_DcSkt|ZlZX!0eW{LWTLYAb72qvX@l`(k7}N!1jlMRer(JrB>?8767|9yp`l0g@o?^SrMBJPxbm*)U{wd>0YWlczdN3h&X{>Y~PR&fX`K_nb zOw#fRvxHJ=*~hgDF>C9yt%!J>I2AEb{9>? zcHqUVsmmEBMPcj)RiX$PNrJK3gb+u|#HvB(T*&@@E)Dl$GK~wktg)J)Mn1wx?yCKZ z2xsP#bg2;j?cwqdN^Pi04FvvT$VndU% zvpzd9>(=P4T9qU0pGu7tw$G)pNcOPGa|96N-eRSKK^J%=EA=$;6@pCX1q>#&mS|_% zX5IBR8zl9TvHP*87K{aq33QfW2T{BOlfVxuoRor=U*t$jjE9>V)3gNq=Ct3WVNX~%S z2?&c}kqgEemcK_0n$1{Gpfyuaj}@X!h)sNZj~S7C=ijc#>W%c%${M*|c29H%++6#DzPzUSh`Hi5SpXLWj?rLOHCJ89Vhqvi zQnG{b-)l~c)JB^3AGZ7?kCD^@v4uMj(`4~t znzFx8n(;g8c4#i8TLq^3K@W3pzm+$!smWrOT6F>%f_a_OsCM1c_T3f!AJX0eDvxDp z7Y-ggKyV8XTwmNtaCdii3GVJ5Ja}-2;O_43?(Xh4WG6Y<`=0at=lkzk6w_}@O;>kK zJv}wut3n@M1Bjbos8%_BzC9NO4@|Y$C9tWk-j}mr^FJS=b$7dgv6ZuAlcbgMdO$3| zW=r`D2)Wo{a`{=iy&(fIl|WzjA`HkWcA{OptCrGqhYfJzl|d>pG2dkR z7|s2;#k)xktstri)3Bh+GQTIxoyYEhY@K=Wi^6g`*D}=R4naBijsy4!guZ1nAb1-q zrWfpDHvDN&6gH&+jusX5m5CzH7L18z6%`HhH_m+8yGUrs9Xc;h()KmoB$^MRH@2oS zoBVQBxnp94>nWc^q=WJjm?iSG(|den(+!UcKO6VKL{^7X4GNE&$Jsb9kS%_6k=lv~ zbLJSUf6b)*dj6uR%rcH%lJR7!#Tlf##)&5WQ!K2Llu$(dvgy!p?{HptPEWOP#+zoM z4r1S%MD7Pzyr-Zy8sr`OJ`OQ&;(Q(Q-cTc)@pFuf`mq52?Ygyj}V z8RP)B!M7^^E$(#L7)G2DSwAshm9kB2=I%>)N z>I;5jMZXmW0Lxjt1C7Dor~@q&Ed!xlSTPjs;P@m;(pfRqr{O?MAq0os^&eK-lU_u*J+`!GCl@7Nz#4ML)(G7C3+N%rVfqkUD? zk@S@G`NCTGAQkx(y!qhv^&8F3m%f<~&1WZGa|hcmiAc$qP0wFuk(@00J1)P?PLsbXk%#QP-Uj?Muc?$ z%|3#O;lF^wRMkjVhi({e6hB>n;hLesl#$q+Q*S`SG$mVtF8{D8$7iQq6(>R{DeKEk zjG?QTkVqWm0%t-5Zo*hw11c|%68om{n<$Y;1xc()2<;chAYa)iFbr&L-y&WJJIo!q zUQQWeukl@ytJ_LBjuxzbLlR?vvbgu5 zhllIi;_eNPa{Hb-T&neM*3`+4!_S*sq!Q11QqQ+Eq4yl2b?Z7GAj~DdF-G;~Vi+61 zwG#}rTc~V3icuiSUFJ}$nWeLru6DDr6rjsRM~f9KKx z{OPy>(EbY5{V%7$@7LWwJT9 z+QXo@;>O{$W!^{ls6Pk2AL}7m>{<%x94s>et~Bl;8I$k!{{21Yy}^Q$^)v-eqHq@e z*pZ*UJm;oS%fLYIywkBUUNBqRwul$J61o2klIAOyZA0FFHy{6I2mT-XtGw*9r?&nP`1&7i5L){GX_r4O!+)Iff6b?m*hg_ep}%ikmy{8c{T~(M-|X!F zr*nvw@u%wi?R>!hE5ZIhGkA&gNKf;x@Qlpge={*LzXLG;6$SEzev~oN|1GfOulS6x ze}-@TPxMmxM}zN7e$h)@NS5!9;g1-QjEqb_=tmj=_#I>Ng?{vcndNsG^Uw5;*pV+$ z7k@E$`SDWWS0T&yJN!z&{>u0+;LDGf5qN3w zL#UUQzb5jBWb}WH?JwRxTD}ypF#n9M`7*;VYyi)W@&P}GhT&iIs~51pX6sLS5%!0Ad>8gl`X%o#`i~5L zOadeQyZ>0m!1#OIVSkO@pY(F~f0zGDE&f!G|NJ;G(*J)xCTf2>TSW8c(IQ#~hJTnk z#{b1hpO;Xpf5s|hr2U)Amx1QD%a`sSK3__}cj153_^wARKREr}>-#_0%YW|xW_dYS zr1-NZ^z=-B_=CTzIqkps$U*zxe&hhq{`KMHAC{WuA9$**tEr`}sjC}(abbILelh{q zJ0M1RB|-_`H!L;){rUN2uS7Ath3IIE;E3?bVxhuFZ-w%p zT4Op1^J+VxQXG44`M_@Z0txd-ouHt?SXiJwzM~69_L2^k3GVYq*YqcQrI!E7E}vV! zlslbUNJ?AS*j!txirX!LTZlj3%fe0FO-S!!z8Bp@!@vVOwr~2xh3Hp4zC2Q>ct=g! zv{opf5B+DtZxPR>-*T^X-Q;BH5#@M+StF4ndx-N+CMGG%M!wEG_w;*9svCo%hmxa9 zt04IilusLKj-A}U5N?%2YTOiGdq>$m7Al!k3l2XP$@eyC zYbi*X=~$X1vug|%rYe`aDGWZS&ktVlWZn-aa@xJeg9~`G?NrRRuupt?vJl_e4*f>+ z6*f*Y-oFX9O#ACo4m};yAG*TwzdFhHFWeWEk(7{^A^&J)^y5t8|MVFCuW+A^=AXF# zr{(+qOR)bhjekU5{sDyFrTJm~zSA!=3t;)fw0_THV5a{Kn!gR*3+n!A_&?F_2H%dY{*nj#tK#p5KhrEfjrOnnKaKPc z;QxuE|B~S+xc=(%@AOMAeq#8`^`!@Y$_M+4)324mFJ}LYYfbmvuF^98b$uCxmudKG z?ZWUE=Uk{xX-p z=j#vpOWZ$}hrj5b$onts|G7H*lYWf%&q{yNpBnNXHTvbT_)|OnsoDSCBk_H3e%DMtUbCU~Xkn7n2cW6-&*CY`@k?Eq!V3ywiNbV*^`*4=gZa8qGB1s?P(+1k6& zN|Er`q6TXfSb2pf$x%9XGK%cyEoyy`35493H=MNcsi@ZG?^hCG4O=4sj~V<7%8zeP z6n3jZo_M-=Q5M9G!FJGJ)r0f;T=pB^Qy{#q%S2R$mqaz@pHu`vTM~wV4G6+cuC(FJ z9c$f7>E%gpZuAw73moO0DU;UY=Lk|(2|m#~OPzx76< zp$Bb3?t&Vr?banjjg`q|5~J|UDEPV&@L)DeG&lN2n)Ij$7E=6L{(DkAJ#>=peg_tr z?4I$1LA9IX2TI~o7xjUD2c+XQa+mI^cDo+C=_}szsfS8GWwxSvM#bPUKcn?Z+)6Oz z{3>OUX>nuJ$~6yCpiU>-#wwhzY_@Sr-0)L87j{n0jowdrI7Jd8GM6!Ttp0;i{Ziel zHZ@q3SQ@NOY+J1IEWR?<^7d0UQ+9VOn5>D+i7d~1FxLE_K_5~-_yh5vE%}A7noQ7P zpnc@GUMI+C1at(@5n+yp#Pdf+Xcy8kVz7lSc4@8qSa#KDFIZLD`_{46-PN?IMHIJ! zRe3pq9R~4^`e)PFmRHU$9ca2~yBXU7oa5IA(6>~}C-(05))m5q3#AK^O2am+ta_ux zb9S=u?PVkCDWpD{m*K~~ivw6P9CbCaL~NhptM~0YvT1AqtN5A4QO?U>_$Bc`Pu@Lf zSn&Z_0`=BatBaHr><6jJ@D;}_UBT9V3|gS&GapphaAIzx_h=H zDd`E$N{zgS5Tmy%0m@1#XhDy!SPiW9_4HR@GGYNf(@6a33Db-o-voC6TRg{LseVJe zrn3C80`}Y58d|HYX*sPS%1dM=?Qm12Jp^LU$i000?GX|T(e@(UEQr`iQ=#(6Y(g<% zjDqoF015#B6y$`3RZ)R5JjN{f+gYLYRD7AJNm^x#vO!j^MkGUPg6X3sY{djs-4pyu z!uDl$Z(_Q(`4f|4)Opak!e*$naU#?t($N0kIii)q=1_lpTsge~ z_~-I;Q#13$BrTR@GUOzr1f)o$joppgf$^pBsqs0aHOMRaQ)Z4Q91Zwd+?wNB=mn<5 z=|1_|@Ve{T>$*vq1%ZYB#oeRf1?UQjv>gD4sjizDs%Jb_vg&EX&_tIxm z4P6aG4b9<-oLQNJ=6p9hfql(HJ#QH5`T7YA3s}p2+lH)Q-Q;J(S@>i0vhon;Zc(ow z!h99Gt)m42?E9x{ifeg|F%xtQq7{s3tb3S24FbC81bU9sggFN^^Gy9+C%O9`cWb3>E*QQCAy@cbVO$WdL z(83UI;7aqe1=3z+$k~Rsask9AZy7T+fxF1B69ek|&h19n6C}Le17N-57BH$%zbu5A z`+#YLq`rdRISw-?s$xiPmT@Q>lRpYKCp6jXZ!9UcftP9=L4BCMD4V!9B09(8Y=nE5 z17h=ePnsi>zm(kMXH;Qx&h+*F<}v~tdY}K=LP|~+Y0@`57tc6Ixh+mP zU@jf5GE-AZVFKyWH}wP+wgUqH1O3~&FQiy)Lb%f82!eR{f@p1o7=c~sfrexWfkxVO zgWd8xZ~FqRB9riQ`gW~ilPIG$RBI)vxO@pek>c#? zW{E1l0ZrYIaY-2d#F)Bi?UF)$!q?Q%Od40$)?A**;Syub9Cyx~T5@XJ)XH>=vb+V{ z)NX%^^W1uU3xsNgz_lUp@Fn#`rcRvc2AyjgRds-RwgcSs?db(Vl_ojdsF-P+K2{ez zvqxS&s%^xgp2Dn{8=-Swb8m?r{4HV1m|1CRw+<7^TGL#7Kfs@}%k<8Ne@vo}I@0iM z)%dkdD$WTF&Jfb=@`1vwyO;rn`_kqDW(4o&9{%KgL1A<4z`60)y|BWcXUqj_@bca( z`^;SvwpC(I$oJ1kD{~0(@D%U?Sl>%cOu^;r7;-TT7y zerg!LXJ5W{CJulB@WLR+dQaTzYn4wC8@!>t8!NIQ&B9k4(Z69;3(Ryz zcAVTGWDcG)3#?zRZvL5WQ@&Qryj!f1rvmw~gR8UIqY1@{JL^OTi~5Oe=3~a^pw2y+ z{_3h!_YcV}b(eb(U`($eVWGnfXLho>@{0ne=xO&h^#?N!0i~46RmRxUTQOCKbM`wk zdDagFkZOqab|S)dnKs9x=auS>GWQpUaj{G8EiE6tlhJwn^z~sekNUC^2&}C%aAV>$ zXzoIpx^%(CG{YQ|RoM9>DmZgHb8%sFmtWZ-ZhA=B;v)LWZHRfzAHr{tQA0Iz|pr*Y4_R!KAP6mhlbQ498>SlK_b2==M z#D1AGuJLd?Fx!{EXMM4G3ys=bXLH*(X`MV~IZ4h^02%E!Ef`&ws<+LeN^8>^?@y>DoT%RR_+m^859cJeb z`YBj##S${F3CHzy?=i@TpkY4_Y76_57I+jWX}Koxow*K*Q+XLKD}iEuEWzEWt+13GJ3mZ1dD4$Q!$< zx9Ys{(*|f$vO9Yh72A3smiA#?xIoNQAS~&0k*pgiYJzafMP|z8>k8Cjmv4_@qx9(q zydNlQ9|=X;nfzSlVUHP6Z>D5#E<+nCn-Phj8A|%a79?hM0KSb_U6Pi)&Xbu(#EsFhUIQpOxLD*(XeT_Rk3XDraN7%z1<+4c3q9sHEgq@s z(YAf^S-i73SWL5dwkhzpNsoHn>pR`k92-g-O53F8(U{B9G($94>V~4H-#9U)J){h0J!`TDDIHXnLa%*c z)@vI+muwU`vNU(NqsXslU?WhZ^VvrbT6L;u=PMH1SfboGiae-100S~hOeqpQ_-6F% z9~9yPl9~vPN#gs^H>)~P51i7n+Rorj*i5`CQyB&m^whLC3>$aWX#tQu7o+DLo{ON_ zY#l(#L-Rc}-);7r;dWAiOeMm=W+cpwzUX5~ETcjvljKRy*H&W;XO9&<@Z;LY3lG04pz{~p%FDfrO zVV%Q|5gy-w3FvyQy-%DGz30PA6oRPn?zxT_mhP~`twOD#@#rjle(eo<>`h`!-2~E% zK3MXKi`aXyVbE%Wgyt)wDY!$wxh|izUI^hF;y}~N?bzUcxz*a4+CedaxqcexC~zzx zqw>*t!3z20it2Qy^S7piW7NDe&&Z*(&p>po`B0&?^m3Mc=caFqb3eW%wE$k!4`4QG zw`Y_jMEYX)X4Vyrc|!4K$;hfn1AvHf> z)6~Al5P_3TGPRN0w$vP(td#>6wOH6fNo>HZw zYbGO+$(e<$EN`kKo6#*#sy*Q3+sJ3|){mF_ldy$IE5{1+)v@7|>4L53oy-+)86l_XGdyJTEUL-s~w z8)=nf$Y(y&6JO}{D*NRxpYP?VyJjg|`xlE!xG%Ve)^j|tfoHn}G< z5~^(~1<3BHU>chlIt4HmNBh2~DQV-uN)~3hy=f=mP!+M;(NZom@}$DYo@H@rrq3Z@ zY18iy2pv@#6EyP?S7vGqTb%ceZ0O&KeZRP;#y`kp&m%H1_9f#e3)z#tP4BvY)T)dw zxvpo3W;)lTyRO%%r=r>KNxoy_GBT-ixSIcUH37W_L$JAhX}*PsHRrN1-7-4*7Z4ps z-Jt$tudKMXz{a}*#ZXi|W?Ok5LOE;Vt>TmeY6a^r48_25C0VxPXA59dSYkCQITv|V zWhW;cJY8Z?_PIwu;)B`tfg`kKQJAsd5p1q|{#t>?Gr^RlfGkhjROTxBuR}7O!_SU{ z*Gh>B=XOk$>bt}2{i4AYDX(9vVdu3W=J;{g(rDCT_i&Vf)UC#~(g+W?25#(EMyejQ zi0e19s4L)uFibwac?MOTYsA$k>~&Mt350PG%r@@oEtllEFR3%H-X9&+4^WKyl>H6R zs$!0bNtfqkGFS5f8Mh|ISvh{hrLD?g{Zs^2)c&Qt>{*#sxD9Usv^2FDG$dkzEP$(&>agukel2Unq;xG)v zj423Vs5)blNWXj?G(ue$h4;+G;k?>(S-M1rx+GOX`g56{?1Tdv&z$Ct*7FW^%$^vdAX=r~PcOb8 z*Uy!vMol+8(7M$+QgR_;4iWkG%`k5m zm9-E~8d{XOn?{lyIfkfCpHT)Nu8;WSRzw-B6PPgz(x-n0KBDoprw7hthh|LVWPLA* zJ@1w0&^Gy}dMFpaSiAOWyk>k7tY$mC)QnoqXT(pH%02NR!+ejM zGWZRHWb_#^kc(w&2L2q3ksanpzGT|fA1w8i_Vlw&Y9@G2g5rcrN%tNXo)*B2HI5#h zRQq_8T?4u&Dmr>Pdfu~xsv5zoWmoy*1U3=G&G_}l1XY%F3g(5%Vu+!t=qV&6yt-5Q zLVm!3^@#QkDqw{3y70{=YZbAn1g}8N+jO7KGM9Pw`-PhLFnpExMhf$^_5z1?`MIgN zMoZ){$^$(|nVG2o*4xk0C3YQdedc{k?VP~@;r2n&730R(a>#2!He4wv_>ut_ZQO8S zfra=qJCFi-(6~S$aIEv!r*bhl7i-^jKkm%w+$kp;auf43GPTnkSW_m0b}Xl}gLhVr zsJ=T)qACxtJ5Gx~se7%+M|EX~Ge2>*7Q&F+{rqinvOlNFjLp`#yQ+4xQ09#<@i3LM z!H0VrP0f|*Z8$Z=C9IpxyJ7j9ZdO6QlVuG0W}SzQDkP-|*(tBpT>s z8T!xsAx}pkAy2n_9HLqVP9cd3WG>6I?Nb8Z;y-d9@Dii`9=iZbA{*Nf-xvC`Yc)clKlHwygpOM17IhD{;TWc!?`pdkUbJ+)UGa{E* zt+qE-Qx7=FRI48M*N5)QB^C@RtW(&oWsmx*uyHR6&zjsO4DKI^tA}Dznx-lYZe?kd z(p?F=JbK^mU5I`z1WdV@6v+*Qt76smYAK_Y%c~)&p`S z7MaqtV%djYV_FeTW|k>x-O3JIC>h#8_=-)Sn)%P9kr;u7|Eb#5nd99asJ zfiNepvAt@oMyf_*(c6)8WU_VPh`bLh@7_MWzn`InWa=T*UJt;PKjF;YY~FO&G~Vd;Ti_-gyNeG3hItr44;|q@+_ts= zC*+NJpM&fghpDq}5Q}{d#eag;{2Kol;r3oW0{crwNOoKnA{p|YAt{^KJhNyc|!SnMAAls_SSI+70w)=;&9c{If2aEZ+jQN3Up)g8_^umNqJUB7-`Hjk4*NI!#V_ z$?`z3f=odgV?r#6Q+UfhZqt0}qD$bedz<4nuQvsxni2J2zh(8{3e>?oj)m9+Sb40~ zfayj{bTHqCT!t|LbtT>{TUn#WH7Qp8y$p&8vzYzTFyWKX5^1~C>~9uEWl6kjX(dW% z?x-UkfacLlNg=*3T*!=S2crzK&6^$sM%Q}!!_A!x$~xKEH@JZd4&6Koo}=~NTzIKRT?VPmy1sg-*&(C^%%Gt+g4 zmfo-jo++JS2yW<{owqSSYfyo9Zy5xc5EQj+=G`WeMikNzjl z8v77%UvL)nPTlUSL*)7j2_NHpeKpyF86%bg0nv8V1ER@KC#PCWFr%Y1gP{}BBjA^; zV`pD142@w5L(Z?+Ko-G|K(4=LRQt4G#j|tnUxR4VOJa@`Txm+CVqY*GG=1e1*qLDC zPK}MI!!o+82Rr3(5MS+HTDfy{*#Lxf3*u}$Btcf;8u?#bmyVAB!rO62rPo!%8E8;B zpC*~_1KMYfI}?ad4T(484>L)H*+?aL?j$@ilUwST;Ft2U<~%G@#bK7RJguOhmolVT zi|E#rqHrvpgqlZ=M-dmB-`uhvMmM!L5rFSK;m{4eyYX38F9lA*O?y-nNXmoTM%es- zzRkM~ov!FceZn?+0q(G6KMIr&aP_+eTVhJazr4o}M`^!?YlN{Ut8Nfg77aZ!OCUla zn5vQ@TqbXVJAz+!J{Qqtm`5P4Gu&&QEty*(DIj;TyIx#;!;KgK87SI2l?F)$2?V9B z0)g+P0S1a#n1)?9YZ}RLk6_OPxhvR7YWQu$a!$yfw2F{U4#6}A;hw?Fz(!bQH$*mP zPc+MY&XUzQhtBNMA3t-L<+=fPHq?jgaeQ{samo3}@tEU!!Fq_}x?u_lO-5uB&7Rlv zTP#jo%}OmuuA64?r;xUQSuwQsGa}s~<%FE88_yZ;tqhda8*P;j`nj=H!rwL9m1{=G zeho&<=X!)U7s;SFHjKL~OBO9=R6?t=dls_ISXp4gu_} znXxX5y8wa-*Ry0%CK~4Yd01ivjlnX+rz^t0HU%xmztF_U)zAaZ%l^%BL~!ZRbnATZ z`Mh6wJ?=Rsg9Xym5>h}bpat#_VGM);pFL-E4q`@6LK zT_?Qm+x%x#UQ^J0eo{b&fbmfYw^E^RUGpj=MlDnH8csZ5TAh?VkY zh*K_%`y{`d(e6n$XOx`XJ|(gH>beL+8Os6Vo-1%J^44GnZtGry|M`urQfm7HKv;#1 z6qVU?=AIx%rSXJe3#{3bS;^=2*-O>;xMTu(CanDO)y_3h>V{=mS8p#H`V{2^{yF;_ zHM6%n2hG@a^{|}2O`;N`sCBGPbFAVSsRvP;+Bo5*aOX_B8%irO*^S>i-9Lwc2t2r_ z+j@r5@394ep1(FbX#`?VzrkC?KZMkTKDvo%a`u!rA$$a_!M#ANXa-K9b)7IL-?i1m z)#dWPLVu#tys^lXTkyK(Sb1~ee4mWkFlFOH?FDUU{H!$Be$q(im?FiDW2f$WDX+xT zlJZLXREvLya}Nr>-F+$(YzT37m#8b+LIyPWw^#k@UmHV4NE_JX7OHVlfz)io zR@l;!ghG%ncoHoQfS>qAE`{T*JytJpR6iOSH_gz&@bd3_d$i4$&qNuvjVE|>@4$LdiDV2xLgG;_)oA|4o;I9u+C zt(StM_B(nOInPfu6DSNKFiwo=k1TV}(9L*MwUv)7JSsOuTKDeRjJeB*okgV}P4Q1& zb;m}>)x(`lmIo+L4J*ErERHw~dSKI|s{K}v6qgxQXOBd-6jOwCZRTmi6vY~~c3XGI zhoEz%l9Cs@KI$6!jXe*Maqvw55LsPah8Rh1NW$oU^H23HXZngZ`;=se*G7)9vM|${ z7~icU)K`fLyl;@huTGD>*yFFXF2J%LWp|-Tu)lt_C>}%EVa@WEJy!W@^ZEf<*nfAr zX;L^&D(V;{%V3n}sUVuFI^~)x@4|EsE+?k=>(U8sbP5uyQkC$o@SXOiN(0^PqC(|I zqa9USVIwZz0&#NK~(#2U43q z?9ir_AUmPl8$KDtTuC`TUJADhT<%B1c{KAGL0`aSt!CWSjNzTwlf&Xpa^=#yOnj;z zJCSPV_+AZmJK8TC9_^i&t7OCsYwBgk!Bcs5xh{Q3;X zS-W6qCLe}PoWyp>bq5l;r-PF0eT#M6tR;8AQ|8$fcEH%PXLqh3(aU9b_|rmRQG0I^ zeVh1q#M4xK!T@SScTB<9eFMtc)llur)D;I=j!CSB(cq-wjc+?0gJpbDUa{tC?1VodY9r6SO`J;C@Rs0%(Jy#*8EGeq3>JrA!L zdYv#&7eXqXJK>~4wjC`6H6GsG% z5rPeJRVtU>TikUfN*R`SjB=1$AR;o%pI{*th2DnxYdMrEDi=mr9mM)lA%p}OtD+qf zbzE_*nO(UnPg%L5v>Nlv%i65RlScG7UF$qX3(`-82TVyRQD-mFSSao%-4T#E)1UKW zKNHiRflqo{mWshWha3%ENy=X0Mo!|Fc`1<3pPOPHg$EqCNzk9ng!Isw%)96uHYmT( zjz}QKi1Qz)Q6%)7>Iow?5TqDH*zB_57nhQ!NQk~IB)zB0DnCHhrgc|T5Ze*IO)kwg z@l|ID5ZbJ>6U()wtBdjp!HrDWpG@L4lCDVPBsyS^v%YFOmc}2BiRfen$v2Zd#EpV^ zJ1S#5Unnqjgj5_qOiYo+c@SsKlnaP#jgq+draUkBiOxdSMK7HIpD|?j32Ch|GXy=l z+#nr5NjE6oFq-@cKUm_4>QYp=Vs!>b?!C6t!QIiZ^LR4}>; z|2%Yxf{DmtQIM|SI-nAKGdhH|{@b*;$k4{MR4K3g^a`DB;g`7Es;;VwkAZ2?8)7Qe z^0oeF4%g@l79x0Y&qcI-iCQXzY*{qv8bi{EvQV~G`L!|a4%(88-(38;^u2oM4K zrVHhLM7noy3$2(QwgK$fOy2!WE#T~2)DM>{rtMKW=lTnv`=`q!3vdZMn_h5%*$ecg zD3&){Noc`v`GbpSjTI^bmm$d!W?c6D^HL$WR#PD?wSyhy&bW@{S-n{1I1JlNX)JU( z26Ymd9mz>OIhRywp%T~Mw#Ll28EH+nsI}4A?8BI6NsEc8jyi1Q&ji$mtxLMrZLZ2B z@Kh*{BGyvY)-Ihcz&BnW#10r%9LW!7%AMKZ7{{uKRYv#rbV^AzlqJtI2lHi7g=kM^ zDzoLVY_w15@7sH=Z_SS4YjjlholL0`IScS*d@MEPCQlYQb>!6n9QK-B)g=izb&Np{ zQ$}7+6p18_DoHHV*SzsG)3)t&|>xlWXzDF^*eH?NN zQD52-H{xfwV#+a=TyGz2kkQ%EX0uvfm!EYm-9DHLK2EBUH`Hg!UJ4FW7zg9*L7AD4 zNs2O#A&#|cK6sk?3- zo2s-rg_1eG&%@}f3>sWNDkVI*7GjI1_Uz1ErJ!J@0gcOiz9bPVJP<;KUBaV(al7IJwhb zB00zU3)oHj*zsX;{c~ce6O-$!#yidhoXqSDkc=%+$XORK$eJc^0v$?A1|Cv>V?i%guKOc>87zbpi{7*M9CU965B64XL}n^jd%J%ow~5jTm?!$Z8Ry_IO}z&m z(1*c-%5;mhHjD$f6G?sVSj5aIjwqv!lAaJM{Dw7WgH&J5%iANlEgu6}Pts{Y@gh!E zI`cEW4y}X&@(+Uf7HsBm$SMY_83F=A2xs1}NotKb#7l%laue&#hSwipN^*k239u@m zZV6P&=);Oeq#rDb45b9=(y&FWfeHMSPx6KM69-*@Gm!B+QI>Z|PHP64^><;Rcyn)C zGeKax=NTnzTC9dxupUN z);XEky54UDMiEyzdsK3V;%$9tk#vxJolYPvnxutaK3osNASld(A zsp0e=@o22q0~)2F`^XQ=VnbFE0vusNve!PqSeer)&dKi`K$qsW1>*jw#?dI_Kma`wCoU++4PyPz>}9wzp3kKiPexOya7xG2h(?Bq%#7 z?(J#LZgh_5U#J<~Dm9_8LyWs!ubFtJEc$S1E~1Qy^H76e63)f)G=1tG@{E+) z9Qy3~AmKKEh0~uBu{zG6?4Ou}9Fg32{V5}vTj5>kIiJ$>b4KRw94#0wB6>tV$HGFf z5W&Em{-_{jT4%zUgmqb62ok%O>5)kwQ&!s6)of*P{}?Tu_(L|i814E*A(I5thN}8} zuM^5Chw*W0=ecMXK0(CFYNoNyF)Grull@~$se6S`a{IzYAQ4x5kT#K*ud6fma7zh9dYm1pDnL)EBB$|)C zg6}cVhlK-m4n`HUD^XlM!~HJXmERdaJL29W(Bfd|6dLI45$ts3srnIZt0ChZ9#Zoq zo)PHj$RRs+b%kJcI9TA9!G%fA-LGDlgb%d3vbWVn1PSmHvz?GlwnlsLY%_JjD%|g~U8(oZ%vrnNLxI?>oe=I#50lJ(t>WpJX zoR-(6ti3st2HM_oZ$W6Bb|6G}jfJVhvdfOHUtJX68Sg$XK!j-WCDEC)T6Gc9gbn|8 z@>@0YC!Gz52k3?{wFpV5u|wAddK>6{RqT^ zCO^$aJI69ijyHzB$4@xwaWr7)hutu1r_X7mG|Y-5^qvbAwx?i-S~mHJf6mJ6j}_#b zR6IsO)BNaozotnO4dPnz3fh?okX>WlTs37-J)Zg6p?|LZEbehd9p@T zp*gP#>^i=(G1C%g3xyc&ynD8Vda zmkS;(?O@B<&X6ZpkITp|9}LNk-QX4nGyHH(*6vq(0!H_ zQfMa0S*Z2w+PsXvUOxkDFG1+J9i?X#)nasUa$fPl;H1GL#SNi=PBFgq+4A9d1i9H7 z+``~ge~F8FM9Jl5!jaWq$%BjHap|b;z8Ss1ejH*1vk4xl7W$&efbw3T@qXHq4xAbJ z$!`qt`U-)TN9$(fIMAO+pSW05HN^pRS>&Gn6D+52U)=`GG|slG#R0XBL}=6on0;jY zf}`p9C?Y=>*N3y~RGACV&>J?p1j7T*QcH{+NLGIMvGbkVfG0>NpvE^+t_Y1^)VZm% z;zs*-kuQXukQ)=!c}lXTNB4JOFZi7TmOzOb;+MEBvZ_bt0p}^eKD|nc8+Ak1fE5gURch)Z;@7~v?OZ0{!2?~rvgwGjw481+ZogB1!Ewj==;0>Fm5w_u zv6FMrF$4M-;wCN;hMl1?LcOb?13y->OL_|1D6FXKGQyz#tg{o%Lds(w2H zpTkPms%5yDk8HaBhXL4?I(7@4AR}G}Mt}-M!1P7{ zlSV-0MSvSc!0ko=p+`W*M}R3sz|Ka1utY%DMnE`5z~4%}0+V{}D+S6Y1=A@7Oeh7F zB?Yc01-B^$ge(OaBLyZW1v@DP!XO1*DFtCG1%EmE3U>5$=qRYzD9qp}Fy$yz(I~jt zDBR&F5cVi!@+g?vDD2`W2*)UN<0ypdDEuSf6$s$9Hvp6e0MiZtCICQX0KjzsaO(gd zBmiU-089n|I}QM$13;GpAglrK=LjBPiUE9zA%u!SdWvDluRDYb+l&ial?$Qw4#7=3 zh)lasOgkA(yWtKxs1CYt4mvpxx`D7d@UXfNusQ))-H=Hgq)A=qNu4Z7-C(L6gsNT0 zs+|m~-LMNClnY(h3!NMb-5~581ngZ%?45M%-OvpkfFTE%LO!0H^uYA?m=K22%~OzP-m^p|0d8D~zWV~#3kPW)@TEs$!9uWCo9YFn0S z*QRRghvE&g;w_BgP1fRVaPti!^DPwfO-A!=xT6iKqb;1HP0pijAe;?6oGk>LO#sd| zWXc9<$`*RcCQHgTnED2x`WCYKCWHDm?9vA1(iZm8Cdbk?2Y(-!X2X7krtf0ABg(N<(`JY?ZCWPUAV@m1uH z2*^Sa$b3@BVx!1B0A!I;WC2TLiPM-5kTHURF}y-CqP;QPq%p#IG5kg`;=3^)(PM<- zWB8O}#Aai7SYkwKV+0&yByQzCfXNB^%JK5aiFV3y6Uqr^$?@ySiEqk%M3xhZk>it- z6PuLdVUQE4loPO(lenDx06QrdI@xiRo0pJRtDKvqoL4!QTQrx~$eNqMnpa+zTTqu* z@06S4lvjP1TXL7z3~u-p+~}L1VXmK14ZmR~zfnb(VPTh11Ce1mkx^N;VSctzoxWkV zzERbdVeytx6L7@`=t{xhN?wsl(f&$qPvty0xkAdhe6zV??72L( zxgw6a0@t|`5Y}8C)z(eB-T6`)*?FA0&CV1=(=2yxo|7F&ajzSS4+Rg7R zmam>5t`y%B3geasGMzflG7|?%Ty0{$=f>AYiSHCYYp%Lpaz1XnUh4k}dpWiJ#Tp1^ zYYE-s6_|xzb&JZX*@>M4L<7`5Z%C<{gzuSR_#xmZ$KUpoQXU=Eg_5qq9 zjspg+j9;lc@Gwi&s=8A&QD^w<0y%osTT-;Cb*Z(f^{KU}^{D?3ZTB2xYmg<1{*-Oo zwq13~wr$&0r)=A{ZQHhO+kTCio}PaF?wflfZhWzGue~xOSL7ENJ0k!2r6HYZjb4pW zjX{k`jed=B4b?hzhgzcWbOn-nCDmM`^4!FRy)Ds5R{?WKKr`hR@ySFvHRw@V>AA5w z1YL@_0_*mXFv)b_NYfo%%0)dq886#%NBbfBgk)r!hH0nF7tjT9<$@mu%JAmyL^Fbp z$t27|nmG_#ECQpj#{x9k@FufP5Nkkzk-iC>L`dhxuu`+}CzauK>a<42_g0aZQSzO) zp`YtYE6aNA0p!G>#uGL+lA@&4OO$&h%%*BM-a&x&f&28@mJ)NPD^*gYX+~m$kP*zw zP;oNG@L&D}Pr8Czx}+&z)(Pu|hIfJP?9%SE^73ui^5czMazSNVzwXgabAW)<)~m!xmJs@1&3=`{wJb zhHzlOEdl)f)&}&E8$N>92HR+2J|p9rdnz7yVZK!a(98 zkXp}>L>cVk1kuRsc>Eq9v@*jIFgZ?U$H2kapL@?BAX@WAAxN6*5@ z>CiYF7RVCuhvs;^JJgMi?gvL$l#orUa@FN;PaB=hHN1vD42E9g80NG|SSpGO`x>3a)paMSW zJ%Nttr!_$(Lq;Qq9lEO%7j#x#6(h=8>2E%9g~;BFf))7Nj<=VMOP9;!3iPxXgeih~ zk{mf<3o(V5INoqpyJ7!X8EFtVnl!4EMu(k<+{a6zvw zO>qx{`{|vAAN~V&jEubA>vxazimts8-nbp^B<)^#H`j9rMcX$GfhetCLUbqdG1=`(!BUZ?j0Oa~-y)G2mY?=t{n z3cKl)Tbt`DSLuc<|rOz5RRs}k0hKS-@&k-3^f$NX4+3h7>Q&z8Dt=e z=CGd(GnB!0+)qUs$z(qsWVpFM&1Z)l3>*$LySWYtBosgrP!wRu!ywp4M-nY@pFc7& zDMjn`nhs3()w4B-fw%uQsM@5KlIDlySx5vUdk0lqrcO!aKAw&_16que_I$T#7X}vV zx=y=Z{EXO*>OAh?w{t~(QsN1Mq6?8JAEDSIW1Q!0v$Xzrfw*@5jC_l#@pM~hXqgrf zNwR9=qAh4bMS&)ph~(6%ai%*hwD z=2Vn%hiZ^R<@H3Ew18$%Z+Qs8krfye7^iqvvqr571o z%tdn?M_jI!92d+Rbhwudt{BgA<{YJUlh>2Ms5k5C3HW(5D4+`blk3~WGFr089)|uxOmS}fx$WnI zeuR6aaGgrZ1uTpkh4BHZ z%ZeUAFX<&3OO%Ipl>%>W);7V$YVyMf7%`)2@%GG-Z3={uhPsIm9Q162SRw_W3z?j$nmK%{4S30MDWYc`-IkEeeEN>`}rrEUrA<`9fTeZ83kvDDRY~Zo( z3ccK0(%-PCrbYBr-LjZHm`0-o=j?J2{baY}fm$6BkZB*{-s;K|eBnoyGO`GM*l)*! zUD;O~TyZ?`)T=mSC;?<-QBlK*U7-THvZ+{6zC0k}&Fat`mlWk}U3shrqgJKZfHspA z%$Kq}9Sh*;!87S1VucN(3CDDqC7c+st}S_SVZN%&UNe)jVy7}7wdB_k39r&P5WXKp zEgELa4s*h6WyxNlAB?hBAzP8XP+OJS>m3?fL1Anuv6imjvd9$yX_{7?SoI%?=Kl!w zaonhcz^RT?|KDAI3y~S^<(XEN6CId~u%#)q^x3zF4$UPv(iNhM6ALJg%>EuCFW=db z@Km0<|4aTK;V7`oE%*^hJtKw?Dq--b$RYkX;W&W5IWL zId$9cAxe#m%bRo6)EBl^8L#N1R7}5wd7*l!hAS9!qV6mrkqp$Y*{O!r8K%Rf9Y@;e zr-zQUcAXU?k1Z>NO1nben^fUlP)bauWtXx!IW)hr^;VS4Wz2X6rO$YT3{sYX$hMW& zNXuqORK#*5iLV#_2u5jd3jRDb zv^^W1Z=1k3;|QXdz$YQRvA0)>e1vPay)Azo3$>|3^{7YOyJ);_n9JKN_uDS#cSfOp zvucDMNWxpapdhRBQ%*vzQq+s(FYGvAL?a9hFaWxQS}9cxtkkRzBP_+vw5Hb<@3!Wv zDB5Y&RZ=7$XsRza*JGE>K+u(!9JswYX(1EnWMqt~6^I&9 zkFlc;6JcP`V5CJhM@C1gV>mLlGyY*bHl`kDCp;((mB}76n@CNVOR6J0D2!BOlnJRL z98o=dl~5i|(9fJ4H5()UkRAU{$c}W!FzyJHjAGDbC8q%j2AmI7|7emLDJALleq#qAg=&Wz zceuuzCQ>vyXbU!Ei<(S|j}dV=1U9J7ln=_y>PC+(ysJ*<9u=MBq!;VamDn78kXY5= zC80u(d6|+aNNr}kn^{vQq6wZz#1J%%^!PX`RsQDGWXPpmoJ|al;mqfhOdsmYsHh=> z2CYYckFdtK%5UgY^!6jxTa0!NE|fohH>5AQZ@JgT&)T}9-EwdY{JE9w?0b!2=7qs9J=T`gCy0xmMkL*nQx9gd9?sH3fhG`8XJv*^q zo38&BoY?Hb1m)KkB{(4{X#gjo@)rru3!uHlY+CMZddu^uSD)b5V_5Pmy6ss zB51Mti$?7RB0yvEkAuHQ=IQ~jz`zxPNA}mWXdOf4u=!_*+}0yZV)3toKV$Xr5}mSb z3IxC|#;g%03aL@tpFr*#>Kcgevi}N)?QO>O9r1?wq^Xs*SN4_p@)(%bJw33$8SmS> zeUBTMq{A(`ptr+G*3asMTLy$`gxxU1Ayp57`0I8c?X~f>_Owf{9NE3ON5$w?$T zKkOZfn})Wc9xriw8jI`&L0D1J4KNV@^hofKJ~t*>mHwje!^kJYLf-3BQl0U0YTJnJ z{BRTNZobr+^&a;&EJp;8wlWU`)ZgSi_q3E~+U=?6)CCPgw>VYeuEydM`(E$PN`hIg zKM>~LN=ZCLHZPkls^3jiCf+~~=UAOSP=<6|pkG6c*I;4d+ph->2e<}AA^+IN%dpqF zK`(;_JCqaSL!}davQOLfyrBUx(6qRAx&s&)lCa!I~ppM~oPhjuiJ3Dzrqstq;#iT{pKswWD+vBZ!X7XZk`dh9zF_e%(DD4K0Zi3TKl8rCvHya8+7J|Ki z0F(&#N-1I7N+4gX^;k8=;_(TM!A<$6s`SOe85@kZC=+>3Lzp((tK-(SXozNK?gqDp z*Trk1w?VGMnP5(Q`$CCeBJ6^v%>o9zgehFi!YLjOE|ZAD*w@qIyO#O$5S639d9X^4 zd70)N;*Y@!_P2G|ohdqWO6nBfiqZ$mvLx*e&h^W#Z z5bVrUsy+(!d_qwr5-dAiAX>Nszll5`T2vzUz9U11K4Ef)?vw^8z7(WMe+lkBH>mTR zNnzYnPaXO(+&1`0;rbA0Itbzf0OAY;aBX4?Kcmz9-_5qMB?J!4BGE!5Y1{N^zG-dP z3`{A#r#~C(!PN^3gqCe8nhojcOTpWRcrPysoh=pR-Vyo&NB0BAHkNQ-G8s%&*7wOK z<=%5yu`UeSi&8nQDqDA34jZ33)Mzx;BSs}j=N5Y^RR#7{OXq=O3ycTh8D(##z2a8vij$^qb~zW=eez!yai126gbC zAMdV$Jz=i=vhVg16YA>(xC!pd)sna5rEGdtHUk_1GbEloZqTTw@>zchI0kn}`K9c- z3bxOJoNXgo&P(}-(KVYWZ++sVD0}OH}k(FPB}pVaS^%y zF3M8>-J1J%z9##>vE`WmPjGi;`u`E`&iwB%JC^^0g8$2xAZY9CU~cR{BVcP~^e?qo z|8LcjHLxVvj1<;#vBa)oi_ff!}!m)*|Gk^I^_s7RJ9iBPqA`6QR;{FyKrACMnfKzuQE zQwUce6d_%09+WARynL|2sj-0H%m%){F^N*J%(#p&vS<>zNMepsGTy`Fq}fu1>qqBD z<0G?S#;3dMrRC*~|CdHSFr=YK%neE!FXa(?Et9B;?$oH`F_=|TSofEu@3ZM7Rqe&= z%gV&Ma<4{eQcjjCS93e;tpw=g=_Q7+dS7T4a3D6&J>T@0lgw9T=c;J8DwW6k$*53- z!G#cqT~%a&!#yNq%T=1E>~Q@xm&0%+G#QGuE^H-ToV`PK1O1LATvhB>n1OB1+2jOu zSig6!LCEe}JfEeE-?zAmTwSF*&yQ@{Tg0&^C(NnQuWjdJ3H~QYz{9ITlLDMv+fk2> zH|LnesADJgO^$b6N)eZukEgFAh+)`DVmxF+1Vs3-o;~DZB0NL+AOg4FDfEEBYF*K| zp~6U?V_|#9Bn3&eXNvXr>D>b@y{n-?Zh>vBq0pZ|s8;#i;QhZm!_2Z^_!@A(>VPjE z`Se-d^|{WUl&?exw?%ni^6tt9Bm0CVM*u7Fv4ZA*Y52nT$%V?wja21S@Iw*rDH9Wc ztgYI{W||v7m!JBFCnPAyiO?xzZNqfrLh=LaqZBk`$`P;Po}xvPp^;CehkeBi3>CqVSKk6$tvTc;e`vhfVW zT-+z_9sv3zj+-oEEHB3V(@%Gc+pWi({&Wn~CCt_@nvWA{_lSB%g@Ems0x}_G6))xG z$E3hCa~sJy|NBos^1OqF_(f@EcV3P=M9z_Axz?2ut@AuS(flaO#NEjr zMZMs=HJ>qdJ=+epXH<#&h7 z+{5F=pN#5R52vK+2c>evYZp}SHR1NW5~XSKPJar2A5Ie}vJ^v>ZPYS&yl3$ncG5_$ zkQzIfozTsG>#&n^KL*< z^u7K&;>~>p6e))CSWXF?o}d(UacD1hs2F$`Hok+x@DE71gsBG+&GKJv5JzG?98{ke zB&-v5=zZ;pc_He>orem@=0y_s?RT*WVr|FM9J)wqy<) z!6G#aAMm^y<{my^hL2A3FhF1}F^)OmuM;h%>Px_th+5FO*mI=Zdw+od?MUuq7)9cv zuN2*c5c*#46ZN@-&p1*np`)&g6o3el9g%#p`{8f8#Bdf1>~~z)1>yVLPMU5d!cgo|3jeIhhsbR}e+rTcX)6syAbr&JbNvCKAW-<>1aggS z1sk2j4@;a<+nVh)oJ+%-HAJ4LEQ`j!BUa}WMX5IrSxt9fgGtid#ZZ-4ky3Chn!)a6 z(Ek8DyYkK?c#(pQ0-B)Fce@Ud?hg(bW=0;{89?_WY%wn~)1JJltE&?<%nyOaWw!gh z81eNk@_e>cVJhUNW)^e3CEy=`tqpVqpv~!ezMAL7mEp62_L*(F(4J&Ffy%o*hYMI4+c68>LJjP>DCc3 ze+f~&_u!CBRyZ_qQts7xfNh_)jj&hx{EV<9%A7J4rz_ozeot;CiLNwtYeA8#g@b(u zQT-hKY647)lDV6Cj>*JILeOofr)MG58nMraeMZY3+@=xaE(L$WF>D;>sLnI8TEgNH z!06%ZwsnuvR27$vx@=Hxc9~1HMT_n!YY-PDRkNlIMa>L@_EoeX)>dmYM30)11U-Sg!S)g#`DA(gyC8c%^Wa zsI?Tt!p(Gd3+*av@rlyg^YkXy%XC)SUm7Z!I}l-Wgqb-OmU`(mPvu1gqbwveQps4h&Bg+k@K}c7akiiR|#t<^ct>MJ0MQso+% z&uCq<3{k)ICrOG?%wslF+L?2VYB$O^TNRH4PVW;@k75^)6cAUB@z!e>X;*%i;FKDm z8xpGqa3sxN_l7!8;UIq#G?NvILXUN{z$^zqCLN{`^-I_AThJhC(-w6cX;?u0q%N!2}M?dEp;IiIYmbw3XYe;*i8~$W( z;f6m4jIk~mwJUC$fzhm+zv=^f%N%9E9rZ+~$Qr;PDs6FOP1YtbCSj6?8QW_ZIv4$& zEz+bRN5A9`u&%EG@KdPpQBsg_h&iIpV3A~_@h~8s9&ndmeb7VfbQO_ zu`TEFvc$Re*&OR8$`PhW&o04Y#p6e5|jyo9Makbk%)ym&cGAeCdj;ens@KY_zD8s|81FQ z+9?Bdx3w;gY(^1nkxmC`C(4lWO+aH>>op4!#|}B75iNZaMiQ}pw;qjqk~!nPQha_* zP@}Q9Qk)~Gd$8X7mUaPjVkW|_bCeO+y6KB~KezR2g;jDdqvY8Qn2~mMz!kLy4EXkPt0EiAZ#YkQ75Y2mOHDrUX-OQ7%v9Q|y3oouDnLjAI>tLFn9=(}^%` zdY?MZ7Gg}ZBdg3N&o_mm!S(=5QrcM`>s@qBu+t|?0p^Gjs*8WpJSx0v9L_M>wHr~P zRB2>NAy4g}O~B?LjXWb)Umjy>+=eb`m~;(!#=tAQ<&D+UUtcopo1Oum;0DG1>7;h# zZxD@eZgpbF>v6*E-pe6~Yd=}|=YgTJB=S45iMgByeC$sXT;+yj@q-Tg!_gmm&1Qp1 zTNE|Z>`LViKc4VyDCLYdX@HDqhxNke0O#a|5e8oOF#YK~H0&IG+)3kTei{tAi^;os zg(DR(i%o+{CWI!Mg4g3N#Hgl54PF;5{K;*Hi#a!R~Y^8 zc*`DWimU~<5@&q40Wo2%>4G%_vfB9eRIWQzh_RF<&Ac#Ba6y%@BDbBu9kNdma=Dix zt#0e(S^RFpaj?lgSG*H@% zlZ&5RlSawe?_wRY?vj-`F>kPNIHLqNaoh!}BgQ*m9AvU1^Dersl9Aq+mm|}CAjn_;Y}U^S!`+^$a!2{c`ey9Tv}~TG-bfc(v~3Xx#bb#XV`c z7Ue<~aSg@_IN_Uj{Vh`{H(>{Bib$y>W|fpZMuR}3THXwuuOug~u}UK?(|H3;wyaZ76l=?n8o z3fRt`+ap<)7~0pw!h@8kQfl()R>45XwYkbe?zM_H;@o?1gP9uL;o9-7=5b@?=*rr?_V5So7IUM;V;FC>o5yF) zfkBrviB3;y;r9U|3-CdyIX)N!c~E$idGXyJ>)ls!d}WIy31;P=2uzkx z1r23~_dM`6nB#YoX&7mxrXQ!1?T@L+kFFP&?dh$l`;aafg>1;X2C+S!LVqj3H7EzD zK{z(1h;5KJCNW&0-~8W^t{>=a!#VvPw-@k-ERW@ZSqkwe^}Mtb#_l$kkSBzhJ$`~Z zMlDGbJE>dBU05~`@Y%UYe0wpw@KbP2SB&PhITtcw(R4})_p8*|u|jvq+B-E38C>#6j`at2;m zzUdPW*%yqRs@D`stsht`68D3rRB(oz1ywL$7|hUs*oB8VsY+j>=;KY-7Dp^=0}|Jl ztwCyj_u3ep?6{Uc+Hh62*fbz-iK%&a_0a}>wtWJX=;&IfxUg<4w>&ny8-Gb_-=10a zS~O|KO)F@%OeR{pq09I)YmWc7ou5q#%1d9zz3H70|F!ThcX!(0nFXhX+tV zF~>qG5w@A+yE-|a2Ix7}Vj}h)q2LugujHKC6i7*YQdxsOHwTrh**G z#iH`qi;GG&W?nDb|Mc)g?UPjZ2ABo@L~3Hmj@T9Iy%bgp#QP7>kHZPj&vpEbRA8W;N>VPZz_wWBW+( z{zhh-(mvVV4^;eQ_Q~>zK+6VQrs9@;HQ^nzJsfes5$ zk1E!O({Dsz781f%E9sN)5O0r2GrlxLegEq19P!xXW=6vlvM=ADx9EdCrWX-T6-0y# z+6}=+kIhtqc;PO|1CF<6Td@N#d&-H!R<*8K=N_*>xcA z5hw@u!IJrj1x8$@9&5;+13oV4eC3UY+~tW)kl_nE$FTm@3_f%ipK&ZK8(+a5oR5u@ z&vC#}5B}XQ`mKLLd>PlXa?(l>^Eo%FkN$;gRpW6egDoNh@uvL=+lIp@;%$A%?&3i%B+C5wtpTfpJDcew?VtuMpD zQX#`jFgZ2swNVnQu*zV`Xo0or-Ars~OhBqkLMloQ!pP8;fritdi+xn9MkSJ=K@oBy za+wrmQaFkDy`(?zh*TM4O3zWRA6S7zk3b)t98GO^zdTI%cafdi{;t@u%B?vq&*nvQ z+F54m&VF--d5hUXa~wuwPkf*G%dn~3yZurZTji16-SLQ4&T_<-9%fO?bFkl~gYLL~ zqcd^H!{UKi6xJn{-w*XAHjlg@gX5zRX+Sbh1~gd!k6(1(_fM`1t@*V= z!VuBTh9-=a{47sv(yMALm6jN-eOQMXxJTW6Sh>+it^R<`K0g{KT)1ab-on0M&R@){ zi(rtA)Zq%4m)Fz7#4Wq#33YYg>Bf zFix&}>^&jdC)i!RASKZZ65s#i4qi|g7gytgGd(#^cE07QQ>DV8PJ*SqJ-|)5^m#Vx z@j{tA{5V~mf9Xd0-R-Ps=fvLFI(caN+a5qMKx(WF+Iw z9AUl&jxsPHH>dsCSUYuiuJPDz90)eo^?#`vVB*h+XL2*(dkR(y0!N~z^z1pyKw*Au zL6&!j9)R*@7`bwxjFnZ}m9HbG);_?X-G6EjF4^%baj3DZvkbWRUYRvOlMv8t zgQMI=gc=0oB!8vge^LG(_8JM{{atPcbdTOSob!0a583I(b5i+gz(Ff7Ar_?|2#iwZ zw~~lQArR6-^d8#NQ(3cFl8CQ>^P9tSFro05FHy*=8o81-V~n>v51wyAiD?TUcKhlo zW@u@N4=(Fow3MUS-S&R4pZ1rlyn|V{WZHAo%}iu;zPwglG0ZyVhK7nV#k(-C z%3U16%hS3-UZuj>awCed$l+kXNEo$hrRA&&N=nriW6j>XSCWjj5R=%`xcx_;?d`ag zq3p)ES!?rNZ$OJVMNhiVf)DiaSb>9@IZ-Fwr$hD0?79jcH-5>ag>)kqiE$WaxyI=o zMlIlMnZHaap%#(_L<hoMpSq94l2QJERp9uNR)HY8TaKF#-UMVwk+bJilgQ^Z**cT%=;@ z4Re!uaeEWa1>zxija#|!JS3zl57l6O#wd~XorP|Xowk!~j~qX=DcIl%i7X4bUGw${ zZAMa!YicT(0EXd*9q!Q^T&?a@uKU~Vd>){VlqNoIdd{1)B;~hs9|uR0jP63Ot+zEv z-S7LQ_}jqYaWQ+l`*ld0rCo#T)jVkkuU#@MF8(G$xW(k z-OGzG=I$Iz@4DT1RS=5;-|zNKYQ4SV^=096wQ*)r@zz9E-u+hj{1uMeits{pP}^t3 zxF10w6k;aad$8=3k-`Hj5P&KH@JLOWo@1OgaEOHU#!Al2`-)5hRbs#JuillKLpDOV zYdGmr0p^858lW_|E)Qu={ljoFmBLt0oYpNlVhV~gD2-O_eClPzpQ+5+IgM4oPl6{B zOOcd#K?oW_GbD+?W(MLSub;pW-#w4kZM|E;EQ0l@h3Z{%KH1+Uz|ibWQD;jObjQ7~ z+!3z02AN0LR%66nCK>TWIq2G5AGXwk(ct!fPDB=~+80p#1Z>Q@?jA9>@%t*IwpAnnUklfyV;Lb83+S5u4T$$l|P{e{=m}^aG5(hgnhz(&QP^xs&es z(O@u$k%kPloDg*htPkCmBbpYWaDdnpI24u=z|NWMyAe7}1cmN608Q$KrCQq5q$Li5 z!<4C>@X5_Nc!l-J`eJzrG*+CKaf!R~JCiu1aU`3@QT07%uLM%D-sHXb!?fbzOL9wc z39Vk|w(8!tw#JdIOw%*tYh$ZpvFkhF`s@7S`{2yBJ*KRrUgo3YZ0(Why5W4NQt~^q zkq#nd4djWT#^@~l`YdZZkIF$Bi#UkGip8Yp0!9gHDdr> zIBU*Eil??WS;QeVJP=2_mecaCqZ3CuY9%vI$V~|GsOmYN@60_i1f=adG^Np0! zZP4ohZn{ff@h6?yqLOXk<~pxDAR31r>)F z(vu~E?OfzWVd~o6J<>=b3XSGfPNrnxfNhHvQDNN*R9;b6Zf{RrMS~oIxq&xg+r6@>e?gKqKHQf{8T6D#`sw9;=PS|joXZ5)OeYFQVF*7e;BtMcI2h& zjSqzfM+07&6Qt0wB=N=;p%XF&@QWG9W|R^(fF00^7$V%pr`;KC@E>TBC6$Jj_j`yV zZd*~X#m_KGR#JSy>`YT>nBHq^p9pXz>dQITLfCx)K)s`MHM6L~0;o*SC#numm z`Qkh>ou%9x1G{q~6&Ey_nrU`A@H-C2*Oy&AhpJQ`ZBn&c6ruumA%8za2jf^vTu|NE zq_J6lefM1C$duA6*#VkNF%0I$ezs+_)=tVg7^#dvEh94rX+l1uU{kyXJ-Q5^`Qxq= zIZ13`q(E9lj2h%lXkBP07UXZmkGLJ1a8&1@WKz4;?0UEBIkaglCh2|Hz5Bub(xmT; zRj+-Y1h4P}fJF*ZFc{XvD$)Ker({Bc4Lm)BEqC~9gv2ci8403{l!=QnU|s$YXa^)Q zgzz3fQ!MhBme;rc<5!Y>uUxKQ_xZQCsj$3{?q+X!9RlV7W+Km?*qdRO6CdSg471Wy zK8ax@Ur^pY-;`sr%=h-D+}Rxo7VIVOT}SD>cK3fvtji!ZpLmP2#5lm>mveQIc?i;+3{DAwm^5*5WmzRqBAO zbQ+SvP2{8%aceECAF^jQ(y)3nb<(O7sRj}?S^(3>(ee`JrEujv5H<4VHj~R{V5S83 zilA}sy;iKw$ctDKdF;kf+6c4eQ4{%i8kN35If*OQIxz3ZXtmQj8534V;4pV)QgMW^ z)K_p*W1dG~SVal0P;z}ZHa8hm2n3Gm2w_g)ObukD(C##Wk|B$xQ3tpQBEo615uv^y(y9>)Ro?Pp9XvT1QREc`JCYE{DtsyXta|wpw+ece&f+H3|Q0Af>y$8)e zlBYl6Z`Q{GQG(KDRFm|DebIQx0MeQptD##Al>A|_Q}qjg@_O)kD^G_rj@w#y=Mr04 zGvTnr9r}E1Ulmz=v$_FGS5{5cWV!;;vVCr!CIED zqV%IM2dMhH9Ye~EB~uVyJwBfoO}?9)5W$n-$b?)0`2if!D8Zrd?wHD5WSF)MjM*>{ z)nuV2NnAhMpMim3gPkM$7ob%2gRywx3td5eV!nJEHIzOVU_b;&Q*JU19Q<#dh;g~} zJqHH;VcSGgw&fg+hMuF{^DFI(i_g9MauDxq=cbq%zIW=a+lB^DualeS9Zuv(kgcQb zaZ3K0F6TF{0Np7d6>cW449Eb&Lm-_VDRcB_0`{~RnC4Q=Mq%OR^hzVNc&Ih9ELpCc zrJFiD^3S+$k`IIz^ZWceqdwmcMvg)mlt>O;Qz&LwtO<_MA*BQmf9#=kwe0&?V1*+4 zo!Ak>Ujr+Qk!IiBec=4R#ZIXj?P>JqQ7s^!&<(dOvFM`^z{Tl}4dLnn__@-g zj*F>#Q|f-nK^i0_iJ?lv1NcG}CMXj)%lwj?zAq4CnV!-SK>$ZV!5xkE@p#zZ5?tHS z;&gVwrfXYGCxNr_ECw*S{X^%mw_W#g3vj7(Ig>fL-C9?MMfc;l zf}2rU*aFZJJO5N73J=m}{vA%AHC>h1De;ha5{O`vFGN#X5?x%%%$rOfE5s{~h+IY# zE3?K{6~6{F&JKyB5}_Fa<*a79qGA_Y#pC^A7yrXMgOq7J`&5z#yQbjC~tKBVD*XGbb=7H0qCfcIQTn2EjFc$Ul6 z7lu{O2E2>G-}84+)N$#0{n)JGMV+Ec`!YJsce=g#9pxwRwutMW4#Al{+-nY7S##Ul z*6ta%!8KK<+Q*VS$72A~o)_hvp;>%frbrCYsg=weP#)gtUtBB{lD%Fzc|b49BKp75 zCQ195AxEx9N)X?%$u1qo!A9jjWe z-EU@vT6ZM}Fe%cHN-7+YfF^^hepe|_V8=-g&bAl-K)>|3KD#J>R;B1-f8TLsxH=JM zG`CA=gTdWwy;l`X4fbe;WPI>>Jak;)RqfpO6Y;FfG+K9AJ$Ka`3!XF=3(qMdJ@9RH z6rBidlp~zha`rw}`x?w)GgQyq#k*zm*6^8P?1E;R4pumo$Ewq8Frkb%(k2Nhf^TZ?poj}pfBfZ)PzxLo z`S}~mF@XTRdo>V>Vb9M7tKGa8R8O-UCVdhX_xTn&&|z47Tl%>6vj>KhX^d2M{XCQs zj9ej?7@j>r%k_w}s=c~M|0bm3n1-!;!{o%8?#_6lvT3O!z0XdQO z>r|NS;rr!gPxL0sjje;{BZY)S2+3t<{a(rC^`NBPnj^(0r8c1}R>F#$(O)T6GIl*S zI7ohfjKn$w0u>)xa}=>MYop!3M6x$LB-v9%kHB>6Aa5SMFh%WB%iLNU;t;LArCNz% z$=Khyh{V|eVY@HnN2rQ~E0=4LJhNX;Jl_0Xj4-A+o|1m46SeFreGWk@DS*i&J3KF3 z&5)GUnaw163PPQLWIQD%oZC(FI~IqEOqI~!om^m%^A8ev4crg?9rRc}U^o#-RB3{e zP7{AWih`B~Ee~yzct;^xA0+ z{>>U6IG%*hqejG_oOfu}LB53Cto&Z3o%|4lhjlBteie+S7h=Lq60zNEzUauQHfIWc zA%v(w8F{NVEzNRkqs;Q2g9J4dgh4lcC?Zi^Bo`WNXSZjLQImzRP z7~-lY-4Jq++T=K8X$?$+xx*fcc}i+6SO310v{b@_qF8lq8l=QQ5CoA-s^tKwmS4(1 zuWZ7Eg760kg1g8Vi&4Wq4{3tm*l#^b_|#8JdQEdg*MZ2M+K1xB_iyRRb6n8x; z^42|*66n{8w+}Sgb8bf|=?p^#XX;`#xLl5SK`|~;6l3zzKzu?lwpKy`8L~txg{oA< z@>*fTdRntZ)9>OI8gl!zCr(EfQ(F+U=(7gv_oAzf(fRL7*v|Cr$K6?njvQwWFWwRs zwN?9X3+{gRafqB4Dct;I;}Awyc#bd4-9hk46aWx;;1`niMR*o)QuOeT{k)^RcW`x(BYeCRNR?RyOIIJjh^u=tEHQ3~gLR z5^Cscr8;lP*=+$%gtlc7P z;av0|vpnN4m|~!)RbE!Wcee>Ll3L$2d4w6A*BJMX;}3Qi++@`9?%p8jb_YTxfI^h; zW}QrH-XpXhVs9(Gq2tXE_IK<`@o600a?1b535DB zTPfM!g~i1XOK_mM?0Df6HM;i^-c-OsNTEA1^U&#sl7u`C!V9ABu@KkE90bBxWsPkkL+FYcE0 zC9E@C?=bCS{eX z#?GGi?4$`$|8ei#`D`ce_w#(e&ohpCbX=zl)wRS!j4)2S$6UQ$Opz*P0*C0m5G+d% z#rKkGJ;SD)Ye2J3hC7p(%O<+rdRuv8k4eO)3TA>Z?3!V()i$Ci`h-(>Eo}@ zQoFCC{eRx@RGZhUG?*SOuiVu6@bdWj?Gx|({`A%F?fmU)gEKE&K);^K@_ZIN_7p{# zeg*a9qZ+A?k5ba?6}`m;JjU#xYAcA=9zz}~3!NQy=Qn3j)_+bq#vn>ymLKL=9`S_w4CXz2<`(L=7|8R0 zID8LZMV+j=6 zR%vgmBsEIg&_U!z_!nRM_Vx0A&X!KvSNjugS(%b@t58q*qp-mFI$lBcuWlQ<_?K2- z@cZTezWnTG`;M$tX`4%K*umu1wZ|J`Gx%}8Gho8qdJ)}q_UgZYzu6CA*IC&0b~LQN zu8W67`dRU(;%g$aN7@~KQQFsdz<;3ec+Ds`DvdQ-9+CQ`-4tVDd3L49wCH~5jD)-x zaSL5OKVn%5u}&vtPCFdmsFTgI0s)oDwYR^Ul{2*~XnLJVuJu3T@l5$-e@z;t)s&p3 zoX!A*l%lBZnKYeou&j`#JsG)9S&~o{XYH_Ak8*{q8JVSFzwYto{6O}Ye0R=2lo@Iy zeS5u6%I$Bw(MUJ?^7I=}v~RG()JskxwQ5MMAcZ_<NN1MnnVw0dCbGrU#2gFPh~IVI3Pdq;ZIW{S z4=q}ZcPghw+U=Pi4^q|0gUU3Dk%<~}Wi(oezn03)#W+RV!^UIrSUeV`_r1Jh@3yo$ znBby!uHU)KExNw+Oor_AmProL{{zwe|=$=FA$^?2B|ay=7ubSMJ|j=DX6V zoLDY&M|`~F2XB`509c%q+{H9+$i-4>`DiBCs${$zA?gee^&k+HMJq;y2A7E^w@o|%`sEVr%~rv zLPP*!(8jTHP|nKCfQ)29LKB8xZnD7X!I=dhR4|Y$^2=5E4baFO5@y(^u~=Ss)sls1I^`7aMW`Q1Y7hY9v8j~(t0 zwLfYrfx^Co+ppe`eJ!hOHBxWPx-y>_G}V+Y-?O#Mb;j>pR(|ALikdL1hHE4T7;VE6 zpUSD_;jYBe9;XG;>iOA=rawShwNa<^Rc?qA#h&N$+Dh#qZe#EX{DggLLx1WS+l#>? z)F?hCd}KMFaQVZM?Duh^>}zVKt(?mhh=lowi;aZ+K3`U4=^#zh;|#6a%q=ZLZCS?A zt71P%v1*vL?WK-`kuRaFkYsEUelAt^>`t#h(;sYrT`&OLRR zl!KHHX*+H*VT!nLbwfi;t&8W#7Q2m7Ays20ZGxF0)009&;K4@EN8ZW47=G(#<@Zm& za`J=b2OruX_!=ITtaQ%ObC>9f^*;BT;`#C?JAU$yr$9LaOMjAC!){(iqi`rhQ<3iO zD7GMr3+4wgULr%g&ILj=4(zqsRTw;5(*qp2GAdWAR&M28Hc-$8SkbsU24$=bc=N`eVl_T- z;t1#N(&oy#`XbeRZF=HbiVQDM*C*!Z7;-e4+3GOkm>Xssw;5(`Iu>tp%UpH*_ekNx z3(ft5M=5sp!Xam#Xby`NmV@p}e;b}R0CUV-p?0x9gulozs?VcO>Bl!nVs4d%j@Xt* znmpmijX-O!wKU}b&)|HqZKc7dm* z!)fvJX0^B_l~QldP8GF!^r^M((PNdtcf4DBXJ9AAVm+_DPAJ=l6VoB1v66wIX=~T(wAO zV6}w$_JF;ioyEh&(}>Ug$wynU5ejV^}EDQ|d-N07AVrB(=7N`T$53OHvWQVyU&%2cXx% zE1e0A(F>fmB3sOOL!s7Uu~gs-IJN4Agg4sj?>1+DmbxL>jtQOD}y~b{yN*W|+G$veckU?*fL2oLQj=8Fn*CDxEW9(f#$J?4% z&WO>p2r*Zgs{k8cTa+IMf>MR}Gi8XMRiQq)x-k_0u_L7fM?#MC=szB&jbpcI(~q;cBEgSwxc0K?Nvl=LXV8Y3n1dIc9CZ}tpbk3VLA0n!NX)cnQAS|HNU#i2 zIIuX7!T~9S{e{)lxTLCa{M?ilmozP2Xm3v$x?~u-Ac|VXvJldk4nR{BppXV>)lkcJ zT-6O819@gd#b%WrFLkMIRc#Gd66yiV0|DQ z!UTgUdRj7ETEPrf2kOYfv*8y)S}Cf>6T{KM$p!qw+< z@%!2nDVQ~Tzr=b6ZocAKVEO$m%f2~rW=UICLY5`-_dHDtH-F)|YvSc?mPKMpIlYJe zXEN%y2CQeq$JGxuhR9;eGuF&rNTB~o2Y}K|JyTk{zhm6D0adgu6 zl=wsK88i~Pf-dQCe=8$W;Z8uSolHO(!{s#`#N{>Utmz6m{TnL5jj05=8ud8l{F(=M zAiS*U@{sR5POQr_29?nV(lAYGEN*ZkN&Xnr8-O;+;HWUC2O8M`PFmx?mqRTciYZ)_Pt#< zCyw3Nb{T%_qeq?lu8&@O?f9Pu?>_>cAA9@_K;8NscEEq*8PKo?R-BlRlBs_4aqB7b z2i95tbBR&^1(Wr$Fi#kEZ){$LiRR2Z%thYS_CD)0^@2Ita?!kOaWak#;be&KLpIAI z+vWrr8zxXR1i~D4O`GF%S;4cQunaOXMZk0#Mi@{+m|;;$&e@90r!LY5fCnnWdHYT7 zBKAy$5=VrCGL*+$+msc#VVmEcvCSdZH|2(J%1z&tn*mF9qVA|%5UTQY^J}DK?4nEG zn=;WV5y={^d*eLzQNeZ6|G{&AD;^?$Yp*MQLv3Kk5H!meB_Bp9JI(EK(>${xfvPbD ze&|s0?_WPupE$YpiS3#0P3+`5+}0IyuG!V~ukKiQ|M13#_AglP9k}qF&A;B8tRFv= zPvm`;^~JNa=U6FK^iKX94UVkexGM}WYHwiFPGQtC*e{Pd4>NKg+nZku2J&~d4T7y; zAJ}c|EqveiOyOtwmz68|E5-10z7ap=(`4;Pfu^$^9iE`rf`XifMVuu z=%OTvqGTqMI)D;ZNfYKuMKxE15U5lp800v>BuxlB?PA%MM82J%rjr+6sE`;ttm%zi zjN+Xzy%TnJyy+o;N|bm(Bqd60_9M})I2ba~3B~%vW&skL_=)qQRdQ`qsN$OE9+Ibs z&8N6u;inuFp-31~#)2o7Zx2>Ov#U}Qdw1q$@SicsCI^J+Fy(sVr)u6~eDA|oo04bJ zzHGzgZVSQwo(4<&BAx(0B&=wVf?n~~!1Dj_UG>3H++}!wyLWrL_px8M_np1Hz2kCU z+14a?pcDuw;7}Pm5UBj2ZAWS(G;(~@j+#HL zgMZj@#!+V+m|@z{F;hoV9fbtn-MffXYc{j*yL-R8CY0yHL7Ny zb8=`e1?XYSgFChX(7$fy2Gj<4wW2G0g&1H08T#0;@R z+_2{WbAWxGJE$JiMm^`5QI<<%Sx-rQT-~G$sxMH_GrP27)RF8F^_=@GbCx?(d>wn! zJ;sc&m$>g}Z|K+1kK8wzcepFs5A|s+>ep7g`rT_iPpXgWBq;{OmG0%tO710%WL1x5 zbEKsP5jC9YL0{rSMez~%4WwZhR)L$mqgX0oG?x>cmty&R9?!$liNr`eHWF{3B@?o8 zTfvp)1T@Q)P^4s5BN9)Qbfu;oR0t)!D0fLPw6bsuA3@zC$b93g*lm~uu<|M_#Ed{0 zyN>2#RW$$daL}X(>|`+3+|+c=bk`Boa-m&1INL0uls0WrEM_h&#qk92$}JTN~T7UwwB$r@Uq% z$?#IPt$lOc_U%KPzq%IX)^ESHzq)x>D%`Ee=qrK{lv+iyU2I| zC!&Sfo@#Rc+2{I~9hkjy@ySg;-s;b>{eb@|46}EFQYa{ABnWfwc|fWsJjimzf(s0> zofyGmBMQzT5}_Leg*h?B^s0PC;jlcm!+drGWpEMB2`b)n%5RV5(yBSFSreINjmAn%Cmaly4uoF~kAV|z;L)pbIvfbcotv%^E3ww* zZ9-wi(uuGEp3-vCflBl91ncsu;Oz;U&ZwpBQ#o@>17x{c^?sF`saC6VYMy(J`*R%y z^_~zsst+{8$ zUE#;FlAcAO)q75@Z%f)&&A!stvm)7c|8qacv=@@e5dXwCh@Vz>Z2??<3*Pe(;L?dY zuVHdCh}lhJvK^W;iMQMno*RDKTKgJ#x94!eMro8@5xP@0x-FN&5ebnr5^IwpnA#~} zmVlEq9nGp@HmkPC&v<;xP!V2+P7V50$ePcIlE;bE;Jhp|G$N%cAVQBApEg0r+fZgQ#5| zdT2G92qM@?bt{-Wl1rvO<}>GF$R|pziA}w3!Q)_X$P+Cy)PuLit(8xmGRhlwbbziyvOT^-mWiA8D)Xwy#R! z(#pZv*uk{Xwg0u=qaW-=7tZO5Zig7y`^+r;(I3u#aHe}{$1~^`gL*PUg3clgeCE5> zK3icJ7>zldJS9>QQXzf3!QsLJevz*`REbrT<=iTMn18{0l0W4;FOK@&_Ay_Q2V?js z|9$=@Pe7tcm=8G?FPU{*DqEM~h;?~ITWD3IBU`3fr$mQi5h+X|heU<=pcG;`&YIgC zk0GAp5=u-|lvv}zUPIt8B^C~aXqv(mjMjO?H}K=*+>6R}q6fafk_pUYgej8-2S$&@ zLa_M{Vm2%kryIoT%RdRu%~P17f1AEr$L5kk4x;3vQQ`kVXzkQiY_zC94v(c_71K9d z7Awu{i0bxcfJgwWrtx(U2nK2kXDd-6)U|_Jx_q7!54hGX_BvhtI6vTLwVE5f;w(sA z+xO1cWZRa3s9J@r5YPBG-TyWI-X2X3MAEio(#D3jUcC1g*p2^qaK~{1&?}(Z22XY% zkIlt;c*e_$q(*wo=MKVYxf&N+GOrCD8stIwxSK682ApUUELWK_Uz~E4y#_20%@Y-+ zWje+tovK~47xX0M(|m>dW=18{`e@e&+f3aqn^Qg7<>>&D?m7uc>`JZ`64(@MHq=}*cc;ax`hOFv{%C1QMN=-! zA8e;7L_4t-sjN(DG3r10MB;Gc-*=jc)r*jCk7LPz3*C1;-OKdCk|o%W7 zeCV6Y=H(Ys=(MxEWoD*MWDS*v1|AXZb8`i5|BLRb4{q8#@^6dJNnMp??BYiQSASz&N3mm_d=Eti!sj?f+Jy0Kj$0cy%9-?!uT z$NC4`U3m`@O%%Re4NKP*MCV?(tW5 zl}>z3kbR9^-Q3JyxmB@%f3S3Iz{!P#udtxUY11FywTETs9^iw}n#&@j*Otb~V(Aqt4@7 zSDLuJJ0Fm|ypsgo;!8v1O>p-#I(mtiLE!j_pCE>KOIK_v(E#OarD=k)SY9gkawOHF z5LmQYS`->N8L!t*6o}*`#v=VLkwgfnDhLHUBrY z4f>Ft#ZPqp#c*2r83aUD;cOW(7<_|<-QOS}UedXwv#ZkuOC5oOCj|UcPw7sn27BD4 zA(~wL<>*qQ;+soD#9cFsU+NJV$EgRWjIlyEVa^CCw8)q``-sLE9c1$&Q+6j)O=i@& zr1mtkhanJy88a~kp^K0hgJ^7j9;!F!$$&#>yI@2togjkH5x4U+TFR6o|E&5 zOnrAPVUJd8b|I>y1>;^8E^^*p@1U1#Z^U*ThIYMLyWsgio|Z{WP!xiWGY?GKwsT{HXmB zUW6!uL=w!Od`JGdq{DNPvF<`$JdGq#YLv+D!u|u$Osv+VOT-vTl6#R81r6hpP6v%= zy>cQQ+_PF658ewB!KRGll`?G8_42xx{e@~e1LLI?O3rv`5)8f>eU-6PSB_Pc?_nar zvXwRC8E;mteAegh+*b!c{O^O)|GcP*mHt31s&mFu1=nNrc2n4qg?`VGg+EZ9EEaE# z823Rt1o4K6D+2AXBZ0s&{$U z*2{;V+0wpJirv(gZW-@PZr^iiA-R9%v3{Nr?Ti@g_YG}V=gnWS>{RFc7q*V$$G5K0 zyLZ&I^_3<@I(y&v?H~J=8?~1)YR_^Aiav%dy4WAUHWt&&O7y7ZVhtr53t1CN8xb}Z zf7)TexGv`NA@5@06UEc$&HH#9@nZo9iQrpbm>1kUFGOOYY$QR^{FFb&aeQ16crjEU z_v%$N;Qb2yYnlktnBL_31r(7N#}E%cRNrX&sR>0hgKP%l=lQac@Tafv@AH4>Nxpy= zoQv~bKF$`1@R>@%%=L&<#TlUGojG`m#atO*TNz*MG!b=XKP#&L#-9P6ZEd>@M28J1 z0a7w!AR)O4sxF$q<<>7sYa~FDaT+ExYNd(Zn;T#0dFo)H^vTHUZUfL|C!zlkv{P zXyVNX>9Js=6`OFF9omG)48TWiTzOj|6hMftb`&smHW*{+I4H(sK+Hk>NRNiH@dU}C zTkfZ;6FdNv;&Xg2Kgd&6e3&PAe|^-zE@XvUIcu+V(E3d)wa0qGdfIx$`o7g-t)8c@ zE!(}T9Yh(4xlS+BLI#FzKX+*S6pkF&zD=%~7oJy@VqHOP)0NIu&u-4Y{?!k6 zee1-?_px%Je_=;5s)Ss%54kx>aF2fH=+Q0D=bwQ32Z~Z_p#D>60luamr$g8st***( zAe<~5oStb*v&M<@rL{DtH#NhsNlOPvvcbqjR^-68##Fw}-JETd1Fe}lH|a9CN1_xNcFAs+OKy(U(%Hi7hZCV} z)=+NF=My+rnh}UTP~GP8y4u*LA3w-Sklx{`na@=f zDnh*ffcWN$|4UD!RGfzR8Z51l6iUbBscqMdxvmkaXu!~5bqC%tC-C6pu(hI{|6gKV z72jr(+MqKsUqRHG(pxnShId9+M3)}cqsdU>)#q0&TR!~Wv2TAp(<5)_ z*?!xjVqg3)^+W1Mt_kXVTud0t-Y#oQw8oLMMWHRVF*e2$KsH9IMWX@T#&+<5U?3GB z0|Bls=AG|$od0sF2T;rx zfz7$1Gn*PvixrfR!=QD=NTUIBuVz44U@D9uFb+0ntHl3sUG=eTlxO^2pOcI2vwikm ze0H4N**^O|{E^s>&#CRyz9w;+#z{-bNJwZXUDuX=uAyZ#D=>8o3e_m6rAR|iggQ2D zqll%nbJcxm%8)vkHi>ByLK;ZR%2*X`ld4LSu(#*VcG~Ta=bk%%obKM=`}=qZy<5nl ze!T>};mCm4Jl*0m`+u}2+9iN0+mPH_#FKMlPe0YU`lmB5RgvfHzTHDJKRCSn(){t` zYHIgi(PBC{`$S<^&&}#r&!Ke}rwdaPJJ%~+E@j|5!Kx>!bK};QBCuX5g7b~@E>;`ryhnd}FO;$33{&|;A$Y2^A%0T(D=7I7;IjBro|2kn;gCR-c zantaSSqPhX)37uI>4}#ZDC(TQ|J?d;0z-lZ_ZO;Yzeb0{Si3)Laq=Uw#8cUPE|sjB z>Pu|OUNzwwm83PG+{F=|kac#m&NWYrH57j7``x6uhc&||H*wD!ah0B7xH*$2LbbB zcK@#EP1Bo0?1tH6L$kA!2_YHwQGFc_!YZo^g}-9}?)CbpIR^ad!`5RH$g1Ve48P(2 zA^juIh2e`E-*NwfyT)G{wz~IG`znjnV&#>}Ta|W~)5#adnPPF==_-z!i$SlLJJnIe z`roQOLY- zK-rM*{wV|;5Kl}2wT!BYzIU9WoS_u-dj%<1C*Pm&>N>fgtK=%Br_;}=8iY_CQKK5o z;NPuPKz|jumt%7+^ixTLdzULAyQk#TiPq{)sz~XCgWd!cAZ?P%@KF}VTOBqXHyt=Y z(r986Zk90EXE3yALhUW=fs~SHj`e(>KD_YjeJT^)^s6^A{fnPJ|M&;@=VJaRd$&Gy z=)}K&S9vHgIXkv+_Q7Fw=ZIVnZk-yO{@x4kR}K{L%EQ^dZ|&J*3&bfG6LclSj9R|; z*~!9J)Yv>nZw$xexoqd@nbV(gf!FTY_Lt+6U(WA7Uwbriblp&_xMNZp^^lOE6wuMP zfYVvDMLX#J5;3h@Q1HF&doBC91Ja^pkvlFPmpZ1f{i10~)xBM%p%5}fWAQjfGud+Q zoUA6ZlSoLQUJN5hlJ^G~zdwM*v22`A^fHM=uaGhmiMZ8k^AE@Ye{X_fPSN0#mq;QK zsG{%^8S(1|88_ie*$)$XYK5?>_a!!Gv~Jb-6nx$2(TveGcV7KR0wsI{em24S2dwF5 znloopdUf?(0mxxX81qU~0ZM~lnQaZrggxNZM@?)k*|se6B;|Nw873A(2*4~W@1!Af zWg&C@I1pL~TLHF=W}9Uoep2}SyZBOV{q6B(KHJ{$FGFQZLDjCV&m+fIL> zBKNyP149qi=O;QGZhL$)t$rib7l|K3FIHlV*Asn&|9Eujx8`GycggLzq`T++|M{D# zx6OmuFa?D*i9M88JzvYK?wICQW17#OnI(}=Kps{p2j^rtsZ5gC;r1&2s@6pkGU+50 zC(i{Ljtly2TvQHn6nn}8fWGUr9LC8i+PH*2Az_B(+8{>h^72V&_+lp{2RpF$`R_wc^02wFPf3 zw*etzhbM68PXR?jiFa1|?qx>J017N(8@9=MjGS|aJSzGqS|~)J^7UHzU*9fmNCkR4 zZlA-1ljPPTiBE&EpxtHnwRIXlf~p_=;>17ykeB&B+DUiOHlodJ-t!8MEs$Ojhlv$( z4(0_-ya}4vkB(?FWQfVBn%$XEwN6#lDAj7Sl3tsSycc`g^(I9OuqAbroo3Dch)?WF z;BXT&q8Y{u`W}{C2$>~Wa>*FS+g*;Noiy8$WPd$YMcrDboKE&nVvN_zheakF7LgfY zWGPybm_e^O$VHu^76xl>SgLB-Ni$8d_>xLP%4ZbTk~*npYKHMq!P?14!3Y&z0JZ z+n}Gd)y>om02wPy)>c422V45t&`l7|hMlfSs_v^^tO-9xts)?!aip#j9n@gQ;7R@X zgdVpX)bg^iK@6TFG++!Eq9_OhL89FdNRMu_cg7M)#0eZkvqd`7=K9Jb*Veg7Auia^ zWozYN|E|EaCy=FS#>Hj|!oj1-C@arDx93$f(cKmi*fa>Ivg7=O&u*ctqG*=HO3%dD zi9gD+OPumOHxn$NmmjOYW`1;skM;(v#=h7Bs<{L9MGsQ6aSMjr7>{`EzkHW{Y!l}l z$Dije@x^ERaz4MDeV6!res^rgjL z<@x?zK3^_500ye=316{gq*E8uNxEKLnXbCsG7_kYRret2a8Qj4jK$0_mP#Gt2v`{U z@q^>!9Q*+NN{^(+y$oRBZRS%3V+t@Mkq#}xG7j=Pt4mW&W*mh@8KfIaH8V;ZjoX_U zDPUGs*SuDB*W|XKT@md{@`Do1tM@DIrEgIz+BK+8U$>UcL>{X%1_b4%*SAZH&NS?Wlf( zVV!xbF`v$7);A6IKW}=$x;4C8zuUSe{BqMIel&cvX|nYc{ucFC{i)V>;f&#(hKr3? zQdiPfGMAgC+s?LMZ@iJd(dqqW{qqf5+wguc+}7WZPu3r9d$S$il-g6jE4{bvrOvY{ zO#pgR{#DVz?E~eaD_886%XuKsAItRsLz;lu76X}vpgU1#G`7?cMDEvsFx%}yFoxop=9|%gn5zk0z@<-h zp;#~f2bHNxh1OGLY5?kHP7Q1c(OfRm(p(<~d59|(OvN>VX;=bo>=WeHu+*Ko9}Oeq z^KiFmu_gK8tyk79-!PI)$5*ne&c5Eawl>3T^Jq0BX-~yP`@RvMI~p7nFkGjvtcf0Z zd2Rd2nJOzSdYgWpu&@8&O&bvq3>hsxSzLa)_q&ZwDPFg>2!;x@k z(JVy5PcaL!o?}VAfK6RZ-igTeFob4ZSV{1(dQ%B$CCDQ#T(S>gbpnQ!9*IoGy)X>R z_96T~>_ez$VSfI8=t&3h6#sydcPA{RF8wtZ@qbJNNLQLqHg zfO7B=ANt6K6#A#CP|saete(4|c|mS5@|)T$(9xO^(#hw?c+k-j@{wW6*)sUG)5ZB$ zCuc80{@}rx3!|NHe7P}u{7bC&MDb6Tt{i;>1}g{dB_?coyN*Lr1X-|1CNN zH;BWW)IA7~>rd%t^|uV=DN8r#pgJs_HG`T>)Glf_cPVhQ;#Tlx%^i+vb@hTF3Xg$= zO9D7FcBUt@n(+W zeI8PWzE#OVZdrim=cl+`^7dsM%Pk`dc>2Ae67s7>vFCGJlwNqC zW^L%MN(d9E!#6K1HCv@tE*C@UDHw>TuL-@r_wggGhKJ&zX4#;eTN2O7EQd-Lt)e|GI$G1`(w8CrE7( zL}7;t%r75P9??_xoE+NYkgzsrlhw8%Y_&;z(l#EWSvp3>Z^F;OqOn7&mbzd5?)`;D0xZc(J(icA zmj#xmv@uoEd8xjtwiD{q4uKL1vZ|KsQ7?(FM$Zu8umFKt{k#tN&}r1lj5(HdLcv+EQ-`R@~JtgKj}_j)U|m2EG=g>m>ADqT7 zRZiQ^bJ|1P6!$QMPnP|t408wq1nuJA0>K#QftcBe2^bWk252b2(~`^V)o36QfaoDX zaEfN9Q*;VsKy=bEt)%VM;@UavKWtZfY!mk#zu%qTZ~Jm@+jr;3*|8nliS5`9j(t$x z2?-@o3T+6KZnTIM(N06H))&iI@iaiIP=}y{tsCuHT0{aPMV*Q?mMMFvOzJ66l5y}bWedUUBO}V95K>J=gpH{dYBMn?%Sif|7wl!5yhNUP21_ll*FZK-g| zq8xo!@ph<8g}T2oFQW9`rHS~GT31-6EjF7+f8_X*ktez5$Zze+23$TnbpO^IB&pA! z`+4Gm9_vAfi%7nP&1v%TPR84pFejZ+?@@}%p#~a8W5|T2kV$uBr-{7P9P6|SQ|P>2 zWTtt}8H)LxWRsXidcfIOix8Ue^j%RtQNB>9=aoayze|cqIce+Dj)+ZRnm1&>2&12e zqehA+`Aa;>f4BQ0T8bWp1@PU#lYbrL{`%->3;1q!4rHZKo1JT4M-8^Z!%Rgr%tFRQ zLj#Ra3Z0751)!}S+_)@RDnfTT{Jl(m)*m-Nwx+%+)V*);?eUdc)Ib*(?~hxa+&;L; z7o05oXtyGIcKFjFkmx_}e`aZ3t@R!}tUva%h%1Yh{^Yq0^<<>>;m*>w{bnkWg9+XU zJ^ZHWMIwwW?-FJ(aC^Z0>fY)v%-6^-J=6xNN!&zKEYwFlAf!)=XvvAYp-(lLG4_S9vL!B5zTM+NBU@ ztlp;QB0_`}!iOus>b=$CCH4wSvPN>1?a&tap5&Uww%yC(q{`|+KU{!^jF8y62~>h7 zdbZ6qm}bmvO9ee|8OZ@gnQLc)YSoxxbFGGaGwob}IR+c3f;IYoy;Bsk4ap6?>OX!u z=yM94{D}JSx=J-uQC@$=@x+fen_is%qS2Zd3;F}mjvd1OvQ|#_?k4X`g!jIT*#bMD z%P_As^ol-i>l6COK&g90_xjpS_G#uB_B8W5;=hc2Lw5b5opx$~Sx;H5qRC=j(xsCUB?;d+*>8gQ<`NpQ~iCB(wprWs4fUC2TfTu_s*MFarGfMR3N=BT!G;IZKu-dSZ9 z(%vFCc{pJ>3keRvKDL3s8+X9`UiWOVCVI>Fn(R7RE>oA^Nw}T<&XMr&NV$;6xP1d} zUVS91XErK+2a{SY53JXFT9Fb1o@0=EbDkRESj?e(vfhHMC)EOnYB5Y41@{yu^fp zMqlZl>>dA!)hNX)^4&-&(u7QU|m z^}&{*c709&Xmbd_ZJPmjNQ}~Ppa=N$mW>a9V^F0bL|A&Fq(P<`q{_79w|SoB$2(NF zbF>gm=|1t`Pdok)=Ldy8AxjO^SFhP~Z0M_|Iw_ZuVM$z?QhJsZ3c10*PH}%BpMJGq zhptC&{lh!}T~DJ;x|3%FiL^0xiA>?#n{c`78^w{-H^i-}PegNy$w@VKr8FizoO(jq zB|o12W#U}g8R){3p6@H-3Vyq*-6o^RMwtw^AL@B7SQJw;2=PRu8J|vT8W?_SP?7|J zcaoIJY%%)sJEUeXJ{%j1 zk+CT%H<7v;#Qz2~it9wWgp2OY_7;P>TFM9Y;MyP+ya=dfsLI(kL<>Od>-r^&~2tlu7uGjh7WQ0#i(rPt;^uaM_jgXpb)?@%~P?7r9MPkk>!p2E)J zJ=m{tKzcc{>D%4d6j%vsis(o64uVB7B8sphKOnq@ekHt_dZYhL!?zMv(8q08pHgRp zKdNSX)RkHnrA&e-lBra>uGedNQjL(JC@1xfWKyrEKqmdACC%m2gddxAndx&l2y1D& zn#g7~rzs`W)#i!F2N5zd<0fa9T|_Gg9mOWZeMxK-L&9ubUo=px>!DJ;zCv;9?nCY~ zZj)PF*(0o&LLC^iAyC9mM*#@fCG18%odfQj!-!$DTC>K*cYO}ycbiCkGgh0gW&@h_ zT{b9m6oHdRc+;=~-m!WMK96Samdb=ik?p$RTkx~qG9YI_hjw%efzAh`k7|4h>EIGcVznWC}jH1LukBiRzT&SD5)hoF$b)Z;`9Uaea z^f|Js<`L|^VDZTO8^bb}T^;z&P^OVUo%8=3>It!NHKTAo?W@YaJd1nD7)EyM{BmkP zAX`DS{?M^*)Xn#m?1CtC3jM;V|FK`Ku~A%C_`7pw*R$S-_hpZF{aEkX#&*{6?%3X4 zzp%%~I4l_NVoYKlh8koCi$@ZOAxf$WwNhWH5K2RmMkOVLMn)hK9)Wd$f|>>ej9OIn z7ggJowy3I1`jCT?wqEzl?h-eRQY3!#A?+P~Gw0qp_c8a(`R+NwY2j`6>FPxNWqw(_ z>bmMSM~hY$jTLcG2?heX5`U>%aofaTpzc9`b#am8Rdo6sB3GkHlEu(Bn=U(%Q*p&# zRhs8buuE!0v8hITW1h`p6KvI{aakk5eeywBh|7EAH)UQX2dRzA(Uzv@#R%(CCa zJd)t$s#*M#q9~B-~_9#M`5>!-$D;kM5-zCwZw2KaDfe=+v zLH%#hF*~hsXe#6v&QG=ycu(^&mz~9fIjlG;LM7c*?3( zY?;q(u5H^9S)my9me#6ZMQ!`m5UN1qpoexa_(($tk7Ht=t> zj69!oF8OZnSK?(>o6+KE@Yd8v)!0;W-A6}P2Rv1(K^Ks8xxS?v+l8kObn7cM`@KUM zS2=$IPS$hMQ((W+f^sjY`|L zZKKk*ZQHiZO53(=+t#h>-QBzQ-hIwEXWVn|h_T|E5wSEQ=DX$^-=BwEygCy??iK8V zY+>PA5sLvX1#C>Wo7huyu@5c@HmQTEb$Bcwk62QS$Je&HkM<0Lb<80YoY$vG9@xLY zWon#*uq1t$VP7^vu|o9|q_+Tc+KaP^YWa{JZHa(>IHsV%t3&&~n`JbILEx)-!x4L` z@yzx|y;=>wckCvA3)0P{{H2~Kmt4>2cUCdGQH9hR4$Md+b(fKnJJ}lw)igbsVqbyO z*&NVLrn-*TQUu-h>FwDHp#mBb_gaDt zUoqN6Ai67R(o{`ByzdEIL{CFZxd^Ak(e=4SC$-5M#>!^T-iV`X{9MR0Uh2-9EugPA zd5A2Ez6YLc#8EX;g7l92B(W*lD8uuCj-5wL6MwY@@m-Hf)h)i6e{wl%%XeSr+{jkM zOYT`-_V{&A)x{RwRSZld{WTZ?V)4gn-guk5*;|?J0#3m|d3{fnF4Bc>Q zU4$@p@haMu65;|i+K&=A_)Qm%VuB>Zx+gR3elhoa@mC&S5C0~|=!s0u3AdGKY!&ll z&y6v%YcJJxWqaz+vI+92*`5 z`!V2m)mcyvMRhm^N9{DEyf-y6^n1nG3Gk*3o1+lzuKYRia7%2d?p zrNvOlXnz1ewi`2);<^n!ApCmE42Wa7Rj;FVvGF zYJ~7I^+F!bMsjugWqP8g^h`I?Zk;=EQ(oM?X+|&TnX}DOCFgsK#l6}zCW)}ZnWu30 zYa}2*br#4I)PJ&Le{6bg$W*b@B7`x~@{UXg$ z*;;Aq>f_MU{p`ui-WG?3mKldi$KK3L-|jcWD3!Uf#n0QcGz>pYdow#@D>G*tnD76J zaQux7`aeTBGX5K}Q9fEis)zbhz{T4aPFU-~fquoj5(G2xWpB9ZaMzT^d<2QyTDIE_ z-NKpAf&7t}E6z89W^gUOmO`Jgs~dzcvMt&|nQs$~;7QF?;Y58+&z!=iE!YsbrEjd! z1W#ex&$EeXuS5cSP>7UI=h|9y151_VPswp#0S5_3z^457w~SFAOIi-!HbP z9u5ut?^w<6|E&0b10SZPWBzye@GsmiJ@r4Jy8i$WGchsa&@fZ~i6H(B!OKYhw-Dn0 z7C!t}!0&Gjes=Ol`NiyIp{2or`3)h=$n-Ce;XlyAf8dCJv3>t|#{9ee8zlG_BlV9C zeqH>PW6bh%gg@+G_y55){>S+r&i(-;hWRU*_)m}jI`Q9arhh{(|3O%W`74?DSNSW! z_%}lF&(}%&%Vz#}qA(5hZ&UeO`tUy)(A0m<`M)|~sB!+^9sidd{BrpZ``2svUm=r) z#0CBpRQorqWO|1GoW zet!+~&l=Q!>H+2-llddM|0#g~-N%&@Amgzy);9aQkNP(NYaU;|B6ng{u7+cLjPYQlNo6L#!JTkpS)!F)61XFXsBr!|HeyU z{(s{{|AXB9U${!cNd4dVO8qy!GX3Akl!5x+Guf|rX83cNWd2>2|B}U+sQ)&L{f{!) zpB*t#|Firy*dIEC`8yT=D!)RZcYjloRd0$%&DX;isHv8U9!_=>Bfe z_{)O#-z*k?6%F0rc=T7Mx+Koe%{|YrO}WL-9XZa=$vPP8>dOl8{&QQ-z{K$P8~1vbV}i&)h(G`$@Cq-2^6-Nq3Gn-s#M923 z+X+euq*GStmc!1wA5R0{Q6C>N*CH=Oq<>`=N|!V&n7P2dcwl*Oytr7~XnRP%0mvfC zFR7cOh6V_q&zcYo>qGv6q>~2;01Sl#1P?&#Tuw>Bh6}zK(=S$~x(fLknxO$6W!&~n ze7KYP@*|jH;RptR8X#q8!8LybxajrQ2j#;yBDSx;~X6JPksZ?gz1d#iPu!V<& zYG4V@u$hxc%;yFOV9;)kP5l`bJq`wJCLe#US+Gr2!J>0@4=ah7UOtR~*@sL^Ml+L=S;3*c}i%k-kz3CZo7rY#H|VtP! zT$(rAXCTkdK;1m_LEu9;n7dv;RY-$8ERz5nMc@=!n0DS+Raj;~Jz8uiz%5-KR-eOs zBfB6kg{-jLAS=Apv=GF71GT`|K`U_}zVUntf>z;yjUw9xed5z0MhFR%%_c7bAoZ4y zLZ;=Vn1m_=1gwymT+6ufR2l|ZGErbD&`%MsEm{m3?4%a2`%aI^h zw2U5?%_o*nbsoZKp+V@lARC!aUvjpL5K=;ir_gG@oCyR@eLvK`rFQ{M=QW&M00HYt z*c5=k6NU_hAm!!A4y6`e6nPA?3a|>NmT(fqM|k1~r14AQC&y9zoEqHLTiy%YyVEPy z+tRCo5UeL~{Y@ZhT7)*ndsbkXcUkB;%r2Q;!bP$m8guY{7sLivMeH00F6JSMi$Ifb z1Fs{eint<4%Y@UgdAuJT_=J+MD;K3G5U{nG`){HJxo`#eHN zkSEB^$#W^<6V?*I$tzXbYrD&~%Sp=_mBZE6ss+nA%IV5a${SQNt3C93Y9Je;SL{|W zYMYFqS6r42mKaw&v|PI!=Ev75rz8y<`p)Cl@Lb#7Yu)|dyxt1$;V>FuqhU<~0Rty6 z-b0dgX_UV(`la_9V3=dZVuVMqVGvxpgfN5=G&91bd6rTZ zt(Dqlrf(yUF;A(FB-k4sGrlr*E7v1WkeIN@pers@FS~U>qtdH0F)lr0EyeB5~v zHzC&!2OJ}jBNr2y>bosQOF1{7^PtB*c>a0at=;MVHK99SEmhgSBgxMy*trL5iS)$S zij^lSQoQ9QsgRR#%JUKrQ7y?``;vcWBu)Jpg6&GIc!`5dBiN)lUw}ivhavPkt~FHn zRXms675q$ck9nNspR}Iv>i9Xz-s`^=>$vvS4BrmJk$IL4SF&c|nu^j3)nS z+wZR9<85;=FzR{cQGr_@2xD z(f-!at>c?#U$tb*_+GlB5@E&aivE25MRPT&+uZ%!p~>BGFaw}zeVOxG`QdxcK&4^T zL7;~7#aB}S)4=)n#tO4Feod>5`n%q{<+}wYe)Gk-iF3>2jusm8oh?AKEZ5B!iN4fv z7%*6i4e>RzRd$xRXDNU@K(+Uz#$^2DsN~laqm;Q+-qgx8jI`jihjhL4=?w0SicHMR z(9Gv7`LUy&?Nw=t?Kz7Vn4cTm}@F(32M{o5bHwf0qdRX zFB^;+HXBtMrslyV3R`hoQ`^3@MYcn=`?Y^`xOCigT6Law8FuY-Yj&^n zDEG|v%Jh!+iS-Tk3-b6FpkuZGK|)ZF^tuXGmh6!FikX0 zvP?Elu}`&6b4_>6@Xz$mip-A8NzP5pE6gu0s4r|T>Mb5FnJrx{J1oDfc&&o2hOB*F zOIXKP&)Fc^sN7`SY}?}B8r_!LUfI#zIoY+{eckihhuKd!z&D7`;@!+`F>5`nV3eLA@!wrN8aIlfGNOH@|;*2zf+(EP7&o z8hBQEK6r6_1%FL?BYA6n7kgj*F#q@f`ULRcck}W$|4uSc{}2BLrlVtIru*ZH28V%` z>E~YgU$>g-3ea}pO33f`EFYehAn-5<7pdyOIL7QgP72>11VP~GRN={k@q6)%MH3v0 zv&ywnU=`5Lq_tV~B`R<;c4Wj+w-tJnl|hQLiRnTW70$UdD=LiHJ~Td552`0PH`ZTP zUbq41d(|d|(eGE1Dt5pNFMuS!STiuNag|eG&+8{yh)X2 zruo?5kt#kJV4!o}o?SxZY)Xy+?rrw+&uCpOOWR5JSQK{^axM_U`sxG5unq#kZ@o@Q z)nPP`jOT)IV9Xu6E~hy$E<3X!4o-?~dp}LO zEwl#(_7oN${!(+qmT-;36>Jt9 zXRi=~SN-bM*FyVn?*^!A>+=j`F-MCgLgw?N8$(0b%v3+Ml7Qu}!N0Uu5tu zhH-mpX{RuEXe3S%@S~d-pFdge=exwu%bbt{6?b?mUX)4-#@tbCTMv9Di-d>aWfBGC z?2}ZF|9n(|2=Ar5&VYO)osAbvgDQ5kqLEDYg|(BkkclHY9JDAw#YWgaC2>?}9;222 zLnpWvWbYA3$SQI^M$d2j;l4o@_mYpO(RoIvHJppiCXhrZKiY2?NA;bzVhHAYmgUSf z_7%X!Rx$rDesbk=sZNdQ8E+{9{4I3`BbYXRflevEaBJB9lD$bmN+t4P`f~}qF?;QH z8D14`Ky%+?nn!xS^K0yrXiT<^%-F)pSVMVJFS;+gOEpSr6}VJyoXa$KN)TVOh?EPX z66_GnoGOb#Ggc+p=-#}UDJbtyeD&bo(2%kp!J_<@1$P1QqMLyAmg%?v6Zi7pMGEy~GS99|>2s;Vfu>M;>XExjb+ zAUjDsoL;V3Lb{Fk`0#gUVy>dkb?W7^FS8r7sP>8t^O$vFA3RE^+5P%ELavJDrWZUH ze5LJkL&pa3swZV+^T3+Os?k?((ZUWA+EmJ6vTk0Hs5h9*{?NN?_L;Mr@V1w^i-QIG z{78h7##A!57I}Fi;v~`WvXq*`FvZaaP$k|_xpwj#@*!xsA#?6`>My2+l9M&JfzM=b zqe=H$Rq5HJpf?m0U;4&UbUdN1=7b`g8zT61&L{HerV8M?1y) zjbQQGBSwomHLKtTWcn5}yS_LSv9{XVBqlqBsX7VJWEMQiXlPxGj^f8qB*%=bwnsI| zl8foX7DqIp;OkDoZ+c4}fX?R_ZmEsF-2ljYZ95%uej1S3on7IHh5zdq^ z)f=Ir*Gl-z1KVG`=F;)(q*2^n+)$#^Y4ue9QXQ(WRarzkfi5w|#$2GfsdnF^z$%6* zZK@D-JLw)qAo!(a+-!TbsDiAeB&(mpKo>(Je*ZD@3Jr_)-Eb74pI+p9EXA={JTIXp zZ_{#MopPl5k%%2jQ7>I9m1`}ZLyRM|74n138=Wd%frHnvCA18kSzB^82kk0r0ju(Z z@*R^NWW}N3?z?FWDa~S-+UPTAaD08hf>E&Tshhd9;QTxEii$5$m_u0>(PFM{w6;9m z0ZpCfL-XjjHsN+TNO8leN?W+nlm62#)5X%`XCna8K@bOcO@WOb5=dR7i51Enyw6X>)6W1V0j(j!_@jcbR4cj)U$#?){aIAu@#8FAmZeaose5~*jZnPsv#Y&5nX?jR)V+dfCt3ina>-HVg5-}LWil&4%YVR=QO%0t zppJ2O1<;M^5|=ED*C99LFyBVEL5swf?%xEUthVt{Iaq4lh;#tkQ7~|4WvpSNj5$*u z;z765OUn@P>Mj1ZuC!pNR5O9~t)R4VY+U=vNgPv4~3t{f;RLw_^C_$hy=zPKe-bF0zC^ zO0z3?&ex5_hA0DzkjTi357CZxcbA8dlO>LNwFSy_U5$u{q z@kn1Wk&gK*W?FZX2u;&|Ios|JA_9!Q!%otp_lvugb;=)6WJYsL2b-kY6#jQ`RG|rsdOtmC0ehzK7qZ(ztQ@sfX zfeCN18IH%y1V)SLiJRO+1iVV$ORBq2G|kdiW`g620+6gnS;vgFq1T$BsX&0D#rMF* z)>NZJHdmMm07>!vD^kYey$G{LYV2g-QJ7LZreaTFJwqL^Y%fpSE z7}+H{;0+xRa2Wc6&_gX7hl}?I-8SJ3z6itOTKyL&mHd2hcqxi=Bu)>JL+Ih|7O-8z zu(NjnkZz$;_?3I*IWs>llwD{}T4_E^>9X~GBVIUZp>>v$WXup1n=}gF3IanIHJ9&V zHZH3Gv6}erANT{;$b_DBZ?S~)mL)&(L_WG&akVW?7*bLe1c2`hR)fvuR){IID}|TS z5*Vr(OLm7O#m43QzT~NAVvLH;8Ww{-&Vd%UfU#>-$=(Wk2kk{tiM@u0LxWw|Onbf2 zOdxE}(+^0LlG3YIV&zBLOc;_{DO1FyF3%_LH_FsQ&_)>xhH>|XrJeyhSO&shqVJPE zs*=z)EDWrnV^(?E<4=U#_E`l<$SR zrOP-*puZ3!-vrLwyAA$~rIm0z8ioaMP|)-9i>6K{uIXInBqHe&(XmLmoiuM$fw>W8o@NzvvN8f$}gPZfcMdFVxTYhO3Rr57XTM5?F_46 z_heuA(}&qh0!~3cX=t_w(KSSYxW?bZl^8e;y<;3S1BuJF5F@tgJS0JXpAC4a!W}5RkfSuC z^X6UMLM4*)h=8$c*G!vuhwxAzNHWNZZz6b{6Yw~lpgCxnh?$S@O1)=TYzK0KIVb@; z4}3e>v=Sffaw}6iyR5<|0o>Ps3RwdG>Lx{rfRT-{i3KjuY1-+rX|2Up6+NJ}CL3m$ zVW&Iha!8kiJqlCS_b_>AMFjmy36CMxnvDG|BD@m`M{Z!nh8j!P_OXrHu+OziO^cJZ zA&IU+&jWfrGeKkD_By?Ako}Cd?g!lV>84@`xn4%KJXo>(pe(7uIPHcy$+}+m2d@WW zh4{1Y!;qz4K3WctN9kx^UN768GX9<(X;%u_t>M-S(-B}@5LYFR}tSRd~@>ekyS z`tfHDs*eQT44y93wCD`UShtA*4!&t*^C%5oa_HI6Tl&0g*de-ET#*^cm4(`w>voV; zhZ6BX`lPCAy}af3mG=+OYl1U+bN&}#a|lbrpop!q-6!c3U=a1-cUx{M>0=m?fwr}2 zFGHAh#Hqqg#yT*|wt(R|o?SnT5}q`u$qvB}K;{Jr0p%ClrT`707m3|=8~;nr>O?ol zC!ozcT&28ABcy}=&6p@k&4DP~Krvq0%;<%6o86U&R!CGZqR>W0E06u>P8Kxfgx%7S zk#A6Zj7_iN2gN-T@vvN$2YVDOa6jgYDbiYMp3-%wB5w>9Y&~`{23TTlFbvsr;~0`Q4%UGJ7wiTf6Y$ zC@y%^Lygi@CDG%d^N7i0n5HTdaEWTn!N=q+WZPX(n$96#ny;BDknC+y&84^Hhiv0* z^j%LQ`&`s3ahf9E7MP}W#zB`AWn3GWpO{A-FXo006pDqznu1p8#h2WW z;e7>DaJM^cvHKU`=C9Rrk4*A|_`GoUU&Gxn;3B4ql<`e$bCqqCcWWSZ&a_XT*i=U* z3*~YT%y-4tP09M`^u|N)6$%ZQvN9NnC$`xJh43FequoSV_OcZPF~}7jzU_0MxOP8P zXa%=Y9luHJl3MYziBoL5`j~I@IZl+;#%15nh`YmI>oVAUNDeO);tHDUL1<7(orb@I zUAcGLhjbu5wvpp!Vhy;pLT>>tplh`7_tpbqd_TnuT%P7hw&}q4c757jslnV&TDPgD2v2Fv%fH?Q@*7*bMv_E2-(1PDt>MJbm5_&=l*y zmpr~s6K;ivDUm_iK{zkmO%N-r#$rlt@`&luD5}FpC2w5KEMl?6OkfWfbqDj}&9?qy zDgWoMX!)kLN4NnP{Y=_P7TBIK`=uMa73sc~BHT*?rKry!%llW;j87AXnxW3d&5Ghu z#Vd#FY)`gC!X1Sy-vS_KSI1BLb24Z@|Fe82&&#slj=H_Yp07`E=qU{73qv3Abz;5towMh|P@rJEdo`}#14 zwK8iTIMKsworcZ^IRV04VXkhA+uH^iDOhSdmaG3AMw>Uao;F4yzL1lDT5%a9w{C>q zKDIz7T!g+@aC#a>u_PvK#oIVV#~97MSX5C$)G4eA&_v8Qwz@7%sJq=3<1mDKE$=LI z=(+vEar`NL<0;*C;*R6MrLDe$=$)#)>RK(D}yfV0Tk-+ean-;UXB zd|eMcl`L&O9v$nfHgNV8+TLNWu#W<$7EUfOlrldOkLFr>VdN`&dfSeCJ)2%uPa|$X z``)jRJp3>kV;rpw`=Ca~c@8KhNpo!})^JJ96gATFTB zZ^=bUzg6ODAMjfE2vzXM z9XC3~?v2p8+#>hxtGMD(#*q-wv-%|xiW;<+M;whgp5EH0C_3}zx#f|}dAT9hnNo#7 zE>S6xg!4duL+^;xS-Qg=)OLZ&-dGpVW=)}J1niIKbGJSciiT;YXHyw7P)krSFZfQ- zhPtF4)#*=GjZ7^1oFfY(9p!AE3JG(;ob3p5n#D?{`DqBVEE{{B$}=M!0TMq_Dq|j? z@f!tmYD~WGksDX(w7JD+T#}OT`kSb*@S!`3N@?Ga+lmg)S&h`~u&bySlpaX5IiTBLra!lD9-{*2aDy?J^id3GdQ*6CHP|g98v{0bS#LZe&5*% zr7jeBtRnBOUFpmP;CnOAgI|Qg0FeZUwKIqAl*aCXpx7ku{9KK!&$S4q>h)<7bk|!Z zE9mwHEldvh0)-ja4!Fk)8cvV%Iw`Uq3JXW~(FQ7wXXOkmh0r*~z&OJppD6$B=vv2h zEA1)aEh`5!BqytnB7;$?zeg8qWoCEFL#ngKM(O%TQ8uiOQX~3t1pWj*6`^zAb{U&m z?=xb4ZQ3VbJOHA%*~l1df{r(&i%7Tuq3u>KmNX2J>-U|W0ilSS_mr)aXfz9=QuMOE zvD)~8BgJEc+62bwx!JiCyQ`gki)e9IWmHCyuv-|xv z;B}F;^H$eR_im2kjM-fa>xL$}^RkwaGh~4}fpCHP6^0b${smV196~!w{x-I#^G<7bKc}xKq881KX+?BYR}er*8u1So+WoF zFT&D!GJiI}7Z>WW!*TmI+T8O*Jwk-G7&UGKp#pnE9yn<$9LeF=SmpKk2j;AY?Ze-5!KFtoj1={s;CW10Vut+D1&>PRk@iV znlLSC2o`L&3Xu+nlG&UpJaPLERx9bv!dXLoi^nHL9iXE=BudeoUoC$6n$l6cWa!G* z?;myb5>-v6hcCLgh97n;Glp&AF-ZxHj_nuDr>$$a=)`GuI~|K36rgrml4Z?m^h#oM z3Wr7o7H-a?`+ZUwk^UUAL|O&`2P`!|sbYbBCIgw85pnL$1EIf2#4T)dMgz_<92ch;8#$7<_xalm`oFA>~{6kwtI#Oo?$6U z=v7piOw0@3J+v?u#BIq#4R~$FVaq4MnHZV{8iY+=27AgEPxrAKJnSLWU<*EGo`?#X zAJF@OHWoRU7cxm0TNkC6tPbHU+`r+^jT`7equA$;4t{tnZ?(c1UU|G>v`vsNSnG%1xDnv+RQisC{TN zeYDNMWDQ0-UQNeOt%5zme4tPwws2{F;$!}!3B_NcOy&?p6ePn`dA3=LZH!5&I_QD7 z?T-maFsuFejRrVr0vZ#yS)O4?D3_abNc*0M^)i`LTczCMMz@^E#y1((YotE)+&N(s zoP8M>mD@HVC0=LT(pCy>7zN#Sj1K?y_3VqJP5mK{&RX$H?|NLsr47hh-Xi80P00H9 zV%J`}efDaO7&(?#jB%-An$L#=`-0U3*HYW1l#RtZP#5R%=ka=P>LNO_~8VNyP=#0xeZ`;u1RO>62P z?~bHRFlm9Mn;_u=J*Hu3ZGweUM#|x$eDs$LVt%W~Kge+#yFd~OK}&N~^JkrT8HmwR zKbPSep${u3GY4OU=&9y8MW~&P)rwwyYS7iB4ZUhYiZDcm&3@!@++U}(ggtRMA1i8u zPpj^gadYGcu?c8R=rMAn4OB9YG&by?j&BX2UZ>|c$HSkc$7^a^bHgP7+SZW+u%WM^mi215BRk{m7Av;v+hi z$+uSvc#p(xmav6O15N9Cg~3AQ%V^R~;g11&q$h0Ft*3}$-J!)OCdR{X81GL8pn9mY18^@TyoS!{W|?Imx=~MQkh4Zcu4?R)I_@0z-@EdWtxk9bfvrph*$Z{!)4TTXB8t?a~DG%1g+eJ zXiIsb<&`|E(})OInJIiFrAT!SA_L=c5if&?(iY?)CbAJo;-_5kP=O)*O;}A?NkD{B zcm<6ZIlOui0V8kFGF$^F#I=|^MZp#gg1Atu5v2-zER`$Az?ruN~cOA zP-jc(s~fv}No5Vy;fn}Rq9r!REb)IM#EM|WP0B31YKTJE%NBkfeqd&FcX9QO5ra{dtedo18CCvy0p>fp-Mg0Jl0$8SK0~Uu~oz$v-7O zWe=@juj^A$F;W0(#h!?bQ?!BYP;}W&$R2FknZ_b1-3|3}w$?+7&yJ zd41?s*a!sg8de00JsU8Diax}j?B6+yo>?Q8bk_l(&aLe>#>iI_=MK?#6)A8CINySr z3OIdki;&I|)A@DbQ-bX_6~DinpN<0bRd zKyVxbRk*AI_~E0fBZo_YR}`JVU>cRMBbLS*u@DLt!Nd}VVQGz`QZuKm2h!3bY?hzn zy{JXdTR&c`>t{373GpSzo1rC*b-v7&wMUo?CyyaWXHgpo12%U_r?|+fY1V{s)EZ4f zBv`|e_Nr`3Yx1ZzNTztcoQ$eL)xT=Ypdm3KAs!x8_Y_GW5ctT0#L90&#JaK#`V^tCu(Xc(r8GwvK+yk;iE47f3ww zGQ$%UM*KKvA8Cya86AaZZfB#?te91DuM)-bDhBzAYlm0?^#%x{$yL^azBLw`j~}`G ziFjl`=GA2zu*174cTpnA4~IP1Lm=1lH0e>*!E_$8MjgXn!5O+FO}0Myr`9t?7ht?| zQ(l30d!GUJf9dqbcv5A&JcqW}ZZ`{Q{DvQcx6!IJ|FuwUcw?mSqTt3@S~f#dq;gea z=FBgBbjHm12K>ft-ORdHrVEaYu3vRXxM9@khHx!Yhxds7elg6ihV3*Qh5|N0x9!9| zo_x;gRMjmK78^QlY)qnk7$!Bl=+=3mhOuj$8=N?c%1Ytj(*GQjh$vtW%~;J!*V1LA zJ!2_5k?ZB$GU4NX;Kz@ZL<6e#?YC;F4KquMR;R}$ZvE7b5qJH-fsb@-BDWW{4!u0l z?~kFjZxeA?RUL@tr^g$ZA2Ulg4Gs?PS#R9~HNd(Tc5hpup>lJ8_tN^LZtPQy6zZO> zmkW38^NXEz+K~rjXjbi#?>-0duER``cBG#groO%E8 ztx}oW2l^lIsv*Fl?Dr;U9b~+ZF}xf$w)tycgN2#$ux3K&SfnCH%L-jQ$pmRQVOjn)X_#hah@DHn;<*DSZr)p`<9nf@)@V~GhX5jq-+gW zvzc+~?ZZ3k=5ZdEt{_^9da4X=W8FnB8y&1KiTQ7Q{bO*q;Pd-&N$8K9P63LI zQwnfDfy4wH#W{#C$4C+q8fOz~py278?6z(WoxrC*iGw9*(zng zx~#f7+CLnxUSwRPU6?VNtz?y+y#j7!)g116aubcl-hQWxoNt<99Yy$o^8JUX%0St5 zmR0@IY56(KXgM1+ps|#9l z7T`0?&hY(p{&nTBMZhYGd&~=^YD2;+UxOOZe#SYsBOJE9Z;SB5IGAs=5!Y>p)I$t= zVHCOXW*llv42*19#<&I|Pp^x@1GBImEsF@HCmVF80WR5km6yMNPu6!4mFoz#BrQ9P zYv=8mmg#nZ0n+=@8nQN%=)(vRTGXbrHjDw+nz5nTXy)F~$=p;nyH?h9Kup_7z8rj! z)Iq*o#LmSM&^@;7>7;(nM<~DDn10TiW#X5ZRpo4?);A^=bmDMa$b&uq>7vnT)NV#7 zk!R24q+W;KO41AFaJvczUa(UFNH@;n4Y4M05 z%J+5QX#;_5$t^)Y{hN~=nYc1;Ah>CZ3|?c1ulHJ7GshvY^|YQ2!-Zkw~Fqv_Dlp<(;b!ghSh z)Jhs5>JQps2bZ%I={dwHWKvi?9yHQ>;VwJgf;GflwzBr{Tuc2IM!LTFycdLPmB;qM zal^_*o!gOBW)`7Db@>42yJtam`r7+_VyVzz+2`r2-f71-CJmRN<+I2r^a+Y z0OjtD+*v1R&w%#0X2VtQkqC}{pf=uo!Qt$ws;j%+(f7}t{NJm?a%n1ItMm3eEUH`LKB?ijX^A4H^fYYgHz@mpZ<=$7&Y zhP5OM3#u{lCuR>3$ml~$VXx;cIlRhoI%my6SRH=7VcLV?RmwI06*MGzJ9d9ae@094 zaFc9~^1NeIuwZ8Qo(31{AB!3fhunj8?9282pdSbhuMYE`jZjucnQ947CeB)h)!VoXv>QLme?wfHda$ReS;+em586}Tmq%h_swc}s`NdzCt86Xi^9U&)@PCC1}2 z_-*>KvVr6M)htfKT$Rk?7GNdk1?zl3C%^`tCF%X^X9~QCPQDzR`h7jT@ zZ4A_v{ct%ZyAPa>ck$Tw_$0e=zVQeV_>9x31RFD$Qd0(!o=YO92eQPF+2Rym#b1~C zgrhGbm374>A)IvPiD|CCyx#1|F15hGc5zr7tYK?VX!_2V&PHNQ2cmA3U4E9)Zp*Ms z>NJB?MU&3B!U}B|M&D3iXmj3d)(?I^|=|+l>ng-j^rM%j|5|1E1s~El_ z8}Bu3GRJj1iN7i0X=z}drBG_ZuyDST%+&GV-f{7w4*%5}Mh%pfoAP$YRPdH_O9sRL z%1~6AW}E?wmbPDux3!)qVy71D$}4X{3q*dG&?^ssmK~^3jdOpvp0jF_875U`yl zF8kA7Nk4O)7#3yQS8m`bsUR?i?#LjJjwaW~1n=wW= z)@d5DyIDy&aibBtzl>p0&%|!CRah{p@)+=sX%tePuWqcAh}DgN3$YR-f*-7q4KSEa zDhe+V^%9xUq^T=c!U}n2>n?XutOzOHV~TTFTjgg5j34eNw*2dt~!j} zE1HXJxC(4Aqt_J+G6guo8-d#3f8SK>I-$)NF(v~x8mOLFol$az5JW^mz%<8CnoLF( zS@{8SSuvY})>k0c+_8K%i1$+6yp^Lhqmq&V(a?cQD8>lI7@-&=S4E!O4ow`D^TPxUQKZ(z5R9f3aKVB(l?EHPj_>9(d&7S&mq`PR9~rPlSYf zT*I_vI8ZT8Q#~0JZH!LShgq5q$|h$lDaejwC|D8<2N^yoM{QCkDis5rST?~~+#2b` zK_~1I=CTKvS_vDaD$e;pjHedUt)|9KkDIVqE2!>(Jt8G+_UP@N(DX&MeIKs<)!Gf$ zpZ`!@i7U*N{t1EdbV*rbs9A#6-e*81t;HFRN+m1 z?Wp=UAS%@FCy=-9F?q;aK9n9rfv?Ug0jH~uZ$$=ctJ7j=O({PxDy!A?HtKSTBsSSzWh|%~6%PUPbnDQ@BMO!*g5~ zBRA$)P;5A-v6JHo!$R~l@*w4@_edV+IXF2LMc@Ju;(^RI@D#} zN_C+La|(C#GHaD~#XQ=loPG4}5Z##GZ9m`kP=&syB`KwQu?{cfaTGgN(iqjDCg~;~>Z2EB!A97>B%@7kn5^g?OVL^F}s|Ikh;zhD3 z6S|AaFUYLC6Y(NXc>0qN2~P-T!#Bcg`14xF0G3W5p9pd5G@gbgpzC;&mJGq1-N}K8 z&vlJLw?Wy_TiKk(IBMA?dCapzZ}r_rcCi8Tyx~D6-l`yh6|v=CpOP$brJB<9v#*@W zUta#&lUZle;>As{;i0u_K6rNFi_eF>elb30%EZRUW^}(hxP8gnosCc5gCR?nz%ZzU zh!A%idTk6PaILa0E?S(~r^Ie?gVZDLl#U6fM8oSszd&$8A}B6NF|*AQHv3}!u+IWI zM2umR*Wn3!q5q+{cfDj6qY{dVF%pwVtlA;E9S%_~5RQPP%Q_X5Q$)F^6bp zy;96!gKp@P?D0f7I0%eyii&7wAfTAdCZpYpy+e2#EJckXMa_X)c^%aLko=K+L*|oo zB@}rseDjKYTsG`k4RGlab0Zo&a*&TSxMVXya1@zQ$OPj)GzS?|(?uf%jtzhVC%N+} z8bKQx{75Wd@vOejJ$PXdGZ{lBQ&h_oj_IrA^TeP5O@+YY)h{Ncr|J#93{?DaHP%p4 z6I!W0(z>_>f8xTQK3W~0KDsXSSk%jtl9iV}!rOK>kmaPE`zzXoS@HgicCfnVtgyP-!k zEzZdjqbP1!@+oRoj}jV|k+XG4Opj_2XoG!`jIJ|2Eh9qNN@nbK#*WFnjLV-@z3j1t z@>-oc9*g7gw41BSLDO7)uYj}_No?D?D_Dll;FMK+P7-9qup?R)=s*S|hOjoP^AV~*w#R%w>k~DF<+QB&Xyck1Q}UN&))3aG;XBK>_Vk0HJtiAY)|k}7Yu$xKANhoZpcAR z5$X*?ZK%#!#)w2aaDx^E+K23ql@X)YSNH83E8m{&c%m&FURuHr-M!KG((Ij=4z74~ z=m=6x|8^=bn%-%I`Q2BU0tw^=-akX(bt|Sefxx`xU;+anF5$SRc_BUHa&W9 z?fS6-WCGUt;0_d>UdT)7D&~JMc!^=_Ba@XoHFtNxd$9{HoFOLM=xq-T`+pc34Ua_Z zy+W^NKp60h2GOWi`{anlIfiA!iTm1tiz!_aKp=mSg-c>$0oX4!oJOLwGfRgmO6{uy%%K za4KxL{H%^q5f~gnPRE!Kse=lbNdzS*^^oQt_M867~P?~Q*C7vS- zVoLy-TsWUnDk1p%2!W-K#8 zkqs+!T^2VJ`#06c^(CF<$y=j;e|de#X?yVHXO9`Id&fzz6p*L(rec-@!EFDAc+`Q_ z#Tmb?ioxZ4Hs6;&oF5N-;`<~p9rz-^46r-J{h1Nsh>sj$j}yn)qvAL*&Qh{(nOMxP z$qx`DORy}SFZ!IV$84vV*KDsdXMLm-V05R`Ic1kWW zZ>MoOm%nIUGx1up)$B0Wo7>F;=BRnvw42ZI{yzUNIRtJDvBW~qNiEp+j%m05YZlPf>;j=i+=DAT6aK+Y-Y}f)8=mymH+R1C=bXOy%dP1}T8MLy zY}id1@ZQgk-Uw*bPC%^Hta;GkGN^k?QzeiNzM_1l{bTI0H z_+}u!XCb~RP+e@NZ48?t6vs*jNs$x_$v{98#u^U8*+DF4I~*I>UF?*b`c!QK>5J6H_%BUIS{JE|=!xq=jfh z$7*y97wzfH+W?0KYcZfAy{IvDb99I7< zedUh0j(TAQG7B@r!3t>NLx36o2UkAcy`#gas^0Ux@c<;_?4k-(h?urL3GSJv3$H?; ze%Cno^z7r;_m!VSbeu;Ct;_pHhQe-$(b@;MDUIBU<-yjXpXEu7(7D8(*bA{CZAgDH z@j{YS=d{ZC741qQ?P`OIP4p(mZpUuzD)EkOlA6#ajEN+>R9&7ZCJ!ctljI3wEP0Ol zDLw9ZPoGNAE4g4X%(wOhLG(i@*rNojp$6_82ms+jDWItNhvZAay0hoaXbkW%S0ETv z$Oe;eH7E=w@B%KhfM}=z{hx92^$nhys``ev!CHvbHgFrWTnutAZYIXyjOAV!OVG^w zg?40NprRpg;G6{Dh4J&+W}?0bFGwoXh?k*8oRgE3+X2h3$2Hi5Y2B$ZI>uG=OMo16 z^HdUMY}}<|ZrQa2vnMRQgY6bsSWES+e%o&~Tm-jjXi)UcuNdZFL zz+y{&xj^zmOk*7KVe>ozv}m({8G(N&9h=GpRJ#;!kjw`nOD^+ z>w|)*-2C;0@^63gZuyUgL>~yPsWo(+jA`DL<>}@{n=kYpx&U(EEN@?xScn`8^rw^$ z^0f`L7CmhWoCBa!l@?Tdp@|*4b`q4@$3eO}+i zy7zgX-|zYTURh;JAxq;u)i0)cRi&h-bggqeVbC2yLG9{VwJH(`)3v1%$GNx^StqWe z>ju{dy@2oi$h+gDcA!S9wc*-K?NrTPQw2x@g~0$30pG(Sh~paujMbi0B&anksYx1Ki}N?AGGIIWYafUEO_C=(1y}# zI={M-!WD}bE6tcb+1Ph0)SGc*0w!**7QS&ahL=dQ7t>Gh?33i%)ozU)fJarRuE$hG z()GBipepyON1hRC|Pi~hUOq+3=3|M={ zorab^vR%cUc9C6GPji!L+}{G6y~F)y zq^;&t=PY^=uU#(XMC5tvxly_ynOG0L@-dl~P3QXxy=yFAV)@P9Ppt{0=+jJ&uq`z^ zt#cUnREB%bk%6VTGkRy=0L%RgVxW%$5AV%+%Nt=Me}q3qCdqT~96vKK3vc*l`Pa** z1{R1kgWW9~&X!@2zbm)B{2(04a>QRQ3xZJ2W^>&FwpX6BdTU76yHzEaSQyl?wYbMO3(Cn%v~(tXcPui}Uu$Y@`|0BSb{jpF;p!b92>N)J3ksRV*882`on6 zz$_*MDzlFna9Ndjn?h|B0I<8#nI^N_cEF$R+n6se4zADaYy4(SWW(ndx38$+AJ?#e zeell*%+M|xxO3anw%X#!$GcU-a3(@skHBPC<2w)b-BR5_zZN~z*bCD;deb4V4Jm%r zF|3I+x*Z;C!XQso3kP8g9!rg6>{F?!juRcWo8aE0H(`z4$QDm^5LWgh#)L6rIE-01 zR~1#QlOpDUqnz;$c@cr~N;Py7{?T+#rka__*amhpG`Do^)vJrBlaMtRD_83k?5_cq zf74209c=#()?rJoV!PveZ){qTn|I3=x+AIRfzgMj9>~E5jgH%(eCBY;@80y%Oq0`G zhcN>M*jhcB5WUinHv#U%V+q<*tQCffKOq;0!;lLwM#khZY!2KUMy&{9Eyj z6fYHNQcAWZgJOqhI0Q*(6N03J818~|B{^o-Drvoy#pGHBft;%3b<|ByRM!(lRFjN>^cjpzsW#Rx5yPyVIDP^ zEX4zgGFck2Fw#T`^BD*dZZc~+5EdK*2n)=JX}0*dUO$Rb75xQb;IsP{q_F#iTbKwH zR-Ur$Z5W}QO}<-hTP$9@9$CEN;CIyjcKL>B z|LsEU-td|s!+>O8&U?3Q@1fp|!I)54`p7YjXRg8MX-UHVbNw`5VpDa@R}y7e5M@OX z__a*d#F^~S=~~65GYJyfgo;PhsD?g66Xh@niZVzbh(D{ubrKN#07_UxrQsqp9O48w z&`!U=!+sw4@nPh0G0-WKI1I;u#J`O27}s0UVzkcG1XC8*nh`S*%bLQnc$UGN^k>aU z`}jP;FC)vWWSWy=Wqf{8oCkIa>vx|cWa(7ZY|9ft6#B_gbwry`C$#U9DPc;T($12z z8gEzaT9-ZJ)!VvaPH}eW?$d2~oKB#=%G*)-1VI$1U`9SAo{~AjSPiLd&-#74eQDsp^&@Lxl6U4UyTUE3K6f91>=iK0br@;QYta{_qf3?1ec1L!M?t3s_KsmZ-7AiV2u~7lvf6uCJlytu&qe8C^!?cT@^dB=J8ua%2%k>{!1#W~$hPZ+{9>$q%JhIy=2Q($sD2a<$BAcr=u*GufkV;iSN=j5hpTgYZDDx{-;lFN> zHeYUDy1d6SFQ4mS_GBBgClyGDhLR4Z-G(C_jYVSADe#hkd5Rm*&S4aGVifTC4d7*p zBeZ!!28r2mFwF|Stb^>bPV;MkD6eBVoaLNS$uYZhwd$2hG$NIJ_@T2)e>)v0p&|SS zP7b!>OKx1f%9n`Q`r8A`5tbHopkH%QP0geOB5@#d1Vko-`U_HCq-k3iHo*6$FEpNM zJbmE@@H`ZMe$UoNcN{-d+kNof=N23BM~IWw zA%tTD5aE#k1x7lLl!}t^PBusfW2x3acyujv6A5CkRum01v5xX^7@8_pRbAI)o%WjYvB>J~5B1k=(X4(q3-1Yw=mI z-+V)B%-M^m^^&E@)f!2S_1(FfNjU$hp+;S4m`+-!T^BP zU_GoaAApMil-9sSRFPPqf*5Q8up-e09iT|a5{~E*Ao|z_-Eu2^&C{{?qAVIA3Wrkr(bzJhxQ>G%A#*owpV^r`DbMxMg8=< zm5(cDez@n$uc2jV@ykV+D6B(&3z$@i6nfT}zg8F&#se0I%B#zSC3Q=br|ODbKXhN9G7h>(et5}5t(jopLSp1GctKv7 zl$uhNT2)ns)nm|1B2g!YpHn84DaFDnJ<3hRa#KMHm#9-zT}y|H=nn>`f_;jn(lr2k z>3vyN6p-o;Ft3O*oHUVO6J+9Ju4o~RARW~}X3VkxP50oTJ1G zVDXx-K9x)*3>?s2D!0Q>;K3LeEaZK7>lg6aH@ygN>MR%%siCn}2xuWarZv_kGN?g- zkPN0WD9-B{LI}ek%uYg;A23%>5HTP+H=R#9=zJYt6X-zIwOoKV{ttP~37U@7j{OW5 zkdeh_`cljy60k?PYnDa!PEQ`+zUXUcu@R29R@PRQZO9)x+I`{`a%*Mezxkx|>i(0P zI>buLhM;KC$gSk5@`dJu+fIKQE3>ULpIBvJmOMg6p3kn256Kpr7daVw(w5~JE}3GI zY}}Voq-3f5p>P5sFUcWFG@SmH@I7F~MaCAv*N{8BtDF2h$Ek0SolmMVFOcu<2 z3?`>AV1hnRuy+enr2=As397l7Vgob)4yZ^g}+^H@=EDea2h#yT53UDYdEMa|6RH&f(KbFL_Dyom7 zqtePwedA_sVOy%)mNNb1rXwBeIh|TwIWfFT_TT@@e~gAT*tY5<+J!5Uo%w`10~JXl zi}4E2gcOo@H7E&nzxqw@i|UWnU#T;y6W${U3yWBiwd@9?GaMY|CcN*&ZpZ!{^HOTS z%PNwrt4(sRV!t7Os*-2DSG;7i!!AXTqKHz2SCoX5ju1-JhnO?}*2H5-4#XGwV38{CJ>22C9yuR3)S21CmkX zn3Hkoy5`l~nj=Fr#5^hs3Pg4`&>4bJAm9?4TW6MN1_oj24Ax-tXPdQtvxL%s83iAk zme2;91{A-^H1;fcUG1J5dhF|cJ5R6BBdOKs!@B%(pJ)Emt=IdW-!2&IsO6g6_LXw~ zmAxyUzHpn2Ke-b2o|aBaYs%%nesD2kymO8m-;-Am?ga}T;G*g9ToZ%}Q`sg&b2nAg zY#j@btco7zP@ek|caAG^)*#0P_)v%=C=?+=K-K|o#6vsW5n2v`$uo*GFBq+y-6lB* zJLprpJ;ebexd3Ie#kde;p@73~v(i)uWLm&MQFhrw6QB*9D&XO2YH3d8IDxo^(gcUT zVfZE5fU`at(IG|MF2A&cFQUeSrY1}Zp%vvazjD#$&Oav2L2hsNb9n@00kko?BAvt= zfErEnI4Qi96nMh4fRDyP^)||S+wlc#0v#Cy9e@Hh%;YM|>ia?>PSa9{bME*^Yg7{BmdK{1W>dJGOJN&rV_z z>AUq>Duzv36el*2c<*nP_(QaFBME(C()u&K%*iPQV5}p(W0*Wv;IZb zP3wl%ZfmDyLnE~7AkLn%AqtzcMe@D)tjq82`TV}W?^ip!pZjM5_Y0fFQ^K_Hj`)fA zNy1bRz?AYL8MUFo?E37G`UK64SzguDA$3IEs~%8aQ72XIO?Wr^A-ahcvdngFySO91 zk9$sh1)XqDqPGwyhzSa#q83nps5di)#(+b-pD*o2z=@)XT0~J4d_H19e%f(=G}5)D zZpMKfUZ>;;#lunv(Jr*wB|hk*I+ST{l`@(!VMLbch3}jdEM}Src59mxwDWw3@KoJN zIuUmz5^*cC@D^;bqy?`_5WJk3Bj&gu(qoY|nc|6N`lDvA)nYdCai7RhHUxGpZM#Hs zf}RUrE6s$KOejdb6}Fg(iBokvy3KHrifICOA&rV#i5~L{KcC_qIbO`F(|F_ArKD6r z@d@)j@h&Y$M@9eK17=Jo#`z!6ko)La!ch`c4M*XB@U-;gR(YH!U1ZOdalQ-6R4J&r zD36Y!F`DAs>|M$hL1Xn12K97G>FrOi>gVFTA)#QMN*kS5=P8vXIH>)?*-JxUbIGvQnmqP_HQ@>3;Fb|D&R| zh5Np<)4v)RNH?CEE69uXlC8Rl+v-aYatbA=We@P^<}$An(G+Vk)O4w8Md@g62cY6~ zSF&_;y!Gu>+f$`Uht2Q^>?{wq%|9{NVzPC-{cgEcad*#u_7!#I(@LM+Npbu{Ev4tB< zvMe`v_)QDw%y^r>#YYMA%fcRg&NwMmla#77tUHgQ3m>0#g-cZRZ)hj$3PCyLO$p7> zq|CSkml%w0i5Vwi$C+c%DP~%jicZHSl|M(hg4i3;l#PMMB2PtjM!(raWMhq*vJ8DxFG{B+sR7s7NNWtJjcq%tF~CgYI*ntaJA%TXfGIIC&Fy7P z-n+&Dc{I<6XVPQz%;1laLI-M{-I=?tK#NkHU^KoaKP}HzbIn|NR{xZ%^Gi1qAX0Hr z#z{?Wu2c_dQRY6B%E_g>s$Z+Zle{;${>!q#QYxsRRO!hxlPjayZ&ZHc>24dCH$Bi5 zp$4vUdHsXkctYw_hHlNR^EIxcI>H5-FI3!>>CNgrGe=$7s?*CsmK*D%2P-9b=}5-! z6d74x=`daCEL~|Ax~^G(cLqu*MgjKdmiJL-AXf(#23aI!x z$X>#bhtV|tt>$x)Ndm--tZ|nMVH`IT*ZTVB%%a;f0}oNNll!T@6c5tw{-|c&_+*=@6j7v50}7S<*(|ggLW(JM}RPW!ENoTAq><~8Khwy~RX|IvX^rb5k?3>O0{Nw++ zHEfGEMrn;JD-&?7TH{*Hb$?Y(I-EJ8FD^$bs~G^jG8?i3*dbU=gSEn(=ym$YdJw5* zkfl{QbXKe0mkL-Ul80-Rt&8#!{niBp&IwS}98-x=OQ8PtV4H8;!i z1!IUWWVNoI-1qV?nqJNuih4i^}6xA6B)$f|@|m}DxROv%YqqD%dWdOL#30ngf=PPE#0I6a z4`+XX%8G&oEs@OGg`lur*d`nm&Ip$T)9;193U_D*6f_&36EM{yi#-)gDXCJ*nCeNa zw97#m%YQ*g;Y!@MxJ#TdM0Xf*yiOBb(0Hx5w}`dka1j?zy20(&pDsQWFD>}NpG56^ zJ8sW1T13umV{S0GmC=|XW|%QD;_{BQR0=cuYS1Ou%#O~DCNGz1*qkeu$GRwkpMFGj zuH-Bv6?$D4zgd2kpP&0T)#Vx+#dXE;xih;n`o?xXf{6j! z7&Rq8vw@<7lDH{eON9ch9Ks_6MU=EnoXVBzpcE=Vf?@)OstWz!NU4yzv=XK52T)~I zEtLbPfT}7BJ$H7Y?U#G5ukT!2=bYa;|FZz(3EeOTx$)xa25kizp8wp!_c{Cepr)Y- zW4tPK^+Xajo-%Qu31TUGx;yO@T_V9ots;sidZqML}@I&tk=2d4$6&Fct-#lqN%(M`79y_s0Bt#D-OwY6iXkG}kR zr`+NW_#~xu>A+C?;Qp1>a(3$R`+AH|1y(O#^FHc+eqBfBk_1-c%990C7`PLN3|gmi z?v)lo-~|!|g07?_%%Lyza3XzxV#KuF?wsH_-YyUXA4hSW3Ats6-uX2}Z1k?)W!k7* zlgYfS%cJtRJR_fzugZ+<1WtoekPK#BZk!&n`RwBuT!$1D_{(Q%)rk}0z zM8agM{_*22lZoC{J!fwJVYCNV`jICK)Mlt!3F5x~#zPtFG6QiccCV55h+4O z3QY4JwijC!t;Qh6sO+p$V}i-9qefE!1p|OrM)(S(25c85a0^{rtnz)puM0Ttt|Bam zajP^u4cMg&e8{5KiGAKc3^Yg+I;>#}9h5GW=Xd<__O`t@-#b0f)jMpZ1wqQkwHH=( zu35U_e&D;iQRuTz-#hz*P2DR-UMU5G?ZZDkaKBesLVzFE0xJW+iU=BWkDmC@@pH#z z$0fhX?e4S?A}^AH)Mm8=j!WWvq9N9Rp9|Z>c!)!55qSZ>_u)^U zQdZ+ld~iwEzQD7hiG2zTDUTXIfl9=zEIu#<3jc8NOZ2ePK;{`Vt?{hGlT0O2B<)VO zX5J3*DDGep(_OUf04@rqLnRFFYQ)}TZkcZ_?+Q$8h2!xITRZ6w?wk_Lr1;RPd@s^skG-vBMYbsFyZS$UM6KbNq$Ct?z&E1r*1lK`u<7%%VC@JLA~_&wDr_BYDat*H5uPe9dh1r z{LN?0TAuik#cEY>8bmFWrDBfy3AEBbhgvU$(;mh=hs0UdZZ*`c9ir>kgK^FO8i5JI z!3ONHpX^QzTRq?^5+OBSif@kJjho_887m|b75FB3h85ino6c)S*07LHH6HQ7Sd&1k zJ(b~lWdSp&C^%UZtfqj%2ld8eu>exFYGep>$(B?=2nr+}aZ4f*^7=(2y22t7e6Td~ zBCG5}6$J;miee2K8x0Q!&<*ipw5PE8s7n2bb<@Dt`?hw)hvs(I#@5$Q9licVBIQeH zv0n7>$~V8V{6+utzL|ZW-a)>K~0$Nsf@eY=CL%~;gj!jC;d>kbu8kh}B;Zm473sR(ze#?j2ocnWd1=_Jq)dgpX zQziA5N~tgqpa6DTJ{Z;lq8!)3#*fMBpKig}cY`40rqi=*jYHgx8dS&|4u@N2vCrWl zY;{#GXi>JtlAtiyJo_eljGbX=g5}vQ#OvKykFonJ|44c8Ylt46F2L2e3HJ33*MaXvTt<12I{-F=ZF9wl<59yvsuRY! zezNFF6x)j#?Y~77SJXzEqJ4s|-G^>@qwDK`EETGHn@cVtJt@Lmr_9 z>bqVJq^M*Ph4Vw?J6i|TV^?45YAbidtPvOIvvK+2*r%X(E9FveTMxJWQ2xYp*?L~Sxa3~);R>6r-CCr(>E7sw*#g+gR$1zj2Bmi`2eZ@G zlWixL+x5X@Ip&Z9JVEs^NpHXGP+3EvhalPeb$55ap3Z3fx+uZo3uyU%gnvEj4ru*z zlu7q_y%}T4gTBcAQ~JD^vpe} z8Ku|JgL(>q35G-y5`$FS-6&d@b7dVqf`u!oWyF=GGFcvs@%WH84td1!5>N7Tlv($t zwLCmUYKYS$jnwp5TFK$RC&6h>Z7$5;dt|l zc!F%M^-A?i$dN_kSosg(L9>;-+!qbF-vg zX_KI~(4=xzXoz4PYn!$ktQxf4k1{3{p=#wHP>UwP_yaXGQJs`(S4^MIr`k!mKPe^Hcd_pR3@`s$7d6R zkH7T7c_I2$%l98ErUr&)&hE4grS%+_GoRi4LZVpwd?EL6#GD&FT_|4o%JXjyA76U$ z&|~KpYlV;gB`W=WJGYHQL^()FX$&FjM#$wo_`NHL|K#>1_h63g%FpzdY-1cZnY*6j z>^2)8NiKXmi*@Ce!n>a-@#2VC={Vdrl2vh z(5N~z5Vd}jh^1?OEckJk|C*m8e(a|umDJ2(CAW~{^0~v*6T|)VK^9>tW??mEVL@hL zC1!ha%$hz3`W$NGStgZaQ}D-bCviU6OkPh~=+t6)Q;AvF6U@S&VwXDOiBd9>9d9EB zjUR|S(40nvtQSQfRZyT&y}El)m=_eLbih^Dsp2>zi~_fSMk4g-h(<+CF*XD+nP9_+X4x;@eP zCH%ujR09MEVHfpv6DTb>`T=$bVn|e zNwLh_Ib%*uSF6)gZ;6o?pFDAVbGo|+bA&`f3EqV**ci1PoT^gqR;OB(k2ij+wr_4` zYfmkk^^gvSCW@&Ifz5|PE8Lb+HE-VlTKEuX;d7vcIs7B@GS}5Hc!m3=?*?~^`_OBP zJ3HOoF;!Kya%{JE#(UKJgm}{Xo#=PH=Y(_QC!LqPuLw8D-${TIEX3K_DWxPE(ov4+ zBv;UEf|vLqAQxFWppK{X%^e-9N<$E z?i!PQ0l1L}!oGMc0BZ?eIUXZ|kHe0Ff^x{^~OtT_-BFp zW&sy~);b0n27EHYvoFI2V6HmK6ahblYY!Y5I-{ zs9QeWOkYngr>*HozVI5hpadGnHz|h!hJn;UY6YzNpmB5U=IUx=?QdjtobneWOG;mn z9b|PiympiB7*?@5&g2Z=Q{)ZnnOxXt&|U+HgJGJeF=-;!-rpyVilcIdwJd00-3CZn zc>rPpf+5kt^LD#G*p@LCC>DFigB$SmKaM1NO#D)1`svv}JqzVSE8Z2)T&bjnTk&;W z`}mpP*EU6?x?{rzOW(zR)lhhF)fBcb~LD)EJ;`Iz$aYAV?Bbw*3-b zkg#AwJR*vX@PzPg0BfdiK-e~>Zvfnc?#-YEck(tDx`WDYs$TB4dQr2OEtTBsDn_lT zfs8G<@w^)&H*s_B6N+>}T97PxsVdD&O=(%ON%Z<+sYLDNY_23S5u-`yQ!2&;?2dTB zJpM1qTD&J!+dq2zu0UCS`$Z~H@bude;*SHnj&b9rvX#S=68@g2og-B)2gh z50oRi5?JE?@QRw%l@xT$fLha)ilz#>;@31YiB(-mE^#+r)yyGW)|DaXn;C73u8e7# zUCj<8?AR(-dS|WjtjlG!qcOfRlu8EtuDS_4$UtyyLVcm$tXu04@IFCM1Ww3w zMgT1$lq1eZu12m!EM{ar!bNT+)J!f5r?Tu+_GoWkYtlhDVN_#U<;;hhvI(`RP zAuDt*P{yP$fqw4ge^yfJ`C>Hg_S*PDcdWZ;%gLCx$K9PW_IUGruZ*J}xm{S2ib3eB zJOu}Oc-PlWN$GMpyBu=TrZ^Kx)Rl19F(nNkfm5eO_L%zq`f{D)J-VmlG3#%;Z45wrYEPKKi4|-AGXUs zwvDrlBjZU_mVq6_t4n5Rlh%D@< z1tJSBR}Vs6ShOE=^|g!Ka2JCrIG2XT8WR;10H)R%-~04?zTc&Mai#&Z?RyXXF-?nn z6vWk1qe5P=&hfAFL6pu&MU{6M+W@ZC3L#)_!q_>?*l`WW+tRdrF30oHQ1an`&(Egk z(e&IRLTG;FqO&{EKnE$xVnT$v<8cXNw*@M0yvhOx_6Y3W3z;5{E#?$lkHxGt1xGPtaRWK7?NQ^7{PYW$uw7 z_P^2)KIZ7klJ64aVT8(~dz{3ZDP)F`cyBOjL=eTw2HO?nvW}m8Z;(;HV^}utNB)$C zUudjB%!q56#LNwEu(5TDy_UV8EowBSIokaiJ`6b8^BS%3qAJp&v&bRRxL{vmVQXw( z2}f-%S%5ueUp5;8jSH(Y(oG1}&JN`UXnlvs;bxQK*(#SoF+mLL zy=WM1N85#i;XsRNhucCcIm;Xm9~WkmzoxIKp*Gu!wD@-7I6E7e<&P(V2>4@W5-(&b|=3bB z`w}G+844`rRK-NS8Qr8PFSM51Q3{Tm@Ioy1jdE;M{jOyQx*a zM|5I+Uk3+*mm@+$Z`yxn$DK*+z@r4fq6EN=^cmcT;)U%j<5S9lDIvjn1&xLZDGv3p zG+rVy-3sKG2CaAHc~avFzyA2c>bY?hlqo3wH&YA_Ez2GbY2v_TkrkO)P%LyP^`I3| zn@BAqm^+m{@QE9TICG#!v(Dilz6v)u7B|J75(sEeyHqge0c6Xe>K14rI=|JmbR3u z-OAM-72!(eie~DFTIhli&hWJwps|4HoQB2C3{Jz_3(3ANLPl4yPw;y_@0UnOVw7_z z!OOLAX}6e>Rx821Mc)+$Pql}+;5o_<9YlTZo+s;@17p8EC%hVBow*ly0)2vde+y?Z zw=!R;bviw6I{>6t43UpM{|a>lOOXy?Y}1nl1F4GVLkE6cXlpi8#Xj}T=*nRoGgY?p zJOb3ml0B^l1m_&ds57NR4O#O_kSmK#K}EQt zAb{6d8!oUL;>USj1p!;2!YLs@JMX_9-_61c+mWEg!C(?|V(W!Rk+*@Vp{0PNhyl&u zO$h8V0qa{;v#60vRPO_a7$4fBU(%h`wR=ki>g_KpVuZ3-U)e@Ck1ulLgc|&nnu8Ms1qKiXR1YXOHCO9J+6EQ3~I?@gg;23e6+i z6jpXk;O>)7Y30kFJ$r1(t-PzUIA24`7;F<-s* zGfT|yQ|#M<-axrn8FLOI9QLi`51`3Kuu`08l*Y{Au8Yliz6O`kAif=Ing@-u?BGNT={81TNca*i0Cv zwR=vyox}$4xY1RI%4A!?^fX@P)`YI(+Ng0#^5I@%mfLVDYkmgZ`JVI^V@8g)H#M2* zZ7f@n96|g2Emjr)6XhHlax=2Js+q0r`(%CLs=vKoX=s2+1UfqXk%GUIMivFdHp^|V ziEfKp3q4SHL$!v%hjonO27)SGBjO|=wSBOO6CRY-9~bi+R(Y(?VW=Gh72_%L%l9L!WTj!fXeQ+Z5vcBJ zEr*CLkgKK%Gupc7ZCAC47irA^$UPrcK%*UJJG!l?dsx2EvfNLz`E?}Q&Hj4pJh4&T zJa?WycLu})zc)=^y16pe*3RjiqB)SsgYWubYSeeG^&e@R(Hz=IwYs#@*d2Xs!Ik-@ zW=cN%-TNLA;l!d>H#dpC;>UO*$Ml_#IO)PX&LmBYqpmPw3>D&JM2p>n9AbSN@(bhO z+yj9SJI`7%3hAfH0Kk*^+aRU?CnKbEjsKO~|9T@XGJTEyQhQl^ad{9z`Y+V_bfo6~ z4vnYTnM^n9)ovprhr%Wo4Aa)r7_2B+Y~rKlkcyX35o@a|k!t#weetqscN0X?)Ki}< z=DV%pRb$#4bN#(q$@SFIk|#v65vC_m+uUWH8~ZKzdZSW@v+$H~s@kNWxGN-WiFtIB z7C_7PETkM1Bu^B8IYIY|lhhd@Ih0rF_-E@UwRNyW6JNNNK)sL0$kDhLW<(mE=xE@Ls= z1da{@pJ1H#C@o!SZ)7B}Qm6DGB5RYRmV?NyL1R)qhU|Q8h3J-1g`>m)DllK*+@N9s zGW(<(GlCW81O>p~+P0 z8MZAkbKq`In6RUT|AJ^%^`l54Gb@c&0bFTig1>eU3=T$v$=4oeIG^=L?eP~2et}^v zGp9W0Q9;D(@G>Z<+Nf@;O{PJUyepbdV4qAl#b=R7$N;wt3+e2M>mYteS5=B zC0MDRqglArQ>&cPc#!JnL>}+!1jR>0+MApRk!$hc9t@S2QHt%M?plUimshV2JezCb z!@`P&K8bS01goOSxUqn*Mq~_jfi|CJxH6mKC63o)-7(w@2K#oz45O$R5N$yc0AQ%|!iI?6~@V$+qJwsOYEDKkS19pW<$BxPVf68IrCg<#P!xzEn% z+eB3cD=Pu!@EOZP^YIkjWAA?p3qt4-l^2Hbve;w{Q6HQ271^sOx#5tXI?{3Pp+#cx z8>Z>?u4%il=hYmFHf}}9Q00^-W64zzxRE@1qNh4@$Nh$imD-&rHL7e?B0f=R36MSx z*8Y{UeeXTaeRRP*pXAh3tAwvm8vm-j_#|T$vgtHk5O|fo&85D`2 z159HQL9*KlIU##e`ak_T4uI!BM+0+;mC(Iv52GTw8MfZ@6>M3Kq3F%18IhDO03bT9 z1TnZ-ATmcXx^V3R_{`(IgnYTYA8O5?FmBU4xAtFMs)X*)@n>{#huNy~UQLaq?ZbCc zJKd@GlW)8m<|W{6C5*ouig%RJf8`;6h&%y4ZpK+F0oDCe?Bo2R^d)RHETGFeIrMY} zg%Rt`9@pZ=@A=v=%_i6ZyL0##uS+tPgYxlAAc;s(A}L4)qYZm|&Z%=EsF;3wzI5#G z?7rajZa7osj*>TsZ6W>UffG-=%yrlU728iWOtsTdZD=s%cv7j|=E(>Y)bFI(?c07P z4Ns9)pTlZCFDu2Yo}vJ$W@3jB&X6lR->x#LSXH(u`>G;w)%|jhGC042JDPIc|qACRw2S6Qu z$4Tce{%Zxvr|wzn-1t0(s5e-!4 zO$8FWT544cCgrK5O2r}$_8Kc2a2VW3lRbbqxSn3$m-frTDj&feb1TTg$iDGQCpyfe zR?8yr)9z2lY-_Y5(z(mWsfnHja184jjjGLW2tas^XzIT#RfDcOAK7>?3OTPyqYd;6 zI7tsl3@m*BmoRA>c6V0(J&VfryN7}iD+0hZ3!T<(Wr{O5z6&O7eYKpP)A6m`!$kF7M0LUmi0sT zrGmA!>=K&iREP6L`Zmh;>VmjM+}eI$zPzbKvQLI`_X>pG3T|bW{xG5hg(t1F62cy96FbQTt+y~ee5@8XtT%=JR3HC}F~Fw@pv$N9GJwc8#}%e5nFS;aE;D$IAXx z-D+5-vckl(#6iK-z}^zFD%r;-j}Aq0!#ZQzHW8^PX%W?kDjhUcmWcQB})op+@_?4G!=9`XW%z; zwUrv0rEX*|LHM#^-tKag`Oqpp!#El(s#Gzgr$>;@wIJK8oUW(YK;)9lp{sRSRmd*T zcm4b`yWC?w*O^K}bx4B(3Tgr!=WtqcEYpVgWcsQ#=}v$e<%e(=$!TJF`{pol6ctYE zr4ihhL*w>vR`U*(Mbs#Kj=&l@7v*&_H2Ci!-BImZd*Ti`$x#pk!RrM2P^?fuzT!jo zqZL0mnqWfZnDK2AZ>lfpj}QwQBQGXEce*m85H2;(>=d&vG1wlLS}!W; zFL;#MH_^%%1$6W&F`2J_xCaz^8n9T2rRJZ*V==?DKzcrC2BNoFa?gMLd~(XcE}JQo zX_yULZDg8v;mZM=o_z$7&ACurGHpuAJ4#-f*$&UZ5(=_>4&_X0f$=TO^2qO?y4gd1 zG}>P8;3MJ_or8ZL$nsUI$ta_!$>UWrk1#PBOUwOYxRdIs)&=_@vv-?tEm``XbBBzybkAyX5^x#6l(^35cdPVMkN5fP+QgD3Z~wdmPnaEwyFh?tNdShxV@dEmiHV zW##)&o>YN|*0c`P6bzV>VAAf=`V+MzCuUvRJk&hX;+SdzOv956Rg2|u9&FQHyYX>* zI!Vk!gZL_aNjKYW?sMd2FeSldrAl@A#-p{Mh=`m17Q@SLUW2jG_eZ>;$xE+Mx6dTO zq`TupQS9&pGp?zz@YP=Fc__Bkfo6EMZ*}!^rS~`q>5|c9E^}BZNoETERbASfFISo* zBWqP7n9LRx9jRcCFr1-svyjWan>l|sqVlaMk5CwwQrm{2l7{ockkaDb=T~ai6Td}( zy?jrU`iB8mOTSVPv<^9;ur#=NaGB~QW3*VNRKg*zd5;-`6WM#^q4daSj3i9sRaEXX zeQqp+uvb{}SW=3%-oQLrO*>ku`H@_aNjcl4>t}NrxTe(fon1>+#l*dwrCj(Je9-3o zj5e1j^Sh-p%!QL>%F6*o;f&=YyEp!>)NZ!yZNrKz*6H%LxPqwC6c}D&>hY~@`Nq3H zhhzr2EF_ymq+DBasii&l$$T6k2`I?*8@-J{UpdapjWW|h3oQYX6Y4Fzhez+c3=tX|p;!eBLR!u3Z7K6~&@&P&_{kEEUK1=<8nNv*y`&K>u zPke;iz`E@5Lw?b2PU8e&*pC0t^{xj9gzmn8?-;QG>EUkuub`~1_!~%rg1JJ(G|H5Q zmZD_?=V@{>hxX0e-3KM*7Ze&;B`UDs(q6`JGFzO z(#e3AvOe2c2xDiPERL4Fv@cI*gAVnf!3c{X)rM+N)Gak9A*MDuTTBtwOqwjA6f8$W zgP&lAo+zsL&s23a;d`h$TkLTrg=WU)CW3#i)TXGbON>lS&Khe|cZIvb~c z!icA)IufA)cF4dmZwrKm(ksL=nltfzD~N0qgo(vZy;s~W8tMiREf&LrjgMtDqN|A- zdXI-)d;7@ad(O5&jn!P1DFxY#Mao! z+0n$n2KGN^XJ`q_z`}q}kN-c8n;RdNPT9lW1fNdC-C0b@*}&Q4zl@RqzNvw=)Bjo- ze0o}X#{Vf(WW=WvHZe7Dv3ACX<>kfyzc|MKi=z{@uy!_a{O`5?k0oqkWM}*zT-wCe z%-I~DiJgIk{{KV__$+Mn42<~yL;C;!2PGb%tpe>FqlWtX%JJt%7r~Z*OvKiKND#q& zi6KeZ@$c~8-Ei|Um_)q&zsQBc%ZA}1mRzfX=n3HqdkYH7QUim^%H27IIEt5agJ{b! z>TM>yMGc*sZMz@08>d-bGe5IDpI%@_gdID5K}TQJS)F}NY_G3a>W9xyR?J6^5e12hX1_Y=%>h@jdZIu??xXa(zHZ3lpGh8qh5(3A2TS!Jb;7}{vCQR3XK<0 z_C8Zj&`h9H(mt*4TQJXzvsdo%p7|_dfXWLCWqpRCi(t_F&29LA-m)#s(lB zdqggI@TC)W>h^?Kn(#z>a$|gD>*^7c?of&L7_4vs)LIGP+M@vYn1zY$BR^EsOrK{c zLCjX8KIAEW;`v!+2gIrIDQObHe@3$DQr0zNHWmi1gh{Jy<#DO$A#d{lMh_t#x+wz3 zMS`Z2Ji_?!CaPLi2^e9s>oHG>B31CETWOZJq6}s>sqz)fYcn|C8;H@Tl6FP}79$CEpQsl*5jrfPgyZ{CVKFC zz#VTGa~El^NoeiUUPeZAoRfPQ`JqfQsuO!0HE5~ABIS`*d~VjpUR0`jY_gDRm(gc1 z)?y0C4O&z zR91sL(gSOz2l+}EIGPh17&Uqcp4?W(I%8|gb~Rp1vpJPULS_}26^lB#W1QM$@* zTG}{z0v-aENT<4ov>~vMR}dY{qu{FZfK->*AD{ju(IYw4Lr7`RO*Q=6YQLMahdFy- z`5i#=7mj~I7o{^;nMo=c*8Gr%oBYQ?%61Y)SuRc}+M>3joH;2UVu{-zn4^fctg|B> zx7_q>Z5Xs$M5k3xJ+(d|T&iQL#vaRMl$|mAjj6}$cVGAtwT-q01i=jX%~?-rPj5d4 z!>}~L2lZesR0=)rNMlu>y*??q9aQv=h*s6Xi%P;u#VfsC9m<}o$#y}&6T!Qfhb|41 zVi2tMSQ4I2(sW{zL3KBdsG$+VvaQwOjqepMXUylITRYX}sE131+OSxCO1`2Q^w|MsKM{P2q0jY{+6|Q1F z(;}-`RwK2_#I^mpF7gWY6<<_QRAW?cRBaSv6n0d5)Uk9h?Rv^(#yQ6!6GL9PqSt=6 z^Zr3M;Gjsl6;o|-$$2M|{<;BeOwV*GALQJiTRFE5`Y7IY97(-s^vvF*VOCz|83?10 zCs7R7rsNEWIyBDeqQs-%R*isBd@B+ClIvYadd_@O{@)~M5v=ZD-Gg-bM{y}rp)B^S z&9n9mN%0ESVQVK}cF<^B9@;*u)x%$NT3ok`t`dq}Rr3R5l>P>PZ87bp)*`QY<+KX6 zy=wcC!=0$29D}qtWmynfCEFMi`6ZZn6d)Zer%I^8n^I>&C)|1tbx~va(EMH5>b%e7 zDkwJ2ffKw<8H-pWNUX)981w=-MzJFsOz8l|BrHW}`kPz_F!}^mEl*Qnfm=DDAt8#c zs&tnJ0;f#T>N7!Wlw-5#fbK8cT^maj;&#NE5cDBF>btrxNL`(EY=my4N)%(p)<4Z+f^NW?u_hlLU<&=>R=E-Ks;+-lN#I(& zl8Wgi4fn+JS(U8N#^eydF)~;}J}cmoP2QtGA#}AXUf|Q! zN=HUULfRY=7iF_US!&{}4DDtdOx68Sm&s!DsHkp!BnpeQT&LD1d!soZz+%OY(^`^( zKYKJg?(|Xg^sU;=#l+NGdGp#h^wkv0-4~^U(f9n&^;o&1-S;eAVm9#SQTltH@tIV% z?BpVl_RgL*cJr7g?$-4>S^vw?oL1cBr1J~D;+kjqwPV@EdJ_&IYws}_xv1ki;pFj+ zp%jJc@wnKrJ-eUJ?6!HH|IU65167J4J%xAqdXqd~t7ua$FE=S0g4rT5xi_41`_OkR zTW7exrht1#?&tc4E$6uu9=`p~-d7yseD-y4ds~O4braZpN$)%6*HO2+ULH&3eVfx2 zhk#W#v&Cw>md5f3{ZtNX1!Zk`H>!_$2yVLOvdNMTaYR~hn6M~1Kn|D)-Ao`s6bK<$ zF7wZJh$Vit8IiFPL6Rz8#Y7(0MhS6qkraWT97MtAE2qON?L`o(=CdlbkB7T;QjYtyLoJp2i>!$iGp7W?fcZfvj8@UeSy zebw0}fS&NE>sy;8y2jT@&xl$FYk$uj+bP|WK9jys-JMH&eg1k(^YYYvTA9^IfbTBo z&G^nX1ot3yn6l3!?>D}8Q9Y%9;24XP#RdXKaQ% zbSabwY48_vhy~@ur&oKc#)rr$F{JwXc`!0rHr3dTmW8?GyRu&76KH?V2d+T$k z83v`PjKOs6r@4BcK7?xOuryPD#=i)oDVT*PmXw9NAZSc1qK|qsefMzLFV^n5e0&m9 z3FFIdnabKnsA+e89rZ~pT6nPymS)JZ)z?)rjhdnr2#&1 z6Y&LtW!*fsGA06u#Wrmjh@cF}Z%c{Ei6nKz$wHv**w3tQ3>s((bp(&aC&KfKjh7Ii zeN5nI)r?y*QfnyDi_vN_bnOhL3Z98>3V~joN)=0U6UJzmUI#fX#X#7_Z&@52=SOvp zap!I+#)y#AaP(4qkmJ|)>TC;Y`uvrhwL!6>VxNuB14!tf=4H{`8XU`q<*`A@Pe6W+*!8u3?);Wp-FfG_Ul8?Z+%jxs<7aI~No?)-)B*G%6MW9*Xi`sg7ze{qZ{2R~_ ziTf;1vxs&Py|c;fT7Q;oW|?eQ;bdopZy0H3&@=rjwBHi)In0?3E4ZC*&cufbf4a9;tR!Txru(RQ9oofUf2uO2DtaFB3dolwMMW+SwSM1zQLM)x4BOYjh*0E(5<06Sc*!z9Y8Pjs_fF0B3z}&X8xh$i)Na3&t(&9wqxgX zFr)sJI^&|tpT(CS@Jn`88m`!fU9G^>BG`q=bqcqiS}CBfSm6)-JaDq-RI<*lZOL9! zu=oB9%RU87v|S(l%p#b1FRSRN4#JHTy<5quj1#@=KGm5>L-1>t*M*cJ!dZCBvePqm z&{>#v&Y=S7neAC(GMwHWJ_lGM4uuh=@sGf$%J^qd^h7+1u@sbp?f#d>DR`orQ|-_i zGTmOjp#x7$9tO9}(HVC1lgT5aOssLnG|h%=w&Aq;EK9ea2Vd)?d*U0mb6C!A1|!Qa z{!0~j&D#l&cjjhxJ6I{Oz`0*Wx0pTrQ8$O#ZT;qsoYswD!Ah*p?{W{yW2K95j^Rs* zqh-7)@m-@gSz2SBc3A~|idaxHyGI@=&6yq@c=%Cq= z4kb$GWjUac`0SVuen-rWo7Fzq9_UN?QFXRg#@wz?Qeyx`?Noc5=E7P2ww3(uQI|R6 zmq4seSa)Ctw@GqYg>vdOQnFEQzn8!#u$z7+U1Em^?%aiKV)jgek*OwIj|Z}0`);vi zHD0pSic$=l@JOxdRin4s@dD8yvJBG8Gr;6W;+s}Nkz_pGRRSL1!#{cu+t2IH=@msy zHsjts@+Xhfs>IaEH;}7s<_R4^C5%isoj}Urtn@RA`%BVEJB?Ityzg8`51VGOq&p;E zvT{aU-zbMWdC)QRE&M0gttKpQE-83>+2`vpcrkkzN~mw0^ywgv@~ZefsUfL}RzWRF zz!x3Mlup!7d7fHa#W<~XY@4n1C-GHYZ2yRlF_UNzm(|Pd|Y!rc3!PZEZXBx0el=3kgKgzX! zmQg@Yk=C-=Ia_cwar@a>^SNrX+^e0-%YWT2OZ)fuBVlP59-*vwKLOL7Z#bU02fUCw z6I)lCakqi2-3qQ!S>le=MYp=ra`ej+^(=a^8?)jobB9{M`@N3dtT+1O>!8a;%Om0! zRpwYkGj%K1YSk1kvmfkdi5|T5bk#Y4oA-Wui!(Z5znF80)+O8I zwos40Wyc8sIBeU>Mt3_Qxw9r6u7C*sevL4_l#a@D0a*LPbl6=``)_kTK@kShGr0ML z{n(z@&h4a6G6la@UG}~BVc2sQEAD^??}TIc!k@;e?+Ws&d>6mQ%2uAeMD0cYu5b>U z&O7Bw-g=y-zkmOv%yvmk6*}N9KC0fP&ysc>Zk4X_%r2$I&!5q|a>GS|MG-Y0=D{ZLX!EgPh|QF!n~FVA1w0Uk-YML-!-^RuyS1MNM)h%54x>m5kr&h zK3!{XI?*O@(D4s?)k7pl2aE+k>Lb=Cu)Z=af;s~a0mSO-!zBZ;3=V>=1DtNeJ=oe) z%!4@tvo>b*z}KDf&0i)fXA_K6|(dUs}zN%&Qs91@#8@&hI+^AuGSjmEO=5 z^Z|Gh){Gg<1>g$loyRTx__&jYJ9sT^j=idTY$MGE?Lj94!qgO*=S=9oC58jlYY>A@{Ng_UzN z`y+em;F)70JEUjKwQiVS%>T*+wtClzA9MdtXgHg&^ z8e4^QS)6&GGNmk3qk^^K>e9Da^ja~C+cH+m+_|aqr89l>*g2^kTD6)oaMMiZ9nTU~ z2DT2|49w#XYlR)QGnET+_|9^u9!WNWfh;}$1aM?7$ImqHL^K=2&Q@)!zEh7_f4>YA z!|%0Owfis~{qG@Z5IFoulC(NQeGBrw*c?#h+~R*uIHp=Dy%795^fHk2CMm!*=6!S> z^^F~f@z+t%hYtDcsE zR$q;1-NOp<%JY_>=QtWA)XSFSi=v)|f<<4<)%IAFdtXhLXZxq(%Za5{cV|s!Rc6Xj znUp$-319^%Z^2o$NEGnN?LCn@TQM=*Eod!Zbo&4{IjA5%R(t`B)D=RtP(54%CO(|8 z{&IZ#h`+}s*>%q%ndV^K_L*7xyMWbAWu`rgZI?qnn*KNs#9w~2Y)fd#4v3t%mkejG z+@=UJxanv_mVQw84$HpXI=>)4wmCTCxJhe@HgG)7bbzZqdVK?!cUxo4Btmb{B>ofD z=Hy2^CWS2(CPo?CSZAvQ)Y)N?V0Xrqf zo_$D5lR*t>HA)zZu~+;tl1v7j28#3_ zfSZKk^#9c}Yfq zoM79qTmpg1pk7l@`0)2U!*7XaJrYp3e}7OFDMy|bCCz==xNk^Pd(o9;)PHR9FT@X1 zm18u2uQ9n`)XdBwd?-)*0uzgdICJBAMoev5!( zBz}qoXYUZG8^YCsb590;uDr!kc71SkzL&fEP`;9O`*a`kZSR18A`GyN&}!YFx1N7R z-JIv(N-O?8cR^iSy%M}As70w87;lG$?}?>_aoQ^IN*BKb!7}r)gi-~J*P7=?XetjZ0Q)D zBZ7_kdgcb?R|_6itiq-Rqs(dBKh)G6Z%y=T+^Ad1X1%#uc3{FroNc_Ow%f-)mOJH* zS{6~FqA9KfFD^yT942nhkOpOQBA0i;2|y({2JA^~WrK*t{QpIn@dhi5Fk8*|m>3k~ z;-EbuR3Zqib6Sk%UX*GClK5&h2*DH{#qy_=%8$b6uR@d=U%SRmkS&rH2xt~&T!?5yt%fZbGYdVHig_JMt$eO~HN)dq}BYXV>9={A*Q zu(_7g^{`=Ge@PxXVFcC{y%d!&&6bi;`L%b0*#xxfIU}UNM?$J-e@no++;RGvE)5IR z@2mxJhuh$qxjV!}MMWVQG2q7+VDjj&LPV_YWMx}iUS4EJN)2n26#b;2k}k%pb!U1I zy|`ZSMPWx{M`g!mhiONTGo+y+qinfw*~@cc1;!M{EXFX#M8Jixx4h~k8<=9}u${ry zgT)RkZ6?|>0AblYuxFy)=S7E6*Qz0Jn z>BfXAg$aoF(RIK-xcbBV{Qz+RkDcS;PXD-@1~-=>Fdy{ay+PoMgrnU>8^B?tL%p1b zj|4!1_vwMxmLk2~wg{+Uq3~d63sXwzXyTl+|*C z9<;N6i1){aK4LxXwV+)WZ^hX$p&Utz0!b4cIK?4%&u&dJtE!M1g?fbt!TY@~Cc{a3 zeSH$&sNa!v6|ZIZhXu*Z$y|_nwV}b+@@9-fz6Q}SHIsCF*>9Xfo;I)GkFFofmhLCW zyS()p0|@T%sax=S=k-HIs|%D@k>(j_CJ$+rpf(GEeKy32&KFT?R7sW+dL2-sH0n6X zyR3M_pVj>Yn}3IU{~&@(KAsQ1CE3)zI?79rLLux3yapN))z|F3P<)&!+|N62%F}ji4+^Ycor=n zuf=5TEycb)32~2@QPdc##zajzBw))S!(@X~NZZie@JOBWU`I7DxYDvs&CZsYp`D$M z6BTeO$W49QJy1E_{-wlD`Q)N)>_vaM7ef7=0S%VUfSC~+*Na_;BFG>xasaw+TGTIr zbq(+)^7<9IU>FRw-rBTVslClQt!<{J@yfZ`XnES55p4I^UUZ}EZAE*r9(YN)fMlhT zvel_4`+Mnk)M@q3T?cFwC*X3(1CZEP9S5rjDkV(^nPYa|Hk9uB3ktgn`=CtMN0itQ3ucE7SQzrjQp9VEn}HQ~3{TnLSX=Fcay7*XT0 zIYGKYmpoz~m9_TkZi+`iW8p$iTA0r0kgq4jgiPyli2v%;OQ^eFr@_-Cms;@CSm*p* za_jARNQuePwSu-eel{sZ>?1-aFCp8KbIHZJad$ZyRonWJt(!Y|OZoV5{Rj}V_|U@Z z^F2_V>jDN&^R&$CdeRh=aZqS~nyi_fKP>2Vd(-V)czX>9fZmH1-nx}-3$x^;-IEUW z2b?(Ro9Y9h1)0}e26Q?Torp_9&Ki!ErKptR$Wf;xPJf*gaIl}zH?O}4A0H27hva&0 zPJl+DQMrg5L{Ti?&aI*A2Ch83@C1lJQ+kpltNwGG ztEa8=-ap}POIsH;?Sf8UJEfFF|H7cLv6r|4Ghl|E?%1F?P+@{;k z_C57R=dF9=Zt)hi=W+CMy^y3dqCK+crsvMPvYh1j{hMO8#>?i)h%`43Oe^Aj@ssq` znS^s#aaZz+x5?>Ze7!gJnxpR3TX(a(`@^^Q5trrnUQj2UT!po}-fKIi?xSz5(9Zba zeKlMQ+y{|Zq=hC7Eye5WCQ&H)=J>E%o*B#z3+bTo;`5TXoL6ariMV5mj_K+Ul^Dz_ zQL;b|zes1*_MLWF8E13ZdHA;bX29p?w>1}gb2dCj;Bd_zaTBkfm=6wlMoE4GC2W={|T|-@%&NnPy6>H_J|7THdW23$8ZZe?EaUF zJtFTJneL0&?RXS#_S)}@Y+nf3TfOLAo&+@N-0;OQG%zh|0Fr9DC>snLVI7^S0hvob zuPo`$4XCUJ@*EDe3$g-nq8JnrUdHkLV<2JscnGKH2C&zKtf`>=C4|j!uP>`BWr)Y{ zXzaZN%WdwKkHE`5+*v+rAV~H(!MXo;+V-gP*knlM&3&n4R^qKo#?N8TLQ#!T3MMLM z<(8yC*rc(dP|4;g^HGLEE2n06RsN8|Li9RO7RkeoCEKzWrBj8X+S0bXaBAyNMq(3(7RED&bhB=uXwaCW26E|l z^L+MO8C5S4iuxgiO9cY<>TdJsw<~05qN}AvP^bFmY_IVi z8~hjiW|9v2vk0=a(OARB7hmyj=rz*)>UA}IZcSUMIe9&ZA@00M%w;+;(R3jv4UdZQ z(bzJTSj)|w=$~GGNmwfj?G@^Q%t-=U8cK2IJ>X)4OEUZ0Q+~Xd93GWd!ou)Cx@@@H6M9PO(T)VpnpqVxZ>!xgs$= zkXGf5NRK8fa0;x`2xW00R03G7Cb~V;KR{>#7Io~F%R<#CMi^6H&@B3y2`UwLNV8>i zpOBSF=UY?8`%WsLh<_2*q-~HyBV7DbzZw3@^@skN+|Kd*pXCUb{|5?5@l7!e6>G2hz%pe|lJnyGKgXjI&Li2;Uv zR)rNUGC)7%kht{_c(A_MQzWT0txZ;HCO%_=I+RF0f^bxM%#JFlCNo=IZMez2+A!hc z%_5N2>s1jUnD%$#ug&~}AvmQJ!qe@+XZH!XL+y-EA;^6JVdoh&0EmiBsMBWqE1kWl zf(=*Y(ht^M`bnj*ji;NGp$%#Y4ktc&k1(gUmjZ@oTb;{9RiUgR! z7L(A(>fr^u;$`sto%haen4oVEoOQ6^P(hx8f=SW`gH<9taO=j-3e>H}$t{IwcPEfo z`Lntb@?6}EvH+>W;HvRaI~&AcqehJHM7zOK=}t5o9`&@lr!d>bg|D2`ZGgTUpMc%>TW)7Uq&l?k6HDYQL8B{byL-G$;R%EQgU31*c{Dx zCv>>K5A1MHZ}YgieWxt6UH;Zr)%7nfw;_(t0Rdt|!a3#@CP+INYZ=y(qeN*ZM07>H z5Ezy<9-`Xe9Nb})*-O?f>!I-n{sct72_5_42JG8qr}y zC$hsazG8$%8Hj9-bC8I`%g_R`WLvTTS|~`mOfl$H&YLpm?#&MF1<6_>QB1Rj4w}Ic zS%?Y1`Fa0Yr-KGrj{)rsYc!hjlh>Zl!(XAOkW9oT6@}Xley`9&-H=x1J{)Bh<@a>+p(AC8IPTJ@J_Ew#W}SutvAkpgWu;I z6jUyr5T~2h@vNTW3B$VNMz6BcApbT=94FaywF4aHvQ&knGcoQ#9?OD{@Dmg$UVLC2 z6P+)M4@i2%{&l6b%i3%0x6;-uR!LR~4&_FIBn${tMi>)_z+b_S0B3qENwzN1OZv$m zxk@I;}ZrWs-~r1qMaSFalY zaJX+v8u9@pio%!*BoLa{eX4>5W&`3Psz5n#7&Q3eV2cGXK3TbpIyj3SZpeb$bAklyauvWj@vFH&6BC~ zx++c<@F`tY9oML7(zfQ)lN>H8T3jT>Gx5pzRQ#bvh2pr5>o0gEdNO!9I1#-Wy;pEg z{A2W^{J)F3W_3{(zdpWbkqKqV^!V)G_*os+W$_T~M+PEfC^8ly5!k=brRs;XXUT_>MvCLH_^;z6 z4qdJ0l4QMVC04#dZYTG@48Icl8JV_VnKsSJIxGA?s>?qps_Tm5_rCjn?AzVP{sQ&~ zyURY7w+|Ksb=@@*CSHm4M?o=TBa%o&Yyg2&!BGUItOV;1G*GKHtu3xqvX2=q{hy)LmVb4?a;sIw6y_y-rJ2aJM-SXZ{N<&opZkDbG~P~ZRvE)v>oiG zPMBCxu|H(AuzZdjlyhZ8W_eCY3x$k;j$(FR9rjybC!5qdY!r+5`E@v3@@XuwmZoOE z@P7E{71V}W!Lr75qClQ9^<>GZ76e{IXN&IUp|pZpm1&t38cT+I&sCL;cg1%cpZmw* zt;Mq2W833Y!u3B4da?^ntqoM3S+&3RbR+xC!zY_6Upq0lV07=${!7bMU!j3p%9{pT zD$8H+4IP|5LV#L29zyf={Eie;*klTp%RCA(ZKTtjy0Rv+juopg8|o5 zlPFpUK11Fo3>m}!rY^ixFCGi71sY9Qh=r#D7TjsiRY+^8o}p4G57>TYorMG~T~Z9b zLYt;$+e&RqYjn!B@eW0rMm7N`(+lzu8 zwYYrEuHnJHx9(t;tGF_%4jvk79*wJu*Dv%ISmi~--FrVSnI|w7O@$jF=EI;u7s^A^ zG`vgPZER2L5g#d23eOYVMLOBe%mYrg)R4z>BTG!Vj}kOeH(u@M*I zG>b7}kuU_2YPq0xlLv)qn4#g?a3VYrX2b4eeBl*xSRDb!d;pF;s`W_COuV zF~bdgX)QDw=q$h)X+-!E*qXJlEwbmvBACxee->h(Iyu#Q@mzE6!1wzeH0*oOx8?3} zZ23>~>;wDC6_M3dhYxjys<=i)s{Gln4sV?px^nc&rV;EL#jEBv&MrT=zV_3y;`8rb zeG<_0UGa31TmXHW(6w8LeL6AX$a;wzdpbc2VB^7M$P@sE07=gfJ|TIJz>*J%)N&8RZ{i5bzlO(P+YiO>Q$c&ioA#=5uOB ztd*tgIyS*_>>cJaWKKm|n{Fp{5YK3xufRH8ko1)Y)4IOwb8QebaLHgXWw2U;`a9;~ zTxyoLn%{0M$Ai$M^rN>Lv~qkDzbzd| zyNuFaL?yT!mE+ZUoAK-FrbrWN!rPdJP?Opi*^Bq7y9@V4`q_RiF2oHzwjO(bdVl7- z>?y+u+bR3$%=bdq)N7G3cGNIs`n!25ZAzV5m@i18T7s6~7Z!5M4an?KS^Z{p>VBE$ z=4p#V@+}jA&LZeqyXM2*3PiP{D2*~SS{qG7C!%aLcn4k(P8H&sW!7>ZJI$W3@u0ut3=xaGFG&;X# znF})K)uCeByriyE!q&Q+hLTn-YoV{kDk0OEoKIBkJ0+G9wkC52uPv#bhYz2vd2sps zM=e)}mQ?(C_`{YB9eBYWy1TwU9$gSyzwX#uEj^)?%+=n+hTadZw^a-_A6i@A+W*^* zEjwQu{!>d=<+k?Sm5UmS=RRL?p?3f2&Z<>Qnt(8`fa))SCY(scW*XV6KH?tcJW|<4 zwu9?3bc*ffJyM6GJ$B)gZU&|{r}RO$5A9ig7Da8|CtW)4{uZzvebmgG9*vuLA@ z0d@hCALbhy+;T+adH!gL(uwbk#$xuxNvAp=f4zV9E)%hrb*!oWUiGrgMc?%*%r2b!{+oZfdA;xQk*oiEJlC%G)q=Kv^B);TYj0tn58U7hE+6=y3E?S(#ObJn(e196Br{gTV%vombJtpXUlP! z$RB07bDKK##I2bH3lByTEuDo^7F#FvJn5;ztzSDZiNfqhI(iwSlj z7Y}$QV??DUo=fKm!*fjXSwuJ;5f)*7oIof@*>w_NfG^7t3^U9lK=z~mGhXenO?DrklIy%kAm9*|kc7Aiv=b4mkTfZxRXZ|iZ3ufn z>BI)K1*r{NS5^%oh*8&$p{^RV+hCgzw5!H81!zmEO``}JVs@@W8PopQ?&JJ?e)nOW z^ZoAkeTR5M8k&@Hg@Jlz3$vXWXJ`fk(1=kOyqkdzW{|;yB#jkjn88GQ8BF+oHDRBB zC?>?Q=U6%xLyA%UNpBgVv% zHFEcVs8$YAg#3LL-^Zun_iHknGaLKhf{LaWKBW7pQKA4E^z>0yL&kZ6 zNzwx}rr)O8$qf`$LZ%7b9arjNWWh9!a0h7)p>yamVi3zR48}abIRF_HI0O^|9-Kfy zzfMDwiA4R{>=16ov)=P28NlP&pQt`H5{NIviAi0ESI9)Fvb&eAnLneR)M)38PV(1Y zf>3W3p;;y0g3K%qP_@+m#0aSvv004hdl)hIF~S6+fC5ktTVOkk0}Tv~IYa^iiG5P zIVlgwPwT#|o64IKUJ-RZZC<{f;!PCea?rr(3v*b8rg#meT$C@ky$}l1aN>AQiV=Ufmu%nLDSN+e^Hi)}HuA={o=t80hhCk$kqD`r5lX0E$hu66Cdhmb zHK4D;N6N;-=y2kCf+9xA##@cH4r`Zft4RYq@?S%rBrbQ~Y^HlU4jT`f&UMqy4(BRo z=YWNFAtyMoGf5Ajui*{$2}D1McB1(NbyS;ZXb3l;WM@S~0wX$?7Rr)|Fs2(tl%^UK z9lr#Y453D7B)ypiuEmEMG`2TMXaY6-%){Fm__wB76`Hg-`V>5IsWt1LTWZEr;DmeZsN~O@cMWb(z>SQH4icJ($<#N z=2nWWi^XG@4f=FmqtEFzcs)Kpar{jWwT+?WHEnjphG;v|ekFGdOb$|sPfR0=T_AA= zY@$`*y=qReBYg?Eqczqz2Fs%DcErdUJIV=Y#!!*VoPEk_TZ{$89Eryvuap}DbWgU` zN>V8&@E==Q*`n=Iw`dflMu7U#R25W3u&3BfV`EVP9d@F^Fh(x72Uqb0C|pSw5V^mn z{_J8bsL8JHYBZ|VzV{MRu%up@@h1|tfV1s4d!{mfIB_*IcJ)0N{v&AMwXs-V#+Nz& zS!U?3x8N7^zk?NTymDua`- z=V54Mb#wFP!sOVmcK6gLduI9%KH9L7R5*_i^E1LIHspXKim26dTt1&8=^Py{*2op| zf6QCULxzmuxn-fiE%)8^FMGdVLz7Q4Clr!dPx$l~=sWa(*Hii*IXCUh(!W(8ACg7j$)aIS^`m4b z?Tu8NUx-iW%L9x`{V6@+{t4!pcLEl~&jEkxzuO7^nRnuvI5|{1l)7KO@OTPb*;+Fj zT~(ymY9I`z#g1x{axwMV!aw`nb?Y--UDogt_^22z)}~f3e7vgGzxm2_c=tlG#1YbX zy_`jUf$pFG;f_^|*GreXf&-9`Jqv$Q*M)9`=qpS+l28Ceajzoxp+0F6?T{wJ`-GQD zjtECeJ{CSHxf;rgqNhrp4DYYp7oPI`Bz#f0SaQ*yL&wti>NK~ZI;Iwd%^gvr@;9S7 z5>{M6(paTPrBduCjcAWFd78YF!X>!i`5-*&)zBXB=2!BRkrjm^$>cHljdFQqvu9ak z4fI(1O7>y{kN8*@^mztj!?E$$p_o>Xg~|>@^iA+cert$kF(sL$WO#>Xzvog| zj@Tpk5o(YbWCt~a@>X_K7!`-5G0$kpQ~qzU&xy}TyTaqKv!M?{pL)LVSbMdcL)5w4 zyhAj(io+h_E`q2k;P6oH(r7SDmAm~_RXS6t-)uJFa=%(AyM5qOt3Fnh4Gn4-pRP|t z)b4a+OExM+B;P(@gB(e=VOtj+a72R@>IJ^Jsz9L+(L@gp(U)n8R+BmTh6wSNP8#Sm zoIeqC^W4j|v7f_v%1>fKy8cDn!UMB5`g{zmx0Z~u7hi4{s#E)pAlBsMF) zhBvpad)ZA9t6}ld_^wtMfH+W+Mc0+&A7EYi9o*)v!9{0ZR zLH9xKxcg1cL5JbLM>~k^o{{?JiJkTPi9LZ5af-0j5H1TIT1>1YtO=T78z9q>^%%}0 zbQ02i+40CrRy9bVDg4qgRy)EVW{T)IHsSo46L(G#3B9q-hL3MSRHZ6MVRDi88dt+@c1G-H_V@pBD>|+y$e46=nx!FSpNJn*|$zFlWx0yhc1c zSwks-s3Tghki0F9)p+1Q`>kxUv-hdrZxhy4K0Q@=?ZnRGsQs-MCz?3EF5s}PucY2R{%qyq zrK!rlcNGrT9XtHLlQ-W%eWw=J*YZh7BN@_Y8#qoq4EDSFw;a49^fa@Z`3qwmW`^s= znZ339Jm>gxp^FUdW4XFen4mmpJn&2yS7}nW!QNRO-5G(W}zSiGAhvXAa8114sP)OZ7+!1IJ3`L4D01yK&gV~l- z{SEa&V~SN+s203kdb_ga@1y-!(7ei@K7DkPGGE+8Y#5C+D?2NvFH}A{eepX%vFE<_ z95a{0at=m!U}kpU!!m46GXSxH^)<*!I91Hh1gC=6kWn{hu3^l7Q1xW+0R91MhG(31J5vK748vLSGj|{G0$*?N~mdbEKMqk%f&skqVgW2-gkM^ytiR1;Gutj|}5vNns&ek4Kc)lO=^)&5Fc(5_mp+HY8H*ll@ho*V^k z#;jxH1aL!Bc3Trpi8VD-D5^VYo(c)PSCmK~$GFpI{ zoK9~XlcSi*sJLn{ro>`VyxvR4G_`~^BCIjls5j;tEseWKQlL-|g?>#T%4j@x%q4|G zlPz~CU={?BgGy5nnPkih^RD3$Huvuxz%LPbT}KKBrv(rip(!{f~)$&Zj7?kslBns@IkGR;^SGJuC+Q{ss7V8Yz08-Lj|!_s0S%&iEKV9?9z2 z)!7j`@5}o~ns)hi`H%RH_#N@Yuw&do__8g5-fTYmoaI%^bkB^J|ww(m2E zGq{k`rlTJ<9UUEozO+o&T3>4R`g{_pHWMyYvLQ_fODx;V?c#7Z*Tdn42aR&KI19&3 z;s4bcd#*Q%+)*KlN0(%VcFuWu`SXN{dN~J}&$Q1NXftzGe%pJ}5shMKMU6GanqmZ5 z0}<^O*#}TWU|34C$1$f22PWcr0JFu&IC3biICjrE)Kv9&%@mLk%7)Ve8xf;eR;`{j zf;J<1z??`A3khxdKB&svc+6KUSAo91ZKo^c@xq?Z#+E(TA#^;1JN?T;b(^N2t!(|n zzW#Nu?|x_LwvG4I*75{oK;MCHZ29A>pPa3n*&S8TGwa&LXf&;SzcSeNwVQ8UKl;jV zzWYsIqeo5wgGL_g2OV`{ztao(t^-}?yQaG=wOx}zJ=+VHI8fmbB}w3eqLdc+7E$UH z_%>0(1>P>owF1wJGWc6ulrsXqK$PK6$_)*C+kyoShaGQ;$Adwh=4vHem(V2%MWm#Z zmkvnhrD=(jrtpX!V7gX!o#`SXU8t*5kutsM)oDCExoGeoKCPRXEgBMG3Pn>T<=maF z4?k6n%oQLg@B&1QIhVZSJT8Q z`V4)ZCg{OPUK|srMItHoimOH9jCfwe4Oo{0mLP*d!35VdohpEurhEk=a~R?yU;5Gj zhY5yqk3$&OH-BPYo4I-G1A>L`CS(66yy|0{IM4X|yyuUzW1r7w$9I==uP4 zPQbBKUr58sU<(qoG(d(>*+x4kNfbT;>z1wR0_g^ox|Xp`8Dd)nDq0~aA+QcIsY7Bg zjY%ElOM*Y3L$GKJ(RM9~v-i$~kNvYacklC_Ez9roJip)b`wi>4HV#(#R{8N7zKeg& z^{!_;YUKpbqIwip(52&6ngiVU_wa=I#9 z!5ox1r7|&x2*u`2==Kop-0gdm0)kJ)gy#%6XVP@m%!JVTo8E7%6Xn`)eVnh7R5LNw zxS5Tq7x$d_NoRhx7^+^;IBzL6R7wsQ9?*J$EOu3HGy2QrzomRSmW&`;fOr{BsrY;L<`Gq_t; z)R2^rm3&LHl($+elGS5!c_<{sn0dcx*vv44>AQY8k(#We~VCE!H*- zwPY+!ZosZGr^9Y%x|ov;W@2`W-5v;t2Zektmq^5$o0^iz*ul8K^ER6`j;(b5O$(!G zs-@owT~@G;;kmj?cQ1D1em5L)gL@2raa8pvp;<#uw|xM4)7XhK#%?N4TBL`#JCj#f zG877IDV)l)k6xt>X`N1$SUK_!Q9n zDAt-CoSHiE806=r)Y_2X-w4U4r0R4C?$$oDc2VF6zEkvU>mXV$E(oy<{I$673EiLw zC9c!g6j%G!0lOkGi;oZ;5-7~~A0sG85(rz0+U>V~q3|V}z&VC;dcu?7=88g>R$fZMpaU zC-u)o%S}V^t#!-7tSkNM3%~r{TG(taz7d@p?xntCn29J<>wS|4mxRjwsf{JX+wPLH zYVb$>rbhq<(L5u%6P~1}+M?OHW@uJBgblD(Sg-a8yW!{R8R3#}6K)G`w?JH^O`ES# zjY6aL6@dz9aUrHrHo>a#JXM2|WS2utd{$@>8?-{YJ-rrfMVo{^u~!>JJA~J?J!rRf z0KKE_O&?017ayf@z1WghNt=tfWl56FET35!O`9vWay=rXlbnK|~-5f&uiWG}W&Oyrv2& zsN}cv6{5&v2TdcSY4HTDtspZ{R8vYgEbo;M$;QCCCfnp8Jq>9fH9S4adWL43BkZAj z{H)Um2&JnLD!e@ESpEVpODqS5wrh{yv>`9Cnf)3!Zx%t@JK+T`JCq)-)#e_z@ zsGnK51p48ha2@*9WyG6C7pqg_+OkMs>Ql?c$xW|>s-w|NxQE)bJW&~s-oI=yx08bp z-x$3AI+?K3H>Ph9CB6v7VNhQ<$N{$t0PF1yyD)H-7~;6jH`lkt_cMGIPh-1JQ8?BR zaEfdQIE6Cm8SxwSjBuP6FjhFl&v6RD+dkbBKL}2T1F%#eTK;pypT)X&hKda?Hvf$FK%Ernj?5DxD)PVW5;GWCf-b7r zC_P*-nxbm*hf=JabcoRrx#nDD&bnyQPBAkzzrVxs^yD8NcEEdWwLS*{j_Jm>5I5#R z5<0BU-p%c|A8;OEEt{dwJ^I1VSD7 z?Ia3VNyIwcbs%DL8 z&ZZKvY&09sCA8G?_>1wbRDY`M6oQIiGPp4Kv3Oas?oYs{tAQeuIB;YGw;i3M;A0DRMG3k$RBQr5bUBa=epFjp46f=1mU*THSKJ$RY4(MAM}bbDPAvSun>eH>TAegF#vgRW=r<$L5qvP z#SF9uey%>kgy+J>un23p7A5v*xKV~kTT&y}e|JE&;+x?KJt{9p>oihUgKorx&jzJs z*{L6aZ+ZgYoA{6KesbhjKW{3(kb5b#;rOC`#mow_qx#xz7JPFKJEYsB9(7*be*S@D zVNK2H-QCAK-D<5@2MpVw)@zZ3rj+=6+--Ub>x>S(8jkw$R(t>-L2sLXM*Rj^^pt|W zgmtUTy5ssW@<2(O>teJHF{5U)N(+N%H`1e*%x1eT5ou%HX*WS`+8uVwZpCeIFOJRX zBBsPh%-=@a!*)X1Sv#>Wj{YxQdQHubG-Py@VXcA;cYnNJb~mF-Aw zT0tI!p9`oZuX&R0K!4@nFrWn94~p9U?!e)1f9?A1EyGJ%e@tCI zZwnhqAg>^V^2g~?a_0{T!f2+Q(|J~j*)yvfzR}UWi9&Y>7`Q6)8UGb1!Hh`{T zD2vCHvEc}I?U(NIcayrs!uONJ%hsp*1)T+3L`htTy72%R5O&}lWDC0`yfyL-@em#k zpGaQB7sVUW?c_6|))?N04-5OEBf>d+mYf$ZCC8Hwq*RlbMiy$!;K#(9EkR91TkmD87C<;P^U=JZ!7$sq1YKWgR(WVuqwI(C2JwO%Zq8sdTNsd8%TN?$jc9Hn5kiAa z4GmAPdRk*@sPJeu28U0t)2%X1fpOt!zXF=!IIQXQ|LNJJMhx6Mqi7JcVMF!pYAzGD zGjvc|n$wi65i$P5!w=s$a}j&j9vb+^Ja^FY-rbYmEUYKn3C7i}|E}+jAH246OseiU z&}}1c;tP9sopb{y?|$~F-T)e(Lslz3*ISL4!W6OU5T%cyxFOMnyNJbE7{d#c2l+X9 zzb>Hf^Y;1r{CxqV!ESJ%hKYiH$U0;na%`mrnL&0iJt!YEAFvMFhaLN<;lu^~g$(Vo zXY5&fE|dvnLpi`wlGKNpFdL62GwryYbm(QD%*d?F&CAZqEwV3aC|Xz9SJSKFs}dm= zvm}sVbAf!(Tl5wEYnppAz1iMeZ@#C+p|e`!ZfhXUTf>F9ak)@-mE8x06Q&dC@5&d_ z6R|rDA0#FUPYa&q<~ad0KmwQWN0{JU7~@-LOxLN{b0bZ`KxlvsFwCuxdL`={@qqB# zYz~jj=1ABY9D2#3O-3G1L8^!~>G+t(LPoK|M6wvO5|+j=uh41dxRX3`;;{3Q^N~~M z93#Uw*ij}ygEG|{*pn$do_dmc24a|M!?dQ`&n=E_W4%nP!~9h0n$ zmJEthsv)^yFv)OQleA@!)z+AZ(qK=NBiPnj)a|q3}zo;ri8&C(PpF(zRl{TTJbO}sP1 zkm)LqN`fTiviVH2+E4Q>x{IQ#G}^o2^+fv@KlxVYliPE%?E8LS$RvvX?(3U&9&IT^ zt7pHn^zjcjZJSf?=W2ja62qsyylZ89rgLZit8cCxd1NtkFlqepv7>AE^)&Z4GVc!^ zE*|?u&c~*K=21J)%4LmK?kR;H+(UXoJ7>)-n7|sVw1cw-C zcQhBVs9lgZd3nSVnlf`^WI}OUZ~`gyjt&@jGnngVyKQxTnm4t`6w&F;!=HN4X z{c{aJrrH1}=zH`%HE97UxOqukTmC=ViwefD+;078O0v4ySBm2Rzv-zvDhZ$Ii)ELX zB-*gF`d(2ewETT?mU{IzhkH{mZdX^!`s}gc3anNNdv78c2)`knl~vLY3)-v{>w?*s zv0z+k+(zj|UW_*L&C&V%{OGx;DIRT&k`?lhbq6&P9gqH1GPXIuLI@XO*?^CWG_V28 z@oqNY<#>p(;3Gtg*)0umHQl%@7PDe&H7h^|X4y>4e(nFl9XVRYgYqf)viw-q%WOE} za_w^C0XKI0(vveWsHDZ9<$!R24WMfEOcjyl5z`5^bLF-xEoRV(#Kmfy5sv4GkrJb# z;0PxX?UZcsB(~OYw3tLOtEfUXo~8sq1XU1F_-M1L5BxlVc#K+)m!PlzYcTO>#Xi&R zbsyu$nH7oJm6iLy{#*{vUzQ!(M zuh5bLYEz0v5}K5aq)Pf{gg<3a3e5*tO4kqB${2LoTD9U&BGysDvH<&lv~}w=P2vmE zwof3jwo)}M(^w@6IrhH3K(keo_F8^_e&4fBvi&^I?|Cw>scrb{h$xkOfUyjI<^;Tc zCP|8d2Er_FPlbWoWTS4AompOLcWayJR_8}*y8WNx-Q>LHxg5C^y&|92?m&7fc252k zJbU z9H~b-FU?D|Ds7X-q;ZLo=E%=yRqeR;!W*dZBUr?458N6cqOOBS#{^xMQB-bJD>{(5YZhuv|N;B!lzFXPM^uk`Y&)e(km3ytt#ZhJmzQ~WrBgzZQ_fmVAy>PF0AAi7iK;EYujPFxl zHjhwmvTwv+H($4o7JmRw@^1y-ik_5DD94N+n#ZiO>@+vcPs?YOsrYo$8FL2Cu)p-q z$rr8PS$Ehw{Jo|->iQ9L*cvGw<*2gqVq!<~+j(jj4znYiX9Kq}*==kvsXk?k`IP19 zfjw+L@1Y>!MZO^(He2H@$s)9Qj*G`xj`PNm6G$Xjf{n$P1q)46hve14{m_%8=w*mg9p-OT?Fcu58kV130Jr5{Awl#&bs}Ys5?dijJuXwiK`w8{j zp-489$yllMp#?}z?Ap348*C6+25q%0e{CU2e*UTzG1$fo)?PnKXFo^$s*vwF!u|kg zh;i9Yu#fnTMvF+tZa9s8+Y~~!P<3)n)la{BM+dSBlf7LvaJ8DvEa(%u&&BLW*>2O!2xU?dV)2cD@N>(nK+ z)sxB4g50|m90L>YY)30kA)Z-R`#mUj7?LDN0f4srktaqm+k%K~Q?3s^evu}C=z77k zm6Br(Mh9a(7S$Fx5ZRyIuYWIcRA*vzj3Eh2f|8+HJr+&V=qU_|q%=YW&Ct-BjZDF^ z9s`c`6zGNhiC&|}+Rf~SyN%tgW7aqrXAZ-|#(3+v^-k;i;C=F4>o-l;n{HU@5oQ8T z7#;vg1=NE{!YC+2Jt8EcO-iCU8;wLz+zBD@LzczlXweO{GNRdtX+VoLpq`D= zNdXWF9c*@V133@6hqL5 zZ4E9MkRSTopa&K$jVsDXy#FhLU|fAovXKqG2L3F|Lz`CBF2%E(+7_L0N6 zk5IveMUc{IsEfn%+8`z@-#zEo^7*;<_xyg(?@6X>({ew%t@ac%Bi$4hYZqm~z{6-W z9=7ji_VESRH<>AZ!gY!{&KF&8qqpsENVm}fzHMKS+_f@P4@=XWljTGZuaIDOgKH3E zn;j!q6|k^CTUNqm7sE~`f+;2pkP9}A>)L>1V>h)2_w-x4t51)50(UHb8IzP60Al@metq^w#YI?c9x|sv6wyGf#wi}AkX)3C(_Xv5VVqN zeyEyehRl^D)BNXBt!6rzcR`vdIJQHcgOKM3?BP$#Biw$3*Z)!8!YJkQh(_8XqUa_| zLbWvNW+{A-85s0O<%b!0l?Wh5<(_TwmGz;*UHW`*z7gD zhC*BMcKcRwYifH>u6OIk-Qq#r1mXjjBv*4h$N;u+R92roGdsd5Rj`;WbpZ3#n|MPyz|6Ncz*=XcD zGFFDl#F&Y;VjI<#YKe6$&|54gBepNK;kJT-5|YD_OeSvOgJ=UX;E&ujCNhFX(U>(D z%UCg}qJfQDR1P5b0G2`1vw#m;jrDP}lecP2jUVNUJT3Ehg~y{j=5vqbzTuA!%LKit z=um036qVNql7L&)0?VJ|Vc%ERmh*CHGFzI0Z=+7LT9fe-RAIFcb4RU#RG%7VT|MdU zG{p%vyN%-XkQSo2lxS+m+2B%<;;IcwDh`GFSW`u5TT;WRq^PK}ifck}>g6&jkxlqt zkWM(kJKEaXIz2rN>I*82C#Mi`AX%l-yQ8SW@lJTOc48OgO1M#D_GmT42@o~bh}{&y zL1?1sgF_`QA|S%>DVjaaB-$a`Aqo%$6aAl6*n{#0G{|r$l1dUY016!r@tnu!uC8?_ zx_n-r*W+}1y+qY}JY>DeNvr{wh(s4P@ZyHmcO_ne^1qo$Nd@DV+be|?g;J^L7?jdleyRi< zhAPTBedfc`XZT^Ia+>QjTI3@d-KgP!-LIlLzvxhH@F~dX8m<%TRn)-MYpB{%Nm;_h z^fc51lmKbW0D{-!=BqnTT4;!GG7?TFfu#FCh~d7I=U;sPM`y2$zA;{_`PJ4M>}pFq zWq#?k*Y>AU&D1B0|NO)14~o6L^z{pa0XaOe*1YzouEcL{&;PvM4Qjdtc6b};jE-Np zW@E4tCQN^(wJnLlWPg3qZkAGAW6Vx=CpX4FQU8R>A7qcPMO4(U!MJi)yN~|D3O#rL zkNbD2d&32PK|SK1QqL&oT(izu|C{(SH5a~$e}V7tck2FTTUI~PRwkf-nv%#}k zF}xDyof>{`{XWv*2tvi921GQX1CT4|MV&&rtZVwHUeG7>S^bheuP^C$_51pYF6jpv zKCH#Hcf5wcHxPU5Hc7D3irLUfi~8?_4m{#`$w4{dGU`AUDxe88i{{Z1x{n01K%sY@ z2^~crEX1E>o@LK4 z#rRx&Db8E*Vw^&8Z>uM|i```#i@wbBgFM#aJ@x_nxcwF8$E}y*{8D@+N@*I>^q&EE zBB;{lj5eZuMLS@BQah$yL>IMp_(lHLtzyLHYI1B+8eRRKh9>VOwXvZ;2tN~!rLOw~TU->(%D=B#Ac%Qe3V*_k5L*AoFWe zc@TK=f;J6oED=7+6+$BUf4mGtqKvJ{h}c>*6lLJl%o`eRWn&d4;wlI8X#(TFsV@K6 zCeAaC-+O1@uQ=!PZ(n@zkND1U;+$g>JJ=zKkJt&RLx_Ql{BT1oKflvJ^axwmOD%R-e(EH=2F#eUF@VC;l*)zAl`0aN` zU`jTG>VZiy`s^;HZeuM>b{}jX@6RuNEC0|y&;2*w1UrU*^;0b~?|=NW9iqu!x&hwL z6q6(0eEXfhBCqX)8M>EP!mL;$o>m3(v~x-*Up zT#t5A!I-w3Zw<#>q`-_@_S>f&lg@kt1qgJwVRk&yc4KPw^)ke~!Q4ylnXk z{(C4O#`xgFp{I=mPYo%8xC@xnh+)Guc^VAZhqrRuJViCIy zy{pBXG*8=(*%ocLY&x6G^=BQ>RsXXB^IC^Wp9Pus)j@Mo7p<#%&;?wwiK5=6?Lk-4 zXa@i}K*ql__G9*WJ7K?Twa(HYLRV-!LeJB;Xo9Cz8vX@(iM~yf^hM65!{*@WR*5#% z9N|E;{b==gn@_2rQPXGX%%#nX7hhbH>(YY;DG9GnHeKHeN^yUQ@Cj4lSbpulP?`NC&DPTOFIQF(cT>J_s5Z z)#QiZ(4kY4Cl!zFogY8{**~wG{oVR0@Jl@}9PHeC0^j!TqmLeZ%sTf803Un?sNY}g z8kZ94aac!2FpM~=e+CPIMz!~8?}BY1KxBxFVNf_poHXdq>Oi}4%vT{R)FQpeoa4`# zmK263c?zFyoetq5%`Lm>(@kL6O;rh6_4wV3?rUz`ZIWaM2<4!ZjI_3xO(adRJal>$ z?0I<}%Eu~x?-FPYRROQo2U~#IXyQ*BjX**Ue7R7FX|}7YW>cw}m7MM;Q(^` zG*{%Vb1NLl32mn2r#vIi}E#@kgMRF%8iF+eZaivd(n5zNBB0kY8LMFp)KZ07GzbpnpNRaHfIIaDxj~> zadIII(p4g=8iXv{E`XdcE8xOa{7)E(F~l&|4R5g|CF};f+uDr7uMrU_2;A_R#Df|F}CNdvcj1ZA{GEB^lf>GHM1VQwkjgE%cd=QKTi^1!`m7p$o*qe{!)%QGh zOm&7>o|`{200yF7J22Xd_L~qyRs5=ISxA9YG(zMEJVyYG;0c^S|43+zA$tWrNjyB6 ze-%6iWf=R?9Be-Cg^X1`dGim#xmxp|P%hDK0iToIoFtw?sRl zu_!@q4~zuDa%*6pJSqZln_I+&;=^9752U6c+l%!((xN7TYn{>87cFtV`n19v zI<9q0QwXLd4V@|*=3xxPc{6H})?PAeT519WHai$dHixF5Nxy$nP-*RpL;G%O>t?M5 zf?w?^&;&O)Y681C0LcHH!Fhai@(<@v6n+!p2vScNL*Gff@qA`So5vRsi+}8ynt9|W z_g_CbRA-7))3Hzz*s_N*vE0rB{T&-$v`4xQU0r^mBX;%^u&d>V6HmUO>Pg1Y!0O4t z;_MY`AZayuDIK9_>Wh0y2TzY}>2x~fKIWh&>hbT#PaQdWZmh3-baArp-^V+~<%raK zY%pfG>tIpA>LGnUhsv%K`mFR837vi@Q17#J0Hktl!t-4pa$F4g2HG;q5VZJOjMVofy{GrlVk$FqwE( za7s*t1xqY2vPE{0y~*lW6zZ~q`J}K%$teY;sOV;uih?gG0K!JOuB<3JrLgq^RBZgc zDbzu&YtG6! zmK@mV>hW8hMo)vSodah557rMH?cevHdU4~|W3bthq~-v>3uMmhZ;y>^i2K7HNwTns zeMC=9(LsID4J8}}JyVA@VIQeNMFIt>C{?8M(we0AN;wHv(M3W$*s>+2*+f^(Dv_G? z%bHcgLPHFC%#v-YZ*iNUpPGg3Ubin}5Db2Wt)~6sTCDFb`n{M8pmH5yf~Y;Y)H4t29jp^Xte@Gu%Sq_4Ml-wm^}>L`c}ma zIuFHNw81gn?LE9iPnulzASSs&cN=}?%113#bJ5gN_6Jf^A0!qK#RZPr_VgjQ0yTq>2%y%x+A zn&#(58D=wCc}SZnH4YaqRFEt)soN{*DPt3=R;7txFpqOz{p@hUX>ro7I`hD z{wa#oQV%26%a_?N^M~2}-x&S0{1{3Gof&#`p@4RUyv~_s3mxj&B*J!xZYGlGV5ANp zy2Ho@!44}xIE1o3FKT;-SRpX*AKG@S`Me4xto>p2E3=tsD9oLV3hBTzg|C{AQ)<2` zKl$c^d;4Oseiu2DnE4U@);ns{R2g6#h7mN()-0Ygwi#X0agU7!@cN14ZL039)7O}H zxoe(xr4{`{iqeC6=mdL$J0ZQyzQVmCUBev@#4QQ0Ilk|{ZMn_d$L}*++!r2ufh!0F zX;?1kW6UyjhOzhJDOOI%UA_7+7-mU7I|Yui$7CYL&VU)_Q}*wy^&odZy6Lz{{f)Bn zjsPn~BxygskFhy9#_I~v5k_=Nwn@trF=?G+k8#JmwjdLUh|(lZunfRCkJrlvrH~j* zLuX5NQn*8;kg+9WL&@HvCJv2ay_nO>vT<4R$pDunhJ^%x`vAZJoM$D2@d6@=GZf1T zR2IYdb@0%b5a>^wPRa+aIw*+A%u=mENFnx|ioy1R#VY9q7;tv3PGU zmS)q9^hSC!ZLOq1EnQFJ>4jl^9i00x`pfT{3A6-<*D~tshuP(SpzY&%Xpv8SF^?V< z@_+Q;89lp2lCWl%mzN-k&M$*` z^Mx&8OXd*5Zhvn0U^A7vAr`=Q#DMYdW^^3ch*Ni>h0~eV;%F^2T&}~!HfNcZ8Nluf z85i|aZLlk;Mg2A#NqWtGiyUDHHBx~5fo~accDEBBxqpbZN4vn4qu(h$c<{B(zIgD( z=15n#yZKo#U2dkwVtyy%mP7s&2UzQsC)GcXdT81g!DSgw=k7NDav|F5rs8qn_woba zRC9A~SOD=j=j5X=S@x}rhq)Na@)w{dGce2j*tK8R`3?RNZ{f}PU~CYr#$G))2>3PE z;!uSL24CS9_$puLSK${)S`o=Zoj?(7$(S$cDtblVs2{^f8-;!GEiNhJ_i9nRzzVPe{!QU ztB4u6F`S(fia36#lT$<C-COf>zb)nspBW40B(DpBkF2p>1k-Ljw!&U_-M+>;Xk&T4<># zV*F62T@l@fVi84*wa_w?OcndY%xDJ|>mMLPJvbSU#Tdp-@qsv5w}XZqF!ri_#eT<5 z*b!QWm4Qe+B`FnUL8&T4O{psl#eylUf-9)p9579kg~1kHs{cP;dW4|GMkIn3z5`fo zf;F@gd>H%rC3r!+gry4pCtJce?mm20s{^3)^B-GNXfI`?v2|egmV! zU=c8D?Dy3C;8%f<0>1|zJ8nhpI&7ZLC~&~BKQQBe6TId40dqG@N=Cm%NFy+YD-yWv z|2Tvj5;$mQ6Bx-S>`o7X6jY)8AAxZtz$Us^hy|ib)QJXRBOcNQd}z=su)&RpBPBsS z%syUL%Ug)!)l#E-vec-&bo@Fk9=t9Q2ag_~{T)VcZ(sy`OWPa6!^3kUv%kecmVS)D ze3t(E?EUbrkFY@J5G-w(5g7szPr}`WCpx;QgsqEXd@}r}AsGZ5a3_#(=XJ3%2wULI z@8o4HXoa^{|9Sd?l?#x^!VrRyS%W)+pRt{%&b!Zh&IQg0XFBZjbFdGhDbmrwa(WoP z{b-1Ewui`mG&`pS|$>Wr?CB(iBA9+d`XEE2|N#<|Nr-Y>8&I8p6cp6efUcCqciW`Jw62cwsf!BgS`#= zrXo798AtFAvmZLOk=jWeqishu(4lp9Y|?gW`|17KnDY>QNPEutQ^#%RJ(s7kqrXsW zKG1A4IzY~eC6WvawL5sUfrSdL%7`lUsu5%@%A^yRElah6)?%Flbz~JU5e#_qO;LOj zM~CndK8s`cCn9QLZb%gSq+tmyNdS>3X->K*U6<_AQ2XUg%NF$zWew42#k464X6gC| z2>|m_rpQ`76LT#Nk5g%myW@>Yiz6?BoChuiSE~q`h^z?NcBMI1W`p1{kj9h(*J|-B z=W|$4VfBevfo8b(k9A$0H-sc=~z%d+Arnm-$yCFH5ha zPN!e@|BQcAcq@I*|4#Zh>A$4!r0=IwVrEPkOH8n**i*iX8OJsjG&sEwKh$OX2nEPU z6qETRNER7FR>A>?qs|)&APN!6ZP3KnctO415xAqPRW|y}(`LKIJfOjkado z8sm}CEfv^eD3c~#T0BzeTr?Za=*t=zh$YziSbbbX5-eO4zbpdPmlSJFHBAzZ671@# zH1Y+vnEiq+tgFQq#PZHItkzOEN@j$?z7{C-RP*erurILl#f{JZ7Wm%PhvMxm-%p!c6wZv#aXh1g;aoQ10S&ZTn~3(&JXuxY=9{YoIO z83!R~ka;vu8mK{j+vYG*U@!%u=BQX?b5vGgAdE-UwFpk6XrD*{TcBh{KFST;MGQk6 zkX;7rfC1BCHktw{gogPqDuR+YDWZr-L6*5FUKj1+P|_rLSjGo5GP*D_YE_Y{j8+Ed z8g=Lh^#$aOnx4X$hEj`n%Y3lxA^%Ioo5v2dbvMW4?Ht2p8d=Z7tE=ht4ME)Qk@={K z0}h-0;Da@q+Pcn{++E$cS%roX^IOip_so}sTC&@>w19pHtJ8$JjHF8oYAC~G4MNuv zgdXq}-8b7CHdKi{;{|1Fi#yB2dS4y@^)Uy{H;QO`k#nO_3%5Nc>;0iK68XVS<5 zRar*TdL8-`4)G`EA$%SW0b`vN=86G?x^uSzvl>;oTd5seht^CAiDXoy=sHJ~hS*w{ zbPDjbj0lJ$VHd#4V44gAZ|=J9_?-HjzMrrS6d};U*AM;}oB=cF3^qgj$TP`J@{^%S zVXEPjJd<%lXN1U$K=Xu`5ji;*dr6y)O>6dnqUo1(LJaDzL{J9?uA^`ZnQ;);c@rXn zxSoYSY1Zb_-Bg6>^or&J&2>JcTf3khD=*!eXLY%@gL&!JFIZg*u(f+JwR@2;iW&@j z1fy#rWB%tegCyZ)q>fP@_#BUUgU<}c1E1r8*T5}6TN{%8e;-(zA{;?lUe+QQPwQ*5 zXxWQQ7fib`BW%oaf77B&-a{v)_*1*qKPpBCe|Yu$H@x*E8rI^!zITS(OW@ z0nE<@f;Pf05+RF=IdiYi3JEtv2*N2_B#7FwvHVV-aNKK1B(_$Qv-JgAhE$$9)k7af+=)V z1)f>}Q0x%PH<}uuzgspxng(=%lW9xu+X|K L^&r4_1N8|b-lqmYnR)2duro9$2i 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

xlSj!<3_hhpNE$|o> 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Ŷ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

    GvB*UCzP`DRIopn|1WWG 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 z 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 literal 0 Hc-jL100001 diff --git a/standards/pwg5100.2.doc b/standards/pwg5100.2.doc new file mode 100644 index 0000000000000000000000000000000000000000..b2e370d9cfada7492c11b947ec42c2335aa1c99d GIT binary patch literal 217088 zc-ri}2V4_N+c&%vX&O)jL`7T_1vGS!qNsofp$kY+QA4soG$fcpv3JEz5p3ASu2`{) z6%o5)?}`l@Htc-Y>~0DO$~pJB&-;Au`^4X$WM_A;nYrewGqdZ3^DXYL*w*F&R_D_b zQ^S7NXk!{mW$J*XvV-OrRtR4zfS)xrHK=F_ARn*;kOn7e{`d1g{_}Fp5v&ug4MY1` z|FC>yslompgJHT@+_1P|ot}1jiv9A@RyV?$cT~ZAXH&QnL7!0h^;%O5$%CH!xS`*& z51;(|QU{ZNEB{8H9!-D!Hc+AvN|$eM|LeCae7}Hi)Zm^thDnsJcZb44=)oZ)YCPrQbL-c4r=3kH5J4#BXuO6@WS{uyI` z|DzX%Va=5Kw;iXBi$_G1;r7Q>kUYg1DCBM@6T{9x{WJSvn4J=xwm?S$$>dk|U3Wa|eyd_P;BQ|dP9$ZE(s36i?qFwU&+ujo zxI8XfLg3*N_{kP=ac6rwI~xaU@-!nNk-$SmJb{D|;ZZ`-aGoFm_Z11H$qWXAg-Qj4 zgt`Eo2^9$?LXMD+Te3n!t=t*eLa8KKDzT2^3370@L?YtFNueqtO+pC7JfVQWfLbL| zu{-XWoGcQi5L^cN@r)BoL~M@49gj%liE*xwBTXU%5}ZrK^8|z#XA2ZGaETC?Kr0(= zjjg?n9oZuE!wMf5*4Nv?xm!0TPW^C>#XIBFS$pcFo4q}C(#_s37LON-$O=M2BUmB9 zo`HC+URg@glL-fWIFX(z1m=y#1?(ikGRQO9$_n=v#^Dh}QZgU$SKfUaoa&W=A8bBf zm?|bK;qZB=qtGXDGQr`+r{g>Uo|?$xB;r)9IMj->@nJw3Xux%G1P&E&2rh7iiwZ_a z2^e6BV&JmGh;eKwUqW6YmL?|)MH09{K~W5iqFB$U&2iLDJT%G||5Z@nmcGCmHZ>|d z2^tGwJREnZ|N0J0Tucz|IHRRsOsG#-AS*Zk?+`CZcDJ>Kzc$IK2{uAef^D)i&K7># zCJ+Kb#O9;l)*u@kLM(Q$vq|R0cTh3-8+RGj)3FpbkI#}0q zLZSq>^tM9U?Zm_zR9_q1lh4P=%f+~e5ECL$J{!Calako!NWM72WF9SF@luh1Cr%_t zNfUyQiNs9u1eXx;QrHq+3W0+n3`f$;mcX4!Bq5=IiG!?=H>C2!$OM4Uf+X`KsGKbp z^TZOIJQm|T&=>;U#wKNoZbY((NM?%&E|YE!69>NWskV>}01A{o!6{N{gfOx|9Dc)% z5+C2xZ!G zme<=VybmkfJJ6FAgnI_Z0Q%sbfq{6GXIPkLa0JUIoQX&I`9%2ngyBBXpLS;5|c{rj+jeR0buR)k+j{|G#g6~v10MCRX$q$s;oK@kt>iwF6HdHcbk zrxz=b6%m7I_GLu`Bl3OWwswJh+lMGnv5(F7ga>N7Z8dhHW!2=P7Im_Ljz(& zDzyAwcqQURzvrKxoLsHP$A%TyG#Q|`RF z;{t+54+9K3581b5Bps**)HNtc1f?g(4%I}&LqtQ?4z>=I5n>EftW@PcICMNg3Qt1F zM+2E&U<|Uy>16OCA_q}O+I>)Z)E*&avE)Vx985ABoe`5hg!+xMlaqmET#bhMc9I)mh<*}m1o|1SGF+$1{Q9~~uYuY{v$oi@7DGjI%{wtqQPiS_C zad9Ft?DUX9=aZqeJQQ)Dpi;(u!~(j9WH~Jqa*?RpKF~Y1LZ+ZjTewNl2$p~=1qYW- zn?iY94;LZo&>60jL)u`T08vEl2F8XGaz1DlzkZDZ;{lD4HI(EW@?vpN3vGRB4WbP+ zL`I(Ofmj-s#FI!U7T1;&=o4X`1R{-sFPy;>#0z`#2!gN%uP#JU(r*kU&gKjk2vhk4 zm$Z5^->o2S$)@{Dxk*wB$ySps27Tov2na%K1wkPd%uvIIItX9Lm_a$TA5lfN4@W(e zC`k`n3d|AlMpBp1W`P6d1AH(?7R7)E2fr->HKc#bg_aEUf$daFD48bt3GpBYh0qX2 zfwZ&18rJE;K@y8} zAYIN*7-=-x0y^qL0R`Dc5OokI6cT}IGw~#XEtZN16r72`4~gLy>MbFmbe9USXc7rR zA(x7DkSpV%P(wtZT!||aCQ|lnARR<*tJav-F;HZh0*$r?2}f~%JP*a5BFJ-SV;v9C z3?=fkawH(hAu~yyKp>>UEHc9719OmyB6mUF4I=|&rAf-!lf20a6QEE$naWX}i%^)G z5K#hKz#Bp%lUaS_RuP{1ecKYbf6mT?U9Op4S_EJUZF=R7`7LZ;7Dn|Lw}myJU`o*6Zk&EXKq z5;iU2a`Kc*CTN)?0~=Z+l!t*7r}%iNniNKv%2A_i*%DWzhKUj~n@deiwL#X3Oy_VF zgZhdMt>kW$q@xfLPqA1C`cKweA9Z=_6~wF*mDG3E(1t;#=3Fk17GPvhMM>;>qNiWI zmt05WZY+fdffwY&4fkAOr+?|a{1miGNtNrLRchGCTSA9IqkOICDTxMi4l=L(HF=5h z{WTmza>L_5ijt1(mH^NGZ7g0-l{i^t4kbZk6=D>9i%_7$mB-_>E{o;kuN=FOg}-Vh zE#CAXC6Ngr5KJIQ%Na+27Zo873v!F%MN}0*NT~h^OEFpR`v(NFBg< zQT+ttl0roXU?xKAGjZf)wAn#zli5L8rD9>cBo#TLRH2lQl4${fY<;{)m_(TZbT!G& zIAl4}6*+yJk{3h`A@u>-2TDS~e=0NyX8>pEsU#*n0VX?3$saX4C$oN3oGnJzfaidS z6VeVUk_XWjaw+?Xrt6R^peLD-PbW~U#H7M=7!6)Bx*61ufHC0G!JTrK_;qcam@-Zf zSfS=gP!OT)wum%1;2}kznm`DK3BhfnD1&S~)Id(6aAfiZJ@p*%6LlTFT41pDK5uCC5bjQ-)C3;IB+=FI(c~6z8^w_ELMd`jloG}Z(abM(iD0-pj@L4= z_4N*sOeFZpHi?oXeh0kXj@G)ykP$@288S^LWmzs(igb*ebP}P^mLrskfYGG=8YZM2 zrtB_qD12-6jC87UGepwj@KBn7%DFJ8Qn8rI(jd1M$(4o@4H1#TBT{8;1Iko9DY0QR zV?=m*1^S?g74MMX2%q4HaNtfvh&Mh+hl5bF7gxRz5mPa6HZ)}XhMY4=&cxFSpRP(!qnEI=7YfM#ccBm>xZEq!q5k@8AuhbkhzeI8qUEvyGwb z*eJ@R%DQNW$wRpMi8(cj7^$$X+MZ;7o&}*cmkTye+z?S(bKQPVl+;`|ZO>%nrFm(% zr#r5sc2sVQ?4*2JwEoIy&9=9L+6=+mDH|yUZD1HdXevw|Kqj&wNtHzk%FB05#k2=n z86+oKNUJN4($H*X5>GEMW-5#>?g zx@=&NIX*um6%< zAk_?#7)Z8+T(mezrsuMm03L`Pd84A|U;~xLNSqE4bQ(%MMuT*hyBAqay*?M3YbPn;B zithS{1@#^7_u!9 zAoK*HAWzzq)w_WOLNc`_m05}=`S5IN!kQx@h~yj`a!=Vr2OVmn2F1x1$+*Tzm(xJ7S@e|f6Ltlixu>(6m9t@xcj$K1xDk-d}{MbEfOsa6^26Y zT*S05NFld6D4ddfJyywAfVhUUkH8)XLFNaKu~CeLLA&Oj+zS< zBgUYJo-*39H9&e3oop%qZJ9&<2WR-OYwu7)-j%ePwdbp>6;oUEdOQy;q15V8?I3{a zg^W2to-w4SgIJ4PB&KCZK}%L5Y>;5>c^6rz$;7Fap)#}pP^;C-8*hj@9S!Oq9`S4F zLauK>h)T6vwjbe_Q9`nedN11+#iaNDi52@1Ada`@BR?vi%7y@%n%q?CE-lQdiQuBh z{eLp2rxd)%0zqne7$T|qgFU6tNf!2nDCr2aSSdCZqkBY_Vk?|nS*8MIIAl_TPc3{C z0>xG*dOC?7PTAt4yh>TnTz8g}3<8i+3+ast@`xSkm4)GSCd5UNO%j@~mgh5QMV20V zMa@(!hV)z!8Y_C1jqH>dxn*$K5>#sV*|oygcyj9{suk%3CA_k5j!Z4+NSqP` z;2vDcl%IvsM{CwdWI1$e$R$2m5ZQR%)MX9H84)2t`vevHbEFDURg%a*2_RGXc8Vt4 z)j)qC-<8U0^d%(Lw76T#V+65+_w?3PB8{CyPPwBH>=&6s^$3B5B*o06baHzFb_DN}{QwM6ngp1R+(0hnM($Ty?ZAB#IfKRW9Q?;`B2 zSR?^5@1(U+L?7fX4|?wsd7%x172iXUI3V$l?L| zW>6h>My5oVoaL?^p-6~G3kJ%-q%0*`UZy36>M4^ehah+H|6}!1^cvG&$S?mv1w!N+Q7c+Uww5N>+uz@jr|mOrAgyEZj;F zW8>mPv{FwtFj=-68nr_}Sd#%aTO{J85b~`m%4De$x_0??SQ*c_!c;*P{&%>B?)=yI zhAR6%$vITNGVl0oQ37F&qG}FLlKz*)uJ-K|7cJ3!5QNHu9>vr&*$0T1e{WK$nPBVS z`nB&j&7tq4$kWbHPR<^(LHU6L9N54I$35kDA$OdfOm9#Co|6;2R9H{YEhj0Hfi5-w zuh>;$iAJ6pY_z?Cyq#Nwdr*f?3yyT%mr?&N05 zI6{(25CXbY@8VbF>KX zl;SBS+I_$$*kVcTcG}CBBuipZa$Al24qrD;MEID@}Th&aKiqKjB+J{7{hKQgZJL1x@ z@GpCUNU5Y!9BQi(q(ic(xZb8J^9UqdacGyNXf?S-o8Ea3(J6$2RM7qxwU{kW8fxjV zj2NlIvI7U@14lTR0y02O#mHzhsL{ymfM!w5CYRW_yc8Z+N~P2Z)H7lzo1@J%At#B( znky7id$nw-!5A(kpR}TOkICjz#P!ak{7G#TTx&>el=%1`Y7Si&IR)iezht9)3@w@< zDMZN^DdcFgF>*~%K-A*4@_szDcvs6^Dn=HRk4K2)PnM!2?QbftLM;AC<;7{OQCf2) zdnDu5|5duJ#6qOoa@}(Nt!^uF^1q_o@lpXP4)WC=^ymzF$Pf7>ieAodV=&xPpj?%V zp13YGxkScOg=GIJX%zpeOJvX@6_YbrN_&PInz{uCOg?#_m=PkKs?v-S^cD$qPDAqr zt~QQVvaO|ZQ&Ioam2CULKW&QsWDyvdpdRU@@m8LlRy_Ce>*!K8M-JPZMYGoQyoVSov~$ki@c$=cIC?VNTHph|J-xs3`YGUEq2HM{0XNR z?cT^Wy9TJV#L3N4&_QQAduK-nS0_h&kO;>IbwN+r`ug+@2@CR!z|kH+Lq;REx-o(g z*T{`JGUXtdEPEiSmd~M+1iA5VXt6>je0;VbLCQ{$XBWtZQ44+Yy$LjZO0US!fhO93 zeRQ(12SG)ujD9)F(haavV0Sr4Ba`IOL!DJO_RX5HU4bPPPF0>rD~&q#uBzx5Eo5heE&-`uhC_*6kQ={zv z#4%_A)I}sqs7Kkrme|SLW{=v|Fr$;Bln->{8*k4xR={kj*F5g|;H zk0~P>;>k473;Dx?3>QZiIGxJo@$hiuh<(C6eQ*aydxj4ms3%Av%4Fi+o;dDi=iubb zV1yvXFv`}bqfi@5>A5%= zY0Yp*i^NcIU+FNQE8xM^VLXm7Q8P?P@WJT$v5`C_Kye7?xu&MF_&^ycK$>3QLTQ1Q zmqDY!+u#A{r350XkKmUiiF}kQhSN_rX?n9od^|v!fGoH*&hiS<)bxW^r{jS{Do;!o zp^L2h3xs$OTL9ftR3U475L+Ua!Vd`>&UuN*j7XCuV&g%aKFCjUNd_k*QY|2*KvOf6 zE#*^o12v71hzOxT(@&ZpMB^lact058Qa&GQf#g9X0VzoZ*??;U(jop5u{C|szRqx= zAc1VVjDn^wA&ifQa*+^KE9)t#kedDk>RUvjh%HVe?+PT+(BqjNd%P#ygeb-pV->}(=(17vxd=jqkiGL!%k|l!VMhIUiiU0=! zldV}S-&jTvJ2@HMBb${94DBO-^hriXEbFXWEcK4G?7ub^IZ6*>g7TwTzc>+?TnN#G z!_gFv(%Xy_YaOy|pN(cZ=!Xg=kTamDkX{*Q^R4;3c(h}S5U|1c&Y9l^*g@B;u2IGiYn|0WV+LId+1vGUfQQltnORgzN6rt&Rw08)}Gr1|j9Y;Gj z$e*&u*X56z*WQ#y(MMC5JIi z6&plqZTaPLDb~;%-fXA=|F7s!j`F+isMp9)n>NS?T-kUcve-3K+VUBe(65T zC!#O;6fx=$Ift2r-uy94h~8Ad;fblIeyR6({N1>-&Wq_t-_3_gD2)tPT0A6Hg-O%K`=?iUfE^h&^P_T6GBIh1jndOn73rAW#rXtf7TN>z+-5G%+B zPa?QHHYxt36r-I_N{@h}Nr4>M4tT|DUCG^`>53V;zAi2l{`mSRqlUBVtY>=oFcy{AXss=CwBbvLE4Wh*!IngaPW zJo!dLQsThg5#+m@@LuGWHyKq#4N*nZEd$YBPTBNkA2yLB6j=SjJjf`}Gs;RY zFGWP$|M*%t?O$Gr%4mrm*28fFdqeVtn2Pr*uBYFs_!r)&sEwXk$EoN4aP+Jn>TXLs zxPK5T2}eax$Y5ywrxn5dEpeY9FZ5PAkQbX!9_fl~T%jW>WJj?7{rvCee?R|kf7CI| z9uNQs1Ox%*0WtwA04o8j0BZqT0VWz4)($WQFcokDa1u}g_zL(2=%R^XT>%pS69JO| zX94E`w*h8a7$#_jVOF{r<^o6ttZR;8`vCg^yY(^bG@y?mhWP*pKs+D;FbXgluoAEe za2iksI0JYJcn0Wcgkik^8~_(U0LB2u0w$nWk5_+q`>GOq_Nw9mb_=_Tox56g6~2z4 zufqp1__ure!9plmN1a$seJwy=da7Cz)P|X>VVH)NN`EaC>UflD?c@6@vST%8tqGcg z{Z+9Sj*KIX0RIlj|pZN#xTQlCtpz215o9bSSra z|8E$6bxcJ?ts`yAzteX67HyxCbujDzAiJr;RwEmI0C1y)!bZQK?d^ElwypqJwFdof zgJG_KFu)wZ62LaV7v(0@I(V;qP^EnE=D&CFqQNuI8b{zu;|~5#+rIpb1M2@?QCJIP zS5&O9T2@2Z?zF9M%#H(20G0^6# zQSs`c3jS4g0rJ!}7^0=@arF=#rDJ2tFQZbWd&w4%)Y~?x&#xz{|LWJ9LG=(1P}O3Z z=xR7LC9f}4tKCM$b$V2pynt>`Jy*(N1r&Rr$ON-QI=Kt58{h+D)R!K^4}gs@2AfT& zaWjW;NCq4PIGJMDCP1t97$yRo0@&afHXTq7=mJ8w0I&$K#O&`0a>EC;VuyDP9#kqH zJZ{`UW#i8Lvj=yS4{kNmc&oI>G+SVdlUkVSJeA#Mn2x4Cb%d*>Si+I~96CZiUMWsc z)_-H9Urhj}fc5|!UBETNNUcf%Ue!u}*{tf{S1KwBOd0+Yd!l?_z z`-%%L6rU=td|$ahUNV_3Nuf(HtPQD0&RR0PQ`S_<4(!wXlO3RF^wMmY#&M1R#Fo^x zSq5fBL1ESTmXCmR0BQ(T7XU02ebqj01N>}?J1jY z3}_8-0yqP@0bJ1kss?Za^aF$e!U23h59O2e1~f z4zM0@6j1%9`suBwXKy{dRs5#7dS7)x@sc-7pk$7`WF%ekd*exQZhEuEjVGhoUz3xp zrhi5M|D@lon*Nj0R96r~dam2Kahi zfF8gSV1;}?peuk0u*Rvlz!qQ!2mk~Ef&jsQ5I`s(0gwpb0VV<_0VV^c0Hy+_(Xqw5 zCwHG*EWLPS|B(shFTl?X`T2^>`l0lb@l9x0-_oX;;t9iq+F|>K(WTQgwpVZHWWonq-e!i5^OspnBxHx0oj0^fRlhzfQNuLfDZtRE*RDw zFahuu@D8xm4Z{inlI|ELMeu<70ULWlOaO53hByOY>I3m9U@%|^U??CHkOepgSl1Wi z6>uK#@?QDb@)LVcY}|Wd@4d4H*z#Kc3b3X0zeVsnt6**cHfzc(ux1pGy#0+3kJQmO zrkt+@>dQu2qnp-*Sd>M6Uxul1GWJ? zIzavha5aZmTUlMwl@C&t51bl2Q|IHYius%zj}nj_ZKiZqQL87V!KnW)^>-h1n@xTH zy=-GYDvfQ4%73{f-YT_PQGZh#)1Ck9(*%w6bqh+5`vLL*cK{thUwMG7fR9!Ry)Eie zXDWZ6^1+_}69>|NisP#P2FF#pG*SZ9{smpYnxXN$3y5JtoMr?5))wM_d+_lN81@Rl zc7*&85DuDt3gF=k_8nl|4Z~IeuDL*t0QS28!0%DVZtVL<54QXdKB)f#fsWqf>uq&|J3~+g$C>`mO%2=yzi*joQD_l7^(Oi5}Ks zGVpOSx+a^BpKbv*r z?CRyKWmhj_mrE~Gzu@1#jaMOQD22P|kFhLcFsK`Sn_yZK>>yO<_^Dvr#M3a+wa%(& zO;Cq3O~^BLwL^MxZAPz7p*lL2Whm%3)TafRhn5(CsfYTj)y`GSTK>AWL}fI!vmDF= z>Gg8J27nCFXz$F0JA96c@8jQOUpku)A{Ch2Z-r3-peShQ32<3x>-^sN$aA5Kw z`6h_L@cYjir}b}WoSHek>jDC9l}?SY1DgMek3eJU3Bjlx`7#@ zv8teLdMB{oor5Ub9-(C4$I>=_HDEWO2v7=mpk((=gDKnZ1n>pyS67nFUCQmMb+G>c z)~L(YHSV(ejk|19<1YKqxXV^I>atqn0Rc7qZY4WZ&E;cSSM4y>oSNPSFD)^RO$NUX z=dWc3pWtT0ZYpiAA`4c7&{px&MDeqo;-}M94NOHxjgPTEp&--{jg=qmuTyA$jePYc zz-HQK-vitSd;}PVD15j#pbvnnFJbUxq~;5Hpge*t`@_l1L7JPsc2ZJ>P}8ni3MO9^3tIeq{J~! zHo;T`ma3RmTg-U!2xjZaVOZPF%R8ErXXW>iXFu1po~#0AhoZAcp!88L^a)Unaw2*h zKfbNR{`d3$=Z_-mgI`x$lD}H24U3%8xsQ&P3Z1Yw?YDz_8v$;aKmU7T6ZJ9{ZVg^W_-r@g~H=PuK1^dPbJ2OyAO>`s@C#toX05moB`$ z&eGRa5~Xd{Ji=*0vh|kU!K(Wd3eB8VY^t`+#c9=e4@?>ton^Ex&)i-?e zYrc&gBJH>S^}^?Fj_en!o?nqfT`T|L@$ta5_lr)IPL3Y@Gr`e5d)&kXui$Aly?XI< z+-9D#JN@il&7p^%+FE1>94`9s$uM=(=X3c_@87F<`?aJ>O+BwCd#vQrmC}Tx`og9D z!AJ8-hkuC8zA^f4|6T_kofF=hHSR~tFFn4rZ)x-3>K*CY%wBKCRB94$t0gUOW!;!8 z++lqXzs$&-_RQjxiReZ7z5QQqrOqoFYp411cF*U_QhrpOEgD;>`LkET`R={&)e{S? z7e31kKKWyD$OMbZUSl-pPCgWH>PqR{V0XMF5SlQ>(WA{x9x$I%Gj@j|vcUQBSJ%g{9wLNBh z(r&7~zp=*PHssF`*n(gf0 zo&F=;22LyJmK~akv)<0*vLa1g`wVLS%zL%or@7|u9ZE`7=Z@1_x#Y=X!C(VI_nLv5 z_O+F5Gq0~zj|pwRlIef?ps;k6Cs4bk+i2$@nYZC$uJcA!5D_yEJi) zjt|zaw~mj_vMx-Osb-1xk6T(EZ24^F>D}DSLr34A(w(rgL)7G&CafQ>cMN)_`Mdh~ zTek2X(Y={zYy9am?@;5l>rBk}I=K&u(>zz^l#`q;F0)q;Y#03`NVvDvGEutD0?tWW zRpWVmGi;iQ=BT~XOxb>h5WUl!cJp5Ps>=NQciFw>^xFOP+3s(b=Kd^vv?ah@xb)iS z@cx%m4>0a6&ffEMF+=Z1!mXCoMKupi(|YcE|K)D#&ztF={hAtoa*H`LJ!aVcr|LwB z&b8xr97E5J(l%dee||~TEhjY4Cf)~n7%?-Snyq>K{+u5-n-_C#`Iy=9?)a+fx4YDg z33(EwXZoYmno;)T>bUd)7lK}F2x`$vJDqijwX(nYYxAF70xtOL8=4R6*l)kp0G8K$ zbG`*D?P72T)2!s|oJoB)2H9_|I5ly7d*=IsYc|71#U(u*xOK$l%??{J=QWvW=E;Ev zCtjKTsppjR2`;4Yy%o)>dUx!wao;X|?b{s0SXg+>VD|&I)!z$V_rK>q}H-@MVfx8&5tQ~Ebw z=G>oQaDo)$G`E!LR#q*HKj2}L^3JQemd3bUyPh@bqs#OChwmmo@1?o13@i0YQFXG{ zI;D9b(dElaqCNImMMt&6(PRGKyXmW*PV_09fc@lnqguU6lkz;znhsb`*5bdv+w#}Asn=#)9r;@Z70A&x|dO7~S-$eUl?;n!(zY$9Bv<)D(N! z+iAAjS@z=A7hDEqyfs;mMfzWxJoifUXqPjydVPB|sEd}ysI4*y`r5nW0IqhXlik@4 z_f>y{*zb(FIpo&gP3NANR-#^T@O*cxx3k}m z8j?Oy$Sd9y`b6k6BariT;_aE~D@-&lR^4_G-EB9VvQ6C*2bed_PG%l!QRsc&YDx~* z^ZvT?TU)j0zw)vE#Xg(vod1!?d;dM;^UKv&2Wng$Avy4%)Af&n9vjxF9bDY+^JUK$ zn8U{D!Y!R7_a2_~{x)j6>RD;RMZEZw$w8m{!}F6p(*~DDI#6cK%eIA?y1m61<2xst zJI*yNowZ$+Grx78xxEftkiL(?CX7E=el5p&kKfT5M;0GXI~Jg6{L=ifMtHtg!D6q@ zg@Iicyv=prYW31A<3y{@KR@#mblu{09V@DCkE&W&Vq%%*G2B4CHL{muUF}vaj+zl4 zy=G3p*goXCTd8N^vr3nSM3%E_H)GqBmW8YQVJ?L%Z!x=j|93JJKy~=3Mg0iUCHWj@| zQ(U6jdGpPa^QQT|N><@t5=>B2%fIz8?)uCnUY z&qaIAu{1rrQz6UH;f|A0NY%S}B?eo!o14VD=1)IsvV^x`*OAr>C)iuqcsPD|_rz&= zXQPDp*=ci0@wfM0|E3_<(jt6WCyUh;9W@`n8QHRYd`_Z7Gd9;CNX!4i=w&0j+e~g( z&^$WA$_N@7TMrc@cYk=%tL90QT1Pd-b)}l|Hq3pI$b>{afyy zIN>3klWDJyg{4xS&Edcq{KT1Uk`=GPAsrv5x^~v}v(l8wxfonl9+p1+0!e==cx=^q1i6kz4NjiXQmB~&ib%mq9AM_p_6`b zO>d!U?)3cC8~i>Wstn8Dd@|&Q@yP}A(iUc`FG{u?5$K<_=t1jFpU>`alDyvav|?tk zn%BZMNj+8#HIb|k+c$|gKk2dU!y`BIR~uem;r6mi(+*ENs*JbMTk!qN+oH+5tL~Ut zWWXhZYRo;{n)UfIF=xg8be|-qmd%&TiOV z{M~9rLi=If?@c`R#TdjqG#{+-HQ$g3UVUO&hYO*59@uq0J^O2sWyQ3>U2m^M&2mdU z%J{T-_KVbOHNr_6HZu+%H9Gk+)mgVHD`Q#JPHfPV^qge|yon=&kM}X#vcvo5k%|$m z3LdC8-_kc#cp-v5y?5OK0tD`%VfOpSRv$ ze|Of1fHuGuY0tF6$S^nyM|{_vEpj zK(c$xIKk!Wr=7MfZQlrf+|XMjSk$WK?(LJ6uY!hnbbR9D zqFOkx@KAX0LvIy5*De9q*`Edmspza@&28PTXvo3=HSezKnhKp`I`_Aj;kM>;#*7o} zxL*Eg1-?IaTg-TIJM2qE@{^5%xYnFA#aXfAQc5mQT$p>8m!y4X|CE=7&j#xp9@MVe zT$QsP_CNAE?9N>NJU55X3DanHHdnXmr%%4A{+6Cr&G3Gn&8_(bH!nWTb2@S7r8uYE zi0Bu5qh)7Jb`JFVAdL`uU+gg1p6OVfQ&Q+YZR*~Hh1q#EV$qk|k2xFnrSzEJ^X*9Y zioCr$FU?n-U;cn~?wymBfAuMqZiUxfo`kU7LI&j=$&+We_I5~1*&5RI>Yqsla4$t;@^K(k&%f1KAbhAs{md4K+_BA4TMx6b)Srsd* z0}3^Ih2=($?s8{B+J@YPEi0ZFeR(r#luNG*2Oh4x(kY=&5A%%CMa_QX7YkY~ZFQq& zaEQhm7mo;^r7!k1HSY50_!8I7y|$X2S^V>9_z=fS#;bmKyqFc2Ur{)&=I5RLsauB} z9$RsGetCI$QzPcO_3Pb!e7LM_*4f?f-Z6f+W4<=~o^|+qDyvgKo)i`@j7b4$Cy=@o*O(9 zjW*)tkDt7~6~``lq+8D+*Vm6JoNBn_lzF!_Nv|;fE~1Fa=oW2^=BF6F)#-mBN3Z>h zF%shG;hKS0X3kjL&xLh0TK{~~^VQ`Q%%Qo*j*5Fs{a{=?d(M#Dho@g8bRRI5qdxnj zF;hCE!{}DiblctBGvd)opP5~{b}c)7+Stb7ZFnnVlTUiN{AgzG(U5Hw&o8f4n|}0= zu8HgNg9C@G_7Qs7#CJrRf|nF-6hriGxJO zOTKPua$+SG(_z?#t{W?NylIEG9_&_;6E4{EU~0SWDeESOJzrqA;*rPBwrV=Fiq<@4 z1nlqexG?`SKYnQTP}NE0F>gBcoBO4()v*g7Q+#@e4BB^dH0ls$edg`8p6z1N&t8nR zO_;O0^h>1vnUe+g1`a-&|J)#alxKYG8TDNww%&Bg8x#5P1n2IB4;5#-ZW(ud*t-R$ z#n&fB>CZpb+x^^hYYmZWrvCNl9^c04?H(eH9QNfvZ%vcJ+f74DpSs?>l*ClE*w8}r zVP{xfbs})uq>rq^*a4y0>1jZCH61wc@_teiq!#TzT=C^jhrNHCd0?>#nE& z_;@W@UMwO(^U(v^vA#@U125miH~nPO*7Ew6LxCT*8=5pSGW$vh16W*g@rk^|fq{;P8@5 z?03hjdT;A%@~ma^>poN03Ly0!ab|Q6Bi{Y=M<-{8uMM{L?{H&TNmJ%7lhk*QO9vJS z%G2$AZQs1ybMw*8ROX9GlT?BOOng|c-S^m5m#=TJXvBi$EO%}G=b`QnqN>Gqg64UZ z?F#T$>szKQd%T!+G&1{qhP20QaoL#RTUm#y`{q97h3S1{hNaJ4Vm=})*mc5(@r5q# zGl)+QE7tsQJLxdW zoFA*LtG&c2{`+-k(VQWw(dU-9g}1tRQMCWj@CC#3^Iv2ZAD!)TcR^VNH%Q0h*w48- zgD*|SB+(+bGr{VP2R`97<)xmft#!8VWo4iJu5#8)bxZnAea^#@$A;-6ePi(=VS$%x;mnOxw7y@7#@+{uY;d%*$C2YGnH1 znz=uxJmf4i>D;)Oe*IRc`K4X84=6Y3d59U_DrCSu$@)#DM)Q5m&OdX#`RKaDx4GSx zrs~+JT>&8lCYHtE2D~LyS zK*#D}F>`|d!ySt&`|8*pH0rf`_palc&7WB|y~(=N{rQigpNrUM&HFRg4rsqUEVttb zgFaOu$NQNdd#LTCo#PnRBX8$N&GR~r%lu&!l!wNk>M35sQTuz z3`?6qdqVSUN|XI&Pu(bNcW>U@-D5q27DU}?l5G+4`t@tmPWeUKiUV#A*ZkaC8X1?d zYTlZkz2-cf+|1%$MED!?k4v-1M0~JFIUpHz?{4YE+oCgqhiMD_zke_uGosmnC3r^@ z-Hmts4M%;|er50xf6?=V(btEoZnj&$as94LpI&$Mf`{Lm*uK=V)3&)PgWt^x3@dME zFr?3OEmp+cn4)#-_c8CUbmv8ijt4B7+iLLL9xkWLEDNo)J0uCigO&Fo}B z(BiLM{F$9zuN-JOI@VfyTI{p!ZWEXrV!VcFWDDLD9v#nGHeflZV|UN0tS4zRO|0*+ zw>Y)=c>dJUH@iQMwA<1$IeK(4^TCZV-#=F{!yj)Q7Z`3q%<&g&=Z>VR&~QAdIp1Y< z?2$lUw*TH-+wCLHxjl`DiaMX)Jr%TS{`~njLwF-1?o1ch{&=)z-@AR%%HW8aPI+Yn zH`nTHzilRGi05}}cE9X$Yub%@Puvq0whtc_IHLP{k2zyX1WPY3HB|TUV+YmZ+`GeZ^J9hn?t+|ci-Ml1h5B<4Q^sGh<#f-%divp?F?reMF;Bhmyz=(mO*+_>wkx==^(033XN#5llGsBwAI;!( zHKWFI>Xz5r`n2jS9vHl|hnsP;(CQoVF zYU#XBX??Bs7o5I3t;TGWU-2ZbHvRIf{JIO)4vIhQ>5?V{BUM#>F{C1`|K+U#iMqg9w(xTdM)kIGB%1t|h zdmrFhxdq@24{J%`J!gw=3f2i;yI_?uZ_NJE354GR#cd_zH-ZeohQ;SMsA&Ay6fl^ z_U`RhQdGK*_@PoX=)?Gc=Qm=F_SK*E++1HYuiv&*>A_Clj(Bx@J}t7%rKq<>HFKYRwaMMy zbb{{QXp8NK76`1~9v<=NM%{NicGn@C{e9?7`3io38_*Mf447j3e zyk`8GtEN#Qk0*Z^va<7><2PLkd&VAM5{V%(J1<;rad`Cm@9M^nQjQ*2(640mq+*98 zbAijX6`^aadKirmhhGTxaoOf$lks{~$F5!SMYHUKtF{-GR_=dusOkHkr@L-d-~Hjn z`LRZw&#q==2fI}md~P{-&|Xo+s5b|rTs?i~O-Zz0rM|z?Sm$~|LPeIxxF0Y5ZVlb> z%r))p^2ph#y;o0ex>2=!{o17)I>&sfu(W(RY2(4e&z}ihO}1>>#N4^{Ta}){N6FIh zX&F&op{vKOTjZXk*>!s0g^9<;PKygZckunl*Sq&x?UpM%S|HP}?dw0q>XWn9e zCvMxlKRw3WdK7&yxZ?J)!Q!FiMQzf31|Kti)WUYx=xwW3an3Gsewv>;xZkzIHr5pr zo7#+@|6}aoIgi)J4ya&%aJhGIRJFT1w)jElwJovx_uW(RRqeXtzUaAu(H4taJx3o{ zHv1lQG4M_-KG^eR_ZSR`Ad|XeR)cHqqO2Qmc?{|cdaLmID3rVV3ey1(Y*9Q(9 zSo1FLaB;=W9SP^p<#%tN{IlXhXNHv<@YiWPidsOnO zHItlss#cy3^0~wv9QV=D#Q0@$$P>5pd#{(ixoSTA%!o~vwoT9ByXItjU5;rsW@nZD z!1pUx8KiBVtsXyS)9zhC`s%C3j~?_sU_s{MZb_;d>(9MBnz5$R{aAc?sl~F<=RK-- z78T_kedVt+JZ#g!$5{b7O-eO49k{zsI^1ePd&5^o)&nBq?E01&2oHUEqH<*E<{p+$ z*W@+{24bIH-pGqhx$*U5rApb;^UL0R9QmO2ygda4Q#Y^LeA8;!@K&2WY=5lV+2o}~ zhrt~JMG*_Nh|+ECboV*-%Z^%oG|?;g!J;cC7C!O$vbk4$&7&cOoqWn!SZv~~?x*$U z2I+Ku#hcT~H&Xv@m9g;pqen)zDm|i~s#}*`w0ik$B!_n`V)(-9H}|&Ae(~vzfywyR zTB?<2V=V{ubKUvzT+!W;!=JZmIeuaPW=2c-4{UZCzyET6+@baxmt^)zy0uh)(xU-g z54{cV;y!HnvGNVcuO9GvtrLXax_4llt>=m=-L~yV%wK8$ATMIS*EwwmP4lde51+(D zy(FfEkMW=JD+?`GC+MJyS5K=!oa@eU*}) zguU1iQBU*ekdikU>?d}AQGISw_q3RR7aO0mAY6uLNeZS`6M0 z&aOB;zwk))-BCiwe>z@Is|2;q3OG0Q%G9nqH+{G}>P`6<{{Ysu$c`<4yonmqYEyiy zTiN)JHp7y3-5eR&vs;nh>?6ghgKoV)-)l(8sip&G%|5om*>q_7#g#sfZkU#=&wemj zw|~jNjHx>=nX+=zK8Bdt#?NW`%w0c6;v0RAb^T|vT_Y=;Mw@qC>p1ay<+ScL?&VMI z%lBE2?H)ISLL)z<$E{^Wdmf!l@S91^Z z&sV%R&p2;5Vn-{io#poF38#a4@8k|iH0{W%d35RBwrP{{hP_wmrX9I;FeCo+jf7>f z>#n#uT@)HVFdg^3Dh%IY_k6&ZDN>#An23y$W04vLO#9(Ke0zQEm(f}Lz`bcJn=Abi ztcPt7?%KKY%uk1 zat>rzFFTdNdvD*>^T4JKR<;?PyvEO4vcz`4eIl5vdtKW_{p0?ub!(?c7n!IXh?F*t1Z}^N9SB0&C<8p^*T1C zpyqQ)FUgtcqVS}XJ)56BF|$>xVX?EaZ8CohDi@#kNOetTbBb-7xRq4f#SUH0<^>;m zGqBx`GPU3`&0zhl+xkGr@c!dH=~K(cTAvNAj+j2qoOo$S;A2CLvjKP3<&};k9xaL< zYjg2<^^zs5HODn`cklHp+`zowsr1G6)w3seVVxS7E1It|+Vs?inK(?@VYOKW4Y`+5-A&GotT6o=cM|bbYVoxzuzFblvQ;_)lg3P1+&dIXk_{6?x)S{=+ zc3F)2?Lt0hJt)H>V~W`4Z7akVfJI72=j@2E>j$crVS3bEcl(OaE>ba zF-plxyrT9t!A93nikH|eQ{k7TT!fLr%fhw>eZ`uGHp#TvnYz5|{u6N2)70WhDZ%B! z$ZtFzAMi?U-@aYj2&cp}MD3Bl4MBVGx>6hMN$uIQr?8r5oCkZ<^KEZ$AB~o}BZ!xH z$umNRTIQno>qpu=1QQu6Fc?$sG(}yOFxbv+!XnqRXL({2|@mgW$(0Rk2E$ zIr=-P;YX7-(^Ohb$oIHKLW*5)u}f^GAttZ+R$~nc#3fvl>KtW905Ypc{h;yE6hc8c zlaDT7VI&-_z05!7W8q{X-^+*Qk0Qa6CLFpFhBL=@(-=+{(|jU<-VBeK{7 z{K?5(V4=VFkIeVJ0y_e7*+{dB0)xd%8fTB$&9xp=+=g+Z0Ci-B-K2icAKNg{Bj*H8 z5?P>s;t|Z3A8zH-m;!-zgpiNa4RjqwgkKIwr-qsBQrOaUK$T6MMjTjwx)kveK}EaT zZMWSv;I}Y$?%bjIN3{z(cI;5YJi5eF_3SDuEBmRr8J}52YK>86XXgpfPZy{m7|&^d zv%mc%?M8ALa$5o}bBuDeh|3ZI^VW`T!XRz_Q0G0#XEz<9T5U}(61wtVkNo(S4*z>; zn#P_JFr|o-B$}EeN;%Bf1W*>SBN_g~SPm5<7Fcqm_>bM<_vb`i1htK9_#CrgicoYW z@zWHcxSNDsWdFV&LmAB6z8iu);czqGU@~`#jj-1nh3|WnxZpcXU&>5wE3+)er74l z1v(;HJkwPU4Q;1DQsutIDPgBuw{9Iyiq;qmtuC-GRrKM9A1?GWj6;6O8jEAij(G2X zv|s|c8Gx`J(9vUx(cX`KJBt5?fmT|vU8KJs@!@-tX!>8`O_gM9ofaQ5B{w^XPlxr(BW}#0^j-7C z#IHAIB0-wl$%08r<&ek{jwDg0lChlPPGhWx=4`&Yz3Gb2`RAG%J!trco#qfq5?caR z5_gmb?3TmSPl-K*P{O@$Jz`j=nuL-urX9>-h+dRsX~Nm#Sy`H27EHw8GWUuc)?SSb zUTTd>omHr7*-{9NgPrc$^-nwPG&b{elI(?R=K_@az4zWLT@vW{LZ+6c!_hLwbJ0sT4*4aJKCTP?-T7Px@I^o-=cFS} zfJRGzIuzqJOw|Ea7k5}9Rs!5E;H3I#l_Z3Xa{yn_I*wPC`)86!C7RNKDoescqBR!Z z;tQKze7H02qkt%Jyi$?K?Adl1OY@n7E~+l3omUbTO9xMZ@NWFa|J0wa{zJ^4KLw7^nH8ge;@45N!_&7 zr<~65V;t`(tT<6qfpoU5&cRlqzfG6W`SQyzYa=3ZA59)^xZ#GOL5r>hENtW_Klw>t z`S7sEB}_Dtfh)}q08Nl-3!Gry@R~v`cd*7Pq_3;Nx0`5jo-X5z*BcJ=I3FWLS}68 ziPRv93ZLpk`OIfNbH*8GkYnW!3;*ojiKxrtWXqRaa)~yMtZh-FwUo~~>#SjBl&S~$ zjcZ|3a-KCx!anzpt!wxgDomUZjaO`beiwQaSI zu2OV%3avcYBinvazQQJDI2;DF8v?HA3~DBE2H0O1s9=*Gz~JPQPwt0s4{E=k`qZb? z`+#;YaHezT&Sh6@$WGbO9y%ZPf&~lUThPUL#(jL87ckx+5v`F^+^Utd%q9Tgcsrk@D4-F?& zt-BS#0qY7fRSL+&;zlH+hkbU>o;`9wqc=e1aSM}LM=wKkxM!+$JcUBbnIvwcvgb$`>o8otVx$$p1azeg1J)2{5nFBURBSkqZ zj0LC@*6-smD@xc)uX$%OP_Uu)s%<-+m+GAn_G* zQ>;i8OPvNPi5w~ar5b@?4$FR0yVa_c5_Qh|PtUpGh8y}JmvUZUcgS&7v(c?+jnXjzH)k;HqnV=DiCR! zN#fRW6sM$7>=>n?Od%uSH2JJF)e=C|MUp@SzjQ|3%B8VCZb$7klq5cOpKvf4NzRCP zn8~1g|Mf>bq}D|mY^IP0V?uEtvNlt#+njKc2H02i$BqD$0$zGe{vF%8X|`dG6=qI2 zyoB%QP?wD);F`2_QprAU;55_`;g`B_?Yw#O`qx_nkShf#OTiT;+fXzWQcZ{)SzKAY zdUeruvzK3fc_EAq0WwwgJagvE!q$E4IPJ+Q_^pnYFn~`9G;fxh?wldGguXs2#r!RF3GgXPdby8lQHp~-94Mv zC+}IVfRSZ&8=u$YRGq?_V#u)u%x;*=FXive5=1`J~=s798|k; zo6R<7&Kx**Kxcz_#>Z^bG%U>EB8+H5D>B})VER@bG z`t6SyWR4tO3anKwQ?g_W*vm}8q`XE2E0IBmA|sj{7Ko#?rHF=kMpSgmMUhsIqn^2# zqkc~TW#1&mVuf5<_PxvR*wXs+11;aJYP{srK{p29FwJ)lc{r1URU>umn~`Em*R=NDgmvDQI2WYZD` zQ}Qi3zWBv2j)s%(;K75s(1orCMJfHi26O?!XBRJCENk>O*tZGR?r=_uS^6xPq!lKX z`>4It0->zYFIH^Ue1o>4-RMTCh-Ym4mvWDy@T(}-WJT)2JVsQH%QE8}-cnwd6jL3a zX|@hFkd$b*U3z6Wnt6^ne^|@IQFU)cvsR`VOz>`ZMyyY9e}6sw?w)ZO5*gsVubxm8w5>Bqz#SD|9ns#OD$iEK9e zzylBTQxP(#;5FE%FfVnT72z1d;jpT5HiD=Lr@3Ln23_bMjMJh?+QS^IFj9*;Y+2XI zeXxTGn->PGwUzi<R&@?Y7I4V%BB1%0KNlI2fF7Rks zGjPqy{JVR&=YG-f;LUBzJe^e*zZ>P#L%>02qPj*D%X&=y>t-}Q`_tY?gmy5K(+mkY z{6~1_uieWQ08jOK(M5`im_S}5L6H@YOA}FF9cv($Er?f=Lsg{y&pVn$Y2f?D$o4yf z=k@E?mohna?%YWV%E^c3G@UVHh89lLDZ6#+*3k$e!%kJ&r|!3=rlzPna5(ljy9KG( zru7Q~r5^IBRa8`Hp|{WxtAo0t6*;=k7UiaexO+n3^FNNu$#=D|)55jROy zk>sN3iSO66e0O%_hgT<`Sef0tuH}jQ6FYw`zWoPr-`?J!uQ#1Tkjn@;+8T!Eat!kX z^j@YZ5av*W9mD7}@sWe2EQL&j$X;1VVq(TM;u)%OU_>VkxC^Ugc|dFV(80FdFLICF z)3I!R;-V>aSj-UW6hmSx>~R$&?z!il{^tkdC9zm+m|&(wS-Ds; z-@=6p$>Ao=^20U~v7>TYluApYb?l}O zFY5V*Y0olDsq|uskbl<6M{abr-ZVG0Y*xelOPU^E+4026wrxLd{QIl9eSdA=x3{}K z*26kihA~O_B&H;l(L9-tzEr;-<$sBnzlQxPJFW>;lk>2 zV33K$(__y))Y8?C+Q$+teoRa9^G~F&x&UnR1MlpVMV2Zx5eMGUmen-ERk9NQP4i%<3&pWhkrwW z=c}%|N{#z#uj+4q``aOJTy4y#BZY;i)|Zfwil$l{yr=;_#>(A8z)O03RHsLY-(Xxv z7QS(QuXj?wPJA9yjH08`L~PJ~Z7pG{`4*vhmT@Xt8F%4wsuEQ*{Z-}uZ&x<~vfgx2 z?V4-bA6wo2=(_qX57fW?s_^dX{Jysv;^DN2Gg-_DStea1(oz(9IK&F-hk%UA%a4p*(vjB~w6NFTM2A?c2AvwzlfN7kC9OCY;@# zJ$vAp`kBz?ipzuwJ146@zv)H=UOQ8E^wcdlGv7+(EFBOS#8d-+h zlK)T-(*mYeHXvM-ww?$Lp)Ujq_|gh-EFni(jsS|nnL`c}81G;ShEVX=96~W-YzP#_ zigK)JjM^nl3^rc}!nhFf}-+w>MQ7xyLF=NIsbyzCX$Pck}HnRK^3Db&fV-<0fEv4+@y@ zS-?vxYNAA|NNmTpc0m}wcsXm-n^!T7o_oqm+F3jpbV#VgZ5MEPT2%~>7|#*v7#3v7$sM+^OQY1kLb@*E|kWO`4q z@T*__s%UbgF1igod+OAw1NK#C#&yyB1oiczA^xH&q^hY7+X1c#HxOow>!MTRnO`DY zWECn#vmNhRm~_(s5A|6pUsumS1=*d;ij|CARpQYa0*lLm&lc4Ep5dUrvG9?k2%U?`>wKNI9u@0@~x8EPThC za$%xE81QoW+%Px(;yo()fHe!fVnYZbvm_?1_@!F@G8(}iwO;<3Yp#JkE?Tr`Gz2NN zmj(8C-F4S#ub!Ibqk|#tF}@bc#Q2^Phs0iF z`u3~BJG*+jJLDWv+;oy`&aeddjhZ?>{5tM_aJsUx5_W2}T1Nwqb-;G^*=P5q zv8%OtqtWP`IdcZQo`u04-Gb_;EG0joXdlQWOP0vR%7DfrUMkHIB~}=ZLKxz8(}95{ zZD=?%W1L|p`Vna>iC`tl21V?2g-YzO8^;#5*a18N%Wm`G%g+sccTVEYE9;+J)xPci zhIjrbzyH^Cd!wpBtTdNEoK~XrIfh#~iD#-qG*$~-Qs4!N)n3xeNb7ziL1Jl8BFc9h zu5EkjkyTgDi>H3 zj$kB-d`^;UNYrY=<~sOHCD36$xywV&GCwWoi2+Niwgj&{D}K|g#J%5&KenoC>yH}V z{GGh-uRV0{kb5(Tk~x|WN&Cd`a^Arx=8MOv%sIS~!31<(RIKlOb4VnQ zSXPcrA_dy{H5rqC`*_EF*SCN5l$4i*YOo<>?23P>d-mbZrk;*oY@^Xlv)Xg9aPEf- z>#In>V^;d?+EDKubLIgrIn2-&#x6F9{+k9JauLDFpm~aqnteNV+SzJ2hpW=;pbA{ zuWtLVtC}CVEB*Moo_BU-4!qTKv|fhQD2k!#IgdI{Ipz%gQ2(4`c}fBWO`aOPs0_o_ z5jAEtzMx2QWDvQjLsFFTNT!sNr@>&~`^UD8x3+%k!W5>5mPNs)t|s+f5?FU_>)&_f zcn17Db7Eo(jc5M5>q{R;D6K9_R^sW@vnCjoh_9jFJPZ(?LH0TU`}asvA|g3Sv;tFC z;T}?FCqa4qB%kNwMV*BO=sDdvZfI%g=5l#mV^Pe|gUP)42Vto_F^e>M%#lhUl%^C+2SY_zF2u-c%S=;%tz;rXSPUeX=mfZZYFV}**?W&F)=exu$Z)N3*z ze(Pf5{X0;HmJ~~9r_d==rgV3Ak7K-~0cS4Dag<}BJP??}2tTaxgvu8MB^tz<`beUZ z+^)QZ5q31UIZQfLdihXhnPuQgqjbzfXO%>vq<9yZbX!hwOj1Ug<)vsS`^x`zuKZTZ z#b>}&KH@3&SCSAgA)7fi11#%Fb+>&j_4@W+H1nyIE&xAP8UTyUN4bapGdZUm3oo%D zkSS0>QWd6v^Pf;M1oNBBu?i9ZBlPXPZR#Ck0*1$TKAUlxqBe67YzeF)C-DP+Z5yBQ z9vJiH%^PNYH=Fk`J5|ZxTW+~U8?+egmf2_DefM3~VMrS^DjJt(`kEyMSF|uzQ&ZF4 z-d@;Jt$&=`vuBU4dL|NyoPPT0gSu!II&@sKu&4;0hm(h|J&~JlzIi<3C9hb$f$NP=mm zJsQ+(`lH`d&b;_o_r+5a)K!U*rwaUF)Kwm%Jt{H9-G))Ch^HJ|o@KdwpCM_&1;{xm z^Yncka5birx+=WLSV8sPuAcFUm#n^r45LrCc2cfhy_#+F{PWM(0b42CXU<5reCnyE z!lt%t+0sA#(&hVT6%_(p*T!ZBb@M57(-u~c4#A75 z-UHS96S6w^DQ7 zX%1JC+WDXGQD;L|+0=yNm-5E%w7X47VBTI@I|a9qgM0XK8}C`LV8QSsJq+jWyYD^# z%V02AGmTHFHxNdV;l(*~=G=Sly>Gnn2C&%e+qd6#+iho`efBW(V%2P;jT<+P=lHll zt#E;bJvfS(xew7z%2L}|0jFaSF>lC9l8`sedD>E!qluEocm-Kw3XBeMa($xncUyb@ z>x$ULQ^K^~GD-82LRNFQ!ctp_qMHr&GQZ30`|`BtPnWmGB6)PgN0#C={tPe$UCws4 z%Ujk0Qew@xjk+prv`d=P5^$1e6{da$=vzr!S)BtLQ`EUgWVwf#r}w?*VbQFsBJ%814^6Wh^&s+B7uYuR8#% z)jE#zFZ=Rq=6ifAp&EK^1jS>>tR!lrD?Uq^_CjN{l0U}ZDbf~^ZSC^T?QI)x>%8*3 zq=Ur0=73uf-iW(Um>9e2QZeF`lLS1bx|?Sw{`gcYWvIRRC^~VPBwQCn_@UqJ;8;()WkVX|N zV{L1-a6Yt9ejztK_uO+CM{I9zFU&CN|2Vg9-Kt*3;q=&4_jUgH=XZ2;^z(gf+qSI~ z7#?uI$!c?pMya%X1p7mxi;&sqBGr-PkRY-kxTxetVjG8iRS?T9r?gL?y(V%%QM0o2 z=3iR3tnd1^v!!Mdpc*<6XCU(f(>MhD&s~nHZul_!TxExyCf}E*gx4-=NrWkd#HK!+ zD5`+X<=X;b7H85g-+g&wRXN!2$!g%Eiu{WQy*d}k*&HvCeZf4Wlc;vROMS2f9pJQ$3z zc?^~*Z1&VsPaURR&wAxD`FAi*)plvR(!s$F9oVq;KkO>aoH=t)PRFH7m$D1UTB{E^ z-$y;ES6_W~z#kmDb!hqV5cUiAG_552C?y$<99}9cQPgCWGn<+=(Gh8b@edpA2pmcc zV-k8UEeZi2|J)S=RvDL#YLdCC$%{#@o5cDKc{A_XXD0=D$QE4VnykR>*eL; zpZLTl7@`A@A5Q5#yG8ulzx|tz^cTxh6V)s&GK{`N_uY4&s^)wm*yC7gBXLr`)wnX} zB$lcuC@ml)6p&;&=dBI$o|m}$uW$JJx#21-Gmkr{u%e69R|1s;1K9$28FY~_b`>W+ zo2k};n!nL6ofcSsee(zVF^4jXx*7s@Ip>*UHBCuomL^t;g51l?={I+FE~$)qNYZ8Y z15fp5$ZqnX7__P0YVx^Au)THE^DlM&v$bp2_D>zy9v^w+ks;K$6ixE`>}Nj<8@%<_ zTZei4u)#a;yi;w--PYEoOL`xU?wr={R!x2tib_v>gsri{$Sbb6Vnm$H1L_CC)#&W( z?91I-`dGGXnJz(MG$`iC`Y)NIi)EB6hA_wKyhThn>h9%*{eKgG`NQ<$nPG34&rJe( z^~wlS%A`ucF?e`QSY!i6A1v5`P@d$gCZYehAin)kp`~5U@}jZ}xGq`dG|e%|Axveb z&2e+0+|VFDd~0V70X(j^VxmycRt`uRbCaZ-#9->v*&lae=24$`X(jd5mgrBu*F=4- zSPLqCw3F5I4WbpvJEbm8Tz5mW%S@G_$Wa>r=cJ&Uga^EHj0j$8Cpv4?(En6`cdxnT zno>H=lrk19SO6dghV9VErIs)OddZr;X%}92p{|m8XuDu%susSe72j|j5{blMlTbHp z+5|_)Y~&$8mo}jP$}6vw0$Q*;c6nI}!O++?d`%ptb05>+d>s2P^W}=1BxUIz@WA*A zycDVBe!HpTuCFy-JPlKRfI&J@oFi%@2`5Q8FqcQ^Tmjf=pLE1dVim-1H`k&iPEziZ z4&A+|{lH&)(m8?Y_)??3mj&Euo)NY7VS2;8TVw)7+2XRHz(PbC6Mc1Un0Wc}<)xg&dFP#{C3eG!_pDj7hUs1m4L`KS)W9jVb%snw zb3{D5D$>lJJzIO_VRvVreRk<}n{a|`3-CM~KL*3RUAuOb7)})}5ChvGmai+#$!^HAnB{t&$7=uU1V*vvh zs9wTG8fK87hctRf{Z;40p52&jY(UP4m5@}cNW{{0j*4o)-x-ma$ugG{vb=zQNBr`w zvs=N0r=gvr4pU+#`M`m_f5L7{05yrse%vXd@&~T+0IMtS3ok27fiHdX2&%Yoa<(_C zC})0z(}^S+kYG1I4EbPveZ5a~(nJCmiC38ea3A|u;-7u8e?ayyB6z8#Uk-;Oo6YvW zQ?MwtlxvvM4x2Y`e)7pDNrBGJVDn#qLTLjMaFKuh^Pg+|c0=|TYRhPDzx{TtoGy$d zOO}+FudW`gnq4qVe=U6P1NtvnYzFA;Fxzgx7K%px#w%We#huB>``_Rmx~*x^g~{1v zm;~ga>3TCss1i6FwjuKaSUQ#FWg*sUf_8Td1H*HmW*RV<6yV$suC9N3cMlD)WR+qf ziIoK9SVIg}gN~&^Iki}aJK8Khv9{AgJ)I7V&x+`qL{3>AsU%0LOfeK9BMG+!>v){# z(F64O#vu<7Hu)2-ukY;56)U>C&a750$ea@Iu(#;>C-HEJ3DjhiUR^sSn_~ zj`;sA92W-}+vB|lRKXsmVz?Ov^-ZVIl_Jv@wA4o1m`Om+VF2A4_ z)ru_v&){|4ZCD$Ww3&|B!FV_MXje%TbDK?KN8aZUG%%Falh5Y-$PQM}ZQ7oDb(JvD7COIbb0ciLeW*d(GL>GC|o;XXV z()~ifnjWlviSB;L>~Zahj}v>G*7Ts`P+*Z3kr(A{52R=urNMi0fGT|jsPbjXi5+)B zRg=Qr@*pk5j@r!rN>XRV&`vAhsLKqiHB^!4U6(Y!zN04%n@iIOJ7!9AEI!LpHuIuJ zStU^j^WABt5+~P3#s9k6Uqu^Y(EhurA@vOc`g_EU;Uzd!)RXXlEl=u})x>gH)=ZXV znaWHG}J&~W1=KHV!n zc^^Py0;UnQsbjPsnID@sVxw@s19OEMunOA*1T<_V$qHKN4NUH9pA2ufJr(lvSPv=o zQlYjkG=6#7wO3&3QX;L+p%s&?+ZrkaWl+6Rke^uHcFAdgc1hS*C6HGjwI^$R_HPDO1>?>YT6l-h1zG zGS$hkO=>T@?6RT;DGMx>f<|iU`&nn5H5_}K=~G^Q`Q^HUQEzeD_80s2?^oT!rSSNo z5&!k;*K0dlj*>|}1iWOL6TFgg0(c3_`~E095w3jb<)Xo8rpJIOl_v!%iJub67!8hx zXy3@l&2wU}Jk{Ha4R^#BR^C*f)*?oWOyl#53#tdu{ z%YXo+VZRlqi{4=GJD;+zhX+|{#L61+ngUjma+M!icupK8Hd*zfq&zS;>Z6>2N&93n zRXvm(m7aSj?WR6v+KLYQiU7s*lGw{z+r~gIxaibjlk(hi&)u+L!`{7nVf!05Zv6b` zKi>~+8rr;XZ*ON5aF|K&49RrN571)Ajvb_rW{E?%P^(w3F6344%F|CjJ*X5+c5R1z zJZj_y&b??cq}GWG%Xi#yhpt4apV&{K@+kXM(OCSrz)R}Clohf?n?CTN!(G7eJmr8i zz8R#>NgLkSF{To|kc4dJIGEv1tO!Y6GPQo=^453=6D7F}pU=+WbGb~uPLis;-^J&^FL&F~q#n=N(4fxA0N++zvTX30^Sjdl3I-_r6J z<`c0wq)iSgBz(GehZ*4o(;lX~I*Es)+wtIo4;F@N0m)ihTS>{%9RvDzb^bziFOf)O z!05B?x(!zLvagW+ZMWT~9*lbWD!D|_{zT%GQ%)hrDkcv$$_3vts~^{z9OEP2L-Thq zMhy0;l*_wFc-{tZW%4;JK1~0{Ug3vn&Uu5&0;B{mEP9 zadkycSP^4avdEM<4bvsPwF}qP+19;-aooiRirC*2&jQ^3hu#P)xY#g&lZ( zV&0S9>+O-pj9=<18?~_P)}GM#hIIi=`m>R@|lIX73-$D7%$Ok` z+o^5bs7gk(2L&diVPrPT+B^!h%^5bIRQ4(6U>bk$e)o!tnw(gvbJ#`_0Fa)t1Vv51 zv&>JWi&C^Oyq0Ph4YKb!i8@T7neg#)pT`uN`?13Z-|3N5#bTO9gony1(?7x`k*xKH zNE^(_@=K3*y0QC2l**i7t7E4r>LAI5=lgQvz@?!h8}HFM5n+aDIbT01j6;B;Y15{) zwY8~2=wx{P3=0iXc4cz89Ls(hz6#n=5e@NDqWe!Iws4z3($}6ut zbm$PAtP1CFZMSaS$}$-SD~_zwbAzA3Lk~S97t}!Nx)2?=cn^Ij<&J_d8(j^r9f1?=);C*h@+IV3)F2Wvvxj`3>$fD zRcCdXzk(#}WziWVWJOnK!i~{z42wGm!n0Qi^T3~VgT+fb#;am>f)o?B`S9(nA}i)p zPC6&DxV*rkO&?u-B6?52dlyz{rEjTe@Q{Sn6t$BG+(wXSqIz;-*}RsFkQIA_kB1q&81;rBvcN-6mah5DMXSyf+slw{mSAz%H8jcr~M_mJ@H zve3G3w!QmiN0yhw{-$LvFCol&0?Aa^4HYevFb^s{U~ln1KPOyyeq`|e$iD3Eq{~7p zBr$4_FhGklv1d9gI42!(lGN3oYiezQ8)0?=_RZzlT?=KJrASa_mjz(bOX`7HPN&KL z9unWYriJ=A$1dJev=i+}an{0#8w!O~f$>4{RIM~Rdsf3RI(0_2z%I^k&WP>ksi&UO z(J5_UiDh99D!_f=g%<+JE_#VZ@cIwO-e-TVS+izb_tPyt-rAG7`uy7e{b?6KeTEa1 z7C(JguF*C;SREqv(&o6VH!lsVYxu^|f55FW5KDdAXes#0j zv~9MFOeS-|1s9YK_Uv?4tynCG!n3AH#CP*16%ZhkpE+;>^uIu6{nDIWHyziin$r0k0nAzmUNP3->)H=ZcN1~ai zz)Tr`jXD0Shf|dK_9CWdCtTlLfm2-5>8$kib1{dAM#E7G#bK$NNwAi++H$z{D0Xm? zMZ>k~D>}j4A@J|hPd{C! z{#a<4E?Tsx#J(2lYTLJOpE+}8;k(C?U#j$%{rT|250B;S7(u;_j3Th6JVZ%t9NuT- zh!);a)Z`hp1WpMU`_3-mhKdFZ#bQ!YvZ`z-`ILS8DdRLFrVewCOmQy?tz$65YN_>* z)SAWhK#rBVB2J!=L!ebm;-262R-t=1=rYG_D3=n0+l$Q{gnP@9%4k+8so}q6BYW^*qAZ`*@rS!^&Mt&S>_^DX{D~phwWwC zwr%}fx58AcNs}fmU%vdnfdecmGaULm8n-xjUbt}KDCt~|0bUAnHqH7vQcX%$ugLck zH=+R^kt%pgh@8A2ceKjuuI+YWT_UOmSCTq+IY4IALwqC0FVPH#sqaELqzKgxuJe`$ zou<0Q6^$8oJI*rxo8c!SWM)Nr^Sk|$`f5|eMuJ{b(nh680X1DGg`A|}k=r{mQg10z z^CRfLT(@rBk|j$<+!)j~X9cRq(1m4^>pTDh#+P+YR#?9M_S<#1rOQWziSYdM&ks4j zlkJ7c&TH|q(CQC|!vppy(-j+?d+xb#kSyI@MXBR%lCw^5a3fN4E>A$b#Kt*tMnqwA z6r|)Oo=2LJ>vJaMg){`(ZL&wsyz;B=i>HRX<^(GF(jpsRGj@~=269tBa{Mwv`#>VI zM4b;y5*Az}d|hR*tqVP`O1U~Oh;p|$@!~z$Dp}_Ie#vVNRap|4et;_UaTiSCxEPDY;Db!jZanxe8KT3_;Jx?W8?!LasQ54G zLtwxu(;9Hrq`dDBU|}{Q>i)l{@3`cs12cn?=qj^>t>g$TYYe-~YrW;6A>;@3T_>KT z0-SL>O*`^phw;!g4qs<04aswAdL_+46enVUJe?DMyu5uTRU<+P6LT%t;MjSb`0XSx z`{cT#M`cAIQyL4rWNyoQ@4Xi`_27dKj#7LUcCmBkPBjOoqM||AH8FlU+>>^S%D-w(v@_$Cvvv0=l8zRvMP@n0fQ z#H8*VkKJ^6)+CaKb5Q3OORq&5)5*v*1wA7Rul-uS>hnP$dG3>9mBi<@MBSzlY|VsqFO>fTM0pfabR+z{~{xbj#d$XB!+&*Te%xQOQzZ;W~`7)|K&h*e=n*fkCua!nA4ASbn5R^#E6f#`d%(IWun=3=hb^Vf^iHe;e8*f{y^%Qp#-NmFyliY6i zf&~la&6_uW{`^_9X2J9H>C;t%WE{uGX{{jj`KkFhIqXL!DVpTKKD&W;{&H2xu}!Il?|V9Q%AwT|+D9g9@rR?A@g2|!ZZ_5Ce zQsguyUS2x=mU>v`D`uMV81IG`*InP@L_*nUrNU2E;)gpAnCGrCl-yWc8O_1{5Q|wA zxxN08fX!gmYkSD?U-rxdFSQ#7ocPqIKGj!}5u1pGWqu?tunT|AnKLI83aN;q5fde$jH{@V&ZmG;pm^KS@J#wRBb5W+W>pq<|MT zV{efc!rz!um^+Y+>&%s0CB~!gDV%IM=`sydYezpwddDC9X64YaKbC=G$4-AUE@y7q z{F!CfiyGNaLaA{NtPgX|qZJ3mJ8*199F0%ETeZ|Mx<4pyC-MZAT(7RM`<=*5kz&6oWsrP9rE_aNI=)l6 z&`R3t`hhx~$y9@n?{0r`ih0BKhx>(8>97Hqv8M`S)YUeX>{%GwsYj^yWMyTYTH+s)Fg;h+z#*L)s?Oyc%2Y}yin=4ZtnW~t(WBP= zoJVeHq!d%%B)llwNn@pYwcWHl&d{sM9-2;T zretqkKMIBE8n@4sDS4w=wNE-yTRDN_t>EH<79aj%n~X`0(!(lFht ztcu;;ZTt3_W<=YcwVg7?ko3^#nfgf&|4W#Pv}_Dk%gpaq2X%UD_VZ}0%`mP_4WaXS ztF6&h-d2<=+zcK(*fV{SHr1;#G&AgbWc%$ucaZk=Vhx9DW;)1FLi z$`Oc)+;~?uicj8uQ3JE0>v3MMf0cWniv{_}<#)=50!a%owcD!K)VFp<@g977Fm;>s zF;4%MQ4NO|yjS}EN$OXgR$AvUuR2#uG)p}$em&G$wopx;u|}WPz&}K*oT==4i!cuVn~ua;~QwT+XLd>P2A_{=k- zgg>ZSQzw7nK4&8mc3z`(!f`=Y*}~Je)rTLny&5bjZf!kP$+cttJ=-s9OiEr@i8Mq$ zW7n@(^10R;hQ=wIhvjSN_yRqs_$bo)h4hYb@}L9F$4@<8`aEMONj+*QCEO29GdYT` zjfTB7^qIluw0whEj#evHys%s~xK_?rVxzT8F^O);4yWuiP^5QxrWbRzs}r|X%ezb= z-g41RF{!*e-bnh|ZfMWI@MZ;3YDdn+p5lizMmN(sh9Z|e!EV#CeM<+61U9H=#A5o?C`!cI4C+7W<_@hcoV2_U&~)85bWDLh z?w*FqC6R)h4cs#a&rQz`*)GmeUM=SIGx;cM*A%4E72eOTq5a5u6D4NTg@c6uYlg+b zg~QA!2ZfWBEDD2yWJ{GqsXm;8(O5QPdld?W6YYBUYx-RGU91=1CFS+E`&!|058kS^ z95Ioc4pkU&eVn^FS>UGVxHQkI<^D0nUQvU(cbQt#V)2!9?M?lmSP$`X5z}nVCmkxn z1FdS!mf~z#uTsvM;MaMG2~yE!N?6{aQ@BReHq&`{eYn)((Y267e6i>YrO*$ulie26 zbl-7}ROH7Sbignk}X>g}HC za=#%KJZZ|$pWCjKXBTy7Mx0j0_|cu1U-FPAN$^ zn;|n{WAPiZ``0vyq~EB%%jL}6m~{GLpPS?Lsr+JaCn84R|&+REl z`gnCv=$cY_O)t?c^%UD$`-z&03W4)cdU|?V1qPp z80US3ZX8d~JvfP#(QL2;q;+a37%N3@*r-iJmq zOu=fw?U!6jMIPaWjcSk>T#I|kKg<3&ul!{Z!2z@VHZzB_Qg2SG-Dv|^V?A_(1VO_* zDSqb|DR0UAH}3LpE1N1j*YHyqm$k>^9@%8O_VMRAJ;A#%@R z%1k_#y>3`ilUaO_yYYFb6AcIBP9OLD_RJ%XcX%RU_Q`F_krIMuYfxzx>&B^FsTSi< zBxHR@+S}VPPI_D?)1tP_iE_rZ&AGrpOZAqv(jsNKw6(aQ*=D-ub(VAY>qlrd1-hm4 z!`B~)>fC0&Fk^6$Ml5f&Z+4O^N-Lj>9JfB1U9r-tzBrTKWt=chk3RgK{G`Aww~KL! z(bao3#YcOy%ib~p6HA8uO7?e697znCdGUv*25#FiW)XHA@N=v^58GuWrFa77fg=6wArssi5Xjf=MOhJYk0hZZeJwx&MBm9OI*Tq+s+vv5m)y1 z^xRI5Qnqd)SZQ#ckGG(i+-2a?J=w}6<8Y%|%+77wx>DWZ8@|dnu(Z(c%@oLiW0)++Wa;I`ASX^6sD7UbI)jTxkBKme{*WF|};_j`I zy8UmRq1wcET6(WCobN`@WhoH2FnjdjRO2@EySFjBO3}mZ8D7mq_E#({A39i4n=md! zT#-sd4+|KWyuD{fL1TQo`5s;sV-DsQRDz3sNmE{*^CKlWMG{5$WrBIOHa4(ZiM!|C zvg_zBqOWk^Z*^bz`Z}hK*qha&Mvuwk+Kv_8A z2oWXjX{d;r58WvaOaG9|mPvzBWm9!HjJ7Z^F=2P4RfDP2_^6JRL%m#!PZ4j=aV1jo z)CA$JeAAMIo|a^`LW(9*+o9dFff2gTx$+<1r%H%Vy4ZPB-kNe*#f6T>#fR>BhVcg1 zJ7*(NpO2aMJqiz3C&iBJeT^KX{hj2M3WwWk z3C@;}r_OS?rrgKR6iRpF;Xd+=V}*fVZOWv{b`dM;zSwtFQ)U1^cV_QIkihuMnbTd7vGSb zq(0HgK)aFk{75o|FAeYBjkh$9tV13bGAZo6xf_CgQHji_p+)$x#oLH?I2v2f{0?d5 zYXev7Z)5lG(Ka}(RBqwgdD*3DhCgk1Q>iB6mG9I*&7Y+h$y#*EcqickX1w90)3yri zDT7}Qc=FknJ_n{zq~D<1QSHwR7Q?)i!lvY{u9ZQ_oD-Q)Vy|k|bFfzb%9u4Ka*Au6 zuiT)9%T$>EOojrAzuBm8Kn|~xxd4pIoIqUG7C-k(J5zGqOxOi8hsW#Umu0_Dg%i&U zuM1e-=yR2L$NN!IXF8BX*)JA#K*=s3iEV}OJ*Fj#XVbj^v*CmTv!OiQb6Ft^&A>x0 z)~BM}4qQXo?dYcdB;ibI>(-1XC`TPh-95*w6a1FE(bJ4a(?CQxyoS{MN~D@ele1Ln zl5UmbnQqDp-s`=x=ou^9iyuEWS+I+Jty^0mD|keQ_f(>UYU~4bZgu@@UIB{5Z*!ej zuU_g#5$AmGu`!^XyA}gyBi5+n(k+ovv;9EzR%iwnzQLhi@thWW-P0qjXFX&C-=;3{ zC1+{Jqw$OWpN4b3JSlXO^}b`mL6IQ(w3A}hG_#skdhx8zCdIij0}dZ`^=&(89Y?=+}q zi)dW!h!W;=i(6XGS*v;?(fVAAKRq^kw20j3;@ zjVNkzx}JwCk{IF7cQ{}$yf-wbTWzD_r`-)rL$073KT^*!OAg2c;}?;N*6~*QW@lrw zvk{I`bZF9=8RHpohM{8qCwb*;bJvN*BOXWzU}B93q6Ny;>h4{K@4XO#mXqOZoON(Y*L+sdM^G-2L(25 zv5=iv2tS`ziTf8l!PFZwhmxBMlM(mgV0T2H4Kgq>J=aMW_7GsmU+-dkJNIHM$o4vC zIyYI2MYW|U^*NcX@ekLD6}!79_hX*QYT?!IzuE4#i$c#7EzrcDwdU<6%dzuQIuIAT zQV?x2Wf?*tUVZ2EG>M^sO+GE%LX2NI3ptDQxcS-CvNjV7_u_}FcV%7_g;KTjnOp4N z4Kq1d4vDy{WagzZQTR-7_6|dMh7&a3(DTEGYpdhQEhO~zJ^m^c%K`6@_F73H*1Hw)mJu!^^Arp1~=Iw zlHOBGzU*pUQzc3>cIYvklj&^68&ciOdp_;A{*6ynMa&j`iBv{iRueb$*0nSx%+-6( zd|yX|#O3v0Ib1H5kW#GNbuU9#=b18QBYQ-9_MlHTiL>ez7tvaCVi1QIVgEhmlhXTC zA?|u|ZV6~gBV+jl=R`Y`!cN$L_{Fw# zHktgcyJ{L*xvXqwmgyVmTjft(b;H16Y%TkkLT0*N_LwTi>=U|^Au*Faz*Y(kFGeK6%+n|?R`u8)I9d7F*f2Y zo@Vctr-^iKqjMFjQniOohulKr6%kpaTY>3~O;kS2eSH*IiwSk{8*XwOb9*%mFkjYpJ08u`Tf&fXnp(Rrkl z^SD@3x%>4PTTHK1eEPz#XzZ5i6f3A4n!1{hV7BZ;XSFCA+51=cSaDxXeW96tyYF#C zfE7W+OsUkVz_}}D#kZxe-xwAosw-o|E3%;V-FMPMA3r(fPli9T$2k)8FLZRxaDJ{WmYF0tRsS`A(=u2%B13o&-2u^vIvU>v;j*R|! zuZVMI%TWqzl6Ia>Dh%5f_id~FmG<~4mxJ!oNGT}Dllga4$jhUd}eTE3jI7=^)d0?E;?P?JXUFS}Y%GZ&F zK3{CAy1xmjx9d7b3~*FT>Z1nM`W+Hj=in?%A2_R zXuEo4%aV8F3|>dtn3I*pP|`4lge2wg-@23Tx#9H9U4_4g#km2&caG=07F{m4}- znxb_(7b^?`Mh!jt*gR+Hnt+c3dBVB-E!S?%tml19dt4>fHM^!UZ{hal^X|~8+&apa z?P>*YBo1LWh;Mg8i^iq6R&;M9C%4S@RuPAv^93nwoo6zs&P#^X_;{)vFb=4;utoP_Fn>OEY?I>)>H-1dJ zzeGT|gBN_4&hwKTU%58d^yKu-TH6ucL@ax>;p)L)R8Bd!>)eP8BIcK2%N#E3df543c&4Rl`Rl9u8i_TjLNfc;&g5T^x}0qmoXWr488qBav9%>7 z_i4%Wc7|)<=raST_+Ggioqj7%#(fe5XpAXDzZ3O_Y=?p$zdiQ8U@|6M(m2PJ{` zR>Wb}_nx?4@$vEcT5UpLVi%HqpBd{?^AcQEq~>F^(QaQ{bgs%Liw+e=t@P*AAJQ-G z%tkQ?XQ(ni-#;ZjKU!`h9YTug4Vtes!;AYX%|e`cwy9=q+MfsWqjZP+`_I|Sz0S^h zibGWchKJ}JEt}fA4<&TH(Kj>`pE<89B?#c*;mJ4SplhdLT*gLKexEx%J?*o%DSzJ} z@#}@Jb>~DlH}A>U*^LPZ8?j?nnZgzlUGVwk5(8Rp!5->Y+PA7f|AAnR0iE1dK#A-I~o?oqfR&kP}J}>B(9v0{lXl-ok*C`&pRps8tr+pI!)`y563+ z)~~?!u|meIKzn`jImLo3(F+qawQa<6Z!5lPaT`vA)u79}ja+g)iJt4GvHOU$E-y!D zCfzQ6un%37=xDGfwX`i;ES+mY<~`=@GM>hfll9#}nMnnm@ut>E=1(ah&l@Y1K7U%7 zyWS!j_mH?#H}(SG`xu93LeBS$K7|`|b6KVCe)iWgHB~6LyfC_u!O}CQ$hpqc;O%vU zw?H7aK6Rqe$8x<(Oa&Le7oCM$QPm%1H6v13ZNs%Y@bFoSk{ixFvnFRVU$dUwz1EPT z3O)t;XVu}pr)5sBZAfJnoT}OF#3hJXT%kNWl|36Ij?A7vYmlR}$@pPZBbO7LGp3 z>2KyH|EcKQ8M<^}^H7;zXb(yQke_@@MmIg3;&9a*jqvh`)8A zXL_!whc4}0?e~QBGiyonU7sxa&yfSGb8%zMYB~JR=$pV*aFN=B&q66oM{Pb@=q8^JE)5IsN}d) z)$z4%hFiLryzbA9AuPV|5fv*#ItzD%RO{7iDYl^wsSx=~1Iu?Fs+c90saV(cPW0l+ zDL08MugsJ_Z>5pVsK6V;8Qc)S#@P&nLLQ<1j6b+P@7&sqLR(+?CP*R9vC-0nM7P4PT(jS9b*;b19-3UJvWr-fu!B$TO^` zWJaGL?cj{P9`LdNlm31Kmd|odZUH3)MZ_C1Ke*%8?&rc&qFEx~C0-G!e#&2~n*=9bf&KDWX<<8`xr?#T!b|lQd zP3B^{@1$_WS7en&HnQ%08E?jyN9-ea%084CxW#Pd$jvp98Zm~I8^1s)XIwr}P^4); zvZ2^sAM{@B922t&YKQ|i#!TwM`yl72je!g^=l(Dn|J@9e82ZUhUGGtQ+^{v0h4BedZ@As__RElrwQ&7t$iiBf%I!n&;9#5QTHMoKU%RU9rf;i8Q=*&m zY*9Wt#Ce{qHwBeAML1|J8?2%U%08siNRiyLcgB0Zu{QR+>s&2SX2)66*pBu#kTsb$0*v#N#Ofqq7Sykkj8W?`E#mPdajzvn%9Jyo-iCG z_%eS!A_?Yob&_@Y-SF_^=(8cYvnPzU1AJ_|y1F`0?_6MebUEf?264-Z!EVoTr%7`zdGdG(w&Tn=Jj!xw=4w|F}3zay3%e8 zq-+mP==gR$Ilt`p$rV4}l{7o1VsWE-r%6$OmF#_5;>N+&l*3!0=m&4_o;a1`eKs$% zFDX;^Fi(rbkF<>BGzB5LaWg&xbAaM*_l2*<*aeHLZM2UV)JN_Rs85{>X4??e32-Qu zzjdp25BuDqVtb%^FZ=U*J&_r$)$jDO$MQ?MVwj|MuB7na59NBMeig%ogsVEnzP#ox z?%LVg+1G3HTbUS`PlU@g*QAZYwjO-Kw`z7#ZJc#flX)qZXF30ps?8yFw42KJ^73P`lxaA(|iowu5jDFcgNo& z>yo`nS$3{cXQet7^Fj5a8yXWNua*XS*`zz3rarfJr7wP+kCo%?cD@-FPplR3#L1&# zN^>_uq@XFJj_t_ry!22!K?loK*7AyqoZ#S&*&tR7H0UplK9HR=!fA6ty<}dQtkas( zI)620J51meSL1%k^Lxu^4BiYp95*WkPkMy&n;b{z`CZJ4Hbw&Li6* z&Oy4@pu#r3{!xol8+8yI z#MvR7yynv7Hzw8DYP{(GX)z zoGn`Y z)CQ>EzaPTJLNE1Fl%I!Zbw0rXXO*ylZ1U`W2myI2d&`FJ0dVDR6mRvHW9B*86rCx% z>L#j@{SH*pTI+$F+OG|#x76_D`SGK+4k45#^V*WpFP_ScE>ZtcfWai%$+)tMqPBA%~ie`M8O6>H7( z`ieA5y}@{54{xds@fTj%N0AaQPp)p1@uHs2ieeNtLudYC*Tck;`2|PNE@ZoQETNWm zSKg>tZ|#yz%Q^QP9?aURYwe}Y_iDf7o;*KCbt_i8RO;U1M`cePY zuNPioM9*(FRO8cl=F${q9lWgB38ps0_b3dhd6VQ;ODK$CRbRQ{X8$=ZnnLG`oFO9@ zWRXJG{OknD9*i47k4LN@RRVsjl>vf zHvbCiWN)h?8E@sGHbr|#ERv~LTzSJflJoDtT(Xn}x>K#`X3QKJ3S=ACV<&P(`t}5D4M+H<5 zaZzI1=)+MjJ6p`pKfTQodR;4iRto+B^~z>B(cCEAi*zxHbr0t!>aoouJLC)@^TV21 z>&$(pP_333i$TX8=w0=ABF{&8VvD)wZdc*cMjNv{I<%$ou-Q_ppc{%u&7Tcvt;-O-)^bk{Ne6%y(&&6_DbvSTmP%H4PQlUC7!6O}Q4)O;@TBM2f4H2>( zCxqJ0IMXo{70D9cXI7>8ID5%HFres3wk(=3^{sP;U}{wQvFehII?>R?fG&uOL@mH5(r z_9yOkYJAKKOI<0x9;j~%X2kn#gZCQVipw@;WY@LYXGu*kr6$Q*;qP&smJSHK+Se!R zm7l8*C!Vl-891%jDpwnj5x>A-W%YHj{zgky;t8uHZ&CTXcIJ+F*6mzROR7IBDeE%p z83^f?u*SN*t03EKi8@EkCI8h-i+aD(ZEc%@Xlo#T}4yLE_u{A`KQFTeJJ@s^+{a~(C%l>hmKJS}z z>*zi{9ZAkx$1-8EckVJi2l*OK*oiH47HW4}j|2uXzt|4BzqNS%VD}pb zDSo%tYr)b}Jig+s>kFgL&tBTuA;G*Lm>^w>#y1|m{BnuAWc^vSY$nrFs%g*m7s+~0 ziMlk?P=eA*%{6vDXjICU7ldVAx>3SD6HeDEAbq^yq<+P9SAsgKQA~eI&w{c#QrCvP#a~h7#d=Fr^MJ1|DN`mV?PJ@Z z_0z99!m&aL7~N`H&tpEu>SfKdneLKETh&X`8~~I|1$EtUoUg&mA|%n<19y(vRQ*STZB}mgdV5J)(Y<;)5(V^ z6?~*0XQj?u6!~^0U+|<{rFD`N(G>0#rMB{?VNIJBTBj)3<4053?~+wzd)ke;bczYsaWlzJ!PQBw@y;=QykSzI@o7fraS5eOdB>ZvR zno`cLE<3JuW1W9OZrkh3(V%%hcE6*obZqLR%Pj(b29lSKF-b3!2J0>=g1n(z>3c77 zL(!G)gTM!>7a`MXYZYu;>LIRl)S&qaD$%SJ;N9Bh4Y_|w>S|b1cVf8dOY%pw{q4T$ ztJ`AU8NQwb7g#zm;-@84uSdi+_r%|OSK21JI{Umy@wu1?n@l9WrJmR2fJ(AA+hT=W zMy}o%aun+hAv+k7YZY(my;l6gV}rMAO>Y|n(Xdn!px4aXj1|vDlDIVb+H$q^zK(xE zK=Z7Fhm-Px8}U%Kd;t?Mh?bd*@S+5ag*qKlHbLw4r8#wY$3joA)0+00n$8FR?uzO* z3#s*vh5`X!$lF}?Xgd%c|5|*iVrQz7V4jbvGlKEWppZ5Ssm=@j6kQbd_PbVIt27`d zL{=h4GFb!TiWs{B?7y7a&LbYxYsu8*$&X8Zy1%sAzFED{h-=**K1gu-;@~)S)>HGH z$Ad1b?eSCl=UQLkkTn=EC|d9;n)(K$DZ6Ej&n9lT<`AuXy9esi^ByjnUi|`_*hU4J zR@TSkJh3M=)Iv>S+#l(9a7~F0t(0Wkl+7Jfr0#j1;ptEttG|(d*dWSXx>XugqRGso z$*Ufza_97NUq*{Ln`VM?(W!nCkl=4$R_{c8anK*~VWeKTU3SIbmD!A*!}t(2)9Cn; zgzwW@u6f)2Y8|Gw1FD*5w?8luPP4Rh$Yx1P8HW4mPHLy z%hvD>e;!!-AzcgK`$D4c48ct7T#U~xsHN(U2$fHLaLQMs`a@nrQS8I>49)&hxeiQ@ z%)}{+Ck2eNr%_Xwmpf&B`V820KX*J1-L54tp>6Sa?UabV|CFATz&KFYJ50b_ z@^Ja29i|)4nnw^y67}u8*qv`o#Gi-4PO(I#hdWzAYVeYApBOF1&NV3MKu?ny%4Qwc;1*qNY3}?a zCtu~jqS4RG$hy0BWKgp{wI#`iiqiVTB|?1Hzz(x_9nEWaAuhz(M#?@uDt%c(p z-es&rT%_+xrXcM0rLy)+e%qB4-xF+4;@!n4J{j#i3h~{!SuC;MkZIx!d!V02Zr=QO z{dUJw&kxgcd(SfLc>|(Dt^_noZa1dsb6wJ?J4`dH9VF}b8bz%iPrWcSk7>;)p~qyX z=9^Q`(l&q7W4mYd<~zzT)Cmo{@k3gOf&r% zB$cj@PEG(zsY|@4`JB6k{;>%qNvtOyBB#F;L<1Pt8)%$e zc56n72-WMaQ z`VjGUv@>hHg@k}B>zs6UQsB3%#T_x$d)Esv%%aaw8gxD`{nqDY$T&$~1qU|6(U#9l(zOivTspmH^2!+MOdGr`kMHRYR?jH6 z&OVW??=T7}te+|Yjg6=9o@un3kL&R6L7}Wet@Fo7jheCS9W#}x>;$hZ_4T_?o;K?} z>a%$66P-z#@mMwN)=dkc^vN+9cYYU&(%OjaIq&_;ilI)_S{`2a<6G&GnxL7Y9w33QCX(?c-Z*`kE)Q1Q^8cKP;t*0WsgrJVtlAfuZl`-8cAQP)UXOV&;3J)S9JGRxanTQR@k zbScYhG599k%$|_B49|p2;U>9Uh8cy(=a|e;+{VVsR_(dMc0;=G zi+{CPtH9Q`I~Sqmu^G88v3qi$KQFWYv_Z4gV{3;#oN+|a_Cen*&5F=BNHJ)Cp@wR` zz#lSv(BVMepcepcGL-qBLJ;*K1Nv@{co^69B$Ik(ZTdiGf3Nl?ll2<8q>moS;U!EX zH2%mVg12hIHL$8U%a_f(@pds0G0z&%sznvuAu_n|L(daxOM~P3Uh>s zz_`E%dCUp$fLVaO1I!uhxxl#_%oMTrK%85^%whHbXP61h_Lu7%VDAiMu7f)+;KK{! zM(8pFdSNh3_zy!!Z4+33v0S{*dLOB9SH-s+e+Z0^0hw*^N z5gv#SCrG$C;`3`(z+l<`&7=wa zA!#n)7@7MfAW3H6{AbBz0dg7t&4lv*(>#Ps14_KZZ*nvFznMtRf0)SMTRhT=VX)Hw zTgf{Gzy%;968~KS{+M(|aLo=BxfN(hpga`$hmxiL%^a2Zmvi)c;w^zG*dkgPNX`x% z!(g}m14+jES(32;cmN}qCZfd^1PzTaXmI#p0x%&M|6eld^MA>x1^$vz3;rde7Wzv@ zE&LaZS{NMv6{F_)OGeH6myDY4FBvueUoz_Rf61r?{@+GD@ZTITnf=K)85-7`{4iuP zLCg;Mh`H2VNec|d*x)QduW3e>_v z?G04>AX|jIX2^$xJSq{u1;9msDBu!63?L4;41mVolE=j?4UhrI0^|Vl00n>|;0izq zpbSs}r~=dg>HrOZCg3VS3!n|q0q6qs0Qvv}z%_s&q87nm#sCw5Dd0K)Dlc=yOdH!UaMyMtLUI1PKngK00q>66z(K$eVEA}`eH1VT7za!MCIM4W?FUQ)J^*F_vw%6kJYWIv z5%3AH2>1+G0(=211HJ-Q0IPs+fHlB6U<0rT*aB<=b^yD8J-|NT0LnMO(Q)Nh2bSaj zEQbzQzCEJ(yZLXmY$svp@T21mY8x=Hk*!S=^0v&6VZ%49I_Y>?;Kfkg!$)3|LNvD~ z|KpYw2Zr)X{LuEV$V5VQEDL$8jp!uIKsum4&Fz=&;a}Y-LHtm=`0vCIZG`8L4X_HR z{njAP>mW{5L|NGWoB0oi6CB5n_7B3m50yjY`}h3+@tzTAL7_gJ4}1g>?+}pVv43?V z2l0P@c0|ANlk)!_|M&fm@;so`Gy!>Fi)i`&{SE(rQ2r^+26VTeAPAJic@=w}EJJ^*q9J)-#P z5enGj0&hSWQAg|$FW-<}04hByN%{)RgdUX~rlNofQv(>u!O`sGu+dxqt^jeM6%OJO z2NKwzFEt19X2*UE9irdH1@|%N;Uwwr;o^)S{_|M=k_wPQG@uX->VHuX8svVeffwO* zpg!q7082%N25})m<09UsLhTOZ z>i?R`n~3^BgzzSz&}ZTNAS@>0O|9cE0|ThO69fHl6MFb>%SZ$v#S0e!Qh3MyIP&c+ zTm_b zll;E#q61#43Bo%h0sc6L6dhdY6%Mk`hg?1&p`w5RV#EMti2-azOFRu`0v7_;i4bLE z3qB6OgER+ekOMj5h)BCFA}uzElwV?nOR(aygP7njXGDHtAS4}*pA#AUqY0Y72<6$G7q6=r~5@4)Xts;Is#FN z0=@SQ!QL3`p^*n9{}Rp%ZRk{vg6(|1@t<5MxYaIQ8Rj&WL(uj@a8H z7L!2XkmFDiL@UXNXk9cxPc3=ebK!t%c&|Wv-gE{B8jq49!g2m4952FZn0^UI5cnEc z-fP78mFy?s`4Hime+VBAHv~Z8PyQr4KO#KK58-uC3;|I1Q$GoR9uc1PhwyZ$h5#r$ z`A@GJcU$gAxA|x$_7)9vGrKNB=J84?Fu$e!Xf+bZU z!=FW@unFt$d#@gQO)8#)*`M zqao+WG=MZT%4mc`DeXk4fbtv*hK34FtBIk)5s!=11pguXq4+V6C*j)8z+im@upite zwBtM9kI-Qv6!$SjRAYyZ2vA^01keWqT*pF8-m$nSkT<;7bBC^8goz&ChdwZv)+sXD z_r7`t-|z9j#6V}ki)e}nZ?JQ9T%C>nRSvp`l>1<3%jGyePQV4K1u94da9e+g5B|%v z;%_%FQUD!V59oxs56GY@+=BwDZx85*xepwef3X$tjrvDX;L`_+1JNd=s5m4l4n&(E zQB*{e3jakM{SV?Oe-<_N zi5O~pSA+dKHE2N13Q$9cRI>u9SpjMYAvM^)Q^ScEbNr&}#BWuh166)#M1g*L2vvS) zK$RbwF*paRPW(g_Ct?8dt2(^jsKWs22+@fGS9THV2+@H$LUdzr4%FfO19hCB;D4i% z;7661KxGP0X^d2v0;x;^DvcqP1b?EE6XfV`)e`-n77M85#vlsp*+Hn~#sF%$F^s`E zP)qbr)N&%mPmq28&rOu@e`lhE|9cZ9{Lh#u;eXCV3IDSuO8B2QQNsT_CQA6XiT-V( zf1BvvCi=ID{%xXvo9N#r`tO-2RN~O^?Z^CthF3qHLqoXVygLL#vmei)Vcd`BM?c+u zYl?q37f1E`wW6d41*5`$GKfPV{9%+D4h?0+Aysh1IP@xFV%8opb!?BgiuIca;m3PO z`glnH!!eWtvL~VGE)*0DRCF|S6jZbzFT^~e-*-L7Dqxy0E5vl73u5}i9K=V5c#&;~ zcm)81oda{;Wh8XKnk*5M?=FZRD>?s@yMJ&04>tG@>!|*0{U3Dy|4Zxtp!5nI@BiNZ@dgJu zgo=ao8GgTZ2P#7)tLx4VE)F+b>9if3&FECEuDiN9n@oi2a z*t&3u)4yhcsQ)YbJp|4JIvnMvcK!Zt^0yroOTyd;EEpS8=?G*md2po7!jIQ4q8zVN zL_J>bhjzS<5B+$(9HJh;k#&Izj;s&-aHP$P!;y8v0FGQA3w4lC9dU&t>j~sgL3QN; z99dtY;mA4zt-XcnOFA4G|127^PC&LVuc}IS*1^ry(an{^)XM%Wor$Zfvz4ivt2v#y zr>nWWiK5@M>v17{^`%wfBgs6-@*Rf^-pEcOPLnrF*C;;H@!_eSRT>|Yt z9Qo%HAiKwgY#g$0$hIN7hHM(LXE<_XO$5~i$esbD05ZTyII`UZLuD8RfD&*Tj;ue_ z0Gi|bbYOo5a25b9holEE02q(&GlM+~fEB<7Up00Dp? zKnNfV5CL2OTm*;$E&;^g$odPt*^>ZBLVqp-APtZK$O7a5@&E;ZBH#)@37`y60jL7h zpf$7r4S*)#DnJXM4bTDT0`vg-aAZ4i4PXc`0vH2K0H%QJ05gC&;0C|~j%-h?0M-B- zfGxldU=MHrIKqGJyItVOcE=6i4)6eE9bz2AHor!{1dx7IwJU|$KN+(EA;Vr&H~#1 zc>Is{q(5k&!ujWWsI_K3-haOyLWyjt#gEVb*}m|^&-YlA$krW)@_424zp#fqAZp+y z(E&kG8ssknI4O}{)$h0O&s})p=ehmx1k$tmN9p4{j<@;5&-3&9^ZnxP;~=eHk`n3R zeV6 zSg#qPsw|6#Lkambc=B>m>cE#X!m<@P|g+r{oEF-0xHj<;t{eSGBnn)I|R6c;W#&hY1i1TO=8yP<1v z+pv0+mws6f&gsnSNMESnxDfUJoNw&XYvrc56?SbOXvt6MRa~nO?cQncjb(e(gnrJh z0d{0CsvCP+H|$HaozrNazqWCPu|4T_ahqS+oDEYZMg6yFg1m)vo&+e9jIS43sEKkv z@OQlJ{>oYF>@}+D0u6lhH&oi>7sqfe3sSx~s7_s|Qhtg1>Wu1%*Z^mfkGoCDS#QoY zI@>wNoDjqry?oVQ-HM$w%I;N5L>C9&%Muov-iv zSkYroBs`{z^NVgGcCO|kU+}Z@cZ?T!jINE9H(x)j0_*cg<@sV?OOEoKhiw zofi*>{u0~z!wJvF! z?tU)wZy5qi8r`Q93LD5=XPec9L(`lGH)IIfAJTrpwJ)xHnIbG`8MT@bk-z!)Oc%*3 z-3IEGSSH@e*Q4AiXDv@?cG7xZm%7QHM8~4@6zlNeGswa)PNEN9s4_^+(_H2?*_EPy zlviT0<9L594vnjBWT!9Ma&hT>Jj>3)ByJp6kW5p~*WI}ytT6Pm9b+`1GSeriQ}S^e z+qHw2c&^+qz**zaBAFu1=l-hG9X^OBIK@vTHaX(#ed7_w#Fk1ZMrHpw$GU*7vcL>< znY*Q$FA|^m$D!I}@!#lAY1(bO7CS@ENi5e9bW?EVMkvGQ*2+_&y8%aqaVJIB^lo?L zJs_(N&@&ytzb1&grYpwAZl;6r!h32Vu~}9|C0r?RyG8w(DSwSxTUYF}BEmS)Hp#CP znC6eQ+B&j*CNP*}@z&fY>*kuixLmMbwyUHNqF@+LKQ{_1=6~^}fE(vLO)tU!v!S7Cz`S9V+JWy)Sc4&5toJgJbtfF|jm7F{(5Jn`^x-53aLTwy|vLm+gu;$sLOR zZ0agyep}Da-TL@DA8C~S4*+LCn7?~%Yi%?NWv3W_8mh|yvqKsaX;8pW;9U=wMa#+x z1jeBo@?TiKC_(^sFi`tqfkqby?*?#*T5$Q?dH!wp%)ayA;e#)>g*ZHVolXq+!T5oQ z>*OfeVH4)@I9_JOFq@-}J0NrLj?v@|9jhq=I~uVr;XE4dSG8v&RDo52^w~xOKoZyF@CIl{>R&n z+$$W?>=vUan}Kt6F+zEX&k|-L$1Vs1>o~xC9G1{3tQU`KW04ICtV;^K>*3N0gOZEt z(8uqm%ZfoC@DdEk!D}MZKJ`Y&mA7~N@uAMn`IhZto@oo6l5Ll8uM9&k260684OWKa zto>U72bp+nGJWBSnLr>=?}fOwM{&#X`?sBcbZ)CnEXNP9FQEY7m4HnMCr#cCi8DNY zPVk{C{W#bD3K}CeD6qaz;9U=wuvU@lMKE93xf9nQR{{#-;vEmo{P`W>Jx@1bIKgHe z1-Mj#LCCZKCAZgiT=+`PgE&O#n8CubE{;UsDPxBgrX=j_VtGdyT8hi9F_A`bfDUxK z$t~x8Z1^!BA|5G9urZEeF9FE19div>yN;OSbwRSmm<*N-|Pl~BoR@Jzdzl?H*%?pRWX$nFwE6h)XMH?->XCx5>SPbxb5@Q-Q`@v|lnLvE zXpKP|6j&z|c-OkNf zf)YjGMe-GgaIg{%4!A9@BWV`YcCos%3c|-NCyPM`A9^b+fuN3WML|Zql-y3%BB<*4 z8*Dt}qE9w`dVg@)`G+ zhFrfW@UDkT>#3Kgo&PiY!Kaf96$q#>k1n2%c~M7lFC)+K%TZCH!2w6qo9Oxyy9gpM zxi(w}b)Y71TQ|aNB2-Jdw!~YLe-bkk+m06(lU3jV$c!HghhO( zZ3kU)QtN>`i_xdSUans|x3SuFK!Je=mn#$eh^08OV3e#lBRGea5)RA5hf)#+c~NH3 z;)R#oxctX|SO;WVcSGj=Qd?Qv-~-ze$4o2ZfA)Y8-~CK+@aQHr@s~<&Cc|4nUIJqM zN>YH>IBSxeF0is*$+moQg^2G}<7iNzL4hhLFyP>l*cdjsBu2C1f=$LWN0g7kHAZ?yB-}F(3{1h)GiRj9@~C^>!=$JZQuC(ldLa&tTT$5 zyc}kAdD-B&F5IeQJt`$>mS8|pNfe0Y^!$dO=6dwdG?rQ?3Jf^7EMV!DC_s|;#6AoW zU?^_fj?X?Xm;H=uFIqU~^FMO_@W3)R&H$(DnbHnlb@7u*(#_#Ql#_sSNk$AHwtR5g zQMY{4+Gqo0^DtxOE#iexfFiah**L>U!ZgLMl(2DJI@c=z=`$g$XPZP|HvVpooFO- z8jF`E_N*W*H9O5t+n_-|KE3UP11!hmMT3hKfk512@yW*vK&0|8CK)Fr%{FX9>(g`7 zSZh5fF!10~0uu4TmaOIkuDGO%bmA@|s249zOc) zg$KScu?T5)_QVOv3X9onQ?V?mk&{zmnw+xhl}NS0_r6E@HqXi~ zcb!Q;J12X>;b9IZtI&;H61wy9@x^YozNvicdlMSHt)~}1Xx_!w z&A;@9p~QgWQ4T^7<%sjPuvZfJjgPmFQDc2NNX;qMZiz**i3qar7JzdM2w1|Sz{z0! z7JieT#X%p7S@wiuMqhLGlAJS`G8sOMyOl#aSJ%_V(V#$s0@YAp-NB`#pbQ<{C~?H5 zCL`%D9KXY{TER=3f?{QF$-<7aezx?+yO7ASe`k`?vW=r!3J@C9y5G)Yes@V}_%JUN zbth7})K|kn(~&fGe6zyIJ%~!gl2$uFqkV${>kS3g8C(_#NlZ%D79Gh?E^H4q#e9-U zB#F!xFP^&Jnc;JkwJN@$)ldQI%sNbPU`yN=k5z?CfVbt zaES#79##C2$OYffX};@kdSe0oM1gg-HzWl*33{ob7?S)V6lY8FM~IvlM2qLo+~=I; zXQpHcmyQv($<33rZXDH908>~qNsC^4YtE)8I?ug~VO&ZP*-pueORgPAyk$Rk8C;5+br|NTgyULGk&AaaVqxA6%g?{^`s5S3o_iJdz$6>GwZINq z$j#F@YNCK=yB$^$i+Oq0Tb+BJ*YWBbRK0|eOp2dJWi0EwiU_k$3Sg|O3LG`9tZ`9; z0&ANB>kKYskJ@hDi}4l`yREoT2bt%l%-H{YXTic@mb)xi-fVj~S5wc{4%V+o$2vX* zVH{*_w*~Ipb(Sof-?`_P-RIvdSw*jiJZ?2f>0b@b7ap_mQmP~68(qEkD6r1pQuLNd zVXiz(CI;Og?0D|wX?vg5K7W43_vTyqL3UF)E_cSoteb6Each3^LZTmSsYYanB|GZ} zOBYZ7;1@H`ykTYSyc?FNaE|)ejtQDdOzMrJL4gJZdZfU*gG+3)QIvzDv58`iI$nNl z(LP^pU)r(Q_pLH9;$A*3mtig~hlG#oTON%%KCm8X-=a7##eH+7Qi%c=LD%Bh2Y$(V z{LLni6wg+C+KB|<&E?n)9=?v0Z*=wEqrf_ZOUdw<1moGx%w>yD{$X+H;!dmJ65B;4>QCrRPVw#BpNe(q9h z{^B?T3r~tXd2yBM%3m7co>)!2edYu{x7!UhjaNNc5$c&-(5u40Gzb!Xw~lDW)pPx` z*RJaR$Z1VI{WKFWGc@1xlTO|o>G^k?mHCO~^wdmOY6eO-OA}$$+qBwyly0VT)=pM? zck)S*&Sk7Lq38s?$y{#}G#^Nsp^Ar?+E8Y{<%c zWWGUNv^$cg#Yti{~o^zzr{4eH}q{mxw` zC2?ZRHB?rh9t1u^612lk7ltZ)=fv;Ld*q20E6PyV%gxx-s#(ttGI?V00yL#ECGL+& zQA=3OPS5KU4|A!gk%{8wh{_Z4bQT1bM~P#| zMQ?Pjlr#Wmz|o9lUTOL+(Piiibz+?BO;MaRl;l@_(oxKpN@49&7if^w+-^eLijloMsZzEjidwN+OKI`01C4ViynXb5)v;8c;O5I(nU=?#trYGeFQaq16xz))pN}#~VKVF*s=-y-+?x**sZdA74 zbI(1uWXTeC!9Vn{Bqyotb8ZdfiTGVN=o5Ftc2% zAhLEuax?Ve#fyLZ;~(o}F1h3qWu}w@3Q2sv_10TZpslU#10VQ6T8>^-mQTNg4Ab|| zfBut}8*aGaq)C(LYWno)AXg@nDHciH<$`GZxzkQNz4+pbU0q#V#h*rGW&-bj|NCEf z;RU{=lcuI7u2LL?T>I^}pQ5CJ#pj=Yo)xvXw{N%Ic1q7T-+c3qJMLJvY*}k->ybwu zIez?jhG0s1A=4-n3VJz>$BrG#B>Cx?XP&wJ_S^ZAKMyPA+HPf**#VEt5X^@)s4|Czp{74&Lhgogi0th zCG!x$Hc3)>Q9+8i#v^XgkrKQ7G^nk4v+>pz8(3Rz*fMc!Jb9zmF(YQ5|FhB!ca@Ou zqF|Ke&vd#56Oq5V1BA|db_;9*x>2xb$nX)5U6tE(W5oEnkisyGoTxfdnF!r5x=*&< zc3TBLg#*3^M=rYPB83m#-t3>V&N}Ox-~1+AjB;VLuYh!h>(Ms+DVgMxu5{q<-O_uqd%-#_%wLrMX&aQ?jSzWWY3=pZE#pXMs)me1#n zI#}iUz4zYx;fEjIYp=cNicYS-{`yl+IYm3v3$MKL%Fli7bF9Kpn{x$je!cL*3opL- z;*(A~>86`*GOxqt=H}o2_P2)|a!7yQj+*=L|7S(;K&m)GNS_@q34ilbkNJA@lEqHe z%|zB9WJf$*C=2enT?qrVULEq(CMrX)lK+q*zRQUU8Mk1QKgf5*x5qF0t=49fT94X) z^jA(Aef;Eo~xy?XHV-xzkz@hwN}-@4_NrS`Vb*MDup`+qWc+bsqo zS;ygENrt)lBlIZf5p_BC5?iGFXvxwApSa8^OE7934|cEGF;vNl{EC!c&WCmV0PG0TCkq`?_yobl+RkLvvO<)`ebQl67@&pr3X8*k)%uSfm<+ie$r zK6}E!;a(poZ!o%qEhoxkc*$6t@HAUNCTFAn*>~HKPyHl!$)_plL(-C-XhUXoG@d~e z4vjO^F{ctz=d-UaKK~c>qGg(SQ8AnYz+%0CAfr6;$RkE|mCTXEY0N2`=fII z`m4SPlzmqAkk1DmcmOt#m(#uX-pe_%vv!VDe$PGkz#Bqm5S#|vZ@;~g_k zeG=MQnG$|5VHpoWSawQdqp+)C4OLyDjys|y6p>c$Io6UAfr7jOEwQ3tK|vdsR8m7} z$YVnJFxX!V2z<&(*(wEgS$ua^7?SBj5>-U_)03#zDkUNAc-V`*+p)dG6(2X#ko8fb z(e?er{Eym@1WdNO*N#I@Jfi)Zr;h%^|BiX|y2%S381v@s{$syv{n6>|=X|nh@0~Im zjCFnTp(j>d2ZmF)CQuOaVN(|kWb(IN3YwW5-w@Uq`EB1gW%A#DS{ORUWBy(;JtpbE zNn%VF2O|W0w53hL@!RnJ%%mv{m;U(o#Rngk8pTYIm0+fW3}viIwH(SQ={D2d#lGSb z6&0WCPXm``D=JXKwpOXOt&Q;44%ZM4x(e)5xF{_>Xx9B=^K99$mX(*|)E&S>b+p|l)6d^l{*qD717fjy7H z4h{$|iSPOKGoSekTGx+$^rM`E_~)H>p3XmQv_agaf!c^cA0U8Vzx1Uqfs*M z%5C-X?yG*$@HvSt5O4#qNp2RmSYB&P3AHHezyt%A*rq);L5|$Tn49fppZID)rwle{ z&&o9MF9xY3qmOXT321`!c!2|oEhrX{ROE+%*iAHt0CRv#rPGw#VEmB1cO7x&vBR!9 zXXHPBxZyjuO^hDg=)vy~zTw>Fi#{12wY$B`X606260B9v^pu)CNkq?_ptA6)R&?G8)O$AqHW{$Kz47lOIs)GM#NLL0t^6zB?QrfeoWooe(r2iE`i$3JqywD;eC ze_j=^hse=1fG?|jOSA_D)#1QL#XGh0C=Qw)4CvEXc}5PsDSVpOUfO;wk9`7pyvFE? zxqa+oAH!6|IWIZxG61SWDB$vmJg&3S_a7&`z4U~xcxNaX6{(G{mHuhEQi5|8-|&#M=?w9^57DCuu3j1uwUYM>C4h@v^o?b~iW>X?tTUvT`;-(4{2*=si`-8bg#-wnCvySeXwuI;psW%t}6 z95ITd7gh{tyI$zw1xe~4LVUQ{Qqrx;18++*4CP=T6ZcFXzefDBMz(Kq*Oh}$JhUjB zs53G`Zg=x>fubEfb>BL5`jW3-m&L8U2S%5Bt3^L~d* zhw2A7s(?Yyygu*SH%RGlsum)%uA>9?OEQ+>kSK-B3BrsqG-n;JwM>Daa*O4VOqX|S zP96)K=7W+S6}bymKEx~07EK|57NA|QbEG5}ftEsSBZqr??a+4mQNyn|-TT*%C%k>< z80k zQR^|uj*bSDDTQVDV;IVqIcA65@U`|Id=3TiVu?S6G4``PGm9t<=KcIn#rqyh%1!b> zi#aah9Z~(Ee4=^K;SD)w6Y>e$#V4#H4b;4#T#T{9z)68UN_W9$ce;zyjeNM;y$)3<_TJdf+PE z#tgx=y3hF@O#+v*Qmiq6CZp5UGnXV6LGRH-%sIM(A3&1i}JXTmqlV>%kb-6n)G+(iQOu zL_$OKmHH>33D3xD40VB0+u)#K17CghRqaZ@(bt&bxIt}WP2wjLHA@3D9=w4dFAvG? zyYCK38IHFC4*;Lv`qsC2wead<^7;hU@u+imtC^W>VF*)RaNf@nKca9^n5Xn>9oJA* zSHz(!?*>DdS>f;)6RC-&5~;JmeUYTOK`F#jELWi9WEtN@w<*fDAd<&U0lsI0u_Jcb ze)QKqy}>WOGU1VHCcSg}#&d5Q{m_qx{p9S{Ge0qM*X`YLqa*=PVCTwS2F{v}V+RnE zh#jf)fOe6*X^Cc3#QjA7$WJ&9;bH~;CSGxw;wU9j(r!BU zm_ffdE9bSAP)sH}si*$stzPPw`{kd@_K`SrJeop_w?y@aaaU$Q&M}L#6I9^ZZMWSx zXRpF#DCeSkQaJ*ia<(g*jdKJ#RE?-RbzkufdOaGzTWSC7QoR;#j>)55WD{~uON<+Q zuPhZ`f>~+?;a7lI7X%6ezHE3p0mRvs>{7)Vvtk7Z{)C6pIdByXI8k;<;Q+{>+33-u zIp=%yjA^x|_NI)FZsW8#sep^D%9o=?jnWQjtlz)<^2^#4=)j+#D%i)LaMP7<3owLV z0emzEuZK-G*+d~p$px&a*AWNb7#k7%<~Ndq?|C^f88nQ%QJ@c>U;gr!4RLfK{K;aO z43_Rg4?R?=4cg*bl%5{VbQN3$53Zz>=Pj`UDTio!)_cmAI$M^^uc#on-4KEI9Ag29 z|M|~SWLhF0V4ifpz& z*?h^p<7fOS_vlZXFFo1&?4j{)@3%&dK&RP+@{4*~FU< zIrZ?ipPeO}LIm?3;g4Cj`dR1c*XDft`T|Tiiq4GdRB!B2DAAq6uK4R;|Ee4WEEV6Q zI@E2(6K^oZh)&8Rs>&bh4HBrD8q71Gn@V?-xg0Fe27HfIhcfy)%jwmy$L!(`VXXi_G z_B1Qv67Y!jT*&vw9CHkfVVqGH=%M;nLmZu$E*S!%AK*=fM-dHBfbe}fKGNJWqya-r zeNL2}*R}AgVyoT==8ScIv&}Z+O*v!64Ae3@sJ!@-quVVoGDJ_rsrmbUhf8)`)8dYq z=Uj!wqXj?Vuz;2gF|_6xui=IAdY5z+L=B2Q5?&H3@G|Mtjk4|j)|+pG2BQ%3*k zJ7Zt`)h5OJCOq}aVZZxE`-P{BI^nP(JG|d&YAxZlW8t_XnoD`CCB)mtJ_B=C76m5U zq?laLY>KEaszm;UaC!X0-U5~;nofQZMx%+8<~UfEsRO>EN4~G+t`Klf?j|UUuR)?( zWsYGEQCd(uBtGBH3_1DGp|^ak%kxk;^h`!Px~V!BM?bi&b^a2ZHxsU}YL5kl65Z`| zpw7$+8LIHoM;z9`=$On7=O=V$Dj@5gQTR~4Ou0GKj=Duvd}i;#VwgP)5b!0O5ppgT zZPbytr|1L>3~_SHEw^CzKyXGWiF}7X)Zns0B!^l^bUB70(m{1O$}sZDl=Kq)5}DE9 zsdB6a*>$Dbxza&5zxJ<7=HOS_==a()<|f`EaLv$-lkb23`xUl>!lmM4nttxU&fWmr<;rP_)UAxr={ItOa z8*sv)bf{m_o4TgLc=8&cXYGLl@j^A!hBY?58IUz(*HtUIDiEi(pK95dRgF}(qply^ z7A;!Z8kLLX!eF}vcq&xbtyT42edB_Fq}YumRnNHL{((ETUwGVz8_#Wf^;erL{@X^+ z{%ZVhzd7Q9lUonlw`r@*%O19qB#<3NqvSY~8$gmYBwxNz4iXCLy@9>-?Kl%S6j{V6 z3LZ8|Mu(b`m=X`vL5B;Bin>x*OCCmXWfD)FWQfE_BZs3V_i7K^Siv|047uWmCCjSlGw(+z{7bTiUUy8KnM8$l)p?U%X%dgxx z6Bvpc!<~2D$xrI4W!42&e)hAUlbs>jsx1EfCT#$#G!W zL_x?Y&=5|aI{S*7TS%zkAO>caIOO`Zv+Tz@9VqFLb4d&iPGG^oiVY~?7a2HRp(KJ#xrqldUG~#yAmW z#LAIS8>L!Oi#sXDon%=Pq!pPv@pfDxQH!O9e=B|vY!x`vRx8?L<4Jmv8lFBdn}APesvE%Num$A^v5j=VUHX-~pz^ zBq63lAU}$eF00UFdrLfzx5A>|+*z77McyyKr}~`&o#H(uAH_b{>k|C8;oaCyJm~O@ z`ndBnv;8<>|07;0wx*>j_LZ@6>b^2N&Fm$ZM|wbD#GC^Aqy4biU{5$49mus9Do|UJTDKO0KNoRQ8d(tU)5tt*-1{)NTl$J z49*D?<0@9ceNhn9wHpRpr>9WM9U*{+Zy*#)LyM|5K)yjMVla_6AHspYM2*VAkR^Sh zm*^XUlk_Wgwe4&CQlFbT96?NxTkIJkg7MPjvIKS-VZKcYe#-`E_gi znb!7Got>sxJJ;pklnh;M`=+zQtL~0(TiegEcA9E^;4OQnx2-+qjX!$9f#)vy#x)&x z{^R##nKv090gh=md&kiOLpYgsH>&2Wl6^09UsXvn$H|=|m&M`SS9t&wPvf zGTnuG+rMe;^op~~9BY@?toP5dcAjDF{ED?BG@NQ}KmX{jlq2%(AvZ!WZn69ei_lEI zBfm$5WrKJ8$`j1?=IKN(R`HxKVWaSsQKglJ04n2v5U0G%)N9TYdk8|KgXQe48 z_|mLMJH+46i1Rdn-^7;1_o&{|>(a(70h2c(yqTdcUpX?f3Luh}Oi6Q6=)pVzBke>R zbLdZW!Z}tNjil677&@S-1pf3(lL}7>s|phiLlA`?1vovF8ag+=rz_4`BYzsK*G_m9 zVXWgODoLk(o9ij`tO&W1^jfOMNja3T$CMuQtb|yD! zc4RwBdw7QDP_)r;1v=S-hNJ z8+9xLNwDg4!s;-lX%F!DyaM$?oTX5<=+GLffX$lAA(v82MRnE)cL_1oG7i7F>86{S zUtv^vRTyoIuCc;y&<=IZoG^`aW{@@9MtXVO;1Vefp)K!~$-^dF3k9Vc%sJ^Y|HeCu zo?njeY7~@8)Zjemw5St64IVP|`2EX!ZaHknZLD#l$fPLxL?#o2QC9SIm~>WZ9d*Tt z*dl>F%qO}1$-I(4nD^!plyGR0`ou#1#ECtyBFV`@DL15KIxMRB_4r`z6ZID{QS9>r$n?ZF51AL~L!F}@$m+Njc z{TOLc(K+3TnVS%7rClgZ5HqeJi=K45kjoX|3@N&;Li^XAbx~=0rU__fsErL7X`k*S z-Ib1&es!hEXl~YOd+2ue&7fvVI!^^wvv6EQfliIQ(n*>{Re0XgKY`1<mh=lXw=%(&@2_yA}uD%(>-T?x)lva3mZH{(w@O2YDC>s~a|Dmvs13=1IAQaYM=; z1`V;z$n%z!`ZHN{0=&uODd8 zwfOSd18$SrlJzBj%vX=K!M)oJQ-^m6T1c^}0) zg#aas!BAKsU8xd5htNgos?%7h45N;sz3KcF%5?(TkAABDSEr=in#1&9ZiL>TG)|@8 zdFHL70BY`tj%!{ydTR_F3}tkbG%o9Gb-n8M%2d%Nqkb`S(0=-I=sSZ?@+$SEeN}B- zbQx7$&|~8mfiBL7TcPYp-lH?m`APdzuklonNdm`gWL|a}Ql8Y45gxBT2-RViI^KM% zccVN5!RS?spq!3rh1qm+A6u0i*ewp5l=Z9CeD5d-y0 z-E4ZH{>k<>U_?LY_y9_TdZcMYT@;i^(5IeyD&dR<5z@S*j%zlsBCmnGG_vSVW^OtM zg9r+&W+vuWU5Ht!(X1&3af#xo@>YiDQkc`xb=)+6sw7QgpUDSGOQo2>Swmax&|Ii9 zPcK$GOfNyZ($6%HY2I^YZu)jfqoMw3dQcqH-V7tmaCD`&lJAuWoMYiZGh^<8nQDct zr2M|Fh!Y+Iv@7-9dUX@VNyI~SaIqL;YsC+G(Xwe99@&)d#2mnuA~YM`4$U)>enOq3 z#A97n!p`axB^&uLJX~;ugW75G$j=?pdeTv9fX1;{EX4^gBrb^RIK5JA5d*a(Cntqj z-5Bk_G2t3AxMnKC1sPE$Q~W1bxXmdYZ@!u7!et)yMTqM@ewXAX zEPG)#2ufa4DG0ZG;m_7qWAky)BpOcq>d67HBKWVuR1LlujL^mg2Ujbf>V7sGyW5^I z?4fpLgk^=@Zh%MwRB!1dwW?g>dn5fB&@toc5Jns}h^#Zw&$N)PGchP&dQPvDs|=53 zUJr6#6430XZ7@h`hD(pAELgfXos!}8%pFN)(_ zn3kqz?NI+T#4&)I?oHdE6-7;K-Z6Y*xZ?^Bn|VL!3DzfEQ`3BLg=_oxQ~fXkJ}%LS zX<*-sU;o|jEG)N5%Up}Zi_E@B+_bF@_!|%Qu9C{Ok5kuXosm7nYHo>yc)B(pz0ws`R1UoNiikt>NipQ3+3{TT7WuzBF7O z=LRcv0>(ycoB<67m*$3a+BzcVG}g|QT{6Gw0?mk~v6-P^rqXPk_M;4-5vBE74rSAH zGHJT$d>CCr%gx-hjb5nN>Q8)WGzt2B`lXe=9ok;Sd73G-nNHHorcTnd?>2ceE4^z9 zTeMN|)eDvE`a(*tPWer}1fQhzOObEVDvtmAfUNjS7npv{C^c5wxaKeG*PX-{OYmNj zA1xaHiTwv%LW1QMGC;Bq+hU*kg|STxHHEPe=)@*X8HKz{6gJV#VtFI_~V@EfJH+_}%p9UTCYfn9!MVUF6Ng9kxPkYs=cB5NbjMYUMIve>tO%pT2ZuqF( zc3Zw#npuvX7+5z%Q|wFM6!Sh%tW4`((~Wh`X<$u175ds!mnNl;`8E9pGWS$}RU+sm z+OwHVy7M(ZuOnOvtN;%0K$sIsk51S&Y zBSb?Zk^qT&Ik~?jEoPmLj+`VX&o0g{`Ns9LHv4S(+P@L`hQ6PN5W1*hSu0=|MJn93FC-I;$bV<5%}2Tw}>Kze>~ilv#fJ@$8R4>r252i zXIpKQ^Xxe`((GYnC3KUo%F*;nbo1OBhO65SFO&*pEkDer~aB|8\bM9#@#XfCgD6DH# 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

      Mj!OYG%Uqx?8RB-^?@97jKYE8LR`m# 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�P5U;Mcysgz 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%0D=> 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 HnC!9qo&ZP=fDIN#3fwH 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

      VX9L(nnLA@ z4V8sZV^Y#4jQL9sH712nV^Z4jo=~}LLRDuK&EfLIgv&~})GTQe&Rx*MrDh>qYL<4q zCtMyyxaw5hF(LDrLuMo70z$SkLN3rkE+Aw(Eo8n7LRKe5W5cGI!e%F|Gi%y}gMaE_ zommO%%-W9kgiX6l*y`+P^w6o%tk^BdoQbuJAv5v8_)>WG_ zNluykjB3h$+0!Q6ldezMFFRBA%ifOn$@)6zUsTSscCN@gYv*Fh+PRE*Ixf4ksd*z) zrsmZ)c3xx3l*=ydvDC=Y9!q7)W2wf{X1VOrt}PIm=h^~VF)v`uGwWrSc1+>Olw%5O zIlZtkWwy&MZR28*rEOe{DH|6vmNt8MX|LskYdJytO|S7QcGEv?>RhSO9b0&Z)~J56 zXoASTrtDSk7c0kQ!Gp=>{bE_BJZ74*EK?rS_KWtpFg$U_`PVKN#!ji_Uzt*o{Hw}^ zu~TaKSI#q%e^t3Kc1l(LO}XsSYWY_#Z6yDya$)S0TK<*ujO1TcE{vU0m4CBcc4@Wz zE0;Ese`D&St8ZRitI4j_WXhc2$RH=gRw$|0GQ+h7&b4ac|58o}rbOl$)H;&El+5OY z?AanyX3xfy*|TLfCmhZZS=z%nnDTIr%;topxg+yjnwu$?=FV(R7@99K<y5cg~B4-BK!W<)`43aa03}TMq zxa_*vXBBgdl*_J*eWo$T$a2|rvClr{7+Ej7F7_G893$Ih*Tp_dnPb>xu4{+9{;wbM zy4C=>w$HhC;ObgtP-li~`-uPJ`-l`}X0ShYB{M_i%PjDf)C}>PG_y5B<~Hf&GsBhC z4Dp*Zvo%BJHtFRv!xYl&MmJ_b!g#W!c;UB$%;=j@T$bZ$@ zDD|qdQR-D^qx@H$jZ&{V8>L=#Hp+js*{F!kHPE>-$VQFoCy6G|uUdZnT++XJMVbBe z(l!@MTThnh7fTztLd(X+MbnBarY+MNS4_ti0q3O*E}OPYZ(KI5Pv1_v?%B9}IR+UubP(SCFZK>&I3e;(#AtVL`V!6puN_f=yh-RjsyA*?Av8f z*_M3=bSfLF?i7P+YccBHpgo91=&wh8xvHCXS_4{R~m33{?H|l-H z0|vyHX~uA6z#$wlSLy$q?#L-bI{&ifFk01HjZt?MjbDyBeLD{B-MP;o{mEqaHq$=i zBmH?~+Ux4!@zsOkd}w|D*iDi}KG`X&e1cP&d{R>p`9!8%^65*d@<~et0@dBoJM)^3C zP&~gWo>4x&O(>qv6wfFh#}kU@HN`W^$L9&f^O)ip<>TXo;<-)njPh|Xp?EG+JfnQ< zNhn^leE3BPeYowa<9R3@Ayd5K`tYrU;ss6djP>1^P`rRCp0PdFClt?bif81Pl?lc3 znc^Awd2vGVyry_Yd0UWBJdY`!Q6J1nD4yFC vBoxnOif7cPPbL&ET0R1@d_0~& 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

      YV@=JX`nLn$WKWWD0T*ENNFqX%8o*B$$ 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 literal 0 Hc-jL100001 diff --git a/standards/pwg5100.5.pdf b/standards/pwg5100.5.pdf new file mode 100644 index 0000000000000000000000000000000000000000..536270768d39d32dfebf5b2c6ffd7062c8201581 GIT binary patch literal 2288291 zc-p+X1z42N*FQ{mBOu+KyTGywNOz~SiA|cW#-Jql(ASEGBiMUKtt3#sKgEzyKN^8b`DH z*uugz*xX7s4p37Un+H$}8UU=QN^{+U50;aoF`xl}dH7%ieh7`xbyFH35DW%FuG>k| z0C@QX_yk~C6&e9BEYYF?^6>ES^YhSPi-^!*Lme!xdC>efe_k$7OYH9w^6}GP^ZfV& zfM{+~8V78Q9~2-=q~B>EKHlGHyg<;OGy&KIey4$X|KP!QUHY8{_;WlyUNHY3G(O%x z`ttLD|KQ8d3;3fiKZNg(b|3)gkNJZ5!GF>~e4syRu0?ulwQVVrpXtb%EImY;H}Mm4I0TAP|JjE$?9Icx@^`FrA^% zfWcqG(b4V3b^w16)Lft*-%SGVwUv;UG7tvyTABhN5TGTG1;EV06a+B?nDg>N_$)1e z=4O26yduI73qAp;rJ1D}1O(wR7XSnK`GGKPH8bS{LBPCbP!S`Talv+VGj(yhF%~@7 zjEvH%GS_AX`zP~%Oq-Us6O@Kq($vk=&e7^xB2z1<>y6O7KV(#fx|v$Q>TigEA4FAm zH#?Y7gtg?kM%Z_n6VyT6+|9<(;o2(RSjg)NZe2Zn8V7efyI;PHesEHDw19Efc7>`q zIzVAG1+ANoKiBKJiIS-q)b2(i{-2CA-CW$w-Lzbw(0>;6r?6@^P;=t%#O2230|)|%re1{1T)gStT2OoZIl0R&9HAq{fz|;Od{As zl%Q^IP#0GxQ*)?{ovD>8OsMN2e=+qxW&Lgaf1A;@rr1H1O`T`}z-wc0Gc`#&Q&-m? zH1H3aB5bAkuieRY5tjMBJ>OT?1?q4!B5ZwbQ1W9%f09+8UT%s|ZyK<`Zvp~=eE$)U zTayL=f$2KT=K*0BhvwS90e}FQ#=ugT&T`Ax*uka@OYKbEpi)rtn+;WhI#{_`-@xFz z^w$hr-CUri_ShJ5;qSEll?Xj=`A->pCRW$z<_|t5mhuRs6D2Myjn8w78B~Vn2TEzu z8_0zf-sJ(>j}fyKYe$d znx_UAo}S*`i^mJc&Bxw3JI5|?G$?KIZSV}Ok1+ycG4gxa;g>0OTUR!pNUE&6;lzch zZ7#Rd#>WN4o8~ja$@aj zFSaX_%MB7JiXL{VG)BxDamF1|NuuP}c5}p$E7^J&A7mdWWzRKg02-g`cy!h`(pR;V zoHq3&K09YyE_N$4AN7?ans`{xGGB4XePO=Wi1Why5X48N^^!csM~1lntU2`aaiWno zTuziqej$Z*s;;)*(+`_TE?bZH41CK7&uT@sUViBI6#^UY&F`^)6xysa+JL;>y;RWM z%_jo8&e)yj0c4d^WiCHeJHCn<4~d@mw7g%_L}4zK*P`(8AYzkFNB6~LM34~?OFPR* zttyu*O%cZ{`9O5rpQokqU! zZs+&1q<*^@vY?)`e)g{j7PG+VyK!=Li|@VTDwVj~J^K@TC7vs?$yj#m6p&w#zM;s8 zu3jd*ti%+oK_2lCDtj1QeL2FL+q^gRN~w$bGul&xw+~JeqZ;)hbHNq{@1OU7KDOFj z4$&zcV--wRCGEM0mc>vYG-3O^tt#%x{&r5i zB>Qilqw>T{^zL1Wm&I0z?B?NQn~{SK1%m}Gu(C_rk3f5A2EMYK_Yd?0?$@;X3=T0S zK6}QxMeC0@*3>8@5VtE%z%fAARrM7@=#`*Z^5k}{F11--zZWCta*{50KH)O}UA=*> zLx#?~POdO3loTdE*4)Qb6QSQi!gvwe;WmSi%4?TC7LB1Go;yz8Cp#ivO5(ZfP$!Sxq;X@xSRUs|ma|`+)EDup;kG5%`Z6;FfWONpsy) zOY4RaJb8Ere-E~9QqDcNoOLJRY8Za=?FbeE;M?|K$GZ z0r(NQTxTKw_+n+Kg^j6%qZe%a>v|AuIRs$SzOIsVadi57jfUgRqVoI`?|k1#*Bgqs zgM*{nO;7~>5gz;&WBgPUgYO~VPf-CdZ-3L==-0-eKb7Z(!8L1lGq)Q8><$?ftVL2d#hYQ5VF94$f1-O799@uVN&qKn|#R3)}e4ilC4M`5R z0oRkb*)!n3g1VpD`p1L>{@=*R4}rkWu`t0Pe7rF2hn-frU?(Jg0a(<^#{~q#Li_)f zh`fIj5%`CQ;6FvYR(2__|79tD-7GCw#C%f&V{hZ)>LzJz>O#W{{1JfPl&%l-*xWic7H-zp z*aTjm(P?=3`G4#a?9dJiP60I6=hmC&M#k$_*QM+9`r(Hy?av4M*TV15KOJDk^yk9^ zTVI$hyXJKL2*9)z`}*sK007Vkz}jDzZ~F0k7wLK|Fie1J`gQ$H#~=>*h%LmgMp1+_{O5(fx91@Op7XL>`0{E^msry3+egOX;2<7|hOo9I&fllC0 z(D4cUM%W85 z?`ruMYytkNalHROVG9;saPq=}-=7{2^cQUXVjKPkPxn8e>hJc0@BbTA0sf6D{@-`) zKNj@=t`xr*;9rsR>rnr$`KdNP_4_XaeE;ylU~;W$zotKZ$4~$99~X54%b!*M;rvr) z|2rl8OT_Z09)kZGn?U$~jZGXZpk6nj$7_c4CI0gJk;>^KL;Yu?fstVGs`SfmzLr}2oO3w`=UMhw>m zr;3BQe>Rt$eg5m>j#`9h{^)`-4%4>4j`IRmsM5>yTK!MbnAD<$GdarW8yxT(|#`x-k^!#xl z_%34WW8Ar1mD^fR^8J(8-<@cyT=ol0ytd0I2`E$;O*Qrnq_(m-+Nzt;$0C`8Fh|*Q?iWAdtYS_;%-W5g9tERIYV*)>8V2yeQfzY6%gm zzO^}%~H7rYN<@h19|4<4v%wuP!VxP&#RJyei+6JsCSm8A3P39}<*vnUVhxDh9z!AJ58TuD6J?Rm#hx zc?a={k;4vqS4n=~7!#l4!$T|iR+nTRHC@b^y2%zK#YM5*PfTFV6#Jt0n*EfF<^YBE zxA&;Xj>YC66s1}GEl0t|?XjK$)ibfjDa^pJZ*l5%7HoyF2l3#TMlEpDXhX~JREw8h ziaVz9+6eS*_7i@9-fPF_0>vR1>Jic%!GOD&?D2Pegd5-KZr3|SW7CKWX7)YM$^Q!V zLD$JpUh)6%8K1A@ z_l<`p@dS{|ghwID!>BW^o(LrI)v;vX(_k`E7mwt`W6bP5-)IORRA_Ff5VQU$)P@-+ zg*lRn+ydGktr6`YhSqc%MM|nG^Ne7TQz2Sc2hU#i+3Rk~tcnNlo*xB!8ptE#vsg7zh+1#%@Q=@^HH)LCxhMz72nI0Xci$4hTv)cs}Aue~wKyKb0PX zGd;`QPc-&q>sPA3+~x4_{1-L^@)sMDdAHGl z9DuidNyL%Rfz;oBbqk+1zPamSL5s`nSI+Q&y8 zaA!q2QC`}0w6pl|pHpZ(Yzp+n$y5S70jM^nI0yFtiFkFKzN3oUJvu-)G$%Nzs*EGv} zo?s=yfF*UO#V=pH3c6Y7ZEEx<_-oaU$du`_Bwy!uAQcDS6)>b4-d=^qe0tHue7P$q zb$orFAVk5OHUiHPE zM9^rGgV?$TYjdKe|IOJ$|Iy7NO8+~OuecXcKDE40X~`G>hcz`gk>qubXUw)S->XA$ z-!jLPR!mjtZ+P}YDBv|$-2~M{3f=ysn;rP4G2%T6-RSdHA zn$yV8MXGOhgPI_IVvS%||+fues z74`TfkqO+!(WCRfUYqj#JOhG(eE)(V@P7@#?_>PMjjPUy;WeM@48|!yXLfLdz<5-JKS`lvuk2+G-k5P3_}oO7^?+^yz1A>N&#!Mn_wL6+&=4wrmgh)Ro_p$bmj zj7}F#SMlx3I(SbRtvX!ckIdbHYHD4`)$jW#Fl?JFS{L0Jq>&4wjv$N<0Z8OsQWZ?7 z0)(ZZ8&rkoXrg`fHEM&94VMM7bU(x?$@4?G_)Ig6y}(=N=pK8JFSo^f7b$7JVt0YM z0nZ+DmcN%K*anX?J*Rm1^jXM;nndixvRa)}1Pd4cJMLZXq%=Gp>Mv=pWEYqib2P}Z ziwA;62QwhFG4!l?PaetB`+9)WUW{h4a&}O72be~VmB|Y;mEIar2@w?e;yLubDc?2P zYIv3dzUuiH+b0N}rI<(QhO*K8`|^@%q567oqtRu3cY52$j}u2FuS;H3zn%=huzR89 zUM_;{^o>x=dxRk{=9ofR3i)G2E}7%NXy~0Zn>I3=7p``S$qDACcRr-{1+YEp$lQ?4v5O=3nr;8wm z$RT$&2xC6Dutz@bvE1x!csyaEV1^3y0$LVVOt=+ee!feQwve*X&cn3()^FpbC$mC- z_}J1@u5E<9kz423-g#3>n8qlmt?Ryz(oWO@WXU4XC^0E< z0{AldSSqRqTe#8TTf6NerAaK9S>BA6)Gkp(Hd;Gk)}zGD;Cho7V>%3+?57nMoPb~2{VidHoe4~+n~5>Zr2Ma(onkXKO9-) zH4q;YG3Klev~^l;p=57mnaMnW_I+a54$UXkV}6A6n4FWI!F?QoiFB4{CvlJzyD4Se zT_z0|cf~v)UH#;Wfa}&HKjE467}e$JD!L8d1E#I{>7yLl^$}1motpR(2~~U+h_Se} zD4~~2ryjXkM;eLm9njpK>C_k=1uo9rtK;t&<^2bvkbhy6@4vt(?_b^IfC@bTuW60_ z3{AuA!jC2h30>b=EYibDwT+fx7#OCcW=ZGgKSwKU_kgaZpVsxcN8^hZFYbWXW&Hh& z5Gd}(K90Qa45%GP}Zrbno;W)x6NLc#@JT zHzWMq=9y2bhgQI?_%xGCrRKtn!BO(|84so+_5IGzR0=UH^_~u~zoM+NJl%%Vt{1*?%Sn zn&asEB3D4lCb7C+XdB9kO!|mmS0Pl`OiF^XR>V3((x?2hde6sVH$rHIQX@k81F+z^ zTGgqV%TxXM)fK+uQ&yw8@*M#qy9A1}+mo5qO9fX{Z}iCugW1rjvYJ2AJSL#5M{l9B@B10=x-hnWo%#mGsrs@JQSV*VF`@4leem&{P~0tkSS+ zdn50+Hr`PhAsLHsnqYs~DM0oTpSFg}4f|kv_(^o?YpIMZv)2rWmM;q5eAqguFi~h| zyT4cd`17p@DT|$T=VAl=%p&rU(KbP`nDQw@NJixu+g`a4j69=5>% z;J<(h`Y(XW|9^0%uz0q4P3J_ez@y^Ml|H(2fRi<&7LLy<0kLGQ0?5>pzQ1(`{3syn zkqm{dv}5;*z`=r-%UD!ytZIhiQBHU~&8sJeb?0L^;?MXI3gAiBQyxGd;ct2an-TL0 z`r8pPu`#0ZVzJn|y%E0Agyr+O)7R#ZNndi{XlRjTCX1*7$fboMEGOMxsF$8=6E>{8 z)eb=UjGvS%5I}~Bg7UUh_pp}bql?>OPY8671$)xGeL66dY&VHb!4H2$;eAhNZDelb zh}rA=pn>ViP`yNxia{CzH$`v@;TK3p87gxD{W5-yA9haF#RGKftl?*p<8@n=M($?a zlSNu^FF8M{n=dZdcY_1)j)XBlqdItOMiidob@R7*(i}@U!Od7+X4pATjfl9!H=3emF0^+vUmX?F{q+7ndWkUmZbiP68iH|O6NfJ>_SXm9B47WzT|FyN?o&~5U~S`t4kx+ zRj))DlT5`r;zlfTqgb~t(Nc)J;R>NYBgjU7SHHUdQC$ngFau}-Sr|ztf9)OC>M$trJ_;m4Ob}? z_AyF;^}plt=UtTmAMd|# z3H~o|`M0~O#JhJK=ftq)57-^-0zNr0?6~g44?XVTC@JG(v+H|e!64e2n0c2-vWQDq zj)y9Cb;U<`{!ukf^vdE#&Ru#5xX1V$7FSk2P3QYxzkUr`->DPb5kWGkWlXHX;UPSH z1dkIx^JVa2^WH)Tbl=ApP8c8em~gz7|KS)33NX=&*8RBv_2 z;BYd*3YmB5+*`Y?l?}D%SH<0xQxc{n?}Oc~4=#l#jj<0D?kk}uhe_e#E{jXjKZ!<{ z?n#;j;*OamW<{-SI@x!x_c1w{$;eO=pmfI%2q>XTR<64?m@4&RLr&~o2dR_g1P-sO9NPf*R`n$=xs ztJiqHAJ1-2`o1(bH!$I}RZ1n;JH0|6{QW^*Cr$t2)X2ms&%N>TJ3?mw_5l1~(OCep(ai;To4PiBK+sW_*=e)ZkP!Q=I zeaHRsIa{;T7U2p115x$C_nc9Kz9j?f(&SG10DtOTx0mKK6_7D9+h}hK^)JUmrNes# zq=QdAx@}4k3CboKKQ*X-NMj}rl&dq)EeduY)$JK1$xc{Z|JokU!2nvp5aM^U4sqs@ zb?1&>dk#l;|912jwY!gG#odnw6DJ0qpuB;h-{`9eWe(lRTt=Zb;n_yN)LXxvnFj~; zGaMwXkAvmTv|4W4UtE6R$Q0SQ_5|7DKB879Ee>Os=O+r#*qm_;*xL1FB&PFMm5`q)vzZj0r(5R&Lq9jyiJ#BA$P-w@& zrAlOoim;tDrEPCLCdN?3)?%N*j3=s0D&kbWsTl?KXI#v~$0b|GWKq<}k(z~>2 z$L@1&O`lDw%a;nikc@J(O?UghVd0{%K*kbn2;N3sE@gryN8ZZkQR+9EbXL6k1Qwk= zp>2F7*OTUXFL<@;{sU`jDt2JQlWfS!!`tJ$0U!9L^jv%e6o!kOoSppy(xc#GJ-og7 zsTg(iT(Y5LNEQbc;NlB#&Bgv`M-j)zMpfu^9g#0tk47s;pn#yuJi?3<@`n;y`mLe#|f_1i$9WM zOjDZ;7T*b6e|9fnEm?)GEO+5$=p=3)@wqzr{dZ&RA@ZF?W(R)Hy(T7frREb?SG7x0 zfh?=L2foJ`(hE#=%wLo8gy8dj}xID62sYz%Af8O*>=^DObBf3LUgnUgO-C@n^nFs4LJf#~W2C3Qu zb!R)hmva~>^8f{dyQ&P^*ayXUv{8$*$DhQEBQ~R#(^*-esb)G`Zg^9ro7r2rf%4-z z^TIvG$IRn1t5=DWBa@$+t4%w!r$pi}C!afVM_opS*zTkX0A_Q<7ZN3X90m6YyTR{0 zi#ot$uXLm91f_8EJ(dRd6^jeV?s$@jZdGy`r6UxVxL@ z8&JySr*r3Fj>_;7RGkEKHZIXJ8iUGBTOo(aEdkxcPAb#2=Ud4FX zx;oH(cvb`scw>D0@Vf0dp~(c#ZI7_b_b5$;PMh^=EJ%I0Yu_LZt6KXjtkGaE9ZGrD zE6##X=SAI>iTmGjNXIBecy~+K<)giZZz-^^V(yy}P#Eh18Ejb5A3gQ}mE@8-ynpD# zdKR-b2qBS<-VX`NvLaxn>R=3iP}*%vnd_c*Ow?2cX%I$H-D*b9drd$cD&VDT(n}3H zNjhK$`27{NfPZd#z~FzO_Al?p|MTNDY;H|)8cS0<*XyjR+CN!Gr(dYbH?I>VWPvo? zQcz1%cf0G?fZCE8|0-+!yC|piYe`c4=0AwcO>YuSWm8vM8txxIeixV5{D+r>@-^AT z{^otAmg4u{m;d%VZ2<58(hTte0KB|EO8^>vp6maH__swe)I#^tnjpFwY2FzMvO~gR zNDFA{qc66=N0Xim5d*?wKH_*vhyhFpW{~TxNVm4Yr*+en5|N{&3k*OiK9NAgzNOzO zW>1SQ{lbhhL$^(p=JPS_U5k4oScwvgrwcx7**=rsvVFwhIx21xKnVBG3yB|O&IPQX zDE5$O*WU?EcU^<;Nr$`7s?VeP;viG6&Bqua*>C(#0Z~y2<|e!?%S)@I;nHl8L6=wL zPvUVn9N5{NN$Nu8rx7wu2!*w~1Ivkw7Cr{>H+?a>3wXIX;y41GuP75+olHxTc2L(& z#@LQtI*P&YOez|O&bFPFLVfL%8*?pA+p{Seq4Y0XkF|!gdb|(DH9jsL53=s9p6Zvw zJ8$z&YvIy{7-zi31SlZn!XIF?>RkF8H+WC9?tF`MoPK?Jg~_*chporw1TjV()u1`{ zv2}-Rm;@6j4`oXo6O*ZWHKo^FL$4*?@&3p8v+uCI5j$I(gaR%CrZMr@jPky@4v z7<0ZIPN8MSAI-aFjxo%x2tZrm!KBi+6CC3IBT#V5icZ0~#WI!^DW3~X zYb);JDoK-WI)|Z*S)1wev%wTQ%YO8+=AY^j%VWP4%n;t9IT}q+N+G2ep$+1}2h{Ux*aF>^de{wC9~L zj4}KY%9weHV)vmRCzsMHZFq&C_?E;6C9)YCg67VeCwIr^-ib99hv#J$D!N5qN!P8% zz$Hj`Vl;-Ck9AS(1?qBxB0UPnmkstDNf}ox;we}{2N3l7^d|aWDV=|m?kcQdXIjZD znJjiJ#@?hlN}V-Df7L<|^i)&Sp*6$nI1{&ps6}v5#5lnlfBpo^K1zZcYi)a8iT9*w ztA1snr{`Ax^bAYfm^B4GZ?xs8U5OckalwOG(q3O~O3Or%yo^lO)OGycQ+a?|6aiss zHX)-~tuFgyIMZJ7iMT#AY@4I8PYR;1lEmneU7GAZ_M~Wa@gw7D)o!xh4aZ0Gkaho&3`UI)Ho+hIL+i^aKF!WfyCyLv5=Uett8LSV(NY}LZx=E2C7eiP zGry?9_SXz#jVO;a0){p&g~b;NnxI@gAR2qZ51n1H9yL^SS7d|%d#A$5!*hoa| zy_bHxs-qjR*0okYeC&nnC*7sMI%xtov4pYk!QicI7F52*El)JurHh>^j|mMbpd%3U zAVG_Mk4-u0C^=)9<5QjydN<_McDTi8J84ECG+h?@5b<8O%OEJ_slGd#)$?2N+2Tzu zkBSVUm9)1nj5{@<7$Y@^4;yj!C~mV>>k$lP@y48+5vYbeD2x_nzV+p)OUug0{w-U{ z1Zb|cOfi{?ushtxd~V!?A;wm|v{#p29QP*G9b*}x?A$%<@p~4u%9oT){Z_p_Xs$`8I$yppdv!QS(E7y;7=FZ# z;gO;0f?M=@Yi%iyJLN;w@QJIM1UYXoGaMZpm35cM!B*ozcYZkixNQEV-ATnWNfcbN zlX3Xs%kv{&AR~mea)eM+K5VC~XXe$t*yC+{+sN>k%>~Z=%5oz*!O+m)5F}5GDt#?! z42deq5f>YozyURaLx8!)h3)(h!m%Vm%CkzAEp z&pKhL%1=_fwyd$-)aO+mb_cc!YI2W8ZNZBOwY|jNH65J$Z1)tBI{@T=Y?%J0S6}Uu zdp&T*$Xw1TBwL*zGd`+&3C~h8l{eQ-m0r3)Jpf-l=2w5u1&%Buh-5UXPce$OczFJ2G3A{WL0Bq*w{sMP-Ru`-A{+KcOB+Ov9`bxxm^nTMf;{`bdAOYbe zr`gaF??;Mpgsn%ceVFONV#(JP!{bh7$9}m>&pY9!?>OrO|Ol__pM$ z%c8W)kDen9#;}m#OT%$i?ov%3)VVp+R`7kgSeR|DgL1BqHxpe$(g`bh*tw(XMMy!E zl2H{vpgj5_anliege;wg931C#7O&f|Z!hjF+E<*D@LaRN>;AoIxp8fIRbC6uKo|F1 z0Oki;X8^pYBFa$+D2G~|m0$mXpK!s$;)7N@Cz)<#kNee&EBE5d-8C({U73$lTHmXF zv08YN3jf#{oA{QjS!Mg>Cf@zwpn+So%f;Z#xNMRlJe5yK7qi~XCIEPskDJ#z*6pISVPo zBQLogzXaWH0N)biyx;e(1j8UuUt68weGG2sVaf6?tI_yDKS|Q7C|RTWJ6S9&uLN!N z`XmG~wVs;B6}h$Avte-e(SFHw|?k94|MSew= z($CMr7NlZwnAd4*>;s$d9;Tn?`l6k%^Wd_;%dpR5m~g6f0%vPojiV}qd*Ygs z=&mXcpX!+%o3$WXGS8z@h&PBgNk>l_&SIUioHf&gS-O%RLQMG8IS)hCTd7{tFY&BC zNYu$Qu4TjBpI9=$#?l>C?Es&@d$7YZJjziy;fH9;`X+VY(R}I(m6M2C0H}CLx{azV zp`=Eo5&p=er1Qc@7nkF1)2)?liA#h-a@+=jk8dm9AmAbb1H#YH(_i?64YHj)do^ntk9?&w;ss@*b#&xa2_W3SPBn8bIo z#af+#6_OKnc}QZ?GA+hVYgYgh1?1CgDfcD8w$XM!}v24}Oyk+Mw?)VAn#x=H<( z?~*zZs{HhG*vqcl{-{n!=2u4DZ&28}FEraBxdz>%4o}HkF9(hY&r$Yqwzt>@kHT}z z>%$`g8Y{Tfm*8tr4^+)_4q9v(eO=#vwXe||3b;}v&=u-oIR0>T+cq%bO^B@$wzVc= z>lHRf0NmV?M0Xm(=DiMZ9vtRvL?z_ck5HZ>^de^?GMPDaG=)UzbYk@sM&Wjb%%D?u zfJm!{$zpmh-G-H#$s*VKDpb^hB~W7f)`HE6YisJw57L%Xo%Omsk$alIio8rPXKM%h zz$9Rb6Y}f}F_}Vb&_dz#7q&-bdnA@goWf{WTzsKA0-Hkfw6cH6So5C5pR`Ym|VY^A{l#g4}m}PH@%`F+GE{o1a z5H53PqB3FiwjMK}$peNQbmQ1$?EFToOI8|;_ZvB-6R>>*8HZ_bVB>X8~+JGt{MaAjS`<2>1lt#V0NRMbt3tTAU@nF7g% z9xD?AnFrcR(Z~j1|23k8yC-NTc+Q8KLuuxqH7jpX8d=1~EU#BD8I}(yC=qvDSH=m8 zh_X*8mZKH92O5!2=kF9%n7?fF8;;Ff0n55%uL!Ty9=m9KOI-*8e-ggHkbc)dRa8L% zYAGHT+2{G%_^!6>;d%YUeE~B1Z5dmXet$TnbMRy{r*l!rXA$=t6_*_iS=GAw$+UuZCP$-K_!8xx zpJF%ZG~v{S9xr_3!9GHL!u;C$^$BDa$(m<&LY^9Fqdp4ri@~EQ+=m|wR7E2{0 zZ9;QsqSdazY`(PTE1VsBT`g^?cLVPB9ZTU}c4Dcs4y!eDD;(WLv*HqqzP)n$EO?su zkeqX8>(Y&TSck|(lgI_9?<96wC)%>qihN(tMCwDH+Ms5Mt+mf-bZUY>slHA)OVmyq0^M^W;m`Pf5LLMdky@kT!+ zP9j#`7pJ*IfV7Ur;S|T7L}=YlU4l1igHHjgh+|JEb0T)*2_R}REM?<~b>97CX*OlP zT?GOCy;_S)R03+V?PtVR~deLKLyyS(I0;qPh;=?p;C`KU@_TT)s#EsdW%E!}J-afnrHG%doucqz89BIg7gL|D0hy(fQdHCD zRw|q2m}?tOVo`uUcBY#})4b)_RvTB8FUkd$KMBvFG+!j?YkD!xU4uFhQk=jeMfuF((k~$+&_yfwubx7?{2Pn@8e(0eBsGzIIEDyZ0IEWJ ztX{n*1BU+hQ}Au0WX|H=F@GI-OMe$_r~dR_v(DEqTVhpLSd@w(AVO6elk8hUihhbP3~aN9etV|% z=7|-_sKJJxOs*f(zQB{!DZOo-LDsGLOXuURM$rmxmSIHv_e5)~{!jV|#%hCbbKG1;Pv-h9{Sa?7n% z%lGnr6J61_iA6jkaVaCn#$oF$lAXk%4e_eLSSWrdal#GXVGVkdM(JL z2akCvawoIXvXcQvg(fIy)h;t+(hU7c6C*OlG4>mW(=Lyp$V;zFU zbNcSh(=4tC8dXqpdwrQ#K&H16Ha*lUu^=^NPHUc>gJB%3X!*v2we!=KonzM>-<|o> zFZ04JF`sPpTKqthu@F$pVw5{aH>1S|iaaWE(E#o6tWh64GBrV}!1Lj%LiM6bMRFh|)n-v?(SK1W&P|>;duiBf?JxxL z$p)ksJ9bq!`AH_{sair`R9Ag;pK)?$7*I@x&TL@XWFBBhXqu)h(NV)iZ3h=@A9t#- z#`W1e3tNXH|JIY)%SN%&ebkG0Cyw-9C7C z(J?A_!uplen>-Z>=_~11)tMr%O5+~hH}G=^QE&-u(k8?e6_Y%oqH ziW^*xKn0GNDR0|(8&m`Fxfm)<6>j`(rXen-OMJ+-nZKDoLs#lM%x%iYi&kscezBMB zOP=jiyI4XwhrJA$vBK>DoC-t=sf9tmj1s5*G$-1O&cogc@u$c)o6y$5q^IW+x-G?Q z)rUn@4pfZKKxtLEM;QLv;O?cZb1duo6P=fjPrRb${7ePbIrCv$UXFIfNz92oa4i0R5 zLh@yy2HWLVmkfG(;iN(ZD9LyGXOSj`)$Qpg?&ax=PT**K#+yigUK@NLzC>Q@Kux(| zR_`^2<}>x9LHZ$-S3&oAwR|G)qnDf(f6CKGp17s|vM^2H)S^th45gss!XNqGI7L;S z47cUG$hq0b)=P$MX&Unyt+2$ZQm?pBSG|%d#<}u)l(U5QdJ3JF__*Hiog(pkKu}%* zrOPmnueagMAsixTwsAax=TJ*|wrl!k*7UI$<|w8x?jQnjUZ!3^+?@u3MGyw&rwE5N zPEd3+R%43yghuEp8h8@@4Z$lP>qh1k)1%JdScGMcTbScDCfi$qLdGO`2GiX!m8KdI zn9jmIZ~7VwT+*+=8=~x?k?XNxJwc5zAUx5dM>?jyeRJ$#3@+vL1U`fm3JMv{sdqMv znN&wlFP;NV%iSbfSPMwsw<=nFY-O_{RPOf|UmXIR#=A-R38WI^L)KI^M}y4ddJ44n z4R}Ki@d%3I_r+Dr_mA^Ir+R&IhgO6J1lGkK-g&JC_d>67$3S|@Pe%X^(zA2|P;K@T zfVm5{0-D9V!mUOvAPVR4ZAuZNoI;@q=p^AJmu;ha0l$Tj<&i$rws^wch(%C36l|Qy z{3$%w8ef@?Fua~8tDzjF0*eWg6G!EuAe5W(jVF(TY1A4S5vg~?I%d%ANc)JN_8F&8*LNE%$=p&ziOn%50~=| z?T$t|%s159W~%9*EVDZdFM91Id1WTnf2~Wb0cT*6XNQS&AAYo3`fztY%(x^c%zkrh zktKSI_KStW3g9v{BQd+&`HZo7f{e1L4${@w9c+09-IAdqNzdE!;!qYK7t9@<8~qT| zV81Sft6m?&lFR%;C~4xcX2A?t%DK9y zszXt@WH}?F^?X2cYfD42sr8`{sd$<_xsV_(rg&P|DO0lQ^ch2H0);mX#4L(oG?a|> z1#7)X5ob@q`eMR&=8#wn&UY`X?lg?AEp-Yoo_|Dbt ztTw$ej!ik1J^K7n9a>Yl2H2p=cHoGOiO-%KE`Lk)N;KV0i`-zKPG+UJHsv9j7G-oAC^84xqFBDg|anVIPqBH8=8n}$!F1hXMt~^_~M2ic97lj8KM8 zg)8mdR^g&WyG=mzo`Eg}I;-2wrj>;=^6v0}3@9wX_Gh+CeJcCe)-S zB2gIg&pVzKu23s)?FhsXpTzj^4A?dWFGx^hWk;-L(<#ks4z1=$0hCQSs-)#AX%CP> z2AChOoTxP=upLaKji(9SPxH4iYGE9?&*U|gI+T3DZI{b}7Ny%&DBP%A4IsC?%gI(T zHB+wM{;u=6zM8Hq$M?jsp%~|Cj0bw0O4q8TqnWbf42asILmYHlM zZsW|$2*1x}p?747Jot7hIu|sDxlKt7TV1QeyVgjmjM$kC?R1>|Ik#}fhF;xapCNoT z4>Z_`sMi}>MoBxJC&HlD*3K^3Z1S%*y3?kvWp&Y9SJ&9kJl{A!cb?H`NL+3hhKj!G zzsrNEK*T5g1Wlal5ef^FAOliyCk+Z?co?4j=~Nu8ZYr^&Nq|%g1Cc%{X=;N;G_-J9 zd>hH)IZ2v|Me3O0S#vW|(W|<;o#sp4#q)*ZbKlmTvVezNIw6{_4SZ!fshfB~#n0?W zNi0w;d5Dc|Wh(AB=)d$RQ7SKaA$4ict%CctvsYt&$Csf(WuT3ek#R;liy&FBNXJI_ zlWipVR}I6w@DJ7!R53U>%(5xS6YVG zopu1l2VN+LX#kMvk3m^cDE^ZD0^XL$%tFTe_NV7n{*9(ys}2$^n3MESd@^YYIt6iO zb!U;DHy;uKS1waI{V8AT>;}_Gu~wX1#6?>|%OrJVzkF+OnfubR$jqBC>p#@0K*F5R z2LxaOWjuI~#K3JP>y00HYx~K_o5wi^@)1yuU)zJsd8Rq#yO+r4nb7h(EQe|cw$#s4 zW3@Q0dQ|zt5(7)|C{DTR23Ql~hUZuCC7K2)hKS z$Tyw5Ho8l?m=aZ=+G46H)_YC4LOeGJd~R<<=m#_{oPB16uuxNx=6BqRPW&XZ{YB#h zF-S(WabsLfi_@dQ6rJK*K$IRu4zlosD~|B9WzX9^BekFG9MT)Uek46uOS03=nKIj) zRga%P&>bodWEG;SBCgdLboBSR*ELMRJ%8x?q$$K$)|ugH&LJ92Q7ht9_M~KLI9?z! zg*bxg5`r`1MbznYvNGumb!MKI<1SB_7M$F?)czj;7(nO0PJm(o*{FOa5Rl3`XUfD7QQTYi|G$3nw^dk!&36>7m~DLemD`GiZ|TA=KGO%EjZz)Ctc!O$Sr* zU}Qtesor=zZfti)zb2)CEQ6jogP754Cmp3EHhN9h9Ho00Oqc`AafUD(5O%=ZP;#KI zFt-r71-v{0lbcR8f#rxioRCu-Yh!c5(M>6335T6HALAn($t7O)n}0cI9jO@o+N7}O zfbSW&;sha&E?S}s=>Ze#2uP9}3dJph+jO9NDY?xG66qb}5=Cf5dJp9SvE$IhVLfz3 zz7yOJEe(Suj#|12Sz-)^bg#w2QIj&ggJe;pExq@^xE6 z4yO%1C4Oq++DN;l-FDH+nt6+d%u%0m&htL%Tcj>?F7qz*)$w(f8ubNdop-r!Bl$VE z!O~=Futv;0;y_!rWKknLl8t+f;`SuQ8gKLMLZ>3!M5&*mp z*a_&kt}(QR*O@kxon&8{>8J^t5yuk7%wmz?OM>COK-YvY)j9b5GSmwOw{^t;)NcT4 zH2{Su>s|`iI3@-@=_0Gcu7Mqo#55Lbtj-eFYw5)iycMNVqah4&8QUAdMQUGDMn!|} z9H5+qCj=Fa;|n1R^U3}0Sp$pq{5^NQ>6J&CGmkxfshX}W0$k={Z2^2?j7w%kmOQG; zRY;Udiee0gbh9kODBxfNl%j6>LLfk&2K-id5)i59ff(u2MIyM}TBfWJqGf^_-cP&eBYGCt3B-C|csMZiJtQQIfMG))zYg;cny`WsRF zf3s0O)A{IZ#$E=Q zr&Z#U{c?sJkhzaW?;sw?p9Z}d&`J*oavH~7@~1oe{`53|I;cfjx}T8(a*P~0HDAF> z410R$3Xl;F8z!RA=pKM*Q?BDa(tJLMU%aDI^~B`4HLif0N=NL2t3vK2Q}LV2f}WdO$) zKNyZ=`#kUS?0T(nORM`BdAfdiV^fpXeSKBOimIczf!Ft6iT!I3g7yOkD4-}U zusNA}q4OKkYUzk{T6$X&7tjT^9|_b6J&q&;HHsE1H6jVXeuD~bN(E{|M6!X-xkxS| z6PUB(x&;XWd<5OF2)$(GIZ?Fesc8k41QS}u2NS>em`^B6FD}w;Mm;@LU~CA6jV&@^ z?PRsN3lLF=MkrxlX5WE}fgbi9(rxd>&3vc-4(!K?aG23cR2ft_4}#Gfi8>+?u7Y>v z<_G{8S(ahDxu3Pc%y&kBa&GI^SrM8(BSMAL)F^vJ1r!55qq`;D8j%{xB9fjNkr$yh6Z`p{T4G#;D%LGdNv z*d^o0Igc>pXJZNB6uTv$swqxJ6;@dg0x32-Mn)gZ3$6(G1xFdt^N6i9X=uli1)#-BGu*+_{ z%Wao!01@5A0@3ZqK}g$WUB&UB&dCD4#oz<1rfV!bN0qW(*{U2+1O-6i;~?>2cMRQ)lVI<>2&{VTK?A>1kmb8b#@&GQCOi=M5rR-#K$=g z*Mi!52sVHfS5OU7zzb5{Mo-2tdXY5>Q)4?m)v~l0?TVuFE z*|WFr#F38DIUe%q%dzi$GdA*@>jyjjz*JiaR89rXOGVRgX`J=aWSoYpFvZDP0Uf-k z4MtV6m>zK3ECGx%6gI@Tf>Q!sg;mhYInT=#oHs7F`fv9uZzd`UezmWXRdPmk5}s?+ z)wxM?wWZD{v}(G-xWcr?xkB4$+LW@xv@_*h(`}E#sIe`cI*tj$;t(f1b`|6gjO@Ww zEu;n60|$$;%tj#2WPGcN6%t6#oQN6p>}=hMx-;q&UP$m@3ZN9S_~aZ@BudM43#(iJ zM|95|Z3@B22>~=Ig}zsb=W`6c;}e*C-T-;RCu+dV@+#PjhMeEMqJFGlZHo~h_PcKFp-VFQ){ z-+9DS$cAckd!G#p@JmdB8Mut0FrQ$-EZOQPC2UJd`G}^(FPrMje?z5E`zk``z-c|+ z3gR)z9`9nXaFw;ulHs9+$_P_q%o(uh9dSg)M>RAnb1()(4aQKR(^<5Pb~nd{<`>H6 zY2!b43;%9!J`{7tKJWdY9pA&(k0RzypaYYj1HCAO@(CL6!7d3U2XYxlf(|2#b90@+ zfI-X(IBfy5#F~w{fFAB5a%89^ClWa!oY)0_DElaT$VizcK1CUTM?$Xh9Z#(M{R)=}hIBKFBYz z7_5c!;sGQMhM=Ob2WNZcdFEvfN`K84&H1<<)#EL~MpLbIgS5%E*}E6*!Og->(>809 zw9~fF`%A|)mopuZ(vhP1*-6v#*lC8A$>0;n)+7}0Aqm1bo{J~#blqh$HusWMx{^~T z>l$E3#zDGb;8o9x=PfRFHKmQVZi?IIOPq+bF1XZv7r@5 z4ClGZ4YjDYq5@}Th700yE};Yv+;O=lp=C03@S2*ngO{(|t6sNjUu@*go!H31r*>Aa z-m!b-s%MMmwJh4!*50`F6iv=Pyyp1(A0A)%S$Uy0Y-ng$~v!vOsjYt7252t4>bGt299`6 z`!D(Lc?Pu+&Glu^F;BaP7H6+8kg06$hM<{zLCv6L1xoEzY{;gtCGoAYaZ2uDL8M*4 z5o85Mc04>*Tc$If?qW3UnCK;k?jVkqoa>X-CTpdk$+I&-yQs1jS60L)<)b8AFqN?_ zoDnpW)1eSHC^2stmG@FjyJyR?MfGKcxbWh-o>6SPc3|k4&7Yol`F(Qp_a5%Wavs4Pl`TqWXTG8J> zdaA!4-hC$ad%T^$+m3eVd3Dz9*5|B0vwmU~VJ|Z+MV7BxmRP=H>9%}iF2q`)|0P0eSa&A|~#)cIB z&v=kXd7F_u+EAMa)XkN9Q4hphRz5RQNE1=l?#(PoTJ|Jt3aUXL36BVGAOl*eO9yC! zNT_I_CL&%WOW`IZOFM{exPZ$*T$kx8I*ZS00`Z%KC}!KW$ymOWH$arl9h8*kFByU# zpFbWIGZ+Zw4puQ%Yv|3<7$sy|8$Qw*>x*6OWVP9VTZLl5z-#lkK2u3(sH%?<#v@^DnWxYQ3b>lnYJLqv#jy}`Ng`lE&g29Zi zZI=Bj{~^6vgPS_8@b2EH-dD0D%d#b3Subn_{E!Vck60Old72tx3^s`JC^jUe0h1;Z z+9oE!H54+KP-p`k;{YL0;$nhfY(po(^|X^h3T*~LLxHq4G-OIbfFv%#m!4h8DW!jy z=^fqOy{o;_*|XpI&Ueg{UE_V_f%3@{tEJfZ9&_sEj6V705pGuKz0 zT|K#`dWmaEurB)<_i9f=pvkq?z0tG5*BnYSE0t!%Jx&FM-V)9;R2qmuavmd-P#Ky^ zj&+ue=Jc6VUysIWWJQETdT<2_lVeA7Cj~4Lmb%DGF^f|9C<@rxEP*^_1&Fd9ydR~L z*3Q!6oB*uXAwOx2>C_@zls0Gf#)JZ?xIRdwbo~15L4Yb`mE7ys1O4rssp{F1g_8z`&#&T4!D#|H3*hJ~k&o}VzwZql4DRu%tn<)r3?v6WB6c2AwV z^!%EgxU_9hjPn!%XG`EX8jHeQPnOh^wlK$~qJ+d!{hgOjqdIxM9d@o**+ z4F+)*&zJkF{dN9Ty0toSnfv>~3LUV&@RC6cJ9V5Zoa1$Rbh;FqHzy}M8)bOB;I~Y# z*NS9UNHkL6D|X$x8jDh~Alj%<5Jl>FQKr8xva=TL6bE8eFl5Z2Zy5D-osr_gL01{w zk9fQ)<6@P5j}j6nIiPD{aHo?Ua$+FT!Ht-n{w|6~#>`8UPV|aHy)d0UR9wHEn2JEE zfmwP(LLUq1rzF=}0tbN^)6rTg61DmYoZo0dGx1{|#4weBAwSS?!6+7+Fy2N&`%bQ^ zt8dygyYa+EZ3`Z^rg+NK@)ujR3wZhbP+9Hhs;wKfcA=-Hd&&I0(eUxc`a=uyxtUgH zUB%?5vcGPVjKxou&wMVQ@_607e+bVA@58CQe`GOv!b5PP#9;gTIQDHiQc;0vF);qq zo<_9R(}K1O2e{Ww-CU>XccwF_-*d}jHQPK^kB7?u^`N+r+AHAx|i1}Ag5 z;)wDgl}CJM?>Ox@SFURx>^O+adjEnS8S{3ucgz02&s%==$GiVVNd9MEpTOVy(-l1H z&_^eSx4p7U`)u!?>7aPf?OR^{nGB5LDn#=7X zqCpRFpoetfv^!IroS4p~`moImjZ4n(VW-~eL*T_oBnPfFI8G6o>P&Uo9CiZu4EhR2 zCIA`+RJP)O9jJZ2=IK?_S8sl=Njro~Hou-fq2g!Xo!+jU5_%k-X^XVeeQ#*m{)GkY zBl9O*+k5q^953v87cj%e;70@68gqz(SC%CSaXfXTUgtF+S)%ChD7HeWikqV9RTI&> zO}y^^2v_5nxd{LzomRmDHePYNKk{Il=I6n#9lqqfix1pwAk_ZHeEpbt_nCj6{rww0$3U@$MDUF<43M9^F1z2R1B+*zbne58{-VJKdh{APd5HzMO(>Tp)mawp0>C zUc!P?r8ZzJrh3hs&nxOM4uyjOP;{`b@B+d?AosJKuOF(gn&k5Ugm`VjDwlkmHbah%EMQB7DiRhkxG zr_!+{@mxkj7?K=75^g`VdwR*8-rhk`=o#EgYVVYj!-ExI5zB6j427F$Go$PKUZ@f`IgO_^Hw9sx%j^+ulCp| zjx)Y9yK_6cd$*6f^F95zv+>&4Ai(&+f)T5x&>BNPv=|$6f{K!+N!?<%MM-Ijo3@y? z6e&cZ&;q4uqnOf^hrzK-+8ET9N0f&uo(Ux=3Zz9cLex!Bu-E-&?hf4YPjdFn{ATvF zyYoGM-|uVd>}nj#6e($Jca z6hbzu=XpxJnRn`y9H%q~`|~FmHZz^s6EXD&DL7m`kGG!<5mq$o>);?^-gC@3D6e1J z^hD*!wiC~ucmwT=^?vt}Z+=g_Ga4T_`@~hoi=g_*G8WOubBo2&28SxME7Uq)z4|$I zg}7O~D9Rhu%i?7yLX0JNX{;n$rJs=BNjE7`B~&L}kg&pnS_!6W#S|MrH1zqMAlvPO zHOEbQS4euDcEgF+>zL~H0eNc zT z%dKR{A7qz_;TIJFVXA1lKozWNKAyW~E^$BZ=ZR~=%iTDdJIUSrNk+3LnFjCp1|NVz zhK9_y-yX7{VW_UodP_)VJ?)mroR55b6!|Fek?@hSXe(m~b5Q{WlT~A#%TL}PseF{# z8!$6bX0Q^5Y=ZnLHCSu#f%ruM=^)7{Xft+jb~g_AO^)LhAqci=aRWK^;>(+#-&R2E zEF;q()_GZI%pNB5Aoi-W;h1zc3D}@voTSnQ|7QPbFr~lA-(-lBrSiZOy;W?NHUys1 zdjeF$ggSwGeF<(BKP$U*ao{t$x)bjbcgQj;TKom`*4_>R)Co zLoULYQbpB(_jTQ5ep(ak4&vY-?iB)P#u1XD189b;`V}?h`ZsAv8-zpZNP{bQ0BNpb zKp-0HO=J$>mRC|_4e2ION^ozV#Y$t`9LbDi8eFncbMUzxW^{#6Yk$niKvK z=I}5}^qyz_+yiM26L4?yAq_IT7&82if`9xT#NY)1k6)NIYgQX%zaOqu^6U?c-#x6W zY!{N4Ezk9*9eqmL2@C*iaP*o64v$TR-Kn{BZR_gHK#oGyYJ>1ck!XDbN<)E0Wysoz zCZYD}k$4?ijmUAY<)GI}2JhW@?(<83DUN=;KzjXNopkLUOUB*6^d(FIqh}5WwY<)t zF@FRv7g;BnW{6^_!ZHQArC1h4sz?|sGL^)X&qwn0mfV*#B%4VfLfixo=S)gNDQ&5? zMq96SYeb`Nq_T_fVc_#qn#e z0Kd`{3<4)pCMv-PN2$BOf#VPLFL0<^lZ7>o4D5;-qs9T&WFgxv z{ULxwSy%+HfWfIrjft`Y;hp7za1Uavo0Nmz$EHmA~tPfy>6N1d#lIGNt z=q^GMk?9mNnM`NM6w);kYfZUkZ!m?KHG)-( z?Xpr~E!u+WUq=fL9QFENd&?W_J&lSkzKfDi|MR&wy^HuP>Ogx=dM{pi&)awGG+Oy5 z??2vKs1_yrkoLTH9c;E2D$*E4cR+{%!*9+QI zW#^`5j(c<64^5;J2>uhXz^82iAMRk|6U!K{V~?7h+&IiI`Tmt_ZfIp7uWO>k7;KYH zTY&59YV8WUEWH;`-oE&2+uLq=XS^+F5Jx z>VvSdMr^$s)Z^the#Q+J+{L>Z%gHo zD!Vq~*iEsf!ucih%bM*L+G;H?SXsETsHJ2@YDMW+$zugi+8ga{h1=|RV^{3B7DENV zZby<1nChH6E9pqFaIA{VCK47Sm7-i}$09`VrNvN!V73s*q~c;j#B@@ztR(DEjCmrI zkK9mRF^5_U`%3 zUru?i9z2BRpJ4(2^|2eh9S0!JFMIE!_*NJq(1Lm^x((dn-z27;PYPtufGhD9}`N^sGAOIIttbot}J5lx2i1%diZ;5=`Rs ze;Kd#*ru*Ce$To0+ULGszSq}wV(j>lm@Fj0A&DVfZr1>#Z6F93PYX847zI%nuR_H{ zwH1~?3z}BiO5G-eG;NcZ3gHpaKgP1Cg{@tsGQrRU(C8*GGqLG3D zJ;{WjdNl$Czo0{}9-RH=;Zh5Kdd}JH?_8+Oq-Sp_ZA7i#+t(=t$G5Qgj_otQ zwVS%dWe=`%pYi9J7HoUvBS;6OPr%&if�frE)FiMUDz;S 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

      j3)I*WW$zApw; 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

    1. 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%0D-#Z67=&0}Q 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%0AZFGJKAdXsm zXIGd-1Fg?;BUMsK03-Cdgxow~HcVBlim{f9LA<8k65MGaQli8XnI_tTKUC8B>X5la za@~nlxas{Y&5qO_;H@F;Y&t~P1#H3Yzzp;ioXM8I{CsCj_XrW5!fXtYmY4>s)kZNv zI$3jHntAnD<68~k5uJ%DXGU;mtYC7p$wS&6P&76G(LQE-IacC}1L4UwFQ6@xn-w{f zk3|(MN7I^Lr#P8cd`EX>2_3*>*abTE-8E_@@-x})cCs@BE-Z4bDoS~DPns4Ios9lu zJ!OeACu7PQl_V@21C_J5dMOwRKS?hc7!+DD^dkuiq=gFwOutcp3?EOGj9lAX5haFG zI2Kq1NlP#FFs+F0XJ`z4_Z^QbPp2CO$mIlU$#{-s`gLvxf1i{-mhOnA5HD(s4*eC)-jIDFq~zlASM@^bbs=91znY2pX1B-{z|0 zMy8-Ug_~HgukFiluf9|*wO5_-Dxi# z8JE}xS0qCmIIVTV~!npsEFh2>;RXxV0<}@s`H&ld6H9P6r#Rg^K9{KJo7jdEgwoiC zpnz!8#fh!@##gQD^5gX?Qmqt!Mj(~R#s;%BO}~A(0_v=LLgTSWaFw07nIM#t z?2v+0R_5AR-8XyJ7N*y7?{Q;A>*B|jc!k!4I9=gR0UpNd2MksooLdVc-ewWD_(^5P z9jtgfhx~NxM}jDn8@lcEM#9Jn_w)h=OiG!rJKA;ik;Sfx+g7y0jYX(sIIR1N*ycQE z4a+ae3B|Q`Z9~{6C;g{_M3%v?m!_lF(#u(&+AqtqC9*M-ZtZ@E>K$WrGO(`fx)Kj! z-wQQCl}~Q5MGAfvPywwfU%G^>Pz6*eu?d_oaHp%jjszxhK<}XNQGxWx9xR%(H# zFYf&D5nJo4F>G*lKV2b~Ngb@7=2)#>7yVDeRy8NAK%b3@d+<(49G*y8o=(sZ@J*S| zlpiM*2s3Zbk|bm2Sj>B?mW1n%(iT;B6U0j$_4k!Ms=ij+*T=fmaMWWfzeK-Sn_r)p zwGZ16U^zZ8b-J+RgfHOi>}GEXe;2IFH{}Q}`^@z00D@Kr3Y1POb3xf^iCANG;yN$K z>juvJ94cmtU@4QE?`+w8XT}%XoM1Hf>~4fwUO_@ispte(l~#3K)6r+97Vv_DmH0yI zv`1B0&O&By_#mZ9>Nuzg>o$?4f?J&!ul^sD@j@_XG>2A5vD> zL#9Km%+*>)Awb6K2vb?-;JqUqAFk}>keImByV?;MRw(2{x-J9wy%_;0(ev=3%S7Rl z{&*HupSDbSV5h*y`vBJr`6-n}6sdSZoDm>nMz?)=lIyVn?UhPa{o*KjWS3#sVK&tf z%s#n3`wZPvmZvHYeB95|#`WO76Sw8lIsWC7UNB#~m$$5Vqg!0ivf`Egxc(rByg%S(+kN-nw zVPs_dFDe52|2s-7GsFK-VuAns6)W(!A`ASj$O3;WvcTVp>~GPB75KaM0+99h^>=v& zR^UHBH7nEa4w-&;$n?8Irr#Yh{qB(IcZWEIzfz`|7#RLlgJWg-cj?}S`IkBkWM&~? z{&Qs-2>4&)#x^U%KzxYGYz}Ys`PFt^%3=9=cy-jBhiRnelD>{(S8IN||N> z{5Mtq59Zz5lVxCg8^brsKUejEe^rr%mGQr=3I_In`^mnoh_`gY#K8U!%0H!J`^$PU z{~GUD82(+)0pnXF2eL2{Ffuc}jpHA?Nr3EsPc<9nxBT)8@0U&H{{oMR;qSp?e2a3x zw`{=(VEISx`BOZ`zh_;r|2l~9?Q^~DoPfYTo_S1wzh_3gg=jkCFMU0e(^b`MhKOdot}Wy0{EC!p zZ{zsq5#?{n7QZGP8;}6Nz)bMx1~q1e|E)odnei_SYNg7{R?8wto_ESjm$k6HC+*s3 zexNv?FkHS6XsLJUec1jSUHJczZ%;wKL<_p$YnN@?wr$(CZQHi1{^hD&w#{AkF59+U zHRtqn&)j?GJaly2ez-AD8Tpd25|L}=@B1m>>wa?hao4b=+-Kz1d=u5^G27qPU+TGnrgKrmQ zr?Tp5sI_86ZDSE;dC>x+k7#%D`*Qm7(wJREwsGzJQum(~wI(nb0jf#!0H%sgmOBLd zgG`R#jehfsrhv`w6Ats={WmAnVGSSdy;?H>G95b{cNd?@+P0X{CjpCqJh+JRa<6_F z@e@@*de6_NMcCn?CJHMDvFYwhjQdB2b!K{<*1L5y;#OSOBB>nshrnU>h zIU=v&@T^n|ni4EHZ}OQ1KD2MfQ{TtZ8k}RdG*B5uuX|<#V`@X5yR4P!teGXTH;1fp z@n+ZS&~zT9eg~&Q>K0BEXL3b}@P|y+H5UdYT_g%P3jwF?i5Ip>^!FYckF^!v*EH|z zO9;f-^WM%j)f+jD<)MwtSbph!lAK!Zk%p4i>WJFhU#|{FMm6RiBgS^!L*xM ze>;ZQsO_|U84`m-RYyslkE(LvoN+5F5#M5K#x=x-E*`OL{LSdn&Ey?hWm$m;z5un) zD@<>bT(1niz2qpE9F+u3kipbN$}C?M&#E|B3j@x$rtx>bh`G-)`@vSL=3Fkf9U{F6 zp!T<;)R=AU+mdXBYT9wkzdTJ~S=w9K9(NJMp43OH(ldD}0{h^TjR*Bcr^jz|VY;CB zP~JNOEdt!wRP183|3Js;i3vOVg6UeEsB3EofuHFdm96#z_H@AH^g!Z~@u&dknz5?m z^3MaKJ4vI3XrFG8UM42!TPkDl04S3j5H&H*Kfe zJ{y3b)Z?Kpsykasp)8^~Sq_1!Wn6J%moNb0g@)_PwtkDs(iGhPWzTBZ@WUA@3r|opvbNztA{m$SyPR0M%tv5NJ*|c|L3;IeeZq7!EDPhYdf5Ikwe*{nb-}9D7dBfq z@0#USqW}A9lz2+!U#xbU=C1>LiMGrbUT@DI+S0SG`AJl^=gHnTMJO6j*2~f!BF_r?0pF>L7c@ zgV7|sy+i=I+Fn8g%Nl}^lU!NCVL)hd%e*(5Rcu{;AX*2Qq?}&U{p0OSZe`ZkFV3i&D&w%K%w_lHMf=Kl@vRgO=|To`FYu}} z#_)atYprr$Zw)nqzpa&?uDh#Ru&u8wufmxU=TAmU(aa2Lq;|^8?){X}knDO^Sv>E= zvcH=(0w<#~3AJ=jP)?7-7wj3E-&w&F_59v|+Jr747h`5B;-3u|D5JU)ZnT4xHniD;hFSB(8-kCn7|oCtSu! zPzLq~ew!mt88KuD>A7~Nax+REG4mSh6|Bc_{z+@95Mx_lnutYHxHft$WZg>epWtFnvA=FUHW5c)T;yr0e4wkP!OcF z*0%LvBMiMAlwU~(MF^2uh&xv%ZpX+jv^@HnoPEf(ENybRZ#@5=j50*A`#G2y`@9Q@ zG-a|}5S?aKvd?V)$|)AcBa-7Kz#a`rwM zqeO1;1qNicrJmtk&xv35aOH7MoB)QEwE6GMWi5_VTh59m>ED-+1P^7d%SWpiW7SYz zV*`~()E@$ng~Q(`%0#0P@>QFS7Bw-B-#^3+s8;0 z?jT@sk)44HijbwUB95?fmnCL8W!&aMI^4G(3*@O@ne^=s^KH3sXBc(Idv&2|smIWii-~JfE@-iu#|J{u|Dw0?*_vv)pHWH@Y|1E&CYARI zRyK^5mv6ynnxusyrI6WJmP6Q?{IZiQN8bc!>K0sG>LsrdZOy)2nb?rMP~?}+RNd_K zZ{gnb(4y8%tHi3+(EA!tMBxS;8OS?9o zecW*>v=A^OhQlV>R3ka^V0TQ(YuGC1#37ZZ(AJ7XHwD2-c*(+(X}UX4O`b9RxufzTuUx zR%@r|mF;fzI5Q)7X0|OQF^}%CAd@B&NSW1#bbQh>!rN>R2pNqtoEzokJe^e z^BZx+Iq?csJ!p`V$QJRXicJ)?mpx-;hF2$5f}#Zx`j{YRwdw?&!e1 zsWnvdN;k=3ffNWP&~ zfouFxph|u8DyWk9CmM2s&{QfQUq29G$~t`?E+TLET2?_J!NxW=ex!a@Rg%kIS8&)e zOdz1coT1LmR+zP+oliiMl~+8rxBcg|aZbkO8-g)VYJDG~4WLiU!OIf&kBLWqA@bR5 zHF_f{^L`aM-3}_^S-N6Ogdy){ZHLHad;H$R53ut{jsAMd9@5{w=aq>;-HxyJXD7$7 zHgpnB4BbH;B3X~YpSQWJA{+zXo$*qu*h0@$__L~IJP6U41**Yx)VjB6e41ULd_xQw zieM$LO%^0!56X(y-@Zyk*hOW(NBa6CWW@8{OLd>&Y|$4I^|C7 z)lJ9%T7VPR9|`nGH>+bFqDe0eh0py6*MH)v;KYs=zrPEgBfW80B%fxyS7JoSoSLt<$#P4&yL_D6K1VNAXTHv9J zr;po?(YHtMAR2=Szd74fhokU(%+E#G)OD)KE8p8q*sSCM^(%hrP>cA~^QtGq z0+q;bMdSRUqTQ5@bP`bxmZGYIN1h9=oLmMenze(X-A#Lf?@Gx)J(qUxr0zQP{oZ(ub!V9rBTd|#Q z-+kj|DNcTH?56V#w)`$xqFg;9x$RbUb%T|hrM(w}amc#kKi9f8l({t1vbMN}U6D7OvyPJ?lF-apg|V%!tzNT-370VN9FAXhlnVVstxI6Cx+j&j%~D4OWoHh+vnt z21^3$M{}nHdtJ{E6 z@GeBNtap7ph&x;tE+h=8V7=V<#T!JA_^*fae3avn336>2l3hFWt*St^an+l3i-tXw zN;t?vIoiQd^GY5jA|&%8PnX=^M_7F{mGD(!1r9EA+#O1ynHRM{8j~#2I zXhIx_Dq!h-Ik&0jjGI{jGGzqe&qXsGA{QWc82mrGXhqp|EZ%7ut(tt$CK0Fr-LR+v zv$Y9FT;Wb8tkuL&tMD7ygf?1bK>~m2m#ql*=9-%i5^Qt9nX7hjec<7I*scYwI_y^x5Mm0^x;OeqXzYrVB*F{DQO4oBCi0lV&0r4~NH5b4+u3KI zpNu(sbhsfM{6Be}7qO5AIP@!3Q@Wj4&1a^t>xy88^C2VFq`C8Rg`c?|I7uxxnP!=O z`_xDiZ5XkP1nf(+h~nevvqvmb*TLeGwon-Io|x>&M>p(YXzPyZcmo=6ygni;63gCj zd(K+Xl(VV@>+282Ie@z@_I`1U^KnENJdA}d(s*0ly-hC4eF}~~ifAPIGzq3u6`#TQ z;6t_TN6Q5ALEx{FAZXr=T`#ta?)dD~Qou~@(4UPI5657)G4LFGPRRqq5HaaT6pf7f z=WV5Sm4|T+ph&vriPss=57F9(htL>W?RE=|a!wd;!@Neua%LkreV43zsJpI31N1Dm z59M4MX}v=A|M|8SzUu*EVTb`CWoTl|V?r+Q)Q5XXw79EVCWkP}&fIFuW}xq&v3aGn z6AXTn+M>^%DpFG44jYa9%cReW;|VY*ILxTZXKEgr$27ZG@dv2W8SJo;GOP9vGvz@A** z=VceaON|;Y`0=Cui4F<_1|mP;vH#-l^1LYcz87LSn1_$!^mI%3j+WdIMo|f?7Mo;P zU8eE1w9U#^Aj!BLZM$XZ;`kIA>%2|549@{r}T*VEgy_0o%XV57^lLyV?cJ{|f@L{I?`B z|F~C#9REysS(yJVLHVx|CF_4rBE!l`$o^09XaC1l`>$snY;6BMi44m>M)i+pg!P}J zWdASQGaLJVns+(=<^RVv4jY{4UwH;Xk18;$tOUeVXktOFFV4fgwCU67emdO&JD;Wou?OTbEXO6sS%2fPGMqEAL%E9E*`ob?KAyk!B0`2E zT!y3LqxKjsqTdA@qw#2GCg5t@sRUR7r8Tt^y*1Fw>JTvrjO~~3+YAWklfR9V=~f_I z2Eq`t>0plgsD{!7GF6ANUIRJOJ478*8jqF+CKvknnMuI>^JyGLWLh5IrD ziimowhXdjId`)dS*l2*Z=6(qgTZC&@$xWy5huLNJ$8gB zX0GTB)w(qgtJ-!-lzKU2VNrb{9ewRb<51Oo9(|(fEv*xKC!E;Dyvd2?Pvu^fY{lg{ z?E&?qs%Q8M+Ak6Zx#q!$Na+2`Q-grK9K777oZMEmtzx|Qa5vKi@@yUoGtYiDxaoHJ zMoK%Kd>4MDZRf^r33MzPJ%05wb~WAY7l2>MU!*OdkF%{ltY{CJbV5a5H1P;>qr2^h z>mVU<2b2k&Bdviz{NRWC?^^q@`(`LzNs_v8QYt{uk_w9OTIsoWY-pu9o>xfvwycD? zn8CaoLcRMuO!!|Fl{2-4Gr!73g19_AU!&Xyl>%S$ZeTIN70VJ>wiJrza7* z0*VTaGHhoZjf9X`UGgKUYpF1<8jv+sjlgYKu$MsRlL_P;aShp>tkKaFZ53x}ut&WK zy=4Ou(W)ULV&ugbiDH$0Tc?=Zdbzg|#lX6e4B+`Chb2)IRjg6M0!lgDl=6J&Cy9Hu zsEmIjokoOtejm^cwF!-AKE~rqw8^d#$oa61l{D~^fLM`&#|6C2oL1{**lA%ILPr2Y~W=Zd&i8W*nzZ+(<|joE-8qv32cO$O*8SS^ zsWeYoO_&hsRyclV-&xj$sFlpgn(erQ-PXf-M^Z}v;k4ebr>#qgNk;GZ(rou$YRP_i zAtQNKS0{Y+7#Y4u8On+lL{qosFby_2UMiAQrVepatFdjMooLF-a%)5&_rgpbC_U61 ze7#*$Tba$z9U`h=+v+g?bXChR%6i!;k-Qc1HRw6)KOpv}*$E$7JH5Zr6K#qPA9dvXq{>2u(oM>}1JPRtTjIVKfu`QZYc{Ib;3*nQOw?dS0 zT5fvpcS%P`o%et0+F9te4ba7wdP}F8gCVyMd@*^&(Snjxs&w_`{etA6D|tQ~D^BP? zMS983fu%d&_O8Jr6gVWz-@xJl#W*@WH-QHx%?~+N!9rCsgs;qLs52ai94SSOcf5ll z><${UTngSLp9w_=gJauewKe$FyvEx{#Cp1=g`{^pp4N@vlfh(#DyJ}H!h1}bW^Gf5 zQ3Q$l<<=V{*QjEQM-z}tLLc-O2t<4(-Aw|e)Bq>P;+l}MrO$Rm{^vdN=k`g4!3WV_ z{bDYil*9y7K{Zr0I8>XlEq2lk7#c#+iAXg?F=7T)QxEvm)`6UtEjwcSRzzmAWue~q z(C!ZJP{3rD;8XWyVjCigMh`DgdpxuK_5b2n8isI(ZZ3&>B? zMr2YgeqR$cmw?Dib)yemXRzT{_HAh4y5*aFJuxT7AP?2?_mgl+>M58PwO{gc+@o(b zO|M?fnGk&3uI%9&C|l{mV!OnxcQ6jq8JP_3ay{O_ik!gBIshu(723zdkm+|i%S4kD z!Q6YMm34MLgd6Mt0bzm^eo%BcsXFx^cYXe3$KUM)BShKa!sr%A&Wpp%>q42b#=_ki zbENB~n4xoW2AQ?vb8NjzQR0m87BY^pkkSgk9)+8SXiZHG1VK`Bmt ziPD-~v1Qs4H%2FBJ}RvTnp_NReqL@uy$qz~gr<66q)2j)kUkp{& z=<~Od_h-$wqp)nf^CKy(b}nn_dZX{*dZ}VAVj9Iq>snaZ>6eG6rZX2-pfE+-c;j zgk8uyh~Pc0M9ujKq0z{MvmCpTsuW2gVq5{M8Y<^_CXFLdO(+}Erp?RY?<}jGz|D=m zV(8tnptGW(^yHfQ(c`~F6Nc;>W>zUBND7+QJSx7l&wa(7_QVw`U3?v-(*9ExzpF(%x{Yy_i)x7 z!+UwAwp$-bL$y{}^C5Q;6pnPN)9*R)dn$Al)R&y`TIS2YoaZy=_M&G%R3gU9e#O~B!pWiYF5PP?}o9(xl_igilJq^ z_+4nk;#HLEfh4<-&PRr66buNFb^T-7L=o2a5v$HqvVdys6!f2|{>>01IalUvLu6A=sjoH4fzHZyI?$(JH;1*y~ z(U3R5gY)6q#F}(aTts)F*f45*-Nt|*V2g?%&}dTampU1nu92n#(d7G z;yYV&>ySr3flE<)9=~&K4$*``uO;d_H#%x0%8fB)lou%*ng4op!vy~<%Asd3gY<@d zya~a|?=!giQx}2ZxW=7FJ!}S4ED47yET7`Vj zwaK!x)CwN&J4^&3J{|ZC*hBqfcdTlxN!Y^k5=9u|W@>0dSR;b}w`&9UQ&bOz8{BBy zjA$OK6v^3;5|)|RrP>tL!;}wPkH&}^m8*_ntypV8sE-aF0WqW%0L+Gl+Z&K*?))Sh zv9)F7)Y8Eh9lcr6(@3SJ(Z>V(5{qHBC3I$MU=g(tI9UK53xZ%5RdiGH7s^}3kK+uS z+d%f$4U?oQm1SOVhOto#r{iYGh^Peqf;`O>@f{(~9VL$Q7m(E2y>A0=#ouoCUTD6g zBI`^pYjs-*sxa7;@0R*i^EXEC=CW{gHnyMq5j7U4|QDyJDO}c8b+{cqLc>HJo zC$sibe+bAOx{Y!;q2Gv}rLybgYS$tyP)rRE z)O#+f=16RHNJR4ISTlh&XFxQPy3*&N+ibh5t{b?=Oq-c1GHqKX>C($id%LqBiL;?x z_24DQy!>!s!~NP$zj5K;)nMAVml7zICqu;6xKsr8W7qY^>)|GjE5$E=2Jbcr(>^Y(twn^62b?jGos2{PyOBrrV#BlPw zV`(ea=PX%J7W2p~xfK+#I3Y<0<$b*;vdL3CS#zaS9kwi1fmi*}dlP@fKzg&ITOZDa zCWmL46}Iay;GK{sGXdLs_r~toI;in00v5GEb zV@{lxsmd-`SU$YY33dX?OeTgb6xYMfIWLUJXPa)rMx@x)Xr`t*)8k4SIJ+yDN3J!v z*0IcjYic_?KiD_%pL030+EY_6=CwcLR`&DX@h^N-zAgwR0Y*R8_XWntk3^i9o1<(j z0fy9U7}>J2tE{GIQ%nKYzHOG;@^C8`MJ~J-4SGkgbfmuUa&&|QBz`An_=e@0eDn*b zIG(rC^sKT7>*Dy{ht4o#J+n(@F*0BDFBvXE1Nr26?Doq;6;gDz@Wc#p8r#bWi~+M; z^nhMF=-CjgQe6R1&e-UfoaG znqp^mF#PCR(w`0C>}RZoQfX@@Z*qpDCf5j>F_b-kk*M7lGqI;x8>X75*@G+a%%8KU zjx_MdpM!Eqx9BAv`{nyhbW|@`bQ*tzJ9P@3E&H8m#>+#YNwaLubAjIzx{>$taOPu8 zYIo237FgM3#Pi`rWpAhTJ=h~N=TTwl4T_5jegBonu`wsuZsO?0htIw; zxfF!?u#&Jfr&r|4(Izt`-nK<%JLLT2rRhPyuw#o5an*Lca0KAk2+k!J+!r^ieQ z!q{XnrghXVH1m6@Ftd`g0&Rf5)@V)KkBlgW`E1Ggfb&;LgxohM3>C^yLa)91|X80O+g<$}cBC?6^9N($!VH4Rk{? zrUa>d8+!08^?bj#;Ba`x`fn`ZVrTppFjS&p<0bf^L{hPs1L zOo_PR)!ri%DtQK${W_$r%{7tMGH8uQ@$(JuVRn;@KS7_2-hz{}2OnWElY`Y)30P{( zFxUA#u=DLHK}YbR}TQv4iW>NGx%XaD>f&*TY-2tk%;>1@LC0 zcsjTIL^zOyBVqG&prXDW_mk}`Ke_D9K{x`xEK%DM$3I`?kNU3p*KC zJ10{g6W>O7spzG#CHaaDYKVZ^u-K=Bb-(OgIjmcs@6FzZUXws6I*Zi2C~EGNE5)7^ zeids@;C&8*+&^8OKKXdYN_if>SYVtWF7zm<9=A^L9{Tc9x?I!9s+e3qymj|br*dass*8kGvSczpjqBeDOTVn zG<2D_bcpW_DwCz8cu*=sSK0>SCSj5F+b|a%=HFj*R!bZX50_G1$gL$x^{j^?3^Ayw z9AysUs#0^i;TPz^iOqrrEh$3FcRUgE7ibp~fINGf%PQY8^a*kJdwB_eSJ#eR5Xg0` z1zj3KP!g51tn(IYL!X~#$xl2Pi*oA;ic|x?F-y?_%P6r1hB8u%6C5ZKX0t$%fv)$; zD$k@!x+IbyH-o_`g;QUlU_+pt8_YlF8a8Nv`ioF-8soB7ZV)&z7?U*Gwo)80eP#$p zEL8U5J2=#h+((yR?1JAZ zMmm;|N;|ReZc!D7l@zYviD$_UI~CLXluBiW%n9uV4XU<=$xWQN*wt98p~gb2B2Diu z#~$$UlKZs+xDk96=;b0Q zKX%?I#g-5jCb^A0YNc|hoog1_D(9FQbz(dFvxl^fiD;2qAOy*LRSfUb6q~=90Td6m zvFOz|H>b?q>?3HSQwe`ZyE4bk!1lG__-J>HvQTJ{zchz*uNTyYZP|&zxKF|;Z9Ky} zR)NNZYMDR)%O93S8dX3}!fF98YPeh`wd3(20r_$9+}UDoF-tHG><&yo00kkWuzLw? z#W+ER<}WcGFu~)>AF+0pB}Y8x9J+R<1})}GPS1nu4~Yg*OihC~WjV|yjIzwpC#**) zTF$6hG`IW|tXNoAx|@`{EM=U8LFb5aPK(CubtR?&!l<{<$W<>anAu{~=rR3lq_ZrR z;?$+PUa(3JKY&#Q$~lGFiNO~&ON9xszQG9`4jN05YBVP#&4_l8pD0n`=DgRFp@1uVt=LsdJArb| zT`-^YRpv$>Co@fOmiaZ1o6a6zqqL+*E@(TLz7^kXo$c)wwjm*er!julCWj@v;}Sj^ z!VH6#qlJMmn3V(u4?bg6UxkFfxlhzIW@Kq;VTX&lh?pVrN|c7g#9I}9jj^aWpnm5t zWgLpZ#rEjMw%Bub2Y~|O9$j{X2p^UBvBc0`8_P_sdF=Zh1ky$D>IU#7C6UaIX3dqy zBw=|q`tC!fH99#S3oY_U0shQ#l1l$cHCXA{JEY~V{`jw_Q2wPvU>oqq=0 z87Tx$33_A3=x%)OWtiz zh?2-6wlRYhtVHjEUM)+xiKu;5X_msof_$h+g8~5*b7*BQv1G`#ZjS|Sde6Q)pbKob z5NKV|Q*N@fXP8$bGr7=eL{2x*&x3Ua@3u;^ zuOmPC{$Z`3tmW0DhcPD;aKKF#Xgf%*&=mp}efi*pY7`7f&M@Uv0#;0|lH5~aty?f8 zdP441s{mMfY1~G$Vb5JI!z@S7K3UmI zgSAd?%(9+0R zd;M%D$Dnr;q(Kh$XytdG3YOaMQ%6)!2<(>gy10; ze}LeW|DtGmiEYj|jsIyp{2%cH`=or%8wguMju-LtLdcqJP8(lO7X*QJG-gi-kRyhKlOrNT6%>>LDaB^tnh#u!v@>2Dybbv zg$^dD6cld8@qf(L-}+bT(@<~gtQ#qJuh-Y{^o8o>@3)5I-SG*lU@d}s^?O!;lJ9`O zRi$lqB$3}~J?QmR*DtjW^13+UN{i)NrDDk-H1o(vVyKkl@jrgsl8wV#ux7;_n*7~+ zGcz;YFX5KIExX=Ij%cijtthLVwEwc%DC~ZRFk`tJ%#Uj#c-KNqp5!{(f~>O<38~DlEP!q7O$^R!_4WyK(0dNEOLkKxIT4;R7PX1!T2i#<;ReBF) zabSEj7x5hxVcIv#^B$Haa4Z0^^@MVtzw|`E98aMr?QW)rE0P~hy~&IxgUG~1nNyI$ zw1HxKW;sv|-%LKiB=Rn6WO(5f!^%v+Y!ap)c7l#Y2CiTt~PN600~h3p0)TCZ?Y3y&q|Ke-fYGbcnxiuSYr+RX(bCD5>6D{ z6Q%b&f;Xg5Gp~^CtJk-fY##`vb-;(7q0p8oAh9W=b){rEmHZiE$7~;Zl%pRveJXF~ zLfXIS++gi?3LkP|?>d(r+wW&No4@sOXMl?tyw z13qqX$RxksgDj9rp-DRUqy#lFh{F*L^BkE}y#MgV94>g(y>Upsr=ReA_k=R02034) zteK})R=@eKN1H}z#M@bR3v?2?%0CWvflAy?Qqr!}!cuHqhR}4Da6~}j#l%DJ?s&>- zBZ6zSCAU)T?WE&j@Mh$Envp5WM*B-z#2C5)M|jOWiIBIVz*TBurKgz0=4+98L#BSstV5rm5Jn`cG-fv$?>br@pb2i|qO*VR-NrVbxOtm@&`b zIbBpbcs=^!Ig6=u+KJwd;h=X>Zr7+A9XZERx0afz+@Hhlo2s*- zyr`EH4!fPU{Nd4Y0LK-_oxcpzFPkEU;6bS6h(RBMJ5x=zVl;w)iOPdXZDXV;9+Uf4 zJpuPi8gPiLf$8wmw;~JzRCB#MebU73F;Y-?$dLrgy6e^6H2oo+0eXbu?YPxjMN6<3 z#!&Zs>}|#jaDR%D-H!J2*8CZZWoIyvH<;puU_UL4ecujLy%1wtQ4I%i)pa!e5cd?- zzGaryH>>U9!Acg(rS=i<&F}r>t$m%z_&=v2m9O1xa)krOte2j`h~`!7u`y zSmbK{3msx-{C{+alllL}3wEaeBXo%Af6$@-JOKSWApLI#AlCmGfY_P;(*VTsF9B%7 zenTA5??r?5ei8WI`X-}*5^=PHGg5f~9g#2tLc7SUm6kXJ4TiN@^n(t<)sp%Zz zt&(nO+snA4L|;;-*=>=#CUPkln{Mny;D?tdz>nG2k8G@&$o31sx^N$w5}X6e@BpTJ z=kVRBt?K5K(dNcP=H|rg3-RmW_|VpwIY*Xr&(zt)d4keJHhDZXG(VI)#b+?f3l+k&~{D`*7;;^)GeArWVrt0kc`el5F;^W`+C&P7Sd@}vh z?aKpxII3YnsxmXCKR|BdoVzaS5CqvC4#_t6j$3Q&gURU6`8lH^+`neENC)`&jDVa=!h1@GXnXXe1{h%^C&k+vlJ>VaK%Ql={}Embt#* z+u_kFBfk?0?Y4KL1Q{4%Ibe4`Hp?%u^C#eJZ$S5A+_2j4icZV$Z>;tPBqt zRT%nc+0x(a&A`bwbgfjvrrUyp|1_QIlOWv^@H#ccD25xGtwl-DvOIygUc?2Z8EH63 z#)Wn?@)oBa)2dk%E`kZqvQCk&U+f~N30?(lD}>Z)?d+_yZzW}3{y0HemhooZw8mS! zUG-bS?H6y-Um=Xnh}cHsUyXCeW-6+F$CE5+sU@~!Z9C!^#T@M)!Fm$WC73(@5)F(l zJqj^GBU)R75~>VB@8)3AQs6=B6`Y7@9MkO(+L@aY!N{XwTN;HE;1FpOsgFYfYr*?TnoZPl_^pCUZj?G-8 zoJjgFQ1Mp=N-uGh@W;P(ZxP;Cl`TyUKe}sUpqoFDT@P)S=+)6mFD-#)Hzy@c%0HPYh-o7-DRHx z9y5GLO(-6HV#owTa5120sa?0$rVFpf?k07ZunI#_3^GHUAKr|1;7d=4i+IilVE+nKm#j>gmg}6z+}0-vv`6^x=bx5MdT3Vs-$uQzmfD^$v1B z6(APS`Kmv3kl&|4SvSWl}%t08~ajTPXju9W%woGxvl+H)`8J-eyS-Rh)%l zl|rlzG$!1(5#CsmbU}o%)Ig6%YScQMIU1E5K9RCi^}fRt;_j;jDohtYVX)d)MQ&;S zar_R`h6I2k|qT(zY-HJe-chzuO4jh~Uo#|M2CDNJ#+SikC5f&`!}*5aZE9oA`C`o|$;X zY%;Ju!0niWsCSrQ+%N{1j=tSzwuz~nLVxR=Uf0>&0#WNuV(+-CtkGC-S3BW@=X52L zEQ}p8=gE@z2*g43@GK=Qy|_!LsX}(gB-guN!%6A;lD&WEofm*IvbdEdJ=se^k|VNZUu*fuXW0@2 zd+)GgBz{s359+Wmg!3?EKfSIealvr#9=H7%zkD&}Kjj9a*}^6$ex~kjRb2lWlM<1QhPwV^tc(adJoz_mWXRpr z**Pe)nwJ-26jQI`eoP#pFxbVuPaO&1`l-AGgj$qgpbvD!lv3^zRp7I#B>b`9Wp*Oa z-a{P&pLdfxAyT=7aI`dquri2&35pg1{(Xt}l_r*_-Cx>)aZN@Ey()!G5eF!upDU8W zH;qb;k}Q%@uKjx9qZv;(=c#HRPcbtz@5o>|+3ypg9)M2d*PPjMJrh|FJC}3s6!!1D zwD0^J$j!pUGJ0t|2y1J;xLdCS&6(Xeb7ca)5b$Z~KJFncP|-AlyTV&RaT?#ytuT(3 z?q$<=n|4e{zi!2P@bi?xLEMxy_z^h#OVkTyK(>NZbAB{F42aP{xSUDuiuVUnk?3lP z;xxM%4zvk=lmhW#B{@*k%($dA`H4-})Fi`58g8cU16ybeMzj+^VybxyeT_W(dapL# z^=r&@=aKCS;h`}B+LWI)8egsBwfKssHQS3@YG%KILo0&5%}jmx9Z9`RM&r;;q~qYr z>#ZEXr0q`UdIi?`y&pD>p|-AOFw0TtO6spaz1(*IJpYq}K|A86<%uWj+;MW%O~5{p zJnmxnIkr1H3>cp7*1z=z@i?Solt8zTC}VD9IK!wAKoRz zcXvF8T?sn^7=23tb=c}6YLu>vRE@%;37Jf-<*>0JJ<&&Vb<-gE1Pvm^$)jEy`ghd^ zY2ekwDIhgm>_v3U&od{!Q2Pm?r6$l@wNH)lz0x`I=$C$yr0Nk8qsogZ=>JqlFI?=O3EN(L@`h zZjeufKZoXvx;~wukG_xQX+7gZ1LwR@@B4w5pQQSKk@wzlO>NsAFGZA&ND&aEN-ycj zQa}Zy38?g{^eRdd5WxaUmo6QotAKQnrcydopL z@8}5Mq;j}IJ59vfLSB5P?emoBfg;nHx@gLwgv}7IBb-;*A`31^RULlMCmdHnV*FNz zXz2QBJ@3RP*^LhlJ)p7=7BIR|u*5w|Q9B$G<$51}o_xb5<3S^Q(F5*rthn-)cH>DZ zG>uK#!LmxBh8a)s%DpjNL3#7*wIcSTC50|IPgZWz>9z1m?md-#Rfmh-vLxeP%~`Qr zhEJN9G79Eb)@KqVFW6A2WUMd9myv(hxk*g4ui2pSSM`UV4@SY!z+dPT6ypCx{Q>!R zItBF?9%cJS^xt3=4E86~&z}J7Pyc)%=r=1Dz<;&w1^vs=U}!WL6paE6bitd12K`Ra zXwZ=t4Lb6o;h^&_Xf=jLg8|WCKr|Q-4F*Jm0Wn}eu!$xO8UseefDhSWzfm@kevC#CP8|e|QwPKQ@nbZSV4ph}fWUq3 z@V9YBqX>5IVB0wYd+)F+@l}T=oVx8SxuXvMOoqk~P8|}CQ-{L4?Kb*%as>i~#z!3- zm&vdy@l=O_{Ej*ZUg}`DW&|(<-Xn{F{)Rd@0)>w{C~l1c!+(8;`Bkn!fvquqs)KDW zoB!wPuxq;=bx^!B83z74>R|Y+@1Pjm8U+gAy+*+xenTB}dsm5vy6qLljyeq9nGA#c zrMkc5itV`+Ypj8XI^_1qBDZ&#_%{*3pngLg3WC8$9Rh(flg(_7&Tk#vO4GycYq$ZyR6(&|f;F7+oGl zF?+4$zaJM5b7;6+BuL4pHq=gH?_++`OL2+omGwm?GaIhv#npEU+{o3i*}kKyH{0G+ z#8g*vPA67fg{yo@eXBaRxqu!zeuieq^Wo*8yyU@WW(nvX&4u}RsmnhoFhK7T&}At<;K> zdJ?VlSh&^S3l`j$P7+57 za+&5=Y*tC)LMExpSteamo?gx4XqK#~$)tuo;W*UNxoCKMj!!^qYw5h6eu&Ev43wW$2sb>GI> zJJ5dNi5K--!Av$~Z{_l@8a8I056q6CPTtH8-hUUdlKXaHTtVeUzlZhaK4HdSl6-IB zFNv0$W(-R*l`O3y7w&aEF|RCbq$ch?FPiQe5p)X0?tzIb zY%in6J^2a>hQnQHe;5rSuNCEZvCr3iHnEnMXQR61%A6$`jfnF8c=qiL>thgwp~BGP z;o{6m0$uEJt;j)=nx(6lxzBelovbgdi)lOUY4ZH^r`WseZ&xl5*F!&UPC@8wUT`|g zQf6~ArIdeJulUq*Q79}iCflFb*f&Ov-sPpr>`R5$2d5+bKDIce+6xMQcc6of1=};6 z2&QWa@a5znK^Hx&6Jx(*P(+$Jl>&=2xKBSx-TuzELf$#O#-i&-q1534)q1swPM)JS zW{u7<31-LMw%`4N5IGa|c}COiRW8@7+^~>@QaPpl2RG78nV4^;^1hvjd8gVlQ`J7T zxETHfc{em!WcuK%Ia@XKgFR2&jo8-eKlw@z#bSnw5S$7{`Uk@JM5dL;hvt(JtI-A) z%;zE_sf71%J#4H%=4+f+9Y4eS4|5qr(inOg$hRaV5yLmTUWN9- z?Q`271*+KOcH9lWcYHn2v-^&x(^Zv&>dbsX>GqmYnc5WBwZopTYAiLFao(u3JU&14 zi1V2l*I-W}e}$ql)$6nCLhW~cABqE$sg-&iM%2_r)GjbOsx+oLa zwv`2R&mOwTH1_#|%BF((_|nYc>#%PbDRZUB3I)0E62XN{u9c^4{Hc`JPSEE0e(1d? zdZ{`!{BZh_oG~7!JnFpuAT+hoW2w|nFuSQAu6xzf>U+wQQuNhI9B#6A4@RxZ8l=Zr zXA+O*$|X(@-!gwGnB?WZl$bF8;kNv}Q5D@pDwJ2FJOVioaBq}ovC&{*HlS3a*Ojld znMLz}aifpj#@?XwZb1{BA1+Get7P~OFMk!N8FMhKb>1gih)HAzUJAZX)oqZp82-_J z>ugw6t(fGz_2+}b4J-Mc7K6#wdx@%>&x+9s#3`~`D||e7BwqK1q7lbh%&laJfYMe4 zR_*1*z|J1ZY!91ZDY`R*p8abyk$crd^)GWgQN1;Us{e#3o1W1u-mmdW=aCh+rDSxp z-hNq`B6JU;1Wl*mObex~Vw|ee(N?VbBD{2?`^JsCUChua&o!R;4ygW>XS~V-vNt4G zL-}SXs8dNkS{xn`yNh5h&Tx`N^`V=5PwJ$_*paJuzp6cx(I9=}DOdcc z*~eq8qJ8PfguCyI44x4335Rq~Y9;l@(^ov`=XS@`3^e-m`mh=0E>?asDd9Mr=_5Lr z87k5mmUY|Jd(}0sNMi4(X@Q07S~%>bd90wE_ks0C*F5s!u(M;U%$b(tJM>Y{O4!rJ4sj~dR4QNE%bFIz{~Qd$09kds_*%EwRFZkIYuhV4e#gso``&7<#1`dBk9J$xS%|FmS!}kE>YB= zK+s{XIcP+YC-)&w*q%s(yk1luv%8GrRnh5K^83;w?w5ST)b@#o4yY?H6qXB3sEy<) zxs>XgQlvO^FsVI+w67_KkT)Kq&1o_4-G2}gWALO(bA0)dhf~+Vj+mJXhZajbEqv#m zaSE(1eD}52@n_^IhMhXG_P~sN4X)j#VtY&d*=HWJew6Lhn`k|rCf(u<#Ymey{{GSf z2DKk^F4|gj(M}xdA)hUJH8hV(H@w0sTqv!HdBH#Jh8WQ}}F(=PTOsSfMOGW;qk`+dm7p_mSBu%vr=lS?Fs= z=ri9sW-v4N+5PaIv8uyYxi|Y$^;{;G+|^A#aGaH#$+NO^ibk^Z9SyhQJ@YBbDEBfU@iVfn2Mt8@Y$rUk7pi)49H+H%_7G2MH} z$~+Q>(yr}lQf>Di_PDntH>}(v?+ne#WZm<$B-2FI%|4#|oLta+ux&1>WACO8D`(i1 zus8nI8l#OVeA+yhqa>1BT(`pKFHjWJW0>MnNgaIcOahyd(XSR4E(SgHY{;8q+`nZP zAFnmXFw?4>JMVTvTY$>otn-sINywrz%aSib1v84wyL^3zgk3MPDm8tZTx8`rHoK@# zdfroOVq-Cc*#~8BG}h?!VC(EXUpGNFbYDqHjzhs}W6-S#B=6?y6Tak`R3A5{-VkY> z^liGFe~rCQ*eF!8<6>FIf}>F}S81C&e^{T9Sf1@cGi|qP@)FPLG$nPb`QV%d>KLVhqw#I}qPuC~k=oKV%Bc(9@wL@(T@|HLa+VP;VU3${Ai(fxsVhZ_qmCWIK4I zg-l1x{OCG=<*EJniO*6eevon+yyshzje3|S7?#nPT9bJ&W$*mWO1h&4jxMEQJ`o9f z%Qso!@L z|Nc117NSH}uCK2UtWphceZiH+o=bWOnbEN}knfYopqMY*PUUpMw)QvQEyT^8QB(U8qc@oC} zx$`t-z+;##)S^R<=#tr-x^UCGXe&j0K(iGBQO}8hsa1B^# ze^oPUJycDeVlj?~!uzG(QE`|1Q13m#8j=D7tMu!kWg3!d3_(p&nr(ul9+AEE5q^~E zmAdPaLZ^dE>!Xh8j~y=k0NlEnj!_p)G;iY);l47_b1jV=l9zj8E#$@5+FSaUFMkYC zmo~g!&BuA^GIvUhR?nd>UB4i%!{p+-o@pBG5PGx5`%iRF zSov+LMzi@P7wQQ$JYljE>=dj!Gf$!dWsOQ@rc%!TG%jwk@ZjLWL7v*2DH*9Miu-6gl(f{Tp6``!!mZ$|zTdN+ll+D%~J=@KCQ|PGahdh9cicnpqtiJib3?I-<3+?3 zNof>!(qvK~E+)3b0S>HtgQwN56DyJ@IAOHnsDYV`Tb16cqPfoM(74VLaTh zPvEvA;P*z!uT3O=3JM&C0lMwnITccdQ*wha0F?{axKNEA#Kc{-9rXUrKrc~ zxWc%1%ynG$;DU~BK6{f(u&-o!+>n%t4^->HJ<#yxkpzXzanvxY1s;s`5K!k zC{y~X`>=XSuXB*p?7bnL+fjOH#*i0E`kJlTci!7&TL>&yQ-6|a_~tKD9v8r;_5q{d zR(k#*|0z4hrMsgqg+5~rOv*HD`O65#*X}bHc=DPza6|ucN3i-qo>2wHy53+*==3yw z-1C~Q@C>T>=@ss_L@G0d8~)Gkdl(KBG&N*i$~i{P=+kTniyLNcwe8WE+rwWP`)*wG zzJSh^q1Sd_ES#=r-4M7>tU4vU??NMGG3nWpN_x?ed-B67_%4K;;oporS3mRcI}p&O zaCTvtc;?iZWr2C=Pj1YjS$c2pZ&tpQo^5%5SRn_Y<|O?1!=#jL%xU>@J2Eq2?E@{7 z?i2^U9jfSip=CX0c#lGGK~68{dv;Q)u~qFU%R96AeJ_~WgxJD_j=3vc?;m;X!s5Mo zTS=#`?StCwq=FF?e@qTj7gI#n{_=|M71xugesU3mXP@5-dc)eTmAI5>(A9BKiN8Ri znD_GCI8~-c3yM>Qdy-PF4~o&dxSgm+Y~qf`pBOgP4K(SbK2=@viB>?U{ zVZhdd7zh-61)u!EK;Ymn5a25kd_{q;Xz&#SzJdXvAb^8`f)T;@kAZ>#p`Ud?k1wq7bR4ZX{eCp6>2(Hq*3o~rscWU@hG(PH3 z7+j?njeomn;FmRgB;xNid^A3%GuZzNs}6<1yM_;-33kGOLg5P0Se5vy!~Dj*Ln84x zVZgq}9d#(Y&nyApH`HOdEj-k1fA@FPA@Dto#?7SvP8}SHm%8n#a7P^+j<-7KZ>WPI z@%mP5r-mJMPylarzdY|n{U=TZk=t|cjyebmZ*}nBP=`HX#X}t$H?l|o|B*%fhB_n~ zpU)iR!7$B`m1 zIARU~;61WXD8Z;N1R6)oVO8R*j&K|)0*NE$uqyFYM>viYfxr=S2qfNX6e!_1QY_iA zqYi<0CW9ggr*1p;jyf3LnGA{|+;WQ=;Yhrweq1KQs>D~_@8k*u zo>V_Blfg0g&v(FYsDtChk?wHwSao=F^SJT{fvEoN*gJGJ9Pil}M!;tdAhKbejz z6%mME25_@6Rwcgb2$w5hXaFSB@t%!gh(DN2#})esMW(|*G9B;P7>4?t83lqjnZ7-v z;7_LG>Z1Qn9Skpy6b8fX7_lnxRrfo&0tyH4CDXC$VEB(L;r10fWI7zN3o;#7*(Q)W za9;t%e_sJ7+`eLmOyB;_;!mdIP5}s{4vBll3ab)db%e_mP;g%X#eZJ`CtR+8!f`uB zEI*I0I>O}&C={2;uqyFYN4V$Hpb&6mq4zu@L` zW9;mPl=u5SKeWNQYDT%@u@ECG#AhRPM}tj`Mr!}G4^KWvX_>jUQ-aKmZ>-Hu7f%nG z_h{@JqpIpoce8w(6qmRuY`|x8=lt_zl^d7X;|-6rik`{Nec3fpogJ~<(cZOUu79z! zePS%FT%ljx%;xT?c&Cf3{ff3erQswt%>@zEBh^=(7gwDS72n#<>hpAeONF&7Fj`n6 z)|(!`XMQ(gQ7G(L=6dgy`b2Tpgw#dd==7i&YgiIYuFD0=#-KtzY8{`p!4PS^L3-}B zA;a67^4wzN(R)?<(~EN?7Q!?3JPXx(O5>Fm;hFpu&}TgCRbDA`Imo5zIQrR!0RwlA z3np%n9WrW6uU~r?v>6{Er;(7_bIQ#2y`SH`g{*WpPHq;RD`CgaUw5av=DIl0+!kt) zg>=y|g$Q(=B2`Xe`5nYey+X`n0S+wZQZ${kX__DYyy;s1BS}Y~+H5C`njfEy}w(`$XZY zw_<9_3=5xWA;c@g_G4t9`@M63>Y#AftX;|BYkvj8L3Y8LV0Z?E_KEzl@rjYBv>B9VsI$1g9XAe1mgsSsmSLimZq7DQV zn$pVpT0BM!c#MyR+4g?re9=_@i8}~tmZv&m{ZgDEmPYf*5Y53?FO#B$dO3?&;8V)R zv8LCKa>TxvdA+&8embcAl}Sy_mf5$M)3JMWbChb7z4N)Hy!9B&Y7*^4`%d0XYnx^B zD0o*34_s)U(&-uBH|Y;GqUF8KbVE5Lg&CUFDnyK28;FnTkQI6d=rkqLU3=3ytLk zwKI+kTAYoV@%8sEV=!xC%p$c@Gv?XnV^!C{0_!7jKDBIfb%cKgebf7V{!H7xlB+CC zJX9*%f5u0HGEaF;^qnvYf4^Ghv3w^omesT9jn@|wAYNW5cCCQFj#^a%k#}5XNNS5%->h5OVaeu(g&MTWwg3Hj z8QF#6_^PTwK~d3V#-^MYw-ky<#==yND7K4yDvz5Cj1gXU@;o1>EBI6){LJ)YBaJQu z)@JVY71*ora#8(y2#03TcGC~ND5ki1B27?44AtV?O2?j)h0l}kl3=#~81OtLS%(nx8 z5y56!7_f&G1_cHLeUC7pwJ`<-1_bSjXfWUrE(W|U7|^c>1CAXA^ee)EenlA2uL$$g zuLuMB6=A^hObqB(gaQ4EFrZ%%2J|b!fPO^;z?(3CU$-F$w-MaIo3>Y#_~T8uj}Bqf z?chyVb$H`VxDPae)S+=UD){3~xUU(3)S+-2LHzM1+?Ss~>JYe%ApUq0Zb~AMIyi14 zxC^`qLAZ_J4&H=ShdTIw+-$rH2nI!>xVW<9_^C?kK|LiXB8}J6G%i(fOrW z?jM8bpb1xl+Cg-%>hMQ&(1hDp>>xVW&mI1V4jTR&-&q&}@xO!Upb>vEqVxY^miza6 z2gShgMRc%Eboj5_(f>AA;BU`}1}z5hM|9BW-%y9b>mjxsL}$l567NigCS0!AL3FV2 z75<10ntXtAF-P0t?*NeHuv4{uF4^o9Gbc2G~(liF2&p0M7!gt_6SBV-lNeoUQ6 z+$wER&W;^1@Z?~cdD`kfaan1-*J)plzliSpOJzDbgVt;{R%^5?vb4;~^BN3$xN-}6 zb%NI+nT`$L6NXRE1Z zZ#K|js_jH%TO%s0Ioj#@teJ0_Kz)U8+~*7Z;dp{Ra|xKBNlcw8RN&1Gub2)4e%K?#x=GROo=sK8yT64RDG!LARA{-t)t;Ky5wFKI4?iB*G+i_P7TIBEXiPqvSR?0Cx*;rjr%DzVwUMlaemZ{_IV zcgy=t+H^$JkaqqNeI&N|PxKF4ToUP_lJB{HihaCBpT%}4?BsFMB-y?bCrvi4O*;AO zPKO_8AYT8Yu@CT#?PX-?gpp~ zhhm)0$4)PbJ_ z?LUik&wNL&Sz8mCvbR=n?B=6apV5lf5U&c1MYT5q>$oa-RkROBnnkv6sL@659WPXO zZXxSIs!n}TMJ6`r*)N{IQ7av6NJswSd?rG3bEtS(#BYOD6(TQULPXvx&+tLH`uS+- zc$&nOk1yV@Kv;_JC7#^u%Q{V=F=?ONp`+yxQe?T5A4pEa3+)ggxzBb(C+?^OCCi~F z_TmH0eK91BkJz4@c&V^3Fl(#7l^1bqg-`_{?5aK=Ja(}91d9Ok^%JG`#^gZV)vIZz zw8#P+jfu@pyoWzGdE^^u#km!kscy=yD|nJ=h+N~0^8VmOr3(`48iFjO%ysH!hm5kz zqqr;zzuypvZ1|f0KHljEQ5GwE>vh|a^2-bR2fWhUIT>CAl8yITiD^s|bslNU**as| z7F)l6e@U0H*9$5)zCn0WPV4bw7atg;oaYY~a87@Cz)vMEhf;v#k)P5kL?{?3d*ECv zZEUn28}NZBb=osLJ3(m$YLXi#B3ogRW$N)|?9{*~(H_b9TtfxmjvC*cLQC-@D~-e| z-}j#h;*Drm8e*Uf^>MVat`syol=vlfv0rwD$e2A2eqXqcXqio-BlLb3$@t4#DcW;N z+}BkDi*x-S6y!9p+&kjt&d@QIA$`BTIE_4gA0%{W^r}ANjQ23jt5-b&PE?4a1;j47 zM0-BP`Bv1jFr28=$RkyqcfBCrE1}VNF6^9K^_K&K^Ig0TPwOp3^l4qQY8HZ@9BDVY z`P9m>*{gg|#+pPhx+=$tj*OM6J>bJ&ZAGSbeQ#wInS9TaiL6UKiqqn}k2G86KW)Uj zikCuUC?0ZFoi1K*>@H=QlFqKFSi5l3vnAU=$9wUyaph@9*nQy&i8r=N%>$llMJx?3 zTebVINEyjk9(wf6OOs{EdfL`{9|^tx)4n8I8}ZR+o;Qy0Mf3WGyC|zn^Vh$Zn)}W_ z^tAgy@a8N_hSJ9$dsv7Tjv-fm0i689m3@1W1pFmC{*K`e8uGsloWTDMoFM)QoZ#A2 z{cJt;+xQ6p8qfR{KLI;BVZe?~7_g%g2JGmB0sA*$z;}oN^XAJPueg^=l5YW#D z13v$N0q+F{^z*@hem)q`&j$egd}sjB&<6l_769ny1Au-$0O;offNLxO^z#8gKcDRY zU_{W+2LSzi0Pyw#pq~!_`uPChC;*_J4-Ehs`T(Gz4*>f40HB`_0Q&g=pq~!_`uPw5 zKLP$_IY+n+;tqZSN9+ba!4R&PxPzZy)!~nyUUJ;yzI5>6ckH?q6H000!>)S+=By9*x? z08Kb`JI*@D-9QQefglAK3g;t&Rfm5u5g=Ty*g+_;>hMM=00`l7#STINNA3cl03d|R z6*wOej z?!x5+fDkTM>>ls{AcV^my9Yb~2!?R#Ahu^clyJEM2Y4WN z0eApV!sUt`zyqreZ@>e95-wNl03LAUE&vYzO1NCH19)K7A@Lts!sQAa;DOu)-~m7h zmn(Jv53D*E{v%7cT!8~Tkh=gp04U*d1r*$q;SYEKP{QSk9l!&t4sXB%fD$fO>;N8c zDlnplLmc#4|m^#TK*cszo zd*4LpL?l=i9>1L0~Ay7^$Rg$`qyhOb8J3W1a~V%oiUD|{Jc0u z^44O}c2W4-QFp`J1}CYXHFq2p7aQ$q*YO)GX;S9(&&Wc4)iAU~i|?zw?q}O?yZ3Q` zo$kb2mHhir+6`k?Zg*DruaS~b`Ij-@ne^QgQ8X^g>61nQ{~BsJvFY&nJG+nLIkNR{ zbK}Pni$h-RkS94QYmJ!)&=(}$EIC(H-+%1mXtY&woAacpk>WM>TNYol4$&X>ZRUxu z7=?*M2pjmtHs)B<>ImdIOg<2bitS*ZAFlU`K9hHT#duU&RG)#hL@{v4T>r2!pUsS= z`17N{kFQN1mwKLW{{>TeX;EVS{EIF^5dmgfag}Q^(wid61Wb)mR@g2mKz@rH4eaP@8zq-mlriLObZ-K;c-|Qq7R*2ZujEJ zBp-^`O!RVI|I8n_5GLF)N(b?3{&~VcX|14FMPGS5M z>*0j^YU5@Px{Z%;-#9h@H8!W$Tkw01(}N!KwScH2W#TFqj=Fgo>bKk^uSktMie@#n zxEoz1KDl=LXvXZx@$pu5hqU!*ekF$Ln>~7k7m_MmN2k61N$k8D?`E&~bces(r}(s}sVS*~#-A2NawNz?o3HQDATs5_ zLZ7r;T~lfWz1HJGZe^;Nbjc@q(t3xylAU;dcrr`Vwv(QYvQg{z6^M`4B@)YVJ&^x6 zVI$YA{LDLl3QoVNH(GCQ?zKE!8$Dy4IE^E!W+Y8rN{C^Xv$Z{yVed{M}t)O50&% z!fq~%wtW!S-t!z%-j>T&a%a#I>avKT1xbPWzk5OIF-n9+x<3dYVJ zpq>;^FCjA!qe$$S4igZRC$11N?4KurpQmCiIrqGRVut;0pZ8?+6M47n%-EVMde`{) zqeA|;A#9fkZ?wgdQwpC%N!y#)E^uTlRe z*pB~znF#QYckvIJ0{|Nc0bm0m0Bj%xfDMEIuz?T&E))Q;fe-*T5CXvdK{No^KnMUE z2mxT@CIGZ00}x<9(7glz-Ae$_y@Un;?MndAz61d6O90Tm1OV+z0MNb!0NqOf(7l8P z0PRZv(7pr!?MndAz61d6O90Tm1OVMj0MNaJ1_13#0MNb!0PRZv(7pr!?MndAz61bi z8UP%J?Eqjz(7xn9k9lAq|FUi(+(rzCc_4Rzc>plNZNzYx2XYsf2LL17MhpcO+VRIc z065`_b~`R3aO5srMgTbBHexsk1-T0d1%MN7Bevr*f>npN%Lo7`+(rzC$RKxt$N+G{ z743GKD8Z4tXrctb30Jhkd7vP7;ei6c30Jg3f`xYcJx~BR`VWSm0669k#)|+r@CV~X z00Qy{<3#`h`Um4h00Q<0<3#`h{s-el00Qv`<3#|1fZ*7!@ge|$`jhb@1o}_Lix8MU z881Qre==T#gb)}nLhJ@FLP80Q7a?|o7a?H;#)}ZU!HbY^0^>!<-QYz?1cC7)4881Sj|75%fiTRW9A|&u913W0mpA7Jzpno#JgM$6Z01pcOCj&ev#GefC zppbtuz=I+nI0o)|b^-992ndeBajO9Q9a;bs=1<0pP{5yz7yZ=TkXww;=%fIx5=F`PTQEIpmJA5XcN@581NvH=)z$Eh$0FT(0$m{AZXU{- zd~b?i36W=K3Fh~?c|iHm&2uDu96At>Jug1O7Y}ydPC0UpLi}1MBV`vlFtJS?%r=R&BXRX5^q-CU zLjl`w5~5=jPmgW7fA1g3snWUG|LKckCB;jr-WcNY&BqDBSHd~o-=?oW_|~?IXtda# zo^PEp-PJ8xJTYl-Y(9AF*}kHu8$^zrT#o~&4KS^B;z5C?p8BcMn7Vxe4TjPCHW*QQ z0&#R|$GK)mGXzJo?r3EF(3MmAB3e&J-JZpf%1}Eie@N@EiDVH zUwmCBRWI1faB_*0-@A6=DGSLw zIXUz>BWSXPEYH86c$KlaUa2%h@@-T2J#)FPB(5#-8%-wCuDRv>FG?~#M2brJjE^@3 zD)G3>mgu$@I#Ot#4n4E^z~A#CtJ$e#)cH5`rVCn6Qgq9{pC9;A5$sezK4%6fVEG$1 z)rXIcb_7l(hy}V_6!~bDd8MBLbFS2*^D9eHueac{)=3M=5i6mw#@_R1^2)+D8(sa@ zF-4m60oLhsHRZMspr*C__axtY(68$jMRC)Axt7LvA?v*DiYOJm5XK-gNd*VbHoe;s z?^A@2ITlGiN@5GpJ~eo+^*coRttcaJutpz+hK-X<{9%mrl;~}K;bDF?lUAciwg-*; z2Hsng*FN7{QDo;dW5%e+712LPKJN2e$1%Ecg|2n_Oh#d-5S4rYugL1mZi+j44`1lry!Dnhz~|)|OL0=>`iUj=?dximAu*YmkPmm9Up6JN(gZ|_r5$Wb zRSV66D8DBX8Ed%6+pm0UsV*}THOIdQynP}xkhq((^Z39<0Se|={s`fp#|X&nc+#!^$6d52)I-#mwKxZ&@~FI3u+;{S~T9D>cL#_awItia-lRt!dZyxJ>h_ zE=s9fi<~*ndZ0yST}mh%3kpSc`$qDv<0`Woo9q~c_&AtWo zPy3ebpU^vh^)F$53jl&bKqrR35Bl zI}`z+F&uya1A;~|0B95gfJQL@XcPm0Mlk^9Cw~LJbpUjV0l@bMfJQL@XcPm0Mlk?* z*8$)se*-$j0H9OM_S=R0ynz0^fc?CH|GYr_yZ})q0$@APe_1RMu4w@d?m+AY?jWGK z=E5Krl1q9Y6tF#Ks>` zz!1)edIwP0DY4^S(7_PSh;v?YlgN1 zC}7p$4=7*=*9>j3#E!2$}{CN1~_3K#-5xWNJn*n5XR zpnxG8+cL68>gv%AU7BZ0C015!%a>Wh; zfK`V-0`NpS{yE%&erOy}&+zkJt;RArdtKkE#fgue4 zmHRJ!#{NUhNE=|I%mdKcsGZ&w^`5f&Y955KbM~ni7gP zmJL==2qX{eO$o)@loG7#5J(;zY?pzA;x7+IIC(Iz6AIqjGOz|lAbC)5aACU`Tm-@7 z0pQp|cQLkvOBfhjQ!fCGzc|!y9>;F~RrD{;V{>DMF72Gh(##$ETtsXeZ>4_f9G73( z2k}4_15zWd<~yQ2A^HX|zN3%cT~~;pix2}`*d}?(pnS*Msei<=8d{1c`-aPM9;cQ6 zn0d;_1QQh5*=XavH>TrGS9(%PRjr^=nqO_7*2bX`rMni!BpE_Y#N%vA_5~<)E-_Z^ zh*ZBb_wz30UGw?4Kz$0}ndEFq&rmoQ?BR3c6MKkzQU6Xik1KlYsiN~V&uYB&-d3@# z>`f0p!FV_8sdVk_{UP%7!qU(H`B(l$PG`RELr~hBEI?S7e0X~3`&VziBcGqX3bgo8 zMHQ(OtJ;ZZ@9ZDlKa$a9>j>Q#7`j|X5<*k0WY3v^aXI$grWQ~&Fu^c4Ac8OR#)R1W zV!T2FHG-Hj_{2?aT`R8s##h=vEV;swElW!cXzA`F#zeE`?nxcV+Dx%lq4`!&{7rJ! z>-*kX7Uq-RUAI>DzSdlPG%PBD=Jbdn$1L`W_nIAKI(sw6nRB6@ZS$c=r_E?xy;$iB zefzR+$2igtB`D}si)x@;!j#AF6|eh+^pw+;dS86wv1xU5USS4Sc9m1SML02i(+%-t z-ZgNnVIZ#k{ifgLm>(k-hA*VdRv1XX%4YWze6~0CN+&rdn-T<$j21{(X);;<=r5o= z?fg>5p<$h`+wZnWu4cUiSu5f+!!+@Ddzz;%OVgFG^=ih)&q$e$nF?Ju{}5wz{K3G) z_qs!Jn>WLVs5G2g5Nc!JplX&)6dI0i%u6xHPrUFswfDfG(u!~UMBk^ym`=1GC@Bn! zZWX4fPfUFFqgNp$gM|3v%lJ@jMWI6D1g$&T!E>e*0j5&7y*EB2FfyK2cXrQYBsUxu zqP;s^Gnqx@yIupidl&GYIWvbaY#(Vo`wSw@Cj6)-k)wVhXA;)Vj$pbOd8fJUt=e;K z&4;%psm6Iz_w(c?m<$G5-|9+B$ft}5^`#_T(JM*oCGER25j4h|D&s7wcTAaA<-G7< zz!-0u%wCLOLiKpd7hmEpU1zx&r_wkYd1amnK0e^#U&s17mvnNN{7N{4bDarMquHmp zdS}x7%CT2MZ3<3g;ktp^QAX}+Tg6Yb8I28XZ*N(AT(WOfqX{*65rg#H(A=gCGl?Hw#X#Tc@o25E5hC zSFe95{EHVYdq-eB+V2y|{bR9Y8~e8;RYNETq&vkT=^GuE=6}p`Er%;R&Rc@Rlc9L#VAB)tTK9luG#ZYk$3M_(CrX?JB}08(0jM!=vL4SrRpuNnNeDqQFFqF2co*2 ztkj@gC;P4$K4`td9J8`mGbkuZ@_~Bxb+LkVOk9S4>Eo1MV_p;YY>8Wy-w)d#d-Pf> zzCKYz#jG#1q_4Neq4tEt$E<;Tj1AoPD!HscCn7mjLa$=wnX(RTq&+R^nptfEt$`S{ zGV#?pW*@lIp2_C2q>g~Pc&a`*uOfzF+jeSd2Vy(jCmyF|meK%weHl}|3_$sT;uG=i z&RK^ZL-Ro~CVtHTvoKZt9}+c0ugmWC{@3GJFt^~&V==&A(-Y?Z6a6&)dIbBsC$OOZ z!Cy{bw{OSK^GfK?^GfK?^GfK?^GfK?^GfK?^GfhNY+rzfy4zRipTENVy!aU!_A@l> zXK2{Z(6FDOe|G!WzWNy(hWdH&Gc@dHXxPut@SmaKKSP5hhwVV{pRwUTWy61lhW`u= z{}~$oGc^2XXwWr+5NEQme_b*WZX>qirLeuA!{18*{AdtH-j109RvrZZ)i9KB8?hZX zg>8BGyD5NQBLd08p15P>;eFx`ez^%G4}mN1;D6)}PB{dU2gmJo@IP}0Cqe?r150=K zAG(9nGlAqma1|c>Pu;Ruy}|6u{)T_2qX`U8(jQN6~O#TAbDW<4!Mi+9gJ{U z0|}Pzkh>_~!3dW%cAyHZJiMU_aD_x5d0_btxr_20jBr_F2dmgQ;>JIz!3dW%5Mccd zxr_Q8jBr^40d}dzAFKcu-UO0|#tkn1WCge#AdoyHZpDH>S^;iS2qX`ITe0BJR)AY4 z0?C8nk{bSS1-PO6FY-`-Z$ggT9-jX>`vJ!;s1O(~_%0SyzjPn_56QzWsIc;Ov7q{; z{n&p-9t?oul%Y)-T@BPw)3<1`te#*nbLwLyB0YSIr?PA69 zOA|6U_<+Mtd9dxt^?xo8Tanz62gN_B{nCXDfkOUW9t@wsg<^1n3*E(;<1cN<5b(dt zgX1;0P!xcZhrvH<{MCo--yDe|V841qRcGkZ&))sRHsm zC3GR2*0y}bnTi|{fsxM_4lAc&zI3JqM(yPR-olH^CG1|uKYujjdCyX8V|{vkZ0L3B zx>03EYe{>~f%bPL_VH2`M=I}2WQ%#kz8luO(Dk%eSKll=i{0P_GGfr!KI4QwESFD~ z?)f*TrBzqd^R0%nuerLnQusxz7$>b!KR!@m#)7II2WEGm^Bylz_pM+2ewaBoVW8a< zbwL!9W?dM6WDkQ3M&JD94YLDc$@CT@$)Aa>8N0oWZ8}Zio1^ogYl`Y5&js2fWbY4_ z7-p>;c%03)<>BV{R(s&m()ie`0UHKO0QH&Q$IEaajV|=YQAITt5$Y!ISgxB!_IV{6^1T1NobGW!r> zb@=lA{!LTKuNTC!VrS?z5x%q3fklkxS7ZI0A+KzVrY1e8JCMe27$N#*skCRKZ4&se z4$NuiNVa+{Rj(S7-Z^tCE#=1M_Y2M0ZP0waidLYHF=7W&2 ze`DRUaZ9#KPmz-t3!FH(VSvo3U7??JItqdiDn;3)|$VGlDYq z9d)N>oE=+DWQkUHNgrxJCR^TeQy8J~RYy6X`O(=Q?Gv#B`uP0)(eIb6vm6S{*$z2JA1Xg^bMx86z@3>&%67&B(VE6t8^gVMk6e)@Y7uqz zXSMCst6bJUT}z3pt3R+xvc)6cg{b;emOXy3L2Em9A%u;gXF6*@>XK9JqimIUXp^zC_bB9ZQ;T2^I)Po+WKmf|1SM|Esx8T2dO%$<1uMKOS{e3lrVz(V5?NTS_)jE^Vs8#V|KOI z4%N`1h#b@dXOjJDPPkZ3NYc(@sE$$dbX7S$IcdB;`^~Zc=<>CTtfka;dEUI;?kQwJ zq}mSqbsI=nM|GX-{ccrRbA2;{DSqebY$UC{+wIWA&-Sv$*XD?iXfPvRbqH-o)N-jY z&-_vf3;WBdg7vZHTNGk}vp}dGMwxF)yJa-OiR13=B1&HG_Hzl+%(P5bdr*R6fe%k- zurUiWuy>JUcT4deG^i2mBxVw=VWcrXEID3ZV}uA}xF|$Hf?hlkq<51s)64C;Qc#jz zrJG8}6p1a~8Bb}{pX@mFcp2hwFXjYk*Q}GnsfhD!yfKvX z{Id1k(vvj$+FkCX4m4Ey#QsobVRAW#L*{P}^)YT7iKpZ?zHH+CH0El8!Y%U50!`Rl zRLO}?Pad1Syw_zJM*WSI-UQAb7<5kOt&MEf5y+C`OE$j~Iw@r`p|mA0j!N5;sPVPX z_M_}ex;5!VV;7P%tU2f=o;AOL?BC#)4!D`%2&Yyp&drYb{&wGo>!MX_Ya{JvlsXIf zAWCZ+wgrcD?|jfbndHCf<3ZV;c8g6nyvXNW@cuJnVBJGW@cuL8DnNFUjn^2hP6d&N(yl zbRj2I-A4oYbb(yI~ z93_u>(1vtyG}4wT74*8iJWEqFnNO3S!7h;wgK9>|kCj{4@U?Eflm-gSXg9s)1{zGX z&RV;70S>`vL{WCbj6 zFtP2`8>yg3inAC{k}X{PU`$k)YmI)?J*%|8)^EhQ;FGe=o_v(Q|1msJstyUGwh8yD z3bdyv`9mRNLn*j{?#yjX9q&e?WV$pUFjBvaQ7t#aCKNOa=wJAe-@}R%T;XyH`*+PL z!gi4_DY+5mJmu2(hOFxD``^Puqq~4+t>f&! z+L?hQn!t$1hfd`9bjIL+!Edo&Z*3Texz(<6g@yVQKp)`2@yUdr^cpmNpYszP=?gNc z!eA0cz@wV4qVu@M0p>#}kQk+KjwGITX?Hk8)v>g!gY$UN2{hveBJnmtJ3R%+nMD;- z!^UW~Jz0=s?My$YTPXi~@xXhG47&$sZ#ehoQ0`kq4!c~4qnOTUY})h<=YyY;z7*A-Fi}C5FSd9A_i5J3ibr=?8;(` zJs?aTx*nzI>ZZ0pa(d}AT2|^n9Z>8~1HpuC4 zC?Csp7%^U=8+aA{O(wCmeR@;A>FOi5KG@Cr*q^W;A)z(K&O(jyihUpeSC$V~6XP>L z;;fFX*;cc2DC@4YK4#V_P&;AK@xc+eX?4g*T0{2Pw^=AyLUg!$eJM0sG4sdSXJMIB zae#9dH>Xs^us}O>hCG^5*8l)#sz%`I#eGsXC{k7+Flo(Tll13S?Oic@u82gy8wA($ z%?zA6DMGO$JrZ5Zkq9?rR0R@zKx`?ysdfB5C${h?>_smf)7 z9!T9cmDVL<{o=rU+JgV7W>fE*lScS@SBA<#bT}AmRY)xkIRBhxG5j%VW3R0n%Od@V z-=RqZp-sd-WB8YTJ5gv5)bdE`X^{1vFJY3L@_PJwz1je5_1`yuU;uQ$ZBhPgslXpV ztn@#Bxc?@e;s3Ww1(^P1sQ}~eYIMfm)#!}BtI-*MSEDoju1074U5);muY~`A7M}T-blZ1oRK%Yo>om5B#UVuzzR&@~ijQ{ujRW{&gVi-+07-g7#Sdg7){* zJcr?bFI8pw=cn&Xe>Q#3|GA=B6d~~970I(1I=qCMi2Mvo0Pa>W1$HdI+4%m?#1zO>2Yb*0nKt{2SpP0^Ip=A3A{ny{=%MTJ6UVX zQuSk4B}LMwGUR7k9mc3rV=vbw52H`v6q1*|Y&oI02?qU--(2%j7;3A9YtwYR+dW(z z={ntLmh47c-h(WY(xAJ|oanq&Dr));j!V^8EMH|EE!zz(J?XstLGM?>M*8|ZYGfs= z`_}rxQPb`FP$W>iV*{x=Xz|?B9{gAm*~XxEmbSOHKP`B7=n31raL3uAyKf|`>Qidx9Nm ziWGZ0J3f;rN55wHqE@7bGIg}GX%{gTWY4W^se`5Aw0@xFsPc8rSglWIoglfU+N26( zZ!U&{83M}*HE3z~^S6}K_kk=^>s_{WRuz+#XFH|s@Dnv1^%^^APi{`H=1--!#BZh0 zJ;YdY2dw&X9naS;Y87RbPkJhnIYpXN2Tl4ectNpV3XXZG47afj9iGRfN5hX2lC$vy z`&c6JROM@ZgpPaZ(_D5!Qmy(EwnC+T7c)0+7s5vLT<2ISE~NDvEU{z~+;xUv5<$$X zjZj2S^M(D)`A(LD^gCJ~0|R}*jGvqw^KWV)R!bCz`*o{XEN^ZHTVmD8{Aj{I9t}UA z^|J9hMXqsf?R?BHY_;bEvYH)#+BOK7s?lcAF)O`-vVuYm7fZ4@7bEh^X&(>YiEcaz ztvI1NuGOp>TBpWBQO~lR>MpZ`L2LdbY_F$uc~qN-qz|KqWpoz=GU7k@?06_^z1c)}&WZG4@km{`$0jgf_0?`4vHl;9USpO0D|5^Y_|M z?w|&wK~(%3%H`&ZR7L^>+{+`B6Ubz@54EdCSEgm|^xW*5`>C8_D<66s`@|6-;sG@d zM;~I5@Sl}&Ak&vMK4+Ijy9b&-BFjz>} zu`P2)Rc>QBG2ucDIGP+R^azF!CpytTS^GejP1D({YlE*=L-_3A{Ydu_K`)$i$=B#zR)`o*z4lcc22D=@ zqr0``08svnj{M6+u84r}7pAhh&9joNa>zpcy@^YDTm*0jDviB@9*tDpf-Z1aVJkoa_E(D@>t3tVz=qX#`l z0dzxRT^_Ld*B^fb0|4h4s9LC6f)TOgQK535Ymj=rnZ?;k=c1&|xcIPoVF!88*#4-7 zJT}o%n8FpGW?d&UcIM>AwmNpMBfE!qE*gs(wMKV{&Fy$#Hl4wRYMJHuIn=PSo>O^mSZ}CeV}TLc zw^buB4*6g=)M=vu(`Q#Mp)`4^>3uTlBLxcoRcnV2R#20=wT7uIunWXW#$6$R;&4zd zhEg4sONtf(H`*TYfzhR%)mO;h&X4#gGQgOgEf8n-L7sE;X;TQ1lZw^;D`Z=1CKdestKNq0aR1abKCYW4z>;JtqgIeOpJ znt!FJZjo(3FrthFpd<}Qu0D7VT*|mp&5F~U_IdM`0}>h8D>XVlF`xlG2Z50NJ6o14 z5#;s2_-1TSPOmd9^GRvYfa4O^r#O(gQ6IAwS%t_ZvHDuij?2nz_dz~_^)a`X*;dj^ zY0RAfmaY{km9J@D+es%+-h0VWJ9F|7;dHwC##>O?vQ?#sgPUZAXl9b1FqRE@5Sh6< zgbj;Dl8Uqwr2#!-m4>DgVPA0^0f;{fwwP@npWp{;1_Ml53u}sNzAB0{ldY;a;ACRg z-zOqT1Ze9^vtyXc?dt(pOq~%UiL0eNvPqsEo2yJ|XG0J=U)N*eV$|a%^qFIQ4jKR$ zP8IEh;q40695N%ksx)01h;@)OUBw%#dsRM3oxigjHL~rz_`Ev;Dc^14Bwh3*CJ%^e zlFs7yEB&+KoVbfowGHcLVdXoVcGAesYLnUo({9(lc|oW5&8 z3LG|vSw|tK=_K8MpIlhN5@^x%Dpx-3d8s{W+4o%=rJ+fyIt2!@;1^_5aUlZ+iabBk z)V&fi^V4JT-l5+i6T3&+6kkAXeD$KJ}q7`D#}>;qKp?FF`BgrN3aw zgLgPPfayDuSn(7$&Z(XrJ8U$4*XckJf+))ULy}8JC~Gfeya#<)_&%vU5J`3wSfDWj$t}zY7S@y% z71fFUxzxw|ng)wH1t6h10U9tMp`$i6%=NH_tP%mo`zq9-+;)F5 zOCV(~XSAeYyLtFqei=L~#wlDpIUTn=Xk#sb*U5Ch;l z*T6AnqNKrx^)ww)!W0S@1x#$wYmHilu&;Up6jWMMagM0w2qyx2ma=RO1F85T!34VK z;wC^i^P#NMf^v*<_=>}zDo#8fGb<4JhA61UU3BuV`3<3}noGjBg$&#gfXNvw;sFO!3dl{vZ%>%FnQT^o1AE@_-N4;eo$P#0)oW{ z)!|3y6C5+~T&Yrfz;j{aX_F{ihm>_DSP+_m30p>AC4i)K%F=3_r%)Uc(2_5fLkxM2 z!t(3_GpZ6W4DxOt6M7gY-Ezo32arxUls9`X_M>l2l5sIK2dWdIC$KuXz*_0ZuW zK(~Gw5S7tY@9GXjSgp&EGT=Yy59>uDF(Gw>HA|GWo59y5&B#=QZ$;5N{ai||wR|Wo zRVpo$Ri2*OD@g-jP5ywYz<*(|)=AwhX$n)qh-I2a+ibbf=fzk_xb(H6JlZ(*t+J%C zyj{=plzYYxxPya%OrtLHlr(&wN%MgPUy}+n8I4%0bS7-8Gbnh5pWELL?rK*k^`QpL zO&daS*%ds+%_UKabVTOC@I~H$*`%R$mGVtmV$>(@`Ry<5vb^p4xS0qfXKy zq?g^yHCh6w;%HIeWUa~bq00j4=P~3VYt@;1h>kG0lHl8C+(+Z8P=i|p85t%GLJsDj zLgWs!{E==0L@`S4QM42k(1&TRH6G3$+QM+Ua$8X)RX=1XG6povMSJs*Kx0tpX(l& z;@r?MS(WVJYm5grA?d=d-to}*6qP_hpPQaJl?N0?O6+dW`aD;m@ z$nML0^1oNSoW2!s>PE5pe9gxp;pgOEzGJPSJtaI1vY46Tb zoq9(G5+AYMA~F4*Eht*|44gjqF-< z`I%2TO!P*ro3PL`ULY!My5r8tYa~sVj;G4NetrB(v#W#@{5~dQu>d(h;d@)abS3N5 zOqgnR*J3$-khX}jj z=P!e6<-j?#vEj5o^&|UEaFk?|U-*x9Ge{5X9&ZWrFS*cj5%_j# z&;{XOFP!L>7^tkh7;ZrhjEzhOT*t}p#Kw;xV7b#bb>)m-B7r7q!kCs6658Rm<~i%9 znt%S9_NA-RAfH5_YwTu|1oG|~9Kpg7)GY{s6Bst(CPba>7FWr84YdWqNj|j6cUtpQ zwKHfgx4lq&YEkU4x{!;IkR>hZtPz%`p3bx2Vb!bEcOUNAYCxYMZ&dX%0mg3H`8tHI zg^PeViMP7r#NeLIiR6}&uOVS;2AbV1u}dXyFTR!pI3f_;mmqo4986qpZ#UB-QaE?= zK`ghv{2P=DDzTy~`y(Sk3BpH;rjsg}585U0A=wg#&h;5zs!;f3!1aoQJiV`5D0X86 zoxD_dhq81a&jMEw$+=<$!3bB*`H9-2(ZgRKUq8V`H40DGMU5~yEq;s|Zi(`K>(Z6w zrE``Rkq$s_aOP(>8)5zFqna;E;wfYt|tdaQ%vq&#+M_%tLfYW! z!}M?<4D|SUrZh7nmXhf@Ksvt5R0n?Q*d zDt+ALIr{1^1t&#%?P~GFa=LwMS16oVI@L(ydS;0%`6iwxfhxW$q*6EXo$a*?35tj@ zmy>UpVxDi$D4Dl0f0^)D7hWpFv&YNS>SD2Tkcf0sy1=QDa~jr};j2U44PoRB;r@Xb zM|rk&@h-(_EnZUXW=k!gGfvFziQHyT{UyAJCU)a#kHHJi$y~!~11zX_z$e}A-Uxte zq!qEWBT03svy^(N>n`>1-VjPx(w3U{4(ORgfF~?5si%&h-sZD&)2Fy?%P~=0Gda^F zkSPObDrn))YFd?@lOopWW8rs@cN%L#CoP$4Q!NJV#ck3G`JI|#Iqfx&k)z^U(hS3G zhutH@?j1u`E4#5gIg+5`P9m0)p)Ub#AvSbqnyBcphJgTV17ooS9D&Ka{di4S&$60S zEpBxthiI5O+ah!%*(J|uEzjaKs2=s9T;6igNkVXnQ^;)ySWuq}1I;vuMiaA=s{|y_ zwy0i}T`81ZVWo-L4qM5?>RP>O&bi47z?QIs1jkG3l}#6yEasUor3-5YVMHVlvrtcb zAU{jM!-bLTycFi3H-2HOw=Hs3#R$gIT@rw@VA(~ISo{hwEt!KFZfqvWDLv5B$zqdM zz(5v_!Vhh%Fki@wam7P*mFakUg4lal+4mW#n)+i!d8)8qo=-%B^+<1OXlr1W90#6&nL0(Pa$&{4`9#SRt(ZPr5LHv9^A-bSWe0xJtguG&^tni?_Je%D=7QF3 z8CD_}vdSHviU7MvVs;1i%;FW(eW-i4pVN()tL}-K+uW0PeI9l6W?Xy9Oc=SoV$-+< zrAolKh=gtgc4`bS{#HlI$j(=bTIE-GZsWL7siMi`;vJ`15u_#}pqW*VQ9st0IBkX z`a_Xhh*8rH{MQk~Bzr=h=?)n55%Gt!YNj~8ThqiSH+V=|ST)*nUXeJ4Z^BZ#k5U7m zl2bQhCnp*JCYbPkKGLOAaH4(GQkoYZ6(?oEBjNIbR%f^Y`Xxc*1oGUvSZyMCr`}Eh zu;ZNs2YQ1{%WTU5#8soJv7b$6Sg`YauZ(-{i~zlv!id%gfr(}lMz_Ly(HF%|L}YU6 z=JFqN7;eb7rU_=bpjmM*(eI-B4>sHBv-s}G+KD|U3`xMES|`Fx2{EdVZSavVXj1xU z{EJIz{gUJ#AqB1qYyhp;2kNFN_8^`TThsjFc0?Eg@TevijV{YcEm`Hk=?M#Slc|^Y zYTFCI!Rvek7{iv3I;&35lfX@rA{Q7;H3><)1#!r(1q8ChY~jo0*^-$r5J>oZRz|Y9 zq!6JpV5x(gNcyV0`_Hb@`TY=#a1^A0%opP^eX+?0kzU;;(`Jsh+pvOzY(Q?o%5mOKTBZ*d_|81UN=g3}5{VrNpt1u9NX(V*E|R*f51YzgjHU zR);{>D|ymeq9^+ky@AzGMX{3nUeT@dd)u4)^TocB3T=A zYKvK!>#2gY&By5zCLmG~wgWPRPQ9(4r774R$9v6OcnNIUW-y<-qd%pA<2tjq?AYW!_pJk5d7zmD#_<{phUp*KqKy4 z;l5dNV7JMRQK; z70Xm<+D>a8SCf=WSu<*_2HsLSomQQ-JQWAbfrD+coaARI-+iBTVQ-XeKO;Y%%#|%z zR}#;ZZ6Ir4B_Dd%_2_fNSo9Ikz>Q&uyfikOEu49MHEnq{>%J=+xqJ|eCA~1kdwRdNeX{qT#0P&d|t(6Wt#^Xi-16Xc+EAxNadQj z29+oxhMwAJ>ZCmPWW4aMUB3?2F@WpA1C^B+@C=72hgwC)JDIeX=S%{8zY1>4l&ajo zLvJJ-x~Q~T?=l{ofH!9N(i~OGA*2Q)C+yc_Bl75=S>qbZ}eNSh~8;bE1J^DjNz6bNi$mptGg=p zqKAkPGgPI2Bpc3Dezm*{bvOf?OEZ4Ww9SRq*24+B^fbU}gEkVFJ4PtfLavLU0KYrP zVLTrkE=8rSzBiz^~5OduxbA3wE1tO^~gz`t* z^aJ>wK*Djh_(*T>+KzBsFWZudIitnoGv7A5=po6}#}?*tG%R^w9q>40WHs@_jOH?e zK})f5L?sNEROW}b_X%fnUWe%MJ-PV~AKligP zYdc-fLfNHYlB0b}$i%E|nmoboBl2|udAocw5PK>TqY@=c@!Yq=E-{;pkD=KN%mOwo zof=L;ae!-*dGn!&=WK3!Pa}b+y~W~I2{f5@x)hS#eQoAX9+b;oqtSQ8M0o~R;LNjr*=>_R%2kzEk@xEEAo&8;>H4VKcMPZx1hIgp-+PM%95C(dpiL)4A-FYA~ewILrt)7koy6lq!oB{Tr!o0Q-IVSic*)ZbW zn4X9ZslIfGtYCzpMs6!J5#!Lrcb0LJzN&7cyiomi!%qp*q!cekE7eHb8ZewPlEEfmP2 zq@PXS%kwUWJQABGPXn=~)CS>>A?L@;QWUfun;6SAShW10RVud-2|Z=c`no8uGwUz)2bn2;}MqRsmSz-**Yk16m^8QoO9;JFUljs^qGEk?5TKW^E!K!2a zNdZ$N4c6QhCUZ~~qdGcQ&_gRF#mEIt&Wo8YQ&f@yCFK1bk1khemL0LXKwIC19;i;i4!K!H~95 zf$5=#%IF-wtD5Iwvmr(?9U~ zQwr)cTp1jdTMRw~=y_&zwaLEHyzfe_?Nv34N(%7f%YLiDNXxli2!)}n%)ViY0tO~Z zn0XwFgpmvm2m_3Gd0X6rKyO_9`WKAZmkifwg0zYOUdmpt_Sfb)faMT(Y;tv`5H0Xw z)m&u=(`@jOTi^-0GlB-prbdB9f$=sk&DO;CODsp-Ay*;+gM%|Fuw=V-8s)&@T`^F=xX*>HV;-$<|^a zv-jkKV;}3)bTmDe;)X@Ud;G~a9n!uT$bSv@SvlW6%XSuSD>|o+`IsZL4vL%Ty4`qbjgNowM0u>D4DwSx%Q zZQT4k_8iA|h>(O2;Jcb(%GgqD=FMTo_#sT>ycmB?&oWYI&1c5({gb*zj0h`?^ij>z z`Le!HMQP*WuG2A9jPs7Ekz6_mxxp;{5pTq)$9(Vpv;6RR^=TUl7{Qu&g9oj; zDk>klJq{4KC}9eZB-w(zQxg zXgVm#9UsG7e#E-jA0%Uaw|UhVdw*B0N+e>5BzT};UH-T%*ZD~#aIbn4SW2ORCK2u# zEmoEi5X=WQ)cfN22(YkKZ3zwELBm3sr?7>dVx)_*w!(QkJ6unSI6=xyCa`SWD3#vz z;0VmXGXYsUiR?_BL*cBIqe7IkWFUK|rMK<|RQjb?^^*b1Rf;O{VK;^7GJ0TshHYj& zB%$!H3O(~`7TxqY%4g@RZ%DiNXf9PM76~>Xz zbe)g^6422(L|?lZrBb3N3ICGW1V!Jk;x`%b}63zPV(GQs_K05e%#mHpDUk z@#TsDxKtwm&`e*QfdEKSdzHqFW8!~Kz`zsj4?85V2J3?tz{pADRRrERqC&YosSbVl z5UbO~{d^K{sC;8grPNkBUCU9i9U6SQzdNO}8)A97(1hP=nmV%dK&?a{UJ`4|i@ejS z2zZ%74nQq^E(h9WBo9m-`9WpYsQT6Q{iXK~wAOoCSf{_kc&9k+n30Lf_F2h5K|eWa z&PaA|wqeBUCZ-ut9@%qii8(@6C2Go#1FX(`>2fTp%4?Bx{et;J$?S)J8{5vb%)XsPtmT)E|Xx< zk9KylJ;9OkmN@gFLbE*2xoC`Q%wmSJe*$M$BHwgew<1&77-GJd-Qi}d+WT>|qq#v$ z$G;MlGvcDL^~$tv&6hvtI3icg!H~wfcsj$(;8PKO{?^F?4*|1|ZEjnamT+vO;pkJP zL!+}H+I?iW|2p5MQ0I{~`B14dz{4uXk8U0PW`6--lcGNVrEZL0WLXq>45*1B%fkNS z%Z0PI$i*=GLHTsU3RvOU1n6y4<2yfiHMJccx1syj_gT#9jZ*$1ukJVv@LU^< z4dY|fs8AJuLHJteIX_Zp%g;&8(bV<=_}S<99%OLS%v#%B$0$^-;I(TBybPRZhO- zZjPwM%HLagky{F(6`|*ye4qGVsbxt_&VitueO-j8o-DIT(CZY#@;9rYB}uJ-5J&F; zuno-M>pqm>1(t&2x|{<-WWoj7{0OKK%oiV{v90V0Y^Xhz2G%i$xDpCEqOH%4TW*A6 z{Kk+Q*<{qv=PidK2|UQ;(7#a~9Na~w;!@_L2PQD?WXD4gM)2p6`b`voY;GH(WJ*AG z8R2u-qpsN6^TiBgK_8##y_-&iY3G-87X{V})}a_;2z-q&!sS^IPgN+mnM;H#7F2~x z?WDXjPX+ldPesUC7jZZhew;`>Un#_5PwA<$6epphfpED$pu%H;Q}TH3Jn^z9;fGK` zzTmOuQRuw00*8)^T*gv(FE!@5n$Zwsd$WR5xN85Yzjpe|@kexN_L)7yKspkJ53FLk zQE>p=_6S{lLtN58O_BuWepPp4A<4p8!H;$iwCnBbJXn~Rqw`*7SKR$}z_)`Lm0kfV z!W-jdc2rF%$h6kS!?)EQ-(}i_@*8jD5`5b@2x-VH$w!GUT{$D1Um7yg(`=OH?}uE@ zr77(4_Tm?qtc{oM)>Bqc5a-*_1r*7japV}nLsD&d6@lCZK`&E^fAX1+$X!P2$mzhh;jbdUmXy`YkF0#H)eN&TeglB3^>}xKt1W*N_W=4{WdyZwcdTJz6v&IL zkg#c}xM+e1ZWKpPIR(xf-DJHoEZu()JZ-AN@rhog*v@#0fa(;|EU+fq7z@Je$yr1e z&;vyg0F~q(KLh&i_9n#;irVwb8uj!J2YUWP0KBqxS6L~Rok9<8e z_AMKfG@mK@emz%af?fO&#!KqY?5i-lexu5IIA=XYuY*==|1%l`&yLR{$XznrCc_QjkFSRTx6cSCSg(g`zyqIBulHkb zyJbFlkfsUp=u@MplLm*9h+hNcsV-?Q)EKqb7SqUZNzMS;NkQ?qZ7MfDVCu6<>uKnf zN>G-YZ4?a}gPRX0;q9iGZU~TXHDATmXQ?;O*y$*s_R^BN&NFKfG;j7NH#t71inrtv zYgZ~EVkh+O#gSD7dt$St=#i2zjE{%`aoG87s!7BDXj%*+NK%MmdirWb&Es$wQAsDK z7gm;b=8}FizZ~6Uu~J2ozr0?4m4Hqifgl3-mQvkW&sy1i(Us4!@Wv@wTicpK{Eu#e zQJD(M8!`L%l$a~oi}4jg{Mc=7VeIOPz?yWB2yG54c0D}_+Rbh+b!;FXwGB*mBd)Nd zq^##lV;Pswa@}&eoG)$*d9+?R5IQ(HudWOzfQK^RPx@5^_`%Vzu}Holf6U&c#;476 z0q4D@80?szdInbp3bv6}z%N@=X;V$cGdVe#oH?rA+w)s2R>FR{wA&_xpGNLTQN<1U;#FS?qXOR2_n2_i+qDE$TLz72-$@G9>B=#RFL|4Db{ZU&r+~&wL?a zo)w$+ph!F36d=PMXBzVIcodZHJ`Tm55-+Ks8C6z5U_IDlnd`+Qp))yFa6HwM*y|0% z#NTEK7{(+KP$GBKg}Mk;$taw} z1hCy$;q%UYF2u*wLyY@MZO1=a`b~Zpm(Ar{H=dLCdWlf3Pz$pv%vMqeQ?kb{o8Prc zP(oauFB>eC`uYtTsbVsR%!lN(GgeDND;tL9Wg+prpNcUSg?(f7v@0m~s|us_tct$U zBq@t3dMZDgh4k~-mXU}~H}&<9QGM85Q4}NW=@PPX^sLLms+ZtI<-$bz^cF@|!e~pS zxG`FpVZX09!lHs0K$g-kexCqhlOpP`G_75ewoEDZI`MjQcl5>>E6vpfI7MWxT*+T$ z&eoiAp8q@^PUa$r@8km>^LUdN)uwhXTFsQb(-QQu2RRZ6-X`R;{DNCY%GIkm3ZhrvfdAK_nF&#K3*E^`u->tlp~rX8V8oRO=7AQcF2w^NtDICGPVK}jgub0Nzsi> z0$MeUiHag@4kgEM#XdpIz}Qu7QBXn?t@89<3h3#*BP+VPWd~z()-T2#iokDank-ZC zLRZ`_Vp}}hQN>e3G7aP;1?xKX%NNX73sPi~RypxDi}BB4lylr{ca$2VO?eReyeH;A3R?B(bj!WG+8o9eMD@17kMTu_WAzlkW@8~ghl@7{XQf7?YGE5E zEs2#ET2vRko#O8&rDZ1d-+FT_{fN0x2Yk#6q-)wX&SennR-l}w$!F>*bGl=RZZ;^I|U*yYM*YNJ^OiO|N?0Zu2( zPp){q46q2odN~e|tSLWiX>fB3U})Xwv}Pm`pb8|+@x)-igi-Tp9!{6@h&+fY&whp# zCvYbYzI3qM!GoE2d_m!GYA3lNqdeqaQVShymiuD9@8lG&Pj+vUCM!V|{3Ubdo}Tf` zZC(Bc8DC?3#DH&uAgDJ~{sSFUrqF=`?7(#yf~Q0MU1elP#wn#?kyf8=!e`k*XEMmH zCGAZUp=bgjo#b>x7>4aM4wx1E zjj@IHGDm3!X7vO~s}w*mA_e^n+n`vu@%&5EMDDa>s=DQN`&?uGgOsCCsv>onxtpVGR?^m8q`<8nXR-) z-zu$KQW(11l_c0Iyx|QYc~Q{9ZrHZu-fzlja=i)#>$T^$1 zkb>E}&++JoqMuLKF4ZLKn=h-2bX9x+i5{pjJqyCI&lT_XEt3;gV-8t6vyyK#X#J8j z9J@5h^R@d!m7xHHFT}wP1O|!R8dxaTmRZX&E&2X%AN03toL8K&EzY?0e&;jO`YI{z zxkBO$%-IDs>z%V`CE6=5U#0>S;2pt_j2{q-LN*+8M}XC+ecRe2t=}#eawwN9uN0HQ z6&;PbM%bg^;$~RmY@_AsZ&9CMlzHLfZoxHFQOcPqP8{`?1uTh|$UQ&AgLQ9xrznd|$(6RiT1p(W?QK?J&_ex#5|BF(W_V1Ot zbpMS~m-g?Kx^(|L3j$`^|BM=!`5)A{%(VZs8kd>w&&-My<*b)!;k_oRng#^T!ZUis zqD#f86qQJ%vYF&RnSA1>jsBp&k2d-CdM;^l*m7pX_f7h=_4)jn+ug?8qMecg+F3_r zUH7&($IQ3&Q@zp-WN|m9heF!)JUG)drsZ)(ZDD2C?D{4kuyTd7ii>~lCT_N>8{X&i z8?;a;6BIGhNL>6RMDUavq}neGDFQX$jo)q`0rNK>@WM$yWLhjyir4uRFkiA}d{b3< zwuCqCFr$>*w}!d`tLj6gNu(S?^bH9MIFKPPI~eArtn{G=?MoZLh6w`bcEDYgG>(P6 zYVO(w4)_vd=$bkJ4@De^@7T;!MQA%;)s#q3y4MmVUpj~e62Uueo zER;W}I&G5B7$s5{ZSgU`O2aP#S_dM_@H?i#uUvF=(Au*NG8@1|0BCDoy^eJ-8l@%iC1@mOzQ>JZ^QWx=?7 zK}E|@7)TB(%lR!HUW7heZP?|be>Rm?w46{*W@UvY0mU+BoJrrGL{K|kwQVn-1EMxk z_n0+l;6U(pDShV~938l>(p@MJdX?&}UoCFEB;3`sSmn*)f9DK!gMVgUF($I=`s5lOBC>ZP!Av)d z+SXRt->KrZJ~UH#>ao1cdyAoStprM`Y}M2}hPb7k+nxMrlWfYhw3FX}c~nN&j=?#h zh*RHoS|>|uUIz#UK(;pC<fTEqF(XW&r?8ns3 z-a)`b&kmP?{>P=H-fvfQKTWV`R7?#WOn$uiH-`T83YksIR7XNtcH`0Fiyod5Em z@iT_)7lz7T(&+!l{MTw>e>I7g_K&9hZByxg6!vrfnf^0m{ms9^-|nzKpYhiXzh|WV zODldAN=u9Tf7@XHG2&-UKl!eZ)eoL&YV{fSN1t2qS=pQZ5dllXuV-)cYY1sXgheDJ zWhnUUO!X`%#T@i3Obvefga{hh8`zoJI9S{LflNx`WM&>gCBM2Svma7_!r0>*1v-1C|WC7ng04L{D`Le zv*t1Wo9LGHAL;hbN8)#i{XdP=?`g3A{eb?3`2M??zboJ`E+^>zF8o;&^Dm?nxh}{+HSQF3VpF{T~tCZ`ppM+5ZXoi3-Zd{ziWM))t2UXA)$g|Fbb> z`j3n;J?noNTZUizU$1_KjK84A|GNKO2mNCqOurC&Xn#54`0KmMipxm%+bI8pef^Qf z{0sT^ch*Kr_cz&pFXFG;AGOo{_54?%KUvGq105^I0)%jnE(0s@;`zf;NSlN@=pm_0~?e7F8%o*1wmUgYZF2`CboZLt|m6B zga8(L&VL402K9e8h3(%?{dL|}7Dj#$>X;%UYK%~)CJI&~+>mCBC+E2$kD0X{j}q61VIqa4 zj&n63zwhhT;_6x;kg#6019H*>KHJ%tk-1pMsZFB& z0IN?~1;4;C!?&3RzS5ZPQ{(Szp+C4wj00NpB(#$duIW2jZ;3$wfhld2kp;CI9u}+j zZFc#d4;?K{O^DfpiJzYk0YKGnxf? z%roQ3?H?SGIgv@#_e~;0psj?fX03i)%#J>{*di(pzI838#*%=T_Pg^L@eDgjSEJJ~ zFL>+tn_ctzy1lbzfGdjgQjnvDD61$Rq*{IOjQ$OUr_~U^RgWpvkaNCv4u>Q_X2t{s z{D~A7&njoYkz49pZv^xmNY4`scfu7Z&Z;QyFUm<7Hx)Nsr7QwN7#}JmJqGN7W+s7j zXfx3|V#;nEKAbmCR?2+CNovSinvbdyZ9!q=19?ihq^h4A2J@CakgL^zzGWY{8licg zyiOmtWtxE_^D;;wN(d^NKBO7d0EPpIwWEyub57Sunv^0_fK$MI;u`CXi9bT>eupaV z1WR$xM1Qcy8g&t@HJuDRQo5W4Is-rY2_*K1Nq316hL3irDZ63jSENlNoinX7&M+@o z!c4h1N!(%Gk+#bL?T7+&$r2-VDHdy3>%3pEa5NIlu&aaCrZIUPZimcGTHfU2L#JYO zGiBQKf@!ISA$vOAiPVY0Bg^c$zOf;7o<<18!D)G_KDg=uhIWliH~S&kRX?!vA42#8 z(Cjg@_JFPBJh4S}Y;hOXJk2w6TNLT^3W;FCJl~U!Sc4{ zbf~aBW-lDCnSShj%(ss0kWRBpfTE4N!c^WLT%0=)uk8?CMt8hHKyCs9r&B_AcCvsZ zYchVJHMSr?S?pL@@_AXLra5tS(bF@4JwfmTa|X#XY<3Z?Q;dU?CEFB<&TvGZNyIq9 z`o5kL?b)zJoxwHg>kng{(jQ?5v22vIVHXGS(FrhJVdGHR)VK-i4*Aw`)wk&FkvASH z21@8P2Gt4W#^gLI?quG{kIA%2JgsJ%nrpz;t#z7p+EqRG_2IS23&e-rRnAKs-lD=y zxf9Q!`)b3Y10e{K=CJM6@%b;u;#ZwQXof>juE0K}E@{NBa_Ot$Jw?BaXpe{2Cp9f7 zU#d~4pwftd2fbzK8Hwb&MVakk;DT_LBURT$blek3OO!{EC}b&qRb7=E#Uw|~gg?Za zBPvsIyn-7OyO|!}I2IsE&*sBX#K06IuC;@5_w2gO;*rnVuP)<=BbcH})tljVcVu$n zxH7}qxk+8kGpnS!r6muM;RA=xYT0ECt>nuaIqHHRA{9K67#Ex;gS&DWa@qA<)DVx~sKl$46O2#?i71(iLfN(T$>%&5>pX94`}wWY|dyMBMhlx(R+H950k~&HlM8yl#2@bY5K# znXsFV$$}>l^AycNvKe8+F463A;~E8?o5jU<+VqF#I>T6zqx7wN!+O!KB8(}skL{@+ zYzcif2|UN5pU0Vz6z33f)6}zy@Fs=Iume0y69tsO>Y!VoSN?KI%fT%D7E3=Li=G-mucYWGkY^h&^NcP$f!H~u zIeH9SPyp8yv{80N4^&u?7Gp6XwFn?2lgVc!O62hn3<&p)o|IUD<`s)nH5X(w?i|xI zN>1_O4Y8nC6Ln1$1aE4w1l=?yS;bQo6kLxnU|_^G;JCo0!L3#Z(y+U*$&pq5*k)qW zjOm-SlJE;TCYhb_g^4LH!AR;edAkD!-(7i?S}MMg%q`NauB}szp*!CFD51a9P#7?) zuaRJQI2XO@oS8Iy_yu7&&?a;aU#a@2&fVKliBuu8iv85VM=w!ntM6H5WoK#mE%*qc z$Xm&`RMin3VWAn)XD`nP{Qk7+L-l6)TTjwebslRiXGZ^L9iO;#?@Pp{j#fHkg|5=r z(~fIGs95HJopE`Cn&jRRSEBa0d?tjCJ8k7}C1ESGWjm}>^f*Y~&2-ZXo!3z6&9d?r zdi&Mpn%?uy{p;2GQcjzGf~wOKJLc5wLgmzmL(hIR)aMvIrpVY$%ujC(Esm9OT;d&Il5kfsyVR<9@7QlG2^wOz;rl8ZmzU0Ed+lUFYCjQu-*^G#6j_lb*1 z;6qR*Nt7D%C)vT&;iXsT4z4&!cgq^T1>T_#ULCfa@t;Km%}LRCGsqBy@*LC#F`{FT zIj>H|oD9jjNX2d~nsd0C#oc_j5>q1zaHduQlLze}O1KBJ{7Z|f z#DAo40zbgxjRSr{Uf35_Omkviyvuf;sxW~!!sTrOxv;!8{u~Bw8NQfCFxSVLC3k{m z@bRH+&;v~Y8JJ@qXLF7U;&BmNTT$N$<@}M);^p@t%0PHB-lm)=x%{zn$k)irZ3D42 z5F0h+DDyB3{u=HpxXZ4aC=EZ*W_tp7ct^ZpuV5d->^o3nqZtYPnN!3LQ?1p8+QG(95X%XVXl}VtfTHB zH){+_0#7~WHpL8t6g32Q44yhxrD@gp&OqNO;9tl6vS-@G-Ua^ThQ4+sr?|dbXp2=q zbvsME6nr=g3L$1}HT@lXcZ~>Yi&Xo;jRzRxM&HB@ifR( zc>zxvMr!)4ReRxP∋0G&UW6^j6Xw z?7e#%C9|tRe3l_{kG^0MbsLxmk>!i6zpPlf0PNsj4tbO`EoV{Cn;D8J^CYYgs4dT6 z$cq;b%DyPvo$4B>%B;@st{Y6SbK}I#2>&>ly%xnLV;!HKDiK~X4Y}+ltdT*nen;h_* zVV(J1K)?Q4VlV5nY72k7WXzHF04V6&m?<*Vd#H4O;WMdlf8-;p;DO%a^wab!R;?oO z5OUJ`i(kpjnYRewz+SQ_YS``d_xaTIgE@ukND$>$@evVzp1U>@%iZY*DD34M$_Lyx z`l#~5>>YN@Z8}XOoTFL&LJNMr$7GyZ_r1j9veS<{flql{>%33z>uFoIeaasFMpyzE z@sB!}Jf0}*!p!FPZ7vzJxn=20ck*Ps_#T2BXR*ZtTh1zWQ90vhB$yR=r_X_K)lgBJ z5irLUG34>RNSDyc;jiY%o$}@o9=50+e!N2btn*bqxIjHtHHLvpo z-G5Q3*bVS9%M(~|1pjgEv=#IPXTtct?l#GOjW$d6ncS>gl~QBB<1UF$J|MNww8Few+umF5lY&dD?M&FHRUw>CxdDY5U4@R>kfj_}|c zSr?>;yjbLi4RMT#+mCtmpZ}88ALXdo@7AXipXLr&=fJW{byWt*NsG`71N~s4$JvJ6 zK>UYWK^5WxtdZKWKYQU7ZqQS-wF7r5F*7<=L!eHNRyQ2YW^Rj|Hxa|5o+JC;?377{Dy+ zZMW`gpL=gNZ&$h*hv-{S_~Bmbh&f3&89TRcaJV^L+qXY5xc3k-hNrmOJ|ahpbu$_C z!lHW;gzN~y(b$s?8Ac>yMrd(D)w{s5+SW(7AoQZR-O~-}heU?=Ug2Rh{V)Tc5WLY$ zQQBQE(zN)ys$Ma!z+wLA{rSC=EdJU86n!t6`z5G;h{;vup4)$qkWU)q$f{cXl80Vf z95_wuhkTUWwMAV#k=ke~lOVZm^!Uqmdc+;?@7!ww!O%~b;Y|n#(I_EcX>}EL3aVJ> zP6TsXd)~El5)a`mwwMgLPi)l4ZD04oZd|ccL&dGI_ykx5w^UWotC-bNDk`svCfnuh zNa|`Qg)6s9CiyC*RZK#uPb(E;Ffi`-qJPLgIU>dUxPPOPih37@rw!&&ekv}9VkCuP0~F0fBue5757$YgeYQ%G?s^ei+&GcC|7wqJfePMjpn9_IDkEs&YGHc$f6y`X^< zba5_TJ*VfkDRCB;S#%<}w<`5}BI|hFcJk{u-F|eq_1K{HyJGORj*rVZG~)HPMk3Ja zAM^IEj*Oc*Fv90MIWZdXrp@D^bonhBi(sZx`qK9$eTRW3;h38tC{0Vu{X+;pbcQi{!5|ub=IuT}!b$40>}}yM z&+p>LqJ+N-rem3@Q|`ZhXtlkt^2&6YkC~N1!v^aV`IJ;~V#NB{nBfO~!~cYuLvkL& zp%!vddfAS1g69r&7~=--z|Nit&|{r4bLsY@?LVS&WV!mY?1+Ig*Y-Pq0JiVaX|%bo z9Ct1x>i}3>Yg( z-uzr{s2{q9ZCO;)+F_{{W}f|FW9dj`t<4QY8wK9Ic&=+&zGBdu2p(3g7|)8Cc(Yj!exqaF6?lzbCdG!gy+D5^+4qP z0=5YxU2xJky{x~CCxsdm%t~8RH8gFbfj~LDlUo1{@u?e}o12is;$}e$h0i|nvD`O( zpJtyGez*J+1F1@4KQfO+Vn)djl_V8K!q+0iWP^?on943hR!PlKcW&J!Ii%;9UGvIrbz?1UYEU!)+um@s#8RaEyn~0 zrD$NDCJH5#ogu#ig}M-n-Kd04s=>F#YD+cZjPmr&+kk7-!XZyY>GU^4-o|G=vhEG+`}Nm?Zw#`#WwN>>dk;gDb$TZ1z7&}vReE>|SKr+2G2#T; zQ~USu4KIz~MjzdCc@@b@u+|;-&tO^I^Ujs*jNFP}Zf7!Ag#EjDWrXsi;w5Q=PE4Go zT!E6N7)`&&d!RNIO%+qvdPErGFg27#3y>{%<;MPfr!vO~yQjYbvA(Gz65Hz(| zg+A7B&kV(QZWQ$}>9~WW_%C=8Hm88#d+_D_UFSGYKWadL(EhU|5hpKICWyWlskhk5 zec%Eh7P89P;isVe?#|P}YvS+tIq(d#nNaO7XJ3+@meB7g2SexNcbE&`ZY*ch_+#W1C{_@b7|Ii+l+u2xI|}OFDPCQ2 zFV3&8C!Z6vdbXfR2El1z=_FC?_6eqMAVUv60enL6-DoSM>iFzpD==ZiQJ$AS?4$O7 z?$bO^FhF-0QN_P5nB6OnMS<}d9 zG`FbeRaBAhdW>p=x+GP_|Aiwja?9N-tE!}RKy%#pz8O#LMfgyI-?h+oDm{JL=)#!9 zxG~pz6MUV8lj;PO5oG9P3GH*Sn;Q(%|hinVJon~y$skV28 z>?y+Z@8)>MK7T}-rwW3*`w>3J4SuE9QPEk-#n5DS>GB=oXewj7QwE5*?ZS5r8J`9iAJ!7J<(B_g9vU;>FT#k1Vp&HQx6@N=@%*I7fTK&z-=tCX7%wuHjT3>fOD0ws}Y7D&i>yNwC`3A^;u8$XHFtNMQyA{wzbI)X*#E+^bbi zx>}MI+fhn^37s`Me0q&e?tW`YL)>DtPEHO#Q5yU$2o&zK?lM-mGeXUE6 z1`=onXu0y$sRM#Ur2Dp_=Sg;VVq9#B4KbvuzPPyZ!9I}oCSDcR=TTy<@jHZqpJGjW z;xeo1H5AegUy2OUlTSC!uR5!w`rN1EakW%uER}vGzHYXpS4r3Ra*bbd=WD<#ueTsn zn*Ud-RTw3;0NR;&Vryj8p@bcPon}BAmd!9$T{1sSSsuH7Ua+f^s#ip!x_TEQu z$~S6KaNy1(cp9C3p zV_T3%inin|-PM+BD~H?nhu5&DCbU#z#&p=2NVsxI+;Vn9L+D8|UsR94aosKXh;2r3~m0E$2gq3VQR z;3%Si(CHB=V-h6TkU^}+XDm}<1?}m2a6uF{a&=tz3@8Q?h~FcuyVe~misXD$yO?^| zW{3BzTqYsH$U7$xL5h^iA_RIVY z-}d(RikEvD)gR}BOqk0ny@EugTiC3I#qTc@R)-P)(A0!Eg2pw+9QwIKoJ-9m(5N=H zmRuV$BQ?6J3Wkmzg+&TltgmTp`<_{Dj1GR`J_da*cw6)YU|sR!3+vx1^L4V9mj#(K zC29B&3XL7T+S*4|D@sQiIV&o8{1kGpmMRwzSSmGTKGDyq6Qp&~De3I_Pq0&EEfwF2 z8L;aDrw8 ztp)ruMZk9t%TvCpy*hgiqrV6~hEwJi?xe&-lcPz&nsX zy}lk1d%krGm*c>lHi!OjK6VBoMB?;0;l)#_4{6BFi7~dWrr43zjc~~6 zx-RIlxq9k`5a2_PmzvhKV!WbX2T4$lANa)c&N8ENlug$8!RSl|+O}xk&zCJIx*5VP zYXZWPtJd&tZ%N3NUE^~t$QElyd#S(D+Gb_3arYoKi7sqIzUkf?TLmoI-Ld^!Za`4EH z0Fo1wycX9VaYb|Y7C7Xj$TgNf=#6Y36k$%fcp95fuW-DRFNP8wf%5DAn>i(T(tU#R z*%0cIG{&-8z`*xh0E60%NR2E2`8+ti_V)#PER8b7Gd(Ml@LSf?(rJ0#t3QtAfPfzc zFjJa~JfzzwPB}!PdAOuIJ31Zx!`Ut;oIorhw8kCm<}xfZd1xB%nx$X!#?5B$ALPup zG(GPwo@F$^%Om{9o?Z40*ZZ*qkE7b{?k$_|9kyY7_{)#Ox0jYvYj@|I@AZ}59G&10 z6@z(LCQLWsG`Z9wfV4mpUKsv@OI=y>Ji3F)tU1yLkdhwH7bsxD2&}5Vo|%XTe~C4P zQx#$k^XmBkL*tU}!+lAq|B>p23N-Kkf?!FQ`&^5CX;w zpUV;Eu@lL#ydW^MNNyFg8P~#l)2yZMEkSOp0yh;Ymx{LhOVX<*WsD}B;Zef2t+=wJ zak+dt$hDlap?iutUc#cIZk1!AZFlV5m+%86k{;5yk7nhl+N{wJ5HK87`^sxS1ucqFFY3lDS;MrB)5AVCsS1i9UJl z-lBy_mL?_7rsL+-9a@Xixpk&RCz?7$KLDv`v~vv)g9!qhszWb5Lbps4s#P}z)mGRa z*|}rkJT<9C8oh;>EK$((JJL}Lnbv?xq>NS5B83t8Ghm4m?$CBE8B7m^i5_@W`&a)@ z$?ip!eq!k_P0@UT)`agM)w;R}*8(21v8Da!S&pYaJ2>z3IY9#j&^g!4(ihD-TmZ7! z9eE+hgji})WL~fJxkH6G8Qx-Xo!=!uruIN$rAgqA2!i!W5 zWGw)CQ*tLbZyukDxu;oyNXvoteRCkZQ+Q4x60qB!7r=7YZOh*~K@?Wiur8`*awUtD z*2qKC5C%@vmHkazTqn_ad(4hIo*%~}c;?GpeHQp!A0}RCYXIAyxYC}kaxoUK*MlF~ zjTJ^$O=SEMBzZsJa!~2)4ohCUMM|Vd>fA|!$zS;sooiKZPKN=3+I>V031P5)Jcwt) zw;^2RjR-dnmdqX!bdlq`{>_Ve^XXQDC?|{!?Mi9>sq^{24SDFnK{ohckdEem)@xt( z%PYCPXMOg%;=Gz}Pj|eUvdD-Q;D~II2~UW}Nq{|u0yn^_!3qsQV4;a&357^etJj%* zB%4+7@nVD}BoMVKN_Z}w1~_Y2EDz!&sEmGdo8U%m$oQS!jP^HkcX`ROXIugHZa;kb zZfTH74%upPt?!yS6|#bs94$f1{l8zF9aG&xi4A-8S4ar-gJ;!m`3^*fOnb(Y*-CbBl{PSRLa+x#{)S-K3bO9x^P z)%moRT=x?sWiFdSt}-@_xIKHLWotJ&7(U48-JdH$MNCn6b6a>Cyk1lepR_Qw$eNxbxktmp|vEs~p zN4enhdYXlAlV+{4Lwya~%Z@EojJPw6%)?G8;xhbVblQwoM3=-qi<^a}Penr| zj5Hxr@ZSI}g@yW~IuOr?I;+p{xm5>8Q*}@S@eJ{iD>}6|L?F-HyA?pB9_AhNO{CYq z9HZUpuzWPfpJ_Jw6u2$SAxfkH9u)pyQrG84Y+#oytwE3AH=2v}J;1LE_+b44&XDdG zA+-+sC~sf5L-V?)W!=gXn)<3KU+Dw4xp&J?`&5(-ko9Un-vE_JQdEzm5oM$d#bFl= z`b1SW5B8C;7xoV_8U#SyOBAy$z+pRm1?bOH+~LBYm5OZGHc_Fco581T)dZ_p$*ZU= zTp){9sX271#I1qf2*O3`%0N*Q*LZHT(}-5^)$Q+Ey1(DICPkirYb_lvq0v%%`ki9=4g(O4;;#tMD+_U|q0=(PM!R{ZN!2jYdWZaxVlcop$$B$_3{tb<< z&jDH0_@rk0?^2EtPgw=koUv7%H?x!G7kqYSMn-Q!Wue|U{qEk%J=YDsFV`cK;CQM{ zk&9A6|_~(_c%3DK}wTeYr*iVQJbkL0^LzpcBN1(6&=} zQ$mdGUS9J^NgdN^P_BV*@q3ZoP`5wA2Xakid*dppAhcH-66`7-^|1wp0xdpD)#(7t;S+CNtaNtKXg zzvr;*v7KShR7#BWT6sSKxsMu{1e2{UjtI_!M_NpdL6Xb}g$`%H&a>)wXFlx`)QuuF zq9#f9yeG&)G4;}VMJy>Mhjh|~oVGD)g?z*kpYCQ0IKfmxp$lgnTkc0P-oocx^ zp{u+0EO%LnY*W3_oxgk8J!YVDRKGrWhjM9%T(LNAF_K}~Olvml+vTe(tU%UFLtD_@ zRAxDCI6*;_>wnzSmvD6{q{L>|1R-6jIEq;~MYD0drQy_NloglP=I{{A{nO-j};}xy`>dPWFXcOnNh$Pq)h&`5^@q^8?r7R z&dEpvg2Hp*_~Ed47j+yC%g2hqMgmb#!sMh)uj8ZEOEly-^s}zD)RWn##b3j;vV=dV zQgVLWp)9e<$HIy3```0#uq zi`47f+jq#@ob{g0)~3teUl;ea$`cYg?kobYrb@8k+n4SNzpuYt9C54^o9x0jAMWMX>p|bmsccmz?F^aRXlXJ3qR%c z0cm3@#Ii$F)MWOK)4k(?M#uV)dgQ)=4kEPO{DbQ9zlVojeoNyCrv+(zHx@fpXgZ88=|{@Ca9$kEZ3zd-bpH2d*T zgZifN+rH4<{=iW2FE*yvOYXcCz6$uji&3Tm0Tp}=fzDL^24&{QV`B(xP3lmiYKiG2D?`Ujqv#_7OTd`!^vfCTJ`iiG{l3~2S z?$RNZ9|}b8`atLYLBIS(!sA{Ml@-CzYTN6V*3QkmzcYa2H+6qJ`0>i7Xy+haATUL~ z(ZNB(UH3r%(T32vP%q##?tIpm-QiFWlhC@Z&H&1=pao*pU6^V6C#5<}!8G#WA_E!r zZcVa8v<{tKXbE1-DE{;!af?_2fV;G#zXVOj)4Sjj;#b;rWt`1LXVL4f+g{mMw%NzX z96jmWgj94y6SgU268lJ8o&2b|e=KSF^Pq%3NYJWs`1P)WS<#atz92#JJZc5r0dq_cBqDe(evw1pZ6<&SzYVtENUfTNN;12 z6{a1`RbP|S)jm~s;qC00Tn!6JU0)02ZN|0F@fm|486dd5rsgF0Z($;SZIa!~dq@0@Q-l!O;i3GaEbn!Ulm=PL4njg901=oi z>eXTgJzStoepRzFe28X(bQfU@g~kdN@jI6AcR9wksaRD9fFx-TY=_hiJqaMyhArK6 z&%=@`d5N%Wr6!_lWsbQHnMR@tH6OT08i~a-~{EFAhuxH7@ikvOxByh06S&o@+ zuKE}^GLtlU{w&+|WyV6lz2SDaesz2KrqX-9?9<30z`NpmoxWatI8C#0cRO9clk%-6 zXjc7;TYW#k`DW3=$ZhAkXpy3%p$Ju}I{k zxUJh~6ka{4mFMzefs9%k$tnR0%*%*&Rn!Cv^`#S%Y*jZ(;wqIDGL~8I-M>{_!mnET zUVcSu0&pREAsMSG^st(dut;P=G^(&?qSl*b7+vSG+xx$9qj#vNq-VDNP;4Frghb7( z0O}-7`Y)RK7fvHVbaN=v@|YY%XQ9!rg%JVl=5BU;&sPC!g&&Y!leyZh=T9e@?3i^V zS*rvW+J8rf4I2B}sC$er`w5_70=nh=B`Sf;;3GIKX!;K5o!UAWIH6Z=eLk`#Le9xM zwD6MvO0ttaj(t3|{PEz!N|6A6WJ8zi@IujsS=UXhRuG18he{yJ!uF`i%pmN)zdnKt z{s!$hM)uyJCwWGN5ylnj&sJ3i zm%$2LobnPYs7MWPeGCgOkc2DvLHUGegs3fS_STJfsw!8k9CspxXa*OD=I1Kp5Yg6TM~XUd*Wo6L`}0tcN2P3eiJ%qn}BTR2tkVN z^jVCZ%3R9}eWz9cLR1hGiYz8pc(xbdMp)pfiT6#oFi}#MVioW+saUZ0?#c%zIU&lm>fsS{DYQril&i>Hh~PTg9@&J42~I9iGdrIgC++q zr;R+I7VPb3vR8%zFPHTaW6Iz?V49u=>k*E~$l&Du9PE^2)S%P_ zzSm?B8LTw$u@DSKG4$$BC9NY(@#v`l;`HKJg-S%aZY{%DC`My;((oGbyQ$`a%rReOO=WzogF?IEbks|;_dGE30JCKFxB5Z4LOI&^mEUE{n7LMdEjEkr{g84#0qi~0iQJ% zwijJ{vHqnEaM=}PXCAdwwYQ<$5i|P!IJ4Eev+zAM`}P)Lm++7HbRH_>)0de}NJ2By z+*9#mEJ#%v<;f`py3?|z9N|LTAd%AS&-#0&c%&=DThDXjhx>;yI5Mt;#+LwtxgVF) z5OY>zL-Pw}Rs$_41Og`qoBjmG_7{dVKaqO47o186?HCA%`q0MGt|}ZlP9a2YEEdMN z?imMI9=}bqq3O*4mKjPeJo*)*I$97JLR1nwEXPTBYF*#cs3tb=gJ}6!j5i%2j>WdYE1A*DVn^shK#_DhJrKW2K|4u{hBYOs=^7`J)0-gE19A0h_4h)S|$L z`dStK$*j%!@v1f}B9>Cr6!JtU6wKvhnJk;tFzO;Q&oRB_PimRHakXDvJ@`u z+}PgUEaBZQbY^w;rm!%u=x64jUHb~nfl=wG;fv(wVF?8>*rB8E6iv&?6dI~S!Fi`F z)u9xE)?tzWPZEZ(hAEZ5=oIG?DQcW{N&+C&Zt!CL`0gfSS_{6eSvY*$YN!14hbnvU zO#ULqZu4+BJSu+nI5Bj4?VsKMDcyaWdH#^A;dF?4f9Y|j=>j@okw@f>G@X53Yn-#N z(ze0oSW-F3n_4x8(b0zI)}e70U8jy&3L6+v?Z2}?4OrQ=-9Fq2f}H0M>OP0tpuPk7 z{s8H+=^N!*BgF`-G&R%%G#7O9S)0(VO z=3^BR%=}oMT`2uF+N9U^&QN->wpK)jrkx2qn)J4)X(VRip!k$X3!JEK12pgmwv}E8 zeK2s~lwk~>HTLiwzNZsZZER!A1h(E>%ATy zC(6&~^rD+lT1JRg>6~sX4#PE9^IiXKfOw6+6V5*DL(q+QiUQ6J+w0%=r3_fjIiTN= zHD(aF-Zy6QC7rM5-Cg)VLe={%A zz}Of<+}K9m#zh{g>|p;RR_ZOafmkU}^$nJLpwkaOGDK zVn3Zm#)XKkB(jp!I`@8PVI_VjB{YQGZ8ex8h&H~35YE6Eg+Lwh3`9^$@i`&@ifv?iLJonL?T(CXSHs7}(`FS^!xd$9hIM!hTff5+C#I;l5c_q? zh>@rD^qqiMbucOvvnB6?kaZ3GyzKAZMtfUIZVs^KW_7AyN_Tqqho`yYW>Ugt%W`9J z8#gys+0Ufz3&0wK?hl?6A9<#?S8({;jE#z=Mp{~_IZ?&~7XSX@$!^qi$%VOgwToJfn{iOQ6QOvqjl1K!8N8xIhATl^nJyOpU_4M@%j^57;#*U1V!;+ zDzrvSe_+JHS7uYc$BzZ%y;z^~58^ge?Qzb%%L%G-F6VX1sjRG)nC6?2?bW}nJq-mh zHv;6-YmnU+hQj-|_h+U`tR*CqTZ3B4zeunYNNocOKZ|+2<($ zz1%HSz>d;sX@Jn<>I`#(Ej zR&zZqL!9~!Qxp?}-Ywqv6^`dlul;u-XpNwo=hD31obKDB)n%36Z%xB0H8eF9hD}wR zH=^GAl`;QwIl``Ipi*WoEFJ4P6OdL9$K}@TR`GSZ=MCS`x$(66L17c8rVdB&zzgz} z$ZRE4K)MWR2_}H3Te47sBonrz20o%w0tgOcxV00AegGxiV(f!)ATC8gTeve}Bul0N z67JCXj2ap!1&;}gxhf! zJX_49u_vSSt9eUdm<<#{(XHV(eX#rVE8lb#hf0wVAi$}K0fHJa7BlY|U zzGdV5>3)Wflv`|q>xh&t&D#P$Zcf)M`VUfZyi1UpF)hMjf}mm;QA{bBKup21rXcIrq)XBmtP9b`Z;kO1OtLc-J_Sz^gTS{4EFtV+vBAyUcE zBce*=I1L$8uu!6ISYS2KM7o1x(-3x0Nu9tJQ&M)AB2tul5v*ZpmIB4l1}6#eYs6@= zd%9wy6P}eSNI0Xr2g5tbTFQaGVQ5QRA}SE`KWr`34MS7`h3+zcIX;fjvBl9w?|(8f zrcG`qbRDf+ns%(|yV%Zc7i9()t!uKZRo8it(={R_}WDj3W$4~Q3sHbf|R3v zsd(4hAd^L^#1o@6hlhtNQfg*leC*Tl4evZ>W!SI@W$~cuWwU%_z0GFaW^X*^Jm%cu zic4>~Me|mM=m7dU_w8C4PSq^xvy7E8$j8v!ERu?6x6I|^I<_#Q<{Rr~cWl@Kut%Gu zI{4{hL#;IaI^O7-c5q(9ocv$B-BYYCz}F`DZQIt_wr$(CZQHhO+qTZOjd$y8+t&O$ zlk{|d`DW5rQb%I4zm1?vZj~LQ#HxyD&x9um@nINPSqfz2AIke;%8#7f{NCw&)LinAarX7y8a2l2YlwSF(Y;NL7ooaZMSpXy zVf3qC_zI}~d&M>1eb3u4>HO4M%es@y*GEFP@6hl)?-28e(j#qJLu^TJ?~n|D#Wa4z zt2Gkw)h&_^@pjez=X_r6vMWJrjqQR8i-gBi!{V+&8W978Hu)XQ_}d zy;Um6+6u?ehSLRuYqvo?{=k&XCDqV(iyhw~g3nq+chHKTNQ$qlNTola@xa>@K|cLJ zIF~{AC4z4G<96#Qm=1$%3Sx>%%fgF;^=_FuE1N`z%D+Ux^4nFh&x` z5=AlbMsYcK@hhfIT5l`*pC$nYlqzPIBrFNI-v zah}h?@VPCOO_N9gyOBe|q=8jpcFzojkAP=YJV?Ma3qHVtYmvV9&Bf2<=lAd5%&1zE zudwB0XW{JWB4@RQoE6m|3NhDbGn-?Yvsu9$nodP91&vc?ki^ZdcBN={uf8Fk zt;H*$C7Iz_4hlJ!dgBD-KbWGq2k%aRfX()DuwAdS5C)X;@4Y`g$=GDHpg!O(;h3#DEo=YS01<#UQNsK; z0v!kA|2Yf7#Q0xa5XS#q1>yRiDhTWUj)E}$=aiX|h>3}b<^L}7UrCVv>XZGi90=q8 z#6TGTi~Pay-x*{aO#g@S2RjER%l`v^Ffp>SbN(0j1E2w|s$zlRuN72kE4N@3@eeVT zI&l<}kurxZG;lr$EG2MJdz_S4k`?!sPcRxLDtcf2BA5of4ILdX;~z7h3S>e&EPAw# z*tnf(uC-n@oi_TyJ0Y5o4$tWf7mLMQugA~hZr`uR?e~w*ZNV?N5fRj|h%_<=NOGIz zMOpDll%h%kk#JE}AP8~<&*{*sIM_j>OKw*?4Q zVffX6Z9(jx2}a9=(afS@jTvWR$pvi60lRi378sVsMMeKmq8a*{5mTTd5hC|WidK(p zIF?*lj0%h`hG5TqQpZ!HXK$^bod1@dpK%%Q50`` zHe*rA(I8D^yrO+9xjjnHMZ#?dtDUdQ+1`3H=u?%;eDVpz^-jM%v7H%l&fzR!A+eE3 za1Lw40AikQcPFpqL~^?|iON@(dN}sdqYq7PFu$1TDbq)=kY>l>;0za zVMr!DZY=mhVBa7GLP0Rb9w`#^BIG{QqVIGJT!hxtp_A4PmmmxZ7+P{XOFRT=ZjiVO zF^TFGBKQ;vBdbh%l0+J`DY!glEwJ#cVH1g9Op`*PkUkTMVrDBeZj`WfQpz#ulHxLf zsNYXm$2!7H7YInBE{u_04MsisqgF5g%RE{XS^c0MV5jZN?`Id4-g5h4J3&I?ivMxp zvJY7RQ0sf~tbJ(^z;m83yT?nrr?$f>aJ5F;N62M2mf;1wBk_bda`~iEy|H6lGO&xj zk=pTP8|nYHi7Gq?$ehn`u#qJ6c(nJOc&S}&30c>g#u+cG&s}TeI)wLW_o%kS3G+VXa_7XML9FTWl=+PhGfG*VBCvX8DH_J~a=uWe%c&_H*+ z;UU<0Yr1xEo-cl!6jz|1nC2)c)+>r7vpdL*PVYlVZcg8{vDF1u{#XK z6=zs?b->yZtP%RjGM%19=W?T;lbQALUx;6-^q5{06Ecl0z(egi@KxZlJw@Aa(;FRQy$tipbWLfZPUgML@wcyo7Y?WHOzo^Jgg-7G} z2X)$_A|@|sY@yJU(O<%HP$~Ky>(l=%C*^Yb!8AV!QJ~k?O<^@ItZl%CA|dX%de_V7 zAS|#tq)Z=yV4*HVU|>mbVUp5C6? z`ggwGtCvI=2m9_Q^KPyzkAvlS4z0t;wm7 z2A?=iXz`RzDn@CsSyStZbY<4_S3q7kJDB_xhYSM)LmH-#7#g08Ji?BXHweEp%o#~+ z1RYzOJ3PcuIIN$?*bVlS2c$s}PU_wNN)87@d59a`R&X?r~31U^v_qLFE5wHix z^ERhRuklL2NA{vi-m~P8_^Zoj@{?1G>(f_P4f`ui0|vP&pW?ar^15F9bg^;SMWK7xS8c5 z3dlNAyva0@zJMO$&D}3>^sufzuUe^{qNsj|dfe+VXsr>rm?S%!^t!58Y)8+{loZqD zAcWQEaHsE>z*F@TB6U13w#Rbe<=pQI3%yr9UI+0X3EgDQN8op__Ojld1?BGGx)K{a zx>)dM8>lK3jBK<2NO2$o)Lwp);+^h9SZe=N6Qf?vM9zM&_B z4M}^17GQt$;vrU4_K^EnJ}mU&rwoJNj2$A3(&oEYH;08?cSJ`2!DiQLYW zVkLnxsy_FMtdcyl{o7qY6BB!<)~BAmddQqDaS${GrA+)^(?UnX^G!zAmIKm08z^2# z3dbI3OyCecTun-pqZA}@kYo~C@+s}nKaX+Cj;P?25m1Wecuy1uT?XC*rbrN|VuX=* zmc@>^_7#JS6QsG2R>`b_)IvsyAR&LP8MUp*8N4qIfEX2>dNt@+^UdqfwhM71K^cQH z2Ol4tl1avUBVCYqp{_yuHC2!!lmCj3Fyrh)Q!xw{k?bTnRKO*wrGqp4rx^;~Kt7AK z)Gt>@aGE0-PPQpO6H&&&#eGcX0XkBrSy+HV`9Vs$lO1az6D(ReJIaja5UO9CP~(=Z z0-wxOPa+>*N}Cj{mnLvTs4zOm;teO`#i<)st#T6NP={u2lP;7GYRGIK$4?KYI^re^ zELN`=LhEjg63oeBm9JU=&dX*$Fr#9_`Z_Gd2^?RcPAp2Iam^HlzAg-LEt7_{S|(v^dZTz$BfwB|9hu2o)i-lgY<8r)< zK>zkOC!^pHm2&BeSl5mE<3MrWEP{*g3%Kqj)92sS&xd&r&6mUI?Cz1_Z2NEQ_rvtFhqrR9{oFGspEZej*GYz!P7g09?4 z0o+gBbs9>|Fq54KnX1;3GHMn_4{HeV#Za1%N~clNf5?G{i;77+t;BNv%sPdzFsig+ zbZ%)yy=qs;|2Ry2?Ra{sTBfR5YDThNH>OLG>Tda4RkNzCa2STbZr$7oiVM#_s} zb5PJDbJkTV!f(utDz8B;+&)sE@0ZZ7vVGG}u~@<8em}-kF-3|vV$(0>EWM@Hd-6t| z6mw9xUrv@jf4XT}U+vB7sV!_XSJYp%)+M9+pfJMPRBZpEN<2Nt3zADA;NsK~?Z2|n z+rG_YtvXlGfws5hKA;lVQb8b^^P@USlCV;fOis?Zb){YKOzk(K3R^SRY^7qCFz};h zN3P;hk{A+Ea=Fy`JM@0;oY1z9G3t8_79N=QhH_ku;3|1sr_&$EO~ zh{m-^WKZa=Xx$zsha#?czZThmb*%MKQ01Qql3PvCMa_t~IAWKOo=ad|cdybv%D`rbHRS}I&}L0@wfiQQQj|IO=*EDM(x3(Gltg>IJfDbE-bwysD$z2ykaNK*Uu%g|<+9nmX9i2HGz=ZT$9(^)+jPP#Ahw?Y-V|!u)x1`Ap#h_4pQUdF zH@aHy!-{)!^9^NGW%^Lht#Mw-01Rd^3$aGuJ0R3IT~Dv#LO?TRe+jn|Co9YG#lPzW z!qPFc%Zyhh`AtuE(~r^Cp=Zn+$t9g0a`QKe-CmN+REOynHH-IzO=r7X)N`WGV-`Z5)9E{sE8~*6A>I7rxxD z>+R3kvQVZ*G+HBs+~5dBnXw?uTr~P%7>uRWJF588K_yP;^&#Zoz+fgRh$uy{97EdL zkR8T67L4j4{F{r5AtWq#7D=?oK_p=#Oe;_g#}PK$L2PDXoPha}dka&Xeqy3&egs8Bk^;K!E{F6*%um@(nxJD&r%%;IPCGdI56vA%p1=zB71?J*QKhA_z@ z5T~;U_L65x_p><2(P94FO^^mjLNvCth51V95(YSMe5@c@R)XtCA#-h5>_+T9%0OdI zIFCsSQ*15;f`uQ}w6%MEZUSxszl-hwwA`?YP6+|5s5SaP^u)ky9YdNc!C4f*B_bta zQH~}muCa`66vren?galsZhVEtISqT@c@y+Z0(hh8+MNE`!%lv-@2uF6jHDnfv@!jd zBzIxKqY+bWD3&JtWMcH1S;-NJH#%inqy_#Iq9eS0k?Wvdrv&A}q68Cm1c_J^amys$ zKM{W!VJWyt3JFR0DzXYGOfOjq6&vn6Z)FD@X^kb#Y#ACW^tzIc^9IXfIC2Z7D;M=4 z`6iYt6r1C~oDr%nM*8^eF*RoaXT+}Y+;GTUxWCaF4?R7vmH^hDVa*|NC^UB1E=mvN z!-KO~O-6};UdC!_(;vkrYqDBlDbcI75(yqdOydf%Td0-6*UYjC#(sE5WbMTPn+1gV zeemFt=lR4~(gGChe>^dqCA7nwe^X48rJJRI|LKZVE6FFbKPiV0d?*War;aU~c4wU| z3wy`rm(pQD2SqWWjAXL7n80QV=u8=JBD{cqCSM!>tqspJg~vNKchuKq?TDW~esPTG z60gs)IV|giF9=hf)Oe(LLs%qAin45$B(7dWJ}19$zp&oNwG5@M4A;k;Bm$K}_Z8#D z9#^(P)sy^O!YDqWM{e*$2PQXKKSrT<*W|yA z5RCSr-2EMAz9j$l+w(`?+tfJ<;vFRJ6$Hh$W9qchs}r0+js|@*rr&k{=m?w^sGi*C85>Jxup;Hr|f23SliWm!d90^ zyK@$KTV?3TmH)|kNK4%Dc<7c<(Y>S_3h%Ymqqprh7Kx(js5KkYu;Z@qu+X*Lvo?dC zmh?mL08}MOt=XLk8Y%r?r4_`282?ZaA2-Vtg zZ|+7Ozj|+i7*JX!3I*lkOVdunm;zV|*&vcrWtgVFqRTG4%(;4uwcHe{I#Vp}zd$OB zlLMXygxVcqcWR6$zkJ+srynhucgzsTb%2Fuo%UG>^4Eq30 z^7m4;F$u%-(wODd+%QrtpJEQNn3Cpg%_Vj3I|NAnnDD5l@7x%uoB)Hk`{s9nQ#m`w;x`_pCb& zXRvd96EHW$F96V2fzy@I%pqxU#sH+!liwUt;LewR?w%Z!vp^U@sZy&3aWG;=tQ@NUH z1Or0`q|>HzvQ0|yKdqxi=yc~v1#x8Cd%0)C7m^KI;URNr(hJMJXI&(Qs08%&n3l0{ z<|2WFS3@JBIJPJvYssy8EZfWr#8$geKDYGyYudv))yZb08+^kXtWObvA4o6!KO3N$ z&WKyw*E=4GiX-ZeT)|)Ydgy@=d6!#SP;XD2d-&ZkeC_f=l3&ogVumi5oMAP?L+ks~ z(=W%=jr*Io^j&{Fhn}bQq&D3{*^+UU{r0)uS;-MuIs9b0?Du7B1(mv4)M~S4k;^yt zywf$dj8m0SpSIcjb>Z234Wzh8s#L9kEgQG|k~WC}m#5W|Q+PVVjzjA0+GKU2j(~Sx zGc7YMnR-G0nzpDegP5*M;~Q`$4)T+J;uG(`0D7hlwHffyT!k4sWE!#@QW~Pp39P*|$RG z>YdOnVg7g8q!610hMxXt-uc$xmvqgLhwhR79KqgEJBg18HR#3>GUNZB(dWES#9M3{Z2r;TK;=!??+GCkl8#efor98?; ztbg-+b(khA*{SsqJCfX`U7EQEv2bG>4a%NGKLR$fb1JwJO;6#*qLCS zktCEXSYsayQDRGY=hZTz!j(YitLj&=u@Y~?J_y4gjy{Y0-<6=cg%gC~QTf=cz}G96NXa>_59VwH}>$9?{!i94r1VmHhpbY2FRpK(t`k6ZwmhjPytJNAU-# z!g1ns=iF{{^Fb~WHmhU)|B3KtXC$Iy;b13XVq)X?AAud?e-qgK_cLVv-yDA?7MA}S-m(05;T_BW zDcjG=%+B$@u>Gw6W0b=Gp5E!IL#w8)qyOCa+!g?XgNbRa5<(_T>Er3#|gLbH$0FhxBrxTmBwsu_T#HE%y;4wC8 zeVP~W?VZE)#2_v!&tT+SnsLMHl{ew6DTJMx4 z3cU9qyoK|9DHR!cf%#9gg#MSkzSG=R4Ql4dhK%WojqGYY zk}gF_XoOjI2lEuC#8{J>A&;!n9u-<~@^9kL9JeOmVbN<)f=oX_+VKqfq*2J`$hw|{ z5fdcKt!Cx;s7e&4IhR~0G~vyAN||v2&FiMsXxnYNq9ovbiFD# zOa$U}TGQyKbshw!B;r)fv}HVCK5c_Il18)QhAm}sCaY>W6V zeFM8RBVp1Z6p`48eNhp3~eHYmMs=GN+hkM~LzM+VK*>wiUUvX1pwD2^oib zQoEs^_>UH2GBe>VGeXKVqVO~p)Obn4C0aRWv#!`Z&-j7)V~sKOMZkQ)ulhQ`Qz?%| z@-R#LldeyzJRn;vNzR(=T;_`L#5V~v6y^S+^`C-k#=30;>upTm=MHJ591*H%96;z?(CM;5jm?q!JFe&6=SQ0xkXO}LwU&HrLw1(!tgw?mmX>23r^A}{ zlh*Z<5I6Ayg(wn^(KQcz5+2|hPVfTGp#z2S!Bx;<579(CuWN!h63bQyd;egxf_-lI{#>;rv_zIM!i>`p zPL-Q%(0{5R&=t}?R47jgHAaqbvuQo4*^E{cw{84eY;{!+KcyQOHkK+5(k2loIo^;8 zt$#~QW{OLHkRvQHzM_%NuI^Zqf}E1*E7P$>m3rw1rYQV^Fzb>fI;qVRlA!lRT&P6k5bom ze>WhM2O#3snSgJdrE996q5}{a^%u1naf(Nt4JI~b_zr%It$^&L@x^lKs206SMOC87 zGw$$|R~SY04YG?J-WH?jrd4)YXO`Bh$d&?Lkv(B4hqg6UC7`=4ig-uOR*BLwBPfN+ z&*+Pld2JgpMoDMZ$1@bon&mwCXP*xwkUfNoG*}bt^9y_^0%edehQ*z9>WY4NtUnfG zEgq*sI}kk1+e71|g#@9q=6KZhmj37?&A$->_A?8$uhnhEuYTI;ZeUVGir3EGOj`5) zCeC9iCx4xlmYodf(^;p_OW`JSzq&IQ{&ct79^F3F9zfovE;nnf6HDFg)mom2ylY%Y zB##ThWrKsUMcTjB7|3r(SS_ZSjK4r|2+McAkJ<;&*V1n1K`O~}^6zTbUB9yx>2~Jj5B|5|(2dOeXnyvq$-c`- z=QC8Z1f_KWMYqCdYjqB?Q;C=SUClc6n3pob{#I+5bwE37xNeqD9o~K{$a~^SqMtFkJq;S7uiC;}IMfhY@LMCgE0dM+Q0-IcpT#gOl^<#A*9reK?cD|>=B0P= zIN**+=u{)jQq~?r)8y7hsT#sL1rrQH4KvX=x~3*7XIXvjj=~n7C=sG%Y;4oUw5ZLK zGFHDxZ@A2cD7K9~PMUpwM!jqvUMW{yuS%hmqjYrZar65-P0t>6?rJgceZzOkKiBsP zaJdQBbEDT(J{%Kvey`xq2zKkT3{OxHZn#s%8woi`6%JU)8h5@STw~6&*SO<8*x1?0 zNFj@ni=tch%Iln%L-t@it8?BsgigR7@i$@^6&fD1D&}_rY)JfZZu3c71|NP|?8R|? zJT^0$XJLL*)gjT>4wmk;@{d#USWJFme=zs*HQJodMvzJA4rG%{C*R$<4gb8M@TaK= z$AA4hAd+h}60Lp|R@Ta(xQ_eLEbX!RwS}XhwBT@Kr=_MmyKp+@W-i5ywsF^(9hFDz zG;&C7ZKE03kgjz_@4X-Z%K^t89)Z3_dEPuvIe8w91!LdC$j_`{4RNn&T`t%8z0?TO zfetdMhUflafj!UKc8f(UnoyZ-0_J?3I7?ky`4V>=qIXbES5hGF@#Q zG6XEuZ9H0O*tl^`jqni?^T&G`rDOUWfnd<4k+HLS!XeLJG@yixPxmVqF-DX4c&NpU z+R{x1_oTzS3_h)m4Knwwqp_&E9KK;zI3TFO4b7DeQdd-;IPFlmzN=H*48>k7=L)I% z2~@wByhtrfaOIK&1v+aaSxOZ%2|i0@;tpHlit@#(&!vj-ughiD_A}Ko6{r{aK}oL} z>aHlM0y}c?^Hh&=I!+;(V4WXWUlD#;;*)|EitDVi{&k(ZZmACCbB|a{70~MSdhnI3mqkPW&0(nF%RBn4uxOjQw$zK+k_=o;MI#2AU1A7{E)|98wDuopqDF; zA8vQrR|>#ShYPo4D;!0=@a}eFcoa$mwJ33-Io4j(VQI+T;3okXmpAO|bL{GW*TFu+ zNO?68(|fZ&qHG!B+}m{|KV4Tz~i<($t3=^A`h>W9n(W(6TM{&6V!Ry}CA!+w!_L41LaRU5M)^Ig*v zA@i->?qzW(34q&xx9#W?{|tN$%xKE5@io}6*p#=ieW81?i3tnfSa5NcbbsL9toXn> z#V=vA4e1QIql zM1BNo3r=!FKa7{AESp^_T1M+bZKuj&$uv(^5Uv2k%kQZcOi1>w8(`49@v#0g<8S$q zIv+d0GP|)>5COEe4;Z}HI)WUvEF8Ym=p(x+7_UUoHF~#bF1WBj`FiC1a0oB2HIM(;3<|pU?Zi&6_sE|Toq-pceCi+=PjR>eHyvOHsVBo|tN!kUZ~?d|k2<Kh= zhQ1C_h~KRJ6b(f9yv%wM^g}ZJmivP=c@S*PF}t{RdFt%{M7~1!j`HWa)cPww68VRp z=}mBK5=JQ8lw)it27U6V_(e|HGNl@<^UQYY)!~h0DlDk{^Fs-sIHUhG`Ud+N_he{< z|B^TI(HFK2h;eQz-=rd_EsJv>`qkd|&>I|pTRBX z&@|R);R@0a5jK<__&EdLN)W=2W-HX#wJI;3H+wUz4TSNYVJ?%ns@I4hyc5Sk8pC;^ zxK&fFSlJBaU_9Qx4I;-D3@NTFwx4AH8P$Ndzjr{hI~1)>p+@@H-eO$o1ozq60Ok<5 z$Ju{4K11<&=|7^_11jP~KOhCmhx#5-Ij`yOgg|;S-{I%HhSm@U^g}l~a2(Rttx(6l zQY#^^?H_YJt9EvQH-%FxfHo-;La&hT<`-|^rr;9`fPO%|U zt|wTR^1qIMzeI`H6~tq4$o?^pi;tQhC&*&l0>#Gw1A2h2LGS!4g79L*ctvSXJR{#e z8>jAnFs`5#`^+?K(m0A|tmdaC&Fyp2|5S^SiM!=jwy)x-7A%iWJ-HUy5^@9fgF;#& zWEIp-6#qDaD^d~;91p?X()FH8S?xCn^UwY6|NG zl9V2XDUn^HQsCsW4ec+Mz!PLeML`yM@h?F2I=HWkzNQ*&YAv&*DpyJ~&BMO&f%PJ~ z0&4)lyQe8*C?dQC+aetb_o{7(Ugk326c zuVcK*m~b9NBA9?SVz z8z}U3Nd`tRUmySwKRDVKSFiZeAeiBBFd#LaZ)#U!fVC$!b=%ASbi|$C_Vn9*w_rJ! z0*y0>|J3jt&*%!TfuQ%Gx2O^PG zQBhG)v8vE5cnyXcS(SEz#xkzZSI7%v7K_Wm^&pl$cQK5m+ff{I?ra!akFx~!|9jKh zJ`4ookWN*sm3B8s?iSixW5FyRl3y8p)n41oJJ4qTGzfJNNf8t)5CM!fZYABz4At^8 zc0d_7wyRVf;GlgkWBV7eH*G?BI#!_2iZda*$u6f!DW}OTr^#+SNgoUY==_qMT+H0) zb+w&xj3FnC#$cm9=z`24_fW&E_QhGsa4E~Myr4@zn&Q` zr-@;k(lR2i}hziyX_N+P~yy-c1E5V|{G6Jr^Lbz+HMVrvb z!ppj;m7Dl>h!K%5NZF4TUC>aE3uwRylodW!@6H2D$=~31F$CDu44b+jGCN#f%W5y3 z7_9Bq?rgHUrLz?R{O}@~t$wz8w)%3{boB>uvTp^lZ$7d<1t|xmr8a5q(ozoUb8E8i z$mDuOY1M`cCD;|;)w=3xl{B?-ls3{H=MVvL$J8`VJ`651nzZZQ2rVj<(om(er17YA z+H@4!MNEzyk*M0{=5bpXGTFA*!9mut2GTlhmwO~B-)V>4^O_mu*Bc5s3A5bnT`;Mu zxKG)aLs~K)$j0e9go-IShtEO0qSmXG`6-uN*>=R4!&rTZGt1;!p2ZWJM|%eA&Bgmf zQ_76+8-aevha%Bi7nco!6qe|<%EFBZ<1Om)y5ff6FSBBY!Cu8A*2}sXX)$J_{F_HY zyi61R_WBl+_%!WQyv!7f%m$YPHHLXt(iG@kW1WbzlaP2-Eik96$oH&|7j@$yi4 zld^PrOJvvnN6{9y?AzYDl&Z2Ef)@{W+0XBG2#-4>9Tr_Ff`yqyA!TqiwKPS!1tA$R zNE!;-H0);hb8b?$Zn`4eNPFC+a|j)jE(Yi$(hvg~2)jvzTNyawB>GzEQrN`MAH?|s z&r?T(Tyk&7ay1l%c0#n?IhN*~U2L1F_5y|i3XQS^DSb+-Zkj`LeKL@M9EPK)r7bjW zQ~grbv{sh_O)iW6^H5n}TG(xne$1&;Ghqrl*!N2P6q_x)ZM>H3#?!iT5LL{RY+nXj z*wp#uN!=94RWYnrBNZ%seAqaC&3nbw-xnl1CY-(MK1AKNRN=t@#-#gI5QUU*X45Jo1d80ah^uRxw_97S33L=FA(%>- z=zresWR=P0`K|=cBN-GYng=rJDbY@fngG+j4r5bp)6$X6N=dPRsVMr3Il*$v^ZCyb=7sFKEv}$;Yx$Emv+c z-mnd%JA5c<8>I0Hh{vgm6=hPwyrx0E!CinP4_|lg966;srp_QQEv*qY%`QuebP5>MsgwkN8$#2> zjzP`Dlv0_Wdm?;^Yi%wz=H_qcf|88G+pyxxDIr?dYX= zDvpSVA8_NndM8?X#~SvHmFV8h21=4xrR$hIo@D%-8xFC(L07IhktZW)KBWiad0Fal9KetLX35D29FKmq(6P-w~FEoJK%X^kv$uNJ*b= zg0~kC*>2dhwoa#Xr)+hFK7#j*Y!NbWSqtyIer@KDH9^>rPYG=aax^sRz{kHgwEH3a z-Wp>5VEoXy^8KDf#$ZT?IR}*tz7sb8=c8J630Lr&>tf*UeA|}yhR)NEAP*<1wZuux zHhUo><%uv{LM=KxUG4@?W*ax6o?qQ8OuT?m*%~EZ2S#n8XQdRVEQy3~2`a>cguLyk zZe1OgX#bGBC@2AJ@!KY%X4T()Ixzl9AkhE&IdChmUP?@@U*gxRU`Qxku;7BSE%PcZ zLAgEa0eg$mp4Ly@C$(wa9MualgQg=z)0o8=!|s%B2+g0u2=EUJ!~k-)A&S}jt%1r_ zUI^2-ck6|3qs0u>MPka_4c8{QAYmJIcS@Lu^pw8Bln|wVSy=lM4gzytG;0ohr=KT; zzCA)|bX{A(WNzI23M466=6{9ia~Auj86;+befUZF1SN5%7;6t}n)cY@1|S4MkK6MX*E3j_C}F7QWPVK+ za23#XmNwWP6`aDdNW^6BF?Yv-HXHB$-XZSuUGV1c<{)~TzPZC+8LMY5k|v_|-2{2; zL4B(_iM*$3(emhZ>b&P|z`%7fApd*QcZK`#%kt3>b)ihiivitetmX^^oghZE1Zuxb zSP7FE^de|bC_n@@Ty1WGUJt{q42-_UUc8ktF%|{h#W|D}XI`i&qbdq}mH9`Q4R1;c z)+^{K3AwhE0E3AlOimY<-N|TURLuxg!_o*#gpu4u${GqiMBf%|`5(cS<;NoimoXS& z;q?|3yhmQQxux1xCb=aatI?J*L^545aNu*RhjYld>`J?5;gpFty*K}>V?x76mBRRC zqp!X=F+ZVo1 zb&Wc_uR}x}3uF#xEZ1A!Y??{m^EU)Dr!qG*8I(dTMhQ~__oS60Z^`3Q`wAwqp- z)h2gpQe+<~Lv2K!QHB!Iy{rqpkRD!eZ$BgJ-QHB{If9;xVxOWJaMJn8xvQeJAw#Us zpOxf6Qzh!yYIn${qQ*B8m=6=V4risJ9hg>1o>ZnVEp7+OKQIz?1wNyLxl07rcii2> zlIp%=$Q2k%N|R|LY_M&lb3xXO+Bxm?Un3QCJv{-e3+f+BTVgHj^zX<2(jK=%53xP` zu3~5$OvCpKeCu%$+U)fC?_yRO@^_*KocW47plcc;@z@9%sDmfHW?Qq`7TMeL>n$!r zUko*rIJ^>WEC}EBXt?1B7fs?rgfzOYow#F|0sd9;@Ze>mt)ImJf~EaZh-@|m&Jy=1 zQ6gXlpjDtSTew1$3b{s5_Yo;1AseFVdK_w%Zy^uTQ<^_08TJt5d?{@8Pri63Wrvc7 z@zOCPppyuA&RAw_5Zr=DUg_R*Q2!2*r)Y2DmgCa`E0|n9?+kwWP^A%a&oo#@+E27% zJmz%PHa4JnXySj*U-l3LXN#77f@c*R-n@?y3w$uH6KnB%$XNfBu%ZxU%;=Sg$=Q1A zs|?}Y<_=~DK84y046%GSVtsgXtj(+72CbfzL(G2Adg0+BYSe02S`M`0bml-JZB}d57LDEMKCP z-f^xYOh_ZK`ZxuDOxSFiVJnaCTFsJo`PaLWc*Sxfe=>kRAg^_-i@a6sBd$qfGb2El zo5~=yVbZVt@`a(y=pFYw-?wMq-;ni)-ousaJXz7^3?G-p^i~Sg9n0`(!Dv~eQA!)g zH3*y~@C;5|FWFhYU9`{DI1YVQ*uZHP1UuVwVrVBK5Y`zn&uT2!n021sL2(YUuffM^ z0d^PS-`Y-iP8W|%?1cE&grt0%1Z({coItT7wOt&3l~T;Wa@}`frVILXtw8PF5lMC^ z=MB9&Z>)NfO(Y$(#HxHL9p4K$oeXq#C$;6f^uj}0;rsOnLX9%@B_TP_g;B3yjwjf^OTk&GWWx+qP}nwr$(C-F@1&aoW~=|IA#>&dx^6 zM&w0B-elfYWko!RA91(+X|F#QQ?~=T;!iN+14^5ft^Ydc7~XVvqMzRXjA4wnM8klct z{?2)jGJ+`8J4Njj_h9D)v^&o&@rGlnyKC*4>!){_SG0^VSI`ra1|7yEY+*|KFmmB# zOdNZ@3jYK&3r^2~1^fFYV>ao2TTbZ0GXcYsX#4+z6Yq>dm|JcJ54Oi>3I+}YYwYBG^?c; zYBFhhv$8kqY47dWxlzYtvFHCtj#`TiC9p_W8H^n#Ok~_%_v5i!PW$1r@4Fh+Ql^ca zd0Zwn@WY}XYaQd(LSgTYABi;Cb&lHvpBJqJaaX($YJpO&QVEE}ao=Q5C6gaPq~K@Z z#4lHx)D`7U77v~keM(Bg(RX!_y@x>5t-wrGIaaAi<-(tiOhG0HJX4h+9V8v$DVg&2 z<%?C37DS?C+STjacX*3Iv@R;UuKYD`1NIyAL2?%q@84+Bv4qocn%M3e^PKi;(xC{Rs;|+>E-JVlRh}Sm zn4<=yw1-|v9YHc%Nn&d9-jz11!ayq|oF4Cx-bFwiYJQtLOs-P;;>q=s-u_1jA9d`a zM*>z;Ilk~zf-_hw3~3zTy^QI!hjLH(Fa=XYC{0B1037m+82QY>q6p+hg&5g|fR;uu z$5B*s)$m0_4w;ya^Kwh1CUW=?G%;nQLxWr{I)$Q-9L0!V(G04>4?n`aTHeKYxO!#0}_0;QhdAa_=~6|oV4fo9+XUkC7^m16$&_-bHkWaca)Wt)(~C`hVz5Q5UGdh%)swAPl$p1MjpcBYY9z;w06|Ij z1q;rIr4w3w0_qzf8R8C5QabDpR1k2ajRwV)_kyj5a|nI9ys7Tb(waqz|9JBFDos5Q}a~Dlw zlx-9;cw6((c&Bcm_D}`Oq0te*`Pu2(Ee1i_(0m;e0Zjzv$w_4r#PJAxfDDoe z8O~@C*>oIUc~QqYPthMCu}0xE*3pw7^!&Yg@Sr*YqKINeS#btk@us3T(7=kh&SJcD z%uz@FmT@U3UzH7Svwj+V+esbpBA_|l(J&iK^$rwU+^|Vp_>SyS_+Dyl){e{Xkwvt_&4b9yz z6U_S;y-p9sqsKKS!Na>a1s2W5PKIBBG3Mg?^a2vqo>`9hMyx7inLyd195%7XQkxQ~ z{pJVy7Y1+jGKz%|7kP^Mi3?B5`3#v{Our*6lO>*YQqqq#?wMcr8!2YdvYYlgEa zd`V1nv3H%oV7wEtH%8Him=J!W?rU9=&hQ<|o5V@0y0O0li6L7@f$L;YNx4V1o$JO& zp0Wu#4FS9avZ4&CqCG?&Ds$MSvqFhrB~w1V21%p($rh-0poUsREQT6HWW)?A&?OXj zNKk`|-tymE=+(7)gSA?ritOsQgSPWDeyVLaKlz8*!;2fIyh}r}H| zrj6lJ8C>kapLCad5Izt`qZ%*vyzTE3pM~vANBj@<8cMEJ8nl}hLS9C~HoNKc1(W=SZK#k-Fe;;K!oov7^>2S3lyH?0T0~UZc_?5klID%?h=Sb*jog zwaa#`qPY)`O_?+%%nB2sWEDK6eb`r3^HN29 z#{KGjb{*Lfwzs!KnrrM6OdJhB9j-uX7aREmjzIEJQ6x8Fm&XdQji+BLCow_W*xpLK1m zoz{H%oW|h8%IsNlznmGt@46W0|NeJmOYiOey`s1#YA}h{GkKn;OGu2Yp1CZ4Yxcz) zTwf|cEw7zer;0_h*L)#bj!TbGSJ1-o6S_r{OjQ8B+D%33?z{jIE zgBpp9_~J#6ebE%t(PQVRB=EJUORGk*k4kH-|70xY4 z-$O0ip+j%{-ax|r4uiY&Ze^lU`CHWINd`VjUApm&=5ob#KZ-6)B zzz(O$G!`ALV|J80a7w^60L0U-lPV0-h~w0S^prsyKyEfFW$YFcjUQ*usOHcCb^y@= znuxO;X;(BJAt>y06Jv#iZz@2HLDY+z&!gXC(VMwy26<9EMRkqI1p<$iFX2cn-HhVA zUdfTL3&P2{CZOePCpfeE$D~vE7dTq}T_$yr^ zMv>s)Q2`y;_@AltL39ziriTtAHqR+ z*`9~z13#?(&m5l&-wzqf`-r}g{iaGT;nyUkYP}qv&mG!4U6ps^dFK!|@UYhJ*Cnqv z+pVqqSU)Q%8-H4UtbDTelEy0UcQ$EeI5StTiCZJt8X@fqQ?=?@NE>o`=05O z_%+ZLBLNgsjHw|)F~NtlSL{n8w@b+Vy9=Xlw2~0mnByNN5XSp5K{&Y+RY66#=R}U0 zFJ6wZYGKV`kC2_CjRXgAJf&MOO~$=ypD25Po90*WX7ndEH+3JQuR$K1+W{>|zDlyD zxJLIngX^EZIUnUsTZ;FR1eLe#eH1nFmA_n;#rgB-#Yv?hD@Ojy$AQ=tqjU`6^MTxs z-I^cBdGyhq(5~D^i;5s0x(IqdvEAE?A+%HA$$0C%v~`A!6d=} zx^--Jjw8}0l&0Ff`+Ed9aq+Qi@svbD8hsGF*`)jXGUSBnkFu$E)Mq4_o_ir=3y@55 zQUqBvE?Vrg)fDw7n%-Y~Xa(NmR0=3sD3v-RH_?zejED1<4$hcsgK77ka|HrFM^$r0 zb>D`9q4p+^_e*1YQMN_a;POw3EeJ~e_1aUB5JAs1>*l#b<~ttS0fr+wnAhHIzvKuh zqr4UYee&8xd8eHD(ymC0EGmoBVxJ`#dS+Z<{KCKl*w6;p&IYPzse}xvKg>zUif3jF z(>iCm)pn0Ik9}2b3A($vmx8V7-DOYUc8SDCZl@Yh9mD1CF0y4Y#ZmHipFK@wKYo|A z$DxSXA9$I{#xEr3CDN+_t*kQ{rX=`wAiyH%dMi3YfqS-QC(}4g=&h#pZpx$^TBT~W ziX1zOFIMraRjx<;Tby(;GTUZu8M0_n}CXOR<^~G^Z+WL>g)` z>`>#5FMQ69o-Xf~p_+Wg-KZ?%`Bz$mE1e@pI_zVgG8 z;)J|O)@x`N$?^OR%px@F2@M(or0`fk;`FL*FwcYUVCFJRcU*QYw* zj^cC--Yg>IY7eQsttPX!$n8&E=m3c6$)l+uK_`opI1N*ks_SDF^Nc|XV+<=r6ItU~ zl1wsM&lx1aiWd#W!OCDk@F0NaM7!b=7+~TstO4hO(CnEIi9AtdK`8VhLjhL{RslR24=XZ}DEUbyWakx^j!{HH-2M*p- z9O43G@|sctI(bat5A1U^;Pp>6>G^CAJR0uw#4hsi`im$!eK`pRuSGcv=$>4IfvK-2 zZ$#a|CJpHUlT{93pKyM5ni#pCQ)CRe7COrP_S2`Q1{*csS3rN_?U(!9k@x&Izvkvd zSLxqzJ{Uh&Fi=F%!upxpb2D{!G`Ad=Sk_Qzn$bW?p>#&4<=UTYbYVZ%yCS}tk_ z+VX;7L-&CrhuZU25NEC{V@Bn9)rQQZBSFukYu)5;0NO}K8SI_IZgXzG&hnejKIb!= z&jO71y+frBVJj9K`Hrs~$(c|!d!*CQu&TBe#^34h1W(#Sm`b4)pJXlWXux5_!;8m| zU7;XwjRPU=>iY-g-zPDq7Q(l4T?ikJP2^un5E3DiAD0wui8=WRLp@Jq=PY2K!ma(# zSKSpf6!qk?la4o2#lQ{kbuI5L{Po@vcGGk8e6-bgjMTn-eQv|c-QTDC%2r3?r(;q& z-VhF|-WHUcxLeG1)Ar7mn0UIbmB=KIGo*}PmniCV9dY%1<<4ACN(4*}(XsSg`s+ThR5%X%1A(BB2zVU-bqGcq2-JMl`U)$)@5VeBh)(@eChsjRI=#Ql6B1R{Ztm7TTVT=Yu09{2xD9wx0uyxJoN#-yGP z6;o0LYXtRn018JIru1?E1|94%_*q1G2U9d^ZzYanuN@?i-C?8q=f5=DX|7-ck%=Ev>M*s&C5k2#t|A`&}e>m9w-||sGMCO0U zM>#_$Cwuq*&uyjb|5aAwe>TDT-!0_-!#}eApZp{1|FwVo!wUFc{3GB$z5Z|hF-FbX zL1hL1XRgzo9T7_NA%G0lD?M8z`x<381dBCkhn$#r7S=pnX?qqF!9Xq%HLk)}yI ztzJ(Z)Bh0W*`}!G=6>uhhO8ZtYHu{Bb9(rSy?`EWmI*a*L{FgM{5E5P+ujKbMObUGoX*bW7L zB%RYS{x?d%Y~;pt+VGAsX2_Rj*xVE6VnPBNUl{%OQ?x0`6z5d(*qD@l{;R6WJGu>)@W1#2Y=HXaG43gAo$P=I&(NEf zPq>WU7$65ld(!EKF@oZH7mg^z!L+pHfWrfb29!p(e zOsHl+-Z%fzb&ux<1KR6>OL)Y@hrDtaX^ z=*O;k(t1t&#ECPYGe-7y%<1V5;y$qM%CpmI1yI-=;JPYX4mveT*I=Kk$c(0pJE&!j zyb4tTd!*PoX6jZbk5N0e^-~*er87;ZRk~E4jiS7Zv*vwskkbSvK}Hc$WvOyFZ!S|O zQ=-c}bv!=yx&Hcga&CNprMuno9*uK0Gck|FNyK09q92WV)G~LK35Iqv)_>=sNMK@w5O@ymqtY z)?=FWbdVuxnIdXqIy+a)Q?B)*g9=VQ2NcC!6#I`{ zx^)HPwh@bBy@LUKTM~2ep#>~$v4)JShelf#wQ8K_%U(O>MY`VzEFll#Y!|Wzp}@k> zkhQ#GXSmKT^?J&q(HaA!nso`7>iY# zmn~ef&7PLQ!n}1?&Hqf45V(ul4v4OH)k`-|RltwX7$_ww3M8e?(l|Hlo9&ou3Q4n) z3g*|gi=>BnXlN>ew%*hgYdTBEWfL0J$w#k3x}@JXC?kgT9(gSx)!O=Z_K48-FC96) za)}|jb-AlNB>Z8r>{#&G!b~1(Ji!H}9Vfh2#6A#R;QzCcn|7Blns?LzEZtH!eM2k$OTRHO&;IaGlZ~Q2 zRZQL-ZuH?2?_H}{D2|ti4W#vP^LS*9ObB zlEJ?YOVq+q$YJ83k}OC0`hCnb;PY2sa0oG?roDWM$^r+T#e|2?eN8BJP?+XPJ_uAb z-u?jo5sTJmTi|S2uhpkMvolVw5ifOunjE3q@}yG|rowCnh+`CF zdMMb9qn+?zFu6fKU*x=MS!3%eSFvkL9{q+0pSrFp&E<%WF#WrSI?GI(!>W#}6v@^w9%MO>SFk(y zp{3&n_*yWS-zQYhv!)j6w&J9c7MyZ=aMMj^~SMzR!%s6E)UjeV>X=7n1g_Mwhz?g5OV zHbZDGgLtNGeBT;NQ6K3V^7X4fJ=E3|CH7EXcHY<@RSCD2T}S7A3H@%#fpZeDxP5wn zL}^9nv8A=4K>9<-7CIB?2s!@U8I6e-1mr}>MWweQNo1*^j%dLK)u=A=r^z<3#w`U3 zYbLj%*J#lS=+elh2B>ATom(K$cL>AXy4T+%2(sSHi+;RsyZ`Ha&GY_uo9Fz<^%U}* z)Dn#$nQa+p3w#6IPcZyNFF<+9Gy4wI%~ius_`p4-PpzLL&d+LG`?~0O*f{vg%&{g_ z2n*Dj5R!NT*paG;I^B* z44pk3akWRx9ANKExQN6f4ea}!L5ZmVOxX}{3%~De0~8f74D^=xhWVDV?{kuKuzmcs zzpWrgY3IDxaa+lIje3^Z!~FTj&(|u~hgIZCc|zUgYdq+4h!a*HL3Re-&T+1!bX%Mp z#&Nfq)F(fOA2n%@H#cve@2;2fGbw40d(M}*o~+a*qRny6>31<{Jk&XMJY+92r6#{+ zP4p|yf%+SYY4Z67l?gq%C1tBp_&vdDxwS>BPg2^jS?7b9<8VCJTHI&Kg7bwL;T!qR zI(1e26Df)&^!(iS0Vm z^#12}K<&+06(2NzEa5qEt#zI<7~R1a$BUS|=+*#Gn>Qi$gpQ;_H)DLTEpC_$iS&;e zI__0c-7ze@LTnji8A_YYHswd6`On&XNxUULpSV*=bIZIBoK61#n=+q~)0@aFoT3;NUSBF*=}0trTrrcvSnfl%A!|JANbC_&=pMo}pVNYNiG()odQF@L68sd!5dUuWV`)sF8vgFx5(RAx~?_47p zt}LwR@h_8&NUfRULGzyBYLTxalsy4LFZ7oR>H7?`q2FBlWU52y3^Ccn52xJ6 ziT*-@maweTldnpVP1KI!W_QmVMho$M(H`>qy@l7}+g_pn0PjTCpQG7DXl)c{5nZWj zQLiK15%UPk>#9$5F5T#uFVECA?m&EA8t-_=SjX zkzCbKgm2uT^|xgRmc*?ABf#fOVms0T3221Mram$if|&H8J-B)HQIIavIxTE@cEw<9yf?I`u}>?7}^0}p*4mb$G%sImER^r)>P(eo`_b$D+cr1Uh^RDuL1YPct0 zWCOGgxb=Na3LaRA_w#wm$m=&(&{zSabx;@3-T`s}O4NS1&~4Eb0ibo*kU%~nkQ_(` z(6vA~9(kRNmC#fjvgjX0fg+;aWA6aF0!%C*F|7Fsj3arET|P*O^-sB{e<5a+My;rw zo&Z1ZKq#W*Nc}oXun!Ucz!Z4I=KGZCu=I_E4rToe_~&gG?J}b(RjYQcBAPO# z|GcD0qYl*|RVHiUs20(Lb4(~O)haC$4B25~NQ5;p*gj$+09HBd47h9Xvl(TXn?|#> zs+O@@3QK9vR-l^^ZgSlvvDVPC%FE(1s;AAz*<&mlDVWm_O?sXJ1c~#L>Bo+o#MZTd z(?+(&)pX4(*3}O@>*vN*w$;s1t=<_I)lRY{&6AV~Q}<5YwCau0q@{l@-1O$n%B&Nk z6O&J4J^y$r0qxxCMLgbl-1Ae)RBL%xbFEJ3!4Ft@6Cd3GHs-3V+dMO7RDa@Byla^! z_>GuGX8XRv$+$4AY8;xy(3Y|S!PHc$N>0u$bmMkE>9BfR@)-U2uv4KYF=5wJOShEH zQUbiuE(;5c7I{%&awK^%VT_SWi*phYa?H{t4Qhmdtva&)7jo{{=k&zdOA*?FdLDGUpk|dG zm~y2SniSL5+okj_)SqBjV6_0AN z)O&_*(|ZA#VSX1L4DX%QvJtso(@q)LzR@%AyWP_GsZOOzm8<5s8)9$tZor-7GeN5` z^k0D(|JH`)tq&>O-$u!=F680{O)AOV6(4b_&lfIlFZ8tIRL3yXv-FMAKci zy)ZHvyvgKku^&am*b~pf!4tJxAC2jbyyeB0-%aU~j)>)TGnt!O7C@8MMDnPfL|QIy z+2NSn7BCa_VgOa3g*so|&Sqrhs>6Q(Z1s-=G7PA>kUo4)Xnb#HITiqUR|~Aa)trTy z>@3dR5V_?TRe#h&?JW!oo#x{3UY6NJ;$~k&)9%EK+U8NAS21iXu*~$Ewb4(8>E=S~ z4K+w!Tt(s6q*eYsdK%FwuPX+O8j2G$7=&M9?7N{Uq?6sOQrvuDA$C*zC#Q3R>E@^H z#8(-<1>eT5nu5s23Y}fUWQECgqiH%MMlbhqI=22G*srfK`xes~YW@#9e=v$CaeP!p zkI}|Q&yLw+2{u~rR+dltxcjwhOXT%WHF3Sh#I#k&o}F8q9Al|HO-7P67>)z0}FxJB8Hso zkg^~}klLC!YDZo%rZrwE~_c9@ZS9=J+M#mtEbk_QiE*z(t34v=B!dM{x7QQ=VdzQ@!O&f z74MO=YxfdeAh8kDDkb@EQwegnSk~)xk2x#KPw`&~3LZ9ovd*sj`_835PYGm4jo`-b z#CIi)#h_blw(+NP;{9WBV+IPi=4v?bT*Q zq>_5vfB1N)9>lpK)c&0rJrkbZWky6!*J6Pg0Pk&arA0i<0&GfnSk(B`8i`EqHKlwo z_H@>(e{k}Y_)jN(@8)HMym>~JS?|c*gC&l)qE-x{u&CxW$&5%HBcmUcva+D%XQcxD z;?p@tW>O66vNlE+D7F<(BNX#CH+K_yeYNK%G?nn{5Y*`cAfObY;fVDR-8LXT{at{+ zvJV+mWGb!a46LX_mfOBi$nqL*d-$9&>(1?hE;O-DOLTwDM-+okNAUZJVrV|q;_{+|GK zhg6?>hGwa}D&aupmCPt`R_>I}{X;1_E^W9O2;-P_O&w0^x`wHd2+1Mhc=wS3a1I~* z=U%oA9IbPgf~+4Bt7QDb&}cfR0sWD+uY=3XXa1jW`}wcuSWy0$8~%pQ*7)53x3>!c zt(}6ts()cCcV%9Od&&zSjQ*UVR6X%>t>C3=$z_j_UVK~|z;iw!_%5un__K(ug{7QqZj%1yn*I_dD!%7)RcH0D`!n-a|N^Y(y1 zg-$e#@bk3dLgxAJV<)1ie{k-ed%Aw~RhlJuJ6#B-j>*ANfmFlMUld1jN5E&+AZJLA zxp?z9+hsMJ;DAw!^CqW}Twt2W-WRlMB|MYT@f0?Fu4}oDWIKw>xNh(57;e#L%=0MC zc>09}2S)Qy@2owO;g!s5+vpX|ROax>wDP4ZTO&9ZPY5u)px$1M5ge)Oz5v&Ir3xRd z;dQ+(G$C007ap1dKAD|h?wQ?#`@EgM@ZNEgNBvU19xguexmVX4u>%PDza^Z0ckA;u z>_1=m?Rtvk_Ajj}1$l`V@|mp_XLt|pqf1t|C0p0&RNXmsrL`%V)Ly2Q(&e=D4ko$O ze{@@1(H#;*w;5?vWz;JbyG;I|p?11&J5N7`nr{wg@$TI##E0L0S9tWisR5KVwpC=J z)gkaL&&VZ`(M{u1=PUbKdl{5fcXty6K~wiAa6p);R8q|cnSw=1xec0{j1(g)M=sNh z2O!?CBKYuPLOWV#gv3vzGO&=py0G46noF^$pHMjQ;QV#7y}Z2(3kTbvW%Wj*|Spo%SiN z-71rBuWvn>Z|S=j`wFdJ^=?xW^Ol*8p{;(igx2IW7hf)gp4eoq-JHV5hTQ52?Z>U0vs#ZBvQ4gTF@>7Lb(r z*F@`*|mG_RQuvgtCYO#%*{!xJ_oxS9Aaki!o}R1RGD z(-&lFl#WFsk40qABv4#wd1(P&f+!&rAf8lwsTysOg`RN1|6~K5e0t?%23bWh&;m`d z!}i@nnwTDOvB*)}7^RLW%-;P3{n(6atA@mMRycWKj%!ZO4XsrP+4?@O=Tr6K=rUtokr8e9up=u*I$uH~L8bJ? z9h@qyz@xoAIySlv2)-M)N(5`kD=?#Cf+SHH8qiV(P&SE&TJZrFdu$U_J%~G zSqbUk!3uHZ;A?g{?hX^V2`jLPC{YHh@MWcbK^bmd%2&A6f2;exFE=#4&QROSf(c@* zYdh46U*O&YQSO}_>%zHb$UBhjg0heQIdNqwb3|zryi=iq%PL-yGn<|=9GLVFMQW>6 z^Q9ogtr(%O+6mwjs&=}iu$xHcEH11$o%USJpQ|2Ql82{yZe8$waPi9SokGUmK4Qie z?J5~?&g--^fENkMPlCSTb}!X1OL$RNNe`lzV(nU!bWadFMfHgDksKXkL=`QywL>XO zWH|&r$9qNCLVS2<>KIs18$-C#nxicEXb{MB*&)T+unSsDBdG-?^5Yuo1f!CtdHO3_ z8tfAL?POK8ntfIt=;zc_hlg07|C*@7DyXbs^PO!szkY91egdhrHz3s-wvN#Wqq2i+m6W2+#`#$K|-6IMVf z$*gpqLsAgzRGnMSya)XwJWvSHHFzC3k9SrS@)yXPDO09gk!c64VK}f!(xV5x*#S-) zx9(`$Ngq1y$I}1Q!TPk~YNj`vaGrYrem7Un-`$?%`$-QC-n|*Ei@Fg1g(XgT)N*_2 z5W}wh4f$1F@yW@sF-$tr1%+LiN00+EF;prv_s=#Oi<`M0>|J3{zN2BhF*84EWQP!j$Dl;-DHVj+gd^Q;SL z&uf`?HdZwGKYu}fr)Q9Q@dYvNkGki&a@uwDGUky5uQ=y=b+SD!<$)pp7}qf1-z+LB z%&&t1g$HDN^)S-9paA}Hd5=m3S}3JGqw7S&MipZK464SLj|Jc*>fh+ZvSH-@!lAg1 z9&`gLTw>%{e6d|V^&M%^z0ml3;B0LCn87!S$LfvS%9oNaO zvg1Fx`posFy#>b0O9|2gLh%iE^-PS8JDC*eFE3l}{bB4V!1S>Du{`In-Q;mcEgE!6 zQBNJ+%WDNSifSL5K2z2_Wej@2APSr@!21NCW3WY_@q(O*B~(?GR%u&DiH*=Qz)kWj z^rcREswZR{N0P+QB5FzG&`+rz>u-U1T>7bTlaMO^us8!+jA>WcQY-R3Nd>1!ger|`MXtDyL~MViHLFD?Rc(b0$5X`b?6D!?Aoj>vg-kHQBZ z22|mgYez}?k~F>A?5*s49@gwl^G0uUP=tj1}svv)*Qxr{E zJ+WuHpbHcDjx28Vx_k8Om$;u0UA3x=bJOGS_10?g3)SCBGObt}03l8W7AU#0` zZ@L`^_~0}^`E9tgG-_98L0Ac~P~y3OtGTjzit>6nRst+vwMau6WbD)k1q4hTjwvrgc}>WPTmzyR3|Bd07bijRPkS5=!6al&Q$2*f zaBp+Mog3E(BhZ7&R|bWIp+Z80;^rb%YVnR!b;=M;D6dAE+Ce$1Vp6km^A<|K#X?7m&Z4${lZ4CSMV&K#DH&*?q& zrqM6Nnl8k038aNSEa+bk#VX>peS58Akbsk*)A0)?Y6%WB^{c7Vu{W0wLX<{_TyvbN z4L(jPMdUswV6Y#sZ3oI9z`il{1)`&pkO7DV+)!apK&!GAL1SpcAn448AO-@}wN8dJ z$}U5ATTbuWg&4j$;#Y&Z^tqW0_as5>uX--IpG zYnY?}uLTaQW3i|Y0(c@SSPR5|L#{8&0`#g+X13^7Y~iq?$ZU>i>0GVd0pMz^YBOx+ zugX**yg-}hQK1}lRi5)NZ$qPj+vr1pJeWvtOFH5 zaF0$NhJ5v$Q>sGpX*>B?u7n->3X5wgyE67~XKeTNdJ!P?yiE_DUY1ArxpO)G9(==M zelmWWW!xqOpd!K)ulN|eDcJF=nH~X4@&i$eY9j*rspa`RY&?+Nn87OcG zB|=koC_qWWA%~QiTGBvOEZ6`CW>Tj_#SKW&W?%)@(G{yS0BV0>E4H}8SW4nr7f@Qa z7A?VTUjEHd0GCOmbLX4%zxv(!?wwi7oYVNozPAeH5%Uv!Lt&3wPek`xmQRa9)~Er@ z%@*KK9)#|>9J^N|bJjQH!Q;BQYH`rlw`j^|%ifj)X=`$FG>whDD+!EL^i@oC9FNmk zkO-SG(J-b;r{CYFlA%<FZ_L@>lz;U2fx#Ks4&^QanzaY?WQQ}PP~*2`mm&tNmJ+F?lg2+I<#dIs=FXvU zVT}#&ubg+K8hp_$g>eTok@wNyQVw5Fs80||;N%GOEpM7aT4z#XdXEHW>oc}NR%vyV zRgLkxmcAmGLS7^^xd27^T^0+SU3?CL(S+7=QUHj?eyp1kawfRFHYp3SO zj}CmqiyAwIGH|LhlpXtmTvQFV8u3eZ3o;TEX~N;`-{JHUd`nN@^%(ZerEyJ=ZyQj# z5Cixn*kc@0TR%VV#f*~@pdix0lz^q6_XpU(-HTKlAFWEIH|nmH<7moLou^DsXhq+o z1{q3~Dud-2X=9SU<#uPNvG+~MAM|S=T-5D3RpT-A(BUxn1Yz!CFhy#y zha5&Q;1)=T+o>H=M-hmB9a+@q39Yi6tQQ`JS*%*h;uoirXDn*zB3<`(iZLRilvL9)9Ck&szSSYR7kCGAy0U0itm(z)8#b!tBV}XdTdd?P~MT5G%y?%{&8|`#=A=%2PHc!;|ZdQhOQ)R#~~@= zSx;_&gT7{|uN-2d98`5h^kk@Lsnl@$iIQTbxshUm0i}(k5PnxbVN0qDylP@vUS4&1 zc6M&NmS@cEFTr)2?>C#{apP^y*xXyXU%X|u&-wv35^pDV12NgNP$4F!PPn}eUQgR+oZa`dCO(4%uERK9A%8%+t*l&x8d=Md zE5Bfz&+V@K`#0M^bgzFWJvX{(^|rcVHUs6+U{mw<;t>hLgpV+Yu5rfo18%Lh;~ed= z6g!5Fn+QYFiOk5Tcbzr~4XGzWlo`jJ05R;RrtRB|2s1fUrL)1Ib_E3~CmlY$M#elI zGX`EIPO@H)Gqca_V5oimpX1!7AY<2tw_|;!psmBIGLas%E>qX*U+T1vz6OCe(0Are znr);F0%Y$=pC9q z^MjB)(+eTVFOD4%!>M=}Isxz7+7@Kwq%;stD-aM-Yy!np)xIXya>VTh0@wou zDh>0h>z+Sc)1J$foSS8`n`QxRxemjDz5BDMT95ldM}!MllsL#fuzriz0DQ$)7!R^%w+bm?7beCELkvexZ-~7dn(;A@sSE= z5Z&pu2-KXV3+yiz$1r6z5-}536K@m!W0w%o#4ae&5C=u}YWHcTX~hgx6;>>`&>_P= ze*!^-LUpBvYAdKyl|CI&7D$j}(5MPkB49G-StG0%p((?_yYVM}SR|?n3b;IUKtyjt z#qALAf_$yZm8;-3&4IQCzs&UuH*D6D?Zu{l;i!o6lIgmQW9!Tw2N!_0h*(*ss@Y<1 zJY5vkE4n`ax>mZ}*F=rtbDzy={IKBr8txiLV^W}m@6DtrGV*tJc)bSB*j>Jrt>*ud zI|It)02M`Xc}!9+d|Aqr?0Xw@Hs85)@EVW7mtHIvvL6Hd8zOv zM&^J&WYPqTvmTc2N%wy?eVa^9*n)8K)UHm~)5gnwEzB{(*{_3)&@G%K?pjrlVUVeOiav9fMNH;Gf|wv zYe-k(eWLB+kIN~>kw!4Yxx)NYL68_D9t01HH6~oGQB48G%DG!#H!|X7^)X!b@w-mf z_i_6=Z{6uuYwu~Wc6BPJ-e1q}&HA=~S-Mu;$9NUL?fV@JzwI-pwq}z|6S$_B)dQnc z3Hc5?4VVfi={Y3Qst7#!Q_adjcKqKMd#4!P+ICI5Y}>YN+qP%fwlT~0EZeqi+ni7#we8oT_h7ZNeJt1^pNS|Rk@a6dJDnWwfrkqMkvi94(a{#=h~Z;&9p|i>_jqy) z;$flIE`NJ4kiQ~Cr3&tLBdSc)C$+f8-)1j;T|D&NdRbm$Sd|7c!bg!@m zxSzI3HUXv$GVM+6lQac*K6l4X_uj!SIFK(i5ZqLifIo7SciBPauz?x+VHt$rBs}GK zyM>8#DKEjx!PB0(BbxBZ^`gu`mOtf%3b@livCsAas@Y0GTSHI;60t=IK$x7cj=KGj zx1QO0PG7*%FH-|#s0qH(a8suYGz+d#XDOI5B=auWlexIk(47skkpKq{f>3}vLAd-f)0 zu8m^Z0(T260)E{HPp%uCVpyzO2A268T$6kN0)|7$QC|fQiamh@0e5gn!Ldq$x*1+< zxgtnr9tOO!JTxr7S*b#egs6pC7`-rZKhD32L!^As+G4CN?Zsyr0QjUK+*YF+=EOM# zhovjPh(~HTa0?}jL^R1u>g&oIwNDD@;56ZDLpls@;M3+xRiyi)Tpwpk?r?`6*;5=& zD0fBc8;&Ral$;#-_@(!^V?pz6X0YxGj8=*Q($P=Jtm%&(E3bAw-$ZG>#fC_0@OOgW zxWF%uKkp>An;Y({Lo9L*K-EUQnO$9^afhI9j!YYdN6ONhS}g7rsaw5Z{?hR}6jTyy z(wd@|6~PeA@dQN{XX4(myQL7RlQ;p!8Ofv9S@X({DX?dRXRyUZSIPTmf$JXqO{^ZP zZ~|nu?Gp{4G(fxf)Ufop>B5_;^O_5l32v0?X=y2GiPEXb$Jlr>P6~9Kxv<`_Ldn%v z2bVawS$UItcU5i!K9GG&{A1E%2%No7%Mmqw`r4159!;lr&6GO5ZNa(o z^8;aFX5b)!h zPySZ@ELD44MjF~lf8&@Q7S+Q`(km_1Q_$g3&xYOC2&0?`nyPU=P63AwjBFC*up7Ke zkJ6~U+U-i0r2Wn#Kv_!blQ)_!rfuR4NIEw-i%)7`51EQlm+dDugqQL2YZef{J^E~a zY3WyHo{AhHD+vsE=-Rj6p=$y7BP%K8vG!)KMNXO-^ifZqlj43B-{F@I>L z!OeB#vv8Cn&m+z+TwS6&N4kp*SZ0I^mX7*E3J=YH4`ssjR*`Tl+8rXXJG0;33evV7lc6ypYAV$4FknSd=it_F2#*9x+tyq^Np zdLHbu6^81F^0N{w!KlFV>bfIwLZ8-}s!JC8R^v=11)Fk&d9W(}n^W37M64@mhpZ`z z_u-*rlTskW6;U8}cT6?v>yDjJB0>R_XSX~uyXKs2|F5lu*lz4!{i7@G@s~`E>|o_u z5WZi|c3jKCrFLI(FO&W8(WoP&UGZj&e>;B;kMj~2xIR~6BHd7L%&w>N?yJLWVFX;o z+k_Nt zR-twsH~X%upss?K?`OVDYKPxNa!;ZxuqZIIp(n9Dw6d&(ZgJ5buDqGoo{f;4K=x#iNaqwzJP%NC=x8i;yW&LiHeS$uS_^R(a1$VL!CTZ|p9ZW%R zPeC3ABbEDM)3}rH&!UZh^d<0BBg2|rmWJr%~ztbt)&PE&4MPE|wAbgwcIte#v&V5JU5)hR7U zMU#h7gud}3N{ANs6s>SG@e=U;PR?%9IE4_Mw2+urQN#+lYQNE*Tix#QbC@$Hg?TwM zJ4V_fD1h>sWSb#MZ8@Jtz^Zw)QK>aV~G(-wmR(BT68n^N2lpE*6ei6lBsP*mX zK%ULRZ@nEQ8=*N}Ck13A1$BF{r9#R0x4iI+Qp|X2)!hIe?;O1q!=K}voGlsilkU5N zyP-k{QBy@x(=}oi)RFlYAvvc!7emJ^y_L`t(M~9n3nN)jC5^%a3mc1 z96fdBuP3NtzS4pDpY*X z!Tr0U1c#)hkyLk7ET%7zLoQ6?g99p1!PUssS?kODOoSjCUK`QM#Np^;ZnIFcYkJsv zZ5?fQQ1@W>)d%b+^7|$yvPWBUgfjpMA_*mV$Ebaef{DR*l1Y+1VI?)+h<=O(<&& zxWNJ_Y#|^m_#i7}qZ}wxW*J~+Tu|YDxRQ<_dN~MS2#8-s>4+pGumyoR5^hK}MN|Do zMwVd4nV=0V@M=ZTRasr(W$A74b$J0oMoNxSmRg=-rfRNmprU;4w44saS9BM^7-8UW z`8r_h0HCl$kPwOxh7jfu^bpbz*bvMRK~X4CGEs6-_#rfKZ14>LAjldWi!IO^F5j9D z+c(IX1Pdj|nnHB>D$IOBmZ3GK!Tr-$+Sh6@Y7oQ=h> zwz0Rd_^?0%{~iwI!^4%4gvl8}9W%WFPmmBzTTod*8B3W-Sx|vT1rJ9o2-CCgCm3fA z-$f3D5yu3fW8r|neZaN$8_9u;GI0geGchRuO*+;CX%i8|m`j;}gt3w0exMECz!PmtsP-4o>c*Z%u&PmrCP_5bt)S(%vr+Y@B_AD$o^2N69dGZPUf z6AKYD3k&oA#}bqlkrbvCb#QaGGILfi^H5Ty|L2-SdA0vvTkyXwNc`WrAR8;^|I`IJ z|8Ke==l`QF$il?^f9is)oa`+BQy1*k@KQsQ#HqXC?*E&8EHUx|Hx9HjME~221(fBt zi+R7v;Up8AD5cB7PM~Fy*(jJ3Khb{BC9t&;v;^ufrk*|{A1O^Oj_Y9qt`|WBMPb*& z@Ni9-xL6+J=UAH*p_dr2U#Yg>AA2OMk!ZN#zVw6~sSN3SbCYbLKB{#HJP9wRxq zk77zvlClv_n8b|H4yWdIYz<^~B-(?pulr&ooTs))rOPS1WCJM_`b@}CsM&)9b{7dC z$yu=yNvp~_prstAP2@V6!z@wG@Mx++i*OX_fBg*<7LYx$2x1ZWntHPLfA^D?6#QNI zyU?@;25z$x{V4$!XrT|`cxk+B4Q_WztrA*2&-P9@^}Jg$!BeS~l7Q#(b|`zwtC*6? z*md;Q@1p++84EmVbIKuKHF>D&(X0#T^7@;k+9>LvC?&Ib5b|K8 z)N_PEaMa?nrzw8RxU2S)-tA?lTO!{47EN8QiID3|N`b%p6R9~?crSagJw zL09Y%ZvSIv9xIu8+x{+Via%B6mK_J9>WcR4hDp%yA?6iIdCP@E*~8td?pS|9I99aV z_0Q+JVjGTnAM=P~`A*!O~C-KB$k=cemDbUw&O!hz9t-?^WqGbf6Sh8|Lu$GI%6 zhj8l0bdNVw8Vs3W`lPUt;8IIB6$jxg$)`8`lJpv zB5qjX$Ak!>2s$_d3p*TH)XCD$-*5Tb!UCagN1LP;3#?mTMFm9^nGB zU?-{vloG9k8ypDR()PR(9&?~?_+-cLV_f;9<>Am}I%Np%)*DdX*CI&fceBSU(YCm2 zfs49r$}d1{cVAZN5EVkBS#nZqzs@azg+kMgwCCtneLGS|(DD$2IrX{Jmvvd${UV<} z&Km0~_lJt-r@EF$2+t(8TH(r4o7crS?&9fCpJB!#T0AW(a+5z=fv|Vccl4p1d)drDH{vi#f6w2K`{Wtxzl&r!itqU$kK0)4x8>9lGo{QnN z&kQy3;}faXP&_9mpPyspZDVt3?UAA9ZLVUKdd~CY*^Mqe!4#rq*sfl;t@v!FcGkS@ zJ+EJ~kA0*~K!e7rM)fn+c6QzHhk{Y`h>5f9$9lZx+YQm;l|;4Hqs&G-)u;H z=gH)RhhDH@1mQbJK3Ax4l3WM$`s&aO43r1jAABk^lbyGhb|m540;qm`t{~XFInhu^ zLm3=~Il(Iffa8e8!^|Pz>wD-S9M=3nmbN>Ot23g}M)OnQBAJ z^Xtu?fcbq^+6h1wFUTUOr(l(}YiR271j_t+W3Qi)n_Ne$IN5a~n7PaBapLT>ChQ8G z`Wzb{pq2cpU^N=LH$uS&qgN@dx9xAdbqWu^do8z#1{}R5=62UYIPJ1lxO?ok_0bh; zykh;DdYg3HlYQb)`m6s7F67Xw5XBSgzWdjD0yn?|1<>?6ZpZ}k`Zp~V|HvRA4f>z$ zd^0RMG}u8EYJ59$qR?Li8#R?;|WVVBIJLy`lVUOn#; z6AkmC`v^Y@TubZhLu+pyyXDp{W?0tKV)gh#>u!{)v7y(R<8fIi+}AO-I(> z4*D=Yz8ROn>iVZgf|$z!G1ii&6i-`FW&#J?Eh8{|G2O>Mk+I>YT@zo0CU-eZ=J-|In;MT2JAGTP+P(dsuvdJE+ z^3cl~FAMEED^OxHcw4dL6-y__r5Nd`5=b<_X$%Wtg)q~}pKFO$L{LxqQ;7_?xueWL~N@Z$I6S6=f31`AV?tkEw(yyvO*wqG^uqg`ZL`r;?=);gY46KZn)2NfQ>6lVjql1FGS~E3Z zqEJ+_GM!{wfXk2}mtCSlUH&6dkybXIQUMJk_u{Zy1x6J`3lFI4f&`9*Y55C9QZpJN z$^sf8X5xsYgN+~NREjLd95`KH&J-rAhJ=UgWD`r7#4Z6W%%_ZLLe^O2X+$TQfsS|w zWx2{yh0KW~$2Q*sfFp{qS69i}^m^?4#0LO=4nF~}xjgM_!V)EL>IdATTdRD!HEN1E z{SU-=xV4At_0(?_%i8PIWmM?Sxh4%2hb=PTb(tdic)DkOM*ptOpzulywJ9~f2)+ijy-F6aS@`Fifh|;g)Y0<^wWs4)0m}C>lI5( zox9q`YgmG{h@cbLo-8ieL_3E&>xe^fbhW@OHL9j`Z^{XP_Z?SD#Ieu}syowHL9ba4 zx@M=FB|??Rj8qPJZV}BIlc8G>EB&r;+m3NWGoaS=B97FVptW#caD~MU)3Mqx@+$YG zDSI?`!?UniMJ+J?i#+|8E){{khRGO5N+KN_-ml?L!k;K?5yCkN+~k>h7P5;&x11m% z#i8*C*)gET6$_Fc@NMh{*rjLN3qliQ$ca%l4u!c{)&r&PP-$BlTwVtQZy5_PoEU29 zv_B0qXL6rhpo!LLLe#IVJLh?quQr3-T>%Bm17|r2mi@5#S=_1fF_F&wVf?E>T6Ts4 z2Y<#{AyF&d@L51V1Yru5OWDs=2SczC|2XRY&9QlVe>h_MX#Y z;i2wQd$Zx!_p%Yz*UCVf5)I`cM?h;Jo*oFOy*lKj?=g;|s+SAaRu2~43`PJp zapez}2$xrS8aHOQh;De^6mG*Lm9@#SixI1b&_L}wWxK~>T4g6-aKrdSdW~u4%zo)=Mz2%?3GMq zR_A%GnVXEO>wcfx4SN;LjMmv3DRyOacOR0+hFJWB%x?u`lE=fJnp`Bd9;QsLsSz$IuMcS+J1G zEA(7&P;-i_-)55dhsOur-5>N0Qr66q30M-6sUPnjX`8LizVAQiZ72Rz`Z)O6D@mH6<)rxt^37@7T@0|9xF*xgnoXW1DnB3l)FBU1<#p2y!?8n zGTGlWIAi=BytA7vQa|#?n&Lj2T)W_n)Qc4S z=JeG6d|+G~Gk@0C%&_OWUIu39DpVcTp8^)nB$3z|CCD0u(`c0f3utU zu2;8|ol;RT16(*Cg>N9^w^1w8;qSS*KDBc$bF&K{R_-@TE2l>{=jZrY^KkK|c4>BY zECs(uokG=Ty(n0wpAF%E8g?J2pLOEa z#0Sc1ZCz`qsW(acHeD=Jj}T=GNk`SDdA(d0fd1+csJfptxU3#8ejP#2pmzLukMz+E z$oBU+=a8(tm{s)t+(6~GRcJHcn^$Yu=1XkcVpBFA>1`p=cedtw9eHnTEiXd^-Qe+? zS*lu6xpiom+PUx?lML*ke9ckvKgu-3Tj%j)*pFv=R)d!UBGV=BU3b0qU1~7OzamGe z%u9tAm!=8>*6QTJq!YAxBwhYvJN(CZ#62>nA5`nQ0EGe+S$u(Sa(k!~S?`WNB`%}@ z$k;`*hm@`@rjObcNNLT{*-!KO3p+nIX0)}#HmK((c`Z}mB3n`9cnGRs^=V>X+ z{;nZVW5sk)hzVlFGsJ`dWM`yu)IyZzdYD#ipU6}u7z$Ao(*cOL6gZNh5z_|f>VDw0 zlVRt3*@%&aA;%cJe0I6kc2H`!KW-d@$OkjSOsBlP=o(QH_b70I?Df%4ltWZ#LI=bW z{YX%OLVrLpd0Hsx4tI%R+J=Y5_fU_s42$!MJaUX^ROSX^{seL}fz#AqNm3Ic3$nz4sSc>IsSBa2l%31V zaWvuaCxebb2ZwkjOqlX4B>Ekpbo^e`5wULyG;V6;<@JO6-K@Vd}Ls zCXz^!7a$%f&fPAZo##UxNA5>tava||{!0uwWf-*$lsz@@hpu2& z34Ylwv+Q+=-4%4FpNpwLj;pXfxFRKRc-A`US+kF=h4AXF-K0tg`bMOAUC|XeJVJFO z-{ z7#?j5tNqP4yyCq+R{jP^{gTm`L`*rAA{b_bO+9EtdYLRjMG6+49-{DJwjc>#7>p#g zu)IuZ6GR$ECMBsQ{*7l7Zt#9 zdwBXLo}0iz-c~G}$F73u+Nrup{|#r+PUpw4lj?HhyFtmA)^&7xr1}8WHJnr*;7{-~n7wFOjBNSjEeAu_|aOdnP_5}d)+0ge+URjjq0HNK3T^A=D ziYGV`enF-?r?f@(iNilexgA`8bp0JC!`MXoMST(asySa~iG6F1Zi|=~W%=g!1LFrZ z6)|Kea5@z<=CmY^mVRK1`yJ~ykXyRN6+H`khU}hExlW)Vsq0B?^@J5YG-Ww`24yy47a!ma%8@(TmZQ zx#nD)^S2^873J=lG4Pn$Gh_DS9Gas!`=@tSsC!9e#93~Sw#|n&lg3@f;f(o0s=8C< z$TThHgQbd3`j)8OQ;o>fCK2zY?WHqL)J=>X-S&IX9)WPncE-J7CnLyw7CT5)6`QGm z+oF(@0(b$i09F8h-{{;U>X$SH(Xr1-)`@V_f}Sx0%Oh&!aL(|^@EmG5$|vd^nK#N7 z%E$QS&@CdsoQva2_2qb+eYg(xs%Dtq7qr)`mQyp+aB#2m&s>%)isnWWS5dmezG0t; zo*%)hGhAmZ(IB`dzl%!n%{;y38O&SAG9<1~u&d6gWdVD;10mmIMGCt+@hX9&;-J3# zD5eoMTQ7=7V(9BK#Avu1p@#?0iNd zp>dnQn9~){8JDmJ9;3`F2s~n)jh*(^_Hw)V^O^>oZfCK%({qS=GzNp`KJDYFx<*R+ z`)S&2#`WXuqPh1n_EMR=TRIvhdM8Zjk>ae&$%(0jnYo;dq6<~yFm`HabA2sL9)oF~ zhM}STa|;L3<|wjjK`>e_mqd9dzg!L%OJHKwkC`bEHwzO-688#DB{id}XeP~pTP9Ec zDyMj$pnjRSy3^FC=0^Kf6Ys{EC*Plfu&B;UwEr1p)`9!6ht;5K)bZCsL z`Au-E7Lqjw#De^uSVu7N%%0fJ4IYGRRTHz**j-@Cmdl@Ng_T-+LE%t}X_?RljP}aLQ=Zw_QaG9LtWW_l2$TOsA9W9o+JIm{6 zESYV6DtJoKl+Ke=#^9;Il@G^X<8+=sVdBsSL_WaXg^bYIiP)G+VlnyWZSuwRJiW z30a< zFs%g`d62)u+q8t0J|nZ6o>A{`G|QclzpI;cqftDBAWzJwVtL4NV5YS@+19T_nnG_x zul>?>J{8j8ky|KbVyDaY_G^qa_v8Z{76ZGCXPN8XQ7b4#{?^`8)4{6km!4y&Z9k1(hU2}HW!hUH~-yepiOL&m;FC}Ml+zh}Z#dB-Y zF)%I#CdO6>z%x>%DOd7r&)cYVuq(Ruv$@e$Zo=$$YPPJ0A*i9+oa*T1T}W`v`zgyM zGjYTyM*jNE&Te}qu@$(nR9m4igO#F}G_{VgD4FBh@9UPQ``f3ee#%}W7HGJFqqKov zz5!^f$=%O%Ub^_kD)Na`6Y-*DVV&-dB!ot}zx08*az(XWaCltUG|0)6=rIM;4v`Qb<&39JqD^|W{Z1!a zhCi+w@cZHlR3Nq&Xm>hpQTv6%IZEKGbM6x_j=Zqysxa6`F zNM4kDA(E~EkF_;e#iG{+;ny^RY3!2HJ6rP97yAV%Ce02goiJtMHy)>AlL;ETp!i5< zigjYgvI_Kbg3wC)RJQ`+JkKM?Lm&OPh++T7@5&j(hz2N&aZ!)V^ah{6(ke{#?!u;*ltXD^K)#* z!w&cL3c3F7TrGqS1BSWxZU|(*+RCIHqG;U0sV%H@UIEH+Mlyx?@7k6Fabs z2~lIUnwrZewElGS(ZR_6X3^6yFt4Pi-(D4T&i#J|im4>JXF(xsx-q~bppa0{(`N{A+ydT14%G)KX+o}FnbgIFeT`O^d%AnG=XYRpObTm#bIf2v@YE`{sWlVRt%@KvM>Vi;Z z;_b|*EiQZINipW?$>*_+Hw6UvHtGS4&n|g&k=!ObWPOpHaCe>8ovk(W{hR}a0Dt{CnAJ^E` zXG>4Jr1>djEL}R_mR`QIArM(9&Cd+&`b#MCx8PnuHpX$M$`ysha8cZG{*$ zP46U4&3{!$Jp-hoOZ(j~GLlA~*pm5QdiPEd8&$Cc0ZDsvbZi?Ri1T|+XS>p#BHIId zb8MTcYBZ+_z+ zzOeyKSwB<_!4_r1H0lf+I_b~cv(B8c|${fNbPir-756Rx^xMS_g z&E4SEHbgz;yQz0mW*Rd%k9510NAG*LNG^^vH1^>ahkj*PCYlU~ABdX&C09rTj92PP z@N&bLmsCTK&ONmz)dznkCRk+D5hj?;s?N$|C({;$Aelf8AHgb-Q95SUrO-ZO^lHC+ z_#D3;SG}C`404GizG>}(26SN?vvAPxqtG1pD5dxY_!~&{@Y+j0Is}avF)0gHE+D3)J02v+xvY-@YXeR zdZ+i!YFbQ>Y7Zl%2$MGt2}_|O`_bnnYJ10cuN}O0l`JryC`=!Q6v69;koy&TTUk+M z%1U6X1$(W-R=o94;1EHSTEkecDYaAZ{2D*nKPY;$U90p(GklP;a*gaLN@lIThP|o- z`E2U%MOxPnvV*oYF|q;GMO_CE${}3$3ZjRE1Z8PyPmY2hhf5w1b7c1s|QXd;FqM+%~mI-CGfgm^2)S@t`CxdWEThW|ws1XUa- zW928a@|c0M*r!B$P$hz3f@CpxDCe2oig@Ag`>bpD{dQ62F4*!}vE$$uTije5eW_kh z^bzaX!Au!{R0CrsUUuoco!(?Vd9K8r19ce+r^0zpbY~}ZB?N|(kFMet%5cyOf9_SO zF+Dg-ZdY9uUDG32Z@4CYuYGoOiPD`?4onZ`h-E>$^S3L}M{K$D+AJ`BE0H$2;q zaaQ+-Eg36L@hwTe;jicJ(f&#A;^N*JUyIyyi}*tvpOW$>5`Gos;%sDduhMA*uoB;N zq#|R>iu1uJUxI+CPNB*cM+&zb~Y zlZXCr_?3Pez1>CghU?3Wcd02OTyX1qYi(zFX0?u%zR)p92_sYuL%AOZr!M^6@D(U( zx)4|;kvM!gg06Xk*FO^RUX58t<^X z8&*kR6ODeNbZc)@0NOm)#Ss1hD~cv z%YV@r68)DZ9D;wzUAde8m+G+af3aXE5EDgl2(_!n&uw{E95VNWXkE|NSO>!Wl{{k= zY;FlWcfvNPqXjwIXY<|l=5c>}u-EdV|Ml;v17P^Cu_gfXzs5=4>;nluFui}E-PZz! z{FgBpE~tOe=okK%1`vdQiMtLA34jD3{NP^-{`#i8%j*vS0YG001_8i+P~Q}_0MK9m zmV+OP`~Ow0{BmbWGf$_KpH${jz{W&~c{%pE^y zQjd3Gs{qdjGL^ro@Qu@ekh7vOCi*W;JOuxeyK+DOFV%73|MDuhI>pgiaT#-XipSd< zmn`d>lki3ndu_uBeb4SjMHaNbpM}X82+1igg8GQ@h@!GA4&vs zKqkVeu9n()sbr_XA=4`_dXa8@(P>rLrMOZ|ToBa|)pivSmjePyCUC_CIOX%7O@8#b zdG@>V0YAm!8tdnVm}MTohP24;k#r9k$vQ@I#mWqfi+FaTg2xX;h#DubWNb#NJ9z@7F$_+$@EP+FW zctG*M$qPviZ*rxCAqYW=n<6%2ZbDvTCMsLP$q09en_}SvxeGH!T-qo71}BA)K#QTm zQXYs1M*b(LF%=q#{S(mtY5xiTy+Rdu&-tH+GEfnagfJ6~5nBI$0#XbJ7Wh8_>_08= zKjD9`1hKBao_Ae=)kvmqi?nTvtz}C(OczMb7HA?ASx78kgPtV_xXQrcFNO7LMgK(P zE9%TM%AZ9Mb&86ngU!*ys&M#gI|9xfhia~ZHM zORfk@Y;`7ErM2}Z!%A$MQv7r#KT2$i)DEAxc4pOQWy+?`U3s$IDP2%3HVnC!ZU6`8kN;5XvZ&SFQYL%(m$u=H2GRo`7hD$vd^>;GkO{%Uv zcGWa0F}CnYC*hs1l=Vo<;w$J3&D|1AHQ8U92CxMFst`T6RtcE2#<0&td7De~1@+gQ z5QGlMKOz-0bGw-6Zss$!TTa$^-_LEpD{&~fn>7|3W*{~3>YNrW!=+Q)TL&pv4)~A* z%}ZCzlP;0Ew%x{kwN>WeUjslTGiZPB-tD?@``r0RlmI{{@)Eu-$pfSg?vI#)HxP?$ zMJ5kIs33Y`S2vFC{29q$p2^rW6$v&O3*^yfa9l`PaVSP24%^uI7 zJzkIE-t^;M!HuMFZoY^`JO;}nDmzZ({x}>JyERF_A#@FbTM)5-v^6G4kqSpaRoe7+ zc@eL3doUuZ7vfj~F@(`-J$V`sWqf$=7t6&ELH%AmQ3@d9Wc$49WS>e87y0I9$-=^( zn!!Q+eiR*5B5}cZkn!;q*J^%OKvLVvWaSv8$zod zR^IgsG2x~>mw&#dpT*P;h1K-y6qbEn?KIpa(J^W|nPH>bgzgcdc}h{ozGyLxV63^; z-Wp1ufAh6MA5amA3fR)#tzOH0%Q-M`CdewK&w>Zpue z!}bqob8x;)tc=nNMc>?iOV)GJD|Cz5wn#2|E6 zOq>auBi0wKp7x)S(2Hxd;lQn8Out&AQqGw`HSjC@^tK(#SyyRI1-s z^7-s3K|v>Q7$>lKWpG7Y5NhY=p$c!e9me_NSHE>~bjI7CUHu0wfbI1K&cuMmn&-tn zx5z-6`Hyj|{>M!&{Y>H?kBj*NY6rT-r{&DudnL;63rAIR=MkZP^xT`w9&zqRt89gh`;puCcz_rI zgP*P$bDw0j1fFFLt1i78Ex(S*uM1ASTm{YxK$GY*!y?Ov+lZZf%hro*G5V{&AiKe0ERA8e z_U$s|bIecc59JQ>;yL)S%u(Hu>Idd)*`&pV#j{};pr}(~McQ4ByHH{2Hq3&wj#f}f z@w|*w5H>G%+$^d(EqsauH&tOJpTAo1#>qk5z{n&D@5MMERMfHRzN4Y?Zw34fQOsa$ z)YRxYRGEUE*^G>qU8RGy9YR|dXJuWNe#6}d6f9(w^#NIR+hRm5s|h>3hq~HiRpqw5 zS>kv0ckuUvN3Wek(}L0R!wg@evb`EkV==g>A}4!WwG}!4jWI!OnBA0YF@bd$PQFe# z3P7EjSMOM1LfO2HS!Z)qsoo)#m~~}}amqUWz(70EZ%axE_RTLA{`vW$hvg}vkTuPM z5u2e+B?LyjrzN!yez}T$T#e)cg7NWp$S^8&5{(SCAfxiMm-|>b6{2+}tXnxDtydb$ zB>-Qjy zo2^ZDq`a%z@0L*aC7DWM9eG!?&2kF6R0*pAs8o{SR&)AbtHn_byPZ|b%T^sF<$(m5 z^~YR0vGpIV>{q|<-q&7%bFbdHQ!fMcV-!>KGBE|XXkD>r&&;1cGAe96@5Pg`E~i{! zRf~j#Yp0Ol=p@w=I^ln%Q$uy&3o}Xc6ltuz$~h#Wz~D(zFBz=KjQ?Jrcm^~JjCM`m zvom!}q|NAk$EXMvvCUG&vdSFBG+xO$HMI7TSKI^~eEk#)K}2z0Jgd@jvMuwlxyF=? zame-5(p>Assc?oAuQ-<=v^aOjsZY|tG-s+Ai2|$c+Ak+~!A`c{>dcvMS(;xau_jZa zN0*eu%Zx0{(`eYtJ|RgBe)UoNQp-uBA!bXE z#;*xjpLg41)(dCYl+w`vv~q zB?=S8g$e`nAP`zfNdf-zawBe5$=5G=SvvF7?&r#hg*m@g?;y(o8aR9E(qPGk#?$Q# zcJ*=b(gw4c)>{EOa?QwS2f0=FBFHE3(ElOz_npzOw;wFAAmo>9nD^O!TzFqc{a8B4 zC595!yPnzQYUD;ZR9>I+XI)xAV5rIR)|l}sD^e(jrMsma84f;12XgO}oo!h55jt>O z>wL-|M<$px>fAR)g#tki zRTX%W-*9SFM4ZYhQ1;7Yo`54r zbd;xNq(kcG8J(kj!wWR_2?x>RDG5cm)31oLb`ZzhUWXF;kASCMQtRj zQqzJBBLe*8zyw09Fjo=7@nq5{DRZo&dzRM9OernFwo=GUkCSTkI|8WUFIpbbMbztXFA>G`jPV8? zG>4OTgNoW~5Ky;0RS(UKA(05=>Qsj!v9RmdETGf?`df|Y|JE^4kVDIG^{vxV(0Y`)c>}&F@D#gHSxSgu95#y2V0&vme;1vsKJr!Cymo5l{k1 z`D(TGs8pz7M^#pznI97+_cO6f{s^7d6qRg2-DG56Be>>{RnTdGjBc(ZJ7}=vLVIAG zvh^swTkVnQN1*%$coQxb2$l$*OX7ZwD-N<^O$=!9=h7$K-$klXc=Y~29X3F^{5YJ| zT{v9C#Em_4cJm<4u0bEV(wjBLEviVviA%Crp+m6E^Lw z;;L$RM()I^cZa)d&GPjBBIO=pgaMc>fwpbiwr#unYumPM+qP}nwr$(y{JYW1%Ota@ z-K|}vayN&nR5Dm}d^Mk*hz0eL%^=Wn5%6_dmBMKgA$NO?{*!6LIo0%QL>uGfBY(;Z ze2`)*3rdNPe*~6wxD9*`MkJuUTi;q+v8D)YHu#=@Dumu_4eHhmc-?x$XGF z9u?Mz6CavE)F-D`)K7*#zpt)|68GY)kfl|Av+O3iCo+8vgIe@;^JASVi$5D`$-X%> z1jdy+Dx-ZX$%`|HNgXV~Oc9eyspQSjYp^7L3rbO}Gh%wP>;Wcs=xIH0gjJ5{9|zRY z$&r2Lw0!@C2f5?m20Moo7(zT#A}EB6LBP`l-)H1qW!!5_v!XS=SAxkpc2zBVPdm+nWrG$l%Ou_;XBj!ymBqHwvyY!T|Ne>_vPG6yY} z7rY!VH|sh-&fjaCU+2%~+}aI(_?V!jr}E_o{LTu{*0M|JT!*hV|B=<#=Vyxc*XJ&W zZwN;OE)v7G@Wv<(MDdQf`!sbCAQUx`*pmKpin3K%01KWD`>IrkWr)iaiMjt_s;sgo zR^bwqQifFPLwu-vv`IedJXl22pY|3HRLrqc>>TIn%+KH7*Y6#2Htb$jlPSd(-hh%H z@BL2Rx6f}@M!ocm-L+~FbO!>Vtj&VrSvK=4TcL(0P(x_4dh$*8$_b_;}8o23#Q1vo{=G~%pOv83&LojxyzE2QF zVJ6BJ=!-R zUjS@68um7bqL+i-QNvENZelYVhke|Hu^hJl*fNfJwlK^)&jDX<>u2Bm$}spSOfX@vr^(wql2W;r_n52vS9NyOXcHmfA`T%xYp@y&NM{efWID#Dh^P_?_yz;EnM-xQvQOQWrkChARn)>$vPk_cQ(r4U zK#z@Xi4$`+&P-W|i@^nw=di=gg~Lq}ZI8UvX})%mzZD;Q`K%6omsj&A`;)SJBZYLG zS-M-j=7xDzV+hp9cJ=s1)N<40S2p^SZwRdqxu0;b1x+HC&5W=&#U>^V^ve(Z*;;u9 zuZntu-OLd!?qPTII_DXWAe>+2QjgBpX{9;ZOPJOd7yQYxqX*uqP`Rg?q*994iX@rK}@Z+Kb6-!!p_#994fA1Ca5O`?SR?{pmAkS+~4P_%i6SZPT9! zLmNU+=r#s}t!Sh;JxD!?7|gLD~4eHFB?D#Z+BKVMr>72 zcZl6@QV7Z~k-7z~SLjc#^}MGTATM?3|3ns>;G|_5)rDCKcnmpdvx09-V!SlGV@IlA zt;(PE*^LaGLX`)?8I6}rgYljQlTRs zx+3H2W-|#n^vU%>DDcAWFn|z10^EscFsBme>dvpzMx}M=(WAAzpAa2`NuVN&QIatVd3t!TW@58nzAiyX#ZY@7an6o zx@CdCxVU0_UI%x3=Fr+~LD_VnCH6ohITRa!(qz*osy{bv)GMmxR_Vd__72^;FmW_iTm1inj1ktX*fPK^^LYOMVcW z3E?6-Tk?_)t2=_bA~G1E6o)OdsTWxsey{!A<%~T?kmtF8XKZ1of&WDp9+-1+A*_i1 zRLE0F(x7+&Or5jDh_!d4HOy;K#kE+k1wPh_;{8ONW1$&^b^w<6={9|TO3 zz-rX|#)TCaAR;@=AGbzpP#@$=6dfk53YVxap9@8B&G$IxSd06U_9iwPFY<6^At}kVsi7XA=yB4h4n8|MpRi*oS#BerUZ?D3@jrm zQ~#N42s+TS)%^PEFzi-}PT}A6ZsG}CL7w~R__?Az@N2f#`&fQu`E|WpRP~jjQr+V~ zhW6tL!G+%JQk%Q@`wi^v1w~j=Bh0S@AZ|OtBWe(|tEc4PEdLWlVTPMsi7h8G#B;XC zo2NpXr?Ri?t4cLpzjX>pt^91Tj1VQ(w?Jyni;D)AX!yV5$ue#Z0>6YtxYe$Jwy$mlhoIPgQ#QkRmB zMi~#x9!YK)0-SByRXv5UQ(CjT#a4-`XO}}SDw?>&S7%dCR?2F~wA+h=}cz8iSR- zXn$Tm_%K_UZRh?RTs-0B5PwS_I_b>xAN(sg+D_Ypbt%;>ZTz*Eak>E0_d#Id#%8J# zemNiif)IAlyjjAGgoLN@oJn7o#8r~Sy~%hhD=AdM?3%HxC_dc{t*mQRg4f$>3I9M7 zGdX4CIt4C;zyBm`SaYf1f{A0_v_TspTt7h^dWJoE@yrAd8$&)_`bN?n`@%-+QGs-? z4a4q(+f1U8Yk>%_8lM5OalzyKDp5__@WORsZ`q$IJetw*D0IcnCMG^H8#UX;rz!s= z44=UXkAdfvuRa&-k>7h52wW~623BW?^1#<_C8+5Hl8g1{Sgxd=F6kiMmeW-J-Gl~0 zH#cM`^Ua8_?VZoVdt__#a}#H;tLmN@#tep0e`E6$dBY{jcG=$z4InvzZC8VXmj2ED`xf&2_l1qYr55I)~HO?|1c>Cpb=wX|lHCJ>gm;=mYPyU^km2id<0 zqX*YRt1+3Bv89VJJa$@TI^}8}yLU9v=&4{VDp6r|SVnqSDBJFD(OPS7>Q z3N4Gdl&IvB=3<9n(xKn#ljmmVXza|DP+mmP3ZLoF?>C<|3`A3G1SDQ8tz%&SQqbpM zz~aEHcM70};N z5%5B377x(NBv7QX&KYmwoK{V_R*yAy3J#}<*G{HX%fR$&nmPd6I^AeoH%)x%% zHdlj>X5$4cB5xZs*T+t;OMb@LQ>n*Fec51Fl;UeR*_i0zWMY@4MbwEm3rcs~1-1;6 zf_R|;g%kpv>ZzY7o;nDK900Ckqj5~c5n-xJ?h9iBnFsUM7FHe_ul`_tYAcP-W?IojYKwxn3nVgGGx3?8f>F-B9uP-jn2yupqNT1+$hQ zSn98Wyk^kDp1{(A<_V}CrVHRfkuFb8E%fdQ)ZO74Op}n3o(-A+igKTog8h`$Ir%aE za#^A==Nl!m#?F@`%d3_5qk7ewiz_BBzW24D&XPTTXh4H@H;bWgzvL4VJ39-vzcjYR z6cHL4YW&qdCB4zAT$#d^8SCWjU{U5#K&Gg3x(>p@LIiM-32?9rR+>gi9TPuS_y{ET6xjZC#rsu zrAnI}%mo_wW;Gl#%Pa_NtT+X6nOAun4Y=sl=_}1<$tYX;ar#@QwS(ybU0o%n>aZfyA0paBU3ZMpk*F1~Nz#l=ooZER9wJ%S5Qwhb zv(t#xt8^9jnzz>j8v-^)k-NL_G?@CUUpnvBRF|*vk|juOxjFvIo(9Kn%@fu&yqP*s zG9*(ByQ4wRq*_jKDBV8+FHnqezU0T`s-0ho!~Cr0v(_F*ZC1&5S{G8Qx_AGR)_F(K zH?0TvZ+o!wD&^_BCjLirMdn5JGSn!y_oQor(@o{3_E&TR^NpUjkMa-o=$q`N`^f4U zx_4*0*1t&Tl?!y^)*xZ905Xu2#4xrVIjy`4VVvM)8g!wgBUFcNjb$4Wctt}%kH%Ty zD+GR#HCG|o0iDB`>R*EY*?_!1dlZN>iAKP=B@Qk+PCf7bvf7Aj(@+0F3Ai1O9$9R6 ztM@gBh1W???%6J<>%-2P-#eYht(PCa_xTb!JWaRj^{O;?8=Sni+xavm!DL%n>&9N- z(?5uuZp&i)@TdiF7kI^}&B9yzVDk_zdcD-TRiDI9wH@zC!ccWm+(Z=aG^`TdPB6v( z@<71wSmSZ?X!iEi<}Y!~IP4SVA5IaJlP5FIdW4IUs&L|mVjQ&F$FHGTD)Ay5@W$gR z!7`jB5@D=(>)>IjL>BUmIjLe2mM~ue2p)Ngzku0LNZ>nibrBRkW3!E|Yo;q4BT0l( zZdouc#X*kTJn`woo>--xX3V7`P=5`C{Odl(-;4-fI0)`4Xbi~>6_Oa1ijFbSzIXe?Vi+tPTZeJN2glm3#(X{jfFOB_nl-f(c%11{2d zs6g)GTK#I)rikxRz~R_be>&`*1`Mpd4d>5`xbe*gcKYYMQYyCIhm|~QJAD4<$2+mq z*+Wg4ikeop`Eu?e+8?LON$Ne-34BsL+;2I*yVSf~u$x>IoMNQz*+4DbqfNm5uh;5S-;ekINP`cz--no=a*5iBvt6X9IOTp5C zfq3??g8#VXIwjKLNgxO33ZkFHAu%Hg0X-z}QgNB|`otdgorNvUeDxrc?q{H(=SK+@ zOG*F9`{AgsW%OH?f)6ROr9O^KVr21))%!-0IK+)Yf3ig_t+kdgawe};Qs3a`3)H!m-&m9sbVcbLsBri=vx41b~I z+u&dMcXEoSo&jx~wGeN{wd7UxsqLwmZTl6NF+JU4XNcbQH0P1!n8>v?b*Ng& zy)CC&E8+=o_)=+3vds_~9B$MN_{f1PUmEx7XABn1|u!Ea_N)61?W&9>v*KVp?gA$Y-J z-Yq|F7jKp?rM?wL+D$E%4mHixoYJ_naC6q9>KMhHeSOY&+`GHMZ~81aJB5}}R}Bo^ zu!=Oyc!E8KYLzc+J+jfu%K!6hOREiZ_eElY%8`5C&V@Ji&J`VGi2!mXaa z>K5Sz)+UpK#mtp>r)-e4T+FnVJ)hojl(9Qxf5~I$u(x(lnAj3jP%A=9y0{)Z zjKSaBSXikwH4Fkgny84%rdbNx{JT(~s0_GBAuOX)121d5i1rywA@OZ0%nLgn5~HXFSdD53wT zNuu8z5dr?yXRQPaMQ!*)_N4ub{!iA%3nLK!=xUs-7j4nY^H@rbKM~RY}`~%lfJOqcf35}B~ecWyRZUU9Aj25L*;BJ-jIl<@{j1m5@_A4clnT-3r zAbY~I&1+s52=9=xDwpoc4pTEMC#v83gKjd1Y>wn9yV0n9=E@`aDLVa8NSB%KZIV)a zpKV#l@i6y^Il=e0U?^(!Mg@p-Bi=T*uZw*Sqi9AZW2~xD)tQZkbTl>2x9r2o$@y^+ z#EPOENq68!J|hMj^OYiO znfRM}@akLgAlXr@XE+aiSDCJou8pV)RVqfajHRMx68MtNH>_UiBlA*oq7G4&%4+%L z8+p+41oDNTPtQL2kxx*0as_6OOkG8*taP>2D$s_mPz5Es26ogT%INb{_#W#v*Il(Ds_W`7a*)VYhi7YUT*yHlVWMBak6%f)2;X}?m{ly9P&y`2CA9bRR3V1m zOo66&7F}(7^vT78xNgs4o^E+8-a>wz{Fxh5pMEINnI%5zJvdoLQZp$C40Zv<>>cdXs;Z=pOhJ(OcxEsa&jW$h9-97hZJ| z&M`_U3KFp*!mg<59Lpf38_@G(?8K%%h95}$-0lGGhq-+Uw2mh#_+4yM41HW}ztQ>) z*%(b`$p1h$*{A1YKwHUb6Y33_7Kl4u54_J_!VV~;>3Yk zS%rb9E(+zuNiJ6|uAW0#@sjxwTrwA8(iUbiP)_zh!bGK6GooS%X~7Tbkbm$ZJ?ePZ zICoqTbn`krHR>K>@)Y7!`y39;*a8Z^ypcp97X?)mLr+y^QxLmK_qu9Cq%8w+xrAt`zNMjZ zRKj?)@OVdCF=+Q~0^OV-McR>2ZT0ty0B(5dk6R|e4|b|hQoZl*f})cbH+B;zTg_=d zZ-i$Re&6GWKg=B<|5ybej~?8QwO_^-Nzoqa79dy#peYt;x)(%&lRb=r51AV_e-|K} zpDAK^2>@0b5EMm0;Qt-~WCZ<@5T>Sx{DV+$w5Q%z&Ob-t$yTPo%2=V1>A)`etR!V} zTJ`m?Xf6Oe0P`z7&Kr*E4UQ|q0PudlzjwcVC~$E4xWiG*n-tR_rs@Eg>Oed91Uz6@ z1?Zpql<$-8?Tkg1o6#os6xBnR*aiTtv2k&KpG~#jnBK08dv2kyYa)+M4>(V3VXgdj zS__qC(o9eKQ$^_!zmO{R+~ciM|4jI2efo{q-^?65x}^07K2; z61<%Ps2>8jlrX(8!<)h#c={Agm4J|5`BNsSW8XKt#$I# zM;|u5j`oiJMJ5jBy~N?Wo{p$je<6K98fT7pppJqLAhGNKBOtdT|0R*h@&7?&{wMtZ zN@OxI640`7Fc7dYa}Y2x{Fg+ggz*1HWd1igCJWR5ievs~+5drKa{gC1Cg=Yvj>*o+ z!umgPOcpkFR<{2J$Bc&z^N*}42gJ=cwD(q3 z=clr#0ssu)9>_!hz=_r4TKRq&3P;ib>u=}N$tQF`=wAWwPAlGMU6j$ha;DM>FwX)6 zP`#l(jOgNW%v&t(j&9al)8GBmf&mI3$Oa&C1}#(a5xGzg2S5rAaH1=b-~sL_Bn|N1 z1i2AKDFW2y;SK~~l(gV&U64U-0lsBg*e5~1kWnp$)J2{N+TY0p;LXRFMA}M--~M!^ zgpgYwZ+dB}dCmxs=_lm9+n}KVcLU5jW7EAms?f^YqEZ9^u@`o2BhFOqcHh_UhWYsd z*b{drbpBj}0H2|dtNl9<>@;AN(@QEbe1Jjr7JO^C#s^D>1ei{oDuZGqG>sW$G^mL? z?cWHPh=?6HDdr!%n*iqs2wmL|LeXE~#>7v+xSl(Ib+-qu^0LmnDVjB!Y#%Ye+9Fq{ zG#^1OM84|p1qr7%;;V-1NNV7=k3K67sylx~DGwv=EYX1ihYH;oOt)LB2`$cu7MTPe z)Y~m_c#|Q^*qlpOKMqkdfJ&vP};ZRD7o2$B2l)o(62b0lG19E*88i2*yJQ?u50h;MUzUM40(6H55F8$3N-MYf>T6bdV3=}u< zk2Mb;4S1=xY%J7zNmlBG-fI+}^{&Q8VbHQ=3RR(1)x!_=wdGz(K+&#Vxuq6U#f^w| za_P+O4(FRcF@df6b8`(iIdyH!F6Cz1_1BO?(=5L>T3Xw4?7?xv>uW0~Kh&D`XigfH za9dmPT26Wvxx9qGoFKTTk`*XN=#k?6`%)*?#=K7#NEK1o95aR(TrrJE!m&CzKB)LB z=geJ&9ZYo2NjOU+bt}`|i`U8xXx-#~FrVmsQ%Z9N(KC)k>q07!kUXPka{`gGDm8gr zU?ku3aI-U!XqBf@Rw3&&iL#}OVkn^`F|kl|!KAw3J-g?T0%h8i5!jf4j2{jcmL8tV z-$urkv>O|!{<@ zKhH@10q5An&_7NASCHK!-xGpmDj|NI*hKH?r-GZ|P#}`DeK{ClGu0i6^50P!o6l;m zrwU?ZlrXL?O_Qu&vP#HrpPQE+#0#h21vYQ;Bfm<*2`v|Hf<_ZLR}Zo{gwX4bk4 z#OxyOhk6V1qY9#k8m9DZ6$it=kU$M<*i+ZXyTin~Pe+p;A6;5hDODXiY#|JG;124Je%$ke^e6I&}ejXn>QQb^eW@Mrec7GUT8m4H}Po&C{0gU{c@74QeyMhz*VV;>3RR=#D$E zxhjeb*S)v3CC5CYbqXj6O{!Y2QP2J69 z5z^E=`z^nxUa;5D75RD9l77B7PJ(A#avQ)lzBs|-?-Itxb$KXnGOxbHUBja*YL>pP z=iCYs{La?QP%klLP`+9NRYzDq>iHCIZBYtJm*O) zszEE1Aan~7et$8vN&}+wkq#l760VcnxvwKtO$m>eb0z+4XKz>-O~4zCF`wtW>++t=mFq|2?D4 zq*T-E!srO)*=a8$Sl}frayLsl+tJAiYs{?1b%T$-vDM@*E%F+D%mnJ8KJ!p?$fLz( z|DL=R=ljw<(-c#YlwZTQmxs&RDbL19YQK&WMc*CAgi6e)t=tJe_ zcXHiC!$G!o?#w5!pSb14Ot$2}NjEOkJXfEcV<<2}ynHaxed4?2sQK-%U-@ZQmG(}{ za_V_N6=`@HsaiA7O+iorJzzKo{)jqgipt9aaH9l1Uq=)nLJ{uO%%{#~Fa;1Bq<4V| zN^n=UG2if0Nm%~RGm;yS3sai6rYP1Jlwickk;j&dB|6{jKgp46@P1}e<{ME!BPJ!5 zkj4{qqA@T-j3!l&Er`jkP#)ZL+AE318PG5RQIkNNn?0(~;j?ANSR8-Qfoh?RWl}(_TQ-ZgsV)2|dyf>0C)vlM9HxeCc3QMn`%#lLruZp1qWN zkwNm-v+ecw*SFWV>s7?!9*arTqGZLo*+9&}Cp3czYbnPL_GbwL=a9*Wm6E9Dw9b0( z850?oJ&qY&G*+R)Gj?@Nvj}O~19oS!>H3V7lNz;3t78w z%EikrHe_{kZFJw47^O-imcpo5aaI`fX`Um9yRS|nhKxC3;nMBgylGG@(GnzBvV^r< zhmF`RhKcD{z|Y5X@Y@qS%#-K?R3-U|Af=l3${NMgv@N z&J@*QL_+yfi!`6*c_%M9Mpoz`VFIV}eh~pm+npGD)~7JFp?xM?Rx9 zW~PorD~yyh;|_RjLQe`~Rl;=buJ1HJ=JOkFL@IBr+V~=04zvBIj=8A@EaP$8M-?;d zM{?7_Pk6)WwfR(vDa_#qdWK%??n1!Mqt3`dLZa~N&AR_<&$+Lw3wJH%+kjK;=5V<= z>t#Ij5GJ$?1 zpH2(~&Sw#yV@JjF-u~}j+sTje#tHJ4tFdIx>I^K)O)Tynf|_!+C0iIf?w`YB^LonR z2YmBbkof1+Wtaw9ooChUOP-Q1TncW?vPaC+_j7Ga#cBE1O4$xKZabT&tlb@{(`5TX z75RjV$# zXqb=gZdFWzihI4SOXz69sU)HatCbngHq~?d#L;Ggn~KQfSj}D1OaK&3Jmf_@44JoM z{>U4Sca{SWDihoD)UDB*chr%R=9~-MoLRA1Cevw2MyM;tY6IuSo!6@yrS7|w#%}Tz zd+zTM{hCv+u2!x{mm}c+MZ{oAMSZ?HeH;3 z9_Pf7vVC=hx$bad7O~M%YwuypfK*XEoyBJKVR8K;A_t1~o9nEv$1Im9eTRILlgXU- zc$t~urll;V6V1hvR?prE=$(-mi~O_Ak&K*!a$YhE55E)Gw73`Nq81HiB*90$sij{{ zt~LVJX2pchs2=m&lYzhuW9^#bfnSgnl(o zRsw}KE_z~AyDc-{DW>-Z|Ad)z9y znfXu~wI4>OZQ$N(h*cb&jY93tHIwAJhjd|7uip%(j=D;2*IAp+&lF1>vM=Q8^0Zr3 z$76fbRY>KGakjknV)|nob@z~|W~;Yxe3_bFCDE2*3gX+?)tD~Ui@E6SWa1++_#f-X ztd`Z0e4dY;sKLZa-ert#RNMI~y$#L8-U{#G{WH(fCp(?aEha9PyNBcbC?{l>yo%4k zm7?bIUGT>pY#jeT8*1$PcY?l?1h@8=rQQ{d9yqjdRg5ab?Z6sow!4@(Ue#}pxiwWc zubQf*iH9m(A9iQ+5>DwipFC^!IreQZ<(ccIv(vPSsaWmJgSK{kquYU^9eAIfTCFlH zJpcL?5_l4TL?KB6SD(y18J_ftFcBec#vIBNg;Y@YuO4fA@9dj63h7EvF+g&*2KL|( z0J#zt2NZ;VC^t>lu+~-m*n7P)K<_}|FSIw2Ih%a+>mmud0*1XMtbXp_wXQrKNGso= z7WQz8`@-)SV?Yy_6eB4*4&OKoAQCjeLVTxh9t@H2_RZ|pfnEpzLxhqj{kUiW0%-kY zLIFf-5ZNP^@#4amey?l@7$V0qm<@ya$%8{!=WwhP4)GKtzkHX%!U<7fO4C`hfQ8!L z61|4r^39|A@)L z(G-k$qe88-UkHC95=R*wrr}NlZz|^rJ`1h!Ooz0`15@I`P3!@E{iA{l6epF4n}E9s zVGaoZYck@}r4C4zksX%@a;r>{vSeAOa@YR&Gx?lyv z07jmgHf~J!Hsyc9bxLwE0#@h59+5LRYp|0R80479mS=adlWHJchq6H(L?F~or=vlR zg>D%{ZHRK0u?8WJCmxN6563{y|BW&LMKSWW7LQIl81=)b!&;}PCFXf@y|exfg2y(x zA2Ep=fg9j^+QZmNZ<=#saw*(g@6RDT{&tF;iGz}jLP6?}5wTyj1rDA^+VuYv-t3fm zl_1*Suqh~!vN$3;D5F5BC>{}oZP8>URRlHt>gnMQqAt0-o!RwbzMGlO%6K!y+XxsJ^!I#(Hk?k9o`zr(*MK5+fVvt%R6QEj`f>5`=I*MVQ8iw(F)M1 z7jrg*rH=wMh=hOGMfy{XOhz(kXcVbXBvPN@D?z{dD0Ni9R0+wfqEpOT=Dp;G8(BEu zxaPRzxO#6nGAf(u;Bye$<`%rCxQk@AOlb^>RSHr_jvMj#H_YeE(Kn5w}n^HxIRc*ix-JF}}SVdROkDQZBF@-y}hG=QCY}X#*glBdD zl_q)59y-n;C>_vBCEPAPwl`|*z7LA~URdN8p{|JOC3BI!m*5v*8_hFePCsU-Srq2U z?I4ZmdW_x)*iTDCq|1Z5x*?k_LYPI|8rcb9&gvZ5H`S@Z$!>_@$UEcqWr$IMVQ+5eFcCfyE&jKXI!9yPxz2^`C(95;|oi4`rbD`z>vY zrUp<{&Y;Di8=X9mZj4 z$IfSc+T}Ua+JJBFJmmiC- z$c@rlrJhQjplxT2(i10_1pN|yylih=_Y1-GJ4AH{pqV_o3J9$DuZt2eY-&Z-lS-%07AbvQ0lu@Mk zbEIAbZedpKJn9MV$e7hd;b(VeSf)80t0NodDj;o^Gr2#GxoOda|c<>s#vSix3hfRNW(W(TjR1w4ch5;K(I6$*)4EZ%R{n~DAOJ>n(y4uhS z;=_iqbjhxC-LToV1M70hkhCo3R}j5LG?JO?Id&D6P{{&T8gnUpPO^Npr8!ia^G;&aX7(&RIKU#gSSTJ)P8!n?8ortvq zsiX4!v(Qt(kSL4ADN?t{4Ks_#Ubfd@@v@AE{OQR@c$IY$-dxN{;w_ze$FsfVHDKMD zNtOR)lqQeOifKd($w@W}n~jZ?dSQILyALrZe}mSm-Fl@ix1L5i=2-;-Ldj|^Us7T$ zbMly6Q%uYYGxPwG*)#+9UZRb21fNm+1d0AED^@727PAckF+c9dhN+Y_zyYn(Ho`t7oMg}{|1r(i-EMPmrm4rnvF}LnFUboN3@B8U zXkl;12*V=TLLf%~3~{-YAhBUHoF=bL=jmb$Aqt-8XsZCp#e(3Ka^4oqYgj`#9i4bH zRAt1)_7=vIgPoGJ`M7BD3tO06Vex~w$*#}~gP~6IY*pKhdAjm%IWd#nB;w-~ zJ16YQwM)OwuLRGi?kDoinc?v^;_`e^KFmD*zq6bZ>+M)ud$>4zOeVEtIKnUO(Huiu z#~JGO7MvkjQ)W|`e8ua63}q>u@gALgn1kL05jrXnG3zpEL(rcL>VXUe`Wx|69D&;_ zz&f4rNd6M`i?ew$^pt79c~1c!_zo*x6@oS~hd=D2G=&D-!E}pPSUO{AOQ15ZJAl)X zJ*5aWN9o=xA2F4E6xE3*zNZ(RR0X zd+c}Uy`Hx&76DD{Cx^N@!Na}Z@>NYf{F#QZ^7BZ?Dhfl2bJ`fLGcRQ-P zew||81BZ(=oqbC2y8$lJ>sGN5jqz=}A?ouuVb3^N-u>)g#dTRB^lG$09>~Nw==<Ql=Zzv*`PgT3b8K{`gA1*^B`_c>^-6D z@oZ9>bQUG;C9bmlro*?U%f3b7`(FkC4>)2X_}TSl@c#PpQtK?Xb2-SZGD3uhI-k#t zwEWnJYXV#K)TDfn`NX|c73iC0`r2F_qEv@Q=}Hr3JA%n7T6v4!S46jfj%8wm4~ad} zL-nECMf8JhxZzn%^98s_PztiKKuchCF9*L(u_{o7mm;{dzeAoYV{9%u4^F$XhUE9- zV}&dN$XgEmkZ{n_C_)4J+zk`qTVw(NUG2k=QTkD22yy@>nnRQ6sv!tm6(MYh^^Gdw ztdU2?HAzBA7B%|MLAP;CHp;*iS1dR1%+w#?{2d_XSr^79%s2; zdp#NBDD<-_FV|srYWr_&(*=249Uvv>0dgr5JNb+$V|_&2yUf^UTTIWCyzyP4yr2%b zyW*tz!1d!{;*#{82cj8|#KB3{P!h8{Y{qVQ-@LKwKL8#tFvfJ2Rf6CZNM(Dj(Yv*- ziE9UcfZbjDR z@ytGtfYTHHneWb9eo)NPjCe=TAHYS5j^sT;?kn*@Yad*Fi~qv8w$gWGWwm3mGb3}K zo2dV(RGsZT;jV5BY@}~&yts)DN$MegWBmcK58XYHorATf5RdneP8#EtP)^aj6Z(xI zdUUiN(*u+Eoi!-=3X=QN>$^Z%0fNXM^W`k(?GJrJ^6-zT>FfD>*w2n%JpLVk?}0C) z$5NnI@dWLP2g?yWk$(XBm3%8_fliKoJ(&DHOn1p$MZ5V3@Osr3jfB8Md zykjJy8~C1$U#t^()lqUrzR+#Wv@=R!p0zLjL2J-nx$RedANVYHWtaU__Ci}ddwg=j z>XQRDhosvagSN~kg^#-&hsMHiL`m>St4fXVXao8LZg51aa!vxk-tT?T?Tviep6NZM zePhzExDr`1R%6rCo@C8?kG8$DpFbcK+Cv%r0G@@$oeTfsx%CghUjTVK6Q=12fSE4Q z8h?S#lX{|ljmf`j%yZ{Me^c$H$Gpm*7?+N7pqG0S)B=NE!2Lw@4SM^C6!-pHXFnLC zR&Tj`{Njo5x#u;$#o%sWdh`JQ8iv1U^!#PfJJx%&TfuUpqWZ_eDtt!-@_t)aswLb zUnKy=8svtJC5UFvPSE00`4jD)W!O)0&q%;}G#@R@3^&8UVw*sKW*5PJG=c`h%hg!l ze%R`kfKfmxfJ|?=)LL+d8*0sFjDO5DeiV9*%KN~YDr3iWDbqGk1^|1F>1()>QnP$MNdYs=`~(9F zwF`rYq*Vc=0|MJ2YaOGePS%as0ICB|=_|$(@J6{??H+WvQ`w@G@>c$cr{Y@GxJ4nY z%NM4FGMB7vjg-Z>hSufHF77y*0+gJ#qUV>-nNjo{wM zeH+eptrVsK+Cqxj5;HOcJ>8s(8nJC`02a%ha8vrjRcdCDq^NcrTHB#Qcnl!L5sY$_ zV}KO@NCCEZ)L=}Mko2CTe7<=`1^RP}a`2`E?&EBG%NZ4~%Fe3KN;x%H6vU6uF+|3a=*4;Vp?WHNS>m~S(@aU{2Jrf#byl`gV;AjKnrZH;XrJ1Ck0xqv43o~Cpcr{ zGqF^A4aaf<6lki+k5xMZ3DeZ3*eYirmfpBMILv%3gj!7dX@aRKnBXa?Ie>?hXy9>O99ch3IuopUSjq#*WkU~@2bz91B< zkcFv&PymtJYz+s;v{l+lzi&*dmLe1!%Q&R1@^6y*j6=TAtQ}dQ_l=QF3S~!DX-C%k z>I>)F3MKX$0qY8|6mz9yTj zF|jn#x^uUbEo}+DW^ePwYVAJjaDCT?Zg^SCLpp1boh_4N)eSzRc~Caj$*~6ISc7t`I!~P%OJzOM(o8j>+Hg{i zX!A0Vz>&qaP)%Oe-gPRQ*Vyu(TRfgZe2(ThL$UexnwSpArsdw{UfG0ICYu&OooO`X zKexuVc%07}O<7Q9+iNJ_|6L#c(Wp^)#D6pz?bs3B5tUN?qaB@qoFVa zjkJl%)E!`5-VkFQ)Xjt35 z&t9jEl#zXX=gBj3eC|ExKErJg1-Wn+`bQ632PO`SU{+YsvcsIUgoR_U$}%*uAUnrG zGHtOCKX0XL(-`TtRZsicSBi6mk!oS3c&9KTR$(Jis21qEx5tnSDG32Q4$Vg`XXZ^7 z-9u644451ltIbc5E6kjJ$Sy1 zS>(g|cKXb*k?LGQtcbJlz~O=<4-H`&dVAo%Q@<<^4)iTjy^571UPaa*TLXca=NfG(Bm z9~_W#{Ui+;px0DcC6k|s_U6`Fy>=)j=z#VdUcPTXUVa|X`W&&^G@wOgVr4vJ5^Cu; z1#||mutaCRc90fpR=kS3M=J1SuaRRs^S>mMPdov?@M8Un1*4lVE`z2WAF(-@w;j4` z^9dYAjT(;ta=0qlpp}a^@D7j%68Y6%7^LCms{G=W^bJ4#pKz~hEQ@s1jSn4_i9KGf z-$Iu9+>uUO_C6l+OnnZe>mMK$-ro8L(?J*SvbjjPeiw=LTSr2!PI^UK{gxTevO!nG z6_YpH!a*5z;WX=v#a%{G?kKV{%R2o8wWS!&A=m|8unAUygnG=$cWRvR4cQz*Z1;Qap|;0mT!3VZZn zB`j&f5)EoNEDy&@^?RlXNm>a?5CS3u-3>u=4aaFnE2%W;Z8dQm1ZGD zH|R~Sn;Il;MT^j@BE!TkN=q~v@Fz?Z3j0Cq6&t;nPQfde6B{zpRCrnYVI`f4$B5Uf zz`3UOEs}GVYg1p}z2cd!&}ZBlWcUA|EBt9uU9+@J&kTL``8`Y9eVL)s@3G1OrA*#J z5*eRCEN>HZqMRgCNJ1L91Y6W`Ny6hu#NsLPC<>yz_)@cjK(m#CSgnY24bfIAAX#k) ziPfS!)a}FK?YXlbJL&B~V~r|HMpGk3LnD2L#J1!;NOt0A*zXTlH_?crwHpfW*6lW( zxqI&+%_IAKvPWZj)^fV!cG`Gg;vg{b7HFv*M-Ovk>6$Ok1RU)wqaakmqsQ%nQjD>n z%;72p*V_a8I<@|u*%3(eFLyuX+L7Lo*^xbvIgmXm9Bbp9vR%yy`8FmSZwt38>2M}4 zC=S{w&VR`j^+UO;G8tQo$#-TJh-6RUS;Qj;c7joi9^-kt;4k6-9BVxLBy6i4FhE9+ z+5RpSllM8vBd8N;uo{N%JIH3#fq&dmrFdtKiV^~~lgcpgJ1bW30*$CiBd9YNNyt7m z8BKW&pNTwi$;4VjF|nM0u%ND~sV3iWpb0$D{@|d|FizDA&XyQlLUR4kuAG%yaMyw6 zNZ>dtvR27#Q`V|ILfKO7pY_vSQ zq^4;G`*Vq;M`74xf84|#)@$NKE@fhckxhgeb(w+#KJsG|d6b{PYIF3aJ{oF$iw2-B zsb)p`w8mMZN-d2vi)8UU_SEgtrfXepO%#=v4(H81$h_dK&Z=HGc{+(ZnA*@6r_YC1qeSdTG` zSAc2tCn!haqjF4)RPT&U6bc}V0_<$WLWL$bVB1g-VUaFNL+lT`+P^EF1+{>1ZogS* zeY$&lCa{sieNt;iw~_@T>XW26wpglf;5S}f7V-Nd%Nnuv2O3}QsI9{rHd@m27bthN z+buW38^~X)2K4z^+ULMr2YSzpIRbnz#%J}#KDIOa`Rs=5mh8{6=k&|IfBS4YZDN%+ zu?LbsG;UMGXhMznaU^7*Q$SRb`UtQwYx1EY!`M+O=_%oVn7mfB`-`F#TgzlS%92gT z;hW>hL9sm7y_cnWbw|D!v+j}Ls_g-%AkvHLWWHZ#-Vu3gB!q?lhPIYkJB(UIEi)=OK`1rWwhYBel74@igarCeJCptG z@4kC`lke~Q{eB*>1lR%t`#8@;=fVi5Qgw}38ixv^8E@;{Xk-*l#z7u8&)JlF@$8pJ zo>(={(7d9gJm1xJYVW!Y8$tpIxH$wum}iIUgTaq`-nd>FuL`TOPk#CjozEP)L-eXt zhTssurwpg-2Na2-61?BAXCtmyMWirQ7%tTMMy??=@~PpdWM*))nY*|J%p#7B!vS~0 z`G&^s5%V6ci1m)VXYd3);O!VE^un9X48w3P#>Huj#_7s*y2Zmfgjgxe$ex}|j;5`FUi`7426HY;B4-u6 z7uX!qMLndK=!|}nI)lnk49Ae2+WV_WuEc>IzS84(Dqeq6($&o++%Z%)G(b3SaFEn` zfK-{_)F=ZIn2M)EVMY<1l2dlltX;4P6q{yr1BaAIFFt6vk;a3Ti^qyM2&OC<1BabK z^2CPYLc&1FyoA{nq%p*qrjjGL)@Txrsg_2mCxs_k#q1QI9nvdfy%UWfw+rOcMC;&{ z^Y+wleEYS|hfhwKU0u>~_Q&6w>QyB{PUe0)-0#zNJ<`zLQUAk5GbyEM)hD~RezkGS zp+CL2X<2)H#OaegyleRIrSLmPx4-h#hJ)X&f~kCWWSD**rqYep9k$YhxLJTMonl#< zdd+GVgooV7<#r=ChzYyL=C&hR#MDDJUUG^&Bie0!Fo~Gjcf@1$sh>}h&jWK!;Ztn_ z58#f+oF+0%Esku;K@jLR-o};T(SxXj4IT${di~H|f+aLP{4%FHWG~CC)XcGH-}v<# ze#tBHGNAA!@C=ts&k#qYxW)K}+!=WjeSyBPGk&JPoysgs)l(LmgYgC&F7IaVFYq>Q zo2@O;p4y)ICEk_jq5Angdtd4d|7J>AgZG4~Qdb6)O;>)juy^F6u99fBZ{#B|8`qCW zTv1Vs#Pp&_-^k}EK60fi5eX9+B&UiDE}Baw*@B#6DbBG%v={%`5R*w&)N=F%f38}c zuTp9+9yDy_p`3UjowNGNZnGWGqF3u+B~bL4*{GyX&DJc*lm>#5o8b!Okb&}DfJ50l z@C+pupwXZNh!k+clHrOCR0;-T!b}ii{ck6M>Tq2nY6LHF45daccY_;%L@sxONg#Kl z1U!Pp3!f}r*kQ86UNh#hSG&FNbvKE*Nz6@Rw^)OFZt^!^VAVJjLMV@|GHDyE0Q9yp zX-_N5R-EtXIKN`~z54XCTc3Y#dQ#Z=*y^3_k3Z4wIk;}!!9&f>ho~*(o%cU??%Z=r zIx8xt-Mw`4TW@V%T08wOD__{Yd}&+TaNZ-kcdvSM-#)-a1#r;=eGy0HxYo$zag3gq zLfQSXz8I?!kc_5bad=@79ED{S_6RIxYI!=5b`vG$TwHol{wn%U{c6_Ik8mkLN%B@N zDY^>vzk*^_ez4YBu<~~k{Al(DiMKszC1J$E`LNcA{7;q&L z*+`Ue3l6)3VkM9>is%v<))LpP&?7}Q=#hjLamNT!DLBgzv&khP=zt|Eh9TaAGHmfp z?3x5#s4hhSs}bMCFxZ-Z{e={`#T;zQ89a( z)^_htH!Ygx_eyq8qWml_b5-tGw&JCi9-Prs9;Qw=t^U!kmv0+-rsdGZuE%S)7FS0^ zujH{Qxcrj-;UC+MJpE+1VWgnWXJGy@y%Y)H`AQ9|vrDycU5J&BV-+xg!D^4q=JVx0 zd<+*NFB!9$AX!ZpQ4N!Y$0d*1smd*%s0Fd9wRczDy3k8&t7gn2*HG*Hsnh3?3(ypy z8c>IG!5eNc3J1W@u|HDq-^50L+ zYO!Qy0vXlVAQO@W$!07QpoRm69UUuXF$;;*u7yOxlM@*l_#YC%c#I4%9_uXngBz>O zRA~Ojzs6D-X3bRatN7K?R4B**G5yT5NJm+G)JRQ{fPezC(p8x|GuL%z3h8<}izzC@i@nrtLls(uc7ggtz(P_I1W_vBB{`ZTj~tp-u4`ISFNo@C zD{Y2Yw%nx60xOmADP~Ajzb~t*A{Y2%DUwe@-wLAOy5P@)^xHukOa_9%{6Ik@;P zy)fW+1p9s>2Htrt!`Ta6k1 zJ+UhtZI^==aLe$SahpP4@hFPt>)+h8EiKdoLp#9ip@q;x_dpNjqXa6$4;m+5(GR3f z^S`rwz*}1N&8Z!s7vk-ym*ec(SaZB7^;o8rZ*^^nwZ^#xV!hbRH;4^VgWRCx%?Zu@ z58u@q8^v+QXXYO4de`3Fd+fb-cK05;=exbTwa>n@4GwpZmWK)0P+}nTY-pRPSV+VT zqL8*qnh1!E3q++-pm}`(wL(>+1SDusOQlAQRG~sk)kysSt&+5%bwaC%Px#!Kz4MDa ze7^P0+{x1XfBSpI*QYjEN7_6^VTHatzTBu}S6E*a)`|>kM|33~Gh*48ofNVbb4a|B z`n~O1qpvp(=tuO)j-Tjf^@}=_V@T1o0KhV0JQjqQ>CoF;$@aFQp2itdPMeI1)y`s3 zW{}Jz4T0Bqo3HSL{3ySVU&dd8&sQ^f14yET1nH!7Rk|+SmhMVkDcYTGCsh-O0Ntgs z(=~9Y@k~&jj`wez>EA>j30g5}t|NFk#mOm3PE`u^JyOpxp0bmOaqHtwl?6t`1F}k`{j|X$G$-! zN9Ck4)-!nczPxU%uX=DL8NxHOx7?4oe*t>It?I#i0NS7e27${X2j$_=J;=?0s7wFIYaK zhdbt04XelHMi$#25H6-hgF zgTBZXaGblD+^CNfT%}UCkLuzlYh2$eG8jfvUwZqc#n?~1c|M8Xjzeh%cvJ|qvUQ5Q-oquuL`R_y5 zF{0nE67C%!+`~lb_-g!k%LMm=Z^AzjmM5Oe_v(LzpD zp-#|7Ad-I@_CaQ$MJ|wm1_(j|=R*4pm{&4VX_hP;E_CbJmSCIED)0g)xV@&4HrkDh z;r9A{0Uz?ljciM*0QF$901d$^z=TgLfF?t-G=@37k@U#L{0PzLMQ~fTpo9)9X!1%s z%)o0M3H;sIFAIYi{GG$!e6HS4cYX>x$1c|*snw~e&GkPvNwK|mbZq0E{XhKQW2-4E zCVxBf(x!)Y4CU4nK5Qp=*aVLf^i`vy+CJ|yUYEqRSw0`;5{gzzCb8mTy~JnU64VO) zTg?fPigy?hR}4f$mfw$~-39u9qfV<-!i97mWW_AXTBeEf+9kNR+8;&GDKP$0STafuAU|3Q|_NOu)h+_I36;dz-z>df1X_7C>Iiqx>b}h_Ydjc%rgf{I>5C z-(8=}7by?y3pbIQp6MqB_9=BTu{J(Uq^+rDWZh3}j{Xw$nkJ>RcC&x}rm1Mo(z510 znBOOat3fH=B#|_S!#qmTT(MpFPICu7ijL5+-``CU8Fw_y^%UKiIS2FMh8=}bsjfLb zR==>|R`pwS=URQksPoCk^g2pVdX1p8pPrkF56Opl?V*z2+DP7d+Jwn(}Nf%vR=QoJj=#YpMiWy+&@OCiG-n|Kfg z^%Ee-asi76rw?^W_-440UIOu{jI`PIbLP2S4+Jr64TH3#~1m z4*|j8S>hariF5Qrv)VhQpV5&mR>VQkwVq#-8s=*JaOxa)E_KEGE1q>HLrIfQC(Tqj zB0lc28;;Bv{Pg4HDyVX<5&7VQEqwJ=&*%=@7l3KM(Em$MocUGZ4IS+>pc6Qz>d zA2-@uB>wHG>VbeCWeqp0K2a#-RR}?JW!e-NjX_N0p`-gAuoY5=$k5-XeaO)>n)cpb zuovnrv}h80p&5FSvegOs|`1>QzZEHXUPpMHc0N<>?R4Nahd~@Q=B=k(~>kJ4{_19V?gdg4e`0?6- z(>Lzv?XZVH9EKr(tGtXL`T+@p9}!k*;IGxZ?Jjtdyxyt@^q{TS>Pk-+-x25tR+Ngm z$@4H@4OD|0ltDbG23f)JA-*i~yg*nO(VVqX28yBq9BKFxM_AbKrLd2#)4{S74EiJ- z*35{{jD!&~8Np;(h86;8P=sPcpSl&E_ajho!Whl!(_d&pUuI9A#ai$gg&@a~;?ftXapO4fFQ`DNeSa4{ zz`O4{hx%adFmRI^jcE0e2Mz>5n4IS-IZrQ2SC{_-f2g80V4(LZxDNgd-&1bjd*B|t zhg%Gg#%a~;U8`(Uex_blZ-SffCcXpzg!XH zPJ->c2=NVGvNoa(R8%DlFF~5RKZXdITG1j+rJ}$nWufcPTJcI-(4dIH$lAGdfYhzx z5v?$F!1~x&Czcho@TgK+R&e&6YX=CAiR%01`z{l4F?vB4M7sT0T_>5cS9 z_C^jzN+NnBnvCdd${rbvoQ(V;R-$O&gGyQ8)3Z#w=+hMh7vPd25<< z7$X@o<^VawzJhOEV*&qK0zOug?q;;fY~TTF=06I(Fw&o%}4T}lJF{u&+DD$!H7jZ+2aH>ArHlAYB=mur%eL_ zT>g&7sY2z;aI2T2it=(~@yb2~O-lDrR7?-2?6K}xZ>&Ey7&{v)jk)94~*xNAC*=0tdrsDIs)!Fx){=AsR2fv2j!3kjdC-=)=$O;!T8|P=f&q zTD(4U>ZyPGZ_@|2I2cnDs1XX(h>dcg>-xko`v)$}jtZmFHRc*SE{wZMj|d+#AG4>0 zGtznHJZp9{Zk87Wi9W*q*M5~VZ7JJm-Hvya>?+%CJzjd;Vp)k_Dp_w?VFfeB{{n9+ zu{4%8S`uZg))pqgCWIErQjIlhEfZ$LLaj6dn}2UV%F zcV@XkDPRV&#KENr1jJ^s87g+bxU%G;AOI%b7RqHun$1mI9fru{CcYVFrL+K1uXK9S zf+Tp;5*fh{rR0)GMNba<|E~*fEz@s=Z=qbv$h_m=MclbF|M?K=L6yjk<`3onx$94;Gk@%} z3;8psgJ6qz!b89$HB=*d{as3#_@n-4KxxyQpi#eGqF|v7h^B`-|+8_9Ss~)Mm3x7y@_wA zGRkhKD6OcXCRI~nifWnx9;Tq0V*Wt2rj!P2Vj+K=YEWGuq9j~H`D)`jY&{J2bUbd6 zq9L`qny4!O0lb{5!9%)@f*0{IiLgwmNX?<_+t0~^U^{cD3f6*XPH-rAGI%*i2T5nN zJ9Gxsg1fbJ>7|HVwtd7SmR#nd8zreS>+E0I@>XU z#IE+8vrdVl;#Z>CLtc`T8gdhV*LyTQI&+3wvX?k1)L1#aE@X-)?KaBfsBo#Rtw~2X zQ?ZVYuZtwZO2$Ovh(#%@R4sjt;a*?A5BuDm&ahsuhE%=1Kl)sBFuEx_aaN$RL_R(!JIi1r!x8#|(dT`P7#}a;r?2Wwm{S6~)>&VgV-o@Aq+xYw?bWqsGsT8_A+aVfwBwA{)SMbJBZFx~7%yq;`6-)et+C43pp)#>soFyb!D=Q$QO_ zRZOXj+NYjWX;qDCs#>jigBn#~A`eLYW@I<}&HZN3O;Kz%o3OV6BgI7)ANG0^lGp2! zyox09ppJd;s(=tl1BEV1PEnLZp;`^PRK=-UO=?9@QLNSqOd$*W$C_Fv&5`y=mn9mQ zs139jR%`iQ{xEOiAs?O)k$3>Dqy&6&IMzYf>IbVdW_&a|o*e^(k7bP$m{iH+Q(HT! zl|d>SI>>U9imucGG2NaTTKWG@800mO1q}qpL{85j9&(yMI4E(iS-j)vd{4XRwAq{@ zYL+-#B`3a)R+pmZha@K?5^5?$oo*}RtyaFQFkTl-7jDl9rsu%fu7I=6;Do-BO`#U0 zDU{0S)^4FY-rh9V+ACz^bDI`fmk3MZi<-8^H#Ge!m}7HFE}6?5WsfRHlSeaurT&w= zlpf1`Oaesct&UxtD_d(xHWEHCP}69^P)ZZmlpzq93TALZ2}f-wrNqz@Gfh*VG@%fnBv3pd zOv^D)YJKon~c>X|tL3`OHqI50h@rN+;+fT|+OWX*+)3 z!>_CDA-~A-Wq50PbAYsO5<*&nXW|)4$lWc{7o-*r59i1We~_M$xwklVlm_3<3I22n z9~>3`7@_nqeolKEap+r$%$Y3r5h^tSf8Pf*GA1L-*bpu-u*QkTxkimqu)T0t)y80) zh*wJHco&WGuYHt%xvWi@|B?C+`my@Yv^yT0CGV#1xZ&qL@e7_(g5!SyYqA-P1vm-w za_@eWd-wP^)1zXA%Z31JdQ>SAO!t%e1U((L#{EELc+jTXL0c@)G@%Hpz{`~H9nrrR zI1<;$`f#99`y=~0@yDJf{^#NjewTPu-^{-!9#6FC-?yCPPl;Xr9?MXP!-xeO!7}-sYY5V9gt2)XQdkw zBZ*U7Z%&kSWV}vyKzCMmL#NdVlVfKdYfW5KJ$#EKZUZjLY#msdK}gZTL<;Vb(}q-$ znbRgyxvAsyB&bOtt0vDPJ;?3yk$Y$oT*AmutBr{>8661*q5-CwU@8w&&mcccv5$O6 zMnK}Eq)EDLfIz?y*%;DiIwn_4R@F}qIT~3VgOd$J&ScGV9ar`o>A(7o%{5I;%T5Lj ztjlPr-8c6@OFe=9h053Fbo}7E>t0%Ornd3zy>;u`t?cGm%cmOMHqK}jWBY4|dsS8W zF2~kX&U36FB0D{-B2y+l41a6RM(fo1t0GDSJD+w5m{pM;X)}{a5 z*0=M*V?Utz?e!fyu9Hi9d-$`9>95Y6Pv5(Eh;WtmDMAI0x(|Hu#R0e=*N;MUo`%ef zp?htT5zLqa1iexWHcnZfFCb>XwYRCsaWO6yAD#qbuv z?Cc!5ue@yM7ugp$R)v=rel5~EQD7Znl#SZL;#T$@cDH+%c*t=G=H|;b&MNR8j5Lfz z@VYYY0Bz=^sNU47)p_4_N%Z zY^zq!%ZBP9i1Q#xwZVam56Bog66>rHXh?w*XizO!&I;(pS^+f^)P9~M4VqMrK=EH7 zbcS7a&PC}?ymjW>Uydy6nde|R*9!-`d(scFspn6cJTJ+T4+5ggGrQ@|o`b#Lp3A$q zq8Y2O=28zflU&#cyL}XL!4LcWW&51iiWtREBmpdl#&iPHG=)Qq-%Yw$Pr~K#xLqN? z(HV*uQbtIF)`$fA4e1aJNxUDKO}rj~o^k~Y!6uBY7-O+GEH$y1?Zn$!i(*ZgO=7=p z$nMYZG|-eJ6^ODNfbS5=ga45PDUtsM-V+h4O&WkP-8@byOeGHVfREA=9eEHI+jg6na+_zh8*I(PU``WeLyRK<( zKU_n&<#*kU{p()2vA!E$&mg(EudkUPnLF5%1YmGLJriJq!C$e1PmoNDlh*+yobvDiKh-&Mca-Wed?n`-z#K&;(yO@D zYbQMVz4PYbB_B_>TUa+c@vBYO(l@ZR`(tceD15$iXRnC&AH4KbnN{F8wsax(TKa_?FbgQCkCe$Ws%hu=pB-&86E!tGJKl z<)3H!?D%ZQce#s0?AVDDpBgFc91M~gAv^zIErF9g(SjFt$vxWk>M;I;fdBd+0s-;Of)dis?dl=jkPk8 zEf$_T$(`X$POhKZ&i#tJ%u!q*-CQ@O9#K!KXH@g7dRe`u-c-%1sKs{NldQU1`&=0C@ln%CRWdmUrAs#IPef=dfTU}<48#sb5CH5q1!X_&>?Bo0wq3NI#nEl~Ed zYaRx?hLg&sQqWtY+f4DSp?9wIB z!WPiNGoXbm`hFqtW?)e!&B%*((a+LH&@u8P`XzY=O_7#&>Gznk)H&vN%wL$f025$c zHM(y*1xX-QMF*bvP%<8GNh(p^V)(rs*@rm0-NGrn!LQcHP=#N!ZFsJx zTUyiUwpJyJQ0=^7l%+_%0=Mvrfr*f#Rx zp(i9!l*(V|ZQCo)4sB@Jw_Wdw^wij{D;v0Iacf`i>;0vFujtpb?fHcKTkK@$O4^b>;8e zdn6(0!vERRpz>Kb*9lO0nw&mQL?MlR_Iz|2qF~cwq2F!IKka$XLtfNSOo&CAqcN>9 zy}mvl>5AsHJ;EN<`jiK$o{WcV68fW8BUiQSk?Y!GWKm-~A|2YE`aS7W!YP%mPpc|n z*tm7Y!$Vl~X9)>O68=ydpU1Jl19?kBsw63@5>kmoN_UH7vZy7KDNRXeX_r<1M~)VY z!(p{3uAo=%pqzfmPx}3D3Vy#=P=bOd-hkKpqS2v9G};hR;*t7DeZ8F4gmhX{1&`Y! z6RJQED&a}j3zUkK&QQqP8KfIJA|5BLoo*Mwb|TUuOhfK+-&2wLR-}GQdIp^& zBCulLuZ?M>tR=N4HIs(jsJ7h$wI8a_er}8-c~0h%Fu-+)=ETee^b2B)@S|OoLX$Iq z6c6VY<{<#S=jP$pa4H^(4g?+H$IZ=6Jwsp`o~1ueg>!k&G{jK55ydtm)+F>eDKzH6 ziQqAa#;KPsjyszDP1H;LML)r=xY(^0@U*ql`wZ{F*MgPZcRAzWbGc<(^ekPQ3e;-? z*y5DarFpPDLc})({)pBRvV;L&^i?>6?o< zvyS!74rk8Ure)fTS6nuNa!GQFhpgTwootA8`{E9Nw&R9 z*XLXZ>L_-1baZtq?OrEd3d?S^$^A$7HTO-onQ-&&g4^USI^1rjL-9r=9TW(KS4gE8 zRun0$L^4TZF~z6IRIw$MO13DOVgWDip6fw9#e7dsA+ID_=x{@GqOmqaBPP~f=p>4C ztj-ju<2V!3p25DA+4m(Lt zvZhgHj3IY2yVzYp)7!y!Y4QbW3Y{fQA!(09639%FVbH6=v|hlYPwHPad; z$w4@fqgbg*2GjCHgpZI_U~5ko4X|zN%+hEET_a?)v*4+%Gc&-rZnw+AS>(W+h(uga zcpYz#Bu@g~ikNLzk*PwqMsk)GpjiAbB>Vqytq=@REW^?)Nrxy%xFB0=ux(6d+vQ}N zlmvL|-`)=jMtY3`*urxd2rg4;Jnzend$Z_1yxltR^T8+kv)lB1_&c__;*XyB&hw*d z>9&$9hX%hH4gd6^(if|AJNQD+Yo%LN2?7jwbZO3o>?|Gm1d7gLJKl98Awp*l@Q_CIQ&Tg*9^SHQNel+Ox>$IS|Xx_!T zbwv0gg!9(j8?^4G$KU)0!amf1z6BO@hk|M0FEF}=8hFI`8y#q01i|czkS4~c$MJs@tdHyHxGN_Vtg`Bb`cpR zv^M#G;)~`LQpBP0kH9R&^SlDZ$w6UBf#)BZ<>2^Og_qzZlz<`z+Z0k{MNr6&v!(;)Eus{t;XcfVyvKK0yQ_GX;Tq8p+JGw*TEFkMTpW1pw{=s}tZ#4O5&Gv(oMtUM90Rf?A` zenygJCNd>8!k+4kVEAJObgDO_^IWx#cR5(38Wl{XE;z9>GOZSQwYX3|zkF$VZ@Hs9 zJoVviHi8oj&2<8n^8mroT>ci&(^e2rjxQBJZ=ba=pKwZts@x4EchmvuH4r8+LA`PO zonNGrcQCgQho-Sv27fvMBK^6Px(gaSWzOK*^?!PzSU7p(`L`@e^-j7Zdf(f-`$k6k zUK*j7^*yv?&G71@#qncBhVTgzMbKebhNyeT@a640E)N5C8vwi40lOs1;JLp-HRB&0 z5?ZTC^JRtB1L)Q0feLydS{iu-eJ|3ZKY`Xqo~-{7+8Wtd-&eV}_NDsQDhF#{sTcPr z@t*1dZJ?UA^MeXjH9_o;}m^^x?Sy8-%uUH>UDKYrPXl5lns-hu9`PWAcY%@To}Co zY9W`m4EsH>e({w3EU*y;9UuP?WxxnmD78SuLsd%65FlH953*z~;O09rdoQevMY`0q zsq$UG(u3#7tX#R$aBB(O-@i z=j<3B-m&BIWl+-rP}2wL@58kBo634Gu651ldZZsno23_-eKKn$I+Ir~meO0)f1El1 zVaGIGrBGH=L3Yfq>P%HtRiqL%yjOAafJqta!7@_3J}y;Zpc;nD`#=mKi;+kc)r7dUr|K}b>?SJ|HIX?``oL5dZg zc%kXn0{>0s3v$!GLe1z8Oas3c}(Tr72*L7sDi(2*h@ul(JI3177Zu~~l zsP^k7QON-4p}DxX8drz!pT*KlC8zTbmna9)m(ODY@4VZ%X4F@>WewCqVH6RJyPy=r z)(oK@0DQ-m2QAE{R?DztTiPWpRv}je+x#jrqOB@!(V$4}ungowDhh_$X53ev11}RX za#?k{ij$(t|}(Tq2&6n ztax>KLh(l8KZo}9*Q*Wrr#d<_8LjED+~d!X)VUMfmf_fmYSAS#^+^H+o<2zT!R4U*Vac6SHK3IPhxI?{qj=X9D{amtPcoqNJ3C-PJ?*WmAkB zsT6Bqj2O2b=9Nv3A^e)D)Ydv(TBUv-#e6X>wla1qRt65>y~A}R=s^?Rg5dxT`WCWP zIp-@_u}-o&=pGS0v_ttPrQaCkR zOQm!zk;VZ*(R2f)xnRgp<8i_1GJFD~=rpfs2n7QqgSe`FqUIcCF*}4mI9vrGWWuQC zNDP649JS7|U_}v7M0@gnIXRr%y$OIERka2TZh#seARwaXu*sT9-Tht=FeE?%frKRN z$-_ye69$r*Fqr^B5MS zal(ss!jtPyn7R3`_f1-3(X>tO73P--&oQ2^L76D#Ft)w$00vibBj0rYT4Ew z{?w25zUQtrKiD(jr#Ia-@ZF~#_~1nczEe*de9OIi{o^O+%zk{mTQ7X>50fAK`zDSC!JiTwjgRe>+*mA#*z4zKJ*ZXDv?&nr^|8(;EPh52JHG7=! zmObC|`7@_)^3!#n6DvO_<%0kG;5NVf{ZWse(*I|<^VO%m=c@m__OM%a2v?o|`oixX zvhedaf9X|$yaV(=hW9GZLr7x9zXc^)0SVk@{)INdi*i}diAm+)_iQ2D|h|U zPRCsI(noH2_g}8PXxm>7&)fdjv#&blxwUtGW%d()-Q+2^K;3rn1y7y->idrQ@YnB8 zc0BMSZ+dFi-&}Hzd3M*^p8Uyc&kQ_g{@(w9AveJNK~P9P#&4kDK?m zH8*_b9V@OsZtA~odu7$bvrhQp#74)a{?R_nC8dnEzjuE#Cdr%bq=FhbKS1 z#{X?6<==c+YkKlpVwTs)sgrA?DGpw{o9rs zUi!p&>+SyiXSX?X@|WJT@i}kV>Q__FyXEwyXC1fA3tMin-PdM4^N~NSfA}9(e)8(Q zk9~E$;h#)D>aTCw?9#1o{?J|a%A;q0>omL5;U75vC@!_QqddBd5P%PX$g?RV$(?ey%8TYlt>_ujS1)Gcn^bf5YATyp8h)~`If z&7pg4D&}2bh96w-rWAeC~zUK6c(C_n2E>e)n&F|DJhg z{&W7BlNLU3?%c2bXs2^;-}Kf0yz~vb-aY3v{hhbJZE^qI_Z;!kbC2z8`abc_Ute?3 z;!AGXW#AJp9WnQ^Bli96XZz2;{4?{nsqFCM%8l+VcdqlmH8a2Q_P^cMbLo^XKYnEL z$lc$Wx9=S@KfU2~zy8w$Up;KofBxz6i%{mbej_n|IZoocer%hORhcj_{)E|=Fi@^`{w)qVD?s99kT5&c6e!{ zRR?c(_0;Jz&bwl_Y2TQ8?v~pQe0qcXci8XZ2RD1q$7X+Pt4D4+|LB{3-23prPL*SJ zKH|VX?{aJZBl~`F_H)lq`qJ#r9ly(*kDfQ_*VA4*_6B*tMn`V^3$feFmk(U`{ht5W zZogmqcfak0EjHfd7egBy_0bQSPoMkfil+{G>L;_lyYBnX-gU$Guln0j3#a$2J7MIT z4=p`^>s9Z1VzFKC(q!w3oz}bLmv^pX|LZM> z*tg!|Py6|M?>y(J<-I#yc=fIuyE7`++JF7x=Kopa#-X#eKX}p5*?VuhXwo^y9Des} z&mOd7*)_XQJ@oK%hL+9#{enj)_5R?VD^A(z&NT+#`Ocg7oYC{U4ZnKpt&c9!Smc+MA={^x7GFAl9Z@u27bUitB)Z+_;7tB$_*lV9%L>1SVG?;Y1X zJZt0Y@BYG1w^--e8K1rGgMQMy56syAeV<(Q;BNcx_sLnGODb>q{ZGCyd+q)A6APwn z{={Ru?{U*F_L_L;wfkK5o_Afi*;oGe-tY!H`;=>DTs`f%?f>J^t)95*ntQMN+uF}u za`4L&?^^T7?|)pf5TQA{AJ0jpV{ip=k8i{*S7z7!;$m$o;u~l zH@vvuiF_^j%f8*X?*nWxK=eI+De(Abt51u>ai2lou`q&E_%wK=* zq>ZlL`-JD-ezyMFxy#g-PrmLyZam_!Cl)`t=H1tA{=b`^x6XZAJ@(Ueu6|(8SAOur zldpX2)2}c7=0Bf&@vvZ? z`Ukzvo(g;D!YUZ1PX5fRpM2#<3(nZ|tOa|_+2e#?9(~|Bm;7wS ziVrQQoIE&v-d^(-UpO$Z)y$LL^}k!*aoQa}I_&93j=l2R&t7%r?>~Fmen+Nas`R`|(UpcGq?;D)-^xHo9feE`Tf5WD0er3_B>$mvO z%$bkBsqdAI-gMH!mp<|B|9;`PaL$Ia9{be6o4;$f8+JH-hi{%TYt;u%d&lnU?s#g? zUwW?l&?#4KalxA=96WTx&KvjafA2fq{L_z}d(zhHnqU2C+Na($;a?x$>Ebs}e`n9T zd%yPCAN=%d`>%TYsTc3R=|;z_z2ZlwZE(iMA3tdKhs@c_o;+mg4mX{+)9J^qSnGDSO0YHk^i&a`Im_I9d+5$PrNet@HtywdH#;~ zEq&?YdwxH-@?XDu`k`}Q>kB*Ic$Vp1;|r&pwc`n&`{xF4N@o7|yIQBn z`?kI>K6&RuyB&4LF2CL2xvkcCZH<%uvDq4r@Bh84-f;Ni>-79;jUDeh!*BhC3m-XT z_#4~)^tF#%@!F;zdVS-bTi()R*ID=RH{Q4H<_o|3=my*GIOVko$?MyE=&8@F@wPj@ zyY-oW{pWwY`sSY3C(pU%@x%9e{=uEMz30fEy!OxyFK>9#YlA1PdHmB;UjEwmKYG%~ z4}0S_lh!=8f5Y!xdFC41&0pj3SGWD%!vE_3%x1UmeD<>k{`cz}|Mty){mb)j_{uA9 z_^^5Iuv6|h@v%iGJ%7O(*S&nl?H_;k_SaARpP%%9@nbz}|M2zx^VWUWy!&pRdgq(Z zy6Bo!C!ev&y!G$7;-R~rI(zMXx9oY-TXy@ z<0H@e{*_m*HS+*-*h`P^{OiZmiE8Wby*B^d*Iv}O@#*9L_uAIUhfdn$tabO_>cO?u z$dq5bvfYYvZaGftLoUAP&_k9k{mZ6*oa*j-WbyOw-+1K1YcKoGoI{U#?Q^Z=MBF;_1u@QduYy)7d-v^ z#YeyMxXu1_z(Jq-_5ZBj_r)C!Kdk?Y2RyK7_B&p>>#Pm+6W{y%)f29nyzl*+-}5fB zbjuUIFrc3K_({9|VZtk)zy0{h_f8+4yWL&qpZlwyZ~c?0yB_?9-Phg4ulnFyKlRMv ztA;NaUhk+a*W2vkcj_H4|I)|%uXy#$6({a@?JbLMc-zi%dw)1}@YmlzO+R$}0W0@; z?t<61`r+RH^Tab(FZ%Wae>>vZuV3)z+y8v%V{`ub$UndAo_yh7zv{oy4_tHHVYi$! zbIrG`G3SUEu0Y4l`2-&~S3TNo#e$L1pQlWpTK%Z{kJWSDcI#VS8U2+>d+sr9>Xa$l z&sn*2!O)V?GNY%@7^rn2p% znZx~+;eo-$J=;w0uMCb1jI7)?bz<4FC6%Ss^X!t*L*FJ%Juo#pda~VtJ%{$F^#7$v zdgk{CnWW!q6RO{*Uk~jG-lpHr&z(ExMbUHTl*t`4H}_Mw4gRQS-BUlZ>z$uoHT$IR zO#8|7jqaKM#OAx6amnA`yTdzXzy0vD-gd_cCmnRmUTgmGk;>_P4_&+KKYqK_ho9fz z?Uw3lay)(b_;x@b7FN^A z_MubPz3`EL{pG{UR_(RLw!3aN^7+4=vcr#mvDb%&Ui-(zKfLTu3tsy66;B;~=(2aR1k~z4XaDe)GxWw)*J{&(1pHzt;cx%J1Gg@$`evyWrQa zzBO6no4;IkAbe3|^NTWhaBwK|rpy=^JTm=xc4gs6_1SpW>qJOwkCmcVC(4-~?QE}b zK7<~tbgxT4w4)~v?lx3?_~{=dqyJm|Xj;#t>D99idwlH`nlm!IV&TZFzTxWIVDgVu zmG)0q)hkUfowAr~fLGM78xVApdOMKV8~C<9ba9CjGDO4QZf4 z>apxiUw-d z-amo-^LhVl`PWa#-Xsm6ApcDIofEw>G3mpo`Im(D4oc);$UEqm&o_O*(y88{M_<20 z_bM&Zry*1DNMGdj6AJm4KK7i0o&gZio9INl9&6ILr2t8vwF|vQXpsWM>Rv0`y5|Cn zpKAh0X!LK&(2D9!q$xNpDg(pIt2Y$rO`g#=_Ok%TiiT`K8yHzqN$bhr$na2qdhvmw z!JfXs{+>B2mM-lZUb*e)X{n3c zp}<|tQ_iOU@8+d^VsiD%it3k<>X*Z-Uxun*hI{5EN>smFUj5Qj|Kb#KrD?LrJ?Y#%!6&1^Jxxg&*zmxD6)F9ScwtgZ7x2R5yimvs1H711S-4_2 zC2&2dJIm8owf68^J5=yd+nhrhIb?ALs0p1S2U0GB~eOXv(^xR}}s!j@c zE|UBsb|{Jg<)o3Z7r*Mv=*Xf?B-7dp{K-AV^gV69{#dkHUw_Zxp%u$|2CD~Yw{Ru@ zhAHV|zEErg@&y%cH!vnB z+s|Bvke+1TQDF-CpmRP*lTb3wSS5=jlzdwD$Qg%A>1cvWooFVE zPKMHHStLFem|R*;z00O$kxk1o@3x2USPJ`r!Ntpah8Fcq?(ZKMD|!vD-P{ZgolG*1 z*n|RiQXjR^oj4R#l%{754^(S$nw!R>J6t(x#lZ0BG|%#uA-38!JC=XE^@wF05h!0z zSu#*HQQ8lQa>TeF^r!>!1Lf*{E63ClK~L&P&+f;j1*19(MuDRFv?^n%Kf~6~PkUG7 z`Q?+k&%KHDQ6;^JDmIiEvxn}C?xGKQE=+k0iCpp(BJa7$d2ZsKqgpXOUYWRj#j<5X z!z1ZfX5Kbpd1YkgqMnh_nb1m_%Ns{8`RAZPcB*@ubpe%%>aeNt(N~A9^`TbgA3$V{ zby<3m6p5_OMONk`>vECxnaFCNzb{mC`fK+vap7=fG{h6fZ=iLsj~uI1k$Bt0p?IUx zENqK-&#f$7R-FmX27CNd6ls;MNhu#`A8DJb*!6dsB5iFp($-}nt@1a7%2(l+#Y&OM zZyp9R54)y>ktbo4g|>x1>t&!*OYb79@$()t*FuzsnYF=JD+!~4;{86ENuRKF~%|N21P>|l1T zV5I(~HdiqEn+vjY4wc;0flD&8Atnj2=RzPxg;=0M+yJ|UhxZMqXiGs?`>qjZx!1#b zjoiqUVT&lAL}mDxzTv?tTba0U^gXFgX^m7CSBB?plkB+989Wy3=$@myZ5!gYVr@AjF#Z(EnF(M4R!m0yWiiGQC8Vb@}0yN`rstcgt2zOpEz~Q4iy< zUv@O43q9*xvX^LhCQ+$eHpZPMu2?p)8r4i7MO*Kbw?(|m6@3YTiwfq@ijie2Mke-G zjviQ;KJgSTiw8%ac6H(-bx^vfds-EG4|91%qUjik%HPtV;mXA7^myvgis6BnC!vrh zxv?7sF6#*@YD+8q1AP-m-@4@p7DZk)gC_8seasEKB`O9owDGZ=XVw-$t4ea7p;5R( z^`8rFFf_EJ(l?kXQ6V#s5GoXLDK~_bXvC&anK*Ld(87`G!>rYbwhuGs zpA@o)f4Lf=P>oPB;$Jzh6eiGluX2S!p~9e0VHjAtY`9uftAnbBccyu(7CgGC) z+Cu*3%7j8?Lg}LZmUB_-q=<{T0-;cWP$uqTImb+) zghD~fRR@Ktg9`2aT$;XfeT%DnWF)nelDej6nsrYbQNTT&D-jBn2%WTbuj*DBH_tQ4K7|W2Kd@XGisk?yfivH zOkv`lzEhc3H2KDFpgl;nS$_X&dvZeU8jJrhOsDa&=Fmx~HRc z?}(uVEz(QYA!CY=RGq7R8r44S+c`AQ-wpy<=d37{`*HC>q6nWVU*5&v{n80LyF2a_v;8V!|2B5f`N@}=S3x}30sf>yUBkn3u1jr^=mJQ0z zMiqCrq?cM286ulp4KZl&WOREkOFV8#VWM@Te_-*zNLt;h^H$ZWM#K>l z?yQr=Mkyv&Mhq$=CR#?~GxM6k3rwzr7*s+`w1o66tj>B&92?{{j8<9{y6pOaC^TPW za&^U^x?*5m8O1}Te{?XgVmTG!(tcLOy9NBrl^BCcjDaPlI+B754%L5|oBl)0IbY;a z+gw>OsI1teopTLK4Fz0Ny2!M%%~ceGDvA|tU2B+^Dd3wfG{t3erNp9AVo@of$*g7R z3pa606CcYdIp+$^XW3lgu&8iYR5+@!s?8SFyix_cGKHqFY_3pPR4A;DuR@j_Zse9F z3zZF#gR4bl!1MHIS-jLqge7kTNJ%XUWy zC$j7B`J1#c$v|B4kQJA-C_A~@XJPI^WoAxw5u#^G%3}Izl7-P2*L|B&Il8i>r8hdU zF>ffE&>LSeBvtKLT5PJz*FBYEmn|7sI50Bq=h)D`b=-6))Fya$(Exk4!;ug!5Nl{rz==iy44!K&+`1A~z?k>=%PX^zOCOlIc?LeyCb zICNIVoSjr$R3@@S-KZiSgX1Cz))Z&@4xj+dls)wjCj&bBRI2OZEDB%f6s;?53A0xMOrJdqx4%j-%hV%MeD5EW79 z+dPvw^=GoYK0{y0O7upb&Xnx48y*W|PM?RKW8)(ne}H{;>r2NhO|1Xbvbr-Z9-*#3 zHdX&lWL}ikk5EBg+7!whyK|_@yU-@IQ?hc$h4s)biAJ?)VTB#liDQ<^MpYIA1DpqJ zie!#2!I#u0E!66{Ue#*)US3(+H#jn|FlBfnmBF#K_NK1ZhDKtWm57-F?VjU}#N@Qe zH5Mn?MMjyZcxLpX2nrGGrWRh%!*4{nL^+{3RYq{OZT&Y#ojEqEoUOgV%X6!JjYTWV zza2zouC|6eUkSPPf_iJ^*rUkHoIN66Q>xu2OHdv*E=vbQ%tflJDqlx+u8x|hdfY46 z!8=m-Zz5_t(JH4Nl0{t2O+Na3i-Gq!*F)TO-9EZKvnxlfNPTWhEZM08C{OUYSs-un zuI5OVw^8EiO(9pu#sMvTmCnX|r7)w3X3tr#+_9x6)h!@^C-BOMi|pC<1rs4VurKn0 zg;**q;J8Ju{M#}yHB1vapt}=4ldrEqjgsD1m%i8H_;c+ETj*` zp^IKFlb!1mBIXE%7&!vB-DvGd9*{a$=~V$gd~S)rBN`mog>e7sm)X@X(_2@&S~mxO zV9*PP2!-lhyK0w(kA>YMP5C(wAH+l9jv#v$e%2}}@XqDxL}-F>uEd4tPAdX#|FLIr zoMe3#a9HMZbIoYa4gvS<*nD^_NR|GEUbxN27p&^D^gFh6Nm}F*b^&kLG1wogm|5zC zTg37&Pe5ySaCeUU)tllkveFc&zN%lI;-4?rA=kbbd~{YMxQ>NeIlm>^0Yl_AHIZ#EE*b4!sW*;2UJXiFyTwt1ReFQ3cmqt&78WXbaSmx-;LN(;?|w4Mi<&|)S; zw3rFWPPbMkMk28!fN1pU>B0fZX?2GSOb<=ya5|tdDDx(u=>S(KKnAYtGzG}y60br5 zGlc`Tr2buBJ${uo0qe#jN-b(NV<>92P}HmzMWU83SMW7!H#0x29*reg+FfYcvHP^! z6p9e8OidATxd<5)A@~2~fk{J}4=P(FRgnn!T!bu&kpKVX9A?YVNl^%X`8_Bd3SAdg z3L-%4{=!)Pm1`F(JlmL$mB_J+1W`n|H&ElyaQXNOXoEjKJ1u8y5r0I^pO9xeIbxRE zbVui1Z#TJd!1zuX^?8E+T=z|@2fli1)A&lLZt=jg0XC*k=9M`*nV<(Q+dlB7@vri} zZ5?QO-Gs_N-rV-Ext)pfyj!ROj^>BTIZt7u(zvJeVoDSzI90J^VClff=5XA*V@off zv{8!u(?WF;?jh7}!X!7+Z0(q`D&`o42T>fjiO?Pc{goxveNWMZc5Xyu(6$53uW&v` z$Rsy-6Y-bG712nHH@@Xof!mRdc@w%(1$xI!$#yHkxugJ_YsMo;PY-5&-%(iFvDDQR zmR3X}D=5|QrEUsKj!2-5gQO@#B!;sCpOFFspVhCh(S>4V(JEGRta4)>_)5XujT&P$ z-jTX2yR}v82GoXaqs9ZeC|k=b+4?^E>nq_~xu8LwF$6}egK+I3!T{z?X!)#Kr#(b- zn<9+%8m zf!&6V?U^)n;OJ_V9Ikc)(+@*KBZEUD>CgLCzfPF6`(S_O=Q)S>jUIS2u(;a(HDS{9 z!6gHOmHel3XHM=(zf2kXcKYb|(?@^UWBl_y#y_94B7MQeR)BjZ%~{qrICjE9{*(08 zJF+sgV*Hc+2m33-RR`*yOdTFtHl=S_gD=&S8b;$eX;$^|S6`(iW8cpm|9H2d{*_zE zq#7Ffx5bCkw=<_~QGJRHKgh-(RO1i2_Cs~CJNS05T@k~FQF|fS$(E%g1n?HQ)nz>KYKOJ6)%a7v0eK;~1_is`gjY_hY*%kNrphX|$HbT88A#=^20j z(npy2Y1ZN%p~sa+d-qgNXqr_Ww?Pa$wp|gmo1t}eGwDCn+0Gbbgsg9`G`IFE^=(`l z;Ui>yFMu%+30ZH3CMXG2|5E~#P&)fts`^p(w{-P*6C(2vVnWx~H1j|croR5w2)FcO z+w^hux9i(B5%AKFeB-riP!UFFT&jXF{Y*C*Rn;>^nm^Xnk6qqr1WMuR40IHl!byCy zHGro7t}@S%U@Ag=KlUcDrZJKEe;b2r`Y#q)Ybhz^y}lBaLy0rytU<<$-QAI-Nphw}zY9la4W0Rx8wmNe2!O zR5zvGXY7Eq;kgS&D_Gy~NbTt)W7W0cr|NYkFBw>z=J?THtp35WzJ-hG zGXH1t-xjna8?>ZN&{V6SMPsC*G16@wgemqQbo3&oz=N1l8QoVr_m}y4HFvzI%xzUs zOwFoAKeE_SavX}|GQL}r?v~tb5UXy*o6P4)IAq1bd=LkXYZEKOX^;bj-aCYyJG6guh8wl{v794s+ z%dWL-|6CjYd_n)BbDy=M1hU7j>^!4acBj=jz4rRL`^n6Fyn z)77=B()7&a)KF5NA!&YmDsS1a(u#~$8E08WN8>eC<)mu}**;Th5gUuvK2xSo9XpUd z{$yR`A=&IjeTj$UT0SJ-?jgC%Lvk%2Qa<;)P&A&!W@>%B078Hjo5t~?1Itmq=Vb?$ zqjb%y4lGA;;B^Oinj%_v3K!oTx{OJJ8oU`zJuG3auv^jT9jObPOugq z--hyFE4V}yWCxbh7bJZ}YMN11{dR0nW#aidM2c#CIbbYbhn7XPF;^$G&TNpXL%Vt! zGWE2+Qk1#RyxJ?6;x}N6-GFL&1Ge1_n9L0bbOU)wYbY{56XNqT1?ORdXV9)tfX%8T zDd^wmFOS8=N8e19Fj%chMC5G!$6TNjLW zhz3}50&F_SQPG^O65EMs5jE{PF)gE}eJ7?>)N~Q#iK57h&Ymg3L7Nao9F#>JG*Jg7 z$H5|K5=GGzog`C&11DjMIB1JH=%Nlvg#RuhKEs_v$CKwz6W7bQ6WlC9~Xl9@RdB@5C+)2g1zHuO-*EIm|^9*VqG zQ~VAJ@-#sRd(mCKlvIbyF)F(tC+|82{{w#>4yYL>XcDpN`(IDs9h1?dj6b!$$3y(*C)qJ=?~fYO?2}_SykgH`xnOdu-rJ zy;=nwN{7;SIzGZix7u3q((YEPvWeAst45T5NklXq8(H39H0>Ex-e5HE8C@D@BAQrC zdEkm@W-;ZFE262zl!vZ}=9VTQOaX(@{LdPVtsiJqe!vkks_l=aY<=|DvA^*N+$;u zMT(Q<4MvgTRC$9@q&QvPU=%5?JW^B?DXu(HR1_)Bm49ubNO9$Bii#q|l}Cz-BE^@l zDLRT2U!HyGC{lcR_NAjp@kQBJBAbW*&|uM;(qJ%t%ci`C@msb9-@^uj(d6J=c@Lw> z!TW+ms=;71Irvcip+u8INXi?GCWj!(8;mB0Aj=z!CWoNPKa}{WF=&RxC{}`DfG-M` zU>O#pXbB9o#K&jBGklEVB?QKki2+6@48TN(XgXmaCOSsb2?H|GL7Gk&n2C}6}8B~Omw8C6VI?{q80S2(Q%uW z49r9aZdx)h6CJr}$-qo>=%ytDGtse|mJH13C}t#QBooDqWMD=|F(Zp&rhX9F^g%0G-eB}OD^=cL^f4=4-eB}8D^uQJG%+e$-e5E@Dp%fMG%YG$ z-e5EI@e!+L046?S z)eOYMN35CwnfQoRGcXe$u^I+u;v-g5bmZS?F^ZYCi~0gsjAF(phL2Iq7|rl8ikZUe z`i&N&m}$GPk9>?`#yEz>C}xaj+;tQ)CX}}rAFz)XC^T6l@S(P9)cZP)mb#VBSh12gdvt7Tv&K4NtY%*02mj)9r@ zh}9LujPwP^Zcddq7{6y--eCNeO?iXSEa7Z^R`p-GHTv+YFRz^`9TBA0p)}R$bI;9?CPS z#>UJx9w{(tcKn0`;`UWlwnS!4k#{M+cT?ll>VOvLV(fi}rRcTQql(HBwb8mA*>8Aa zYS@gm;blE_o$tSC5?>^?p>S+vG`3yX=F~K+K^pgyHA1x5PqxuZ74uRE&OWzB$hcps zfL}W5m*V-Q<9?X}ewnCWhUb@!`{fGwWutyMo?kxhS190@i~1EW3^|KSZ>E z$Zix6RetNjjEB+U(WLnx3N#jp>>e16=P8X{M@zto5Y=k4@dZ%}pZ_z(W;edqceoEg zGqLf#4iFnvet*%%z(rqrWjeAQeLI_^C3G;>sNL}&ayH}dQ_}#j;bg7x;XwU^ob5WH zaLD$*@zfaGgvr>Tsadg7>aK~dSTt7D$^X%VL`<^=rqo>%8L|r9wM4e7N3o3?9{VY0 zm8gtGZ&0%$rl3_KA`U(w{eSZS5YsHKDR{fYZybCymT9%lNF01Nj%$_@sD}^7bInrj z^e_m4YnIZdM?q*7-4r!TnG>BCYmDHUrPLHq5DXWj_37sTgTO^8O*`8J20?SpdNK=x zzy%piGuKZ@%$nt*jHZ{ZfI;A*jHZ>XfI;A*jHZ*VfI;A*jHZz-I+og4F3M;Q*`m{? zjpd?@CX1~^L9kqu(UhuHFbG_f(VVJPFbG_fk^0Lj7z8fLNCIXx3<4Krqyw`W27!w* z5`$R{gTO@@DZ(sVjj&vlku1!jB^BeiC?jo{g`)t+MHvaiETq|vi!xG)S;%8u(E~^` zCZqFluCw8$icYFE$$lbZ!uo#v4Pqx~)0Q76G}tCc)J}2A*>)Y-CR{k^x9`X{fdkHm zxX_VpLI`Biz7+5ptP(&xiiQ_VtAr1a;@~CIDit9}qrGBUr5XfTwAW0lRDuGGfMHst z;gp3W+FP#K8r~cv(cW>*N-~Smr1xC2ip;_w1g_Z{z#JsefeSDiPB}=T0~cX5oN{!Y zd)6!$Vl1G085>U7rhQ8?E1))e7)-M&tnoU&z66RAPn+{#YBT&& z=l_hc0@&zOh~B&{qJWcN05ZPZ3m?Dh$Z0L2PJ4!NQ)sMen|3yd2gKw?snvZ|0a>y# z>B!~SGOm@PBikx!TXtkyM{TQ)Y@4WU-H~k@wQV}G9Zg2kc4XT}ZM%+aNArm643bf; zl5KOGOk3m8WTHAjW~0^GnUdhZWK| zwwzqWHmel8gaNT!vzE-lP&lqxM`mFVJlAXuh#sx>+H!go+pJRXXrjuN)2rC#^;3@~ zs%$yEiftA@c(mGU%js2Yv-rVl7zD*NOF)JbRps<5wpsk(;Y5|;qKsziJe;U9T$Isl zoi{KDT$Islore=uhKn+qt@CiA%5YIevvnR$R9P;{XtvJ7i7LxQ8BMEsI8kM}D5GgL z4=1WD7iBc9=HX0*<)VzH)jXW2vRstWw3{?bsSwJhM)^Slr+vWtcVrm^1Wi+=I5*P$7%4h?fAYc%8AOSl#!tM z5!Y^hq)E~eot7o-e`Z=1WfISsc5%g~Mw*l@&}G$ZRn=Wa@1|EBxg4F5_4?m;9Avz~ zW}-5^)lMs)_s|pxs&2k-Qx7U40p4~L)aZ1vcif5@q(2?!v zly*p%uS1~M0SUcq=qxS7XS0Ls%y@LJH!!k;)5Vs?g6_z6+;3ARS-Skm)YS)xidV25 zxg4FQZqn!!by?S4MkOiuj$DqeiiOaT?O2*~Nz#GsCZ6CBO{fjDTGIrVh%(Q_i)NY- zEV?%aWE+gjXxvmswpG-&F2kA{td75;9+@>Axon~?7uZt3wc9(V;bQT3mbK%CE3yZT zYqtkYgO4uiBWw2!Cz6hyQLO4ZA(*cfRb418cA_(sMXRn8oxv{#jn#n{ChGp%u&0|2D1~wfT+Q)uTzTNgXtOq_TAEDz)!& z)^yZb`1cKo+O*%d7!$dewkZ8i?XSTmdG&wE1tglFrTBj>Ao(p}g~RcXC0~GOjgad9 z%nOj@UDI8D@XpF= z;5pfpfU{O?sk?BDyNKpy<+^egp2^;7LXPUIkA_JqbVlEz`BNvI8IPt*EmjACqb)?* z%riM%sD3wCi)K3A6<{}9ElPcx^il16k0vE;y6k&2CuzHypL#SSY1id@jb;w*yL`1M zb<$xqM>d)&Ow#3hjphy`x_q_xxZcPza}kYZY03|__&URwFKDzL%@Rg)omO?H(S(69 zojDy%55{txHg%^FWj3xer=vJGKFV`Vh;DDGlcag71}O%diEs1?H}-V4d<}2(C|dSx znK`;ft93dr5T~)SBbTGq&PE&YoYjS&6-{5m#&u^k=UJJKZaiB0tc~BeD}3X&e&Z-T zSjV|>-_ean>!J-MG%Jl(ef>UBMsc0tDq7y0=nS*bV&*zSSA59tinr=yj7BS&E8h>0 zF;40({2WbZ#!2IaboP$1DN)8aDZP-|-Z6G1${4p~Tp{DWGvkhoqeAA&Xe%>jYaBEn z<-IGlB~ivKX)BTP-j&*uC{yJ~TZxqSuGFSP8MCCVM9OEUJPZOCWz>EU0t^BdWz>EU z0t^BdWz;7Skn-LIF3M_s0@Y)TklDbXQ?Ae?rB9NMY>TLEQG%%zQzQFCGDt&Slbpuc zAls@V+nQ{9WLtM++th3e7!%WxZA-Q_vTZxEP46}8ll6(~$hNQ9MuTIYl!IbkQJY$Y z(FjbdweeDF76n2iT(hEP7O{6P1lO!2vkIA&T(g8e#Mr%1T(bl`w5gjHnroIYr(qBb z*DS$J!ys6$SwfnIL2z8N1Tw_fz2JgO5X#V|ZeDOvCJAK*rC`ZLnIx1U#_lB-Ws*>a z7`vBTlu1IFg+bt=OcKh_7QpxXm?>RxhRu_GPJR zI+5!T>^yum3W;-s?p4i)JbB3m7hx9hf3LXUQiNH=|GnaZOA%%f|M!XuE=8C{{NF1s zxN2i7D-i$pO1FEjvcj6kbu?WEM#XgSUMVi7Y9qDOCm2$0<*JR;tPn7y+{#5GHG%qg zz2bta*3q4sMXW%x!4=3XVg*{Xd#|)C_FmOmysbc6A$u)5c&{`UQ?>r^)F&8HZo#Vc zho@#?NVx?|QwC6oV`wh8Gyz_rLZZ3g(u7%sYC&x4pW1sB3cgnaVhy7bI(V-P7gL%t zfJPxT+=8Vk185Xd!!1~vG60-SFq3}F_XnBtA;Xs*gcCzeXdLNaFS zS{9gS7_yLzbscrucV^r~jdwQfXkvmEZ<7*Y)r{G?SXCmRSkal&KI*hw4f?mtA9r9ATZreF^+YNbXEE;dKP zN6*+asnK{esT8puBQls%`?%+s?8i5#NL4l(s zYBVmQ#zkkwWz;x6jw!V^V_^A6yYno?V zLz7IYd=TOfkpXp8tfwa=t|QwzYP-}RTP00ORDCAXEMJNU%*9C`E%5`Kr9&z81?RdaLN4BH!W^AU^ zXgivKb%|ykU2MaEz&Jmy(Kd;LkSseej*n}!O(Gwp%?^yy;~H&~(gz8&LpcSR&JR1R za4;H{X_XpRgoA-_T(czfaWDp+YnH@$9tI(B&5}3|$+1H@C7Es-MWkj?5XvdZbQ9;d z0&OK9$|=co6X#FO!XPNFSwdQXLC{>YHIT^!27wDQYFv>C3<4Kr)VLxO7z8fLsBuLK z7z8fLsBuLK7z8fLsBuN29eaZ1qKq0>B-%?RST4$_aYafL1j|JkHLgergTUaKy5Pvx z>W*wj36(8#EJmZ%`jVW153j%``@zOH*>AjBlw5Ik9SWRXhjhUqF-JwE3l4ZWTMy}i z!&@hqFGF4ViA2YNv+0m7I7)SDb&Qd9!BML#vKeOvi&3Dvt_Ul2(cx>8Hma@n(eaaW z-S$3;`tE3*8ZQ^cbd%PpZLp#+?v8e;@p4gQ`_-}Eu5M86M&E1Sm4zH5ij}nPsGv-- z({+N^UA|iMrT3-EwP`+Y$Dy5=0^@YLM&t1}-L2+VFaF{eIjf`5T69LXJNhY8>=c~P zq@QZ%d$d*s(QOb$F(2e=e(dqu7P_4T;$&^-?dZ(z*gCr-Tq+=ncNO<8_S%+5|2H-(|-`#BoWxLlttozCvr87c6R)y5@Ll zPsAOUZ5(&anp7*0-?GbotGM5~u;2AsENUjDk>F(jcN!~HlrQ4^uU$D=VOq!Hfb$h8#!z**wpwIG2gyw-Ye2%6Ym!LUe z4IiTI&O@ANMw{+^r)Q%zJxkY(5YYU!h7Zzr;}SHNZQz3p-M9qJYa8?+WzvmH&>Xix zfs&#dm!SD>ivrc8^#J5C1xj@T-Sri$fC8nuf$sWhRzQJL-9R^O$tD8~ zR5#E~yRoSR2C5tArp?t<0t3|zbkjy_DuIFO2D+7qkzLi<06@v8@y@Mcnk(tMk6QCx_B}+e7N1u$NxbvJ3Lpdq>b;t!@|_>)ABrx=Lqv12k=?#rG-DXW zO>*^(WE`5tG`gcKC!(prnAM!-L^M|zTM};~nkmV>Mzf}Q|0suM(>YQ#Yl;y9TWV(An&xg?hi2BT z?a1XQw5?;hTo+Wq0Y68(W=*m3&(W?~Q>@s#gc*+U+U`(o=Ny@5O~HcfB-iQsijGGW z(y7jzj#6>Qz@bZuB|&F8vK3c`nY5eVbKh2X-Xz zC~%ePdxyL(wBS6tyKE7!P26i+ z*z5Y%Hy))}Z@cQXi+k-0dmYH@fO2fHjj{^AA)&Lx7tN~C&9Y>Y-7G6hF85urbU~fU zx&$0R9#B#&wry7Rk!Jsly_#%QcbAh}J*N;ya?oW%ITl0JutlwaThzKXTh!LB&4_s% zaS`-VdCUQnSeLQ^oz%<^8M^7SMfIv&it%#QkL8s7_JPDwjws&res1 z2J0s3F?PaZlQ$fys#|T-?O_UZZBn2}LYeWDYu533wAd#Eqc6%8I@&U|U82L@6%*YF z!RWAeO-EWPa5SV8LUm-@kZqJ9gzm_8ZP{6Yqajn5ko+x*EpKDfiDGh_5 zxMm4$Nb)Aio!;k~)mzHIAQ-M$!kB?U;9`taTFSs6a6v}OEQOTcLUK_?YAj`85V$BK z1(rfmHKDjDBh{5c6ZS%JQASED1-2iNLUB<>>MG@65V$BKMV0a}2waqrib{DH1TM-* zIi=84j8I&Z)zwk~27!yRx zouD9SF3RY%NiARyxG19oBQ<2DEf4nFr?PbN$jGqBns4|te;G@cfkEM-jt-F25(b5> zzaKy5uA|MI)QK=OQis8bU zj;PcM1;udTOh;5|NTgeC0988Hlr=OA3b%;Tk(FA*pm5<#Csb+!gTgJMbjYNJ#Jc5% zP^Du{s5CGrTvXDbliI?daEmG(I;l~wh_GA~(xHn z5$Y5S0=M=#LYam^;G)bC${?}zT$DLNnTA2&qRbJ>;JT9MqRbJ>3=9GnWsXn=iLB?M z%oEDcW+WnTQRWF{XcG<*xG3|4GK+!`xG3|4GDutl7iFGM=3o%GDD#9e2ZO*xnJ1Ka z7zFmRAE68q)xbrWCzN>@1TM-vp)9~4a8VWrWvCHZCR~&SLKz~aGU1{u)KF%V1exWc zEGRMygTO^u&}0?{fs3+W$ZSAnxhM-Ylvx3Tz(rYbWEKX2y}ItnEDQn{Wub;Li-@R9 z*vsolLUvIU1bclw5o8yIL9iFt69Sq-aS-ek_Jojz$fy+TCH91%reGY{YwQVOO~W{_ z7ugd6n}%^0>*)jH`2{GNK(rQTztMIJhcj=;F(ry@2-25prd4`hAulZ_Wbyg_ z?zBk42w0}oKvrP{xY!~p<}?fe8(f4g$VfF8T|~stF8V3|;KGY|7~0A@HOs{p(J;92 zu{2zO5esvWjT$b(h=e%{gTRFtaWJ@Fg*04@5e0J&27wDQVqkEe18KM@BLW7yJIZSc~Gu6iunc&rL}ETSH(u6o=Cd9D!hqC0X**Hz@XHpp{@kQd$N zQ@XAq&$U6GD}+21&G@dX$n$NG=ZhgPT1I?Vk=LXgiL}fHU1;MW>Ems!wNPYw&71p0 zgKiot!&S)0HZ2)Ve)f+{5f5!)59^EtQR2v!ED;Y~5f6P~4{Hq2Bhj9WY`+rmFck1G zB!xY+lk#A|ATJ9(wW+p)fd(hrWo1p|FRwQKN_J(jk=hP+@IH)> zi?~=EDl}*0k#JKbisPa#;$m^E(EO7}B2bkWj*GUVWJXh09yLm-#1*;!64i#%8S0-> ziRavZfpVin@p416V;=QlDZ!{Ws+>@x(HE+HNY|>$=`k+z zMx$ARIhqPq<@6biW(k^TDp*M_%4jvyqp4sexhSK>Opm65mE@v~HUaQRlb|FQWwZ%^ zN0J03xhSJe06bD8D9J?`Z35ttTvkag%4ib+A7Bu;D5FgPe1JjVqKq~H2uO{f6c=T* z2|z${S*5rrqo)6WH`{gDaAz@HPr_+SW=3MGHRj^0tSJL zGHRj^5(a^bGHRj^a44a;D5EC&0O`NtqKum61ElPli!y4O50H0jF3PBBK0t!4xhSKi z`2b0==Aw+6&VPn&JcGx0;JGYKjk# z-)b((s3|@`ervcWqo()(`K{rijGEvB4GHQYkklz|E%BTrGKz?huD5EC$0Qs%q zqKul}1LU`ci!y3@50Kv)F3PCsJwSeIxG1Bh_W=2=;i8P1+ymsdmWwiKau1N-HVHFY z${QL@jv>q?klR`=!fFlfE`i+EauHT*aCZshww8;qT7$bwAh)$#gw-0{T>`nSoi_Q(q&*!xQMGYyt@Q)-KH%)ioC3pCxkA&$J8M21R}*cN!b3^a3~Nf)(K~1N6qn0AX=;w_M&#J zIo=7xi*>?Y)lLX{h#2dHy{w%O_7F4H2^)KYu!pFzPT1HJggwNKb<(Zz9W~24pu!k73<||4BVGmJc&6ku2 z!XDztT6AliM~(ANSQr;J7A0ZP!MJcndek)Ugo80*<4zLp5Kq=@jR`f)JAsI@W{XUy zY2FFMlr>vrLQV5dAgZj{G81Z=cLH%`EmhavWx`^BabaUo5*7oD3unY9YO)h26BrXV z?rORdClO!PY~6{d2~V6vd|9)FC!(f2aT4)m%~qa>n)Jj;#FsT&dLnAt6DJX0)@<#G zsEJRUg#4H-J`pwbiIb2YE5&+uJ=ugYVB@T&J#iB9W4880Xu=xg$87P5(1bO}kJ;)I zp$Th{AG75rLKD^?KW6JsgeI&(KFk)N2u)ane3-335t^_DIWb#;A~azQa$>dyMQFks z)*uHirA0AGlIv!55;ERW zQj|ukgfqx@P0_Jiqs1D+6lA-lL@13`6fT6JU<<(N_$lt!yQYE?6>2C@p{%Ec8;Q7TBAEgM*Z%)%Hru33T?B+ix# zFPe{3kT+W{zGzBPLE7xN0HYa61zEG>B8(;^;Ss{xaUn+YkqUBV$Hf>;M=D5}9T#LY z8>t{;c3hOvx2Wi;n}mxpnqGtl2AhP7GMZh42L_vji!z#Aga-zjgo`qoTZ9J&n}mxp znp%Vh1e=75GMZV02Lzjhi!z#6ga-thgo`qoSA+)yn}mxpnp)I|HXFg7_#l)a+H3?D zWi+v<5p6bti!z#5)QC14!9^KOD{2daz(pC&DryIVz(tuQlsOm#F3K#S4AEvIxG1xP zGDMq=;G)bD$`EZff{QXsC_}W_NG{4Op$zd`BiZwdgfhf$jpU+?y4-YtLExf{y4*|x zgTO@@b-5YDZ;j-ljJn(m;HxhSKqHh503kzABfR~tMh*hntQsI$!= zerpsLWz^XQ&j~h)i!$nLgXaVr#h%7@WESOH#YGu)w!w3PjpCw=I@=87w~C80>SQyJ z-zqN3sFTe=eyg}Bqi!~MPOwp2luL1KI@k>4w}y){>R5xv4;#Zp8Fj3|G+3p# z0217C;*SQa^bSCNTTc7YVAYaUlxfOIKN_sovaN;eww&^#!Kx>#C<5h#9}QLmSw#_W zTx^j7$U<)G*x({`L2m1~=pqG>h1}M0;YA7{3%RZ1;)@hO7IIt11sExS;33AwaS=ue zAPc#z<3fxSKo)Xa$Hf>afGp&;o(nQk0Ko%{jpw3_6hQF&V&l0eBLxsVzSwwn4I`96 zZtJ-yBL$F!+_vzJA{mphqk~M7=3_?naJVsx)m`TY1{ZH3$GBV0>=?p?f@htWCecUx zL+CQrZPaPsnQ<329y&7~JJroJ$v`OFqg(%*kU8Tbew|Q{KY9ZL?|>!Y&;d)PNe_~9 zTNQS@ra-E?jj~5jU3FW>-8RMD7In8#<`1T;ZrixquDIKh+(w6Ao8Y?Yc4w%J9?E7y zh#pEtqu}}RTo^q@%_d3FaAf~X6iK0~=8epsKURG>5_wbp7|%xIB6_E)Bik}+TX$qz zMQxkbw$uL{Sy_3^&~ShH-I9UjBjfLeZ2=hcCpmZGFAU>QG@G;p-GRdcBk9Ys&rp9Q z{d9Qlg4~-oy6(37V1Mn$qz22$O9mDX_Kf`|U3$05qM_l+=&v-mQtUWAn|M}~13$_p z8fC_jQnpE>Qs^Fp;NL@xu~;EE_aIsKp!oOTqW7RU_n=w#VEFgoqxWDq_fU!>%lt`c z)da7RFRrr$pG0re7d{d*V>DVeM1kY0tc)LDmAM)Xq5>E~SjjlP%F3eKd}aKokGeea zLl(JfRs61NQywlsF_s*ZNnON6Q`|*EE}|D#azG?)5f@!?7cIHykc*DvqAz_qUB;u@ zERGZKxrWY+doqrmh)Oy$9>_R~r4k((r+FPG6J%U=W?YbQg^ZV)-H}Zvn5AZ6Ks48E zEzdXwLt(gPDWNDB1j{u`NkCa-)^W`ea8*ENJ=ZLuPs1Ptu35sJMnNd2YmrSSn5AY> z5X$LVWYY;|&KWeKET?OcO(&S8W>KBiT$E9NmoqR3T$E9Nm$NVkT$E9Nm$NVkT$E9N zm$Qg_XfDdAzsosPj5HTz)ZgVC3<4Kr)ZgXMl7cl{lu>_|LrV(Qa8XA6T@EcNSi?mb z^>;b6q+ksfWz^s00t^BdWz^s00t^BdWz^s00t^BdWz^s0ky^$YF3PCC%OkOjHC&WY ze;1tEw}y){>hFS+!Pat7M*Ur0pdeT-%Ba7~3siY67iHAn1rJ!amWwj#@A8m{S}w|{ zzspM)1TM;`zspM)1TM;`zsoCBc`X-Z)ZgV5Dms>nGV1U0kce6?%Ba7~YZL^>MH%&X zd5wbLxG1CkF0WDLbzGEDf0u{zNREp#>hJQ9h&nFHsK3h_7z8fLsK3iw7z8fLsK3iw zRCyg2Wz^s0Eh;*Wi!$o(@{ou+F3PCC%R3YV&qW#acX@|`;JGNH{x0uP<@H>YQGb{B zsOWeu$_}lrG^H4wPu5{9xL~7xEO;EY^<1z~Kb8+L7F@7VKb8-u0DCUjs2|G*RC~PV zKRI9Ro~k`Lcq+E_T+C7b6g(B%1}^5Pe+r(8Z37o`)ISAJ#kPTqIqIK+r()Z{#T@ld z!Beqq;DU|%r{JmBHgLg4{ZsH%Y#X>>qy8y)Dz*(=uu=aMJQdppF4(AlDnMEqxG1Ck zsh~g*T*5^e^-l#YkXbIusDBEcitQ3E%BX(|o{H@fF3PBXDi|09F3PBXDi|09F3PBX zDi|09F3PBXD%b>><)V!Gr-D_;Y$=q{_;I|kC0H1Pz_dzWa3}=j_BUy;N?33x0_CU zN$b&4^U#QZn0&;Ez%dyUk2skWQPBusc3i}Yo_~|#qkxR2(YlH{Eju%=qsCQd#!b|? z?##H28aJI8cTwZEGvhvLoFTd*B37?Pt!y*&BMr94(Bt7L@{S`PX|OHHHpmv;&E>X0X|SqmR?#YjE4KqmgH=OT5k)H}6lt(($tsM1W?FSMs}j9sT!`T+P`00?>;WtgLRNm3H5#UXkKUd&JR8GIqXqHkeoN6kk-)J;TX%WsfmD6uDnx$0c5jiQR-)J1vQ2Ozx&N%j1iBg6~ zwV|ATL+7VQeFCSO%E>phY#NHf>85h(4K14np#erfGp*K=h(O&muAFv5=ch-#Kn*ai zoODCyr$7e$KPOCde$xx}J+R8oLQNQuJK7(RfS1A))8ujmAg<4&yu*a5SzF zaOl-izESoqrct@jFeqFI(vU~MAx}9Shi;l7^#Tr40vB{Nv=DG;5xA(M;edd{fxtx_ zkrDwZd|=l&0yCuDfr~m~^8!-kmO75I?=dlQ0amHG70anuwzgMuQssH=6BrDjo31Q&I+&N4403JT6Hf{Qv$s6%|%w>-(F?0c*Ug$f3Ri$YB(M10swZmrXVI>d*)JT6H zl8ZV+s6%|%OD^gR1p)D4FS)2Q1ZKpCz2u_K5SS4k_AO7gDf=E90=I=h;iAwGxGf9{ zxAqwVw}V09qRtSQ5g+!7i#kJKMts;SF6u0y4)S5eMV%$oK|ZXwsIvqQ4}-u(oh5ic zKCHN?vjhjohZVQhS%L%P!-_qBNpOICSg|KCYu+lzhZPrPwT8CTEJ`(+i?UinTWS`i z8qG#oh??c1tk%$$q94Upb5T}nXiLq)*m6-;JFqM@3xmK#S?$2GG*_WCuDK|yHOQrA zQ5x4=l+`-fQnM(7X*S9T4v<#sZmknIf(P2;$Qv%|9Ki$aapVmbb)Mh>X|>^^&J#Q! ztu|cLd4dO|)rN~YPw;@W+Hg_l2_BGE8!qZRRSQU~O}ADGJfYCQpm0&>356C0g_YP z6nYpGE(!yo5YlYR-a1+OUf<#7$w^i;oaBAuLN`!GfI|Swg>ImX0EYmMy|PXj0S*D! zGL}FY0S*E9I+ofgX(=s7d6BJTp;OXQyC^ZX)UuRC8J(JzUI)g7z1m(oH7y-iz__rN z+iRz$rFLOl9NVrTyQpHYH7+8lflosU@7OEsi6grxJ+gHzBJpGw<;M<`ErIN!B-B#c zQu=)+35|v{p09Nw4UL98o-cMG5sijKp09Qx6^({Wo-cPH8I6Wi-m~#XIvNeRJYV2K z!Wj+8JYV5L${7vWJYV8M(isiuJ6q!-NIRn;e`kwa1c_%fB=CW+EhD@^2G5qc2-3M| zNZ|t;ZzOEdki)ZuErOIS8j^UnvPF=zMMDfoH2+W2e!mT zkaWf*Fb-_Ik#@!i7zZ}qNIYW%i~}2Qq@FQ|4+p`<8_8!3;=_ThYZ0WEF^CTbwy;Hz zV8$Rm9N5YhL5dlJ_;3)qTe@MA&=>{d!dFuh{uGQ08-FCCF$%_ojXzS+7{rHzVB?Qu zGzRhEz}B}2(#;sehXY&SB1kv`d&dJ?;UY*mV-Oz>Qg-WoCMk_EFfMF7l9t9;7#DW^ zBh`zsFfMHTk?h4FejFsfoq_O&_;FzCTm%VS4C2RuEp!p2bTNn@2e#5hkkrK>ejHTN zwfC9ui1>0~YhMJ3xD4dWZ1IaAQH_ConXP^iq^dEHFSF$@f@C!Y@@2OEMUXzhK)%ct zzzEXoSjd;z3K&6x9Sixg@?GmwGISjn7d9SA!eb$SW{YA3iES+8&umqUAhnH!{8{ty zSHrc1{F$wb5hRSUkUz79F@lsa7V>A!#~Ny@iapr1T}^ zyXr0E!!4CB#p-;>chy^T+(0NPgbDesdJDO*f!OP!Er%HD}(Uh*WkFQqlH0u>&V>(YBn zi;wWw*WkD)q_szQ>}zn`x<^Zo@YvVjxu~O+M|kXO@Lbfw^yRV9!Mz zEe|?KgT3z33rDMk@EF+OxhSN?LU;^p@NB9{@PNG7b88x2$+XYW?>MxD5FI`uTT&K7iF~O=M@Tq;G&F{_&ngdsaY<{XoU}*E}NR= zqKp>!(CM-&5nPnf`W`x6HZ{vd87=Rj(`8e$wo81MR^_~bLFv{wjuz?A>9gr&xG1DG zIduALYL-2JNhq`^A4@I@X+;j5KC2SRMIkN7q0?tmvs@I?dYpGC6-h1%X?Yo)KC2SR zMIo*7q0?tmvs@I?A|E<^HZ{wwb+pEZPM=N9a%&we@p+H(vE-tRR`|R}`B-vMMhkpC zpwy$-%LIh7fKrX>);a+#_n~8GRib3KE>lBcfc#i-QAmq_0rF$TMIm+B2gr{V7lqVi zA0R(gToh85eSrK}aZyNJ_5t!^#YG`?*#`-Oz(pZ-)dz`!pt&fduKED^vF6q~>Z%Wr zA8T%{qptb@`LX7rjJoOr;i8T@*8}9khKoAtTn~^B8}_0&p$_t4!(SCA*g-;Uy0uhL z?_?ia_-wikd!3v**8`-;Y+Xvdb3H(g%vPqmT4mdsYC)H~M$q{(c3 zO1*PEK%Q*btK-zU9w1S+vTN@%;W5Ctu<=MTl>n)72Qrm0{DlN^W4=zMCR7OtB*%QA zN=>N}63CAEN)<_Qfb^IzRjEl}LIU}*W#g}=fe8sD$S&#D`&<*jgak5XzFMWGf(Z$v z%zU{@O$HMZ$eA4%<6ukT$a=E7Zvz63Ck!AAf`s4dcMZ zpCp_>rp#8UP$zpxAXR3|RH&0ZB#cvIl|qv0&?2sFOVi#E%7A&_bQ;K_GrC*oqeF zWDf%IW0CM%69{h_#(|ADLwG~{Sg=Jc)X5$M;>UumYN5{cAP_$mY*`C+t_Okmv0&?3 zsB=9C#E%7A*g~D_K_GrC*vb~_Tn_^AVRI zZ-^fYwtR&;%7Z}sSg`dg)KMM;;>Ut5V4;rk)Go?9Yy}JLkdWF%d8eF&#rRz3Y!CrP z!7!~7h69X&Wm+W!2N(gzv`Y9zyjPTyuQXV#p;sc-E6S-?8mtU>^Syf~UIYKsDiq+B!N-mPjsG1yRN0db82)o{X%)|eq z|LwSj*@1`1tkTlMT@8TY0~D$U0Iaf+=G>VnH&!p)X6o;rJ2B

      %2S4nZo`nSf;MAOEMMlIOHeE*GNdID?HcE*xKH*Yq& zcfaVyaz=m1(Y@P8Hy5h-W09@HUD=C2wu$lm#_%n__+ybHw14`u#M~eu*uAL{WOO9$TMk?8n|c)P+yXJn+PL2dk1V$Z@E*T@m@**&jT!iR~BWdK_cH zif5KNxZn4{(5vxyk9zRT)@^J0d)jMZ-NV9M%j^5wgJ-s0_tlLLni(dVhQkzW?znZwyA9d8JDKeQO)VA3MO-un)K#6T@dTKI{A>#vOKi{d1msbDn#1 zp7o&=JFD~Dr}JEqcwpOkF7GuM{-MNpSF2R>MY{nPQexzJB{rOUZI#59`+jWqeO~Qt zcis2a?-{x6U61*>9<#X~=K5AeN7rLc*JCc%V{X?&{*p@HcRl1#8xIcHQS^zn>#oNd zuE(0L$0A=XF?g7N^a6Y{i+TiwIrocPyz!aWTN!MJKGM{q5BXk4m6=E0y`1MNvk-@a&<~Or@5zb9 zU*E`haJCjr$6vo=Vx75fc|bQXVh0nWZct+6>n4V;AhF9lw~zSo^5`?q&AP~m!PQh) z*lvXF$h#X4e%A4;Iu6F&`A2hNJA91e$CeG&mhE^G9?g8A@yn(KTf=tS_2|d-=-2fq z@6un)e4+8%Sz@lo&>m_-d#DZVp*FOK+Rz?qLwl$V?V;QnuE*3KDlXOyM*ehS_!ASG zf8R-p+Qzw`yV=KS_JKdKu&|GCp4aC*ujV|j?mVyIJg@0IujM?i?L4pJJg@7%U*W#r zpZk6{_xv~wrZ&U$!+ND`+yY6}%?V(@MY%uMi zD$;B_?V%=@+4vRM{fk}gp(Y>vs6wc=(;h00Ron5VKC1ZRCl-7&^)Li>o%=Ln=_AM$ ztSG!q9|6zKsKQ_LA@}>JLQ}Te&T|~+Ij-{@@OX_XUUR_k<&NT0wH^G$g@x_N?-^Af z!gl-Gj(U8fi2Q9w{NyNlQQD=Fw_RVhBi?KjskZHizZymMyujcu8AUj3J2)0bk>1j- z!!=Y`*beT>QG}qjo7Z;mbB!Wyv>p7}qsRkoN6o~_9A2~=@Scw@S4q*T4ckrEV=UKW z5U*TOBYq2me9pv(|EtltMw1wa!u&oavB{$dQS4*7ZgXAxc&yPR)^9wxQ^$|&;4ij5 z_q{ds#xJ2AY`7ka_ki(BMh4r>KH&8ml}KtI@T87PX6$0vO_fkbAN%ngZE9GKN}6IV ztqD9TamTUXLoTYnVLN@um8?L!qYwEPFb}2=xdOD=YlqnB@e2qB+nyx{UgA*!nT{p! z4R^WPM+MW_&O1{Dd9fas_x({pMfRZ&xdK~|t%5|r9_M&`?#b}ZRFCCX%zfn>#^`dD z6y>A)AogQ?)K@DEe_cJ=Aa8h&`aMK|Q5#{DbA5|({*`n1f+=q~H~l^RNae6=U~q&M z_K*!OkWtPSWNW-F7KWduF5}Eq9b;ggopt#`j)yO!E&#}KKKvkKkV{rWnf%`Ljy>dGEA|)8mmx<=MY^C<#?;3%COq4T9rVJO z_c3O2$aDJCmqkT`9IInzkM%g4*5hn?_(sNB&hvWg(*?IpExBjs(l=M(%1sRWWjx+k z(kynrZ1v38(=&FfL&v68S#49lxBWPGH?_(}rJNzh(eIt6yyvrdHi=QIEV1d?be8A% zf$y*|?z-a~&y90E?++Yw`KeN?Y}AzmIc`@kTw;%kHW}YxVxF=0p+7D;V&%2vo;U9G z{JYd-7~}C4Qyj3!5nX*0a0eFs^F@xJR@v{ULyn+US+Q7SCypTIeN;KpzjEYt5Su13 z&hhy*?B~<~=+#P%>|hfcc&6?1fsw147@UuZQP;AtP>$dpnpa(P&uo5!^WkermGWpu zJ*81xvB=T9N6mH~eZZYntftOY_pUo1ewEpMXPRC8Haq$IiFs}m2dsTO)}!ltm=#e2 zrVnq9?wk(Kh~j%?u7APT9P>%j7N7v7=dsB|Ck9Jpe z6EWrJQ#rbR+ugTv6k`zBdB|}ea@>a;p&a8=j*3zOYsxWvgWT3ODNH$r@B7=_jNdg1 zImUj-aUODmx;1m~xz^9H%Qs9*M|t z9{T(|^!a({^YhT>=b_KfL!UqFmwg`k{5k*8i5dpu8rX*=Ue6AQ;|99hv=Uore8r%{JDF}Os_ zLc%X_DhLRyE!)9OkeIPdiEY~%r**pL?kRR~Ft`m9^V~hwCmxl0XuH5~aUQ;)dfvBP z!eCHE-^pon zxMMk|RoocNcY{03b1fBMJ9BuiwI#}1j4r#gy)f={cN)Kzs;Ak`H}E^*hD^+}_-3;u zhF-YSv-nQ<`U*oYRHzH>mN_tqp%+r)c@{tN?Qa!C6GK-Nm96c3TTDz{u^wmff}^o8 zb;Wv|#Z`3ZFZPI+Pt3D;%N23AZ*qxw7Vn{++4F(Hg_PJ<-tGP9Ztq8T--o>3j}pUf zy2ty`J>HM5T+fMlKPr>UcHWQf@qToV_oI9E13UN=?=f%Zp6fYzjAc*EGrNd?!Hnm+ z*IdSXyXWNf?IbbJ>}y`uy}q5?BJc#;o|D$iNKC(XVxHp((Ju6RS9(Ab^PCKL{VJ5s zGdqUoqafbX?1zmEaWU1G-9MR|C|oYP^<-Gh@d zkgA21T=X9IHmLv9@+}kGuw7^u)I9 zrglUT>WgjLZEc1NUv6Q?cE+T}HQp>S&zFz~GQxPX#QYXg5i-7zn=iuqbUe7Y64N#d z@6%!3xx%!=!uxatzRmgX-@yLP>HMs-Qp|>b?XbfB&S`1EZaaLNh5fa|iosym4vyOL zB6a)4-mR#^X*+W93Jd0{QFl18_V=x0)>M6B%XZ`MTgR+_w%E4aTFgP)&S@h*DzUSe zgLc~$JGR63FpGwTetUCHJHCg+`k~)GoYRi)p%}j}YgEk3oe!TFL{_+83>T9|UorW}>f zB&Hm5C`V4q5>t-3lw&^5mw6s?oQE9uAxAvq2<2Fxa;&Btt0~9o%CUxWtf?GpD#u#N zv9@xo$9J^OLyr59P>%e38Q*?Lyr59 z<38jF<;X1=V#;xva-6Olrz=Mu2ezBaah7tNr5tBJRWX0CK%+?fhPj%J*1 zy_!DcI1f4QLyl06oP;T+9IYuw>&nr(a`_5j{A_~KI91HC?`g=7h>CX`cT?=oRdc%O7RWb?r}~YeJF_?+v!7TM;}UJ$9BPezg_B=6?Sb$tZrg` zv%Yt@$BorZY;NZ2F88>xy0hrznX7x;g2+vE4@R=L)&U^Ha6mMepZz z%RN4+A5|1v==}#jbzxyU>We3){nyw0Y&XMp@Ny=mkGn7G1Q&+h@7BYZ4{qzi(EDkr zxW_lVV1=Rg`_}&JdoP*ez<8ET^@w>IT?osbweREZe-FEu^i?@4&zew(IKs81C^Z+zd9=`?1{P zsXlDC)%$VW<8idP;;Q%KVgEh+yTck}MNf#{uR@ty?AXqC*ddo$Vb^xVsm>vnSz*_9 z#Hr39m)ZOknFG@|R|U~Nu*M#*qG7fpMzb<+*yB~q%67zP&MMl(m>V?&3q$W$F(KBs z!JkuD*p3{wS;b)(b0@ZJ4s+OM6)0iMo!GL%(EGo_8DPYg&0!AP{1tBiJKc70nay7j z05SKtTxLbpiQX?#cg8&60-i-m-o@PG)^43ejD5wh|B5KucD^?jf$a#`^B<9^b@;&m!_-uJ(10Z{osd5jZhd=W~yrFKpM;`$zk)K7HGf zH#>{Kg!MhkJ$}fWokd*1T%F?{Kjh68rrtl{9>3(x7N*|6+JC=6+JDCR&R>!a*ii4A*ETCT!*)x(Z(iH1pnTgM z^}cy+vx2d07wY}c{;Po70R|`FtRT%#j6FW(_?;E7x5e1w)A~5`7pNr`j+xwo#K*)P*pdPVfJL)OTa*_?PYrBo!pVr%%KZgX^J+=$1astnZ-K*8C|Su#4WGkJ#TjU_LSQer@in^bs9*6b zJ;3_rb-{MjRY;6F(1p3jbNksY(EEwG$MdR7yA9v^Z`l}g4%v3_trv#0)#&vuXJ)xdT~ zy??HI{M>E3Q19Q*J$}tknYXF;ul8T1wAyZaKHu}ejQyC`xT-3X&fbX6?s%P?wmvvB>u4YT-ag6!A8lfApA>eK!*|J50n1{nTi#OGlcjq6J>%dj)DPJn zIc$kx7q8~q_G-p9R+$>+su?$uSonM9`(-_H-HIklIn23O!<>tHq7O0GXqsEFrtiAzVFRye4E>ta2rA4qn))M_ z91w-MMsh$TrXM{q*C>?*zqjBKDGb}TLVx+ahrf6|{KaeO(^@467<{FLxkih+=2Zr( zDTltB{JHJ#8S9srYqUS?mnH9SVXo2kjcRS*e-m?!tg%@bccHbHYh>+-f%@OT=9*zXW`JiMdASVILeg1{3o=Z=HvIaNw(-^}L`Q5BuOy3nH=W z8l8uIU_Fc+urYz_KJ0^Qyls_&MYj8}5AM*0yHgwPKJ0^QTxotr+Hlv{x0TyPIj%O` z4c90h_Cea{$PvbPt$5f6(Y4{i_{pL`^!KJVTwaBcEgtqkm?u)li?TiJ134uUlT%_p zI3*IphRYiwHe6!i?|EO{AGHw@Gan+4No=^PC%3@#Z&W=wfA1{iFz&xf8~b~K4VOnY zYm^xF!EXA5wKZUtQQ~O}cL0p(?G_?=* zG?s2pW9jzPKB!uBP0Tf#+6ReY!JWKjK|Co4}Z^C=be{2WV7CEV#e=Q z=)w|njh6O7Vxb(y9ab$me~-FaRYuk|+S&(un_p2S>XB`0A0&nim(sdMTl-*dYCjgU zwQIDs4-&(Mt5P4z_OK7O`EPlP!iL*vqtov(r>pAIA;&RZKCczp2WMi#?PD%Vg?syZ z`zXh8jUIV{iDAQ4%{pYe5BuQCpR=#N;am>wgX{ZrJwqVdeb@(byd|b@c;AP8aOM4| z+IGt3ThYG0747Rg><)7%_k-UeF>SaoKY7Q)J_z3%tF~Pi(>@5_^7B)0jpAV+gxoPZ zZFFUO*au#P5a<9<2w^$jZV`(I1PT=!d#=KeQ=t2EQz^BP5YqAB!$>kHtmDd z6xeX5`?h_$G3BQlQ=Z2?He6z^QP(~=oq7(1xkiuJ>8gRJ9OfmI>hbr?`6+58WE33=$ zR9!sesK6jF?Sra|haA&f)ibpZ%GJl3mz55teNeUXSo3*ZqX#F)v0n5%){9O|`yerF zxU;B>JgZiozh`W~S?0i;CHKTxa!(|7mE*WZk64n#j&g)+w6zZs!-hLs{*pBRn!hL4 z>Dh9fo~?b57&hFohV(CF!rzlyt|%&$P5a<%In>gU|CH@v9~|RF&oM9hRN+#vfelxw zg2<5{tNlLggJbO0vBpSZ5BuO47kTm%RE~#zZ~`0dIG;lD4; zHM$S`;K~PDwfB(iKJ0^Q4$--C<(w-|R@K=Z+izmzpPRun5?StG_*l-p0Kf$yQ?nnKA!m#1)r+rXQKtl{0?tXI0 z=GF8l2eq*ZyY{Pna335WiLpjikB{GL=1(Wa8s(S2{5|T~6y_Q=?StFoiAl^gYT5^h zVZ+r^o3d#iB!&%lo4F%-fR)Azjlh-J-w)ZWcT$+&>Vr$KYWdl(?|JtT*OI1%YqWgN zyN|e*yFb@xH}XX8Bd(>w0FYywdwm~qEjMj+WZTO#>=D;;_jZl;_6&Q(wcKs2b7G!h zkGPi9mg<@Fd4`?FeXHsKBHPhlmpfcL;t|(!t$~u5?|JtT*K+d`p&Zm*n)eaca!*vLZYdD3ar`~wTJAOft!O{|J>yyuQ_tMv8FsJV>ZP9gykU)k zGUdCNXK~0Qcdd((m>i8a;3!pScA& zrJTiyu||>hxW6|zi>qGX1fza!VvBDzG4xEO!`iQRy7C zKJ0`1w3e7Q+BO)P3j1rrt*UXT zZ20REyIVP;DMuXoZP*8uHv28HjT{a8ps+xWHe92IeXxEe4A^pw8ume9mo;z4HL|96 zVVAi|8y(p?_CaBXx$5xe{8Ehly}p^N4mZK7@xFkLel>?1REKbCotavJLEm!WMHi;M7@F?#bVa$y`nN zsuF9i(Iij3u!9`M(g=oqP}oL}%0>pmJ}7J{$8n7&_Q5Y@o;9E08cpnjRrL{B^VM9V zg?*4%pUhPyGK*b*k6Mz21+vMry&g3a3%km8U86;wdSMGW_U9UH?1RMGM2_6{Q!M;F zYP}Wa8g1-@RW%cbm}|7L4~izCA2HWxV;>|I-MI?a=sfI$)7la{$aWs~!5LqOZDc#s zH9F*}C&s%~VXo16*awGqtHNBP^RN#t?^cDmM)zSK$T3)$Yjhv>!JXQ0)~QMCVISPB z4R^O|bRYJ?J=$>hYQx=!eQ-k?EMdH*Qv+HQNUZSU-fh3)iZ zG~-5!I!irm+(=^N@Fv#P(`URe&o#LN6I<%(vpm=24ovK*r_c3VlRL1e!qn4g?=~@P z)^?kEI_=#fhOON0P*2~7?!L=&?ZPjR*j7*93HaFxd^M$7Jiz<)YEZ2*W@BB3_aaH-o_GxKc}#3JN-HRBj>xY zu-)Vg>mPYag@x_*13R2+{nICyn)b7uccChu@_|wJwJ^@L-r$a|sK{o!$+^}WF%F6G zwo|lzoMDM^|H!Yr+wMLvc)SYZ{?R+RrHR2kQ5g4+-pPkZjC{$$xPSCceXCV97@HXP zkE+3FJL+2%#{Hvr>RYX4@}>BpTsd17PcFnYm=PO!oqgTbIm-+Rq496JDzKk*!{$O z-|E(yDH=`g9~ItYyZ*q2=h`CPY}HeY?Uv`-;*B&heZzen&$XpruP@^CSAD8YjQdC5 z)HnT6i5@ZTA9*F7wi^#@daiAK=2e5ycH47pQ=77|WxMOSwy8~7n0mU12*8K|Doj0H ziRECvTh%dXyNB*R%X3W*lET!}=XkCi@@5NDPoMByyKt}+0zko@)UwL{ajpr(=1B znah~iR!_%6cjvJ&#JGR-pf+W_s&TFjYm+C|rtLcC+ORfxozBa4lXGoYo4l}XJL1C< zgJZg|Z9DSM6N8&RjVs^96JxLCE?Bnf*xsX2o2amDJMWhj9y`RYf9w5n$m>^_>)X6v zjz-Ore=`R`H zO;zTw$Pg2bDu_ijr;zvM8Q&>>gC9m46~Dnxbh^0@ek0SILS7Fw2x7Dm=XVd|`-hIp zu(#&>hh`T(GTNvy({UJT5XA7lbs9a{#PFVX8a-Er@x0~J6Fa3AM#A1Anv6WqsnW*=$xk!Bxd_QCH0ntKSFU)CUK&?v6QT0D(yfgk)CLi5kUFv(6%;jS@AAaaoHeMjNH^ zgK7L=8b6rE52o>hY5ZU@Cq|8^u#dt_I5FC&4&$7{OgJ&xsDg1$VJ4gyZB)rPr!W&P z)NF%$V=ku}L%`;p65RI!YGs9^1ZVJ2LJ$p=UJvteGzA*(zxpW6>s{{SF!x*^BYC~Y-}6EL`_P9eUXOVe;;bef%|GW78r9* zhS5gv@L8iW-#)4 zn2!@mH``>*>tQ~QDo0?W_c1cL`xg4& zhmKNtJ)Xt96|~V}d@ybXG2B~88<|{6}F z69+NeFvM_gGd_5mISCr)z`Yf1v{{$+HqT;)(ME^y!8<&Q8Acl&#s?Y+7i6^2VSMlo z=HrObMu+jiJD86nMjIW*2k&4$ju>rp86QmOgBWfYVz_r19}Ghb_b&S1Ys58ebkRpM zG{PgvXrs&c;9Z`@yj!%K3jc0PAHG^@JA%>f`c-p8;d{E5Qcy(!`GVwt%SL4;AjmpFa#as=Q zmU3?$+@xkmCG2Af3aN|BMuZQ_K!?f^A zh5I<{2bHG(#xU;Vus%N7Pg)FT7mzr_QrnFKc6RI^I*To zWIt&!oaJZG4<`Fbi@^_O&<|$N4-SJL%%C6Cm=N5T{iMYZi_V)BZNz@kVu(fav0r4e zpR^ca(R}O|nd~PmhFCNo`$Z=ENsA#@Ba^i<$$rwIa2Hyo@q=mnU>ZM|#t)|PgK7L= z8b6rq7n$rQEf(Ad`$Z=ENrx_neH8meCi_VbW3GluC_ggBImKL!VYCtZNe^SL#xUB5 z{iKJnW-p8R8_9msk^SLY#xTYz&G+PaWx}_NZ02vM4LI-1ev#Si7debJVn69&?9VWa zHfj?eH0!7Jv--V{GX130Iwr_qqcZ)Z=T#Cp4rO}ZmFXv4Um(Y!KIU(f=_g&L??-*i z-%wk2Ua#;iLnXo3+xobVkqY}*%+;v1xsP#|ydHBkG?x+kSnQiTjQd#6?1Md+hT)rx z<}z|`?3+9c-()nG5qsP8gK9Mdtv3DOJPj7FM?a_%ZS2j|Jl4eHA6ao9NgM4tyj~Ue z!G2Zq*hQQ(46&%@GGZTxeUmj705(7Dn>_#G#p^L=QF9rwx5K{4`kVu;4*lS`l#kb= zAFM+^I1JBN&1!^JmwvEJe~@uyh;xP^7Oi_}qZ^CYV_$>1k2bojy)I1z2V>vly6l@= zmwl5pm+>P*oKwMGofYhxtTD^H9((Ck&<|G74_43*>a!m97W9Lf)tF?(y)|w0KEyfo zFz<8NqKzJV3@SAM`*?>onpZVmkG1Q=Xrsrz$@SPbS#ue=H}+SVkPF{r6ozqc?3-N4 zz7WG`qh#OYiAwNIW*B0XO1>v+R%4PeR+)I5_kE0Wl6C&WXrnB~If;3nVzg12_@LOM zXBcf%CO#>p8W;)7=Ir-{t) zEkmg@xNjfsV`6mdqnU?SrWdv5GGZV7%s$fWBh5a_?4udyXkg4QHgD62Roe97(`!$F z(GQOFo7bZs?2mr1Kl(wR&!FY`gpy||y zdI5jlCLdjM8F@YSnQfDg-iLk0^f<*nF8is|QsHu>n9 z%gF0J`13aT=snW&dhGe#CLdjM8F9T}Pu@29=&hm^unm9SCLdjM8F@YW!8ZBmtt?lt zm)u8g?jvcVV6WoVQ<01|QnDl%d#tv}N7r0NUXMKx+vKD7W1qHR_$JdPA6;`9dA)~k zGHvqF`x!s@j2|@l=$gy;kXMJUatyT-KLEKeo(BSRlpApgC7)2Xch2-Di`8Dn0qe9eK7ZY zSekvL*+-duwAn{$RW&9v>&xa-B9Oj;@WREst?)m$ed;UJ=o{KTg zVea{`O&c-yT;+o&$Y`U!jB^_Oa>Zz)evES({c^==MSVF6V-hsmy9}G)q zbuOFA%^>z-UW8J59Xe~#oY6^n0x*fbI;#m z?)h8HJ%5Y2=Wj9h{4M65zn`yPzu7|#*8A~DWQcRtLk*S~{opfx@EJe&j30c)4?g1u zpYemtJ=dGY$9*98T&)CXBj%pJ#oY6^n0qc(ydHAT#b_huo)1IrxfpGfk8w_-21|@K z%3_?8sKFAWjmr4JGJdd(A1vbs%lN@EevrB6Z!!0L7;?|WXd~vHYf{waK8iMC?z#So z5Q{G6o)24$bC`QBMjQ2EoYR7{1Bu{b-|&8Z0qfOMkNY^!>?6%S((I$mKHBU9{c_(#+3@GX;LrC(zg)HVfj`&0O6={T zU+ysUjTeJIpI5}>_0Tt7EV;L$jczsffquDfp2W0Ke2CZPPXXVSHs`nx+r{glU#=K! zq^{Lq=$9)-8wFOD@GgX3qBb7<%-b{KH~?U@q^F!!FOq+iN~>z zhkm(Yw9$m3ydL`HiqS?7GYOwk{hEw6O4MKtLk*S~ZIr0N62rHpotHLB)L@C>+tNe8|P=hrrX`?E} zIfWXmr<70Ztv|*&jT)?Bi#F=bIHysAr50+mQKJS+>_Mvz#wv{(EU|!Aos3nOd#)!0 z;~eImzr)<~VaPofLo9ljd#)_J&Fdled>C@i-(l{#7-G@G-1BGVUy9+I%=u7*HH`6r zW@19Cg&Hg|#0O`g25T51EqimS#fWS59UdN7;YG1IECJi z3^Cj}2Ql0r+UPJoI42OpofEXtVSI27YOus;qr>=Me)WjqhS5fs@xkmCG2AfP=rTSy z7d2R7w9#dJFt0d>;f5iGQyDI=hZ-!ky$tTHXrqfB@e}=_N4ywq6pRl}phvtIZ4`_T z)bgjvXro|!pfOm7j5Z3!2S=R}z=}2s#s^1PuD_YGfWR0Z9DR)h!@OfU@|KB#64Hz61H)+Rpa#Tc$PZPX?{=))LJ#Y<$24^%({_87ypi4Qs% z!*w!-Yv$o;e&{Ac40k`~;oXn%!7#*d_hTNO=7;in7ct!Zn1`qNp}Zbuu@7S&-mv2J z3NhR@`RJM-itDWpG2Auz=n5HdJtc6EA%@fZP+spMhPx&oUG1NFU-XC{h92?5n1?s4 zcs=xp7o&|f48y&_6njacuw9#RFpz=%ZgL!xw*@^4T zW8;v~MwjuyFvM`z166zCEE zG(U8a(MG}eK=VVfk6<3&4aNso69d7Rho=@eyxv0$r!rjbjq$-%R}QeIjUM9z%@2iE z$~XgKe4zQE&`Mthz!)D~{R_bYG2DI3!@G}p`Z}KBKA4B6`JucX^Ym{r5AUXl50ZKM zH<^d0FhNapF^WS+j}hw^%?SDU9PVz^<94~q3_ z!w|!%?JDkD%+uHWQ0$|aho||WydLxPZ!r(=mWdCFdHT1Qhc}GzK{HSPHuLZ_KNQz% z=IIZkjoQQq%{={Kv{9S*pjodrj4@oB_@G&@HViSGjzb?AVz~I2ryn2l^oJF%$2|RE zuu*)B59DT=thf)x2k|jae^_yEj1M$FG|6D2Sd0&1F;9OOY!r*}K`hp*X{IRlwiq7_ zLkt&-^=jjiX`{tF{qYK$`(U1aEXD`(G(Zd&n|b=N86T((bCc0VoAH50lOHnLXfr<0 z{7~3@Gf!Wi6L~%6>BnZC{`{H`uh)p-;(UnVG`{g8Lkt%>OaNnkVjSk_t0l)Gqm2&Z z1I-WRKA5K;hw*{ZBe)Od>BnV!p!uP&`DLDdT*e2Q9}1ga=IKw^xp_V2>1(Da_I4Q` zXh1u(ngE7-V|<`t-Ox&o>o*JLCu%_PCPNITp}V+mFh0=yQ0ya^r>}veydLxPHH?${ zV0`d15E6`e`Wi~e>oHGX!}qYa$N1o9C>$8`^fiQx*E@*eG;HgVHLn+l;WT6kd(-eA zFxK(?45a~U+9*wYkRM{WF%fN)CO(*-IQB8GrbWj1ATMILpN9Wrj1T7Ll4P_|n)o0K zF`Sxtb8jX-s1GsRPh)2=6CaHGZ8FAi#hgVoUd28t7{e8F7S(W**GtB5#hgVoRpj-W zF+8DhAf!bLE~2R{XMV9ecD0T-_qh~a(;mB5&@s3TnNqd)G0Ig2VJcw~s-lrWEd zY{myl?#4bga~732%mY09^~~3F`N?Ou(!kbK*?Ls>M(cz zCs~LLG2A=M-B+>(?;D8WlrVsO9Of+Q(3;oFHW!Fl(P#n`UjA zwMMHnTBXsdj8n=X~ok%&gsJtKUz`(drqkOdg7v_o=WG--a{!4mK>wwpn}3+GEyUvo_4yFl(P#n`UjAwPn_} zS=(G&MyoPfmC?%dJIpd#mC>qoN~ZJM=4t2SD-(WKLQX^tn^F>8-m%WwMi@%zTGAWO5h z%-S+*SzAA^oS$J_YjR06v(qrM_L#NTti5Kf(P|m3meFb%t(MVh8LgJlY8$P#(P|s5 z_Qv<;c?=!HitL)TVb+FO`^?%jYtyVPv$oAzo}tzGxc01Lm|1JII!3Ewv^qwsW3)O( zt7Eh}Mk`Z)S;uH~m{+PJQZmdA7Bg$NS$oXdW7b}?Hq6>EYoA%0W^J0aW!AP?YqScZ zRT!q|(ZJ4!T);_Z~&Du0;%dBm)mRijlY?4u{{+3z0&Dvwu9<%nEwPDtVS<75( zjchXPk+GjbFV0jM#lkL%8m+=;6-KKtT7}Unj8|(?KNw|tbJy!(W;DAWwa`zRT-_?Xw^omHd>ip-fj8> z_B`;5tjSng)&0!cXV#`!TV`#Uwa5of{U5`cY?-y&tlehqF>9|`d(GM~YoA&B%-S?- z%d9Q4)@ZeiR_y;b470GsitL!R*Q~u}ZJ4#stbJx}nzd!tmRZ|etH$hPT)T}{+i10o zR@-Q`jaJ)ewT)KWXtj-2+i1o7;`|t6>eMvIP-`TXWSBXw?p(k9kyw%8TuA9szw^C+ zQmDxAUYlyMkKg@`&oKTSU8BoI&ncyD{eC|Zqdl(q{l&+BUtnIZSdy9N6?;*qW;$|h zn0w&;LyWcz%rPEjej8D=CF9Bbp80LOkG9mLA29RVct#iYogQX>8_($Sg4#dx+jvHo zhnllt&3okc8Ak1uOb51?Vbq>+q9W047`5j-^+-T_PwZmZ))F%+V`RMeW`sLT{@_J zKWg7bmriQmMPJd>WwGbQFns$`I_om*_qo+D^tTv>IS69E-?5dYf60)qBKEs3Ff~$z z4By*_;Y?jD!4`V+4Kund)K}oi%Id%R^BwO?uOQQI(Tzna?b?-)ky_oDWD zQ~Q0W{XW!wUuwUNE<33Ge$;*&U3OCY%@{=U5uw5PKC;DooV^XB_VYL;yT>qUe}dX` z&WcjSsr^Z6e~Q|(hqD;9zaO=~Mwh#&{pEYWydF`Pdq2aP%;>_ID#Oy;qmE(J{x{9y(Y9B%EgYQBsj4n~1Vbng1F7KoEnrcf%T^?rek4l}w;%t}_~9`v<))7Ng!9Z{Lw zXBf3V^tGA|Xc)CWm)f5=hEeFz zQ;+OW`^6YUDT{_t`^6YUAre`AhEbQ*)P8@z<{tF5W>%h< zxd(mi+4Qw%)7KsivHZ;rV~}$ewI8tzqxR=edkv2xqb?_?{dwCk>T;6WpSom57xp^H zbLnem8`S>N*B8>wF5J{ zyrlN8sQq)gG__CE>mcI6~m%uRk+F{h5^Cr~Qp4!ii$u6~LFWX^{+TZ*Pqb?>- z^-kzx7UfV_^>Yuyx6dE(>*SsrhPTMwfM|{fZT-%NRr>0LT`#zl=eKQTqw1$&4-& zD3S%WzeX1Y4P;GbbQxy>7WB2jx_mKeAM~{m^tBQ6wZo`=1ho&wAi?>>nm|kKgE7c3 zY9CGQpV4JvR>P?MGrCO7N_IcPsEZ~Vf<1E&`dZC7f7$kC2 z`#jV>8G~r1nPJpEjV=?jlGSGzby3sN->klE7iB zN@`yw22mp_GHTx@2AP3CObWnRW#~`CFjrkhGjIV9_+V|1d4r?;{ zT9tDq7=7)qCSwfpCT1nW3^Flj|GqqAn0+f&)S#jLQ$ZLRby=7(GHhQmqszpsWY^q- zzVjJoWg_DW0xGrCO7N>)MU zbiv#VRU7aghrZU#3`@-nBcrb!M(q!M?bE?28MQx2?N1%UsQqbbe?Mw}jV=?jl5J{# zjV||4`+Fam(PbVvWNGd}U;8uQ9*n+L!_y6;_Ca5(Vc3RI`#98of^;&*AR5j~_NaXr zT_UNy95tBJrK$ZqjLD2H^Uxuquhon%!>IiWa}WC3pFv$<^tBocMaCFJgN?w{WdV#a z$je3TmH7&0bkRvM*roPqbdmQaYcit?XM8DxfcGflYs>iBGQPHquPx(i%lKL~Yz8wi zNCma8NA1hRAeGdE0LRw+Mh-3&!+Yxfnn7CTxx$}8Ak0n=T_r(j$zd06tzE1 z?XS`0e$@VAR&pwF zMeS=-``XmL4z;gK?dwwe3Tj_QmwMD*!x6xYF4do54c11N#>@zfD&sxc_}VtUwvDfC z<7?aa+BUwnliIh5LD=tKKMiPKA7hYVMYfWRy3Fg*XIPU_7tPBe!;BFz=u%&9vNHFe zuhndm_g;ok zmx)=)uDJ(&?L3;O{eI>i^tIz@sr{y}t=-iAFb1i!KEtT}VGL5|Q2TQ~!>EgjZ@}I% zjJizBN`_gwV$|iZpYJ@0d5=q9TbI6e81HfEYwOb2)}^l{o$Z5VY4_J6Lphs@|Qp*-0$_n@yW&Vn7*<{tF5W|mc&SypLgS&32mcc}fl z%P?v`F)P{IhEbQt9@wR+a9~CkO(giu)NL2c=%P+kV8+*`@wI7uZ5m&j#@D9twP}2< zJQo?YpCAdWzHJz_FZN6?4N?R%y37NRj6H~}j4t!XK*k=#RYn&L?*cQvwvDfC<7?aa z+BUwnjjwIvYx{1)s6Bh^r&4RlObpUV?YpRbJ6#&uk5rG0x@aC18G8`-M_pPC!@_UlsnWpr6V?H79x_cFT7|H#;b zxR=pobEd%jdGH>azIGV3-^bj8zP2}g?J#P;AGP0%L55NLUDSRv1{p@}&qwW#(Pd&* zvQ6!e(dBRk#jqwbx}3Mk(%gf-c3!)w{h_bzOJCcUzIGV3pT{H_V~}Cg{$6T-8G~r1 z6xpNp*XVLNhhrGEzebn%sJ-d;Ka9G>K4iz-gTA&oe^t!fgTA(dzIGV3H~s!KKkAWD zd(-c~A7hYyoZHf--~YHv>hdnNH~s#HQJ43qz3KPg&*-8_!C=PMntuPC#@D9twWi;{ z=0ZI(YH#}e>(duBP0p@q)9+uiqM)h1W`MEZf2YxG!W0P|$RoEgAd$52N;a@Pe`5|1jz@e{f{%_phUT zXrKXHVCeT>`aebX$lz;#KF5;5*Or<0RA%1OF!s#L? z!;CpG>M}7a*`fB!=rS=YSp=EUWxXORbC06-tEv6|c#pl7Vbp$aYCp&@YCn%0vN(oO z`-xe}lG<;h%lw?ln%WIkl ztYnMY-%af&W+gk+{u*8GrS>E01-XqR2jM~Sg z_7T)R9<`sCl`N@!6t$0{_R-Y-8C~8-?cbvI&*<{bXIPUNT_$EFd*&W_45Rk1%sq^+ zP2+3R_}X05J~y>j*HN%T?ekK5RfmHGwNImqGWN)*eHvZ#W#u<3%p4M!YvLC{8l^+V#=b4r{VgWQ;+Uh7FQ68Do$&f7E348TP0_L;H!smSNOo ztxL9#Vbo=vAiL%s^tEfz*Q&KE8GY?q^tBUae}+-}%@{~0%kBqu=xf)ZuU&_}b{+cKVbuQ6*UnFf+N)6|8MU97m8_Ow)PDYX zVD~$QQJ1@@{oU058eQ(8_V)&v(Pd&*vNZRguhp1fuBESCL0>zJ+6R5@Qo{@~YCo@P zWcL_G?IWmtJZc|CmywUGsC_tHn%d9Ll+5TdZjcOh%<8O(cyc|=4;3rkm$CeMs68wl zTk*fEV_5UwZ2WJc?yi2O9FiseEs46j`suh1cDUcfY}xwhj6+796SKSOr@DZQ`YH1U ztdC*TPj5qDi~7}GhEcyd)UPgmZK2owFw`**!@M1_M}|7)VQuz-UiUR_n)c|$eKdOA z4>Qja&QKl3_nBdQmT-pZFuu>MHqVka&)7E4*ygiDGpY_*lcBz>G^2_P^<`qeYrm8c zy~*fPCi3}xPBIK2Cf`4|+3;CG3097jakwv}Z4=Vdy0#*1R5{f1ACeYO|M=7=KsnB{dAaq{NC0y`*#^ zcY>_Rg1@zSwI@sd)^2@<@wYa&#qTOU{?-CDKVpbGcOc(Z-N%<<{2L79+bR{CHjlRr zE7&)ZHjm=(FVM?Tj5b#z7BKX36r;`Geq`w7C{|>bHs=}ru!s0`7;Vlo`eBTl=863o zhWKwMo~U;jW_)ADGK|k0b>#rdZCJy;%AN-63sxp(&=+m66=Wu6 zD9mCXc4+guj0Gwf3-H{&HqY&c;oM$~Hs`thux4z*b9=ES!@2!1ely>FXmie#5@Wp4 zL7Q`?lo;cUPTHI^rNroeyJ2%PQ>rvmD##ug^2184A<2-VE|z5R$dIEhR%DrE$eR;u zvc`M&S;(6k#xv`)FuPE!$rxjvh1rFghVdDOSl}$oQyPYuj$()f#tYKs3o{+X5DREb z5*fd9oz3rDXY)JP+5FCRHotS7&F@^pXmbrO1mpKV&6y&rB;)tL@d}?|wE00_*kK#7 zz&YnLtjR87fpda3Kj;f9hFIX7q|Fcd!ipgl&}Un)`_bkaRzZeX;M`4{-*d@$&NPfR zXZ^lT^AHORqs>{rKdcZ795vqtYuY@}m%TJ)hFIXRC+Yycub%g9!w?IojE`&|!w?H-ECt!UWc>a&j5dES$P%%@up%qkoc*OH zlEMr!G1{E{r4)rB7EntL!>FZ5O#){F(JY4b*JrP7?KMMj%9dMlMuvS8o7 zpJ7cFj0GCKl}dA_VDm=3sTgB{My*HP5A~*Ehy^rfiVQU{Vu%H<$v++UcF0fzBlgJ9 z!%wBdmkhlP#U2^vv)5fbV;NRtn9n|pXDq{-4D;ECp||0%_{dOeDb{4@_fVQMMaDC0 z&6$FI_eYzXv;4c!??GkTw7EIUABI>!v!}>{Hs9|UhFIXvt2kL*vPLX0j5gQ6Ua*B& zU>I$Fc+PYuXbrL^;~9%mG|70zau3f~)N+)JXDpgM1$KFktq>FTy*#hIm*?2S5DVPP zbL=}1Hous$B!*aEA{yHKV#ZP_opq7X<`*-TR3(g9U>I#4n6Wf$BNiA|WXzYEH@_rf z&h{|cd_p)fo@0-spJ7eLb8O9?B3qwfhz0IrzLZjlVe^N1!eWR8?hD%dVaA~tVu5+> zq0Jv=91g>bLowPsG2>8eCJ+nU#C)OBSYOy&lVrh|z!FX1AlV_Dz zRm)_EC$F-T!PX|*v^o2viZK?bOPjM#su*K|dbBzFq>3>XsG`l;Cv_au$5@~-->;Nr z1e-T{$CTPSUozUf(K}{XFcz3UbF#;HvXimEgy>|&c(NO@z(kIV4E?ypnhbr)hoK*L zsdb=Xhy^BEJ7nlnE{0ejKJ+OswbV8Yu|Rz2Q(nP7sioOdWIV?n_Q=q?Z5Yq7hb0+$ zw+%z@HnAc@Kbcaw25i1i%PmHm@2|)(lS?giKEs*}b3$}tL!0kdh9MT1zbx8(GhZq; z=7gx_&n0Wx{ILEb*gJLDqRmZCYOr^z7;SEHQiHuy#b|SrlN#)uD%NC0n`=n(Z#FNi zO-7r~ixk;LED#g)liklS!~!wF9@$%lAr=S?o&3$laQHU|dbkYZ8No2xBhbS|nQz-L z+9Qh3@!%OjJoL5^dt^L2iHF`cVo7%R9Dh6`h-d8ag3s~CGlF==9xwSEe>@|I*Lc^B z{653@tjk6JmYe=9S&I_MGXlK^z`n^^lt`WtM6wnolC>z2JR^u?jZUb8#BWwSJBebA zPAIDvY}4k&GlJ098#3Cwct$W065i>C(dNZ7f~dl~u15Wm@$4k}qkro~|JJO-7}jL0 z1)V=%+Pry2FbwZ>ngK<|GlFQ=r$n<3BbsL?(X3CI$4ii5MtErk6d7ixi#;-)5h(R2 z$dZg_1n?H>}Cf zr*c@(=E1X*VTc7DdqfQ@+B|qhFbuK4dmnB7ct-FZ<`1e{ByIk9MlcMq!0e1Re>^*R z5Az4b9$C`nrrutkN{fs(H}&=}F_S@zHaGS5Y7qeY=KTz7vS2Kb=+QVVY4hY6!BeMM zu%^w6X9Q2x|6q$YFP;%RWq5)e+Prvn^7MrbEP{+R)vtI)@QQt1hSBE5GlJKwH6KQs zH_r%Ov)24IYpP%K>||cI7z;FO&DD~3ku_N|7U-hQn`Z<{&;D)SdG*_5JR?Z;?FZY3 zjAtjq5DVmYFB$6~=TG_=hFBm!_B2UT&y=Q~DNQ|7E}jvn9r7kCGM=4iR@5bHvJ0E5 zWeC|rERgflHLS@BvA{eMY4go9f??DtUVS!j659_>=vrLC2Vu4ZWGpxxPvB0=S z+MKgY#SjbR-J9&t=9gy#8YK?<>L448X9TIkRIsGYFV6_Z?IRW#Mw@}5P*&LYJ=*;7j6efAVc%D@`QzD%1~Xo=N5(osrFW7Y!~#D<;lOxC@H3cs^L;o0$jSHa>l46%Tc7Rgv=sH8T-5DO?#3vB)=h9MSEf)3d} zh9MUCNz4GdmyGq7N*EwxouLkt$=GL1hooefm0Ujub!4>p!>r`eVGQg$ajaoY#`;Tr z_$FhWp+1ZnhFC!13t2D25DVxd582v=Ar{aJKiN5kAr{b!9vSNl^&&u)j0KW)h6(`5 znz2AOZLTh`V64BC<09Kd#`;S=u*g_vs2?=hV=PdtGt@>5V=PcjoA=9{@{^LmL`pw$3|tjSn^*}G}; z!(6pthy_{=AHY~=IFZjX46%SpGRc^$HVm;qpGTV?=Bo8!{pB#){4iIoFY7PW`h<*i zhMFlwb`T3_rW6@-)ihHo$Y}G+Ts6&T<}sBn%M7HVA$Pc z$W;^j9SaOYPe8qD{I+@jv^FIx*mpH;zLBdY*0AqhwE0G^nqGUpB%{qYa@B^R{!%Q- z9&Nsnt2V55kHQ&xr9E!8-q8_?9;8eTMOOFpp<4oMowMV)NgJ`ij;l z608mMWfx0m5SxE*ark_R`x(aPO9Y=U@s?qHzC`l*5@q&*9;;#x`*`>!t+Ch3u!PPJ z-=v3~gMGY9yS>>{C zcMik+53wdgzTU9n^My72Vtl^T$L9-c`o#)1FMOA8l}a1d_&pcC%MXi7W^^g@EGhHb zsG<)jd~4R{HSR+n)5w}^b04hf*9iE}Fz$mj{rc3$ztzsqF#dM+Vgc66F#LAMs~$4s zEQ%o}9Q7_4z9(vO*ES5X!20k#aTvZQ4#W3Eu}6mQiK@iI^Lbc;E#zP6Gb{JIFw;UT z$&i=UY7ubAiVS&atvORc)?}#T8&+n&n047^&eVv99*Dy*>$1(9DX}I)ePf$BQ^U}o zON{&7sJ&^KgACuz#2)Os8~$xxKbBzy`yS*T4cq)ZAI4_u+|Mw?@)}h}_LgDEe>1)T zwB}5~MyEf+9`&oKT?zogAyEyMUX{hBsUYof_u%gX5 zE2@9K=Kf~QcY8A{N{s%kkz1yTQnY#BONQDiG1|OekR|;>CvD!yEo+VbDKgl6f5xn*LA1@=L1S!-4lY<~7O46(q-LYu3xJsDyF&7&ei zZkbXm5DN^W%@1?i5xn*LA1$I2zJdj(a6dS|>!;-9N^M`qS zy;)l&Mw>s(<5T4bVu4|_`9p5mFyxjEd!J!VhTO7Y$SoVjZyr0*?@J7^z`Q!s=81k^ zVu%GakBW@nf`%~`NPY{_qmzu^f`&b^qRkWizBGxGu|R#ad7(WEgN)ZQjT&6JspU z$SrHlqk_#F{l3H)3p8@5lyY~;cpjxOk7UR#Yqg6!WJQMDvSG+A6KgW$Pz~dE!o%9C zVaTBpLp-T@R1XZfWlBZ-3_~oSkcN!k35OvTP-{&xSP%;g zqs=#R%ao3ZSYQ}!zL8rt47p`uMHaOAM!&BQ*4Br$q%L*C< zzfTUM2EkbG#G?kR)f$%6Ak4EV%4op&Zx}Ure3u+X4W9YCe483P#y<13q6UxWrh09J z2G9JhzMuw=et-UasliJ=PhS}giqEFk)F62-q*q;NkmwCQY*T||{@*-us6n3MzvWVc z48|qNv&DH8=kwm=DV)sUzom=@MW38a4LA!{j2hHJJbBDFWX;vWzoiZ};C$F&{N{1$ zGM1{K2KDHp>QRGY{>w2r4yQ0@YFHZ$m@jqO#HWq9pkmaZnJ;yEQ-eN?_1eT{ed$A0 zAOMEmfnwC4(_F92^_rTp-&fxcwN+wxzFhXLZMCU9WO&A2lOLg0=)5m#H-{k)UJQQb ze&~Ota+i<$W!~ofn74VqG8!;`xeL9Y#HhhSe?2j3u+XcdHJfx6FOn7b*Kya#3&iNOb4 zlW%c%Qs<4CldV}`_`T>O02$uJ%`C7sv%tjg-g6J;Ee_*5#IVQv-oyK%$7QRfEc82= zH7Lg4#z9XueFedHu6xR8&_;vCd)b`_3^ZUrGBIj!F&9dV8eHZ$=#zPnCI2l!4KB~* zG)fm5T=b3+Ga6uq$FMdU@H}dwD{2rQ-t%to%>M?zpK6pEG>F5$h2R<04fOXO#@ys# z#eWOG9nO>UHOtW1CyI_=T+^IF=ogz8t}|;7&R#7W!zfSp!kh@-u9_M@f`7T&c(3HxJi@Z!1#Ul zYElCj&(LlqHBg5*ureC(oA0fr25sW!Ht}<_&g&|BfsAoUA8Met1F%aC+Qfey)Sw^Z zl1^%1a)X)Zj8!*8Df#_wqMn-Zd0b^WVp_vEUrzpY|4y zjL)Il{9VPzXGHKDN|@a92&2{fF<>8Y_-qgJTMNFIg*n5Bz}z4)K1+gUKw)YggZ<`O zGwZOA$L~$U@J%Kj>r;ZgJH+S*pZUAguo*JM5#t&8TzmWmFs!%_;~O7qGc?DJ`!KOZ zetgy?Yk4%s4*Os~4>A7zCi9TTtS}oFxFrNXAz6>@3PIavyI)@AFfsEfqk$CvA)Vf(`V}Q#&hGo z^Mt_P<@{MD|2w{G%&!37W8cO+47J|Dv-6qU+IeF~T>K8^6b@r9tma$&w#U27i+mUJ ziHGsMb{-pu8D6lC`2}N!dAvL_=G(q#JexHC2-?rH?gL|N`yO+xUNRqZo@)4J`I_gj zV>NtR(mavh|K@pv#XDVYo{{EezO6n{;J*vz%w{n+G@IW9>tn7)EzEN1GC3zd!_I#* z)7L=5lCd^0`=Wn_nSx;^VQW|()^b)rm#JM>gMM5uSp)Oa`2063%%$jJAD}Li|EE;M z-~X02&!L~fHZaVkXeH4fFxG#x$$3&z;BO6-ScSDF_Eu5?u6NNNseeA)f|>gU{frz9 z{=3J&k9i=#U(O#U{uags;P*U#Ao$(?{DJ&t#rU*2FH5bJ;6L=^#eLbYN)<%Sdo<1= zx-oCN)rSiI7G)oSF^{5~vC5CAU_8s$KjuIFTlUZYNwD9)4YA)jUShxJeTx0|jbgv^ zq{V*EC;4H&o-bm*dtE89@%J~Bt$*G}_Is|XSpE8Y6Z>6*KkO{t<81Et{GK5#_PY^N)4@@n=1_{_*{7{pD|ee*KsA*K_**<8S+~ zf4P4>fBIwp?dISA@t1%6MO^^@s_`J|_LzV9^L^vI{_^)f{jWd#=}&+7KmY#cfByUb X{pa8R@rRY?5C8Hn|K-2`*FXG!gWTNc literal 0 Hc-jL100001 diff --git a/standards/pwg5100.6.doc b/standards/pwg5100.6.doc new file mode 100644 index 0000000000000000000000000000000000000000..46b0d23fa6a5856b24d3ddb6b3719cea298fa32e GIT binary patch literal 436224 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

      "); + toclevel --; + } + + while (toclevel < level) + { + cupsFilePuts(outfile, "\n"); + toclevel --; + } + + cupsFilePutChar(outfile, '\n'); + intoc = 0; + } + + if (inpre) + { + cupsFilePuts(outfile, "\n"); + inpre = 0; + } + + strlcpy(name, line, sizeof(name)); + for (nameptr = name, level = 1; *nameptr;) + if (isdigit(*nameptr & 255)) + { + while (isdigit(*nameptr & 255)) + nameptr ++; + + level ++; + } + else if (*nameptr == ' ') + { + *nameptr = '\0'; + break; + } + else + nameptr ++; + + cupsFilePrintf(outfile, "\n", level, + name); + put_line(outfile, line); + + intoc = 0; + inheading = level; + } + else + { + if (intoc) + { + while (toclevel > 0) + { + cupsFilePuts(outfile, "\n"); + toclevel --; + } + + cupsFilePutChar(outfile, '\n'); + intoc = 0; + } + + if (!inheading) + { + cupsFilePuts(outfile, "\n

      "); + inheading = -1; + } + + put_line(outfile, line); + + intoc = !strcasecmp(line, "Table of Contents"); + toclevel = 0; + } + } + + if (inpre) + cupsFilePuts(outfile, "\n"); + + if (inheading) + { + if (inheading < 0) + cupsFilePuts(outfile, "

      \n"); + else + cupsFilePrintf(outfile, "
      \n", inheading); + } + + cupsFilePuts(outfile, "\n" + "\n"); + + /* + * Close files... + */ + + cupsFileClose(infile); + cupsFileClose(outfile); + + /* + * Return with no errors... + */ + + return (0); +} + + +/* + * 'put_entity()' - Put a single character, using entities as needed. + */ + +void +put_entity(cups_file_t *fp, /* I - File */ + int ch) /* I - Character */ +{ + if (ch == '&') + cupsFilePuts(fp, "&"); + else if (ch == '<') + cupsFilePuts(fp, "<"); + else + cupsFilePutChar(fp, ch); +} + + +/* + * 'put_line()' - Put a whole string for a line. + */ + +void +put_line(cups_file_t *fp, /* I - File */ + const char *s) /* I - String */ +{ + int whitespace, /* Saw whitespace */ + i, /* Looping var */ + len; /* Length of keyword */ + static const char * const keywords[] =/* Special keywords to boldface */ + { + "MAY", + "MUST", + "NOT", + "SHALL", + "SHOULD" + }; + + + whitespace = 1; + + while (*s) + { + if (*s == ' ') + whitespace = 1; + + if (whitespace && isupper(*s & 255)) + { + whitespace = 0; + + for (i = 0; i < (int)(sizeof(keywords) / sizeof(sizeof(keywords[0]))); i ++) + { + len = strlen(keywords[i]); + if (!strncmp(s, keywords[i], len) && (isspace(s[len] & 255) || !*s)) + { + cupsFilePrintf(fp, "%s", keywords[i]); + s += len; + break; + } + } + + if (i >= (int)(sizeof(keywords) / sizeof(sizeof(keywords[0])))) + put_entity(fp, *s++); + } + else + { + if (*s != ' ') + whitespace = 0; + + put_entity(fp, *s++); + } + } +} + + +/* + * End of "$Id$". + */ diff --git a/standards/wake-on-lan.pdf b/standards/wake-on-lan.pdf new file mode 100644 index 0000000000000000000000000000000000000000..07d97f44392d52b17c4dae4427fb572cc8f1936e GIT binary patch literal 37276 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/dev/null 2>&1 + + +# +# Install all targets... +# + +install: all + $(INSTALL_DIR) -m 755 $(SBINDIR) + $(INSTALL_BIN) accept $(SBINDIR) + $(RM) $(SBINDIR)/reject + $(LN) accept $(SBINDIR)/reject + $(INSTALL_BIN) cupsaddsmb $(SBINDIR) + $(INSTALL_BIN) lpadmin $(SBINDIR) + $(INSTALL_BIN) lpinfo $(SBINDIR) + $(INSTALL_BIN) lpmove $(SBINDIR) + $(INSTALL_DIR) -m 755 $(BINDIR) + $(INSTALL_BIN) cancel $(BINDIR) + $(INSTALL_BIN) cupstestdsc $(BINDIR) + $(INSTALL_BIN) cupstestppd $(BINDIR) + $(RM) $(SBINDIR)/cupsdisable + $(LN) accept $(SBINDIR)/cupsdisable + $(RM) $(SBINDIR)/cupsenable + $(LN) accept $(SBINDIR)/cupsenable + $(INSTALL_BIN) lp $(BINDIR) + $(INSTALL_BIN) lpoptions $(BINDIR) + $(INSTALL_BIN) lpstat $(BINDIR) + $(INSTALL_BIN) -m 4755 -o root lppasswd $(BINDIR) || $(INSTALL_BIN) lppasswd $(BINDIR) + + +# +# Uninstall all targets... +# + +uninstall: + $(RM) $(BINDIR)/cancel + $(RM) $(BINDIR)/cupstestdsc + $(RM) $(BINDIR)/cupstestppd + $(RM) $(BINDIR)/lp + $(RM) $(BINDIR)/lpoptions + $(RM) $(BINDIR)/lppasswd + $(RM) $(BINDIR)/lpstat + -$(RMDIR) $(BINDIR) + $(RM) $(SBINDIR)/accept + $(RM) $(SBINDIR)/cupsaddsmb + $(RM) $(SBINDIR)/cupsdisable + $(RM) $(SBINDIR)/cupsenable + $(RM) $(SBINDIR)/lpadmin + $(RM) $(SBINDIR)/lpinfo + $(RM) $(SBINDIR)/lpmove + $(RM) $(SBINDIR)/reject + -$(RMDIR) $(SBINDIR) + + +# +# accept +# + +accept: accept.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o accept accept.o $(LIBS) + $(RM) reject cupsenable cupsdisable + $(LN) accept reject + $(LN) accept cupsenable + $(LN) accept cupsdisable + + +# +# cancel +# + +cancel: cancel.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cancel cancel.o $(LIBS) + + +# +# cupsaddsmb +# + +cupsaddsmb: cupsaddsmb.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cupsaddsmb cupsaddsmb.o $(LIBS) + + +# +# cupstestdsc +# + +cupstestdsc: cupstestdsc.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ cupstestdsc.o $(LIBS) + + +# +# cupstestppd +# + +cupstestppd: cupstestppd.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o $@ cupstestppd.o $(LIBS) + + +# +# lp +# + +lp: lp.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lp lp.o $(LIBS) + + +# +# lpadmin +# + +lpadmin: lpadmin.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpadmin lpadmin.o $(LIBZ) $(LIBS) + + +# +# lpinfo +# + +lpinfo: lpinfo.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpinfo lpinfo.o $(LIBS) + + +# +# lpmove +# + +lpmove: lpmove.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpmove lpmove.o $(LIBS) + + +# +# lpoptions +# + +lpoptions: lpoptions.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpoptions lpoptions.o $(LIBZ) $(LIBS) + + +# +# lppasswd +# + +lppasswd: lppasswd.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lppasswd lppasswd.o $(LIBZ) $(LIBS) + + +# +# lpstat +# + +lpstat: lpstat.o ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o lpstat lpstat.o $(LIBS) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/systemv/accept.c b/systemv/accept.c new file mode 100644 index 0000000000..9cee0e7539 --- /dev/null +++ b/systemv/accept.c @@ -0,0 +1,292 @@ +/* + * "$Id$" + * + * "accept", "disable", "enable", and "reject" commands for the Common + * UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and accept/reject jobs or disable/enable printers. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + + +/* + * 'main()' - Parse options and accept/reject jobs or disable/enable printers. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + http_t *http; /* HTTP connection to server */ + int i; /* Looping var */ + char *command, /* Command to do */ + uri[1024], /* Printer URI */ + *reason; /* Reason for reject/disable */ + ipp_t *request; /* IPP request */ + ipp_t *response; /* IPP response */ + ipp_op_t op; /* Operation */ + int cancel; /* Cancel jobs? */ + + + _cupsSetLocale(argv); + + /* + * See what operation we're supposed to do... + */ + + if ((command = strrchr(argv[0], '/')) != NULL) + command ++; + else + command = argv[0]; + + cancel = 0; + + if (!strcmp(command, "accept")) + op = CUPS_ACCEPT_JOBS; + else if (!strcmp(command, "reject")) + op = CUPS_REJECT_JOBS; + else if (!strcmp(command, "cupsdisable") || !strcmp(command, "disable")) + op = IPP_PAUSE_PRINTER; + else if (!strcmp(command, "cupsenable") || !strcmp(command, "enable")) + op = IPP_RESUME_PRINTER; + else + { + _cupsLangPrintf(stderr, _("%s: Don't know what to do!\n"), + command); + return (1); + } + + http = NULL; + reason = NULL; + + /* + * Process command-line arguments... + */ + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + switch (argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + + if (http) + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + command); +#endif /* HAVE_SSL */ + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + command); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'c' : /* Cancel jobs */ + cancel = 1; + break; + + case 'h' : /* Connect to host */ + if (http != NULL) + httpClose(http); + + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hostname after " + "\'-h\' option!\n"), + command); + return (1); + } + + cupsSetServer(argv[i]); + } + break; + + case 'r' : /* Reason for cancellation */ + if (argv[i][2] != '\0') + reason = argv[i] + 2; + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected reason text after " + "\'-r\' option!\n"), + command); + return (1); + } + + reason = argv[i]; + } + break; + + default : + _cupsLangPrintf(stderr, _("%s: Error - unknown option \'%c\'!\n"), + command, argv[i][1]); + return (1); + } + else + { + /* + * Accept/disable/enable/reject a destination... + */ + + if (http == NULL) + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("%s: Unable to connect to server: %s\n"), + command, strerror(errno)); + return (1); + } + + /* + * Build an IPP request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * printer-state-message [optional] + */ + + request = ippNewRequest(op); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", argv[i]); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + if (reason != NULL) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_TEXT, + "printer-state-message", NULL, reason); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) + { + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, + _("%s: Operation failed: %s\n"), + command, ippErrorString(cupsLastError())); + return (1); + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + return (1); + } + + /* + * Cancel all jobs if requested... + */ + + if (cancel) + { + /* + * Build an IPP_PURGE_JOBS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_PURGE_JOBS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) + { + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + return (1); + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + return (1); + } + } + } + + if (http != NULL) + httpClose(http); + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/cancel.c b/systemv/cancel.c new file mode 100644 index 0000000000..509b8f69aa --- /dev/null +++ b/systemv/cancel.c @@ -0,0 +1,396 @@ +/* + * "$Id$" + * + * "cancel" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and cancel jobs. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include + + +/* + * 'main()' - Parse options and cancel jobs. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + http_t *http; /* HTTP connection to server */ + int i; /* Looping var */ + int job_id; /* Job ID */ + int num_dests; /* Number of destinations */ + cups_dest_t *dests; /* Destinations */ + char *dest, /* Destination printer */ + *job, /* Job ID pointer */ + *user; /* Cancel jobs for a user */ + int purge; /* Purge or cancel jobs? */ + char uri[1024]; /* Printer or job URI */ + ipp_t *request; /* IPP request */ + ipp_t *response; /* IPP response */ + ipp_op_t op; /* Operation */ + + + _cupsSetLocale(argv); + + /* + * Setup to cancel individual print jobs... + */ + + op = IPP_CANCEL_JOB; + purge = 0; + job_id = 0; + dest = NULL; + user = NULL; + http = NULL; + num_dests = 0; + dests = NULL; + + + /* + * Process command-line arguments... + */ + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-' && argv[i][1]) + switch (argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + + if (http) + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + argv[0]); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'a' : /* Cancel all jobs */ + purge = 1; + op = IPP_PURGE_JOBS; + break; + + case 'h' : /* Connect to host */ + if (http != NULL) + { + httpClose(http); + http = NULL; + } + + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hostname after " + "\'-h\' option!\n"), + argv[0]); + return (1); + } + else + cupsSetServer(argv[i]); + } + break; + + case 'u' : /* Username */ + op = IPP_PURGE_JOBS; + + if (argv[i][2] != '\0') + user = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-u\' option!\n"), + argv[0]); + return (1); + } + else + user = argv[i]; + } + break; + + default : + _cupsLangPrintf(stderr, + _("%s: Error - unknown option \'%c\'!\n"), + argv[0], argv[i][1]); + return (1); + } + else + { + /* + * Cancel a job or printer... + */ + + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if (!strcmp(argv[i], "-")) + { + /* + * Delete the current job... + */ + + dest = ""; + job_id = 0; + } + else if (cupsGetDest(argv[i], NULL, num_dests, dests) != NULL) + { + /* + * Delete the current job on the named destination... + */ + + dest = argv[i]; + job_id = 0; + } + else if ((job = strrchr(argv[i], '-')) != NULL && isdigit(job[1] & 255)) + { + /* + * Delete the specified job ID. + */ + + dest = NULL; + op = IPP_CANCEL_JOB; + job_id = atoi(job + 1); + } + else if (isdigit(argv[i][0] & 255)) + { + /* + * Delete the specified job ID. + */ + + dest = NULL; + op = IPP_CANCEL_JOB; + job_id = atoi(argv[i]); + } + else + { + /* + * Bad printer name! + */ + + _cupsLangPrintf(stderr, + _("%s: Error - unknown destination \"%s\"!\n"), + argv[0], argv[i]); + return (1); + } + + /* + * For Solaris LP compatibility, ignore a destination name after + * cancelling a specific job ID... + */ + + if (job_id && (i + 1) < argc && + cupsGetDest(argv[i + 1], NULL, num_dests, dests) != NULL) + i ++; + + /* + * Open a connection to the server... + */ + + if (http == NULL) + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption())) == NULL) + { + _cupsLangPrintf(stderr, + _("%s: Unable to contact server!\n"), + argv[0]); + return (1); + } + + /* + * Build an IPP request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + job-id *or* job-uri + * [requesting-user-name] + */ + + request = ippNewRequest(op); + + if (dest) + { + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", dest); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", + job_id); + } + else + { + sprintf(uri, "ipp://localhost/jobs/%d", job_id); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, + uri); + } + + if (user) + { + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + ippAddBoolean(request, IPP_TAG_OPERATION, "my-jobs", 1); + } + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + if (op == IPP_PURGE_JOBS) + ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", purge); + + /* + * Do the request and get back a response... + */ + + if (op == IPP_PURGE_JOBS && (!user || strcasecmp(user, cupsUser()))) + response = cupsDoRequest(http, request, "/admin/"); + else + response = cupsDoRequest(http, request, "/jobs/"); + + if (response == NULL || + response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, _("%s: %s failed: %s\n"), argv[0], + op == IPP_PURGE_JOBS ? "purge-jobs" : "cancel-job", + cupsLastErrorString()); + + if (response) + ippDelete(response); + + return (1); + } + + ippDelete(response); + } + + if (num_dests == 0 && op == IPP_PURGE_JOBS) + { + /* + * Open a connection to the server... + */ + + if (http == NULL) + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption())) == NULL) + { + _cupsLangPrintf(stderr, _("%s: Unable to contact server!\n"), + argv[0]); + return (1); + } + + /* + * Build an IPP request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + job-id *or* job-uri + * [requesting-user-name] + */ + + request = ippNewRequest(op); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, "ipp://localhost/printers/"); + + if (user) + { + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, user); + ippAddBoolean(request, IPP_TAG_OPERATION, "my-jobs", 1); + } + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", purge); + + /* + * Do the request and get back a response... + */ + + response = cupsDoRequest(http, request, "/admin/"); + + if (response == NULL || + response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, _("%s: %s failed: %s\n"), argv[0], + op == IPP_PURGE_JOBS ? "purge-jobs" : "cancel-job", + cupsLastErrorString()); + + if (response) + ippDelete(response); + + return (1); + } + + ippDelete(response); + } + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/cupsaddsmb.c b/systemv/cupsaddsmb.c new file mode 100644 index 0000000000..7bb2d5db2a --- /dev/null +++ b/systemv/cupsaddsmb.c @@ -0,0 +1,298 @@ +/* + * "$Id$" + * + * "cupsaddsmb" command for the Common UNIX Printing System (CUPS). + * + * Copyright 2001-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Export printers on the command-line. + * export_dest() - Export a destination to SAMBA. + * usage() - Show program usage and exit... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +/* + * Local globals... + */ + +int Verbosity = 0; +const char *SAMBAUser, + *SAMBAPassword, + *SAMBAServer; + + +/* + * Local functions... + */ + +int export_dest(http_t *http, const char *dest); +void usage(void); + + +/* + * 'main()' - Export printers on the command-line. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, j; /* Looping vars */ + int status; /* Status from export_dest() */ + int export_all; /* Export all printers? */ + http_t *http; /* Connection to server */ + int num_dests; /* Number of printers */ + cups_dest_t *dests; /* Printers */ + + + _cupsSetLocale(argv); + + /* + * Parse command-line arguments... + */ + + export_all = 0; + http = NULL; + SAMBAUser = cupsUser(); + SAMBAPassword = NULL; + SAMBAServer = NULL; + + for (i = 1; i < argc; i ++) + if (!strcmp(argv[i], "-E")) + { +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + } + else if (!strcmp(argv[i], "-H")) + { + i ++; + if (i >= argc) + usage(); + + SAMBAServer = argv[i]; + } + else if (!strcmp(argv[i], "-U")) + { + char *sep; /* Separator for password */ + + + i ++; + if (i >= argc) + usage(); + + SAMBAUser = argv[i]; + + if ((sep = strchr(argv[i], '%')) != NULL) + { + /* + * Nul-terminate the username at the first % and point the + * password at the rest... + */ + + *sep++ = '\0'; + + SAMBAPassword = sep; + } + } + else if (!strcmp(argv[i], "-a")) + export_all = 1; + else if (!strcmp(argv[i], "-h")) + { + i ++; + if (i >= argc) + usage(); + + cupsSetServer(argv[i]); + } + else if (!strcmp(argv[i], "-v")) + Verbosity = 1; + else if (argv[i][0] != '-') + { + if (!http) + { + /* + * Connect to the server... + */ + + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption())) == NULL) + { + _cupsLangPrintf(stderr, _("%s: Unable to connect to server\n"), argv[0]); + exit(1); + } + } + + if (SAMBAServer == NULL) + SAMBAServer = cupsServer(); + + if ((status = export_dest(http, argv[i])) != 0) + return (status); + } + else + usage(); + + /* + * Connect to the server... + */ + + if ((http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption())) == NULL) + { + _cupsLangPrintf(stderr, _("%s: Unable to connect to server\n"), argv[0]); + exit(1); + } + + /* + * See if the user specified "-a"... + */ + + if (export_all) + { + /* + * Export all printers... + */ + + if (SAMBAServer == NULL) + SAMBAServer = cupsServer(); + + num_dests = cupsGetDests2(http, &dests); + + for (j = 0, status = 0; j < num_dests; j ++) + if (!dests[j].instance) + { + if ((status = export_dest(http, dests[j].name)) != 0) + break; + } + + cupsFreeDests(num_dests, dests); + + if (status) + return (status); + } + + return (0); +} + + +/* + * 'export_dest()' - Export a destination to SAMBA. + */ + +int /* O - 0 on success, non-zero on error */ +export_dest(http_t *http, /* I - Connection to server */ + const char *dest) /* I - Destination to export */ +{ + int status; /* Status of export */ + char ppdfile[1024], /* PPD file for printer drivers */ + prompt[1024]; /* Password prompt */ + + + /* + * Get the Windows PPD file for the printer... + */ + + if (!cupsAdminCreateWindowsPPD(http, dest, ppdfile, sizeof(ppdfile))) + { + _cupsLangPrintf(stderr, + _("cupsaddsmb: No PPD file for printer \"%s\" - " + "%s\n"), + dest, cupsLastErrorString()); + return (1); + } + + /* + * Try to export it... + */ + + for (status = 0; !status;) + { + /* + * Get the password, as needed... + */ + + if (!SAMBAPassword) + { + snprintf(prompt, sizeof(prompt), + _cupsLangString(cupsLangDefault(), + _("Password for %s required to access %s via " + "SAMBA: ")), + SAMBAUser, SAMBAServer); + + if ((SAMBAPassword = cupsGetPassword(prompt)) == NULL) + break; + } + + status = cupsAdminExportSamba(dest, ppdfile, SAMBAServer, + SAMBAUser, SAMBAPassword, + Verbosity ? stderr : NULL); + } + + unlink(ppdfile); + + return (!status); +} + + +/* + * 'usage()' - Show program usage and exit... + */ + +void +usage(void) +{ + _cupsLangPuts(stdout, + _("Usage: cupsaddsmb [options] printer1 ... printerN\n" + " cupsaddsmb [options] -a\n" + "\n" + "Options:\n" + " -E Encrypt the connection to the server\n" + " -H samba-server Use the named SAMBA server\n" + " -U samba-user Authenticate using the named SAMBA user\n" + " -a Export all printers\n" + " -h cups-server Use the named CUPS server\n" + " -v Be verbose (show commands)\n")); + exit(1); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/cupstestdsc.c b/systemv/cupstestdsc.c new file mode 100644 index 0000000000..db5ea18cd6 --- /dev/null +++ b/systemv/cupstestdsc.c @@ -0,0 +1,456 @@ +/* + * "$Id$" + * + * DSC test program for the Common UNIX Printing System (CUPS). + * + * Copyright 2006 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry for test program. + * check() - Check a file for conformance. + * usage() - Show program usage. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static int check_file(const char *filename); +static void usage(void); + + +/* + * 'main()' - Main entry for test program. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line args */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + int status; /* Status of tests */ + int num_files; /* Number of files tested */ + + + _cupsSetLocale(argv); + + /* + * Collect command-line arguments... + */ + + for (i = 1, num_files = 0, status = 0; i < argc; i ++) + if (argv[i][0] == '-') + { + if (argv[i][1]) + { + /* + * Currently the only supported option is "-h" (help)... + */ + + usage(); + } + else + { + num_files ++; + status += check_file("(stdin)"); + } + } + else + { + num_files ++; + status += check_file(argv[i]); + } + + if (!num_files) + usage(); + + return (status); +} + + +/* + * 'check()' - Check a file for conformance. + */ + +static int /* O - 0 on success, 1 on failure */ +check_file(const char *filename) /* I - File to read from */ +{ + int i; /* Looping var */ + cups_file_t *fp; /* File */ + char line[1024]; /* Line from file */ + int ch; /* Current character */ + size_t bytes; /* Length of line */ + int status; /* Status of test */ + int linenum; /* Line number */ + int binary; /* File contains binary data? */ + float version; /* DSC version */ + int lbrt[4]; /* Bounding box */ + char page_label[256]; /* Page label string */ + int page_number; /* Page number */ + int last_page_number; /* Last page number seen */ + int level; /* Embedded document level */ + int saw_bounding_box, /* %%BoundingBox seen? */ + saw_pages, /* %%Pages seen? */ + saw_end_comments, /* %%EndComments seen? */ + saw_begin_prolog, /* %%BeginProlog seen? */ + saw_end_prolog, /* %%EndProlog seen? */ + saw_begin_setup, /* %%BeginSetup seen? */ + saw_end_setup, /* %%EndSetup seen? */ + saw_page, /* %%Page seen? */ + saw_trailer, /* %%Trailer seen? */ + saw_long_line; /* Saw long lines? */ + + + /* + * Open the file... + */ + + if (!strcmp(filename, "(stdin)")) + fp = cupsFileStdin(); + else + fp = cupsFileOpen(filename, "r"); + + if (!fp) + { + perror(filename); + return (1); + } + + /* + * Scan the file... + */ + + binary = 0; + last_page_number = 0; + level = 0; + linenum = 0; + saw_begin_prolog = 0; + saw_begin_setup = 0; + saw_bounding_box = 0; + saw_end_comments = 0; + saw_end_prolog = 0; + saw_end_setup = 0; + saw_long_line = 0; + saw_page = 0; + saw_pages = 0; + saw_trailer = 0; + status = 0; + version = 0.0f; + + _cupsLangPrintf(stdout, "%s: ", filename); + fflush(stdout); + + while ((bytes = cupsFileGetLine(fp, line, sizeof(line))) > 0) + { + linenum ++; + + if (bytes > 255) + { + if (!saw_long_line) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPrintf(stdout, + _(" Line %d is longer than 255 characters (%d)!\n" + " REF: Page 25, Line Length\n"), + linenum, (int)bytes); + } + + saw_long_line ++; + } + + if (linenum == 1) + { + if (strncmp(line, "%!PS-Adobe-", 11)) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPuts(stdout, + _(" Missing %!PS-Adobe-3.0 on first line!\n" + " REF: Page 17, 3.1 Conforming Documents\n")); + cupsFileClose(fp); + return (1); + } + else + version = atof(line + 11); + } + else if (level > 0) + { + if (!strncmp(line, "%%BeginDocument:", 16)) + level ++; + else if (!strncmp(line, "%%EndDocument", 13)) + level --; + } + else if (saw_trailer) + { + if (!strncmp(line, "%%Pages:", 8)) + { + if (atoi(line + 8) <= 0) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPrintf(stdout, + _(" Bad %%%%Pages: on line %d!\n" + " REF: Page 43, %%%%Pages:\n"), + linenum); + } + else + saw_pages = 1; + } + else if (!strncmp(line, "%%BoundingBox:", 14)) + { + if (sscanf(line + 14, "%d%d%d%d", lbrt + 0, lbrt + 1, lbrt + 2, + lbrt + 3) != 4) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPrintf(stdout, _(" Bad %%%%BoundingBox: on line %d!\n" + " REF: Page 39, %%%%BoundingBox:\n"), + linenum); + } + else + saw_bounding_box = 1; + } + } + else if (!saw_end_comments) + { + if (!strncmp(line, "%%EndComments", 13)) + saw_end_comments = 1; + else if (line[0] != '%') + saw_end_comments = -1; + else if (!strncmp(line, "%%Pages:", 8)) + { + if (strstr(line + 8, "(atend)")) + saw_pages = -1; + else if (atoi(line + 8) <= 0) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPrintf(stdout, _(" Bad %%%%Pages: on line %d!\n" + " REF: Page 43, %%%%Pages:\n"), + linenum); + } + else + saw_pages = 1; + } + else if (!strncmp(line, "%%BoundingBox:", 14)) + { + if (strstr(line, "(atend)")) + saw_bounding_box = -1; + else if (sscanf(line + 14, "%d%d%d%d", lbrt + 0, lbrt + 1, lbrt + 2, + lbrt + 3) != 4) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPrintf(stdout, _(" Bad %%%%BoundingBox: on line %d!\n" + " REF: Page 39, %%%%BoundingBox:\n"), + linenum); + } + else + saw_bounding_box = 1; + } + } + else if (saw_begin_prolog && !saw_end_prolog) + { + if (!strncmp(line, "%%EndProlog", 11)) + saw_end_prolog = 1; + } + else if (saw_begin_setup && !saw_end_setup) + { + if (!strncmp(line, "%%EndSetup", 10)) + saw_end_setup = 1; + } + else if (saw_end_comments) + { + if (!strncmp(line, "%%Page:", 7)) + { + if (sscanf(line + 7, "%255s%d", page_label, &page_number) != 2 || + page_number != (last_page_number + 1) || page_number < 1) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPrintf(stdout, _(" Bad %%%%Page: on line %d!\n" + " REF: Page 53, %%%%Page:\n"), + linenum); + } + else + { + last_page_number = page_number; + saw_page = 1; + } + } + else if (!strncmp(line, "%%BeginProlog", 13)) + saw_begin_prolog = 1; + else if (!strncmp(line, "%%BeginSetup", 12)) + saw_begin_setup = 1; + else if (!strncmp(line, "%%BeginDocument:", 16)) + level ++; + else if (!strncmp(line, "%%EndDocument", 13)) + level --; + else if (!strncmp(line, "%%Trailer", 9)) + saw_trailer = 1; + } + + for (i = 0; !binary && i < bytes; i ++) + { + ch = line[i]; + + if ((ch < ' ' || (ch & 0x80)) && ch != '\n' && ch != '\r' && ch != '\t') + binary = 1; + } + } + + if (saw_bounding_box <= 0) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPuts(stdout, _(" Missing or bad %%BoundingBox: comment!\n" + " REF: Page 39, %%BoundingBox:\n")); + } + + if (saw_pages <= 0) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPuts(stdout, _(" Missing or bad %%Pages: comment!\n" + " REF: Page 43, %%Pages:\n")); + } + + if (!saw_end_comments) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPuts(stdout, _(" Missing %%EndComments comment!\n" + " REF: Page 41, %%EndComments\n")); + } + + if (!saw_page) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPuts(stdout, _(" Missing or bad %%Page: comments!\n" + " REF: Page 53, %%Page:\n")); + } + + if (level < 0) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPuts(stdout, _(" Too many %%EndDocument comments!\n")); + } + else if (level > 0) + { + if (!status) + _cupsLangPuts(stdout, _("FAIL\n")); + + status ++; + _cupsLangPuts(stdout, _(" Too many %%BeginDocument comments!\n")); + } + + if (saw_long_line > 1) + _cupsLangPrintf(stderr, + _(" Saw %d lines that exceeded 255 characters!\n"), + saw_long_line); + + if (!status) + _cupsLangPuts(stdout, _("PASS\n")); + + if (binary) + _cupsLangPuts(stdout, _(" Warning: file contains binary data!\n")); + + if (version < 3.0f) + _cupsLangPrintf(stdout, + _(" Warning: obsolete DSC version %.1f in file!\n"), + version); + + if (saw_end_comments < 0) + _cupsLangPuts(stdout, _(" Warning: no %%EndComments comment in file!\n")); + + cupsFileClose(fp); + + return (status); +} + + +/* + * 'usage()' - Show program usage. + */ + +static void +usage(void) +{ + _cupsLangPuts(stdout, + _("Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" + " cupstestdsc [options] -\n" + "\n" + "Options:\n" + "\n" + " -h Show program usage\n" + "\n" + " Note: this program only validates the DSC comments, " + "not the PostScript itself.\n")); + + exit(1); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/cupstestppd.c b/systemv/cupstestppd.c new file mode 100644 index 0000000000..8e77bbc90c --- /dev/null +++ b/systemv/cupstestppd.c @@ -0,0 +1,1937 @@ +/* + * "$Id$" + * + * PPD test program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products, all rights reserved. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * PostScript is a trademark of Adobe Systems, Inc. + * + * This file is subject to the Apple OS-Developed Software exception. + * + * Contents: + * + * main() - Main entry for test program. + * show_conflicts() - Show option conflicts in a PPD file. + * usage() - Show program usage... + * valid_utf8() - Check whether a string contains valid UTF-8 text. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include + + +/* + * Error codes... + */ + +enum +{ + ERROR_NONE = 0, + ERROR_USAGE, + ERROR_FILE_OPEN, + ERROR_PPD_FORMAT, + ERROR_CONFORMANCE +}; + + +/* + * Line endings... + */ + +enum +{ + EOL_NONE = 0, + EOL_CR, + EOL_LF, + EOL_CRLF +}; + + +/* + * Local functions... + */ + +void check_basics(const char *filename); +void show_conflicts(ppd_file_t *ppd); +void usage(void); +int valid_utf8(const char *s); + +/* + * 'main()' - Main entry for test program. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, j, k, m, n; /* Looping vars */ + int len; /* Length of option name */ + char *opt; /* Option character */ + const char *ptr; /* Pointer into string */ + int files; /* Number of files */ + int verbose; /* Want verbose output? */ + int status; /* Exit status */ + int errors; /* Number of conformance errors */ + int ppdversion; /* PPD spec version in PPD file */ + ppd_status_t error; /* Status of ppdOpen*() */ + int line; /* Line number for error */ + int xdpi, /* X resolution */ + ydpi; /* Y resolution */ + ppd_file_t *ppd; /* PPD file record */ + ppd_attr_t *attr; /* PPD attribute */ + ppd_size_t *size; /* Size record */ + ppd_group_t *group; /* UI group */ + ppd_option_t *option; /* Standard UI option */ + ppd_group_t *group2; /* UI group */ + ppd_option_t *option2; /* Standard UI option */ + ppd_choice_t *choice; /* Standard UI option choice */ + static char *uis[] = { "BOOLEAN", "PICKONE", "PICKMANY" }; + static char *sections[] = { "ANY", "DOCUMENT", "EXIT", + "JCL", "PAGE", "PROLOG" }; + + + _cupsSetLocale(argv); + + /* + * Display PPD files for each file listed on the command-line... + */ + + ppdSetConformance(PPD_CONFORM_STRICT); + + verbose = 0; + ppd = NULL; + files = 0; + status = ERROR_NONE; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-' && argv[i][1]) + { + for (opt = argv[i] + 1; *opt; opt ++) + switch (*opt) + { + case 'q' : /* Quiet mode */ + if (verbose > 0) + { + _cupsLangPuts(stderr, + _("cupstestppd: The -q option is incompatible " + "with the -v option.\n")); + return (1); + } + + verbose --; + break; + + case 'r' : /* Relaxed mode */ + ppdSetConformance(PPD_CONFORM_RELAXED); + break; + + case 'v' : /* Verbose mode */ + if (verbose < 0) + { + _cupsLangPuts(stderr, + _("cupstestppd: The -v option is incompatible " + "with the -q option.\n")); + return (1); + } + + verbose ++; + break; + + default : + usage(); + break; + } + } + else + { + /* + * Open the PPD file... + */ + + if (files && verbose >= 0) + _cupsLangPuts(stdout, "\n"); + + files ++; + + if (argv[i][0] == '-') + { + /* + * Read from stdin... + */ + + if (verbose >= 0) + printf("(stdin):"); + + ppd = ppdOpen(stdin); + } + else + { + /* + * Read from a file... + */ + + if (verbose >= 0) + printf("%s:", argv[i]); + + ppd = ppdOpenFile(argv[i]); + } + + if (ppd == NULL) + { + error = ppdLastError(&line); + + if (error <= PPD_ALLOC_ERROR) + { + status = ERROR_FILE_OPEN; + + if (verbose >= 0) + _cupsLangPrintf(stdout, + _(" FAIL\n" + " **FAIL** Unable to open PPD file - %s\n"), + strerror(errno)); + } + else + { + status = ERROR_PPD_FORMAT; + + if (verbose >= 0) + { + _cupsLangPrintf(stdout, + _(" FAIL\n" + " **FAIL** Unable to open PPD file - " + "%s on line %d.\n"), + ppdErrorString(error), line); + + switch (error) + { + case PPD_MISSING_PPDADOBE4 : + _cupsLangPuts(stdout, + _(" REF: Page 42, section 5.2.\n")); + break; + case PPD_MISSING_VALUE : + _cupsLangPuts(stdout, + _(" REF: Page 20, section 3.4.\n")); + break; + case PPD_BAD_OPEN_GROUP : + case PPD_NESTED_OPEN_GROUP : + _cupsLangPuts(stdout, + _(" REF: Pages 45-46, section 5.2.\n")); + break; + case PPD_BAD_OPEN_UI : + case PPD_NESTED_OPEN_UI : + _cupsLangPuts(stdout, + _(" REF: Pages 42-45, section 5.2.\n")); + break; + case PPD_BAD_ORDER_DEPENDENCY : + _cupsLangPuts(stdout, + _(" REF: Pages 48-49, section 5.2.\n")); + break; + case PPD_BAD_UI_CONSTRAINTS : + _cupsLangPuts(stdout, + _(" REF: Pages 52-54, section 5.2.\n")); + break; + case PPD_MISSING_ASTERISK : + _cupsLangPuts(stdout, + _(" REF: Page 15, section 3.2.\n")); + break; + case PPD_LINE_TOO_LONG : + _cupsLangPuts(stdout, + _(" REF: Page 15, section 3.1.\n")); + break; + case PPD_ILLEGAL_CHARACTER : + _cupsLangPuts(stdout, + _(" REF: Page 15, section 3.1.\n")); + break; + case PPD_ILLEGAL_MAIN_KEYWORD : + _cupsLangPuts(stdout, + _(" REF: Pages 16-17, section 3.2.\n")); + break; + case PPD_ILLEGAL_OPTION_KEYWORD : + _cupsLangPuts(stdout, + _(" REF: Page 19, section 3.3.\n")); + break; + case PPD_ILLEGAL_TRANSLATION : + _cupsLangPuts(stdout, + _(" REF: Page 27, section 3.5.\n")); + break; + default : + break; + } + + check_basics(argv[i]); + } + } + + continue; + } + + /* + * Show the header and then perform basic conformance tests (limited + * only by what the CUPS PPD functions actually load...) + */ + + errors = 0; + ppdversion = 43; + + if (verbose > 0) + _cupsLangPuts(stdout, + _("\n DETAILED CONFORMANCE TEST RESULTS\n")); + + if ((attr = ppdFindAttr(ppd, "FormatVersion", NULL)) != NULL && + attr->value) + ppdversion = (int)(10 * atof(attr->value) + 0.5); + + /* + * Look for default keywords with no matching option... + */ + + for (j = 0; j < ppd->num_attrs; j ++) + { + attr = ppd->attrs[j]; + + if (!strcmp(attr->name, "DefaultColorSpace") || + !strcmp(attr->name, "DefaultFont") || + !strcmp(attr->name, "DefaultImageableArea") || + !strcmp(attr->name, "DefaultOutputOrder") || + !strcmp(attr->name, "DefaultPaperDimension") || + !strcmp(attr->name, "DefaultTransfer")) + continue; + + if (!strncmp(attr->name, "Default", 7)) + { + if ((option = ppdFindOption(ppd, attr->name + 7)) != NULL && + strcmp(attr->value, "Unknown")) + { + /* + * Check that the default option value matches a choice... + */ + + for (k = 0; k < option->num_choices; k ++) + if (!strcmp(option->choices[k].choice, attr->value)) + break; + + if (k >= option->num_choices) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** %s %s does not exist!\n"), + attr->name, attr->value); + } + + errors ++; + } + } + } + } + + if ((attr = ppdFindAttr(ppd, "DefaultImageableArea", NULL)) == NULL) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED DefaultImageableArea\n" + " REF: Page 102, section 5.15.\n")); + } + + errors ++; + } + else if (ppdPageSize(ppd, attr->value) == NULL && + strcmp(attr->value, "Unknown")) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** BAD DefaultImageableArea %s!\n" + " REF: Page 102, section 5.15.\n"), + attr->value); + } + + errors ++; + } + else + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS DefaultImageableArea\n")); + } + + if ((attr = ppdFindAttr(ppd, "DefaultPaperDimension", NULL)) == NULL) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED DefaultPaperDimension\n" + " REF: Page 103, section 5.15.\n")); + } + + errors ++; + } + else if (ppdPageSize(ppd, attr->value) == NULL && + strcmp(attr->value, "Unknown")) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** BAD DefaultPaperDimension %s!\n" + " REF: Page 103, section 5.15.\n"), + attr->value); + } + + errors ++; + } + else if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS DefaultPaperDimension\n")); + + for (j = 0, group = ppd->groups; j < ppd->num_groups; j ++, group ++) + for (k = 0, option = group->options; k < group->num_options; k ++, option ++) + { + /* + * Verify that we have a default choice... + */ + + if (option->defchoice[0]) + { + if (ppdFindChoice(option, option->defchoice) == NULL && + strcmp(option->defchoice, "Unknown")) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** BAD Default%s %s\n" + " REF: Page 40, section 4.5.\n"), + option->keyword, option->defchoice); + } + + errors ++; + } + else if (verbose > 0) + _cupsLangPrintf(stdout, + _(" PASS Default%s\n"), + option->keyword); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** REQUIRED Default%s\n" + " REF: Page 40, section 4.5.\n"), + option->keyword); + } + + errors ++; + } + } + + if (ppdFindAttr(ppd, "FileVersion", NULL) != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS FileVersion\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED FileVersion\n" + " REF: Page 56, section 5.3.\n")); + } + + errors ++; + } + + if (ppdFindAttr(ppd, "FormatVersion", NULL) != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS FormatVersion\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED FormatVersion\n" + " REF: Page 56, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->lang_encoding != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS LanguageEncoding\n")); + } + else if (ppdversion > 40) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED LanguageEncoding\n" + " REF: Pages 56-57, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->lang_version != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS LanguageVersion\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED LanguageVersion\n" + " REF: Pages 57-58, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->manufacturer != NULL) + { + if (!strncasecmp(ppd->manufacturer, "Hewlett-Packard", 15) || + !strncasecmp(ppd->manufacturer, "Hewlett Packard", 15)) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** BAD Manufacturer (should be " + "\"HP\")\n" + " REF: Page 211, table D.1.\n")); + } + + errors ++; + } + else if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS Manufacturer\n")); + } + else if (ppdversion >= 43) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED Manufacturer\n" + " REF: Pages 58-59, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->modelname != NULL) + { + for (ptr = ppd->modelname; *ptr; ptr ++) + if (!isalnum(*ptr & 255) && !strchr(" ./-+", *ptr)) + break; + + if (*ptr) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** BAD ModelName - \"%c\" not " + "allowed in string.\n" + " REF: Pages 59-60, section 5.3.\n"), + *ptr); + } + + errors ++; + } + else if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS ModelName\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED ModelName\n" + " REF: Pages 59-60, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->nickname != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS NickName\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED NickName\n" + " REF: Page 60, section 5.3.\n")); + } + + errors ++; + } + + if (ppdFindOption(ppd, "PageSize") != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS PageSize\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED PageSize\n" + " REF: Pages 99-100, section 5.14.\n")); + } + + errors ++; + } + + if (ppdFindOption(ppd, "PageRegion") != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS PageRegion\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED PageRegion\n" + " REF: Page 100, section 5.14.\n")); + } + + errors ++; + } + + if (ppd->pcfilename != NULL) + { + if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS PCFileName\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED PCFileName\n" + " REF: Pages 61-62, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->product != NULL) + { + if (ppd->product[0] != '(' || + ppd->product[strlen(ppd->product) - 1] != ')') + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** BAD Product - not \"(string)\".\n" + " REF: Page 62, section 5.3.\n")); + } + + errors ++; + } + else if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS Product\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED Product\n" + " REF: Page 62, section 5.3.\n")); + } + + errors ++; + } + + if ((attr = ppdFindAttr(ppd, "PSVersion", NULL)) != NULL && + attr->value != NULL) + { + char junkstr[255]; /* Temp string */ + int junkint; /* Temp integer */ + + + if (sscanf(attr->value, "(%[^)])%d", junkstr, &junkint) != 2) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** BAD PSVersion - not \"(string) " + "int\".\n" + " REF: Pages 62-64, section 5.3.\n")); + } + + errors ++; + } + else if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS PSVersion\n")); + } + else + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED PSVersion\n" + " REF: Pages 62-64, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->shortnickname != NULL) + { + if (strlen(ppd->shortnickname) > 31) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** BAD ShortNickName - longer " + "than 31 chars.\n" + " REF: Pages 64-65, section 5.3.\n")); + } + + errors ++; + } + else if (verbose > 0) + _cupsLangPuts(stdout, _(" PASS ShortNickName\n")); + } + else if (ppdversion >= 43) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED ShortNickName\n" + " REF: Page 64-65, section 5.3.\n")); + } + + errors ++; + } + + if (ppd->patches != NULL && strchr(ppd->patches, '\"') && + strstr(ppd->patches, "*End")) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** BAD JobPatchFile attribute in file\n" + " REF: Page 24, section 3.4.\n")); + } + + errors ++; + } + + /* + * Check for page sizes without the corresponding ImageableArea or + * PaperDimension values... + */ + + if (ppd->num_sizes == 0) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPuts(stdout, + _(" **FAIL** REQUIRED PageSize\n" + " REF: Page 41, section 5.\n" + " REF: Page 99, section 5.14.\n")); + } + + errors ++; + } + else + { + for (j = 0, size = ppd->sizes; j < ppd->num_sizes; j ++, size ++) + { + /* + * Don't check custom size... + */ + + if (!strcmp(size->name, "Custom")) + continue; + + /* + * Check for ImageableArea... + */ + + if (size->left == 0.0 && size->bottom == 0.0 && + size->right == 0.0 && size->top == 0.0) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** REQUIRED ImageableArea for " + "PageSize %s\n" + " REF: Page 41, section 5.\n" + " REF: Page 102, section 5.15.\n"), + size->name); + } + + errors ++; + } + + /* + * Check for PaperDimension... + */ + + if (size->width == 0.0 && size->length == 0.0) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** REQUIRED PaperDimension " + "for PageSize %s\n" + " REF: Page 41, section 5.\n" + " REF: Page 103, section 5.15.\n"), + size->name); + } + + errors ++; + } + } + } + + /* + * Check for valid Resolution, JCLResolution, or SetResolution values... + */ + + if ((option = ppdFindOption(ppd, "Resolution")) == NULL) + if ((option = ppdFindOption(ppd, "JCLResolution")) == NULL) + option = ppdFindOption(ppd, "SetResolution"); + + if (option != NULL) + { + for (j = option->num_choices, choice = option->choices; j > 0; j --, choice ++) + { + /* + * Verify that all resolution options are of the form NNNdpi + * or NNNxNNNdpi... + */ + + xdpi = strtol(choice->choice, (char **)&ptr, 10); + if (ptr > choice->choice && xdpi > 0) + { + if (*ptr == 'x') + ydpi = strtol(ptr + 1, (char **)&ptr, 10); + else + ydpi = xdpi; + } + else + ydpi = xdpi; + + if (xdpi <= 0 || ydpi <= 0 || strcmp(ptr, "dpi")) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad %s choice %s!\n" + " REF: Page 84, section 5.9\n"), + option->keyword, choice->choice); + } + + errors ++; + } + } + } + + /* + * Check for a duplex option, and for standard values... + */ + + if ((option = ppdFindOption(ppd, "Duplex")) == NULL) + if ((option = ppdFindOption(ppd, "JCLDuplex")) == NULL) + if ((option = ppdFindOption(ppd, "EFDuplex")) == NULL) + option = ppdFindOption(ppd, "KD03Duplex"); + + if (option != NULL) + { + if (ppdFindChoice(option, "None") == NULL) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** REQUIRED %s does not define " + "choice None!\n" + " REF: Page 122, section 5.17\n"), + option->keyword); + } + + errors ++; + } + + for (j = option->num_choices, choice = option->choices; j > 0; j --, choice ++) + if (strcmp(choice->choice, "None") && + strcmp(choice->choice, "DuplexNoTumble") && + strcmp(choice->choice, "DuplexTumble") && + strcmp(choice->choice, "SimplexTumble")) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad %s choice %s!\n" + " REF: Page 122, section 5.17\n"), + option->keyword, choice->choice); + } + + errors ++; + } + } + + if ((attr = ppdFindAttr(ppd, "cupsLanguages", NULL)) != NULL && + attr->value) + { + /* + * This file contains localizations, check them... + */ + + char *languages, /* Copy of attribute value */ + *langstart, /* Start of current language */ + *langptr, /* Pointer into languages */ + keyword[PPD_MAX_NAME], /* Localization keyword */ + ckeyword[PPD_MAX_NAME]; /* Custom option keyword */ + ppd_coption_t *coption; /* Custom option */ + ppd_cparam_t *cparam; /* Custom parameter */ + + + languages = strdup(attr->value); + for (langptr = languages; *langptr;) + { + /* + * Skip leading whitespace... + */ + + while (isspace(*langptr & 255)) + langptr ++; + + if (!*langptr) + break; + + /* + * Find the end of this language name... + */ + + for (langstart = langptr; + *langptr && !isspace(*langptr & 255); + langptr ++); + + if (*langptr) + *langptr++ = '\0'; + + j = strlen(langstart); + if (j != 2 && j != 5) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad language \"%s\"!\n"), + langstart); + } + + errors ++; + continue; + } + + /* + * Loop through all options and choices... + */ + + for (option = ppdFirstOption(ppd); + option; + option = ppdNextOption(ppd)) + { + snprintf(keyword, sizeof(keyword), "%s.Translation", langstart); + if ((attr = ppdFindAttr(ppd, keyword, option->keyword)) == NULL) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Missing \"%s\" translation " + "string for option %s!\n"), + langstart, option->keyword); + } + + errors ++; + } + else if (!valid_utf8(attr->text)) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad UTF-8 \"%s\" translation " + "string for option %s!\n"), + langstart, option->keyword); + } + + errors ++; + } + + for (ptr = option->text; *ptr; ptr ++) + if (*ptr & 128) + break; + + if (*ptr) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Default translation " + "string for option %s contains 8-bit " + "characters!\n"), + option->keyword); + } + + errors ++; + } + + snprintf(keyword, sizeof(keyword), "%s.%s", langstart, + option->keyword); + for (j = 0; j < option->num_choices; j ++) + { + if (!strcasecmp(option->choices[j].choice, "Custom") && + (coption = ppdFindCustomOption(ppd, + option->keyword)) != NULL) + { + snprintf(ckeyword, sizeof(ckeyword), "%s.Custom%s", + langstart, option->keyword); + + if ((attr = ppdFindAttr(ppd, ckeyword, "True")) == NULL) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Missing \"%s\" " + "translation string for option %s, " + "choice %s!\n"), + langstart, ckeyword + 1 + strlen(langstart), + "True"); + } + + errors ++; + } + else if (!valid_utf8(attr->text)) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad UTF-8 \"%s\" " + "translation string for option %s, " + "choice %s!\n"), + langstart, ckeyword + 1 + strlen(langstart), + "True"); + } + + errors ++; + } + + if (strcasecmp(option->keyword, "PageSize")) + { + for (cparam = (ppd_cparam_t *)cupsArrayFirst(coption->params); + cparam; + cparam = (ppd_cparam_t *)cupsArrayNext(coption->params)) + { + snprintf(ckeyword, sizeof(ckeyword), "%s.ParamCustom%s", + langstart, option->keyword); + if ((attr = ppdFindAttr(ppd, ckeyword, cparam->name)) == NULL) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Missing \"%s\" " + "translation string for option %s, " + "choice %s!\n"), + langstart, + ckeyword + 1 + strlen(langstart), + cparam->name); + } + + errors ++; + } + else if (!valid_utf8(attr->text)) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad UTF-8 \"%s\" " + "translation string for option %s, " + "choice %s!\n"), + langstart, + ckeyword + 1 + strlen(langstart), + cparam->name); + } + + errors ++; + } + } + } + } + else if ((attr = ppdFindAttr(ppd, keyword, option->choices[j].choice)) == NULL) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Missing \"%s\" " + "translation string for option %s, " + "choice %s!\n"), + langstart, option->keyword, + option->choices[j].choice); + } + + errors ++; + } + else if (!valid_utf8(attr->text)) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad UTF-8 \"%s\" " + "translation string for option %s, " + "choice %s!\n"), + langstart, option->keyword, + option->choices[j].choice); + } + + errors ++; + } + + for (ptr = option->choices[j].text; *ptr; ptr ++) + if (*ptr & 128) + break; + + if (*ptr) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Default translation " + "string for option %s choice %s contains " + "8-bit characters!\n"), + option->keyword, + option->choices[j].choice); + } + + errors ++; + } + } + } + } + } + + for (attr = ppdFindAttr(ppd, "cupsFilter", NULL); + attr; + attr = ppdFindNextAttr(ppd, "cupsFilter", NULL)) + { + char super[16], /* Filter super type */ + type[256], /* Filter type */ + program[256]; /* Filter program */ + int cost; /* Filter cost */ + + + if (!attr->value || + sscanf(attr->value, "%15[^/]/%255s%d%255s", super, type, &cost, + program) != 4) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** Bad cupsFilter value \"%s\"!\n"), + attr->value ? attr->value : ""); + } + + errors ++; + } + } + + if ((attr = ppdFindAttr(ppd, "1284DeviceID", NULL)) && + strcmp(attr->name, "1284DeviceID")) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** %s must be 1284DeviceID!\n" + " REF: Page 72, section 5.5\n"), + attr->name); + } + + errors ++; + } + + if (errors) + status = ERROR_CONFORMANCE; + else if (!verbose) + _cupsLangPuts(stdout, _(" PASS\n")); + + if (verbose >= 0) + { + check_basics(argv[i]); + + /* + * Look for default keywords with no corresponding option... + */ + + for (j = 0; j < ppd->num_attrs; j ++) + { + attr = ppd->attrs[j]; + + if (!strcmp(attr->name, "DefaultColorSpace") || + !strcmp(attr->name, "DefaultColorSep") || + !strcmp(attr->name, "DefaultFont") || + !strcmp(attr->name, "DefaultImageableArea") || + !strcmp(attr->name, "DefaultOutputOrder") || + !strcmp(attr->name, "DefaultPaperDimension") || + !strcmp(attr->name, "DefaultScreenProc") || + !strcmp(attr->name, "DefaultTransfer")) + continue; + + if (!strncmp(attr->name, "Default", 7) && + !ppdFindOption(ppd, attr->name + 7)) + _cupsLangPrintf(stdout, + _(" WARN %s has no corresponding " + "options!\n"), + attr->name); + } + + /* + * Check for old Duplex option names... + */ + + if ((option = ppdFindOption(ppd, "EFDuplex")) == NULL) + option = ppdFindOption(ppd, "KD03Duplex"); + + if (option) + { + _cupsLangPrintf(stdout, + _(" WARN Duplex option keyword %s " + "should be named Duplex or JCLDuplex!\n" + " REF: Page 122, section 5.17\n"), + option->keyword); + } + + ppdMarkDefaults(ppd); + if (ppdConflicts(ppd)) + { + _cupsLangPuts(stdout, + _(" WARN Default choices conflicting!\n")); + + show_conflicts(ppd); + } + + if (ppdversion < 43) + { + _cupsLangPrintf(stdout, + _(" WARN Obsolete PPD version %.1f!\n" + " REF: Page 42, section 5.2.\n"), + 0.1f * ppdversion); + } + + if (!ppd->lang_encoding && ppdversion < 41) + { + _cupsLangPuts(stdout, + _(" WARN LanguageEncoding required by PPD " + "4.3 spec.\n" + " REF: Pages 56-57, section 5.3.\n")); + } + + if (!ppd->manufacturer && ppdversion < 43) + { + _cupsLangPuts(stdout, + _(" WARN Manufacturer required by PPD " + "4.3 spec.\n" + " REF: Pages 58-59, section 5.3.\n")); + } + + /* + * Treat a PCFileName attribute longer than 12 characters as + * a warning and not a hard error... + */ + + if (ppd->pcfilename && strlen(ppd->pcfilename) > 12) + { + _cupsLangPuts(stdout, + _(" WARN PCFileName longer than 8.3 in " + "violation of PPD spec.\n" + " REF: Pages 61-62, section 5.3.\n")); + } + + if (!ppd->shortnickname && ppdversion < 43) + { + _cupsLangPuts(stdout, + _(" WARN ShortNickName required by PPD " + "4.3 spec.\n" + " REF: Pages 64-65, section 5.3.\n")); + } + + /* + * Check the Protocols line and flag PJL + BCP since TBCP is + * usually used with PJL... + */ + + if (ppd->protocols) + { + if (strstr(ppd->protocols, "PJL") && + strstr(ppd->protocols, "BCP") && + !strstr(ppd->protocols, "TBCP")) + { + _cupsLangPuts(stdout, + _(" WARN Protocols contains both PJL " + "and BCP; expected TBCP.\n" + " REF: Pages 78-79, section 5.7.\n")); + } + + if (strstr(ppd->protocols, "PJL") && + (!ppd->jcl_begin || !ppd->jcl_end || !ppd->jcl_ps)) + { + _cupsLangPuts(stdout, + _(" WARN Protocols contains PJL but JCL " + "attributes are not set.\n" + " REF: Pages 78-79, section 5.7.\n")); + } + } + + /* + * Check for options with a common prefix, e.g. Duplex and Duplexer, + * which are errors according to the spec but won't cause problems + * with CUPS specifically... + */ + + for (j = 0, group = ppd->groups; j < ppd->num_groups; j ++, group ++) + for (k = 0, option = group->options; k < group->num_options; k ++, option ++) + { + len = strlen(option->keyword); + + for (m = 0, group2 = ppd->groups; + m < ppd->num_groups; + m ++, group2 ++) + for (n = 0, option2 = group2->options; + n < group2->num_options; + n ++, option2 ++) + if (option != option2 && + len < strlen(option2->keyword) && + !strncmp(option->keyword, option2->keyword, len)) + { + _cupsLangPrintf(stdout, + _(" WARN %s shares a common " + "prefix with %s\n" + " REF: Page 15, section " + "3.2.\n"), + option->keyword, option2->keyword); + } + } + } + + if (verbose > 0) + { + if (errors) + _cupsLangPrintf(stdout, _(" %d ERRORS FOUND\n"), errors); + else + _cupsLangPuts(stdout, _(" NO ERRORS FOUND\n")); + } + + /* + * Then list the options, if "-v" was provided... + */ + + if (verbose > 1) + { + _cupsLangPrintf(stdout, + "\n" + " language_level = %d\n" + " color_device = %s\n" + " variable_sizes = %s\n" + " landscape = %d\n", + ppd->language_level, + ppd->color_device ? "TRUE" : "FALSE", + ppd->variable_sizes ? "TRUE" : "FALSE", + ppd->landscape); + + switch (ppd->colorspace) + { + case PPD_CS_CMYK : + _cupsLangPuts(stdout, " colorspace = PPD_CS_CMYK\n"); + break; + case PPD_CS_CMY : + _cupsLangPuts(stdout, " colorspace = PPD_CS_CMY\n"); + break; + case PPD_CS_GRAY : + _cupsLangPuts(stdout, " colorspace = PPD_CS_GRAY\n"); + break; + case PPD_CS_RGB : + _cupsLangPuts(stdout, " colorspace = PPD_CS_RGB\n"); + break; + default : + _cupsLangPuts(stdout, " colorspace = \n"); + break; + } + + _cupsLangPrintf(stdout, " num_emulations = %d\n", + ppd->num_emulations); + for (j = 0; j < ppd->num_emulations; j ++) + _cupsLangPrintf(stdout, " emulations[%d] = %s\n", + j, ppd->emulations[j].name); + + _cupsLangPrintf(stdout, " lang_encoding = %s\n", + ppd->lang_encoding); + _cupsLangPrintf(stdout, " lang_version = %s\n", + ppd->lang_version); + _cupsLangPrintf(stdout, " modelname = %s\n", ppd->modelname); + _cupsLangPrintf(stdout, " ttrasterizer = %s\n", + ppd->ttrasterizer == NULL ? "None" : ppd->ttrasterizer); + _cupsLangPrintf(stdout, " manufacturer = %s\n", + ppd->manufacturer); + _cupsLangPrintf(stdout, " product = %s\n", ppd->product); + _cupsLangPrintf(stdout, " nickname = %s\n", ppd->nickname); + _cupsLangPrintf(stdout, " shortnickname = %s\n", + ppd->shortnickname); + _cupsLangPrintf(stdout, " patches = %d bytes\n", + ppd->patches == NULL ? 0 : (int)strlen(ppd->patches)); + + _cupsLangPrintf(stdout, " num_groups = %d\n", ppd->num_groups); + for (j = 0, group = ppd->groups; j < ppd->num_groups; j ++, group ++) + { + _cupsLangPrintf(stdout, " group[%d] = %s\n", + j, group->text); + + for (k = 0, option = group->options; k < group->num_options; k ++, option ++) + { + _cupsLangPrintf(stdout, + " options[%d] = %s (%s) %s %s %.0f " + "(%d choices)\n", + k, option->keyword, option->text, uis[option->ui], + sections[option->section], option->order, + option->num_choices); + + if (!strcmp(option->keyword, "PageSize") || + !strcmp(option->keyword, "PageRegion")) + { + for (m = option->num_choices, choice = option->choices; + m > 0; + m --, choice ++) + { + size = ppdPageSize(ppd, choice->choice); + + if (size == NULL) + _cupsLangPrintf(stdout, + " %s (%s) = ERROR", + choice->choice, choice->text); + else + _cupsLangPrintf(stdout, + " %s (%s) = %.2fx%.2fin " + "(%.1f,%.1f,%.1f,%.1f)", + choice->choice, choice->text, + size->width / 72.0, size->length / 72.0, + size->left / 72.0, size->bottom / 72.0, + size->right / 72.0, size->top / 72.0); + + if (!strcmp(option->defchoice, choice->choice)) + _cupsLangPuts(stdout, " *\n"); + else + _cupsLangPuts(stdout, "\n"); + } + } + else + { + for (m = option->num_choices, choice = option->choices; + m > 0; + m --, choice ++) + { + _cupsLangPrintf(stdout, " %s (%s)", + choice->choice, choice->text); + + if (!strcmp(option->defchoice, choice->choice)) + _cupsLangPuts(stdout, " *\n"); + else + _cupsLangPuts(stdout, "\n"); + } + } + } + } + + _cupsLangPrintf(stdout, " num_profiles = %d\n", + ppd->num_profiles); + for (j = 0; j < ppd->num_profiles; j ++) + _cupsLangPrintf(stdout, + " profiles[%d] = %s/%s %.3f %.3f " + "[ %.3f %.3f %.3f %.3f %.3f %.3f %.3f %.3f %.3f ]\n", + j, ppd->profiles[j].resolution, + ppd->profiles[j].media_type, + ppd->profiles[j].gamma, ppd->profiles[j].density, + ppd->profiles[j].matrix[0][0], + ppd->profiles[j].matrix[0][1], + ppd->profiles[j].matrix[0][2], + ppd->profiles[j].matrix[1][0], + ppd->profiles[j].matrix[1][1], + ppd->profiles[j].matrix[1][2], + ppd->profiles[j].matrix[2][0], + ppd->profiles[j].matrix[2][1], + ppd->profiles[j].matrix[2][2]); + + _cupsLangPrintf(stdout, " num_fonts = %d\n", ppd->num_fonts); + for (j = 0; j < ppd->num_fonts; j ++) + _cupsLangPrintf(stdout, " fonts[%d] = %s\n", + j, ppd->fonts[j]); + + _cupsLangPrintf(stdout, " num_attrs = %d\n", ppd->num_attrs); + for (j = 0; j < ppd->num_attrs; j ++) + _cupsLangPrintf(stdout, + " attrs[%d] = %s %s%s%s: \"%s\"\n", j, + ppd->attrs[j]->name, ppd->attrs[j]->spec, + ppd->attrs[j]->text[0] ? "/" : "", + ppd->attrs[j]->text, + ppd->attrs[j]->value ? + ppd->attrs[j]->value : "(null)"); + } + + ppdClose(ppd); + } + + if (!files) + usage(); + + return (status); +} + + +/* + * 'check_basics()' - Check for CR LF, mixed line endings, and blank lines. + */ + +void +check_basics(const char *filename) /* I - PPD file to check */ +{ + cups_file_t *fp; /* File pointer */ + int ch; /* Current character */ + int col, /* Current column */ + whitespace; /* Only seen whitespace? */ + int eol; /* Line endings */ + int linenum; /* Line number */ + int mixed; /* Mixed line endings? */ + + + if ((fp = cupsFileOpen(filename, "r")) == NULL) + return; + + linenum = 1; + col = 0; + eol = EOL_NONE; + mixed = 0; + whitespace = 1; + + while ((ch = cupsFileGetChar(fp)) != EOF) + { + if (ch == '\r' || ch == '\n') + { + if (ch == '\n') + { + if (eol == EOL_NONE) + eol = EOL_LF; + else if (eol != EOL_LF) + mixed = 1; + } + else if (ch == '\r') + { + if (cupsFilePeekChar(fp) == '\n') + { + cupsFileGetChar(fp); + + if (eol == EOL_NONE) + eol = EOL_CRLF; + else + mixed = 1; + } + else if (eol == EOL_NONE) + eol = EOL_CR; + else + mixed = 1; + } + + if (col > 0 && whitespace) + _cupsLangPrintf(stdout, + _(" WARN Line %d only contains whitespace!\n"), + linenum); + + linenum ++; + col = 0; + whitespace = 1; + } + else + { + if (ch != ' ' && ch != '\t') + whitespace = 0; + + col ++; + } + } + + if (mixed) + _cupsLangPuts(stdout, + _(" WARN File contains a mix of CR, LF, and " + "CR LF line endings!\n")); + + if (eol == EOL_CRLF) + _cupsLangPuts(stdout, + _(" WARN Non-Windows PPD files should use lines " + "ending with only LF, not CR LF!\n")); + + cupsFileClose(fp); +} + + +/* + * 'show_conflicts()' - Show option conflicts in a PPD file. + */ + +void +show_conflicts(ppd_file_t *ppd) /* I - PPD to check */ +{ + int i, j; /* Looping variables */ + ppd_const_t *c; /* Current constraint */ + ppd_option_t *o1, *o2; /* Options */ + ppd_choice_t *c1, *c2; /* Choices */ + + + /* + * Loop through all of the UI constraints and report any options + * that conflict... + */ + + for (i = ppd->num_consts, c = ppd->consts; i > 0; i --, c ++) + { + /* + * Grab pointers to the first option... + */ + + o1 = ppdFindOption(ppd, c->option1); + + if (o1 == NULL) + continue; + else if (c->choice1[0] != '\0') + { + /* + * This constraint maps to a specific choice. + */ + + c1 = ppdFindChoice(o1, c->choice1); + } + else + { + /* + * This constraint applies to any choice for this option. + */ + + for (j = o1->num_choices, c1 = o1->choices; j > 0; j --, c1 ++) + if (c1->marked) + break; + + if (j == 0 || + !strcasecmp(c1->choice, "None") || + !strcasecmp(c1->choice, "Off") || + !strcasecmp(c1->choice, "False")) + c1 = NULL; + } + + /* + * Grab pointers to the second option... + */ + + o2 = ppdFindOption(ppd, c->option2); + + if (o2 == NULL) + continue; + else if (c->choice2[0] != '\0') + { + /* + * This constraint maps to a specific choice. + */ + + c2 = ppdFindChoice(o2, c->choice2); + } + else + { + /* + * This constraint applies to any choice for this option. + */ + + for (j = o2->num_choices, c2 = o2->choices; j > 0; j --, c2 ++) + if (c2->marked) + break; + + if (j == 0 || + !strcasecmp(c2->choice, "None") || + !strcasecmp(c2->choice, "Off") || + !strcasecmp(c2->choice, "False")) + c2 = NULL; + } + + /* + * If both options are marked then there is a conflict... + */ + + if (c1 != NULL && c1->marked && c2 != NULL && c2->marked) + _cupsLangPrintf(stdout, + _(" WARN \"%s %s\" conflicts with \"%s %s\"\n" + " (constraint=\"%s %s %s %s\")\n"), + o1->keyword, c1->choice, o2->keyword, c2->choice, + c->option1, c->choice1, c->option2, c->choice2); + } +} + + +/* + * 'usage()' - Show program usage... + */ + +void +usage(void) +{ + _cupsLangPuts(stdout, + _("Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] " + "[... filenameN.ppd[.gz]]\n" + " program | cupstestppd [-q] [-r] [-v[v]] -\n")); + + exit(ERROR_USAGE); +} + + +/* + * 'valid_utf8()' - Check whether a string contains valid UTF-8 text. + */ + +int /* O - 1 if valid, 0 if not */ +valid_utf8(const char *s) /* I - String to check */ +{ + while (*s) + { + if (*s & 0x80) + { + /* + * Check for valid UTF-8 sequence... + */ + + if ((*s & 0xc0) == 0x80) + return (0); /* Illegal suffix byte */ + else if ((*s & 0xe0) == 0xc0) + { + /* + * 2-byte sequence... + */ + + s ++; + + if ((*s & 0xc0) != 0x80) + return (0); /* Missing suffix byte */ + } + else if ((*s & 0xf0) == 0xe0) + { + /* + * 3-byte sequence... + */ + + s ++; + + if ((*s & 0xc0) != 0x80) + return (0); /* Missing suffix byte */ + + s ++; + + if ((*s & 0xc0) != 0x80) + return (0); /* Missing suffix byte */ + } + else if ((*s & 0xf8) == 0xf0) + { + /* + * 4-byte sequence... + */ + + s ++; + + if ((*s & 0xc0) != 0x80) + return (0); /* Missing suffix byte */ + + s ++; + + if ((*s & 0xc0) != 0x80) + return (0); /* Missing suffix byte */ + + s ++; + + if ((*s & 0xc0) != 0x80) + return (0); /* Missing suffix byte */ + } + else + return (0); /* Bad sequence */ + } + + s ++; + } + + return (1); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/lp.c b/systemv/lp.c new file mode 100644 index 0000000000..92061e4202 --- /dev/null +++ b/systemv/lp.c @@ -0,0 +1,844 @@ +/* + * "$Id$" + * + * "lp" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and send files for printing. + * restart_job() - Restart a job. + * set_job_attrs() - Set job attributes. + * sighandler() - Signal catcher for when we print from stdin... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include + + +#ifndef WIN32 +# include +# include + + +/* + * Local functions. + */ + +void sighandler(int); +#endif /* !WIN32 */ +int restart_job(const char *command, int job_id); +int set_job_attrs(const char *command, int job_id, int num_options, + cups_option_t *options); + + +/* + * Globals... + */ + +char tempfile[1024]; /* Temporary file for printing from stdin */ + + +/* + * 'main()' - Parse options and send files for printing. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, j; /* Looping vars */ + int job_id; /* Job ID */ + char *printer, /* Printer name */ + *instance, /* Instance name */ + *val, /* Option value */ + *title; /* Job title */ + int priority; /* Job priority (1-100) */ + int num_copies; /* Number of copies per file */ + int num_files; /* Number of files to print */ + const char *files[1000]; /* Files to print */ + int num_dests; /* Number of destinations */ + cups_dest_t *dests, /* Destinations */ + *dest; /* Selected destination */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + int end_options; /* No more options? */ + int silent; /* Silent or verbose output? */ + char buffer[8192]; /* Copy buffer */ + ssize_t bytes; /* Bytes copied */ + off_t filesize; /* Size of temp file */ + int temp; /* Temporary file descriptor */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Signal action */ + struct sigaction oldaction; /* Old signal action */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET*/ + + +#ifdef __sun + /* + * Solaris does some rather strange things to re-queue remote print + * jobs. On bootup, the "lp" command is run as "printd" to re-spool + * any remote jobs in /var/spool/print. Since CUPS doesn't need this + * nonsense, we just need to add the necessary check here to prevent + * lp from causing boot problems... + */ + + if ((val = strrchr(argv[0], '/')) != NULL) + val ++; + else + val = argv[0]; + + if (!strcmp(val, "printd")) + return (0); +#endif /* __sun */ + + _cupsSetLocale(argv); + + silent = 0; + printer = NULL; + num_dests = 0; + dests = NULL; + num_options = 0; + options = NULL; + num_files = 0; + title = NULL; + job_id = 0; + end_options = 0; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-' && argv[i][1] && !end_options) + switch (argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + argv[0]); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'c' : /* Copy to spool dir (always enabled) */ + break; + + case 'd' : /* Destination printer or class */ + if (argv[i][2] != '\0') + printer = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected destination after " + "\'-d\' option!\n"), + argv[0]); + return (1); + } + + printer = argv[i]; + } + + if ((instance = strrchr(printer, '/')) != NULL) + *instance++ = '\0'; + + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(printer, instance, num_dests, dests)) != NULL) + { + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + } + break; + + case 'f' : /* Form */ + if (!argv[i][2]) + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected form after \'-f\' " + "option!\n"), + argv[0]); + return (1); + } + } + + _cupsLangPrintf(stderr, _("%s: Warning - form option ignored!\n"), + argv[0]); + break; + + case 'h' : /* Destination host */ + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hostname after " + "\'-h\' option!\n"), + argv[0]); + return (1); + } + + cupsSetServer(argv[i]); + } + break; + + case 'i' : /* Change job */ + if (argv[i][2]) + val = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Expected job ID after \'-i\' option!\n"), + argv[0]); + return (1); + } + + val = argv[i]; + } + + if (num_files > 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - cannot print files and alter " + "jobs simultaneously!\n"), + argv[0]); + return (1); + } + + if (strrchr(val, '-') != NULL) + job_id = atoi(strrchr(val, '-') + 1); + else + job_id = atoi(val); + + if (job_id < 0) + { + _cupsLangPrintf(stderr, _("%s: Error - bad job ID!\n"), argv[0]); + break; + } + break; + + case 'm' : /* Send email when job is done */ +#ifdef __sun + case 'p' : /* Notify on completion */ +#endif /* __sun */ + case 'w' : /* Write to console or email */ + { + char email[1024]; /* EMail address */ + + + snprintf(email, sizeof(email), "mailto:%s@%s", cupsUser(), + httpGetHostname(NULL, buffer, sizeof(buffer))); + num_options = cupsAddOption("notify-recipient", email, + num_options, &options); + } + + silent = 1; + break; + + case 'n' : /* Number of copies */ + if (argv[i][2] != '\0') + num_copies = atoi(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected copies after " + "\'-n\' option!\n"), + argv[0]); + return (1); + } + + num_copies = atoi(argv[i]); + } + + sprintf(buffer, "%d", num_copies); + num_options = cupsAddOption("copies", buffer, num_options, &options); + break; + + case 'o' : /* Option */ + if (argv[i][2] != '\0') + num_options = cupsParseOptions(argv[i] + 2, num_options, &options); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected option string after " + "\'-o\' option!\n"), + argv[0]); + return (1); + } + + num_options = cupsParseOptions(argv[i], num_options, &options); + } + break; + +#ifndef __sun + case 'p' : /* Queue priority */ +#endif /* !__sun */ + case 'q' : /* Queue priority */ + if (argv[i][2] != '\0') + priority = atoi(argv[i] + 2); + else + { + if ((i + 1) >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected priority after " + "\'-%c\' option!\n"), + argv[0], argv[i][1]); + return (1); + } + + i ++; + + priority = atoi(argv[i]); + } + + /* + * For 100% Solaris compatibility, need to add: + * + * priority = 99 * (39 - priority) / 39 + 1; + * + * However, to keep CUPS lp the same across all platforms + * we will break compatibility this far... + */ + + if (priority < 1 || priority > 100) + { + _cupsLangPrintf(stderr, + _("%s: Error - priority must be between 1 and " + "100.\n"), + argv[0]); + return (1); + } + + sprintf(buffer, "%d", priority); + num_options = cupsAddOption("job-priority", buffer, num_options, &options); + break; + + case 's' : /* Silent */ + silent = 1; + break; + + case 't' : /* Title */ + if (argv[i][2] != '\0') + title = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected title after " + "\'-t\' option!\n"), + argv[0]); + return (1); + } + + title = argv[i]; + } + break; + + case 'y' : /* mode-list */ + if (!argv[i][2]) + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected mode list after " + "\'-y\' option!\n"), + argv[0]); + return (1); + } + } + + _cupsLangPrintf(stderr, + _("%s: Warning - mode option ignored!\n"), + argv[0]); + break; + + case 'H' : /* Hold job */ + if (argv[i][2]) + val = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hold name after " + "\'-H\' option!\n"), + argv[0]); + return (1); + } + + val = argv[i]; + } + + if (!strcmp(val, "hold")) + num_options = cupsAddOption("job-hold-until", "indefinite", + num_options, &options); + else if (!strcmp(val, "resume") || + !strcmp(val, "release")) + num_options = cupsAddOption("job-hold-until", "no-hold", + num_options, &options); + else if (!strcmp(val, "immediate")) + num_options = cupsAddOption("job-priority", "100", + num_options, &options); + else if (!strcmp(val, "restart")) + { + if (job_id < 1) + { + _cupsLangPrintf(stderr, + _("%s: Need job ID (\'-i jobid\') before " + "\'-H restart\'!\n"), + argv[0]); + return (1); + } + + if (restart_job(argv[0], job_id)) + return (1); + } + else + num_options = cupsAddOption("job-hold-until", val, + num_options, &options); + break; + + case 'P' : /* Page list */ + if (argv[i][2]) + val = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected page list after " + "\'-P\' option!\n"), + argv[0]); + return (1); + } + + val = argv[i]; + } + + num_options = cupsAddOption("page-ranges", val, num_options, + &options); + break; + + case 'S' : /* character set */ + if (!argv[i][2]) + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected character set after " + "\'-S\' option!\n"), + argv[0]); + return (1); + } + } + + _cupsLangPrintf(stderr, + _("%s: Warning - character set option ignored!\n"), + argv[0]); + break; + + case 'T' : /* Content-Type */ + if (!argv[i][2]) + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected content type after " + "\'-T\' option!\n"), + argv[0]); + return (1); + } + } + + _cupsLangPrintf(stderr, + _("%s: Warning - content type option ignored!\n"), + argv[0]); + break; + + case '-' : /* Stop processing options */ + end_options = 1; + break; + + default : + _cupsLangPrintf(stderr, _("%s: Error - unknown option \'%c\'!\n"), + argv[0], argv[i][1]); + return (1); + } + else if (!strcmp(argv[i], "-")) + { + if (num_files || job_id) + { + _cupsLangPrintf(stderr, + _("%s: Error - cannot print from stdin if files or a " + "job ID are provided!\n"), + argv[0]); + return (1); + } + + break; + } + else if (num_files < 1000 && job_id == 0) + { + /* + * Print a file... + */ + + if (access(argv[i], R_OK) != 0) + { + _cupsLangPrintf(stderr, _("%s: Error - unable to access \"%s\" - %s\n"), + argv[0], argv[i], strerror(errno)); + return (1); + } + + files[num_files] = argv[i]; + num_files ++; + + if (title == NULL) + { + if ((title = strrchr(argv[i], '/')) != NULL) + title ++; + else + title = argv[i]; + } + } + else + _cupsLangPrintf(stderr, _("%s: Error - too many files - \"%s\"\n"), + argv[0], argv[i]); + + /* + * See if we are altering an existing job... + */ + + if (job_id) + return (set_job_attrs(argv[0], job_id, num_options, options)); + + /* + * See if we have any files to print; if not, print from stdin... + */ + + if (printer == NULL) + { + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) != NULL) + { + printer = dest->name; + + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + } + } + + if (printer == NULL) + { + val = NULL; + + if ((printer = getenv("LPDEST")) == NULL) + { + if ((printer = getenv("PRINTER")) != NULL) + { + if (!strcmp(printer, "lp")) + printer = NULL; + else + val = "PRINTER"; + } + } + else + val = "LPDEST"; + + if (printer && !cupsGetDest(printer, NULL, num_dests, dests)) + _cupsLangPrintf(stderr, + _("%s: Error - %s environment variable names " + "non-existent destination \"%s\"!\n"), + argv[0], val, printer); + else if (cupsLastError() == IPP_NOT_FOUND) + _cupsLangPrintf(stderr, + _("%s: Error - no default destination available.\n"), + argv[0]); + else + _cupsLangPrintf(stderr, + _("%s: Error - scheduler not responding!\n"), + argv[0]); + + return (1); + } + + if (num_files > 0) + job_id = cupsPrintFiles(printer, num_files, files, title, num_options, options); + else + { + num_files = 1; + +#ifndef WIN32 +# if defined(HAVE_SIGSET) + sigset(SIGHUP, sighandler); + if (sigset(SIGINT, sighandler) == SIG_IGN) + sigset(SIGINT, SIG_IGN); + sigset(SIGTERM, sighandler); +# elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = sighandler; + + sigaction(SIGHUP, &action, NULL); + sigaction(SIGINT, NULL, &oldaction); + if (oldaction.sa_handler != SIG_IGN) + sigaction(SIGINT, &action, NULL); + sigaction(SIGTERM, &action, NULL); +# else + signal(SIGHUP, sighandler); + if (signal(SIGINT, sighandler) == SIG_IGN) + signal(SIGINT, SIG_IGN); + signal(SIGTERM, sighandler); +# endif +#endif /* !WIN32 */ + + temp = cupsTempFd(tempfile, sizeof(tempfile)); + + if (temp < 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - unable to create temporary file \"%s\" - %s\n"), + argv[0], tempfile, strerror(errno)); + return (1); + } + + while ((bytes = read(0, buffer, sizeof(buffer))) > 0) + if (write(temp, buffer, bytes) < 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - unable to write to temporary file " + "\"%s\" - %s\n"), + argv[0], tempfile, strerror(errno)); + close(temp); + unlink(tempfile); + return (1); + } + + filesize = lseek(temp, 0, SEEK_CUR); + close(temp); + + if (filesize <= 0) + { + _cupsLangPrintf(stderr, + _("%s: Error - stdin is empty, so no job has been sent.\n"), + argv[0]); + unlink(tempfile); + return (1); + } + + if (title) + job_id = cupsPrintFile(printer, tempfile, title, num_options, options); + else + job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options); + + unlink(tempfile); + } + + if (job_id < 1) + { + _cupsLangPrintf(stderr, "%s: %s\n", argv[0], cupsLastErrorString()); + return (1); + } + else if (!silent) + _cupsLangPrintf(stdout, _("request id is %s-%d (%d file(s))\n"), + printer, job_id, num_files); + + return (0); +} + + +/* + * 'restart_job()' - Restart a job. + */ + +int /* O - Exit status */ +restart_job(const char *command, /* I - Command name */ + int job_id) /* I - Job ID */ +{ + http_t *http; /* HTTP connection to server */ + ipp_t *request; /* IPP request */ + char uri[HTTP_MAX_URI]; /* URI for job */ + + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + request = ippNewRequest(IPP_RESTART_JOB); + + sprintf(uri, "ipp://localhost/jobs/%d", job_id); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "job-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + ippDelete(cupsDoRequest(http, request, "/jobs")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + return (1); + } + + return (0); +} + + +/* + * 'set_job_attrs()' - Set job attributes. + */ + +int /* O - Exit status */ +set_job_attrs(const char *command, /* I - Command name */ + int job_id, /* I - Job ID */ + int num_options,/* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + http_t *http; /* HTTP connection to server */ + ipp_t *request; /* IPP request */ + char uri[HTTP_MAX_URI]; /* URI for job */ + + + if (num_options == 0) + return (0); + + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + request = ippNewRequest(IPP_SET_JOB_ATTRIBUTES); + + sprintf(uri, "ipp://localhost/jobs/%d", job_id); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "job-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); + + cupsEncodeOptions(request, num_options, options); + + ippDelete(cupsDoRequest(http, request, "/jobs")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "%s: %s\n", command, cupsLastErrorString()); + return (1); + } + + return (0); +} + + +#ifndef WIN32 +/* + * 'sighandler()' - Signal catcher for when we print from stdin... + */ + +void +sighandler(int s) /* I - Signal number */ +{ + /* + * Remove the temporary file we're using to print from stdin... + */ + + unlink(tempfile); + + /* + * Exit... + */ + + exit(s); +} +#endif /* !WIN32 */ + + +/* + * End of "$Id$". + */ diff --git a/systemv/lpadmin.c b/systemv/lpadmin.c new file mode 100644 index 0000000000..abece172d5 --- /dev/null +++ b/systemv/lpadmin.c @@ -0,0 +1,1990 @@ +/* + * "$Id$" + * + * "lpadmin" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and configure the scheduler. + * add_printer_to_class() - Add a printer to a class. + * default_printer() - Set the default printing destination. + * delete_printer() - Delete a printer from the system... + * delete_printer_from_class() - Delete a printer from a class. + * enable_printer() - Enable a printer... + * set_printer_device() - Set the device-uri attribute. + * set_printer_file() - Set the interface script or PPD file. + * set_printer_info() - Set the printer description string. + * set_printer_location() - Set the printer location string. + * set_printer_model() - Set the driver model file. + * set_printer_options() - Set the printer options. + * validate_name() - Make sure the printer name only contains + * valid chars... + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#ifdef HAVE_LIBZ +# include +#endif /* HAVE_LIBZ */ + + +/* + * Local functions... + */ + +static int add_printer_to_class(http_t *, char *, char *); +static int default_printer(http_t *, char *); +static int delete_printer(http_t *, char *); +static int delete_printer_from_class(http_t *, char *, char *); +static int enable_printer(http_t *, char *); +static char *get_line(char *, int, FILE *fp); +static int set_printer_device(http_t *, char *, char *); +static int set_printer_file(http_t *, char *, char *); +static int set_printer_info(http_t *, char *, char *); +static int set_printer_location(http_t *, char *, char *); +static int set_printer_model(http_t *, char *, char *); +static int set_printer_options(http_t *, char *, int, cups_option_t *); +static int validate_name(const char *); + + +/* + * 'main()' - Parse options and configure the scheduler. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + http_t *http; /* Connection to server */ + char *printer, /* Destination printer */ + *pclass, /* Printer class name */ + *val; /* Pointer to allow/deny value */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + + + _cupsSetLocale(argv); + + http = NULL; + printer = NULL; + num_options = 0; + options = NULL; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + switch (argv[i][1]) + { + case 'c' : /* Add printer to class */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to add a printer to the class:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + pclass = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected class name after \'-c\' " + "option!\n")); + return (1); + } + + pclass = argv[i]; + } + + if (!validate_name(pclass)) + { + _cupsLangPuts(stderr, + _("lpadmin: Class name can only contain printable " + "characters!\n")); + return (1); + } + + if (add_printer_to_class(http, printer, pclass)) + return (1); + break; + + case 'd' : /* Set as default destination */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (argv[i][2]) + printer = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected printer name after \'-d\' " + "option!\n")); + return (1); + } + + printer = argv[i]; + } + + if (!validate_name(printer)) + { + _cupsLangPuts(stderr, + _("lpadmin: Printer name can only contain " + "printable characters!\n")); + return (1); + } + + if (default_printer(http, printer)) + return (1); + + i = argc; + break; + + case 'h' : /* Connect to host */ + if (http) + { + httpClose(http); + http = NULL; + } + + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected hostname after \'-h\' " + "option!\n")); + return (1); + } + + cupsSetServer(argv[i]); + } + break; + + case 'i' : /* Use the specified interface script */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to set the interface script:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + { + if (set_printer_file(http, printer, argv[i] + 2)) + return (1); + } + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected interface after \'-i\' " + "option!\n")); + return (1); + } + + if (set_printer_file(http, printer, argv[i])) + return (1); + } + break; + + case 'E' : /* Enable the printer */ + if (printer == NULL) + { +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + + if (http) + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + } + + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (enable_printer(http, printer)) + return (1); + break; + + case 'm' : /* Use the specified standard script/PPD file */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to set the interface script or " + "PPD file:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + { + if (set_printer_model(http, printer, argv[i] + 2)) + return (1); + } + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected model after \'-m\' " + "option!\n")); + return (1); + } + + if (set_printer_model(http, printer, argv[i])) + return (1); + } + break; + + case 'o' : /* Set option */ + if (argv[i][2]) + num_options = cupsParseOptions(argv[i] + 2, num_options, &options); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected name=value after \'-o\' " + "option!\n")); + return (1); + } + + num_options = cupsParseOptions(argv[i], num_options, &options); + } + break; + + case 'p' : /* Add/modify a printer */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (argv[i][2]) + printer = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected printer after \'-p\' " + "option!\n")); + return (1); + } + + printer = argv[i]; + } + + if (!validate_name(printer)) + { + _cupsLangPuts(stderr, + _("lpadmin: Printer name can only contain " + "printable characters!\n")); + return (1); + } + break; + + case 'r' : /* Remove printer from class */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to remove a printer from the " + "class:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + pclass = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected class after \'-r\' " + "option!\n")); + return (1); + } + + pclass = argv[i]; + } + + if (!validate_name(pclass)) + { + _cupsLangPuts(stderr, + _("lpadmin: Class name can only contain printable " + "characters!\n")); + return (1); + } + + if (delete_printer_from_class(http, printer, pclass)) + return (1); + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + argv[0]); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'u' : /* Allow/deny users */ + if (argv[i][2]) + val = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected allow/deny:userlist after " + "\'-u\' option!\n")); + return (1); + } + + val = argv[i]; + } + + if (!strncasecmp(val, "allow:", 6)) + num_options = cupsAddOption("requesting-user-name-allowed", + val + 6, num_options, &options); + else if (!strncasecmp(val, "deny:", 5)) + num_options = cupsAddOption("requesting-user-name-denied", + val + 5, num_options, &options); + else + { + _cupsLangPrintf(stderr, + _("lpadmin: Unknown allow/deny option \"%s\"!\n"), + val); + return (1); + } + break; + + case 'v' : /* Set the device-uri attribute */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to set the device URI:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + { + if (set_printer_device(http, printer, argv[i] + 2)) + return (1); + } + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected device URI after \'-v\' " + "option!\n")); + return (1); + } + + if (set_printer_device(http, printer, argv[i])) + return (1); + } + break; + + case 'x' : /* Delete a printer */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (argv[i][2]) + printer = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected printer or class after " + "\'-x\' option!\n")); + return (1); + } + + printer = argv[i]; + } + + if (!validate_name(printer)) + { + _cupsLangPuts(stderr, + _("lpadmin: Printer name can only contain " + "printable characters!\n")); + return (1); + } + + if (delete_printer(http, printer)) + return (1); + + i = argc; + break; + + case 'D' : /* Set the printer-info attribute */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to set the printer " + "description:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + { + if (set_printer_info(http, printer, argv[i] + 2)) + return (1); + } + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected description after " + "\'-D\' option!\n")); + return (1); + } + + if (set_printer_info(http, printer, argv[i])) + return (1); + } + break; + + case 'I' : /* Set the supported file types (ignored) */ + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected file type(s) after \'-I\' " + "option!\n")); + return (1); + } + + _cupsLangPuts(stderr, + _("lpadmin: Warning - content type list ignored!\n")); + break; + + case 'L' : /* Set the printer-location attribute */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to set the printer location:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + { + if (set_printer_location(http, printer, argv[i] + 2)) + return (1); + } + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected location after \'-L\' " + "option!\n")); + return (1); + } + + if (set_printer_location(http, printer, argv[i])) + return (1); + } + break; + + case 'P' : /* Use the specified PPD file */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to set the PPD file:\n" + " You must specify a printer name " + "first!\n")); + return (1); + } + + if (argv[i][2]) + { + if (set_printer_file(http, printer, argv[i] + 2)) + return (1); + } + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("lpadmin: Expected PPD after \'-P\' option!\n")); + return (1); + } + + if (set_printer_file(http, printer, argv[i])) + return (1); + } + break; + + default : + _cupsLangPrintf(stderr, + _("lpadmin: Unknown option \'%c\'!\n"), argv[i][1]); + return (1); + } + else + { + _cupsLangPrintf(stderr, _("lpadmin: Unknown argument \'%s\'!\n"), + argv[i]); + return (1); + } + + /* + * Set options as needed... + */ + + if (num_options) + { + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (printer == NULL) + { + _cupsLangPuts(stderr, + _("lpadmin: Unable to set the printer options:\n" + " You must specify a printer name first!\n")); + return (1); + } + + if (set_printer_options(http, printer, num_options, options)) + return (1); + } + + if (printer == NULL) + { + _cupsLangPuts(stdout, + _("Usage:\n" + "\n" + " lpadmin [-h server] -d destination\n" + " lpadmin [-h server] -x destination\n" + " lpadmin [-h server] -p printer [-c add-class] " + "[-i interface] [-m model]\n" + " [-r remove-class] [-v device] " + "[-D description]\n" + " [-P ppd-file] [-o name=value]\n" + " [-u allow:user,user] " + "[-u deny:user,user]\n" + "\n")); + } + + if (http) + httpClose(http); + + return (0); +} + + +/* + * 'add_printer_to_class()' - Add a printer to a class. + */ + +static int /* O - 0 on success, 1 on fail */ +add_printer_to_class(http_t *http, /* I - Server connection */ + char *printer, /* I - Printer to add */ + char *pclass) /* I - Class to add to */ +{ + int i; /* Looping var */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr, /* Current attribute */ + *members; /* Members in class */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("add_printer_to_class(%p, \"%s\", \"%s\")\n", http, + printer, pclass)); + + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/classes/%s", pclass); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Do the request and get back a response... + */ + + response = cupsDoRequest(http, request, "/"); + + /* + * Build a CUPS_ADD_CLASS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * member-uris + */ + + request = ippNewRequest(CUPS_ADD_CLASS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * See if the printer is already in the class... + */ + + if (response != NULL && + (members = ippFindAttribute(response, "member-names", IPP_TAG_NAME)) != NULL) + for (i = 0; i < members->num_values; i ++) + if (strcasecmp(printer, members->values[i].string.text) == 0) + { + _cupsLangPrintf(stderr, + _("lpadmin: Printer %s is already a member of class %s.\n"), + printer, pclass); + ippDelete(request); + ippDelete(response); + return (0); + } + + /* + * OK, the printer isn't part of the class, so add it... + */ + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + + if (response != NULL && + (members = ippFindAttribute(response, "member-uris", IPP_TAG_URI)) != NULL) + { + /* + * Add the printer to the existing list... + */ + + attr = ippAddStrings(request, IPP_TAG_PRINTER, IPP_TAG_URI, + "member-uris", members->num_values + 1, NULL, NULL); + for (i = 0; i < members->num_values; i ++) + attr->values[i].string.text = strdup(members->values[i].string.text); + + attr->values[i].string.text = strdup(uri); + } + else + attr = ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_URI, "member-uris", NULL, uri); + + /* + * Then send the request... + */ + + ippDelete(response); + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'default_printer()' - Set the default printing destination. + */ + +static int /* O - 0 on success, 1 on fail */ +default_printer(http_t *http, /* I - Server connection */ + char *printer) /* I - Printer name */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("default_printer(%p, \"%s\")\n", http, printer)); + + /* + * Build a CUPS_SET_DEFAULT request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + + request = ippNewRequest(CUPS_SET_DEFAULT); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'delete_printer()' - Delete a printer from the system... + */ + +static int /* O - 0 on success, 1 on fail */ +delete_printer(http_t *http, /* I - Server connection */ + char *printer) /* I - Printer to delete */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("delete_printer(%p, \"%s\")\n", http, printer)); + + /* + * Build a CUPS_DELETE_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_DELETE_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'delete_printer_from_class()' - Delete a printer from a class. + */ + +static int /* O - 0 on success, 1 on fail */ +delete_printer_from_class( + http_t *http, /* I - Server connection */ + char *printer, /* I - Printer to remove */ + char *pclass) /* I - Class to remove from */ +{ + int i, j, k; /* Looping vars */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr, /* Current attribute */ + *members; /* Members in class */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("delete_printer_from_class(%p, \"%s\", \"%s\")\n", http, + printer, pclass)); + + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/classes/%s", pclass); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/classes/")) == NULL || + response->request.status.status_code == IPP_NOT_FOUND) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + + /* + * See if the printer is already in the class... + */ + + if ((members = ippFindAttribute(response, "member-names", IPP_TAG_NAME)) == NULL) + { + _cupsLangPuts(stderr, _("lpadmin: No member names were seen!\n")); + + ippDelete(response); + + return (1); + } + + for (i = 0; i < members->num_values; i ++) + if (!strcasecmp(printer, members->values[i].string.text)) + break; + + if (i >= members->num_values) + { + _cupsLangPrintf(stderr, + _("lpadmin: Printer %s is not a member of class %s.\n"), + printer, pclass); + + ippDelete(response); + + return (1); + } + + if (members->num_values == 1) + { + /* + * Build a CUPS_DELETE_CLASS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_DELETE_CLASS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + } + else + { + /* + * Build a CUPS_ADD_CLASS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * member-uris + */ + + request = ippNewRequest(CUPS_ADD_CLASS); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Delete the printer from the class... + */ + + members = ippFindAttribute(response, "member-uris", IPP_TAG_URI); + attr = ippAddStrings(request, IPP_TAG_PRINTER, IPP_TAG_URI, + "member-uris", members->num_values - 1, NULL, NULL); + + for (j = 0, k = 0; j < members->num_values; j ++) + if (j != i) + attr->values[k ++].string.text = strdup(members->values[j].string.text); + } + + /* + * Then send the request... + */ + + ippDelete(response); + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'enable_printer()' - Enable a printer... + */ + +static int /* O - 0 on success, 1 on fail */ +enable_printer(http_t *http, /* I - Server connection */ + char *printer) /* I - Printer to enable */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("enable_printer(%p, \"%s\")\n", http, printer)); + + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * printer-state + * printer-is-accepting-jobs + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + ippAddInteger(request, IPP_TAG_PRINTER, IPP_TAG_ENUM, "printer-state", + IPP_PRINTER_IDLE); + + ippAddBoolean(request, IPP_TAG_PRINTER, "printer-is-accepting-jobs", 1); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'get_line()' - Get a line that is terminated by a LF, CR, or CR LF. + */ + +static char * /* O - Pointer to buf or NULL on EOF */ +get_line(char *buf, /* I - Line buffer */ + int length, /* I - Length of buffer */ + FILE *fp) /* I - File to read from */ +{ + char *bufptr; /* Pointer into buffer */ + int ch; /* Character from file */ + + + length --; + bufptr = buf; + + while ((ch = getc(fp)) != EOF) + { + if (ch == '\n') + break; + else if (ch == '\r') + { + /* + * Look for LF... + */ + + ch = getc(fp); + if (ch != '\n' && ch != EOF) + ungetc(ch, fp); + + break; + } + + *bufptr++ = ch; + length --; + if (length == 0) + break; + } + + *bufptr = '\0'; + + if (ch == EOF) + return (NULL); + else + return (buf); +} + + +/* + * 'set_printer_device()' - Set the device-uri attribute. + */ + +static int /* O - 0 on success, 1 on fail */ +set_printer_device(http_t *http, /* I - Server connection */ + char *printer, /* I - Printer */ + char *device) /* I - New device URI */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("set_printer_device(%p, \"%s\", \"%s\")\n", http, printer, + device)); + + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Add the device URI... + */ + + if (device[0] == '/') + { + /* + * Convert filename to URI... + */ + + snprintf(uri, sizeof(uri), "file://%s", device); + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_URI, "device-uri", NULL, + uri); + } + else + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_URI, "device-uri", NULL, + device); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'set_printer_file()' - Set the interface script or PPD file. + */ + +static int /* O - 0 on success, 1 on fail */ +set_printer_file(http_t *http, /* I - Server connection */ + char *printer, /* I - Printer */ + char *file) /* I - PPD file or interface script */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ +#ifdef HAVE_LIBZ + char tempfile[1024]; /* Temporary filename */ + int fd; /* Temporary file */ + gzFile *gz; /* GZIP'd file */ + char buffer[8192]; /* Copy buffer */ + int bytes; /* Bytes in buffer */ + + + DEBUG_printf(("set_printer_file(%p, \"%s\", \"%s\")\n", http, printer, + file)); + + /* + * See if the file is gzip'd; if so, unzip it to a temporary file and + * send the uncompressed file. + */ + + if (!strcmp(file + strlen(file) - 3, ".gz")) + { + /* + * Yes, the file is compressed; uncompress to a temp file... + */ + + if ((fd = cupsTempFd(tempfile, sizeof(tempfile))) < 0) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to create temporary file: %s\n"), + strerror(errno)); + return (1); + } + + if ((gz = gzopen(file, "rb")) == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to open file \"%s\": %s\n"), + file, strerror(errno)); + close(fd); + unlink(tempfile); + return (1); + } + + while ((bytes = gzread(gz, buffer, sizeof(buffer))) > 0) + write(fd, buffer, bytes); + + close(fd); + gzclose(gz); + + file = tempfile; + } +#endif /* HAVE_LIBZ */ + + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Do the request and get back a response... + */ + + response = cupsDoFileRequest(http, request, "/admin/", file); + ippDelete(response); + +#ifdef HAVE_LIBZ + /* + * Remove the temporary file as needed... + */ + + if (file == tempfile) + unlink(tempfile); +#endif /* HAVE_LIBZ */ + + if (cupsLastError() > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else + return (0); +} + + +/* + * 'set_printer_info()' - Set the printer description string. + */ + +static int /* O - 0 on success, 1 on fail */ +set_printer_info(http_t *http, /* I - Server connection */ + char *printer, /* I - Printer */ + char *info) /* I - New description string */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("set_printer_info(%p, \"%s\", \"%s\")\n", http, printer, + info)); + + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Add the info string... + */ + + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-info", NULL, + info); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'set_printer_location()' - Set the printer location string. + */ + +static int /* O - 0 on success, 1 on fail */ +set_printer_location(http_t *http, /* I - Server connection */ + char *printer, /* I - Printer */ + char *location) /* I - New location string */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + DEBUG_printf(("set_printer_location(%p, \"%s\", \"%s\")\n", http, printer, + location)); + + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Add the location string... + */ + + ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_TEXT, "printer-location", NULL, + location); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'set_printer_model()' - Set the driver model file. + */ + +static int /* O - 0 on success, 1 on fail */ +set_printer_model(http_t *http, /* I - Server connection */ + char *printer, /* I - Printer */ + char *model) /* I - Driver model file */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + char uri[HTTP_MAX_URI]; /* URI for printer/class */ + + + /* + * Build a CUPS_ADD_PRINTER request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * ppd-name + */ + + request = ippNewRequest(CUPS_ADD_PRINTER); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "ppd-name", NULL, model); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/admin/")) == NULL) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + ippDelete(response); + + return (1); + } + else + { + ippDelete(response); + + return (0); + } +} + + +/* + * 'set_printer_options()' - Set the printer options. + */ + +static int /* O - 0 on success, 1 on fail */ +set_printer_options( + http_t *http, /* I - Server connection */ + char *printer, /* I - Printer */ + int num_options, /* I - Number of options */ + cups_option_t *options) /* I - Options */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* IPP attribute */ + ipp_op_t op; /* Operation to perform */ + const char *ppdfile; /* PPD filename */ + int ppdchanged; /* PPD changed? */ + ppd_file_t *ppd; /* PPD file */ + ppd_choice_t *choice; /* Marked choice */ + char uri[HTTP_MAX_URI], /* URI for printer/class */ + line[1024], /* Line from PPD file */ + keyword[1024], /* Keyword from Default line */ + *keyptr, /* Pointer into keyword... */ + tempfile[1024]; /* Temporary filename */ + FILE *in, /* PPD file */ + *out; /* Temporary file */ + int outfd; /* Temporary file descriptor */ + const char *protocol; /* Old protocol option */ + + + DEBUG_printf(("set_printer_options(%p, \"%s\", %d, %p)\n", http, printer, + num_options, options)); + + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/printers/%s", printer); + + /* + * Build a GET_PRINTER_ATTRIBUTES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requested-attributes + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", NULL, "printer-type"); + + /* + * Do the request... + */ + + op = CUPS_ADD_PRINTER; + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * See what kind of printer or class it is... + */ + + if ((attr = ippFindAttribute(response, "printer-type", + IPP_TAG_ENUM)) != NULL) + { + if (attr->values[0].integer & (CUPS_PRINTER_CLASS | CUPS_PRINTER_IMPLICIT)) + { + op = CUPS_ADD_CLASS; + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", 0, "/classes/%s", printer); + } + } + + ippDelete(response); + } + + /* + * Build a CUPS_ADD_PRINTER or CUPS_ADD_CLASS request, which requires + * the following attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * other options + */ + + request = ippNewRequest(op); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, uri); + + /* + * Add the options... + */ + + cupsEncodeOptions2(request, num_options, options, IPP_TAG_PRINTER); + + if ((protocol = cupsGetOption("protocol", num_options, options)) != NULL) + { + if (!strcasecmp(protocol, "bcp")) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "port-monitor", + NULL, "bcp"); + else if (!strcasecmp(protocol, "tbcp")) + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "port-monitor", + NULL, "tbcp"); + } + + if (op == CUPS_ADD_PRINTER) + ppdfile = cupsGetPPD(printer); + else + ppdfile = NULL; + + if (ppdfile != NULL) + { + /* + * Set default options in the PPD file... + */ + + ppd = ppdOpenFile(ppdfile); + ppdMarkDefaults(ppd); + cupsMarkOptions(ppd, num_options, options); + + if ((outfd = cupsTempFd(tempfile, sizeof(tempfile))) < 0) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to create temporary file - %s\n"), + strerror(errno)); + ippDelete(request); + unlink(ppdfile); + return (1); + } + + if ((in = fopen(ppdfile, "rb")) == NULL) + { + _cupsLangPrintf(stderr, + _("lpadmin: Unable to open PPD file \"%s\" - %s\n"), + ppdfile, strerror(errno)); + ippDelete(request); + unlink(ppdfile); + close(outfd); + unlink(tempfile); + return (1); + } + + out = fdopen(outfd, "wb"); + ppdchanged = 0; + + while (get_line(line, sizeof(line), in) != NULL) + { + if (strncmp(line, "*Default", 8)) + fprintf(out, "%s\n", line); + else + { + /* + * Get default option name... + */ + + strlcpy(keyword, line + 8, sizeof(keyword)); + + for (keyptr = keyword; *keyptr; keyptr ++) + if (*keyptr == ':' || isspace(*keyptr & 255)) + break; + + *keyptr++ = '\0'; + while (isspace(*keyptr & 255)) + keyptr ++; + + if (!strcmp(keyword, "PageRegion") || + !strcmp(keyword, "PageSize") || + !strcmp(keyword, "PaperDimension") || + !strcmp(keyword, "ImageableArea")) + { + if ((choice = ppdFindMarkedChoice(ppd, "PageSize")) == NULL) + choice = ppdFindMarkedChoice(ppd, "PageRegion"); + } + else + choice = ppdFindMarkedChoice(ppd, keyword); + + if (choice && strcmp(choice->choice, keyptr)) + { + fprintf(out, "*Default%s: %s\n", keyword, choice->choice); + ppdchanged = 1; + } + else + fprintf(out, "%s\n", line); + } + } + + fclose(in); + fclose(out); + close(outfd); + ppdClose(ppd); + + /* + * Do the request... + */ + + ippDelete(cupsDoFileRequest(http, request, "/admin/", + ppdchanged ? tempfile : NULL)); + + /* + * Clean up temp files... (TODO: catch signals in case we CTRL-C during + * lpadmin) + */ + + unlink(ppdfile); + unlink(tempfile); + } + else + { + /* + * No PPD file - just set the options... + */ + + ippDelete(cupsDoRequest(http, request, "/admin/")); + } + + /* + * Check the response... + */ + + if (cupsLastError() > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpadmin: %s\n", cupsLastErrorString()); + + return (1); + } + else + return (0); +} + + +/* + * 'validate_name()' - Make sure the printer name only contains valid chars. + */ + +static int /* O - 0 if name is no good, 1 if name is good */ +validate_name(const char *name) /* I - Name to check */ +{ + const char *ptr; /* Pointer into name */ + + + /* + * Scan the whole name... + */ + + for (ptr = name; *ptr; ptr ++) + if (*ptr == '@') + break; + else if ((*ptr >= 0 && *ptr <= ' ') || *ptr == 127 || *ptr == '/' || + *ptr == '#') + return (0); + + /* + * All the characters are good; validate the length, too... + */ + + return ((ptr - name) < 128); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/lpinfo.c b/systemv/lpinfo.c new file mode 100644 index 0000000000..deab62ed96 --- /dev/null +++ b/systemv/lpinfo.c @@ -0,0 +1,440 @@ +/* + * "$Id$" + * + * "lpinfo" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and show information. + * show_devices() - Show available devices. + * show_models() - Show available PPDs. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static int show_devices(http_t *, int); +static int show_models(http_t *, int); + + +/* + * 'main()' - Parse options and show status information. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + http_t *http; /* Connection to server */ + int long_status; /* Long listing? */ + + + _cupsSetLocale(argv); + + http = NULL; + long_status = 0; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + switch (argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + + if (http) + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'l' : /* Show long listing */ + long_status = 1; + break; + + case 'm' : /* Show models */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpinfo: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (show_models(http, long_status)) + return (1); + break; + + case 'v' : /* Show available devices */ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpinfo: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + if (show_devices(http, long_status)) + return (1); + break; + + case 'h' : /* Connect to host */ + if (http) + { + httpClose(http); + http = NULL; + } + + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("Error: need hostname after \'-h\' option!\n")); + return (1); + } + + cupsSetServer(argv[i]); + } + break; + + default : + _cupsLangPrintf(stderr, _("lpinfo: Unknown option \'%c\'!\n"), + argv[i][1]); + return (1); + } + else + { + _cupsLangPrintf(stderr, _("lpinfo: Unknown argument \'%s\'!\n"), + argv[i]); + return (1); + } + + return (0); +} + + +/* + * 'show_devices()' - Show available devices. + */ + +static int /* O - 0 on success, 1 on failure */ +show_devices(http_t *http, /* I - HTTP connection to server */ + int long_status) /* I - Long status report? */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + const char *device_class, /* Pointer to device-class */ + *device_id, /* Pointer to device-id */ + *device_info, /* Pointer to device-info */ + *device_make, /* Pointer to device-make-and-model */ + *device_uri; /* Pointer to device-uri */ + + + if (http == NULL) + return (1); + + /* + * Build a CUPS_GET_DEVICES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + */ + + request = ippNewRequest(CUPS_GET_DEVICES); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Loop through the device list and display them... + */ + + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpinfo: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a device... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this device... + */ + + device_class = NULL; + device_info = NULL; + device_make = NULL; + device_uri = NULL; + device_id = "NONE"; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "device-class") && + attr->value_tag == IPP_TAG_KEYWORD) + device_class = attr->values[0].string.text; + else if (!strcmp(attr->name, "device-info") && + attr->value_tag == IPP_TAG_TEXT) + device_info = attr->values[0].string.text; + else if (!strcmp(attr->name, "device-make-and-model") && + attr->value_tag == IPP_TAG_TEXT) + device_make = attr->values[0].string.text; + else if (!strcmp(attr->name, "device-uri") && + attr->value_tag == IPP_TAG_URI) + device_uri = attr->values[0].string.text; + else if (!strcmp(attr->name, "device-id") && + attr->value_tag == IPP_TAG_TEXT) + device_id = attr->values[0].string.text; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (device_class == NULL || device_info == NULL || + device_make == NULL || device_uri == NULL) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * Display the device... + */ + + if (long_status) + { + _cupsLangPrintf(stdout, + _("Device: uri = %s\n" + " class = %s\n" + " info = %s\n" + " make-and-model = %s\n" + " device-id = %s\n"), + device_uri, device_class, device_info, device_make, + device_id); + } + else + _cupsLangPrintf(stdout, "%s %s\n", device_class, device_uri); + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "lpinfo: %s\n", cupsLastErrorString()); + return (1); + } + + return (0); +} + + +/* + * 'show_models()' - Show available PPDs. + */ + +static int /* O - 0 on success, 1 on failure */ +show_models(http_t *http, /* I - HTTP connection to server */ + int long_status) /* I - Long status report? */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + const char *ppd_device_id, /* Pointer to ppd-device-id */ + *ppd_language, /* Pointer to ppd-natural-language */ + *ppd_make, /* Pointer to ppd-make-and-model */ + *ppd_name; /* Pointer to ppd-name */ + + + if (http == NULL) + return (1); + + /* + * Build a CUPS_GET_PPDS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + */ + + request = ippNewRequest(CUPS_GET_PPDS); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Loop through the device list and display them... + */ + + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpinfo: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a PPD... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this PPD... + */ + + ppd_device_id = "NONE"; + ppd_language = NULL; + ppd_make = NULL; + ppd_name = NULL; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "ppd-device-id") && + attr->value_tag == IPP_TAG_TEXT) + ppd_device_id = attr->values[0].string.text; + else if (!strcmp(attr->name, "ppd-natural-language") && + attr->value_tag == IPP_TAG_LANGUAGE) + ppd_language = attr->values[0].string.text; + else if (!strcmp(attr->name, "ppd-make-and-model") && + attr->value_tag == IPP_TAG_TEXT) + ppd_make = attr->values[0].string.text; + else if (!strcmp(attr->name, "ppd-name") && + attr->value_tag == IPP_TAG_NAME) + ppd_name = attr->values[0].string.text; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (ppd_language == NULL || ppd_make == NULL || ppd_name == NULL) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * Display the device... + */ + + if (long_status) + { + _cupsLangPrintf(stdout, + _("Model: name = %s\n" + " natural_language = %s\n" + " make-and-model = %s\n" + " device-id = %s\n"), + ppd_name, ppd_language, ppd_make, ppd_device_id); + } + else + _cupsLangPrintf(stdout, "%s %s\n", ppd_name, ppd_make); + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "lpinfo: %s\n", cupsLastErrorString()); + + return (1); + } + + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/lpmove.c b/systemv/lpmove.c new file mode 100644 index 0000000000..5c71f05b62 --- /dev/null +++ b/systemv/lpmove.c @@ -0,0 +1,239 @@ +/* + * "$Id$" + * + * "lpmove" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and move jobs. + * move_job() - Move a job. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static int move_job(http_t *http, const char *src, int jobid, + const char *dest); + + +/* + * 'main()' - Parse options and show status information. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + http_t *http; /* Connection to server */ + const char *job; /* Job name */ + int jobid; /* Job ID */ + int num_dests; /* Number of destinations */ + cups_dest_t *dests; /* Destinations */ + const char *src, /* Original queue */ + *dest; /* New destination */ + + + _cupsSetLocale(argv); + + dest = NULL; + dests = NULL; + http = NULL; + job = NULL; + jobid = 0; + num_dests = 0; + src = NULL; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + switch (argv[i][1]) + { + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + + if (http) + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'h' : /* Connect to host */ + if (http) + { + httpClose(http); + http = NULL; + } + + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPuts(stderr, + _("Error: need hostname after \'-h\' option!\n")); + return (1); + } + + cupsSetServer(argv[i]); + } + break; + + default : + _cupsLangPrintf(stderr, _("lpmove: Unknown option \'%c\'!\n"), + argv[i][1]); + return (1); + } + else if (!jobid && !src) + { + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((job = strrchr(argv[i], '-')) != NULL && + cupsGetDest(argv[i], NULL, num_dests, dests) == NULL) + jobid = atoi(job + 1); + else + src = argv[i]; + } + else if (dest == NULL) + dest = argv[i]; + else + { + _cupsLangPrintf(stderr, _("lpmove: Unknown argument \'%s\'!\n"), + argv[i]); + return (1); + } + + if ((!jobid && !src) || !dest) + { + _cupsLangPuts(stdout, _("Usage: lpmove job/src dest\n")); + return (1); + } + + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, + _("lpmove: Unable to connect to server: %s\n"), + strerror(errno)); + return (1); + } + } + + return (move_job(http, src, jobid, dest)); +} + + +/* + * 'move_job()' - Move a job. + */ + +static int /* O - 0 on success, 1 on error */ +move_job(http_t *http, /* I - HTTP connection to server */ + const char *src, /* I - Source queue */ + int jobid, /* I - Job ID */ + const char *dest) /* I - Destination queue */ +{ + ipp_t *request; /* IPP Request */ + char job_uri[HTTP_MAX_URI], /* job-uri */ + printer_uri[HTTP_MAX_URI]; /* job-printer-uri */ + + + if (!http) + return (1); + + /* + * Build a CUPS_MOVE_JOB request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * job-uri/printer-uri + * job-printer-uri + * requesting-user-name + */ + + request = ippNewRequest(CUPS_MOVE_JOB); + + if (jobid) + { + snprintf(job_uri, sizeof(job_uri), "ipp://localhost/jobs/%d", jobid); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, + job_uri); + } + else + { + httpAssembleURIf(HTTP_URI_CODING_ALL, job_uri, sizeof(job_uri), "ipp", NULL, + "localhost", 0, "/printers/%s", src); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, + job_uri); + } + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), + "ipp", NULL, "localhost", 0, "/printers/%s", dest); + ippAddString(request, IPP_TAG_JOB, IPP_TAG_URI, "job-printer-uri", + NULL, printer_uri); + + /* + * Do the request and get back a response... + */ + + ippDelete(cupsDoRequest(http, request, "/jobs")); + + if (cupsLastError() > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpmove: %s\n", cupsLastErrorString()); + return (1); + } + else + return (0); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/lpoptions.c b/systemv/lpoptions.c new file mode 100644 index 0000000000..6e93720405 --- /dev/null +++ b/systemv/lpoptions.c @@ -0,0 +1,488 @@ +/* + * "$Id$" + * + * Printer option program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Main entry. + * list_group() - List printer-specific options from the PPD group. + * list_options() - List printer-specific options from the PPD file. + * usage() - Show program usage and exit. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +void list_group(ppd_group_t *group); +void list_options(cups_dest_t *dest); +void usage(void); + + +/* + * 'main()' - Main entry. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, j; /* Looping vars */ + int changes; /* Did we make changes? */ + int num_options; /* Number of options */ + cups_option_t *options; /* Options */ + int num_dests; /* Number of destinations */ + cups_dest_t *dests; /* Destinations */ + cups_dest_t *dest; /* Current destination */ + char *printer, /* Printer name */ + *instance, /* Instance name */ + *option; /* Current option */ + + + _cupsSetLocale(argv); + + /* + * Loop through the command-line arguments... + */ + + dest = NULL; + num_dests = 0; + dests = NULL; + num_options = 0; + options = NULL; + changes = 0; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + { + switch (argv[i][1]) + { + case 'd' : /* -d printer */ + if (argv[i][2]) + printer = argv[i] + 2; + else + { + i ++; + if (i >= argc) + usage(); + + printer = argv[i]; + } + + if ((instance = strrchr(printer, '/')) != NULL) + *instance++ = '\0'; + + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(printer, instance, num_dests, dests)) == NULL) + { + _cupsLangPuts(stderr, + _("lpoptions: Unknown printer or class!\n")); + return (1); + } + + /* + * Set the default destination... + */ + + for (j = 0; j < num_dests; j ++) + dests[j].is_default = 0; + + dest->is_default = 1; + + cupsSetDests(num_dests, dests); + + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + break; + + case 'h' : /* -h server */ + if (argv[i][2]) + cupsSetServer(argv[i] + 2); + else + { + i ++; + if (i >= argc) + usage(); + + cupsSetServer(argv[i]); + } + break; + + case 'E' : /* Encrypt connection */ + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + break; + + case 'l' : /* -l (list options) */ + if (dest == NULL) + { + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) == NULL) + dest = dests; + } + + if (dest == NULL) + _cupsLangPuts(stderr, _("lpoptions: No printers!?!\n")); + else + list_options(dest); + + changes = -1; + break; + + case 'o' : /* -o option[=value] */ + if (dest == NULL) + { + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) == NULL) + dest = dests; + + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + } + + if (argv[i][2]) + num_options = cupsParseOptions(argv[i] + 2, num_options, &options); + else + { + i ++; + if (i >= argc) + usage(); + + num_options = cupsParseOptions(argv[i], num_options, &options); + } + + changes = 1; + break; + + case 'p' : /* -p printer */ + if (argv[i][2]) + printer = argv[i] + 2; + else + { + i ++; + if (i >= argc) + usage(); + + printer = argv[i]; + } + + if ((instance = strrchr(printer, '/')) != NULL) + *instance++ = '\0'; + + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(printer, instance, num_dests, dests)) == NULL) + { + num_dests = cupsAddDest(printer, instance, num_dests, &dests); + dest = cupsGetDest(printer, instance, num_dests, dests); + + if (dest == NULL) + { + _cupsLangPrintf(stderr, + _("lpoptions: Unable to add printer or " + "instance: %s\n"), + strerror(errno)); + return (1); + } + } + + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + break; + + case 'r' : /* -r option (remove) */ + if (dest == NULL) + { + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) == NULL) + dest = dests; + + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + } + + if (argv[i][2]) + option = argv[i] + 2; + else + { + i ++; + if (i >= argc) + usage(); + + option = argv[i]; + } + + for (j = 0; j < num_options; j ++) + if (!strcasecmp(options[j].name, option)) + { + /* + * Remove this option... + */ + + num_options --; + + if (j < num_options) + memcpy(options + j, options + j + 1, + sizeof(cups_option_t) * (num_options - j)); + break; + } + + changes = 1; + break; + + case 'x' : /* -x printer */ + if (argv[i][2]) + printer = argv[i] + 2; + else + { + i ++; + if (i >= argc) + usage(); + + printer = argv[i]; + } + + if ((instance = strrchr(printer, '/')) != NULL) + *instance++ = '\0'; + + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if ((dest = cupsGetDest(printer, instance, num_dests, dests)) != NULL) + { + cupsFreeOptions(dest->num_options, dest->options); + + /* + * If we are "deleting" the default printer, then just set the + * number of options to 0; if it is also the system default + * then cupsSetDests() will remove it for us... + */ + + if (dest->is_default) + { + dest->num_options = 0; + dest->options = NULL; + } + else + { + num_dests --; + + j = dest - dests; + if (j < num_dests) + memcpy(dest, dest + 1, (num_dests - j) * sizeof(cups_dest_t)); + } + } + + cupsSetDests(num_dests, dests); + dest = NULL; + changes = -1; + break; + + default : + usage(); + } + } + else + usage(); + + if (num_dests == 0) + num_dests = cupsGetDests(&dests); + + if (dest == NULL) + { + if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) != NULL) + { + for (j = 0; j < dest->num_options; j ++) + if (cupsGetOption(dest->options[j].name, num_options, options) == NULL) + num_options = cupsAddOption(dest->options[j].name, + dest->options[j].value, + num_options, &options); + } + } + + if (dest == NULL) + return (0); + + if (changes > 0) + { + /* + * Set printer options... + */ + + cupsFreeOptions(dest->num_options, dest->options); + + dest->num_options = num_options; + dest->options = options; + + cupsSetDests(num_dests, dests); + } + else if (changes == 0) + { + num_options = dest->num_options; + options = dest->options; + + for (i = 0; i < num_options; i ++) + { + if (i) + _cupsLangPuts(stdout, " "); + + if (!options[i].value[0]) + _cupsLangPrintf(stdout, "%s", options[i].name); + else if (strchr(options[i].value, ' ') != NULL || + strchr(options[i].value, '\t') != NULL) + _cupsLangPrintf(stdout, "%s=\'%s\'", options[i].name, + options[i].value); + else + _cupsLangPrintf(stdout, "%s=%s", options[i].name, + options[i].value); + } + + _cupsLangPuts(stdout, "\n"); + } + + return (0); +} + +/* + * 'list_group()' - List printer-specific options from the PPD group. + */ + +void +list_group(ppd_group_t *group) /* I - Group to show */ +{ + int i, j; /* Looping vars */ + ppd_option_t *option; /* Current option */ + ppd_choice_t *choice; /* Current choice */ + ppd_group_t *subgroup; /* Current subgroup */ + + + for (i = group->num_options, option = group->options; i > 0; i --, option ++) + { + _cupsLangPrintf(stdout, "%s/%s:", option->keyword, option->text); + + for (j = option->num_choices, choice = option->choices; j > 0; j --, choice ++) + if (choice->marked) + _cupsLangPrintf(stdout, " *%s", choice->choice); + else + _cupsLangPrintf(stdout, " %s", choice->choice); + + _cupsLangPuts(stdout, "\n"); + } + + for (i = group->num_subgroups, subgroup = group->subgroups; i > 0; i --, subgroup ++) + list_group(subgroup); +} + + +/* + * 'list_options()' - List printer-specific options from the PPD file. + */ + +void +list_options(cups_dest_t *dest) /* I - Destination to list */ +{ + int i; /* Looping var */ + const char *filename; /* PPD filename */ + ppd_file_t *ppd; /* PPD data */ + ppd_group_t *group; /* Current group */ + + + if ((filename = cupsGetPPD(dest->name)) == NULL) + { + _cupsLangPrintf(stderr, + _("lpoptions: Unable to get PPD file for %s: %s\n"), + dest->name, cupsLastErrorString()); + return; + } + + if ((ppd = ppdOpenFile(filename)) == NULL) + { + unlink(filename); + _cupsLangPrintf(stderr, + _("lpoptions: Unable to open PPD file for %s!\n"), + dest->name); + return; + } + + ppdMarkDefaults(ppd); + cupsMarkOptions(ppd, dest->num_options, dest->options); + + for (i = ppd->num_groups, group = ppd->groups; i > 0; i --, group ++) + list_group(group); + + ppdClose(ppd); + unlink(filename); +} + + +/* + * 'usage()' - Show program usage and exit. + */ + +void +usage(void) +{ + _cupsLangPuts(stdout, + _("Usage: lpoptions [-h server] [-E] -d printer\n" + " lpoptions [-h server] [-E] [-p printer] -l\n" + " lpoptions [-h server] [-E] -p printer -o " + "option[=value] ...\n" + " lpoptions [-h server] [-E] -x printer\n")); + + exit(1); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/lppasswd.c b/systemv/lppasswd.c new file mode 100644 index 0000000000..b960ca5c09 --- /dev/null +++ b/systemv/lppasswd.c @@ -0,0 +1,515 @@ +/* + * "$Id$" + * + * MD5 password program for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Add, change, or delete passwords from the MD5 password file. + * usage() - Show program usage. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include + +#ifndef WIN32 +# include +# include +#endif /* !WIN32 */ + + +/* + * Operations... + */ + +#define ADD 0 +#define CHANGE 1 +#define DELETE 2 + + +/* + * Local functions... + */ + +static void usage(FILE *fp); + + +/* + * 'main()' - Add, change, or delete passwords from the MD5 password file. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + char *opt; /* Option pointer */ + const char *username; /* Pointer to username */ + const char *groupname; /* Pointer to group name */ + int op; /* Operation (add, change, delete) */ + const char *passwd; /* Password string */ + FILE *infile, /* Input file */ + *outfile; /* Output file */ + char line[256], /* Line from file */ + userline[17], /* User from line */ + groupline[17], /* Group from line */ + md5line[33], /* MD5-sum from line */ + md5new[33]; /* New MD5 sum */ + const char *root; /* CUPS server root directory */ + char passwdmd5[1024], /* passwd.md5 file */ + passwdold[1024], /* passwd.old file */ + passwdnew[1024]; /* passwd.tmp file */ + char *newpass, /* new password */ + *oldpass; /* old password */ + int flag; /* Password check flags... */ + int fd; /* Password file descriptor */ + int error; /* Write error */ +#if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) + struct sigaction action; /* Signal action */ +#endif /* HAVE_SIGACTION && !HAVE_SIGSET*/ + + + _cupsSetLocale(argv); + + /* + * Check to see if stdin, stdout, and stderr are still open... + */ + + if (fcntl(0, F_GETFD, &i) || + fcntl(1, F_GETFD, &i) || + fcntl(2, F_GETFD, &i)) + { + /* + * No, return exit status 2 and don't try to send any output since + * someone is trying to bypass the security on the server. + */ + + return (2); + } + + /* + * Find the server directory... + * + * We use the CUPS_SERVERROOT environment variable when we are running + * as root or when lppasswd is not setuid... + */ + + if ((root = getenv("CUPS_SERVERROOT")) == NULL || + (getuid() != geteuid() && getuid())) + root = CUPS_SERVERROOT; + + snprintf(passwdmd5, sizeof(passwdmd5), "%s/passwd.md5", root); + snprintf(passwdold, sizeof(passwdold), "%s/passwd.old", root); + snprintf(passwdnew, sizeof(passwdnew), "%s/passwd.new", root); + + /* + * Find the default system group... + */ + + if (getgrnam(CUPS_DEFAULT_GROUP)) + groupname = CUPS_DEFAULT_GROUP; + else + groupname = "unknown"; + + endgrent(); + + username = NULL; + op = CHANGE; + + /* + * Parse command-line options... + */ + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + for (opt = argv[i] + 1; *opt; opt ++) + switch (*opt) + { + case 'a' : /* Add */ + op = ADD; + break; + case 'x' : /* Delete */ + op = DELETE; + break; + case 'g' : /* Group */ + i ++; + if (i >= argc) + usage(stderr); + + groupname = argv[i]; + break; + case 'h' : /* Help */ + usage(stdout); + break; + default : /* Bad option */ + usage(stderr); + break; + } + else if (!username) + username = argv[i]; + else + usage(stderr); + + /* + * See if we are trying to add or delete a password when we aren't logged in + * as root... + */ + + if (getuid() && getuid() != geteuid() && (op != CHANGE || username)) + { + _cupsLangPuts(stderr, + _("lppasswd: Only root can add or delete passwords!\n")); + return (1); + } + + /* + * Fill in missing info... + */ + + if (!username) + username = cupsUser(); + + oldpass = newpass = NULL; + + /* + * Obtain old and new password _before_ locking the database + * to keep users from locking the file indefinitely. + */ + + if (op == CHANGE && getuid()) + { + if ((passwd = cupsGetPassword(_("Enter old password:"))) == NULL) + return (1); + + if ((oldpass = strdup(passwd)) == NULL) + { + _cupsLangPrintf(stderr, + _("lppasswd: Unable to copy password string: %s\n"), + strerror(errno)); + return (1); + } + } + + /* + * Now get the new password, if necessary... + */ + + if (op != DELETE) + { + if ((passwd = cupsGetPassword(_("Enter password:"))) == NULL) + return (1); + + if ((newpass = strdup(passwd)) == NULL) + { + _cupsLangPrintf(stderr, + _("lppasswd: Unable to copy password string: %s\n"), + strerror(errno)); + return (1); + } + + if ((passwd = cupsGetPassword(_("Enter password again:"))) == NULL) + return (1); + + if (strcmp(passwd, newpass) != 0) + { + _cupsLangPuts(stderr, + _("lppasswd: Sorry, passwords don't match!\n")); + return (1); + } + + /* + * Check that the password contains at least one letter and number. + */ + + flag = 0; + + for (passwd = newpass; *passwd; passwd ++) + if (isdigit(*passwd & 255)) + flag |= 1; + else if (isalpha(*passwd & 255)) + flag |= 2; + + /* + * Only allow passwords that are at least 6 chars, have a letter and + * a number, and don't contain the username. + */ + + if (strlen(newpass) < 6 || strstr(newpass, username) != NULL || flag != 3) + { + _cupsLangPuts(stderr, + _("lppasswd: Sorry, password rejected.\n" + "Your password must be at least 6 characters long, " + "cannot contain\n" + "your username, and must contain at least one letter " + "and number.\n")); + return (1); + } + } + + /* + * Ignore SIGHUP, SIGINT, SIGTERM, and SIGXFSZ (if defined) for the + * remainder of the time so that we won't end up with bogus password + * files... + */ + +#ifndef WIN32 +# if defined(HAVE_SIGSET) + sigset(SIGHUP, SIG_IGN); + sigset(SIGINT, SIG_IGN); + sigset(SIGTERM, SIG_IGN); +# ifdef SIGXFSZ + sigset(SIGXFSZ, SIG_IGN); +# endif /* SIGXFSZ */ +# elif defined(HAVE_SIGACTION) + memset(&action, 0, sizeof(action)); + action.sa_handler = SIG_IGN; + + sigaction(SIGHUP, &action, NULL); + sigaction(SIGINT, &action, NULL); + sigaction(SIGTERM, &action, NULL); +# ifdef SIGXFSZ + sigaction(SIGXFSZ, &action, NULL); +# endif /* SIGXFSZ */ +# else + signal(SIGHUP, SIG_IGN); + signal(SIGINT, SIG_IGN); + signal(SIGTERM, SIG_IGN); +# ifdef SIGXFSZ + signal(SIGXFSZ, SIG_IGN); +# endif /* SIGXFSZ */ +# endif +#endif /* !WIN32 */ + + /* + * Open the output file. + */ + + if ((fd = open(passwdnew, O_WRONLY | O_CREAT | O_EXCL, 0400)) < 0) + { + if (errno == EEXIST) + _cupsLangPuts(stderr, _("lppasswd: Password file busy!\n")); + else + _cupsLangPrintf(stderr, + _("lppasswd: Unable to open password file: %s\n"), + strerror(errno)); + + return (1); + } + + if ((outfile = fdopen(fd, "w")) == NULL) + { + _cupsLangPrintf(stderr, + _("lppasswd: Unable to open password file: %s\n"), + strerror(errno)); + + unlink(passwdnew); + + return (1); + } + + setbuf(outfile, NULL); + + /* + * Open the existing password file and create a new one... + */ + + infile = fopen(passwdmd5, "r"); + if (infile == NULL && errno != ENOENT && op != ADD) + { + _cupsLangPrintf(stderr, + _("lppasswd: Unable to open password file: %s\n"), + strerror(errno)); + + fclose(outfile); + + unlink(passwdnew); + + return (1); + } + + /* + * Read lines from the password file; the format is: + * + * username:group:MD5-sum + */ + + error = 0; + userline[0] = '\0'; + groupline[0] = '\0'; + md5line[0] = '\0'; + + if (infile) + { + while (fgets(line, sizeof(line), infile) != NULL) + { + if (sscanf(line, "%16[^:]:%16[^:]:%32s", userline, groupline, md5line) != 3) + continue; + + if (strcmp(username, userline) == 0 && + strcmp(groupname, groupline) == 0) + break; + + if (fputs(line, outfile) == EOF) + { + _cupsLangPrintf(stderr, + _("lppasswd: Unable to write to password file: %s\n"), + strerror(errno)); + error = 1; + break; + } + } + + if (!error) + { + while (fgets(line, sizeof(line), infile) != NULL) + if (fputs(line, outfile) == EOF) + { + _cupsLangPrintf(stderr, + _("lppasswd: Unable to write to password file: %s\n"), + strerror(errno)); + error = 1; + break; + } + } + } + + if (op == CHANGE && + (strcmp(username, userline) || strcmp(groupname, groupline))) + { + _cupsLangPrintf(stderr, + _("lppasswd: user \"%s\" and group \"%s\" do not exist.\n"), + username, groupname); + error = 1; + } + else if (op != DELETE) + { + if (oldpass && + strcmp(httpMD5(username, "CUPS", oldpass, md5new), md5line) != 0) + { + _cupsLangPuts(stderr, + _("lppasswd: Sorry, password doesn't match!\n")); + error = 1; + } + else + { + snprintf(line, sizeof(line), "%s:%s:%s\n", username, groupname, + httpMD5(username, "CUPS", newpass, md5new)); + if (fputs(line, outfile) == EOF) + { + _cupsLangPrintf(stderr, + _("lppasswd: Unable to write to password file: %s\n"), + strerror(errno)); + error = 1; + } + } + } + + /* + * Close the files... + */ + + if (infile) + fclose(infile); + + if (fclose(outfile) == EOF) + error = 1; + + /* + * Error out gracefully as needed... + */ + + if (error) + { + _cupsLangPuts(stderr, _("lppasswd: Password file not updated!\n")); + + unlink(passwdnew); + + return (1); + } + + /* + * Save old passwd file + */ + + unlink(passwdold); + if (link(passwdmd5, passwdold) && errno != ENOENT) + { + _cupsLangPrintf(stderr, + _("lppasswd: failed to backup old password file: %s\n"), + strerror(errno)); + unlink(passwdnew); + return (1); + } + + /* + * Install new password file + */ + + if (rename(passwdnew, passwdmd5) < 0) + { + _cupsLangPrintf(stderr, + _("lppasswd: failed to rename password file: %s\n"), + strerror(errno)); + unlink(passwdnew); + return (1); + } + + return (0); +} + + +/* + * 'usage()' - Show program usage. + */ + +static void +usage(FILE *fp) /* I - File to send usage to */ +{ + if (getuid()) + _cupsLangPuts(fp, _("Usage: lppasswd [-g groupname]\n")); + else + _cupsLangPuts(fp, + _("Usage: lppasswd [-g groupname] [username]\n" + " lppasswd [-g groupname] -a [username]\n" + " lppasswd [-g groupname] -x [username]\n")); + + exit(1); +} + + +/* + * End of "$Id$". + */ diff --git a/systemv/lpstat.c b/systemv/lpstat.c new file mode 100644 index 0000000000..02c0f7d083 --- /dev/null +++ b/systemv/lpstat.c @@ -0,0 +1,2252 @@ +/* + * "$Id$" + * + * "lpstat" command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and show status information. + * check_dest() - Verify that the named destination(s) exists. + * connect_server() - Connect to the server as necessary... + * show_accepting() - Show acceptance status. + * show_classes() - Show printer classes. + * show_default() - Show default destination. + * show_devices() - Show printer devices. + * show_jobs() - Show active print jobs. + * show_printers() - Show printers. + * show_scheduler() - Show scheduler status. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include +#include +#include + + +/* + * Local functions... + */ + +static void check_dest(const char *, http_t *, const char *, int *, + cups_dest_t **); +static http_t *connect_server(const char *, http_t *); +static int show_accepting(http_t *, const char *, int, cups_dest_t *); +static int show_classes(http_t *, const char *); +static void show_default(int, cups_dest_t *); +static int show_devices(http_t *, const char *, int, cups_dest_t *); +static int show_jobs(http_t *, const char *, const char *, int, int, + const char *); +static int show_printers(http_t *, const char *, int, cups_dest_t *, int); +static void show_scheduler(http_t *); + + +/* + * 'main()' - Parse options and show status information. + */ + +int +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i, /* Looping var */ + status; /* Exit status */ + http_t *http; /* Connection to server */ + int num_dests; /* Number of user destinations */ + cups_dest_t *dests; /* User destinations */ + int long_status; /* Long status report? */ + int ranking; /* Show job ranking? */ + const char *which; /* Which jobs to show? */ + char op; /* Last operation on command-line */ + + + _cupsSetLocale(argv); + + /* + * Parse command-line options... + */ + + http = NULL; + num_dests = 0; + dests = NULL; + long_status = 0; + ranking = 0; + status = 0; + which = "not-completed"; + op = 0; + + for (i = 1; i < argc; i ++) + if (argv[i][0] == '-') + switch (argv[i][1]) + { + case 'D' : /* Show description */ + long_status = 1; + break; + + case 'E' : /* Encrypt */ +#ifdef HAVE_SSL + cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); + + if (http) + httpEncryption(http, HTTP_ENCRYPT_REQUIRED); +#else + _cupsLangPrintf(stderr, + _("%s: Sorry, no encryption support compiled in!\n"), + argv[0]); +#endif /* HAVE_SSL */ + break; + + case 'P' : /* Show paper types */ + op = 'P'; + break; + + case 'R' : /* Show ranking */ + ranking = 1; + break; + + case 'S' : /* Show charsets */ + op = 'S'; + if (!argv[i][2]) + i ++; + break; + + case 'U' : /* Username */ + if (argv[i][2] != '\0') + cupsSetUser(argv[i] + 2); + else + { + i ++; + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected username after " + "\'-U\' option!\n"), + argv[0]); + return (1); + } + + cupsSetUser(argv[i]); + } + break; + + case 'W' : /* Show which jobs? */ + if (argv[i][2]) + which = argv[i] + 2; + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - need \"completed\", " + "\"not-completed\", or \"all\" after " + "\'-W\' option!\n"), + argv[0]); + return (1); + } + + which = argv[i]; + } + + if (strcmp(which, "completed") && strcmp(which, "not-completed") && + strcmp(which, "all")) + { + _cupsLangPrintf(stderr, + _("%s: Error - need \"completed\", " + "\"not-completed\", or \"all\" after " + "\'-W\' option!\n"), + argv[0]); + return (1); + } + break; + + case 'a' : /* Show acceptance status */ + op = 'a'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + { + check_dest(argv[0], http, argv[i] + 2, &num_dests, &dests); + + status |= show_accepting(http, argv[i] + 2, num_dests, dests); + } + else if ((i + 1) < argc && argv[i + 1][0] != '-') + { + i ++; + + check_dest(argv[0], http, argv[i], &num_dests, &dests); + + status |= show_accepting(http, argv[i], num_dests, dests); + } + else + { + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + status |= show_accepting(http, NULL, num_dests, dests); + } + break; + +#ifdef __sgi + case 'b' : /* Show both the local and remote status */ + op = 'b'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + { + /* + * The local and remote status are separated by a blank line; + * since all CUPS jobs are networked, we only output the + * second list for now... In the future, we might further + * emulate this by listing the remote server's queue, but + * for now this is enough to make the SGI printstatus program + * happy... + */ + + check_dest(argv[0], http, argv[i] + 2, &num_dests, &dests); + + puts(""); + status |= show_jobs(http, argv[i] + 2, NULL, 3, ranking, which); + } + else + { + _cupsLangPrintf(stderr, + _("%s: Error - expected destination after " + "\'-b\' option!\n"), + argv[0]); + + return (1); + } + break; +#endif /* __sgi */ + + case 'c' : /* Show classes and members */ + op = 'c'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + { + check_dest(argv[0], http, argv[i] + 2, &num_dests, &dests); + + status |= show_classes(http, argv[i] + 2); + } + else if ((i + 1) < argc && argv[i + 1][0] != '-') + { + i ++; + + check_dest(argv[0], http, argv[i], &num_dests, &dests); + + status |= show_classes(http, argv[i]); + } + else + status |= show_classes(http, NULL); + break; + + case 'd' : /* Show default destination */ + op = 'd'; + http = connect_server(argv[0], http); + + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + show_default(num_dests, dests); + break; + + case 'f' : /* Show forms */ + op = 'f'; + if (!argv[i][2]) + i ++; + break; + + case 'h' : /* Connect to host */ + if (http) + { + httpClose(http); + http = NULL; + } + + if (argv[i][2] != '\0') + cupsSetServer(argv[i] + 2); + else + { + i ++; + + if (i >= argc) + { + _cupsLangPrintf(stderr, + _("%s: Error - expected hostname after " + "\'-h\' option!\n"), + argv[0]); + return (1); + } + + cupsSetServer(argv[i]); + } + break; + + case 'l' : /* Long status or long job status */ +#ifdef __sgi + op = 'l'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + { + check_dest(argv[0], http, argv[i] + 2, &num_dests, &dests); + + status |= show_jobs(http, argv[i] + 2, NULL, 3, ranking, which); + } + else +#endif /* __sgi */ + long_status = 2; + break; + + case 'o' : /* Show jobs by destination */ + op = 'o'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + { + check_dest(argv[0], http, argv[i] + 2, &num_dests, &dests); + + status |= show_jobs(http, argv[i] + 2, NULL, long_status, + ranking, which); + } + else if ((i + 1) < argc && argv[i + 1][0] != '-') + { + i ++; + + check_dest(argv[0], http, argv[i], &num_dests, &dests); + + status |= show_jobs(http, argv[i], NULL, long_status, + ranking, which); + } + else + status |= show_jobs(http, NULL, NULL, long_status, + ranking, which); + break; + + case 'p' : /* Show printers */ + op = 'p'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + { + check_dest(argv[0], http, argv[i] + 2, &num_dests, &dests); + + status |= show_printers(http, argv[i] + 2, num_dests, dests, long_status); + } + else if ((i + 1) < argc && argv[i + 1][0] != '-') + { + i ++; + + check_dest(argv[0], http, argv[i], &num_dests, &dests); + + status |= show_printers(http, argv[i], num_dests, dests, long_status); + } + else + { + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + status |= show_printers(http, NULL, num_dests, dests, long_status); + } + break; + + case 'r' : /* Show scheduler status */ + op = 'r'; + http = connect_server(argv[0], http); + + show_scheduler(http); + break; + + case 's' : /* Show summary */ + op = 's'; + http = connect_server(argv[0], http); + + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + show_default(num_dests, dests); + status |= show_classes(http, NULL); + status |= show_devices(http, NULL, num_dests, dests); + break; + + case 't' : /* Show all info */ + op = 't'; + http = connect_server(argv[0], http); + + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + show_scheduler(http); + show_default(num_dests, dests); + status |= show_classes(http, NULL); + status |= show_devices(http, NULL, num_dests, dests); + status |= show_accepting(http, NULL, num_dests, dests); + status |= show_printers(http, NULL, num_dests, dests, long_status); + status |= show_jobs(http, NULL, NULL, long_status, ranking, which); + break; + + case 'u' : /* Show jobs by user */ + op = 'u'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + status |= show_jobs(http, NULL, argv[i] + 2, long_status, + ranking, which); + else if ((i + 1) < argc && argv[i + 1][0] != '-') + { + i ++; + status |= show_jobs(http, NULL, argv[i], long_status, + ranking, which); + } + else + status |= show_jobs(http, NULL, NULL, long_status, + ranking, which); + break; + + case 'v' : /* Show printer devices */ + op = 'v'; + http = connect_server(argv[0], http); + + if (argv[i][2] != '\0') + { + check_dest(argv[0], http, argv[i] + 2, &num_dests, &dests); + + status |= show_devices(http, argv[i] + 2, num_dests, dests); + } + else if ((i + 1) < argc && argv[i + 1][0] != '-') + { + i ++; + + check_dest(argv[0], http, argv[i], &num_dests, &dests); + + status |= show_devices(http, argv[i], num_dests, dests); + } + else + { + if (num_dests == 0) + num_dests = cupsGetDests2(http, &dests); + + status |= show_devices(http, NULL, num_dests, dests); + } + break; + + + default : + _cupsLangPrintf(stderr, + _("%s: Error - unknown option \'%c\'!\n"), + argv[0], argv[i][1]); + return (1); + } + else + { + http = connect_server(argv[0], http); + + status |= show_jobs(http, argv[i], NULL, long_status, ranking, which); + op = 'o'; + } + + if (!op) + { + http = connect_server(argv[0], http); + + status |= show_jobs(http, NULL, cupsUser(), long_status, ranking, which); + } + + return (status); +} + + +/* + * 'check_dest()' - Verify that the named destination(s) exists. + */ + +static void +check_dest(const char *command, /* I - Command name */ + http_t *http, /* I - HTTP connection */ + const char *name, /* I - Name of printer/class(es) */ + int *num_dests, /* IO - Number of destinations */ + cups_dest_t **dests) /* IO - Destinations */ +{ + const char *dptr; + char *pptr, + printer[128]; + + + /* + * Load the destination list as necessary... + */ + + if (*num_dests == 0) + *num_dests = cupsGetDests2(http, dests); + + /* + * Scan the name string for printer/class name(s)... + */ + + for (dptr = name; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Extract a single destination name from the name string... + */ + + for (pptr = printer; !isspace(*dptr & 255) && *dptr != ',' && *dptr != '\0';) + { + if ((pptr - printer) < (sizeof(printer) - 1)) + *pptr++ = *dptr++; + else + { + _cupsLangPrintf(stderr, + _("%s: Invalid destination name in list \"%s\"!\n"), + command, name); + exit(1); + } + } + + *pptr = '\0'; + + /* + * Check the destination... + */ + + if (cupsGetDest(printer, NULL, *num_dests, *dests) == NULL) + { + _cupsLangPrintf(stderr, + _("%s: Unknown destination \"%s\"!\n"), command, printer); + exit(1); + } + } +} + + +/* + * 'connect_server()' - Connect to the server as necessary... + */ + +static http_t * /* O - New HTTP connection */ +connect_server(const char *command, /* I - Command name */ + http_t *http) /* I - Current HTTP connection */ +{ + if (!http) + { + http = httpConnectEncrypt(cupsServer(), ippPort(), + cupsEncryption()); + + if (http == NULL) + { + _cupsLangPrintf(stderr, _("%s: Unable to connect to server\n"), command); + exit(1); + } + } + + return (http); +} + + +/* + * 'show_accepting()' - Show acceptance status. + */ + +static int /* O - 0 on success, 1 on fail */ +show_accepting(http_t *http, /* I - HTTP connection to server */ + const char *printers, /* I - Destinations */ + int num_dests, /* I - Number of user-defined dests */ + cups_dest_t *dests) /* I - User-defined destinations */ +{ + int i; /* Looping var */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + const char *printer, /* Printer name */ + *message; /* Printer device URI */ + int accepting; /* Accepting requests? */ + time_t ptime; /* Printer state time */ + struct tm *pdate; /* Printer state date & time */ + char printer_state_time[255];/* Printer state time */ + const char *dptr, /* Pointer into destination list */ + *ptr; /* Pointer into printer name */ + int match; /* Non-zero if this job matches */ + static const char *pattrs[] = /* Attributes we need for printers... */ + { + "printer-name", + "printer-state-change-time", + "printer-state-message", + "printer-is-accepting-jobs" + }; + + + DEBUG_printf(("show_accepting(%p, %p)\n", http, printers)); + + if (http == NULL) + return (1); + + if (printers != NULL && !strcmp(printers, "all")) + printers = NULL; + + /* + * Build a CUPS_GET_PRINTERS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * requested-attributes + * requesting-user-name + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), + NULL, pattrs); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + DEBUG_puts("show_accepting: request succeeded..."); + + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + /* + * Loop through the printers returned in the list and display + * their devices... + */ + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a printer... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this printer... + */ + + printer = NULL; + message = NULL; + accepting = 1; + ptime = 0; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "printer-name") && + attr->value_tag == IPP_TAG_NAME) + printer = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-state-change-time") && + attr->value_tag == IPP_TAG_INTEGER) + ptime = (time_t)attr->values[0].integer; + else if (!strcmp(attr->name, "printer-state-message") && + attr->value_tag == IPP_TAG_TEXT) + message = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-is-accepting-jobs") && + attr->value_tag == IPP_TAG_BOOLEAN) + accepting = attr->values[0].boolean; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (printer == NULL) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * See if this is a printer we're interested in... + */ + + match = printers == NULL; + + if (printers != NULL) + { + for (dptr = printers; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Compare names... + */ + + for (ptr = printer; + *ptr != '\0' && *dptr != '\0' && tolower(*ptr & 255) == tolower(*dptr & 255); + ptr ++, dptr ++); + + if (*ptr == '\0' && (*dptr == '\0' || *dptr == ',' || isspace(*dptr & 255))) + { + match = 1; + break; + } + + /* + * Skip trailing junk... + */ + + while (!isspace(*dptr & 255) && *dptr != ',' && *dptr != '\0') + dptr ++; + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + } + } + + /* + * Display the printer entry if needed... + */ + + if (match) + { + pdate = localtime(&ptime); + strftime(printer_state_time, sizeof(printer_state_time), "%c", pdate); + + if (accepting) + _cupsLangPrintf(stdout, _("%s accepting requests since %s\n"), + printer, printer_state_time); + else + _cupsLangPrintf(stdout, _("%s not accepting requests since %s -\n" + "\t%s\n"), + printer, printer_state_time, + message == NULL ? "reason unknown" : message); + + for (i = 0; i < num_dests; i ++) + if (!strcasecmp(dests[i].name, printer) && dests[i].instance) + { + if (accepting) + _cupsLangPrintf(stdout, _("%s/%s accepting requests since %s\n"), + printer, dests[i].instance, printer_state_time); + else + _cupsLangPrintf(stdout, _("%s/%s not accepting requests since " + "%s -\n\t%s\n"), + printer, dests[i].instance, printer_state_time, + message == NULL ? "reason unknown" : message); + } + } + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + return (1); + } + + return (0); +} + + +/* + * 'show_classes()' - Show printer classes. + */ + +static int /* O - 0 on success, 1 on fail */ +show_classes(http_t *http, /* I - HTTP connection to server */ + const char *dests) /* I - Destinations */ +{ + int i; /* Looping var */ + ipp_t *request, /* IPP Request */ + *response, /* IPP Response */ + *response2; /* IPP response from remote server */ + http_t *http2; /* Remote server */ + ipp_attribute_t *attr; /* Current attribute */ + const char *printer, /* Printer class name */ + *printer_uri; /* Printer class URI */ + ipp_attribute_t *members; /* Printer members */ + char method[HTTP_MAX_URI], /* Request method */ + username[HTTP_MAX_URI], /* Username:password */ + server[HTTP_MAX_URI], /* Server name */ + resource[HTTP_MAX_URI]; /* Resource name */ + int port; /* Port number */ + const char *dptr, /* Pointer into destination list */ + *ptr; /* Pointer into printer name */ + int match; /* Non-zero if this job matches */ + static const char *cattrs[] = /* Attributes we need for classes... */ + { + "printer-name", + "printer-uri-supported", + "member-names" + }; + + + DEBUG_printf(("show_classes(%p, %p)\n", http, dests)); + + if (http == NULL) + return (1); + + if (dests != NULL && !strcmp(dests, "all")) + dests = NULL; + + /* + * Build a CUPS_GET_CLASSES request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * requested-attributes + * requesting-user-name + */ + + request = ippNewRequest(CUPS_GET_CLASSES); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(cattrs) / sizeof(cattrs[0]), + NULL, cattrs); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + DEBUG_puts("show_classes: request succeeded..."); + + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + /* + * Loop through the printers returned in the list and display + * their devices... + */ + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + printer = NULL; + printer_uri = NULL; + members = NULL; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "printer-name") && + attr->value_tag == IPP_TAG_NAME) + printer = attr->values[0].string.text; + + if (!strcmp(attr->name, "printer-uri-supported") && + attr->value_tag == IPP_TAG_URI) + printer_uri = attr->values[0].string.text; + + if (!strcmp(attr->name, "member-names") && + attr->value_tag == IPP_TAG_NAME) + members = attr; + + attr = attr->next; + } + + /* + * If this is a remote class, grab the class info from the + * remote server... + */ + + response2 = NULL; + if (members == NULL && printer_uri != NULL) + { + httpSeparateURI(HTTP_URI_CODING_ALL, printer_uri, method, sizeof(method), + username, sizeof(username), server, sizeof(server), + &port, resource, sizeof(resource)); + + if (!strcasecmp(server, http->hostname)) + http2 = http; + else + http2 = httpConnectEncrypt(server, port, cupsEncryption()); + + if (http2 != NULL) + { + /* + * Build an IPP_GET_PRINTER_ATTRIBUTES request, which requires the + * following attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * requested-attributes + */ + + request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, printer_uri); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + sizeof(cattrs) / sizeof(cattrs[0]), + NULL, cattrs); + + if ((response2 = cupsDoRequest(http2, request, "/")) != NULL) + members = ippFindAttribute(response2, "member-names", IPP_TAG_NAME); + + if (http2 != http) + httpClose(http2); + } + } + + /* + * See if we have everything needed... + */ + + if (printer == NULL) + { + if (response2) + ippDelete(response2); + + if (attr == NULL) + break; + else + continue; + } + + /* + * See if this is a printer we're interested in... + */ + + match = dests == NULL; + + if (dests != NULL) + { + for (dptr = dests; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Compare names... + */ + + for (ptr = printer; + *ptr != '\0' && *dptr != '\0' && tolower(*ptr & 255) == tolower(*dptr & 255); + ptr ++, dptr ++); + + if (*ptr == '\0' && (*dptr == '\0' || *dptr == ',' || isspace(*dptr & 255))) + { + match = 1; + break; + } + + /* + * Skip trailing junk... + */ + + while (!isspace(*dptr & 255) && *dptr != ',' && *dptr != '\0') + dptr ++; + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + } + } + + /* + * Display the printer entry if needed... + */ + + if (match) + { + _cupsLangPrintf(stdout, _("members of class %s:\n"), printer); + + if (members) + { + for (i = 0; i < members->num_values; i ++) + _cupsLangPrintf(stdout, "\t%s\n", + members->values[i].string.text); + } + else + _cupsLangPuts(stdout, "\tunknown\n"); + } + + if (response2) + ippDelete(response2); + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + return (1); + } + + return (0); +} + + +/* + * 'show_default()' - Show default destination. + */ + +static void +show_default(int num_dests, /* I - Number of user-defined dests */ + cups_dest_t *dests) /* I - User-defined destinations */ +{ + cups_dest_t *dest; /* Destination */ + const char *printer, /* Printer name */ + *val; /* Environment variable name */ + + if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) != NULL) + { + if (dest->instance) + _cupsLangPrintf(stdout, _("system default destination: %s/%s\n"), + dest->name, dest->instance); + else + _cupsLangPrintf(stdout, _("system default destination: %s\n"), + dest->name); + } + else + { + val = NULL; + + if ((printer = getenv("LPDEST")) == NULL) + { + if ((printer = getenv("PRINTER")) != NULL) + { + if (!strcmp(printer, "lp")) + printer = NULL; + else + val = "PRINTER"; + } + } + else + val = "LPDEST"; + + if (printer && !cupsGetDest(printer, NULL, num_dests, dests)) + _cupsLangPrintf(stdout, + _("lpstat: error - %s environment variable names " + "non-existent destination \"%s\"!\n"), + val, printer); + else + _cupsLangPuts(stdout, _("no system default destination\n")); + } +} + + +/* + * 'show_devices()' - Show printer devices. + */ + +static int /* O - 0 on success, 1 on fail */ +show_devices(http_t *http, /* I - HTTP connection to server */ + const char *printers, /* I - Destinations */ + int num_dests, /* I - Number of user-defined dests */ + cups_dest_t *dests) /* I - User-defined destinations */ +{ + int i; /* Looping var */ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + const char *printer, /* Printer name */ + *uri, /* Printer URI */ + *device, /* Printer device URI */ + *dptr, /* Pointer into destination list */ + *ptr; /* Pointer into printer name */ + int match; /* Non-zero if this job matches */ + static const char *pattrs[] = /* Attributes we need for printers... */ + { + "printer-name", + "printer-uri-supported", + "device-uri" + }; + + + DEBUG_printf(("show_devices(%p, %p)\n", http, dests)); + + if (http == NULL) + return (1); + + if (printers != NULL && !strcmp(printers, "all")) + printers = NULL; + + /* + * Build a CUPS_GET_PRINTERS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * requested-attributes + * requesting-user-name + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), + NULL, pattrs); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + DEBUG_puts("show_devices: request succeeded..."); + + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + /* + * Loop through the printers returned in the list and display + * their devices... + */ + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + printer = NULL; + device = NULL; + uri = NULL; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "printer-name") && + attr->value_tag == IPP_TAG_NAME) + printer = attr->values[0].string.text; + + if (!strcmp(attr->name, "printer-uri-supported") && + attr->value_tag == IPP_TAG_URI) + uri = attr->values[0].string.text; + + if (!strcmp(attr->name, "device-uri") && + attr->value_tag == IPP_TAG_URI) + device = attr->values[0].string.text; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (printer == NULL) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * See if this is a printer we're interested in... + */ + + match = printers == NULL; + + if (printers != NULL) + { + for (dptr = printers; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Compare names... + */ + + for (ptr = printer; + *ptr != '\0' && *dptr != '\0' && tolower(*ptr & 255) == tolower(*dptr & 255); + ptr ++, dptr ++); + + if (*ptr == '\0' && (*dptr == '\0' || *dptr == ',' || isspace(*dptr & 255))) + { + match = 1; + break; + } + + /* + * Skip trailing junk... + */ + + while (!isspace(*dptr & 255) && *dptr != ',' && *dptr != '\0') + dptr ++; + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + } + } + + /* + * Display the printer entry if needed... + */ + + if (match) + { +#ifdef __osf__ /* Compaq/Digital like to do it their own way... */ + char method[HTTP_MAX_URI], /* Components of printer URI */ + username[HTTP_MAX_URI], + hostname[HTTP_MAX_URI], + resource[HTTP_MAX_URI]; + int port; + + + if (device == NULL) + { + httpSeparateURI(HTTP_URI_CODING_ALL, uri, method, sizeof(method), + username, sizeof(username), hostname, + sizeof(hostname), &port, resource, sizeof(resource)); + _cupsLangPrintf(stdout, + _("Output for printer %s is sent to remote " + "printer %s on %s\n"), + printer, strrchr(resource, '/') + 1, hostname); + } + else if (!strncmp(device, "file:", 5)) + _cupsLangPrintf(stdout, + _("Output for printer %s is sent to %s\n"), + printer, device + 5); + else + _cupsLangPrintf(stdout, + _("Output for printer %s is sent to %s\n"), + printer, device); + + for (i = 0; i < num_dests; i ++) + if (!strcasecmp(printer, dests[i].name) && dests[i].instance) + { + if (device == NULL) + _cupsLangPrintf(stdout, + _("Output for printer %s/%s is sent to " + "remote printer %s on %s\n"), + printer, dests[i].instance, + strrchr(resource, '/') + 1, hostname); + else if (!strncmp(device, "file:", 5)) + _cupsLangPrintf(stdout, + _("Output for printer %s/%s is sent to %s\n"), + printer, dests[i].instance, device + 5); + else + _cupsLangPrintf(stdout, + _("Output for printer %s/%s is sent to %s\n"), + printer, dests[i].instance, device); + } +#else + if (device == NULL) + _cupsLangPrintf(stdout, _("device for %s: %s\n"), + printer, uri); + else if (!strncmp(device, "file:", 5)) + _cupsLangPrintf(stdout, _("device for %s: %s\n"), + printer, device + 5); + else + _cupsLangPrintf(stdout, _("device for %s: %s\n"), + printer, device); + + for (i = 0; i < num_dests; i ++) + if (!strcasecmp(printer, dests[i].name) && dests[i].instance) + { + if (device == NULL) + _cupsLangPrintf(stdout, _("device for %s/%s: %s\n"), + printer, dests[i].instance, uri); + else if (!strncmp(device, "file:", 5)) + _cupsLangPrintf(stdout, _("device for %s/%s: %s\n"), + printer, dests[i].instance, device + 5); + else + _cupsLangPrintf(stdout, _("device for %s/%s: %s\n"), + printer, dests[i].instance, device); + } +#endif /* __osf__ */ + } + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + return (1); + } + + return (0); +} + + +/* + * 'show_jobs()' - Show active print jobs. + */ + +static int /* O - 0 on success, 1 on fail */ +show_jobs(http_t *http, /* I - HTTP connection to server */ + const char *dests, /* I - Destinations */ + const char *users, /* I - Users */ + int long_status, /* I - Show long status? */ + int ranking, /* I - Show job ranking? */ + const char *which) /* I - Show which jobs? */ +{ + ipp_t *request, /* IPP Request */ + *response; /* IPP Response */ + ipp_attribute_t *attr; /* Current attribute */ + const char *dest, /* Pointer into job-printer-uri */ + *username, /* Pointer to job-originating-user-name */ + *title; /* Pointer to job-name */ + int rank, /* Rank in queue */ + jobid, /* job-id */ + size; /* job-k-octets */ + time_t jobtime; /* time-at-creation */ + struct tm *jobdate; /* Date & time */ + const char *dptr, /* Pointer into destination list */ + *ptr; /* Pointer into printer name */ + int match; /* Non-zero if this job matches */ + char temp[255], /* Temporary buffer */ + date[255]; /* Date buffer */ + static const char *jattrs[] = /* Attributes we need for jobs... */ + { + "job-id", + "job-k-octets", + "job-name", + "time-at-creation", + "job-printer-uri", + "job-originating-user-name" + }; + + + DEBUG_printf(("show_jobs(%p, %p, %p)\n", http, dests, users)); + + if (http == NULL) + return (1); + + if (dests != NULL && !strcmp(dests, "all")) + dests = NULL; + + /* + * Build a IPP_GET_JOBS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * job-uri + * requested-attributes + */ + + request = ippNewRequest(IPP_GET_JOBS); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(jattrs) / sizeof(jattrs[0]), + NULL, jattrs); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", + NULL, "ipp://localhost/jobs/"); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "which-jobs", + NULL, which); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Loop through the job list and display them... + */ + + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + rank = -1; + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_JOB) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + jobid = 0; + size = 0; + username = NULL; + dest = NULL; + jobtime = 0; + title = "no title"; + + while (attr != NULL && attr->group_tag == IPP_TAG_JOB) + { + if (!strcmp(attr->name, "job-id") && + attr->value_tag == IPP_TAG_INTEGER) + jobid = attr->values[0].integer; + + if (!strcmp(attr->name, "job-k-octets") && + attr->value_tag == IPP_TAG_INTEGER) + size = attr->values[0].integer; + + if (!strcmp(attr->name, "time-at-creation") && + attr->value_tag == IPP_TAG_INTEGER) + jobtime = attr->values[0].integer; + + if (!strcmp(attr->name, "job-printer-uri") && + attr->value_tag == IPP_TAG_URI) + if ((dest = strrchr(attr->values[0].string.text, '/')) != NULL) + dest ++; + + if (!strcmp(attr->name, "job-originating-user-name") && + attr->value_tag == IPP_TAG_NAME) + username = attr->values[0].string.text; + + if (!strcmp(attr->name, "job-name") && + attr->value_tag == IPP_TAG_NAME) + title = attr->values[0].string.text; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (dest == NULL || jobid == 0) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * See if this is a job we're interested in... + */ + + match = (dests == NULL && users == NULL); + rank ++; + + if (dests != NULL) + { + for (dptr = dests; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Compare names... + */ + + for (ptr = dest; + *ptr != '\0' && *dptr != '\0' && tolower(*ptr & 255) == tolower(*dptr & 255); + ptr ++, dptr ++); + + if (*ptr == '\0' && (*dptr == '\0' || *dptr == ',' || isspace(*dptr & 255))) + { + match = 1; + break; + } + + /* + * Skip trailing junk... + */ + + while (!isspace(*dptr & 255) && *dptr != ',' && *dptr != '\0') + dptr ++; + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + } + } + + if (users != NULL && username != NULL) + { + for (dptr = users; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Compare names... + */ + + for (ptr = username; + *ptr != '\0' && *dptr != '\0' && *ptr == *dptr; + ptr ++, dptr ++); + + if (*ptr == '\0' && (*dptr == '\0' || *dptr == ',' || isspace(*dptr & 255))) + { + match = 1; + break; + } + + /* + * Skip trailing junk... + */ + + while (!isspace(*dptr & 255) && *dptr != ',' && *dptr != '\0') + dptr ++; + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + } + } + + /* + * Display the job... + */ + + if (match) + { + jobdate = localtime(&jobtime); + snprintf(temp, sizeof(temp), "%s-%d", dest, jobid); + + if (long_status == 3) + { + /* + * Show the consolidated output format for the SGI tools... + */ + + if (!strftime(date, sizeof(date), "%b %d %H:%M", jobdate)) + strcpy(date, "Unknown"); + + _cupsLangPrintf(stdout, "%s;%s;%d;%s;%s\n", + temp, username ? username : "unknown", + size, title ? title : "unknown", date); + } + else + { + if (!strftime(date, sizeof(date), "%c", jobdate)) + strcpy(date, "Unknown"); + + if (ranking) + _cupsLangPrintf(stdout, "%3d %-21s %-13s %8.0f %s\n", + rank, temp, username ? username : "unknown", + 1024.0 * size, date); + else + _cupsLangPrintf(stdout, "%-23s %-13s %8.0f %s\n", + temp, username ? username : "unknown", + 1024.0 * size, date); + if (long_status) + _cupsLangPrintf(stdout, _("\tqueued for %s\n"), dest); + } + } + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + return (1); + } + + return (0); +} + + +/* + * 'show_printers()' - Show printers. + */ + +static int /* O - 0 on success, 1 on fail */ +show_printers(http_t *http, /* I - HTTP connection to server */ + const char *printers, /* I - Destinations */ + int num_dests, /* I - Number of user-defined dests */ + cups_dest_t *dests, /* I - User-defined destinations */ + int long_status) /* I - Show long status? */ +{ + int i, j; /* Looping vars */ + ipp_t *request, /* IPP Request */ + *response, /* IPP Response */ + *jobs; /* IPP Get Jobs response */ + ipp_attribute_t *attr, /* Current attribute */ + *jobattr, /* Job ID attribute */ + *reasons; /* Job state reasons attribute */ + const char *printer, /* Printer name */ + *message, /* Printer state message */ + *description, /* Description of printer */ + *location, /* Location of printer */ + *make_model, /* Make and model of printer */ + *uri; /* URI of printer */ + ipp_attribute_t *allowed, /* requesting-user-name-allowed */ + *denied; /* requestint-user-name-denied */ + ipp_pstate_t pstate; /* Printer state */ + cups_ptype_t ptype; /* Printer type */ + time_t ptime; /* Printer state time */ + struct tm *pdate; /* Printer state date & time */ + int jobid; /* Job ID of current job */ + const char *dptr, /* Pointer into destination list */ + *ptr; /* Pointer into printer name */ + int match; /* Non-zero if this job matches */ + char printer_uri[HTTP_MAX_URI], + /* Printer URI */ + printer_state_time[255];/* Printer state time */ + const char *root; /* Server root directory... */ + static const char *pattrs[] = /* Attributes we need for printers... */ + { + "printer-name", + "printer-state", + "printer-state-message", + "printer-state-reasons", + "printer-state-change-time", + "printer-type", + "printer-info", + "printer-location", + "printer-make-and-model", + "printer-uri-supported", + "requesting-user-name-allowed", + "requesting-user-name-denied" + }; + static const char *jattrs[] = /* Attributes we need for jobs... */ + { + "job-id" + }; + + + DEBUG_printf(("show_printers(%p, %p)\n", http, dests)); + + if (http == NULL) + return (1); + + if ((root = getenv("CUPS_SERVERROOT")) == NULL) + root = CUPS_SERVERROOT; + + if (printers != NULL && !strcmp(printers, "all")) + printers = NULL; + + /* + * Build a CUPS_GET_PRINTERS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * requested-attributes + * requesting-user-name + */ + + request = ippNewRequest(CUPS_GET_PRINTERS); + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), + NULL, pattrs); + + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", + NULL, cupsUser()); + + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) + { + DEBUG_puts("show_printers: request succeeded..."); + + if (response->request.status.status_code > IPP_OK_CONFLICT) + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + ippDelete(response); + return (1); + } + + /* + * Loop through the printers returned in the list and display + * their status... + */ + + for (attr = response->attrs; attr != NULL; attr = attr->next) + { + /* + * Skip leading attributes until we hit a job... + */ + + while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER) + attr = attr->next; + + if (attr == NULL) + break; + + /* + * Pull the needed attributes from this job... + */ + + printer = NULL; + ptime = 0; + ptype = CUPS_PRINTER_LOCAL; + pstate = IPP_PRINTER_IDLE; + message = NULL; + description = NULL; + location = NULL; + make_model = NULL; + reasons = NULL; + uri = NULL; + jobid = 0; + allowed = NULL; + denied = NULL; + + while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) + { + if (!strcmp(attr->name, "printer-name") && + attr->value_tag == IPP_TAG_NAME) + printer = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-state") && + attr->value_tag == IPP_TAG_ENUM) + pstate = (ipp_pstate_t)attr->values[0].integer; + else if (!strcmp(attr->name, "printer-type") && + attr->value_tag == IPP_TAG_ENUM) + ptype = (cups_ptype_t)attr->values[0].integer; + else if (!strcmp(attr->name, "printer-state-message") && + attr->value_tag == IPP_TAG_TEXT) + message = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-state-change-time") && + attr->value_tag == IPP_TAG_INTEGER) + ptime = (time_t)attr->values[0].integer; + else if (!strcmp(attr->name, "printer-info") && + attr->value_tag == IPP_TAG_TEXT) + description = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-location") && + attr->value_tag == IPP_TAG_TEXT) + location = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-make-and-model") && + attr->value_tag == IPP_TAG_TEXT) + make_model = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-uri-supported") && + attr->value_tag == IPP_TAG_URI) + uri = attr->values[0].string.text; + else if (!strcmp(attr->name, "printer-state-reasons") && + attr->value_tag == IPP_TAG_KEYWORD) + reasons = attr; + else if (!strcmp(attr->name, "requesting-user-name-allowed") && + attr->value_tag == IPP_TAG_NAME) + allowed = attr; + else if (!strcmp(attr->name, "requesting-user-name-denied") && + attr->value_tag == IPP_TAG_NAME) + denied = attr; + + attr = attr->next; + } + + /* + * See if we have everything needed... + */ + + if (printer == NULL) + { + if (attr == NULL) + break; + else + continue; + } + + /* + * See if this is a printer we're interested in... + */ + + match = printers == NULL; + + if (printers != NULL) + { + for (dptr = printers; *dptr != '\0';) + { + /* + * Skip leading whitespace and commas... + */ + + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + + /* + * Compare names... + */ + + for (ptr = printer; + *ptr != '\0' && *dptr != '\0' && tolower(*ptr & 255) == tolower(*dptr & 255); + ptr ++, dptr ++); + + if (*ptr == '\0' && (*dptr == '\0' || *dptr == ',' || isspace(*dptr & 255))) + { + match = 1; + break; + } + + /* + * Skip trailing junk... + */ + + while (!isspace(*dptr & 255) && *dptr != ',' && *dptr != '\0') + dptr ++; + while (isspace(*dptr & 255) || *dptr == ',') + dptr ++; + + if (*dptr == '\0') + break; + } + } + + /* + * Display the printer entry if needed... + */ + + if (match) + { + /* + * If the printer state is "IPP_PRINTER_PROCESSING", then grab the + * current job for the printer. + */ + + if (pstate == IPP_PRINTER_PROCESSING) + { + /* + * Build an IPP_GET_JOBS request, which requires the following + * attributes: + * + * attributes-charset + * attributes-natural-language + * printer-uri + * limit + * requested-attributes + */ + + request = ippNewRequest(IPP_GET_JOBS); + + request->request.op.operation_id = IPP_GET_JOBS; + request->request.op.request_id = 1; + + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", + sizeof(jattrs) / sizeof(jattrs[0]), NULL, jattrs); + + httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), + "ipp", NULL, "localhost", 0, "/printers/%s", printer); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, + "printer-uri", NULL, printer_uri); + + if ((jobs = cupsDoRequest(http, request, "/")) != NULL) + { + /* + * Get the current active job on this queue... + */ + + jobid = 0; + + for (jobattr = jobs->attrs; jobattr; jobattr = jobattr->next) + { + if (!jobattr->name) + continue; + + if (!strcmp(jobattr->name, "job-id") && + jobattr->value_tag == IPP_TAG_INTEGER) + jobid = jobattr->values[0].integer; + else if (!strcmp(jobattr->name, "job-state") && + jobattr->value_tag == IPP_TAG_ENUM && + jobattr->values[0].integer == IPP_JOB_PROCESSING) + break; + } + + ippDelete(jobs); + } + } + + /* + * Display it... + */ + + pdate = localtime(&ptime); + strftime(printer_state_time, sizeof(printer_state_time), "%c", pdate); + + switch (pstate) + { + case IPP_PRINTER_IDLE : + _cupsLangPrintf(stdout, + _("printer %s is idle. enabled since %s\n"), + printer, printer_state_time); + break; + case IPP_PRINTER_PROCESSING : + _cupsLangPrintf(stdout, + _("printer %s now printing %s-%d. " + "enabled since %s\n"), + printer, printer, jobid, printer_state_time); + break; + case IPP_PRINTER_STOPPED : + _cupsLangPrintf(stdout, + _("printer %s disabled since %s -\n"), + printer, printer_state_time); + break; + } + + if ((message && *message) || pstate == IPP_PRINTER_STOPPED) + { + if (!message || !*message) + _cupsLangPuts(stdout, _("\treason unknown\n")); + else + _cupsLangPrintf(stdout, "\t%s\n", message); + } + + if (long_status > 1) + _cupsLangPuts(stdout, + _("\tForm mounted:\n" + "\tContent types: any\n" + "\tPrinter types: unknown\n")); + + if (long_status) + { + _cupsLangPrintf(stdout, _("\tDescription: %s\n"), + description ? description : ""); + + if (reasons) + { + _cupsLangPuts(stdout, _("\tAlerts:")); + for (j = 0; j < reasons->num_values; j ++) + _cupsLangPrintf(stdout, " %s", + reasons->values[j].string.text); + _cupsLangPuts(stdout, "\n"); + } + } + if (long_status > 1) + { + _cupsLangPrintf(stdout, _("\tLocation: %s\n"), + location ? location : ""); + + if (ptype & CUPS_PRINTER_REMOTE) + { + _cupsLangPuts(stdout, _("\tConnection: remote\n")); + + if (make_model && !strstr(make_model, "System V Printer") && + !strstr(make_model, "Raw Printer") && uri) + _cupsLangPrintf(stdout, _("\tInterface: %s.ppd\n"), + uri); + } + else + { + _cupsLangPuts(stdout, _("\tConnection: direct\n")); + + if (make_model && strstr(make_model, "System V Printer")) + _cupsLangPrintf(stdout, + _("\tInterface: %s/interfaces/%s\n"), + root, printer); + else if (make_model && !strstr(make_model, "Raw Printer")) + _cupsLangPrintf(stdout, + _("\tInterface: %s/ppd/%s.ppd\n"), root, printer); + } + _cupsLangPuts(stdout, _("\tOn fault: no alert\n")); + _cupsLangPuts(stdout, _("\tAfter fault: continue\n")); + /* TODO update to use printer-error-policy */ + if (allowed) + { + _cupsLangPuts(stdout, _("\tUsers allowed:\n")); + for (j = 0; j < allowed->num_values; j ++) + _cupsLangPrintf(stdout, "\t\t%s\n", + allowed->values[j].string.text); + } + else if (denied) + { + _cupsLangPuts(stdout, _("\tUsers denied:\n")); + for (j = 0; j < denied->num_values; j ++) + _cupsLangPrintf(stdout, "\t\t%s\n", + denied->values[j].string.text); + } + else + { + _cupsLangPuts(stdout, _("\tUsers allowed:\n")); + _cupsLangPuts(stdout, _("\t\t(all)\n")); + } + _cupsLangPuts(stdout, _("\tForms allowed:\n")); + _cupsLangPuts(stdout, _("\t\t(none)\n")); + _cupsLangPuts(stdout, _("\tBanner required\n")); + _cupsLangPuts(stdout, _("\tCharset sets:\n")); + _cupsLangPuts(stdout, _("\t\t(none)\n")); + _cupsLangPuts(stdout, _("\tDefault pitch:\n")); + _cupsLangPuts(stdout, _("\tDefault page size:\n")); + _cupsLangPuts(stdout, _("\tDefault port settings:\n")); + } + + for (i = 0; i < num_dests; i ++) + if (!strcasecmp(printer, dests[i].name) && dests[i].instance) + { + switch (pstate) + { + case IPP_PRINTER_IDLE : + _cupsLangPrintf(stdout, + _("printer %s/%s is idle. " + "enabled since %s\n"), + printer, dests[i].instance, + printer_state_time); + break; + case IPP_PRINTER_PROCESSING : + _cupsLangPrintf(stdout, + _("printer %s/%s now printing %s-%d. " + "enabled since %s\n"), + printer, dests[i].instance, printer, jobid, + printer_state_time); + break; + case IPP_PRINTER_STOPPED : + _cupsLangPrintf(stdout, + _("printer %s/%s disabled since %s -\n"), + printer, dests[i].instance, + printer_state_time); + break; + } + + if ((message && *message) || pstate == IPP_PRINTER_STOPPED) + { + if (!message || !*message) + _cupsLangPuts(stdout, _("\treason unknown\n")); + else + _cupsLangPrintf(stdout, "\t%s\n", message); + } + + if (long_status > 1) + _cupsLangPuts(stdout, + _("\tForm mounted:\n" + "\tContent types: any\n" + "\tPrinter types: unknown\n")); + + if (long_status) + { + _cupsLangPrintf(stdout, _("\tDescription: %s\n"), + description ? description : ""); + + if (reasons) + { + _cupsLangPuts(stdout, _("\tAlerts:")); + for (j = 0; j < reasons->num_values; j ++) + _cupsLangPrintf(stdout, " %s", + reasons->values[j].string.text); + _cupsLangPuts(stdout, "\n"); + } + } + if (long_status > 1) + { + _cupsLangPrintf(stdout, _("\tLocation: %s\n"), + location ? location : ""); + + if (ptype & CUPS_PRINTER_REMOTE) + { + _cupsLangPuts(stdout, _("\tConnection: remote\n")); + + if (make_model && !strstr(make_model, "System V Printer") && + !strstr(make_model, "Raw Printer") && uri) + _cupsLangPrintf(stdout, _("\tInterface: %s.ppd\n"), + uri); + } + else + { + _cupsLangPuts(stdout, _("\tConnection: direct\n")); + + if (make_model && strstr(make_model, "System V Printer")) + _cupsLangPrintf(stdout, + _("\tInterface: %s/interfaces/%s\n"), + root, printer); + else if (make_model && !strstr(make_model, "Raw Printer")) + _cupsLangPrintf(stdout, + _("\tInterface: %s/ppd/%s.ppd\n"), root, printer); + } + _cupsLangPuts(stdout, _("\tOn fault: no alert\n")); + _cupsLangPuts(stdout, _("\tAfter fault: continue\n")); + /* TODO update to use printer-error-policy */ + if (allowed) + { + _cupsLangPuts(stdout, _("\tUsers allowed:\n")); + for (j = 0; j < allowed->num_values; j ++) + _cupsLangPrintf(stdout, "\t\t%s\n", + allowed->values[j].string.text); + } + else if (denied) + { + _cupsLangPuts(stdout, _("\tUsers denied:\n")); + for (j = 0; j < denied->num_values; j ++) + _cupsLangPrintf(stdout, "\t\t%s\n", + denied->values[j].string.text); + } + else + { + _cupsLangPuts(stdout, _("\tUsers allowed:\n")); + _cupsLangPuts(stdout, _("\t\t(all)\n")); + } + _cupsLangPuts(stdout, _("\tForms allowed:\n")); + _cupsLangPuts(stdout, _("\t\t(none)\n")); + _cupsLangPuts(stdout, _("\tBanner required\n")); + _cupsLangPuts(stdout, _("\tCharset sets:\n")); + _cupsLangPuts(stdout, _("\t\t(none)\n")); + _cupsLangPuts(stdout, _("\tDefault pitch:\n")); + _cupsLangPuts(stdout, _("\tDefault page size:\n")); + _cupsLangPuts(stdout, _("\tDefault port settings:\n")); + } + } + } + + if (attr == NULL) + break; + } + + ippDelete(response); + } + else + { + _cupsLangPrintf(stderr, "lpstat: %s\n", cupsLastErrorString()); + return (1); + } + + return (0); +} + + +/* + * 'show_scheduler()' - Show scheduler status. + */ + +static void +show_scheduler(http_t *http) /* I - HTTP connection to server */ +{ + if (http) + _cupsLangPuts(stdout, _("scheduler is running\n")); + else + _cupsLangPuts(stdout, _("scheduler is not running\n")); +} + + +/* + * End of "$Id$". + */ diff --git a/templates/Makefile b/templates/Makefile new file mode 100644 index 0000000000..3d65f26ed2 --- /dev/null +++ b/templates/Makefile @@ -0,0 +1,160 @@ +# +# "$Id$" +# +# Template makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1993-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + +# +# Template files... +# + +FILES = \ + add-class.tmpl \ + add-printer.tmpl \ + admin.tmpl \ + choose-device.tmpl \ + choose-make.tmpl \ + choose-model.tmpl \ + choose-serial.tmpl \ + choose-uri.tmpl \ + class-added.tmpl \ + class-confirm.tmpl \ + class-deleted.tmpl \ + class-jobs-header.tmpl \ + class-modified.tmpl \ + classes.tmpl \ + classes-header.tmpl \ + edit-config.tmpl \ + error.tmpl \ + error-op.tmpl \ + header.tmpl \ + help-header.tmpl \ + help-printable.tmpl \ + job-cancel.tmpl \ + job-hold.tmpl \ + job-move.tmpl \ + job-moved.tmpl \ + job-release.tmpl \ + job-restart.tmpl \ + jobs.tmpl \ + jobs-header.tmpl \ + maintenance.tmpl \ + modify-class.tmpl \ + modify-printer.tmpl \ + norestart.tmpl \ + option-boolean.tmpl \ + option-conflict.tmpl \ + option-header.tmpl \ + option-pickmany.tmpl \ + option-pickone.tmpl \ + option-trailer.tmpl \ + pager.tmpl \ + printer-accept.tmpl \ + printer-added.tmpl \ + printer-configured.tmpl \ + printer-confirm.tmpl \ + printer-default.tmpl \ + printer-deleted.tmpl \ + printer-jobs-header.tmpl \ + printer-modified.tmpl \ + printer-purge.tmpl \ + printer-reject.tmpl \ + printer-start.tmpl \ + printer-stop.tmpl \ + printers.tmpl \ + printers-header.tmpl \ + restart.tmpl \ + samba-export.tmpl \ + samba-exported.tmpl \ + search.tmpl \ + set-printer-options-header.tmpl \ + set-printer-options-trailer.tmpl \ + test-page.tmpl \ + trailer.tmpl \ + users.tmpl + + +# +# Make everything... +# + +all: + + +# +# Clean all config and object files... +# + +clean: + + +# +# Dummy depend... +# + +depend: + + +# +# Install files... +# + +install: all $(INSTALL_LANGUAGES) + $(INSTALL_DIR) -m 755 $(DATADIR)/templates + for file in $(FILES); do \ + $(INSTALL_DATA) $$file $(DATADIR)/templates; \ + done + +install-languages: + for lang in $(LANGUAGES); do \ + $(INSTALL_DIR) -m 755 $(DATADIR)/templates/$$lang; \ + for file in $(FILES); do \ + if test -f $$lang/$$file; then \ + $(INSTALL_DATA) $$lang/$$file $(DATADIR)/templates/$$lang; \ + fi \ + done \ + done + + +# +# Uninstall files... +# + +uninstall: $(UNINSTALL_LANGUAGES) + for file in $(FILES); do \ + $(RM) $(DATADIR)/templates/$$file; \ + done + -$(RMDIR) $(DATADIR)/templates + +uninstall-languages: + for lang in $(LANGUAGES); do \ + for file in $(FILES); do \ + $(RM) $(DATADIR)/templates/$$lang/$$file; \ + done \ + $(RMDIR) $(DATADIR)/templates/$$lang; \ + done + + +# +# End of "$Id$". +# diff --git a/templates/add-class.tmpl b/templates/add-class.tmpl new file mode 100644 index 0000000000..6a77f2d84b --- /dev/null +++ b/templates/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Add Class

      + + + + + + + + + + + + + + + + + + + + + + +
      Name:
      Location:
      Description:
      Members: + +
      + +
      diff --git a/templates/add-printer.tmpl b/templates/add-printer.tmpl new file mode 100644 index 0000000000..cff93eb294 --- /dev/null +++ b/templates/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      Add New Printer

      + + + + + + + + + + + + + + + + + + +
      Name:
      +(May contain any printable characters except "/", "#", and space)
      Location:
      +(Human-readable location such as "Lab 1")
      Description:
      +(Human-readable description such as "HP LaserJet with Duplexer")
      + +
      diff --git a/templates/admin.tmpl b/templates/admin.tmpl new file mode 100644 index 0000000000..470faaa775 --- /dev/null +++ b/templates/admin.tmpl @@ -0,0 +1,77 @@ + + +
      + +

      Printers

      + +

      +Add Printer + +{have_samba?Export Printers to Samba:} +

      + +{#device_uri=0?:

      New Printers Found:

        {[device_uri] +
      • Add This Printer +{device_make_and_model} ({device_info})
      • +}
      } + +

      Classes

      + +

      + + +

      + +

      Jobs

      + +

      +Manage
+Jobs +

      + +
            + +

      Server

      + +

      +Edit Configuration
+File +View Access Log +View Error Log +View Page Log +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Basic Server Settings:

      + +

      + Show printers shared by other systems
      + Share published printers connected to this system
      + Allow remote administration
      + Allow users to cancel any job (not just their own)
      + Save debugging information for troubleshooting

      + +

      + +
      } + +
      diff --git a/templates/choose-device.tmpl b/templates/choose-device.tmpl new file mode 100644 index 0000000000..6076477e18 --- /dev/null +++ b/templates/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Device for {printer_name}

      + + + + + + + + + + +
      Device: + +
      + +
      diff --git a/templates/choose-make.tmpl b/templates/choose-make.tmpl new file mode 100644 index 0000000000..65e35afdf4 --- /dev/null +++ b/templates/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Make/Manufacturer for {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Make: + +
       
      Or Provide a PPD File:
      + +
      diff --git a/templates/choose-model.tmpl b/templates/choose-model.tmpl new file mode 100644 index 0000000000..aa523080f9 --- /dev/null +++ b/templates/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Model/Driver for {printer_name}

      + + + + + + + + + + + + + + +
      Model: + +
      Or Provide a PPD File:
      + +
      diff --git a/templates/choose-serial.tmpl b/templates/choose-serial.tmpl new file mode 100644 index 0000000000..e0bbb1b97d --- /dev/null +++ b/templates/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Serial Port Settings for {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Baud Rate:
      Parity:
      Data Bits:
      Flow Control:
      + +
      diff --git a/templates/choose-uri.tmpl b/templates/choose-uri.tmpl new file mode 100644 index 0000000000..8ab85636fc --- /dev/null +++ b/templates/choose-uri.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + +

      Device URI for {printer_name}

      + + + + + + + + + + + + + + +
      Device URI:
      Examples: +
      +    http://hostname:631/ipp/
      +    http://hostname:631/ipp/port1
      +
      +    ipp://hostname/ipp/
      +    ipp://hostname/ipp/port1
      +
      +    lpd://hostname/queue
      +
      +    socket://hostname
      +    socket://hostname:9100
      +
      + +

      See "Network +Printers" for the correct URI to use with your printer.

      + +
      + +
      diff --git a/templates/class-added.tmpl b/templates/class-added.tmpl new file mode 100644 index 0000000000..f740581adb --- /dev/null +++ b/templates/class-added.tmpl @@ -0,0 +1,2 @@ +

      Warning: Are you sure you want to delete class +{printer_name}?

      + +

      Delete Class

      diff --git a/templates/class-deleted.tmpl b/templates/class-deleted.tmpl new file mode 100644 index 0000000000..269ddd87a4 --- /dev/null +++ b/templates/class-deleted.tmpl @@ -0,0 +1 @@ +

      Class {printer_name} has been deleted successfully. diff --git a/templates/class-jobs-header.tmpl b/templates/class-jobs-header.tmpl new file mode 100644 index 0000000000..61e5151d24 --- /dev/null +++ b/templates/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Jobs

      diff --git a/templates/class-modified.tmpl b/templates/class-modified.tmpl new file mode 100644 index 0000000000..8617907324 --- /dev/null +++ b/templates/class-modified.tmpl @@ -0,0 +1,2 @@ +

      Class {printer_name} has been +modified successfully. diff --git a/templates/classes-header.tmpl b/templates/classes-header.tmpl new file mode 100644 index 0000000000..7ac98fbddc --- /dev/null +++ b/templates/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?No classes:Showing {#printer_name} of {total} class{total=1?:es}}.

      diff --git a/templates/classes.tmpl b/templates/classes.tmpl new file mode 100644 index 0000000000..ef13feca22 --- /dev/null +++ b/templates/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Default Printer):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Description: {printer_info}
      +Location: {printer_location}
      +Class State: {printer_state=3?idle:{printer_state=4?processing:stopped}}, +{printer_is_accepting_jobs=0?rejecting jobs:accepting jobs}, {printer_is_shared=0?not:} published. +{?member_uris=?:
      Members: {member_uris}} + +

      + +Print Test Page +{printer_state=5? + +Start Class +: + +Stop Class +} +{printer_is_accepting_jobs=0? + +Accept Jobs +: + +Reject Jobs +} + +Cancel All Jobs +{printer_is_shared=0? + +Publish Printer +: + +Unpublish Printer +} + +Modify Class + +Delete Class + +Set As Default + +Set Allowed Users +

      +
      +}} diff --git a/templates/de/add-class.tmpl b/templates/de/add-class.tmpl new file mode 100644 index 0000000000..c5bd8e4516 --- /dev/null +++ b/templates/de/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Klasse hinzufügen

      + + + + + + + + + + + + + + + + + + + + + + +
      Name:
      Ort:
      Beschreibung:
      Mitglieder: + +
      + +
      diff --git a/templates/de/add-printer.tmpl b/templates/de/add-printer.tmpl new file mode 100644 index 0000000000..db60277f99 --- /dev/null +++ b/templates/de/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      Neuen Drucker hinzufügen

      + + + + + + + + + + + + + + + + + + +
      Name:
      +(Darf alle druckbaren Zeichen außer "/", "#", und Leerzeichen enthalten)
      Ort:
      +(Für Menschen lesbarer Ort wie "Labor 1")
      Beschreibung:
      +(Für Menschen lesbare Beschreibung wie "HP LaserJet mit Duplexeinheit")
      + +
      diff --git a/templates/de/admin.tmpl b/templates/de/admin.tmpl new file mode 100644 index 0000000000..9bf6686312 --- /dev/null +++ b/templates/de/admin.tmpl @@ -0,0 +1,77 @@ + + +
      + +

      Drucker

      + +

      +Drucker hinzufügen + +{have_samba?Drucker für Samba exportieren:} +

      + +{#device_uri=0?:

      Neue Drucker gefunden:

        {[device_uri] +
      • Diesen Drucker hinzufuegen +{device_make_and_model} ({device_info})
      • +}
      } + +

      Klassen

      + +

      + + +

      + +

      Druckaufträge

      + +

      +Aufträge
+verwalten +

      + +
            + +

      Server

      + +

      +Konfigurationsdatei
+bearbeiten +Zugriffsprotokoll betrachten +Fehlerprotokoll betrachten +Seitenprotokoll betrachten +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Grundlegende Servereinstellungen:

      + +

      + Zeige verteilte Drucker von anderen Systemen
      + Verteile publizierte Drucker welche mit diesem System verbunden sind
      + Erlaube entfernte Verwaltung
      + Erlaube Benutzern jeden Auftrag abzubrechen (nicht nur die Eigenen)
      + Speichere Fehlerinformationen für Fehlersuche

      + +

      + +
      } + +
      diff --git a/templates/de/choose-device.tmpl b/templates/de/choose-device.tmpl new file mode 100644 index 0000000000..a45c9ba703 --- /dev/null +++ b/templates/de/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Gerät für {printer_name}

      + + + + + + + + + + +
      Gerät: + +
      + +
      diff --git a/templates/de/choose-make.tmpl b/templates/de/choose-make.tmpl new file mode 100644 index 0000000000..db8211792f --- /dev/null +++ b/templates/de/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Marke/Hersteller für {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Marke: + +
       
      Oder stellen Sie eine PPD Datei bereit:
      + +
      diff --git a/templates/de/choose-model.tmpl b/templates/de/choose-model.tmpl new file mode 100644 index 0000000000..17d94b42a4 --- /dev/null +++ b/templates/de/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Modell/Treiber für {printer_name}

      + + + + + + + + + + + + + + +
      Modell: + +
      Oder stellen Sie eine PPD Datei bereit:
      + +
      diff --git a/templates/de/choose-serial.tmpl b/templates/de/choose-serial.tmpl new file mode 100644 index 0000000000..73cca51fc7 --- /dev/null +++ b/templates/de/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Serielle Anschlusseinstellungen für {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Baud Rate:
      Parität:
      Daten Bits:
      Flußkontrolle:
      + +
      diff --git a/templates/de/choose-uri.tmpl b/templates/de/choose-uri.tmpl new file mode 100644 index 0000000000..b4068be5a3 --- /dev/null +++ b/templates/de/choose-uri.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + +

      Geräte URI für {printer_name}

      + + + + + + + + + + + + + + +
      Geräte URI:
      Beispiele: +
      +    http://hostname:631/ipp/
      +    http://hostname:631/ipp/port1
      +
      +    ipp://hostname/ipp/
      +    ipp://hostname/ipp/port1
      +
      +    lpd://hostname/warteschlange
      +
      +    socket://hostname
      +    socket://hostname:9100
      +
      + +

      Bitte lesen Sie "Netzwerk +Drucker" um die korrekte URI für Ihren Drucker zu benutzen.

      + +
      + +
      diff --git a/templates/de/class-added.tmpl b/templates/de/class-added.tmpl new file mode 100644 index 0000000000..abce917999 --- /dev/null +++ b/templates/de/class-added.tmpl @@ -0,0 +1,2 @@ +

      Class {printer_name} wurde erfolgreich +hinzugefügt. diff --git a/templates/de/class-confirm.tmpl b/templates/de/class-confirm.tmpl new file mode 100644 index 0000000000..3da201fbc7 --- /dev/null +++ b/templates/de/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      Warning: Sind Sie sicher, daß Sie die Klasse +{printer_name} löschen zu wollen?

      + +

      Klasse löschen

      diff --git a/templates/de/class-deleted.tmpl b/templates/de/class-deleted.tmpl new file mode 100644 index 0000000000..c75fab4e53 --- /dev/null +++ b/templates/de/class-deleted.tmpl @@ -0,0 +1 @@ +

      Klasse {printer_name} wurde erfolgreich gelöscht. diff --git a/templates/de/class-jobs-header.tmpl b/templates/de/class-jobs-header.tmpl new file mode 100644 index 0000000000..e5b9e08eb2 --- /dev/null +++ b/templates/de/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Aufträge

      diff --git a/templates/de/class-modified.tmpl b/templates/de/class-modified.tmpl new file mode 100644 index 0000000000..944b766af2 --- /dev/null +++ b/templates/de/class-modified.tmpl @@ -0,0 +1,2 @@ +

      Klasse {printer_name} wurde +erfolgreich geändert. diff --git a/templates/de/classes-header.tmpl b/templates/de/classes-header.tmpl new file mode 100644 index 0000000000..f07d47d2cc --- /dev/null +++ b/templates/de/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Keine Klassen gefunden:Zeige {#printer_name} von {total} Klasse{total=1?:n}}.

      diff --git a/templates/de/classes.tmpl b/templates/de/classes.tmpl new file mode 100644 index 0000000000..ef599ad9bf --- /dev/null +++ b/templates/de/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Standarddrucker):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Beschreibung: {printer_info}
      +Ort: {printer_location}
      +Klassenstatus: {printer_state=3?frei:{printer_state=4?verarbeitend:gestoppt}}, +{printer_is_accepting_jobs=0?Aufträge ablehnen:Aufträge akzeptieren}, {printer_is_shared=0?nicht:} publiziert. +{?member_uris=?:
      Mitglieder: {member_uris}} + +

      + +Testseite drucken +{printer_state=5? + +Klasse starten +: + +Klasse stoppen +} +{printer_is_accepting_jobs=0? + +Aufträge akzeptieren +: + +Aufträge ablehnen +} + +Alle Aufträge abbrechen +{printer_is_shared=0? + +Drucker publizieren +: + +Druckerpublikation aufheben +} + +Klasse ändern + +Klasse löschen + +Setze als Standard + +Erlaubte Benutzer festlegen +

      +
      +}} diff --git a/templates/de/edit-config.tmpl.in b/templates/de/edit-config.tmpl.in new file mode 100644 index 0000000000..4cfcad1a8a --- /dev/null +++ b/templates/de/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      Server Konfigurationsdatei

      + +
      + + + + + +

      + +
      diff --git a/templates/de/error-op.tmpl b/templates/de/error-op.tmpl new file mode 100644 index 0000000000..9e1236c856 --- /dev/null +++ b/templates/de/error-op.tmpl @@ -0,0 +1,3 @@ +

      Fehler:

      + +
      Unbekannte Operation "{op}"!
      diff --git a/templates/de/error.tmpl b/templates/de/error.tmpl new file mode 100644 index 0000000000..4653d8ba75 --- /dev/null +++ b/templates/de/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Fehler:}

      + +
      {error}
      diff --git a/templates/de/header.tmpl.in b/templates/de/header.tmpl.in new file mode 100644 index 0000000000..82692caaeb --- /dev/null +++ b/templates/de/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/de/option-conflict.tmpl b/templates/de/option-conflict.tmpl new file mode 100644 index 0000000000..95b69f7211 --- /dev/null +++ b/templates/de/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Error: Die folgenden Parameter stehen im Konflikt zueinander:

      + + + +

      Bitte ändern Sie einen oder mehrere Parameter um die Konflikte zu beheben.

      diff --git a/templates/de/option-header.tmpl b/templates/de/option-header.tmpl new file mode 100644 index 0000000000..cafc9f9fef --- /dev/null +++ b/templates/de/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name}: {group}

      + +

      {title}

      + +  Startseite   + +   Verwaltung   + +   Klassen   + +   Dokumentation/Hilfe   + +   Aufträge   + +   Drucker   + +
        diff --git a/templates/de/help-header.tmpl b/templates/de/help-header.tmpl new file mode 100644 index 0000000000..2f0c757d8c --- /dev/null +++ b/templates/de/help-header.tmpl @@ -0,0 +1,46 @@ +
      +{TOPIC?:} + +

      Suche in +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:Alle Dokumente}}: +Leeren

      + +
      + + + + +{QUERY?

      Suchresultate in {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:Alle Dokumente}}\:

      +{QTEXT?:} +:

      Keine Übereinstimmung gefunden.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +Druckversion anzeigen

      :

      CUPS Hilfeseiten

      + +

      Dies ist das CUPS online Hilfesystem. Geben Sie Ihren Suchbegriff +oben ein oder klicken Sie auf einen der Dokumentationslinks +um sich die Online Hilfe Informationen anzeigen zu lassen

      + +

      Wenn Sie noch unerfahren im Umgang mit CUPS sind, lesen Sie die +"CUPS Übersicht". +Erfahrene Benutzer sollten "Was ist neu in CUPS 1.2" lesen.

      + +

      Die CUPS Home Page bietet +ebenfalls viele Angebote inklusive Benutzer Diskussionsforen, +Antworten auf häufig gestellte Fragen, und ein Formular für +Fehlerberichte und Wünsche.

      } diff --git a/templates/de/help-printable.tmpl b/templates/de/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/de/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/de/job-cancel.tmpl b/templates/de/job-cancel.tmpl new file mode 100644 index 0000000000..06b305c6fe --- /dev/null +++ b/templates/de/job-cancel.tmpl @@ -0,0 +1 @@ +

      Auftrag {job_id} wurde abgebrochen. diff --git a/templates/de/job-hold.tmpl b/templates/de/job-hold.tmpl new file mode 100644 index 0000000000..7e4c4778c9 --- /dev/null +++ b/templates/de/job-hold.tmpl @@ -0,0 +1 @@ +

      Auftrag {job_id} wurde angehalten. diff --git a/templates/de/job-move.tmpl b/templates/de/job-move.tmpl new file mode 100644 index 0000000000..f48f25189a --- /dev/null +++ b/templates/de/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?Verschiebe Auftrag {job_id}:Verschiebe alle Aufträge}

      + + + + + + + + + + +
      Neues Ziel: + +
      + +
      diff --git a/templates/de/job-moved.tmpl b/templates/de/job-moved.tmpl new file mode 100644 index 0000000000..2d2b28789f --- /dev/null +++ b/templates/de/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?Auftrag {job_id}:All jobs} verschoben nach +{job_printer_name}.

      diff --git a/templates/de/job-release.tmpl b/templates/de/job-release.tmpl new file mode 100644 index 0000000000..34279d6f84 --- /dev/null +++ b/templates/de/job-release.tmpl @@ -0,0 +1 @@ +

      Auftrag {job_id} wurde für Druck freigegeben. diff --git a/templates/de/job-restart.tmpl b/templates/de/job-restart.tmpl new file mode 100644 index 0000000000..9406117639 --- /dev/null +++ b/templates/de/job-restart.tmpl @@ -0,0 +1 @@ +

      Auftrag {job_id} wurde neu gestartet. diff --git a/templates/de/jobs-header.tmpl b/templates/de/jobs-header.tmpl new file mode 100644 index 0000000000..419c779108 --- /dev/null +++ b/templates/de/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?Fertige Aufträge anzeigen +Alle Aufträge anzeigen:{which_jobs=all?Fertige Aufträge anzeigen +Aktive Aufträge anzeigen:Aktive Aufträge anzeigen +Alle Aufträge anzeigen}}

      + +

      {total=0?Keine Aufträge gefunden:Zeige {#job_id} von {total} {?which_jobs=?active:{which_jobs=all?:fertigen}} {total=1?Auftrag:Aufträgen}}.

      diff --git a/templates/de/jobs.tmpl b/templates/de/jobs.tmpl new file mode 100644 index 0000000000..15ea37ca90 --- /dev/null +++ b/templates/de/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID Name Benutzer Größe Seiten Status Kontrolle 
      {job_printer_name}-{job_id} {?job_name=?Unbekannt:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Unbekannt:{?job_media_sheets_completed}} {job_state=3?schwebend seit
      {time_at_creation}:{job_state=4?angehalten seit
      {time_at_creation}: +{job_state=5?verarbeitet seit
      {time_at_processing}:{job_state=6?gestoppt um
      {time_at_completed}: +{job_state=7?abgebrochen um
      {time_at_completed}:{job_state=8?aborted:beendet um
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Auftrag neu drucken:} +{job_state=4? + +Auftrag freigeben:} +{job_state=3? + +Auftrag anhalten:} +{job_state<7? + +Auftrag abbrechen +Auftrag verschieben:} + 
      +} diff --git a/templates/de/maintenance.tmpl b/templates/de/maintenance.tmpl new file mode 100644 index 0000000000..811c401070 --- /dev/null +++ b/templates/de/maintenance.tmpl @@ -0,0 +1,2 @@ +

      Wartungskommando gesendet; Auftrags ID ist +{printer_name}-{job_id}.

      diff --git a/templates/de/modify-class.tmpl b/templates/de/modify-class.tmpl new file mode 100644 index 0000000000..779891359e --- /dev/null +++ b/templates/de/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Klasse {printer_name} ändern

      + + + + + + + + + + + + + + + + + + + + + + +
      Name: +{printer_name}
      Ort:
      Beschreibung:
      Mitglieder: + +
      + +
      diff --git a/templates/de/modify-printer.tmpl b/templates/de/modify-printer.tmpl new file mode 100644 index 0000000000..54323dfa50 --- /dev/null +++ b/templates/de/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Drucker {printer_name} ändern

      + + + + + + + + + + + + + + + + + + +
      Name:{printer_name}
      Ort:
      +(Für Menschen lesbarer Ort wie "Labor 1")
      Beschreibung:
      +(Für Menschen lesbare Beschreibung wie "HP LaserJet mit Duplexeinheit")
      + +
      diff --git a/templates/de/option-boolean.tmpl b/templates/de/option-boolean.tmpl new file mode 100644 index 0000000000..72c85189a4 --- /dev/null +++ b/templates/de/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/de/option-pickmany.tmpl b/templates/de/option-pickmany.tmpl new file mode 100644 index 0000000000..d2534af75a --- /dev/null +++ b/templates/de/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/de/option-pickone.tmpl b/templates/de/option-pickone.tmpl new file mode 100644 index 0000000000..08342d06e4 --- /dev/null +++ b/templates/de/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/de/option-trailer.tmpl b/templates/de/option-trailer.tmpl new file mode 100644 index 0000000000..02c7a962c7 --- /dev/null +++ b/templates/de/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
      {keytext}:
      {keytext}:
      diff --git a/templates/de/pager.tmpl b/templates/de/pager.tmpl new file mode 100644 index 0000000000..fc602f78a6 --- /dev/null +++ b/templates/de/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?Vorherige anzeigen: }{ORDER=dec?Aufsteigend sortieren:Absteigend sortieren}{NEXTURL?Nächste anzeigen: }
      diff --git a/templates/de/printer-accept.tmpl b/templates/de/printer-accept.tmpl new file mode 100644 index 0000000000..5980e5bf07 --- /dev/null +++ b/templates/de/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasse:Drucker} {printer_name} +akzeptiert jetzt Aufträge.

      diff --git a/templates/de/printer-added.tmpl b/templates/de/printer-added.tmpl new file mode 100644 index 0000000000..0ce8e8c4fa --- /dev/null +++ b/templates/de/printer-added.tmpl @@ -0,0 +1,2 @@ +

      Drucker {printer_name} wurde erfolgreich +hinzugefügt. diff --git a/templates/de/printer-configured.tmpl b/templates/de/printer-configured.tmpl new file mode 100644 index 0000000000..a0469e61ed --- /dev/null +++ b/templates/de/printer-configured.tmpl @@ -0,0 +1,2 @@ +

      Drucker {printer_name} wurde +erfolgreich konfiguriert. diff --git a/templates/de/printer-confirm.tmpl b/templates/de/printer-confirm.tmpl new file mode 100644 index 0000000000..311cd11ae4 --- /dev/null +++ b/templates/de/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Warnung: Sind Sie sicher, daß Sie den Drucker +{printer_name} löschen wollen?

      + +

      Drucker löschen

      diff --git a/templates/de/printer-default.tmpl b/templates/de/printer-default.tmpl new file mode 100644 index 0000000000..d04a326d4e --- /dev/null +++ b/templates/de/printer-default.tmpl @@ -0,0 +1,7 @@ +

      {is_class?Klasse:Drucker} {printer_name} +wurde zum Standarddrucker für diesen Server bestimmt.

      + +
      Notiz: Jede benutzerspezifische Standardeinstellung welche +mit dem Befehl lpoptions gemacht wird überschreibt diese +Standardeinstellung.
      diff --git a/templates/de/printer-deleted.tmpl b/templates/de/printer-deleted.tmpl new file mode 100644 index 0000000000..4489a73069 --- /dev/null +++ b/templates/de/printer-deleted.tmpl @@ -0,0 +1 @@ +

      Drucker {printer_name} wurde erfolgreich gelöscht. diff --git a/templates/de/printer-jobs-header.tmpl b/templates/de/printer-jobs-header.tmpl new file mode 100644 index 0000000000..e5b9e08eb2 --- /dev/null +++ b/templates/de/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Aufträge

      diff --git a/templates/de/printer-modified.tmpl b/templates/de/printer-modified.tmpl new file mode 100644 index 0000000000..dc1c104bf0 --- /dev/null +++ b/templates/de/printer-modified.tmpl @@ -0,0 +1,2 @@ +

      Drucker {printer_name} wurde +erfolgreich geändert. diff --git a/templates/de/printer-purge.tmpl b/templates/de/printer-purge.tmpl new file mode 100644 index 0000000000..cafa5e8191 --- /dev/null +++ b/templates/de/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasse:Drucker} {printer_name} +wurde aus allen Aufträgen eliminiert.

      diff --git a/templates/de/printer-reject.tmpl b/templates/de/printer-reject.tmpl new file mode 100644 index 0000000000..513bba1bfa --- /dev/null +++ b/templates/de/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasse:Drucker} {printer_name} +akzeptiert ab sofort keine Aufträge mehr.

      diff --git a/templates/de/printer-start.tmpl b/templates/de/printer-start.tmpl new file mode 100644 index 0000000000..e6836c7838 --- /dev/null +++ b/templates/de/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasse:Drucker} {printer_name} +wurde gestartet.

      diff --git a/templates/de/printer-stop.tmpl b/templates/de/printer-stop.tmpl new file mode 100644 index 0000000000..64cbd7294c --- /dev/null +++ b/templates/de/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasse:Drucker} {printer_name} +wurde gestoppt.

      diff --git a/templates/de/printers-header.tmpl b/templates/de/printers-header.tmpl new file mode 100644 index 0000000000..b247590d9c --- /dev/null +++ b/templates/de/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Keine Drucker gefunden:Zeige {#printer_name} von {total} Drucker{total=1?:n}}.

      diff --git a/templates/de/printers.tmpl b/templates/de/printers.tmpl new file mode 100644 index 0000000000..90ccfe418d --- /dev/null +++ b/templates/de/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Standarddrucker):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Beschreibung: {printer_info}
      +Ort: {printer_location}
      +Marke und Modell: {printer_make_and_model}
      +Druckerstatus: {printer_state=3?frei:{printer_state=4?verarbeitend:gestoppt}}, +{printer_is_accepting_jobs=0?Aufträge ablehnen:Aufträge akzeptieren}, {printer_is_shared=0?nicht:} publiziert. +{?device_uri=?:
      Geräte URI: {device_uri}} + +

      + +Testseite drucken +{?cupscommand=1? +Druckköpfe reinigen + +Selbsttest-Seite drucken:} +{printer_state=5? + +Drucker starten +: + +Drucker stoppen +} +{printer_is_accepting_jobs=0? + +Aufträge akzeptieren +: + +Aufträge ablehnen +} + +Alle Aufträge verschieben + +Aufträge abbrechen +{printer_is_shared=0? + +Drucker publizieren +: + +Druckerpublikation aufheben +} + +Drucker ändern + +Druckereinstellungen festlegen + +Drucker löschen + +Als Standard festlegen + +Erlaubte Benutzer festlegen +

      +
      +}} diff --git a/templates/de/restart.tmpl b/templates/de/restart.tmpl new file mode 100644 index 0000000000..28f93bd509 --- /dev/null +++ b/templates/de/restart.tmpl @@ -0,0 +1 @@ +

      Bitte warten Sie während der Server neu startet...

      diff --git a/templates/de/samba-export.tmpl b/templates/de/samba-export.tmpl new file mode 100644 index 0000000000..d76d401189 --- /dev/null +++ b/templates/de/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + +

      Exportiere Drucker für Samba

      + +{error?

      Kann Drucker nicht für Samba exportieren\:

      +
      {error}
      +

      Konsultieren Sie die error_log Datei um mehr Informationen zu erhalten.

      : +

      Diese Seite erlaubt es Ihnen Drucker für Samba bereitzustellen +damit auf diese mittels Windows Clients über die Desktopsymbole +Netzwerk Nachbarn oder Netzwerkumgebung +zugegriffen werden kann. Sie müssen zuerst einen +Windows PostScript Druckerteiber installieren wie diese in der Hilfe für cupsaddsmb(8) beschrieben ist.

      } + + + + + + + + + + + + + + + + + + +
      Drucker: +
      + Alle Drucker exportieren +
      Samba Benutzername: (required)
      Samba Passwort: (required)
      + +
      diff --git a/templates/de/samba-exported.tmpl b/templates/de/samba-exported.tmpl new file mode 100644 index 0000000000..ff032b1247 --- /dev/null +++ b/templates/de/samba-exported.tmpl @@ -0,0 +1 @@ +

      Drucker wurden fü Samba erfolgreich exportiert.

      diff --git a/templates/de/search.tmpl b/templates/de/search.tmpl new file mode 100644 index 0000000000..fa5313491c --- /dev/null +++ b/templates/de/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Suche in +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?Klassen:{SECTION=jobs?Aufträge:Drucker}}}: + +Leeren

      + +
      diff --git a/templates/de/set-printer-options-header.tmpl b/templates/de/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/de/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/de/set-printer-options-trailer.tmpl b/templates/de/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/de/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/de/test-page.tmpl b/templates/de/test-page.tmpl new file mode 100644 index 0000000000..a9a4bbd8a7 --- /dev/null +++ b/templates/de/test-page.tmpl @@ -0,0 +1,2 @@ +

      Testseite gesendet; Auftrags ID ist +{printer_name}-{job_id}.

      diff --git a/templates/de/trailer.tmpl b/templates/de/trailer.tmpl new file mode 100644 index 0000000000..f2f9bb9fa6 --- /dev/null +++ b/templates/de/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

      Das Common UNIX Printing System, CUPS, und das CUPS Logo sind +eingetragene Warenzeichen der Easy Software +Products. CUPS ist urheberrechtlich geschützt 1997-2006 von Easy Software Products, +Alle Rechte vorbehalten.

      + + + + + + + + diff --git a/templates/de/users.tmpl b/templates/de/users.tmpl new file mode 100644 index 0000000000..d2c9ba86f4 --- /dev/null +++ b/templates/de/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      Berechtigte Benutzer für {printer_name}

      + + + + + + + + + + +
      Benutzer: + +
      +Erlaube diesen Benutzern zu drucken +Verweigere diesen Benutzern zu drucken +
      + +
      + +
      diff --git a/templates/edit-config.tmpl.in b/templates/edit-config.tmpl.in new file mode 100644 index 0000000000..b457fadaf2 --- /dev/null +++ b/templates/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      Server Configuration File

      + +
      + + + + + +

      + +
      diff --git a/templates/error-op.tmpl b/templates/error-op.tmpl new file mode 100644 index 0000000000..6950831a01 --- /dev/null +++ b/templates/error-op.tmpl @@ -0,0 +1,3 @@ +

      Error:

      + +
      Unknown operation "{op}"!
      diff --git a/templates/error.tmpl b/templates/error.tmpl new file mode 100644 index 0000000000..bf0530cbd0 --- /dev/null +++ b/templates/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Error:}

      + +
      {error}
      diff --git a/templates/es/add-class.tmpl b/templates/es/add-class.tmpl new file mode 100644 index 0000000000..98401d7fed --- /dev/null +++ b/templates/es/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Añadir clase

      + + + + + + + + + + + + + + + + + + + + + + +
      Nombre:
      Ubicación:
      Descripción:
      Miembros: + +
      + +
      diff --git a/templates/es/add-printer.tmpl b/templates/es/add-printer.tmpl new file mode 100644 index 0000000000..66c06e97bb --- /dev/null +++ b/templates/es/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      Añadir impresora nueva

      + + + + + + + + + + + + + + + + + + +
      Nombre:
      +(Puede contener cualquier carácter imprimible excepto "/", "#", y espacio)
      Ubicación:
      +(Ubicación fácilmente leíble tal como "Lab 1")
      Descripción:
      +(Descripción fácilmente leíble tal como "HP LaserJet de doble cara")
      + +
      diff --git a/templates/es/admin.tmpl b/templates/es/admin.tmpl new file mode 100644 index 0000000000..b80f46f880 --- /dev/null +++ b/templates/es/admin.tmpl @@ -0,0 +1,77 @@ + + +
      + +

      Impresoras

      + +

      +Añadir impresora + +{have_samba?Exportar impresoras a Samba:} +

      + +{#device_uri=0?:

      Encontradas nuevas impresoras:

        {[device_uri] +
      • Añadir esta impresora +{device_make_and_model} ({device_info})
      • +}
      } + +

      Clases

      + +

      + + +

      + +

      Trabajos

      + +

      +Administrar
+trabajos +

      + +
            + +

      Servidor

      + +

      +Editar archivo
+configuración +Ver archivo de registro de accesos +Ver archivo de registro de errores +Ver archivo de registro de páginas +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Configuración básica del servidor:

      + +

      + Mostrar impresoras compartidas por otros sistemas
      + Compartir impresoras públicas conectadas a este sistema
      + Permitir administración remota
      + Permitir a los usuarios cancelar cualquier trabajo (no sólo los suyos propios)
      + Guardar información de depuración para búsqueda de problemas

      + +

      + +
      } + +
      diff --git a/templates/es/choose-device.tmpl b/templates/es/choose-device.tmpl new file mode 100644 index 0000000000..fbfb83d0eb --- /dev/null +++ b/templates/es/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Tipo de conexión de {printer_name}

      + + + + + + + + + + +
      Conexión: + +
      + +
      diff --git a/templates/es/choose-make.tmpl b/templates/es/choose-make.tmpl new file mode 100644 index 0000000000..2358dfe56c --- /dev/null +++ b/templates/es/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Marca/Fabricante de {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Marca: + +
       
      O proporcione un archivo PPD:
      + +
      diff --git a/templates/es/choose-model.tmpl b/templates/es/choose-model.tmpl new file mode 100644 index 0000000000..3362a67517 --- /dev/null +++ b/templates/es/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Modelo/Controlador para {printer_name}

      + + + + + + + + + + + + + + +
      Modelo: + +
      O proporcione un archivo PPD:
      + +
      diff --git a/templates/es/choose-serial.tmpl b/templates/es/choose-serial.tmpl new file mode 100644 index 0000000000..4b6508ba97 --- /dev/null +++ b/templates/es/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Parámetros puerto serie para {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Baudios:
      Paridad:
      Bits de datos:
      Control de flujo:
      + +
      diff --git a/templates/es/choose-uri.tmpl b/templates/es/choose-uri.tmpl new file mode 100644 index 0000000000..12b71fc9b0 --- /dev/null +++ b/templates/es/choose-uri.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + +

      URI de la conexión para {printer_name}

      + + + + + + + + + + + + + + +
      URI de la conexión:
      Ejemplos: +
      +    http://nombre_ordenador:631/ipp/
      +    http://nombre_ordenador:631/ipp/puerto1
      +
      +    ipp://nombre_ordenador/ipp/
      +    ipp://nombre_ordenador/ipp/puerto1
      +
      +    lpd://nombre_ordenador/cola
      +
      +    socket://nombre_ordenador
      +    socket://nombre_ordenador:9100
      +
      + +

      Vea "Impresoras +en red" para escoger el URI adecuado a usar con su impresora.

      + +
      + +
      diff --git a/templates/es/class-added.tmpl b/templates/es/class-added.tmpl new file mode 100644 index 0000000000..faf659ae1f --- /dev/null +++ b/templates/es/class-added.tmpl @@ -0,0 +1 @@ +

      Se ha añadido con éxito la clase {printer_name}. diff --git a/templates/es/class-confirm.tmpl b/templates/es/class-confirm.tmpl new file mode 100644 index 0000000000..ee7d2be165 --- /dev/null +++ b/templates/es/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      Advertencia: ¿Está seguro de querer borrar la clase +{printer_name}?

      + +

      Borrar clase

      diff --git a/templates/es/class-deleted.tmpl b/templates/es/class-deleted.tmpl new file mode 100644 index 0000000000..c73465f500 --- /dev/null +++ b/templates/es/class-deleted.tmpl @@ -0,0 +1 @@ +

      Se ha borrado con éxito la clase {printer_name}. diff --git a/templates/es/class-jobs-header.tmpl b/templates/es/class-jobs-header.tmpl new file mode 100644 index 0000000000..f571813161 --- /dev/null +++ b/templates/es/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Trabajos

      diff --git a/templates/es/class-modified.tmpl b/templates/es/class-modified.tmpl new file mode 100644 index 0000000000..959c151ffb --- /dev/null +++ b/templates/es/class-modified.tmpl @@ -0,0 +1 @@ +

      Se ha modificado con éxito la clase {printer_name}. \ No newline at end of file diff --git a/templates/es/classes-header.tmpl b/templates/es/classes-header.tmpl new file mode 100644 index 0000000000..714ab89c4e --- /dev/null +++ b/templates/es/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?No hay clases:Mostrando {#printer_name} de {total} clase{total=1?:s}}.

      diff --git a/templates/es/classes.tmpl b/templates/es/classes.tmpl new file mode 100644 index 0000000000..43de08d2a6 --- /dev/null +++ b/templates/es/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Impresora predeterminada):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Descripción: {printer_info}
      +Ubicación: {printer_location}
      +Estado de la clase: {printer_state=3?inactiva:{printer_state=4?procesando:parada}}, +{printer_is_accepting_jobs=0?rechazando trabajos:aceptando trabajos}, {printer_is_shared=0?no:} pública. +{?member_uris=?:
      Miembros: {member_uris}} + +

      + +Imprimir página de prueba +{printer_state=5? + +Iniciar clase +: + +Detener clase +} +{printer_is_accepting_jobs=0? + +Aceptar trabajos +: + +Rechazar trabajos +} + +Cancelar todos los trabajos +{printer_is_shared=0? + +Publicar impresora +: + +No publicar impresora +} + +Modificar clase + +Borrar clase + +Poner como predeterminada + +Establecer usuarios permitidos +

      +
      +}} diff --git a/templates/es/edit-config.tmpl.in b/templates/es/edit-config.tmpl.in new file mode 100644 index 0000000000..5ebd84cd73 --- /dev/null +++ b/templates/es/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      Archivo de configuración del servidor

      + +
      + + + + + +

      + +
      diff --git a/templates/es/error-op.tmpl b/templates/es/error-op.tmpl new file mode 100644 index 0000000000..9a33a1f97b --- /dev/null +++ b/templates/es/error-op.tmpl @@ -0,0 +1,3 @@ +

      Error:

      + +
      Operació desconocida "{op}"!
      diff --git a/templates/es/error.tmpl b/templates/es/error.tmpl new file mode 100644 index 0000000000..bf0530cbd0 --- /dev/null +++ b/templates/es/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Error:}

      + +
      {error}
      diff --git a/templates/es/header.tmpl.in b/templates/es/header.tmpl.in new file mode 100644 index 0000000000..570be1b6ae --- /dev/null +++ b/templates/es/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/es/option-conflict.tmpl b/templates/es/option-conflict.tmpl new file mode 100644 index 0000000000..6db0267aed --- /dev/null +++ b/templates/es/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Error: Las siguientes opciones están en conflicto:

      + + + +

      Cambie una o más de las opciones para resolver el problema.

      diff --git a/templates/es/option-header.tmpl b/templates/es/option-header.tmpl new file mode 100644 index 0000000000..cafc9f9fef --- /dev/null +++ b/templates/es/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name}: {group}

      + +

      {title}

      + +  Inicio   + +   Administración   + +   Clases   + +   Documentación/Ayuda   + +   Trabajos   + +   Impresoras   + +
        diff --git a/templates/es/help-header.tmpl b/templates/es/help-header.tmpl new file mode 100644 index 0000000000..5f67002e30 --- /dev/null +++ b/templates/es/help-header.tmpl @@ -0,0 +1,47 @@ +
      +{TOPIC?:} + +

      Buscar en +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:todos los documentos}}: +Borrar

      + +
      + + + + +{QUERY?

      Buscar resultados en {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:todos los documentos}}\:

      +{QTEXT?:} +:

      No hay coincidencias.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +Ver versión imprimible

      :

      Páginas de ayuda de CUPS

      + +

      Esta es la interfaz de ayuda en línea de CUPS. Introduzca las palabras +a buscar aquí encima o haga clic en cualquiera de los enlaces de la +documentación para visualizar la información de ayuda en línea.

      + +

      Si es nuevo en CUPS, lea la página "Información general de CUPS". Los usuarios veteranos +deberían leer la página "Qué hay de nuevo en CUPS +1.2".

      + +

      La página de inicio de CUPS también +proporciona muchos recursos, incluyendo foros de discusión de usuarios, respuestas +a preguntas frecuentes, y un formulario para el envío de informes de errores y +peticiones de mejoras.

      } diff --git a/templates/es/help-printable.tmpl b/templates/es/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/es/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/es/job-cancel.tmpl b/templates/es/job-cancel.tmpl new file mode 100644 index 0000000000..84d65e58f4 --- /dev/null +++ b/templates/es/job-cancel.tmpl @@ -0,0 +1 @@ +

      Se ha cancelado el Trabajo {job_id}. diff --git a/templates/es/job-hold.tmpl b/templates/es/job-hold.tmpl new file mode 100644 index 0000000000..f424bca89a --- /dev/null +++ b/templates/es/job-hold.tmpl @@ -0,0 +1 @@ +

      Se ha retenido el Trabajo {job_id}. diff --git a/templates/es/job-move.tmpl b/templates/es/job-move.tmpl new file mode 100644 index 0000000000..2f8992bf61 --- /dev/null +++ b/templates/es/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?Mover trabajo {job_id}:Mover todos los trabajos}

      + + + + + + + + + + +
      Nuevo destino: + +
      + +
      diff --git a/templates/es/job-moved.tmpl b/templates/es/job-moved.tmpl new file mode 100644 index 0000000000..806d2bc0f9 --- /dev/null +++ b/templates/es/job-moved.tmpl @@ -0,0 +1,2 @@ +

      Se {job_id?ha movido el Trabajo {job_id}:han movido todos los trabajos} a +{job_printer_name}.

      diff --git a/templates/es/job-release.tmpl b/templates/es/job-release.tmpl new file mode 100644 index 0000000000..14e2d02771 --- /dev/null +++ b/templates/es/job-release.tmpl @@ -0,0 +1 @@ +

      Se ha liberado el Trabajo {job_id}. diff --git a/templates/es/job-restart.tmpl b/templates/es/job-restart.tmpl new file mode 100644 index 0000000000..d35dfb4a3a --- /dev/null +++ b/templates/es/job-restart.tmpl @@ -0,0 +1 @@ +

      Se ha reiniciado el Trabajo {job_id}. diff --git a/templates/es/jobs-header.tmpl b/templates/es/jobs-header.tmpl new file mode 100644 index 0000000000..ca78fab99a --- /dev/null +++ b/templates/es/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?Mostrar trabajos completados +Mostrar todos los trabajos:{which_jobs=all?Mostrar trabajos completados +Mostrar trabajos activos:Mostrar trabajos activos +Mostrar todos los trabajos}}

      + +

      {total=0?No hay trabajos:Mostrando {#job_id} de {total} trabajo{total=1?:s}{?which_jobs=? activo{total=1?:s}:{which_jobs=all?: completado{total=1?:s}}}}.

      diff --git a/templates/es/jobs.tmpl b/templates/es/jobs.tmpl new file mode 100644 index 0000000000..2338888512 --- /dev/null +++ b/templates/es/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID Nombre Usuario Tamaño Páginas Estado Control 
      {job_printer_name}-{job_id} {?job_name=?Desconocido:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Desconocido:{?job_media_sheets_completed}} {job_state=3?pendiente desde
      {time_at_creation}:{job_state=4?retenido desde
      {time_at_creation}: +{job_state=5?en proceso desde
      {time_at_processing}:{job_state=6?parado: +{job_state=7?cancelado el
      {time_at_completed}:{job_state=8?abandonado:completado el
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Reimprimir trabajo:} +{job_state=4? + +Liberar trabajo:} +{job_state=3? + +Retener trabajo:} +{job_state<7? + +Cancelar trabajo +Mover trabajo:} + 
      +} diff --git a/templates/es/maintenance.tmpl b/templates/es/maintenance.tmpl new file mode 100644 index 0000000000..6672071e9c --- /dev/null +++ b/templates/es/maintenance.tmpl @@ -0,0 +1,2 @@ +

      Se han enviado los comandos de mantenimiento; la ID del trabajo es +{printer_name}-{job_id}.

      diff --git a/templates/es/modify-class.tmpl b/templates/es/modify-class.tmpl new file mode 100644 index 0000000000..6f7526abdb --- /dev/null +++ b/templates/es/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Modificar clase {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Nombre: +{printer_name}
      Ubicación:
      Descripción:
      Miembros: + +
      + +
      diff --git a/templates/es/modify-printer.tmpl b/templates/es/modify-printer.tmpl new file mode 100644 index 0000000000..f52de7c993 --- /dev/null +++ b/templates/es/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Modificar impresora {printer_name}

      + + + + + + + + + + + + + + + + + + +
      Nombre:{printer_name}
      Ubicación:
      +(Ubicación fácilmente leíble tal como "Lab 1")
      Descripción:
      +(Descripción fácilmente leíble tal como "HP LaserJet de doble cara")
      + +
      diff --git a/templates/es/norestart.tmpl b/templates/es/norestart.tmpl new file mode 100644 index 0000000000..b4cb36c4f1 --- /dev/null +++ b/templates/es/norestart.tmpl @@ -0,0 +1,2 @@ +

      No se ha reiniciado el servidor debido a que no se han hecho +cambios en la configuración...

      diff --git a/templates/es/option-boolean.tmpl b/templates/es/option-boolean.tmpl new file mode 100644 index 0000000000..72c85189a4 --- /dev/null +++ b/templates/es/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/es/option-pickmany.tmpl b/templates/es/option-pickmany.tmpl new file mode 100644 index 0000000000..d2534af75a --- /dev/null +++ b/templates/es/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/es/option-pickone.tmpl b/templates/es/option-pickone.tmpl new file mode 100644 index 0000000000..08342d06e4 --- /dev/null +++ b/templates/es/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/es/option-trailer.tmpl b/templates/es/option-trailer.tmpl new file mode 100644 index 0000000000..df397bb16b --- /dev/null +++ b/templates/es/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
      {keytext}:
      {keytext}:
      diff --git a/templates/es/pager.tmpl b/templates/es/pager.tmpl new file mode 100644 index 0000000000..5fd2aa986d --- /dev/null +++ b/templates/es/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?Mostrar anterior: }{ORDER=dec?Orden ascendente:Orden descendente}{NEXTURL?Mostrar siguiente: }
      diff --git a/templates/es/printer-accept.tmpl b/templates/es/printer-accept.tmpl new file mode 100644 index 0000000000..d6d4d5451f --- /dev/null +++ b/templates/es/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      La {is_class?clase:impresora} {printer_name} +ahora acepta trabajos.

      diff --git a/templates/es/printer-added.tmpl b/templates/es/printer-added.tmpl new file mode 100644 index 0000000000..f0825b1c22 --- /dev/null +++ b/templates/es/printer-added.tmpl @@ -0,0 +1 @@ +

      Se ha añadido con éxito la impresora {printer_name}. diff --git a/templates/es/printer-configured.tmpl b/templates/es/printer-configured.tmpl new file mode 100644 index 0000000000..db65caef3d --- /dev/null +++ b/templates/es/printer-configured.tmpl @@ -0,0 +1 @@ +

      Se ha configurado con éxito la impresora {printer_name}. diff --git a/templates/es/printer-confirm.tmpl b/templates/es/printer-confirm.tmpl new file mode 100644 index 0000000000..82bbc03686 --- /dev/null +++ b/templates/es/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Advertencia: ¿Está seguro de querer borrar la impresora +{printer_name}?

      + +

      Borrar impresora

      diff --git a/templates/es/printer-default.tmpl b/templates/es/printer-default.tmpl new file mode 100644 index 0000000000..3efbf676c2 --- /dev/null +++ b/templates/es/printer-default.tmpl @@ -0,0 +1,7 @@ +

      Se ha puesto como predeterminada en el servidor la {is_class?clase:impresora} {printer_name}.

      + +
      Nota: cualquier opción de usuario +que haya sido activada por mediación del comando +lpoptions tiene mayor preferencia que este ajuste +predeterminado.
      diff --git a/templates/es/printer-deleted.tmpl b/templates/es/printer-deleted.tmpl new file mode 100644 index 0000000000..ca8ed01f18 --- /dev/null +++ b/templates/es/printer-deleted.tmpl @@ -0,0 +1 @@ +

      Se ha borrado con éxito la impresora {printer_name}. diff --git a/templates/es/printer-jobs-header.tmpl b/templates/es/printer-jobs-header.tmpl new file mode 100644 index 0000000000..f571813161 --- /dev/null +++ b/templates/es/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Trabajos

      diff --git a/templates/es/printer-modified.tmpl b/templates/es/printer-modified.tmpl new file mode 100644 index 0000000000..515d9ee8a4 --- /dev/null +++ b/templates/es/printer-modified.tmpl @@ -0,0 +1 @@ +

      Se ha modificado con éxito la impresora {printer_name}. diff --git a/templates/es/printer-purge.tmpl b/templates/es/printer-purge.tmpl new file mode 100644 index 0000000000..10fa0e4abb --- /dev/null +++ b/templates/es/printer-purge.tmpl @@ -0,0 +1,2 @@ +

      Se han cancelado todos los trabajos de la {is_class?clase:impresora} {printer_name}.

      diff --git a/templates/es/printer-reject.tmpl b/templates/es/printer-reject.tmpl new file mode 100644 index 0000000000..7f143ed347 --- /dev/null +++ b/templates/es/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      La {is_class?clase:impresora} {printer_name} +ya no acepta trabajos.

      diff --git a/templates/es/printer-start.tmpl b/templates/es/printer-start.tmpl new file mode 100644 index 0000000000..cf7fe4fbe8 --- /dev/null +++ b/templates/es/printer-start.tmpl @@ -0,0 +1,3 @@ +

      La {is_class?clase:impresora} {printer_name} +ha sido iniciada.

      diff --git a/templates/es/printer-stop.tmpl b/templates/es/printer-stop.tmpl new file mode 100644 index 0000000000..973644c986 --- /dev/null +++ b/templates/es/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      La {is_class?clase:impresora} {printer_name} +ha sido parada.

      diff --git a/templates/es/printers-header.tmpl b/templates/es/printers-header.tmpl new file mode 100644 index 0000000000..7280687bcf --- /dev/null +++ b/templates/es/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?No hay impresoras:Mostrando {#printer_name} de {total} impresora{total=1?:s}}.

      diff --git a/templates/es/printers.tmpl b/templates/es/printers.tmpl new file mode 100644 index 0000000000..2366f44418 --- /dev/null +++ b/templates/es/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Impresora predeterminada):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Descripción: {printer_info}
      +Ubicación: {printer_location}
      +Fabricante y modelo: {printer_make_and_model}
      +Estado de la impresora: {printer_state=3?inactiva:{printer_state=4?procesando:parada}}, +{printer_is_accepting_jobs=0?rechazando trabajos:aceptando trabajos}, {printer_is_shared=0?no:} pública. +{?device_uri=?:
      URI de la conexión: {device_uri}} + +

      + +Imprimir página de prueba +{?cupscommand=1? +Limpiar cabezales de impresión + +Imprimir página de auto-prueba:} +{printer_state=5? + +Iniciar impresora +: + +Detener impresora +} +{printer_is_accepting_jobs=0? + +Aceptar trabajos +: + +Rechazar trabajos +} + +Mover todos los trabajos + +Cancelar todos los trabajos +{printer_is_shared=0? + +Publicar impresora +: + +No publicar impresora +} + +Modificar impresora + +Cambiar opciones impresora + +Borrar impresora + +Poner como predeterminada + +Establecer usuarios permitidos +

      +
      +}} diff --git a/templates/es/restart.tmpl b/templates/es/restart.tmpl new file mode 100644 index 0000000000..b9b0e742cc --- /dev/null +++ b/templates/es/restart.tmpl @@ -0,0 +1 @@ +

      Por favor espere mientras se reinicia el servidor...

      diff --git a/templates/es/samba-export.tmpl b/templates/es/samba-export.tmpl new file mode 100644 index 0000000000..eca4767c95 --- /dev/null +++ b/templates/es/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + +

      Exportar impresoras a Samba

      + +{error?

      No se han podido exportar las impresoras a Samba\:

      +
      {error}
      +

      Consulte el archivo error_log para más información.

      : +

      Esta página le permite exportar las impresoras a Samba para que +los clientes Windows puedan acceder a ellas por el icono de su +escritorio Sitios de red. Debe haber instalado +previamente el controlador de impresora PostScript de Windows +como se describe en la página del manual +cupsaddsmb(8).

      } + + + + + + + + + + + + + + + + + + +
      Impresoras: +
      + Exportar todas las impresoras +
      Nombre de usuario Samba: (necesario)
      Contraseña Samba: (necesario)
      + +
      diff --git a/templates/es/samba-exported.tmpl b/templates/es/samba-exported.tmpl new file mode 100644 index 0000000000..a54925d3c6 --- /dev/null +++ b/templates/es/samba-exported.tmpl @@ -0,0 +1 @@ +

      Se han exportado las impresoras a samba con éxito.

      diff --git a/templates/es/search.tmpl b/templates/es/search.tmpl new file mode 100644 index 0000000000..4001b337d0 --- /dev/null +++ b/templates/es/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Buscar en +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?clases:{SECTION=jobs?trabajos:impresoras}}}: + +Borrar

      + +
      diff --git a/templates/es/set-printer-options-header.tmpl b/templates/es/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/es/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/es/set-printer-options-trailer.tmpl b/templates/es/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/es/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/es/test-page.tmpl b/templates/es/test-page.tmpl new file mode 100644 index 0000000000..7670f9830c --- /dev/null +++ b/templates/es/test-page.tmpl @@ -0,0 +1,2 @@ +

      Página de prueba enviada; el número del trabajo es el +{printer_name}-{job_id}.

      diff --git a/templates/es/trailer.tmpl b/templates/es/trailer.tmpl new file mode 100644 index 0000000000..55f44824ed --- /dev/null +++ b/templates/es/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

      Common UNIX Printing System, CUPS, y el logo de CUPS son +marcas registradas de Easy Software +Products. Los derechos de copia de CUPS 1997-2006 son de Easy Software Products. +Todos los derechos reservados.

      + + + + + + + + diff --git a/templates/es/users.tmpl b/templates/es/users.tmpl new file mode 100644 index 0000000000..c4ff1a5771 --- /dev/null +++ b/templates/es/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      Usuarios permitidos para {printer_name}

      + + + + + + + + + + +
      Usuarios: + +
      +Permitir a estos usuarios imprimir +Evitar que estos usuarios impriman +
      + +
      + +
      diff --git a/templates/et/add-class.tmpl b/templates/et/add-class.tmpl new file mode 100644 index 0000000000..50e655dc26 --- /dev/null +++ b/templates/et/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Klassi lisamine

      + + + + + + + + + + + + + + + + + + + + + + +
      Nimi:
      Asukoht:
      Kirjeldus:
      Liikmed: + +
      + +
      diff --git a/templates/et/add-printer.tmpl b/templates/et/add-printer.tmpl new file mode 100644 index 0000000000..21fd997b8e --- /dev/null +++ b/templates/et/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      Uue printeri lisamine

      + + + + + + + + + + + + + + + + + + +
      Nimi:
      +(Võib sisaldada kõiki trükitavaid märke, välja arvatud "/", "#" ja tühik)
      Asukoht:
      +(Arusaadava sisuga asukoht, näiteks "Laud 1")
      Kirjeldus:
      +(Arusaadava sisuga kirjeldus, näiteks "HP LaserJet duplekseriga")
      + +
      diff --git a/templates/et/admin.tmpl b/templates/et/admin.tmpl new file mode 100644 index 0000000000..e04ec96c90 --- /dev/null +++ b/templates/et/admin.tmpl @@ -0,0 +1,77 @@ + + +
      + +

      Printerid

      + +

      +Lisa printer + +{have_samba?Ekspordi printerid Sambasse:} +

      + +{#device_uri=0?:

      Leitud uued printerid:

        {[device_uri] +
      • Lisa see printer +{device_make_and_model} ({device_info})
      • +}
      } + +

      Klassid

      + +

      + + +

      + +

      Tööd

      + +

      +Halda
+töid +

      + +
            + +

      Server

      + +

      +Muuda
+seadistustefaili +Vaata kasutamislogi +Vaata vealogi +Vaata lehelogi +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Serveri põhiseadistused:

      + +

      + Teiste süsteemide jagatud printerite näitamine
      + Aktiivse süsteemiga ühendatud avaldatud printerite jagamine
      + Võrguhalduse lubamine
      + Kasutajatel lubatakse katkestada kõiki töid (mitte ainult enda omi)
      + Silumisinfo salvestamine probleemide tuvastamiseks

      + +

      + +
      } + +
      diff --git a/templates/et/choose-device.tmpl b/templates/et/choose-device.tmpl new file mode 100644 index 0000000000..cac4ca23f7 --- /dev/null +++ b/templates/et/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Printeri {printer_name} seade

      + + + + + + + + + + +
      Seade: + +
      + +
      diff --git a/templates/et/choose-make.tmpl b/templates/et/choose-make.tmpl new file mode 100644 index 0000000000..4aede750f5 --- /dev/null +++ b/templates/et/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Printeri {printer_name} valmistaja/tootja

      + + + + + + + + + + + + + + + + + + + + + + +
      Valmistaja: + +
       
      või andke PPD-fail:
      + +
      diff --git a/templates/et/choose-model.tmpl b/templates/et/choose-model.tmpl new file mode 100644 index 0000000000..ee93197ead --- /dev/null +++ b/templates/et/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Printeri {printer_name} mudel/draiver

      + + + + + + + + + + + + + + +
      Mudel: + +
      või andke PPD-fail:
      + +
      diff --git a/templates/et/choose-serial.tmpl b/templates/et/choose-serial.tmpl new file mode 100644 index 0000000000..640c74803f --- /dev/null +++ b/templates/et/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Printeri {printer_name} jadapordi seadistused

      + + + + + + + + + + + + + + + + + + + + + + +
      Andmevahetuse kiirus:
      Paarsus:
      Andmebitid:
      Voo reguleerimine:
      + +
      diff --git a/templates/et/choose-uri.tmpl b/templates/et/choose-uri.tmpl new file mode 100644 index 0000000000..fea2ae76d8 --- /dev/null +++ b/templates/et/choose-uri.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + +

      Printeri {printer_name} seadme URI

      + + + + + + + + + + + + + + +
      Seadme URI:
      Näited: +
      +    http://masinanimi:631/ipp/
      +    http://masinanimi:631/ipp/port1
      +
      +    ipp://masinanimi/ipp/
      +    ipp://masinanimi/ipp/port1
      +
      +    lpd://masinanimi/järjekord
      +
      +    socket://masinanimi
      +    socket://masinanimi:9100
      +
      + +

      Vaadake osa "Võrguprinterid" +oma printeri korrektse URI tuvastamiseks.

      + +
      + +
      diff --git a/templates/et/class-added.tmpl b/templates/et/class-added.tmpl new file mode 100644 index 0000000000..e758ef8791 --- /dev/null +++ b/templates/et/class-added.tmpl @@ -0,0 +1,2 @@ +

      Klass {printer_name} edukalt +lisatud. diff --git a/templates/et/class-confirm.tmpl b/templates/et/class-confirm.tmpl new file mode 100644 index 0000000000..ede566ebb8 --- /dev/null +++ b/templates/et/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      Hoiatus: kas soovite tõesti kustutada klassi +{printer_name}?

      + +

      Kustuta klass

      diff --git a/templates/et/class-deleted.tmpl b/templates/et/class-deleted.tmpl new file mode 100644 index 0000000000..f2bc3ee3e4 --- /dev/null +++ b/templates/et/class-deleted.tmpl @@ -0,0 +1 @@ +

      Klass {printer_name} edukalt kustutatud. diff --git a/templates/et/class-jobs-header.tmpl b/templates/et/class-jobs-header.tmpl new file mode 100644 index 0000000000..b3d29dee42 --- /dev/null +++ b/templates/et/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Tööd

      diff --git a/templates/et/class-modified.tmpl b/templates/et/class-modified.tmpl new file mode 100644 index 0000000000..a8c65fd69c --- /dev/null +++ b/templates/et/class-modified.tmpl @@ -0,0 +1,2 @@ +

      Klass {printer_name} edukalt +muudetud. diff --git a/templates/et/classes-header.tmpl b/templates/et/classes-header.tmpl new file mode 100644 index 0000000000..29e4fca05d --- /dev/null +++ b/templates/et/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Klassid puuduvad:Näidatakse {#printer_name} klassi {total} klassist{total=1?:}}.

      diff --git a/templates/et/classes.tmpl b/templates/et/classes.tmpl new file mode 100644 index 0000000000..9f740d44fc --- /dev/null +++ b/templates/et/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (vaikimisi printer):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Kirjeldus: {printer_info}
      +Asukoht: {printer_location}
      +Klassi olek: {printer_state=3?jõude:{printer_state=4?töötleb:peatatud}}, +{printer_is_accepting_jobs=0?ei võta töid vastu:võtab töid vastu}, {printer_is_shared=0?pole:} avaldatud. +{?member_uris=?:
      Liikmed: {member_uris}} + +

      + +Trüki testlehekülg +{printer_state=5? + +Käivita klass +: + +Peata klass +} +{printer_is_accepting_jobs=0? + +Võta töid vastu +: + +Ära võta töid vastu +} + +Katkesta kõik tööd +{printer_is_shared=0? + +Avalda printer +: + +Ära avalda printerit +} + +Muuda klassi + +Kustuta klass + +Määra vaikeväärtuseks + +Määra lubatud kasutajad +

      +
      +}} diff --git a/templates/et/edit-config.tmpl.in b/templates/et/edit-config.tmpl.in new file mode 100644 index 0000000000..1345129bd6 --- /dev/null +++ b/templates/et/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      Serveri seadistustefail

      + +
      + + + + + +

      + +
      diff --git a/templates/et/error-op.tmpl b/templates/et/error-op.tmpl new file mode 100644 index 0000000000..097cddd8d5 --- /dev/null +++ b/templates/et/error-op.tmpl @@ -0,0 +1,3 @@ +

      Viga:

      + +
      Tundmatu operatsioon "{op}"!
      diff --git a/templates/et/error.tmpl b/templates/et/error.tmpl new file mode 100644 index 0000000000..09a02e2949 --- /dev/null +++ b/templates/et/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Viga:}

      + +
      {error}
      diff --git a/templates/et/header.tmpl.in b/templates/et/header.tmpl.in new file mode 100644 index 0000000000..24243d41f9 --- /dev/null +++ b/templates/et/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/et/option-conflict.tmpl b/templates/et/option-conflict.tmpl new file mode 100644 index 0000000000..16415baa16 --- /dev/null +++ b/templates/et/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Viga: järgmised valikud on konfliktis:

      + + + +

      Palun muutke konfliktide lahendamiseks vähemalt üht valikut.

      diff --git a/templates/et/option-header.tmpl b/templates/et/option-header.tmpl new file mode 100644 index 0000000000..cafc9f9fef --- /dev/null +++ b/templates/et/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name}: {group}

      + +

      {title}

      + +  Kodu   + +   Haldus   + +   Klassid   + +   Dokumentatsioon/abi   + +   Tööd   + +   Printerid   + +
        diff --git a/templates/et/help-header.tmpl b/templates/et/help-header.tmpl new file mode 100644 index 0000000000..05c5cb8b8b --- /dev/null +++ b/templates/et/help-header.tmpl @@ -0,0 +1,46 @@ +
      +{TOPIC?:} + +

      Otsing - +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:kõigis dokumentides}}: +Puhasta

      + +
      + + + + +{QUERY?

      Otsingutulemused - {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:kõigis dokumentides}}\:

      +{QTEXT?:} +:

      Midagi ei leitud.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +Näita trükitavat versiooni

      :

      CUPS-i abi

      + +

      See on CUPS-i abiliides. Sisestage otsingusõnad ülalolevasse kasti +või klõpsake mõnele dokumentatsioonilingile abiinfo kuvamiseks.

      + +

      Kui Te pole veel CUPS-iga tuttav, lugege osa "Overview of CUPS". Kogenud kasutajad +peaksid aga tutvuma osaga "What's New in CUPS +1.2".

      + +

      CUPS-i kodulehekülg pakub +samuti palju materjali, kaasa arvatud kasutajate arutlusfoorumid, vastused +levinumatele küsimustele ning vorm, mis võimaldab esitada veateateid +ja soove.

      } diff --git a/templates/et/help-printable.tmpl b/templates/et/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/et/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/et/job-cancel.tmpl b/templates/et/job-cancel.tmpl new file mode 100644 index 0000000000..da0bafcc38 --- /dev/null +++ b/templates/et/job-cancel.tmpl @@ -0,0 +1 @@ +

      Töö {job_id} katkestatud. diff --git a/templates/et/job-hold.tmpl b/templates/et/job-hold.tmpl new file mode 100644 index 0000000000..ef4dca0441 --- /dev/null +++ b/templates/et/job-hold.tmpl @@ -0,0 +1 @@ +

      Tööd {job_id} hoitakse trükkimast. diff --git a/templates/et/job-moved.tmpl b/templates/et/job-moved.tmpl new file mode 100644 index 0000000000..ca007aac12 --- /dev/null +++ b/templates/et/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?Töö {job_id}:Kõik tööd} on liigutatud printerisse +{job_printer_name}.

      diff --git a/templates/et/job-release.tmpl b/templates/et/job-release.tmpl new file mode 100644 index 0000000000..055c519e2c --- /dev/null +++ b/templates/et/job-release.tmpl @@ -0,0 +1 @@ +

      Töö {job_id} trükkimiseks vabastatud. diff --git a/templates/et/job-restart.tmpl b/templates/et/job-restart.tmpl new file mode 100644 index 0000000000..f2dee0fc3b --- /dev/null +++ b/templates/et/job-restart.tmpl @@ -0,0 +1 @@ +

      Töö {job_id} uuesti käivitatud. diff --git a/templates/et/jobs-header.tmpl b/templates/et/jobs-header.tmpl new file mode 100644 index 0000000000..4c710a0303 --- /dev/null +++ b/templates/et/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?Näita lõpetatud töid +Näita kõiki töid:{which_jobs=all?Näita lõpetatud töid +Näita aktiivseid töid:Näita aktiivseid töid +Näita kõiki töid}}

      + +

      {total=0?Töid pole:Näidatakse {#job_id} tööd {total} {?which_jobs=?aktiivsest:{which_jobs=all?:lõpetatud}} tööst{total=1?:}}.

      diff --git a/templates/et/jobs.tmpl b/templates/et/jobs.tmpl new file mode 100644 index 0000000000..67d4ad25c4 --- /dev/null +++ b/templates/et/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID Nimi Kasutaja Suurus Lehekülgi Olek Kontroll 
      {job_printer_name}-{job_id} {?job_name=?Teadmata:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Teadmata:{?job_media_sheets_completed}} {job_state=3?ootel alates
      {time_at_creation}:{job_state=4?hoitakse alates
      {time_at_creation}: +{job_state=5?töötluses alates
      {time_at_processing}:{job_state=6?peatatud: +{job_state=7?katkestatud
      {time_at_completed}:{job_state=8?loobutud:lõpetatud
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Trüki töö uuesti:} +{job_state=4? + +Vabasta töö:} +{job_state=3? + +Hoia tööd:} +{job_state<7? + +Katkesta töö +Liiguta töö:} + 
      +} diff --git a/templates/et/maintenance.tmpl b/templates/et/maintenance.tmpl new file mode 100644 index 0000000000..c9662419fb --- /dev/null +++ b/templates/et/maintenance.tmpl @@ -0,0 +1,2 @@ +

      Hooldamiskäsud saadetud; töö ID on +{printer_name}-{job_id}.

      diff --git a/templates/et/modify-class.tmpl b/templates/et/modify-class.tmpl new file mode 100644 index 0000000000..fd6b1a4545 --- /dev/null +++ b/templates/et/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Klassi {printer_name} muutmine

      + + + + + + + + + + + + + + + + + + + + + + +
      Nimi: +{printer_name}
      Asukoht:
      Kirjeldus:
      Liikmed: + +
      + +
      diff --git a/templates/et/modify-printer.tmpl b/templates/et/modify-printer.tmpl new file mode 100644 index 0000000000..9f697c93b9 --- /dev/null +++ b/templates/et/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Printeri {printer_name} muutmine

      + + + + + + + + + + + + + + + + + + +
      Nimi:{printer_name}
      Asukoht:
      +(Arusaadava sisuga asukoht, näiteks "Laud 1")
      Kirjeldus:
      +(Arusaadava sisuga kirjeldus, näiteks "HP LaserJet duplekseriga")
      + +
      diff --git a/templates/et/norestart.tmpl b/templates/et/norestart.tmpl new file mode 100644 index 0000000000..84cfc5a6f4 --- /dev/null +++ b/templates/et/norestart.tmpl @@ -0,0 +1 @@ +

      Serverit ei käivitatud uuesti, sest seadistusse ei tehtud mingeid muudatusi...

      diff --git a/templates/et/option-boolean.tmpl b/templates/et/option-boolean.tmpl new file mode 100644 index 0000000000..72c85189a4 --- /dev/null +++ b/templates/et/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/et/option-pickmany.tmpl b/templates/et/option-pickmany.tmpl new file mode 100644 index 0000000000..d2534af75a --- /dev/null +++ b/templates/et/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/et/option-pickone.tmpl b/templates/et/option-pickone.tmpl new file mode 100644 index 0000000000..08342d06e4 --- /dev/null +++ b/templates/et/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/et/option-trailer.tmpl b/templates/et/option-trailer.tmpl new file mode 100644 index 0000000000..188073f1db --- /dev/null +++ b/templates/et/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
      {keytext}:
      {keytext}:
      diff --git a/templates/et/pager.tmpl b/templates/et/pager.tmpl new file mode 100644 index 0000000000..0c9cdc6ead --- /dev/null +++ b/templates/et/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?Näita eelmist: }{ORDER=dec?Sorteeri alanevalt:Sorteeri tõusvalt}{NEXTURL?Näita järgmist: }
      diff --git a/templates/et/printer-accept.tmpl b/templates/et/printer-accept.tmpl new file mode 100644 index 0000000000..8acec73f9a --- /dev/null +++ b/templates/et/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +võtab nüüd töid vastu.

      diff --git a/templates/et/printer-added.tmpl b/templates/et/printer-added.tmpl new file mode 100644 index 0000000000..455c418ef3 --- /dev/null +++ b/templates/et/printer-added.tmpl @@ -0,0 +1,2 @@ +

      Printer {printer_name} edukalt +lisatud. diff --git a/templates/et/printer-configured.tmpl b/templates/et/printer-configured.tmpl new file mode 100644 index 0000000000..5dbf70ba90 --- /dev/null +++ b/templates/et/printer-configured.tmpl @@ -0,0 +1,2 @@ +

      Printer {printer_name} edukalt +seadistatud. diff --git a/templates/et/printer-confirm.tmpl b/templates/et/printer-confirm.tmpl new file mode 100644 index 0000000000..fec4bf06dd --- /dev/null +++ b/templates/et/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Hoiatus: kas soovite tõesti kustutada printeri +{printer_name}?

      + +

      Kustuta printer

      diff --git a/templates/et/printer-default.tmpl b/templates/et/printer-default.tmpl new file mode 100644 index 0000000000..9adae5b928 --- /dev/null +++ b/templates/et/printer-default.tmpl @@ -0,0 +1,6 @@ +

      {is_class?Class:Printer} {printer_name} +on määratud serveri vaikimisi printeriks.

      + +
      Märkus: kõik kasutajate vaikeväärtused, mis on +määratud käsuga lpoptions, tühistavad selle vaikeseadistuse.
      diff --git a/templates/et/printer-deleted.tmpl b/templates/et/printer-deleted.tmpl new file mode 100644 index 0000000000..aec0ced53e --- /dev/null +++ b/templates/et/printer-deleted.tmpl @@ -0,0 +1 @@ +

      Printer {printer_name} edukalt kustutatud. diff --git a/templates/et/printer-jobs-header.tmpl b/templates/et/printer-jobs-header.tmpl new file mode 100644 index 0000000000..b3d29dee42 --- /dev/null +++ b/templates/et/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Tööd

      diff --git a/templates/et/printer-modified.tmpl b/templates/et/printer-modified.tmpl new file mode 100644 index 0000000000..0e5789a09b --- /dev/null +++ b/templates/et/printer-modified.tmpl @@ -0,0 +1,2 @@ +

      Printer {printer_name} edukalt +muudetud. diff --git a/templates/et/printer-purge.tmpl b/templates/et/printer-purge.tmpl new file mode 100644 index 0000000000..3225c10fc3 --- /dev/null +++ b/templates/et/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +kõigist töödest puhastatud.

      diff --git a/templates/et/printer-reject.tmpl b/templates/et/printer-reject.tmpl new file mode 100644 index 0000000000..e93de18de0 --- /dev/null +++ b/templates/et/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +ei võta enam töid vastu.

      diff --git a/templates/et/printer-start.tmpl b/templates/et/printer-start.tmpl new file mode 100644 index 0000000000..533ac9bb26 --- /dev/null +++ b/templates/et/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +käivitatud.

      diff --git a/templates/et/printer-stop.tmpl b/templates/et/printer-stop.tmpl new file mode 100644 index 0000000000..601c50ae94 --- /dev/null +++ b/templates/et/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +peatatud.

      diff --git a/templates/et/printers-header.tmpl b/templates/et/printers-header.tmpl new file mode 100644 index 0000000000..5c37b37d9b --- /dev/null +++ b/templates/et/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Printereid pole:Näidatakse {#printer_name} printerit {total} printerist{total=1?:}}.

      diff --git a/templates/et/printers.tmpl b/templates/et/printers.tmpl new file mode 100644 index 0000000000..a9d14194c6 --- /dev/null +++ b/templates/et/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (vaikimisi printer):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Kirjeldus: {printer_info}
      +Asukoht: {printer_location}
      +Valmistaja ja mudel: {printer_make_and_model}
      +Printeri olek: {printer_state=3?jõude:{printer_state=4?töötleb:peatatud}}, +{printer_is_accepting_jobs=0?ei võta töid vastu:võtab töid vastu}, {printer_is_shared=0?pole:} avaldatud. +{?device_uri=?:
      Seadme URI: {device_uri}} + +

      + +Trüki testlehekülg +{?cupscommand=1? +Puhasta prindipead + +Trüki enesetesti lehekülg:} +{printer_state=5? + +Käivita printer +: + +Peata printer +} +{printer_is_accepting_jobs=0? + +Võta töid vastu +: + +Ära võta töid vastu +} + +Liiguta kõik tööd + +Katkesta kõik tööd +{printer_is_shared=0? + +Avalda printer +: + +Ära avalda printerit +} + +Muuda printerit + +Määra printeri valikud + +Kustuta printer + +Määra vaikeväärtuseks + +Määra lubatud kasutajad +

      +
      +}} diff --git a/templates/et/restart.tmpl b/templates/et/restart.tmpl new file mode 100644 index 0000000000..7ec91b078c --- /dev/null +++ b/templates/et/restart.tmpl @@ -0,0 +1 @@ +

      Palun oodake, kuni server taaskäivitub...

      diff --git a/templates/et/samba-export.tmpl b/templates/et/samba-export.tmpl new file mode 100644 index 0000000000..610d8caf91 --- /dev/null +++ b/templates/et/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + +

      Printerite eksport Sambasse

      + +{error?

      Printerite eksport Sambasse ebaõnnestus:

      +
      {error}
      +

      Täpsemat infot annab error_log.

      : +

      Käesolev lehekülg võimaldab eksportida printereid Sambasse, et +Windowsi kliendid saaksid neid kasutada ikoonide Network +Neighborhood või Network Places abil oma töölaual. +Teil peavad eelnevalt olema paigaldatud Windowsi PostScript +printeridraiverid, nagu seda kirjeldab cupsaddsmb(8) manuaal.

      } + + + + + + + + + + + + + + + + + + +
      Printerid: +
      + Kõigi printerite eksport +
      Samba kasutajanimi: (nõutav)
      Samba parool: (nõutav)
      + +
      diff --git a/templates/et/samba-exported.tmpl b/templates/et/samba-exported.tmpl new file mode 100644 index 0000000000..b72a6b5bd6 --- /dev/null +++ b/templates/et/samba-exported.tmpl @@ -0,0 +1 @@ +

      Printerid edukalt Sambasse eksporditud.

      diff --git a/templates/et/search.tmpl b/templates/et/search.tmpl new file mode 100644 index 0000000000..c5e06ee21c --- /dev/null +++ b/templates/et/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Otsing - +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?klassides:{SECTION=jobs?töödes:printerites}}}: + +Puhasta

      + +
      diff --git a/templates/et/set-printer-options-header.tmpl b/templates/et/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/et/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/et/set-printer-options-trailer.tmpl b/templates/et/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/et/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/et/test-page.tmpl b/templates/et/test-page.tmpl new file mode 100644 index 0000000000..4d5d88dd6f --- /dev/null +++ b/templates/et/test-page.tmpl @@ -0,0 +1,2 @@ +

      Testlehekülg saadetud; töö ID on +{printer_name}-{job_id}.

      diff --git a/templates/et/trailer.tmpl b/templates/et/trailer.tmpl new file mode 100644 index 0000000000..72871fb287 --- /dev/null +++ b/templates/et/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

      Common UNIX Printing System, CUPS ja CUPS-i logo on +firma Easy Software +Products kaubamärgid. CUPS-i autoriõigus 1997-2006: Easy Software Products, +kõik õigused kaitstud.

      + + + + + + + + diff --git a/templates/et/users.tmpl b/templates/et/users.tmpl new file mode 100644 index 0000000000..2eaffed5f8 --- /dev/null +++ b/templates/et/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      {printer_name} lubatud kasutajad

      + + + + + + + + + + +
      Kasutajad: + +
      +Neil kasutajatel lubatakse trükkida +Neil kasutajatel keelatakse trükkida +
      + +
      + +
      diff --git a/templates/fr/add-class.tmpl b/templates/fr/add-class.tmpl new file mode 100644 index 0000000000..576d53f173 --- /dev/null +++ b/templates/fr/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Ajouter une classe

      + + + + + + + + + + + + + + + + + + + + + + +
      Nom :
      Lieu :
      Description :
      Membres : + +
      + +
      diff --git a/templates/fr/add-printer.tmpl b/templates/fr/add-printer.tmpl new file mode 100644 index 0000000000..f27b415e9f --- /dev/null +++ b/templates/fr/add-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{device_uri?:} + +

      Ajouter une nouvelle imprimante

      + + + + + + + + + + + + + + + + + + +
      Nom :
      +( Peut comporter tout caractère imprimable, "/", "#", et espace exceptés )
      Lieu :
      +( Lieu compréhensible pour un utilisateur, comme "Labo 1" )
      Description :
      +( Description compréhensible pour un utilisateur, comme "HP LaserJet recto/verso" )
      + +
      diff --git a/templates/fr/admin.tmpl b/templates/fr/admin.tmpl new file mode 100644 index 0000000000..e0486ef677 --- /dev/null +++ b/templates/fr/admin.tmpl @@ -0,0 +1,84 @@ + + +
      + +

      Imprimantes

      + +

      +Ajouter une imprimante + +{have_samba?Exporter les imprimantes vers SAMBA:} +

      + +{#device_uri=0?:

      Nouvelles imprimantes détectées:

        {[device_uri] +
      • Ajouter cette imprimante +{device_make_and_model} ({device_info})
      • +}
      } + +

      Classes

      + +

      + + +

      + +

      Tâches d'impression

      + +

      +Administrer les
+tâches +

      + +
                + +

      Serveur

      + +

      +Éditer le fichier de
+configuration +Liste des accès +Liste des erreurs +Liste des pages +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Paramètres de base du serveur :

      + +

      + Afficher les +imprimantes partagées par d'autres systèmes
      + Partager les +imprimantes publiques connectées à ce système
      +         Allow printing from the Internet
      + Autoriser +l'administration à distance
      + Autoriser les +utilisateurs à annuler n'importe quelle tâche ( pas seulement les leurs )
      + Enregistrer les +informations de debug pour la résolution de problèmes

      + +

      + +
      } + +
      diff --git a/templates/fr/choose-device.tmpl b/templates/fr/choose-device.tmpl new file mode 100644 index 0000000000..14f19b7b18 --- /dev/null +++ b/templates/fr/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Matériel pour {printer_name}

      + + + + + + + + + + +
      Matériel : + +
      + +
      diff --git a/templates/fr/choose-make.tmpl b/templates/fr/choose-make.tmpl new file mode 100644 index 0000000000..238d5d9829 --- /dev/null +++ b/templates/fr/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Marque/Fabricant pour {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Marque : + +
       
      Ou donnez un fichier PPD :
      + +
      diff --git a/templates/fr/choose-model.tmpl b/templates/fr/choose-model.tmpl new file mode 100644 index 0000000000..1efeeaefd0 --- /dev/null +++ b/templates/fr/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Modèle/Pilote pour {printer_name}

      + + + + + + + + + + + + + + +
      Modèle: + +
      Ou donnez un fichier PPD :
      + +
      diff --git a/templates/fr/choose-serial.tmpl b/templates/fr/choose-serial.tmpl new file mode 100644 index 0000000000..5e51734013 --- /dev/null +++ b/templates/fr/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Paramètres du port série pour {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Baud/s :
      Parité :
      Bits données :
      Contrôle de flux :
      + +
      diff --git a/templates/fr/choose-uri.tmpl b/templates/fr/choose-uri.tmpl new file mode 100644 index 0000000000..1040178427 --- /dev/null +++ b/templates/fr/choose-uri.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + +

      URI du matériel pour {printer_name}

      + + + + + + + + + + + + + + +
      URI du matériel :
      Exemples : +
      +    http://nom_machine:631/ipp/
      +    http://nom_machine:631/ipp/port1
      +
      +    ipp://nom_machine/ipp/
      +    ipp://nom_machine/ipp/port1
      +
      +    lpd://nom_machine/queue
      +
      +    socket://nom_machine
      +    socket://nom_machine:9100
      +
      + +

      cf. "Network +Printers" pour construire l'URI à employer avec votre imprimante.

      + +
      + +
      diff --git a/templates/fr/class-added.tmpl b/templates/fr/class-added.tmpl new file mode 100644 index 0000000000..097e5081f0 --- /dev/null +++ b/templates/fr/class-added.tmpl @@ -0,0 +1 @@ +

      La classe {printer_name} a bien été ajoutée. diff --git a/templates/fr/class-confirm.tmpl b/templates/fr/class-confirm.tmpl new file mode 100644 index 0000000000..95b402021b --- /dev/null +++ b/templates/fr/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      Attention : Êtes vous sûr(e) de vouloir supprimer la classe +{printer_name}?

      + +

      Supprimer la classe

      diff --git a/templates/fr/class-deleted.tmpl b/templates/fr/class-deleted.tmpl new file mode 100644 index 0000000000..e7200e6967 --- /dev/null +++ b/templates/fr/class-deleted.tmpl @@ -0,0 +1 @@ +

      La classe {printer_name} a bien été supprimée. diff --git a/templates/fr/class-jobs-header.tmpl b/templates/fr/class-jobs-header.tmpl new file mode 100644 index 0000000000..8c6dd642fa --- /dev/null +++ b/templates/fr/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Tâches d'impression

      diff --git a/templates/fr/class-modified.tmpl b/templates/fr/class-modified.tmpl new file mode 100644 index 0000000000..e2e2c3db74 --- /dev/null +++ b/templates/fr/class-modified.tmpl @@ -0,0 +1 @@ +

      La classe {printer_name} a bien été modifiée. diff --git a/templates/fr/classes-header.tmpl b/templates/fr/classes-header.tmpl new file mode 100644 index 0000000000..953cec5b65 --- /dev/null +++ b/templates/fr/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Aucune classe:Affichage de {#printer_name} classe{#printer_name=1?:s} sur {total}}.

      diff --git a/templates/fr/classes.tmpl b/templates/fr/classes.tmpl new file mode 100644 index 0000000000..4cedfc4960 --- /dev/null +++ b/templates/fr/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? ( Imprimante par défaut ) :} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Description : {printer_info}
      +Lieu : {printer_location}
      +État de la classe: {printer_state=3?ne fait rien:{printer_state=4?en cours d'impression:arrêtée}}, +{printer_is_accepting_jobs=0?rejette les tâches:accepte les tâches}, {printer_is_shared=0?cachée:publique}. +{?member_uris=?:
      Membres : {member_uris}} + +

      + +Imprimer une page de test +{printer_state=5? + +Démarrer la classe +: + +Arrêter la classe +} +{printer_is_accepting_jobs=0? + +Accepter les tâches +: + +Rejeter les tâches +} + +Annuler toutes les tâches +{printer_is_shared=0? + +Publier l'imprimante +: + +Cacher l'imprimante +} + +Modifier la classe + +Supprimer la classe + +Choisir par défaut + +Définir les autorisations +

      +
      +}} diff --git a/templates/fr/edit-config.tmpl.in b/templates/fr/edit-config.tmpl.in new file mode 100644 index 0000000000..d6829317a3 --- /dev/null +++ b/templates/fr/edit-config.tmpl.in @@ -0,0 +1,92 @@ + + +

      Ficher de configuration du serveur

      + +
      + + + + + +

      + +
      diff --git a/templates/fr/error-op.tmpl b/templates/fr/error-op.tmpl new file mode 100644 index 0000000000..85a1254246 --- /dev/null +++ b/templates/fr/error-op.tmpl @@ -0,0 +1,3 @@ +

      Erreur :

      + +
      Opération inconnue : "{op}"!
      diff --git a/templates/fr/error.tmpl b/templates/fr/error.tmpl new file mode 100644 index 0000000000..834d131c86 --- /dev/null +++ b/templates/fr/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Erreur :}

      + +
      {error}
      diff --git a/templates/fr/header.tmpl.in b/templates/fr/header.tmpl.in new file mode 100644 index 0000000000..1e9c6e5b61 --- /dev/null +++ b/templates/fr/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/fr/option-conflict.tmpl b/templates/fr/option-conflict.tmpl new file mode 100644 index 0000000000..4746ec8d8e --- /dev/null +++ b/templates/fr/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Erreur : Les options suivantes sont incompatibles entre elles :

      + + + +

      Veuillez modifier une ou plusieurs des ces options pour résoudre les conflits.

      diff --git a/templates/fr/option-header.tmpl b/templates/fr/option-header.tmpl new file mode 100644 index 0000000000..38491dbf5d --- /dev/null +++ b/templates/fr/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name} : {group}

      + +

      {title}

      + +  Accueil   + +   Administration   + +   Classes   + +   Documentation/Aide   + +   Tâches   + +   Imprimantes   + +
        diff --git a/templates/fr/help-header.tmpl b/templates/fr/help-header.tmpl new file mode 100644 index 0000000000..f638d4b3fe --- /dev/null +++ b/templates/fr/help-header.tmpl @@ -0,0 +1,52 @@ +
      +{TOPIC?:} + +

      Rechercher dans +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:Tous les Documents}}: +Clear

      + +
      + + + + +{QUERY?

      Résultats de la recherche dans {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:Tous les Documents}}\:

      +{QTEXT?:} +:

      Aucun résultat.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +Version imprimable

      :

      Pages d'aide de CUPS

      + +

      Voici l'interface d'aide en ligne de CUPS. Entrez ci-dessus les mots à rechercher +ou cliquez sur un lien ci-contre pour afficher l'ade en ligne du document.

      + +

      NDT: Cette interface n'a pas été traduite en Français. Si vous souhaitez vous +atteler à cette tâche, merci d'aller au préalable sur le forum cups.development +pour en informer les développeurs.

      + +

      Si vous êtes un nouvel utilisateur de CUPS, lisez la page "Overview of CUPS". Il est conseillé aux utilisateurs +habitués de lire la page "What's New in CUPS +1.2".

      + +

      La page d'accueil de CUPS donne aussi +accès à de nombreuses ressources, comme des forums de discussion pour les +utilisateurs, des réponses aux questions fréquentes, et un formulaire pour +soumettre des rapports de bug ou des demandes pour de nouvelles +fonctionnalités.

      } diff --git a/templates/fr/help-printable.tmpl b/templates/fr/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/fr/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/fr/job-cancel.tmpl b/templates/fr/job-cancel.tmpl new file mode 100644 index 0000000000..7e473c4145 --- /dev/null +++ b/templates/fr/job-cancel.tmpl @@ -0,0 +1 @@ +

      La tâche n°{job_id} a été annulée. diff --git a/templates/fr/job-hold.tmpl b/templates/fr/job-hold.tmpl new file mode 100644 index 0000000000..eea3356dfc --- /dev/null +++ b/templates/fr/job-hold.tmpl @@ -0,0 +1 @@ +

      La tâche n°{job_id} est retenue en attente. diff --git a/templates/fr/job-move.tmpl b/templates/fr/job-move.tmpl new file mode 100644 index 0000000000..33f8cf5cb8 --- /dev/null +++ b/templates/fr/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?Transférer la tâche n°{job_id}:Transférer toutes les tâches}

      + + + + + + + + + + +
      Nouvelle destination : + +
      + +
      diff --git a/templates/fr/job-moved.tmpl b/templates/fr/job-moved.tmpl new file mode 100644 index 0000000000..eb234ce325 --- /dev/null +++ b/templates/fr/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?La tâche n°{job_id}:Toutes les tâches} +ont été transférées vers {job_printer_name}.

      diff --git a/templates/fr/job-release.tmpl b/templates/fr/job-release.tmpl new file mode 100644 index 0000000000..bd1693bc9e --- /dev/null +++ b/templates/fr/job-release.tmpl @@ -0,0 +1 @@ +

      La tâche n°{job_id} a été libérée pour l'impression. diff --git a/templates/fr/job-restart.tmpl b/templates/fr/job-restart.tmpl new file mode 100644 index 0000000000..166cf863cc --- /dev/null +++ b/templates/fr/job-restart.tmpl @@ -0,0 +1 @@ +

      La tâche n°{job_id} a été redémarrée. diff --git a/templates/fr/jobs-header.tmpl b/templates/fr/jobs-header.tmpl new file mode 100644 index 0000000000..ddf82f3e0a --- /dev/null +++ b/templates/fr/jobs-header.tmpl @@ -0,0 +1,16 @@ +

      {?which_jobs=?Montrer les tâches terminées +Montrer toutes les tâches:{which_jobs=all?Montrer les tâches terminées +Montrer les tâches en cours:Montrer les tâches en cours +Montrer toutes les tâches}}

      + +

      {total=0?Aucune tâche:Affichage de {#job_id} +tâche{#job_id=1?:s} {?which_jobs=?en cours:{which_jobs=all?:terminée{#job_id=1?:s}}} sur {total}}.

      diff --git a/templates/fr/jobs.tmpl b/templates/fr/jobs.tmpl new file mode 100644 index 0000000000..c727ed15f0 --- /dev/null +++ b/templates/fr/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      N° Nom Utilisateur Taille Pages Ã‰tat Contrôle 
      {job_printer_name}-{job_id} {?job_name=?Inconnue:{job_name}} {job_originating_user_name} {job_k_octets}ko {job_media_sheets_completed=0?Inconnue:{?job_media_sheets_completed}} {job_state=3?en attente depuis le
      {time_at_creation}:{job_state=4?retenue depuis le
      {time_at_creation}: +{job_state=5?en cours depuis le
      {time_at_processing}:{job_state=6?arrêtée: +{job_state=7?annulée le
      {time_at_completed}:{job_state=8?abandonnée:terminée le
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Redémarrer la tâche:} +{job_state=4? + +Libérer la tâche:} +{job_state=3? + +Retenir la tâche:} +{job_state<7? + +Annuler la tâche +Transférer la tâche:} + 
      +} diff --git a/templates/fr/maintenance.tmpl b/templates/fr/maintenance.tmpl new file mode 100644 index 0000000000..ab2330d90e --- /dev/null +++ b/templates/fr/maintenance.tmpl @@ -0,0 +1,2 @@ +

      Les commandes de maintenance ont été envoyées ; l'identifiant de tâche est {printer_name}-{job_id}.

      diff --git a/templates/fr/modify-class.tmpl b/templates/fr/modify-class.tmpl new file mode 100644 index 0000000000..76cca38648 --- /dev/null +++ b/templates/fr/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Modifier la classe {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Nom : +{printer_name}
      Lieu :
      Description :
      Membres : + +
      + +
      diff --git a/templates/fr/modify-printer.tmpl b/templates/fr/modify-printer.tmpl new file mode 100644 index 0000000000..8834f6f416 --- /dev/null +++ b/templates/fr/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Modifier l'imprimante {printer_name}

      + + + + + + + + + + + + + + + + + + +
      Nom :{printer_name}
      Lieu :
      +( Lieu compréhensible pour un utilisateur, comme "Labo 1" )
      Description :
      +( Description compréhensible pour un utilisateur, comme "HP LaserJet recto/verso" )
      + +
      diff --git a/templates/fr/norestart.tmpl b/templates/fr/norestart.tmpl new file mode 100644 index 0000000000..520980b173 --- /dev/null +++ b/templates/fr/norestart.tmpl @@ -0,0 +1 @@ +

      Le serveur n'a pas été redémarré parce que la configuration n'a pas été modifiée...

      diff --git a/templates/fr/option-boolean.tmpl b/templates/fr/option-boolean.tmpl new file mode 100644 index 0000000000..cbac38a801 --- /dev/null +++ b/templates/fr/option-boolean.tmpl @@ -0,0 +1,7 @@ +
      {keytext} : +{[choices]{text}} +
      diff --git a/templates/fr/option-pickmany.tmpl b/templates/fr/option-pickmany.tmpl new file mode 100644 index 0000000000..d59f8cbbf6 --- /dev/null +++ b/templates/fr/option-pickmany.tmpl @@ -0,0 +1,7 @@ + + + + diff --git a/templates/fr/option-pickone.tmpl b/templates/fr/option-pickone.tmpl new file mode 100644 index 0000000000..3c74fca28c --- /dev/null +++ b/templates/fr/option-pickone.tmpl @@ -0,0 +1,7 @@ + + + + diff --git a/templates/fr/option-trailer.tmpl b/templates/fr/option-trailer.tmpl new file mode 100644 index 0000000000..203796ad8d --- /dev/null +++ b/templates/fr/option-trailer.tmpl @@ -0,0 +1,6 @@ + + + + +
      {keytext} :
      {keytext} :
      diff --git a/templates/fr/pager.tmpl b/templates/fr/pager.tmpl new file mode 100644 index 0000000000..5b0d3bf735 --- /dev/null +++ b/templates/fr/pager.tmpl @@ -0,0 +1,11 @@ + + + + + + +
      {PREVURL?Montrer les précédentes: }{ORDER=dec?Par ordre croissant:Par ordre décroissant}{NEXTURL?Montrer les suivantes: }
      diff --git a/templates/fr/printer-accept.tmpl b/templates/fr/printer-accept.tmpl new file mode 100644 index 0000000000..64e46112e5 --- /dev/null +++ b/templates/fr/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +accepte désormais les tâches d'impression.

      diff --git a/templates/fr/printer-added.tmpl b/templates/fr/printer-added.tmpl new file mode 100644 index 0000000000..67a7ae01bf --- /dev/null +++ b/templates/fr/printer-added.tmpl @@ -0,0 +1 @@ +

      L'imprimante {printer_name} a bien été ajoutée. diff --git a/templates/fr/printer-configured.tmpl b/templates/fr/printer-configured.tmpl new file mode 100644 index 0000000000..808d51e0d6 --- /dev/null +++ b/templates/fr/printer-configured.tmpl @@ -0,0 +1 @@ +

      L'imprimante {printer_name} a bien été configurée. diff --git a/templates/fr/printer-confirm.tmpl b/templates/fr/printer-confirm.tmpl new file mode 100644 index 0000000000..8ffcdf9bec --- /dev/null +++ b/templates/fr/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Attention : Êtes-vous sûr(e) de vouloir supprimer l'imprimante +{printer_name} ?

      + +

      Supprimer l'imprimante

      diff --git a/templates/fr/printer-default.tmpl b/templates/fr/printer-default.tmpl new file mode 100644 index 0000000000..2ce4ef8f39 --- /dev/null +++ b/templates/fr/printer-default.tmpl @@ -0,0 +1,7 @@ +

      {is_class?La classe:L'imprimante} {printer_name} +a été définie comme imprimante par défaut sur le serveur.

      + +
      NB: Pour un utilisateur qui a défini un paramètre par défaut +via la commande lpoptions, le paramètre du serveur sera +ignoré.
      diff --git a/templates/fr/printer-deleted.tmpl b/templates/fr/printer-deleted.tmpl new file mode 100644 index 0000000000..2f31e34cb6 --- /dev/null +++ b/templates/fr/printer-deleted.tmpl @@ -0,0 +1 @@ +

      L'imprimante {printer_name} a bien été supprimée. diff --git a/templates/fr/printer-jobs-header.tmpl b/templates/fr/printer-jobs-header.tmpl new file mode 100644 index 0000000000..8c6dd642fa --- /dev/null +++ b/templates/fr/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Tâches d'impression

      diff --git a/templates/fr/printer-modified.tmpl b/templates/fr/printer-modified.tmpl new file mode 100644 index 0000000000..16bec9ac18 --- /dev/null +++ b/templates/fr/printer-modified.tmpl @@ -0,0 +1 @@ +

      L'imprimante {printer_name} a bien été modifiée. diff --git a/templates/fr/printer-purge.tmpl b/templates/fr/printer-purge.tmpl new file mode 100644 index 0000000000..fe6b91488b --- /dev/null +++ b/templates/fr/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:L'imprimante} {printer_name} +a été nettoyée de toute tâche... d'impression !

      diff --git a/templates/fr/printer-reject.tmpl b/templates/fr/printer-reject.tmpl new file mode 100644 index 0000000000..aee5a5f0f2 --- /dev/null +++ b/templates/fr/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:L'imprimante} {printer_name} +n'accepte plus les tâches d'impression.

      diff --git a/templates/fr/printer-start.tmpl b/templates/fr/printer-start.tmpl new file mode 100644 index 0000000000..369160583d --- /dev/null +++ b/templates/fr/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:L'imprimante} {printer_name} +a été démarrée.

      diff --git a/templates/fr/printer-stop.tmpl b/templates/fr/printer-stop.tmpl new file mode 100644 index 0000000000..df12bee75d --- /dev/null +++ b/templates/fr/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:L'imprimante} {printer_name} +a été arrêtée.

      diff --git a/templates/fr/printers-header.tmpl b/templates/fr/printers-header.tmpl new file mode 100644 index 0000000000..b97d99f2cb --- /dev/null +++ b/templates/fr/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Aucune imprimante:Affichage de {#printer_name} imprimante{#printer_name=1?:s}} sur {total}.

      diff --git a/templates/fr/printers.tmpl b/templates/fr/printers.tmpl new file mode 100644 index 0000000000..d392b257b5 --- /dev/null +++ b/templates/fr/printers.tmpl @@ -0,0 +1,66 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? ( +imprimante par défaut ) :} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Description : {printer_info}
      +Lieu : {printer_location}
      +Marque et modèle : {printer_make_and_model}
      +État de l'imprimante : {printer_state=3?ne fait rien:{printer_state=4?en cours d'impression:arrêtée}}, +{printer_is_accepting_jobs=0?rejette les tâches:accepte les tâches}, {printer_is_shared=0?cachée:publique}. +{?device_uri=?:
      URI du matériel : {device_uri}} + +

      + +Imprimer la page de test CUPS +{?cupscommand=1? +Nettoyer les têtes d'impression + +Imprimer la page de test de l'imprimante:} +{printer_state=5? + +Démarrer l'imprimante +: + +Arrêter l'imprimante +} +{printer_is_accepting_jobs=0? + +Accepter les tâches +: + +Rejeter les tâches +} + +Transférer toutes les tâches + +Annuler toutes les tâches +{printer_is_shared=0? + +Publier l'imprimante +: + +Cacher l'imprimante +} + +Modifier l'imprimante + +Définir les options de l'imprimante + +Supprimer l'imprimante + +Définir par défaut + +Définir les autorisations +

      +
      +}} diff --git a/templates/fr/restart.tmpl b/templates/fr/restart.tmpl new file mode 100644 index 0000000000..b78344d60e --- /dev/null +++ b/templates/fr/restart.tmpl @@ -0,0 +1 @@ +

      Attendez s'il vous plaît, que le serveur redémarre...

      diff --git a/templates/fr/samba-export.tmpl b/templates/fr/samba-export.tmpl new file mode 100644 index 0000000000..3a51c932f5 --- /dev/null +++ b/templates/fr/samba-export.tmpl @@ -0,0 +1,53 @@ + + +
      + + +

      Exporter des imprimantes vers SAMBA

      + +{error?

      Impossible d'exporter les imprimantes vers SAMBA \:

      +
      {error}
      +

      Regardez le fichier error_log pour plus d'informations.

      : +

      Cette page vous permet d'exporter des imprimantes vers SAMBA de sorte que des +clients Windows puissent y accéder via l'icône Voisinage réseau ou +Favoris réseau du bureau. Vous devez au préalable installer les +pilotes Windows d'imprimante PostScript : cf. la page man cupsaddsmb(8).

      } + + + + + + + + + + + + + + + + + + +
      Imprimantes : +
      + Exporter toutes les imprimantes +
      Utilisateur SAMBA : ( indispensable )
      Mot-de-passe SAMBA : ( indispensable )
      + +
      diff --git a/templates/fr/samba-exported.tmpl b/templates/fr/samba-exported.tmpl new file mode 100644 index 0000000000..2eca0390aa --- /dev/null +++ b/templates/fr/samba-exported.tmpl @@ -0,0 +1 @@ +

      Les imprimantes ont bien été exportées vers SAMBA.

      diff --git a/templates/fr/search.tmpl b/templates/fr/search.tmpl new file mode 100644 index 0000000000..667eedbad6 --- /dev/null +++ b/templates/fr/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Rechercher dans +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?les classes:{SECTION=jobs?les tâches:les imprimantes}}} : + +Nettoyer

      + +
      diff --git a/templates/fr/set-printer-options-header.tmpl b/templates/fr/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/fr/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/fr/set-printer-options-trailer.tmpl b/templates/fr/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/fr/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/fr/test-page.tmpl b/templates/fr/test-page.tmpl new file mode 100644 index 0000000000..60c16ac1e6 --- /dev/null +++ b/templates/fr/test-page.tmpl @@ -0,0 +1,2 @@ +

      La page de test a été envoyée ; l'identifiant de la tâche est +{printer_name}-{job_id}.

      diff --git a/templates/fr/trailer.tmpl b/templates/fr/trailer.tmpl new file mode 100644 index 0000000000..9d03e7537c --- /dev/null +++ b/templates/fr/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

      Le logiciel CUPS ( Common UNIX Printing System ) et son logo sont +propriété commerciale de Easy Software +Products. CUPS est sous copyright 1997-2006 par Easy Software Products, Tous +Droits Réservés.

      + + + + + + + + diff --git a/templates/fr/users.tmpl b/templates/fr/users.tmpl new file mode 100644 index 0000000000..8c5486a015 --- /dev/null +++ b/templates/fr/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      Utilisateurs autorisés à utiliser {printer_name}

      + + + + + + + + + + +
      Utilisateurs : + +
      +Autoriser ces utilisateurs à imprimer +Empêcher ces utilisateurs d'imprimer +
      + +
      + +
      diff --git a/templates/header.tmpl.in b/templates/header.tmpl.in new file mode 100644 index 0000000000..10966a70b9 --- /dev/null +++ b/templates/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + + + + + + +

      {title}

      + +  Home   + +   Administration   + +   Classes   + +   Documentation/Help   + +   Jobs   + +   Printers   + +
        diff --git a/templates/help-header.tmpl b/templates/help-header.tmpl new file mode 100644 index 0000000000..5e0f9c992f --- /dev/null +++ b/templates/help-header.tmpl @@ -0,0 +1,47 @@ +
      +{TOPIC?:} + +

      Search in +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}: +Clear

      + +
      + + + + +{QUERY?

      Search Results in {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}\:

      +{QTEXT?:} +:

      No matches found.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +View Printable Version

      :

      CUPS Help Pages

      + +

      This is the CUPS on-line help interface. Enter search words +above or click on any of the documentation links to display +on-line help information.

      + +

      If you are new to CUPS, read the "Overview of CUPS" page. Veteran users +should read the "What's New in CUPS +1.2" page.

      + +

      The CUPS Home Page also +provides many resources including user discussion forums, answers +to frequently-asked questions, and a form for submitting bug +reports and feature requests.

      } diff --git a/templates/help-printable.tmpl b/templates/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/it/add-class.tmpl b/templates/it/add-class.tmpl new file mode 100644 index 0000000000..92d5e77bce --- /dev/null +++ b/templates/it/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Aggiungi classe

      + + + + + + + + + + + + + + + + + + + + + + +
      Nome:
      Posizione:
      Descrizione:
      Membri: + +
      + +
      diff --git a/templates/it/add-printer.tmpl b/templates/it/add-printer.tmpl new file mode 100644 index 0000000000..cff93eb294 --- /dev/null +++ b/templates/it/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      Add New Printer

      + + + + + + + + + + + + + + + + + + +
      Name:
      +(May contain any printable characters except "/", "#", and space)
      Location:
      +(Human-readable location such as "Lab 1")
      Description:
      +(Human-readable description such as "HP LaserJet with Duplexer")
      + +
      diff --git a/templates/it/admin.tmpl b/templates/it/admin.tmpl new file mode 100644 index 0000000000..ee1019025c --- /dev/null +++ b/templates/it/admin.tmpl @@ -0,0 +1,77 @@ + + +
      + +

      Stampanti

      + +

      +Aggiungi stampante + +{have_samba?Esporta stampanti su Samba:} +

      + +{#device_uri=0?:

      Nuove stampanti trovate:

        {[device_uri] +
      • Aggiungi questa stampante +{device_make_and_model} ({device_info})
      • +}
      } + +

      Classi

      + +

      + + +

      + +

      Operazioni

      + +

      +Gestione
+operazioni +

      + +
            + +

      Server

      + +

      +Modifica file di configurazione +Mostra registro degli accessi +Mostra registro degli errori +Mostra registro delle pagine +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Impostazioni di base del server:

      + +

      + Mostra stampanti condivise da altri sistemi
      + Condividi le stampanti pubblicate connesse a questo sistema
      + Consenti amministrazione remota
      + Consenti agli utenti di annullare qualunque operazione (non solo le proprie)
      + Salva le informazioni di debug per la risoluzione di problemi

      + +

      + +
      } + +
      diff --git a/templates/it/choose-device.tmpl b/templates/it/choose-device.tmpl new file mode 100644 index 0000000000..767c0212f1 --- /dev/null +++ b/templates/it/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Dispositivo per {printer_name}

      + + + + + + + + + + +
      Dispositivo: + +
      + +
      diff --git a/templates/it/choose-make.tmpl b/templates/it/choose-make.tmpl new file mode 100644 index 0000000000..7240ac59a5 --- /dev/null +++ b/templates/it/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Marca/Produttore per {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Marca: + +
       
      O fornisci un file PPD:
      + +
      diff --git a/templates/it/choose-model.tmpl b/templates/it/choose-model.tmpl new file mode 100644 index 0000000000..3ab1dec4a1 --- /dev/null +++ b/templates/it/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Modello/Driver per {printer_name}

      + + + + + + + + + + + + + + +
      Modello: + +
      O fornisci un file PPD:
      + +
      diff --git a/templates/it/choose-serial.tmpl b/templates/it/choose-serial.tmpl new file mode 100644 index 0000000000..dbcc12dd7a --- /dev/null +++ b/templates/it/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Impostazioni porta seriale per {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Velocità di trasmissione:
      Parità:
      Bit dati:
      Controllo di flusso:
      + +
      diff --git a/templates/it/choose-uri.tmpl b/templates/it/choose-uri.tmpl new file mode 100644 index 0000000000..3837b2b9e0 --- /dev/null +++ b/templates/it/choose-uri.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + +

      URI del dispositivo per {printer_name}

      + + + + + + + + + + + + + + +
      URI del dispositivo:
      Esempi: +
      +    http://hostname:631/ipp/
      +    http://hostname:631/ipp/port1
      +
      +    ipp://hostname/ipp/
      +    ipp://hostname/ipp/port1
      +
      +    lpd://hostname/queue
      +
      +    socket://hostname
      +    socket://hostname:9100
      +
      + +

      Vedi "Stampanti di +rete" per il corretto URI da utilizzare con la tua stampante.

      + +
      + +
      diff --git a/templates/it/class-added.tmpl b/templates/it/class-added.tmpl new file mode 100644 index 0000000000..ef4fe496e5 --- /dev/null +++ b/templates/it/class-added.tmpl @@ -0,0 +1,2 @@ +

      La classe {printer_name} è stata aggiunta +con successo. diff --git a/templates/it/class-confirm.tmpl b/templates/it/class-confirm.tmpl new file mode 100644 index 0000000000..0a248336cc --- /dev/null +++ b/templates/it/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      Attenzione: Sei sicuro di voler eliminare la classe +{printer_name}?

      + +

      Elimina classe

      diff --git a/templates/it/class-deleted.tmpl b/templates/it/class-deleted.tmpl new file mode 100644 index 0000000000..3fc2ffa1e1 --- /dev/null +++ b/templates/it/class-deleted.tmpl @@ -0,0 +1 @@ +

      La classe {printer_name} è stata eliminata con successo. diff --git a/templates/it/class-jobs-header.tmpl b/templates/it/class-jobs-header.tmpl new file mode 100644 index 0000000000..2a0cadc337 --- /dev/null +++ b/templates/it/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Operazioni

      diff --git a/templates/it/class-modified.tmpl b/templates/it/class-modified.tmpl new file mode 100644 index 0000000000..27ebcd7ea3 --- /dev/null +++ b/templates/it/class-modified.tmpl @@ -0,0 +1,2 @@ +

      La classe {printer_name} è stata +modificata con successo. diff --git a/templates/it/classes-header.tmpl b/templates/it/classes-header.tmpl new file mode 100644 index 0000000000..1fe0f4fa09 --- /dev/null +++ b/templates/it/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Nessuna classe:Mostrat{total=1?a:e} {#printer_name} di {total} class{total=1?e:i}}.

      diff --git a/templates/it/classes.tmpl b/templates/it/classes.tmpl new file mode 100644 index 0000000000..288270642e --- /dev/null +++ b/templates/it/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Stampante predefinita):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Descrizione: {printer_info}
      +Posizione: {printer_location}
      +Stato della classe: {printer_state=3?in attesa:{printer_state=4?elaborazione in corso:fermata}}, +{printer_is_accepting_jobs=0?scarta operazioni:accetta operazioni}, {printer_is_shared=0?non:} pubblicata. +{?member_uris=?:
      Membri: {member_uris}} + +

      + +Stampa pagina di prova +{printer_state=5? + +Avvia classe +: + +Ferma classe +} +{printer_is_accepting_jobs=0? + +Accetta operazioni +: + +Scarta operazioni +} + +Annulla tutte le operazioni +{printer_is_shared=0? + +Pubblica la stampante +: + +Non pubblicare la stampante +} + +Modifica classe + +Elimina classe + +Imposta come predefinita + +Imposta utenti autorizzati +

      +
      +}} diff --git a/templates/it/edit-config.tmpl.in b/templates/it/edit-config.tmpl.in new file mode 100644 index 0000000000..be2ed2ba43 --- /dev/null +++ b/templates/it/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      File di configurazione del server

      + +
      + + + + + +

      + +
      diff --git a/templates/it/error-op.tmpl b/templates/it/error-op.tmpl new file mode 100644 index 0000000000..5e56a6c779 --- /dev/null +++ b/templates/it/error-op.tmpl @@ -0,0 +1,3 @@ +

      Errore:

      + +
      Operazione "{op}" sconosciuta!
      diff --git a/templates/it/error.tmpl b/templates/it/error.tmpl new file mode 100644 index 0000000000..ad9f643e9a --- /dev/null +++ b/templates/it/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Errore:}

      + +
      {error}
      diff --git a/templates/it/header.tmpl.in b/templates/it/header.tmpl.in new file mode 100644 index 0000000000..cec48bb9c9 --- /dev/null +++ b/templates/it/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/it/option-conflict.tmpl b/templates/it/option-conflict.tmpl new file mode 100644 index 0000000000..c0e20317da --- /dev/null +++ b/templates/it/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Errore: Le seguenti opzioni sono in conflitto:

      + + + +

      Modifica una o più opzioni per risolvere il problema.

      diff --git a/templates/it/option-header.tmpl b/templates/it/option-header.tmpl new file mode 100644 index 0000000000..cafc9f9fef --- /dev/null +++ b/templates/it/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name}: {group}

      + +

      {title}

      + +  Home   + +   Amministrazione   + +   Classi   + +   Documentazione/Aiuto   + +   Operazioni   + +   Stampanti   + +
        diff --git a/templates/it/help-header.tmpl b/templates/it/help-header.tmpl new file mode 100644 index 0000000000..2caf5d2c75 --- /dev/null +++ b/templates/it/help-header.tmpl @@ -0,0 +1,47 @@ +
      +{TOPIC?:} + +

      Cerca in +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:Tutti i documenti}}: +Pulisci

      + +
      + + + + +{QUERY?

      Cerca risultati in {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:Tutti i documenti}}\:

      +{QTEXT?:} +:

      Nessuna corrispondenza trovata.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +Mostra versione stampabile

      :

      Pagine della guida di CUPS

      + +

      Questa è l'interfaccia di guida in linea di CUPS. Inserisci sopra i termini di +ricerca o fai clic su ognuno dei collegamenti alla documentazione per visualizzare +le informazioni.

      + +

      Se sei nuovo di CUPS, leggi la pagina "Sommario di CUPS". Gli utenti di vecchia data +dovrebbero leggere la pagina "Cosa c'è di nuovo in CUPS +1.2".

      + +

      La pagina principale di CUPS fornisce +inoltre molte risorse tra cui forum di discussione per utenti, risposte +alla domande frequenti, e un modulo per la segnalazione di bug +e richieste di nuove funzionalità.

      } diff --git a/templates/it/help-printable.tmpl b/templates/it/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/it/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/it/job-cancel.tmpl b/templates/it/job-cancel.tmpl new file mode 100644 index 0000000000..24054cff40 --- /dev/null +++ b/templates/it/job-cancel.tmpl @@ -0,0 +1 @@ +

      L'operazione {job_id} è stata annullata. diff --git a/templates/it/job-hold.tmpl b/templates/it/job-hold.tmpl new file mode 100644 index 0000000000..97df9d34a4 --- /dev/null +++ b/templates/it/job-hold.tmpl @@ -0,0 +1 @@ +

      L'operazione {job_id} è stata bloccata. diff --git a/templates/it/job-move.tmpl b/templates/it/job-move.tmpl new file mode 100644 index 0000000000..cc4a8a07d2 --- /dev/null +++ b/templates/it/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?Sposta l'operazione {job_id}:Sposta tutte le operazioni}

      + + + + + + + + + + +
      Nuova destinazione: + +
      + +
      diff --git a/templates/it/job-moved.tmpl b/templates/it/job-moved.tmpl new file mode 100644 index 0000000000..d14cc58e9c --- /dev/null +++ b/templates/it/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?Operazione {job_id}:Tutte le operazioni} spostat{job_id?a:e} su +{job_printer_name}.

      diff --git a/templates/it/job-release.tmpl b/templates/it/job-release.tmpl new file mode 100644 index 0000000000..fc82ff0bf3 --- /dev/null +++ b/templates/it/job-release.tmpl @@ -0,0 +1 @@ +

      L'operazione {job_id} è stata rilasciata per la stampa. diff --git a/templates/it/job-restart.tmpl b/templates/it/job-restart.tmpl new file mode 100644 index 0000000000..9f1b740611 --- /dev/null +++ b/templates/it/job-restart.tmpl @@ -0,0 +1 @@ +

      L'operazione {job_id} è stata riavviata. diff --git a/templates/it/jobs-header.tmpl b/templates/it/jobs-header.tmpl new file mode 100644 index 0000000000..385534fa2b --- /dev/null +++ b/templates/it/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?Mostra operazioni completate +Mostra tutte le operazioni:{which_jobs=all?Mostra operazioni completate +Mostra operazioni attive:Mostra operazioni attive +Mostra tutte le operazioni}}

      + +

      {total=0?Nessuna operazione:Mostrat{total=1?a:e} {#job_id} di {total} operazion{total=1?e:i} {?which_jobs=?attiva:{which_jobs=all?:completata}} }.

      diff --git a/templates/it/jobs.tmpl b/templates/it/jobs.tmpl new file mode 100644 index 0000000000..e4a36c2675 --- /dev/null +++ b/templates/it/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID Nome Utente Dimensione Pagine Stato Controllo 
      {job_printer_name}-{job_id} {?job_name=?Sconosciuto:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Sconosciuto:{?job_media_sheets_completed}} {job_state=3?in sospeso da
      {time_at_creation}:{job_state=4?bloccata da
      {time_at_creation}: +{job_state=5?elaborazione in corso da
      {time_at_processing}:{job_state=6?fermata: +{job_state=7?annullata a
      {time_at_completed}:{job_state=8?interrotta:completata a
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Ristampa operazione:} +{job_state=4? + +Rilascia operazione:} +{job_state=3? + +Blocca operazione:} +{job_state<7? + +Annulla operazione +Sposta operazione:} + 
      +} diff --git a/templates/it/maintenance.tmpl b/templates/it/maintenance.tmpl new file mode 100644 index 0000000000..1b88d6c783 --- /dev/null +++ b/templates/it/maintenance.tmpl @@ -0,0 +1,2 @@ +

      comandi di manutenzione inviati; l'ID dell'operazione è +{printer_name}-{job_id}.

      diff --git a/templates/it/modify-class.tmpl b/templates/it/modify-class.tmpl new file mode 100644 index 0000000000..25d158a2da --- /dev/null +++ b/templates/it/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Modifica classe {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Nome: +{printer_name}
      Posizione:
      Descrizione:
      Membri: + +
      + +
      diff --git a/templates/it/modify-printer.tmpl b/templates/it/modify-printer.tmpl new file mode 100644 index 0000000000..a9eafb1300 --- /dev/null +++ b/templates/it/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Modifica stampante {printer_name}

      + + + + + + + + + + + + + + + + + + +
      Nome:{printer_name}
      Posizione:
      +(Posizione comprensibile del tipo "Laboratorio 1")
      Descrizione:
      +(Descrizione comprensibile del tipo "HP LaserJet con Duplexer")
      + +
      diff --git a/templates/it/norestart.tmpl b/templates/it/norestart.tmpl new file mode 100644 index 0000000000..780f7661c8 --- /dev/null +++ b/templates/it/norestart.tmpl @@ -0,0 +1,2 @@ +

      Il server non è riavviato poiché non ci sono state modifiche +della configurazione...

      diff --git a/templates/it/option-boolean.tmpl b/templates/it/option-boolean.tmpl new file mode 100644 index 0000000000..72c85189a4 --- /dev/null +++ b/templates/it/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/it/option-pickmany.tmpl b/templates/it/option-pickmany.tmpl new file mode 100644 index 0000000000..d2534af75a --- /dev/null +++ b/templates/it/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/it/option-pickone.tmpl b/templates/it/option-pickone.tmpl new file mode 100644 index 0000000000..08342d06e4 --- /dev/null +++ b/templates/it/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/it/option-trailer.tmpl b/templates/it/option-trailer.tmpl new file mode 100644 index 0000000000..25af378740 --- /dev/null +++ b/templates/it/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
      {keytext}:
      {keytext}:
      diff --git a/templates/it/pager.tmpl b/templates/it/pager.tmpl new file mode 100644 index 0000000000..e3dbd099aa --- /dev/null +++ b/templates/it/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?Mostra precedente: }{ORDER=dec?Ordine crescente:Ordine decrescente}{NEXTURL?Mostra successivo: }
      diff --git a/templates/it/printer-accept.tmpl b/templates/it/printer-accept.tmpl new file mode 100644 index 0000000000..19de4a1d48 --- /dev/null +++ b/templates/it/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:La stampante} {printer_name} +adesso accetta operazioni.

      diff --git a/templates/it/printer-added.tmpl b/templates/it/printer-added.tmpl new file mode 100644 index 0000000000..e45fb7fd6f --- /dev/null +++ b/templates/it/printer-added.tmpl @@ -0,0 +1,2 @@ +

      La stampante {printer_name} è stata aggiunta +con successo. diff --git a/templates/it/printer-configured.tmpl b/templates/it/printer-configured.tmpl new file mode 100644 index 0000000000..c28b9d09d5 --- /dev/null +++ b/templates/it/printer-configured.tmpl @@ -0,0 +1,2 @@ +

      La stampante {printer_name} è +stata configurata con successo. diff --git a/templates/it/printer-confirm.tmpl b/templates/it/printer-confirm.tmpl new file mode 100644 index 0000000000..1f3e891a27 --- /dev/null +++ b/templates/it/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Attenzione: Sei sicuro di voler eliminare la stampante +{printer_name}?

      + +

      Elimina stampante

      diff --git a/templates/it/printer-default.tmpl b/templates/it/printer-default.tmpl new file mode 100644 index 0000000000..cab22c3b6f --- /dev/null +++ b/templates/it/printer-default.tmpl @@ -0,0 +1,7 @@ +

      {is_class?La classe:La stampante} {printer_name} +è stata impostata come predefinita sul server.

      + +
      Nota: Qualunque valore inserito dall'utente impostato con +il comando lpoptions sarà scavalcato da questa impostazione +predefinita.
      diff --git a/templates/it/printer-deleted.tmpl b/templates/it/printer-deleted.tmpl new file mode 100644 index 0000000000..fe498a50c9 --- /dev/null +++ b/templates/it/printer-deleted.tmpl @@ -0,0 +1 @@ +

      La stampante {printer_name} è stata eliminata con successo. diff --git a/templates/it/printer-jobs-header.tmpl b/templates/it/printer-jobs-header.tmpl new file mode 100644 index 0000000000..2a0cadc337 --- /dev/null +++ b/templates/it/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Operazioni

      diff --git a/templates/it/printer-modified.tmpl b/templates/it/printer-modified.tmpl new file mode 100644 index 0000000000..a36b81d851 --- /dev/null +++ b/templates/it/printer-modified.tmpl @@ -0,0 +1,2 @@ +

      La stampante {printer_name} è stata +modificata con successo. diff --git a/templates/it/printer-purge.tmpl b/templates/it/printer-purge.tmpl new file mode 100644 index 0000000000..b196be0411 --- /dev/null +++ b/templates/it/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:La stampante} {printer_name} +è stata svuotata di tutte le operazioni.

      diff --git a/templates/it/printer-reject.tmpl b/templates/it/printer-reject.tmpl new file mode 100644 index 0000000000..225783f9eb --- /dev/null +++ b/templates/it/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:La stampante} {printer_name} +non accetta altre operazioni.

      diff --git a/templates/it/printer-start.tmpl b/templates/it/printer-start.tmpl new file mode 100644 index 0000000000..b5abdc97ac --- /dev/null +++ b/templates/it/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:La stampante} {printer_name} +è stata avviata.

      diff --git a/templates/it/printer-stop.tmpl b/templates/it/printer-stop.tmpl new file mode 100644 index 0000000000..5af7bffb4f --- /dev/null +++ b/templates/it/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?La classe:La stampante} {printer_name} +è stata fermata.

      diff --git a/templates/it/printers-header.tmpl b/templates/it/printers-header.tmpl new file mode 100644 index 0000000000..e10112df7a --- /dev/null +++ b/templates/it/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Nessuna stampante:Mostrat{total=1?a:e} {#printer_name} di {total} stampant{total=1?e:i}}.

      diff --git a/templates/it/printers.tmpl b/templates/it/printers.tmpl new file mode 100644 index 0000000000..106974498f --- /dev/null +++ b/templates/it/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Default Printer):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Descrizione: {printer_info}
      +Posizione: {printer_location}
      +Marca e modello: {printer_make_and_model}
      +Stato della stampante: {printer_state=3?in attesa:{printer_state=4?elaborazione in corso:fermata}}, +{printer_is_accepting_jobs=0?scarta operazioni:accetta operazioni}, {printer_is_shared=0?non:} pubblicata. +{?device_uri=?:
      URI del dispositivo: {device_uri}} + +

      + +Stampa pagina di prova +{?cupscommand=1? +Pulizia delle testine + +Stampa pagina di prova predefinita:} +{printer_state=5? + +Avvia stampante +: + +Ferma stampante +} +{printer_is_accepting_jobs=0? + +Accetta operazioni +: + +Scarta operazioni +} + +Sposta tutte le operazioni + +Annulla tutte le operazioni +{printer_is_shared=0? + +Pubblica stampante +: + +Non pubblicare stampante +} + +Modifica stampante + +Imposta opzioni stampante + +Elimina stampante + +Imposta come predefinita + +Imposta utenti autorizzati +

      +
      +}} diff --git a/templates/it/restart.tmpl b/templates/it/restart.tmpl new file mode 100644 index 0000000000..7ba2a5817f --- /dev/null +++ b/templates/it/restart.tmpl @@ -0,0 +1 @@ +

      Attendere il riavvio del server...

      diff --git a/templates/it/samba-export.tmpl b/templates/it/samba-export.tmpl new file mode 100644 index 0000000000..9339e8db9e --- /dev/null +++ b/templates/it/samba-export.tmpl @@ -0,0 +1,54 @@ + + +
      + + +

      Esporta stampanti su Samba

      + +{error?

      Impossibile esportare stampanti su Samba\:

      +
      {error}
      +

      Consulta il file error_log per ulteriori informazioni.

      : +

      Questa pagina ti consente di esportare stampanti su Samba in modo tale +che i client Windows possano accedere ad esse dall'icona Risorse di +rete sui rispettivi desktop. Occorre installare previamente il driver +di stampa Windows PostScript come descritto nella pagina di manuale cupsaddsmb(8).

      } + + + + + + + + + + + + + + + + + + +
      Stampanti: +
      + Esporta tutte le stampanti +
      Nome utente Samba: (richiesto)
      Password Samba: (richiesto)
      + +
      diff --git a/templates/it/samba-exported.tmpl b/templates/it/samba-exported.tmpl new file mode 100644 index 0000000000..78ee85e39b --- /dev/null +++ b/templates/it/samba-exported.tmpl @@ -0,0 +1 @@ +

      Stampanti esportate su Samba con successo.

      diff --git a/templates/it/search.tmpl b/templates/it/search.tmpl new file mode 100644 index 0000000000..d69e9345d2 --- /dev/null +++ b/templates/it/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Cerca in +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?Classi:{SECTION=jobs?Operazioni:Stampanti}}}: + +Pulisci

      + +
      diff --git a/templates/it/set-printer-options-header.tmpl b/templates/it/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/it/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/it/set-printer-options-trailer.tmpl b/templates/it/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/it/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/it/test-page.tmpl b/templates/it/test-page.tmpl new file mode 100644 index 0000000000..a2718c8d23 --- /dev/null +++ b/templates/it/test-page.tmpl @@ -0,0 +1,2 @@ +

      Pagina di prova inviata; l'ID dell'operazione è +{printer_name}-{job_id}.

      diff --git a/templates/it/trailer.tmpl b/templates/it/trailer.tmpl new file mode 100644 index 0000000000..b598b6fd2c --- /dev/null +++ b/templates/it/trailer.tmpl @@ -0,0 +1,21 @@ +
       
      + +

      Common UNIX Printing System, CUPS, e il logo CUPS sono marchi +registrati da Easy Software +Products. CUPS è un copyright 1997-2006 di Easy Software Products, +Tutti i diritti sono riservati.

      + +
      + + diff --git a/templates/it/users.tmpl b/templates/it/users.tmpl new file mode 100644 index 0000000000..3d5222f00b --- /dev/null +++ b/templates/it/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      Utenti autorizzati per {printer_name}

      + + + + + + + + + + +
      Utenti: + +
      +Consenti a questi utenti a stampare +Impedisci a questi utenti di stampare +
      + +
      + +
      diff --git a/templates/ja/add-class.tmpl b/templates/ja/add-class.tmpl new file mode 100644 index 0000000000..eee2ef9937 --- /dev/null +++ b/templates/ja/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      クラスの追加

      + + + + + + + + + + + + + + + + + + + + + + +
      名前:
      場所:
      説明:
      メンバー: + +
      + +
      diff --git a/templates/ja/add-printer.tmpl b/templates/ja/add-printer.tmpl new file mode 100644 index 0000000000..aac93808b3 --- /dev/null +++ b/templates/ja/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      新しいプリンタの追加

      + + + + + + + + + + + + + + + + + + +
      名前:
      +("/"、"#"、空白を除く適当な表示可能文字を含めることができます)
      場所:
      +("Lab 1" のように人間が読みやすい場所)
      説明:
      +("HP LaserJet with Duplexer" のように人間が読みやすい説明)
      + +
      diff --git a/templates/ja/admin.tmpl b/templates/ja/admin.tmpl new file mode 100644 index 0000000000..064028af86 --- /dev/null +++ b/templates/ja/admin.tmpl @@ -0,0 +1,75 @@ + + +
      + +

      プリンタ

      + +

      +プリンタの追加 + +{have_samba?プリンタをSambaにエキスポート:} +

      + +{#device_uri=0?:

      新しいプリンタが見つかりました:

        {[device_uri] +
      • このプリンタを追加 +{device_make_and_model} ({device_info})
      • +}
      } + +

      クラス

      + +

      + + +

      + +

      ジョブ

      + +

      +ジョブの管理 +

      + +
            + +

      サーバ

      + +

      +設定ファイルの編集 +アクセスログの表示 +エラーログの表示 +ページログの表示 +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      基本サーバ設定:

      + +

      + ほかのシステムで共有されているプリンタを表示
      + このシステムに接続されている公開済みプリンタを共有
      + リモート管理を許可
      + どのジョブであってもキャンセルすることを (たとえ所有者でなくても) ユーザに許可
      + トラブルシューティングのためにデバッグ情報を保存

      + +

      + +
      } + +
      diff --git a/templates/ja/choose-device.tmpl b/templates/ja/choose-device.tmpl new file mode 100644 index 0000000000..303bf279f7 --- /dev/null +++ b/templates/ja/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      {printer_name} のデバイス

      + + + + + + + + + + +
      デバイス: + +
      + +
      diff --git a/templates/ja/choose-make.tmpl b/templates/ja/choose-make.tmpl new file mode 100644 index 0000000000..87cd06fc3b --- /dev/null +++ b/templates/ja/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      {printer_name} のメーカ/製造元

      + + + + + + + + + + + + + + + + + + + + + + +
      メーカ: + +
       
      または PPD ファイルを提供してください:
      + +
      diff --git a/templates/ja/choose-model.tmpl b/templates/ja/choose-model.tmpl new file mode 100644 index 0000000000..53bd69b3ed --- /dev/null +++ b/templates/ja/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      {printer_name} のモデル/ドライバ

      + + + + + + + + + + + + + + +
      モデル: + +
      または PPD ファイルを提供してください:
      + +
      diff --git a/templates/ja/choose-serial.tmpl b/templates/ja/choose-serial.tmpl new file mode 100644 index 0000000000..e66b52d212 --- /dev/null +++ b/templates/ja/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      {printer_name} のシリアルポートの設定

      + + + + + + + + + + + + + + + + + + + + + + +
      ボーレート:
      パリティ:
      データビット:
      フロー制御:
      + +
      diff --git a/templates/ja/choose-uri.tmpl b/templates/ja/choose-uri.tmpl new file mode 100644 index 0000000000..990ecfaafe --- /dev/null +++ b/templates/ja/choose-uri.tmpl @@ -0,0 +1,43 @@ +
      + + + + + + +

      {printer_name} のデバイス URI

      + + + + + + + + + + + + + + +
      デバイス URI:
      例: +
      +    http://hostname:631/ipp/
      +    http://hostname:631/ipp/port1
      +
      +    ipp://hostname/ipp/
      +    ipp://hostname/ipp/port1
      +
      +    lpd://hostname/queue
      +
      +    socket://hostname
      +    socket://hostname:9100
      +
      + +

      あなたのプリンタにふさわしい URI については、 +"ネットワーク +プリンタ" を参照してください。

      + +
      + +
      diff --git a/templates/ja/class-added.tmpl b/templates/ja/class-added.tmpl new file mode 100644 index 0000000000..ccda96d836 --- /dev/null +++ b/templates/ja/class-added.tmpl @@ -0,0 +1 @@ +

      クラス {printer_name} は正しく追加されました。 diff --git a/templates/ja/class-confirm.tmpl b/templates/ja/class-confirm.tmpl new file mode 100644 index 0000000000..382f1f51fb --- /dev/null +++ b/templates/ja/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      警告: 本当にクラス +{printer_name} を削除してもよいですか?

      + +

      クラスの削除

      diff --git a/templates/ja/class-deleted.tmpl b/templates/ja/class-deleted.tmpl new file mode 100644 index 0000000000..7c76490b12 --- /dev/null +++ b/templates/ja/class-deleted.tmpl @@ -0,0 +1 @@ +

      クラス {printer_name} は正しく削除されました。 diff --git a/templates/ja/class-jobs-header.tmpl b/templates/ja/class-jobs-header.tmpl new file mode 100644 index 0000000000..d12840e47d --- /dev/null +++ b/templates/ja/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      ジョブ

      diff --git a/templates/ja/class-modified.tmpl b/templates/ja/class-modified.tmpl new file mode 100644 index 0000000000..54e1f60ffe --- /dev/null +++ b/templates/ja/class-modified.tmpl @@ -0,0 +1 @@ +

      クラス {printer_name} は正しく変更されました。 diff --git a/templates/ja/classes-header.tmpl b/templates/ja/classes-header.tmpl new file mode 100644 index 0000000000..3dad28ca34 --- /dev/null +++ b/templates/ja/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?クラスがありません:{total} 個のクラスのうち {#printer_name} 個を表示中}。

      diff --git a/templates/ja/classes.tmpl b/templates/ja/classes.tmpl new file mode 100644 index 0000000000..2e117e82b3 --- /dev/null +++ b/templates/ja/classes.tmpl @@ -0,0 +1,56 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (デフォルトプリンタ):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +説明: {printer_info}
      +場所: {printer_location}
      +クラスの状態: {printer_state=3?待機中:{printer_state=4?処理中:停止}}, +{printer_is_accepting_jobs=0?ジョブを拒否中:ジョブを受け付け中}, {printer_is_shared=0?not:} 公開。 +{?printer_state_message=?:
      "{printer_state_message}"} +{?member_uris=?:
      メンバー: {member_uris}} + +

      + +テストページの印刷 +{printer_state=5? + +クラスを開始 +: + +クラスを停止 +} +{printer_is_accepting_jobs=0? + +ジョブを受け付け +: + +ジョブを拒否 +} + +すべてのジョブをキャンセル +{printer_is_shared=0? + +プリンタを公開 +: + +プリンタを非公開 +} + +クラスの変更 + +クラスの削除 + +デフォルトに設定 + +許可するユーザの設定 +

      +
      +}} diff --git a/templates/ja/edit-config.tmpl.in b/templates/ja/edit-config.tmpl.in new file mode 100644 index 0000000000..b3d4a96d1c --- /dev/null +++ b/templates/ja/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      サーバ設定ファイル

      + +
      + + + + + +

      + +
      diff --git a/templates/ja/error-op.tmpl b/templates/ja/error-op.tmpl new file mode 100644 index 0000000000..08657ef1e4 --- /dev/null +++ b/templates/ja/error-op.tmpl @@ -0,0 +1,3 @@ +

      エラー:

      + +
      "{op}" は未知の操作です!
      diff --git a/templates/ja/error.tmpl b/templates/ja/error.tmpl new file mode 100644 index 0000000000..c4ae91ef50 --- /dev/null +++ b/templates/ja/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:エラー:}

      + +
      {error}
      diff --git a/templates/ja/header.tmpl.in b/templates/ja/header.tmpl.in new file mode 100644 index 0000000000..2e7274b4b5 --- /dev/null +++ b/templates/ja/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + +

      {title}

      + +  ãƒ›ãƒ¼ãƒ    + +   ç®¡ç†   + +   ã‚¯ãƒ©ã‚¹   + +   ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ/ヘルプ   + +   ã‚¸ãƒ§ãƒ–   + +   ãƒ—リンタ   + +
        diff --git a/templates/ja/help-header.tmpl b/templates/ja/help-header.tmpl new file mode 100644 index 0000000000..6538c11b23 --- /dev/null +++ b/templates/ja/help-header.tmpl @@ -0,0 +1,28 @@ +
      +{TOPIC?:} + +

      +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:すべてのドキュメント}} 内を検索:

      + +
      + + + + +{QUERY?

      {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:すべてのドキュメント}} の検索結果\:

      +{QTEXT?:} +:

      マッチするものはありませんでした。

      } +{HELPTITLE?
      :}:} +{HELPTITLE?

      {HELPTITLE}

      :} diff --git a/templates/ja/job-cancel.tmpl b/templates/ja/job-cancel.tmpl new file mode 100644 index 0000000000..4ee7d1f01e --- /dev/null +++ b/templates/ja/job-cancel.tmpl @@ -0,0 +1,2 @@ +

      ジョブ {job_id} はキャンセルされました。 + diff --git a/templates/ja/job-hold.tmpl b/templates/ja/job-hold.tmpl new file mode 100644 index 0000000000..792c538f97 --- /dev/null +++ b/templates/ja/job-hold.tmpl @@ -0,0 +1,2 @@ +

      ジョブ {job_id} は印刷をホールドされました。 + diff --git a/templates/ja/job-move.tmpl b/templates/ja/job-move.tmpl new file mode 100644 index 0000000000..bfb630e989 --- /dev/null +++ b/templates/ja/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?ジョブ {job_id} の移動:すべてのジョブの移動}

      + + + + + + + + + + +
      新しい宛先: + +
      + +
      diff --git a/templates/ja/job-moved.tmpl b/templates/ja/job-moved.tmpl new file mode 100644 index 0000000000..e76a804349 --- /dev/null +++ b/templates/ja/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?ジョブ {job_id}:すべてのジョブ} は +{job_printer_name} に移動しました。

      diff --git a/templates/ja/job-release.tmpl b/templates/ja/job-release.tmpl new file mode 100644 index 0000000000..132f02bba2 --- /dev/null +++ b/templates/ja/job-release.tmpl @@ -0,0 +1,2 @@ +

      ジョブ {job_id} は印刷から解放されました。 + diff --git a/templates/ja/job-restart.tmpl b/templates/ja/job-restart.tmpl new file mode 100644 index 0000000000..b066827bbb --- /dev/null +++ b/templates/ja/job-restart.tmpl @@ -0,0 +1 @@ +

      ジョブ {job_id} は再印刷されました。 diff --git a/templates/ja/jobs-header.tmpl b/templates/ja/jobs-header.tmpl new file mode 100644 index 0000000000..7310f3c9c3 --- /dev/null +++ b/templates/ja/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?完了したジョブを表示 +すべてのジョブを表示:{which_jobs=all?完了したジョブを表示 +アクティブなジョブを表示:アクティブなジョブを表示 +すべてのジョブを表示}}

      + +

      {total=0?ジョブはありません:{total} 個の{?which_jobs=?アクティブな:{which_jobs=all?:完了した}}ジョブのうち {#job_id} 個を表示中}。

      diff --git a/templates/ja/jobs.tmpl b/templates/ja/jobs.tmpl new file mode 100644 index 0000000000..086b8f2926 --- /dev/null +++ b/templates/ja/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID åå‰ ãƒ¦ãƒ¼ã‚¶ ã‚µã‚¤ã‚º ãƒšãƒ¼ã‚¸ çŠ¶æ…‹ åˆ¶å¾¡ 
      {job_printer_name}-{job_id} {?job_name=?未知:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?不明:{?job_media_sheets_completed}} {job_state=3?{time_at_creation}
      から保留中:{job_state=4?{time_at_creation}
      からホールド中: +{job_state=5?{time_at_processing}
      から処理中:{job_state=6?に停止: +{job_state=7?{time_at_completed}
      にキャンセル:{time_at_completed}
      {job_state=8?に中断:に完了}}}}}} 
      +{job_preserved>0? + +ジョブの再印刷:} +{job_state=4? + +ジョブを解放:} +{job_state=3? + +ジョブをホールド:} +{job_state<7? + +ジョブをキャンセル +ジョブを移動:} + 
      +} diff --git a/templates/ja/maintenance.tmpl b/templates/ja/maintenance.tmpl new file mode 100644 index 0000000000..78fc9bce6c --- /dev/null +++ b/templates/ja/maintenance.tmpl @@ -0,0 +1,2 @@ +

      メンテナンスコマンドを送りました; ジョブ ID は +{printer_name}-{job_id} です。

      diff --git a/templates/ja/modify-class.tmpl b/templates/ja/modify-class.tmpl new file mode 100644 index 0000000000..11f362d14f --- /dev/null +++ b/templates/ja/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      クラス {printer_name} の変更

      + + + + + + + + + + + + + + + + + + + + + + +
      名前: +{printer_name}
      場所:
      説明:
      メンバー: + +
      + +
      diff --git a/templates/ja/modify-printer.tmpl b/templates/ja/modify-printer.tmpl new file mode 100644 index 0000000000..9fdd15970b --- /dev/null +++ b/templates/ja/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      プリンタ {printer_name} の変更

      + + + + + + + + + + + + + + + + + + +
      名前:{printer_name}
      場所:
      +("Lab 1" のように人間が読みやすい場所)
      説明:
      +("HP LaserJet with Duplexer" のように人間が読みやすい説明)
      + +
      diff --git a/templates/ja/option-conflict.tmpl b/templates/ja/option-conflict.tmpl new file mode 100644 index 0000000000..c7d586b9d5 --- /dev/null +++ b/templates/ja/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      エラー: 以下のオプションは競合します:

      + + + +

      競合を解決するために、1つ以上のオプションを変更してください。

      diff --git a/templates/ja/option-trailer.tmpl b/templates/ja/option-trailer.tmpl new file mode 100644 index 0000000000..f7b1eb714d --- /dev/null +++ b/templates/ja/option-trailer.tmpl @@ -0,0 +1,5 @@ +
      diff --git a/templates/ja/pager.tmpl b/templates/ja/pager.tmpl new file mode 100644 index 0000000000..13aa874633 --- /dev/null +++ b/templates/ja/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?前を表示: }{ORDER=dec?昇順にソート:降順にソート}{NEXTURL?次を表示: }
      diff --git a/templates/ja/printer-accept.tmpl b/templates/ja/printer-accept.tmpl new file mode 100644 index 0000000000..073d1264ee --- /dev/null +++ b/templates/ja/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?クラス:プリンタ} {printer_name} +はジョブを受け付けるようになりました。

      diff --git a/templates/ja/printer-added.tmpl b/templates/ja/printer-added.tmpl new file mode 100644 index 0000000000..e01b4378f5 --- /dev/null +++ b/templates/ja/printer-added.tmpl @@ -0,0 +1 @@ +

      プリンタ {printer_name} は正しく追加されました。 diff --git a/templates/ja/printer-configured.tmpl b/templates/ja/printer-configured.tmpl new file mode 100644 index 0000000000..1861afb6de --- /dev/null +++ b/templates/ja/printer-configured.tmpl @@ -0,0 +1 @@ +

      プリンタ {printer_name} は正しく設定されました。 diff --git a/templates/ja/printer-confirm.tmpl b/templates/ja/printer-confirm.tmpl new file mode 100644 index 0000000000..7a2fe776c5 --- /dev/null +++ b/templates/ja/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      警告: 本当にプリンタ +{printer_name} を削除してもよいですか?

      + +

      プリンタの削除

      diff --git a/templates/ja/printer-default.tmpl b/templates/ja/printer-default.tmpl new file mode 100644 index 0000000000..c6290c92c4 --- /dev/null +++ b/templates/ja/printer-default.tmpl @@ -0,0 +1,6 @@ +

      {is_class?クラス:プリンタ} {printer_name} +はサーバのデフォルトプリンタとなりました。

      + +
      注意: lpoptions コマンドで設定されたユーザのデフォルトは、このサーバのデフォルト設定を上書きします。 +
      diff --git a/templates/ja/printer-deleted.tmpl b/templates/ja/printer-deleted.tmpl new file mode 100644 index 0000000000..7d48b8a351 --- /dev/null +++ b/templates/ja/printer-deleted.tmpl @@ -0,0 +1 @@ +

      プリンタ {printer_name} は正しく削除されました。 diff --git a/templates/ja/printer-jobs-header.tmpl b/templates/ja/printer-jobs-header.tmpl new file mode 100644 index 0000000000..d12840e47d --- /dev/null +++ b/templates/ja/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      ジョブ

      diff --git a/templates/ja/printer-modified.tmpl b/templates/ja/printer-modified.tmpl new file mode 100644 index 0000000000..55d8aca791 --- /dev/null +++ b/templates/ja/printer-modified.tmpl @@ -0,0 +1 @@ +

      プリンタ {printer_name} は正しく変更されました。 diff --git a/templates/ja/printer-purge.tmpl b/templates/ja/printer-purge.tmpl new file mode 100644 index 0000000000..8057fef7f5 --- /dev/null +++ b/templates/ja/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?クラス:プリンタ} {printer_name} +はすべてのジョブを削除しました。

      diff --git a/templates/ja/printer-reject.tmpl b/templates/ja/printer-reject.tmpl new file mode 100644 index 0000000000..bb2c4a887b --- /dev/null +++ b/templates/ja/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?クラス:プリンタ} {printer_name} +はもうジョブを受け付けません。

      diff --git a/templates/ja/printer-start.tmpl b/templates/ja/printer-start.tmpl new file mode 100644 index 0000000000..daa27e1936 --- /dev/null +++ b/templates/ja/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?クラス:プリンタ} {printer_name} +は開始しました。

      diff --git a/templates/ja/printer-stop.tmpl b/templates/ja/printer-stop.tmpl new file mode 100644 index 0000000000..494aae708d --- /dev/null +++ b/templates/ja/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?クラス:プリンタ} {printer_name} +は停止しました。

      diff --git a/templates/ja/printers-header.tmpl b/templates/ja/printers-header.tmpl new file mode 100644 index 0000000000..f9c78f0df5 --- /dev/null +++ b/templates/ja/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?プリンタがありません:{total} 個のプリンタのうち {#printer_name} 個を表示中}。

      diff --git a/templates/ja/printers.tmpl b/templates/ja/printers.tmpl new file mode 100644 index 0000000000..716e159fd8 --- /dev/null +++ b/templates/ja/printers.tmpl @@ -0,0 +1,60 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (デフォルトプリンタ):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +説明: {printer_info}
      +場所: {printer_location}
      +メーカとモデル: {printer_make_and_model}
      +プリンタの状態: {printer_state=3?待機中:{printer_state=4?処理中:停止}}, +{printer_is_accepting_jobs=0?ジョブを拒否中:ジョブを受け付け中}, {printer_is_shared=0?非:}公開。 +{?device_uri=?:
      デバイス URI: {device_uri}} + +

      + +テストページの印刷 +{printer_state=5? + +プリタを開始 +: + +プリンタを停止 +} +{printer_is_accepting_jobs=0? + +ジョブを受け付け +: + +ジョブを拒否 +} + +すべてのジョブの移動 + +すべてのジョブをキャンセル +{printer_is_shared=0? + +プリンタを公開 +: + +プリンタを非公開 +} + +プリンタの変更 + +プリンタオプションの設定 + +プリンタの削除 + +デフォルトに設定 + +許可するユーザの設定 +

      +
      +}} diff --git a/templates/ja/restart.tmpl b/templates/ja/restart.tmpl new file mode 100644 index 0000000000..9801f512be --- /dev/null +++ b/templates/ja/restart.tmpl @@ -0,0 +1 @@ +

      サーバが再起動するあいだ、しばらくお待ちください...

      diff --git a/templates/ja/samba-export.tmpl b/templates/ja/samba-export.tmpl new file mode 100644 index 0000000000..87b84790e9 --- /dev/null +++ b/templates/ja/samba-export.tmpl @@ -0,0 +1,56 @@ + + +
      + + +

      プリンタを Samba にエキスポート

      + +{error?

      プリンタを Samba にエキスポートできません\:

      +
      {error}
      +

      より詳細な情報については error_log ファイルを参照してください。

      : +

      このページは、Windows クライアントがデスクトップ上の +マイネットワーク や ネットワークの場所 +アイコン経由でアクセスできるよう、プリンタの Samba +へのエキスポートを許可します。cupsaddsmb(8) man ページに書かれているように、 +事前に Windows PostScript ドライバをインストールしておく必要があります。 +

      } + + + + + + + + + + + + + + + + + + +
      プリンタ: +
      + すべてのプリンタをエキスポート +
      Samba のユーザ名: (必須)
      Samba のパスワード: (必須)
      + +
      diff --git a/templates/ja/samba-exported.tmpl b/templates/ja/samba-exported.tmpl new file mode 100644 index 0000000000..854834a0f6 --- /dev/null +++ b/templates/ja/samba-exported.tmpl @@ -0,0 +1 @@ +

      プリンタは Samba に正しくエキスポートされました。

      diff --git a/templates/ja/search.tmpl b/templates/ja/search.tmpl new file mode 100644 index 0000000000..deaac319b1 --- /dev/null +++ b/templates/ja/search.tmpl @@ -0,0 +1,10 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?クラス:{SECTION=jobs?ジョブ:プリンタ}}} 内を検索: +

      + +
      diff --git a/templates/ja/test-page.tmpl b/templates/ja/test-page.tmpl new file mode 100644 index 0000000000..a4f42fa88d --- /dev/null +++ b/templates/ja/test-page.tmpl @@ -0,0 +1,2 @@ +

      テストページを送信しました; ジョブ ID は +{printer_name}-{job_id} です。 diff --git a/templates/ja/users.tmpl b/templates/ja/users.tmpl new file mode 100644 index 0000000000..ff6ea2fd2d --- /dev/null +++ b/templates/ja/users.tmpl @@ -0,0 +1,26 @@ +

      + + +{IS_CLASS?:} + +

      {printer_name}に許可するユーザ

      + + + + + + + + + + +
      ユーザ: + +
      +これらのユーザの印刷を許可 +これらのユーザの印刷を禁止 +
      + +
      + +
      diff --git a/templates/job-cancel.tmpl b/templates/job-cancel.tmpl new file mode 100644 index 0000000000..2bc5a13d5b --- /dev/null +++ b/templates/job-cancel.tmpl @@ -0,0 +1 @@ +

      Job {job_id} has been canceled. diff --git a/templates/job-hold.tmpl b/templates/job-hold.tmpl new file mode 100644 index 0000000000..3e391543b3 --- /dev/null +++ b/templates/job-hold.tmpl @@ -0,0 +1 @@ +

      Job {job_id} has been held from printing. diff --git a/templates/job-move.tmpl b/templates/job-move.tmpl new file mode 100644 index 0000000000..df2f373481 --- /dev/null +++ b/templates/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?Move Job {job_id}:Move All Jobs}

      + + + + + + + + + + +
      New Destination: + +
      + +
      diff --git a/templates/job-moved.tmpl b/templates/job-moved.tmpl new file mode 100644 index 0000000000..df7ea1d34d --- /dev/null +++ b/templates/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?Job {job_id}:All jobs} moved to +{job_printer_name}.

      diff --git a/templates/job-release.tmpl b/templates/job-release.tmpl new file mode 100644 index 0000000000..d046223537 --- /dev/null +++ b/templates/job-release.tmpl @@ -0,0 +1 @@ +

      Job {job_id} has been released for printing. diff --git a/templates/job-restart.tmpl b/templates/job-restart.tmpl new file mode 100644 index 0000000000..d575c47a70 --- /dev/null +++ b/templates/job-restart.tmpl @@ -0,0 +1 @@ +

      Job {job_id} has been restarted. diff --git a/templates/jobs-header.tmpl b/templates/jobs-header.tmpl new file mode 100644 index 0000000000..5a660611fd --- /dev/null +++ b/templates/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?Show Completed Jobs +Show All Jobs:{which_jobs=all?Show Completed Jobs +Show Active Jobs:Show Active Jobs +Show All Jobs}}

      + +

      {total=0?No jobs:Showing {#job_id} of {total} {?which_jobs=?active:{which_jobs=all?:completed}} job{total=1?:s}}.

      diff --git a/templates/jobs.tmpl b/templates/jobs.tmpl new file mode 100644 index 0000000000..498decf07f --- /dev/null +++ b/templates/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID Name User Size Pages State Control 
      {job_printer_name}-{job_id} {?job_name=?Unknown:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Unknown:{?job_media_sheets_completed}} {job_state=3?pending since
      {time_at_creation}:{job_state=4?held since
      {time_at_creation}: +{job_state=5?processing since
      {time_at_processing}:{job_state=6?stopped: +{job_state=7?canceled at
      {time_at_completed}:{job_state=8?aborted:completed at
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Reprint Job:} +{job_state=4? + +Release Job:} +{job_state=3? + +Hold Job:} +{job_state<7? + +Cancel Job +Move Job:} + 
      +} diff --git a/templates/maintenance.tmpl b/templates/maintenance.tmpl new file mode 100644 index 0000000000..ab57fb108f --- /dev/null +++ b/templates/maintenance.tmpl @@ -0,0 +1,2 @@ +

      Maintenance commands sent; job ID is +{printer_name}-{job_id}.

      diff --git a/templates/modify-class.tmpl b/templates/modify-class.tmpl new file mode 100644 index 0000000000..88839ec48f --- /dev/null +++ b/templates/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Modify Class {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Name: +{printer_name}
      Location:
      Description:
      Members: + +
      + +
      diff --git a/templates/modify-printer.tmpl b/templates/modify-printer.tmpl new file mode 100644 index 0000000000..af72cf9963 --- /dev/null +++ b/templates/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Modify Printer {printer_name}

      + + + + + + + + + + + + + + + + + + +
      Name:{printer_name}
      Location:
      +(Human-readable location such as "Lab 1")
      Description:
      +(Human-readable description such as "HP LaserJet with Duplexer")
      + +
      diff --git a/templates/norestart.tmpl b/templates/norestart.tmpl new file mode 100644 index 0000000000..402e0f997f --- /dev/null +++ b/templates/norestart.tmpl @@ -0,0 +1,2 @@ +

      The server was not restarted because no changes were made to +the configuration...

      diff --git a/templates/option-boolean.tmpl b/templates/option-boolean.tmpl new file mode 100644 index 0000000000..72c85189a4 --- /dev/null +++ b/templates/option-boolean.tmpl @@ -0,0 +1,6 @@ + +{keytext}: + +{[choices]{text}} + + diff --git a/templates/option-conflict.tmpl b/templates/option-conflict.tmpl new file mode 100644 index 0000000000..5086a649f2 --- /dev/null +++ b/templates/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Error: The following options are conflicting:

      + + + +

      Please change one or more of the options to resolve the conflicts.

      diff --git a/templates/option-header.tmpl b/templates/option-header.tmpl new file mode 100644 index 0000000000..cafc9f9fef --- /dev/null +++ b/templates/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name}: {group}

      + + diff --git a/templates/option-pickmany.tmpl b/templates/option-pickmany.tmpl new file mode 100644 index 0000000000..d2534af75a --- /dev/null +++ b/templates/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/option-pickone.tmpl b/templates/option-pickone.tmpl new file mode 100644 index 0000000000..08342d06e4 --- /dev/null +++ b/templates/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/option-trailer.tmpl b/templates/option-trailer.tmpl new file mode 100644 index 0000000000..d689a442d6 --- /dev/null +++ b/templates/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
      {keytext}:
      {keytext}:
      diff --git a/templates/pager.tmpl b/templates/pager.tmpl new file mode 100644 index 0000000000..975f5923ac --- /dev/null +++ b/templates/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?Show Previous: }{ORDER=dec?Sort Ascending:Sort Descending}{NEXTURL?Show Next: }
      diff --git a/templates/pl/add-class.tmpl b/templates/pl/add-class.tmpl new file mode 100644 index 0000000000..6120c878d2 --- /dev/null +++ b/templates/pl/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Dodaj klasę

      + + + + + + + + + + + + + + + + + + + + + + +
      Nazwa:
      Położenie:
      Opis:
      Elementy: + +
      + +
      diff --git a/templates/pl/add-printer.tmpl b/templates/pl/add-printer.tmpl new file mode 100644 index 0000000000..a264e05f2d --- /dev/null +++ b/templates/pl/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      Dodaj nową drukarkę

      + + + + + + + + + + + + + + + + + + +
      Nazwa:
      +(Może zawierać dowolne drukowalne znaki z wyjątkiem "/", "#" i spacji)
      Położenie:
      +(Położenie czytelne dla człowieka, takie jak "Laboratorium 1")
      Opis:
      +(Opis czytelny dla człowieka, taki jak "HP LaserJet z Dupleksem")
      + +
      diff --git a/templates/pl/admin.tmpl b/templates/pl/admin.tmpl new file mode 100644 index 0000000000..5dd0ac8187 --- /dev/null +++ b/templates/pl/admin.tmpl @@ -0,0 +1,75 @@ + + +
      + +

      Drukarki

      + +

      +Dodaj drukarkę + +{have_samba?Wyeksportuj drukarki do Samby:} +

      + +{#device_uri=0?:

      Znaleziono nowe drukarki:

        {[device_uri] +
      • Dodaj tę drukarkę +{device_make_and_model} ({device_info})
      • +}
      } + +

      Klasy

      + +

      + + +

      + +

      Zadania

      + +

      +Zarządzaj zadaniami +

      + +
            + +

      Serwer

      + +

      +Edytuj plik konfiguracji +Wyświetl dziennik dostępu +Wyświetl dziennik błędów +Wyświetl dziennik strony +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Podstawowe ustawienia serwera:

      + +

      + Wyświetl drukarki udostępniane przez inne systemy
      + Udostępnij opublikowane drukarki połączone do tego systemu
      + Pozwól na zdalną administrację
      + Pozwól użytkownikom na anulowanie każdego zadania (nie tylko ich)
      + Zapisz informacje o debugowaniu do rozwiązywania problemów

      + +

      + +
      } + +
      diff --git a/templates/pl/choose-device.tmpl b/templates/pl/choose-device.tmpl new file mode 100644 index 0000000000..fe8d9a6976 --- /dev/null +++ b/templates/pl/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Urządzenie {printer_name}

      + + + + + + + + + + +
      Urządzenie: + +
      + +
      diff --git a/templates/pl/choose-make.tmpl b/templates/pl/choose-make.tmpl new file mode 100644 index 0000000000..c67963008e --- /dev/null +++ b/templates/pl/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Producent {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Producent: + +
       
      Lub dostarcz plik PPD:
      + +
      diff --git a/templates/pl/choose-model.tmpl b/templates/pl/choose-model.tmpl new file mode 100644 index 0000000000..c3ef95875a --- /dev/null +++ b/templates/pl/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Model/sterownik {printer_name}

      + + + + + + + + + + + + + + +
      Model: + +
      Lub dostarcz plik PPD:
      + +
      diff --git a/templates/pl/choose-serial.tmpl b/templates/pl/choose-serial.tmpl new file mode 100644 index 0000000000..beade694ba --- /dev/null +++ b/templates/pl/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Ustawienia portu szeregowego {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Prędkość transmisji:
      Parzystość:
      Bity danych:
      Kontrola przepływu:
      + +
      diff --git a/templates/pl/choose-uri.tmpl b/templates/pl/choose-uri.tmpl new file mode 100644 index 0000000000..fe424ddf78 --- /dev/null +++ b/templates/pl/choose-uri.tmpl @@ -0,0 +1,41 @@ +
      + + + + + + +

      URI urządzenia {printer_name}

      + + + + + + + + + + + + + + +
      URI urządzenia:
      Przykłady: +
      +    http://nazwakomputera:631/ipp/
      +    http://nazwakomputera:631/ipp/port1
      +
      +    ipp://nazwakomputera/ipp/
      +    ipp://nazwakomputera/ipp/port1
      +
      +    lpd://nazwakomputera/kolejka
      +
      +    gniazdo://nazwakomputera
      +    gniazdo://nazwakomputera:9100
      +
      + +

      Zobacz "Drukarki sieciowe", aby uzyskać poprawny URI do użycia z drukarką.

      + +
      + +
      diff --git a/templates/pl/class-added.tmpl b/templates/pl/class-added.tmpl new file mode 100644 index 0000000000..6cf3488b4a --- /dev/null +++ b/templates/pl/class-added.tmpl @@ -0,0 +1 @@ +

      Klasa {printer_name} została pomyślnie dodana. diff --git a/templates/pl/class-confirm.tmpl b/templates/pl/class-confirm.tmpl new file mode 100644 index 0000000000..01290e66be --- /dev/null +++ b/templates/pl/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      Ostrzeżenie: Czy jesteś pewny, że chcesz usunąć klasę +{printer_name}?

      + +

      Usuń klasę

      diff --git a/templates/pl/class-deleted.tmpl b/templates/pl/class-deleted.tmpl new file mode 100644 index 0000000000..3a156a9403 --- /dev/null +++ b/templates/pl/class-deleted.tmpl @@ -0,0 +1 @@ +

      Klasa {printer_name} została pomyślnie usunięta. diff --git a/templates/pl/class-jobs-header.tmpl b/templates/pl/class-jobs-header.tmpl new file mode 100644 index 0000000000..fcc4b096f1 --- /dev/null +++ b/templates/pl/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Zadania

      diff --git a/templates/pl/class-modified.tmpl b/templates/pl/class-modified.tmpl new file mode 100644 index 0000000000..938ef56843 --- /dev/null +++ b/templates/pl/class-modified.tmpl @@ -0,0 +1 @@ +

      Klasa {printer_name} została pomyślnie zmodyfikowana. diff --git a/templates/pl/classes-header.tmpl b/templates/pl/classes-header.tmpl new file mode 100644 index 0000000000..22460443e7 --- /dev/null +++ b/templates/pl/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Brak klas:Wyświetlanie {#printer_name} z {total} klas{total=1?:}}.

      diff --git a/templates/pl/classes.tmpl b/templates/pl/classes.tmpl new file mode 100644 index 0000000000..15a6e5abc2 --- /dev/null +++ b/templates/pl/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Domyślna drukarka):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Opis: {printer_info}
      +Położenie: {printer_location}
      +Stan klasy: {printer_state=3?bezczynna:{printer_state=4?processing:zatrzymana}}, +{printer_is_accepting_jobs=0?odrzucanie zadań:akceptowanie zadań}, {printer_is_shared=0?nie opublikowana:opublikowana}. +{?member_uris=?:
      Elementy: {member_uris}} + +

      + +Wydrukuj stronę próbną +{printer_state=5? + +Uruchom klasę +: + +Zatrzymaj klasę +} +{printer_is_accepting_jobs=0? + +Zaakceptuj zadania +: + +Odrzuć zadania +} + +Anuluj wszystkie zadania +{printer_is_shared=0? + +Opublikuj drukarkę +: + +Nie publikuj drukarki +} + +Zmodyfikuj klasę + +Usuń klasę + +Ustaw jako domyślną + +Pozwól zezwolonym użytkownikom +

      +
      +}} diff --git a/templates/pl/edit-config.tmpl.in b/templates/pl/edit-config.tmpl.in new file mode 100644 index 0000000000..939f011535 --- /dev/null +++ b/templates/pl/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      Plik Konfiguracji Serwera

      + +
      + + + + + +

      + +
      diff --git a/templates/pl/error-op.tmpl b/templates/pl/error-op.tmpl new file mode 100644 index 0000000000..a1d6aae2e8 --- /dev/null +++ b/templates/pl/error-op.tmpl @@ -0,0 +1,3 @@ +

      Błąd:

      + +
      Nieznana operacja "{op}"!
      diff --git a/templates/pl/error.tmpl b/templates/pl/error.tmpl new file mode 100644 index 0000000000..b27540757d --- /dev/null +++ b/templates/pl/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Błąd:}

      + +
      {error}
      diff --git a/templates/pl/header.tmpl.in b/templates/pl/header.tmpl.in new file mode 100644 index 0000000000..7028f70857 --- /dev/null +++ b/templates/pl/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/pl/option-conflict.tmpl b/templates/pl/option-conflict.tmpl new file mode 100644 index 0000000000..9d808c9056 --- /dev/null +++ b/templates/pl/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Błąd: Następujące opcje są w konflikcie:

      + + + +

      Zmień jedną lub więcej opcji, aby rozwiązań konflikty.

      diff --git a/templates/pl/option-header.tmpl b/templates/pl/option-header.tmpl new file mode 100644 index 0000000000..cafc9f9fef --- /dev/null +++ b/templates/pl/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name}: {group}

      + +

      {title}

      + +  Strona Główna   + +   Administracja   + +   Grupy   + +   Dokumentacja/Pomoc   + +   Wydruki   + +   Drukarki   + +
        diff --git a/templates/pl/help-header.tmpl b/templates/pl/help-header.tmpl new file mode 100644 index 0000000000..0227a02db9 --- /dev/null +++ b/templates/pl/help-header.tmpl @@ -0,0 +1,47 @@ +
      +{TOPIC?:} + +

      Wyszukaj we +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:wszystkich dokumentach}}: +Wyczyść

      + +
      + + + + +{QUERY?

      Wyniki wyszukiwania we {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:wszystkich dokumentach}}\:

      +{QTEXT?:} +:

      Nie znaleziono wyników.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +Wyświetl wersję drukowalną

      :

      Strony pomocy CUPS

      + +

      To jest interfejs on-line pomocy CUPS. Podaj wyszukiwane +słowa powyżej lub naciśnij na jakiś odnośnik do dokumentacji, +aby wyświetlić dokumentację pomocy on-line.

      + +

      Jeśli jesteś nowy w CUPS-ie, przeczytaj stronę "Wstęp do CUPS". Użytkownicy dobrze +znający CUPS powinni przeczytać stronę " +Co nowego w CUPS 1.2".

      + +

      The Strona domowa CUPS także +dostarcza wielu zasobów, w tym fora dyskusyjne użytkowników, +odpowiedzi na najczęściej zadawane pytania oraz formularz do +wysyłania raportów błędów i żądań funkcji.

      } diff --git a/templates/pl/help-printable.tmpl b/templates/pl/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/pl/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/pl/job-cancel.tmpl b/templates/pl/job-cancel.tmpl new file mode 100644 index 0000000000..39a89ccd8c --- /dev/null +++ b/templates/pl/job-cancel.tmpl @@ -0,0 +1 @@ +

      Zadanie {job_id} zostało anulowane. diff --git a/templates/pl/job-hold.tmpl b/templates/pl/job-hold.tmpl new file mode 100644 index 0000000000..999c29ba56 --- /dev/null +++ b/templates/pl/job-hold.tmpl @@ -0,0 +1 @@ +

      Zadanie {job_id} zostało wstrzymane od drukowania. diff --git a/templates/pl/job-move.tmpl b/templates/pl/job-move.tmpl new file mode 100644 index 0000000000..ec671bca64 --- /dev/null +++ b/templates/pl/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?Przenieś zadanie {job_id}:Przenieś wszystkie zadania}

      + + + + + + + + + + +
      Nowy cel: + +
      + +
      diff --git a/templates/pl/job-moved.tmpl b/templates/pl/job-moved.tmpl new file mode 100644 index 0000000000..596ebaa731 --- /dev/null +++ b/templates/pl/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?Zadanie {job_id}:Wszystkie zadania} zostało przeniesione do +{job_printer_name}.

      diff --git a/templates/pl/job-release.tmpl b/templates/pl/job-release.tmpl new file mode 100644 index 0000000000..753d21c488 --- /dev/null +++ b/templates/pl/job-release.tmpl @@ -0,0 +1 @@ +

      Zadanie {job_id} zostało zwolnione od drukowania. diff --git a/templates/pl/job-restart.tmpl b/templates/pl/job-restart.tmpl new file mode 100644 index 0000000000..be2d26f283 --- /dev/null +++ b/templates/pl/job-restart.tmpl @@ -0,0 +1 @@ +

      Zadanie {job_id} zostało ponownie uruchomione. diff --git a/templates/pl/jobs-header.tmpl b/templates/pl/jobs-header.tmpl new file mode 100644 index 0000000000..5b6975b3b1 --- /dev/null +++ b/templates/pl/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?Wyświetl zakończone zadania +Wyświetl wszystkie zadania:{which_jobs=all?Wyświetl zakończone zadania +Wyświetl aktywne zadania:Wyświetl aktywne zadania +Wyświetl wszystkie zadania}}

      + +

      {total=0?Brak zadań:Wyświetlanie {#job_id} z {total} {?which_jobs=?active:{which_jobs=all?:zakończonych}} zadań{total=1?:}}.

      diff --git a/templates/pl/jobs.tmpl b/templates/pl/jobs.tmpl new file mode 100644 index 0000000000..ccd1ab0b83 --- /dev/null +++ b/templates/pl/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID Nazwa Użytkownik Rozmiar Strony Stan Kontrola 
      {job_printer_name}-{job_id} {?job_name=?Nieznane:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Nieznane:{?job_media_sheets_completed}} {job_state=3?oczekiwanie od
      {time_at_creation}:{job_state=4?wstrzymane od
      {time_at_creation}: +{job_state=5?przetwarzanie od
      {time_at_processing}:{job_state=6?zatrzymane: +{job_state=7?anulowane o
      {time_at_completed}:{job_state=8?przerwane:zakończone o
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Ponownie wydrukuj zadanie:} +{job_state=4? + +Zwolnij zadanie:} +{job_state=3? + +Wstrzymaj zadanie:} +{job_state<7? + +Anuluj zadanie +Przenieś zadanie:} + 
      +} diff --git a/templates/pl/maintenance.tmpl b/templates/pl/maintenance.tmpl new file mode 100644 index 0000000000..baef534606 --- /dev/null +++ b/templates/pl/maintenance.tmpl @@ -0,0 +1,2 @@ +

      Polecenia utrzymywania zostały wysłane; ID zadania to +{printer_name}-{job_id}.

      diff --git a/templates/pl/modify-class.tmpl b/templates/pl/modify-class.tmpl new file mode 100644 index 0000000000..d1c27db900 --- /dev/null +++ b/templates/pl/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Zmodyfikuj klasę {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Nazwa: +{printer_name}
      Położenie:
      Opis:
      Elementy: + +
      + +
      diff --git a/templates/pl/modify-printer.tmpl b/templates/pl/modify-printer.tmpl new file mode 100644 index 0000000000..1c9eb47042 --- /dev/null +++ b/templates/pl/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Zmodyfikuj drukarkę {printer_name}

      + + + + + + + + + + + + + + + + + + +
      Nazwa:{printer_name}
      Położenie:
      +(Położenie czytelne dla człowieka, takie jak "Laboratorium 1")
      Opis:
      +(Opis czytelny dla człowieka, taki jak "HP LaserJet z Dupleksem")
      + +
      diff --git a/templates/pl/option-boolean.tmpl b/templates/pl/option-boolean.tmpl new file mode 100644 index 0000000000..72c85189a4 --- /dev/null +++ b/templates/pl/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/pl/option-pickmany.tmpl b/templates/pl/option-pickmany.tmpl new file mode 100644 index 0000000000..d2534af75a --- /dev/null +++ b/templates/pl/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/pl/option-pickone.tmpl b/templates/pl/option-pickone.tmpl new file mode 100644 index 0000000000..08342d06e4 --- /dev/null +++ b/templates/pl/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/pl/option-trailer.tmpl b/templates/pl/option-trailer.tmpl new file mode 100644 index 0000000000..11a29b02b7 --- /dev/null +++ b/templates/pl/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
      {keytext}:
      {keytext}:
      diff --git a/templates/pl/pager.tmpl b/templates/pl/pager.tmpl new file mode 100644 index 0000000000..740c29b97f --- /dev/null +++ b/templates/pl/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?Wyświetl poprzednie: }{ORDER=dec?Posortuj rosnąco:Posortuj malejąco}{NEXTURL?Wyświetl następne: }
      diff --git a/templates/pl/printer-accept.tmpl b/templates/pl/printer-accept.tmpl new file mode 100644 index 0000000000..d08f7afa2e --- /dev/null +++ b/templates/pl/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasa:Drukarka} {printer_name} +teraz akceptuje zadania.

      diff --git a/templates/pl/printer-added.tmpl b/templates/pl/printer-added.tmpl new file mode 100644 index 0000000000..b16e4ccde0 --- /dev/null +++ b/templates/pl/printer-added.tmpl @@ -0,0 +1 @@ +

      Drukarka {printer_name} została pomyślnie dodana. diff --git a/templates/pl/printer-configured.tmpl b/templates/pl/printer-configured.tmpl new file mode 100644 index 0000000000..caaf703c83 --- /dev/null +++ b/templates/pl/printer-configured.tmpl @@ -0,0 +1 @@ +

      Drukarka {printer_name} została pomyślnie skonfigurowana. diff --git a/templates/pl/printer-confirm.tmpl b/templates/pl/printer-confirm.tmpl new file mode 100644 index 0000000000..87733896d4 --- /dev/null +++ b/templates/pl/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Ostrzeżenie: Czy jesteś pewny, że chcesz usunąć drukarkę +{printer_name}?

      + +

      Usuń drukarkę

      diff --git a/templates/pl/printer-default.tmpl b/templates/pl/printer-default.tmpl new file mode 100644 index 0000000000..bab58d1789 --- /dev/null +++ b/templates/pl/printer-default.tmpl @@ -0,0 +1,7 @@ +

      {is_class?Klasa:Drukarka} {printer_name} +została utworzona domyślną drukarką na serwerze.

      + +
      Uwaga: każdy domyślny użytkownik, który został ustawiony przez +polecenie lpoptions zastąpi te domyślne +ustawienie.
      diff --git a/templates/pl/printer-deleted.tmpl b/templates/pl/printer-deleted.tmpl new file mode 100644 index 0000000000..8406069e4f --- /dev/null +++ b/templates/pl/printer-deleted.tmpl @@ -0,0 +1 @@ +

      Drukarka {printer_name} została pomyślnie usunięta. diff --git a/templates/pl/printer-jobs-header.tmpl b/templates/pl/printer-jobs-header.tmpl new file mode 100644 index 0000000000..fcc4b096f1 --- /dev/null +++ b/templates/pl/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Zadania

      diff --git a/templates/pl/printer-modified.tmpl b/templates/pl/printer-modified.tmpl new file mode 100644 index 0000000000..0cb831cc0d --- /dev/null +++ b/templates/pl/printer-modified.tmpl @@ -0,0 +1,2 @@ +

      Drukarka {printer_name} została +pomyślnie zmodyfikowana. diff --git a/templates/pl/printer-purge.tmpl b/templates/pl/printer-purge.tmpl new file mode 100644 index 0000000000..e349fa41ed --- /dev/null +++ b/templates/pl/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasa:Drukarka} {printer_name} +została wyczyszczone ze wszystkich zadań.

      diff --git a/templates/pl/printer-reject.tmpl b/templates/pl/printer-reject.tmpl new file mode 100644 index 0000000000..4e5fb3cc79 --- /dev/null +++ b/templates/pl/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasa:Drukarka} {printer_name} +już nie akceptuje zadań.

      diff --git a/templates/pl/printer-start.tmpl b/templates/pl/printer-start.tmpl new file mode 100644 index 0000000000..28c2f472a6 --- /dev/null +++ b/templates/pl/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasa:Drukarka} {printer_name} +została uruchomiona.

      diff --git a/templates/pl/printer-stop.tmpl b/templates/pl/printer-stop.tmpl new file mode 100644 index 0000000000..caebd4ef17 --- /dev/null +++ b/templates/pl/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Klasa:Drukarka} {printer_name} +została zatrzymana.

      diff --git a/templates/pl/printers-header.tmpl b/templates/pl/printers-header.tmpl new file mode 100644 index 0000000000..f749dad4f1 --- /dev/null +++ b/templates/pl/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Brak drukarek:Wyświetlanie {#printer_name} z {total} drukarek{total=1?:}}.

      diff --git a/templates/pl/printers.tmpl b/templates/pl/printers.tmpl new file mode 100644 index 0000000000..df0117dda7 --- /dev/null +++ b/templates/pl/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Domyślna drukarka):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Opis: {printer_info}
      +Położenie: {printer_location}
      +Producent i model: {printer_make_and_model}
      +Stan drukarki: {printer_state=3?bezczynna:{printer_state=4?przetwarzanie:zatrzymana}}, +{printer_is_accepting_jobs=0?odrzucanie zadań:akceptowanie zadań}, {printer_is_shared=0?nie opublikowana:opublikowana}. +{?device_uri=?:
      URI urządzenia: {device_uri}} + +

      + +Wydrukuj stronę próbną +{?cupscommand=1? +Wyczyść głowice drukowania + +Wydrukuj samodzielną stronę próbną:} +{printer_state=5? + +Uruchom drukarkę +: + +Zatrzymaj drukarkę +} +{printer_is_accepting_jobs=0? + +Zaakceptuj zadania +: + +Odrzuć zadania +} + +Przenieś wszystkie zadania + +Anuluj wszystkie zadania +{printer_is_shared=0? + +Opublikuj drukarke +: + +Odpublikuj drukarkę +} + +Zmodyfikuj drukarkę + +Ustaw opcje drukarki + +Usuń drukarkę + +Ustaw jako domyślną + +Ustaw zezwolonych użytkowników +

      +
      +}} diff --git a/templates/pl/restart.tmpl b/templates/pl/restart.tmpl new file mode 100644 index 0000000000..57091c8d48 --- /dev/null +++ b/templates/pl/restart.tmpl @@ -0,0 +1 @@ +

      Proszę chwilę poczekać podczas ponownego uruchamiania serwera...

      diff --git a/templates/pl/samba-export.tmpl b/templates/pl/samba-export.tmpl new file mode 100644 index 0000000000..5341cafa31 --- /dev/null +++ b/templates/pl/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + +

      Wyeksportuj drukarki do Samby

      + +{error?

      Nie można wyeksportować drukarek do Samby\:

      +
      {error}
      +

      Zobacz plik error_log, aby uzyskać więcej informacji.

      : +

      Ta strona pozwala na wyeksportowanie drukarek do Samby, więc +klienci Windows mogą mieć do nich dostęp przez ikony Otoczenie +sieciowe lub Miejsca sieciowe na ich +pulpitach. Poprzednio musisz zainstalować sterowniki drukarek +Windows PostScript tak, jak to opisano na stronie podręcznika cupsaddsmb(8).

      } + + + + + + + + + + + + + + + + + + +
      Drukarki: +
      + Wyeksportuj wszystkie drukarki +
      Nazwa użytkownika Samby: (wymagane)
      Hasło Samby: (wymagane)
      + +
      diff --git a/templates/pl/samba-exported.tmpl b/templates/pl/samba-exported.tmpl new file mode 100644 index 0000000000..f1ba3dcf27 --- /dev/null +++ b/templates/pl/samba-exported.tmpl @@ -0,0 +1 @@ +

      Drukarki zostały pomyślnie wyeksportowane do Samby.

      diff --git a/templates/pl/search.tmpl b/templates/pl/search.tmpl new file mode 100644 index 0000000000..053439abf1 --- /dev/null +++ b/templates/pl/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Wyszukaj w +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?Klasach:{SECTION=jobs?Zadaniach:Drukarkach}}}: + +Wyczyść

      + +
      diff --git a/templates/pl/set-printer-options-header.tmpl b/templates/pl/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/pl/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/pl/set-printer-options-trailer.tmpl b/templates/pl/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/pl/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/pl/test-page.tmpl b/templates/pl/test-page.tmpl new file mode 100644 index 0000000000..6cbfd31e46 --- /dev/null +++ b/templates/pl/test-page.tmpl @@ -0,0 +1,2 @@ +

      Strona próbna została wysłana; ID zadania to +{printer_name}-{job_id}.

      diff --git a/templates/pl/trailer.tmpl b/templates/pl/trailer.tmpl new file mode 100644 index 0000000000..5b07fca522 --- /dev/null +++ b/templates/pl/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

      Common UNIX Printing System, CUPS i logo CUPS są +zarejestrowanymi znakami towarowymi Easy Software +Products. Copyright 1997-2006 Easy Software Products, +wszelkie prawa zastrzeżone.

      + + + + + + + + diff --git a/templates/pl/users.tmpl b/templates/pl/users.tmpl new file mode 100644 index 0000000000..856d51f9e0 --- /dev/null +++ b/templates/pl/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      Zezwoleni użytkownicy dla {printer_name}

      + + + + + + + + + + +
      Użytkownicy: + +
      +Pozwól tym użytkownikom na drukowanie +Zabroń tym użytkownikom drukowania +
      + +
      + +
      diff --git a/templates/printer-accept.tmpl b/templates/printer-accept.tmpl new file mode 100644 index 0000000000..15e8b15ff8 --- /dev/null +++ b/templates/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +is now accepting jobs.

      diff --git a/templates/printer-added.tmpl b/templates/printer-added.tmpl new file mode 100644 index 0000000000..ba5f550c24 --- /dev/null +++ b/templates/printer-added.tmpl @@ -0,0 +1,2 @@ +

      Printer {printer_name} has been added +successfully. diff --git a/templates/printer-configured.tmpl b/templates/printer-configured.tmpl new file mode 100644 index 0000000000..7ec86879ad --- /dev/null +++ b/templates/printer-configured.tmpl @@ -0,0 +1,2 @@ +

      Printer {printer_name} has +been configured successfully. diff --git a/templates/printer-confirm.tmpl b/templates/printer-confirm.tmpl new file mode 100644 index 0000000000..054d3895f3 --- /dev/null +++ b/templates/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Warning: Are you sure you want to delete printer +{printer_name}?

      + +

      Delete Printer

      diff --git a/templates/printer-default.tmpl b/templates/printer-default.tmpl new file mode 100644 index 0000000000..7bb6bc41d9 --- /dev/null +++ b/templates/printer-default.tmpl @@ -0,0 +1,7 @@ +

      {is_class?Class:Printer} {printer_name} +has been made the default printer on the server.

      + +
      Note: Any user default that has been set via +the lpoptions command will override this default +setting.
      diff --git a/templates/printer-deleted.tmpl b/templates/printer-deleted.tmpl new file mode 100644 index 0000000000..f1336b037c --- /dev/null +++ b/templates/printer-deleted.tmpl @@ -0,0 +1 @@ +

      Printer {printer_name} has been deleted successfully. diff --git a/templates/printer-jobs-header.tmpl b/templates/printer-jobs-header.tmpl new file mode 100644 index 0000000000..61e5151d24 --- /dev/null +++ b/templates/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Jobs

      diff --git a/templates/printer-modified.tmpl b/templates/printer-modified.tmpl new file mode 100644 index 0000000000..a16abd169f --- /dev/null +++ b/templates/printer-modified.tmpl @@ -0,0 +1,2 @@ +

      Printer {printer_name} has been +modified successfully. diff --git a/templates/printer-purge.tmpl b/templates/printer-purge.tmpl new file mode 100644 index 0000000000..8226d60408 --- /dev/null +++ b/templates/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +has been purged of all jobs.

      diff --git a/templates/printer-reject.tmpl b/templates/printer-reject.tmpl new file mode 100644 index 0000000000..aca24a5769 --- /dev/null +++ b/templates/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +is no longer accepting jobs.

      diff --git a/templates/printer-start.tmpl b/templates/printer-start.tmpl new file mode 100644 index 0000000000..d3b95d3df2 --- /dev/null +++ b/templates/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +has been started.

      diff --git a/templates/printer-stop.tmpl b/templates/printer-stop.tmpl new file mode 100644 index 0000000000..bdccd88f8b --- /dev/null +++ b/templates/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +has been stopped.

      diff --git a/templates/printers-header.tmpl b/templates/printers-header.tmpl new file mode 100644 index 0000000000..5196be1d87 --- /dev/null +++ b/templates/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?No printers:Showing {#printer_name} of {total} printer{total=1?:s}}.

      diff --git a/templates/printers.tmpl b/templates/printers.tmpl new file mode 100644 index 0000000000..d4f5e569ac --- /dev/null +++ b/templates/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Default Printer):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Description: {printer_info}
      +Location: {printer_location}
      +Make and Model: {printer_make_and_model}
      +Printer State: {printer_state=3?idle:{printer_state=4?processing:stopped}}, +{printer_is_accepting_jobs=0?rejecting jobs:accepting jobs}, {printer_is_shared=0?not:} published. +{?device_uri=?:
      Device URI: {device_uri}} + +

      + +Print Test Page +{?cupscommand=1? +Clean Print Heads + +Print Self Test Page:} +{printer_state=5? + +Start Printer +: + +Stop Printer +} +{printer_is_accepting_jobs=0? + +Accept Jobs +: + +Reject Jobs +} + +Move All Jobs + +Cancel All Jobs +{printer_is_shared=0? + +Publish Printer +: + +Unpublish Printer +} + +Modify Printer + +Set Printer Options + +Delete Printer + +Set As Default + +Set Allowed Users +

      +
      +}} diff --git a/templates/restart.tmpl b/templates/restart.tmpl new file mode 100644 index 0000000000..63ff47d9f1 --- /dev/null +++ b/templates/restart.tmpl @@ -0,0 +1 @@ +

      Please stand by while the server restarts...

      diff --git a/templates/samba-export.tmpl b/templates/samba-export.tmpl new file mode 100644 index 0000000000..426465905a --- /dev/null +++ b/templates/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + +

      Export Printers to Samba

      + +{error?

      Unable to export printers to Samba\:

      +
      {error}
      +

      Consult the error_log file for more information.

      : +

      This page allows you to export printers to Samba so that +Windows clients can access them through the Network +Neighborhood or Network Places icons on their +desktop. You must previously install the Windows PostScript +printer drivers as described in the cupsaddsmb(8) man page.

      } + + + + + + + + + + + + + + + + + + +
      Printers: +
      + Export All Printers +
      Samba Username: (required)
      Samba Password: (required)
      + +
      diff --git a/templates/samba-exported.tmpl b/templates/samba-exported.tmpl new file mode 100644 index 0000000000..6fa8eb4a69 --- /dev/null +++ b/templates/samba-exported.tmpl @@ -0,0 +1 @@ +

      Printers exported to samba successfully.

      diff --git a/templates/search.tmpl b/templates/search.tmpl new file mode 100644 index 0000000000..e1c7c9e748 --- /dev/null +++ b/templates/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Search in +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?Classes:{SECTION=jobs?Jobs:Printers}}}: + +Clear

      + +
      diff --git a/templates/set-printer-options-header.tmpl b/templates/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/set-printer-options-trailer.tmpl b/templates/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/sv/add-class.tmpl b/templates/sv/add-class.tmpl new file mode 100644 index 0000000000..33a1acf7a1 --- /dev/null +++ b/templates/sv/add-class.tmpl @@ -0,0 +1,33 @@ +
      + + +

      Lägg till klass

      + + + + + + + + + + + + + + + + + + + + + + +
      Namn:
      Plats:
      Beskrivning:
      Medlemmar: + +
      + +
      diff --git a/templates/sv/add-printer.tmpl b/templates/sv/add-printer.tmpl new file mode 100644 index 0000000000..e80dec9b38 --- /dev/null +++ b/templates/sv/add-printer.tmpl @@ -0,0 +1,28 @@ +
      + + +

      Lägg till ny skrivare

      + + + + + + + + + + + + + + + + + + +
      Namn:
      +(Får innehålla utskrivbara tecken förutom "/", "#", och blanksteg)
      Plats:
      +(Läsbar plats såsom "Lab 1")
      Beskrivning:
      +(Läsbar beskrivning såsom "HP LaserJet")
      + +
      diff --git a/templates/sv/admin.tmpl b/templates/sv/admin.tmpl new file mode 100644 index 0000000000..0a0c0cb1fe --- /dev/null +++ b/templates/sv/admin.tmpl @@ -0,0 +1,77 @@ + + +
      + +

      Skrivare

      + +

      +Lägg till skrivare + +{have_samba?Exportera skrivare till Samba:} +

      + +{#device_uri=0?:

      Nya skrivare hittade:

        {[device_uri] +
      • Lägg till denna skrivare +{device_make_and_model} ({device_info})
      • +}
      } + +

      Klasser

      + +

      + + +

      + +

      Jobb

      + +

      +Hantera jobb +

      + +
            + +

      Server

      + +

      +Redigera konfigurationsfil +Visa åtkomstlogg +Visa fellogg +Visa sidlogg +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + +

      Grundläggande serverinställningar:

      + +

      + Visa skrivare utdelade av andra system
      + Dela ut publicerade skrivare anslutna till detta system
      + Tillåt fjärradministration
      + Tillåt användare att avbryta alla jobb (inte bara sina egna)
      + Spara felsökningsinformation för problemlösning

      + +

      + +
      } + +
      diff --git a/templates/sv/choose-device.tmpl b/templates/sv/choose-device.tmpl new file mode 100644 index 0000000000..dd2e8a471c --- /dev/null +++ b/templates/sv/choose-device.tmpl @@ -0,0 +1,26 @@ +
      + + + + + + +

      Enhet för {printer_name}

      + + + + + + + + + + +
      Enhet: + +
      + +
      diff --git a/templates/sv/choose-make.tmpl b/templates/sv/choose-make.tmpl new file mode 100644 index 0000000000..f47ed81973 --- /dev/null +++ b/templates/sv/choose-make.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + + + + + +

      Märke/Tillverkare för {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Tillverkare: + +
       
      Eller tillhandahåll en PPD-fil:
      + +
      diff --git a/templates/sv/choose-model.tmpl b/templates/sv/choose-model.tmpl new file mode 100644 index 0000000000..0645eec203 --- /dev/null +++ b/templates/sv/choose-model.tmpl @@ -0,0 +1,34 @@ +
      + + + + + + + + + + +

      Modell/Drivrutin för {printer_name}

      + + + + + + + + + + + + + + +
      Modell: + +
      Eller tillhandahåll en PPD-fil:
      + +
      diff --git a/templates/sv/choose-serial.tmpl b/templates/sv/choose-serial.tmpl new file mode 100644 index 0000000000..877015e7a1 --- /dev/null +++ b/templates/sv/choose-serial.tmpl @@ -0,0 +1,47 @@ +
      + + + + + + +

      Serieportsinställningar för {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Baudhastighet:
      Paritet:
      Databitar:
      Flödeskontroll:
      + +
      diff --git a/templates/sv/choose-uri.tmpl b/templates/sv/choose-uri.tmpl new file mode 100644 index 0000000000..b65dffc354 --- /dev/null +++ b/templates/sv/choose-uri.tmpl @@ -0,0 +1,42 @@ +
      + + + + + + +

      Enhets-URI för {printer_name}

      + + + + + + + + + + + + + + +
      Enhets-URI:
      Exempel: +
      +    http://värdnamn:631/ipp/
      +    http://värdnamn:631/ipp/port1
      +
      +    ipp://värdnamn/ipp/
      +    ipp://värdnamn/ipp/port1
      +
      +    lpd://värdnamn/kö
      +
      +    socket://värdnamn
      +    socket://värdnamn:9100
      +
      + +

      Se "Nätverksskrivare" + för den korrekta URI:n att använda för din skrivare.

      + +
      + +
      diff --git a/templates/sv/class-added.tmpl b/templates/sv/class-added.tmpl new file mode 100644 index 0000000000..512a2f2f8b --- /dev/null +++ b/templates/sv/class-added.tmpl @@ -0,0 +1 @@ +

      Klassen {printer_name} har lagts till. diff --git a/templates/sv/class-confirm.tmpl b/templates/sv/class-confirm.tmpl new file mode 100644 index 0000000000..40df8ea627 --- /dev/null +++ b/templates/sv/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      Varning: Är du säker på att du vill ta bort klassen +{printer_name}?

      + +

      Ta bort klass

      diff --git a/templates/sv/class-deleted.tmpl b/templates/sv/class-deleted.tmpl new file mode 100644 index 0000000000..b14513fb87 --- /dev/null +++ b/templates/sv/class-deleted.tmpl @@ -0,0 +1 @@ +

      Klassen {printer_name} har tagits bort. diff --git a/templates/sv/class-jobs-header.tmpl b/templates/sv/class-jobs-header.tmpl new file mode 100644 index 0000000000..59f2054eab --- /dev/null +++ b/templates/sv/class-jobs-header.tmpl @@ -0,0 +1 @@ +

      Jobb

      diff --git a/templates/sv/class-modified.tmpl b/templates/sv/class-modified.tmpl new file mode 100644 index 0000000000..a5d5fb020b --- /dev/null +++ b/templates/sv/class-modified.tmpl @@ -0,0 +1,2 @@ +

      Klassen {printer_name} har +modifierats. diff --git a/templates/sv/classes-header.tmpl b/templates/sv/classes-header.tmpl new file mode 100644 index 0000000000..c87bc209a9 --- /dev/null +++ b/templates/sv/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Inga klasser:Visar {#printer_name} av {total} klass{total=1?:er}}.

      diff --git a/templates/sv/classes.tmpl b/templates/sv/classes.tmpl new file mode 100644 index 0000000000..d555c0c062 --- /dev/null +++ b/templates/sv/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Standardskrivare):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      +Beskrivning: {printer_info}
      +Plats: {printer_location}
      +Klasstillstånd: {printer_state=3?overksam:{printer_state=4?behandlar:stoppad}}, +{printer_is_accepting_jobs=0?vägrar jobb:accepterar jobb}, {printer_is_shared=0?inte:} publicerad. +{?member_uris=?:
      Medlemmar: {member_uris}} + +

      + +Skriv ut testsida +{printer_state=5? + +Starta klass +: + +Stoppa klass +} +{printer_is_accepting_jobs=0? + +Acceptera jobb +: + +Vägra jobb +} + +Avbryt alla jobb +{printer_is_shared=0? + +Publicera skrivare +: + +Avpublicera skrivare +} + +Modifiera klass + +Ta bort klass + +Ställ in som standard + +Ställ in tillåtna användare +

      +
      +}} diff --git a/templates/sv/edit-config.tmpl.in b/templates/sv/edit-config.tmpl.in new file mode 100644 index 0000000000..b4d1d8bec7 --- /dev/null +++ b/templates/sv/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

      Serverkonfigurationsfil

      + +
      + + + + + +

      + +
      diff --git a/templates/sv/error-op.tmpl b/templates/sv/error-op.tmpl new file mode 100644 index 0000000000..153b0a9276 --- /dev/null +++ b/templates/sv/error-op.tmpl @@ -0,0 +1,3 @@ +

      Fel:

      + +
      Okänd åtgärd "{op}"!
      diff --git a/templates/sv/error.tmpl b/templates/sv/error.tmpl new file mode 100644 index 0000000000..f4f82b1ce1 --- /dev/null +++ b/templates/sv/error.tmpl @@ -0,0 +1,3 @@ +

      {?message?{message}:Fel:}

      + +
      {error}
      diff --git a/templates/sv/header.tmpl.in b/templates/sv/header.tmpl.in new file mode 100644 index 0000000000..50e0e09df3 --- /dev/null +++ b/templates/sv/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS 1.2rc2 + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/sv/option-conflict.tmpl b/templates/sv/option-conflict.tmpl new file mode 100644 index 0000000000..10d600262e --- /dev/null +++ b/templates/sv/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Fel: Följande alternativ är i konflikt:

      + + + +

      Ändra ett eller flera av alternativen för att läsa konflikterna.

      diff --git a/templates/sv/option-header.tmpl b/templates/sv/option-header.tmpl new file mode 100644 index 0000000000..cafc9f9fef --- /dev/null +++ b/templates/sv/option-header.tmpl @@ -0,0 +1,3 @@ +

      {printer_name}: {group}

      + +

      {title}

      + +  Hem   + +   Administration   + +   Klasser   + +   Dokumentation/Hjälp   + +   Jobb   + +   Skrivare   + +
        diff --git a/templates/sv/help-header.tmpl b/templates/sv/help-header.tmpl new file mode 100644 index 0000000000..79502c610b --- /dev/null +++ b/templates/sv/help-header.tmpl @@ -0,0 +1,47 @@ +
      +{TOPIC?:} + +

      Sök i +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:Alla dokument}}: +Töm

      + +
      + + + + +{QUERY?

      Sök resultat i {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:Alla dokument}}\:

      +{QTEXT?:} +:

      Inga träffar.

      } +
      :} +{HELPTITLE?

      {HELPTITLE} +Visa utskrivbar version

      :

      CUPS Hjälpsidor

      + +

      Detta är CUPS hjälpgränssnitt. Ange sökord +ovan eller klicka på någon av dokumentationslänkarna för att visa +hjälpinformation.

      + +

      Om du är nybörjare i CUPS, läs sidan "Översikt av CUPS". Veterananvändare +bör läsa sidan "Vad är nytt i CUPS +1.2".

      + +

      CUPS hemsida tillhandahåll även +många resurser inklusive diskussionsforum för användarna, svar +på ofta ställda frågor, och ett formulär för att skicka in felrapporter +och förslag.

      } diff --git a/templates/sv/help-printable.tmpl b/templates/sv/help-printable.tmpl new file mode 100644 index 0000000000..305112a337 --- /dev/null +++ b/templates/sv/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

      {HELPTITLE}

      diff --git a/templates/sv/job-cancel.tmpl b/templates/sv/job-cancel.tmpl new file mode 100644 index 0000000000..7f922e5c9a --- /dev/null +++ b/templates/sv/job-cancel.tmpl @@ -0,0 +1 @@ +

      Jobbet {job_id} har avbrutits. diff --git a/templates/sv/job-hold.tmpl b/templates/sv/job-hold.tmpl new file mode 100644 index 0000000000..1ff1fdd6f0 --- /dev/null +++ b/templates/sv/job-hold.tmpl @@ -0,0 +1 @@ +

      Jobbet {job_id} har undanhållits från utskrift. diff --git a/templates/sv/job-move.tmpl b/templates/sv/job-move.tmpl new file mode 100644 index 0000000000..388f7ad966 --- /dev/null +++ b/templates/sv/job-move.tmpl @@ -0,0 +1,22 @@ +

      + +{job_id?:} + +

      {job_id?Flytta jobb {job_id}:Flytta alla jobb}

      + + + + + + + + + + +
      Nytt mål: + +
      + +
      diff --git a/templates/sv/job-moved.tmpl b/templates/sv/job-moved.tmpl new file mode 100644 index 0000000000..5e31389d18 --- /dev/null +++ b/templates/sv/job-moved.tmpl @@ -0,0 +1,2 @@ +

      {job_id?Jobbet {job_id}:Alla jobb} har flyttats till +{job_printer_name}.

      diff --git a/templates/sv/job-release.tmpl b/templates/sv/job-release.tmpl new file mode 100644 index 0000000000..86bad19c0c --- /dev/null +++ b/templates/sv/job-release.tmpl @@ -0,0 +1 @@ +

      Jobbet {job_id} har släppts för utskrift. diff --git a/templates/sv/job-restart.tmpl b/templates/sv/job-restart.tmpl new file mode 100644 index 0000000000..082afecffb --- /dev/null +++ b/templates/sv/job-restart.tmpl @@ -0,0 +1 @@ +

      Jobbet {job_id} har startats om. diff --git a/templates/sv/jobs-header.tmpl b/templates/sv/jobs-header.tmpl new file mode 100644 index 0000000000..e0d11015e5 --- /dev/null +++ b/templates/sv/jobs-header.tmpl @@ -0,0 +1,15 @@ +

      {?which_jobs=?Visa färdiga jobb +Visa alla jobb:{which_jobs=all?Visa färdiga jobb +Visa aktiva jobb:Visa aktiva jobb +Visa alla jobb}}

      + +

      {total=0?Inga jobb:Visar {#job_id} av {total} {?which_jobs=?aktiva:{which_jobs=all?:färdiga}} jobb{total=1?:s}}.

      diff --git a/templates/sv/jobs.tmpl b/templates/sv/jobs.tmpl new file mode 100644 index 0000000000..7626273ec8 --- /dev/null +++ b/templates/sv/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
      ID Namn Användare Storlek Sidor TillstÃ¥nd Kontroll 
      {job_printer_name}-{job_id} {?job_name=?Okänt:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Okänt:{?job_media_sheets_completed}} {job_state=3?väntar sedan
      {time_at_creation}:{job_state=4?hålls kvar sedan
      {time_at_creation}: +{job_state=5?behandlas sedan
      {time_at_processing}:{job_state=6?stoppad: +{job_state=7?cancelled at
      {time_at_completed}:{job_state=8?aborted:färdig kl
      {time_at_completed}}}}}}} 
      +{job_preserved>0? + +Skriv ut jobb igen:} +{job_state=4? + +Släpp jobb:} +{job_state=3? + +HÃ¥ll kvar jobb:} +{job_state<7? + +Avbryt jobb +Flytta jobb:} + 
      +} diff --git a/templates/sv/maintenance.tmpl b/templates/sv/maintenance.tmpl new file mode 100644 index 0000000000..7bb5fd8b63 --- /dev/null +++ b/templates/sv/maintenance.tmpl @@ -0,0 +1,2 @@ +

      Underhållskommandon skickade; jobb-id är +{printer_name}-{job_id}.

      diff --git a/templates/sv/modify-class.tmpl b/templates/sv/modify-class.tmpl new file mode 100644 index 0000000000..8105d85b16 --- /dev/null +++ b/templates/sv/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + + +

      Modifiera klass {printer_name}

      + + + + + + + + + + + + + + + + + + + + + + +
      Namn: +{printer_name}
      Plats:
      Beskrivning:
      Medlemmar: + +
      + +
      diff --git a/templates/sv/modify-printer.tmpl b/templates/sv/modify-printer.tmpl new file mode 100644 index 0000000000..4090ab43ee --- /dev/null +++ b/templates/sv/modify-printer.tmpl @@ -0,0 +1,29 @@ +
      + +{?device_uri=?:} +{?printer_make_and_model=?:} + +

      Modifiera skrivare {printer_name}

      + + + + + + + + + + + + + + + + + + +
      Namn:{printer_name}
      Plats:
      +(Läsbar plats såsom "Lab 1")
      Beskrivning:
      +(Läsbar beskrivning såsom "HP LaserJet")
      + +
      diff --git a/templates/sv/option-boolean.tmpl b/templates/sv/option-boolean.tmpl new file mode 100644 index 0000000000..72c85189a4 --- /dev/null +++ b/templates/sv/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/sv/option-pickmany.tmpl b/templates/sv/option-pickmany.tmpl new file mode 100644 index 0000000000..d2534af75a --- /dev/null +++ b/templates/sv/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/sv/option-pickone.tmpl b/templates/sv/option-pickone.tmpl new file mode 100644 index 0000000000..08342d06e4 --- /dev/null +++ b/templates/sv/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/sv/option-trailer.tmpl b/templates/sv/option-trailer.tmpl new file mode 100644 index 0000000000..f81ffbdae3 --- /dev/null +++ b/templates/sv/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
      {keytext}:
      {keytext}:
      diff --git a/templates/sv/pager.tmpl b/templates/sv/pager.tmpl new file mode 100644 index 0000000000..536fdd1887 --- /dev/null +++ b/templates/sv/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
      {PREVURL?Visa föregÃ¥ende: }{ORDER=dec?Sortera stigande:Sortera fallande}{NEXTURL?Visa nästa: }
      diff --git a/templates/sv/printer-accept.tmpl b/templates/sv/printer-accept.tmpl new file mode 100644 index 0000000000..b8a032b688 --- /dev/null +++ b/templates/sv/printer-accept.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +accepterar nu jobb.

      diff --git a/templates/sv/printer-added.tmpl b/templates/sv/printer-added.tmpl new file mode 100644 index 0000000000..8fe0c1c863 --- /dev/null +++ b/templates/sv/printer-added.tmpl @@ -0,0 +1 @@ +

      Skrivaren {printer_name} har lagts till. diff --git a/templates/sv/printer-configured.tmpl b/templates/sv/printer-configured.tmpl new file mode 100644 index 0000000000..db94934d57 --- /dev/null +++ b/templates/sv/printer-configured.tmpl @@ -0,0 +1 @@ +

      Skrivaren {printer_name} har nu konfigurerats. diff --git a/templates/sv/printer-confirm.tmpl b/templates/sv/printer-confirm.tmpl new file mode 100644 index 0000000000..0f4d0818a8 --- /dev/null +++ b/templates/sv/printer-confirm.tmpl @@ -0,0 +1,7 @@ +

      Varning: Är du säker på att du vill ta bort skrivaren +{printer_name}?

      + +

      Ta bort skrivare

      diff --git a/templates/sv/printer-default.tmpl b/templates/sv/printer-default.tmpl new file mode 100644 index 0000000000..a564e342e1 --- /dev/null +++ b/templates/sv/printer-default.tmpl @@ -0,0 +1,7 @@ +

      {is_class?Class:Printer} {printer_name} +har gjorts till standardskrivaren på servern.

      + +
      Notera: Alla användarinställningar som har ställts in via +kommandot lpoptions kommer att åsidosätta denna standardinställning. +
      diff --git a/templates/sv/printer-deleted.tmpl b/templates/sv/printer-deleted.tmpl new file mode 100644 index 0000000000..640fab00e6 --- /dev/null +++ b/templates/sv/printer-deleted.tmpl @@ -0,0 +1 @@ +

      Skrivaren {printer_name} har tagits bort. diff --git a/templates/sv/printer-jobs-header.tmpl b/templates/sv/printer-jobs-header.tmpl new file mode 100644 index 0000000000..59f2054eab --- /dev/null +++ b/templates/sv/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

      Jobb

      diff --git a/templates/sv/printer-modified.tmpl b/templates/sv/printer-modified.tmpl new file mode 100644 index 0000000000..e209ea0fc0 --- /dev/null +++ b/templates/sv/printer-modified.tmpl @@ -0,0 +1 @@ +

      Skrivaren {printer_name} har modifierats. diff --git a/templates/sv/printer-purge.tmpl b/templates/sv/printer-purge.tmpl new file mode 100644 index 0000000000..a53c9aeb2f --- /dev/null +++ b/templates/sv/printer-purge.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +har fått alla sina jobb rensade.

      diff --git a/templates/sv/printer-reject.tmpl b/templates/sv/printer-reject.tmpl new file mode 100644 index 0000000000..a15567de4e --- /dev/null +++ b/templates/sv/printer-reject.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +accepterar inte längre jobb.

      diff --git a/templates/sv/printer-start.tmpl b/templates/sv/printer-start.tmpl new file mode 100644 index 0000000000..2a06b262fa --- /dev/null +++ b/templates/sv/printer-start.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +har startats.

      diff --git a/templates/sv/printer-stop.tmpl b/templates/sv/printer-stop.tmpl new file mode 100644 index 0000000000..668de21b9f --- /dev/null +++ b/templates/sv/printer-stop.tmpl @@ -0,0 +1,3 @@ +

      {is_class?Class:Printer} {printer_name} +har stoppats.

      diff --git a/templates/sv/printers-header.tmpl b/templates/sv/printers-header.tmpl new file mode 100644 index 0000000000..52fd615adc --- /dev/null +++ b/templates/sv/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Inga skrivare:Visar {#printer_name} av {total} skrivare}.

      diff --git a/templates/sv/printers.tmpl b/templates/sv/printers.tmpl new file mode 100644 index 0000000000..3251d42139 --- /dev/null +++ b/templates/sv/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

      {printer_name}{default_name={printer_name}? (Standardskrivare):} +{?printer_state_message=?:"{printer_state_message}"}

      + + + + + + +
      + +Beskrivning: {printer_info}
      +Plats: {printer_location}
      +Tillverkare och modell: {printer_make_and_model}
      +Tillstånd: {printer_state=3?overksam:{printer_state=4?behandlar:stoppad}}, +{printer_is_accepting_jobs=0?vägrar jobb:accepterar jobb}, {printer_is_shared=0?inte:} publicerad. +{?device_uri=?:
      Enhets-URI: {device_uri}} + +

      + +Skriv ut testsida +{?cupscommand=1? +Rengör skrivarhuvuden + +Skriv ut självtestsida:} +{printer_state=5? + +Starta skrivare +: + +Stoppa skrivare +} +{printer_is_accepting_jobs=0? + +Acceptera jobb +: + +Vägra jobb +} + +Flytta alla jobb + +Avbryt alla jobb +{printer_is_shared=0? + +Publicera skrivare +: + +Avpublicera skrivare +} + +Modifiera skrivare + +Ställ in skrivaralternativ + +Ta bort skrivare + +Ställ in som standard + +Ställ in tillåtna användare +

      +
      +}} diff --git a/templates/sv/restart.tmpl b/templates/sv/restart.tmpl new file mode 100644 index 0000000000..b8416a9606 --- /dev/null +++ b/templates/sv/restart.tmpl @@ -0,0 +1 @@ +

      Var god vänta under tiden servern startar om...

      diff --git a/templates/sv/samba-export.tmpl b/templates/sv/samba-export.tmpl new file mode 100644 index 0000000000..6d7eff8bf3 --- /dev/null +++ b/templates/sv/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + +

      Exportera skrivare till Samba

      + +{error?

      Kunde inte exportera skrivare till Samba\:

      +
      {error}
      +

      Konsultera filen error_log för mer information.

      : +

      Denna sida låter dig exportera skrivare till Samba så att +Windows-klienter kan komma åt dem genom ikonerna Network +Neighborhood eller Network Places på deras +skrivbord. Du måste tidigare ha installerat skrivardrivrutinerna för Windows PostScript +som beskrivs på manualsidan cupsaddsmb(8).

      } + + + + + + + + + + + + + + + + + + +
      Skrivare: +
      + Exportera alla skrivare +
      Användarnamn för Samba: (krävs)
      Lösenord för Samba: (krävs)
      + +
      diff --git a/templates/sv/samba-exported.tmpl b/templates/sv/samba-exported.tmpl new file mode 100644 index 0000000000..7281bfb0a9 --- /dev/null +++ b/templates/sv/samba-exported.tmpl @@ -0,0 +1 @@ +

      Skrivare exporterade till Samba.

      diff --git a/templates/sv/search.tmpl b/templates/sv/search.tmpl new file mode 100644 index 0000000000..fa835f260d --- /dev/null +++ b/templates/sv/search.tmpl @@ -0,0 +1,13 @@ +
      +{WHICH_JOBS?:} +{ORDER?:} + +

      Sök i +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?Klasser:{SECTION=jobs?Jobb:Skrivare}}}: + +Töm

      + +
      diff --git a/templates/sv/set-printer-options-header.tmpl b/templates/sv/set-printer-options-header.tmpl new file mode 100644 index 0000000000..864f9f0ced --- /dev/null +++ b/templates/sv/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
      + + diff --git a/templates/sv/set-printer-options-trailer.tmpl b/templates/sv/set-printer-options-trailer.tmpl new file mode 100644 index 0000000000..a3d1e1ffaa --- /dev/null +++ b/templates/sv/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/sv/test-page.tmpl b/templates/sv/test-page.tmpl new file mode 100644 index 0000000000..a712193e66 --- /dev/null +++ b/templates/sv/test-page.tmpl @@ -0,0 +1,2 @@ +

      Testsida skickad; jobb-id är +{printer_name}-{job_id}.

      diff --git a/templates/sv/trailer.tmpl b/templates/sv/trailer.tmpl new file mode 100644 index 0000000000..01698fe449 --- /dev/null +++ b/templates/sv/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

      The Common UNIX Printing System, CUPS, och CUPS-logotypen är +varumärken tillhörande Easy Software +Products. CUPS är copyright 1997-2006 Easy Software Products, +Alla rättigheter reserverade.

      + + + + + + + + diff --git a/templates/sv/users.tmpl b/templates/sv/users.tmpl new file mode 100644 index 0000000000..117d549c02 --- /dev/null +++ b/templates/sv/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      Tillåtna användare för {printer_name}

      + + + + + + + + + + +
      Användare: + +
      +Tillåt dessa användare att skriva ut +Förhindra dessa användare från att skriva ut +
      + +
      + +
      diff --git a/templates/test-page.tmpl b/templates/test-page.tmpl new file mode 100644 index 0000000000..bf49994af4 --- /dev/null +++ b/templates/test-page.tmpl @@ -0,0 +1,2 @@ +

      Test page sent; job ID is +{printer_name}-{job_id}.

      diff --git a/templates/trailer.tmpl b/templates/trailer.tmpl new file mode 100644 index 0000000000..4a37de776e --- /dev/null +++ b/templates/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

      The Common UNIX Printing System, CUPS, and the CUPS logo are the +trademark property of Easy Software +Products. CUPS is copyright 1997-2007 by Easy Software Products, +All Rights Reserved.

      + + + + + + + + diff --git a/templates/users.tmpl b/templates/users.tmpl new file mode 100644 index 0000000000..b2594f0923 --- /dev/null +++ b/templates/users.tmpl @@ -0,0 +1,26 @@ +
      + + +{IS_CLASS?:} + +

      Allowed Users For {printer_name}

      + + + + + + + + + + +
      Users: + +
      +Allow these users to print +Prevent these users from printing +
      + +
      + +
      diff --git a/test/4.1-requests.test b/test/4.1-requests.test new file mode 100644 index 0000000000..ca0c8d3269 --- /dev/null +++ b/test/4.1-requests.test @@ -0,0 +1,140 @@ +# +# "$Id: 4.1-requests.test 1595 2001-03-01 20:40:17Z mike $" +# +# Verify that the server requires the following attributes: +# +# attributes-charset +# attributes-natural-language +# printer-uri/job-uri +# +{ + # The name of the test... + NAME "No Attributes" + + # The operation to use + OPERATION get-jobs + + # What statuses are OK? + STATUS client-error-bad-request + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Charset Attribute" + + # The operation to use + OPERATION get-jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + + # What statuses are OK? + STATUS client-error-bad-request + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Language Attribute" + + # The operation to use + OPERATION get-jobs + + # The attributes to send + GROUP operation + ATTR language attributes-natural-language en + + # What statuses are OK? + STATUS client-error-bad-request + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Language + Charset Attributes" + + # The operation to use + OPERATION get-jobs + + # The attributes to send + GROUP operation + ATTR language attributes-natural-language en + ATTR charset attributes-charset utf-8 + + # What statuses are OK? + STATUS client-error-bad-request + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Charset + Language Attributes" + + # The operation to use + OPERATION get-jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + + # What statuses are OK? + STATUS client-error-bad-request + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Charset + Language + Printer URI Attributes" + + # The operation to use + OPERATION get-jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Charset + Language + Job URI Attributes" + + # The operation to use + OPERATION get-jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri job-uri $method://$hostname:$port/jobs + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +# +# End of "$Id: 4.1-requests.test 1595 2001-03-01 20:40:17Z mike $" +# diff --git a/test/4.2-cups-printer-ops.test b/test/4.2-cups-printer-ops.test new file mode 100644 index 0000000000..1be448e3ba --- /dev/null +++ b/test/4.2-cups-printer-ops.test @@ -0,0 +1,262 @@ +# +# "$Id: 4.2-cups-printer-ops.test 5833 2006-08-16 20:05:58Z mike $" +# +# Verify that the CUPS printer operations work. +# +{ + # The name of the test... + NAME "Add Printer Test1" + + # The operation to use + OPERATION cups-add-printer + RESOURCE /admin/ + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + FILE testhp.ppd + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Verify Printer Test1 Added" + + # The operation to use + OPERATION get-printer-attributes + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Delete Printer Test1" + + # The operation to use + OPERATION cups-delete-printer + RESOURCE /admin/ + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Verify Printer Test1 Deleted" + + # The operation to use + OPERATION get-printer-attributes + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + # What statuses are OK? + STATUS client-error-not-found + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Subscribe to Printer Events" + + # The operation to use + OPERATION Create-Printer-Subscription + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/ + ATTR name requesting-user-name $user + + GROUP subscription + ATTR uri notify-recipient testnotify:// + ATTR keyword notify-events printer-added,printer-modified,printer-deleted + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT notify-subscription-id +} +{ + # The name of the test... + NAME "Add Printer Test2" + + # The operation to use + OPERATION cups-add-printer + RESOURCE /admin/ + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test2 + + FILE testhp.ppd + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Verify Printer Test2 Added" + + # The operation to use + OPERATION get-printer-attributes + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test2 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Modify Printer Test2" + + # The operation to use + OPERATION cups-add-printer + RESOURCE /admin/ + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test2 + + GROUP printer + ATTR uri device-uri file:/tmp/Test2 + ATTR enum printer-state 3 + ATTR boolean printer-is-accepting-jobs true + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Re-Add Printer Test1" + + # The operation to use + OPERATION cups-add-printer + RESOURCE /admin/ + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + GROUP printer + ATTR uri device-uri file:/tmp/Test1 + ATTR enum printer-state 3 + ATTR boolean printer-is-accepting-jobs true + + FILE testps.ppd + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Verify Printer Test1 Re-Added" + + # The operation to use + OPERATION get-printer-attributes + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Set Default Printer to Test1" + + # The operation to use + OPERATION cups-set-default + RESOURCE /admin/ + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} + +# +# End of "$Id: 4.2-cups-printer-ops.test 5833 2006-08-16 20:05:58Z mike $" +# diff --git a/test/4.3-job-ops.test b/test/4.3-job-ops.test new file mode 100644 index 0000000000..fa1849b294 --- /dev/null +++ b/test/4.3-job-ops.test @@ -0,0 +1,301 @@ +# +# "$Id: 4.3-job-ops.test 5493 2006-05-05 16:33:57Z mike $" +# +# Verify that the IPP job operations work. +# +{ + # The name of the test... + NAME "Print PostScript Job to Test1" + + # The operation to use + OPERATION print-job + RESOURCE /printers/Test1 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR name requesting-user-name $user + + FILE testfile.ps + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-id +} +{ + # The name of the test... + NAME "Get Job Attributes" + + # The operation to use + OPERATION get-job-attributes + RESOURCE /jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR integer job-id $job-id + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-id + EXPECT job-uri + EXPECT job-state +} +{ + # The name of the test... + NAME "Print JPEG Job to Test2" + + # The operation to use + OPERATION print-job + RESOURCE /printers/Test2 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test2 + ATTR name requesting-user-name $user + + GROUP subscription + ATTR uri notify-recipient testnotify + + FILE testfile.jpg + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-id + EXPECT notify-subscription-id +} +{ + # The name of the test... + NAME "Get Job Attributes" + + # The operation to use + OPERATION get-job-attributes + RESOURCE /jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test2 + ATTR integer job-id $job-id + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-id + EXPECT job-uri + EXPECT job-state +} +{ + # The name of the test... + NAME "Print Text Job to Test1" + + # The operation to use + OPERATION print-job + RESOURCE /printers/Test1 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR name requesting-user-name $user + + FILE testfile.txt + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-id +} +{ + # The name of the test... + NAME "Print PDF Job to Test1" + + # The operation to use + OPERATION print-job + RESOURCE /printers/Test1 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR name requesting-user-name $user + + FILE testfile.pdf + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-id +} +{ + # The name of the test... + NAME "Print Image Job to Test1" + + # The operation to use + OPERATION print-job + RESOURCE /printers/Test1 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR name requesting-user-name $user + + FILE testfile.jpg + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-id +} +{ + # The name of the test... + NAME "Hold Job on Test1" + + # The operation to use + OPERATION hold-job + RESOURCE /printers/Test1 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR integer job-id $job-id + ATTR name requesting-user-name $user + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Release Job on Test1" + + # The operation to use + OPERATION release-job + RESOURCE /printers/Test1 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR integer job-id $job-id + ATTR name requesting-user-name $user + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Get Job List on Test1" + + # The operation to use + OPERATION get-jobs + RESOURCE /printers/Test1 + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Get All Jobs" + + # The operation to use + OPERATION get-jobs + RESOURCE /jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri job-uri $method://$hostname:$port/jobs + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT job-uri + EXPECT job-id + EXPECT job-state +} +{ + # The name of the test... + NAME "Cancel Job" + + # The operation to use + OPERATION cancel-job + RESOURCE /jobs + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri job-uri $method://$hostname:$port/jobs/$job-id + ATTR name requesting-user-name $user + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} + +# +# End of "$Id: 4.3-job-ops.test 5493 2006-05-05 16:33:57Z mike $" +# diff --git a/test/4.4-subscription-ops.test b/test/4.4-subscription-ops.test new file mode 100644 index 0000000000..4126c11d7d --- /dev/null +++ b/test/4.4-subscription-ops.test @@ -0,0 +1,122 @@ +# +# "$Id: 4.4-subscription-ops.test 5833 2006-08-16 20:05:58Z mike $" +# +# Verify that the CUPS subscription operations work. +# +{ + # The name of the test... + NAME "Add Printer Subscription w/Lease" + + # The operation to use + OPERATION Create-Printer-Subscription + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + GROUP subscription + ATTR uri notify-recipient testnotify:// + ATTR keyword notify-events printer-state-changed + ATTR integer notify-lease-duration 5 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT notify-subscription-id + DISPLAY notify-subscription-id +} +{ + # The name of the test... + NAME "Verify Subscription Expiration" + + # Delay test for 6 seconds to allow lease to expire... + DELAY 6 + + # The operation to use + OPERATION Get-Subscription-Attributes + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + ATTR integer notify-subscription-id $notify-subscription-id + + # What statuses are OK? + STATUS client-error-not-found + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language +} +{ + # The name of the test... + NAME "Add 2 Printer Subscriptions w/Lease" + + # The operation to use + OPERATION Create-Printer-Subscription + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + GROUP subscription + ATTR uri notify-recipient testnotify:// + ATTR keyword notify-events printer-state-changed + ATTR integer notify-lease-duration 5 + + GROUP subscription + ATTR uri notify-recipient testnotify:// + ATTR keyword notify-events printer-config-changed + ATTR integer notify-lease-duration 5 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT notify-subscription-id + DISPLAY notify-subscription-id +} +{ + # The name of the test... + NAME "List Printer Subscriptions" + + # The operation to use + OPERATION Get-Subscriptions + RESOURCE / + + # The attributes to send + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $method://$hostname:$port/printers/Test1 + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT attributes-charset + EXPECT attributes-natural-language + EXPECT notify-subscription-id + DISPLAY notify-subscription-id + EXPECT notify-printer-uri + DISPLAY notify-printer-uri + EXPECT notify-events + DISPLAY notify-events +} + +# +# End of "$Id: 4.4-subscription-ops.test 5833 2006-08-16 20:05:58Z mike $" +# diff --git a/test/5.1-lpadmin.sh b/test/5.1-lpadmin.sh new file mode 100755 index 0000000000..eedc786f7e --- /dev/null +++ b/test/5.1-lpadmin.sh @@ -0,0 +1,64 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lpadmin command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "Add Printer Test" +echo "" +echo " lpadmin -p Test3 -v file:/dev/null -E -m deskjet.ppd" +../systemv/lpadmin -p Test3 -v file:/dev/null -E -m deskjet.ppd 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "Modify Printer Test" +echo "" +echo " lpadmin -p Test3 -v file:/tmp/Test3 -o PageSize=A4" +../systemv/lpadmin -p Test3 -v file:/tmp/Test3 -o PageSize=A4 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "Delete Printer Test" +echo "" +echo " lpadmin -x Test3" +../systemv/lpadmin -x Test3 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.2-lpc.sh b/test/5.2-lpc.sh new file mode 100755 index 0000000000..417d843383 --- /dev/null +++ b/test/5.2-lpc.sh @@ -0,0 +1,40 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lpc command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "LPC Test" +echo "" +echo " lpc status" +../berkeley/lpc status 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.3-lpq.sh b/test/5.3-lpq.sh new file mode 100755 index 0000000000..30c7ba5ce6 --- /dev/null +++ b/test/5.3-lpq.sh @@ -0,0 +1,40 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lpq command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "LPQ Test" +echo "" +echo " lpq" +../berkeley/lpq 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.4-lpstat.sh b/test/5.4-lpstat.sh new file mode 100755 index 0000000000..4155afabd1 --- /dev/null +++ b/test/5.4-lpstat.sh @@ -0,0 +1,40 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lpstat command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "LPSTAT Test" +echo "" +echo " lpstat -t" +../systemv/lpstat -t 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.5-lp.sh b/test/5.5-lp.sh new file mode 100755 index 0000000000..d39cbf02d2 --- /dev/null +++ b/test/5.5-lp.sh @@ -0,0 +1,71 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lp command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "LP Default Test" +echo "" +echo " lp testfile.jpg" +../systemv/lp testfile.jpg 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "LP Destination Test" +echo "" +echo " lp -d Test1 testfile.jpg" +../systemv/lp -d Test1 testfile.jpg 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "LP Flood Test" +echo "" +echo " lp -d Test1 testfile.jpg ($1 times in parallel)" +i=0 +while test $i -lt $1; do + echo " flood copy $i..." 1>&2 + ../systemv/lp -d Test1 testfile.jpg 2>&1 & + lppid=$! + i=`expr $i + 1` +done +wait $lppid +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.6-lpr.sh b/test/5.6-lpr.sh new file mode 100755 index 0000000000..e9b567855a --- /dev/null +++ b/test/5.6-lpr.sh @@ -0,0 +1,71 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lpr command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "LPR Default Test" +echo "" +echo " lpr testfile.jpg" +../berkeley/lpr testfile.jpg 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "LPR Destination Test" +echo "" +echo " lpr -P Test1 testfile.jpg" +../berkeley/lpr -P Test1 testfile.jpg 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "LPR Flood Test" +echo "" +echo " lpr -P Test1 testfile.jpg ($1 times in parallel)" +i=0 +while test $i -lt $1; do + echo " flood copy $i..." 1>&2 + ../berkeley/lpr -P Test1 testfile.jpg 2>&1 & + lprpid=$! + i=`expr $i + 1` +done +wait $lppid +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.7-lprm.sh b/test/5.7-lprm.sh new file mode 100755 index 0000000000..13e94f14a1 --- /dev/null +++ b/test/5.7-lprm.sh @@ -0,0 +1,52 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lprm command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "LPRM Current Test" +echo "" +echo " lprm" +../berkeley/lprm 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "LPRM Destination Test" +echo "" +echo " lprm Test1" +../berkeley/lprm Test1 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.8-cancel.sh b/test/5.8-cancel.sh new file mode 100755 index 0000000000..dc4dab49ac --- /dev/null +++ b/test/5.8-cancel.sh @@ -0,0 +1,52 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the cancel command. +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "Cancel Destination Test" +echo "" +echo " cancel Test1" +../systemv/cancel Test1 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "Cancel All Test" +echo "" +echo " cancel -a" +../systemv/cancel -a 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/5.9-lpinfo.sh b/test/5.9-lpinfo.sh new file mode 100755 index 0000000000..8bfe494343 --- /dev/null +++ b/test/5.9-lpinfo.sh @@ -0,0 +1,52 @@ +#!/bin/sh +# +# "$Id$" +# +# Test the lpinfo command. +# +# Copyright 1997-2005 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +echo "LPINFO Devices Test" +echo "" +echo " lpinfo -v" +../systemv/lpinfo -v 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +echo "LPINFO Drivers Test" +echo "" +echo " lpinfo -m" +../systemv/lpinfo -m 2>&1 +if test $? != 0; then + echo " FAILED" + exit 1 +else + echo " PASSED" +fi +echo "" + +# +# End of "$Id$". +# diff --git a/test/Dependencies b/test/Dependencies new file mode 100644 index 0000000000..15b3056c8d --- /dev/null +++ b/test/Dependencies @@ -0,0 +1,5 @@ +# DO NOT DELETE + +ipptest.o: ../cups/string.h ../config.h ../cups/cups.h ../cups/ipp.h +ipptest.o: ../cups/http.h ../cups/md5.h ../cups/ppd.h ../cups/array.h +ipptest.o: ../cups/file.h ../cups/language.h ../cups/language.h diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000000..87443fcfd6 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,84 @@ +# +# "$Id$" +# +# IPP test makefile for the Common UNIX Printing System (CUPS). +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +include ../Makedefs + + +# +# Make all targets... +# + +all: ipptest + + +# +# Clean all object files... +# + +clean: + $(RM) ipptest ipptest.o + + +# +# Update dependencies (without system header dependencies...) +# + +depend: + makedepend -Y -I.. -fDependencies ipptest.c >/dev/null 2>&1 + + +# +# Install all targets... +# + +install: all + + +# +# Unnstall all targets... +# + +uninstall: + + +# +# ipptest +# + +ipptest: ipptest.o ../cups/libcups.a + echo Linking $@... + $(CC) $(LDFLAGS) -o ipptest ipptest.o ../cups/libcups.a \ + $(SSLLIBS) $(COMMONLIBS) $(LIBZ) + + +# +# Dependencies... +# + +include Dependencies + + +# +# End of "$Id$". +# diff --git a/test/create-job-format.test b/test/create-job-format.test new file mode 100644 index 0000000000..87d94a5b65 --- /dev/null +++ b/test/create-job-format.test @@ -0,0 +1,56 @@ +# Print a test page using create-job + send-document, specifying the +# document format. +{ + # The name of the test... + NAME "Print test page using create-job" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION create-job + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + + GROUP job + ATTR integer copies 1 + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-id + EXPECT job-uri +} +{ + # The name of the test... + NAME "... and send-document" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION send-document + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + ATTR name requesting-user-name $user + ATTR mimetype document-format application/postscript + ATTR boolean last-document true + + FILE ../data/testprint.ps + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} diff --git a/test/create-job-sheets.test b/test/create-job-sheets.test new file mode 100644 index 0000000000..d15bb7d4b6 --- /dev/null +++ b/test/create-job-sheets.test @@ -0,0 +1,55 @@ +# Test create-job + send-document with job-sheets attribute +{ + # The name of the test... + NAME "Print test page using create-job" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION create-job + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + + GROUP job + ATTR integer copies 1 + ATTR name job-sheets standard + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-id + EXPECT job-uri +} +{ + # The name of the test... + NAME "... and send-document" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION send-document + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + ATTR name requesting-user-name $user + ATTR boolean last-document true + + FILE ../data/testprint.ps + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} diff --git a/test/create-job-timeout.test b/test/create-job-timeout.test new file mode 100644 index 0000000000..b0e0357979 --- /dev/null +++ b/test/create-job-timeout.test @@ -0,0 +1,55 @@ +# Print a test page using create-job + send-document, but don't send +# last-document = true +{ + # The name of the test... + NAME "Print test page using create-job" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION create-job + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + + GROUP job + ATTR integer copies 1 + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-id + EXPECT job-uri +} +{ + # The name of the test... + NAME "... and send-document" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION send-document + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + ATTR name requesting-user-name $user + ATTR mimetype document-format application/octet-stream + + FILE ../data/testprint.ps + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} diff --git a/test/create-job.test b/test/create-job.test new file mode 100644 index 0000000000..3cfaac532f --- /dev/null +++ b/test/create-job.test @@ -0,0 +1,54 @@ +# Print a test page using create-job + send-document +{ + # The name of the test... + NAME "Print test page using create-job" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION create-job + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + + GROUP job + ATTR integer copies 1 + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-id + EXPECT job-uri +} +{ + # The name of the test... + NAME "... and send-document" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION send-document + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + ATTR name requesting-user-name $user + ATTR boolean last-document true + + FILE ../data/testprint.ps + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} diff --git a/test/get-devices.test b/test/get-devices.test new file mode 100644 index 0000000000..76bb5ec762 --- /dev/null +++ b/test/get-devices.test @@ -0,0 +1,21 @@ +# Get devices using CUPS-get-devices +{ + # The name of the test... + NAME "Get devices using CUPS-get-devices" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION CUPS-get-devices + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} diff --git a/test/get-job-attributes.test b/test/get-job-attributes.test new file mode 100644 index 0000000000..35b241b06b --- /dev/null +++ b/test/get-job-attributes.test @@ -0,0 +1,27 @@ +# Test get-job-attributes by sending a print job, getting the attributes, +# and cancelling it. +{ + # The name of the test... + NAME "Get job info with get-job-attributes" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION get-job-attributes + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri job-uri $uri + + # What statuses are OK? + #STATUS ok + #STATUS ok-subst + + # What attributes do we expect? + EXPECT job-uri + EXPECT job-state + EXPECT bogus-attribute +} diff --git a/test/get-job-attributes2.test b/test/get-job-attributes2.test new file mode 100644 index 0000000000..6a8673f88d --- /dev/null +++ b/test/get-job-attributes2.test @@ -0,0 +1,28 @@ +# Test get-job-attributes +{ + # The name of the test... + NAME "get-job-attributes" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION get-job-attributes + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri job-uri $uri + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-uri + EXPECT job-state + EXPECT time-at-creation + EXPECT time-at-completed + EXPECT time-at-processing +} diff --git a/test/get-ppds.test b/test/get-ppds.test new file mode 100644 index 0000000000..90f59eb6e2 --- /dev/null +++ b/test/get-ppds.test @@ -0,0 +1,21 @@ +# Get PPD files using CUPS-get-ppds +{ + # The name of the test... + NAME "Get PPD files using CUPS-get-ppds" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION CUPS-get-ppds + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} diff --git a/test/get-printer-attributes.test b/test/get-printer-attributes.test new file mode 100644 index 0000000000..5a9ea38ca0 --- /dev/null +++ b/test/get-printer-attributes.test @@ -0,0 +1,43 @@ +# Get printer attributes using get-printer-attributes +{ + # The name of the test... + NAME "Get printer attributes using get-printer-attributes" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION get-printer-attributes + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + + # What statuses are OK? + STATUS successful-ok + + # What attributes do we expect? + EXPECT charset-configured + EXPECT charset-supported + EXPECT compression-supported + EXPECT document-format-default + EXPECT document-format-supported + EXPECT generated-natural-language-supported + EXPECT ipp-versions-supported + EXPECT natural-language-configured + EXPECT operations-supported + EXPECT printer-info + EXPECT printer-is-accepting-jobs + EXPECT printer-location + EXPECT printer-make-and-model + EXPECT printer-more-info + EXPECT printer-name + EXPECT printer-state + EXPECT printer-state-reasons + EXPECT printer-up-time + EXPECT printer-uri-supported + EXPECT uri-authentication-supported + EXPECT uri-security-supported +} diff --git a/test/get-printers.test b/test/get-printers.test new file mode 100644 index 0000000000..54f8df4c8f --- /dev/null +++ b/test/get-printers.test @@ -0,0 +1,19 @@ +# Get printer attributes using get-printer-attributes +{ + # The name of the test... + NAME "CUPS-Get-Printers" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION CUPS-Get-Printers + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + + # What statuses are OK? + STATUS successful-ok +} diff --git a/test/ipptest.c b/test/ipptest.c new file mode 100644 index 0000000000..faa0c2bcba --- /dev/null +++ b/test/ipptest.c @@ -0,0 +1,928 @@ +/* + * "$Id$" + * + * IPP test command for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2006 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + * + * Contents: + * + * main() - Parse options and do tests. + * do_tests() - Do tests as specified in the test file. + * get_tag() - Get an IPP value or group tag from a name... + * get_token() - Get a token from a file. + * print_attr() - Print an attribute on the screen. + * usage() - Show program usage. + */ + +/* + * Include necessary headers... + */ + +#include +#include +#include +#include +#include + +#include +#include + + +/* + * Globals... + */ + +int Verbosity = 0; /* Show all attributes? */ +const char * const TagNames[] = + { /* Value/group tag names */ + "zero", /* 0x00 */ + "operation", /* 0x01 */ + "job", /* 0x02 */ + "end", /* 0x03 */ + "printer", /* 0x04 */ + "unsupported-group", /* 0x05 */ + "subscription", /* 0x06 */ + "event-notification", /* 0x07 */ + "", "", "", "", "", "", "", "", + "unsupported-value", /* 0x10 */ + "default", /* 0x11 */ + "unknown", /* 0x12 */ + "novalue", /* 0x13 */ + "", + "notsettable", /* 0x15 */ + "deleteattr", /* 0x16 */ + "anyvalue", /* 0x17 */ + "", "", "", "", "", "", "", "", "", + "integer", /* 0x21 */ + "boolean", /* 0x22 */ + "enum", /* 0x23 */ + "", "", "", "", "", "", "", "", "", "", "", "", + "string", /* 0x30 */ + "date", /* 0x31 */ + "resolution", /* 0x32 */ + "range", /* 0x33 */ + "collection", /* 0x34 */ + "textlang", /* 0x35 */ + "namelang", /* 0x36 */ + "", "", "", "", "", "", "", "", "", "", + "text", /* 0x41 */ + "name", /* 0x42 */ + "", + "keyword", /* 0x44 */ + "uri", /* 0x45 */ + "urischeme", /* 0x46 */ + "charset", /* 0x47 */ + "language", /* 0x48 */ + "mimetype" /* 0x49 */ + }; + + + + +/* + * Local functions... + */ + +int do_tests(const char *, const char *); +ipp_op_t ippOpValue(const char *); +ipp_status_t ippErrorValue(const char *); +ipp_tag_t get_tag(const char *); +const char *get_tag_string(ipp_tag_t tag); +char *get_token(FILE *, char *, int, int *linenum); +void print_attr(ipp_attribute_t *); +void usage(const char *option); + + +/* + * 'main()' - Parse options and do tests. + */ + +int /* O - Exit status */ +main(int argc, /* I - Number of command-line arguments */ + char *argv[]) /* I - Command-line arguments */ +{ + int i; /* Looping var */ + int status; /* Status of tests... */ + const char *uri; /* URI to use */ + const char *testfile; /* Test file to use */ + int interval; /* Test interval */ + + + /* + * We need at least: + * + * testipp URL testfile + */ + + uri = NULL; + testfile = NULL; + status = 0; + interval = 0; + + for (i = 1; i < argc; i ++) + { + if (argv[i][0] == '-') + { + if (!strcmp(argv[i], "-v")) + Verbosity ++; + else if (!strcmp(argv[i], "-i")) + { + i++; + + if (i >= argc) + usage(NULL); + else + interval = atoi(argv[i]); + } + else + usage(argv[i]); + } + else if (!strncmp(argv[i], "ipp://", 6) || + !strncmp(argv[i], "http://", 7) || + !strncmp(argv[i], "https://", 8)) + { + /* + * Set URI... + */ + + if (!testfile && uri) + usage(NULL); + + uri = argv[i]; + testfile = NULL; + } + else + { + /* + * Run test... + */ + + testfile = argv[i]; + + if (!do_tests(uri, testfile)) + status ++; + } + } + + if (!uri || !testfile) + usage(NULL); + + /* + * Loop if the interval is set... + */ + + if (interval) + { + for (;;) + { + sleep(interval); + do_tests(uri, testfile); + } + } + + /* + * Exit... + */ + + return (status); +} + + +/* + * 'do_tests()' - Do tests as specified in the test file. + */ + +int /* 1 = success, 0 = failure */ +do_tests(const char *uri, /* I - URI to connect on */ + const char *testfile) /* I - Test file to use */ +{ + int i; /* Looping var */ + int linenum; /* Current line number */ + int version; /* IPP version number to use */ + http_t *http; /* HTTP connection to server */ + char method[HTTP_MAX_URI], /* URI method */ + userpass[HTTP_MAX_URI], /* username:password */ + server[HTTP_MAX_URI], /* Server */ + resource[HTTP_MAX_URI]; /* Resource path */ + int port; /* Port number */ + FILE *fp; /* Test file */ + char token[1024], /* Token from file */ + *tokenptr, /* Pointer into token */ + temp[1024], /* Temporary string */ + *tempptr; /* Pointer into temp string */ + ipp_t *request; /* IPP request */ + ipp_t *response; /* IPP response */ + ipp_op_t op; /* Operation */ + ipp_tag_t group; /* Current group */ + ipp_tag_t value; /* Current value type */ + ipp_attribute_t *attrptr; /* Attribute pointer */ + char attr[128]; /* Attribute name */ + int num_statuses; /* Number of valid status codes */ + ipp_status_t statuses[100]; /* Valid status codes */ + int num_expects; /* Number of expected attributes */ + char *expects[100]; /* Expected attributes */ + int num_displayed; /* Number of displayed attributes */ + char *displayed[100]; /* Displayed attributes */ + char name[1024]; /* Name of test */ + char filename[1024]; /* Filename */ + int pass; /* Did we pass the test? */ + int job_id; /* Job ID from last operation */ + int subscription_id; /* Subscription ID from last operation */ + + + /* + * Open the test file... + */ + + if ((fp = fopen(testfile, "r")) == NULL) + { + printf("Unable to open test file %s - %s\n", testfile, strerror(errno)); + return (0); + } + + /* + * Connect to the server... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri, method, sizeof(method), userpass, + sizeof(userpass), server, sizeof(server), &port, resource, + sizeof(resource)); + if ((http = httpConnect(server, port)) == NULL) + { + printf("Unable to connect to %s on port %d - %s\n", server, port, + strerror(errno)); + return (0); + } + + /* + * Loop on tests... + */ + + printf("\"%s\":\n", testfile); + pass = 1; + job_id = 0; + subscription_id = 0; + version = 1; + linenum = 1; + + while (get_token(fp, token, sizeof(token), &linenum) != NULL) + { + /* + * Expect an open brace... + */ + + if (strcmp(token, "{")) + { + printf("Unexpected token %s seen on line %d - aborting test!\n", token, + linenum); + httpClose(http); + return (0); + } + + /* + * Initialize things... + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, uri, method, sizeof(method), userpass, + sizeof(userpass), server, sizeof(server), &port, resource, + sizeof(resource)); + + request = ippNew(); + op = (ipp_op_t)0; + group = IPP_TAG_ZERO; + value = IPP_TAG_ZERO; + num_statuses = 0; + num_expects = 0; + num_displayed = 0; + filename[0] = '\0'; + + strcpy(name, testfile); + if (strrchr(name, '.') != NULL) + *strrchr(name, '.') = '\0'; + + /* + * Parse until we see a close brace... + */ + + while (get_token(fp, token, sizeof(token), &linenum) != NULL) + { + if (!strcmp(token, "}")) + break; + else if (!strcasecmp(token, "NAME")) + { + /* + * Name of test... + */ + + get_token(fp, name, sizeof(name), &linenum); + } + else if (!strcasecmp(token, "VERSION")) + { + /* + * IPP version number for test... + */ + + get_token(fp, temp, sizeof(temp), &linenum); + sscanf(temp, "%*d.%d", &version); + } + else if (!strcasecmp(token, "RESOURCE")) + { + /* + * Resource name... + */ + + get_token(fp, resource, sizeof(resource), &linenum); + } + else if (!strcasecmp(token, "OPERATION")) + { + /* + * Operation... + */ + + get_token(fp, token, sizeof(token), &linenum); + op = ippOpValue(token); + } + else if (!strcasecmp(token, "GROUP")) + { + /* + * Attribute group... + */ + + get_token(fp, token, sizeof(token), &linenum); + value = get_tag(token); + + if (value == group) + ippAddSeparator(request); + + group = value; + } + else if (!strcasecmp(token, "DELAY")) + { + /* + * Delay before operation... + */ + + int delay; + + get_token(fp, token, sizeof(token), &linenum); + if ((delay = atoi(token)) > 0) + sleep(delay); + } + else if (!strcasecmp(token, "ATTR")) + { + /* + * Attribute... + */ + + get_token(fp, token, sizeof(token), &linenum); + value = get_tag(token); + get_token(fp, attr, sizeof(attr), &linenum); + get_token(fp, temp, sizeof(temp), &linenum); + + token[sizeof(token) - 1] = '\0'; + + for (tempptr = temp, tokenptr = token; + *tempptr && tokenptr < (token + sizeof(token) - 1);) + if (*tempptr == '$') + { + /* + * Substitute a string/number... + */ + + if (!strncasecmp(tempptr + 1, "uri", 3)) + { + strlcpy(tokenptr, uri, sizeof(token) - (tokenptr - token)); + tempptr += 4; + } + else if (!strncasecmp(tempptr + 1, "method", 6)) + { + strlcpy(tokenptr, method, sizeof(token) - (tokenptr - token)); + tempptr += 7; + } + else if (!strncasecmp(tempptr + 1, "username", 8)) + { + strlcpy(tokenptr, userpass, sizeof(token) - (tokenptr - token)); + tempptr += 9; + } + else if (!strncasecmp(tempptr + 1, "hostname", 8)) + { + strlcpy(tokenptr, server, sizeof(token) - (tokenptr - token)); + tempptr += 9; + } + else if (!strncasecmp(tempptr + 1, "port", 4)) + { + snprintf(tokenptr, sizeof(token) - (tokenptr - token), + "%d", port); + tempptr += 5; + } + else if (!strncasecmp(tempptr + 1, "resource", 8)) + { + strlcpy(tokenptr, resource, sizeof(token) - (tokenptr - token)); + tempptr += 9; + } + else if (!strncasecmp(tempptr + 1, "job-id", 6)) + { + snprintf(tokenptr, sizeof(token) - (tokenptr - token), + "%d", job_id); + tempptr += 7; + } + else if (!strncasecmp(tempptr + 1, "notify-subscription-id", 22)) + { + snprintf(tokenptr, sizeof(token) - (tokenptr - token), + "%d", subscription_id); + tempptr += 23; + } + else if (!strncasecmp(tempptr + 1, "user", 4)) + { + strlcpy(tokenptr, cupsUser(), sizeof(token) - (tokenptr - token)); + tempptr += 5; + } + else + { + *tokenptr++ = *tempptr ++; + *tokenptr = '\0'; + } + + tokenptr += strlen(tokenptr); + } + else + { + *tokenptr++ = *tempptr++; + *tokenptr = '\0'; + } + + switch (value) + { + case IPP_TAG_BOOLEAN : + if (!strcasecmp(token, "true")) + ippAddBoolean(request, group, attr, 1); + else + ippAddBoolean(request, group, attr, atoi(token)); + break; + + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + ippAddInteger(request, group, value, attr, atoi(token)); + break; + + case IPP_TAG_RESOLUTION : + puts(" ERROR: resolution tag not yet supported!"); + break; + + case IPP_TAG_RANGE : + puts(" ERROR: range tag not yet supported!"); + break; + + default : + if (!strchr(token, ',')) + ippAddString(request, group, value, attr, NULL, token); + else + { + /* + * Multiple string values... + */ + + int num_values; /* Number of values */ + char *values[100], /* Values */ + *ptr; /* Pointer to next value */ + + + values[0] = token; + num_values = 1; + + for (ptr = strchr(token, ','); ptr; ptr = strchr(ptr, ',')) + { + *ptr++ = '\0'; + values[num_values] = ptr; + num_values ++; + } + + ippAddStrings(request, group, value, attr, num_values, + NULL, (const char **)values); + } + break; + } + } + else if (!strcasecmp(token, "FILE")) + { + /* + * File... + */ + + get_token(fp, filename, sizeof(filename), &linenum); + } + else if (!strcasecmp(token, "STATUS") && + num_statuses < (int)(sizeof(statuses) / sizeof(statuses[0]))) + { + /* + * Status... + */ + + get_token(fp, token, sizeof(token), &linenum); + statuses[num_statuses] = ippErrorValue(token); + num_statuses ++; + } + else if (!strcasecmp(token, "EXPECT") && + num_expects < (int)(sizeof(expects) / sizeof(expects[0]))) + { + /* + * Expected attributes... + */ + + get_token(fp, token, sizeof(token), &linenum); + expects[num_expects] = strdup(token); + num_expects ++; + } + else if (!strcasecmp(token, "DISPLAY") && + num_displayed < (int)(sizeof(displayed) / sizeof(displayed[0]))) + { + /* + * Display attributes... + */ + + get_token(fp, token, sizeof(token), &linenum); + displayed[num_displayed] = strdup(token); + num_displayed ++; + } + else + { + printf("Unexpected token %s seen on line %d - aborting test!\n", token, + linenum); + httpClose(http); + ippDelete(request); + return (0); + } + } + + /* + * Submit the IPP request... + */ + + request->request.op.version[1] = version; + request->request.op.operation_id = op; + request->request.op.request_id = 1; + + if (Verbosity) + { + printf("%s:\n", ippOpString(op)); + + for (attrptr = request->attrs; attrptr; attrptr = attrptr->next) + print_attr(attrptr); + } + + printf(" %-60.60s [", name); + fflush(stdout); + + if (filename[0]) + response = cupsDoFileRequest(http, request, resource, filename); + else + response = cupsDoRequest(http, request, resource); + + if (response == NULL) + { + time_t curtime; + + curtime = time(NULL); + + puts("FAIL]"); + printf(" ERROR %04x (%s) @ %s\n", cupsLastError(), + cupsLastErrorString(), ctime(&curtime)); + pass = 0; + } + else + { + if ((attrptr = ippFindAttribute(response, "job-id", + IPP_TAG_INTEGER)) != NULL) + job_id = attrptr->values[0].integer; + + if ((attrptr = ippFindAttribute(response, "notify-subscription-id", + IPP_TAG_INTEGER)) != NULL) + subscription_id = attrptr->values[0].integer; + + for (i = 0; i < num_statuses; i ++) + if (response->request.status.status_code == statuses[i]) + break; + + if (i == num_statuses && num_statuses > 0) + pass = 0; + else + { + for (i = 0; i < num_expects; i ++) + if (ippFindAttribute(response, expects[i], IPP_TAG_ZERO) == NULL) + { + pass = 0; + break; + } + } + + if (pass) + { + puts("PASS]"); + printf(" RECEIVED: %lu bytes in response\n", + (unsigned long)ippLength(response)); + + if (Verbosity) + { + for (attrptr = response->attrs; attrptr != NULL; attrptr = attrptr->next) + print_attr(attrptr); + } + else if (num_displayed > 0) + { + for (attrptr = response->attrs; attrptr != NULL; attrptr = attrptr->next) + if (attrptr->name) + { + for (i = 0; i < num_displayed; i ++) + if (!strcmp(displayed[i], attrptr->name)) + { + print_attr(attrptr); + break; + } + } + } + } + else + { + puts("FAIL]"); + printf(" RECEIVED: %lu bytes in response\n", + (unsigned long)ippLength(response)); + + for (i = 0; i < num_statuses; i ++) + if (response->request.status.status_code == statuses[i]) + break; + + if (i == num_statuses && num_statuses > 0) + puts(" BAD STATUS"); + + printf(" status-code = %04x (%s)\n", + cupsLastError(), cupsLastErrorString()); + + for (i = 0; i < num_expects; i ++) + if (ippFindAttribute(response, expects[i], IPP_TAG_ZERO) == NULL) + printf(" EXPECTED: %s\n", expects[i]); + + for (attrptr = response->attrs; attrptr != NULL; attrptr = attrptr->next) + print_attr(attrptr); + } + + ippDelete(response); + } + + for (i = 0; i < num_expects; i ++) + free(expects[i]); + + if (!pass) + break; + } + + fclose(fp); + httpClose(http); + + return (pass); +} + + +/* + * 'get_tag()' - Get an IPP value or group tag from a name... + */ + +ipp_tag_t /* O - Value/group tag */ +get_tag(const char *name) /* I - Name of value/group tag */ +{ + int i; /* Looping var */ + + + for (i = 0; i < (sizeof(TagNames) / sizeof(TagNames[0])); i ++) + if (!strcasecmp(name, TagNames[i])) + return ((ipp_tag_t)i); + + return (IPP_TAG_ZERO); +} + + +/* + * 'get_tag_string()' - Get the string associated with a tag. + */ + +const char * /* O - Tag name string */ +get_tag_string(ipp_tag_t tag) /* I - IPP tag */ +{ + if (tag < (ipp_tag_t)(sizeof(TagNames) / sizeof(TagNames[0]))) + return (TagNames[tag]); + else + return ("UNKNOWN"); +} + + +/* + * 'get_token()' - Get a token from a file. + */ + +char * /* O - Token from file or NULL on EOF */ +get_token(FILE *fp, /* I - File to read from */ + char *buf, /* I - Buffer to read into */ + int buflen, /* I - Length of buffer */ + int *linenum) /* IO - Current line number */ +{ + int ch, /* Character from file */ + quote; /* Quoting character */ + char *bufptr, /* Pointer into buffer */ + *bufend; /* End of buffer */ + + + for (;;) + { + /* + * Skip whitespace... + */ + + while (isspace(ch = getc(fp))) + { + if (ch == '\n') + (*linenum) ++; + } + + /* + * Read a token... + */ + + if (ch == EOF) + return (NULL); + else if (ch == '\'' || ch == '\"') + { + /* + * Quoted text... + */ + + quote = ch; + bufptr = buf; + bufend = buf + buflen - 1; + + while ((ch = getc(fp)) != EOF) + if (ch == quote) + break; + else if (bufptr < bufend) + *bufptr++ = ch; + + *bufptr = '\0'; + return (buf); + } + else if (ch == '#') + { + /* + * Comment... + */ + + while ((ch = getc(fp)) != EOF) + if (ch == '\n') + break; + + (*linenum) ++; + } + else + { + /* + * Whitespace delimited text... + */ + + ungetc(ch, fp); + + bufptr = buf; + bufend = buf + buflen - 1; + + while ((ch = getc(fp)) != EOF) + if (isspace(ch) || ch == '#') + break; + else if (bufptr < bufend) + *bufptr++ = ch; + + if (ch == '#') + ungetc(ch, fp); + + *bufptr = '\0'; + return (buf); + } + } +} + + +/* + * 'print_attr()' - Print an attribute on the screen. + */ + +void +print_attr(ipp_attribute_t *attr) /* I - Attribute to print */ +{ + int i; /* Looping var */ + + + if (attr->name == NULL) + { + puts(" -- separator --"); + return; + } + + printf(" %s (%s%s) = ", attr->name, + attr->num_values > 1 ? "1setOf " : "", + get_tag_string(attr->value_tag)); + + switch (attr->value_tag) + { + case IPP_TAG_INTEGER : + case IPP_TAG_ENUM : + for (i = 0; i < attr->num_values; i ++) + printf("%d ", attr->values[i].integer); + break; + + case IPP_TAG_BOOLEAN : + for (i = 0; i < attr->num_values; i ++) + if (attr->values[i].boolean) + printf("true "); + else + printf("false "); + break; + + case IPP_TAG_NOVALUE : + printf("novalue"); + break; + + case IPP_TAG_RANGE : + for (i = 0; i < attr->num_values; i ++) + printf("%d-%d ", attr->values[i].range.lower, + attr->values[i].range.upper); + break; + + case IPP_TAG_RESOLUTION : + for (i = 0; i < attr->num_values; i ++) + printf("%dx%d%s ", attr->values[i].resolution.xres, + attr->values[i].resolution.yres, + attr->values[i].resolution.units == IPP_RES_PER_INCH ? + "dpi" : "dpc"); + break; + + case IPP_TAG_STRING : + case IPP_TAG_TEXT : + case IPP_TAG_NAME : + case IPP_TAG_KEYWORD : + case IPP_TAG_CHARSET : + case IPP_TAG_URI : + case IPP_TAG_MIMETYPE : + case IPP_TAG_LANGUAGE : + for (i = 0; i < attr->num_values; i ++) + printf("\"%s\" ", attr->values[i].string.text); + break; + + case IPP_TAG_TEXTLANG : + case IPP_TAG_NAMELANG : + for (i = 0; i < attr->num_values; i ++) + printf("\"%s\",%s ", attr->values[i].string.text, + attr->values[i].string.charset); + break; + + default : + break; /* anti-compiler-warning-code */ + } + + putchar('\n'); +} + + +/* + * 'usage()' - Show program usage. + */ + +void +usage(const char *option) /* I - Option string or NULL */ +{ + if (option) + fprintf(stderr, "ipptest: Unknown option \"%s\"!\n", option); + + fputs("Usage: ipptest [options] URL testfile [ ... testfileN ]\n", stderr); + fputs("Options:\n", stderr); + fputs("\n", stderr); + fputs("-i N Repeat the last test file once every N seconds.\n", stderr); + fputs("-v Show all attributes in response, even on success.\n", stderr); + + exit(1); +} + + +/* + * End of "$Id$". + */ diff --git a/test/print-job-hold.test b/test/print-job-hold.test new file mode 100644 index 0000000000..6bdaa83815 --- /dev/null +++ b/test/print-job-hold.test @@ -0,0 +1,33 @@ +# Test print-job and job-hold-until attribute +{ + # The name of the test... + NAME "Print with print-job + job-hold-until" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION print-job + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + ATTR mimetype document-format application/postscript + ATTR keyword job-hold-until indefinite + + GROUP job + ATTR integer copies 1 + + FILE ../data/testprint.ps + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-id + EXPECT job-uri +} diff --git a/test/print-job.test b/test/print-job.test new file mode 100644 index 0000000000..5bbc92c91a --- /dev/null +++ b/test/print-job.test @@ -0,0 +1,32 @@ +# Print a test page using print-job +{ + # The name of the test... + NAME "Print test page using print-job" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION print-job + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + ATTR mimetype document-format application/postscript + + GROUP job + ATTR integer copies 1 + + FILE ../data/testprint.ps + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-id + EXPECT job-uri +} diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh new file mode 100755 index 0000000000..8b45ff6764 --- /dev/null +++ b/test/run-stp-tests.sh @@ -0,0 +1,588 @@ +#!/bin/sh +# +# "$Id$" +# +# Perform the complete set of IPP compliance tests specified in the +# CUPS Software Test Plan. +# +# Copyright 1997-2006 by Easy Software Products, all rights reserved. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +argcount=$# + +# +# Make the IPP test program... +# + +make + +# +# Figure out the proper echo options... +# + +if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then + ac_n=-n + ac_c= +else + ac_n= + ac_c='\c' +fi + +# +# Greet the tester... +# + +echo "Welcome to the CUPS Automated Test Script." +echo "" +echo "Before we begin, it is important that you understand that the larger" +echo "tests require significant amounts of RAM and disk space. If you" +echo "attempt to run one of the big tests on a system that lacks sufficient" +echo "disk and virtual memory, the UNIX kernel might decide to kill one or" +echo "more system processes that you've grown attached to, like the X" +echo "server. The question you may want to ask yourself before running a" +echo "large test is: Do you feel lucky?" +echo "" +echo "OK, now that we have the Dirty Harry quote out of the way, please" +echo "choose the type of test you wish to perform:" +echo "" +echo "0 - No testing, keep the scheduler running for me (all systems)" +echo "1 - Basic conformance test, no load testing (all systems)" +echo "2 - Basic conformance test, some load testing (minimum 256MB VM, 50MB disk)" +echo "3 - Basic conformance test, extreme load testing (minimum 1GB VM, 500MB disk)" +echo "4 - Basic conformance test, torture load testing (minimum 2GB VM, 1GB disk)" +echo "" +echo $ac_n "Enter the number of the test you wish to perform: [1] $ac_c" + +if test $# -gt 0; then + testtype=$1 + shift +else + read testtype +fi +echo "" + +case "$testtype" in + 0) + echo "Running in test mode (0)" + nprinters1=0 + nprinters2=0 + pjobs=0 + ;; + 2) + echo "Running the medium tests (2)" + nprinters1=10 + nprinters2=20 + pjobs=20 + ;; + 3) + echo "Running the extreme tests (3)" + nprinters1=500 + nprinters2=1000 + pjobs=100 + ;; + 4) + echo "Running the torture tests (4)" + nprinters1=10000 + nprinters2=20000 + pjobs=200 + ;; + *) + echo "Running the timid tests (1)" + nprinters1=0 + nprinters2=0 + pjobs=0 + ;; +esac + +# +# See if we want to do SSL testing... +# + +echo "" +echo "Now you can choose whether to create a SSL/TLS encryption key and" +echo "certificate for testing; these tests currently require the OpenSSL" +echo "tools:" +echo "" +echo "0 - Do not do SSL/TLS encryption tests" +echo "1 - Test but do not require encryption" +echo "2 - Test and require encryption" +echo "" +echo $ac_n "Enter the number of the SSL/TLS tests to perform: [0] $ac_c" + +if test $# -gt 0; then + ssltype=$1 + shift +else + read ssltype +fi +echo "" + +case "$ssltype" in + 1) + echo "Will test but not require encryption (1)" + ;; + 2) + echo "Will test and require encryption (2)" + ;; + *) + echo "Not using SSL/TLS (0)" + ssltype=0 + ;; +esac + +# +# Information for the server/tests... +# + +user="$USER" +if test -z "$user"; then + if test -x /usr/ucb/whoami; then + user=`/usr/ucb/whoami` + else + user=`whoami` + fi + + if test -z "$user"; then + user="unknown" + fi +fi + +port=8631 +cwd=`pwd` +root=`dirname $cwd` + +# +# Make sure that the LPDEST and PRINTER environment variables are +# not included in the environment that is passed to the tests. These +# will usually cause tests to fail erroneously... +# + +typeset +x LPDEST +typeset +x PRINTER + +# +# See if we want to use valgrind... +# + +echo "" +echo "This test script can use the Valgrind software from:" +echo "" +echo " http://developer.kde.org/~sewardj/" +echo "" +echo $ac_n "Enter Y to use Valgrind or N to not use Valgrind: [N] $ac_c" + +if test $# -gt 0; then + usevalgrind=$1 + shift +else + read usevalgrind +fi +echo "" + +case "$usevalgrind" in + Y* | y*) + valgrind="valgrind --tool=memcheck --log-file=/tmp/cups-$user/log/valgrind --error-limit=no --leak-check=yes --trace-children=yes" + echo "Using Valgrind; log files can be found in /tmp/cups-$user/log..." + ;; + + *) + valgrind="" + ;; +esac + +# +# Start by creating temporary directories for the tests... +# + +echo "Creating directories for test..." + +rm -rf /tmp/cups-$user +mkdir /tmp/cups-$user +mkdir /tmp/cups-$user/bin +mkdir /tmp/cups-$user/bin/backend +mkdir /tmp/cups-$user/bin/filter +mkdir /tmp/cups-$user/certs +mkdir /tmp/cups-$user/share +mkdir /tmp/cups-$user/share/banners +mkdir /tmp/cups-$user/share/model +mkdir /tmp/cups-$user/interfaces +mkdir /tmp/cups-$user/log +mkdir /tmp/cups-$user/ppd +mkdir /tmp/cups-$user/spool +mkdir /tmp/cups-$user/spool/temp +mkdir /tmp/cups-$user/ssl + +ln -s $root/backend/http /tmp/cups-$user/bin/backend +ln -s $root/backend/ipp /tmp/cups-$user/bin/backend +ln -s $root/backend/lpd /tmp/cups-$user/bin/backend +ln -s $root/backend/parallel /tmp/cups-$user/bin/backend +ln -s $root/backend/serial /tmp/cups-$user/bin/backend +ln -s $root/backend/snmp /tmp/cups-$user/bin/backend +ln -s $root/backend/socket /tmp/cups-$user/bin/backend +ln -s $root/backend/usb /tmp/cups-$user/bin/backend +ln -s $root/cgi-bin /tmp/cups-$user/bin +ln -s $root/monitor /tmp/cups-$user/bin +ln -s $root/notifier /tmp/cups-$user/bin +ln -s $root/scheduler /tmp/cups-$user/bin/daemon +ln -s $root/filter/hpgltops /tmp/cups-$user/bin/filter +ln -s $root/filter/imagetops /tmp/cups-$user/bin/filter +ln -s $root/filter/imagetoraster /tmp/cups-$user/bin/filter +ln -s $root/filter/pstops /tmp/cups-$user/bin/filter +ln -s $root/filter/rastertoepson /tmp/cups-$user/bin/filter +ln -s $root/filter/rastertohp /tmp/cups-$user/bin/filter +ln -s $root/filter/texttops /tmp/cups-$user/bin/filter +ln -s $root/pdftops/pdftops /tmp/cups-$user/bin/filter + +ln -s $root/data/classified /tmp/cups-$user/share/banners +ln -s $root/data/confidential /tmp/cups-$user/share/banners +ln -s $root/data/secret /tmp/cups-$user/share/banners +ln -s $root/data/standard /tmp/cups-$user/share/banners +ln -s $root/data/topsecret /tmp/cups-$user/share/banners +ln -s $root/data/unclassified /tmp/cups-$user/share/banners +ln -s $root/data /tmp/cups-$user/share/charmaps +ln -s $root/data /tmp/cups-$user/share/charsets +ln -s $root/data /tmp/cups-$user/share +ln -s $root/fonts /tmp/cups-$user/share +ln -s $root/ppd/*.ppd /tmp/cups-$user/share/model +ln -s $root/templates /tmp/cups-$user/share + +if test $ssltype != 0; then + mkdir $root/ssl + cp server.* $root/ssl +fi + +# +# Then create the necessary config files... +# + +echo "Creating cupsd.conf for test..." + +if test $ssltype = 2; then + encryption="Encryption Required" +else + encryption="" +fi + +cat >/tmp/cups-$user/cupsd.conf < + +Order Deny,Allow +Deny from all +Allow from 127.0.0.1 +$encryption + + +EOF + +touch /tmp/cups-$user/classes.conf +touch /tmp/cups-$user/printers.conf + +# +# Setup lots of test queues - 500 with PPD files, 500 without... +# + +echo "Creating printers.conf for test..." + +i=1 +while test $i -le $nprinters1; do + cat >>/tmp/cups-$user/printers.conf < +Accepting Yes +DeviceURI file:/dev/null +Info Test PS printer $i +JobSheets none none +Location CUPS test suite +State Idle +StateMessage Printer $1 is idle. + +EOF + + cp testps.ppd /tmp/cups-$user/ppd/test-$i.ppd + + i=`expr $i + 1` +done + +while test $i -le $nprinters2; do + cat >>/tmp/cups-$user/printers.conf < +Accepting Yes +DeviceURI file:/dev/null +Info Test raw printer $i +JobSheets none none +Location CUPS test suite +State Idle +StateMessage Printer $1 is idle. + +EOF + + i=`expr $i + 1` +done + +cp /tmp/cups-$user/printers.conf /tmp/cups-$user/printers.conf.orig + +cp $root/conf/mime.types /tmp/cups-$user/mime.types +cp $root/conf/mime.convs /tmp/cups-$user/mime.convs + +# +# Setup the paths... +# + +echo "Setting up environment variables for test..." + +if test "x$LD_LIBRARY_PATH" = x; then + LD_LIBRARY_PATH="$root/cups:$root/filter" +else + LD_LIBRARY_PATH="$root/cups:$root/filter:$LD_LIBRARY_PATH" +fi + +export LD_LIBRARY_PATH + +LD_PRELOAD="$root/cups/libcups.so.2:$root/filter/libcupsimage.so.2" +export LD_PRELOAD + +if test "x$DYLD_LIBRARY_PATH" = x; then + DYLD_LIBRARY_PATH="$root/cups:$root/filter" +else + DYLD_LIBRARY_PATH="$root/cups:$root/filter:$DYLD_LIBRARY_PATH" +fi + +export DYLD_LIBRARY_PATH + +if test "x$SHLIB_PATH" = x; then + SHLIB_PATH="$root/cups:$root/filter" +else + SHLIB_PATH="$root/cups:$root/filter:$SHLIB_PATH" +fi + +export SHLIB_PATH + +CUPS_SERVER=localhost; export CUPS_SERVER +CUPS_SERVERROOT=/tmp/cups-$user; export CUPS_SERVERROOT +CUPS_STATEDIR=/tmp/cups-$user; export CUPS_STATEDIR +CUPS_DATADIR=/tmp/cups-$user/share; export CUPS_DATADIR + +# +# Set a new home directory to avoid getting user options mixed in... +# + +HOME=/tmp/cups-$user +export HOME + +# +# Start the server; run as foreground daemon in the background... +# + +echo "Starting scheduler:" +echo " $valgrind ../scheduler/cupsd -c /tmp/cups-$user/cupsd.conf -f >/tmp/cups-$user/log/debug_log 2>&1 &" +echo "" + +$valgrind ../scheduler/cupsd -c /tmp/cups-$user/cupsd.conf -f >/tmp/cups-$user/log/debug_log 2>&1 & +cupsd=$! + +#if test -x /usr/bin/strace; then +# # Trace system calls in cupsd if we have strace... +# /usr/bin/strace -tt -o /tmp/cups-$user/log/cupsd.trace -p $cupsd & +#fi + +if test "x$testtype" = x0; then + echo "Scheduler is PID $cupsd and is listening on port 8631." + echo "" + echo "Set the IPP_PORT environment variable to 8631 to test the software" + echo "interactively from the command-line." + exit 0 +fi + +if test $argcount -eq 0; then + echo "Scheduler is PID $cupsd; run debugger now if you need to." + echo "" + echo $ac_n "Press ENTER to continue... $ac_c" + read junk +else + echo "Scheduler is PID $cupsd." + sleep 2 +fi + +IPP_PORT=$port; export IPP_PORT + +while true; do + running=`../systemv/lpstat -r 2>/dev/null` + if test "x$running" = "xscheduler is running"; then + break + fi + + echo "Waiting for scheduler to become ready..." + sleep 10 +done + +# +# Create the test report source file... +# + +strfile=cups-str-1.2-`date +%Y-%m-%d`-$user.html + +rm -f $strfile +cat str-header.html >$strfile + +# +# Run the IPP tests... +# + +echo "" +echo "Running IPP compliance tests..." + +echo "

      1 - IPP Compliance Tests

      " >>$strfile +echo "

      This section provides the results to the IPP compliance tests" >>$strfile +echo "outlined in the CUPS Software Test Plan. These tests were run on" >>$strfile +echo `date "+%Y-%m-%d"` by $user on `hostname`. >>$strfile +echo "

      " >>$strfile
      +
      +fail=0
      +for file in 4*.test; do
      +	echo "Performing $file..."
      +	echo "" >>$strfile
      +
      +	./ipptest ipp://localhost:$port/printers $file >>$strfile
      +	status=$?
      +
      +	if test $status != 0; then
      +		echo Test failed.
      +		fail=`expr $fail + 1`
      +	fi
      +done
      +
      +echo "
      " >>$strfile + +# +# Run the command tests... +# + +echo "" +echo "Running command tests..." + +echo "

      2 - Command Tests

      " >>$strfile +echo "

      This section provides the results to the command tests" >>$strfile +echo "outlined in the CUPS Software Test Plan. These tests were run on" >>$strfile +echo `date "+%Y-%m-%d"` by $user on `hostname`. >>$strfile +echo "

      " >>$strfile
      +
      +for file in 5*.sh; do
      +	echo "Performing $file..."
      +	echo "" >>$strfile
      +	echo "\"$file\":" >>$strfile
      +
      +	sh $file $pjobs >>$strfile
      +	status=$?
      +
      +	if test $status != 0; then
      +		echo Test failed.
      +		fail=`expr $fail + 1`
      +	fi
      +done
      +
      +echo "
      " >>$strfile + +# +# Wait for jobs to complete... +# + +while true; do + jobs=`../systemv/lpstat 2>/dev/null` + if test "x$jobs" = "x"; then + break + fi + + echo "Waiting for jobs to complete..." + sleep 10 +done + +# +# Stop the server... +# + +kill $cupsd + +# +# Append the log files for post-mortim... +# + +echo "

      3 - Log Files

      " >>$strfile + +echo "

      access_log

      " >>$strfile +echo "
      " >>$strfile
      +cat /tmp/cups-$user/log/access_log >>$strfile
      +echo "
      " >>$strfile + +echo "

      error_log

      " >>$strfile +echo "
      " >>$strfile
      +cat /tmp/cups-$user/log/error_log >>$strfile
      +echo "
      " >>$strfile + +echo "

      page_log

      " >>$strfile +echo "
      " >>$strfile
      +cat /tmp/cups-$user/log/page_log >>$strfile
      +echo "
      " >>$strfile + +if test -f /tmp/cups-$user/log/cupsd.trace; then + echo "

      cupsd.trace

      " >>$strfile + echo "
      " >>$strfile
      +	cat /tmp/cups-$user/log/cupsd.trace >>$strfile
      +	echo "
      " >>$strfile +fi + +# +# Format the reports and tell the user where to find them... +# + +cat str-trailer.html >>$strfile + +echo "" + +if test $fail != 0; then + echo "$fail tests failed." +else + echo "All tests were successful." +fi + +echo "Log files can be found in /tmp/cups-$user/log." +echo "A HTML report was created in test/$strfile." +echo "" + +# +# End of "$Id$" +# diff --git a/test/set-attrs-hold.test b/test/set-attrs-hold.test new file mode 100644 index 0000000000..377819ae47 --- /dev/null +++ b/test/set-attrs-hold.test @@ -0,0 +1,180 @@ +# Test print-job and later job-hold-until attribute +{ + # The name of the test... + NAME "Disable printer..." + + # The resource to use for the POST + RESOURCE /admin/ + + # The operation to use + OPERATION pause-printer + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} + +{ + # The name of the test... + NAME "Print job" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION print-job + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + ATTR mimetype document-format application/postscript + + GROUP job + ATTR integer copies 1 + + FILE ../data/testprint.ps + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-id + EXPECT job-uri +} + +{ + # The name of the test... + NAME "Get job attrs" + + # The resource to use for the POST + RESOURCE / + + # The operation to use + OPERATION get-job-attributes + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-state + EXPECT job-hold-until +} + +{ + # The name of the test... + NAME "Set job attrs with job-hold-until" + + # The resource to use for the POST + # RESOURCE /admin + + # The operation to use + OPERATION set-job-attributes + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + ATTR name requesting-user-name $user + + GROUP job + ATTR name job-hold-until 00:30:00 + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} + +{ + # The name of the test... + NAME "Get job attrs again" + + # The resource to use for the POST + RESOURCE / + + # The operation to use + OPERATION get-job-attributes + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-state + EXPECT job-hold-until +} + +{ + # The name of the test... + NAME "Enable printer..." + + # The resource to use for the POST + RESOURCE /admin/ + + # The operation to use + OPERATION resume-printer + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR name requesting-user-name $user + + # What statuses are OK? + STATUS ok + STATUS ok-subst +} + +{ + # The name of the test... + NAME "Get job attrs (last time)" + + # The resource to use for the POST + RESOURCE / + + # The operation to use + OPERATION get-job-attributes + + # Attributes, starting in the operation group... + GROUP operation + ATTR charset attributes-charset utf-8 + ATTR language attributes-natural-language en + ATTR uri printer-uri $uri + ATTR integer job-id $job-id + + # What statuses are OK? + STATUS ok + STATUS ok-subst + + # What attributes do we expect? + EXPECT job-state + EXPECT job-hold-until +} diff --git a/test/str-header.html b/test/str-header.html new file mode 100644 index 0000000000..dce337f4b7 --- /dev/null +++ b/test/str-header.html @@ -0,0 +1,25 @@ + + + + + + + CUPS 1.2 Software Test Report + + + +

      CUPS 1.2 Software Test Report

      + +

      This software test report provides detailed test results that +are used to evaluate the stability and compliance of the Common +UNIX Printing System ("CUPS") Version 1.2. + +

      Document Overview

      + +

      This software test plan is organized into the following sections: + +

        +
      • 1 - IPP Compliance Tests
      • +
      • 2 - Command Tests
      • +
      • 3 - Log Files
      • +
      diff --git a/test/str-trailer.html b/test/str-trailer.html new file mode 100644 index 0000000000..e04310fdd2 --- /dev/null +++ b/test/str-trailer.html @@ -0,0 +1,2 @@ + + diff --git a/test/testfile.jpg b/test/testfile.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9f4b39938a936e21f1c15cc2828f286a3ed4422c GIT binary patch literal 598930 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%0DngoXvd&QApq)a2&G0m{>!aWRuM5bHG| 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�EKz0iIh`R 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�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

      tSpU>$WWzREY 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%0DnVM`hO`i!*C>J&(~I~XIGAo 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 W1*gEy-ImP!e=?`|e;0IrR{jUkVNOQ? literal 0 Hc-jL100001 diff --git a/test/testfile.pdf b/test/testfile.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8ae73cb58f1b58b77d03b1a411ee0d665d5f7773 GIT binary patch literal 36613 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 TN6^T~%Sg%43JGZ&>CpZkN{3NR literal 0 Hc-jL100001 diff --git a/test/testfile.ps b/test/testfile.ps new file mode 100644 index 0000000000..01c4c08e73 --- /dev/null +++ b/test/testfile.ps @@ -0,0 +1,594 @@ +%!PS-Adobe-3.0 +%%BoundingBox: 0 0 612 792 +%%Pages: 1 +%%LanguageLevel: 1 +%%DocumentData: Clean7Bit +%%DocumentSuppliedResources: procset testprint/1.0 +%%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman +%%Creator: Michael Sweet, Easy Software Products +%%CreationDate: May 11, 1999 +%%Title: Test Page +%%EndComments +%%BeginProlog +%%BeginResource procset testprint 1.2 0 +% +% PostScript test page for the Common UNIX Printing System ("CUPS"). +% +% Copyright 1993-2005 Easy Software Products +% +% These coded instructions, statements, and computer programs are the +% property of Easy Software Products and are protected by Federal +% copyright law. Distribution and use rights are outlined in the file +% "LICENSE.txt" which should have been included with this file. If this +% file is missing or damaged please contact Easy Software Products +% at: +% +% Attn: CUPS Licensing Information +% Easy Software Products +% 44141 Airport View Drive, Suite 204 +% Hollywood, Maryland 20636 USA +% +% Voice: (301) 373-9600 +% EMail: cups-info@cups.org +% WWW: http://www.cups.org +% +/SEXTANT { % Draw a color wheel sextant... + % (name) white radius r g b SEXTANT - + % Loop through 100 shades... + 0 0.010101 0.98 { + % Set the color... + dup 0.75 le { % Get "white" value + % Start from black + dup 0.75 div % val2 = val / 0.75 + + 0 index 5 index mul % R = R * val2 + 1 index 5 index mul % G = G * val2 + 2 index 5 index mul % B = B * val2 + + 4 -1 roll pop % Discard val2 + } { + % Fade to white + dup neg 1 add 4 mul % val2 = (1 - val) * 4 + + 0 index 5 index mul % R = R * val2 + 1 index neg 1 add add % + (1 - val2) + 1 index 5 index mul % G = G * val2 + 2 index neg 1 add add % + (1 - val2) + 2 index 5 index mul % B = B * val2 + 3 index neg 1 add add % + (1 - val2) + + 4 -1 roll pop % Discard val2 + } ifelse + setrgbcolor % Set the color... + + % Draw the polygon... + newpath % Start a new path... + dup 5 index mul % r1 = radius * val + 0 0 3 -1 roll 0 60 arc % Draw the inner arc + + dup 0.010101 add 5 index mul% r2 = (radius + 0.010101) * val + 0 0 3 -1 roll 60 0 arcn % Draw the outer arc + + closepath % Close the path + fill % Fill it... + + pop % Pop value... + } for + + % Draw a line around the polygons... + pop pop pop dup % Pop R, G, B, start + 0 setgray % Black + newpath + 0 0 moveto % Center + 0 0 3 -1 roll 0 60 arc % Arc around octant + closepath % Back to center + stroke % Stroke it... + + % Draw the label... + dup % Save radius + dup 30 cos mul % X = radius * cos(30) + exch 30 sin mul % Y = radius * sin(30) + moveto % Position label + + gsave + 30 rotate % Rotate label + dup 0.05 mul % Offset to the right + exch -0.05 mul % and down... + rmoveto % Offset label + show % Show label + grestore +} bind def +/CENTER { % Draw centered text + % (name) CENTER - + dup stringwidth pop % Get the width of the string + 0.5 mul neg 0 rmoveto % Shift left 1/2 of the distance + show % Show the string +} bind def +/RIGHT { % Draw right-justified text + % (name) RIGHT - + dup stringwidth pop % Get the width of the string + neg 0 rmoveto % Shift left the entire distance + show % Show the string +} bind def +/NUMBER { % Draw a number + % power n NUMBER - + 1 index 1 eq { % power == 1? + round cvi exch pop % Convert "n" to integer + } { + 1 index mul round exch div % Truncate extra decimal places + } ifelse + 100 string cvs show % Convert to a string and show it... +} bind def +/CUPSLOGO { % Draw the CUPS logo + % height CUPSLOGO + % Start with a big C... + /Helvetica findfont 1 index scalefont setfont + 0 setgray + 0 0 moveto + (C) show + + % Then "UNIX Printing System" much smaller... + /Helvetica-Bold findfont 1 index 9 div scalefont setfont + 0.25 mul + dup dup 2.0 mul moveto + (UNIX) show + dup dup 1.6 mul moveto + (Printing) show + dup 1.2 mul moveto + (System) show +} bind def +/ESPLOGO { % Draw the ESP logo + % height ESPLOGO + % Compute the size of the logo... + 0 0 + 2 index 1.5 mul 3 index + + % Do the "metallic" fill from 10% black to 40% black... + 1 -0.001 0 { + dup % loopval + -0.15 mul % loopval * -0.15 + 0.9 add % 0.9 - loopval * 0.15 + setgray % set gray shade + + 0 % x + 1 index neg % loopval + 1 add % 1 - loopval + 3 index % height + mul % height * (1 - loopval) + moveto % starting point + + dup % loopval + 3 index % width + mul % loopval * width + 2 index % height + lineto % Next point + + 0 % x + 2 index % height + lineto % Next point + + closepath + fill + + dup % loopval + 0.15 mul % loopval * 0.15 + 0.6 add % 0.6 + loopval * 0.15 + setgray + + dup % loopval + neg 1 add % 1 - loopval + 3 index % width + mul % (1 - loopval) * width + 0 % y + moveto % Starting point + + 2 index % width + exch % loopval + 2 index % height + mul % loopval * height + lineto % Next point + + 1 index % width + 0 % y + lineto % Next point + + closepath + fill + } for + + 0 setgray rectstroke + + /Helvetica-BoldOblique findfont 1 index 3 div scalefont setfont + dup 40 div + + dup 4 mul 1 index 25 mul moveto (E) show + dup 10 mul 1 index 15 mul moveto (S) show + dup 16 mul 1 index 5 mul moveto (P) show + + /Helvetica-BoldOblique findfont 2 index 5 div scalefont setfont + dup 14 mul 1 index 29 mul moveto (asy) show + dup 20 mul 1 index 19 mul moveto (oftware) show + dup 26 mul 1 index 9 mul moveto (roducts) show + + pop +} bind def +%%EndResource +%%EndProlog +%%Page: 1 1 +gsave + + % Determine the imageable area and device resolution... + initclip newpath clippath pathbbox % Get bounding rectangle + 72 div /pageTop exch def % Get top margin in inches + 72 div /pageRight exch def % Get right margin in inches + 72 div /pageBottom exch def % Get bottom margin in inches + 72 div /pageLeft exch def % Get left margin in inches + + 4 setlinewidth % Draw wide lines + 0 setgray closepath stroke % Draw a clipping rectangle + 1 setlinewidth % Draw normal lines + + /pageWidth pageRight pageLeft sub def % pageWidth = pageRight - pageLeft + /pageHeight pageTop pageBottom sub def% pageHeight = pageTop - pageBottom + + 72 72 dtransform % Get device resolution per inch + /yResolution exch abs def % yResolution = abs(yres) + /xResolution exch abs def % xResolution = abs(xres) + + % Figure out the sizes of things... + /wheelSize % size of wheels + pageWidth pageHeight lt + { pageWidth 9 mul } + { pageHeight 7 mul } + ifelse def + + % Create fonts... + /bigFont /Helvetica-Bold findfont % bigFont = Helvetica-Bold + pageHeight 3 mul scalefont def % size = pageHeight * 3 (nominally 33) + + /mediumFont /Helvetica findfont % mediumFont = Helvetica + pageHeight 1.5 mul scalefont def % size = pageHeight * 1.5 (nominally 16.5) + + /smallFont /Times-Roman findfont % smallFont = Times-Roman + pageHeight scalefont def % size = pageHeight (nominally 11) + + % Offset page to account for lower-left margin... + pageLeft 72 mul + pageBottom 72 mul + translate + + % Set text font and color... + mediumFont setfont % Font + 0 setgray % Color + + % Draw the color wheel... + gsave + % Position the wheel on the left side... + pageWidth 18 mul % x = pageWidth * 1/4 * 72 + pageHeight 54 mul % y = pageHeight * 3/4 * 72 + translate + + % Size the wheel... + wheelSize + + % Draw the colors... + dup (C) 3 -1 roll 0 1 1 SEXTANT 60 rotate + dup (M) 3 -1 roll 1 0 1 SEXTANT 60 rotate + dup (Y) 3 -1 roll 1 1 0 SEXTANT 60 rotate + dup (R) 3 -1 roll 1 0 0 SEXTANT 60 rotate + dup (G) 3 -1 roll 0 1 0 SEXTANT 60 rotate + dup (B) 3 -1 roll 0 0 1 SEXTANT 60 rotate + + pop + grestore + + % Label the color wheel... + pageWidth 18 mul % x = pageWidth * 1/4 * 72 + pageHeight 44 mul % y = pageHeight * 19/32 * 72 + moveto % Position the text + (Color Wheel) CENTER % Show the text centered + + % Draw the gray ramp... + gsave + % Position the gray ramp in the center... + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 54 mul % y = pageHeight * 3/4 * 72 + wheelSize sub % - wheelSize + translate + + % Loop through 100 shades... + 0 0.010101 0.98 { + % Set the color... + dup setgray % Set the grayscale... + + % Draw the polygon... + newpath % Start a new path... + + wheelSize -0.2 mul % X = -wheelSize / 5 + 1 index 2 mul wheelSize mul % Y = val * 2 * wheelSize + moveto % Move there... + + wheelSize 0.4 mul 0 rlineto % Right side... + + wheelSize 0.2 mul % X = wheelSize / 5 + 1 index 0.010101 add 2 mul wheelSize mul + % Y = (val + 0.010101) * 2 * wheelSize + lineto % Move there... + + wheelSize -0.4 mul 0 rlineto % Left side... + + closepath % Close the path + fill % Fill it... + + pop % Pop value... + } for + + 0 setgray % Black + + newpath % Start a new path + wheelSize -0.2 mul 0 moveto % Bottom left + wheelSize 0.4 mul 0 rlineto % Bottom right + 0 wheelSize 2 mul rlineto % Upper right + wheelSize -0.4 mul 0 rlineto % Upper left + closepath % Close the path + stroke % Stroke it... + + 0 wheelSize -0.2 mul moveto % Center bottom for label + (K) CENTER % Center K at bottom + + 0 wheelSize 2.05 mul moveto % Center top for label + (W) CENTER % Center W at top + grestore + + % Label the gray ramp... + pageWidth 36 mul % x = pageWidth * 1/2 * 72 + pageHeight 44 mul % y = pageHeight * 19/32 * 72 + moveto % Position the text + (Gray Ramp) CENTER % Show the text centered + + + % Draw radial lines... + gsave + 0 setlinewidth % 1 pixel lines + + % Position the lines on the left side... + pageWidth 54 mul % x = pageWidth * 3/4 * 72 + pageHeight 54 mul % y = pageHeight * 3/4 * 72 + translate + + % Size the wheel... + wheelSize + + % Loop at 1 degree increments + 0 1 359 { + pop % Discard angle - not used + 0 0 moveto % Start line at the center + dup 0 lineto % Draw to the radius + 1 rotate % Rotate 1 degree + } for + + pop % Discard radius - not needed anymore + stroke % Draw lines... + + grestore + + % Label the lines... + pageWidth 54 mul % x = pageWidth * 3/4 * 72 + pageHeight 44 mul % y = pageHeight * 19/32 * 72 + moveto % Position the text + (1 Degree Radial Lines) CENTER % Show the text centered + + % Imageable area... + pageHeight 15 mul % Height of imageable area + + pageWidth 4.5 mul % x = pageWidth * 1/16 * 72 + pageHeight 35.5 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 1/4 * 72 + 3 index % height + 0.5 setgray rectfill % Draw a shadow + + pageWidth 4 mul % x = pageWidth * 1/16 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 3/8 * 72 + 3 index % height + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + pop % Discard height + + % Label the imageable area... + pageWidth 4 mul % x = pageWidth * 1/16 * 72 + pageHeight 37 mul % y = pageHeight * 1/2 * 72 + moveto % Position the text + mediumFont setfont % Font + (Imageable Area) show % Show the text + + smallFont setfont % Font + pageWidth 14 mul % x = pageWidth * 3/16 * 72 + pageHeight 36 mul % y = pageWidth * 1/2 * 72 + pageHeight -2 mul add % y -= 2 * smallFont height + + % Page Size inches + 2 copy moveto % Move to x & y + (Page Size: ) RIGHT % Label + 100 pageWidth NUMBER % pageWidth + (x) show % "x" + 100 pageHeight NUMBER % pageHeight + (in) show % "in" + + % Page Size millimeters + pageHeight sub % Move down... + + 2 copy moveto % Move to x & y + 10 pageWidth 25.4 mul NUMBER % pageWidth + (x) show % "x" + 10 pageHeight 25.4 mul NUMBER % pageHeight + (mm) show % "mm" + + % Lower-left inches + pageHeight 2 mul sub % Move down... + + 2 copy moveto % Move to x & y + (Lower-Left: ) RIGHT % Label + 100 pageLeft NUMBER % pageLeft + (x) show % "x" + 100 pageBottom NUMBER % pageBottom + (in) show % "in" + + % Lower-left millimeters + pageHeight sub % Move down... + + 2 copy moveto % Move to x & y + 10 pageLeft 25.4 mul NUMBER % pageLeft + (x) show % "x" + 10 pageBottom 25.4 mul NUMBER % pageBottom + (mm) show % "mm" + + % Upper-right inches + pageHeight 2 mul sub % Move down... + + 2 copy moveto % Move to x & y + (Upper-Right: ) RIGHT % Label + 100 pageRight NUMBER % pageRight + (x) show % "x" + 100 pageTop NUMBER % pageTop + (in) show % "in" + + % Upper-right millimeters + pageHeight sub % Move down... + + 2 copy moveto % Move to x & y + 10 pageRight 25.4 mul NUMBER % pageRight + (x) show % "x" + 10 pageTop 25.4 mul NUMBER % pageTop + (mm) show % "mm" + + % Resolution dots-per-inch + pageHeight 2 mul sub % Move down... + + 2 copy moveto % Move to x & y + (Resolution: ) RIGHT % Label + 1 xResolution NUMBER % xResolution + (x) show % "x" + 1 yResolution NUMBER % yResolution + (dpi) show % "dpi" + + % Resolution dots-per-meter + pageHeight sub % Move down... + + moveto % Move to x & y + 1 xResolution 39.27 mul NUMBER % xResolution + (x) show % "x" + 1 yResolution 39.27 mul NUMBER % yResolution + (dpm) show % "dpm" + + % Interpreter Information... + pageHeight 15 mul % Height of interpreter information + + pageWidth 40.5 mul % x = pageWidth * 9/16 * 72 + pageHeight 35.5 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 1/4 * 72 + 3 index % height + 0.5 setgray rectfill % Draw a shadow + + pageWidth 40 mul % x = pageWidth * 9/16 * 72 + pageHeight 36 mul % y = pageHeight * 1/2 * 72 + 2 index sub % y -= height + pageWidth 28 mul % width = pageWidth * 3/8 * 72 + 3 index % height + 4 copy 1 setgray rectfill % Clear the box to white + 0 setgray rectstroke % Draw a black box around it... + + pop % Discard height + + % Label the interpreter info... + pageWidth 40 mul % x = pageWidth * 9/16 * 72 + pageHeight 37 mul % y = pageHeight * 1/2 * 72 + moveto % Position the text + mediumFont setfont % Font + (Interpreter Information) show % Show the text + + smallFont setfont % Font + pageWidth 49 mul % x = pageWidth * 11/16 * 72 + pageHeight 36 mul % y = pageWidth * 1/2 * 72 + pageHeight 2 mul sub % y -= 2 * smallFont height + + % Language level + 2 copy moveto % Move to x & y + (PostScript: ) RIGHT % Label + (Level ) show % "Level " + 1 languagelevel NUMBER % Language level + + % Version + pageHeight 2 mul sub % Move down... + 2 copy moveto % Move to x & y + (Version: ) RIGHT % Label + version show % Version + ( \() show % " (" + 1 revision NUMBER % Revision + (\)) show % ")" + + % Product + pageHeight 2 mul sub % Move down... + 2 copy moveto % Move to x & y + (Product: ) RIGHT % Label + product show % Product name + + % Serial Number + pageHeight 2 mul sub % Move down... + 2 copy moveto % Move to x & y + (Serial #: ) RIGHT % Label + 1 serialnumber NUMBER % S/N + + % Draw the label at the top... + pageWidth 36 mul % Center of page + pageHeight 68 mul % Top of page (15/16ths) + 2 copy moveto % Position text + bigFont setfont % Font + (Printer Test Page) CENTER % Show text centered + + % Draw the copyright notice at the bottom... + pageWidth 36 mul % Center of page + pageHeight 10 mul % Bottom of page + 2 copy moveto % Position text + (Printed Using CUPS v1.2.x) CENTER % Show text centered + + pageHeight 2 mul sub % Move down... + 2 copy moveto % Position text + smallFont setfont % Font + (Copyright 1993-2005 Easy Software Products, All Rights Reserved.) CENTER + pageHeight sub % Move down... + 2 copy moveto % Position text + (CUPS, and the CUPS logo are the trademark property of) CENTER + pageHeight sub % Move down... + 2 copy moveto % Position text + (Easy Software Products, 44141 Airport View Drive, Suite 204,) CENTER + pageHeight sub % Move down... + 2 copy moveto % Position text + (Hollywood, Maryland, 20636, USA.) CENTER + + % Then the CUPS logo.... + gsave + pageWidth 4 mul + pageHeight 4 mul + translate + pageWidth 9 mul CUPSLOGO + grestore + + % And the ESP logo.... + gsave + pageWidth 59 mul + pageHeight 4 mul + translate + pageWidth 6 mul ESPLOGO + grestore +% Show the page... +grestore +showpage +% +% End of "$Id: testfile.ps 4551 2005-07-28 13:45:00Z mike $". +% +%%EOF diff --git a/test/testfile.txt b/test/testfile.txt new file mode 100644 index 0000000000..46bbf08483 --- /dev/null +++ b/test/testfile.txt @@ -0,0 +1,60 @@ +All work and no play makes Johhny a dull boy. All work and no +play makes Johhny a dull boy. All work and no play makes Johhny +a dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. All +work and no play makes Johhny a dull boy. All work and no play +makes Johhny a dull boy. All work and no play makes Johhny a +dull boy. All work and no play makes Johhny a dull boy. diff --git a/test/testhp.ppd b/test/testhp.ppd new file mode 100644 index 0000000000..a15a3d540a --- /dev/null +++ b/test/testhp.ppd @@ -0,0 +1,195 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Test HP PPD file for the Common UNIX Printing System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.1" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "TESTHP.PPD" +*Manufacturer: "ESP" +*Product: "(CUPS v1.1)" +*cupsVersion: 1.1 +*cupsManualCopies: True +*cupsFilter: "application/vnd.cups-raster 50 rastertohp" +*ModelName: "Test HP Printer" +*ShortNickName: "Test HP Printer" +*NickName: "Test HP Printer CUPS v1.1" +*PSVersion: "(3010.000) 550" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*UIConstraints: *PageSize Executive *InputSlot Envelope +*UIConstraints: *PageSize Letter *InputSlot Envelope +*UIConstraints: *PageSize Legal *InputSlot Envelope +*UIConstraints: *PageSize Tabloid *InputSlot Envelope +*UIConstraints: *PageSize A3 *InputSlot Envelope +*UIConstraints: *PageSize A4 *InputSlot Envelope +*UIConstraints: *PageSize A5 *InputSlot Envelope +*UIConstraints: *PageSize B5 *InputSlot Envelope +*UIConstraints: *Resolution 600dpi *ColorModel CMYK + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/US Letter: "<>setpagedevice" +*PageSize Legal/US Legal: "<>setpagedevice" +*PageSize Executive/US Executive: "<>setpagedevice" +*PageSize Tabloid/US Tabloid: "<>setpagedevice" +*PageSize A3/A3: "<>setpagedevice" +*PageSize A4/A4: "<>setpagedevice" +*PageSize A5/A5: "<>setpagedevice" +*PageSize B5/B5 (JIS): "<>setpagedevice" +*PageSize EnvISOB5/Envelope B5: "<>setpagedevice" +*PageSize Env10/Envelope #10: "<>setpagedevice" +*PageSize EnvC5/Envelope C5: "<>setpagedevice" +*PageSize EnvDL/Envelope DL: "<>setpagedevice" +*PageSize EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/US Letter: "<>setpagedevice" +*PageRegion Legal/US Legal: "<>setpagedevice" +*PageRegion Executive/US Executive: "<>setpagedevice" +*PageRegion Tabloid/US Tabloid: "<>setpagedevice" +*PageRegion A3/A3: "<>setpagedevice" +*PageRegion A4/A4: "<>setpagedevice" +*PageRegion A5/A5: "<>setpagedevice" +*PageRegion B5/B5 (JIS): "<>setpagedevice" +*PageRegion EnvISOB5/Envelope B5: "<>setpagedevice" +*PageRegion Env10/Envelope #10: "<>setpagedevice" +*PageRegion EnvC5/Envelope C5: "<>setpagedevice" +*PageRegion EnvDL/Envelope DL: "<>setpagedevice" +*PageRegion EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter/US Letter: "18 36 594 756" +*ImageableArea Legal/US Legal: "18 36 594 972" +*ImageableArea Executive/US Executive: "18 36 504 684" +*ImageableArea Tabloid/US Tabloid: "18 36 774 1188" +*ImageableArea A3/A3: "18 36 824 1155" +*ImageableArea A4/A4: "18 36 577 806" +*ImageableArea A5/A5: "18 36 403 559" +*ImageableArea B5/JIS B5: "18 36 498 693" +*ImageableArea EnvISOB5/B5 (ISO): "18 36 463 673" +*ImageableArea Env10/Com-10: "18 36 279 648" +*ImageableArea EnvC5/EnvC5: "18 36 441 613" +*ImageableArea EnvDL/EnvDL: "18 36 294 588" +*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504" + +*DefaultPaperDimension: Letter +*PaperDimension Letter/US Letter: "612 792" +*PaperDimension Legal/US Legal: "612 1008" +*PaperDimension Executive/US Executive: "522 756" +*PaperDimension Tabloid/US Tabloid: "792 1224" +*PaperDimension A3/A3: "842 1191" +*PaperDimension A4/A4: "595 842" +*PaperDimension A5/A5: "421 595" +*PaperDimension B5/B5 (JIS): "516 729" +*PaperDimension EnvISOB5/Envelope B5: "499 709" +*PaperDimension Env10/Envelope #10: "297 684" +*PaperDimension EnvC5/Envelope C5: "459 649" +*PaperDimension EnvDL/Envelope DL: "312 624" +*PaperDimension EnvMonarch/Envelope Monarch: "279 540" + +*OpenUI *MediaType/Media Type: PickOne +*OrderDependency: 10 AnySetup *MediaType +*DefaultMediaType: Plain +*MediaType Plain/Plain Paper: "<>setpagedevice" +*MediaType Bond/Bond Paper: "<>setpagedevice" +*MediaType Special/Special Paper: "<>setpagedevice" +*MediaType Transparency/Transparency: "<>setpagedevice" +*MediaType Glossy/Glossy Paper: "<>setpagedevice" +*CloseUI: *MediaType + +*OpenUI *InputSlot/Media Source: PickOne +*OrderDependency: 10 AnySetup *InputSlot +*DefaultInputSlot: Tray +*InputSlot Tray/Tray: "<>setpagedevice" +*InputSlot Manual/Manual Feed: "<>setpagedevice" +*InputSlot Envelope/Envelope Feed: "<>setpagedevice" +*CloseUI: *InputSlot + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 100dpi +*Resolution 75dpi/75 DPI: "<>setpagedevice" +*Resolution 100dpi/100 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK/CMYK Color: "<>setpagedevice" +*ColorModel RGB/CMY Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/test/testps.ppd b/test/testps.ppd new file mode 100644 index 0000000000..4e4964b3de --- /dev/null +++ b/test/testps.ppd @@ -0,0 +1,192 @@ +*PPD-Adobe: "4.3" +*% +*% "$Id$" +*% +*% Test PS PPD file for the Common UNIX Printing System (CUPS). +*% +*% Copyright 1997-2005 by Easy Software Products. +*% +*% These coded instructions, statements, and computer programs are the +*% property of Easy Software Products and are protected by Federal +*% copyright law. Distribution and use rights are outlined in the file +*% "LICENSE.txt" which should have been included with this file. If this +*% file is missing or damaged please contact Easy Software Products +*% at: +*% +*% Attn: CUPS Licensing Information +*% Easy Software Products +*% 44141 Airport View Drive, Suite 204 +*% Hollywood, Maryland 20636 USA +*% +*% Voice: (301) 373-9600 +*% EMail: cups-info@cups.org +*% WWW: http://www.cups.org +*% +*FormatVersion: "4.3" +*FileVersion: "1.1" +*LanguageVersion: English +*LanguageEncoding: ISOLatin1 +*PCFileName: "TESTPS.PPD" +*Manufacturer: "ESP" +*Product: "(CUPS v1.1)" +*ModelName: "Test PS Printer" +*ShortNickName: "Test PS Printer" +*NickName: "Test PS Printer CUPS v1.1" +*PSVersion: "(3010.000) 550" +*LanguageLevel: "3" +*ColorDevice: True +*DefaultColorSpace: RGB +*FileSystem: False +*Throughput: "1" +*LandscapeOrientation: Plus90 +*VariablePaperSize: False +*TTRasterizer: Type42 + +*UIConstraints: *PageSize Executive *InputSlot Envelope +*UIConstraints: *PageSize Letter *InputSlot Envelope +*UIConstraints: *PageSize Legal *InputSlot Envelope +*UIConstraints: *PageSize Tabloid *InputSlot Envelope +*UIConstraints: *PageSize A3 *InputSlot Envelope +*UIConstraints: *PageSize A4 *InputSlot Envelope +*UIConstraints: *PageSize A5 *InputSlot Envelope +*UIConstraints: *PageSize B5 *InputSlot Envelope +*UIConstraints: *Resolution 600dpi *ColorModel CMYK + +*OpenUI *PageSize/Media Size: PickOne +*OrderDependency: 10 AnySetup *PageSize +*DefaultPageSize: Letter +*PageSize Letter/US Letter: "<>setpagedevice" +*PageSize Legal/US Legal: "<>setpagedevice" +*PageSize Executive/US Executive: "<>setpagedevice" +*PageSize Tabloid/US Tabloid: "<>setpagedevice" +*PageSize A3/A3: "<>setpagedevice" +*PageSize A4/A4: "<>setpagedevice" +*PageSize A5/A5: "<>setpagedevice" +*PageSize B5/B5 (JIS): "<>setpagedevice" +*PageSize EnvISOB5/Envelope B5: "<>setpagedevice" +*PageSize Env10/Envelope #10: "<>setpagedevice" +*PageSize EnvC5/Envelope C5: "<>setpagedevice" +*PageSize EnvDL/Envelope DL: "<>setpagedevice" +*PageSize EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageSize + +*OpenUI *PageRegion: PickOne +*OrderDependency: 10 AnySetup *PageRegion +*DefaultPageRegion: Letter +*PageRegion Letter/US Letter: "<>setpagedevice" +*PageRegion Legal/US Legal: "<>setpagedevice" +*PageRegion Executive/US Executive: "<>setpagedevice" +*PageRegion Tabloid/US Tabloid: "<>setpagedevice" +*PageRegion A3/A3: "<>setpagedevice" +*PageRegion A4/A4: "<>setpagedevice" +*PageRegion A5/A5: "<>setpagedevice" +*PageRegion B5/B5 (JIS): "<>setpagedevice" +*PageRegion EnvISOB5/Envelope B5: "<>setpagedevice" +*PageRegion Env10/Envelope #10: "<>setpagedevice" +*PageRegion EnvC5/Envelope C5: "<>setpagedevice" +*PageRegion EnvDL/Envelope DL: "<>setpagedevice" +*PageRegion EnvMonarch/Envelope Monarch: "<>setpagedevice" +*CloseUI: *PageRegion + +*DefaultImageableArea: Letter +*ImageableArea Letter/US Letter: "18 36 594 756" +*ImageableArea Legal/US Legal: "18 36 594 972" +*ImageableArea Executive/US Executive: "18 36 504 684" +*ImageableArea Tabloid/US Tabloid: "18 36 774 1188" +*ImageableArea A3/A3: "18 36 824 1155" +*ImageableArea A4/A4: "18 36 577 806" +*ImageableArea A5/A5: "18 36 403 559" +*ImageableArea B5/JIS B5: "18 36 498 693" +*ImageableArea EnvISOB5/B5 (ISO): "18 36 463 673" +*ImageableArea Env10/Com-10: "18 36 279 648" +*ImageableArea EnvC5/EnvC5: "18 36 441 613" +*ImageableArea EnvDL/EnvDL: "18 36 294 588" +*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504" + +*DefaultPaperDimension: Letter +*PaperDimension Letter/US Letter: "612 792" +*PaperDimension Legal/US Legal: "612 1008" +*PaperDimension Executive/US Executive: "522 756" +*PaperDimension Tabloid/US Tabloid: "792 1224" +*PaperDimension A3/A3: "842 1191" +*PaperDimension A4/A4: "595 842" +*PaperDimension A5/A5: "421 595" +*PaperDimension B5/B5 (JIS): "516 729" +*PaperDimension EnvISOB5/Envelope B5: "499 709" +*PaperDimension Env10/Envelope #10: "297 684" +*PaperDimension EnvC5/Envelope C5: "459 649" +*PaperDimension EnvDL/Envelope DL: "312 624" +*PaperDimension EnvMonarch/Envelope Monarch: "279 540" + +*OpenUI *MediaType/Media Type: PickOne +*OrderDependency: 10 AnySetup *MediaType +*DefaultMediaType: Plain +*MediaType Plain/Plain Paper: "<>setpagedevice" +*MediaType Bond/Bond Paper: "<>setpagedevice" +*MediaType Special/Special Paper: "<>setpagedevice" +*MediaType Transparency/Transparency: "<>setpagedevice" +*MediaType Glossy/Glossy Paper: "<>setpagedevice" +*CloseUI: *MediaType + +*OpenUI *InputSlot/Media Source: PickOne +*OrderDependency: 10 AnySetup *InputSlot +*DefaultInputSlot: Tray +*InputSlot Tray/Tray: "<>setpagedevice" +*InputSlot Manual/Manual Feed: "<>setpagedevice" +*InputSlot Envelope/Envelope Feed: "<>setpagedevice" +*CloseUI: *InputSlot + +*OpenUI *Resolution/Output Resolution: PickOne +*OrderDependency: 20 AnySetup *Resolution +*DefaultResolution: 100dpi +*Resolution 75dpi/75 DPI: "<>setpagedevice" +*Resolution 100dpi/100 DPI: "<>setpagedevice" +*CloseUI: *Resolution + +*OpenUI *ColorModel/Output Mode: PickOne +*OrderDependency: 10 AnySetup *ColorModel +*DefaultColorModel: CMYK +*ColorModel CMYK/CMYK Color: "<>setpagedevice" +*ColorModel RGB/CMY Color: "<>setpagedevice" +*ColorModel Gray/Grayscale: "<>setpagedevice" +*CloseUI: *ColorModel + +*DefaultFont: Courier +*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM +*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM +*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM +*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM +*Font Bookman-Demi: Standard "(001.004S)" Standard ROM +*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM +*Font Bookman-Light: Standard "(001.004S)" Standard ROM +*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM +*Font Courier: Standard "(002.004S)" Standard ROM +*Font Courier-Bold: Standard "(002.004S)" Standard ROM +*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM +*Font Courier-Oblique: Standard "(002.004S)" Standard ROM +*Font Helvetica: Standard "(001.006S)" Standard ROM +*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM +*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM +*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM +*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM +*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM +*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM +*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM +*Font Palatino-Bold: Standard "(001.005S)" Standard ROM +*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM +*Font Palatino-Italic: Standard "(001.005S)" Standard ROM +*Font Palatino-Roman: Standard "(001.005S)" Standard ROM +*Font Symbol: Special "(001.007S)" Special ROM +*Font Times-Bold: Standard "(001.007S)" Standard ROM +*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM +*Font Times-Italic: Standard "(001.007S)" Standard ROM +*Font Times-Roman: Standard "(001.007S)" Standard ROM +*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM +*Font ZapfDingbats: Special "(001.004S)" Standard ROM +*% +*% End of "$Id$". +*% diff --git a/tools/checkglobals b/tools/checkglobals new file mode 100755 index 0000000000..c20d94f15d --- /dev/null +++ b/tools/checkglobals @@ -0,0 +1,34 @@ +#!/bin/sh +# +# Check for global symbols that don't need to be made global... +# + +for file in *.o; do + echo -n "$file: " + + functions="" + + for function in `nm -g $file | grep "T " | awk '{print $3}'`; do + found="" + for file2 in *.o; do + if test "$file" = "$file2"; then + continue; + fi + + found=`nm -g $file2 | grep $function` + if test "$found" != ""; then + break; + fi + done + + if test -z "$found"; then + functions="$functions $function" + fi + done + + if test -z "$functions"; then + echo "OK" + else + echo $functions + fi +done diff --git a/tools/checkpo b/tools/checkpo new file mode 100755 index 0000000000..9746ee7d92 --- /dev/null +++ b/tools/checkpo @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Check .po files to see if there are untranslated or fuzzy strings. +# +# Usage: checkpo filename.po [ ... filenameN.po] +# + +if test $# = 1; then + echo Usage: checkpo filename.po ... filenameN.po + exit 1 +fi + +echo "Catalog Untrans Fuzzy" +echo "-------------------- ------- -------" + +for file in $*; do + untranslated=`msgattrib --untranslated $file | grep 'msgid "..*"' | wc -l` + fuzzy=`grep fuzzy $file | wc -l` + + printf "%-20.20s %7d %7d\n" $file $untranslated $fuzzy +done + diff --git a/tools/listpublic b/tools/listpublic new file mode 100755 index 0000000000..d864e7ee63 --- /dev/null +++ b/tools/listpublic @@ -0,0 +1,12 @@ +#!/bin/sh +# +# List public API symbols... +# + +for function in `nm -g *.so | grep "T " | awk '{print $3}' | grep -v '^_' | sort`; do + found=`grep $function\( *.h | grep -v DEPRECATED` + + if test "x$found" != x; then + echo $function + fi +done diff --git a/tools/makesrcdist b/tools/makesrcdist new file mode 100755 index 0000000000..a17e8013a5 --- /dev/null +++ b/tools/makesrcdist @@ -0,0 +1,85 @@ +#!/bin/sh +# +# "$Id: makesrcdist 5500 2006-05-08 20:32:27Z mike $" +# +# makesrcdist - make a source distribution of CUPS. +# + +# Make sure we are running in the right directory... +if test ! -f tools/makesrcdist; then + echo "Run this script from the top-level CUPS source directory, e.g.:" + echo "" + echo " tools/makesrcdist $*" + echo "" + exit 1 +fi + +if test $# = 0; then + echo Updating for snapshot... + svn up + rev=`svnversion . | sed -e '1,$s/[a-zA-Z]//g'` + version="1.2svn" + revision="-r$rev" + fileversion="1.2svn-r$rev" + fileurl="ftp://ftp.easysw.com/pub/cups/test/cups-$fileversion-source.tar." + url="." +else + echo Creating tag for release... + rev="1" + version=$1 + revision="" + fileversion=$1 + fileurl="ftp://ftp.easysw.com/pub/cups/$version/cups-$fileversion-source.tar." + url="https://svn.easysw.com/public/cups/tags/release-$version" + + svn copy https://svn.easysw.com/public/cups/branches/branch-1.2 "$url" \ + -m "Tag $version" || exit 1 +fi + +fileurl=`echo $fileurl | sed -e '1,$s/\\//\\\\\\//g'` + +echo Exporting $fileversion... +rm -rf /tmp/cups-$version +svn export $url /tmp/cups-$version + +echo Updating version information... +cd /tmp/cups-$version/config-scripts + +sed -e '1,$s/^CUPS_VERSION=.*/CUPS_VERSION='$version'/' \ + -e '1,$s/^CUPS_REVISION=.*/CUPS_REVISION='$revision'/' \ + cups-common.m4.new +mv cups-common.m4.new cups-common.m4 +cd .. + +echo Configuring... +autoconf -f +rm -rf autom4te*.cache +rm -rf standards +rm -rf tools +cd .. + +echo -n Archiving...gz +sed -e '1,$s/@CUPS_VERSION@/'$version'/' \ + -e '1,$s/^Release:.*/Release: '$rev'/' \ + -e '1,$s/^Source:.*/Source: '$fileurl'gz/' \ + cups-$version/packaging/cups.spec +tar czf cups-$fileversion-source.tar.gz cups-$version + +echo -n ...bz2 +sed -e '1,$s/@CUPS_VERSION@/'$version'/' \ + -e '1,$s/^Release:.*/Release: '$rev'/' \ + -e '1,$s/^Source:.*/Source: '$fileurl'bz2/' \ + cups-$version/packaging/cups.spec +tar cjf cups-$fileversion-source.tar.bz2 cups-$version +echo "..." + +echo Removing temporary files... +rm -rf cups-$version + +echo "Done!" + +# +# End of "$Id: makesrcdist 5500 2006-05-08 20:32:27Z mike $". +# diff --git a/tools/testosx b/tools/testosx new file mode 100755 index 0000000000..5d8ac84771 --- /dev/null +++ b/tools/testosx @@ -0,0 +1,110 @@ +#!/bin/sh +# Make sure we are running in the right directory... +if test ! -f tools/testosx; then + echo "Run this script from the top-level CUPS source directory, e.g.:" + echo "" + echo " tools/testosx [version]" + echo "" + exit 1 +fi + +# Get the current working copy version... +rev=`svnversion . | awk -F: '{print $NF}' | sed -e '1,$s/[a-zA-Z]*//g'` + +if test $# = 0; then + version="1.2svn-r$rev" +else + version=$1 +fi + +# Setup an install directory... +user=`whoami` +topdir=`pwd` +pkgdir="/tmp/cups.pkg-$user" + +echo Building package using temp directory $pkgdir... +rm -rf $pkgdir +mkdir -p $pkgdir/Package +mkdir -p $pkgdir/Resources + +# Install resource files into the Resources directory... +echo Installing resource files... +cp packaging/LICENSE.rtf $pkgdir/Resources/ReadMe.rtf +sed -e '1,$s/@CUPS_VERSION@/'$version'/g' \ + $pkgdir/Resources/Welcome.rtf +cp packaging/installer.tif $pkgdir/Resources/background.tif + +cat >$pkgdir/Resources/preflight <$pkgdir/Resources/postflight <$pkgdir/Resources/postflight <$file +done + +# Install CUPS into the Package directory... +#make INSTALL=$topdir/install-sh BUILDROOT=$pkgdir/Package install +make BUILDROOT=$pkgdir/Package install + +# Figure out where PackageMaker is installled... +if test -d /Developer/Applications/Utilities/PackageMaker.app; then + PackageMaker=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker +else + PackageMaker=/Developer/Applications/PackageMaker.app/Contents/MacOS/PackageMaker +fi + +# Create the package... +echo Creating MacOS X package... +rm -rf cups.pkg +echo $PackageMaker -build -v -p cups.pkg \ + -f $pkgdir/Package \ + -r $pkgdir/Resources \ + -d packaging/cups-desc.plist \ + -i packaging/cups-info.plist +$PackageMaker -build -v -p cups.pkg \ + -f $pkgdir/Package \ + -r $pkgdir/Resources \ + -d packaging/cups-desc.plist \ + -i packaging/cups-info.plist + +# Create a disk image... +echo Creating MacOS X disk image... +hdiutil create -ov -srcfolder cups.pkg cups-$version.dmg + +# Cleanup temp files... +echo Removing temporary files... +rm -rf $pkgdir diff --git a/tools/testrpm b/tools/testrpm new file mode 100755 index 0000000000..7d4e9e4a3c --- /dev/null +++ b/tools/testrpm @@ -0,0 +1,32 @@ +#!/bin/sh +# +# "$Id: testrpm 5304 2006-03-18 01:21:37Z mike $" +# +# Test script for making RPMs... +# + +# Make sure we are running in the right directory... +if test ! -f tools/testrpm; then + echo "Run this script from the top-level CUPS source directory, e.g.:" + echo "" + echo " tools/testrpm [rpmbuild options]" + echo "" + exit 1 +fi + +# Strip command-line arguments so we don't create a release tag... +args="$*" +shift $# + +# Get a snapshot of the current source... +. tools/makesrcdist + +# Build the RPM... +echo Building rpm... +rm -f /usr/src/redhat/RPMS/i386/cups*.rpm +rm -f /usr/src/redhat/SRPMS/cups*.rpm +rpmbuild -ta $args cups-$fileversion-source.tar.bz2 + +# +# End of "$Id: testrpm 5304 2006-03-18 01:21:37Z mike $". +# diff --git a/vcnet/config.h b/vcnet/config.h new file mode 100644 index 0000000000..b573ca2f88 --- /dev/null +++ b/vcnet/config.h @@ -0,0 +1,460 @@ +/* + * "$Id$" + * + * Configuration file for the Common UNIX Printing System (CUPS). + * + * Copyright 1997-2007 by Easy Software Products. + * + * These coded instructions, statements, and computer programs are the + * property of Easy Software Products and are protected by Federal + * copyright law. Distribution and use rights are outlined in the file + * "LICENSE.txt" which should have been included with this file. If this + * file is missing or damaged please contact Easy Software Products + * at: + * + * Attn: CUPS Licensing Information + * Easy Software Products + * 44141 Airport View Drive, Suite 204 + * Hollywood, Maryland 20636 USA + * + * Voice: (301) 373-9600 + * EMail: cups-info@cups.org + * WWW: http://www.cups.org + */ + +#ifndef _CUPS_CONFIG_H_ +#define _CUPS_CONFIG_H_ + +/* + * Compiler stuff... + */ + +#undef const +#undef __CHAR_UNSIGNED__ + + +/* + * Version of software... + */ + +#define CUPS_SVERSION "CUPS v1.2.8" +#define CUPS_MINIMAL "CUPS/1.2.8" + + +/* + * Default user and groups... + */ + +#define CUPS_DEFAULT_USER "lp" +#define CUPS_DEFAULT_GROUP "lp" +#define CUPS_DEFAULT_SYSTEM_GROUPS "sys root" + + +/* + * Default file permissions... + */ + +#define CUPS_DEFAULT_CONFIG_FILE_PERM 0640 +#define CUPS_DEFAULT_LOG_FILE_PERM 0644 + + +/* + * Default browsing settings... + */ + +#define CUPS_DEFAULT_BROWSING 1 +#define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS "CUPS" +#define CUPS_DEFAULT_BROWSE_REMOTE_PROTOCOLS "CUPS" +#define CUPS_DEFAULT_BROWSE_SHORT_NAMES 1 +#define CUPS_DEFAULT_DEFAULT_SHARED 1 +#define CUPS_DEFAULT_IMPLICIT_CLASSES 1 +#define CUPS_DEFAULT_USE_NETWORK_DEFAULT 1 + + +/* + * Default IPP port... + */ + +#define CUPS_DEFAULT_IPP_PORT 631 + + +/* + * Maximum number of file descriptors to support. + */ + +#define CUPS_MAX_FDS 4096 + + +/* + * Do we have domain socket support? + */ + +#undef CUPS_DEFAULT_DOMAINSOCKET + + +/* + * Where are files stored? + * + * Note: These are defaults, which can be overridden by environment + * variables at run-time... + */ + +#define CUPS_CACHEDIR "C:/CUPS/cache" +#define CUPS_DATADIR "C:/CUPS/share" +#define CUPS_DOCROOT "C:/CUPS/share/doc" +#define CUPS_FONTPATH "C:/CUPS/share/fonts" +#define CUPS_LOCALEDIR "C:/CUPS/locale" +#define CUPS_LOGDIR "C:/CUPS/logs" +#define CUPS_REQUESTS "C:/CUPS/spool" +#define CUPS_SERVERBIN "C:/CUPS/lib" +#define CUPS_SERVERROOT "C:/CUPS/etc" +#define CUPS_STATEDIR "C:/CUPS/run" + + +/* + * Do we have various image libraries? + */ + +#undef HAVE_LIBPNG +#undef HAVE_LIBZ +#undef HAVE_LIBJPEG +#undef HAVE_LIBTIFF + + +/* + * Do we have PAM stuff? + */ + +#ifndef HAVE_LIBPAM +#define HAVE_LIBPAM 0 +#endif /* !HAVE_LIBPAM */ + +#undef HAVE_PAM_PAM_APPL_H + + +/* + * Do we have ? + */ + +#undef HAVE_SHADOW_H + + +/* + * Do we have ? + */ + +#undef HAVE_CRYPT_H + + +/* + * Do we have ? + */ + +#undef HAVE_SCSI_SG_H + + +/* + * Use , , and/or ? + */ + +#define HAVE_STRING_H +#undef HAVE_STRINGS_H +#undef HAVE_BSTRING_H + + +/* + * Do we have the long long type? + */ + +#undef HAVE_LONG_LONG + +#ifdef HAVE_LONG_LONG +# define CUPS_LLFMT "%lld" +# define CUPS_LLCAST (long long) +#else +# define CUPS_LLFMT "%ld" +# define CUPS_LLCAST (long) +#endif /* HAVE_LONG_LONG */ + + +/* + * Do we have the strtoll() function? + */ + +#undef HAVE_STRTOLL + +#ifndef HAVE_STRTOLL +# define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base)) +#endif /* !HAVE_STRTOLL */ + + +/* + * Do we have the strXXX() functions? + */ + +#define HAVE_STRDUP +#define HAVE_STRCASECMP +#define HAVE_STRNCASECMP +#undef HAVE_STRLCAT +#undef HAVE_STRLCPY + + +/* + * Do we have the geteuid() function? + */ + +#undef HAVE_GETEUID + + +/* + * Do we have the vsyslog() function? + */ + +#undef HAVE_VSYSLOG + + +/* + * Do we have the (v)snprintf() functions? + */ + +#undef HAVE_SNPRINTF +#undef HAVE_VSNPRINTF + + +/* + * What signal functions to use? + */ + +#undef HAVE_SIGSET +#undef HAVE_SIGACTION + + +/* + * What wait functions to use? + */ + +#undef HAVE_WAITPID +#undef HAVE_WAIT3 + + +/* + * Do we have the mallinfo function and malloc.h? + */ + +#undef HAVE_MALLINFO +#undef HAVE_MALLOC_H + + +/* + * Do we have the POSIX ACL functions? + */ + +#undef HAVE_ACL_INIT + + +/* + * Do we have the langinfo.h header file? + */ + +#undef HAVE_LANGINFO_H + + +/* + * Which encryption libraries do we have? + */ + +#undef HAVE_CDSASSL +#undef HAVE_GNUTLS +#define HAVE_LIBSSL 1 +#define HAVE_SSL 1 + + +/* + * Do we have the OpenSLP library? + */ + +#undef HAVE_LIBSLP + + +/* + * Do we have an LDAP library? + */ + +#undef HAVE_LDAP +#undef HAVE_OPENLDAP + + +/* + * Do we have libpaper? + */ + +#undef HAVE_LIBPAPER + + +/* + * Do we have ? + */ + +#undef HAVE_SYS_IOCTL_H + + +/* + * Do we have mkstemp() and/or mkstemps()? + */ + +#undef HAVE_MKSTEMP +#undef HAVE_MKSTEMPS + + +/* + * Does the "tm" structure contain the "tm_gmtoff" member? + */ + +#undef HAVE_TM_GMTOFF + + +/* + * Do we have rresvport_af()? + */ + +#undef HAVE_RRESVPORT_AF + + +/* + * Do we have getaddrinfo()? + */ + +#define HAVE_GETADDRINFO + + +/* + * Do we have getnameinfo()? + */ + +#define HAVE_GETNAMEINFO + + +/* + * Do we have getifaddrs()? + */ + +#undef HAVE_GETIFADDRS + + +/* + * Do we have hstrerror()? + */ + +#undef HAVE_HSTRERROR + + +/* + * Do we have the header file? + */ + +#undef HAVE_SYS_SOCKIO_H + + +/* + * Does the sockaddr structure contain an sa_len parameter? + */ + +#undef HAVE_STRUCT_SOCKADDR_SA_LEN + + +/* + * Do we have the AIX usersec.h header file? + */ + +#undef HAVE_USERSEC_H + +/* + * Do we have pthread support? + */ + +#undef HAVE_PTHREAD_H + + +/* + * Do we have launchd support? + */ + +/* #undef HAVE_LAUNCH_H */ +/* #undef HAVE_LAUNCHD */ +#define CUPS_DEFAULT_LAUNCHD_CONF "" + + +/* + * Various scripting languages... + */ + +#undef HAVE_JAVA +#define CUPS_JAVA "/usr/bin/java" +#undef HAVE_PERL +#define CUPS_PERL "/usr/bin/perl" +#undef HAVE_PHP +#define CUPS_PHP "/usr/bin/php" +#undef HAVE_PYTHON +#define CUPS_PYTHON "/usr/bin/python" + + +/* + * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks? + */ + +/* #undef HAVE_COREFOUNDATION */ +/* #undef HAVE_SYSTEMCONFIGURATION */ + + +/* + * Do we have CoreFoundation public and private headers? + */ + +/* #undef HAVE_COREFOUNDATION_H */ +/* #undef HAVE_CFPRIV_H */ +/* #undef HAVE_CFBUNDLEPRIV_H */ + + +/* + * Do we have CFLocaleCreateCanonicalLocaleIdentifierFromString()? + */ + +/* #undef HAVE_CF_LOCALE_ID */ + + +/* + * Do we have MacOSX 10.4's mbr_XXX functions()? + */ + +/* #undef HAVE_MEMBERSHIP_H */ +/* #undef HAVE_MBR_UID_TO_UUID */ + + +/* + * Do we have Darwin's notify_post() header and function? + */ + +/* #undef HAVE_NOTIFY_H */ +/* #undef HAVE_NOTIFY_POST */ + + +/* + * Do we have DBUS? + */ + +/* #undef HAVE_DBUS */ +/* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */ + + +/* + * Do we have the AppleTalk/at_proto.h header? + */ + +/* #undef HAVE_APPLETALK_AT_PROTO_H */ + + +#endif /* !_CUPS_CONFIG_H_ */ + +/* + * End of "$Id$". + */ diff --git a/vcnet/cups.sln b/vcnet/cups.sln new file mode 100644 index 0000000000..24e837d673 --- /dev/null +++ b/vcnet/cups.sln @@ -0,0 +1,41 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcups2", "libcups2.vcproj", "{CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfile", "testfile.vcproj", "{CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}" + ProjectSection(ProjectDependencies) = postProject + {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3} = {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhttp", "testhttp.vcproj", "{CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}" + ProjectSection(ProjectDependencies) = postProject + {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3} = {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}.Debug.ActiveCfg = Debug|Win32 + {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}.Debug.Build.0 = Debug|Win32 + {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}.Release.ActiveCfg = Release|Win32 + {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}.Release.Build.0 = Release|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Debug.ActiveCfg = Debug|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Debug.Build.0 = Debug|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Release.ActiveCfg = Release|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Release.Build.0 = Release|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Debug.ActiveCfg = Debug|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Debug.Build.0 = Debug|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Release.ActiveCfg = Release|Win32 + {CE75FC5F-E0CF-45DC-AD27-84666D3FBA30}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/vcnet/libcups2.def b/vcnet/libcups2.def new file mode 100644 index 0000000000..6849f29f25 --- /dev/null +++ b/vcnet/libcups2.def @@ -0,0 +1,289 @@ +LIBRARY libcups2 +VERSION 2.7 +EXPORTS +_cupsAdminGetServerSettings +_cupsAdminSetServerSettings +_cupsCharmapFlush +_cupsCharmapFree +_cupsCharmapGet +_cupsEncodingName +_cupsGetPassword +_cupsGlobals +_cupsLangPrintf +_cupsLangPuts +_cupsLangString +_cupsMD5Append +_cupsMD5Finish +_cupsMD5Init +_cupsMessageFree +_cupsMessageLoad +_cupsMessageLookup +_cupsSetError +_cupsSetLocale +_cupsStrAlloc +_cupsStrFlush +_cupsStrFormatd +_cupsStrFree +_cupsStrScand +_cupsStrStatistics +_cups_snprintf +_cups_strcpy +_cups_strlcat +_cups_strlcpy +_cups_vsnprintf +_ippAddAttr +_ippFindOption +_ippFreeAttr +_ppdGetEncoding +cupsAddDest +cupsAddOption +cupsAdminCreateWindowsPPD +cupsAdminExportSamba +cupsArrayAdd +cupsArrayClear +cupsArrayCount +cupsArrayCurrent +cupsArrayDelete +cupsArrayDup +cupsArrayFind +cupsArrayFirst +cupsArrayIndex +cupsArrayInsert +cupsArrayLast +cupsArrayNew +cupsArrayNext +cupsArrayPrev +cupsArrayRemove +cupsArrayRestore +cupsArraySave +cupsArrayUserData +cupsBackChannelRead +cupsBackChannelWrite +cupsBackendDeviceURI +cupsCancelJob +cupsCharsetToUTF8 +cupsDirClose +cupsDirOpen +cupsDirRead +cupsDirRewind +cupsDoAuthentication +cupsDoFileRequest +cupsDoRequest +cupsEncodeOptions +cupsEncodeOptions2 +cupsEncryption +cupsFileClose +cupsFileCompression +cupsFileEOF +cupsFileFind +cupsFileFlush +cupsFileGetChar +cupsFileGetConf +cupsFileGetLine +cupsFileGets +cupsFileLock +cupsFileNumber +cupsFileOpen +cupsFileOpenFd +cupsFilePeekChar +cupsFilePrintf +cupsFilePutChar +cupsFilePuts +cupsFileRead +cupsFileRewind +cupsFileSeek +cupsFileStderr +cupsFileStdin +cupsFileStdout +cupsFileTell +cupsFileUnlock +cupsFileWrite +cupsFreeDests +cupsFreeJobs +cupsFreeOptions +cupsGetClasses +cupsGetDefault +cupsGetDefault2 +cupsGetDest +cupsGetDests +cupsGetDests2 +cupsGetFd +cupsGetFile +cupsGetJobs +cupsGetJobs2 +cupsGetOption +cupsGetPPD +cupsGetPPD2 +cupsGetPassword +cupsGetPrinters +cupsLangDefault +cupsLangEncoding +cupsLangFlush +cupsLangFree +cupsLangGet +cupsLastError +cupsLastErrorString +cupsMarkOptions +cupsNotifySubject +cupsNotifyText +cupsParseOptions +cupsPrintFile +cupsPrintFile2 +cupsPrintFiles +cupsPrintFiles2 +cupsPutFd +cupsPutFile +cupsRemoveOption +cupsServer +cupsSetDests +cupsSetDests2 +cupsSetEncryption +cupsSetPasswordCB +cupsSetServer +cupsSetUser +cupsTempFd +cupsTempFile +cupsTempFile2 +cupsUTF32ToUTF8 +cupsUTF8ToCharset +cupsUTF8ToUTF32 +cupsUser +httpAddrAny +httpAddrConnect +httpAddrEqual +httpAddrFreeList +httpAddrGetList +httpAddrLength +httpAddrLocalhost +httpAddrLookup +httpAddrString +httpAssembleURI +httpAssembleURIf +httpBlocking +httpCheck +httpClearCookie +httpClearFields +httpClose +httpConnect +httpConnectEncrypt +httpDecode64 +httpDecode64_2 +httpDelete +httpEncode64 +httpEncode64_2 +httpEncryption +httpError +httpFlush +httpFlushWrite +httpGet +httpGetBlocking +httpGetCookie +httpGetDateString +httpGetDateString2 +httpGetDateTime +httpGetFd +httpGetField +httpGetHostByName +httpGetHostname +httpGetLength +httpGetLength2 +httpGetStatus +httpGetSubField +httpGetSubField2 +httpGets +httpHead +httpInitialize +httpMD5 +httpMD5Final +httpMD5String +httpOptions +httpPost +httpPrintf +httpPut +httpRead +httpRead2 +httpReconnect +httpSeparate +httpSeparate2 +httpSeparateURI +httpSetCookie +httpSetExpect +httpSetField +httpSetLength +httpStatus +httpTrace +httpUpdate +httpWait +httpWrite +httpWrite2 +ippAddBoolean +ippAddBooleans +ippAddCollection +ippAddCollections +ippAddDate +ippAddInteger +ippAddIntegers +ippAddOctetString +ippAddRange +ippAddRanges +ippAddResolution +ippAddResolutions +ippAddSeparator +ippAddString +ippAddStrings +ippDateToTime +ippDelete +ippDeleteAttribute +ippErrorString +ippErrorValue +ippFindAttribute +ippFindNextAttribute +ippLength +ippNew +ippNewRequest +ippOpString +ippOpValue +ippPort +ippRead +ippReadFile +ippReadIO +ippSetPort +ippTimeToDate +ippWrite +ippWriteFile +ippWriteIO +ppdClose +ppdCollect +ppdCollect2 +ppdConflicts +ppdEmit +ppdEmitAfterOrder +ppdEmitFd +ppdEmitJCL +ppdEmitJCLEnd +ppdEmitString +ppdErrorString +ppdFindAttr +ppdFindChoice +ppdFindCustomOption +ppdFindCustomParam +ppdFindMarkedChoice +ppdFindNextAttr +ppdFindOption +ppdFirstCustomParam +ppdFirstOption +ppdIsMarked +ppdLastError +ppdLocalize +ppdMarkDefaults +ppdMarkOption +ppdNextCustomParam +ppdNextOption +ppdOpen +ppdOpen2 +ppdOpenFd +ppdOpenFile +ppdPageLength +ppdPageSize +ppdPageWidth +ppdSetConformance diff --git a/vcnet/libcups2.vcproj b/vcnet/libcups2.vcproj new file mode 100644 index 0000000000..af51e1e0b5 --- /dev/null +++ b/vcnet/libcups2.vcproj @@ -0,0 +1,683 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vcnet/testfile.vcproj b/vcnet/testfile.vcproj new file mode 100644 index 0000000000..30473a73d5 --- /dev/null +++ b/vcnet/testfile.vcproj @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vcnet/testhttp.vcproj b/vcnet/testhttp.vcproj new file mode 100644 index 0000000000..310f641193 --- /dev/null +++ b/vcnet/testhttp.vcproj @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3

      Class {printer_name} has been added +successfully. diff --git a/templates/class-confirm.tmpl b/templates/class-confirm.tmpl new file mode 100644 index 0000000000..b2122929fb --- /dev/null +++ b/templates/class-confirm.tmpl @@ -0,0 +1,7 @@ +

      VQ?+0!6esVU@Ok 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%0D{cAHDOB4*%%MKPIN~nNRsg zC;X##{?X$((@Q$0@|jQhM<@KF$H(s7VIu<$FJQg`z9`^T0$wG?8~5(fWgl&NJyP~V zU$1Fda|D(B_&)p5O*;)V9F8>YG%;1r$9OQ=4`T9Zbdyg5t&<~7K21zfGHr@U2qx{A zo@w`nscbqM52KizU~2Y{0sk1;KVF%tXMRxrF$n({oqr7Y$H@Ni$}~%+MKNuHNjj$I zR7mTXR>`CklMzfGyZ3;N3^=@i`3m@=fL954l~`}wdyFpoXww_>n*B3*^Y@xoHAhS; z`;*B2?6QxB!!dWqq$LxT{YhkhcG*Yk(Mcl&-}^kA7g#L ze~ivQ2K-|r|CpG{XFla0gYb{h`Nx2NjN~7$Ol7asp!{PH{xLfL80)!~M#oe>^C|xr zgnx|vv3n2L$biEOn6H2@3V4-(R|$FJ-lH2`8R$J6X>{e8-TZq^%bJ6lRvE;!%IKz5 z2D&ImnpT;Z%I70BpfZR7m9e|*@8?YI=$NErqO!k<>`S+Q#Bj|sRQe55`OFt;|0u-% zvGb1s{}{f^C|xrgnx|AKZZUh(~pj+eCAXBF$n({ z`muWt*vNpx3z)BfFA8{-fL95B12H_v0^N#`l7|A~-rt+Cj`NtsqWBAAJ zJzygP4liK70=_7YR~e7vRenCbaqrO$s0{QTjx?Y${MA8~JwSsRP#MI4%IF4E2D&Im z8c=yOEo)O1<{d`h zWdAy#GBa7lG^p$kBKxDu{y_GJbWC0{QQ03v_J?*%&$N5T6eW{UOinOG!!&WT>@Vw>$~tOM*A^`+jsxWgWAEVcL)HnHvB2^M|-^ul_MJm30i` zAAf)0w@kZZ!U}ZtkC~~gV;KMV`wPEi>T2lyTuY;4D(jd{)zF)$q2=-MvqbQW5IiFU z)th47SFDzbHAdsjvqZY=3$iaM`||3bw5+3q%DxcUmoEE)?2C3xWgR6{_Jzp4blDeV zU!r3w>nNeJFGTjW+dnGOuCrq*>lmf>k4o$xwc9@`?pu|PsjOp^+CM6>f7EXOsLvJ1 zJEpRZQELCF#Qssc8rray+US_dI>x9P+K3w3=Eu(x!!yG0j4)Jhj& z)@9$2eM{N5R|lnK9c5JZjmW-r**9e0ykjcsD5J7(ME0%Az9aiSI;OIYaw_{yWZ%2} zqa*FU8zw937^n7+PV67O+dn$)Teps>tYe(oKRU60^lty?Sb^fvF_m?UQ~Spt_K(rk z(1EoyR>xG<5wk=(2yhDF6HNvtugjs9>@`9^YqwJeur}(+~RJw>uqERY#4-q?i`Lv^ypN zlXgs2G6}_`1e0}4&-*qyCNG(sV)}mnI6D70;2%f!k5{Iujv17H9E5)yoqrtgk0blX z3scpv^7n_oXA*+xWA{E_BL^JbfcYBmMFU=Cz^jb)#=VcxWq%<1*IAXne{EdTQC?Fj z`-8~-?6NKfCNtWPeJ>v`Qu_`;*B2)Q;(ycJG*W$z&9h6HLwi zalk*0rm~Kq{No_}U4mi94 z^EKd$2E59ER~h!ky$|iOugJcp?CYz8in5MUD*H-gU%Tupvai}Pm35R-*;gX_+GSsn zeT|N(tfQ35z7pBDZvSXVyUmWNtYeJYKN_)r?EK?^e;mm_CZ@8Eq5R_@{Nw2SOl2Jt)c!Gu{bT1J2mIqm{xLC?bqwVn2jL$_=N||B<4pcBF_m=;E zA7|$uC;a0~{xLCCbts_Uko`@|r4jO^vvw-Z3HjHGcT?EK?|f1JrbCZ?*6nUsH=gnyi!f1L1- zGx^8FBqh_Pn1o>Z*u78K$O(rxVZJ7O(S%o-@G5h^aqn|>*`LV%Oxd6MdQG*wrd0MP zk^R+We$WgSEL$4U6dX&<}y2^%@#@FvXH zgfE)#DidC1`WyE?t;@b4``M@QOyc1&d*tnC!2| z_t{^M*)c6J?S`r9=luJ_-!pB3NjfG4lXXm^WKxRB2qy2CumWZOcx9R;6SIF@gnwL} ze_Zg7EBnVQQ&q<-%0Di`Kd$kydtb1T3l49=d@cB*1+TK;Rn~gr-q+}|kKV)UI;-;c zuZ?TE%WFzye-POpUG~vMdCf=1BqbA-{YhkhcG*Wi=rvczRMk;yQrVwG_UG=HkoKt^ zla)+DF)6`h9n?gezmHkCz ze|OnO7v;5Q$5hr)o67zsvcJ3RqaXCz(lM2F)TXk(iR^Ffn4W3(j;X9;woyz@Fm?M! z_{Wv}V`3`n7|K5`!auIgKQ8#kmHcC3D(e`^KQ6*QuFgL$_{Wv}V`3`n7|K5`!apwg z*u5{<$OVVDV7?Z7(Slc5@G8sRxc4Pp_R)KIY0AF5I;gUr^inGON@QQV?4yhF(%mtY zb(B)sS0ek`Wgq>Zms-PA_H$lJWnYQxYqx(?q}?7JQ(4C-wSP2X|JeD*1^>8`e@ske z9YguYMfk_n`NswSxRQTNOl2KI`Nu{0$JP1AWzV%VI;OIYq5R__{NwVE-TQ)#TyS^` z=4-(hEqIj$ud?EedtcsVAH9c{r|kQygDU$;FQ>BaME1SQKDsC`*N&;IqnygV6WRAJ z`{)O~JUXVbj&dsdPGmp2{bL~QF*~NRjtOf27{vau^N$PuaV7tln94ea@{fz~kE`>K zE1oNmH%w(e=SBI)Mfk_n`Ns|axRZZOOjRATDgU?$|F|C?yY~$nx#93O%-4o5+VCnH zUS-cW?tOQ&DmQu$@9V6}-@i7l=`645rmm?F*Hk+u1Cw`5t7I~Y$qA+|`{)O~$LN@< zI%*Fp`-8~-m>m<+K6b|>CDWpqHo+tv6YksO9}|<7OiD2s!Q>qiR-oh`6O)xp%>Ho` z{&9Eyal=3E{Jz4sXMJZTO-Mud?A)_I~5ucQ>nYqxbMm zvnuy|bx>tL=}pb5+{CQPJ-h6qi}GHNhNnH^JEfC!a+A+j%B_R$=Ai*!t70U%WN zg~+~in@M@5-5aK|5%LylGbzMovXhY;GIA#wnV8A~fRd4$kdeESksC5{CmETT$^w9r zk(-c_yOWU{GIA#wnV8A~fRd4$kda$I7V#Tuazp5CXs``=v>{nGB+K?UB7S#+D>oVu z?=-k_>#L9|8!>NcaOEZjS8nUFkCw{YcE?nHkz!Q#jmW-r*++BeZPqcBb(B%rHzNDi zZ6+~3bo--YD(e`dHj_?lCOa9qAtQH^k%_6SV<;K92^qON8Mz@Ncao8bsjOot8Mz4= zxjPxT{kfLLd!{HGA#X}XZbC-x_*lemsL2hXx1qrV@<G_Z$$j=23Kx0BHn3m z<&MYeH7)BXYH;Ny23PLrvX7R^JG5ge>!_fzA4K+}%RZVz?}(16tfPX;ete&Oc{KY+ z!T3;l%#Nw5W8}f?ALTI#rqwZRFiFQGCDW#ugkaK+>A3=V$D}2bQA|!SH8r$AMoN~E zSEj0t5lTi1AtPmcEaC-fQXupM8cZOM1d>G{S!BHt@zM>h6f`21G`Ld6e7&Y#UQ;Uj z#NbL9UG~vZS%!B^Q8H24A4K*?mwhycmN^=xvJtXOD*Kbj{+t~X(mr>`G)ksLF>QiL zIwst=Nk%57Su!cbWCW9UOjv=Ej7&_cWMcM@LdZzzWTZewN|KR@sjOot87YK}l=ZQQ z7pO^r&=Y7dfiDtx6@ga~c_ZSb8(b-9L@a4=rL6sWP0Kop8eA#F;7VCt_R&&V_M>Ae z>!?L#e-qi?UG~u&TK4Lg$~tOO+22I=_wJaG_N^ULS;uUln3Q0$j_G;dM#ogvF_eE4 z!aqvq9|itVl7GB1m5q>v@{dCJN9p{dz&}dzkBO}H{8WBqxTq*YIpvp$fLJh7IVsNE+mwmKU7T*n1*$7#j%DxlX_b&Tr4lQmSQ&~qj zm3=3&@7?|p<3lAL9aCAyIJJKaV*l9rM}dEoaA zl^9&9v&%kOD(m!)X_rh?_9v13*<~Nip>>Upsj8!NQQ2Qa_Sfu~koL7Zrm~J%i(=XY zlXOhDZP{i8j;-#=RC9}WJ|vVXiXRdtL}{?Q2kXq|sF z_(#kB@yZk>lTb`bFj>d+TuY;2DjOjijqaE8WCF>TxsLgL6wb|jT&5O#NbLBUG~vZ*@kvZvt**OKZxv)F8gQ>Z6i9SRWec8 zA4K+Nvwt*<54AZvrmBvy$?P9(PJ(H5Ot^28e@skLGHr@U2qx{Ao-2@dOj9k^Mb8CZv7u zj;X9;_M(_J!6Y3M?%U)a6H{5oQ2x;f|7e|mH26nL{xLC?bqwVnjqs1w`A36)wB#QX zQ(4DQ{?Q2kX!5apH`qvn!!wvKgD*086@ynXd*j}%8(eAVJ#1-krOB&<^0JPi23Hy} zxYDG{KDsEIK02ndjuI;SN@QQV?4uvF>FSuuI!dYRE0KNe_Kz4JYN{PmS;r`~e^g@s z*!f4(=Y1O;Q(4DQ{?Q2kXq|sF_(x0r@yb;8b2iF98sQ(U^N$AqXvse&rm~Kq{G$>6 z(d=XQZm^LChi5Qf247_GDh97&@y5MdH@MQ!d)U(8O0!o7RrZrMYH+0ygDcIu?4yga z`Rtg=I?Ac+JCS|wvX6ey=F%~hb(B-tcOv`V?H~P_cJG+VI>xE}qZ9kb&OaLbqb2{C zn94ea@{dONN9+8f!9QB^kBOciA07VDvwyrYRdtM0{?Q5l z=$(Ib_(#wF@yfJICZU*=V6u+sxt2!9BqftmOyAegK0kKv4jbukcnGSb=O{+S}slk;_46gLqWglIXeQL*KB@>nXNo0R^*+)NUpV2XS z$wXy;64_tP{?Rc$)Yt5o$~tB-`$u1sU|Jm$?%U)auS{h>XQ%w56aLXV|LE(v0(r+& z)-jZSbizM+=N}#Z(UX5nOl2KI`9~-GqwkO1yTe909G=5`Ied}Bt2n%h>l^p(-Kxy`vX3sxzP)2A>!?j-e-qi?UG~ur+GTW1WgR6{_Jzp4 zbo)n440YKZQ(4CdwSN?1|JeCQhkx|s9}`nq$58&!3IFJwe{}dqPyR76m30i|AD!@z z-uXv|fAr)Z6H{5oQ2x;g|LFR$dw1AKhr@H2FNZI3com0N!93|d&ysFdrK9(-r&*P* z`{kOJ{iL0mRq4d6O4ly?=%VcQ=$OhnN~!D{k$vm3kABc@t79tbD5J7(ME0%QKVo92 zn|4fP9b?q~(TM$H=O5jk_ic1cWgSELM<@KFcmC1gA3gcU#8lQXlz()>KYHgM9sbdi ze@ske9Ygs?C;X%P$L`%>BOMOUVZI!`$l+B2UInAt{ya;%S(T37!=7eUy6fvTE$b+1 zR;3fODm}XFql@wxLH&lQtfPX;eh}G@F8k;QeMSqvVJhpWpt2uC_M_WB#xw2SFqQqB zJ*fR-5c|i@KL-3`B>$M0syZep{}_aSjLts>{9`2ln3!hCv?!)cFiFRxV6u*Bl}t)8 z8Nu|idk@&ifWr%zuYfNKc$I)x!T5mx`_J$1vX9=wk!Dq5l;VHaw5p?mnpGLZtjZW& z_R&T8j759HBqbA-{Xt}ZblFEg=riu>4U?8kRQ3mv{ox%G(mo#@la)-&{xRnF`^V_~ zW57Q~@{ftBs$+ukk3smy==@{AKSuJ8i784Zp_r6lvX1GwmPW%=_Hz!(KL+6+V}0!2 z12!_?@B-#5;EMuYCE!)i((=!uI*OWA8N{s0SY7tfMftSK zf5TMPQH#p{BC@}_?4uv_X~F)6sjQeNbz{Jqg+WQStS;uT<{}_7`OsiwU zeVhDaVk+wx%0C9-AEWb+v7alDcT8m+L;1%b{9| zHZtJw0_H2=ivnIH;8oD(X_3QELCF#Qw4Kj{*M} z$v-BhvW}trV-Wr^I{z5(kCFUiVk+wx%0C9-AEWb+0sk1uKPINKj-mWx5dJajWA`4g zkpYJnFkb;*6!0nmuY#j@f1V}Xtja*|;YhP8(FWtoD*+&=U(^BLO zQ&~qDm3=3&?_KuM5BjvKc*9iIQBGywiR^o~f5gPl(}Lg)Q(4D2wSRPC|JeD*@aKIS z9aCAyQ2sFp{}`Qr4EV=L{_)CG_Hz!(KL+6+qw|je{}{u($5hl&zd!sX)9)|*mT7fN8%)wM?UHFzOhPbe$Mj6QcT7?;8O7uTQ#4Ei_igr% zS0=5P82|YD3%_J){Np?a0{(s49g~$zi(=XYlXOg2OS6BxGI`0Q6q6B5pSt&XUT6OK zH1Ui$=4+l8kA6Natd*D`i)2OcLq_RJW?9VRy6WO1; zVXFE`|NijzOhoo)m;H(CPwSXQ$wXy;64{^LF(K{i(J{@EDHx{p_@1fpkMq3D^zYN^ zn94ea@sGd1@LQ(cF<}L|`p3*v)-jBK{QZUBGFiv;TuY;4D(e`=KmPv0FPZk^<7dgn zGh*Wzu~EGV)_uWhDOh79-aJcom;H_G@09)h>Y%Kwqc)ZOO=N#}+26?i){d#Hqc)ZO zO=N#}+26?ij*h9Uqc)ZOO=MrX{i7i5GCQWSjuC4AD8&9zy8WZzzPy; zi2b8<`$u`MK;AKxb&OE^M%j-2q120XE-W5?lZOm&Cfo+wf0hY4NuCdP&Lx)2PMUh{d~Z`1;=^u@5duS9jPm z-Kp+)>09`7Ny_@rsJg?5y2BrDFUfgKb(h4ulG$;adn%dz@p?(>|1woFJ5e(Get${i zgG?S3NDpYp0eLq@9qG}`p8WYk!GGu)>2u5eUMeXsl~9*TiA!Z2lY=QbCM}tqVj?0v zx=0U1dd!ZgdJv64MS2jC9-l{gAkqVoo^K*Ox=0U1dZb8?%cb)2Qc;l}M5IR->48X( z=$N8pq9Q$rNY5_Pkf39}|9ASoeyD!Gi~0G0o8VV${`|lEe2CuLK+ zKfm{-rQv^n!-?PbtXlS)|7tFb{`dbC|Jm{KPgH(OGXBh|eD~AkBkRv8%XdFru6UD* z{3Ig(_ax=p)d8M-z>|;l?w`WD)CGS0Dkx7q`roCp`k#prl!FkIqZ5<^f^sB5nV6~? zZcu`95Q1`af^tAmjwC1(Q+Y#Bf^raoa;(oI4P7~)^~Qb^>D5JgA<{cVdR;D6S;H+V z(wm5M=N$*U<4E2yF_kMCpb#)KAr{( zbKxbAbq?Xpb&l`Mbq2A`jV=B@ufhC$L>0C1Cdr1!-EcqqOndwJ>z`jDr_ub+M^wmy z=e1xF5Y+2p`_K1!Z>n>7_h#k9<`(}jSR`;o2aMv`8T|bP&9|}x+IJ-Fi|yjSJkM$r z&F>F?oo7P(j^^0u&mUs%ay@pMnaYZnId=N{3%_NOj!D5}9aCBHGRIDTf8n=G-7`-S zXM1!^WyP!1GtY=;-rr-VZ*N!#@PUPIKp+l(vm#g*ZbP^&h1h@b&e??^S7f8n=G`tc2mmrEzU zI-eU~&_7LF`UPFMVQyzSXo~Oq|GQ{qsYM+$oy0-Yxw~+~LC-xqrn1!9RJb=0?%jnO zYGZEcn953MQ{mo3xSK||KY#d)vv*8oCB!tk{r!dCGR4O?ERHcx7_Nz9%v0*4P_sKp zI$@({I!Su0-0wvzOD*ao=_F2)&h8}X#7WYbPLf`kR#|FMCrKx9l5}<_Nhb{COeaYb zQ&|a7CrKx9l5}=TaY8B1q!bfVSqV`}aS}>#>iqbIg%xt*+0#eIRF+y!h1-d6dlzoJ&og~@Ol2kHRJff8cc&C5l;TWE@yfKzN{CX5lTeD& zKYr6`LNHEfxe1vyqkhwAcIQtg&Y#Y7{&c>cKb^ZQwW#x_lQ@4mqYF3Ao6guBQ(0;S z749Iy9bLHb+T9H6n952hsBi}n?oKIAD8-eOVqz*QAxbGOLMg7t$8S0<2*w31w;;3D zsNZy2&E(CWKg8>v*U6iBWAyi;Ri)NqCU5@!!f!8{bWC`0^*VVoGik}B6q6B5-Z3HE zmT;t<6ofZV+f|gs5S?kTAzty$2U1)8) zMhf?MecPn$@UW=Xwu@+OyG9poG_zgv(J)nGd47NRYo9imi7qr}h%vx{S{H*Sf=)xhKg{L!yf~ zB)Ymoq6>#aS2`q`n95R%IwZP?L!zr|PP=d-Y^CP3iK(oFsOGebXimF2rMRFJS5k^s zCM_!=N+~WvDK7c=O{WFHxS-`0WY*I9O{diz7hO0my3%pcbC~h>qLrlTP z;l}aMCDAdJrIt|P79!l*g&PMqm(Grtb{0~xCo`V?Bh3`76jvhmRpcn%j-9t zmUrQHgxgcN?e%Swa`w-1D%?(l+q-b1*}`&Zn9A8d%c*cX5pM6o?FhGf$5d8APKDcv zaCb^^K`E}J6cbZf2~kRM5lV5z$8S0<2*w31w;;3jqkhwAMHg-~r(Kc49j|Yjl)bxF zP~i?D+|h*_JyBM8$5fVDL4`Yra7PpFjX|LMF*>HI650Xt@oUwP*dN)9%J$Zj8g+X&mN$9Sb+h@kE;%hq;Myn7bQ?xzS;4r*W8x zX_ib>xQTI?yBmkOF%EO5ahQo|l}uE)iE)^_Q;Hi(aVMpin0Cp;D8)@E#l1d$(`iF6 zZfLm;nYDNQrqf=S;thCT8j$zBEsGEo!#g= zyHnrU#8g&7RNvW6^qt+EQru9AJ1ND)R8~TiQrv`6-23AWX@cj`cUWs0)YqB_uSq66*jI?!%(pxvnhZDJ}b zA*uuICOXjWPAP6E#hsL5Vk#>kN-1taDQ@}rO{WdPxS{1XWY*UDO{XngxY0RvYYMl# zzHJg^sU=jnl?bl{5!4F;%6OP;)San1d;g)iG@_ zNylU*)25h&VA7818E5a9yks(p$qA;9-*gfPMuC}nCSuCy!i^rVGNfTD8;Q%H!aay^k1pKkW-G%xrcp9c;T}Y|JEbU4ijtIK zVyY@3p_HN!N>S#=Z#oGCqd?0EWR|S@O(&UMxY0RPW(xP5uNQ5V7mW({B*HzraH9vT zOz)U>$wY;F65*a*xY5m4*65h3N=OzJ?nQ*VQ;GtmC`lrjtN03bdR+W{K2qI?3+Bjn1he zDcsv%FIrh@2^DT3!Yy66(F0awcT8oeB~-YD2)A_MMmJj#>zK+)NT_fN5$;YY3Y4NG zrI?t?N{CX5LMTPikKc3>2u6XH6UZ!iGi_eF(Tsx5sgg!Bp3#}V7p*L{sL_l zG^3ygtfbM5iK#5LsL_lG^3!Kt)$V6iK(oFsL_l`%1Ve* zib5zwv5(($5(q|tmJ`S<@%l|C=|(dOI;Tn+&3Go<{$8}Q)S^Z+3Ne~dy3ve+9M&d$^W)xyHqjaMg1>I~Vjb=GBAF>6~9X+^(OLnB5*hc`p(C__&g6U^E+9HTd!&ovzU zbDSu0993|<1MM5LwjHl+Io=0xh~|L73Vbyl_|7dBW^D(y34!_}u&~7und@;3$$Ffx zUf1K?ygwh$ZgD+M8M+?l`L-VC##xWkUv`btxN?oNbNKmqdTp&U>HX)^=?=0mmUm&^ z=fWVtg#n8{AJ5s2HDA7CI3vQ}e9QR0ajtlJ1fX%QAP9oSx$>rQu5_nd1uq6jI^`;_ z%}aOv-7j^@Rftor(lyQ%oNJZTI5#ns8xpEqe8Val=PK4~MdMt3(>PbVQ?7~^12mm-)z{{w zyZjncsZ*{>oO0E!ajxQAtER@ei784ZrI?Ih@{S4NPK|S~Oy##%N;S?^qH(TvjdK-e zjWspSO-$9os#N1#B^u}I`^LF{Zdf$VRg_hV#<}{Yajtf!Too?{XgcMpugyz$`K^dj zr(Bgd<*HrdT*bLoO^tIClb1|XxQWKO+BMEql)ai7=U$o0jiXYHbCqbEt6k$<#aUxb zjdK&zESZF2Qi91ozG2ZgSF!t1G|tsGjdQg-<*IlwK+`E#eQjR4%gIJcopM#;l&f}) za~0=WH8svnOjW6+RO4JF8s}=)I9IVd)zmmQF_nuD)i_s)#<|)x&eipdb2Lol@E4^T z=PJ=SSKl|z{d2>jajxP^3Ps~webYEsyHl=;7Xvh%a@E)7rMn!IqSPr@B~H0&*Em;k zu2oax+{9EaLR8~iB^u{y*Em;kLRVAc+{9EaLR8~iB^u{y*Em;k)>u>H+{9EaLR8~i zB^u}I`^LF{Zdf$VRW#03G|tsGjdQg-<*IlwK+`E#eQjR4%ef0mopM#;l&f})a~0=W zH8svnOywd(HO^I{ajtfaa}{6pYHFODn94D#*$h~z#<@x~&ecvSDwLuorI?t?MTk<0N+?Br-#GWr z4GY1j&~gfyWp5hiYIn+2amrQGDOY`MUb@RBvr3(ERpOMZc8zlt=UO#2&P`0^B1ARL zRibgOc8zll?>AU#oST@cMaZbexkfb3wN5D-l%i#&cws90a2ll)jZljAzHx58VGV-O zpydoQ%ic83weFOw;gqYTQ?B;fymXg6D~&qkYQ!m5>l)`8&b3-njdK%|mP}N*iN?9sDMf=)w4@XhQ@IFHO3?_VXyfBIoeYA}pydoQ%ic83 zweFOw;gqYTQ?B;fymXf>@Qga;YQ!m5>l)`8&b3-l)`8-WIgf zI5#nsixAZ~*NDcs)+t4UQnaKL6H~beQA*JWrD*HpH=PWE(V*oFGRxjH&b988tKpQZ zrBkl<+Prj^9kq-)`mib>rS~EPPtk-b<4LxmTvLFN;x)bB$=6 zYn@UwC`C(3F)@{k5Tz82P>LoWzv*NUj0P=dkXiPoajtczTn(pOEuC_;*XE^C_WLmE zl&cY^T&-)IYdF_xsc~*%Di z!&J6JFiI&Jp%l$Ne$&Yy7!6v^AhYaE<6P@bxf)KnS~}%wugy!PY#(6MDOV#-xmwpa z*Kn@YQsdmjR4zhP<6I*e=UUe|*Km-{QsdmjR4zhP<6I*e=US%}4NB3HQcO(cB19=g zBb1`~$8S0r1fxOA8Dy5dX`E}_DObZOS4*c{?X`KSlrNPVb;{L58(Fmnz@$s8Z z2Epjiat@j0ZyM)X*ErYEIM-6+TzhR^D&T|= z#<`Bhxt<#5`fKx2DPJmgs&TFpjdQ(goa^Wj;i++MV)BxS3OCU>*Sp5Kj>fs38s}b_ z%6Gna|8s~b~IM>lQ*HhzMe{EhWuca3u$jdMLU&P`0^B1ARLb)s>ucS_Nr6g?@$#8fUqlu~p; zDY||9rjtW3I<%ZaX8D`Ox!yI-bu`ZP)Hv5)o0m%YQn^!&bDe0M>s{kqN0(7gjdK%I zxd>5>bDe0M>s{kqN8?;ijdQO|3U?6UjxOBj0qe0krg9MqD%?SYJGyYA zo2`d-OywdJRJel(cc&CRo^g)%Oj^G4?UYhodTga#GvL4T!bj47=%)c_3@id0l^s1asinYyMEIt zb{B4RPK}+yz2fzvm8;yQ!o7)b?=IZv0UKL7rg9P5RJb=0?%jnO-E3of!&JWW9h(aG zCc@n*#eh58F$kp?^6{Ha0l^s1asinYTEFQO(uEtHQ$td?Wxigta+MP* z+(Lv~x^SZhY>0PEShR zSQl<|P7P1twwJd}w0x;NoC>!S;r1@v=m8tPJEn3Gaw^@JBaLQEOywfPjAs1(gvdIxtChly5ry{?yxxhN-&O(To_( z`+L!}yl6^YG$SsWcT5QPbu?pU@{)-P_aMSOx^NGK`#PF2F;(w;|NijzOhmXFrTFuQ zi1Sq`W~Ny(3B{xYlYM-{4&0^_x9P;d>uL23JGyWWgnOoNkJqF2(kb zA?JISV&A9fAaus1cx&*-_DNrDuoh-&VWv2<+Lg`?){ew&A#Ur$ZCl!8nT~RHO5Aor z+;${x3vt_W)TiknWT(V!C&cYX;`R`?%Tb@EgOHyRx1SLAflIOdW61g5rP%jrItZO{ zDc&0Vv3<&~Hdqfc&0(fEv)Waj8>}CR+e6&miQBid$ub?~{FJ!;gt+sOxO0d*%YL8A zWjYAuQ{v7i#GQ}CokQH&kNPwngz_nI=M&;Sa4EKbe35fK>eF-(I^$BjHTYxuw7lA2 zOPFa1GcB=eRF=8HmLqYO5O?XsotN!Pn~rkjl(@?YahD@;mk@XHqdrXsp>j&x<%GD) zk+@5UyVQd|rRgA4PKmpm5ch#gQ7<**eD6~1`!pSd&bSnB4gSbJRe80+)-cl=W?Ey{ zXpyQaH0xnvzbpyY^mM3US}3 zX1qNYFKq^u-){cVFD;!AcRCVx3US}3X6*YU(>|RNcRC^NbR_N+;=WJK*!O8V2&Gfv zPA9~D*90 zZ92-yDRIjQam$goCB!Y|pied(gyfXC<%GE9NZb6F63n8GcW!kLw9PC6w$61Rr9wG+46_N7fnIXxwAJt1yA z61Rr9?Q+zo=^&)1#BC?UZAap^5Vz?;pL{w9*(q_`32`5}6jQhqQ|D6b`ZOJcPPr7* z372BBSCdXD9E>U4aw(iy$>*d~vLkU@h}%1HTiL#}=_qHX#O)`YQ{+ zXEo>h`V;; zu3Oq<3YDjNO5F8?xR)bwFCp$l4*E2O%F}X6+{+1ZFGu2DLfnfV^=Uc?EvLl2oDlbs zOEE1ka;`^xnhrvzT#D(0OEE34CY>Z4j1q1+31^mE=A@Gxq-JdYnBw+M+{>0WnL_1q zCN<-&!5{b1=IxbIUl_I;WTLg|#a(+P2>BXLWJ`#v>e->2yyB&WnJC&Yc^Qj~BhO6O9% z>rOC?{NsBCjT$Bpi$qZaE2Omgt;x5;+pLgt(;>xA^v@O-DI7C2lz(ZaEUS zhPX8y^=Uc?=_zsR332O@xHZJBcGRcoAf%_nttZ5N<%CO7 z^wp%3go9DSEhpj35}T7wqDSJk5Vv*W)(ve^r%<`rDRJ8gaodr&EyQhh)TiknWT(V! zC&X<>;s55szNR3KE@%ge-Yi}@r_t#Nv z*}i_CzW(KvcbD1SgTHd`?qz!Ssr``?#~dZ=t8F8^tCHssgdF)FCH#-l`5&?F=NB|( zXyuguQBL?D<;ediB}SwRZoNSb`V{v(3 z-Ff@LnBu-tF0Z_M`neghI_}*)on4;E+<5z4e&kQTo4IkcjqpE8*_la}qZvw^LY30Z zP_~)!$N=8gd}@YLPRvls(F~=8I_u@APg8p@r)DVi#0;gTSO4fWtiSH8_v_JAJ5D!B z?WWo_ZC}uIvQSS=wd;wgc0CeuoYRzAj`}nmW$Gy**Aqe>!>1lhOXCEpZoCFeL2X9} z%dV=c1%n&%cjPHFwHIDJNW%a^#|va8XL< zqU`!K)!Zo;rJQh4%8`pw!bK^ai?Zv}bS8VsMJXp-lyY?HQNt;z-Koc}PqR6Mo;vlY zCr&-;(Wyrb_o`m(s840uCq30CJJBb9?Qo>wHr6;RsBuXir(Rz@@%oNr9?nYboRwXlW(z?*<*d{b&PqKx|ES@f)b9M_eV?Wfv7S2r zs3*=p>e2Z}4M(eX=O4R1rD>n?sXmnxeX2)&3KQ+lKX!eRX`jx_x%I^PN0m413Tm8y z)bO`yZ0T$48EP=xy5VSE3@m#NsYk9%4OgaiuFS4av#GP5a%JiXSElOg zB^{eo8ty>V9ZBnvq$A?2YA0#EdsQ}lRi`AaCnT*$l8)H9s`aQ(KJC*fN$UwoA2~2J z9GKcUFuOiYXXK|Gn0ms2srGtFhdWcl38=OsX*-g1L}yj&ByD%EYC6%kQ}$XTfolU2PQ^=Uep@>7!b6O#5LNk?>9&FQF5)5%mmCFy)Z z()sn04)?z1kaXUW^if<^4Hu<$aaman++Njmj&>?8tDcC4-3^;oH-l2(x+=ja379(JmS*%i7zk zn$FQqMPt!Pwk?yc72*orcOm;)f3TJ^(Y#v#sOCCqOo>;nog!pMPt%Xkqfg6GpQZ!lsbi9Q;+Ui^mskJj;gQs3?mN}xAX0-avCFsI6F5lp_JXFv z<8lTq(M3<_=^=UdhE~kXNoDlL--Y}Fzc20}5e-=BT7Mm>=>p6=_qOl** zF2fh^5oXrIC*=_s&m-cN$EwG{soG@>-X1>p9FDIXyXrZ1oO7V#kpXl&7VZpROWie# zrF8FyHZ3}4ku=dRJI=Nv|Eq=n)jIzxKgQa)^N;s6+bRF6o$$Zfk^j}g|7xB8wd<2i z`=qD(WGDLMM}5lCr*hOMo%Si8>Qgz-S3B~$T6kTp^SX9@%F{lb688zO zs~ve=Exr%dd0o3cm1&<&iTi}t)s7NbT6kHlOJv#gX||lPQ;96?L?TNQd$qwv{9KD^ zf<@9q)A?l7j-t+5c!I5qI?L4N_R^N=OFJd*6H#aFDC(@m@mA}i&ffQFddSUAMV+-1 zQD^Na>a4{y&bp|xU7w~ip;J+3?L^dBJ4$3}5ogxAM3!BjrZb^ai7f3zB1_ZqYJ-jV zxfZi|3%8uve9mo0QD-dZQ-D^ol|^v6m`}D@3JoHEE@&4mo}Yhor*eZC!)^UQPf$BsI%5Zo$dNGoobzm zI%_AQ&e~DbS&L(v) z3D3b`!+mPubhL2QS(zWNwxd&@7N7Ex!di#pr& zX*$(96?N85M4h#xsIwMPXRV7m+x2NW6FL=j)=os7wIkQ5h3nKh*J;(oxT zPOaou8*DgIEq1UioOD*_E;&1jI%^Si*1D*(vF-l+(xy|bQ&DH_MATV3iaKi%b=JD5 zvt6I2Q>{}`XYEAPSv!h4YvC-lF6wO8r|C@SRMc5J5p~v%5?NY(k#jxj({v_uDv_m~ zNMvdIhdT#@jl-Q5jwXx4owm#Y5j#54Y2iS%?ntL?j-a_s15engBb|2QNT(eg>9jb~ zY2A^|`#w!`$l0kQop$0#ryU*Xv^dgf-I30&Pt%#usUw|s;z*|*xfDHIir%>tyFSfk zLVn7n=qFr?ev#K2tcQcq!!76G%GY-9sh8#_URplt zQ;9y+qdwWRPvumf>WMxbi8~H*dUues>(gu| zeXd&dI2b+Lavshsm-)dzKZ-i*5p~wPsI#CZx0hC?FYT1LPeh&dqo}hUQD?o2 zI@|SWHr4V|QD^-`)LB1@I_q&H)4Qm%U7wa|pH7MUMATV7aw&Sa6uomP-uG#m$kI=_ z6#axt(dE^olZS)R!!76G%yONRPJVP$)8nY7cSkiL!fr2ZHr4V|M>YM#QB6OJI_q&b z)4Qm%U7w~?ty58F{Y2DRKZ-i*am>`asIy(4rZb^aQD^-`)LB1rDSEgRy>lsceVWdM zPPr8QgiF!w)ufY$gVDn+=i$t9pOa306m{0)n5K78X8|{FFKs&2Iu&)+Peh&dqo}hU z2Tr|Qc{mt7+;SeyEYEY&$^A&&arD%^6Sr?^6Pr%8{FJ!;gt+}k+!0{b z^W~sV({#P=r^KC4i2Ep!rAH7H?-E&deVWdMP9?JR6NxPS$ffAvQuNNH*!5{T6FTKm z^b;;c&#xw(JRFQ3ZaEKUmX|r{s|ES zu20jc)~T?vej==_A0@K%2qf!WBFnB%)0xnzM3#Ock)WTR4&s# zof7wn=&$)G`fHBpuepo<+Vv?-`*cd&C!)XRBbQH;mpc5C!O+99M~LjU~?A-HtUu)nTE{Gr{cio6LDbkQ5@JDp-FNV2e#|e zbgFeK4s1RV2R0wYfz1&IHg|DgyFN{4LZ{-u<`Z#X^N~w2hf6VcF2$}-)0xmImtsEQ zQq1;h(kX|7F^5|&hchehggDPf5n*#ggw0(UfOi3bt)okJ`oW%A4P=C5kV+- z5n;PNO{ZF?BEseq5n;0*i92GzX1Ak0O=m)WO5A=z+($0O94^J&xfJjFGz~|aPq`HH z372B_SCdXT9E>^Kaygt?InPO_d=witM{L;K#fFWrRL?JMI@LNA8#bSa4V&|kxFgV4 z&UVzN=~OG95_di!?tCQfh-;g3IqK7NCX`Q!JD(8ukxMa$OEGsY#ja1&nb0YhVm{$g z%wsmn>w~WU!o*-3u&%pV_EK5q@tXBla{(Gv-((Obzf$ikfSNjzr%G`X7#bm>b}hCR%Y{&zwXMcK9*VCms#D)Y#Na| z*Ik({k7c&(%dBo?woG66vMaOYvCNiznJrtHO~cFPWmjg)W0@`cGF!GXn+7?}%dX6p z$1+>?WwvZ&Rxb0qcV)Ibmf5l|v(03&H9h@&EPFC5mxnSdmwlNn8<~|fzdP+VEsvYt zm07&w=ca9Xx9&D=kDIprrZ+Mx(__-*;=4`f$4%$`rnfSi9%3z*vfFfh+;rV7H`gm05Z$vvk>SdMmRjombMX%+h0-rG1&Dt<0u8SV_AwOOIui_GOl~GMge!CGE;A zJ(gM8ms#4%Yzozsv@5gpSY~NoW@#(4JimKaX7X5OvM;l=mD$vbUu0Ki@>piFFEiQ7 zZ0chzvMV!rEHl}cnQUb?^?()Gm6<%2ne59#5%1j^2O!sA`x@~$okm|0?^s&rzUuL?M z*)%ms(OsG8W0~o`%ycWW={&sXuFUMQ%xqs~x|P{79nEZ4X7*TSwl6c=%4|9hFSaW) zdn_~Cmziy3woGFT7u%JYJ(ij6%WSjRoR&22^{&k9vCM2=X10;pG7TeFY*%LfSZ2O2 zGuy~)nTG2qzAH0-EHmGi*(NhYTBfj7@m-nuW10EB%zP`eGQWFQX8u@azArQ1%B;?N zJ(Jlamqv+GT_rpWB^(1KPI{H_I+Q#IT#N6E)3@SW<`2BQ^6sfs<;yGYo=$FtQ&7{p z@k5vX$AC;4HiDgYwvYQ1;yirEFz3`=C5_AC!If zK`C3AO_8y(>pm!t-3MjgeNgIFW>fg3Ox*{w?@pX`Ds>K0w!QT87sZy#i8w)?(??(V7O?fMqVW8XsA_brsV)!=+NHT5mb-e4qQ zD-qSO#0i@c2V+V^IxKPOrm$cbdq#5$R+*VyE1$1&8Yj{ zjJok=*nD18cfA?)u{Wdcdo$|Bn_=_GOx^Wn)W_b8y6?@X8*fHydODKsdNb-{Z${ns zX4H*0qcuGphIhRg^|3dj?t3%p#+%Wao{na_-i-R#n^E_@8CAD3Tk7=gU70=hX4HLe zM%{QbEM2BD+x2GD$KH&(@6D(iZ$@i+Dzja0Mt$tfsQccGy76YTrl&I7^=8z^-i*5M z&8Qo1Mr(R1vt4gSeeBJs``(PY@n*E9r!w31X4J>tjJog5sJ4~aG(BM5^=8z^-i*5M z&8W7O*)-!_-SuYF$KH&(@6D*bmDv<%s=MBd`q-OM_q`d_w=$d0&33&R^|3dj?t3$; zZ)G-3R8@UfX8u@a`+kY)Tba$Lg}y7Z{8(oDZi(t!nN73()VwRR{8(oDUWuBwGMgr_ zsk>f@njgz--zib^R%X+bDRtK=Q6D=c>b_H==B>=8SwQNpQ=&e0O4NO)M9o{7>HO|p znLTz&)P1K!&0CpGBk0#%r$l}1l&JeoiCVTYn+AoiyH1Jv*eOx>of5TdWi|yB>#kFx zK6XmfeWye%TbWILUv<|hQ6D=c>b_H=maWX{{I}kf*<+_f-FHgVvX$9<^|9-esE?fz zb>Asb>sDsdeb~BtrlCGQ(@^)_5Ow27Fr9L9b@xm|eSD^&?w@I>n==ijQ!h~6J=0Jh zpJ}N3euug_)6klp%52x~P#^mp>b~EhZu}0d>FJQNd#0g2KGRV5odtEX_1v1C4k^25 z8tUUS4RzmFP?xRDrblP$?wN-A_)J6HcNNrSE3@g*nYw$Xp*}v-Q1?9rb=k^nKAP>G zX;>bgX;}8pG}L7)v+1t)vU{dsd3>f}*+0{;T(&Z+b$Yk%Hf@iaw*98JGMkR!%kG(m z;+i%y#UL`3t)8`yKvd{0xXZc0L#7?VA*;B>hvVXvg-v{9(w_neJ{YW^#aTf z7A(77faS3lVA=NqEL$(YoO54xy#UK&FTk?z1z5ITfI1(|cD(@0V=ut6?*&-4UVvpj znoYd`69@Scp|h5V6SZiKD_rGEL|j@d#g#z9ED^kDF^emYt7ydLq2QN&$HTI9JS_78 zRLd*xo{oY0o`>%4=`g0tEAO64WZ(60fA{o|>tgAZcTeA%$t&-kzBSWV-aUP5X0N<^ z{?`0;cgy^(y;5s3e`~v==*Ii7sj9nsUu#?U!y@y$mseVKgpgW1tTiHSEfI`q@i5j% zxw5dazFzKF>%J#r*?KaT=^^FC(<|?u{`UK>jQhK%Tb_&SEAO8E_WQn!?(XTY=l;sO z=Wi{)^6vRtE3doT=5MX;X+As(`yaCXLl(;>?2awdV0}y8L+h6O5UpGG&sZ#Z6Bqt6 zAK|j>Hm#4F-WOWlg!8-1hp243P5a}f_jQ&x`DSE3OU!w<>GHVgeVOG=m|&UDm-4R6 z@?)9heVOG=bSIsEkIJsh%43<8eVLVw%yjAiTFS1>%43<8eVLVw%yjC7S<0@=%43<8 zeVLVw%ygRIaVfhpE01MX_GMP`w(0qAy(_cwSY~BkW@Rh0Y0|Bw?#iq_mRa4G**43C zPQyhkbysHfvCQhe%<5KVd4Bh<%<5yA?VqVw>Q-h`8fvM#GOLeewttFZsoS9EQ|N9P zycvJ>-FKh9{qEDpan9y8^&u^TOXIML>CZkmHV&(pzQe)0aahIlT?{^s!z!l3P`}oZ)G9xx7W4vn_>I#aq-lBh^|JZ&BxLYob;0 z7In^`wN}Mj)S0I0Om9(VnyNFsMV)D?&h!>_rl~s9Thy7R>P&A@r%ctE-l9&Ksx!Ss zoibHtdW$+`s?PKlb;?wo=`HG%sXFB?>XfNEXfNEeQ(^ zeQ(^eQ(^eQ(^^)2eusXFy7>eQ(^^)2eu zsXFy7>a?jk^)2eOsXFy7>a?jk^)2eOsXFy7>a?jk^)2eOsXFZ~>a?jk?JerGsXFZ~ z>a?jk?JerGsXFgnF@O8@S3j&i1WROQivtP&Jlu&W|LN&n5^`k;*_4D7L_($>A-|5` zb`*_2zCBzLT#a%QVY}cq(tQXCL2pcx-ii*f5E0r2?#NWM>W&0H5YZU@9 z2+$GvP&s{!?$z$ru^~;`PuhVxxB3!`NLGBf0%0Q4^xf*VXDa+O>2-80a64# z5%2^fng%ZsxC9@nc11;z+$ho|g*P{xx#7zVSFT4zk)XySv-eAS+(;!Fc^xAMUgQg- zq8w?_UXs5=Dh)0oIcbD+i->MvWhLUSMA(&xx)MQGBIe3Vn45^bLPZQ(8i~x=hrTnV zvi*S=%{0OQMS5=rGmX$XktMqZ0&@w!c=*)ArT&7ygd3fUU|)i-i2yQ;UPdNo*u-@X z&V_PeTsRjDIuLg4qH;miWS_N{?>SX7<{3LE?TWf@+ZpYGsuNW+9vT@ljWN$yaIzrt6{EYRE^ylJcePw=JBSmV8en97Q--L!+^;&pGeQ1BByyGQFkJ{bs{Bn zB9C$+H*g}MZXye9iqx%%e58pao+&b4-u*z^FFJW76S)x+2?Y~b_!6n>66x3y`My#l z$x38NN~9J_|`c36I1NxCHB-3+ggd8rNrh=Vt*yE#qr`- zx_iL1eL(Dpt$@UWKCvuMEUpvl+r$zx#X>Q$-b*aG5(}rq@+Yx~Ni0Q@V;QkhX;*X* z%Wy1%P$unys<8~mG9uUwojR_T_lJnKYWTj(+vkuf*&+>+)tMG9Tg#jX|c6j*(vT_x*k zBFk=y?4=|xO_2mKMc&WI)=9F?6p27db(ta|XrzoJV`Qrc^N-YvWL`{Ua7&T1Fft8B zK20(Xwu%@BB6S~``%>gLB=21!&tZ!EaiouH6=D9QVoRhpOJqn(WE@K*E=!SIFEWBf zVyr}_t``UN-7me}ap6xRwN)b5R%Dz?q`-H-&DY8r@(l$lPrbITSL{g@3W`|4K z=O4fAl8D4eiTp~Dm?@F=DDovGvJoY+`=m$`6b|SYH}YMZ+gUz0MK+{F!ku5B1=Oe>p_a-35i?=kwYgDsXs-)|GVyNXLm%_PXy>s1iVkg%}>Ok zPlU5igojTNWj+zMJrVsq5luZ3>?DGmN8X!6?D3a$G$}$;Z=bnrXI>FxJR*xnVDX46 zPQ2`u|y!b6!GX10p1dE;u3M!65-nt;m{Jn$r3TnQp5~P#2!n;@=AmR zO9bdj1iVVb%}T_fN)gT~5g#fMttk=oDG@{|5sN7i+b9ttDMi4dLNNd%8c1Y=1Yk4wZzdEtBR1-6|X^S6l;Ziz4_kE1>;&@%0 zu8YHUakh@5b%}#@ts<;D&eg@SI*tw{jvyrtb)+~6w8Z*44g$qFpg0B;r+_#FlsE#E zIIEH3$VcJ~MdBz%ilYs8uVXts?FmXgL7gYy z^#lx_V9FDWb_&!x1v`EB%-hKvY<7ZmP9W0>1UWLIB*@?dV4RkiXD^uff|)OTlNaoL z!QL0_o!liaX-HmDirhW(X2uq2Lm~r6q~nmw&6eeIvt_y5Y*{WhTb2v9ESE$@iHdF} zEF7DWOQNDgMTv?eDiSKXS*l!w8ig8#8ii*Rs%DQ^E<)WmOO=aKwNkZGwNkZGHG9Ew zQR>#o%%)zpuTyE$XwzuZXwzuZXwzuZqD`Ys<5d||J2g5rIyE{q;@pvo^M;%nof>_j zj+(aJ$@C)AW~R+do0&EZDx8=sJc*fq3SYOHdWa^SE0>9n}s$D-7GX& zXtL50CmA9&K_m)j7yR|Y1J3qFt8O1>;ax0Lw@}^90wWrI1eT8&@h=hEB?4LAHMRNn z#$QCNbs++!0AdInM!TRXOfj*iCB#u|7ljL|#wdw8*e<9Vn@kXoLXf_8L4PpHgi#XG zu3bc;kxQ#B@*FtLP*B}^=F9IstbH#U|sRbyfa6HAy_!o(62 z+jd3Wm{P)&5~h?erGzOZOeyg(Y**A>dF)Enm8!9_RH+(sOEq3LhDV6Dc0tt(Rbyyr zp=vBHE%CCky|nPy7@^!Ix$PoxAzUaIyllZhg)gD-B^1n1Fhju%1v3<=_jX0y*rD)A z6wFXCL%|FMGnDu?3U(;iq3~@K%up~xKq~>XY8N#sqHgR^_%;e=2#qDsSnYzU`8LK$ zi8$}@a%$mj4BJe>1(vH_&{aO0FkS6}$H8<3(}nVC6=Az#bQL2OKAR9=?X^%fHVhNi zD#D1N!`cN^^ZgWT7+kDfP<4(U2qT6d69}?)LDiV9V6lRsO4uh*nE+x5D476a#o>-P zq7erzUXDxL{|b5gD`2mJErM|g^p=2B3D}hYZwY8tt7zc~u{Xuc0I=GHagn(wTrh4! zS+xsp!*CSC0lR7!RD|IuK2U+gYEtGwFdW5j6vF}1Y8O-uq$RLf!jW77(rU&*)fkRq zIEvxKX<7l`66ha+{%IFfjS+wWwF|1odny1y0uUqsK>`mX@IdW?sxg8%ZYm%`0wN?J zLINTrAVLBmBoIOZA+%OR-F(SFgakxLK!gNBNFam+La0^5mkdNmK!gNDNI--HLP#Kl zB%(bEh>(B?35bw@2nmRgKnMwhkOUzlkU#hAkbnmXcu=bdBZdzW_#gof z67V1a4-%jm32;N;g9L&@AO!?cKyb|qo?F3ZDshZgaGDA(O~Iup?0*Y$FJbN_%)KPe zeF}2}VQwJI4Foj_Y7*2W95Ivti-hxj0%0Vay%SI);T)X690_OABu5z$OW7lE5YjY?8nx ziN{A3I7wiW1U5-vlLR(NV3PzkNjyHPz)1p|6o)?J=w=+ijAN8>81m&v=~0eTXkCjn#T0nFNw4lC(v>wU^Xskp@kmlmtlW<=p1o3*K(ALN5vQ zl0YvB^pZd?38<1lC`pcGWX4|Mkpvz|fQ$slNMMTuwn#vVT19+M0f+>ENT7lQDoCJ$ z1S&{!SRh!CfCULykU#|qRFFUg2~?2eut2aN0SgkaAb|=Js33s~5~v`_VS(^L0v{ys zK>{Bn;6VZ&B;Y}k!vf)h1U^W>f&?l^pn?P{NT7lw$FvqcNZ^A6K1kq$1UyKfdn2%;DH3T zM__vdwnuVo*#P$laE}1@2%L_<=?I*T!0AYdEgL``0n}+1jGHoX!7ba(dzhYfLE{)9 zY>&Y92yBml@JNZhRTv(D;Sm^~c0tvAMGJ-s)zdE6TZQit@E!s0c{!@FQ?O0^ZXqVgvy15vU#k<`Ebkf!t{q z{4rdfz~cyc=mjuG0CR+F>jI%806G%6)L#y(-@V1Hs{w{bV0Z+EM__mahDTs{1cXN- zmAAm~2n>(F@CXc#!0-qRkAUzY5at|cmlm6&^rRO zBS1R>vm>O2lSs8D&^rRXBhWhn1|(oS0>&d`4wK+{1fECWc?6zE;CTd|N8ot`o=1Y` z5qKVf=Mi`wf#(r;9)af(7#)cy)B>9$usH&oBd|FFndCN67Uekvm0zbcCEH0<9xJIYPz~fzA==9ErpnQp1igNH`sV(-Alw0n-sM9f`ov z0;eNzIs%R(;5b6A1%b;ExEzV#!~&QjfH?w~BXBtamm_dF0+%BZ?NR8H5zrg~&5?+1Dxf(6nj;W60)ZnCI0Atqg!+^Sohh(50*fQCI0A|zpg017BM>+e zQ5^*YM?i1{0!ILC1e8Z0ZUo{+BIuuh+z7~xfZPbkjX>N8#En4Q2*gdR2-5|*5s({M zFkRRiSukA~9KC?4E6|NzZlYLK5p~~8SHW=flBhaSb)xD- z)odOrWR61SC}fU8<|tr}0_G@SjsoViiiEm_#}=v6w4{7tLKsM~mKqiUmSqiUmSqiTznZPe{Nwo|oJwNtfIwNtgn%XaE^9^0up zQ+1~5Ox2mHbG+SE)R?KUP-CISLXB`X3QwaDI|^8%fHewOqkuIESfiI3FT2u6 zrIE^GSK6plU8%ZKb&Z!@se9r17ph*UdZFrtsu!wW;$<(?z3|u=Bq@RwHb=?at3Wy$ z33U}*M@e+6a61Z=qd++dl%qg78rfPEDo3Gm6e>r7aug^>fpQcmM+2@8q`Znr?-blep?wtEN1=Tb+DD;%6xv6jeOg6)aG`w^+DD;%6xv6j zeH7Y9p?z9Kd~l(C6xv6jeH7Y9p?wtEN1=Vzil`fdg!WNrABFZ&Xdi|4QD~o55e5ml zqmVlaxucLf3b~_@I|{keD#9`$cNB6*A$JsVMn_DCCYp?kMDr zLhdN!POAumg4|Ka9fjOc$Q>mJl!EXm(V*6fs2hWX>QTZ%DR@u2pla-qh*7N~EK{&d z$R8yZlY#&#v6vK^M}c@+MHnPFj}nVXL4K5=ObXYd1ZC0yd=v_(UGUf#r0~H70#br6 zDKwBq5PyXWY8QzM;X=7EE}V=Ph z;f)mDNa2kX-bmq%6y8X|jWjZfD!h@x8!5bz!W${Pk-{4(xRFM>N`*I4cq4^3Qg|bU zH&S>b1vgTQwJW@l!W${Pk-{4(yph5iDY%hZtX<)a6y8YTjTGKU;f)mDNWqQNV(kiV zr0_-xZ=~=>3U8$FMhb4E7Hd~{BZW6ocq4^3Qg|bUH&SpTwOG5t8!5bz!W${Pk-{4( zype(%sl_B0-bmq%6y8YTjTGKU;f)mBNG;Z`@J0%6r0_-xZ=~=>3U8#KLu#>hg&k7Z zA%z`M*dYZOQivgi7*dF#RuOgxGNd3w3VWomLkc^jphF5e)GERtVTTlUNMVN*c1U4| z6m&=i9kIH z)T2N>3e=;ZJPN_15In6S%nXD_2|=W=JW2>6h3Qd35NU)UQs^Ef1d#&qC=ibV@hA|F z0`X{sAW}jQDO`^df=B^;ln_J;>7#@oQiz{c5oQMaqp&{;`=hWwN`N5+0#YELRuN_f z4x~gFQm`N;z>vZRDSVK^2epbYGXNn45K;gkg%48rAcYT7_@K2S>c-3fgcLwX;e!-D zNa2GNKB!fMnE?nXfRF+RDSVK^2Pu4zM*JWJ5K;gk1rSmIA%zc8_#lN3(j4{$Afy07 z3LvBaLJA+G@IeY6q!B+z0fZDlNCAWtKuF<(6h27dgA_h!t%$lYIshRB5K?F$g$7b+ zAkDFp0|lf&Knet;us;g>qp&{;`=i1BDD02I{wTL0eMG(z|&AdnKNMiiFhU9= zq%cAXBcw1w3IL=frkoH!3IU`LKnek*5I_n6qyRu#V#)~tq!2&~0i+N>3IU`LKneh) zC8nGZKnek*5I_pSqo6V}AO!_dP#^^bQcxfT1=1z#2yN7n90+8sH&BV+eVYUN1L94U_@b8=)N zj)caMAUN_2zvS(W{J)V;H`4M(n%l^h8`)V zWE_pmrI86V5{gEG&dBqrFhL3vq%cA66evi6f)pl5VS*GUNMV8$CP{g{ z8BCDD1Q|?_!2}sh&^rSPGN2%X2{M=nGN2%X z2{M={g{8BCDD^cZlE0S6gy&^v<;GUy{%g9$R2AcF}qn4otC6l6d_ z1`}j3K?W0Kpg;x+WS~Ir3>L^hfnIYFsi0mGI=$p&+6>0&vN`y%sb=As7oK_HnHQdU z;dLxL{1O6LcpnQ7kD&t_8L*K78yT>X1#D!%Mh0wT5hUoY7n}1Q28Co$NCt%zIhrCx zlK~+a5Rye`AcI0OC?tbIGAJa2Lb4R=Uz!ux;EN2t$l!}!Qe@pfs%{^Z;RJ-pV372wV#Bc(FWFSZe zf@Ba#27zP{NCtt_Dq=VRK{5~|13@wfB!fUQ2qc3*Y85e@z#a*eip*GT1AFy)xJ7SmO>{egT>Ooq!O#gY!K=;iTUw-`c$8SG9efaBdCmEE|rEGsJMp=+A1NkzLF9Z29 zkS_!IvIy{GAYTUZWguS$@?{`j2J&SfUlswL4CKo|z6|8cK)wv*%Rs&iP1>fqYp6cruVL1NkzLF9Z29kS_!IGLSEe08a+;WguS$@?{`j2J&Sf zUk37J5v<8Tz6|8cK)wv*%Rs&iP1>fqWUrmqoB91NkzL zF9Z29kS_!IGLSC=`7(&FwIb?f=mYsOkS_!IGLSC=`Lf6jXdqt(@?{`j2J&SfUk37J zAYUdi^nrXC$d`e98OWD`d>P1>fqWUnSF4C|0OZR+z6|8cK)wv*%Rs&i;_ID(d>P1> zfqWUrmw|j4$d`e98N}CG5p`pbAYTUZWguS$@?{`j2JzJ@!XQDu4CKo|z6|8cK)wv* z%OJkGS;S^{-(bNE7R+G53>M5_!3-A6V8IL&tW|`if`Azan1O&92$+F@83dR?fVGM+ zP!KQ!0lV+Tvh4+i3mayzVFnszpkW3YW}soFVYmQa2JmG7Uk31X_Y`S6M~4J6NHBv0 zGe|H41T#P|0|YZbuvQU<3;<>UfZa8ImlpAV{Px#tw$sZ~igjUHb7S5P1g)31HU3k2 zSsgy5SRneEmhv_!%eoQ7t4BiYvr=$2fT&)O;0ISjPIJ(Q!E?P zwcSYi^^{`y*mR#_3E8xtVj20a=|9CHte<@yXIj&eVxSaZtt8RBr*Q?i$XDNiZZpL%_UNT}L=p1=G0*I$2n z{(&?N`DdROJ^gQ~*JlqTHuTr) zBix4ndVK_rdDiPA+`a?#`UtmgLA^f0?R!wKk8m3l>h(2nl;_SE+Ml<79j#%z&;@xl zkXHkFHIP>Wc{Pw%19`PTUJc~cKwb^x)j(bia!_Q>_JsO*=#^#zqHX585QLChJToPo!+iufU+;S31QK;I1F%>dmDzRjT8T1EVj zKx_uPW)N!zsAhm_2A^gTo62%bmoQWyG=n`eh%Cwi`f`3?j+kkPQ6DppFdK$UuyOwkwFyQ52o9FNl+t$G%`pdgETToBZD+D z03!n{Y89~q08V7!L7EfOJuM_21{hHLha645G;3h~63ekbw;u zw2;9F8EB9}1Q{TZf&a9M7%Sm_4D83CeGJCuu3xgpTe9CF7YcN}u(orCT; z=#GQ#IOL8)?l|O*L+&`_POFH_4wp33_-0A(kUS2_;{ZI{5}Lw&55VK_JFOz&;e{HB zJ_*3%06Y%B;{ZGkztbur_6Puv1MoNij|1>H0FMLk_$7dP03HY6aR43%;Bf#RXQS2u zcpQFbt%$nWp9SE#f3LRZ%lzfX-+%i2(d_Ixo4U@1uCtlzY~*@u;yN3+&gQMN zaqDc_IvcjmUahlF>+I3CiVAfX9=lL=p=$D0v#09pr#f4yt)fcZmB+@H&)%uCZR%{9 zdO$#Im9~l&>Lx!m+oS%nHOjVVY>D1UAa8#=wn<})G`2@$Ym{wKj~&t24Gq4>*#>p^ z9%nDq*#>pCK%MPR2jlSwCgkjfIy<4xCaALk>TG^G8=uamr$;a$4~~b8PLE(hz&Xz5 zrn9l>Y-)PIInHjTvytg+Vmcd`&gP}Fap?i)q)06UdgGus4tnFDHx7E^pf~rw-DY;~ zFgXsA;~+T>lH(vb4wB;_IS!K3D#Cz4avUVbL2?`<$3b!&B*#-2Fiehvc=wK}sB? z#6e0Nq{Kl=T1A<Vw*2G~=9M;6cKkl$5j+@+JO&r$5VND#?#9>Wb z!!ZeK;;<$TYvQmb4r}7DCJt-jk($h5O&r$5VND#?#9>Vw*2G~=9Moj3h`MLnNxE6e zIS`5ip*RqV0}410io**ysEKP>Hmr%mnmDY9!vVB1qbVMJ5FmVVIhcIyn69**mNMYuXBo0a9 zkR%RC;*cZ`N#cMc9{h;oM0I?pj?2{Xlsf)V$3N=$M;-rYs|b6;LFzb29q*^({dBya zj`!2?ezuCRH{73&`_u7$I^Ivm`+5J$w`)t>qK-Gz@rF9yP{-%#_&gn-r&~;bae6vV zPsi!$I6WPor{nW;gxLTbEL5|PWi4f#C zUt2|38E#l7M3Cc;bs_{gj#(!{kmI0j6=7evYMl^4j?dPK5ac*-od`jW7q?Y}ec{h_ zVg)&lT_;wMGPZ%|{ThP0^yu|peDmFx|K5uJ{?ixVfBNfhzgi0~@9SF6yAS{Ow_n|gesZ~0 z)a`QUBko(xMU!I?;UFGYE;JlRg<$50M6;IV3;j-?H-947wYU&@WJbtWv zSvT?8OyvD~&eWfLvG=vC(L4N-->-?A{8caO{((}xRnk9Eea(wncg}0OsOziFZtZtm z;eob%d%vEyFRy-2Z4|wGtWs}P^^di@=CRf&27bA`w=3c4d3nE{&&yBQ?0w1Wp51Go zYhAExA1t@pSNCuCSax~vSWV*BedG53m%L5|+|&DXMFQG#;(e*>w%;orN=noEdH{d> zP|}2O9qs$4N)Mi@ncKPvzFbXEuUS?-$@@!Q&tJEx?)xgQ6#FWpYfX1AOW!ZoxYzx2 z$=-AQ2t!ZH`X(V@g)K!mVG!wHQ*~+S}yc+afGfREHl+}~dH}hyLt@-`+ zbgy4@9ktpU_R^$s)qif|*P00DbposJ%d&I=`$@W0)jw7~^NyGP9WU=wm5FhcAN!8w zeZG>!cg={uUsI5kp_%$4o3ZqMJ*$1+o08glTpbsED~|@SRZ?xNx_uGb62H~6ZkM)c z<@+_T*Q?C&Sq|L`Zfmvoa#_8(-81>+NA_ITZ&7b6@;+U2M)ZxOKd7Z-c`w(qQGGM= zhm>Sl-(#C1_KoOkKi6%Ib~T-5kF^b_mvwTRv$dgr^{Bo5b6swA^bcgOeV{D*{&L+X z^0n+5?0lWpH2t>W-tQ&zRzjhE^Vg!zSdVxN&PahjJ5tXpv(BS zUO)Y7Hk|6Z^3UyCv2ts^uDDhUdEEq}pZ)y`{`|YIKL6s=$EQF3{HJoctf3Vysl7tepIr2_ z%jL87Cx83#KYrK#_=l%I{_9`-;=eq7{@s_qy}sAhgO6W+YJc#{uRnd$YWT%J{I{p} z7yQA;Pf!2P^)H^{8qPp!dUzx$&<{jb0O%@<$(dwZsT z`S`D2fBUn~K70E5tDk-L5B~GZ&wulmAOG#^|NfuffBgIZ{2#yk@<0Fm%jK)jp8n-O zK7IV*XP>o-R0V{{Xi?f**x9O zAGWKXZhwlOeYXA(?e+geFTYIoQ}dsC`rprgcT>pGpCI9%eYPiI6#OU8H#}?jXP@nB zc=L?kZR(xM`1xWklg^Xaocd-(SM^uzP*fA)NFt?~fC5A7AF_$|Kr@-=_^)t5j064f2O!uEHcUaPoOO&@MU$e+CoMQw!p*=OIk z;pLCo)orBOjCyx7xaVQ-7hnAA#~<2%{q5IZ{cxQlDCO`Q2}?AL#YF^u_nrkG0{}?nh;P>_$G2&IMR~}b6u1Z|hxVr7Yr3h2; z@`z=ajAncIJdv{?M_^VWVG@aukZ^<)BTf^cb0Sp8k9uYP@Dbz4Pn;D;+Amwf(`kP<=)pbGi^S`(*T`o`Sp{I3y_RrUvQiK3{_u(I| ze^JV$%Da)HJ?VA)zqxa+E3#XO&sRm|&a6NG^)>p;^J8otr@QCQ&VK&!DMdu0{x9$3 z{`u`uUM%P5fB%#sh!JA@oA3VRmtU`+>c9N%+fVBpp|7>xDfG{8wWb%be|sxhqUis9 zYV(Zi8g^UP@4x@}t9RE$WBUZXyTt!I4d{GVwnpDe zW7%r2UD-8kcVD)?m-{lWL%XePb%*t3%UE_L;qS|?8+b$6GCWJZZpw9KS5~Sk^U1x} z^9=W81u%If$|>y_cZFI%qUXjgW{pt`c_w5Th)9xd(4u4e(evTHQxu51~8qm{eQ zL)n$0>&mX^NLOad_;*>yvXaMpm!WSf8C-|5EA`lwUCEuU?CSCE%JQIt74sb1t;73U zu}2-su2bQz?21rzW!E`nS9VS7(Uq0)Jr^H;k8(Xd+n1H$SxOn(E!Pu&ec50$Uarx8 z@5}1-;6`6ohBoTe>)n-IxzWBXk8P-qZCsZHec7m?dY$<8Wy{z`9)Gu5Mh(@njBV6B zwz0_A#xjg0zFf~FbY-LMx3XnuW4ZE`UD*|M>&uq04I6EBxt@^k%j($1bzHHUa~_$ltPFOPpCg&ympunX>dLN&c~_>xcRxP|sp!h`F#csL zb!>MTY%o8c9qP&^&*GD3@yWCJH5pJ>Rz~gm^(GwFUU7(;~w+IhX79QCBv3mNNcE#M`JqSR&7+LDHEMH_{Dcn6D)W5nX)Z@%Q=`&*VOV|~kDt8M8#{BBLTwhU!D zjFa^;+Du!03|gy~YlM-mY#HW%HC=}Bv?kHneR=o>v{~5rd&n}_Le}^XV{l&Wy2U- z>$r}uwGLx!t;=O>W7K{7vr#Wg8vDDXVT`Sd3}b9vbQoh>*)Yb|#fCAqE*FbQoioiLEY|H0X4>$S_{DS3m5(w6bANy!*4s8*HYPY5$F1%lh^7>fP)2T3Xrg?Ow}zTWDq3#(oU@@@rWg`!Vd*x3VRT{TTMD zqz$`1^dqITjAeCrmgM7mPQ&*@(&aML*UI|wRMO=AwXZ^NZ>?equJW$>%5W&L-im6d+%Y-PimQ>0#&q1`&nZClyk zcab$C>}4$L=RUF~Gxect_@2v}(6g^^_3@2m%V2|TRO`QGt<1`BZ_fQ*!TO~bG`Yrv z?Dgl*f$RFRe#{YnKK0*~*`Qr_AN1nmI=Ph%-vG(aAzS*geqPebe9&|DVO`eB>g3*~ zpYKY}S8n>QtmrVOS5S?Pbv zR#y9Ow{R%7%T5R+g9X-od}6`W&FDFVpewhHqml%Rb&)`>{^#InZ2R*3VzmeDFK# z3Qa9TS@E%rVeX@A)R#Jz_2ZDPaY=@Ib?|fQ8iK=zG8=v)U%X$Fw6Z)t-?H?3P;I3# za4njbVLh{!wn)h$Ur}~uR#PRe^>hX%X(bBpTAfd*QV={=w*1m=QKcfWo?q# zkN0a?zb;$Tl=U{VCMxS~W=&Og8QN%i>FaAt_I^IT=2hzVpw@&+%lLQ09_^Y`=`ytO zoE@wyGa1@=4ng0Qm7#BH!yf3GVQK8!bBM66Y*;U>`IdBO!}Bt>F?{1~4d`FSvVIQI z$_CcTED!Uc)k~L$HuAs~*cw~jhqCcq`E&lGzHG2Te@@2GmF2+}+=lN_D_e$l>d(;( zyD}NxX|~IxEcJT@t;{cDS9<%<7ZhO(vKV_c)Y z^?LwoS+Dyw@LNCsTVufWx?iKf_2bJL2d>|rTtmY3^Nls^mQTuh9jqa^`fph))5+g? z|1DdCb@kt}HEvh`En6dZU4}Ml%0nAfWoV;X9oneb#x}|_wz2ro#x;~dUnYZwbg@B0 z>p}dXjb-3P*I-|RPS<4geH&|7++GK3VB9>EdH)UYH9%<@%4$Ep_!^6IXji1SeP07m z4sEpc+t7yOGPW`J_|~C)(DNGmZ)igYKhsK9`}C`VUNPgW!R%=Woh`$%gCs= zvcZ?o$_5Ull?{6oUS(LbuVwujr@OOFe*<2Cf%TPA(0?&mZmJ;xvI%ldV4Sr3^EWqEj4 zWjzd#hqB=eOu2&QLs|B*joPyT?V~#Qvf7I2(tm5qimK(IEcbh_t!&u$E@H!XtCbC$ zRx48(+IUVa*_91`wN_RyV;jS`+ZOSuAG2GT4DVTd*xzksKD_5PS`F{Ht;EOooG*E3 zBZ~}e&D;vI{>nyRK)3hPS`g!qM)~{jLp=tPiH7)(PwhmXl4Yo2_hWggyv13^o z|8D8$%4Hoo(@-Y;9#2`rob}IQ&w-2kvhnZo#fHDj(ldNzP5d}KOCFf46?yOHaILKB z*v7#4w*_MIp^c)Kp^Y+pYs;EhaA>0p-`W+mx1o(Xd~3^^QEzCYPTpyonhkB#!RJuc z1Z+ba%f*H^7P$;CTY(bm&41UB`mg>+(Q5)JQ z!(6JB4gSkkHk>A-FTBn4(lD;A=NpGM zMxM2m<-y+8Db3i%z?Q8?QHJke`!tqG*`WJu1B-nToFdW>b5 z!)5nj4wrr4|t(^^Kjm|l@05%^+?V5PV=xXYd_Fs8QLhr zd6)H6`S6|2#mC>M4C~NVR_oA49k|j~Hk?UnWrIJZl@05F^~6sZ+o(FWF@7uZl7@L~ zUWPsWR%XLIwk<%0d2E}l)v=9X52ch#8s@QWC?4jqCT?ZJxsI}aK!!H*WflwSDjW)mxZRCMTSdYIAV|ytB zlhDcrCSfIJhq1kNWEk7aI>HQPRmL`!Vb0p70>hkjJ)SqTQEiyBmYRn-YpMSqTlbc1 zTZ%#fv`fpk^uJ>X`+nsaR%BIF&hTtSU4jS`;(QaszmY@v-1k9@dSc`^CPoZer4Mor zrTM~`6XU*>N8JPK+-Gt(a|gQ>NekxpTmEPI81MikMm+i{`VIOR#0DfrY(Qef2K>?` z>EmB{k3U#PH>RnFZoCujlf;N+PmH|$bC>qUH6AlD;xQ8=9y77i>_ht{%~Nz^ZfA7k z-2>ftH*pV%?QI{|J-Km{*; zZoKj>m9>FxjBm{c#u*k3uB%fyT@8%f=EU^VM7!vZyb_~7@-~S6sGKhP=o9^svpntN ze)bXQk31#OA2B-mBgRC3#8~K$%HOh&K!4OzAbre^{)kCFU1IQ;ROyPa58j#b80Veo z#NvISqSnzLv50jkweZ*9o*3^;i3MjhHeAlsw-%YJb%vfQrQ3c?G1^S~3>d$DK_k*&A-0k#C8`ue{HkGuy@mpAip9p_!)}5&hg2MSZ2vz zy^t8^ON_z$TcxCb$T5cF8|1G>eMXF>0wckQ!%MU2bB&B=DD&#?`I6XlZ_K@rZJzM= z!gX7ZeIOT7VskT=wJ&SFcq^}z{>fZzctc|tx1JdH>BM+HPZJXk&cqtu;5g`+pLt5Z zXS*KfA)9?!g`#DDVw@caL@l6N(W@)y==bIRD zrR71H{_Xi|MP$iQyYg%x`9P&(4{) z*#!&x$U~bs7~S!W+5Owaw>k$L$#u0tSL96t9W`fXugyumK~%yEbG2XIb9^#9mc&zF79Q!@wbmetby;bgP`ncoK zZgS?#yZvVFb?$E*zTaq^u`}RJNemk}=C2IuUkr|(VukqYgG!7%habJl0VC!!iYD-a z5eJnRKIzEq_xDbm82NPNDwzCU|LnJqM>}{b6C*#qPUi=P51<&{mKgE7QH8~s)5%>o zDn5dKC$Y{^)u8EP!Mhr3jR(ftY+~`(uN+HXX=1$7CDxVgz*mr1cmJIpjO8}Y>CWjl4x zzf#x#$Ewia5W_ymWBh^jzcDOPf!rV1d|>1_CAME!__ybQ@$QmXu!pvML5Vfa*qukQ ze>>2>yTPwg*s#3pA+UgI}& z+KKZ`3{J&zy-qQ0l{6W;nD)ya#4{8YV&jTUzmK6!y~lQqhWDsS*YNkqpDva$_tnHt z9S=_J#Nd_uxvp8aH1_=4<-VVA^dxq$8TNdv+vEPbm-a?t*LLd0z2K*biVI?or@~~+ z>#-*jV$6%Yr^3(`d+GDo@&o5d{5daMn{{tuGz-I~*;~7_5+aztO*~v;yw_Ife)IRp zNvaeg_shly8e5K@!WQyYlr`96@1E(mb-aJ0`lO`G_^BR5#}Nq)M4!wEcc`H@g|%Y96gDV6IYpJLpjtH6-TBV zaFZ5I7Wb%QTxnu(Bp1fnbQ(1y5}WuLD)|OE+Qx78;Cm?SDhGV^iNOn25kUAJ>Z)EbwnlKAV=rTH7dEKi{S@858LPTvm7%V#ECuj`1qW^p)WFzQ*^}{gS?Y?)N`oYhkIj?7n4|g_7R-pRl9*c%v(%MyZt=;{H12>W4iAroJ5J~e>szP z*r=os`?&7OsgL_CeZCbxNgwO+O)u}*XL&C>^5DiV!2(QQUnMXcF=ex^LR9cRW2quR zVESV#n4Rw}FBXh>^L|y#JXq6 z8J;CapK8UG+Q;%NIoq@3=!dKHDEkQ4?SyB^{X9!<^DMdDv*haYJ$HJRq|Id?4?TUi zds6P0#I9#a5$c15XNf#_Q6UcW5yZnqnWs~X_q+Y$VEUSGUZZSBeT}Ff7Tdwsl9;;Z$}t_cQLnPXzCPQLvr<^tj@lfFX*<@o zw;lYQRY~&EE}WMZ_WSS!-R`@1&J_Ffc6bpJBOWs`@0=B2V!v=7$9=>V+)gdTsG1u~ z44+`dSktdH(xTGiLyYt4KKw&>z#*QP_qW7CIfxUisuW8(!u6Qsu*H>&A+hdyJbXsw zMrW?3e%mWgU}F2x@BM7&IeBMbGu);Bxq^!Lz4ee|!400+di<^D-(APOv5fbrvX<7Pk@TJ{NPFz%38TRCU?6v(kOOC$Rdx(WC%sqbK%uH;! zzQ_CJJ&$jzierK4d%g0`6y`U59&35MYoyx8o_xg6M{xro$0ZK0Fm>o%p4s=YmiIiy zXUtBTCF602`n9G{VSc|=!~;x!>^C6OkWeu4PBLzJnv#8}^|w-aD@D~E5^Ra*x+8ubjT>IgP#EqN1TEu*S`gDvij z(e!gg^W7jCxq^uW_vFggXkyMwZ=4%xK4VYTGc0pegeYL}QA8N;U19q8UK2x~=gsdr zmT=9-$6H4Qg3`x;OD`&bl64!@ib`y`mV=za2)T+Qa_| z>uDxt+)V`^`Fr}|@@P`t>DgI#X9cHRG38ir(L~iIVy?`8i^_pvu9kk~ z3a(HNeQvSfTZ(#UM~>Zi$EgQkSo4N%N5C2O&QX$7au5Xblf`#9Qxw#RK z7?yH2hnRZi7@JZ~LF6cA60ohFImT~*q>=7JihOWZGLYw=Xv~%^DXS}o%4rXvF#oof8$09`^(Qz*maG@U+(CtuJ-wR^DjT) zuL_%ez-7_?RRI87%9iR^?D`#1N4pjC`4syb6Ij?^e|BNR^I*;H@2$rCt^L`@LymRa zC0$AHRkDm$UGPg<}rS zlJmK*PIK>`?%q9r-;)db8`oUeU(Uz&V`j45Y5v~dn85ZggC8uE^{bSk7ZC z_c50H7)v;oJQ5kpY>s92X}f{WYx8gYl)@HgU4x_Nhj~WKbL~U>zESV4u*Uh^*7*F} ziT-F+4FYT{ZzYd_-RW3@J5$@=5PR&k-Mg5&yHXh$O9cdjZS1SIuV>Tt{!wLzyO_U6 zPEBFMeQ>m|>bOGQv)s@4BMMU|w_;oZ3&(Ol*XTC&8(f4x%)NVubASK(sS8`!7VUcf zZTD|pd0}_jZ@5PBw;o1eox56#?pl&3+IB3QkdU<{|>fAFPaaqz`p8rjDfW-*0BkD8%=DozP+hadfQ9v zT>Jg|2HAdvx#_om?C0JawrGFY0!8;Qz^3cg7w1s#kM-!D#Z|!D-@D=O1$w5Bzr4SN zHNMrneQ@UVF{Xbzv8i(kIESh(V;6gj@A!R;yO~pJFeWxX=X5^yAMYPOERbUkd=y39 zfgI$4w_hQ0aqw%l>#>1yj z&*B^Ga<-2znA6eRSHD8;V4lUJ4d!{|r4BjTVvSOjeaO)c>pPk{bhN+*t}F2n!!90O zpVmmFjBMTSd~|(U#Rp{{zOjslU!Y1QGtWJ+S;z3)9iuI=j;^TEsQ%t`?+*1x)z$KE zkNaxeX}fUWr{1UCZ0@VP#@kNc&6snEE$3x!?2SRq#KNxM(G2(Q4Bid$M$Fln<`sHj ztiEkG+*hgN>31!3Xx=K&6=R+5_^$h4J-(wAelxq_<4FwvWNsI1^syhZ?dkWi^?8h~ zZB|@d{;fK6?C>nv!ToX^eIDa@hZtv|x5n|^uga#`ZZG@rEoPkSH&d*}VBQzT{qRSO z+jw^wx4RFhbNj=vhsNW*A}w$C>D|NMJI?97o>w>UUyblxZG`V?b>#4SG1N0L+z0Vk z%UH*Ly~CDk)4#o*brI|qxtMoi3n_#Woc zXE|3#N6j_RWhn-49rF=yQ7OSq%>4q7NMYCgQbbRGvHkfCKH@Fr_B|jm{0C_!;y=hG zLI=#f&;fIAbimvP9WeJ*2Rv*Q>-HsfKKI|zCpeEj!Flw*%%e|m9({uI=o6erpWr;l zZ>Ew)!NR?EjSHG^o)y-)|CVcRi8+6FUi(VH=&7*l{d}^Eq#quEz}Q zzqO2KNDO;pt>(E=8xU-8Hz@ZDV_u8%J~6-ZwXfJ2j>Y(m;vr>x`)d!3`&Mz2GFQ8A zF=H0jp8bL0i4hyHj(({HuUcV)yT*c7t+3@@JH~dW z8S5HV1vs$l-Z-HSNP7r5sH0PuzS4DvI^Yg{EUvn~w$snLn{na085b^B zY+=3~r`B@*x^dxoz1+6z({^LnZZ_L3zK`7(-$(JsGSB_+ee8a>?X-t>+C#KUGskwF z^KXyA`B(h0%=4I>e|z}mUzDD=lPc|wY-w=V$8kNDv1&!rVZX+G z?L4sf+ui&w;b1RpxL>yMYkRBr_uh_qZ}-qX?xC&T-}|8}j{fm|n&Ugh^A}gFf2)5y z%`nGzv|0DrkMW(y`0itT+UQj_jXth-l5&yJ$L;Q2>P-};?{#0_7WXyJFqh~tzWW&8 zeT*+0Uwn=)j0>-FWBgtW=dY^Li22QgIYc}5V=M<7xHx6)!~5m=JWtQ3PwRZ``nTpI zR;u|0GamDN3%lfe-Y?H*EXnx}KEYF^)4&3ss{FBqHGD>u9*-Q&*z??J?5o7En~EkH zIoif<%4-kbvFP7$htnR9#Y=ecp4do67r#&>;p zt^)V=q3v_7_vExr-D_$4*zZvXT<^)n<4Pa#_%7pd#>PWm#zSAmLtn;2U&cdU#zSAm zLtn;2Up{P~`>8MQr@pL0%L`0>Sw)KjOnrGj^Zf549=Hk*e_$6Kl^EaZZ6Cg`+l(Qo z&~xUcb?ytd86T0iTI{-_4rI)2vo~%tuI0A-!j7^Tk951XK>ix~?RMWPZy)HWDs$oQ zt?>5_-{tMvr^W5M#n|_EH0kqcla{<^=heSa^d-n~jSWZ)d$%}Xks~JoIkFSw2+!%>aWyJyeff-v?9IzA2*s}PHEh`S#1!inne8!d)2kZtj zFRM6Uk)xS!8jpPEc;q-GhFw=2u*lJj6O6W&{cgV1Xy&3sGk>c%VC^IL7NUQgYjVIA zW}bR<^<`SX&P(@=8qBj$C1_thA3hNSjI|5nj^|JL`n z#KPa($FUsuWF=03$&Hp*9LG$J!}crw%^siTc*gWRO^kbOOz%uFwFRn(^aFFvA8%BN zVT1e%BZHaK8p}IkJZzs|kzufj|Dd>H#mq;n^p6L|UAGG2ifQXrk=F-?{)lbPKoth1 zk8RFC6}CjSz1(Ztce<#@Co$J|%S}~9>*)9KmQ|sq$a{=o`4#UH3;USP{aM%FGrq2h z`XKKym$8b?uztTY5O2=+CIqJ{?>$RKawcq_1)@6 zUSvD`a6j^$CKkx+yVXC!7BKv9KOzz2_1)@6dVw6iTm8r#l!JGxA2|VX_-^$}xJM4( zt$qpP$l<%yzl3Kn-mU&6=Ysv^jc@-FM8RSr@BBLQrrC+S6HcOEVjJ?#agcYy)A376 zvK{%lzhoKaWx|{MOX5J@g-`XDaDcq4h3$xY_!o=~MjY}lAlSc!^Y#~%%ABshwc^_^ zfRf+apXcdre$)DMet~4neX25Kqo&UfbD!?*Tr?EJ{M;7`p7U$>a?_$pLee6kNaefX|`&gb=#^U^(WcKm5R_G7& zJiXzX$LE?ybIqf><}qCJn67y&*IfJMXBhjp$9azHJXe*6KiH228%(|MV-*8awqJ%a zn6mvMpuzTad~l!q7TrGZ-TXS?Z`(t*_K>adCR~5Y9!f0igF8h2XCM1`$kraRwTEn7 z+pNqm#@9Q0sKo7JVIT9@hdM8Nb)Nfip8Iv4dpOVIbDjrxh*~1Ymui8rjN$x^IqYM( zcZYf~G1q($yU>cu*54xzrMA`LZzpjmwR4@nNgPUI#Gxd%KHDwjs3c=B_&18y8GEum z1>{{H_GDWPd$OeoV!Po!SmfrmqKjl+7VmF~J@#p;OXOX5+76#v3h}vjcl(x@dv|y2 z$+p#ldF{cTY@4`@qR+;j%p=Edf0LVA*j0`=$Z@pS+QEOCSohmHgZpngQ@wD=&25eP z$%VlqSH~$jxhO)FBL;Hhv>->?G+WI5XN*l^!~OTLY1&=xzq{Rkm;8lRX}Go{hdkBC z=NVRy9bnD#D!S)Y49}~Wo>#FvuVQ;%#qqofcG{%qdrIs&&r@GoH*UDfK5%CD)!ol)xS!W_Kdb+|OsZ zpU-wbpW}W$*EK)knxAmZ@8_D|=9=HGp1H&E-O2s3-^V_^-tGI{uJ7eNG_mXcvo1g@ z-e39%eZIx}>)-10?eSPk>KPVBtZ8C!geG>}YiX)9G3TnPKmNhS_wg-^kGPD)h@)*q zRbo5uzg0qJfRVRY7&iL&;Nnk=xQx2S<=E{!Z>qAgYzdb zeNcJBKDN7@L#ev4(MN|TrWGX&@;+>udWu0_$%Hf%l z7&iJCA2xbDA0fx+oQV};gB-&%XAEjAC8lm1<9xQ$S6Zp&$UBHhXn7(o71 z^J;C+D|4X|yY3frp~{8lelZuSFy7RMxlnDG3)LRH#8n2%{j#_FWgqv;hI6?v-qeS+ z6?xB9%LtVe< z><`(-L$>jdZFq;M5`v6x4ENBO?xC^VLu0##hPGLyAK6DZ&-oG3M{a2P$jw0?Q@`je zLBNb9nbSA4IlV(9=6;^X{XDPxc^Ze8W|RAQX`9vX=wl7nd`;JU8Q(O`|?s-d%5O&yXO12=KH$lTOB_i_RDrnrh7U*IcPpK(FO zReZoY{?qlr=hlj=_=1s7QW(Cz^%#k0{)Cxb~j+m-~du^qY&_^dfFR{7pV=en2{ys5s zy4rg9WL6L7xs#t)VHCWPrpj|4jPBkYzK5 z*Gnx~OuAJa9T#xbDhY5Ww<4cN{m_E#LN^H31Yr5tI zf^FB_8q$ef*L+>qeCgw^G%EVo%{AZMHP7MEN1D|3q3^ItUE0TX&G&K5_jS#;Fyl^Ks>~U>JDO`0#&K837;?nK@3`V|zJ&LR6`L556-V72#ysUr zVYhGVP*zAAcHREegZuOTyQ{hw7+fHUk=xvg+F^qo-h1|EOhR!BBZu6=h4Ego8?~`o zaSJ0y(-y5~apWis2S(kDR@}nK(cs1?ER@5Tr`@$hw|U#`!7W_O$DEzJduK{1c(2%1 z*jJ46Wp~e)ZQgcbo-ccNzU<-ovWMr(e&jCgVa!uv+@tpJeQ*zB686v*-9!J{uHtcj zu}AJwT7>BRRAt;__fW(fBKeaooi%e8hN%&0etu z_VV3j=ck1nX{sQHwJsAgPh_V8Mvhcw%Ax&I+``DQsVSeBF;6=`Br)Sfi(6Q1dH!wR zK2uXD$G+&E#IAjW=lFq-w!(`&6A!!)b$e5eGhL5k{J}okGv|1RNYl)HWxa$}rN8Op z`mVdLd1(7~ztuZDbME7O$>U&(c_v5t$e@Sra?mK8$ZlEbIf`nfx`+&b(c^=6Q{$ zk8a#Z9z(AA!+tqwzu3oi&HHi9yD{6RdxtnfU)rex=wRl+RO#R&=9-V`nvdn0kL{XU z8=)0vuziGUKFy!M`|NdOx?N5BJd6-jp9zL0(S7sl? zIJTSI>CPkeH?2+~00h7!u>I zb{{#~SAM<30-N~eP`z^&RYPw;!gOVD`nI@o=1~??642- zR(E>0%2U@hU*4^97r5rjyVYIZt%^$CKD=Aq<=yHo?^bttw@TIHnm_Wk@AhtWw|A?= zT=T8|$dk@B-`=e%+`>M*Tcx^m&9`@}`-lg=+q>00-mUKOZgtN?e;n^t_jtFu*8VOQ zb=UlOx2oqE`|xgck9Vtky<4S)01?}*WTN6b%w?=7zZT{(P5jNv$I`?~OU5oDoHPi5$awV_sdjH|CA$Qx4w|(}LqJ8Pj*fn7$*%^c^v#e*T!g zBi50F9MgBi#CS)H={sUf-x13tjU3B&#CXIA$HS(H00L+jqp+z9Yu=9WjpYh;e*J zOm)QFG_T^^P2;Es)BgXL^F^=zu@yKyX6^ibTx}1V_V#^{gNXU_9 zF><8gjvUu`y|~8d7Yz$?Tx#Yd7Q{wH$jKHV*HyVjkRyzPiZBi;G4**E2Nki^=W*2M zA=gzD3Gx52p8xY#pZEH22g84w7&VX!`>W3rgOe>WxULf0fAx7{)aov(oZ0&VHJ{rxpW8LhPuf1NYo6PMKGLS4kF;s%V|CYj z4c9!ce)ch4^EAEfW4q?-xaQ_<_eyD?kNvskySe7Ox#sfg_0Jfa{wuN$wp{ZR%|4E6 zzOQS(uWP=;H9wzgewu53x@&%hYksC{p37k$%QZjSHLoI;VAnN2;hN`_gg$O_&2M+j z?{LlUaLw;@&F@1u-tC&-=n%{?RjL$WfU$0kT9{Pyxn#XX>W4h+CT=U?~rvD0O zfKi*gFy}OlpTGLNOo0I74WkzU{s9|*@3lo~_xE1gi!*qF;ZN+p3g}?x@4dGFDy)Hd zp8lBG!N@1+KZZCk{NDYSl`e+e^xzEczX&@p-c5Tm@2NL)x%p$W$u)UC@^SCgK?wDhE#)kKWa=!Yv z%k_wdY;m+L;x7L-I5+yk|5DC}2G;-jxe8A#1x}J-W3F zdKnVP)`(H>{b84sQt4v&n|=o%nD@MHEv90GQMUGwt;5gNOW-Z$dKB3%81>M4g$*-* z9bS^e;QCAKVha>CA9Fvv<8*6lC)S;VF`R=jor5u*gRz{00pDh?G6)MAnxE~OpW~WaH!`ts&F|-$-^V$5n`?f% zYkr4oey3}Gmur5vYkrSwey?kOuWNq8HIL6VkLH?3cg^L)s~fCq9uK`BA6{XuxqNtu zUDsSbyi^tN02M_%Yd$`BfJ)7<=B0Y<10JAWC6Mg{UbV#FRZ9$BwO(a;=%W$$S{Q3S zDqIcByZ9&;PO!P`V-5S*-9Ct!=oP+UA2;lSTK1{V$&E~`x#r!w&`8BkAAP#!ot%)u z!hVU*PR#ql==yE*R)*fs(P3kjslu4eU8-p1?}}k(k1^c`!}o<@-N?#Z$2T&D=jpI! zc9~ZlIcDQ-P-VW6WBLv@tQ(maJV1%5_fxCle;$+A^Tcjfj_`X+Gm-HvxVRD{UO6%K z{#ft;B{m)3@*S*7P%tk`e?(&VGRC^jpS2`=mFc40rY>z_#Isg848PyKxWiWJKl8kO zb1jM^=J~)koR~I9@$WL`{aYMMSC{*7_rKCUV&*T3DKv2x2L zroJ4PS_V~i#4|DARZC2pW(54`b;WVrLjPZ$R^i{?$M}e6t+FV5Tk|9CIx+2+`4Puc zSFmm$?l&{d(J72~jZ{b1cAi6XJl3rYC$O#@ zgBa_?$X~7UJ-kIjqk2#B&7>t^URbI$FIp_8FsBKbJzMa2G z99d%bF&5&fe{K-wbWz*0F#M-;4S#P<&!M#*zo%bsE^6tPO9uaVP75|jh4eDdySblt zM<*x7eWpyLCWh^p+MG9*X?^E%Bl+#8KKJ*0C!Xi?TRp}zB<6Q{y8HeNb-*$1W}fAF zdbYYJZ2`w;OwqKybD!6@oq5&2xt-kyceoF(u?yvzLyl`KSYqyjM_fi??t?JSEiv~& z7;{p5w8#;@Ehfg@w8FHIBewc29{VpI`%muKG#IG=+lwx8fl)IyG2@_?b(^cq8T)>H z>ZtV@PYmvz!uZ}+^G>oFb<%rXg_;=W_-e)-uI8O& zb>k0K_l>kTWs#$6|E+F(Q(o2h&etPev^ZsvqZ@~}IyKR=2jiQnG%w>DkNr0u`)?Ri znV9?FVMiq9dJNCMH9Y^;@UFH-a1O0$+~G1WCb90k%%vEZTJN7E_V=(Hz_M%#2%*(sgTKZJiI*xh4$DLR_#tctFMHxBf{n(S+ zxYuRv<$8)iSFAMk7~h6BATjS-Yv1PI`u?^yd0ABrgSfdg&A6|wZs%~%TWPkl9>+MXb+p@ya*y%d#{FZN?^4n7+;t!Pv4wGmSa-V~ce@^WC3bw& ze@jfC+lmi=PJZRs_v_)ySTS4=`PUL#+G6(O3g)%{Wwqe<2>Du^K?JX)BQM4&*MBj zkMs0A&eQWaPtW5#J^J~JQx-YS_FOyW5$vPhuh10b2+y_qd9GdK^%C=3OPeOdJYVi| zUhZ;Uu6n=1X&m46JId=I@)i*Wm~n17qpn973%292PvfyqLqBVA$|8sS_lX7PT3YCw zYl(5L;m&V zE&f=4&-1iOcQvu&_&iTf^E^Gx^YnDj)6+dqPxm}M-ShNx&(qW0r$w2B9NqKubkEb1 zHjRB;=d_!joJS)5y5f}GV)zt_Q+A1QuAMRQAJp?SvdOhpn6eGu&JSAi8a6dW!z2i%nmVSTl(M= zQ?{i)@hts`Cv6|cZ0_sHi(`l>+ooo5VqMubTzZKaw|O46&w1p^ob7$<$X}A!U5+`F z?f4Fnn6l-;#+VHEL!!PFMm7rArjLUbSqOyEc`uVAn(H$ zbh~;rKmFm~QVX#{*`4R^8)n83Tc=k6nR^=`OW6N6u`FzoSq z>R`?H@vPgIyXk%Sc<%X}=VNSH{u+Le`^X6{o>}@m`d;rNC%Du(@*ZQ$?lIr_p2s

    ^7Q>RWXN+Q{x#|tdA9Cz~M$y>K>)p;>T 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 literal 0 Hc-jL100001 diff --git a/standards/pwg5100.2.pdf b/standards/pwg5100.2.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6b0ad3abc6f11c1ed5f8c23a97244ab64634df84 GIT binary patch literal 37360 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 literal 0 Hc-jL100001 diff --git a/standards/pwg5100.3.doc b/standards/pwg5100.3.doc new file mode 100644 index 0000000000000000000000000000000000000000..518dd974222126fdf53c0dde9685220c44b33a61 GIT binary patch literal 1183232 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%0Abx(*z@RzPQxpUep+zX^0JJ!>N%Q-(HxKGCVHnGg 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